@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix lexvo: <http://lexvo.org/id/> .
@prefix lvont: <http://lexvo.org/ontology#> .
@prefix lvont1: <http://lexvo.org/ontology> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix skosxl: <http://www.w3.org/2008/05/skos-xl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix yso: <http://www.yso.fi/onto/yso/> .

<http://lexvo.org/id/char/0020> a lvont:Character ;
    lvont:represents " "^^xsd:string ;
    rdfs:comment "SPACE"@en .

<http://lexvo.org/id/char/0021> a lvont:Character ;
    lvont:represents "!"^^xsd:string ;
    rdfs:comment "EXCLAMATION MARK"@en .

<http://lexvo.org/id/char/0022> a lvont:Character ;
    lvont:represents "\""^^xsd:string ;
    rdfs:comment "QUOTATION MARK"@en .

<http://lexvo.org/id/char/0023> a lvont:Character ;
    lvont:represents "#"^^xsd:string ;
    rdfs:comment "NUMBER SIGN"@en .

<http://lexvo.org/id/char/0024> a lvont:Character ;
    lvont:represents "$"^^xsd:string ;
    rdfs:comment "DOLLAR SIGN"@en .

<http://lexvo.org/id/char/0025> a lvont:Character ;
    lvont:represents "%"^^xsd:string ;
    rdfs:comment "PERCENT SIGN"@en .

<http://lexvo.org/id/char/0026> a lvont:Character ;
    lvont:represents "&"^^xsd:string ;
    rdfs:comment "AMPERSAND"@en .

<http://lexvo.org/id/char/0027> a lvont:Character ;
    lvont:represents "'"^^xsd:string ;
    rdfs:comment "APOSTROPHE"@en .

<http://lexvo.org/id/char/0028> a lvont:Character ;
    lvont:represents "("^^xsd:string ;
    rdfs:comment "LEFT PARENTHESIS"@en .

<http://lexvo.org/id/char/0029> a lvont:Character ;
    lvont:represents ")"^^xsd:string ;
    rdfs:comment "RIGHT PARENTHESIS"@en .

<http://lexvo.org/id/char/002A> a lvont:Character ;
    lvont:represents "*"^^xsd:string ;
    rdfs:comment "ASTERISK"@en .

<http://lexvo.org/id/char/002B> a lvont:Character ;
    lvont:represents "+"^^xsd:string ;
    rdfs:comment "PLUS SIGN"@en .

<http://lexvo.org/id/char/002C> a lvont:Character ;
    lvont:represents ","^^xsd:string ;
    rdfs:comment "COMMA"@en .

<http://lexvo.org/id/char/002D> a lvont:Character ;
    lvont:represents "-"^^xsd:string ;
    rdfs:comment "HYPHEN-MINUS"@en .

<http://lexvo.org/id/char/002E> a lvont:Character ;
    lvont:represents "."^^xsd:string ;
    rdfs:comment "FULL STOP"@en .

<http://lexvo.org/id/char/002F> a lvont:Character ;
    lvont:represents "/"^^xsd:string ;
    rdfs:comment "SOLIDUS"@en .

<http://lexvo.org/id/char/0030> a lvont:Character ;
    lvont:represents "0"^^xsd:string ;
    rdfs:comment "DIGIT ZERO"@en .

<http://lexvo.org/id/char/0031> a lvont:Character ;
    lvont:represents "1"^^xsd:string ;
    rdfs:comment "DIGIT ONE"@en .

<http://lexvo.org/id/char/0032> a lvont:Character ;
    lvont:represents "2"^^xsd:string ;
    rdfs:comment "DIGIT TWO"@en .

<http://lexvo.org/id/char/0033> a lvont:Character ;
    lvont:represents "3"^^xsd:string ;
    rdfs:comment "DIGIT THREE"@en .

<http://lexvo.org/id/char/0034> a lvont:Character ;
    lvont:represents "4"^^xsd:string ;
    rdfs:comment "DIGIT FOUR"@en .

<http://lexvo.org/id/char/0035> a lvont:Character ;
    lvont:represents "5"^^xsd:string ;
    rdfs:comment "DIGIT FIVE"@en .

<http://lexvo.org/id/char/0036> a lvont:Character ;
    lvont:represents "6"^^xsd:string ;
    rdfs:comment "DIGIT SIX"@en .

<http://lexvo.org/id/char/0037> a lvont:Character ;
    lvont:represents "7"^^xsd:string ;
    rdfs:comment "DIGIT SEVEN"@en .

<http://lexvo.org/id/char/0038> a lvont:Character ;
    lvont:represents "8"^^xsd:string ;
    rdfs:comment "DIGIT EIGHT"@en .

<http://lexvo.org/id/char/0039> a lvont:Character ;
    lvont:represents "9"^^xsd:string ;
    rdfs:comment "DIGIT NINE"@en .

<http://lexvo.org/id/char/003A> a lvont:Character ;
    lvont:represents ":"^^xsd:string ;
    rdfs:comment "COLON"@en .

<http://lexvo.org/id/char/003B> a lvont:Character ;
    lvont:represents ";"^^xsd:string ;
    rdfs:comment "SEMICOLON"@en .

<http://lexvo.org/id/char/003C> a lvont:Character ;
    lvont:represents "<"^^xsd:string ;
    rdfs:comment "LESS-THAN SIGN"@en .

<http://lexvo.org/id/char/003D> a lvont:Character ;
    lvont:represents "="^^xsd:string ;
    rdfs:comment "EQUALS SIGN"@en .

<http://lexvo.org/id/char/003E> a lvont:Character ;
    lvont:represents ">"^^xsd:string ;
    rdfs:comment "GREATER-THAN SIGN"@en .

<http://lexvo.org/id/char/003F> a lvont:Character ;
    lvont:represents "?"^^xsd:string ;
    rdfs:comment "QUESTION MARK"@en .

<http://lexvo.org/id/char/0040> a lvont:Character ;
    lvont:represents "@"^^xsd:string ;
    rdfs:comment "COMMERCIAL AT"@en .

<http://lexvo.org/id/char/0041> a lvont:Character ;
    lvont:represents "A"^^xsd:string ;
    rdfs:comment "LATIN CAPITAL LETTER A"@en .

<http://lexvo.org/id/char/0042> a lvont:Character ;
    lvont:represents "B"^^xsd:string ;
    rdfs:comment "LATIN CAPITAL LETTER B"@en .

<http://lexvo.org/id/char/0043> a lvont:Character ;
    lvont:represents "C"^^xsd:string ;
    rdfs:comment "LATIN CAPITAL LETTER C"@en .

<http://lexvo.org/id/char/0044> a lvont:Character ;
    lvont:represents "D"^^xsd:string ;
    rdfs:comment "LATIN CAPITAL LETTER D"@en .

<http://lexvo.org/id/char/0045> a lvont:Character ;
    lvont:represents "E"^^xsd:string ;
    rdfs:comment "LATIN CAPITAL LETTER E"@en .

<http://lexvo.org/id/char/0046> a lvont:Character ;
    lvont:represents "F"^^xsd:string ;
    rdfs:comment "LATIN CAPITAL LETTER F"@en .

<http://lexvo.org/id/char/0047> a lvont:Character ;
    lvont:represents "G"^^xsd:string ;
    rdfs:comment "LATIN CAPITAL LETTER G"@en .

<http://lexvo.org/id/char/0048> a lvont:Character ;
    lvont:represents "H"^^xsd:string ;
    rdfs:comment "LATIN CAPITAL LETTER H"@en .

<http://lexvo.org/id/char/0049> a lvont:Character ;
    lvont:represents "I"^^xsd:string ;
    rdfs:comment "LATIN CAPITAL LETTER I"@en .

<http://lexvo.org/id/char/004A> a lvont:Character ;
    lvont:represents "J"^^xsd:string ;
    rdfs:comment "LATIN CAPITAL LETTER J"@en .

<http://lexvo.org/id/char/004B> a lvont:Character ;
    lvont:represents "K"^^xsd:string ;
    rdfs:comment "LATIN CAPITAL LETTER K"@en .

<http://lexvo.org/id/char/004C> a lvont:Character ;
    lvont:represents "L"^^xsd:string ;
    rdfs:comment "LATIN CAPITAL LETTER L"@en .

<http://lexvo.org/id/char/004D> a lvont:Character ;
    lvont:represents "M"^^xsd:string ;
    rdfs:comment "LATIN CAPITAL LETTER M"@en .

<http://lexvo.org/id/char/004E> a lvont:Character ;
    lvont:represents "N"^^xsd:string ;
    rdfs:comment "LATIN CAPITAL LETTER N"@en .

<http://lexvo.org/id/char/004F> a lvont:Character ;
    lvont:represents "O"^^xsd:string ;
    rdfs:comment "LATIN CAPITAL LETTER O"@en .

<http://lexvo.org/id/char/0050> a lvont:Character ;
    lvont:represents "P"^^xsd:string ;
    rdfs:comment "LATIN CAPITAL LETTER P"@en .

<http://lexvo.org/id/char/0051> a lvont:Character ;
    lvont:represents "Q"^^xsd:string ;
    rdfs:comment "LATIN CAPITAL LETTER Q"@en .

<http://lexvo.org/id/char/0052> a lvont:Character ;
    lvont:represents "R"^^xsd:string ;
    rdfs:comment "LATIN CAPITAL LETTER R"@en .

<http://lexvo.org/id/char/0053> a lvont:Character ;
    lvont:represents "S"^^xsd:string ;
    rdfs:comment "LATIN CAPITAL LETTER S"@en .

<http://lexvo.org/id/char/0054> a lvont:Character ;
    lvont:represents "T"^^xsd:string ;
    rdfs:comment "LATIN CAPITAL LETTER T"@en .

<http://lexvo.org/id/char/0055> a lvont:Character ;
    lvont:represents "U"^^xsd:string ;
    rdfs:comment "LATIN CAPITAL LETTER U"@en .

<http://lexvo.org/id/char/0056> a lvont:Character ;
    lvont:represents "V"^^xsd:string ;
    rdfs:comment "LATIN CAPITAL LETTER V"@en .

<http://lexvo.org/id/char/0057> a lvont:Character ;
    lvont:represents "W"^^xsd:string ;
    rdfs:comment "LATIN CAPITAL LETTER W"@en .

<http://lexvo.org/id/char/0058> a lvont:Character ;
    lvont:represents "X"^^xsd:string ;
    rdfs:comment "LATIN CAPITAL LETTER X"@en .

<http://lexvo.org/id/char/0059> a lvont:Character ;
    lvont:represents "Y"^^xsd:string ;
    rdfs:comment "LATIN CAPITAL LETTER Y"@en .

<http://lexvo.org/id/char/005A> a lvont:Character ;
    lvont:represents "Z"^^xsd:string ;
    rdfs:comment "LATIN CAPITAL LETTER Z"@en .

<http://lexvo.org/id/char/005B> a lvont:Character ;
    lvont:represents "["^^xsd:string ;
    rdfs:comment "LEFT SQUARE BRACKET"@en .

<http://lexvo.org/id/char/005C> a lvont:Character ;
    lvont:represents "\\"^^xsd:string ;
    rdfs:comment "REVERSE SOLIDUS"@en .

<http://lexvo.org/id/char/005D> a lvont:Character ;
    lvont:represents "]"^^xsd:string ;
    rdfs:comment "RIGHT SQUARE BRACKET"@en .

<http://lexvo.org/id/char/005E> a lvont:Character ;
    lvont:represents "^"^^xsd:string ;
    rdfs:comment "CIRCUMFLEX ACCENT"@en .

<http://lexvo.org/id/char/005F> a lvont:Character ;
    lvont:represents "_"^^xsd:string ;
    rdfs:comment "LOW LINE"@en .

<http://lexvo.org/id/char/0060> a lvont:Character ;
    lvont:represents "`"^^xsd:string ;
    rdfs:comment "GRAVE ACCENT"@en .

<http://lexvo.org/id/char/0061> a lvont:Character ;
    lvont:represents "a"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER A"@en .

<http://lexvo.org/id/char/0062> a lvont:Character ;
    lvont:represents "b"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER B"@en .

<http://lexvo.org/id/char/0063> a lvont:Character ;
    lvont:represents "c"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER C"@en .

<http://lexvo.org/id/char/0064> a lvont:Character ;
    lvont:represents "d"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER D"@en .

<http://lexvo.org/id/char/0065> a lvont:Character ;
    lvont:represents "e"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER E"@en .

<http://lexvo.org/id/char/0066> a lvont:Character ;
    lvont:represents "f"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER F"@en .

<http://lexvo.org/id/char/0067> a lvont:Character ;
    lvont:represents "g"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER G"@en .

<http://lexvo.org/id/char/0068> a lvont:Character ;
    lvont:represents "h"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER H"@en .

<http://lexvo.org/id/char/0069> a lvont:Character ;
    lvont:represents "i"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER I"@en .

<http://lexvo.org/id/char/006A> a lvont:Character ;
    lvont:represents "j"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER J"@en .

<http://lexvo.org/id/char/006B> a lvont:Character ;
    lvont:represents "k"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER K"@en .

<http://lexvo.org/id/char/006C> a lvont:Character ;
    lvont:represents "l"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER L"@en .

<http://lexvo.org/id/char/006D> a lvont:Character ;
    lvont:represents "m"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER M"@en .

<http://lexvo.org/id/char/006E> a lvont:Character ;
    lvont:represents "n"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER N"@en .

<http://lexvo.org/id/char/006F> a lvont:Character ;
    lvont:represents "o"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER O"@en .

<http://lexvo.org/id/char/0070> a lvont:Character ;
    lvont:represents "p"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER P"@en .

<http://lexvo.org/id/char/0071> a lvont:Character ;
    lvont:represents "q"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER Q"@en .

<http://lexvo.org/id/char/0072> a lvont:Character ;
    lvont:represents "r"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER R"@en .

<http://lexvo.org/id/char/0073> a lvont:Character ;
    lvont:represents "s"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER S"@en .

<http://lexvo.org/id/char/0074> a lvont:Character ;
    lvont:represents "t"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER T"@en .

<http://lexvo.org/id/char/0075> a lvont:Character ;
    lvont:represents "u"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER U"@en .

<http://lexvo.org/id/char/0076> a lvont:Character ;
    lvont:represents "v"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER V"@en .

<http://lexvo.org/id/char/0077> a lvont:Character ;
    lvont:represents "w"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER W"@en .

<http://lexvo.org/id/char/0078> a lvont:Character ;
    lvont:represents "x"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER X"@en .

<http://lexvo.org/id/char/0079> a lvont:Character ;
    lvont:represents "y"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER Y"@en .

<http://lexvo.org/id/char/007A> a lvont:Character ;
    lvont:represents "z"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER Z"@en .

<http://lexvo.org/id/char/007B> a lvont:Character ;
    lvont:represents "{"^^xsd:string ;
    rdfs:comment "LEFT CURLY BRACKET"@en .

<http://lexvo.org/id/char/007C> a lvont:Character ;
    lvont:represents "|"^^xsd:string ;
    rdfs:comment "VERTICAL LINE"@en .

<http://lexvo.org/id/char/007D> a lvont:Character ;
    lvont:represents "}"^^xsd:string ;
    rdfs:comment "RIGHT CURLY BRACKET"@en .

<http://lexvo.org/id/char/007E> a lvont:Character ;
    lvont:represents "~"^^xsd:string ;
    rdfs:comment "TILDE"@en .

<http://lexvo.org/id/char/00A0> a lvont:Character ;
    lvont:represents " "^^xsd:string ;
    rdfs:comment "NO-BREAK SPACE"@en .

<http://lexvo.org/id/char/00A1> a lvont:Character ;
    lvont:represents "¡"^^xsd:string ;
    rdfs:comment "INVERTED EXCLAMATION MARK"@en .

<http://lexvo.org/id/char/00A2> a lvont:Character ;
    lvont:represents "¢"^^xsd:string ;
    rdfs:comment "CENT SIGN"@en .

<http://lexvo.org/id/char/00A3> a lvont:Character ;
    lvont:represents "£"^^xsd:string ;
    rdfs:comment "POUND SIGN"@en .

<http://lexvo.org/id/char/00A4> a lvont:Character ;
    lvont:represents "¤"^^xsd:string ;
    rdfs:comment "CURRENCY SIGN"@en .

<http://lexvo.org/id/char/00A5> a lvont:Character ;
    lvont:represents "¥"^^xsd:string ;
    rdfs:comment "YEN SIGN"@en .

<http://lexvo.org/id/char/00A6> a lvont:Character ;
    lvont:represents "¦"^^xsd:string ;
    rdfs:comment "BROKEN BAR"@en .

<http://lexvo.org/id/char/00A7> a lvont:Character ;
    lvont:represents "§"^^xsd:string ;
    rdfs:comment "SECTION SIGN"@en .

<http://lexvo.org/id/char/00A8> a lvont:Character ;
    lvont:represents "¨"^^xsd:string ;
    rdfs:comment "DIAERESIS"@en .

<http://lexvo.org/id/char/00A9> a lvont:Character ;
    lvont:represents "©"^^xsd:string ;
    rdfs:comment "COPYRIGHT SIGN"@en .

<http://lexvo.org/id/char/00AA> a lvont:Character ;
    lvont:represents "ª"^^xsd:string ;
    rdfs:comment "FEMININE ORDINAL INDICATOR"@en .

<http://lexvo.org/id/char/00AB> a lvont:Character ;
    lvont:represents "«"^^xsd:string ;
    rdfs:comment "LEFT-POINTING DOUBLE ANGLE QUOTATION MARK"@en .

<http://lexvo.org/id/char/00AC> a lvont:Character ;
    lvont:represents "¬"^^xsd:string ;
    rdfs:comment "NOT SIGN"@en .

<http://lexvo.org/id/char/00AD> a lvont:Character ;
    lvont:represents "­"^^xsd:string ;
    rdfs:comment "SOFT HYPHEN"@en .

<http://lexvo.org/id/char/00AE> a lvont:Character ;
    lvont:represents "®"^^xsd:string ;
    rdfs:comment "REGISTERED SIGN"@en .

<http://lexvo.org/id/char/00AF> a lvont:Character ;
    lvont:represents "¯"^^xsd:string ;
    rdfs:comment "MACRON"@en .

<http://lexvo.org/id/char/00B0> a lvont:Character ;
    lvont:represents "°"^^xsd:string ;
    rdfs:comment "DEGREE SIGN"@en .

<http://lexvo.org/id/char/00B1> a lvont:Character ;
    lvont:represents "±"^^xsd:string ;
    rdfs:comment "PLUS-MINUS SIGN"@en .

<http://lexvo.org/id/char/00B2> a lvont:Character ;
    lvont:represents "²"^^xsd:string ;
    rdfs:comment "SUPERSCRIPT TWO"@en .

<http://lexvo.org/id/char/00B3> a lvont:Character ;
    lvont:represents "³"^^xsd:string ;
    rdfs:comment "SUPERSCRIPT THREE"@en .

<http://lexvo.org/id/char/00B4> a lvont:Character ;
    lvont:represents "´"^^xsd:string ;
    rdfs:comment "ACUTE ACCENT"@en .

<http://lexvo.org/id/char/00B5> a lvont:Character ;
    lvont:represents "µ"^^xsd:string ;
    rdfs:comment "MICRO SIGN"@en .

<http://lexvo.org/id/char/00B6> a lvont:Character ;
    lvont:represents "¶"^^xsd:string ;
    rdfs:comment "PILCROW SIGN"@en .

<http://lexvo.org/id/char/00B7> a lvont:Character ;
    lvont:represents "·"^^xsd:string ;
    rdfs:comment "MIDDLE DOT"@en .

<http://lexvo.org/id/char/00B8> a lvont:Character ;
    lvont:represents "¸"^^xsd:string ;
    rdfs:comment "CEDILLA"@en .

<http://lexvo.org/id/char/00B9> a lvont:Character ;
    lvont:represents "¹"^^xsd:string ;
    rdfs:comment "SUPERSCRIPT ONE"@en .

<http://lexvo.org/id/char/00BA> a lvont:Character ;
    lvont:represents "º"^^xsd:string ;
    rdfs:comment "MASCULINE ORDINAL INDICATOR"@en .

<http://lexvo.org/id/char/00BB> a lvont:Character ;
    lvont:represents "»"^^xsd:string ;
    rdfs:comment "RIGHT-POINTING DOUBLE ANGLE QUOTATION MARK"@en .

<http://lexvo.org/id/char/00BC> a lvont:Character ;
    lvont:represents "¼"^^xsd:string ;
    rdfs:comment "VULGAR FRACTION ONE QUARTER"@en .

<http://lexvo.org/id/char/00BD> a lvont:Character ;
    lvont:represents "½"^^xsd:string ;
    rdfs:comment "VULGAR FRACTION ONE HALF"@en .

<http://lexvo.org/id/char/00BE> a lvont:Character ;
    lvont:represents "¾"^^xsd:string ;
    rdfs:comment "VULGAR FRACTION THREE QUARTERS"@en .

<http://lexvo.org/id/char/00BF> a lvont:Character ;
    lvont:represents "¿"^^xsd:string ;
    rdfs:comment "INVERTED QUESTION MARK"@en .

<http://lexvo.org/id/char/00C0> a lvont:Character ;
    lvont:represents "À"^^xsd:string ;
    rdfs:comment "LATIN CAPITAL LETTER A WITH GRAVE"@en .

<http://lexvo.org/id/char/00C1> a lvont:Character ;
    lvont:represents "Á"^^xsd:string ;
    rdfs:comment "LATIN CAPITAL LETTER A WITH ACUTE"@en .

<http://lexvo.org/id/char/00C2> a lvont:Character ;
    lvont:represents "Â"^^xsd:string ;
    rdfs:comment "LATIN CAPITAL LETTER A WITH CIRCUMFLEX"@en .

<http://lexvo.org/id/char/00C3> a lvont:Character ;
    lvont:represents "Ã"^^xsd:string ;
    rdfs:comment "LATIN CAPITAL LETTER A WITH TILDE"@en .

<http://lexvo.org/id/char/00C4> a lvont:Character ;
    lvont:represents "Ä"^^xsd:string ;
    rdfs:comment "LATIN CAPITAL LETTER A WITH DIAERESIS"@en .

<http://lexvo.org/id/char/00C5> a lvont:Character ;
    lvont:represents "Å"^^xsd:string ;
    rdfs:comment "LATIN CAPITAL LETTER A WITH RING ABOVE"@en .

<http://lexvo.org/id/char/00C6> a lvont:Character ;
    lvont:represents "Æ"^^xsd:string ;
    rdfs:comment "LATIN CAPITAL LETTER AE"@en .

<http://lexvo.org/id/char/00C7> a lvont:Character ;
    lvont:represents "Ç"^^xsd:string ;
    rdfs:comment "LATIN CAPITAL LETTER C WITH CEDILLA"@en .

<http://lexvo.org/id/char/00C8> a lvont:Character ;
    lvont:represents "È"^^xsd:string ;
    rdfs:comment "LATIN CAPITAL LETTER E WITH GRAVE"@en .

<http://lexvo.org/id/char/00C9> a lvont:Character ;
    lvont:represents "É"^^xsd:string ;
    rdfs:comment "LATIN CAPITAL LETTER E WITH ACUTE"@en .

<http://lexvo.org/id/char/00CA> a lvont:Character ;
    lvont:represents "Ê"^^xsd:string ;
    rdfs:comment "LATIN CAPITAL LETTER E WITH CIRCUMFLEX"@en .

<http://lexvo.org/id/char/00CB> a lvont:Character ;
    lvont:represents "Ë"^^xsd:string ;
    rdfs:comment "LATIN CAPITAL LETTER E WITH DIAERESIS"@en .

<http://lexvo.org/id/char/00CC> a lvont:Character ;
    lvont:represents "Ì"^^xsd:string ;
    rdfs:comment "LATIN CAPITAL LETTER I WITH GRAVE"@en .

<http://lexvo.org/id/char/00CD> a lvont:Character ;
    lvont:represents "Í"^^xsd:string ;
    rdfs:comment "LATIN CAPITAL LETTER I WITH ACUTE"@en .

<http://lexvo.org/id/char/00CE> a lvont:Character ;
    lvont:represents "Î"^^xsd:string ;
    rdfs:comment "LATIN CAPITAL LETTER I WITH CIRCUMFLEX"@en .

<http://lexvo.org/id/char/00CF> a lvont:Character ;
    lvont:represents "Ï"^^xsd:string ;
    rdfs:comment "LATIN CAPITAL LETTER I WITH DIAERESIS"@en .

<http://lexvo.org/id/char/00D0> a lvont:Character ;
    lvont:represents "Ð"^^xsd:string ;
    rdfs:comment "LATIN CAPITAL LETTER ETH"@en .

<http://lexvo.org/id/char/00D1> a lvont:Character ;
    lvont:represents "Ñ"^^xsd:string ;
    rdfs:comment "LATIN CAPITAL LETTER N WITH TILDE"@en .

<http://lexvo.org/id/char/00D2> a lvont:Character ;
    lvont:represents "Ò"^^xsd:string ;
    rdfs:comment "LATIN CAPITAL LETTER O WITH GRAVE"@en .

<http://lexvo.org/id/char/00D3> a lvont:Character ;
    lvont:represents "Ó"^^xsd:string ;
    rdfs:comment "LATIN CAPITAL LETTER O WITH ACUTE"@en .

<http://lexvo.org/id/char/00D4> a lvont:Character ;
    lvont:represents "Ô"^^xsd:string ;
    rdfs:comment "LATIN CAPITAL LETTER O WITH CIRCUMFLEX"@en .

<http://lexvo.org/id/char/00D5> a lvont:Character ;
    lvont:represents "Õ"^^xsd:string ;
    rdfs:comment "LATIN CAPITAL LETTER O WITH TILDE"@en .

<http://lexvo.org/id/char/00D6> a lvont:Character ;
    lvont:represents "Ö"^^xsd:string ;
    rdfs:comment "LATIN CAPITAL LETTER O WITH DIAERESIS"@en .

<http://lexvo.org/id/char/00D7> a lvont:Character ;
    lvont:represents "×"^^xsd:string ;
    rdfs:comment "MULTIPLICATION SIGN"@en .

<http://lexvo.org/id/char/00D8> a lvont:Character ;
    lvont:represents "Ø"^^xsd:string ;
    rdfs:comment "LATIN CAPITAL LETTER O WITH STROKE"@en .

<http://lexvo.org/id/char/00D9> a lvont:Character ;
    lvont:represents "Ù"^^xsd:string ;
    rdfs:comment "LATIN CAPITAL LETTER U WITH GRAVE"@en .

<http://lexvo.org/id/char/00DA> a lvont:Character ;
    lvont:represents "Ú"^^xsd:string ;
    rdfs:comment "LATIN CAPITAL LETTER U WITH ACUTE"@en .

<http://lexvo.org/id/char/00DB> a lvont:Character ;
    lvont:represents "Û"^^xsd:string ;
    rdfs:comment "LATIN CAPITAL LETTER U WITH CIRCUMFLEX"@en .

<http://lexvo.org/id/char/00DC> a lvont:Character ;
    lvont:represents "Ü"^^xsd:string ;
    rdfs:comment "LATIN CAPITAL LETTER U WITH DIAERESIS"@en .

<http://lexvo.org/id/char/00DD> a lvont:Character ;
    lvont:represents "Ý"^^xsd:string ;
    rdfs:comment "LATIN CAPITAL LETTER Y WITH ACUTE"@en .

<http://lexvo.org/id/char/00DE> a lvont:Character ;
    lvont:represents "Þ"^^xsd:string ;
    rdfs:comment "LATIN CAPITAL LETTER THORN"@en .

<http://lexvo.org/id/char/00DF> a lvont:Character ;
    lvont:represents "ß"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER SHARP S"@en .

<http://lexvo.org/id/char/00E0> a lvont:Character ;
    lvont:represents "à"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER A WITH GRAVE"@en .

<http://lexvo.org/id/char/00E1> a lvont:Character ;
    lvont:represents "á"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER A WITH ACUTE"@en .

<http://lexvo.org/id/char/00E2> a lvont:Character ;
    lvont:represents "â"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER A WITH CIRCUMFLEX"@en .

<http://lexvo.org/id/char/00E3> a lvont:Character ;
    lvont:represents "ã"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER A WITH TILDE"@en .

<http://lexvo.org/id/char/00E4> a lvont:Character ;
    lvont:represents "ä"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER A WITH DIAERESIS"@en .

<http://lexvo.org/id/char/00E5> a lvont:Character ;
    lvont:represents "å"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER A WITH RING ABOVE"@en .

<http://lexvo.org/id/char/00E6> a lvont:Character ;
    lvont:represents "æ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER AE"@en .

<http://lexvo.org/id/char/00E7> a lvont:Character ;
    lvont:represents "ç"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER C WITH CEDILLA"@en .

<http://lexvo.org/id/char/00E8> a lvont:Character ;
    lvont:represents "è"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER E WITH GRAVE"@en .

<http://lexvo.org/id/char/00E9> a lvont:Character ;
    lvont:represents "é"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER E WITH ACUTE"@en .

<http://lexvo.org/id/char/00EA> a lvont:Character ;
    lvont:represents "ê"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER E WITH CIRCUMFLEX"@en .

<http://lexvo.org/id/char/00EB> a lvont:Character ;
    lvont:represents "ë"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER E WITH DIAERESIS"@en .

<http://lexvo.org/id/char/00EC> a lvont:Character ;
    lvont:represents "ì"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER I WITH GRAVE"@en .

<http://lexvo.org/id/char/00ED> a lvont:Character ;
    lvont:represents "í"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER I WITH ACUTE"@en .

<http://lexvo.org/id/char/00EE> a lvont:Character ;
    lvont:represents "î"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER I WITH CIRCUMFLEX"@en .

<http://lexvo.org/id/char/00EF> a lvont:Character ;
    lvont:represents "ï"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER I WITH DIAERESIS"@en .

<http://lexvo.org/id/char/00F0> a lvont:Character ;
    lvont:represents "ð"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER ETH"@en .

<http://lexvo.org/id/char/00F1> a lvont:Character ;
    lvont:represents "ñ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER N WITH TILDE"@en .

<http://lexvo.org/id/char/00F2> a lvont:Character ;
    lvont:represents "ò"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER O WITH GRAVE"@en .

<http://lexvo.org/id/char/00F3> a lvont:Character ;
    lvont:represents "ó"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER O WITH ACUTE"@en .

<http://lexvo.org/id/char/00F4> a lvont:Character ;
    lvont:represents "ô"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER O WITH CIRCUMFLEX"@en .

<http://lexvo.org/id/char/00F5> a lvont:Character ;
    lvont:represents "õ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER O WITH TILDE"@en .

<http://lexvo.org/id/char/00F6> a lvont:Character ;
    lvont:represents "ö"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER O WITH DIAERESIS"@en .

<http://lexvo.org/id/char/00F7> a lvont:Character ;
    lvont:represents "÷"^^xsd:string ;
    rdfs:comment "DIVISION SIGN"@en .

<http://lexvo.org/id/char/00F8> a lvont:Character ;
    lvont:represents "ø"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER O WITH STROKE"@en .

<http://lexvo.org/id/char/00F9> a lvont:Character ;
    lvont:represents "ù"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER U WITH GRAVE"@en .

<http://lexvo.org/id/char/00FA> a lvont:Character ;
    lvont:represents "ú"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER U WITH ACUTE"@en .

<http://lexvo.org/id/char/00FB> a lvont:Character ;
    lvont:represents "û"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER U WITH CIRCUMFLEX"@en .

<http://lexvo.org/id/char/00FC> a lvont:Character ;
    lvont:represents "ü"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER U WITH DIAERESIS"@en .

<http://lexvo.org/id/char/00FD> a lvont:Character ;
    lvont:represents "ý"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER Y WITH ACUTE"@en .

<http://lexvo.org/id/char/00FE> a lvont:Character ;
    lvont:represents "þ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER THORN"@en .

<http://lexvo.org/id/char/00FF> a lvont:Character ;
    lvont:represents "ÿ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER Y WITH DIAERESIS"@en .

<http://lexvo.org/id/char/0100> a lvont:Character ;
    lvont:represents "Ā"^^xsd:string ;
    rdfs:comment "LATIN CAPITAL LETTER A WITH MACRON"@en .

<http://lexvo.org/id/char/0101> a lvont:Character ;
    lvont:represents "ā"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER A WITH MACRON"@en .

<http://lexvo.org/id/char/0102> a lvont:Character ;
    lvont:represents "Ă"^^xsd:string ;
    rdfs:comment "LATIN CAPITAL LETTER A WITH BREVE"@en .

<http://lexvo.org/id/char/0103> a lvont:Character ;
    lvont:represents "ă"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER A WITH BREVE"@en .

<http://lexvo.org/id/char/0104> a lvont:Character ;
    lvont:represents "Ą"^^xsd:string ;
    rdfs:comment "LATIN CAPITAL LETTER A WITH OGONEK"@en .

<http://lexvo.org/id/char/0105> a lvont:Character ;
    lvont:represents "ą"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER A WITH OGONEK"@en .

<http://lexvo.org/id/char/0106> a lvont:Character ;
    lvont:represents "Ć"^^xsd:string ;
    rdfs:comment "LATIN CAPITAL LETTER C WITH ACUTE"@en .

<http://lexvo.org/id/char/0107> a lvont:Character ;
    lvont:represents "ć"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER C WITH ACUTE"@en .

<http://lexvo.org/id/char/0108> a lvont:Character ;
    lvont:represents "Ĉ"^^xsd:string ;
    rdfs:comment "LATIN CAPITAL LETTER C WITH CIRCUMFLEX"@en .

<http://lexvo.org/id/char/0109> a lvont:Character ;
    lvont:represents "ĉ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER C WITH CIRCUMFLEX"@en .

<http://lexvo.org/id/char/010A> a lvont:Character ;
    lvont:represents "Ċ"^^xsd:string ;
    rdfs:comment "LATIN CAPITAL LETTER C WITH DOT ABOVE"@en .

<http://lexvo.org/id/char/010B> a lvont:Character ;
    lvont:represents "ċ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER C WITH DOT ABOVE"@en .

<http://lexvo.org/id/char/010C> a lvont:Character ;
    lvont:represents "Č"^^xsd:string ;
    rdfs:comment "LATIN CAPITAL LETTER C WITH CARON"@en .

<http://lexvo.org/id/char/010D> a lvont:Character ;
    lvont:represents "č"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER C WITH CARON"@en .

<http://lexvo.org/id/char/010E> a lvont:Character ;
    lvont:represents "Ď"^^xsd:string ;
    rdfs:comment "LATIN CAPITAL LETTER D WITH CARON"@en .

<http://lexvo.org/id/char/010F> a lvont:Character ;
    lvont:represents "ď"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER D WITH CARON"@en .

<http://lexvo.org/id/char/0110> a lvont:Character ;
    lvont:represents "Đ"^^xsd:string ;
    rdfs:comment "LATIN CAPITAL LETTER D WITH STROKE"@en .

<http://lexvo.org/id/char/0111> a lvont:Character ;
    lvont:represents "đ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER D WITH STROKE"@en .

<http://lexvo.org/id/char/0112> a lvont:Character ;
    lvont:represents "Ē"^^xsd:string ;
    rdfs:comment "LATIN CAPITAL LETTER E WITH MACRON"@en .

<http://lexvo.org/id/char/0113> a lvont:Character ;
    lvont:represents "ē"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER E WITH MACRON"@en .

<http://lexvo.org/id/char/0114> a lvont:Character ;
    lvont:represents "Ĕ"^^xsd:string ;
    rdfs:comment "LATIN CAPITAL LETTER E WITH BREVE"@en .

<http://lexvo.org/id/char/0115> a lvont:Character ;
    lvont:represents "ĕ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER E WITH BREVE"@en .

<http://lexvo.org/id/char/0116> a lvont:Character ;
    lvont:represents "Ė"^^xsd:string ;
    rdfs:comment "LATIN CAPITAL LETTER E WITH DOT ABOVE"@en .

<http://lexvo.org/id/char/0117> a lvont:Character ;
    lvont:represents "ė"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER E WITH DOT ABOVE"@en .

<http://lexvo.org/id/char/0118> a lvont:Character ;
    lvont:represents "Ę"^^xsd:string ;
    rdfs:comment "LATIN CAPITAL LETTER E WITH OGONEK"@en .

<http://lexvo.org/id/char/0119> a lvont:Character ;
    lvont:represents "ę"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER E WITH OGONEK"@en .

<http://lexvo.org/id/char/011A> a lvont:Character ;
    lvont:represents "Ě"^^xsd:string ;
    rdfs:comment "LATIN CAPITAL LETTER E WITH CARON"@en .

<http://lexvo.org/id/char/011B> a lvont:Character ;
    lvont:represents "ě"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER E WITH CARON"@en .

<http://lexvo.org/id/char/011C> a lvont:Character ;
    lvont:represents "Ĝ"^^xsd:string ;
    rdfs:comment "LATIN CAPITAL LETTER G WITH CIRCUMFLEX"@en .

<http://lexvo.org/id/char/011D> a lvont:Character ;
    lvont:represents "ĝ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER G WITH CIRCUMFLEX"@en .

<http://lexvo.org/id/char/011E> a lvont:Character ;
    lvont:represents "Ğ"^^xsd:string ;
    rdfs:comment "LATIN CAPITAL LETTER G WITH BREVE"@en .

<http://lexvo.org/id/char/011F> a lvont:Character ;
    lvont:represents "ğ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER G WITH BREVE"@en .

<http://lexvo.org/id/char/0120> a lvont:Character ;
    lvont:represents "Ġ"^^xsd:string ;
    rdfs:comment "LATIN CAPITAL LETTER G WITH DOT ABOVE"@en .

<http://lexvo.org/id/char/0121> a lvont:Character ;
    lvont:represents "ġ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER G WITH DOT ABOVE"@en .

<http://lexvo.org/id/char/0122> a lvont:Character ;
    lvont:represents "Ģ"^^xsd:string ;
    rdfs:comment "LATIN CAPITAL LETTER G WITH CEDILLA"@en .

<http://lexvo.org/id/char/0123> a lvont:Character ;
    lvont:represents "ģ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER G WITH CEDILLA"@en .

<http://lexvo.org/id/char/0124> a lvont:Character ;
    lvont:represents "Ĥ"^^xsd:string ;
    rdfs:comment "LATIN CAPITAL LETTER H WITH CIRCUMFLEX"@en .

<http://lexvo.org/id/char/0125> a lvont:Character ;
    lvont:represents "ĥ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER H WITH CIRCUMFLEX"@en .

<http://lexvo.org/id/char/0126> a lvont:Character ;
    lvont:represents "Ħ"^^xsd:string ;
    rdfs:comment "LATIN CAPITAL LETTER H WITH STROKE"@en .

<http://lexvo.org/id/char/0127> a lvont:Character ;
    lvont:represents "ħ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER H WITH STROKE"@en .

<http://lexvo.org/id/char/0128> a lvont:Character ;
    lvont:represents "Ĩ"^^xsd:string ;
    rdfs:comment "LATIN CAPITAL LETTER I WITH TILDE"@en .

<http://lexvo.org/id/char/0129> a lvont:Character ;
    lvont:represents "ĩ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER I WITH TILDE"@en .

<http://lexvo.org/id/char/012A> a lvont:Character ;
    lvont:represents "Ī"^^xsd:string ;
    rdfs:comment "LATIN CAPITAL LETTER I WITH MACRON"@en .

<http://lexvo.org/id/char/012B> a lvont:Character ;
    lvont:represents "ī"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER I WITH MACRON"@en .

<http://lexvo.org/id/char/012C> a lvont:Character ;
    lvont:represents "Ĭ"^^xsd:string ;
    rdfs:comment "LATIN CAPITAL LETTER I WITH BREVE"@en .

<http://lexvo.org/id/char/012D> a lvont:Character ;
    lvont:represents "ĭ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER I WITH BREVE"@en .

<http://lexvo.org/id/char/012E> a lvont:Character ;
    lvont:represents "Į"^^xsd:string ;
    rdfs:comment "LATIN CAPITAL LETTER I WITH OGONEK"@en .

<http://lexvo.org/id/char/012F> a lvont:Character ;
    lvont:represents "į"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER I WITH OGONEK"@en .

<http://lexvo.org/id/char/0130> a lvont:Character ;
    lvont:represents "İ"^^xsd:string ;
    rdfs:comment "LATIN CAPITAL LETTER I WITH DOT ABOVE"@en .

<http://lexvo.org/id/char/0131> a lvont:Character ;
    lvont:represents "ı"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER DOTLESS I"@en .

<http://lexvo.org/id/char/0132> a lvont:Character ;
    lvont:represents "Ĳ"^^xsd:string ;
    rdfs:comment "LATIN CAPITAL LIGATURE IJ"@en .

<http://lexvo.org/id/char/0133> a lvont:Character ;
    lvont:represents "ĳ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LIGATURE IJ"@en .

<http://lexvo.org/id/char/0134> a lvont:Character ;
    lvont:represents "Ĵ"^^xsd:string ;
    rdfs:comment "LATIN CAPITAL LETTER J WITH CIRCUMFLEX"@en .

<http://lexvo.org/id/char/0135> a lvont:Character ;
    lvont:represents "ĵ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER J WITH CIRCUMFLEX"@en .

<http://lexvo.org/id/char/0136> a lvont:Character ;
    lvont:represents "Ķ"^^xsd:string ;
    rdfs:comment "LATIN CAPITAL LETTER K WITH CEDILLA"@en .

<http://lexvo.org/id/char/0137> a lvont:Character ;
    lvont:represents "ķ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER K WITH CEDILLA"@en .

<http://lexvo.org/id/char/0138> a lvont:Character ;
    lvont:represents "ĸ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER KRA"@en .

<http://lexvo.org/id/char/0139> a lvont:Character ;
    lvont:represents "Ĺ"^^xsd:string ;
    rdfs:comment "LATIN CAPITAL LETTER L WITH ACUTE"@en .

<http://lexvo.org/id/char/013A> a lvont:Character ;
    lvont:represents "ĺ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER L WITH ACUTE"@en .

<http://lexvo.org/id/char/013B> a lvont:Character ;
    lvont:represents "Ļ"^^xsd:string ;
    rdfs:comment "LATIN CAPITAL LETTER L WITH CEDILLA"@en .

<http://lexvo.org/id/char/013C> a lvont:Character ;
    lvont:represents "ļ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER L WITH CEDILLA"@en .

<http://lexvo.org/id/char/013D> a lvont:Character ;
    lvont:represents "Ľ"^^xsd:string ;
    rdfs:comment "LATIN CAPITAL LETTER L WITH CARON"@en .

<http://lexvo.org/id/char/013E> a lvont:Character ;
    lvont:represents "ľ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER L WITH CARON"@en .

<http://lexvo.org/id/char/013F> a lvont:Character ;
    lvont:represents "Ŀ"^^xsd:string ;
    rdfs:comment "LATIN CAPITAL LETTER L WITH MIDDLE DOT"@en .

<http://lexvo.org/id/char/0140> a lvont:Character ;
    lvont:represents "ŀ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER L WITH MIDDLE DOT"@en .

<http://lexvo.org/id/char/0141> a lvont:Character ;
    lvont:represents "Ł"^^xsd:string ;
    rdfs:comment "LATIN CAPITAL LETTER L WITH STROKE"@en .

<http://lexvo.org/id/char/0142> a lvont:Character ;
    lvont:represents "ł"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER L WITH STROKE"@en .

<http://lexvo.org/id/char/0143> a lvont:Character ;
    lvont:represents "Ń"^^xsd:string ;
    rdfs:comment "LATIN CAPITAL LETTER N WITH ACUTE"@en .

<http://lexvo.org/id/char/0144> a lvont:Character ;
    lvont:represents "ń"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER N WITH ACUTE"@en .

<http://lexvo.org/id/char/0145> a lvont:Character ;
    lvont:represents "Ņ"^^xsd:string ;
    rdfs:comment "LATIN CAPITAL LETTER N WITH CEDILLA"@en .

<http://lexvo.org/id/char/0146> a lvont:Character ;
    lvont:represents "ņ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER N WITH CEDILLA"@en .

<http://lexvo.org/id/char/0147> a lvont:Character ;
    lvont:represents "Ň"^^xsd:string ;
    rdfs:comment "LATIN CAPITAL LETTER N WITH CARON"@en .

<http://lexvo.org/id/char/0148> a lvont:Character ;
    lvont:represents "ň"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER N WITH CARON"@en .

<http://lexvo.org/id/char/0149> a lvont:Character ;
    lvont:represents "ŉ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER N PRECEDED BY APOSTROPHE"@en .

<http://lexvo.org/id/char/014A> a lvont:Character ;
    lvont:represents "Ŋ"^^xsd:string ;
    rdfs:comment "LATIN CAPITAL LETTER ENG"@en .

<http://lexvo.org/id/char/014B> a lvont:Character ;
    lvont:represents "ŋ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER ENG"@en .

<http://lexvo.org/id/char/014C> a lvont:Character ;
    lvont:represents "Ō"^^xsd:string ;
    rdfs:comment "LATIN CAPITAL LETTER O WITH MACRON"@en .

<http://lexvo.org/id/char/014D> a lvont:Character ;
    lvont:represents "ō"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER O WITH MACRON"@en .

<http://lexvo.org/id/char/014E> a lvont:Character ;
    lvont:represents "Ŏ"^^xsd:string ;
    rdfs:comment "LATIN CAPITAL LETTER O WITH BREVE"@en .

<http://lexvo.org/id/char/014F> a lvont:Character ;
    lvont:represents "ŏ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER O WITH BREVE"@en .

<http://lexvo.org/id/char/0150> a lvont:Character ;
    lvont:represents "Ő"^^xsd:string ;
    rdfs:comment "LATIN CAPITAL LETTER O WITH DOUBLE ACUTE"@en .

<http://lexvo.org/id/char/0151> a lvont:Character ;
    lvont:represents "ő"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER O WITH DOUBLE ACUTE"@en .

<http://lexvo.org/id/char/0152> a lvont:Character ;
    lvont:represents "Œ"^^xsd:string ;
    rdfs:comment "LATIN CAPITAL LIGATURE OE"@en .

<http://lexvo.org/id/char/0153> a lvont:Character ;
    lvont:represents "œ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LIGATURE OE"@en .

<http://lexvo.org/id/char/0154> a lvont:Character ;
    lvont:represents "Ŕ"^^xsd:string ;
    rdfs:comment "LATIN CAPITAL LETTER R WITH ACUTE"@en .

<http://lexvo.org/id/char/0155> a lvont:Character ;
    lvont:represents "ŕ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER R WITH ACUTE"@en .

<http://lexvo.org/id/char/0156> a lvont:Character ;
    lvont:represents "Ŗ"^^xsd:string ;
    rdfs:comment "LATIN CAPITAL LETTER R WITH CEDILLA"@en .

<http://lexvo.org/id/char/0157> a lvont:Character ;
    lvont:represents "ŗ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER R WITH CEDILLA"@en .

<http://lexvo.org/id/char/0158> a lvont:Character ;
    lvont:represents "Ř"^^xsd:string ;
    rdfs:comment "LATIN CAPITAL LETTER R WITH CARON"@en .

<http://lexvo.org/id/char/0159> a lvont:Character ;
    lvont:represents "ř"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER R WITH CARON"@en .

<http://lexvo.org/id/char/015A> a lvont:Character ;
    lvont:represents "Ś"^^xsd:string ;
    rdfs:comment "LATIN CAPITAL LETTER S WITH ACUTE"@en .

<http://lexvo.org/id/char/015B> a lvont:Character ;
    lvont:represents "ś"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER S WITH ACUTE"@en .

<http://lexvo.org/id/char/015C> a lvont:Character ;
    lvont:represents "Ŝ"^^xsd:string ;
    rdfs:comment "LATIN CAPITAL LETTER S WITH CIRCUMFLEX"@en .

<http://lexvo.org/id/char/015D> a lvont:Character ;
    lvont:represents "ŝ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER S WITH CIRCUMFLEX"@en .

<http://lexvo.org/id/char/015E> a lvont:Character ;
    lvont:represents "Ş"^^xsd:string ;
    rdfs:comment "LATIN CAPITAL LETTER S WITH CEDILLA"@en .

<http://lexvo.org/id/char/015F> a lvont:Character ;
    lvont:represents "ş"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER S WITH CEDILLA"@en .

<http://lexvo.org/id/char/0160> a lvont:Character ;
    lvont:represents "Š"^^xsd:string ;
    rdfs:comment "LATIN CAPITAL LETTER S WITH CARON"@en .

<http://lexvo.org/id/char/0161> a lvont:Character ;
    lvont:represents "š"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER S WITH CARON"@en .

<http://lexvo.org/id/char/0162> a lvont:Character ;
    lvont:represents "Ţ"^^xsd:string ;
    rdfs:comment "LATIN CAPITAL LETTER T WITH CEDILLA"@en .

<http://lexvo.org/id/char/0163> a lvont:Character ;
    lvont:represents "ţ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER T WITH CEDILLA"@en .

<http://lexvo.org/id/char/0164> a lvont:Character ;
    lvont:represents "Ť"^^xsd:string ;
    rdfs:comment "LATIN CAPITAL LETTER T WITH CARON"@en .

<http://lexvo.org/id/char/0165> a lvont:Character ;
    lvont:represents "ť"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER T WITH CARON"@en .

<http://lexvo.org/id/char/0166> a lvont:Character ;
    lvont:represents "Ŧ"^^xsd:string ;
    rdfs:comment "LATIN CAPITAL LETTER T WITH STROKE"@en .

<http://lexvo.org/id/char/0167> a lvont:Character ;
    lvont:represents "ŧ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER T WITH STROKE"@en .

<http://lexvo.org/id/char/0168> a lvont:Character ;
    lvont:represents "Ũ"^^xsd:string ;
    rdfs:comment "LATIN CAPITAL LETTER U WITH TILDE"@en .

<http://lexvo.org/id/char/0169> a lvont:Character ;
    lvont:represents "ũ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER U WITH TILDE"@en .

<http://lexvo.org/id/char/016A> a lvont:Character ;
    lvont:represents "Ū"^^xsd:string ;
    rdfs:comment "LATIN CAPITAL LETTER U WITH MACRON"@en .

<http://lexvo.org/id/char/016B> a lvont:Character ;
    lvont:represents "ū"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER U WITH MACRON"@en .

<http://lexvo.org/id/char/016C> a lvont:Character ;
    lvont:represents "Ŭ"^^xsd:string ;
    rdfs:comment "LATIN CAPITAL LETTER U WITH BREVE"@en .

<http://lexvo.org/id/char/016D> a lvont:Character ;
    lvont:represents "ŭ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER U WITH BREVE"@en .

<http://lexvo.org/id/char/016E> a lvont:Character ;
    lvont:represents "Ů"^^xsd:string ;
    rdfs:comment "LATIN CAPITAL LETTER U WITH RING ABOVE"@en .

<http://lexvo.org/id/char/016F> a lvont:Character ;
    lvont:represents "ů"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER U WITH RING ABOVE"@en .

<http://lexvo.org/id/char/0170> a lvont:Character ;
    lvont:represents "Ű"^^xsd:string ;
    rdfs:comment "LATIN CAPITAL LETTER U WITH DOUBLE ACUTE"@en .

<http://lexvo.org/id/char/0171> a lvont:Character ;
    lvont:represents "ű"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER U WITH DOUBLE ACUTE"@en .

<http://lexvo.org/id/char/0172> a lvont:Character ;
    lvont:represents "Ų"^^xsd:string ;
    rdfs:comment "LATIN CAPITAL LETTER U WITH OGONEK"@en .

<http://lexvo.org/id/char/0173> a lvont:Character ;
    lvont:represents "ų"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER U WITH OGONEK"@en .

<http://lexvo.org/id/char/0174> a lvont:Character ;
    lvont:represents "Ŵ"^^xsd:string ;
    rdfs:comment "LATIN CAPITAL LETTER W WITH CIRCUMFLEX"@en .

<http://lexvo.org/id/char/0175> a lvont:Character ;
    lvont:represents "ŵ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER W WITH CIRCUMFLEX"@en .

<http://lexvo.org/id/char/0176> a lvont:Character ;
    lvont:represents "Ŷ"^^xsd:string ;
    rdfs:comment "LATIN CAPITAL LETTER Y WITH CIRCUMFLEX"@en .

<http://lexvo.org/id/char/0177> a lvont:Character ;
    lvont:represents "ŷ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER Y WITH CIRCUMFLEX"@en .

<http://lexvo.org/id/char/0178> a lvont:Character ;
    lvont:represents "Ÿ"^^xsd:string ;
    rdfs:comment "LATIN CAPITAL LETTER Y WITH DIAERESIS"@en .

<http://lexvo.org/id/char/0179> a lvont:Character ;
    lvont:represents "Ź"^^xsd:string ;
    rdfs:comment "LATIN CAPITAL LETTER Z WITH ACUTE"@en .

<http://lexvo.org/id/char/017A> a lvont:Character ;
    lvont:represents "ź"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER Z WITH ACUTE"@en .

<http://lexvo.org/id/char/017B> a lvont:Character ;
    lvont:represents "Ż"^^xsd:string ;
    rdfs:comment "LATIN CAPITAL LETTER Z WITH DOT ABOVE"@en .

<http://lexvo.org/id/char/017C> a lvont:Character ;
    lvont:represents "ż"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER Z WITH DOT ABOVE"@en .

<http://lexvo.org/id/char/017D> a lvont:Character ;
    lvont:represents "Ž"^^xsd:string ;
    rdfs:comment "LATIN CAPITAL LETTER Z WITH CARON"@en .

<http://lexvo.org/id/char/017E> a lvont:Character ;
    lvont:represents "ž"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER Z WITH CARON"@en .

<http://lexvo.org/id/char/017F> a lvont:Character ;
    lvont:represents "ſ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER LONG S"@en .

<http://lexvo.org/id/char/0180> a lvont:Character ;
    lvont:represents "ƀ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER B WITH STROKE"@en .

<http://lexvo.org/id/char/0181> a lvont:Character ;
    lvont:represents "Ɓ"^^xsd:string ;
    rdfs:comment "LATIN CAPITAL LETTER B WITH HOOK"@en .

<http://lexvo.org/id/char/0182> a lvont:Character ;
    lvont:represents "Ƃ"^^xsd:string ;
    rdfs:comment "LATIN CAPITAL LETTER B WITH TOPBAR"@en .

<http://lexvo.org/id/char/0183> a lvont:Character ;
    lvont:represents "ƃ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER B WITH TOPBAR"@en .

<http://lexvo.org/id/char/0184> a lvont:Character ;
    lvont:represents "Ƅ"^^xsd:string ;
    rdfs:comment "LATIN CAPITAL LETTER TONE SIX"@en .

<http://lexvo.org/id/char/0185> a lvont:Character ;
    lvont:represents "ƅ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER TONE SIX"@en .

<http://lexvo.org/id/char/0186> a lvont:Character ;
    lvont:represents "Ɔ"^^xsd:string ;
    rdfs:comment "LATIN CAPITAL LETTER OPEN O"@en .

<http://lexvo.org/id/char/0187> a lvont:Character ;
    lvont:represents "Ƈ"^^xsd:string ;
    rdfs:comment "LATIN CAPITAL LETTER C WITH HOOK"@en .

<http://lexvo.org/id/char/0188> a lvont:Character ;
    lvont:represents "ƈ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER C WITH HOOK"@en .

<http://lexvo.org/id/char/0189> a lvont:Character ;
    lvont:represents "Ɖ"^^xsd:string ;
    rdfs:comment "LATIN CAPITAL LETTER AFRICAN D"@en .

<http://lexvo.org/id/char/018A> a lvont:Character ;
    lvont:represents "Ɗ"^^xsd:string ;
    rdfs:comment "LATIN CAPITAL LETTER D WITH HOOK"@en .

<http://lexvo.org/id/char/018B> a lvont:Character ;
    lvont:represents "Ƌ"^^xsd:string ;
    rdfs:comment "LATIN CAPITAL LETTER D WITH TOPBAR"@en .

<http://lexvo.org/id/char/018C> a lvont:Character ;
    lvont:represents "ƌ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER D WITH TOPBAR"@en .

<http://lexvo.org/id/char/018D> a lvont:Character ;
    lvont:represents "ƍ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER TURNED DELTA"@en .

<http://lexvo.org/id/char/018E> a lvont:Character ;
    lvont:represents "Ǝ"^^xsd:string ;
    rdfs:comment "LATIN CAPITAL LETTER REVERSED E"@en .

<http://lexvo.org/id/char/018F> a lvont:Character ;
    lvont:represents "Ə"^^xsd:string ;
    rdfs:comment "LATIN CAPITAL LETTER SCHWA"@en .

<http://lexvo.org/id/char/0190> a lvont:Character ;
    lvont:represents "Ɛ"^^xsd:string ;
    rdfs:comment "LATIN CAPITAL LETTER OPEN E"@en .

<http://lexvo.org/id/char/0191> a lvont:Character ;
    lvont:represents "Ƒ"^^xsd:string ;
    rdfs:comment "LATIN CAPITAL LETTER F WITH HOOK"@en .

<http://lexvo.org/id/char/0192> a lvont:Character ;
    lvont:represents "ƒ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER F WITH HOOK"@en .

<http://lexvo.org/id/char/0193> a lvont:Character ;
    lvont:represents "Ɠ"^^xsd:string ;
    rdfs:comment "LATIN CAPITAL LETTER G WITH HOOK"@en .

<http://lexvo.org/id/char/0194> a lvont:Character ;
    lvont:represents "Ɣ"^^xsd:string ;
    rdfs:comment "LATIN CAPITAL LETTER GAMMA"@en .

<http://lexvo.org/id/char/0195> a lvont:Character ;
    lvont:represents "ƕ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER HV"@en .

<http://lexvo.org/id/char/0196> a lvont:Character ;
    lvont:represents "Ɩ"^^xsd:string ;
    rdfs:comment "LATIN CAPITAL LETTER IOTA"@en .

<http://lexvo.org/id/char/0197> a lvont:Character ;
    lvont:represents "Ɨ"^^xsd:string ;
    rdfs:comment "LATIN CAPITAL LETTER I WITH STROKE"@en .

<http://lexvo.org/id/char/0198> a lvont:Character ;
    lvont:represents "Ƙ"^^xsd:string ;
    rdfs:comment "LATIN CAPITAL LETTER K WITH HOOK"@en .

<http://lexvo.org/id/char/0199> a lvont:Character ;
    lvont:represents "ƙ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER K WITH HOOK"@en .

<http://lexvo.org/id/char/019A> a lvont:Character ;
    lvont:represents "ƚ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER L WITH BAR"@en .

<http://lexvo.org/id/char/019B> a lvont:Character ;
    lvont:represents "ƛ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER LAMBDA WITH STROKE"@en .

<http://lexvo.org/id/char/019C> a lvont:Character ;
    lvont:represents "Ɯ"^^xsd:string ;
    rdfs:comment "LATIN CAPITAL LETTER TURNED M"@en .

<http://lexvo.org/id/char/019D> a lvont:Character ;
    lvont:represents "Ɲ"^^xsd:string ;
    rdfs:comment "LATIN CAPITAL LETTER N WITH LEFT HOOK"@en .

<http://lexvo.org/id/char/019E> a lvont:Character ;
    lvont:represents "ƞ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER N WITH LONG RIGHT LEG"@en .

<http://lexvo.org/id/char/019F> a lvont:Character ;
    lvont:represents "Ɵ"^^xsd:string ;
    rdfs:comment "LATIN CAPITAL LETTER O WITH MIDDLE TILDE"@en .

<http://lexvo.org/id/char/01A0> a lvont:Character ;
    lvont:represents "Ơ"^^xsd:string ;
    rdfs:comment "LATIN CAPITAL LETTER O WITH HORN"@en .

<http://lexvo.org/id/char/01A1> a lvont:Character ;
    lvont:represents "ơ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER O WITH HORN"@en .

<http://lexvo.org/id/char/01A2> a lvont:Character ;
    lvont:represents "Ƣ"^^xsd:string ;
    rdfs:comment "LATIN CAPITAL LETTER OI"@en .

<http://lexvo.org/id/char/01A3> a lvont:Character ;
    lvont:represents "ƣ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER OI"@en .

<http://lexvo.org/id/char/01A4> a lvont:Character ;
    lvont:represents "Ƥ"^^xsd:string ;
    rdfs:comment "LATIN CAPITAL LETTER P WITH HOOK"@en .

<http://lexvo.org/id/char/01A5> a lvont:Character ;
    lvont:represents "ƥ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER P WITH HOOK"@en .

<http://lexvo.org/id/char/01A6> a lvont:Character ;
    lvont:represents "Ʀ"^^xsd:string ;
    rdfs:comment "LATIN LETTER YR"@en .

<http://lexvo.org/id/char/01A7> a lvont:Character ;
    lvont:represents "Ƨ"^^xsd:string ;
    rdfs:comment "LATIN CAPITAL LETTER TONE TWO"@en .

<http://lexvo.org/id/char/01A8> a lvont:Character ;
    lvont:represents "ƨ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER TONE TWO"@en .

<http://lexvo.org/id/char/01A9> a lvont:Character ;
    lvont:represents "Ʃ"^^xsd:string ;
    rdfs:comment "LATIN CAPITAL LETTER ESH"@en .

<http://lexvo.org/id/char/01AA> a lvont:Character ;
    lvont:represents "ƪ"^^xsd:string ;
    rdfs:comment "LATIN LETTER REVERSED ESH LOOP"@en .

<http://lexvo.org/id/char/01AB> a lvont:Character ;
    lvont:represents "ƫ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER T WITH PALATAL HOOK"@en .

<http://lexvo.org/id/char/01AC> a lvont:Character ;
    lvont:represents "Ƭ"^^xsd:string ;
    rdfs:comment "LATIN CAPITAL LETTER T WITH HOOK"@en .

<http://lexvo.org/id/char/01AD> a lvont:Character ;
    lvont:represents "ƭ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER T WITH HOOK"@en .

<http://lexvo.org/id/char/01AE> a lvont:Character ;
    lvont:represents "Ʈ"^^xsd:string ;
    rdfs:comment "LATIN CAPITAL LETTER T WITH RETROFLEX HOOK"@en .

<http://lexvo.org/id/char/01AF> a lvont:Character ;
    lvont:represents "Ư"^^xsd:string ;
    rdfs:comment "LATIN CAPITAL LETTER U WITH HORN"@en .

<http://lexvo.org/id/char/01B0> a lvont:Character ;
    lvont:represents "ư"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER U WITH HORN"@en .

<http://lexvo.org/id/char/01B1> a lvont:Character ;
    lvont:represents "Ʊ"^^xsd:string ;
    rdfs:comment "LATIN CAPITAL LETTER UPSILON"@en .

<http://lexvo.org/id/char/01B2> a lvont:Character ;
    lvont:represents "Ʋ"^^xsd:string ;
    rdfs:comment "LATIN CAPITAL LETTER V WITH HOOK"@en .

<http://lexvo.org/id/char/01B3> a lvont:Character ;
    lvont:represents "Ƴ"^^xsd:string ;
    rdfs:comment "LATIN CAPITAL LETTER Y WITH HOOK"@en .

<http://lexvo.org/id/char/01B4> a lvont:Character ;
    lvont:represents "ƴ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER Y WITH HOOK"@en .

<http://lexvo.org/id/char/01B5> a lvont:Character ;
    lvont:represents "Ƶ"^^xsd:string ;
    rdfs:comment "LATIN CAPITAL LETTER Z WITH STROKE"@en .

<http://lexvo.org/id/char/01B6> a lvont:Character ;
    lvont:represents "ƶ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER Z WITH STROKE"@en .

<http://lexvo.org/id/char/01B7> a lvont:Character ;
    lvont:represents "Ʒ"^^xsd:string ;
    rdfs:comment "LATIN CAPITAL LETTER EZH"@en .

<http://lexvo.org/id/char/01B8> a lvont:Character ;
    lvont:represents "Ƹ"^^xsd:string ;
    rdfs:comment "LATIN CAPITAL LETTER EZH REVERSED"@en .

<http://lexvo.org/id/char/01B9> a lvont:Character ;
    lvont:represents "ƹ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER EZH REVERSED"@en .

<http://lexvo.org/id/char/01BA> a lvont:Character ;
    lvont:represents "ƺ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER EZH WITH TAIL"@en .

<http://lexvo.org/id/char/01BB> a lvont:Character ;
    lvont:represents "ƻ"^^xsd:string ;
    rdfs:comment "LATIN LETTER TWO WITH STROKE"@en .

<http://lexvo.org/id/char/01BC> a lvont:Character ;
    lvont:represents "Ƽ"^^xsd:string ;
    rdfs:comment "LATIN CAPITAL LETTER TONE FIVE"@en .

<http://lexvo.org/id/char/01BD> a lvont:Character ;
    lvont:represents "ƽ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER TONE FIVE"@en .

<http://lexvo.org/id/char/01BE> a lvont:Character ;
    lvont:represents "ƾ"^^xsd:string ;
    rdfs:comment "LATIN LETTER INVERTED GLOTTAL STOP WITH STROKE"@en .

<http://lexvo.org/id/char/01BF> a lvont:Character ;
    lvont:represents "ƿ"^^xsd:string ;
    rdfs:comment "LATIN LETTER WYNN"@en .

<http://lexvo.org/id/char/01C0> a lvont:Character ;
    lvont:represents "ǀ"^^xsd:string ;
    rdfs:comment "LATIN LETTER DENTAL CLICK"@en .

<http://lexvo.org/id/char/01C1> a lvont:Character ;
    lvont:represents "ǁ"^^xsd:string ;
    rdfs:comment "LATIN LETTER LATERAL CLICK"@en .

<http://lexvo.org/id/char/01C2> a lvont:Character ;
    lvont:represents "ǂ"^^xsd:string ;
    rdfs:comment "LATIN LETTER ALVEOLAR CLICK"@en .

<http://lexvo.org/id/char/01C3> a lvont:Character ;
    lvont:represents "ǃ"^^xsd:string ;
    rdfs:comment "LATIN LETTER RETROFLEX CLICK"@en .

<http://lexvo.org/id/char/01C4> a lvont:Character ;
    lvont:represents "Ǆ"^^xsd:string ;
    rdfs:comment "LATIN CAPITAL LETTER DZ WITH CARON"@en .

<http://lexvo.org/id/char/01C5> a lvont:Character ;
    lvont:represents "ǅ"^^xsd:string ;
    rdfs:comment "LATIN CAPITAL LETTER D WITH SMALL LETTER Z WITH CARON"@en .

<http://lexvo.org/id/char/01C6> a lvont:Character ;
    lvont:represents "ǆ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER DZ WITH CARON"@en .

<http://lexvo.org/id/char/01C7> a lvont:Character ;
    lvont:represents "Ǉ"^^xsd:string ;
    rdfs:comment "LATIN CAPITAL LETTER LJ"@en .

<http://lexvo.org/id/char/01C8> a lvont:Character ;
    lvont:represents "ǈ"^^xsd:string ;
    rdfs:comment "LATIN CAPITAL LETTER L WITH SMALL LETTER J"@en .

<http://lexvo.org/id/char/01C9> a lvont:Character ;
    lvont:represents "ǉ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER LJ"@en .

<http://lexvo.org/id/char/01CA> a lvont:Character ;
    lvont:represents "Ǌ"^^xsd:string ;
    rdfs:comment "LATIN CAPITAL LETTER NJ"@en .

<http://lexvo.org/id/char/01CB> a lvont:Character ;
    lvont:represents "ǋ"^^xsd:string ;
    rdfs:comment "LATIN CAPITAL LETTER N WITH SMALL LETTER J"@en .

<http://lexvo.org/id/char/01CC> a lvont:Character ;
    lvont:represents "ǌ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER NJ"@en .

<http://lexvo.org/id/char/01CD> a lvont:Character ;
    lvont:represents "Ǎ"^^xsd:string ;
    rdfs:comment "LATIN CAPITAL LETTER A WITH CARON"@en .

<http://lexvo.org/id/char/01CE> a lvont:Character ;
    lvont:represents "ǎ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER A WITH CARON"@en .

<http://lexvo.org/id/char/01CF> a lvont:Character ;
    lvont:represents "Ǐ"^^xsd:string ;
    rdfs:comment "LATIN CAPITAL LETTER I WITH CARON"@en .

<http://lexvo.org/id/char/01D0> a lvont:Character ;
    lvont:represents "ǐ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER I WITH CARON"@en .

<http://lexvo.org/id/char/01D1> a lvont:Character ;
    lvont:represents "Ǒ"^^xsd:string ;
    rdfs:comment "LATIN CAPITAL LETTER O WITH CARON"@en .

<http://lexvo.org/id/char/01D2> a lvont:Character ;
    lvont:represents "ǒ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER O WITH CARON"@en .

<http://lexvo.org/id/char/01D3> a lvont:Character ;
    lvont:represents "Ǔ"^^xsd:string ;
    rdfs:comment "LATIN CAPITAL LETTER U WITH CARON"@en .

<http://lexvo.org/id/char/01D4> a lvont:Character ;
    lvont:represents "ǔ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER U WITH CARON"@en .

<http://lexvo.org/id/char/01D5> a lvont:Character ;
    lvont:represents "Ǖ"^^xsd:string ;
    rdfs:comment "LATIN CAPITAL LETTER U WITH DIAERESIS AND MACRON"@en .

<http://lexvo.org/id/char/01D6> a lvont:Character ;
    lvont:represents "ǖ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER U WITH DIAERESIS AND MACRON"@en .

<http://lexvo.org/id/char/01D7> a lvont:Character ;
    lvont:represents "Ǘ"^^xsd:string ;
    rdfs:comment "LATIN CAPITAL LETTER U WITH DIAERESIS AND ACUTE"@en .

<http://lexvo.org/id/char/01D8> a lvont:Character ;
    lvont:represents "ǘ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER U WITH DIAERESIS AND ACUTE"@en .

<http://lexvo.org/id/char/01D9> a lvont:Character ;
    lvont:represents "Ǚ"^^xsd:string ;
    rdfs:comment "LATIN CAPITAL LETTER U WITH DIAERESIS AND CARON"@en .

<http://lexvo.org/id/char/01DA> a lvont:Character ;
    lvont:represents "ǚ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER U WITH DIAERESIS AND CARON"@en .

<http://lexvo.org/id/char/01DB> a lvont:Character ;
    lvont:represents "Ǜ"^^xsd:string ;
    rdfs:comment "LATIN CAPITAL LETTER U WITH DIAERESIS AND GRAVE"@en .

<http://lexvo.org/id/char/01DC> a lvont:Character ;
    lvont:represents "ǜ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER U WITH DIAERESIS AND GRAVE"@en .

<http://lexvo.org/id/char/01DD> a lvont:Character ;
    lvont:represents "ǝ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER TURNED E"@en .

<http://lexvo.org/id/char/01DE> a lvont:Character ;
    lvont:represents "Ǟ"^^xsd:string ;
    rdfs:comment "LATIN CAPITAL LETTER A WITH DIAERESIS AND MACRON"@en .

<http://lexvo.org/id/char/01DF> a lvont:Character ;
    lvont:represents "ǟ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER A WITH DIAERESIS AND MACRON"@en .

<http://lexvo.org/id/char/01E0> a lvont:Character ;
    lvont:represents "Ǡ"^^xsd:string ;
    rdfs:comment "LATIN CAPITAL LETTER A WITH DOT ABOVE AND MACRON"@en .

<http://lexvo.org/id/char/01E1> a lvont:Character ;
    lvont:represents "ǡ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER A WITH DOT ABOVE AND MACRON"@en .

<http://lexvo.org/id/char/01E2> a lvont:Character ;
    lvont:represents "Ǣ"^^xsd:string ;
    rdfs:comment "LATIN CAPITAL LETTER AE WITH MACRON"@en .

<http://lexvo.org/id/char/01E3> a lvont:Character ;
    lvont:represents "ǣ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER AE WITH MACRON"@en .

<http://lexvo.org/id/char/01E4> a lvont:Character ;
    lvont:represents "Ǥ"^^xsd:string ;
    rdfs:comment "LATIN CAPITAL LETTER G WITH STROKE"@en .

<http://lexvo.org/id/char/01E5> a lvont:Character ;
    lvont:represents "ǥ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER G WITH STROKE"@en .

<http://lexvo.org/id/char/01E6> a lvont:Character ;
    lvont:represents "Ǧ"^^xsd:string ;
    rdfs:comment "LATIN CAPITAL LETTER G WITH CARON"@en .

<http://lexvo.org/id/char/01E7> a lvont:Character ;
    lvont:represents "ǧ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER G WITH CARON"@en .

<http://lexvo.org/id/char/01E8> a lvont:Character ;
    lvont:represents "Ǩ"^^xsd:string ;
    rdfs:comment "LATIN CAPITAL LETTER K WITH CARON"@en .

<http://lexvo.org/id/char/01E9> a lvont:Character ;
    lvont:represents "ǩ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER K WITH CARON"@en .

<http://lexvo.org/id/char/01EA> a lvont:Character ;
    lvont:represents "Ǫ"^^xsd:string ;
    rdfs:comment "LATIN CAPITAL LETTER O WITH OGONEK"@en .

<http://lexvo.org/id/char/01EB> a lvont:Character ;
    lvont:represents "ǫ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER O WITH OGONEK"@en .

<http://lexvo.org/id/char/01EC> a lvont:Character ;
    lvont:represents "Ǭ"^^xsd:string ;
    rdfs:comment "LATIN CAPITAL LETTER O WITH OGONEK AND MACRON"@en .

<http://lexvo.org/id/char/01ED> a lvont:Character ;
    lvont:represents "ǭ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER O WITH OGONEK AND MACRON"@en .

<http://lexvo.org/id/char/01EE> a lvont:Character ;
    lvont:represents "Ǯ"^^xsd:string ;
    rdfs:comment "LATIN CAPITAL LETTER EZH WITH CARON"@en .

<http://lexvo.org/id/char/01EF> a lvont:Character ;
    lvont:represents "ǯ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER EZH WITH CARON"@en .

<http://lexvo.org/id/char/01F0> a lvont:Character ;
    lvont:represents "ǰ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER J WITH CARON"@en .

<http://lexvo.org/id/char/01F1> a lvont:Character ;
    lvont:represents "Ǳ"^^xsd:string ;
    rdfs:comment "LATIN CAPITAL LETTER DZ"@en .

<http://lexvo.org/id/char/01F2> a lvont:Character ;
    lvont:represents "ǲ"^^xsd:string ;
    rdfs:comment "LATIN CAPITAL LETTER D WITH SMALL LETTER Z"@en .

<http://lexvo.org/id/char/01F3> a lvont:Character ;
    lvont:represents "ǳ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER DZ"@en .

<http://lexvo.org/id/char/01F4> a lvont:Character ;
    lvont:represents "Ǵ"^^xsd:string ;
    rdfs:comment "LATIN CAPITAL LETTER G WITH ACUTE"@en .

<http://lexvo.org/id/char/01F5> a lvont:Character ;
    lvont:represents "ǵ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER G WITH ACUTE"@en .

<http://lexvo.org/id/char/01F6> a lvont:Character ;
    lvont:represents "Ƕ"^^xsd:string ;
    rdfs:comment "LATIN CAPITAL LETTER HWAIR"@en .

<http://lexvo.org/id/char/01F7> a lvont:Character ;
    lvont:represents "Ƿ"^^xsd:string ;
    rdfs:comment "LATIN CAPITAL LETTER WYNN"@en .

<http://lexvo.org/id/char/01F8> a lvont:Character ;
    lvont:represents "Ǹ"^^xsd:string ;
    rdfs:comment "LATIN CAPITAL LETTER N WITH GRAVE"@en .

<http://lexvo.org/id/char/01F9> a lvont:Character ;
    lvont:represents "ǹ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER N WITH GRAVE"@en .

<http://lexvo.org/id/char/01FA> a lvont:Character ;
    lvont:represents "Ǻ"^^xsd:string ;
    rdfs:comment "LATIN CAPITAL LETTER A WITH RING ABOVE AND ACUTE"@en .

<http://lexvo.org/id/char/01FB> a lvont:Character ;
    lvont:represents "ǻ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER A WITH RING ABOVE AND ACUTE"@en .

<http://lexvo.org/id/char/01FC> a lvont:Character ;
    lvont:represents "Ǽ"^^xsd:string ;
    rdfs:comment "LATIN CAPITAL LETTER AE WITH ACUTE"@en .

<http://lexvo.org/id/char/01FD> a lvont:Character ;
    lvont:represents "ǽ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER AE WITH ACUTE"@en .

<http://lexvo.org/id/char/01FE> a lvont:Character ;
    lvont:represents "Ǿ"^^xsd:string ;
    rdfs:comment "LATIN CAPITAL LETTER O WITH STROKE AND ACUTE"@en .

<http://lexvo.org/id/char/01FF> a lvont:Character ;
    lvont:represents "ǿ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER O WITH STROKE AND ACUTE"@en .

<http://lexvo.org/id/char/0200> a lvont:Character ;
    lvont:represents "Ȁ"^^xsd:string ;
    rdfs:comment "LATIN CAPITAL LETTER A WITH DOUBLE GRAVE"@en .

<http://lexvo.org/id/char/0201> a lvont:Character ;
    lvont:represents "ȁ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER A WITH DOUBLE GRAVE"@en .

<http://lexvo.org/id/char/0202> a lvont:Character ;
    lvont:represents "Ȃ"^^xsd:string ;
    rdfs:comment "LATIN CAPITAL LETTER A WITH INVERTED BREVE"@en .

<http://lexvo.org/id/char/0203> a lvont:Character ;
    lvont:represents "ȃ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER A WITH INVERTED BREVE"@en .

<http://lexvo.org/id/char/0204> a lvont:Character ;
    lvont:represents "Ȅ"^^xsd:string ;
    rdfs:comment "LATIN CAPITAL LETTER E WITH DOUBLE GRAVE"@en .

<http://lexvo.org/id/char/0205> a lvont:Character ;
    lvont:represents "ȅ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER E WITH DOUBLE GRAVE"@en .

<http://lexvo.org/id/char/0206> a lvont:Character ;
    lvont:represents "Ȇ"^^xsd:string ;
    rdfs:comment "LATIN CAPITAL LETTER E WITH INVERTED BREVE"@en .

<http://lexvo.org/id/char/0207> a lvont:Character ;
    lvont:represents "ȇ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER E WITH INVERTED BREVE"@en .

<http://lexvo.org/id/char/0208> a lvont:Character ;
    lvont:represents "Ȉ"^^xsd:string ;
    rdfs:comment "LATIN CAPITAL LETTER I WITH DOUBLE GRAVE"@en .

<http://lexvo.org/id/char/0209> a lvont:Character ;
    lvont:represents "ȉ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER I WITH DOUBLE GRAVE"@en .

<http://lexvo.org/id/char/020A> a lvont:Character ;
    lvont:represents "Ȋ"^^xsd:string ;
    rdfs:comment "LATIN CAPITAL LETTER I WITH INVERTED BREVE"@en .

<http://lexvo.org/id/char/020B> a lvont:Character ;
    lvont:represents "ȋ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER I WITH INVERTED BREVE"@en .

<http://lexvo.org/id/char/020C> a lvont:Character ;
    lvont:represents "Ȍ"^^xsd:string ;
    rdfs:comment "LATIN CAPITAL LETTER O WITH DOUBLE GRAVE"@en .

<http://lexvo.org/id/char/020D> a lvont:Character ;
    lvont:represents "ȍ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER O WITH DOUBLE GRAVE"@en .

<http://lexvo.org/id/char/020E> a lvont:Character ;
    lvont:represents "Ȏ"^^xsd:string ;
    rdfs:comment "LATIN CAPITAL LETTER O WITH INVERTED BREVE"@en .

<http://lexvo.org/id/char/020F> a lvont:Character ;
    lvont:represents "ȏ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER O WITH INVERTED BREVE"@en .

<http://lexvo.org/id/char/0210> a lvont:Character ;
    lvont:represents "Ȑ"^^xsd:string ;
    rdfs:comment "LATIN CAPITAL LETTER R WITH DOUBLE GRAVE"@en .

<http://lexvo.org/id/char/0211> a lvont:Character ;
    lvont:represents "ȑ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER R WITH DOUBLE GRAVE"@en .

<http://lexvo.org/id/char/0212> a lvont:Character ;
    lvont:represents "Ȓ"^^xsd:string ;
    rdfs:comment "LATIN CAPITAL LETTER R WITH INVERTED BREVE"@en .

<http://lexvo.org/id/char/0213> a lvont:Character ;
    lvont:represents "ȓ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER R WITH INVERTED BREVE"@en .

<http://lexvo.org/id/char/0214> a lvont:Character ;
    lvont:represents "Ȕ"^^xsd:string ;
    rdfs:comment "LATIN CAPITAL LETTER U WITH DOUBLE GRAVE"@en .

<http://lexvo.org/id/char/0215> a lvont:Character ;
    lvont:represents "ȕ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER U WITH DOUBLE GRAVE"@en .

<http://lexvo.org/id/char/0216> a lvont:Character ;
    lvont:represents "Ȗ"^^xsd:string ;
    rdfs:comment "LATIN CAPITAL LETTER U WITH INVERTED BREVE"@en .

<http://lexvo.org/id/char/0217> a lvont:Character ;
    lvont:represents "ȗ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER U WITH INVERTED BREVE"@en .

<http://lexvo.org/id/char/0218> a lvont:Character ;
    lvont:represents "Ș"^^xsd:string ;
    rdfs:comment "LATIN CAPITAL LETTER S WITH COMMA BELOW"@en .

<http://lexvo.org/id/char/0219> a lvont:Character ;
    lvont:represents "ș"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER S WITH COMMA BELOW"@en .

<http://lexvo.org/id/char/021A> a lvont:Character ;
    lvont:represents "Ț"^^xsd:string ;
    rdfs:comment "LATIN CAPITAL LETTER T WITH COMMA BELOW"@en .

<http://lexvo.org/id/char/021B> a lvont:Character ;
    lvont:represents "ț"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER T WITH COMMA BELOW"@en .

<http://lexvo.org/id/char/021C> a lvont:Character ;
    lvont:represents "Ȝ"^^xsd:string ;
    rdfs:comment "LATIN CAPITAL LETTER YOGH"@en .

<http://lexvo.org/id/char/021D> a lvont:Character ;
    lvont:represents "ȝ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER YOGH"@en .

<http://lexvo.org/id/char/021E> a lvont:Character ;
    lvont:represents "Ȟ"^^xsd:string ;
    rdfs:comment "LATIN CAPITAL LETTER H WITH CARON"@en .

<http://lexvo.org/id/char/021F> a lvont:Character ;
    lvont:represents "ȟ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER H WITH CARON"@en .

<http://lexvo.org/id/char/0220> a lvont:Character ;
    lvont:represents "Ƞ"^^xsd:string ;
    rdfs:comment "LATIN CAPITAL LETTER N WITH LONG RIGHT LEG"@en .

<http://lexvo.org/id/char/0221> a lvont:Character ;
    lvont:represents "ȡ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER D WITH CURL"@en .

<http://lexvo.org/id/char/0222> a lvont:Character ;
    lvont:represents "Ȣ"^^xsd:string ;
    rdfs:comment "LATIN CAPITAL LETTER OU"@en .

<http://lexvo.org/id/char/0223> a lvont:Character ;
    lvont:represents "ȣ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER OU"@en .

<http://lexvo.org/id/char/0224> a lvont:Character ;
    lvont:represents "Ȥ"^^xsd:string ;
    rdfs:comment "LATIN CAPITAL LETTER Z WITH HOOK"@en .

<http://lexvo.org/id/char/0225> a lvont:Character ;
    lvont:represents "ȥ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER Z WITH HOOK"@en .

<http://lexvo.org/id/char/0226> a lvont:Character ;
    lvont:represents "Ȧ"^^xsd:string ;
    rdfs:comment "LATIN CAPITAL LETTER A WITH DOT ABOVE"@en .

<http://lexvo.org/id/char/0227> a lvont:Character ;
    lvont:represents "ȧ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER A WITH DOT ABOVE"@en .

<http://lexvo.org/id/char/0228> a lvont:Character ;
    lvont:represents "Ȩ"^^xsd:string ;
    rdfs:comment "LATIN CAPITAL LETTER E WITH CEDILLA"@en .

<http://lexvo.org/id/char/0229> a lvont:Character ;
    lvont:represents "ȩ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER E WITH CEDILLA"@en .

<http://lexvo.org/id/char/022A> a lvont:Character ;
    lvont:represents "Ȫ"^^xsd:string ;
    rdfs:comment "LATIN CAPITAL LETTER O WITH DIAERESIS AND MACRON"@en .

<http://lexvo.org/id/char/022B> a lvont:Character ;
    lvont:represents "ȫ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER O WITH DIAERESIS AND MACRON"@en .

<http://lexvo.org/id/char/022C> a lvont:Character ;
    lvont:represents "Ȭ"^^xsd:string ;
    rdfs:comment "LATIN CAPITAL LETTER O WITH TILDE AND MACRON"@en .

<http://lexvo.org/id/char/022D> a lvont:Character ;
    lvont:represents "ȭ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER O WITH TILDE AND MACRON"@en .

<http://lexvo.org/id/char/022E> a lvont:Character ;
    lvont:represents "Ȯ"^^xsd:string ;
    rdfs:comment "LATIN CAPITAL LETTER O WITH DOT ABOVE"@en .

<http://lexvo.org/id/char/022F> a lvont:Character ;
    lvont:represents "ȯ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER O WITH DOT ABOVE"@en .

<http://lexvo.org/id/char/0230> a lvont:Character ;
    lvont:represents "Ȱ"^^xsd:string ;
    rdfs:comment "LATIN CAPITAL LETTER O WITH DOT ABOVE AND MACRON"@en .

<http://lexvo.org/id/char/0231> a lvont:Character ;
    lvont:represents "ȱ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER O WITH DOT ABOVE AND MACRON"@en .

<http://lexvo.org/id/char/0232> a lvont:Character ;
    lvont:represents "Ȳ"^^xsd:string ;
    rdfs:comment "LATIN CAPITAL LETTER Y WITH MACRON"@en .

<http://lexvo.org/id/char/0233> a lvont:Character ;
    lvont:represents "ȳ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER Y WITH MACRON"@en .

<http://lexvo.org/id/char/0234> a lvont:Character ;
    lvont:represents "ȴ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER L WITH CURL"@en .

<http://lexvo.org/id/char/0235> a lvont:Character ;
    lvont:represents "ȵ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER N WITH CURL"@en .

<http://lexvo.org/id/char/0236> a lvont:Character ;
    lvont:represents "ȶ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER T WITH CURL"@en .

<http://lexvo.org/id/char/0237> a lvont:Character ;
    lvont:represents "ȷ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER DOTLESS J"@en .

<http://lexvo.org/id/char/0238> a lvont:Character ;
    lvont:represents "ȸ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER DB DIGRAPH"@en .

<http://lexvo.org/id/char/0239> a lvont:Character ;
    lvont:represents "ȹ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER QP DIGRAPH"@en .

<http://lexvo.org/id/char/023A> a lvont:Character ;
    lvont:represents "Ⱥ"^^xsd:string ;
    rdfs:comment "LATIN CAPITAL LETTER A WITH STROKE"@en .

<http://lexvo.org/id/char/023B> a lvont:Character ;
    lvont:represents "Ȼ"^^xsd:string ;
    rdfs:comment "LATIN CAPITAL LETTER C WITH STROKE"@en .

<http://lexvo.org/id/char/023C> a lvont:Character ;
    lvont:represents "ȼ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER C WITH STROKE"@en .

<http://lexvo.org/id/char/023D> a lvont:Character ;
    lvont:represents "Ƚ"^^xsd:string ;
    rdfs:comment "LATIN CAPITAL LETTER L WITH BAR"@en .

<http://lexvo.org/id/char/023E> a lvont:Character ;
    lvont:represents "Ⱦ"^^xsd:string ;
    rdfs:comment "LATIN CAPITAL LETTER T WITH DIAGONAL STROKE"@en .

<http://lexvo.org/id/char/023F> a lvont:Character ;
    lvont:represents "ȿ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER S WITH SWASH TAIL"@en .

<http://lexvo.org/id/char/0240> a lvont:Character ;
    lvont:represents "ɀ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER Z WITH SWASH TAIL"@en .

<http://lexvo.org/id/char/0241> a lvont:Character ;
    lvont:represents "Ɂ"^^xsd:string ;
    rdfs:comment "LATIN CAPITAL LETTER GLOTTAL STOP"@en .

<http://lexvo.org/id/char/0242> a lvont:Character ;
    lvont:represents "ɂ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER GLOTTAL STOP"@en .

<http://lexvo.org/id/char/0243> a lvont:Character ;
    lvont:represents "Ƀ"^^xsd:string ;
    rdfs:comment "LATIN CAPITAL LETTER B WITH STROKE"@en .

<http://lexvo.org/id/char/0244> a lvont:Character ;
    lvont:represents "Ʉ"^^xsd:string ;
    rdfs:comment "LATIN CAPITAL LETTER U BAR"@en .

<http://lexvo.org/id/char/0245> a lvont:Character ;
    lvont:represents "Ʌ"^^xsd:string ;
    rdfs:comment "LATIN CAPITAL LETTER TURNED V"@en .

<http://lexvo.org/id/char/0246> a lvont:Character ;
    lvont:represents "Ɇ"^^xsd:string ;
    rdfs:comment "LATIN CAPITAL LETTER E WITH STROKE"@en .

<http://lexvo.org/id/char/0247> a lvont:Character ;
    lvont:represents "ɇ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER E WITH STROKE"@en .

<http://lexvo.org/id/char/0248> a lvont:Character ;
    lvont:represents "Ɉ"^^xsd:string ;
    rdfs:comment "LATIN CAPITAL LETTER J WITH STROKE"@en .

<http://lexvo.org/id/char/0249> a lvont:Character ;
    lvont:represents "ɉ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER J WITH STROKE"@en .

<http://lexvo.org/id/char/024A> a lvont:Character ;
    lvont:represents "Ɋ"^^xsd:string ;
    rdfs:comment "LATIN CAPITAL LETTER SMALL Q WITH HOOK TAIL"@en .

<http://lexvo.org/id/char/024B> a lvont:Character ;
    lvont:represents "ɋ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER Q WITH HOOK TAIL"@en .

<http://lexvo.org/id/char/024C> a lvont:Character ;
    lvont:represents "Ɍ"^^xsd:string ;
    rdfs:comment "LATIN CAPITAL LETTER R WITH STROKE"@en .

<http://lexvo.org/id/char/024D> a lvont:Character ;
    lvont:represents "ɍ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER R WITH STROKE"@en .

<http://lexvo.org/id/char/024E> a lvont:Character ;
    lvont:represents "Ɏ"^^xsd:string ;
    rdfs:comment "LATIN CAPITAL LETTER Y WITH STROKE"@en .

<http://lexvo.org/id/char/024F> a lvont:Character ;
    lvont:represents "ɏ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER Y WITH STROKE"@en .

<http://lexvo.org/id/char/0250> a lvont:Character ;
    lvont:represents "ɐ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER TURNED A"@en .

<http://lexvo.org/id/char/0251> a lvont:Character ;
    lvont:represents "ɑ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER ALPHA"@en .

<http://lexvo.org/id/char/0252> a lvont:Character ;
    lvont:represents "ɒ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER TURNED ALPHA"@en .

<http://lexvo.org/id/char/0253> a lvont:Character ;
    lvont:represents "ɓ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER B WITH HOOK"@en .

<http://lexvo.org/id/char/0254> a lvont:Character ;
    lvont:represents "ɔ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER OPEN O"@en .

<http://lexvo.org/id/char/0255> a lvont:Character ;
    lvont:represents "ɕ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER C WITH CURL"@en .

<http://lexvo.org/id/char/0256> a lvont:Character ;
    lvont:represents "ɖ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER D WITH TAIL"@en .

<http://lexvo.org/id/char/0257> a lvont:Character ;
    lvont:represents "ɗ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER D WITH HOOK"@en .

<http://lexvo.org/id/char/0258> a lvont:Character ;
    lvont:represents "ɘ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER REVERSED E"@en .

<http://lexvo.org/id/char/0259> a lvont:Character ;
    lvont:represents "ə"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER SCHWA"@en .

<http://lexvo.org/id/char/025A> a lvont:Character ;
    lvont:represents "ɚ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER SCHWA WITH HOOK"@en .

<http://lexvo.org/id/char/025B> a lvont:Character ;
    lvont:represents "ɛ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER OPEN E"@en .

<http://lexvo.org/id/char/025C> a lvont:Character ;
    lvont:represents "ɜ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER REVERSED OPEN E"@en .

<http://lexvo.org/id/char/025D> a lvont:Character ;
    lvont:represents "ɝ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER REVERSED OPEN E WITH HOOK"@en .

<http://lexvo.org/id/char/025E> a lvont:Character ;
    lvont:represents "ɞ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER CLOSED REVERSED OPEN E"@en .

<http://lexvo.org/id/char/025F> a lvont:Character ;
    lvont:represents "ɟ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER DOTLESS J WITH STROKE"@en .

<http://lexvo.org/id/char/0260> a lvont:Character ;
    lvont:represents "ɠ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER G WITH HOOK"@en .

<http://lexvo.org/id/char/0261> a lvont:Character ;
    lvont:represents "ɡ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER SCRIPT G"@en .

<http://lexvo.org/id/char/0262> a lvont:Character ;
    lvont:represents "ɢ"^^xsd:string ;
    rdfs:comment "LATIN LETTER SMALL CAPITAL G"@en .

<http://lexvo.org/id/char/0263> a lvont:Character ;
    lvont:represents "ɣ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER GAMMA"@en .

<http://lexvo.org/id/char/0264> a lvont:Character ;
    lvont:represents "ɤ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER RAMS HORN"@en .

<http://lexvo.org/id/char/0265> a lvont:Character ;
    lvont:represents "ɥ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER TURNED H"@en .

<http://lexvo.org/id/char/0266> a lvont:Character ;
    lvont:represents "ɦ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER H WITH HOOK"@en .

<http://lexvo.org/id/char/0267> a lvont:Character ;
    lvont:represents "ɧ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER HENG WITH HOOK"@en .

<http://lexvo.org/id/char/0268> a lvont:Character ;
    lvont:represents "ɨ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER I WITH STROKE"@en .

<http://lexvo.org/id/char/0269> a lvont:Character ;
    lvont:represents "ɩ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER IOTA"@en .

<http://lexvo.org/id/char/026A> a lvont:Character ;
    lvont:represents "ɪ"^^xsd:string ;
    rdfs:comment "LATIN LETTER SMALL CAPITAL I"@en .

<http://lexvo.org/id/char/026B> a lvont:Character ;
    lvont:represents "ɫ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER L WITH MIDDLE TILDE"@en .

<http://lexvo.org/id/char/026C> a lvont:Character ;
    lvont:represents "ɬ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER L WITH BELT"@en .

<http://lexvo.org/id/char/026D> a lvont:Character ;
    lvont:represents "ɭ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER L WITH RETROFLEX HOOK"@en .

<http://lexvo.org/id/char/026E> a lvont:Character ;
    lvont:represents "ɮ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER LEZH"@en .

<http://lexvo.org/id/char/026F> a lvont:Character ;
    lvont:represents "ɯ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER TURNED M"@en .

<http://lexvo.org/id/char/0270> a lvont:Character ;
    lvont:represents "ɰ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER TURNED M WITH LONG LEG"@en .

<http://lexvo.org/id/char/0271> a lvont:Character ;
    lvont:represents "ɱ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER M WITH HOOK"@en .

<http://lexvo.org/id/char/0272> a lvont:Character ;
    lvont:represents "ɲ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER N WITH LEFT HOOK"@en .

<http://lexvo.org/id/char/0273> a lvont:Character ;
    lvont:represents "ɳ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER N WITH RETROFLEX HOOK"@en .

<http://lexvo.org/id/char/0274> a lvont:Character ;
    lvont:represents "ɴ"^^xsd:string ;
    rdfs:comment "LATIN LETTER SMALL CAPITAL N"@en .

<http://lexvo.org/id/char/0275> a lvont:Character ;
    lvont:represents "ɵ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER BARRED O"@en .

<http://lexvo.org/id/char/0276> a lvont:Character ;
    lvont:represents "ɶ"^^xsd:string ;
    rdfs:comment "LATIN LETTER SMALL CAPITAL OE"@en .

<http://lexvo.org/id/char/0277> a lvont:Character ;
    lvont:represents "ɷ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER CLOSED OMEGA"@en .

<http://lexvo.org/id/char/0278> a lvont:Character ;
    lvont:represents "ɸ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER PHI"@en .

<http://lexvo.org/id/char/0279> a lvont:Character ;
    lvont:represents "ɹ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER TURNED R"@en .

<http://lexvo.org/id/char/027A> a lvont:Character ;
    lvont:represents "ɺ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER TURNED R WITH LONG LEG"@en .

<http://lexvo.org/id/char/027B> a lvont:Character ;
    lvont:represents "ɻ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER TURNED R WITH HOOK"@en .

<http://lexvo.org/id/char/027C> a lvont:Character ;
    lvont:represents "ɼ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER R WITH LONG LEG"@en .

<http://lexvo.org/id/char/027D> a lvont:Character ;
    lvont:represents "ɽ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER R WITH TAIL"@en .

<http://lexvo.org/id/char/027E> a lvont:Character ;
    lvont:represents "ɾ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER R WITH FISHHOOK"@en .

<http://lexvo.org/id/char/027F> a lvont:Character ;
    lvont:represents "ɿ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER REVERSED R WITH FISHHOOK"@en .

<http://lexvo.org/id/char/0280> a lvont:Character ;
    lvont:represents "ʀ"^^xsd:string ;
    rdfs:comment "LATIN LETTER SMALL CAPITAL R"@en .

<http://lexvo.org/id/char/0281> a lvont:Character ;
    lvont:represents "ʁ"^^xsd:string ;
    rdfs:comment "LATIN LETTER SMALL CAPITAL INVERTED R"@en .

<http://lexvo.org/id/char/0282> a lvont:Character ;
    lvont:represents "ʂ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER S WITH HOOK"@en .

<http://lexvo.org/id/char/0283> a lvont:Character ;
    lvont:represents "ʃ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER ESH"@en .

<http://lexvo.org/id/char/0284> a lvont:Character ;
    lvont:represents "ʄ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER DOTLESS J WITH STROKE AND HOOK"@en .

<http://lexvo.org/id/char/0285> a lvont:Character ;
    lvont:represents "ʅ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER SQUAT REVERSED ESH"@en .

<http://lexvo.org/id/char/0286> a lvont:Character ;
    lvont:represents "ʆ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER ESH WITH CURL"@en .

<http://lexvo.org/id/char/0287> a lvont:Character ;
    lvont:represents "ʇ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER TURNED T"@en .

<http://lexvo.org/id/char/0288> a lvont:Character ;
    lvont:represents "ʈ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER T WITH RETROFLEX HOOK"@en .

<http://lexvo.org/id/char/0289> a lvont:Character ;
    lvont:represents "ʉ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER U BAR"@en .

<http://lexvo.org/id/char/028A> a lvont:Character ;
    lvont:represents "ʊ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER UPSILON"@en .

<http://lexvo.org/id/char/028B> a lvont:Character ;
    lvont:represents "ʋ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER V WITH HOOK"@en .

<http://lexvo.org/id/char/028C> a lvont:Character ;
    lvont:represents "ʌ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER TURNED V"@en .

<http://lexvo.org/id/char/028D> a lvont:Character ;
    lvont:represents "ʍ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER TURNED W"@en .

<http://lexvo.org/id/char/028E> a lvont:Character ;
    lvont:represents "ʎ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER TURNED Y"@en .

<http://lexvo.org/id/char/028F> a lvont:Character ;
    lvont:represents "ʏ"^^xsd:string ;
    rdfs:comment "LATIN LETTER SMALL CAPITAL Y"@en .

<http://lexvo.org/id/char/0290> a lvont:Character ;
    lvont:represents "ʐ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER Z WITH RETROFLEX HOOK"@en .

<http://lexvo.org/id/char/0291> a lvont:Character ;
    lvont:represents "ʑ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER Z WITH CURL"@en .

<http://lexvo.org/id/char/0292> a lvont:Character ;
    lvont:represents "ʒ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER EZH"@en .

<http://lexvo.org/id/char/0293> a lvont:Character ;
    lvont:represents "ʓ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER EZH WITH CURL"@en .

<http://lexvo.org/id/char/0294> a lvont:Character ;
    lvont:represents "ʔ"^^xsd:string ;
    rdfs:comment "LATIN LETTER GLOTTAL STOP"@en .

<http://lexvo.org/id/char/0295> a lvont:Character ;
    lvont:represents "ʕ"^^xsd:string ;
    rdfs:comment "LATIN LETTER PHARYNGEAL VOICED FRICATIVE"@en .

<http://lexvo.org/id/char/0296> a lvont:Character ;
    lvont:represents "ʖ"^^xsd:string ;
    rdfs:comment "LATIN LETTER INVERTED GLOTTAL STOP"@en .

<http://lexvo.org/id/char/0297> a lvont:Character ;
    lvont:represents "ʗ"^^xsd:string ;
    rdfs:comment "LATIN LETTER STRETCHED C"@en .

<http://lexvo.org/id/char/0298> a lvont:Character ;
    lvont:represents "ʘ"^^xsd:string ;
    rdfs:comment "LATIN LETTER BILABIAL CLICK"@en .

<http://lexvo.org/id/char/0299> a lvont:Character ;
    lvont:represents "ʙ"^^xsd:string ;
    rdfs:comment "LATIN LETTER SMALL CAPITAL B"@en .

<http://lexvo.org/id/char/029A> a lvont:Character ;
    lvont:represents "ʚ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER CLOSED OPEN E"@en .

<http://lexvo.org/id/char/029B> a lvont:Character ;
    lvont:represents "ʛ"^^xsd:string ;
    rdfs:comment "LATIN LETTER SMALL CAPITAL G WITH HOOK"@en .

<http://lexvo.org/id/char/029C> a lvont:Character ;
    lvont:represents "ʜ"^^xsd:string ;
    rdfs:comment "LATIN LETTER SMALL CAPITAL H"@en .

<http://lexvo.org/id/char/029D> a lvont:Character ;
    lvont:represents "ʝ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER J WITH CROSSED-TAIL"@en .

<http://lexvo.org/id/char/029E> a lvont:Character ;
    lvont:represents "ʞ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER TURNED K"@en .

<http://lexvo.org/id/char/029F> a lvont:Character ;
    lvont:represents "ʟ"^^xsd:string ;
    rdfs:comment "LATIN LETTER SMALL CAPITAL L"@en .

<http://lexvo.org/id/char/02A0> a lvont:Character ;
    lvont:represents "ʠ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER Q WITH HOOK"@en .

<http://lexvo.org/id/char/02A1> a lvont:Character ;
    lvont:represents "ʡ"^^xsd:string ;
    rdfs:comment "LATIN LETTER GLOTTAL STOP WITH STROKE"@en .

<http://lexvo.org/id/char/02A2> a lvont:Character ;
    lvont:represents "ʢ"^^xsd:string ;
    rdfs:comment "LATIN LETTER REVERSED GLOTTAL STOP WITH STROKE"@en .

<http://lexvo.org/id/char/02A3> a lvont:Character ;
    lvont:represents "ʣ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER DZ DIGRAPH"@en .

<http://lexvo.org/id/char/02A4> a lvont:Character ;
    lvont:represents "ʤ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER DEZH DIGRAPH"@en .

<http://lexvo.org/id/char/02A5> a lvont:Character ;
    lvont:represents "ʥ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER DZ DIGRAPH WITH CURL"@en .

<http://lexvo.org/id/char/02A6> a lvont:Character ;
    lvont:represents "ʦ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER TS DIGRAPH"@en .

<http://lexvo.org/id/char/02A7> a lvont:Character ;
    lvont:represents "ʧ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER TESH DIGRAPH"@en .

<http://lexvo.org/id/char/02A8> a lvont:Character ;
    lvont:represents "ʨ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER TC DIGRAPH WITH CURL"@en .

<http://lexvo.org/id/char/02A9> a lvont:Character ;
    lvont:represents "ʩ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER FENG DIGRAPH"@en .

<http://lexvo.org/id/char/02AA> a lvont:Character ;
    lvont:represents "ʪ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER LS DIGRAPH"@en .

<http://lexvo.org/id/char/02AB> a lvont:Character ;
    lvont:represents "ʫ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER LZ DIGRAPH"@en .

<http://lexvo.org/id/char/02AC> a lvont:Character ;
    lvont:represents "ʬ"^^xsd:string ;
    rdfs:comment "LATIN LETTER BILABIAL PERCUSSIVE"@en .

<http://lexvo.org/id/char/02AD> a lvont:Character ;
    lvont:represents "ʭ"^^xsd:string ;
    rdfs:comment "LATIN LETTER BIDENTAL PERCUSSIVE"@en .

<http://lexvo.org/id/char/02AE> a lvont:Character ;
    lvont:represents "ʮ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER TURNED H WITH FISHHOOK"@en .

<http://lexvo.org/id/char/02AF> a lvont:Character ;
    lvont:represents "ʯ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER TURNED H WITH FISHHOOK AND TAIL"@en .

<http://lexvo.org/id/char/02B0> a lvont:Character ;
    lvont:represents "ʰ"^^xsd:string ;
    rdfs:comment "MODIFIER LETTER SMALL H"@en .

<http://lexvo.org/id/char/02B1> a lvont:Character ;
    lvont:represents "ʱ"^^xsd:string ;
    rdfs:comment "MODIFIER LETTER SMALL H WITH HOOK"@en .

<http://lexvo.org/id/char/02B2> a lvont:Character ;
    lvont:represents "ʲ"^^xsd:string ;
    rdfs:comment "MODIFIER LETTER SMALL J"@en .

<http://lexvo.org/id/char/02B3> a lvont:Character ;
    lvont:represents "ʳ"^^xsd:string ;
    rdfs:comment "MODIFIER LETTER SMALL R"@en .

<http://lexvo.org/id/char/02B4> a lvont:Character ;
    lvont:represents "ʴ"^^xsd:string ;
    rdfs:comment "MODIFIER LETTER SMALL TURNED R"@en .

<http://lexvo.org/id/char/02B5> a lvont:Character ;
    lvont:represents "ʵ"^^xsd:string ;
    rdfs:comment "MODIFIER LETTER SMALL TURNED R WITH HOOK"@en .

<http://lexvo.org/id/char/02B6> a lvont:Character ;
    lvont:represents "ʶ"^^xsd:string ;
    rdfs:comment "MODIFIER LETTER SMALL CAPITAL INVERTED R"@en .

<http://lexvo.org/id/char/02B7> a lvont:Character ;
    lvont:represents "ʷ"^^xsd:string ;
    rdfs:comment "MODIFIER LETTER SMALL W"@en .

<http://lexvo.org/id/char/02B8> a lvont:Character ;
    lvont:represents "ʸ"^^xsd:string ;
    rdfs:comment "MODIFIER LETTER SMALL Y"@en .

<http://lexvo.org/id/char/02B9> a lvont:Character ;
    lvont:represents "ʹ"^^xsd:string ;
    rdfs:comment "MODIFIER LETTER PRIME"@en .

<http://lexvo.org/id/char/02BA> a lvont:Character ;
    lvont:represents "ʺ"^^xsd:string ;
    rdfs:comment "MODIFIER LETTER DOUBLE PRIME"@en .

<http://lexvo.org/id/char/02BB> a lvont:Character ;
    lvont:represents "ʻ"^^xsd:string ;
    rdfs:comment "MODIFIER LETTER TURNED COMMA"@en .

<http://lexvo.org/id/char/02BC> a lvont:Character ;
    lvont:represents "ʼ"^^xsd:string ;
    rdfs:comment "MODIFIER LETTER APOSTROPHE"@en .

<http://lexvo.org/id/char/02BD> a lvont:Character ;
    lvont:represents "ʽ"^^xsd:string ;
    rdfs:comment "MODIFIER LETTER REVERSED COMMA"@en .

<http://lexvo.org/id/char/02BE> a lvont:Character ;
    lvont:represents "ʾ"^^xsd:string ;
    rdfs:comment "MODIFIER LETTER RIGHT HALF RING"@en .

<http://lexvo.org/id/char/02BF> a lvont:Character ;
    lvont:represents "ʿ"^^xsd:string ;
    rdfs:comment "MODIFIER LETTER LEFT HALF RING"@en .

<http://lexvo.org/id/char/02C0> a lvont:Character ;
    lvont:represents "ˀ"^^xsd:string ;
    rdfs:comment "MODIFIER LETTER GLOTTAL STOP"@en .

<http://lexvo.org/id/char/02C1> a lvont:Character ;
    lvont:represents "ˁ"^^xsd:string ;
    rdfs:comment "MODIFIER LETTER REVERSED GLOTTAL STOP"@en .

<http://lexvo.org/id/char/02C2> a lvont:Character ;
    lvont:represents "˂"^^xsd:string ;
    rdfs:comment "MODIFIER LETTER LEFT ARROWHEAD"@en .

<http://lexvo.org/id/char/02C3> a lvont:Character ;
    lvont:represents "˃"^^xsd:string ;
    rdfs:comment "MODIFIER LETTER RIGHT ARROWHEAD"@en .

<http://lexvo.org/id/char/02C4> a lvont:Character ;
    lvont:represents "˄"^^xsd:string ;
    rdfs:comment "MODIFIER LETTER UP ARROWHEAD"@en .

<http://lexvo.org/id/char/02C5> a lvont:Character ;
    lvont:represents "˅"^^xsd:string ;
    rdfs:comment "MODIFIER LETTER DOWN ARROWHEAD"@en .

<http://lexvo.org/id/char/02C6> a lvont:Character ;
    lvont:represents "ˆ"^^xsd:string ;
    rdfs:comment "MODIFIER LETTER CIRCUMFLEX ACCENT"@en .

<http://lexvo.org/id/char/02C7> a lvont:Character ;
    lvont:represents "ˇ"^^xsd:string ;
    rdfs:comment "CARON"@en .

<http://lexvo.org/id/char/02C8> a lvont:Character ;
    lvont:represents "ˈ"^^xsd:string ;
    rdfs:comment "MODIFIER LETTER VERTICAL LINE"@en .

<http://lexvo.org/id/char/02C9> a lvont:Character ;
    lvont:represents "ˉ"^^xsd:string ;
    rdfs:comment "MODIFIER LETTER MACRON"@en .

<http://lexvo.org/id/char/02CA> a lvont:Character ;
    lvont:represents "ˊ"^^xsd:string ;
    rdfs:comment "MODIFIER LETTER ACUTE ACCENT"@en .

<http://lexvo.org/id/char/02CB> a lvont:Character ;
    lvont:represents "ˋ"^^xsd:string ;
    rdfs:comment "MODIFIER LETTER GRAVE ACCENT"@en .

<http://lexvo.org/id/char/02CC> a lvont:Character ;
    lvont:represents "ˌ"^^xsd:string ;
    rdfs:comment "MODIFIER LETTER LOW VERTICAL LINE"@en .

<http://lexvo.org/id/char/02CD> a lvont:Character ;
    lvont:represents "ˍ"^^xsd:string ;
    rdfs:comment "MODIFIER LETTER LOW MACRON"@en .

<http://lexvo.org/id/char/02CE> a lvont:Character ;
    lvont:represents "ˎ"^^xsd:string ;
    rdfs:comment "MODIFIER LETTER LOW GRAVE ACCENT"@en .

<http://lexvo.org/id/char/02CF> a lvont:Character ;
    lvont:represents "ˏ"^^xsd:string ;
    rdfs:comment "MODIFIER LETTER LOW ACUTE ACCENT"@en .

<http://lexvo.org/id/char/02D0> a lvont:Character ;
    lvont:represents "ː"^^xsd:string ;
    rdfs:comment "MODIFIER LETTER TRIANGULAR COLON"@en .

<http://lexvo.org/id/char/02D1> a lvont:Character ;
    lvont:represents "ˑ"^^xsd:string ;
    rdfs:comment "MODIFIER LETTER HALF TRIANGULAR COLON"@en .

<http://lexvo.org/id/char/02D2> a lvont:Character ;
    lvont:represents "˒"^^xsd:string ;
    rdfs:comment "MODIFIER LETTER CENTRED RIGHT HALF RING"@en .

<http://lexvo.org/id/char/02D3> a lvont:Character ;
    lvont:represents "˓"^^xsd:string ;
    rdfs:comment "MODIFIER LETTER CENTRED LEFT HALF RING"@en .

<http://lexvo.org/id/char/02D4> a lvont:Character ;
    lvont:represents "˔"^^xsd:string ;
    rdfs:comment "MODIFIER LETTER UP TACK"@en .

<http://lexvo.org/id/char/02D5> a lvont:Character ;
    lvont:represents "˕"^^xsd:string ;
    rdfs:comment "MODIFIER LETTER DOWN TACK"@en .

<http://lexvo.org/id/char/02D6> a lvont:Character ;
    lvont:represents "˖"^^xsd:string ;
    rdfs:comment "MODIFIER LETTER PLUS SIGN"@en .

<http://lexvo.org/id/char/02D7> a lvont:Character ;
    lvont:represents "˗"^^xsd:string ;
    rdfs:comment "MODIFIER LETTER MINUS SIGN"@en .

<http://lexvo.org/id/char/02D8> a lvont:Character ;
    lvont:represents "˘"^^xsd:string ;
    rdfs:comment "BREVE"@en .

<http://lexvo.org/id/char/02D9> a lvont:Character ;
    lvont:represents "˙"^^xsd:string ;
    rdfs:comment "DOT ABOVE"@en .

<http://lexvo.org/id/char/02DA> a lvont:Character ;
    lvont:represents "˚"^^xsd:string ;
    rdfs:comment "RING ABOVE"@en .

<http://lexvo.org/id/char/02DB> a lvont:Character ;
    lvont:represents "˛"^^xsd:string ;
    rdfs:comment "OGONEK"@en .

<http://lexvo.org/id/char/02DC> a lvont:Character ;
    lvont:represents "˜"^^xsd:string ;
    rdfs:comment "SMALL TILDE"@en .

<http://lexvo.org/id/char/02DD> a lvont:Character ;
    lvont:represents "˝"^^xsd:string ;
    rdfs:comment "DOUBLE ACUTE ACCENT"@en .

<http://lexvo.org/id/char/02DE> a lvont:Character ;
    lvont:represents "˞"^^xsd:string ;
    rdfs:comment "MODIFIER LETTER RHOTIC HOOK"@en .

<http://lexvo.org/id/char/02DF> a lvont:Character ;
    lvont:represents "˟"^^xsd:string ;
    rdfs:comment "MODIFIER LETTER CROSS ACCENT"@en .

<http://lexvo.org/id/char/02E0> a lvont:Character ;
    lvont:represents "ˠ"^^xsd:string ;
    rdfs:comment "MODIFIER LETTER SMALL GAMMA"@en .

<http://lexvo.org/id/char/02E1> a lvont:Character ;
    lvont:represents "ˡ"^^xsd:string ;
    rdfs:comment "MODIFIER LETTER SMALL L"@en .

<http://lexvo.org/id/char/02E2> a lvont:Character ;
    lvont:represents "ˢ"^^xsd:string ;
    rdfs:comment "MODIFIER LETTER SMALL S"@en .

<http://lexvo.org/id/char/02E3> a lvont:Character ;
    lvont:represents "ˣ"^^xsd:string ;
    rdfs:comment "MODIFIER LETTER SMALL X"@en .

<http://lexvo.org/id/char/02E4> a lvont:Character ;
    lvont:represents "ˤ"^^xsd:string ;
    rdfs:comment "MODIFIER LETTER SMALL REVERSED GLOTTAL STOP"@en .

<http://lexvo.org/id/char/02E5> a lvont:Character ;
    lvont:represents "˥"^^xsd:string ;
    rdfs:comment "MODIFIER LETTER EXTRA-HIGH TONE BAR"@en .

<http://lexvo.org/id/char/02E6> a lvont:Character ;
    lvont:represents "˦"^^xsd:string ;
    rdfs:comment "MODIFIER LETTER HIGH TONE BAR"@en .

<http://lexvo.org/id/char/02E7> a lvont:Character ;
    lvont:represents "˧"^^xsd:string ;
    rdfs:comment "MODIFIER LETTER MID TONE BAR"@en .

<http://lexvo.org/id/char/02E8> a lvont:Character ;
    lvont:represents "˨"^^xsd:string ;
    rdfs:comment "MODIFIER LETTER LOW TONE BAR"@en .

<http://lexvo.org/id/char/02E9> a lvont:Character ;
    lvont:represents "˩"^^xsd:string ;
    rdfs:comment "MODIFIER LETTER EXTRA-LOW TONE BAR"@en .

<http://lexvo.org/id/char/02EA> a lvont:Character ;
    lvont:represents "˪"^^xsd:string ;
    rdfs:comment "MODIFIER LETTER YIN DEPARTING TONE MARK"@en .

<http://lexvo.org/id/char/02EB> a lvont:Character ;
    lvont:represents "˫"^^xsd:string ;
    rdfs:comment "MODIFIER LETTER YANG DEPARTING TONE MARK"@en .

<http://lexvo.org/id/char/02EC> a lvont:Character ;
    lvont:represents "ˬ"^^xsd:string ;
    rdfs:comment "MODIFIER LETTER VOICING"@en .

<http://lexvo.org/id/char/02ED> a lvont:Character ;
    lvont:represents "˭"^^xsd:string ;
    rdfs:comment "MODIFIER LETTER UNASPIRATED"@en .

<http://lexvo.org/id/char/02EE> a lvont:Character ;
    lvont:represents "ˮ"^^xsd:string ;
    rdfs:comment "MODIFIER LETTER DOUBLE APOSTROPHE"@en .

<http://lexvo.org/id/char/02EF> a lvont:Character ;
    lvont:represents "˯"^^xsd:string ;
    rdfs:comment "MODIFIER LETTER LOW DOWN ARROWHEAD"@en .

<http://lexvo.org/id/char/02F0> a lvont:Character ;
    lvont:represents "˰"^^xsd:string ;
    rdfs:comment "MODIFIER LETTER LOW UP ARROWHEAD"@en .

<http://lexvo.org/id/char/02F1> a lvont:Character ;
    lvont:represents "˱"^^xsd:string ;
    rdfs:comment "MODIFIER LETTER LOW LEFT ARROWHEAD"@en .

<http://lexvo.org/id/char/02F2> a lvont:Character ;
    lvont:represents "˲"^^xsd:string ;
    rdfs:comment "MODIFIER LETTER LOW RIGHT ARROWHEAD"@en .

<http://lexvo.org/id/char/02F3> a lvont:Character ;
    lvont:represents "˳"^^xsd:string ;
    rdfs:comment "MODIFIER LETTER LOW RING"@en .

<http://lexvo.org/id/char/02F4> a lvont:Character ;
    lvont:represents "˴"^^xsd:string ;
    rdfs:comment "MODIFIER LETTER MIDDLE GRAVE ACCENT"@en .

<http://lexvo.org/id/char/02F5> a lvont:Character ;
    lvont:represents "˵"^^xsd:string ;
    rdfs:comment "MODIFIER LETTER MIDDLE DOUBLE GRAVE ACCENT"@en .

<http://lexvo.org/id/char/02F6> a lvont:Character ;
    lvont:represents "˶"^^xsd:string ;
    rdfs:comment "MODIFIER LETTER MIDDLE DOUBLE ACUTE ACCENT"@en .

<http://lexvo.org/id/char/02F7> a lvont:Character ;
    lvont:represents "˷"^^xsd:string ;
    rdfs:comment "MODIFIER LETTER LOW TILDE"@en .

<http://lexvo.org/id/char/02F8> a lvont:Character ;
    lvont:represents "˸"^^xsd:string ;
    rdfs:comment "MODIFIER LETTER RAISED COLON"@en .

<http://lexvo.org/id/char/02F9> a lvont:Character ;
    lvont:represents "˹"^^xsd:string ;
    rdfs:comment "MODIFIER LETTER BEGIN HIGH TONE"@en .

<http://lexvo.org/id/char/02FA> a lvont:Character ;
    lvont:represents "˺"^^xsd:string ;
    rdfs:comment "MODIFIER LETTER END HIGH TONE"@en .

<http://lexvo.org/id/char/02FB> a lvont:Character ;
    lvont:represents "˻"^^xsd:string ;
    rdfs:comment "MODIFIER LETTER BEGIN LOW TONE"@en .

<http://lexvo.org/id/char/02FC> a lvont:Character ;
    lvont:represents "˼"^^xsd:string ;
    rdfs:comment "MODIFIER LETTER END LOW TONE"@en .

<http://lexvo.org/id/char/02FD> a lvont:Character ;
    lvont:represents "˽"^^xsd:string ;
    rdfs:comment "MODIFIER LETTER SHELF"@en .

<http://lexvo.org/id/char/02FE> a lvont:Character ;
    lvont:represents "˾"^^xsd:string ;
    rdfs:comment "MODIFIER LETTER OPEN SHELF"@en .

<http://lexvo.org/id/char/02FF> a lvont:Character ;
    lvont:represents "˿"^^xsd:string ;
    rdfs:comment "MODIFIER LETTER LOW LEFT ARROW"@en .

<http://lexvo.org/id/char/0300> a lvont:Character ;
    lvont:represents "̀"^^xsd:string ;
    rdfs:comment "COMBINING GRAVE ACCENT"@en .

<http://lexvo.org/id/char/0301> a lvont:Character ;
    lvont:represents "́"^^xsd:string ;
    rdfs:comment "COMBINING ACUTE ACCENT"@en .

<http://lexvo.org/id/char/0302> a lvont:Character ;
    lvont:represents "̂"^^xsd:string ;
    rdfs:comment "COMBINING CIRCUMFLEX ACCENT"@en .

<http://lexvo.org/id/char/0303> a lvont:Character ;
    lvont:represents "̃"^^xsd:string ;
    rdfs:comment "COMBINING TILDE"@en .

<http://lexvo.org/id/char/0304> a lvont:Character ;
    lvont:represents "̄"^^xsd:string ;
    rdfs:comment "COMBINING MACRON"@en .

<http://lexvo.org/id/char/0305> a lvont:Character ;
    lvont:represents "̅"^^xsd:string ;
    rdfs:comment "COMBINING OVERLINE"@en .

<http://lexvo.org/id/char/0306> a lvont:Character ;
    lvont:represents "̆"^^xsd:string ;
    rdfs:comment "COMBINING BREVE"@en .

<http://lexvo.org/id/char/0307> a lvont:Character ;
    lvont:represents "̇"^^xsd:string ;
    rdfs:comment "COMBINING DOT ABOVE"@en .

<http://lexvo.org/id/char/0308> a lvont:Character ;
    lvont:represents "̈"^^xsd:string ;
    rdfs:comment "COMBINING DIAERESIS"@en .

<http://lexvo.org/id/char/0309> a lvont:Character ;
    lvont:represents "̉"^^xsd:string ;
    rdfs:comment "COMBINING HOOK ABOVE"@en .

<http://lexvo.org/id/char/030A> a lvont:Character ;
    lvont:represents "̊"^^xsd:string ;
    rdfs:comment "COMBINING RING ABOVE"@en .

<http://lexvo.org/id/char/030B> a lvont:Character ;
    lvont:represents "̋"^^xsd:string ;
    rdfs:comment "COMBINING DOUBLE ACUTE ACCENT"@en .

<http://lexvo.org/id/char/030C> a lvont:Character ;
    lvont:represents "̌"^^xsd:string ;
    rdfs:comment "COMBINING CARON"@en .

<http://lexvo.org/id/char/030D> a lvont:Character ;
    lvont:represents "̍"^^xsd:string ;
    rdfs:comment "COMBINING VERTICAL LINE ABOVE"@en .

<http://lexvo.org/id/char/030E> a lvont:Character ;
    lvont:represents "̎"^^xsd:string ;
    rdfs:comment "COMBINING DOUBLE VERTICAL LINE ABOVE"@en .

<http://lexvo.org/id/char/030F> a lvont:Character ;
    lvont:represents "̏"^^xsd:string ;
    rdfs:comment "COMBINING DOUBLE GRAVE ACCENT"@en .

<http://lexvo.org/id/char/0310> a lvont:Character ;
    lvont:represents "̐"^^xsd:string ;
    rdfs:comment "COMBINING CANDRABINDU"@en .

<http://lexvo.org/id/char/0311> a lvont:Character ;
    lvont:represents "̑"^^xsd:string ;
    rdfs:comment "COMBINING INVERTED BREVE"@en .

<http://lexvo.org/id/char/0312> a lvont:Character ;
    lvont:represents "̒"^^xsd:string ;
    rdfs:comment "COMBINING TURNED COMMA ABOVE"@en .

<http://lexvo.org/id/char/0313> a lvont:Character ;
    lvont:represents "̓"^^xsd:string ;
    rdfs:comment "COMBINING COMMA ABOVE"@en .

<http://lexvo.org/id/char/0314> a lvont:Character ;
    lvont:represents "̔"^^xsd:string ;
    rdfs:comment "COMBINING REVERSED COMMA ABOVE"@en .

<http://lexvo.org/id/char/0315> a lvont:Character ;
    lvont:represents "̕"^^xsd:string ;
    rdfs:comment "COMBINING COMMA ABOVE RIGHT"@en .

<http://lexvo.org/id/char/0316> a lvont:Character ;
    lvont:represents "̖"^^xsd:string ;
    rdfs:comment "COMBINING GRAVE ACCENT BELOW"@en .

<http://lexvo.org/id/char/0317> a lvont:Character ;
    lvont:represents "̗"^^xsd:string ;
    rdfs:comment "COMBINING ACUTE ACCENT BELOW"@en .

<http://lexvo.org/id/char/0318> a lvont:Character ;
    lvont:represents "̘"^^xsd:string ;
    rdfs:comment "COMBINING LEFT TACK BELOW"@en .

<http://lexvo.org/id/char/0319> a lvont:Character ;
    lvont:represents "̙"^^xsd:string ;
    rdfs:comment "COMBINING RIGHT TACK BELOW"@en .

<http://lexvo.org/id/char/031A> a lvont:Character ;
    lvont:represents "̚"^^xsd:string ;
    rdfs:comment "COMBINING LEFT ANGLE ABOVE"@en .

<http://lexvo.org/id/char/031B> a lvont:Character ;
    lvont:represents "̛"^^xsd:string ;
    rdfs:comment "COMBINING HORN"@en .

<http://lexvo.org/id/char/031C> a lvont:Character ;
    lvont:represents "̜"^^xsd:string ;
    rdfs:comment "COMBINING LEFT HALF RING BELOW"@en .

<http://lexvo.org/id/char/031D> a lvont:Character ;
    lvont:represents "̝"^^xsd:string ;
    rdfs:comment "COMBINING UP TACK BELOW"@en .

<http://lexvo.org/id/char/031E> a lvont:Character ;
    lvont:represents "̞"^^xsd:string ;
    rdfs:comment "COMBINING DOWN TACK BELOW"@en .

<http://lexvo.org/id/char/031F> a lvont:Character ;
    lvont:represents "̟"^^xsd:string ;
    rdfs:comment "COMBINING PLUS SIGN BELOW"@en .

<http://lexvo.org/id/char/0320> a lvont:Character ;
    lvont:represents "̠"^^xsd:string ;
    rdfs:comment "COMBINING MINUS SIGN BELOW"@en .

<http://lexvo.org/id/char/0321> a lvont:Character ;
    lvont:represents "̡"^^xsd:string ;
    rdfs:comment "COMBINING PALATALIZED HOOK BELOW"@en .

<http://lexvo.org/id/char/0322> a lvont:Character ;
    lvont:represents "̢"^^xsd:string ;
    rdfs:comment "COMBINING RETROFLEX HOOK BELOW"@en .

<http://lexvo.org/id/char/0323> a lvont:Character ;
    lvont:represents "̣"^^xsd:string ;
    rdfs:comment "COMBINING DOT BELOW"@en .

<http://lexvo.org/id/char/0324> a lvont:Character ;
    lvont:represents "̤"^^xsd:string ;
    rdfs:comment "COMBINING DIAERESIS BELOW"@en .

<http://lexvo.org/id/char/0325> a lvont:Character ;
    lvont:represents "̥"^^xsd:string ;
    rdfs:comment "COMBINING RING BELOW"@en .

<http://lexvo.org/id/char/0326> a lvont:Character ;
    lvont:represents "̦"^^xsd:string ;
    rdfs:comment "COMBINING COMMA BELOW"@en .

<http://lexvo.org/id/char/0327> a lvont:Character ;
    lvont:represents "̧"^^xsd:string ;
    rdfs:comment "COMBINING CEDILLA"@en .

<http://lexvo.org/id/char/0328> a lvont:Character ;
    lvont:represents "̨"^^xsd:string ;
    rdfs:comment "COMBINING OGONEK"@en .

<http://lexvo.org/id/char/0329> a lvont:Character ;
    lvont:represents "̩"^^xsd:string ;
    rdfs:comment "COMBINING VERTICAL LINE BELOW"@en .

<http://lexvo.org/id/char/032A> a lvont:Character ;
    lvont:represents "̪"^^xsd:string ;
    rdfs:comment "COMBINING BRIDGE BELOW"@en .

<http://lexvo.org/id/char/032B> a lvont:Character ;
    lvont:represents "̫"^^xsd:string ;
    rdfs:comment "COMBINING INVERTED DOUBLE ARCH BELOW"@en .

<http://lexvo.org/id/char/032C> a lvont:Character ;
    lvont:represents "̬"^^xsd:string ;
    rdfs:comment "COMBINING CARON BELOW"@en .

<http://lexvo.org/id/char/032D> a lvont:Character ;
    lvont:represents "̭"^^xsd:string ;
    rdfs:comment "COMBINING CIRCUMFLEX ACCENT BELOW"@en .

<http://lexvo.org/id/char/032E> a lvont:Character ;
    lvont:represents "̮"^^xsd:string ;
    rdfs:comment "COMBINING BREVE BELOW"@en .

<http://lexvo.org/id/char/032F> a lvont:Character ;
    lvont:represents "̯"^^xsd:string ;
    rdfs:comment "COMBINING INVERTED BREVE BELOW"@en .

<http://lexvo.org/id/char/0330> a lvont:Character ;
    lvont:represents "̰"^^xsd:string ;
    rdfs:comment "COMBINING TILDE BELOW"@en .

<http://lexvo.org/id/char/0331> a lvont:Character ;
    lvont:represents "̱"^^xsd:string ;
    rdfs:comment "COMBINING MACRON BELOW"@en .

<http://lexvo.org/id/char/0332> a lvont:Character ;
    lvont:represents "̲"^^xsd:string ;
    rdfs:comment "COMBINING LOW LINE"@en .

<http://lexvo.org/id/char/0333> a lvont:Character ;
    lvont:represents "̳"^^xsd:string ;
    rdfs:comment "COMBINING DOUBLE LOW LINE"@en .

<http://lexvo.org/id/char/0334> a lvont:Character ;
    lvont:represents "̴"^^xsd:string ;
    rdfs:comment "COMBINING TILDE OVERLAY"@en .

<http://lexvo.org/id/char/0335> a lvont:Character ;
    lvont:represents "̵"^^xsd:string ;
    rdfs:comment "COMBINING SHORT STROKE OVERLAY"@en .

<http://lexvo.org/id/char/0336> a lvont:Character ;
    lvont:represents "̶"^^xsd:string ;
    rdfs:comment "COMBINING LONG STROKE OVERLAY"@en .

<http://lexvo.org/id/char/0337> a lvont:Character ;
    lvont:represents "̷"^^xsd:string ;
    rdfs:comment "COMBINING SHORT SOLIDUS OVERLAY"@en .

<http://lexvo.org/id/char/0338> a lvont:Character ;
    lvont:represents "̸"^^xsd:string ;
    rdfs:comment "COMBINING LONG SOLIDUS OVERLAY"@en .

<http://lexvo.org/id/char/0339> a lvont:Character ;
    lvont:represents "̹"^^xsd:string ;
    rdfs:comment "COMBINING RIGHT HALF RING BELOW"@en .

<http://lexvo.org/id/char/033A> a lvont:Character ;
    lvont:represents "̺"^^xsd:string ;
    rdfs:comment "COMBINING INVERTED BRIDGE BELOW"@en .

<http://lexvo.org/id/char/033B> a lvont:Character ;
    lvont:represents "̻"^^xsd:string ;
    rdfs:comment "COMBINING SQUARE BELOW"@en .

<http://lexvo.org/id/char/033C> a lvont:Character ;
    lvont:represents "̼"^^xsd:string ;
    rdfs:comment "COMBINING SEAGULL BELOW"@en .

<http://lexvo.org/id/char/033D> a lvont:Character ;
    lvont:represents "̽"^^xsd:string ;
    rdfs:comment "COMBINING X ABOVE"@en .

<http://lexvo.org/id/char/033E> a lvont:Character ;
    lvont:represents "̾"^^xsd:string ;
    rdfs:comment "COMBINING VERTICAL TILDE"@en .

<http://lexvo.org/id/char/033F> a lvont:Character ;
    lvont:represents "̿"^^xsd:string ;
    rdfs:comment "COMBINING DOUBLE OVERLINE"@en .

<http://lexvo.org/id/char/0340> a lvont:Character ;
    lvont:represents "̀"^^xsd:string ;
    rdfs:comment "COMBINING GRAVE TONE MARK"@en .

<http://lexvo.org/id/char/0341> a lvont:Character ;
    lvont:represents "́"^^xsd:string ;
    rdfs:comment "COMBINING ACUTE TONE MARK"@en .

<http://lexvo.org/id/char/0342> a lvont:Character ;
    lvont:represents "͂"^^xsd:string ;
    rdfs:comment "COMBINING GREEK PERISPOMENI"@en .

<http://lexvo.org/id/char/0343> a lvont:Character ;
    lvont:represents "̓"^^xsd:string ;
    rdfs:comment "COMBINING GREEK KORONIS"@en .

<http://lexvo.org/id/char/0344> a lvont:Character ;
    lvont:represents "̈́"^^xsd:string ;
    rdfs:comment "COMBINING GREEK DIALYTIKA TONOS"@en .

<http://lexvo.org/id/char/0345> a lvont:Character ;
    lvont:represents "ͅ"^^xsd:string ;
    rdfs:comment "COMBINING GREEK YPOGEGRAMMENI"@en .

<http://lexvo.org/id/char/0346> a lvont:Character ;
    lvont:represents "͆"^^xsd:string ;
    rdfs:comment "COMBINING BRIDGE ABOVE"@en .

<http://lexvo.org/id/char/0347> a lvont:Character ;
    lvont:represents "͇"^^xsd:string ;
    rdfs:comment "COMBINING EQUALS SIGN BELOW"@en .

<http://lexvo.org/id/char/0348> a lvont:Character ;
    lvont:represents "͈"^^xsd:string ;
    rdfs:comment "COMBINING DOUBLE VERTICAL LINE BELOW"@en .

<http://lexvo.org/id/char/0349> a lvont:Character ;
    lvont:represents "͉"^^xsd:string ;
    rdfs:comment "COMBINING LEFT ANGLE BELOW"@en .

<http://lexvo.org/id/char/034A> a lvont:Character ;
    lvont:represents "͊"^^xsd:string ;
    rdfs:comment "COMBINING NOT TILDE ABOVE"@en .

<http://lexvo.org/id/char/034B> a lvont:Character ;
    lvont:represents "͋"^^xsd:string ;
    rdfs:comment "COMBINING HOMOTHETIC ABOVE"@en .

<http://lexvo.org/id/char/034C> a lvont:Character ;
    lvont:represents "͌"^^xsd:string ;
    rdfs:comment "COMBINING ALMOST EQUAL TO ABOVE"@en .

<http://lexvo.org/id/char/034D> a lvont:Character ;
    lvont:represents "͍"^^xsd:string ;
    rdfs:comment "COMBINING LEFT RIGHT ARROW BELOW"@en .

<http://lexvo.org/id/char/034E> a lvont:Character ;
    lvont:represents "͎"^^xsd:string ;
    rdfs:comment "COMBINING UPWARDS ARROW BELOW"@en .

<http://lexvo.org/id/char/034F> a lvont:Character ;
    lvont:represents "͏"^^xsd:string ;
    rdfs:comment "COMBINING GRAPHEME JOINER"@en .

<http://lexvo.org/id/char/0350> a lvont:Character ;
    lvont:represents "͐"^^xsd:string ;
    rdfs:comment "COMBINING RIGHT ARROWHEAD ABOVE"@en .

<http://lexvo.org/id/char/0351> a lvont:Character ;
    lvont:represents "͑"^^xsd:string ;
    rdfs:comment "COMBINING LEFT HALF RING ABOVE"@en .

<http://lexvo.org/id/char/0352> a lvont:Character ;
    lvont:represents "͒"^^xsd:string ;
    rdfs:comment "COMBINING FERMATA"@en .

<http://lexvo.org/id/char/0353> a lvont:Character ;
    lvont:represents "͓"^^xsd:string ;
    rdfs:comment "COMBINING X BELOW"@en .

<http://lexvo.org/id/char/0354> a lvont:Character ;
    lvont:represents "͔"^^xsd:string ;
    rdfs:comment "COMBINING LEFT ARROWHEAD BELOW"@en .

<http://lexvo.org/id/char/0355> a lvont:Character ;
    lvont:represents "͕"^^xsd:string ;
    rdfs:comment "COMBINING RIGHT ARROWHEAD BELOW"@en .

<http://lexvo.org/id/char/0356> a lvont:Character ;
    lvont:represents "͖"^^xsd:string ;
    rdfs:comment "COMBINING RIGHT ARROWHEAD AND UP ARROWHEAD BELOW"@en .

<http://lexvo.org/id/char/0357> a lvont:Character ;
    lvont:represents "͗"^^xsd:string ;
    rdfs:comment "COMBINING RIGHT HALF RING ABOVE"@en .

<http://lexvo.org/id/char/0358> a lvont:Character ;
    lvont:represents "͘"^^xsd:string ;
    rdfs:comment "COMBINING DOT ABOVE RIGHT"@en .

<http://lexvo.org/id/char/0359> a lvont:Character ;
    lvont:represents "͙"^^xsd:string ;
    rdfs:comment "COMBINING ASTERISK BELOW"@en .

<http://lexvo.org/id/char/035A> a lvont:Character ;
    lvont:represents "͚"^^xsd:string ;
    rdfs:comment "COMBINING DOUBLE RING BELOW"@en .

<http://lexvo.org/id/char/035B> a lvont:Character ;
    lvont:represents "͛"^^xsd:string ;
    rdfs:comment "COMBINING ZIGZAG ABOVE"@en .

<http://lexvo.org/id/char/035C> a lvont:Character ;
    lvont:represents "͜"^^xsd:string ;
    rdfs:comment "COMBINING DOUBLE BREVE BELOW"@en .

<http://lexvo.org/id/char/035D> a lvont:Character ;
    lvont:represents "͝"^^xsd:string ;
    rdfs:comment "COMBINING DOUBLE BREVE"@en .

<http://lexvo.org/id/char/035E> a lvont:Character ;
    lvont:represents "͞"^^xsd:string ;
    rdfs:comment "COMBINING DOUBLE MACRON"@en .

<http://lexvo.org/id/char/035F> a lvont:Character ;
    lvont:represents "͟"^^xsd:string ;
    rdfs:comment "COMBINING DOUBLE MACRON BELOW"@en .

<http://lexvo.org/id/char/0360> a lvont:Character ;
    lvont:represents "͠"^^xsd:string ;
    rdfs:comment "COMBINING DOUBLE TILDE"@en .

<http://lexvo.org/id/char/0361> a lvont:Character ;
    lvont:represents "͡"^^xsd:string ;
    rdfs:comment "COMBINING DOUBLE INVERTED BREVE"@en .

<http://lexvo.org/id/char/0362> a lvont:Character ;
    lvont:represents "͢"^^xsd:string ;
    rdfs:comment "COMBINING DOUBLE RIGHTWARDS ARROW BELOW"@en .

<http://lexvo.org/id/char/0363> a lvont:Character ;
    lvont:represents "ͣ"^^xsd:string ;
    rdfs:comment "COMBINING LATIN SMALL LETTER A"@en .

<http://lexvo.org/id/char/0364> a lvont:Character ;
    lvont:represents "ͤ"^^xsd:string ;
    rdfs:comment "COMBINING LATIN SMALL LETTER E"@en .

<http://lexvo.org/id/char/0365> a lvont:Character ;
    lvont:represents "ͥ"^^xsd:string ;
    rdfs:comment "COMBINING LATIN SMALL LETTER I"@en .

<http://lexvo.org/id/char/0366> a lvont:Character ;
    lvont:represents "ͦ"^^xsd:string ;
    rdfs:comment "COMBINING LATIN SMALL LETTER O"@en .

<http://lexvo.org/id/char/0367> a lvont:Character ;
    lvont:represents "ͧ"^^xsd:string ;
    rdfs:comment "COMBINING LATIN SMALL LETTER U"@en .

<http://lexvo.org/id/char/0368> a lvont:Character ;
    lvont:represents "ͨ"^^xsd:string ;
    rdfs:comment "COMBINING LATIN SMALL LETTER C"@en .

<http://lexvo.org/id/char/0369> a lvont:Character ;
    lvont:represents "ͩ"^^xsd:string ;
    rdfs:comment "COMBINING LATIN SMALL LETTER D"@en .

<http://lexvo.org/id/char/036A> a lvont:Character ;
    lvont:represents "ͪ"^^xsd:string ;
    rdfs:comment "COMBINING LATIN SMALL LETTER H"@en .

<http://lexvo.org/id/char/036B> a lvont:Character ;
    lvont:represents "ͫ"^^xsd:string ;
    rdfs:comment "COMBINING LATIN SMALL LETTER M"@en .

<http://lexvo.org/id/char/036C> a lvont:Character ;
    lvont:represents "ͬ"^^xsd:string ;
    rdfs:comment "COMBINING LATIN SMALL LETTER R"@en .

<http://lexvo.org/id/char/036D> a lvont:Character ;
    lvont:represents "ͭ"^^xsd:string ;
    rdfs:comment "COMBINING LATIN SMALL LETTER T"@en .

<http://lexvo.org/id/char/036E> a lvont:Character ;
    lvont:represents "ͮ"^^xsd:string ;
    rdfs:comment "COMBINING LATIN SMALL LETTER V"@en .

<http://lexvo.org/id/char/036F> a lvont:Character ;
    lvont:represents "ͯ"^^xsd:string ;
    rdfs:comment "COMBINING LATIN SMALL LETTER X"@en .

<http://lexvo.org/id/char/0370> a lvont:Character ;
    lvont:represents "Ͱ"^^xsd:string ;
    rdfs:comment "GREEK CAPITAL LETTER HETA"@en .

<http://lexvo.org/id/char/0371> a lvont:Character ;
    lvont:represents "ͱ"^^xsd:string ;
    rdfs:comment "GREEK SMALL LETTER HETA"@en .

<http://lexvo.org/id/char/0372> a lvont:Character ;
    lvont:represents "Ͳ"^^xsd:string ;
    rdfs:comment "GREEK CAPITAL LETTER ARCHAIC SAMPI"@en .

<http://lexvo.org/id/char/0373> a lvont:Character ;
    lvont:represents "ͳ"^^xsd:string ;
    rdfs:comment "GREEK SMALL LETTER ARCHAIC SAMPI"@en .

<http://lexvo.org/id/char/0374> a lvont:Character ;
    lvont:represents "ʹ"^^xsd:string ;
    rdfs:comment "GREEK NUMERAL SIGN"@en .

<http://lexvo.org/id/char/0375> a lvont:Character ;
    lvont:represents "͵"^^xsd:string ;
    rdfs:comment "GREEK LOWER NUMERAL SIGN"@en .

<http://lexvo.org/id/char/0376> a lvont:Character ;
    lvont:represents "Ͷ"^^xsd:string ;
    rdfs:comment "GREEK CAPITAL LETTER PAMPHYLIAN DIGAMMA"@en .

<http://lexvo.org/id/char/0377> a lvont:Character ;
    lvont:represents "ͷ"^^xsd:string ;
    rdfs:comment "GREEK SMALL LETTER PAMPHYLIAN DIGAMMA"@en .

<http://lexvo.org/id/char/037A> a lvont:Character ;
    lvont:represents "ͺ"^^xsd:string ;
    rdfs:comment "GREEK YPOGEGRAMMENI"@en .

<http://lexvo.org/id/char/037B> a lvont:Character ;
    lvont:represents "ͻ"^^xsd:string ;
    rdfs:comment "GREEK SMALL REVERSED LUNATE SIGMA SYMBOL"@en .

<http://lexvo.org/id/char/037C> a lvont:Character ;
    lvont:represents "ͼ"^^xsd:string ;
    rdfs:comment "GREEK SMALL DOTTED LUNATE SIGMA SYMBOL"@en .

<http://lexvo.org/id/char/037D> a lvont:Character ;
    lvont:represents "ͽ"^^xsd:string ;
    rdfs:comment "GREEK SMALL REVERSED DOTTED LUNATE SIGMA SYMBOL"@en .

<http://lexvo.org/id/char/037E> a lvont:Character ;
    lvont:represents ";"^^xsd:string ;
    rdfs:comment "GREEK QUESTION MARK"@en .

<http://lexvo.org/id/char/0384> a lvont:Character ;
    lvont:represents "΄"^^xsd:string ;
    rdfs:comment "GREEK TONOS"@en .

<http://lexvo.org/id/char/0385> a lvont:Character ;
    lvont:represents "΅"^^xsd:string ;
    rdfs:comment "GREEK DIALYTIKA TONOS"@en .

<http://lexvo.org/id/char/0386> a lvont:Character ;
    lvont:represents "Ά"^^xsd:string ;
    rdfs:comment "GREEK CAPITAL LETTER ALPHA WITH TONOS"@en .

<http://lexvo.org/id/char/0387> a lvont:Character ;
    lvont:represents "·"^^xsd:string ;
    rdfs:comment "GREEK ANO TELEIA"@en .

<http://lexvo.org/id/char/0388> a lvont:Character ;
    lvont:represents "Έ"^^xsd:string ;
    rdfs:comment "GREEK CAPITAL LETTER EPSILON WITH TONOS"@en .

<http://lexvo.org/id/char/0389> a lvont:Character ;
    lvont:represents "Ή"^^xsd:string ;
    rdfs:comment "GREEK CAPITAL LETTER ETA WITH TONOS"@en .

<http://lexvo.org/id/char/038A> a lvont:Character ;
    lvont:represents "Ί"^^xsd:string ;
    rdfs:comment "GREEK CAPITAL LETTER IOTA WITH TONOS"@en .

<http://lexvo.org/id/char/038C> a lvont:Character ;
    lvont:represents "Ό"^^xsd:string ;
    rdfs:comment "GREEK CAPITAL LETTER OMICRON WITH TONOS"@en .

<http://lexvo.org/id/char/038E> a lvont:Character ;
    lvont:represents "Ύ"^^xsd:string ;
    rdfs:comment "GREEK CAPITAL LETTER UPSILON WITH TONOS"@en .

<http://lexvo.org/id/char/038F> a lvont:Character ;
    lvont:represents "Ώ"^^xsd:string ;
    rdfs:comment "GREEK CAPITAL LETTER OMEGA WITH TONOS"@en .

<http://lexvo.org/id/char/0390> a lvont:Character ;
    lvont:represents "ΐ"^^xsd:string ;
    rdfs:comment "GREEK SMALL LETTER IOTA WITH DIALYTIKA AND TONOS"@en .

<http://lexvo.org/id/char/0391> a lvont:Character ;
    lvont:represents "Α"^^xsd:string ;
    rdfs:comment "GREEK CAPITAL LETTER ALPHA"@en .

<http://lexvo.org/id/char/0392> a lvont:Character ;
    lvont:represents "Β"^^xsd:string ;
    rdfs:comment "GREEK CAPITAL LETTER BETA"@en .

<http://lexvo.org/id/char/0393> a lvont:Character ;
    lvont:represents "Γ"^^xsd:string ;
    rdfs:comment "GREEK CAPITAL LETTER GAMMA"@en .

<http://lexvo.org/id/char/0394> a lvont:Character ;
    lvont:represents "Δ"^^xsd:string ;
    rdfs:comment "GREEK CAPITAL LETTER DELTA"@en .

<http://lexvo.org/id/char/0395> a lvont:Character ;
    lvont:represents "Ε"^^xsd:string ;
    rdfs:comment "GREEK CAPITAL LETTER EPSILON"@en .

<http://lexvo.org/id/char/0396> a lvont:Character ;
    lvont:represents "Ζ"^^xsd:string ;
    rdfs:comment "GREEK CAPITAL LETTER ZETA"@en .

<http://lexvo.org/id/char/0397> a lvont:Character ;
    lvont:represents "Η"^^xsd:string ;
    rdfs:comment "GREEK CAPITAL LETTER ETA"@en .

<http://lexvo.org/id/char/0398> a lvont:Character ;
    lvont:represents "Θ"^^xsd:string ;
    rdfs:comment "GREEK CAPITAL LETTER THETA"@en .

<http://lexvo.org/id/char/0399> a lvont:Character ;
    lvont:represents "Ι"^^xsd:string ;
    rdfs:comment "GREEK CAPITAL LETTER IOTA"@en .

<http://lexvo.org/id/char/039A> a lvont:Character ;
    lvont:represents "Κ"^^xsd:string ;
    rdfs:comment "GREEK CAPITAL LETTER KAPPA"@en .

<http://lexvo.org/id/char/039B> a lvont:Character ;
    lvont:represents "Λ"^^xsd:string ;
    rdfs:comment "GREEK CAPITAL LETTER LAMDA"@en .

<http://lexvo.org/id/char/039C> a lvont:Character ;
    lvont:represents "Μ"^^xsd:string ;
    rdfs:comment "GREEK CAPITAL LETTER MU"@en .

<http://lexvo.org/id/char/039D> a lvont:Character ;
    lvont:represents "Ν"^^xsd:string ;
    rdfs:comment "GREEK CAPITAL LETTER NU"@en .

<http://lexvo.org/id/char/039E> a lvont:Character ;
    lvont:represents "Ξ"^^xsd:string ;
    rdfs:comment "GREEK CAPITAL LETTER XI"@en .

<http://lexvo.org/id/char/039F> a lvont:Character ;
    lvont:represents "Ο"^^xsd:string ;
    rdfs:comment "GREEK CAPITAL LETTER OMICRON"@en .

<http://lexvo.org/id/char/03A0> a lvont:Character ;
    lvont:represents "Π"^^xsd:string ;
    rdfs:comment "GREEK CAPITAL LETTER PI"@en .

<http://lexvo.org/id/char/03A1> a lvont:Character ;
    lvont:represents "Ρ"^^xsd:string ;
    rdfs:comment "GREEK CAPITAL LETTER RHO"@en .

<http://lexvo.org/id/char/03A3> a lvont:Character ;
    lvont:represents "Σ"^^xsd:string ;
    rdfs:comment "GREEK CAPITAL LETTER SIGMA"@en .

<http://lexvo.org/id/char/03A4> a lvont:Character ;
    lvont:represents "Τ"^^xsd:string ;
    rdfs:comment "GREEK CAPITAL LETTER TAU"@en .

<http://lexvo.org/id/char/03A5> a lvont:Character ;
    lvont:represents "Υ"^^xsd:string ;
    rdfs:comment "GREEK CAPITAL LETTER UPSILON"@en .

<http://lexvo.org/id/char/03A6> a lvont:Character ;
    lvont:represents "Φ"^^xsd:string ;
    rdfs:comment "GREEK CAPITAL LETTER PHI"@en .

<http://lexvo.org/id/char/03A7> a lvont:Character ;
    lvont:represents "Χ"^^xsd:string ;
    rdfs:comment "GREEK CAPITAL LETTER CHI"@en .

<http://lexvo.org/id/char/03A8> a lvont:Character ;
    lvont:represents "Ψ"^^xsd:string ;
    rdfs:comment "GREEK CAPITAL LETTER PSI"@en .

<http://lexvo.org/id/char/03A9> a lvont:Character ;
    lvont:represents "Ω"^^xsd:string ;
    rdfs:comment "GREEK CAPITAL LETTER OMEGA"@en .

<http://lexvo.org/id/char/03AA> a lvont:Character ;
    lvont:represents "Ϊ"^^xsd:string ;
    rdfs:comment "GREEK CAPITAL LETTER IOTA WITH DIALYTIKA"@en .

<http://lexvo.org/id/char/03AB> a lvont:Character ;
    lvont:represents "Ϋ"^^xsd:string ;
    rdfs:comment "GREEK CAPITAL LETTER UPSILON WITH DIALYTIKA"@en .

<http://lexvo.org/id/char/03AC> a lvont:Character ;
    lvont:represents "ά"^^xsd:string ;
    rdfs:comment "GREEK SMALL LETTER ALPHA WITH TONOS"@en .

<http://lexvo.org/id/char/03AD> a lvont:Character ;
    lvont:represents "έ"^^xsd:string ;
    rdfs:comment "GREEK SMALL LETTER EPSILON WITH TONOS"@en .

<http://lexvo.org/id/char/03AE> a lvont:Character ;
    lvont:represents "ή"^^xsd:string ;
    rdfs:comment "GREEK SMALL LETTER ETA WITH TONOS"@en .

<http://lexvo.org/id/char/03AF> a lvont:Character ;
    lvont:represents "ί"^^xsd:string ;
    rdfs:comment "GREEK SMALL LETTER IOTA WITH TONOS"@en .

<http://lexvo.org/id/char/03B0> a lvont:Character ;
    lvont:represents "ΰ"^^xsd:string ;
    rdfs:comment "GREEK SMALL LETTER UPSILON WITH DIALYTIKA AND TONOS"@en .

<http://lexvo.org/id/char/03B1> a lvont:Character ;
    lvont:represents "α"^^xsd:string ;
    rdfs:comment "GREEK SMALL LETTER ALPHA"@en .

<http://lexvo.org/id/char/03B2> a lvont:Character ;
    lvont:represents "β"^^xsd:string ;
    rdfs:comment "GREEK SMALL LETTER BETA"@en .

<http://lexvo.org/id/char/03B3> a lvont:Character ;
    lvont:represents "γ"^^xsd:string ;
    rdfs:comment "GREEK SMALL LETTER GAMMA"@en .

<http://lexvo.org/id/char/03B4> a lvont:Character ;
    lvont:represents "δ"^^xsd:string ;
    rdfs:comment "GREEK SMALL LETTER DELTA"@en .

<http://lexvo.org/id/char/03B5> a lvont:Character ;
    lvont:represents "ε"^^xsd:string ;
    rdfs:comment "GREEK SMALL LETTER EPSILON"@en .

<http://lexvo.org/id/char/03B6> a lvont:Character ;
    lvont:represents "ζ"^^xsd:string ;
    rdfs:comment "GREEK SMALL LETTER ZETA"@en .

<http://lexvo.org/id/char/03B7> a lvont:Character ;
    lvont:represents "η"^^xsd:string ;
    rdfs:comment "GREEK SMALL LETTER ETA"@en .

<http://lexvo.org/id/char/03B8> a lvont:Character ;
    lvont:represents "θ"^^xsd:string ;
    rdfs:comment "GREEK SMALL LETTER THETA"@en .

<http://lexvo.org/id/char/03B9> a lvont:Character ;
    lvont:represents "ι"^^xsd:string ;
    rdfs:comment "GREEK SMALL LETTER IOTA"@en .

<http://lexvo.org/id/char/03BA> a lvont:Character ;
    lvont:represents "κ"^^xsd:string ;
    rdfs:comment "GREEK SMALL LETTER KAPPA"@en .

<http://lexvo.org/id/char/03BB> a lvont:Character ;
    lvont:represents "λ"^^xsd:string ;
    rdfs:comment "GREEK SMALL LETTER LAMDA"@en .

<http://lexvo.org/id/char/03BC> a lvont:Character ;
    lvont:represents "μ"^^xsd:string ;
    rdfs:comment "GREEK SMALL LETTER MU"@en .

<http://lexvo.org/id/char/03BD> a lvont:Character ;
    lvont:represents "ν"^^xsd:string ;
    rdfs:comment "GREEK SMALL LETTER NU"@en .

<http://lexvo.org/id/char/03BE> a lvont:Character ;
    lvont:represents "ξ"^^xsd:string ;
    rdfs:comment "GREEK SMALL LETTER XI"@en .

<http://lexvo.org/id/char/03BF> a lvont:Character ;
    lvont:represents "ο"^^xsd:string ;
    rdfs:comment "GREEK SMALL LETTER OMICRON"@en .

<http://lexvo.org/id/char/03C0> a lvont:Character ;
    lvont:represents "π"^^xsd:string ;
    rdfs:comment "GREEK SMALL LETTER PI"@en .

<http://lexvo.org/id/char/03C1> a lvont:Character ;
    lvont:represents "ρ"^^xsd:string ;
    rdfs:comment "GREEK SMALL LETTER RHO"@en .

<http://lexvo.org/id/char/03C2> a lvont:Character ;
    lvont:represents "ς"^^xsd:string ;
    rdfs:comment "GREEK SMALL LETTER FINAL SIGMA"@en .

<http://lexvo.org/id/char/03C3> a lvont:Character ;
    lvont:represents "σ"^^xsd:string ;
    rdfs:comment "GREEK SMALL LETTER SIGMA"@en .

<http://lexvo.org/id/char/03C4> a lvont:Character ;
    lvont:represents "τ"^^xsd:string ;
    rdfs:comment "GREEK SMALL LETTER TAU"@en .

<http://lexvo.org/id/char/03C5> a lvont:Character ;
    lvont:represents "υ"^^xsd:string ;
    rdfs:comment "GREEK SMALL LETTER UPSILON"@en .

<http://lexvo.org/id/char/03C6> a lvont:Character ;
    lvont:represents "φ"^^xsd:string ;
    rdfs:comment "GREEK SMALL LETTER PHI"@en .

<http://lexvo.org/id/char/03C7> a lvont:Character ;
    lvont:represents "χ"^^xsd:string ;
    rdfs:comment "GREEK SMALL LETTER CHI"@en .

<http://lexvo.org/id/char/03C8> a lvont:Character ;
    lvont:represents "ψ"^^xsd:string ;
    rdfs:comment "GREEK SMALL LETTER PSI"@en .

<http://lexvo.org/id/char/03C9> a lvont:Character ;
    lvont:represents "ω"^^xsd:string ;
    rdfs:comment "GREEK SMALL LETTER OMEGA"@en .

<http://lexvo.org/id/char/03CA> a lvont:Character ;
    lvont:represents "ϊ"^^xsd:string ;
    rdfs:comment "GREEK SMALL LETTER IOTA WITH DIALYTIKA"@en .

<http://lexvo.org/id/char/03CB> a lvont:Character ;
    lvont:represents "ϋ"^^xsd:string ;
    rdfs:comment "GREEK SMALL LETTER UPSILON WITH DIALYTIKA"@en .

<http://lexvo.org/id/char/03CC> a lvont:Character ;
    lvont:represents "ό"^^xsd:string ;
    rdfs:comment "GREEK SMALL LETTER OMICRON WITH TONOS"@en .

<http://lexvo.org/id/char/03CD> a lvont:Character ;
    lvont:represents "ύ"^^xsd:string ;
    rdfs:comment "GREEK SMALL LETTER UPSILON WITH TONOS"@en .

<http://lexvo.org/id/char/03CE> a lvont:Character ;
    lvont:represents "ώ"^^xsd:string ;
    rdfs:comment "GREEK SMALL LETTER OMEGA WITH TONOS"@en .

<http://lexvo.org/id/char/03CF> a lvont:Character ;
    lvont:represents "Ϗ"^^xsd:string ;
    rdfs:comment "GREEK CAPITAL KAI SYMBOL"@en .

<http://lexvo.org/id/char/03D0> a lvont:Character ;
    lvont:represents "ϐ"^^xsd:string ;
    rdfs:comment "GREEK BETA SYMBOL"@en .

<http://lexvo.org/id/char/03D1> a lvont:Character ;
    lvont:represents "ϑ"^^xsd:string ;
    rdfs:comment "GREEK THETA SYMBOL"@en .

<http://lexvo.org/id/char/03D2> a lvont:Character ;
    lvont:represents "ϒ"^^xsd:string ;
    rdfs:comment "GREEK UPSILON WITH HOOK SYMBOL"@en .

<http://lexvo.org/id/char/03D3> a lvont:Character ;
    lvont:represents "ϓ"^^xsd:string ;
    rdfs:comment "GREEK UPSILON WITH ACUTE AND HOOK SYMBOL"@en .

<http://lexvo.org/id/char/03D4> a lvont:Character ;
    lvont:represents "ϔ"^^xsd:string ;
    rdfs:comment "GREEK UPSILON WITH DIAERESIS AND HOOK SYMBOL"@en .

<http://lexvo.org/id/char/03D5> a lvont:Character ;
    lvont:represents "ϕ"^^xsd:string ;
    rdfs:comment "GREEK PHI SYMBOL"@en .

<http://lexvo.org/id/char/03D6> a lvont:Character ;
    lvont:represents "ϖ"^^xsd:string ;
    rdfs:comment "GREEK PI SYMBOL"@en .

<http://lexvo.org/id/char/03D7> a lvont:Character ;
    lvont:represents "ϗ"^^xsd:string ;
    rdfs:comment "GREEK KAI SYMBOL"@en .

<http://lexvo.org/id/char/03D8> a lvont:Character ;
    lvont:represents "Ϙ"^^xsd:string ;
    rdfs:comment "GREEK LETTER ARCHAIC KOPPA"@en .

<http://lexvo.org/id/char/03D9> a lvont:Character ;
    lvont:represents "ϙ"^^xsd:string ;
    rdfs:comment "GREEK SMALL LETTER ARCHAIC KOPPA"@en .

<http://lexvo.org/id/char/03DA> a lvont:Character ;
    lvont:represents "Ϛ"^^xsd:string ;
    rdfs:comment "GREEK LETTER STIGMA"@en .

<http://lexvo.org/id/char/03DB> a lvont:Character ;
    lvont:represents "ϛ"^^xsd:string ;
    rdfs:comment "GREEK SMALL LETTER STIGMA"@en .

<http://lexvo.org/id/char/03DC> a lvont:Character ;
    lvont:represents "Ϝ"^^xsd:string ;
    rdfs:comment "GREEK LETTER DIGAMMA"@en .

<http://lexvo.org/id/char/03DD> a lvont:Character ;
    lvont:represents "ϝ"^^xsd:string ;
    rdfs:comment "GREEK SMALL LETTER DIGAMMA"@en .

<http://lexvo.org/id/char/03DE> a lvont:Character ;
    lvont:represents "Ϟ"^^xsd:string ;
    rdfs:comment "GREEK LETTER KOPPA"@en .

<http://lexvo.org/id/char/03DF> a lvont:Character ;
    lvont:represents "ϟ"^^xsd:string ;
    rdfs:comment "GREEK SMALL LETTER KOPPA"@en .

<http://lexvo.org/id/char/03E0> a lvont:Character ;
    lvont:represents "Ϡ"^^xsd:string ;
    rdfs:comment "GREEK LETTER SAMPI"@en .

<http://lexvo.org/id/char/03E1> a lvont:Character ;
    lvont:represents "ϡ"^^xsd:string ;
    rdfs:comment "GREEK SMALL LETTER SAMPI"@en .

<http://lexvo.org/id/char/03E2> a lvont:Character ;
    lvont:represents "Ϣ"^^xsd:string ;
    rdfs:comment "COPTIC CAPITAL LETTER SHEI"@en .

<http://lexvo.org/id/char/03E3> a lvont:Character ;
    lvont:represents "ϣ"^^xsd:string ;
    rdfs:comment "COPTIC SMALL LETTER SHEI"@en .

<http://lexvo.org/id/char/03E4> a lvont:Character ;
    lvont:represents "Ϥ"^^xsd:string ;
    rdfs:comment "COPTIC CAPITAL LETTER FEI"@en .

<http://lexvo.org/id/char/03E5> a lvont:Character ;
    lvont:represents "ϥ"^^xsd:string ;
    rdfs:comment "COPTIC SMALL LETTER FEI"@en .

<http://lexvo.org/id/char/03E6> a lvont:Character ;
    lvont:represents "Ϧ"^^xsd:string ;
    rdfs:comment "COPTIC CAPITAL LETTER KHEI"@en .

<http://lexvo.org/id/char/03E7> a lvont:Character ;
    lvont:represents "ϧ"^^xsd:string ;
    rdfs:comment "COPTIC SMALL LETTER KHEI"@en .

<http://lexvo.org/id/char/03E8> a lvont:Character ;
    lvont:represents "Ϩ"^^xsd:string ;
    rdfs:comment "COPTIC CAPITAL LETTER HORI"@en .

<http://lexvo.org/id/char/03E9> a lvont:Character ;
    lvont:represents "ϩ"^^xsd:string ;
    rdfs:comment "COPTIC SMALL LETTER HORI"@en .

<http://lexvo.org/id/char/03EA> a lvont:Character ;
    lvont:represents "Ϫ"^^xsd:string ;
    rdfs:comment "COPTIC CAPITAL LETTER GANGIA"@en .

<http://lexvo.org/id/char/03EB> a lvont:Character ;
    lvont:represents "ϫ"^^xsd:string ;
    rdfs:comment "COPTIC SMALL LETTER GANGIA"@en .

<http://lexvo.org/id/char/03EC> a lvont:Character ;
    lvont:represents "Ϭ"^^xsd:string ;
    rdfs:comment "COPTIC CAPITAL LETTER SHIMA"@en .

<http://lexvo.org/id/char/03ED> a lvont:Character ;
    lvont:represents "ϭ"^^xsd:string ;
    rdfs:comment "COPTIC SMALL LETTER SHIMA"@en .

<http://lexvo.org/id/char/03EE> a lvont:Character ;
    lvont:represents "Ϯ"^^xsd:string ;
    rdfs:comment "COPTIC CAPITAL LETTER DEI"@en .

<http://lexvo.org/id/char/03EF> a lvont:Character ;
    lvont:represents "ϯ"^^xsd:string ;
    rdfs:comment "COPTIC SMALL LETTER DEI"@en .

<http://lexvo.org/id/char/03F0> a lvont:Character ;
    lvont:represents "ϰ"^^xsd:string ;
    rdfs:comment "GREEK KAPPA SYMBOL"@en .

<http://lexvo.org/id/char/03F1> a lvont:Character ;
    lvont:represents "ϱ"^^xsd:string ;
    rdfs:comment "GREEK RHO SYMBOL"@en .

<http://lexvo.org/id/char/03F2> a lvont:Character ;
    lvont:represents "ϲ"^^xsd:string ;
    rdfs:comment "GREEK LUNATE SIGMA SYMBOL"@en .

<http://lexvo.org/id/char/03F3> a lvont:Character ;
    lvont:represents "ϳ"^^xsd:string ;
    rdfs:comment "GREEK LETTER YOT"@en .

<http://lexvo.org/id/char/03F4> a lvont:Character ;
    lvont:represents "ϴ"^^xsd:string ;
    rdfs:comment "GREEK CAPITAL THETA SYMBOL"@en .

<http://lexvo.org/id/char/03F5> a lvont:Character ;
    lvont:represents "ϵ"^^xsd:string ;
    rdfs:comment "GREEK LUNATE EPSILON SYMBOL"@en .

<http://lexvo.org/id/char/03F6> a lvont:Character ;
    lvont:represents "϶"^^xsd:string ;
    rdfs:comment "GREEK REVERSED LUNATE EPSILON SYMBOL"@en .

<http://lexvo.org/id/char/03F7> a lvont:Character ;
    lvont:represents "Ϸ"^^xsd:string ;
    rdfs:comment "GREEK CAPITAL LETTER SHO"@en .

<http://lexvo.org/id/char/03F8> a lvont:Character ;
    lvont:represents "ϸ"^^xsd:string ;
    rdfs:comment "GREEK SMALL LETTER SHO"@en .

<http://lexvo.org/id/char/03F9> a lvont:Character ;
    lvont:represents "Ϲ"^^xsd:string ;
    rdfs:comment "GREEK CAPITAL LUNATE SIGMA SYMBOL"@en .

<http://lexvo.org/id/char/03FA> a lvont:Character ;
    lvont:represents "Ϻ"^^xsd:string ;
    rdfs:comment "GREEK CAPITAL LETTER SAN"@en .

<http://lexvo.org/id/char/03FB> a lvont:Character ;
    lvont:represents "ϻ"^^xsd:string ;
    rdfs:comment "GREEK SMALL LETTER SAN"@en .

<http://lexvo.org/id/char/03FC> a lvont:Character ;
    lvont:represents "ϼ"^^xsd:string ;
    rdfs:comment "GREEK RHO WITH STROKE SYMBOL"@en .

<http://lexvo.org/id/char/03FD> a lvont:Character ;
    lvont:represents "Ͻ"^^xsd:string ;
    rdfs:comment "GREEK CAPITAL REVERSED LUNATE SIGMA SYMBOL"@en .

<http://lexvo.org/id/char/03FE> a lvont:Character ;
    lvont:represents "Ͼ"^^xsd:string ;
    rdfs:comment "GREEK CAPITAL DOTTED LUNATE SIGMA SYMBOL"@en .

<http://lexvo.org/id/char/03FF> a lvont:Character ;
    lvont:represents "Ͽ"^^xsd:string ;
    rdfs:comment "GREEK CAPITAL REVERSED DOTTED LUNATE SIGMA SYMBOL"@en .

<http://lexvo.org/id/char/0400> a lvont:Character ;
    lvont:represents "Ѐ"^^xsd:string ;
    rdfs:comment "CYRILLIC CAPITAL LETTER IE WITH GRAVE"@en .

<http://lexvo.org/id/char/0401> a lvont:Character ;
    lvont:represents "Ё"^^xsd:string ;
    rdfs:comment "CYRILLIC CAPITAL LETTER IO"@en .

<http://lexvo.org/id/char/0402> a lvont:Character ;
    lvont:represents "Ђ"^^xsd:string ;
    rdfs:comment "CYRILLIC CAPITAL LETTER DJE"@en .

<http://lexvo.org/id/char/0403> a lvont:Character ;
    lvont:represents "Ѓ"^^xsd:string ;
    rdfs:comment "CYRILLIC CAPITAL LETTER GJE"@en .

<http://lexvo.org/id/char/0404> a lvont:Character ;
    lvont:represents "Є"^^xsd:string ;
    rdfs:comment "CYRILLIC CAPITAL LETTER UKRAINIAN IE"@en .

<http://lexvo.org/id/char/0405> a lvont:Character ;
    lvont:represents "Ѕ"^^xsd:string ;
    rdfs:comment "CYRILLIC CAPITAL LETTER DZE"@en .

<http://lexvo.org/id/char/0406> a lvont:Character ;
    lvont:represents "І"^^xsd:string ;
    rdfs:comment "CYRILLIC CAPITAL LETTER BYELORUSSIAN-UKRAINIAN I"@en .

<http://lexvo.org/id/char/0407> a lvont:Character ;
    lvont:represents "Ї"^^xsd:string ;
    rdfs:comment "CYRILLIC CAPITAL LETTER YI"@en .

<http://lexvo.org/id/char/0408> a lvont:Character ;
    lvont:represents "Ј"^^xsd:string ;
    rdfs:comment "CYRILLIC CAPITAL LETTER JE"@en .

<http://lexvo.org/id/char/0409> a lvont:Character ;
    lvont:represents "Љ"^^xsd:string ;
    rdfs:comment "CYRILLIC CAPITAL LETTER LJE"@en .

<http://lexvo.org/id/char/040A> a lvont:Character ;
    lvont:represents "Њ"^^xsd:string ;
    rdfs:comment "CYRILLIC CAPITAL LETTER NJE"@en .

<http://lexvo.org/id/char/040B> a lvont:Character ;
    lvont:represents "Ћ"^^xsd:string ;
    rdfs:comment "CYRILLIC CAPITAL LETTER TSHE"@en .

<http://lexvo.org/id/char/040C> a lvont:Character ;
    lvont:represents "Ќ"^^xsd:string ;
    rdfs:comment "CYRILLIC CAPITAL LETTER KJE"@en .

<http://lexvo.org/id/char/040D> a lvont:Character ;
    lvont:represents "Ѝ"^^xsd:string ;
    rdfs:comment "CYRILLIC CAPITAL LETTER I WITH GRAVE"@en .

<http://lexvo.org/id/char/040E> a lvont:Character ;
    lvont:represents "Ў"^^xsd:string ;
    rdfs:comment "CYRILLIC CAPITAL LETTER SHORT U"@en .

<http://lexvo.org/id/char/040F> a lvont:Character ;
    lvont:represents "Џ"^^xsd:string ;
    rdfs:comment "CYRILLIC CAPITAL LETTER DZHE"@en .

<http://lexvo.org/id/char/0410> a lvont:Character ;
    lvont:represents "А"^^xsd:string ;
    rdfs:comment "CYRILLIC CAPITAL LETTER A"@en .

<http://lexvo.org/id/char/0411> a lvont:Character ;
    lvont:represents "Б"^^xsd:string ;
    rdfs:comment "CYRILLIC CAPITAL LETTER BE"@en .

<http://lexvo.org/id/char/0412> a lvont:Character ;
    lvont:represents "В"^^xsd:string ;
    rdfs:comment "CYRILLIC CAPITAL LETTER VE"@en .

<http://lexvo.org/id/char/0413> a lvont:Character ;
    lvont:represents "Г"^^xsd:string ;
    rdfs:comment "CYRILLIC CAPITAL LETTER GHE"@en .

<http://lexvo.org/id/char/0414> a lvont:Character ;
    lvont:represents "Д"^^xsd:string ;
    rdfs:comment "CYRILLIC CAPITAL LETTER DE"@en .

<http://lexvo.org/id/char/0415> a lvont:Character ;
    lvont:represents "Е"^^xsd:string ;
    rdfs:comment "CYRILLIC CAPITAL LETTER IE"@en .

<http://lexvo.org/id/char/0416> a lvont:Character ;
    lvont:represents "Ж"^^xsd:string ;
    rdfs:comment "CYRILLIC CAPITAL LETTER ZHE"@en .

<http://lexvo.org/id/char/0417> a lvont:Character ;
    lvont:represents "З"^^xsd:string ;
    rdfs:comment "CYRILLIC CAPITAL LETTER ZE"@en .

<http://lexvo.org/id/char/0418> a lvont:Character ;
    lvont:represents "И"^^xsd:string ;
    rdfs:comment "CYRILLIC CAPITAL LETTER I"@en .

<http://lexvo.org/id/char/0419> a lvont:Character ;
    lvont:represents "Й"^^xsd:string ;
    rdfs:comment "CYRILLIC CAPITAL LETTER SHORT I"@en .

<http://lexvo.org/id/char/041A> a lvont:Character ;
    lvont:represents "К"^^xsd:string ;
    rdfs:comment "CYRILLIC CAPITAL LETTER KA"@en .

<http://lexvo.org/id/char/041B> a lvont:Character ;
    lvont:represents "Л"^^xsd:string ;
    rdfs:comment "CYRILLIC CAPITAL LETTER EL"@en .

<http://lexvo.org/id/char/041C> a lvont:Character ;
    lvont:represents "М"^^xsd:string ;
    rdfs:comment "CYRILLIC CAPITAL LETTER EM"@en .

<http://lexvo.org/id/char/041D> a lvont:Character ;
    lvont:represents "Н"^^xsd:string ;
    rdfs:comment "CYRILLIC CAPITAL LETTER EN"@en .

<http://lexvo.org/id/char/041E> a lvont:Character ;
    lvont:represents "О"^^xsd:string ;
    rdfs:comment "CYRILLIC CAPITAL LETTER O"@en .

<http://lexvo.org/id/char/041F> a lvont:Character ;
    lvont:represents "П"^^xsd:string ;
    rdfs:comment "CYRILLIC CAPITAL LETTER PE"@en .

<http://lexvo.org/id/char/0420> a lvont:Character ;
    lvont:represents "Р"^^xsd:string ;
    rdfs:comment "CYRILLIC CAPITAL LETTER ER"@en .

<http://lexvo.org/id/char/0421> a lvont:Character ;
    lvont:represents "С"^^xsd:string ;
    rdfs:comment "CYRILLIC CAPITAL LETTER ES"@en .

<http://lexvo.org/id/char/0422> a lvont:Character ;
    lvont:represents "Т"^^xsd:string ;
    rdfs:comment "CYRILLIC CAPITAL LETTER TE"@en .

<http://lexvo.org/id/char/0423> a lvont:Character ;
    lvont:represents "У"^^xsd:string ;
    rdfs:comment "CYRILLIC CAPITAL LETTER U"@en .

<http://lexvo.org/id/char/0424> a lvont:Character ;
    lvont:represents "Ф"^^xsd:string ;
    rdfs:comment "CYRILLIC CAPITAL LETTER EF"@en .

<http://lexvo.org/id/char/0425> a lvont:Character ;
    lvont:represents "Х"^^xsd:string ;
    rdfs:comment "CYRILLIC CAPITAL LETTER HA"@en .

<http://lexvo.org/id/char/0426> a lvont:Character ;
    lvont:represents "Ц"^^xsd:string ;
    rdfs:comment "CYRILLIC CAPITAL LETTER TSE"@en .

<http://lexvo.org/id/char/0427> a lvont:Character ;
    lvont:represents "Ч"^^xsd:string ;
    rdfs:comment "CYRILLIC CAPITAL LETTER CHE"@en .

<http://lexvo.org/id/char/0428> a lvont:Character ;
    lvont:represents "Ш"^^xsd:string ;
    rdfs:comment "CYRILLIC CAPITAL LETTER SHA"@en .

<http://lexvo.org/id/char/0429> a lvont:Character ;
    lvont:represents "Щ"^^xsd:string ;
    rdfs:comment "CYRILLIC CAPITAL LETTER SHCHA"@en .

<http://lexvo.org/id/char/042A> a lvont:Character ;
    lvont:represents "Ъ"^^xsd:string ;
    rdfs:comment "CYRILLIC CAPITAL LETTER HARD SIGN"@en .

<http://lexvo.org/id/char/042B> a lvont:Character ;
    lvont:represents "Ы"^^xsd:string ;
    rdfs:comment "CYRILLIC CAPITAL LETTER YERU"@en .

<http://lexvo.org/id/char/042C> a lvont:Character ;
    lvont:represents "Ь"^^xsd:string ;
    rdfs:comment "CYRILLIC CAPITAL LETTER SOFT SIGN"@en .

<http://lexvo.org/id/char/042D> a lvont:Character ;
    lvont:represents "Э"^^xsd:string ;
    rdfs:comment "CYRILLIC CAPITAL LETTER E"@en .

<http://lexvo.org/id/char/042E> a lvont:Character ;
    lvont:represents "Ю"^^xsd:string ;
    rdfs:comment "CYRILLIC CAPITAL LETTER YU"@en .

<http://lexvo.org/id/char/042F> a lvont:Character ;
    lvont:represents "Я"^^xsd:string ;
    rdfs:comment "CYRILLIC CAPITAL LETTER YA"@en .

<http://lexvo.org/id/char/0430> a lvont:Character ;
    lvont:represents "а"^^xsd:string ;
    rdfs:comment "CYRILLIC SMALL LETTER A"@en .

<http://lexvo.org/id/char/0431> a lvont:Character ;
    lvont:represents "б"^^xsd:string ;
    rdfs:comment "CYRILLIC SMALL LETTER BE"@en .

<http://lexvo.org/id/char/0432> a lvont:Character ;
    lvont:represents "в"^^xsd:string ;
    rdfs:comment "CYRILLIC SMALL LETTER VE"@en .

<http://lexvo.org/id/char/0433> a lvont:Character ;
    lvont:represents "г"^^xsd:string ;
    rdfs:comment "CYRILLIC SMALL LETTER GHE"@en .

<http://lexvo.org/id/char/0434> a lvont:Character ;
    lvont:represents "д"^^xsd:string ;
    rdfs:comment "CYRILLIC SMALL LETTER DE"@en .

<http://lexvo.org/id/char/0435> a lvont:Character ;
    lvont:represents "е"^^xsd:string ;
    rdfs:comment "CYRILLIC SMALL LETTER IE"@en .

<http://lexvo.org/id/char/0436> a lvont:Character ;
    lvont:represents "ж"^^xsd:string ;
    rdfs:comment "CYRILLIC SMALL LETTER ZHE"@en .

<http://lexvo.org/id/char/0437> a lvont:Character ;
    lvont:represents "з"^^xsd:string ;
    rdfs:comment "CYRILLIC SMALL LETTER ZE"@en .

<http://lexvo.org/id/char/0438> a lvont:Character ;
    lvont:represents "и"^^xsd:string ;
    rdfs:comment "CYRILLIC SMALL LETTER I"@en .

<http://lexvo.org/id/char/0439> a lvont:Character ;
    lvont:represents "й"^^xsd:string ;
    rdfs:comment "CYRILLIC SMALL LETTER SHORT I"@en .

<http://lexvo.org/id/char/043A> a lvont:Character ;
    lvont:represents "к"^^xsd:string ;
    rdfs:comment "CYRILLIC SMALL LETTER KA"@en .

<http://lexvo.org/id/char/043B> a lvont:Character ;
    lvont:represents "л"^^xsd:string ;
    rdfs:comment "CYRILLIC SMALL LETTER EL"@en .

<http://lexvo.org/id/char/043C> a lvont:Character ;
    lvont:represents "м"^^xsd:string ;
    rdfs:comment "CYRILLIC SMALL LETTER EM"@en .

<http://lexvo.org/id/char/043D> a lvont:Character ;
    lvont:represents "н"^^xsd:string ;
    rdfs:comment "CYRILLIC SMALL LETTER EN"@en .

<http://lexvo.org/id/char/043E> a lvont:Character ;
    lvont:represents "о"^^xsd:string ;
    rdfs:comment "CYRILLIC SMALL LETTER O"@en .

<http://lexvo.org/id/char/043F> a lvont:Character ;
    lvont:represents "п"^^xsd:string ;
    rdfs:comment "CYRILLIC SMALL LETTER PE"@en .

<http://lexvo.org/id/char/0440> a lvont:Character ;
    lvont:represents "р"^^xsd:string ;
    rdfs:comment "CYRILLIC SMALL LETTER ER"@en .

<http://lexvo.org/id/char/0441> a lvont:Character ;
    lvont:represents "с"^^xsd:string ;
    rdfs:comment "CYRILLIC SMALL LETTER ES"@en .

<http://lexvo.org/id/char/0442> a lvont:Character ;
    lvont:represents "т"^^xsd:string ;
    rdfs:comment "CYRILLIC SMALL LETTER TE"@en .

<http://lexvo.org/id/char/0443> a lvont:Character ;
    lvont:represents "у"^^xsd:string ;
    rdfs:comment "CYRILLIC SMALL LETTER U"@en .

<http://lexvo.org/id/char/0444> a lvont:Character ;
    lvont:represents "ф"^^xsd:string ;
    rdfs:comment "CYRILLIC SMALL LETTER EF"@en .

<http://lexvo.org/id/char/0445> a lvont:Character ;
    lvont:represents "х"^^xsd:string ;
    rdfs:comment "CYRILLIC SMALL LETTER HA"@en .

<http://lexvo.org/id/char/0446> a lvont:Character ;
    lvont:represents "ц"^^xsd:string ;
    rdfs:comment "CYRILLIC SMALL LETTER TSE"@en .

<http://lexvo.org/id/char/0447> a lvont:Character ;
    lvont:represents "ч"^^xsd:string ;
    rdfs:comment "CYRILLIC SMALL LETTER CHE"@en .

<http://lexvo.org/id/char/0448> a lvont:Character ;
    lvont:represents "ш"^^xsd:string ;
    rdfs:comment "CYRILLIC SMALL LETTER SHA"@en .

<http://lexvo.org/id/char/0449> a lvont:Character ;
    lvont:represents "щ"^^xsd:string ;
    rdfs:comment "CYRILLIC SMALL LETTER SHCHA"@en .

<http://lexvo.org/id/char/044A> a lvont:Character ;
    lvont:represents "ъ"^^xsd:string ;
    rdfs:comment "CYRILLIC SMALL LETTER HARD SIGN"@en .

<http://lexvo.org/id/char/044B> a lvont:Character ;
    lvont:represents "ы"^^xsd:string ;
    rdfs:comment "CYRILLIC SMALL LETTER YERU"@en .

<http://lexvo.org/id/char/044C> a lvont:Character ;
    lvont:represents "ь"^^xsd:string ;
    rdfs:comment "CYRILLIC SMALL LETTER SOFT SIGN"@en .

<http://lexvo.org/id/char/044D> a lvont:Character ;
    lvont:represents "э"^^xsd:string ;
    rdfs:comment "CYRILLIC SMALL LETTER E"@en .

<http://lexvo.org/id/char/044E> a lvont:Character ;
    lvont:represents "ю"^^xsd:string ;
    rdfs:comment "CYRILLIC SMALL LETTER YU"@en .

<http://lexvo.org/id/char/044F> a lvont:Character ;
    lvont:represents "я"^^xsd:string ;
    rdfs:comment "CYRILLIC SMALL LETTER YA"@en .

<http://lexvo.org/id/char/0450> a lvont:Character ;
    lvont:represents "ѐ"^^xsd:string ;
    rdfs:comment "CYRILLIC SMALL LETTER IE WITH GRAVE"@en .

<http://lexvo.org/id/char/0451> a lvont:Character ;
    lvont:represents "ё"^^xsd:string ;
    rdfs:comment "CYRILLIC SMALL LETTER IO"@en .

<http://lexvo.org/id/char/0452> a lvont:Character ;
    lvont:represents "ђ"^^xsd:string ;
    rdfs:comment "CYRILLIC SMALL LETTER DJE"@en .

<http://lexvo.org/id/char/0453> a lvont:Character ;
    lvont:represents "ѓ"^^xsd:string ;
    rdfs:comment "CYRILLIC SMALL LETTER GJE"@en .

<http://lexvo.org/id/char/0454> a lvont:Character ;
    lvont:represents "є"^^xsd:string ;
    rdfs:comment "CYRILLIC SMALL LETTER UKRAINIAN IE"@en .

<http://lexvo.org/id/char/0455> a lvont:Character ;
    lvont:represents "ѕ"^^xsd:string ;
    rdfs:comment "CYRILLIC SMALL LETTER DZE"@en .

<http://lexvo.org/id/char/0456> a lvont:Character ;
    lvont:represents "і"^^xsd:string ;
    rdfs:comment "CYRILLIC SMALL LETTER BYELORUSSIAN-UKRAINIAN I"@en .

<http://lexvo.org/id/char/0457> a lvont:Character ;
    lvont:represents "ї"^^xsd:string ;
    rdfs:comment "CYRILLIC SMALL LETTER YI"@en .

<http://lexvo.org/id/char/0458> a lvont:Character ;
    lvont:represents "ј"^^xsd:string ;
    rdfs:comment "CYRILLIC SMALL LETTER JE"@en .

<http://lexvo.org/id/char/0459> a lvont:Character ;
    lvont:represents "љ"^^xsd:string ;
    rdfs:comment "CYRILLIC SMALL LETTER LJE"@en .

<http://lexvo.org/id/char/045A> a lvont:Character ;
    lvont:represents "њ"^^xsd:string ;
    rdfs:comment "CYRILLIC SMALL LETTER NJE"@en .

<http://lexvo.org/id/char/045B> a lvont:Character ;
    lvont:represents "ћ"^^xsd:string ;
    rdfs:comment "CYRILLIC SMALL LETTER TSHE"@en .

<http://lexvo.org/id/char/045C> a lvont:Character ;
    lvont:represents "ќ"^^xsd:string ;
    rdfs:comment "CYRILLIC SMALL LETTER KJE"@en .

<http://lexvo.org/id/char/045D> a lvont:Character ;
    lvont:represents "ѝ"^^xsd:string ;
    rdfs:comment "CYRILLIC SMALL LETTER I WITH GRAVE"@en .

<http://lexvo.org/id/char/045E> a lvont:Character ;
    lvont:represents "ў"^^xsd:string ;
    rdfs:comment "CYRILLIC SMALL LETTER SHORT U"@en .

<http://lexvo.org/id/char/045F> a lvont:Character ;
    lvont:represents "џ"^^xsd:string ;
    rdfs:comment "CYRILLIC SMALL LETTER DZHE"@en .

<http://lexvo.org/id/char/0460> a lvont:Character ;
    lvont:represents "Ѡ"^^xsd:string ;
    rdfs:comment "CYRILLIC CAPITAL LETTER OMEGA"@en .

<http://lexvo.org/id/char/0461> a lvont:Character ;
    lvont:represents "ѡ"^^xsd:string ;
    rdfs:comment "CYRILLIC SMALL LETTER OMEGA"@en .

<http://lexvo.org/id/char/0462> a lvont:Character ;
    lvont:represents "Ѣ"^^xsd:string ;
    rdfs:comment "CYRILLIC CAPITAL LETTER YAT"@en .

<http://lexvo.org/id/char/0463> a lvont:Character ;
    lvont:represents "ѣ"^^xsd:string ;
    rdfs:comment "CYRILLIC SMALL LETTER YAT"@en .

<http://lexvo.org/id/char/0464> a lvont:Character ;
    lvont:represents "Ѥ"^^xsd:string ;
    rdfs:comment "CYRILLIC CAPITAL LETTER IOTIFIED E"@en .

<http://lexvo.org/id/char/0465> a lvont:Character ;
    lvont:represents "ѥ"^^xsd:string ;
    rdfs:comment "CYRILLIC SMALL LETTER IOTIFIED E"@en .

<http://lexvo.org/id/char/0466> a lvont:Character ;
    lvont:represents "Ѧ"^^xsd:string ;
    rdfs:comment "CYRILLIC CAPITAL LETTER LITTLE YUS"@en .

<http://lexvo.org/id/char/0467> a lvont:Character ;
    lvont:represents "ѧ"^^xsd:string ;
    rdfs:comment "CYRILLIC SMALL LETTER LITTLE YUS"@en .

<http://lexvo.org/id/char/0468> a lvont:Character ;
    lvont:represents "Ѩ"^^xsd:string ;
    rdfs:comment "CYRILLIC CAPITAL LETTER IOTIFIED LITTLE YUS"@en .

<http://lexvo.org/id/char/0469> a lvont:Character ;
    lvont:represents "ѩ"^^xsd:string ;
    rdfs:comment "CYRILLIC SMALL LETTER IOTIFIED LITTLE YUS"@en .

<http://lexvo.org/id/char/046A> a lvont:Character ;
    lvont:represents "Ѫ"^^xsd:string ;
    rdfs:comment "CYRILLIC CAPITAL LETTER BIG YUS"@en .

<http://lexvo.org/id/char/046B> a lvont:Character ;
    lvont:represents "ѫ"^^xsd:string ;
    rdfs:comment "CYRILLIC SMALL LETTER BIG YUS"@en .

<http://lexvo.org/id/char/046C> a lvont:Character ;
    lvont:represents "Ѭ"^^xsd:string ;
    rdfs:comment "CYRILLIC CAPITAL LETTER IOTIFIED BIG YUS"@en .

<http://lexvo.org/id/char/046D> a lvont:Character ;
    lvont:represents "ѭ"^^xsd:string ;
    rdfs:comment "CYRILLIC SMALL LETTER IOTIFIED BIG YUS"@en .

<http://lexvo.org/id/char/046E> a lvont:Character ;
    lvont:represents "Ѯ"^^xsd:string ;
    rdfs:comment "CYRILLIC CAPITAL LETTER KSI"@en .

<http://lexvo.org/id/char/046F> a lvont:Character ;
    lvont:represents "ѯ"^^xsd:string ;
    rdfs:comment "CYRILLIC SMALL LETTER KSI"@en .

<http://lexvo.org/id/char/0470> a lvont:Character ;
    lvont:represents "Ѱ"^^xsd:string ;
    rdfs:comment "CYRILLIC CAPITAL LETTER PSI"@en .

<http://lexvo.org/id/char/0471> a lvont:Character ;
    lvont:represents "ѱ"^^xsd:string ;
    rdfs:comment "CYRILLIC SMALL LETTER PSI"@en .

<http://lexvo.org/id/char/0472> a lvont:Character ;
    lvont:represents "Ѳ"^^xsd:string ;
    rdfs:comment "CYRILLIC CAPITAL LETTER FITA"@en .

<http://lexvo.org/id/char/0473> a lvont:Character ;
    lvont:represents "ѳ"^^xsd:string ;
    rdfs:comment "CYRILLIC SMALL LETTER FITA"@en .

<http://lexvo.org/id/char/0474> a lvont:Character ;
    lvont:represents "Ѵ"^^xsd:string ;
    rdfs:comment "CYRILLIC CAPITAL LETTER IZHITSA"@en .

<http://lexvo.org/id/char/0475> a lvont:Character ;
    lvont:represents "ѵ"^^xsd:string ;
    rdfs:comment "CYRILLIC SMALL LETTER IZHITSA"@en .

<http://lexvo.org/id/char/0476> a lvont:Character ;
    lvont:represents "Ѷ"^^xsd:string ;
    rdfs:comment "CYRILLIC CAPITAL LETTER IZHITSA WITH DOUBLE GRAVE ACCENT"@en .

<http://lexvo.org/id/char/0477> a lvont:Character ;
    lvont:represents "ѷ"^^xsd:string ;
    rdfs:comment "CYRILLIC SMALL LETTER IZHITSA WITH DOUBLE GRAVE ACCENT"@en .

<http://lexvo.org/id/char/0478> a lvont:Character ;
    lvont:represents "Ѹ"^^xsd:string ;
    rdfs:comment "CYRILLIC CAPITAL LETTER UK"@en .

<http://lexvo.org/id/char/0479> a lvont:Character ;
    lvont:represents "ѹ"^^xsd:string ;
    rdfs:comment "CYRILLIC SMALL LETTER UK"@en .

<http://lexvo.org/id/char/047A> a lvont:Character ;
    lvont:represents "Ѻ"^^xsd:string ;
    rdfs:comment "CYRILLIC CAPITAL LETTER ROUND OMEGA"@en .

<http://lexvo.org/id/char/047B> a lvont:Character ;
    lvont:represents "ѻ"^^xsd:string ;
    rdfs:comment "CYRILLIC SMALL LETTER ROUND OMEGA"@en .

<http://lexvo.org/id/char/047C> a lvont:Character ;
    lvont:represents "Ѽ"^^xsd:string ;
    rdfs:comment "CYRILLIC CAPITAL LETTER OMEGA WITH TITLO"@en .

<http://lexvo.org/id/char/047D> a lvont:Character ;
    lvont:represents "ѽ"^^xsd:string ;
    rdfs:comment "CYRILLIC SMALL LETTER OMEGA WITH TITLO"@en .

<http://lexvo.org/id/char/047E> a lvont:Character ;
    lvont:represents "Ѿ"^^xsd:string ;
    rdfs:comment "CYRILLIC CAPITAL LETTER OT"@en .

<http://lexvo.org/id/char/047F> a lvont:Character ;
    lvont:represents "ѿ"^^xsd:string ;
    rdfs:comment "CYRILLIC SMALL LETTER OT"@en .

<http://lexvo.org/id/char/0480> a lvont:Character ;
    lvont:represents "Ҁ"^^xsd:string ;
    rdfs:comment "CYRILLIC CAPITAL LETTER KOPPA"@en .

<http://lexvo.org/id/char/0481> a lvont:Character ;
    lvont:represents "ҁ"^^xsd:string ;
    rdfs:comment "CYRILLIC SMALL LETTER KOPPA"@en .

<http://lexvo.org/id/char/0482> a lvont:Character ;
    lvont:represents "҂"^^xsd:string ;
    rdfs:comment "CYRILLIC THOUSANDS SIGN"@en .

<http://lexvo.org/id/char/0483> a lvont:Character ;
    lvont:represents "҃"^^xsd:string ;
    rdfs:comment "COMBINING CYRILLIC TITLO"@en .

<http://lexvo.org/id/char/0484> a lvont:Character ;
    lvont:represents "҄"^^xsd:string ;
    rdfs:comment "COMBINING CYRILLIC PALATALIZATION"@en .

<http://lexvo.org/id/char/0485> a lvont:Character ;
    lvont:represents "҅"^^xsd:string ;
    rdfs:comment "COMBINING CYRILLIC DASIA PNEUMATA"@en .

<http://lexvo.org/id/char/0486> a lvont:Character ;
    lvont:represents "҆"^^xsd:string ;
    rdfs:comment "COMBINING CYRILLIC PSILI PNEUMATA"@en .

<http://lexvo.org/id/char/0487> a lvont:Character ;
    lvont:represents "҇"^^xsd:string ;
    rdfs:comment "COMBINING CYRILLIC POKRYTIE"@en .

<http://lexvo.org/id/char/0488> a lvont:Character ;
    lvont:represents "҈"^^xsd:string ;
    rdfs:comment "COMBINING CYRILLIC HUNDRED THOUSANDS SIGN"@en .

<http://lexvo.org/id/char/0489> a lvont:Character ;
    lvont:represents "҉"^^xsd:string ;
    rdfs:comment "COMBINING CYRILLIC MILLIONS SIGN"@en .

<http://lexvo.org/id/char/048A> a lvont:Character ;
    lvont:represents "Ҋ"^^xsd:string ;
    rdfs:comment "CYRILLIC CAPITAL LETTER SHORT I WITH TAIL"@en .

<http://lexvo.org/id/char/048B> a lvont:Character ;
    lvont:represents "ҋ"^^xsd:string ;
    rdfs:comment "CYRILLIC SMALL LETTER SHORT I WITH TAIL"@en .

<http://lexvo.org/id/char/048C> a lvont:Character ;
    lvont:represents "Ҍ"^^xsd:string ;
    rdfs:comment "CYRILLIC CAPITAL LETTER SEMISOFT SIGN"@en .

<http://lexvo.org/id/char/048D> a lvont:Character ;
    lvont:represents "ҍ"^^xsd:string ;
    rdfs:comment "CYRILLIC SMALL LETTER SEMISOFT SIGN"@en .

<http://lexvo.org/id/char/048E> a lvont:Character ;
    lvont:represents "Ҏ"^^xsd:string ;
    rdfs:comment "CYRILLIC CAPITAL LETTER ER WITH TICK"@en .

<http://lexvo.org/id/char/048F> a lvont:Character ;
    lvont:represents "ҏ"^^xsd:string ;
    rdfs:comment "CYRILLIC SMALL LETTER ER WITH TICK"@en .

<http://lexvo.org/id/char/0490> a lvont:Character ;
    lvont:represents "Ґ"^^xsd:string ;
    rdfs:comment "CYRILLIC CAPITAL LETTER GHE WITH UPTURN"@en .

<http://lexvo.org/id/char/0491> a lvont:Character ;
    lvont:represents "ґ"^^xsd:string ;
    rdfs:comment "CYRILLIC SMALL LETTER GHE WITH UPTURN"@en .

<http://lexvo.org/id/char/0492> a lvont:Character ;
    lvont:represents "Ғ"^^xsd:string ;
    rdfs:comment "CYRILLIC CAPITAL LETTER GHE WITH STROKE"@en .

<http://lexvo.org/id/char/0493> a lvont:Character ;
    lvont:represents "ғ"^^xsd:string ;
    rdfs:comment "CYRILLIC SMALL LETTER GHE WITH STROKE"@en .

<http://lexvo.org/id/char/0494> a lvont:Character ;
    lvont:represents "Ҕ"^^xsd:string ;
    rdfs:comment "CYRILLIC CAPITAL LETTER GHE WITH MIDDLE HOOK"@en .

<http://lexvo.org/id/char/0495> a lvont:Character ;
    lvont:represents "ҕ"^^xsd:string ;
    rdfs:comment "CYRILLIC SMALL LETTER GHE WITH MIDDLE HOOK"@en .

<http://lexvo.org/id/char/0496> a lvont:Character ;
    lvont:represents "Җ"^^xsd:string ;
    rdfs:comment "CYRILLIC CAPITAL LETTER ZHE WITH DESCENDER"@en .

<http://lexvo.org/id/char/0497> a lvont:Character ;
    lvont:represents "җ"^^xsd:string ;
    rdfs:comment "CYRILLIC SMALL LETTER ZHE WITH DESCENDER"@en .

<http://lexvo.org/id/char/0498> a lvont:Character ;
    lvont:represents "Ҙ"^^xsd:string ;
    rdfs:comment "CYRILLIC CAPITAL LETTER ZE WITH DESCENDER"@en .

<http://lexvo.org/id/char/0499> a lvont:Character ;
    lvont:represents "ҙ"^^xsd:string ;
    rdfs:comment "CYRILLIC SMALL LETTER ZE WITH DESCENDER"@en .

<http://lexvo.org/id/char/049A> a lvont:Character ;
    lvont:represents "Қ"^^xsd:string ;
    rdfs:comment "CYRILLIC CAPITAL LETTER KA WITH DESCENDER"@en .

<http://lexvo.org/id/char/049B> a lvont:Character ;
    lvont:represents "қ"^^xsd:string ;
    rdfs:comment "CYRILLIC SMALL LETTER KA WITH DESCENDER"@en .

<http://lexvo.org/id/char/049C> a lvont:Character ;
    lvont:represents "Ҝ"^^xsd:string ;
    rdfs:comment "CYRILLIC CAPITAL LETTER KA WITH VERTICAL STROKE"@en .

<http://lexvo.org/id/char/049D> a lvont:Character ;
    lvont:represents "ҝ"^^xsd:string ;
    rdfs:comment "CYRILLIC SMALL LETTER KA WITH VERTICAL STROKE"@en .

<http://lexvo.org/id/char/049E> a lvont:Character ;
    lvont:represents "Ҟ"^^xsd:string ;
    rdfs:comment "CYRILLIC CAPITAL LETTER KA WITH STROKE"@en .

<http://lexvo.org/id/char/049F> a lvont:Character ;
    lvont:represents "ҟ"^^xsd:string ;
    rdfs:comment "CYRILLIC SMALL LETTER KA WITH STROKE"@en .

<http://lexvo.org/id/char/04A0> a lvont:Character ;
    lvont:represents "Ҡ"^^xsd:string ;
    rdfs:comment "CYRILLIC CAPITAL LETTER BASHKIR KA"@en .

<http://lexvo.org/id/char/04A1> a lvont:Character ;
    lvont:represents "ҡ"^^xsd:string ;
    rdfs:comment "CYRILLIC SMALL LETTER BASHKIR KA"@en .

<http://lexvo.org/id/char/04A2> a lvont:Character ;
    lvont:represents "Ң"^^xsd:string ;
    rdfs:comment "CYRILLIC CAPITAL LETTER EN WITH DESCENDER"@en .

<http://lexvo.org/id/char/04A3> a lvont:Character ;
    lvont:represents "ң"^^xsd:string ;
    rdfs:comment "CYRILLIC SMALL LETTER EN WITH DESCENDER"@en .

<http://lexvo.org/id/char/04A4> a lvont:Character ;
    lvont:represents "Ҥ"^^xsd:string ;
    rdfs:comment "CYRILLIC CAPITAL LIGATURE EN GHE"@en .

<http://lexvo.org/id/char/04A5> a lvont:Character ;
    lvont:represents "ҥ"^^xsd:string ;
    rdfs:comment "CYRILLIC SMALL LIGATURE EN GHE"@en .

<http://lexvo.org/id/char/04A6> a lvont:Character ;
    lvont:represents "Ҧ"^^xsd:string ;
    rdfs:comment "CYRILLIC CAPITAL LETTER PE WITH MIDDLE HOOK"@en .

<http://lexvo.org/id/char/04A7> a lvont:Character ;
    lvont:represents "ҧ"^^xsd:string ;
    rdfs:comment "CYRILLIC SMALL LETTER PE WITH MIDDLE HOOK"@en .

<http://lexvo.org/id/char/04A8> a lvont:Character ;
    lvont:represents "Ҩ"^^xsd:string ;
    rdfs:comment "CYRILLIC CAPITAL LETTER ABKHASIAN HA"@en .

<http://lexvo.org/id/char/04A9> a lvont:Character ;
    lvont:represents "ҩ"^^xsd:string ;
    rdfs:comment "CYRILLIC SMALL LETTER ABKHASIAN HA"@en .

<http://lexvo.org/id/char/04AA> a lvont:Character ;
    lvont:represents "Ҫ"^^xsd:string ;
    rdfs:comment "CYRILLIC CAPITAL LETTER ES WITH DESCENDER"@en .

<http://lexvo.org/id/char/04AB> a lvont:Character ;
    lvont:represents "ҫ"^^xsd:string ;
    rdfs:comment "CYRILLIC SMALL LETTER ES WITH DESCENDER"@en .

<http://lexvo.org/id/char/04AC> a lvont:Character ;
    lvont:represents "Ҭ"^^xsd:string ;
    rdfs:comment "CYRILLIC CAPITAL LETTER TE WITH DESCENDER"@en .

<http://lexvo.org/id/char/04AD> a lvont:Character ;
    lvont:represents "ҭ"^^xsd:string ;
    rdfs:comment "CYRILLIC SMALL LETTER TE WITH DESCENDER"@en .

<http://lexvo.org/id/char/04AE> a lvont:Character ;
    lvont:represents "Ү"^^xsd:string ;
    rdfs:comment "CYRILLIC CAPITAL LETTER STRAIGHT U"@en .

<http://lexvo.org/id/char/04AF> a lvont:Character ;
    lvont:represents "ү"^^xsd:string ;
    rdfs:comment "CYRILLIC SMALL LETTER STRAIGHT U"@en .

<http://lexvo.org/id/char/04B0> a lvont:Character ;
    lvont:represents "Ұ"^^xsd:string ;
    rdfs:comment "CYRILLIC CAPITAL LETTER STRAIGHT U WITH STROKE"@en .

<http://lexvo.org/id/char/04B1> a lvont:Character ;
    lvont:represents "ұ"^^xsd:string ;
    rdfs:comment "CYRILLIC SMALL LETTER STRAIGHT U WITH STROKE"@en .

<http://lexvo.org/id/char/04B2> a lvont:Character ;
    lvont:represents "Ҳ"^^xsd:string ;
    rdfs:comment "CYRILLIC CAPITAL LETTER HA WITH DESCENDER"@en .

<http://lexvo.org/id/char/04B3> a lvont:Character ;
    lvont:represents "ҳ"^^xsd:string ;
    rdfs:comment "CYRILLIC SMALL LETTER HA WITH DESCENDER"@en .

<http://lexvo.org/id/char/04B4> a lvont:Character ;
    lvont:represents "Ҵ"^^xsd:string ;
    rdfs:comment "CYRILLIC CAPITAL LIGATURE TE TSE"@en .

<http://lexvo.org/id/char/04B5> a lvont:Character ;
    lvont:represents "ҵ"^^xsd:string ;
    rdfs:comment "CYRILLIC SMALL LIGATURE TE TSE"@en .

<http://lexvo.org/id/char/04B6> a lvont:Character ;
    lvont:represents "Ҷ"^^xsd:string ;
    rdfs:comment "CYRILLIC CAPITAL LETTER CHE WITH DESCENDER"@en .

<http://lexvo.org/id/char/04B7> a lvont:Character ;
    lvont:represents "ҷ"^^xsd:string ;
    rdfs:comment "CYRILLIC SMALL LETTER CHE WITH DESCENDER"@en .

<http://lexvo.org/id/char/04B8> a lvont:Character ;
    lvont:represents "Ҹ"^^xsd:string ;
    rdfs:comment "CYRILLIC CAPITAL LETTER CHE WITH VERTICAL STROKE"@en .

<http://lexvo.org/id/char/04B9> a lvont:Character ;
    lvont:represents "ҹ"^^xsd:string ;
    rdfs:comment "CYRILLIC SMALL LETTER CHE WITH VERTICAL STROKE"@en .

<http://lexvo.org/id/char/04BA> a lvont:Character ;
    lvont:represents "Һ"^^xsd:string ;
    rdfs:comment "CYRILLIC CAPITAL LETTER SHHA"@en .

<http://lexvo.org/id/char/04BB> a lvont:Character ;
    lvont:represents "һ"^^xsd:string ;
    rdfs:comment "CYRILLIC SMALL LETTER SHHA"@en .

<http://lexvo.org/id/char/04BC> a lvont:Character ;
    lvont:represents "Ҽ"^^xsd:string ;
    rdfs:comment "CYRILLIC CAPITAL LETTER ABKHASIAN CHE"@en .

<http://lexvo.org/id/char/04BD> a lvont:Character ;
    lvont:represents "ҽ"^^xsd:string ;
    rdfs:comment "CYRILLIC SMALL LETTER ABKHASIAN CHE"@en .

<http://lexvo.org/id/char/04BE> a lvont:Character ;
    lvont:represents "Ҿ"^^xsd:string ;
    rdfs:comment "CYRILLIC CAPITAL LETTER ABKHASIAN CHE WITH DESCENDER"@en .

<http://lexvo.org/id/char/04BF> a lvont:Character ;
    lvont:represents "ҿ"^^xsd:string ;
    rdfs:comment "CYRILLIC SMALL LETTER ABKHASIAN CHE WITH DESCENDER"@en .

<http://lexvo.org/id/char/04C0> a lvont:Character ;
    lvont:represents "Ӏ"^^xsd:string ;
    rdfs:comment "CYRILLIC LETTER PALOCHKA"@en .

<http://lexvo.org/id/char/04C1> a lvont:Character ;
    lvont:represents "Ӂ"^^xsd:string ;
    rdfs:comment "CYRILLIC CAPITAL LETTER ZHE WITH BREVE"@en .

<http://lexvo.org/id/char/04C2> a lvont:Character ;
    lvont:represents "ӂ"^^xsd:string ;
    rdfs:comment "CYRILLIC SMALL LETTER ZHE WITH BREVE"@en .

<http://lexvo.org/id/char/04C3> a lvont:Character ;
    lvont:represents "Ӄ"^^xsd:string ;
    rdfs:comment "CYRILLIC CAPITAL LETTER KA WITH HOOK"@en .

<http://lexvo.org/id/char/04C4> a lvont:Character ;
    lvont:represents "ӄ"^^xsd:string ;
    rdfs:comment "CYRILLIC SMALL LETTER KA WITH HOOK"@en .

<http://lexvo.org/id/char/04C5> a lvont:Character ;
    lvont:represents "Ӆ"^^xsd:string ;
    rdfs:comment "CYRILLIC CAPITAL LETTER EL WITH TAIL"@en .

<http://lexvo.org/id/char/04C6> a lvont:Character ;
    lvont:represents "ӆ"^^xsd:string ;
    rdfs:comment "CYRILLIC SMALL LETTER EL WITH TAIL"@en .

<http://lexvo.org/id/char/04C7> a lvont:Character ;
    lvont:represents "Ӈ"^^xsd:string ;
    rdfs:comment "CYRILLIC CAPITAL LETTER EN WITH HOOK"@en .

<http://lexvo.org/id/char/04C8> a lvont:Character ;
    lvont:represents "ӈ"^^xsd:string ;
    rdfs:comment "CYRILLIC SMALL LETTER EN WITH HOOK"@en .

<http://lexvo.org/id/char/04C9> a lvont:Character ;
    lvont:represents "Ӊ"^^xsd:string ;
    rdfs:comment "CYRILLIC CAPITAL LETTER EN WITH TAIL"@en .

<http://lexvo.org/id/char/04CA> a lvont:Character ;
    lvont:represents "ӊ"^^xsd:string ;
    rdfs:comment "CYRILLIC SMALL LETTER EN WITH TAIL"@en .

<http://lexvo.org/id/char/04CB> a lvont:Character ;
    lvont:represents "Ӌ"^^xsd:string ;
    rdfs:comment "CYRILLIC CAPITAL LETTER KHAKASSIAN CHE"@en .

<http://lexvo.org/id/char/04CC> a lvont:Character ;
    lvont:represents "ӌ"^^xsd:string ;
    rdfs:comment "CYRILLIC SMALL LETTER KHAKASSIAN CHE"@en .

<http://lexvo.org/id/char/04CD> a lvont:Character ;
    lvont:represents "Ӎ"^^xsd:string ;
    rdfs:comment "CYRILLIC CAPITAL LETTER EM WITH TAIL"@en .

<http://lexvo.org/id/char/04CE> a lvont:Character ;
    lvont:represents "ӎ"^^xsd:string ;
    rdfs:comment "CYRILLIC SMALL LETTER EM WITH TAIL"@en .

<http://lexvo.org/id/char/04CF> a lvont:Character ;
    lvont:represents "ӏ"^^xsd:string ;
    rdfs:comment "CYRILLIC SMALL LETTER PALOCHKA"@en .

<http://lexvo.org/id/char/04D0> a lvont:Character ;
    lvont:represents "Ӑ"^^xsd:string ;
    rdfs:comment "CYRILLIC CAPITAL LETTER A WITH BREVE"@en .

<http://lexvo.org/id/char/04D1> a lvont:Character ;
    lvont:represents "ӑ"^^xsd:string ;
    rdfs:comment "CYRILLIC SMALL LETTER A WITH BREVE"@en .

<http://lexvo.org/id/char/04D2> a lvont:Character ;
    lvont:represents "Ӓ"^^xsd:string ;
    rdfs:comment "CYRILLIC CAPITAL LETTER A WITH DIAERESIS"@en .

<http://lexvo.org/id/char/04D3> a lvont:Character ;
    lvont:represents "ӓ"^^xsd:string ;
    rdfs:comment "CYRILLIC SMALL LETTER A WITH DIAERESIS"@en .

<http://lexvo.org/id/char/04D4> a lvont:Character ;
    lvont:represents "Ӕ"^^xsd:string ;
    rdfs:comment "CYRILLIC CAPITAL LIGATURE A IE"@en .

<http://lexvo.org/id/char/04D5> a lvont:Character ;
    lvont:represents "ӕ"^^xsd:string ;
    rdfs:comment "CYRILLIC SMALL LIGATURE A IE"@en .

<http://lexvo.org/id/char/04D6> a lvont:Character ;
    lvont:represents "Ӗ"^^xsd:string ;
    rdfs:comment "CYRILLIC CAPITAL LETTER IE WITH BREVE"@en .

<http://lexvo.org/id/char/04D7> a lvont:Character ;
    lvont:represents "ӗ"^^xsd:string ;
    rdfs:comment "CYRILLIC SMALL LETTER IE WITH BREVE"@en .

<http://lexvo.org/id/char/04D8> a lvont:Character ;
    lvont:represents "Ә"^^xsd:string ;
    rdfs:comment "CYRILLIC CAPITAL LETTER SCHWA"@en .

<http://lexvo.org/id/char/04D9> a lvont:Character ;
    lvont:represents "ә"^^xsd:string ;
    rdfs:comment "CYRILLIC SMALL LETTER SCHWA"@en .

<http://lexvo.org/id/char/04DA> a lvont:Character ;
    lvont:represents "Ӛ"^^xsd:string ;
    rdfs:comment "CYRILLIC CAPITAL LETTER SCHWA WITH DIAERESIS"@en .

<http://lexvo.org/id/char/04DB> a lvont:Character ;
    lvont:represents "ӛ"^^xsd:string ;
    rdfs:comment "CYRILLIC SMALL LETTER SCHWA WITH DIAERESIS"@en .

<http://lexvo.org/id/char/04DC> a lvont:Character ;
    lvont:represents "Ӝ"^^xsd:string ;
    rdfs:comment "CYRILLIC CAPITAL LETTER ZHE WITH DIAERESIS"@en .

<http://lexvo.org/id/char/04DD> a lvont:Character ;
    lvont:represents "ӝ"^^xsd:string ;
    rdfs:comment "CYRILLIC SMALL LETTER ZHE WITH DIAERESIS"@en .

<http://lexvo.org/id/char/04DE> a lvont:Character ;
    lvont:represents "Ӟ"^^xsd:string ;
    rdfs:comment "CYRILLIC CAPITAL LETTER ZE WITH DIAERESIS"@en .

<http://lexvo.org/id/char/04DF> a lvont:Character ;
    lvont:represents "ӟ"^^xsd:string ;
    rdfs:comment "CYRILLIC SMALL LETTER ZE WITH DIAERESIS"@en .

<http://lexvo.org/id/char/04E0> a lvont:Character ;
    lvont:represents "Ӡ"^^xsd:string ;
    rdfs:comment "CYRILLIC CAPITAL LETTER ABKHASIAN DZE"@en .

<http://lexvo.org/id/char/04E1> a lvont:Character ;
    lvont:represents "ӡ"^^xsd:string ;
    rdfs:comment "CYRILLIC SMALL LETTER ABKHASIAN DZE"@en .

<http://lexvo.org/id/char/04E2> a lvont:Character ;
    lvont:represents "Ӣ"^^xsd:string ;
    rdfs:comment "CYRILLIC CAPITAL LETTER I WITH MACRON"@en .

<http://lexvo.org/id/char/04E3> a lvont:Character ;
    lvont:represents "ӣ"^^xsd:string ;
    rdfs:comment "CYRILLIC SMALL LETTER I WITH MACRON"@en .

<http://lexvo.org/id/char/04E4> a lvont:Character ;
    lvont:represents "Ӥ"^^xsd:string ;
    rdfs:comment "CYRILLIC CAPITAL LETTER I WITH DIAERESIS"@en .

<http://lexvo.org/id/char/04E5> a lvont:Character ;
    lvont:represents "ӥ"^^xsd:string ;
    rdfs:comment "CYRILLIC SMALL LETTER I WITH DIAERESIS"@en .

<http://lexvo.org/id/char/04E6> a lvont:Character ;
    lvont:represents "Ӧ"^^xsd:string ;
    rdfs:comment "CYRILLIC CAPITAL LETTER O WITH DIAERESIS"@en .

<http://lexvo.org/id/char/04E7> a lvont:Character ;
    lvont:represents "ӧ"^^xsd:string ;
    rdfs:comment "CYRILLIC SMALL LETTER O WITH DIAERESIS"@en .

<http://lexvo.org/id/char/04E8> a lvont:Character ;
    lvont:represents "Ө"^^xsd:string ;
    rdfs:comment "CYRILLIC CAPITAL LETTER BARRED O"@en .

<http://lexvo.org/id/char/04E9> a lvont:Character ;
    lvont:represents "ө"^^xsd:string ;
    rdfs:comment "CYRILLIC SMALL LETTER BARRED O"@en .

<http://lexvo.org/id/char/04EA> a lvont:Character ;
    lvont:represents "Ӫ"^^xsd:string ;
    rdfs:comment "CYRILLIC CAPITAL LETTER BARRED O WITH DIAERESIS"@en .

<http://lexvo.org/id/char/04EB> a lvont:Character ;
    lvont:represents "ӫ"^^xsd:string ;
    rdfs:comment "CYRILLIC SMALL LETTER BARRED O WITH DIAERESIS"@en .

<http://lexvo.org/id/char/04EC> a lvont:Character ;
    lvont:represents "Ӭ"^^xsd:string ;
    rdfs:comment "CYRILLIC CAPITAL LETTER E WITH DIAERESIS"@en .

<http://lexvo.org/id/char/04ED> a lvont:Character ;
    lvont:represents "ӭ"^^xsd:string ;
    rdfs:comment "CYRILLIC SMALL LETTER E WITH DIAERESIS"@en .

<http://lexvo.org/id/char/04EE> a lvont:Character ;
    lvont:represents "Ӯ"^^xsd:string ;
    rdfs:comment "CYRILLIC CAPITAL LETTER U WITH MACRON"@en .

<http://lexvo.org/id/char/04EF> a lvont:Character ;
    lvont:represents "ӯ"^^xsd:string ;
    rdfs:comment "CYRILLIC SMALL LETTER U WITH MACRON"@en .

<http://lexvo.org/id/char/04F0> a lvont:Character ;
    lvont:represents "Ӱ"^^xsd:string ;
    rdfs:comment "CYRILLIC CAPITAL LETTER U WITH DIAERESIS"@en .

<http://lexvo.org/id/char/04F1> a lvont:Character ;
    lvont:represents "ӱ"^^xsd:string ;
    rdfs:comment "CYRILLIC SMALL LETTER U WITH DIAERESIS"@en .

<http://lexvo.org/id/char/04F2> a lvont:Character ;
    lvont:represents "Ӳ"^^xsd:string ;
    rdfs:comment "CYRILLIC CAPITAL LETTER U WITH DOUBLE ACUTE"@en .

<http://lexvo.org/id/char/04F3> a lvont:Character ;
    lvont:represents "ӳ"^^xsd:string ;
    rdfs:comment "CYRILLIC SMALL LETTER U WITH DOUBLE ACUTE"@en .

<http://lexvo.org/id/char/04F4> a lvont:Character ;
    lvont:represents "Ӵ"^^xsd:string ;
    rdfs:comment "CYRILLIC CAPITAL LETTER CHE WITH DIAERESIS"@en .

<http://lexvo.org/id/char/04F5> a lvont:Character ;
    lvont:represents "ӵ"^^xsd:string ;
    rdfs:comment "CYRILLIC SMALL LETTER CHE WITH DIAERESIS"@en .

<http://lexvo.org/id/char/04F6> a lvont:Character ;
    lvont:represents "Ӷ"^^xsd:string ;
    rdfs:comment "CYRILLIC CAPITAL LETTER GHE WITH DESCENDER"@en .

<http://lexvo.org/id/char/04F7> a lvont:Character ;
    lvont:represents "ӷ"^^xsd:string ;
    rdfs:comment "CYRILLIC SMALL LETTER GHE WITH DESCENDER"@en .

<http://lexvo.org/id/char/04F8> a lvont:Character ;
    lvont:represents "Ӹ"^^xsd:string ;
    rdfs:comment "CYRILLIC CAPITAL LETTER YERU WITH DIAERESIS"@en .

<http://lexvo.org/id/char/04F9> a lvont:Character ;
    lvont:represents "ӹ"^^xsd:string ;
    rdfs:comment "CYRILLIC SMALL LETTER YERU WITH DIAERESIS"@en .

<http://lexvo.org/id/char/04FA> a lvont:Character ;
    lvont:represents "Ӻ"^^xsd:string ;
    rdfs:comment "CYRILLIC CAPITAL LETTER GHE WITH STROKE AND HOOK"@en .

<http://lexvo.org/id/char/04FB> a lvont:Character ;
    lvont:represents "ӻ"^^xsd:string ;
    rdfs:comment "CYRILLIC SMALL LETTER GHE WITH STROKE AND HOOK"@en .

<http://lexvo.org/id/char/04FC> a lvont:Character ;
    lvont:represents "Ӽ"^^xsd:string ;
    rdfs:comment "CYRILLIC CAPITAL LETTER HA WITH HOOK"@en .

<http://lexvo.org/id/char/04FD> a lvont:Character ;
    lvont:represents "ӽ"^^xsd:string ;
    rdfs:comment "CYRILLIC SMALL LETTER HA WITH HOOK"@en .

<http://lexvo.org/id/char/04FE> a lvont:Character ;
    lvont:represents "Ӿ"^^xsd:string ;
    rdfs:comment "CYRILLIC CAPITAL LETTER HA WITH STROKE"@en .

<http://lexvo.org/id/char/04FF> a lvont:Character ;
    lvont:represents "ӿ"^^xsd:string ;
    rdfs:comment "CYRILLIC SMALL LETTER HA WITH STROKE"@en .

<http://lexvo.org/id/char/0500> a lvont:Character ;
    lvont:represents "Ԁ"^^xsd:string ;
    rdfs:comment "CYRILLIC CAPITAL LETTER KOMI DE"@en .

<http://lexvo.org/id/char/0501> a lvont:Character ;
    lvont:represents "ԁ"^^xsd:string ;
    rdfs:comment "CYRILLIC SMALL LETTER KOMI DE"@en .

<http://lexvo.org/id/char/0502> a lvont:Character ;
    lvont:represents "Ԃ"^^xsd:string ;
    rdfs:comment "CYRILLIC CAPITAL LETTER KOMI DJE"@en .

<http://lexvo.org/id/char/0503> a lvont:Character ;
    lvont:represents "ԃ"^^xsd:string ;
    rdfs:comment "CYRILLIC SMALL LETTER KOMI DJE"@en .

<http://lexvo.org/id/char/0504> a lvont:Character ;
    lvont:represents "Ԅ"^^xsd:string ;
    rdfs:comment "CYRILLIC CAPITAL LETTER KOMI ZJE"@en .

<http://lexvo.org/id/char/0505> a lvont:Character ;
    lvont:represents "ԅ"^^xsd:string ;
    rdfs:comment "CYRILLIC SMALL LETTER KOMI ZJE"@en .

<http://lexvo.org/id/char/0506> a lvont:Character ;
    lvont:represents "Ԇ"^^xsd:string ;
    rdfs:comment "CYRILLIC CAPITAL LETTER KOMI DZJE"@en .

<http://lexvo.org/id/char/0507> a lvont:Character ;
    lvont:represents "ԇ"^^xsd:string ;
    rdfs:comment "CYRILLIC SMALL LETTER KOMI DZJE"@en .

<http://lexvo.org/id/char/0508> a lvont:Character ;
    lvont:represents "Ԉ"^^xsd:string ;
    rdfs:comment "CYRILLIC CAPITAL LETTER KOMI LJE"@en .

<http://lexvo.org/id/char/0509> a lvont:Character ;
    lvont:represents "ԉ"^^xsd:string ;
    rdfs:comment "CYRILLIC SMALL LETTER KOMI LJE"@en .

<http://lexvo.org/id/char/050A> a lvont:Character ;
    lvont:represents "Ԋ"^^xsd:string ;
    rdfs:comment "CYRILLIC CAPITAL LETTER KOMI NJE"@en .

<http://lexvo.org/id/char/050B> a lvont:Character ;
    lvont:represents "ԋ"^^xsd:string ;
    rdfs:comment "CYRILLIC SMALL LETTER KOMI NJE"@en .

<http://lexvo.org/id/char/050C> a lvont:Character ;
    lvont:represents "Ԍ"^^xsd:string ;
    rdfs:comment "CYRILLIC CAPITAL LETTER KOMI SJE"@en .

<http://lexvo.org/id/char/050D> a lvont:Character ;
    lvont:represents "ԍ"^^xsd:string ;
    rdfs:comment "CYRILLIC SMALL LETTER KOMI SJE"@en .

<http://lexvo.org/id/char/050E> a lvont:Character ;
    lvont:represents "Ԏ"^^xsd:string ;
    rdfs:comment "CYRILLIC CAPITAL LETTER KOMI TJE"@en .

<http://lexvo.org/id/char/050F> a lvont:Character ;
    lvont:represents "ԏ"^^xsd:string ;
    rdfs:comment "CYRILLIC SMALL LETTER KOMI TJE"@en .

<http://lexvo.org/id/char/0510> a lvont:Character ;
    lvont:represents "Ԑ"^^xsd:string ;
    rdfs:comment "CYRILLIC CAPITAL LETTER REVERSED ZE"@en .

<http://lexvo.org/id/char/0511> a lvont:Character ;
    lvont:represents "ԑ"^^xsd:string ;
    rdfs:comment "CYRILLIC SMALL LETTER REVERSED ZE"@en .

<http://lexvo.org/id/char/0512> a lvont:Character ;
    lvont:represents "Ԓ"^^xsd:string ;
    rdfs:comment "CYRILLIC CAPITAL LETTER EL WITH HOOK"@en .

<http://lexvo.org/id/char/0513> a lvont:Character ;
    lvont:represents "ԓ"^^xsd:string ;
    rdfs:comment "CYRILLIC SMALL LETTER EL WITH HOOK"@en .

<http://lexvo.org/id/char/0514> a lvont:Character ;
    lvont:represents "Ԕ"^^xsd:string ;
    rdfs:comment "CYRILLIC CAPITAL LETTER LHA"@en .

<http://lexvo.org/id/char/0515> a lvont:Character ;
    lvont:represents "ԕ"^^xsd:string ;
    rdfs:comment "CYRILLIC SMALL LETTER LHA"@en .

<http://lexvo.org/id/char/0516> a lvont:Character ;
    lvont:represents "Ԗ"^^xsd:string ;
    rdfs:comment "CYRILLIC CAPITAL LETTER RHA"@en .

<http://lexvo.org/id/char/0517> a lvont:Character ;
    lvont:represents "ԗ"^^xsd:string ;
    rdfs:comment "CYRILLIC SMALL LETTER RHA"@en .

<http://lexvo.org/id/char/0518> a lvont:Character ;
    lvont:represents "Ԙ"^^xsd:string ;
    rdfs:comment "CYRILLIC CAPITAL LETTER YAE"@en .

<http://lexvo.org/id/char/0519> a lvont:Character ;
    lvont:represents "ԙ"^^xsd:string ;
    rdfs:comment "CYRILLIC SMALL LETTER YAE"@en .

<http://lexvo.org/id/char/051A> a lvont:Character ;
    lvont:represents "Ԛ"^^xsd:string ;
    rdfs:comment "CYRILLIC CAPITAL LETTER QA"@en .

<http://lexvo.org/id/char/051B> a lvont:Character ;
    lvont:represents "ԛ"^^xsd:string ;
    rdfs:comment "CYRILLIC SMALL LETTER QA"@en .

<http://lexvo.org/id/char/051C> a lvont:Character ;
    lvont:represents "Ԝ"^^xsd:string ;
    rdfs:comment "CYRILLIC CAPITAL LETTER WE"@en .

<http://lexvo.org/id/char/051D> a lvont:Character ;
    lvont:represents "ԝ"^^xsd:string ;
    rdfs:comment "CYRILLIC SMALL LETTER WE"@en .

<http://lexvo.org/id/char/051E> a lvont:Character ;
    lvont:represents "Ԟ"^^xsd:string ;
    rdfs:comment "CYRILLIC CAPITAL LETTER ALEUT KA"@en .

<http://lexvo.org/id/char/051F> a lvont:Character ;
    lvont:represents "ԟ"^^xsd:string ;
    rdfs:comment "CYRILLIC SMALL LETTER ALEUT KA"@en .

<http://lexvo.org/id/char/0520> a lvont:Character ;
    lvont:represents "Ԡ"^^xsd:string ;
    rdfs:comment "CYRILLIC CAPITAL LETTER EL WITH MIDDLE HOOK"@en .

<http://lexvo.org/id/char/0521> a lvont:Character ;
    lvont:represents "ԡ"^^xsd:string ;
    rdfs:comment "CYRILLIC SMALL LETTER EL WITH MIDDLE HOOK"@en .

<http://lexvo.org/id/char/0522> a lvont:Character ;
    lvont:represents "Ԣ"^^xsd:string ;
    rdfs:comment "CYRILLIC CAPITAL LETTER EN WITH MIDDLE HOOK"@en .

<http://lexvo.org/id/char/0523> a lvont:Character ;
    lvont:represents "ԣ"^^xsd:string ;
    rdfs:comment "CYRILLIC SMALL LETTER EN WITH MIDDLE HOOK"@en .

<http://lexvo.org/id/char/0524> a lvont:Character ;
    lvont:represents "Ԥ"^^xsd:string ;
    rdfs:comment "CYRILLIC CAPITAL LETTER PE WITH DESCENDER"@en .

<http://lexvo.org/id/char/0525> a lvont:Character ;
    lvont:represents "ԥ"^^xsd:string ;
    rdfs:comment "CYRILLIC SMALL LETTER PE WITH DESCENDER"@en .

<http://lexvo.org/id/char/0526> a lvont:Character ;
    lvont:represents "Ԧ"^^xsd:string ;
    rdfs:comment "CYRILLIC CAPITAL LETTER SHHA WITH DESCENDER"@en .

<http://lexvo.org/id/char/0527> a lvont:Character ;
    lvont:represents "ԧ"^^xsd:string ;
    rdfs:comment "CYRILLIC SMALL LETTER SHHA WITH DESCENDER"@en .

<http://lexvo.org/id/char/0531> a lvont:Character ;
    lvont:represents "Ա"^^xsd:string ;
    rdfs:comment "ARMENIAN CAPITAL LETTER AYB"@en .

<http://lexvo.org/id/char/0532> a lvont:Character ;
    lvont:represents "Բ"^^xsd:string ;
    rdfs:comment "ARMENIAN CAPITAL LETTER BEN"@en .

<http://lexvo.org/id/char/0533> a lvont:Character ;
    lvont:represents "Գ"^^xsd:string ;
    rdfs:comment "ARMENIAN CAPITAL LETTER GIM"@en .

<http://lexvo.org/id/char/0534> a lvont:Character ;
    lvont:represents "Դ"^^xsd:string ;
    rdfs:comment "ARMENIAN CAPITAL LETTER DA"@en .

<http://lexvo.org/id/char/0535> a lvont:Character ;
    lvont:represents "Ե"^^xsd:string ;
    rdfs:comment "ARMENIAN CAPITAL LETTER ECH"@en .

<http://lexvo.org/id/char/0536> a lvont:Character ;
    lvont:represents "Զ"^^xsd:string ;
    rdfs:comment "ARMENIAN CAPITAL LETTER ZA"@en .

<http://lexvo.org/id/char/0537> a lvont:Character ;
    lvont:represents "Է"^^xsd:string ;
    rdfs:comment "ARMENIAN CAPITAL LETTER EH"@en .

<http://lexvo.org/id/char/0538> a lvont:Character ;
    lvont:represents "Ը"^^xsd:string ;
    rdfs:comment "ARMENIAN CAPITAL LETTER ET"@en .

<http://lexvo.org/id/char/0539> a lvont:Character ;
    lvont:represents "Թ"^^xsd:string ;
    rdfs:comment "ARMENIAN CAPITAL LETTER TO"@en .

<http://lexvo.org/id/char/053A> a lvont:Character ;
    lvont:represents "Ժ"^^xsd:string ;
    rdfs:comment "ARMENIAN CAPITAL LETTER ZHE"@en .

<http://lexvo.org/id/char/053B> a lvont:Character ;
    lvont:represents "Ի"^^xsd:string ;
    rdfs:comment "ARMENIAN CAPITAL LETTER INI"@en .

<http://lexvo.org/id/char/053C> a lvont:Character ;
    lvont:represents "Լ"^^xsd:string ;
    rdfs:comment "ARMENIAN CAPITAL LETTER LIWN"@en .

<http://lexvo.org/id/char/053D> a lvont:Character ;
    lvont:represents "Խ"^^xsd:string ;
    rdfs:comment "ARMENIAN CAPITAL LETTER XEH"@en .

<http://lexvo.org/id/char/053E> a lvont:Character ;
    lvont:represents "Ծ"^^xsd:string ;
    rdfs:comment "ARMENIAN CAPITAL LETTER CA"@en .

<http://lexvo.org/id/char/053F> a lvont:Character ;
    lvont:represents "Կ"^^xsd:string ;
    rdfs:comment "ARMENIAN CAPITAL LETTER KEN"@en .

<http://lexvo.org/id/char/0540> a lvont:Character ;
    lvont:represents "Հ"^^xsd:string ;
    rdfs:comment "ARMENIAN CAPITAL LETTER HO"@en .

<http://lexvo.org/id/char/0541> a lvont:Character ;
    lvont:represents "Ձ"^^xsd:string ;
    rdfs:comment "ARMENIAN CAPITAL LETTER JA"@en .

<http://lexvo.org/id/char/0542> a lvont:Character ;
    lvont:represents "Ղ"^^xsd:string ;
    rdfs:comment "ARMENIAN CAPITAL LETTER GHAD"@en .

<http://lexvo.org/id/char/0543> a lvont:Character ;
    lvont:represents "Ճ"^^xsd:string ;
    rdfs:comment "ARMENIAN CAPITAL LETTER CHEH"@en .

<http://lexvo.org/id/char/0544> a lvont:Character ;
    lvont:represents "Մ"^^xsd:string ;
    rdfs:comment "ARMENIAN CAPITAL LETTER MEN"@en .

<http://lexvo.org/id/char/0545> a lvont:Character ;
    lvont:represents "Յ"^^xsd:string ;
    rdfs:comment "ARMENIAN CAPITAL LETTER YI"@en .

<http://lexvo.org/id/char/0546> a lvont:Character ;
    lvont:represents "Ն"^^xsd:string ;
    rdfs:comment "ARMENIAN CAPITAL LETTER NOW"@en .

<http://lexvo.org/id/char/0547> a lvont:Character ;
    lvont:represents "Շ"^^xsd:string ;
    rdfs:comment "ARMENIAN CAPITAL LETTER SHA"@en .

<http://lexvo.org/id/char/0548> a lvont:Character ;
    lvont:represents "Ո"^^xsd:string ;
    rdfs:comment "ARMENIAN CAPITAL LETTER VO"@en .

<http://lexvo.org/id/char/0549> a lvont:Character ;
    lvont:represents "Չ"^^xsd:string ;
    rdfs:comment "ARMENIAN CAPITAL LETTER CHA"@en .

<http://lexvo.org/id/char/054A> a lvont:Character ;
    lvont:represents "Պ"^^xsd:string ;
    rdfs:comment "ARMENIAN CAPITAL LETTER PEH"@en .

<http://lexvo.org/id/char/054B> a lvont:Character ;
    lvont:represents "Ջ"^^xsd:string ;
    rdfs:comment "ARMENIAN CAPITAL LETTER JHEH"@en .

<http://lexvo.org/id/char/054C> a lvont:Character ;
    lvont:represents "Ռ"^^xsd:string ;
    rdfs:comment "ARMENIAN CAPITAL LETTER RA"@en .

<http://lexvo.org/id/char/054D> a lvont:Character ;
    lvont:represents "Ս"^^xsd:string ;
    rdfs:comment "ARMENIAN CAPITAL LETTER SEH"@en .

<http://lexvo.org/id/char/054E> a lvont:Character ;
    lvont:represents "Վ"^^xsd:string ;
    rdfs:comment "ARMENIAN CAPITAL LETTER VEW"@en .

<http://lexvo.org/id/char/054F> a lvont:Character ;
    lvont:represents "Տ"^^xsd:string ;
    rdfs:comment "ARMENIAN CAPITAL LETTER TIWN"@en .

<http://lexvo.org/id/char/0550> a lvont:Character ;
    lvont:represents "Ր"^^xsd:string ;
    rdfs:comment "ARMENIAN CAPITAL LETTER REH"@en .

<http://lexvo.org/id/char/0551> a lvont:Character ;
    lvont:represents "Ց"^^xsd:string ;
    rdfs:comment "ARMENIAN CAPITAL LETTER CO"@en .

<http://lexvo.org/id/char/0552> a lvont:Character ;
    lvont:represents "Ւ"^^xsd:string ;
    rdfs:comment "ARMENIAN CAPITAL LETTER YIWN"@en .

<http://lexvo.org/id/char/0553> a lvont:Character ;
    lvont:represents "Փ"^^xsd:string ;
    rdfs:comment "ARMENIAN CAPITAL LETTER PIWR"@en .

<http://lexvo.org/id/char/0554> a lvont:Character ;
    lvont:represents "Ք"^^xsd:string ;
    rdfs:comment "ARMENIAN CAPITAL LETTER KEH"@en .

<http://lexvo.org/id/char/0555> a lvont:Character ;
    lvont:represents "Օ"^^xsd:string ;
    rdfs:comment "ARMENIAN CAPITAL LETTER OH"@en .

<http://lexvo.org/id/char/0556> a lvont:Character ;
    lvont:represents "Ֆ"^^xsd:string ;
    rdfs:comment "ARMENIAN CAPITAL LETTER FEH"@en .

<http://lexvo.org/id/char/0559> a lvont:Character ;
    lvont:represents "ՙ"^^xsd:string ;
    rdfs:comment "ARMENIAN MODIFIER LETTER LEFT HALF RING"@en .

<http://lexvo.org/id/char/055A> a lvont:Character ;
    lvont:represents "՚"^^xsd:string ;
    rdfs:comment "ARMENIAN APOSTROPHE"@en .

<http://lexvo.org/id/char/055B> a lvont:Character ;
    lvont:represents "՛"^^xsd:string ;
    rdfs:comment "ARMENIAN EMPHASIS MARK"@en .

<http://lexvo.org/id/char/055C> a lvont:Character ;
    lvont:represents "՜"^^xsd:string ;
    rdfs:comment "ARMENIAN EXCLAMATION MARK"@en .

<http://lexvo.org/id/char/055D> a lvont:Character ;
    lvont:represents "՝"^^xsd:string ;
    rdfs:comment "ARMENIAN COMMA"@en .

<http://lexvo.org/id/char/055E> a lvont:Character ;
    lvont:represents "՞"^^xsd:string ;
    rdfs:comment "ARMENIAN QUESTION MARK"@en .

<http://lexvo.org/id/char/055F> a lvont:Character ;
    lvont:represents "՟"^^xsd:string ;
    rdfs:comment "ARMENIAN ABBREVIATION MARK"@en .

<http://lexvo.org/id/char/0561> a lvont:Character ;
    lvont:represents "ա"^^xsd:string ;
    rdfs:comment "ARMENIAN SMALL LETTER AYB"@en .

<http://lexvo.org/id/char/0562> a lvont:Character ;
    lvont:represents "բ"^^xsd:string ;
    rdfs:comment "ARMENIAN SMALL LETTER BEN"@en .

<http://lexvo.org/id/char/0563> a lvont:Character ;
    lvont:represents "գ"^^xsd:string ;
    rdfs:comment "ARMENIAN SMALL LETTER GIM"@en .

<http://lexvo.org/id/char/0564> a lvont:Character ;
    lvont:represents "դ"^^xsd:string ;
    rdfs:comment "ARMENIAN SMALL LETTER DA"@en .

<http://lexvo.org/id/char/0565> a lvont:Character ;
    lvont:represents "ե"^^xsd:string ;
    rdfs:comment "ARMENIAN SMALL LETTER ECH"@en .

<http://lexvo.org/id/char/0566> a lvont:Character ;
    lvont:represents "զ"^^xsd:string ;
    rdfs:comment "ARMENIAN SMALL LETTER ZA"@en .

<http://lexvo.org/id/char/0567> a lvont:Character ;
    lvont:represents "է"^^xsd:string ;
    rdfs:comment "ARMENIAN SMALL LETTER EH"@en .

<http://lexvo.org/id/char/0568> a lvont:Character ;
    lvont:represents "ը"^^xsd:string ;
    rdfs:comment "ARMENIAN SMALL LETTER ET"@en .

<http://lexvo.org/id/char/0569> a lvont:Character ;
    lvont:represents "թ"^^xsd:string ;
    rdfs:comment "ARMENIAN SMALL LETTER TO"@en .

<http://lexvo.org/id/char/056A> a lvont:Character ;
    lvont:represents "ժ"^^xsd:string ;
    rdfs:comment "ARMENIAN SMALL LETTER ZHE"@en .

<http://lexvo.org/id/char/056B> a lvont:Character ;
    lvont:represents "ի"^^xsd:string ;
    rdfs:comment "ARMENIAN SMALL LETTER INI"@en .

<http://lexvo.org/id/char/056C> a lvont:Character ;
    lvont:represents "լ"^^xsd:string ;
    rdfs:comment "ARMENIAN SMALL LETTER LIWN"@en .

<http://lexvo.org/id/char/056D> a lvont:Character ;
    lvont:represents "խ"^^xsd:string ;
    rdfs:comment "ARMENIAN SMALL LETTER XEH"@en .

<http://lexvo.org/id/char/056E> a lvont:Character ;
    lvont:represents "ծ"^^xsd:string ;
    rdfs:comment "ARMENIAN SMALL LETTER CA"@en .

<http://lexvo.org/id/char/056F> a lvont:Character ;
    lvont:represents "կ"^^xsd:string ;
    rdfs:comment "ARMENIAN SMALL LETTER KEN"@en .

<http://lexvo.org/id/char/0570> a lvont:Character ;
    lvont:represents "հ"^^xsd:string ;
    rdfs:comment "ARMENIAN SMALL LETTER HO"@en .

<http://lexvo.org/id/char/0571> a lvont:Character ;
    lvont:represents "ձ"^^xsd:string ;
    rdfs:comment "ARMENIAN SMALL LETTER JA"@en .

<http://lexvo.org/id/char/0572> a lvont:Character ;
    lvont:represents "ղ"^^xsd:string ;
    rdfs:comment "ARMENIAN SMALL LETTER GHAD"@en .

<http://lexvo.org/id/char/0573> a lvont:Character ;
    lvont:represents "ճ"^^xsd:string ;
    rdfs:comment "ARMENIAN SMALL LETTER CHEH"@en .

<http://lexvo.org/id/char/0574> a lvont:Character ;
    lvont:represents "մ"^^xsd:string ;
    rdfs:comment "ARMENIAN SMALL LETTER MEN"@en .

<http://lexvo.org/id/char/0575> a lvont:Character ;
    lvont:represents "յ"^^xsd:string ;
    rdfs:comment "ARMENIAN SMALL LETTER YI"@en .

<http://lexvo.org/id/char/0576> a lvont:Character ;
    lvont:represents "ն"^^xsd:string ;
    rdfs:comment "ARMENIAN SMALL LETTER NOW"@en .

<http://lexvo.org/id/char/0577> a lvont:Character ;
    lvont:represents "շ"^^xsd:string ;
    rdfs:comment "ARMENIAN SMALL LETTER SHA"@en .

<http://lexvo.org/id/char/0578> a lvont:Character ;
    lvont:represents "ո"^^xsd:string ;
    rdfs:comment "ARMENIAN SMALL LETTER VO"@en .

<http://lexvo.org/id/char/0579> a lvont:Character ;
    lvont:represents "չ"^^xsd:string ;
    rdfs:comment "ARMENIAN SMALL LETTER CHA"@en .

<http://lexvo.org/id/char/057A> a lvont:Character ;
    lvont:represents "պ"^^xsd:string ;
    rdfs:comment "ARMENIAN SMALL LETTER PEH"@en .

<http://lexvo.org/id/char/057B> a lvont:Character ;
    lvont:represents "ջ"^^xsd:string ;
    rdfs:comment "ARMENIAN SMALL LETTER JHEH"@en .

<http://lexvo.org/id/char/057C> a lvont:Character ;
    lvont:represents "ռ"^^xsd:string ;
    rdfs:comment "ARMENIAN SMALL LETTER RA"@en .

<http://lexvo.org/id/char/057D> a lvont:Character ;
    lvont:represents "ս"^^xsd:string ;
    rdfs:comment "ARMENIAN SMALL LETTER SEH"@en .

<http://lexvo.org/id/char/057E> a lvont:Character ;
    lvont:represents "վ"^^xsd:string ;
    rdfs:comment "ARMENIAN SMALL LETTER VEW"@en .

<http://lexvo.org/id/char/057F> a lvont:Character ;
    lvont:represents "տ"^^xsd:string ;
    rdfs:comment "ARMENIAN SMALL LETTER TIWN"@en .

<http://lexvo.org/id/char/0580> a lvont:Character ;
    lvont:represents "ր"^^xsd:string ;
    rdfs:comment "ARMENIAN SMALL LETTER REH"@en .

<http://lexvo.org/id/char/0581> a lvont:Character ;
    lvont:represents "ց"^^xsd:string ;
    rdfs:comment "ARMENIAN SMALL LETTER CO"@en .

<http://lexvo.org/id/char/0582> a lvont:Character ;
    lvont:represents "ւ"^^xsd:string ;
    rdfs:comment "ARMENIAN SMALL LETTER YIWN"@en .

<http://lexvo.org/id/char/0583> a lvont:Character ;
    lvont:represents "փ"^^xsd:string ;
    rdfs:comment "ARMENIAN SMALL LETTER PIWR"@en .

<http://lexvo.org/id/char/0584> a lvont:Character ;
    lvont:represents "ք"^^xsd:string ;
    rdfs:comment "ARMENIAN SMALL LETTER KEH"@en .

<http://lexvo.org/id/char/0585> a lvont:Character ;
    lvont:represents "օ"^^xsd:string ;
    rdfs:comment "ARMENIAN SMALL LETTER OH"@en .

<http://lexvo.org/id/char/0586> a lvont:Character ;
    lvont:represents "ֆ"^^xsd:string ;
    rdfs:comment "ARMENIAN SMALL LETTER FEH"@en .

<http://lexvo.org/id/char/0587> a lvont:Character ;
    lvont:represents "և"^^xsd:string ;
    rdfs:comment "ARMENIAN SMALL LIGATURE ECH YIWN"@en .

<http://lexvo.org/id/char/0589> a lvont:Character ;
    lvont:represents "։"^^xsd:string ;
    rdfs:comment "ARMENIAN FULL STOP"@en .

<http://lexvo.org/id/char/058A> a lvont:Character ;
    lvont:represents "֊"^^xsd:string ;
    rdfs:comment "ARMENIAN HYPHEN"@en .

<http://lexvo.org/id/char/058F> a lvont:Character ;
    lvont:represents "֏"^^xsd:string ;
    rdfs:comment "ARMENIAN DRAM SIGN"@en .

<http://lexvo.org/id/char/0591> a lvont:Character ;
    lvont:represents "֑"^^xsd:string ;
    rdfs:comment "HEBREW ACCENT ETNAHTA"@en .

<http://lexvo.org/id/char/0592> a lvont:Character ;
    lvont:represents "֒"^^xsd:string ;
    rdfs:comment "HEBREW ACCENT SEGOL"@en .

<http://lexvo.org/id/char/0593> a lvont:Character ;
    lvont:represents "֓"^^xsd:string ;
    rdfs:comment "HEBREW ACCENT SHALSHELET"@en .

<http://lexvo.org/id/char/0594> a lvont:Character ;
    lvont:represents "֔"^^xsd:string ;
    rdfs:comment "HEBREW ACCENT ZAQEF QATAN"@en .

<http://lexvo.org/id/char/0595> a lvont:Character ;
    lvont:represents "֕"^^xsd:string ;
    rdfs:comment "HEBREW ACCENT ZAQEF GADOL"@en .

<http://lexvo.org/id/char/0596> a lvont:Character ;
    lvont:represents "֖"^^xsd:string ;
    rdfs:comment "HEBREW ACCENT TIPEHA"@en .

<http://lexvo.org/id/char/0597> a lvont:Character ;
    lvont:represents "֗"^^xsd:string ;
    rdfs:comment "HEBREW ACCENT REVIA"@en .

<http://lexvo.org/id/char/0598> a lvont:Character ;
    lvont:represents "֘"^^xsd:string ;
    rdfs:comment "HEBREW ACCENT ZARQA"@en .

<http://lexvo.org/id/char/0599> a lvont:Character ;
    lvont:represents "֙"^^xsd:string ;
    rdfs:comment "HEBREW ACCENT PASHTA"@en .

<http://lexvo.org/id/char/059A> a lvont:Character ;
    lvont:represents "֚"^^xsd:string ;
    rdfs:comment "HEBREW ACCENT YETIV"@en .

<http://lexvo.org/id/char/059B> a lvont:Character ;
    lvont:represents "֛"^^xsd:string ;
    rdfs:comment "HEBREW ACCENT TEVIR"@en .

<http://lexvo.org/id/char/059C> a lvont:Character ;
    lvont:represents "֜"^^xsd:string ;
    rdfs:comment "HEBREW ACCENT GERESH"@en .

<http://lexvo.org/id/char/059D> a lvont:Character ;
    lvont:represents "֝"^^xsd:string ;
    rdfs:comment "HEBREW ACCENT GERESH MUQDAM"@en .

<http://lexvo.org/id/char/059E> a lvont:Character ;
    lvont:represents "֞"^^xsd:string ;
    rdfs:comment "HEBREW ACCENT GERSHAYIM"@en .

<http://lexvo.org/id/char/059F> a lvont:Character ;
    lvont:represents "֟"^^xsd:string ;
    rdfs:comment "HEBREW ACCENT QARNEY PARA"@en .

<http://lexvo.org/id/char/05A0> a lvont:Character ;
    lvont:represents "֠"^^xsd:string ;
    rdfs:comment "HEBREW ACCENT TELISHA GEDOLA"@en .

<http://lexvo.org/id/char/05A1> a lvont:Character ;
    lvont:represents "֡"^^xsd:string ;
    rdfs:comment "HEBREW ACCENT PAZER"@en .

<http://lexvo.org/id/char/05A2> a lvont:Character ;
    lvont:represents "֢"^^xsd:string ;
    rdfs:comment "HEBREW ACCENT ATNAH HAFUKH"@en .

<http://lexvo.org/id/char/05A3> a lvont:Character ;
    lvont:represents "֣"^^xsd:string ;
    rdfs:comment "HEBREW ACCENT MUNAH"@en .

<http://lexvo.org/id/char/05A4> a lvont:Character ;
    lvont:represents "֤"^^xsd:string ;
    rdfs:comment "HEBREW ACCENT MAHAPAKH"@en .

<http://lexvo.org/id/char/05A5> a lvont:Character ;
    lvont:represents "֥"^^xsd:string ;
    rdfs:comment "HEBREW ACCENT MERKHA"@en .

<http://lexvo.org/id/char/05A6> a lvont:Character ;
    lvont:represents "֦"^^xsd:string ;
    rdfs:comment "HEBREW ACCENT MERKHA KEFULA"@en .

<http://lexvo.org/id/char/05A7> a lvont:Character ;
    lvont:represents "֧"^^xsd:string ;
    rdfs:comment "HEBREW ACCENT DARGA"@en .

<http://lexvo.org/id/char/05A8> a lvont:Character ;
    lvont:represents "֨"^^xsd:string ;
    rdfs:comment "HEBREW ACCENT QADMA"@en .

<http://lexvo.org/id/char/05A9> a lvont:Character ;
    lvont:represents "֩"^^xsd:string ;
    rdfs:comment "HEBREW ACCENT TELISHA QETANA"@en .

<http://lexvo.org/id/char/05AA> a lvont:Character ;
    lvont:represents "֪"^^xsd:string ;
    rdfs:comment "HEBREW ACCENT YERAH BEN YOMO"@en .

<http://lexvo.org/id/char/05AB> a lvont:Character ;
    lvont:represents "֫"^^xsd:string ;
    rdfs:comment "HEBREW ACCENT OLE"@en .

<http://lexvo.org/id/char/05AC> a lvont:Character ;
    lvont:represents "֬"^^xsd:string ;
    rdfs:comment "HEBREW ACCENT ILUY"@en .

<http://lexvo.org/id/char/05AD> a lvont:Character ;
    lvont:represents "֭"^^xsd:string ;
    rdfs:comment "HEBREW ACCENT DEHI"@en .

<http://lexvo.org/id/char/05AE> a lvont:Character ;
    lvont:represents "֮"^^xsd:string ;
    rdfs:comment "HEBREW ACCENT ZINOR"@en .

<http://lexvo.org/id/char/05AF> a lvont:Character ;
    lvont:represents "֯"^^xsd:string ;
    rdfs:comment "HEBREW MARK MASORA CIRCLE"@en .

<http://lexvo.org/id/char/05B0> a lvont:Character ;
    lvont:represents "ְ"^^xsd:string ;
    rdfs:comment "HEBREW POINT SHEVA"@en .

<http://lexvo.org/id/char/05B1> a lvont:Character ;
    lvont:represents "ֱ"^^xsd:string ;
    rdfs:comment "HEBREW POINT HATAF SEGOL"@en .

<http://lexvo.org/id/char/05B2> a lvont:Character ;
    lvont:represents "ֲ"^^xsd:string ;
    rdfs:comment "HEBREW POINT HATAF PATAH"@en .

<http://lexvo.org/id/char/05B3> a lvont:Character ;
    lvont:represents "ֳ"^^xsd:string ;
    rdfs:comment "HEBREW POINT HATAF QAMATS"@en .

<http://lexvo.org/id/char/05B4> a lvont:Character ;
    lvont:represents "ִ"^^xsd:string ;
    rdfs:comment "HEBREW POINT HIRIQ"@en .

<http://lexvo.org/id/char/05B5> a lvont:Character ;
    lvont:represents "ֵ"^^xsd:string ;
    rdfs:comment "HEBREW POINT TSERE"@en .

<http://lexvo.org/id/char/05B6> a lvont:Character ;
    lvont:represents "ֶ"^^xsd:string ;
    rdfs:comment "HEBREW POINT SEGOL"@en .

<http://lexvo.org/id/char/05B7> a lvont:Character ;
    lvont:represents "ַ"^^xsd:string ;
    rdfs:comment "HEBREW POINT PATAH"@en .

<http://lexvo.org/id/char/05B8> a lvont:Character ;
    lvont:represents "ָ"^^xsd:string ;
    rdfs:comment "HEBREW POINT QAMATS"@en .

<http://lexvo.org/id/char/05B9> a lvont:Character ;
    lvont:represents "ֹ"^^xsd:string ;
    rdfs:comment "HEBREW POINT HOLAM"@en .

<http://lexvo.org/id/char/05BA> a lvont:Character ;
    lvont:represents "ֺ"^^xsd:string ;
    rdfs:comment "HEBREW POINT HOLAM HASER FOR VAV"@en .

<http://lexvo.org/id/char/05BB> a lvont:Character ;
    lvont:represents "ֻ"^^xsd:string ;
    rdfs:comment "HEBREW POINT QUBUTS"@en .

<http://lexvo.org/id/char/05BC> a lvont:Character ;
    lvont:represents "ּ"^^xsd:string ;
    rdfs:comment "HEBREW POINT DAGESH OR MAPIQ"@en .

<http://lexvo.org/id/char/05BD> a lvont:Character ;
    lvont:represents "ֽ"^^xsd:string ;
    rdfs:comment "HEBREW POINT METEG"@en .

<http://lexvo.org/id/char/05BE> a lvont:Character ;
    lvont:represents "־"^^xsd:string ;
    rdfs:comment "HEBREW PUNCTUATION MAQAF"@en .

<http://lexvo.org/id/char/05BF> a lvont:Character ;
    lvont:represents "ֿ"^^xsd:string ;
    rdfs:comment "HEBREW POINT RAFE"@en .

<http://lexvo.org/id/char/05C0> a lvont:Character ;
    lvont:represents "׀"^^xsd:string ;
    rdfs:comment "HEBREW PUNCTUATION PASEQ"@en .

<http://lexvo.org/id/char/05C1> a lvont:Character ;
    lvont:represents "ׁ"^^xsd:string ;
    rdfs:comment "HEBREW POINT SHIN DOT"@en .

<http://lexvo.org/id/char/05C2> a lvont:Character ;
    lvont:represents "ׂ"^^xsd:string ;
    rdfs:comment "HEBREW POINT SIN DOT"@en .

<http://lexvo.org/id/char/05C3> a lvont:Character ;
    lvont:represents "׃"^^xsd:string ;
    rdfs:comment "HEBREW PUNCTUATION SOF PASUQ"@en .

<http://lexvo.org/id/char/05C4> a lvont:Character ;
    lvont:represents "ׄ"^^xsd:string ;
    rdfs:comment "HEBREW MARK UPPER DOT"@en .

<http://lexvo.org/id/char/05C5> a lvont:Character ;
    lvont:represents "ׅ"^^xsd:string ;
    rdfs:comment "HEBREW MARK LOWER DOT"@en .

<http://lexvo.org/id/char/05C6> a lvont:Character ;
    lvont:represents "׆"^^xsd:string ;
    rdfs:comment "HEBREW PUNCTUATION NUN HAFUKHA"@en .

<http://lexvo.org/id/char/05C7> a lvont:Character ;
    lvont:represents "ׇ"^^xsd:string ;
    rdfs:comment "HEBREW POINT QAMATS QATAN"@en .

<http://lexvo.org/id/char/05D0> a lvont:Character ;
    lvont:represents "א"^^xsd:string ;
    rdfs:comment "HEBREW LETTER ALEF"@en .

<http://lexvo.org/id/char/05D1> a lvont:Character ;
    lvont:represents "ב"^^xsd:string ;
    rdfs:comment "HEBREW LETTER BET"@en .

<http://lexvo.org/id/char/05D2> a lvont:Character ;
    lvont:represents "ג"^^xsd:string ;
    rdfs:comment "HEBREW LETTER GIMEL"@en .

<http://lexvo.org/id/char/05D3> a lvont:Character ;
    lvont:represents "ד"^^xsd:string ;
    rdfs:comment "HEBREW LETTER DALET"@en .

<http://lexvo.org/id/char/05D4> a lvont:Character ;
    lvont:represents "ה"^^xsd:string ;
    rdfs:comment "HEBREW LETTER HE"@en .

<http://lexvo.org/id/char/05D5> a lvont:Character ;
    lvont:represents "ו"^^xsd:string ;
    rdfs:comment "HEBREW LETTER VAV"@en .

<http://lexvo.org/id/char/05D6> a lvont:Character ;
    lvont:represents "ז"^^xsd:string ;
    rdfs:comment "HEBREW LETTER ZAYIN"@en .

<http://lexvo.org/id/char/05D7> a lvont:Character ;
    lvont:represents "ח"^^xsd:string ;
    rdfs:comment "HEBREW LETTER HET"@en .

<http://lexvo.org/id/char/05D8> a lvont:Character ;
    lvont:represents "ט"^^xsd:string ;
    rdfs:comment "HEBREW LETTER TET"@en .

<http://lexvo.org/id/char/05D9> a lvont:Character ;
    lvont:represents "י"^^xsd:string ;
    rdfs:comment "HEBREW LETTER YOD"@en .

<http://lexvo.org/id/char/05DA> a lvont:Character ;
    lvont:represents "ך"^^xsd:string ;
    rdfs:comment "HEBREW LETTER FINAL KAF"@en .

<http://lexvo.org/id/char/05DB> a lvont:Character ;
    lvont:represents "כ"^^xsd:string ;
    rdfs:comment "HEBREW LETTER KAF"@en .

<http://lexvo.org/id/char/05DC> a lvont:Character ;
    lvont:represents "ל"^^xsd:string ;
    rdfs:comment "HEBREW LETTER LAMED"@en .

<http://lexvo.org/id/char/05DD> a lvont:Character ;
    lvont:represents "ם"^^xsd:string ;
    rdfs:comment "HEBREW LETTER FINAL MEM"@en .

<http://lexvo.org/id/char/05DE> a lvont:Character ;
    lvont:represents "מ"^^xsd:string ;
    rdfs:comment "HEBREW LETTER MEM"@en .

<http://lexvo.org/id/char/05DF> a lvont:Character ;
    lvont:represents "ן"^^xsd:string ;
    rdfs:comment "HEBREW LETTER FINAL NUN"@en .

<http://lexvo.org/id/char/05E0> a lvont:Character ;
    lvont:represents "נ"^^xsd:string ;
    rdfs:comment "HEBREW LETTER NUN"@en .

<http://lexvo.org/id/char/05E1> a lvont:Character ;
    lvont:represents "ס"^^xsd:string ;
    rdfs:comment "HEBREW LETTER SAMEKH"@en .

<http://lexvo.org/id/char/05E2> a lvont:Character ;
    lvont:represents "ע"^^xsd:string ;
    rdfs:comment "HEBREW LETTER AYIN"@en .

<http://lexvo.org/id/char/05E3> a lvont:Character ;
    lvont:represents "ף"^^xsd:string ;
    rdfs:comment "HEBREW LETTER FINAL PE"@en .

<http://lexvo.org/id/char/05E4> a lvont:Character ;
    lvont:represents "פ"^^xsd:string ;
    rdfs:comment "HEBREW LETTER PE"@en .

<http://lexvo.org/id/char/05E5> a lvont:Character ;
    lvont:represents "ץ"^^xsd:string ;
    rdfs:comment "HEBREW LETTER FINAL TSADI"@en .

<http://lexvo.org/id/char/05E6> a lvont:Character ;
    lvont:represents "צ"^^xsd:string ;
    rdfs:comment "HEBREW LETTER TSADI"@en .

<http://lexvo.org/id/char/05E7> a lvont:Character ;
    lvont:represents "ק"^^xsd:string ;
    rdfs:comment "HEBREW LETTER QOF"@en .

<http://lexvo.org/id/char/05E8> a lvont:Character ;
    lvont:represents "ר"^^xsd:string ;
    rdfs:comment "HEBREW LETTER RESH"@en .

<http://lexvo.org/id/char/05E9> a lvont:Character ;
    lvont:represents "ש"^^xsd:string ;
    rdfs:comment "HEBREW LETTER SHIN"@en .

<http://lexvo.org/id/char/05EA> a lvont:Character ;
    lvont:represents "ת"^^xsd:string ;
    rdfs:comment "HEBREW LETTER TAV"@en .

<http://lexvo.org/id/char/05F0> a lvont:Character ;
    lvont:represents "װ"^^xsd:string ;
    rdfs:comment "HEBREW LIGATURE YIDDISH DOUBLE VAV"@en .

<http://lexvo.org/id/char/05F1> a lvont:Character ;
    lvont:represents "ױ"^^xsd:string ;
    rdfs:comment "HEBREW LIGATURE YIDDISH VAV YOD"@en .

<http://lexvo.org/id/char/05F2> a lvont:Character ;
    lvont:represents "ײ"^^xsd:string ;
    rdfs:comment "HEBREW LIGATURE YIDDISH DOUBLE YOD"@en .

<http://lexvo.org/id/char/05F3> a lvont:Character ;
    lvont:represents "׳"^^xsd:string ;
    rdfs:comment "HEBREW PUNCTUATION GERESH"@en .

<http://lexvo.org/id/char/05F4> a lvont:Character ;
    lvont:represents "״"^^xsd:string ;
    rdfs:comment "HEBREW PUNCTUATION GERSHAYIM"@en .

<http://lexvo.org/id/char/0600> a lvont:Character ;
    lvont:represents "؀"^^xsd:string ;
    rdfs:comment "ARABIC NUMBER SIGN"@en .

<http://lexvo.org/id/char/0601> a lvont:Character ;
    lvont:represents "؁"^^xsd:string ;
    rdfs:comment "ARABIC SIGN SANAH"@en .

<http://lexvo.org/id/char/0602> a lvont:Character ;
    lvont:represents "؂"^^xsd:string ;
    rdfs:comment "ARABIC FOOTNOTE MARKER"@en .

<http://lexvo.org/id/char/0603> a lvont:Character ;
    lvont:represents "؃"^^xsd:string ;
    rdfs:comment "ARABIC SIGN SAFHA"@en .

<http://lexvo.org/id/char/0604> a lvont:Character ;
    lvont:represents "؄"^^xsd:string ;
    rdfs:comment "ARABIC SIGN SAMVAT"@en .

<http://lexvo.org/id/char/0606> a lvont:Character ;
    lvont:represents "؆"^^xsd:string ;
    rdfs:comment "ARABIC-INDIC CUBE ROOT"@en .

<http://lexvo.org/id/char/0607> a lvont:Character ;
    lvont:represents "؇"^^xsd:string ;
    rdfs:comment "ARABIC-INDIC FOURTH ROOT"@en .

<http://lexvo.org/id/char/0608> a lvont:Character ;
    lvont:represents "؈"^^xsd:string ;
    rdfs:comment "ARABIC RAY"@en .

<http://lexvo.org/id/char/0609> a lvont:Character ;
    lvont:represents "؉"^^xsd:string ;
    rdfs:comment "ARABIC-INDIC PER MILLE SIGN"@en .

<http://lexvo.org/id/char/060A> a lvont:Character ;
    lvont:represents "؊"^^xsd:string ;
    rdfs:comment "ARABIC-INDIC PER TEN THOUSAND SIGN"@en .

<http://lexvo.org/id/char/060B> a lvont:Character ;
    lvont:represents "؋"^^xsd:string ;
    rdfs:comment "AFGHANI SIGN"@en .

<http://lexvo.org/id/char/060C> a lvont:Character ;
    lvont:represents "،"^^xsd:string ;
    rdfs:comment "ARABIC COMMA"@en .

<http://lexvo.org/id/char/060D> a lvont:Character ;
    lvont:represents "؍"^^xsd:string ;
    rdfs:comment "ARABIC DATE SEPARATOR"@en .

<http://lexvo.org/id/char/060E> a lvont:Character ;
    lvont:represents "؎"^^xsd:string ;
    rdfs:comment "ARABIC POETIC VERSE SIGN"@en .

<http://lexvo.org/id/char/060F> a lvont:Character ;
    lvont:represents "؏"^^xsd:string ;
    rdfs:comment "ARABIC SIGN MISRA"@en .

<http://lexvo.org/id/char/0610> a lvont:Character ;
    lvont:represents "ؐ"^^xsd:string ;
    rdfs:comment "ARABIC SIGN SALLALLAHOU ALAYHE WASSALLAM"@en .

<http://lexvo.org/id/char/0611> a lvont:Character ;
    lvont:represents "ؑ"^^xsd:string ;
    rdfs:comment "ARABIC SIGN ALAYHE ASSALLAM"@en .

<http://lexvo.org/id/char/0612> a lvont:Character ;
    lvont:represents "ؒ"^^xsd:string ;
    rdfs:comment "ARABIC SIGN RAHMATULLAH ALAYHE"@en .

<http://lexvo.org/id/char/0613> a lvont:Character ;
    lvont:represents "ؓ"^^xsd:string ;
    rdfs:comment "ARABIC SIGN RADI ALLAHOU ANHU"@en .

<http://lexvo.org/id/char/0614> a lvont:Character ;
    lvont:represents "ؔ"^^xsd:string ;
    rdfs:comment "ARABIC SIGN TAKHALLUS"@en .

<http://lexvo.org/id/char/0615> a lvont:Character ;
    lvont:represents "ؕ"^^xsd:string ;
    rdfs:comment "ARABIC SMALL HIGH TAH"@en .

<http://lexvo.org/id/char/0616> a lvont:Character ;
    lvont:represents "ؖ"^^xsd:string ;
    rdfs:comment "ARABIC SMALL HIGH LIGATURE ALEF WITH LAM WITH YEH"@en .

<http://lexvo.org/id/char/0617> a lvont:Character ;
    lvont:represents "ؗ"^^xsd:string ;
    rdfs:comment "ARABIC SMALL HIGH ZAIN"@en .

<http://lexvo.org/id/char/0618> a lvont:Character ;
    lvont:represents "ؘ"^^xsd:string ;
    rdfs:comment "ARABIC SMALL FATHA"@en .

<http://lexvo.org/id/char/0619> a lvont:Character ;
    lvont:represents "ؙ"^^xsd:string ;
    rdfs:comment "ARABIC SMALL DAMMA"@en .

<http://lexvo.org/id/char/061A> a lvont:Character ;
    lvont:represents "ؚ"^^xsd:string ;
    rdfs:comment "ARABIC SMALL KASRA"@en .

<http://lexvo.org/id/char/061B> a lvont:Character ;
    lvont:represents "؛"^^xsd:string ;
    rdfs:comment "ARABIC SEMICOLON"@en .

<http://lexvo.org/id/char/061E> a lvont:Character ;
    lvont:represents "؞"^^xsd:string ;
    rdfs:comment "ARABIC TRIPLE DOT PUNCTUATION MARK"@en .

<http://lexvo.org/id/char/061F> a lvont:Character ;
    lvont:represents "؟"^^xsd:string ;
    rdfs:comment "ARABIC QUESTION MARK"@en .

<http://lexvo.org/id/char/0620> a lvont:Character ;
    lvont:represents "ؠ"^^xsd:string ;
    rdfs:comment "ARABIC LETTER KASHMIRI YEH"@en .

<http://lexvo.org/id/char/0621> a lvont:Character ;
    lvont:represents "ء"^^xsd:string ;
    rdfs:comment "ARABIC LETTER HAMZA"@en .

<http://lexvo.org/id/char/0622> a lvont:Character ;
    lvont:represents "آ"^^xsd:string ;
    rdfs:comment "ARABIC LETTER ALEF WITH MADDA ABOVE"@en .

<http://lexvo.org/id/char/0623> a lvont:Character ;
    lvont:represents "أ"^^xsd:string ;
    rdfs:comment "ARABIC LETTER ALEF WITH HAMZA ABOVE"@en .

<http://lexvo.org/id/char/0624> a lvont:Character ;
    lvont:represents "ؤ"^^xsd:string ;
    rdfs:comment "ARABIC LETTER WAW WITH HAMZA ABOVE"@en .

<http://lexvo.org/id/char/0625> a lvont:Character ;
    lvont:represents "إ"^^xsd:string ;
    rdfs:comment "ARABIC LETTER ALEF WITH HAMZA BELOW"@en .

<http://lexvo.org/id/char/0626> a lvont:Character ;
    lvont:represents "ئ"^^xsd:string ;
    rdfs:comment "ARABIC LETTER YEH WITH HAMZA ABOVE"@en .

<http://lexvo.org/id/char/0627> a lvont:Character ;
    lvont:represents "ا"^^xsd:string ;
    rdfs:comment "ARABIC LETTER ALEF"@en .

<http://lexvo.org/id/char/0628> a lvont:Character ;
    lvont:represents "ب"^^xsd:string ;
    rdfs:comment "ARABIC LETTER BEH"@en .

<http://lexvo.org/id/char/0629> a lvont:Character ;
    lvont:represents "ة"^^xsd:string ;
    rdfs:comment "ARABIC LETTER TEH MARBUTA"@en .

<http://lexvo.org/id/char/062A> a lvont:Character ;
    lvont:represents "ت"^^xsd:string ;
    rdfs:comment "ARABIC LETTER TEH"@en .

<http://lexvo.org/id/char/062B> a lvont:Character ;
    lvont:represents "ث"^^xsd:string ;
    rdfs:comment "ARABIC LETTER THEH"@en .

<http://lexvo.org/id/char/062C> a lvont:Character ;
    lvont:represents "ج"^^xsd:string ;
    rdfs:comment "ARABIC LETTER JEEM"@en .

<http://lexvo.org/id/char/062D> a lvont:Character ;
    lvont:represents "ح"^^xsd:string ;
    rdfs:comment "ARABIC LETTER HAH"@en .

<http://lexvo.org/id/char/062E> a lvont:Character ;
    lvont:represents "خ"^^xsd:string ;
    rdfs:comment "ARABIC LETTER KHAH"@en .

<http://lexvo.org/id/char/062F> a lvont:Character ;
    lvont:represents "د"^^xsd:string ;
    rdfs:comment "ARABIC LETTER DAL"@en .

<http://lexvo.org/id/char/0630> a lvont:Character ;
    lvont:represents "ذ"^^xsd:string ;
    rdfs:comment "ARABIC LETTER THAL"@en .

<http://lexvo.org/id/char/0631> a lvont:Character ;
    lvont:represents "ر"^^xsd:string ;
    rdfs:comment "ARABIC LETTER REH"@en .

<http://lexvo.org/id/char/0632> a lvont:Character ;
    lvont:represents "ز"^^xsd:string ;
    rdfs:comment "ARABIC LETTER ZAIN"@en .

<http://lexvo.org/id/char/0633> a lvont:Character ;
    lvont:represents "س"^^xsd:string ;
    rdfs:comment "ARABIC LETTER SEEN"@en .

<http://lexvo.org/id/char/0634> a lvont:Character ;
    lvont:represents "ش"^^xsd:string ;
    rdfs:comment "ARABIC LETTER SHEEN"@en .

<http://lexvo.org/id/char/0635> a lvont:Character ;
    lvont:represents "ص"^^xsd:string ;
    rdfs:comment "ARABIC LETTER SAD"@en .

<http://lexvo.org/id/char/0636> a lvont:Character ;
    lvont:represents "ض"^^xsd:string ;
    rdfs:comment "ARABIC LETTER DAD"@en .

<http://lexvo.org/id/char/0637> a lvont:Character ;
    lvont:represents "ط"^^xsd:string ;
    rdfs:comment "ARABIC LETTER TAH"@en .

<http://lexvo.org/id/char/0638> a lvont:Character ;
    lvont:represents "ظ"^^xsd:string ;
    rdfs:comment "ARABIC LETTER ZAH"@en .

<http://lexvo.org/id/char/0639> a lvont:Character ;
    lvont:represents "ع"^^xsd:string ;
    rdfs:comment "ARABIC LETTER AIN"@en .

<http://lexvo.org/id/char/063A> a lvont:Character ;
    lvont:represents "غ"^^xsd:string ;
    rdfs:comment "ARABIC LETTER GHAIN"@en .

<http://lexvo.org/id/char/063B> a lvont:Character ;
    lvont:represents "ػ"^^xsd:string ;
    rdfs:comment "ARABIC LETTER KEHEH WITH TWO DOTS ABOVE"@en .

<http://lexvo.org/id/char/063C> a lvont:Character ;
    lvont:represents "ؼ"^^xsd:string ;
    rdfs:comment "ARABIC LETTER KEHEH WITH THREE DOTS BELOW"@en .

<http://lexvo.org/id/char/063D> a lvont:Character ;
    lvont:represents "ؽ"^^xsd:string ;
    rdfs:comment "ARABIC LETTER FARSI YEH WITH INVERTED V"@en .

<http://lexvo.org/id/char/063E> a lvont:Character ;
    lvont:represents "ؾ"^^xsd:string ;
    rdfs:comment "ARABIC LETTER FARSI YEH WITH TWO DOTS ABOVE"@en .

<http://lexvo.org/id/char/063F> a lvont:Character ;
    lvont:represents "ؿ"^^xsd:string ;
    rdfs:comment "ARABIC LETTER FARSI YEH WITH THREE DOTS ABOVE"@en .

<http://lexvo.org/id/char/0640> a lvont:Character ;
    lvont:represents "ـ"^^xsd:string ;
    rdfs:comment "ARABIC TATWEEL"@en .

<http://lexvo.org/id/char/0641> a lvont:Character ;
    lvont:represents "ف"^^xsd:string ;
    rdfs:comment "ARABIC LETTER FEH"@en .

<http://lexvo.org/id/char/0642> a lvont:Character ;
    lvont:represents "ق"^^xsd:string ;
    rdfs:comment "ARABIC LETTER QAF"@en .

<http://lexvo.org/id/char/0643> a lvont:Character ;
    lvont:represents "ك"^^xsd:string ;
    rdfs:comment "ARABIC LETTER KAF"@en .

<http://lexvo.org/id/char/0644> a lvont:Character ;
    lvont:represents "ل"^^xsd:string ;
    rdfs:comment "ARABIC LETTER LAM"@en .

<http://lexvo.org/id/char/0645> a lvont:Character ;
    lvont:represents "م"^^xsd:string ;
    rdfs:comment "ARABIC LETTER MEEM"@en .

<http://lexvo.org/id/char/0646> a lvont:Character ;
    lvont:represents "ن"^^xsd:string ;
    rdfs:comment "ARABIC LETTER NOON"@en .

<http://lexvo.org/id/char/0647> a lvont:Character ;
    lvont:represents "ه"^^xsd:string ;
    rdfs:comment "ARABIC LETTER HEH"@en .

<http://lexvo.org/id/char/0648> a lvont:Character ;
    lvont:represents "و"^^xsd:string ;
    rdfs:comment "ARABIC LETTER WAW"@en .

<http://lexvo.org/id/char/0649> a lvont:Character ;
    lvont:represents "ى"^^xsd:string ;
    rdfs:comment "ARABIC LETTER ALEF MAKSURA"@en .

<http://lexvo.org/id/char/064A> a lvont:Character ;
    lvont:represents "ي"^^xsd:string ;
    rdfs:comment "ARABIC LETTER YEH"@en .

<http://lexvo.org/id/char/064B> a lvont:Character ;
    lvont:represents "ً"^^xsd:string ;
    rdfs:comment "ARABIC FATHATAN"@en .

<http://lexvo.org/id/char/064C> a lvont:Character ;
    lvont:represents "ٌ"^^xsd:string ;
    rdfs:comment "ARABIC DAMMATAN"@en .

<http://lexvo.org/id/char/064D> a lvont:Character ;
    lvont:represents "ٍ"^^xsd:string ;
    rdfs:comment "ARABIC KASRATAN"@en .

<http://lexvo.org/id/char/064E> a lvont:Character ;
    lvont:represents "َ"^^xsd:string ;
    rdfs:comment "ARABIC FATHA"@en .

<http://lexvo.org/id/char/064F> a lvont:Character ;
    lvont:represents "ُ"^^xsd:string ;
    rdfs:comment "ARABIC DAMMA"@en .

<http://lexvo.org/id/char/0650> a lvont:Character ;
    lvont:represents "ِ"^^xsd:string ;
    rdfs:comment "ARABIC KASRA"@en .

<http://lexvo.org/id/char/0651> a lvont:Character ;
    lvont:represents "ّ"^^xsd:string ;
    rdfs:comment "ARABIC SHADDA"@en .

<http://lexvo.org/id/char/0652> a lvont:Character ;
    lvont:represents "ْ"^^xsd:string ;
    rdfs:comment "ARABIC SUKUN"@en .

<http://lexvo.org/id/char/0653> a lvont:Character ;
    lvont:represents "ٓ"^^xsd:string ;
    rdfs:comment "ARABIC MADDAH ABOVE"@en .

<http://lexvo.org/id/char/0654> a lvont:Character ;
    lvont:represents "ٔ"^^xsd:string ;
    rdfs:comment "ARABIC HAMZA ABOVE"@en .

<http://lexvo.org/id/char/0655> a lvont:Character ;
    lvont:represents "ٕ"^^xsd:string ;
    rdfs:comment "ARABIC HAMZA BELOW"@en .

<http://lexvo.org/id/char/0656> a lvont:Character ;
    lvont:represents "ٖ"^^xsd:string ;
    rdfs:comment "ARABIC SUBSCRIPT ALEF"@en .

<http://lexvo.org/id/char/0657> a lvont:Character ;
    lvont:represents "ٗ"^^xsd:string ;
    rdfs:comment "ARABIC INVERTED DAMMA"@en .

<http://lexvo.org/id/char/0658> a lvont:Character ;
    lvont:represents "٘"^^xsd:string ;
    rdfs:comment "ARABIC MARK NOON GHUNNA"@en .

<http://lexvo.org/id/char/0659> a lvont:Character ;
    lvont:represents "ٙ"^^xsd:string ;
    rdfs:comment "ARABIC ZWARAKAY"@en .

<http://lexvo.org/id/char/065A> a lvont:Character ;
    lvont:represents "ٚ"^^xsd:string ;
    rdfs:comment "ARABIC VOWEL SIGN SMALL V ABOVE"@en .

<http://lexvo.org/id/char/065B> a lvont:Character ;
    lvont:represents "ٛ"^^xsd:string ;
    rdfs:comment "ARABIC VOWEL SIGN INVERTED SMALL V ABOVE"@en .

<http://lexvo.org/id/char/065C> a lvont:Character ;
    lvont:represents "ٜ"^^xsd:string ;
    rdfs:comment "ARABIC VOWEL SIGN DOT BELOW"@en .

<http://lexvo.org/id/char/065D> a lvont:Character ;
    lvont:represents "ٝ"^^xsd:string ;
    rdfs:comment "ARABIC REVERSED DAMMA"@en .

<http://lexvo.org/id/char/065E> a lvont:Character ;
    lvont:represents "ٞ"^^xsd:string ;
    rdfs:comment "ARABIC FATHA WITH TWO DOTS"@en .

<http://lexvo.org/id/char/065F> a lvont:Character ;
    lvont:represents "ٟ"^^xsd:string ;
    rdfs:comment "ARABIC WAVY HAMZA BELOW"@en .

<http://lexvo.org/id/char/0660> a lvont:Character ;
    lvont:represents "٠"^^xsd:string ;
    rdfs:comment "ARABIC-INDIC DIGIT ZERO"@en .

<http://lexvo.org/id/char/0661> a lvont:Character ;
    lvont:represents "١"^^xsd:string ;
    rdfs:comment "ARABIC-INDIC DIGIT ONE"@en .

<http://lexvo.org/id/char/0662> a lvont:Character ;
    lvont:represents "٢"^^xsd:string ;
    rdfs:comment "ARABIC-INDIC DIGIT TWO"@en .

<http://lexvo.org/id/char/0663> a lvont:Character ;
    lvont:represents "٣"^^xsd:string ;
    rdfs:comment "ARABIC-INDIC DIGIT THREE"@en .

<http://lexvo.org/id/char/0664> a lvont:Character ;
    lvont:represents "٤"^^xsd:string ;
    rdfs:comment "ARABIC-INDIC DIGIT FOUR"@en .

<http://lexvo.org/id/char/0665> a lvont:Character ;
    lvont:represents "٥"^^xsd:string ;
    rdfs:comment "ARABIC-INDIC DIGIT FIVE"@en .

<http://lexvo.org/id/char/0666> a lvont:Character ;
    lvont:represents "٦"^^xsd:string ;
    rdfs:comment "ARABIC-INDIC DIGIT SIX"@en .

<http://lexvo.org/id/char/0667> a lvont:Character ;
    lvont:represents "٧"^^xsd:string ;
    rdfs:comment "ARABIC-INDIC DIGIT SEVEN"@en .

<http://lexvo.org/id/char/0668> a lvont:Character ;
    lvont:represents "٨"^^xsd:string ;
    rdfs:comment "ARABIC-INDIC DIGIT EIGHT"@en .

<http://lexvo.org/id/char/0669> a lvont:Character ;
    lvont:represents "٩"^^xsd:string ;
    rdfs:comment "ARABIC-INDIC DIGIT NINE"@en .

<http://lexvo.org/id/char/066A> a lvont:Character ;
    lvont:represents "٪"^^xsd:string ;
    rdfs:comment "ARABIC PERCENT SIGN"@en .

<http://lexvo.org/id/char/066B> a lvont:Character ;
    lvont:represents "٫"^^xsd:string ;
    rdfs:comment "ARABIC DECIMAL SEPARATOR"@en .

<http://lexvo.org/id/char/066C> a lvont:Character ;
    lvont:represents "٬"^^xsd:string ;
    rdfs:comment "ARABIC THOUSANDS SEPARATOR"@en .

<http://lexvo.org/id/char/066D> a lvont:Character ;
    lvont:represents "٭"^^xsd:string ;
    rdfs:comment "ARABIC FIVE POINTED STAR"@en .

<http://lexvo.org/id/char/066E> a lvont:Character ;
    lvont:represents "ٮ"^^xsd:string ;
    rdfs:comment "ARABIC LETTER DOTLESS BEH"@en .

<http://lexvo.org/id/char/066F> a lvont:Character ;
    lvont:represents "ٯ"^^xsd:string ;
    rdfs:comment "ARABIC LETTER DOTLESS QAF"@en .

<http://lexvo.org/id/char/0670> a lvont:Character ;
    lvont:represents "ٰ"^^xsd:string ;
    rdfs:comment "ARABIC LETTER SUPERSCRIPT ALEF"@en .

<http://lexvo.org/id/char/0671> a lvont:Character ;
    lvont:represents "ٱ"^^xsd:string ;
    rdfs:comment "ARABIC LETTER ALEF WASLA"@en .

<http://lexvo.org/id/char/0672> a lvont:Character ;
    lvont:represents "ٲ"^^xsd:string ;
    rdfs:comment "ARABIC LETTER ALEF WITH WAVY HAMZA ABOVE"@en .

<http://lexvo.org/id/char/0673> a lvont:Character ;
    lvont:represents "ٳ"^^xsd:string ;
    rdfs:comment "ARABIC LETTER ALEF WITH WAVY HAMZA BELOW"@en .

<http://lexvo.org/id/char/0674> a lvont:Character ;
    lvont:represents "ٴ"^^xsd:string ;
    rdfs:comment "ARABIC LETTER HIGH HAMZA"@en .

<http://lexvo.org/id/char/0675> a lvont:Character ;
    lvont:represents "ٵ"^^xsd:string ;
    rdfs:comment "ARABIC LETTER HIGH HAMZA ALEF"@en .

<http://lexvo.org/id/char/0676> a lvont:Character ;
    lvont:represents "ٶ"^^xsd:string ;
    rdfs:comment "ARABIC LETTER HIGH HAMZA WAW"@en .

<http://lexvo.org/id/char/0677> a lvont:Character ;
    lvont:represents "ٷ"^^xsd:string ;
    rdfs:comment "ARABIC LETTER U WITH HAMZA ABOVE"@en .

<http://lexvo.org/id/char/0678> a lvont:Character ;
    lvont:represents "ٸ"^^xsd:string ;
    rdfs:comment "ARABIC LETTER HIGH HAMZA YEH"@en .

<http://lexvo.org/id/char/0679> a lvont:Character ;
    lvont:represents "ٹ"^^xsd:string ;
    rdfs:comment "ARABIC LETTER TTEH"@en .

<http://lexvo.org/id/char/067A> a lvont:Character ;
    lvont:represents "ٺ"^^xsd:string ;
    rdfs:comment "ARABIC LETTER TTEHEH"@en .

<http://lexvo.org/id/char/067B> a lvont:Character ;
    lvont:represents "ٻ"^^xsd:string ;
    rdfs:comment "ARABIC LETTER BEEH"@en .

<http://lexvo.org/id/char/067C> a lvont:Character ;
    lvont:represents "ټ"^^xsd:string ;
    rdfs:comment "ARABIC LETTER TEH WITH RING"@en .

<http://lexvo.org/id/char/067D> a lvont:Character ;
    lvont:represents "ٽ"^^xsd:string ;
    rdfs:comment "ARABIC LETTER TEH WITH THREE DOTS ABOVE DOWNWARDS"@en .

<http://lexvo.org/id/char/067E> a lvont:Character ;
    lvont:represents "پ"^^xsd:string ;
    rdfs:comment "ARABIC LETTER PEH"@en .

<http://lexvo.org/id/char/067F> a lvont:Character ;
    lvont:represents "ٿ"^^xsd:string ;
    rdfs:comment "ARABIC LETTER TEHEH"@en .

<http://lexvo.org/id/char/0680> a lvont:Character ;
    lvont:represents "ڀ"^^xsd:string ;
    rdfs:comment "ARABIC LETTER BEHEH"@en .

<http://lexvo.org/id/char/0681> a lvont:Character ;
    lvont:represents "ځ"^^xsd:string ;
    rdfs:comment "ARABIC LETTER HAH WITH HAMZA ABOVE"@en .

<http://lexvo.org/id/char/0682> a lvont:Character ;
    lvont:represents "ڂ"^^xsd:string ;
    rdfs:comment "ARABIC LETTER HAH WITH TWO DOTS VERTICAL ABOVE"@en .

<http://lexvo.org/id/char/0683> a lvont:Character ;
    lvont:represents "ڃ"^^xsd:string ;
    rdfs:comment "ARABIC LETTER NYEH"@en .

<http://lexvo.org/id/char/0684> a lvont:Character ;
    lvont:represents "ڄ"^^xsd:string ;
    rdfs:comment "ARABIC LETTER DYEH"@en .

<http://lexvo.org/id/char/0685> a lvont:Character ;
    lvont:represents "څ"^^xsd:string ;
    rdfs:comment "ARABIC LETTER HAH WITH THREE DOTS ABOVE"@en .

<http://lexvo.org/id/char/0686> a lvont:Character ;
    lvont:represents "چ"^^xsd:string ;
    rdfs:comment "ARABIC LETTER TCHEH"@en .

<http://lexvo.org/id/char/0687> a lvont:Character ;
    lvont:represents "ڇ"^^xsd:string ;
    rdfs:comment "ARABIC LETTER TCHEHEH"@en .

<http://lexvo.org/id/char/0688> a lvont:Character ;
    lvont:represents "ڈ"^^xsd:string ;
    rdfs:comment "ARABIC LETTER DDAL"@en .

<http://lexvo.org/id/char/0689> a lvont:Character ;
    lvont:represents "ډ"^^xsd:string ;
    rdfs:comment "ARABIC LETTER DAL WITH RING"@en .

<http://lexvo.org/id/char/068A> a lvont:Character ;
    lvont:represents "ڊ"^^xsd:string ;
    rdfs:comment "ARABIC LETTER DAL WITH DOT BELOW"@en .

<http://lexvo.org/id/char/068B> a lvont:Character ;
    lvont:represents "ڋ"^^xsd:string ;
    rdfs:comment "ARABIC LETTER DAL WITH DOT BELOW AND SMALL TAH"@en .

<http://lexvo.org/id/char/068C> a lvont:Character ;
    lvont:represents "ڌ"^^xsd:string ;
    rdfs:comment "ARABIC LETTER DAHAL"@en .

<http://lexvo.org/id/char/068D> a lvont:Character ;
    lvont:represents "ڍ"^^xsd:string ;
    rdfs:comment "ARABIC LETTER DDAHAL"@en .

<http://lexvo.org/id/char/068E> a lvont:Character ;
    lvont:represents "ڎ"^^xsd:string ;
    rdfs:comment "ARABIC LETTER DUL"@en .

<http://lexvo.org/id/char/068F> a lvont:Character ;
    lvont:represents "ڏ"^^xsd:string ;
    rdfs:comment "ARABIC LETTER DAL WITH THREE DOTS ABOVE DOWNWARDS"@en .

<http://lexvo.org/id/char/0690> a lvont:Character ;
    lvont:represents "ڐ"^^xsd:string ;
    rdfs:comment "ARABIC LETTER DAL WITH FOUR DOTS ABOVE"@en .

<http://lexvo.org/id/char/0691> a lvont:Character ;
    lvont:represents "ڑ"^^xsd:string ;
    rdfs:comment "ARABIC LETTER RREH"@en .

<http://lexvo.org/id/char/0692> a lvont:Character ;
    lvont:represents "ڒ"^^xsd:string ;
    rdfs:comment "ARABIC LETTER REH WITH SMALL V"@en .

<http://lexvo.org/id/char/0693> a lvont:Character ;
    lvont:represents "ړ"^^xsd:string ;
    rdfs:comment "ARABIC LETTER REH WITH RING"@en .

<http://lexvo.org/id/char/0694> a lvont:Character ;
    lvont:represents "ڔ"^^xsd:string ;
    rdfs:comment "ARABIC LETTER REH WITH DOT BELOW"@en .

<http://lexvo.org/id/char/0695> a lvont:Character ;
    lvont:represents "ڕ"^^xsd:string ;
    rdfs:comment "ARABIC LETTER REH WITH SMALL V BELOW"@en .

<http://lexvo.org/id/char/0696> a lvont:Character ;
    lvont:represents "ږ"^^xsd:string ;
    rdfs:comment "ARABIC LETTER REH WITH DOT BELOW AND DOT ABOVE"@en .

<http://lexvo.org/id/char/0697> a lvont:Character ;
    lvont:represents "ڗ"^^xsd:string ;
    rdfs:comment "ARABIC LETTER REH WITH TWO DOTS ABOVE"@en .

<http://lexvo.org/id/char/0698> a lvont:Character ;
    lvont:represents "ژ"^^xsd:string ;
    rdfs:comment "ARABIC LETTER JEH"@en .

<http://lexvo.org/id/char/0699> a lvont:Character ;
    lvont:represents "ڙ"^^xsd:string ;
    rdfs:comment "ARABIC LETTER REH WITH FOUR DOTS ABOVE"@en .

<http://lexvo.org/id/char/069A> a lvont:Character ;
    lvont:represents "ښ"^^xsd:string ;
    rdfs:comment "ARABIC LETTER SEEN WITH DOT BELOW AND DOT ABOVE"@en .

<http://lexvo.org/id/char/069B> a lvont:Character ;
    lvont:represents "ڛ"^^xsd:string ;
    rdfs:comment "ARABIC LETTER SEEN WITH THREE DOTS BELOW"@en .

<http://lexvo.org/id/char/069C> a lvont:Character ;
    lvont:represents "ڜ"^^xsd:string ;
    rdfs:comment "ARABIC LETTER SEEN WITH THREE DOTS BELOW AND THREE DOTS ABOVE"@en .

<http://lexvo.org/id/char/069D> a lvont:Character ;
    lvont:represents "ڝ"^^xsd:string ;
    rdfs:comment "ARABIC LETTER SAD WITH TWO DOTS BELOW"@en .

<http://lexvo.org/id/char/069E> a lvont:Character ;
    lvont:represents "ڞ"^^xsd:string ;
    rdfs:comment "ARABIC LETTER SAD WITH THREE DOTS ABOVE"@en .

<http://lexvo.org/id/char/069F> a lvont:Character ;
    lvont:represents "ڟ"^^xsd:string ;
    rdfs:comment "ARABIC LETTER TAH WITH THREE DOTS ABOVE"@en .

<http://lexvo.org/id/char/06A0> a lvont:Character ;
    lvont:represents "ڠ"^^xsd:string ;
    rdfs:comment "ARABIC LETTER AIN WITH THREE DOTS ABOVE"@en .

<http://lexvo.org/id/char/06A1> a lvont:Character ;
    lvont:represents "ڡ"^^xsd:string ;
    rdfs:comment "ARABIC LETTER DOTLESS FEH"@en .

<http://lexvo.org/id/char/06A2> a lvont:Character ;
    lvont:represents "ڢ"^^xsd:string ;
    rdfs:comment "ARABIC LETTER FEH WITH DOT MOVED BELOW"@en .

<http://lexvo.org/id/char/06A3> a lvont:Character ;
    lvont:represents "ڣ"^^xsd:string ;
    rdfs:comment "ARABIC LETTER FEH WITH DOT BELOW"@en .

<http://lexvo.org/id/char/06A4> a lvont:Character ;
    lvont:represents "ڤ"^^xsd:string ;
    rdfs:comment "ARABIC LETTER VEH"@en .

<http://lexvo.org/id/char/06A5> a lvont:Character ;
    lvont:represents "ڥ"^^xsd:string ;
    rdfs:comment "ARABIC LETTER FEH WITH THREE DOTS BELOW"@en .

<http://lexvo.org/id/char/06A6> a lvont:Character ;
    lvont:represents "ڦ"^^xsd:string ;
    rdfs:comment "ARABIC LETTER PEHEH"@en .

<http://lexvo.org/id/char/06A7> a lvont:Character ;
    lvont:represents "ڧ"^^xsd:string ;
    rdfs:comment "ARABIC LETTER QAF WITH DOT ABOVE"@en .

<http://lexvo.org/id/char/06A8> a lvont:Character ;
    lvont:represents "ڨ"^^xsd:string ;
    rdfs:comment "ARABIC LETTER QAF WITH THREE DOTS ABOVE"@en .

<http://lexvo.org/id/char/06A9> a lvont:Character ;
    lvont:represents "ک"^^xsd:string ;
    rdfs:comment "ARABIC LETTER KEHEH"@en .

<http://lexvo.org/id/char/06AA> a lvont:Character ;
    lvont:represents "ڪ"^^xsd:string ;
    rdfs:comment "ARABIC LETTER SWASH KAF"@en .

<http://lexvo.org/id/char/06AB> a lvont:Character ;
    lvont:represents "ګ"^^xsd:string ;
    rdfs:comment "ARABIC LETTER KAF WITH RING"@en .

<http://lexvo.org/id/char/06AC> a lvont:Character ;
    lvont:represents "ڬ"^^xsd:string ;
    rdfs:comment "ARABIC LETTER KAF WITH DOT ABOVE"@en .

<http://lexvo.org/id/char/06AD> a lvont:Character ;
    lvont:represents "ڭ"^^xsd:string ;
    rdfs:comment "ARABIC LETTER NG"@en .

<http://lexvo.org/id/char/06AE> a lvont:Character ;
    lvont:represents "ڮ"^^xsd:string ;
    rdfs:comment "ARABIC LETTER KAF WITH THREE DOTS BELOW"@en .

<http://lexvo.org/id/char/06AF> a lvont:Character ;
    lvont:represents "گ"^^xsd:string ;
    rdfs:comment "ARABIC LETTER GAF"@en .

<http://lexvo.org/id/char/06B0> a lvont:Character ;
    lvont:represents "ڰ"^^xsd:string ;
    rdfs:comment "ARABIC LETTER GAF WITH RING"@en .

<http://lexvo.org/id/char/06B1> a lvont:Character ;
    lvont:represents "ڱ"^^xsd:string ;
    rdfs:comment "ARABIC LETTER NGOEH"@en .

<http://lexvo.org/id/char/06B2> a lvont:Character ;
    lvont:represents "ڲ"^^xsd:string ;
    rdfs:comment "ARABIC LETTER GAF WITH TWO DOTS BELOW"@en .

<http://lexvo.org/id/char/06B3> a lvont:Character ;
    lvont:represents "ڳ"^^xsd:string ;
    rdfs:comment "ARABIC LETTER GUEH"@en .

<http://lexvo.org/id/char/06B4> a lvont:Character ;
    lvont:represents "ڴ"^^xsd:string ;
    rdfs:comment "ARABIC LETTER GAF WITH THREE DOTS ABOVE"@en .

<http://lexvo.org/id/char/06B5> a lvont:Character ;
    lvont:represents "ڵ"^^xsd:string ;
    rdfs:comment "ARABIC LETTER LAM WITH SMALL V"@en .

<http://lexvo.org/id/char/06B6> a lvont:Character ;
    lvont:represents "ڶ"^^xsd:string ;
    rdfs:comment "ARABIC LETTER LAM WITH DOT ABOVE"@en .

<http://lexvo.org/id/char/06B7> a lvont:Character ;
    lvont:represents "ڷ"^^xsd:string ;
    rdfs:comment "ARABIC LETTER LAM WITH THREE DOTS ABOVE"@en .

<http://lexvo.org/id/char/06B8> a lvont:Character ;
    lvont:represents "ڸ"^^xsd:string ;
    rdfs:comment "ARABIC LETTER LAM WITH THREE DOTS BELOW"@en .

<http://lexvo.org/id/char/06B9> a lvont:Character ;
    lvont:represents "ڹ"^^xsd:string ;
    rdfs:comment "ARABIC LETTER NOON WITH DOT BELOW"@en .

<http://lexvo.org/id/char/06BA> a lvont:Character ;
    lvont:represents "ں"^^xsd:string ;
    rdfs:comment "ARABIC LETTER NOON GHUNNA"@en .

<http://lexvo.org/id/char/06BB> a lvont:Character ;
    lvont:represents "ڻ"^^xsd:string ;
    rdfs:comment "ARABIC LETTER RNOON"@en .

<http://lexvo.org/id/char/06BC> a lvont:Character ;
    lvont:represents "ڼ"^^xsd:string ;
    rdfs:comment "ARABIC LETTER NOON WITH RING"@en .

<http://lexvo.org/id/char/06BD> a lvont:Character ;
    lvont:represents "ڽ"^^xsd:string ;
    rdfs:comment "ARABIC LETTER NOON WITH THREE DOTS ABOVE"@en .

<http://lexvo.org/id/char/06BE> a lvont:Character ;
    lvont:represents "ھ"^^xsd:string ;
    rdfs:comment "ARABIC LETTER HEH DOACHASHMEE"@en .

<http://lexvo.org/id/char/06BF> a lvont:Character ;
    lvont:represents "ڿ"^^xsd:string ;
    rdfs:comment "ARABIC LETTER TCHEH WITH DOT ABOVE"@en .

<http://lexvo.org/id/char/06C0> a lvont:Character ;
    lvont:represents "ۀ"^^xsd:string ;
    rdfs:comment "ARABIC LETTER HEH WITH YEH ABOVE"@en .

<http://lexvo.org/id/char/06C1> a lvont:Character ;
    lvont:represents "ہ"^^xsd:string ;
    rdfs:comment "ARABIC LETTER HEH GOAL"@en .

<http://lexvo.org/id/char/06C2> a lvont:Character ;
    lvont:represents "ۂ"^^xsd:string ;
    rdfs:comment "ARABIC LETTER HEH GOAL WITH HAMZA ABOVE"@en .

<http://lexvo.org/id/char/06C3> a lvont:Character ;
    lvont:represents "ۃ"^^xsd:string ;
    rdfs:comment "ARABIC LETTER TEH MARBUTA GOAL"@en .

<http://lexvo.org/id/char/06C4> a lvont:Character ;
    lvont:represents "ۄ"^^xsd:string ;
    rdfs:comment "ARABIC LETTER WAW WITH RING"@en .

<http://lexvo.org/id/char/06C5> a lvont:Character ;
    lvont:represents "ۅ"^^xsd:string ;
    rdfs:comment "ARABIC LETTER KIRGHIZ OE"@en .

<http://lexvo.org/id/char/06C6> a lvont:Character ;
    lvont:represents "ۆ"^^xsd:string ;
    rdfs:comment "ARABIC LETTER OE"@en .

<http://lexvo.org/id/char/06C7> a lvont:Character ;
    lvont:represents "ۇ"^^xsd:string ;
    rdfs:comment "ARABIC LETTER U"@en .

<http://lexvo.org/id/char/06C8> a lvont:Character ;
    lvont:represents "ۈ"^^xsd:string ;
    rdfs:comment "ARABIC LETTER YU"@en .

<http://lexvo.org/id/char/06C9> a lvont:Character ;
    lvont:represents "ۉ"^^xsd:string ;
    rdfs:comment "ARABIC LETTER KIRGHIZ YU"@en .

<http://lexvo.org/id/char/06CA> a lvont:Character ;
    lvont:represents "ۊ"^^xsd:string ;
    rdfs:comment "ARABIC LETTER WAW WITH TWO DOTS ABOVE"@en .

<http://lexvo.org/id/char/06CB> a lvont:Character ;
    lvont:represents "ۋ"^^xsd:string ;
    rdfs:comment "ARABIC LETTER VE"@en .

<http://lexvo.org/id/char/06CC> a lvont:Character ;
    lvont:represents "ی"^^xsd:string ;
    rdfs:comment "ARABIC LETTER FARSI YEH"@en .

<http://lexvo.org/id/char/06CD> a lvont:Character ;
    lvont:represents "ۍ"^^xsd:string ;
    rdfs:comment "ARABIC LETTER YEH WITH TAIL"@en .

<http://lexvo.org/id/char/06CE> a lvont:Character ;
    lvont:represents "ێ"^^xsd:string ;
    rdfs:comment "ARABIC LETTER YEH WITH SMALL V"@en .

<http://lexvo.org/id/char/06CF> a lvont:Character ;
    lvont:represents "ۏ"^^xsd:string ;
    rdfs:comment "ARABIC LETTER WAW WITH DOT ABOVE"@en .

<http://lexvo.org/id/char/06D0> a lvont:Character ;
    lvont:represents "ې"^^xsd:string ;
    rdfs:comment "ARABIC LETTER E"@en .

<http://lexvo.org/id/char/06D1> a lvont:Character ;
    lvont:represents "ۑ"^^xsd:string ;
    rdfs:comment "ARABIC LETTER YEH WITH THREE DOTS BELOW"@en .

<http://lexvo.org/id/char/06D2> a lvont:Character ;
    lvont:represents "ے"^^xsd:string ;
    rdfs:comment "ARABIC LETTER YEH BARREE"@en .

<http://lexvo.org/id/char/06D3> a lvont:Character ;
    lvont:represents "ۓ"^^xsd:string ;
    rdfs:comment "ARABIC LETTER YEH BARREE WITH HAMZA ABOVE"@en .

<http://lexvo.org/id/char/06D4> a lvont:Character ;
    lvont:represents "۔"^^xsd:string ;
    rdfs:comment "ARABIC FULL STOP"@en .

<http://lexvo.org/id/char/06D5> a lvont:Character ;
    lvont:represents "ە"^^xsd:string ;
    rdfs:comment "ARABIC LETTER AE"@en .

<http://lexvo.org/id/char/06D6> a lvont:Character ;
    lvont:represents "ۖ"^^xsd:string ;
    rdfs:comment "ARABIC SMALL HIGH LIGATURE SAD WITH LAM WITH ALEF MAKSURA"@en .

<http://lexvo.org/id/char/06D7> a lvont:Character ;
    lvont:represents "ۗ"^^xsd:string ;
    rdfs:comment "ARABIC SMALL HIGH LIGATURE QAF WITH LAM WITH ALEF MAKSURA"@en .

<http://lexvo.org/id/char/06D8> a lvont:Character ;
    lvont:represents "ۘ"^^xsd:string ;
    rdfs:comment "ARABIC SMALL HIGH MEEM INITIAL FORM"@en .

<http://lexvo.org/id/char/06D9> a lvont:Character ;
    lvont:represents "ۙ"^^xsd:string ;
    rdfs:comment "ARABIC SMALL HIGH LAM ALEF"@en .

<http://lexvo.org/id/char/06DA> a lvont:Character ;
    lvont:represents "ۚ"^^xsd:string ;
    rdfs:comment "ARABIC SMALL HIGH JEEM"@en .

<http://lexvo.org/id/char/06DB> a lvont:Character ;
    lvont:represents "ۛ"^^xsd:string ;
    rdfs:comment "ARABIC SMALL HIGH THREE DOTS"@en .

<http://lexvo.org/id/char/06DC> a lvont:Character ;
    lvont:represents "ۜ"^^xsd:string ;
    rdfs:comment "ARABIC SMALL HIGH SEEN"@en .

<http://lexvo.org/id/char/06DD> a lvont:Character ;
    lvont:represents "۝"^^xsd:string ;
    rdfs:comment "ARABIC END OF AYAH"@en .

<http://lexvo.org/id/char/06DE> a lvont:Character ;
    lvont:represents "۞"^^xsd:string ;
    rdfs:comment "ARABIC START OF RUB EL HIZB"@en .

<http://lexvo.org/id/char/06DF> a lvont:Character ;
    lvont:represents "۟"^^xsd:string ;
    rdfs:comment "ARABIC SMALL HIGH ROUNDED ZERO"@en .

<http://lexvo.org/id/char/06E0> a lvont:Character ;
    lvont:represents "۠"^^xsd:string ;
    rdfs:comment "ARABIC SMALL HIGH UPRIGHT RECTANGULAR ZERO"@en .

<http://lexvo.org/id/char/06E1> a lvont:Character ;
    lvont:represents "ۡ"^^xsd:string ;
    rdfs:comment "ARABIC SMALL HIGH DOTLESS HEAD OF KHAH"@en .

<http://lexvo.org/id/char/06E2> a lvont:Character ;
    lvont:represents "ۢ"^^xsd:string ;
    rdfs:comment "ARABIC SMALL HIGH MEEM ISOLATED FORM"@en .

<http://lexvo.org/id/char/06E3> a lvont:Character ;
    lvont:represents "ۣ"^^xsd:string ;
    rdfs:comment "ARABIC SMALL LOW SEEN"@en .

<http://lexvo.org/id/char/06E4> a lvont:Character ;
    lvont:represents "ۤ"^^xsd:string ;
    rdfs:comment "ARABIC SMALL HIGH MADDA"@en .

<http://lexvo.org/id/char/06E5> a lvont:Character ;
    lvont:represents "ۥ"^^xsd:string ;
    rdfs:comment "ARABIC SMALL WAW"@en .

<http://lexvo.org/id/char/06E6> a lvont:Character ;
    lvont:represents "ۦ"^^xsd:string ;
    rdfs:comment "ARABIC SMALL YEH"@en .

<http://lexvo.org/id/char/06E7> a lvont:Character ;
    lvont:represents "ۧ"^^xsd:string ;
    rdfs:comment "ARABIC SMALL HIGH YEH"@en .

<http://lexvo.org/id/char/06E8> a lvont:Character ;
    lvont:represents "ۨ"^^xsd:string ;
    rdfs:comment "ARABIC SMALL HIGH NOON"@en .

<http://lexvo.org/id/char/06E9> a lvont:Character ;
    lvont:represents "۩"^^xsd:string ;
    rdfs:comment "ARABIC PLACE OF SAJDAH"@en .

<http://lexvo.org/id/char/06EA> a lvont:Character ;
    lvont:represents "۪"^^xsd:string ;
    rdfs:comment "ARABIC EMPTY CENTRE LOW STOP"@en .

<http://lexvo.org/id/char/06EB> a lvont:Character ;
    lvont:represents "۫"^^xsd:string ;
    rdfs:comment "ARABIC EMPTY CENTRE HIGH STOP"@en .

<http://lexvo.org/id/char/06EC> a lvont:Character ;
    lvont:represents "۬"^^xsd:string ;
    rdfs:comment "ARABIC ROUNDED HIGH STOP WITH FILLED CENTRE"@en .

<http://lexvo.org/id/char/06ED> a lvont:Character ;
    lvont:represents "ۭ"^^xsd:string ;
    rdfs:comment "ARABIC SMALL LOW MEEM"@en .

<http://lexvo.org/id/char/06EE> a lvont:Character ;
    lvont:represents "ۮ"^^xsd:string ;
    rdfs:comment "ARABIC LETTER DAL WITH INVERTED V"@en .

<http://lexvo.org/id/char/06EF> a lvont:Character ;
    lvont:represents "ۯ"^^xsd:string ;
    rdfs:comment "ARABIC LETTER REH WITH INVERTED V"@en .

<http://lexvo.org/id/char/06F0> a lvont:Character ;
    lvont:represents "۰"^^xsd:string ;
    rdfs:comment "EXTENDED ARABIC-INDIC DIGIT ZERO"@en .

<http://lexvo.org/id/char/06F1> a lvont:Character ;
    lvont:represents "۱"^^xsd:string ;
    rdfs:comment "EXTENDED ARABIC-INDIC DIGIT ONE"@en .

<http://lexvo.org/id/char/06F2> a lvont:Character ;
    lvont:represents "۲"^^xsd:string ;
    rdfs:comment "EXTENDED ARABIC-INDIC DIGIT TWO"@en .

<http://lexvo.org/id/char/06F3> a lvont:Character ;
    lvont:represents "۳"^^xsd:string ;
    rdfs:comment "EXTENDED ARABIC-INDIC DIGIT THREE"@en .

<http://lexvo.org/id/char/06F4> a lvont:Character ;
    lvont:represents "۴"^^xsd:string ;
    rdfs:comment "EXTENDED ARABIC-INDIC DIGIT FOUR"@en .

<http://lexvo.org/id/char/06F5> a lvont:Character ;
    lvont:represents "۵"^^xsd:string ;
    rdfs:comment "EXTENDED ARABIC-INDIC DIGIT FIVE"@en .

<http://lexvo.org/id/char/06F6> a lvont:Character ;
    lvont:represents "۶"^^xsd:string ;
    rdfs:comment "EXTENDED ARABIC-INDIC DIGIT SIX"@en .

<http://lexvo.org/id/char/06F7> a lvont:Character ;
    lvont:represents "۷"^^xsd:string ;
    rdfs:comment "EXTENDED ARABIC-INDIC DIGIT SEVEN"@en .

<http://lexvo.org/id/char/06F8> a lvont:Character ;
    lvont:represents "۸"^^xsd:string ;
    rdfs:comment "EXTENDED ARABIC-INDIC DIGIT EIGHT"@en .

<http://lexvo.org/id/char/06F9> a lvont:Character ;
    lvont:represents "۹"^^xsd:string ;
    rdfs:comment "EXTENDED ARABIC-INDIC DIGIT NINE"@en .

<http://lexvo.org/id/char/06FA> a lvont:Character ;
    lvont:represents "ۺ"^^xsd:string ;
    rdfs:comment "ARABIC LETTER SHEEN WITH DOT BELOW"@en .

<http://lexvo.org/id/char/06FB> a lvont:Character ;
    lvont:represents "ۻ"^^xsd:string ;
    rdfs:comment "ARABIC LETTER DAD WITH DOT BELOW"@en .

<http://lexvo.org/id/char/06FC> a lvont:Character ;
    lvont:represents "ۼ"^^xsd:string ;
    rdfs:comment "ARABIC LETTER GHAIN WITH DOT BELOW"@en .

<http://lexvo.org/id/char/06FD> a lvont:Character ;
    lvont:represents "۽"^^xsd:string ;
    rdfs:comment "ARABIC SIGN SINDHI AMPERSAND"@en .

<http://lexvo.org/id/char/06FE> a lvont:Character ;
    lvont:represents "۾"^^xsd:string ;
    rdfs:comment "ARABIC SIGN SINDHI POSTPOSITION MEN"@en .

<http://lexvo.org/id/char/06FF> a lvont:Character ;
    lvont:represents "ۿ"^^xsd:string ;
    rdfs:comment "ARABIC LETTER HEH WITH INVERTED V"@en .

<http://lexvo.org/id/char/0700> a lvont:Character ;
    lvont:represents "܀"^^xsd:string ;
    rdfs:comment "SYRIAC END OF PARAGRAPH"@en .

<http://lexvo.org/id/char/0701> a lvont:Character ;
    lvont:represents "܁"^^xsd:string ;
    rdfs:comment "SYRIAC SUPRALINEAR FULL STOP"@en .

<http://lexvo.org/id/char/0702> a lvont:Character ;
    lvont:represents "܂"^^xsd:string ;
    rdfs:comment "SYRIAC SUBLINEAR FULL STOP"@en .

<http://lexvo.org/id/char/0703> a lvont:Character ;
    lvont:represents "܃"^^xsd:string ;
    rdfs:comment "SYRIAC SUPRALINEAR COLON"@en .

<http://lexvo.org/id/char/0704> a lvont:Character ;
    lvont:represents "܄"^^xsd:string ;
    rdfs:comment "SYRIAC SUBLINEAR COLON"@en .

<http://lexvo.org/id/char/0705> a lvont:Character ;
    lvont:represents "܅"^^xsd:string ;
    rdfs:comment "SYRIAC HORIZONTAL COLON"@en .

<http://lexvo.org/id/char/0706> a lvont:Character ;
    lvont:represents "܆"^^xsd:string ;
    rdfs:comment "SYRIAC COLON SKEWED LEFT"@en .

<http://lexvo.org/id/char/0707> a lvont:Character ;
    lvont:represents "܇"^^xsd:string ;
    rdfs:comment "SYRIAC COLON SKEWED RIGHT"@en .

<http://lexvo.org/id/char/0708> a lvont:Character ;
    lvont:represents "܈"^^xsd:string ;
    rdfs:comment "SYRIAC SUPRALINEAR COLON SKEWED LEFT"@en .

<http://lexvo.org/id/char/0709> a lvont:Character ;
    lvont:represents "܉"^^xsd:string ;
    rdfs:comment "SYRIAC SUBLINEAR COLON SKEWED RIGHT"@en .

<http://lexvo.org/id/char/070A> a lvont:Character ;
    lvont:represents "܊"^^xsd:string ;
    rdfs:comment "SYRIAC CONTRACTION"@en .

<http://lexvo.org/id/char/070B> a lvont:Character ;
    lvont:represents "܋"^^xsd:string ;
    rdfs:comment "SYRIAC HARKLEAN OBELUS"@en .

<http://lexvo.org/id/char/070C> a lvont:Character ;
    lvont:represents "܌"^^xsd:string ;
    rdfs:comment "SYRIAC HARKLEAN METOBELUS"@en .

<http://lexvo.org/id/char/070D> a lvont:Character ;
    lvont:represents "܍"^^xsd:string ;
    rdfs:comment "SYRIAC HARKLEAN ASTERISCUS"@en .

<http://lexvo.org/id/char/070F> a lvont:Character ;
    lvont:represents "܏"^^xsd:string ;
    rdfs:comment "SYRIAC ABBREVIATION MARK"@en .

<http://lexvo.org/id/char/0710> a lvont:Character ;
    lvont:represents "ܐ"^^xsd:string ;
    rdfs:comment "SYRIAC LETTER ALAPH"@en .

<http://lexvo.org/id/char/0711> a lvont:Character ;
    lvont:represents "ܑ"^^xsd:string ;
    rdfs:comment "SYRIAC LETTER SUPERSCRIPT ALAPH"@en .

<http://lexvo.org/id/char/0712> a lvont:Character ;
    lvont:represents "ܒ"^^xsd:string ;
    rdfs:comment "SYRIAC LETTER BETH"@en .

<http://lexvo.org/id/char/0713> a lvont:Character ;
    lvont:represents "ܓ"^^xsd:string ;
    rdfs:comment "SYRIAC LETTER GAMAL"@en .

<http://lexvo.org/id/char/0714> a lvont:Character ;
    lvont:represents "ܔ"^^xsd:string ;
    rdfs:comment "SYRIAC LETTER GAMAL GARSHUNI"@en .

<http://lexvo.org/id/char/0715> a lvont:Character ;
    lvont:represents "ܕ"^^xsd:string ;
    rdfs:comment "SYRIAC LETTER DALATH"@en .

<http://lexvo.org/id/char/0716> a lvont:Character ;
    lvont:represents "ܖ"^^xsd:string ;
    rdfs:comment "SYRIAC LETTER DOTLESS DALATH RISH"@en .

<http://lexvo.org/id/char/0717> a lvont:Character ;
    lvont:represents "ܗ"^^xsd:string ;
    rdfs:comment "SYRIAC LETTER HE"@en .

<http://lexvo.org/id/char/0718> a lvont:Character ;
    lvont:represents "ܘ"^^xsd:string ;
    rdfs:comment "SYRIAC LETTER WAW"@en .

<http://lexvo.org/id/char/0719> a lvont:Character ;
    lvont:represents "ܙ"^^xsd:string ;
    rdfs:comment "SYRIAC LETTER ZAIN"@en .

<http://lexvo.org/id/char/071A> a lvont:Character ;
    lvont:represents "ܚ"^^xsd:string ;
    rdfs:comment "SYRIAC LETTER HETH"@en .

<http://lexvo.org/id/char/071B> a lvont:Character ;
    lvont:represents "ܛ"^^xsd:string ;
    rdfs:comment "SYRIAC LETTER TETH"@en .

<http://lexvo.org/id/char/071C> a lvont:Character ;
    lvont:represents "ܜ"^^xsd:string ;
    rdfs:comment "SYRIAC LETTER TETH GARSHUNI"@en .

<http://lexvo.org/id/char/071D> a lvont:Character ;
    lvont:represents "ܝ"^^xsd:string ;
    rdfs:comment "SYRIAC LETTER YUDH"@en .

<http://lexvo.org/id/char/071E> a lvont:Character ;
    lvont:represents "ܞ"^^xsd:string ;
    rdfs:comment "SYRIAC LETTER YUDH HE"@en .

<http://lexvo.org/id/char/071F> a lvont:Character ;
    lvont:represents "ܟ"^^xsd:string ;
    rdfs:comment "SYRIAC LETTER KAPH"@en .

<http://lexvo.org/id/char/0720> a lvont:Character ;
    lvont:represents "ܠ"^^xsd:string ;
    rdfs:comment "SYRIAC LETTER LAMADH"@en .

<http://lexvo.org/id/char/0721> a lvont:Character ;
    lvont:represents "ܡ"^^xsd:string ;
    rdfs:comment "SYRIAC LETTER MIM"@en .

<http://lexvo.org/id/char/0722> a lvont:Character ;
    lvont:represents "ܢ"^^xsd:string ;
    rdfs:comment "SYRIAC LETTER NUN"@en .

<http://lexvo.org/id/char/0723> a lvont:Character ;
    lvont:represents "ܣ"^^xsd:string ;
    rdfs:comment "SYRIAC LETTER SEMKATH"@en .

<http://lexvo.org/id/char/0724> a lvont:Character ;
    lvont:represents "ܤ"^^xsd:string ;
    rdfs:comment "SYRIAC LETTER FINAL SEMKATH"@en .

<http://lexvo.org/id/char/0725> a lvont:Character ;
    lvont:represents "ܥ"^^xsd:string ;
    rdfs:comment "SYRIAC LETTER E"@en .

<http://lexvo.org/id/char/0726> a lvont:Character ;
    lvont:represents "ܦ"^^xsd:string ;
    rdfs:comment "SYRIAC LETTER PE"@en .

<http://lexvo.org/id/char/0727> a lvont:Character ;
    lvont:represents "ܧ"^^xsd:string ;
    rdfs:comment "SYRIAC LETTER REVERSED PE"@en .

<http://lexvo.org/id/char/0728> a lvont:Character ;
    lvont:represents "ܨ"^^xsd:string ;
    rdfs:comment "SYRIAC LETTER SADHE"@en .

<http://lexvo.org/id/char/0729> a lvont:Character ;
    lvont:represents "ܩ"^^xsd:string ;
    rdfs:comment "SYRIAC LETTER QAPH"@en .

<http://lexvo.org/id/char/072A> a lvont:Character ;
    lvont:represents "ܪ"^^xsd:string ;
    rdfs:comment "SYRIAC LETTER RISH"@en .

<http://lexvo.org/id/char/072B> a lvont:Character ;
    lvont:represents "ܫ"^^xsd:string ;
    rdfs:comment "SYRIAC LETTER SHIN"@en .

<http://lexvo.org/id/char/072C> a lvont:Character ;
    lvont:represents "ܬ"^^xsd:string ;
    rdfs:comment "SYRIAC LETTER TAW"@en .

<http://lexvo.org/id/char/072D> a lvont:Character ;
    lvont:represents "ܭ"^^xsd:string ;
    rdfs:comment "SYRIAC LETTER PERSIAN BHETH"@en .

<http://lexvo.org/id/char/072E> a lvont:Character ;
    lvont:represents "ܮ"^^xsd:string ;
    rdfs:comment "SYRIAC LETTER PERSIAN GHAMAL"@en .

<http://lexvo.org/id/char/072F> a lvont:Character ;
    lvont:represents "ܯ"^^xsd:string ;
    rdfs:comment "SYRIAC LETTER PERSIAN DHALATH"@en .

<http://lexvo.org/id/char/0730> a lvont:Character ;
    lvont:represents "ܰ"^^xsd:string ;
    rdfs:comment "SYRIAC PTHAHA ABOVE"@en .

<http://lexvo.org/id/char/0731> a lvont:Character ;
    lvont:represents "ܱ"^^xsd:string ;
    rdfs:comment "SYRIAC PTHAHA BELOW"@en .

<http://lexvo.org/id/char/0732> a lvont:Character ;
    lvont:represents "ܲ"^^xsd:string ;
    rdfs:comment "SYRIAC PTHAHA DOTTED"@en .

<http://lexvo.org/id/char/0733> a lvont:Character ;
    lvont:represents "ܳ"^^xsd:string ;
    rdfs:comment "SYRIAC ZQAPHA ABOVE"@en .

<http://lexvo.org/id/char/0734> a lvont:Character ;
    lvont:represents "ܴ"^^xsd:string ;
    rdfs:comment "SYRIAC ZQAPHA BELOW"@en .

<http://lexvo.org/id/char/0735> a lvont:Character ;
    lvont:represents "ܵ"^^xsd:string ;
    rdfs:comment "SYRIAC ZQAPHA DOTTED"@en .

<http://lexvo.org/id/char/0736> a lvont:Character ;
    lvont:represents "ܶ"^^xsd:string ;
    rdfs:comment "SYRIAC RBASA ABOVE"@en .

<http://lexvo.org/id/char/0737> a lvont:Character ;
    lvont:represents "ܷ"^^xsd:string ;
    rdfs:comment "SYRIAC RBASA BELOW"@en .

<http://lexvo.org/id/char/0738> a lvont:Character ;
    lvont:represents "ܸ"^^xsd:string ;
    rdfs:comment "SYRIAC DOTTED ZLAMA HORIZONTAL"@en .

<http://lexvo.org/id/char/0739> a lvont:Character ;
    lvont:represents "ܹ"^^xsd:string ;
    rdfs:comment "SYRIAC DOTTED ZLAMA ANGULAR"@en .

<http://lexvo.org/id/char/073A> a lvont:Character ;
    lvont:represents "ܺ"^^xsd:string ;
    rdfs:comment "SYRIAC HBASA ABOVE"@en .

<http://lexvo.org/id/char/073B> a lvont:Character ;
    lvont:represents "ܻ"^^xsd:string ;
    rdfs:comment "SYRIAC HBASA BELOW"@en .

<http://lexvo.org/id/char/073C> a lvont:Character ;
    lvont:represents "ܼ"^^xsd:string ;
    rdfs:comment "SYRIAC HBASA-ESASA DOTTED"@en .

<http://lexvo.org/id/char/073D> a lvont:Character ;
    lvont:represents "ܽ"^^xsd:string ;
    rdfs:comment "SYRIAC ESASA ABOVE"@en .

<http://lexvo.org/id/char/073E> a lvont:Character ;
    lvont:represents "ܾ"^^xsd:string ;
    rdfs:comment "SYRIAC ESASA BELOW"@en .

<http://lexvo.org/id/char/073F> a lvont:Character ;
    lvont:represents "ܿ"^^xsd:string ;
    rdfs:comment "SYRIAC RWAHA"@en .

<http://lexvo.org/id/char/0740> a lvont:Character ;
    lvont:represents "݀"^^xsd:string ;
    rdfs:comment "SYRIAC FEMININE DOT"@en .

<http://lexvo.org/id/char/0741> a lvont:Character ;
    lvont:represents "݁"^^xsd:string ;
    rdfs:comment "SYRIAC QUSHSHAYA"@en .

<http://lexvo.org/id/char/0742> a lvont:Character ;
    lvont:represents "݂"^^xsd:string ;
    rdfs:comment "SYRIAC RUKKAKHA"@en .

<http://lexvo.org/id/char/0743> a lvont:Character ;
    lvont:represents "݃"^^xsd:string ;
    rdfs:comment "SYRIAC TWO VERTICAL DOTS ABOVE"@en .

<http://lexvo.org/id/char/0744> a lvont:Character ;
    lvont:represents "݄"^^xsd:string ;
    rdfs:comment "SYRIAC TWO VERTICAL DOTS BELOW"@en .

<http://lexvo.org/id/char/0745> a lvont:Character ;
    lvont:represents "݅"^^xsd:string ;
    rdfs:comment "SYRIAC THREE DOTS ABOVE"@en .

<http://lexvo.org/id/char/0746> a lvont:Character ;
    lvont:represents "݆"^^xsd:string ;
    rdfs:comment "SYRIAC THREE DOTS BELOW"@en .

<http://lexvo.org/id/char/0747> a lvont:Character ;
    lvont:represents "݇"^^xsd:string ;
    rdfs:comment "SYRIAC OBLIQUE LINE ABOVE"@en .

<http://lexvo.org/id/char/0748> a lvont:Character ;
    lvont:represents "݈"^^xsd:string ;
    rdfs:comment "SYRIAC OBLIQUE LINE BELOW"@en .

<http://lexvo.org/id/char/0749> a lvont:Character ;
    lvont:represents "݉"^^xsd:string ;
    rdfs:comment "SYRIAC MUSIC"@en .

<http://lexvo.org/id/char/074A> a lvont:Character ;
    lvont:represents "݊"^^xsd:string ;
    rdfs:comment "SYRIAC BARREKH"@en .

<http://lexvo.org/id/char/074D> a lvont:Character ;
    lvont:represents "ݍ"^^xsd:string ;
    rdfs:comment "SYRIAC LETTER SOGDIAN ZHAIN"@en .

<http://lexvo.org/id/char/074E> a lvont:Character ;
    lvont:represents "ݎ"^^xsd:string ;
    rdfs:comment "SYRIAC LETTER SOGDIAN KHAPH"@en .

<http://lexvo.org/id/char/074F> a lvont:Character ;
    lvont:represents "ݏ"^^xsd:string ;
    rdfs:comment "SYRIAC LETTER SOGDIAN FE"@en .

<http://lexvo.org/id/char/0750> a lvont:Character ;
    lvont:represents "ݐ"^^xsd:string ;
    rdfs:comment "ARABIC LETTER BEH WITH THREE DOTS HORIZONTALLY BELOW"@en .

<http://lexvo.org/id/char/0751> a lvont:Character ;
    lvont:represents "ݑ"^^xsd:string ;
    rdfs:comment "ARABIC LETTER BEH WITH DOT BELOW AND THREE DOTS ABOVE"@en .

<http://lexvo.org/id/char/0752> a lvont:Character ;
    lvont:represents "ݒ"^^xsd:string ;
    rdfs:comment "ARABIC LETTER BEH WITH THREE DOTS POINTING UPWARDS BELOW"@en .

<http://lexvo.org/id/char/0753> a lvont:Character ;
    lvont:represents "ݓ"^^xsd:string ;
    rdfs:comment "ARABIC LETTER BEH WITH THREE DOTS POINTING UPWARDS BELOW AND TWO DOTS ABOVE"@en .

<http://lexvo.org/id/char/0754> a lvont:Character ;
    lvont:represents "ݔ"^^xsd:string ;
    rdfs:comment "ARABIC LETTER BEH WITH TWO DOTS BELOW AND DOT ABOVE"@en .

<http://lexvo.org/id/char/0755> a lvont:Character ;
    lvont:represents "ݕ"^^xsd:string ;
    rdfs:comment "ARABIC LETTER BEH WITH INVERTED SMALL V BELOW"@en .

<http://lexvo.org/id/char/0756> a lvont:Character ;
    lvont:represents "ݖ"^^xsd:string ;
    rdfs:comment "ARABIC LETTER BEH WITH SMALL V"@en .

<http://lexvo.org/id/char/0757> a lvont:Character ;
    lvont:represents "ݗ"^^xsd:string ;
    rdfs:comment "ARABIC LETTER HAH WITH TWO DOTS ABOVE"@en .

<http://lexvo.org/id/char/0758> a lvont:Character ;
    lvont:represents "ݘ"^^xsd:string ;
    rdfs:comment "ARABIC LETTER HAH WITH THREE DOTS POINTING UPWARDS BELOW"@en .

<http://lexvo.org/id/char/0759> a lvont:Character ;
    lvont:represents "ݙ"^^xsd:string ;
    rdfs:comment "ARABIC LETTER DAL WITH TWO DOTS VERTICALLY BELOW AND SMALL TAH"@en .

<http://lexvo.org/id/char/075A> a lvont:Character ;
    lvont:represents "ݚ"^^xsd:string ;
    rdfs:comment "ARABIC LETTER DAL WITH INVERTED SMALL V BELOW"@en .

<http://lexvo.org/id/char/075B> a lvont:Character ;
    lvont:represents "ݛ"^^xsd:string ;
    rdfs:comment "ARABIC LETTER REH WITH STROKE"@en .

<http://lexvo.org/id/char/075C> a lvont:Character ;
    lvont:represents "ݜ"^^xsd:string ;
    rdfs:comment "ARABIC LETTER SEEN WITH FOUR DOTS ABOVE"@en .

<http://lexvo.org/id/char/075D> a lvont:Character ;
    lvont:represents "ݝ"^^xsd:string ;
    rdfs:comment "ARABIC LETTER AIN WITH TWO DOTS ABOVE"@en .

<http://lexvo.org/id/char/075E> a lvont:Character ;
    lvont:represents "ݞ"^^xsd:string ;
    rdfs:comment "ARABIC LETTER AIN WITH THREE DOTS POINTING DOWNWARDS ABOVE"@en .

<http://lexvo.org/id/char/075F> a lvont:Character ;
    lvont:represents "ݟ"^^xsd:string ;
    rdfs:comment "ARABIC LETTER AIN WITH TWO DOTS VERTICALLY ABOVE"@en .

<http://lexvo.org/id/char/0760> a lvont:Character ;
    lvont:represents "ݠ"^^xsd:string ;
    rdfs:comment "ARABIC LETTER FEH WITH TWO DOTS BELOW"@en .

<http://lexvo.org/id/char/0761> a lvont:Character ;
    lvont:represents "ݡ"^^xsd:string ;
    rdfs:comment "ARABIC LETTER FEH WITH THREE DOTS POINTING UPWARDS BELOW"@en .

<http://lexvo.org/id/char/0762> a lvont:Character ;
    lvont:represents "ݢ"^^xsd:string ;
    rdfs:comment "ARABIC LETTER KEHEH WITH DOT ABOVE"@en .

<http://lexvo.org/id/char/0763> a lvont:Character ;
    lvont:represents "ݣ"^^xsd:string ;
    rdfs:comment "ARABIC LETTER KEHEH WITH THREE DOTS ABOVE"@en .

<http://lexvo.org/id/char/0764> a lvont:Character ;
    lvont:represents "ݤ"^^xsd:string ;
    rdfs:comment "ARABIC LETTER KEHEH WITH THREE DOTS POINTING UPWARDS BELOW"@en .

<http://lexvo.org/id/char/0765> a lvont:Character ;
    lvont:represents "ݥ"^^xsd:string ;
    rdfs:comment "ARABIC LETTER MEEM WITH DOT ABOVE"@en .

<http://lexvo.org/id/char/0766> a lvont:Character ;
    lvont:represents "ݦ"^^xsd:string ;
    rdfs:comment "ARABIC LETTER MEEM WITH DOT BELOW"@en .

<http://lexvo.org/id/char/0767> a lvont:Character ;
    lvont:represents "ݧ"^^xsd:string ;
    rdfs:comment "ARABIC LETTER NOON WITH TWO DOTS BELOW"@en .

<http://lexvo.org/id/char/0768> a lvont:Character ;
    lvont:represents "ݨ"^^xsd:string ;
    rdfs:comment "ARABIC LETTER NOON WITH SMALL TAH"@en .

<http://lexvo.org/id/char/0769> a lvont:Character ;
    lvont:represents "ݩ"^^xsd:string ;
    rdfs:comment "ARABIC LETTER NOON WITH SMALL V"@en .

<http://lexvo.org/id/char/076A> a lvont:Character ;
    lvont:represents "ݪ"^^xsd:string ;
    rdfs:comment "ARABIC LETTER LAM WITH BAR"@en .

<http://lexvo.org/id/char/076B> a lvont:Character ;
    lvont:represents "ݫ"^^xsd:string ;
    rdfs:comment "ARABIC LETTER REH WITH TWO DOTS VERTICALLY ABOVE"@en .

<http://lexvo.org/id/char/076C> a lvont:Character ;
    lvont:represents "ݬ"^^xsd:string ;
    rdfs:comment "ARABIC LETTER REH WITH HAMZA ABOVE"@en .

<http://lexvo.org/id/char/076D> a lvont:Character ;
    lvont:represents "ݭ"^^xsd:string ;
    rdfs:comment "ARABIC LETTER SEEN WITH TWO DOTS VERTICALLY ABOVE"@en .

<http://lexvo.org/id/char/076E> a lvont:Character ;
    lvont:represents "ݮ"^^xsd:string ;
    rdfs:comment "ARABIC LETTER HAH WITH SMALL ARABIC LETTER TAH BELOW"@en .

<http://lexvo.org/id/char/076F> a lvont:Character ;
    lvont:represents "ݯ"^^xsd:string ;
    rdfs:comment "ARABIC LETTER HAH WITH SMALL ARABIC LETTER TAH AND TWO DOTS"@en .

<http://lexvo.org/id/char/0770> a lvont:Character ;
    lvont:represents "ݰ"^^xsd:string ;
    rdfs:comment "ARABIC LETTER SEEN WITH SMALL ARABIC LETTER TAH AND TWO DOTS"@en .

<http://lexvo.org/id/char/0771> a lvont:Character ;
    lvont:represents "ݱ"^^xsd:string ;
    rdfs:comment "ARABIC LETTER REH WITH SMALL ARABIC LETTER TAH AND TWO DOTS"@en .

<http://lexvo.org/id/char/0772> a lvont:Character ;
    lvont:represents "ݲ"^^xsd:string ;
    rdfs:comment "ARABIC LETTER HAH WITH SMALL ARABIC LETTER TAH ABOVE"@en .

<http://lexvo.org/id/char/0773> a lvont:Character ;
    lvont:represents "ݳ"^^xsd:string ;
    rdfs:comment "ARABIC LETTER ALEF WITH EXTENDED ARABIC-INDIC DIGIT TWO ABOVE"@en .

<http://lexvo.org/id/char/0774> a lvont:Character ;
    lvont:represents "ݴ"^^xsd:string ;
    rdfs:comment "ARABIC LETTER ALEF WITH EXTENDED ARABIC-INDIC DIGIT THREE ABOVE"@en .

<http://lexvo.org/id/char/0775> a lvont:Character ;
    lvont:represents "ݵ"^^xsd:string ;
    rdfs:comment "ARABIC LETTER FARSI YEH WITH EXTENDED ARABIC-INDIC DIGIT TWO ABOVE"@en .

<http://lexvo.org/id/char/0776> a lvont:Character ;
    lvont:represents "ݶ"^^xsd:string ;
    rdfs:comment "ARABIC LETTER FARSI YEH WITH EXTENDED ARABIC-INDIC DIGIT THREE ABOVE"@en .

<http://lexvo.org/id/char/0777> a lvont:Character ;
    lvont:represents "ݷ"^^xsd:string ;
    rdfs:comment "ARABIC LETTER FARSI YEH WITH EXTENDED ARABIC-INDIC DIGIT FOUR BELOW"@en .

<http://lexvo.org/id/char/0778> a lvont:Character ;
    lvont:represents "ݸ"^^xsd:string ;
    rdfs:comment "ARABIC LETTER WAW WITH EXTENDED ARABIC-INDIC DIGIT TWO ABOVE"@en .

<http://lexvo.org/id/char/0779> a lvont:Character ;
    lvont:represents "ݹ"^^xsd:string ;
    rdfs:comment "ARABIC LETTER WAW WITH EXTENDED ARABIC-INDIC DIGIT THREE ABOVE"@en .

<http://lexvo.org/id/char/077A> a lvont:Character ;
    lvont:represents "ݺ"^^xsd:string ;
    rdfs:comment "ARABIC LETTER YEH BARREE WITH EXTENDED ARABIC-INDIC DIGIT TWO ABOVE"@en .

<http://lexvo.org/id/char/077B> a lvont:Character ;
    lvont:represents "ݻ"^^xsd:string ;
    rdfs:comment "ARABIC LETTER YEH BARREE WITH EXTENDED ARABIC-INDIC DIGIT THREE ABOVE"@en .

<http://lexvo.org/id/char/077C> a lvont:Character ;
    lvont:represents "ݼ"^^xsd:string ;
    rdfs:comment "ARABIC LETTER HAH WITH EXTENDED ARABIC-INDIC DIGIT FOUR BELOW"@en .

<http://lexvo.org/id/char/077D> a lvont:Character ;
    lvont:represents "ݽ"^^xsd:string ;
    rdfs:comment "ARABIC LETTER SEEN WITH EXTENDED ARABIC-INDIC DIGIT FOUR ABOVE"@en .

<http://lexvo.org/id/char/077E> a lvont:Character ;
    lvont:represents "ݾ"^^xsd:string ;
    rdfs:comment "ARABIC LETTER SEEN WITH INVERTED V"@en .

<http://lexvo.org/id/char/077F> a lvont:Character ;
    lvont:represents "ݿ"^^xsd:string ;
    rdfs:comment "ARABIC LETTER KAF WITH TWO DOTS ABOVE"@en .

<http://lexvo.org/id/char/0780> a lvont:Character ;
    lvont:represents "ހ"^^xsd:string ;
    rdfs:comment "THAANA LETTER HAA"@en .

<http://lexvo.org/id/char/0781> a lvont:Character ;
    lvont:represents "ށ"^^xsd:string ;
    rdfs:comment "THAANA LETTER SHAVIYANI"@en .

<http://lexvo.org/id/char/0782> a lvont:Character ;
    lvont:represents "ނ"^^xsd:string ;
    rdfs:comment "THAANA LETTER NOONU"@en .

<http://lexvo.org/id/char/0783> a lvont:Character ;
    lvont:represents "ރ"^^xsd:string ;
    rdfs:comment "THAANA LETTER RAA"@en .

<http://lexvo.org/id/char/0784> a lvont:Character ;
    lvont:represents "ބ"^^xsd:string ;
    rdfs:comment "THAANA LETTER BAA"@en .

<http://lexvo.org/id/char/0785> a lvont:Character ;
    lvont:represents "ޅ"^^xsd:string ;
    rdfs:comment "THAANA LETTER LHAVIYANI"@en .

<http://lexvo.org/id/char/0786> a lvont:Character ;
    lvont:represents "ކ"^^xsd:string ;
    rdfs:comment "THAANA LETTER KAAFU"@en .

<http://lexvo.org/id/char/0787> a lvont:Character ;
    lvont:represents "އ"^^xsd:string ;
    rdfs:comment "THAANA LETTER ALIFU"@en .

<http://lexvo.org/id/char/0788> a lvont:Character ;
    lvont:represents "ވ"^^xsd:string ;
    rdfs:comment "THAANA LETTER VAAVU"@en .

<http://lexvo.org/id/char/0789> a lvont:Character ;
    lvont:represents "މ"^^xsd:string ;
    rdfs:comment "THAANA LETTER MEEMU"@en .

<http://lexvo.org/id/char/078A> a lvont:Character ;
    lvont:represents "ފ"^^xsd:string ;
    rdfs:comment "THAANA LETTER FAAFU"@en .

<http://lexvo.org/id/char/078B> a lvont:Character ;
    lvont:represents "ދ"^^xsd:string ;
    rdfs:comment "THAANA LETTER DHAALU"@en .

<http://lexvo.org/id/char/078C> a lvont:Character ;
    lvont:represents "ތ"^^xsd:string ;
    rdfs:comment "THAANA LETTER THAA"@en .

<http://lexvo.org/id/char/078D> a lvont:Character ;
    lvont:represents "ލ"^^xsd:string ;
    rdfs:comment "THAANA LETTER LAAMU"@en .

<http://lexvo.org/id/char/078E> a lvont:Character ;
    lvont:represents "ގ"^^xsd:string ;
    rdfs:comment "THAANA LETTER GAAFU"@en .

<http://lexvo.org/id/char/078F> a lvont:Character ;
    lvont:represents "ޏ"^^xsd:string ;
    rdfs:comment "THAANA LETTER GNAVIYANI"@en .

<http://lexvo.org/id/char/0790> a lvont:Character ;
    lvont:represents "ސ"^^xsd:string ;
    rdfs:comment "THAANA LETTER SEENU"@en .

<http://lexvo.org/id/char/0791> a lvont:Character ;
    lvont:represents "ޑ"^^xsd:string ;
    rdfs:comment "THAANA LETTER DAVIYANI"@en .

<http://lexvo.org/id/char/0792> a lvont:Character ;
    lvont:represents "ޒ"^^xsd:string ;
    rdfs:comment "THAANA LETTER ZAVIYANI"@en .

<http://lexvo.org/id/char/0793> a lvont:Character ;
    lvont:represents "ޓ"^^xsd:string ;
    rdfs:comment "THAANA LETTER TAVIYANI"@en .

<http://lexvo.org/id/char/0794> a lvont:Character ;
    lvont:represents "ޔ"^^xsd:string ;
    rdfs:comment "THAANA LETTER YAA"@en .

<http://lexvo.org/id/char/0795> a lvont:Character ;
    lvont:represents "ޕ"^^xsd:string ;
    rdfs:comment "THAANA LETTER PAVIYANI"@en .

<http://lexvo.org/id/char/0796> a lvont:Character ;
    lvont:represents "ޖ"^^xsd:string ;
    rdfs:comment "THAANA LETTER JAVIYANI"@en .

<http://lexvo.org/id/char/0797> a lvont:Character ;
    lvont:represents "ޗ"^^xsd:string ;
    rdfs:comment "THAANA LETTER CHAVIYANI"@en .

<http://lexvo.org/id/char/0798> a lvont:Character ;
    lvont:represents "ޘ"^^xsd:string ;
    rdfs:comment "THAANA LETTER TTAA"@en .

<http://lexvo.org/id/char/0799> a lvont:Character ;
    lvont:represents "ޙ"^^xsd:string ;
    rdfs:comment "THAANA LETTER HHAA"@en .

<http://lexvo.org/id/char/079A> a lvont:Character ;
    lvont:represents "ޚ"^^xsd:string ;
    rdfs:comment "THAANA LETTER KHAA"@en .

<http://lexvo.org/id/char/079B> a lvont:Character ;
    lvont:represents "ޛ"^^xsd:string ;
    rdfs:comment "THAANA LETTER THAALU"@en .

<http://lexvo.org/id/char/079C> a lvont:Character ;
    lvont:represents "ޜ"^^xsd:string ;
    rdfs:comment "THAANA LETTER ZAA"@en .

<http://lexvo.org/id/char/079D> a lvont:Character ;
    lvont:represents "ޝ"^^xsd:string ;
    rdfs:comment "THAANA LETTER SHEENU"@en .

<http://lexvo.org/id/char/079E> a lvont:Character ;
    lvont:represents "ޞ"^^xsd:string ;
    rdfs:comment "THAANA LETTER SAADHU"@en .

<http://lexvo.org/id/char/079F> a lvont:Character ;
    lvont:represents "ޟ"^^xsd:string ;
    rdfs:comment "THAANA LETTER DAADHU"@en .

<http://lexvo.org/id/char/07A0> a lvont:Character ;
    lvont:represents "ޠ"^^xsd:string ;
    rdfs:comment "THAANA LETTER TO"@en .

<http://lexvo.org/id/char/07A1> a lvont:Character ;
    lvont:represents "ޡ"^^xsd:string ;
    rdfs:comment "THAANA LETTER ZO"@en .

<http://lexvo.org/id/char/07A2> a lvont:Character ;
    lvont:represents "ޢ"^^xsd:string ;
    rdfs:comment "THAANA LETTER AINU"@en .

<http://lexvo.org/id/char/07A3> a lvont:Character ;
    lvont:represents "ޣ"^^xsd:string ;
    rdfs:comment "THAANA LETTER GHAINU"@en .

<http://lexvo.org/id/char/07A4> a lvont:Character ;
    lvont:represents "ޤ"^^xsd:string ;
    rdfs:comment "THAANA LETTER QAAFU"@en .

<http://lexvo.org/id/char/07A5> a lvont:Character ;
    lvont:represents "ޥ"^^xsd:string ;
    rdfs:comment "THAANA LETTER WAAVU"@en .

<http://lexvo.org/id/char/07A6> a lvont:Character ;
    lvont:represents "ަ"^^xsd:string ;
    rdfs:comment "THAANA ABAFILI"@en .

<http://lexvo.org/id/char/07A7> a lvont:Character ;
    lvont:represents "ާ"^^xsd:string ;
    rdfs:comment "THAANA AABAAFILI"@en .

<http://lexvo.org/id/char/07A8> a lvont:Character ;
    lvont:represents "ި"^^xsd:string ;
    rdfs:comment "THAANA IBIFILI"@en .

<http://lexvo.org/id/char/07A9> a lvont:Character ;
    lvont:represents "ީ"^^xsd:string ;
    rdfs:comment "THAANA EEBEEFILI"@en .

<http://lexvo.org/id/char/07AA> a lvont:Character ;
    lvont:represents "ު"^^xsd:string ;
    rdfs:comment "THAANA UBUFILI"@en .

<http://lexvo.org/id/char/07AB> a lvont:Character ;
    lvont:represents "ޫ"^^xsd:string ;
    rdfs:comment "THAANA OOBOOFILI"@en .

<http://lexvo.org/id/char/07AC> a lvont:Character ;
    lvont:represents "ެ"^^xsd:string ;
    rdfs:comment "THAANA EBEFILI"@en .

<http://lexvo.org/id/char/07AD> a lvont:Character ;
    lvont:represents "ޭ"^^xsd:string ;
    rdfs:comment "THAANA EYBEYFILI"@en .

<http://lexvo.org/id/char/07AE> a lvont:Character ;
    lvont:represents "ޮ"^^xsd:string ;
    rdfs:comment "THAANA OBOFILI"@en .

<http://lexvo.org/id/char/07AF> a lvont:Character ;
    lvont:represents "ޯ"^^xsd:string ;
    rdfs:comment "THAANA OABOAFILI"@en .

<http://lexvo.org/id/char/07B0> a lvont:Character ;
    lvont:represents "ް"^^xsd:string ;
    rdfs:comment "THAANA SUKUN"@en .

<http://lexvo.org/id/char/07B1> a lvont:Character ;
    lvont:represents "ޱ"^^xsd:string ;
    rdfs:comment "THAANA LETTER NAA"@en .

<http://lexvo.org/id/char/07C0> a lvont:Character ;
    lvont:represents "߀"^^xsd:string ;
    rdfs:comment "NKO DIGIT ZERO"@en .

<http://lexvo.org/id/char/07C1> a lvont:Character ;
    lvont:represents "߁"^^xsd:string ;
    rdfs:comment "NKO DIGIT ONE"@en .

<http://lexvo.org/id/char/07C2> a lvont:Character ;
    lvont:represents "߂"^^xsd:string ;
    rdfs:comment "NKO DIGIT TWO"@en .

<http://lexvo.org/id/char/07C3> a lvont:Character ;
    lvont:represents "߃"^^xsd:string ;
    rdfs:comment "NKO DIGIT THREE"@en .

<http://lexvo.org/id/char/07C4> a lvont:Character ;
    lvont:represents "߄"^^xsd:string ;
    rdfs:comment "NKO DIGIT FOUR"@en .

<http://lexvo.org/id/char/07C5> a lvont:Character ;
    lvont:represents "߅"^^xsd:string ;
    rdfs:comment "NKO DIGIT FIVE"@en .

<http://lexvo.org/id/char/07C6> a lvont:Character ;
    lvont:represents "߆"^^xsd:string ;
    rdfs:comment "NKO DIGIT SIX"@en .

<http://lexvo.org/id/char/07C7> a lvont:Character ;
    lvont:represents "߇"^^xsd:string ;
    rdfs:comment "NKO DIGIT SEVEN"@en .

<http://lexvo.org/id/char/07C8> a lvont:Character ;
    lvont:represents "߈"^^xsd:string ;
    rdfs:comment "NKO DIGIT EIGHT"@en .

<http://lexvo.org/id/char/07C9> a lvont:Character ;
    lvont:represents "߉"^^xsd:string ;
    rdfs:comment "NKO DIGIT NINE"@en .

<http://lexvo.org/id/char/07CA> a lvont:Character ;
    lvont:represents "ߊ"^^xsd:string ;
    rdfs:comment "NKO LETTER A"@en .

<http://lexvo.org/id/char/07CB> a lvont:Character ;
    lvont:represents "ߋ"^^xsd:string ;
    rdfs:comment "NKO LETTER EE"@en .

<http://lexvo.org/id/char/07CC> a lvont:Character ;
    lvont:represents "ߌ"^^xsd:string ;
    rdfs:comment "NKO LETTER I"@en .

<http://lexvo.org/id/char/07CD> a lvont:Character ;
    lvont:represents "ߍ"^^xsd:string ;
    rdfs:comment "NKO LETTER E"@en .

<http://lexvo.org/id/char/07CE> a lvont:Character ;
    lvont:represents "ߎ"^^xsd:string ;
    rdfs:comment "NKO LETTER U"@en .

<http://lexvo.org/id/char/07CF> a lvont:Character ;
    lvont:represents "ߏ"^^xsd:string ;
    rdfs:comment "NKO LETTER OO"@en .

<http://lexvo.org/id/char/07D0> a lvont:Character ;
    lvont:represents "ߐ"^^xsd:string ;
    rdfs:comment "NKO LETTER O"@en .

<http://lexvo.org/id/char/07D1> a lvont:Character ;
    lvont:represents "ߑ"^^xsd:string ;
    rdfs:comment "NKO LETTER DAGBASINNA"@en .

<http://lexvo.org/id/char/07D2> a lvont:Character ;
    lvont:represents "ߒ"^^xsd:string ;
    rdfs:comment "NKO LETTER N"@en .

<http://lexvo.org/id/char/07D3> a lvont:Character ;
    lvont:represents "ߓ"^^xsd:string ;
    rdfs:comment "NKO LETTER BA"@en .

<http://lexvo.org/id/char/07D4> a lvont:Character ;
    lvont:represents "ߔ"^^xsd:string ;
    rdfs:comment "NKO LETTER PA"@en .

<http://lexvo.org/id/char/07D5> a lvont:Character ;
    lvont:represents "ߕ"^^xsd:string ;
    rdfs:comment "NKO LETTER TA"@en .

<http://lexvo.org/id/char/07D6> a lvont:Character ;
    lvont:represents "ߖ"^^xsd:string ;
    rdfs:comment "NKO LETTER JA"@en .

<http://lexvo.org/id/char/07D7> a lvont:Character ;
    lvont:represents "ߗ"^^xsd:string ;
    rdfs:comment "NKO LETTER CHA"@en .

<http://lexvo.org/id/char/07D8> a lvont:Character ;
    lvont:represents "ߘ"^^xsd:string ;
    rdfs:comment "NKO LETTER DA"@en .

<http://lexvo.org/id/char/07D9> a lvont:Character ;
    lvont:represents "ߙ"^^xsd:string ;
    rdfs:comment "NKO LETTER RA"@en .

<http://lexvo.org/id/char/07DA> a lvont:Character ;
    lvont:represents "ߚ"^^xsd:string ;
    rdfs:comment "NKO LETTER RRA"@en .

<http://lexvo.org/id/char/07DB> a lvont:Character ;
    lvont:represents "ߛ"^^xsd:string ;
    rdfs:comment "NKO LETTER SA"@en .

<http://lexvo.org/id/char/07DC> a lvont:Character ;
    lvont:represents "ߜ"^^xsd:string ;
    rdfs:comment "NKO LETTER GBA"@en .

<http://lexvo.org/id/char/07DD> a lvont:Character ;
    lvont:represents "ߝ"^^xsd:string ;
    rdfs:comment "NKO LETTER FA"@en .

<http://lexvo.org/id/char/07DE> a lvont:Character ;
    lvont:represents "ߞ"^^xsd:string ;
    rdfs:comment "NKO LETTER KA"@en .

<http://lexvo.org/id/char/07DF> a lvont:Character ;
    lvont:represents "ߟ"^^xsd:string ;
    rdfs:comment "NKO LETTER LA"@en .

<http://lexvo.org/id/char/07E0> a lvont:Character ;
    lvont:represents "ߠ"^^xsd:string ;
    rdfs:comment "NKO LETTER NA WOLOSO"@en .

<http://lexvo.org/id/char/07E1> a lvont:Character ;
    lvont:represents "ߡ"^^xsd:string ;
    rdfs:comment "NKO LETTER MA"@en .

<http://lexvo.org/id/char/07E2> a lvont:Character ;
    lvont:represents "ߢ"^^xsd:string ;
    rdfs:comment "NKO LETTER NYA"@en .

<http://lexvo.org/id/char/07E3> a lvont:Character ;
    lvont:represents "ߣ"^^xsd:string ;
    rdfs:comment "NKO LETTER NA"@en .

<http://lexvo.org/id/char/07E4> a lvont:Character ;
    lvont:represents "ߤ"^^xsd:string ;
    rdfs:comment "NKO LETTER HA"@en .

<http://lexvo.org/id/char/07E5> a lvont:Character ;
    lvont:represents "ߥ"^^xsd:string ;
    rdfs:comment "NKO LETTER WA"@en .

<http://lexvo.org/id/char/07E6> a lvont:Character ;
    lvont:represents "ߦ"^^xsd:string ;
    rdfs:comment "NKO LETTER YA"@en .

<http://lexvo.org/id/char/07E7> a lvont:Character ;
    lvont:represents "ߧ"^^xsd:string ;
    rdfs:comment "NKO LETTER NYA WOLOSO"@en .

<http://lexvo.org/id/char/07E8> a lvont:Character ;
    lvont:represents "ߨ"^^xsd:string ;
    rdfs:comment "NKO LETTER JONA JA"@en .

<http://lexvo.org/id/char/07E9> a lvont:Character ;
    lvont:represents "ߩ"^^xsd:string ;
    rdfs:comment "NKO LETTER JONA CHA"@en .

<http://lexvo.org/id/char/07EA> a lvont:Character ;
    lvont:represents "ߪ"^^xsd:string ;
    rdfs:comment "NKO LETTER JONA RA"@en .

<http://lexvo.org/id/char/07EB> a lvont:Character ;
    lvont:represents "߫"^^xsd:string ;
    rdfs:comment "NKO COMBINING SHORT HIGH TONE"@en .

<http://lexvo.org/id/char/07EC> a lvont:Character ;
    lvont:represents "߬"^^xsd:string ;
    rdfs:comment "NKO COMBINING SHORT LOW TONE"@en .

<http://lexvo.org/id/char/07ED> a lvont:Character ;
    lvont:represents "߭"^^xsd:string ;
    rdfs:comment "NKO COMBINING SHORT RISING TONE"@en .

<http://lexvo.org/id/char/07EE> a lvont:Character ;
    lvont:represents "߮"^^xsd:string ;
    rdfs:comment "NKO COMBINING LONG DESCENDING TONE"@en .

<http://lexvo.org/id/char/07EF> a lvont:Character ;
    lvont:represents "߯"^^xsd:string ;
    rdfs:comment "NKO COMBINING LONG HIGH TONE"@en .

<http://lexvo.org/id/char/07F0> a lvont:Character ;
    lvont:represents "߰"^^xsd:string ;
    rdfs:comment "NKO COMBINING LONG LOW TONE"@en .

<http://lexvo.org/id/char/07F1> a lvont:Character ;
    lvont:represents "߱"^^xsd:string ;
    rdfs:comment "NKO COMBINING LONG RISING TONE"@en .

<http://lexvo.org/id/char/07F2> a lvont:Character ;
    lvont:represents "߲"^^xsd:string ;
    rdfs:comment "NKO COMBINING NASALIZATION MARK"@en .

<http://lexvo.org/id/char/07F3> a lvont:Character ;
    lvont:represents "߳"^^xsd:string ;
    rdfs:comment "NKO COMBINING DOUBLE DOT ABOVE"@en .

<http://lexvo.org/id/char/07F4> a lvont:Character ;
    lvont:represents "ߴ"^^xsd:string ;
    rdfs:comment "NKO HIGH TONE APOSTROPHE"@en .

<http://lexvo.org/id/char/07F5> a lvont:Character ;
    lvont:represents "ߵ"^^xsd:string ;
    rdfs:comment "NKO LOW TONE APOSTROPHE"@en .

<http://lexvo.org/id/char/07F6> a lvont:Character ;
    lvont:represents "߶"^^xsd:string ;
    rdfs:comment "NKO SYMBOL OO DENNEN"@en .

<http://lexvo.org/id/char/07F7> a lvont:Character ;
    lvont:represents "߷"^^xsd:string ;
    rdfs:comment "NKO SYMBOL GBAKURUNEN"@en .

<http://lexvo.org/id/char/07F8> a lvont:Character ;
    lvont:represents "߸"^^xsd:string ;
    rdfs:comment "NKO COMMA"@en .

<http://lexvo.org/id/char/07F9> a lvont:Character ;
    lvont:represents "߹"^^xsd:string ;
    rdfs:comment "NKO EXCLAMATION MARK"@en .

<http://lexvo.org/id/char/07FA> a lvont:Character ;
    lvont:represents "ߺ"^^xsd:string ;
    rdfs:comment "NKO LAJANYALAN"@en .

<http://lexvo.org/id/char/0800> a lvont:Character ;
    lvont:represents "ࠀ"^^xsd:string ;
    rdfs:comment "SAMARITAN LETTER ALAF"@en .

<http://lexvo.org/id/char/0801> a lvont:Character ;
    lvont:represents "ࠁ"^^xsd:string ;
    rdfs:comment "SAMARITAN LETTER BIT"@en .

<http://lexvo.org/id/char/0802> a lvont:Character ;
    lvont:represents "ࠂ"^^xsd:string ;
    rdfs:comment "SAMARITAN LETTER GAMAN"@en .

<http://lexvo.org/id/char/0803> a lvont:Character ;
    lvont:represents "ࠃ"^^xsd:string ;
    rdfs:comment "SAMARITAN LETTER DALAT"@en .

<http://lexvo.org/id/char/0804> a lvont:Character ;
    lvont:represents "ࠄ"^^xsd:string ;
    rdfs:comment "SAMARITAN LETTER IY"@en .

<http://lexvo.org/id/char/0805> a lvont:Character ;
    lvont:represents "ࠅ"^^xsd:string ;
    rdfs:comment "SAMARITAN LETTER BAA"@en .

<http://lexvo.org/id/char/0806> a lvont:Character ;
    lvont:represents "ࠆ"^^xsd:string ;
    rdfs:comment "SAMARITAN LETTER ZEN"@en .

<http://lexvo.org/id/char/0807> a lvont:Character ;
    lvont:represents "ࠇ"^^xsd:string ;
    rdfs:comment "SAMARITAN LETTER IT"@en .

<http://lexvo.org/id/char/0808> a lvont:Character ;
    lvont:represents "ࠈ"^^xsd:string ;
    rdfs:comment "SAMARITAN LETTER TIT"@en .

<http://lexvo.org/id/char/0809> a lvont:Character ;
    lvont:represents "ࠉ"^^xsd:string ;
    rdfs:comment "SAMARITAN LETTER YUT"@en .

<http://lexvo.org/id/char/080A> a lvont:Character ;
    lvont:represents "ࠊ"^^xsd:string ;
    rdfs:comment "SAMARITAN LETTER KAAF"@en .

<http://lexvo.org/id/char/080B> a lvont:Character ;
    lvont:represents "ࠋ"^^xsd:string ;
    rdfs:comment "SAMARITAN LETTER LABAT"@en .

<http://lexvo.org/id/char/080C> a lvont:Character ;
    lvont:represents "ࠌ"^^xsd:string ;
    rdfs:comment "SAMARITAN LETTER MIM"@en .

<http://lexvo.org/id/char/080D> a lvont:Character ;
    lvont:represents "ࠍ"^^xsd:string ;
    rdfs:comment "SAMARITAN LETTER NUN"@en .

<http://lexvo.org/id/char/080E> a lvont:Character ;
    lvont:represents "ࠎ"^^xsd:string ;
    rdfs:comment "SAMARITAN LETTER SINGAAT"@en .

<http://lexvo.org/id/char/080F> a lvont:Character ;
    lvont:represents "ࠏ"^^xsd:string ;
    rdfs:comment "SAMARITAN LETTER IN"@en .

<http://lexvo.org/id/char/0810> a lvont:Character ;
    lvont:represents "ࠐ"^^xsd:string ;
    rdfs:comment "SAMARITAN LETTER FI"@en .

<http://lexvo.org/id/char/0811> a lvont:Character ;
    lvont:represents "ࠑ"^^xsd:string ;
    rdfs:comment "SAMARITAN LETTER TSAADIY"@en .

<http://lexvo.org/id/char/0812> a lvont:Character ;
    lvont:represents "ࠒ"^^xsd:string ;
    rdfs:comment "SAMARITAN LETTER QUF"@en .

<http://lexvo.org/id/char/0813> a lvont:Character ;
    lvont:represents "ࠓ"^^xsd:string ;
    rdfs:comment "SAMARITAN LETTER RISH"@en .

<http://lexvo.org/id/char/0814> a lvont:Character ;
    lvont:represents "ࠔ"^^xsd:string ;
    rdfs:comment "SAMARITAN LETTER SHAN"@en .

<http://lexvo.org/id/char/0815> a lvont:Character ;
    lvont:represents "ࠕ"^^xsd:string ;
    rdfs:comment "SAMARITAN LETTER TAAF"@en .

<http://lexvo.org/id/char/0816> a lvont:Character ;
    lvont:represents "ࠖ"^^xsd:string ;
    rdfs:comment "SAMARITAN MARK IN"@en .

<http://lexvo.org/id/char/0817> a lvont:Character ;
    lvont:represents "ࠗ"^^xsd:string ;
    rdfs:comment "SAMARITAN MARK IN-ALAF"@en .

<http://lexvo.org/id/char/0818> a lvont:Character ;
    lvont:represents "࠘"^^xsd:string ;
    rdfs:comment "SAMARITAN MARK OCCLUSION"@en .

<http://lexvo.org/id/char/0819> a lvont:Character ;
    lvont:represents "࠙"^^xsd:string ;
    rdfs:comment "SAMARITAN MARK DAGESH"@en .

<http://lexvo.org/id/char/081A> a lvont:Character ;
    lvont:represents "ࠚ"^^xsd:string ;
    rdfs:comment "SAMARITAN MODIFIER LETTER EPENTHETIC YUT"@en .

<http://lexvo.org/id/char/081B> a lvont:Character ;
    lvont:represents "ࠛ"^^xsd:string ;
    rdfs:comment "SAMARITAN MARK EPENTHETIC YUT"@en .

<http://lexvo.org/id/char/081C> a lvont:Character ;
    lvont:represents "ࠜ"^^xsd:string ;
    rdfs:comment "SAMARITAN VOWEL SIGN LONG E"@en .

<http://lexvo.org/id/char/081D> a lvont:Character ;
    lvont:represents "ࠝ"^^xsd:string ;
    rdfs:comment "SAMARITAN VOWEL SIGN E"@en .

<http://lexvo.org/id/char/081E> a lvont:Character ;
    lvont:represents "ࠞ"^^xsd:string ;
    rdfs:comment "SAMARITAN VOWEL SIGN OVERLONG AA"@en .

<http://lexvo.org/id/char/081F> a lvont:Character ;
    lvont:represents "ࠟ"^^xsd:string ;
    rdfs:comment "SAMARITAN VOWEL SIGN LONG AA"@en .

<http://lexvo.org/id/char/0820> a lvont:Character ;
    lvont:represents "ࠠ"^^xsd:string ;
    rdfs:comment "SAMARITAN VOWEL SIGN AA"@en .

<http://lexvo.org/id/char/0821> a lvont:Character ;
    lvont:represents "ࠡ"^^xsd:string ;
    rdfs:comment "SAMARITAN VOWEL SIGN OVERLONG A"@en .

<http://lexvo.org/id/char/0822> a lvont:Character ;
    lvont:represents "ࠢ"^^xsd:string ;
    rdfs:comment "SAMARITAN VOWEL SIGN LONG A"@en .

<http://lexvo.org/id/char/0823> a lvont:Character ;
    lvont:represents "ࠣ"^^xsd:string ;
    rdfs:comment "SAMARITAN VOWEL SIGN A"@en .

<http://lexvo.org/id/char/0824> a lvont:Character ;
    lvont:represents "ࠤ"^^xsd:string ;
    rdfs:comment "SAMARITAN MODIFIER LETTER SHORT A"@en .

<http://lexvo.org/id/char/0825> a lvont:Character ;
    lvont:represents "ࠥ"^^xsd:string ;
    rdfs:comment "SAMARITAN VOWEL SIGN SHORT A"@en .

<http://lexvo.org/id/char/0826> a lvont:Character ;
    lvont:represents "ࠦ"^^xsd:string ;
    rdfs:comment "SAMARITAN VOWEL SIGN LONG U"@en .

<http://lexvo.org/id/char/0827> a lvont:Character ;
    lvont:represents "ࠧ"^^xsd:string ;
    rdfs:comment "SAMARITAN VOWEL SIGN U"@en .

<http://lexvo.org/id/char/0828> a lvont:Character ;
    lvont:represents "ࠨ"^^xsd:string ;
    rdfs:comment "SAMARITAN MODIFIER LETTER I"@en .

<http://lexvo.org/id/char/0829> a lvont:Character ;
    lvont:represents "ࠩ"^^xsd:string ;
    rdfs:comment "SAMARITAN VOWEL SIGN LONG I"@en .

<http://lexvo.org/id/char/082A> a lvont:Character ;
    lvont:represents "ࠪ"^^xsd:string ;
    rdfs:comment "SAMARITAN VOWEL SIGN I"@en .

<http://lexvo.org/id/char/082B> a lvont:Character ;
    lvont:represents "ࠫ"^^xsd:string ;
    rdfs:comment "SAMARITAN VOWEL SIGN O"@en .

<http://lexvo.org/id/char/082C> a lvont:Character ;
    lvont:represents "ࠬ"^^xsd:string ;
    rdfs:comment "SAMARITAN VOWEL SIGN SUKUN"@en .

<http://lexvo.org/id/char/082D> a lvont:Character ;
    lvont:represents "࠭"^^xsd:string ;
    rdfs:comment "SAMARITAN MARK NEQUDAA"@en .

<http://lexvo.org/id/char/0830> a lvont:Character ;
    lvont:represents "࠰"^^xsd:string ;
    rdfs:comment "SAMARITAN PUNCTUATION NEQUDAA"@en .

<http://lexvo.org/id/char/0831> a lvont:Character ;
    lvont:represents "࠱"^^xsd:string ;
    rdfs:comment "SAMARITAN PUNCTUATION AFSAAQ"@en .

<http://lexvo.org/id/char/0832> a lvont:Character ;
    lvont:represents "࠲"^^xsd:string ;
    rdfs:comment "SAMARITAN PUNCTUATION ANGED"@en .

<http://lexvo.org/id/char/0833> a lvont:Character ;
    lvont:represents "࠳"^^xsd:string ;
    rdfs:comment "SAMARITAN PUNCTUATION BAU"@en .

<http://lexvo.org/id/char/0834> a lvont:Character ;
    lvont:represents "࠴"^^xsd:string ;
    rdfs:comment "SAMARITAN PUNCTUATION ATMAAU"@en .

<http://lexvo.org/id/char/0835> a lvont:Character ;
    lvont:represents "࠵"^^xsd:string ;
    rdfs:comment "SAMARITAN PUNCTUATION SHIYYAALAA"@en .

<http://lexvo.org/id/char/0836> a lvont:Character ;
    lvont:represents "࠶"^^xsd:string ;
    rdfs:comment "SAMARITAN ABBREVIATION MARK"@en .

<http://lexvo.org/id/char/0837> a lvont:Character ;
    lvont:represents "࠷"^^xsd:string ;
    rdfs:comment "SAMARITAN PUNCTUATION MELODIC QITSA"@en .

<http://lexvo.org/id/char/0838> a lvont:Character ;
    lvont:represents "࠸"^^xsd:string ;
    rdfs:comment "SAMARITAN PUNCTUATION ZIQAA"@en .

<http://lexvo.org/id/char/0839> a lvont:Character ;
    lvont:represents "࠹"^^xsd:string ;
    rdfs:comment "SAMARITAN PUNCTUATION QITSA"@en .

<http://lexvo.org/id/char/083A> a lvont:Character ;
    lvont:represents "࠺"^^xsd:string ;
    rdfs:comment "SAMARITAN PUNCTUATION ZAEF"@en .

<http://lexvo.org/id/char/083B> a lvont:Character ;
    lvont:represents "࠻"^^xsd:string ;
    rdfs:comment "SAMARITAN PUNCTUATION TURU"@en .

<http://lexvo.org/id/char/083C> a lvont:Character ;
    lvont:represents "࠼"^^xsd:string ;
    rdfs:comment "SAMARITAN PUNCTUATION ARKAANU"@en .

<http://lexvo.org/id/char/083D> a lvont:Character ;
    lvont:represents "࠽"^^xsd:string ;
    rdfs:comment "SAMARITAN PUNCTUATION SOF MASHFAAT"@en .

<http://lexvo.org/id/char/083E> a lvont:Character ;
    lvont:represents "࠾"^^xsd:string ;
    rdfs:comment "SAMARITAN PUNCTUATION ANNAAU"@en .

<http://lexvo.org/id/char/0840> a lvont:Character ;
    lvont:represents "ࡀ"^^xsd:string ;
    rdfs:comment "MANDAIC LETTER HALQA"@en .

<http://lexvo.org/id/char/0841> a lvont:Character ;
    lvont:represents "ࡁ"^^xsd:string ;
    rdfs:comment "MANDAIC LETTER AB"@en .

<http://lexvo.org/id/char/0842> a lvont:Character ;
    lvont:represents "ࡂ"^^xsd:string ;
    rdfs:comment "MANDAIC LETTER AG"@en .

<http://lexvo.org/id/char/0843> a lvont:Character ;
    lvont:represents "ࡃ"^^xsd:string ;
    rdfs:comment "MANDAIC LETTER AD"@en .

<http://lexvo.org/id/char/0844> a lvont:Character ;
    lvont:represents "ࡄ"^^xsd:string ;
    rdfs:comment "MANDAIC LETTER AH"@en .

<http://lexvo.org/id/char/0845> a lvont:Character ;
    lvont:represents "ࡅ"^^xsd:string ;
    rdfs:comment "MANDAIC LETTER USHENNA"@en .

<http://lexvo.org/id/char/0846> a lvont:Character ;
    lvont:represents "ࡆ"^^xsd:string ;
    rdfs:comment "MANDAIC LETTER AZ"@en .

<http://lexvo.org/id/char/0847> a lvont:Character ;
    lvont:represents "ࡇ"^^xsd:string ;
    rdfs:comment "MANDAIC LETTER IT"@en .

<http://lexvo.org/id/char/0848> a lvont:Character ;
    lvont:represents "ࡈ"^^xsd:string ;
    rdfs:comment "MANDAIC LETTER ATT"@en .

<http://lexvo.org/id/char/0849> a lvont:Character ;
    lvont:represents "ࡉ"^^xsd:string ;
    rdfs:comment "MANDAIC LETTER AKSA"@en .

<http://lexvo.org/id/char/084A> a lvont:Character ;
    lvont:represents "ࡊ"^^xsd:string ;
    rdfs:comment "MANDAIC LETTER AK"@en .

<http://lexvo.org/id/char/084B> a lvont:Character ;
    lvont:represents "ࡋ"^^xsd:string ;
    rdfs:comment "MANDAIC LETTER AL"@en .

<http://lexvo.org/id/char/084C> a lvont:Character ;
    lvont:represents "ࡌ"^^xsd:string ;
    rdfs:comment "MANDAIC LETTER AM"@en .

<http://lexvo.org/id/char/084D> a lvont:Character ;
    lvont:represents "ࡍ"^^xsd:string ;
    rdfs:comment "MANDAIC LETTER AN"@en .

<http://lexvo.org/id/char/084E> a lvont:Character ;
    lvont:represents "ࡎ"^^xsd:string ;
    rdfs:comment "MANDAIC LETTER AS"@en .

<http://lexvo.org/id/char/084F> a lvont:Character ;
    lvont:represents "ࡏ"^^xsd:string ;
    rdfs:comment "MANDAIC LETTER IN"@en .

<http://lexvo.org/id/char/0850> a lvont:Character ;
    lvont:represents "ࡐ"^^xsd:string ;
    rdfs:comment "MANDAIC LETTER AP"@en .

<http://lexvo.org/id/char/0851> a lvont:Character ;
    lvont:represents "ࡑ"^^xsd:string ;
    rdfs:comment "MANDAIC LETTER ASZ"@en .

<http://lexvo.org/id/char/0852> a lvont:Character ;
    lvont:represents "ࡒ"^^xsd:string ;
    rdfs:comment "MANDAIC LETTER AQ"@en .

<http://lexvo.org/id/char/0853> a lvont:Character ;
    lvont:represents "ࡓ"^^xsd:string ;
    rdfs:comment "MANDAIC LETTER AR"@en .

<http://lexvo.org/id/char/0854> a lvont:Character ;
    lvont:represents "ࡔ"^^xsd:string ;
    rdfs:comment "MANDAIC LETTER ASH"@en .

<http://lexvo.org/id/char/0855> a lvont:Character ;
    lvont:represents "ࡕ"^^xsd:string ;
    rdfs:comment "MANDAIC LETTER AT"@en .

<http://lexvo.org/id/char/0856> a lvont:Character ;
    lvont:represents "ࡖ"^^xsd:string ;
    rdfs:comment "MANDAIC LETTER DUSHENNA"@en .

<http://lexvo.org/id/char/0857> a lvont:Character ;
    lvont:represents "ࡗ"^^xsd:string ;
    rdfs:comment "MANDAIC LETTER KAD"@en .

<http://lexvo.org/id/char/0858> a lvont:Character ;
    lvont:represents "ࡘ"^^xsd:string ;
    rdfs:comment "MANDAIC LETTER AIN"@en .

<http://lexvo.org/id/char/0859> a lvont:Character ;
    lvont:represents "࡙"^^xsd:string ;
    rdfs:comment "MANDAIC AFFRICATION MARK"@en .

<http://lexvo.org/id/char/085A> a lvont:Character ;
    lvont:represents "࡚"^^xsd:string ;
    rdfs:comment "MANDAIC VOCALIZATION MARK"@en .

<http://lexvo.org/id/char/085B> a lvont:Character ;
    lvont:represents "࡛"^^xsd:string ;
    rdfs:comment "MANDAIC GEMINATION MARK"@en .

<http://lexvo.org/id/char/085E> a lvont:Character ;
    lvont:represents "࡞"^^xsd:string ;
    rdfs:comment "MANDAIC PUNCTUATION"@en .

<http://lexvo.org/id/char/08A0> a lvont:Character ;
    lvont:represents "ࢠ"^^xsd:string ;
    rdfs:comment "ARABIC LETTER BEH WITH SMALL V BELOW"@en .

<http://lexvo.org/id/char/08A2> a lvont:Character ;
    lvont:represents "ࢢ"^^xsd:string ;
    rdfs:comment "ARABIC LETTER JEEM WITH TWO DOTS ABOVE"@en .

<http://lexvo.org/id/char/08A3> a lvont:Character ;
    lvont:represents "ࢣ"^^xsd:string ;
    rdfs:comment "ARABIC LETTER TAH WITH TWO DOTS ABOVE"@en .

<http://lexvo.org/id/char/08A4> a lvont:Character ;
    lvont:represents "ࢤ"^^xsd:string ;
    rdfs:comment "ARABIC LETTER FEH WITH DOT BELOW AND THREE DOTS ABOVE"@en .

<http://lexvo.org/id/char/08A5> a lvont:Character ;
    lvont:represents "ࢥ"^^xsd:string ;
    rdfs:comment "ARABIC LETTER QAF WITH DOT BELOW"@en .

<http://lexvo.org/id/char/08A6> a lvont:Character ;
    lvont:represents "ࢦ"^^xsd:string ;
    rdfs:comment "ARABIC LETTER LAM WITH DOUBLE BAR"@en .

<http://lexvo.org/id/char/08A7> a lvont:Character ;
    lvont:represents "ࢧ"^^xsd:string ;
    rdfs:comment "ARABIC LETTER MEEM WITH THREE DOTS ABOVE"@en .

<http://lexvo.org/id/char/08A8> a lvont:Character ;
    lvont:represents "ࢨ"^^xsd:string ;
    rdfs:comment "ARABIC LETTER YEH WITH TWO DOTS BELOW AND HAMZA ABOVE"@en .

<http://lexvo.org/id/char/08A9> a lvont:Character ;
    lvont:represents "ࢩ"^^xsd:string ;
    rdfs:comment "ARABIC LETTER YEH WITH TWO DOTS BELOW AND DOT ABOVE"@en .

<http://lexvo.org/id/char/08AA> a lvont:Character ;
    lvont:represents "ࢪ"^^xsd:string ;
    rdfs:comment "ARABIC LETTER REH WITH LOOP"@en .

<http://lexvo.org/id/char/08AB> a lvont:Character ;
    lvont:represents "ࢫ"^^xsd:string ;
    rdfs:comment "ARABIC LETTER WAW WITH DOT WITHIN"@en .

<http://lexvo.org/id/char/08AC> a lvont:Character ;
    lvont:represents "ࢬ"^^xsd:string ;
    rdfs:comment "ARABIC LETTER ROHINGYA YEH"@en .

<http://lexvo.org/id/char/08E4> a lvont:Character ;
    lvont:represents "ࣤ"^^xsd:string ;
    rdfs:comment "ARABIC CURLY FATHA"@en .

<http://lexvo.org/id/char/08E5> a lvont:Character ;
    lvont:represents "ࣥ"^^xsd:string ;
    rdfs:comment "ARABIC CURLY DAMMA"@en .

<http://lexvo.org/id/char/08E6> a lvont:Character ;
    lvont:represents "ࣦ"^^xsd:string ;
    rdfs:comment "ARABIC CURLY KASRA"@en .

<http://lexvo.org/id/char/08E7> a lvont:Character ;
    lvont:represents "ࣧ"^^xsd:string ;
    rdfs:comment "ARABIC CURLY FATHATAN"@en .

<http://lexvo.org/id/char/08E8> a lvont:Character ;
    lvont:represents "ࣨ"^^xsd:string ;
    rdfs:comment "ARABIC CURLY DAMMATAN"@en .

<http://lexvo.org/id/char/08E9> a lvont:Character ;
    lvont:represents "ࣩ"^^xsd:string ;
    rdfs:comment "ARABIC CURLY KASRATAN"@en .

<http://lexvo.org/id/char/08EA> a lvont:Character ;
    lvont:represents "࣪"^^xsd:string ;
    rdfs:comment "ARABIC TONE ONE DOT ABOVE"@en .

<http://lexvo.org/id/char/08EB> a lvont:Character ;
    lvont:represents "࣫"^^xsd:string ;
    rdfs:comment "ARABIC TONE TWO DOTS ABOVE"@en .

<http://lexvo.org/id/char/08EC> a lvont:Character ;
    lvont:represents "࣬"^^xsd:string ;
    rdfs:comment "ARABIC TONE LOOP ABOVE"@en .

<http://lexvo.org/id/char/08ED> a lvont:Character ;
    lvont:represents "࣭"^^xsd:string ;
    rdfs:comment "ARABIC TONE ONE DOT BELOW"@en .

<http://lexvo.org/id/char/08EE> a lvont:Character ;
    lvont:represents "࣮"^^xsd:string ;
    rdfs:comment "ARABIC TONE TWO DOTS BELOW"@en .

<http://lexvo.org/id/char/08EF> a lvont:Character ;
    lvont:represents "࣯"^^xsd:string ;
    rdfs:comment "ARABIC TONE LOOP BELOW"@en .

<http://lexvo.org/id/char/08F0> a lvont:Character ;
    lvont:represents "ࣰ"^^xsd:string ;
    rdfs:comment "ARABIC OPEN FATHATAN"@en .

<http://lexvo.org/id/char/08F1> a lvont:Character ;
    lvont:represents "ࣱ"^^xsd:string ;
    rdfs:comment "ARABIC OPEN DAMMATAN"@en .

<http://lexvo.org/id/char/08F2> a lvont:Character ;
    lvont:represents "ࣲ"^^xsd:string ;
    rdfs:comment "ARABIC OPEN KASRATAN"@en .

<http://lexvo.org/id/char/08F3> a lvont:Character ;
    lvont:represents "ࣳ"^^xsd:string ;
    rdfs:comment "ARABIC SMALL HIGH WAW"@en .

<http://lexvo.org/id/char/08F4> a lvont:Character ;
    lvont:represents "ࣴ"^^xsd:string ;
    rdfs:comment "ARABIC FATHA WITH RING"@en .

<http://lexvo.org/id/char/08F5> a lvont:Character ;
    lvont:represents "ࣵ"^^xsd:string ;
    rdfs:comment "ARABIC FATHA WITH DOT ABOVE"@en .

<http://lexvo.org/id/char/08F6> a lvont:Character ;
    lvont:represents "ࣶ"^^xsd:string ;
    rdfs:comment "ARABIC KASRA WITH DOT BELOW"@en .

<http://lexvo.org/id/char/08F7> a lvont:Character ;
    lvont:represents "ࣷ"^^xsd:string ;
    rdfs:comment "ARABIC LEFT ARROWHEAD ABOVE"@en .

<http://lexvo.org/id/char/08F8> a lvont:Character ;
    lvont:represents "ࣸ"^^xsd:string ;
    rdfs:comment "ARABIC RIGHT ARROWHEAD ABOVE"@en .

<http://lexvo.org/id/char/08F9> a lvont:Character ;
    lvont:represents "ࣹ"^^xsd:string ;
    rdfs:comment "ARABIC LEFT ARROWHEAD BELOW"@en .

<http://lexvo.org/id/char/08FA> a lvont:Character ;
    lvont:represents "ࣺ"^^xsd:string ;
    rdfs:comment "ARABIC RIGHT ARROWHEAD BELOW"@en .

<http://lexvo.org/id/char/08FB> a lvont:Character ;
    lvont:represents "ࣻ"^^xsd:string ;
    rdfs:comment "ARABIC DOUBLE RIGHT ARROWHEAD ABOVE"@en .

<http://lexvo.org/id/char/08FC> a lvont:Character ;
    lvont:represents "ࣼ"^^xsd:string ;
    rdfs:comment "ARABIC DOUBLE RIGHT ARROWHEAD ABOVE WITH DOT"@en .

<http://lexvo.org/id/char/08FD> a lvont:Character ;
    lvont:represents "ࣽ"^^xsd:string ;
    rdfs:comment "ARABIC RIGHT ARROWHEAD ABOVE WITH DOT"@en .

<http://lexvo.org/id/char/08FE> a lvont:Character ;
    lvont:represents "ࣾ"^^xsd:string ;
    rdfs:comment "ARABIC DAMMA WITH DOT"@en .

<http://lexvo.org/id/char/0900> a lvont:Character ;
    lvont:represents "ऀ"^^xsd:string ;
    rdfs:comment "DEVANAGARI SIGN INVERTED CANDRABINDU"@en .

<http://lexvo.org/id/char/0901> a lvont:Character ;
    lvont:represents "ँ"^^xsd:string ;
    rdfs:comment "DEVANAGARI SIGN CANDRABINDU"@en .

<http://lexvo.org/id/char/0902> a lvont:Character ;
    lvont:represents "ं"^^xsd:string ;
    rdfs:comment "DEVANAGARI SIGN ANUSVARA"@en .

<http://lexvo.org/id/char/0903> a lvont:Character ;
    lvont:represents "ः"^^xsd:string ;
    rdfs:comment "DEVANAGARI SIGN VISARGA"@en .

<http://lexvo.org/id/char/0904> a lvont:Character ;
    lvont:represents "ऄ"^^xsd:string ;
    rdfs:comment "DEVANAGARI LETTER SHORT A"@en .

<http://lexvo.org/id/char/0905> a lvont:Character ;
    lvont:represents "अ"^^xsd:string ;
    rdfs:comment "DEVANAGARI LETTER A"@en .

<http://lexvo.org/id/char/0906> a lvont:Character ;
    lvont:represents "आ"^^xsd:string ;
    rdfs:comment "DEVANAGARI LETTER AA"@en .

<http://lexvo.org/id/char/0907> a lvont:Character ;
    lvont:represents "इ"^^xsd:string ;
    rdfs:comment "DEVANAGARI LETTER I"@en .

<http://lexvo.org/id/char/0908> a lvont:Character ;
    lvont:represents "ई"^^xsd:string ;
    rdfs:comment "DEVANAGARI LETTER II"@en .

<http://lexvo.org/id/char/0909> a lvont:Character ;
    lvont:represents "उ"^^xsd:string ;
    rdfs:comment "DEVANAGARI LETTER U"@en .

<http://lexvo.org/id/char/090A> a lvont:Character ;
    lvont:represents "ऊ"^^xsd:string ;
    rdfs:comment "DEVANAGARI LETTER UU"@en .

<http://lexvo.org/id/char/090B> a lvont:Character ;
    lvont:represents "ऋ"^^xsd:string ;
    rdfs:comment "DEVANAGARI LETTER VOCALIC R"@en .

<http://lexvo.org/id/char/090C> a lvont:Character ;
    lvont:represents "ऌ"^^xsd:string ;
    rdfs:comment "DEVANAGARI LETTER VOCALIC L"@en .

<http://lexvo.org/id/char/090D> a lvont:Character ;
    lvont:represents "ऍ"^^xsd:string ;
    rdfs:comment "DEVANAGARI LETTER CANDRA E"@en .

<http://lexvo.org/id/char/090E> a lvont:Character ;
    lvont:represents "ऎ"^^xsd:string ;
    rdfs:comment "DEVANAGARI LETTER SHORT E"@en .

<http://lexvo.org/id/char/090F> a lvont:Character ;
    lvont:represents "ए"^^xsd:string ;
    rdfs:comment "DEVANAGARI LETTER E"@en .

<http://lexvo.org/id/char/0910> a lvont:Character ;
    lvont:represents "ऐ"^^xsd:string ;
    rdfs:comment "DEVANAGARI LETTER AI"@en .

<http://lexvo.org/id/char/0911> a lvont:Character ;
    lvont:represents "ऑ"^^xsd:string ;
    rdfs:comment "DEVANAGARI LETTER CANDRA O"@en .

<http://lexvo.org/id/char/0912> a lvont:Character ;
    lvont:represents "ऒ"^^xsd:string ;
    rdfs:comment "DEVANAGARI LETTER SHORT O"@en .

<http://lexvo.org/id/char/0913> a lvont:Character ;
    lvont:represents "ओ"^^xsd:string ;
    rdfs:comment "DEVANAGARI LETTER O"@en .

<http://lexvo.org/id/char/0914> a lvont:Character ;
    lvont:represents "औ"^^xsd:string ;
    rdfs:comment "DEVANAGARI LETTER AU"@en .

<http://lexvo.org/id/char/0915> a lvont:Character ;
    lvont:represents "क"^^xsd:string ;
    rdfs:comment "DEVANAGARI LETTER KA"@en .

<http://lexvo.org/id/char/0916> a lvont:Character ;
    lvont:represents "ख"^^xsd:string ;
    rdfs:comment "DEVANAGARI LETTER KHA"@en .

<http://lexvo.org/id/char/0917> a lvont:Character ;
    lvont:represents "ग"^^xsd:string ;
    rdfs:comment "DEVANAGARI LETTER GA"@en .

<http://lexvo.org/id/char/0918> a lvont:Character ;
    lvont:represents "घ"^^xsd:string ;
    rdfs:comment "DEVANAGARI LETTER GHA"@en .

<http://lexvo.org/id/char/0919> a lvont:Character ;
    lvont:represents "ङ"^^xsd:string ;
    rdfs:comment "DEVANAGARI LETTER NGA"@en .

<http://lexvo.org/id/char/091A> a lvont:Character ;
    lvont:represents "च"^^xsd:string ;
    rdfs:comment "DEVANAGARI LETTER CA"@en .

<http://lexvo.org/id/char/091B> a lvont:Character ;
    lvont:represents "छ"^^xsd:string ;
    rdfs:comment "DEVANAGARI LETTER CHA"@en .

<http://lexvo.org/id/char/091C> a lvont:Character ;
    lvont:represents "ज"^^xsd:string ;
    rdfs:comment "DEVANAGARI LETTER JA"@en .

<http://lexvo.org/id/char/091D> a lvont:Character ;
    lvont:represents "झ"^^xsd:string ;
    rdfs:comment "DEVANAGARI LETTER JHA"@en .

<http://lexvo.org/id/char/091E> a lvont:Character ;
    lvont:represents "ञ"^^xsd:string ;
    rdfs:comment "DEVANAGARI LETTER NYA"@en .

<http://lexvo.org/id/char/091F> a lvont:Character ;
    lvont:represents "ट"^^xsd:string ;
    rdfs:comment "DEVANAGARI LETTER TTA"@en .

<http://lexvo.org/id/char/0920> a lvont:Character ;
    lvont:represents "ठ"^^xsd:string ;
    rdfs:comment "DEVANAGARI LETTER TTHA"@en .

<http://lexvo.org/id/char/0921> a lvont:Character ;
    lvont:represents "ड"^^xsd:string ;
    rdfs:comment "DEVANAGARI LETTER DDA"@en .

<http://lexvo.org/id/char/0922> a lvont:Character ;
    lvont:represents "ढ"^^xsd:string ;
    rdfs:comment "DEVANAGARI LETTER DDHA"@en .

<http://lexvo.org/id/char/0923> a lvont:Character ;
    lvont:represents "ण"^^xsd:string ;
    rdfs:comment "DEVANAGARI LETTER NNA"@en .

<http://lexvo.org/id/char/0924> a lvont:Character ;
    lvont:represents "त"^^xsd:string ;
    rdfs:comment "DEVANAGARI LETTER TA"@en .

<http://lexvo.org/id/char/0925> a lvont:Character ;
    lvont:represents "थ"^^xsd:string ;
    rdfs:comment "DEVANAGARI LETTER THA"@en .

<http://lexvo.org/id/char/0926> a lvont:Character ;
    lvont:represents "द"^^xsd:string ;
    rdfs:comment "DEVANAGARI LETTER DA"@en .

<http://lexvo.org/id/char/0927> a lvont:Character ;
    lvont:represents "ध"^^xsd:string ;
    rdfs:comment "DEVANAGARI LETTER DHA"@en .

<http://lexvo.org/id/char/0928> a lvont:Character ;
    lvont:represents "न"^^xsd:string ;
    rdfs:comment "DEVANAGARI LETTER NA"@en .

<http://lexvo.org/id/char/0929> a lvont:Character ;
    lvont:represents "ऩ"^^xsd:string ;
    rdfs:comment "DEVANAGARI LETTER NNNA"@en .

<http://lexvo.org/id/char/092A> a lvont:Character ;
    lvont:represents "प"^^xsd:string ;
    rdfs:comment "DEVANAGARI LETTER PA"@en .

<http://lexvo.org/id/char/092B> a lvont:Character ;
    lvont:represents "फ"^^xsd:string ;
    rdfs:comment "DEVANAGARI LETTER PHA"@en .

<http://lexvo.org/id/char/092C> a lvont:Character ;
    lvont:represents "ब"^^xsd:string ;
    rdfs:comment "DEVANAGARI LETTER BA"@en .

<http://lexvo.org/id/char/092D> a lvont:Character ;
    lvont:represents "भ"^^xsd:string ;
    rdfs:comment "DEVANAGARI LETTER BHA"@en .

<http://lexvo.org/id/char/092E> a lvont:Character ;
    lvont:represents "म"^^xsd:string ;
    rdfs:comment "DEVANAGARI LETTER MA"@en .

<http://lexvo.org/id/char/092F> a lvont:Character ;
    lvont:represents "य"^^xsd:string ;
    rdfs:comment "DEVANAGARI LETTER YA"@en .

<http://lexvo.org/id/char/0930> a lvont:Character ;
    lvont:represents "र"^^xsd:string ;
    rdfs:comment "DEVANAGARI LETTER RA"@en .

<http://lexvo.org/id/char/0931> a lvont:Character ;
    lvont:represents "ऱ"^^xsd:string ;
    rdfs:comment "DEVANAGARI LETTER RRA"@en .

<http://lexvo.org/id/char/0932> a lvont:Character ;
    lvont:represents "ल"^^xsd:string ;
    rdfs:comment "DEVANAGARI LETTER LA"@en .

<http://lexvo.org/id/char/0933> a lvont:Character ;
    lvont:represents "ळ"^^xsd:string ;
    rdfs:comment "DEVANAGARI LETTER LLA"@en .

<http://lexvo.org/id/char/0934> a lvont:Character ;
    lvont:represents "ऴ"^^xsd:string ;
    rdfs:comment "DEVANAGARI LETTER LLLA"@en .

<http://lexvo.org/id/char/0935> a lvont:Character ;
    lvont:represents "व"^^xsd:string ;
    rdfs:comment "DEVANAGARI LETTER VA"@en .

<http://lexvo.org/id/char/0936> a lvont:Character ;
    lvont:represents "श"^^xsd:string ;
    rdfs:comment "DEVANAGARI LETTER SHA"@en .

<http://lexvo.org/id/char/0937> a lvont:Character ;
    lvont:represents "ष"^^xsd:string ;
    rdfs:comment "DEVANAGARI LETTER SSA"@en .

<http://lexvo.org/id/char/0938> a lvont:Character ;
    lvont:represents "स"^^xsd:string ;
    rdfs:comment "DEVANAGARI LETTER SA"@en .

<http://lexvo.org/id/char/0939> a lvont:Character ;
    lvont:represents "ह"^^xsd:string ;
    rdfs:comment "DEVANAGARI LETTER HA"@en .

<http://lexvo.org/id/char/093A> a lvont:Character ;
    lvont:represents "ऺ"^^xsd:string ;
    rdfs:comment "DEVANAGARI VOWEL SIGN OE"@en .

<http://lexvo.org/id/char/093B> a lvont:Character ;
    lvont:represents "ऻ"^^xsd:string ;
    rdfs:comment "DEVANAGARI VOWEL SIGN OOE"@en .

<http://lexvo.org/id/char/093C> a lvont:Character ;
    lvont:represents "़"^^xsd:string ;
    rdfs:comment "DEVANAGARI SIGN NUKTA"@en .

<http://lexvo.org/id/char/093D> a lvont:Character ;
    lvont:represents "ऽ"^^xsd:string ;
    rdfs:comment "DEVANAGARI SIGN AVAGRAHA"@en .

<http://lexvo.org/id/char/093E> a lvont:Character ;
    lvont:represents "ा"^^xsd:string ;
    rdfs:comment "DEVANAGARI VOWEL SIGN AA"@en .

<http://lexvo.org/id/char/093F> a lvont:Character ;
    lvont:represents "ि"^^xsd:string ;
    rdfs:comment "DEVANAGARI VOWEL SIGN I"@en .

<http://lexvo.org/id/char/0940> a lvont:Character ;
    lvont:represents "ी"^^xsd:string ;
    rdfs:comment "DEVANAGARI VOWEL SIGN II"@en .

<http://lexvo.org/id/char/0941> a lvont:Character ;
    lvont:represents "ु"^^xsd:string ;
    rdfs:comment "DEVANAGARI VOWEL SIGN U"@en .

<http://lexvo.org/id/char/0942> a lvont:Character ;
    lvont:represents "ू"^^xsd:string ;
    rdfs:comment "DEVANAGARI VOWEL SIGN UU"@en .

<http://lexvo.org/id/char/0943> a lvont:Character ;
    lvont:represents "ृ"^^xsd:string ;
    rdfs:comment "DEVANAGARI VOWEL SIGN VOCALIC R"@en .

<http://lexvo.org/id/char/0944> a lvont:Character ;
    lvont:represents "ॄ"^^xsd:string ;
    rdfs:comment "DEVANAGARI VOWEL SIGN VOCALIC RR"@en .

<http://lexvo.org/id/char/0945> a lvont:Character ;
    lvont:represents "ॅ"^^xsd:string ;
    rdfs:comment "DEVANAGARI VOWEL SIGN CANDRA E"@en .

<http://lexvo.org/id/char/0946> a lvont:Character ;
    lvont:represents "ॆ"^^xsd:string ;
    rdfs:comment "DEVANAGARI VOWEL SIGN SHORT E"@en .

<http://lexvo.org/id/char/0947> a lvont:Character ;
    lvont:represents "े"^^xsd:string ;
    rdfs:comment "DEVANAGARI VOWEL SIGN E"@en .

<http://lexvo.org/id/char/0948> a lvont:Character ;
    lvont:represents "ै"^^xsd:string ;
    rdfs:comment "DEVANAGARI VOWEL SIGN AI"@en .

<http://lexvo.org/id/char/0949> a lvont:Character ;
    lvont:represents "ॉ"^^xsd:string ;
    rdfs:comment "DEVANAGARI VOWEL SIGN CANDRA O"@en .

<http://lexvo.org/id/char/094A> a lvont:Character ;
    lvont:represents "ॊ"^^xsd:string ;
    rdfs:comment "DEVANAGARI VOWEL SIGN SHORT O"@en .

<http://lexvo.org/id/char/094B> a lvont:Character ;
    lvont:represents "ो"^^xsd:string ;
    rdfs:comment "DEVANAGARI VOWEL SIGN O"@en .

<http://lexvo.org/id/char/094C> a lvont:Character ;
    lvont:represents "ौ"^^xsd:string ;
    rdfs:comment "DEVANAGARI VOWEL SIGN AU"@en .

<http://lexvo.org/id/char/094D> a lvont:Character ;
    lvont:represents "्"^^xsd:string ;
    rdfs:comment "DEVANAGARI SIGN VIRAMA"@en .

<http://lexvo.org/id/char/094E> a lvont:Character ;
    lvont:represents "ॎ"^^xsd:string ;
    rdfs:comment "DEVANAGARI VOWEL SIGN PRISHTHAMATRA E"@en .

<http://lexvo.org/id/char/094F> a lvont:Character ;
    lvont:represents "ॏ"^^xsd:string ;
    rdfs:comment "DEVANAGARI VOWEL SIGN AW"@en .

<http://lexvo.org/id/char/0950> a lvont:Character ;
    lvont:represents "ॐ"^^xsd:string ;
    rdfs:comment "DEVANAGARI OM"@en .

<http://lexvo.org/id/char/0951> a lvont:Character ;
    lvont:represents "॑"^^xsd:string ;
    rdfs:comment "DEVANAGARI STRESS SIGN UDATTA"@en .

<http://lexvo.org/id/char/0952> a lvont:Character ;
    lvont:represents "॒"^^xsd:string ;
    rdfs:comment "DEVANAGARI STRESS SIGN ANUDATTA"@en .

<http://lexvo.org/id/char/0953> a lvont:Character ;
    lvont:represents "॓"^^xsd:string ;
    rdfs:comment "DEVANAGARI GRAVE ACCENT"@en .

<http://lexvo.org/id/char/0954> a lvont:Character ;
    lvont:represents "॔"^^xsd:string ;
    rdfs:comment "DEVANAGARI ACUTE ACCENT"@en .

<http://lexvo.org/id/char/0955> a lvont:Character ;
    lvont:represents "ॕ"^^xsd:string ;
    rdfs:comment "DEVANAGARI VOWEL SIGN CANDRA LONG E"@en .

<http://lexvo.org/id/char/0956> a lvont:Character ;
    lvont:represents "ॖ"^^xsd:string ;
    rdfs:comment "DEVANAGARI VOWEL SIGN UE"@en .

<http://lexvo.org/id/char/0957> a lvont:Character ;
    lvont:represents "ॗ"^^xsd:string ;
    rdfs:comment "DEVANAGARI VOWEL SIGN UUE"@en .

<http://lexvo.org/id/char/0958> a lvont:Character ;
    lvont:represents "क़"^^xsd:string ;
    rdfs:comment "DEVANAGARI LETTER QA"@en .

<http://lexvo.org/id/char/0959> a lvont:Character ;
    lvont:represents "ख़"^^xsd:string ;
    rdfs:comment "DEVANAGARI LETTER KHHA"@en .

<http://lexvo.org/id/char/095A> a lvont:Character ;
    lvont:represents "ग़"^^xsd:string ;
    rdfs:comment "DEVANAGARI LETTER GHHA"@en .

<http://lexvo.org/id/char/095B> a lvont:Character ;
    lvont:represents "ज़"^^xsd:string ;
    rdfs:comment "DEVANAGARI LETTER ZA"@en .

<http://lexvo.org/id/char/095C> a lvont:Character ;
    lvont:represents "ड़"^^xsd:string ;
    rdfs:comment "DEVANAGARI LETTER DDDHA"@en .

<http://lexvo.org/id/char/095D> a lvont:Character ;
    lvont:represents "ढ़"^^xsd:string ;
    rdfs:comment "DEVANAGARI LETTER RHA"@en .

<http://lexvo.org/id/char/095E> a lvont:Character ;
    lvont:represents "फ़"^^xsd:string ;
    rdfs:comment "DEVANAGARI LETTER FA"@en .

<http://lexvo.org/id/char/095F> a lvont:Character ;
    lvont:represents "य़"^^xsd:string ;
    rdfs:comment "DEVANAGARI LETTER YYA"@en .

<http://lexvo.org/id/char/0960> a lvont:Character ;
    lvont:represents "ॠ"^^xsd:string ;
    rdfs:comment "DEVANAGARI LETTER VOCALIC RR"@en .

<http://lexvo.org/id/char/0961> a lvont:Character ;
    lvont:represents "ॡ"^^xsd:string ;
    rdfs:comment "DEVANAGARI LETTER VOCALIC LL"@en .

<http://lexvo.org/id/char/0962> a lvont:Character ;
    lvont:represents "ॢ"^^xsd:string ;
    rdfs:comment "DEVANAGARI VOWEL SIGN VOCALIC L"@en .

<http://lexvo.org/id/char/0963> a lvont:Character ;
    lvont:represents "ॣ"^^xsd:string ;
    rdfs:comment "DEVANAGARI VOWEL SIGN VOCALIC LL"@en .

<http://lexvo.org/id/char/0964> a lvont:Character ;
    lvont:represents "।"^^xsd:string ;
    rdfs:comment "DEVANAGARI DANDA"@en .

<http://lexvo.org/id/char/0965> a lvont:Character ;
    lvont:represents "॥"^^xsd:string ;
    rdfs:comment "DEVANAGARI DOUBLE DANDA"@en .

<http://lexvo.org/id/char/0966> a lvont:Character ;
    lvont:represents "०"^^xsd:string ;
    rdfs:comment "DEVANAGARI DIGIT ZERO"@en .

<http://lexvo.org/id/char/0967> a lvont:Character ;
    lvont:represents "१"^^xsd:string ;
    rdfs:comment "DEVANAGARI DIGIT ONE"@en .

<http://lexvo.org/id/char/0968> a lvont:Character ;
    lvont:represents "२"^^xsd:string ;
    rdfs:comment "DEVANAGARI DIGIT TWO"@en .

<http://lexvo.org/id/char/0969> a lvont:Character ;
    lvont:represents "३"^^xsd:string ;
    rdfs:comment "DEVANAGARI DIGIT THREE"@en .

<http://lexvo.org/id/char/096A> a lvont:Character ;
    lvont:represents "४"^^xsd:string ;
    rdfs:comment "DEVANAGARI DIGIT FOUR"@en .

<http://lexvo.org/id/char/096B> a lvont:Character ;
    lvont:represents "५"^^xsd:string ;
    rdfs:comment "DEVANAGARI DIGIT FIVE"@en .

<http://lexvo.org/id/char/096C> a lvont:Character ;
    lvont:represents "६"^^xsd:string ;
    rdfs:comment "DEVANAGARI DIGIT SIX"@en .

<http://lexvo.org/id/char/096D> a lvont:Character ;
    lvont:represents "७"^^xsd:string ;
    rdfs:comment "DEVANAGARI DIGIT SEVEN"@en .

<http://lexvo.org/id/char/096E> a lvont:Character ;
    lvont:represents "८"^^xsd:string ;
    rdfs:comment "DEVANAGARI DIGIT EIGHT"@en .

<http://lexvo.org/id/char/096F> a lvont:Character ;
    lvont:represents "९"^^xsd:string ;
    rdfs:comment "DEVANAGARI DIGIT NINE"@en .

<http://lexvo.org/id/char/0970> a lvont:Character ;
    lvont:represents "॰"^^xsd:string ;
    rdfs:comment "DEVANAGARI ABBREVIATION SIGN"@en .

<http://lexvo.org/id/char/0971> a lvont:Character ;
    lvont:represents "ॱ"^^xsd:string ;
    rdfs:comment "DEVANAGARI SIGN HIGH SPACING DOT"@en .

<http://lexvo.org/id/char/0972> a lvont:Character ;
    lvont:represents "ॲ"^^xsd:string ;
    rdfs:comment "DEVANAGARI LETTER CANDRA A"@en .

<http://lexvo.org/id/char/0973> a lvont:Character ;
    lvont:represents "ॳ"^^xsd:string ;
    rdfs:comment "DEVANAGARI LETTER OE"@en .

<http://lexvo.org/id/char/0974> a lvont:Character ;
    lvont:represents "ॴ"^^xsd:string ;
    rdfs:comment "DEVANAGARI LETTER OOE"@en .

<http://lexvo.org/id/char/0975> a lvont:Character ;
    lvont:represents "ॵ"^^xsd:string ;
    rdfs:comment "DEVANAGARI LETTER AW"@en .

<http://lexvo.org/id/char/0976> a lvont:Character ;
    lvont:represents "ॶ"^^xsd:string ;
    rdfs:comment "DEVANAGARI LETTER UE"@en .

<http://lexvo.org/id/char/0977> a lvont:Character ;
    lvont:represents "ॷ"^^xsd:string ;
    rdfs:comment "DEVANAGARI LETTER UUE"@en .

<http://lexvo.org/id/char/0979> a lvont:Character ;
    lvont:represents "ॹ"^^xsd:string ;
    rdfs:comment "DEVANAGARI LETTER ZHA"@en .

<http://lexvo.org/id/char/097A> a lvont:Character ;
    lvont:represents "ॺ"^^xsd:string ;
    rdfs:comment "DEVANAGARI LETTER HEAVY YA"@en .

<http://lexvo.org/id/char/097B> a lvont:Character ;
    lvont:represents "ॻ"^^xsd:string ;
    rdfs:comment "DEVANAGARI LETTER GGA"@en .

<http://lexvo.org/id/char/097C> a lvont:Character ;
    lvont:represents "ॼ"^^xsd:string ;
    rdfs:comment "DEVANAGARI LETTER JJA"@en .

<http://lexvo.org/id/char/097D> a lvont:Character ;
    lvont:represents "ॽ"^^xsd:string ;
    rdfs:comment "DEVANAGARI LETTER GLOTTAL STOP"@en .

<http://lexvo.org/id/char/097E> a lvont:Character ;
    lvont:represents "ॾ"^^xsd:string ;
    rdfs:comment "DEVANAGARI LETTER DDDA"@en .

<http://lexvo.org/id/char/097F> a lvont:Character ;
    lvont:represents "ॿ"^^xsd:string ;
    rdfs:comment "DEVANAGARI LETTER BBA"@en .

<http://lexvo.org/id/char/0981> a lvont:Character ;
    lvont:represents "ঁ"^^xsd:string ;
    rdfs:comment "BENGALI SIGN CANDRABINDU"@en .

<http://lexvo.org/id/char/0982> a lvont:Character ;
    lvont:represents "ং"^^xsd:string ;
    rdfs:comment "BENGALI SIGN ANUSVARA"@en .

<http://lexvo.org/id/char/0983> a lvont:Character ;
    lvont:represents "ঃ"^^xsd:string ;
    rdfs:comment "BENGALI SIGN VISARGA"@en .

<http://lexvo.org/id/char/0985> a lvont:Character ;
    lvont:represents "অ"^^xsd:string ;
    rdfs:comment "BENGALI LETTER A"@en .

<http://lexvo.org/id/char/0986> a lvont:Character ;
    lvont:represents "আ"^^xsd:string ;
    rdfs:comment "BENGALI LETTER AA"@en .

<http://lexvo.org/id/char/0987> a lvont:Character ;
    lvont:represents "ই"^^xsd:string ;
    rdfs:comment "BENGALI LETTER I"@en .

<http://lexvo.org/id/char/0988> a lvont:Character ;
    lvont:represents "ঈ"^^xsd:string ;
    rdfs:comment "BENGALI LETTER II"@en .

<http://lexvo.org/id/char/0989> a lvont:Character ;
    lvont:represents "উ"^^xsd:string ;
    rdfs:comment "BENGALI LETTER U"@en .

<http://lexvo.org/id/char/098A> a lvont:Character ;
    lvont:represents "ঊ"^^xsd:string ;
    rdfs:comment "BENGALI LETTER UU"@en .

<http://lexvo.org/id/char/098B> a lvont:Character ;
    lvont:represents "ঋ"^^xsd:string ;
    rdfs:comment "BENGALI LETTER VOCALIC R"@en .

<http://lexvo.org/id/char/098C> a lvont:Character ;
    lvont:represents "ঌ"^^xsd:string ;
    rdfs:comment "BENGALI LETTER VOCALIC L"@en .

<http://lexvo.org/id/char/098F> a lvont:Character ;
    lvont:represents "এ"^^xsd:string ;
    rdfs:comment "BENGALI LETTER E"@en .

<http://lexvo.org/id/char/0990> a lvont:Character ;
    lvont:represents "ঐ"^^xsd:string ;
    rdfs:comment "BENGALI LETTER AI"@en .

<http://lexvo.org/id/char/0993> a lvont:Character ;
    lvont:represents "ও"^^xsd:string ;
    rdfs:comment "BENGALI LETTER O"@en .

<http://lexvo.org/id/char/0994> a lvont:Character ;
    lvont:represents "ঔ"^^xsd:string ;
    rdfs:comment "BENGALI LETTER AU"@en .

<http://lexvo.org/id/char/0995> a lvont:Character ;
    lvont:represents "ক"^^xsd:string ;
    rdfs:comment "BENGALI LETTER KA"@en .

<http://lexvo.org/id/char/0996> a lvont:Character ;
    lvont:represents "খ"^^xsd:string ;
    rdfs:comment "BENGALI LETTER KHA"@en .

<http://lexvo.org/id/char/0997> a lvont:Character ;
    lvont:represents "গ"^^xsd:string ;
    rdfs:comment "BENGALI LETTER GA"@en .

<http://lexvo.org/id/char/0998> a lvont:Character ;
    lvont:represents "ঘ"^^xsd:string ;
    rdfs:comment "BENGALI LETTER GHA"@en .

<http://lexvo.org/id/char/0999> a lvont:Character ;
    lvont:represents "ঙ"^^xsd:string ;
    rdfs:comment "BENGALI LETTER NGA"@en .

<http://lexvo.org/id/char/099A> a lvont:Character ;
    lvont:represents "চ"^^xsd:string ;
    rdfs:comment "BENGALI LETTER CA"@en .

<http://lexvo.org/id/char/099B> a lvont:Character ;
    lvont:represents "ছ"^^xsd:string ;
    rdfs:comment "BENGALI LETTER CHA"@en .

<http://lexvo.org/id/char/099C> a lvont:Character ;
    lvont:represents "জ"^^xsd:string ;
    rdfs:comment "BENGALI LETTER JA"@en .

<http://lexvo.org/id/char/099D> a lvont:Character ;
    lvont:represents "ঝ"^^xsd:string ;
    rdfs:comment "BENGALI LETTER JHA"@en .

<http://lexvo.org/id/char/099E> a lvont:Character ;
    lvont:represents "ঞ"^^xsd:string ;
    rdfs:comment "BENGALI LETTER NYA"@en .

<http://lexvo.org/id/char/099F> a lvont:Character ;
    lvont:represents "ট"^^xsd:string ;
    rdfs:comment "BENGALI LETTER TTA"@en .

<http://lexvo.org/id/char/09A0> a lvont:Character ;
    lvont:represents "ঠ"^^xsd:string ;
    rdfs:comment "BENGALI LETTER TTHA"@en .

<http://lexvo.org/id/char/09A1> a lvont:Character ;
    lvont:represents "ড"^^xsd:string ;
    rdfs:comment "BENGALI LETTER DDA"@en .

<http://lexvo.org/id/char/09A2> a lvont:Character ;
    lvont:represents "ঢ"^^xsd:string ;
    rdfs:comment "BENGALI LETTER DDHA"@en .

<http://lexvo.org/id/char/09A3> a lvont:Character ;
    lvont:represents "ণ"^^xsd:string ;
    rdfs:comment "BENGALI LETTER NNA"@en .

<http://lexvo.org/id/char/09A4> a lvont:Character ;
    lvont:represents "ত"^^xsd:string ;
    rdfs:comment "BENGALI LETTER TA"@en .

<http://lexvo.org/id/char/09A5> a lvont:Character ;
    lvont:represents "থ"^^xsd:string ;
    rdfs:comment "BENGALI LETTER THA"@en .

<http://lexvo.org/id/char/09A6> a lvont:Character ;
    lvont:represents "দ"^^xsd:string ;
    rdfs:comment "BENGALI LETTER DA"@en .

<http://lexvo.org/id/char/09A7> a lvont:Character ;
    lvont:represents "ধ"^^xsd:string ;
    rdfs:comment "BENGALI LETTER DHA"@en .

<http://lexvo.org/id/char/09A8> a lvont:Character ;
    lvont:represents "ন"^^xsd:string ;
    rdfs:comment "BENGALI LETTER NA"@en .

<http://lexvo.org/id/char/09AA> a lvont:Character ;
    lvont:represents "প"^^xsd:string ;
    rdfs:comment "BENGALI LETTER PA"@en .

<http://lexvo.org/id/char/09AB> a lvont:Character ;
    lvont:represents "ফ"^^xsd:string ;
    rdfs:comment "BENGALI LETTER PHA"@en .

<http://lexvo.org/id/char/09AC> a lvont:Character ;
    lvont:represents "ব"^^xsd:string ;
    rdfs:comment "BENGALI LETTER BA"@en .

<http://lexvo.org/id/char/09AD> a lvont:Character ;
    lvont:represents "ভ"^^xsd:string ;
    rdfs:comment "BENGALI LETTER BHA"@en .

<http://lexvo.org/id/char/09AE> a lvont:Character ;
    lvont:represents "ম"^^xsd:string ;
    rdfs:comment "BENGALI LETTER MA"@en .

<http://lexvo.org/id/char/09AF> a lvont:Character ;
    lvont:represents "য"^^xsd:string ;
    rdfs:comment "BENGALI LETTER YA"@en .

<http://lexvo.org/id/char/09B0> a lvont:Character ;
    lvont:represents "র"^^xsd:string ;
    rdfs:comment "BENGALI LETTER RA"@en .

<http://lexvo.org/id/char/09B2> a lvont:Character ;
    lvont:represents "ল"^^xsd:string ;
    rdfs:comment "BENGALI LETTER LA"@en .

<http://lexvo.org/id/char/09B6> a lvont:Character ;
    lvont:represents "শ"^^xsd:string ;
    rdfs:comment "BENGALI LETTER SHA"@en .

<http://lexvo.org/id/char/09B7> a lvont:Character ;
    lvont:represents "ষ"^^xsd:string ;
    rdfs:comment "BENGALI LETTER SSA"@en .

<http://lexvo.org/id/char/09B8> a lvont:Character ;
    lvont:represents "স"^^xsd:string ;
    rdfs:comment "BENGALI LETTER SA"@en .

<http://lexvo.org/id/char/09B9> a lvont:Character ;
    lvont:represents "হ"^^xsd:string ;
    rdfs:comment "BENGALI LETTER HA"@en .

<http://lexvo.org/id/char/09BC> a lvont:Character ;
    lvont:represents "়"^^xsd:string ;
    rdfs:comment "BENGALI SIGN NUKTA"@en .

<http://lexvo.org/id/char/09BD> a lvont:Character ;
    lvont:represents "ঽ"^^xsd:string ;
    rdfs:comment "BENGALI SIGN AVAGRAHA"@en .

<http://lexvo.org/id/char/09BE> a lvont:Character ;
    lvont:represents "া"^^xsd:string ;
    rdfs:comment "BENGALI VOWEL SIGN AA"@en .

<http://lexvo.org/id/char/09BF> a lvont:Character ;
    lvont:represents "ি"^^xsd:string ;
    rdfs:comment "BENGALI VOWEL SIGN I"@en .

<http://lexvo.org/id/char/09C0> a lvont:Character ;
    lvont:represents "ী"^^xsd:string ;
    rdfs:comment "BENGALI VOWEL SIGN II"@en .

<http://lexvo.org/id/char/09C1> a lvont:Character ;
    lvont:represents "ু"^^xsd:string ;
    rdfs:comment "BENGALI VOWEL SIGN U"@en .

<http://lexvo.org/id/char/09C2> a lvont:Character ;
    lvont:represents "ূ"^^xsd:string ;
    rdfs:comment "BENGALI VOWEL SIGN UU"@en .

<http://lexvo.org/id/char/09C3> a lvont:Character ;
    lvont:represents "ৃ"^^xsd:string ;
    rdfs:comment "BENGALI VOWEL SIGN VOCALIC R"@en .

<http://lexvo.org/id/char/09C4> a lvont:Character ;
    lvont:represents "ৄ"^^xsd:string ;
    rdfs:comment "BENGALI VOWEL SIGN VOCALIC RR"@en .

<http://lexvo.org/id/char/09C7> a lvont:Character ;
    lvont:represents "ে"^^xsd:string ;
    rdfs:comment "BENGALI VOWEL SIGN E"@en .

<http://lexvo.org/id/char/09C8> a lvont:Character ;
    lvont:represents "ৈ"^^xsd:string ;
    rdfs:comment "BENGALI VOWEL SIGN AI"@en .

<http://lexvo.org/id/char/09CB> a lvont:Character ;
    lvont:represents "ো"^^xsd:string ;
    rdfs:comment "BENGALI VOWEL SIGN O"@en .

<http://lexvo.org/id/char/09CC> a lvont:Character ;
    lvont:represents "ৌ"^^xsd:string ;
    rdfs:comment "BENGALI VOWEL SIGN AU"@en .

<http://lexvo.org/id/char/09CD> a lvont:Character ;
    lvont:represents "্"^^xsd:string ;
    rdfs:comment "BENGALI SIGN VIRAMA"@en .

<http://lexvo.org/id/char/09CE> a lvont:Character ;
    lvont:represents "ৎ"^^xsd:string ;
    rdfs:comment "BENGALI LETTER KHANDA TA"@en .

<http://lexvo.org/id/char/09D7> a lvont:Character ;
    lvont:represents "ৗ"^^xsd:string ;
    rdfs:comment "BENGALI AU LENGTH MARK"@en .

<http://lexvo.org/id/char/09DC> a lvont:Character ;
    lvont:represents "ড়"^^xsd:string ;
    rdfs:comment "BENGALI LETTER RRA"@en .

<http://lexvo.org/id/char/09DD> a lvont:Character ;
    lvont:represents "ঢ়"^^xsd:string ;
    rdfs:comment "BENGALI LETTER RHA"@en .

<http://lexvo.org/id/char/09DF> a lvont:Character ;
    lvont:represents "য়"^^xsd:string ;
    rdfs:comment "BENGALI LETTER YYA"@en .

<http://lexvo.org/id/char/09E0> a lvont:Character ;
    lvont:represents "ৠ"^^xsd:string ;
    rdfs:comment "BENGALI LETTER VOCALIC RR"@en .

<http://lexvo.org/id/char/09E1> a lvont:Character ;
    lvont:represents "ৡ"^^xsd:string ;
    rdfs:comment "BENGALI LETTER VOCALIC LL"@en .

<http://lexvo.org/id/char/09E2> a lvont:Character ;
    lvont:represents "ৢ"^^xsd:string ;
    rdfs:comment "BENGALI VOWEL SIGN VOCALIC L"@en .

<http://lexvo.org/id/char/09E3> a lvont:Character ;
    lvont:represents "ৣ"^^xsd:string ;
    rdfs:comment "BENGALI VOWEL SIGN VOCALIC LL"@en .

<http://lexvo.org/id/char/09E6> a lvont:Character ;
    lvont:represents "০"^^xsd:string ;
    rdfs:comment "BENGALI DIGIT ZERO"@en .

<http://lexvo.org/id/char/09E7> a lvont:Character ;
    lvont:represents "১"^^xsd:string ;
    rdfs:comment "BENGALI DIGIT ONE"@en .

<http://lexvo.org/id/char/09E8> a lvont:Character ;
    lvont:represents "২"^^xsd:string ;
    rdfs:comment "BENGALI DIGIT TWO"@en .

<http://lexvo.org/id/char/09E9> a lvont:Character ;
    lvont:represents "৩"^^xsd:string ;
    rdfs:comment "BENGALI DIGIT THREE"@en .

<http://lexvo.org/id/char/09EA> a lvont:Character ;
    lvont:represents "৪"^^xsd:string ;
    rdfs:comment "BENGALI DIGIT FOUR"@en .

<http://lexvo.org/id/char/09EB> a lvont:Character ;
    lvont:represents "৫"^^xsd:string ;
    rdfs:comment "BENGALI DIGIT FIVE"@en .

<http://lexvo.org/id/char/09EC> a lvont:Character ;
    lvont:represents "৬"^^xsd:string ;
    rdfs:comment "BENGALI DIGIT SIX"@en .

<http://lexvo.org/id/char/09ED> a lvont:Character ;
    lvont:represents "৭"^^xsd:string ;
    rdfs:comment "BENGALI DIGIT SEVEN"@en .

<http://lexvo.org/id/char/09EE> a lvont:Character ;
    lvont:represents "৮"^^xsd:string ;
    rdfs:comment "BENGALI DIGIT EIGHT"@en .

<http://lexvo.org/id/char/09EF> a lvont:Character ;
    lvont:represents "৯"^^xsd:string ;
    rdfs:comment "BENGALI DIGIT NINE"@en .

<http://lexvo.org/id/char/09F0> a lvont:Character ;
    lvont:represents "ৰ"^^xsd:string ;
    rdfs:comment "BENGALI LETTER RA WITH MIDDLE DIAGONAL"@en .

<http://lexvo.org/id/char/09F1> a lvont:Character ;
    lvont:represents "ৱ"^^xsd:string ;
    rdfs:comment "BENGALI LETTER RA WITH LOWER DIAGONAL"@en .

<http://lexvo.org/id/char/09F2> a lvont:Character ;
    lvont:represents "৲"^^xsd:string ;
    rdfs:comment "BENGALI RUPEE MARK"@en .

<http://lexvo.org/id/char/09F3> a lvont:Character ;
    lvont:represents "৳"^^xsd:string ;
    rdfs:comment "BENGALI RUPEE SIGN"@en .

<http://lexvo.org/id/char/09F4> a lvont:Character ;
    lvont:represents "৴"^^xsd:string ;
    rdfs:comment "BENGALI CURRENCY NUMERATOR ONE"@en .

<http://lexvo.org/id/char/09F5> a lvont:Character ;
    lvont:represents "৵"^^xsd:string ;
    rdfs:comment "BENGALI CURRENCY NUMERATOR TWO"@en .

<http://lexvo.org/id/char/09F6> a lvont:Character ;
    lvont:represents "৶"^^xsd:string ;
    rdfs:comment "BENGALI CURRENCY NUMERATOR THREE"@en .

<http://lexvo.org/id/char/09F7> a lvont:Character ;
    lvont:represents "৷"^^xsd:string ;
    rdfs:comment "BENGALI CURRENCY NUMERATOR FOUR"@en .

<http://lexvo.org/id/char/09F8> a lvont:Character ;
    lvont:represents "৸"^^xsd:string ;
    rdfs:comment "BENGALI CURRENCY NUMERATOR ONE LESS THAN THE DENOMINATOR"@en .

<http://lexvo.org/id/char/09F9> a lvont:Character ;
    lvont:represents "৹"^^xsd:string ;
    rdfs:comment "BENGALI CURRENCY DENOMINATOR SIXTEEN"@en .

<http://lexvo.org/id/char/09FA> a lvont:Character ;
    lvont:represents "৺"^^xsd:string ;
    rdfs:comment "BENGALI ISSHAR"@en .

<http://lexvo.org/id/char/09FB> a lvont:Character ;
    lvont:represents "৻"^^xsd:string ;
    rdfs:comment "BENGALI GANDA MARK"@en .

<http://lexvo.org/id/char/0A01> a lvont:Character ;
    lvont:represents "ਁ"^^xsd:string ;
    rdfs:comment "GURMUKHI SIGN ADAK BINDI"@en .

<http://lexvo.org/id/char/0A02> a lvont:Character ;
    lvont:represents "ਂ"^^xsd:string ;
    rdfs:comment "GURMUKHI SIGN BINDI"@en .

<http://lexvo.org/id/char/0A03> a lvont:Character ;
    lvont:represents "ਃ"^^xsd:string ;
    rdfs:comment "GURMUKHI SIGN VISARGA"@en .

<http://lexvo.org/id/char/0A05> a lvont:Character ;
    lvont:represents "ਅ"^^xsd:string ;
    rdfs:comment "GURMUKHI LETTER A"@en .

<http://lexvo.org/id/char/0A06> a lvont:Character ;
    lvont:represents "ਆ"^^xsd:string ;
    rdfs:comment "GURMUKHI LETTER AA"@en .

<http://lexvo.org/id/char/0A07> a lvont:Character ;
    lvont:represents "ਇ"^^xsd:string ;
    rdfs:comment "GURMUKHI LETTER I"@en .

<http://lexvo.org/id/char/0A08> a lvont:Character ;
    lvont:represents "ਈ"^^xsd:string ;
    rdfs:comment "GURMUKHI LETTER II"@en .

<http://lexvo.org/id/char/0A09> a lvont:Character ;
    lvont:represents "ਉ"^^xsd:string ;
    rdfs:comment "GURMUKHI LETTER U"@en .

<http://lexvo.org/id/char/0A0A> a lvont:Character ;
    lvont:represents "ਊ"^^xsd:string ;
    rdfs:comment "GURMUKHI LETTER UU"@en .

<http://lexvo.org/id/char/0A0F> a lvont:Character ;
    lvont:represents "ਏ"^^xsd:string ;
    rdfs:comment "GURMUKHI LETTER EE"@en .

<http://lexvo.org/id/char/0A10> a lvont:Character ;
    lvont:represents "ਐ"^^xsd:string ;
    rdfs:comment "GURMUKHI LETTER AI"@en .

<http://lexvo.org/id/char/0A13> a lvont:Character ;
    lvont:represents "ਓ"^^xsd:string ;
    rdfs:comment "GURMUKHI LETTER OO"@en .

<http://lexvo.org/id/char/0A14> a lvont:Character ;
    lvont:represents "ਔ"^^xsd:string ;
    rdfs:comment "GURMUKHI LETTER AU"@en .

<http://lexvo.org/id/char/0A15> a lvont:Character ;
    lvont:represents "ਕ"^^xsd:string ;
    rdfs:comment "GURMUKHI LETTER KA"@en .

<http://lexvo.org/id/char/0A16> a lvont:Character ;
    lvont:represents "ਖ"^^xsd:string ;
    rdfs:comment "GURMUKHI LETTER KHA"@en .

<http://lexvo.org/id/char/0A17> a lvont:Character ;
    lvont:represents "ਗ"^^xsd:string ;
    rdfs:comment "GURMUKHI LETTER GA"@en .

<http://lexvo.org/id/char/0A18> a lvont:Character ;
    lvont:represents "ਘ"^^xsd:string ;
    rdfs:comment "GURMUKHI LETTER GHA"@en .

<http://lexvo.org/id/char/0A19> a lvont:Character ;
    lvont:represents "ਙ"^^xsd:string ;
    rdfs:comment "GURMUKHI LETTER NGA"@en .

<http://lexvo.org/id/char/0A1A> a lvont:Character ;
    lvont:represents "ਚ"^^xsd:string ;
    rdfs:comment "GURMUKHI LETTER CA"@en .

<http://lexvo.org/id/char/0A1B> a lvont:Character ;
    lvont:represents "ਛ"^^xsd:string ;
    rdfs:comment "GURMUKHI LETTER CHA"@en .

<http://lexvo.org/id/char/0A1C> a lvont:Character ;
    lvont:represents "ਜ"^^xsd:string ;
    rdfs:comment "GURMUKHI LETTER JA"@en .

<http://lexvo.org/id/char/0A1D> a lvont:Character ;
    lvont:represents "ਝ"^^xsd:string ;
    rdfs:comment "GURMUKHI LETTER JHA"@en .

<http://lexvo.org/id/char/0A1E> a lvont:Character ;
    lvont:represents "ਞ"^^xsd:string ;
    rdfs:comment "GURMUKHI LETTER NYA"@en .

<http://lexvo.org/id/char/0A1F> a lvont:Character ;
    lvont:represents "ਟ"^^xsd:string ;
    rdfs:comment "GURMUKHI LETTER TTA"@en .

<http://lexvo.org/id/char/0A20> a lvont:Character ;
    lvont:represents "ਠ"^^xsd:string ;
    rdfs:comment "GURMUKHI LETTER TTHA"@en .

<http://lexvo.org/id/char/0A21> a lvont:Character ;
    lvont:represents "ਡ"^^xsd:string ;
    rdfs:comment "GURMUKHI LETTER DDA"@en .

<http://lexvo.org/id/char/0A22> a lvont:Character ;
    lvont:represents "ਢ"^^xsd:string ;
    rdfs:comment "GURMUKHI LETTER DDHA"@en .

<http://lexvo.org/id/char/0A23> a lvont:Character ;
    lvont:represents "ਣ"^^xsd:string ;
    rdfs:comment "GURMUKHI LETTER NNA"@en .

<http://lexvo.org/id/char/0A24> a lvont:Character ;
    lvont:represents "ਤ"^^xsd:string ;
    rdfs:comment "GURMUKHI LETTER TA"@en .

<http://lexvo.org/id/char/0A25> a lvont:Character ;
    lvont:represents "ਥ"^^xsd:string ;
    rdfs:comment "GURMUKHI LETTER THA"@en .

<http://lexvo.org/id/char/0A26> a lvont:Character ;
    lvont:represents "ਦ"^^xsd:string ;
    rdfs:comment "GURMUKHI LETTER DA"@en .

<http://lexvo.org/id/char/0A27> a lvont:Character ;
    lvont:represents "ਧ"^^xsd:string ;
    rdfs:comment "GURMUKHI LETTER DHA"@en .

<http://lexvo.org/id/char/0A28> a lvont:Character ;
    lvont:represents "ਨ"^^xsd:string ;
    rdfs:comment "GURMUKHI LETTER NA"@en .

<http://lexvo.org/id/char/0A2A> a lvont:Character ;
    lvont:represents "ਪ"^^xsd:string ;
    rdfs:comment "GURMUKHI LETTER PA"@en .

<http://lexvo.org/id/char/0A2B> a lvont:Character ;
    lvont:represents "ਫ"^^xsd:string ;
    rdfs:comment "GURMUKHI LETTER PHA"@en .

<http://lexvo.org/id/char/0A2C> a lvont:Character ;
    lvont:represents "ਬ"^^xsd:string ;
    rdfs:comment "GURMUKHI LETTER BA"@en .

<http://lexvo.org/id/char/0A2D> a lvont:Character ;
    lvont:represents "ਭ"^^xsd:string ;
    rdfs:comment "GURMUKHI LETTER BHA"@en .

<http://lexvo.org/id/char/0A2E> a lvont:Character ;
    lvont:represents "ਮ"^^xsd:string ;
    rdfs:comment "GURMUKHI LETTER MA"@en .

<http://lexvo.org/id/char/0A2F> a lvont:Character ;
    lvont:represents "ਯ"^^xsd:string ;
    rdfs:comment "GURMUKHI LETTER YA"@en .

<http://lexvo.org/id/char/0A30> a lvont:Character ;
    lvont:represents "ਰ"^^xsd:string ;
    rdfs:comment "GURMUKHI LETTER RA"@en .

<http://lexvo.org/id/char/0A32> a lvont:Character ;
    lvont:represents "ਲ"^^xsd:string ;
    rdfs:comment "GURMUKHI LETTER LA"@en .

<http://lexvo.org/id/char/0A33> a lvont:Character ;
    lvont:represents "ਲ਼"^^xsd:string ;
    rdfs:comment "GURMUKHI LETTER LLA"@en .

<http://lexvo.org/id/char/0A35> a lvont:Character ;
    lvont:represents "ਵ"^^xsd:string ;
    rdfs:comment "GURMUKHI LETTER VA"@en .

<http://lexvo.org/id/char/0A36> a lvont:Character ;
    lvont:represents "ਸ਼"^^xsd:string ;
    rdfs:comment "GURMUKHI LETTER SHA"@en .

<http://lexvo.org/id/char/0A38> a lvont:Character ;
    lvont:represents "ਸ"^^xsd:string ;
    rdfs:comment "GURMUKHI LETTER SA"@en .

<http://lexvo.org/id/char/0A39> a lvont:Character ;
    lvont:represents "ਹ"^^xsd:string ;
    rdfs:comment "GURMUKHI LETTER HA"@en .

<http://lexvo.org/id/char/0A3C> a lvont:Character ;
    lvont:represents "਼"^^xsd:string ;
    rdfs:comment "GURMUKHI SIGN NUKTA"@en .

<http://lexvo.org/id/char/0A3E> a lvont:Character ;
    lvont:represents "ਾ"^^xsd:string ;
    rdfs:comment "GURMUKHI VOWEL SIGN AA"@en .

<http://lexvo.org/id/char/0A3F> a lvont:Character ;
    lvont:represents "ਿ"^^xsd:string ;
    rdfs:comment "GURMUKHI VOWEL SIGN I"@en .

<http://lexvo.org/id/char/0A40> a lvont:Character ;
    lvont:represents "ੀ"^^xsd:string ;
    rdfs:comment "GURMUKHI VOWEL SIGN II"@en .

<http://lexvo.org/id/char/0A41> a lvont:Character ;
    lvont:represents "ੁ"^^xsd:string ;
    rdfs:comment "GURMUKHI VOWEL SIGN U"@en .

<http://lexvo.org/id/char/0A42> a lvont:Character ;
    lvont:represents "ੂ"^^xsd:string ;
    rdfs:comment "GURMUKHI VOWEL SIGN UU"@en .

<http://lexvo.org/id/char/0A47> a lvont:Character ;
    lvont:represents "ੇ"^^xsd:string ;
    rdfs:comment "GURMUKHI VOWEL SIGN EE"@en .

<http://lexvo.org/id/char/0A48> a lvont:Character ;
    lvont:represents "ੈ"^^xsd:string ;
    rdfs:comment "GURMUKHI VOWEL SIGN AI"@en .

<http://lexvo.org/id/char/0A4B> a lvont:Character ;
    lvont:represents "ੋ"^^xsd:string ;
    rdfs:comment "GURMUKHI VOWEL SIGN OO"@en .

<http://lexvo.org/id/char/0A4C> a lvont:Character ;
    lvont:represents "ੌ"^^xsd:string ;
    rdfs:comment "GURMUKHI VOWEL SIGN AU"@en .

<http://lexvo.org/id/char/0A4D> a lvont:Character ;
    lvont:represents "੍"^^xsd:string ;
    rdfs:comment "GURMUKHI SIGN VIRAMA"@en .

<http://lexvo.org/id/char/0A51> a lvont:Character ;
    lvont:represents "ੑ"^^xsd:string ;
    rdfs:comment "GURMUKHI SIGN UDAAT"@en .

<http://lexvo.org/id/char/0A59> a lvont:Character ;
    lvont:represents "ਖ਼"^^xsd:string ;
    rdfs:comment "GURMUKHI LETTER KHHA"@en .

<http://lexvo.org/id/char/0A5A> a lvont:Character ;
    lvont:represents "ਗ਼"^^xsd:string ;
    rdfs:comment "GURMUKHI LETTER GHHA"@en .

<http://lexvo.org/id/char/0A5B> a lvont:Character ;
    lvont:represents "ਜ਼"^^xsd:string ;
    rdfs:comment "GURMUKHI LETTER ZA"@en .

<http://lexvo.org/id/char/0A5C> a lvont:Character ;
    lvont:represents "ੜ"^^xsd:string ;
    rdfs:comment "GURMUKHI LETTER RRA"@en .

<http://lexvo.org/id/char/0A5E> a lvont:Character ;
    lvont:represents "ਫ਼"^^xsd:string ;
    rdfs:comment "GURMUKHI LETTER FA"@en .

<http://lexvo.org/id/char/0A66> a lvont:Character ;
    lvont:represents "੦"^^xsd:string ;
    rdfs:comment "GURMUKHI DIGIT ZERO"@en .

<http://lexvo.org/id/char/0A67> a lvont:Character ;
    lvont:represents "੧"^^xsd:string ;
    rdfs:comment "GURMUKHI DIGIT ONE"@en .

<http://lexvo.org/id/char/0A68> a lvont:Character ;
    lvont:represents "੨"^^xsd:string ;
    rdfs:comment "GURMUKHI DIGIT TWO"@en .

<http://lexvo.org/id/char/0A69> a lvont:Character ;
    lvont:represents "੩"^^xsd:string ;
    rdfs:comment "GURMUKHI DIGIT THREE"@en .

<http://lexvo.org/id/char/0A6A> a lvont:Character ;
    lvont:represents "੪"^^xsd:string ;
    rdfs:comment "GURMUKHI DIGIT FOUR"@en .

<http://lexvo.org/id/char/0A6B> a lvont:Character ;
    lvont:represents "੫"^^xsd:string ;
    rdfs:comment "GURMUKHI DIGIT FIVE"@en .

<http://lexvo.org/id/char/0A6C> a lvont:Character ;
    lvont:represents "੬"^^xsd:string ;
    rdfs:comment "GURMUKHI DIGIT SIX"@en .

<http://lexvo.org/id/char/0A6D> a lvont:Character ;
    lvont:represents "੭"^^xsd:string ;
    rdfs:comment "GURMUKHI DIGIT SEVEN"@en .

<http://lexvo.org/id/char/0A6E> a lvont:Character ;
    lvont:represents "੮"^^xsd:string ;
    rdfs:comment "GURMUKHI DIGIT EIGHT"@en .

<http://lexvo.org/id/char/0A6F> a lvont:Character ;
    lvont:represents "੯"^^xsd:string ;
    rdfs:comment "GURMUKHI DIGIT NINE"@en .

<http://lexvo.org/id/char/0A70> a lvont:Character ;
    lvont:represents "ੰ"^^xsd:string ;
    rdfs:comment "GURMUKHI TIPPI"@en .

<http://lexvo.org/id/char/0A71> a lvont:Character ;
    lvont:represents "ੱ"^^xsd:string ;
    rdfs:comment "GURMUKHI ADDAK"@en .

<http://lexvo.org/id/char/0A72> a lvont:Character ;
    lvont:represents "ੲ"^^xsd:string ;
    rdfs:comment "GURMUKHI IRI"@en .

<http://lexvo.org/id/char/0A73> a lvont:Character ;
    lvont:represents "ੳ"^^xsd:string ;
    rdfs:comment "GURMUKHI URA"@en .

<http://lexvo.org/id/char/0A74> a lvont:Character ;
    lvont:represents "ੴ"^^xsd:string ;
    rdfs:comment "GURMUKHI EK ONKAR"@en .

<http://lexvo.org/id/char/0A75> a lvont:Character ;
    lvont:represents "ੵ"^^xsd:string ;
    rdfs:comment "GURMUKHI SIGN YAKASH"@en .

<http://lexvo.org/id/char/0A81> a lvont:Character ;
    lvont:represents "ઁ"^^xsd:string ;
    rdfs:comment "GUJARATI SIGN CANDRABINDU"@en .

<http://lexvo.org/id/char/0A82> a lvont:Character ;
    lvont:represents "ં"^^xsd:string ;
    rdfs:comment "GUJARATI SIGN ANUSVARA"@en .

<http://lexvo.org/id/char/0A83> a lvont:Character ;
    lvont:represents "ઃ"^^xsd:string ;
    rdfs:comment "GUJARATI SIGN VISARGA"@en .

<http://lexvo.org/id/char/0A85> a lvont:Character ;
    lvont:represents "અ"^^xsd:string ;
    rdfs:comment "GUJARATI LETTER A"@en .

<http://lexvo.org/id/char/0A86> a lvont:Character ;
    lvont:represents "આ"^^xsd:string ;
    rdfs:comment "GUJARATI LETTER AA"@en .

<http://lexvo.org/id/char/0A87> a lvont:Character ;
    lvont:represents "ઇ"^^xsd:string ;
    rdfs:comment "GUJARATI LETTER I"@en .

<http://lexvo.org/id/char/0A88> a lvont:Character ;
    lvont:represents "ઈ"^^xsd:string ;
    rdfs:comment "GUJARATI LETTER II"@en .

<http://lexvo.org/id/char/0A89> a lvont:Character ;
    lvont:represents "ઉ"^^xsd:string ;
    rdfs:comment "GUJARATI LETTER U"@en .

<http://lexvo.org/id/char/0A8A> a lvont:Character ;
    lvont:represents "ઊ"^^xsd:string ;
    rdfs:comment "GUJARATI LETTER UU"@en .

<http://lexvo.org/id/char/0A8B> a lvont:Character ;
    lvont:represents "ઋ"^^xsd:string ;
    rdfs:comment "GUJARATI LETTER VOCALIC R"@en .

<http://lexvo.org/id/char/0A8C> a lvont:Character ;
    lvont:represents "ઌ"^^xsd:string ;
    rdfs:comment "GUJARATI LETTER VOCALIC L"@en .

<http://lexvo.org/id/char/0A8D> a lvont:Character ;
    lvont:represents "ઍ"^^xsd:string ;
    rdfs:comment "GUJARATI VOWEL CANDRA E"@en .

<http://lexvo.org/id/char/0A8F> a lvont:Character ;
    lvont:represents "એ"^^xsd:string ;
    rdfs:comment "GUJARATI LETTER E"@en .

<http://lexvo.org/id/char/0A90> a lvont:Character ;
    lvont:represents "ઐ"^^xsd:string ;
    rdfs:comment "GUJARATI LETTER AI"@en .

<http://lexvo.org/id/char/0A91> a lvont:Character ;
    lvont:represents "ઑ"^^xsd:string ;
    rdfs:comment "GUJARATI VOWEL CANDRA O"@en .

<http://lexvo.org/id/char/0A93> a lvont:Character ;
    lvont:represents "ઓ"^^xsd:string ;
    rdfs:comment "GUJARATI LETTER O"@en .

<http://lexvo.org/id/char/0A94> a lvont:Character ;
    lvont:represents "ઔ"^^xsd:string ;
    rdfs:comment "GUJARATI LETTER AU"@en .

<http://lexvo.org/id/char/0A95> a lvont:Character ;
    lvont:represents "ક"^^xsd:string ;
    rdfs:comment "GUJARATI LETTER KA"@en .

<http://lexvo.org/id/char/0A96> a lvont:Character ;
    lvont:represents "ખ"^^xsd:string ;
    rdfs:comment "GUJARATI LETTER KHA"@en .

<http://lexvo.org/id/char/0A97> a lvont:Character ;
    lvont:represents "ગ"^^xsd:string ;
    rdfs:comment "GUJARATI LETTER GA"@en .

<http://lexvo.org/id/char/0A98> a lvont:Character ;
    lvont:represents "ઘ"^^xsd:string ;
    rdfs:comment "GUJARATI LETTER GHA"@en .

<http://lexvo.org/id/char/0A99> a lvont:Character ;
    lvont:represents "ઙ"^^xsd:string ;
    rdfs:comment "GUJARATI LETTER NGA"@en .

<http://lexvo.org/id/char/0A9A> a lvont:Character ;
    lvont:represents "ચ"^^xsd:string ;
    rdfs:comment "GUJARATI LETTER CA"@en .

<http://lexvo.org/id/char/0A9B> a lvont:Character ;
    lvont:represents "છ"^^xsd:string ;
    rdfs:comment "GUJARATI LETTER CHA"@en .

<http://lexvo.org/id/char/0A9C> a lvont:Character ;
    lvont:represents "જ"^^xsd:string ;
    rdfs:comment "GUJARATI LETTER JA"@en .

<http://lexvo.org/id/char/0A9D> a lvont:Character ;
    lvont:represents "ઝ"^^xsd:string ;
    rdfs:comment "GUJARATI LETTER JHA"@en .

<http://lexvo.org/id/char/0A9E> a lvont:Character ;
    lvont:represents "ઞ"^^xsd:string ;
    rdfs:comment "GUJARATI LETTER NYA"@en .

<http://lexvo.org/id/char/0A9F> a lvont:Character ;
    lvont:represents "ટ"^^xsd:string ;
    rdfs:comment "GUJARATI LETTER TTA"@en .

<http://lexvo.org/id/char/0AA0> a lvont:Character ;
    lvont:represents "ઠ"^^xsd:string ;
    rdfs:comment "GUJARATI LETTER TTHA"@en .

<http://lexvo.org/id/char/0AA1> a lvont:Character ;
    lvont:represents "ડ"^^xsd:string ;
    rdfs:comment "GUJARATI LETTER DDA"@en .

<http://lexvo.org/id/char/0AA2> a lvont:Character ;
    lvont:represents "ઢ"^^xsd:string ;
    rdfs:comment "GUJARATI LETTER DDHA"@en .

<http://lexvo.org/id/char/0AA3> a lvont:Character ;
    lvont:represents "ણ"^^xsd:string ;
    rdfs:comment "GUJARATI LETTER NNA"@en .

<http://lexvo.org/id/char/0AA4> a lvont:Character ;
    lvont:represents "ત"^^xsd:string ;
    rdfs:comment "GUJARATI LETTER TA"@en .

<http://lexvo.org/id/char/0AA5> a lvont:Character ;
    lvont:represents "થ"^^xsd:string ;
    rdfs:comment "GUJARATI LETTER THA"@en .

<http://lexvo.org/id/char/0AA6> a lvont:Character ;
    lvont:represents "દ"^^xsd:string ;
    rdfs:comment "GUJARATI LETTER DA"@en .

<http://lexvo.org/id/char/0AA7> a lvont:Character ;
    lvont:represents "ધ"^^xsd:string ;
    rdfs:comment "GUJARATI LETTER DHA"@en .

<http://lexvo.org/id/char/0AA8> a lvont:Character ;
    lvont:represents "ન"^^xsd:string ;
    rdfs:comment "GUJARATI LETTER NA"@en .

<http://lexvo.org/id/char/0AAA> a lvont:Character ;
    lvont:represents "પ"^^xsd:string ;
    rdfs:comment "GUJARATI LETTER PA"@en .

<http://lexvo.org/id/char/0AAB> a lvont:Character ;
    lvont:represents "ફ"^^xsd:string ;
    rdfs:comment "GUJARATI LETTER PHA"@en .

<http://lexvo.org/id/char/0AAC> a lvont:Character ;
    lvont:represents "બ"^^xsd:string ;
    rdfs:comment "GUJARATI LETTER BA"@en .

<http://lexvo.org/id/char/0AAD> a lvont:Character ;
    lvont:represents "ભ"^^xsd:string ;
    rdfs:comment "GUJARATI LETTER BHA"@en .

<http://lexvo.org/id/char/0AAE> a lvont:Character ;
    lvont:represents "મ"^^xsd:string ;
    rdfs:comment "GUJARATI LETTER MA"@en .

<http://lexvo.org/id/char/0AAF> a lvont:Character ;
    lvont:represents "ય"^^xsd:string ;
    rdfs:comment "GUJARATI LETTER YA"@en .

<http://lexvo.org/id/char/0AB0> a lvont:Character ;
    lvont:represents "ર"^^xsd:string ;
    rdfs:comment "GUJARATI LETTER RA"@en .

<http://lexvo.org/id/char/0AB2> a lvont:Character ;
    lvont:represents "લ"^^xsd:string ;
    rdfs:comment "GUJARATI LETTER LA"@en .

<http://lexvo.org/id/char/0AB3> a lvont:Character ;
    lvont:represents "ળ"^^xsd:string ;
    rdfs:comment "GUJARATI LETTER LLA"@en .

<http://lexvo.org/id/char/0AB5> a lvont:Character ;
    lvont:represents "વ"^^xsd:string ;
    rdfs:comment "GUJARATI LETTER VA"@en .

<http://lexvo.org/id/char/0AB6> a lvont:Character ;
    lvont:represents "શ"^^xsd:string ;
    rdfs:comment "GUJARATI LETTER SHA"@en .

<http://lexvo.org/id/char/0AB7> a lvont:Character ;
    lvont:represents "ષ"^^xsd:string ;
    rdfs:comment "GUJARATI LETTER SSA"@en .

<http://lexvo.org/id/char/0AB8> a lvont:Character ;
    lvont:represents "સ"^^xsd:string ;
    rdfs:comment "GUJARATI LETTER SA"@en .

<http://lexvo.org/id/char/0AB9> a lvont:Character ;
    lvont:represents "હ"^^xsd:string ;
    rdfs:comment "GUJARATI LETTER HA"@en .

<http://lexvo.org/id/char/0ABC> a lvont:Character ;
    lvont:represents "઼"^^xsd:string ;
    rdfs:comment "GUJARATI SIGN NUKTA"@en .

<http://lexvo.org/id/char/0ABD> a lvont:Character ;
    lvont:represents "ઽ"^^xsd:string ;
    rdfs:comment "GUJARATI SIGN AVAGRAHA"@en .

<http://lexvo.org/id/char/0ABE> a lvont:Character ;
    lvont:represents "ા"^^xsd:string ;
    rdfs:comment "GUJARATI VOWEL SIGN AA"@en .

<http://lexvo.org/id/char/0ABF> a lvont:Character ;
    lvont:represents "િ"^^xsd:string ;
    rdfs:comment "GUJARATI VOWEL SIGN I"@en .

<http://lexvo.org/id/char/0AC0> a lvont:Character ;
    lvont:represents "ી"^^xsd:string ;
    rdfs:comment "GUJARATI VOWEL SIGN II"@en .

<http://lexvo.org/id/char/0AC1> a lvont:Character ;
    lvont:represents "ુ"^^xsd:string ;
    rdfs:comment "GUJARATI VOWEL SIGN U"@en .

<http://lexvo.org/id/char/0AC2> a lvont:Character ;
    lvont:represents "ૂ"^^xsd:string ;
    rdfs:comment "GUJARATI VOWEL SIGN UU"@en .

<http://lexvo.org/id/char/0AC3> a lvont:Character ;
    lvont:represents "ૃ"^^xsd:string ;
    rdfs:comment "GUJARATI VOWEL SIGN VOCALIC R"@en .

<http://lexvo.org/id/char/0AC4> a lvont:Character ;
    lvont:represents "ૄ"^^xsd:string ;
    rdfs:comment "GUJARATI VOWEL SIGN VOCALIC RR"@en .

<http://lexvo.org/id/char/0AC5> a lvont:Character ;
    lvont:represents "ૅ"^^xsd:string ;
    rdfs:comment "GUJARATI VOWEL SIGN CANDRA E"@en .

<http://lexvo.org/id/char/0AC7> a lvont:Character ;
    lvont:represents "ે"^^xsd:string ;
    rdfs:comment "GUJARATI VOWEL SIGN E"@en .

<http://lexvo.org/id/char/0AC8> a lvont:Character ;
    lvont:represents "ૈ"^^xsd:string ;
    rdfs:comment "GUJARATI VOWEL SIGN AI"@en .

<http://lexvo.org/id/char/0AC9> a lvont:Character ;
    lvont:represents "ૉ"^^xsd:string ;
    rdfs:comment "GUJARATI VOWEL SIGN CANDRA O"@en .

<http://lexvo.org/id/char/0ACB> a lvont:Character ;
    lvont:represents "ો"^^xsd:string ;
    rdfs:comment "GUJARATI VOWEL SIGN O"@en .

<http://lexvo.org/id/char/0ACC> a lvont:Character ;
    lvont:represents "ૌ"^^xsd:string ;
    rdfs:comment "GUJARATI VOWEL SIGN AU"@en .

<http://lexvo.org/id/char/0ACD> a lvont:Character ;
    lvont:represents "્"^^xsd:string ;
    rdfs:comment "GUJARATI SIGN VIRAMA"@en .

<http://lexvo.org/id/char/0AD0> a lvont:Character ;
    lvont:represents "ૐ"^^xsd:string ;
    rdfs:comment "GUJARATI OM"@en .

<http://lexvo.org/id/char/0AE0> a lvont:Character ;
    lvont:represents "ૠ"^^xsd:string ;
    rdfs:comment "GUJARATI LETTER VOCALIC RR"@en .

<http://lexvo.org/id/char/0AE1> a lvont:Character ;
    lvont:represents "ૡ"^^xsd:string ;
    rdfs:comment "GUJARATI LETTER VOCALIC LL"@en .

<http://lexvo.org/id/char/0AE2> a lvont:Character ;
    lvont:represents "ૢ"^^xsd:string ;
    rdfs:comment "GUJARATI VOWEL SIGN VOCALIC L"@en .

<http://lexvo.org/id/char/0AE3> a lvont:Character ;
    lvont:represents "ૣ"^^xsd:string ;
    rdfs:comment "GUJARATI VOWEL SIGN VOCALIC LL"@en .

<http://lexvo.org/id/char/0AE6> a lvont:Character ;
    lvont:represents "૦"^^xsd:string ;
    rdfs:comment "GUJARATI DIGIT ZERO"@en .

<http://lexvo.org/id/char/0AE7> a lvont:Character ;
    lvont:represents "૧"^^xsd:string ;
    rdfs:comment "GUJARATI DIGIT ONE"@en .

<http://lexvo.org/id/char/0AE8> a lvont:Character ;
    lvont:represents "૨"^^xsd:string ;
    rdfs:comment "GUJARATI DIGIT TWO"@en .

<http://lexvo.org/id/char/0AE9> a lvont:Character ;
    lvont:represents "૩"^^xsd:string ;
    rdfs:comment "GUJARATI DIGIT THREE"@en .

<http://lexvo.org/id/char/0AEA> a lvont:Character ;
    lvont:represents "૪"^^xsd:string ;
    rdfs:comment "GUJARATI DIGIT FOUR"@en .

<http://lexvo.org/id/char/0AEB> a lvont:Character ;
    lvont:represents "૫"^^xsd:string ;
    rdfs:comment "GUJARATI DIGIT FIVE"@en .

<http://lexvo.org/id/char/0AEC> a lvont:Character ;
    lvont:represents "૬"^^xsd:string ;
    rdfs:comment "GUJARATI DIGIT SIX"@en .

<http://lexvo.org/id/char/0AED> a lvont:Character ;
    lvont:represents "૭"^^xsd:string ;
    rdfs:comment "GUJARATI DIGIT SEVEN"@en .

<http://lexvo.org/id/char/0AEE> a lvont:Character ;
    lvont:represents "૮"^^xsd:string ;
    rdfs:comment "GUJARATI DIGIT EIGHT"@en .

<http://lexvo.org/id/char/0AEF> a lvont:Character ;
    lvont:represents "૯"^^xsd:string ;
    rdfs:comment "GUJARATI DIGIT NINE"@en .

<http://lexvo.org/id/char/0AF0> a lvont:Character ;
    lvont:represents "૰"^^xsd:string ;
    rdfs:comment "GUJARATI ABBREVIATION SIGN"@en .

<http://lexvo.org/id/char/0AF1> a lvont:Character ;
    lvont:represents "૱"^^xsd:string ;
    rdfs:comment "GUJARATI RUPEE SIGN"@en .

<http://lexvo.org/id/char/0B01> a lvont:Character ;
    lvont:represents "ଁ"^^xsd:string ;
    rdfs:comment "ORIYA SIGN CANDRABINDU"@en .

<http://lexvo.org/id/char/0B02> a lvont:Character ;
    lvont:represents "ଂ"^^xsd:string ;
    rdfs:comment "ORIYA SIGN ANUSVARA"@en .

<http://lexvo.org/id/char/0B03> a lvont:Character ;
    lvont:represents "ଃ"^^xsd:string ;
    rdfs:comment "ORIYA SIGN VISARGA"@en .

<http://lexvo.org/id/char/0B05> a lvont:Character ;
    lvont:represents "ଅ"^^xsd:string ;
    rdfs:comment "ORIYA LETTER A"@en .

<http://lexvo.org/id/char/0B06> a lvont:Character ;
    lvont:represents "ଆ"^^xsd:string ;
    rdfs:comment "ORIYA LETTER AA"@en .

<http://lexvo.org/id/char/0B07> a lvont:Character ;
    lvont:represents "ଇ"^^xsd:string ;
    rdfs:comment "ORIYA LETTER I"@en .

<http://lexvo.org/id/char/0B08> a lvont:Character ;
    lvont:represents "ଈ"^^xsd:string ;
    rdfs:comment "ORIYA LETTER II"@en .

<http://lexvo.org/id/char/0B09> a lvont:Character ;
    lvont:represents "ଉ"^^xsd:string ;
    rdfs:comment "ORIYA LETTER U"@en .

<http://lexvo.org/id/char/0B0A> a lvont:Character ;
    lvont:represents "ଊ"^^xsd:string ;
    rdfs:comment "ORIYA LETTER UU"@en .

<http://lexvo.org/id/char/0B0B> a lvont:Character ;
    lvont:represents "ଋ"^^xsd:string ;
    rdfs:comment "ORIYA LETTER VOCALIC R"@en .

<http://lexvo.org/id/char/0B0C> a lvont:Character ;
    lvont:represents "ଌ"^^xsd:string ;
    rdfs:comment "ORIYA LETTER VOCALIC L"@en .

<http://lexvo.org/id/char/0B0F> a lvont:Character ;
    lvont:represents "ଏ"^^xsd:string ;
    rdfs:comment "ORIYA LETTER E"@en .

<http://lexvo.org/id/char/0B10> a lvont:Character ;
    lvont:represents "ଐ"^^xsd:string ;
    rdfs:comment "ORIYA LETTER AI"@en .

<http://lexvo.org/id/char/0B13> a lvont:Character ;
    lvont:represents "ଓ"^^xsd:string ;
    rdfs:comment "ORIYA LETTER O"@en .

<http://lexvo.org/id/char/0B14> a lvont:Character ;
    lvont:represents "ଔ"^^xsd:string ;
    rdfs:comment "ORIYA LETTER AU"@en .

<http://lexvo.org/id/char/0B15> a lvont:Character ;
    lvont:represents "କ"^^xsd:string ;
    rdfs:comment "ORIYA LETTER KA"@en .

<http://lexvo.org/id/char/0B16> a lvont:Character ;
    lvont:represents "ଖ"^^xsd:string ;
    rdfs:comment "ORIYA LETTER KHA"@en .

<http://lexvo.org/id/char/0B17> a lvont:Character ;
    lvont:represents "ଗ"^^xsd:string ;
    rdfs:comment "ORIYA LETTER GA"@en .

<http://lexvo.org/id/char/0B18> a lvont:Character ;
    lvont:represents "ଘ"^^xsd:string ;
    rdfs:comment "ORIYA LETTER GHA"@en .

<http://lexvo.org/id/char/0B19> a lvont:Character ;
    lvont:represents "ଙ"^^xsd:string ;
    rdfs:comment "ORIYA LETTER NGA"@en .

<http://lexvo.org/id/char/0B1A> a lvont:Character ;
    lvont:represents "ଚ"^^xsd:string ;
    rdfs:comment "ORIYA LETTER CA"@en .

<http://lexvo.org/id/char/0B1B> a lvont:Character ;
    lvont:represents "ଛ"^^xsd:string ;
    rdfs:comment "ORIYA LETTER CHA"@en .

<http://lexvo.org/id/char/0B1C> a lvont:Character ;
    lvont:represents "ଜ"^^xsd:string ;
    rdfs:comment "ORIYA LETTER JA"@en .

<http://lexvo.org/id/char/0B1D> a lvont:Character ;
    lvont:represents "ଝ"^^xsd:string ;
    rdfs:comment "ORIYA LETTER JHA"@en .

<http://lexvo.org/id/char/0B1E> a lvont:Character ;
    lvont:represents "ଞ"^^xsd:string ;
    rdfs:comment "ORIYA LETTER NYA"@en .

<http://lexvo.org/id/char/0B1F> a lvont:Character ;
    lvont:represents "ଟ"^^xsd:string ;
    rdfs:comment "ORIYA LETTER TTA"@en .

<http://lexvo.org/id/char/0B20> a lvont:Character ;
    lvont:represents "ଠ"^^xsd:string ;
    rdfs:comment "ORIYA LETTER TTHA"@en .

<http://lexvo.org/id/char/0B21> a lvont:Character ;
    lvont:represents "ଡ"^^xsd:string ;
    rdfs:comment "ORIYA LETTER DDA"@en .

<http://lexvo.org/id/char/0B22> a lvont:Character ;
    lvont:represents "ଢ"^^xsd:string ;
    rdfs:comment "ORIYA LETTER DDHA"@en .

<http://lexvo.org/id/char/0B23> a lvont:Character ;
    lvont:represents "ଣ"^^xsd:string ;
    rdfs:comment "ORIYA LETTER NNA"@en .

<http://lexvo.org/id/char/0B24> a lvont:Character ;
    lvont:represents "ତ"^^xsd:string ;
    rdfs:comment "ORIYA LETTER TA"@en .

<http://lexvo.org/id/char/0B25> a lvont:Character ;
    lvont:represents "ଥ"^^xsd:string ;
    rdfs:comment "ORIYA LETTER THA"@en .

<http://lexvo.org/id/char/0B26> a lvont:Character ;
    lvont:represents "ଦ"^^xsd:string ;
    rdfs:comment "ORIYA LETTER DA"@en .

<http://lexvo.org/id/char/0B27> a lvont:Character ;
    lvont:represents "ଧ"^^xsd:string ;
    rdfs:comment "ORIYA LETTER DHA"@en .

<http://lexvo.org/id/char/0B28> a lvont:Character ;
    lvont:represents "ନ"^^xsd:string ;
    rdfs:comment "ORIYA LETTER NA"@en .

<http://lexvo.org/id/char/0B2A> a lvont:Character ;
    lvont:represents "ପ"^^xsd:string ;
    rdfs:comment "ORIYA LETTER PA"@en .

<http://lexvo.org/id/char/0B2B> a lvont:Character ;
    lvont:represents "ଫ"^^xsd:string ;
    rdfs:comment "ORIYA LETTER PHA"@en .

<http://lexvo.org/id/char/0B2C> a lvont:Character ;
    lvont:represents "ବ"^^xsd:string ;
    rdfs:comment "ORIYA LETTER BA"@en .

<http://lexvo.org/id/char/0B2D> a lvont:Character ;
    lvont:represents "ଭ"^^xsd:string ;
    rdfs:comment "ORIYA LETTER BHA"@en .

<http://lexvo.org/id/char/0B2E> a lvont:Character ;
    lvont:represents "ମ"^^xsd:string ;
    rdfs:comment "ORIYA LETTER MA"@en .

<http://lexvo.org/id/char/0B2F> a lvont:Character ;
    lvont:represents "ଯ"^^xsd:string ;
    rdfs:comment "ORIYA LETTER YA"@en .

<http://lexvo.org/id/char/0B30> a lvont:Character ;
    lvont:represents "ର"^^xsd:string ;
    rdfs:comment "ORIYA LETTER RA"@en .

<http://lexvo.org/id/char/0B32> a lvont:Character ;
    lvont:represents "ଲ"^^xsd:string ;
    rdfs:comment "ORIYA LETTER LA"@en .

<http://lexvo.org/id/char/0B33> a lvont:Character ;
    lvont:represents "ଳ"^^xsd:string ;
    rdfs:comment "ORIYA LETTER LLA"@en .

<http://lexvo.org/id/char/0B35> a lvont:Character ;
    lvont:represents "ଵ"^^xsd:string ;
    rdfs:comment "ORIYA LETTER VA"@en .

<http://lexvo.org/id/char/0B36> a lvont:Character ;
    lvont:represents "ଶ"^^xsd:string ;
    rdfs:comment "ORIYA LETTER SHA"@en .

<http://lexvo.org/id/char/0B37> a lvont:Character ;
    lvont:represents "ଷ"^^xsd:string ;
    rdfs:comment "ORIYA LETTER SSA"@en .

<http://lexvo.org/id/char/0B38> a lvont:Character ;
    lvont:represents "ସ"^^xsd:string ;
    rdfs:comment "ORIYA LETTER SA"@en .

<http://lexvo.org/id/char/0B39> a lvont:Character ;
    lvont:represents "ହ"^^xsd:string ;
    rdfs:comment "ORIYA LETTER HA"@en .

<http://lexvo.org/id/char/0B3C> a lvont:Character ;
    lvont:represents "଼"^^xsd:string ;
    rdfs:comment "ORIYA SIGN NUKTA"@en .

<http://lexvo.org/id/char/0B3D> a lvont:Character ;
    lvont:represents "ଽ"^^xsd:string ;
    rdfs:comment "ORIYA SIGN AVAGRAHA"@en .

<http://lexvo.org/id/char/0B3E> a lvont:Character ;
    lvont:represents "ା"^^xsd:string ;
    rdfs:comment "ORIYA VOWEL SIGN AA"@en .

<http://lexvo.org/id/char/0B3F> a lvont:Character ;
    lvont:represents "ି"^^xsd:string ;
    rdfs:comment "ORIYA VOWEL SIGN I"@en .

<http://lexvo.org/id/char/0B40> a lvont:Character ;
    lvont:represents "ୀ"^^xsd:string ;
    rdfs:comment "ORIYA VOWEL SIGN II"@en .

<http://lexvo.org/id/char/0B41> a lvont:Character ;
    lvont:represents "ୁ"^^xsd:string ;
    rdfs:comment "ORIYA VOWEL SIGN U"@en .

<http://lexvo.org/id/char/0B42> a lvont:Character ;
    lvont:represents "ୂ"^^xsd:string ;
    rdfs:comment "ORIYA VOWEL SIGN UU"@en .

<http://lexvo.org/id/char/0B43> a lvont:Character ;
    lvont:represents "ୃ"^^xsd:string ;
    rdfs:comment "ORIYA VOWEL SIGN VOCALIC R"@en .

<http://lexvo.org/id/char/0B44> a lvont:Character ;
    lvont:represents "ୄ"^^xsd:string ;
    rdfs:comment "ORIYA VOWEL SIGN VOCALIC RR"@en .

<http://lexvo.org/id/char/0B47> a lvont:Character ;
    lvont:represents "େ"^^xsd:string ;
    rdfs:comment "ORIYA VOWEL SIGN E"@en .

<http://lexvo.org/id/char/0B48> a lvont:Character ;
    lvont:represents "ୈ"^^xsd:string ;
    rdfs:comment "ORIYA VOWEL SIGN AI"@en .

<http://lexvo.org/id/char/0B4B> a lvont:Character ;
    lvont:represents "ୋ"^^xsd:string ;
    rdfs:comment "ORIYA VOWEL SIGN O"@en .

<http://lexvo.org/id/char/0B4C> a lvont:Character ;
    lvont:represents "ୌ"^^xsd:string ;
    rdfs:comment "ORIYA VOWEL SIGN AU"@en .

<http://lexvo.org/id/char/0B4D> a lvont:Character ;
    lvont:represents "୍"^^xsd:string ;
    rdfs:comment "ORIYA SIGN VIRAMA"@en .

<http://lexvo.org/id/char/0B56> a lvont:Character ;
    lvont:represents "ୖ"^^xsd:string ;
    rdfs:comment "ORIYA AI LENGTH MARK"@en .

<http://lexvo.org/id/char/0B57> a lvont:Character ;
    lvont:represents "ୗ"^^xsd:string ;
    rdfs:comment "ORIYA AU LENGTH MARK"@en .

<http://lexvo.org/id/char/0B5C> a lvont:Character ;
    lvont:represents "ଡ଼"^^xsd:string ;
    rdfs:comment "ORIYA LETTER RRA"@en .

<http://lexvo.org/id/char/0B5D> a lvont:Character ;
    lvont:represents "ଢ଼"^^xsd:string ;
    rdfs:comment "ORIYA LETTER RHA"@en .

<http://lexvo.org/id/char/0B5F> a lvont:Character ;
    lvont:represents "ୟ"^^xsd:string ;
    rdfs:comment "ORIYA LETTER YYA"@en .

<http://lexvo.org/id/char/0B60> a lvont:Character ;
    lvont:represents "ୠ"^^xsd:string ;
    rdfs:comment "ORIYA LETTER VOCALIC RR"@en .

<http://lexvo.org/id/char/0B61> a lvont:Character ;
    lvont:represents "ୡ"^^xsd:string ;
    rdfs:comment "ORIYA LETTER VOCALIC LL"@en .

<http://lexvo.org/id/char/0B62> a lvont:Character ;
    lvont:represents "ୢ"^^xsd:string ;
    rdfs:comment "ORIYA VOWEL SIGN VOCALIC L"@en .

<http://lexvo.org/id/char/0B63> a lvont:Character ;
    lvont:represents "ୣ"^^xsd:string ;
    rdfs:comment "ORIYA VOWEL SIGN VOCALIC LL"@en .

<http://lexvo.org/id/char/0B66> a lvont:Character ;
    lvont:represents "୦"^^xsd:string ;
    rdfs:comment "ORIYA DIGIT ZERO"@en .

<http://lexvo.org/id/char/0B67> a lvont:Character ;
    lvont:represents "୧"^^xsd:string ;
    rdfs:comment "ORIYA DIGIT ONE"@en .

<http://lexvo.org/id/char/0B68> a lvont:Character ;
    lvont:represents "୨"^^xsd:string ;
    rdfs:comment "ORIYA DIGIT TWO"@en .

<http://lexvo.org/id/char/0B69> a lvont:Character ;
    lvont:represents "୩"^^xsd:string ;
    rdfs:comment "ORIYA DIGIT THREE"@en .

<http://lexvo.org/id/char/0B6A> a lvont:Character ;
    lvont:represents "୪"^^xsd:string ;
    rdfs:comment "ORIYA DIGIT FOUR"@en .

<http://lexvo.org/id/char/0B6B> a lvont:Character ;
    lvont:represents "୫"^^xsd:string ;
    rdfs:comment "ORIYA DIGIT FIVE"@en .

<http://lexvo.org/id/char/0B6C> a lvont:Character ;
    lvont:represents "୬"^^xsd:string ;
    rdfs:comment "ORIYA DIGIT SIX"@en .

<http://lexvo.org/id/char/0B6D> a lvont:Character ;
    lvont:represents "୭"^^xsd:string ;
    rdfs:comment "ORIYA DIGIT SEVEN"@en .

<http://lexvo.org/id/char/0B6E> a lvont:Character ;
    lvont:represents "୮"^^xsd:string ;
    rdfs:comment "ORIYA DIGIT EIGHT"@en .

<http://lexvo.org/id/char/0B6F> a lvont:Character ;
    lvont:represents "୯"^^xsd:string ;
    rdfs:comment "ORIYA DIGIT NINE"@en .

<http://lexvo.org/id/char/0B70> a lvont:Character ;
    lvont:represents "୰"^^xsd:string ;
    rdfs:comment "ORIYA ISSHAR"@en .

<http://lexvo.org/id/char/0B71> a lvont:Character ;
    lvont:represents "ୱ"^^xsd:string ;
    rdfs:comment "ORIYA LETTER WA"@en .

<http://lexvo.org/id/char/0B72> a lvont:Character ;
    lvont:represents "୲"^^xsd:string ;
    rdfs:comment "ORIYA FRACTION ONE QUARTER"@en .

<http://lexvo.org/id/char/0B73> a lvont:Character ;
    lvont:represents "୳"^^xsd:string ;
    rdfs:comment "ORIYA FRACTION ONE HALF"@en .

<http://lexvo.org/id/char/0B74> a lvont:Character ;
    lvont:represents "୴"^^xsd:string ;
    rdfs:comment "ORIYA FRACTION THREE QUARTERS"@en .

<http://lexvo.org/id/char/0B75> a lvont:Character ;
    lvont:represents "୵"^^xsd:string ;
    rdfs:comment "ORIYA FRACTION ONE SIXTEENTH"@en .

<http://lexvo.org/id/char/0B76> a lvont:Character ;
    lvont:represents "୶"^^xsd:string ;
    rdfs:comment "ORIYA FRACTION ONE EIGHTH"@en .

<http://lexvo.org/id/char/0B77> a lvont:Character ;
    lvont:represents "୷"^^xsd:string ;
    rdfs:comment "ORIYA FRACTION THREE SIXTEENTHS"@en .

<http://lexvo.org/id/char/0B82> a lvont:Character ;
    lvont:represents "ஂ"^^xsd:string ;
    rdfs:comment "TAMIL SIGN ANUSVARA"@en .

<http://lexvo.org/id/char/0B83> a lvont:Character ;
    lvont:represents "ஃ"^^xsd:string ;
    rdfs:comment "TAMIL SIGN VISARGA"@en .

<http://lexvo.org/id/char/0B85> a lvont:Character ;
    lvont:represents "அ"^^xsd:string ;
    rdfs:comment "TAMIL LETTER A"@en .

<http://lexvo.org/id/char/0B86> a lvont:Character ;
    lvont:represents "ஆ"^^xsd:string ;
    rdfs:comment "TAMIL LETTER AA"@en .

<http://lexvo.org/id/char/0B87> a lvont:Character ;
    lvont:represents "இ"^^xsd:string ;
    rdfs:comment "TAMIL LETTER I"@en .

<http://lexvo.org/id/char/0B88> a lvont:Character ;
    lvont:represents "ஈ"^^xsd:string ;
    rdfs:comment "TAMIL LETTER II"@en .

<http://lexvo.org/id/char/0B89> a lvont:Character ;
    lvont:represents "உ"^^xsd:string ;
    rdfs:comment "TAMIL LETTER U"@en .

<http://lexvo.org/id/char/0B8A> a lvont:Character ;
    lvont:represents "ஊ"^^xsd:string ;
    rdfs:comment "TAMIL LETTER UU"@en .

<http://lexvo.org/id/char/0B8E> a lvont:Character ;
    lvont:represents "எ"^^xsd:string ;
    rdfs:comment "TAMIL LETTER E"@en .

<http://lexvo.org/id/char/0B8F> a lvont:Character ;
    lvont:represents "ஏ"^^xsd:string ;
    rdfs:comment "TAMIL LETTER EE"@en .

<http://lexvo.org/id/char/0B90> a lvont:Character ;
    lvont:represents "ஐ"^^xsd:string ;
    rdfs:comment "TAMIL LETTER AI"@en .

<http://lexvo.org/id/char/0B92> a lvont:Character ;
    lvont:represents "ஒ"^^xsd:string ;
    rdfs:comment "TAMIL LETTER O"@en .

<http://lexvo.org/id/char/0B93> a lvont:Character ;
    lvont:represents "ஓ"^^xsd:string ;
    rdfs:comment "TAMIL LETTER OO"@en .

<http://lexvo.org/id/char/0B94> a lvont:Character ;
    lvont:represents "ஔ"^^xsd:string ;
    rdfs:comment "TAMIL LETTER AU"@en .

<http://lexvo.org/id/char/0B95> a lvont:Character ;
    lvont:represents "க"^^xsd:string ;
    rdfs:comment "TAMIL LETTER KA"@en .

<http://lexvo.org/id/char/0B99> a lvont:Character ;
    lvont:represents "ங"^^xsd:string ;
    rdfs:comment "TAMIL LETTER NGA"@en .

<http://lexvo.org/id/char/0B9A> a lvont:Character ;
    lvont:represents "ச"^^xsd:string ;
    rdfs:comment "TAMIL LETTER CA"@en .

<http://lexvo.org/id/char/0B9C> a lvont:Character ;
    lvont:represents "ஜ"^^xsd:string ;
    rdfs:comment "TAMIL LETTER JA"@en .

<http://lexvo.org/id/char/0B9E> a lvont:Character ;
    lvont:represents "ஞ"^^xsd:string ;
    rdfs:comment "TAMIL LETTER NYA"@en .

<http://lexvo.org/id/char/0B9F> a lvont:Character ;
    lvont:represents "ட"^^xsd:string ;
    rdfs:comment "TAMIL LETTER TTA"@en .

<http://lexvo.org/id/char/0BA3> a lvont:Character ;
    lvont:represents "ண"^^xsd:string ;
    rdfs:comment "TAMIL LETTER NNA"@en .

<http://lexvo.org/id/char/0BA4> a lvont:Character ;
    lvont:represents "த"^^xsd:string ;
    rdfs:comment "TAMIL LETTER TA"@en .

<http://lexvo.org/id/char/0BA8> a lvont:Character ;
    lvont:represents "ந"^^xsd:string ;
    rdfs:comment "TAMIL LETTER NA"@en .

<http://lexvo.org/id/char/0BA9> a lvont:Character ;
    lvont:represents "ன"^^xsd:string ;
    rdfs:comment "TAMIL LETTER NNNA"@en .

<http://lexvo.org/id/char/0BAA> a lvont:Character ;
    lvont:represents "ப"^^xsd:string ;
    rdfs:comment "TAMIL LETTER PA"@en .

<http://lexvo.org/id/char/0BAE> a lvont:Character ;
    lvont:represents "ம"^^xsd:string ;
    rdfs:comment "TAMIL LETTER MA"@en .

<http://lexvo.org/id/char/0BAF> a lvont:Character ;
    lvont:represents "ய"^^xsd:string ;
    rdfs:comment "TAMIL LETTER YA"@en .

<http://lexvo.org/id/char/0BB0> a lvont:Character ;
    lvont:represents "ர"^^xsd:string ;
    rdfs:comment "TAMIL LETTER RA"@en .

<http://lexvo.org/id/char/0BB1> a lvont:Character ;
    lvont:represents "ற"^^xsd:string ;
    rdfs:comment "TAMIL LETTER RRA"@en .

<http://lexvo.org/id/char/0BB2> a lvont:Character ;
    lvont:represents "ல"^^xsd:string ;
    rdfs:comment "TAMIL LETTER LA"@en .

<http://lexvo.org/id/char/0BB3> a lvont:Character ;
    lvont:represents "ள"^^xsd:string ;
    rdfs:comment "TAMIL LETTER LLA"@en .

<http://lexvo.org/id/char/0BB4> a lvont:Character ;
    lvont:represents "ழ"^^xsd:string ;
    rdfs:comment "TAMIL LETTER LLLA"@en .

<http://lexvo.org/id/char/0BB5> a lvont:Character ;
    lvont:represents "வ"^^xsd:string ;
    rdfs:comment "TAMIL LETTER VA"@en .

<http://lexvo.org/id/char/0BB6> a lvont:Character ;
    lvont:represents "ஶ"^^xsd:string ;
    rdfs:comment "TAMIL LETTER SHA"@en .

<http://lexvo.org/id/char/0BB7> a lvont:Character ;
    lvont:represents "ஷ"^^xsd:string ;
    rdfs:comment "TAMIL LETTER SSA"@en .

<http://lexvo.org/id/char/0BB8> a lvont:Character ;
    lvont:represents "ஸ"^^xsd:string ;
    rdfs:comment "TAMIL LETTER SA"@en .

<http://lexvo.org/id/char/0BB9> a lvont:Character ;
    lvont:represents "ஹ"^^xsd:string ;
    rdfs:comment "TAMIL LETTER HA"@en .

<http://lexvo.org/id/char/0BBE> a lvont:Character ;
    lvont:represents "ா"^^xsd:string ;
    rdfs:comment "TAMIL VOWEL SIGN AA"@en .

<http://lexvo.org/id/char/0BBF> a lvont:Character ;
    lvont:represents "ி"^^xsd:string ;
    rdfs:comment "TAMIL VOWEL SIGN I"@en .

<http://lexvo.org/id/char/0BC0> a lvont:Character ;
    lvont:represents "ீ"^^xsd:string ;
    rdfs:comment "TAMIL VOWEL SIGN II"@en .

<http://lexvo.org/id/char/0BC1> a lvont:Character ;
    lvont:represents "ு"^^xsd:string ;
    rdfs:comment "TAMIL VOWEL SIGN U"@en .

<http://lexvo.org/id/char/0BC2> a lvont:Character ;
    lvont:represents "ூ"^^xsd:string ;
    rdfs:comment "TAMIL VOWEL SIGN UU"@en .

<http://lexvo.org/id/char/0BC6> a lvont:Character ;
    lvont:represents "ெ"^^xsd:string ;
    rdfs:comment "TAMIL VOWEL SIGN E"@en .

<http://lexvo.org/id/char/0BC7> a lvont:Character ;
    lvont:represents "ே"^^xsd:string ;
    rdfs:comment "TAMIL VOWEL SIGN EE"@en .

<http://lexvo.org/id/char/0BC8> a lvont:Character ;
    lvont:represents "ை"^^xsd:string ;
    rdfs:comment "TAMIL VOWEL SIGN AI"@en .

<http://lexvo.org/id/char/0BCA> a lvont:Character ;
    lvont:represents "ொ"^^xsd:string ;
    rdfs:comment "TAMIL VOWEL SIGN O"@en .

<http://lexvo.org/id/char/0BCB> a lvont:Character ;
    lvont:represents "ோ"^^xsd:string ;
    rdfs:comment "TAMIL VOWEL SIGN OO"@en .

<http://lexvo.org/id/char/0BCC> a lvont:Character ;
    lvont:represents "ௌ"^^xsd:string ;
    rdfs:comment "TAMIL VOWEL SIGN AU"@en .

<http://lexvo.org/id/char/0BCD> a lvont:Character ;
    lvont:represents "்"^^xsd:string ;
    rdfs:comment "TAMIL SIGN VIRAMA"@en .

<http://lexvo.org/id/char/0BD0> a lvont:Character ;
    lvont:represents "ௐ"^^xsd:string ;
    rdfs:comment "TAMIL OM"@en .

<http://lexvo.org/id/char/0BD7> a lvont:Character ;
    lvont:represents "ௗ"^^xsd:string ;
    rdfs:comment "TAMIL AU LENGTH MARK"@en .

<http://lexvo.org/id/char/0BE6> a lvont:Character ;
    lvont:represents "௦"^^xsd:string ;
    rdfs:comment "TAMIL DIGIT ZERO"@en .

<http://lexvo.org/id/char/0BE7> a lvont:Character ;
    lvont:represents "௧"^^xsd:string ;
    rdfs:comment "TAMIL DIGIT ONE"@en .

<http://lexvo.org/id/char/0BE8> a lvont:Character ;
    lvont:represents "௨"^^xsd:string ;
    rdfs:comment "TAMIL DIGIT TWO"@en .

<http://lexvo.org/id/char/0BE9> a lvont:Character ;
    lvont:represents "௩"^^xsd:string ;
    rdfs:comment "TAMIL DIGIT THREE"@en .

<http://lexvo.org/id/char/0BEA> a lvont:Character ;
    lvont:represents "௪"^^xsd:string ;
    rdfs:comment "TAMIL DIGIT FOUR"@en .

<http://lexvo.org/id/char/0BEB> a lvont:Character ;
    lvont:represents "௫"^^xsd:string ;
    rdfs:comment "TAMIL DIGIT FIVE"@en .

<http://lexvo.org/id/char/0BEC> a lvont:Character ;
    lvont:represents "௬"^^xsd:string ;
    rdfs:comment "TAMIL DIGIT SIX"@en .

<http://lexvo.org/id/char/0BED> a lvont:Character ;
    lvont:represents "௭"^^xsd:string ;
    rdfs:comment "TAMIL DIGIT SEVEN"@en .

<http://lexvo.org/id/char/0BEE> a lvont:Character ;
    lvont:represents "௮"^^xsd:string ;
    rdfs:comment "TAMIL DIGIT EIGHT"@en .

<http://lexvo.org/id/char/0BEF> a lvont:Character ;
    lvont:represents "௯"^^xsd:string ;
    rdfs:comment "TAMIL DIGIT NINE"@en .

<http://lexvo.org/id/char/0BF0> a lvont:Character ;
    lvont:represents "௰"^^xsd:string ;
    rdfs:comment "TAMIL NUMBER TEN"@en .

<http://lexvo.org/id/char/0BF1> a lvont:Character ;
    lvont:represents "௱"^^xsd:string ;
    rdfs:comment "TAMIL NUMBER ONE HUNDRED"@en .

<http://lexvo.org/id/char/0BF2> a lvont:Character ;
    lvont:represents "௲"^^xsd:string ;
    rdfs:comment "TAMIL NUMBER ONE THOUSAND"@en .

<http://lexvo.org/id/char/0BF3> a lvont:Character ;
    lvont:represents "௳"^^xsd:string ;
    rdfs:comment "TAMIL DAY SIGN"@en .

<http://lexvo.org/id/char/0BF4> a lvont:Character ;
    lvont:represents "௴"^^xsd:string ;
    rdfs:comment "TAMIL MONTH SIGN"@en .

<http://lexvo.org/id/char/0BF5> a lvont:Character ;
    lvont:represents "௵"^^xsd:string ;
    rdfs:comment "TAMIL YEAR SIGN"@en .

<http://lexvo.org/id/char/0BF6> a lvont:Character ;
    lvont:represents "௶"^^xsd:string ;
    rdfs:comment "TAMIL DEBIT SIGN"@en .

<http://lexvo.org/id/char/0BF7> a lvont:Character ;
    lvont:represents "௷"^^xsd:string ;
    rdfs:comment "TAMIL CREDIT SIGN"@en .

<http://lexvo.org/id/char/0BF8> a lvont:Character ;
    lvont:represents "௸"^^xsd:string ;
    rdfs:comment "TAMIL AS ABOVE SIGN"@en .

<http://lexvo.org/id/char/0BF9> a lvont:Character ;
    lvont:represents "௹"^^xsd:string ;
    rdfs:comment "TAMIL RUPEE SIGN"@en .

<http://lexvo.org/id/char/0BFA> a lvont:Character ;
    lvont:represents "௺"^^xsd:string ;
    rdfs:comment "TAMIL NUMBER SIGN"@en .

<http://lexvo.org/id/char/0C01> a lvont:Character ;
    lvont:represents "ఁ"^^xsd:string ;
    rdfs:comment "TELUGU SIGN CANDRABINDU"@en .

<http://lexvo.org/id/char/0C02> a lvont:Character ;
    lvont:represents "ం"^^xsd:string ;
    rdfs:comment "TELUGU SIGN ANUSVARA"@en .

<http://lexvo.org/id/char/0C03> a lvont:Character ;
    lvont:represents "ః"^^xsd:string ;
    rdfs:comment "TELUGU SIGN VISARGA"@en .

<http://lexvo.org/id/char/0C05> a lvont:Character ;
    lvont:represents "అ"^^xsd:string ;
    rdfs:comment "TELUGU LETTER A"@en .

<http://lexvo.org/id/char/0C06> a lvont:Character ;
    lvont:represents "ఆ"^^xsd:string ;
    rdfs:comment "TELUGU LETTER AA"@en .

<http://lexvo.org/id/char/0C07> a lvont:Character ;
    lvont:represents "ఇ"^^xsd:string ;
    rdfs:comment "TELUGU LETTER I"@en .

<http://lexvo.org/id/char/0C08> a lvont:Character ;
    lvont:represents "ఈ"^^xsd:string ;
    rdfs:comment "TELUGU LETTER II"@en .

<http://lexvo.org/id/char/0C09> a lvont:Character ;
    lvont:represents "ఉ"^^xsd:string ;
    rdfs:comment "TELUGU LETTER U"@en .

<http://lexvo.org/id/char/0C0A> a lvont:Character ;
    lvont:represents "ఊ"^^xsd:string ;
    rdfs:comment "TELUGU LETTER UU"@en .

<http://lexvo.org/id/char/0C0B> a lvont:Character ;
    lvont:represents "ఋ"^^xsd:string ;
    rdfs:comment "TELUGU LETTER VOCALIC R"@en .

<http://lexvo.org/id/char/0C0C> a lvont:Character ;
    lvont:represents "ఌ"^^xsd:string ;
    rdfs:comment "TELUGU LETTER VOCALIC L"@en .

<http://lexvo.org/id/char/0C0E> a lvont:Character ;
    lvont:represents "ఎ"^^xsd:string ;
    rdfs:comment "TELUGU LETTER E"@en .

<http://lexvo.org/id/char/0C0F> a lvont:Character ;
    lvont:represents "ఏ"^^xsd:string ;
    rdfs:comment "TELUGU LETTER EE"@en .

<http://lexvo.org/id/char/0C10> a lvont:Character ;
    lvont:represents "ఐ"^^xsd:string ;
    rdfs:comment "TELUGU LETTER AI"@en .

<http://lexvo.org/id/char/0C12> a lvont:Character ;
    lvont:represents "ఒ"^^xsd:string ;
    rdfs:comment "TELUGU LETTER O"@en .

<http://lexvo.org/id/char/0C13> a lvont:Character ;
    lvont:represents "ఓ"^^xsd:string ;
    rdfs:comment "TELUGU LETTER OO"@en .

<http://lexvo.org/id/char/0C14> a lvont:Character ;
    lvont:represents "ఔ"^^xsd:string ;
    rdfs:comment "TELUGU LETTER AU"@en .

<http://lexvo.org/id/char/0C15> a lvont:Character ;
    lvont:represents "క"^^xsd:string ;
    rdfs:comment "TELUGU LETTER KA"@en .

<http://lexvo.org/id/char/0C16> a lvont:Character ;
    lvont:represents "ఖ"^^xsd:string ;
    rdfs:comment "TELUGU LETTER KHA"@en .

<http://lexvo.org/id/char/0C17> a lvont:Character ;
    lvont:represents "గ"^^xsd:string ;
    rdfs:comment "TELUGU LETTER GA"@en .

<http://lexvo.org/id/char/0C18> a lvont:Character ;
    lvont:represents "ఘ"^^xsd:string ;
    rdfs:comment "TELUGU LETTER GHA"@en .

<http://lexvo.org/id/char/0C19> a lvont:Character ;
    lvont:represents "ఙ"^^xsd:string ;
    rdfs:comment "TELUGU LETTER NGA"@en .

<http://lexvo.org/id/char/0C1A> a lvont:Character ;
    lvont:represents "చ"^^xsd:string ;
    rdfs:comment "TELUGU LETTER CA"@en .

<http://lexvo.org/id/char/0C1B> a lvont:Character ;
    lvont:represents "ఛ"^^xsd:string ;
    rdfs:comment "TELUGU LETTER CHA"@en .

<http://lexvo.org/id/char/0C1C> a lvont:Character ;
    lvont:represents "జ"^^xsd:string ;
    rdfs:comment "TELUGU LETTER JA"@en .

<http://lexvo.org/id/char/0C1D> a lvont:Character ;
    lvont:represents "ఝ"^^xsd:string ;
    rdfs:comment "TELUGU LETTER JHA"@en .

<http://lexvo.org/id/char/0C1E> a lvont:Character ;
    lvont:represents "ఞ"^^xsd:string ;
    rdfs:comment "TELUGU LETTER NYA"@en .

<http://lexvo.org/id/char/0C1F> a lvont:Character ;
    lvont:represents "ట"^^xsd:string ;
    rdfs:comment "TELUGU LETTER TTA"@en .

<http://lexvo.org/id/char/0C20> a lvont:Character ;
    lvont:represents "ఠ"^^xsd:string ;
    rdfs:comment "TELUGU LETTER TTHA"@en .

<http://lexvo.org/id/char/0C21> a lvont:Character ;
    lvont:represents "డ"^^xsd:string ;
    rdfs:comment "TELUGU LETTER DDA"@en .

<http://lexvo.org/id/char/0C22> a lvont:Character ;
    lvont:represents "ఢ"^^xsd:string ;
    rdfs:comment "TELUGU LETTER DDHA"@en .

<http://lexvo.org/id/char/0C23> a lvont:Character ;
    lvont:represents "ణ"^^xsd:string ;
    rdfs:comment "TELUGU LETTER NNA"@en .

<http://lexvo.org/id/char/0C24> a lvont:Character ;
    lvont:represents "త"^^xsd:string ;
    rdfs:comment "TELUGU LETTER TA"@en .

<http://lexvo.org/id/char/0C25> a lvont:Character ;
    lvont:represents "థ"^^xsd:string ;
    rdfs:comment "TELUGU LETTER THA"@en .

<http://lexvo.org/id/char/0C26> a lvont:Character ;
    lvont:represents "ద"^^xsd:string ;
    rdfs:comment "TELUGU LETTER DA"@en .

<http://lexvo.org/id/char/0C27> a lvont:Character ;
    lvont:represents "ధ"^^xsd:string ;
    rdfs:comment "TELUGU LETTER DHA"@en .

<http://lexvo.org/id/char/0C28> a lvont:Character ;
    lvont:represents "న"^^xsd:string ;
    rdfs:comment "TELUGU LETTER NA"@en .

<http://lexvo.org/id/char/0C2A> a lvont:Character ;
    lvont:represents "ప"^^xsd:string ;
    rdfs:comment "TELUGU LETTER PA"@en .

<http://lexvo.org/id/char/0C2B> a lvont:Character ;
    lvont:represents "ఫ"^^xsd:string ;
    rdfs:comment "TELUGU LETTER PHA"@en .

<http://lexvo.org/id/char/0C2C> a lvont:Character ;
    lvont:represents "బ"^^xsd:string ;
    rdfs:comment "TELUGU LETTER BA"@en .

<http://lexvo.org/id/char/0C2D> a lvont:Character ;
    lvont:represents "భ"^^xsd:string ;
    rdfs:comment "TELUGU LETTER BHA"@en .

<http://lexvo.org/id/char/0C2E> a lvont:Character ;
    lvont:represents "మ"^^xsd:string ;
    rdfs:comment "TELUGU LETTER MA"@en .

<http://lexvo.org/id/char/0C2F> a lvont:Character ;
    lvont:represents "య"^^xsd:string ;
    rdfs:comment "TELUGU LETTER YA"@en .

<http://lexvo.org/id/char/0C30> a lvont:Character ;
    lvont:represents "ర"^^xsd:string ;
    rdfs:comment "TELUGU LETTER RA"@en .

<http://lexvo.org/id/char/0C31> a lvont:Character ;
    lvont:represents "ఱ"^^xsd:string ;
    rdfs:comment "TELUGU LETTER RRA"@en .

<http://lexvo.org/id/char/0C32> a lvont:Character ;
    lvont:represents "ల"^^xsd:string ;
    rdfs:comment "TELUGU LETTER LA"@en .

<http://lexvo.org/id/char/0C33> a lvont:Character ;
    lvont:represents "ళ"^^xsd:string ;
    rdfs:comment "TELUGU LETTER LLA"@en .

<http://lexvo.org/id/char/0C35> a lvont:Character ;
    lvont:represents "వ"^^xsd:string ;
    rdfs:comment "TELUGU LETTER VA"@en .

<http://lexvo.org/id/char/0C36> a lvont:Character ;
    lvont:represents "శ"^^xsd:string ;
    rdfs:comment "TELUGU LETTER SHA"@en .

<http://lexvo.org/id/char/0C37> a lvont:Character ;
    lvont:represents "ష"^^xsd:string ;
    rdfs:comment "TELUGU LETTER SSA"@en .

<http://lexvo.org/id/char/0C38> a lvont:Character ;
    lvont:represents "స"^^xsd:string ;
    rdfs:comment "TELUGU LETTER SA"@en .

<http://lexvo.org/id/char/0C39> a lvont:Character ;
    lvont:represents "హ"^^xsd:string ;
    rdfs:comment "TELUGU LETTER HA"@en .

<http://lexvo.org/id/char/0C3D> a lvont:Character ;
    lvont:represents "ఽ"^^xsd:string ;
    rdfs:comment "TELUGU SIGN AVAGRAHA"@en .

<http://lexvo.org/id/char/0C3E> a lvont:Character ;
    lvont:represents "ా"^^xsd:string ;
    rdfs:comment "TELUGU VOWEL SIGN AA"@en .

<http://lexvo.org/id/char/0C3F> a lvont:Character ;
    lvont:represents "ి"^^xsd:string ;
    rdfs:comment "TELUGU VOWEL SIGN I"@en .

<http://lexvo.org/id/char/0C40> a lvont:Character ;
    lvont:represents "ీ"^^xsd:string ;
    rdfs:comment "TELUGU VOWEL SIGN II"@en .

<http://lexvo.org/id/char/0C41> a lvont:Character ;
    lvont:represents "ు"^^xsd:string ;
    rdfs:comment "TELUGU VOWEL SIGN U"@en .

<http://lexvo.org/id/char/0C42> a lvont:Character ;
    lvont:represents "ూ"^^xsd:string ;
    rdfs:comment "TELUGU VOWEL SIGN UU"@en .

<http://lexvo.org/id/char/0C43> a lvont:Character ;
    lvont:represents "ృ"^^xsd:string ;
    rdfs:comment "TELUGU VOWEL SIGN VOCALIC R"@en .

<http://lexvo.org/id/char/0C44> a lvont:Character ;
    lvont:represents "ౄ"^^xsd:string ;
    rdfs:comment "TELUGU VOWEL SIGN VOCALIC RR"@en .

<http://lexvo.org/id/char/0C46> a lvont:Character ;
    lvont:represents "ె"^^xsd:string ;
    rdfs:comment "TELUGU VOWEL SIGN E"@en .

<http://lexvo.org/id/char/0C47> a lvont:Character ;
    lvont:represents "ే"^^xsd:string ;
    rdfs:comment "TELUGU VOWEL SIGN EE"@en .

<http://lexvo.org/id/char/0C48> a lvont:Character ;
    lvont:represents "ై"^^xsd:string ;
    rdfs:comment "TELUGU VOWEL SIGN AI"@en .

<http://lexvo.org/id/char/0C4A> a lvont:Character ;
    lvont:represents "ొ"^^xsd:string ;
    rdfs:comment "TELUGU VOWEL SIGN O"@en .

<http://lexvo.org/id/char/0C4B> a lvont:Character ;
    lvont:represents "ో"^^xsd:string ;
    rdfs:comment "TELUGU VOWEL SIGN OO"@en .

<http://lexvo.org/id/char/0C4C> a lvont:Character ;
    lvont:represents "ౌ"^^xsd:string ;
    rdfs:comment "TELUGU VOWEL SIGN AU"@en .

<http://lexvo.org/id/char/0C4D> a lvont:Character ;
    lvont:represents "్"^^xsd:string ;
    rdfs:comment "TELUGU SIGN VIRAMA"@en .

<http://lexvo.org/id/char/0C55> a lvont:Character ;
    lvont:represents "ౕ"^^xsd:string ;
    rdfs:comment "TELUGU LENGTH MARK"@en .

<http://lexvo.org/id/char/0C56> a lvont:Character ;
    lvont:represents "ౖ"^^xsd:string ;
    rdfs:comment "TELUGU AI LENGTH MARK"@en .

<http://lexvo.org/id/char/0C58> a lvont:Character ;
    lvont:represents "ౘ"^^xsd:string ;
    rdfs:comment "TELUGU LETTER TSA"@en .

<http://lexvo.org/id/char/0C59> a lvont:Character ;
    lvont:represents "ౙ"^^xsd:string ;
    rdfs:comment "TELUGU LETTER DZA"@en .

<http://lexvo.org/id/char/0C60> a lvont:Character ;
    lvont:represents "ౠ"^^xsd:string ;
    rdfs:comment "TELUGU LETTER VOCALIC RR"@en .

<http://lexvo.org/id/char/0C61> a lvont:Character ;
    lvont:represents "ౡ"^^xsd:string ;
    rdfs:comment "TELUGU LETTER VOCALIC LL"@en .

<http://lexvo.org/id/char/0C62> a lvont:Character ;
    lvont:represents "ౢ"^^xsd:string ;
    rdfs:comment "TELUGU VOWEL SIGN VOCALIC L"@en .

<http://lexvo.org/id/char/0C63> a lvont:Character ;
    lvont:represents "ౣ"^^xsd:string ;
    rdfs:comment "TELUGU VOWEL SIGN VOCALIC LL"@en .

<http://lexvo.org/id/char/0C66> a lvont:Character ;
    lvont:represents "౦"^^xsd:string ;
    rdfs:comment "TELUGU DIGIT ZERO"@en .

<http://lexvo.org/id/char/0C67> a lvont:Character ;
    lvont:represents "౧"^^xsd:string ;
    rdfs:comment "TELUGU DIGIT ONE"@en .

<http://lexvo.org/id/char/0C68> a lvont:Character ;
    lvont:represents "౨"^^xsd:string ;
    rdfs:comment "TELUGU DIGIT TWO"@en .

<http://lexvo.org/id/char/0C69> a lvont:Character ;
    lvont:represents "౩"^^xsd:string ;
    rdfs:comment "TELUGU DIGIT THREE"@en .

<http://lexvo.org/id/char/0C6A> a lvont:Character ;
    lvont:represents "౪"^^xsd:string ;
    rdfs:comment "TELUGU DIGIT FOUR"@en .

<http://lexvo.org/id/char/0C6B> a lvont:Character ;
    lvont:represents "౫"^^xsd:string ;
    rdfs:comment "TELUGU DIGIT FIVE"@en .

<http://lexvo.org/id/char/0C6C> a lvont:Character ;
    lvont:represents "౬"^^xsd:string ;
    rdfs:comment "TELUGU DIGIT SIX"@en .

<http://lexvo.org/id/char/0C6D> a lvont:Character ;
    lvont:represents "౭"^^xsd:string ;
    rdfs:comment "TELUGU DIGIT SEVEN"@en .

<http://lexvo.org/id/char/0C6E> a lvont:Character ;
    lvont:represents "౮"^^xsd:string ;
    rdfs:comment "TELUGU DIGIT EIGHT"@en .

<http://lexvo.org/id/char/0C6F> a lvont:Character ;
    lvont:represents "౯"^^xsd:string ;
    rdfs:comment "TELUGU DIGIT NINE"@en .

<http://lexvo.org/id/char/0C78> a lvont:Character ;
    lvont:represents "౸"^^xsd:string ;
    rdfs:comment "TELUGU FRACTION DIGIT ZERO FOR ODD POWERS OF FOUR"@en .

<http://lexvo.org/id/char/0C79> a lvont:Character ;
    lvont:represents "౹"^^xsd:string ;
    rdfs:comment "TELUGU FRACTION DIGIT ONE FOR ODD POWERS OF FOUR"@en .

<http://lexvo.org/id/char/0C7A> a lvont:Character ;
    lvont:represents "౺"^^xsd:string ;
    rdfs:comment "TELUGU FRACTION DIGIT TWO FOR ODD POWERS OF FOUR"@en .

<http://lexvo.org/id/char/0C7B> a lvont:Character ;
    lvont:represents "౻"^^xsd:string ;
    rdfs:comment "TELUGU FRACTION DIGIT THREE FOR ODD POWERS OF FOUR"@en .

<http://lexvo.org/id/char/0C7C> a lvont:Character ;
    lvont:represents "౼"^^xsd:string ;
    rdfs:comment "TELUGU FRACTION DIGIT ONE FOR EVEN POWERS OF FOUR"@en .

<http://lexvo.org/id/char/0C7D> a lvont:Character ;
    lvont:represents "౽"^^xsd:string ;
    rdfs:comment "TELUGU FRACTION DIGIT TWO FOR EVEN POWERS OF FOUR"@en .

<http://lexvo.org/id/char/0C7E> a lvont:Character ;
    lvont:represents "౾"^^xsd:string ;
    rdfs:comment "TELUGU FRACTION DIGIT THREE FOR EVEN POWERS OF FOUR"@en .

<http://lexvo.org/id/char/0C7F> a lvont:Character ;
    lvont:represents "౿"^^xsd:string ;
    rdfs:comment "TELUGU SIGN TUUMU"@en .

<http://lexvo.org/id/char/0C82> a lvont:Character ;
    lvont:represents "ಂ"^^xsd:string ;
    rdfs:comment "KANNADA SIGN ANUSVARA"@en .

<http://lexvo.org/id/char/0C83> a lvont:Character ;
    lvont:represents "ಃ"^^xsd:string ;
    rdfs:comment "KANNADA SIGN VISARGA"@en .

<http://lexvo.org/id/char/0C85> a lvont:Character ;
    lvont:represents "ಅ"^^xsd:string ;
    rdfs:comment "KANNADA LETTER A"@en .

<http://lexvo.org/id/char/0C86> a lvont:Character ;
    lvont:represents "ಆ"^^xsd:string ;
    rdfs:comment "KANNADA LETTER AA"@en .

<http://lexvo.org/id/char/0C87> a lvont:Character ;
    lvont:represents "ಇ"^^xsd:string ;
    rdfs:comment "KANNADA LETTER I"@en .

<http://lexvo.org/id/char/0C88> a lvont:Character ;
    lvont:represents "ಈ"^^xsd:string ;
    rdfs:comment "KANNADA LETTER II"@en .

<http://lexvo.org/id/char/0C89> a lvont:Character ;
    lvont:represents "ಉ"^^xsd:string ;
    rdfs:comment "KANNADA LETTER U"@en .

<http://lexvo.org/id/char/0C8A> a lvont:Character ;
    lvont:represents "ಊ"^^xsd:string ;
    rdfs:comment "KANNADA LETTER UU"@en .

<http://lexvo.org/id/char/0C8B> a lvont:Character ;
    lvont:represents "ಋ"^^xsd:string ;
    rdfs:comment "KANNADA LETTER VOCALIC R"@en .

<http://lexvo.org/id/char/0C8C> a lvont:Character ;
    lvont:represents "ಌ"^^xsd:string ;
    rdfs:comment "KANNADA LETTER VOCALIC L"@en .

<http://lexvo.org/id/char/0C8E> a lvont:Character ;
    lvont:represents "ಎ"^^xsd:string ;
    rdfs:comment "KANNADA LETTER E"@en .

<http://lexvo.org/id/char/0C8F> a lvont:Character ;
    lvont:represents "ಏ"^^xsd:string ;
    rdfs:comment "KANNADA LETTER EE"@en .

<http://lexvo.org/id/char/0C90> a lvont:Character ;
    lvont:represents "ಐ"^^xsd:string ;
    rdfs:comment "KANNADA LETTER AI"@en .

<http://lexvo.org/id/char/0C92> a lvont:Character ;
    lvont:represents "ಒ"^^xsd:string ;
    rdfs:comment "KANNADA LETTER O"@en .

<http://lexvo.org/id/char/0C93> a lvont:Character ;
    lvont:represents "ಓ"^^xsd:string ;
    rdfs:comment "KANNADA LETTER OO"@en .

<http://lexvo.org/id/char/0C94> a lvont:Character ;
    lvont:represents "ಔ"^^xsd:string ;
    rdfs:comment "KANNADA LETTER AU"@en .

<http://lexvo.org/id/char/0C95> a lvont:Character ;
    lvont:represents "ಕ"^^xsd:string ;
    rdfs:comment "KANNADA LETTER KA"@en .

<http://lexvo.org/id/char/0C96> a lvont:Character ;
    lvont:represents "ಖ"^^xsd:string ;
    rdfs:comment "KANNADA LETTER KHA"@en .

<http://lexvo.org/id/char/0C97> a lvont:Character ;
    lvont:represents "ಗ"^^xsd:string ;
    rdfs:comment "KANNADA LETTER GA"@en .

<http://lexvo.org/id/char/0C98> a lvont:Character ;
    lvont:represents "ಘ"^^xsd:string ;
    rdfs:comment "KANNADA LETTER GHA"@en .

<http://lexvo.org/id/char/0C99> a lvont:Character ;
    lvont:represents "ಙ"^^xsd:string ;
    rdfs:comment "KANNADA LETTER NGA"@en .

<http://lexvo.org/id/char/0C9A> a lvont:Character ;
    lvont:represents "ಚ"^^xsd:string ;
    rdfs:comment "KANNADA LETTER CA"@en .

<http://lexvo.org/id/char/0C9B> a lvont:Character ;
    lvont:represents "ಛ"^^xsd:string ;
    rdfs:comment "KANNADA LETTER CHA"@en .

<http://lexvo.org/id/char/0C9C> a lvont:Character ;
    lvont:represents "ಜ"^^xsd:string ;
    rdfs:comment "KANNADA LETTER JA"@en .

<http://lexvo.org/id/char/0C9D> a lvont:Character ;
    lvont:represents "ಝ"^^xsd:string ;
    rdfs:comment "KANNADA LETTER JHA"@en .

<http://lexvo.org/id/char/0C9E> a lvont:Character ;
    lvont:represents "ಞ"^^xsd:string ;
    rdfs:comment "KANNADA LETTER NYA"@en .

<http://lexvo.org/id/char/0C9F> a lvont:Character ;
    lvont:represents "ಟ"^^xsd:string ;
    rdfs:comment "KANNADA LETTER TTA"@en .

<http://lexvo.org/id/char/0CA0> a lvont:Character ;
    lvont:represents "ಠ"^^xsd:string ;
    rdfs:comment "KANNADA LETTER TTHA"@en .

<http://lexvo.org/id/char/0CA1> a lvont:Character ;
    lvont:represents "ಡ"^^xsd:string ;
    rdfs:comment "KANNADA LETTER DDA"@en .

<http://lexvo.org/id/char/0CA2> a lvont:Character ;
    lvont:represents "ಢ"^^xsd:string ;
    rdfs:comment "KANNADA LETTER DDHA"@en .

<http://lexvo.org/id/char/0CA3> a lvont:Character ;
    lvont:represents "ಣ"^^xsd:string ;
    rdfs:comment "KANNADA LETTER NNA"@en .

<http://lexvo.org/id/char/0CA4> a lvont:Character ;
    lvont:represents "ತ"^^xsd:string ;
    rdfs:comment "KANNADA LETTER TA"@en .

<http://lexvo.org/id/char/0CA5> a lvont:Character ;
    lvont:represents "ಥ"^^xsd:string ;
    rdfs:comment "KANNADA LETTER THA"@en .

<http://lexvo.org/id/char/0CA6> a lvont:Character ;
    lvont:represents "ದ"^^xsd:string ;
    rdfs:comment "KANNADA LETTER DA"@en .

<http://lexvo.org/id/char/0CA7> a lvont:Character ;
    lvont:represents "ಧ"^^xsd:string ;
    rdfs:comment "KANNADA LETTER DHA"@en .

<http://lexvo.org/id/char/0CA8> a lvont:Character ;
    lvont:represents "ನ"^^xsd:string ;
    rdfs:comment "KANNADA LETTER NA"@en .

<http://lexvo.org/id/char/0CAA> a lvont:Character ;
    lvont:represents "ಪ"^^xsd:string ;
    rdfs:comment "KANNADA LETTER PA"@en .

<http://lexvo.org/id/char/0CAB> a lvont:Character ;
    lvont:represents "ಫ"^^xsd:string ;
    rdfs:comment "KANNADA LETTER PHA"@en .

<http://lexvo.org/id/char/0CAC> a lvont:Character ;
    lvont:represents "ಬ"^^xsd:string ;
    rdfs:comment "KANNADA LETTER BA"@en .

<http://lexvo.org/id/char/0CAD> a lvont:Character ;
    lvont:represents "ಭ"^^xsd:string ;
    rdfs:comment "KANNADA LETTER BHA"@en .

<http://lexvo.org/id/char/0CAE> a lvont:Character ;
    lvont:represents "ಮ"^^xsd:string ;
    rdfs:comment "KANNADA LETTER MA"@en .

<http://lexvo.org/id/char/0CAF> a lvont:Character ;
    lvont:represents "ಯ"^^xsd:string ;
    rdfs:comment "KANNADA LETTER YA"@en .

<http://lexvo.org/id/char/0CB0> a lvont:Character ;
    lvont:represents "ರ"^^xsd:string ;
    rdfs:comment "KANNADA LETTER RA"@en .

<http://lexvo.org/id/char/0CB1> a lvont:Character ;
    lvont:represents "ಱ"^^xsd:string ;
    rdfs:comment "KANNADA LETTER RRA"@en .

<http://lexvo.org/id/char/0CB2> a lvont:Character ;
    lvont:represents "ಲ"^^xsd:string ;
    rdfs:comment "KANNADA LETTER LA"@en .

<http://lexvo.org/id/char/0CB3> a lvont:Character ;
    lvont:represents "ಳ"^^xsd:string ;
    rdfs:comment "KANNADA LETTER LLA"@en .

<http://lexvo.org/id/char/0CB5> a lvont:Character ;
    lvont:represents "ವ"^^xsd:string ;
    rdfs:comment "KANNADA LETTER VA"@en .

<http://lexvo.org/id/char/0CB6> a lvont:Character ;
    lvont:represents "ಶ"^^xsd:string ;
    rdfs:comment "KANNADA LETTER SHA"@en .

<http://lexvo.org/id/char/0CB7> a lvont:Character ;
    lvont:represents "ಷ"^^xsd:string ;
    rdfs:comment "KANNADA LETTER SSA"@en .

<http://lexvo.org/id/char/0CB8> a lvont:Character ;
    lvont:represents "ಸ"^^xsd:string ;
    rdfs:comment "KANNADA LETTER SA"@en .

<http://lexvo.org/id/char/0CB9> a lvont:Character ;
    lvont:represents "ಹ"^^xsd:string ;
    rdfs:comment "KANNADA LETTER HA"@en .

<http://lexvo.org/id/char/0CBC> a lvont:Character ;
    lvont:represents "಼"^^xsd:string ;
    rdfs:comment "KANNADA SIGN NUKTA"@en .

<http://lexvo.org/id/char/0CBD> a lvont:Character ;
    lvont:represents "ಽ"^^xsd:string ;
    rdfs:comment "KANNADA SIGN AVAGRAHA"@en .

<http://lexvo.org/id/char/0CBE> a lvont:Character ;
    lvont:represents "ಾ"^^xsd:string ;
    rdfs:comment "KANNADA VOWEL SIGN AA"@en .

<http://lexvo.org/id/char/0CBF> a lvont:Character ;
    lvont:represents "ಿ"^^xsd:string ;
    rdfs:comment "KANNADA VOWEL SIGN I"@en .

<http://lexvo.org/id/char/0CC0> a lvont:Character ;
    lvont:represents "ೀ"^^xsd:string ;
    rdfs:comment "KANNADA VOWEL SIGN II"@en .

<http://lexvo.org/id/char/0CC1> a lvont:Character ;
    lvont:represents "ು"^^xsd:string ;
    rdfs:comment "KANNADA VOWEL SIGN U"@en .

<http://lexvo.org/id/char/0CC2> a lvont:Character ;
    lvont:represents "ೂ"^^xsd:string ;
    rdfs:comment "KANNADA VOWEL SIGN UU"@en .

<http://lexvo.org/id/char/0CC3> a lvont:Character ;
    lvont:represents "ೃ"^^xsd:string ;
    rdfs:comment "KANNADA VOWEL SIGN VOCALIC R"@en .

<http://lexvo.org/id/char/0CC4> a lvont:Character ;
    lvont:represents "ೄ"^^xsd:string ;
    rdfs:comment "KANNADA VOWEL SIGN VOCALIC RR"@en .

<http://lexvo.org/id/char/0CC6> a lvont:Character ;
    lvont:represents "ೆ"^^xsd:string ;
    rdfs:comment "KANNADA VOWEL SIGN E"@en .

<http://lexvo.org/id/char/0CC7> a lvont:Character ;
    lvont:represents "ೇ"^^xsd:string ;
    rdfs:comment "KANNADA VOWEL SIGN EE"@en .

<http://lexvo.org/id/char/0CC8> a lvont:Character ;
    lvont:represents "ೈ"^^xsd:string ;
    rdfs:comment "KANNADA VOWEL SIGN AI"@en .

<http://lexvo.org/id/char/0CCA> a lvont:Character ;
    lvont:represents "ೊ"^^xsd:string ;
    rdfs:comment "KANNADA VOWEL SIGN O"@en .

<http://lexvo.org/id/char/0CCB> a lvont:Character ;
    lvont:represents "ೋ"^^xsd:string ;
    rdfs:comment "KANNADA VOWEL SIGN OO"@en .

<http://lexvo.org/id/char/0CCC> a lvont:Character ;
    lvont:represents "ೌ"^^xsd:string ;
    rdfs:comment "KANNADA VOWEL SIGN AU"@en .

<http://lexvo.org/id/char/0CCD> a lvont:Character ;
    lvont:represents "್"^^xsd:string ;
    rdfs:comment "KANNADA SIGN VIRAMA"@en .

<http://lexvo.org/id/char/0CD5> a lvont:Character ;
    lvont:represents "ೕ"^^xsd:string ;
    rdfs:comment "KANNADA LENGTH MARK"@en .

<http://lexvo.org/id/char/0CD6> a lvont:Character ;
    lvont:represents "ೖ"^^xsd:string ;
    rdfs:comment "KANNADA AI LENGTH MARK"@en .

<http://lexvo.org/id/char/0CDE> a lvont:Character ;
    lvont:represents "ೞ"^^xsd:string ;
    rdfs:comment "KANNADA LETTER FA"@en .

<http://lexvo.org/id/char/0CE0> a lvont:Character ;
    lvont:represents "ೠ"^^xsd:string ;
    rdfs:comment "KANNADA LETTER VOCALIC RR"@en .

<http://lexvo.org/id/char/0CE1> a lvont:Character ;
    lvont:represents "ೡ"^^xsd:string ;
    rdfs:comment "KANNADA LETTER VOCALIC LL"@en .

<http://lexvo.org/id/char/0CE2> a lvont:Character ;
    lvont:represents "ೢ"^^xsd:string ;
    rdfs:comment "KANNADA VOWEL SIGN VOCALIC L"@en .

<http://lexvo.org/id/char/0CE3> a lvont:Character ;
    lvont:represents "ೣ"^^xsd:string ;
    rdfs:comment "KANNADA VOWEL SIGN VOCALIC LL"@en .

<http://lexvo.org/id/char/0CE6> a lvont:Character ;
    lvont:represents "೦"^^xsd:string ;
    rdfs:comment "KANNADA DIGIT ZERO"@en .

<http://lexvo.org/id/char/0CE7> a lvont:Character ;
    lvont:represents "೧"^^xsd:string ;
    rdfs:comment "KANNADA DIGIT ONE"@en .

<http://lexvo.org/id/char/0CE8> a lvont:Character ;
    lvont:represents "೨"^^xsd:string ;
    rdfs:comment "KANNADA DIGIT TWO"@en .

<http://lexvo.org/id/char/0CE9> a lvont:Character ;
    lvont:represents "೩"^^xsd:string ;
    rdfs:comment "KANNADA DIGIT THREE"@en .

<http://lexvo.org/id/char/0CEA> a lvont:Character ;
    lvont:represents "೪"^^xsd:string ;
    rdfs:comment "KANNADA DIGIT FOUR"@en .

<http://lexvo.org/id/char/0CEB> a lvont:Character ;
    lvont:represents "೫"^^xsd:string ;
    rdfs:comment "KANNADA DIGIT FIVE"@en .

<http://lexvo.org/id/char/0CEC> a lvont:Character ;
    lvont:represents "೬"^^xsd:string ;
    rdfs:comment "KANNADA DIGIT SIX"@en .

<http://lexvo.org/id/char/0CED> a lvont:Character ;
    lvont:represents "೭"^^xsd:string ;
    rdfs:comment "KANNADA DIGIT SEVEN"@en .

<http://lexvo.org/id/char/0CEE> a lvont:Character ;
    lvont:represents "೮"^^xsd:string ;
    rdfs:comment "KANNADA DIGIT EIGHT"@en .

<http://lexvo.org/id/char/0CEF> a lvont:Character ;
    lvont:represents "೯"^^xsd:string ;
    rdfs:comment "KANNADA DIGIT NINE"@en .

<http://lexvo.org/id/char/0CF1> a lvont:Character ;
    lvont:represents "ೱ"^^xsd:string ;
    rdfs:comment "KANNADA SIGN JIHVAMULIYA"@en .

<http://lexvo.org/id/char/0CF2> a lvont:Character ;
    lvont:represents "ೲ"^^xsd:string ;
    rdfs:comment "KANNADA SIGN UPADHMANIYA"@en .

<http://lexvo.org/id/char/0D02> a lvont:Character ;
    lvont:represents "ം"^^xsd:string ;
    rdfs:comment "MALAYALAM SIGN ANUSVARA"@en .

<http://lexvo.org/id/char/0D03> a lvont:Character ;
    lvont:represents "ഃ"^^xsd:string ;
    rdfs:comment "MALAYALAM SIGN VISARGA"@en .

<http://lexvo.org/id/char/0D05> a lvont:Character ;
    lvont:represents "അ"^^xsd:string ;
    rdfs:comment "MALAYALAM LETTER A"@en .

<http://lexvo.org/id/char/0D06> a lvont:Character ;
    lvont:represents "ആ"^^xsd:string ;
    rdfs:comment "MALAYALAM LETTER AA"@en .

<http://lexvo.org/id/char/0D07> a lvont:Character ;
    lvont:represents "ഇ"^^xsd:string ;
    rdfs:comment "MALAYALAM LETTER I"@en .

<http://lexvo.org/id/char/0D08> a lvont:Character ;
    lvont:represents "ഈ"^^xsd:string ;
    rdfs:comment "MALAYALAM LETTER II"@en .

<http://lexvo.org/id/char/0D09> a lvont:Character ;
    lvont:represents "ഉ"^^xsd:string ;
    rdfs:comment "MALAYALAM LETTER U"@en .

<http://lexvo.org/id/char/0D0A> a lvont:Character ;
    lvont:represents "ഊ"^^xsd:string ;
    rdfs:comment "MALAYALAM LETTER UU"@en .

<http://lexvo.org/id/char/0D0B> a lvont:Character ;
    lvont:represents "ഋ"^^xsd:string ;
    rdfs:comment "MALAYALAM LETTER VOCALIC R"@en .

<http://lexvo.org/id/char/0D0C> a lvont:Character ;
    lvont:represents "ഌ"^^xsd:string ;
    rdfs:comment "MALAYALAM LETTER VOCALIC L"@en .

<http://lexvo.org/id/char/0D0E> a lvont:Character ;
    lvont:represents "എ"^^xsd:string ;
    rdfs:comment "MALAYALAM LETTER E"@en .

<http://lexvo.org/id/char/0D0F> a lvont:Character ;
    lvont:represents "ഏ"^^xsd:string ;
    rdfs:comment "MALAYALAM LETTER EE"@en .

<http://lexvo.org/id/char/0D10> a lvont:Character ;
    lvont:represents "ഐ"^^xsd:string ;
    rdfs:comment "MALAYALAM LETTER AI"@en .

<http://lexvo.org/id/char/0D12> a lvont:Character ;
    lvont:represents "ഒ"^^xsd:string ;
    rdfs:comment "MALAYALAM LETTER O"@en .

<http://lexvo.org/id/char/0D13> a lvont:Character ;
    lvont:represents "ഓ"^^xsd:string ;
    rdfs:comment "MALAYALAM LETTER OO"@en .

<http://lexvo.org/id/char/0D14> a lvont:Character ;
    lvont:represents "ഔ"^^xsd:string ;
    rdfs:comment "MALAYALAM LETTER AU"@en .

<http://lexvo.org/id/char/0D15> a lvont:Character ;
    lvont:represents "ക"^^xsd:string ;
    rdfs:comment "MALAYALAM LETTER KA"@en .

<http://lexvo.org/id/char/0D16> a lvont:Character ;
    lvont:represents "ഖ"^^xsd:string ;
    rdfs:comment "MALAYALAM LETTER KHA"@en .

<http://lexvo.org/id/char/0D17> a lvont:Character ;
    lvont:represents "ഗ"^^xsd:string ;
    rdfs:comment "MALAYALAM LETTER GA"@en .

<http://lexvo.org/id/char/0D18> a lvont:Character ;
    lvont:represents "ഘ"^^xsd:string ;
    rdfs:comment "MALAYALAM LETTER GHA"@en .

<http://lexvo.org/id/char/0D19> a lvont:Character ;
    lvont:represents "ങ"^^xsd:string ;
    rdfs:comment "MALAYALAM LETTER NGA"@en .

<http://lexvo.org/id/char/0D1A> a lvont:Character ;
    lvont:represents "ച"^^xsd:string ;
    rdfs:comment "MALAYALAM LETTER CA"@en .

<http://lexvo.org/id/char/0D1B> a lvont:Character ;
    lvont:represents "ഛ"^^xsd:string ;
    rdfs:comment "MALAYALAM LETTER CHA"@en .

<http://lexvo.org/id/char/0D1C> a lvont:Character ;
    lvont:represents "ജ"^^xsd:string ;
    rdfs:comment "MALAYALAM LETTER JA"@en .

<http://lexvo.org/id/char/0D1D> a lvont:Character ;
    lvont:represents "ഝ"^^xsd:string ;
    rdfs:comment "MALAYALAM LETTER JHA"@en .

<http://lexvo.org/id/char/0D1E> a lvont:Character ;
    lvont:represents "ഞ"^^xsd:string ;
    rdfs:comment "MALAYALAM LETTER NYA"@en .

<http://lexvo.org/id/char/0D1F> a lvont:Character ;
    lvont:represents "ട"^^xsd:string ;
    rdfs:comment "MALAYALAM LETTER TTA"@en .

<http://lexvo.org/id/char/0D20> a lvont:Character ;
    lvont:represents "ഠ"^^xsd:string ;
    rdfs:comment "MALAYALAM LETTER TTHA"@en .

<http://lexvo.org/id/char/0D21> a lvont:Character ;
    lvont:represents "ഡ"^^xsd:string ;
    rdfs:comment "MALAYALAM LETTER DDA"@en .

<http://lexvo.org/id/char/0D22> a lvont:Character ;
    lvont:represents "ഢ"^^xsd:string ;
    rdfs:comment "MALAYALAM LETTER DDHA"@en .

<http://lexvo.org/id/char/0D23> a lvont:Character ;
    lvont:represents "ണ"^^xsd:string ;
    rdfs:comment "MALAYALAM LETTER NNA"@en .

<http://lexvo.org/id/char/0D24> a lvont:Character ;
    lvont:represents "ത"^^xsd:string ;
    rdfs:comment "MALAYALAM LETTER TA"@en .

<http://lexvo.org/id/char/0D25> a lvont:Character ;
    lvont:represents "ഥ"^^xsd:string ;
    rdfs:comment "MALAYALAM LETTER THA"@en .

<http://lexvo.org/id/char/0D26> a lvont:Character ;
    lvont:represents "ദ"^^xsd:string ;
    rdfs:comment "MALAYALAM LETTER DA"@en .

<http://lexvo.org/id/char/0D27> a lvont:Character ;
    lvont:represents "ധ"^^xsd:string ;
    rdfs:comment "MALAYALAM LETTER DHA"@en .

<http://lexvo.org/id/char/0D28> a lvont:Character ;
    lvont:represents "ന"^^xsd:string ;
    rdfs:comment "MALAYALAM LETTER NA"@en .

<http://lexvo.org/id/char/0D29> a lvont:Character ;
    lvont:represents "ഩ"^^xsd:string ;
    rdfs:comment "MALAYALAM LETTER NNNA"@en .

<http://lexvo.org/id/char/0D2A> a lvont:Character ;
    lvont:represents "പ"^^xsd:string ;
    rdfs:comment "MALAYALAM LETTER PA"@en .

<http://lexvo.org/id/char/0D2B> a lvont:Character ;
    lvont:represents "ഫ"^^xsd:string ;
    rdfs:comment "MALAYALAM LETTER PHA"@en .

<http://lexvo.org/id/char/0D2C> a lvont:Character ;
    lvont:represents "ബ"^^xsd:string ;
    rdfs:comment "MALAYALAM LETTER BA"@en .

<http://lexvo.org/id/char/0D2D> a lvont:Character ;
    lvont:represents "ഭ"^^xsd:string ;
    rdfs:comment "MALAYALAM LETTER BHA"@en .

<http://lexvo.org/id/char/0D2E> a lvont:Character ;
    lvont:represents "മ"^^xsd:string ;
    rdfs:comment "MALAYALAM LETTER MA"@en .

<http://lexvo.org/id/char/0D2F> a lvont:Character ;
    lvont:represents "യ"^^xsd:string ;
    rdfs:comment "MALAYALAM LETTER YA"@en .

<http://lexvo.org/id/char/0D30> a lvont:Character ;
    lvont:represents "ര"^^xsd:string ;
    rdfs:comment "MALAYALAM LETTER RA"@en .

<http://lexvo.org/id/char/0D31> a lvont:Character ;
    lvont:represents "റ"^^xsd:string ;
    rdfs:comment "MALAYALAM LETTER RRA"@en .

<http://lexvo.org/id/char/0D32> a lvont:Character ;
    lvont:represents "ല"^^xsd:string ;
    rdfs:comment "MALAYALAM LETTER LA"@en .

<http://lexvo.org/id/char/0D33> a lvont:Character ;
    lvont:represents "ള"^^xsd:string ;
    rdfs:comment "MALAYALAM LETTER LLA"@en .

<http://lexvo.org/id/char/0D34> a lvont:Character ;
    lvont:represents "ഴ"^^xsd:string ;
    rdfs:comment "MALAYALAM LETTER LLLA"@en .

<http://lexvo.org/id/char/0D35> a lvont:Character ;
    lvont:represents "വ"^^xsd:string ;
    rdfs:comment "MALAYALAM LETTER VA"@en .

<http://lexvo.org/id/char/0D36> a lvont:Character ;
    lvont:represents "ശ"^^xsd:string ;
    rdfs:comment "MALAYALAM LETTER SHA"@en .

<http://lexvo.org/id/char/0D37> a lvont:Character ;
    lvont:represents "ഷ"^^xsd:string ;
    rdfs:comment "MALAYALAM LETTER SSA"@en .

<http://lexvo.org/id/char/0D38> a lvont:Character ;
    lvont:represents "സ"^^xsd:string ;
    rdfs:comment "MALAYALAM LETTER SA"@en .

<http://lexvo.org/id/char/0D39> a lvont:Character ;
    lvont:represents "ഹ"^^xsd:string ;
    rdfs:comment "MALAYALAM LETTER HA"@en .

<http://lexvo.org/id/char/0D3A> a lvont:Character ;
    lvont:represents "ഺ"^^xsd:string ;
    rdfs:comment "MALAYALAM LETTER TTTA"@en .

<http://lexvo.org/id/char/0D3D> a lvont:Character ;
    lvont:represents "ഽ"^^xsd:string ;
    rdfs:comment "MALAYALAM SIGN AVAGRAHA"@en .

<http://lexvo.org/id/char/0D3E> a lvont:Character ;
    lvont:represents "ാ"^^xsd:string ;
    rdfs:comment "MALAYALAM VOWEL SIGN AA"@en .

<http://lexvo.org/id/char/0D3F> a lvont:Character ;
    lvont:represents "ി"^^xsd:string ;
    rdfs:comment "MALAYALAM VOWEL SIGN I"@en .

<http://lexvo.org/id/char/0D40> a lvont:Character ;
    lvont:represents "ീ"^^xsd:string ;
    rdfs:comment "MALAYALAM VOWEL SIGN II"@en .

<http://lexvo.org/id/char/0D41> a lvont:Character ;
    lvont:represents "ു"^^xsd:string ;
    rdfs:comment "MALAYALAM VOWEL SIGN U"@en .

<http://lexvo.org/id/char/0D42> a lvont:Character ;
    lvont:represents "ൂ"^^xsd:string ;
    rdfs:comment "MALAYALAM VOWEL SIGN UU"@en .

<http://lexvo.org/id/char/0D43> a lvont:Character ;
    lvont:represents "ൃ"^^xsd:string ;
    rdfs:comment "MALAYALAM VOWEL SIGN VOCALIC R"@en .

<http://lexvo.org/id/char/0D44> a lvont:Character ;
    lvont:represents "ൄ"^^xsd:string ;
    rdfs:comment "MALAYALAM VOWEL SIGN VOCALIC RR"@en .

<http://lexvo.org/id/char/0D46> a lvont:Character ;
    lvont:represents "െ"^^xsd:string ;
    rdfs:comment "MALAYALAM VOWEL SIGN E"@en .

<http://lexvo.org/id/char/0D47> a lvont:Character ;
    lvont:represents "േ"^^xsd:string ;
    rdfs:comment "MALAYALAM VOWEL SIGN EE"@en .

<http://lexvo.org/id/char/0D48> a lvont:Character ;
    lvont:represents "ൈ"^^xsd:string ;
    rdfs:comment "MALAYALAM VOWEL SIGN AI"@en .

<http://lexvo.org/id/char/0D4A> a lvont:Character ;
    lvont:represents "ൊ"^^xsd:string ;
    rdfs:comment "MALAYALAM VOWEL SIGN O"@en .

<http://lexvo.org/id/char/0D4B> a lvont:Character ;
    lvont:represents "ോ"^^xsd:string ;
    rdfs:comment "MALAYALAM VOWEL SIGN OO"@en .

<http://lexvo.org/id/char/0D4C> a lvont:Character ;
    lvont:represents "ൌ"^^xsd:string ;
    rdfs:comment "MALAYALAM VOWEL SIGN AU"@en .

<http://lexvo.org/id/char/0D4D> a lvont:Character ;
    lvont:represents "്"^^xsd:string ;
    rdfs:comment "MALAYALAM SIGN VIRAMA"@en .

<http://lexvo.org/id/char/0D4E> a lvont:Character ;
    lvont:represents "ൎ"^^xsd:string ;
    rdfs:comment "MALAYALAM LETTER DOT REPH"@en .

<http://lexvo.org/id/char/0D57> a lvont:Character ;
    lvont:represents "ൗ"^^xsd:string ;
    rdfs:comment "MALAYALAM AU LENGTH MARK"@en .

<http://lexvo.org/id/char/0D60> a lvont:Character ;
    lvont:represents "ൠ"^^xsd:string ;
    rdfs:comment "MALAYALAM LETTER VOCALIC RR"@en .

<http://lexvo.org/id/char/0D61> a lvont:Character ;
    lvont:represents "ൡ"^^xsd:string ;
    rdfs:comment "MALAYALAM LETTER VOCALIC LL"@en .

<http://lexvo.org/id/char/0D62> a lvont:Character ;
    lvont:represents "ൢ"^^xsd:string ;
    rdfs:comment "MALAYALAM VOWEL SIGN VOCALIC L"@en .

<http://lexvo.org/id/char/0D63> a lvont:Character ;
    lvont:represents "ൣ"^^xsd:string ;
    rdfs:comment "MALAYALAM VOWEL SIGN VOCALIC LL"@en .

<http://lexvo.org/id/char/0D66> a lvont:Character ;
    lvont:represents "൦"^^xsd:string ;
    rdfs:comment "MALAYALAM DIGIT ZERO"@en .

<http://lexvo.org/id/char/0D67> a lvont:Character ;
    lvont:represents "൧"^^xsd:string ;
    rdfs:comment "MALAYALAM DIGIT ONE"@en .

<http://lexvo.org/id/char/0D68> a lvont:Character ;
    lvont:represents "൨"^^xsd:string ;
    rdfs:comment "MALAYALAM DIGIT TWO"@en .

<http://lexvo.org/id/char/0D69> a lvont:Character ;
    lvont:represents "൩"^^xsd:string ;
    rdfs:comment "MALAYALAM DIGIT THREE"@en .

<http://lexvo.org/id/char/0D6A> a lvont:Character ;
    lvont:represents "൪"^^xsd:string ;
    rdfs:comment "MALAYALAM DIGIT FOUR"@en .

<http://lexvo.org/id/char/0D6B> a lvont:Character ;
    lvont:represents "൫"^^xsd:string ;
    rdfs:comment "MALAYALAM DIGIT FIVE"@en .

<http://lexvo.org/id/char/0D6C> a lvont:Character ;
    lvont:represents "൬"^^xsd:string ;
    rdfs:comment "MALAYALAM DIGIT SIX"@en .

<http://lexvo.org/id/char/0D6D> a lvont:Character ;
    lvont:represents "൭"^^xsd:string ;
    rdfs:comment "MALAYALAM DIGIT SEVEN"@en .

<http://lexvo.org/id/char/0D6E> a lvont:Character ;
    lvont:represents "൮"^^xsd:string ;
    rdfs:comment "MALAYALAM DIGIT EIGHT"@en .

<http://lexvo.org/id/char/0D6F> a lvont:Character ;
    lvont:represents "൯"^^xsd:string ;
    rdfs:comment "MALAYALAM DIGIT NINE"@en .

<http://lexvo.org/id/char/0D70> a lvont:Character ;
    lvont:represents "൰"^^xsd:string ;
    rdfs:comment "MALAYALAM NUMBER TEN"@en .

<http://lexvo.org/id/char/0D71> a lvont:Character ;
    lvont:represents "൱"^^xsd:string ;
    rdfs:comment "MALAYALAM NUMBER ONE HUNDRED"@en .

<http://lexvo.org/id/char/0D72> a lvont:Character ;
    lvont:represents "൲"^^xsd:string ;
    rdfs:comment "MALAYALAM NUMBER ONE THOUSAND"@en .

<http://lexvo.org/id/char/0D73> a lvont:Character ;
    lvont:represents "൳"^^xsd:string ;
    rdfs:comment "MALAYALAM FRACTION ONE QUARTER"@en .

<http://lexvo.org/id/char/0D74> a lvont:Character ;
    lvont:represents "൴"^^xsd:string ;
    rdfs:comment "MALAYALAM FRACTION ONE HALF"@en .

<http://lexvo.org/id/char/0D75> a lvont:Character ;
    lvont:represents "൵"^^xsd:string ;
    rdfs:comment "MALAYALAM FRACTION THREE QUARTERS"@en .

<http://lexvo.org/id/char/0D79> a lvont:Character ;
    lvont:represents "൹"^^xsd:string ;
    rdfs:comment "MALAYALAM DATE MARK"@en .

<http://lexvo.org/id/char/0D7A> a lvont:Character ;
    lvont:represents "ൺ"^^xsd:string ;
    rdfs:comment "MALAYALAM LETTER CHILLU NN"@en .

<http://lexvo.org/id/char/0D7B> a lvont:Character ;
    lvont:represents "ൻ"^^xsd:string ;
    rdfs:comment "MALAYALAM LETTER CHILLU N"@en .

<http://lexvo.org/id/char/0D7C> a lvont:Character ;
    lvont:represents "ർ"^^xsd:string ;
    rdfs:comment "MALAYALAM LETTER CHILLU RR"@en .

<http://lexvo.org/id/char/0D7D> a lvont:Character ;
    lvont:represents "ൽ"^^xsd:string ;
    rdfs:comment "MALAYALAM LETTER CHILLU L"@en .

<http://lexvo.org/id/char/0D7E> a lvont:Character ;
    lvont:represents "ൾ"^^xsd:string ;
    rdfs:comment "MALAYALAM LETTER CHILLU LL"@en .

<http://lexvo.org/id/char/0D7F> a lvont:Character ;
    lvont:represents "ൿ"^^xsd:string ;
    rdfs:comment "MALAYALAM LETTER CHILLU K"@en .

<http://lexvo.org/id/char/0D82> a lvont:Character ;
    lvont:represents "ං"^^xsd:string ;
    rdfs:comment "SINHALA SIGN ANUSVARAYA"@en .

<http://lexvo.org/id/char/0D83> a lvont:Character ;
    lvont:represents "ඃ"^^xsd:string ;
    rdfs:comment "SINHALA SIGN VISARGAYA"@en .

<http://lexvo.org/id/char/0D85> a lvont:Character ;
    lvont:represents "අ"^^xsd:string ;
    rdfs:comment "SINHALA LETTER AYANNA"@en .

<http://lexvo.org/id/char/0D86> a lvont:Character ;
    lvont:represents "ආ"^^xsd:string ;
    rdfs:comment "SINHALA LETTER AAYANNA"@en .

<http://lexvo.org/id/char/0D87> a lvont:Character ;
    lvont:represents "ඇ"^^xsd:string ;
    rdfs:comment "SINHALA LETTER AEYANNA"@en .

<http://lexvo.org/id/char/0D88> a lvont:Character ;
    lvont:represents "ඈ"^^xsd:string ;
    rdfs:comment "SINHALA LETTER AEEYANNA"@en .

<http://lexvo.org/id/char/0D89> a lvont:Character ;
    lvont:represents "ඉ"^^xsd:string ;
    rdfs:comment "SINHALA LETTER IYANNA"@en .

<http://lexvo.org/id/char/0D8A> a lvont:Character ;
    lvont:represents "ඊ"^^xsd:string ;
    rdfs:comment "SINHALA LETTER IIYANNA"@en .

<http://lexvo.org/id/char/0D8B> a lvont:Character ;
    lvont:represents "උ"^^xsd:string ;
    rdfs:comment "SINHALA LETTER UYANNA"@en .

<http://lexvo.org/id/char/0D8C> a lvont:Character ;
    lvont:represents "ඌ"^^xsd:string ;
    rdfs:comment "SINHALA LETTER UUYANNA"@en .

<http://lexvo.org/id/char/0D8D> a lvont:Character ;
    lvont:represents "ඍ"^^xsd:string ;
    rdfs:comment "SINHALA LETTER IRUYANNA"@en .

<http://lexvo.org/id/char/0D8E> a lvont:Character ;
    lvont:represents "ඎ"^^xsd:string ;
    rdfs:comment "SINHALA LETTER IRUUYANNA"@en .

<http://lexvo.org/id/char/0D8F> a lvont:Character ;
    lvont:represents "ඏ"^^xsd:string ;
    rdfs:comment "SINHALA LETTER ILUYANNA"@en .

<http://lexvo.org/id/char/0D90> a lvont:Character ;
    lvont:represents "ඐ"^^xsd:string ;
    rdfs:comment "SINHALA LETTER ILUUYANNA"@en .

<http://lexvo.org/id/char/0D91> a lvont:Character ;
    lvont:represents "එ"^^xsd:string ;
    rdfs:comment "SINHALA LETTER EYANNA"@en .

<http://lexvo.org/id/char/0D92> a lvont:Character ;
    lvont:represents "ඒ"^^xsd:string ;
    rdfs:comment "SINHALA LETTER EEYANNA"@en .

<http://lexvo.org/id/char/0D93> a lvont:Character ;
    lvont:represents "ඓ"^^xsd:string ;
    rdfs:comment "SINHALA LETTER AIYANNA"@en .

<http://lexvo.org/id/char/0D94> a lvont:Character ;
    lvont:represents "ඔ"^^xsd:string ;
    rdfs:comment "SINHALA LETTER OYANNA"@en .

<http://lexvo.org/id/char/0D95> a lvont:Character ;
    lvont:represents "ඕ"^^xsd:string ;
    rdfs:comment "SINHALA LETTER OOYANNA"@en .

<http://lexvo.org/id/char/0D96> a lvont:Character ;
    lvont:represents "ඖ"^^xsd:string ;
    rdfs:comment "SINHALA LETTER AUYANNA"@en .

<http://lexvo.org/id/char/0D9A> a lvont:Character ;
    lvont:represents "ක"^^xsd:string ;
    rdfs:comment "SINHALA LETTER ALPAPRAANA KAYANNA"@en .

<http://lexvo.org/id/char/0D9B> a lvont:Character ;
    lvont:represents "ඛ"^^xsd:string ;
    rdfs:comment "SINHALA LETTER MAHAAPRAANA KAYANNA"@en .

<http://lexvo.org/id/char/0D9C> a lvont:Character ;
    lvont:represents "ග"^^xsd:string ;
    rdfs:comment "SINHALA LETTER ALPAPRAANA GAYANNA"@en .

<http://lexvo.org/id/char/0D9D> a lvont:Character ;
    lvont:represents "ඝ"^^xsd:string ;
    rdfs:comment "SINHALA LETTER MAHAAPRAANA GAYANNA"@en .

<http://lexvo.org/id/char/0D9E> a lvont:Character ;
    lvont:represents "ඞ"^^xsd:string ;
    rdfs:comment "SINHALA LETTER KANTAJA NAASIKYAYA"@en .

<http://lexvo.org/id/char/0D9F> a lvont:Character ;
    lvont:represents "ඟ"^^xsd:string ;
    rdfs:comment "SINHALA LETTER SANYAKA GAYANNA"@en .

<http://lexvo.org/id/char/0DA0> a lvont:Character ;
    lvont:represents "ච"^^xsd:string ;
    rdfs:comment "SINHALA LETTER ALPAPRAANA CAYANNA"@en .

<http://lexvo.org/id/char/0DA1> a lvont:Character ;
    lvont:represents "ඡ"^^xsd:string ;
    rdfs:comment "SINHALA LETTER MAHAAPRAANA CAYANNA"@en .

<http://lexvo.org/id/char/0DA2> a lvont:Character ;
    lvont:represents "ජ"^^xsd:string ;
    rdfs:comment "SINHALA LETTER ALPAPRAANA JAYANNA"@en .

<http://lexvo.org/id/char/0DA3> a lvont:Character ;
    lvont:represents "ඣ"^^xsd:string ;
    rdfs:comment "SINHALA LETTER MAHAAPRAANA JAYANNA"@en .

<http://lexvo.org/id/char/0DA4> a lvont:Character ;
    lvont:represents "ඤ"^^xsd:string ;
    rdfs:comment "SINHALA LETTER TAALUJA NAASIKYAYA"@en .

<http://lexvo.org/id/char/0DA5> a lvont:Character ;
    lvont:represents "ඥ"^^xsd:string ;
    rdfs:comment "SINHALA LETTER TAALUJA SANYOOGA NAAKSIKYAYA"@en .

<http://lexvo.org/id/char/0DA6> a lvont:Character ;
    lvont:represents "ඦ"^^xsd:string ;
    rdfs:comment "SINHALA LETTER SANYAKA JAYANNA"@en .

<http://lexvo.org/id/char/0DA7> a lvont:Character ;
    lvont:represents "ට"^^xsd:string ;
    rdfs:comment "SINHALA LETTER ALPAPRAANA TTAYANNA"@en .

<http://lexvo.org/id/char/0DA8> a lvont:Character ;
    lvont:represents "ඨ"^^xsd:string ;
    rdfs:comment "SINHALA LETTER MAHAAPRAANA TTAYANNA"@en .

<http://lexvo.org/id/char/0DA9> a lvont:Character ;
    lvont:represents "ඩ"^^xsd:string ;
    rdfs:comment "SINHALA LETTER ALPAPRAANA DDAYANNA"@en .

<http://lexvo.org/id/char/0DAA> a lvont:Character ;
    lvont:represents "ඪ"^^xsd:string ;
    rdfs:comment "SINHALA LETTER MAHAAPRAANA DDAYANNA"@en .

<http://lexvo.org/id/char/0DAB> a lvont:Character ;
    lvont:represents "ණ"^^xsd:string ;
    rdfs:comment "SINHALA LETTER MUURDHAJA NAYANNA"@en .

<http://lexvo.org/id/char/0DAC> a lvont:Character ;
    lvont:represents "ඬ"^^xsd:string ;
    rdfs:comment "SINHALA LETTER SANYAKA DDAYANNA"@en .

<http://lexvo.org/id/char/0DAD> a lvont:Character ;
    lvont:represents "ත"^^xsd:string ;
    rdfs:comment "SINHALA LETTER ALPAPRAANA TAYANNA"@en .

<http://lexvo.org/id/char/0DAE> a lvont:Character ;
    lvont:represents "ථ"^^xsd:string ;
    rdfs:comment "SINHALA LETTER MAHAAPRAANA TAYANNA"@en .

<http://lexvo.org/id/char/0DAF> a lvont:Character ;
    lvont:represents "ද"^^xsd:string ;
    rdfs:comment "SINHALA LETTER ALPAPRAANA DAYANNA"@en .

<http://lexvo.org/id/char/0DB0> a lvont:Character ;
    lvont:represents "ධ"^^xsd:string ;
    rdfs:comment "SINHALA LETTER MAHAAPRAANA DAYANNA"@en .

<http://lexvo.org/id/char/0DB1> a lvont:Character ;
    lvont:represents "න"^^xsd:string ;
    rdfs:comment "SINHALA LETTER DANTAJA NAYANNA"@en .

<http://lexvo.org/id/char/0DB3> a lvont:Character ;
    lvont:represents "ඳ"^^xsd:string ;
    rdfs:comment "SINHALA LETTER SANYAKA DAYANNA"@en .

<http://lexvo.org/id/char/0DB4> a lvont:Character ;
    lvont:represents "ප"^^xsd:string ;
    rdfs:comment "SINHALA LETTER ALPAPRAANA PAYANNA"@en .

<http://lexvo.org/id/char/0DB5> a lvont:Character ;
    lvont:represents "ඵ"^^xsd:string ;
    rdfs:comment "SINHALA LETTER MAHAAPRAANA PAYANNA"@en .

<http://lexvo.org/id/char/0DB6> a lvont:Character ;
    lvont:represents "බ"^^xsd:string ;
    rdfs:comment "SINHALA LETTER ALPAPRAANA BAYANNA"@en .

<http://lexvo.org/id/char/0DB7> a lvont:Character ;
    lvont:represents "භ"^^xsd:string ;
    rdfs:comment "SINHALA LETTER MAHAAPRAANA BAYANNA"@en .

<http://lexvo.org/id/char/0DB8> a lvont:Character ;
    lvont:represents "ම"^^xsd:string ;
    rdfs:comment "SINHALA LETTER MAYANNA"@en .

<http://lexvo.org/id/char/0DB9> a lvont:Character ;
    lvont:represents "ඹ"^^xsd:string ;
    rdfs:comment "SINHALA LETTER AMBA BAYANNA"@en .

<http://lexvo.org/id/char/0DBA> a lvont:Character ;
    lvont:represents "ය"^^xsd:string ;
    rdfs:comment "SINHALA LETTER YAYANNA"@en .

<http://lexvo.org/id/char/0DBB> a lvont:Character ;
    lvont:represents "ර"^^xsd:string ;
    rdfs:comment "SINHALA LETTER RAYANNA"@en .

<http://lexvo.org/id/char/0DBD> a lvont:Character ;
    lvont:represents "ල"^^xsd:string ;
    rdfs:comment "SINHALA LETTER DANTAJA LAYANNA"@en .

<http://lexvo.org/id/char/0DC0> a lvont:Character ;
    lvont:represents "ව"^^xsd:string ;
    rdfs:comment "SINHALA LETTER VAYANNA"@en .

<http://lexvo.org/id/char/0DC1> a lvont:Character ;
    lvont:represents "ශ"^^xsd:string ;
    rdfs:comment "SINHALA LETTER TAALUJA SAYANNA"@en .

<http://lexvo.org/id/char/0DC2> a lvont:Character ;
    lvont:represents "ෂ"^^xsd:string ;
    rdfs:comment "SINHALA LETTER MUURDHAJA SAYANNA"@en .

<http://lexvo.org/id/char/0DC3> a lvont:Character ;
    lvont:represents "ස"^^xsd:string ;
    rdfs:comment "SINHALA LETTER DANTAJA SAYANNA"@en .

<http://lexvo.org/id/char/0DC4> a lvont:Character ;
    lvont:represents "හ"^^xsd:string ;
    rdfs:comment "SINHALA LETTER HAYANNA"@en .

<http://lexvo.org/id/char/0DC5> a lvont:Character ;
    lvont:represents "ළ"^^xsd:string ;
    rdfs:comment "SINHALA LETTER MUURDHAJA LAYANNA"@en .

<http://lexvo.org/id/char/0DC6> a lvont:Character ;
    lvont:represents "ෆ"^^xsd:string ;
    rdfs:comment "SINHALA LETTER FAYANNA"@en .

<http://lexvo.org/id/char/0DCA> a lvont:Character ;
    lvont:represents "්"^^xsd:string ;
    rdfs:comment "SINHALA SIGN AL-LAKUNA"@en .

<http://lexvo.org/id/char/0DCF> a lvont:Character ;
    lvont:represents "ා"^^xsd:string ;
    rdfs:comment "SINHALA VOWEL SIGN AELA-PILLA"@en .

<http://lexvo.org/id/char/0DD0> a lvont:Character ;
    lvont:represents "ැ"^^xsd:string ;
    rdfs:comment "SINHALA VOWEL SIGN KETTI AEDA-PILLA"@en .

<http://lexvo.org/id/char/0DD1> a lvont:Character ;
    lvont:represents "ෑ"^^xsd:string ;
    rdfs:comment "SINHALA VOWEL SIGN DIGA AEDA-PILLA"@en .

<http://lexvo.org/id/char/0DD2> a lvont:Character ;
    lvont:represents "ි"^^xsd:string ;
    rdfs:comment "SINHALA VOWEL SIGN KETTI IS-PILLA"@en .

<http://lexvo.org/id/char/0DD3> a lvont:Character ;
    lvont:represents "ී"^^xsd:string ;
    rdfs:comment "SINHALA VOWEL SIGN DIGA IS-PILLA"@en .

<http://lexvo.org/id/char/0DD4> a lvont:Character ;
    lvont:represents "ු"^^xsd:string ;
    rdfs:comment "SINHALA VOWEL SIGN KETTI PAA-PILLA"@en .

<http://lexvo.org/id/char/0DD6> a lvont:Character ;
    lvont:represents "ූ"^^xsd:string ;
    rdfs:comment "SINHALA VOWEL SIGN DIGA PAA-PILLA"@en .

<http://lexvo.org/id/char/0DD8> a lvont:Character ;
    lvont:represents "ෘ"^^xsd:string ;
    rdfs:comment "SINHALA VOWEL SIGN GAETTA-PILLA"@en .

<http://lexvo.org/id/char/0DD9> a lvont:Character ;
    lvont:represents "ෙ"^^xsd:string ;
    rdfs:comment "SINHALA VOWEL SIGN KOMBUVA"@en .

<http://lexvo.org/id/char/0DDA> a lvont:Character ;
    lvont:represents "ේ"^^xsd:string ;
    rdfs:comment "SINHALA VOWEL SIGN DIGA KOMBUVA"@en .

<http://lexvo.org/id/char/0DDB> a lvont:Character ;
    lvont:represents "ෛ"^^xsd:string ;
    rdfs:comment "SINHALA VOWEL SIGN KOMBU DEKA"@en .

<http://lexvo.org/id/char/0DDC> a lvont:Character ;
    lvont:represents "ො"^^xsd:string ;
    rdfs:comment "SINHALA VOWEL SIGN KOMBUVA HAA AELA-PILLA"@en .

<http://lexvo.org/id/char/0DDD> a lvont:Character ;
    lvont:represents "ෝ"^^xsd:string ;
    rdfs:comment "SINHALA VOWEL SIGN KOMBUVA HAA DIGA AELA-PILLA"@en .

<http://lexvo.org/id/char/0DDE> a lvont:Character ;
    lvont:represents "ෞ"^^xsd:string ;
    rdfs:comment "SINHALA VOWEL SIGN KOMBUVA HAA GAYANUKITTA"@en .

<http://lexvo.org/id/char/0DDF> a lvont:Character ;
    lvont:represents "ෟ"^^xsd:string ;
    rdfs:comment "SINHALA VOWEL SIGN GAYANUKITTA"@en .

<http://lexvo.org/id/char/0DF2> a lvont:Character ;
    lvont:represents "ෲ"^^xsd:string ;
    rdfs:comment "SINHALA VOWEL SIGN DIGA GAETTA-PILLA"@en .

<http://lexvo.org/id/char/0DF3> a lvont:Character ;
    lvont:represents "ෳ"^^xsd:string ;
    rdfs:comment "SINHALA VOWEL SIGN DIGA GAYANUKITTA"@en .

<http://lexvo.org/id/char/0DF4> a lvont:Character ;
    lvont:represents "෴"^^xsd:string ;
    rdfs:comment "SINHALA PUNCTUATION KUNDDALIYA"@en .

<http://lexvo.org/id/char/0E01> a lvont:Character ;
    lvont:represents "ก"^^xsd:string ;
    rdfs:comment "THAI CHARACTER KO KAI"@en .

<http://lexvo.org/id/char/0E02> a lvont:Character ;
    lvont:represents "ข"^^xsd:string ;
    rdfs:comment "THAI CHARACTER KHO KHAI"@en .

<http://lexvo.org/id/char/0E03> a lvont:Character ;
    lvont:represents "ฃ"^^xsd:string ;
    rdfs:comment "THAI CHARACTER KHO KHUAT"@en .

<http://lexvo.org/id/char/0E04> a lvont:Character ;
    lvont:represents "ค"^^xsd:string ;
    rdfs:comment "THAI CHARACTER KHO KHWAI"@en .

<http://lexvo.org/id/char/0E05> a lvont:Character ;
    lvont:represents "ฅ"^^xsd:string ;
    rdfs:comment "THAI CHARACTER KHO KHON"@en .

<http://lexvo.org/id/char/0E06> a lvont:Character ;
    lvont:represents "ฆ"^^xsd:string ;
    rdfs:comment "THAI CHARACTER KHO RAKHANG"@en .

<http://lexvo.org/id/char/0E07> a lvont:Character ;
    lvont:represents "ง"^^xsd:string ;
    rdfs:comment "THAI CHARACTER NGO NGU"@en .

<http://lexvo.org/id/char/0E08> a lvont:Character ;
    lvont:represents "จ"^^xsd:string ;
    rdfs:comment "THAI CHARACTER CHO CHAN"@en .

<http://lexvo.org/id/char/0E09> a lvont:Character ;
    lvont:represents "ฉ"^^xsd:string ;
    rdfs:comment "THAI CHARACTER CHO CHING"@en .

<http://lexvo.org/id/char/0E0A> a lvont:Character ;
    lvont:represents "ช"^^xsd:string ;
    rdfs:comment "THAI CHARACTER CHO CHANG"@en .

<http://lexvo.org/id/char/0E0B> a lvont:Character ;
    lvont:represents "ซ"^^xsd:string ;
    rdfs:comment "THAI CHARACTER SO SO"@en .

<http://lexvo.org/id/char/0E0C> a lvont:Character ;
    lvont:represents "ฌ"^^xsd:string ;
    rdfs:comment "THAI CHARACTER CHO CHOE"@en .

<http://lexvo.org/id/char/0E0D> a lvont:Character ;
    lvont:represents "ญ"^^xsd:string ;
    rdfs:comment "THAI CHARACTER YO YING"@en .

<http://lexvo.org/id/char/0E0E> a lvont:Character ;
    lvont:represents "ฎ"^^xsd:string ;
    rdfs:comment "THAI CHARACTER DO CHADA"@en .

<http://lexvo.org/id/char/0E0F> a lvont:Character ;
    lvont:represents "ฏ"^^xsd:string ;
    rdfs:comment "THAI CHARACTER TO PATAK"@en .

<http://lexvo.org/id/char/0E10> a lvont:Character ;
    lvont:represents "ฐ"^^xsd:string ;
    rdfs:comment "THAI CHARACTER THO THAN"@en .

<http://lexvo.org/id/char/0E11> a lvont:Character ;
    lvont:represents "ฑ"^^xsd:string ;
    rdfs:comment "THAI CHARACTER THO NANGMONTHO"@en .

<http://lexvo.org/id/char/0E12> a lvont:Character ;
    lvont:represents "ฒ"^^xsd:string ;
    rdfs:comment "THAI CHARACTER THO PHUTHAO"@en .

<http://lexvo.org/id/char/0E13> a lvont:Character ;
    lvont:represents "ณ"^^xsd:string ;
    rdfs:comment "THAI CHARACTER NO NEN"@en .

<http://lexvo.org/id/char/0E14> a lvont:Character ;
    lvont:represents "ด"^^xsd:string ;
    rdfs:comment "THAI CHARACTER DO DEK"@en .

<http://lexvo.org/id/char/0E15> a lvont:Character ;
    lvont:represents "ต"^^xsd:string ;
    rdfs:comment "THAI CHARACTER TO TAO"@en .

<http://lexvo.org/id/char/0E16> a lvont:Character ;
    lvont:represents "ถ"^^xsd:string ;
    rdfs:comment "THAI CHARACTER THO THUNG"@en .

<http://lexvo.org/id/char/0E17> a lvont:Character ;
    lvont:represents "ท"^^xsd:string ;
    rdfs:comment "THAI CHARACTER THO THAHAN"@en .

<http://lexvo.org/id/char/0E18> a lvont:Character ;
    lvont:represents "ธ"^^xsd:string ;
    rdfs:comment "THAI CHARACTER THO THONG"@en .

<http://lexvo.org/id/char/0E19> a lvont:Character ;
    lvont:represents "น"^^xsd:string ;
    rdfs:comment "THAI CHARACTER NO NU"@en .

<http://lexvo.org/id/char/0E1A> a lvont:Character ;
    lvont:represents "บ"^^xsd:string ;
    rdfs:comment "THAI CHARACTER BO BAIMAI"@en .

<http://lexvo.org/id/char/0E1B> a lvont:Character ;
    lvont:represents "ป"^^xsd:string ;
    rdfs:comment "THAI CHARACTER PO PLA"@en .

<http://lexvo.org/id/char/0E1C> a lvont:Character ;
    lvont:represents "ผ"^^xsd:string ;
    rdfs:comment "THAI CHARACTER PHO PHUNG"@en .

<http://lexvo.org/id/char/0E1D> a lvont:Character ;
    lvont:represents "ฝ"^^xsd:string ;
    rdfs:comment "THAI CHARACTER FO FA"@en .

<http://lexvo.org/id/char/0E1E> a lvont:Character ;
    lvont:represents "พ"^^xsd:string ;
    rdfs:comment "THAI CHARACTER PHO PHAN"@en .

<http://lexvo.org/id/char/0E1F> a lvont:Character ;
    lvont:represents "ฟ"^^xsd:string ;
    rdfs:comment "THAI CHARACTER FO FAN"@en .

<http://lexvo.org/id/char/0E20> a lvont:Character ;
    lvont:represents "ภ"^^xsd:string ;
    rdfs:comment "THAI CHARACTER PHO SAMPHAO"@en .

<http://lexvo.org/id/char/0E21> a lvont:Character ;
    lvont:represents "ม"^^xsd:string ;
    rdfs:comment "THAI CHARACTER MO MA"@en .

<http://lexvo.org/id/char/0E22> a lvont:Character ;
    lvont:represents "ย"^^xsd:string ;
    rdfs:comment "THAI CHARACTER YO YAK"@en .

<http://lexvo.org/id/char/0E23> a lvont:Character ;
    lvont:represents "ร"^^xsd:string ;
    rdfs:comment "THAI CHARACTER RO RUA"@en .

<http://lexvo.org/id/char/0E24> a lvont:Character ;
    lvont:represents "ฤ"^^xsd:string ;
    rdfs:comment "THAI CHARACTER RU"@en .

<http://lexvo.org/id/char/0E25> a lvont:Character ;
    lvont:represents "ล"^^xsd:string ;
    rdfs:comment "THAI CHARACTER LO LING"@en .

<http://lexvo.org/id/char/0E26> a lvont:Character ;
    lvont:represents "ฦ"^^xsd:string ;
    rdfs:comment "THAI CHARACTER LU"@en .

<http://lexvo.org/id/char/0E27> a lvont:Character ;
    lvont:represents "ว"^^xsd:string ;
    rdfs:comment "THAI CHARACTER WO WAEN"@en .

<http://lexvo.org/id/char/0E28> a lvont:Character ;
    lvont:represents "ศ"^^xsd:string ;
    rdfs:comment "THAI CHARACTER SO SALA"@en .

<http://lexvo.org/id/char/0E29> a lvont:Character ;
    lvont:represents "ษ"^^xsd:string ;
    rdfs:comment "THAI CHARACTER SO RUSI"@en .

<http://lexvo.org/id/char/0E2A> a lvont:Character ;
    lvont:represents "ส"^^xsd:string ;
    rdfs:comment "THAI CHARACTER SO SUA"@en .

<http://lexvo.org/id/char/0E2B> a lvont:Character ;
    lvont:represents "ห"^^xsd:string ;
    rdfs:comment "THAI CHARACTER HO HIP"@en .

<http://lexvo.org/id/char/0E2C> a lvont:Character ;
    lvont:represents "ฬ"^^xsd:string ;
    rdfs:comment "THAI CHARACTER LO CHULA"@en .

<http://lexvo.org/id/char/0E2D> a lvont:Character ;
    lvont:represents "อ"^^xsd:string ;
    rdfs:comment "THAI CHARACTER O ANG"@en .

<http://lexvo.org/id/char/0E2E> a lvont:Character ;
    lvont:represents "ฮ"^^xsd:string ;
    rdfs:comment "THAI CHARACTER HO NOKHUK"@en .

<http://lexvo.org/id/char/0E2F> a lvont:Character ;
    lvont:represents "ฯ"^^xsd:string ;
    rdfs:comment "THAI CHARACTER PAIYANNOI"@en .

<http://lexvo.org/id/char/0E30> a lvont:Character ;
    lvont:represents "ะ"^^xsd:string ;
    rdfs:comment "THAI CHARACTER SARA A"@en .

<http://lexvo.org/id/char/0E31> a lvont:Character ;
    lvont:represents "ั"^^xsd:string ;
    rdfs:comment "THAI CHARACTER MAI HAN-AKAT"@en .

<http://lexvo.org/id/char/0E32> a lvont:Character ;
    lvont:represents "า"^^xsd:string ;
    rdfs:comment "THAI CHARACTER SARA AA"@en .

<http://lexvo.org/id/char/0E33> a lvont:Character ;
    lvont:represents "ำ"^^xsd:string ;
    rdfs:comment "THAI CHARACTER SARA AM"@en .

<http://lexvo.org/id/char/0E34> a lvont:Character ;
    lvont:represents "ิ"^^xsd:string ;
    rdfs:comment "THAI CHARACTER SARA I"@en .

<http://lexvo.org/id/char/0E35> a lvont:Character ;
    lvont:represents "ี"^^xsd:string ;
    rdfs:comment "THAI CHARACTER SARA II"@en .

<http://lexvo.org/id/char/0E36> a lvont:Character ;
    lvont:represents "ึ"^^xsd:string ;
    rdfs:comment "THAI CHARACTER SARA UE"@en .

<http://lexvo.org/id/char/0E37> a lvont:Character ;
    lvont:represents "ื"^^xsd:string ;
    rdfs:comment "THAI CHARACTER SARA UEE"@en .

<http://lexvo.org/id/char/0E38> a lvont:Character ;
    lvont:represents "ุ"^^xsd:string ;
    rdfs:comment "THAI CHARACTER SARA U"@en .

<http://lexvo.org/id/char/0E39> a lvont:Character ;
    lvont:represents "ู"^^xsd:string ;
    rdfs:comment "THAI CHARACTER SARA UU"@en .

<http://lexvo.org/id/char/0E3A> a lvont:Character ;
    lvont:represents "ฺ"^^xsd:string ;
    rdfs:comment "THAI CHARACTER PHINTHU"@en .

<http://lexvo.org/id/char/0E3F> a lvont:Character ;
    lvont:represents "฿"^^xsd:string ;
    rdfs:comment "THAI CURRENCY SYMBOL BAHT"@en .

<http://lexvo.org/id/char/0E40> a lvont:Character ;
    lvont:represents "เ"^^xsd:string ;
    rdfs:comment "THAI CHARACTER SARA E"@en .

<http://lexvo.org/id/char/0E41> a lvont:Character ;
    lvont:represents "แ"^^xsd:string ;
    rdfs:comment "THAI CHARACTER SARA AE"@en .

<http://lexvo.org/id/char/0E42> a lvont:Character ;
    lvont:represents "โ"^^xsd:string ;
    rdfs:comment "THAI CHARACTER SARA O"@en .

<http://lexvo.org/id/char/0E43> a lvont:Character ;
    lvont:represents "ใ"^^xsd:string ;
    rdfs:comment "THAI CHARACTER SARA AI MAIMUAN"@en .

<http://lexvo.org/id/char/0E44> a lvont:Character ;
    lvont:represents "ไ"^^xsd:string ;
    rdfs:comment "THAI CHARACTER SARA AI MAIMALAI"@en .

<http://lexvo.org/id/char/0E45> a lvont:Character ;
    lvont:represents "ๅ"^^xsd:string ;
    rdfs:comment "THAI CHARACTER LAKKHANGYAO"@en .

<http://lexvo.org/id/char/0E46> a lvont:Character ;
    lvont:represents "ๆ"^^xsd:string ;
    rdfs:comment "THAI CHARACTER MAIYAMOK"@en .

<http://lexvo.org/id/char/0E47> a lvont:Character ;
    lvont:represents "็"^^xsd:string ;
    rdfs:comment "THAI CHARACTER MAITAIKHU"@en .

<http://lexvo.org/id/char/0E48> a lvont:Character ;
    lvont:represents "่"^^xsd:string ;
    rdfs:comment "THAI CHARACTER MAI EK"@en .

<http://lexvo.org/id/char/0E49> a lvont:Character ;
    lvont:represents "้"^^xsd:string ;
    rdfs:comment "THAI CHARACTER MAI THO"@en .

<http://lexvo.org/id/char/0E4A> a lvont:Character ;
    lvont:represents "๊"^^xsd:string ;
    rdfs:comment "THAI CHARACTER MAI TRI"@en .

<http://lexvo.org/id/char/0E4B> a lvont:Character ;
    lvont:represents "๋"^^xsd:string ;
    rdfs:comment "THAI CHARACTER MAI CHATTAWA"@en .

<http://lexvo.org/id/char/0E4C> a lvont:Character ;
    lvont:represents "์"^^xsd:string ;
    rdfs:comment "THAI CHARACTER THANTHAKHAT"@en .

<http://lexvo.org/id/char/0E4D> a lvont:Character ;
    lvont:represents "ํ"^^xsd:string ;
    rdfs:comment "THAI CHARACTER NIKHAHIT"@en .

<http://lexvo.org/id/char/0E4E> a lvont:Character ;
    lvont:represents "๎"^^xsd:string ;
    rdfs:comment "THAI CHARACTER YAMAKKAN"@en .

<http://lexvo.org/id/char/0E4F> a lvont:Character ;
    lvont:represents "๏"^^xsd:string ;
    rdfs:comment "THAI CHARACTER FONGMAN"@en .

<http://lexvo.org/id/char/0E50> a lvont:Character ;
    lvont:represents "๐"^^xsd:string ;
    rdfs:comment "THAI DIGIT ZERO"@en .

<http://lexvo.org/id/char/0E51> a lvont:Character ;
    lvont:represents "๑"^^xsd:string ;
    rdfs:comment "THAI DIGIT ONE"@en .

<http://lexvo.org/id/char/0E52> a lvont:Character ;
    lvont:represents "๒"^^xsd:string ;
    rdfs:comment "THAI DIGIT TWO"@en .

<http://lexvo.org/id/char/0E53> a lvont:Character ;
    lvont:represents "๓"^^xsd:string ;
    rdfs:comment "THAI DIGIT THREE"@en .

<http://lexvo.org/id/char/0E54> a lvont:Character ;
    lvont:represents "๔"^^xsd:string ;
    rdfs:comment "THAI DIGIT FOUR"@en .

<http://lexvo.org/id/char/0E55> a lvont:Character ;
    lvont:represents "๕"^^xsd:string ;
    rdfs:comment "THAI DIGIT FIVE"@en .

<http://lexvo.org/id/char/0E56> a lvont:Character ;
    lvont:represents "๖"^^xsd:string ;
    rdfs:comment "THAI DIGIT SIX"@en .

<http://lexvo.org/id/char/0E57> a lvont:Character ;
    lvont:represents "๗"^^xsd:string ;
    rdfs:comment "THAI DIGIT SEVEN"@en .

<http://lexvo.org/id/char/0E58> a lvont:Character ;
    lvont:represents "๘"^^xsd:string ;
    rdfs:comment "THAI DIGIT EIGHT"@en .

<http://lexvo.org/id/char/0E59> a lvont:Character ;
    lvont:represents "๙"^^xsd:string ;
    rdfs:comment "THAI DIGIT NINE"@en .

<http://lexvo.org/id/char/0E5A> a lvont:Character ;
    lvont:represents "๚"^^xsd:string ;
    rdfs:comment "THAI CHARACTER ANGKHANKHU"@en .

<http://lexvo.org/id/char/0E5B> a lvont:Character ;
    lvont:represents "๛"^^xsd:string ;
    rdfs:comment "THAI CHARACTER KHOMUT"@en .

<http://lexvo.org/id/char/0E81> a lvont:Character ;
    lvont:represents "ກ"^^xsd:string ;
    rdfs:comment "LAO LETTER KO"@en .

<http://lexvo.org/id/char/0E82> a lvont:Character ;
    lvont:represents "ຂ"^^xsd:string ;
    rdfs:comment "LAO LETTER KHO SUNG"@en .

<http://lexvo.org/id/char/0E84> a lvont:Character ;
    lvont:represents "ຄ"^^xsd:string ;
    rdfs:comment "LAO LETTER KHO TAM"@en .

<http://lexvo.org/id/char/0E87> a lvont:Character ;
    lvont:represents "ງ"^^xsd:string ;
    rdfs:comment "LAO LETTER NGO"@en .

<http://lexvo.org/id/char/0E88> a lvont:Character ;
    lvont:represents "ຈ"^^xsd:string ;
    rdfs:comment "LAO LETTER CO"@en .

<http://lexvo.org/id/char/0E8A> a lvont:Character ;
    lvont:represents "ຊ"^^xsd:string ;
    rdfs:comment "LAO LETTER SO TAM"@en .

<http://lexvo.org/id/char/0E8D> a lvont:Character ;
    lvont:represents "ຍ"^^xsd:string ;
    rdfs:comment "LAO LETTER NYO"@en .

<http://lexvo.org/id/char/0E94> a lvont:Character ;
    lvont:represents "ດ"^^xsd:string ;
    rdfs:comment "LAO LETTER DO"@en .

<http://lexvo.org/id/char/0E95> a lvont:Character ;
    lvont:represents "ຕ"^^xsd:string ;
    rdfs:comment "LAO LETTER TO"@en .

<http://lexvo.org/id/char/0E96> a lvont:Character ;
    lvont:represents "ຖ"^^xsd:string ;
    rdfs:comment "LAO LETTER THO SUNG"@en .

<http://lexvo.org/id/char/0E97> a lvont:Character ;
    lvont:represents "ທ"^^xsd:string ;
    rdfs:comment "LAO LETTER THO TAM"@en .

<http://lexvo.org/id/char/0E99> a lvont:Character ;
    lvont:represents "ນ"^^xsd:string ;
    rdfs:comment "LAO LETTER NO"@en .

<http://lexvo.org/id/char/0E9A> a lvont:Character ;
    lvont:represents "ບ"^^xsd:string ;
    rdfs:comment "LAO LETTER BO"@en .

<http://lexvo.org/id/char/0E9B> a lvont:Character ;
    lvont:represents "ປ"^^xsd:string ;
    rdfs:comment "LAO LETTER PO"@en .

<http://lexvo.org/id/char/0E9C> a lvont:Character ;
    lvont:represents "ຜ"^^xsd:string ;
    rdfs:comment "LAO LETTER PHO SUNG"@en .

<http://lexvo.org/id/char/0E9D> a lvont:Character ;
    lvont:represents "ຝ"^^xsd:string ;
    rdfs:comment "LAO LETTER FO TAM"@en .

<http://lexvo.org/id/char/0E9E> a lvont:Character ;
    lvont:represents "ພ"^^xsd:string ;
    rdfs:comment "LAO LETTER PHO TAM"@en .

<http://lexvo.org/id/char/0E9F> a lvont:Character ;
    lvont:represents "ຟ"^^xsd:string ;
    rdfs:comment "LAO LETTER FO SUNG"@en .

<http://lexvo.org/id/char/0EA1> a lvont:Character ;
    lvont:represents "ມ"^^xsd:string ;
    rdfs:comment "LAO LETTER MO"@en .

<http://lexvo.org/id/char/0EA2> a lvont:Character ;
    lvont:represents "ຢ"^^xsd:string ;
    rdfs:comment "LAO LETTER YO"@en .

<http://lexvo.org/id/char/0EA3> a lvont:Character ;
    lvont:represents "ຣ"^^xsd:string ;
    rdfs:comment "LAO LETTER LO LING"@en .

<http://lexvo.org/id/char/0EA5> a lvont:Character ;
    lvont:represents "ລ"^^xsd:string ;
    rdfs:comment "LAO LETTER LO LOOT"@en .

<http://lexvo.org/id/char/0EA7> a lvont:Character ;
    lvont:represents "ວ"^^xsd:string ;
    rdfs:comment "LAO LETTER WO"@en .

<http://lexvo.org/id/char/0EAA> a lvont:Character ;
    lvont:represents "ສ"^^xsd:string ;
    rdfs:comment "LAO LETTER SO SUNG"@en .

<http://lexvo.org/id/char/0EAB> a lvont:Character ;
    lvont:represents "ຫ"^^xsd:string ;
    rdfs:comment "LAO LETTER HO SUNG"@en .

<http://lexvo.org/id/char/0EAD> a lvont:Character ;
    lvont:represents "ອ"^^xsd:string ;
    rdfs:comment "LAO LETTER O"@en .

<http://lexvo.org/id/char/0EAE> a lvont:Character ;
    lvont:represents "ຮ"^^xsd:string ;
    rdfs:comment "LAO LETTER HO TAM"@en .

<http://lexvo.org/id/char/0EAF> a lvont:Character ;
    lvont:represents "ຯ"^^xsd:string ;
    rdfs:comment "LAO ELLIPSIS"@en .

<http://lexvo.org/id/char/0EB0> a lvont:Character ;
    lvont:represents "ະ"^^xsd:string ;
    rdfs:comment "LAO VOWEL SIGN A"@en .

<http://lexvo.org/id/char/0EB1> a lvont:Character ;
    lvont:represents "ັ"^^xsd:string ;
    rdfs:comment "LAO VOWEL SIGN MAI KAN"@en .

<http://lexvo.org/id/char/0EB2> a lvont:Character ;
    lvont:represents "າ"^^xsd:string ;
    rdfs:comment "LAO VOWEL SIGN AA"@en .

<http://lexvo.org/id/char/0EB3> a lvont:Character ;
    lvont:represents "ຳ"^^xsd:string ;
    rdfs:comment "LAO VOWEL SIGN AM"@en .

<http://lexvo.org/id/char/0EB4> a lvont:Character ;
    lvont:represents "ິ"^^xsd:string ;
    rdfs:comment "LAO VOWEL SIGN I"@en .

<http://lexvo.org/id/char/0EB5> a lvont:Character ;
    lvont:represents "ີ"^^xsd:string ;
    rdfs:comment "LAO VOWEL SIGN II"@en .

<http://lexvo.org/id/char/0EB6> a lvont:Character ;
    lvont:represents "ຶ"^^xsd:string ;
    rdfs:comment "LAO VOWEL SIGN Y"@en .

<http://lexvo.org/id/char/0EB7> a lvont:Character ;
    lvont:represents "ື"^^xsd:string ;
    rdfs:comment "LAO VOWEL SIGN YY"@en .

<http://lexvo.org/id/char/0EB8> a lvont:Character ;
    lvont:represents "ຸ"^^xsd:string ;
    rdfs:comment "LAO VOWEL SIGN U"@en .

<http://lexvo.org/id/char/0EB9> a lvont:Character ;
    lvont:represents "ູ"^^xsd:string ;
    rdfs:comment "LAO VOWEL SIGN UU"@en .

<http://lexvo.org/id/char/0EBB> a lvont:Character ;
    lvont:represents "ົ"^^xsd:string ;
    rdfs:comment "LAO VOWEL SIGN MAI KON"@en .

<http://lexvo.org/id/char/0EBC> a lvont:Character ;
    lvont:represents "ຼ"^^xsd:string ;
    rdfs:comment "LAO SEMIVOWEL SIGN LO"@en .

<http://lexvo.org/id/char/0EBD> a lvont:Character ;
    lvont:represents "ຽ"^^xsd:string ;
    rdfs:comment "LAO SEMIVOWEL SIGN NYO"@en .

<http://lexvo.org/id/char/0EC0> a lvont:Character ;
    lvont:represents "ເ"^^xsd:string ;
    rdfs:comment "LAO VOWEL SIGN E"@en .

<http://lexvo.org/id/char/0EC1> a lvont:Character ;
    lvont:represents "ແ"^^xsd:string ;
    rdfs:comment "LAO VOWEL SIGN EI"@en .

<http://lexvo.org/id/char/0EC2> a lvont:Character ;
    lvont:represents "ໂ"^^xsd:string ;
    rdfs:comment "LAO VOWEL SIGN O"@en .

<http://lexvo.org/id/char/0EC3> a lvont:Character ;
    lvont:represents "ໃ"^^xsd:string ;
    rdfs:comment "LAO VOWEL SIGN AY"@en .

<http://lexvo.org/id/char/0EC4> a lvont:Character ;
    lvont:represents "ໄ"^^xsd:string ;
    rdfs:comment "LAO VOWEL SIGN AI"@en .

<http://lexvo.org/id/char/0EC6> a lvont:Character ;
    lvont:represents "ໆ"^^xsd:string ;
    rdfs:comment "LAO KO LA"@en .

<http://lexvo.org/id/char/0EC8> a lvont:Character ;
    lvont:represents "່"^^xsd:string ;
    rdfs:comment "LAO TONE MAI EK"@en .

<http://lexvo.org/id/char/0EC9> a lvont:Character ;
    lvont:represents "້"^^xsd:string ;
    rdfs:comment "LAO TONE MAI THO"@en .

<http://lexvo.org/id/char/0ECA> a lvont:Character ;
    lvont:represents "໊"^^xsd:string ;
    rdfs:comment "LAO TONE MAI TI"@en .

<http://lexvo.org/id/char/0ECB> a lvont:Character ;
    lvont:represents "໋"^^xsd:string ;
    rdfs:comment "LAO TONE MAI CATAWA"@en .

<http://lexvo.org/id/char/0ECC> a lvont:Character ;
    lvont:represents "໌"^^xsd:string ;
    rdfs:comment "LAO CANCELLATION MARK"@en .

<http://lexvo.org/id/char/0ECD> a lvont:Character ;
    lvont:represents "ໍ"^^xsd:string ;
    rdfs:comment "LAO NIGGAHITA"@en .

<http://lexvo.org/id/char/0ED0> a lvont:Character ;
    lvont:represents "໐"^^xsd:string ;
    rdfs:comment "LAO DIGIT ZERO"@en .

<http://lexvo.org/id/char/0ED1> a lvont:Character ;
    lvont:represents "໑"^^xsd:string ;
    rdfs:comment "LAO DIGIT ONE"@en .

<http://lexvo.org/id/char/0ED2> a lvont:Character ;
    lvont:represents "໒"^^xsd:string ;
    rdfs:comment "LAO DIGIT TWO"@en .

<http://lexvo.org/id/char/0ED3> a lvont:Character ;
    lvont:represents "໓"^^xsd:string ;
    rdfs:comment "LAO DIGIT THREE"@en .

<http://lexvo.org/id/char/0ED4> a lvont:Character ;
    lvont:represents "໔"^^xsd:string ;
    rdfs:comment "LAO DIGIT FOUR"@en .

<http://lexvo.org/id/char/0ED5> a lvont:Character ;
    lvont:represents "໕"^^xsd:string ;
    rdfs:comment "LAO DIGIT FIVE"@en .

<http://lexvo.org/id/char/0ED6> a lvont:Character ;
    lvont:represents "໖"^^xsd:string ;
    rdfs:comment "LAO DIGIT SIX"@en .

<http://lexvo.org/id/char/0ED7> a lvont:Character ;
    lvont:represents "໗"^^xsd:string ;
    rdfs:comment "LAO DIGIT SEVEN"@en .

<http://lexvo.org/id/char/0ED8> a lvont:Character ;
    lvont:represents "໘"^^xsd:string ;
    rdfs:comment "LAO DIGIT EIGHT"@en .

<http://lexvo.org/id/char/0ED9> a lvont:Character ;
    lvont:represents "໙"^^xsd:string ;
    rdfs:comment "LAO DIGIT NINE"@en .

<http://lexvo.org/id/char/0EDC> a lvont:Character ;
    lvont:represents "ໜ"^^xsd:string ;
    rdfs:comment "LAO HO NO"@en .

<http://lexvo.org/id/char/0EDD> a lvont:Character ;
    lvont:represents "ໝ"^^xsd:string ;
    rdfs:comment "LAO HO MO"@en .

<http://lexvo.org/id/char/0EDE> a lvont:Character ;
    lvont:represents "ໞ"^^xsd:string ;
    rdfs:comment "LAO LETTER KHMU GO"@en .

<http://lexvo.org/id/char/0EDF> a lvont:Character ;
    lvont:represents "ໟ"^^xsd:string ;
    rdfs:comment "LAO LETTER KHMU NYO"@en .

<http://lexvo.org/id/char/0F00> a lvont:Character ;
    lvont:represents "ༀ"^^xsd:string ;
    rdfs:comment "TIBETAN SYLLABLE OM"@en .

<http://lexvo.org/id/char/0F01> a lvont:Character ;
    lvont:represents "༁"^^xsd:string ;
    rdfs:comment "TIBETAN MARK GTER YIG MGO TRUNCATED A"@en .

<http://lexvo.org/id/char/0F02> a lvont:Character ;
    lvont:represents "༂"^^xsd:string ;
    rdfs:comment "TIBETAN MARK GTER YIG MGO -UM RNAM BCAD MA"@en .

<http://lexvo.org/id/char/0F03> a lvont:Character ;
    lvont:represents "༃"^^xsd:string ;
    rdfs:comment "TIBETAN MARK GTER YIG MGO -UM GTER TSHEG MA"@en .

<http://lexvo.org/id/char/0F04> a lvont:Character ;
    lvont:represents "༄"^^xsd:string ;
    rdfs:comment "TIBETAN MARK INITIAL YIG MGO MDUN MA"@en .

<http://lexvo.org/id/char/0F05> a lvont:Character ;
    lvont:represents "༅"^^xsd:string ;
    rdfs:comment "TIBETAN MARK CLOSING YIG MGO SGAB MA"@en .

<http://lexvo.org/id/char/0F06> a lvont:Character ;
    lvont:represents "༆"^^xsd:string ;
    rdfs:comment "TIBETAN MARK CARET YIG MGO PHUR SHAD MA"@en .

<http://lexvo.org/id/char/0F07> a lvont:Character ;
    lvont:represents "༇"^^xsd:string ;
    rdfs:comment "TIBETAN MARK YIG MGO TSHEG SHAD MA"@en .

<http://lexvo.org/id/char/0F08> a lvont:Character ;
    lvont:represents "༈"^^xsd:string ;
    rdfs:comment "TIBETAN MARK SBRUL SHAD"@en .

<http://lexvo.org/id/char/0F09> a lvont:Character ;
    lvont:represents "༉"^^xsd:string ;
    rdfs:comment "TIBETAN MARK BSKUR YIG MGO"@en .

<http://lexvo.org/id/char/0F0A> a lvont:Character ;
    lvont:represents "༊"^^xsd:string ;
    rdfs:comment "TIBETAN MARK BKA- SHOG YIG MGO"@en .

<http://lexvo.org/id/char/0F0B> a lvont:Character ;
    lvont:represents "་"^^xsd:string ;
    rdfs:comment "TIBETAN MARK INTERSYLLABIC TSHEG"@en .

<http://lexvo.org/id/char/0F0C> a lvont:Character ;
    lvont:represents "༌"^^xsd:string ;
    rdfs:comment "TIBETAN MARK DELIMITER TSHEG BSTAR"@en .

<http://lexvo.org/id/char/0F0D> a lvont:Character ;
    lvont:represents "།"^^xsd:string ;
    rdfs:comment "TIBETAN MARK SHAD"@en .

<http://lexvo.org/id/char/0F0E> a lvont:Character ;
    lvont:represents "༎"^^xsd:string ;
    rdfs:comment "TIBETAN MARK NYIS SHAD"@en .

<http://lexvo.org/id/char/0F0F> a lvont:Character ;
    lvont:represents "༏"^^xsd:string ;
    rdfs:comment "TIBETAN MARK TSHEG SHAD"@en .

<http://lexvo.org/id/char/0F10> a lvont:Character ;
    lvont:represents "༐"^^xsd:string ;
    rdfs:comment "TIBETAN MARK NYIS TSHEG SHAD"@en .

<http://lexvo.org/id/char/0F11> a lvont:Character ;
    lvont:represents "༑"^^xsd:string ;
    rdfs:comment "TIBETAN MARK RIN CHEN SPUNGS SHAD"@en .

<http://lexvo.org/id/char/0F12> a lvont:Character ;
    lvont:represents "༒"^^xsd:string ;
    rdfs:comment "TIBETAN MARK RGYA GRAM SHAD"@en .

<http://lexvo.org/id/char/0F13> a lvont:Character ;
    lvont:represents "༓"^^xsd:string ;
    rdfs:comment "TIBETAN MARK CARET -DZUD RTAGS ME LONG CAN"@en .

<http://lexvo.org/id/char/0F14> a lvont:Character ;
    lvont:represents "༔"^^xsd:string ;
    rdfs:comment "TIBETAN MARK GTER TSHEG"@en .

<http://lexvo.org/id/char/0F15> a lvont:Character ;
    lvont:represents "༕"^^xsd:string ;
    rdfs:comment "TIBETAN LOGOTYPE SIGN CHAD RTAGS"@en .

<http://lexvo.org/id/char/0F16> a lvont:Character ;
    lvont:represents "༖"^^xsd:string ;
    rdfs:comment "TIBETAN LOGOTYPE SIGN LHAG RTAGS"@en .

<http://lexvo.org/id/char/0F17> a lvont:Character ;
    lvont:represents "༗"^^xsd:string ;
    rdfs:comment "TIBETAN ASTROLOGICAL SIGN SGRA GCAN -CHAR RTAGS"@en .

<http://lexvo.org/id/char/0F18> a lvont:Character ;
    lvont:represents "༘"^^xsd:string ;
    rdfs:comment "TIBETAN ASTROLOGICAL SIGN -KHYUD PA"@en .

<http://lexvo.org/id/char/0F19> a lvont:Character ;
    lvont:represents "༙"^^xsd:string ;
    rdfs:comment "TIBETAN ASTROLOGICAL SIGN SDONG TSHUGS"@en .

<http://lexvo.org/id/char/0F1A> a lvont:Character ;
    lvont:represents "༚"^^xsd:string ;
    rdfs:comment "TIBETAN SIGN RDEL DKAR GCIG"@en .

<http://lexvo.org/id/char/0F1B> a lvont:Character ;
    lvont:represents "༛"^^xsd:string ;
    rdfs:comment "TIBETAN SIGN RDEL DKAR GNYIS"@en .

<http://lexvo.org/id/char/0F1C> a lvont:Character ;
    lvont:represents "༜"^^xsd:string ;
    rdfs:comment "TIBETAN SIGN RDEL DKAR GSUM"@en .

<http://lexvo.org/id/char/0F1D> a lvont:Character ;
    lvont:represents "༝"^^xsd:string ;
    rdfs:comment "TIBETAN SIGN RDEL NAG GCIG"@en .

<http://lexvo.org/id/char/0F1E> a lvont:Character ;
    lvont:represents "༞"^^xsd:string ;
    rdfs:comment "TIBETAN SIGN RDEL NAG GNYIS"@en .

<http://lexvo.org/id/char/0F1F> a lvont:Character ;
    lvont:represents "༟"^^xsd:string ;
    rdfs:comment "TIBETAN SIGN RDEL DKAR RDEL NAG"@en .

<http://lexvo.org/id/char/0F20> a lvont:Character ;
    lvont:represents "༠"^^xsd:string ;
    rdfs:comment "TIBETAN DIGIT ZERO"@en .

<http://lexvo.org/id/char/0F21> a lvont:Character ;
    lvont:represents "༡"^^xsd:string ;
    rdfs:comment "TIBETAN DIGIT ONE"@en .

<http://lexvo.org/id/char/0F22> a lvont:Character ;
    lvont:represents "༢"^^xsd:string ;
    rdfs:comment "TIBETAN DIGIT TWO"@en .

<http://lexvo.org/id/char/0F23> a lvont:Character ;
    lvont:represents "༣"^^xsd:string ;
    rdfs:comment "TIBETAN DIGIT THREE"@en .

<http://lexvo.org/id/char/0F24> a lvont:Character ;
    lvont:represents "༤"^^xsd:string ;
    rdfs:comment "TIBETAN DIGIT FOUR"@en .

<http://lexvo.org/id/char/0F25> a lvont:Character ;
    lvont:represents "༥"^^xsd:string ;
    rdfs:comment "TIBETAN DIGIT FIVE"@en .

<http://lexvo.org/id/char/0F26> a lvont:Character ;
    lvont:represents "༦"^^xsd:string ;
    rdfs:comment "TIBETAN DIGIT SIX"@en .

<http://lexvo.org/id/char/0F27> a lvont:Character ;
    lvont:represents "༧"^^xsd:string ;
    rdfs:comment "TIBETAN DIGIT SEVEN"@en .

<http://lexvo.org/id/char/0F28> a lvont:Character ;
    lvont:represents "༨"^^xsd:string ;
    rdfs:comment "TIBETAN DIGIT EIGHT"@en .

<http://lexvo.org/id/char/0F29> a lvont:Character ;
    lvont:represents "༩"^^xsd:string ;
    rdfs:comment "TIBETAN DIGIT NINE"@en .

<http://lexvo.org/id/char/0F2A> a lvont:Character ;
    lvont:represents "༪"^^xsd:string ;
    rdfs:comment "TIBETAN DIGIT HALF ONE"@en .

<http://lexvo.org/id/char/0F2B> a lvont:Character ;
    lvont:represents "༫"^^xsd:string ;
    rdfs:comment "TIBETAN DIGIT HALF TWO"@en .

<http://lexvo.org/id/char/0F2C> a lvont:Character ;
    lvont:represents "༬"^^xsd:string ;
    rdfs:comment "TIBETAN DIGIT HALF THREE"@en .

<http://lexvo.org/id/char/0F2D> a lvont:Character ;
    lvont:represents "༭"^^xsd:string ;
    rdfs:comment "TIBETAN DIGIT HALF FOUR"@en .

<http://lexvo.org/id/char/0F2E> a lvont:Character ;
    lvont:represents "༮"^^xsd:string ;
    rdfs:comment "TIBETAN DIGIT HALF FIVE"@en .

<http://lexvo.org/id/char/0F2F> a lvont:Character ;
    lvont:represents "༯"^^xsd:string ;
    rdfs:comment "TIBETAN DIGIT HALF SIX"@en .

<http://lexvo.org/id/char/0F30> a lvont:Character ;
    lvont:represents "༰"^^xsd:string ;
    rdfs:comment "TIBETAN DIGIT HALF SEVEN"@en .

<http://lexvo.org/id/char/0F31> a lvont:Character ;
    lvont:represents "༱"^^xsd:string ;
    rdfs:comment "TIBETAN DIGIT HALF EIGHT"@en .

<http://lexvo.org/id/char/0F32> a lvont:Character ;
    lvont:represents "༲"^^xsd:string ;
    rdfs:comment "TIBETAN DIGIT HALF NINE"@en .

<http://lexvo.org/id/char/0F33> a lvont:Character ;
    lvont:represents "༳"^^xsd:string ;
    rdfs:comment "TIBETAN DIGIT HALF ZERO"@en .

<http://lexvo.org/id/char/0F34> a lvont:Character ;
    lvont:represents "༴"^^xsd:string ;
    rdfs:comment "TIBETAN MARK BSDUS RTAGS"@en .

<http://lexvo.org/id/char/0F35> a lvont:Character ;
    lvont:represents "༵"^^xsd:string ;
    rdfs:comment "TIBETAN MARK NGAS BZUNG NYI ZLA"@en .

<http://lexvo.org/id/char/0F36> a lvont:Character ;
    lvont:represents "༶"^^xsd:string ;
    rdfs:comment "TIBETAN MARK CARET -DZUD RTAGS BZHI MIG CAN"@en .

<http://lexvo.org/id/char/0F37> a lvont:Character ;
    lvont:represents "༷"^^xsd:string ;
    rdfs:comment "TIBETAN MARK NGAS BZUNG SGOR RTAGS"@en .

<http://lexvo.org/id/char/0F38> a lvont:Character ;
    lvont:represents "༸"^^xsd:string ;
    rdfs:comment "TIBETAN MARK CHE MGO"@en .

<http://lexvo.org/id/char/0F39> a lvont:Character ;
    lvont:represents "༹"^^xsd:string ;
    rdfs:comment "TIBETAN MARK TSA -PHRU"@en .

<http://lexvo.org/id/char/0F3A> a lvont:Character ;
    lvont:represents "༺"^^xsd:string ;
    rdfs:comment "TIBETAN MARK GUG RTAGS GYON"@en .

<http://lexvo.org/id/char/0F3B> a lvont:Character ;
    lvont:represents "༻"^^xsd:string ;
    rdfs:comment "TIBETAN MARK GUG RTAGS GYAS"@en .

<http://lexvo.org/id/char/0F3C> a lvont:Character ;
    lvont:represents "༼"^^xsd:string ;
    rdfs:comment "TIBETAN MARK ANG KHANG GYON"@en .

<http://lexvo.org/id/char/0F3D> a lvont:Character ;
    lvont:represents "༽"^^xsd:string ;
    rdfs:comment "TIBETAN MARK ANG KHANG GYAS"@en .

<http://lexvo.org/id/char/0F3E> a lvont:Character ;
    lvont:represents "༾"^^xsd:string ;
    rdfs:comment "TIBETAN SIGN YAR TSHES"@en .

<http://lexvo.org/id/char/0F3F> a lvont:Character ;
    lvont:represents "༿"^^xsd:string ;
    rdfs:comment "TIBETAN SIGN MAR TSHES"@en .

<http://lexvo.org/id/char/0F40> a lvont:Character ;
    lvont:represents "ཀ"^^xsd:string ;
    rdfs:comment "TIBETAN LETTER KA"@en .

<http://lexvo.org/id/char/0F41> a lvont:Character ;
    lvont:represents "ཁ"^^xsd:string ;
    rdfs:comment "TIBETAN LETTER KHA"@en .

<http://lexvo.org/id/char/0F42> a lvont:Character ;
    lvont:represents "ག"^^xsd:string ;
    rdfs:comment "TIBETAN LETTER GA"@en .

<http://lexvo.org/id/char/0F43> a lvont:Character ;
    lvont:represents "གྷ"^^xsd:string ;
    rdfs:comment "TIBETAN LETTER GHA"@en .

<http://lexvo.org/id/char/0F44> a lvont:Character ;
    lvont:represents "ང"^^xsd:string ;
    rdfs:comment "TIBETAN LETTER NGA"@en .

<http://lexvo.org/id/char/0F45> a lvont:Character ;
    lvont:represents "ཅ"^^xsd:string ;
    rdfs:comment "TIBETAN LETTER CA"@en .

<http://lexvo.org/id/char/0F46> a lvont:Character ;
    lvont:represents "ཆ"^^xsd:string ;
    rdfs:comment "TIBETAN LETTER CHA"@en .

<http://lexvo.org/id/char/0F47> a lvont:Character ;
    lvont:represents "ཇ"^^xsd:string ;
    rdfs:comment "TIBETAN LETTER JA"@en .

<http://lexvo.org/id/char/0F49> a lvont:Character ;
    lvont:represents "ཉ"^^xsd:string ;
    rdfs:comment "TIBETAN LETTER NYA"@en .

<http://lexvo.org/id/char/0F4A> a lvont:Character ;
    lvont:represents "ཊ"^^xsd:string ;
    rdfs:comment "TIBETAN LETTER TTA"@en .

<http://lexvo.org/id/char/0F4B> a lvont:Character ;
    lvont:represents "ཋ"^^xsd:string ;
    rdfs:comment "TIBETAN LETTER TTHA"@en .

<http://lexvo.org/id/char/0F4C> a lvont:Character ;
    lvont:represents "ཌ"^^xsd:string ;
    rdfs:comment "TIBETAN LETTER DDA"@en .

<http://lexvo.org/id/char/0F4D> a lvont:Character ;
    lvont:represents "ཌྷ"^^xsd:string ;
    rdfs:comment "TIBETAN LETTER DDHA"@en .

<http://lexvo.org/id/char/0F4E> a lvont:Character ;
    lvont:represents "ཎ"^^xsd:string ;
    rdfs:comment "TIBETAN LETTER NNA"@en .

<http://lexvo.org/id/char/0F4F> a lvont:Character ;
    lvont:represents "ཏ"^^xsd:string ;
    rdfs:comment "TIBETAN LETTER TA"@en .

<http://lexvo.org/id/char/0F50> a lvont:Character ;
    lvont:represents "ཐ"^^xsd:string ;
    rdfs:comment "TIBETAN LETTER THA"@en .

<http://lexvo.org/id/char/0F51> a lvont:Character ;
    lvont:represents "ད"^^xsd:string ;
    rdfs:comment "TIBETAN LETTER DA"@en .

<http://lexvo.org/id/char/0F52> a lvont:Character ;
    lvont:represents "དྷ"^^xsd:string ;
    rdfs:comment "TIBETAN LETTER DHA"@en .

<http://lexvo.org/id/char/0F53> a lvont:Character ;
    lvont:represents "ན"^^xsd:string ;
    rdfs:comment "TIBETAN LETTER NA"@en .

<http://lexvo.org/id/char/0F54> a lvont:Character ;
    lvont:represents "པ"^^xsd:string ;
    rdfs:comment "TIBETAN LETTER PA"@en .

<http://lexvo.org/id/char/0F55> a lvont:Character ;
    lvont:represents "ཕ"^^xsd:string ;
    rdfs:comment "TIBETAN LETTER PHA"@en .

<http://lexvo.org/id/char/0F56> a lvont:Character ;
    lvont:represents "བ"^^xsd:string ;
    rdfs:comment "TIBETAN LETTER BA"@en .

<http://lexvo.org/id/char/0F57> a lvont:Character ;
    lvont:represents "བྷ"^^xsd:string ;
    rdfs:comment "TIBETAN LETTER BHA"@en .

<http://lexvo.org/id/char/0F58> a lvont:Character ;
    lvont:represents "མ"^^xsd:string ;
    rdfs:comment "TIBETAN LETTER MA"@en .

<http://lexvo.org/id/char/0F59> a lvont:Character ;
    lvont:represents "ཙ"^^xsd:string ;
    rdfs:comment "TIBETAN LETTER TSA"@en .

<http://lexvo.org/id/char/0F5A> a lvont:Character ;
    lvont:represents "ཚ"^^xsd:string ;
    rdfs:comment "TIBETAN LETTER TSHA"@en .

<http://lexvo.org/id/char/0F5B> a lvont:Character ;
    lvont:represents "ཛ"^^xsd:string ;
    rdfs:comment "TIBETAN LETTER DZA"@en .

<http://lexvo.org/id/char/0F5C> a lvont:Character ;
    lvont:represents "ཛྷ"^^xsd:string ;
    rdfs:comment "TIBETAN LETTER DZHA"@en .

<http://lexvo.org/id/char/0F5D> a lvont:Character ;
    lvont:represents "ཝ"^^xsd:string ;
    rdfs:comment "TIBETAN LETTER WA"@en .

<http://lexvo.org/id/char/0F5E> a lvont:Character ;
    lvont:represents "ཞ"^^xsd:string ;
    rdfs:comment "TIBETAN LETTER ZHA"@en .

<http://lexvo.org/id/char/0F5F> a lvont:Character ;
    lvont:represents "ཟ"^^xsd:string ;
    rdfs:comment "TIBETAN LETTER ZA"@en .

<http://lexvo.org/id/char/0F60> a lvont:Character ;
    lvont:represents "འ"^^xsd:string ;
    rdfs:comment "TIBETAN LETTER -A"@en .

<http://lexvo.org/id/char/0F61> a lvont:Character ;
    lvont:represents "ཡ"^^xsd:string ;
    rdfs:comment "TIBETAN LETTER YA"@en .

<http://lexvo.org/id/char/0F62> a lvont:Character ;
    lvont:represents "ར"^^xsd:string ;
    rdfs:comment "TIBETAN LETTER RA"@en .

<http://lexvo.org/id/char/0F63> a lvont:Character ;
    lvont:represents "ལ"^^xsd:string ;
    rdfs:comment "TIBETAN LETTER LA"@en .

<http://lexvo.org/id/char/0F64> a lvont:Character ;
    lvont:represents "ཤ"^^xsd:string ;
    rdfs:comment "TIBETAN LETTER SHA"@en .

<http://lexvo.org/id/char/0F65> a lvont:Character ;
    lvont:represents "ཥ"^^xsd:string ;
    rdfs:comment "TIBETAN LETTER SSA"@en .

<http://lexvo.org/id/char/0F66> a lvont:Character ;
    lvont:represents "ས"^^xsd:string ;
    rdfs:comment "TIBETAN LETTER SA"@en .

<http://lexvo.org/id/char/0F67> a lvont:Character ;
    lvont:represents "ཧ"^^xsd:string ;
    rdfs:comment "TIBETAN LETTER HA"@en .

<http://lexvo.org/id/char/0F68> a lvont:Character ;
    lvont:represents "ཨ"^^xsd:string ;
    rdfs:comment "TIBETAN LETTER A"@en .

<http://lexvo.org/id/char/0F69> a lvont:Character ;
    lvont:represents "ཀྵ"^^xsd:string ;
    rdfs:comment "TIBETAN LETTER KSSA"@en .

<http://lexvo.org/id/char/0F6A> a lvont:Character ;
    lvont:represents "ཪ"^^xsd:string ;
    rdfs:comment "TIBETAN LETTER FIXED-FORM RA"@en .

<http://lexvo.org/id/char/0F6B> a lvont:Character ;
    lvont:represents "ཫ"^^xsd:string ;
    rdfs:comment "TIBETAN LETTER KKA"@en .

<http://lexvo.org/id/char/0F6C> a lvont:Character ;
    lvont:represents "ཬ"^^xsd:string ;
    rdfs:comment "TIBETAN LETTER RRA"@en .

<http://lexvo.org/id/char/0F71> a lvont:Character ;
    lvont:represents "ཱ"^^xsd:string ;
    rdfs:comment "TIBETAN VOWEL SIGN AA"@en .

<http://lexvo.org/id/char/0F72> a lvont:Character ;
    lvont:represents "ི"^^xsd:string ;
    rdfs:comment "TIBETAN VOWEL SIGN I"@en .

<http://lexvo.org/id/char/0F73> a lvont:Character ;
    lvont:represents "ཱི"^^xsd:string ;
    rdfs:comment "TIBETAN VOWEL SIGN II"@en .

<http://lexvo.org/id/char/0F74> a lvont:Character ;
    lvont:represents "ུ"^^xsd:string ;
    rdfs:comment "TIBETAN VOWEL SIGN U"@en .

<http://lexvo.org/id/char/0F75> a lvont:Character ;
    lvont:represents "ཱུ"^^xsd:string ;
    rdfs:comment "TIBETAN VOWEL SIGN UU"@en .

<http://lexvo.org/id/char/0F76> a lvont:Character ;
    lvont:represents "ྲྀ"^^xsd:string ;
    rdfs:comment "TIBETAN VOWEL SIGN VOCALIC R"@en .

<http://lexvo.org/id/char/0F77> a lvont:Character ;
    lvont:represents "ཷ"^^xsd:string ;
    rdfs:comment "TIBETAN VOWEL SIGN VOCALIC RR"@en .

<http://lexvo.org/id/char/0F78> a lvont:Character ;
    lvont:represents "ླྀ"^^xsd:string ;
    rdfs:comment "TIBETAN VOWEL SIGN VOCALIC L"@en .

<http://lexvo.org/id/char/0F79> a lvont:Character ;
    lvont:represents "ཹ"^^xsd:string ;
    rdfs:comment "TIBETAN VOWEL SIGN VOCALIC LL"@en .

<http://lexvo.org/id/char/0F7A> a lvont:Character ;
    lvont:represents "ེ"^^xsd:string ;
    rdfs:comment "TIBETAN VOWEL SIGN E"@en .

<http://lexvo.org/id/char/0F7B> a lvont:Character ;
    lvont:represents "ཻ"^^xsd:string ;
    rdfs:comment "TIBETAN VOWEL SIGN EE"@en .

<http://lexvo.org/id/char/0F7C> a lvont:Character ;
    lvont:represents "ོ"^^xsd:string ;
    rdfs:comment "TIBETAN VOWEL SIGN O"@en .

<http://lexvo.org/id/char/0F7D> a lvont:Character ;
    lvont:represents "ཽ"^^xsd:string ;
    rdfs:comment "TIBETAN VOWEL SIGN OO"@en .

<http://lexvo.org/id/char/0F7E> a lvont:Character ;
    lvont:represents "ཾ"^^xsd:string ;
    rdfs:comment "TIBETAN SIGN RJES SU NGA RO"@en .

<http://lexvo.org/id/char/0F7F> a lvont:Character ;
    lvont:represents "ཿ"^^xsd:string ;
    rdfs:comment "TIBETAN SIGN RNAM BCAD"@en .

<http://lexvo.org/id/char/0F80> a lvont:Character ;
    lvont:represents "ྀ"^^xsd:string ;
    rdfs:comment "TIBETAN VOWEL SIGN REVERSED I"@en .

<http://lexvo.org/id/char/0F81> a lvont:Character ;
    lvont:represents "ཱྀ"^^xsd:string ;
    rdfs:comment "TIBETAN VOWEL SIGN REVERSED II"@en .

<http://lexvo.org/id/char/0F82> a lvont:Character ;
    lvont:represents "ྂ"^^xsd:string ;
    rdfs:comment "TIBETAN SIGN NYI ZLA NAA DA"@en .

<http://lexvo.org/id/char/0F83> a lvont:Character ;
    lvont:represents "ྃ"^^xsd:string ;
    rdfs:comment "TIBETAN SIGN SNA LDAN"@en .

<http://lexvo.org/id/char/0F84> a lvont:Character ;
    lvont:represents "྄"^^xsd:string ;
    rdfs:comment "TIBETAN MARK HALANTA"@en .

<http://lexvo.org/id/char/0F85> a lvont:Character ;
    lvont:represents "྅"^^xsd:string ;
    rdfs:comment "TIBETAN MARK PALUTA"@en .

<http://lexvo.org/id/char/0F86> a lvont:Character ;
    lvont:represents "྆"^^xsd:string ;
    rdfs:comment "TIBETAN SIGN LCI RTAGS"@en .

<http://lexvo.org/id/char/0F87> a lvont:Character ;
    lvont:represents "྇"^^xsd:string ;
    rdfs:comment "TIBETAN SIGN YANG RTAGS"@en .

<http://lexvo.org/id/char/0F88> a lvont:Character ;
    lvont:represents "ྈ"^^xsd:string ;
    rdfs:comment "TIBETAN SIGN LCE TSA CAN"@en .

<http://lexvo.org/id/char/0F89> a lvont:Character ;
    lvont:represents "ྉ"^^xsd:string ;
    rdfs:comment "TIBETAN SIGN MCHU CAN"@en .

<http://lexvo.org/id/char/0F8A> a lvont:Character ;
    lvont:represents "ྊ"^^xsd:string ;
    rdfs:comment "TIBETAN SIGN GRU CAN RGYINGS"@en .

<http://lexvo.org/id/char/0F8B> a lvont:Character ;
    lvont:represents "ྋ"^^xsd:string ;
    rdfs:comment "TIBETAN SIGN GRU MED RGYINGS"@en .

<http://lexvo.org/id/char/0F8C> a lvont:Character ;
    lvont:represents "ྌ"^^xsd:string ;
    rdfs:comment "TIBETAN SIGN INVERTED MCHU CAN"@en .

<http://lexvo.org/id/char/0F8D> a lvont:Character ;
    lvont:represents "ྍ"^^xsd:string ;
    rdfs:comment "TIBETAN SUBJOINED SIGN LCE TSA CAN"@en .

<http://lexvo.org/id/char/0F8E> a lvont:Character ;
    lvont:represents "ྎ"^^xsd:string ;
    rdfs:comment "TIBETAN SUBJOINED SIGN MCHU CAN"@en .

<http://lexvo.org/id/char/0F8F> a lvont:Character ;
    lvont:represents "ྏ"^^xsd:string ;
    rdfs:comment "TIBETAN SUBJOINED SIGN INVERTED MCHU CAN"@en .

<http://lexvo.org/id/char/0F90> a lvont:Character ;
    lvont:represents "ྐ"^^xsd:string ;
    rdfs:comment "TIBETAN SUBJOINED LETTER KA"@en .

<http://lexvo.org/id/char/0F91> a lvont:Character ;
    lvont:represents "ྑ"^^xsd:string ;
    rdfs:comment "TIBETAN SUBJOINED LETTER KHA"@en .

<http://lexvo.org/id/char/0F92> a lvont:Character ;
    lvont:represents "ྒ"^^xsd:string ;
    rdfs:comment "TIBETAN SUBJOINED LETTER GA"@en .

<http://lexvo.org/id/char/0F93> a lvont:Character ;
    lvont:represents "ྒྷ"^^xsd:string ;
    rdfs:comment "TIBETAN SUBJOINED LETTER GHA"@en .

<http://lexvo.org/id/char/0F94> a lvont:Character ;
    lvont:represents "ྔ"^^xsd:string ;
    rdfs:comment "TIBETAN SUBJOINED LETTER NGA"@en .

<http://lexvo.org/id/char/0F95> a lvont:Character ;
    lvont:represents "ྕ"^^xsd:string ;
    rdfs:comment "TIBETAN SUBJOINED LETTER CA"@en .

<http://lexvo.org/id/char/0F96> a lvont:Character ;
    lvont:represents "ྖ"^^xsd:string ;
    rdfs:comment "TIBETAN SUBJOINED LETTER CHA"@en .

<http://lexvo.org/id/char/0F97> a lvont:Character ;
    lvont:represents "ྗ"^^xsd:string ;
    rdfs:comment "TIBETAN SUBJOINED LETTER JA"@en .

<http://lexvo.org/id/char/0F99> a lvont:Character ;
    lvont:represents "ྙ"^^xsd:string ;
    rdfs:comment "TIBETAN SUBJOINED LETTER NYA"@en .

<http://lexvo.org/id/char/0F9A> a lvont:Character ;
    lvont:represents "ྚ"^^xsd:string ;
    rdfs:comment "TIBETAN SUBJOINED LETTER TTA"@en .

<http://lexvo.org/id/char/0F9B> a lvont:Character ;
    lvont:represents "ྛ"^^xsd:string ;
    rdfs:comment "TIBETAN SUBJOINED LETTER TTHA"@en .

<http://lexvo.org/id/char/0F9C> a lvont:Character ;
    lvont:represents "ྜ"^^xsd:string ;
    rdfs:comment "TIBETAN SUBJOINED LETTER DDA"@en .

<http://lexvo.org/id/char/0F9D> a lvont:Character ;
    lvont:represents "ྜྷ"^^xsd:string ;
    rdfs:comment "TIBETAN SUBJOINED LETTER DDHA"@en .

<http://lexvo.org/id/char/0F9E> a lvont:Character ;
    lvont:represents "ྞ"^^xsd:string ;
    rdfs:comment "TIBETAN SUBJOINED LETTER NNA"@en .

<http://lexvo.org/id/char/0F9F> a lvont:Character ;
    lvont:represents "ྟ"^^xsd:string ;
    rdfs:comment "TIBETAN SUBJOINED LETTER TA"@en .

<http://lexvo.org/id/char/0FA0> a lvont:Character ;
    lvont:represents "ྠ"^^xsd:string ;
    rdfs:comment "TIBETAN SUBJOINED LETTER THA"@en .

<http://lexvo.org/id/char/0FA1> a lvont:Character ;
    lvont:represents "ྡ"^^xsd:string ;
    rdfs:comment "TIBETAN SUBJOINED LETTER DA"@en .

<http://lexvo.org/id/char/0FA2> a lvont:Character ;
    lvont:represents "ྡྷ"^^xsd:string ;
    rdfs:comment "TIBETAN SUBJOINED LETTER DHA"@en .

<http://lexvo.org/id/char/0FA3> a lvont:Character ;
    lvont:represents "ྣ"^^xsd:string ;
    rdfs:comment "TIBETAN SUBJOINED LETTER NA"@en .

<http://lexvo.org/id/char/0FA4> a lvont:Character ;
    lvont:represents "ྤ"^^xsd:string ;
    rdfs:comment "TIBETAN SUBJOINED LETTER PA"@en .

<http://lexvo.org/id/char/0FA5> a lvont:Character ;
    lvont:represents "ྥ"^^xsd:string ;
    rdfs:comment "TIBETAN SUBJOINED LETTER PHA"@en .

<http://lexvo.org/id/char/0FA6> a lvont:Character ;
    lvont:represents "ྦ"^^xsd:string ;
    rdfs:comment "TIBETAN SUBJOINED LETTER BA"@en .

<http://lexvo.org/id/char/0FA7> a lvont:Character ;
    lvont:represents "ྦྷ"^^xsd:string ;
    rdfs:comment "TIBETAN SUBJOINED LETTER BHA"@en .

<http://lexvo.org/id/char/0FA8> a lvont:Character ;
    lvont:represents "ྨ"^^xsd:string ;
    rdfs:comment "TIBETAN SUBJOINED LETTER MA"@en .

<http://lexvo.org/id/char/0FA9> a lvont:Character ;
    lvont:represents "ྩ"^^xsd:string ;
    rdfs:comment "TIBETAN SUBJOINED LETTER TSA"@en .

<http://lexvo.org/id/char/0FAA> a lvont:Character ;
    lvont:represents "ྪ"^^xsd:string ;
    rdfs:comment "TIBETAN SUBJOINED LETTER TSHA"@en .

<http://lexvo.org/id/char/0FAB> a lvont:Character ;
    lvont:represents "ྫ"^^xsd:string ;
    rdfs:comment "TIBETAN SUBJOINED LETTER DZA"@en .

<http://lexvo.org/id/char/0FAC> a lvont:Character ;
    lvont:represents "ྫྷ"^^xsd:string ;
    rdfs:comment "TIBETAN SUBJOINED LETTER DZHA"@en .

<http://lexvo.org/id/char/0FAD> a lvont:Character ;
    lvont:represents "ྭ"^^xsd:string ;
    rdfs:comment "TIBETAN SUBJOINED LETTER WA"@en .

<http://lexvo.org/id/char/0FAE> a lvont:Character ;
    lvont:represents "ྮ"^^xsd:string ;
    rdfs:comment "TIBETAN SUBJOINED LETTER ZHA"@en .

<http://lexvo.org/id/char/0FAF> a lvont:Character ;
    lvont:represents "ྯ"^^xsd:string ;
    rdfs:comment "TIBETAN SUBJOINED LETTER ZA"@en .

<http://lexvo.org/id/char/0FB0> a lvont:Character ;
    lvont:represents "ྰ"^^xsd:string ;
    rdfs:comment "TIBETAN SUBJOINED LETTER -A"@en .

<http://lexvo.org/id/char/0FB1> a lvont:Character ;
    lvont:represents "ྱ"^^xsd:string ;
    rdfs:comment "TIBETAN SUBJOINED LETTER YA"@en .

<http://lexvo.org/id/char/0FB2> a lvont:Character ;
    lvont:represents "ྲ"^^xsd:string ;
    rdfs:comment "TIBETAN SUBJOINED LETTER RA"@en .

<http://lexvo.org/id/char/0FB3> a lvont:Character ;
    lvont:represents "ླ"^^xsd:string ;
    rdfs:comment "TIBETAN SUBJOINED LETTER LA"@en .

<http://lexvo.org/id/char/0FB4> a lvont:Character ;
    lvont:represents "ྴ"^^xsd:string ;
    rdfs:comment "TIBETAN SUBJOINED LETTER SHA"@en .

<http://lexvo.org/id/char/0FB5> a lvont:Character ;
    lvont:represents "ྵ"^^xsd:string ;
    rdfs:comment "TIBETAN SUBJOINED LETTER SSA"@en .

<http://lexvo.org/id/char/0FB6> a lvont:Character ;
    lvont:represents "ྶ"^^xsd:string ;
    rdfs:comment "TIBETAN SUBJOINED LETTER SA"@en .

<http://lexvo.org/id/char/0FB7> a lvont:Character ;
    lvont:represents "ྷ"^^xsd:string ;
    rdfs:comment "TIBETAN SUBJOINED LETTER HA"@en .

<http://lexvo.org/id/char/0FB8> a lvont:Character ;
    lvont:represents "ྸ"^^xsd:string ;
    rdfs:comment "TIBETAN SUBJOINED LETTER A"@en .

<http://lexvo.org/id/char/0FB9> a lvont:Character ;
    lvont:represents "ྐྵ"^^xsd:string ;
    rdfs:comment "TIBETAN SUBJOINED LETTER KSSA"@en .

<http://lexvo.org/id/char/0FBA> a lvont:Character ;
    lvont:represents "ྺ"^^xsd:string ;
    rdfs:comment "TIBETAN SUBJOINED LETTER FIXED-FORM WA"@en .

<http://lexvo.org/id/char/0FBB> a lvont:Character ;
    lvont:represents "ྻ"^^xsd:string ;
    rdfs:comment "TIBETAN SUBJOINED LETTER FIXED-FORM YA"@en .

<http://lexvo.org/id/char/0FBC> a lvont:Character ;
    lvont:represents "ྼ"^^xsd:string ;
    rdfs:comment "TIBETAN SUBJOINED LETTER FIXED-FORM RA"@en .

<http://lexvo.org/id/char/0FBE> a lvont:Character ;
    lvont:represents "྾"^^xsd:string ;
    rdfs:comment "TIBETAN KU RU KHA"@en .

<http://lexvo.org/id/char/0FBF> a lvont:Character ;
    lvont:represents "྿"^^xsd:string ;
    rdfs:comment "TIBETAN KU RU KHA BZHI MIG CAN"@en .

<http://lexvo.org/id/char/0FC0> a lvont:Character ;
    lvont:represents "࿀"^^xsd:string ;
    rdfs:comment "TIBETAN CANTILLATION SIGN HEAVY BEAT"@en .

<http://lexvo.org/id/char/0FC1> a lvont:Character ;
    lvont:represents "࿁"^^xsd:string ;
    rdfs:comment "TIBETAN CANTILLATION SIGN LIGHT BEAT"@en .

<http://lexvo.org/id/char/0FC2> a lvont:Character ;
    lvont:represents "࿂"^^xsd:string ;
    rdfs:comment "TIBETAN CANTILLATION SIGN CANG TE-U"@en .

<http://lexvo.org/id/char/0FC3> a lvont:Character ;
    lvont:represents "࿃"^^xsd:string ;
    rdfs:comment "TIBETAN CANTILLATION SIGN SBUB -CHAL"@en .

<http://lexvo.org/id/char/0FC4> a lvont:Character ;
    lvont:represents "࿄"^^xsd:string ;
    rdfs:comment "TIBETAN SYMBOL DRIL BU"@en .

<http://lexvo.org/id/char/0FC5> a lvont:Character ;
    lvont:represents "࿅"^^xsd:string ;
    rdfs:comment "TIBETAN SYMBOL RDO RJE"@en .

<http://lexvo.org/id/char/0FC6> a lvont:Character ;
    lvont:represents "࿆"^^xsd:string ;
    rdfs:comment "TIBETAN SYMBOL PADMA GDAN"@en .

<http://lexvo.org/id/char/0FC7> a lvont:Character ;
    lvont:represents "࿇"^^xsd:string ;
    rdfs:comment "TIBETAN SYMBOL RDO RJE RGYA GRAM"@en .

<http://lexvo.org/id/char/0FC8> a lvont:Character ;
    lvont:represents "࿈"^^xsd:string ;
    rdfs:comment "TIBETAN SYMBOL PHUR PA"@en .

<http://lexvo.org/id/char/0FC9> a lvont:Character ;
    lvont:represents "࿉"^^xsd:string ;
    rdfs:comment "TIBETAN SYMBOL NOR BU"@en .

<http://lexvo.org/id/char/0FCA> a lvont:Character ;
    lvont:represents "࿊"^^xsd:string ;
    rdfs:comment "TIBETAN SYMBOL NOR BU NYIS -KHYIL"@en .

<http://lexvo.org/id/char/0FCB> a lvont:Character ;
    lvont:represents "࿋"^^xsd:string ;
    rdfs:comment "TIBETAN SYMBOL NOR BU GSUM -KHYIL"@en .

<http://lexvo.org/id/char/0FCC> a lvont:Character ;
    lvont:represents "࿌"^^xsd:string ;
    rdfs:comment "TIBETAN SYMBOL NOR BU BZHI -KHYIL"@en .

<http://lexvo.org/id/char/0FCE> a lvont:Character ;
    lvont:represents "࿎"^^xsd:string ;
    rdfs:comment "TIBETAN SIGN RDEL NAG RDEL DKAR"@en .

<http://lexvo.org/id/char/0FCF> a lvont:Character ;
    lvont:represents "࿏"^^xsd:string ;
    rdfs:comment "TIBETAN SIGN RDEL NAG GSUM"@en .

<http://lexvo.org/id/char/0FD0> a lvont:Character ;
    lvont:represents "࿐"^^xsd:string ;
    rdfs:comment "TIBETAN MARK BSKA- SHOG GI MGO RGYAN"@en .

<http://lexvo.org/id/char/0FD1> a lvont:Character ;
    lvont:represents "࿑"^^xsd:string ;
    rdfs:comment "TIBETAN MARK MNYAM YIG GI MGO RGYAN"@en .

<http://lexvo.org/id/char/0FD2> a lvont:Character ;
    lvont:represents "࿒"^^xsd:string ;
    rdfs:comment "TIBETAN MARK NYIS TSHEG"@en .

<http://lexvo.org/id/char/0FD3> a lvont:Character ;
    lvont:represents "࿓"^^xsd:string ;
    rdfs:comment "TIBETAN MARK INITIAL BRDA RNYING YIG MGO MDUN MA"@en .

<http://lexvo.org/id/char/0FD4> a lvont:Character ;
    lvont:represents "࿔"^^xsd:string ;
    rdfs:comment "TIBETAN MARK CLOSING BRDA RNYING YIG MGO SGAB MA"@en .

<http://lexvo.org/id/char/0FD5> a lvont:Character ;
    lvont:represents "࿕"^^xsd:string ;
    rdfs:comment "RIGHT-FACING SVASTI SIGN"@en .

<http://lexvo.org/id/char/0FD6> a lvont:Character ;
    lvont:represents "࿖"^^xsd:string ;
    rdfs:comment "LEFT-FACING SVASTI SIGN"@en .

<http://lexvo.org/id/char/0FD7> a lvont:Character ;
    lvont:represents "࿗"^^xsd:string ;
    rdfs:comment "RIGHT-FACING SVASTI SIGN WITH DOTS"@en .

<http://lexvo.org/id/char/0FD8> a lvont:Character ;
    lvont:represents "࿘"^^xsd:string ;
    rdfs:comment "LEFT-FACING SVASTI SIGN WITH DOTS"@en .

<http://lexvo.org/id/char/0FD9> a lvont:Character ;
    lvont:represents "࿙"^^xsd:string ;
    rdfs:comment "TIBETAN MARK LEADING MCHAN RTAGS"@en .

<http://lexvo.org/id/char/0FDA> a lvont:Character ;
    lvont:represents "࿚"^^xsd:string ;
    rdfs:comment "TIBETAN MARK TRAILING MCHAN RTAGS"@en .

<http://lexvo.org/id/char/1000> a lvont:Character ;
    lvont:represents "က"^^xsd:string ;
    rdfs:comment "MYANMAR LETTER KA"@en .

<http://lexvo.org/id/char/10000> a lvont:Character ;
    lvont:represents "𐀀"^^xsd:string ;
    rdfs:comment "LINEAR B SYLLABLE B008 A"@en .

<http://lexvo.org/id/char/10001> a lvont:Character ;
    lvont:represents "𐀁"^^xsd:string ;
    rdfs:comment "LINEAR B SYLLABLE B038 E"@en .

<http://lexvo.org/id/char/10002> a lvont:Character ;
    lvont:represents "𐀂"^^xsd:string ;
    rdfs:comment "LINEAR B SYLLABLE B028 I"@en .

<http://lexvo.org/id/char/10003> a lvont:Character ;
    lvont:represents "𐀃"^^xsd:string ;
    rdfs:comment "LINEAR B SYLLABLE B061 O"@en .

<http://lexvo.org/id/char/10004> a lvont:Character ;
    lvont:represents "𐀄"^^xsd:string ;
    rdfs:comment "LINEAR B SYLLABLE B010 U"@en .

<http://lexvo.org/id/char/10005> a lvont:Character ;
    lvont:represents "𐀅"^^xsd:string ;
    rdfs:comment "LINEAR B SYLLABLE B001 DA"@en .

<http://lexvo.org/id/char/10006> a lvont:Character ;
    lvont:represents "𐀆"^^xsd:string ;
    rdfs:comment "LINEAR B SYLLABLE B045 DE"@en .

<http://lexvo.org/id/char/10007> a lvont:Character ;
    lvont:represents "𐀇"^^xsd:string ;
    rdfs:comment "LINEAR B SYLLABLE B007 DI"@en .

<http://lexvo.org/id/char/10008> a lvont:Character ;
    lvont:represents "𐀈"^^xsd:string ;
    rdfs:comment "LINEAR B SYLLABLE B014 DO"@en .

<http://lexvo.org/id/char/10009> a lvont:Character ;
    lvont:represents "𐀉"^^xsd:string ;
    rdfs:comment "LINEAR B SYLLABLE B051 DU"@en .

<http://lexvo.org/id/char/1000A> a lvont:Character ;
    lvont:represents "𐀊"^^xsd:string ;
    rdfs:comment "LINEAR B SYLLABLE B057 JA"@en .

<http://lexvo.org/id/char/1000B> a lvont:Character ;
    lvont:represents "𐀋"^^xsd:string ;
    rdfs:comment "LINEAR B SYLLABLE B046 JE"@en .

<http://lexvo.org/id/char/1000D> a lvont:Character ;
    lvont:represents "𐀍"^^xsd:string ;
    rdfs:comment "LINEAR B SYLLABLE B036 JO"@en .

<http://lexvo.org/id/char/1000E> a lvont:Character ;
    lvont:represents "𐀎"^^xsd:string ;
    rdfs:comment "LINEAR B SYLLABLE B065 JU"@en .

<http://lexvo.org/id/char/1000F> a lvont:Character ;
    lvont:represents "𐀏"^^xsd:string ;
    rdfs:comment "LINEAR B SYLLABLE B077 KA"@en .

<http://lexvo.org/id/char/1001> a lvont:Character ;
    lvont:represents "ခ"^^xsd:string ;
    rdfs:comment "MYANMAR LETTER KHA"@en .

<http://lexvo.org/id/char/10010> a lvont:Character ;
    lvont:represents "𐀐"^^xsd:string ;
    rdfs:comment "LINEAR B SYLLABLE B044 KE"@en .

<http://lexvo.org/id/char/10011> a lvont:Character ;
    lvont:represents "𐀑"^^xsd:string ;
    rdfs:comment "LINEAR B SYLLABLE B067 KI"@en .

<http://lexvo.org/id/char/10012> a lvont:Character ;
    lvont:represents "𐀒"^^xsd:string ;
    rdfs:comment "LINEAR B SYLLABLE B070 KO"@en .

<http://lexvo.org/id/char/10013> a lvont:Character ;
    lvont:represents "𐀓"^^xsd:string ;
    rdfs:comment "LINEAR B SYLLABLE B081 KU"@en .

<http://lexvo.org/id/char/10014> a lvont:Character ;
    lvont:represents "𐀔"^^xsd:string ;
    rdfs:comment "LINEAR B SYLLABLE B080 MA"@en .

<http://lexvo.org/id/char/10015> a lvont:Character ;
    lvont:represents "𐀕"^^xsd:string ;
    rdfs:comment "LINEAR B SYLLABLE B013 ME"@en .

<http://lexvo.org/id/char/10016> a lvont:Character ;
    lvont:represents "𐀖"^^xsd:string ;
    rdfs:comment "LINEAR B SYLLABLE B073 MI"@en .

<http://lexvo.org/id/char/10017> a lvont:Character ;
    lvont:represents "𐀗"^^xsd:string ;
    rdfs:comment "LINEAR B SYLLABLE B015 MO"@en .

<http://lexvo.org/id/char/10018> a lvont:Character ;
    lvont:represents "𐀘"^^xsd:string ;
    rdfs:comment "LINEAR B SYLLABLE B023 MU"@en .

<http://lexvo.org/id/char/10019> a lvont:Character ;
    lvont:represents "𐀙"^^xsd:string ;
    rdfs:comment "LINEAR B SYLLABLE B006 NA"@en .

<http://lexvo.org/id/char/1001A> a lvont:Character ;
    lvont:represents "𐀚"^^xsd:string ;
    rdfs:comment "LINEAR B SYLLABLE B024 NE"@en .

<http://lexvo.org/id/char/1001B> a lvont:Character ;
    lvont:represents "𐀛"^^xsd:string ;
    rdfs:comment "LINEAR B SYLLABLE B030 NI"@en .

<http://lexvo.org/id/char/1001C> a lvont:Character ;
    lvont:represents "𐀜"^^xsd:string ;
    rdfs:comment "LINEAR B SYLLABLE B052 NO"@en .

<http://lexvo.org/id/char/1001D> a lvont:Character ;
    lvont:represents "𐀝"^^xsd:string ;
    rdfs:comment "LINEAR B SYLLABLE B055 NU"@en .

<http://lexvo.org/id/char/1001E> a lvont:Character ;
    lvont:represents "𐀞"^^xsd:string ;
    rdfs:comment "LINEAR B SYLLABLE B003 PA"@en .

<http://lexvo.org/id/char/1001F> a lvont:Character ;
    lvont:represents "𐀟"^^xsd:string ;
    rdfs:comment "LINEAR B SYLLABLE B072 PE"@en .

<http://lexvo.org/id/char/1002> a lvont:Character ;
    lvont:represents "ဂ"^^xsd:string ;
    rdfs:comment "MYANMAR LETTER GA"@en .

<http://lexvo.org/id/char/10020> a lvont:Character ;
    lvont:represents "𐀠"^^xsd:string ;
    rdfs:comment "LINEAR B SYLLABLE B039 PI"@en .

<http://lexvo.org/id/char/10021> a lvont:Character ;
    lvont:represents "𐀡"^^xsd:string ;
    rdfs:comment "LINEAR B SYLLABLE B011 PO"@en .

<http://lexvo.org/id/char/10022> a lvont:Character ;
    lvont:represents "𐀢"^^xsd:string ;
    rdfs:comment "LINEAR B SYLLABLE B050 PU"@en .

<http://lexvo.org/id/char/10023> a lvont:Character ;
    lvont:represents "𐀣"^^xsd:string ;
    rdfs:comment "LINEAR B SYLLABLE B016 QA"@en .

<http://lexvo.org/id/char/10024> a lvont:Character ;
    lvont:represents "𐀤"^^xsd:string ;
    rdfs:comment "LINEAR B SYLLABLE B078 QE"@en .

<http://lexvo.org/id/char/10025> a lvont:Character ;
    lvont:represents "𐀥"^^xsd:string ;
    rdfs:comment "LINEAR B SYLLABLE B021 QI"@en .

<http://lexvo.org/id/char/10026> a lvont:Character ;
    lvont:represents "𐀦"^^xsd:string ;
    rdfs:comment "LINEAR B SYLLABLE B032 QO"@en .

<http://lexvo.org/id/char/10028> a lvont:Character ;
    lvont:represents "𐀨"^^xsd:string ;
    rdfs:comment "LINEAR B SYLLABLE B060 RA"@en .

<http://lexvo.org/id/char/10029> a lvont:Character ;
    lvont:represents "𐀩"^^xsd:string ;
    rdfs:comment "LINEAR B SYLLABLE B027 RE"@en .

<http://lexvo.org/id/char/1002A> a lvont:Character ;
    lvont:represents "𐀪"^^xsd:string ;
    rdfs:comment "LINEAR B SYLLABLE B053 RI"@en .

<http://lexvo.org/id/char/1002B> a lvont:Character ;
    lvont:represents "𐀫"^^xsd:string ;
    rdfs:comment "LINEAR B SYLLABLE B002 RO"@en .

<http://lexvo.org/id/char/1002C> a lvont:Character ;
    lvont:represents "𐀬"^^xsd:string ;
    rdfs:comment "LINEAR B SYLLABLE B026 RU"@en .

<http://lexvo.org/id/char/1002D> a lvont:Character ;
    lvont:represents "𐀭"^^xsd:string ;
    rdfs:comment "LINEAR B SYLLABLE B031 SA"@en .

<http://lexvo.org/id/char/1002E> a lvont:Character ;
    lvont:represents "𐀮"^^xsd:string ;
    rdfs:comment "LINEAR B SYLLABLE B009 SE"@en .

<http://lexvo.org/id/char/1002F> a lvont:Character ;
    lvont:represents "𐀯"^^xsd:string ;
    rdfs:comment "LINEAR B SYLLABLE B041 SI"@en .

<http://lexvo.org/id/char/1003> a lvont:Character ;
    lvont:represents "ဃ"^^xsd:string ;
    rdfs:comment "MYANMAR LETTER GHA"@en .

<http://lexvo.org/id/char/10030> a lvont:Character ;
    lvont:represents "𐀰"^^xsd:string ;
    rdfs:comment "LINEAR B SYLLABLE B012 SO"@en .

<http://lexvo.org/id/char/10031> a lvont:Character ;
    lvont:represents "𐀱"^^xsd:string ;
    rdfs:comment "LINEAR B SYLLABLE B058 SU"@en .

<http://lexvo.org/id/char/10032> a lvont:Character ;
    lvont:represents "𐀲"^^xsd:string ;
    rdfs:comment "LINEAR B SYLLABLE B059 TA"@en .

<http://lexvo.org/id/char/10033> a lvont:Character ;
    lvont:represents "𐀳"^^xsd:string ;
    rdfs:comment "LINEAR B SYLLABLE B004 TE"@en .

<http://lexvo.org/id/char/10034> a lvont:Character ;
    lvont:represents "𐀴"^^xsd:string ;
    rdfs:comment "LINEAR B SYLLABLE B037 TI"@en .

<http://lexvo.org/id/char/10035> a lvont:Character ;
    lvont:represents "𐀵"^^xsd:string ;
    rdfs:comment "LINEAR B SYLLABLE B005 TO"@en .

<http://lexvo.org/id/char/10036> a lvont:Character ;
    lvont:represents "𐀶"^^xsd:string ;
    rdfs:comment "LINEAR B SYLLABLE B069 TU"@en .

<http://lexvo.org/id/char/10037> a lvont:Character ;
    lvont:represents "𐀷"^^xsd:string ;
    rdfs:comment "LINEAR B SYLLABLE B054 WA"@en .

<http://lexvo.org/id/char/10038> a lvont:Character ;
    lvont:represents "𐀸"^^xsd:string ;
    rdfs:comment "LINEAR B SYLLABLE B075 WE"@en .

<http://lexvo.org/id/char/10039> a lvont:Character ;
    lvont:represents "𐀹"^^xsd:string ;
    rdfs:comment "LINEAR B SYLLABLE B040 WI"@en .

<http://lexvo.org/id/char/1003A> a lvont:Character ;
    lvont:represents "𐀺"^^xsd:string ;
    rdfs:comment "LINEAR B SYLLABLE B042 WO"@en .

<http://lexvo.org/id/char/1003C> a lvont:Character ;
    lvont:represents "𐀼"^^xsd:string ;
    rdfs:comment "LINEAR B SYLLABLE B017 ZA"@en .

<http://lexvo.org/id/char/1003D> a lvont:Character ;
    lvont:represents "𐀽"^^xsd:string ;
    rdfs:comment "LINEAR B SYLLABLE B074 ZE"@en .

<http://lexvo.org/id/char/1003F> a lvont:Character ;
    lvont:represents "𐀿"^^xsd:string ;
    rdfs:comment "LINEAR B SYLLABLE B020 ZO"@en .

<http://lexvo.org/id/char/1004> a lvont:Character ;
    lvont:represents "င"^^xsd:string ;
    rdfs:comment "MYANMAR LETTER NGA"@en .

<http://lexvo.org/id/char/10040> a lvont:Character ;
    lvont:represents "𐁀"^^xsd:string ;
    rdfs:comment "LINEAR B SYLLABLE B025 A2"@en .

<http://lexvo.org/id/char/10041> a lvont:Character ;
    lvont:represents "𐁁"^^xsd:string ;
    rdfs:comment "LINEAR B SYLLABLE B043 A3"@en .

<http://lexvo.org/id/char/10042> a lvont:Character ;
    lvont:represents "𐁂"^^xsd:string ;
    rdfs:comment "LINEAR B SYLLABLE B085 AU"@en .

<http://lexvo.org/id/char/10043> a lvont:Character ;
    lvont:represents "𐁃"^^xsd:string ;
    rdfs:comment "LINEAR B SYLLABLE B071 DWE"@en .

<http://lexvo.org/id/char/10044> a lvont:Character ;
    lvont:represents "𐁄"^^xsd:string ;
    rdfs:comment "LINEAR B SYLLABLE B090 DWO"@en .

<http://lexvo.org/id/char/10045> a lvont:Character ;
    lvont:represents "𐁅"^^xsd:string ;
    rdfs:comment "LINEAR B SYLLABLE B048 NWA"@en .

<http://lexvo.org/id/char/10046> a lvont:Character ;
    lvont:represents "𐁆"^^xsd:string ;
    rdfs:comment "LINEAR B SYLLABLE B029 PU2"@en .

<http://lexvo.org/id/char/10047> a lvont:Character ;
    lvont:represents "𐁇"^^xsd:string ;
    rdfs:comment "LINEAR B SYLLABLE B062 PTE"@en .

<http://lexvo.org/id/char/10048> a lvont:Character ;
    lvont:represents "𐁈"^^xsd:string ;
    rdfs:comment "LINEAR B SYLLABLE B076 RA2"@en .

<http://lexvo.org/id/char/10049> a lvont:Character ;
    lvont:represents "𐁉"^^xsd:string ;
    rdfs:comment "LINEAR B SYLLABLE B033 RA3"@en .

<http://lexvo.org/id/char/1004A> a lvont:Character ;
    lvont:represents "𐁊"^^xsd:string ;
    rdfs:comment "LINEAR B SYLLABLE B068 RO2"@en .

<http://lexvo.org/id/char/1004B> a lvont:Character ;
    lvont:represents "𐁋"^^xsd:string ;
    rdfs:comment "LINEAR B SYLLABLE B066 TA2"@en .

<http://lexvo.org/id/char/1004C> a lvont:Character ;
    lvont:represents "𐁌"^^xsd:string ;
    rdfs:comment "LINEAR B SYLLABLE B087 TWE"@en .

<http://lexvo.org/id/char/1004D> a lvont:Character ;
    lvont:represents "𐁍"^^xsd:string ;
    rdfs:comment "LINEAR B SYLLABLE B091 TWO"@en .

<http://lexvo.org/id/char/1005> a lvont:Character ;
    lvont:represents "စ"^^xsd:string ;
    rdfs:comment "MYANMAR LETTER CA"@en .

<http://lexvo.org/id/char/10050> a lvont:Character ;
    lvont:represents "𐁐"^^xsd:string ;
    rdfs:comment "LINEAR B SYMBOL B018"@en .

<http://lexvo.org/id/char/10051> a lvont:Character ;
    lvont:represents "𐁑"^^xsd:string ;
    rdfs:comment "LINEAR B SYMBOL B019"@en .

<http://lexvo.org/id/char/10052> a lvont:Character ;
    lvont:represents "𐁒"^^xsd:string ;
    rdfs:comment "LINEAR B SYMBOL B022"@en .

<http://lexvo.org/id/char/10053> a lvont:Character ;
    lvont:represents "𐁓"^^xsd:string ;
    rdfs:comment "LINEAR B SYMBOL B034"@en .

<http://lexvo.org/id/char/10054> a lvont:Character ;
    lvont:represents "𐁔"^^xsd:string ;
    rdfs:comment "LINEAR B SYMBOL B047"@en .

<http://lexvo.org/id/char/10055> a lvont:Character ;
    lvont:represents "𐁕"^^xsd:string ;
    rdfs:comment "LINEAR B SYMBOL B049"@en .

<http://lexvo.org/id/char/10056> a lvont:Character ;
    lvont:represents "𐁖"^^xsd:string ;
    rdfs:comment "LINEAR B SYMBOL B056"@en .

<http://lexvo.org/id/char/10057> a lvont:Character ;
    lvont:represents "𐁗"^^xsd:string ;
    rdfs:comment "LINEAR B SYMBOL B063"@en .

<http://lexvo.org/id/char/10058> a lvont:Character ;
    lvont:represents "𐁘"^^xsd:string ;
    rdfs:comment "LINEAR B SYMBOL B064"@en .

<http://lexvo.org/id/char/10059> a lvont:Character ;
    lvont:represents "𐁙"^^xsd:string ;
    rdfs:comment "LINEAR B SYMBOL B079"@en .

<http://lexvo.org/id/char/1005A> a lvont:Character ;
    lvont:represents "𐁚"^^xsd:string ;
    rdfs:comment "LINEAR B SYMBOL B082"@en .

<http://lexvo.org/id/char/1005B> a lvont:Character ;
    lvont:represents "𐁛"^^xsd:string ;
    rdfs:comment "LINEAR B SYMBOL B083"@en .

<http://lexvo.org/id/char/1005C> a lvont:Character ;
    lvont:represents "𐁜"^^xsd:string ;
    rdfs:comment "LINEAR B SYMBOL B086"@en .

<http://lexvo.org/id/char/1005D> a lvont:Character ;
    lvont:represents "𐁝"^^xsd:string ;
    rdfs:comment "LINEAR B SYMBOL B089"@en .

<http://lexvo.org/id/char/1006> a lvont:Character ;
    lvont:represents "ဆ"^^xsd:string ;
    rdfs:comment "MYANMAR LETTER CHA"@en .

<http://lexvo.org/id/char/1007> a lvont:Character ;
    lvont:represents "ဇ"^^xsd:string ;
    rdfs:comment "MYANMAR LETTER JA"@en .

<http://lexvo.org/id/char/1008> a lvont:Character ;
    lvont:represents "ဈ"^^xsd:string ;
    rdfs:comment "MYANMAR LETTER JHA"@en .

<http://lexvo.org/id/char/10080> a lvont:Character ;
    lvont:represents "𐂀"^^xsd:string ;
    rdfs:comment "LINEAR B IDEOGRAM B100 MAN"@en .

<http://lexvo.org/id/char/10081> a lvont:Character ;
    lvont:represents "𐂁"^^xsd:string ;
    rdfs:comment "LINEAR B IDEOGRAM B102 WOMAN"@en .

<http://lexvo.org/id/char/10082> a lvont:Character ;
    lvont:represents "𐂂"^^xsd:string ;
    rdfs:comment "LINEAR B IDEOGRAM B104 DEER"@en .

<http://lexvo.org/id/char/10083> a lvont:Character ;
    lvont:represents "𐂃"^^xsd:string ;
    rdfs:comment "LINEAR B IDEOGRAM B105 EQUID"@en .

<http://lexvo.org/id/char/10084> a lvont:Character ;
    lvont:represents "𐂄"^^xsd:string ;
    rdfs:comment "LINEAR B IDEOGRAM B105F MARE"@en .

<http://lexvo.org/id/char/10085> a lvont:Character ;
    lvont:represents "𐂅"^^xsd:string ;
    rdfs:comment "LINEAR B IDEOGRAM B105M STALLION"@en .

<http://lexvo.org/id/char/10086> a lvont:Character ;
    lvont:represents "𐂆"^^xsd:string ;
    rdfs:comment "LINEAR B IDEOGRAM B106F EWE"@en .

<http://lexvo.org/id/char/10087> a lvont:Character ;
    lvont:represents "𐂇"^^xsd:string ;
    rdfs:comment "LINEAR B IDEOGRAM B106M RAM"@en .

<http://lexvo.org/id/char/10088> a lvont:Character ;
    lvont:represents "𐂈"^^xsd:string ;
    rdfs:comment "LINEAR B IDEOGRAM B107F SHE-GOAT"@en .

<http://lexvo.org/id/char/10089> a lvont:Character ;
    lvont:represents "𐂉"^^xsd:string ;
    rdfs:comment "LINEAR B IDEOGRAM B107M HE-GOAT"@en .

<http://lexvo.org/id/char/1008A> a lvont:Character ;
    lvont:represents "𐂊"^^xsd:string ;
    rdfs:comment "LINEAR B IDEOGRAM B108F SOW"@en .

<http://lexvo.org/id/char/1008B> a lvont:Character ;
    lvont:represents "𐂋"^^xsd:string ;
    rdfs:comment "LINEAR B IDEOGRAM B108M BOAR"@en .

<http://lexvo.org/id/char/1008C> a lvont:Character ;
    lvont:represents "𐂌"^^xsd:string ;
    rdfs:comment "LINEAR B IDEOGRAM B109F COW"@en .

<http://lexvo.org/id/char/1008D> a lvont:Character ;
    lvont:represents "𐂍"^^xsd:string ;
    rdfs:comment "LINEAR B IDEOGRAM B109M BULL"@en .

<http://lexvo.org/id/char/1008E> a lvont:Character ;
    lvont:represents "𐂎"^^xsd:string ;
    rdfs:comment "LINEAR B IDEOGRAM B120 WHEAT"@en .

<http://lexvo.org/id/char/1008F> a lvont:Character ;
    lvont:represents "𐂏"^^xsd:string ;
    rdfs:comment "LINEAR B IDEOGRAM B121 BARLEY"@en .

<http://lexvo.org/id/char/1009> a lvont:Character ;
    lvont:represents "ဉ"^^xsd:string ;
    rdfs:comment "MYANMAR LETTER NYA"@en .

<http://lexvo.org/id/char/10090> a lvont:Character ;
    lvont:represents "𐂐"^^xsd:string ;
    rdfs:comment "LINEAR B IDEOGRAM B122 OLIVE"@en .

<http://lexvo.org/id/char/10091> a lvont:Character ;
    lvont:represents "𐂑"^^xsd:string ;
    rdfs:comment "LINEAR B IDEOGRAM B123 SPICE"@en .

<http://lexvo.org/id/char/10092> a lvont:Character ;
    lvont:represents "𐂒"^^xsd:string ;
    rdfs:comment "LINEAR B IDEOGRAM B125 CYPERUS"@en .

<http://lexvo.org/id/char/10093> a lvont:Character ;
    lvont:represents "𐂓"^^xsd:string ;
    rdfs:comment "LINEAR B MONOGRAM B127 KAPO"@en .

<http://lexvo.org/id/char/10094> a lvont:Character ;
    lvont:represents "𐂔"^^xsd:string ;
    rdfs:comment "LINEAR B MONOGRAM B128 KANAKO"@en .

<http://lexvo.org/id/char/10095> a lvont:Character ;
    lvont:represents "𐂕"^^xsd:string ;
    rdfs:comment "LINEAR B IDEOGRAM B130 OIL"@en .

<http://lexvo.org/id/char/10096> a lvont:Character ;
    lvont:represents "𐂖"^^xsd:string ;
    rdfs:comment "LINEAR B IDEOGRAM B131 WINE"@en .

<http://lexvo.org/id/char/10097> a lvont:Character ;
    lvont:represents "𐂗"^^xsd:string ;
    rdfs:comment "LINEAR B IDEOGRAM B132"@en .

<http://lexvo.org/id/char/10098> a lvont:Character ;
    lvont:represents "𐂘"^^xsd:string ;
    rdfs:comment "LINEAR B MONOGRAM B133 AREPA"@en .

<http://lexvo.org/id/char/10099> a lvont:Character ;
    lvont:represents "𐂙"^^xsd:string ;
    rdfs:comment "LINEAR B MONOGRAM B135 MERI"@en .

<http://lexvo.org/id/char/1009A> a lvont:Character ;
    lvont:represents "𐂚"^^xsd:string ;
    rdfs:comment "LINEAR B IDEOGRAM B140 BRONZE"@en .

<http://lexvo.org/id/char/1009B> a lvont:Character ;
    lvont:represents "𐂛"^^xsd:string ;
    rdfs:comment "LINEAR B IDEOGRAM B141 GOLD"@en .

<http://lexvo.org/id/char/1009C> a lvont:Character ;
    lvont:represents "𐂜"^^xsd:string ;
    rdfs:comment "LINEAR B IDEOGRAM B142"@en .

<http://lexvo.org/id/char/1009D> a lvont:Character ;
    lvont:represents "𐂝"^^xsd:string ;
    rdfs:comment "LINEAR B IDEOGRAM B145 WOOL"@en .

<http://lexvo.org/id/char/1009E> a lvont:Character ;
    lvont:represents "𐂞"^^xsd:string ;
    rdfs:comment "LINEAR B IDEOGRAM B146"@en .

<http://lexvo.org/id/char/1009F> a lvont:Character ;
    lvont:represents "𐂟"^^xsd:string ;
    rdfs:comment "LINEAR B IDEOGRAM B150"@en .

<http://lexvo.org/id/char/100A> a lvont:Character ;
    lvont:represents "ည"^^xsd:string ;
    rdfs:comment "MYANMAR LETTER NNYA"@en .

<http://lexvo.org/id/char/100A0> a lvont:Character ;
    lvont:represents "𐂠"^^xsd:string ;
    rdfs:comment "LINEAR B IDEOGRAM B151 HORN"@en .

<http://lexvo.org/id/char/100A1> a lvont:Character ;
    lvont:represents "𐂡"^^xsd:string ;
    rdfs:comment "LINEAR B IDEOGRAM B152"@en .

<http://lexvo.org/id/char/100A2> a lvont:Character ;
    lvont:represents "𐂢"^^xsd:string ;
    rdfs:comment "LINEAR B IDEOGRAM B153"@en .

<http://lexvo.org/id/char/100A3> a lvont:Character ;
    lvont:represents "𐂣"^^xsd:string ;
    rdfs:comment "LINEAR B IDEOGRAM B154"@en .

<http://lexvo.org/id/char/100A4> a lvont:Character ;
    lvont:represents "𐂤"^^xsd:string ;
    rdfs:comment "LINEAR B MONOGRAM B156 TURO2"@en .

<http://lexvo.org/id/char/100A5> a lvont:Character ;
    lvont:represents "𐂥"^^xsd:string ;
    rdfs:comment "LINEAR B IDEOGRAM B157"@en .

<http://lexvo.org/id/char/100A6> a lvont:Character ;
    lvont:represents "𐂦"^^xsd:string ;
    rdfs:comment "LINEAR B IDEOGRAM B158"@en .

<http://lexvo.org/id/char/100A7> a lvont:Character ;
    lvont:represents "𐂧"^^xsd:string ;
    rdfs:comment "LINEAR B IDEOGRAM B159 CLOTH"@en .

<http://lexvo.org/id/char/100A8> a lvont:Character ;
    lvont:represents "𐂨"^^xsd:string ;
    rdfs:comment "LINEAR B IDEOGRAM B160"@en .

<http://lexvo.org/id/char/100A9> a lvont:Character ;
    lvont:represents "𐂩"^^xsd:string ;
    rdfs:comment "LINEAR B IDEOGRAM B161"@en .

<http://lexvo.org/id/char/100AA> a lvont:Character ;
    lvont:represents "𐂪"^^xsd:string ;
    rdfs:comment "LINEAR B IDEOGRAM B162 GARMENT"@en .

<http://lexvo.org/id/char/100AB> a lvont:Character ;
    lvont:represents "𐂫"^^xsd:string ;
    rdfs:comment "LINEAR B IDEOGRAM B163 ARMOUR"@en .

<http://lexvo.org/id/char/100AC> a lvont:Character ;
    lvont:represents "𐂬"^^xsd:string ;
    rdfs:comment "LINEAR B IDEOGRAM B164"@en .

<http://lexvo.org/id/char/100AD> a lvont:Character ;
    lvont:represents "𐂭"^^xsd:string ;
    rdfs:comment "LINEAR B IDEOGRAM B165"@en .

<http://lexvo.org/id/char/100AE> a lvont:Character ;
    lvont:represents "𐂮"^^xsd:string ;
    rdfs:comment "LINEAR B IDEOGRAM B166"@en .

<http://lexvo.org/id/char/100AF> a lvont:Character ;
    lvont:represents "𐂯"^^xsd:string ;
    rdfs:comment "LINEAR B IDEOGRAM B167"@en .

<http://lexvo.org/id/char/100B> a lvont:Character ;
    lvont:represents "ဋ"^^xsd:string ;
    rdfs:comment "MYANMAR LETTER TTA"@en .

<http://lexvo.org/id/char/100B0> a lvont:Character ;
    lvont:represents "𐂰"^^xsd:string ;
    rdfs:comment "LINEAR B IDEOGRAM B168"@en .

<http://lexvo.org/id/char/100B1> a lvont:Character ;
    lvont:represents "𐂱"^^xsd:string ;
    rdfs:comment "LINEAR B IDEOGRAM B169"@en .

<http://lexvo.org/id/char/100B2> a lvont:Character ;
    lvont:represents "𐂲"^^xsd:string ;
    rdfs:comment "LINEAR B IDEOGRAM B170"@en .

<http://lexvo.org/id/char/100B3> a lvont:Character ;
    lvont:represents "𐂳"^^xsd:string ;
    rdfs:comment "LINEAR B IDEOGRAM B171"@en .

<http://lexvo.org/id/char/100B4> a lvont:Character ;
    lvont:represents "𐂴"^^xsd:string ;
    rdfs:comment "LINEAR B IDEOGRAM B172"@en .

<http://lexvo.org/id/char/100B5> a lvont:Character ;
    lvont:represents "𐂵"^^xsd:string ;
    rdfs:comment "LINEAR B IDEOGRAM B173 MONTH"@en .

<http://lexvo.org/id/char/100B6> a lvont:Character ;
    lvont:represents "𐂶"^^xsd:string ;
    rdfs:comment "LINEAR B IDEOGRAM B174"@en .

<http://lexvo.org/id/char/100B7> a lvont:Character ;
    lvont:represents "𐂷"^^xsd:string ;
    rdfs:comment "LINEAR B IDEOGRAM B176 TREE"@en .

<http://lexvo.org/id/char/100B8> a lvont:Character ;
    lvont:represents "𐂸"^^xsd:string ;
    rdfs:comment "LINEAR B IDEOGRAM B177"@en .

<http://lexvo.org/id/char/100B9> a lvont:Character ;
    lvont:represents "𐂹"^^xsd:string ;
    rdfs:comment "LINEAR B IDEOGRAM B178"@en .

<http://lexvo.org/id/char/100BA> a lvont:Character ;
    lvont:represents "𐂺"^^xsd:string ;
    rdfs:comment "LINEAR B IDEOGRAM B179"@en .

<http://lexvo.org/id/char/100BB> a lvont:Character ;
    lvont:represents "𐂻"^^xsd:string ;
    rdfs:comment "LINEAR B IDEOGRAM B180"@en .

<http://lexvo.org/id/char/100BC> a lvont:Character ;
    lvont:represents "𐂼"^^xsd:string ;
    rdfs:comment "LINEAR B IDEOGRAM B181"@en .

<http://lexvo.org/id/char/100BD> a lvont:Character ;
    lvont:represents "𐂽"^^xsd:string ;
    rdfs:comment "LINEAR B IDEOGRAM B182"@en .

<http://lexvo.org/id/char/100BE> a lvont:Character ;
    lvont:represents "𐂾"^^xsd:string ;
    rdfs:comment "LINEAR B IDEOGRAM B183"@en .

<http://lexvo.org/id/char/100BF> a lvont:Character ;
    lvont:represents "𐂿"^^xsd:string ;
    rdfs:comment "LINEAR B IDEOGRAM B184"@en .

<http://lexvo.org/id/char/100C> a lvont:Character ;
    lvont:represents "ဌ"^^xsd:string ;
    rdfs:comment "MYANMAR LETTER TTHA"@en .

<http://lexvo.org/id/char/100C0> a lvont:Character ;
    lvont:represents "𐃀"^^xsd:string ;
    rdfs:comment "LINEAR B IDEOGRAM B185"@en .

<http://lexvo.org/id/char/100C1> a lvont:Character ;
    lvont:represents "𐃁"^^xsd:string ;
    rdfs:comment "LINEAR B IDEOGRAM B189"@en .

<http://lexvo.org/id/char/100C2> a lvont:Character ;
    lvont:represents "𐃂"^^xsd:string ;
    rdfs:comment "LINEAR B IDEOGRAM B190"@en .

<http://lexvo.org/id/char/100C3> a lvont:Character ;
    lvont:represents "𐃃"^^xsd:string ;
    rdfs:comment "LINEAR B IDEOGRAM B191 HELMET"@en .

<http://lexvo.org/id/char/100C4> a lvont:Character ;
    lvont:represents "𐃄"^^xsd:string ;
    rdfs:comment "LINEAR B IDEOGRAM B220 FOOTSTOOL"@en .

<http://lexvo.org/id/char/100C5> a lvont:Character ;
    lvont:represents "𐃅"^^xsd:string ;
    rdfs:comment "LINEAR B IDEOGRAM B225 BATHTUB"@en .

<http://lexvo.org/id/char/100C6> a lvont:Character ;
    lvont:represents "𐃆"^^xsd:string ;
    rdfs:comment "LINEAR B IDEOGRAM B230 SPEAR"@en .

<http://lexvo.org/id/char/100C7> a lvont:Character ;
    lvont:represents "𐃇"^^xsd:string ;
    rdfs:comment "LINEAR B IDEOGRAM B231 ARROW"@en .

<http://lexvo.org/id/char/100C8> a lvont:Character ;
    lvont:represents "𐃈"^^xsd:string ;
    rdfs:comment "LINEAR B IDEOGRAM B232"@en .

<http://lexvo.org/id/char/100C9> a lvont:Character ;
    lvont:represents "𐃉"^^xsd:string ;
    rdfs:comment "LINEAR B IDEOGRAM B233 SWORD"@en .

<http://lexvo.org/id/char/100CA> a lvont:Character ;
    lvont:represents "𐃊"^^xsd:string ;
    rdfs:comment "LINEAR B IDEOGRAM B234"@en .

<http://lexvo.org/id/char/100CB> a lvont:Character ;
    lvont:represents "𐃋"^^xsd:string ;
    rdfs:comment "LINEAR B IDEOGRAM B236"@en .

<http://lexvo.org/id/char/100CC> a lvont:Character ;
    lvont:represents "𐃌"^^xsd:string ;
    rdfs:comment "LINEAR B IDEOGRAM B240 WHEELED CHARIOT"@en .

<http://lexvo.org/id/char/100CD> a lvont:Character ;
    lvont:represents "𐃍"^^xsd:string ;
    rdfs:comment "LINEAR B IDEOGRAM B241 CHARIOT"@en .

<http://lexvo.org/id/char/100CE> a lvont:Character ;
    lvont:represents "𐃎"^^xsd:string ;
    rdfs:comment "LINEAR B IDEOGRAM B242 CHARIOT FRAME"@en .

<http://lexvo.org/id/char/100CF> a lvont:Character ;
    lvont:represents "𐃏"^^xsd:string ;
    rdfs:comment "LINEAR B IDEOGRAM B243 WHEEL"@en .

<http://lexvo.org/id/char/100D> a lvont:Character ;
    lvont:represents "ဍ"^^xsd:string ;
    rdfs:comment "MYANMAR LETTER DDA"@en .

<http://lexvo.org/id/char/100D0> a lvont:Character ;
    lvont:represents "𐃐"^^xsd:string ;
    rdfs:comment "LINEAR B IDEOGRAM B245"@en .

<http://lexvo.org/id/char/100D1> a lvont:Character ;
    lvont:represents "𐃑"^^xsd:string ;
    rdfs:comment "LINEAR B IDEOGRAM B246"@en .

<http://lexvo.org/id/char/100D2> a lvont:Character ;
    lvont:represents "𐃒"^^xsd:string ;
    rdfs:comment "LINEAR B MONOGRAM B247 DIPTE"@en .

<http://lexvo.org/id/char/100D3> a lvont:Character ;
    lvont:represents "𐃓"^^xsd:string ;
    rdfs:comment "LINEAR B IDEOGRAM B248"@en .

<http://lexvo.org/id/char/100D4> a lvont:Character ;
    lvont:represents "𐃔"^^xsd:string ;
    rdfs:comment "LINEAR B IDEOGRAM B249"@en .

<http://lexvo.org/id/char/100D5> a lvont:Character ;
    lvont:represents "𐃕"^^xsd:string ;
    rdfs:comment "LINEAR B IDEOGRAM B251"@en .

<http://lexvo.org/id/char/100D6> a lvont:Character ;
    lvont:represents "𐃖"^^xsd:string ;
    rdfs:comment "LINEAR B IDEOGRAM B252"@en .

<http://lexvo.org/id/char/100D7> a lvont:Character ;
    lvont:represents "𐃗"^^xsd:string ;
    rdfs:comment "LINEAR B IDEOGRAM B253"@en .

<http://lexvo.org/id/char/100D8> a lvont:Character ;
    lvont:represents "𐃘"^^xsd:string ;
    rdfs:comment "LINEAR B IDEOGRAM B254 DART"@en .

<http://lexvo.org/id/char/100D9> a lvont:Character ;
    lvont:represents "𐃙"^^xsd:string ;
    rdfs:comment "LINEAR B IDEOGRAM B255"@en .

<http://lexvo.org/id/char/100DA> a lvont:Character ;
    lvont:represents "𐃚"^^xsd:string ;
    rdfs:comment "LINEAR B IDEOGRAM B256"@en .

<http://lexvo.org/id/char/100DB> a lvont:Character ;
    lvont:represents "𐃛"^^xsd:string ;
    rdfs:comment "LINEAR B IDEOGRAM B257"@en .

<http://lexvo.org/id/char/100DC> a lvont:Character ;
    lvont:represents "𐃜"^^xsd:string ;
    rdfs:comment "LINEAR B IDEOGRAM B258"@en .

<http://lexvo.org/id/char/100DD> a lvont:Character ;
    lvont:represents "𐃝"^^xsd:string ;
    rdfs:comment "LINEAR B IDEOGRAM B259"@en .

<http://lexvo.org/id/char/100DE> a lvont:Character ;
    lvont:represents "𐃞"^^xsd:string ;
    rdfs:comment "LINEAR B IDEOGRAM VESSEL B155"@en .

<http://lexvo.org/id/char/100DF> a lvont:Character ;
    lvont:represents "𐃟"^^xsd:string ;
    rdfs:comment "LINEAR B IDEOGRAM VESSEL B200"@en .

<http://lexvo.org/id/char/100E> a lvont:Character ;
    lvont:represents "ဎ"^^xsd:string ;
    rdfs:comment "MYANMAR LETTER DDHA"@en .

<http://lexvo.org/id/char/100E0> a lvont:Character ;
    lvont:represents "𐃠"^^xsd:string ;
    rdfs:comment "LINEAR B IDEOGRAM VESSEL B201"@en .

<http://lexvo.org/id/char/100E1> a lvont:Character ;
    lvont:represents "𐃡"^^xsd:string ;
    rdfs:comment "LINEAR B IDEOGRAM VESSEL B202"@en .

<http://lexvo.org/id/char/100E2> a lvont:Character ;
    lvont:represents "𐃢"^^xsd:string ;
    rdfs:comment "LINEAR B IDEOGRAM VESSEL B203"@en .

<http://lexvo.org/id/char/100E3> a lvont:Character ;
    lvont:represents "𐃣"^^xsd:string ;
    rdfs:comment "LINEAR B IDEOGRAM VESSEL B204"@en .

<http://lexvo.org/id/char/100E4> a lvont:Character ;
    lvont:represents "𐃤"^^xsd:string ;
    rdfs:comment "LINEAR B IDEOGRAM VESSEL B205"@en .

<http://lexvo.org/id/char/100E5> a lvont:Character ;
    lvont:represents "𐃥"^^xsd:string ;
    rdfs:comment "LINEAR B IDEOGRAM VESSEL B206"@en .

<http://lexvo.org/id/char/100E6> a lvont:Character ;
    lvont:represents "𐃦"^^xsd:string ;
    rdfs:comment "LINEAR B IDEOGRAM VESSEL B207"@en .

<http://lexvo.org/id/char/100E7> a lvont:Character ;
    lvont:represents "𐃧"^^xsd:string ;
    rdfs:comment "LINEAR B IDEOGRAM VESSEL B208"@en .

<http://lexvo.org/id/char/100E8> a lvont:Character ;
    lvont:represents "𐃨"^^xsd:string ;
    rdfs:comment "LINEAR B IDEOGRAM VESSEL B209"@en .

<http://lexvo.org/id/char/100E9> a lvont:Character ;
    lvont:represents "𐃩"^^xsd:string ;
    rdfs:comment "LINEAR B IDEOGRAM VESSEL B210"@en .

<http://lexvo.org/id/char/100EA> a lvont:Character ;
    lvont:represents "𐃪"^^xsd:string ;
    rdfs:comment "LINEAR B IDEOGRAM VESSEL B211"@en .

<http://lexvo.org/id/char/100EB> a lvont:Character ;
    lvont:represents "𐃫"^^xsd:string ;
    rdfs:comment "LINEAR B IDEOGRAM VESSEL B212"@en .

<http://lexvo.org/id/char/100EC> a lvont:Character ;
    lvont:represents "𐃬"^^xsd:string ;
    rdfs:comment "LINEAR B IDEOGRAM VESSEL B213"@en .

<http://lexvo.org/id/char/100ED> a lvont:Character ;
    lvont:represents "𐃭"^^xsd:string ;
    rdfs:comment "LINEAR B IDEOGRAM VESSEL B214"@en .

<http://lexvo.org/id/char/100EE> a lvont:Character ;
    lvont:represents "𐃮"^^xsd:string ;
    rdfs:comment "LINEAR B IDEOGRAM VESSEL B215"@en .

<http://lexvo.org/id/char/100EF> a lvont:Character ;
    lvont:represents "𐃯"^^xsd:string ;
    rdfs:comment "LINEAR B IDEOGRAM VESSEL B216"@en .

<http://lexvo.org/id/char/100F> a lvont:Character ;
    lvont:represents "ဏ"^^xsd:string ;
    rdfs:comment "MYANMAR LETTER NNA"@en .

<http://lexvo.org/id/char/100F0> a lvont:Character ;
    lvont:represents "𐃰"^^xsd:string ;
    rdfs:comment "LINEAR B IDEOGRAM VESSEL B217"@en .

<http://lexvo.org/id/char/100F1> a lvont:Character ;
    lvont:represents "𐃱"^^xsd:string ;
    rdfs:comment "LINEAR B IDEOGRAM VESSEL B218"@en .

<http://lexvo.org/id/char/100F2> a lvont:Character ;
    lvont:represents "𐃲"^^xsd:string ;
    rdfs:comment "LINEAR B IDEOGRAM VESSEL B219"@en .

<http://lexvo.org/id/char/100F3> a lvont:Character ;
    lvont:represents "𐃳"^^xsd:string ;
    rdfs:comment "LINEAR B IDEOGRAM VESSEL B221"@en .

<http://lexvo.org/id/char/100F4> a lvont:Character ;
    lvont:represents "𐃴"^^xsd:string ;
    rdfs:comment "LINEAR B IDEOGRAM VESSEL B222"@en .

<http://lexvo.org/id/char/100F5> a lvont:Character ;
    lvont:represents "𐃵"^^xsd:string ;
    rdfs:comment "LINEAR B IDEOGRAM VESSEL B226"@en .

<http://lexvo.org/id/char/100F6> a lvont:Character ;
    lvont:represents "𐃶"^^xsd:string ;
    rdfs:comment "LINEAR B IDEOGRAM VESSEL B227"@en .

<http://lexvo.org/id/char/100F7> a lvont:Character ;
    lvont:represents "𐃷"^^xsd:string ;
    rdfs:comment "LINEAR B IDEOGRAM VESSEL B228"@en .

<http://lexvo.org/id/char/100F8> a lvont:Character ;
    lvont:represents "𐃸"^^xsd:string ;
    rdfs:comment "LINEAR B IDEOGRAM VESSEL B229"@en .

<http://lexvo.org/id/char/100F9> a lvont:Character ;
    lvont:represents "𐃹"^^xsd:string ;
    rdfs:comment "LINEAR B IDEOGRAM VESSEL B250"@en .

<http://lexvo.org/id/char/100FA> a lvont:Character ;
    lvont:represents "𐃺"^^xsd:string ;
    rdfs:comment "LINEAR B IDEOGRAM VESSEL B305"@en .

<http://lexvo.org/id/char/1010> a lvont:Character ;
    lvont:represents "တ"^^xsd:string ;
    rdfs:comment "MYANMAR LETTER TA"@en .

<http://lexvo.org/id/char/10100> a lvont:Character ;
    lvont:represents "𐄀"^^xsd:string ;
    rdfs:comment "AEGEAN WORD SEPARATOR LINE"@en .

<http://lexvo.org/id/char/10101> a lvont:Character ;
    lvont:represents "𐄁"^^xsd:string ;
    rdfs:comment "AEGEAN WORD SEPARATOR DOT"@en .

<http://lexvo.org/id/char/10102> a lvont:Character ;
    lvont:represents "𐄂"^^xsd:string ;
    rdfs:comment "AEGEAN CHECK MARK"@en .

<http://lexvo.org/id/char/10107> a lvont:Character ;
    lvont:represents "𐄇"^^xsd:string ;
    rdfs:comment "AEGEAN NUMBER ONE"@en .

<http://lexvo.org/id/char/10108> a lvont:Character ;
    lvont:represents "𐄈"^^xsd:string ;
    rdfs:comment "AEGEAN NUMBER TWO"@en .

<http://lexvo.org/id/char/10109> a lvont:Character ;
    lvont:represents "𐄉"^^xsd:string ;
    rdfs:comment "AEGEAN NUMBER THREE"@en .

<http://lexvo.org/id/char/1010A> a lvont:Character ;
    lvont:represents "𐄊"^^xsd:string ;
    rdfs:comment "AEGEAN NUMBER FOUR"@en .

<http://lexvo.org/id/char/1010B> a lvont:Character ;
    lvont:represents "𐄋"^^xsd:string ;
    rdfs:comment "AEGEAN NUMBER FIVE"@en .

<http://lexvo.org/id/char/1010C> a lvont:Character ;
    lvont:represents "𐄌"^^xsd:string ;
    rdfs:comment "AEGEAN NUMBER SIX"@en .

<http://lexvo.org/id/char/1010D> a lvont:Character ;
    lvont:represents "𐄍"^^xsd:string ;
    rdfs:comment "AEGEAN NUMBER SEVEN"@en .

<http://lexvo.org/id/char/1010E> a lvont:Character ;
    lvont:represents "𐄎"^^xsd:string ;
    rdfs:comment "AEGEAN NUMBER EIGHT"@en .

<http://lexvo.org/id/char/1010F> a lvont:Character ;
    lvont:represents "𐄏"^^xsd:string ;
    rdfs:comment "AEGEAN NUMBER NINE"@en .

<http://lexvo.org/id/char/1011> a lvont:Character ;
    lvont:represents "ထ"^^xsd:string ;
    rdfs:comment "MYANMAR LETTER THA"@en .

<http://lexvo.org/id/char/10110> a lvont:Character ;
    lvont:represents "𐄐"^^xsd:string ;
    rdfs:comment "AEGEAN NUMBER TEN"@en .

<http://lexvo.org/id/char/10111> a lvont:Character ;
    lvont:represents "𐄑"^^xsd:string ;
    rdfs:comment "AEGEAN NUMBER TWENTY"@en .

<http://lexvo.org/id/char/10112> a lvont:Character ;
    lvont:represents "𐄒"^^xsd:string ;
    rdfs:comment "AEGEAN NUMBER THIRTY"@en .

<http://lexvo.org/id/char/10113> a lvont:Character ;
    lvont:represents "𐄓"^^xsd:string ;
    rdfs:comment "AEGEAN NUMBER FORTY"@en .

<http://lexvo.org/id/char/10114> a lvont:Character ;
    lvont:represents "𐄔"^^xsd:string ;
    rdfs:comment "AEGEAN NUMBER FIFTY"@en .

<http://lexvo.org/id/char/10115> a lvont:Character ;
    lvont:represents "𐄕"^^xsd:string ;
    rdfs:comment "AEGEAN NUMBER SIXTY"@en .

<http://lexvo.org/id/char/10116> a lvont:Character ;
    lvont:represents "𐄖"^^xsd:string ;
    rdfs:comment "AEGEAN NUMBER SEVENTY"@en .

<http://lexvo.org/id/char/10117> a lvont:Character ;
    lvont:represents "𐄗"^^xsd:string ;
    rdfs:comment "AEGEAN NUMBER EIGHTY"@en .

<http://lexvo.org/id/char/10118> a lvont:Character ;
    lvont:represents "𐄘"^^xsd:string ;
    rdfs:comment "AEGEAN NUMBER NINETY"@en .

<http://lexvo.org/id/char/10119> a lvont:Character ;
    lvont:represents "𐄙"^^xsd:string ;
    rdfs:comment "AEGEAN NUMBER ONE HUNDRED"@en .

<http://lexvo.org/id/char/1011A> a lvont:Character ;
    lvont:represents "𐄚"^^xsd:string ;
    rdfs:comment "AEGEAN NUMBER TWO HUNDRED"@en .

<http://lexvo.org/id/char/1011B> a lvont:Character ;
    lvont:represents "𐄛"^^xsd:string ;
    rdfs:comment "AEGEAN NUMBER THREE HUNDRED"@en .

<http://lexvo.org/id/char/1011C> a lvont:Character ;
    lvont:represents "𐄜"^^xsd:string ;
    rdfs:comment "AEGEAN NUMBER FOUR HUNDRED"@en .

<http://lexvo.org/id/char/1011D> a lvont:Character ;
    lvont:represents "𐄝"^^xsd:string ;
    rdfs:comment "AEGEAN NUMBER FIVE HUNDRED"@en .

<http://lexvo.org/id/char/1011E> a lvont:Character ;
    lvont:represents "𐄞"^^xsd:string ;
    rdfs:comment "AEGEAN NUMBER SIX HUNDRED"@en .

<http://lexvo.org/id/char/1011F> a lvont:Character ;
    lvont:represents "𐄟"^^xsd:string ;
    rdfs:comment "AEGEAN NUMBER SEVEN HUNDRED"@en .

<http://lexvo.org/id/char/1012> a lvont:Character ;
    lvont:represents "ဒ"^^xsd:string ;
    rdfs:comment "MYANMAR LETTER DA"@en .

<http://lexvo.org/id/char/10120> a lvont:Character ;
    lvont:represents "𐄠"^^xsd:string ;
    rdfs:comment "AEGEAN NUMBER EIGHT HUNDRED"@en .

<http://lexvo.org/id/char/10121> a lvont:Character ;
    lvont:represents "𐄡"^^xsd:string ;
    rdfs:comment "AEGEAN NUMBER NINE HUNDRED"@en .

<http://lexvo.org/id/char/10122> a lvont:Character ;
    lvont:represents "𐄢"^^xsd:string ;
    rdfs:comment "AEGEAN NUMBER ONE THOUSAND"@en .

<http://lexvo.org/id/char/10123> a lvont:Character ;
    lvont:represents "𐄣"^^xsd:string ;
    rdfs:comment "AEGEAN NUMBER TWO THOUSAND"@en .

<http://lexvo.org/id/char/10124> a lvont:Character ;
    lvont:represents "𐄤"^^xsd:string ;
    rdfs:comment "AEGEAN NUMBER THREE THOUSAND"@en .

<http://lexvo.org/id/char/10125> a lvont:Character ;
    lvont:represents "𐄥"^^xsd:string ;
    rdfs:comment "AEGEAN NUMBER FOUR THOUSAND"@en .

<http://lexvo.org/id/char/10126> a lvont:Character ;
    lvont:represents "𐄦"^^xsd:string ;
    rdfs:comment "AEGEAN NUMBER FIVE THOUSAND"@en .

<http://lexvo.org/id/char/10127> a lvont:Character ;
    lvont:represents "𐄧"^^xsd:string ;
    rdfs:comment "AEGEAN NUMBER SIX THOUSAND"@en .

<http://lexvo.org/id/char/10128> a lvont:Character ;
    lvont:represents "𐄨"^^xsd:string ;
    rdfs:comment "AEGEAN NUMBER SEVEN THOUSAND"@en .

<http://lexvo.org/id/char/10129> a lvont:Character ;
    lvont:represents "𐄩"^^xsd:string ;
    rdfs:comment "AEGEAN NUMBER EIGHT THOUSAND"@en .

<http://lexvo.org/id/char/1012A> a lvont:Character ;
    lvont:represents "𐄪"^^xsd:string ;
    rdfs:comment "AEGEAN NUMBER NINE THOUSAND"@en .

<http://lexvo.org/id/char/1012B> a lvont:Character ;
    lvont:represents "𐄫"^^xsd:string ;
    rdfs:comment "AEGEAN NUMBER TEN THOUSAND"@en .

<http://lexvo.org/id/char/1012C> a lvont:Character ;
    lvont:represents "𐄬"^^xsd:string ;
    rdfs:comment "AEGEAN NUMBER TWENTY THOUSAND"@en .

<http://lexvo.org/id/char/1012D> a lvont:Character ;
    lvont:represents "𐄭"^^xsd:string ;
    rdfs:comment "AEGEAN NUMBER THIRTY THOUSAND"@en .

<http://lexvo.org/id/char/1012E> a lvont:Character ;
    lvont:represents "𐄮"^^xsd:string ;
    rdfs:comment "AEGEAN NUMBER FORTY THOUSAND"@en .

<http://lexvo.org/id/char/1012F> a lvont:Character ;
    lvont:represents "𐄯"^^xsd:string ;
    rdfs:comment "AEGEAN NUMBER FIFTY THOUSAND"@en .

<http://lexvo.org/id/char/1013> a lvont:Character ;
    lvont:represents "ဓ"^^xsd:string ;
    rdfs:comment "MYANMAR LETTER DHA"@en .

<http://lexvo.org/id/char/10130> a lvont:Character ;
    lvont:represents "𐄰"^^xsd:string ;
    rdfs:comment "AEGEAN NUMBER SIXTY THOUSAND"@en .

<http://lexvo.org/id/char/10131> a lvont:Character ;
    lvont:represents "𐄱"^^xsd:string ;
    rdfs:comment "AEGEAN NUMBER SEVENTY THOUSAND"@en .

<http://lexvo.org/id/char/10132> a lvont:Character ;
    lvont:represents "𐄲"^^xsd:string ;
    rdfs:comment "AEGEAN NUMBER EIGHTY THOUSAND"@en .

<http://lexvo.org/id/char/10133> a lvont:Character ;
    lvont:represents "𐄳"^^xsd:string ;
    rdfs:comment "AEGEAN NUMBER NINETY THOUSAND"@en .

<http://lexvo.org/id/char/10137> a lvont:Character ;
    lvont:represents "𐄷"^^xsd:string ;
    rdfs:comment "AEGEAN WEIGHT BASE UNIT"@en .

<http://lexvo.org/id/char/10138> a lvont:Character ;
    lvont:represents "𐄸"^^xsd:string ;
    rdfs:comment "AEGEAN WEIGHT FIRST SUBUNIT"@en .

<http://lexvo.org/id/char/10139> a lvont:Character ;
    lvont:represents "𐄹"^^xsd:string ;
    rdfs:comment "AEGEAN WEIGHT SECOND SUBUNIT"@en .

<http://lexvo.org/id/char/1013A> a lvont:Character ;
    lvont:represents "𐄺"^^xsd:string ;
    rdfs:comment "AEGEAN WEIGHT THIRD SUBUNIT"@en .

<http://lexvo.org/id/char/1013B> a lvont:Character ;
    lvont:represents "𐄻"^^xsd:string ;
    rdfs:comment "AEGEAN WEIGHT FOURTH SUBUNIT"@en .

<http://lexvo.org/id/char/1013C> a lvont:Character ;
    lvont:represents "𐄼"^^xsd:string ;
    rdfs:comment "AEGEAN DRY MEASURE FIRST SUBUNIT"@en .

<http://lexvo.org/id/char/1013D> a lvont:Character ;
    lvont:represents "𐄽"^^xsd:string ;
    rdfs:comment "AEGEAN LIQUID MEASURE FIRST SUBUNIT"@en .

<http://lexvo.org/id/char/1013E> a lvont:Character ;
    lvont:represents "𐄾"^^xsd:string ;
    rdfs:comment "AEGEAN MEASURE SECOND SUBUNIT"@en .

<http://lexvo.org/id/char/1013F> a lvont:Character ;
    lvont:represents "𐄿"^^xsd:string ;
    rdfs:comment "AEGEAN MEASURE THIRD SUBUNIT"@en .

<http://lexvo.org/id/char/1014> a lvont:Character ;
    lvont:represents "န"^^xsd:string ;
    rdfs:comment "MYANMAR LETTER NA"@en .

<http://lexvo.org/id/char/10140> a lvont:Character ;
    lvont:represents "𐅀"^^xsd:string ;
    rdfs:comment "GREEK ACROPHONIC ATTIC ONE QUARTER"@en .

<http://lexvo.org/id/char/10141> a lvont:Character ;
    lvont:represents "𐅁"^^xsd:string ;
    rdfs:comment "GREEK ACROPHONIC ATTIC ONE HALF"@en .

<http://lexvo.org/id/char/10142> a lvont:Character ;
    lvont:represents "𐅂"^^xsd:string ;
    rdfs:comment "GREEK ACROPHONIC ATTIC ONE DRACHMA"@en .

<http://lexvo.org/id/char/10143> a lvont:Character ;
    lvont:represents "𐅃"^^xsd:string ;
    rdfs:comment "GREEK ACROPHONIC ATTIC FIVE"@en .

<http://lexvo.org/id/char/10144> a lvont:Character ;
    lvont:represents "𐅄"^^xsd:string ;
    rdfs:comment "GREEK ACROPHONIC ATTIC FIFTY"@en .

<http://lexvo.org/id/char/10145> a lvont:Character ;
    lvont:represents "𐅅"^^xsd:string ;
    rdfs:comment "GREEK ACROPHONIC ATTIC FIVE HUNDRED"@en .

<http://lexvo.org/id/char/10146> a lvont:Character ;
    lvont:represents "𐅆"^^xsd:string ;
    rdfs:comment "GREEK ACROPHONIC ATTIC FIVE THOUSAND"@en .

<http://lexvo.org/id/char/10147> a lvont:Character ;
    lvont:represents "𐅇"^^xsd:string ;
    rdfs:comment "GREEK ACROPHONIC ATTIC FIFTY THOUSAND"@en .

<http://lexvo.org/id/char/10148> a lvont:Character ;
    lvont:represents "𐅈"^^xsd:string ;
    rdfs:comment "GREEK ACROPHONIC ATTIC FIVE TALENTS"@en .

<http://lexvo.org/id/char/10149> a lvont:Character ;
    lvont:represents "𐅉"^^xsd:string ;
    rdfs:comment "GREEK ACROPHONIC ATTIC TEN TALENTS"@en .

<http://lexvo.org/id/char/1014A> a lvont:Character ;
    lvont:represents "𐅊"^^xsd:string ;
    rdfs:comment "GREEK ACROPHONIC ATTIC FIFTY TALENTS"@en .

<http://lexvo.org/id/char/1014B> a lvont:Character ;
    lvont:represents "𐅋"^^xsd:string ;
    rdfs:comment "GREEK ACROPHONIC ATTIC ONE HUNDRED TALENTS"@en .

<http://lexvo.org/id/char/1014C> a lvont:Character ;
    lvont:represents "𐅌"^^xsd:string ;
    rdfs:comment "GREEK ACROPHONIC ATTIC FIVE HUNDRED TALENTS"@en .

<http://lexvo.org/id/char/1014D> a lvont:Character ;
    lvont:represents "𐅍"^^xsd:string ;
    rdfs:comment "GREEK ACROPHONIC ATTIC ONE THOUSAND TALENTS"@en .

<http://lexvo.org/id/char/1014E> a lvont:Character ;
    lvont:represents "𐅎"^^xsd:string ;
    rdfs:comment "GREEK ACROPHONIC ATTIC FIVE THOUSAND TALENTS"@en .

<http://lexvo.org/id/char/1014F> a lvont:Character ;
    lvont:represents "𐅏"^^xsd:string ;
    rdfs:comment "GREEK ACROPHONIC ATTIC FIVE STATERS"@en .

<http://lexvo.org/id/char/1015> a lvont:Character ;
    lvont:represents "ပ"^^xsd:string ;
    rdfs:comment "MYANMAR LETTER PA"@en .

<http://lexvo.org/id/char/10150> a lvont:Character ;
    lvont:represents "𐅐"^^xsd:string ;
    rdfs:comment "GREEK ACROPHONIC ATTIC TEN STATERS"@en .

<http://lexvo.org/id/char/10151> a lvont:Character ;
    lvont:represents "𐅑"^^xsd:string ;
    rdfs:comment "GREEK ACROPHONIC ATTIC FIFTY STATERS"@en .

<http://lexvo.org/id/char/10152> a lvont:Character ;
    lvont:represents "𐅒"^^xsd:string ;
    rdfs:comment "GREEK ACROPHONIC ATTIC ONE HUNDRED STATERS"@en .

<http://lexvo.org/id/char/10153> a lvont:Character ;
    lvont:represents "𐅓"^^xsd:string ;
    rdfs:comment "GREEK ACROPHONIC ATTIC FIVE HUNDRED STATERS"@en .

<http://lexvo.org/id/char/10154> a lvont:Character ;
    lvont:represents "𐅔"^^xsd:string ;
    rdfs:comment "GREEK ACROPHONIC ATTIC ONE THOUSAND STATERS"@en .

<http://lexvo.org/id/char/10155> a lvont:Character ;
    lvont:represents "𐅕"^^xsd:string ;
    rdfs:comment "GREEK ACROPHONIC ATTIC TEN THOUSAND STATERS"@en .

<http://lexvo.org/id/char/10156> a lvont:Character ;
    lvont:represents "𐅖"^^xsd:string ;
    rdfs:comment "GREEK ACROPHONIC ATTIC FIFTY THOUSAND STATERS"@en .

<http://lexvo.org/id/char/10157> a lvont:Character ;
    lvont:represents "𐅗"^^xsd:string ;
    rdfs:comment "GREEK ACROPHONIC ATTIC TEN MNAS"@en .

<http://lexvo.org/id/char/10158> a lvont:Character ;
    lvont:represents "𐅘"^^xsd:string ;
    rdfs:comment "GREEK ACROPHONIC HERAEUM ONE PLETHRON"@en .

<http://lexvo.org/id/char/10159> a lvont:Character ;
    lvont:represents "𐅙"^^xsd:string ;
    rdfs:comment "GREEK ACROPHONIC THESPIAN ONE"@en .

<http://lexvo.org/id/char/1015A> a lvont:Character ;
    lvont:represents "𐅚"^^xsd:string ;
    rdfs:comment "GREEK ACROPHONIC HERMIONIAN ONE"@en .

<http://lexvo.org/id/char/1015B> a lvont:Character ;
    lvont:represents "𐅛"^^xsd:string ;
    rdfs:comment "GREEK ACROPHONIC EPIDAUREAN TWO"@en .

<http://lexvo.org/id/char/1015C> a lvont:Character ;
    lvont:represents "𐅜"^^xsd:string ;
    rdfs:comment "GREEK ACROPHONIC THESPIAN TWO"@en .

<http://lexvo.org/id/char/1015D> a lvont:Character ;
    lvont:represents "𐅝"^^xsd:string ;
    rdfs:comment "GREEK ACROPHONIC CYRENAIC TWO DRACHMAS"@en .

<http://lexvo.org/id/char/1015E> a lvont:Character ;
    lvont:represents "𐅞"^^xsd:string ;
    rdfs:comment "GREEK ACROPHONIC EPIDAUREAN TWO DRACHMAS"@en .

<http://lexvo.org/id/char/1015F> a lvont:Character ;
    lvont:represents "𐅟"^^xsd:string ;
    rdfs:comment "GREEK ACROPHONIC TROEZENIAN FIVE"@en .

<http://lexvo.org/id/char/1016> a lvont:Character ;
    lvont:represents "ဖ"^^xsd:string ;
    rdfs:comment "MYANMAR LETTER PHA"@en .

<http://lexvo.org/id/char/10160> a lvont:Character ;
    lvont:represents "𐅠"^^xsd:string ;
    rdfs:comment "GREEK ACROPHONIC TROEZENIAN TEN"@en .

<http://lexvo.org/id/char/10161> a lvont:Character ;
    lvont:represents "𐅡"^^xsd:string ;
    rdfs:comment "GREEK ACROPHONIC TROEZENIAN TEN ALTERNATE FORM"@en .

<http://lexvo.org/id/char/10162> a lvont:Character ;
    lvont:represents "𐅢"^^xsd:string ;
    rdfs:comment "GREEK ACROPHONIC HERMIONIAN TEN"@en .

<http://lexvo.org/id/char/10163> a lvont:Character ;
    lvont:represents "𐅣"^^xsd:string ;
    rdfs:comment "GREEK ACROPHONIC MESSENIAN TEN"@en .

<http://lexvo.org/id/char/10164> a lvont:Character ;
    lvont:represents "𐅤"^^xsd:string ;
    rdfs:comment "GREEK ACROPHONIC THESPIAN TEN"@en .

<http://lexvo.org/id/char/10165> a lvont:Character ;
    lvont:represents "𐅥"^^xsd:string ;
    rdfs:comment "GREEK ACROPHONIC THESPIAN THIRTY"@en .

<http://lexvo.org/id/char/10166> a lvont:Character ;
    lvont:represents "𐅦"^^xsd:string ;
    rdfs:comment "GREEK ACROPHONIC TROEZENIAN FIFTY"@en .

<http://lexvo.org/id/char/10167> a lvont:Character ;
    lvont:represents "𐅧"^^xsd:string ;
    rdfs:comment "GREEK ACROPHONIC TROEZENIAN FIFTY ALTERNATE FORM"@en .

<http://lexvo.org/id/char/10168> a lvont:Character ;
    lvont:represents "𐅨"^^xsd:string ;
    rdfs:comment "GREEK ACROPHONIC HERMIONIAN FIFTY"@en .

<http://lexvo.org/id/char/10169> a lvont:Character ;
    lvont:represents "𐅩"^^xsd:string ;
    rdfs:comment "GREEK ACROPHONIC THESPIAN FIFTY"@en .

<http://lexvo.org/id/char/1016A> a lvont:Character ;
    lvont:represents "𐅪"^^xsd:string ;
    rdfs:comment "GREEK ACROPHONIC THESPIAN ONE HUNDRED"@en .

<http://lexvo.org/id/char/1016B> a lvont:Character ;
    lvont:represents "𐅫"^^xsd:string ;
    rdfs:comment "GREEK ACROPHONIC THESPIAN THREE HUNDRED"@en .

<http://lexvo.org/id/char/1016C> a lvont:Character ;
    lvont:represents "𐅬"^^xsd:string ;
    rdfs:comment "GREEK ACROPHONIC EPIDAUREAN FIVE HUNDRED"@en .

<http://lexvo.org/id/char/1016D> a lvont:Character ;
    lvont:represents "𐅭"^^xsd:string ;
    rdfs:comment "GREEK ACROPHONIC TROEZENIAN FIVE HUNDRED"@en .

<http://lexvo.org/id/char/1016E> a lvont:Character ;
    lvont:represents "𐅮"^^xsd:string ;
    rdfs:comment "GREEK ACROPHONIC THESPIAN FIVE HUNDRED"@en .

<http://lexvo.org/id/char/1016F> a lvont:Character ;
    lvont:represents "𐅯"^^xsd:string ;
    rdfs:comment "GREEK ACROPHONIC CARYSTIAN FIVE HUNDRED"@en .

<http://lexvo.org/id/char/1017> a lvont:Character ;
    lvont:represents "ဗ"^^xsd:string ;
    rdfs:comment "MYANMAR LETTER BA"@en .

<http://lexvo.org/id/char/10170> a lvont:Character ;
    lvont:represents "𐅰"^^xsd:string ;
    rdfs:comment "GREEK ACROPHONIC NAXIAN FIVE HUNDRED"@en .

<http://lexvo.org/id/char/10171> a lvont:Character ;
    lvont:represents "𐅱"^^xsd:string ;
    rdfs:comment "GREEK ACROPHONIC THESPIAN ONE THOUSAND"@en .

<http://lexvo.org/id/char/10172> a lvont:Character ;
    lvont:represents "𐅲"^^xsd:string ;
    rdfs:comment "GREEK ACROPHONIC THESPIAN FIVE THOUSAND"@en .

<http://lexvo.org/id/char/10173> a lvont:Character ;
    lvont:represents "𐅳"^^xsd:string ;
    rdfs:comment "GREEK ACROPHONIC DELPHIC FIVE MNAS"@en .

<http://lexvo.org/id/char/10174> a lvont:Character ;
    lvont:represents "𐅴"^^xsd:string ;
    rdfs:comment "GREEK ACROPHONIC STRATIAN FIFTY MNAS"@en .

<http://lexvo.org/id/char/10175> a lvont:Character ;
    lvont:represents "𐅵"^^xsd:string ;
    rdfs:comment "GREEK ONE HALF SIGN"@en .

<http://lexvo.org/id/char/10176> a lvont:Character ;
    lvont:represents "𐅶"^^xsd:string ;
    rdfs:comment "GREEK ONE HALF SIGN ALTERNATE FORM"@en .

<http://lexvo.org/id/char/10177> a lvont:Character ;
    lvont:represents "𐅷"^^xsd:string ;
    rdfs:comment "GREEK TWO THIRDS SIGN"@en .

<http://lexvo.org/id/char/10178> a lvont:Character ;
    lvont:represents "𐅸"^^xsd:string ;
    rdfs:comment "GREEK THREE QUARTERS SIGN"@en .

<http://lexvo.org/id/char/10179> a lvont:Character ;
    lvont:represents "𐅹"^^xsd:string ;
    rdfs:comment "GREEK YEAR SIGN"@en .

<http://lexvo.org/id/char/1017A> a lvont:Character ;
    lvont:represents "𐅺"^^xsd:string ;
    rdfs:comment "GREEK TALENT SIGN"@en .

<http://lexvo.org/id/char/1017B> a lvont:Character ;
    lvont:represents "𐅻"^^xsd:string ;
    rdfs:comment "GREEK DRACHMA SIGN"@en .

<http://lexvo.org/id/char/1017C> a lvont:Character ;
    lvont:represents "𐅼"^^xsd:string ;
    rdfs:comment "GREEK OBOL SIGN"@en .

<http://lexvo.org/id/char/1017D> a lvont:Character ;
    lvont:represents "𐅽"^^xsd:string ;
    rdfs:comment "GREEK TWO OBOLS SIGN"@en .

<http://lexvo.org/id/char/1017E> a lvont:Character ;
    lvont:represents "𐅾"^^xsd:string ;
    rdfs:comment "GREEK THREE OBOLS SIGN"@en .

<http://lexvo.org/id/char/1017F> a lvont:Character ;
    lvont:represents "𐅿"^^xsd:string ;
    rdfs:comment "GREEK FOUR OBOLS SIGN"@en .

<http://lexvo.org/id/char/1018> a lvont:Character ;
    lvont:represents "ဘ"^^xsd:string ;
    rdfs:comment "MYANMAR LETTER BHA"@en .

<http://lexvo.org/id/char/10180> a lvont:Character ;
    lvont:represents "𐆀"^^xsd:string ;
    rdfs:comment "GREEK FIVE OBOLS SIGN"@en .

<http://lexvo.org/id/char/10181> a lvont:Character ;
    lvont:represents "𐆁"^^xsd:string ;
    rdfs:comment "GREEK METRETES SIGN"@en .

<http://lexvo.org/id/char/10182> a lvont:Character ;
    lvont:represents "𐆂"^^xsd:string ;
    rdfs:comment "GREEK KYATHOS BASE SIGN"@en .

<http://lexvo.org/id/char/10183> a lvont:Character ;
    lvont:represents "𐆃"^^xsd:string ;
    rdfs:comment "GREEK LITRA SIGN"@en .

<http://lexvo.org/id/char/10184> a lvont:Character ;
    lvont:represents "𐆄"^^xsd:string ;
    rdfs:comment "GREEK OUNKIA SIGN"@en .

<http://lexvo.org/id/char/10185> a lvont:Character ;
    lvont:represents "𐆅"^^xsd:string ;
    rdfs:comment "GREEK XESTES SIGN"@en .

<http://lexvo.org/id/char/10186> a lvont:Character ;
    lvont:represents "𐆆"^^xsd:string ;
    rdfs:comment "GREEK ARTABE SIGN"@en .

<http://lexvo.org/id/char/10187> a lvont:Character ;
    lvont:represents "𐆇"^^xsd:string ;
    rdfs:comment "GREEK AROURA SIGN"@en .

<http://lexvo.org/id/char/10188> a lvont:Character ;
    lvont:represents "𐆈"^^xsd:string ;
    rdfs:comment "GREEK GRAMMA SIGN"@en .

<http://lexvo.org/id/char/10189> a lvont:Character ;
    lvont:represents "𐆉"^^xsd:string ;
    rdfs:comment "GREEK TRYBLION BASE SIGN"@en .

<http://lexvo.org/id/char/1018A> a lvont:Character ;
    lvont:represents "𐆊"^^xsd:string ;
    rdfs:comment "GREEK ZERO SIGN"@en .

<http://lexvo.org/id/char/1019> a lvont:Character ;
    lvont:represents "မ"^^xsd:string ;
    rdfs:comment "MYANMAR LETTER MA"@en .

<http://lexvo.org/id/char/10190> a lvont:Character ;
    lvont:represents "𐆐"^^xsd:string ;
    rdfs:comment "ROMAN SEXTANS SIGN"@en .

<http://lexvo.org/id/char/10191> a lvont:Character ;
    lvont:represents "𐆑"^^xsd:string ;
    rdfs:comment "ROMAN UNCIA SIGN"@en .

<http://lexvo.org/id/char/10192> a lvont:Character ;
    lvont:represents "𐆒"^^xsd:string ;
    rdfs:comment "ROMAN SEMUNCIA SIGN"@en .

<http://lexvo.org/id/char/10193> a lvont:Character ;
    lvont:represents "𐆓"^^xsd:string ;
    rdfs:comment "ROMAN SEXTULA SIGN"@en .

<http://lexvo.org/id/char/10194> a lvont:Character ;
    lvont:represents "𐆔"^^xsd:string ;
    rdfs:comment "ROMAN DIMIDIA SEXTULA SIGN"@en .

<http://lexvo.org/id/char/10195> a lvont:Character ;
    lvont:represents "𐆕"^^xsd:string ;
    rdfs:comment "ROMAN SILIQUA SIGN"@en .

<http://lexvo.org/id/char/10196> a lvont:Character ;
    lvont:represents "𐆖"^^xsd:string ;
    rdfs:comment "ROMAN DENARIUS SIGN"@en .

<http://lexvo.org/id/char/10197> a lvont:Character ;
    lvont:represents "𐆗"^^xsd:string ;
    rdfs:comment "ROMAN QUINARIUS SIGN"@en .

<http://lexvo.org/id/char/10198> a lvont:Character ;
    lvont:represents "𐆘"^^xsd:string ;
    rdfs:comment "ROMAN SESTERTIUS SIGN"@en .

<http://lexvo.org/id/char/10199> a lvont:Character ;
    lvont:represents "𐆙"^^xsd:string ;
    rdfs:comment "ROMAN DUPONDIUS SIGN"@en .

<http://lexvo.org/id/char/1019A> a lvont:Character ;
    lvont:represents "𐆚"^^xsd:string ;
    rdfs:comment "ROMAN AS SIGN"@en .

<http://lexvo.org/id/char/1019B> a lvont:Character ;
    lvont:represents "𐆛"^^xsd:string ;
    rdfs:comment "ROMAN CENTURIAL SIGN"@en .

<http://lexvo.org/id/char/101A> a lvont:Character ;
    lvont:represents "ယ"^^xsd:string ;
    rdfs:comment "MYANMAR LETTER YA"@en .

<http://lexvo.org/id/char/101B> a lvont:Character ;
    lvont:represents "ရ"^^xsd:string ;
    rdfs:comment "MYANMAR LETTER RA"@en .

<http://lexvo.org/id/char/101C> a lvont:Character ;
    lvont:represents "လ"^^xsd:string ;
    rdfs:comment "MYANMAR LETTER LA"@en .

<http://lexvo.org/id/char/101D> a lvont:Character ;
    lvont:represents "ဝ"^^xsd:string ;
    rdfs:comment "MYANMAR LETTER WA"@en .

<http://lexvo.org/id/char/101D0> a lvont:Character ;
    lvont:represents "𐇐"^^xsd:string ;
    rdfs:comment "PHAISTOS DISC SIGN PEDESTRIAN"@en .

<http://lexvo.org/id/char/101D1> a lvont:Character ;
    lvont:represents "𐇑"^^xsd:string ;
    rdfs:comment "PHAISTOS DISC SIGN PLUMED HEAD"@en .

<http://lexvo.org/id/char/101D2> a lvont:Character ;
    lvont:represents "𐇒"^^xsd:string ;
    rdfs:comment "PHAISTOS DISC SIGN TATTOOED HEAD"@en .

<http://lexvo.org/id/char/101D3> a lvont:Character ;
    lvont:represents "𐇓"^^xsd:string ;
    rdfs:comment "PHAISTOS DISC SIGN CAPTIVE"@en .

<http://lexvo.org/id/char/101D4> a lvont:Character ;
    lvont:represents "𐇔"^^xsd:string ;
    rdfs:comment "PHAISTOS DISC SIGN CHILD"@en .

<http://lexvo.org/id/char/101D5> a lvont:Character ;
    lvont:represents "𐇕"^^xsd:string ;
    rdfs:comment "PHAISTOS DISC SIGN WOMAN"@en .

<http://lexvo.org/id/char/101D6> a lvont:Character ;
    lvont:represents "𐇖"^^xsd:string ;
    rdfs:comment "PHAISTOS DISC SIGN HELMET"@en .

<http://lexvo.org/id/char/101D7> a lvont:Character ;
    lvont:represents "𐇗"^^xsd:string ;
    rdfs:comment "PHAISTOS DISC SIGN GAUNTLET"@en .

<http://lexvo.org/id/char/101D8> a lvont:Character ;
    lvont:represents "𐇘"^^xsd:string ;
    rdfs:comment "PHAISTOS DISC SIGN TIARA"@en .

<http://lexvo.org/id/char/101D9> a lvont:Character ;
    lvont:represents "𐇙"^^xsd:string ;
    rdfs:comment "PHAISTOS DISC SIGN ARROW"@en .

<http://lexvo.org/id/char/101DA> a lvont:Character ;
    lvont:represents "𐇚"^^xsd:string ;
    rdfs:comment "PHAISTOS DISC SIGN BOW"@en .

<http://lexvo.org/id/char/101DB> a lvont:Character ;
    lvont:represents "𐇛"^^xsd:string ;
    rdfs:comment "PHAISTOS DISC SIGN SHIELD"@en .

<http://lexvo.org/id/char/101DC> a lvont:Character ;
    lvont:represents "𐇜"^^xsd:string ;
    rdfs:comment "PHAISTOS DISC SIGN CLUB"@en .

<http://lexvo.org/id/char/101DD> a lvont:Character ;
    lvont:represents "𐇝"^^xsd:string ;
    rdfs:comment "PHAISTOS DISC SIGN MANACLES"@en .

<http://lexvo.org/id/char/101DE> a lvont:Character ;
    lvont:represents "𐇞"^^xsd:string ;
    rdfs:comment "PHAISTOS DISC SIGN MATTOCK"@en .

<http://lexvo.org/id/char/101DF> a lvont:Character ;
    lvont:represents "𐇟"^^xsd:string ;
    rdfs:comment "PHAISTOS DISC SIGN SAW"@en .

<http://lexvo.org/id/char/101E> a lvont:Character ;
    lvont:represents "သ"^^xsd:string ;
    rdfs:comment "MYANMAR LETTER SA"@en .

<http://lexvo.org/id/char/101E0> a lvont:Character ;
    lvont:represents "𐇠"^^xsd:string ;
    rdfs:comment "PHAISTOS DISC SIGN LID"@en .

<http://lexvo.org/id/char/101E1> a lvont:Character ;
    lvont:represents "𐇡"^^xsd:string ;
    rdfs:comment "PHAISTOS DISC SIGN BOOMERANG"@en .

<http://lexvo.org/id/char/101E2> a lvont:Character ;
    lvont:represents "𐇢"^^xsd:string ;
    rdfs:comment "PHAISTOS DISC SIGN CARPENTRY PLANE"@en .

<http://lexvo.org/id/char/101E3> a lvont:Character ;
    lvont:represents "𐇣"^^xsd:string ;
    rdfs:comment "PHAISTOS DISC SIGN DOLIUM"@en .

<http://lexvo.org/id/char/101E4> a lvont:Character ;
    lvont:represents "𐇤"^^xsd:string ;
    rdfs:comment "PHAISTOS DISC SIGN COMB"@en .

<http://lexvo.org/id/char/101E5> a lvont:Character ;
    lvont:represents "𐇥"^^xsd:string ;
    rdfs:comment "PHAISTOS DISC SIGN SLING"@en .

<http://lexvo.org/id/char/101E6> a lvont:Character ;
    lvont:represents "𐇦"^^xsd:string ;
    rdfs:comment "PHAISTOS DISC SIGN COLUMN"@en .

<http://lexvo.org/id/char/101E7> a lvont:Character ;
    lvont:represents "𐇧"^^xsd:string ;
    rdfs:comment "PHAISTOS DISC SIGN BEEHIVE"@en .

<http://lexvo.org/id/char/101E8> a lvont:Character ;
    lvont:represents "𐇨"^^xsd:string ;
    rdfs:comment "PHAISTOS DISC SIGN SHIP"@en .

<http://lexvo.org/id/char/101E9> a lvont:Character ;
    lvont:represents "𐇩"^^xsd:string ;
    rdfs:comment "PHAISTOS DISC SIGN HORN"@en .

<http://lexvo.org/id/char/101EA> a lvont:Character ;
    lvont:represents "𐇪"^^xsd:string ;
    rdfs:comment "PHAISTOS DISC SIGN HIDE"@en .

<http://lexvo.org/id/char/101EB> a lvont:Character ;
    lvont:represents "𐇫"^^xsd:string ;
    rdfs:comment "PHAISTOS DISC SIGN BULLS LEG"@en .

<http://lexvo.org/id/char/101EC> a lvont:Character ;
    lvont:represents "𐇬"^^xsd:string ;
    rdfs:comment "PHAISTOS DISC SIGN CAT"@en .

<http://lexvo.org/id/char/101ED> a lvont:Character ;
    lvont:represents "𐇭"^^xsd:string ;
    rdfs:comment "PHAISTOS DISC SIGN RAM"@en .

<http://lexvo.org/id/char/101EE> a lvont:Character ;
    lvont:represents "𐇮"^^xsd:string ;
    rdfs:comment "PHAISTOS DISC SIGN EAGLE"@en .

<http://lexvo.org/id/char/101EF> a lvont:Character ;
    lvont:represents "𐇯"^^xsd:string ;
    rdfs:comment "PHAISTOS DISC SIGN DOVE"@en .

<http://lexvo.org/id/char/101F> a lvont:Character ;
    lvont:represents "ဟ"^^xsd:string ;
    rdfs:comment "MYANMAR LETTER HA"@en .

<http://lexvo.org/id/char/101F0> a lvont:Character ;
    lvont:represents "𐇰"^^xsd:string ;
    rdfs:comment "PHAISTOS DISC SIGN TUNNY"@en .

<http://lexvo.org/id/char/101F1> a lvont:Character ;
    lvont:represents "𐇱"^^xsd:string ;
    rdfs:comment "PHAISTOS DISC SIGN BEE"@en .

<http://lexvo.org/id/char/101F2> a lvont:Character ;
    lvont:represents "𐇲"^^xsd:string ;
    rdfs:comment "PHAISTOS DISC SIGN PLANE TREE"@en .

<http://lexvo.org/id/char/101F3> a lvont:Character ;
    lvont:represents "𐇳"^^xsd:string ;
    rdfs:comment "PHAISTOS DISC SIGN VINE"@en .

<http://lexvo.org/id/char/101F4> a lvont:Character ;
    lvont:represents "𐇴"^^xsd:string ;
    rdfs:comment "PHAISTOS DISC SIGN PAPYRUS"@en .

<http://lexvo.org/id/char/101F5> a lvont:Character ;
    lvont:represents "𐇵"^^xsd:string ;
    rdfs:comment "PHAISTOS DISC SIGN ROSETTE"@en .

<http://lexvo.org/id/char/101F6> a lvont:Character ;
    lvont:represents "𐇶"^^xsd:string ;
    rdfs:comment "PHAISTOS DISC SIGN LILY"@en .

<http://lexvo.org/id/char/101F7> a lvont:Character ;
    lvont:represents "𐇷"^^xsd:string ;
    rdfs:comment "PHAISTOS DISC SIGN OX BACK"@en .

<http://lexvo.org/id/char/101F8> a lvont:Character ;
    lvont:represents "𐇸"^^xsd:string ;
    rdfs:comment "PHAISTOS DISC SIGN FLUTE"@en .

<http://lexvo.org/id/char/101F9> a lvont:Character ;
    lvont:represents "𐇹"^^xsd:string ;
    rdfs:comment "PHAISTOS DISC SIGN GRATER"@en .

<http://lexvo.org/id/char/101FA> a lvont:Character ;
    lvont:represents "𐇺"^^xsd:string ;
    rdfs:comment "PHAISTOS DISC SIGN STRAINER"@en .

<http://lexvo.org/id/char/101FB> a lvont:Character ;
    lvont:represents "𐇻"^^xsd:string ;
    rdfs:comment "PHAISTOS DISC SIGN SMALL AXE"@en .

<http://lexvo.org/id/char/101FC> a lvont:Character ;
    lvont:represents "𐇼"^^xsd:string ;
    rdfs:comment "PHAISTOS DISC SIGN WAVY BAND"@en .

<http://lexvo.org/id/char/101FD> a lvont:Character ;
    lvont:represents "𐇽"^^xsd:string ;
    rdfs:comment "PHAISTOS DISC SIGN COMBINING OBLIQUE STROKE"@en .

<http://lexvo.org/id/char/1020> a lvont:Character ;
    lvont:represents "ဠ"^^xsd:string ;
    rdfs:comment "MYANMAR LETTER LLA"@en .

<http://lexvo.org/id/char/1021> a lvont:Character ;
    lvont:represents "အ"^^xsd:string ;
    rdfs:comment "MYANMAR LETTER A"@en .

<http://lexvo.org/id/char/1022> a lvont:Character ;
    lvont:represents "ဢ"^^xsd:string ;
    rdfs:comment "MYANMAR LETTER SHAN A"@en .

<http://lexvo.org/id/char/1023> a lvont:Character ;
    lvont:represents "ဣ"^^xsd:string ;
    rdfs:comment "MYANMAR LETTER I"@en .

<http://lexvo.org/id/char/1024> a lvont:Character ;
    lvont:represents "ဤ"^^xsd:string ;
    rdfs:comment "MYANMAR LETTER II"@en .

<http://lexvo.org/id/char/1025> a lvont:Character ;
    lvont:represents "ဥ"^^xsd:string ;
    rdfs:comment "MYANMAR LETTER U"@en .

<http://lexvo.org/id/char/1026> a lvont:Character ;
    lvont:represents "ဦ"^^xsd:string ;
    rdfs:comment "MYANMAR LETTER UU"@en .

<http://lexvo.org/id/char/1027> a lvont:Character ;
    lvont:represents "ဧ"^^xsd:string ;
    rdfs:comment "MYANMAR LETTER E"@en .

<http://lexvo.org/id/char/1028> a lvont:Character ;
    lvont:represents "ဨ"^^xsd:string ;
    rdfs:comment "MYANMAR LETTER MON E"@en .

<http://lexvo.org/id/char/10280> a lvont:Character ;
    lvont:represents "𐊀"^^xsd:string ;
    rdfs:comment "LYCIAN LETTER A"@en .

<http://lexvo.org/id/char/10281> a lvont:Character ;
    lvont:represents "𐊁"^^xsd:string ;
    rdfs:comment "LYCIAN LETTER E"@en .

<http://lexvo.org/id/char/10282> a lvont:Character ;
    lvont:represents "𐊂"^^xsd:string ;
    rdfs:comment "LYCIAN LETTER B"@en .

<http://lexvo.org/id/char/10283> a lvont:Character ;
    lvont:represents "𐊃"^^xsd:string ;
    rdfs:comment "LYCIAN LETTER BH"@en .

<http://lexvo.org/id/char/10284> a lvont:Character ;
    lvont:represents "𐊄"^^xsd:string ;
    rdfs:comment "LYCIAN LETTER G"@en .

<http://lexvo.org/id/char/10285> a lvont:Character ;
    lvont:represents "𐊅"^^xsd:string ;
    rdfs:comment "LYCIAN LETTER D"@en .

<http://lexvo.org/id/char/10286> a lvont:Character ;
    lvont:represents "𐊆"^^xsd:string ;
    rdfs:comment "LYCIAN LETTER I"@en .

<http://lexvo.org/id/char/10287> a lvont:Character ;
    lvont:represents "𐊇"^^xsd:string ;
    rdfs:comment "LYCIAN LETTER W"@en .

<http://lexvo.org/id/char/10288> a lvont:Character ;
    lvont:represents "𐊈"^^xsd:string ;
    rdfs:comment "LYCIAN LETTER Z"@en .

<http://lexvo.org/id/char/10289> a lvont:Character ;
    lvont:represents "𐊉"^^xsd:string ;
    rdfs:comment "LYCIAN LETTER TH"@en .

<http://lexvo.org/id/char/1028A> a lvont:Character ;
    lvont:represents "𐊊"^^xsd:string ;
    rdfs:comment "LYCIAN LETTER J"@en .

<http://lexvo.org/id/char/1028B> a lvont:Character ;
    lvont:represents "𐊋"^^xsd:string ;
    rdfs:comment "LYCIAN LETTER K"@en .

<http://lexvo.org/id/char/1028C> a lvont:Character ;
    lvont:represents "𐊌"^^xsd:string ;
    rdfs:comment "LYCIAN LETTER Q"@en .

<http://lexvo.org/id/char/1028D> a lvont:Character ;
    lvont:represents "𐊍"^^xsd:string ;
    rdfs:comment "LYCIAN LETTER L"@en .

<http://lexvo.org/id/char/1028E> a lvont:Character ;
    lvont:represents "𐊎"^^xsd:string ;
    rdfs:comment "LYCIAN LETTER M"@en .

<http://lexvo.org/id/char/1028F> a lvont:Character ;
    lvont:represents "𐊏"^^xsd:string ;
    rdfs:comment "LYCIAN LETTER N"@en .

<http://lexvo.org/id/char/1029> a lvont:Character ;
    lvont:represents "ဩ"^^xsd:string ;
    rdfs:comment "MYANMAR LETTER O"@en .

<http://lexvo.org/id/char/10290> a lvont:Character ;
    lvont:represents "𐊐"^^xsd:string ;
    rdfs:comment "LYCIAN LETTER MM"@en .

<http://lexvo.org/id/char/10291> a lvont:Character ;
    lvont:represents "𐊑"^^xsd:string ;
    rdfs:comment "LYCIAN LETTER NN"@en .

<http://lexvo.org/id/char/10292> a lvont:Character ;
    lvont:represents "𐊒"^^xsd:string ;
    rdfs:comment "LYCIAN LETTER U"@en .

<http://lexvo.org/id/char/10293> a lvont:Character ;
    lvont:represents "𐊓"^^xsd:string ;
    rdfs:comment "LYCIAN LETTER P"@en .

<http://lexvo.org/id/char/10294> a lvont:Character ;
    lvont:represents "𐊔"^^xsd:string ;
    rdfs:comment "LYCIAN LETTER KK"@en .

<http://lexvo.org/id/char/10295> a lvont:Character ;
    lvont:represents "𐊕"^^xsd:string ;
    rdfs:comment "LYCIAN LETTER R"@en .

<http://lexvo.org/id/char/10296> a lvont:Character ;
    lvont:represents "𐊖"^^xsd:string ;
    rdfs:comment "LYCIAN LETTER S"@en .

<http://lexvo.org/id/char/10297> a lvont:Character ;
    lvont:represents "𐊗"^^xsd:string ;
    rdfs:comment "LYCIAN LETTER T"@en .

<http://lexvo.org/id/char/10298> a lvont:Character ;
    lvont:represents "𐊘"^^xsd:string ;
    rdfs:comment "LYCIAN LETTER TT"@en .

<http://lexvo.org/id/char/10299> a lvont:Character ;
    lvont:represents "𐊙"^^xsd:string ;
    rdfs:comment "LYCIAN LETTER AN"@en .

<http://lexvo.org/id/char/1029A> a lvont:Character ;
    lvont:represents "𐊚"^^xsd:string ;
    rdfs:comment "LYCIAN LETTER EN"@en .

<http://lexvo.org/id/char/1029B> a lvont:Character ;
    lvont:represents "𐊛"^^xsd:string ;
    rdfs:comment "LYCIAN LETTER H"@en .

<http://lexvo.org/id/char/1029C> a lvont:Character ;
    lvont:represents "𐊜"^^xsd:string ;
    rdfs:comment "LYCIAN LETTER X"@en .

<http://lexvo.org/id/char/102A> a lvont:Character ;
    lvont:represents "ဪ"^^xsd:string ;
    rdfs:comment "MYANMAR LETTER AU"@en .

<http://lexvo.org/id/char/102A0> a lvont:Character ;
    lvont:represents "𐊠"^^xsd:string ;
    rdfs:comment "CARIAN LETTER A"@en .

<http://lexvo.org/id/char/102A1> a lvont:Character ;
    lvont:represents "𐊡"^^xsd:string ;
    rdfs:comment "CARIAN LETTER P2"@en .

<http://lexvo.org/id/char/102A2> a lvont:Character ;
    lvont:represents "𐊢"^^xsd:string ;
    rdfs:comment "CARIAN LETTER D"@en .

<http://lexvo.org/id/char/102A3> a lvont:Character ;
    lvont:represents "𐊣"^^xsd:string ;
    rdfs:comment "CARIAN LETTER L"@en .

<http://lexvo.org/id/char/102A4> a lvont:Character ;
    lvont:represents "𐊤"^^xsd:string ;
    rdfs:comment "CARIAN LETTER UUU"@en .

<http://lexvo.org/id/char/102A5> a lvont:Character ;
    lvont:represents "𐊥"^^xsd:string ;
    rdfs:comment "CARIAN LETTER R"@en .

<http://lexvo.org/id/char/102A6> a lvont:Character ;
    lvont:represents "𐊦"^^xsd:string ;
    rdfs:comment "CARIAN LETTER LD"@en .

<http://lexvo.org/id/char/102A7> a lvont:Character ;
    lvont:represents "𐊧"^^xsd:string ;
    rdfs:comment "CARIAN LETTER A2"@en .

<http://lexvo.org/id/char/102A8> a lvont:Character ;
    lvont:represents "𐊨"^^xsd:string ;
    rdfs:comment "CARIAN LETTER Q"@en .

<http://lexvo.org/id/char/102A9> a lvont:Character ;
    lvont:represents "𐊩"^^xsd:string ;
    rdfs:comment "CARIAN LETTER B"@en .

<http://lexvo.org/id/char/102AA> a lvont:Character ;
    lvont:represents "𐊪"^^xsd:string ;
    rdfs:comment "CARIAN LETTER M"@en .

<http://lexvo.org/id/char/102AB> a lvont:Character ;
    lvont:represents "𐊫"^^xsd:string ;
    rdfs:comment "CARIAN LETTER O"@en .

<http://lexvo.org/id/char/102AC> a lvont:Character ;
    lvont:represents "𐊬"^^xsd:string ;
    rdfs:comment "CARIAN LETTER D2"@en .

<http://lexvo.org/id/char/102AD> a lvont:Character ;
    lvont:represents "𐊭"^^xsd:string ;
    rdfs:comment "CARIAN LETTER T"@en .

<http://lexvo.org/id/char/102AE> a lvont:Character ;
    lvont:represents "𐊮"^^xsd:string ;
    rdfs:comment "CARIAN LETTER SH"@en .

<http://lexvo.org/id/char/102AF> a lvont:Character ;
    lvont:represents "𐊯"^^xsd:string ;
    rdfs:comment "CARIAN LETTER SH2"@en .

<http://lexvo.org/id/char/102B> a lvont:Character ;
    lvont:represents "ါ"^^xsd:string ;
    rdfs:comment "MYANMAR VOWEL SIGN TALL AA"@en .

<http://lexvo.org/id/char/102B0> a lvont:Character ;
    lvont:represents "𐊰"^^xsd:string ;
    rdfs:comment "CARIAN LETTER S"@en .

<http://lexvo.org/id/char/102B1> a lvont:Character ;
    lvont:represents "𐊱"^^xsd:string ;
    rdfs:comment "CARIAN LETTER C-18"@en .

<http://lexvo.org/id/char/102B2> a lvont:Character ;
    lvont:represents "𐊲"^^xsd:string ;
    rdfs:comment "CARIAN LETTER U"@en .

<http://lexvo.org/id/char/102B3> a lvont:Character ;
    lvont:represents "𐊳"^^xsd:string ;
    rdfs:comment "CARIAN LETTER NN"@en .

<http://lexvo.org/id/char/102B4> a lvont:Character ;
    lvont:represents "𐊴"^^xsd:string ;
    rdfs:comment "CARIAN LETTER X"@en .

<http://lexvo.org/id/char/102B5> a lvont:Character ;
    lvont:represents "𐊵"^^xsd:string ;
    rdfs:comment "CARIAN LETTER N"@en .

<http://lexvo.org/id/char/102B6> a lvont:Character ;
    lvont:represents "𐊶"^^xsd:string ;
    rdfs:comment "CARIAN LETTER TT2"@en .

<http://lexvo.org/id/char/102B7> a lvont:Character ;
    lvont:represents "𐊷"^^xsd:string ;
    rdfs:comment "CARIAN LETTER P"@en .

<http://lexvo.org/id/char/102B8> a lvont:Character ;
    lvont:represents "𐊸"^^xsd:string ;
    rdfs:comment "CARIAN LETTER SS"@en .

<http://lexvo.org/id/char/102B9> a lvont:Character ;
    lvont:represents "𐊹"^^xsd:string ;
    rdfs:comment "CARIAN LETTER I"@en .

<http://lexvo.org/id/char/102BA> a lvont:Character ;
    lvont:represents "𐊺"^^xsd:string ;
    rdfs:comment "CARIAN LETTER E"@en .

<http://lexvo.org/id/char/102BB> a lvont:Character ;
    lvont:represents "𐊻"^^xsd:string ;
    rdfs:comment "CARIAN LETTER UUUU"@en .

<http://lexvo.org/id/char/102BC> a lvont:Character ;
    lvont:represents "𐊼"^^xsd:string ;
    rdfs:comment "CARIAN LETTER K"@en .

<http://lexvo.org/id/char/102BD> a lvont:Character ;
    lvont:represents "𐊽"^^xsd:string ;
    rdfs:comment "CARIAN LETTER K2"@en .

<http://lexvo.org/id/char/102BE> a lvont:Character ;
    lvont:represents "𐊾"^^xsd:string ;
    rdfs:comment "CARIAN LETTER ND"@en .

<http://lexvo.org/id/char/102BF> a lvont:Character ;
    lvont:represents "𐊿"^^xsd:string ;
    rdfs:comment "CARIAN LETTER UU"@en .

<http://lexvo.org/id/char/102C> a lvont:Character ;
    lvont:represents "ာ"^^xsd:string ;
    rdfs:comment "MYANMAR VOWEL SIGN AA"@en .

<http://lexvo.org/id/char/102C0> a lvont:Character ;
    lvont:represents "𐋀"^^xsd:string ;
    rdfs:comment "CARIAN LETTER G"@en .

<http://lexvo.org/id/char/102C1> a lvont:Character ;
    lvont:represents "𐋁"^^xsd:string ;
    rdfs:comment "CARIAN LETTER G2"@en .

<http://lexvo.org/id/char/102C2> a lvont:Character ;
    lvont:represents "𐋂"^^xsd:string ;
    rdfs:comment "CARIAN LETTER ST"@en .

<http://lexvo.org/id/char/102C3> a lvont:Character ;
    lvont:represents "𐋃"^^xsd:string ;
    rdfs:comment "CARIAN LETTER ST2"@en .

<http://lexvo.org/id/char/102C4> a lvont:Character ;
    lvont:represents "𐋄"^^xsd:string ;
    rdfs:comment "CARIAN LETTER NG"@en .

<http://lexvo.org/id/char/102C5> a lvont:Character ;
    lvont:represents "𐋅"^^xsd:string ;
    rdfs:comment "CARIAN LETTER II"@en .

<http://lexvo.org/id/char/102C6> a lvont:Character ;
    lvont:represents "𐋆"^^xsd:string ;
    rdfs:comment "CARIAN LETTER C-39"@en .

<http://lexvo.org/id/char/102C7> a lvont:Character ;
    lvont:represents "𐋇"^^xsd:string ;
    rdfs:comment "CARIAN LETTER TT"@en .

<http://lexvo.org/id/char/102C8> a lvont:Character ;
    lvont:represents "𐋈"^^xsd:string ;
    rdfs:comment "CARIAN LETTER UUU2"@en .

<http://lexvo.org/id/char/102C9> a lvont:Character ;
    lvont:represents "𐋉"^^xsd:string ;
    rdfs:comment "CARIAN LETTER RR"@en .

<http://lexvo.org/id/char/102CA> a lvont:Character ;
    lvont:represents "𐋊"^^xsd:string ;
    rdfs:comment "CARIAN LETTER MB"@en .

<http://lexvo.org/id/char/102CB> a lvont:Character ;
    lvont:represents "𐋋"^^xsd:string ;
    rdfs:comment "CARIAN LETTER MB2"@en .

<http://lexvo.org/id/char/102CC> a lvont:Character ;
    lvont:represents "𐋌"^^xsd:string ;
    rdfs:comment "CARIAN LETTER MB3"@en .

<http://lexvo.org/id/char/102CD> a lvont:Character ;
    lvont:represents "𐋍"^^xsd:string ;
    rdfs:comment "CARIAN LETTER MB4"@en .

<http://lexvo.org/id/char/102CE> a lvont:Character ;
    lvont:represents "𐋎"^^xsd:string ;
    rdfs:comment "CARIAN LETTER LD2"@en .

<http://lexvo.org/id/char/102CF> a lvont:Character ;
    lvont:represents "𐋏"^^xsd:string ;
    rdfs:comment "CARIAN LETTER E2"@en .

<http://lexvo.org/id/char/102D> a lvont:Character ;
    lvont:represents "ိ"^^xsd:string ;
    rdfs:comment "MYANMAR VOWEL SIGN I"@en .

<http://lexvo.org/id/char/102D0> a lvont:Character ;
    lvont:represents "𐋐"^^xsd:string ;
    rdfs:comment "CARIAN LETTER UUU3"@en .

<http://lexvo.org/id/char/102E> a lvont:Character ;
    lvont:represents "ီ"^^xsd:string ;
    rdfs:comment "MYANMAR VOWEL SIGN II"@en .

<http://lexvo.org/id/char/102F> a lvont:Character ;
    lvont:represents "ု"^^xsd:string ;
    rdfs:comment "MYANMAR VOWEL SIGN U"@en .

<http://lexvo.org/id/char/1030> a lvont:Character ;
    lvont:represents "ူ"^^xsd:string ;
    rdfs:comment "MYANMAR VOWEL SIGN UU"@en .

<http://lexvo.org/id/char/10300> a lvont:Character ;
    lvont:represents "𐌀"^^xsd:string ;
    rdfs:comment "OLD ITALIC LETTER A"@en .

<http://lexvo.org/id/char/10301> a lvont:Character ;
    lvont:represents "𐌁"^^xsd:string ;
    rdfs:comment "OLD ITALIC LETTER BE"@en .

<http://lexvo.org/id/char/10302> a lvont:Character ;
    lvont:represents "𐌂"^^xsd:string ;
    rdfs:comment "OLD ITALIC LETTER KE"@en .

<http://lexvo.org/id/char/10303> a lvont:Character ;
    lvont:represents "𐌃"^^xsd:string ;
    rdfs:comment "OLD ITALIC LETTER DE"@en .

<http://lexvo.org/id/char/10304> a lvont:Character ;
    lvont:represents "𐌄"^^xsd:string ;
    rdfs:comment "OLD ITALIC LETTER E"@en .

<http://lexvo.org/id/char/10305> a lvont:Character ;
    lvont:represents "𐌅"^^xsd:string ;
    rdfs:comment "OLD ITALIC LETTER VE"@en .

<http://lexvo.org/id/char/10306> a lvont:Character ;
    lvont:represents "𐌆"^^xsd:string ;
    rdfs:comment "OLD ITALIC LETTER ZE"@en .

<http://lexvo.org/id/char/10307> a lvont:Character ;
    lvont:represents "𐌇"^^xsd:string ;
    rdfs:comment "OLD ITALIC LETTER HE"@en .

<http://lexvo.org/id/char/10308> a lvont:Character ;
    lvont:represents "𐌈"^^xsd:string ;
    rdfs:comment "OLD ITALIC LETTER THE"@en .

<http://lexvo.org/id/char/10309> a lvont:Character ;
    lvont:represents "𐌉"^^xsd:string ;
    rdfs:comment "OLD ITALIC LETTER I"@en .

<http://lexvo.org/id/char/1030A> a lvont:Character ;
    lvont:represents "𐌊"^^xsd:string ;
    rdfs:comment "OLD ITALIC LETTER KA"@en .

<http://lexvo.org/id/char/1030B> a lvont:Character ;
    lvont:represents "𐌋"^^xsd:string ;
    rdfs:comment "OLD ITALIC LETTER EL"@en .

<http://lexvo.org/id/char/1030C> a lvont:Character ;
    lvont:represents "𐌌"^^xsd:string ;
    rdfs:comment "OLD ITALIC LETTER EM"@en .

<http://lexvo.org/id/char/1030D> a lvont:Character ;
    lvont:represents "𐌍"^^xsd:string ;
    rdfs:comment "OLD ITALIC LETTER EN"@en .

<http://lexvo.org/id/char/1030E> a lvont:Character ;
    lvont:represents "𐌎"^^xsd:string ;
    rdfs:comment "OLD ITALIC LETTER ESH"@en .

<http://lexvo.org/id/char/1030F> a lvont:Character ;
    lvont:represents "𐌏"^^xsd:string ;
    rdfs:comment "OLD ITALIC LETTER O"@en .

<http://lexvo.org/id/char/1031> a lvont:Character ;
    lvont:represents "ေ"^^xsd:string ;
    rdfs:comment "MYANMAR VOWEL SIGN E"@en .

<http://lexvo.org/id/char/10310> a lvont:Character ;
    lvont:represents "𐌐"^^xsd:string ;
    rdfs:comment "OLD ITALIC LETTER PE"@en .

<http://lexvo.org/id/char/10311> a lvont:Character ;
    lvont:represents "𐌑"^^xsd:string ;
    rdfs:comment "OLD ITALIC LETTER SHE"@en .

<http://lexvo.org/id/char/10312> a lvont:Character ;
    lvont:represents "𐌒"^^xsd:string ;
    rdfs:comment "OLD ITALIC LETTER KU"@en .

<http://lexvo.org/id/char/10313> a lvont:Character ;
    lvont:represents "𐌓"^^xsd:string ;
    rdfs:comment "OLD ITALIC LETTER ER"@en .

<http://lexvo.org/id/char/10314> a lvont:Character ;
    lvont:represents "𐌔"^^xsd:string ;
    rdfs:comment "OLD ITALIC LETTER ES"@en .

<http://lexvo.org/id/char/10315> a lvont:Character ;
    lvont:represents "𐌕"^^xsd:string ;
    rdfs:comment "OLD ITALIC LETTER TE"@en .

<http://lexvo.org/id/char/10316> a lvont:Character ;
    lvont:represents "𐌖"^^xsd:string ;
    rdfs:comment "OLD ITALIC LETTER U"@en .

<http://lexvo.org/id/char/10317> a lvont:Character ;
    lvont:represents "𐌗"^^xsd:string ;
    rdfs:comment "OLD ITALIC LETTER EKS"@en .

<http://lexvo.org/id/char/10318> a lvont:Character ;
    lvont:represents "𐌘"^^xsd:string ;
    rdfs:comment "OLD ITALIC LETTER PHE"@en .

<http://lexvo.org/id/char/10319> a lvont:Character ;
    lvont:represents "𐌙"^^xsd:string ;
    rdfs:comment "OLD ITALIC LETTER KHE"@en .

<http://lexvo.org/id/char/1031A> a lvont:Character ;
    lvont:represents "𐌚"^^xsd:string ;
    rdfs:comment "OLD ITALIC LETTER EF"@en .

<http://lexvo.org/id/char/1031B> a lvont:Character ;
    lvont:represents "𐌛"^^xsd:string ;
    rdfs:comment "OLD ITALIC LETTER ERS"@en .

<http://lexvo.org/id/char/1031C> a lvont:Character ;
    lvont:represents "𐌜"^^xsd:string ;
    rdfs:comment "OLD ITALIC LETTER CHE"@en .

<http://lexvo.org/id/char/1031D> a lvont:Character ;
    lvont:represents "𐌝"^^xsd:string ;
    rdfs:comment "OLD ITALIC LETTER II"@en .

<http://lexvo.org/id/char/1031E> a lvont:Character ;
    lvont:represents "𐌞"^^xsd:string ;
    rdfs:comment "OLD ITALIC LETTER UU"@en .

<http://lexvo.org/id/char/1032> a lvont:Character ;
    lvont:represents "ဲ"^^xsd:string ;
    rdfs:comment "MYANMAR VOWEL SIGN AI"@en .

<http://lexvo.org/id/char/10320> a lvont:Character ;
    lvont:represents "𐌠"^^xsd:string ;
    rdfs:comment "OLD ITALIC NUMERAL ONE"@en .

<http://lexvo.org/id/char/10321> a lvont:Character ;
    lvont:represents "𐌡"^^xsd:string ;
    rdfs:comment "OLD ITALIC NUMERAL FIVE"@en .

<http://lexvo.org/id/char/10322> a lvont:Character ;
    lvont:represents "𐌢"^^xsd:string ;
    rdfs:comment "OLD ITALIC NUMERAL TEN"@en .

<http://lexvo.org/id/char/10323> a lvont:Character ;
    lvont:represents "𐌣"^^xsd:string ;
    rdfs:comment "OLD ITALIC NUMERAL FIFTY"@en .

<http://lexvo.org/id/char/1033> a lvont:Character ;
    lvont:represents "ဳ"^^xsd:string ;
    rdfs:comment "MYANMAR VOWEL SIGN MON II"@en .

<http://lexvo.org/id/char/10330> a lvont:Character ;
    lvont:represents "𐌰"^^xsd:string ;
    rdfs:comment "GOTHIC LETTER AHSA"@en .

<http://lexvo.org/id/char/10331> a lvont:Character ;
    lvont:represents "𐌱"^^xsd:string ;
    rdfs:comment "GOTHIC LETTER BAIRKAN"@en .

<http://lexvo.org/id/char/10332> a lvont:Character ;
    lvont:represents "𐌲"^^xsd:string ;
    rdfs:comment "GOTHIC LETTER GIBA"@en .

<http://lexvo.org/id/char/10333> a lvont:Character ;
    lvont:represents "𐌳"^^xsd:string ;
    rdfs:comment "GOTHIC LETTER DAGS"@en .

<http://lexvo.org/id/char/10334> a lvont:Character ;
    lvont:represents "𐌴"^^xsd:string ;
    rdfs:comment "GOTHIC LETTER AIHVUS"@en .

<http://lexvo.org/id/char/10335> a lvont:Character ;
    lvont:represents "𐌵"^^xsd:string ;
    rdfs:comment "GOTHIC LETTER QAIRTHRA"@en .

<http://lexvo.org/id/char/10336> a lvont:Character ;
    lvont:represents "𐌶"^^xsd:string ;
    rdfs:comment "GOTHIC LETTER IUJA"@en .

<http://lexvo.org/id/char/10337> a lvont:Character ;
    lvont:represents "𐌷"^^xsd:string ;
    rdfs:comment "GOTHIC LETTER HAGL"@en .

<http://lexvo.org/id/char/10338> a lvont:Character ;
    lvont:represents "𐌸"^^xsd:string ;
    rdfs:comment "GOTHIC LETTER THIUTH"@en .

<http://lexvo.org/id/char/10339> a lvont:Character ;
    lvont:represents "𐌹"^^xsd:string ;
    rdfs:comment "GOTHIC LETTER EIS"@en .

<http://lexvo.org/id/char/1033A> a lvont:Character ;
    lvont:represents "𐌺"^^xsd:string ;
    rdfs:comment "GOTHIC LETTER KUSMA"@en .

<http://lexvo.org/id/char/1033B> a lvont:Character ;
    lvont:represents "𐌻"^^xsd:string ;
    rdfs:comment "GOTHIC LETTER LAGUS"@en .

<http://lexvo.org/id/char/1033C> a lvont:Character ;
    lvont:represents "𐌼"^^xsd:string ;
    rdfs:comment "GOTHIC LETTER MANNA"@en .

<http://lexvo.org/id/char/1033D> a lvont:Character ;
    lvont:represents "𐌽"^^xsd:string ;
    rdfs:comment "GOTHIC LETTER NAUTHS"@en .

<http://lexvo.org/id/char/1033E> a lvont:Character ;
    lvont:represents "𐌾"^^xsd:string ;
    rdfs:comment "GOTHIC LETTER JER"@en .

<http://lexvo.org/id/char/1033F> a lvont:Character ;
    lvont:represents "𐌿"^^xsd:string ;
    rdfs:comment "GOTHIC LETTER URUS"@en .

<http://lexvo.org/id/char/1034> a lvont:Character ;
    lvont:represents "ဴ"^^xsd:string ;
    rdfs:comment "MYANMAR VOWEL SIGN MON O"@en .

<http://lexvo.org/id/char/10340> a lvont:Character ;
    lvont:represents "𐍀"^^xsd:string ;
    rdfs:comment "GOTHIC LETTER PAIRTHRA"@en .

<http://lexvo.org/id/char/10341> a lvont:Character ;
    lvont:represents "𐍁"^^xsd:string ;
    rdfs:comment "GOTHIC LETTER NINETY"@en .

<http://lexvo.org/id/char/10342> a lvont:Character ;
    lvont:represents "𐍂"^^xsd:string ;
    rdfs:comment "GOTHIC LETTER RAIDA"@en .

<http://lexvo.org/id/char/10343> a lvont:Character ;
    lvont:represents "𐍃"^^xsd:string ;
    rdfs:comment "GOTHIC LETTER SAUIL"@en .

<http://lexvo.org/id/char/10344> a lvont:Character ;
    lvont:represents "𐍄"^^xsd:string ;
    rdfs:comment "GOTHIC LETTER TEIWS"@en .

<http://lexvo.org/id/char/10345> a lvont:Character ;
    lvont:represents "𐍅"^^xsd:string ;
    rdfs:comment "GOTHIC LETTER WINJA"@en .

<http://lexvo.org/id/char/10346> a lvont:Character ;
    lvont:represents "𐍆"^^xsd:string ;
    rdfs:comment "GOTHIC LETTER FAIHU"@en .

<http://lexvo.org/id/char/10347> a lvont:Character ;
    lvont:represents "𐍇"^^xsd:string ;
    rdfs:comment "GOTHIC LETTER IGGWS"@en .

<http://lexvo.org/id/char/10348> a lvont:Character ;
    lvont:represents "𐍈"^^xsd:string ;
    rdfs:comment "GOTHIC LETTER HWAIR"@en .

<http://lexvo.org/id/char/10349> a lvont:Character ;
    lvont:represents "𐍉"^^xsd:string ;
    rdfs:comment "GOTHIC LETTER OTHAL"@en .

<http://lexvo.org/id/char/1034A> a lvont:Character ;
    lvont:represents "𐍊"^^xsd:string ;
    rdfs:comment "GOTHIC LETTER NINE HUNDRED"@en .

<http://lexvo.org/id/char/1035> a lvont:Character ;
    lvont:represents "ဵ"^^xsd:string ;
    rdfs:comment "MYANMAR VOWEL SIGN E ABOVE"@en .

<http://lexvo.org/id/char/1036> a lvont:Character ;
    lvont:represents "ံ"^^xsd:string ;
    rdfs:comment "MYANMAR SIGN ANUSVARA"@en .

<http://lexvo.org/id/char/1037> a lvont:Character ;
    lvont:represents "့"^^xsd:string ;
    rdfs:comment "MYANMAR SIGN DOT BELOW"@en .

<http://lexvo.org/id/char/1038> a lvont:Character ;
    lvont:represents "း"^^xsd:string ;
    rdfs:comment "MYANMAR SIGN VISARGA"@en .

<http://lexvo.org/id/char/10380> a lvont:Character ;
    lvont:represents "𐎀"^^xsd:string ;
    rdfs:comment "UGARITIC LETTER ALPA"@en .

<http://lexvo.org/id/char/10381> a lvont:Character ;
    lvont:represents "𐎁"^^xsd:string ;
    rdfs:comment "UGARITIC LETTER BETA"@en .

<http://lexvo.org/id/char/10382> a lvont:Character ;
    lvont:represents "𐎂"^^xsd:string ;
    rdfs:comment "UGARITIC LETTER GAMLA"@en .

<http://lexvo.org/id/char/10383> a lvont:Character ;
    lvont:represents "𐎃"^^xsd:string ;
    rdfs:comment "UGARITIC LETTER KHA"@en .

<http://lexvo.org/id/char/10384> a lvont:Character ;
    lvont:represents "𐎄"^^xsd:string ;
    rdfs:comment "UGARITIC LETTER DELTA"@en .

<http://lexvo.org/id/char/10385> a lvont:Character ;
    lvont:represents "𐎅"^^xsd:string ;
    rdfs:comment "UGARITIC LETTER HO"@en .

<http://lexvo.org/id/char/10386> a lvont:Character ;
    lvont:represents "𐎆"^^xsd:string ;
    rdfs:comment "UGARITIC LETTER WO"@en .

<http://lexvo.org/id/char/10387> a lvont:Character ;
    lvont:represents "𐎇"^^xsd:string ;
    rdfs:comment "UGARITIC LETTER ZETA"@en .

<http://lexvo.org/id/char/10388> a lvont:Character ;
    lvont:represents "𐎈"^^xsd:string ;
    rdfs:comment "UGARITIC LETTER HOTA"@en .

<http://lexvo.org/id/char/10389> a lvont:Character ;
    lvont:represents "𐎉"^^xsd:string ;
    rdfs:comment "UGARITIC LETTER TET"@en .

<http://lexvo.org/id/char/1038A> a lvont:Character ;
    lvont:represents "𐎊"^^xsd:string ;
    rdfs:comment "UGARITIC LETTER YOD"@en .

<http://lexvo.org/id/char/1038B> a lvont:Character ;
    lvont:represents "𐎋"^^xsd:string ;
    rdfs:comment "UGARITIC LETTER KAF"@en .

<http://lexvo.org/id/char/1038C> a lvont:Character ;
    lvont:represents "𐎌"^^xsd:string ;
    rdfs:comment "UGARITIC LETTER SHIN"@en .

<http://lexvo.org/id/char/1038D> a lvont:Character ;
    lvont:represents "𐎍"^^xsd:string ;
    rdfs:comment "UGARITIC LETTER LAMDA"@en .

<http://lexvo.org/id/char/1038E> a lvont:Character ;
    lvont:represents "𐎎"^^xsd:string ;
    rdfs:comment "UGARITIC LETTER MEM"@en .

<http://lexvo.org/id/char/1038F> a lvont:Character ;
    lvont:represents "𐎏"^^xsd:string ;
    rdfs:comment "UGARITIC LETTER DHAL"@en .

<http://lexvo.org/id/char/1039> a lvont:Character ;
    lvont:represents "္"^^xsd:string ;
    rdfs:comment "MYANMAR SIGN VIRAMA"@en .

<http://lexvo.org/id/char/10390> a lvont:Character ;
    lvont:represents "𐎐"^^xsd:string ;
    rdfs:comment "UGARITIC LETTER NUN"@en .

<http://lexvo.org/id/char/10391> a lvont:Character ;
    lvont:represents "𐎑"^^xsd:string ;
    rdfs:comment "UGARITIC LETTER ZU"@en .

<http://lexvo.org/id/char/10392> a lvont:Character ;
    lvont:represents "𐎒"^^xsd:string ;
    rdfs:comment "UGARITIC LETTER SAMKA"@en .

<http://lexvo.org/id/char/10393> a lvont:Character ;
    lvont:represents "𐎓"^^xsd:string ;
    rdfs:comment "UGARITIC LETTER AIN"@en .

<http://lexvo.org/id/char/10394> a lvont:Character ;
    lvont:represents "𐎔"^^xsd:string ;
    rdfs:comment "UGARITIC LETTER PU"@en .

<http://lexvo.org/id/char/10395> a lvont:Character ;
    lvont:represents "𐎕"^^xsd:string ;
    rdfs:comment "UGARITIC LETTER SADE"@en .

<http://lexvo.org/id/char/10396> a lvont:Character ;
    lvont:represents "𐎖"^^xsd:string ;
    rdfs:comment "UGARITIC LETTER QOPA"@en .

<http://lexvo.org/id/char/10397> a lvont:Character ;
    lvont:represents "𐎗"^^xsd:string ;
    rdfs:comment "UGARITIC LETTER RASHA"@en .

<http://lexvo.org/id/char/10398> a lvont:Character ;
    lvont:represents "𐎘"^^xsd:string ;
    rdfs:comment "UGARITIC LETTER THANNA"@en .

<http://lexvo.org/id/char/10399> a lvont:Character ;
    lvont:represents "𐎙"^^xsd:string ;
    rdfs:comment "UGARITIC LETTER GHAIN"@en .

<http://lexvo.org/id/char/1039A> a lvont:Character ;
    lvont:represents "𐎚"^^xsd:string ;
    rdfs:comment "UGARITIC LETTER TO"@en .

<http://lexvo.org/id/char/1039B> a lvont:Character ;
    lvont:represents "𐎛"^^xsd:string ;
    rdfs:comment "UGARITIC LETTER I"@en .

<http://lexvo.org/id/char/1039C> a lvont:Character ;
    lvont:represents "𐎜"^^xsd:string ;
    rdfs:comment "UGARITIC LETTER U"@en .

<http://lexvo.org/id/char/1039D> a lvont:Character ;
    lvont:represents "𐎝"^^xsd:string ;
    rdfs:comment "UGARITIC LETTER SSU"@en .

<http://lexvo.org/id/char/1039F> a lvont:Character ;
    lvont:represents "𐎟"^^xsd:string ;
    rdfs:comment "UGARITIC WORD DIVIDER"@en .

<http://lexvo.org/id/char/103A> a lvont:Character ;
    lvont:represents "်"^^xsd:string ;
    rdfs:comment "MYANMAR SIGN ASAT"@en .

<http://lexvo.org/id/char/103A0> a lvont:Character ;
    lvont:represents "𐎠"^^xsd:string ;
    rdfs:comment "OLD PERSIAN SIGN A"@en .

<http://lexvo.org/id/char/103A1> a lvont:Character ;
    lvont:represents "𐎡"^^xsd:string ;
    rdfs:comment "OLD PERSIAN SIGN I"@en .

<http://lexvo.org/id/char/103A2> a lvont:Character ;
    lvont:represents "𐎢"^^xsd:string ;
    rdfs:comment "OLD PERSIAN SIGN U"@en .

<http://lexvo.org/id/char/103A3> a lvont:Character ;
    lvont:represents "𐎣"^^xsd:string ;
    rdfs:comment "OLD PERSIAN SIGN KA"@en .

<http://lexvo.org/id/char/103A4> a lvont:Character ;
    lvont:represents "𐎤"^^xsd:string ;
    rdfs:comment "OLD PERSIAN SIGN KU"@en .

<http://lexvo.org/id/char/103A5> a lvont:Character ;
    lvont:represents "𐎥"^^xsd:string ;
    rdfs:comment "OLD PERSIAN SIGN GA"@en .

<http://lexvo.org/id/char/103A6> a lvont:Character ;
    lvont:represents "𐎦"^^xsd:string ;
    rdfs:comment "OLD PERSIAN SIGN GU"@en .

<http://lexvo.org/id/char/103A7> a lvont:Character ;
    lvont:represents "𐎧"^^xsd:string ;
    rdfs:comment "OLD PERSIAN SIGN XA"@en .

<http://lexvo.org/id/char/103A8> a lvont:Character ;
    lvont:represents "𐎨"^^xsd:string ;
    rdfs:comment "OLD PERSIAN SIGN CA"@en .

<http://lexvo.org/id/char/103A9> a lvont:Character ;
    lvont:represents "𐎩"^^xsd:string ;
    rdfs:comment "OLD PERSIAN SIGN JA"@en .

<http://lexvo.org/id/char/103AA> a lvont:Character ;
    lvont:represents "𐎪"^^xsd:string ;
    rdfs:comment "OLD PERSIAN SIGN JI"@en .

<http://lexvo.org/id/char/103AB> a lvont:Character ;
    lvont:represents "𐎫"^^xsd:string ;
    rdfs:comment "OLD PERSIAN SIGN TA"@en .

<http://lexvo.org/id/char/103AC> a lvont:Character ;
    lvont:represents "𐎬"^^xsd:string ;
    rdfs:comment "OLD PERSIAN SIGN TU"@en .

<http://lexvo.org/id/char/103AD> a lvont:Character ;
    lvont:represents "𐎭"^^xsd:string ;
    rdfs:comment "OLD PERSIAN SIGN DA"@en .

<http://lexvo.org/id/char/103AE> a lvont:Character ;
    lvont:represents "𐎮"^^xsd:string ;
    rdfs:comment "OLD PERSIAN SIGN DI"@en .

<http://lexvo.org/id/char/103AF> a lvont:Character ;
    lvont:represents "𐎯"^^xsd:string ;
    rdfs:comment "OLD PERSIAN SIGN DU"@en .

<http://lexvo.org/id/char/103B> a lvont:Character ;
    lvont:represents "ျ"^^xsd:string ;
    rdfs:comment "MYANMAR CONSONANT SIGN MEDIAL YA"@en .

<http://lexvo.org/id/char/103B0> a lvont:Character ;
    lvont:represents "𐎰"^^xsd:string ;
    rdfs:comment "OLD PERSIAN SIGN THA"@en .

<http://lexvo.org/id/char/103B1> a lvont:Character ;
    lvont:represents "𐎱"^^xsd:string ;
    rdfs:comment "OLD PERSIAN SIGN PA"@en .

<http://lexvo.org/id/char/103B2> a lvont:Character ;
    lvont:represents "𐎲"^^xsd:string ;
    rdfs:comment "OLD PERSIAN SIGN BA"@en .

<http://lexvo.org/id/char/103B3> a lvont:Character ;
    lvont:represents "𐎳"^^xsd:string ;
    rdfs:comment "OLD PERSIAN SIGN FA"@en .

<http://lexvo.org/id/char/103B4> a lvont:Character ;
    lvont:represents "𐎴"^^xsd:string ;
    rdfs:comment "OLD PERSIAN SIGN NA"@en .

<http://lexvo.org/id/char/103B5> a lvont:Character ;
    lvont:represents "𐎵"^^xsd:string ;
    rdfs:comment "OLD PERSIAN SIGN NU"@en .

<http://lexvo.org/id/char/103B6> a lvont:Character ;
    lvont:represents "𐎶"^^xsd:string ;
    rdfs:comment "OLD PERSIAN SIGN MA"@en .

<http://lexvo.org/id/char/103B7> a lvont:Character ;
    lvont:represents "𐎷"^^xsd:string ;
    rdfs:comment "OLD PERSIAN SIGN MI"@en .

<http://lexvo.org/id/char/103B8> a lvont:Character ;
    lvont:represents "𐎸"^^xsd:string ;
    rdfs:comment "OLD PERSIAN SIGN MU"@en .

<http://lexvo.org/id/char/103B9> a lvont:Character ;
    lvont:represents "𐎹"^^xsd:string ;
    rdfs:comment "OLD PERSIAN SIGN YA"@en .

<http://lexvo.org/id/char/103BA> a lvont:Character ;
    lvont:represents "𐎺"^^xsd:string ;
    rdfs:comment "OLD PERSIAN SIGN VA"@en .

<http://lexvo.org/id/char/103BB> a lvont:Character ;
    lvont:represents "𐎻"^^xsd:string ;
    rdfs:comment "OLD PERSIAN SIGN VI"@en .

<http://lexvo.org/id/char/103BC> a lvont:Character ;
    lvont:represents "𐎼"^^xsd:string ;
    rdfs:comment "OLD PERSIAN SIGN RA"@en .

<http://lexvo.org/id/char/103BD> a lvont:Character ;
    lvont:represents "𐎽"^^xsd:string ;
    rdfs:comment "OLD PERSIAN SIGN RU"@en .

<http://lexvo.org/id/char/103BE> a lvont:Character ;
    lvont:represents "𐎾"^^xsd:string ;
    rdfs:comment "OLD PERSIAN SIGN LA"@en .

<http://lexvo.org/id/char/103BF> a lvont:Character ;
    lvont:represents "𐎿"^^xsd:string ;
    rdfs:comment "OLD PERSIAN SIGN SA"@en .

<http://lexvo.org/id/char/103C> a lvont:Character ;
    lvont:represents "ြ"^^xsd:string ;
    rdfs:comment "MYANMAR CONSONANT SIGN MEDIAL RA"@en .

<http://lexvo.org/id/char/103C0> a lvont:Character ;
    lvont:represents "𐏀"^^xsd:string ;
    rdfs:comment "OLD PERSIAN SIGN ZA"@en .

<http://lexvo.org/id/char/103C1> a lvont:Character ;
    lvont:represents "𐏁"^^xsd:string ;
    rdfs:comment "OLD PERSIAN SIGN SHA"@en .

<http://lexvo.org/id/char/103C2> a lvont:Character ;
    lvont:represents "𐏂"^^xsd:string ;
    rdfs:comment "OLD PERSIAN SIGN SSA"@en .

<http://lexvo.org/id/char/103C3> a lvont:Character ;
    lvont:represents "𐏃"^^xsd:string ;
    rdfs:comment "OLD PERSIAN SIGN HA"@en .

<http://lexvo.org/id/char/103C8> a lvont:Character ;
    lvont:represents "𐏈"^^xsd:string ;
    rdfs:comment "OLD PERSIAN SIGN AURAMAZDAA"@en .

<http://lexvo.org/id/char/103C9> a lvont:Character ;
    lvont:represents "𐏉"^^xsd:string ;
    rdfs:comment "OLD PERSIAN SIGN AURAMAZDAA-2"@en .

<http://lexvo.org/id/char/103CA> a lvont:Character ;
    lvont:represents "𐏊"^^xsd:string ;
    rdfs:comment "OLD PERSIAN SIGN AURAMAZDAAHA"@en .

<http://lexvo.org/id/char/103CB> a lvont:Character ;
    lvont:represents "𐏋"^^xsd:string ;
    rdfs:comment "OLD PERSIAN SIGN XSHAAYATHIYA"@en .

<http://lexvo.org/id/char/103CC> a lvont:Character ;
    lvont:represents "𐏌"^^xsd:string ;
    rdfs:comment "OLD PERSIAN SIGN DAHYAAUSH"@en .

<http://lexvo.org/id/char/103CD> a lvont:Character ;
    lvont:represents "𐏍"^^xsd:string ;
    rdfs:comment "OLD PERSIAN SIGN DAHYAAUSH-2"@en .

<http://lexvo.org/id/char/103CE> a lvont:Character ;
    lvont:represents "𐏎"^^xsd:string ;
    rdfs:comment "OLD PERSIAN SIGN BAGA"@en .

<http://lexvo.org/id/char/103CF> a lvont:Character ;
    lvont:represents "𐏏"^^xsd:string ;
    rdfs:comment "OLD PERSIAN SIGN BUUMISH"@en .

<http://lexvo.org/id/char/103D> a lvont:Character ;
    lvont:represents "ွ"^^xsd:string ;
    rdfs:comment "MYANMAR CONSONANT SIGN MEDIAL WA"@en .

<http://lexvo.org/id/char/103D0> a lvont:Character ;
    lvont:represents "𐏐"^^xsd:string ;
    rdfs:comment "OLD PERSIAN WORD DIVIDER"@en .

<http://lexvo.org/id/char/103D1> a lvont:Character ;
    lvont:represents "𐏑"^^xsd:string ;
    rdfs:comment "OLD PERSIAN NUMBER ONE"@en .

<http://lexvo.org/id/char/103D2> a lvont:Character ;
    lvont:represents "𐏒"^^xsd:string ;
    rdfs:comment "OLD PERSIAN NUMBER TWO"@en .

<http://lexvo.org/id/char/103D3> a lvont:Character ;
    lvont:represents "𐏓"^^xsd:string ;
    rdfs:comment "OLD PERSIAN NUMBER TEN"@en .

<http://lexvo.org/id/char/103D4> a lvont:Character ;
    lvont:represents "𐏔"^^xsd:string ;
    rdfs:comment "OLD PERSIAN NUMBER TWENTY"@en .

<http://lexvo.org/id/char/103D5> a lvont:Character ;
    lvont:represents "𐏕"^^xsd:string ;
    rdfs:comment "OLD PERSIAN NUMBER HUNDRED"@en .

<http://lexvo.org/id/char/103E> a lvont:Character ;
    lvont:represents "ှ"^^xsd:string ;
    rdfs:comment "MYANMAR CONSONANT SIGN MEDIAL HA"@en .

<http://lexvo.org/id/char/103F> a lvont:Character ;
    lvont:represents "ဿ"^^xsd:string ;
    rdfs:comment "MYANMAR LETTER GREAT SA"@en .

<http://lexvo.org/id/char/1040> a lvont:Character ;
    lvont:represents "၀"^^xsd:string ;
    rdfs:comment "MYANMAR DIGIT ZERO"@en .

<http://lexvo.org/id/char/10400> a lvont:Character ;
    lvont:represents "𐐀"^^xsd:string ;
    rdfs:comment "DESERET CAPITAL LETTER LONG I"@en .

<http://lexvo.org/id/char/10401> a lvont:Character ;
    lvont:represents "𐐁"^^xsd:string ;
    rdfs:comment "DESERET CAPITAL LETTER LONG E"@en .

<http://lexvo.org/id/char/10402> a lvont:Character ;
    lvont:represents "𐐂"^^xsd:string ;
    rdfs:comment "DESERET CAPITAL LETTER LONG A"@en .

<http://lexvo.org/id/char/10403> a lvont:Character ;
    lvont:represents "𐐃"^^xsd:string ;
    rdfs:comment "DESERET CAPITAL LETTER LONG AH"@en .

<http://lexvo.org/id/char/10404> a lvont:Character ;
    lvont:represents "𐐄"^^xsd:string ;
    rdfs:comment "DESERET CAPITAL LETTER LONG O"@en .

<http://lexvo.org/id/char/10405> a lvont:Character ;
    lvont:represents "𐐅"^^xsd:string ;
    rdfs:comment "DESERET CAPITAL LETTER LONG OO"@en .

<http://lexvo.org/id/char/10406> a lvont:Character ;
    lvont:represents "𐐆"^^xsd:string ;
    rdfs:comment "DESERET CAPITAL LETTER SHORT I"@en .

<http://lexvo.org/id/char/10407> a lvont:Character ;
    lvont:represents "𐐇"^^xsd:string ;
    rdfs:comment "DESERET CAPITAL LETTER SHORT E"@en .

<http://lexvo.org/id/char/10408> a lvont:Character ;
    lvont:represents "𐐈"^^xsd:string ;
    rdfs:comment "DESERET CAPITAL LETTER SHORT A"@en .

<http://lexvo.org/id/char/10409> a lvont:Character ;
    lvont:represents "𐐉"^^xsd:string ;
    rdfs:comment "DESERET CAPITAL LETTER SHORT AH"@en .

<http://lexvo.org/id/char/1040A> a lvont:Character ;
    lvont:represents "𐐊"^^xsd:string ;
    rdfs:comment "DESERET CAPITAL LETTER SHORT O"@en .

<http://lexvo.org/id/char/1040B> a lvont:Character ;
    lvont:represents "𐐋"^^xsd:string ;
    rdfs:comment "DESERET CAPITAL LETTER SHORT OO"@en .

<http://lexvo.org/id/char/1040C> a lvont:Character ;
    lvont:represents "𐐌"^^xsd:string ;
    rdfs:comment "DESERET CAPITAL LETTER AY"@en .

<http://lexvo.org/id/char/1040D> a lvont:Character ;
    lvont:represents "𐐍"^^xsd:string ;
    rdfs:comment "DESERET CAPITAL LETTER OW"@en .

<http://lexvo.org/id/char/1040E> a lvont:Character ;
    lvont:represents "𐐎"^^xsd:string ;
    rdfs:comment "DESERET CAPITAL LETTER WU"@en .

<http://lexvo.org/id/char/1040F> a lvont:Character ;
    lvont:represents "𐐏"^^xsd:string ;
    rdfs:comment "DESERET CAPITAL LETTER YEE"@en .

<http://lexvo.org/id/char/1041> a lvont:Character ;
    lvont:represents "၁"^^xsd:string ;
    rdfs:comment "MYANMAR DIGIT ONE"@en .

<http://lexvo.org/id/char/10410> a lvont:Character ;
    lvont:represents "𐐐"^^xsd:string ;
    rdfs:comment "DESERET CAPITAL LETTER H"@en .

<http://lexvo.org/id/char/10411> a lvont:Character ;
    lvont:represents "𐐑"^^xsd:string ;
    rdfs:comment "DESERET CAPITAL LETTER PEE"@en .

<http://lexvo.org/id/char/10412> a lvont:Character ;
    lvont:represents "𐐒"^^xsd:string ;
    rdfs:comment "DESERET CAPITAL LETTER BEE"@en .

<http://lexvo.org/id/char/10413> a lvont:Character ;
    lvont:represents "𐐓"^^xsd:string ;
    rdfs:comment "DESERET CAPITAL LETTER TEE"@en .

<http://lexvo.org/id/char/10414> a lvont:Character ;
    lvont:represents "𐐔"^^xsd:string ;
    rdfs:comment "DESERET CAPITAL LETTER DEE"@en .

<http://lexvo.org/id/char/10415> a lvont:Character ;
    lvont:represents "𐐕"^^xsd:string ;
    rdfs:comment "DESERET CAPITAL LETTER CHEE"@en .

<http://lexvo.org/id/char/10416> a lvont:Character ;
    lvont:represents "𐐖"^^xsd:string ;
    rdfs:comment "DESERET CAPITAL LETTER JEE"@en .

<http://lexvo.org/id/char/10417> a lvont:Character ;
    lvont:represents "𐐗"^^xsd:string ;
    rdfs:comment "DESERET CAPITAL LETTER KAY"@en .

<http://lexvo.org/id/char/10418> a lvont:Character ;
    lvont:represents "𐐘"^^xsd:string ;
    rdfs:comment "DESERET CAPITAL LETTER GAY"@en .

<http://lexvo.org/id/char/10419> a lvont:Character ;
    lvont:represents "𐐙"^^xsd:string ;
    rdfs:comment "DESERET CAPITAL LETTER EF"@en .

<http://lexvo.org/id/char/1041A> a lvont:Character ;
    lvont:represents "𐐚"^^xsd:string ;
    rdfs:comment "DESERET CAPITAL LETTER VEE"@en .

<http://lexvo.org/id/char/1041B> a lvont:Character ;
    lvont:represents "𐐛"^^xsd:string ;
    rdfs:comment "DESERET CAPITAL LETTER ETH"@en .

<http://lexvo.org/id/char/1041C> a lvont:Character ;
    lvont:represents "𐐜"^^xsd:string ;
    rdfs:comment "DESERET CAPITAL LETTER THEE"@en .

<http://lexvo.org/id/char/1041D> a lvont:Character ;
    lvont:represents "𐐝"^^xsd:string ;
    rdfs:comment "DESERET CAPITAL LETTER ES"@en .

<http://lexvo.org/id/char/1041E> a lvont:Character ;
    lvont:represents "𐐞"^^xsd:string ;
    rdfs:comment "DESERET CAPITAL LETTER ZEE"@en .

<http://lexvo.org/id/char/1041F> a lvont:Character ;
    lvont:represents "𐐟"^^xsd:string ;
    rdfs:comment "DESERET CAPITAL LETTER ESH"@en .

<http://lexvo.org/id/char/1042> a lvont:Character ;
    lvont:represents "၂"^^xsd:string ;
    rdfs:comment "MYANMAR DIGIT TWO"@en .

<http://lexvo.org/id/char/10420> a lvont:Character ;
    lvont:represents "𐐠"^^xsd:string ;
    rdfs:comment "DESERET CAPITAL LETTER ZHEE"@en .

<http://lexvo.org/id/char/10421> a lvont:Character ;
    lvont:represents "𐐡"^^xsd:string ;
    rdfs:comment "DESERET CAPITAL LETTER ER"@en .

<http://lexvo.org/id/char/10422> a lvont:Character ;
    lvont:represents "𐐢"^^xsd:string ;
    rdfs:comment "DESERET CAPITAL LETTER EL"@en .

<http://lexvo.org/id/char/10423> a lvont:Character ;
    lvont:represents "𐐣"^^xsd:string ;
    rdfs:comment "DESERET CAPITAL LETTER EM"@en .

<http://lexvo.org/id/char/10424> a lvont:Character ;
    lvont:represents "𐐤"^^xsd:string ;
    rdfs:comment "DESERET CAPITAL LETTER EN"@en .

<http://lexvo.org/id/char/10425> a lvont:Character ;
    lvont:represents "𐐥"^^xsd:string ;
    rdfs:comment "DESERET CAPITAL LETTER ENG"@en .

<http://lexvo.org/id/char/10426> a lvont:Character ;
    lvont:represents "𐐦"^^xsd:string ;
    rdfs:comment "DESERET CAPITAL LETTER OI"@en .

<http://lexvo.org/id/char/10427> a lvont:Character ;
    lvont:represents "𐐧"^^xsd:string ;
    rdfs:comment "DESERET CAPITAL LETTER EW"@en .

<http://lexvo.org/id/char/10428> a lvont:Character ;
    lvont:represents "𐐨"^^xsd:string ;
    rdfs:comment "DESERET SMALL LETTER LONG I"@en .

<http://lexvo.org/id/char/10429> a lvont:Character ;
    lvont:represents "𐐩"^^xsd:string ;
    rdfs:comment "DESERET SMALL LETTER LONG E"@en .

<http://lexvo.org/id/char/1042A> a lvont:Character ;
    lvont:represents "𐐪"^^xsd:string ;
    rdfs:comment "DESERET SMALL LETTER LONG A"@en .

<http://lexvo.org/id/char/1042B> a lvont:Character ;
    lvont:represents "𐐫"^^xsd:string ;
    rdfs:comment "DESERET SMALL LETTER LONG AH"@en .

<http://lexvo.org/id/char/1042C> a lvont:Character ;
    lvont:represents "𐐬"^^xsd:string ;
    rdfs:comment "DESERET SMALL LETTER LONG O"@en .

<http://lexvo.org/id/char/1042D> a lvont:Character ;
    lvont:represents "𐐭"^^xsd:string ;
    rdfs:comment "DESERET SMALL LETTER LONG OO"@en .

<http://lexvo.org/id/char/1042E> a lvont:Character ;
    lvont:represents "𐐮"^^xsd:string ;
    rdfs:comment "DESERET SMALL LETTER SHORT I"@en .

<http://lexvo.org/id/char/1042F> a lvont:Character ;
    lvont:represents "𐐯"^^xsd:string ;
    rdfs:comment "DESERET SMALL LETTER SHORT E"@en .

<http://lexvo.org/id/char/1043> a lvont:Character ;
    lvont:represents "၃"^^xsd:string ;
    rdfs:comment "MYANMAR DIGIT THREE"@en .

<http://lexvo.org/id/char/10430> a lvont:Character ;
    lvont:represents "𐐰"^^xsd:string ;
    rdfs:comment "DESERET SMALL LETTER SHORT A"@en .

<http://lexvo.org/id/char/10431> a lvont:Character ;
    lvont:represents "𐐱"^^xsd:string ;
    rdfs:comment "DESERET SMALL LETTER SHORT AH"@en .

<http://lexvo.org/id/char/10432> a lvont:Character ;
    lvont:represents "𐐲"^^xsd:string ;
    rdfs:comment "DESERET SMALL LETTER SHORT O"@en .

<http://lexvo.org/id/char/10433> a lvont:Character ;
    lvont:represents "𐐳"^^xsd:string ;
    rdfs:comment "DESERET SMALL LETTER SHORT OO"@en .

<http://lexvo.org/id/char/10434> a lvont:Character ;
    lvont:represents "𐐴"^^xsd:string ;
    rdfs:comment "DESERET SMALL LETTER AY"@en .

<http://lexvo.org/id/char/10435> a lvont:Character ;
    lvont:represents "𐐵"^^xsd:string ;
    rdfs:comment "DESERET SMALL LETTER OW"@en .

<http://lexvo.org/id/char/10436> a lvont:Character ;
    lvont:represents "𐐶"^^xsd:string ;
    rdfs:comment "DESERET SMALL LETTER WU"@en .

<http://lexvo.org/id/char/10437> a lvont:Character ;
    lvont:represents "𐐷"^^xsd:string ;
    rdfs:comment "DESERET SMALL LETTER YEE"@en .

<http://lexvo.org/id/char/10438> a lvont:Character ;
    lvont:represents "𐐸"^^xsd:string ;
    rdfs:comment "DESERET SMALL LETTER H"@en .

<http://lexvo.org/id/char/10439> a lvont:Character ;
    lvont:represents "𐐹"^^xsd:string ;
    rdfs:comment "DESERET SMALL LETTER PEE"@en .

<http://lexvo.org/id/char/1043A> a lvont:Character ;
    lvont:represents "𐐺"^^xsd:string ;
    rdfs:comment "DESERET SMALL LETTER BEE"@en .

<http://lexvo.org/id/char/1043B> a lvont:Character ;
    lvont:represents "𐐻"^^xsd:string ;
    rdfs:comment "DESERET SMALL LETTER TEE"@en .

<http://lexvo.org/id/char/1043C> a lvont:Character ;
    lvont:represents "𐐼"^^xsd:string ;
    rdfs:comment "DESERET SMALL LETTER DEE"@en .

<http://lexvo.org/id/char/1043D> a lvont:Character ;
    lvont:represents "𐐽"^^xsd:string ;
    rdfs:comment "DESERET SMALL LETTER CHEE"@en .

<http://lexvo.org/id/char/1043E> a lvont:Character ;
    lvont:represents "𐐾"^^xsd:string ;
    rdfs:comment "DESERET SMALL LETTER JEE"@en .

<http://lexvo.org/id/char/1043F> a lvont:Character ;
    lvont:represents "𐐿"^^xsd:string ;
    rdfs:comment "DESERET SMALL LETTER KAY"@en .

<http://lexvo.org/id/char/1044> a lvont:Character ;
    lvont:represents "၄"^^xsd:string ;
    rdfs:comment "MYANMAR DIGIT FOUR"@en .

<http://lexvo.org/id/char/10440> a lvont:Character ;
    lvont:represents "𐑀"^^xsd:string ;
    rdfs:comment "DESERET SMALL LETTER GAY"@en .

<http://lexvo.org/id/char/10441> a lvont:Character ;
    lvont:represents "𐑁"^^xsd:string ;
    rdfs:comment "DESERET SMALL LETTER EF"@en .

<http://lexvo.org/id/char/10442> a lvont:Character ;
    lvont:represents "𐑂"^^xsd:string ;
    rdfs:comment "DESERET SMALL LETTER VEE"@en .

<http://lexvo.org/id/char/10443> a lvont:Character ;
    lvont:represents "𐑃"^^xsd:string ;
    rdfs:comment "DESERET SMALL LETTER ETH"@en .

<http://lexvo.org/id/char/10444> a lvont:Character ;
    lvont:represents "𐑄"^^xsd:string ;
    rdfs:comment "DESERET SMALL LETTER THEE"@en .

<http://lexvo.org/id/char/10445> a lvont:Character ;
    lvont:represents "𐑅"^^xsd:string ;
    rdfs:comment "DESERET SMALL LETTER ES"@en .

<http://lexvo.org/id/char/10446> a lvont:Character ;
    lvont:represents "𐑆"^^xsd:string ;
    rdfs:comment "DESERET SMALL LETTER ZEE"@en .

<http://lexvo.org/id/char/10447> a lvont:Character ;
    lvont:represents "𐑇"^^xsd:string ;
    rdfs:comment "DESERET SMALL LETTER ESH"@en .

<http://lexvo.org/id/char/10448> a lvont:Character ;
    lvont:represents "𐑈"^^xsd:string ;
    rdfs:comment "DESERET SMALL LETTER ZHEE"@en .

<http://lexvo.org/id/char/10449> a lvont:Character ;
    lvont:represents "𐑉"^^xsd:string ;
    rdfs:comment "DESERET SMALL LETTER ER"@en .

<http://lexvo.org/id/char/1044A> a lvont:Character ;
    lvont:represents "𐑊"^^xsd:string ;
    rdfs:comment "DESERET SMALL LETTER EL"@en .

<http://lexvo.org/id/char/1044B> a lvont:Character ;
    lvont:represents "𐑋"^^xsd:string ;
    rdfs:comment "DESERET SMALL LETTER EM"@en .

<http://lexvo.org/id/char/1044C> a lvont:Character ;
    lvont:represents "𐑌"^^xsd:string ;
    rdfs:comment "DESERET SMALL LETTER EN"@en .

<http://lexvo.org/id/char/1044D> a lvont:Character ;
    lvont:represents "𐑍"^^xsd:string ;
    rdfs:comment "DESERET SMALL LETTER ENG"@en .

<http://lexvo.org/id/char/1044E> a lvont:Character ;
    lvont:represents "𐑎"^^xsd:string ;
    rdfs:comment "DESERET SMALL LETTER OI"@en .

<http://lexvo.org/id/char/1044F> a lvont:Character ;
    lvont:represents "𐑏"^^xsd:string ;
    rdfs:comment "DESERET SMALL LETTER EW"@en .

<http://lexvo.org/id/char/1045> a lvont:Character ;
    lvont:represents "၅"^^xsd:string ;
    rdfs:comment "MYANMAR DIGIT FIVE"@en .

<http://lexvo.org/id/char/10450> a lvont:Character ;
    lvont:represents "𐑐"^^xsd:string ;
    rdfs:comment "SHAVIAN LETTER PEEP"@en .

<http://lexvo.org/id/char/10451> a lvont:Character ;
    lvont:represents "𐑑"^^xsd:string ;
    rdfs:comment "SHAVIAN LETTER TOT"@en .

<http://lexvo.org/id/char/10452> a lvont:Character ;
    lvont:represents "𐑒"^^xsd:string ;
    rdfs:comment "SHAVIAN LETTER KICK"@en .

<http://lexvo.org/id/char/10453> a lvont:Character ;
    lvont:represents "𐑓"^^xsd:string ;
    rdfs:comment "SHAVIAN LETTER FEE"@en .

<http://lexvo.org/id/char/10454> a lvont:Character ;
    lvont:represents "𐑔"^^xsd:string ;
    rdfs:comment "SHAVIAN LETTER THIGH"@en .

<http://lexvo.org/id/char/10455> a lvont:Character ;
    lvont:represents "𐑕"^^xsd:string ;
    rdfs:comment "SHAVIAN LETTER SO"@en .

<http://lexvo.org/id/char/10456> a lvont:Character ;
    lvont:represents "𐑖"^^xsd:string ;
    rdfs:comment "SHAVIAN LETTER SURE"@en .

<http://lexvo.org/id/char/10457> a lvont:Character ;
    lvont:represents "𐑗"^^xsd:string ;
    rdfs:comment "SHAVIAN LETTER CHURCH"@en .

<http://lexvo.org/id/char/10458> a lvont:Character ;
    lvont:represents "𐑘"^^xsd:string ;
    rdfs:comment "SHAVIAN LETTER YEA"@en .

<http://lexvo.org/id/char/10459> a lvont:Character ;
    lvont:represents "𐑙"^^xsd:string ;
    rdfs:comment "SHAVIAN LETTER HUNG"@en .

<http://lexvo.org/id/char/1045A> a lvont:Character ;
    lvont:represents "𐑚"^^xsd:string ;
    rdfs:comment "SHAVIAN LETTER BIB"@en .

<http://lexvo.org/id/char/1045B> a lvont:Character ;
    lvont:represents "𐑛"^^xsd:string ;
    rdfs:comment "SHAVIAN LETTER DEAD"@en .

<http://lexvo.org/id/char/1045C> a lvont:Character ;
    lvont:represents "𐑜"^^xsd:string ;
    rdfs:comment "SHAVIAN LETTER GAG"@en .

<http://lexvo.org/id/char/1045D> a lvont:Character ;
    lvont:represents "𐑝"^^xsd:string ;
    rdfs:comment "SHAVIAN LETTER VOW"@en .

<http://lexvo.org/id/char/1045E> a lvont:Character ;
    lvont:represents "𐑞"^^xsd:string ;
    rdfs:comment "SHAVIAN LETTER THEY"@en .

<http://lexvo.org/id/char/1045F> a lvont:Character ;
    lvont:represents "𐑟"^^xsd:string ;
    rdfs:comment "SHAVIAN LETTER ZOO"@en .

<http://lexvo.org/id/char/1046> a lvont:Character ;
    lvont:represents "၆"^^xsd:string ;
    rdfs:comment "MYANMAR DIGIT SIX"@en .

<http://lexvo.org/id/char/10460> a lvont:Character ;
    lvont:represents "𐑠"^^xsd:string ;
    rdfs:comment "SHAVIAN LETTER MEASURE"@en .

<http://lexvo.org/id/char/10461> a lvont:Character ;
    lvont:represents "𐑡"^^xsd:string ;
    rdfs:comment "SHAVIAN LETTER JUDGE"@en .

<http://lexvo.org/id/char/10462> a lvont:Character ;
    lvont:represents "𐑢"^^xsd:string ;
    rdfs:comment "SHAVIAN LETTER WOE"@en .

<http://lexvo.org/id/char/10463> a lvont:Character ;
    lvont:represents "𐑣"^^xsd:string ;
    rdfs:comment "SHAVIAN LETTER HA-HA"@en .

<http://lexvo.org/id/char/10464> a lvont:Character ;
    lvont:represents "𐑤"^^xsd:string ;
    rdfs:comment "SHAVIAN LETTER LOLL"@en .

<http://lexvo.org/id/char/10465> a lvont:Character ;
    lvont:represents "𐑥"^^xsd:string ;
    rdfs:comment "SHAVIAN LETTER MIME"@en .

<http://lexvo.org/id/char/10466> a lvont:Character ;
    lvont:represents "𐑦"^^xsd:string ;
    rdfs:comment "SHAVIAN LETTER IF"@en .

<http://lexvo.org/id/char/10467> a lvont:Character ;
    lvont:represents "𐑧"^^xsd:string ;
    rdfs:comment "SHAVIAN LETTER EGG"@en .

<http://lexvo.org/id/char/10468> a lvont:Character ;
    lvont:represents "𐑨"^^xsd:string ;
    rdfs:comment "SHAVIAN LETTER ASH"@en .

<http://lexvo.org/id/char/10469> a lvont:Character ;
    lvont:represents "𐑩"^^xsd:string ;
    rdfs:comment "SHAVIAN LETTER ADO"@en .

<http://lexvo.org/id/char/1046A> a lvont:Character ;
    lvont:represents "𐑪"^^xsd:string ;
    rdfs:comment "SHAVIAN LETTER ON"@en .

<http://lexvo.org/id/char/1046B> a lvont:Character ;
    lvont:represents "𐑫"^^xsd:string ;
    rdfs:comment "SHAVIAN LETTER WOOL"@en .

<http://lexvo.org/id/char/1046C> a lvont:Character ;
    lvont:represents "𐑬"^^xsd:string ;
    rdfs:comment "SHAVIAN LETTER OUT"@en .

<http://lexvo.org/id/char/1046D> a lvont:Character ;
    lvont:represents "𐑭"^^xsd:string ;
    rdfs:comment "SHAVIAN LETTER AH"@en .

<http://lexvo.org/id/char/1046E> a lvont:Character ;
    lvont:represents "𐑮"^^xsd:string ;
    rdfs:comment "SHAVIAN LETTER ROAR"@en .

<http://lexvo.org/id/char/1046F> a lvont:Character ;
    lvont:represents "𐑯"^^xsd:string ;
    rdfs:comment "SHAVIAN LETTER NUN"@en .

<http://lexvo.org/id/char/1047> a lvont:Character ;
    lvont:represents "၇"^^xsd:string ;
    rdfs:comment "MYANMAR DIGIT SEVEN"@en .

<http://lexvo.org/id/char/10470> a lvont:Character ;
    lvont:represents "𐑰"^^xsd:string ;
    rdfs:comment "SHAVIAN LETTER EAT"@en .

<http://lexvo.org/id/char/10471> a lvont:Character ;
    lvont:represents "𐑱"^^xsd:string ;
    rdfs:comment "SHAVIAN LETTER AGE"@en .

<http://lexvo.org/id/char/10472> a lvont:Character ;
    lvont:represents "𐑲"^^xsd:string ;
    rdfs:comment "SHAVIAN LETTER ICE"@en .

<http://lexvo.org/id/char/10473> a lvont:Character ;
    lvont:represents "𐑳"^^xsd:string ;
    rdfs:comment "SHAVIAN LETTER UP"@en .

<http://lexvo.org/id/char/10474> a lvont:Character ;
    lvont:represents "𐑴"^^xsd:string ;
    rdfs:comment "SHAVIAN LETTER OAK"@en .

<http://lexvo.org/id/char/10475> a lvont:Character ;
    lvont:represents "𐑵"^^xsd:string ;
    rdfs:comment "SHAVIAN LETTER OOZE"@en .

<http://lexvo.org/id/char/10476> a lvont:Character ;
    lvont:represents "𐑶"^^xsd:string ;
    rdfs:comment "SHAVIAN LETTER OIL"@en .

<http://lexvo.org/id/char/10477> a lvont:Character ;
    lvont:represents "𐑷"^^xsd:string ;
    rdfs:comment "SHAVIAN LETTER AWE"@en .

<http://lexvo.org/id/char/10478> a lvont:Character ;
    lvont:represents "𐑸"^^xsd:string ;
    rdfs:comment "SHAVIAN LETTER ARE"@en .

<http://lexvo.org/id/char/10479> a lvont:Character ;
    lvont:represents "𐑹"^^xsd:string ;
    rdfs:comment "SHAVIAN LETTER OR"@en .

<http://lexvo.org/id/char/1047A> a lvont:Character ;
    lvont:represents "𐑺"^^xsd:string ;
    rdfs:comment "SHAVIAN LETTER AIR"@en .

<http://lexvo.org/id/char/1047B> a lvont:Character ;
    lvont:represents "𐑻"^^xsd:string ;
    rdfs:comment "SHAVIAN LETTER ERR"@en .

<http://lexvo.org/id/char/1047C> a lvont:Character ;
    lvont:represents "𐑼"^^xsd:string ;
    rdfs:comment "SHAVIAN LETTER ARRAY"@en .

<http://lexvo.org/id/char/1047D> a lvont:Character ;
    lvont:represents "𐑽"^^xsd:string ;
    rdfs:comment "SHAVIAN LETTER EAR"@en .

<http://lexvo.org/id/char/1047E> a lvont:Character ;
    lvont:represents "𐑾"^^xsd:string ;
    rdfs:comment "SHAVIAN LETTER IAN"@en .

<http://lexvo.org/id/char/1047F> a lvont:Character ;
    lvont:represents "𐑿"^^xsd:string ;
    rdfs:comment "SHAVIAN LETTER YEW"@en .

<http://lexvo.org/id/char/1048> a lvont:Character ;
    lvont:represents "၈"^^xsd:string ;
    rdfs:comment "MYANMAR DIGIT EIGHT"@en .

<http://lexvo.org/id/char/10480> a lvont:Character ;
    lvont:represents "𐒀"^^xsd:string ;
    rdfs:comment "OSMANYA LETTER ALEF"@en .

<http://lexvo.org/id/char/10481> a lvont:Character ;
    lvont:represents "𐒁"^^xsd:string ;
    rdfs:comment "OSMANYA LETTER BA"@en .

<http://lexvo.org/id/char/10482> a lvont:Character ;
    lvont:represents "𐒂"^^xsd:string ;
    rdfs:comment "OSMANYA LETTER TA"@en .

<http://lexvo.org/id/char/10483> a lvont:Character ;
    lvont:represents "𐒃"^^xsd:string ;
    rdfs:comment "OSMANYA LETTER JA"@en .

<http://lexvo.org/id/char/10484> a lvont:Character ;
    lvont:represents "𐒄"^^xsd:string ;
    rdfs:comment "OSMANYA LETTER XA"@en .

<http://lexvo.org/id/char/10485> a lvont:Character ;
    lvont:represents "𐒅"^^xsd:string ;
    rdfs:comment "OSMANYA LETTER KHA"@en .

<http://lexvo.org/id/char/10486> a lvont:Character ;
    lvont:represents "𐒆"^^xsd:string ;
    rdfs:comment "OSMANYA LETTER DEEL"@en .

<http://lexvo.org/id/char/10487> a lvont:Character ;
    lvont:represents "𐒇"^^xsd:string ;
    rdfs:comment "OSMANYA LETTER RA"@en .

<http://lexvo.org/id/char/10488> a lvont:Character ;
    lvont:represents "𐒈"^^xsd:string ;
    rdfs:comment "OSMANYA LETTER SA"@en .

<http://lexvo.org/id/char/10489> a lvont:Character ;
    lvont:represents "𐒉"^^xsd:string ;
    rdfs:comment "OSMANYA LETTER SHIIN"@en .

<http://lexvo.org/id/char/1048A> a lvont:Character ;
    lvont:represents "𐒊"^^xsd:string ;
    rdfs:comment "OSMANYA LETTER DHA"@en .

<http://lexvo.org/id/char/1048B> a lvont:Character ;
    lvont:represents "𐒋"^^xsd:string ;
    rdfs:comment "OSMANYA LETTER CAYN"@en .

<http://lexvo.org/id/char/1048C> a lvont:Character ;
    lvont:represents "𐒌"^^xsd:string ;
    rdfs:comment "OSMANYA LETTER GA"@en .

<http://lexvo.org/id/char/1048D> a lvont:Character ;
    lvont:represents "𐒍"^^xsd:string ;
    rdfs:comment "OSMANYA LETTER FA"@en .

<http://lexvo.org/id/char/1048E> a lvont:Character ;
    lvont:represents "𐒎"^^xsd:string ;
    rdfs:comment "OSMANYA LETTER QAAF"@en .

<http://lexvo.org/id/char/1048F> a lvont:Character ;
    lvont:represents "𐒏"^^xsd:string ;
    rdfs:comment "OSMANYA LETTER KAAF"@en .

<http://lexvo.org/id/char/1049> a lvont:Character ;
    lvont:represents "၉"^^xsd:string ;
    rdfs:comment "MYANMAR DIGIT NINE"@en .

<http://lexvo.org/id/char/10490> a lvont:Character ;
    lvont:represents "𐒐"^^xsd:string ;
    rdfs:comment "OSMANYA LETTER LAAN"@en .

<http://lexvo.org/id/char/10491> a lvont:Character ;
    lvont:represents "𐒑"^^xsd:string ;
    rdfs:comment "OSMANYA LETTER MIIN"@en .

<http://lexvo.org/id/char/10492> a lvont:Character ;
    lvont:represents "𐒒"^^xsd:string ;
    rdfs:comment "OSMANYA LETTER NUUN"@en .

<http://lexvo.org/id/char/10493> a lvont:Character ;
    lvont:represents "𐒓"^^xsd:string ;
    rdfs:comment "OSMANYA LETTER WAW"@en .

<http://lexvo.org/id/char/10494> a lvont:Character ;
    lvont:represents "𐒔"^^xsd:string ;
    rdfs:comment "OSMANYA LETTER HA"@en .

<http://lexvo.org/id/char/10495> a lvont:Character ;
    lvont:represents "𐒕"^^xsd:string ;
    rdfs:comment "OSMANYA LETTER YA"@en .

<http://lexvo.org/id/char/10496> a lvont:Character ;
    lvont:represents "𐒖"^^xsd:string ;
    rdfs:comment "OSMANYA LETTER A"@en .

<http://lexvo.org/id/char/10497> a lvont:Character ;
    lvont:represents "𐒗"^^xsd:string ;
    rdfs:comment "OSMANYA LETTER E"@en .

<http://lexvo.org/id/char/10498> a lvont:Character ;
    lvont:represents "𐒘"^^xsd:string ;
    rdfs:comment "OSMANYA LETTER I"@en .

<http://lexvo.org/id/char/10499> a lvont:Character ;
    lvont:represents "𐒙"^^xsd:string ;
    rdfs:comment "OSMANYA LETTER O"@en .

<http://lexvo.org/id/char/1049A> a lvont:Character ;
    lvont:represents "𐒚"^^xsd:string ;
    rdfs:comment "OSMANYA LETTER U"@en .

<http://lexvo.org/id/char/1049B> a lvont:Character ;
    lvont:represents "𐒛"^^xsd:string ;
    rdfs:comment "OSMANYA LETTER AA"@en .

<http://lexvo.org/id/char/1049C> a lvont:Character ;
    lvont:represents "𐒜"^^xsd:string ;
    rdfs:comment "OSMANYA LETTER EE"@en .

<http://lexvo.org/id/char/1049D> a lvont:Character ;
    lvont:represents "𐒝"^^xsd:string ;
    rdfs:comment "OSMANYA LETTER OO"@en .

<http://lexvo.org/id/char/104A> a lvont:Character ;
    lvont:represents "၊"^^xsd:string ;
    rdfs:comment "MYANMAR SIGN LITTLE SECTION"@en .

<http://lexvo.org/id/char/104A0> a lvont:Character ;
    lvont:represents "𐒠"^^xsd:string ;
    rdfs:comment "OSMANYA DIGIT ZERO"@en .

<http://lexvo.org/id/char/104A1> a lvont:Character ;
    lvont:represents "𐒡"^^xsd:string ;
    rdfs:comment "OSMANYA DIGIT ONE"@en .

<http://lexvo.org/id/char/104A2> a lvont:Character ;
    lvont:represents "𐒢"^^xsd:string ;
    rdfs:comment "OSMANYA DIGIT TWO"@en .

<http://lexvo.org/id/char/104A3> a lvont:Character ;
    lvont:represents "𐒣"^^xsd:string ;
    rdfs:comment "OSMANYA DIGIT THREE"@en .

<http://lexvo.org/id/char/104A4> a lvont:Character ;
    lvont:represents "𐒤"^^xsd:string ;
    rdfs:comment "OSMANYA DIGIT FOUR"@en .

<http://lexvo.org/id/char/104A5> a lvont:Character ;
    lvont:represents "𐒥"^^xsd:string ;
    rdfs:comment "OSMANYA DIGIT FIVE"@en .

<http://lexvo.org/id/char/104A6> a lvont:Character ;
    lvont:represents "𐒦"^^xsd:string ;
    rdfs:comment "OSMANYA DIGIT SIX"@en .

<http://lexvo.org/id/char/104A7> a lvont:Character ;
    lvont:represents "𐒧"^^xsd:string ;
    rdfs:comment "OSMANYA DIGIT SEVEN"@en .

<http://lexvo.org/id/char/104A8> a lvont:Character ;
    lvont:represents "𐒨"^^xsd:string ;
    rdfs:comment "OSMANYA DIGIT EIGHT"@en .

<http://lexvo.org/id/char/104A9> a lvont:Character ;
    lvont:represents "𐒩"^^xsd:string ;
    rdfs:comment "OSMANYA DIGIT NINE"@en .

<http://lexvo.org/id/char/104B> a lvont:Character ;
    lvont:represents "။"^^xsd:string ;
    rdfs:comment "MYANMAR SIGN SECTION"@en .

<http://lexvo.org/id/char/104C> a lvont:Character ;
    lvont:represents "၌"^^xsd:string ;
    rdfs:comment "MYANMAR SYMBOL LOCATIVE"@en .

<http://lexvo.org/id/char/104D> a lvont:Character ;
    lvont:represents "၍"^^xsd:string ;
    rdfs:comment "MYANMAR SYMBOL COMPLETED"@en .

<http://lexvo.org/id/char/104E> a lvont:Character ;
    lvont:represents "၎"^^xsd:string ;
    rdfs:comment "MYANMAR SYMBOL AFOREMENTIONED"@en .

<http://lexvo.org/id/char/104F> a lvont:Character ;
    lvont:represents "၏"^^xsd:string ;
    rdfs:comment "MYANMAR SYMBOL GENITIVE"@en .

<http://lexvo.org/id/char/1050> a lvont:Character ;
    lvont:represents "ၐ"^^xsd:string ;
    rdfs:comment "MYANMAR LETTER SHA"@en .

<http://lexvo.org/id/char/1051> a lvont:Character ;
    lvont:represents "ၑ"^^xsd:string ;
    rdfs:comment "MYANMAR LETTER SSA"@en .

<http://lexvo.org/id/char/1052> a lvont:Character ;
    lvont:represents "ၒ"^^xsd:string ;
    rdfs:comment "MYANMAR LETTER VOCALIC R"@en .

<http://lexvo.org/id/char/1053> a lvont:Character ;
    lvont:represents "ၓ"^^xsd:string ;
    rdfs:comment "MYANMAR LETTER VOCALIC RR"@en .

<http://lexvo.org/id/char/1054> a lvont:Character ;
    lvont:represents "ၔ"^^xsd:string ;
    rdfs:comment "MYANMAR LETTER VOCALIC L"@en .

<http://lexvo.org/id/char/1055> a lvont:Character ;
    lvont:represents "ၕ"^^xsd:string ;
    rdfs:comment "MYANMAR LETTER VOCALIC LL"@en .

<http://lexvo.org/id/char/1056> a lvont:Character ;
    lvont:represents "ၖ"^^xsd:string ;
    rdfs:comment "MYANMAR VOWEL SIGN VOCALIC R"@en .

<http://lexvo.org/id/char/1057> a lvont:Character ;
    lvont:represents "ၗ"^^xsd:string ;
    rdfs:comment "MYANMAR VOWEL SIGN VOCALIC RR"@en .

<http://lexvo.org/id/char/1058> a lvont:Character ;
    lvont:represents "ၘ"^^xsd:string ;
    rdfs:comment "MYANMAR VOWEL SIGN VOCALIC L"@en .

<http://lexvo.org/id/char/1059> a lvont:Character ;
    lvont:represents "ၙ"^^xsd:string ;
    rdfs:comment "MYANMAR VOWEL SIGN VOCALIC LL"@en .

<http://lexvo.org/id/char/105A> a lvont:Character ;
    lvont:represents "ၚ"^^xsd:string ;
    rdfs:comment "MYANMAR LETTER MON NGA"@en .

<http://lexvo.org/id/char/105B> a lvont:Character ;
    lvont:represents "ၛ"^^xsd:string ;
    rdfs:comment "MYANMAR LETTER MON JHA"@en .

<http://lexvo.org/id/char/105C> a lvont:Character ;
    lvont:represents "ၜ"^^xsd:string ;
    rdfs:comment "MYANMAR LETTER MON BBA"@en .

<http://lexvo.org/id/char/105D> a lvont:Character ;
    lvont:represents "ၝ"^^xsd:string ;
    rdfs:comment "MYANMAR LETTER MON BBE"@en .

<http://lexvo.org/id/char/105E> a lvont:Character ;
    lvont:represents "ၞ"^^xsd:string ;
    rdfs:comment "MYANMAR CONSONANT SIGN MON MEDIAL NA"@en .

<http://lexvo.org/id/char/105F> a lvont:Character ;
    lvont:represents "ၟ"^^xsd:string ;
    rdfs:comment "MYANMAR CONSONANT SIGN MON MEDIAL MA"@en .

<http://lexvo.org/id/char/1060> a lvont:Character ;
    lvont:represents "ၠ"^^xsd:string ;
    rdfs:comment "MYANMAR CONSONANT SIGN MON MEDIAL LA"@en .

<http://lexvo.org/id/char/1061> a lvont:Character ;
    lvont:represents "ၡ"^^xsd:string ;
    rdfs:comment "MYANMAR LETTER SGAW KAREN SHA"@en .

<http://lexvo.org/id/char/1062> a lvont:Character ;
    lvont:represents "ၢ"^^xsd:string ;
    rdfs:comment "MYANMAR VOWEL SIGN SGAW KAREN EU"@en .

<http://lexvo.org/id/char/1063> a lvont:Character ;
    lvont:represents "ၣ"^^xsd:string ;
    rdfs:comment "MYANMAR TONE MARK SGAW KAREN HATHI"@en .

<http://lexvo.org/id/char/1064> a lvont:Character ;
    lvont:represents "ၤ"^^xsd:string ;
    rdfs:comment "MYANMAR TONE MARK SGAW KAREN KE PHO"@en .

<http://lexvo.org/id/char/1065> a lvont:Character ;
    lvont:represents "ၥ"^^xsd:string ;
    rdfs:comment "MYANMAR LETTER WESTERN PWO KAREN THA"@en .

<http://lexvo.org/id/char/1066> a lvont:Character ;
    lvont:represents "ၦ"^^xsd:string ;
    rdfs:comment "MYANMAR LETTER WESTERN PWO KAREN PWA"@en .

<http://lexvo.org/id/char/1067> a lvont:Character ;
    lvont:represents "ၧ"^^xsd:string ;
    rdfs:comment "MYANMAR VOWEL SIGN WESTERN PWO KAREN EU"@en .

<http://lexvo.org/id/char/1068> a lvont:Character ;
    lvont:represents "ၨ"^^xsd:string ;
    rdfs:comment "MYANMAR VOWEL SIGN WESTERN PWO KAREN UE"@en .

<http://lexvo.org/id/char/1069> a lvont:Character ;
    lvont:represents "ၩ"^^xsd:string ;
    rdfs:comment "MYANMAR SIGN WESTERN PWO KAREN TONE-1"@en .

<http://lexvo.org/id/char/106A> a lvont:Character ;
    lvont:represents "ၪ"^^xsd:string ;
    rdfs:comment "MYANMAR SIGN WESTERN PWO KAREN TONE-2"@en .

<http://lexvo.org/id/char/106B> a lvont:Character ;
    lvont:represents "ၫ"^^xsd:string ;
    rdfs:comment "MYANMAR SIGN WESTERN PWO KAREN TONE-3"@en .

<http://lexvo.org/id/char/106C> a lvont:Character ;
    lvont:represents "ၬ"^^xsd:string ;
    rdfs:comment "MYANMAR SIGN WESTERN PWO KAREN TONE-4"@en .

<http://lexvo.org/id/char/106D> a lvont:Character ;
    lvont:represents "ၭ"^^xsd:string ;
    rdfs:comment "MYANMAR SIGN WESTERN PWO KAREN TONE-5"@en .

<http://lexvo.org/id/char/106E> a lvont:Character ;
    lvont:represents "ၮ"^^xsd:string ;
    rdfs:comment "MYANMAR LETTER EASTERN PWO KAREN NNA"@en .

<http://lexvo.org/id/char/106F> a lvont:Character ;
    lvont:represents "ၯ"^^xsd:string ;
    rdfs:comment "MYANMAR LETTER EASTERN PWO KAREN YWA"@en .

<http://lexvo.org/id/char/1070> a lvont:Character ;
    lvont:represents "ၰ"^^xsd:string ;
    rdfs:comment "MYANMAR LETTER EASTERN PWO KAREN GHWA"@en .

<http://lexvo.org/id/char/1071> a lvont:Character ;
    lvont:represents "ၱ"^^xsd:string ;
    rdfs:comment "MYANMAR VOWEL SIGN GEBA KAREN I"@en .

<http://lexvo.org/id/char/1072> a lvont:Character ;
    lvont:represents "ၲ"^^xsd:string ;
    rdfs:comment "MYANMAR VOWEL SIGN KAYAH OE"@en .

<http://lexvo.org/id/char/1073> a lvont:Character ;
    lvont:represents "ၳ"^^xsd:string ;
    rdfs:comment "MYANMAR VOWEL SIGN KAYAH U"@en .

<http://lexvo.org/id/char/1074> a lvont:Character ;
    lvont:represents "ၴ"^^xsd:string ;
    rdfs:comment "MYANMAR VOWEL SIGN KAYAH EE"@en .

<http://lexvo.org/id/char/1075> a lvont:Character ;
    lvont:represents "ၵ"^^xsd:string ;
    rdfs:comment "MYANMAR LETTER SHAN KA"@en .

<http://lexvo.org/id/char/1076> a lvont:Character ;
    lvont:represents "ၶ"^^xsd:string ;
    rdfs:comment "MYANMAR LETTER SHAN KHA"@en .

<http://lexvo.org/id/char/1077> a lvont:Character ;
    lvont:represents "ၷ"^^xsd:string ;
    rdfs:comment "MYANMAR LETTER SHAN GA"@en .

<http://lexvo.org/id/char/1078> a lvont:Character ;
    lvont:represents "ၸ"^^xsd:string ;
    rdfs:comment "MYANMAR LETTER SHAN CA"@en .

<http://lexvo.org/id/char/1079> a lvont:Character ;
    lvont:represents "ၹ"^^xsd:string ;
    rdfs:comment "MYANMAR LETTER SHAN ZA"@en .

<http://lexvo.org/id/char/107A> a lvont:Character ;
    lvont:represents "ၺ"^^xsd:string ;
    rdfs:comment "MYANMAR LETTER SHAN NYA"@en .

<http://lexvo.org/id/char/107B> a lvont:Character ;
    lvont:represents "ၻ"^^xsd:string ;
    rdfs:comment "MYANMAR LETTER SHAN DA"@en .

<http://lexvo.org/id/char/107C> a lvont:Character ;
    lvont:represents "ၼ"^^xsd:string ;
    rdfs:comment "MYANMAR LETTER SHAN NA"@en .

<http://lexvo.org/id/char/107D> a lvont:Character ;
    lvont:represents "ၽ"^^xsd:string ;
    rdfs:comment "MYANMAR LETTER SHAN PHA"@en .

<http://lexvo.org/id/char/107E> a lvont:Character ;
    lvont:represents "ၾ"^^xsd:string ;
    rdfs:comment "MYANMAR LETTER SHAN FA"@en .

<http://lexvo.org/id/char/107F> a lvont:Character ;
    lvont:represents "ၿ"^^xsd:string ;
    rdfs:comment "MYANMAR LETTER SHAN BA"@en .

<http://lexvo.org/id/char/1080> a lvont:Character ;
    lvont:represents "ႀ"^^xsd:string ;
    rdfs:comment "MYANMAR LETTER SHAN THA"@en .

<http://lexvo.org/id/char/10800> a lvont:Character ;
    lvont:represents "𐠀"^^xsd:string ;
    rdfs:comment "CYPRIOT SYLLABLE A"@en .

<http://lexvo.org/id/char/10801> a lvont:Character ;
    lvont:represents "𐠁"^^xsd:string ;
    rdfs:comment "CYPRIOT SYLLABLE E"@en .

<http://lexvo.org/id/char/10802> a lvont:Character ;
    lvont:represents "𐠂"^^xsd:string ;
    rdfs:comment "CYPRIOT SYLLABLE I"@en .

<http://lexvo.org/id/char/10803> a lvont:Character ;
    lvont:represents "𐠃"^^xsd:string ;
    rdfs:comment "CYPRIOT SYLLABLE O"@en .

<http://lexvo.org/id/char/10804> a lvont:Character ;
    lvont:represents "𐠄"^^xsd:string ;
    rdfs:comment "CYPRIOT SYLLABLE U"@en .

<http://lexvo.org/id/char/10805> a lvont:Character ;
    lvont:represents "𐠅"^^xsd:string ;
    rdfs:comment "CYPRIOT SYLLABLE JA"@en .

<http://lexvo.org/id/char/10808> a lvont:Character ;
    lvont:represents "𐠈"^^xsd:string ;
    rdfs:comment "CYPRIOT SYLLABLE JO"@en .

<http://lexvo.org/id/char/1080A> a lvont:Character ;
    lvont:represents "𐠊"^^xsd:string ;
    rdfs:comment "CYPRIOT SYLLABLE KA"@en .

<http://lexvo.org/id/char/1080B> a lvont:Character ;
    lvont:represents "𐠋"^^xsd:string ;
    rdfs:comment "CYPRIOT SYLLABLE KE"@en .

<http://lexvo.org/id/char/1080C> a lvont:Character ;
    lvont:represents "𐠌"^^xsd:string ;
    rdfs:comment "CYPRIOT SYLLABLE KI"@en .

<http://lexvo.org/id/char/1080D> a lvont:Character ;
    lvont:represents "𐠍"^^xsd:string ;
    rdfs:comment "CYPRIOT SYLLABLE KO"@en .

<http://lexvo.org/id/char/1080E> a lvont:Character ;
    lvont:represents "𐠎"^^xsd:string ;
    rdfs:comment "CYPRIOT SYLLABLE KU"@en .

<http://lexvo.org/id/char/1080F> a lvont:Character ;
    lvont:represents "𐠏"^^xsd:string ;
    rdfs:comment "CYPRIOT SYLLABLE LA"@en .

<http://lexvo.org/id/char/1081> a lvont:Character ;
    lvont:represents "ႁ"^^xsd:string ;
    rdfs:comment "MYANMAR LETTER SHAN HA"@en .

<http://lexvo.org/id/char/10810> a lvont:Character ;
    lvont:represents "𐠐"^^xsd:string ;
    rdfs:comment "CYPRIOT SYLLABLE LE"@en .

<http://lexvo.org/id/char/10811> a lvont:Character ;
    lvont:represents "𐠑"^^xsd:string ;
    rdfs:comment "CYPRIOT SYLLABLE LI"@en .

<http://lexvo.org/id/char/10812> a lvont:Character ;
    lvont:represents "𐠒"^^xsd:string ;
    rdfs:comment "CYPRIOT SYLLABLE LO"@en .

<http://lexvo.org/id/char/10813> a lvont:Character ;
    lvont:represents "𐠓"^^xsd:string ;
    rdfs:comment "CYPRIOT SYLLABLE LU"@en .

<http://lexvo.org/id/char/10814> a lvont:Character ;
    lvont:represents "𐠔"^^xsd:string ;
    rdfs:comment "CYPRIOT SYLLABLE MA"@en .

<http://lexvo.org/id/char/10815> a lvont:Character ;
    lvont:represents "𐠕"^^xsd:string ;
    rdfs:comment "CYPRIOT SYLLABLE ME"@en .

<http://lexvo.org/id/char/10816> a lvont:Character ;
    lvont:represents "𐠖"^^xsd:string ;
    rdfs:comment "CYPRIOT SYLLABLE MI"@en .

<http://lexvo.org/id/char/10817> a lvont:Character ;
    lvont:represents "𐠗"^^xsd:string ;
    rdfs:comment "CYPRIOT SYLLABLE MO"@en .

<http://lexvo.org/id/char/10818> a lvont:Character ;
    lvont:represents "𐠘"^^xsd:string ;
    rdfs:comment "CYPRIOT SYLLABLE MU"@en .

<http://lexvo.org/id/char/10819> a lvont:Character ;
    lvont:represents "𐠙"^^xsd:string ;
    rdfs:comment "CYPRIOT SYLLABLE NA"@en .

<http://lexvo.org/id/char/1081A> a lvont:Character ;
    lvont:represents "𐠚"^^xsd:string ;
    rdfs:comment "CYPRIOT SYLLABLE NE"@en .

<http://lexvo.org/id/char/1081B> a lvont:Character ;
    lvont:represents "𐠛"^^xsd:string ;
    rdfs:comment "CYPRIOT SYLLABLE NI"@en .

<http://lexvo.org/id/char/1081C> a lvont:Character ;
    lvont:represents "𐠜"^^xsd:string ;
    rdfs:comment "CYPRIOT SYLLABLE NO"@en .

<http://lexvo.org/id/char/1081D> a lvont:Character ;
    lvont:represents "𐠝"^^xsd:string ;
    rdfs:comment "CYPRIOT SYLLABLE NU"@en .

<http://lexvo.org/id/char/1081E> a lvont:Character ;
    lvont:represents "𐠞"^^xsd:string ;
    rdfs:comment "CYPRIOT SYLLABLE PA"@en .

<http://lexvo.org/id/char/1081F> a lvont:Character ;
    lvont:represents "𐠟"^^xsd:string ;
    rdfs:comment "CYPRIOT SYLLABLE PE"@en .

<http://lexvo.org/id/char/1082> a lvont:Character ;
    lvont:represents "ႂ"^^xsd:string ;
    rdfs:comment "MYANMAR CONSONANT SIGN SHAN MEDIAL WA"@en .

<http://lexvo.org/id/char/10820> a lvont:Character ;
    lvont:represents "𐠠"^^xsd:string ;
    rdfs:comment "CYPRIOT SYLLABLE PI"@en .

<http://lexvo.org/id/char/10821> a lvont:Character ;
    lvont:represents "𐠡"^^xsd:string ;
    rdfs:comment "CYPRIOT SYLLABLE PO"@en .

<http://lexvo.org/id/char/10822> a lvont:Character ;
    lvont:represents "𐠢"^^xsd:string ;
    rdfs:comment "CYPRIOT SYLLABLE PU"@en .

<http://lexvo.org/id/char/10823> a lvont:Character ;
    lvont:represents "𐠣"^^xsd:string ;
    rdfs:comment "CYPRIOT SYLLABLE RA"@en .

<http://lexvo.org/id/char/10824> a lvont:Character ;
    lvont:represents "𐠤"^^xsd:string ;
    rdfs:comment "CYPRIOT SYLLABLE RE"@en .

<http://lexvo.org/id/char/10825> a lvont:Character ;
    lvont:represents "𐠥"^^xsd:string ;
    rdfs:comment "CYPRIOT SYLLABLE RI"@en .

<http://lexvo.org/id/char/10826> a lvont:Character ;
    lvont:represents "𐠦"^^xsd:string ;
    rdfs:comment "CYPRIOT SYLLABLE RO"@en .

<http://lexvo.org/id/char/10827> a lvont:Character ;
    lvont:represents "𐠧"^^xsd:string ;
    rdfs:comment "CYPRIOT SYLLABLE RU"@en .

<http://lexvo.org/id/char/10828> a lvont:Character ;
    lvont:represents "𐠨"^^xsd:string ;
    rdfs:comment "CYPRIOT SYLLABLE SA"@en .

<http://lexvo.org/id/char/10829> a lvont:Character ;
    lvont:represents "𐠩"^^xsd:string ;
    rdfs:comment "CYPRIOT SYLLABLE SE"@en .

<http://lexvo.org/id/char/1082A> a lvont:Character ;
    lvont:represents "𐠪"^^xsd:string ;
    rdfs:comment "CYPRIOT SYLLABLE SI"@en .

<http://lexvo.org/id/char/1082B> a lvont:Character ;
    lvont:represents "𐠫"^^xsd:string ;
    rdfs:comment "CYPRIOT SYLLABLE SO"@en .

<http://lexvo.org/id/char/1082C> a lvont:Character ;
    lvont:represents "𐠬"^^xsd:string ;
    rdfs:comment "CYPRIOT SYLLABLE SU"@en .

<http://lexvo.org/id/char/1082D> a lvont:Character ;
    lvont:represents "𐠭"^^xsd:string ;
    rdfs:comment "CYPRIOT SYLLABLE TA"@en .

<http://lexvo.org/id/char/1082E> a lvont:Character ;
    lvont:represents "𐠮"^^xsd:string ;
    rdfs:comment "CYPRIOT SYLLABLE TE"@en .

<http://lexvo.org/id/char/1082F> a lvont:Character ;
    lvont:represents "𐠯"^^xsd:string ;
    rdfs:comment "CYPRIOT SYLLABLE TI"@en .

<http://lexvo.org/id/char/1083> a lvont:Character ;
    lvont:represents "ႃ"^^xsd:string ;
    rdfs:comment "MYANMAR VOWEL SIGN SHAN AA"@en .

<http://lexvo.org/id/char/10830> a lvont:Character ;
    lvont:represents "𐠰"^^xsd:string ;
    rdfs:comment "CYPRIOT SYLLABLE TO"@en .

<http://lexvo.org/id/char/10831> a lvont:Character ;
    lvont:represents "𐠱"^^xsd:string ;
    rdfs:comment "CYPRIOT SYLLABLE TU"@en .

<http://lexvo.org/id/char/10832> a lvont:Character ;
    lvont:represents "𐠲"^^xsd:string ;
    rdfs:comment "CYPRIOT SYLLABLE WA"@en .

<http://lexvo.org/id/char/10833> a lvont:Character ;
    lvont:represents "𐠳"^^xsd:string ;
    rdfs:comment "CYPRIOT SYLLABLE WE"@en .

<http://lexvo.org/id/char/10834> a lvont:Character ;
    lvont:represents "𐠴"^^xsd:string ;
    rdfs:comment "CYPRIOT SYLLABLE WI"@en .

<http://lexvo.org/id/char/10835> a lvont:Character ;
    lvont:represents "𐠵"^^xsd:string ;
    rdfs:comment "CYPRIOT SYLLABLE WO"@en .

<http://lexvo.org/id/char/10837> a lvont:Character ;
    lvont:represents "𐠷"^^xsd:string ;
    rdfs:comment "CYPRIOT SYLLABLE XA"@en .

<http://lexvo.org/id/char/10838> a lvont:Character ;
    lvont:represents "𐠸"^^xsd:string ;
    rdfs:comment "CYPRIOT SYLLABLE XE"@en .

<http://lexvo.org/id/char/1083C> a lvont:Character ;
    lvont:represents "𐠼"^^xsd:string ;
    rdfs:comment "CYPRIOT SYLLABLE ZA"@en .

<http://lexvo.org/id/char/1083F> a lvont:Character ;
    lvont:represents "𐠿"^^xsd:string ;
    rdfs:comment "CYPRIOT SYLLABLE ZO"@en .

<http://lexvo.org/id/char/1084> a lvont:Character ;
    lvont:represents "ႄ"^^xsd:string ;
    rdfs:comment "MYANMAR VOWEL SIGN SHAN E"@en .

<http://lexvo.org/id/char/10840> a lvont:Character ;
    lvont:represents "𐡀"^^xsd:string ;
    rdfs:comment "IMPERIAL ARAMAIC LETTER ALEPH"@en .

<http://lexvo.org/id/char/10841> a lvont:Character ;
    lvont:represents "𐡁"^^xsd:string ;
    rdfs:comment "IMPERIAL ARAMAIC LETTER BETH"@en .

<http://lexvo.org/id/char/10842> a lvont:Character ;
    lvont:represents "𐡂"^^xsd:string ;
    rdfs:comment "IMPERIAL ARAMAIC LETTER GIMEL"@en .

<http://lexvo.org/id/char/10843> a lvont:Character ;
    lvont:represents "𐡃"^^xsd:string ;
    rdfs:comment "IMPERIAL ARAMAIC LETTER DALETH"@en .

<http://lexvo.org/id/char/10844> a lvont:Character ;
    lvont:represents "𐡄"^^xsd:string ;
    rdfs:comment "IMPERIAL ARAMAIC LETTER HE"@en .

<http://lexvo.org/id/char/10845> a lvont:Character ;
    lvont:represents "𐡅"^^xsd:string ;
    rdfs:comment "IMPERIAL ARAMAIC LETTER WAW"@en .

<http://lexvo.org/id/char/10846> a lvont:Character ;
    lvont:represents "𐡆"^^xsd:string ;
    rdfs:comment "IMPERIAL ARAMAIC LETTER ZAYIN"@en .

<http://lexvo.org/id/char/10847> a lvont:Character ;
    lvont:represents "𐡇"^^xsd:string ;
    rdfs:comment "IMPERIAL ARAMAIC LETTER HETH"@en .

<http://lexvo.org/id/char/10848> a lvont:Character ;
    lvont:represents "𐡈"^^xsd:string ;
    rdfs:comment "IMPERIAL ARAMAIC LETTER TETH"@en .

<http://lexvo.org/id/char/10849> a lvont:Character ;
    lvont:represents "𐡉"^^xsd:string ;
    rdfs:comment "IMPERIAL ARAMAIC LETTER YODH"@en .

<http://lexvo.org/id/char/1084A> a lvont:Character ;
    lvont:represents "𐡊"^^xsd:string ;
    rdfs:comment "IMPERIAL ARAMAIC LETTER KAPH"@en .

<http://lexvo.org/id/char/1084B> a lvont:Character ;
    lvont:represents "𐡋"^^xsd:string ;
    rdfs:comment "IMPERIAL ARAMAIC LETTER LAMEDH"@en .

<http://lexvo.org/id/char/1084C> a lvont:Character ;
    lvont:represents "𐡌"^^xsd:string ;
    rdfs:comment "IMPERIAL ARAMAIC LETTER MEM"@en .

<http://lexvo.org/id/char/1084D> a lvont:Character ;
    lvont:represents "𐡍"^^xsd:string ;
    rdfs:comment "IMPERIAL ARAMAIC LETTER NUN"@en .

<http://lexvo.org/id/char/1084E> a lvont:Character ;
    lvont:represents "𐡎"^^xsd:string ;
    rdfs:comment "IMPERIAL ARAMAIC LETTER SAMEKH"@en .

<http://lexvo.org/id/char/1084F> a lvont:Character ;
    lvont:represents "𐡏"^^xsd:string ;
    rdfs:comment "IMPERIAL ARAMAIC LETTER AYIN"@en .

<http://lexvo.org/id/char/1085> a lvont:Character ;
    lvont:represents "ႅ"^^xsd:string ;
    rdfs:comment "MYANMAR VOWEL SIGN SHAN E ABOVE"@en .

<http://lexvo.org/id/char/10850> a lvont:Character ;
    lvont:represents "𐡐"^^xsd:string ;
    rdfs:comment "IMPERIAL ARAMAIC LETTER PE"@en .

<http://lexvo.org/id/char/10851> a lvont:Character ;
    lvont:represents "𐡑"^^xsd:string ;
    rdfs:comment "IMPERIAL ARAMAIC LETTER SADHE"@en .

<http://lexvo.org/id/char/10852> a lvont:Character ;
    lvont:represents "𐡒"^^xsd:string ;
    rdfs:comment "IMPERIAL ARAMAIC LETTER QOPH"@en .

<http://lexvo.org/id/char/10853> a lvont:Character ;
    lvont:represents "𐡓"^^xsd:string ;
    rdfs:comment "IMPERIAL ARAMAIC LETTER RESH"@en .

<http://lexvo.org/id/char/10854> a lvont:Character ;
    lvont:represents "𐡔"^^xsd:string ;
    rdfs:comment "IMPERIAL ARAMAIC LETTER SHIN"@en .

<http://lexvo.org/id/char/10855> a lvont:Character ;
    lvont:represents "𐡕"^^xsd:string ;
    rdfs:comment "IMPERIAL ARAMAIC LETTER TAW"@en .

<http://lexvo.org/id/char/10857> a lvont:Character ;
    lvont:represents "𐡗"^^xsd:string ;
    rdfs:comment "IMPERIAL ARAMAIC SECTION SIGN"@en .

<http://lexvo.org/id/char/10858> a lvont:Character ;
    lvont:represents "𐡘"^^xsd:string ;
    rdfs:comment "IMPERIAL ARAMAIC NUMBER ONE"@en .

<http://lexvo.org/id/char/10859> a lvont:Character ;
    lvont:represents "𐡙"^^xsd:string ;
    rdfs:comment "IMPERIAL ARAMAIC NUMBER TWO"@en .

<http://lexvo.org/id/char/1085A> a lvont:Character ;
    lvont:represents "𐡚"^^xsd:string ;
    rdfs:comment "IMPERIAL ARAMAIC NUMBER THREE"@en .

<http://lexvo.org/id/char/1085B> a lvont:Character ;
    lvont:represents "𐡛"^^xsd:string ;
    rdfs:comment "IMPERIAL ARAMAIC NUMBER TEN"@en .

<http://lexvo.org/id/char/1085C> a lvont:Character ;
    lvont:represents "𐡜"^^xsd:string ;
    rdfs:comment "IMPERIAL ARAMAIC NUMBER TWENTY"@en .

<http://lexvo.org/id/char/1085D> a lvont:Character ;
    lvont:represents "𐡝"^^xsd:string ;
    rdfs:comment "IMPERIAL ARAMAIC NUMBER ONE HUNDRED"@en .

<http://lexvo.org/id/char/1085E> a lvont:Character ;
    lvont:represents "𐡞"^^xsd:string ;
    rdfs:comment "IMPERIAL ARAMAIC NUMBER ONE THOUSAND"@en .

<http://lexvo.org/id/char/1085F> a lvont:Character ;
    lvont:represents "𐡟"^^xsd:string ;
    rdfs:comment "IMPERIAL ARAMAIC NUMBER TEN THOUSAND"@en .

<http://lexvo.org/id/char/1086> a lvont:Character ;
    lvont:represents "ႆ"^^xsd:string ;
    rdfs:comment "MYANMAR VOWEL SIGN SHAN FINAL Y"@en .

<http://lexvo.org/id/char/1087> a lvont:Character ;
    lvont:represents "ႇ"^^xsd:string ;
    rdfs:comment "MYANMAR SIGN SHAN TONE-2"@en .

<http://lexvo.org/id/char/1088> a lvont:Character ;
    lvont:represents "ႈ"^^xsd:string ;
    rdfs:comment "MYANMAR SIGN SHAN TONE-3"@en .

<http://lexvo.org/id/char/1089> a lvont:Character ;
    lvont:represents "ႉ"^^xsd:string ;
    rdfs:comment "MYANMAR SIGN SHAN TONE-5"@en .

<http://lexvo.org/id/char/108A> a lvont:Character ;
    lvont:represents "ႊ"^^xsd:string ;
    rdfs:comment "MYANMAR SIGN SHAN TONE-6"@en .

<http://lexvo.org/id/char/108B> a lvont:Character ;
    lvont:represents "ႋ"^^xsd:string ;
    rdfs:comment "MYANMAR SIGN SHAN COUNCIL TONE-2"@en .

<http://lexvo.org/id/char/108C> a lvont:Character ;
    lvont:represents "ႌ"^^xsd:string ;
    rdfs:comment "MYANMAR SIGN SHAN COUNCIL TONE-3"@en .

<http://lexvo.org/id/char/108D> a lvont:Character ;
    lvont:represents "ႍ"^^xsd:string ;
    rdfs:comment "MYANMAR SIGN SHAN COUNCIL EMPHATIC TONE"@en .

<http://lexvo.org/id/char/108E> a lvont:Character ;
    lvont:represents "ႎ"^^xsd:string ;
    rdfs:comment "MYANMAR LETTER RUMAI PALAUNG FA"@en .

<http://lexvo.org/id/char/108F> a lvont:Character ;
    lvont:represents "ႏ"^^xsd:string ;
    rdfs:comment "MYANMAR SIGN RUMAI PALAUNG TONE-5"@en .

<http://lexvo.org/id/char/1090> a lvont:Character ;
    lvont:represents "႐"^^xsd:string ;
    rdfs:comment "MYANMAR SHAN DIGIT ZERO"@en .

<http://lexvo.org/id/char/10900> a lvont:Character ;
    lvont:represents "𐤀"^^xsd:string ;
    rdfs:comment "PHOENICIAN LETTER ALF"@en .

<http://lexvo.org/id/char/10901> a lvont:Character ;
    lvont:represents "𐤁"^^xsd:string ;
    rdfs:comment "PHOENICIAN LETTER BET"@en .

<http://lexvo.org/id/char/10902> a lvont:Character ;
    lvont:represents "𐤂"^^xsd:string ;
    rdfs:comment "PHOENICIAN LETTER GAML"@en .

<http://lexvo.org/id/char/10903> a lvont:Character ;
    lvont:represents "𐤃"^^xsd:string ;
    rdfs:comment "PHOENICIAN LETTER DELT"@en .

<http://lexvo.org/id/char/10904> a lvont:Character ;
    lvont:represents "𐤄"^^xsd:string ;
    rdfs:comment "PHOENICIAN LETTER HE"@en .

<http://lexvo.org/id/char/10905> a lvont:Character ;
    lvont:represents "𐤅"^^xsd:string ;
    rdfs:comment "PHOENICIAN LETTER WAU"@en .

<http://lexvo.org/id/char/10906> a lvont:Character ;
    lvont:represents "𐤆"^^xsd:string ;
    rdfs:comment "PHOENICIAN LETTER ZAI"@en .

<http://lexvo.org/id/char/10907> a lvont:Character ;
    lvont:represents "𐤇"^^xsd:string ;
    rdfs:comment "PHOENICIAN LETTER HET"@en .

<http://lexvo.org/id/char/10908> a lvont:Character ;
    lvont:represents "𐤈"^^xsd:string ;
    rdfs:comment "PHOENICIAN LETTER TET"@en .

<http://lexvo.org/id/char/10909> a lvont:Character ;
    lvont:represents "𐤉"^^xsd:string ;
    rdfs:comment "PHOENICIAN LETTER YOD"@en .

<http://lexvo.org/id/char/1090A> a lvont:Character ;
    lvont:represents "𐤊"^^xsd:string ;
    rdfs:comment "PHOENICIAN LETTER KAF"@en .

<http://lexvo.org/id/char/1090B> a lvont:Character ;
    lvont:represents "𐤋"^^xsd:string ;
    rdfs:comment "PHOENICIAN LETTER LAMD"@en .

<http://lexvo.org/id/char/1090C> a lvont:Character ;
    lvont:represents "𐤌"^^xsd:string ;
    rdfs:comment "PHOENICIAN LETTER MEM"@en .

<http://lexvo.org/id/char/1090D> a lvont:Character ;
    lvont:represents "𐤍"^^xsd:string ;
    rdfs:comment "PHOENICIAN LETTER NUN"@en .

<http://lexvo.org/id/char/1090E> a lvont:Character ;
    lvont:represents "𐤎"^^xsd:string ;
    rdfs:comment "PHOENICIAN LETTER SEMK"@en .

<http://lexvo.org/id/char/1090F> a lvont:Character ;
    lvont:represents "𐤏"^^xsd:string ;
    rdfs:comment "PHOENICIAN LETTER AIN"@en .

<http://lexvo.org/id/char/1091> a lvont:Character ;
    lvont:represents "႑"^^xsd:string ;
    rdfs:comment "MYANMAR SHAN DIGIT ONE"@en .

<http://lexvo.org/id/char/10910> a lvont:Character ;
    lvont:represents "𐤐"^^xsd:string ;
    rdfs:comment "PHOENICIAN LETTER PE"@en .

<http://lexvo.org/id/char/10911> a lvont:Character ;
    lvont:represents "𐤑"^^xsd:string ;
    rdfs:comment "PHOENICIAN LETTER SADE"@en .

<http://lexvo.org/id/char/10912> a lvont:Character ;
    lvont:represents "𐤒"^^xsd:string ;
    rdfs:comment "PHOENICIAN LETTER QOF"@en .

<http://lexvo.org/id/char/10913> a lvont:Character ;
    lvont:represents "𐤓"^^xsd:string ;
    rdfs:comment "PHOENICIAN LETTER ROSH"@en .

<http://lexvo.org/id/char/10914> a lvont:Character ;
    lvont:represents "𐤔"^^xsd:string ;
    rdfs:comment "PHOENICIAN LETTER SHIN"@en .

<http://lexvo.org/id/char/10915> a lvont:Character ;
    lvont:represents "𐤕"^^xsd:string ;
    rdfs:comment "PHOENICIAN LETTER TAU"@en .

<http://lexvo.org/id/char/10916> a lvont:Character ;
    lvont:represents "𐤖"^^xsd:string ;
    rdfs:comment "PHOENICIAN NUMBER ONE"@en .

<http://lexvo.org/id/char/10917> a lvont:Character ;
    lvont:represents "𐤗"^^xsd:string ;
    rdfs:comment "PHOENICIAN NUMBER TEN"@en .

<http://lexvo.org/id/char/10918> a lvont:Character ;
    lvont:represents "𐤘"^^xsd:string ;
    rdfs:comment "PHOENICIAN NUMBER TWENTY"@en .

<http://lexvo.org/id/char/10919> a lvont:Character ;
    lvont:represents "𐤙"^^xsd:string ;
    rdfs:comment "PHOENICIAN NUMBER ONE HUNDRED"@en .

<http://lexvo.org/id/char/1091A> a lvont:Character ;
    lvont:represents "𐤚"^^xsd:string ;
    rdfs:comment "PHOENICIAN NUMBER TWO"@en .

<http://lexvo.org/id/char/1091B> a lvont:Character ;
    lvont:represents "𐤛"^^xsd:string ;
    rdfs:comment "PHOENICIAN NUMBER THREE"@en .

<http://lexvo.org/id/char/1091F> a lvont:Character ;
    lvont:represents "𐤟"^^xsd:string ;
    rdfs:comment "PHOENICIAN WORD SEPARATOR"@en .

<http://lexvo.org/id/char/1092> a lvont:Character ;
    lvont:represents "႒"^^xsd:string ;
    rdfs:comment "MYANMAR SHAN DIGIT TWO"@en .

<http://lexvo.org/id/char/10920> a lvont:Character ;
    lvont:represents "𐤠"^^xsd:string ;
    rdfs:comment "LYDIAN LETTER A"@en .

<http://lexvo.org/id/char/10921> a lvont:Character ;
    lvont:represents "𐤡"^^xsd:string ;
    rdfs:comment "LYDIAN LETTER B"@en .

<http://lexvo.org/id/char/10922> a lvont:Character ;
    lvont:represents "𐤢"^^xsd:string ;
    rdfs:comment "LYDIAN LETTER G"@en .

<http://lexvo.org/id/char/10923> a lvont:Character ;
    lvont:represents "𐤣"^^xsd:string ;
    rdfs:comment "LYDIAN LETTER D"@en .

<http://lexvo.org/id/char/10924> a lvont:Character ;
    lvont:represents "𐤤"^^xsd:string ;
    rdfs:comment "LYDIAN LETTER E"@en .

<http://lexvo.org/id/char/10925> a lvont:Character ;
    lvont:represents "𐤥"^^xsd:string ;
    rdfs:comment "LYDIAN LETTER V"@en .

<http://lexvo.org/id/char/10926> a lvont:Character ;
    lvont:represents "𐤦"^^xsd:string ;
    rdfs:comment "LYDIAN LETTER I"@en .

<http://lexvo.org/id/char/10927> a lvont:Character ;
    lvont:represents "𐤧"^^xsd:string ;
    rdfs:comment "LYDIAN LETTER Y"@en .

<http://lexvo.org/id/char/10928> a lvont:Character ;
    lvont:represents "𐤨"^^xsd:string ;
    rdfs:comment "LYDIAN LETTER K"@en .

<http://lexvo.org/id/char/10929> a lvont:Character ;
    lvont:represents "𐤩"^^xsd:string ;
    rdfs:comment "LYDIAN LETTER L"@en .

<http://lexvo.org/id/char/1092A> a lvont:Character ;
    lvont:represents "𐤪"^^xsd:string ;
    rdfs:comment "LYDIAN LETTER M"@en .

<http://lexvo.org/id/char/1092B> a lvont:Character ;
    lvont:represents "𐤫"^^xsd:string ;
    rdfs:comment "LYDIAN LETTER N"@en .

<http://lexvo.org/id/char/1092C> a lvont:Character ;
    lvont:represents "𐤬"^^xsd:string ;
    rdfs:comment "LYDIAN LETTER O"@en .

<http://lexvo.org/id/char/1092D> a lvont:Character ;
    lvont:represents "𐤭"^^xsd:string ;
    rdfs:comment "LYDIAN LETTER R"@en .

<http://lexvo.org/id/char/1092E> a lvont:Character ;
    lvont:represents "𐤮"^^xsd:string ;
    rdfs:comment "LYDIAN LETTER SS"@en .

<http://lexvo.org/id/char/1092F> a lvont:Character ;
    lvont:represents "𐤯"^^xsd:string ;
    rdfs:comment "LYDIAN LETTER T"@en .

<http://lexvo.org/id/char/1093> a lvont:Character ;
    lvont:represents "႓"^^xsd:string ;
    rdfs:comment "MYANMAR SHAN DIGIT THREE"@en .

<http://lexvo.org/id/char/10930> a lvont:Character ;
    lvont:represents "𐤰"^^xsd:string ;
    rdfs:comment "LYDIAN LETTER U"@en .

<http://lexvo.org/id/char/10931> a lvont:Character ;
    lvont:represents "𐤱"^^xsd:string ;
    rdfs:comment "LYDIAN LETTER F"@en .

<http://lexvo.org/id/char/10932> a lvont:Character ;
    lvont:represents "𐤲"^^xsd:string ;
    rdfs:comment "LYDIAN LETTER Q"@en .

<http://lexvo.org/id/char/10933> a lvont:Character ;
    lvont:represents "𐤳"^^xsd:string ;
    rdfs:comment "LYDIAN LETTER S"@en .

<http://lexvo.org/id/char/10934> a lvont:Character ;
    lvont:represents "𐤴"^^xsd:string ;
    rdfs:comment "LYDIAN LETTER TT"@en .

<http://lexvo.org/id/char/10935> a lvont:Character ;
    lvont:represents "𐤵"^^xsd:string ;
    rdfs:comment "LYDIAN LETTER AN"@en .

<http://lexvo.org/id/char/10936> a lvont:Character ;
    lvont:represents "𐤶"^^xsd:string ;
    rdfs:comment "LYDIAN LETTER EN"@en .

<http://lexvo.org/id/char/10937> a lvont:Character ;
    lvont:represents "𐤷"^^xsd:string ;
    rdfs:comment "LYDIAN LETTER LY"@en .

<http://lexvo.org/id/char/10938> a lvont:Character ;
    lvont:represents "𐤸"^^xsd:string ;
    rdfs:comment "LYDIAN LETTER NN"@en .

<http://lexvo.org/id/char/10939> a lvont:Character ;
    lvont:represents "𐤹"^^xsd:string ;
    rdfs:comment "LYDIAN LETTER C"@en .

<http://lexvo.org/id/char/1093F> a lvont:Character ;
    lvont:represents "𐤿"^^xsd:string ;
    rdfs:comment "LYDIAN TRIANGULAR MARK"@en .

<http://lexvo.org/id/char/1094> a lvont:Character ;
    lvont:represents "႔"^^xsd:string ;
    rdfs:comment "MYANMAR SHAN DIGIT FOUR"@en .

<http://lexvo.org/id/char/1095> a lvont:Character ;
    lvont:represents "႕"^^xsd:string ;
    rdfs:comment "MYANMAR SHAN DIGIT FIVE"@en .

<http://lexvo.org/id/char/1096> a lvont:Character ;
    lvont:represents "႖"^^xsd:string ;
    rdfs:comment "MYANMAR SHAN DIGIT SIX"@en .

<http://lexvo.org/id/char/1097> a lvont:Character ;
    lvont:represents "႗"^^xsd:string ;
    rdfs:comment "MYANMAR SHAN DIGIT SEVEN"@en .

<http://lexvo.org/id/char/1098> a lvont:Character ;
    lvont:represents "႘"^^xsd:string ;
    rdfs:comment "MYANMAR SHAN DIGIT EIGHT"@en .

<http://lexvo.org/id/char/10980> a lvont:Character ;
    lvont:represents "𐦀"^^xsd:string ;
    rdfs:comment "MEROITIC HIEROGLYPHIC LETTER A"@en .

<http://lexvo.org/id/char/10981> a lvont:Character ;
    lvont:represents "𐦁"^^xsd:string ;
    rdfs:comment "MEROITIC HIEROGLYPHIC LETTER E"@en .

<http://lexvo.org/id/char/10982> a lvont:Character ;
    lvont:represents "𐦂"^^xsd:string ;
    rdfs:comment "MEROITIC HIEROGLYPHIC LETTER I"@en .

<http://lexvo.org/id/char/10983> a lvont:Character ;
    lvont:represents "𐦃"^^xsd:string ;
    rdfs:comment "MEROITIC HIEROGLYPHIC LETTER O"@en .

<http://lexvo.org/id/char/10984> a lvont:Character ;
    lvont:represents "𐦄"^^xsd:string ;
    rdfs:comment "MEROITIC HIEROGLYPHIC LETTER YA"@en .

<http://lexvo.org/id/char/10985> a lvont:Character ;
    lvont:represents "𐦅"^^xsd:string ;
    rdfs:comment "MEROITIC HIEROGLYPHIC LETTER WA"@en .

<http://lexvo.org/id/char/10986> a lvont:Character ;
    lvont:represents "𐦆"^^xsd:string ;
    rdfs:comment "MEROITIC HIEROGLYPHIC LETTER BA"@en .

<http://lexvo.org/id/char/10987> a lvont:Character ;
    lvont:represents "𐦇"^^xsd:string ;
    rdfs:comment "MEROITIC HIEROGLYPHIC LETTER BA-2"@en .

<http://lexvo.org/id/char/10988> a lvont:Character ;
    lvont:represents "𐦈"^^xsd:string ;
    rdfs:comment "MEROITIC HIEROGLYPHIC LETTER PA"@en .

<http://lexvo.org/id/char/10989> a lvont:Character ;
    lvont:represents "𐦉"^^xsd:string ;
    rdfs:comment "MEROITIC HIEROGLYPHIC LETTER MA"@en .

<http://lexvo.org/id/char/1098A> a lvont:Character ;
    lvont:represents "𐦊"^^xsd:string ;
    rdfs:comment "MEROITIC HIEROGLYPHIC LETTER NA"@en .

<http://lexvo.org/id/char/1098B> a lvont:Character ;
    lvont:represents "𐦋"^^xsd:string ;
    rdfs:comment "MEROITIC HIEROGLYPHIC LETTER NA-2"@en .

<http://lexvo.org/id/char/1098C> a lvont:Character ;
    lvont:represents "𐦌"^^xsd:string ;
    rdfs:comment "MEROITIC HIEROGLYPHIC LETTER NE"@en .

<http://lexvo.org/id/char/1098D> a lvont:Character ;
    lvont:represents "𐦍"^^xsd:string ;
    rdfs:comment "MEROITIC HIEROGLYPHIC LETTER NE-2"@en .

<http://lexvo.org/id/char/1098E> a lvont:Character ;
    lvont:represents "𐦎"^^xsd:string ;
    rdfs:comment "MEROITIC HIEROGLYPHIC LETTER RA"@en .

<http://lexvo.org/id/char/1098F> a lvont:Character ;
    lvont:represents "𐦏"^^xsd:string ;
    rdfs:comment "MEROITIC HIEROGLYPHIC LETTER RA-2"@en .

<http://lexvo.org/id/char/1099> a lvont:Character ;
    lvont:represents "႙"^^xsd:string ;
    rdfs:comment "MYANMAR SHAN DIGIT NINE"@en .

<http://lexvo.org/id/char/10990> a lvont:Character ;
    lvont:represents "𐦐"^^xsd:string ;
    rdfs:comment "MEROITIC HIEROGLYPHIC LETTER LA"@en .

<http://lexvo.org/id/char/10991> a lvont:Character ;
    lvont:represents "𐦑"^^xsd:string ;
    rdfs:comment "MEROITIC HIEROGLYPHIC LETTER KHA"@en .

<http://lexvo.org/id/char/10992> a lvont:Character ;
    lvont:represents "𐦒"^^xsd:string ;
    rdfs:comment "MEROITIC HIEROGLYPHIC LETTER HHA"@en .

<http://lexvo.org/id/char/10993> a lvont:Character ;
    lvont:represents "𐦓"^^xsd:string ;
    rdfs:comment "MEROITIC HIEROGLYPHIC LETTER SA"@en .

<http://lexvo.org/id/char/10994> a lvont:Character ;
    lvont:represents "𐦔"^^xsd:string ;
    rdfs:comment "MEROITIC HIEROGLYPHIC LETTER SA-2"@en .

<http://lexvo.org/id/char/10995> a lvont:Character ;
    lvont:represents "𐦕"^^xsd:string ;
    rdfs:comment "MEROITIC HIEROGLYPHIC LETTER SE"@en .

<http://lexvo.org/id/char/10996> a lvont:Character ;
    lvont:represents "𐦖"^^xsd:string ;
    rdfs:comment "MEROITIC HIEROGLYPHIC LETTER KA"@en .

<http://lexvo.org/id/char/10997> a lvont:Character ;
    lvont:represents "𐦗"^^xsd:string ;
    rdfs:comment "MEROITIC HIEROGLYPHIC LETTER QA"@en .

<http://lexvo.org/id/char/10998> a lvont:Character ;
    lvont:represents "𐦘"^^xsd:string ;
    rdfs:comment "MEROITIC HIEROGLYPHIC LETTER TA"@en .

<http://lexvo.org/id/char/10999> a lvont:Character ;
    lvont:represents "𐦙"^^xsd:string ;
    rdfs:comment "MEROITIC HIEROGLYPHIC LETTER TA-2"@en .

<http://lexvo.org/id/char/1099A> a lvont:Character ;
    lvont:represents "𐦚"^^xsd:string ;
    rdfs:comment "MEROITIC HIEROGLYPHIC LETTER TE"@en .

<http://lexvo.org/id/char/1099B> a lvont:Character ;
    lvont:represents "𐦛"^^xsd:string ;
    rdfs:comment "MEROITIC HIEROGLYPHIC LETTER TE-2"@en .

<http://lexvo.org/id/char/1099C> a lvont:Character ;
    lvont:represents "𐦜"^^xsd:string ;
    rdfs:comment "MEROITIC HIEROGLYPHIC LETTER TO"@en .

<http://lexvo.org/id/char/1099D> a lvont:Character ;
    lvont:represents "𐦝"^^xsd:string ;
    rdfs:comment "MEROITIC HIEROGLYPHIC LETTER DA"@en .

<http://lexvo.org/id/char/1099E> a lvont:Character ;
    lvont:represents "𐦞"^^xsd:string ;
    rdfs:comment "MEROITIC HIEROGLYPHIC SYMBOL VIDJ"@en .

<http://lexvo.org/id/char/1099F> a lvont:Character ;
    lvont:represents "𐦟"^^xsd:string ;
    rdfs:comment "MEROITIC HIEROGLYPHIC SYMBOL VIDJ-2"@en .

<http://lexvo.org/id/char/109A> a lvont:Character ;
    lvont:represents "ႚ"^^xsd:string ;
    rdfs:comment "MYANMAR SIGN KHAMTI TONE-1"@en .

<http://lexvo.org/id/char/109A0> a lvont:Character ;
    lvont:represents "𐦠"^^xsd:string ;
    rdfs:comment "MEROITIC CURSIVE LETTER A"@en .

<http://lexvo.org/id/char/109A1> a lvont:Character ;
    lvont:represents "𐦡"^^xsd:string ;
    rdfs:comment "MEROITIC CURSIVE LETTER E"@en .

<http://lexvo.org/id/char/109A2> a lvont:Character ;
    lvont:represents "𐦢"^^xsd:string ;
    rdfs:comment "MEROITIC CURSIVE LETTER I"@en .

<http://lexvo.org/id/char/109A3> a lvont:Character ;
    lvont:represents "𐦣"^^xsd:string ;
    rdfs:comment "MEROITIC CURSIVE LETTER O"@en .

<http://lexvo.org/id/char/109A4> a lvont:Character ;
    lvont:represents "𐦤"^^xsd:string ;
    rdfs:comment "MEROITIC CURSIVE LETTER YA"@en .

<http://lexvo.org/id/char/109A5> a lvont:Character ;
    lvont:represents "𐦥"^^xsd:string ;
    rdfs:comment "MEROITIC CURSIVE LETTER WA"@en .

<http://lexvo.org/id/char/109A6> a lvont:Character ;
    lvont:represents "𐦦"^^xsd:string ;
    rdfs:comment "MEROITIC CURSIVE LETTER BA"@en .

<http://lexvo.org/id/char/109A7> a lvont:Character ;
    lvont:represents "𐦧"^^xsd:string ;
    rdfs:comment "MEROITIC CURSIVE LETTER PA"@en .

<http://lexvo.org/id/char/109A8> a lvont:Character ;
    lvont:represents "𐦨"^^xsd:string ;
    rdfs:comment "MEROITIC CURSIVE LETTER MA"@en .

<http://lexvo.org/id/char/109A9> a lvont:Character ;
    lvont:represents "𐦩"^^xsd:string ;
    rdfs:comment "MEROITIC CURSIVE LETTER NA"@en .

<http://lexvo.org/id/char/109AA> a lvont:Character ;
    lvont:represents "𐦪"^^xsd:string ;
    rdfs:comment "MEROITIC CURSIVE LETTER NE"@en .

<http://lexvo.org/id/char/109AB> a lvont:Character ;
    lvont:represents "𐦫"^^xsd:string ;
    rdfs:comment "MEROITIC CURSIVE LETTER RA"@en .

<http://lexvo.org/id/char/109AC> a lvont:Character ;
    lvont:represents "𐦬"^^xsd:string ;
    rdfs:comment "MEROITIC CURSIVE LETTER LA"@en .

<http://lexvo.org/id/char/109AD> a lvont:Character ;
    lvont:represents "𐦭"^^xsd:string ;
    rdfs:comment "MEROITIC CURSIVE LETTER KHA"@en .

<http://lexvo.org/id/char/109AE> a lvont:Character ;
    lvont:represents "𐦮"^^xsd:string ;
    rdfs:comment "MEROITIC CURSIVE LETTER HHA"@en .

<http://lexvo.org/id/char/109AF> a lvont:Character ;
    lvont:represents "𐦯"^^xsd:string ;
    rdfs:comment "MEROITIC CURSIVE LETTER SA"@en .

<http://lexvo.org/id/char/109B> a lvont:Character ;
    lvont:represents "ႛ"^^xsd:string ;
    rdfs:comment "MYANMAR SIGN KHAMTI TONE-3"@en .

<http://lexvo.org/id/char/109B0> a lvont:Character ;
    lvont:represents "𐦰"^^xsd:string ;
    rdfs:comment "MEROITIC CURSIVE LETTER ARCHAIC SA"@en .

<http://lexvo.org/id/char/109B1> a lvont:Character ;
    lvont:represents "𐦱"^^xsd:string ;
    rdfs:comment "MEROITIC CURSIVE LETTER SE"@en .

<http://lexvo.org/id/char/109B2> a lvont:Character ;
    lvont:represents "𐦲"^^xsd:string ;
    rdfs:comment "MEROITIC CURSIVE LETTER KA"@en .

<http://lexvo.org/id/char/109B3> a lvont:Character ;
    lvont:represents "𐦳"^^xsd:string ;
    rdfs:comment "MEROITIC CURSIVE LETTER QA"@en .

<http://lexvo.org/id/char/109B4> a lvont:Character ;
    lvont:represents "𐦴"^^xsd:string ;
    rdfs:comment "MEROITIC CURSIVE LETTER TA"@en .

<http://lexvo.org/id/char/109B5> a lvont:Character ;
    lvont:represents "𐦵"^^xsd:string ;
    rdfs:comment "MEROITIC CURSIVE LETTER TE"@en .

<http://lexvo.org/id/char/109B6> a lvont:Character ;
    lvont:represents "𐦶"^^xsd:string ;
    rdfs:comment "MEROITIC CURSIVE LETTER TO"@en .

<http://lexvo.org/id/char/109B7> a lvont:Character ;
    lvont:represents "𐦷"^^xsd:string ;
    rdfs:comment "MEROITIC CURSIVE LETTER DA"@en .

<http://lexvo.org/id/char/109BE> a lvont:Character ;
    lvont:represents "𐦾"^^xsd:string ;
    rdfs:comment "MEROITIC CURSIVE LOGOGRAM RMT"@en .

<http://lexvo.org/id/char/109BF> a lvont:Character ;
    lvont:represents "𐦿"^^xsd:string ;
    rdfs:comment "MEROITIC CURSIVE LOGOGRAM IMN"@en .

<http://lexvo.org/id/char/109C> a lvont:Character ;
    lvont:represents "ႜ"^^xsd:string ;
    rdfs:comment "MYANMAR VOWEL SIGN AITON A"@en .

<http://lexvo.org/id/char/109D> a lvont:Character ;
    lvont:represents "ႝ"^^xsd:string ;
    rdfs:comment "MYANMAR VOWEL SIGN AITON AI"@en .

<http://lexvo.org/id/char/109E> a lvont:Character ;
    lvont:represents "႞"^^xsd:string ;
    rdfs:comment "MYANMAR SYMBOL SHAN ONE"@en .

<http://lexvo.org/id/char/109F> a lvont:Character ;
    lvont:represents "႟"^^xsd:string ;
    rdfs:comment "MYANMAR SYMBOL SHAN EXCLAMATION"@en .

<http://lexvo.org/id/char/10A0> a lvont:Character ;
    lvont:represents "Ⴀ"^^xsd:string ;
    rdfs:comment "GEORGIAN CAPITAL LETTER AN"@en .

<http://lexvo.org/id/char/10A00> a lvont:Character ;
    lvont:represents "𐨀"^^xsd:string ;
    rdfs:comment "KHAROSHTHI LETTER A"@en .

<http://lexvo.org/id/char/10A01> a lvont:Character ;
    lvont:represents "𐨁"^^xsd:string ;
    rdfs:comment "KHAROSHTHI VOWEL SIGN I"@en .

<http://lexvo.org/id/char/10A02> a lvont:Character ;
    lvont:represents "𐨂"^^xsd:string ;
    rdfs:comment "KHAROSHTHI VOWEL SIGN U"@en .

<http://lexvo.org/id/char/10A03> a lvont:Character ;
    lvont:represents "𐨃"^^xsd:string ;
    rdfs:comment "KHAROSHTHI VOWEL SIGN VOCALIC R"@en .

<http://lexvo.org/id/char/10A05> a lvont:Character ;
    lvont:represents "𐨅"^^xsd:string ;
    rdfs:comment "KHAROSHTHI VOWEL SIGN E"@en .

<http://lexvo.org/id/char/10A06> a lvont:Character ;
    lvont:represents "𐨆"^^xsd:string ;
    rdfs:comment "KHAROSHTHI VOWEL SIGN O"@en .

<http://lexvo.org/id/char/10A0C> a lvont:Character ;
    lvont:represents "𐨌"^^xsd:string ;
    rdfs:comment "KHAROSHTHI VOWEL LENGTH MARK"@en .

<http://lexvo.org/id/char/10A0D> a lvont:Character ;
    lvont:represents "𐨍"^^xsd:string ;
    rdfs:comment "KHAROSHTHI SIGN DOUBLE RING BELOW"@en .

<http://lexvo.org/id/char/10A0E> a lvont:Character ;
    lvont:represents "𐨎"^^xsd:string ;
    rdfs:comment "KHAROSHTHI SIGN ANUSVARA"@en .

<http://lexvo.org/id/char/10A0F> a lvont:Character ;
    lvont:represents "𐨏"^^xsd:string ;
    rdfs:comment "KHAROSHTHI SIGN VISARGA"@en .

<http://lexvo.org/id/char/10A1> a lvont:Character ;
    lvont:represents "Ⴁ"^^xsd:string ;
    rdfs:comment "GEORGIAN CAPITAL LETTER BAN"@en .

<http://lexvo.org/id/char/10A10> a lvont:Character ;
    lvont:represents "𐨐"^^xsd:string ;
    rdfs:comment "KHAROSHTHI LETTER KA"@en .

<http://lexvo.org/id/char/10A11> a lvont:Character ;
    lvont:represents "𐨑"^^xsd:string ;
    rdfs:comment "KHAROSHTHI LETTER KHA"@en .

<http://lexvo.org/id/char/10A12> a lvont:Character ;
    lvont:represents "𐨒"^^xsd:string ;
    rdfs:comment "KHAROSHTHI LETTER GA"@en .

<http://lexvo.org/id/char/10A13> a lvont:Character ;
    lvont:represents "𐨓"^^xsd:string ;
    rdfs:comment "KHAROSHTHI LETTER GHA"@en .

<http://lexvo.org/id/char/10A15> a lvont:Character ;
    lvont:represents "𐨕"^^xsd:string ;
    rdfs:comment "KHAROSHTHI LETTER CA"@en .

<http://lexvo.org/id/char/10A16> a lvont:Character ;
    lvont:represents "𐨖"^^xsd:string ;
    rdfs:comment "KHAROSHTHI LETTER CHA"@en .

<http://lexvo.org/id/char/10A17> a lvont:Character ;
    lvont:represents "𐨗"^^xsd:string ;
    rdfs:comment "KHAROSHTHI LETTER JA"@en .

<http://lexvo.org/id/char/10A19> a lvont:Character ;
    lvont:represents "𐨙"^^xsd:string ;
    rdfs:comment "KHAROSHTHI LETTER NYA"@en .

<http://lexvo.org/id/char/10A1A> a lvont:Character ;
    lvont:represents "𐨚"^^xsd:string ;
    rdfs:comment "KHAROSHTHI LETTER TTA"@en .

<http://lexvo.org/id/char/10A1B> a lvont:Character ;
    lvont:represents "𐨛"^^xsd:string ;
    rdfs:comment "KHAROSHTHI LETTER TTHA"@en .

<http://lexvo.org/id/char/10A1C> a lvont:Character ;
    lvont:represents "𐨜"^^xsd:string ;
    rdfs:comment "KHAROSHTHI LETTER DDA"@en .

<http://lexvo.org/id/char/10A1D> a lvont:Character ;
    lvont:represents "𐨝"^^xsd:string ;
    rdfs:comment "KHAROSHTHI LETTER DDHA"@en .

<http://lexvo.org/id/char/10A1E> a lvont:Character ;
    lvont:represents "𐨞"^^xsd:string ;
    rdfs:comment "KHAROSHTHI LETTER NNA"@en .

<http://lexvo.org/id/char/10A1F> a lvont:Character ;
    lvont:represents "𐨟"^^xsd:string ;
    rdfs:comment "KHAROSHTHI LETTER TA"@en .

<http://lexvo.org/id/char/10A2> a lvont:Character ;
    lvont:represents "Ⴂ"^^xsd:string ;
    rdfs:comment "GEORGIAN CAPITAL LETTER GAN"@en .

<http://lexvo.org/id/char/10A20> a lvont:Character ;
    lvont:represents "𐨠"^^xsd:string ;
    rdfs:comment "KHAROSHTHI LETTER THA"@en .

<http://lexvo.org/id/char/10A21> a lvont:Character ;
    lvont:represents "𐨡"^^xsd:string ;
    rdfs:comment "KHAROSHTHI LETTER DA"@en .

<http://lexvo.org/id/char/10A22> a lvont:Character ;
    lvont:represents "𐨢"^^xsd:string ;
    rdfs:comment "KHAROSHTHI LETTER DHA"@en .

<http://lexvo.org/id/char/10A23> a lvont:Character ;
    lvont:represents "𐨣"^^xsd:string ;
    rdfs:comment "KHAROSHTHI LETTER NA"@en .

<http://lexvo.org/id/char/10A24> a lvont:Character ;
    lvont:represents "𐨤"^^xsd:string ;
    rdfs:comment "KHAROSHTHI LETTER PA"@en .

<http://lexvo.org/id/char/10A25> a lvont:Character ;
    lvont:represents "𐨥"^^xsd:string ;
    rdfs:comment "KHAROSHTHI LETTER PHA"@en .

<http://lexvo.org/id/char/10A26> a lvont:Character ;
    lvont:represents "𐨦"^^xsd:string ;
    rdfs:comment "KHAROSHTHI LETTER BA"@en .

<http://lexvo.org/id/char/10A27> a lvont:Character ;
    lvont:represents "𐨧"^^xsd:string ;
    rdfs:comment "KHAROSHTHI LETTER BHA"@en .

<http://lexvo.org/id/char/10A28> a lvont:Character ;
    lvont:represents "𐨨"^^xsd:string ;
    rdfs:comment "KHAROSHTHI LETTER MA"@en .

<http://lexvo.org/id/char/10A29> a lvont:Character ;
    lvont:represents "𐨩"^^xsd:string ;
    rdfs:comment "KHAROSHTHI LETTER YA"@en .

<http://lexvo.org/id/char/10A2A> a lvont:Character ;
    lvont:represents "𐨪"^^xsd:string ;
    rdfs:comment "KHAROSHTHI LETTER RA"@en .

<http://lexvo.org/id/char/10A2B> a lvont:Character ;
    lvont:represents "𐨫"^^xsd:string ;
    rdfs:comment "KHAROSHTHI LETTER LA"@en .

<http://lexvo.org/id/char/10A2C> a lvont:Character ;
    lvont:represents "𐨬"^^xsd:string ;
    rdfs:comment "KHAROSHTHI LETTER VA"@en .

<http://lexvo.org/id/char/10A2D> a lvont:Character ;
    lvont:represents "𐨭"^^xsd:string ;
    rdfs:comment "KHAROSHTHI LETTER SHA"@en .

<http://lexvo.org/id/char/10A2E> a lvont:Character ;
    lvont:represents "𐨮"^^xsd:string ;
    rdfs:comment "KHAROSHTHI LETTER SSA"@en .

<http://lexvo.org/id/char/10A2F> a lvont:Character ;
    lvont:represents "𐨯"^^xsd:string ;
    rdfs:comment "KHAROSHTHI LETTER SA"@en .

<http://lexvo.org/id/char/10A3> a lvont:Character ;
    lvont:represents "Ⴃ"^^xsd:string ;
    rdfs:comment "GEORGIAN CAPITAL LETTER DON"@en .

<http://lexvo.org/id/char/10A30> a lvont:Character ;
    lvont:represents "𐨰"^^xsd:string ;
    rdfs:comment "KHAROSHTHI LETTER ZA"@en .

<http://lexvo.org/id/char/10A31> a lvont:Character ;
    lvont:represents "𐨱"^^xsd:string ;
    rdfs:comment "KHAROSHTHI LETTER HA"@en .

<http://lexvo.org/id/char/10A32> a lvont:Character ;
    lvont:represents "𐨲"^^xsd:string ;
    rdfs:comment "KHAROSHTHI LETTER KKA"@en .

<http://lexvo.org/id/char/10A33> a lvont:Character ;
    lvont:represents "𐨳"^^xsd:string ;
    rdfs:comment "KHAROSHTHI LETTER TTTHA"@en .

<http://lexvo.org/id/char/10A38> a lvont:Character ;
    lvont:represents "𐨸"^^xsd:string ;
    rdfs:comment "KHAROSHTHI SIGN BAR ABOVE"@en .

<http://lexvo.org/id/char/10A39> a lvont:Character ;
    lvont:represents "𐨹"^^xsd:string ;
    rdfs:comment "KHAROSHTHI SIGN CAUDA"@en .

<http://lexvo.org/id/char/10A3A> a lvont:Character ;
    lvont:represents "𐨺"^^xsd:string ;
    rdfs:comment "KHAROSHTHI SIGN DOT BELOW"@en .

<http://lexvo.org/id/char/10A3F> a lvont:Character ;
    lvont:represents "𐨿"^^xsd:string ;
    rdfs:comment "KHAROSHTHI VIRAMA"@en .

<http://lexvo.org/id/char/10A4> a lvont:Character ;
    lvont:represents "Ⴄ"^^xsd:string ;
    rdfs:comment "GEORGIAN CAPITAL LETTER EN"@en .

<http://lexvo.org/id/char/10A40> a lvont:Character ;
    lvont:represents "𐩀"^^xsd:string ;
    rdfs:comment "KHAROSHTHI DIGIT ONE"@en .

<http://lexvo.org/id/char/10A41> a lvont:Character ;
    lvont:represents "𐩁"^^xsd:string ;
    rdfs:comment "KHAROSHTHI DIGIT TWO"@en .

<http://lexvo.org/id/char/10A42> a lvont:Character ;
    lvont:represents "𐩂"^^xsd:string ;
    rdfs:comment "KHAROSHTHI DIGIT THREE"@en .

<http://lexvo.org/id/char/10A43> a lvont:Character ;
    lvont:represents "𐩃"^^xsd:string ;
    rdfs:comment "KHAROSHTHI DIGIT FOUR"@en .

<http://lexvo.org/id/char/10A44> a lvont:Character ;
    lvont:represents "𐩄"^^xsd:string ;
    rdfs:comment "KHAROSHTHI NUMBER TEN"@en .

<http://lexvo.org/id/char/10A45> a lvont:Character ;
    lvont:represents "𐩅"^^xsd:string ;
    rdfs:comment "KHAROSHTHI NUMBER TWENTY"@en .

<http://lexvo.org/id/char/10A46> a lvont:Character ;
    lvont:represents "𐩆"^^xsd:string ;
    rdfs:comment "KHAROSHTHI NUMBER ONE HUNDRED"@en .

<http://lexvo.org/id/char/10A47> a lvont:Character ;
    lvont:represents "𐩇"^^xsd:string ;
    rdfs:comment "KHAROSHTHI NUMBER ONE THOUSAND"@en .

<http://lexvo.org/id/char/10A5> a lvont:Character ;
    lvont:represents "Ⴅ"^^xsd:string ;
    rdfs:comment "GEORGIAN CAPITAL LETTER VIN"@en .

<http://lexvo.org/id/char/10A50> a lvont:Character ;
    lvont:represents "𐩐"^^xsd:string ;
    rdfs:comment "KHAROSHTHI PUNCTUATION DOT"@en .

<http://lexvo.org/id/char/10A51> a lvont:Character ;
    lvont:represents "𐩑"^^xsd:string ;
    rdfs:comment "KHAROSHTHI PUNCTUATION SMALL CIRCLE"@en .

<http://lexvo.org/id/char/10A52> a lvont:Character ;
    lvont:represents "𐩒"^^xsd:string ;
    rdfs:comment "KHAROSHTHI PUNCTUATION CIRCLE"@en .

<http://lexvo.org/id/char/10A53> a lvont:Character ;
    lvont:represents "𐩓"^^xsd:string ;
    rdfs:comment "KHAROSHTHI PUNCTUATION CRESCENT BAR"@en .

<http://lexvo.org/id/char/10A54> a lvont:Character ;
    lvont:represents "𐩔"^^xsd:string ;
    rdfs:comment "KHAROSHTHI PUNCTUATION MANGALAM"@en .

<http://lexvo.org/id/char/10A55> a lvont:Character ;
    lvont:represents "𐩕"^^xsd:string ;
    rdfs:comment "KHAROSHTHI PUNCTUATION LOTUS"@en .

<http://lexvo.org/id/char/10A56> a lvont:Character ;
    lvont:represents "𐩖"^^xsd:string ;
    rdfs:comment "KHAROSHTHI PUNCTUATION DANDA"@en .

<http://lexvo.org/id/char/10A57> a lvont:Character ;
    lvont:represents "𐩗"^^xsd:string ;
    rdfs:comment "KHAROSHTHI PUNCTUATION DOUBLE DANDA"@en .

<http://lexvo.org/id/char/10A58> a lvont:Character ;
    lvont:represents "𐩘"^^xsd:string ;
    rdfs:comment "KHAROSHTHI PUNCTUATION LINES"@en .

<http://lexvo.org/id/char/10A6> a lvont:Character ;
    lvont:represents "Ⴆ"^^xsd:string ;
    rdfs:comment "GEORGIAN CAPITAL LETTER ZEN"@en .

<http://lexvo.org/id/char/10A60> a lvont:Character ;
    lvont:represents "𐩠"^^xsd:string ;
    rdfs:comment "OLD SOUTH ARABIAN LETTER HE"@en .

<http://lexvo.org/id/char/10A61> a lvont:Character ;
    lvont:represents "𐩡"^^xsd:string ;
    rdfs:comment "OLD SOUTH ARABIAN LETTER LAMEDH"@en .

<http://lexvo.org/id/char/10A62> a lvont:Character ;
    lvont:represents "𐩢"^^xsd:string ;
    rdfs:comment "OLD SOUTH ARABIAN LETTER HETH"@en .

<http://lexvo.org/id/char/10A63> a lvont:Character ;
    lvont:represents "𐩣"^^xsd:string ;
    rdfs:comment "OLD SOUTH ARABIAN LETTER MEM"@en .

<http://lexvo.org/id/char/10A64> a lvont:Character ;
    lvont:represents "𐩤"^^xsd:string ;
    rdfs:comment "OLD SOUTH ARABIAN LETTER QOPH"@en .

<http://lexvo.org/id/char/10A65> a lvont:Character ;
    lvont:represents "𐩥"^^xsd:string ;
    rdfs:comment "OLD SOUTH ARABIAN LETTER WAW"@en .

<http://lexvo.org/id/char/10A66> a lvont:Character ;
    lvont:represents "𐩦"^^xsd:string ;
    rdfs:comment "OLD SOUTH ARABIAN LETTER SHIN"@en .

<http://lexvo.org/id/char/10A67> a lvont:Character ;
    lvont:represents "𐩧"^^xsd:string ;
    rdfs:comment "OLD SOUTH ARABIAN LETTER RESH"@en .

<http://lexvo.org/id/char/10A68> a lvont:Character ;
    lvont:represents "𐩨"^^xsd:string ;
    rdfs:comment "OLD SOUTH ARABIAN LETTER BETH"@en .

<http://lexvo.org/id/char/10A69> a lvont:Character ;
    lvont:represents "𐩩"^^xsd:string ;
    rdfs:comment "OLD SOUTH ARABIAN LETTER TAW"@en .

<http://lexvo.org/id/char/10A6A> a lvont:Character ;
    lvont:represents "𐩪"^^xsd:string ;
    rdfs:comment "OLD SOUTH ARABIAN LETTER SAT"@en .

<http://lexvo.org/id/char/10A6B> a lvont:Character ;
    lvont:represents "𐩫"^^xsd:string ;
    rdfs:comment "OLD SOUTH ARABIAN LETTER KAPH"@en .

<http://lexvo.org/id/char/10A6C> a lvont:Character ;
    lvont:represents "𐩬"^^xsd:string ;
    rdfs:comment "OLD SOUTH ARABIAN LETTER NUN"@en .

<http://lexvo.org/id/char/10A6D> a lvont:Character ;
    lvont:represents "𐩭"^^xsd:string ;
    rdfs:comment "OLD SOUTH ARABIAN LETTER KHETH"@en .

<http://lexvo.org/id/char/10A6E> a lvont:Character ;
    lvont:represents "𐩮"^^xsd:string ;
    rdfs:comment "OLD SOUTH ARABIAN LETTER SADHE"@en .

<http://lexvo.org/id/char/10A6F> a lvont:Character ;
    lvont:represents "𐩯"^^xsd:string ;
    rdfs:comment "OLD SOUTH ARABIAN LETTER SAMEKH"@en .

<http://lexvo.org/id/char/10A7> a lvont:Character ;
    lvont:represents "Ⴇ"^^xsd:string ;
    rdfs:comment "GEORGIAN CAPITAL LETTER TAN"@en .

<http://lexvo.org/id/char/10A70> a lvont:Character ;
    lvont:represents "𐩰"^^xsd:string ;
    rdfs:comment "OLD SOUTH ARABIAN LETTER FE"@en .

<http://lexvo.org/id/char/10A71> a lvont:Character ;
    lvont:represents "𐩱"^^xsd:string ;
    rdfs:comment "OLD SOUTH ARABIAN LETTER ALEF"@en .

<http://lexvo.org/id/char/10A72> a lvont:Character ;
    lvont:represents "𐩲"^^xsd:string ;
    rdfs:comment "OLD SOUTH ARABIAN LETTER AYN"@en .

<http://lexvo.org/id/char/10A73> a lvont:Character ;
    lvont:represents "𐩳"^^xsd:string ;
    rdfs:comment "OLD SOUTH ARABIAN LETTER DHADHE"@en .

<http://lexvo.org/id/char/10A74> a lvont:Character ;
    lvont:represents "𐩴"^^xsd:string ;
    rdfs:comment "OLD SOUTH ARABIAN LETTER GIMEL"@en .

<http://lexvo.org/id/char/10A75> a lvont:Character ;
    lvont:represents "𐩵"^^xsd:string ;
    rdfs:comment "OLD SOUTH ARABIAN LETTER DALETH"@en .

<http://lexvo.org/id/char/10A76> a lvont:Character ;
    lvont:represents "𐩶"^^xsd:string ;
    rdfs:comment "OLD SOUTH ARABIAN LETTER GHAYN"@en .

<http://lexvo.org/id/char/10A77> a lvont:Character ;
    lvont:represents "𐩷"^^xsd:string ;
    rdfs:comment "OLD SOUTH ARABIAN LETTER TETH"@en .

<http://lexvo.org/id/char/10A78> a lvont:Character ;
    lvont:represents "𐩸"^^xsd:string ;
    rdfs:comment "OLD SOUTH ARABIAN LETTER ZAYN"@en .

<http://lexvo.org/id/char/10A79> a lvont:Character ;
    lvont:represents "𐩹"^^xsd:string ;
    rdfs:comment "OLD SOUTH ARABIAN LETTER DHALETH"@en .

<http://lexvo.org/id/char/10A7A> a lvont:Character ;
    lvont:represents "𐩺"^^xsd:string ;
    rdfs:comment "OLD SOUTH ARABIAN LETTER YODH"@en .

<http://lexvo.org/id/char/10A7B> a lvont:Character ;
    lvont:represents "𐩻"^^xsd:string ;
    rdfs:comment "OLD SOUTH ARABIAN LETTER THAW"@en .

<http://lexvo.org/id/char/10A7C> a lvont:Character ;
    lvont:represents "𐩼"^^xsd:string ;
    rdfs:comment "OLD SOUTH ARABIAN LETTER THETH"@en .

<http://lexvo.org/id/char/10A7D> a lvont:Character ;
    lvont:represents "𐩽"^^xsd:string ;
    rdfs:comment "OLD SOUTH ARABIAN NUMBER ONE"@en .

<http://lexvo.org/id/char/10A7E> a lvont:Character ;
    lvont:represents "𐩾"^^xsd:string ;
    rdfs:comment "OLD SOUTH ARABIAN NUMBER FIFTY"@en .

<http://lexvo.org/id/char/10A7F> a lvont:Character ;
    lvont:represents "𐩿"^^xsd:string ;
    rdfs:comment "OLD SOUTH ARABIAN NUMERIC INDICATOR"@en .

<http://lexvo.org/id/char/10A8> a lvont:Character ;
    lvont:represents "Ⴈ"^^xsd:string ;
    rdfs:comment "GEORGIAN CAPITAL LETTER IN"@en .

<http://lexvo.org/id/char/10A9> a lvont:Character ;
    lvont:represents "Ⴉ"^^xsd:string ;
    rdfs:comment "GEORGIAN CAPITAL LETTER KAN"@en .

<http://lexvo.org/id/char/10AA> a lvont:Character ;
    lvont:represents "Ⴊ"^^xsd:string ;
    rdfs:comment "GEORGIAN CAPITAL LETTER LAS"@en .

<http://lexvo.org/id/char/10AB> a lvont:Character ;
    lvont:represents "Ⴋ"^^xsd:string ;
    rdfs:comment "GEORGIAN CAPITAL LETTER MAN"@en .

<http://lexvo.org/id/char/10AC> a lvont:Character ;
    lvont:represents "Ⴌ"^^xsd:string ;
    rdfs:comment "GEORGIAN CAPITAL LETTER NAR"@en .

<http://lexvo.org/id/char/10AD> a lvont:Character ;
    lvont:represents "Ⴍ"^^xsd:string ;
    rdfs:comment "GEORGIAN CAPITAL LETTER ON"@en .

<http://lexvo.org/id/char/10AE> a lvont:Character ;
    lvont:represents "Ⴎ"^^xsd:string ;
    rdfs:comment "GEORGIAN CAPITAL LETTER PAR"@en .

<http://lexvo.org/id/char/10AF> a lvont:Character ;
    lvont:represents "Ⴏ"^^xsd:string ;
    rdfs:comment "GEORGIAN CAPITAL LETTER ZHAR"@en .

<http://lexvo.org/id/char/10B0> a lvont:Character ;
    lvont:represents "Ⴐ"^^xsd:string ;
    rdfs:comment "GEORGIAN CAPITAL LETTER RAE"@en .

<http://lexvo.org/id/char/10B00> a lvont:Character ;
    lvont:represents "𐬀"^^xsd:string ;
    rdfs:comment "AVESTAN LETTER A"@en .

<http://lexvo.org/id/char/10B01> a lvont:Character ;
    lvont:represents "𐬁"^^xsd:string ;
    rdfs:comment "AVESTAN LETTER AA"@en .

<http://lexvo.org/id/char/10B02> a lvont:Character ;
    lvont:represents "𐬂"^^xsd:string ;
    rdfs:comment "AVESTAN LETTER AO"@en .

<http://lexvo.org/id/char/10B03> a lvont:Character ;
    lvont:represents "𐬃"^^xsd:string ;
    rdfs:comment "AVESTAN LETTER AAO"@en .

<http://lexvo.org/id/char/10B04> a lvont:Character ;
    lvont:represents "𐬄"^^xsd:string ;
    rdfs:comment "AVESTAN LETTER AN"@en .

<http://lexvo.org/id/char/10B05> a lvont:Character ;
    lvont:represents "𐬅"^^xsd:string ;
    rdfs:comment "AVESTAN LETTER AAN"@en .

<http://lexvo.org/id/char/10B06> a lvont:Character ;
    lvont:represents "𐬆"^^xsd:string ;
    rdfs:comment "AVESTAN LETTER AE"@en .

<http://lexvo.org/id/char/10B07> a lvont:Character ;
    lvont:represents "𐬇"^^xsd:string ;
    rdfs:comment "AVESTAN LETTER AEE"@en .

<http://lexvo.org/id/char/10B08> a lvont:Character ;
    lvont:represents "𐬈"^^xsd:string ;
    rdfs:comment "AVESTAN LETTER E"@en .

<http://lexvo.org/id/char/10B09> a lvont:Character ;
    lvont:represents "𐬉"^^xsd:string ;
    rdfs:comment "AVESTAN LETTER EE"@en .

<http://lexvo.org/id/char/10B0A> a lvont:Character ;
    lvont:represents "𐬊"^^xsd:string ;
    rdfs:comment "AVESTAN LETTER O"@en .

<http://lexvo.org/id/char/10B0B> a lvont:Character ;
    lvont:represents "𐬋"^^xsd:string ;
    rdfs:comment "AVESTAN LETTER OO"@en .

<http://lexvo.org/id/char/10B0C> a lvont:Character ;
    lvont:represents "𐬌"^^xsd:string ;
    rdfs:comment "AVESTAN LETTER I"@en .

<http://lexvo.org/id/char/10B0D> a lvont:Character ;
    lvont:represents "𐬍"^^xsd:string ;
    rdfs:comment "AVESTAN LETTER II"@en .

<http://lexvo.org/id/char/10B0E> a lvont:Character ;
    lvont:represents "𐬎"^^xsd:string ;
    rdfs:comment "AVESTAN LETTER U"@en .

<http://lexvo.org/id/char/10B0F> a lvont:Character ;
    lvont:represents "𐬏"^^xsd:string ;
    rdfs:comment "AVESTAN LETTER UU"@en .

<http://lexvo.org/id/char/10B1> a lvont:Character ;
    lvont:represents "Ⴑ"^^xsd:string ;
    rdfs:comment "GEORGIAN CAPITAL LETTER SAN"@en .

<http://lexvo.org/id/char/10B10> a lvont:Character ;
    lvont:represents "𐬐"^^xsd:string ;
    rdfs:comment "AVESTAN LETTER KE"@en .

<http://lexvo.org/id/char/10B11> a lvont:Character ;
    lvont:represents "𐬑"^^xsd:string ;
    rdfs:comment "AVESTAN LETTER XE"@en .

<http://lexvo.org/id/char/10B12> a lvont:Character ;
    lvont:represents "𐬒"^^xsd:string ;
    rdfs:comment "AVESTAN LETTER XYE"@en .

<http://lexvo.org/id/char/10B13> a lvont:Character ;
    lvont:represents "𐬓"^^xsd:string ;
    rdfs:comment "AVESTAN LETTER XVE"@en .

<http://lexvo.org/id/char/10B14> a lvont:Character ;
    lvont:represents "𐬔"^^xsd:string ;
    rdfs:comment "AVESTAN LETTER GE"@en .

<http://lexvo.org/id/char/10B15> a lvont:Character ;
    lvont:represents "𐬕"^^xsd:string ;
    rdfs:comment "AVESTAN LETTER GGE"@en .

<http://lexvo.org/id/char/10B16> a lvont:Character ;
    lvont:represents "𐬖"^^xsd:string ;
    rdfs:comment "AVESTAN LETTER GHE"@en .

<http://lexvo.org/id/char/10B17> a lvont:Character ;
    lvont:represents "𐬗"^^xsd:string ;
    rdfs:comment "AVESTAN LETTER CE"@en .

<http://lexvo.org/id/char/10B18> a lvont:Character ;
    lvont:represents "𐬘"^^xsd:string ;
    rdfs:comment "AVESTAN LETTER JE"@en .

<http://lexvo.org/id/char/10B19> a lvont:Character ;
    lvont:represents "𐬙"^^xsd:string ;
    rdfs:comment "AVESTAN LETTER TE"@en .

<http://lexvo.org/id/char/10B1A> a lvont:Character ;
    lvont:represents "𐬚"^^xsd:string ;
    rdfs:comment "AVESTAN LETTER THE"@en .

<http://lexvo.org/id/char/10B1B> a lvont:Character ;
    lvont:represents "𐬛"^^xsd:string ;
    rdfs:comment "AVESTAN LETTER DE"@en .

<http://lexvo.org/id/char/10B1C> a lvont:Character ;
    lvont:represents "𐬜"^^xsd:string ;
    rdfs:comment "AVESTAN LETTER DHE"@en .

<http://lexvo.org/id/char/10B1D> a lvont:Character ;
    lvont:represents "𐬝"^^xsd:string ;
    rdfs:comment "AVESTAN LETTER TTE"@en .

<http://lexvo.org/id/char/10B1E> a lvont:Character ;
    lvont:represents "𐬞"^^xsd:string ;
    rdfs:comment "AVESTAN LETTER PE"@en .

<http://lexvo.org/id/char/10B1F> a lvont:Character ;
    lvont:represents "𐬟"^^xsd:string ;
    rdfs:comment "AVESTAN LETTER FE"@en .

<http://lexvo.org/id/char/10B2> a lvont:Character ;
    lvont:represents "Ⴒ"^^xsd:string ;
    rdfs:comment "GEORGIAN CAPITAL LETTER TAR"@en .

<http://lexvo.org/id/char/10B20> a lvont:Character ;
    lvont:represents "𐬠"^^xsd:string ;
    rdfs:comment "AVESTAN LETTER BE"@en .

<http://lexvo.org/id/char/10B21> a lvont:Character ;
    lvont:represents "𐬡"^^xsd:string ;
    rdfs:comment "AVESTAN LETTER BHE"@en .

<http://lexvo.org/id/char/10B22> a lvont:Character ;
    lvont:represents "𐬢"^^xsd:string ;
    rdfs:comment "AVESTAN LETTER NGE"@en .

<http://lexvo.org/id/char/10B23> a lvont:Character ;
    lvont:represents "𐬣"^^xsd:string ;
    rdfs:comment "AVESTAN LETTER NGYE"@en .

<http://lexvo.org/id/char/10B24> a lvont:Character ;
    lvont:represents "𐬤"^^xsd:string ;
    rdfs:comment "AVESTAN LETTER NGVE"@en .

<http://lexvo.org/id/char/10B25> a lvont:Character ;
    lvont:represents "𐬥"^^xsd:string ;
    rdfs:comment "AVESTAN LETTER NE"@en .

<http://lexvo.org/id/char/10B26> a lvont:Character ;
    lvont:represents "𐬦"^^xsd:string ;
    rdfs:comment "AVESTAN LETTER NYE"@en .

<http://lexvo.org/id/char/10B27> a lvont:Character ;
    lvont:represents "𐬧"^^xsd:string ;
    rdfs:comment "AVESTAN LETTER NNE"@en .

<http://lexvo.org/id/char/10B28> a lvont:Character ;
    lvont:represents "𐬨"^^xsd:string ;
    rdfs:comment "AVESTAN LETTER ME"@en .

<http://lexvo.org/id/char/10B29> a lvont:Character ;
    lvont:represents "𐬩"^^xsd:string ;
    rdfs:comment "AVESTAN LETTER HME"@en .

<http://lexvo.org/id/char/10B2A> a lvont:Character ;
    lvont:represents "𐬪"^^xsd:string ;
    rdfs:comment "AVESTAN LETTER YYE"@en .

<http://lexvo.org/id/char/10B2B> a lvont:Character ;
    lvont:represents "𐬫"^^xsd:string ;
    rdfs:comment "AVESTAN LETTER YE"@en .

<http://lexvo.org/id/char/10B2C> a lvont:Character ;
    lvont:represents "𐬬"^^xsd:string ;
    rdfs:comment "AVESTAN LETTER VE"@en .

<http://lexvo.org/id/char/10B2D> a lvont:Character ;
    lvont:represents "𐬭"^^xsd:string ;
    rdfs:comment "AVESTAN LETTER RE"@en .

<http://lexvo.org/id/char/10B2E> a lvont:Character ;
    lvont:represents "𐬮"^^xsd:string ;
    rdfs:comment "AVESTAN LETTER LE"@en .

<http://lexvo.org/id/char/10B2F> a lvont:Character ;
    lvont:represents "𐬯"^^xsd:string ;
    rdfs:comment "AVESTAN LETTER SE"@en .

<http://lexvo.org/id/char/10B3> a lvont:Character ;
    lvont:represents "Ⴓ"^^xsd:string ;
    rdfs:comment "GEORGIAN CAPITAL LETTER UN"@en .

<http://lexvo.org/id/char/10B30> a lvont:Character ;
    lvont:represents "𐬰"^^xsd:string ;
    rdfs:comment "AVESTAN LETTER ZE"@en .

<http://lexvo.org/id/char/10B31> a lvont:Character ;
    lvont:represents "𐬱"^^xsd:string ;
    rdfs:comment "AVESTAN LETTER SHE"@en .

<http://lexvo.org/id/char/10B32> a lvont:Character ;
    lvont:represents "𐬲"^^xsd:string ;
    rdfs:comment "AVESTAN LETTER ZHE"@en .

<http://lexvo.org/id/char/10B33> a lvont:Character ;
    lvont:represents "𐬳"^^xsd:string ;
    rdfs:comment "AVESTAN LETTER SHYE"@en .

<http://lexvo.org/id/char/10B34> a lvont:Character ;
    lvont:represents "𐬴"^^xsd:string ;
    rdfs:comment "AVESTAN LETTER SSHE"@en .

<http://lexvo.org/id/char/10B35> a lvont:Character ;
    lvont:represents "𐬵"^^xsd:string ;
    rdfs:comment "AVESTAN LETTER HE"@en .

<http://lexvo.org/id/char/10B39> a lvont:Character ;
    lvont:represents "𐬹"^^xsd:string ;
    rdfs:comment "AVESTAN ABBREVIATION MARK"@en .

<http://lexvo.org/id/char/10B3A> a lvont:Character ;
    lvont:represents "𐬺"^^xsd:string ;
    rdfs:comment "TINY TWO DOTS OVER ONE DOT PUNCTUATION"@en .

<http://lexvo.org/id/char/10B3B> a lvont:Character ;
    lvont:represents "𐬻"^^xsd:string ;
    rdfs:comment "SMALL TWO DOTS OVER ONE DOT PUNCTUATION"@en .

<http://lexvo.org/id/char/10B3C> a lvont:Character ;
    lvont:represents "𐬼"^^xsd:string ;
    rdfs:comment "LARGE TWO DOTS OVER ONE DOT PUNCTUATION"@en .

<http://lexvo.org/id/char/10B3D> a lvont:Character ;
    lvont:represents "𐬽"^^xsd:string ;
    rdfs:comment "LARGE ONE DOT OVER TWO DOTS PUNCTUATION"@en .

<http://lexvo.org/id/char/10B3E> a lvont:Character ;
    lvont:represents "𐬾"^^xsd:string ;
    rdfs:comment "LARGE TWO RINGS OVER ONE RING PUNCTUATION"@en .

<http://lexvo.org/id/char/10B3F> a lvont:Character ;
    lvont:represents "𐬿"^^xsd:string ;
    rdfs:comment "LARGE ONE RING OVER TWO RINGS PUNCTUATION"@en .

<http://lexvo.org/id/char/10B4> a lvont:Character ;
    lvont:represents "Ⴔ"^^xsd:string ;
    rdfs:comment "GEORGIAN CAPITAL LETTER PHAR"@en .

<http://lexvo.org/id/char/10B40> a lvont:Character ;
    lvont:represents "𐭀"^^xsd:string ;
    rdfs:comment "INSCRIPTIONAL PARTHIAN LETTER ALEPH"@en .

<http://lexvo.org/id/char/10B41> a lvont:Character ;
    lvont:represents "𐭁"^^xsd:string ;
    rdfs:comment "INSCRIPTIONAL PARTHIAN LETTER BETH"@en .

<http://lexvo.org/id/char/10B42> a lvont:Character ;
    lvont:represents "𐭂"^^xsd:string ;
    rdfs:comment "INSCRIPTIONAL PARTHIAN LETTER GIMEL"@en .

<http://lexvo.org/id/char/10B43> a lvont:Character ;
    lvont:represents "𐭃"^^xsd:string ;
    rdfs:comment "INSCRIPTIONAL PARTHIAN LETTER DALETH"@en .

<http://lexvo.org/id/char/10B44> a lvont:Character ;
    lvont:represents "𐭄"^^xsd:string ;
    rdfs:comment "INSCRIPTIONAL PARTHIAN LETTER HE"@en .

<http://lexvo.org/id/char/10B45> a lvont:Character ;
    lvont:represents "𐭅"^^xsd:string ;
    rdfs:comment "INSCRIPTIONAL PARTHIAN LETTER WAW"@en .

<http://lexvo.org/id/char/10B46> a lvont:Character ;
    lvont:represents "𐭆"^^xsd:string ;
    rdfs:comment "INSCRIPTIONAL PARTHIAN LETTER ZAYIN"@en .

<http://lexvo.org/id/char/10B47> a lvont:Character ;
    lvont:represents "𐭇"^^xsd:string ;
    rdfs:comment "INSCRIPTIONAL PARTHIAN LETTER HETH"@en .

<http://lexvo.org/id/char/10B48> a lvont:Character ;
    lvont:represents "𐭈"^^xsd:string ;
    rdfs:comment "INSCRIPTIONAL PARTHIAN LETTER TETH"@en .

<http://lexvo.org/id/char/10B49> a lvont:Character ;
    lvont:represents "𐭉"^^xsd:string ;
    rdfs:comment "INSCRIPTIONAL PARTHIAN LETTER YODH"@en .

<http://lexvo.org/id/char/10B4A> a lvont:Character ;
    lvont:represents "𐭊"^^xsd:string ;
    rdfs:comment "INSCRIPTIONAL PARTHIAN LETTER KAPH"@en .

<http://lexvo.org/id/char/10B4B> a lvont:Character ;
    lvont:represents "𐭋"^^xsd:string ;
    rdfs:comment "INSCRIPTIONAL PARTHIAN LETTER LAMEDH"@en .

<http://lexvo.org/id/char/10B4C> a lvont:Character ;
    lvont:represents "𐭌"^^xsd:string ;
    rdfs:comment "INSCRIPTIONAL PARTHIAN LETTER MEM"@en .

<http://lexvo.org/id/char/10B4D> a lvont:Character ;
    lvont:represents "𐭍"^^xsd:string ;
    rdfs:comment "INSCRIPTIONAL PARTHIAN LETTER NUN"@en .

<http://lexvo.org/id/char/10B4E> a lvont:Character ;
    lvont:represents "𐭎"^^xsd:string ;
    rdfs:comment "INSCRIPTIONAL PARTHIAN LETTER SAMEKH"@en .

<http://lexvo.org/id/char/10B4F> a lvont:Character ;
    lvont:represents "𐭏"^^xsd:string ;
    rdfs:comment "INSCRIPTIONAL PARTHIAN LETTER AYIN"@en .

<http://lexvo.org/id/char/10B5> a lvont:Character ;
    lvont:represents "Ⴕ"^^xsd:string ;
    rdfs:comment "GEORGIAN CAPITAL LETTER KHAR"@en .

<http://lexvo.org/id/char/10B50> a lvont:Character ;
    lvont:represents "𐭐"^^xsd:string ;
    rdfs:comment "INSCRIPTIONAL PARTHIAN LETTER PE"@en .

<http://lexvo.org/id/char/10B51> a lvont:Character ;
    lvont:represents "𐭑"^^xsd:string ;
    rdfs:comment "INSCRIPTIONAL PARTHIAN LETTER SADHE"@en .

<http://lexvo.org/id/char/10B52> a lvont:Character ;
    lvont:represents "𐭒"^^xsd:string ;
    rdfs:comment "INSCRIPTIONAL PARTHIAN LETTER QOPH"@en .

<http://lexvo.org/id/char/10B53> a lvont:Character ;
    lvont:represents "𐭓"^^xsd:string ;
    rdfs:comment "INSCRIPTIONAL PARTHIAN LETTER RESH"@en .

<http://lexvo.org/id/char/10B54> a lvont:Character ;
    lvont:represents "𐭔"^^xsd:string ;
    rdfs:comment "INSCRIPTIONAL PARTHIAN LETTER SHIN"@en .

<http://lexvo.org/id/char/10B55> a lvont:Character ;
    lvont:represents "𐭕"^^xsd:string ;
    rdfs:comment "INSCRIPTIONAL PARTHIAN LETTER TAW"@en .

<http://lexvo.org/id/char/10B58> a lvont:Character ;
    lvont:represents "𐭘"^^xsd:string ;
    rdfs:comment "INSCRIPTIONAL PARTHIAN NUMBER ONE"@en .

<http://lexvo.org/id/char/10B59> a lvont:Character ;
    lvont:represents "𐭙"^^xsd:string ;
    rdfs:comment "INSCRIPTIONAL PARTHIAN NUMBER TWO"@en .

<http://lexvo.org/id/char/10B5A> a lvont:Character ;
    lvont:represents "𐭚"^^xsd:string ;
    rdfs:comment "INSCRIPTIONAL PARTHIAN NUMBER THREE"@en .

<http://lexvo.org/id/char/10B5B> a lvont:Character ;
    lvont:represents "𐭛"^^xsd:string ;
    rdfs:comment "INSCRIPTIONAL PARTHIAN NUMBER FOUR"@en .

<http://lexvo.org/id/char/10B5C> a lvont:Character ;
    lvont:represents "𐭜"^^xsd:string ;
    rdfs:comment "INSCRIPTIONAL PARTHIAN NUMBER TEN"@en .

<http://lexvo.org/id/char/10B5D> a lvont:Character ;
    lvont:represents "𐭝"^^xsd:string ;
    rdfs:comment "INSCRIPTIONAL PARTHIAN NUMBER TWENTY"@en .

<http://lexvo.org/id/char/10B5E> a lvont:Character ;
    lvont:represents "𐭞"^^xsd:string ;
    rdfs:comment "INSCRIPTIONAL PARTHIAN NUMBER ONE HUNDRED"@en .

<http://lexvo.org/id/char/10B5F> a lvont:Character ;
    lvont:represents "𐭟"^^xsd:string ;
    rdfs:comment "INSCRIPTIONAL PARTHIAN NUMBER ONE THOUSAND"@en .

<http://lexvo.org/id/char/10B6> a lvont:Character ;
    lvont:represents "Ⴖ"^^xsd:string ;
    rdfs:comment "GEORGIAN CAPITAL LETTER GHAN"@en .

<http://lexvo.org/id/char/10B60> a lvont:Character ;
    lvont:represents "𐭠"^^xsd:string ;
    rdfs:comment "INSCRIPTIONAL PAHLAVI LETTER ALEPH"@en .

<http://lexvo.org/id/char/10B61> a lvont:Character ;
    lvont:represents "𐭡"^^xsd:string ;
    rdfs:comment "INSCRIPTIONAL PAHLAVI LETTER BETH"@en .

<http://lexvo.org/id/char/10B62> a lvont:Character ;
    lvont:represents "𐭢"^^xsd:string ;
    rdfs:comment "INSCRIPTIONAL PAHLAVI LETTER GIMEL"@en .

<http://lexvo.org/id/char/10B63> a lvont:Character ;
    lvont:represents "𐭣"^^xsd:string ;
    rdfs:comment "INSCRIPTIONAL PAHLAVI LETTER DALETH"@en .

<http://lexvo.org/id/char/10B64> a lvont:Character ;
    lvont:represents "𐭤"^^xsd:string ;
    rdfs:comment "INSCRIPTIONAL PAHLAVI LETTER HE"@en .

<http://lexvo.org/id/char/10B65> a lvont:Character ;
    lvont:represents "𐭥"^^xsd:string ;
    rdfs:comment "INSCRIPTIONAL PAHLAVI LETTER WAW-AYIN-RESH"@en .

<http://lexvo.org/id/char/10B66> a lvont:Character ;
    lvont:represents "𐭦"^^xsd:string ;
    rdfs:comment "INSCRIPTIONAL PAHLAVI LETTER ZAYIN"@en .

<http://lexvo.org/id/char/10B67> a lvont:Character ;
    lvont:represents "𐭧"^^xsd:string ;
    rdfs:comment "INSCRIPTIONAL PAHLAVI LETTER HETH"@en .

<http://lexvo.org/id/char/10B68> a lvont:Character ;
    lvont:represents "𐭨"^^xsd:string ;
    rdfs:comment "INSCRIPTIONAL PAHLAVI LETTER TETH"@en .

<http://lexvo.org/id/char/10B69> a lvont:Character ;
    lvont:represents "𐭩"^^xsd:string ;
    rdfs:comment "INSCRIPTIONAL PAHLAVI LETTER YODH"@en .

<http://lexvo.org/id/char/10B6A> a lvont:Character ;
    lvont:represents "𐭪"^^xsd:string ;
    rdfs:comment "INSCRIPTIONAL PAHLAVI LETTER KAPH"@en .

<http://lexvo.org/id/char/10B6B> a lvont:Character ;
    lvont:represents "𐭫"^^xsd:string ;
    rdfs:comment "INSCRIPTIONAL PAHLAVI LETTER LAMEDH"@en .

<http://lexvo.org/id/char/10B6C> a lvont:Character ;
    lvont:represents "𐭬"^^xsd:string ;
    rdfs:comment "INSCRIPTIONAL PAHLAVI LETTER MEM-QOPH"@en .

<http://lexvo.org/id/char/10B6D> a lvont:Character ;
    lvont:represents "𐭭"^^xsd:string ;
    rdfs:comment "INSCRIPTIONAL PAHLAVI LETTER NUN"@en .

<http://lexvo.org/id/char/10B6E> a lvont:Character ;
    lvont:represents "𐭮"^^xsd:string ;
    rdfs:comment "INSCRIPTIONAL PAHLAVI LETTER SAMEKH"@en .

<http://lexvo.org/id/char/10B6F> a lvont:Character ;
    lvont:represents "𐭯"^^xsd:string ;
    rdfs:comment "INSCRIPTIONAL PAHLAVI LETTER PE"@en .

<http://lexvo.org/id/char/10B7> a lvont:Character ;
    lvont:represents "Ⴗ"^^xsd:string ;
    rdfs:comment "GEORGIAN CAPITAL LETTER QAR"@en .

<http://lexvo.org/id/char/10B70> a lvont:Character ;
    lvont:represents "𐭰"^^xsd:string ;
    rdfs:comment "INSCRIPTIONAL PAHLAVI LETTER SADHE"@en .

<http://lexvo.org/id/char/10B71> a lvont:Character ;
    lvont:represents "𐭱"^^xsd:string ;
    rdfs:comment "INSCRIPTIONAL PAHLAVI LETTER SHIN"@en .

<http://lexvo.org/id/char/10B72> a lvont:Character ;
    lvont:represents "𐭲"^^xsd:string ;
    rdfs:comment "INSCRIPTIONAL PAHLAVI LETTER TAW"@en .

<http://lexvo.org/id/char/10B78> a lvont:Character ;
    lvont:represents "𐭸"^^xsd:string ;
    rdfs:comment "INSCRIPTIONAL PAHLAVI NUMBER ONE"@en .

<http://lexvo.org/id/char/10B79> a lvont:Character ;
    lvont:represents "𐭹"^^xsd:string ;
    rdfs:comment "INSCRIPTIONAL PAHLAVI NUMBER TWO"@en .

<http://lexvo.org/id/char/10B7A> a lvont:Character ;
    lvont:represents "𐭺"^^xsd:string ;
    rdfs:comment "INSCRIPTIONAL PAHLAVI NUMBER THREE"@en .

<http://lexvo.org/id/char/10B7B> a lvont:Character ;
    lvont:represents "𐭻"^^xsd:string ;
    rdfs:comment "INSCRIPTIONAL PAHLAVI NUMBER FOUR"@en .

<http://lexvo.org/id/char/10B7C> a lvont:Character ;
    lvont:represents "𐭼"^^xsd:string ;
    rdfs:comment "INSCRIPTIONAL PAHLAVI NUMBER TEN"@en .

<http://lexvo.org/id/char/10B7D> a lvont:Character ;
    lvont:represents "𐭽"^^xsd:string ;
    rdfs:comment "INSCRIPTIONAL PAHLAVI NUMBER TWENTY"@en .

<http://lexvo.org/id/char/10B7E> a lvont:Character ;
    lvont:represents "𐭾"^^xsd:string ;
    rdfs:comment "INSCRIPTIONAL PAHLAVI NUMBER ONE HUNDRED"@en .

<http://lexvo.org/id/char/10B7F> a lvont:Character ;
    lvont:represents "𐭿"^^xsd:string ;
    rdfs:comment "INSCRIPTIONAL PAHLAVI NUMBER ONE THOUSAND"@en .

<http://lexvo.org/id/char/10B8> a lvont:Character ;
    lvont:represents "Ⴘ"^^xsd:string ;
    rdfs:comment "GEORGIAN CAPITAL LETTER SHIN"@en .

<http://lexvo.org/id/char/10B9> a lvont:Character ;
    lvont:represents "Ⴙ"^^xsd:string ;
    rdfs:comment "GEORGIAN CAPITAL LETTER CHIN"@en .

<http://lexvo.org/id/char/10BA> a lvont:Character ;
    lvont:represents "Ⴚ"^^xsd:string ;
    rdfs:comment "GEORGIAN CAPITAL LETTER CAN"@en .

<http://lexvo.org/id/char/10BB> a lvont:Character ;
    lvont:represents "Ⴛ"^^xsd:string ;
    rdfs:comment "GEORGIAN CAPITAL LETTER JIL"@en .

<http://lexvo.org/id/char/10BC> a lvont:Character ;
    lvont:represents "Ⴜ"^^xsd:string ;
    rdfs:comment "GEORGIAN CAPITAL LETTER CIL"@en .

<http://lexvo.org/id/char/10BD> a lvont:Character ;
    lvont:represents "Ⴝ"^^xsd:string ;
    rdfs:comment "GEORGIAN CAPITAL LETTER CHAR"@en .

<http://lexvo.org/id/char/10BE> a lvont:Character ;
    lvont:represents "Ⴞ"^^xsd:string ;
    rdfs:comment "GEORGIAN CAPITAL LETTER XAN"@en .

<http://lexvo.org/id/char/10BF> a lvont:Character ;
    lvont:represents "Ⴟ"^^xsd:string ;
    rdfs:comment "GEORGIAN CAPITAL LETTER JHAN"@en .

<http://lexvo.org/id/char/10C0> a lvont:Character ;
    lvont:represents "Ⴠ"^^xsd:string ;
    rdfs:comment "GEORGIAN CAPITAL LETTER HAE"@en .

<http://lexvo.org/id/char/10C00> a lvont:Character ;
    lvont:represents "𐰀"^^xsd:string ;
    rdfs:comment "OLD TURKIC LETTER ORKHON A"@en .

<http://lexvo.org/id/char/10C01> a lvont:Character ;
    lvont:represents "𐰁"^^xsd:string ;
    rdfs:comment "OLD TURKIC LETTER YENISEI A"@en .

<http://lexvo.org/id/char/10C02> a lvont:Character ;
    lvont:represents "𐰂"^^xsd:string ;
    rdfs:comment "OLD TURKIC LETTER YENISEI AE"@en .

<http://lexvo.org/id/char/10C03> a lvont:Character ;
    lvont:represents "𐰃"^^xsd:string ;
    rdfs:comment "OLD TURKIC LETTER ORKHON I"@en .

<http://lexvo.org/id/char/10C04> a lvont:Character ;
    lvont:represents "𐰄"^^xsd:string ;
    rdfs:comment "OLD TURKIC LETTER YENISEI I"@en .

<http://lexvo.org/id/char/10C05> a lvont:Character ;
    lvont:represents "𐰅"^^xsd:string ;
    rdfs:comment "OLD TURKIC LETTER YENISEI E"@en .

<http://lexvo.org/id/char/10C06> a lvont:Character ;
    lvont:represents "𐰆"^^xsd:string ;
    rdfs:comment "OLD TURKIC LETTER ORKHON O"@en .

<http://lexvo.org/id/char/10C07> a lvont:Character ;
    lvont:represents "𐰇"^^xsd:string ;
    rdfs:comment "OLD TURKIC LETTER ORKHON OE"@en .

<http://lexvo.org/id/char/10C08> a lvont:Character ;
    lvont:represents "𐰈"^^xsd:string ;
    rdfs:comment "OLD TURKIC LETTER YENISEI OE"@en .

<http://lexvo.org/id/char/10C09> a lvont:Character ;
    lvont:represents "𐰉"^^xsd:string ;
    rdfs:comment "OLD TURKIC LETTER ORKHON AB"@en .

<http://lexvo.org/id/char/10C0A> a lvont:Character ;
    lvont:represents "𐰊"^^xsd:string ;
    rdfs:comment "OLD TURKIC LETTER YENISEI AB"@en .

<http://lexvo.org/id/char/10C0B> a lvont:Character ;
    lvont:represents "𐰋"^^xsd:string ;
    rdfs:comment "OLD TURKIC LETTER ORKHON AEB"@en .

<http://lexvo.org/id/char/10C0C> a lvont:Character ;
    lvont:represents "𐰌"^^xsd:string ;
    rdfs:comment "OLD TURKIC LETTER YENISEI AEB"@en .

<http://lexvo.org/id/char/10C0D> a lvont:Character ;
    lvont:represents "𐰍"^^xsd:string ;
    rdfs:comment "OLD TURKIC LETTER ORKHON AG"@en .

<http://lexvo.org/id/char/10C0E> a lvont:Character ;
    lvont:represents "𐰎"^^xsd:string ;
    rdfs:comment "OLD TURKIC LETTER YENISEI AG"@en .

<http://lexvo.org/id/char/10C0F> a lvont:Character ;
    lvont:represents "𐰏"^^xsd:string ;
    rdfs:comment "OLD TURKIC LETTER ORKHON AEG"@en .

<http://lexvo.org/id/char/10C1> a lvont:Character ;
    lvont:represents "Ⴡ"^^xsd:string ;
    rdfs:comment "GEORGIAN CAPITAL LETTER HE"@en .

<http://lexvo.org/id/char/10C10> a lvont:Character ;
    lvont:represents "𐰐"^^xsd:string ;
    rdfs:comment "OLD TURKIC LETTER YENISEI AEG"@en .

<http://lexvo.org/id/char/10C11> a lvont:Character ;
    lvont:represents "𐰑"^^xsd:string ;
    rdfs:comment "OLD TURKIC LETTER ORKHON AD"@en .

<http://lexvo.org/id/char/10C12> a lvont:Character ;
    lvont:represents "𐰒"^^xsd:string ;
    rdfs:comment "OLD TURKIC LETTER YENISEI AD"@en .

<http://lexvo.org/id/char/10C13> a lvont:Character ;
    lvont:represents "𐰓"^^xsd:string ;
    rdfs:comment "OLD TURKIC LETTER ORKHON AED"@en .

<http://lexvo.org/id/char/10C14> a lvont:Character ;
    lvont:represents "𐰔"^^xsd:string ;
    rdfs:comment "OLD TURKIC LETTER ORKHON EZ"@en .

<http://lexvo.org/id/char/10C15> a lvont:Character ;
    lvont:represents "𐰕"^^xsd:string ;
    rdfs:comment "OLD TURKIC LETTER YENISEI EZ"@en .

<http://lexvo.org/id/char/10C16> a lvont:Character ;
    lvont:represents "𐰖"^^xsd:string ;
    rdfs:comment "OLD TURKIC LETTER ORKHON AY"@en .

<http://lexvo.org/id/char/10C17> a lvont:Character ;
    lvont:represents "𐰗"^^xsd:string ;
    rdfs:comment "OLD TURKIC LETTER YENISEI AY"@en .

<http://lexvo.org/id/char/10C18> a lvont:Character ;
    lvont:represents "𐰘"^^xsd:string ;
    rdfs:comment "OLD TURKIC LETTER ORKHON AEY"@en .

<http://lexvo.org/id/char/10C19> a lvont:Character ;
    lvont:represents "𐰙"^^xsd:string ;
    rdfs:comment "OLD TURKIC LETTER YENISEI AEY"@en .

<http://lexvo.org/id/char/10C1A> a lvont:Character ;
    lvont:represents "𐰚"^^xsd:string ;
    rdfs:comment "OLD TURKIC LETTER ORKHON AEK"@en .

<http://lexvo.org/id/char/10C1B> a lvont:Character ;
    lvont:represents "𐰛"^^xsd:string ;
    rdfs:comment "OLD TURKIC LETTER YENISEI AEK"@en .

<http://lexvo.org/id/char/10C1C> a lvont:Character ;
    lvont:represents "𐰜"^^xsd:string ;
    rdfs:comment "OLD TURKIC LETTER ORKHON OEK"@en .

<http://lexvo.org/id/char/10C1D> a lvont:Character ;
    lvont:represents "𐰝"^^xsd:string ;
    rdfs:comment "OLD TURKIC LETTER YENISEI OEK"@en .

<http://lexvo.org/id/char/10C1E> a lvont:Character ;
    lvont:represents "𐰞"^^xsd:string ;
    rdfs:comment "OLD TURKIC LETTER ORKHON AL"@en .

<http://lexvo.org/id/char/10C1F> a lvont:Character ;
    lvont:represents "𐰟"^^xsd:string ;
    rdfs:comment "OLD TURKIC LETTER YENISEI AL"@en .

<http://lexvo.org/id/char/10C2> a lvont:Character ;
    lvont:represents "Ⴢ"^^xsd:string ;
    rdfs:comment "GEORGIAN CAPITAL LETTER HIE"@en .

<http://lexvo.org/id/char/10C20> a lvont:Character ;
    lvont:represents "𐰠"^^xsd:string ;
    rdfs:comment "OLD TURKIC LETTER ORKHON AEL"@en .

<http://lexvo.org/id/char/10C21> a lvont:Character ;
    lvont:represents "𐰡"^^xsd:string ;
    rdfs:comment "OLD TURKIC LETTER ORKHON ELT"@en .

<http://lexvo.org/id/char/10C22> a lvont:Character ;
    lvont:represents "𐰢"^^xsd:string ;
    rdfs:comment "OLD TURKIC LETTER ORKHON EM"@en .

<http://lexvo.org/id/char/10C23> a lvont:Character ;
    lvont:represents "𐰣"^^xsd:string ;
    rdfs:comment "OLD TURKIC LETTER ORKHON AN"@en .

<http://lexvo.org/id/char/10C24> a lvont:Character ;
    lvont:represents "𐰤"^^xsd:string ;
    rdfs:comment "OLD TURKIC LETTER ORKHON AEN"@en .

<http://lexvo.org/id/char/10C25> a lvont:Character ;
    lvont:represents "𐰥"^^xsd:string ;
    rdfs:comment "OLD TURKIC LETTER YENISEI AEN"@en .

<http://lexvo.org/id/char/10C26> a lvont:Character ;
    lvont:represents "𐰦"^^xsd:string ;
    rdfs:comment "OLD TURKIC LETTER ORKHON ENT"@en .

<http://lexvo.org/id/char/10C27> a lvont:Character ;
    lvont:represents "𐰧"^^xsd:string ;
    rdfs:comment "OLD TURKIC LETTER YENISEI ENT"@en .

<http://lexvo.org/id/char/10C28> a lvont:Character ;
    lvont:represents "𐰨"^^xsd:string ;
    rdfs:comment "OLD TURKIC LETTER ORKHON ENC"@en .

<http://lexvo.org/id/char/10C29> a lvont:Character ;
    lvont:represents "𐰩"^^xsd:string ;
    rdfs:comment "OLD TURKIC LETTER YENISEI ENC"@en .

<http://lexvo.org/id/char/10C2A> a lvont:Character ;
    lvont:represents "𐰪"^^xsd:string ;
    rdfs:comment "OLD TURKIC LETTER ORKHON ENY"@en .

<http://lexvo.org/id/char/10C2B> a lvont:Character ;
    lvont:represents "𐰫"^^xsd:string ;
    rdfs:comment "OLD TURKIC LETTER YENISEI ENY"@en .

<http://lexvo.org/id/char/10C2C> a lvont:Character ;
    lvont:represents "𐰬"^^xsd:string ;
    rdfs:comment "OLD TURKIC LETTER YENISEI ANG"@en .

<http://lexvo.org/id/char/10C2D> a lvont:Character ;
    lvont:represents "𐰭"^^xsd:string ;
    rdfs:comment "OLD TURKIC LETTER ORKHON ENG"@en .

<http://lexvo.org/id/char/10C2E> a lvont:Character ;
    lvont:represents "𐰮"^^xsd:string ;
    rdfs:comment "OLD TURKIC LETTER YENISEI AENG"@en .

<http://lexvo.org/id/char/10C2F> a lvont:Character ;
    lvont:represents "𐰯"^^xsd:string ;
    rdfs:comment "OLD TURKIC LETTER ORKHON EP"@en .

<http://lexvo.org/id/char/10C3> a lvont:Character ;
    lvont:represents "Ⴣ"^^xsd:string ;
    rdfs:comment "GEORGIAN CAPITAL LETTER WE"@en .

<http://lexvo.org/id/char/10C30> a lvont:Character ;
    lvont:represents "𐰰"^^xsd:string ;
    rdfs:comment "OLD TURKIC LETTER ORKHON OP"@en .

<http://lexvo.org/id/char/10C31> a lvont:Character ;
    lvont:represents "𐰱"^^xsd:string ;
    rdfs:comment "OLD TURKIC LETTER ORKHON IC"@en .

<http://lexvo.org/id/char/10C32> a lvont:Character ;
    lvont:represents "𐰲"^^xsd:string ;
    rdfs:comment "OLD TURKIC LETTER ORKHON EC"@en .

<http://lexvo.org/id/char/10C33> a lvont:Character ;
    lvont:represents "𐰳"^^xsd:string ;
    rdfs:comment "OLD TURKIC LETTER YENISEI EC"@en .

<http://lexvo.org/id/char/10C34> a lvont:Character ;
    lvont:represents "𐰴"^^xsd:string ;
    rdfs:comment "OLD TURKIC LETTER ORKHON AQ"@en .

<http://lexvo.org/id/char/10C35> a lvont:Character ;
    lvont:represents "𐰵"^^xsd:string ;
    rdfs:comment "OLD TURKIC LETTER YENISEI AQ"@en .

<http://lexvo.org/id/char/10C36> a lvont:Character ;
    lvont:represents "𐰶"^^xsd:string ;
    rdfs:comment "OLD TURKIC LETTER ORKHON IQ"@en .

<http://lexvo.org/id/char/10C37> a lvont:Character ;
    lvont:represents "𐰷"^^xsd:string ;
    rdfs:comment "OLD TURKIC LETTER YENISEI IQ"@en .

<http://lexvo.org/id/char/10C38> a lvont:Character ;
    lvont:represents "𐰸"^^xsd:string ;
    rdfs:comment "OLD TURKIC LETTER ORKHON OQ"@en .

<http://lexvo.org/id/char/10C39> a lvont:Character ;
    lvont:represents "𐰹"^^xsd:string ;
    rdfs:comment "OLD TURKIC LETTER YENISEI OQ"@en .

<http://lexvo.org/id/char/10C3A> a lvont:Character ;
    lvont:represents "𐰺"^^xsd:string ;
    rdfs:comment "OLD TURKIC LETTER ORKHON AR"@en .

<http://lexvo.org/id/char/10C3B> a lvont:Character ;
    lvont:represents "𐰻"^^xsd:string ;
    rdfs:comment "OLD TURKIC LETTER YENISEI AR"@en .

<http://lexvo.org/id/char/10C3C> a lvont:Character ;
    lvont:represents "𐰼"^^xsd:string ;
    rdfs:comment "OLD TURKIC LETTER ORKHON AER"@en .

<http://lexvo.org/id/char/10C3D> a lvont:Character ;
    lvont:represents "𐰽"^^xsd:string ;
    rdfs:comment "OLD TURKIC LETTER ORKHON AS"@en .

<http://lexvo.org/id/char/10C3E> a lvont:Character ;
    lvont:represents "𐰾"^^xsd:string ;
    rdfs:comment "OLD TURKIC LETTER ORKHON AES"@en .

<http://lexvo.org/id/char/10C3F> a lvont:Character ;
    lvont:represents "𐰿"^^xsd:string ;
    rdfs:comment "OLD TURKIC LETTER ORKHON ASH"@en .

<http://lexvo.org/id/char/10C4> a lvont:Character ;
    lvont:represents "Ⴤ"^^xsd:string ;
    rdfs:comment "GEORGIAN CAPITAL LETTER HAR"@en .

<http://lexvo.org/id/char/10C40> a lvont:Character ;
    lvont:represents "𐱀"^^xsd:string ;
    rdfs:comment "OLD TURKIC LETTER YENISEI ASH"@en .

<http://lexvo.org/id/char/10C41> a lvont:Character ;
    lvont:represents "𐱁"^^xsd:string ;
    rdfs:comment "OLD TURKIC LETTER ORKHON ESH"@en .

<http://lexvo.org/id/char/10C42> a lvont:Character ;
    lvont:represents "𐱂"^^xsd:string ;
    rdfs:comment "OLD TURKIC LETTER YENISEI ESH"@en .

<http://lexvo.org/id/char/10C43> a lvont:Character ;
    lvont:represents "𐱃"^^xsd:string ;
    rdfs:comment "OLD TURKIC LETTER ORKHON AT"@en .

<http://lexvo.org/id/char/10C44> a lvont:Character ;
    lvont:represents "𐱄"^^xsd:string ;
    rdfs:comment "OLD TURKIC LETTER YENISEI AT"@en .

<http://lexvo.org/id/char/10C45> a lvont:Character ;
    lvont:represents "𐱅"^^xsd:string ;
    rdfs:comment "OLD TURKIC LETTER ORKHON AET"@en .

<http://lexvo.org/id/char/10C46> a lvont:Character ;
    lvont:represents "𐱆"^^xsd:string ;
    rdfs:comment "OLD TURKIC LETTER YENISEI AET"@en .

<http://lexvo.org/id/char/10C47> a lvont:Character ;
    lvont:represents "𐱇"^^xsd:string ;
    rdfs:comment "OLD TURKIC LETTER ORKHON OT"@en .

<http://lexvo.org/id/char/10C48> a lvont:Character ;
    lvont:represents "𐱈"^^xsd:string ;
    rdfs:comment "OLD TURKIC LETTER ORKHON BASH"@en .

<http://lexvo.org/id/char/10C5> a lvont:Character ;
    lvont:represents "Ⴥ"^^xsd:string ;
    rdfs:comment "GEORGIAN CAPITAL LETTER HOE"@en .

<http://lexvo.org/id/char/10C7> a lvont:Character ;
    lvont:represents "Ⴧ"^^xsd:string ;
    rdfs:comment "GEORGIAN CAPITAL LETTER YN"@en .

<http://lexvo.org/id/char/10CD> a lvont:Character ;
    lvont:represents "Ⴭ"^^xsd:string ;
    rdfs:comment "GEORGIAN CAPITAL LETTER AEN"@en .

<http://lexvo.org/id/char/10D0> a lvont:Character ;
    lvont:represents "ა"^^xsd:string ;
    rdfs:comment "GEORGIAN LETTER AN"@en .

<http://lexvo.org/id/char/10D1> a lvont:Character ;
    lvont:represents "ბ"^^xsd:string ;
    rdfs:comment "GEORGIAN LETTER BAN"@en .

<http://lexvo.org/id/char/10D2> a lvont:Character ;
    lvont:represents "გ"^^xsd:string ;
    rdfs:comment "GEORGIAN LETTER GAN"@en .

<http://lexvo.org/id/char/10D3> a lvont:Character ;
    lvont:represents "დ"^^xsd:string ;
    rdfs:comment "GEORGIAN LETTER DON"@en .

<http://lexvo.org/id/char/10D4> a lvont:Character ;
    lvont:represents "ე"^^xsd:string ;
    rdfs:comment "GEORGIAN LETTER EN"@en .

<http://lexvo.org/id/char/10D5> a lvont:Character ;
    lvont:represents "ვ"^^xsd:string ;
    rdfs:comment "GEORGIAN LETTER VIN"@en .

<http://lexvo.org/id/char/10D6> a lvont:Character ;
    lvont:represents "ზ"^^xsd:string ;
    rdfs:comment "GEORGIAN LETTER ZEN"@en .

<http://lexvo.org/id/char/10D7> a lvont:Character ;
    lvont:represents "თ"^^xsd:string ;
    rdfs:comment "GEORGIAN LETTER TAN"@en .

<http://lexvo.org/id/char/10D8> a lvont:Character ;
    lvont:represents "ი"^^xsd:string ;
    rdfs:comment "GEORGIAN LETTER IN"@en .

<http://lexvo.org/id/char/10D9> a lvont:Character ;
    lvont:represents "კ"^^xsd:string ;
    rdfs:comment "GEORGIAN LETTER KAN"@en .

<http://lexvo.org/id/char/10DA> a lvont:Character ;
    lvont:represents "ლ"^^xsd:string ;
    rdfs:comment "GEORGIAN LETTER LAS"@en .

<http://lexvo.org/id/char/10DB> a lvont:Character ;
    lvont:represents "მ"^^xsd:string ;
    rdfs:comment "GEORGIAN LETTER MAN"@en .

<http://lexvo.org/id/char/10DC> a lvont:Character ;
    lvont:represents "ნ"^^xsd:string ;
    rdfs:comment "GEORGIAN LETTER NAR"@en .

<http://lexvo.org/id/char/10DD> a lvont:Character ;
    lvont:represents "ო"^^xsd:string ;
    rdfs:comment "GEORGIAN LETTER ON"@en .

<http://lexvo.org/id/char/10DE> a lvont:Character ;
    lvont:represents "პ"^^xsd:string ;
    rdfs:comment "GEORGIAN LETTER PAR"@en .

<http://lexvo.org/id/char/10DF> a lvont:Character ;
    lvont:represents "ჟ"^^xsd:string ;
    rdfs:comment "GEORGIAN LETTER ZHAR"@en .

<http://lexvo.org/id/char/10E0> a lvont:Character ;
    lvont:represents "რ"^^xsd:string ;
    rdfs:comment "GEORGIAN LETTER RAE"@en .

<http://lexvo.org/id/char/10E1> a lvont:Character ;
    lvont:represents "ს"^^xsd:string ;
    rdfs:comment "GEORGIAN LETTER SAN"@en .

<http://lexvo.org/id/char/10E2> a lvont:Character ;
    lvont:represents "ტ"^^xsd:string ;
    rdfs:comment "GEORGIAN LETTER TAR"@en .

<http://lexvo.org/id/char/10E3> a lvont:Character ;
    lvont:represents "უ"^^xsd:string ;
    rdfs:comment "GEORGIAN LETTER UN"@en .

<http://lexvo.org/id/char/10E4> a lvont:Character ;
    lvont:represents "ფ"^^xsd:string ;
    rdfs:comment "GEORGIAN LETTER PHAR"@en .

<http://lexvo.org/id/char/10E5> a lvont:Character ;
    lvont:represents "ქ"^^xsd:string ;
    rdfs:comment "GEORGIAN LETTER KHAR"@en .

<http://lexvo.org/id/char/10E6> a lvont:Character ;
    lvont:represents "ღ"^^xsd:string ;
    rdfs:comment "GEORGIAN LETTER GHAN"@en .

<http://lexvo.org/id/char/10E60> a lvont:Character ;
    lvont:represents "𐹠"^^xsd:string ;
    rdfs:comment "RUMI DIGIT ONE"@en .

<http://lexvo.org/id/char/10E61> a lvont:Character ;
    lvont:represents "𐹡"^^xsd:string ;
    rdfs:comment "RUMI DIGIT TWO"@en .

<http://lexvo.org/id/char/10E62> a lvont:Character ;
    lvont:represents "𐹢"^^xsd:string ;
    rdfs:comment "RUMI DIGIT THREE"@en .

<http://lexvo.org/id/char/10E63> a lvont:Character ;
    lvont:represents "𐹣"^^xsd:string ;
    rdfs:comment "RUMI DIGIT FOUR"@en .

<http://lexvo.org/id/char/10E64> a lvont:Character ;
    lvont:represents "𐹤"^^xsd:string ;
    rdfs:comment "RUMI DIGIT FIVE"@en .

<http://lexvo.org/id/char/10E65> a lvont:Character ;
    lvont:represents "𐹥"^^xsd:string ;
    rdfs:comment "RUMI DIGIT SIX"@en .

<http://lexvo.org/id/char/10E66> a lvont:Character ;
    lvont:represents "𐹦"^^xsd:string ;
    rdfs:comment "RUMI DIGIT SEVEN"@en .

<http://lexvo.org/id/char/10E67> a lvont:Character ;
    lvont:represents "𐹧"^^xsd:string ;
    rdfs:comment "RUMI DIGIT EIGHT"@en .

<http://lexvo.org/id/char/10E68> a lvont:Character ;
    lvont:represents "𐹨"^^xsd:string ;
    rdfs:comment "RUMI DIGIT NINE"@en .

<http://lexvo.org/id/char/10E69> a lvont:Character ;
    lvont:represents "𐹩"^^xsd:string ;
    rdfs:comment "RUMI NUMBER TEN"@en .

<http://lexvo.org/id/char/10E6A> a lvont:Character ;
    lvont:represents "𐹪"^^xsd:string ;
    rdfs:comment "RUMI NUMBER TWENTY"@en .

<http://lexvo.org/id/char/10E6B> a lvont:Character ;
    lvont:represents "𐹫"^^xsd:string ;
    rdfs:comment "RUMI NUMBER THIRTY"@en .

<http://lexvo.org/id/char/10E6C> a lvont:Character ;
    lvont:represents "𐹬"^^xsd:string ;
    rdfs:comment "RUMI NUMBER FORTY"@en .

<http://lexvo.org/id/char/10E6D> a lvont:Character ;
    lvont:represents "𐹭"^^xsd:string ;
    rdfs:comment "RUMI NUMBER FIFTY"@en .

<http://lexvo.org/id/char/10E6E> a lvont:Character ;
    lvont:represents "𐹮"^^xsd:string ;
    rdfs:comment "RUMI NUMBER SIXTY"@en .

<http://lexvo.org/id/char/10E6F> a lvont:Character ;
    lvont:represents "𐹯"^^xsd:string ;
    rdfs:comment "RUMI NUMBER SEVENTY"@en .

<http://lexvo.org/id/char/10E7> a lvont:Character ;
    lvont:represents "ყ"^^xsd:string ;
    rdfs:comment "GEORGIAN LETTER QAR"@en .

<http://lexvo.org/id/char/10E70> a lvont:Character ;
    lvont:represents "𐹰"^^xsd:string ;
    rdfs:comment "RUMI NUMBER EIGHTY"@en .

<http://lexvo.org/id/char/10E71> a lvont:Character ;
    lvont:represents "𐹱"^^xsd:string ;
    rdfs:comment "RUMI NUMBER NINETY"@en .

<http://lexvo.org/id/char/10E72> a lvont:Character ;
    lvont:represents "𐹲"^^xsd:string ;
    rdfs:comment "RUMI NUMBER ONE HUNDRED"@en .

<http://lexvo.org/id/char/10E73> a lvont:Character ;
    lvont:represents "𐹳"^^xsd:string ;
    rdfs:comment "RUMI NUMBER TWO HUNDRED"@en .

<http://lexvo.org/id/char/10E74> a lvont:Character ;
    lvont:represents "𐹴"^^xsd:string ;
    rdfs:comment "RUMI NUMBER THREE HUNDRED"@en .

<http://lexvo.org/id/char/10E75> a lvont:Character ;
    lvont:represents "𐹵"^^xsd:string ;
    rdfs:comment "RUMI NUMBER FOUR HUNDRED"@en .

<http://lexvo.org/id/char/10E76> a lvont:Character ;
    lvont:represents "𐹶"^^xsd:string ;
    rdfs:comment "RUMI NUMBER FIVE HUNDRED"@en .

<http://lexvo.org/id/char/10E77> a lvont:Character ;
    lvont:represents "𐹷"^^xsd:string ;
    rdfs:comment "RUMI NUMBER SIX HUNDRED"@en .

<http://lexvo.org/id/char/10E78> a lvont:Character ;
    lvont:represents "𐹸"^^xsd:string ;
    rdfs:comment "RUMI NUMBER SEVEN HUNDRED"@en .

<http://lexvo.org/id/char/10E79> a lvont:Character ;
    lvont:represents "𐹹"^^xsd:string ;
    rdfs:comment "RUMI NUMBER EIGHT HUNDRED"@en .

<http://lexvo.org/id/char/10E7A> a lvont:Character ;
    lvont:represents "𐹺"^^xsd:string ;
    rdfs:comment "RUMI NUMBER NINE HUNDRED"@en .

<http://lexvo.org/id/char/10E7B> a lvont:Character ;
    lvont:represents "𐹻"^^xsd:string ;
    rdfs:comment "RUMI FRACTION ONE HALF"@en .

<http://lexvo.org/id/char/10E7C> a lvont:Character ;
    lvont:represents "𐹼"^^xsd:string ;
    rdfs:comment "RUMI FRACTION ONE QUARTER"@en .

<http://lexvo.org/id/char/10E7D> a lvont:Character ;
    lvont:represents "𐹽"^^xsd:string ;
    rdfs:comment "RUMI FRACTION ONE THIRD"@en .

<http://lexvo.org/id/char/10E7E> a lvont:Character ;
    lvont:represents "𐹾"^^xsd:string ;
    rdfs:comment "RUMI FRACTION TWO THIRDS"@en .

<http://lexvo.org/id/char/10E8> a lvont:Character ;
    lvont:represents "შ"^^xsd:string ;
    rdfs:comment "GEORGIAN LETTER SHIN"@en .

<http://lexvo.org/id/char/10E9> a lvont:Character ;
    lvont:represents "ჩ"^^xsd:string ;
    rdfs:comment "GEORGIAN LETTER CHIN"@en .

<http://lexvo.org/id/char/10EA> a lvont:Character ;
    lvont:represents "ც"^^xsd:string ;
    rdfs:comment "GEORGIAN LETTER CAN"@en .

<http://lexvo.org/id/char/10EB> a lvont:Character ;
    lvont:represents "ძ"^^xsd:string ;
    rdfs:comment "GEORGIAN LETTER JIL"@en .

<http://lexvo.org/id/char/10EC> a lvont:Character ;
    lvont:represents "წ"^^xsd:string ;
    rdfs:comment "GEORGIAN LETTER CIL"@en .

<http://lexvo.org/id/char/10ED> a lvont:Character ;
    lvont:represents "ჭ"^^xsd:string ;
    rdfs:comment "GEORGIAN LETTER CHAR"@en .

<http://lexvo.org/id/char/10EE> a lvont:Character ;
    lvont:represents "ხ"^^xsd:string ;
    rdfs:comment "GEORGIAN LETTER XAN"@en .

<http://lexvo.org/id/char/10EF> a lvont:Character ;
    lvont:represents "ჯ"^^xsd:string ;
    rdfs:comment "GEORGIAN LETTER JHAN"@en .

<http://lexvo.org/id/char/10F0> a lvont:Character ;
    lvont:represents "ჰ"^^xsd:string ;
    rdfs:comment "GEORGIAN LETTER HAE"@en .

<http://lexvo.org/id/char/10F1> a lvont:Character ;
    lvont:represents "ჱ"^^xsd:string ;
    rdfs:comment "GEORGIAN LETTER HE"@en .

<http://lexvo.org/id/char/10F2> a lvont:Character ;
    lvont:represents "ჲ"^^xsd:string ;
    rdfs:comment "GEORGIAN LETTER HIE"@en .

<http://lexvo.org/id/char/10F3> a lvont:Character ;
    lvont:represents "ჳ"^^xsd:string ;
    rdfs:comment "GEORGIAN LETTER WE"@en .

<http://lexvo.org/id/char/10F4> a lvont:Character ;
    lvont:represents "ჴ"^^xsd:string ;
    rdfs:comment "GEORGIAN LETTER HAR"@en .

<http://lexvo.org/id/char/10F5> a lvont:Character ;
    lvont:represents "ჵ"^^xsd:string ;
    rdfs:comment "GEORGIAN LETTER HOE"@en .

<http://lexvo.org/id/char/10F6> a lvont:Character ;
    lvont:represents "ჶ"^^xsd:string ;
    rdfs:comment "GEORGIAN LETTER FI"@en .

<http://lexvo.org/id/char/10F7> a lvont:Character ;
    lvont:represents "ჷ"^^xsd:string ;
    rdfs:comment "GEORGIAN LETTER YN"@en .

<http://lexvo.org/id/char/10F8> a lvont:Character ;
    lvont:represents "ჸ"^^xsd:string ;
    rdfs:comment "GEORGIAN LETTER ELIFI"@en .

<http://lexvo.org/id/char/10F9> a lvont:Character ;
    lvont:represents "ჹ"^^xsd:string ;
    rdfs:comment "GEORGIAN LETTER TURNED GAN"@en .

<http://lexvo.org/id/char/10FA> a lvont:Character ;
    lvont:represents "ჺ"^^xsd:string ;
    rdfs:comment "GEORGIAN LETTER AIN"@en .

<http://lexvo.org/id/char/10FB> a lvont:Character ;
    lvont:represents "჻"^^xsd:string ;
    rdfs:comment "GEORGIAN PARAGRAPH SEPARATOR"@en .

<http://lexvo.org/id/char/10FC> a lvont:Character ;
    lvont:represents "ჼ"^^xsd:string ;
    rdfs:comment "MODIFIER LETTER GEORGIAN NAR"@en .

<http://lexvo.org/id/char/10FD> a lvont:Character ;
    lvont:represents "ჽ"^^xsd:string ;
    rdfs:comment "GEORGIAN LETTER AEN"@en .

<http://lexvo.org/id/char/10FE> a lvont:Character ;
    lvont:represents "ჾ"^^xsd:string ;
    rdfs:comment "GEORGIAN LETTER HARD SIGN"@en .

<http://lexvo.org/id/char/10FF> a lvont:Character ;
    lvont:represents "ჿ"^^xsd:string ;
    rdfs:comment "GEORGIAN LETTER LABIAL SIGN"@en .

<http://lexvo.org/id/char/1100> a lvont:Character ;
    lvont:represents "ᄀ"^^xsd:string ;
    rdfs:comment "HANGUL CHOSEONG KIYEOK"@en .

<http://lexvo.org/id/char/11000> a lvont:Character ;
    lvont:represents "𑀀"^^xsd:string ;
    rdfs:comment "BRAHMI SIGN CANDRABINDU"@en .

<http://lexvo.org/id/char/11001> a lvont:Character ;
    lvont:represents "𑀁"^^xsd:string ;
    rdfs:comment "BRAHMI SIGN ANUSVARA"@en .

<http://lexvo.org/id/char/11002> a lvont:Character ;
    lvont:represents "𑀂"^^xsd:string ;
    rdfs:comment "BRAHMI SIGN VISARGA"@en .

<http://lexvo.org/id/char/11003> a lvont:Character ;
    lvont:represents "𑀃"^^xsd:string ;
    rdfs:comment "BRAHMI SIGN JIHVAMULIYA"@en .

<http://lexvo.org/id/char/11004> a lvont:Character ;
    lvont:represents "𑀄"^^xsd:string ;
    rdfs:comment "BRAHMI SIGN UPADHMANIYA"@en .

<http://lexvo.org/id/char/11005> a lvont:Character ;
    lvont:represents "𑀅"^^xsd:string ;
    rdfs:comment "BRAHMI LETTER A"@en .

<http://lexvo.org/id/char/11006> a lvont:Character ;
    lvont:represents "𑀆"^^xsd:string ;
    rdfs:comment "BRAHMI LETTER AA"@en .

<http://lexvo.org/id/char/11007> a lvont:Character ;
    lvont:represents "𑀇"^^xsd:string ;
    rdfs:comment "BRAHMI LETTER I"@en .

<http://lexvo.org/id/char/11008> a lvont:Character ;
    lvont:represents "𑀈"^^xsd:string ;
    rdfs:comment "BRAHMI LETTER II"@en .

<http://lexvo.org/id/char/11009> a lvont:Character ;
    lvont:represents "𑀉"^^xsd:string ;
    rdfs:comment "BRAHMI LETTER U"@en .

<http://lexvo.org/id/char/1100A> a lvont:Character ;
    lvont:represents "𑀊"^^xsd:string ;
    rdfs:comment "BRAHMI LETTER UU"@en .

<http://lexvo.org/id/char/1100B> a lvont:Character ;
    lvont:represents "𑀋"^^xsd:string ;
    rdfs:comment "BRAHMI LETTER VOCALIC R"@en .

<http://lexvo.org/id/char/1100C> a lvont:Character ;
    lvont:represents "𑀌"^^xsd:string ;
    rdfs:comment "BRAHMI LETTER VOCALIC RR"@en .

<http://lexvo.org/id/char/1100D> a lvont:Character ;
    lvont:represents "𑀍"^^xsd:string ;
    rdfs:comment "BRAHMI LETTER VOCALIC L"@en .

<http://lexvo.org/id/char/1100E> a lvont:Character ;
    lvont:represents "𑀎"^^xsd:string ;
    rdfs:comment "BRAHMI LETTER VOCALIC LL"@en .

<http://lexvo.org/id/char/1100F> a lvont:Character ;
    lvont:represents "𑀏"^^xsd:string ;
    rdfs:comment "BRAHMI LETTER E"@en .

<http://lexvo.org/id/char/1101> a lvont:Character ;
    lvont:represents "ᄁ"^^xsd:string ;
    rdfs:comment "HANGUL CHOSEONG SSANGKIYEOK"@en .

<http://lexvo.org/id/char/11010> a lvont:Character ;
    lvont:represents "𑀐"^^xsd:string ;
    rdfs:comment "BRAHMI LETTER AI"@en .

<http://lexvo.org/id/char/11011> a lvont:Character ;
    lvont:represents "𑀑"^^xsd:string ;
    rdfs:comment "BRAHMI LETTER O"@en .

<http://lexvo.org/id/char/11012> a lvont:Character ;
    lvont:represents "𑀒"^^xsd:string ;
    rdfs:comment "BRAHMI LETTER AU"@en .

<http://lexvo.org/id/char/11013> a lvont:Character ;
    lvont:represents "𑀓"^^xsd:string ;
    rdfs:comment "BRAHMI LETTER KA"@en .

<http://lexvo.org/id/char/11014> a lvont:Character ;
    lvont:represents "𑀔"^^xsd:string ;
    rdfs:comment "BRAHMI LETTER KHA"@en .

<http://lexvo.org/id/char/11015> a lvont:Character ;
    lvont:represents "𑀕"^^xsd:string ;
    rdfs:comment "BRAHMI LETTER GA"@en .

<http://lexvo.org/id/char/11016> a lvont:Character ;
    lvont:represents "𑀖"^^xsd:string ;
    rdfs:comment "BRAHMI LETTER GHA"@en .

<http://lexvo.org/id/char/11017> a lvont:Character ;
    lvont:represents "𑀗"^^xsd:string ;
    rdfs:comment "BRAHMI LETTER NGA"@en .

<http://lexvo.org/id/char/11018> a lvont:Character ;
    lvont:represents "𑀘"^^xsd:string ;
    rdfs:comment "BRAHMI LETTER CA"@en .

<http://lexvo.org/id/char/11019> a lvont:Character ;
    lvont:represents "𑀙"^^xsd:string ;
    rdfs:comment "BRAHMI LETTER CHA"@en .

<http://lexvo.org/id/char/1101A> a lvont:Character ;
    lvont:represents "𑀚"^^xsd:string ;
    rdfs:comment "BRAHMI LETTER JA"@en .

<http://lexvo.org/id/char/1101B> a lvont:Character ;
    lvont:represents "𑀛"^^xsd:string ;
    rdfs:comment "BRAHMI LETTER JHA"@en .

<http://lexvo.org/id/char/1101C> a lvont:Character ;
    lvont:represents "𑀜"^^xsd:string ;
    rdfs:comment "BRAHMI LETTER NYA"@en .

<http://lexvo.org/id/char/1101D> a lvont:Character ;
    lvont:represents "𑀝"^^xsd:string ;
    rdfs:comment "BRAHMI LETTER TTA"@en .

<http://lexvo.org/id/char/1101E> a lvont:Character ;
    lvont:represents "𑀞"^^xsd:string ;
    rdfs:comment "BRAHMI LETTER TTHA"@en .

<http://lexvo.org/id/char/1101F> a lvont:Character ;
    lvont:represents "𑀟"^^xsd:string ;
    rdfs:comment "BRAHMI LETTER DDA"@en .

<http://lexvo.org/id/char/1102> a lvont:Character ;
    lvont:represents "ᄂ"^^xsd:string ;
    rdfs:comment "HANGUL CHOSEONG NIEUN"@en .

<http://lexvo.org/id/char/11020> a lvont:Character ;
    lvont:represents "𑀠"^^xsd:string ;
    rdfs:comment "BRAHMI LETTER DDHA"@en .

<http://lexvo.org/id/char/11021> a lvont:Character ;
    lvont:represents "𑀡"^^xsd:string ;
    rdfs:comment "BRAHMI LETTER NNA"@en .

<http://lexvo.org/id/char/11022> a lvont:Character ;
    lvont:represents "𑀢"^^xsd:string ;
    rdfs:comment "BRAHMI LETTER TA"@en .

<http://lexvo.org/id/char/11023> a lvont:Character ;
    lvont:represents "𑀣"^^xsd:string ;
    rdfs:comment "BRAHMI LETTER THA"@en .

<http://lexvo.org/id/char/11024> a lvont:Character ;
    lvont:represents "𑀤"^^xsd:string ;
    rdfs:comment "BRAHMI LETTER DA"@en .

<http://lexvo.org/id/char/11025> a lvont:Character ;
    lvont:represents "𑀥"^^xsd:string ;
    rdfs:comment "BRAHMI LETTER DHA"@en .

<http://lexvo.org/id/char/11026> a lvont:Character ;
    lvont:represents "𑀦"^^xsd:string ;
    rdfs:comment "BRAHMI LETTER NA"@en .

<http://lexvo.org/id/char/11027> a lvont:Character ;
    lvont:represents "𑀧"^^xsd:string ;
    rdfs:comment "BRAHMI LETTER PA"@en .

<http://lexvo.org/id/char/11028> a lvont:Character ;
    lvont:represents "𑀨"^^xsd:string ;
    rdfs:comment "BRAHMI LETTER PHA"@en .

<http://lexvo.org/id/char/11029> a lvont:Character ;
    lvont:represents "𑀩"^^xsd:string ;
    rdfs:comment "BRAHMI LETTER BA"@en .

<http://lexvo.org/id/char/1102A> a lvont:Character ;
    lvont:represents "𑀪"^^xsd:string ;
    rdfs:comment "BRAHMI LETTER BHA"@en .

<http://lexvo.org/id/char/1102B> a lvont:Character ;
    lvont:represents "𑀫"^^xsd:string ;
    rdfs:comment "BRAHMI LETTER MA"@en .

<http://lexvo.org/id/char/1102C> a lvont:Character ;
    lvont:represents "𑀬"^^xsd:string ;
    rdfs:comment "BRAHMI LETTER YA"@en .

<http://lexvo.org/id/char/1102D> a lvont:Character ;
    lvont:represents "𑀭"^^xsd:string ;
    rdfs:comment "BRAHMI LETTER RA"@en .

<http://lexvo.org/id/char/1102E> a lvont:Character ;
    lvont:represents "𑀮"^^xsd:string ;
    rdfs:comment "BRAHMI LETTER LA"@en .

<http://lexvo.org/id/char/1102F> a lvont:Character ;
    lvont:represents "𑀯"^^xsd:string ;
    rdfs:comment "BRAHMI LETTER VA"@en .

<http://lexvo.org/id/char/1103> a lvont:Character ;
    lvont:represents "ᄃ"^^xsd:string ;
    rdfs:comment "HANGUL CHOSEONG TIKEUT"@en .

<http://lexvo.org/id/char/11030> a lvont:Character ;
    lvont:represents "𑀰"^^xsd:string ;
    rdfs:comment "BRAHMI LETTER SHA"@en .

<http://lexvo.org/id/char/11031> a lvont:Character ;
    lvont:represents "𑀱"^^xsd:string ;
    rdfs:comment "BRAHMI LETTER SSA"@en .

<http://lexvo.org/id/char/11032> a lvont:Character ;
    lvont:represents "𑀲"^^xsd:string ;
    rdfs:comment "BRAHMI LETTER SA"@en .

<http://lexvo.org/id/char/11033> a lvont:Character ;
    lvont:represents "𑀳"^^xsd:string ;
    rdfs:comment "BRAHMI LETTER HA"@en .

<http://lexvo.org/id/char/11034> a lvont:Character ;
    lvont:represents "𑀴"^^xsd:string ;
    rdfs:comment "BRAHMI LETTER LLA"@en .

<http://lexvo.org/id/char/11035> a lvont:Character ;
    lvont:represents "𑀵"^^xsd:string ;
    rdfs:comment "BRAHMI LETTER OLD TAMIL LLLA"@en .

<http://lexvo.org/id/char/11036> a lvont:Character ;
    lvont:represents "𑀶"^^xsd:string ;
    rdfs:comment "BRAHMI LETTER OLD TAMIL RRA"@en .

<http://lexvo.org/id/char/11037> a lvont:Character ;
    lvont:represents "𑀷"^^xsd:string ;
    rdfs:comment "BRAHMI LETTER OLD TAMIL NNNA"@en .

<http://lexvo.org/id/char/11038> a lvont:Character ;
    lvont:represents "𑀸"^^xsd:string ;
    rdfs:comment "BRAHMI VOWEL SIGN AA"@en .

<http://lexvo.org/id/char/11039> a lvont:Character ;
    lvont:represents "𑀹"^^xsd:string ;
    rdfs:comment "BRAHMI VOWEL SIGN BHATTIPROLU AA"@en .

<http://lexvo.org/id/char/1103A> a lvont:Character ;
    lvont:represents "𑀺"^^xsd:string ;
    rdfs:comment "BRAHMI VOWEL SIGN I"@en .

<http://lexvo.org/id/char/1103B> a lvont:Character ;
    lvont:represents "𑀻"^^xsd:string ;
    rdfs:comment "BRAHMI VOWEL SIGN II"@en .

<http://lexvo.org/id/char/1103C> a lvont:Character ;
    lvont:represents "𑀼"^^xsd:string ;
    rdfs:comment "BRAHMI VOWEL SIGN U"@en .

<http://lexvo.org/id/char/1103D> a lvont:Character ;
    lvont:represents "𑀽"^^xsd:string ;
    rdfs:comment "BRAHMI VOWEL SIGN UU"@en .

<http://lexvo.org/id/char/1103E> a lvont:Character ;
    lvont:represents "𑀾"^^xsd:string ;
    rdfs:comment "BRAHMI VOWEL SIGN VOCALIC R"@en .

<http://lexvo.org/id/char/1103F> a lvont:Character ;
    lvont:represents "𑀿"^^xsd:string ;
    rdfs:comment "BRAHMI VOWEL SIGN VOCALIC RR"@en .

<http://lexvo.org/id/char/1104> a lvont:Character ;
    lvont:represents "ᄄ"^^xsd:string ;
    rdfs:comment "HANGUL CHOSEONG SSANGTIKEUT"@en .

<http://lexvo.org/id/char/11040> a lvont:Character ;
    lvont:represents "𑁀"^^xsd:string ;
    rdfs:comment "BRAHMI VOWEL SIGN VOCALIC L"@en .

<http://lexvo.org/id/char/11041> a lvont:Character ;
    lvont:represents "𑁁"^^xsd:string ;
    rdfs:comment "BRAHMI VOWEL SIGN VOCALIC LL"@en .

<http://lexvo.org/id/char/11042> a lvont:Character ;
    lvont:represents "𑁂"^^xsd:string ;
    rdfs:comment "BRAHMI VOWEL SIGN E"@en .

<http://lexvo.org/id/char/11043> a lvont:Character ;
    lvont:represents "𑁃"^^xsd:string ;
    rdfs:comment "BRAHMI VOWEL SIGN AI"@en .

<http://lexvo.org/id/char/11044> a lvont:Character ;
    lvont:represents "𑁄"^^xsd:string ;
    rdfs:comment "BRAHMI VOWEL SIGN O"@en .

<http://lexvo.org/id/char/11045> a lvont:Character ;
    lvont:represents "𑁅"^^xsd:string ;
    rdfs:comment "BRAHMI VOWEL SIGN AU"@en .

<http://lexvo.org/id/char/11046> a lvont:Character ;
    lvont:represents "𑁆"^^xsd:string ;
    rdfs:comment "BRAHMI VIRAMA"@en .

<http://lexvo.org/id/char/11047> a lvont:Character ;
    lvont:represents "𑁇"^^xsd:string ;
    rdfs:comment "BRAHMI DANDA"@en .

<http://lexvo.org/id/char/11048> a lvont:Character ;
    lvont:represents "𑁈"^^xsd:string ;
    rdfs:comment "BRAHMI DOUBLE DANDA"@en .

<http://lexvo.org/id/char/11049> a lvont:Character ;
    lvont:represents "𑁉"^^xsd:string ;
    rdfs:comment "BRAHMI PUNCTUATION DOT"@en .

<http://lexvo.org/id/char/1104A> a lvont:Character ;
    lvont:represents "𑁊"^^xsd:string ;
    rdfs:comment "BRAHMI PUNCTUATION DOUBLE DOT"@en .

<http://lexvo.org/id/char/1104B> a lvont:Character ;
    lvont:represents "𑁋"^^xsd:string ;
    rdfs:comment "BRAHMI PUNCTUATION LINE"@en .

<http://lexvo.org/id/char/1104C> a lvont:Character ;
    lvont:represents "𑁌"^^xsd:string ;
    rdfs:comment "BRAHMI PUNCTUATION CRESCENT BAR"@en .

<http://lexvo.org/id/char/1104D> a lvont:Character ;
    lvont:represents "𑁍"^^xsd:string ;
    rdfs:comment "BRAHMI PUNCTUATION LOTUS"@en .

<http://lexvo.org/id/char/1105> a lvont:Character ;
    lvont:represents "ᄅ"^^xsd:string ;
    rdfs:comment "HANGUL CHOSEONG RIEUL"@en .

<http://lexvo.org/id/char/11052> a lvont:Character ;
    lvont:represents "𑁒"^^xsd:string ;
    rdfs:comment "BRAHMI NUMBER ONE"@en .

<http://lexvo.org/id/char/11053> a lvont:Character ;
    lvont:represents "𑁓"^^xsd:string ;
    rdfs:comment "BRAHMI NUMBER TWO"@en .

<http://lexvo.org/id/char/11054> a lvont:Character ;
    lvont:represents "𑁔"^^xsd:string ;
    rdfs:comment "BRAHMI NUMBER THREE"@en .

<http://lexvo.org/id/char/11055> a lvont:Character ;
    lvont:represents "𑁕"^^xsd:string ;
    rdfs:comment "BRAHMI NUMBER FOUR"@en .

<http://lexvo.org/id/char/11056> a lvont:Character ;
    lvont:represents "𑁖"^^xsd:string ;
    rdfs:comment "BRAHMI NUMBER FIVE"@en .

<http://lexvo.org/id/char/11057> a lvont:Character ;
    lvont:represents "𑁗"^^xsd:string ;
    rdfs:comment "BRAHMI NUMBER SIX"@en .

<http://lexvo.org/id/char/11058> a lvont:Character ;
    lvont:represents "𑁘"^^xsd:string ;
    rdfs:comment "BRAHMI NUMBER SEVEN"@en .

<http://lexvo.org/id/char/11059> a lvont:Character ;
    lvont:represents "𑁙"^^xsd:string ;
    rdfs:comment "BRAHMI NUMBER EIGHT"@en .

<http://lexvo.org/id/char/1105A> a lvont:Character ;
    lvont:represents "𑁚"^^xsd:string ;
    rdfs:comment "BRAHMI NUMBER NINE"@en .

<http://lexvo.org/id/char/1105B> a lvont:Character ;
    lvont:represents "𑁛"^^xsd:string ;
    rdfs:comment "BRAHMI NUMBER TEN"@en .

<http://lexvo.org/id/char/1105C> a lvont:Character ;
    lvont:represents "𑁜"^^xsd:string ;
    rdfs:comment "BRAHMI NUMBER TWENTY"@en .

<http://lexvo.org/id/char/1105D> a lvont:Character ;
    lvont:represents "𑁝"^^xsd:string ;
    rdfs:comment "BRAHMI NUMBER THIRTY"@en .

<http://lexvo.org/id/char/1105E> a lvont:Character ;
    lvont:represents "𑁞"^^xsd:string ;
    rdfs:comment "BRAHMI NUMBER FORTY"@en .

<http://lexvo.org/id/char/1105F> a lvont:Character ;
    lvont:represents "𑁟"^^xsd:string ;
    rdfs:comment "BRAHMI NUMBER FIFTY"@en .

<http://lexvo.org/id/char/1106> a lvont:Character ;
    lvont:represents "ᄆ"^^xsd:string ;
    rdfs:comment "HANGUL CHOSEONG MIEUM"@en .

<http://lexvo.org/id/char/11060> a lvont:Character ;
    lvont:represents "𑁠"^^xsd:string ;
    rdfs:comment "BRAHMI NUMBER SIXTY"@en .

<http://lexvo.org/id/char/11061> a lvont:Character ;
    lvont:represents "𑁡"^^xsd:string ;
    rdfs:comment "BRAHMI NUMBER SEVENTY"@en .

<http://lexvo.org/id/char/11062> a lvont:Character ;
    lvont:represents "𑁢"^^xsd:string ;
    rdfs:comment "BRAHMI NUMBER EIGHTY"@en .

<http://lexvo.org/id/char/11063> a lvont:Character ;
    lvont:represents "𑁣"^^xsd:string ;
    rdfs:comment "BRAHMI NUMBER NINETY"@en .

<http://lexvo.org/id/char/11064> a lvont:Character ;
    lvont:represents "𑁤"^^xsd:string ;
    rdfs:comment "BRAHMI NUMBER ONE HUNDRED"@en .

<http://lexvo.org/id/char/11065> a lvont:Character ;
    lvont:represents "𑁥"^^xsd:string ;
    rdfs:comment "BRAHMI NUMBER ONE THOUSAND"@en .

<http://lexvo.org/id/char/11066> a lvont:Character ;
    lvont:represents "𑁦"^^xsd:string ;
    rdfs:comment "BRAHMI DIGIT ZERO"@en .

<http://lexvo.org/id/char/11067> a lvont:Character ;
    lvont:represents "𑁧"^^xsd:string ;
    rdfs:comment "BRAHMI DIGIT ONE"@en .

<http://lexvo.org/id/char/11068> a lvont:Character ;
    lvont:represents "𑁨"^^xsd:string ;
    rdfs:comment "BRAHMI DIGIT TWO"@en .

<http://lexvo.org/id/char/11069> a lvont:Character ;
    lvont:represents "𑁩"^^xsd:string ;
    rdfs:comment "BRAHMI DIGIT THREE"@en .

<http://lexvo.org/id/char/1106A> a lvont:Character ;
    lvont:represents "𑁪"^^xsd:string ;
    rdfs:comment "BRAHMI DIGIT FOUR"@en .

<http://lexvo.org/id/char/1106B> a lvont:Character ;
    lvont:represents "𑁫"^^xsd:string ;
    rdfs:comment "BRAHMI DIGIT FIVE"@en .

<http://lexvo.org/id/char/1106C> a lvont:Character ;
    lvont:represents "𑁬"^^xsd:string ;
    rdfs:comment "BRAHMI DIGIT SIX"@en .

<http://lexvo.org/id/char/1106D> a lvont:Character ;
    lvont:represents "𑁭"^^xsd:string ;
    rdfs:comment "BRAHMI DIGIT SEVEN"@en .

<http://lexvo.org/id/char/1106E> a lvont:Character ;
    lvont:represents "𑁮"^^xsd:string ;
    rdfs:comment "BRAHMI DIGIT EIGHT"@en .

<http://lexvo.org/id/char/1106F> a lvont:Character ;
    lvont:represents "𑁯"^^xsd:string ;
    rdfs:comment "BRAHMI DIGIT NINE"@en .

<http://lexvo.org/id/char/1107> a lvont:Character ;
    lvont:represents "ᄇ"^^xsd:string ;
    rdfs:comment "HANGUL CHOSEONG PIEUP"@en .

<http://lexvo.org/id/char/1108> a lvont:Character ;
    lvont:represents "ᄈ"^^xsd:string ;
    rdfs:comment "HANGUL CHOSEONG SSANGPIEUP"@en .

<http://lexvo.org/id/char/11080> a lvont:Character ;
    lvont:represents "𑂀"^^xsd:string ;
    rdfs:comment "KAITHI SIGN CANDRABINDU"@en .

<http://lexvo.org/id/char/11081> a lvont:Character ;
    lvont:represents "𑂁"^^xsd:string ;
    rdfs:comment "KAITHI SIGN ANUSVARA"@en .

<http://lexvo.org/id/char/11082> a lvont:Character ;
    lvont:represents "𑂂"^^xsd:string ;
    rdfs:comment "KAITHI SIGN VISARGA"@en .

<http://lexvo.org/id/char/11083> a lvont:Character ;
    lvont:represents "𑂃"^^xsd:string ;
    rdfs:comment "KAITHI LETTER A"@en .

<http://lexvo.org/id/char/11084> a lvont:Character ;
    lvont:represents "𑂄"^^xsd:string ;
    rdfs:comment "KAITHI LETTER AA"@en .

<http://lexvo.org/id/char/11085> a lvont:Character ;
    lvont:represents "𑂅"^^xsd:string ;
    rdfs:comment "KAITHI LETTER I"@en .

<http://lexvo.org/id/char/11086> a lvont:Character ;
    lvont:represents "𑂆"^^xsd:string ;
    rdfs:comment "KAITHI LETTER II"@en .

<http://lexvo.org/id/char/11087> a lvont:Character ;
    lvont:represents "𑂇"^^xsd:string ;
    rdfs:comment "KAITHI LETTER U"@en .

<http://lexvo.org/id/char/11088> a lvont:Character ;
    lvont:represents "𑂈"^^xsd:string ;
    rdfs:comment "KAITHI LETTER UU"@en .

<http://lexvo.org/id/char/11089> a lvont:Character ;
    lvont:represents "𑂉"^^xsd:string ;
    rdfs:comment "KAITHI LETTER E"@en .

<http://lexvo.org/id/char/1108A> a lvont:Character ;
    lvont:represents "𑂊"^^xsd:string ;
    rdfs:comment "KAITHI LETTER AI"@en .

<http://lexvo.org/id/char/1108B> a lvont:Character ;
    lvont:represents "𑂋"^^xsd:string ;
    rdfs:comment "KAITHI LETTER O"@en .

<http://lexvo.org/id/char/1108C> a lvont:Character ;
    lvont:represents "𑂌"^^xsd:string ;
    rdfs:comment "KAITHI LETTER AU"@en .

<http://lexvo.org/id/char/1108D> a lvont:Character ;
    lvont:represents "𑂍"^^xsd:string ;
    rdfs:comment "KAITHI LETTER KA"@en .

<http://lexvo.org/id/char/1108E> a lvont:Character ;
    lvont:represents "𑂎"^^xsd:string ;
    rdfs:comment "KAITHI LETTER KHA"@en .

<http://lexvo.org/id/char/1108F> a lvont:Character ;
    lvont:represents "𑂏"^^xsd:string ;
    rdfs:comment "KAITHI LETTER GA"@en .

<http://lexvo.org/id/char/1109> a lvont:Character ;
    lvont:represents "ᄉ"^^xsd:string ;
    rdfs:comment "HANGUL CHOSEONG SIOS"@en .

<http://lexvo.org/id/char/11090> a lvont:Character ;
    lvont:represents "𑂐"^^xsd:string ;
    rdfs:comment "KAITHI LETTER GHA"@en .

<http://lexvo.org/id/char/11091> a lvont:Character ;
    lvont:represents "𑂑"^^xsd:string ;
    rdfs:comment "KAITHI LETTER NGA"@en .

<http://lexvo.org/id/char/11092> a lvont:Character ;
    lvont:represents "𑂒"^^xsd:string ;
    rdfs:comment "KAITHI LETTER CA"@en .

<http://lexvo.org/id/char/11093> a lvont:Character ;
    lvont:represents "𑂓"^^xsd:string ;
    rdfs:comment "KAITHI LETTER CHA"@en .

<http://lexvo.org/id/char/11094> a lvont:Character ;
    lvont:represents "𑂔"^^xsd:string ;
    rdfs:comment "KAITHI LETTER JA"@en .

<http://lexvo.org/id/char/11095> a lvont:Character ;
    lvont:represents "𑂕"^^xsd:string ;
    rdfs:comment "KAITHI LETTER JHA"@en .

<http://lexvo.org/id/char/11096> a lvont:Character ;
    lvont:represents "𑂖"^^xsd:string ;
    rdfs:comment "KAITHI LETTER NYA"@en .

<http://lexvo.org/id/char/11097> a lvont:Character ;
    lvont:represents "𑂗"^^xsd:string ;
    rdfs:comment "KAITHI LETTER TTA"@en .

<http://lexvo.org/id/char/11098> a lvont:Character ;
    lvont:represents "𑂘"^^xsd:string ;
    rdfs:comment "KAITHI LETTER TTHA"@en .

<http://lexvo.org/id/char/11099> a lvont:Character ;
    lvont:represents "𑂙"^^xsd:string ;
    rdfs:comment "KAITHI LETTER DDA"@en .

<http://lexvo.org/id/char/1109A> a lvont:Character ;
    lvont:represents "𑂚"^^xsd:string ;
    rdfs:comment "KAITHI LETTER DDDHA"@en .

<http://lexvo.org/id/char/1109B> a lvont:Character ;
    lvont:represents "𑂛"^^xsd:string ;
    rdfs:comment "KAITHI LETTER DDHA"@en .

<http://lexvo.org/id/char/1109C> a lvont:Character ;
    lvont:represents "𑂜"^^xsd:string ;
    rdfs:comment "KAITHI LETTER RHA"@en .

<http://lexvo.org/id/char/1109D> a lvont:Character ;
    lvont:represents "𑂝"^^xsd:string ;
    rdfs:comment "KAITHI LETTER NNA"@en .

<http://lexvo.org/id/char/1109E> a lvont:Character ;
    lvont:represents "𑂞"^^xsd:string ;
    rdfs:comment "KAITHI LETTER TA"@en .

<http://lexvo.org/id/char/1109F> a lvont:Character ;
    lvont:represents "𑂟"^^xsd:string ;
    rdfs:comment "KAITHI LETTER THA"@en .

<http://lexvo.org/id/char/110A> a lvont:Character ;
    lvont:represents "ᄊ"^^xsd:string ;
    rdfs:comment "HANGUL CHOSEONG SSANGSIOS"@en .

<http://lexvo.org/id/char/110A0> a lvont:Character ;
    lvont:represents "𑂠"^^xsd:string ;
    rdfs:comment "KAITHI LETTER DA"@en .

<http://lexvo.org/id/char/110A1> a lvont:Character ;
    lvont:represents "𑂡"^^xsd:string ;
    rdfs:comment "KAITHI LETTER DHA"@en .

<http://lexvo.org/id/char/110A2> a lvont:Character ;
    lvont:represents "𑂢"^^xsd:string ;
    rdfs:comment "KAITHI LETTER NA"@en .

<http://lexvo.org/id/char/110A3> a lvont:Character ;
    lvont:represents "𑂣"^^xsd:string ;
    rdfs:comment "KAITHI LETTER PA"@en .

<http://lexvo.org/id/char/110A4> a lvont:Character ;
    lvont:represents "𑂤"^^xsd:string ;
    rdfs:comment "KAITHI LETTER PHA"@en .

<http://lexvo.org/id/char/110A5> a lvont:Character ;
    lvont:represents "𑂥"^^xsd:string ;
    rdfs:comment "KAITHI LETTER BA"@en .

<http://lexvo.org/id/char/110A6> a lvont:Character ;
    lvont:represents "𑂦"^^xsd:string ;
    rdfs:comment "KAITHI LETTER BHA"@en .

<http://lexvo.org/id/char/110A7> a lvont:Character ;
    lvont:represents "𑂧"^^xsd:string ;
    rdfs:comment "KAITHI LETTER MA"@en .

<http://lexvo.org/id/char/110A8> a lvont:Character ;
    lvont:represents "𑂨"^^xsd:string ;
    rdfs:comment "KAITHI LETTER YA"@en .

<http://lexvo.org/id/char/110A9> a lvont:Character ;
    lvont:represents "𑂩"^^xsd:string ;
    rdfs:comment "KAITHI LETTER RA"@en .

<http://lexvo.org/id/char/110AA> a lvont:Character ;
    lvont:represents "𑂪"^^xsd:string ;
    rdfs:comment "KAITHI LETTER LA"@en .

<http://lexvo.org/id/char/110AB> a lvont:Character ;
    lvont:represents "𑂫"^^xsd:string ;
    rdfs:comment "KAITHI LETTER VA"@en .

<http://lexvo.org/id/char/110AC> a lvont:Character ;
    lvont:represents "𑂬"^^xsd:string ;
    rdfs:comment "KAITHI LETTER SHA"@en .

<http://lexvo.org/id/char/110AD> a lvont:Character ;
    lvont:represents "𑂭"^^xsd:string ;
    rdfs:comment "KAITHI LETTER SSA"@en .

<http://lexvo.org/id/char/110AE> a lvont:Character ;
    lvont:represents "𑂮"^^xsd:string ;
    rdfs:comment "KAITHI LETTER SA"@en .

<http://lexvo.org/id/char/110AF> a lvont:Character ;
    lvont:represents "𑂯"^^xsd:string ;
    rdfs:comment "KAITHI LETTER HA"@en .

<http://lexvo.org/id/char/110B> a lvont:Character ;
    lvont:represents "ᄋ"^^xsd:string ;
    rdfs:comment "HANGUL CHOSEONG IEUNG"@en .

<http://lexvo.org/id/char/110B0> a lvont:Character ;
    lvont:represents "𑂰"^^xsd:string ;
    rdfs:comment "KAITHI VOWEL SIGN AA"@en .

<http://lexvo.org/id/char/110B1> a lvont:Character ;
    lvont:represents "𑂱"^^xsd:string ;
    rdfs:comment "KAITHI VOWEL SIGN I"@en .

<http://lexvo.org/id/char/110B2> a lvont:Character ;
    lvont:represents "𑂲"^^xsd:string ;
    rdfs:comment "KAITHI VOWEL SIGN II"@en .

<http://lexvo.org/id/char/110B3> a lvont:Character ;
    lvont:represents "𑂳"^^xsd:string ;
    rdfs:comment "KAITHI VOWEL SIGN U"@en .

<http://lexvo.org/id/char/110B4> a lvont:Character ;
    lvont:represents "𑂴"^^xsd:string ;
    rdfs:comment "KAITHI VOWEL SIGN UU"@en .

<http://lexvo.org/id/char/110B5> a lvont:Character ;
    lvont:represents "𑂵"^^xsd:string ;
    rdfs:comment "KAITHI VOWEL SIGN E"@en .

<http://lexvo.org/id/char/110B6> a lvont:Character ;
    lvont:represents "𑂶"^^xsd:string ;
    rdfs:comment "KAITHI VOWEL SIGN AI"@en .

<http://lexvo.org/id/char/110B7> a lvont:Character ;
    lvont:represents "𑂷"^^xsd:string ;
    rdfs:comment "KAITHI VOWEL SIGN O"@en .

<http://lexvo.org/id/char/110B8> a lvont:Character ;
    lvont:represents "𑂸"^^xsd:string ;
    rdfs:comment "KAITHI VOWEL SIGN AU"@en .

<http://lexvo.org/id/char/110B9> a lvont:Character ;
    lvont:represents "𑂹"^^xsd:string ;
    rdfs:comment "KAITHI SIGN VIRAMA"@en .

<http://lexvo.org/id/char/110BA> a lvont:Character ;
    lvont:represents "𑂺"^^xsd:string ;
    rdfs:comment "KAITHI SIGN NUKTA"@en .

<http://lexvo.org/id/char/110BB> a lvont:Character ;
    lvont:represents "𑂻"^^xsd:string ;
    rdfs:comment "KAITHI ABBREVIATION SIGN"@en .

<http://lexvo.org/id/char/110BC> a lvont:Character ;
    lvont:represents "𑂼"^^xsd:string ;
    rdfs:comment "KAITHI ENUMERATION SIGN"@en .

<http://lexvo.org/id/char/110BD> a lvont:Character ;
    lvont:represents "𑂽"^^xsd:string ;
    rdfs:comment "KAITHI NUMBER SIGN"@en .

<http://lexvo.org/id/char/110BE> a lvont:Character ;
    lvont:represents "𑂾"^^xsd:string ;
    rdfs:comment "KAITHI SECTION MARK"@en .

<http://lexvo.org/id/char/110BF> a lvont:Character ;
    lvont:represents "𑂿"^^xsd:string ;
    rdfs:comment "KAITHI DOUBLE SECTION MARK"@en .

<http://lexvo.org/id/char/110C> a lvont:Character ;
    lvont:represents "ᄌ"^^xsd:string ;
    rdfs:comment "HANGUL CHOSEONG CIEUC"@en .

<http://lexvo.org/id/char/110C0> a lvont:Character ;
    lvont:represents "𑃀"^^xsd:string ;
    rdfs:comment "KAITHI DANDA"@en .

<http://lexvo.org/id/char/110C1> a lvont:Character ;
    lvont:represents "𑃁"^^xsd:string ;
    rdfs:comment "KAITHI DOUBLE DANDA"@en .

<http://lexvo.org/id/char/110D> a lvont:Character ;
    lvont:represents "ᄍ"^^xsd:string ;
    rdfs:comment "HANGUL CHOSEONG SSANGCIEUC"@en .

<http://lexvo.org/id/char/110D0> a lvont:Character ;
    lvont:represents "𑃐"^^xsd:string ;
    rdfs:comment "SORA SOMPENG LETTER SAH"@en .

<http://lexvo.org/id/char/110D1> a lvont:Character ;
    lvont:represents "𑃑"^^xsd:string ;
    rdfs:comment "SORA SOMPENG LETTER TAH"@en .

<http://lexvo.org/id/char/110D2> a lvont:Character ;
    lvont:represents "𑃒"^^xsd:string ;
    rdfs:comment "SORA SOMPENG LETTER BAH"@en .

<http://lexvo.org/id/char/110D3> a lvont:Character ;
    lvont:represents "𑃓"^^xsd:string ;
    rdfs:comment "SORA SOMPENG LETTER CAH"@en .

<http://lexvo.org/id/char/110D4> a lvont:Character ;
    lvont:represents "𑃔"^^xsd:string ;
    rdfs:comment "SORA SOMPENG LETTER DAH"@en .

<http://lexvo.org/id/char/110D5> a lvont:Character ;
    lvont:represents "𑃕"^^xsd:string ;
    rdfs:comment "SORA SOMPENG LETTER GAH"@en .

<http://lexvo.org/id/char/110D6> a lvont:Character ;
    lvont:represents "𑃖"^^xsd:string ;
    rdfs:comment "SORA SOMPENG LETTER MAH"@en .

<http://lexvo.org/id/char/110D7> a lvont:Character ;
    lvont:represents "𑃗"^^xsd:string ;
    rdfs:comment "SORA SOMPENG LETTER NGAH"@en .

<http://lexvo.org/id/char/110D8> a lvont:Character ;
    lvont:represents "𑃘"^^xsd:string ;
    rdfs:comment "SORA SOMPENG LETTER LAH"@en .

<http://lexvo.org/id/char/110D9> a lvont:Character ;
    lvont:represents "𑃙"^^xsd:string ;
    rdfs:comment "SORA SOMPENG LETTER NAH"@en .

<http://lexvo.org/id/char/110DA> a lvont:Character ;
    lvont:represents "𑃚"^^xsd:string ;
    rdfs:comment "SORA SOMPENG LETTER VAH"@en .

<http://lexvo.org/id/char/110DB> a lvont:Character ;
    lvont:represents "𑃛"^^xsd:string ;
    rdfs:comment "SORA SOMPENG LETTER PAH"@en .

<http://lexvo.org/id/char/110DC> a lvont:Character ;
    lvont:represents "𑃜"^^xsd:string ;
    rdfs:comment "SORA SOMPENG LETTER YAH"@en .

<http://lexvo.org/id/char/110DD> a lvont:Character ;
    lvont:represents "𑃝"^^xsd:string ;
    rdfs:comment "SORA SOMPENG LETTER RAH"@en .

<http://lexvo.org/id/char/110DE> a lvont:Character ;
    lvont:represents "𑃞"^^xsd:string ;
    rdfs:comment "SORA SOMPENG LETTER HAH"@en .

<http://lexvo.org/id/char/110DF> a lvont:Character ;
    lvont:represents "𑃟"^^xsd:string ;
    rdfs:comment "SORA SOMPENG LETTER KAH"@en .

<http://lexvo.org/id/char/110E> a lvont:Character ;
    lvont:represents "ᄎ"^^xsd:string ;
    rdfs:comment "HANGUL CHOSEONG CHIEUCH"@en .

<http://lexvo.org/id/char/110E0> a lvont:Character ;
    lvont:represents "𑃠"^^xsd:string ;
    rdfs:comment "SORA SOMPENG LETTER JAH"@en .

<http://lexvo.org/id/char/110E1> a lvont:Character ;
    lvont:represents "𑃡"^^xsd:string ;
    rdfs:comment "SORA SOMPENG LETTER NYAH"@en .

<http://lexvo.org/id/char/110E2> a lvont:Character ;
    lvont:represents "𑃢"^^xsd:string ;
    rdfs:comment "SORA SOMPENG LETTER AH"@en .

<http://lexvo.org/id/char/110E3> a lvont:Character ;
    lvont:represents "𑃣"^^xsd:string ;
    rdfs:comment "SORA SOMPENG LETTER EEH"@en .

<http://lexvo.org/id/char/110E4> a lvont:Character ;
    lvont:represents "𑃤"^^xsd:string ;
    rdfs:comment "SORA SOMPENG LETTER IH"@en .

<http://lexvo.org/id/char/110E5> a lvont:Character ;
    lvont:represents "𑃥"^^xsd:string ;
    rdfs:comment "SORA SOMPENG LETTER UH"@en .

<http://lexvo.org/id/char/110E6> a lvont:Character ;
    lvont:represents "𑃦"^^xsd:string ;
    rdfs:comment "SORA SOMPENG LETTER OH"@en .

<http://lexvo.org/id/char/110E7> a lvont:Character ;
    lvont:represents "𑃧"^^xsd:string ;
    rdfs:comment "SORA SOMPENG LETTER EH"@en .

<http://lexvo.org/id/char/110E8> a lvont:Character ;
    lvont:represents "𑃨"^^xsd:string ;
    rdfs:comment "SORA SOMPENG LETTER MAE"@en .

<http://lexvo.org/id/char/110F> a lvont:Character ;
    lvont:represents "ᄏ"^^xsd:string ;
    rdfs:comment "HANGUL CHOSEONG KHIEUKH"@en .

<http://lexvo.org/id/char/110F0> a lvont:Character ;
    lvont:represents "𑃰"^^xsd:string ;
    rdfs:comment "SORA SOMPENG DIGIT ZERO"@en .

<http://lexvo.org/id/char/110F1> a lvont:Character ;
    lvont:represents "𑃱"^^xsd:string ;
    rdfs:comment "SORA SOMPENG DIGIT ONE"@en .

<http://lexvo.org/id/char/110F2> a lvont:Character ;
    lvont:represents "𑃲"^^xsd:string ;
    rdfs:comment "SORA SOMPENG DIGIT TWO"@en .

<http://lexvo.org/id/char/110F3> a lvont:Character ;
    lvont:represents "𑃳"^^xsd:string ;
    rdfs:comment "SORA SOMPENG DIGIT THREE"@en .

<http://lexvo.org/id/char/110F4> a lvont:Character ;
    lvont:represents "𑃴"^^xsd:string ;
    rdfs:comment "SORA SOMPENG DIGIT FOUR"@en .

<http://lexvo.org/id/char/110F5> a lvont:Character ;
    lvont:represents "𑃵"^^xsd:string ;
    rdfs:comment "SORA SOMPENG DIGIT FIVE"@en .

<http://lexvo.org/id/char/110F6> a lvont:Character ;
    lvont:represents "𑃶"^^xsd:string ;
    rdfs:comment "SORA SOMPENG DIGIT SIX"@en .

<http://lexvo.org/id/char/110F7> a lvont:Character ;
    lvont:represents "𑃷"^^xsd:string ;
    rdfs:comment "SORA SOMPENG DIGIT SEVEN"@en .

<http://lexvo.org/id/char/110F8> a lvont:Character ;
    lvont:represents "𑃸"^^xsd:string ;
    rdfs:comment "SORA SOMPENG DIGIT EIGHT"@en .

<http://lexvo.org/id/char/110F9> a lvont:Character ;
    lvont:represents "𑃹"^^xsd:string ;
    rdfs:comment "SORA SOMPENG DIGIT NINE"@en .

<http://lexvo.org/id/char/1110> a lvont:Character ;
    lvont:represents "ᄐ"^^xsd:string ;
    rdfs:comment "HANGUL CHOSEONG THIEUTH"@en .

<http://lexvo.org/id/char/11100> a lvont:Character ;
    lvont:represents "𑄀"^^xsd:string ;
    rdfs:comment "CHAKMA SIGN CANDRABINDU"@en .

<http://lexvo.org/id/char/11101> a lvont:Character ;
    lvont:represents "𑄁"^^xsd:string ;
    rdfs:comment "CHAKMA SIGN ANUSVARA"@en .

<http://lexvo.org/id/char/11102> a lvont:Character ;
    lvont:represents "𑄂"^^xsd:string ;
    rdfs:comment "CHAKMA SIGN VISARGA"@en .

<http://lexvo.org/id/char/11103> a lvont:Character ;
    lvont:represents "𑄃"^^xsd:string ;
    rdfs:comment "CHAKMA LETTER AA"@en .

<http://lexvo.org/id/char/11104> a lvont:Character ;
    lvont:represents "𑄄"^^xsd:string ;
    rdfs:comment "CHAKMA LETTER I"@en .

<http://lexvo.org/id/char/11105> a lvont:Character ;
    lvont:represents "𑄅"^^xsd:string ;
    rdfs:comment "CHAKMA LETTER U"@en .

<http://lexvo.org/id/char/11106> a lvont:Character ;
    lvont:represents "𑄆"^^xsd:string ;
    rdfs:comment "CHAKMA LETTER E"@en .

<http://lexvo.org/id/char/11107> a lvont:Character ;
    lvont:represents "𑄇"^^xsd:string ;
    rdfs:comment "CHAKMA LETTER KAA"@en .

<http://lexvo.org/id/char/11108> a lvont:Character ;
    lvont:represents "𑄈"^^xsd:string ;
    rdfs:comment "CHAKMA LETTER KHAA"@en .

<http://lexvo.org/id/char/11109> a lvont:Character ;
    lvont:represents "𑄉"^^xsd:string ;
    rdfs:comment "CHAKMA LETTER GAA"@en .

<http://lexvo.org/id/char/1110A> a lvont:Character ;
    lvont:represents "𑄊"^^xsd:string ;
    rdfs:comment "CHAKMA LETTER GHAA"@en .

<http://lexvo.org/id/char/1110B> a lvont:Character ;
    lvont:represents "𑄋"^^xsd:string ;
    rdfs:comment "CHAKMA LETTER NGAA"@en .

<http://lexvo.org/id/char/1110C> a lvont:Character ;
    lvont:represents "𑄌"^^xsd:string ;
    rdfs:comment "CHAKMA LETTER CAA"@en .

<http://lexvo.org/id/char/1110D> a lvont:Character ;
    lvont:represents "𑄍"^^xsd:string ;
    rdfs:comment "CHAKMA LETTER CHAA"@en .

<http://lexvo.org/id/char/1110E> a lvont:Character ;
    lvont:represents "𑄎"^^xsd:string ;
    rdfs:comment "CHAKMA LETTER JAA"@en .

<http://lexvo.org/id/char/1110F> a lvont:Character ;
    lvont:represents "𑄏"^^xsd:string ;
    rdfs:comment "CHAKMA LETTER JHAA"@en .

<http://lexvo.org/id/char/1111> a lvont:Character ;
    lvont:represents "ᄑ"^^xsd:string ;
    rdfs:comment "HANGUL CHOSEONG PHIEUPH"@en .

<http://lexvo.org/id/char/11110> a lvont:Character ;
    lvont:represents "𑄐"^^xsd:string ;
    rdfs:comment "CHAKMA LETTER NYAA"@en .

<http://lexvo.org/id/char/11111> a lvont:Character ;
    lvont:represents "𑄑"^^xsd:string ;
    rdfs:comment "CHAKMA LETTER TTAA"@en .

<http://lexvo.org/id/char/11112> a lvont:Character ;
    lvont:represents "𑄒"^^xsd:string ;
    rdfs:comment "CHAKMA LETTER TTHAA"@en .

<http://lexvo.org/id/char/11113> a lvont:Character ;
    lvont:represents "𑄓"^^xsd:string ;
    rdfs:comment "CHAKMA LETTER DDAA"@en .

<http://lexvo.org/id/char/11114> a lvont:Character ;
    lvont:represents "𑄔"^^xsd:string ;
    rdfs:comment "CHAKMA LETTER DDHAA"@en .

<http://lexvo.org/id/char/11115> a lvont:Character ;
    lvont:represents "𑄕"^^xsd:string ;
    rdfs:comment "CHAKMA LETTER NNAA"@en .

<http://lexvo.org/id/char/11116> a lvont:Character ;
    lvont:represents "𑄖"^^xsd:string ;
    rdfs:comment "CHAKMA LETTER TAA"@en .

<http://lexvo.org/id/char/11117> a lvont:Character ;
    lvont:represents "𑄗"^^xsd:string ;
    rdfs:comment "CHAKMA LETTER THAA"@en .

<http://lexvo.org/id/char/11118> a lvont:Character ;
    lvont:represents "𑄘"^^xsd:string ;
    rdfs:comment "CHAKMA LETTER DAA"@en .

<http://lexvo.org/id/char/11119> a lvont:Character ;
    lvont:represents "𑄙"^^xsd:string ;
    rdfs:comment "CHAKMA LETTER DHAA"@en .

<http://lexvo.org/id/char/1111A> a lvont:Character ;
    lvont:represents "𑄚"^^xsd:string ;
    rdfs:comment "CHAKMA LETTER NAA"@en .

<http://lexvo.org/id/char/1111B> a lvont:Character ;
    lvont:represents "𑄛"^^xsd:string ;
    rdfs:comment "CHAKMA LETTER PAA"@en .

<http://lexvo.org/id/char/1111C> a lvont:Character ;
    lvont:represents "𑄜"^^xsd:string ;
    rdfs:comment "CHAKMA LETTER PHAA"@en .

<http://lexvo.org/id/char/1111D> a lvont:Character ;
    lvont:represents "𑄝"^^xsd:string ;
    rdfs:comment "CHAKMA LETTER BAA"@en .

<http://lexvo.org/id/char/1111E> a lvont:Character ;
    lvont:represents "𑄞"^^xsd:string ;
    rdfs:comment "CHAKMA LETTER BHAA"@en .

<http://lexvo.org/id/char/1111F> a lvont:Character ;
    lvont:represents "𑄟"^^xsd:string ;
    rdfs:comment "CHAKMA LETTER MAA"@en .

<http://lexvo.org/id/char/1112> a lvont:Character ;
    lvont:represents "ᄒ"^^xsd:string ;
    rdfs:comment "HANGUL CHOSEONG HIEUH"@en .

<http://lexvo.org/id/char/11120> a lvont:Character ;
    lvont:represents "𑄠"^^xsd:string ;
    rdfs:comment "CHAKMA LETTER YYAA"@en .

<http://lexvo.org/id/char/11121> a lvont:Character ;
    lvont:represents "𑄡"^^xsd:string ;
    rdfs:comment "CHAKMA LETTER YAA"@en .

<http://lexvo.org/id/char/11122> a lvont:Character ;
    lvont:represents "𑄢"^^xsd:string ;
    rdfs:comment "CHAKMA LETTER RAA"@en .

<http://lexvo.org/id/char/11123> a lvont:Character ;
    lvont:represents "𑄣"^^xsd:string ;
    rdfs:comment "CHAKMA LETTER LAA"@en .

<http://lexvo.org/id/char/11124> a lvont:Character ;
    lvont:represents "𑄤"^^xsd:string ;
    rdfs:comment "CHAKMA LETTER WAA"@en .

<http://lexvo.org/id/char/11125> a lvont:Character ;
    lvont:represents "𑄥"^^xsd:string ;
    rdfs:comment "CHAKMA LETTER SAA"@en .

<http://lexvo.org/id/char/11126> a lvont:Character ;
    lvont:represents "𑄦"^^xsd:string ;
    rdfs:comment "CHAKMA LETTER HAA"@en .

<http://lexvo.org/id/char/11127> a lvont:Character ;
    lvont:represents "𑄧"^^xsd:string ;
    rdfs:comment "CHAKMA VOWEL SIGN A"@en .

<http://lexvo.org/id/char/11128> a lvont:Character ;
    lvont:represents "𑄨"^^xsd:string ;
    rdfs:comment "CHAKMA VOWEL SIGN I"@en .

<http://lexvo.org/id/char/11129> a lvont:Character ;
    lvont:represents "𑄩"^^xsd:string ;
    rdfs:comment "CHAKMA VOWEL SIGN II"@en .

<http://lexvo.org/id/char/1112A> a lvont:Character ;
    lvont:represents "𑄪"^^xsd:string ;
    rdfs:comment "CHAKMA VOWEL SIGN U"@en .

<http://lexvo.org/id/char/1112B> a lvont:Character ;
    lvont:represents "𑄫"^^xsd:string ;
    rdfs:comment "CHAKMA VOWEL SIGN UU"@en .

<http://lexvo.org/id/char/1112C> a lvont:Character ;
    lvont:represents "𑄬"^^xsd:string ;
    rdfs:comment "CHAKMA VOWEL SIGN E"@en .

<http://lexvo.org/id/char/1112D> a lvont:Character ;
    lvont:represents "𑄭"^^xsd:string ;
    rdfs:comment "CHAKMA VOWEL SIGN AI"@en .

<http://lexvo.org/id/char/1112E> a lvont:Character ;
    lvont:represents "𑄮"^^xsd:string ;
    rdfs:comment "CHAKMA VOWEL SIGN O"@en .

<http://lexvo.org/id/char/1112F> a lvont:Character ;
    lvont:represents "𑄯"^^xsd:string ;
    rdfs:comment "CHAKMA VOWEL SIGN AU"@en .

<http://lexvo.org/id/char/1113> a lvont:Character ;
    lvont:represents "ᄓ"^^xsd:string ;
    rdfs:comment "HANGUL CHOSEONG NIEUN-KIYEOK"@en .

<http://lexvo.org/id/char/11130> a lvont:Character ;
    lvont:represents "𑄰"^^xsd:string ;
    rdfs:comment "CHAKMA VOWEL SIGN OI"@en .

<http://lexvo.org/id/char/11131> a lvont:Character ;
    lvont:represents "𑄱"^^xsd:string ;
    rdfs:comment "CHAKMA O MARK"@en .

<http://lexvo.org/id/char/11132> a lvont:Character ;
    lvont:represents "𑄲"^^xsd:string ;
    rdfs:comment "CHAKMA AU MARK"@en .

<http://lexvo.org/id/char/11133> a lvont:Character ;
    lvont:represents "𑄳"^^xsd:string ;
    rdfs:comment "CHAKMA VIRAMA"@en .

<http://lexvo.org/id/char/11134> a lvont:Character ;
    lvont:represents "𑄴"^^xsd:string ;
    rdfs:comment "CHAKMA MAAYYAA"@en .

<http://lexvo.org/id/char/11136> a lvont:Character ;
    lvont:represents "𑄶"^^xsd:string ;
    rdfs:comment "CHAKMA DIGIT ZERO"@en .

<http://lexvo.org/id/char/11137> a lvont:Character ;
    lvont:represents "𑄷"^^xsd:string ;
    rdfs:comment "CHAKMA DIGIT ONE"@en .

<http://lexvo.org/id/char/11138> a lvont:Character ;
    lvont:represents "𑄸"^^xsd:string ;
    rdfs:comment "CHAKMA DIGIT TWO"@en .

<http://lexvo.org/id/char/11139> a lvont:Character ;
    lvont:represents "𑄹"^^xsd:string ;
    rdfs:comment "CHAKMA DIGIT THREE"@en .

<http://lexvo.org/id/char/1113A> a lvont:Character ;
    lvont:represents "𑄺"^^xsd:string ;
    rdfs:comment "CHAKMA DIGIT FOUR"@en .

<http://lexvo.org/id/char/1113B> a lvont:Character ;
    lvont:represents "𑄻"^^xsd:string ;
    rdfs:comment "CHAKMA DIGIT FIVE"@en .

<http://lexvo.org/id/char/1113C> a lvont:Character ;
    lvont:represents "𑄼"^^xsd:string ;
    rdfs:comment "CHAKMA DIGIT SIX"@en .

<http://lexvo.org/id/char/1113D> a lvont:Character ;
    lvont:represents "𑄽"^^xsd:string ;
    rdfs:comment "CHAKMA DIGIT SEVEN"@en .

<http://lexvo.org/id/char/1113E> a lvont:Character ;
    lvont:represents "𑄾"^^xsd:string ;
    rdfs:comment "CHAKMA DIGIT EIGHT"@en .

<http://lexvo.org/id/char/1113F> a lvont:Character ;
    lvont:represents "𑄿"^^xsd:string ;
    rdfs:comment "CHAKMA DIGIT NINE"@en .

<http://lexvo.org/id/char/1114> a lvont:Character ;
    lvont:represents "ᄔ"^^xsd:string ;
    rdfs:comment "HANGUL CHOSEONG SSANGNIEUN"@en .

<http://lexvo.org/id/char/11140> a lvont:Character ;
    lvont:represents "𑅀"^^xsd:string ;
    rdfs:comment "CHAKMA SECTION MARK"@en .

<http://lexvo.org/id/char/11141> a lvont:Character ;
    lvont:represents "𑅁"^^xsd:string ;
    rdfs:comment "CHAKMA DANDA"@en .

<http://lexvo.org/id/char/11142> a lvont:Character ;
    lvont:represents "𑅂"^^xsd:string ;
    rdfs:comment "CHAKMA DOUBLE DANDA"@en .

<http://lexvo.org/id/char/11143> a lvont:Character ;
    lvont:represents "𑅃"^^xsd:string ;
    rdfs:comment "CHAKMA QUESTION MARK"@en .

<http://lexvo.org/id/char/1115> a lvont:Character ;
    lvont:represents "ᄕ"^^xsd:string ;
    rdfs:comment "HANGUL CHOSEONG NIEUN-TIKEUT"@en .

<http://lexvo.org/id/char/1116> a lvont:Character ;
    lvont:represents "ᄖ"^^xsd:string ;
    rdfs:comment "HANGUL CHOSEONG NIEUN-PIEUP"@en .

<http://lexvo.org/id/char/1117> a lvont:Character ;
    lvont:represents "ᄗ"^^xsd:string ;
    rdfs:comment "HANGUL CHOSEONG TIKEUT-KIYEOK"@en .

<http://lexvo.org/id/char/1118> a lvont:Character ;
    lvont:represents "ᄘ"^^xsd:string ;
    rdfs:comment "HANGUL CHOSEONG RIEUL-NIEUN"@en .

<http://lexvo.org/id/char/11180> a lvont:Character ;
    lvont:represents "𑆀"^^xsd:string ;
    rdfs:comment "SHARADA SIGN CANDRABINDU"@en .

<http://lexvo.org/id/char/11181> a lvont:Character ;
    lvont:represents "𑆁"^^xsd:string ;
    rdfs:comment "SHARADA SIGN ANUSVARA"@en .

<http://lexvo.org/id/char/11182> a lvont:Character ;
    lvont:represents "𑆂"^^xsd:string ;
    rdfs:comment "SHARADA SIGN VISARGA"@en .

<http://lexvo.org/id/char/11183> a lvont:Character ;
    lvont:represents "𑆃"^^xsd:string ;
    rdfs:comment "SHARADA LETTER A"@en .

<http://lexvo.org/id/char/11184> a lvont:Character ;
    lvont:represents "𑆄"^^xsd:string ;
    rdfs:comment "SHARADA LETTER AA"@en .

<http://lexvo.org/id/char/11185> a lvont:Character ;
    lvont:represents "𑆅"^^xsd:string ;
    rdfs:comment "SHARADA LETTER I"@en .

<http://lexvo.org/id/char/11186> a lvont:Character ;
    lvont:represents "𑆆"^^xsd:string ;
    rdfs:comment "SHARADA LETTER II"@en .

<http://lexvo.org/id/char/11187> a lvont:Character ;
    lvont:represents "𑆇"^^xsd:string ;
    rdfs:comment "SHARADA LETTER U"@en .

<http://lexvo.org/id/char/11188> a lvont:Character ;
    lvont:represents "𑆈"^^xsd:string ;
    rdfs:comment "SHARADA LETTER UU"@en .

<http://lexvo.org/id/char/11189> a lvont:Character ;
    lvont:represents "𑆉"^^xsd:string ;
    rdfs:comment "SHARADA LETTER VOCALIC R"@en .

<http://lexvo.org/id/char/1118A> a lvont:Character ;
    lvont:represents "𑆊"^^xsd:string ;
    rdfs:comment "SHARADA LETTER VOCALIC RR"@en .

<http://lexvo.org/id/char/1118B> a lvont:Character ;
    lvont:represents "𑆋"^^xsd:string ;
    rdfs:comment "SHARADA LETTER VOCALIC L"@en .

<http://lexvo.org/id/char/1118C> a lvont:Character ;
    lvont:represents "𑆌"^^xsd:string ;
    rdfs:comment "SHARADA LETTER VOCALIC LL"@en .

<http://lexvo.org/id/char/1118D> a lvont:Character ;
    lvont:represents "𑆍"^^xsd:string ;
    rdfs:comment "SHARADA LETTER E"@en .

<http://lexvo.org/id/char/1118E> a lvont:Character ;
    lvont:represents "𑆎"^^xsd:string ;
    rdfs:comment "SHARADA LETTER AI"@en .

<http://lexvo.org/id/char/1118F> a lvont:Character ;
    lvont:represents "𑆏"^^xsd:string ;
    rdfs:comment "SHARADA LETTER O"@en .

<http://lexvo.org/id/char/1119> a lvont:Character ;
    lvont:represents "ᄙ"^^xsd:string ;
    rdfs:comment "HANGUL CHOSEONG SSANGRIEUL"@en .

<http://lexvo.org/id/char/11190> a lvont:Character ;
    lvont:represents "𑆐"^^xsd:string ;
    rdfs:comment "SHARADA LETTER AU"@en .

<http://lexvo.org/id/char/11191> a lvont:Character ;
    lvont:represents "𑆑"^^xsd:string ;
    rdfs:comment "SHARADA LETTER KA"@en .

<http://lexvo.org/id/char/11192> a lvont:Character ;
    lvont:represents "𑆒"^^xsd:string ;
    rdfs:comment "SHARADA LETTER KHA"@en .

<http://lexvo.org/id/char/11193> a lvont:Character ;
    lvont:represents "𑆓"^^xsd:string ;
    rdfs:comment "SHARADA LETTER GA"@en .

<http://lexvo.org/id/char/11194> a lvont:Character ;
    lvont:represents "𑆔"^^xsd:string ;
    rdfs:comment "SHARADA LETTER GHA"@en .

<http://lexvo.org/id/char/11195> a lvont:Character ;
    lvont:represents "𑆕"^^xsd:string ;
    rdfs:comment "SHARADA LETTER NGA"@en .

<http://lexvo.org/id/char/11196> a lvont:Character ;
    lvont:represents "𑆖"^^xsd:string ;
    rdfs:comment "SHARADA LETTER CA"@en .

<http://lexvo.org/id/char/11197> a lvont:Character ;
    lvont:represents "𑆗"^^xsd:string ;
    rdfs:comment "SHARADA LETTER CHA"@en .

<http://lexvo.org/id/char/11198> a lvont:Character ;
    lvont:represents "𑆘"^^xsd:string ;
    rdfs:comment "SHARADA LETTER JA"@en .

<http://lexvo.org/id/char/11199> a lvont:Character ;
    lvont:represents "𑆙"^^xsd:string ;
    rdfs:comment "SHARADA LETTER JHA"@en .

<http://lexvo.org/id/char/1119A> a lvont:Character ;
    lvont:represents "𑆚"^^xsd:string ;
    rdfs:comment "SHARADA LETTER NYA"@en .

<http://lexvo.org/id/char/1119B> a lvont:Character ;
    lvont:represents "𑆛"^^xsd:string ;
    rdfs:comment "SHARADA LETTER TTA"@en .

<http://lexvo.org/id/char/1119C> a lvont:Character ;
    lvont:represents "𑆜"^^xsd:string ;
    rdfs:comment "SHARADA LETTER TTHA"@en .

<http://lexvo.org/id/char/1119D> a lvont:Character ;
    lvont:represents "𑆝"^^xsd:string ;
    rdfs:comment "SHARADA LETTER DDA"@en .

<http://lexvo.org/id/char/1119E> a lvont:Character ;
    lvont:represents "𑆞"^^xsd:string ;
    rdfs:comment "SHARADA LETTER DDHA"@en .

<http://lexvo.org/id/char/1119F> a lvont:Character ;
    lvont:represents "𑆟"^^xsd:string ;
    rdfs:comment "SHARADA LETTER NNA"@en .

<http://lexvo.org/id/char/111A> a lvont:Character ;
    lvont:represents "ᄚ"^^xsd:string ;
    rdfs:comment "HANGUL CHOSEONG RIEUL-HIEUH"@en .

<http://lexvo.org/id/char/111A0> a lvont:Character ;
    lvont:represents "𑆠"^^xsd:string ;
    rdfs:comment "SHARADA LETTER TA"@en .

<http://lexvo.org/id/char/111A1> a lvont:Character ;
    lvont:represents "𑆡"^^xsd:string ;
    rdfs:comment "SHARADA LETTER THA"@en .

<http://lexvo.org/id/char/111A2> a lvont:Character ;
    lvont:represents "𑆢"^^xsd:string ;
    rdfs:comment "SHARADA LETTER DA"@en .

<http://lexvo.org/id/char/111A3> a lvont:Character ;
    lvont:represents "𑆣"^^xsd:string ;
    rdfs:comment "SHARADA LETTER DHA"@en .

<http://lexvo.org/id/char/111A4> a lvont:Character ;
    lvont:represents "𑆤"^^xsd:string ;
    rdfs:comment "SHARADA LETTER NA"@en .

<http://lexvo.org/id/char/111A5> a lvont:Character ;
    lvont:represents "𑆥"^^xsd:string ;
    rdfs:comment "SHARADA LETTER PA"@en .

<http://lexvo.org/id/char/111A6> a lvont:Character ;
    lvont:represents "𑆦"^^xsd:string ;
    rdfs:comment "SHARADA LETTER PHA"@en .

<http://lexvo.org/id/char/111A7> a lvont:Character ;
    lvont:represents "𑆧"^^xsd:string ;
    rdfs:comment "SHARADA LETTER BA"@en .

<http://lexvo.org/id/char/111A8> a lvont:Character ;
    lvont:represents "𑆨"^^xsd:string ;
    rdfs:comment "SHARADA LETTER BHA"@en .

<http://lexvo.org/id/char/111A9> a lvont:Character ;
    lvont:represents "𑆩"^^xsd:string ;
    rdfs:comment "SHARADA LETTER MA"@en .

<http://lexvo.org/id/char/111AA> a lvont:Character ;
    lvont:represents "𑆪"^^xsd:string ;
    rdfs:comment "SHARADA LETTER YA"@en .

<http://lexvo.org/id/char/111AB> a lvont:Character ;
    lvont:represents "𑆫"^^xsd:string ;
    rdfs:comment "SHARADA LETTER RA"@en .

<http://lexvo.org/id/char/111AC> a lvont:Character ;
    lvont:represents "𑆬"^^xsd:string ;
    rdfs:comment "SHARADA LETTER LA"@en .

<http://lexvo.org/id/char/111AD> a lvont:Character ;
    lvont:represents "𑆭"^^xsd:string ;
    rdfs:comment "SHARADA LETTER LLA"@en .

<http://lexvo.org/id/char/111AE> a lvont:Character ;
    lvont:represents "𑆮"^^xsd:string ;
    rdfs:comment "SHARADA LETTER VA"@en .

<http://lexvo.org/id/char/111AF> a lvont:Character ;
    lvont:represents "𑆯"^^xsd:string ;
    rdfs:comment "SHARADA LETTER SHA"@en .

<http://lexvo.org/id/char/111B> a lvont:Character ;
    lvont:represents "ᄛ"^^xsd:string ;
    rdfs:comment "HANGUL CHOSEONG KAPYEOUNRIEUL"@en .

<http://lexvo.org/id/char/111B0> a lvont:Character ;
    lvont:represents "𑆰"^^xsd:string ;
    rdfs:comment "SHARADA LETTER SSA"@en .

<http://lexvo.org/id/char/111B1> a lvont:Character ;
    lvont:represents "𑆱"^^xsd:string ;
    rdfs:comment "SHARADA LETTER SA"@en .

<http://lexvo.org/id/char/111B2> a lvont:Character ;
    lvont:represents "𑆲"^^xsd:string ;
    rdfs:comment "SHARADA LETTER HA"@en .

<http://lexvo.org/id/char/111B3> a lvont:Character ;
    lvont:represents "𑆳"^^xsd:string ;
    rdfs:comment "SHARADA VOWEL SIGN AA"@en .

<http://lexvo.org/id/char/111B4> a lvont:Character ;
    lvont:represents "𑆴"^^xsd:string ;
    rdfs:comment "SHARADA VOWEL SIGN I"@en .

<http://lexvo.org/id/char/111B5> a lvont:Character ;
    lvont:represents "𑆵"^^xsd:string ;
    rdfs:comment "SHARADA VOWEL SIGN II"@en .

<http://lexvo.org/id/char/111B6> a lvont:Character ;
    lvont:represents "𑆶"^^xsd:string ;
    rdfs:comment "SHARADA VOWEL SIGN U"@en .

<http://lexvo.org/id/char/111B7> a lvont:Character ;
    lvont:represents "𑆷"^^xsd:string ;
    rdfs:comment "SHARADA VOWEL SIGN UU"@en .

<http://lexvo.org/id/char/111B8> a lvont:Character ;
    lvont:represents "𑆸"^^xsd:string ;
    rdfs:comment "SHARADA VOWEL SIGN VOCALIC R"@en .

<http://lexvo.org/id/char/111B9> a lvont:Character ;
    lvont:represents "𑆹"^^xsd:string ;
    rdfs:comment "SHARADA VOWEL SIGN VOCALIC RR"@en .

<http://lexvo.org/id/char/111BA> a lvont:Character ;
    lvont:represents "𑆺"^^xsd:string ;
    rdfs:comment "SHARADA VOWEL SIGN VOCALIC L"@en .

<http://lexvo.org/id/char/111BB> a lvont:Character ;
    lvont:represents "𑆻"^^xsd:string ;
    rdfs:comment "SHARADA VOWEL SIGN VOCALIC LL"@en .

<http://lexvo.org/id/char/111BC> a lvont:Character ;
    lvont:represents "𑆼"^^xsd:string ;
    rdfs:comment "SHARADA VOWEL SIGN E"@en .

<http://lexvo.org/id/char/111BD> a lvont:Character ;
    lvont:represents "𑆽"^^xsd:string ;
    rdfs:comment "SHARADA VOWEL SIGN AI"@en .

<http://lexvo.org/id/char/111BE> a lvont:Character ;
    lvont:represents "𑆾"^^xsd:string ;
    rdfs:comment "SHARADA VOWEL SIGN O"@en .

<http://lexvo.org/id/char/111BF> a lvont:Character ;
    lvont:represents "𑆿"^^xsd:string ;
    rdfs:comment "SHARADA VOWEL SIGN AU"@en .

<http://lexvo.org/id/char/111C> a lvont:Character ;
    lvont:represents "ᄜ"^^xsd:string ;
    rdfs:comment "HANGUL CHOSEONG MIEUM-PIEUP"@en .

<http://lexvo.org/id/char/111C0> a lvont:Character ;
    lvont:represents "𑇀"^^xsd:string ;
    rdfs:comment "SHARADA SIGN VIRAMA"@en .

<http://lexvo.org/id/char/111C1> a lvont:Character ;
    lvont:represents "𑇁"^^xsd:string ;
    rdfs:comment "SHARADA SIGN AVAGRAHA"@en .

<http://lexvo.org/id/char/111C2> a lvont:Character ;
    lvont:represents "𑇂"^^xsd:string ;
    rdfs:comment "SHARADA SIGN JIHVAMULIYA"@en .

<http://lexvo.org/id/char/111C3> a lvont:Character ;
    lvont:represents "𑇃"^^xsd:string ;
    rdfs:comment "SHARADA SIGN UPADHMANIYA"@en .

<http://lexvo.org/id/char/111C4> a lvont:Character ;
    lvont:represents "𑇄"^^xsd:string ;
    rdfs:comment "SHARADA OM"@en .

<http://lexvo.org/id/char/111C5> a lvont:Character ;
    lvont:represents "𑇅"^^xsd:string ;
    rdfs:comment "SHARADA DANDA"@en .

<http://lexvo.org/id/char/111C6> a lvont:Character ;
    lvont:represents "𑇆"^^xsd:string ;
    rdfs:comment "SHARADA DOUBLE DANDA"@en .

<http://lexvo.org/id/char/111C7> a lvont:Character ;
    lvont:represents "𑇇"^^xsd:string ;
    rdfs:comment "SHARADA ABBREVIATION SIGN"@en .

<http://lexvo.org/id/char/111C8> a lvont:Character ;
    lvont:represents "𑇈"^^xsd:string ;
    rdfs:comment "SHARADA SEPARATOR"@en .

<http://lexvo.org/id/char/111D> a lvont:Character ;
    lvont:represents "ᄝ"^^xsd:string ;
    rdfs:comment "HANGUL CHOSEONG KAPYEOUNMIEUM"@en .

<http://lexvo.org/id/char/111D0> a lvont:Character ;
    lvont:represents "𑇐"^^xsd:string ;
    rdfs:comment "SHARADA DIGIT ZERO"@en .

<http://lexvo.org/id/char/111D1> a lvont:Character ;
    lvont:represents "𑇑"^^xsd:string ;
    rdfs:comment "SHARADA DIGIT ONE"@en .

<http://lexvo.org/id/char/111D2> a lvont:Character ;
    lvont:represents "𑇒"^^xsd:string ;
    rdfs:comment "SHARADA DIGIT TWO"@en .

<http://lexvo.org/id/char/111D3> a lvont:Character ;
    lvont:represents "𑇓"^^xsd:string ;
    rdfs:comment "SHARADA DIGIT THREE"@en .

<http://lexvo.org/id/char/111D4> a lvont:Character ;
    lvont:represents "𑇔"^^xsd:string ;
    rdfs:comment "SHARADA DIGIT FOUR"@en .

<http://lexvo.org/id/char/111D5> a lvont:Character ;
    lvont:represents "𑇕"^^xsd:string ;
    rdfs:comment "SHARADA DIGIT FIVE"@en .

<http://lexvo.org/id/char/111D6> a lvont:Character ;
    lvont:represents "𑇖"^^xsd:string ;
    rdfs:comment "SHARADA DIGIT SIX"@en .

<http://lexvo.org/id/char/111D7> a lvont:Character ;
    lvont:represents "𑇗"^^xsd:string ;
    rdfs:comment "SHARADA DIGIT SEVEN"@en .

<http://lexvo.org/id/char/111D8> a lvont:Character ;
    lvont:represents "𑇘"^^xsd:string ;
    rdfs:comment "SHARADA DIGIT EIGHT"@en .

<http://lexvo.org/id/char/111D9> a lvont:Character ;
    lvont:represents "𑇙"^^xsd:string ;
    rdfs:comment "SHARADA DIGIT NINE"@en .

<http://lexvo.org/id/char/111E> a lvont:Character ;
    lvont:represents "ᄞ"^^xsd:string ;
    rdfs:comment "HANGUL CHOSEONG PIEUP-KIYEOK"@en .

<http://lexvo.org/id/char/111F> a lvont:Character ;
    lvont:represents "ᄟ"^^xsd:string ;
    rdfs:comment "HANGUL CHOSEONG PIEUP-NIEUN"@en .

<http://lexvo.org/id/char/1120> a lvont:Character ;
    lvont:represents "ᄠ"^^xsd:string ;
    rdfs:comment "HANGUL CHOSEONG PIEUP-TIKEUT"@en .

<http://lexvo.org/id/char/1121> a lvont:Character ;
    lvont:represents "ᄡ"^^xsd:string ;
    rdfs:comment "HANGUL CHOSEONG PIEUP-SIOS"@en .

<http://lexvo.org/id/char/1122> a lvont:Character ;
    lvont:represents "ᄢ"^^xsd:string ;
    rdfs:comment "HANGUL CHOSEONG PIEUP-SIOS-KIYEOK"@en .

<http://lexvo.org/id/char/1123> a lvont:Character ;
    lvont:represents "ᄣ"^^xsd:string ;
    rdfs:comment "HANGUL CHOSEONG PIEUP-SIOS-TIKEUT"@en .

<http://lexvo.org/id/char/1124> a lvont:Character ;
    lvont:represents "ᄤ"^^xsd:string ;
    rdfs:comment "HANGUL CHOSEONG PIEUP-SIOS-PIEUP"@en .

<http://lexvo.org/id/char/1125> a lvont:Character ;
    lvont:represents "ᄥ"^^xsd:string ;
    rdfs:comment "HANGUL CHOSEONG PIEUP-SSANGSIOS"@en .

<http://lexvo.org/id/char/1126> a lvont:Character ;
    lvont:represents "ᄦ"^^xsd:string ;
    rdfs:comment "HANGUL CHOSEONG PIEUP-SIOS-CIEUC"@en .

<http://lexvo.org/id/char/1127> a lvont:Character ;
    lvont:represents "ᄧ"^^xsd:string ;
    rdfs:comment "HANGUL CHOSEONG PIEUP-CIEUC"@en .

<http://lexvo.org/id/char/1128> a lvont:Character ;
    lvont:represents "ᄨ"^^xsd:string ;
    rdfs:comment "HANGUL CHOSEONG PIEUP-CHIEUCH"@en .

<http://lexvo.org/id/char/1129> a lvont:Character ;
    lvont:represents "ᄩ"^^xsd:string ;
    rdfs:comment "HANGUL CHOSEONG PIEUP-THIEUTH"@en .

<http://lexvo.org/id/char/112A> a lvont:Character ;
    lvont:represents "ᄪ"^^xsd:string ;
    rdfs:comment "HANGUL CHOSEONG PIEUP-PHIEUPH"@en .

<http://lexvo.org/id/char/112B> a lvont:Character ;
    lvont:represents "ᄫ"^^xsd:string ;
    rdfs:comment "HANGUL CHOSEONG KAPYEOUNPIEUP"@en .

<http://lexvo.org/id/char/112C> a lvont:Character ;
    lvont:represents "ᄬ"^^xsd:string ;
    rdfs:comment "HANGUL CHOSEONG KAPYEOUNSSANGPIEUP"@en .

<http://lexvo.org/id/char/112D> a lvont:Character ;
    lvont:represents "ᄭ"^^xsd:string ;
    rdfs:comment "HANGUL CHOSEONG SIOS-KIYEOK"@en .

<http://lexvo.org/id/char/112E> a lvont:Character ;
    lvont:represents "ᄮ"^^xsd:string ;
    rdfs:comment "HANGUL CHOSEONG SIOS-NIEUN"@en .

<http://lexvo.org/id/char/112F> a lvont:Character ;
    lvont:represents "ᄯ"^^xsd:string ;
    rdfs:comment "HANGUL CHOSEONG SIOS-TIKEUT"@en .

<http://lexvo.org/id/char/1130> a lvont:Character ;
    lvont:represents "ᄰ"^^xsd:string ;
    rdfs:comment "HANGUL CHOSEONG SIOS-RIEUL"@en .

<http://lexvo.org/id/char/1131> a lvont:Character ;
    lvont:represents "ᄱ"^^xsd:string ;
    rdfs:comment "HANGUL CHOSEONG SIOS-MIEUM"@en .

<http://lexvo.org/id/char/1132> a lvont:Character ;
    lvont:represents "ᄲ"^^xsd:string ;
    rdfs:comment "HANGUL CHOSEONG SIOS-PIEUP"@en .

<http://lexvo.org/id/char/1133> a lvont:Character ;
    lvont:represents "ᄳ"^^xsd:string ;
    rdfs:comment "HANGUL CHOSEONG SIOS-PIEUP-KIYEOK"@en .

<http://lexvo.org/id/char/1134> a lvont:Character ;
    lvont:represents "ᄴ"^^xsd:string ;
    rdfs:comment "HANGUL CHOSEONG SIOS-SSANGSIOS"@en .

<http://lexvo.org/id/char/1135> a lvont:Character ;
    lvont:represents "ᄵ"^^xsd:string ;
    rdfs:comment "HANGUL CHOSEONG SIOS-IEUNG"@en .

<http://lexvo.org/id/char/1136> a lvont:Character ;
    lvont:represents "ᄶ"^^xsd:string ;
    rdfs:comment "HANGUL CHOSEONG SIOS-CIEUC"@en .

<http://lexvo.org/id/char/1137> a lvont:Character ;
    lvont:represents "ᄷ"^^xsd:string ;
    rdfs:comment "HANGUL CHOSEONG SIOS-CHIEUCH"@en .

<http://lexvo.org/id/char/1138> a lvont:Character ;
    lvont:represents "ᄸ"^^xsd:string ;
    rdfs:comment "HANGUL CHOSEONG SIOS-KHIEUKH"@en .

<http://lexvo.org/id/char/1139> a lvont:Character ;
    lvont:represents "ᄹ"^^xsd:string ;
    rdfs:comment "HANGUL CHOSEONG SIOS-THIEUTH"@en .

<http://lexvo.org/id/char/113A> a lvont:Character ;
    lvont:represents "ᄺ"^^xsd:string ;
    rdfs:comment "HANGUL CHOSEONG SIOS-PHIEUPH"@en .

<http://lexvo.org/id/char/113B> a lvont:Character ;
    lvont:represents "ᄻ"^^xsd:string ;
    rdfs:comment "HANGUL CHOSEONG SIOS-HIEUH"@en .

<http://lexvo.org/id/char/113C> a lvont:Character ;
    lvont:represents "ᄼ"^^xsd:string ;
    rdfs:comment "HANGUL CHOSEONG CHITUEUMSIOS"@en .

<http://lexvo.org/id/char/113D> a lvont:Character ;
    lvont:represents "ᄽ"^^xsd:string ;
    rdfs:comment "HANGUL CHOSEONG CHITUEUMSSANGSIOS"@en .

<http://lexvo.org/id/char/113E> a lvont:Character ;
    lvont:represents "ᄾ"^^xsd:string ;
    rdfs:comment "HANGUL CHOSEONG CEONGCHIEUMSIOS"@en .

<http://lexvo.org/id/char/113F> a lvont:Character ;
    lvont:represents "ᄿ"^^xsd:string ;
    rdfs:comment "HANGUL CHOSEONG CEONGCHIEUMSSANGSIOS"@en .

<http://lexvo.org/id/char/1140> a lvont:Character ;
    lvont:represents "ᅀ"^^xsd:string ;
    rdfs:comment "HANGUL CHOSEONG PANSIOS"@en .

<http://lexvo.org/id/char/1141> a lvont:Character ;
    lvont:represents "ᅁ"^^xsd:string ;
    rdfs:comment "HANGUL CHOSEONG IEUNG-KIYEOK"@en .

<http://lexvo.org/id/char/1142> a lvont:Character ;
    lvont:represents "ᅂ"^^xsd:string ;
    rdfs:comment "HANGUL CHOSEONG IEUNG-TIKEUT"@en .

<http://lexvo.org/id/char/1143> a lvont:Character ;
    lvont:represents "ᅃ"^^xsd:string ;
    rdfs:comment "HANGUL CHOSEONG IEUNG-MIEUM"@en .

<http://lexvo.org/id/char/1144> a lvont:Character ;
    lvont:represents "ᅄ"^^xsd:string ;
    rdfs:comment "HANGUL CHOSEONG IEUNG-PIEUP"@en .

<http://lexvo.org/id/char/1145> a lvont:Character ;
    lvont:represents "ᅅ"^^xsd:string ;
    rdfs:comment "HANGUL CHOSEONG IEUNG-SIOS"@en .

<http://lexvo.org/id/char/1146> a lvont:Character ;
    lvont:represents "ᅆ"^^xsd:string ;
    rdfs:comment "HANGUL CHOSEONG IEUNG-PANSIOS"@en .

<http://lexvo.org/id/char/1147> a lvont:Character ;
    lvont:represents "ᅇ"^^xsd:string ;
    rdfs:comment "HANGUL CHOSEONG SSANGIEUNG"@en .

<http://lexvo.org/id/char/1148> a lvont:Character ;
    lvont:represents "ᅈ"^^xsd:string ;
    rdfs:comment "HANGUL CHOSEONG IEUNG-CIEUC"@en .

<http://lexvo.org/id/char/1149> a lvont:Character ;
    lvont:represents "ᅉ"^^xsd:string ;
    rdfs:comment "HANGUL CHOSEONG IEUNG-CHIEUCH"@en .

<http://lexvo.org/id/char/114A> a lvont:Character ;
    lvont:represents "ᅊ"^^xsd:string ;
    rdfs:comment "HANGUL CHOSEONG IEUNG-THIEUTH"@en .

<http://lexvo.org/id/char/114B> a lvont:Character ;
    lvont:represents "ᅋ"^^xsd:string ;
    rdfs:comment "HANGUL CHOSEONG IEUNG-PHIEUPH"@en .

<http://lexvo.org/id/char/114C> a lvont:Character ;
    lvont:represents "ᅌ"^^xsd:string ;
    rdfs:comment "HANGUL CHOSEONG YESIEUNG"@en .

<http://lexvo.org/id/char/114D> a lvont:Character ;
    lvont:represents "ᅍ"^^xsd:string ;
    rdfs:comment "HANGUL CHOSEONG CIEUC-IEUNG"@en .

<http://lexvo.org/id/char/114E> a lvont:Character ;
    lvont:represents "ᅎ"^^xsd:string ;
    rdfs:comment "HANGUL CHOSEONG CHITUEUMCIEUC"@en .

<http://lexvo.org/id/char/114F> a lvont:Character ;
    lvont:represents "ᅏ"^^xsd:string ;
    rdfs:comment "HANGUL CHOSEONG CHITUEUMSSANGCIEUC"@en .

<http://lexvo.org/id/char/1150> a lvont:Character ;
    lvont:represents "ᅐ"^^xsd:string ;
    rdfs:comment "HANGUL CHOSEONG CEONGCHIEUMCIEUC"@en .

<http://lexvo.org/id/char/1151> a lvont:Character ;
    lvont:represents "ᅑ"^^xsd:string ;
    rdfs:comment "HANGUL CHOSEONG CEONGCHIEUMSSANGCIEUC"@en .

<http://lexvo.org/id/char/1152> a lvont:Character ;
    lvont:represents "ᅒ"^^xsd:string ;
    rdfs:comment "HANGUL CHOSEONG CHIEUCH-KHIEUKH"@en .

<http://lexvo.org/id/char/1153> a lvont:Character ;
    lvont:represents "ᅓ"^^xsd:string ;
    rdfs:comment "HANGUL CHOSEONG CHIEUCH-HIEUH"@en .

<http://lexvo.org/id/char/1154> a lvont:Character ;
    lvont:represents "ᅔ"^^xsd:string ;
    rdfs:comment "HANGUL CHOSEONG CHITUEUMCHIEUCH"@en .

<http://lexvo.org/id/char/1155> a lvont:Character ;
    lvont:represents "ᅕ"^^xsd:string ;
    rdfs:comment "HANGUL CHOSEONG CEONGCHIEUMCHIEUCH"@en .

<http://lexvo.org/id/char/1156> a lvont:Character ;
    lvont:represents "ᅖ"^^xsd:string ;
    rdfs:comment "HANGUL CHOSEONG PHIEUPH-PIEUP"@en .

<http://lexvo.org/id/char/1157> a lvont:Character ;
    lvont:represents "ᅗ"^^xsd:string ;
    rdfs:comment "HANGUL CHOSEONG KAPYEOUNPHIEUPH"@en .

<http://lexvo.org/id/char/1158> a lvont:Character ;
    lvont:represents "ᅘ"^^xsd:string ;
    rdfs:comment "HANGUL CHOSEONG SSANGHIEUH"@en .

<http://lexvo.org/id/char/1159> a lvont:Character ;
    lvont:represents "ᅙ"^^xsd:string ;
    rdfs:comment "HANGUL CHOSEONG YEORINHIEUH"@en .

<http://lexvo.org/id/char/115A> a lvont:Character ;
    lvont:represents "ᅚ"^^xsd:string ;
    rdfs:comment "HANGUL CHOSEONG KIYEOK-TIKEUT"@en .

<http://lexvo.org/id/char/115B> a lvont:Character ;
    lvont:represents "ᅛ"^^xsd:string ;
    rdfs:comment "HANGUL CHOSEONG NIEUN-SIOS"@en .

<http://lexvo.org/id/char/115C> a lvont:Character ;
    lvont:represents "ᅜ"^^xsd:string ;
    rdfs:comment "HANGUL CHOSEONG NIEUN-CIEUC"@en .

<http://lexvo.org/id/char/115D> a lvont:Character ;
    lvont:represents "ᅝ"^^xsd:string ;
    rdfs:comment "HANGUL CHOSEONG NIEUN-HIEUH"@en .

<http://lexvo.org/id/char/115E> a lvont:Character ;
    lvont:represents "ᅞ"^^xsd:string ;
    rdfs:comment "HANGUL CHOSEONG TIKEUT-RIEUL"@en .

<http://lexvo.org/id/char/115F> a lvont:Character ;
    lvont:represents "ᅟ"^^xsd:string ;
    rdfs:comment "HANGUL CHOSEONG FILLER"@en .

<http://lexvo.org/id/char/1160> a lvont:Character ;
    lvont:represents "ᅠ"^^xsd:string ;
    rdfs:comment "HANGUL JUNGSEONG FILLER"@en .

<http://lexvo.org/id/char/1161> a lvont:Character ;
    lvont:represents "ᅡ"^^xsd:string ;
    rdfs:comment "HANGUL JUNGSEONG A"@en .

<http://lexvo.org/id/char/1162> a lvont:Character ;
    lvont:represents "ᅢ"^^xsd:string ;
    rdfs:comment "HANGUL JUNGSEONG AE"@en .

<http://lexvo.org/id/char/1163> a lvont:Character ;
    lvont:represents "ᅣ"^^xsd:string ;
    rdfs:comment "HANGUL JUNGSEONG YA"@en .

<http://lexvo.org/id/char/1164> a lvont:Character ;
    lvont:represents "ᅤ"^^xsd:string ;
    rdfs:comment "HANGUL JUNGSEONG YAE"@en .

<http://lexvo.org/id/char/1165> a lvont:Character ;
    lvont:represents "ᅥ"^^xsd:string ;
    rdfs:comment "HANGUL JUNGSEONG EO"@en .

<http://lexvo.org/id/char/1166> a lvont:Character ;
    lvont:represents "ᅦ"^^xsd:string ;
    rdfs:comment "HANGUL JUNGSEONG E"@en .

<http://lexvo.org/id/char/1167> a lvont:Character ;
    lvont:represents "ᅧ"^^xsd:string ;
    rdfs:comment "HANGUL JUNGSEONG YEO"@en .

<http://lexvo.org/id/char/1168> a lvont:Character ;
    lvont:represents "ᅨ"^^xsd:string ;
    rdfs:comment "HANGUL JUNGSEONG YE"@en .

<http://lexvo.org/id/char/11680> a lvont:Character ;
    lvont:represents "𑚀"^^xsd:string ;
    rdfs:comment "TAKRI LETTER A"@en .

<http://lexvo.org/id/char/11681> a lvont:Character ;
    lvont:represents "𑚁"^^xsd:string ;
    rdfs:comment "TAKRI LETTER AA"@en .

<http://lexvo.org/id/char/11682> a lvont:Character ;
    lvont:represents "𑚂"^^xsd:string ;
    rdfs:comment "TAKRI LETTER I"@en .

<http://lexvo.org/id/char/11683> a lvont:Character ;
    lvont:represents "𑚃"^^xsd:string ;
    rdfs:comment "TAKRI LETTER II"@en .

<http://lexvo.org/id/char/11684> a lvont:Character ;
    lvont:represents "𑚄"^^xsd:string ;
    rdfs:comment "TAKRI LETTER U"@en .

<http://lexvo.org/id/char/11685> a lvont:Character ;
    lvont:represents "𑚅"^^xsd:string ;
    rdfs:comment "TAKRI LETTER UU"@en .

<http://lexvo.org/id/char/11686> a lvont:Character ;
    lvont:represents "𑚆"^^xsd:string ;
    rdfs:comment "TAKRI LETTER E"@en .

<http://lexvo.org/id/char/11687> a lvont:Character ;
    lvont:represents "𑚇"^^xsd:string ;
    rdfs:comment "TAKRI LETTER AI"@en .

<http://lexvo.org/id/char/11688> a lvont:Character ;
    lvont:represents "𑚈"^^xsd:string ;
    rdfs:comment "TAKRI LETTER O"@en .

<http://lexvo.org/id/char/11689> a lvont:Character ;
    lvont:represents "𑚉"^^xsd:string ;
    rdfs:comment "TAKRI LETTER AU"@en .

<http://lexvo.org/id/char/1168A> a lvont:Character ;
    lvont:represents "𑚊"^^xsd:string ;
    rdfs:comment "TAKRI LETTER KA"@en .

<http://lexvo.org/id/char/1168B> a lvont:Character ;
    lvont:represents "𑚋"^^xsd:string ;
    rdfs:comment "TAKRI LETTER KHA"@en .

<http://lexvo.org/id/char/1168C> a lvont:Character ;
    lvont:represents "𑚌"^^xsd:string ;
    rdfs:comment "TAKRI LETTER GA"@en .

<http://lexvo.org/id/char/1168D> a lvont:Character ;
    lvont:represents "𑚍"^^xsd:string ;
    rdfs:comment "TAKRI LETTER GHA"@en .

<http://lexvo.org/id/char/1168E> a lvont:Character ;
    lvont:represents "𑚎"^^xsd:string ;
    rdfs:comment "TAKRI LETTER NGA"@en .

<http://lexvo.org/id/char/1168F> a lvont:Character ;
    lvont:represents "𑚏"^^xsd:string ;
    rdfs:comment "TAKRI LETTER CA"@en .

<http://lexvo.org/id/char/1169> a lvont:Character ;
    lvont:represents "ᅩ"^^xsd:string ;
    rdfs:comment "HANGUL JUNGSEONG O"@en .

<http://lexvo.org/id/char/11690> a lvont:Character ;
    lvont:represents "𑚐"^^xsd:string ;
    rdfs:comment "TAKRI LETTER CHA"@en .

<http://lexvo.org/id/char/11691> a lvont:Character ;
    lvont:represents "𑚑"^^xsd:string ;
    rdfs:comment "TAKRI LETTER JA"@en .

<http://lexvo.org/id/char/11692> a lvont:Character ;
    lvont:represents "𑚒"^^xsd:string ;
    rdfs:comment "TAKRI LETTER JHA"@en .

<http://lexvo.org/id/char/11693> a lvont:Character ;
    lvont:represents "𑚓"^^xsd:string ;
    rdfs:comment "TAKRI LETTER NYA"@en .

<http://lexvo.org/id/char/11694> a lvont:Character ;
    lvont:represents "𑚔"^^xsd:string ;
    rdfs:comment "TAKRI LETTER TTA"@en .

<http://lexvo.org/id/char/11695> a lvont:Character ;
    lvont:represents "𑚕"^^xsd:string ;
    rdfs:comment "TAKRI LETTER TTHA"@en .

<http://lexvo.org/id/char/11696> a lvont:Character ;
    lvont:represents "𑚖"^^xsd:string ;
    rdfs:comment "TAKRI LETTER DDA"@en .

<http://lexvo.org/id/char/11697> a lvont:Character ;
    lvont:represents "𑚗"^^xsd:string ;
    rdfs:comment "TAKRI LETTER DDHA"@en .

<http://lexvo.org/id/char/11698> a lvont:Character ;
    lvont:represents "𑚘"^^xsd:string ;
    rdfs:comment "TAKRI LETTER NNA"@en .

<http://lexvo.org/id/char/11699> a lvont:Character ;
    lvont:represents "𑚙"^^xsd:string ;
    rdfs:comment "TAKRI LETTER TA"@en .

<http://lexvo.org/id/char/1169A> a lvont:Character ;
    lvont:represents "𑚚"^^xsd:string ;
    rdfs:comment "TAKRI LETTER THA"@en .

<http://lexvo.org/id/char/1169B> a lvont:Character ;
    lvont:represents "𑚛"^^xsd:string ;
    rdfs:comment "TAKRI LETTER DA"@en .

<http://lexvo.org/id/char/1169C> a lvont:Character ;
    lvont:represents "𑚜"^^xsd:string ;
    rdfs:comment "TAKRI LETTER DHA"@en .

<http://lexvo.org/id/char/1169D> a lvont:Character ;
    lvont:represents "𑚝"^^xsd:string ;
    rdfs:comment "TAKRI LETTER NA"@en .

<http://lexvo.org/id/char/1169E> a lvont:Character ;
    lvont:represents "𑚞"^^xsd:string ;
    rdfs:comment "TAKRI LETTER PA"@en .

<http://lexvo.org/id/char/1169F> a lvont:Character ;
    lvont:represents "𑚟"^^xsd:string ;
    rdfs:comment "TAKRI LETTER PHA"@en .

<http://lexvo.org/id/char/116A> a lvont:Character ;
    lvont:represents "ᅪ"^^xsd:string ;
    rdfs:comment "HANGUL JUNGSEONG WA"@en .

<http://lexvo.org/id/char/116A0> a lvont:Character ;
    lvont:represents "𑚠"^^xsd:string ;
    rdfs:comment "TAKRI LETTER BA"@en .

<http://lexvo.org/id/char/116A1> a lvont:Character ;
    lvont:represents "𑚡"^^xsd:string ;
    rdfs:comment "TAKRI LETTER BHA"@en .

<http://lexvo.org/id/char/116A2> a lvont:Character ;
    lvont:represents "𑚢"^^xsd:string ;
    rdfs:comment "TAKRI LETTER MA"@en .

<http://lexvo.org/id/char/116A3> a lvont:Character ;
    lvont:represents "𑚣"^^xsd:string ;
    rdfs:comment "TAKRI LETTER YA"@en .

<http://lexvo.org/id/char/116A4> a lvont:Character ;
    lvont:represents "𑚤"^^xsd:string ;
    rdfs:comment "TAKRI LETTER RA"@en .

<http://lexvo.org/id/char/116A5> a lvont:Character ;
    lvont:represents "𑚥"^^xsd:string ;
    rdfs:comment "TAKRI LETTER LA"@en .

<http://lexvo.org/id/char/116A6> a lvont:Character ;
    lvont:represents "𑚦"^^xsd:string ;
    rdfs:comment "TAKRI LETTER VA"@en .

<http://lexvo.org/id/char/116A7> a lvont:Character ;
    lvont:represents "𑚧"^^xsd:string ;
    rdfs:comment "TAKRI LETTER SHA"@en .

<http://lexvo.org/id/char/116A8> a lvont:Character ;
    lvont:represents "𑚨"^^xsd:string ;
    rdfs:comment "TAKRI LETTER SA"@en .

<http://lexvo.org/id/char/116A9> a lvont:Character ;
    lvont:represents "𑚩"^^xsd:string ;
    rdfs:comment "TAKRI LETTER HA"@en .

<http://lexvo.org/id/char/116AA> a lvont:Character ;
    lvont:represents "𑚪"^^xsd:string ;
    rdfs:comment "TAKRI LETTER RRA"@en .

<http://lexvo.org/id/char/116AB> a lvont:Character ;
    lvont:represents "𑚫"^^xsd:string ;
    rdfs:comment "TAKRI SIGN ANUSVARA"@en .

<http://lexvo.org/id/char/116AC> a lvont:Character ;
    lvont:represents "𑚬"^^xsd:string ;
    rdfs:comment "TAKRI SIGN VISARGA"@en .

<http://lexvo.org/id/char/116AD> a lvont:Character ;
    lvont:represents "𑚭"^^xsd:string ;
    rdfs:comment "TAKRI VOWEL SIGN AA"@en .

<http://lexvo.org/id/char/116AE> a lvont:Character ;
    lvont:represents "𑚮"^^xsd:string ;
    rdfs:comment "TAKRI VOWEL SIGN I"@en .

<http://lexvo.org/id/char/116AF> a lvont:Character ;
    lvont:represents "𑚯"^^xsd:string ;
    rdfs:comment "TAKRI VOWEL SIGN II"@en .

<http://lexvo.org/id/char/116B> a lvont:Character ;
    lvont:represents "ᅫ"^^xsd:string ;
    rdfs:comment "HANGUL JUNGSEONG WAE"@en .

<http://lexvo.org/id/char/116B0> a lvont:Character ;
    lvont:represents "𑚰"^^xsd:string ;
    rdfs:comment "TAKRI VOWEL SIGN U"@en .

<http://lexvo.org/id/char/116B1> a lvont:Character ;
    lvont:represents "𑚱"^^xsd:string ;
    rdfs:comment "TAKRI VOWEL SIGN UU"@en .

<http://lexvo.org/id/char/116B2> a lvont:Character ;
    lvont:represents "𑚲"^^xsd:string ;
    rdfs:comment "TAKRI VOWEL SIGN E"@en .

<http://lexvo.org/id/char/116B3> a lvont:Character ;
    lvont:represents "𑚳"^^xsd:string ;
    rdfs:comment "TAKRI VOWEL SIGN AI"@en .

<http://lexvo.org/id/char/116B4> a lvont:Character ;
    lvont:represents "𑚴"^^xsd:string ;
    rdfs:comment "TAKRI VOWEL SIGN O"@en .

<http://lexvo.org/id/char/116B5> a lvont:Character ;
    lvont:represents "𑚵"^^xsd:string ;
    rdfs:comment "TAKRI VOWEL SIGN AU"@en .

<http://lexvo.org/id/char/116B6> a lvont:Character ;
    lvont:represents "𑚶"^^xsd:string ;
    rdfs:comment "TAKRI SIGN VIRAMA"@en .

<http://lexvo.org/id/char/116B7> a lvont:Character ;
    lvont:represents "𑚷"^^xsd:string ;
    rdfs:comment "TAKRI SIGN NUKTA"@en .

<http://lexvo.org/id/char/116C> a lvont:Character ;
    lvont:represents "ᅬ"^^xsd:string ;
    rdfs:comment "HANGUL JUNGSEONG OE"@en .

<http://lexvo.org/id/char/116C0> a lvont:Character ;
    lvont:represents "𑛀"^^xsd:string ;
    rdfs:comment "TAKRI DIGIT ZERO"@en .

<http://lexvo.org/id/char/116C1> a lvont:Character ;
    lvont:represents "𑛁"^^xsd:string ;
    rdfs:comment "TAKRI DIGIT ONE"@en .

<http://lexvo.org/id/char/116C2> a lvont:Character ;
    lvont:represents "𑛂"^^xsd:string ;
    rdfs:comment "TAKRI DIGIT TWO"@en .

<http://lexvo.org/id/char/116C3> a lvont:Character ;
    lvont:represents "𑛃"^^xsd:string ;
    rdfs:comment "TAKRI DIGIT THREE"@en .

<http://lexvo.org/id/char/116C4> a lvont:Character ;
    lvont:represents "𑛄"^^xsd:string ;
    rdfs:comment "TAKRI DIGIT FOUR"@en .

<http://lexvo.org/id/char/116C5> a lvont:Character ;
    lvont:represents "𑛅"^^xsd:string ;
    rdfs:comment "TAKRI DIGIT FIVE"@en .

<http://lexvo.org/id/char/116C6> a lvont:Character ;
    lvont:represents "𑛆"^^xsd:string ;
    rdfs:comment "TAKRI DIGIT SIX"@en .

<http://lexvo.org/id/char/116C7> a lvont:Character ;
    lvont:represents "𑛇"^^xsd:string ;
    rdfs:comment "TAKRI DIGIT SEVEN"@en .

<http://lexvo.org/id/char/116C8> a lvont:Character ;
    lvont:represents "𑛈"^^xsd:string ;
    rdfs:comment "TAKRI DIGIT EIGHT"@en .

<http://lexvo.org/id/char/116C9> a lvont:Character ;
    lvont:represents "𑛉"^^xsd:string ;
    rdfs:comment "TAKRI DIGIT NINE"@en .

<http://lexvo.org/id/char/116D> a lvont:Character ;
    lvont:represents "ᅭ"^^xsd:string ;
    rdfs:comment "HANGUL JUNGSEONG YO"@en .

<http://lexvo.org/id/char/116E> a lvont:Character ;
    lvont:represents "ᅮ"^^xsd:string ;
    rdfs:comment "HANGUL JUNGSEONG U"@en .

<http://lexvo.org/id/char/116F> a lvont:Character ;
    lvont:represents "ᅯ"^^xsd:string ;
    rdfs:comment "HANGUL JUNGSEONG WEO"@en .

<http://lexvo.org/id/char/1170> a lvont:Character ;
    lvont:represents "ᅰ"^^xsd:string ;
    rdfs:comment "HANGUL JUNGSEONG WE"@en .

<http://lexvo.org/id/char/1171> a lvont:Character ;
    lvont:represents "ᅱ"^^xsd:string ;
    rdfs:comment "HANGUL JUNGSEONG WI"@en .

<http://lexvo.org/id/char/1172> a lvont:Character ;
    lvont:represents "ᅲ"^^xsd:string ;
    rdfs:comment "HANGUL JUNGSEONG YU"@en .

<http://lexvo.org/id/char/1173> a lvont:Character ;
    lvont:represents "ᅳ"^^xsd:string ;
    rdfs:comment "HANGUL JUNGSEONG EU"@en .

<http://lexvo.org/id/char/1174> a lvont:Character ;
    lvont:represents "ᅴ"^^xsd:string ;
    rdfs:comment "HANGUL JUNGSEONG YI"@en .

<http://lexvo.org/id/char/1175> a lvont:Character ;
    lvont:represents "ᅵ"^^xsd:string ;
    rdfs:comment "HANGUL JUNGSEONG I"@en .

<http://lexvo.org/id/char/1176> a lvont:Character ;
    lvont:represents "ᅶ"^^xsd:string ;
    rdfs:comment "HANGUL JUNGSEONG A-O"@en .

<http://lexvo.org/id/char/1177> a lvont:Character ;
    lvont:represents "ᅷ"^^xsd:string ;
    rdfs:comment "HANGUL JUNGSEONG A-U"@en .

<http://lexvo.org/id/char/1178> a lvont:Character ;
    lvont:represents "ᅸ"^^xsd:string ;
    rdfs:comment "HANGUL JUNGSEONG YA-O"@en .

<http://lexvo.org/id/char/1179> a lvont:Character ;
    lvont:represents "ᅹ"^^xsd:string ;
    rdfs:comment "HANGUL JUNGSEONG YA-YO"@en .

<http://lexvo.org/id/char/117A> a lvont:Character ;
    lvont:represents "ᅺ"^^xsd:string ;
    rdfs:comment "HANGUL JUNGSEONG EO-O"@en .

<http://lexvo.org/id/char/117B> a lvont:Character ;
    lvont:represents "ᅻ"^^xsd:string ;
    rdfs:comment "HANGUL JUNGSEONG EO-U"@en .

<http://lexvo.org/id/char/117C> a lvont:Character ;
    lvont:represents "ᅼ"^^xsd:string ;
    rdfs:comment "HANGUL JUNGSEONG EO-EU"@en .

<http://lexvo.org/id/char/117D> a lvont:Character ;
    lvont:represents "ᅽ"^^xsd:string ;
    rdfs:comment "HANGUL JUNGSEONG YEO-O"@en .

<http://lexvo.org/id/char/117E> a lvont:Character ;
    lvont:represents "ᅾ"^^xsd:string ;
    rdfs:comment "HANGUL JUNGSEONG YEO-U"@en .

<http://lexvo.org/id/char/117F> a lvont:Character ;
    lvont:represents "ᅿ"^^xsd:string ;
    rdfs:comment "HANGUL JUNGSEONG O-EO"@en .

<http://lexvo.org/id/char/1180> a lvont:Character ;
    lvont:represents "ᆀ"^^xsd:string ;
    rdfs:comment "HANGUL JUNGSEONG O-E"@en .

<http://lexvo.org/id/char/1181> a lvont:Character ;
    lvont:represents "ᆁ"^^xsd:string ;
    rdfs:comment "HANGUL JUNGSEONG O-YE"@en .

<http://lexvo.org/id/char/1182> a lvont:Character ;
    lvont:represents "ᆂ"^^xsd:string ;
    rdfs:comment "HANGUL JUNGSEONG O-O"@en .

<http://lexvo.org/id/char/1183> a lvont:Character ;
    lvont:represents "ᆃ"^^xsd:string ;
    rdfs:comment "HANGUL JUNGSEONG O-U"@en .

<http://lexvo.org/id/char/1184> a lvont:Character ;
    lvont:represents "ᆄ"^^xsd:string ;
    rdfs:comment "HANGUL JUNGSEONG YO-YA"@en .

<http://lexvo.org/id/char/1185> a lvont:Character ;
    lvont:represents "ᆅ"^^xsd:string ;
    rdfs:comment "HANGUL JUNGSEONG YO-YAE"@en .

<http://lexvo.org/id/char/1186> a lvont:Character ;
    lvont:represents "ᆆ"^^xsd:string ;
    rdfs:comment "HANGUL JUNGSEONG YO-YEO"@en .

<http://lexvo.org/id/char/1187> a lvont:Character ;
    lvont:represents "ᆇ"^^xsd:string ;
    rdfs:comment "HANGUL JUNGSEONG YO-O"@en .

<http://lexvo.org/id/char/1188> a lvont:Character ;
    lvont:represents "ᆈ"^^xsd:string ;
    rdfs:comment "HANGUL JUNGSEONG YO-I"@en .

<http://lexvo.org/id/char/1189> a lvont:Character ;
    lvont:represents "ᆉ"^^xsd:string ;
    rdfs:comment "HANGUL JUNGSEONG U-A"@en .

<http://lexvo.org/id/char/118A> a lvont:Character ;
    lvont:represents "ᆊ"^^xsd:string ;
    rdfs:comment "HANGUL JUNGSEONG U-AE"@en .

<http://lexvo.org/id/char/118B> a lvont:Character ;
    lvont:represents "ᆋ"^^xsd:string ;
    rdfs:comment "HANGUL JUNGSEONG U-EO-EU"@en .

<http://lexvo.org/id/char/118C> a lvont:Character ;
    lvont:represents "ᆌ"^^xsd:string ;
    rdfs:comment "HANGUL JUNGSEONG U-YE"@en .

<http://lexvo.org/id/char/118D> a lvont:Character ;
    lvont:represents "ᆍ"^^xsd:string ;
    rdfs:comment "HANGUL JUNGSEONG U-U"@en .

<http://lexvo.org/id/char/118E> a lvont:Character ;
    lvont:represents "ᆎ"^^xsd:string ;
    rdfs:comment "HANGUL JUNGSEONG YU-A"@en .

<http://lexvo.org/id/char/118F> a lvont:Character ;
    lvont:represents "ᆏ"^^xsd:string ;
    rdfs:comment "HANGUL JUNGSEONG YU-EO"@en .

<http://lexvo.org/id/char/1190> a lvont:Character ;
    lvont:represents "ᆐ"^^xsd:string ;
    rdfs:comment "HANGUL JUNGSEONG YU-E"@en .

<http://lexvo.org/id/char/1191> a lvont:Character ;
    lvont:represents "ᆑ"^^xsd:string ;
    rdfs:comment "HANGUL JUNGSEONG YU-YEO"@en .

<http://lexvo.org/id/char/1192> a lvont:Character ;
    lvont:represents "ᆒ"^^xsd:string ;
    rdfs:comment "HANGUL JUNGSEONG YU-YE"@en .

<http://lexvo.org/id/char/1193> a lvont:Character ;
    lvont:represents "ᆓ"^^xsd:string ;
    rdfs:comment "HANGUL JUNGSEONG YU-U"@en .

<http://lexvo.org/id/char/1194> a lvont:Character ;
    lvont:represents "ᆔ"^^xsd:string ;
    rdfs:comment "HANGUL JUNGSEONG YU-I"@en .

<http://lexvo.org/id/char/1195> a lvont:Character ;
    lvont:represents "ᆕ"^^xsd:string ;
    rdfs:comment "HANGUL JUNGSEONG EU-U"@en .

<http://lexvo.org/id/char/1196> a lvont:Character ;
    lvont:represents "ᆖ"^^xsd:string ;
    rdfs:comment "HANGUL JUNGSEONG EU-EU"@en .

<http://lexvo.org/id/char/1197> a lvont:Character ;
    lvont:represents "ᆗ"^^xsd:string ;
    rdfs:comment "HANGUL JUNGSEONG YI-U"@en .

<http://lexvo.org/id/char/1198> a lvont:Character ;
    lvont:represents "ᆘ"^^xsd:string ;
    rdfs:comment "HANGUL JUNGSEONG I-A"@en .

<http://lexvo.org/id/char/1199> a lvont:Character ;
    lvont:represents "ᆙ"^^xsd:string ;
    rdfs:comment "HANGUL JUNGSEONG I-YA"@en .

<http://lexvo.org/id/char/119A> a lvont:Character ;
    lvont:represents "ᆚ"^^xsd:string ;
    rdfs:comment "HANGUL JUNGSEONG I-O"@en .

<http://lexvo.org/id/char/119B> a lvont:Character ;
    lvont:represents "ᆛ"^^xsd:string ;
    rdfs:comment "HANGUL JUNGSEONG I-U"@en .

<http://lexvo.org/id/char/119C> a lvont:Character ;
    lvont:represents "ᆜ"^^xsd:string ;
    rdfs:comment "HANGUL JUNGSEONG I-EU"@en .

<http://lexvo.org/id/char/119D> a lvont:Character ;
    lvont:represents "ᆝ"^^xsd:string ;
    rdfs:comment "HANGUL JUNGSEONG I-ARAEA"@en .

<http://lexvo.org/id/char/119E> a lvont:Character ;
    lvont:represents "ᆞ"^^xsd:string ;
    rdfs:comment "HANGUL JUNGSEONG ARAEA"@en .

<http://lexvo.org/id/char/119F> a lvont:Character ;
    lvont:represents "ᆟ"^^xsd:string ;
    rdfs:comment "HANGUL JUNGSEONG ARAEA-EO"@en .

<http://lexvo.org/id/char/11A0> a lvont:Character ;
    lvont:represents "ᆠ"^^xsd:string ;
    rdfs:comment "HANGUL JUNGSEONG ARAEA-U"@en .

<http://lexvo.org/id/char/11A1> a lvont:Character ;
    lvont:represents "ᆡ"^^xsd:string ;
    rdfs:comment "HANGUL JUNGSEONG ARAEA-I"@en .

<http://lexvo.org/id/char/11A2> a lvont:Character ;
    lvont:represents "ᆢ"^^xsd:string ;
    rdfs:comment "HANGUL JUNGSEONG SSANGARAEA"@en .

<http://lexvo.org/id/char/11A3> a lvont:Character ;
    lvont:represents "ᆣ"^^xsd:string ;
    rdfs:comment "HANGUL JUNGSEONG A-EU"@en .

<http://lexvo.org/id/char/11A4> a lvont:Character ;
    lvont:represents "ᆤ"^^xsd:string ;
    rdfs:comment "HANGUL JUNGSEONG YA-U"@en .

<http://lexvo.org/id/char/11A5> a lvont:Character ;
    lvont:represents "ᆥ"^^xsd:string ;
    rdfs:comment "HANGUL JUNGSEONG YEO-YA"@en .

<http://lexvo.org/id/char/11A6> a lvont:Character ;
    lvont:represents "ᆦ"^^xsd:string ;
    rdfs:comment "HANGUL JUNGSEONG O-YA"@en .

<http://lexvo.org/id/char/11A7> a lvont:Character ;
    lvont:represents "ᆧ"^^xsd:string ;
    rdfs:comment "HANGUL JUNGSEONG O-YAE"@en .

<http://lexvo.org/id/char/11A8> a lvont:Character ;
    lvont:represents "ᆨ"^^xsd:string ;
    rdfs:comment "HANGUL JONGSEONG KIYEOK"@en .

<http://lexvo.org/id/char/11A9> a lvont:Character ;
    lvont:represents "ᆩ"^^xsd:string ;
    rdfs:comment "HANGUL JONGSEONG SSANGKIYEOK"@en .

<http://lexvo.org/id/char/11AA> a lvont:Character ;
    lvont:represents "ᆪ"^^xsd:string ;
    rdfs:comment "HANGUL JONGSEONG KIYEOK-SIOS"@en .

<http://lexvo.org/id/char/11AB> a lvont:Character ;
    lvont:represents "ᆫ"^^xsd:string ;
    rdfs:comment "HANGUL JONGSEONG NIEUN"@en .

<http://lexvo.org/id/char/11AC> a lvont:Character ;
    lvont:represents "ᆬ"^^xsd:string ;
    rdfs:comment "HANGUL JONGSEONG NIEUN-CIEUC"@en .

<http://lexvo.org/id/char/11AD> a lvont:Character ;
    lvont:represents "ᆭ"^^xsd:string ;
    rdfs:comment "HANGUL JONGSEONG NIEUN-HIEUH"@en .

<http://lexvo.org/id/char/11AE> a lvont:Character ;
    lvont:represents "ᆮ"^^xsd:string ;
    rdfs:comment "HANGUL JONGSEONG TIKEUT"@en .

<http://lexvo.org/id/char/11AF> a lvont:Character ;
    lvont:represents "ᆯ"^^xsd:string ;
    rdfs:comment "HANGUL JONGSEONG RIEUL"@en .

<http://lexvo.org/id/char/11B0> a lvont:Character ;
    lvont:represents "ᆰ"^^xsd:string ;
    rdfs:comment "HANGUL JONGSEONG RIEUL-KIYEOK"@en .

<http://lexvo.org/id/char/11B1> a lvont:Character ;
    lvont:represents "ᆱ"^^xsd:string ;
    rdfs:comment "HANGUL JONGSEONG RIEUL-MIEUM"@en .

<http://lexvo.org/id/char/11B2> a lvont:Character ;
    lvont:represents "ᆲ"^^xsd:string ;
    rdfs:comment "HANGUL JONGSEONG RIEUL-PIEUP"@en .

<http://lexvo.org/id/char/11B3> a lvont:Character ;
    lvont:represents "ᆳ"^^xsd:string ;
    rdfs:comment "HANGUL JONGSEONG RIEUL-SIOS"@en .

<http://lexvo.org/id/char/11B4> a lvont:Character ;
    lvont:represents "ᆴ"^^xsd:string ;
    rdfs:comment "HANGUL JONGSEONG RIEUL-THIEUTH"@en .

<http://lexvo.org/id/char/11B5> a lvont:Character ;
    lvont:represents "ᆵ"^^xsd:string ;
    rdfs:comment "HANGUL JONGSEONG RIEUL-PHIEUPH"@en .

<http://lexvo.org/id/char/11B6> a lvont:Character ;
    lvont:represents "ᆶ"^^xsd:string ;
    rdfs:comment "HANGUL JONGSEONG RIEUL-HIEUH"@en .

<http://lexvo.org/id/char/11B7> a lvont:Character ;
    lvont:represents "ᆷ"^^xsd:string ;
    rdfs:comment "HANGUL JONGSEONG MIEUM"@en .

<http://lexvo.org/id/char/11B8> a lvont:Character ;
    lvont:represents "ᆸ"^^xsd:string ;
    rdfs:comment "HANGUL JONGSEONG PIEUP"@en .

<http://lexvo.org/id/char/11B9> a lvont:Character ;
    lvont:represents "ᆹ"^^xsd:string ;
    rdfs:comment "HANGUL JONGSEONG PIEUP-SIOS"@en .

<http://lexvo.org/id/char/11BA> a lvont:Character ;
    lvont:represents "ᆺ"^^xsd:string ;
    rdfs:comment "HANGUL JONGSEONG SIOS"@en .

<http://lexvo.org/id/char/11BB> a lvont:Character ;
    lvont:represents "ᆻ"^^xsd:string ;
    rdfs:comment "HANGUL JONGSEONG SSANGSIOS"@en .

<http://lexvo.org/id/char/11BC> a lvont:Character ;
    lvont:represents "ᆼ"^^xsd:string ;
    rdfs:comment "HANGUL JONGSEONG IEUNG"@en .

<http://lexvo.org/id/char/11BD> a lvont:Character ;
    lvont:represents "ᆽ"^^xsd:string ;
    rdfs:comment "HANGUL JONGSEONG CIEUC"@en .

<http://lexvo.org/id/char/11BE> a lvont:Character ;
    lvont:represents "ᆾ"^^xsd:string ;
    rdfs:comment "HANGUL JONGSEONG CHIEUCH"@en .

<http://lexvo.org/id/char/11BF> a lvont:Character ;
    lvont:represents "ᆿ"^^xsd:string ;
    rdfs:comment "HANGUL JONGSEONG KHIEUKH"@en .

<http://lexvo.org/id/char/11C0> a lvont:Character ;
    lvont:represents "ᇀ"^^xsd:string ;
    rdfs:comment "HANGUL JONGSEONG THIEUTH"@en .

<http://lexvo.org/id/char/11C1> a lvont:Character ;
    lvont:represents "ᇁ"^^xsd:string ;
    rdfs:comment "HANGUL JONGSEONG PHIEUPH"@en .

<http://lexvo.org/id/char/11C2> a lvont:Character ;
    lvont:represents "ᇂ"^^xsd:string ;
    rdfs:comment "HANGUL JONGSEONG HIEUH"@en .

<http://lexvo.org/id/char/11C3> a lvont:Character ;
    lvont:represents "ᇃ"^^xsd:string ;
    rdfs:comment "HANGUL JONGSEONG KIYEOK-RIEUL"@en .

<http://lexvo.org/id/char/11C4> a lvont:Character ;
    lvont:represents "ᇄ"^^xsd:string ;
    rdfs:comment "HANGUL JONGSEONG KIYEOK-SIOS-KIYEOK"@en .

<http://lexvo.org/id/char/11C5> a lvont:Character ;
    lvont:represents "ᇅ"^^xsd:string ;
    rdfs:comment "HANGUL JONGSEONG NIEUN-KIYEOK"@en .

<http://lexvo.org/id/char/11C6> a lvont:Character ;
    lvont:represents "ᇆ"^^xsd:string ;
    rdfs:comment "HANGUL JONGSEONG NIEUN-TIKEUT"@en .

<http://lexvo.org/id/char/11C7> a lvont:Character ;
    lvont:represents "ᇇ"^^xsd:string ;
    rdfs:comment "HANGUL JONGSEONG NIEUN-SIOS"@en .

<http://lexvo.org/id/char/11C8> a lvont:Character ;
    lvont:represents "ᇈ"^^xsd:string ;
    rdfs:comment "HANGUL JONGSEONG NIEUN-PANSIOS"@en .

<http://lexvo.org/id/char/11C9> a lvont:Character ;
    lvont:represents "ᇉ"^^xsd:string ;
    rdfs:comment "HANGUL JONGSEONG NIEUN-THIEUTH"@en .

<http://lexvo.org/id/char/11CA> a lvont:Character ;
    lvont:represents "ᇊ"^^xsd:string ;
    rdfs:comment "HANGUL JONGSEONG TIKEUT-KIYEOK"@en .

<http://lexvo.org/id/char/11CB> a lvont:Character ;
    lvont:represents "ᇋ"^^xsd:string ;
    rdfs:comment "HANGUL JONGSEONG TIKEUT-RIEUL"@en .

<http://lexvo.org/id/char/11CC> a lvont:Character ;
    lvont:represents "ᇌ"^^xsd:string ;
    rdfs:comment "HANGUL JONGSEONG RIEUL-KIYEOK-SIOS"@en .

<http://lexvo.org/id/char/11CD> a lvont:Character ;
    lvont:represents "ᇍ"^^xsd:string ;
    rdfs:comment "HANGUL JONGSEONG RIEUL-NIEUN"@en .

<http://lexvo.org/id/char/11CE> a lvont:Character ;
    lvont:represents "ᇎ"^^xsd:string ;
    rdfs:comment "HANGUL JONGSEONG RIEUL-TIKEUT"@en .

<http://lexvo.org/id/char/11CF> a lvont:Character ;
    lvont:represents "ᇏ"^^xsd:string ;
    rdfs:comment "HANGUL JONGSEONG RIEUL-TIKEUT-HIEUH"@en .

<http://lexvo.org/id/char/11D0> a lvont:Character ;
    lvont:represents "ᇐ"^^xsd:string ;
    rdfs:comment "HANGUL JONGSEONG SSANGRIEUL"@en .

<http://lexvo.org/id/char/11D1> a lvont:Character ;
    lvont:represents "ᇑ"^^xsd:string ;
    rdfs:comment "HANGUL JONGSEONG RIEUL-MIEUM-KIYEOK"@en .

<http://lexvo.org/id/char/11D2> a lvont:Character ;
    lvont:represents "ᇒ"^^xsd:string ;
    rdfs:comment "HANGUL JONGSEONG RIEUL-MIEUM-SIOS"@en .

<http://lexvo.org/id/char/11D3> a lvont:Character ;
    lvont:represents "ᇓ"^^xsd:string ;
    rdfs:comment "HANGUL JONGSEONG RIEUL-PIEUP-SIOS"@en .

<http://lexvo.org/id/char/11D4> a lvont:Character ;
    lvont:represents "ᇔ"^^xsd:string ;
    rdfs:comment "HANGUL JONGSEONG RIEUL-PIEUP-HIEUH"@en .

<http://lexvo.org/id/char/11D5> a lvont:Character ;
    lvont:represents "ᇕ"^^xsd:string ;
    rdfs:comment "HANGUL JONGSEONG RIEUL-KAPYEOUNPIEUP"@en .

<http://lexvo.org/id/char/11D6> a lvont:Character ;
    lvont:represents "ᇖ"^^xsd:string ;
    rdfs:comment "HANGUL JONGSEONG RIEUL-SSANGSIOS"@en .

<http://lexvo.org/id/char/11D7> a lvont:Character ;
    lvont:represents "ᇗ"^^xsd:string ;
    rdfs:comment "HANGUL JONGSEONG RIEUL-PANSIOS"@en .

<http://lexvo.org/id/char/11D8> a lvont:Character ;
    lvont:represents "ᇘ"^^xsd:string ;
    rdfs:comment "HANGUL JONGSEONG RIEUL-KHIEUKH"@en .

<http://lexvo.org/id/char/11D9> a lvont:Character ;
    lvont:represents "ᇙ"^^xsd:string ;
    rdfs:comment "HANGUL JONGSEONG RIEUL-YEORINHIEUH"@en .

<http://lexvo.org/id/char/11DA> a lvont:Character ;
    lvont:represents "ᇚ"^^xsd:string ;
    rdfs:comment "HANGUL JONGSEONG MIEUM-KIYEOK"@en .

<http://lexvo.org/id/char/11DB> a lvont:Character ;
    lvont:represents "ᇛ"^^xsd:string ;
    rdfs:comment "HANGUL JONGSEONG MIEUM-RIEUL"@en .

<http://lexvo.org/id/char/11DC> a lvont:Character ;
    lvont:represents "ᇜ"^^xsd:string ;
    rdfs:comment "HANGUL JONGSEONG MIEUM-PIEUP"@en .

<http://lexvo.org/id/char/11DD> a lvont:Character ;
    lvont:represents "ᇝ"^^xsd:string ;
    rdfs:comment "HANGUL JONGSEONG MIEUM-SIOS"@en .

<http://lexvo.org/id/char/11DE> a lvont:Character ;
    lvont:represents "ᇞ"^^xsd:string ;
    rdfs:comment "HANGUL JONGSEONG MIEUM-SSANGSIOS"@en .

<http://lexvo.org/id/char/11DF> a lvont:Character ;
    lvont:represents "ᇟ"^^xsd:string ;
    rdfs:comment "HANGUL JONGSEONG MIEUM-PANSIOS"@en .

<http://lexvo.org/id/char/11E0> a lvont:Character ;
    lvont:represents "ᇠ"^^xsd:string ;
    rdfs:comment "HANGUL JONGSEONG MIEUM-CHIEUCH"@en .

<http://lexvo.org/id/char/11E1> a lvont:Character ;
    lvont:represents "ᇡ"^^xsd:string ;
    rdfs:comment "HANGUL JONGSEONG MIEUM-HIEUH"@en .

<http://lexvo.org/id/char/11E2> a lvont:Character ;
    lvont:represents "ᇢ"^^xsd:string ;
    rdfs:comment "HANGUL JONGSEONG KAPYEOUNMIEUM"@en .

<http://lexvo.org/id/char/11E3> a lvont:Character ;
    lvont:represents "ᇣ"^^xsd:string ;
    rdfs:comment "HANGUL JONGSEONG PIEUP-RIEUL"@en .

<http://lexvo.org/id/char/11E4> a lvont:Character ;
    lvont:represents "ᇤ"^^xsd:string ;
    rdfs:comment "HANGUL JONGSEONG PIEUP-PHIEUPH"@en .

<http://lexvo.org/id/char/11E5> a lvont:Character ;
    lvont:represents "ᇥ"^^xsd:string ;
    rdfs:comment "HANGUL JONGSEONG PIEUP-HIEUH"@en .

<http://lexvo.org/id/char/11E6> a lvont:Character ;
    lvont:represents "ᇦ"^^xsd:string ;
    rdfs:comment "HANGUL JONGSEONG KAPYEOUNPIEUP"@en .

<http://lexvo.org/id/char/11E7> a lvont:Character ;
    lvont:represents "ᇧ"^^xsd:string ;
    rdfs:comment "HANGUL JONGSEONG SIOS-KIYEOK"@en .

<http://lexvo.org/id/char/11E8> a lvont:Character ;
    lvont:represents "ᇨ"^^xsd:string ;
    rdfs:comment "HANGUL JONGSEONG SIOS-TIKEUT"@en .

<http://lexvo.org/id/char/11E9> a lvont:Character ;
    lvont:represents "ᇩ"^^xsd:string ;
    rdfs:comment "HANGUL JONGSEONG SIOS-RIEUL"@en .

<http://lexvo.org/id/char/11EA> a lvont:Character ;
    lvont:represents "ᇪ"^^xsd:string ;
    rdfs:comment "HANGUL JONGSEONG SIOS-PIEUP"@en .

<http://lexvo.org/id/char/11EB> a lvont:Character ;
    lvont:represents "ᇫ"^^xsd:string ;
    rdfs:comment "HANGUL JONGSEONG PANSIOS"@en .

<http://lexvo.org/id/char/11EC> a lvont:Character ;
    lvont:represents "ᇬ"^^xsd:string ;
    rdfs:comment "HANGUL JONGSEONG IEUNG-KIYEOK"@en .

<http://lexvo.org/id/char/11ED> a lvont:Character ;
    lvont:represents "ᇭ"^^xsd:string ;
    rdfs:comment "HANGUL JONGSEONG IEUNG-SSANGKIYEOK"@en .

<http://lexvo.org/id/char/11EE> a lvont:Character ;
    lvont:represents "ᇮ"^^xsd:string ;
    rdfs:comment "HANGUL JONGSEONG SSANGIEUNG"@en .

<http://lexvo.org/id/char/11EF> a lvont:Character ;
    lvont:represents "ᇯ"^^xsd:string ;
    rdfs:comment "HANGUL JONGSEONG IEUNG-KHIEUKH"@en .

<http://lexvo.org/id/char/11F0> a lvont:Character ;
    lvont:represents "ᇰ"^^xsd:string ;
    rdfs:comment "HANGUL JONGSEONG YESIEUNG"@en .

<http://lexvo.org/id/char/11F1> a lvont:Character ;
    lvont:represents "ᇱ"^^xsd:string ;
    rdfs:comment "HANGUL JONGSEONG YESIEUNG-SIOS"@en .

<http://lexvo.org/id/char/11F2> a lvont:Character ;
    lvont:represents "ᇲ"^^xsd:string ;
    rdfs:comment "HANGUL JONGSEONG YESIEUNG-PANSIOS"@en .

<http://lexvo.org/id/char/11F3> a lvont:Character ;
    lvont:represents "ᇳ"^^xsd:string ;
    rdfs:comment "HANGUL JONGSEONG PHIEUPH-PIEUP"@en .

<http://lexvo.org/id/char/11F4> a lvont:Character ;
    lvont:represents "ᇴ"^^xsd:string ;
    rdfs:comment "HANGUL JONGSEONG KAPYEOUNPHIEUPH"@en .

<http://lexvo.org/id/char/11F5> a lvont:Character ;
    lvont:represents "ᇵ"^^xsd:string ;
    rdfs:comment "HANGUL JONGSEONG HIEUH-NIEUN"@en .

<http://lexvo.org/id/char/11F6> a lvont:Character ;
    lvont:represents "ᇶ"^^xsd:string ;
    rdfs:comment "HANGUL JONGSEONG HIEUH-RIEUL"@en .

<http://lexvo.org/id/char/11F7> a lvont:Character ;
    lvont:represents "ᇷ"^^xsd:string ;
    rdfs:comment "HANGUL JONGSEONG HIEUH-MIEUM"@en .

<http://lexvo.org/id/char/11F8> a lvont:Character ;
    lvont:represents "ᇸ"^^xsd:string ;
    rdfs:comment "HANGUL JONGSEONG HIEUH-PIEUP"@en .

<http://lexvo.org/id/char/11F9> a lvont:Character ;
    lvont:represents "ᇹ"^^xsd:string ;
    rdfs:comment "HANGUL JONGSEONG YEORINHIEUH"@en .

<http://lexvo.org/id/char/11FA> a lvont:Character ;
    lvont:represents "ᇺ"^^xsd:string ;
    rdfs:comment "HANGUL JONGSEONG KIYEOK-NIEUN"@en .

<http://lexvo.org/id/char/11FB> a lvont:Character ;
    lvont:represents "ᇻ"^^xsd:string ;
    rdfs:comment "HANGUL JONGSEONG KIYEOK-PIEUP"@en .

<http://lexvo.org/id/char/11FC> a lvont:Character ;
    lvont:represents "ᇼ"^^xsd:string ;
    rdfs:comment "HANGUL JONGSEONG KIYEOK-CHIEUCH"@en .

<http://lexvo.org/id/char/11FD> a lvont:Character ;
    lvont:represents "ᇽ"^^xsd:string ;
    rdfs:comment "HANGUL JONGSEONG KIYEOK-KHIEUKH"@en .

<http://lexvo.org/id/char/11FE> a lvont:Character ;
    lvont:represents "ᇾ"^^xsd:string ;
    rdfs:comment "HANGUL JONGSEONG KIYEOK-HIEUH"@en .

<http://lexvo.org/id/char/11FF> a lvont:Character ;
    lvont:represents "ᇿ"^^xsd:string ;
    rdfs:comment "HANGUL JONGSEONG SSANGNIEUN"@en .

<http://lexvo.org/id/char/1200> a lvont:Character ;
    lvont:represents "ሀ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE HA"@en .

<http://lexvo.org/id/char/12000> a lvont:Character ;
    lvont:represents "𒀀"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN A"@en .

<http://lexvo.org/id/char/12001> a lvont:Character ;
    lvont:represents "𒀁"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN A TIMES A"@en .

<http://lexvo.org/id/char/12002> a lvont:Character ;
    lvont:represents "𒀂"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN A TIMES BAD"@en .

<http://lexvo.org/id/char/12003> a lvont:Character ;
    lvont:represents "𒀃"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN A TIMES GAN2 TENU"@en .

<http://lexvo.org/id/char/12004> a lvont:Character ;
    lvont:represents "𒀄"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN A TIMES HA"@en .

<http://lexvo.org/id/char/12005> a lvont:Character ;
    lvont:represents "𒀅"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN A TIMES IGI"@en .

<http://lexvo.org/id/char/12006> a lvont:Character ;
    lvont:represents "𒀆"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN A TIMES LAGAR GUNU"@en .

<http://lexvo.org/id/char/12007> a lvont:Character ;
    lvont:represents "𒀇"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN A TIMES MUSH"@en .

<http://lexvo.org/id/char/12008> a lvont:Character ;
    lvont:represents "𒀈"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN A TIMES SAG"@en .

<http://lexvo.org/id/char/12009> a lvont:Character ;
    lvont:represents "𒀉"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN A2"@en .

<http://lexvo.org/id/char/1200A> a lvont:Character ;
    lvont:represents "𒀊"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN AB"@en .

<http://lexvo.org/id/char/1200B> a lvont:Character ;
    lvont:represents "𒀋"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN AB TIMES ASH2"@en .

<http://lexvo.org/id/char/1200C> a lvont:Character ;
    lvont:represents "𒀌"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN AB TIMES DUN3 GUNU"@en .

<http://lexvo.org/id/char/1200D> a lvont:Character ;
    lvont:represents "𒀍"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN AB TIMES GAL"@en .

<http://lexvo.org/id/char/1200E> a lvont:Character ;
    lvont:represents "𒀎"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN AB TIMES GAN2 TENU"@en .

<http://lexvo.org/id/char/1200F> a lvont:Character ;
    lvont:represents "𒀏"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN AB TIMES HA"@en .

<http://lexvo.org/id/char/1201> a lvont:Character ;
    lvont:represents "ሁ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE HU"@en .

<http://lexvo.org/id/char/12010> a lvont:Character ;
    lvont:represents "𒀐"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN AB TIMES IGI GUNU"@en .

<http://lexvo.org/id/char/12011> a lvont:Character ;
    lvont:represents "𒀑"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN AB TIMES IMIN"@en .

<http://lexvo.org/id/char/12012> a lvont:Character ;
    lvont:represents "𒀒"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN AB TIMES LAGAB"@en .

<http://lexvo.org/id/char/12013> a lvont:Character ;
    lvont:represents "𒀓"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN AB TIMES SHESH"@en .

<http://lexvo.org/id/char/12014> a lvont:Character ;
    lvont:represents "𒀔"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN AB TIMES U PLUS U PLUS U"@en .

<http://lexvo.org/id/char/12015> a lvont:Character ;
    lvont:represents "𒀕"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN AB GUNU"@en .

<http://lexvo.org/id/char/12016> a lvont:Character ;
    lvont:represents "𒀖"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN AB2"@en .

<http://lexvo.org/id/char/12017> a lvont:Character ;
    lvont:represents "𒀗"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN AB2 TIMES BALAG"@en .

<http://lexvo.org/id/char/12018> a lvont:Character ;
    lvont:represents "𒀘"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN AB2 TIMES GAN2 TENU"@en .

<http://lexvo.org/id/char/12019> a lvont:Character ;
    lvont:represents "𒀙"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN AB2 TIMES ME PLUS EN"@en .

<http://lexvo.org/id/char/1201A> a lvont:Character ;
    lvont:represents "𒀚"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN AB2 TIMES SHA3"@en .

<http://lexvo.org/id/char/1201B> a lvont:Character ;
    lvont:represents "𒀛"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN AB2 TIMES TAK4"@en .

<http://lexvo.org/id/char/1201C> a lvont:Character ;
    lvont:represents "𒀜"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN AD"@en .

<http://lexvo.org/id/char/1201D> a lvont:Character ;
    lvont:represents "𒀝"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN AK"@en .

<http://lexvo.org/id/char/1201E> a lvont:Character ;
    lvont:represents "𒀞"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN AK TIMES ERIN2"@en .

<http://lexvo.org/id/char/1201F> a lvont:Character ;
    lvont:represents "𒀟"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN AK TIMES SHITA PLUS GISH"@en .

<http://lexvo.org/id/char/1202> a lvont:Character ;
    lvont:represents "ሂ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE HI"@en .

<http://lexvo.org/id/char/12020> a lvont:Character ;
    lvont:represents "𒀠"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN AL"@en .

<http://lexvo.org/id/char/12021> a lvont:Character ;
    lvont:represents "𒀡"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN AL TIMES AL"@en .

<http://lexvo.org/id/char/12022> a lvont:Character ;
    lvont:represents "𒀢"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN AL TIMES DIM2"@en .

<http://lexvo.org/id/char/12023> a lvont:Character ;
    lvont:represents "𒀣"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN AL TIMES GISH"@en .

<http://lexvo.org/id/char/12024> a lvont:Character ;
    lvont:represents "𒀤"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN AL TIMES HA"@en .

<http://lexvo.org/id/char/12025> a lvont:Character ;
    lvont:represents "𒀥"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN AL TIMES KAD3"@en .

<http://lexvo.org/id/char/12026> a lvont:Character ;
    lvont:represents "𒀦"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN AL TIMES KI"@en .

<http://lexvo.org/id/char/12027> a lvont:Character ;
    lvont:represents "𒀧"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN AL TIMES SHE"@en .

<http://lexvo.org/id/char/12028> a lvont:Character ;
    lvont:represents "𒀨"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN AL TIMES USH"@en .

<http://lexvo.org/id/char/12029> a lvont:Character ;
    lvont:represents "𒀩"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN ALAN"@en .

<http://lexvo.org/id/char/1202A> a lvont:Character ;
    lvont:represents "𒀪"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN ALEPH"@en .

<http://lexvo.org/id/char/1202B> a lvont:Character ;
    lvont:represents "𒀫"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN AMAR"@en .

<http://lexvo.org/id/char/1202C> a lvont:Character ;
    lvont:represents "𒀬"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN AMAR TIMES SHE"@en .

<http://lexvo.org/id/char/1202D> a lvont:Character ;
    lvont:represents "𒀭"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN AN"@en .

<http://lexvo.org/id/char/1202E> a lvont:Character ;
    lvont:represents "𒀮"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN AN OVER AN"@en .

<http://lexvo.org/id/char/1202F> a lvont:Character ;
    lvont:represents "𒀯"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN AN THREE TIMES"@en .

<http://lexvo.org/id/char/1203> a lvont:Character ;
    lvont:represents "ሃ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE HAA"@en .

<http://lexvo.org/id/char/12030> a lvont:Character ;
    lvont:represents "𒀰"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN AN PLUS NAGA OPPOSING AN PLUS NAGA"@en .

<http://lexvo.org/id/char/12031> a lvont:Character ;
    lvont:represents "𒀱"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN AN PLUS NAGA SQUARED"@en .

<http://lexvo.org/id/char/12032> a lvont:Character ;
    lvont:represents "𒀲"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN ANSHE"@en .

<http://lexvo.org/id/char/12033> a lvont:Character ;
    lvont:represents "𒀳"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN APIN"@en .

<http://lexvo.org/id/char/12034> a lvont:Character ;
    lvont:represents "𒀴"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN ARAD"@en .

<http://lexvo.org/id/char/12035> a lvont:Character ;
    lvont:represents "𒀵"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN ARAD TIMES KUR"@en .

<http://lexvo.org/id/char/12036> a lvont:Character ;
    lvont:represents "𒀶"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN ARKAB"@en .

<http://lexvo.org/id/char/12037> a lvont:Character ;
    lvont:represents "𒀷"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN ASAL2"@en .

<http://lexvo.org/id/char/12038> a lvont:Character ;
    lvont:represents "𒀸"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN ASH"@en .

<http://lexvo.org/id/char/12039> a lvont:Character ;
    lvont:represents "𒀹"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN ASH ZIDA TENU"@en .

<http://lexvo.org/id/char/1203A> a lvont:Character ;
    lvont:represents "𒀺"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN ASH KABA TENU"@en .

<http://lexvo.org/id/char/1203B> a lvont:Character ;
    lvont:represents "𒀻"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN ASH OVER ASH TUG2 OVER TUG2 TUG2 OVER TUG2 PAP"@en .

<http://lexvo.org/id/char/1203C> a lvont:Character ;
    lvont:represents "𒀼"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN ASH OVER ASH OVER ASH"@en .

<http://lexvo.org/id/char/1203D> a lvont:Character ;
    lvont:represents "𒀽"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN ASH OVER ASH OVER ASH CROSSING ASH OVER ASH OVER ASH"@en .

<http://lexvo.org/id/char/1203E> a lvont:Character ;
    lvont:represents "𒀾"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN ASH2"@en .

<http://lexvo.org/id/char/1203F> a lvont:Character ;
    lvont:represents "𒀿"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN ASHGAB"@en .

<http://lexvo.org/id/char/1204> a lvont:Character ;
    lvont:represents "ሄ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE HEE"@en .

<http://lexvo.org/id/char/12040> a lvont:Character ;
    lvont:represents "𒁀"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN BA"@en .

<http://lexvo.org/id/char/12041> a lvont:Character ;
    lvont:represents "𒁁"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN BAD"@en .

<http://lexvo.org/id/char/12042> a lvont:Character ;
    lvont:represents "𒁂"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN BAG3"@en .

<http://lexvo.org/id/char/12043> a lvont:Character ;
    lvont:represents "𒁃"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN BAHAR2"@en .

<http://lexvo.org/id/char/12044> a lvont:Character ;
    lvont:represents "𒁄"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN BAL"@en .

<http://lexvo.org/id/char/12045> a lvont:Character ;
    lvont:represents "𒁅"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN BAL OVER BAL"@en .

<http://lexvo.org/id/char/12046> a lvont:Character ;
    lvont:represents "𒁆"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN BALAG"@en .

<http://lexvo.org/id/char/12047> a lvont:Character ;
    lvont:represents "𒁇"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN BAR"@en .

<http://lexvo.org/id/char/12048> a lvont:Character ;
    lvont:represents "𒁈"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN BARA2"@en .

<http://lexvo.org/id/char/12049> a lvont:Character ;
    lvont:represents "𒁉"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN BI"@en .

<http://lexvo.org/id/char/1204A> a lvont:Character ;
    lvont:represents "𒁊"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN BI TIMES A"@en .

<http://lexvo.org/id/char/1204B> a lvont:Character ;
    lvont:represents "𒁋"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN BI TIMES GAR"@en .

<http://lexvo.org/id/char/1204C> a lvont:Character ;
    lvont:represents "𒁌"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN BI TIMES IGI GUNU"@en .

<http://lexvo.org/id/char/1204D> a lvont:Character ;
    lvont:represents "𒁍"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN BU"@en .

<http://lexvo.org/id/char/1204E> a lvont:Character ;
    lvont:represents "𒁎"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN BU OVER BU AB"@en .

<http://lexvo.org/id/char/1204F> a lvont:Character ;
    lvont:represents "𒁏"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN BU OVER BU UN"@en .

<http://lexvo.org/id/char/1205> a lvont:Character ;
    lvont:represents "ህ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE HE"@en .

<http://lexvo.org/id/char/12050> a lvont:Character ;
    lvont:represents "𒁐"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN BU CROSSING BU"@en .

<http://lexvo.org/id/char/12051> a lvont:Character ;
    lvont:represents "𒁑"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN BULUG"@en .

<http://lexvo.org/id/char/12052> a lvont:Character ;
    lvont:represents "𒁒"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN BULUG OVER BULUG"@en .

<http://lexvo.org/id/char/12053> a lvont:Character ;
    lvont:represents "𒁓"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN BUR"@en .

<http://lexvo.org/id/char/12054> a lvont:Character ;
    lvont:represents "𒁔"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN BUR2"@en .

<http://lexvo.org/id/char/12055> a lvont:Character ;
    lvont:represents "𒁕"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN DA"@en .

<http://lexvo.org/id/char/12056> a lvont:Character ;
    lvont:represents "𒁖"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN DAG"@en .

<http://lexvo.org/id/char/12057> a lvont:Character ;
    lvont:represents "𒁗"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN DAG KISIM5 TIMES A PLUS MASH"@en .

<http://lexvo.org/id/char/12058> a lvont:Character ;
    lvont:represents "𒁘"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN DAG KISIM5 TIMES AMAR"@en .

<http://lexvo.org/id/char/12059> a lvont:Character ;
    lvont:represents "𒁙"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN DAG KISIM5 TIMES BALAG"@en .

<http://lexvo.org/id/char/1205A> a lvont:Character ;
    lvont:represents "𒁚"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN DAG KISIM5 TIMES BI"@en .

<http://lexvo.org/id/char/1205B> a lvont:Character ;
    lvont:represents "𒁛"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN DAG KISIM5 TIMES GA"@en .

<http://lexvo.org/id/char/1205C> a lvont:Character ;
    lvont:represents "𒁜"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN DAG KISIM5 TIMES GA PLUS MASH"@en .

<http://lexvo.org/id/char/1205D> a lvont:Character ;
    lvont:represents "𒁝"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN DAG KISIM5 TIMES GI"@en .

<http://lexvo.org/id/char/1205E> a lvont:Character ;
    lvont:represents "𒁞"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN DAG KISIM5 TIMES GIR2"@en .

<http://lexvo.org/id/char/1205F> a lvont:Character ;
    lvont:represents "𒁟"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN DAG KISIM5 TIMES GUD"@en .

<http://lexvo.org/id/char/1206> a lvont:Character ;
    lvont:represents "ሆ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE HO"@en .

<http://lexvo.org/id/char/12060> a lvont:Character ;
    lvont:represents "𒁠"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN DAG KISIM5 TIMES HA"@en .

<http://lexvo.org/id/char/12061> a lvont:Character ;
    lvont:represents "𒁡"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN DAG KISIM5 TIMES IR"@en .

<http://lexvo.org/id/char/12062> a lvont:Character ;
    lvont:represents "𒁢"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN DAG KISIM5 TIMES IR PLUS LU"@en .

<http://lexvo.org/id/char/12063> a lvont:Character ;
    lvont:represents "𒁣"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN DAG KISIM5 TIMES KAK"@en .

<http://lexvo.org/id/char/12064> a lvont:Character ;
    lvont:represents "𒁤"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN DAG KISIM5 TIMES LA"@en .

<http://lexvo.org/id/char/12065> a lvont:Character ;
    lvont:represents "𒁥"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN DAG KISIM5 TIMES LU"@en .

<http://lexvo.org/id/char/12066> a lvont:Character ;
    lvont:represents "𒁦"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN DAG KISIM5 TIMES LU PLUS MASH2"@en .

<http://lexvo.org/id/char/12067> a lvont:Character ;
    lvont:represents "𒁧"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN DAG KISIM5 TIMES LUM"@en .

<http://lexvo.org/id/char/12068> a lvont:Character ;
    lvont:represents "𒁨"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN DAG KISIM5 TIMES NE"@en .

<http://lexvo.org/id/char/12069> a lvont:Character ;
    lvont:represents "𒁩"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN DAG KISIM5 TIMES PAP PLUS PAP"@en .

<http://lexvo.org/id/char/1206A> a lvont:Character ;
    lvont:represents "𒁪"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN DAG KISIM5 TIMES SI"@en .

<http://lexvo.org/id/char/1206B> a lvont:Character ;
    lvont:represents "𒁫"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN DAG KISIM5 TIMES TAK4"@en .

<http://lexvo.org/id/char/1206C> a lvont:Character ;
    lvont:represents "𒁬"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN DAG KISIM5 TIMES U2 PLUS GIR2"@en .

<http://lexvo.org/id/char/1206D> a lvont:Character ;
    lvont:represents "𒁭"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN DAG KISIM5 TIMES USH"@en .

<http://lexvo.org/id/char/1206E> a lvont:Character ;
    lvont:represents "𒁮"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN DAM"@en .

<http://lexvo.org/id/char/1206F> a lvont:Character ;
    lvont:represents "𒁯"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN DAR"@en .

<http://lexvo.org/id/char/1207> a lvont:Character ;
    lvont:represents "ሇ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE HOA"@en .

<http://lexvo.org/id/char/12070> a lvont:Character ;
    lvont:represents "𒁰"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN DARA3"@en .

<http://lexvo.org/id/char/12071> a lvont:Character ;
    lvont:represents "𒁱"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN DARA4"@en .

<http://lexvo.org/id/char/12072> a lvont:Character ;
    lvont:represents "𒁲"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN DI"@en .

<http://lexvo.org/id/char/12073> a lvont:Character ;
    lvont:represents "𒁳"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN DIB"@en .

<http://lexvo.org/id/char/12074> a lvont:Character ;
    lvont:represents "𒁴"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN DIM"@en .

<http://lexvo.org/id/char/12075> a lvont:Character ;
    lvont:represents "𒁵"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN DIM TIMES SHE"@en .

<http://lexvo.org/id/char/12076> a lvont:Character ;
    lvont:represents "𒁶"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN DIM2"@en .

<http://lexvo.org/id/char/12077> a lvont:Character ;
    lvont:represents "𒁷"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN DIN"@en .

<http://lexvo.org/id/char/12078> a lvont:Character ;
    lvont:represents "𒁸"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN DIN KASKAL U GUNU DISH"@en .

<http://lexvo.org/id/char/12079> a lvont:Character ;
    lvont:represents "𒁹"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN DISH"@en .

<http://lexvo.org/id/char/1207A> a lvont:Character ;
    lvont:represents "𒁺"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN DU"@en .

<http://lexvo.org/id/char/1207B> a lvont:Character ;
    lvont:represents "𒁻"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN DU OVER DU"@en .

<http://lexvo.org/id/char/1207C> a lvont:Character ;
    lvont:represents "𒁼"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN DU GUNU"@en .

<http://lexvo.org/id/char/1207D> a lvont:Character ;
    lvont:represents "𒁽"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN DU SHESHIG"@en .

<http://lexvo.org/id/char/1207E> a lvont:Character ;
    lvont:represents "𒁾"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN DUB"@en .

<http://lexvo.org/id/char/1207F> a lvont:Character ;
    lvont:represents "𒁿"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN DUB TIMES ESH2"@en .

<http://lexvo.org/id/char/1208> a lvont:Character ;
    lvont:represents "ለ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE LA"@en .

<http://lexvo.org/id/char/12080> a lvont:Character ;
    lvont:represents "𒂀"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN DUB2"@en .

<http://lexvo.org/id/char/12081> a lvont:Character ;
    lvont:represents "𒂁"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN DUG"@en .

<http://lexvo.org/id/char/12082> a lvont:Character ;
    lvont:represents "𒂂"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN DUGUD"@en .

<http://lexvo.org/id/char/12083> a lvont:Character ;
    lvont:represents "𒂃"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN DUH"@en .

<http://lexvo.org/id/char/12084> a lvont:Character ;
    lvont:represents "𒂄"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN DUN"@en .

<http://lexvo.org/id/char/12085> a lvont:Character ;
    lvont:represents "𒂅"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN DUN3"@en .

<http://lexvo.org/id/char/12086> a lvont:Character ;
    lvont:represents "𒂆"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN DUN3 GUNU"@en .

<http://lexvo.org/id/char/12087> a lvont:Character ;
    lvont:represents "𒂇"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN DUN3 GUNU GUNU"@en .

<http://lexvo.org/id/char/12088> a lvont:Character ;
    lvont:represents "𒂈"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN DUN4"@en .

<http://lexvo.org/id/char/12089> a lvont:Character ;
    lvont:represents "𒂉"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN DUR2"@en .

<http://lexvo.org/id/char/1208A> a lvont:Character ;
    lvont:represents "𒂊"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN E"@en .

<http://lexvo.org/id/char/1208B> a lvont:Character ;
    lvont:represents "𒂋"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN E TIMES PAP"@en .

<http://lexvo.org/id/char/1208C> a lvont:Character ;
    lvont:represents "𒂌"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN E OVER E NUN OVER NUN"@en .

<http://lexvo.org/id/char/1208D> a lvont:Character ;
    lvont:represents "𒂍"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN E2"@en .

<http://lexvo.org/id/char/1208E> a lvont:Character ;
    lvont:represents "𒂎"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN E2 TIMES A PLUS HA PLUS DA"@en .

<http://lexvo.org/id/char/1208F> a lvont:Character ;
    lvont:represents "𒂏"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN E2 TIMES GAR"@en .

<http://lexvo.org/id/char/1209> a lvont:Character ;
    lvont:represents "ሉ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE LU"@en .

<http://lexvo.org/id/char/12090> a lvont:Character ;
    lvont:represents "𒂐"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN E2 TIMES MI"@en .

<http://lexvo.org/id/char/12091> a lvont:Character ;
    lvont:represents "𒂑"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN E2 TIMES SAL"@en .

<http://lexvo.org/id/char/12092> a lvont:Character ;
    lvont:represents "𒂒"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN E2 TIMES SHE"@en .

<http://lexvo.org/id/char/12093> a lvont:Character ;
    lvont:represents "𒂓"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN E2 TIMES U"@en .

<http://lexvo.org/id/char/12094> a lvont:Character ;
    lvont:represents "𒂔"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN EDIN"@en .

<http://lexvo.org/id/char/12095> a lvont:Character ;
    lvont:represents "𒂕"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN EGIR"@en .

<http://lexvo.org/id/char/12096> a lvont:Character ;
    lvont:represents "𒂖"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN EL"@en .

<http://lexvo.org/id/char/12097> a lvont:Character ;
    lvont:represents "𒂗"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN EN"@en .

<http://lexvo.org/id/char/12098> a lvont:Character ;
    lvont:represents "𒂘"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN EN TIMES GAN2"@en .

<http://lexvo.org/id/char/12099> a lvont:Character ;
    lvont:represents "𒂙"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN EN TIMES GAN2 TENU"@en .

<http://lexvo.org/id/char/1209A> a lvont:Character ;
    lvont:represents "𒂚"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN EN TIMES ME"@en .

<http://lexvo.org/id/char/1209B> a lvont:Character ;
    lvont:represents "𒂛"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN EN CROSSING EN"@en .

<http://lexvo.org/id/char/1209C> a lvont:Character ;
    lvont:represents "𒂜"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN EN OPPOSING EN"@en .

<http://lexvo.org/id/char/1209D> a lvont:Character ;
    lvont:represents "𒂝"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN EN SQUARED"@en .

<http://lexvo.org/id/char/1209E> a lvont:Character ;
    lvont:represents "𒂞"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN EREN"@en .

<http://lexvo.org/id/char/1209F> a lvont:Character ;
    lvont:represents "𒂟"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN ERIN2"@en .

<http://lexvo.org/id/char/120A> a lvont:Character ;
    lvont:represents "ሊ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE LI"@en .

<http://lexvo.org/id/char/120A0> a lvont:Character ;
    lvont:represents "𒂠"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN ESH2"@en .

<http://lexvo.org/id/char/120A1> a lvont:Character ;
    lvont:represents "𒂡"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN EZEN"@en .

<http://lexvo.org/id/char/120A2> a lvont:Character ;
    lvont:represents "𒂢"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN EZEN TIMES A"@en .

<http://lexvo.org/id/char/120A3> a lvont:Character ;
    lvont:represents "𒂣"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN EZEN TIMES A PLUS LAL"@en .

<http://lexvo.org/id/char/120A4> a lvont:Character ;
    lvont:represents "𒂤"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN EZEN TIMES A PLUS LAL TIMES LAL"@en .

<http://lexvo.org/id/char/120A5> a lvont:Character ;
    lvont:represents "𒂥"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN EZEN TIMES AN"@en .

<http://lexvo.org/id/char/120A6> a lvont:Character ;
    lvont:represents "𒂦"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN EZEN TIMES BAD"@en .

<http://lexvo.org/id/char/120A7> a lvont:Character ;
    lvont:represents "𒂧"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN EZEN TIMES DUN3 GUNU"@en .

<http://lexvo.org/id/char/120A8> a lvont:Character ;
    lvont:represents "𒂨"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN EZEN TIMES DUN3 GUNU GUNU"@en .

<http://lexvo.org/id/char/120A9> a lvont:Character ;
    lvont:represents "𒂩"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN EZEN TIMES HA"@en .

<http://lexvo.org/id/char/120AA> a lvont:Character ;
    lvont:represents "𒂪"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN EZEN TIMES HA GUNU"@en .

<http://lexvo.org/id/char/120AB> a lvont:Character ;
    lvont:represents "𒂫"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN EZEN TIMES IGI GUNU"@en .

<http://lexvo.org/id/char/120AC> a lvont:Character ;
    lvont:represents "𒂬"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN EZEN TIMES KASKAL"@en .

<http://lexvo.org/id/char/120AD> a lvont:Character ;
    lvont:represents "𒂭"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN EZEN TIMES KASKAL SQUARED"@en .

<http://lexvo.org/id/char/120AE> a lvont:Character ;
    lvont:represents "𒂮"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN EZEN TIMES KU3"@en .

<http://lexvo.org/id/char/120AF> a lvont:Character ;
    lvont:represents "𒂯"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN EZEN TIMES LA"@en .

<http://lexvo.org/id/char/120B> a lvont:Character ;
    lvont:represents "ላ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE LAA"@en .

<http://lexvo.org/id/char/120B0> a lvont:Character ;
    lvont:represents "𒂰"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN EZEN TIMES LAL TIMES LAL"@en .

<http://lexvo.org/id/char/120B1> a lvont:Character ;
    lvont:represents "𒂱"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN EZEN TIMES LI"@en .

<http://lexvo.org/id/char/120B2> a lvont:Character ;
    lvont:represents "𒂲"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN EZEN TIMES LU"@en .

<http://lexvo.org/id/char/120B3> a lvont:Character ;
    lvont:represents "𒂳"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN EZEN TIMES U2"@en .

<http://lexvo.org/id/char/120B4> a lvont:Character ;
    lvont:represents "𒂴"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN EZEN TIMES UD"@en .

<http://lexvo.org/id/char/120B5> a lvont:Character ;
    lvont:represents "𒂵"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN GA"@en .

<http://lexvo.org/id/char/120B6> a lvont:Character ;
    lvont:represents "𒂶"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN GA GUNU"@en .

<http://lexvo.org/id/char/120B7> a lvont:Character ;
    lvont:represents "𒂷"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN GA2"@en .

<http://lexvo.org/id/char/120B8> a lvont:Character ;
    lvont:represents "𒂸"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN GA2 TIMES A PLUS DA PLUS HA"@en .

<http://lexvo.org/id/char/120B9> a lvont:Character ;
    lvont:represents "𒂹"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN GA2 TIMES A PLUS HA"@en .

<http://lexvo.org/id/char/120BA> a lvont:Character ;
    lvont:represents "𒂺"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN GA2 TIMES A PLUS IGI"@en .

<http://lexvo.org/id/char/120BB> a lvont:Character ;
    lvont:represents "𒂻"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN GA2 TIMES AB2 TENU PLUS TAB"@en .

<http://lexvo.org/id/char/120BC> a lvont:Character ;
    lvont:represents "𒂼"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN GA2 TIMES AN"@en .

<http://lexvo.org/id/char/120BD> a lvont:Character ;
    lvont:represents "𒂽"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN GA2 TIMES ASH"@en .

<http://lexvo.org/id/char/120BE> a lvont:Character ;
    lvont:represents "𒂾"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN GA2 TIMES ASH2 PLUS GAL"@en .

<http://lexvo.org/id/char/120BF> a lvont:Character ;
    lvont:represents "𒂿"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN GA2 TIMES BAD"@en .

<http://lexvo.org/id/char/120C> a lvont:Character ;
    lvont:represents "ሌ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE LEE"@en .

<http://lexvo.org/id/char/120C0> a lvont:Character ;
    lvont:represents "𒃀"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN GA2 TIMES BAR PLUS RA"@en .

<http://lexvo.org/id/char/120C1> a lvont:Character ;
    lvont:represents "𒃁"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN GA2 TIMES BUR"@en .

<http://lexvo.org/id/char/120C2> a lvont:Character ;
    lvont:represents "𒃂"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN GA2 TIMES BUR PLUS RA"@en .

<http://lexvo.org/id/char/120C3> a lvont:Character ;
    lvont:represents "𒃃"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN GA2 TIMES DA"@en .

<http://lexvo.org/id/char/120C4> a lvont:Character ;
    lvont:represents "𒃄"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN GA2 TIMES DI"@en .

<http://lexvo.org/id/char/120C5> a lvont:Character ;
    lvont:represents "𒃅"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN GA2 TIMES DIM TIMES SHE"@en .

<http://lexvo.org/id/char/120C6> a lvont:Character ;
    lvont:represents "𒃆"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN GA2 TIMES DUB"@en .

<http://lexvo.org/id/char/120C7> a lvont:Character ;
    lvont:represents "𒃇"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN GA2 TIMES EL"@en .

<http://lexvo.org/id/char/120C8> a lvont:Character ;
    lvont:represents "𒃈"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN GA2 TIMES EL PLUS LA"@en .

<http://lexvo.org/id/char/120C9> a lvont:Character ;
    lvont:represents "𒃉"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN GA2 TIMES EN"@en .

<http://lexvo.org/id/char/120CA> a lvont:Character ;
    lvont:represents "𒃊"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN GA2 TIMES EN TIMES GAN2 TENU"@en .

<http://lexvo.org/id/char/120CB> a lvont:Character ;
    lvont:represents "𒃋"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN GA2 TIMES GAN2 TENU"@en .

<http://lexvo.org/id/char/120CC> a lvont:Character ;
    lvont:represents "𒃌"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN GA2 TIMES GAR"@en .

<http://lexvo.org/id/char/120CD> a lvont:Character ;
    lvont:represents "𒃍"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN GA2 TIMES GI"@en .

<http://lexvo.org/id/char/120CE> a lvont:Character ;
    lvont:represents "𒃎"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN GA2 TIMES GI4"@en .

<http://lexvo.org/id/char/120CF> a lvont:Character ;
    lvont:represents "𒃏"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN GA2 TIMES GI4 PLUS A"@en .

<http://lexvo.org/id/char/120D> a lvont:Character ;
    lvont:represents "ል"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE LE"@en .

<http://lexvo.org/id/char/120D0> a lvont:Character ;
    lvont:represents "𒃐"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN GA2 TIMES GIR2 PLUS SU"@en .

<http://lexvo.org/id/char/120D1> a lvont:Character ;
    lvont:represents "𒃑"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN GA2 TIMES HA PLUS LU PLUS ESH2"@en .

<http://lexvo.org/id/char/120D2> a lvont:Character ;
    lvont:represents "𒃒"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN GA2 TIMES HAL"@en .

<http://lexvo.org/id/char/120D3> a lvont:Character ;
    lvont:represents "𒃓"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN GA2 TIMES HAL PLUS LA"@en .

<http://lexvo.org/id/char/120D4> a lvont:Character ;
    lvont:represents "𒃔"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN GA2 TIMES HI PLUS LI"@en .

<http://lexvo.org/id/char/120D5> a lvont:Character ;
    lvont:represents "𒃕"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN GA2 TIMES HUB2"@en .

<http://lexvo.org/id/char/120D6> a lvont:Character ;
    lvont:represents "𒃖"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN GA2 TIMES IGI GUNU"@en .

<http://lexvo.org/id/char/120D7> a lvont:Character ;
    lvont:represents "𒃗"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN GA2 TIMES ISH PLUS HU PLUS ASH"@en .

<http://lexvo.org/id/char/120D8> a lvont:Character ;
    lvont:represents "𒃘"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN GA2 TIMES KAK"@en .

<http://lexvo.org/id/char/120D9> a lvont:Character ;
    lvont:represents "𒃙"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN GA2 TIMES KASKAL"@en .

<http://lexvo.org/id/char/120DA> a lvont:Character ;
    lvont:represents "𒃚"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN GA2 TIMES KID"@en .

<http://lexvo.org/id/char/120DB> a lvont:Character ;
    lvont:represents "𒃛"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN GA2 TIMES KID PLUS LAL"@en .

<http://lexvo.org/id/char/120DC> a lvont:Character ;
    lvont:represents "𒃜"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN GA2 TIMES KU3 PLUS AN"@en .

<http://lexvo.org/id/char/120DD> a lvont:Character ;
    lvont:represents "𒃝"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN GA2 TIMES LA"@en .

<http://lexvo.org/id/char/120DE> a lvont:Character ;
    lvont:represents "𒃞"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN GA2 TIMES ME PLUS EN"@en .

<http://lexvo.org/id/char/120DF> a lvont:Character ;
    lvont:represents "𒃟"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN GA2 TIMES MI"@en .

<http://lexvo.org/id/char/120E> a lvont:Character ;
    lvont:represents "ሎ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE LO"@en .

<http://lexvo.org/id/char/120E0> a lvont:Character ;
    lvont:represents "𒃠"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN GA2 TIMES NUN"@en .

<http://lexvo.org/id/char/120E1> a lvont:Character ;
    lvont:represents "𒃡"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN GA2 TIMES NUN OVER NUN"@en .

<http://lexvo.org/id/char/120E2> a lvont:Character ;
    lvont:represents "𒃢"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN GA2 TIMES PA"@en .

<http://lexvo.org/id/char/120E3> a lvont:Character ;
    lvont:represents "𒃣"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN GA2 TIMES SAL"@en .

<http://lexvo.org/id/char/120E4> a lvont:Character ;
    lvont:represents "𒃤"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN GA2 TIMES SAR"@en .

<http://lexvo.org/id/char/120E5> a lvont:Character ;
    lvont:represents "𒃥"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN GA2 TIMES SHE"@en .

<http://lexvo.org/id/char/120E6> a lvont:Character ;
    lvont:represents "𒃦"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN GA2 TIMES SHE PLUS TUR"@en .

<http://lexvo.org/id/char/120E7> a lvont:Character ;
    lvont:represents "𒃧"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN GA2 TIMES SHID"@en .

<http://lexvo.org/id/char/120E8> a lvont:Character ;
    lvont:represents "𒃨"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN GA2 TIMES SUM"@en .

<http://lexvo.org/id/char/120E9> a lvont:Character ;
    lvont:represents "𒃩"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN GA2 TIMES TAK4"@en .

<http://lexvo.org/id/char/120EA> a lvont:Character ;
    lvont:represents "𒃪"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN GA2 TIMES U"@en .

<http://lexvo.org/id/char/120EB> a lvont:Character ;
    lvont:represents "𒃫"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN GA2 TIMES UD"@en .

<http://lexvo.org/id/char/120EC> a lvont:Character ;
    lvont:represents "𒃬"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN GA2 TIMES UD PLUS DU"@en .

<http://lexvo.org/id/char/120ED> a lvont:Character ;
    lvont:represents "𒃭"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN GA2 OVER GA2"@en .

<http://lexvo.org/id/char/120EE> a lvont:Character ;
    lvont:represents "𒃮"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN GABA"@en .

<http://lexvo.org/id/char/120EF> a lvont:Character ;
    lvont:represents "𒃯"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN GABA CROSSING GABA"@en .

<http://lexvo.org/id/char/120F> a lvont:Character ;
    lvont:represents "ሏ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE LWA"@en .

<http://lexvo.org/id/char/120F0> a lvont:Character ;
    lvont:represents "𒃰"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN GAD"@en .

<http://lexvo.org/id/char/120F1> a lvont:Character ;
    lvont:represents "𒃱"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN GAD OVER GAD GAR OVER GAR"@en .

<http://lexvo.org/id/char/120F2> a lvont:Character ;
    lvont:represents "𒃲"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN GAL"@en .

<http://lexvo.org/id/char/120F3> a lvont:Character ;
    lvont:represents "𒃳"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN GAL GAD OVER GAD GAR OVER GAR"@en .

<http://lexvo.org/id/char/120F4> a lvont:Character ;
    lvont:represents "𒃴"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN GALAM"@en .

<http://lexvo.org/id/char/120F5> a lvont:Character ;
    lvont:represents "𒃵"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN GAM"@en .

<http://lexvo.org/id/char/120F6> a lvont:Character ;
    lvont:represents "𒃶"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN GAN"@en .

<http://lexvo.org/id/char/120F7> a lvont:Character ;
    lvont:represents "𒃷"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN GAN2"@en .

<http://lexvo.org/id/char/120F8> a lvont:Character ;
    lvont:represents "𒃸"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN GAN2 TENU"@en .

<http://lexvo.org/id/char/120F9> a lvont:Character ;
    lvont:represents "𒃹"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN GAN2 OVER GAN2"@en .

<http://lexvo.org/id/char/120FA> a lvont:Character ;
    lvont:represents "𒃺"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN GAN2 CROSSING GAN2"@en .

<http://lexvo.org/id/char/120FB> a lvont:Character ;
    lvont:represents "𒃻"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN GAR"@en .

<http://lexvo.org/id/char/120FC> a lvont:Character ;
    lvont:represents "𒃼"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN GAR3"@en .

<http://lexvo.org/id/char/120FD> a lvont:Character ;
    lvont:represents "𒃽"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN GASHAN"@en .

<http://lexvo.org/id/char/120FE> a lvont:Character ;
    lvont:represents "𒃾"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN GESHTIN"@en .

<http://lexvo.org/id/char/120FF> a lvont:Character ;
    lvont:represents "𒃿"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN GESHTIN TIMES KUR"@en .

<http://lexvo.org/id/char/1210> a lvont:Character ;
    lvont:represents "ሐ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE HHA"@en .

<http://lexvo.org/id/char/12100> a lvont:Character ;
    lvont:represents "𒄀"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN GI"@en .

<http://lexvo.org/id/char/12101> a lvont:Character ;
    lvont:represents "𒄁"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN GI TIMES E"@en .

<http://lexvo.org/id/char/12102> a lvont:Character ;
    lvont:represents "𒄂"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN GI TIMES U"@en .

<http://lexvo.org/id/char/12103> a lvont:Character ;
    lvont:represents "𒄃"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN GI CROSSING GI"@en .

<http://lexvo.org/id/char/12104> a lvont:Character ;
    lvont:represents "𒄄"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN GI4"@en .

<http://lexvo.org/id/char/12105> a lvont:Character ;
    lvont:represents "𒄅"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN GI4 OVER GI4"@en .

<http://lexvo.org/id/char/12106> a lvont:Character ;
    lvont:represents "𒄆"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN GI4 CROSSING GI4"@en .

<http://lexvo.org/id/char/12107> a lvont:Character ;
    lvont:represents "𒄇"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN GIDIM"@en .

<http://lexvo.org/id/char/12108> a lvont:Character ;
    lvont:represents "𒄈"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN GIR2"@en .

<http://lexvo.org/id/char/12109> a lvont:Character ;
    lvont:represents "𒄉"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN GIR2 GUNU"@en .

<http://lexvo.org/id/char/1210A> a lvont:Character ;
    lvont:represents "𒄊"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN GIR3"@en .

<http://lexvo.org/id/char/1210B> a lvont:Character ;
    lvont:represents "𒄋"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN GIR3 TIMES A PLUS IGI"@en .

<http://lexvo.org/id/char/1210C> a lvont:Character ;
    lvont:represents "𒄌"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN GIR3 TIMES GAN2 TENU"@en .

<http://lexvo.org/id/char/1210D> a lvont:Character ;
    lvont:represents "𒄍"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN GIR3 TIMES IGI"@en .

<http://lexvo.org/id/char/1210E> a lvont:Character ;
    lvont:represents "𒄎"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN GIR3 TIMES LU PLUS IGI"@en .

<http://lexvo.org/id/char/1210F> a lvont:Character ;
    lvont:represents "𒄏"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN GIR3 TIMES PA"@en .

<http://lexvo.org/id/char/1211> a lvont:Character ;
    lvont:represents "ሑ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE HHU"@en .

<http://lexvo.org/id/char/12110> a lvont:Character ;
    lvont:represents "𒄐"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN GISAL"@en .

<http://lexvo.org/id/char/12111> a lvont:Character ;
    lvont:represents "𒄑"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN GISH"@en .

<http://lexvo.org/id/char/12112> a lvont:Character ;
    lvont:represents "𒄒"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN GISH CROSSING GISH"@en .

<http://lexvo.org/id/char/12113> a lvont:Character ;
    lvont:represents "𒄓"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN GISH TIMES BAD"@en .

<http://lexvo.org/id/char/12114> a lvont:Character ;
    lvont:represents "𒄔"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN GISH TIMES TAK4"@en .

<http://lexvo.org/id/char/12115> a lvont:Character ;
    lvont:represents "𒄕"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN GISH TENU"@en .

<http://lexvo.org/id/char/12116> a lvont:Character ;
    lvont:represents "𒄖"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN GU"@en .

<http://lexvo.org/id/char/12117> a lvont:Character ;
    lvont:represents "𒄗"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN GU CROSSING GU"@en .

<http://lexvo.org/id/char/12118> a lvont:Character ;
    lvont:represents "𒄘"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN GU2"@en .

<http://lexvo.org/id/char/12119> a lvont:Character ;
    lvont:represents "𒄙"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN GU2 TIMES KAK"@en .

<http://lexvo.org/id/char/1211A> a lvont:Character ;
    lvont:represents "𒄚"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN GU2 TIMES KAK TIMES IGI GUNU"@en .

<http://lexvo.org/id/char/1211B> a lvont:Character ;
    lvont:represents "𒄛"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN GU2 TIMES NUN"@en .

<http://lexvo.org/id/char/1211C> a lvont:Character ;
    lvont:represents "𒄜"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN GU2 TIMES SAL PLUS TUG2"@en .

<http://lexvo.org/id/char/1211D> a lvont:Character ;
    lvont:represents "𒄝"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN GU2 GUNU"@en .

<http://lexvo.org/id/char/1211E> a lvont:Character ;
    lvont:represents "𒄞"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN GUD"@en .

<http://lexvo.org/id/char/1211F> a lvont:Character ;
    lvont:represents "𒄟"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN GUD TIMES A PLUS KUR"@en .

<http://lexvo.org/id/char/1212> a lvont:Character ;
    lvont:represents "ሒ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE HHI"@en .

<http://lexvo.org/id/char/12120> a lvont:Character ;
    lvont:represents "𒄠"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN GUD TIMES KUR"@en .

<http://lexvo.org/id/char/12121> a lvont:Character ;
    lvont:represents "𒄡"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN GUD OVER GUD LUGAL"@en .

<http://lexvo.org/id/char/12122> a lvont:Character ;
    lvont:represents "𒄢"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN GUL"@en .

<http://lexvo.org/id/char/12123> a lvont:Character ;
    lvont:represents "𒄣"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN GUM"@en .

<http://lexvo.org/id/char/12124> a lvont:Character ;
    lvont:represents "𒄤"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN GUM TIMES SHE"@en .

<http://lexvo.org/id/char/12125> a lvont:Character ;
    lvont:represents "𒄥"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN GUR"@en .

<http://lexvo.org/id/char/12126> a lvont:Character ;
    lvont:represents "𒄦"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN GUR7"@en .

<http://lexvo.org/id/char/12127> a lvont:Character ;
    lvont:represents "𒄧"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN GURUN"@en .

<http://lexvo.org/id/char/12128> a lvont:Character ;
    lvont:represents "𒄨"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN GURUSH"@en .

<http://lexvo.org/id/char/12129> a lvont:Character ;
    lvont:represents "𒄩"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN HA"@en .

<http://lexvo.org/id/char/1212A> a lvont:Character ;
    lvont:represents "𒄪"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN HA TENU"@en .

<http://lexvo.org/id/char/1212B> a lvont:Character ;
    lvont:represents "𒄫"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN HA GUNU"@en .

<http://lexvo.org/id/char/1212C> a lvont:Character ;
    lvont:represents "𒄬"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN HAL"@en .

<http://lexvo.org/id/char/1212D> a lvont:Character ;
    lvont:represents "𒄭"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN HI"@en .

<http://lexvo.org/id/char/1212E> a lvont:Character ;
    lvont:represents "𒄮"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN HI TIMES ASH"@en .

<http://lexvo.org/id/char/1212F> a lvont:Character ;
    lvont:represents "𒄯"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN HI TIMES ASH2"@en .

<http://lexvo.org/id/char/1213> a lvont:Character ;
    lvont:represents "ሓ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE HHAA"@en .

<http://lexvo.org/id/char/12130> a lvont:Character ;
    lvont:represents "𒄰"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN HI TIMES BAD"@en .

<http://lexvo.org/id/char/12131> a lvont:Character ;
    lvont:represents "𒄱"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN HI TIMES DISH"@en .

<http://lexvo.org/id/char/12132> a lvont:Character ;
    lvont:represents "𒄲"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN HI TIMES GAD"@en .

<http://lexvo.org/id/char/12133> a lvont:Character ;
    lvont:represents "𒄳"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN HI TIMES KIN"@en .

<http://lexvo.org/id/char/12134> a lvont:Character ;
    lvont:represents "𒄴"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN HI TIMES NUN"@en .

<http://lexvo.org/id/char/12135> a lvont:Character ;
    lvont:represents "𒄵"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN HI TIMES SHE"@en .

<http://lexvo.org/id/char/12136> a lvont:Character ;
    lvont:represents "𒄶"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN HI TIMES U"@en .

<http://lexvo.org/id/char/12137> a lvont:Character ;
    lvont:represents "𒄷"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN HU"@en .

<http://lexvo.org/id/char/12138> a lvont:Character ;
    lvont:represents "𒄸"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN HUB2"@en .

<http://lexvo.org/id/char/12139> a lvont:Character ;
    lvont:represents "𒄹"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN HUB2 TIMES AN"@en .

<http://lexvo.org/id/char/1213A> a lvont:Character ;
    lvont:represents "𒄺"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN HUB2 TIMES HAL"@en .

<http://lexvo.org/id/char/1213B> a lvont:Character ;
    lvont:represents "𒄻"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN HUB2 TIMES KASKAL"@en .

<http://lexvo.org/id/char/1213C> a lvont:Character ;
    lvont:represents "𒄼"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN HUB2 TIMES LISH"@en .

<http://lexvo.org/id/char/1213D> a lvont:Character ;
    lvont:represents "𒄽"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN HUB2 TIMES UD"@en .

<http://lexvo.org/id/char/1213E> a lvont:Character ;
    lvont:represents "𒄾"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN HUL2"@en .

<http://lexvo.org/id/char/1213F> a lvont:Character ;
    lvont:represents "𒄿"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN I"@en .

<http://lexvo.org/id/char/1214> a lvont:Character ;
    lvont:represents "ሔ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE HHEE"@en .

<http://lexvo.org/id/char/12140> a lvont:Character ;
    lvont:represents "𒅀"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN I A"@en .

<http://lexvo.org/id/char/12141> a lvont:Character ;
    lvont:represents "𒅁"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN IB"@en .

<http://lexvo.org/id/char/12142> a lvont:Character ;
    lvont:represents "𒅂"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN IDIM"@en .

<http://lexvo.org/id/char/12143> a lvont:Character ;
    lvont:represents "𒅃"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN IDIM OVER IDIM BUR"@en .

<http://lexvo.org/id/char/12144> a lvont:Character ;
    lvont:represents "𒅄"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN IDIM OVER IDIM SQUARED"@en .

<http://lexvo.org/id/char/12145> a lvont:Character ;
    lvont:represents "𒅅"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN IG"@en .

<http://lexvo.org/id/char/12146> a lvont:Character ;
    lvont:represents "𒅆"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN IGI"@en .

<http://lexvo.org/id/char/12147> a lvont:Character ;
    lvont:represents "𒅇"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN IGI DIB"@en .

<http://lexvo.org/id/char/12148> a lvont:Character ;
    lvont:represents "𒅈"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN IGI RI"@en .

<http://lexvo.org/id/char/12149> a lvont:Character ;
    lvont:represents "𒅉"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN IGI OVER IGI SHIR OVER SHIR UD OVER UD"@en .

<http://lexvo.org/id/char/1214A> a lvont:Character ;
    lvont:represents "𒅊"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN IGI GUNU"@en .

<http://lexvo.org/id/char/1214B> a lvont:Character ;
    lvont:represents "𒅋"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN IL"@en .

<http://lexvo.org/id/char/1214C> a lvont:Character ;
    lvont:represents "𒅌"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN IL TIMES GAN2 TENU"@en .

<http://lexvo.org/id/char/1214D> a lvont:Character ;
    lvont:represents "𒅍"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN IL2"@en .

<http://lexvo.org/id/char/1214E> a lvont:Character ;
    lvont:represents "𒅎"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN IM"@en .

<http://lexvo.org/id/char/1214F> a lvont:Character ;
    lvont:represents "𒅏"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN IM TIMES TAK4"@en .

<http://lexvo.org/id/char/1215> a lvont:Character ;
    lvont:represents "ሕ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE HHE"@en .

<http://lexvo.org/id/char/12150> a lvont:Character ;
    lvont:represents "𒅐"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN IM CROSSING IM"@en .

<http://lexvo.org/id/char/12151> a lvont:Character ;
    lvont:represents "𒅑"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN IM OPPOSING IM"@en .

<http://lexvo.org/id/char/12152> a lvont:Character ;
    lvont:represents "𒅒"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN IM SQUARED"@en .

<http://lexvo.org/id/char/12153> a lvont:Character ;
    lvont:represents "𒅓"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN IMIN"@en .

<http://lexvo.org/id/char/12154> a lvont:Character ;
    lvont:represents "𒅔"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN IN"@en .

<http://lexvo.org/id/char/12155> a lvont:Character ;
    lvont:represents "𒅕"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN IR"@en .

<http://lexvo.org/id/char/12156> a lvont:Character ;
    lvont:represents "𒅖"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN ISH"@en .

<http://lexvo.org/id/char/12157> a lvont:Character ;
    lvont:represents "𒅗"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN KA"@en .

<http://lexvo.org/id/char/12158> a lvont:Character ;
    lvont:represents "𒅘"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN KA TIMES A"@en .

<http://lexvo.org/id/char/12159> a lvont:Character ;
    lvont:represents "𒅙"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN KA TIMES AD"@en .

<http://lexvo.org/id/char/1215A> a lvont:Character ;
    lvont:represents "𒅚"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN KA TIMES AD PLUS KU3"@en .

<http://lexvo.org/id/char/1215B> a lvont:Character ;
    lvont:represents "𒅛"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN KA TIMES ASH2"@en .

<http://lexvo.org/id/char/1215C> a lvont:Character ;
    lvont:represents "𒅜"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN KA TIMES BAD"@en .

<http://lexvo.org/id/char/1215D> a lvont:Character ;
    lvont:represents "𒅝"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN KA TIMES BALAG"@en .

<http://lexvo.org/id/char/1215E> a lvont:Character ;
    lvont:represents "𒅞"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN KA TIMES BAR"@en .

<http://lexvo.org/id/char/1215F> a lvont:Character ;
    lvont:represents "𒅟"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN KA TIMES BI"@en .

<http://lexvo.org/id/char/1216> a lvont:Character ;
    lvont:represents "ሖ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE HHO"@en .

<http://lexvo.org/id/char/12160> a lvont:Character ;
    lvont:represents "𒅠"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN KA TIMES ERIN2"@en .

<http://lexvo.org/id/char/12161> a lvont:Character ;
    lvont:represents "𒅡"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN KA TIMES ESH2"@en .

<http://lexvo.org/id/char/12162> a lvont:Character ;
    lvont:represents "𒅢"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN KA TIMES GA"@en .

<http://lexvo.org/id/char/12163> a lvont:Character ;
    lvont:represents "𒅣"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN KA TIMES GAL"@en .

<http://lexvo.org/id/char/12164> a lvont:Character ;
    lvont:represents "𒅤"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN KA TIMES GAN2 TENU"@en .

<http://lexvo.org/id/char/12165> a lvont:Character ;
    lvont:represents "𒅥"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN KA TIMES GAR"@en .

<http://lexvo.org/id/char/12166> a lvont:Character ;
    lvont:represents "𒅦"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN KA TIMES GAR PLUS SHA3 PLUS A"@en .

<http://lexvo.org/id/char/12167> a lvont:Character ;
    lvont:represents "𒅧"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN KA TIMES GI"@en .

<http://lexvo.org/id/char/12168> a lvont:Character ;
    lvont:represents "𒅨"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN KA TIMES GIR2"@en .

<http://lexvo.org/id/char/12169> a lvont:Character ;
    lvont:represents "𒅩"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN KA TIMES GISH PLUS SAR"@en .

<http://lexvo.org/id/char/1216A> a lvont:Character ;
    lvont:represents "𒅪"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN KA TIMES GISH CROSSING GISH"@en .

<http://lexvo.org/id/char/1216B> a lvont:Character ;
    lvont:represents "𒅫"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN KA TIMES GU"@en .

<http://lexvo.org/id/char/1216C> a lvont:Character ;
    lvont:represents "𒅬"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN KA TIMES GUR7"@en .

<http://lexvo.org/id/char/1216D> a lvont:Character ;
    lvont:represents "𒅭"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN KA TIMES IGI"@en .

<http://lexvo.org/id/char/1216E> a lvont:Character ;
    lvont:represents "𒅮"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN KA TIMES IM"@en .

<http://lexvo.org/id/char/1216F> a lvont:Character ;
    lvont:represents "𒅯"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN KA TIMES KAK"@en .

<http://lexvo.org/id/char/1217> a lvont:Character ;
    lvont:represents "ሗ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE HHWA"@en .

<http://lexvo.org/id/char/12170> a lvont:Character ;
    lvont:represents "𒅰"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN KA TIMES KI"@en .

<http://lexvo.org/id/char/12171> a lvont:Character ;
    lvont:represents "𒅱"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN KA TIMES KID"@en .

<http://lexvo.org/id/char/12172> a lvont:Character ;
    lvont:represents "𒅲"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN KA TIMES LI"@en .

<http://lexvo.org/id/char/12173> a lvont:Character ;
    lvont:represents "𒅳"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN KA TIMES LU"@en .

<http://lexvo.org/id/char/12174> a lvont:Character ;
    lvont:represents "𒅴"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN KA TIMES ME"@en .

<http://lexvo.org/id/char/12175> a lvont:Character ;
    lvont:represents "𒅵"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN KA TIMES ME PLUS DU"@en .

<http://lexvo.org/id/char/12176> a lvont:Character ;
    lvont:represents "𒅶"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN KA TIMES ME PLUS GI"@en .

<http://lexvo.org/id/char/12177> a lvont:Character ;
    lvont:represents "𒅷"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN KA TIMES ME PLUS TE"@en .

<http://lexvo.org/id/char/12178> a lvont:Character ;
    lvont:represents "𒅸"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN KA TIMES MI"@en .

<http://lexvo.org/id/char/12179> a lvont:Character ;
    lvont:represents "𒅹"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN KA TIMES MI PLUS NUNUZ"@en .

<http://lexvo.org/id/char/1217A> a lvont:Character ;
    lvont:represents "𒅺"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN KA TIMES NE"@en .

<http://lexvo.org/id/char/1217B> a lvont:Character ;
    lvont:represents "𒅻"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN KA TIMES NUN"@en .

<http://lexvo.org/id/char/1217C> a lvont:Character ;
    lvont:represents "𒅼"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN KA TIMES PI"@en .

<http://lexvo.org/id/char/1217D> a lvont:Character ;
    lvont:represents "𒅽"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN KA TIMES RU"@en .

<http://lexvo.org/id/char/1217E> a lvont:Character ;
    lvont:represents "𒅾"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN KA TIMES SA"@en .

<http://lexvo.org/id/char/1217F> a lvont:Character ;
    lvont:represents "𒅿"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN KA TIMES SAR"@en .

<http://lexvo.org/id/char/1218> a lvont:Character ;
    lvont:represents "መ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE MA"@en .

<http://lexvo.org/id/char/12180> a lvont:Character ;
    lvont:represents "𒆀"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN KA TIMES SHA"@en .

<http://lexvo.org/id/char/12181> a lvont:Character ;
    lvont:represents "𒆁"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN KA TIMES SHE"@en .

<http://lexvo.org/id/char/12182> a lvont:Character ;
    lvont:represents "𒆂"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN KA TIMES SHID"@en .

<http://lexvo.org/id/char/12183> a lvont:Character ;
    lvont:represents "𒆃"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN KA TIMES SHU"@en .

<http://lexvo.org/id/char/12184> a lvont:Character ;
    lvont:represents "𒆄"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN KA TIMES SIG"@en .

<http://lexvo.org/id/char/12185> a lvont:Character ;
    lvont:represents "𒆅"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN KA TIMES SUHUR"@en .

<http://lexvo.org/id/char/12186> a lvont:Character ;
    lvont:represents "𒆆"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN KA TIMES TAR"@en .

<http://lexvo.org/id/char/12187> a lvont:Character ;
    lvont:represents "𒆇"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN KA TIMES U"@en .

<http://lexvo.org/id/char/12188> a lvont:Character ;
    lvont:represents "𒆈"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN KA TIMES U2"@en .

<http://lexvo.org/id/char/12189> a lvont:Character ;
    lvont:represents "𒆉"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN KA TIMES UD"@en .

<http://lexvo.org/id/char/1218A> a lvont:Character ;
    lvont:represents "𒆊"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN KA TIMES UMUM TIMES PA"@en .

<http://lexvo.org/id/char/1218B> a lvont:Character ;
    lvont:represents "𒆋"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN KA TIMES USH"@en .

<http://lexvo.org/id/char/1218C> a lvont:Character ;
    lvont:represents "𒆌"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN KA TIMES ZI"@en .

<http://lexvo.org/id/char/1218D> a lvont:Character ;
    lvont:represents "𒆍"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN KA2"@en .

<http://lexvo.org/id/char/1218E> a lvont:Character ;
    lvont:represents "𒆎"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN KA2 CROSSING KA2"@en .

<http://lexvo.org/id/char/1218F> a lvont:Character ;
    lvont:represents "𒆏"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN KAB"@en .

<http://lexvo.org/id/char/1219> a lvont:Character ;
    lvont:represents "ሙ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE MU"@en .

<http://lexvo.org/id/char/12190> a lvont:Character ;
    lvont:represents "𒆐"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN KAD2"@en .

<http://lexvo.org/id/char/12191> a lvont:Character ;
    lvont:represents "𒆑"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN KAD3"@en .

<http://lexvo.org/id/char/12192> a lvont:Character ;
    lvont:represents "𒆒"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN KAD4"@en .

<http://lexvo.org/id/char/12193> a lvont:Character ;
    lvont:represents "𒆓"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN KAD5"@en .

<http://lexvo.org/id/char/12194> a lvont:Character ;
    lvont:represents "𒆔"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN KAD5 OVER KAD5"@en .

<http://lexvo.org/id/char/12195> a lvont:Character ;
    lvont:represents "𒆕"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN KAK"@en .

<http://lexvo.org/id/char/12196> a lvont:Character ;
    lvont:represents "𒆖"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN KAK TIMES IGI GUNU"@en .

<http://lexvo.org/id/char/12197> a lvont:Character ;
    lvont:represents "𒆗"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN KAL"@en .

<http://lexvo.org/id/char/12198> a lvont:Character ;
    lvont:represents "𒆘"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN KAL TIMES BAD"@en .

<http://lexvo.org/id/char/12199> a lvont:Character ;
    lvont:represents "𒆙"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN KAL CROSSING KAL"@en .

<http://lexvo.org/id/char/1219A> a lvont:Character ;
    lvont:represents "𒆚"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN KAM2"@en .

<http://lexvo.org/id/char/1219B> a lvont:Character ;
    lvont:represents "𒆛"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN KAM4"@en .

<http://lexvo.org/id/char/1219C> a lvont:Character ;
    lvont:represents "𒆜"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN KASKAL"@en .

<http://lexvo.org/id/char/1219D> a lvont:Character ;
    lvont:represents "𒆝"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN KASKAL LAGAB TIMES U OVER LAGAB TIMES U"@en .

<http://lexvo.org/id/char/1219E> a lvont:Character ;
    lvont:represents "𒆞"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN KASKAL OVER KASKAL LAGAB TIMES U OVER LAGAB TIMES U"@en .

<http://lexvo.org/id/char/1219F> a lvont:Character ;
    lvont:represents "𒆟"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN KESH2"@en .

<http://lexvo.org/id/char/121A> a lvont:Character ;
    lvont:represents "ሚ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE MI"@en .

<http://lexvo.org/id/char/121A0> a lvont:Character ;
    lvont:represents "𒆠"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN KI"@en .

<http://lexvo.org/id/char/121A1> a lvont:Character ;
    lvont:represents "𒆡"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN KI TIMES BAD"@en .

<http://lexvo.org/id/char/121A2> a lvont:Character ;
    lvont:represents "𒆢"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN KI TIMES U"@en .

<http://lexvo.org/id/char/121A3> a lvont:Character ;
    lvont:represents "𒆣"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN KI TIMES UD"@en .

<http://lexvo.org/id/char/121A4> a lvont:Character ;
    lvont:represents "𒆤"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN KID"@en .

<http://lexvo.org/id/char/121A5> a lvont:Character ;
    lvont:represents "𒆥"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN KIN"@en .

<http://lexvo.org/id/char/121A6> a lvont:Character ;
    lvont:represents "𒆦"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN KISAL"@en .

<http://lexvo.org/id/char/121A7> a lvont:Character ;
    lvont:represents "𒆧"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN KISH"@en .

<http://lexvo.org/id/char/121A8> a lvont:Character ;
    lvont:represents "𒆨"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN KISIM5"@en .

<http://lexvo.org/id/char/121A9> a lvont:Character ;
    lvont:represents "𒆩"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN KISIM5 OVER KISIM5"@en .

<http://lexvo.org/id/char/121AA> a lvont:Character ;
    lvont:represents "𒆪"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN KU"@en .

<http://lexvo.org/id/char/121AB> a lvont:Character ;
    lvont:represents "𒆫"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN KU OVER HI TIMES ASH2 KU OVER HI TIMES ASH2"@en .

<http://lexvo.org/id/char/121AC> a lvont:Character ;
    lvont:represents "𒆬"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN KU3"@en .

<http://lexvo.org/id/char/121AD> a lvont:Character ;
    lvont:represents "𒆭"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN KU4"@en .

<http://lexvo.org/id/char/121AE> a lvont:Character ;
    lvont:represents "𒆮"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN KU4 VARIANT FORM"@en .

<http://lexvo.org/id/char/121AF> a lvont:Character ;
    lvont:represents "𒆯"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN KU7"@en .

<http://lexvo.org/id/char/121B> a lvont:Character ;
    lvont:represents "ማ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE MAA"@en .

<http://lexvo.org/id/char/121B0> a lvont:Character ;
    lvont:represents "𒆰"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN KUL"@en .

<http://lexvo.org/id/char/121B1> a lvont:Character ;
    lvont:represents "𒆱"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN KUL GUNU"@en .

<http://lexvo.org/id/char/121B2> a lvont:Character ;
    lvont:represents "𒆲"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN KUN"@en .

<http://lexvo.org/id/char/121B3> a lvont:Character ;
    lvont:represents "𒆳"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN KUR"@en .

<http://lexvo.org/id/char/121B4> a lvont:Character ;
    lvont:represents "𒆴"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN KUR OPPOSING KUR"@en .

<http://lexvo.org/id/char/121B5> a lvont:Character ;
    lvont:represents "𒆵"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN KUSHU2"@en .

<http://lexvo.org/id/char/121B6> a lvont:Character ;
    lvont:represents "𒆶"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN KWU318"@en .

<http://lexvo.org/id/char/121B7> a lvont:Character ;
    lvont:represents "𒆷"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN LA"@en .

<http://lexvo.org/id/char/121B8> a lvont:Character ;
    lvont:represents "𒆸"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN LAGAB"@en .

<http://lexvo.org/id/char/121B9> a lvont:Character ;
    lvont:represents "𒆹"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN LAGAB TIMES A"@en .

<http://lexvo.org/id/char/121BA> a lvont:Character ;
    lvont:represents "𒆺"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN LAGAB TIMES A PLUS DA PLUS HA"@en .

<http://lexvo.org/id/char/121BB> a lvont:Character ;
    lvont:represents "𒆻"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN LAGAB TIMES A PLUS GAR"@en .

<http://lexvo.org/id/char/121BC> a lvont:Character ;
    lvont:represents "𒆼"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN LAGAB TIMES A PLUS LAL"@en .

<http://lexvo.org/id/char/121BD> a lvont:Character ;
    lvont:represents "𒆽"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN LAGAB TIMES AL"@en .

<http://lexvo.org/id/char/121BE> a lvont:Character ;
    lvont:represents "𒆾"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN LAGAB TIMES AN"@en .

<http://lexvo.org/id/char/121BF> a lvont:Character ;
    lvont:represents "𒆿"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN LAGAB TIMES ASH ZIDA TENU"@en .

<http://lexvo.org/id/char/121C> a lvont:Character ;
    lvont:represents "ሜ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE MEE"@en .

<http://lexvo.org/id/char/121C0> a lvont:Character ;
    lvont:represents "𒇀"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN LAGAB TIMES BAD"@en .

<http://lexvo.org/id/char/121C1> a lvont:Character ;
    lvont:represents "𒇁"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN LAGAB TIMES BI"@en .

<http://lexvo.org/id/char/121C2> a lvont:Character ;
    lvont:represents "𒇂"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN LAGAB TIMES DAR"@en .

<http://lexvo.org/id/char/121C3> a lvont:Character ;
    lvont:represents "𒇃"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN LAGAB TIMES EN"@en .

<http://lexvo.org/id/char/121C4> a lvont:Character ;
    lvont:represents "𒇄"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN LAGAB TIMES GA"@en .

<http://lexvo.org/id/char/121C5> a lvont:Character ;
    lvont:represents "𒇅"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN LAGAB TIMES GAR"@en .

<http://lexvo.org/id/char/121C6> a lvont:Character ;
    lvont:represents "𒇆"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN LAGAB TIMES GUD"@en .

<http://lexvo.org/id/char/121C7> a lvont:Character ;
    lvont:represents "𒇇"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN LAGAB TIMES GUD PLUS GUD"@en .

<http://lexvo.org/id/char/121C8> a lvont:Character ;
    lvont:represents "𒇈"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN LAGAB TIMES HA"@en .

<http://lexvo.org/id/char/121C9> a lvont:Character ;
    lvont:represents "𒇉"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN LAGAB TIMES HAL"@en .

<http://lexvo.org/id/char/121CA> a lvont:Character ;
    lvont:represents "𒇊"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN LAGAB TIMES HI TIMES NUN"@en .

<http://lexvo.org/id/char/121CB> a lvont:Character ;
    lvont:represents "𒇋"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN LAGAB TIMES IGI GUNU"@en .

<http://lexvo.org/id/char/121CC> a lvont:Character ;
    lvont:represents "𒇌"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN LAGAB TIMES IM"@en .

<http://lexvo.org/id/char/121CD> a lvont:Character ;
    lvont:represents "𒇍"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN LAGAB TIMES IM PLUS HA"@en .

<http://lexvo.org/id/char/121CE> a lvont:Character ;
    lvont:represents "𒇎"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN LAGAB TIMES IM PLUS LU"@en .

<http://lexvo.org/id/char/121CF> a lvont:Character ;
    lvont:represents "𒇏"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN LAGAB TIMES KI"@en .

<http://lexvo.org/id/char/121D> a lvont:Character ;
    lvont:represents "ም"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE ME"@en .

<http://lexvo.org/id/char/121D0> a lvont:Character ;
    lvont:represents "𒇐"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN LAGAB TIMES KIN"@en .

<http://lexvo.org/id/char/121D1> a lvont:Character ;
    lvont:represents "𒇑"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN LAGAB TIMES KU3"@en .

<http://lexvo.org/id/char/121D2> a lvont:Character ;
    lvont:represents "𒇒"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN LAGAB TIMES KUL"@en .

<http://lexvo.org/id/char/121D3> a lvont:Character ;
    lvont:represents "𒇓"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN LAGAB TIMES KUL PLUS HI PLUS A"@en .

<http://lexvo.org/id/char/121D4> a lvont:Character ;
    lvont:represents "𒇔"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN LAGAB TIMES LAGAB"@en .

<http://lexvo.org/id/char/121D5> a lvont:Character ;
    lvont:represents "𒇕"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN LAGAB TIMES LISH"@en .

<http://lexvo.org/id/char/121D6> a lvont:Character ;
    lvont:represents "𒇖"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN LAGAB TIMES LU"@en .

<http://lexvo.org/id/char/121D7> a lvont:Character ;
    lvont:represents "𒇗"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN LAGAB TIMES LUL"@en .

<http://lexvo.org/id/char/121D8> a lvont:Character ;
    lvont:represents "𒇘"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN LAGAB TIMES ME"@en .

<http://lexvo.org/id/char/121D9> a lvont:Character ;
    lvont:represents "𒇙"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN LAGAB TIMES ME PLUS EN"@en .

<http://lexvo.org/id/char/121DA> a lvont:Character ;
    lvont:represents "𒇚"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN LAGAB TIMES MUSH"@en .

<http://lexvo.org/id/char/121DB> a lvont:Character ;
    lvont:represents "𒇛"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN LAGAB TIMES NE"@en .

<http://lexvo.org/id/char/121DC> a lvont:Character ;
    lvont:represents "𒇜"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN LAGAB TIMES SHE PLUS SUM"@en .

<http://lexvo.org/id/char/121DD> a lvont:Character ;
    lvont:represents "𒇝"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN LAGAB TIMES SHITA PLUS GISH PLUS ERIN2"@en .

<http://lexvo.org/id/char/121DE> a lvont:Character ;
    lvont:represents "𒇞"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN LAGAB TIMES SHITA PLUS GISH TENU"@en .

<http://lexvo.org/id/char/121DF> a lvont:Character ;
    lvont:represents "𒇟"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN LAGAB TIMES SHU2"@en .

<http://lexvo.org/id/char/121E> a lvont:Character ;
    lvont:represents "ሞ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE MO"@en .

<http://lexvo.org/id/char/121E0> a lvont:Character ;
    lvont:represents "𒇠"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN LAGAB TIMES SHU2 PLUS SHU2"@en .

<http://lexvo.org/id/char/121E1> a lvont:Character ;
    lvont:represents "𒇡"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN LAGAB TIMES SUM"@en .

<http://lexvo.org/id/char/121E2> a lvont:Character ;
    lvont:represents "𒇢"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN LAGAB TIMES TAG"@en .

<http://lexvo.org/id/char/121E3> a lvont:Character ;
    lvont:represents "𒇣"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN LAGAB TIMES TAK4"@en .

<http://lexvo.org/id/char/121E4> a lvont:Character ;
    lvont:represents "𒇤"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN LAGAB TIMES TE PLUS A PLUS SU PLUS NA"@en .

<http://lexvo.org/id/char/121E5> a lvont:Character ;
    lvont:represents "𒇥"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN LAGAB TIMES U"@en .

<http://lexvo.org/id/char/121E6> a lvont:Character ;
    lvont:represents "𒇦"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN LAGAB TIMES U PLUS A"@en .

<http://lexvo.org/id/char/121E7> a lvont:Character ;
    lvont:represents "𒇧"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN LAGAB TIMES U PLUS U PLUS U"@en .

<http://lexvo.org/id/char/121E8> a lvont:Character ;
    lvont:represents "𒇨"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN LAGAB TIMES U2 PLUS ASH"@en .

<http://lexvo.org/id/char/121E9> a lvont:Character ;
    lvont:represents "𒇩"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN LAGAB TIMES UD"@en .

<http://lexvo.org/id/char/121EA> a lvont:Character ;
    lvont:represents "𒇪"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN LAGAB TIMES USH"@en .

<http://lexvo.org/id/char/121EB> a lvont:Character ;
    lvont:represents "𒇫"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN LAGAB SQUARED"@en .

<http://lexvo.org/id/char/121EC> a lvont:Character ;
    lvont:represents "𒇬"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN LAGAR"@en .

<http://lexvo.org/id/char/121ED> a lvont:Character ;
    lvont:represents "𒇭"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN LAGAR TIMES SHE"@en .

<http://lexvo.org/id/char/121EE> a lvont:Character ;
    lvont:represents "𒇮"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN LAGAR TIMES SHE PLUS SUM"@en .

<http://lexvo.org/id/char/121EF> a lvont:Character ;
    lvont:represents "𒇯"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN LAGAR GUNU"@en .

<http://lexvo.org/id/char/121F> a lvont:Character ;
    lvont:represents "ሟ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE MWA"@en .

<http://lexvo.org/id/char/121F0> a lvont:Character ;
    lvont:represents "𒇰"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN LAGAR GUNU OVER LAGAR GUNU SHE"@en .

<http://lexvo.org/id/char/121F1> a lvont:Character ;
    lvont:represents "𒇱"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN LAHSHU"@en .

<http://lexvo.org/id/char/121F2> a lvont:Character ;
    lvont:represents "𒇲"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN LAL"@en .

<http://lexvo.org/id/char/121F3> a lvont:Character ;
    lvont:represents "𒇳"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN LAL TIMES LAL"@en .

<http://lexvo.org/id/char/121F4> a lvont:Character ;
    lvont:represents "𒇴"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN LAM"@en .

<http://lexvo.org/id/char/121F5> a lvont:Character ;
    lvont:represents "𒇵"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN LAM TIMES KUR"@en .

<http://lexvo.org/id/char/121F6> a lvont:Character ;
    lvont:represents "𒇶"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN LAM TIMES KUR PLUS RU"@en .

<http://lexvo.org/id/char/121F7> a lvont:Character ;
    lvont:represents "𒇷"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN LI"@en .

<http://lexvo.org/id/char/121F8> a lvont:Character ;
    lvont:represents "𒇸"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN LIL"@en .

<http://lexvo.org/id/char/121F9> a lvont:Character ;
    lvont:represents "𒇹"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN LIMMU2"@en .

<http://lexvo.org/id/char/121FA> a lvont:Character ;
    lvont:represents "𒇺"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN LISH"@en .

<http://lexvo.org/id/char/121FB> a lvont:Character ;
    lvont:represents "𒇻"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN LU"@en .

<http://lexvo.org/id/char/121FC> a lvont:Character ;
    lvont:represents "𒇼"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN LU TIMES BAD"@en .

<http://lexvo.org/id/char/121FD> a lvont:Character ;
    lvont:represents "𒇽"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN LU2"@en .

<http://lexvo.org/id/char/121FE> a lvont:Character ;
    lvont:represents "𒇾"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN LU2 TIMES AL"@en .

<http://lexvo.org/id/char/121FF> a lvont:Character ;
    lvont:represents "𒇿"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN LU2 TIMES BAD"@en .

<http://lexvo.org/id/char/1220> a lvont:Character ;
    lvont:represents "ሠ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE SZA"@en .

<http://lexvo.org/id/char/12200> a lvont:Character ;
    lvont:represents "𒈀"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN LU2 TIMES ESH2"@en .

<http://lexvo.org/id/char/12201> a lvont:Character ;
    lvont:represents "𒈁"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN LU2 TIMES ESH2 TENU"@en .

<http://lexvo.org/id/char/12202> a lvont:Character ;
    lvont:represents "𒈂"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN LU2 TIMES GAN2 TENU"@en .

<http://lexvo.org/id/char/12203> a lvont:Character ;
    lvont:represents "𒈃"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN LU2 TIMES HI TIMES BAD"@en .

<http://lexvo.org/id/char/12204> a lvont:Character ;
    lvont:represents "𒈄"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN LU2 TIMES IM"@en .

<http://lexvo.org/id/char/12205> a lvont:Character ;
    lvont:represents "𒈅"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN LU2 TIMES KAD2"@en .

<http://lexvo.org/id/char/12206> a lvont:Character ;
    lvont:represents "𒈆"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN LU2 TIMES KAD3"@en .

<http://lexvo.org/id/char/12207> a lvont:Character ;
    lvont:represents "𒈇"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN LU2 TIMES KAD3 PLUS ASH"@en .

<http://lexvo.org/id/char/12208> a lvont:Character ;
    lvont:represents "𒈈"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN LU2 TIMES KI"@en .

<http://lexvo.org/id/char/12209> a lvont:Character ;
    lvont:represents "𒈉"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN LU2 TIMES LA PLUS ASH"@en .

<http://lexvo.org/id/char/1220A> a lvont:Character ;
    lvont:represents "𒈊"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN LU2 TIMES LAGAB"@en .

<http://lexvo.org/id/char/1220B> a lvont:Character ;
    lvont:represents "𒈋"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN LU2 TIMES ME PLUS EN"@en .

<http://lexvo.org/id/char/1220C> a lvont:Character ;
    lvont:represents "𒈌"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN LU2 TIMES NE"@en .

<http://lexvo.org/id/char/1220D> a lvont:Character ;
    lvont:represents "𒈍"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN LU2 TIMES NU"@en .

<http://lexvo.org/id/char/1220E> a lvont:Character ;
    lvont:represents "𒈎"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN LU2 TIMES SI PLUS ASH"@en .

<http://lexvo.org/id/char/1220F> a lvont:Character ;
    lvont:represents "𒈏"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN LU2 TIMES SIK2 PLUS BU"@en .

<http://lexvo.org/id/char/1221> a lvont:Character ;
    lvont:represents "ሡ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE SZU"@en .

<http://lexvo.org/id/char/12210> a lvont:Character ;
    lvont:represents "𒈐"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN LU2 TIMES TUG2"@en .

<http://lexvo.org/id/char/12211> a lvont:Character ;
    lvont:represents "𒈑"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN LU2 TENU"@en .

<http://lexvo.org/id/char/12212> a lvont:Character ;
    lvont:represents "𒈒"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN LU2 CROSSING LU2"@en .

<http://lexvo.org/id/char/12213> a lvont:Character ;
    lvont:represents "𒈓"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN LU2 OPPOSING LU2"@en .

<http://lexvo.org/id/char/12214> a lvont:Character ;
    lvont:represents "𒈔"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN LU2 SQUARED"@en .

<http://lexvo.org/id/char/12215> a lvont:Character ;
    lvont:represents "𒈕"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN LU2 SHESHIG"@en .

<http://lexvo.org/id/char/12216> a lvont:Character ;
    lvont:represents "𒈖"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN LU3"@en .

<http://lexvo.org/id/char/12217> a lvont:Character ;
    lvont:represents "𒈗"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN LUGAL"@en .

<http://lexvo.org/id/char/12218> a lvont:Character ;
    lvont:represents "𒈘"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN LUGAL OVER LUGAL"@en .

<http://lexvo.org/id/char/12219> a lvont:Character ;
    lvont:represents "𒈙"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN LUGAL OPPOSING LUGAL"@en .

<http://lexvo.org/id/char/1221A> a lvont:Character ;
    lvont:represents "𒈚"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN LUGAL SHESHIG"@en .

<http://lexvo.org/id/char/1221B> a lvont:Character ;
    lvont:represents "𒈛"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN LUH"@en .

<http://lexvo.org/id/char/1221C> a lvont:Character ;
    lvont:represents "𒈜"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN LUL"@en .

<http://lexvo.org/id/char/1221D> a lvont:Character ;
    lvont:represents "𒈝"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN LUM"@en .

<http://lexvo.org/id/char/1221E> a lvont:Character ;
    lvont:represents "𒈞"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN LUM OVER LUM"@en .

<http://lexvo.org/id/char/1221F> a lvont:Character ;
    lvont:represents "𒈟"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN LUM OVER LUM GAR OVER GAR"@en .

<http://lexvo.org/id/char/1222> a lvont:Character ;
    lvont:represents "ሢ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE SZI"@en .

<http://lexvo.org/id/char/12220> a lvont:Character ;
    lvont:represents "𒈠"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN MA"@en .

<http://lexvo.org/id/char/12221> a lvont:Character ;
    lvont:represents "𒈡"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN MA TIMES TAK4"@en .

<http://lexvo.org/id/char/12222> a lvont:Character ;
    lvont:represents "𒈢"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN MA GUNU"@en .

<http://lexvo.org/id/char/12223> a lvont:Character ;
    lvont:represents "𒈣"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN MA2"@en .

<http://lexvo.org/id/char/12224> a lvont:Character ;
    lvont:represents "𒈤"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN MAH"@en .

<http://lexvo.org/id/char/12225> a lvont:Character ;
    lvont:represents "𒈥"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN MAR"@en .

<http://lexvo.org/id/char/12226> a lvont:Character ;
    lvont:represents "𒈦"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN MASH"@en .

<http://lexvo.org/id/char/12227> a lvont:Character ;
    lvont:represents "𒈧"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN MASH2"@en .

<http://lexvo.org/id/char/12228> a lvont:Character ;
    lvont:represents "𒈨"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN ME"@en .

<http://lexvo.org/id/char/12229> a lvont:Character ;
    lvont:represents "𒈩"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN MES"@en .

<http://lexvo.org/id/char/1222A> a lvont:Character ;
    lvont:represents "𒈪"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN MI"@en .

<http://lexvo.org/id/char/1222B> a lvont:Character ;
    lvont:represents "𒈫"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN MIN"@en .

<http://lexvo.org/id/char/1222C> a lvont:Character ;
    lvont:represents "𒈬"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN MU"@en .

<http://lexvo.org/id/char/1222D> a lvont:Character ;
    lvont:represents "𒈭"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN MU OVER MU"@en .

<http://lexvo.org/id/char/1222E> a lvont:Character ;
    lvont:represents "𒈮"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN MUG"@en .

<http://lexvo.org/id/char/1222F> a lvont:Character ;
    lvont:represents "𒈯"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN MUG GUNU"@en .

<http://lexvo.org/id/char/1223> a lvont:Character ;
    lvont:represents "ሣ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE SZAA"@en .

<http://lexvo.org/id/char/12230> a lvont:Character ;
    lvont:represents "𒈰"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN MUNSUB"@en .

<http://lexvo.org/id/char/12231> a lvont:Character ;
    lvont:represents "𒈱"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN MURGU2"@en .

<http://lexvo.org/id/char/12232> a lvont:Character ;
    lvont:represents "𒈲"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN MUSH"@en .

<http://lexvo.org/id/char/12233> a lvont:Character ;
    lvont:represents "𒈳"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN MUSH TIMES A"@en .

<http://lexvo.org/id/char/12234> a lvont:Character ;
    lvont:represents "𒈴"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN MUSH TIMES KUR"@en .

<http://lexvo.org/id/char/12235> a lvont:Character ;
    lvont:represents "𒈵"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN MUSH TIMES ZA"@en .

<http://lexvo.org/id/char/12236> a lvont:Character ;
    lvont:represents "𒈶"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN MUSH OVER MUSH"@en .

<http://lexvo.org/id/char/12237> a lvont:Character ;
    lvont:represents "𒈷"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN MUSH OVER MUSH TIMES A PLUS NA"@en .

<http://lexvo.org/id/char/12238> a lvont:Character ;
    lvont:represents "𒈸"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN MUSH CROSSING MUSH"@en .

<http://lexvo.org/id/char/12239> a lvont:Character ;
    lvont:represents "𒈹"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN MUSH3"@en .

<http://lexvo.org/id/char/1223A> a lvont:Character ;
    lvont:represents "𒈺"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN MUSH3 TIMES A"@en .

<http://lexvo.org/id/char/1223B> a lvont:Character ;
    lvont:represents "𒈻"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN MUSH3 TIMES A PLUS DI"@en .

<http://lexvo.org/id/char/1223C> a lvont:Character ;
    lvont:represents "𒈼"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN MUSH3 TIMES DI"@en .

<http://lexvo.org/id/char/1223D> a lvont:Character ;
    lvont:represents "𒈽"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN MUSH3 GUNU"@en .

<http://lexvo.org/id/char/1223E> a lvont:Character ;
    lvont:represents "𒈾"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN NA"@en .

<http://lexvo.org/id/char/1223F> a lvont:Character ;
    lvont:represents "𒈿"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN NA2"@en .

<http://lexvo.org/id/char/1224> a lvont:Character ;
    lvont:represents "ሤ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE SZEE"@en .

<http://lexvo.org/id/char/12240> a lvont:Character ;
    lvont:represents "𒉀"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN NAGA"@en .

<http://lexvo.org/id/char/12241> a lvont:Character ;
    lvont:represents "𒉁"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN NAGA INVERTED"@en .

<http://lexvo.org/id/char/12242> a lvont:Character ;
    lvont:represents "𒉂"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN NAGA TIMES SHU TENU"@en .

<http://lexvo.org/id/char/12243> a lvont:Character ;
    lvont:represents "𒉃"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN NAGA OPPOSING NAGA"@en .

<http://lexvo.org/id/char/12244> a lvont:Character ;
    lvont:represents "𒉄"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN NAGAR"@en .

<http://lexvo.org/id/char/12245> a lvont:Character ;
    lvont:represents "𒉅"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN NAM NUTILLU"@en .

<http://lexvo.org/id/char/12246> a lvont:Character ;
    lvont:represents "𒉆"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN NAM"@en .

<http://lexvo.org/id/char/12247> a lvont:Character ;
    lvont:represents "𒉇"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN NAM2"@en .

<http://lexvo.org/id/char/12248> a lvont:Character ;
    lvont:represents "𒉈"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN NE"@en .

<http://lexvo.org/id/char/12249> a lvont:Character ;
    lvont:represents "𒉉"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN NE TIMES A"@en .

<http://lexvo.org/id/char/1224A> a lvont:Character ;
    lvont:represents "𒉊"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN NE TIMES UD"@en .

<http://lexvo.org/id/char/1224B> a lvont:Character ;
    lvont:represents "𒉋"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN NE SHESHIG"@en .

<http://lexvo.org/id/char/1224C> a lvont:Character ;
    lvont:represents "𒉌"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN NI"@en .

<http://lexvo.org/id/char/1224D> a lvont:Character ;
    lvont:represents "𒉍"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN NI TIMES E"@en .

<http://lexvo.org/id/char/1224E> a lvont:Character ;
    lvont:represents "𒉎"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN NI2"@en .

<http://lexvo.org/id/char/1224F> a lvont:Character ;
    lvont:represents "𒉏"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN NIM"@en .

<http://lexvo.org/id/char/1225> a lvont:Character ;
    lvont:represents "ሥ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE SZE"@en .

<http://lexvo.org/id/char/12250> a lvont:Character ;
    lvont:represents "𒉐"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN NIM TIMES GAN2 TENU"@en .

<http://lexvo.org/id/char/12251> a lvont:Character ;
    lvont:represents "𒉑"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN NIM TIMES GAR PLUS GAN2 TENU"@en .

<http://lexvo.org/id/char/12252> a lvont:Character ;
    lvont:represents "𒉒"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN NINDA2"@en .

<http://lexvo.org/id/char/12253> a lvont:Character ;
    lvont:represents "𒉓"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN NINDA2 TIMES AN"@en .

<http://lexvo.org/id/char/12254> a lvont:Character ;
    lvont:represents "𒉔"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN NINDA2 TIMES ASH"@en .

<http://lexvo.org/id/char/12255> a lvont:Character ;
    lvont:represents "𒉕"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN NINDA2 TIMES ASH PLUS ASH"@en .

<http://lexvo.org/id/char/12256> a lvont:Character ;
    lvont:represents "𒉖"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN NINDA2 TIMES GUD"@en .

<http://lexvo.org/id/char/12257> a lvont:Character ;
    lvont:represents "𒉗"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN NINDA2 TIMES ME PLUS GAN2 TENU"@en .

<http://lexvo.org/id/char/12258> a lvont:Character ;
    lvont:represents "𒉘"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN NINDA2 TIMES NE"@en .

<http://lexvo.org/id/char/12259> a lvont:Character ;
    lvont:represents "𒉙"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN NINDA2 TIMES NUN"@en .

<http://lexvo.org/id/char/1225A> a lvont:Character ;
    lvont:represents "𒉚"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN NINDA2 TIMES SHE"@en .

<http://lexvo.org/id/char/1225B> a lvont:Character ;
    lvont:represents "𒉛"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN NINDA2 TIMES SHE PLUS A AN"@en .

<http://lexvo.org/id/char/1225C> a lvont:Character ;
    lvont:represents "𒉜"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN NINDA2 TIMES SHE PLUS ASH"@en .

<http://lexvo.org/id/char/1225D> a lvont:Character ;
    lvont:represents "𒉝"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN NINDA2 TIMES SHE PLUS ASH PLUS ASH"@en .

<http://lexvo.org/id/char/1225E> a lvont:Character ;
    lvont:represents "𒉞"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN NINDA2 TIMES U2 PLUS ASH"@en .

<http://lexvo.org/id/char/1225F> a lvont:Character ;
    lvont:represents "𒉟"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN NINDA2 TIMES USH"@en .

<http://lexvo.org/id/char/1226> a lvont:Character ;
    lvont:represents "ሦ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE SZO"@en .

<http://lexvo.org/id/char/12260> a lvont:Character ;
    lvont:represents "𒉠"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN NISAG"@en .

<http://lexvo.org/id/char/12261> a lvont:Character ;
    lvont:represents "𒉡"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN NU"@en .

<http://lexvo.org/id/char/12262> a lvont:Character ;
    lvont:represents "𒉢"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN NU11"@en .

<http://lexvo.org/id/char/12263> a lvont:Character ;
    lvont:represents "𒉣"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN NUN"@en .

<http://lexvo.org/id/char/12264> a lvont:Character ;
    lvont:represents "𒉤"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN NUN LAGAR TIMES GAR"@en .

<http://lexvo.org/id/char/12265> a lvont:Character ;
    lvont:represents "𒉥"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN NUN LAGAR TIMES MASH"@en .

<http://lexvo.org/id/char/12266> a lvont:Character ;
    lvont:represents "𒉦"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN NUN LAGAR TIMES SAL"@en .

<http://lexvo.org/id/char/12267> a lvont:Character ;
    lvont:represents "𒉧"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN NUN LAGAR TIMES SAL OVER NUN LAGAR TIMES SAL"@en .

<http://lexvo.org/id/char/12268> a lvont:Character ;
    lvont:represents "𒉨"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN NUN LAGAR TIMES USH"@en .

<http://lexvo.org/id/char/12269> a lvont:Character ;
    lvont:represents "𒉩"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN NUN TENU"@en .

<http://lexvo.org/id/char/1226A> a lvont:Character ;
    lvont:represents "𒉪"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN NUN OVER NUN"@en .

<http://lexvo.org/id/char/1226B> a lvont:Character ;
    lvont:represents "𒉫"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN NUN CROSSING NUN"@en .

<http://lexvo.org/id/char/1226C> a lvont:Character ;
    lvont:represents "𒉬"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN NUN CROSSING NUN LAGAR OVER LAGAR"@en .

<http://lexvo.org/id/char/1226D> a lvont:Character ;
    lvont:represents "𒉭"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN NUNUZ"@en .

<http://lexvo.org/id/char/1226E> a lvont:Character ;
    lvont:represents "𒉮"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN NUNUZ AB2 TIMES ASHGAB"@en .

<http://lexvo.org/id/char/1226F> a lvont:Character ;
    lvont:represents "𒉯"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN NUNUZ AB2 TIMES BI"@en .

<http://lexvo.org/id/char/1227> a lvont:Character ;
    lvont:represents "ሧ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE SZWA"@en .

<http://lexvo.org/id/char/12270> a lvont:Character ;
    lvont:represents "𒉰"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN NUNUZ AB2 TIMES DUG"@en .

<http://lexvo.org/id/char/12271> a lvont:Character ;
    lvont:represents "𒉱"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN NUNUZ AB2 TIMES GUD"@en .

<http://lexvo.org/id/char/12272> a lvont:Character ;
    lvont:represents "𒉲"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN NUNUZ AB2 TIMES IGI GUNU"@en .

<http://lexvo.org/id/char/12273> a lvont:Character ;
    lvont:represents "𒉳"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN NUNUZ AB2 TIMES KAD3"@en .

<http://lexvo.org/id/char/12274> a lvont:Character ;
    lvont:represents "𒉴"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN NUNUZ AB2 TIMES LA"@en .

<http://lexvo.org/id/char/12275> a lvont:Character ;
    lvont:represents "𒉵"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN NUNUZ AB2 TIMES NE"@en .

<http://lexvo.org/id/char/12276> a lvont:Character ;
    lvont:represents "𒉶"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN NUNUZ AB2 TIMES SILA3"@en .

<http://lexvo.org/id/char/12277> a lvont:Character ;
    lvont:represents "𒉷"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN NUNUZ AB2 TIMES U2"@en .

<http://lexvo.org/id/char/12278> a lvont:Character ;
    lvont:represents "𒉸"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN NUNUZ KISIM5 TIMES BI"@en .

<http://lexvo.org/id/char/12279> a lvont:Character ;
    lvont:represents "𒉹"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN NUNUZ KISIM5 TIMES BI U"@en .

<http://lexvo.org/id/char/1227A> a lvont:Character ;
    lvont:represents "𒉺"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN PA"@en .

<http://lexvo.org/id/char/1227B> a lvont:Character ;
    lvont:represents "𒉻"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN PAD"@en .

<http://lexvo.org/id/char/1227C> a lvont:Character ;
    lvont:represents "𒉼"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN PAN"@en .

<http://lexvo.org/id/char/1227D> a lvont:Character ;
    lvont:represents "𒉽"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN PAP"@en .

<http://lexvo.org/id/char/1227E> a lvont:Character ;
    lvont:represents "𒉾"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN PESH2"@en .

<http://lexvo.org/id/char/1227F> a lvont:Character ;
    lvont:represents "𒉿"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN PI"@en .

<http://lexvo.org/id/char/1228> a lvont:Character ;
    lvont:represents "ረ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE RA"@en .

<http://lexvo.org/id/char/12280> a lvont:Character ;
    lvont:represents "𒊀"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN PI TIMES A"@en .

<http://lexvo.org/id/char/12281> a lvont:Character ;
    lvont:represents "𒊁"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN PI TIMES AB"@en .

<http://lexvo.org/id/char/12282> a lvont:Character ;
    lvont:represents "𒊂"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN PI TIMES BI"@en .

<http://lexvo.org/id/char/12283> a lvont:Character ;
    lvont:represents "𒊃"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN PI TIMES BU"@en .

<http://lexvo.org/id/char/12284> a lvont:Character ;
    lvont:represents "𒊄"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN PI TIMES E"@en .

<http://lexvo.org/id/char/12285> a lvont:Character ;
    lvont:represents "𒊅"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN PI TIMES I"@en .

<http://lexvo.org/id/char/12286> a lvont:Character ;
    lvont:represents "𒊆"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN PI TIMES IB"@en .

<http://lexvo.org/id/char/12287> a lvont:Character ;
    lvont:represents "𒊇"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN PI TIMES U"@en .

<http://lexvo.org/id/char/12288> a lvont:Character ;
    lvont:represents "𒊈"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN PI TIMES U2"@en .

<http://lexvo.org/id/char/12289> a lvont:Character ;
    lvont:represents "𒊉"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN PI CROSSING PI"@en .

<http://lexvo.org/id/char/1228A> a lvont:Character ;
    lvont:represents "𒊊"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN PIRIG"@en .

<http://lexvo.org/id/char/1228B> a lvont:Character ;
    lvont:represents "𒊋"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN PIRIG TIMES KAL"@en .

<http://lexvo.org/id/char/1228C> a lvont:Character ;
    lvont:represents "𒊌"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN PIRIG TIMES UD"@en .

<http://lexvo.org/id/char/1228D> a lvont:Character ;
    lvont:represents "𒊍"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN PIRIG TIMES ZA"@en .

<http://lexvo.org/id/char/1228E> a lvont:Character ;
    lvont:represents "𒊎"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN PIRIG OPPOSING PIRIG"@en .

<http://lexvo.org/id/char/1228F> a lvont:Character ;
    lvont:represents "𒊏"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN RA"@en .

<http://lexvo.org/id/char/1229> a lvont:Character ;
    lvont:represents "ሩ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE RU"@en .

<http://lexvo.org/id/char/12290> a lvont:Character ;
    lvont:represents "𒊐"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN RAB"@en .

<http://lexvo.org/id/char/12291> a lvont:Character ;
    lvont:represents "𒊑"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN RI"@en .

<http://lexvo.org/id/char/12292> a lvont:Character ;
    lvont:represents "𒊒"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN RU"@en .

<http://lexvo.org/id/char/12293> a lvont:Character ;
    lvont:represents "𒊓"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN SA"@en .

<http://lexvo.org/id/char/12294> a lvont:Character ;
    lvont:represents "𒊔"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN SAG NUTILLU"@en .

<http://lexvo.org/id/char/12295> a lvont:Character ;
    lvont:represents "𒊕"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN SAG"@en .

<http://lexvo.org/id/char/12296> a lvont:Character ;
    lvont:represents "𒊖"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN SAG TIMES A"@en .

<http://lexvo.org/id/char/12297> a lvont:Character ;
    lvont:represents "𒊗"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN SAG TIMES DU"@en .

<http://lexvo.org/id/char/12298> a lvont:Character ;
    lvont:represents "𒊘"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN SAG TIMES DUB"@en .

<http://lexvo.org/id/char/12299> a lvont:Character ;
    lvont:represents "𒊙"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN SAG TIMES HA"@en .

<http://lexvo.org/id/char/1229A> a lvont:Character ;
    lvont:represents "𒊚"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN SAG TIMES KAK"@en .

<http://lexvo.org/id/char/1229B> a lvont:Character ;
    lvont:represents "𒊛"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN SAG TIMES KUR"@en .

<http://lexvo.org/id/char/1229C> a lvont:Character ;
    lvont:represents "𒊜"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN SAG TIMES LUM"@en .

<http://lexvo.org/id/char/1229D> a lvont:Character ;
    lvont:represents "𒊝"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN SAG TIMES MI"@en .

<http://lexvo.org/id/char/1229E> a lvont:Character ;
    lvont:represents "𒊞"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN SAG TIMES NUN"@en .

<http://lexvo.org/id/char/1229F> a lvont:Character ;
    lvont:represents "𒊟"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN SAG TIMES SAL"@en .

<http://lexvo.org/id/char/122A> a lvont:Character ;
    lvont:represents "ሪ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE RI"@en .

<http://lexvo.org/id/char/122A0> a lvont:Character ;
    lvont:represents "𒊠"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN SAG TIMES SHID"@en .

<http://lexvo.org/id/char/122A1> a lvont:Character ;
    lvont:represents "𒊡"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN SAG TIMES TAB"@en .

<http://lexvo.org/id/char/122A2> a lvont:Character ;
    lvont:represents "𒊢"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN SAG TIMES U2"@en .

<http://lexvo.org/id/char/122A3> a lvont:Character ;
    lvont:represents "𒊣"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN SAG TIMES UB"@en .

<http://lexvo.org/id/char/122A4> a lvont:Character ;
    lvont:represents "𒊤"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN SAG TIMES UM"@en .

<http://lexvo.org/id/char/122A5> a lvont:Character ;
    lvont:represents "𒊥"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN SAG TIMES UR"@en .

<http://lexvo.org/id/char/122A6> a lvont:Character ;
    lvont:represents "𒊦"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN SAG TIMES USH"@en .

<http://lexvo.org/id/char/122A7> a lvont:Character ;
    lvont:represents "𒊧"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN SAG OVER SAG"@en .

<http://lexvo.org/id/char/122A8> a lvont:Character ;
    lvont:represents "𒊨"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN SAG GUNU"@en .

<http://lexvo.org/id/char/122A9> a lvont:Character ;
    lvont:represents "𒊩"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN SAL"@en .

<http://lexvo.org/id/char/122AA> a lvont:Character ;
    lvont:represents "𒊪"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN SAL LAGAB TIMES ASH2"@en .

<http://lexvo.org/id/char/122AB> a lvont:Character ;
    lvont:represents "𒊫"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN SANGA2"@en .

<http://lexvo.org/id/char/122AC> a lvont:Character ;
    lvont:represents "𒊬"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN SAR"@en .

<http://lexvo.org/id/char/122AD> a lvont:Character ;
    lvont:represents "𒊭"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN SHA"@en .

<http://lexvo.org/id/char/122AE> a lvont:Character ;
    lvont:represents "𒊮"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN SHA3"@en .

<http://lexvo.org/id/char/122AF> a lvont:Character ;
    lvont:represents "𒊯"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN SHA3 TIMES A"@en .

<http://lexvo.org/id/char/122B> a lvont:Character ;
    lvont:represents "ራ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE RAA"@en .

<http://lexvo.org/id/char/122B0> a lvont:Character ;
    lvont:represents "𒊰"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN SHA3 TIMES BAD"@en .

<http://lexvo.org/id/char/122B1> a lvont:Character ;
    lvont:represents "𒊱"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN SHA3 TIMES GISH"@en .

<http://lexvo.org/id/char/122B2> a lvont:Character ;
    lvont:represents "𒊲"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN SHA3 TIMES NE"@en .

<http://lexvo.org/id/char/122B3> a lvont:Character ;
    lvont:represents "𒊳"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN SHA3 TIMES SHU2"@en .

<http://lexvo.org/id/char/122B4> a lvont:Character ;
    lvont:represents "𒊴"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN SHA3 TIMES TUR"@en .

<http://lexvo.org/id/char/122B5> a lvont:Character ;
    lvont:represents "𒊵"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN SHA3 TIMES U"@en .

<http://lexvo.org/id/char/122B6> a lvont:Character ;
    lvont:represents "𒊶"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN SHA3 TIMES U PLUS A"@en .

<http://lexvo.org/id/char/122B7> a lvont:Character ;
    lvont:represents "𒊷"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN SHA6"@en .

<http://lexvo.org/id/char/122B8> a lvont:Character ;
    lvont:represents "𒊸"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN SHAB6"@en .

<http://lexvo.org/id/char/122B9> a lvont:Character ;
    lvont:represents "𒊹"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN SHAR2"@en .

<http://lexvo.org/id/char/122BA> a lvont:Character ;
    lvont:represents "𒊺"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN SHE"@en .

<http://lexvo.org/id/char/122BB> a lvont:Character ;
    lvont:represents "𒊻"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN SHE HU"@en .

<http://lexvo.org/id/char/122BC> a lvont:Character ;
    lvont:represents "𒊼"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN SHE OVER SHE GAD OVER GAD GAR OVER GAR"@en .

<http://lexvo.org/id/char/122BD> a lvont:Character ;
    lvont:represents "𒊽"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN SHE OVER SHE TAB OVER TAB GAR OVER GAR"@en .

<http://lexvo.org/id/char/122BE> a lvont:Character ;
    lvont:represents "𒊾"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN SHEG9"@en .

<http://lexvo.org/id/char/122BF> a lvont:Character ;
    lvont:represents "𒊿"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN SHEN"@en .

<http://lexvo.org/id/char/122C> a lvont:Character ;
    lvont:represents "ሬ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE REE"@en .

<http://lexvo.org/id/char/122C0> a lvont:Character ;
    lvont:represents "𒋀"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN SHESH"@en .

<http://lexvo.org/id/char/122C1> a lvont:Character ;
    lvont:represents "𒋁"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN SHESH2"@en .

<http://lexvo.org/id/char/122C2> a lvont:Character ;
    lvont:represents "𒋂"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN SHESHLAM"@en .

<http://lexvo.org/id/char/122C3> a lvont:Character ;
    lvont:represents "𒋃"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN SHID"@en .

<http://lexvo.org/id/char/122C4> a lvont:Character ;
    lvont:represents "𒋄"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN SHID TIMES A"@en .

<http://lexvo.org/id/char/122C5> a lvont:Character ;
    lvont:represents "𒋅"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN SHID TIMES IM"@en .

<http://lexvo.org/id/char/122C6> a lvont:Character ;
    lvont:represents "𒋆"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN SHIM"@en .

<http://lexvo.org/id/char/122C7> a lvont:Character ;
    lvont:represents "𒋇"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN SHIM TIMES A"@en .

<http://lexvo.org/id/char/122C8> a lvont:Character ;
    lvont:represents "𒋈"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN SHIM TIMES BAL"@en .

<http://lexvo.org/id/char/122C9> a lvont:Character ;
    lvont:represents "𒋉"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN SHIM TIMES BULUG"@en .

<http://lexvo.org/id/char/122CA> a lvont:Character ;
    lvont:represents "𒋊"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN SHIM TIMES DIN"@en .

<http://lexvo.org/id/char/122CB> a lvont:Character ;
    lvont:represents "𒋋"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN SHIM TIMES GAR"@en .

<http://lexvo.org/id/char/122CC> a lvont:Character ;
    lvont:represents "𒋌"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN SHIM TIMES IGI"@en .

<http://lexvo.org/id/char/122CD> a lvont:Character ;
    lvont:represents "𒋍"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN SHIM TIMES IGI GUNU"@en .

<http://lexvo.org/id/char/122CE> a lvont:Character ;
    lvont:represents "𒋎"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN SHIM TIMES KUSHU2"@en .

<http://lexvo.org/id/char/122CF> a lvont:Character ;
    lvont:represents "𒋏"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN SHIM TIMES LUL"@en .

<http://lexvo.org/id/char/122D> a lvont:Character ;
    lvont:represents "ር"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE RE"@en .

<http://lexvo.org/id/char/122D0> a lvont:Character ;
    lvont:represents "𒋐"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN SHIM TIMES MUG"@en .

<http://lexvo.org/id/char/122D1> a lvont:Character ;
    lvont:represents "𒋑"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN SHIM TIMES SAL"@en .

<http://lexvo.org/id/char/122D2> a lvont:Character ;
    lvont:represents "𒋒"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN SHINIG"@en .

<http://lexvo.org/id/char/122D3> a lvont:Character ;
    lvont:represents "𒋓"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN SHIR"@en .

<http://lexvo.org/id/char/122D4> a lvont:Character ;
    lvont:represents "𒋔"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN SHIR TENU"@en .

<http://lexvo.org/id/char/122D5> a lvont:Character ;
    lvont:represents "𒋕"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN SHIR OVER SHIR BUR OVER BUR"@en .

<http://lexvo.org/id/char/122D6> a lvont:Character ;
    lvont:represents "𒋖"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN SHITA"@en .

<http://lexvo.org/id/char/122D7> a lvont:Character ;
    lvont:represents "𒋗"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN SHU"@en .

<http://lexvo.org/id/char/122D8> a lvont:Character ;
    lvont:represents "𒋘"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN SHU OVER INVERTED SHU"@en .

<http://lexvo.org/id/char/122D9> a lvont:Character ;
    lvont:represents "𒋙"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN SHU2"@en .

<http://lexvo.org/id/char/122DA> a lvont:Character ;
    lvont:represents "𒋚"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN SHUBUR"@en .

<http://lexvo.org/id/char/122DB> a lvont:Character ;
    lvont:represents "𒋛"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN SI"@en .

<http://lexvo.org/id/char/122DC> a lvont:Character ;
    lvont:represents "𒋜"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN SI GUNU"@en .

<http://lexvo.org/id/char/122DD> a lvont:Character ;
    lvont:represents "𒋝"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN SIG"@en .

<http://lexvo.org/id/char/122DE> a lvont:Character ;
    lvont:represents "𒋞"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN SIG4"@en .

<http://lexvo.org/id/char/122DF> a lvont:Character ;
    lvont:represents "𒋟"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN SIG4 OVER SIG4 SHU2"@en .

<http://lexvo.org/id/char/122E> a lvont:Character ;
    lvont:represents "ሮ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE RO"@en .

<http://lexvo.org/id/char/122E0> a lvont:Character ;
    lvont:represents "𒋠"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN SIK2"@en .

<http://lexvo.org/id/char/122E1> a lvont:Character ;
    lvont:represents "𒋡"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN SILA3"@en .

<http://lexvo.org/id/char/122E2> a lvont:Character ;
    lvont:represents "𒋢"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN SU"@en .

<http://lexvo.org/id/char/122E3> a lvont:Character ;
    lvont:represents "𒋣"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN SU OVER SU"@en .

<http://lexvo.org/id/char/122E4> a lvont:Character ;
    lvont:represents "𒋤"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN SUD"@en .

<http://lexvo.org/id/char/122E5> a lvont:Character ;
    lvont:represents "𒋥"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN SUD2"@en .

<http://lexvo.org/id/char/122E6> a lvont:Character ;
    lvont:represents "𒋦"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN SUHUR"@en .

<http://lexvo.org/id/char/122E7> a lvont:Character ;
    lvont:represents "𒋧"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN SUM"@en .

<http://lexvo.org/id/char/122E8> a lvont:Character ;
    lvont:represents "𒋨"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN SUMASH"@en .

<http://lexvo.org/id/char/122E9> a lvont:Character ;
    lvont:represents "𒋩"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN SUR"@en .

<http://lexvo.org/id/char/122EA> a lvont:Character ;
    lvont:represents "𒋪"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN SUR9"@en .

<http://lexvo.org/id/char/122EB> a lvont:Character ;
    lvont:represents "𒋫"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN TA"@en .

<http://lexvo.org/id/char/122EC> a lvont:Character ;
    lvont:represents "𒋬"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN TA ASTERISK"@en .

<http://lexvo.org/id/char/122ED> a lvont:Character ;
    lvont:represents "𒋭"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN TA TIMES HI"@en .

<http://lexvo.org/id/char/122EE> a lvont:Character ;
    lvont:represents "𒋮"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN TA TIMES MI"@en .

<http://lexvo.org/id/char/122EF> a lvont:Character ;
    lvont:represents "𒋯"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN TA GUNU"@en .

<http://lexvo.org/id/char/122F> a lvont:Character ;
    lvont:represents "ሯ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE RWA"@en .

<http://lexvo.org/id/char/122F0> a lvont:Character ;
    lvont:represents "𒋰"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN TAB"@en .

<http://lexvo.org/id/char/122F1> a lvont:Character ;
    lvont:represents "𒋱"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN TAB OVER TAB NI OVER NI DISH OVER DISH"@en .

<http://lexvo.org/id/char/122F2> a lvont:Character ;
    lvont:represents "𒋲"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN TAB SQUARED"@en .

<http://lexvo.org/id/char/122F3> a lvont:Character ;
    lvont:represents "𒋳"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN TAG"@en .

<http://lexvo.org/id/char/122F4> a lvont:Character ;
    lvont:represents "𒋴"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN TAG TIMES BI"@en .

<http://lexvo.org/id/char/122F5> a lvont:Character ;
    lvont:represents "𒋵"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN TAG TIMES GUD"@en .

<http://lexvo.org/id/char/122F6> a lvont:Character ;
    lvont:represents "𒋶"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN TAG TIMES SHE"@en .

<http://lexvo.org/id/char/122F7> a lvont:Character ;
    lvont:represents "𒋷"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN TAG TIMES SHU"@en .

<http://lexvo.org/id/char/122F8> a lvont:Character ;
    lvont:represents "𒋸"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN TAG TIMES TUG2"@en .

<http://lexvo.org/id/char/122F9> a lvont:Character ;
    lvont:represents "𒋹"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN TAG TIMES UD"@en .

<http://lexvo.org/id/char/122FA> a lvont:Character ;
    lvont:represents "𒋺"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN TAK4"@en .

<http://lexvo.org/id/char/122FB> a lvont:Character ;
    lvont:represents "𒋻"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN TAR"@en .

<http://lexvo.org/id/char/122FC> a lvont:Character ;
    lvont:represents "𒋼"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN TE"@en .

<http://lexvo.org/id/char/122FD> a lvont:Character ;
    lvont:represents "𒋽"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN TE GUNU"@en .

<http://lexvo.org/id/char/122FE> a lvont:Character ;
    lvont:represents "𒋾"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN TI"@en .

<http://lexvo.org/id/char/122FF> a lvont:Character ;
    lvont:represents "𒋿"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN TI TENU"@en .

<http://lexvo.org/id/char/1230> a lvont:Character ;
    lvont:represents "ሰ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE SA"@en .

<http://lexvo.org/id/char/12300> a lvont:Character ;
    lvont:represents "𒌀"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN TIL"@en .

<http://lexvo.org/id/char/12301> a lvont:Character ;
    lvont:represents "𒌁"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN TIR"@en .

<http://lexvo.org/id/char/12302> a lvont:Character ;
    lvont:represents "𒌂"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN TIR TIMES TAK4"@en .

<http://lexvo.org/id/char/12303> a lvont:Character ;
    lvont:represents "𒌃"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN TIR OVER TIR"@en .

<http://lexvo.org/id/char/12304> a lvont:Character ;
    lvont:represents "𒌄"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN TIR OVER TIR GAD OVER GAD GAR OVER GAR"@en .

<http://lexvo.org/id/char/12305> a lvont:Character ;
    lvont:represents "𒌅"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN TU"@en .

<http://lexvo.org/id/char/12306> a lvont:Character ;
    lvont:represents "𒌆"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN TUG2"@en .

<http://lexvo.org/id/char/12307> a lvont:Character ;
    lvont:represents "𒌇"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN TUK"@en .

<http://lexvo.org/id/char/12308> a lvont:Character ;
    lvont:represents "𒌈"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN TUM"@en .

<http://lexvo.org/id/char/12309> a lvont:Character ;
    lvont:represents "𒌉"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN TUR"@en .

<http://lexvo.org/id/char/1230A> a lvont:Character ;
    lvont:represents "𒌊"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN TUR OVER TUR ZA OVER ZA"@en .

<http://lexvo.org/id/char/1230B> a lvont:Character ;
    lvont:represents "𒌋"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN U"@en .

<http://lexvo.org/id/char/1230C> a lvont:Character ;
    lvont:represents "𒌌"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN U GUD"@en .

<http://lexvo.org/id/char/1230D> a lvont:Character ;
    lvont:represents "𒌍"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN U U U"@en .

<http://lexvo.org/id/char/1230E> a lvont:Character ;
    lvont:represents "𒌎"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN U OVER U PA OVER PA GAR OVER GAR"@en .

<http://lexvo.org/id/char/1230F> a lvont:Character ;
    lvont:represents "𒌏"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN U OVER U SUR OVER SUR"@en .

<http://lexvo.org/id/char/1231> a lvont:Character ;
    lvont:represents "ሱ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE SU"@en .

<http://lexvo.org/id/char/12310> a lvont:Character ;
    lvont:represents "𒌐"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN U OVER U U REVERSED OVER U REVERSED"@en .

<http://lexvo.org/id/char/12311> a lvont:Character ;
    lvont:represents "𒌑"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN U2"@en .

<http://lexvo.org/id/char/12312> a lvont:Character ;
    lvont:represents "𒌒"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN UB"@en .

<http://lexvo.org/id/char/12313> a lvont:Character ;
    lvont:represents "𒌓"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN UD"@en .

<http://lexvo.org/id/char/12314> a lvont:Character ;
    lvont:represents "𒌔"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN UD KUSHU2"@en .

<http://lexvo.org/id/char/12315> a lvont:Character ;
    lvont:represents "𒌕"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN UD TIMES BAD"@en .

<http://lexvo.org/id/char/12316> a lvont:Character ;
    lvont:represents "𒌖"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN UD TIMES MI"@en .

<http://lexvo.org/id/char/12317> a lvont:Character ;
    lvont:represents "𒌗"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN UD TIMES U PLUS U PLUS U"@en .

<http://lexvo.org/id/char/12318> a lvont:Character ;
    lvont:represents "𒌘"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN UD TIMES U PLUS U PLUS U GUNU"@en .

<http://lexvo.org/id/char/12319> a lvont:Character ;
    lvont:represents "𒌙"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN UD GUNU"@en .

<http://lexvo.org/id/char/1231A> a lvont:Character ;
    lvont:represents "𒌚"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN UD SHESHIG"@en .

<http://lexvo.org/id/char/1231B> a lvont:Character ;
    lvont:represents "𒌛"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN UD SHESHIG TIMES BAD"@en .

<http://lexvo.org/id/char/1231C> a lvont:Character ;
    lvont:represents "𒌜"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN UDUG"@en .

<http://lexvo.org/id/char/1231D> a lvont:Character ;
    lvont:represents "𒌝"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN UM"@en .

<http://lexvo.org/id/char/1231E> a lvont:Character ;
    lvont:represents "𒌞"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN UM TIMES LAGAB"@en .

<http://lexvo.org/id/char/1231F> a lvont:Character ;
    lvont:represents "𒌟"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN UM TIMES ME PLUS DA"@en .

<http://lexvo.org/id/char/1232> a lvont:Character ;
    lvont:represents "ሲ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE SI"@en .

<http://lexvo.org/id/char/12320> a lvont:Character ;
    lvont:represents "𒌠"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN UM TIMES SHA3"@en .

<http://lexvo.org/id/char/12321> a lvont:Character ;
    lvont:represents "𒌡"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN UM TIMES U"@en .

<http://lexvo.org/id/char/12322> a lvont:Character ;
    lvont:represents "𒌢"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN UMBIN"@en .

<http://lexvo.org/id/char/12323> a lvont:Character ;
    lvont:represents "𒌣"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN UMUM"@en .

<http://lexvo.org/id/char/12324> a lvont:Character ;
    lvont:represents "𒌤"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN UMUM TIMES KASKAL"@en .

<http://lexvo.org/id/char/12325> a lvont:Character ;
    lvont:represents "𒌥"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN UMUM TIMES PA"@en .

<http://lexvo.org/id/char/12326> a lvont:Character ;
    lvont:represents "𒌦"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN UN"@en .

<http://lexvo.org/id/char/12327> a lvont:Character ;
    lvont:represents "𒌧"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN UN GUNU"@en .

<http://lexvo.org/id/char/12328> a lvont:Character ;
    lvont:represents "𒌨"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN UR"@en .

<http://lexvo.org/id/char/12329> a lvont:Character ;
    lvont:represents "𒌩"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN UR CROSSING UR"@en .

<http://lexvo.org/id/char/1232A> a lvont:Character ;
    lvont:represents "𒌪"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN UR SHESHIG"@en .

<http://lexvo.org/id/char/1232B> a lvont:Character ;
    lvont:represents "𒌫"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN UR2"@en .

<http://lexvo.org/id/char/1232C> a lvont:Character ;
    lvont:represents "𒌬"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN UR2 TIMES A PLUS HA"@en .

<http://lexvo.org/id/char/1232D> a lvont:Character ;
    lvont:represents "𒌭"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN UR2 TIMES A PLUS NA"@en .

<http://lexvo.org/id/char/1232E> a lvont:Character ;
    lvont:represents "𒌮"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN UR2 TIMES AL"@en .

<http://lexvo.org/id/char/1232F> a lvont:Character ;
    lvont:represents "𒌯"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN UR2 TIMES HA"@en .

<http://lexvo.org/id/char/1233> a lvont:Character ;
    lvont:represents "ሳ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE SAA"@en .

<http://lexvo.org/id/char/12330> a lvont:Character ;
    lvont:represents "𒌰"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN UR2 TIMES NUN"@en .

<http://lexvo.org/id/char/12331> a lvont:Character ;
    lvont:represents "𒌱"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN UR2 TIMES U2"@en .

<http://lexvo.org/id/char/12332> a lvont:Character ;
    lvont:represents "𒌲"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN UR2 TIMES U2 PLUS ASH"@en .

<http://lexvo.org/id/char/12333> a lvont:Character ;
    lvont:represents "𒌳"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN UR2 TIMES U2 PLUS BI"@en .

<http://lexvo.org/id/char/12334> a lvont:Character ;
    lvont:represents "𒌴"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN UR4"@en .

<http://lexvo.org/id/char/12335> a lvont:Character ;
    lvont:represents "𒌵"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN URI"@en .

<http://lexvo.org/id/char/12336> a lvont:Character ;
    lvont:represents "𒌶"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN URI3"@en .

<http://lexvo.org/id/char/12337> a lvont:Character ;
    lvont:represents "𒌷"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN URU"@en .

<http://lexvo.org/id/char/12338> a lvont:Character ;
    lvont:represents "𒌸"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN URU TIMES A"@en .

<http://lexvo.org/id/char/12339> a lvont:Character ;
    lvont:represents "𒌹"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN URU TIMES ASHGAB"@en .

<http://lexvo.org/id/char/1233A> a lvont:Character ;
    lvont:represents "𒌺"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN URU TIMES BAR"@en .

<http://lexvo.org/id/char/1233B> a lvont:Character ;
    lvont:represents "𒌻"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN URU TIMES DUN"@en .

<http://lexvo.org/id/char/1233C> a lvont:Character ;
    lvont:represents "𒌼"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN URU TIMES GA"@en .

<http://lexvo.org/id/char/1233D> a lvont:Character ;
    lvont:represents "𒌽"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN URU TIMES GAL"@en .

<http://lexvo.org/id/char/1233E> a lvont:Character ;
    lvont:represents "𒌾"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN URU TIMES GAN2 TENU"@en .

<http://lexvo.org/id/char/1233F> a lvont:Character ;
    lvont:represents "𒌿"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN URU TIMES GAR"@en .

<http://lexvo.org/id/char/1234> a lvont:Character ;
    lvont:represents "ሴ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE SEE"@en .

<http://lexvo.org/id/char/12340> a lvont:Character ;
    lvont:represents "𒍀"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN URU TIMES GU"@en .

<http://lexvo.org/id/char/12341> a lvont:Character ;
    lvont:represents "𒍁"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN URU TIMES HA"@en .

<http://lexvo.org/id/char/12342> a lvont:Character ;
    lvont:represents "𒍂"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN URU TIMES IGI"@en .

<http://lexvo.org/id/char/12343> a lvont:Character ;
    lvont:represents "𒍃"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN URU TIMES IM"@en .

<http://lexvo.org/id/char/12344> a lvont:Character ;
    lvont:represents "𒍄"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN URU TIMES ISH"@en .

<http://lexvo.org/id/char/12345> a lvont:Character ;
    lvont:represents "𒍅"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN URU TIMES KI"@en .

<http://lexvo.org/id/char/12346> a lvont:Character ;
    lvont:represents "𒍆"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN URU TIMES LUM"@en .

<http://lexvo.org/id/char/12347> a lvont:Character ;
    lvont:represents "𒍇"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN URU TIMES MIN"@en .

<http://lexvo.org/id/char/12348> a lvont:Character ;
    lvont:represents "𒍈"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN URU TIMES PA"@en .

<http://lexvo.org/id/char/12349> a lvont:Character ;
    lvont:represents "𒍉"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN URU TIMES SHE"@en .

<http://lexvo.org/id/char/1234A> a lvont:Character ;
    lvont:represents "𒍊"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN URU TIMES SIG4"@en .

<http://lexvo.org/id/char/1234B> a lvont:Character ;
    lvont:represents "𒍋"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN URU TIMES TU"@en .

<http://lexvo.org/id/char/1234C> a lvont:Character ;
    lvont:represents "𒍌"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN URU TIMES U PLUS GUD"@en .

<http://lexvo.org/id/char/1234D> a lvont:Character ;
    lvont:represents "𒍍"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN URU TIMES UD"@en .

<http://lexvo.org/id/char/1234E> a lvont:Character ;
    lvont:represents "𒍎"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN URU TIMES URUDA"@en .

<http://lexvo.org/id/char/1234F> a lvont:Character ;
    lvont:represents "𒍏"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN URUDA"@en .

<http://lexvo.org/id/char/1235> a lvont:Character ;
    lvont:represents "ስ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE SE"@en .

<http://lexvo.org/id/char/12350> a lvont:Character ;
    lvont:represents "𒍐"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN URUDA TIMES U"@en .

<http://lexvo.org/id/char/12351> a lvont:Character ;
    lvont:represents "𒍑"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN USH"@en .

<http://lexvo.org/id/char/12352> a lvont:Character ;
    lvont:represents "𒍒"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN USH TIMES A"@en .

<http://lexvo.org/id/char/12353> a lvont:Character ;
    lvont:represents "𒍓"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN USH TIMES KU"@en .

<http://lexvo.org/id/char/12354> a lvont:Character ;
    lvont:represents "𒍔"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN USH TIMES KUR"@en .

<http://lexvo.org/id/char/12355> a lvont:Character ;
    lvont:represents "𒍕"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN USH TIMES TAK4"@en .

<http://lexvo.org/id/char/12356> a lvont:Character ;
    lvont:represents "𒍖"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN USHX"@en .

<http://lexvo.org/id/char/12357> a lvont:Character ;
    lvont:represents "𒍗"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN USH2"@en .

<http://lexvo.org/id/char/12358> a lvont:Character ;
    lvont:represents "𒍘"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN USHUMX"@en .

<http://lexvo.org/id/char/12359> a lvont:Character ;
    lvont:represents "𒍙"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN UTUKI"@en .

<http://lexvo.org/id/char/1235A> a lvont:Character ;
    lvont:represents "𒍚"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN UZ3"@en .

<http://lexvo.org/id/char/1235B> a lvont:Character ;
    lvont:represents "𒍛"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN UZ3 TIMES KASKAL"@en .

<http://lexvo.org/id/char/1235C> a lvont:Character ;
    lvont:represents "𒍜"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN UZU"@en .

<http://lexvo.org/id/char/1235D> a lvont:Character ;
    lvont:represents "𒍝"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN ZA"@en .

<http://lexvo.org/id/char/1235E> a lvont:Character ;
    lvont:represents "𒍞"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN ZA TENU"@en .

<http://lexvo.org/id/char/1235F> a lvont:Character ;
    lvont:represents "𒍟"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN ZA SQUARED TIMES KUR"@en .

<http://lexvo.org/id/char/1236> a lvont:Character ;
    lvont:represents "ሶ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE SO"@en .

<http://lexvo.org/id/char/12360> a lvont:Character ;
    lvont:represents "𒍠"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN ZAG"@en .

<http://lexvo.org/id/char/12361> a lvont:Character ;
    lvont:represents "𒍡"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN ZAMX"@en .

<http://lexvo.org/id/char/12362> a lvont:Character ;
    lvont:represents "𒍢"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN ZE2"@en .

<http://lexvo.org/id/char/12363> a lvont:Character ;
    lvont:represents "𒍣"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN ZI"@en .

<http://lexvo.org/id/char/12364> a lvont:Character ;
    lvont:represents "𒍤"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN ZI OVER ZI"@en .

<http://lexvo.org/id/char/12365> a lvont:Character ;
    lvont:represents "𒍥"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN ZI3"@en .

<http://lexvo.org/id/char/12366> a lvont:Character ;
    lvont:represents "𒍦"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN ZIB"@en .

<http://lexvo.org/id/char/12367> a lvont:Character ;
    lvont:represents "𒍧"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN ZIB KABA TENU"@en .

<http://lexvo.org/id/char/12368> a lvont:Character ;
    lvont:represents "𒍨"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN ZIG"@en .

<http://lexvo.org/id/char/12369> a lvont:Character ;
    lvont:represents "𒍩"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN ZIZ2"@en .

<http://lexvo.org/id/char/1236A> a lvont:Character ;
    lvont:represents "𒍪"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN ZU"@en .

<http://lexvo.org/id/char/1236B> a lvont:Character ;
    lvont:represents "𒍫"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN ZU5"@en .

<http://lexvo.org/id/char/1236C> a lvont:Character ;
    lvont:represents "𒍬"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN ZU5 TIMES A"@en .

<http://lexvo.org/id/char/1236D> a lvont:Character ;
    lvont:represents "𒍭"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN ZUBUR"@en .

<http://lexvo.org/id/char/1236E> a lvont:Character ;
    lvont:represents "𒍮"^^xsd:string ;
    rdfs:comment "CUNEIFORM SIGN ZUM"@en .

<http://lexvo.org/id/char/1237> a lvont:Character ;
    lvont:represents "ሷ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE SWA"@en .

<http://lexvo.org/id/char/1238> a lvont:Character ;
    lvont:represents "ሸ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE SHA"@en .

<http://lexvo.org/id/char/1239> a lvont:Character ;
    lvont:represents "ሹ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE SHU"@en .

<http://lexvo.org/id/char/123A> a lvont:Character ;
    lvont:represents "ሺ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE SHI"@en .

<http://lexvo.org/id/char/123B> a lvont:Character ;
    lvont:represents "ሻ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE SHAA"@en .

<http://lexvo.org/id/char/123C> a lvont:Character ;
    lvont:represents "ሼ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE SHEE"@en .

<http://lexvo.org/id/char/123D> a lvont:Character ;
    lvont:represents "ሽ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE SHE"@en .

<http://lexvo.org/id/char/123E> a lvont:Character ;
    lvont:represents "ሾ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE SHO"@en .

<http://lexvo.org/id/char/123F> a lvont:Character ;
    lvont:represents "ሿ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE SHWA"@en .

<http://lexvo.org/id/char/1240> a lvont:Character ;
    lvont:represents "ቀ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE QA"@en .

<http://lexvo.org/id/char/12400> a lvont:Character ;
    lvont:represents "𒐀"^^xsd:string ;
    rdfs:comment "CUNEIFORM NUMERIC SIGN TWO ASH"@en .

<http://lexvo.org/id/char/12401> a lvont:Character ;
    lvont:represents "𒐁"^^xsd:string ;
    rdfs:comment "CUNEIFORM NUMERIC SIGN THREE ASH"@en .

<http://lexvo.org/id/char/12402> a lvont:Character ;
    lvont:represents "𒐂"^^xsd:string ;
    rdfs:comment "CUNEIFORM NUMERIC SIGN FOUR ASH"@en .

<http://lexvo.org/id/char/12403> a lvont:Character ;
    lvont:represents "𒐃"^^xsd:string ;
    rdfs:comment "CUNEIFORM NUMERIC SIGN FIVE ASH"@en .

<http://lexvo.org/id/char/12404> a lvont:Character ;
    lvont:represents "𒐄"^^xsd:string ;
    rdfs:comment "CUNEIFORM NUMERIC SIGN SIX ASH"@en .

<http://lexvo.org/id/char/12405> a lvont:Character ;
    lvont:represents "𒐅"^^xsd:string ;
    rdfs:comment "CUNEIFORM NUMERIC SIGN SEVEN ASH"@en .

<http://lexvo.org/id/char/12406> a lvont:Character ;
    lvont:represents "𒐆"^^xsd:string ;
    rdfs:comment "CUNEIFORM NUMERIC SIGN EIGHT ASH"@en .

<http://lexvo.org/id/char/12407> a lvont:Character ;
    lvont:represents "𒐇"^^xsd:string ;
    rdfs:comment "CUNEIFORM NUMERIC SIGN NINE ASH"@en .

<http://lexvo.org/id/char/12408> a lvont:Character ;
    lvont:represents "𒐈"^^xsd:string ;
    rdfs:comment "CUNEIFORM NUMERIC SIGN THREE DISH"@en .

<http://lexvo.org/id/char/12409> a lvont:Character ;
    lvont:represents "𒐉"^^xsd:string ;
    rdfs:comment "CUNEIFORM NUMERIC SIGN FOUR DISH"@en .

<http://lexvo.org/id/char/1240A> a lvont:Character ;
    lvont:represents "𒐊"^^xsd:string ;
    rdfs:comment "CUNEIFORM NUMERIC SIGN FIVE DISH"@en .

<http://lexvo.org/id/char/1240B> a lvont:Character ;
    lvont:represents "𒐋"^^xsd:string ;
    rdfs:comment "CUNEIFORM NUMERIC SIGN SIX DISH"@en .

<http://lexvo.org/id/char/1240C> a lvont:Character ;
    lvont:represents "𒐌"^^xsd:string ;
    rdfs:comment "CUNEIFORM NUMERIC SIGN SEVEN DISH"@en .

<http://lexvo.org/id/char/1240D> a lvont:Character ;
    lvont:represents "𒐍"^^xsd:string ;
    rdfs:comment "CUNEIFORM NUMERIC SIGN EIGHT DISH"@en .

<http://lexvo.org/id/char/1240E> a lvont:Character ;
    lvont:represents "𒐎"^^xsd:string ;
    rdfs:comment "CUNEIFORM NUMERIC SIGN NINE DISH"@en .

<http://lexvo.org/id/char/1240F> a lvont:Character ;
    lvont:represents "𒐏"^^xsd:string ;
    rdfs:comment "CUNEIFORM NUMERIC SIGN FOUR U"@en .

<http://lexvo.org/id/char/1241> a lvont:Character ;
    lvont:represents "ቁ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE QU"@en .

<http://lexvo.org/id/char/12410> a lvont:Character ;
    lvont:represents "𒐐"^^xsd:string ;
    rdfs:comment "CUNEIFORM NUMERIC SIGN FIVE U"@en .

<http://lexvo.org/id/char/12411> a lvont:Character ;
    lvont:represents "𒐑"^^xsd:string ;
    rdfs:comment "CUNEIFORM NUMERIC SIGN SIX U"@en .

<http://lexvo.org/id/char/12412> a lvont:Character ;
    lvont:represents "𒐒"^^xsd:string ;
    rdfs:comment "CUNEIFORM NUMERIC SIGN SEVEN U"@en .

<http://lexvo.org/id/char/12413> a lvont:Character ;
    lvont:represents "𒐓"^^xsd:string ;
    rdfs:comment "CUNEIFORM NUMERIC SIGN EIGHT U"@en .

<http://lexvo.org/id/char/12414> a lvont:Character ;
    lvont:represents "𒐔"^^xsd:string ;
    rdfs:comment "CUNEIFORM NUMERIC SIGN NINE U"@en .

<http://lexvo.org/id/char/12415> a lvont:Character ;
    lvont:represents "𒐕"^^xsd:string ;
    rdfs:comment "CUNEIFORM NUMERIC SIGN ONE GESH2"@en .

<http://lexvo.org/id/char/12416> a lvont:Character ;
    lvont:represents "𒐖"^^xsd:string ;
    rdfs:comment "CUNEIFORM NUMERIC SIGN TWO GESH2"@en .

<http://lexvo.org/id/char/12417> a lvont:Character ;
    lvont:represents "𒐗"^^xsd:string ;
    rdfs:comment "CUNEIFORM NUMERIC SIGN THREE GESH2"@en .

<http://lexvo.org/id/char/12418> a lvont:Character ;
    lvont:represents "𒐘"^^xsd:string ;
    rdfs:comment "CUNEIFORM NUMERIC SIGN FOUR GESH2"@en .

<http://lexvo.org/id/char/12419> a lvont:Character ;
    lvont:represents "𒐙"^^xsd:string ;
    rdfs:comment "CUNEIFORM NUMERIC SIGN FIVE GESH2"@en .

<http://lexvo.org/id/char/1241A> a lvont:Character ;
    lvont:represents "𒐚"^^xsd:string ;
    rdfs:comment "CUNEIFORM NUMERIC SIGN SIX GESH2"@en .

<http://lexvo.org/id/char/1241B> a lvont:Character ;
    lvont:represents "𒐛"^^xsd:string ;
    rdfs:comment "CUNEIFORM NUMERIC SIGN SEVEN GESH2"@en .

<http://lexvo.org/id/char/1241C> a lvont:Character ;
    lvont:represents "𒐜"^^xsd:string ;
    rdfs:comment "CUNEIFORM NUMERIC SIGN EIGHT GESH2"@en .

<http://lexvo.org/id/char/1241D> a lvont:Character ;
    lvont:represents "𒐝"^^xsd:string ;
    rdfs:comment "CUNEIFORM NUMERIC SIGN NINE GESH2"@en .

<http://lexvo.org/id/char/1241E> a lvont:Character ;
    lvont:represents "𒐞"^^xsd:string ;
    rdfs:comment "CUNEIFORM NUMERIC SIGN ONE GESHU"@en .

<http://lexvo.org/id/char/1241F> a lvont:Character ;
    lvont:represents "𒐟"^^xsd:string ;
    rdfs:comment "CUNEIFORM NUMERIC SIGN TWO GESHU"@en .

<http://lexvo.org/id/char/1242> a lvont:Character ;
    lvont:represents "ቂ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE QI"@en .

<http://lexvo.org/id/char/12420> a lvont:Character ;
    lvont:represents "𒐠"^^xsd:string ;
    rdfs:comment "CUNEIFORM NUMERIC SIGN THREE GESHU"@en .

<http://lexvo.org/id/char/12421> a lvont:Character ;
    lvont:represents "𒐡"^^xsd:string ;
    rdfs:comment "CUNEIFORM NUMERIC SIGN FOUR GESHU"@en .

<http://lexvo.org/id/char/12422> a lvont:Character ;
    lvont:represents "𒐢"^^xsd:string ;
    rdfs:comment "CUNEIFORM NUMERIC SIGN FIVE GESHU"@en .

<http://lexvo.org/id/char/12423> a lvont:Character ;
    lvont:represents "𒐣"^^xsd:string ;
    rdfs:comment "CUNEIFORM NUMERIC SIGN TWO SHAR2"@en .

<http://lexvo.org/id/char/12424> a lvont:Character ;
    lvont:represents "𒐤"^^xsd:string ;
    rdfs:comment "CUNEIFORM NUMERIC SIGN THREE SHAR2"@en .

<http://lexvo.org/id/char/12425> a lvont:Character ;
    lvont:represents "𒐥"^^xsd:string ;
    rdfs:comment "CUNEIFORM NUMERIC SIGN THREE SHAR2 VARIANT FORM"@en .

<http://lexvo.org/id/char/12426> a lvont:Character ;
    lvont:represents "𒐦"^^xsd:string ;
    rdfs:comment "CUNEIFORM NUMERIC SIGN FOUR SHAR2"@en .

<http://lexvo.org/id/char/12427> a lvont:Character ;
    lvont:represents "𒐧"^^xsd:string ;
    rdfs:comment "CUNEIFORM NUMERIC SIGN FIVE SHAR2"@en .

<http://lexvo.org/id/char/12428> a lvont:Character ;
    lvont:represents "𒐨"^^xsd:string ;
    rdfs:comment "CUNEIFORM NUMERIC SIGN SIX SHAR2"@en .

<http://lexvo.org/id/char/12429> a lvont:Character ;
    lvont:represents "𒐩"^^xsd:string ;
    rdfs:comment "CUNEIFORM NUMERIC SIGN SEVEN SHAR2"@en .

<http://lexvo.org/id/char/1242A> a lvont:Character ;
    lvont:represents "𒐪"^^xsd:string ;
    rdfs:comment "CUNEIFORM NUMERIC SIGN EIGHT SHAR2"@en .

<http://lexvo.org/id/char/1242B> a lvont:Character ;
    lvont:represents "𒐫"^^xsd:string ;
    rdfs:comment "CUNEIFORM NUMERIC SIGN NINE SHAR2"@en .

<http://lexvo.org/id/char/1242C> a lvont:Character ;
    lvont:represents "𒐬"^^xsd:string ;
    rdfs:comment "CUNEIFORM NUMERIC SIGN ONE SHARU"@en .

<http://lexvo.org/id/char/1242D> a lvont:Character ;
    lvont:represents "𒐭"^^xsd:string ;
    rdfs:comment "CUNEIFORM NUMERIC SIGN TWO SHARU"@en .

<http://lexvo.org/id/char/1242E> a lvont:Character ;
    lvont:represents "𒐮"^^xsd:string ;
    rdfs:comment "CUNEIFORM NUMERIC SIGN THREE SHARU"@en .

<http://lexvo.org/id/char/1242F> a lvont:Character ;
    lvont:represents "𒐯"^^xsd:string ;
    rdfs:comment "CUNEIFORM NUMERIC SIGN THREE SHARU VARIANT FORM"@en .

<http://lexvo.org/id/char/1243> a lvont:Character ;
    lvont:represents "ቃ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE QAA"@en .

<http://lexvo.org/id/char/12430> a lvont:Character ;
    lvont:represents "𒐰"^^xsd:string ;
    rdfs:comment "CUNEIFORM NUMERIC SIGN FOUR SHARU"@en .

<http://lexvo.org/id/char/12431> a lvont:Character ;
    lvont:represents "𒐱"^^xsd:string ;
    rdfs:comment "CUNEIFORM NUMERIC SIGN FIVE SHARU"@en .

<http://lexvo.org/id/char/12432> a lvont:Character ;
    lvont:represents "𒐲"^^xsd:string ;
    rdfs:comment "CUNEIFORM NUMERIC SIGN SHAR2 TIMES GAL PLUS DISH"@en .

<http://lexvo.org/id/char/12433> a lvont:Character ;
    lvont:represents "𒐳"^^xsd:string ;
    rdfs:comment "CUNEIFORM NUMERIC SIGN SHAR2 TIMES GAL PLUS MIN"@en .

<http://lexvo.org/id/char/12434> a lvont:Character ;
    lvont:represents "𒐴"^^xsd:string ;
    rdfs:comment "CUNEIFORM NUMERIC SIGN ONE BURU"@en .

<http://lexvo.org/id/char/12435> a lvont:Character ;
    lvont:represents "𒐵"^^xsd:string ;
    rdfs:comment "CUNEIFORM NUMERIC SIGN TWO BURU"@en .

<http://lexvo.org/id/char/12436> a lvont:Character ;
    lvont:represents "𒐶"^^xsd:string ;
    rdfs:comment "CUNEIFORM NUMERIC SIGN THREE BURU"@en .

<http://lexvo.org/id/char/12437> a lvont:Character ;
    lvont:represents "𒐷"^^xsd:string ;
    rdfs:comment "CUNEIFORM NUMERIC SIGN THREE BURU VARIANT FORM"@en .

<http://lexvo.org/id/char/12438> a lvont:Character ;
    lvont:represents "𒐸"^^xsd:string ;
    rdfs:comment "CUNEIFORM NUMERIC SIGN FOUR BURU"@en .

<http://lexvo.org/id/char/12439> a lvont:Character ;
    lvont:represents "𒐹"^^xsd:string ;
    rdfs:comment "CUNEIFORM NUMERIC SIGN FIVE BURU"@en .

<http://lexvo.org/id/char/1243A> a lvont:Character ;
    lvont:represents "𒐺"^^xsd:string ;
    rdfs:comment "CUNEIFORM NUMERIC SIGN THREE VARIANT FORM ESH16"@en .

<http://lexvo.org/id/char/1243B> a lvont:Character ;
    lvont:represents "𒐻"^^xsd:string ;
    rdfs:comment "CUNEIFORM NUMERIC SIGN THREE VARIANT FORM ESH21"@en .

<http://lexvo.org/id/char/1243C> a lvont:Character ;
    lvont:represents "𒐼"^^xsd:string ;
    rdfs:comment "CUNEIFORM NUMERIC SIGN FOUR VARIANT FORM LIMMU"@en .

<http://lexvo.org/id/char/1243D> a lvont:Character ;
    lvont:represents "𒐽"^^xsd:string ;
    rdfs:comment "CUNEIFORM NUMERIC SIGN FOUR VARIANT FORM LIMMU4"@en .

<http://lexvo.org/id/char/1243E> a lvont:Character ;
    lvont:represents "𒐾"^^xsd:string ;
    rdfs:comment "CUNEIFORM NUMERIC SIGN FOUR VARIANT FORM LIMMU A"@en .

<http://lexvo.org/id/char/1243F> a lvont:Character ;
    lvont:represents "𒐿"^^xsd:string ;
    rdfs:comment "CUNEIFORM NUMERIC SIGN FOUR VARIANT FORM LIMMU B"@en .

<http://lexvo.org/id/char/1244> a lvont:Character ;
    lvont:represents "ቄ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE QEE"@en .

<http://lexvo.org/id/char/12440> a lvont:Character ;
    lvont:represents "𒑀"^^xsd:string ;
    rdfs:comment "CUNEIFORM NUMERIC SIGN SIX VARIANT FORM ASH9"@en .

<http://lexvo.org/id/char/12441> a lvont:Character ;
    lvont:represents "𒑁"^^xsd:string ;
    rdfs:comment "CUNEIFORM NUMERIC SIGN SEVEN VARIANT FORM IMIN3"@en .

<http://lexvo.org/id/char/12442> a lvont:Character ;
    lvont:represents "𒑂"^^xsd:string ;
    rdfs:comment "CUNEIFORM NUMERIC SIGN SEVEN VARIANT FORM IMIN A"@en .

<http://lexvo.org/id/char/12443> a lvont:Character ;
    lvont:represents "𒑃"^^xsd:string ;
    rdfs:comment "CUNEIFORM NUMERIC SIGN SEVEN VARIANT FORM IMIN B"@en .

<http://lexvo.org/id/char/12444> a lvont:Character ;
    lvont:represents "𒑄"^^xsd:string ;
    rdfs:comment "CUNEIFORM NUMERIC SIGN EIGHT VARIANT FORM USSU"@en .

<http://lexvo.org/id/char/12445> a lvont:Character ;
    lvont:represents "𒑅"^^xsd:string ;
    rdfs:comment "CUNEIFORM NUMERIC SIGN EIGHT VARIANT FORM USSU3"@en .

<http://lexvo.org/id/char/12446> a lvont:Character ;
    lvont:represents "𒑆"^^xsd:string ;
    rdfs:comment "CUNEIFORM NUMERIC SIGN NINE VARIANT FORM ILIMMU"@en .

<http://lexvo.org/id/char/12447> a lvont:Character ;
    lvont:represents "𒑇"^^xsd:string ;
    rdfs:comment "CUNEIFORM NUMERIC SIGN NINE VARIANT FORM ILIMMU3"@en .

<http://lexvo.org/id/char/12448> a lvont:Character ;
    lvont:represents "𒑈"^^xsd:string ;
    rdfs:comment "CUNEIFORM NUMERIC SIGN NINE VARIANT FORM ILIMMU4"@en .

<http://lexvo.org/id/char/12449> a lvont:Character ;
    lvont:represents "𒑉"^^xsd:string ;
    rdfs:comment "CUNEIFORM NUMERIC SIGN NINE VARIANT FORM ILIMMU A"@en .

<http://lexvo.org/id/char/1244A> a lvont:Character ;
    lvont:represents "𒑊"^^xsd:string ;
    rdfs:comment "CUNEIFORM NUMERIC SIGN TWO ASH TENU"@en .

<http://lexvo.org/id/char/1244B> a lvont:Character ;
    lvont:represents "𒑋"^^xsd:string ;
    rdfs:comment "CUNEIFORM NUMERIC SIGN THREE ASH TENU"@en .

<http://lexvo.org/id/char/1244C> a lvont:Character ;
    lvont:represents "𒑌"^^xsd:string ;
    rdfs:comment "CUNEIFORM NUMERIC SIGN FOUR ASH TENU"@en .

<http://lexvo.org/id/char/1244D> a lvont:Character ;
    lvont:represents "𒑍"^^xsd:string ;
    rdfs:comment "CUNEIFORM NUMERIC SIGN FIVE ASH TENU"@en .

<http://lexvo.org/id/char/1244E> a lvont:Character ;
    lvont:represents "𒑎"^^xsd:string ;
    rdfs:comment "CUNEIFORM NUMERIC SIGN SIX ASH TENU"@en .

<http://lexvo.org/id/char/1244F> a lvont:Character ;
    lvont:represents "𒑏"^^xsd:string ;
    rdfs:comment "CUNEIFORM NUMERIC SIGN ONE BAN2"@en .

<http://lexvo.org/id/char/1245> a lvont:Character ;
    lvont:represents "ቅ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE QE"@en .

<http://lexvo.org/id/char/12450> a lvont:Character ;
    lvont:represents "𒑐"^^xsd:string ;
    rdfs:comment "CUNEIFORM NUMERIC SIGN TWO BAN2"@en .

<http://lexvo.org/id/char/12451> a lvont:Character ;
    lvont:represents "𒑑"^^xsd:string ;
    rdfs:comment "CUNEIFORM NUMERIC SIGN THREE BAN2"@en .

<http://lexvo.org/id/char/12452> a lvont:Character ;
    lvont:represents "𒑒"^^xsd:string ;
    rdfs:comment "CUNEIFORM NUMERIC SIGN FOUR BAN2"@en .

<http://lexvo.org/id/char/12453> a lvont:Character ;
    lvont:represents "𒑓"^^xsd:string ;
    rdfs:comment "CUNEIFORM NUMERIC SIGN FOUR BAN2 VARIANT FORM"@en .

<http://lexvo.org/id/char/12454> a lvont:Character ;
    lvont:represents "𒑔"^^xsd:string ;
    rdfs:comment "CUNEIFORM NUMERIC SIGN FIVE BAN2"@en .

<http://lexvo.org/id/char/12455> a lvont:Character ;
    lvont:represents "𒑕"^^xsd:string ;
    rdfs:comment "CUNEIFORM NUMERIC SIGN FIVE BAN2 VARIANT FORM"@en .

<http://lexvo.org/id/char/12456> a lvont:Character ;
    lvont:represents "𒑖"^^xsd:string ;
    rdfs:comment "CUNEIFORM NUMERIC SIGN NIGIDAMIN"@en .

<http://lexvo.org/id/char/12457> a lvont:Character ;
    lvont:represents "𒑗"^^xsd:string ;
    rdfs:comment "CUNEIFORM NUMERIC SIGN NIGIDAESH"@en .

<http://lexvo.org/id/char/12458> a lvont:Character ;
    lvont:represents "𒑘"^^xsd:string ;
    rdfs:comment "CUNEIFORM NUMERIC SIGN ONE ESHE3"@en .

<http://lexvo.org/id/char/12459> a lvont:Character ;
    lvont:represents "𒑙"^^xsd:string ;
    rdfs:comment "CUNEIFORM NUMERIC SIGN TWO ESHE3"@en .

<http://lexvo.org/id/char/1245A> a lvont:Character ;
    lvont:represents "𒑚"^^xsd:string ;
    rdfs:comment "CUNEIFORM NUMERIC SIGN ONE THIRD DISH"@en .

<http://lexvo.org/id/char/1245B> a lvont:Character ;
    lvont:represents "𒑛"^^xsd:string ;
    rdfs:comment "CUNEIFORM NUMERIC SIGN TWO THIRDS DISH"@en .

<http://lexvo.org/id/char/1245C> a lvont:Character ;
    lvont:represents "𒑜"^^xsd:string ;
    rdfs:comment "CUNEIFORM NUMERIC SIGN FIVE SIXTHS DISH"@en .

<http://lexvo.org/id/char/1245D> a lvont:Character ;
    lvont:represents "𒑝"^^xsd:string ;
    rdfs:comment "CUNEIFORM NUMERIC SIGN ONE THIRD VARIANT FORM A"@en .

<http://lexvo.org/id/char/1245E> a lvont:Character ;
    lvont:represents "𒑞"^^xsd:string ;
    rdfs:comment "CUNEIFORM NUMERIC SIGN TWO THIRDS VARIANT FORM A"@en .

<http://lexvo.org/id/char/1245F> a lvont:Character ;
    lvont:represents "𒑟"^^xsd:string ;
    rdfs:comment "CUNEIFORM NUMERIC SIGN ONE EIGHTH ASH"@en .

<http://lexvo.org/id/char/1246> a lvont:Character ;
    lvont:represents "ቆ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE QO"@en .

<http://lexvo.org/id/char/12460> a lvont:Character ;
    lvont:represents "𒑠"^^xsd:string ;
    rdfs:comment "CUNEIFORM NUMERIC SIGN ONE QUARTER ASH"@en .

<http://lexvo.org/id/char/12461> a lvont:Character ;
    lvont:represents "𒑡"^^xsd:string ;
    rdfs:comment "CUNEIFORM NUMERIC SIGN OLD ASSYRIAN ONE SIXTH"@en .

<http://lexvo.org/id/char/12462> a lvont:Character ;
    lvont:represents "𒑢"^^xsd:string ;
    rdfs:comment "CUNEIFORM NUMERIC SIGN OLD ASSYRIAN ONE QUARTER"@en .

<http://lexvo.org/id/char/1247> a lvont:Character ;
    lvont:represents "ቇ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE QOA"@en .

<http://lexvo.org/id/char/12470> a lvont:Character ;
    lvont:represents "𒑰"^^xsd:string ;
    rdfs:comment "CUNEIFORM PUNCTUATION SIGN OLD ASSYRIAN WORD DIVIDER"@en .

<http://lexvo.org/id/char/12471> a lvont:Character ;
    lvont:represents "𒑱"^^xsd:string ;
    rdfs:comment "CUNEIFORM PUNCTUATION SIGN VERTICAL COLON"@en .

<http://lexvo.org/id/char/12472> a lvont:Character ;
    lvont:represents "𒑲"^^xsd:string ;
    rdfs:comment "CUNEIFORM PUNCTUATION SIGN DIAGONAL COLON"@en .

<http://lexvo.org/id/char/12473> a lvont:Character ;
    lvont:represents "𒑳"^^xsd:string ;
    rdfs:comment "CUNEIFORM PUNCTUATION SIGN DIAGONAL TRICOLON"@en .

<http://lexvo.org/id/char/1248> a lvont:Character ;
    lvont:represents "ቈ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE QWA"@en .

<http://lexvo.org/id/char/124A> a lvont:Character ;
    lvont:represents "ቊ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE QWI"@en .

<http://lexvo.org/id/char/124B> a lvont:Character ;
    lvont:represents "ቋ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE QWAA"@en .

<http://lexvo.org/id/char/124C> a lvont:Character ;
    lvont:represents "ቌ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE QWEE"@en .

<http://lexvo.org/id/char/124D> a lvont:Character ;
    lvont:represents "ቍ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE QWE"@en .

<http://lexvo.org/id/char/1250> a lvont:Character ;
    lvont:represents "ቐ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE QHA"@en .

<http://lexvo.org/id/char/1251> a lvont:Character ;
    lvont:represents "ቑ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE QHU"@en .

<http://lexvo.org/id/char/1252> a lvont:Character ;
    lvont:represents "ቒ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE QHI"@en .

<http://lexvo.org/id/char/1253> a lvont:Character ;
    lvont:represents "ቓ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE QHAA"@en .

<http://lexvo.org/id/char/1254> a lvont:Character ;
    lvont:represents "ቔ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE QHEE"@en .

<http://lexvo.org/id/char/1255> a lvont:Character ;
    lvont:represents "ቕ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE QHE"@en .

<http://lexvo.org/id/char/1256> a lvont:Character ;
    lvont:represents "ቖ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE QHO"@en .

<http://lexvo.org/id/char/1258> a lvont:Character ;
    lvont:represents "ቘ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE QHWA"@en .

<http://lexvo.org/id/char/125A> a lvont:Character ;
    lvont:represents "ቚ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE QHWI"@en .

<http://lexvo.org/id/char/125B> a lvont:Character ;
    lvont:represents "ቛ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE QHWAA"@en .

<http://lexvo.org/id/char/125C> a lvont:Character ;
    lvont:represents "ቜ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE QHWEE"@en .

<http://lexvo.org/id/char/125D> a lvont:Character ;
    lvont:represents "ቝ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE QHWE"@en .

<http://lexvo.org/id/char/1260> a lvont:Character ;
    lvont:represents "በ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE BA"@en .

<http://lexvo.org/id/char/1261> a lvont:Character ;
    lvont:represents "ቡ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE BU"@en .

<http://lexvo.org/id/char/1262> a lvont:Character ;
    lvont:represents "ቢ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE BI"@en .

<http://lexvo.org/id/char/1263> a lvont:Character ;
    lvont:represents "ባ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE BAA"@en .

<http://lexvo.org/id/char/1264> a lvont:Character ;
    lvont:represents "ቤ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE BEE"@en .

<http://lexvo.org/id/char/1265> a lvont:Character ;
    lvont:represents "ብ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE BE"@en .

<http://lexvo.org/id/char/1266> a lvont:Character ;
    lvont:represents "ቦ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE BO"@en .

<http://lexvo.org/id/char/1267> a lvont:Character ;
    lvont:represents "ቧ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE BWA"@en .

<http://lexvo.org/id/char/1268> a lvont:Character ;
    lvont:represents "ቨ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE VA"@en .

<http://lexvo.org/id/char/1269> a lvont:Character ;
    lvont:represents "ቩ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE VU"@en .

<http://lexvo.org/id/char/126A> a lvont:Character ;
    lvont:represents "ቪ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE VI"@en .

<http://lexvo.org/id/char/126B> a lvont:Character ;
    lvont:represents "ቫ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE VAA"@en .

<http://lexvo.org/id/char/126C> a lvont:Character ;
    lvont:represents "ቬ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE VEE"@en .

<http://lexvo.org/id/char/126D> a lvont:Character ;
    lvont:represents "ቭ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE VE"@en .

<http://lexvo.org/id/char/126E> a lvont:Character ;
    lvont:represents "ቮ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE VO"@en .

<http://lexvo.org/id/char/126F> a lvont:Character ;
    lvont:represents "ቯ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE VWA"@en .

<http://lexvo.org/id/char/1270> a lvont:Character ;
    lvont:represents "ተ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE TA"@en .

<http://lexvo.org/id/char/1271> a lvont:Character ;
    lvont:represents "ቱ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE TU"@en .

<http://lexvo.org/id/char/1272> a lvont:Character ;
    lvont:represents "ቲ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE TI"@en .

<http://lexvo.org/id/char/1273> a lvont:Character ;
    lvont:represents "ታ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE TAA"@en .

<http://lexvo.org/id/char/1274> a lvont:Character ;
    lvont:represents "ቴ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE TEE"@en .

<http://lexvo.org/id/char/1275> a lvont:Character ;
    lvont:represents "ት"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE TE"@en .

<http://lexvo.org/id/char/1276> a lvont:Character ;
    lvont:represents "ቶ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE TO"@en .

<http://lexvo.org/id/char/1277> a lvont:Character ;
    lvont:represents "ቷ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE TWA"@en .

<http://lexvo.org/id/char/1278> a lvont:Character ;
    lvont:represents "ቸ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE CA"@en .

<http://lexvo.org/id/char/1279> a lvont:Character ;
    lvont:represents "ቹ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE CU"@en .

<http://lexvo.org/id/char/127A> a lvont:Character ;
    lvont:represents "ቺ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE CI"@en .

<http://lexvo.org/id/char/127B> a lvont:Character ;
    lvont:represents "ቻ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE CAA"@en .

<http://lexvo.org/id/char/127C> a lvont:Character ;
    lvont:represents "ቼ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE CEE"@en .

<http://lexvo.org/id/char/127D> a lvont:Character ;
    lvont:represents "ች"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE CE"@en .

<http://lexvo.org/id/char/127E> a lvont:Character ;
    lvont:represents "ቾ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE CO"@en .

<http://lexvo.org/id/char/127F> a lvont:Character ;
    lvont:represents "ቿ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE CWA"@en .

<http://lexvo.org/id/char/1280> a lvont:Character ;
    lvont:represents "ኀ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE XA"@en .

<http://lexvo.org/id/char/1281> a lvont:Character ;
    lvont:represents "ኁ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE XU"@en .

<http://lexvo.org/id/char/1282> a lvont:Character ;
    lvont:represents "ኂ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE XI"@en .

<http://lexvo.org/id/char/1283> a lvont:Character ;
    lvont:represents "ኃ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE XAA"@en .

<http://lexvo.org/id/char/1284> a lvont:Character ;
    lvont:represents "ኄ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE XEE"@en .

<http://lexvo.org/id/char/1285> a lvont:Character ;
    lvont:represents "ኅ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE XE"@en .

<http://lexvo.org/id/char/1286> a lvont:Character ;
    lvont:represents "ኆ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE XO"@en .

<http://lexvo.org/id/char/1287> a lvont:Character ;
    lvont:represents "ኇ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE XOA"@en .

<http://lexvo.org/id/char/1288> a lvont:Character ;
    lvont:represents "ኈ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE XWA"@en .

<http://lexvo.org/id/char/128A> a lvont:Character ;
    lvont:represents "ኊ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE XWI"@en .

<http://lexvo.org/id/char/128B> a lvont:Character ;
    lvont:represents "ኋ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE XWAA"@en .

<http://lexvo.org/id/char/128C> a lvont:Character ;
    lvont:represents "ኌ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE XWEE"@en .

<http://lexvo.org/id/char/128D> a lvont:Character ;
    lvont:represents "ኍ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE XWE"@en .

<http://lexvo.org/id/char/1290> a lvont:Character ;
    lvont:represents "ነ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE NA"@en .

<http://lexvo.org/id/char/1291> a lvont:Character ;
    lvont:represents "ኑ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE NU"@en .

<http://lexvo.org/id/char/1292> a lvont:Character ;
    lvont:represents "ኒ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE NI"@en .

<http://lexvo.org/id/char/1293> a lvont:Character ;
    lvont:represents "ና"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE NAA"@en .

<http://lexvo.org/id/char/1294> a lvont:Character ;
    lvont:represents "ኔ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE NEE"@en .

<http://lexvo.org/id/char/1295> a lvont:Character ;
    lvont:represents "ን"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE NE"@en .

<http://lexvo.org/id/char/1296> a lvont:Character ;
    lvont:represents "ኖ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE NO"@en .

<http://lexvo.org/id/char/1297> a lvont:Character ;
    lvont:represents "ኗ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE NWA"@en .

<http://lexvo.org/id/char/1298> a lvont:Character ;
    lvont:represents "ኘ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE NYA"@en .

<http://lexvo.org/id/char/1299> a lvont:Character ;
    lvont:represents "ኙ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE NYU"@en .

<http://lexvo.org/id/char/129A> a lvont:Character ;
    lvont:represents "ኚ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE NYI"@en .

<http://lexvo.org/id/char/129B> a lvont:Character ;
    lvont:represents "ኛ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE NYAA"@en .

<http://lexvo.org/id/char/129C> a lvont:Character ;
    lvont:represents "ኜ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE NYEE"@en .

<http://lexvo.org/id/char/129D> a lvont:Character ;
    lvont:represents "ኝ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE NYE"@en .

<http://lexvo.org/id/char/129E> a lvont:Character ;
    lvont:represents "ኞ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE NYO"@en .

<http://lexvo.org/id/char/129F> a lvont:Character ;
    lvont:represents "ኟ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE NYWA"@en .

<http://lexvo.org/id/char/12A0> a lvont:Character ;
    lvont:represents "አ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE GLOTTAL A"@en .

<http://lexvo.org/id/char/12A1> a lvont:Character ;
    lvont:represents "ኡ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE GLOTTAL U"@en .

<http://lexvo.org/id/char/12A2> a lvont:Character ;
    lvont:represents "ኢ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE GLOTTAL I"@en .

<http://lexvo.org/id/char/12A3> a lvont:Character ;
    lvont:represents "ኣ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE GLOTTAL AA"@en .

<http://lexvo.org/id/char/12A4> a lvont:Character ;
    lvont:represents "ኤ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE GLOTTAL EE"@en .

<http://lexvo.org/id/char/12A5> a lvont:Character ;
    lvont:represents "እ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE GLOTTAL E"@en .

<http://lexvo.org/id/char/12A6> a lvont:Character ;
    lvont:represents "ኦ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE GLOTTAL O"@en .

<http://lexvo.org/id/char/12A7> a lvont:Character ;
    lvont:represents "ኧ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE GLOTTAL WA"@en .

<http://lexvo.org/id/char/12A8> a lvont:Character ;
    lvont:represents "ከ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE KA"@en .

<http://lexvo.org/id/char/12A9> a lvont:Character ;
    lvont:represents "ኩ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE KU"@en .

<http://lexvo.org/id/char/12AA> a lvont:Character ;
    lvont:represents "ኪ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE KI"@en .

<http://lexvo.org/id/char/12AB> a lvont:Character ;
    lvont:represents "ካ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE KAA"@en .

<http://lexvo.org/id/char/12AC> a lvont:Character ;
    lvont:represents "ኬ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE KEE"@en .

<http://lexvo.org/id/char/12AD> a lvont:Character ;
    lvont:represents "ክ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE KE"@en .

<http://lexvo.org/id/char/12AE> a lvont:Character ;
    lvont:represents "ኮ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE KO"@en .

<http://lexvo.org/id/char/12AF> a lvont:Character ;
    lvont:represents "ኯ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE KOA"@en .

<http://lexvo.org/id/char/12B0> a lvont:Character ;
    lvont:represents "ኰ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE KWA"@en .

<http://lexvo.org/id/char/12B2> a lvont:Character ;
    lvont:represents "ኲ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE KWI"@en .

<http://lexvo.org/id/char/12B3> a lvont:Character ;
    lvont:represents "ኳ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE KWAA"@en .

<http://lexvo.org/id/char/12B4> a lvont:Character ;
    lvont:represents "ኴ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE KWEE"@en .

<http://lexvo.org/id/char/12B5> a lvont:Character ;
    lvont:represents "ኵ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE KWE"@en .

<http://lexvo.org/id/char/12B8> a lvont:Character ;
    lvont:represents "ኸ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE KXA"@en .

<http://lexvo.org/id/char/12B9> a lvont:Character ;
    lvont:represents "ኹ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE KXU"@en .

<http://lexvo.org/id/char/12BA> a lvont:Character ;
    lvont:represents "ኺ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE KXI"@en .

<http://lexvo.org/id/char/12BB> a lvont:Character ;
    lvont:represents "ኻ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE KXAA"@en .

<http://lexvo.org/id/char/12BC> a lvont:Character ;
    lvont:represents "ኼ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE KXEE"@en .

<http://lexvo.org/id/char/12BD> a lvont:Character ;
    lvont:represents "ኽ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE KXE"@en .

<http://lexvo.org/id/char/12BE> a lvont:Character ;
    lvont:represents "ኾ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE KXO"@en .

<http://lexvo.org/id/char/12C0> a lvont:Character ;
    lvont:represents "ዀ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE KXWA"@en .

<http://lexvo.org/id/char/12C2> a lvont:Character ;
    lvont:represents "ዂ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE KXWI"@en .

<http://lexvo.org/id/char/12C3> a lvont:Character ;
    lvont:represents "ዃ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE KXWAA"@en .

<http://lexvo.org/id/char/12C4> a lvont:Character ;
    lvont:represents "ዄ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE KXWEE"@en .

<http://lexvo.org/id/char/12C5> a lvont:Character ;
    lvont:represents "ዅ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE KXWE"@en .

<http://lexvo.org/id/char/12C8> a lvont:Character ;
    lvont:represents "ወ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE WA"@en .

<http://lexvo.org/id/char/12C9> a lvont:Character ;
    lvont:represents "ዉ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE WU"@en .

<http://lexvo.org/id/char/12CA> a lvont:Character ;
    lvont:represents "ዊ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE WI"@en .

<http://lexvo.org/id/char/12CB> a lvont:Character ;
    lvont:represents "ዋ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE WAA"@en .

<http://lexvo.org/id/char/12CC> a lvont:Character ;
    lvont:represents "ዌ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE WEE"@en .

<http://lexvo.org/id/char/12CD> a lvont:Character ;
    lvont:represents "ው"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE WE"@en .

<http://lexvo.org/id/char/12CE> a lvont:Character ;
    lvont:represents "ዎ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE WO"@en .

<http://lexvo.org/id/char/12CF> a lvont:Character ;
    lvont:represents "ዏ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE WOA"@en .

<http://lexvo.org/id/char/12D0> a lvont:Character ;
    lvont:represents "ዐ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE PHARYNGEAL A"@en .

<http://lexvo.org/id/char/12D1> a lvont:Character ;
    lvont:represents "ዑ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE PHARYNGEAL U"@en .

<http://lexvo.org/id/char/12D2> a lvont:Character ;
    lvont:represents "ዒ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE PHARYNGEAL I"@en .

<http://lexvo.org/id/char/12D3> a lvont:Character ;
    lvont:represents "ዓ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE PHARYNGEAL AA"@en .

<http://lexvo.org/id/char/12D4> a lvont:Character ;
    lvont:represents "ዔ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE PHARYNGEAL EE"@en .

<http://lexvo.org/id/char/12D5> a lvont:Character ;
    lvont:represents "ዕ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE PHARYNGEAL E"@en .

<http://lexvo.org/id/char/12D6> a lvont:Character ;
    lvont:represents "ዖ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE PHARYNGEAL O"@en .

<http://lexvo.org/id/char/12D8> a lvont:Character ;
    lvont:represents "ዘ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE ZA"@en .

<http://lexvo.org/id/char/12D9> a lvont:Character ;
    lvont:represents "ዙ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE ZU"@en .

<http://lexvo.org/id/char/12DA> a lvont:Character ;
    lvont:represents "ዚ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE ZI"@en .

<http://lexvo.org/id/char/12DB> a lvont:Character ;
    lvont:represents "ዛ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE ZAA"@en .

<http://lexvo.org/id/char/12DC> a lvont:Character ;
    lvont:represents "ዜ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE ZEE"@en .

<http://lexvo.org/id/char/12DD> a lvont:Character ;
    lvont:represents "ዝ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE ZE"@en .

<http://lexvo.org/id/char/12DE> a lvont:Character ;
    lvont:represents "ዞ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE ZO"@en .

<http://lexvo.org/id/char/12DF> a lvont:Character ;
    lvont:represents "ዟ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE ZWA"@en .

<http://lexvo.org/id/char/12E0> a lvont:Character ;
    lvont:represents "ዠ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE ZHA"@en .

<http://lexvo.org/id/char/12E1> a lvont:Character ;
    lvont:represents "ዡ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE ZHU"@en .

<http://lexvo.org/id/char/12E2> a lvont:Character ;
    lvont:represents "ዢ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE ZHI"@en .

<http://lexvo.org/id/char/12E3> a lvont:Character ;
    lvont:represents "ዣ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE ZHAA"@en .

<http://lexvo.org/id/char/12E4> a lvont:Character ;
    lvont:represents "ዤ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE ZHEE"@en .

<http://lexvo.org/id/char/12E5> a lvont:Character ;
    lvont:represents "ዥ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE ZHE"@en .

<http://lexvo.org/id/char/12E6> a lvont:Character ;
    lvont:represents "ዦ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE ZHO"@en .

<http://lexvo.org/id/char/12E7> a lvont:Character ;
    lvont:represents "ዧ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE ZHWA"@en .

<http://lexvo.org/id/char/12E8> a lvont:Character ;
    lvont:represents "የ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE YA"@en .

<http://lexvo.org/id/char/12E9> a lvont:Character ;
    lvont:represents "ዩ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE YU"@en .

<http://lexvo.org/id/char/12EA> a lvont:Character ;
    lvont:represents "ዪ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE YI"@en .

<http://lexvo.org/id/char/12EB> a lvont:Character ;
    lvont:represents "ያ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE YAA"@en .

<http://lexvo.org/id/char/12EC> a lvont:Character ;
    lvont:represents "ዬ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE YEE"@en .

<http://lexvo.org/id/char/12ED> a lvont:Character ;
    lvont:represents "ይ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE YE"@en .

<http://lexvo.org/id/char/12EE> a lvont:Character ;
    lvont:represents "ዮ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE YO"@en .

<http://lexvo.org/id/char/12EF> a lvont:Character ;
    lvont:represents "ዯ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE YOA"@en .

<http://lexvo.org/id/char/12F0> a lvont:Character ;
    lvont:represents "ደ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE DA"@en .

<http://lexvo.org/id/char/12F1> a lvont:Character ;
    lvont:represents "ዱ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE DU"@en .

<http://lexvo.org/id/char/12F2> a lvont:Character ;
    lvont:represents "ዲ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE DI"@en .

<http://lexvo.org/id/char/12F3> a lvont:Character ;
    lvont:represents "ዳ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE DAA"@en .

<http://lexvo.org/id/char/12F4> a lvont:Character ;
    lvont:represents "ዴ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE DEE"@en .

<http://lexvo.org/id/char/12F5> a lvont:Character ;
    lvont:represents "ድ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE DE"@en .

<http://lexvo.org/id/char/12F6> a lvont:Character ;
    lvont:represents "ዶ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE DO"@en .

<http://lexvo.org/id/char/12F7> a lvont:Character ;
    lvont:represents "ዷ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE DWA"@en .

<http://lexvo.org/id/char/12F8> a lvont:Character ;
    lvont:represents "ዸ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE DDA"@en .

<http://lexvo.org/id/char/12F9> a lvont:Character ;
    lvont:represents "ዹ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE DDU"@en .

<http://lexvo.org/id/char/12FA> a lvont:Character ;
    lvont:represents "ዺ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE DDI"@en .

<http://lexvo.org/id/char/12FB> a lvont:Character ;
    lvont:represents "ዻ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE DDAA"@en .

<http://lexvo.org/id/char/12FC> a lvont:Character ;
    lvont:represents "ዼ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE DDEE"@en .

<http://lexvo.org/id/char/12FD> a lvont:Character ;
    lvont:represents "ዽ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE DDE"@en .

<http://lexvo.org/id/char/12FE> a lvont:Character ;
    lvont:represents "ዾ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE DDO"@en .

<http://lexvo.org/id/char/12FF> a lvont:Character ;
    lvont:represents "ዿ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE DDWA"@en .

<http://lexvo.org/id/char/1300> a lvont:Character ;
    lvont:represents "ጀ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE JA"@en .

<http://lexvo.org/id/char/13000> a lvont:Character ;
    lvont:represents "𓀀"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH A001"@en .

<http://lexvo.org/id/char/13001> a lvont:Character ;
    lvont:represents "𓀁"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH A002"@en .

<http://lexvo.org/id/char/13002> a lvont:Character ;
    lvont:represents "𓀂"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH A003"@en .

<http://lexvo.org/id/char/13003> a lvont:Character ;
    lvont:represents "𓀃"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH A004"@en .

<http://lexvo.org/id/char/13004> a lvont:Character ;
    lvont:represents "𓀄"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH A005"@en .

<http://lexvo.org/id/char/13005> a lvont:Character ;
    lvont:represents "𓀅"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH A005A"@en .

<http://lexvo.org/id/char/13006> a lvont:Character ;
    lvont:represents "𓀆"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH A006"@en .

<http://lexvo.org/id/char/13007> a lvont:Character ;
    lvont:represents "𓀇"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH A006A"@en .

<http://lexvo.org/id/char/13008> a lvont:Character ;
    lvont:represents "𓀈"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH A006B"@en .

<http://lexvo.org/id/char/13009> a lvont:Character ;
    lvont:represents "𓀉"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH A007"@en .

<http://lexvo.org/id/char/1300A> a lvont:Character ;
    lvont:represents "𓀊"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH A008"@en .

<http://lexvo.org/id/char/1300B> a lvont:Character ;
    lvont:represents "𓀋"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH A009"@en .

<http://lexvo.org/id/char/1300C> a lvont:Character ;
    lvont:represents "𓀌"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH A010"@en .

<http://lexvo.org/id/char/1300D> a lvont:Character ;
    lvont:represents "𓀍"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH A011"@en .

<http://lexvo.org/id/char/1300E> a lvont:Character ;
    lvont:represents "𓀎"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH A012"@en .

<http://lexvo.org/id/char/1300F> a lvont:Character ;
    lvont:represents "𓀏"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH A013"@en .

<http://lexvo.org/id/char/1301> a lvont:Character ;
    lvont:represents "ጁ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE JU"@en .

<http://lexvo.org/id/char/13010> a lvont:Character ;
    lvont:represents "𓀐"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH A014"@en .

<http://lexvo.org/id/char/13011> a lvont:Character ;
    lvont:represents "𓀑"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH A014A"@en .

<http://lexvo.org/id/char/13012> a lvont:Character ;
    lvont:represents "𓀒"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH A015"@en .

<http://lexvo.org/id/char/13013> a lvont:Character ;
    lvont:represents "𓀓"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH A016"@en .

<http://lexvo.org/id/char/13014> a lvont:Character ;
    lvont:represents "𓀔"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH A017"@en .

<http://lexvo.org/id/char/13015> a lvont:Character ;
    lvont:represents "𓀕"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH A017A"@en .

<http://lexvo.org/id/char/13016> a lvont:Character ;
    lvont:represents "𓀖"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH A018"@en .

<http://lexvo.org/id/char/13017> a lvont:Character ;
    lvont:represents "𓀗"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH A019"@en .

<http://lexvo.org/id/char/13018> a lvont:Character ;
    lvont:represents "𓀘"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH A020"@en .

<http://lexvo.org/id/char/13019> a lvont:Character ;
    lvont:represents "𓀙"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH A021"@en .

<http://lexvo.org/id/char/1301A> a lvont:Character ;
    lvont:represents "𓀚"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH A022"@en .

<http://lexvo.org/id/char/1301B> a lvont:Character ;
    lvont:represents "𓀛"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH A023"@en .

<http://lexvo.org/id/char/1301C> a lvont:Character ;
    lvont:represents "𓀜"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH A024"@en .

<http://lexvo.org/id/char/1301D> a lvont:Character ;
    lvont:represents "𓀝"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH A025"@en .

<http://lexvo.org/id/char/1301E> a lvont:Character ;
    lvont:represents "𓀞"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH A026"@en .

<http://lexvo.org/id/char/1301F> a lvont:Character ;
    lvont:represents "𓀟"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH A027"@en .

<http://lexvo.org/id/char/1302> a lvont:Character ;
    lvont:represents "ጂ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE JI"@en .

<http://lexvo.org/id/char/13020> a lvont:Character ;
    lvont:represents "𓀠"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH A028"@en .

<http://lexvo.org/id/char/13021> a lvont:Character ;
    lvont:represents "𓀡"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH A029"@en .

<http://lexvo.org/id/char/13022> a lvont:Character ;
    lvont:represents "𓀢"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH A030"@en .

<http://lexvo.org/id/char/13023> a lvont:Character ;
    lvont:represents "𓀣"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH A031"@en .

<http://lexvo.org/id/char/13024> a lvont:Character ;
    lvont:represents "𓀤"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH A032"@en .

<http://lexvo.org/id/char/13025> a lvont:Character ;
    lvont:represents "𓀥"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH A032A"@en .

<http://lexvo.org/id/char/13026> a lvont:Character ;
    lvont:represents "𓀦"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH A033"@en .

<http://lexvo.org/id/char/13027> a lvont:Character ;
    lvont:represents "𓀧"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH A034"@en .

<http://lexvo.org/id/char/13028> a lvont:Character ;
    lvont:represents "𓀨"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH A035"@en .

<http://lexvo.org/id/char/13029> a lvont:Character ;
    lvont:represents "𓀩"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH A036"@en .

<http://lexvo.org/id/char/1302A> a lvont:Character ;
    lvont:represents "𓀪"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH A037"@en .

<http://lexvo.org/id/char/1302B> a lvont:Character ;
    lvont:represents "𓀫"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH A038"@en .

<http://lexvo.org/id/char/1302C> a lvont:Character ;
    lvont:represents "𓀬"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH A039"@en .

<http://lexvo.org/id/char/1302D> a lvont:Character ;
    lvont:represents "𓀭"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH A040"@en .

<http://lexvo.org/id/char/1302E> a lvont:Character ;
    lvont:represents "𓀮"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH A040A"@en .

<http://lexvo.org/id/char/1302F> a lvont:Character ;
    lvont:represents "𓀯"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH A041"@en .

<http://lexvo.org/id/char/1303> a lvont:Character ;
    lvont:represents "ጃ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE JAA"@en .

<http://lexvo.org/id/char/13030> a lvont:Character ;
    lvont:represents "𓀰"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH A042"@en .

<http://lexvo.org/id/char/13031> a lvont:Character ;
    lvont:represents "𓀱"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH A042A"@en .

<http://lexvo.org/id/char/13032> a lvont:Character ;
    lvont:represents "𓀲"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH A043"@en .

<http://lexvo.org/id/char/13033> a lvont:Character ;
    lvont:represents "𓀳"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH A043A"@en .

<http://lexvo.org/id/char/13034> a lvont:Character ;
    lvont:represents "𓀴"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH A044"@en .

<http://lexvo.org/id/char/13035> a lvont:Character ;
    lvont:represents "𓀵"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH A045"@en .

<http://lexvo.org/id/char/13036> a lvont:Character ;
    lvont:represents "𓀶"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH A045A"@en .

<http://lexvo.org/id/char/13037> a lvont:Character ;
    lvont:represents "𓀷"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH A046"@en .

<http://lexvo.org/id/char/13038> a lvont:Character ;
    lvont:represents "𓀸"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH A047"@en .

<http://lexvo.org/id/char/13039> a lvont:Character ;
    lvont:represents "𓀹"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH A048"@en .

<http://lexvo.org/id/char/1303A> a lvont:Character ;
    lvont:represents "𓀺"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH A049"@en .

<http://lexvo.org/id/char/1303B> a lvont:Character ;
    lvont:represents "𓀻"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH A050"@en .

<http://lexvo.org/id/char/1303C> a lvont:Character ;
    lvont:represents "𓀼"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH A051"@en .

<http://lexvo.org/id/char/1303D> a lvont:Character ;
    lvont:represents "𓀽"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH A052"@en .

<http://lexvo.org/id/char/1303E> a lvont:Character ;
    lvont:represents "𓀾"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH A053"@en .

<http://lexvo.org/id/char/1303F> a lvont:Character ;
    lvont:represents "𓀿"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH A054"@en .

<http://lexvo.org/id/char/1304> a lvont:Character ;
    lvont:represents "ጄ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE JEE"@en .

<http://lexvo.org/id/char/13040> a lvont:Character ;
    lvont:represents "𓁀"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH A055"@en .

<http://lexvo.org/id/char/13041> a lvont:Character ;
    lvont:represents "𓁁"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH A056"@en .

<http://lexvo.org/id/char/13042> a lvont:Character ;
    lvont:represents "𓁂"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH A057"@en .

<http://lexvo.org/id/char/13043> a lvont:Character ;
    lvont:represents "𓁃"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH A058"@en .

<http://lexvo.org/id/char/13044> a lvont:Character ;
    lvont:represents "𓁄"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH A059"@en .

<http://lexvo.org/id/char/13045> a lvont:Character ;
    lvont:represents "𓁅"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH A060"@en .

<http://lexvo.org/id/char/13046> a lvont:Character ;
    lvont:represents "𓁆"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH A061"@en .

<http://lexvo.org/id/char/13047> a lvont:Character ;
    lvont:represents "𓁇"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH A062"@en .

<http://lexvo.org/id/char/13048> a lvont:Character ;
    lvont:represents "𓁈"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH A063"@en .

<http://lexvo.org/id/char/13049> a lvont:Character ;
    lvont:represents "𓁉"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH A064"@en .

<http://lexvo.org/id/char/1304A> a lvont:Character ;
    lvont:represents "𓁊"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH A065"@en .

<http://lexvo.org/id/char/1304B> a lvont:Character ;
    lvont:represents "𓁋"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH A066"@en .

<http://lexvo.org/id/char/1304C> a lvont:Character ;
    lvont:represents "𓁌"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH A067"@en .

<http://lexvo.org/id/char/1304D> a lvont:Character ;
    lvont:represents "𓁍"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH A068"@en .

<http://lexvo.org/id/char/1304E> a lvont:Character ;
    lvont:represents "𓁎"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH A069"@en .

<http://lexvo.org/id/char/1304F> a lvont:Character ;
    lvont:represents "𓁏"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH A070"@en .

<http://lexvo.org/id/char/1305> a lvont:Character ;
    lvont:represents "ጅ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE JE"@en .

<http://lexvo.org/id/char/13050> a lvont:Character ;
    lvont:represents "𓁐"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH B001"@en .

<http://lexvo.org/id/char/13051> a lvont:Character ;
    lvont:represents "𓁑"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH B002"@en .

<http://lexvo.org/id/char/13052> a lvont:Character ;
    lvont:represents "𓁒"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH B003"@en .

<http://lexvo.org/id/char/13053> a lvont:Character ;
    lvont:represents "𓁓"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH B004"@en .

<http://lexvo.org/id/char/13054> a lvont:Character ;
    lvont:represents "𓁔"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH B005"@en .

<http://lexvo.org/id/char/13055> a lvont:Character ;
    lvont:represents "𓁕"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH B005A"@en .

<http://lexvo.org/id/char/13056> a lvont:Character ;
    lvont:represents "𓁖"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH B006"@en .

<http://lexvo.org/id/char/13057> a lvont:Character ;
    lvont:represents "𓁗"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH B007"@en .

<http://lexvo.org/id/char/13058> a lvont:Character ;
    lvont:represents "𓁘"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH B008"@en .

<http://lexvo.org/id/char/13059> a lvont:Character ;
    lvont:represents "𓁙"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH B009"@en .

<http://lexvo.org/id/char/1305A> a lvont:Character ;
    lvont:represents "𓁚"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH C001"@en .

<http://lexvo.org/id/char/1305B> a lvont:Character ;
    lvont:represents "𓁛"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH C002"@en .

<http://lexvo.org/id/char/1305C> a lvont:Character ;
    lvont:represents "𓁜"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH C002A"@en .

<http://lexvo.org/id/char/1305D> a lvont:Character ;
    lvont:represents "𓁝"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH C002B"@en .

<http://lexvo.org/id/char/1305E> a lvont:Character ;
    lvont:represents "𓁞"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH C002C"@en .

<http://lexvo.org/id/char/1305F> a lvont:Character ;
    lvont:represents "𓁟"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH C003"@en .

<http://lexvo.org/id/char/1306> a lvont:Character ;
    lvont:represents "ጆ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE JO"@en .

<http://lexvo.org/id/char/13060> a lvont:Character ;
    lvont:represents "𓁠"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH C004"@en .

<http://lexvo.org/id/char/13061> a lvont:Character ;
    lvont:represents "𓁡"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH C005"@en .

<http://lexvo.org/id/char/13062> a lvont:Character ;
    lvont:represents "𓁢"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH C006"@en .

<http://lexvo.org/id/char/13063> a lvont:Character ;
    lvont:represents "𓁣"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH C007"@en .

<http://lexvo.org/id/char/13064> a lvont:Character ;
    lvont:represents "𓁤"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH C008"@en .

<http://lexvo.org/id/char/13065> a lvont:Character ;
    lvont:represents "𓁥"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH C009"@en .

<http://lexvo.org/id/char/13066> a lvont:Character ;
    lvont:represents "𓁦"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH C010"@en .

<http://lexvo.org/id/char/13067> a lvont:Character ;
    lvont:represents "𓁧"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH C010A"@en .

<http://lexvo.org/id/char/13068> a lvont:Character ;
    lvont:represents "𓁨"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH C011"@en .

<http://lexvo.org/id/char/13069> a lvont:Character ;
    lvont:represents "𓁩"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH C012"@en .

<http://lexvo.org/id/char/1306A> a lvont:Character ;
    lvont:represents "𓁪"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH C013"@en .

<http://lexvo.org/id/char/1306B> a lvont:Character ;
    lvont:represents "𓁫"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH C014"@en .

<http://lexvo.org/id/char/1306C> a lvont:Character ;
    lvont:represents "𓁬"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH C015"@en .

<http://lexvo.org/id/char/1306D> a lvont:Character ;
    lvont:represents "𓁭"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH C016"@en .

<http://lexvo.org/id/char/1306E> a lvont:Character ;
    lvont:represents "𓁮"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH C017"@en .

<http://lexvo.org/id/char/1306F> a lvont:Character ;
    lvont:represents "𓁯"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH C018"@en .

<http://lexvo.org/id/char/1307> a lvont:Character ;
    lvont:represents "ጇ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE JWA"@en .

<http://lexvo.org/id/char/13070> a lvont:Character ;
    lvont:represents "𓁰"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH C019"@en .

<http://lexvo.org/id/char/13071> a lvont:Character ;
    lvont:represents "𓁱"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH C020"@en .

<http://lexvo.org/id/char/13072> a lvont:Character ;
    lvont:represents "𓁲"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH C021"@en .

<http://lexvo.org/id/char/13073> a lvont:Character ;
    lvont:represents "𓁳"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH C022"@en .

<http://lexvo.org/id/char/13074> a lvont:Character ;
    lvont:represents "𓁴"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH C023"@en .

<http://lexvo.org/id/char/13075> a lvont:Character ;
    lvont:represents "𓁵"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH C024"@en .

<http://lexvo.org/id/char/13076> a lvont:Character ;
    lvont:represents "𓁶"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH D001"@en .

<http://lexvo.org/id/char/13077> a lvont:Character ;
    lvont:represents "𓁷"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH D002"@en .

<http://lexvo.org/id/char/13078> a lvont:Character ;
    lvont:represents "𓁸"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH D003"@en .

<http://lexvo.org/id/char/13079> a lvont:Character ;
    lvont:represents "𓁹"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH D004"@en .

<http://lexvo.org/id/char/1307A> a lvont:Character ;
    lvont:represents "𓁺"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH D005"@en .

<http://lexvo.org/id/char/1307B> a lvont:Character ;
    lvont:represents "𓁻"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH D006"@en .

<http://lexvo.org/id/char/1307C> a lvont:Character ;
    lvont:represents "𓁼"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH D007"@en .

<http://lexvo.org/id/char/1307D> a lvont:Character ;
    lvont:represents "𓁽"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH D008"@en .

<http://lexvo.org/id/char/1307E> a lvont:Character ;
    lvont:represents "𓁾"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH D008A"@en .

<http://lexvo.org/id/char/1307F> a lvont:Character ;
    lvont:represents "𓁿"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH D009"@en .

<http://lexvo.org/id/char/1308> a lvont:Character ;
    lvont:represents "ገ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE GA"@en .

<http://lexvo.org/id/char/13080> a lvont:Character ;
    lvont:represents "𓂀"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH D010"@en .

<http://lexvo.org/id/char/13081> a lvont:Character ;
    lvont:represents "𓂁"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH D011"@en .

<http://lexvo.org/id/char/13082> a lvont:Character ;
    lvont:represents "𓂂"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH D012"@en .

<http://lexvo.org/id/char/13083> a lvont:Character ;
    lvont:represents "𓂃"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH D013"@en .

<http://lexvo.org/id/char/13084> a lvont:Character ;
    lvont:represents "𓂄"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH D014"@en .

<http://lexvo.org/id/char/13085> a lvont:Character ;
    lvont:represents "𓂅"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH D015"@en .

<http://lexvo.org/id/char/13086> a lvont:Character ;
    lvont:represents "𓂆"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH D016"@en .

<http://lexvo.org/id/char/13087> a lvont:Character ;
    lvont:represents "𓂇"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH D017"@en .

<http://lexvo.org/id/char/13088> a lvont:Character ;
    lvont:represents "𓂈"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH D018"@en .

<http://lexvo.org/id/char/13089> a lvont:Character ;
    lvont:represents "𓂉"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH D019"@en .

<http://lexvo.org/id/char/1308A> a lvont:Character ;
    lvont:represents "𓂊"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH D020"@en .

<http://lexvo.org/id/char/1308B> a lvont:Character ;
    lvont:represents "𓂋"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH D021"@en .

<http://lexvo.org/id/char/1308C> a lvont:Character ;
    lvont:represents "𓂌"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH D022"@en .

<http://lexvo.org/id/char/1308D> a lvont:Character ;
    lvont:represents "𓂍"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH D023"@en .

<http://lexvo.org/id/char/1308E> a lvont:Character ;
    lvont:represents "𓂎"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH D024"@en .

<http://lexvo.org/id/char/1308F> a lvont:Character ;
    lvont:represents "𓂏"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH D025"@en .

<http://lexvo.org/id/char/1309> a lvont:Character ;
    lvont:represents "ጉ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE GU"@en .

<http://lexvo.org/id/char/13090> a lvont:Character ;
    lvont:represents "𓂐"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH D026"@en .

<http://lexvo.org/id/char/13091> a lvont:Character ;
    lvont:represents "𓂑"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH D027"@en .

<http://lexvo.org/id/char/13092> a lvont:Character ;
    lvont:represents "𓂒"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH D027A"@en .

<http://lexvo.org/id/char/13093> a lvont:Character ;
    lvont:represents "𓂓"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH D028"@en .

<http://lexvo.org/id/char/13094> a lvont:Character ;
    lvont:represents "𓂔"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH D029"@en .

<http://lexvo.org/id/char/13095> a lvont:Character ;
    lvont:represents "𓂕"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH D030"@en .

<http://lexvo.org/id/char/13096> a lvont:Character ;
    lvont:represents "𓂖"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH D031"@en .

<http://lexvo.org/id/char/13097> a lvont:Character ;
    lvont:represents "𓂗"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH D031A"@en .

<http://lexvo.org/id/char/13098> a lvont:Character ;
    lvont:represents "𓂘"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH D032"@en .

<http://lexvo.org/id/char/13099> a lvont:Character ;
    lvont:represents "𓂙"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH D033"@en .

<http://lexvo.org/id/char/1309A> a lvont:Character ;
    lvont:represents "𓂚"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH D034"@en .

<http://lexvo.org/id/char/1309B> a lvont:Character ;
    lvont:represents "𓂛"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH D034A"@en .

<http://lexvo.org/id/char/1309C> a lvont:Character ;
    lvont:represents "𓂜"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH D035"@en .

<http://lexvo.org/id/char/1309D> a lvont:Character ;
    lvont:represents "𓂝"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH D036"@en .

<http://lexvo.org/id/char/1309E> a lvont:Character ;
    lvont:represents "𓂞"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH D037"@en .

<http://lexvo.org/id/char/1309F> a lvont:Character ;
    lvont:represents "𓂟"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH D038"@en .

<http://lexvo.org/id/char/130A> a lvont:Character ;
    lvont:represents "ጊ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE GI"@en .

<http://lexvo.org/id/char/130A0> a lvont:Character ;
    lvont:represents "𓂠"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH D039"@en .

<http://lexvo.org/id/char/130A1> a lvont:Character ;
    lvont:represents "𓂡"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH D040"@en .

<http://lexvo.org/id/char/130A2> a lvont:Character ;
    lvont:represents "𓂢"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH D041"@en .

<http://lexvo.org/id/char/130A3> a lvont:Character ;
    lvont:represents "𓂣"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH D042"@en .

<http://lexvo.org/id/char/130A4> a lvont:Character ;
    lvont:represents "𓂤"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH D043"@en .

<http://lexvo.org/id/char/130A5> a lvont:Character ;
    lvont:represents "𓂥"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH D044"@en .

<http://lexvo.org/id/char/130A6> a lvont:Character ;
    lvont:represents "𓂦"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH D045"@en .

<http://lexvo.org/id/char/130A7> a lvont:Character ;
    lvont:represents "𓂧"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH D046"@en .

<http://lexvo.org/id/char/130A8> a lvont:Character ;
    lvont:represents "𓂨"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH D046A"@en .

<http://lexvo.org/id/char/130A9> a lvont:Character ;
    lvont:represents "𓂩"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH D047"@en .

<http://lexvo.org/id/char/130AA> a lvont:Character ;
    lvont:represents "𓂪"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH D048"@en .

<http://lexvo.org/id/char/130AB> a lvont:Character ;
    lvont:represents "𓂫"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH D048A"@en .

<http://lexvo.org/id/char/130AC> a lvont:Character ;
    lvont:represents "𓂬"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH D049"@en .

<http://lexvo.org/id/char/130AD> a lvont:Character ;
    lvont:represents "𓂭"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH D050"@en .

<http://lexvo.org/id/char/130AE> a lvont:Character ;
    lvont:represents "𓂮"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH D050A"@en .

<http://lexvo.org/id/char/130AF> a lvont:Character ;
    lvont:represents "𓂯"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH D050B"@en .

<http://lexvo.org/id/char/130B> a lvont:Character ;
    lvont:represents "ጋ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE GAA"@en .

<http://lexvo.org/id/char/130B0> a lvont:Character ;
    lvont:represents "𓂰"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH D050C"@en .

<http://lexvo.org/id/char/130B1> a lvont:Character ;
    lvont:represents "𓂱"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH D050D"@en .

<http://lexvo.org/id/char/130B2> a lvont:Character ;
    lvont:represents "𓂲"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH D050E"@en .

<http://lexvo.org/id/char/130B3> a lvont:Character ;
    lvont:represents "𓂳"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH D050F"@en .

<http://lexvo.org/id/char/130B4> a lvont:Character ;
    lvont:represents "𓂴"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH D050G"@en .

<http://lexvo.org/id/char/130B5> a lvont:Character ;
    lvont:represents "𓂵"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH D050H"@en .

<http://lexvo.org/id/char/130B6> a lvont:Character ;
    lvont:represents "𓂶"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH D050I"@en .

<http://lexvo.org/id/char/130B7> a lvont:Character ;
    lvont:represents "𓂷"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH D051"@en .

<http://lexvo.org/id/char/130B8> a lvont:Character ;
    lvont:represents "𓂸"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH D052"@en .

<http://lexvo.org/id/char/130B9> a lvont:Character ;
    lvont:represents "𓂹"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH D052A"@en .

<http://lexvo.org/id/char/130BA> a lvont:Character ;
    lvont:represents "𓂺"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH D053"@en .

<http://lexvo.org/id/char/130BB> a lvont:Character ;
    lvont:represents "𓂻"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH D054"@en .

<http://lexvo.org/id/char/130BC> a lvont:Character ;
    lvont:represents "𓂼"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH D054A"@en .

<http://lexvo.org/id/char/130BD> a lvont:Character ;
    lvont:represents "𓂽"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH D055"@en .

<http://lexvo.org/id/char/130BE> a lvont:Character ;
    lvont:represents "𓂾"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH D056"@en .

<http://lexvo.org/id/char/130BF> a lvont:Character ;
    lvont:represents "𓂿"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH D057"@en .

<http://lexvo.org/id/char/130C> a lvont:Character ;
    lvont:represents "ጌ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE GEE"@en .

<http://lexvo.org/id/char/130C0> a lvont:Character ;
    lvont:represents "𓃀"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH D058"@en .

<http://lexvo.org/id/char/130C1> a lvont:Character ;
    lvont:represents "𓃁"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH D059"@en .

<http://lexvo.org/id/char/130C2> a lvont:Character ;
    lvont:represents "𓃂"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH D060"@en .

<http://lexvo.org/id/char/130C3> a lvont:Character ;
    lvont:represents "𓃃"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH D061"@en .

<http://lexvo.org/id/char/130C4> a lvont:Character ;
    lvont:represents "𓃄"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH D062"@en .

<http://lexvo.org/id/char/130C5> a lvont:Character ;
    lvont:represents "𓃅"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH D063"@en .

<http://lexvo.org/id/char/130C6> a lvont:Character ;
    lvont:represents "𓃆"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH D064"@en .

<http://lexvo.org/id/char/130C7> a lvont:Character ;
    lvont:represents "𓃇"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH D065"@en .

<http://lexvo.org/id/char/130C8> a lvont:Character ;
    lvont:represents "𓃈"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH D066"@en .

<http://lexvo.org/id/char/130C9> a lvont:Character ;
    lvont:represents "𓃉"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH D067"@en .

<http://lexvo.org/id/char/130CA> a lvont:Character ;
    lvont:represents "𓃊"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH D067A"@en .

<http://lexvo.org/id/char/130CB> a lvont:Character ;
    lvont:represents "𓃋"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH D067B"@en .

<http://lexvo.org/id/char/130CC> a lvont:Character ;
    lvont:represents "𓃌"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH D067C"@en .

<http://lexvo.org/id/char/130CD> a lvont:Character ;
    lvont:represents "𓃍"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH D067D"@en .

<http://lexvo.org/id/char/130CE> a lvont:Character ;
    lvont:represents "𓃎"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH D067E"@en .

<http://lexvo.org/id/char/130CF> a lvont:Character ;
    lvont:represents "𓃏"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH D067F"@en .

<http://lexvo.org/id/char/130D> a lvont:Character ;
    lvont:represents "ግ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE GE"@en .

<http://lexvo.org/id/char/130D0> a lvont:Character ;
    lvont:represents "𓃐"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH D067G"@en .

<http://lexvo.org/id/char/130D1> a lvont:Character ;
    lvont:represents "𓃑"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH D067H"@en .

<http://lexvo.org/id/char/130D2> a lvont:Character ;
    lvont:represents "𓃒"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH E001"@en .

<http://lexvo.org/id/char/130D3> a lvont:Character ;
    lvont:represents "𓃓"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH E002"@en .

<http://lexvo.org/id/char/130D4> a lvont:Character ;
    lvont:represents "𓃔"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH E003"@en .

<http://lexvo.org/id/char/130D5> a lvont:Character ;
    lvont:represents "𓃕"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH E004"@en .

<http://lexvo.org/id/char/130D6> a lvont:Character ;
    lvont:represents "𓃖"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH E005"@en .

<http://lexvo.org/id/char/130D7> a lvont:Character ;
    lvont:represents "𓃗"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH E006"@en .

<http://lexvo.org/id/char/130D8> a lvont:Character ;
    lvont:represents "𓃘"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH E007"@en .

<http://lexvo.org/id/char/130D9> a lvont:Character ;
    lvont:represents "𓃙"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH E008"@en .

<http://lexvo.org/id/char/130DA> a lvont:Character ;
    lvont:represents "𓃚"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH E008A"@en .

<http://lexvo.org/id/char/130DB> a lvont:Character ;
    lvont:represents "𓃛"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH E009"@en .

<http://lexvo.org/id/char/130DC> a lvont:Character ;
    lvont:represents "𓃜"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH E009A"@en .

<http://lexvo.org/id/char/130DD> a lvont:Character ;
    lvont:represents "𓃝"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH E010"@en .

<http://lexvo.org/id/char/130DE> a lvont:Character ;
    lvont:represents "𓃞"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH E011"@en .

<http://lexvo.org/id/char/130DF> a lvont:Character ;
    lvont:represents "𓃟"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH E012"@en .

<http://lexvo.org/id/char/130E> a lvont:Character ;
    lvont:represents "ጎ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE GO"@en .

<http://lexvo.org/id/char/130E0> a lvont:Character ;
    lvont:represents "𓃠"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH E013"@en .

<http://lexvo.org/id/char/130E1> a lvont:Character ;
    lvont:represents "𓃡"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH E014"@en .

<http://lexvo.org/id/char/130E2> a lvont:Character ;
    lvont:represents "𓃢"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH E015"@en .

<http://lexvo.org/id/char/130E3> a lvont:Character ;
    lvont:represents "𓃣"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH E016"@en .

<http://lexvo.org/id/char/130E4> a lvont:Character ;
    lvont:represents "𓃤"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH E016A"@en .

<http://lexvo.org/id/char/130E5> a lvont:Character ;
    lvont:represents "𓃥"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH E017"@en .

<http://lexvo.org/id/char/130E6> a lvont:Character ;
    lvont:represents "𓃦"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH E017A"@en .

<http://lexvo.org/id/char/130E7> a lvont:Character ;
    lvont:represents "𓃧"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH E018"@en .

<http://lexvo.org/id/char/130E8> a lvont:Character ;
    lvont:represents "𓃨"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH E019"@en .

<http://lexvo.org/id/char/130E9> a lvont:Character ;
    lvont:represents "𓃩"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH E020"@en .

<http://lexvo.org/id/char/130EA> a lvont:Character ;
    lvont:represents "𓃪"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH E020A"@en .

<http://lexvo.org/id/char/130EB> a lvont:Character ;
    lvont:represents "𓃫"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH E021"@en .

<http://lexvo.org/id/char/130EC> a lvont:Character ;
    lvont:represents "𓃬"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH E022"@en .

<http://lexvo.org/id/char/130ED> a lvont:Character ;
    lvont:represents "𓃭"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH E023"@en .

<http://lexvo.org/id/char/130EE> a lvont:Character ;
    lvont:represents "𓃮"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH E024"@en .

<http://lexvo.org/id/char/130EF> a lvont:Character ;
    lvont:represents "𓃯"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH E025"@en .

<http://lexvo.org/id/char/130F> a lvont:Character ;
    lvont:represents "ጏ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE GOA"@en .

<http://lexvo.org/id/char/130F0> a lvont:Character ;
    lvont:represents "𓃰"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH E026"@en .

<http://lexvo.org/id/char/130F1> a lvont:Character ;
    lvont:represents "𓃱"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH E027"@en .

<http://lexvo.org/id/char/130F2> a lvont:Character ;
    lvont:represents "𓃲"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH E028"@en .

<http://lexvo.org/id/char/130F3> a lvont:Character ;
    lvont:represents "𓃳"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH E028A"@en .

<http://lexvo.org/id/char/130F4> a lvont:Character ;
    lvont:represents "𓃴"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH E029"@en .

<http://lexvo.org/id/char/130F5> a lvont:Character ;
    lvont:represents "𓃵"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH E030"@en .

<http://lexvo.org/id/char/130F6> a lvont:Character ;
    lvont:represents "𓃶"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH E031"@en .

<http://lexvo.org/id/char/130F7> a lvont:Character ;
    lvont:represents "𓃷"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH E032"@en .

<http://lexvo.org/id/char/130F8> a lvont:Character ;
    lvont:represents "𓃸"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH E033"@en .

<http://lexvo.org/id/char/130F9> a lvont:Character ;
    lvont:represents "𓃹"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH E034"@en .

<http://lexvo.org/id/char/130FA> a lvont:Character ;
    lvont:represents "𓃺"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH E034A"@en .

<http://lexvo.org/id/char/130FB> a lvont:Character ;
    lvont:represents "𓃻"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH E036"@en .

<http://lexvo.org/id/char/130FC> a lvont:Character ;
    lvont:represents "𓃼"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH E037"@en .

<http://lexvo.org/id/char/130FD> a lvont:Character ;
    lvont:represents "𓃽"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH E038"@en .

<http://lexvo.org/id/char/130FE> a lvont:Character ;
    lvont:represents "𓃾"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH F001"@en .

<http://lexvo.org/id/char/130FF> a lvont:Character ;
    lvont:represents "𓃿"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH F001A"@en .

<http://lexvo.org/id/char/1310> a lvont:Character ;
    lvont:represents "ጐ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE GWA"@en .

<http://lexvo.org/id/char/13100> a lvont:Character ;
    lvont:represents "𓄀"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH F002"@en .

<http://lexvo.org/id/char/13101> a lvont:Character ;
    lvont:represents "𓄁"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH F003"@en .

<http://lexvo.org/id/char/13102> a lvont:Character ;
    lvont:represents "𓄂"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH F004"@en .

<http://lexvo.org/id/char/13103> a lvont:Character ;
    lvont:represents "𓄃"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH F005"@en .

<http://lexvo.org/id/char/13104> a lvont:Character ;
    lvont:represents "𓄄"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH F006"@en .

<http://lexvo.org/id/char/13105> a lvont:Character ;
    lvont:represents "𓄅"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH F007"@en .

<http://lexvo.org/id/char/13106> a lvont:Character ;
    lvont:represents "𓄆"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH F008"@en .

<http://lexvo.org/id/char/13107> a lvont:Character ;
    lvont:represents "𓄇"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH F009"@en .

<http://lexvo.org/id/char/13108> a lvont:Character ;
    lvont:represents "𓄈"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH F010"@en .

<http://lexvo.org/id/char/13109> a lvont:Character ;
    lvont:represents "𓄉"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH F011"@en .

<http://lexvo.org/id/char/1310A> a lvont:Character ;
    lvont:represents "𓄊"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH F012"@en .

<http://lexvo.org/id/char/1310B> a lvont:Character ;
    lvont:represents "𓄋"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH F013"@en .

<http://lexvo.org/id/char/1310C> a lvont:Character ;
    lvont:represents "𓄌"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH F013A"@en .

<http://lexvo.org/id/char/1310D> a lvont:Character ;
    lvont:represents "𓄍"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH F014"@en .

<http://lexvo.org/id/char/1310E> a lvont:Character ;
    lvont:represents "𓄎"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH F015"@en .

<http://lexvo.org/id/char/1310F> a lvont:Character ;
    lvont:represents "𓄏"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH F016"@en .

<http://lexvo.org/id/char/13110> a lvont:Character ;
    lvont:represents "𓄐"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH F017"@en .

<http://lexvo.org/id/char/13111> a lvont:Character ;
    lvont:represents "𓄑"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH F018"@en .

<http://lexvo.org/id/char/13112> a lvont:Character ;
    lvont:represents "𓄒"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH F019"@en .

<http://lexvo.org/id/char/13113> a lvont:Character ;
    lvont:represents "𓄓"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH F020"@en .

<http://lexvo.org/id/char/13114> a lvont:Character ;
    lvont:represents "𓄔"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH F021"@en .

<http://lexvo.org/id/char/13115> a lvont:Character ;
    lvont:represents "𓄕"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH F021A"@en .

<http://lexvo.org/id/char/13116> a lvont:Character ;
    lvont:represents "𓄖"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH F022"@en .

<http://lexvo.org/id/char/13117> a lvont:Character ;
    lvont:represents "𓄗"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH F023"@en .

<http://lexvo.org/id/char/13118> a lvont:Character ;
    lvont:represents "𓄘"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH F024"@en .

<http://lexvo.org/id/char/13119> a lvont:Character ;
    lvont:represents "𓄙"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH F025"@en .

<http://lexvo.org/id/char/1311A> a lvont:Character ;
    lvont:represents "𓄚"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH F026"@en .

<http://lexvo.org/id/char/1311B> a lvont:Character ;
    lvont:represents "𓄛"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH F027"@en .

<http://lexvo.org/id/char/1311C> a lvont:Character ;
    lvont:represents "𓄜"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH F028"@en .

<http://lexvo.org/id/char/1311D> a lvont:Character ;
    lvont:represents "𓄝"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH F029"@en .

<http://lexvo.org/id/char/1311E> a lvont:Character ;
    lvont:represents "𓄞"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH F030"@en .

<http://lexvo.org/id/char/1311F> a lvont:Character ;
    lvont:represents "𓄟"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH F031"@en .

<http://lexvo.org/id/char/1312> a lvont:Character ;
    lvont:represents "ጒ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE GWI"@en .

<http://lexvo.org/id/char/13120> a lvont:Character ;
    lvont:represents "𓄠"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH F031A"@en .

<http://lexvo.org/id/char/13121> a lvont:Character ;
    lvont:represents "𓄡"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH F032"@en .

<http://lexvo.org/id/char/13122> a lvont:Character ;
    lvont:represents "𓄢"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH F033"@en .

<http://lexvo.org/id/char/13123> a lvont:Character ;
    lvont:represents "𓄣"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH F034"@en .

<http://lexvo.org/id/char/13124> a lvont:Character ;
    lvont:represents "𓄤"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH F035"@en .

<http://lexvo.org/id/char/13125> a lvont:Character ;
    lvont:represents "𓄥"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH F036"@en .

<http://lexvo.org/id/char/13126> a lvont:Character ;
    lvont:represents "𓄦"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH F037"@en .

<http://lexvo.org/id/char/13127> a lvont:Character ;
    lvont:represents "𓄧"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH F037A"@en .

<http://lexvo.org/id/char/13128> a lvont:Character ;
    lvont:represents "𓄨"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH F038"@en .

<http://lexvo.org/id/char/13129> a lvont:Character ;
    lvont:represents "𓄩"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH F038A"@en .

<http://lexvo.org/id/char/1312A> a lvont:Character ;
    lvont:represents "𓄪"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH F039"@en .

<http://lexvo.org/id/char/1312B> a lvont:Character ;
    lvont:represents "𓄫"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH F040"@en .

<http://lexvo.org/id/char/1312C> a lvont:Character ;
    lvont:represents "𓄬"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH F041"@en .

<http://lexvo.org/id/char/1312D> a lvont:Character ;
    lvont:represents "𓄭"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH F042"@en .

<http://lexvo.org/id/char/1312E> a lvont:Character ;
    lvont:represents "𓄮"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH F043"@en .

<http://lexvo.org/id/char/1312F> a lvont:Character ;
    lvont:represents "𓄯"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH F044"@en .

<http://lexvo.org/id/char/1313> a lvont:Character ;
    lvont:represents "ጓ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE GWAA"@en .

<http://lexvo.org/id/char/13130> a lvont:Character ;
    lvont:represents "𓄰"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH F045"@en .

<http://lexvo.org/id/char/13131> a lvont:Character ;
    lvont:represents "𓄱"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH F045A"@en .

<http://lexvo.org/id/char/13132> a lvont:Character ;
    lvont:represents "𓄲"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH F046"@en .

<http://lexvo.org/id/char/13133> a lvont:Character ;
    lvont:represents "𓄳"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH F046A"@en .

<http://lexvo.org/id/char/13134> a lvont:Character ;
    lvont:represents "𓄴"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH F047"@en .

<http://lexvo.org/id/char/13135> a lvont:Character ;
    lvont:represents "𓄵"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH F047A"@en .

<http://lexvo.org/id/char/13136> a lvont:Character ;
    lvont:represents "𓄶"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH F048"@en .

<http://lexvo.org/id/char/13137> a lvont:Character ;
    lvont:represents "𓄷"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH F049"@en .

<http://lexvo.org/id/char/13138> a lvont:Character ;
    lvont:represents "𓄸"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH F050"@en .

<http://lexvo.org/id/char/13139> a lvont:Character ;
    lvont:represents "𓄹"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH F051"@en .

<http://lexvo.org/id/char/1313A> a lvont:Character ;
    lvont:represents "𓄺"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH F051A"@en .

<http://lexvo.org/id/char/1313B> a lvont:Character ;
    lvont:represents "𓄻"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH F051B"@en .

<http://lexvo.org/id/char/1313C> a lvont:Character ;
    lvont:represents "𓄼"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH F051C"@en .

<http://lexvo.org/id/char/1313D> a lvont:Character ;
    lvont:represents "𓄽"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH F052"@en .

<http://lexvo.org/id/char/1313E> a lvont:Character ;
    lvont:represents "𓄾"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH F053"@en .

<http://lexvo.org/id/char/1313F> a lvont:Character ;
    lvont:represents "𓄿"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH G001"@en .

<http://lexvo.org/id/char/1314> a lvont:Character ;
    lvont:represents "ጔ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE GWEE"@en .

<http://lexvo.org/id/char/13140> a lvont:Character ;
    lvont:represents "𓅀"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH G002"@en .

<http://lexvo.org/id/char/13141> a lvont:Character ;
    lvont:represents "𓅁"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH G003"@en .

<http://lexvo.org/id/char/13142> a lvont:Character ;
    lvont:represents "𓅂"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH G004"@en .

<http://lexvo.org/id/char/13143> a lvont:Character ;
    lvont:represents "𓅃"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH G005"@en .

<http://lexvo.org/id/char/13144> a lvont:Character ;
    lvont:represents "𓅄"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH G006"@en .

<http://lexvo.org/id/char/13145> a lvont:Character ;
    lvont:represents "𓅅"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH G006A"@en .

<http://lexvo.org/id/char/13146> a lvont:Character ;
    lvont:represents "𓅆"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH G007"@en .

<http://lexvo.org/id/char/13147> a lvont:Character ;
    lvont:represents "𓅇"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH G007A"@en .

<http://lexvo.org/id/char/13148> a lvont:Character ;
    lvont:represents "𓅈"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH G007B"@en .

<http://lexvo.org/id/char/13149> a lvont:Character ;
    lvont:represents "𓅉"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH G008"@en .

<http://lexvo.org/id/char/1314A> a lvont:Character ;
    lvont:represents "𓅊"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH G009"@en .

<http://lexvo.org/id/char/1314B> a lvont:Character ;
    lvont:represents "𓅋"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH G010"@en .

<http://lexvo.org/id/char/1314C> a lvont:Character ;
    lvont:represents "𓅌"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH G011"@en .

<http://lexvo.org/id/char/1314D> a lvont:Character ;
    lvont:represents "𓅍"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH G011A"@en .

<http://lexvo.org/id/char/1314E> a lvont:Character ;
    lvont:represents "𓅎"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH G012"@en .

<http://lexvo.org/id/char/1314F> a lvont:Character ;
    lvont:represents "𓅏"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH G013"@en .

<http://lexvo.org/id/char/1315> a lvont:Character ;
    lvont:represents "ጕ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE GWE"@en .

<http://lexvo.org/id/char/13150> a lvont:Character ;
    lvont:represents "𓅐"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH G014"@en .

<http://lexvo.org/id/char/13151> a lvont:Character ;
    lvont:represents "𓅑"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH G015"@en .

<http://lexvo.org/id/char/13152> a lvont:Character ;
    lvont:represents "𓅒"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH G016"@en .

<http://lexvo.org/id/char/13153> a lvont:Character ;
    lvont:represents "𓅓"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH G017"@en .

<http://lexvo.org/id/char/13154> a lvont:Character ;
    lvont:represents "𓅔"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH G018"@en .

<http://lexvo.org/id/char/13155> a lvont:Character ;
    lvont:represents "𓅕"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH G019"@en .

<http://lexvo.org/id/char/13156> a lvont:Character ;
    lvont:represents "𓅖"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH G020"@en .

<http://lexvo.org/id/char/13157> a lvont:Character ;
    lvont:represents "𓅗"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH G020A"@en .

<http://lexvo.org/id/char/13158> a lvont:Character ;
    lvont:represents "𓅘"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH G021"@en .

<http://lexvo.org/id/char/13159> a lvont:Character ;
    lvont:represents "𓅙"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH G022"@en .

<http://lexvo.org/id/char/1315A> a lvont:Character ;
    lvont:represents "𓅚"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH G023"@en .

<http://lexvo.org/id/char/1315B> a lvont:Character ;
    lvont:represents "𓅛"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH G024"@en .

<http://lexvo.org/id/char/1315C> a lvont:Character ;
    lvont:represents "𓅜"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH G025"@en .

<http://lexvo.org/id/char/1315D> a lvont:Character ;
    lvont:represents "𓅝"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH G026"@en .

<http://lexvo.org/id/char/1315E> a lvont:Character ;
    lvont:represents "𓅞"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH G026A"@en .

<http://lexvo.org/id/char/1315F> a lvont:Character ;
    lvont:represents "𓅟"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH G027"@en .

<http://lexvo.org/id/char/13160> a lvont:Character ;
    lvont:represents "𓅠"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH G028"@en .

<http://lexvo.org/id/char/13161> a lvont:Character ;
    lvont:represents "𓅡"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH G029"@en .

<http://lexvo.org/id/char/13162> a lvont:Character ;
    lvont:represents "𓅢"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH G030"@en .

<http://lexvo.org/id/char/13163> a lvont:Character ;
    lvont:represents "𓅣"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH G031"@en .

<http://lexvo.org/id/char/13164> a lvont:Character ;
    lvont:represents "𓅤"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH G032"@en .

<http://lexvo.org/id/char/13165> a lvont:Character ;
    lvont:represents "𓅥"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH G033"@en .

<http://lexvo.org/id/char/13166> a lvont:Character ;
    lvont:represents "𓅦"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH G034"@en .

<http://lexvo.org/id/char/13167> a lvont:Character ;
    lvont:represents "𓅧"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH G035"@en .

<http://lexvo.org/id/char/13168> a lvont:Character ;
    lvont:represents "𓅨"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH G036"@en .

<http://lexvo.org/id/char/13169> a lvont:Character ;
    lvont:represents "𓅩"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH G036A"@en .

<http://lexvo.org/id/char/1316A> a lvont:Character ;
    lvont:represents "𓅪"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH G037"@en .

<http://lexvo.org/id/char/1316B> a lvont:Character ;
    lvont:represents "𓅫"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH G037A"@en .

<http://lexvo.org/id/char/1316C> a lvont:Character ;
    lvont:represents "𓅬"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH G038"@en .

<http://lexvo.org/id/char/1316D> a lvont:Character ;
    lvont:represents "𓅭"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH G039"@en .

<http://lexvo.org/id/char/1316E> a lvont:Character ;
    lvont:represents "𓅮"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH G040"@en .

<http://lexvo.org/id/char/1316F> a lvont:Character ;
    lvont:represents "𓅯"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH G041"@en .

<http://lexvo.org/id/char/13170> a lvont:Character ;
    lvont:represents "𓅰"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH G042"@en .

<http://lexvo.org/id/char/13171> a lvont:Character ;
    lvont:represents "𓅱"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH G043"@en .

<http://lexvo.org/id/char/13172> a lvont:Character ;
    lvont:represents "𓅲"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH G043A"@en .

<http://lexvo.org/id/char/13173> a lvont:Character ;
    lvont:represents "𓅳"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH G044"@en .

<http://lexvo.org/id/char/13174> a lvont:Character ;
    lvont:represents "𓅴"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH G045"@en .

<http://lexvo.org/id/char/13175> a lvont:Character ;
    lvont:represents "𓅵"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH G045A"@en .

<http://lexvo.org/id/char/13176> a lvont:Character ;
    lvont:represents "𓅶"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH G046"@en .

<http://lexvo.org/id/char/13177> a lvont:Character ;
    lvont:represents "𓅷"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH G047"@en .

<http://lexvo.org/id/char/13178> a lvont:Character ;
    lvont:represents "𓅸"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH G048"@en .

<http://lexvo.org/id/char/13179> a lvont:Character ;
    lvont:represents "𓅹"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH G049"@en .

<http://lexvo.org/id/char/1317A> a lvont:Character ;
    lvont:represents "𓅺"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH G050"@en .

<http://lexvo.org/id/char/1317B> a lvont:Character ;
    lvont:represents "𓅻"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH G051"@en .

<http://lexvo.org/id/char/1317C> a lvont:Character ;
    lvont:represents "𓅼"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH G052"@en .

<http://lexvo.org/id/char/1317D> a lvont:Character ;
    lvont:represents "𓅽"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH G053"@en .

<http://lexvo.org/id/char/1317E> a lvont:Character ;
    lvont:represents "𓅾"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH G054"@en .

<http://lexvo.org/id/char/1317F> a lvont:Character ;
    lvont:represents "𓅿"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH H001"@en .

<http://lexvo.org/id/char/1318> a lvont:Character ;
    lvont:represents "ጘ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE GGA"@en .

<http://lexvo.org/id/char/13180> a lvont:Character ;
    lvont:represents "𓆀"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH H002"@en .

<http://lexvo.org/id/char/13181> a lvont:Character ;
    lvont:represents "𓆁"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH H003"@en .

<http://lexvo.org/id/char/13182> a lvont:Character ;
    lvont:represents "𓆂"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH H004"@en .

<http://lexvo.org/id/char/13183> a lvont:Character ;
    lvont:represents "𓆃"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH H005"@en .

<http://lexvo.org/id/char/13184> a lvont:Character ;
    lvont:represents "𓆄"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH H006"@en .

<http://lexvo.org/id/char/13185> a lvont:Character ;
    lvont:represents "𓆅"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH H006A"@en .

<http://lexvo.org/id/char/13186> a lvont:Character ;
    lvont:represents "𓆆"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH H007"@en .

<http://lexvo.org/id/char/13187> a lvont:Character ;
    lvont:represents "𓆇"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH H008"@en .

<http://lexvo.org/id/char/13188> a lvont:Character ;
    lvont:represents "𓆈"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH I001"@en .

<http://lexvo.org/id/char/13189> a lvont:Character ;
    lvont:represents "𓆉"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH I002"@en .

<http://lexvo.org/id/char/1318A> a lvont:Character ;
    lvont:represents "𓆊"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH I003"@en .

<http://lexvo.org/id/char/1318B> a lvont:Character ;
    lvont:represents "𓆋"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH I004"@en .

<http://lexvo.org/id/char/1318C> a lvont:Character ;
    lvont:represents "𓆌"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH I005"@en .

<http://lexvo.org/id/char/1318D> a lvont:Character ;
    lvont:represents "𓆍"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH I005A"@en .

<http://lexvo.org/id/char/1318E> a lvont:Character ;
    lvont:represents "𓆎"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH I006"@en .

<http://lexvo.org/id/char/1318F> a lvont:Character ;
    lvont:represents "𓆏"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH I007"@en .

<http://lexvo.org/id/char/1319> a lvont:Character ;
    lvont:represents "ጙ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE GGU"@en .

<http://lexvo.org/id/char/13190> a lvont:Character ;
    lvont:represents "𓆐"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH I008"@en .

<http://lexvo.org/id/char/13191> a lvont:Character ;
    lvont:represents "𓆑"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH I009"@en .

<http://lexvo.org/id/char/13192> a lvont:Character ;
    lvont:represents "𓆒"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH I009A"@en .

<http://lexvo.org/id/char/13193> a lvont:Character ;
    lvont:represents "𓆓"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH I010"@en .

<http://lexvo.org/id/char/13194> a lvont:Character ;
    lvont:represents "𓆔"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH I010A"@en .

<http://lexvo.org/id/char/13195> a lvont:Character ;
    lvont:represents "𓆕"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH I011"@en .

<http://lexvo.org/id/char/13196> a lvont:Character ;
    lvont:represents "𓆖"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH I011A"@en .

<http://lexvo.org/id/char/13197> a lvont:Character ;
    lvont:represents "𓆗"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH I012"@en .

<http://lexvo.org/id/char/13198> a lvont:Character ;
    lvont:represents "𓆘"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH I013"@en .

<http://lexvo.org/id/char/13199> a lvont:Character ;
    lvont:represents "𓆙"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH I014"@en .

<http://lexvo.org/id/char/1319A> a lvont:Character ;
    lvont:represents "𓆚"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH I015"@en .

<http://lexvo.org/id/char/1319B> a lvont:Character ;
    lvont:represents "𓆛"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH K001"@en .

<http://lexvo.org/id/char/1319C> a lvont:Character ;
    lvont:represents "𓆜"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH K002"@en .

<http://lexvo.org/id/char/1319D> a lvont:Character ;
    lvont:represents "𓆝"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH K003"@en .

<http://lexvo.org/id/char/1319E> a lvont:Character ;
    lvont:represents "𓆞"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH K004"@en .

<http://lexvo.org/id/char/1319F> a lvont:Character ;
    lvont:represents "𓆟"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH K005"@en .

<http://lexvo.org/id/char/131A> a lvont:Character ;
    lvont:represents "ጚ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE GGI"@en .

<http://lexvo.org/id/char/131A0> a lvont:Character ;
    lvont:represents "𓆠"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH K006"@en .

<http://lexvo.org/id/char/131A1> a lvont:Character ;
    lvont:represents "𓆡"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH K007"@en .

<http://lexvo.org/id/char/131A2> a lvont:Character ;
    lvont:represents "𓆢"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH K008"@en .

<http://lexvo.org/id/char/131A3> a lvont:Character ;
    lvont:represents "𓆣"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH L001"@en .

<http://lexvo.org/id/char/131A4> a lvont:Character ;
    lvont:represents "𓆤"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH L002"@en .

<http://lexvo.org/id/char/131A5> a lvont:Character ;
    lvont:represents "𓆥"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH L002A"@en .

<http://lexvo.org/id/char/131A6> a lvont:Character ;
    lvont:represents "𓆦"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH L003"@en .

<http://lexvo.org/id/char/131A7> a lvont:Character ;
    lvont:represents "𓆧"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH L004"@en .

<http://lexvo.org/id/char/131A8> a lvont:Character ;
    lvont:represents "𓆨"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH L005"@en .

<http://lexvo.org/id/char/131A9> a lvont:Character ;
    lvont:represents "𓆩"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH L006"@en .

<http://lexvo.org/id/char/131AA> a lvont:Character ;
    lvont:represents "𓆪"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH L006A"@en .

<http://lexvo.org/id/char/131AB> a lvont:Character ;
    lvont:represents "𓆫"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH L007"@en .

<http://lexvo.org/id/char/131AC> a lvont:Character ;
    lvont:represents "𓆬"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH L008"@en .

<http://lexvo.org/id/char/131AD> a lvont:Character ;
    lvont:represents "𓆭"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH M001"@en .

<http://lexvo.org/id/char/131AE> a lvont:Character ;
    lvont:represents "𓆮"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH M001A"@en .

<http://lexvo.org/id/char/131AF> a lvont:Character ;
    lvont:represents "𓆯"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH M001B"@en .

<http://lexvo.org/id/char/131B> a lvont:Character ;
    lvont:represents "ጛ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE GGAA"@en .

<http://lexvo.org/id/char/131B0> a lvont:Character ;
    lvont:represents "𓆰"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH M002"@en .

<http://lexvo.org/id/char/131B1> a lvont:Character ;
    lvont:represents "𓆱"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH M003"@en .

<http://lexvo.org/id/char/131B2> a lvont:Character ;
    lvont:represents "𓆲"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH M003A"@en .

<http://lexvo.org/id/char/131B3> a lvont:Character ;
    lvont:represents "𓆳"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH M004"@en .

<http://lexvo.org/id/char/131B4> a lvont:Character ;
    lvont:represents "𓆴"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH M005"@en .

<http://lexvo.org/id/char/131B5> a lvont:Character ;
    lvont:represents "𓆵"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH M006"@en .

<http://lexvo.org/id/char/131B6> a lvont:Character ;
    lvont:represents "𓆶"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH M007"@en .

<http://lexvo.org/id/char/131B7> a lvont:Character ;
    lvont:represents "𓆷"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH M008"@en .

<http://lexvo.org/id/char/131B8> a lvont:Character ;
    lvont:represents "𓆸"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH M009"@en .

<http://lexvo.org/id/char/131B9> a lvont:Character ;
    lvont:represents "𓆹"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH M010"@en .

<http://lexvo.org/id/char/131BA> a lvont:Character ;
    lvont:represents "𓆺"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH M010A"@en .

<http://lexvo.org/id/char/131BB> a lvont:Character ;
    lvont:represents "𓆻"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH M011"@en .

<http://lexvo.org/id/char/131BC> a lvont:Character ;
    lvont:represents "𓆼"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH M012"@en .

<http://lexvo.org/id/char/131BD> a lvont:Character ;
    lvont:represents "𓆽"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH M012A"@en .

<http://lexvo.org/id/char/131BE> a lvont:Character ;
    lvont:represents "𓆾"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH M012B"@en .

<http://lexvo.org/id/char/131BF> a lvont:Character ;
    lvont:represents "𓆿"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH M012C"@en .

<http://lexvo.org/id/char/131C> a lvont:Character ;
    lvont:represents "ጜ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE GGEE"@en .

<http://lexvo.org/id/char/131C0> a lvont:Character ;
    lvont:represents "𓇀"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH M012D"@en .

<http://lexvo.org/id/char/131C1> a lvont:Character ;
    lvont:represents "𓇁"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH M012E"@en .

<http://lexvo.org/id/char/131C2> a lvont:Character ;
    lvont:represents "𓇂"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH M012F"@en .

<http://lexvo.org/id/char/131C3> a lvont:Character ;
    lvont:represents "𓇃"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH M012G"@en .

<http://lexvo.org/id/char/131C4> a lvont:Character ;
    lvont:represents "𓇄"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH M012H"@en .

<http://lexvo.org/id/char/131C5> a lvont:Character ;
    lvont:represents "𓇅"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH M013"@en .

<http://lexvo.org/id/char/131C6> a lvont:Character ;
    lvont:represents "𓇆"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH M014"@en .

<http://lexvo.org/id/char/131C7> a lvont:Character ;
    lvont:represents "𓇇"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH M015"@en .

<http://lexvo.org/id/char/131C8> a lvont:Character ;
    lvont:represents "𓇈"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH M015A"@en .

<http://lexvo.org/id/char/131C9> a lvont:Character ;
    lvont:represents "𓇉"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH M016"@en .

<http://lexvo.org/id/char/131CA> a lvont:Character ;
    lvont:represents "𓇊"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH M016A"@en .

<http://lexvo.org/id/char/131CB> a lvont:Character ;
    lvont:represents "𓇋"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH M017"@en .

<http://lexvo.org/id/char/131CC> a lvont:Character ;
    lvont:represents "𓇌"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH M017A"@en .

<http://lexvo.org/id/char/131CD> a lvont:Character ;
    lvont:represents "𓇍"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH M018"@en .

<http://lexvo.org/id/char/131CE> a lvont:Character ;
    lvont:represents "𓇎"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH M019"@en .

<http://lexvo.org/id/char/131CF> a lvont:Character ;
    lvont:represents "𓇏"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH M020"@en .

<http://lexvo.org/id/char/131D> a lvont:Character ;
    lvont:represents "ጝ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE GGE"@en .

<http://lexvo.org/id/char/131D0> a lvont:Character ;
    lvont:represents "𓇐"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH M021"@en .

<http://lexvo.org/id/char/131D1> a lvont:Character ;
    lvont:represents "𓇑"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH M022"@en .

<http://lexvo.org/id/char/131D2> a lvont:Character ;
    lvont:represents "𓇒"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH M022A"@en .

<http://lexvo.org/id/char/131D3> a lvont:Character ;
    lvont:represents "𓇓"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH M023"@en .

<http://lexvo.org/id/char/131D4> a lvont:Character ;
    lvont:represents "𓇔"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH M024"@en .

<http://lexvo.org/id/char/131D5> a lvont:Character ;
    lvont:represents "𓇕"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH M024A"@en .

<http://lexvo.org/id/char/131D6> a lvont:Character ;
    lvont:represents "𓇖"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH M025"@en .

<http://lexvo.org/id/char/131D7> a lvont:Character ;
    lvont:represents "𓇗"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH M026"@en .

<http://lexvo.org/id/char/131D8> a lvont:Character ;
    lvont:represents "𓇘"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH M027"@en .

<http://lexvo.org/id/char/131D9> a lvont:Character ;
    lvont:represents "𓇙"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH M028"@en .

<http://lexvo.org/id/char/131DA> a lvont:Character ;
    lvont:represents "𓇚"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH M028A"@en .

<http://lexvo.org/id/char/131DB> a lvont:Character ;
    lvont:represents "𓇛"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH M029"@en .

<http://lexvo.org/id/char/131DC> a lvont:Character ;
    lvont:represents "𓇜"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH M030"@en .

<http://lexvo.org/id/char/131DD> a lvont:Character ;
    lvont:represents "𓇝"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH M031"@en .

<http://lexvo.org/id/char/131DE> a lvont:Character ;
    lvont:represents "𓇞"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH M031A"@en .

<http://lexvo.org/id/char/131DF> a lvont:Character ;
    lvont:represents "𓇟"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH M032"@en .

<http://lexvo.org/id/char/131E> a lvont:Character ;
    lvont:represents "ጞ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE GGO"@en .

<http://lexvo.org/id/char/131E0> a lvont:Character ;
    lvont:represents "𓇠"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH M033"@en .

<http://lexvo.org/id/char/131E1> a lvont:Character ;
    lvont:represents "𓇡"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH M033A"@en .

<http://lexvo.org/id/char/131E2> a lvont:Character ;
    lvont:represents "𓇢"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH M033B"@en .

<http://lexvo.org/id/char/131E3> a lvont:Character ;
    lvont:represents "𓇣"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH M034"@en .

<http://lexvo.org/id/char/131E4> a lvont:Character ;
    lvont:represents "𓇤"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH M035"@en .

<http://lexvo.org/id/char/131E5> a lvont:Character ;
    lvont:represents "𓇥"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH M036"@en .

<http://lexvo.org/id/char/131E6> a lvont:Character ;
    lvont:represents "𓇦"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH M037"@en .

<http://lexvo.org/id/char/131E7> a lvont:Character ;
    lvont:represents "𓇧"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH M038"@en .

<http://lexvo.org/id/char/131E8> a lvont:Character ;
    lvont:represents "𓇨"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH M039"@en .

<http://lexvo.org/id/char/131E9> a lvont:Character ;
    lvont:represents "𓇩"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH M040"@en .

<http://lexvo.org/id/char/131EA> a lvont:Character ;
    lvont:represents "𓇪"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH M040A"@en .

<http://lexvo.org/id/char/131EB> a lvont:Character ;
    lvont:represents "𓇫"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH M041"@en .

<http://lexvo.org/id/char/131EC> a lvont:Character ;
    lvont:represents "𓇬"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH M042"@en .

<http://lexvo.org/id/char/131ED> a lvont:Character ;
    lvont:represents "𓇭"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH M043"@en .

<http://lexvo.org/id/char/131EE> a lvont:Character ;
    lvont:represents "𓇮"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH M044"@en .

<http://lexvo.org/id/char/131EF> a lvont:Character ;
    lvont:represents "𓇯"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH N001"@en .

<http://lexvo.org/id/char/131F> a lvont:Character ;
    lvont:represents "ጟ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE GGWAA"@en .

<http://lexvo.org/id/char/131F0> a lvont:Character ;
    lvont:represents "𓇰"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH N002"@en .

<http://lexvo.org/id/char/131F1> a lvont:Character ;
    lvont:represents "𓇱"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH N003"@en .

<http://lexvo.org/id/char/131F2> a lvont:Character ;
    lvont:represents "𓇲"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH N004"@en .

<http://lexvo.org/id/char/131F3> a lvont:Character ;
    lvont:represents "𓇳"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH N005"@en .

<http://lexvo.org/id/char/131F4> a lvont:Character ;
    lvont:represents "𓇴"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH N006"@en .

<http://lexvo.org/id/char/131F5> a lvont:Character ;
    lvont:represents "𓇵"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH N007"@en .

<http://lexvo.org/id/char/131F6> a lvont:Character ;
    lvont:represents "𓇶"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH N008"@en .

<http://lexvo.org/id/char/131F7> a lvont:Character ;
    lvont:represents "𓇷"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH N009"@en .

<http://lexvo.org/id/char/131F8> a lvont:Character ;
    lvont:represents "𓇸"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH N010"@en .

<http://lexvo.org/id/char/131F9> a lvont:Character ;
    lvont:represents "𓇹"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH N011"@en .

<http://lexvo.org/id/char/131FA> a lvont:Character ;
    lvont:represents "𓇺"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH N012"@en .

<http://lexvo.org/id/char/131FB> a lvont:Character ;
    lvont:represents "𓇻"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH N013"@en .

<http://lexvo.org/id/char/131FC> a lvont:Character ;
    lvont:represents "𓇼"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH N014"@en .

<http://lexvo.org/id/char/131FD> a lvont:Character ;
    lvont:represents "𓇽"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH N015"@en .

<http://lexvo.org/id/char/131FE> a lvont:Character ;
    lvont:represents "𓇾"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH N016"@en .

<http://lexvo.org/id/char/131FF> a lvont:Character ;
    lvont:represents "𓇿"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH N017"@en .

<http://lexvo.org/id/char/1320> a lvont:Character ;
    lvont:represents "ጠ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE THA"@en .

<http://lexvo.org/id/char/13200> a lvont:Character ;
    lvont:represents "𓈀"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH N018"@en .

<http://lexvo.org/id/char/13201> a lvont:Character ;
    lvont:represents "𓈁"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH N018A"@en .

<http://lexvo.org/id/char/13202> a lvont:Character ;
    lvont:represents "𓈂"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH N018B"@en .

<http://lexvo.org/id/char/13203> a lvont:Character ;
    lvont:represents "𓈃"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH N019"@en .

<http://lexvo.org/id/char/13204> a lvont:Character ;
    lvont:represents "𓈄"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH N020"@en .

<http://lexvo.org/id/char/13205> a lvont:Character ;
    lvont:represents "𓈅"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH N021"@en .

<http://lexvo.org/id/char/13206> a lvont:Character ;
    lvont:represents "𓈆"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH N022"@en .

<http://lexvo.org/id/char/13207> a lvont:Character ;
    lvont:represents "𓈇"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH N023"@en .

<http://lexvo.org/id/char/13208> a lvont:Character ;
    lvont:represents "𓈈"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH N024"@en .

<http://lexvo.org/id/char/13209> a lvont:Character ;
    lvont:represents "𓈉"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH N025"@en .

<http://lexvo.org/id/char/1320A> a lvont:Character ;
    lvont:represents "𓈊"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH N025A"@en .

<http://lexvo.org/id/char/1320B> a lvont:Character ;
    lvont:represents "𓈋"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH N026"@en .

<http://lexvo.org/id/char/1320C> a lvont:Character ;
    lvont:represents "𓈌"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH N027"@en .

<http://lexvo.org/id/char/1320D> a lvont:Character ;
    lvont:represents "𓈍"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH N028"@en .

<http://lexvo.org/id/char/1320E> a lvont:Character ;
    lvont:represents "𓈎"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH N029"@en .

<http://lexvo.org/id/char/1320F> a lvont:Character ;
    lvont:represents "𓈏"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH N030"@en .

<http://lexvo.org/id/char/1321> a lvont:Character ;
    lvont:represents "ጡ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE THU"@en .

<http://lexvo.org/id/char/13210> a lvont:Character ;
    lvont:represents "𓈐"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH N031"@en .

<http://lexvo.org/id/char/13211> a lvont:Character ;
    lvont:represents "𓈑"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH N032"@en .

<http://lexvo.org/id/char/13212> a lvont:Character ;
    lvont:represents "𓈒"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH N033"@en .

<http://lexvo.org/id/char/13213> a lvont:Character ;
    lvont:represents "𓈓"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH N033A"@en .

<http://lexvo.org/id/char/13214> a lvont:Character ;
    lvont:represents "𓈔"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH N034"@en .

<http://lexvo.org/id/char/13215> a lvont:Character ;
    lvont:represents "𓈕"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH N034A"@en .

<http://lexvo.org/id/char/13216> a lvont:Character ;
    lvont:represents "𓈖"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH N035"@en .

<http://lexvo.org/id/char/13217> a lvont:Character ;
    lvont:represents "𓈗"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH N035A"@en .

<http://lexvo.org/id/char/13218> a lvont:Character ;
    lvont:represents "𓈘"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH N036"@en .

<http://lexvo.org/id/char/13219> a lvont:Character ;
    lvont:represents "𓈙"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH N037"@en .

<http://lexvo.org/id/char/1321A> a lvont:Character ;
    lvont:represents "𓈚"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH N037A"@en .

<http://lexvo.org/id/char/1321B> a lvont:Character ;
    lvont:represents "𓈛"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH N038"@en .

<http://lexvo.org/id/char/1321C> a lvont:Character ;
    lvont:represents "𓈜"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH N039"@en .

<http://lexvo.org/id/char/1321D> a lvont:Character ;
    lvont:represents "𓈝"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH N040"@en .

<http://lexvo.org/id/char/1321E> a lvont:Character ;
    lvont:represents "𓈞"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH N041"@en .

<http://lexvo.org/id/char/1321F> a lvont:Character ;
    lvont:represents "𓈟"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH N042"@en .

<http://lexvo.org/id/char/1322> a lvont:Character ;
    lvont:represents "ጢ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE THI"@en .

<http://lexvo.org/id/char/13220> a lvont:Character ;
    lvont:represents "𓈠"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH NL001"@en .

<http://lexvo.org/id/char/13221> a lvont:Character ;
    lvont:represents "𓈡"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH NL002"@en .

<http://lexvo.org/id/char/13222> a lvont:Character ;
    lvont:represents "𓈢"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH NL003"@en .

<http://lexvo.org/id/char/13223> a lvont:Character ;
    lvont:represents "𓈣"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH NL004"@en .

<http://lexvo.org/id/char/13224> a lvont:Character ;
    lvont:represents "𓈤"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH NL005"@en .

<http://lexvo.org/id/char/13225> a lvont:Character ;
    lvont:represents "𓈥"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH NL005A"@en .

<http://lexvo.org/id/char/13226> a lvont:Character ;
    lvont:represents "𓈦"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH NL006"@en .

<http://lexvo.org/id/char/13227> a lvont:Character ;
    lvont:represents "𓈧"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH NL007"@en .

<http://lexvo.org/id/char/13228> a lvont:Character ;
    lvont:represents "𓈨"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH NL008"@en .

<http://lexvo.org/id/char/13229> a lvont:Character ;
    lvont:represents "𓈩"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH NL009"@en .

<http://lexvo.org/id/char/1322A> a lvont:Character ;
    lvont:represents "𓈪"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH NL010"@en .

<http://lexvo.org/id/char/1322B> a lvont:Character ;
    lvont:represents "𓈫"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH NL011"@en .

<http://lexvo.org/id/char/1322C> a lvont:Character ;
    lvont:represents "𓈬"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH NL012"@en .

<http://lexvo.org/id/char/1322D> a lvont:Character ;
    lvont:represents "𓈭"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH NL013"@en .

<http://lexvo.org/id/char/1322E> a lvont:Character ;
    lvont:represents "𓈮"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH NL014"@en .

<http://lexvo.org/id/char/1322F> a lvont:Character ;
    lvont:represents "𓈯"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH NL015"@en .

<http://lexvo.org/id/char/1323> a lvont:Character ;
    lvont:represents "ጣ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE THAA"@en .

<http://lexvo.org/id/char/13230> a lvont:Character ;
    lvont:represents "𓈰"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH NL016"@en .

<http://lexvo.org/id/char/13231> a lvont:Character ;
    lvont:represents "𓈱"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH NL017"@en .

<http://lexvo.org/id/char/13232> a lvont:Character ;
    lvont:represents "𓈲"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH NL017A"@en .

<http://lexvo.org/id/char/13233> a lvont:Character ;
    lvont:represents "𓈳"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH NL018"@en .

<http://lexvo.org/id/char/13234> a lvont:Character ;
    lvont:represents "𓈴"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH NL019"@en .

<http://lexvo.org/id/char/13235> a lvont:Character ;
    lvont:represents "𓈵"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH NL020"@en .

<http://lexvo.org/id/char/13236> a lvont:Character ;
    lvont:represents "𓈶"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH NU001"@en .

<http://lexvo.org/id/char/13237> a lvont:Character ;
    lvont:represents "𓈷"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH NU002"@en .

<http://lexvo.org/id/char/13238> a lvont:Character ;
    lvont:represents "𓈸"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH NU003"@en .

<http://lexvo.org/id/char/13239> a lvont:Character ;
    lvont:represents "𓈹"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH NU004"@en .

<http://lexvo.org/id/char/1323A> a lvont:Character ;
    lvont:represents "𓈺"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH NU005"@en .

<http://lexvo.org/id/char/1323B> a lvont:Character ;
    lvont:represents "𓈻"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH NU006"@en .

<http://lexvo.org/id/char/1323C> a lvont:Character ;
    lvont:represents "𓈼"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH NU007"@en .

<http://lexvo.org/id/char/1323D> a lvont:Character ;
    lvont:represents "𓈽"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH NU008"@en .

<http://lexvo.org/id/char/1323E> a lvont:Character ;
    lvont:represents "𓈾"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH NU009"@en .

<http://lexvo.org/id/char/1323F> a lvont:Character ;
    lvont:represents "𓈿"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH NU010"@en .

<http://lexvo.org/id/char/1324> a lvont:Character ;
    lvont:represents "ጤ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE THEE"@en .

<http://lexvo.org/id/char/13240> a lvont:Character ;
    lvont:represents "𓉀"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH NU010A"@en .

<http://lexvo.org/id/char/13241> a lvont:Character ;
    lvont:represents "𓉁"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH NU011"@en .

<http://lexvo.org/id/char/13242> a lvont:Character ;
    lvont:represents "𓉂"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH NU011A"@en .

<http://lexvo.org/id/char/13243> a lvont:Character ;
    lvont:represents "𓉃"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH NU012"@en .

<http://lexvo.org/id/char/13244> a lvont:Character ;
    lvont:represents "𓉄"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH NU013"@en .

<http://lexvo.org/id/char/13245> a lvont:Character ;
    lvont:represents "𓉅"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH NU014"@en .

<http://lexvo.org/id/char/13246> a lvont:Character ;
    lvont:represents "𓉆"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH NU015"@en .

<http://lexvo.org/id/char/13247> a lvont:Character ;
    lvont:represents "𓉇"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH NU016"@en .

<http://lexvo.org/id/char/13248> a lvont:Character ;
    lvont:represents "𓉈"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH NU017"@en .

<http://lexvo.org/id/char/13249> a lvont:Character ;
    lvont:represents "𓉉"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH NU018"@en .

<http://lexvo.org/id/char/1324A> a lvont:Character ;
    lvont:represents "𓉊"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH NU018A"@en .

<http://lexvo.org/id/char/1324B> a lvont:Character ;
    lvont:represents "𓉋"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH NU019"@en .

<http://lexvo.org/id/char/1324C> a lvont:Character ;
    lvont:represents "𓉌"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH NU020"@en .

<http://lexvo.org/id/char/1324D> a lvont:Character ;
    lvont:represents "𓉍"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH NU021"@en .

<http://lexvo.org/id/char/1324E> a lvont:Character ;
    lvont:represents "𓉎"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH NU022"@en .

<http://lexvo.org/id/char/1324F> a lvont:Character ;
    lvont:represents "𓉏"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH NU022A"@en .

<http://lexvo.org/id/char/1325> a lvont:Character ;
    lvont:represents "ጥ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE THE"@en .

<http://lexvo.org/id/char/13250> a lvont:Character ;
    lvont:represents "𓉐"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH O001"@en .

<http://lexvo.org/id/char/13251> a lvont:Character ;
    lvont:represents "𓉑"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH O001A"@en .

<http://lexvo.org/id/char/13252> a lvont:Character ;
    lvont:represents "𓉒"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH O002"@en .

<http://lexvo.org/id/char/13253> a lvont:Character ;
    lvont:represents "𓉓"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH O003"@en .

<http://lexvo.org/id/char/13254> a lvont:Character ;
    lvont:represents "𓉔"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH O004"@en .

<http://lexvo.org/id/char/13255> a lvont:Character ;
    lvont:represents "𓉕"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH O005"@en .

<http://lexvo.org/id/char/13256> a lvont:Character ;
    lvont:represents "𓉖"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH O005A"@en .

<http://lexvo.org/id/char/13257> a lvont:Character ;
    lvont:represents "𓉗"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH O006"@en .

<http://lexvo.org/id/char/13258> a lvont:Character ;
    lvont:represents "𓉘"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH O006A"@en .

<http://lexvo.org/id/char/13259> a lvont:Character ;
    lvont:represents "𓉙"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH O006B"@en .

<http://lexvo.org/id/char/1325A> a lvont:Character ;
    lvont:represents "𓉚"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH O006C"@en .

<http://lexvo.org/id/char/1325B> a lvont:Character ;
    lvont:represents "𓉛"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH O006D"@en .

<http://lexvo.org/id/char/1325C> a lvont:Character ;
    lvont:represents "𓉜"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH O006E"@en .

<http://lexvo.org/id/char/1325D> a lvont:Character ;
    lvont:represents "𓉝"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH O006F"@en .

<http://lexvo.org/id/char/1325E> a lvont:Character ;
    lvont:represents "𓉞"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH O007"@en .

<http://lexvo.org/id/char/1325F> a lvont:Character ;
    lvont:represents "𓉟"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH O008"@en .

<http://lexvo.org/id/char/1326> a lvont:Character ;
    lvont:represents "ጦ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE THO"@en .

<http://lexvo.org/id/char/13260> a lvont:Character ;
    lvont:represents "𓉠"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH O009"@en .

<http://lexvo.org/id/char/13261> a lvont:Character ;
    lvont:represents "𓉡"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH O010"@en .

<http://lexvo.org/id/char/13262> a lvont:Character ;
    lvont:represents "𓉢"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH O010A"@en .

<http://lexvo.org/id/char/13263> a lvont:Character ;
    lvont:represents "𓉣"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH O010B"@en .

<http://lexvo.org/id/char/13264> a lvont:Character ;
    lvont:represents "𓉤"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH O010C"@en .

<http://lexvo.org/id/char/13265> a lvont:Character ;
    lvont:represents "𓉥"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH O011"@en .

<http://lexvo.org/id/char/13266> a lvont:Character ;
    lvont:represents "𓉦"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH O012"@en .

<http://lexvo.org/id/char/13267> a lvont:Character ;
    lvont:represents "𓉧"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH O013"@en .

<http://lexvo.org/id/char/13268> a lvont:Character ;
    lvont:represents "𓉨"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH O014"@en .

<http://lexvo.org/id/char/13269> a lvont:Character ;
    lvont:represents "𓉩"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH O015"@en .

<http://lexvo.org/id/char/1326A> a lvont:Character ;
    lvont:represents "𓉪"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH O016"@en .

<http://lexvo.org/id/char/1326B> a lvont:Character ;
    lvont:represents "𓉫"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH O017"@en .

<http://lexvo.org/id/char/1326C> a lvont:Character ;
    lvont:represents "𓉬"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH O018"@en .

<http://lexvo.org/id/char/1326D> a lvont:Character ;
    lvont:represents "𓉭"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH O019"@en .

<http://lexvo.org/id/char/1326E> a lvont:Character ;
    lvont:represents "𓉮"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH O019A"@en .

<http://lexvo.org/id/char/1326F> a lvont:Character ;
    lvont:represents "𓉯"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH O020"@en .

<http://lexvo.org/id/char/1327> a lvont:Character ;
    lvont:represents "ጧ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE THWA"@en .

<http://lexvo.org/id/char/13270> a lvont:Character ;
    lvont:represents "𓉰"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH O020A"@en .

<http://lexvo.org/id/char/13271> a lvont:Character ;
    lvont:represents "𓉱"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH O021"@en .

<http://lexvo.org/id/char/13272> a lvont:Character ;
    lvont:represents "𓉲"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH O022"@en .

<http://lexvo.org/id/char/13273> a lvont:Character ;
    lvont:represents "𓉳"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH O023"@en .

<http://lexvo.org/id/char/13274> a lvont:Character ;
    lvont:represents "𓉴"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH O024"@en .

<http://lexvo.org/id/char/13275> a lvont:Character ;
    lvont:represents "𓉵"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH O024A"@en .

<http://lexvo.org/id/char/13276> a lvont:Character ;
    lvont:represents "𓉶"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH O025"@en .

<http://lexvo.org/id/char/13277> a lvont:Character ;
    lvont:represents "𓉷"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH O025A"@en .

<http://lexvo.org/id/char/13278> a lvont:Character ;
    lvont:represents "𓉸"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH O026"@en .

<http://lexvo.org/id/char/13279> a lvont:Character ;
    lvont:represents "𓉹"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH O027"@en .

<http://lexvo.org/id/char/1327A> a lvont:Character ;
    lvont:represents "𓉺"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH O028"@en .

<http://lexvo.org/id/char/1327B> a lvont:Character ;
    lvont:represents "𓉻"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH O029"@en .

<http://lexvo.org/id/char/1327C> a lvont:Character ;
    lvont:represents "𓉼"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH O029A"@en .

<http://lexvo.org/id/char/1327D> a lvont:Character ;
    lvont:represents "𓉽"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH O030"@en .

<http://lexvo.org/id/char/1327E> a lvont:Character ;
    lvont:represents "𓉾"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH O030A"@en .

<http://lexvo.org/id/char/1327F> a lvont:Character ;
    lvont:represents "𓉿"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH O031"@en .

<http://lexvo.org/id/char/1328> a lvont:Character ;
    lvont:represents "ጨ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE CHA"@en .

<http://lexvo.org/id/char/13280> a lvont:Character ;
    lvont:represents "𓊀"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH O032"@en .

<http://lexvo.org/id/char/13281> a lvont:Character ;
    lvont:represents "𓊁"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH O033"@en .

<http://lexvo.org/id/char/13282> a lvont:Character ;
    lvont:represents "𓊂"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH O033A"@en .

<http://lexvo.org/id/char/13283> a lvont:Character ;
    lvont:represents "𓊃"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH O034"@en .

<http://lexvo.org/id/char/13284> a lvont:Character ;
    lvont:represents "𓊄"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH O035"@en .

<http://lexvo.org/id/char/13285> a lvont:Character ;
    lvont:represents "𓊅"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH O036"@en .

<http://lexvo.org/id/char/13286> a lvont:Character ;
    lvont:represents "𓊆"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH O036A"@en .

<http://lexvo.org/id/char/13287> a lvont:Character ;
    lvont:represents "𓊇"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH O036B"@en .

<http://lexvo.org/id/char/13288> a lvont:Character ;
    lvont:represents "𓊈"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH O036C"@en .

<http://lexvo.org/id/char/13289> a lvont:Character ;
    lvont:represents "𓊉"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH O036D"@en .

<http://lexvo.org/id/char/1328A> a lvont:Character ;
    lvont:represents "𓊊"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH O037"@en .

<http://lexvo.org/id/char/1328B> a lvont:Character ;
    lvont:represents "𓊋"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH O038"@en .

<http://lexvo.org/id/char/1328C> a lvont:Character ;
    lvont:represents "𓊌"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH O039"@en .

<http://lexvo.org/id/char/1328D> a lvont:Character ;
    lvont:represents "𓊍"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH O040"@en .

<http://lexvo.org/id/char/1328E> a lvont:Character ;
    lvont:represents "𓊎"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH O041"@en .

<http://lexvo.org/id/char/1328F> a lvont:Character ;
    lvont:represents "𓊏"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH O042"@en .

<http://lexvo.org/id/char/1329> a lvont:Character ;
    lvont:represents "ጩ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE CHU"@en .

<http://lexvo.org/id/char/13290> a lvont:Character ;
    lvont:represents "𓊐"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH O043"@en .

<http://lexvo.org/id/char/13291> a lvont:Character ;
    lvont:represents "𓊑"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH O044"@en .

<http://lexvo.org/id/char/13292> a lvont:Character ;
    lvont:represents "𓊒"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH O045"@en .

<http://lexvo.org/id/char/13293> a lvont:Character ;
    lvont:represents "𓊓"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH O046"@en .

<http://lexvo.org/id/char/13294> a lvont:Character ;
    lvont:represents "𓊔"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH O047"@en .

<http://lexvo.org/id/char/13295> a lvont:Character ;
    lvont:represents "𓊕"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH O048"@en .

<http://lexvo.org/id/char/13296> a lvont:Character ;
    lvont:represents "𓊖"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH O049"@en .

<http://lexvo.org/id/char/13297> a lvont:Character ;
    lvont:represents "𓊗"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH O050"@en .

<http://lexvo.org/id/char/13298> a lvont:Character ;
    lvont:represents "𓊘"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH O050A"@en .

<http://lexvo.org/id/char/13299> a lvont:Character ;
    lvont:represents "𓊙"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH O050B"@en .

<http://lexvo.org/id/char/1329A> a lvont:Character ;
    lvont:represents "𓊚"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH O051"@en .

<http://lexvo.org/id/char/1329B> a lvont:Character ;
    lvont:represents "𓊛"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH P001"@en .

<http://lexvo.org/id/char/1329C> a lvont:Character ;
    lvont:represents "𓊜"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH P001A"@en .

<http://lexvo.org/id/char/1329D> a lvont:Character ;
    lvont:represents "𓊝"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH P002"@en .

<http://lexvo.org/id/char/1329E> a lvont:Character ;
    lvont:represents "𓊞"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH P003"@en .

<http://lexvo.org/id/char/1329F> a lvont:Character ;
    lvont:represents "𓊟"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH P003A"@en .

<http://lexvo.org/id/char/132A> a lvont:Character ;
    lvont:represents "ጪ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE CHI"@en .

<http://lexvo.org/id/char/132A0> a lvont:Character ;
    lvont:represents "𓊠"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH P004"@en .

<http://lexvo.org/id/char/132A1> a lvont:Character ;
    lvont:represents "𓊡"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH P005"@en .

<http://lexvo.org/id/char/132A2> a lvont:Character ;
    lvont:represents "𓊢"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH P006"@en .

<http://lexvo.org/id/char/132A3> a lvont:Character ;
    lvont:represents "𓊣"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH P007"@en .

<http://lexvo.org/id/char/132A4> a lvont:Character ;
    lvont:represents "𓊤"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH P008"@en .

<http://lexvo.org/id/char/132A5> a lvont:Character ;
    lvont:represents "𓊥"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH P009"@en .

<http://lexvo.org/id/char/132A6> a lvont:Character ;
    lvont:represents "𓊦"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH P010"@en .

<http://lexvo.org/id/char/132A7> a lvont:Character ;
    lvont:represents "𓊧"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH P011"@en .

<http://lexvo.org/id/char/132A8> a lvont:Character ;
    lvont:represents "𓊨"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH Q001"@en .

<http://lexvo.org/id/char/132A9> a lvont:Character ;
    lvont:represents "𓊩"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH Q002"@en .

<http://lexvo.org/id/char/132AA> a lvont:Character ;
    lvont:represents "𓊪"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH Q003"@en .

<http://lexvo.org/id/char/132AB> a lvont:Character ;
    lvont:represents "𓊫"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH Q004"@en .

<http://lexvo.org/id/char/132AC> a lvont:Character ;
    lvont:represents "𓊬"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH Q005"@en .

<http://lexvo.org/id/char/132AD> a lvont:Character ;
    lvont:represents "𓊭"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH Q006"@en .

<http://lexvo.org/id/char/132AE> a lvont:Character ;
    lvont:represents "𓊮"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH Q007"@en .

<http://lexvo.org/id/char/132AF> a lvont:Character ;
    lvont:represents "𓊯"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH R001"@en .

<http://lexvo.org/id/char/132B> a lvont:Character ;
    lvont:represents "ጫ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE CHAA"@en .

<http://lexvo.org/id/char/132B0> a lvont:Character ;
    lvont:represents "𓊰"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH R002"@en .

<http://lexvo.org/id/char/132B1> a lvont:Character ;
    lvont:represents "𓊱"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH R002A"@en .

<http://lexvo.org/id/char/132B2> a lvont:Character ;
    lvont:represents "𓊲"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH R003"@en .

<http://lexvo.org/id/char/132B3> a lvont:Character ;
    lvont:represents "𓊳"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH R003A"@en .

<http://lexvo.org/id/char/132B4> a lvont:Character ;
    lvont:represents "𓊴"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH R003B"@en .

<http://lexvo.org/id/char/132B5> a lvont:Character ;
    lvont:represents "𓊵"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH R004"@en .

<http://lexvo.org/id/char/132B6> a lvont:Character ;
    lvont:represents "𓊶"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH R005"@en .

<http://lexvo.org/id/char/132B7> a lvont:Character ;
    lvont:represents "𓊷"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH R006"@en .

<http://lexvo.org/id/char/132B8> a lvont:Character ;
    lvont:represents "𓊸"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH R007"@en .

<http://lexvo.org/id/char/132B9> a lvont:Character ;
    lvont:represents "𓊹"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH R008"@en .

<http://lexvo.org/id/char/132BA> a lvont:Character ;
    lvont:represents "𓊺"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH R009"@en .

<http://lexvo.org/id/char/132BB> a lvont:Character ;
    lvont:represents "𓊻"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH R010"@en .

<http://lexvo.org/id/char/132BC> a lvont:Character ;
    lvont:represents "𓊼"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH R010A"@en .

<http://lexvo.org/id/char/132BD> a lvont:Character ;
    lvont:represents "𓊽"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH R011"@en .

<http://lexvo.org/id/char/132BE> a lvont:Character ;
    lvont:represents "𓊾"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH R012"@en .

<http://lexvo.org/id/char/132BF> a lvont:Character ;
    lvont:represents "𓊿"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH R013"@en .

<http://lexvo.org/id/char/132C> a lvont:Character ;
    lvont:represents "ጬ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE CHEE"@en .

<http://lexvo.org/id/char/132C0> a lvont:Character ;
    lvont:represents "𓋀"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH R014"@en .

<http://lexvo.org/id/char/132C1> a lvont:Character ;
    lvont:represents "𓋁"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH R015"@en .

<http://lexvo.org/id/char/132C2> a lvont:Character ;
    lvont:represents "𓋂"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH R016"@en .

<http://lexvo.org/id/char/132C3> a lvont:Character ;
    lvont:represents "𓋃"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH R016A"@en .

<http://lexvo.org/id/char/132C4> a lvont:Character ;
    lvont:represents "𓋄"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH R017"@en .

<http://lexvo.org/id/char/132C5> a lvont:Character ;
    lvont:represents "𓋅"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH R018"@en .

<http://lexvo.org/id/char/132C6> a lvont:Character ;
    lvont:represents "𓋆"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH R019"@en .

<http://lexvo.org/id/char/132C7> a lvont:Character ;
    lvont:represents "𓋇"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH R020"@en .

<http://lexvo.org/id/char/132C8> a lvont:Character ;
    lvont:represents "𓋈"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH R021"@en .

<http://lexvo.org/id/char/132C9> a lvont:Character ;
    lvont:represents "𓋉"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH R022"@en .

<http://lexvo.org/id/char/132CA> a lvont:Character ;
    lvont:represents "𓋊"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH R023"@en .

<http://lexvo.org/id/char/132CB> a lvont:Character ;
    lvont:represents "𓋋"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH R024"@en .

<http://lexvo.org/id/char/132CC> a lvont:Character ;
    lvont:represents "𓋌"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH R025"@en .

<http://lexvo.org/id/char/132CD> a lvont:Character ;
    lvont:represents "𓋍"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH R026"@en .

<http://lexvo.org/id/char/132CE> a lvont:Character ;
    lvont:represents "𓋎"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH R027"@en .

<http://lexvo.org/id/char/132CF> a lvont:Character ;
    lvont:represents "𓋏"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH R028"@en .

<http://lexvo.org/id/char/132D> a lvont:Character ;
    lvont:represents "ጭ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE CHE"@en .

<http://lexvo.org/id/char/132D0> a lvont:Character ;
    lvont:represents "𓋐"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH R029"@en .

<http://lexvo.org/id/char/132D1> a lvont:Character ;
    lvont:represents "𓋑"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH S001"@en .

<http://lexvo.org/id/char/132D2> a lvont:Character ;
    lvont:represents "𓋒"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH S002"@en .

<http://lexvo.org/id/char/132D3> a lvont:Character ;
    lvont:represents "𓋓"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH S002A"@en .

<http://lexvo.org/id/char/132D4> a lvont:Character ;
    lvont:represents "𓋔"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH S003"@en .

<http://lexvo.org/id/char/132D5> a lvont:Character ;
    lvont:represents "𓋕"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH S004"@en .

<http://lexvo.org/id/char/132D6> a lvont:Character ;
    lvont:represents "𓋖"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH S005"@en .

<http://lexvo.org/id/char/132D7> a lvont:Character ;
    lvont:represents "𓋗"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH S006"@en .

<http://lexvo.org/id/char/132D8> a lvont:Character ;
    lvont:represents "𓋘"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH S006A"@en .

<http://lexvo.org/id/char/132D9> a lvont:Character ;
    lvont:represents "𓋙"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH S007"@en .

<http://lexvo.org/id/char/132DA> a lvont:Character ;
    lvont:represents "𓋚"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH S008"@en .

<http://lexvo.org/id/char/132DB> a lvont:Character ;
    lvont:represents "𓋛"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH S009"@en .

<http://lexvo.org/id/char/132DC> a lvont:Character ;
    lvont:represents "𓋜"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH S010"@en .

<http://lexvo.org/id/char/132DD> a lvont:Character ;
    lvont:represents "𓋝"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH S011"@en .

<http://lexvo.org/id/char/132DE> a lvont:Character ;
    lvont:represents "𓋞"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH S012"@en .

<http://lexvo.org/id/char/132DF> a lvont:Character ;
    lvont:represents "𓋟"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH S013"@en .

<http://lexvo.org/id/char/132E> a lvont:Character ;
    lvont:represents "ጮ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE CHO"@en .

<http://lexvo.org/id/char/132E0> a lvont:Character ;
    lvont:represents "𓋠"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH S014"@en .

<http://lexvo.org/id/char/132E1> a lvont:Character ;
    lvont:represents "𓋡"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH S014A"@en .

<http://lexvo.org/id/char/132E2> a lvont:Character ;
    lvont:represents "𓋢"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH S014B"@en .

<http://lexvo.org/id/char/132E3> a lvont:Character ;
    lvont:represents "𓋣"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH S015"@en .

<http://lexvo.org/id/char/132E4> a lvont:Character ;
    lvont:represents "𓋤"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH S016"@en .

<http://lexvo.org/id/char/132E5> a lvont:Character ;
    lvont:represents "𓋥"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH S017"@en .

<http://lexvo.org/id/char/132E6> a lvont:Character ;
    lvont:represents "𓋦"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH S017A"@en .

<http://lexvo.org/id/char/132E7> a lvont:Character ;
    lvont:represents "𓋧"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH S018"@en .

<http://lexvo.org/id/char/132E8> a lvont:Character ;
    lvont:represents "𓋨"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH S019"@en .

<http://lexvo.org/id/char/132E9> a lvont:Character ;
    lvont:represents "𓋩"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH S020"@en .

<http://lexvo.org/id/char/132EA> a lvont:Character ;
    lvont:represents "𓋪"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH S021"@en .

<http://lexvo.org/id/char/132EB> a lvont:Character ;
    lvont:represents "𓋫"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH S022"@en .

<http://lexvo.org/id/char/132EC> a lvont:Character ;
    lvont:represents "𓋬"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH S023"@en .

<http://lexvo.org/id/char/132ED> a lvont:Character ;
    lvont:represents "𓋭"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH S024"@en .

<http://lexvo.org/id/char/132EE> a lvont:Character ;
    lvont:represents "𓋮"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH S025"@en .

<http://lexvo.org/id/char/132EF> a lvont:Character ;
    lvont:represents "𓋯"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH S026"@en .

<http://lexvo.org/id/char/132F> a lvont:Character ;
    lvont:represents "ጯ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE CHWA"@en .

<http://lexvo.org/id/char/132F0> a lvont:Character ;
    lvont:represents "𓋰"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH S026A"@en .

<http://lexvo.org/id/char/132F1> a lvont:Character ;
    lvont:represents "𓋱"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH S026B"@en .

<http://lexvo.org/id/char/132F2> a lvont:Character ;
    lvont:represents "𓋲"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH S027"@en .

<http://lexvo.org/id/char/132F3> a lvont:Character ;
    lvont:represents "𓋳"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH S028"@en .

<http://lexvo.org/id/char/132F4> a lvont:Character ;
    lvont:represents "𓋴"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH S029"@en .

<http://lexvo.org/id/char/132F5> a lvont:Character ;
    lvont:represents "𓋵"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH S030"@en .

<http://lexvo.org/id/char/132F6> a lvont:Character ;
    lvont:represents "𓋶"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH S031"@en .

<http://lexvo.org/id/char/132F7> a lvont:Character ;
    lvont:represents "𓋷"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH S032"@en .

<http://lexvo.org/id/char/132F8> a lvont:Character ;
    lvont:represents "𓋸"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH S033"@en .

<http://lexvo.org/id/char/132F9> a lvont:Character ;
    lvont:represents "𓋹"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH S034"@en .

<http://lexvo.org/id/char/132FA> a lvont:Character ;
    lvont:represents "𓋺"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH S035"@en .

<http://lexvo.org/id/char/132FB> a lvont:Character ;
    lvont:represents "𓋻"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH S035A"@en .

<http://lexvo.org/id/char/132FC> a lvont:Character ;
    lvont:represents "𓋼"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH S036"@en .

<http://lexvo.org/id/char/132FD> a lvont:Character ;
    lvont:represents "𓋽"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH S037"@en .

<http://lexvo.org/id/char/132FE> a lvont:Character ;
    lvont:represents "𓋾"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH S038"@en .

<http://lexvo.org/id/char/132FF> a lvont:Character ;
    lvont:represents "𓋿"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH S039"@en .

<http://lexvo.org/id/char/1330> a lvont:Character ;
    lvont:represents "ጰ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE PHA"@en .

<http://lexvo.org/id/char/13300> a lvont:Character ;
    lvont:represents "𓌀"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH S040"@en .

<http://lexvo.org/id/char/13301> a lvont:Character ;
    lvont:represents "𓌁"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH S041"@en .

<http://lexvo.org/id/char/13302> a lvont:Character ;
    lvont:represents "𓌂"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH S042"@en .

<http://lexvo.org/id/char/13303> a lvont:Character ;
    lvont:represents "𓌃"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH S043"@en .

<http://lexvo.org/id/char/13304> a lvont:Character ;
    lvont:represents "𓌄"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH S044"@en .

<http://lexvo.org/id/char/13305> a lvont:Character ;
    lvont:represents "𓌅"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH S045"@en .

<http://lexvo.org/id/char/13306> a lvont:Character ;
    lvont:represents "𓌆"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH S046"@en .

<http://lexvo.org/id/char/13307> a lvont:Character ;
    lvont:represents "𓌇"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH T001"@en .

<http://lexvo.org/id/char/13308> a lvont:Character ;
    lvont:represents "𓌈"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH T002"@en .

<http://lexvo.org/id/char/13309> a lvont:Character ;
    lvont:represents "𓌉"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH T003"@en .

<http://lexvo.org/id/char/1330A> a lvont:Character ;
    lvont:represents "𓌊"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH T003A"@en .

<http://lexvo.org/id/char/1330B> a lvont:Character ;
    lvont:represents "𓌋"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH T004"@en .

<http://lexvo.org/id/char/1330C> a lvont:Character ;
    lvont:represents "𓌌"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH T005"@en .

<http://lexvo.org/id/char/1330D> a lvont:Character ;
    lvont:represents "𓌍"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH T006"@en .

<http://lexvo.org/id/char/1330E> a lvont:Character ;
    lvont:represents "𓌎"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH T007"@en .

<http://lexvo.org/id/char/1330F> a lvont:Character ;
    lvont:represents "𓌏"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH T007A"@en .

<http://lexvo.org/id/char/1331> a lvont:Character ;
    lvont:represents "ጱ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE PHU"@en .

<http://lexvo.org/id/char/13310> a lvont:Character ;
    lvont:represents "𓌐"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH T008"@en .

<http://lexvo.org/id/char/13311> a lvont:Character ;
    lvont:represents "𓌑"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH T008A"@en .

<http://lexvo.org/id/char/13312> a lvont:Character ;
    lvont:represents "𓌒"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH T009"@en .

<http://lexvo.org/id/char/13313> a lvont:Character ;
    lvont:represents "𓌓"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH T009A"@en .

<http://lexvo.org/id/char/13314> a lvont:Character ;
    lvont:represents "𓌔"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH T010"@en .

<http://lexvo.org/id/char/13315> a lvont:Character ;
    lvont:represents "𓌕"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH T011"@en .

<http://lexvo.org/id/char/13316> a lvont:Character ;
    lvont:represents "𓌖"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH T011A"@en .

<http://lexvo.org/id/char/13317> a lvont:Character ;
    lvont:represents "𓌗"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH T012"@en .

<http://lexvo.org/id/char/13318> a lvont:Character ;
    lvont:represents "𓌘"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH T013"@en .

<http://lexvo.org/id/char/13319> a lvont:Character ;
    lvont:represents "𓌙"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH T014"@en .

<http://lexvo.org/id/char/1331A> a lvont:Character ;
    lvont:represents "𓌚"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH T015"@en .

<http://lexvo.org/id/char/1331B> a lvont:Character ;
    lvont:represents "𓌛"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH T016"@en .

<http://lexvo.org/id/char/1331C> a lvont:Character ;
    lvont:represents "𓌜"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH T016A"@en .

<http://lexvo.org/id/char/1331D> a lvont:Character ;
    lvont:represents "𓌝"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH T017"@en .

<http://lexvo.org/id/char/1331E> a lvont:Character ;
    lvont:represents "𓌞"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH T018"@en .

<http://lexvo.org/id/char/1331F> a lvont:Character ;
    lvont:represents "𓌟"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH T019"@en .

<http://lexvo.org/id/char/1332> a lvont:Character ;
    lvont:represents "ጲ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE PHI"@en .

<http://lexvo.org/id/char/13320> a lvont:Character ;
    lvont:represents "𓌠"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH T020"@en .

<http://lexvo.org/id/char/13321> a lvont:Character ;
    lvont:represents "𓌡"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH T021"@en .

<http://lexvo.org/id/char/13322> a lvont:Character ;
    lvont:represents "𓌢"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH T022"@en .

<http://lexvo.org/id/char/13323> a lvont:Character ;
    lvont:represents "𓌣"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH T023"@en .

<http://lexvo.org/id/char/13324> a lvont:Character ;
    lvont:represents "𓌤"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH T024"@en .

<http://lexvo.org/id/char/13325> a lvont:Character ;
    lvont:represents "𓌥"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH T025"@en .

<http://lexvo.org/id/char/13326> a lvont:Character ;
    lvont:represents "𓌦"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH T026"@en .

<http://lexvo.org/id/char/13327> a lvont:Character ;
    lvont:represents "𓌧"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH T027"@en .

<http://lexvo.org/id/char/13328> a lvont:Character ;
    lvont:represents "𓌨"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH T028"@en .

<http://lexvo.org/id/char/13329> a lvont:Character ;
    lvont:represents "𓌩"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH T029"@en .

<http://lexvo.org/id/char/1332A> a lvont:Character ;
    lvont:represents "𓌪"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH T030"@en .

<http://lexvo.org/id/char/1332B> a lvont:Character ;
    lvont:represents "𓌫"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH T031"@en .

<http://lexvo.org/id/char/1332C> a lvont:Character ;
    lvont:represents "𓌬"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH T032"@en .

<http://lexvo.org/id/char/1332D> a lvont:Character ;
    lvont:represents "𓌭"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH T032A"@en .

<http://lexvo.org/id/char/1332E> a lvont:Character ;
    lvont:represents "𓌮"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH T033"@en .

<http://lexvo.org/id/char/1332F> a lvont:Character ;
    lvont:represents "𓌯"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH T033A"@en .

<http://lexvo.org/id/char/1333> a lvont:Character ;
    lvont:represents "ጳ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE PHAA"@en .

<http://lexvo.org/id/char/13330> a lvont:Character ;
    lvont:represents "𓌰"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH T034"@en .

<http://lexvo.org/id/char/13331> a lvont:Character ;
    lvont:represents "𓌱"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH T035"@en .

<http://lexvo.org/id/char/13332> a lvont:Character ;
    lvont:represents "𓌲"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH T036"@en .

<http://lexvo.org/id/char/13333> a lvont:Character ;
    lvont:represents "𓌳"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH U001"@en .

<http://lexvo.org/id/char/13334> a lvont:Character ;
    lvont:represents "𓌴"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH U002"@en .

<http://lexvo.org/id/char/13335> a lvont:Character ;
    lvont:represents "𓌵"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH U003"@en .

<http://lexvo.org/id/char/13336> a lvont:Character ;
    lvont:represents "𓌶"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH U004"@en .

<http://lexvo.org/id/char/13337> a lvont:Character ;
    lvont:represents "𓌷"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH U005"@en .

<http://lexvo.org/id/char/13338> a lvont:Character ;
    lvont:represents "𓌸"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH U006"@en .

<http://lexvo.org/id/char/13339> a lvont:Character ;
    lvont:represents "𓌹"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH U006A"@en .

<http://lexvo.org/id/char/1333A> a lvont:Character ;
    lvont:represents "𓌺"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH U006B"@en .

<http://lexvo.org/id/char/1333B> a lvont:Character ;
    lvont:represents "𓌻"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH U007"@en .

<http://lexvo.org/id/char/1333C> a lvont:Character ;
    lvont:represents "𓌼"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH U008"@en .

<http://lexvo.org/id/char/1333D> a lvont:Character ;
    lvont:represents "𓌽"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH U009"@en .

<http://lexvo.org/id/char/1333E> a lvont:Character ;
    lvont:represents "𓌾"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH U010"@en .

<http://lexvo.org/id/char/1333F> a lvont:Character ;
    lvont:represents "𓌿"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH U011"@en .

<http://lexvo.org/id/char/1334> a lvont:Character ;
    lvont:represents "ጴ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE PHEE"@en .

<http://lexvo.org/id/char/13340> a lvont:Character ;
    lvont:represents "𓍀"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH U012"@en .

<http://lexvo.org/id/char/13341> a lvont:Character ;
    lvont:represents "𓍁"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH U013"@en .

<http://lexvo.org/id/char/13342> a lvont:Character ;
    lvont:represents "𓍂"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH U014"@en .

<http://lexvo.org/id/char/13343> a lvont:Character ;
    lvont:represents "𓍃"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH U015"@en .

<http://lexvo.org/id/char/13344> a lvont:Character ;
    lvont:represents "𓍄"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH U016"@en .

<http://lexvo.org/id/char/13345> a lvont:Character ;
    lvont:represents "𓍅"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH U017"@en .

<http://lexvo.org/id/char/13346> a lvont:Character ;
    lvont:represents "𓍆"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH U018"@en .

<http://lexvo.org/id/char/13347> a lvont:Character ;
    lvont:represents "𓍇"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH U019"@en .

<http://lexvo.org/id/char/13348> a lvont:Character ;
    lvont:represents "𓍈"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH U020"@en .

<http://lexvo.org/id/char/13349> a lvont:Character ;
    lvont:represents "𓍉"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH U021"@en .

<http://lexvo.org/id/char/1334A> a lvont:Character ;
    lvont:represents "𓍊"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH U022"@en .

<http://lexvo.org/id/char/1334B> a lvont:Character ;
    lvont:represents "𓍋"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH U023"@en .

<http://lexvo.org/id/char/1334C> a lvont:Character ;
    lvont:represents "𓍌"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH U023A"@en .

<http://lexvo.org/id/char/1334D> a lvont:Character ;
    lvont:represents "𓍍"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH U024"@en .

<http://lexvo.org/id/char/1334E> a lvont:Character ;
    lvont:represents "𓍎"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH U025"@en .

<http://lexvo.org/id/char/1334F> a lvont:Character ;
    lvont:represents "𓍏"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH U026"@en .

<http://lexvo.org/id/char/1335> a lvont:Character ;
    lvont:represents "ጵ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE PHE"@en .

<http://lexvo.org/id/char/13350> a lvont:Character ;
    lvont:represents "𓍐"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH U027"@en .

<http://lexvo.org/id/char/13351> a lvont:Character ;
    lvont:represents "𓍑"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH U028"@en .

<http://lexvo.org/id/char/13352> a lvont:Character ;
    lvont:represents "𓍒"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH U029"@en .

<http://lexvo.org/id/char/13353> a lvont:Character ;
    lvont:represents "𓍓"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH U029A"@en .

<http://lexvo.org/id/char/13354> a lvont:Character ;
    lvont:represents "𓍔"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH U030"@en .

<http://lexvo.org/id/char/13355> a lvont:Character ;
    lvont:represents "𓍕"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH U031"@en .

<http://lexvo.org/id/char/13356> a lvont:Character ;
    lvont:represents "𓍖"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH U032"@en .

<http://lexvo.org/id/char/13357> a lvont:Character ;
    lvont:represents "𓍗"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH U032A"@en .

<http://lexvo.org/id/char/13358> a lvont:Character ;
    lvont:represents "𓍘"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH U033"@en .

<http://lexvo.org/id/char/13359> a lvont:Character ;
    lvont:represents "𓍙"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH U034"@en .

<http://lexvo.org/id/char/1335A> a lvont:Character ;
    lvont:represents "𓍚"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH U035"@en .

<http://lexvo.org/id/char/1335B> a lvont:Character ;
    lvont:represents "𓍛"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH U036"@en .

<http://lexvo.org/id/char/1335C> a lvont:Character ;
    lvont:represents "𓍜"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH U037"@en .

<http://lexvo.org/id/char/1335D> a lvont:Character ;
    lvont:represents "𓍝"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH U038"@en .

<http://lexvo.org/id/char/1335E> a lvont:Character ;
    lvont:represents "𓍞"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH U039"@en .

<http://lexvo.org/id/char/1335F> a lvont:Character ;
    lvont:represents "𓍟"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH U040"@en .

<http://lexvo.org/id/char/1336> a lvont:Character ;
    lvont:represents "ጶ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE PHO"@en .

<http://lexvo.org/id/char/13360> a lvont:Character ;
    lvont:represents "𓍠"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH U041"@en .

<http://lexvo.org/id/char/13361> a lvont:Character ;
    lvont:represents "𓍡"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH U042"@en .

<http://lexvo.org/id/char/13362> a lvont:Character ;
    lvont:represents "𓍢"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH V001"@en .

<http://lexvo.org/id/char/13363> a lvont:Character ;
    lvont:represents "𓍣"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH V001A"@en .

<http://lexvo.org/id/char/13364> a lvont:Character ;
    lvont:represents "𓍤"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH V001B"@en .

<http://lexvo.org/id/char/13365> a lvont:Character ;
    lvont:represents "𓍥"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH V001C"@en .

<http://lexvo.org/id/char/13366> a lvont:Character ;
    lvont:represents "𓍦"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH V001D"@en .

<http://lexvo.org/id/char/13367> a lvont:Character ;
    lvont:represents "𓍧"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH V001E"@en .

<http://lexvo.org/id/char/13368> a lvont:Character ;
    lvont:represents "𓍨"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH V001F"@en .

<http://lexvo.org/id/char/13369> a lvont:Character ;
    lvont:represents "𓍩"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH V001G"@en .

<http://lexvo.org/id/char/1336A> a lvont:Character ;
    lvont:represents "𓍪"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH V001H"@en .

<http://lexvo.org/id/char/1336B> a lvont:Character ;
    lvont:represents "𓍫"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH V001I"@en .

<http://lexvo.org/id/char/1336C> a lvont:Character ;
    lvont:represents "𓍬"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH V002"@en .

<http://lexvo.org/id/char/1336D> a lvont:Character ;
    lvont:represents "𓍭"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH V002A"@en .

<http://lexvo.org/id/char/1336E> a lvont:Character ;
    lvont:represents "𓍮"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH V003"@en .

<http://lexvo.org/id/char/1336F> a lvont:Character ;
    lvont:represents "𓍯"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH V004"@en .

<http://lexvo.org/id/char/1337> a lvont:Character ;
    lvont:represents "ጷ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE PHWA"@en .

<http://lexvo.org/id/char/13370> a lvont:Character ;
    lvont:represents "𓍰"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH V005"@en .

<http://lexvo.org/id/char/13371> a lvont:Character ;
    lvont:represents "𓍱"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH V006"@en .

<http://lexvo.org/id/char/13372> a lvont:Character ;
    lvont:represents "𓍲"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH V007"@en .

<http://lexvo.org/id/char/13373> a lvont:Character ;
    lvont:represents "𓍳"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH V007A"@en .

<http://lexvo.org/id/char/13374> a lvont:Character ;
    lvont:represents "𓍴"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH V007B"@en .

<http://lexvo.org/id/char/13375> a lvont:Character ;
    lvont:represents "𓍵"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH V008"@en .

<http://lexvo.org/id/char/13376> a lvont:Character ;
    lvont:represents "𓍶"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH V009"@en .

<http://lexvo.org/id/char/13377> a lvont:Character ;
    lvont:represents "𓍷"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH V010"@en .

<http://lexvo.org/id/char/13378> a lvont:Character ;
    lvont:represents "𓍸"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH V011"@en .

<http://lexvo.org/id/char/13379> a lvont:Character ;
    lvont:represents "𓍹"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH V011A"@en .

<http://lexvo.org/id/char/1337A> a lvont:Character ;
    lvont:represents "𓍺"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH V011B"@en .

<http://lexvo.org/id/char/1337B> a lvont:Character ;
    lvont:represents "𓍻"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH V011C"@en .

<http://lexvo.org/id/char/1337C> a lvont:Character ;
    lvont:represents "𓍼"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH V012"@en .

<http://lexvo.org/id/char/1337D> a lvont:Character ;
    lvont:represents "𓍽"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH V012A"@en .

<http://lexvo.org/id/char/1337E> a lvont:Character ;
    lvont:represents "𓍾"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH V012B"@en .

<http://lexvo.org/id/char/1337F> a lvont:Character ;
    lvont:represents "𓍿"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH V013"@en .

<http://lexvo.org/id/char/1338> a lvont:Character ;
    lvont:represents "ጸ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE TSA"@en .

<http://lexvo.org/id/char/13380> a lvont:Character ;
    lvont:represents "𓎀"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH V014"@en .

<http://lexvo.org/id/char/13381> a lvont:Character ;
    lvont:represents "𓎁"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH V015"@en .

<http://lexvo.org/id/char/13382> a lvont:Character ;
    lvont:represents "𓎂"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH V016"@en .

<http://lexvo.org/id/char/13383> a lvont:Character ;
    lvont:represents "𓎃"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH V017"@en .

<http://lexvo.org/id/char/13384> a lvont:Character ;
    lvont:represents "𓎄"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH V018"@en .

<http://lexvo.org/id/char/13385> a lvont:Character ;
    lvont:represents "𓎅"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH V019"@en .

<http://lexvo.org/id/char/13386> a lvont:Character ;
    lvont:represents "𓎆"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH V020"@en .

<http://lexvo.org/id/char/13387> a lvont:Character ;
    lvont:represents "𓎇"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH V020A"@en .

<http://lexvo.org/id/char/13388> a lvont:Character ;
    lvont:represents "𓎈"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH V020B"@en .

<http://lexvo.org/id/char/13389> a lvont:Character ;
    lvont:represents "𓎉"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH V020C"@en .

<http://lexvo.org/id/char/1338A> a lvont:Character ;
    lvont:represents "𓎊"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH V020D"@en .

<http://lexvo.org/id/char/1338B> a lvont:Character ;
    lvont:represents "𓎋"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH V020E"@en .

<http://lexvo.org/id/char/1338C> a lvont:Character ;
    lvont:represents "𓎌"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH V020F"@en .

<http://lexvo.org/id/char/1338D> a lvont:Character ;
    lvont:represents "𓎍"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH V020G"@en .

<http://lexvo.org/id/char/1338E> a lvont:Character ;
    lvont:represents "𓎎"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH V020H"@en .

<http://lexvo.org/id/char/1338F> a lvont:Character ;
    lvont:represents "𓎏"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH V020I"@en .

<http://lexvo.org/id/char/1339> a lvont:Character ;
    lvont:represents "ጹ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE TSU"@en .

<http://lexvo.org/id/char/13390> a lvont:Character ;
    lvont:represents "𓎐"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH V020J"@en .

<http://lexvo.org/id/char/13391> a lvont:Character ;
    lvont:represents "𓎑"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH V020K"@en .

<http://lexvo.org/id/char/13392> a lvont:Character ;
    lvont:represents "𓎒"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH V020L"@en .

<http://lexvo.org/id/char/13393> a lvont:Character ;
    lvont:represents "𓎓"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH V021"@en .

<http://lexvo.org/id/char/13394> a lvont:Character ;
    lvont:represents "𓎔"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH V022"@en .

<http://lexvo.org/id/char/13395> a lvont:Character ;
    lvont:represents "𓎕"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH V023"@en .

<http://lexvo.org/id/char/13396> a lvont:Character ;
    lvont:represents "𓎖"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH V023A"@en .

<http://lexvo.org/id/char/13397> a lvont:Character ;
    lvont:represents "𓎗"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH V024"@en .

<http://lexvo.org/id/char/13398> a lvont:Character ;
    lvont:represents "𓎘"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH V025"@en .

<http://lexvo.org/id/char/13399> a lvont:Character ;
    lvont:represents "𓎙"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH V026"@en .

<http://lexvo.org/id/char/1339A> a lvont:Character ;
    lvont:represents "𓎚"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH V027"@en .

<http://lexvo.org/id/char/1339B> a lvont:Character ;
    lvont:represents "𓎛"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH V028"@en .

<http://lexvo.org/id/char/1339C> a lvont:Character ;
    lvont:represents "𓎜"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH V028A"@en .

<http://lexvo.org/id/char/1339D> a lvont:Character ;
    lvont:represents "𓎝"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH V029"@en .

<http://lexvo.org/id/char/1339E> a lvont:Character ;
    lvont:represents "𓎞"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH V029A"@en .

<http://lexvo.org/id/char/1339F> a lvont:Character ;
    lvont:represents "𓎟"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH V030"@en .

<http://lexvo.org/id/char/133A> a lvont:Character ;
    lvont:represents "ጺ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE TSI"@en .

<http://lexvo.org/id/char/133A0> a lvont:Character ;
    lvont:represents "𓎠"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH V030A"@en .

<http://lexvo.org/id/char/133A1> a lvont:Character ;
    lvont:represents "𓎡"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH V031"@en .

<http://lexvo.org/id/char/133A2> a lvont:Character ;
    lvont:represents "𓎢"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH V031A"@en .

<http://lexvo.org/id/char/133A3> a lvont:Character ;
    lvont:represents "𓎣"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH V032"@en .

<http://lexvo.org/id/char/133A4> a lvont:Character ;
    lvont:represents "𓎤"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH V033"@en .

<http://lexvo.org/id/char/133A5> a lvont:Character ;
    lvont:represents "𓎥"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH V033A"@en .

<http://lexvo.org/id/char/133A6> a lvont:Character ;
    lvont:represents "𓎦"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH V034"@en .

<http://lexvo.org/id/char/133A7> a lvont:Character ;
    lvont:represents "𓎧"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH V035"@en .

<http://lexvo.org/id/char/133A8> a lvont:Character ;
    lvont:represents "𓎨"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH V036"@en .

<http://lexvo.org/id/char/133A9> a lvont:Character ;
    lvont:represents "𓎩"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH V037"@en .

<http://lexvo.org/id/char/133AA> a lvont:Character ;
    lvont:represents "𓎪"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH V037A"@en .

<http://lexvo.org/id/char/133AB> a lvont:Character ;
    lvont:represents "𓎫"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH V038"@en .

<http://lexvo.org/id/char/133AC> a lvont:Character ;
    lvont:represents "𓎬"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH V039"@en .

<http://lexvo.org/id/char/133AD> a lvont:Character ;
    lvont:represents "𓎭"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH V040"@en .

<http://lexvo.org/id/char/133AE> a lvont:Character ;
    lvont:represents "𓎮"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH V040A"@en .

<http://lexvo.org/id/char/133AF> a lvont:Character ;
    lvont:represents "𓎯"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH W001"@en .

<http://lexvo.org/id/char/133B> a lvont:Character ;
    lvont:represents "ጻ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE TSAA"@en .

<http://lexvo.org/id/char/133B0> a lvont:Character ;
    lvont:represents "𓎰"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH W002"@en .

<http://lexvo.org/id/char/133B1> a lvont:Character ;
    lvont:represents "𓎱"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH W003"@en .

<http://lexvo.org/id/char/133B2> a lvont:Character ;
    lvont:represents "𓎲"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH W003A"@en .

<http://lexvo.org/id/char/133B3> a lvont:Character ;
    lvont:represents "𓎳"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH W004"@en .

<http://lexvo.org/id/char/133B4> a lvont:Character ;
    lvont:represents "𓎴"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH W005"@en .

<http://lexvo.org/id/char/133B5> a lvont:Character ;
    lvont:represents "𓎵"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH W006"@en .

<http://lexvo.org/id/char/133B6> a lvont:Character ;
    lvont:represents "𓎶"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH W007"@en .

<http://lexvo.org/id/char/133B7> a lvont:Character ;
    lvont:represents "𓎷"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH W008"@en .

<http://lexvo.org/id/char/133B8> a lvont:Character ;
    lvont:represents "𓎸"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH W009"@en .

<http://lexvo.org/id/char/133B9> a lvont:Character ;
    lvont:represents "𓎹"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH W009A"@en .

<http://lexvo.org/id/char/133BA> a lvont:Character ;
    lvont:represents "𓎺"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH W010"@en .

<http://lexvo.org/id/char/133BB> a lvont:Character ;
    lvont:represents "𓎻"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH W010A"@en .

<http://lexvo.org/id/char/133BC> a lvont:Character ;
    lvont:represents "𓎼"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH W011"@en .

<http://lexvo.org/id/char/133BD> a lvont:Character ;
    lvont:represents "𓎽"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH W012"@en .

<http://lexvo.org/id/char/133BE> a lvont:Character ;
    lvont:represents "𓎾"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH W013"@en .

<http://lexvo.org/id/char/133BF> a lvont:Character ;
    lvont:represents "𓎿"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH W014"@en .

<http://lexvo.org/id/char/133C> a lvont:Character ;
    lvont:represents "ጼ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE TSEE"@en .

<http://lexvo.org/id/char/133C0> a lvont:Character ;
    lvont:represents "𓏀"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH W014A"@en .

<http://lexvo.org/id/char/133C1> a lvont:Character ;
    lvont:represents "𓏁"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH W015"@en .

<http://lexvo.org/id/char/133C2> a lvont:Character ;
    lvont:represents "𓏂"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH W016"@en .

<http://lexvo.org/id/char/133C3> a lvont:Character ;
    lvont:represents "𓏃"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH W017"@en .

<http://lexvo.org/id/char/133C4> a lvont:Character ;
    lvont:represents "𓏄"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH W017A"@en .

<http://lexvo.org/id/char/133C5> a lvont:Character ;
    lvont:represents "𓏅"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH W018"@en .

<http://lexvo.org/id/char/133C6> a lvont:Character ;
    lvont:represents "𓏆"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH W018A"@en .

<http://lexvo.org/id/char/133C7> a lvont:Character ;
    lvont:represents "𓏇"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH W019"@en .

<http://lexvo.org/id/char/133C8> a lvont:Character ;
    lvont:represents "𓏈"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH W020"@en .

<http://lexvo.org/id/char/133C9> a lvont:Character ;
    lvont:represents "𓏉"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH W021"@en .

<http://lexvo.org/id/char/133CA> a lvont:Character ;
    lvont:represents "𓏊"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH W022"@en .

<http://lexvo.org/id/char/133CB> a lvont:Character ;
    lvont:represents "𓏋"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH W023"@en .

<http://lexvo.org/id/char/133CC> a lvont:Character ;
    lvont:represents "𓏌"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH W024"@en .

<http://lexvo.org/id/char/133CD> a lvont:Character ;
    lvont:represents "𓏍"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH W024A"@en .

<http://lexvo.org/id/char/133CE> a lvont:Character ;
    lvont:represents "𓏎"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH W025"@en .

<http://lexvo.org/id/char/133CF> a lvont:Character ;
    lvont:represents "𓏏"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH X001"@en .

<http://lexvo.org/id/char/133D> a lvont:Character ;
    lvont:represents "ጽ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE TSE"@en .

<http://lexvo.org/id/char/133D0> a lvont:Character ;
    lvont:represents "𓏐"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH X002"@en .

<http://lexvo.org/id/char/133D1> a lvont:Character ;
    lvont:represents "𓏑"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH X003"@en .

<http://lexvo.org/id/char/133D2> a lvont:Character ;
    lvont:represents "𓏒"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH X004"@en .

<http://lexvo.org/id/char/133D3> a lvont:Character ;
    lvont:represents "𓏓"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH X004A"@en .

<http://lexvo.org/id/char/133D4> a lvont:Character ;
    lvont:represents "𓏔"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH X004B"@en .

<http://lexvo.org/id/char/133D5> a lvont:Character ;
    lvont:represents "𓏕"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH X005"@en .

<http://lexvo.org/id/char/133D6> a lvont:Character ;
    lvont:represents "𓏖"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH X006"@en .

<http://lexvo.org/id/char/133D7> a lvont:Character ;
    lvont:represents "𓏗"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH X006A"@en .

<http://lexvo.org/id/char/133D8> a lvont:Character ;
    lvont:represents "𓏘"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH X007"@en .

<http://lexvo.org/id/char/133D9> a lvont:Character ;
    lvont:represents "𓏙"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH X008"@en .

<http://lexvo.org/id/char/133DA> a lvont:Character ;
    lvont:represents "𓏚"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH X008A"@en .

<http://lexvo.org/id/char/133DB> a lvont:Character ;
    lvont:represents "𓏛"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH Y001"@en .

<http://lexvo.org/id/char/133DC> a lvont:Character ;
    lvont:represents "𓏜"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH Y001A"@en .

<http://lexvo.org/id/char/133DD> a lvont:Character ;
    lvont:represents "𓏝"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH Y002"@en .

<http://lexvo.org/id/char/133DE> a lvont:Character ;
    lvont:represents "𓏞"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH Y003"@en .

<http://lexvo.org/id/char/133DF> a lvont:Character ;
    lvont:represents "𓏟"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH Y004"@en .

<http://lexvo.org/id/char/133E> a lvont:Character ;
    lvont:represents "ጾ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE TSO"@en .

<http://lexvo.org/id/char/133E0> a lvont:Character ;
    lvont:represents "𓏠"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH Y005"@en .

<http://lexvo.org/id/char/133E1> a lvont:Character ;
    lvont:represents "𓏡"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH Y006"@en .

<http://lexvo.org/id/char/133E2> a lvont:Character ;
    lvont:represents "𓏢"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH Y007"@en .

<http://lexvo.org/id/char/133E3> a lvont:Character ;
    lvont:represents "𓏣"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH Y008"@en .

<http://lexvo.org/id/char/133E4> a lvont:Character ;
    lvont:represents "𓏤"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH Z001"@en .

<http://lexvo.org/id/char/133E5> a lvont:Character ;
    lvont:represents "𓏥"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH Z002"@en .

<http://lexvo.org/id/char/133E6> a lvont:Character ;
    lvont:represents "𓏦"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH Z002A"@en .

<http://lexvo.org/id/char/133E7> a lvont:Character ;
    lvont:represents "𓏧"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH Z002B"@en .

<http://lexvo.org/id/char/133E8> a lvont:Character ;
    lvont:represents "𓏨"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH Z002C"@en .

<http://lexvo.org/id/char/133E9> a lvont:Character ;
    lvont:represents "𓏩"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH Z002D"@en .

<http://lexvo.org/id/char/133EA> a lvont:Character ;
    lvont:represents "𓏪"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH Z003"@en .

<http://lexvo.org/id/char/133EB> a lvont:Character ;
    lvont:represents "𓏫"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH Z003A"@en .

<http://lexvo.org/id/char/133EC> a lvont:Character ;
    lvont:represents "𓏬"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH Z003B"@en .

<http://lexvo.org/id/char/133ED> a lvont:Character ;
    lvont:represents "𓏭"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH Z004"@en .

<http://lexvo.org/id/char/133EE> a lvont:Character ;
    lvont:represents "𓏮"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH Z004A"@en .

<http://lexvo.org/id/char/133EF> a lvont:Character ;
    lvont:represents "𓏯"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH Z005"@en .

<http://lexvo.org/id/char/133F> a lvont:Character ;
    lvont:represents "ጿ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE TSWA"@en .

<http://lexvo.org/id/char/133F0> a lvont:Character ;
    lvont:represents "𓏰"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH Z005A"@en .

<http://lexvo.org/id/char/133F1> a lvont:Character ;
    lvont:represents "𓏱"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH Z006"@en .

<http://lexvo.org/id/char/133F2> a lvont:Character ;
    lvont:represents "𓏲"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH Z007"@en .

<http://lexvo.org/id/char/133F3> a lvont:Character ;
    lvont:represents "𓏳"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH Z008"@en .

<http://lexvo.org/id/char/133F4> a lvont:Character ;
    lvont:represents "𓏴"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH Z009"@en .

<http://lexvo.org/id/char/133F5> a lvont:Character ;
    lvont:represents "𓏵"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH Z010"@en .

<http://lexvo.org/id/char/133F6> a lvont:Character ;
    lvont:represents "𓏶"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH Z011"@en .

<http://lexvo.org/id/char/133F7> a lvont:Character ;
    lvont:represents "𓏷"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH Z012"@en .

<http://lexvo.org/id/char/133F8> a lvont:Character ;
    lvont:represents "𓏸"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH Z013"@en .

<http://lexvo.org/id/char/133F9> a lvont:Character ;
    lvont:represents "𓏹"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH Z014"@en .

<http://lexvo.org/id/char/133FA> a lvont:Character ;
    lvont:represents "𓏺"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH Z015"@en .

<http://lexvo.org/id/char/133FB> a lvont:Character ;
    lvont:represents "𓏻"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH Z015A"@en .

<http://lexvo.org/id/char/133FC> a lvont:Character ;
    lvont:represents "𓏼"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH Z015B"@en .

<http://lexvo.org/id/char/133FD> a lvont:Character ;
    lvont:represents "𓏽"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH Z015C"@en .

<http://lexvo.org/id/char/133FE> a lvont:Character ;
    lvont:represents "𓏾"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH Z015D"@en .

<http://lexvo.org/id/char/133FF> a lvont:Character ;
    lvont:represents "𓏿"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH Z015E"@en .

<http://lexvo.org/id/char/1340> a lvont:Character ;
    lvont:represents "ፀ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE TZA"@en .

<http://lexvo.org/id/char/13400> a lvont:Character ;
    lvont:represents "𓐀"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH Z015F"@en .

<http://lexvo.org/id/char/13401> a lvont:Character ;
    lvont:represents "𓐁"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH Z015G"@en .

<http://lexvo.org/id/char/13402> a lvont:Character ;
    lvont:represents "𓐂"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH Z015H"@en .

<http://lexvo.org/id/char/13403> a lvont:Character ;
    lvont:represents "𓐃"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH Z015I"@en .

<http://lexvo.org/id/char/13404> a lvont:Character ;
    lvont:represents "𓐄"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH Z016"@en .

<http://lexvo.org/id/char/13405> a lvont:Character ;
    lvont:represents "𓐅"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH Z016A"@en .

<http://lexvo.org/id/char/13406> a lvont:Character ;
    lvont:represents "𓐆"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH Z016B"@en .

<http://lexvo.org/id/char/13407> a lvont:Character ;
    lvont:represents "𓐇"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH Z016C"@en .

<http://lexvo.org/id/char/13408> a lvont:Character ;
    lvont:represents "𓐈"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH Z016D"@en .

<http://lexvo.org/id/char/13409> a lvont:Character ;
    lvont:represents "𓐉"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH Z016E"@en .

<http://lexvo.org/id/char/1340A> a lvont:Character ;
    lvont:represents "𓐊"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH Z016F"@en .

<http://lexvo.org/id/char/1340B> a lvont:Character ;
    lvont:represents "𓐋"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH Z016G"@en .

<http://lexvo.org/id/char/1340C> a lvont:Character ;
    lvont:represents "𓐌"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH Z016H"@en .

<http://lexvo.org/id/char/1340D> a lvont:Character ;
    lvont:represents "𓐍"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH AA001"@en .

<http://lexvo.org/id/char/1340E> a lvont:Character ;
    lvont:represents "𓐎"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH AA002"@en .

<http://lexvo.org/id/char/1340F> a lvont:Character ;
    lvont:represents "𓐏"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH AA003"@en .

<http://lexvo.org/id/char/1341> a lvont:Character ;
    lvont:represents "ፁ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE TZU"@en .

<http://lexvo.org/id/char/13410> a lvont:Character ;
    lvont:represents "𓐐"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH AA004"@en .

<http://lexvo.org/id/char/13411> a lvont:Character ;
    lvont:represents "𓐑"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH AA005"@en .

<http://lexvo.org/id/char/13412> a lvont:Character ;
    lvont:represents "𓐒"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH AA006"@en .

<http://lexvo.org/id/char/13413> a lvont:Character ;
    lvont:represents "𓐓"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH AA007"@en .

<http://lexvo.org/id/char/13414> a lvont:Character ;
    lvont:represents "𓐔"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH AA007A"@en .

<http://lexvo.org/id/char/13415> a lvont:Character ;
    lvont:represents "𓐕"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH AA007B"@en .

<http://lexvo.org/id/char/13416> a lvont:Character ;
    lvont:represents "𓐖"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH AA008"@en .

<http://lexvo.org/id/char/13417> a lvont:Character ;
    lvont:represents "𓐗"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH AA009"@en .

<http://lexvo.org/id/char/13418> a lvont:Character ;
    lvont:represents "𓐘"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH AA010"@en .

<http://lexvo.org/id/char/13419> a lvont:Character ;
    lvont:represents "𓐙"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH AA011"@en .

<http://lexvo.org/id/char/1341A> a lvont:Character ;
    lvont:represents "𓐚"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH AA012"@en .

<http://lexvo.org/id/char/1341B> a lvont:Character ;
    lvont:represents "𓐛"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH AA013"@en .

<http://lexvo.org/id/char/1341C> a lvont:Character ;
    lvont:represents "𓐜"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH AA014"@en .

<http://lexvo.org/id/char/1341D> a lvont:Character ;
    lvont:represents "𓐝"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH AA015"@en .

<http://lexvo.org/id/char/1341E> a lvont:Character ;
    lvont:represents "𓐞"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH AA016"@en .

<http://lexvo.org/id/char/1341F> a lvont:Character ;
    lvont:represents "𓐟"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH AA017"@en .

<http://lexvo.org/id/char/1342> a lvont:Character ;
    lvont:represents "ፂ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE TZI"@en .

<http://lexvo.org/id/char/13420> a lvont:Character ;
    lvont:represents "𓐠"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH AA018"@en .

<http://lexvo.org/id/char/13421> a lvont:Character ;
    lvont:represents "𓐡"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH AA019"@en .

<http://lexvo.org/id/char/13422> a lvont:Character ;
    lvont:represents "𓐢"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH AA020"@en .

<http://lexvo.org/id/char/13423> a lvont:Character ;
    lvont:represents "𓐣"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH AA021"@en .

<http://lexvo.org/id/char/13424> a lvont:Character ;
    lvont:represents "𓐤"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH AA022"@en .

<http://lexvo.org/id/char/13425> a lvont:Character ;
    lvont:represents "𓐥"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH AA023"@en .

<http://lexvo.org/id/char/13426> a lvont:Character ;
    lvont:represents "𓐦"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH AA024"@en .

<http://lexvo.org/id/char/13427> a lvont:Character ;
    lvont:represents "𓐧"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH AA025"@en .

<http://lexvo.org/id/char/13428> a lvont:Character ;
    lvont:represents "𓐨"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH AA026"@en .

<http://lexvo.org/id/char/13429> a lvont:Character ;
    lvont:represents "𓐩"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH AA027"@en .

<http://lexvo.org/id/char/1342A> a lvont:Character ;
    lvont:represents "𓐪"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH AA028"@en .

<http://lexvo.org/id/char/1342B> a lvont:Character ;
    lvont:represents "𓐫"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH AA029"@en .

<http://lexvo.org/id/char/1342C> a lvont:Character ;
    lvont:represents "𓐬"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH AA030"@en .

<http://lexvo.org/id/char/1342D> a lvont:Character ;
    lvont:represents "𓐭"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH AA031"@en .

<http://lexvo.org/id/char/1342E> a lvont:Character ;
    lvont:represents "𓐮"^^xsd:string ;
    rdfs:comment "EGYPTIAN HIEROGLYPH AA032"@en .

<http://lexvo.org/id/char/1343> a lvont:Character ;
    lvont:represents "ፃ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE TZAA"@en .

<http://lexvo.org/id/char/1344> a lvont:Character ;
    lvont:represents "ፄ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE TZEE"@en .

<http://lexvo.org/id/char/1345> a lvont:Character ;
    lvont:represents "ፅ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE TZE"@en .

<http://lexvo.org/id/char/1346> a lvont:Character ;
    lvont:represents "ፆ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE TZO"@en .

<http://lexvo.org/id/char/1347> a lvont:Character ;
    lvont:represents "ፇ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE TZOA"@en .

<http://lexvo.org/id/char/1348> a lvont:Character ;
    lvont:represents "ፈ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE FA"@en .

<http://lexvo.org/id/char/1349> a lvont:Character ;
    lvont:represents "ፉ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE FU"@en .

<http://lexvo.org/id/char/134A> a lvont:Character ;
    lvont:represents "ፊ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE FI"@en .

<http://lexvo.org/id/char/134B> a lvont:Character ;
    lvont:represents "ፋ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE FAA"@en .

<http://lexvo.org/id/char/134C> a lvont:Character ;
    lvont:represents "ፌ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE FEE"@en .

<http://lexvo.org/id/char/134D> a lvont:Character ;
    lvont:represents "ፍ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE FE"@en .

<http://lexvo.org/id/char/134E> a lvont:Character ;
    lvont:represents "ፎ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE FO"@en .

<http://lexvo.org/id/char/134F> a lvont:Character ;
    lvont:represents "ፏ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE FWA"@en .

<http://lexvo.org/id/char/1350> a lvont:Character ;
    lvont:represents "ፐ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE PA"@en .

<http://lexvo.org/id/char/1351> a lvont:Character ;
    lvont:represents "ፑ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE PU"@en .

<http://lexvo.org/id/char/1352> a lvont:Character ;
    lvont:represents "ፒ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE PI"@en .

<http://lexvo.org/id/char/1353> a lvont:Character ;
    lvont:represents "ፓ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE PAA"@en .

<http://lexvo.org/id/char/1354> a lvont:Character ;
    lvont:represents "ፔ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE PEE"@en .

<http://lexvo.org/id/char/1355> a lvont:Character ;
    lvont:represents "ፕ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE PE"@en .

<http://lexvo.org/id/char/1356> a lvont:Character ;
    lvont:represents "ፖ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE PO"@en .

<http://lexvo.org/id/char/1357> a lvont:Character ;
    lvont:represents "ፗ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE PWA"@en .

<http://lexvo.org/id/char/1358> a lvont:Character ;
    lvont:represents "ፘ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE RYA"@en .

<http://lexvo.org/id/char/1359> a lvont:Character ;
    lvont:represents "ፙ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE MYA"@en .

<http://lexvo.org/id/char/135A> a lvont:Character ;
    lvont:represents "ፚ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE FYA"@en .

<http://lexvo.org/id/char/135D> a lvont:Character ;
    lvont:represents "፝"^^xsd:string ;
    rdfs:comment "ETHIOPIC COMBINING GEMINATION AND VOWEL LENGTH MARK"@en .

<http://lexvo.org/id/char/135E> a lvont:Character ;
    lvont:represents "፞"^^xsd:string ;
    rdfs:comment "ETHIOPIC COMBINING VOWEL LENGTH MARK"@en .

<http://lexvo.org/id/char/135F> a lvont:Character ;
    lvont:represents "፟"^^xsd:string ;
    rdfs:comment "ETHIOPIC COMBINING GEMINATION MARK"@en .

<http://lexvo.org/id/char/1360> a lvont:Character ;
    lvont:represents "፠"^^xsd:string ;
    rdfs:comment "ETHIOPIC SECTION MARK"@en .

<http://lexvo.org/id/char/1361> a lvont:Character ;
    lvont:represents "፡"^^xsd:string ;
    rdfs:comment "ETHIOPIC WORDSPACE"@en .

<http://lexvo.org/id/char/1362> a lvont:Character ;
    lvont:represents "።"^^xsd:string ;
    rdfs:comment "ETHIOPIC FULL STOP"@en .

<http://lexvo.org/id/char/1363> a lvont:Character ;
    lvont:represents "፣"^^xsd:string ;
    rdfs:comment "ETHIOPIC COMMA"@en .

<http://lexvo.org/id/char/1364> a lvont:Character ;
    lvont:represents "፤"^^xsd:string ;
    rdfs:comment "ETHIOPIC SEMICOLON"@en .

<http://lexvo.org/id/char/1365> a lvont:Character ;
    lvont:represents "፥"^^xsd:string ;
    rdfs:comment "ETHIOPIC COLON"@en .

<http://lexvo.org/id/char/1366> a lvont:Character ;
    lvont:represents "፦"^^xsd:string ;
    rdfs:comment "ETHIOPIC PREFACE COLON"@en .

<http://lexvo.org/id/char/1367> a lvont:Character ;
    lvont:represents "፧"^^xsd:string ;
    rdfs:comment "ETHIOPIC QUESTION MARK"@en .

<http://lexvo.org/id/char/1368> a lvont:Character ;
    lvont:represents "፨"^^xsd:string ;
    rdfs:comment "ETHIOPIC PARAGRAPH SEPARATOR"@en .

<http://lexvo.org/id/char/1369> a lvont:Character ;
    lvont:represents "፩"^^xsd:string ;
    rdfs:comment "ETHIOPIC DIGIT ONE"@en .

<http://lexvo.org/id/char/136A> a lvont:Character ;
    lvont:represents "፪"^^xsd:string ;
    rdfs:comment "ETHIOPIC DIGIT TWO"@en .

<http://lexvo.org/id/char/136B> a lvont:Character ;
    lvont:represents "፫"^^xsd:string ;
    rdfs:comment "ETHIOPIC DIGIT THREE"@en .

<http://lexvo.org/id/char/136C> a lvont:Character ;
    lvont:represents "፬"^^xsd:string ;
    rdfs:comment "ETHIOPIC DIGIT FOUR"@en .

<http://lexvo.org/id/char/136D> a lvont:Character ;
    lvont:represents "፭"^^xsd:string ;
    rdfs:comment "ETHIOPIC DIGIT FIVE"@en .

<http://lexvo.org/id/char/136E> a lvont:Character ;
    lvont:represents "፮"^^xsd:string ;
    rdfs:comment "ETHIOPIC DIGIT SIX"@en .

<http://lexvo.org/id/char/136F> a lvont:Character ;
    lvont:represents "፯"^^xsd:string ;
    rdfs:comment "ETHIOPIC DIGIT SEVEN"@en .

<http://lexvo.org/id/char/1370> a lvont:Character ;
    lvont:represents "፰"^^xsd:string ;
    rdfs:comment "ETHIOPIC DIGIT EIGHT"@en .

<http://lexvo.org/id/char/1371> a lvont:Character ;
    lvont:represents "፱"^^xsd:string ;
    rdfs:comment "ETHIOPIC DIGIT NINE"@en .

<http://lexvo.org/id/char/1372> a lvont:Character ;
    lvont:represents "፲"^^xsd:string ;
    rdfs:comment "ETHIOPIC NUMBER TEN"@en .

<http://lexvo.org/id/char/1373> a lvont:Character ;
    lvont:represents "፳"^^xsd:string ;
    rdfs:comment "ETHIOPIC NUMBER TWENTY"@en .

<http://lexvo.org/id/char/1374> a lvont:Character ;
    lvont:represents "፴"^^xsd:string ;
    rdfs:comment "ETHIOPIC NUMBER THIRTY"@en .

<http://lexvo.org/id/char/1375> a lvont:Character ;
    lvont:represents "፵"^^xsd:string ;
    rdfs:comment "ETHIOPIC NUMBER FORTY"@en .

<http://lexvo.org/id/char/1376> a lvont:Character ;
    lvont:represents "፶"^^xsd:string ;
    rdfs:comment "ETHIOPIC NUMBER FIFTY"@en .

<http://lexvo.org/id/char/1377> a lvont:Character ;
    lvont:represents "፷"^^xsd:string ;
    rdfs:comment "ETHIOPIC NUMBER SIXTY"@en .

<http://lexvo.org/id/char/1378> a lvont:Character ;
    lvont:represents "፸"^^xsd:string ;
    rdfs:comment "ETHIOPIC NUMBER SEVENTY"@en .

<http://lexvo.org/id/char/1379> a lvont:Character ;
    lvont:represents "፹"^^xsd:string ;
    rdfs:comment "ETHIOPIC NUMBER EIGHTY"@en .

<http://lexvo.org/id/char/137A> a lvont:Character ;
    lvont:represents "፺"^^xsd:string ;
    rdfs:comment "ETHIOPIC NUMBER NINETY"@en .

<http://lexvo.org/id/char/137B> a lvont:Character ;
    lvont:represents "፻"^^xsd:string ;
    rdfs:comment "ETHIOPIC NUMBER HUNDRED"@en .

<http://lexvo.org/id/char/137C> a lvont:Character ;
    lvont:represents "፼"^^xsd:string ;
    rdfs:comment "ETHIOPIC NUMBER TEN THOUSAND"@en .

<http://lexvo.org/id/char/1380> a lvont:Character ;
    lvont:represents "ᎀ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE SEBATBEIT MWA"@en .

<http://lexvo.org/id/char/1381> a lvont:Character ;
    lvont:represents "ᎁ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE MWI"@en .

<http://lexvo.org/id/char/1382> a lvont:Character ;
    lvont:represents "ᎂ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE MWEE"@en .

<http://lexvo.org/id/char/1383> a lvont:Character ;
    lvont:represents "ᎃ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE MWE"@en .

<http://lexvo.org/id/char/1384> a lvont:Character ;
    lvont:represents "ᎄ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE SEBATBEIT BWA"@en .

<http://lexvo.org/id/char/1385> a lvont:Character ;
    lvont:represents "ᎅ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE BWI"@en .

<http://lexvo.org/id/char/1386> a lvont:Character ;
    lvont:represents "ᎆ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE BWEE"@en .

<http://lexvo.org/id/char/1387> a lvont:Character ;
    lvont:represents "ᎇ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE BWE"@en .

<http://lexvo.org/id/char/1388> a lvont:Character ;
    lvont:represents "ᎈ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE SEBATBEIT FWA"@en .

<http://lexvo.org/id/char/1389> a lvont:Character ;
    lvont:represents "ᎉ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE FWI"@en .

<http://lexvo.org/id/char/138A> a lvont:Character ;
    lvont:represents "ᎊ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE FWEE"@en .

<http://lexvo.org/id/char/138B> a lvont:Character ;
    lvont:represents "ᎋ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE FWE"@en .

<http://lexvo.org/id/char/138C> a lvont:Character ;
    lvont:represents "ᎌ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE SEBATBEIT PWA"@en .

<http://lexvo.org/id/char/138D> a lvont:Character ;
    lvont:represents "ᎍ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE PWI"@en .

<http://lexvo.org/id/char/138E> a lvont:Character ;
    lvont:represents "ᎎ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE PWEE"@en .

<http://lexvo.org/id/char/138F> a lvont:Character ;
    lvont:represents "ᎏ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE PWE"@en .

<http://lexvo.org/id/char/1390> a lvont:Character ;
    lvont:represents "᎐"^^xsd:string ;
    rdfs:comment "ETHIOPIC TONAL MARK YIZET"@en .

<http://lexvo.org/id/char/1391> a lvont:Character ;
    lvont:represents "᎑"^^xsd:string ;
    rdfs:comment "ETHIOPIC TONAL MARK DERET"@en .

<http://lexvo.org/id/char/1392> a lvont:Character ;
    lvont:represents "᎒"^^xsd:string ;
    rdfs:comment "ETHIOPIC TONAL MARK RIKRIK"@en .

<http://lexvo.org/id/char/1393> a lvont:Character ;
    lvont:represents "᎓"^^xsd:string ;
    rdfs:comment "ETHIOPIC TONAL MARK SHORT RIKRIK"@en .

<http://lexvo.org/id/char/1394> a lvont:Character ;
    lvont:represents "᎔"^^xsd:string ;
    rdfs:comment "ETHIOPIC TONAL MARK DIFAT"@en .

<http://lexvo.org/id/char/1395> a lvont:Character ;
    lvont:represents "᎕"^^xsd:string ;
    rdfs:comment "ETHIOPIC TONAL MARK KENAT"@en .

<http://lexvo.org/id/char/1396> a lvont:Character ;
    lvont:represents "᎖"^^xsd:string ;
    rdfs:comment "ETHIOPIC TONAL MARK CHIRET"@en .

<http://lexvo.org/id/char/1397> a lvont:Character ;
    lvont:represents "᎗"^^xsd:string ;
    rdfs:comment "ETHIOPIC TONAL MARK HIDET"@en .

<http://lexvo.org/id/char/1398> a lvont:Character ;
    lvont:represents "᎘"^^xsd:string ;
    rdfs:comment "ETHIOPIC TONAL MARK DERET-HIDET"@en .

<http://lexvo.org/id/char/1399> a lvont:Character ;
    lvont:represents "᎙"^^xsd:string ;
    rdfs:comment "ETHIOPIC TONAL MARK KURT"@en .

<http://lexvo.org/id/char/13A0> a lvont:Character ;
    lvont:represents "Ꭰ"^^xsd:string ;
    rdfs:comment "CHEROKEE LETTER A"@en .

<http://lexvo.org/id/char/13A1> a lvont:Character ;
    lvont:represents "Ꭱ"^^xsd:string ;
    rdfs:comment "CHEROKEE LETTER E"@en .

<http://lexvo.org/id/char/13A2> a lvont:Character ;
    lvont:represents "Ꭲ"^^xsd:string ;
    rdfs:comment "CHEROKEE LETTER I"@en .

<http://lexvo.org/id/char/13A3> a lvont:Character ;
    lvont:represents "Ꭳ"^^xsd:string ;
    rdfs:comment "CHEROKEE LETTER O"@en .

<http://lexvo.org/id/char/13A4> a lvont:Character ;
    lvont:represents "Ꭴ"^^xsd:string ;
    rdfs:comment "CHEROKEE LETTER U"@en .

<http://lexvo.org/id/char/13A5> a lvont:Character ;
    lvont:represents "Ꭵ"^^xsd:string ;
    rdfs:comment "CHEROKEE LETTER V"@en .

<http://lexvo.org/id/char/13A6> a lvont:Character ;
    lvont:represents "Ꭶ"^^xsd:string ;
    rdfs:comment "CHEROKEE LETTER GA"@en .

<http://lexvo.org/id/char/13A7> a lvont:Character ;
    lvont:represents "Ꭷ"^^xsd:string ;
    rdfs:comment "CHEROKEE LETTER KA"@en .

<http://lexvo.org/id/char/13A8> a lvont:Character ;
    lvont:represents "Ꭸ"^^xsd:string ;
    rdfs:comment "CHEROKEE LETTER GE"@en .

<http://lexvo.org/id/char/13A9> a lvont:Character ;
    lvont:represents "Ꭹ"^^xsd:string ;
    rdfs:comment "CHEROKEE LETTER GI"@en .

<http://lexvo.org/id/char/13AA> a lvont:Character ;
    lvont:represents "Ꭺ"^^xsd:string ;
    rdfs:comment "CHEROKEE LETTER GO"@en .

<http://lexvo.org/id/char/13AB> a lvont:Character ;
    lvont:represents "Ꭻ"^^xsd:string ;
    rdfs:comment "CHEROKEE LETTER GU"@en .

<http://lexvo.org/id/char/13AC> a lvont:Character ;
    lvont:represents "Ꭼ"^^xsd:string ;
    rdfs:comment "CHEROKEE LETTER GV"@en .

<http://lexvo.org/id/char/13AD> a lvont:Character ;
    lvont:represents "Ꭽ"^^xsd:string ;
    rdfs:comment "CHEROKEE LETTER HA"@en .

<http://lexvo.org/id/char/13AE> a lvont:Character ;
    lvont:represents "Ꭾ"^^xsd:string ;
    rdfs:comment "CHEROKEE LETTER HE"@en .

<http://lexvo.org/id/char/13AF> a lvont:Character ;
    lvont:represents "Ꭿ"^^xsd:string ;
    rdfs:comment "CHEROKEE LETTER HI"@en .

<http://lexvo.org/id/char/13B0> a lvont:Character ;
    lvont:represents "Ꮀ"^^xsd:string ;
    rdfs:comment "CHEROKEE LETTER HO"@en .

<http://lexvo.org/id/char/13B1> a lvont:Character ;
    lvont:represents "Ꮁ"^^xsd:string ;
    rdfs:comment "CHEROKEE LETTER HU"@en .

<http://lexvo.org/id/char/13B2> a lvont:Character ;
    lvont:represents "Ꮂ"^^xsd:string ;
    rdfs:comment "CHEROKEE LETTER HV"@en .

<http://lexvo.org/id/char/13B3> a lvont:Character ;
    lvont:represents "Ꮃ"^^xsd:string ;
    rdfs:comment "CHEROKEE LETTER LA"@en .

<http://lexvo.org/id/char/13B4> a lvont:Character ;
    lvont:represents "Ꮄ"^^xsd:string ;
    rdfs:comment "CHEROKEE LETTER LE"@en .

<http://lexvo.org/id/char/13B5> a lvont:Character ;
    lvont:represents "Ꮅ"^^xsd:string ;
    rdfs:comment "CHEROKEE LETTER LI"@en .

<http://lexvo.org/id/char/13B6> a lvont:Character ;
    lvont:represents "Ꮆ"^^xsd:string ;
    rdfs:comment "CHEROKEE LETTER LO"@en .

<http://lexvo.org/id/char/13B7> a lvont:Character ;
    lvont:represents "Ꮇ"^^xsd:string ;
    rdfs:comment "CHEROKEE LETTER LU"@en .

<http://lexvo.org/id/char/13B8> a lvont:Character ;
    lvont:represents "Ꮈ"^^xsd:string ;
    rdfs:comment "CHEROKEE LETTER LV"@en .

<http://lexvo.org/id/char/13B9> a lvont:Character ;
    lvont:represents "Ꮉ"^^xsd:string ;
    rdfs:comment "CHEROKEE LETTER MA"@en .

<http://lexvo.org/id/char/13BA> a lvont:Character ;
    lvont:represents "Ꮊ"^^xsd:string ;
    rdfs:comment "CHEROKEE LETTER ME"@en .

<http://lexvo.org/id/char/13BB> a lvont:Character ;
    lvont:represents "Ꮋ"^^xsd:string ;
    rdfs:comment "CHEROKEE LETTER MI"@en .

<http://lexvo.org/id/char/13BC> a lvont:Character ;
    lvont:represents "Ꮌ"^^xsd:string ;
    rdfs:comment "CHEROKEE LETTER MO"@en .

<http://lexvo.org/id/char/13BD> a lvont:Character ;
    lvont:represents "Ꮍ"^^xsd:string ;
    rdfs:comment "CHEROKEE LETTER MU"@en .

<http://lexvo.org/id/char/13BE> a lvont:Character ;
    lvont:represents "Ꮎ"^^xsd:string ;
    rdfs:comment "CHEROKEE LETTER NA"@en .

<http://lexvo.org/id/char/13BF> a lvont:Character ;
    lvont:represents "Ꮏ"^^xsd:string ;
    rdfs:comment "CHEROKEE LETTER HNA"@en .

<http://lexvo.org/id/char/13C0> a lvont:Character ;
    lvont:represents "Ꮐ"^^xsd:string ;
    rdfs:comment "CHEROKEE LETTER NAH"@en .

<http://lexvo.org/id/char/13C1> a lvont:Character ;
    lvont:represents "Ꮑ"^^xsd:string ;
    rdfs:comment "CHEROKEE LETTER NE"@en .

<http://lexvo.org/id/char/13C2> a lvont:Character ;
    lvont:represents "Ꮒ"^^xsd:string ;
    rdfs:comment "CHEROKEE LETTER NI"@en .

<http://lexvo.org/id/char/13C3> a lvont:Character ;
    lvont:represents "Ꮓ"^^xsd:string ;
    rdfs:comment "CHEROKEE LETTER NO"@en .

<http://lexvo.org/id/char/13C4> a lvont:Character ;
    lvont:represents "Ꮔ"^^xsd:string ;
    rdfs:comment "CHEROKEE LETTER NU"@en .

<http://lexvo.org/id/char/13C5> a lvont:Character ;
    lvont:represents "Ꮕ"^^xsd:string ;
    rdfs:comment "CHEROKEE LETTER NV"@en .

<http://lexvo.org/id/char/13C6> a lvont:Character ;
    lvont:represents "Ꮖ"^^xsd:string ;
    rdfs:comment "CHEROKEE LETTER QUA"@en .

<http://lexvo.org/id/char/13C7> a lvont:Character ;
    lvont:represents "Ꮗ"^^xsd:string ;
    rdfs:comment "CHEROKEE LETTER QUE"@en .

<http://lexvo.org/id/char/13C8> a lvont:Character ;
    lvont:represents "Ꮘ"^^xsd:string ;
    rdfs:comment "CHEROKEE LETTER QUI"@en .

<http://lexvo.org/id/char/13C9> a lvont:Character ;
    lvont:represents "Ꮙ"^^xsd:string ;
    rdfs:comment "CHEROKEE LETTER QUO"@en .

<http://lexvo.org/id/char/13CA> a lvont:Character ;
    lvont:represents "Ꮚ"^^xsd:string ;
    rdfs:comment "CHEROKEE LETTER QUU"@en .

<http://lexvo.org/id/char/13CB> a lvont:Character ;
    lvont:represents "Ꮛ"^^xsd:string ;
    rdfs:comment "CHEROKEE LETTER QUV"@en .

<http://lexvo.org/id/char/13CC> a lvont:Character ;
    lvont:represents "Ꮜ"^^xsd:string ;
    rdfs:comment "CHEROKEE LETTER SA"@en .

<http://lexvo.org/id/char/13CD> a lvont:Character ;
    lvont:represents "Ꮝ"^^xsd:string ;
    rdfs:comment "CHEROKEE LETTER S"@en .

<http://lexvo.org/id/char/13CE> a lvont:Character ;
    lvont:represents "Ꮞ"^^xsd:string ;
    rdfs:comment "CHEROKEE LETTER SE"@en .

<http://lexvo.org/id/char/13CF> a lvont:Character ;
    lvont:represents "Ꮟ"^^xsd:string ;
    rdfs:comment "CHEROKEE LETTER SI"@en .

<http://lexvo.org/id/char/13D0> a lvont:Character ;
    lvont:represents "Ꮠ"^^xsd:string ;
    rdfs:comment "CHEROKEE LETTER SO"@en .

<http://lexvo.org/id/char/13D1> a lvont:Character ;
    lvont:represents "Ꮡ"^^xsd:string ;
    rdfs:comment "CHEROKEE LETTER SU"@en .

<http://lexvo.org/id/char/13D2> a lvont:Character ;
    lvont:represents "Ꮢ"^^xsd:string ;
    rdfs:comment "CHEROKEE LETTER SV"@en .

<http://lexvo.org/id/char/13D3> a lvont:Character ;
    lvont:represents "Ꮣ"^^xsd:string ;
    rdfs:comment "CHEROKEE LETTER DA"@en .

<http://lexvo.org/id/char/13D4> a lvont:Character ;
    lvont:represents "Ꮤ"^^xsd:string ;
    rdfs:comment "CHEROKEE LETTER TA"@en .

<http://lexvo.org/id/char/13D5> a lvont:Character ;
    lvont:represents "Ꮥ"^^xsd:string ;
    rdfs:comment "CHEROKEE LETTER DE"@en .

<http://lexvo.org/id/char/13D6> a lvont:Character ;
    lvont:represents "Ꮦ"^^xsd:string ;
    rdfs:comment "CHEROKEE LETTER TE"@en .

<http://lexvo.org/id/char/13D7> a lvont:Character ;
    lvont:represents "Ꮧ"^^xsd:string ;
    rdfs:comment "CHEROKEE LETTER DI"@en .

<http://lexvo.org/id/char/13D8> a lvont:Character ;
    lvont:represents "Ꮨ"^^xsd:string ;
    rdfs:comment "CHEROKEE LETTER TI"@en .

<http://lexvo.org/id/char/13D9> a lvont:Character ;
    lvont:represents "Ꮩ"^^xsd:string ;
    rdfs:comment "CHEROKEE LETTER DO"@en .

<http://lexvo.org/id/char/13DA> a lvont:Character ;
    lvont:represents "Ꮪ"^^xsd:string ;
    rdfs:comment "CHEROKEE LETTER DU"@en .

<http://lexvo.org/id/char/13DB> a lvont:Character ;
    lvont:represents "Ꮫ"^^xsd:string ;
    rdfs:comment "CHEROKEE LETTER DV"@en .

<http://lexvo.org/id/char/13DC> a lvont:Character ;
    lvont:represents "Ꮬ"^^xsd:string ;
    rdfs:comment "CHEROKEE LETTER DLA"@en .

<http://lexvo.org/id/char/13DD> a lvont:Character ;
    lvont:represents "Ꮭ"^^xsd:string ;
    rdfs:comment "CHEROKEE LETTER TLA"@en .

<http://lexvo.org/id/char/13DE> a lvont:Character ;
    lvont:represents "Ꮮ"^^xsd:string ;
    rdfs:comment "CHEROKEE LETTER TLE"@en .

<http://lexvo.org/id/char/13DF> a lvont:Character ;
    lvont:represents "Ꮯ"^^xsd:string ;
    rdfs:comment "CHEROKEE LETTER TLI"@en .

<http://lexvo.org/id/char/13E0> a lvont:Character ;
    lvont:represents "Ꮰ"^^xsd:string ;
    rdfs:comment "CHEROKEE LETTER TLO"@en .

<http://lexvo.org/id/char/13E1> a lvont:Character ;
    lvont:represents "Ꮱ"^^xsd:string ;
    rdfs:comment "CHEROKEE LETTER TLU"@en .

<http://lexvo.org/id/char/13E2> a lvont:Character ;
    lvont:represents "Ꮲ"^^xsd:string ;
    rdfs:comment "CHEROKEE LETTER TLV"@en .

<http://lexvo.org/id/char/13E3> a lvont:Character ;
    lvont:represents "Ꮳ"^^xsd:string ;
    rdfs:comment "CHEROKEE LETTER TSA"@en .

<http://lexvo.org/id/char/13E4> a lvont:Character ;
    lvont:represents "Ꮴ"^^xsd:string ;
    rdfs:comment "CHEROKEE LETTER TSE"@en .

<http://lexvo.org/id/char/13E5> a lvont:Character ;
    lvont:represents "Ꮵ"^^xsd:string ;
    rdfs:comment "CHEROKEE LETTER TSI"@en .

<http://lexvo.org/id/char/13E6> a lvont:Character ;
    lvont:represents "Ꮶ"^^xsd:string ;
    rdfs:comment "CHEROKEE LETTER TSO"@en .

<http://lexvo.org/id/char/13E7> a lvont:Character ;
    lvont:represents "Ꮷ"^^xsd:string ;
    rdfs:comment "CHEROKEE LETTER TSU"@en .

<http://lexvo.org/id/char/13E8> a lvont:Character ;
    lvont:represents "Ꮸ"^^xsd:string ;
    rdfs:comment "CHEROKEE LETTER TSV"@en .

<http://lexvo.org/id/char/13E9> a lvont:Character ;
    lvont:represents "Ꮹ"^^xsd:string ;
    rdfs:comment "CHEROKEE LETTER WA"@en .

<http://lexvo.org/id/char/13EA> a lvont:Character ;
    lvont:represents "Ꮺ"^^xsd:string ;
    rdfs:comment "CHEROKEE LETTER WE"@en .

<http://lexvo.org/id/char/13EB> a lvont:Character ;
    lvont:represents "Ꮻ"^^xsd:string ;
    rdfs:comment "CHEROKEE LETTER WI"@en .

<http://lexvo.org/id/char/13EC> a lvont:Character ;
    lvont:represents "Ꮼ"^^xsd:string ;
    rdfs:comment "CHEROKEE LETTER WO"@en .

<http://lexvo.org/id/char/13ED> a lvont:Character ;
    lvont:represents "Ꮽ"^^xsd:string ;
    rdfs:comment "CHEROKEE LETTER WU"@en .

<http://lexvo.org/id/char/13EE> a lvont:Character ;
    lvont:represents "Ꮾ"^^xsd:string ;
    rdfs:comment "CHEROKEE LETTER WV"@en .

<http://lexvo.org/id/char/13EF> a lvont:Character ;
    lvont:represents "Ꮿ"^^xsd:string ;
    rdfs:comment "CHEROKEE LETTER YA"@en .

<http://lexvo.org/id/char/13F0> a lvont:Character ;
    lvont:represents "Ᏸ"^^xsd:string ;
    rdfs:comment "CHEROKEE LETTER YE"@en .

<http://lexvo.org/id/char/13F1> a lvont:Character ;
    lvont:represents "Ᏹ"^^xsd:string ;
    rdfs:comment "CHEROKEE LETTER YI"@en .

<http://lexvo.org/id/char/13F2> a lvont:Character ;
    lvont:represents "Ᏺ"^^xsd:string ;
    rdfs:comment "CHEROKEE LETTER YO"@en .

<http://lexvo.org/id/char/13F3> a lvont:Character ;
    lvont:represents "Ᏻ"^^xsd:string ;
    rdfs:comment "CHEROKEE LETTER YU"@en .

<http://lexvo.org/id/char/13F4> a lvont:Character ;
    lvont:represents "Ᏼ"^^xsd:string ;
    rdfs:comment "CHEROKEE LETTER YV"@en .

<http://lexvo.org/id/char/1400> a lvont:Character ;
    lvont:represents "᐀"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS HYPHEN"@en .

<http://lexvo.org/id/char/1401> a lvont:Character ;
    lvont:represents "ᐁ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS E"@en .

<http://lexvo.org/id/char/1402> a lvont:Character ;
    lvont:represents "ᐂ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS AAI"@en .

<http://lexvo.org/id/char/1403> a lvont:Character ;
    lvont:represents "ᐃ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS I"@en .

<http://lexvo.org/id/char/1404> a lvont:Character ;
    lvont:represents "ᐄ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS II"@en .

<http://lexvo.org/id/char/1405> a lvont:Character ;
    lvont:represents "ᐅ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS O"@en .

<http://lexvo.org/id/char/1406> a lvont:Character ;
    lvont:represents "ᐆ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS OO"@en .

<http://lexvo.org/id/char/1407> a lvont:Character ;
    lvont:represents "ᐇ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS Y-CREE OO"@en .

<http://lexvo.org/id/char/1408> a lvont:Character ;
    lvont:represents "ᐈ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS CARRIER EE"@en .

<http://lexvo.org/id/char/1409> a lvont:Character ;
    lvont:represents "ᐉ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS CARRIER I"@en .

<http://lexvo.org/id/char/140A> a lvont:Character ;
    lvont:represents "ᐊ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS A"@en .

<http://lexvo.org/id/char/140B> a lvont:Character ;
    lvont:represents "ᐋ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS AA"@en .

<http://lexvo.org/id/char/140C> a lvont:Character ;
    lvont:represents "ᐌ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS WE"@en .

<http://lexvo.org/id/char/140D> a lvont:Character ;
    lvont:represents "ᐍ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS WEST-CREE WE"@en .

<http://lexvo.org/id/char/140E> a lvont:Character ;
    lvont:represents "ᐎ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS WI"@en .

<http://lexvo.org/id/char/140F> a lvont:Character ;
    lvont:represents "ᐏ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS WEST-CREE WI"@en .

<http://lexvo.org/id/char/1410> a lvont:Character ;
    lvont:represents "ᐐ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS WII"@en .

<http://lexvo.org/id/char/1411> a lvont:Character ;
    lvont:represents "ᐑ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS WEST-CREE WII"@en .

<http://lexvo.org/id/char/1412> a lvont:Character ;
    lvont:represents "ᐒ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS WO"@en .

<http://lexvo.org/id/char/1413> a lvont:Character ;
    lvont:represents "ᐓ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS WEST-CREE WO"@en .

<http://lexvo.org/id/char/1414> a lvont:Character ;
    lvont:represents "ᐔ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS WOO"@en .

<http://lexvo.org/id/char/1415> a lvont:Character ;
    lvont:represents "ᐕ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS WEST-CREE WOO"@en .

<http://lexvo.org/id/char/1416> a lvont:Character ;
    lvont:represents "ᐖ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS NASKAPI WOO"@en .

<http://lexvo.org/id/char/1417> a lvont:Character ;
    lvont:represents "ᐗ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS WA"@en .

<http://lexvo.org/id/char/1418> a lvont:Character ;
    lvont:represents "ᐘ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS WEST-CREE WA"@en .

<http://lexvo.org/id/char/1419> a lvont:Character ;
    lvont:represents "ᐙ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS WAA"@en .

<http://lexvo.org/id/char/141A> a lvont:Character ;
    lvont:represents "ᐚ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS WEST-CREE WAA"@en .

<http://lexvo.org/id/char/141B> a lvont:Character ;
    lvont:represents "ᐛ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS NASKAPI WAA"@en .

<http://lexvo.org/id/char/141C> a lvont:Character ;
    lvont:represents "ᐜ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS AI"@en .

<http://lexvo.org/id/char/141D> a lvont:Character ;
    lvont:represents "ᐝ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS Y-CREE W"@en .

<http://lexvo.org/id/char/141E> a lvont:Character ;
    lvont:represents "ᐞ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS GLOTTAL STOP"@en .

<http://lexvo.org/id/char/141F> a lvont:Character ;
    lvont:represents "ᐟ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS FINAL ACUTE"@en .

<http://lexvo.org/id/char/1420> a lvont:Character ;
    lvont:represents "ᐠ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS FINAL GRAVE"@en .

<http://lexvo.org/id/char/1421> a lvont:Character ;
    lvont:represents "ᐡ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS FINAL BOTTOM HALF RING"@en .

<http://lexvo.org/id/char/1422> a lvont:Character ;
    lvont:represents "ᐢ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS FINAL TOP HALF RING"@en .

<http://lexvo.org/id/char/1423> a lvont:Character ;
    lvont:represents "ᐣ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS FINAL RIGHT HALF RING"@en .

<http://lexvo.org/id/char/1424> a lvont:Character ;
    lvont:represents "ᐤ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS FINAL RING"@en .

<http://lexvo.org/id/char/1425> a lvont:Character ;
    lvont:represents "ᐥ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS FINAL DOUBLE ACUTE"@en .

<http://lexvo.org/id/char/1426> a lvont:Character ;
    lvont:represents "ᐦ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS FINAL DOUBLE SHORT VERTICAL STROKES"@en .

<http://lexvo.org/id/char/1427> a lvont:Character ;
    lvont:represents "ᐧ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS FINAL MIDDLE DOT"@en .

<http://lexvo.org/id/char/1428> a lvont:Character ;
    lvont:represents "ᐨ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS FINAL SHORT HORIZONTAL STROKE"@en .

<http://lexvo.org/id/char/1429> a lvont:Character ;
    lvont:represents "ᐩ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS FINAL PLUS"@en .

<http://lexvo.org/id/char/142A> a lvont:Character ;
    lvont:represents "ᐪ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS FINAL DOWN TACK"@en .

<http://lexvo.org/id/char/142B> a lvont:Character ;
    lvont:represents "ᐫ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS EN"@en .

<http://lexvo.org/id/char/142C> a lvont:Character ;
    lvont:represents "ᐬ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS IN"@en .

<http://lexvo.org/id/char/142D> a lvont:Character ;
    lvont:represents "ᐭ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS ON"@en .

<http://lexvo.org/id/char/142E> a lvont:Character ;
    lvont:represents "ᐮ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS AN"@en .

<http://lexvo.org/id/char/142F> a lvont:Character ;
    lvont:represents "ᐯ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS PE"@en .

<http://lexvo.org/id/char/1430> a lvont:Character ;
    lvont:represents "ᐰ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS PAAI"@en .

<http://lexvo.org/id/char/1431> a lvont:Character ;
    lvont:represents "ᐱ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS PI"@en .

<http://lexvo.org/id/char/1432> a lvont:Character ;
    lvont:represents "ᐲ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS PII"@en .

<http://lexvo.org/id/char/1433> a lvont:Character ;
    lvont:represents "ᐳ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS PO"@en .

<http://lexvo.org/id/char/1434> a lvont:Character ;
    lvont:represents "ᐴ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS POO"@en .

<http://lexvo.org/id/char/1435> a lvont:Character ;
    lvont:represents "ᐵ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS Y-CREE POO"@en .

<http://lexvo.org/id/char/1436> a lvont:Character ;
    lvont:represents "ᐶ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS CARRIER HEE"@en .

<http://lexvo.org/id/char/1437> a lvont:Character ;
    lvont:represents "ᐷ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS CARRIER HI"@en .

<http://lexvo.org/id/char/1438> a lvont:Character ;
    lvont:represents "ᐸ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS PA"@en .

<http://lexvo.org/id/char/1439> a lvont:Character ;
    lvont:represents "ᐹ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS PAA"@en .

<http://lexvo.org/id/char/143A> a lvont:Character ;
    lvont:represents "ᐺ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS PWE"@en .

<http://lexvo.org/id/char/143B> a lvont:Character ;
    lvont:represents "ᐻ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS WEST-CREE PWE"@en .

<http://lexvo.org/id/char/143C> a lvont:Character ;
    lvont:represents "ᐼ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS PWI"@en .

<http://lexvo.org/id/char/143D> a lvont:Character ;
    lvont:represents "ᐽ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS WEST-CREE PWI"@en .

<http://lexvo.org/id/char/143E> a lvont:Character ;
    lvont:represents "ᐾ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS PWII"@en .

<http://lexvo.org/id/char/143F> a lvont:Character ;
    lvont:represents "ᐿ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS WEST-CREE PWII"@en .

<http://lexvo.org/id/char/1440> a lvont:Character ;
    lvont:represents "ᑀ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS PWO"@en .

<http://lexvo.org/id/char/1441> a lvont:Character ;
    lvont:represents "ᑁ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS WEST-CREE PWO"@en .

<http://lexvo.org/id/char/1442> a lvont:Character ;
    lvont:represents "ᑂ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS PWOO"@en .

<http://lexvo.org/id/char/1443> a lvont:Character ;
    lvont:represents "ᑃ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS WEST-CREE PWOO"@en .

<http://lexvo.org/id/char/1444> a lvont:Character ;
    lvont:represents "ᑄ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS PWA"@en .

<http://lexvo.org/id/char/1445> a lvont:Character ;
    lvont:represents "ᑅ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS WEST-CREE PWA"@en .

<http://lexvo.org/id/char/1446> a lvont:Character ;
    lvont:represents "ᑆ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS PWAA"@en .

<http://lexvo.org/id/char/1447> a lvont:Character ;
    lvont:represents "ᑇ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS WEST-CREE PWAA"@en .

<http://lexvo.org/id/char/1448> a lvont:Character ;
    lvont:represents "ᑈ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS Y-CREE PWAA"@en .

<http://lexvo.org/id/char/1449> a lvont:Character ;
    lvont:represents "ᑉ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS P"@en .

<http://lexvo.org/id/char/144A> a lvont:Character ;
    lvont:represents "ᑊ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS WEST-CREE P"@en .

<http://lexvo.org/id/char/144B> a lvont:Character ;
    lvont:represents "ᑋ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS CARRIER H"@en .

<http://lexvo.org/id/char/144C> a lvont:Character ;
    lvont:represents "ᑌ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS TE"@en .

<http://lexvo.org/id/char/144D> a lvont:Character ;
    lvont:represents "ᑍ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS TAAI"@en .

<http://lexvo.org/id/char/144E> a lvont:Character ;
    lvont:represents "ᑎ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS TI"@en .

<http://lexvo.org/id/char/144F> a lvont:Character ;
    lvont:represents "ᑏ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS TII"@en .

<http://lexvo.org/id/char/1450> a lvont:Character ;
    lvont:represents "ᑐ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS TO"@en .

<http://lexvo.org/id/char/1451> a lvont:Character ;
    lvont:represents "ᑑ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS TOO"@en .

<http://lexvo.org/id/char/1452> a lvont:Character ;
    lvont:represents "ᑒ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS Y-CREE TOO"@en .

<http://lexvo.org/id/char/1453> a lvont:Character ;
    lvont:represents "ᑓ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS CARRIER DEE"@en .

<http://lexvo.org/id/char/1454> a lvont:Character ;
    lvont:represents "ᑔ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS CARRIER DI"@en .

<http://lexvo.org/id/char/1455> a lvont:Character ;
    lvont:represents "ᑕ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS TA"@en .

<http://lexvo.org/id/char/1456> a lvont:Character ;
    lvont:represents "ᑖ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS TAA"@en .

<http://lexvo.org/id/char/1457> a lvont:Character ;
    lvont:represents "ᑗ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS TWE"@en .

<http://lexvo.org/id/char/1458> a lvont:Character ;
    lvont:represents "ᑘ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS WEST-CREE TWE"@en .

<http://lexvo.org/id/char/1459> a lvont:Character ;
    lvont:represents "ᑙ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS TWI"@en .

<http://lexvo.org/id/char/145A> a lvont:Character ;
    lvont:represents "ᑚ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS WEST-CREE TWI"@en .

<http://lexvo.org/id/char/145B> a lvont:Character ;
    lvont:represents "ᑛ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS TWII"@en .

<http://lexvo.org/id/char/145C> a lvont:Character ;
    lvont:represents "ᑜ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS WEST-CREE TWII"@en .

<http://lexvo.org/id/char/145D> a lvont:Character ;
    lvont:represents "ᑝ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS TWO"@en .

<http://lexvo.org/id/char/145E> a lvont:Character ;
    lvont:represents "ᑞ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS WEST-CREE TWO"@en .

<http://lexvo.org/id/char/145F> a lvont:Character ;
    lvont:represents "ᑟ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS TWOO"@en .

<http://lexvo.org/id/char/1460> a lvont:Character ;
    lvont:represents "ᑠ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS WEST-CREE TWOO"@en .

<http://lexvo.org/id/char/1461> a lvont:Character ;
    lvont:represents "ᑡ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS TWA"@en .

<http://lexvo.org/id/char/1462> a lvont:Character ;
    lvont:represents "ᑢ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS WEST-CREE TWA"@en .

<http://lexvo.org/id/char/1463> a lvont:Character ;
    lvont:represents "ᑣ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS TWAA"@en .

<http://lexvo.org/id/char/1464> a lvont:Character ;
    lvont:represents "ᑤ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS WEST-CREE TWAA"@en .

<http://lexvo.org/id/char/1465> a lvont:Character ;
    lvont:represents "ᑥ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS NASKAPI TWAA"@en .

<http://lexvo.org/id/char/1466> a lvont:Character ;
    lvont:represents "ᑦ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS T"@en .

<http://lexvo.org/id/char/1467> a lvont:Character ;
    lvont:represents "ᑧ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS TTE"@en .

<http://lexvo.org/id/char/1468> a lvont:Character ;
    lvont:represents "ᑨ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS TTI"@en .

<http://lexvo.org/id/char/1469> a lvont:Character ;
    lvont:represents "ᑩ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS TTO"@en .

<http://lexvo.org/id/char/146A> a lvont:Character ;
    lvont:represents "ᑪ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS TTA"@en .

<http://lexvo.org/id/char/146B> a lvont:Character ;
    lvont:represents "ᑫ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS KE"@en .

<http://lexvo.org/id/char/146C> a lvont:Character ;
    lvont:represents "ᑬ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS KAAI"@en .

<http://lexvo.org/id/char/146D> a lvont:Character ;
    lvont:represents "ᑭ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS KI"@en .

<http://lexvo.org/id/char/146E> a lvont:Character ;
    lvont:represents "ᑮ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS KII"@en .

<http://lexvo.org/id/char/146F> a lvont:Character ;
    lvont:represents "ᑯ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS KO"@en .

<http://lexvo.org/id/char/1470> a lvont:Character ;
    lvont:represents "ᑰ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS KOO"@en .

<http://lexvo.org/id/char/1471> a lvont:Character ;
    lvont:represents "ᑱ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS Y-CREE KOO"@en .

<http://lexvo.org/id/char/1472> a lvont:Character ;
    lvont:represents "ᑲ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS KA"@en .

<http://lexvo.org/id/char/1473> a lvont:Character ;
    lvont:represents "ᑳ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS KAA"@en .

<http://lexvo.org/id/char/1474> a lvont:Character ;
    lvont:represents "ᑴ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS KWE"@en .

<http://lexvo.org/id/char/1475> a lvont:Character ;
    lvont:represents "ᑵ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS WEST-CREE KWE"@en .

<http://lexvo.org/id/char/1476> a lvont:Character ;
    lvont:represents "ᑶ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS KWI"@en .

<http://lexvo.org/id/char/1477> a lvont:Character ;
    lvont:represents "ᑷ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS WEST-CREE KWI"@en .

<http://lexvo.org/id/char/1478> a lvont:Character ;
    lvont:represents "ᑸ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS KWII"@en .

<http://lexvo.org/id/char/1479> a lvont:Character ;
    lvont:represents "ᑹ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS WEST-CREE KWII"@en .

<http://lexvo.org/id/char/147A> a lvont:Character ;
    lvont:represents "ᑺ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS KWO"@en .

<http://lexvo.org/id/char/147B> a lvont:Character ;
    lvont:represents "ᑻ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS WEST-CREE KWO"@en .

<http://lexvo.org/id/char/147C> a lvont:Character ;
    lvont:represents "ᑼ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS KWOO"@en .

<http://lexvo.org/id/char/147D> a lvont:Character ;
    lvont:represents "ᑽ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS WEST-CREE KWOO"@en .

<http://lexvo.org/id/char/147E> a lvont:Character ;
    lvont:represents "ᑾ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS KWA"@en .

<http://lexvo.org/id/char/147F> a lvont:Character ;
    lvont:represents "ᑿ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS WEST-CREE KWA"@en .

<http://lexvo.org/id/char/1480> a lvont:Character ;
    lvont:represents "ᒀ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS KWAA"@en .

<http://lexvo.org/id/char/1481> a lvont:Character ;
    lvont:represents "ᒁ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS WEST-CREE KWAA"@en .

<http://lexvo.org/id/char/1482> a lvont:Character ;
    lvont:represents "ᒂ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS NASKAPI KWAA"@en .

<http://lexvo.org/id/char/1483> a lvont:Character ;
    lvont:represents "ᒃ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS K"@en .

<http://lexvo.org/id/char/1484> a lvont:Character ;
    lvont:represents "ᒄ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS KW"@en .

<http://lexvo.org/id/char/1485> a lvont:Character ;
    lvont:represents "ᒅ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS SOUTH-SLAVEY KEH"@en .

<http://lexvo.org/id/char/1486> a lvont:Character ;
    lvont:represents "ᒆ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS SOUTH-SLAVEY KIH"@en .

<http://lexvo.org/id/char/1487> a lvont:Character ;
    lvont:represents "ᒇ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS SOUTH-SLAVEY KOH"@en .

<http://lexvo.org/id/char/1488> a lvont:Character ;
    lvont:represents "ᒈ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS SOUTH-SLAVEY KAH"@en .

<http://lexvo.org/id/char/1489> a lvont:Character ;
    lvont:represents "ᒉ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS CE"@en .

<http://lexvo.org/id/char/148A> a lvont:Character ;
    lvont:represents "ᒊ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS CAAI"@en .

<http://lexvo.org/id/char/148B> a lvont:Character ;
    lvont:represents "ᒋ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS CI"@en .

<http://lexvo.org/id/char/148C> a lvont:Character ;
    lvont:represents "ᒌ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS CII"@en .

<http://lexvo.org/id/char/148D> a lvont:Character ;
    lvont:represents "ᒍ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS CO"@en .

<http://lexvo.org/id/char/148E> a lvont:Character ;
    lvont:represents "ᒎ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS COO"@en .

<http://lexvo.org/id/char/148F> a lvont:Character ;
    lvont:represents "ᒏ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS Y-CREE COO"@en .

<http://lexvo.org/id/char/1490> a lvont:Character ;
    lvont:represents "ᒐ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS CA"@en .

<http://lexvo.org/id/char/1491> a lvont:Character ;
    lvont:represents "ᒑ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS CAA"@en .

<http://lexvo.org/id/char/1492> a lvont:Character ;
    lvont:represents "ᒒ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS CWE"@en .

<http://lexvo.org/id/char/1493> a lvont:Character ;
    lvont:represents "ᒓ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS WEST-CREE CWE"@en .

<http://lexvo.org/id/char/1494> a lvont:Character ;
    lvont:represents "ᒔ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS CWI"@en .

<http://lexvo.org/id/char/1495> a lvont:Character ;
    lvont:represents "ᒕ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS WEST-CREE CWI"@en .

<http://lexvo.org/id/char/1496> a lvont:Character ;
    lvont:represents "ᒖ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS CWII"@en .

<http://lexvo.org/id/char/1497> a lvont:Character ;
    lvont:represents "ᒗ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS WEST-CREE CWII"@en .

<http://lexvo.org/id/char/1498> a lvont:Character ;
    lvont:represents "ᒘ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS CWO"@en .

<http://lexvo.org/id/char/1499> a lvont:Character ;
    lvont:represents "ᒙ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS WEST-CREE CWO"@en .

<http://lexvo.org/id/char/149A> a lvont:Character ;
    lvont:represents "ᒚ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS CWOO"@en .

<http://lexvo.org/id/char/149B> a lvont:Character ;
    lvont:represents "ᒛ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS WEST-CREE CWOO"@en .

<http://lexvo.org/id/char/149C> a lvont:Character ;
    lvont:represents "ᒜ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS CWA"@en .

<http://lexvo.org/id/char/149D> a lvont:Character ;
    lvont:represents "ᒝ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS WEST-CREE CWA"@en .

<http://lexvo.org/id/char/149E> a lvont:Character ;
    lvont:represents "ᒞ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS CWAA"@en .

<http://lexvo.org/id/char/149F> a lvont:Character ;
    lvont:represents "ᒟ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS WEST-CREE CWAA"@en .

<http://lexvo.org/id/char/14A0> a lvont:Character ;
    lvont:represents "ᒠ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS NASKAPI CWAA"@en .

<http://lexvo.org/id/char/14A1> a lvont:Character ;
    lvont:represents "ᒡ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS C"@en .

<http://lexvo.org/id/char/14A2> a lvont:Character ;
    lvont:represents "ᒢ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS SAYISI TH"@en .

<http://lexvo.org/id/char/14A3> a lvont:Character ;
    lvont:represents "ᒣ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS ME"@en .

<http://lexvo.org/id/char/14A4> a lvont:Character ;
    lvont:represents "ᒤ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS MAAI"@en .

<http://lexvo.org/id/char/14A5> a lvont:Character ;
    lvont:represents "ᒥ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS MI"@en .

<http://lexvo.org/id/char/14A6> a lvont:Character ;
    lvont:represents "ᒦ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS MII"@en .

<http://lexvo.org/id/char/14A7> a lvont:Character ;
    lvont:represents "ᒧ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS MO"@en .

<http://lexvo.org/id/char/14A8> a lvont:Character ;
    lvont:represents "ᒨ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS MOO"@en .

<http://lexvo.org/id/char/14A9> a lvont:Character ;
    lvont:represents "ᒩ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS Y-CREE MOO"@en .

<http://lexvo.org/id/char/14AA> a lvont:Character ;
    lvont:represents "ᒪ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS MA"@en .

<http://lexvo.org/id/char/14AB> a lvont:Character ;
    lvont:represents "ᒫ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS MAA"@en .

<http://lexvo.org/id/char/14AC> a lvont:Character ;
    lvont:represents "ᒬ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS MWE"@en .

<http://lexvo.org/id/char/14AD> a lvont:Character ;
    lvont:represents "ᒭ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS WEST-CREE MWE"@en .

<http://lexvo.org/id/char/14AE> a lvont:Character ;
    lvont:represents "ᒮ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS MWI"@en .

<http://lexvo.org/id/char/14AF> a lvont:Character ;
    lvont:represents "ᒯ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS WEST-CREE MWI"@en .

<http://lexvo.org/id/char/14B0> a lvont:Character ;
    lvont:represents "ᒰ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS MWII"@en .

<http://lexvo.org/id/char/14B1> a lvont:Character ;
    lvont:represents "ᒱ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS WEST-CREE MWII"@en .

<http://lexvo.org/id/char/14B2> a lvont:Character ;
    lvont:represents "ᒲ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS MWO"@en .

<http://lexvo.org/id/char/14B3> a lvont:Character ;
    lvont:represents "ᒳ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS WEST-CREE MWO"@en .

<http://lexvo.org/id/char/14B4> a lvont:Character ;
    lvont:represents "ᒴ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS MWOO"@en .

<http://lexvo.org/id/char/14B5> a lvont:Character ;
    lvont:represents "ᒵ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS WEST-CREE MWOO"@en .

<http://lexvo.org/id/char/14B6> a lvont:Character ;
    lvont:represents "ᒶ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS MWA"@en .

<http://lexvo.org/id/char/14B7> a lvont:Character ;
    lvont:represents "ᒷ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS WEST-CREE MWA"@en .

<http://lexvo.org/id/char/14B8> a lvont:Character ;
    lvont:represents "ᒸ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS MWAA"@en .

<http://lexvo.org/id/char/14B9> a lvont:Character ;
    lvont:represents "ᒹ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS WEST-CREE MWAA"@en .

<http://lexvo.org/id/char/14BA> a lvont:Character ;
    lvont:represents "ᒺ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS NASKAPI MWAA"@en .

<http://lexvo.org/id/char/14BB> a lvont:Character ;
    lvont:represents "ᒻ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS M"@en .

<http://lexvo.org/id/char/14BC> a lvont:Character ;
    lvont:represents "ᒼ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS WEST-CREE M"@en .

<http://lexvo.org/id/char/14BD> a lvont:Character ;
    lvont:represents "ᒽ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS MH"@en .

<http://lexvo.org/id/char/14BE> a lvont:Character ;
    lvont:represents "ᒾ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS ATHAPASCAN M"@en .

<http://lexvo.org/id/char/14BF> a lvont:Character ;
    lvont:represents "ᒿ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS SAYISI M"@en .

<http://lexvo.org/id/char/14C0> a lvont:Character ;
    lvont:represents "ᓀ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS NE"@en .

<http://lexvo.org/id/char/14C1> a lvont:Character ;
    lvont:represents "ᓁ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS NAAI"@en .

<http://lexvo.org/id/char/14C2> a lvont:Character ;
    lvont:represents "ᓂ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS NI"@en .

<http://lexvo.org/id/char/14C3> a lvont:Character ;
    lvont:represents "ᓃ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS NII"@en .

<http://lexvo.org/id/char/14C4> a lvont:Character ;
    lvont:represents "ᓄ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS NO"@en .

<http://lexvo.org/id/char/14C5> a lvont:Character ;
    lvont:represents "ᓅ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS NOO"@en .

<http://lexvo.org/id/char/14C6> a lvont:Character ;
    lvont:represents "ᓆ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS Y-CREE NOO"@en .

<http://lexvo.org/id/char/14C7> a lvont:Character ;
    lvont:represents "ᓇ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS NA"@en .

<http://lexvo.org/id/char/14C8> a lvont:Character ;
    lvont:represents "ᓈ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS NAA"@en .

<http://lexvo.org/id/char/14C9> a lvont:Character ;
    lvont:represents "ᓉ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS NWE"@en .

<http://lexvo.org/id/char/14CA> a lvont:Character ;
    lvont:represents "ᓊ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS WEST-CREE NWE"@en .

<http://lexvo.org/id/char/14CB> a lvont:Character ;
    lvont:represents "ᓋ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS NWA"@en .

<http://lexvo.org/id/char/14CC> a lvont:Character ;
    lvont:represents "ᓌ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS WEST-CREE NWA"@en .

<http://lexvo.org/id/char/14CD> a lvont:Character ;
    lvont:represents "ᓍ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS NWAA"@en .

<http://lexvo.org/id/char/14CE> a lvont:Character ;
    lvont:represents "ᓎ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS WEST-CREE NWAA"@en .

<http://lexvo.org/id/char/14CF> a lvont:Character ;
    lvont:represents "ᓏ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS NASKAPI NWAA"@en .

<http://lexvo.org/id/char/14D0> a lvont:Character ;
    lvont:represents "ᓐ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS N"@en .

<http://lexvo.org/id/char/14D1> a lvont:Character ;
    lvont:represents "ᓑ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS CARRIER NG"@en .

<http://lexvo.org/id/char/14D2> a lvont:Character ;
    lvont:represents "ᓒ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS NH"@en .

<http://lexvo.org/id/char/14D3> a lvont:Character ;
    lvont:represents "ᓓ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS LE"@en .

<http://lexvo.org/id/char/14D4> a lvont:Character ;
    lvont:represents "ᓔ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS LAAI"@en .

<http://lexvo.org/id/char/14D5> a lvont:Character ;
    lvont:represents "ᓕ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS LI"@en .

<http://lexvo.org/id/char/14D6> a lvont:Character ;
    lvont:represents "ᓖ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS LII"@en .

<http://lexvo.org/id/char/14D7> a lvont:Character ;
    lvont:represents "ᓗ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS LO"@en .

<http://lexvo.org/id/char/14D8> a lvont:Character ;
    lvont:represents "ᓘ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS LOO"@en .

<http://lexvo.org/id/char/14D9> a lvont:Character ;
    lvont:represents "ᓙ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS Y-CREE LOO"@en .

<http://lexvo.org/id/char/14DA> a lvont:Character ;
    lvont:represents "ᓚ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS LA"@en .

<http://lexvo.org/id/char/14DB> a lvont:Character ;
    lvont:represents "ᓛ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS LAA"@en .

<http://lexvo.org/id/char/14DC> a lvont:Character ;
    lvont:represents "ᓜ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS LWE"@en .

<http://lexvo.org/id/char/14DD> a lvont:Character ;
    lvont:represents "ᓝ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS WEST-CREE LWE"@en .

<http://lexvo.org/id/char/14DE> a lvont:Character ;
    lvont:represents "ᓞ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS LWI"@en .

<http://lexvo.org/id/char/14DF> a lvont:Character ;
    lvont:represents "ᓟ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS WEST-CREE LWI"@en .

<http://lexvo.org/id/char/14E0> a lvont:Character ;
    lvont:represents "ᓠ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS LWII"@en .

<http://lexvo.org/id/char/14E1> a lvont:Character ;
    lvont:represents "ᓡ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS WEST-CREE LWII"@en .

<http://lexvo.org/id/char/14E2> a lvont:Character ;
    lvont:represents "ᓢ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS LWO"@en .

<http://lexvo.org/id/char/14E3> a lvont:Character ;
    lvont:represents "ᓣ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS WEST-CREE LWO"@en .

<http://lexvo.org/id/char/14E4> a lvont:Character ;
    lvont:represents "ᓤ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS LWOO"@en .

<http://lexvo.org/id/char/14E5> a lvont:Character ;
    lvont:represents "ᓥ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS WEST-CREE LWOO"@en .

<http://lexvo.org/id/char/14E6> a lvont:Character ;
    lvont:represents "ᓦ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS LWA"@en .

<http://lexvo.org/id/char/14E7> a lvont:Character ;
    lvont:represents "ᓧ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS WEST-CREE LWA"@en .

<http://lexvo.org/id/char/14E8> a lvont:Character ;
    lvont:represents "ᓨ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS LWAA"@en .

<http://lexvo.org/id/char/14E9> a lvont:Character ;
    lvont:represents "ᓩ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS WEST-CREE LWAA"@en .

<http://lexvo.org/id/char/14EA> a lvont:Character ;
    lvont:represents "ᓪ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS L"@en .

<http://lexvo.org/id/char/14EB> a lvont:Character ;
    lvont:represents "ᓫ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS WEST-CREE L"@en .

<http://lexvo.org/id/char/14EC> a lvont:Character ;
    lvont:represents "ᓬ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS MEDIAL L"@en .

<http://lexvo.org/id/char/14ED> a lvont:Character ;
    lvont:represents "ᓭ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS SE"@en .

<http://lexvo.org/id/char/14EE> a lvont:Character ;
    lvont:represents "ᓮ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS SAAI"@en .

<http://lexvo.org/id/char/14EF> a lvont:Character ;
    lvont:represents "ᓯ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS SI"@en .

<http://lexvo.org/id/char/14F0> a lvont:Character ;
    lvont:represents "ᓰ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS SII"@en .

<http://lexvo.org/id/char/14F1> a lvont:Character ;
    lvont:represents "ᓱ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS SO"@en .

<http://lexvo.org/id/char/14F2> a lvont:Character ;
    lvont:represents "ᓲ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS SOO"@en .

<http://lexvo.org/id/char/14F3> a lvont:Character ;
    lvont:represents "ᓳ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS Y-CREE SOO"@en .

<http://lexvo.org/id/char/14F4> a lvont:Character ;
    lvont:represents "ᓴ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS SA"@en .

<http://lexvo.org/id/char/14F5> a lvont:Character ;
    lvont:represents "ᓵ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS SAA"@en .

<http://lexvo.org/id/char/14F6> a lvont:Character ;
    lvont:represents "ᓶ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS SWE"@en .

<http://lexvo.org/id/char/14F7> a lvont:Character ;
    lvont:represents "ᓷ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS WEST-CREE SWE"@en .

<http://lexvo.org/id/char/14F8> a lvont:Character ;
    lvont:represents "ᓸ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS SWI"@en .

<http://lexvo.org/id/char/14F9> a lvont:Character ;
    lvont:represents "ᓹ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS WEST-CREE SWI"@en .

<http://lexvo.org/id/char/14FA> a lvont:Character ;
    lvont:represents "ᓺ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS SWII"@en .

<http://lexvo.org/id/char/14FB> a lvont:Character ;
    lvont:represents "ᓻ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS WEST-CREE SWII"@en .

<http://lexvo.org/id/char/14FC> a lvont:Character ;
    lvont:represents "ᓼ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS SWO"@en .

<http://lexvo.org/id/char/14FD> a lvont:Character ;
    lvont:represents "ᓽ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS WEST-CREE SWO"@en .

<http://lexvo.org/id/char/14FE> a lvont:Character ;
    lvont:represents "ᓾ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS SWOO"@en .

<http://lexvo.org/id/char/14FF> a lvont:Character ;
    lvont:represents "ᓿ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS WEST-CREE SWOO"@en .

<http://lexvo.org/id/char/1500> a lvont:Character ;
    lvont:represents "ᔀ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS SWA"@en .

<http://lexvo.org/id/char/1501> a lvont:Character ;
    lvont:represents "ᔁ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS WEST-CREE SWA"@en .

<http://lexvo.org/id/char/1502> a lvont:Character ;
    lvont:represents "ᔂ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS SWAA"@en .

<http://lexvo.org/id/char/1503> a lvont:Character ;
    lvont:represents "ᔃ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS WEST-CREE SWAA"@en .

<http://lexvo.org/id/char/1504> a lvont:Character ;
    lvont:represents "ᔄ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS NASKAPI SWAA"@en .

<http://lexvo.org/id/char/1505> a lvont:Character ;
    lvont:represents "ᔅ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS S"@en .

<http://lexvo.org/id/char/1506> a lvont:Character ;
    lvont:represents "ᔆ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS ATHAPASCAN S"@en .

<http://lexvo.org/id/char/1507> a lvont:Character ;
    lvont:represents "ᔇ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS SW"@en .

<http://lexvo.org/id/char/1508> a lvont:Character ;
    lvont:represents "ᔈ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS BLACKFOOT S"@en .

<http://lexvo.org/id/char/1509> a lvont:Character ;
    lvont:represents "ᔉ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS MOOSE-CREE SK"@en .

<http://lexvo.org/id/char/150A> a lvont:Character ;
    lvont:represents "ᔊ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS NASKAPI SKW"@en .

<http://lexvo.org/id/char/150B> a lvont:Character ;
    lvont:represents "ᔋ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS NASKAPI S-W"@en .

<http://lexvo.org/id/char/150C> a lvont:Character ;
    lvont:represents "ᔌ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS NASKAPI SPWA"@en .

<http://lexvo.org/id/char/150D> a lvont:Character ;
    lvont:represents "ᔍ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS NASKAPI STWA"@en .

<http://lexvo.org/id/char/150E> a lvont:Character ;
    lvont:represents "ᔎ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS NASKAPI SKWA"@en .

<http://lexvo.org/id/char/150F> a lvont:Character ;
    lvont:represents "ᔏ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS NASKAPI SCWA"@en .

<http://lexvo.org/id/char/1510> a lvont:Character ;
    lvont:represents "ᔐ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS SHE"@en .

<http://lexvo.org/id/char/1511> a lvont:Character ;
    lvont:represents "ᔑ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS SHI"@en .

<http://lexvo.org/id/char/1512> a lvont:Character ;
    lvont:represents "ᔒ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS SHII"@en .

<http://lexvo.org/id/char/1513> a lvont:Character ;
    lvont:represents "ᔓ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS SHO"@en .

<http://lexvo.org/id/char/1514> a lvont:Character ;
    lvont:represents "ᔔ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS SHOO"@en .

<http://lexvo.org/id/char/1515> a lvont:Character ;
    lvont:represents "ᔕ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS SHA"@en .

<http://lexvo.org/id/char/1516> a lvont:Character ;
    lvont:represents "ᔖ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS SHAA"@en .

<http://lexvo.org/id/char/1517> a lvont:Character ;
    lvont:represents "ᔗ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS SHWE"@en .

<http://lexvo.org/id/char/1518> a lvont:Character ;
    lvont:represents "ᔘ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS WEST-CREE SHWE"@en .

<http://lexvo.org/id/char/1519> a lvont:Character ;
    lvont:represents "ᔙ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS SHWI"@en .

<http://lexvo.org/id/char/151A> a lvont:Character ;
    lvont:represents "ᔚ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS WEST-CREE SHWI"@en .

<http://lexvo.org/id/char/151B> a lvont:Character ;
    lvont:represents "ᔛ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS SHWII"@en .

<http://lexvo.org/id/char/151C> a lvont:Character ;
    lvont:represents "ᔜ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS WEST-CREE SHWII"@en .

<http://lexvo.org/id/char/151D> a lvont:Character ;
    lvont:represents "ᔝ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS SHWO"@en .

<http://lexvo.org/id/char/151E> a lvont:Character ;
    lvont:represents "ᔞ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS WEST-CREE SHWO"@en .

<http://lexvo.org/id/char/151F> a lvont:Character ;
    lvont:represents "ᔟ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS SHWOO"@en .

<http://lexvo.org/id/char/1520> a lvont:Character ;
    lvont:represents "ᔠ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS WEST-CREE SHWOO"@en .

<http://lexvo.org/id/char/1521> a lvont:Character ;
    lvont:represents "ᔡ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS SHWA"@en .

<http://lexvo.org/id/char/1522> a lvont:Character ;
    lvont:represents "ᔢ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS WEST-CREE SHWA"@en .

<http://lexvo.org/id/char/1523> a lvont:Character ;
    lvont:represents "ᔣ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS SHWAA"@en .

<http://lexvo.org/id/char/1524> a lvont:Character ;
    lvont:represents "ᔤ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS WEST-CREE SHWAA"@en .

<http://lexvo.org/id/char/1525> a lvont:Character ;
    lvont:represents "ᔥ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS SH"@en .

<http://lexvo.org/id/char/1526> a lvont:Character ;
    lvont:represents "ᔦ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS YE"@en .

<http://lexvo.org/id/char/1527> a lvont:Character ;
    lvont:represents "ᔧ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS YAAI"@en .

<http://lexvo.org/id/char/1528> a lvont:Character ;
    lvont:represents "ᔨ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS YI"@en .

<http://lexvo.org/id/char/1529> a lvont:Character ;
    lvont:represents "ᔩ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS YII"@en .

<http://lexvo.org/id/char/152A> a lvont:Character ;
    lvont:represents "ᔪ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS YO"@en .

<http://lexvo.org/id/char/152B> a lvont:Character ;
    lvont:represents "ᔫ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS YOO"@en .

<http://lexvo.org/id/char/152C> a lvont:Character ;
    lvont:represents "ᔬ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS Y-CREE YOO"@en .

<http://lexvo.org/id/char/152D> a lvont:Character ;
    lvont:represents "ᔭ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS YA"@en .

<http://lexvo.org/id/char/152E> a lvont:Character ;
    lvont:represents "ᔮ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS YAA"@en .

<http://lexvo.org/id/char/152F> a lvont:Character ;
    lvont:represents "ᔯ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS YWE"@en .

<http://lexvo.org/id/char/1530> a lvont:Character ;
    lvont:represents "ᔰ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS WEST-CREE YWE"@en .

<http://lexvo.org/id/char/1531> a lvont:Character ;
    lvont:represents "ᔱ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS YWI"@en .

<http://lexvo.org/id/char/1532> a lvont:Character ;
    lvont:represents "ᔲ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS WEST-CREE YWI"@en .

<http://lexvo.org/id/char/1533> a lvont:Character ;
    lvont:represents "ᔳ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS YWII"@en .

<http://lexvo.org/id/char/1534> a lvont:Character ;
    lvont:represents "ᔴ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS WEST-CREE YWII"@en .

<http://lexvo.org/id/char/1535> a lvont:Character ;
    lvont:represents "ᔵ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS YWO"@en .

<http://lexvo.org/id/char/1536> a lvont:Character ;
    lvont:represents "ᔶ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS WEST-CREE YWO"@en .

<http://lexvo.org/id/char/1537> a lvont:Character ;
    lvont:represents "ᔷ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS YWOO"@en .

<http://lexvo.org/id/char/1538> a lvont:Character ;
    lvont:represents "ᔸ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS WEST-CREE YWOO"@en .

<http://lexvo.org/id/char/1539> a lvont:Character ;
    lvont:represents "ᔹ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS YWA"@en .

<http://lexvo.org/id/char/153A> a lvont:Character ;
    lvont:represents "ᔺ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS WEST-CREE YWA"@en .

<http://lexvo.org/id/char/153B> a lvont:Character ;
    lvont:represents "ᔻ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS YWAA"@en .

<http://lexvo.org/id/char/153C> a lvont:Character ;
    lvont:represents "ᔼ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS WEST-CREE YWAA"@en .

<http://lexvo.org/id/char/153D> a lvont:Character ;
    lvont:represents "ᔽ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS NASKAPI YWAA"@en .

<http://lexvo.org/id/char/153E> a lvont:Character ;
    lvont:represents "ᔾ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS Y"@en .

<http://lexvo.org/id/char/153F> a lvont:Character ;
    lvont:represents "ᔿ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS BIBLE-CREE Y"@en .

<http://lexvo.org/id/char/1540> a lvont:Character ;
    lvont:represents "ᕀ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS WEST-CREE Y"@en .

<http://lexvo.org/id/char/1541> a lvont:Character ;
    lvont:represents "ᕁ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS SAYISI YI"@en .

<http://lexvo.org/id/char/1542> a lvont:Character ;
    lvont:represents "ᕂ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS RE"@en .

<http://lexvo.org/id/char/1543> a lvont:Character ;
    lvont:represents "ᕃ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS R-CREE RE"@en .

<http://lexvo.org/id/char/1544> a lvont:Character ;
    lvont:represents "ᕄ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS WEST-CREE LE"@en .

<http://lexvo.org/id/char/1545> a lvont:Character ;
    lvont:represents "ᕅ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS RAAI"@en .

<http://lexvo.org/id/char/1546> a lvont:Character ;
    lvont:represents "ᕆ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS RI"@en .

<http://lexvo.org/id/char/1547> a lvont:Character ;
    lvont:represents "ᕇ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS RII"@en .

<http://lexvo.org/id/char/1548> a lvont:Character ;
    lvont:represents "ᕈ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS RO"@en .

<http://lexvo.org/id/char/1549> a lvont:Character ;
    lvont:represents "ᕉ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS ROO"@en .

<http://lexvo.org/id/char/154A> a lvont:Character ;
    lvont:represents "ᕊ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS WEST-CREE LO"@en .

<http://lexvo.org/id/char/154B> a lvont:Character ;
    lvont:represents "ᕋ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS RA"@en .

<http://lexvo.org/id/char/154C> a lvont:Character ;
    lvont:represents "ᕌ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS RAA"@en .

<http://lexvo.org/id/char/154D> a lvont:Character ;
    lvont:represents "ᕍ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS WEST-CREE LA"@en .

<http://lexvo.org/id/char/154E> a lvont:Character ;
    lvont:represents "ᕎ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS RWAA"@en .

<http://lexvo.org/id/char/154F> a lvont:Character ;
    lvont:represents "ᕏ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS WEST-CREE RWAA"@en .

<http://lexvo.org/id/char/1550> a lvont:Character ;
    lvont:represents "ᕐ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS R"@en .

<http://lexvo.org/id/char/1551> a lvont:Character ;
    lvont:represents "ᕑ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS WEST-CREE R"@en .

<http://lexvo.org/id/char/1552> a lvont:Character ;
    lvont:represents "ᕒ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS MEDIAL R"@en .

<http://lexvo.org/id/char/1553> a lvont:Character ;
    lvont:represents "ᕓ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS FE"@en .

<http://lexvo.org/id/char/1554> a lvont:Character ;
    lvont:represents "ᕔ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS FAAI"@en .

<http://lexvo.org/id/char/1555> a lvont:Character ;
    lvont:represents "ᕕ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS FI"@en .

<http://lexvo.org/id/char/1556> a lvont:Character ;
    lvont:represents "ᕖ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS FII"@en .

<http://lexvo.org/id/char/1557> a lvont:Character ;
    lvont:represents "ᕗ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS FO"@en .

<http://lexvo.org/id/char/1558> a lvont:Character ;
    lvont:represents "ᕘ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS FOO"@en .

<http://lexvo.org/id/char/1559> a lvont:Character ;
    lvont:represents "ᕙ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS FA"@en .

<http://lexvo.org/id/char/155A> a lvont:Character ;
    lvont:represents "ᕚ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS FAA"@en .

<http://lexvo.org/id/char/155B> a lvont:Character ;
    lvont:represents "ᕛ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS FWAA"@en .

<http://lexvo.org/id/char/155C> a lvont:Character ;
    lvont:represents "ᕜ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS WEST-CREE FWAA"@en .

<http://lexvo.org/id/char/155D> a lvont:Character ;
    lvont:represents "ᕝ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS F"@en .

<http://lexvo.org/id/char/155E> a lvont:Character ;
    lvont:represents "ᕞ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS THE"@en .

<http://lexvo.org/id/char/155F> a lvont:Character ;
    lvont:represents "ᕟ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS N-CREE THE"@en .

<http://lexvo.org/id/char/1560> a lvont:Character ;
    lvont:represents "ᕠ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS THI"@en .

<http://lexvo.org/id/char/1561> a lvont:Character ;
    lvont:represents "ᕡ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS N-CREE THI"@en .

<http://lexvo.org/id/char/1562> a lvont:Character ;
    lvont:represents "ᕢ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS THII"@en .

<http://lexvo.org/id/char/1563> a lvont:Character ;
    lvont:represents "ᕣ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS N-CREE THII"@en .

<http://lexvo.org/id/char/1564> a lvont:Character ;
    lvont:represents "ᕤ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS THO"@en .

<http://lexvo.org/id/char/1565> a lvont:Character ;
    lvont:represents "ᕥ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS THOO"@en .

<http://lexvo.org/id/char/1566> a lvont:Character ;
    lvont:represents "ᕦ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS THA"@en .

<http://lexvo.org/id/char/1567> a lvont:Character ;
    lvont:represents "ᕧ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS THAA"@en .

<http://lexvo.org/id/char/1568> a lvont:Character ;
    lvont:represents "ᕨ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS THWAA"@en .

<http://lexvo.org/id/char/1569> a lvont:Character ;
    lvont:represents "ᕩ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS WEST-CREE THWAA"@en .

<http://lexvo.org/id/char/156A> a lvont:Character ;
    lvont:represents "ᕪ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS TH"@en .

<http://lexvo.org/id/char/156B> a lvont:Character ;
    lvont:represents "ᕫ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS TTHE"@en .

<http://lexvo.org/id/char/156C> a lvont:Character ;
    lvont:represents "ᕬ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS TTHI"@en .

<http://lexvo.org/id/char/156D> a lvont:Character ;
    lvont:represents "ᕭ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS TTHO"@en .

<http://lexvo.org/id/char/156E> a lvont:Character ;
    lvont:represents "ᕮ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS TTHA"@en .

<http://lexvo.org/id/char/156F> a lvont:Character ;
    lvont:represents "ᕯ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS TTH"@en .

<http://lexvo.org/id/char/1570> a lvont:Character ;
    lvont:represents "ᕰ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS TYE"@en .

<http://lexvo.org/id/char/1571> a lvont:Character ;
    lvont:represents "ᕱ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS TYI"@en .

<http://lexvo.org/id/char/1572> a lvont:Character ;
    lvont:represents "ᕲ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS TYO"@en .

<http://lexvo.org/id/char/1573> a lvont:Character ;
    lvont:represents "ᕳ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS TYA"@en .

<http://lexvo.org/id/char/1574> a lvont:Character ;
    lvont:represents "ᕴ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS NUNAVIK HE"@en .

<http://lexvo.org/id/char/1575> a lvont:Character ;
    lvont:represents "ᕵ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS NUNAVIK HI"@en .

<http://lexvo.org/id/char/1576> a lvont:Character ;
    lvont:represents "ᕶ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS NUNAVIK HII"@en .

<http://lexvo.org/id/char/1577> a lvont:Character ;
    lvont:represents "ᕷ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS NUNAVIK HO"@en .

<http://lexvo.org/id/char/1578> a lvont:Character ;
    lvont:represents "ᕸ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS NUNAVIK HOO"@en .

<http://lexvo.org/id/char/1579> a lvont:Character ;
    lvont:represents "ᕹ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS NUNAVIK HA"@en .

<http://lexvo.org/id/char/157A> a lvont:Character ;
    lvont:represents "ᕺ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS NUNAVIK HAA"@en .

<http://lexvo.org/id/char/157B> a lvont:Character ;
    lvont:represents "ᕻ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS NUNAVIK H"@en .

<http://lexvo.org/id/char/157C> a lvont:Character ;
    lvont:represents "ᕼ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS NUNAVUT H"@en .

<http://lexvo.org/id/char/157D> a lvont:Character ;
    lvont:represents "ᕽ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS HK"@en .

<http://lexvo.org/id/char/157E> a lvont:Character ;
    lvont:represents "ᕾ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS QAAI"@en .

<http://lexvo.org/id/char/157F> a lvont:Character ;
    lvont:represents "ᕿ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS QI"@en .

<http://lexvo.org/id/char/1580> a lvont:Character ;
    lvont:represents "ᖀ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS QII"@en .

<http://lexvo.org/id/char/1581> a lvont:Character ;
    lvont:represents "ᖁ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS QO"@en .

<http://lexvo.org/id/char/1582> a lvont:Character ;
    lvont:represents "ᖂ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS QOO"@en .

<http://lexvo.org/id/char/1583> a lvont:Character ;
    lvont:represents "ᖃ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS QA"@en .

<http://lexvo.org/id/char/1584> a lvont:Character ;
    lvont:represents "ᖄ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS QAA"@en .

<http://lexvo.org/id/char/1585> a lvont:Character ;
    lvont:represents "ᖅ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS Q"@en .

<http://lexvo.org/id/char/1586> a lvont:Character ;
    lvont:represents "ᖆ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS TLHE"@en .

<http://lexvo.org/id/char/1587> a lvont:Character ;
    lvont:represents "ᖇ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS TLHI"@en .

<http://lexvo.org/id/char/1588> a lvont:Character ;
    lvont:represents "ᖈ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS TLHO"@en .

<http://lexvo.org/id/char/1589> a lvont:Character ;
    lvont:represents "ᖉ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS TLHA"@en .

<http://lexvo.org/id/char/158A> a lvont:Character ;
    lvont:represents "ᖊ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS WEST-CREE RE"@en .

<http://lexvo.org/id/char/158B> a lvont:Character ;
    lvont:represents "ᖋ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS WEST-CREE RI"@en .

<http://lexvo.org/id/char/158C> a lvont:Character ;
    lvont:represents "ᖌ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS WEST-CREE RO"@en .

<http://lexvo.org/id/char/158D> a lvont:Character ;
    lvont:represents "ᖍ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS WEST-CREE RA"@en .

<http://lexvo.org/id/char/158E> a lvont:Character ;
    lvont:represents "ᖎ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS NGAAI"@en .

<http://lexvo.org/id/char/158F> a lvont:Character ;
    lvont:represents "ᖏ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS NGI"@en .

<http://lexvo.org/id/char/1590> a lvont:Character ;
    lvont:represents "ᖐ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS NGII"@en .

<http://lexvo.org/id/char/1591> a lvont:Character ;
    lvont:represents "ᖑ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS NGO"@en .

<http://lexvo.org/id/char/1592> a lvont:Character ;
    lvont:represents "ᖒ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS NGOO"@en .

<http://lexvo.org/id/char/1593> a lvont:Character ;
    lvont:represents "ᖓ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS NGA"@en .

<http://lexvo.org/id/char/1594> a lvont:Character ;
    lvont:represents "ᖔ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS NGAA"@en .

<http://lexvo.org/id/char/1595> a lvont:Character ;
    lvont:represents "ᖕ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS NG"@en .

<http://lexvo.org/id/char/1596> a lvont:Character ;
    lvont:represents "ᖖ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS NNG"@en .

<http://lexvo.org/id/char/1597> a lvont:Character ;
    lvont:represents "ᖗ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS SAYISI SHE"@en .

<http://lexvo.org/id/char/1598> a lvont:Character ;
    lvont:represents "ᖘ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS SAYISI SHI"@en .

<http://lexvo.org/id/char/1599> a lvont:Character ;
    lvont:represents "ᖙ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS SAYISI SHO"@en .

<http://lexvo.org/id/char/159A> a lvont:Character ;
    lvont:represents "ᖚ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS SAYISI SHA"@en .

<http://lexvo.org/id/char/159B> a lvont:Character ;
    lvont:represents "ᖛ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS WOODS-CREE THE"@en .

<http://lexvo.org/id/char/159C> a lvont:Character ;
    lvont:represents "ᖜ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS WOODS-CREE THI"@en .

<http://lexvo.org/id/char/159D> a lvont:Character ;
    lvont:represents "ᖝ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS WOODS-CREE THO"@en .

<http://lexvo.org/id/char/159E> a lvont:Character ;
    lvont:represents "ᖞ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS WOODS-CREE THA"@en .

<http://lexvo.org/id/char/159F> a lvont:Character ;
    lvont:represents "ᖟ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS WOODS-CREE TH"@en .

<http://lexvo.org/id/char/15A0> a lvont:Character ;
    lvont:represents "ᖠ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS LHI"@en .

<http://lexvo.org/id/char/15A1> a lvont:Character ;
    lvont:represents "ᖡ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS LHII"@en .

<http://lexvo.org/id/char/15A2> a lvont:Character ;
    lvont:represents "ᖢ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS LHO"@en .

<http://lexvo.org/id/char/15A3> a lvont:Character ;
    lvont:represents "ᖣ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS LHOO"@en .

<http://lexvo.org/id/char/15A4> a lvont:Character ;
    lvont:represents "ᖤ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS LHA"@en .

<http://lexvo.org/id/char/15A5> a lvont:Character ;
    lvont:represents "ᖥ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS LHAA"@en .

<http://lexvo.org/id/char/15A6> a lvont:Character ;
    lvont:represents "ᖦ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS LH"@en .

<http://lexvo.org/id/char/15A7> a lvont:Character ;
    lvont:represents "ᖧ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS TH-CREE THE"@en .

<http://lexvo.org/id/char/15A8> a lvont:Character ;
    lvont:represents "ᖨ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS TH-CREE THI"@en .

<http://lexvo.org/id/char/15A9> a lvont:Character ;
    lvont:represents "ᖩ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS TH-CREE THII"@en .

<http://lexvo.org/id/char/15AA> a lvont:Character ;
    lvont:represents "ᖪ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS TH-CREE THO"@en .

<http://lexvo.org/id/char/15AB> a lvont:Character ;
    lvont:represents "ᖫ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS TH-CREE THOO"@en .

<http://lexvo.org/id/char/15AC> a lvont:Character ;
    lvont:represents "ᖬ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS TH-CREE THA"@en .

<http://lexvo.org/id/char/15AD> a lvont:Character ;
    lvont:represents "ᖭ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS TH-CREE THAA"@en .

<http://lexvo.org/id/char/15AE> a lvont:Character ;
    lvont:represents "ᖮ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS TH-CREE TH"@en .

<http://lexvo.org/id/char/15AF> a lvont:Character ;
    lvont:represents "ᖯ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS AIVILIK B"@en .

<http://lexvo.org/id/char/15B0> a lvont:Character ;
    lvont:represents "ᖰ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS BLACKFOOT E"@en .

<http://lexvo.org/id/char/15B1> a lvont:Character ;
    lvont:represents "ᖱ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS BLACKFOOT I"@en .

<http://lexvo.org/id/char/15B2> a lvont:Character ;
    lvont:represents "ᖲ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS BLACKFOOT O"@en .

<http://lexvo.org/id/char/15B3> a lvont:Character ;
    lvont:represents "ᖳ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS BLACKFOOT A"@en .

<http://lexvo.org/id/char/15B4> a lvont:Character ;
    lvont:represents "ᖴ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS BLACKFOOT WE"@en .

<http://lexvo.org/id/char/15B5> a lvont:Character ;
    lvont:represents "ᖵ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS BLACKFOOT WI"@en .

<http://lexvo.org/id/char/15B6> a lvont:Character ;
    lvont:represents "ᖶ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS BLACKFOOT WO"@en .

<http://lexvo.org/id/char/15B7> a lvont:Character ;
    lvont:represents "ᖷ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS BLACKFOOT WA"@en .

<http://lexvo.org/id/char/15B8> a lvont:Character ;
    lvont:represents "ᖸ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS BLACKFOOT NE"@en .

<http://lexvo.org/id/char/15B9> a lvont:Character ;
    lvont:represents "ᖹ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS BLACKFOOT NI"@en .

<http://lexvo.org/id/char/15BA> a lvont:Character ;
    lvont:represents "ᖺ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS BLACKFOOT NO"@en .

<http://lexvo.org/id/char/15BB> a lvont:Character ;
    lvont:represents "ᖻ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS BLACKFOOT NA"@en .

<http://lexvo.org/id/char/15BC> a lvont:Character ;
    lvont:represents "ᖼ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS BLACKFOOT KE"@en .

<http://lexvo.org/id/char/15BD> a lvont:Character ;
    lvont:represents "ᖽ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS BLACKFOOT KI"@en .

<http://lexvo.org/id/char/15BE> a lvont:Character ;
    lvont:represents "ᖾ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS BLACKFOOT KO"@en .

<http://lexvo.org/id/char/15BF> a lvont:Character ;
    lvont:represents "ᖿ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS BLACKFOOT KA"@en .

<http://lexvo.org/id/char/15C0> a lvont:Character ;
    lvont:represents "ᗀ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS SAYISI HE"@en .

<http://lexvo.org/id/char/15C1> a lvont:Character ;
    lvont:represents "ᗁ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS SAYISI HI"@en .

<http://lexvo.org/id/char/15C2> a lvont:Character ;
    lvont:represents "ᗂ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS SAYISI HO"@en .

<http://lexvo.org/id/char/15C3> a lvont:Character ;
    lvont:represents "ᗃ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS SAYISI HA"@en .

<http://lexvo.org/id/char/15C4> a lvont:Character ;
    lvont:represents "ᗄ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS CARRIER GHU"@en .

<http://lexvo.org/id/char/15C5> a lvont:Character ;
    lvont:represents "ᗅ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS CARRIER GHO"@en .

<http://lexvo.org/id/char/15C6> a lvont:Character ;
    lvont:represents "ᗆ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS CARRIER GHE"@en .

<http://lexvo.org/id/char/15C7> a lvont:Character ;
    lvont:represents "ᗇ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS CARRIER GHEE"@en .

<http://lexvo.org/id/char/15C8> a lvont:Character ;
    lvont:represents "ᗈ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS CARRIER GHI"@en .

<http://lexvo.org/id/char/15C9> a lvont:Character ;
    lvont:represents "ᗉ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS CARRIER GHA"@en .

<http://lexvo.org/id/char/15CA> a lvont:Character ;
    lvont:represents "ᗊ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS CARRIER RU"@en .

<http://lexvo.org/id/char/15CB> a lvont:Character ;
    lvont:represents "ᗋ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS CARRIER RO"@en .

<http://lexvo.org/id/char/15CC> a lvont:Character ;
    lvont:represents "ᗌ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS CARRIER RE"@en .

<http://lexvo.org/id/char/15CD> a lvont:Character ;
    lvont:represents "ᗍ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS CARRIER REE"@en .

<http://lexvo.org/id/char/15CE> a lvont:Character ;
    lvont:represents "ᗎ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS CARRIER RI"@en .

<http://lexvo.org/id/char/15CF> a lvont:Character ;
    lvont:represents "ᗏ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS CARRIER RA"@en .

<http://lexvo.org/id/char/15D0> a lvont:Character ;
    lvont:represents "ᗐ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS CARRIER WU"@en .

<http://lexvo.org/id/char/15D1> a lvont:Character ;
    lvont:represents "ᗑ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS CARRIER WO"@en .

<http://lexvo.org/id/char/15D2> a lvont:Character ;
    lvont:represents "ᗒ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS CARRIER WE"@en .

<http://lexvo.org/id/char/15D3> a lvont:Character ;
    lvont:represents "ᗓ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS CARRIER WEE"@en .

<http://lexvo.org/id/char/15D4> a lvont:Character ;
    lvont:represents "ᗔ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS CARRIER WI"@en .

<http://lexvo.org/id/char/15D5> a lvont:Character ;
    lvont:represents "ᗕ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS CARRIER WA"@en .

<http://lexvo.org/id/char/15D6> a lvont:Character ;
    lvont:represents "ᗖ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS CARRIER HWU"@en .

<http://lexvo.org/id/char/15D7> a lvont:Character ;
    lvont:represents "ᗗ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS CARRIER HWO"@en .

<http://lexvo.org/id/char/15D8> a lvont:Character ;
    lvont:represents "ᗘ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS CARRIER HWE"@en .

<http://lexvo.org/id/char/15D9> a lvont:Character ;
    lvont:represents "ᗙ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS CARRIER HWEE"@en .

<http://lexvo.org/id/char/15DA> a lvont:Character ;
    lvont:represents "ᗚ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS CARRIER HWI"@en .

<http://lexvo.org/id/char/15DB> a lvont:Character ;
    lvont:represents "ᗛ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS CARRIER HWA"@en .

<http://lexvo.org/id/char/15DC> a lvont:Character ;
    lvont:represents "ᗜ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS CARRIER THU"@en .

<http://lexvo.org/id/char/15DD> a lvont:Character ;
    lvont:represents "ᗝ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS CARRIER THO"@en .

<http://lexvo.org/id/char/15DE> a lvont:Character ;
    lvont:represents "ᗞ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS CARRIER THE"@en .

<http://lexvo.org/id/char/15DF> a lvont:Character ;
    lvont:represents "ᗟ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS CARRIER THEE"@en .

<http://lexvo.org/id/char/15E0> a lvont:Character ;
    lvont:represents "ᗠ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS CARRIER THI"@en .

<http://lexvo.org/id/char/15E1> a lvont:Character ;
    lvont:represents "ᗡ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS CARRIER THA"@en .

<http://lexvo.org/id/char/15E2> a lvont:Character ;
    lvont:represents "ᗢ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS CARRIER TTU"@en .

<http://lexvo.org/id/char/15E3> a lvont:Character ;
    lvont:represents "ᗣ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS CARRIER TTO"@en .

<http://lexvo.org/id/char/15E4> a lvont:Character ;
    lvont:represents "ᗤ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS CARRIER TTE"@en .

<http://lexvo.org/id/char/15E5> a lvont:Character ;
    lvont:represents "ᗥ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS CARRIER TTEE"@en .

<http://lexvo.org/id/char/15E6> a lvont:Character ;
    lvont:represents "ᗦ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS CARRIER TTI"@en .

<http://lexvo.org/id/char/15E7> a lvont:Character ;
    lvont:represents "ᗧ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS CARRIER TTA"@en .

<http://lexvo.org/id/char/15E8> a lvont:Character ;
    lvont:represents "ᗨ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS CARRIER PU"@en .

<http://lexvo.org/id/char/15E9> a lvont:Character ;
    lvont:represents "ᗩ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS CARRIER PO"@en .

<http://lexvo.org/id/char/15EA> a lvont:Character ;
    lvont:represents "ᗪ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS CARRIER PE"@en .

<http://lexvo.org/id/char/15EB> a lvont:Character ;
    lvont:represents "ᗫ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS CARRIER PEE"@en .

<http://lexvo.org/id/char/15EC> a lvont:Character ;
    lvont:represents "ᗬ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS CARRIER PI"@en .

<http://lexvo.org/id/char/15ED> a lvont:Character ;
    lvont:represents "ᗭ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS CARRIER PA"@en .

<http://lexvo.org/id/char/15EE> a lvont:Character ;
    lvont:represents "ᗮ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS CARRIER P"@en .

<http://lexvo.org/id/char/15EF> a lvont:Character ;
    lvont:represents "ᗯ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS CARRIER GU"@en .

<http://lexvo.org/id/char/15F0> a lvont:Character ;
    lvont:represents "ᗰ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS CARRIER GO"@en .

<http://lexvo.org/id/char/15F1> a lvont:Character ;
    lvont:represents "ᗱ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS CARRIER GE"@en .

<http://lexvo.org/id/char/15F2> a lvont:Character ;
    lvont:represents "ᗲ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS CARRIER GEE"@en .

<http://lexvo.org/id/char/15F3> a lvont:Character ;
    lvont:represents "ᗳ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS CARRIER GI"@en .

<http://lexvo.org/id/char/15F4> a lvont:Character ;
    lvont:represents "ᗴ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS CARRIER GA"@en .

<http://lexvo.org/id/char/15F5> a lvont:Character ;
    lvont:represents "ᗵ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS CARRIER KHU"@en .

<http://lexvo.org/id/char/15F6> a lvont:Character ;
    lvont:represents "ᗶ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS CARRIER KHO"@en .

<http://lexvo.org/id/char/15F7> a lvont:Character ;
    lvont:represents "ᗷ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS CARRIER KHE"@en .

<http://lexvo.org/id/char/15F8> a lvont:Character ;
    lvont:represents "ᗸ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS CARRIER KHEE"@en .

<http://lexvo.org/id/char/15F9> a lvont:Character ;
    lvont:represents "ᗹ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS CARRIER KHI"@en .

<http://lexvo.org/id/char/15FA> a lvont:Character ;
    lvont:represents "ᗺ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS CARRIER KHA"@en .

<http://lexvo.org/id/char/15FB> a lvont:Character ;
    lvont:represents "ᗻ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS CARRIER KKU"@en .

<http://lexvo.org/id/char/15FC> a lvont:Character ;
    lvont:represents "ᗼ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS CARRIER KKO"@en .

<http://lexvo.org/id/char/15FD> a lvont:Character ;
    lvont:represents "ᗽ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS CARRIER KKE"@en .

<http://lexvo.org/id/char/15FE> a lvont:Character ;
    lvont:represents "ᗾ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS CARRIER KKEE"@en .

<http://lexvo.org/id/char/15FF> a lvont:Character ;
    lvont:represents "ᗿ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS CARRIER KKI"@en .

<http://lexvo.org/id/char/1600> a lvont:Character ;
    lvont:represents "ᘀ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS CARRIER KKA"@en .

<http://lexvo.org/id/char/1601> a lvont:Character ;
    lvont:represents "ᘁ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS CARRIER KK"@en .

<http://lexvo.org/id/char/1602> a lvont:Character ;
    lvont:represents "ᘂ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS CARRIER NU"@en .

<http://lexvo.org/id/char/1603> a lvont:Character ;
    lvont:represents "ᘃ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS CARRIER NO"@en .

<http://lexvo.org/id/char/1604> a lvont:Character ;
    lvont:represents "ᘄ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS CARRIER NE"@en .

<http://lexvo.org/id/char/1605> a lvont:Character ;
    lvont:represents "ᘅ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS CARRIER NEE"@en .

<http://lexvo.org/id/char/1606> a lvont:Character ;
    lvont:represents "ᘆ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS CARRIER NI"@en .

<http://lexvo.org/id/char/1607> a lvont:Character ;
    lvont:represents "ᘇ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS CARRIER NA"@en .

<http://lexvo.org/id/char/1608> a lvont:Character ;
    lvont:represents "ᘈ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS CARRIER MU"@en .

<http://lexvo.org/id/char/1609> a lvont:Character ;
    lvont:represents "ᘉ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS CARRIER MO"@en .

<http://lexvo.org/id/char/160A> a lvont:Character ;
    lvont:represents "ᘊ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS CARRIER ME"@en .

<http://lexvo.org/id/char/160B> a lvont:Character ;
    lvont:represents "ᘋ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS CARRIER MEE"@en .

<http://lexvo.org/id/char/160C> a lvont:Character ;
    lvont:represents "ᘌ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS CARRIER MI"@en .

<http://lexvo.org/id/char/160D> a lvont:Character ;
    lvont:represents "ᘍ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS CARRIER MA"@en .

<http://lexvo.org/id/char/160E> a lvont:Character ;
    lvont:represents "ᘎ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS CARRIER YU"@en .

<http://lexvo.org/id/char/160F> a lvont:Character ;
    lvont:represents "ᘏ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS CARRIER YO"@en .

<http://lexvo.org/id/char/1610> a lvont:Character ;
    lvont:represents "ᘐ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS CARRIER YE"@en .

<http://lexvo.org/id/char/1611> a lvont:Character ;
    lvont:represents "ᘑ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS CARRIER YEE"@en .

<http://lexvo.org/id/char/1612> a lvont:Character ;
    lvont:represents "ᘒ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS CARRIER YI"@en .

<http://lexvo.org/id/char/1613> a lvont:Character ;
    lvont:represents "ᘓ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS CARRIER YA"@en .

<http://lexvo.org/id/char/1614> a lvont:Character ;
    lvont:represents "ᘔ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS CARRIER JU"@en .

<http://lexvo.org/id/char/1615> a lvont:Character ;
    lvont:represents "ᘕ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS SAYISI JU"@en .

<http://lexvo.org/id/char/1616> a lvont:Character ;
    lvont:represents "ᘖ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS CARRIER JO"@en .

<http://lexvo.org/id/char/1617> a lvont:Character ;
    lvont:represents "ᘗ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS CARRIER JE"@en .

<http://lexvo.org/id/char/1618> a lvont:Character ;
    lvont:represents "ᘘ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS CARRIER JEE"@en .

<http://lexvo.org/id/char/1619> a lvont:Character ;
    lvont:represents "ᘙ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS CARRIER JI"@en .

<http://lexvo.org/id/char/161A> a lvont:Character ;
    lvont:represents "ᘚ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS SAYISI JI"@en .

<http://lexvo.org/id/char/161B> a lvont:Character ;
    lvont:represents "ᘛ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS CARRIER JA"@en .

<http://lexvo.org/id/char/161C> a lvont:Character ;
    lvont:represents "ᘜ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS CARRIER JJU"@en .

<http://lexvo.org/id/char/161D> a lvont:Character ;
    lvont:represents "ᘝ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS CARRIER JJO"@en .

<http://lexvo.org/id/char/161E> a lvont:Character ;
    lvont:represents "ᘞ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS CARRIER JJE"@en .

<http://lexvo.org/id/char/161F> a lvont:Character ;
    lvont:represents "ᘟ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS CARRIER JJEE"@en .

<http://lexvo.org/id/char/1620> a lvont:Character ;
    lvont:represents "ᘠ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS CARRIER JJI"@en .

<http://lexvo.org/id/char/1621> a lvont:Character ;
    lvont:represents "ᘡ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS CARRIER JJA"@en .

<http://lexvo.org/id/char/1622> a lvont:Character ;
    lvont:represents "ᘢ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS CARRIER LU"@en .

<http://lexvo.org/id/char/1623> a lvont:Character ;
    lvont:represents "ᘣ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS CARRIER LO"@en .

<http://lexvo.org/id/char/1624> a lvont:Character ;
    lvont:represents "ᘤ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS CARRIER LE"@en .

<http://lexvo.org/id/char/1625> a lvont:Character ;
    lvont:represents "ᘥ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS CARRIER LEE"@en .

<http://lexvo.org/id/char/1626> a lvont:Character ;
    lvont:represents "ᘦ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS CARRIER LI"@en .

<http://lexvo.org/id/char/1627> a lvont:Character ;
    lvont:represents "ᘧ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS CARRIER LA"@en .

<http://lexvo.org/id/char/1628> a lvont:Character ;
    lvont:represents "ᘨ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS CARRIER DLU"@en .

<http://lexvo.org/id/char/1629> a lvont:Character ;
    lvont:represents "ᘩ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS CARRIER DLO"@en .

<http://lexvo.org/id/char/162A> a lvont:Character ;
    lvont:represents "ᘪ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS CARRIER DLE"@en .

<http://lexvo.org/id/char/162B> a lvont:Character ;
    lvont:represents "ᘫ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS CARRIER DLEE"@en .

<http://lexvo.org/id/char/162C> a lvont:Character ;
    lvont:represents "ᘬ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS CARRIER DLI"@en .

<http://lexvo.org/id/char/162D> a lvont:Character ;
    lvont:represents "ᘭ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS CARRIER DLA"@en .

<http://lexvo.org/id/char/162E> a lvont:Character ;
    lvont:represents "ᘮ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS CARRIER LHU"@en .

<http://lexvo.org/id/char/162F> a lvont:Character ;
    lvont:represents "ᘯ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS CARRIER LHO"@en .

<http://lexvo.org/id/char/1630> a lvont:Character ;
    lvont:represents "ᘰ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS CARRIER LHE"@en .

<http://lexvo.org/id/char/1631> a lvont:Character ;
    lvont:represents "ᘱ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS CARRIER LHEE"@en .

<http://lexvo.org/id/char/1632> a lvont:Character ;
    lvont:represents "ᘲ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS CARRIER LHI"@en .

<http://lexvo.org/id/char/1633> a lvont:Character ;
    lvont:represents "ᘳ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS CARRIER LHA"@en .

<http://lexvo.org/id/char/1634> a lvont:Character ;
    lvont:represents "ᘴ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS CARRIER TLHU"@en .

<http://lexvo.org/id/char/1635> a lvont:Character ;
    lvont:represents "ᘵ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS CARRIER TLHO"@en .

<http://lexvo.org/id/char/1636> a lvont:Character ;
    lvont:represents "ᘶ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS CARRIER TLHE"@en .

<http://lexvo.org/id/char/1637> a lvont:Character ;
    lvont:represents "ᘷ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS CARRIER TLHEE"@en .

<http://lexvo.org/id/char/1638> a lvont:Character ;
    lvont:represents "ᘸ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS CARRIER TLHI"@en .

<http://lexvo.org/id/char/1639> a lvont:Character ;
    lvont:represents "ᘹ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS CARRIER TLHA"@en .

<http://lexvo.org/id/char/163A> a lvont:Character ;
    lvont:represents "ᘺ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS CARRIER TLU"@en .

<http://lexvo.org/id/char/163B> a lvont:Character ;
    lvont:represents "ᘻ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS CARRIER TLO"@en .

<http://lexvo.org/id/char/163C> a lvont:Character ;
    lvont:represents "ᘼ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS CARRIER TLE"@en .

<http://lexvo.org/id/char/163D> a lvont:Character ;
    lvont:represents "ᘽ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS CARRIER TLEE"@en .

<http://lexvo.org/id/char/163E> a lvont:Character ;
    lvont:represents "ᘾ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS CARRIER TLI"@en .

<http://lexvo.org/id/char/163F> a lvont:Character ;
    lvont:represents "ᘿ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS CARRIER TLA"@en .

<http://lexvo.org/id/char/1640> a lvont:Character ;
    lvont:represents "ᙀ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS CARRIER ZU"@en .

<http://lexvo.org/id/char/1641> a lvont:Character ;
    lvont:represents "ᙁ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS CARRIER ZO"@en .

<http://lexvo.org/id/char/1642> a lvont:Character ;
    lvont:represents "ᙂ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS CARRIER ZE"@en .

<http://lexvo.org/id/char/1643> a lvont:Character ;
    lvont:represents "ᙃ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS CARRIER ZEE"@en .

<http://lexvo.org/id/char/1644> a lvont:Character ;
    lvont:represents "ᙄ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS CARRIER ZI"@en .

<http://lexvo.org/id/char/1645> a lvont:Character ;
    lvont:represents "ᙅ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS CARRIER ZA"@en .

<http://lexvo.org/id/char/1646> a lvont:Character ;
    lvont:represents "ᙆ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS CARRIER Z"@en .

<http://lexvo.org/id/char/1647> a lvont:Character ;
    lvont:represents "ᙇ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS CARRIER INITIAL Z"@en .

<http://lexvo.org/id/char/1648> a lvont:Character ;
    lvont:represents "ᙈ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS CARRIER DZU"@en .

<http://lexvo.org/id/char/1649> a lvont:Character ;
    lvont:represents "ᙉ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS CARRIER DZO"@en .

<http://lexvo.org/id/char/164A> a lvont:Character ;
    lvont:represents "ᙊ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS CARRIER DZE"@en .

<http://lexvo.org/id/char/164B> a lvont:Character ;
    lvont:represents "ᙋ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS CARRIER DZEE"@en .

<http://lexvo.org/id/char/164C> a lvont:Character ;
    lvont:represents "ᙌ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS CARRIER DZI"@en .

<http://lexvo.org/id/char/164D> a lvont:Character ;
    lvont:represents "ᙍ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS CARRIER DZA"@en .

<http://lexvo.org/id/char/164E> a lvont:Character ;
    lvont:represents "ᙎ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS CARRIER SU"@en .

<http://lexvo.org/id/char/164F> a lvont:Character ;
    lvont:represents "ᙏ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS CARRIER SO"@en .

<http://lexvo.org/id/char/1650> a lvont:Character ;
    lvont:represents "ᙐ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS CARRIER SE"@en .

<http://lexvo.org/id/char/1651> a lvont:Character ;
    lvont:represents "ᙑ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS CARRIER SEE"@en .

<http://lexvo.org/id/char/1652> a lvont:Character ;
    lvont:represents "ᙒ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS CARRIER SI"@en .

<http://lexvo.org/id/char/1653> a lvont:Character ;
    lvont:represents "ᙓ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS CARRIER SA"@en .

<http://lexvo.org/id/char/1654> a lvont:Character ;
    lvont:represents "ᙔ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS CARRIER SHU"@en .

<http://lexvo.org/id/char/1655> a lvont:Character ;
    lvont:represents "ᙕ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS CARRIER SHO"@en .

<http://lexvo.org/id/char/1656> a lvont:Character ;
    lvont:represents "ᙖ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS CARRIER SHE"@en .

<http://lexvo.org/id/char/1657> a lvont:Character ;
    lvont:represents "ᙗ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS CARRIER SHEE"@en .

<http://lexvo.org/id/char/1658> a lvont:Character ;
    lvont:represents "ᙘ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS CARRIER SHI"@en .

<http://lexvo.org/id/char/1659> a lvont:Character ;
    lvont:represents "ᙙ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS CARRIER SHA"@en .

<http://lexvo.org/id/char/165A> a lvont:Character ;
    lvont:represents "ᙚ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS CARRIER SH"@en .

<http://lexvo.org/id/char/165B> a lvont:Character ;
    lvont:represents "ᙛ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS CARRIER TSU"@en .

<http://lexvo.org/id/char/165C> a lvont:Character ;
    lvont:represents "ᙜ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS CARRIER TSO"@en .

<http://lexvo.org/id/char/165D> a lvont:Character ;
    lvont:represents "ᙝ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS CARRIER TSE"@en .

<http://lexvo.org/id/char/165E> a lvont:Character ;
    lvont:represents "ᙞ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS CARRIER TSEE"@en .

<http://lexvo.org/id/char/165F> a lvont:Character ;
    lvont:represents "ᙟ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS CARRIER TSI"@en .

<http://lexvo.org/id/char/1660> a lvont:Character ;
    lvont:represents "ᙠ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS CARRIER TSA"@en .

<http://lexvo.org/id/char/1661> a lvont:Character ;
    lvont:represents "ᙡ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS CARRIER CHU"@en .

<http://lexvo.org/id/char/1662> a lvont:Character ;
    lvont:represents "ᙢ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS CARRIER CHO"@en .

<http://lexvo.org/id/char/1663> a lvont:Character ;
    lvont:represents "ᙣ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS CARRIER CHE"@en .

<http://lexvo.org/id/char/1664> a lvont:Character ;
    lvont:represents "ᙤ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS CARRIER CHEE"@en .

<http://lexvo.org/id/char/1665> a lvont:Character ;
    lvont:represents "ᙥ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS CARRIER CHI"@en .

<http://lexvo.org/id/char/1666> a lvont:Character ;
    lvont:represents "ᙦ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS CARRIER CHA"@en .

<http://lexvo.org/id/char/1667> a lvont:Character ;
    lvont:represents "ᙧ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS CARRIER TTSU"@en .

<http://lexvo.org/id/char/1668> a lvont:Character ;
    lvont:represents "ᙨ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS CARRIER TTSO"@en .

<http://lexvo.org/id/char/1669> a lvont:Character ;
    lvont:represents "ᙩ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS CARRIER TTSE"@en .

<http://lexvo.org/id/char/166A> a lvont:Character ;
    lvont:represents "ᙪ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS CARRIER TTSEE"@en .

<http://lexvo.org/id/char/166B> a lvont:Character ;
    lvont:represents "ᙫ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS CARRIER TTSI"@en .

<http://lexvo.org/id/char/166C> a lvont:Character ;
    lvont:represents "ᙬ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS CARRIER TTSA"@en .

<http://lexvo.org/id/char/166D> a lvont:Character ;
    lvont:represents "᙭"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS CHI SIGN"@en .

<http://lexvo.org/id/char/166E> a lvont:Character ;
    lvont:represents "᙮"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS FULL STOP"@en .

<http://lexvo.org/id/char/166F> a lvont:Character ;
    lvont:represents "ᙯ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS QAI"@en .

<http://lexvo.org/id/char/1670> a lvont:Character ;
    lvont:represents "ᙰ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS NGAI"@en .

<http://lexvo.org/id/char/1671> a lvont:Character ;
    lvont:represents "ᙱ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS NNGI"@en .

<http://lexvo.org/id/char/1672> a lvont:Character ;
    lvont:represents "ᙲ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS NNGII"@en .

<http://lexvo.org/id/char/1673> a lvont:Character ;
    lvont:represents "ᙳ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS NNGO"@en .

<http://lexvo.org/id/char/1674> a lvont:Character ;
    lvont:represents "ᙴ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS NNGOO"@en .

<http://lexvo.org/id/char/1675> a lvont:Character ;
    lvont:represents "ᙵ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS NNGA"@en .

<http://lexvo.org/id/char/1676> a lvont:Character ;
    lvont:represents "ᙶ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS NNGAA"@en .

<http://lexvo.org/id/char/1677> a lvont:Character ;
    lvont:represents "ᙷ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS WOODS-CREE THWEE"@en .

<http://lexvo.org/id/char/1678> a lvont:Character ;
    lvont:represents "ᙸ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS WOODS-CREE THWI"@en .

<http://lexvo.org/id/char/1679> a lvont:Character ;
    lvont:represents "ᙹ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS WOODS-CREE THWII"@en .

<http://lexvo.org/id/char/167A> a lvont:Character ;
    lvont:represents "ᙺ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS WOODS-CREE THWO"@en .

<http://lexvo.org/id/char/167B> a lvont:Character ;
    lvont:represents "ᙻ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS WOODS-CREE THWOO"@en .

<http://lexvo.org/id/char/167C> a lvont:Character ;
    lvont:represents "ᙼ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS WOODS-CREE THWA"@en .

<http://lexvo.org/id/char/167D> a lvont:Character ;
    lvont:represents "ᙽ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS WOODS-CREE THWAA"@en .

<http://lexvo.org/id/char/167E> a lvont:Character ;
    lvont:represents "ᙾ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS WOODS-CREE FINAL TH"@en .

<http://lexvo.org/id/char/167F> a lvont:Character ;
    lvont:represents "ᙿ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS BLACKFOOT W"@en .

<http://lexvo.org/id/char/1680> a lvont:Character ;
    lvont:represents " "^^xsd:string ;
    rdfs:comment "OGHAM SPACE MARK"@en .

<http://lexvo.org/id/char/16800> a lvont:Character ;
    lvont:represents "𖠀"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-A NGKUE MFON"@en .

<http://lexvo.org/id/char/16801> a lvont:Character ;
    lvont:represents "𖠁"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-A GBIEE FON"@en .

<http://lexvo.org/id/char/16802> a lvont:Character ;
    lvont:represents "𖠂"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-A PON MFON PIPAEMGBIEE"@en .

<http://lexvo.org/id/char/16803> a lvont:Character ;
    lvont:represents "𖠃"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-A PON MFON PIPAEMBA"@en .

<http://lexvo.org/id/char/16804> a lvont:Character ;
    lvont:represents "𖠄"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-A NAA MFON"@en .

<http://lexvo.org/id/char/16805> a lvont:Character ;
    lvont:represents "𖠅"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-A SHUENSHUET"@en .

<http://lexvo.org/id/char/16806> a lvont:Character ;
    lvont:represents "𖠆"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-A TITA MFON"@en .

<http://lexvo.org/id/char/16807> a lvont:Character ;
    lvont:represents "𖠇"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-A NZA MFON"@en .

<http://lexvo.org/id/char/16808> a lvont:Character ;
    lvont:represents "𖠈"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-A SHINDA PA NJI"@en .

<http://lexvo.org/id/char/16809> a lvont:Character ;
    lvont:represents "𖠉"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-A PON PA NJI PIPAEMGBIEE"@en .

<http://lexvo.org/id/char/1680A> a lvont:Character ;
    lvont:represents "𖠊"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-A PON PA NJI PIPAEMBA"@en .

<http://lexvo.org/id/char/1680B> a lvont:Character ;
    lvont:represents "𖠋"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-A MAEMBGBIEE"@en .

<http://lexvo.org/id/char/1680C> a lvont:Character ;
    lvont:represents "𖠌"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-A TU MAEMBA"@en .

<http://lexvo.org/id/char/1680D> a lvont:Character ;
    lvont:represents "𖠍"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-A NGANGU"@en .

<http://lexvo.org/id/char/1680E> a lvont:Character ;
    lvont:represents "𖠎"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-A MAEMVEUX"@en .

<http://lexvo.org/id/char/1680F> a lvont:Character ;
    lvont:represents "𖠏"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-A MANSUAE"@en .

<http://lexvo.org/id/char/1681> a lvont:Character ;
    lvont:represents "ᚁ"^^xsd:string ;
    rdfs:comment "OGHAM LETTER BEITH"@en .

<http://lexvo.org/id/char/16810> a lvont:Character ;
    lvont:represents "𖠐"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-A MVEUAENGAM"@en .

<http://lexvo.org/id/char/16811> a lvont:Character ;
    lvont:represents "𖠑"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-A SEUNYAM"@en .

<http://lexvo.org/id/char/16812> a lvont:Character ;
    lvont:represents "𖠒"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-A NTOQPEN"@en .

<http://lexvo.org/id/char/16813> a lvont:Character ;
    lvont:represents "𖠓"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-A KEUKEUTNDA"@en .

<http://lexvo.org/id/char/16814> a lvont:Character ;
    lvont:represents "𖠔"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-A NKINDI"@en .

<http://lexvo.org/id/char/16815> a lvont:Character ;
    lvont:represents "𖠕"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-A SUU"@en .

<http://lexvo.org/id/char/16816> a lvont:Character ;
    lvont:represents "𖠖"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-A NGKUENZEUM"@en .

<http://lexvo.org/id/char/16817> a lvont:Character ;
    lvont:represents "𖠗"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-A LAPAQ"@en .

<http://lexvo.org/id/char/16818> a lvont:Character ;
    lvont:represents "𖠘"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-A LET KUT"@en .

<http://lexvo.org/id/char/16819> a lvont:Character ;
    lvont:represents "𖠙"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-A NTAP MFAA"@en .

<http://lexvo.org/id/char/1681A> a lvont:Character ;
    lvont:represents "𖠚"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-A MAEKEUP"@en .

<http://lexvo.org/id/char/1681B> a lvont:Character ;
    lvont:represents "𖠛"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-A PASHAE"@en .

<http://lexvo.org/id/char/1681C> a lvont:Character ;
    lvont:represents "𖠜"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-A GHEUAERAE"@en .

<http://lexvo.org/id/char/1681D> a lvont:Character ;
    lvont:represents "𖠝"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-A PAMSHAE"@en .

<http://lexvo.org/id/char/1681E> a lvont:Character ;
    lvont:represents "𖠞"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-A MON NGGEUAET"@en .

<http://lexvo.org/id/char/1681F> a lvont:Character ;
    lvont:represents "𖠟"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-A NZUN MEUT"@en .

<http://lexvo.org/id/char/1682> a lvont:Character ;
    lvont:represents "ᚂ"^^xsd:string ;
    rdfs:comment "OGHAM LETTER LUIS"@en .

<http://lexvo.org/id/char/16820> a lvont:Character ;
    lvont:represents "𖠠"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-A U YUQ NAE"@en .

<http://lexvo.org/id/char/16821> a lvont:Character ;
    lvont:represents "𖠡"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-A GHEUAEGHEUAE"@en .

<http://lexvo.org/id/char/16822> a lvont:Character ;
    lvont:represents "𖠢"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-A NTAP NTAA"@en .

<http://lexvo.org/id/char/16823> a lvont:Character ;
    lvont:represents "𖠣"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-A SISA"@en .

<http://lexvo.org/id/char/16824> a lvont:Character ;
    lvont:represents "𖠤"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-A MGBASA"@en .

<http://lexvo.org/id/char/16825> a lvont:Character ;
    lvont:represents "𖠥"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-A MEUNJOMNDEUQ"@en .

<http://lexvo.org/id/char/16826> a lvont:Character ;
    lvont:represents "𖠦"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-A MOOMPUQ"@en .

<http://lexvo.org/id/char/16827> a lvont:Character ;
    lvont:represents "𖠧"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-A KAFA"@en .

<http://lexvo.org/id/char/16828> a lvont:Character ;
    lvont:represents "𖠨"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-A PA LEERAEWA"@en .

<http://lexvo.org/id/char/16829> a lvont:Character ;
    lvont:represents "𖠩"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-A NDA LEERAEWA"@en .

<http://lexvo.org/id/char/1682A> a lvont:Character ;
    lvont:represents "𖠪"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-A PET"@en .

<http://lexvo.org/id/char/1682B> a lvont:Character ;
    lvont:represents "𖠫"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-A MAEMKPEN"@en .

<http://lexvo.org/id/char/1682C> a lvont:Character ;
    lvont:represents "𖠬"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-A NIKA"@en .

<http://lexvo.org/id/char/1682D> a lvont:Character ;
    lvont:represents "𖠭"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-A PUP"@en .

<http://lexvo.org/id/char/1682E> a lvont:Character ;
    lvont:represents "𖠮"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-A TUAEP"@en .

<http://lexvo.org/id/char/1682F> a lvont:Character ;
    lvont:represents "𖠯"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-A LUAEP"@en .

<http://lexvo.org/id/char/1683> a lvont:Character ;
    lvont:represents "ᚃ"^^xsd:string ;
    rdfs:comment "OGHAM LETTER FEARN"@en .

<http://lexvo.org/id/char/16830> a lvont:Character ;
    lvont:represents "𖠰"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-A SONJAM"@en .

<http://lexvo.org/id/char/16831> a lvont:Character ;
    lvont:represents "𖠱"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-A TEUTEUWEN"@en .

<http://lexvo.org/id/char/16832> a lvont:Character ;
    lvont:represents "𖠲"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-A MAENYI"@en .

<http://lexvo.org/id/char/16833> a lvont:Character ;
    lvont:represents "𖠳"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-A KET"@en .

<http://lexvo.org/id/char/16834> a lvont:Character ;
    lvont:represents "𖠴"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-A NDAANGGEUAET"@en .

<http://lexvo.org/id/char/16835> a lvont:Character ;
    lvont:represents "𖠵"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-A KUOQ"@en .

<http://lexvo.org/id/char/16836> a lvont:Character ;
    lvont:represents "𖠶"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-A MOOMEUT"@en .

<http://lexvo.org/id/char/16837> a lvont:Character ;
    lvont:represents "𖠷"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-A SHUM"@en .

<http://lexvo.org/id/char/16838> a lvont:Character ;
    lvont:represents "𖠸"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-A LOMMAE"@en .

<http://lexvo.org/id/char/16839> a lvont:Character ;
    lvont:represents "𖠹"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-A FIRI"@en .

<http://lexvo.org/id/char/1683A> a lvont:Character ;
    lvont:represents "𖠺"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-A ROM"@en .

<http://lexvo.org/id/char/1683B> a lvont:Character ;
    lvont:represents "𖠻"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-A KPOQ"@en .

<http://lexvo.org/id/char/1683C> a lvont:Character ;
    lvont:represents "𖠼"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-A SOQ"@en .

<http://lexvo.org/id/char/1683D> a lvont:Character ;
    lvont:represents "𖠽"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-A MAP PIEET"@en .

<http://lexvo.org/id/char/1683E> a lvont:Character ;
    lvont:represents "𖠾"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-A SHIRAE"@en .

<http://lexvo.org/id/char/1683F> a lvont:Character ;
    lvont:represents "𖠿"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-A NTAP"@en .

<http://lexvo.org/id/char/1684> a lvont:Character ;
    lvont:represents "ᚄ"^^xsd:string ;
    rdfs:comment "OGHAM LETTER SAIL"@en .

<http://lexvo.org/id/char/16840> a lvont:Character ;
    lvont:represents "𖡀"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-A SHOQ NSHUT YUM"@en .

<http://lexvo.org/id/char/16841> a lvont:Character ;
    lvont:represents "𖡁"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-A NYIT MONGKEUAEQ"@en .

<http://lexvo.org/id/char/16842> a lvont:Character ;
    lvont:represents "𖡂"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-A PAARAE"@en .

<http://lexvo.org/id/char/16843> a lvont:Character ;
    lvont:represents "𖡃"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-A NKAARAE"@en .

<http://lexvo.org/id/char/16844> a lvont:Character ;
    lvont:represents "𖡄"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-A UNKNOWN"@en .

<http://lexvo.org/id/char/16845> a lvont:Character ;
    lvont:represents "𖡅"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-A NGGEN"@en .

<http://lexvo.org/id/char/16846> a lvont:Character ;
    lvont:represents "𖡆"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-A MAESI"@en .

<http://lexvo.org/id/char/16847> a lvont:Character ;
    lvont:represents "𖡇"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-A NJAM"@en .

<http://lexvo.org/id/char/16848> a lvont:Character ;
    lvont:represents "𖡈"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-A MBANYI"@en .

<http://lexvo.org/id/char/16849> a lvont:Character ;
    lvont:represents "𖡉"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-A NYET"@en .

<http://lexvo.org/id/char/1684A> a lvont:Character ;
    lvont:represents "𖡊"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-A TEUAEN"@en .

<http://lexvo.org/id/char/1684B> a lvont:Character ;
    lvont:represents "𖡋"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-A SOT"@en .

<http://lexvo.org/id/char/1684C> a lvont:Character ;
    lvont:represents "𖡌"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-A PAAM"@en .

<http://lexvo.org/id/char/1684D> a lvont:Character ;
    lvont:represents "𖡍"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-A NSHIEE"@en .

<http://lexvo.org/id/char/1684E> a lvont:Character ;
    lvont:represents "𖡎"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-A MAEM"@en .

<http://lexvo.org/id/char/1684F> a lvont:Character ;
    lvont:represents "𖡏"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-A NYI"@en .

<http://lexvo.org/id/char/1685> a lvont:Character ;
    lvont:represents "ᚅ"^^xsd:string ;
    rdfs:comment "OGHAM LETTER NION"@en .

<http://lexvo.org/id/char/16850> a lvont:Character ;
    lvont:represents "𖡐"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-A KAQ"@en .

<http://lexvo.org/id/char/16851> a lvont:Character ;
    lvont:represents "𖡑"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-A NSHA"@en .

<http://lexvo.org/id/char/16852> a lvont:Character ;
    lvont:represents "𖡒"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-A VEE"@en .

<http://lexvo.org/id/char/16853> a lvont:Character ;
    lvont:represents "𖡓"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-A LU"@en .

<http://lexvo.org/id/char/16854> a lvont:Character ;
    lvont:represents "𖡔"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-A NEN"@en .

<http://lexvo.org/id/char/16855> a lvont:Character ;
    lvont:represents "𖡕"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-A NAQ"@en .

<http://lexvo.org/id/char/16856> a lvont:Character ;
    lvont:represents "𖡖"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-A MBAQ"@en .

<http://lexvo.org/id/char/16857> a lvont:Character ;
    lvont:represents "𖡗"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-B NSHUET"@en .

<http://lexvo.org/id/char/16858> a lvont:Character ;
    lvont:represents "𖡘"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-B TU MAEMGBIEE"@en .

<http://lexvo.org/id/char/16859> a lvont:Character ;
    lvont:represents "𖡙"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-B SIEE"@en .

<http://lexvo.org/id/char/1685A> a lvont:Character ;
    lvont:represents "𖡚"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-B SET TU"@en .

<http://lexvo.org/id/char/1685B> a lvont:Character ;
    lvont:represents "𖡛"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-B LOM NTEUM"@en .

<http://lexvo.org/id/char/1685C> a lvont:Character ;
    lvont:represents "𖡜"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-B MBA MAELEE"@en .

<http://lexvo.org/id/char/1685D> a lvont:Character ;
    lvont:represents "𖡝"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-B KIEEM"@en .

<http://lexvo.org/id/char/1685E> a lvont:Character ;
    lvont:represents "𖡞"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-B YEURAE"@en .

<http://lexvo.org/id/char/1685F> a lvont:Character ;
    lvont:represents "𖡟"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-B MBAARAE"@en .

<http://lexvo.org/id/char/1686> a lvont:Character ;
    lvont:represents "ᚆ"^^xsd:string ;
    rdfs:comment "OGHAM LETTER UATH"@en .

<http://lexvo.org/id/char/16860> a lvont:Character ;
    lvont:represents "𖡠"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-B KAM"@en .

<http://lexvo.org/id/char/16861> a lvont:Character ;
    lvont:represents "𖡡"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-B PEESHI"@en .

<http://lexvo.org/id/char/16862> a lvont:Character ;
    lvont:represents "𖡢"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-B YAFU LEERAEWA"@en .

<http://lexvo.org/id/char/16863> a lvont:Character ;
    lvont:represents "𖡣"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-B LAM NSHUT NYAM"@en .

<http://lexvo.org/id/char/16864> a lvont:Character ;
    lvont:represents "𖡤"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-B NTIEE SHEUOQ"@en .

<http://lexvo.org/id/char/16865> a lvont:Character ;
    lvont:represents "𖡥"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-B NDU NJAA"@en .

<http://lexvo.org/id/char/16866> a lvont:Character ;
    lvont:represents "𖡦"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-B GHEUGHEUAEM"@en .

<http://lexvo.org/id/char/16867> a lvont:Character ;
    lvont:represents "𖡧"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-B PIT"@en .

<http://lexvo.org/id/char/16868> a lvont:Character ;
    lvont:represents "𖡨"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-B TU NSIEE"@en .

<http://lexvo.org/id/char/16869> a lvont:Character ;
    lvont:represents "𖡩"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-B SHET NJAQ"@en .

<http://lexvo.org/id/char/1686A> a lvont:Character ;
    lvont:represents "𖡪"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-B SHEUAEQTU"@en .

<http://lexvo.org/id/char/1686B> a lvont:Character ;
    lvont:represents "𖡫"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-B MFON TEUAEQ"@en .

<http://lexvo.org/id/char/1686C> a lvont:Character ;
    lvont:represents "𖡬"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-B MBIT MBAAKET"@en .

<http://lexvo.org/id/char/1686D> a lvont:Character ;
    lvont:represents "𖡭"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-B NYI NTEUM"@en .

<http://lexvo.org/id/char/1686E> a lvont:Character ;
    lvont:represents "𖡮"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-B KEUPUQ"@en .

<http://lexvo.org/id/char/1686F> a lvont:Character ;
    lvont:represents "𖡯"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-B GHEUGHEN"@en .

<http://lexvo.org/id/char/1687> a lvont:Character ;
    lvont:represents "ᚇ"^^xsd:string ;
    rdfs:comment "OGHAM LETTER DAIR"@en .

<http://lexvo.org/id/char/16870> a lvont:Character ;
    lvont:represents "𖡰"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-B KEUYEUX"@en .

<http://lexvo.org/id/char/16871> a lvont:Character ;
    lvont:represents "𖡱"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-B LAANAE"@en .

<http://lexvo.org/id/char/16872> a lvont:Character ;
    lvont:represents "𖡲"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-B PARUM"@en .

<http://lexvo.org/id/char/16873> a lvont:Character ;
    lvont:represents "𖡳"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-B VEUM"@en .

<http://lexvo.org/id/char/16874> a lvont:Character ;
    lvont:represents "𖡴"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-B NGKINDI MVOP"@en .

<http://lexvo.org/id/char/16875> a lvont:Character ;
    lvont:represents "𖡵"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-B NGGEU MBU"@en .

<http://lexvo.org/id/char/16876> a lvont:Character ;
    lvont:represents "𖡶"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-B WUAET"@en .

<http://lexvo.org/id/char/16877> a lvont:Character ;
    lvont:represents "𖡷"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-B SAKEUAE"@en .

<http://lexvo.org/id/char/16878> a lvont:Character ;
    lvont:represents "𖡸"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-B TAAM"@en .

<http://lexvo.org/id/char/16879> a lvont:Character ;
    lvont:represents "𖡹"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-B MEUQ"@en .

<http://lexvo.org/id/char/1687A> a lvont:Character ;
    lvont:represents "𖡺"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-B NGGUOQ"@en .

<http://lexvo.org/id/char/1687B> a lvont:Character ;
    lvont:represents "𖡻"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-B NGGUOQ LARGE"@en .

<http://lexvo.org/id/char/1687C> a lvont:Character ;
    lvont:represents "𖡼"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-B MFIYAQ"@en .

<http://lexvo.org/id/char/1687D> a lvont:Character ;
    lvont:represents "𖡽"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-B SUE"@en .

<http://lexvo.org/id/char/1687E> a lvont:Character ;
    lvont:represents "𖡾"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-B MBEURI"@en .

<http://lexvo.org/id/char/1687F> a lvont:Character ;
    lvont:represents "𖡿"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-B MONTIEEN"@en .

<http://lexvo.org/id/char/1688> a lvont:Character ;
    lvont:represents "ᚈ"^^xsd:string ;
    rdfs:comment "OGHAM LETTER TINNE"@en .

<http://lexvo.org/id/char/16880> a lvont:Character ;
    lvont:represents "𖢀"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-B NYAEMAE"@en .

<http://lexvo.org/id/char/16881> a lvont:Character ;
    lvont:represents "𖢁"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-B PUNGAAM"@en .

<http://lexvo.org/id/char/16882> a lvont:Character ;
    lvont:represents "𖢂"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-B MEUT NGGEET"@en .

<http://lexvo.org/id/char/16883> a lvont:Character ;
    lvont:represents "𖢃"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-B FEUX"@en .

<http://lexvo.org/id/char/16884> a lvont:Character ;
    lvont:represents "𖢄"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-B MBUOQ"@en .

<http://lexvo.org/id/char/16885> a lvont:Character ;
    lvont:represents "𖢅"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-B FEE"@en .

<http://lexvo.org/id/char/16886> a lvont:Character ;
    lvont:represents "𖢆"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-B KEUAEM"@en .

<http://lexvo.org/id/char/16887> a lvont:Character ;
    lvont:represents "𖢇"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-B MA NJEUAENA"@en .

<http://lexvo.org/id/char/16888> a lvont:Character ;
    lvont:represents "𖢈"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-B MA NJUQA"@en .

<http://lexvo.org/id/char/16889> a lvont:Character ;
    lvont:represents "𖢉"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-B LET"@en .

<http://lexvo.org/id/char/1688A> a lvont:Character ;
    lvont:represents "𖢊"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-B NGGAAM"@en .

<http://lexvo.org/id/char/1688B> a lvont:Character ;
    lvont:represents "𖢋"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-B NSEN"@en .

<http://lexvo.org/id/char/1688C> a lvont:Character ;
    lvont:represents "𖢌"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-B MA"@en .

<http://lexvo.org/id/char/1688D> a lvont:Character ;
    lvont:represents "𖢍"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-B KIQ"@en .

<http://lexvo.org/id/char/1688E> a lvont:Character ;
    lvont:represents "𖢎"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-B NGOM"@en .

<http://lexvo.org/id/char/1688F> a lvont:Character ;
    lvont:represents "𖢏"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-C NGKUE MAEMBA"@en .

<http://lexvo.org/id/char/1689> a lvont:Character ;
    lvont:represents "ᚉ"^^xsd:string ;
    rdfs:comment "OGHAM LETTER COLL"@en .

<http://lexvo.org/id/char/16890> a lvont:Character ;
    lvont:represents "𖢐"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-C NZA"@en .

<http://lexvo.org/id/char/16891> a lvont:Character ;
    lvont:represents "𖢑"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-C YUM"@en .

<http://lexvo.org/id/char/16892> a lvont:Character ;
    lvont:represents "𖢒"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-C WANGKUOQ"@en .

<http://lexvo.org/id/char/16893> a lvont:Character ;
    lvont:represents "𖢓"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-C NGGEN"@en .

<http://lexvo.org/id/char/16894> a lvont:Character ;
    lvont:represents "𖢔"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-C NDEUAEREE"@en .

<http://lexvo.org/id/char/16895> a lvont:Character ;
    lvont:represents "𖢕"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-C NGKAQ"@en .

<http://lexvo.org/id/char/16896> a lvont:Character ;
    lvont:represents "𖢖"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-C GHARAE"@en .

<http://lexvo.org/id/char/16897> a lvont:Character ;
    lvont:represents "𖢗"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-C MBEEKEET"@en .

<http://lexvo.org/id/char/16898> a lvont:Character ;
    lvont:represents "𖢘"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-C GBAYI"@en .

<http://lexvo.org/id/char/16899> a lvont:Character ;
    lvont:represents "𖢙"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-C NYIR MKPARAQ MEUN"@en .

<http://lexvo.org/id/char/1689A> a lvont:Character ;
    lvont:represents "𖢚"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-C NTU MBIT"@en .

<http://lexvo.org/id/char/1689B> a lvont:Character ;
    lvont:represents "𖢛"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-C MBEUM"@en .

<http://lexvo.org/id/char/1689C> a lvont:Character ;
    lvont:represents "𖢜"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-C PIRIEEN"@en .

<http://lexvo.org/id/char/1689D> a lvont:Character ;
    lvont:represents "𖢝"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-C NDOMBU"@en .

<http://lexvo.org/id/char/1689E> a lvont:Character ;
    lvont:represents "𖢞"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-C MBAA CABBAGE-TREE"@en .

<http://lexvo.org/id/char/1689F> a lvont:Character ;
    lvont:represents "𖢟"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-C KEUSHEUAEP"@en .

<http://lexvo.org/id/char/168A> a lvont:Character ;
    lvont:represents "ᚊ"^^xsd:string ;
    rdfs:comment "OGHAM LETTER CEIRT"@en .

<http://lexvo.org/id/char/168A0> a lvont:Character ;
    lvont:represents "𖢠"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-C GHAP"@en .

<http://lexvo.org/id/char/168A1> a lvont:Character ;
    lvont:represents "𖢡"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-C KEUKAQ"@en .

<http://lexvo.org/id/char/168A2> a lvont:Character ;
    lvont:represents "𖢢"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-C YU MUOMAE"@en .

<http://lexvo.org/id/char/168A3> a lvont:Character ;
    lvont:represents "𖢣"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-C NZEUM"@en .

<http://lexvo.org/id/char/168A4> a lvont:Character ;
    lvont:represents "𖢤"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-C MBUE"@en .

<http://lexvo.org/id/char/168A5> a lvont:Character ;
    lvont:represents "𖢥"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-C NSEUAEN"@en .

<http://lexvo.org/id/char/168A6> a lvont:Character ;
    lvont:represents "𖢦"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-C MBIT"@en .

<http://lexvo.org/id/char/168A7> a lvont:Character ;
    lvont:represents "𖢧"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-C YEUQ"@en .

<http://lexvo.org/id/char/168A8> a lvont:Character ;
    lvont:represents "𖢨"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-C KPARAQ"@en .

<http://lexvo.org/id/char/168A9> a lvont:Character ;
    lvont:represents "𖢩"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-C KAA"@en .

<http://lexvo.org/id/char/168AA> a lvont:Character ;
    lvont:represents "𖢪"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-C SEUX"@en .

<http://lexvo.org/id/char/168AB> a lvont:Character ;
    lvont:represents "𖢫"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-C NDIDA"@en .

<http://lexvo.org/id/char/168AC> a lvont:Character ;
    lvont:represents "𖢬"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-C TAASHAE"@en .

<http://lexvo.org/id/char/168AD> a lvont:Character ;
    lvont:represents "𖢭"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-C NJUEQ"@en .

<http://lexvo.org/id/char/168AE> a lvont:Character ;
    lvont:represents "𖢮"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-C TITA YUE"@en .

<http://lexvo.org/id/char/168AF> a lvont:Character ;
    lvont:represents "𖢯"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-C SUAET"@en .

<http://lexvo.org/id/char/168B> a lvont:Character ;
    lvont:represents "ᚋ"^^xsd:string ;
    rdfs:comment "OGHAM LETTER MUIN"@en .

<http://lexvo.org/id/char/168B0> a lvont:Character ;
    lvont:represents "𖢰"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-C NGGUAEN NYAM"@en .

<http://lexvo.org/id/char/168B1> a lvont:Character ;
    lvont:represents "𖢱"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-C VEUX"@en .

<http://lexvo.org/id/char/168B2> a lvont:Character ;
    lvont:represents "𖢲"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-C NANSANAQ"@en .

<http://lexvo.org/id/char/168B3> a lvont:Character ;
    lvont:represents "𖢳"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-C MA KEUAERI"@en .

<http://lexvo.org/id/char/168B4> a lvont:Character ;
    lvont:represents "𖢴"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-C NTAA"@en .

<http://lexvo.org/id/char/168B5> a lvont:Character ;
    lvont:represents "𖢵"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-C NGGUON"@en .

<http://lexvo.org/id/char/168B6> a lvont:Character ;
    lvont:represents "𖢶"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-C LAP"@en .

<http://lexvo.org/id/char/168B7> a lvont:Character ;
    lvont:represents "𖢷"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-C MBIRIEEN"@en .

<http://lexvo.org/id/char/168B8> a lvont:Character ;
    lvont:represents "𖢸"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-C MGBASAQ"@en .

<http://lexvo.org/id/char/168B9> a lvont:Character ;
    lvont:represents "𖢹"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-C NTEUNGBA"@en .

<http://lexvo.org/id/char/168BA> a lvont:Character ;
    lvont:represents "𖢺"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-C TEUTEUX"@en .

<http://lexvo.org/id/char/168BB> a lvont:Character ;
    lvont:represents "𖢻"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-C NGGUM"@en .

<http://lexvo.org/id/char/168BC> a lvont:Character ;
    lvont:represents "𖢼"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-C FUE"@en .

<http://lexvo.org/id/char/168BD> a lvont:Character ;
    lvont:represents "𖢽"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-C NDEUT"@en .

<http://lexvo.org/id/char/168BE> a lvont:Character ;
    lvont:represents "𖢾"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-C NSA"@en .

<http://lexvo.org/id/char/168BF> a lvont:Character ;
    lvont:represents "𖢿"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-C NSHAQ"@en .

<http://lexvo.org/id/char/168C> a lvont:Character ;
    lvont:represents "ᚌ"^^xsd:string ;
    rdfs:comment "OGHAM LETTER GORT"@en .

<http://lexvo.org/id/char/168C0> a lvont:Character ;
    lvont:represents "𖣀"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-C BUNG"@en .

<http://lexvo.org/id/char/168C1> a lvont:Character ;
    lvont:represents "𖣁"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-C VEUAEPEN"@en .

<http://lexvo.org/id/char/168C2> a lvont:Character ;
    lvont:represents "𖣂"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-C MBERAE"@en .

<http://lexvo.org/id/char/168C3> a lvont:Character ;
    lvont:represents "𖣃"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-C RU"@en .

<http://lexvo.org/id/char/168C4> a lvont:Character ;
    lvont:represents "𖣄"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-C NJAEM"@en .

<http://lexvo.org/id/char/168C5> a lvont:Character ;
    lvont:represents "𖣅"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-C LAM"@en .

<http://lexvo.org/id/char/168C6> a lvont:Character ;
    lvont:represents "𖣆"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-C TITUAEP"@en .

<http://lexvo.org/id/char/168C7> a lvont:Character ;
    lvont:represents "𖣇"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-C NSUOT NGOM"@en .

<http://lexvo.org/id/char/168C8> a lvont:Character ;
    lvont:represents "𖣈"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-C NJEEEE"@en .

<http://lexvo.org/id/char/168C9> a lvont:Character ;
    lvont:represents "𖣉"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-C KET"@en .

<http://lexvo.org/id/char/168CA> a lvont:Character ;
    lvont:represents "𖣊"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-C NGGU"@en .

<http://lexvo.org/id/char/168CB> a lvont:Character ;
    lvont:represents "𖣋"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-C MAESI"@en .

<http://lexvo.org/id/char/168CC> a lvont:Character ;
    lvont:represents "𖣌"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-C MBUAEM"@en .

<http://lexvo.org/id/char/168CD> a lvont:Character ;
    lvont:represents "𖣍"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-C LU"@en .

<http://lexvo.org/id/char/168CE> a lvont:Character ;
    lvont:represents "𖣎"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-C KUT"@en .

<http://lexvo.org/id/char/168CF> a lvont:Character ;
    lvont:represents "𖣏"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-C NJAM"@en .

<http://lexvo.org/id/char/168D> a lvont:Character ;
    lvont:represents "ᚍ"^^xsd:string ;
    rdfs:comment "OGHAM LETTER NGEADAL"@en .

<http://lexvo.org/id/char/168D0> a lvont:Character ;
    lvont:represents "𖣐"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-C NGOM"@en .

<http://lexvo.org/id/char/168D1> a lvont:Character ;
    lvont:represents "𖣑"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-C WUP"@en .

<http://lexvo.org/id/char/168D2> a lvont:Character ;
    lvont:represents "𖣒"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-C NGGUEET"@en .

<http://lexvo.org/id/char/168D3> a lvont:Character ;
    lvont:represents "𖣓"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-C NSOM"@en .

<http://lexvo.org/id/char/168D4> a lvont:Character ;
    lvont:represents "𖣔"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-C NTEN"@en .

<http://lexvo.org/id/char/168D5> a lvont:Character ;
    lvont:represents "𖣕"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-C KUOP NKAARAE"@en .

<http://lexvo.org/id/char/168D6> a lvont:Character ;
    lvont:represents "𖣖"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-C NSUN"@en .

<http://lexvo.org/id/char/168D7> a lvont:Character ;
    lvont:represents "𖣗"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-C NDAM"@en .

<http://lexvo.org/id/char/168D8> a lvont:Character ;
    lvont:represents "𖣘"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-C MA NSIEE"@en .

<http://lexvo.org/id/char/168D9> a lvont:Character ;
    lvont:represents "𖣙"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-C YAA"@en .

<http://lexvo.org/id/char/168DA> a lvont:Character ;
    lvont:represents "𖣚"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-C NDAP"@en .

<http://lexvo.org/id/char/168DB> a lvont:Character ;
    lvont:represents "𖣛"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-C SHUEQ"@en .

<http://lexvo.org/id/char/168DC> a lvont:Character ;
    lvont:represents "𖣜"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-C SETFON"@en .

<http://lexvo.org/id/char/168DD> a lvont:Character ;
    lvont:represents "𖣝"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-C MBI"@en .

<http://lexvo.org/id/char/168DE> a lvont:Character ;
    lvont:represents "𖣞"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-C MAEMBA"@en .

<http://lexvo.org/id/char/168DF> a lvont:Character ;
    lvont:represents "𖣟"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-C MBANYI"@en .

<http://lexvo.org/id/char/168E> a lvont:Character ;
    lvont:represents "ᚎ"^^xsd:string ;
    rdfs:comment "OGHAM LETTER STRAIF"@en .

<http://lexvo.org/id/char/168E0> a lvont:Character ;
    lvont:represents "𖣠"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-C KEUSEUX"@en .

<http://lexvo.org/id/char/168E1> a lvont:Character ;
    lvont:represents "𖣡"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-C MBEUX"@en .

<http://lexvo.org/id/char/168E2> a lvont:Character ;
    lvont:represents "𖣢"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-C KEUM"@en .

<http://lexvo.org/id/char/168E3> a lvont:Character ;
    lvont:represents "𖣣"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-C MBAA PICKET"@en .

<http://lexvo.org/id/char/168E4> a lvont:Character ;
    lvont:represents "𖣤"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-C YUWOQ"@en .

<http://lexvo.org/id/char/168E5> a lvont:Character ;
    lvont:represents "𖣥"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-C NJEUX"@en .

<http://lexvo.org/id/char/168E6> a lvont:Character ;
    lvont:represents "𖣦"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-C MIEE"@en .

<http://lexvo.org/id/char/168E7> a lvont:Character ;
    lvont:represents "𖣧"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-C MUAE"@en .

<http://lexvo.org/id/char/168E8> a lvont:Character ;
    lvont:represents "𖣨"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-C SHIQ"@en .

<http://lexvo.org/id/char/168E9> a lvont:Character ;
    lvont:represents "𖣩"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-C KEN LAW"@en .

<http://lexvo.org/id/char/168EA> a lvont:Character ;
    lvont:represents "𖣪"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-C KEN FATIGUE"@en .

<http://lexvo.org/id/char/168EB> a lvont:Character ;
    lvont:represents "𖣫"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-C NGAQ"@en .

<http://lexvo.org/id/char/168EC> a lvont:Character ;
    lvont:represents "𖣬"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-C NAQ"@en .

<http://lexvo.org/id/char/168ED> a lvont:Character ;
    lvont:represents "𖣭"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-C LIQ"@en .

<http://lexvo.org/id/char/168EE> a lvont:Character ;
    lvont:represents "𖣮"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-C PIN"@en .

<http://lexvo.org/id/char/168EF> a lvont:Character ;
    lvont:represents "𖣯"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-C PEN"@en .

<http://lexvo.org/id/char/168F> a lvont:Character ;
    lvont:represents "ᚏ"^^xsd:string ;
    rdfs:comment "OGHAM LETTER RUIS"@en .

<http://lexvo.org/id/char/168F0> a lvont:Character ;
    lvont:represents "𖣰"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-C TET"@en .

<http://lexvo.org/id/char/168F1> a lvont:Character ;
    lvont:represents "𖣱"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-D MBUO"@en .

<http://lexvo.org/id/char/168F2> a lvont:Character ;
    lvont:represents "𖣲"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-D WAP"@en .

<http://lexvo.org/id/char/168F3> a lvont:Character ;
    lvont:represents "𖣳"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-D NJI"@en .

<http://lexvo.org/id/char/168F4> a lvont:Character ;
    lvont:represents "𖣴"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-D MFON"@en .

<http://lexvo.org/id/char/168F5> a lvont:Character ;
    lvont:represents "𖣵"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-D NJIEE"@en .

<http://lexvo.org/id/char/168F6> a lvont:Character ;
    lvont:represents "𖣶"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-D LIEE"@en .

<http://lexvo.org/id/char/168F7> a lvont:Character ;
    lvont:represents "𖣷"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-D NJEUT"@en .

<http://lexvo.org/id/char/168F8> a lvont:Character ;
    lvont:represents "𖣸"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-D NSHEE"@en .

<http://lexvo.org/id/char/168F9> a lvont:Character ;
    lvont:represents "𖣹"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-D NGGAAMAE"@en .

<http://lexvo.org/id/char/168FA> a lvont:Character ;
    lvont:represents "𖣺"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-D NYAM"@en .

<http://lexvo.org/id/char/168FB> a lvont:Character ;
    lvont:represents "𖣻"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-D WUAEN"@en .

<http://lexvo.org/id/char/168FC> a lvont:Character ;
    lvont:represents "𖣼"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-D NGKUN"@en .

<http://lexvo.org/id/char/168FD> a lvont:Character ;
    lvont:represents "𖣽"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-D SHEE"@en .

<http://lexvo.org/id/char/168FE> a lvont:Character ;
    lvont:represents "𖣾"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-D NGKAP"@en .

<http://lexvo.org/id/char/168FF> a lvont:Character ;
    lvont:represents "𖣿"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-D KEUAETMEUN"@en .

<http://lexvo.org/id/char/1690> a lvont:Character ;
    lvont:represents "ᚐ"^^xsd:string ;
    rdfs:comment "OGHAM LETTER AILM"@en .

<http://lexvo.org/id/char/16900> a lvont:Character ;
    lvont:represents "𖤀"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-D TEUT"@en .

<http://lexvo.org/id/char/16901> a lvont:Character ;
    lvont:represents "𖤁"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-D SHEUAE"@en .

<http://lexvo.org/id/char/16902> a lvont:Character ;
    lvont:represents "𖤂"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-D NJAP"@en .

<http://lexvo.org/id/char/16903> a lvont:Character ;
    lvont:represents "𖤃"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-D SUE"@en .

<http://lexvo.org/id/char/16904> a lvont:Character ;
    lvont:represents "𖤄"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-D KET"@en .

<http://lexvo.org/id/char/16905> a lvont:Character ;
    lvont:represents "𖤅"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-D YAEMMAE"@en .

<http://lexvo.org/id/char/16906> a lvont:Character ;
    lvont:represents "𖤆"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-D KUOM"@en .

<http://lexvo.org/id/char/16907> a lvont:Character ;
    lvont:represents "𖤇"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-D SAP"@en .

<http://lexvo.org/id/char/16908> a lvont:Character ;
    lvont:represents "𖤈"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-D MFEUT"@en .

<http://lexvo.org/id/char/16909> a lvont:Character ;
    lvont:represents "𖤉"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-D NDEUX"@en .

<http://lexvo.org/id/char/1690A> a lvont:Character ;
    lvont:represents "𖤊"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-D MALEERI"@en .

<http://lexvo.org/id/char/1690B> a lvont:Character ;
    lvont:represents "𖤋"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-D MEUT"@en .

<http://lexvo.org/id/char/1690C> a lvont:Character ;
    lvont:represents "𖤌"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-D SEUAEQ"@en .

<http://lexvo.org/id/char/1690D> a lvont:Character ;
    lvont:represents "𖤍"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-D YEN"@en .

<http://lexvo.org/id/char/1690E> a lvont:Character ;
    lvont:represents "𖤎"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-D NJEUAEM"@en .

<http://lexvo.org/id/char/1690F> a lvont:Character ;
    lvont:represents "𖤏"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-D KEUOT MBUAE"@en .

<http://lexvo.org/id/char/1691> a lvont:Character ;
    lvont:represents "ᚑ"^^xsd:string ;
    rdfs:comment "OGHAM LETTER ONN"@en .

<http://lexvo.org/id/char/16910> a lvont:Character ;
    lvont:represents "𖤐"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-D NGKEURI"@en .

<http://lexvo.org/id/char/16911> a lvont:Character ;
    lvont:represents "𖤑"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-D TU"@en .

<http://lexvo.org/id/char/16912> a lvont:Character ;
    lvont:represents "𖤒"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-D GHAA"@en .

<http://lexvo.org/id/char/16913> a lvont:Character ;
    lvont:represents "𖤓"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-D NGKYEE"@en .

<http://lexvo.org/id/char/16914> a lvont:Character ;
    lvont:represents "𖤔"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-D FEUFEUAET"@en .

<http://lexvo.org/id/char/16915> a lvont:Character ;
    lvont:represents "𖤕"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-D NDEE"@en .

<http://lexvo.org/id/char/16916> a lvont:Character ;
    lvont:represents "𖤖"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-D MGBOFUM"@en .

<http://lexvo.org/id/char/16917> a lvont:Character ;
    lvont:represents "𖤗"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-D LEUAEP"@en .

<http://lexvo.org/id/char/16918> a lvont:Character ;
    lvont:represents "𖤘"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-D NDON"@en .

<http://lexvo.org/id/char/16919> a lvont:Character ;
    lvont:represents "𖤙"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-D MONI"@en .

<http://lexvo.org/id/char/1691A> a lvont:Character ;
    lvont:represents "𖤚"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-D MGBEUN"@en .

<http://lexvo.org/id/char/1691B> a lvont:Character ;
    lvont:represents "𖤛"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-D PUUT"@en .

<http://lexvo.org/id/char/1691C> a lvont:Character ;
    lvont:represents "𖤜"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-D MGBIEE"@en .

<http://lexvo.org/id/char/1691D> a lvont:Character ;
    lvont:represents "𖤝"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-D MFO"@en .

<http://lexvo.org/id/char/1691E> a lvont:Character ;
    lvont:represents "𖤞"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-D LUM"@en .

<http://lexvo.org/id/char/1691F> a lvont:Character ;
    lvont:represents "𖤟"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-D NSIEEP"@en .

<http://lexvo.org/id/char/1692> a lvont:Character ;
    lvont:represents "ᚒ"^^xsd:string ;
    rdfs:comment "OGHAM LETTER UR"@en .

<http://lexvo.org/id/char/16920> a lvont:Character ;
    lvont:represents "𖤠"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-D MBAA"@en .

<http://lexvo.org/id/char/16921> a lvont:Character ;
    lvont:represents "𖤡"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-D KWAET"@en .

<http://lexvo.org/id/char/16922> a lvont:Character ;
    lvont:represents "𖤢"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-D NYET"@en .

<http://lexvo.org/id/char/16923> a lvont:Character ;
    lvont:represents "𖤣"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-D TEUAEN"@en .

<http://lexvo.org/id/char/16924> a lvont:Character ;
    lvont:represents "𖤤"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-D SOT"@en .

<http://lexvo.org/id/char/16925> a lvont:Character ;
    lvont:represents "𖤥"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-D YUWOQ"@en .

<http://lexvo.org/id/char/16926> a lvont:Character ;
    lvont:represents "𖤦"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-D KEUM"@en .

<http://lexvo.org/id/char/16927> a lvont:Character ;
    lvont:represents "𖤧"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-D RAEM"@en .

<http://lexvo.org/id/char/16928> a lvont:Character ;
    lvont:represents "𖤨"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-D TEEEE"@en .

<http://lexvo.org/id/char/16929> a lvont:Character ;
    lvont:represents "𖤩"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-D NGKEUAEQ"@en .

<http://lexvo.org/id/char/1692A> a lvont:Character ;
    lvont:represents "𖤪"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-D MFEUAE"@en .

<http://lexvo.org/id/char/1692B> a lvont:Character ;
    lvont:represents "𖤫"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-D NSIEET"@en .

<http://lexvo.org/id/char/1692C> a lvont:Character ;
    lvont:represents "𖤬"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-D KEUP"@en .

<http://lexvo.org/id/char/1692D> a lvont:Character ;
    lvont:represents "𖤭"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-D PIP"@en .

<http://lexvo.org/id/char/1692E> a lvont:Character ;
    lvont:represents "𖤮"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-D PEUTAE"@en .

<http://lexvo.org/id/char/1692F> a lvont:Character ;
    lvont:represents "𖤯"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-D NYUE"@en .

<http://lexvo.org/id/char/1693> a lvont:Character ;
    lvont:represents "ᚓ"^^xsd:string ;
    rdfs:comment "OGHAM LETTER EADHADH"@en .

<http://lexvo.org/id/char/16930> a lvont:Character ;
    lvont:represents "𖤰"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-D LET"@en .

<http://lexvo.org/id/char/16931> a lvont:Character ;
    lvont:represents "𖤱"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-D NGGAAM"@en .

<http://lexvo.org/id/char/16932> a lvont:Character ;
    lvont:represents "𖤲"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-D MFIEE"@en .

<http://lexvo.org/id/char/16933> a lvont:Character ;
    lvont:represents "𖤳"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-D NGGWAEN"@en .

<http://lexvo.org/id/char/16934> a lvont:Character ;
    lvont:represents "𖤴"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-D YUOM"@en .

<http://lexvo.org/id/char/16935> a lvont:Character ;
    lvont:represents "𖤵"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-D PAP"@en .

<http://lexvo.org/id/char/16936> a lvont:Character ;
    lvont:represents "𖤶"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-D YUOP"@en .

<http://lexvo.org/id/char/16937> a lvont:Character ;
    lvont:represents "𖤷"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-D NDAM"@en .

<http://lexvo.org/id/char/16938> a lvont:Character ;
    lvont:represents "𖤸"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-D NTEUM"@en .

<http://lexvo.org/id/char/16939> a lvont:Character ;
    lvont:represents "𖤹"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-D SUAE"@en .

<http://lexvo.org/id/char/1693A> a lvont:Character ;
    lvont:represents "𖤺"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-D KUN"@en .

<http://lexvo.org/id/char/1693B> a lvont:Character ;
    lvont:represents "𖤻"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-D NGGEUX"@en .

<http://lexvo.org/id/char/1693C> a lvont:Character ;
    lvont:represents "𖤼"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-D NGKIEE"@en .

<http://lexvo.org/id/char/1693D> a lvont:Character ;
    lvont:represents "𖤽"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-D TUOT"@en .

<http://lexvo.org/id/char/1693E> a lvont:Character ;
    lvont:represents "𖤾"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-D MEUN"@en .

<http://lexvo.org/id/char/1693F> a lvont:Character ;
    lvont:represents "𖤿"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-D KUQ"@en .

<http://lexvo.org/id/char/1694> a lvont:Character ;
    lvont:represents "ᚔ"^^xsd:string ;
    rdfs:comment "OGHAM LETTER IODHADH"@en .

<http://lexvo.org/id/char/16940> a lvont:Character ;
    lvont:represents "𖥀"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-D NSUM"@en .

<http://lexvo.org/id/char/16941> a lvont:Character ;
    lvont:represents "𖥁"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-D TEUN"@en .

<http://lexvo.org/id/char/16942> a lvont:Character ;
    lvont:represents "𖥂"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-D MAENJET"@en .

<http://lexvo.org/id/char/16943> a lvont:Character ;
    lvont:represents "𖥃"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-D NGGAP"@en .

<http://lexvo.org/id/char/16944> a lvont:Character ;
    lvont:represents "𖥄"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-D LEUM"@en .

<http://lexvo.org/id/char/16945> a lvont:Character ;
    lvont:represents "𖥅"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-D NGGUOM"@en .

<http://lexvo.org/id/char/16946> a lvont:Character ;
    lvont:represents "𖥆"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-D NSHUT"@en .

<http://lexvo.org/id/char/16947> a lvont:Character ;
    lvont:represents "𖥇"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-D NJUEQ"@en .

<http://lexvo.org/id/char/16948> a lvont:Character ;
    lvont:represents "𖥈"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-D GHEUAE"@en .

<http://lexvo.org/id/char/16949> a lvont:Character ;
    lvont:represents "𖥉"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-D KU"@en .

<http://lexvo.org/id/char/1694A> a lvont:Character ;
    lvont:represents "𖥊"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-D REN OLD"@en .

<http://lexvo.org/id/char/1694B> a lvont:Character ;
    lvont:represents "𖥋"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-D TAE"@en .

<http://lexvo.org/id/char/1694C> a lvont:Character ;
    lvont:represents "𖥌"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-D TOQ"@en .

<http://lexvo.org/id/char/1694D> a lvont:Character ;
    lvont:represents "𖥍"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-D NYI"@en .

<http://lexvo.org/id/char/1694E> a lvont:Character ;
    lvont:represents "𖥎"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-D RII"@en .

<http://lexvo.org/id/char/1694F> a lvont:Character ;
    lvont:represents "𖥏"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-D LEEEE"@en .

<http://lexvo.org/id/char/1695> a lvont:Character ;
    lvont:represents "ᚕ"^^xsd:string ;
    rdfs:comment "OGHAM LETTER EABHADH"@en .

<http://lexvo.org/id/char/16950> a lvont:Character ;
    lvont:represents "𖥐"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-D MEEEE"@en .

<http://lexvo.org/id/char/16951> a lvont:Character ;
    lvont:represents "𖥑"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-D M"@en .

<http://lexvo.org/id/char/16952> a lvont:Character ;
    lvont:represents "𖥒"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-D SUU"@en .

<http://lexvo.org/id/char/16953> a lvont:Character ;
    lvont:represents "𖥓"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-D MU"@en .

<http://lexvo.org/id/char/16954> a lvont:Character ;
    lvont:represents "𖥔"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-D SHII"@en .

<http://lexvo.org/id/char/16955> a lvont:Character ;
    lvont:represents "𖥕"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-D SHEUX"@en .

<http://lexvo.org/id/char/16956> a lvont:Character ;
    lvont:represents "𖥖"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-D KYEE"@en .

<http://lexvo.org/id/char/16957> a lvont:Character ;
    lvont:represents "𖥗"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-D NU"@en .

<http://lexvo.org/id/char/16958> a lvont:Character ;
    lvont:represents "𖥘"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-D SHU"@en .

<http://lexvo.org/id/char/16959> a lvont:Character ;
    lvont:represents "𖥙"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-D NTEE"@en .

<http://lexvo.org/id/char/1695A> a lvont:Character ;
    lvont:represents "𖥚"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-D PEE"@en .

<http://lexvo.org/id/char/1695B> a lvont:Character ;
    lvont:represents "𖥛"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-D NI"@en .

<http://lexvo.org/id/char/1695C> a lvont:Character ;
    lvont:represents "𖥜"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-D SHOQ"@en .

<http://lexvo.org/id/char/1695D> a lvont:Character ;
    lvont:represents "𖥝"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-D PUQ"@en .

<http://lexvo.org/id/char/1695E> a lvont:Character ;
    lvont:represents "𖥞"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-D MVOP"@en .

<http://lexvo.org/id/char/1695F> a lvont:Character ;
    lvont:represents "𖥟"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-D LOQ"@en .

<http://lexvo.org/id/char/1696> a lvont:Character ;
    lvont:represents "ᚖ"^^xsd:string ;
    rdfs:comment "OGHAM LETTER OR"@en .

<http://lexvo.org/id/char/16960> a lvont:Character ;
    lvont:represents "𖥠"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-D REN MUCH"@en .

<http://lexvo.org/id/char/16961> a lvont:Character ;
    lvont:represents "𖥡"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-D TI"@en .

<http://lexvo.org/id/char/16962> a lvont:Character ;
    lvont:represents "𖥢"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-D NTUU"@en .

<http://lexvo.org/id/char/16963> a lvont:Character ;
    lvont:represents "𖥣"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-D MBAA SEVEN"@en .

<http://lexvo.org/id/char/16964> a lvont:Character ;
    lvont:represents "𖥤"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-D SAQ"@en .

<http://lexvo.org/id/char/16965> a lvont:Character ;
    lvont:represents "𖥥"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-D FAA"@en .

<http://lexvo.org/id/char/16966> a lvont:Character ;
    lvont:represents "𖥦"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-E NDAP"@en .

<http://lexvo.org/id/char/16967> a lvont:Character ;
    lvont:represents "𖥧"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-E TOON"@en .

<http://lexvo.org/id/char/16968> a lvont:Character ;
    lvont:represents "𖥨"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-E MBEUM"@en .

<http://lexvo.org/id/char/16969> a lvont:Character ;
    lvont:represents "𖥩"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-E LAP"@en .

<http://lexvo.org/id/char/1696A> a lvont:Character ;
    lvont:represents "𖥪"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-E VOM"@en .

<http://lexvo.org/id/char/1696B> a lvont:Character ;
    lvont:represents "𖥫"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-E LOON"@en .

<http://lexvo.org/id/char/1696C> a lvont:Character ;
    lvont:represents "𖥬"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-E PAA"@en .

<http://lexvo.org/id/char/1696D> a lvont:Character ;
    lvont:represents "𖥭"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-E SOM"@en .

<http://lexvo.org/id/char/1696E> a lvont:Character ;
    lvont:represents "𖥮"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-E RAQ"@en .

<http://lexvo.org/id/char/1696F> a lvont:Character ;
    lvont:represents "𖥯"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-E NSHUOP"@en .

<http://lexvo.org/id/char/1697> a lvont:Character ;
    lvont:represents "ᚗ"^^xsd:string ;
    rdfs:comment "OGHAM LETTER UILLEANN"@en .

<http://lexvo.org/id/char/16970> a lvont:Character ;
    lvont:represents "𖥰"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-E NDUN"@en .

<http://lexvo.org/id/char/16971> a lvont:Character ;
    lvont:represents "𖥱"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-E PUAE"@en .

<http://lexvo.org/id/char/16972> a lvont:Character ;
    lvont:represents "𖥲"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-E TAM"@en .

<http://lexvo.org/id/char/16973> a lvont:Character ;
    lvont:represents "𖥳"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-E NGKA"@en .

<http://lexvo.org/id/char/16974> a lvont:Character ;
    lvont:represents "𖥴"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-E KPEUX"@en .

<http://lexvo.org/id/char/16975> a lvont:Character ;
    lvont:represents "𖥵"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-E WUO"@en .

<http://lexvo.org/id/char/16976> a lvont:Character ;
    lvont:represents "𖥶"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-E SEE"@en .

<http://lexvo.org/id/char/16977> a lvont:Character ;
    lvont:represents "𖥷"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-E NGGEUAET"@en .

<http://lexvo.org/id/char/16978> a lvont:Character ;
    lvont:represents "𖥸"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-E PAAM"@en .

<http://lexvo.org/id/char/16979> a lvont:Character ;
    lvont:represents "𖥹"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-E TOO"@en .

<http://lexvo.org/id/char/1697A> a lvont:Character ;
    lvont:represents "𖥺"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-E KUOP"@en .

<http://lexvo.org/id/char/1697B> a lvont:Character ;
    lvont:represents "𖥻"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-E LOM"@en .

<http://lexvo.org/id/char/1697C> a lvont:Character ;
    lvont:represents "𖥼"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-E NSHIEE"@en .

<http://lexvo.org/id/char/1697D> a lvont:Character ;
    lvont:represents "𖥽"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-E NGOP"@en .

<http://lexvo.org/id/char/1697E> a lvont:Character ;
    lvont:represents "𖥾"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-E MAEM"@en .

<http://lexvo.org/id/char/1697F> a lvont:Character ;
    lvont:represents "𖥿"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-E NGKEUX"@en .

<http://lexvo.org/id/char/1698> a lvont:Character ;
    lvont:represents "ᚘ"^^xsd:string ;
    rdfs:comment "OGHAM LETTER IFIN"@en .

<http://lexvo.org/id/char/16980> a lvont:Character ;
    lvont:represents "𖦀"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-E NGOQ"@en .

<http://lexvo.org/id/char/16981> a lvont:Character ;
    lvont:represents "𖦁"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-E NSHUE"@en .

<http://lexvo.org/id/char/16982> a lvont:Character ;
    lvont:represents "𖦂"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-E RIMGBA"@en .

<http://lexvo.org/id/char/16983> a lvont:Character ;
    lvont:represents "𖦃"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-E NJEUX"@en .

<http://lexvo.org/id/char/16984> a lvont:Character ;
    lvont:represents "𖦄"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-E PEEM"@en .

<http://lexvo.org/id/char/16985> a lvont:Character ;
    lvont:represents "𖦅"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-E SAA"@en .

<http://lexvo.org/id/char/16986> a lvont:Character ;
    lvont:represents "𖦆"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-E NGGURAE"@en .

<http://lexvo.org/id/char/16987> a lvont:Character ;
    lvont:represents "𖦇"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-E MGBA"@en .

<http://lexvo.org/id/char/16988> a lvont:Character ;
    lvont:represents "𖦈"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-E GHEUX"@en .

<http://lexvo.org/id/char/16989> a lvont:Character ;
    lvont:represents "𖦉"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-E NGKEUAEM"@en .

<http://lexvo.org/id/char/1698A> a lvont:Character ;
    lvont:represents "𖦊"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-E NJAEMLI"@en .

<http://lexvo.org/id/char/1698B> a lvont:Character ;
    lvont:represents "𖦋"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-E MAP"@en .

<http://lexvo.org/id/char/1698C> a lvont:Character ;
    lvont:represents "𖦌"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-E LOOT"@en .

<http://lexvo.org/id/char/1698D> a lvont:Character ;
    lvont:represents "𖦍"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-E NGGEEEE"@en .

<http://lexvo.org/id/char/1698E> a lvont:Character ;
    lvont:represents "𖦎"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-E NDIQ"@en .

<http://lexvo.org/id/char/1698F> a lvont:Character ;
    lvont:represents "𖦏"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-E TAEN NTEUM"@en .

<http://lexvo.org/id/char/1699> a lvont:Character ;
    lvont:represents "ᚙ"^^xsd:string ;
    rdfs:comment "OGHAM LETTER EAMHANCHOLL"@en .

<http://lexvo.org/id/char/16990> a lvont:Character ;
    lvont:represents "𖦐"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-E SET"@en .

<http://lexvo.org/id/char/16991> a lvont:Character ;
    lvont:represents "𖦑"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-E PUM"@en .

<http://lexvo.org/id/char/16992> a lvont:Character ;
    lvont:represents "𖦒"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-E NDAA SOFTNESS"@en .

<http://lexvo.org/id/char/16993> a lvont:Character ;
    lvont:represents "𖦓"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-E NGGUAESHAE NYAM"@en .

<http://lexvo.org/id/char/16994> a lvont:Character ;
    lvont:represents "𖦔"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-E YIEE"@en .

<http://lexvo.org/id/char/16995> a lvont:Character ;
    lvont:represents "𖦕"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-E GHEUN"@en .

<http://lexvo.org/id/char/16996> a lvont:Character ;
    lvont:represents "𖦖"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-E TUAE"@en .

<http://lexvo.org/id/char/16997> a lvont:Character ;
    lvont:represents "𖦗"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-E YEUAE"@en .

<http://lexvo.org/id/char/16998> a lvont:Character ;
    lvont:represents "𖦘"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-E PO"@en .

<http://lexvo.org/id/char/16999> a lvont:Character ;
    lvont:represents "𖦙"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-E TUMAE"@en .

<http://lexvo.org/id/char/1699A> a lvont:Character ;
    lvont:represents "𖦚"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-E KEUAE"@en .

<http://lexvo.org/id/char/1699B> a lvont:Character ;
    lvont:represents "𖦛"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-E SUAEN"@en .

<http://lexvo.org/id/char/1699C> a lvont:Character ;
    lvont:represents "𖦜"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-E TEUAEQ"@en .

<http://lexvo.org/id/char/1699D> a lvont:Character ;
    lvont:represents "𖦝"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-E VEUAE"@en .

<http://lexvo.org/id/char/1699E> a lvont:Character ;
    lvont:represents "𖦞"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-E WEUX"@en .

<http://lexvo.org/id/char/1699F> a lvont:Character ;
    lvont:represents "𖦟"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-E LAAM"@en .

<http://lexvo.org/id/char/169A> a lvont:Character ;
    lvont:represents "ᚚ"^^xsd:string ;
    rdfs:comment "OGHAM LETTER PEITH"@en .

<http://lexvo.org/id/char/169A0> a lvont:Character ;
    lvont:represents "𖦠"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-E PU"@en .

<http://lexvo.org/id/char/169A1> a lvont:Character ;
    lvont:represents "𖦡"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-E TAAQ"@en .

<http://lexvo.org/id/char/169A2> a lvont:Character ;
    lvont:represents "𖦢"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-E GHAAMAE"@en .

<http://lexvo.org/id/char/169A3> a lvont:Character ;
    lvont:represents "𖦣"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-E NGEUREUT"@en .

<http://lexvo.org/id/char/169A4> a lvont:Character ;
    lvont:represents "𖦤"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-E SHEUAEQ"@en .

<http://lexvo.org/id/char/169A5> a lvont:Character ;
    lvont:represents "𖦥"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-E MGBEN"@en .

<http://lexvo.org/id/char/169A6> a lvont:Character ;
    lvont:represents "𖦦"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-E MBEE"@en .

<http://lexvo.org/id/char/169A7> a lvont:Character ;
    lvont:represents "𖦧"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-E NZAQ"@en .

<http://lexvo.org/id/char/169A8> a lvont:Character ;
    lvont:represents "𖦨"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-E NKOM"@en .

<http://lexvo.org/id/char/169A9> a lvont:Character ;
    lvont:represents "𖦩"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-E GBET"@en .

<http://lexvo.org/id/char/169AA> a lvont:Character ;
    lvont:represents "𖦪"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-E TUM"@en .

<http://lexvo.org/id/char/169AB> a lvont:Character ;
    lvont:represents "𖦫"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-E KUET"@en .

<http://lexvo.org/id/char/169AC> a lvont:Character ;
    lvont:represents "𖦬"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-E YAP"@en .

<http://lexvo.org/id/char/169AD> a lvont:Character ;
    lvont:represents "𖦭"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-E NYI CLEAVER"@en .

<http://lexvo.org/id/char/169AE> a lvont:Character ;
    lvont:represents "𖦮"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-E YIT"@en .

<http://lexvo.org/id/char/169AF> a lvont:Character ;
    lvont:represents "𖦯"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-E MFEUQ"@en .

<http://lexvo.org/id/char/169B> a lvont:Character ;
    lvont:represents "᚛"^^xsd:string ;
    rdfs:comment "OGHAM FEATHER MARK"@en .

<http://lexvo.org/id/char/169B0> a lvont:Character ;
    lvont:represents "𖦰"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-E NDIAQ"@en .

<http://lexvo.org/id/char/169B1> a lvont:Character ;
    lvont:represents "𖦱"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-E PIEEQ"@en .

<http://lexvo.org/id/char/169B2> a lvont:Character ;
    lvont:represents "𖦲"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-E YUEQ"@en .

<http://lexvo.org/id/char/169B3> a lvont:Character ;
    lvont:represents "𖦳"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-E LEUAEM"@en .

<http://lexvo.org/id/char/169B4> a lvont:Character ;
    lvont:represents "𖦴"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-E FUE"@en .

<http://lexvo.org/id/char/169B5> a lvont:Character ;
    lvont:represents "𖦵"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-E GBEUX"@en .

<http://lexvo.org/id/char/169B6> a lvont:Character ;
    lvont:represents "𖦶"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-E NGKUP"@en .

<http://lexvo.org/id/char/169B7> a lvont:Character ;
    lvont:represents "𖦷"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-E KET"@en .

<http://lexvo.org/id/char/169B8> a lvont:Character ;
    lvont:represents "𖦸"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-E MAE"@en .

<http://lexvo.org/id/char/169B9> a lvont:Character ;
    lvont:represents "𖦹"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-E NGKAAMI"@en .

<http://lexvo.org/id/char/169BA> a lvont:Character ;
    lvont:represents "𖦺"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-E GHET"@en .

<http://lexvo.org/id/char/169BB> a lvont:Character ;
    lvont:represents "𖦻"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-E FA"@en .

<http://lexvo.org/id/char/169BC> a lvont:Character ;
    lvont:represents "𖦼"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-E NTUM"@en .

<http://lexvo.org/id/char/169BD> a lvont:Character ;
    lvont:represents "𖦽"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-E PEUT"@en .

<http://lexvo.org/id/char/169BE> a lvont:Character ;
    lvont:represents "𖦾"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-E YEUM"@en .

<http://lexvo.org/id/char/169BF> a lvont:Character ;
    lvont:represents "𖦿"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-E NGGEUAE"@en .

<http://lexvo.org/id/char/169C> a lvont:Character ;
    lvont:represents "᚜"^^xsd:string ;
    rdfs:comment "OGHAM REVERSED FEATHER MARK"@en .

<http://lexvo.org/id/char/169C0> a lvont:Character ;
    lvont:represents "𖧀"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-E NYI BETWEEN"@en .

<http://lexvo.org/id/char/169C1> a lvont:Character ;
    lvont:represents "𖧁"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-E NZUQ"@en .

<http://lexvo.org/id/char/169C2> a lvont:Character ;
    lvont:represents "𖧂"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-E POON"@en .

<http://lexvo.org/id/char/169C3> a lvont:Character ;
    lvont:represents "𖧃"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-E MIEE"@en .

<http://lexvo.org/id/char/169C4> a lvont:Character ;
    lvont:represents "𖧄"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-E FUET"@en .

<http://lexvo.org/id/char/169C5> a lvont:Character ;
    lvont:represents "𖧅"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-E NAE"@en .

<http://lexvo.org/id/char/169C6> a lvont:Character ;
    lvont:represents "𖧆"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-E MUAE"@en .

<http://lexvo.org/id/char/169C7> a lvont:Character ;
    lvont:represents "𖧇"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-E GHEUAE"@en .

<http://lexvo.org/id/char/169C8> a lvont:Character ;
    lvont:represents "𖧈"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-E FU I"@en .

<http://lexvo.org/id/char/169C9> a lvont:Character ;
    lvont:represents "𖧉"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-E MVI"@en .

<http://lexvo.org/id/char/169CA> a lvont:Character ;
    lvont:represents "𖧊"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-E PUAQ"@en .

<http://lexvo.org/id/char/169CB> a lvont:Character ;
    lvont:represents "𖧋"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-E NGKUM"@en .

<http://lexvo.org/id/char/169CC> a lvont:Character ;
    lvont:represents "𖧌"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-E KUT"@en .

<http://lexvo.org/id/char/169CD> a lvont:Character ;
    lvont:represents "𖧍"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-E PIET"@en .

<http://lexvo.org/id/char/169CE> a lvont:Character ;
    lvont:represents "𖧎"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-E NTAP"@en .

<http://lexvo.org/id/char/169CF> a lvont:Character ;
    lvont:represents "𖧏"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-E YEUAET"@en .

<http://lexvo.org/id/char/169D0> a lvont:Character ;
    lvont:represents "𖧐"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-E NGGUP"@en .

<http://lexvo.org/id/char/169D1> a lvont:Character ;
    lvont:represents "𖧑"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-E PA PEOPLE"@en .

<http://lexvo.org/id/char/169D2> a lvont:Character ;
    lvont:represents "𖧒"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-E FU CALL"@en .

<http://lexvo.org/id/char/169D3> a lvont:Character ;
    lvont:represents "𖧓"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-E FOM"@en .

<http://lexvo.org/id/char/169D4> a lvont:Character ;
    lvont:represents "𖧔"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-E NJEE"@en .

<http://lexvo.org/id/char/169D5> a lvont:Character ;
    lvont:represents "𖧕"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-E A"@en .

<http://lexvo.org/id/char/169D6> a lvont:Character ;
    lvont:represents "𖧖"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-E TOQ"@en .

<http://lexvo.org/id/char/169D7> a lvont:Character ;
    lvont:represents "𖧗"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-E O"@en .

<http://lexvo.org/id/char/169D8> a lvont:Character ;
    lvont:represents "𖧘"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-E I"@en .

<http://lexvo.org/id/char/169D9> a lvont:Character ;
    lvont:represents "𖧙"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-E LAQ"@en .

<http://lexvo.org/id/char/169DA> a lvont:Character ;
    lvont:represents "𖧚"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-E PA PLURAL"@en .

<http://lexvo.org/id/char/169DB> a lvont:Character ;
    lvont:represents "𖧛"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-E TAA"@en .

<http://lexvo.org/id/char/169DC> a lvont:Character ;
    lvont:represents "𖧜"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-E TAQ"@en .

<http://lexvo.org/id/char/169DD> a lvont:Character ;
    lvont:represents "𖧝"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-E NDAA MY HOUSE"@en .

<http://lexvo.org/id/char/169DE> a lvont:Character ;
    lvont:represents "𖧞"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-E SHIQ"@en .

<http://lexvo.org/id/char/169DF> a lvont:Character ;
    lvont:represents "𖧟"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-E YEUX"@en .

<http://lexvo.org/id/char/169E0> a lvont:Character ;
    lvont:represents "𖧠"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-E NGUAE"@en .

<http://lexvo.org/id/char/169E1> a lvont:Character ;
    lvont:represents "𖧡"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-E YUAEN"@en .

<http://lexvo.org/id/char/169E2> a lvont:Character ;
    lvont:represents "𖧢"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-E YOQ SWIMMING"@en .

<http://lexvo.org/id/char/169E3> a lvont:Character ;
    lvont:represents "𖧣"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-E YOQ COVER"@en .

<http://lexvo.org/id/char/169E4> a lvont:Character ;
    lvont:represents "𖧤"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-E YUQ"@en .

<http://lexvo.org/id/char/169E5> a lvont:Character ;
    lvont:represents "𖧥"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-E YUN"@en .

<http://lexvo.org/id/char/169E6> a lvont:Character ;
    lvont:represents "𖧦"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-E KEUX"@en .

<http://lexvo.org/id/char/169E7> a lvont:Character ;
    lvont:represents "𖧧"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-E PEUX"@en .

<http://lexvo.org/id/char/169E8> a lvont:Character ;
    lvont:represents "𖧨"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-E NJEE EPOCH"@en .

<http://lexvo.org/id/char/169E9> a lvont:Character ;
    lvont:represents "𖧩"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-E PUE"@en .

<http://lexvo.org/id/char/169EA> a lvont:Character ;
    lvont:represents "𖧪"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-E WUE"@en .

<http://lexvo.org/id/char/169EB> a lvont:Character ;
    lvont:represents "𖧫"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-E FEE"@en .

<http://lexvo.org/id/char/169EC> a lvont:Character ;
    lvont:represents "𖧬"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-E VEE"@en .

<http://lexvo.org/id/char/169ED> a lvont:Character ;
    lvont:represents "𖧭"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-E LU"@en .

<http://lexvo.org/id/char/169EE> a lvont:Character ;
    lvont:represents "𖧮"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-E MI"@en .

<http://lexvo.org/id/char/169EF> a lvont:Character ;
    lvont:represents "𖧯"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-E REUX"@en .

<http://lexvo.org/id/char/169F0> a lvont:Character ;
    lvont:represents "𖧰"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-E RAE"@en .

<http://lexvo.org/id/char/169F1> a lvont:Character ;
    lvont:represents "𖧱"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-E NGUAET"@en .

<http://lexvo.org/id/char/169F2> a lvont:Character ;
    lvont:represents "𖧲"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-E NGA"@en .

<http://lexvo.org/id/char/169F3> a lvont:Character ;
    lvont:represents "𖧳"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-E SHO"@en .

<http://lexvo.org/id/char/169F4> a lvont:Character ;
    lvont:represents "𖧴"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-E SHOQ"@en .

<http://lexvo.org/id/char/169F5> a lvont:Character ;
    lvont:represents "𖧵"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-E FU REMEDY"@en .

<http://lexvo.org/id/char/169F6> a lvont:Character ;
    lvont:represents "𖧶"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-E NA"@en .

<http://lexvo.org/id/char/169F7> a lvont:Character ;
    lvont:represents "𖧷"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-E PI"@en .

<http://lexvo.org/id/char/169F8> a lvont:Character ;
    lvont:represents "𖧸"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-E LOQ"@en .

<http://lexvo.org/id/char/169F9> a lvont:Character ;
    lvont:represents "𖧹"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-E KO"@en .

<http://lexvo.org/id/char/169FA> a lvont:Character ;
    lvont:represents "𖧺"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-E MEN"@en .

<http://lexvo.org/id/char/169FB> a lvont:Character ;
    lvont:represents "𖧻"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-E MA"@en .

<http://lexvo.org/id/char/169FC> a lvont:Character ;
    lvont:represents "𖧼"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-E MAQ"@en .

<http://lexvo.org/id/char/169FD> a lvont:Character ;
    lvont:represents "𖧽"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-E TEU"@en .

<http://lexvo.org/id/char/169FE> a lvont:Character ;
    lvont:represents "𖧾"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-E KI"@en .

<http://lexvo.org/id/char/169FF> a lvont:Character ;
    lvont:represents "𖧿"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-E MON"@en .

<http://lexvo.org/id/char/16A0> a lvont:Character ;
    lvont:represents "ᚠ"^^xsd:string ;
    rdfs:comment "RUNIC LETTER FEHU FEOH FE F"@en .

<http://lexvo.org/id/char/16A00> a lvont:Character ;
    lvont:represents "𖨀"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-E TEN"@en .

<http://lexvo.org/id/char/16A01> a lvont:Character ;
    lvont:represents "𖨁"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-E FAQ"@en .

<http://lexvo.org/id/char/16A02> a lvont:Character ;
    lvont:represents "𖨂"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-E GHOM"@en .

<http://lexvo.org/id/char/16A03> a lvont:Character ;
    lvont:represents "𖨃"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-F KA"@en .

<http://lexvo.org/id/char/16A04> a lvont:Character ;
    lvont:represents "𖨄"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-F U"@en .

<http://lexvo.org/id/char/16A05> a lvont:Character ;
    lvont:represents "𖨅"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-F KU"@en .

<http://lexvo.org/id/char/16A06> a lvont:Character ;
    lvont:represents "𖨆"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-F EE"@en .

<http://lexvo.org/id/char/16A07> a lvont:Character ;
    lvont:represents "𖨇"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-F REE"@en .

<http://lexvo.org/id/char/16A08> a lvont:Character ;
    lvont:represents "𖨈"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-F TAE"@en .

<http://lexvo.org/id/char/16A09> a lvont:Character ;
    lvont:represents "𖨉"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-F NYI"@en .

<http://lexvo.org/id/char/16A0A> a lvont:Character ;
    lvont:represents "𖨊"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-F LA"@en .

<http://lexvo.org/id/char/16A0B> a lvont:Character ;
    lvont:represents "𖨋"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-F RII"@en .

<http://lexvo.org/id/char/16A0C> a lvont:Character ;
    lvont:represents "𖨌"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-F RIEE"@en .

<http://lexvo.org/id/char/16A0D> a lvont:Character ;
    lvont:represents "𖨍"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-F MEEEE"@en .

<http://lexvo.org/id/char/16A0E> a lvont:Character ;
    lvont:represents "𖨎"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-F TAA"@en .

<http://lexvo.org/id/char/16A0F> a lvont:Character ;
    lvont:represents "𖨏"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-F NDAA"@en .

<http://lexvo.org/id/char/16A1> a lvont:Character ;
    lvont:represents "ᚡ"^^xsd:string ;
    rdfs:comment "RUNIC LETTER V"@en .

<http://lexvo.org/id/char/16A10> a lvont:Character ;
    lvont:represents "𖨐"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-F NJAEM"@en .

<http://lexvo.org/id/char/16A11> a lvont:Character ;
    lvont:represents "𖨑"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-F M"@en .

<http://lexvo.org/id/char/16A12> a lvont:Character ;
    lvont:represents "𖨒"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-F SUU"@en .

<http://lexvo.org/id/char/16A13> a lvont:Character ;
    lvont:represents "𖨓"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-F SHII"@en .

<http://lexvo.org/id/char/16A14> a lvont:Character ;
    lvont:represents "𖨔"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-F SI"@en .

<http://lexvo.org/id/char/16A15> a lvont:Character ;
    lvont:represents "𖨕"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-F SEUX"@en .

<http://lexvo.org/id/char/16A16> a lvont:Character ;
    lvont:represents "𖨖"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-F KYEE"@en .

<http://lexvo.org/id/char/16A17> a lvont:Character ;
    lvont:represents "𖨗"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-F KET"@en .

<http://lexvo.org/id/char/16A18> a lvont:Character ;
    lvont:represents "𖨘"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-F NUAE"@en .

<http://lexvo.org/id/char/16A19> a lvont:Character ;
    lvont:represents "𖨙"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-F NU"@en .

<http://lexvo.org/id/char/16A1A> a lvont:Character ;
    lvont:represents "𖨚"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-F NJUAE"@en .

<http://lexvo.org/id/char/16A1B> a lvont:Character ;
    lvont:represents "𖨛"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-F YOQ"@en .

<http://lexvo.org/id/char/16A1C> a lvont:Character ;
    lvont:represents "𖨜"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-F SHU"@en .

<http://lexvo.org/id/char/16A1D> a lvont:Character ;
    lvont:represents "𖨝"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-F YA"@en .

<http://lexvo.org/id/char/16A1E> a lvont:Character ;
    lvont:represents "𖨞"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-F NSHA"@en .

<http://lexvo.org/id/char/16A1F> a lvont:Character ;
    lvont:represents "𖨟"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-F PEUX"@en .

<http://lexvo.org/id/char/16A2> a lvont:Character ;
    lvont:represents "ᚢ"^^xsd:string ;
    rdfs:comment "RUNIC LETTER URUZ UR U"@en .

<http://lexvo.org/id/char/16A20> a lvont:Character ;
    lvont:represents "𖨠"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-F NTEE"@en .

<http://lexvo.org/id/char/16A21> a lvont:Character ;
    lvont:represents "𖨡"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-F WUE"@en .

<http://lexvo.org/id/char/16A22> a lvont:Character ;
    lvont:represents "𖨢"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-F PEE"@en .

<http://lexvo.org/id/char/16A23> a lvont:Character ;
    lvont:represents "𖨣"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-F RU"@en .

<http://lexvo.org/id/char/16A24> a lvont:Character ;
    lvont:represents "𖨤"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-F NI"@en .

<http://lexvo.org/id/char/16A25> a lvont:Character ;
    lvont:represents "𖨥"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-F REUX"@en .

<http://lexvo.org/id/char/16A26> a lvont:Character ;
    lvont:represents "𖨦"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-F KEN"@en .

<http://lexvo.org/id/char/16A27> a lvont:Character ;
    lvont:represents "𖨧"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-F NGKWAEN"@en .

<http://lexvo.org/id/char/16A28> a lvont:Character ;
    lvont:represents "𖨨"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-F NGGA"@en .

<http://lexvo.org/id/char/16A29> a lvont:Character ;
    lvont:represents "𖨩"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-F SHO"@en .

<http://lexvo.org/id/char/16A2A> a lvont:Character ;
    lvont:represents "𖨪"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-F PUAE"@en .

<http://lexvo.org/id/char/16A2B> a lvont:Character ;
    lvont:represents "𖨫"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-F FOM"@en .

<http://lexvo.org/id/char/16A2C> a lvont:Character ;
    lvont:represents "𖨬"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-F WA"@en .

<http://lexvo.org/id/char/16A2D> a lvont:Character ;
    lvont:represents "𖨭"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-F LI"@en .

<http://lexvo.org/id/char/16A2E> a lvont:Character ;
    lvont:represents "𖨮"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-F LOQ"@en .

<http://lexvo.org/id/char/16A2F> a lvont:Character ;
    lvont:represents "𖨯"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-F KO"@en .

<http://lexvo.org/id/char/16A3> a lvont:Character ;
    lvont:represents "ᚣ"^^xsd:string ;
    rdfs:comment "RUNIC LETTER YR"@en .

<http://lexvo.org/id/char/16A30> a lvont:Character ;
    lvont:represents "𖨰"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-F MBEN"@en .

<http://lexvo.org/id/char/16A31> a lvont:Character ;
    lvont:represents "𖨱"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-F REN"@en .

<http://lexvo.org/id/char/16A32> a lvont:Character ;
    lvont:represents "𖨲"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-F MA"@en .

<http://lexvo.org/id/char/16A33> a lvont:Character ;
    lvont:represents "𖨳"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-F MO"@en .

<http://lexvo.org/id/char/16A34> a lvont:Character ;
    lvont:represents "𖨴"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-F MBAA"@en .

<http://lexvo.org/id/char/16A35> a lvont:Character ;
    lvont:represents "𖨵"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-F TET"@en .

<http://lexvo.org/id/char/16A36> a lvont:Character ;
    lvont:represents "𖨶"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-F KPA"@en .

<http://lexvo.org/id/char/16A37> a lvont:Character ;
    lvont:represents "𖨷"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-F SAMBA"@en .

<http://lexvo.org/id/char/16A38> a lvont:Character ;
    lvont:represents "𖨸"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PHASE-F VUEQ"@en .

<http://lexvo.org/id/char/16A4> a lvont:Character ;
    lvont:represents "ᚤ"^^xsd:string ;
    rdfs:comment "RUNIC LETTER Y"@en .

<http://lexvo.org/id/char/16A5> a lvont:Character ;
    lvont:represents "ᚥ"^^xsd:string ;
    rdfs:comment "RUNIC LETTER W"@en .

<http://lexvo.org/id/char/16A6> a lvont:Character ;
    lvont:represents "ᚦ"^^xsd:string ;
    rdfs:comment "RUNIC LETTER THURISAZ THURS THORN"@en .

<http://lexvo.org/id/char/16A7> a lvont:Character ;
    lvont:represents "ᚧ"^^xsd:string ;
    rdfs:comment "RUNIC LETTER ETH"@en .

<http://lexvo.org/id/char/16A8> a lvont:Character ;
    lvont:represents "ᚨ"^^xsd:string ;
    rdfs:comment "RUNIC LETTER ANSUZ A"@en .

<http://lexvo.org/id/char/16A9> a lvont:Character ;
    lvont:represents "ᚩ"^^xsd:string ;
    rdfs:comment "RUNIC LETTER OS O"@en .

<http://lexvo.org/id/char/16AA> a lvont:Character ;
    lvont:represents "ᚪ"^^xsd:string ;
    rdfs:comment "RUNIC LETTER AC A"@en .

<http://lexvo.org/id/char/16AB> a lvont:Character ;
    lvont:represents "ᚫ"^^xsd:string ;
    rdfs:comment "RUNIC LETTER AESC"@en .

<http://lexvo.org/id/char/16AC> a lvont:Character ;
    lvont:represents "ᚬ"^^xsd:string ;
    rdfs:comment "RUNIC LETTER LONG-BRANCH-OSS O"@en .

<http://lexvo.org/id/char/16AD> a lvont:Character ;
    lvont:represents "ᚭ"^^xsd:string ;
    rdfs:comment "RUNIC LETTER SHORT-TWIG-OSS O"@en .

<http://lexvo.org/id/char/16AE> a lvont:Character ;
    lvont:represents "ᚮ"^^xsd:string ;
    rdfs:comment "RUNIC LETTER O"@en .

<http://lexvo.org/id/char/16AF> a lvont:Character ;
    lvont:represents "ᚯ"^^xsd:string ;
    rdfs:comment "RUNIC LETTER OE"@en .

<http://lexvo.org/id/char/16B0> a lvont:Character ;
    lvont:represents "ᚰ"^^xsd:string ;
    rdfs:comment "RUNIC LETTER ON"@en .

<http://lexvo.org/id/char/16B1> a lvont:Character ;
    lvont:represents "ᚱ"^^xsd:string ;
    rdfs:comment "RUNIC LETTER RAIDO RAD REID R"@en .

<http://lexvo.org/id/char/16B2> a lvont:Character ;
    lvont:represents "ᚲ"^^xsd:string ;
    rdfs:comment "RUNIC LETTER KAUNA"@en .

<http://lexvo.org/id/char/16B3> a lvont:Character ;
    lvont:represents "ᚳ"^^xsd:string ;
    rdfs:comment "RUNIC LETTER CEN"@en .

<http://lexvo.org/id/char/16B4> a lvont:Character ;
    lvont:represents "ᚴ"^^xsd:string ;
    rdfs:comment "RUNIC LETTER KAUN K"@en .

<http://lexvo.org/id/char/16B5> a lvont:Character ;
    lvont:represents "ᚵ"^^xsd:string ;
    rdfs:comment "RUNIC LETTER G"@en .

<http://lexvo.org/id/char/16B6> a lvont:Character ;
    lvont:represents "ᚶ"^^xsd:string ;
    rdfs:comment "RUNIC LETTER ENG"@en .

<http://lexvo.org/id/char/16B7> a lvont:Character ;
    lvont:represents "ᚷ"^^xsd:string ;
    rdfs:comment "RUNIC LETTER GEBO GYFU G"@en .

<http://lexvo.org/id/char/16B8> a lvont:Character ;
    lvont:represents "ᚸ"^^xsd:string ;
    rdfs:comment "RUNIC LETTER GAR"@en .

<http://lexvo.org/id/char/16B9> a lvont:Character ;
    lvont:represents "ᚹ"^^xsd:string ;
    rdfs:comment "RUNIC LETTER WUNJO WYNN W"@en .

<http://lexvo.org/id/char/16BA> a lvont:Character ;
    lvont:represents "ᚺ"^^xsd:string ;
    rdfs:comment "RUNIC LETTER HAGLAZ H"@en .

<http://lexvo.org/id/char/16BB> a lvont:Character ;
    lvont:represents "ᚻ"^^xsd:string ;
    rdfs:comment "RUNIC LETTER HAEGL H"@en .

<http://lexvo.org/id/char/16BC> a lvont:Character ;
    lvont:represents "ᚼ"^^xsd:string ;
    rdfs:comment "RUNIC LETTER LONG-BRANCH-HAGALL H"@en .

<http://lexvo.org/id/char/16BD> a lvont:Character ;
    lvont:represents "ᚽ"^^xsd:string ;
    rdfs:comment "RUNIC LETTER SHORT-TWIG-HAGALL H"@en .

<http://lexvo.org/id/char/16BE> a lvont:Character ;
    lvont:represents "ᚾ"^^xsd:string ;
    rdfs:comment "RUNIC LETTER NAUDIZ NYD NAUD N"@en .

<http://lexvo.org/id/char/16BF> a lvont:Character ;
    lvont:represents "ᚿ"^^xsd:string ;
    rdfs:comment "RUNIC LETTER SHORT-TWIG-NAUD N"@en .

<http://lexvo.org/id/char/16C0> a lvont:Character ;
    lvont:represents "ᛀ"^^xsd:string ;
    rdfs:comment "RUNIC LETTER DOTTED-N"@en .

<http://lexvo.org/id/char/16C1> a lvont:Character ;
    lvont:represents "ᛁ"^^xsd:string ;
    rdfs:comment "RUNIC LETTER ISAZ IS ISS I"@en .

<http://lexvo.org/id/char/16C2> a lvont:Character ;
    lvont:represents "ᛂ"^^xsd:string ;
    rdfs:comment "RUNIC LETTER E"@en .

<http://lexvo.org/id/char/16C3> a lvont:Character ;
    lvont:represents "ᛃ"^^xsd:string ;
    rdfs:comment "RUNIC LETTER JERAN J"@en .

<http://lexvo.org/id/char/16C4> a lvont:Character ;
    lvont:represents "ᛄ"^^xsd:string ;
    rdfs:comment "RUNIC LETTER GER"@en .

<http://lexvo.org/id/char/16C5> a lvont:Character ;
    lvont:represents "ᛅ"^^xsd:string ;
    rdfs:comment "RUNIC LETTER LONG-BRANCH-AR AE"@en .

<http://lexvo.org/id/char/16C6> a lvont:Character ;
    lvont:represents "ᛆ"^^xsd:string ;
    rdfs:comment "RUNIC LETTER SHORT-TWIG-AR A"@en .

<http://lexvo.org/id/char/16C7> a lvont:Character ;
    lvont:represents "ᛇ"^^xsd:string ;
    rdfs:comment "RUNIC LETTER IWAZ EOH"@en .

<http://lexvo.org/id/char/16C8> a lvont:Character ;
    lvont:represents "ᛈ"^^xsd:string ;
    rdfs:comment "RUNIC LETTER PERTHO PEORTH P"@en .

<http://lexvo.org/id/char/16C9> a lvont:Character ;
    lvont:represents "ᛉ"^^xsd:string ;
    rdfs:comment "RUNIC LETTER ALGIZ EOLHX"@en .

<http://lexvo.org/id/char/16CA> a lvont:Character ;
    lvont:represents "ᛊ"^^xsd:string ;
    rdfs:comment "RUNIC LETTER SOWILO S"@en .

<http://lexvo.org/id/char/16CB> a lvont:Character ;
    lvont:represents "ᛋ"^^xsd:string ;
    rdfs:comment "RUNIC LETTER SIGEL LONG-BRANCH-SOL S"@en .

<http://lexvo.org/id/char/16CC> a lvont:Character ;
    lvont:represents "ᛌ"^^xsd:string ;
    rdfs:comment "RUNIC LETTER SHORT-TWIG-SOL S"@en .

<http://lexvo.org/id/char/16CD> a lvont:Character ;
    lvont:represents "ᛍ"^^xsd:string ;
    rdfs:comment "RUNIC LETTER C"@en .

<http://lexvo.org/id/char/16CE> a lvont:Character ;
    lvont:represents "ᛎ"^^xsd:string ;
    rdfs:comment "RUNIC LETTER Z"@en .

<http://lexvo.org/id/char/16CF> a lvont:Character ;
    lvont:represents "ᛏ"^^xsd:string ;
    rdfs:comment "RUNIC LETTER TIWAZ TIR TYR T"@en .

<http://lexvo.org/id/char/16D0> a lvont:Character ;
    lvont:represents "ᛐ"^^xsd:string ;
    rdfs:comment "RUNIC LETTER SHORT-TWIG-TYR T"@en .

<http://lexvo.org/id/char/16D1> a lvont:Character ;
    lvont:represents "ᛑ"^^xsd:string ;
    rdfs:comment "RUNIC LETTER D"@en .

<http://lexvo.org/id/char/16D2> a lvont:Character ;
    lvont:represents "ᛒ"^^xsd:string ;
    rdfs:comment "RUNIC LETTER BERKANAN BEORC BJARKAN B"@en .

<http://lexvo.org/id/char/16D3> a lvont:Character ;
    lvont:represents "ᛓ"^^xsd:string ;
    rdfs:comment "RUNIC LETTER SHORT-TWIG-BJARKAN B"@en .

<http://lexvo.org/id/char/16D4> a lvont:Character ;
    lvont:represents "ᛔ"^^xsd:string ;
    rdfs:comment "RUNIC LETTER DOTTED-P"@en .

<http://lexvo.org/id/char/16D5> a lvont:Character ;
    lvont:represents "ᛕ"^^xsd:string ;
    rdfs:comment "RUNIC LETTER OPEN-P"@en .

<http://lexvo.org/id/char/16D6> a lvont:Character ;
    lvont:represents "ᛖ"^^xsd:string ;
    rdfs:comment "RUNIC LETTER EHWAZ EH E"@en .

<http://lexvo.org/id/char/16D7> a lvont:Character ;
    lvont:represents "ᛗ"^^xsd:string ;
    rdfs:comment "RUNIC LETTER MANNAZ MAN M"@en .

<http://lexvo.org/id/char/16D8> a lvont:Character ;
    lvont:represents "ᛘ"^^xsd:string ;
    rdfs:comment "RUNIC LETTER LONG-BRANCH-MADR M"@en .

<http://lexvo.org/id/char/16D9> a lvont:Character ;
    lvont:represents "ᛙ"^^xsd:string ;
    rdfs:comment "RUNIC LETTER SHORT-TWIG-MADR M"@en .

<http://lexvo.org/id/char/16DA> a lvont:Character ;
    lvont:represents "ᛚ"^^xsd:string ;
    rdfs:comment "RUNIC LETTER LAUKAZ LAGU LOGR L"@en .

<http://lexvo.org/id/char/16DB> a lvont:Character ;
    lvont:represents "ᛛ"^^xsd:string ;
    rdfs:comment "RUNIC LETTER DOTTED-L"@en .

<http://lexvo.org/id/char/16DC> a lvont:Character ;
    lvont:represents "ᛜ"^^xsd:string ;
    rdfs:comment "RUNIC LETTER INGWAZ"@en .

<http://lexvo.org/id/char/16DD> a lvont:Character ;
    lvont:represents "ᛝ"^^xsd:string ;
    rdfs:comment "RUNIC LETTER ING"@en .

<http://lexvo.org/id/char/16DE> a lvont:Character ;
    lvont:represents "ᛞ"^^xsd:string ;
    rdfs:comment "RUNIC LETTER DAGAZ DAEG D"@en .

<http://lexvo.org/id/char/16DF> a lvont:Character ;
    lvont:represents "ᛟ"^^xsd:string ;
    rdfs:comment "RUNIC LETTER OTHALAN ETHEL O"@en .

<http://lexvo.org/id/char/16E0> a lvont:Character ;
    lvont:represents "ᛠ"^^xsd:string ;
    rdfs:comment "RUNIC LETTER EAR"@en .

<http://lexvo.org/id/char/16E1> a lvont:Character ;
    lvont:represents "ᛡ"^^xsd:string ;
    rdfs:comment "RUNIC LETTER IOR"@en .

<http://lexvo.org/id/char/16E2> a lvont:Character ;
    lvont:represents "ᛢ"^^xsd:string ;
    rdfs:comment "RUNIC LETTER CWEORTH"@en .

<http://lexvo.org/id/char/16E3> a lvont:Character ;
    lvont:represents "ᛣ"^^xsd:string ;
    rdfs:comment "RUNIC LETTER CALC"@en .

<http://lexvo.org/id/char/16E4> a lvont:Character ;
    lvont:represents "ᛤ"^^xsd:string ;
    rdfs:comment "RUNIC LETTER CEALC"@en .

<http://lexvo.org/id/char/16E5> a lvont:Character ;
    lvont:represents "ᛥ"^^xsd:string ;
    rdfs:comment "RUNIC LETTER STAN"@en .

<http://lexvo.org/id/char/16E6> a lvont:Character ;
    lvont:represents "ᛦ"^^xsd:string ;
    rdfs:comment "RUNIC LETTER LONG-BRANCH-YR"@en .

<http://lexvo.org/id/char/16E7> a lvont:Character ;
    lvont:represents "ᛧ"^^xsd:string ;
    rdfs:comment "RUNIC LETTER SHORT-TWIG-YR"@en .

<http://lexvo.org/id/char/16E8> a lvont:Character ;
    lvont:represents "ᛨ"^^xsd:string ;
    rdfs:comment "RUNIC LETTER ICELANDIC-YR"@en .

<http://lexvo.org/id/char/16E9> a lvont:Character ;
    lvont:represents "ᛩ"^^xsd:string ;
    rdfs:comment "RUNIC LETTER Q"@en .

<http://lexvo.org/id/char/16EA> a lvont:Character ;
    lvont:represents "ᛪ"^^xsd:string ;
    rdfs:comment "RUNIC LETTER X"@en .

<http://lexvo.org/id/char/16EB> a lvont:Character ;
    lvont:represents "᛫"^^xsd:string ;
    rdfs:comment "RUNIC SINGLE PUNCTUATION"@en .

<http://lexvo.org/id/char/16EC> a lvont:Character ;
    lvont:represents "᛬"^^xsd:string ;
    rdfs:comment "RUNIC MULTIPLE PUNCTUATION"@en .

<http://lexvo.org/id/char/16ED> a lvont:Character ;
    lvont:represents "᛭"^^xsd:string ;
    rdfs:comment "RUNIC CROSS PUNCTUATION"@en .

<http://lexvo.org/id/char/16EE> a lvont:Character ;
    lvont:represents "ᛮ"^^xsd:string ;
    rdfs:comment "RUNIC ARLAUG SYMBOL"@en .

<http://lexvo.org/id/char/16EF> a lvont:Character ;
    lvont:represents "ᛯ"^^xsd:string ;
    rdfs:comment "RUNIC TVIMADUR SYMBOL"@en .

<http://lexvo.org/id/char/16F0> a lvont:Character ;
    lvont:represents "ᛰ"^^xsd:string ;
    rdfs:comment "RUNIC BELGTHOR SYMBOL"@en .

<http://lexvo.org/id/char/16F00> a lvont:Character ;
    lvont:represents "𖼀"^^xsd:string ;
    rdfs:comment "MIAO LETTER PA"@en .

<http://lexvo.org/id/char/16F01> a lvont:Character ;
    lvont:represents "𖼁"^^xsd:string ;
    rdfs:comment "MIAO LETTER BA"@en .

<http://lexvo.org/id/char/16F02> a lvont:Character ;
    lvont:represents "𖼂"^^xsd:string ;
    rdfs:comment "MIAO LETTER YI PA"@en .

<http://lexvo.org/id/char/16F03> a lvont:Character ;
    lvont:represents "𖼃"^^xsd:string ;
    rdfs:comment "MIAO LETTER PLA"@en .

<http://lexvo.org/id/char/16F04> a lvont:Character ;
    lvont:represents "𖼄"^^xsd:string ;
    rdfs:comment "MIAO LETTER MA"@en .

<http://lexvo.org/id/char/16F05> a lvont:Character ;
    lvont:represents "𖼅"^^xsd:string ;
    rdfs:comment "MIAO LETTER MHA"@en .

<http://lexvo.org/id/char/16F06> a lvont:Character ;
    lvont:represents "𖼆"^^xsd:string ;
    rdfs:comment "MIAO LETTER ARCHAIC MA"@en .

<http://lexvo.org/id/char/16F07> a lvont:Character ;
    lvont:represents "𖼇"^^xsd:string ;
    rdfs:comment "MIAO LETTER FA"@en .

<http://lexvo.org/id/char/16F08> a lvont:Character ;
    lvont:represents "𖼈"^^xsd:string ;
    rdfs:comment "MIAO LETTER VA"@en .

<http://lexvo.org/id/char/16F09> a lvont:Character ;
    lvont:represents "𖼉"^^xsd:string ;
    rdfs:comment "MIAO LETTER VFA"@en .

<http://lexvo.org/id/char/16F0A> a lvont:Character ;
    lvont:represents "𖼊"^^xsd:string ;
    rdfs:comment "MIAO LETTER TA"@en .

<http://lexvo.org/id/char/16F0B> a lvont:Character ;
    lvont:represents "𖼋"^^xsd:string ;
    rdfs:comment "MIAO LETTER DA"@en .

<http://lexvo.org/id/char/16F0C> a lvont:Character ;
    lvont:represents "𖼌"^^xsd:string ;
    rdfs:comment "MIAO LETTER YI TTA"@en .

<http://lexvo.org/id/char/16F0D> a lvont:Character ;
    lvont:represents "𖼍"^^xsd:string ;
    rdfs:comment "MIAO LETTER YI TA"@en .

<http://lexvo.org/id/char/16F0E> a lvont:Character ;
    lvont:represents "𖼎"^^xsd:string ;
    rdfs:comment "MIAO LETTER TTA"@en .

<http://lexvo.org/id/char/16F0F> a lvont:Character ;
    lvont:represents "𖼏"^^xsd:string ;
    rdfs:comment "MIAO LETTER DDA"@en .

<http://lexvo.org/id/char/16F10> a lvont:Character ;
    lvont:represents "𖼐"^^xsd:string ;
    rdfs:comment "MIAO LETTER NA"@en .

<http://lexvo.org/id/char/16F11> a lvont:Character ;
    lvont:represents "𖼑"^^xsd:string ;
    rdfs:comment "MIAO LETTER NHA"@en .

<http://lexvo.org/id/char/16F12> a lvont:Character ;
    lvont:represents "𖼒"^^xsd:string ;
    rdfs:comment "MIAO LETTER YI NNA"@en .

<http://lexvo.org/id/char/16F13> a lvont:Character ;
    lvont:represents "𖼓"^^xsd:string ;
    rdfs:comment "MIAO LETTER ARCHAIC NA"@en .

<http://lexvo.org/id/char/16F14> a lvont:Character ;
    lvont:represents "𖼔"^^xsd:string ;
    rdfs:comment "MIAO LETTER NNA"@en .

<http://lexvo.org/id/char/16F15> a lvont:Character ;
    lvont:represents "𖼕"^^xsd:string ;
    rdfs:comment "MIAO LETTER NNHA"@en .

<http://lexvo.org/id/char/16F16> a lvont:Character ;
    lvont:represents "𖼖"^^xsd:string ;
    rdfs:comment "MIAO LETTER LA"@en .

<http://lexvo.org/id/char/16F17> a lvont:Character ;
    lvont:represents "𖼗"^^xsd:string ;
    rdfs:comment "MIAO LETTER LYA"@en .

<http://lexvo.org/id/char/16F18> a lvont:Character ;
    lvont:represents "𖼘"^^xsd:string ;
    rdfs:comment "MIAO LETTER LHA"@en .

<http://lexvo.org/id/char/16F19> a lvont:Character ;
    lvont:represents "𖼙"^^xsd:string ;
    rdfs:comment "MIAO LETTER LHYA"@en .

<http://lexvo.org/id/char/16F1A> a lvont:Character ;
    lvont:represents "𖼚"^^xsd:string ;
    rdfs:comment "MIAO LETTER TLHA"@en .

<http://lexvo.org/id/char/16F1B> a lvont:Character ;
    lvont:represents "𖼛"^^xsd:string ;
    rdfs:comment "MIAO LETTER DLHA"@en .

<http://lexvo.org/id/char/16F1C> a lvont:Character ;
    lvont:represents "𖼜"^^xsd:string ;
    rdfs:comment "MIAO LETTER TLHYA"@en .

<http://lexvo.org/id/char/16F1D> a lvont:Character ;
    lvont:represents "𖼝"^^xsd:string ;
    rdfs:comment "MIAO LETTER DLHYA"@en .

<http://lexvo.org/id/char/16F1E> a lvont:Character ;
    lvont:represents "𖼞"^^xsd:string ;
    rdfs:comment "MIAO LETTER KA"@en .

<http://lexvo.org/id/char/16F1F> a lvont:Character ;
    lvont:represents "𖼟"^^xsd:string ;
    rdfs:comment "MIAO LETTER GA"@en .

<http://lexvo.org/id/char/16F20> a lvont:Character ;
    lvont:represents "𖼠"^^xsd:string ;
    rdfs:comment "MIAO LETTER YI KA"@en .

<http://lexvo.org/id/char/16F21> a lvont:Character ;
    lvont:represents "𖼡"^^xsd:string ;
    rdfs:comment "MIAO LETTER QA"@en .

<http://lexvo.org/id/char/16F22> a lvont:Character ;
    lvont:represents "𖼢"^^xsd:string ;
    rdfs:comment "MIAO LETTER QGA"@en .

<http://lexvo.org/id/char/16F23> a lvont:Character ;
    lvont:represents "𖼣"^^xsd:string ;
    rdfs:comment "MIAO LETTER NGA"@en .

<http://lexvo.org/id/char/16F24> a lvont:Character ;
    lvont:represents "𖼤"^^xsd:string ;
    rdfs:comment "MIAO LETTER NGHA"@en .

<http://lexvo.org/id/char/16F25> a lvont:Character ;
    lvont:represents "𖼥"^^xsd:string ;
    rdfs:comment "MIAO LETTER ARCHAIC NGA"@en .

<http://lexvo.org/id/char/16F26> a lvont:Character ;
    lvont:represents "𖼦"^^xsd:string ;
    rdfs:comment "MIAO LETTER HA"@en .

<http://lexvo.org/id/char/16F27> a lvont:Character ;
    lvont:represents "𖼧"^^xsd:string ;
    rdfs:comment "MIAO LETTER XA"@en .

<http://lexvo.org/id/char/16F28> a lvont:Character ;
    lvont:represents "𖼨"^^xsd:string ;
    rdfs:comment "MIAO LETTER GHA"@en .

<http://lexvo.org/id/char/16F29> a lvont:Character ;
    lvont:represents "𖼩"^^xsd:string ;
    rdfs:comment "MIAO LETTER GHHA"@en .

<http://lexvo.org/id/char/16F2A> a lvont:Character ;
    lvont:represents "𖼪"^^xsd:string ;
    rdfs:comment "MIAO LETTER TSSA"@en .

<http://lexvo.org/id/char/16F2B> a lvont:Character ;
    lvont:represents "𖼫"^^xsd:string ;
    rdfs:comment "MIAO LETTER DZZA"@en .

<http://lexvo.org/id/char/16F2C> a lvont:Character ;
    lvont:represents "𖼬"^^xsd:string ;
    rdfs:comment "MIAO LETTER NYA"@en .

<http://lexvo.org/id/char/16F2D> a lvont:Character ;
    lvont:represents "𖼭"^^xsd:string ;
    rdfs:comment "MIAO LETTER NYHA"@en .

<http://lexvo.org/id/char/16F2E> a lvont:Character ;
    lvont:represents "𖼮"^^xsd:string ;
    rdfs:comment "MIAO LETTER TSHA"@en .

<http://lexvo.org/id/char/16F2F> a lvont:Character ;
    lvont:represents "𖼯"^^xsd:string ;
    rdfs:comment "MIAO LETTER DZHA"@en .

<http://lexvo.org/id/char/16F30> a lvont:Character ;
    lvont:represents "𖼰"^^xsd:string ;
    rdfs:comment "MIAO LETTER YI TSHA"@en .

<http://lexvo.org/id/char/16F31> a lvont:Character ;
    lvont:represents "𖼱"^^xsd:string ;
    rdfs:comment "MIAO LETTER YI DZHA"@en .

<http://lexvo.org/id/char/16F32> a lvont:Character ;
    lvont:represents "𖼲"^^xsd:string ;
    rdfs:comment "MIAO LETTER REFORMED TSHA"@en .

<http://lexvo.org/id/char/16F33> a lvont:Character ;
    lvont:represents "𖼳"^^xsd:string ;
    rdfs:comment "MIAO LETTER SHA"@en .

<http://lexvo.org/id/char/16F34> a lvont:Character ;
    lvont:represents "𖼴"^^xsd:string ;
    rdfs:comment "MIAO LETTER SSA"@en .

<http://lexvo.org/id/char/16F35> a lvont:Character ;
    lvont:represents "𖼵"^^xsd:string ;
    rdfs:comment "MIAO LETTER ZHA"@en .

<http://lexvo.org/id/char/16F36> a lvont:Character ;
    lvont:represents "𖼶"^^xsd:string ;
    rdfs:comment "MIAO LETTER ZSHA"@en .

<http://lexvo.org/id/char/16F37> a lvont:Character ;
    lvont:represents "𖼷"^^xsd:string ;
    rdfs:comment "MIAO LETTER TSA"@en .

<http://lexvo.org/id/char/16F38> a lvont:Character ;
    lvont:represents "𖼸"^^xsd:string ;
    rdfs:comment "MIAO LETTER DZA"@en .

<http://lexvo.org/id/char/16F39> a lvont:Character ;
    lvont:represents "𖼹"^^xsd:string ;
    rdfs:comment "MIAO LETTER YI TSA"@en .

<http://lexvo.org/id/char/16F3A> a lvont:Character ;
    lvont:represents "𖼺"^^xsd:string ;
    rdfs:comment "MIAO LETTER SA"@en .

<http://lexvo.org/id/char/16F3B> a lvont:Character ;
    lvont:represents "𖼻"^^xsd:string ;
    rdfs:comment "MIAO LETTER ZA"@en .

<http://lexvo.org/id/char/16F3C> a lvont:Character ;
    lvont:represents "𖼼"^^xsd:string ;
    rdfs:comment "MIAO LETTER ZSA"@en .

<http://lexvo.org/id/char/16F3D> a lvont:Character ;
    lvont:represents "𖼽"^^xsd:string ;
    rdfs:comment "MIAO LETTER ZZA"@en .

<http://lexvo.org/id/char/16F3E> a lvont:Character ;
    lvont:represents "𖼾"^^xsd:string ;
    rdfs:comment "MIAO LETTER ZZSA"@en .

<http://lexvo.org/id/char/16F3F> a lvont:Character ;
    lvont:represents "𖼿"^^xsd:string ;
    rdfs:comment "MIAO LETTER ARCHAIC ZZA"@en .

<http://lexvo.org/id/char/16F40> a lvont:Character ;
    lvont:represents "𖽀"^^xsd:string ;
    rdfs:comment "MIAO LETTER ZZYA"@en .

<http://lexvo.org/id/char/16F41> a lvont:Character ;
    lvont:represents "𖽁"^^xsd:string ;
    rdfs:comment "MIAO LETTER ZZSYA"@en .

<http://lexvo.org/id/char/16F42> a lvont:Character ;
    lvont:represents "𖽂"^^xsd:string ;
    rdfs:comment "MIAO LETTER WA"@en .

<http://lexvo.org/id/char/16F43> a lvont:Character ;
    lvont:represents "𖽃"^^xsd:string ;
    rdfs:comment "MIAO LETTER AH"@en .

<http://lexvo.org/id/char/16F44> a lvont:Character ;
    lvont:represents "𖽄"^^xsd:string ;
    rdfs:comment "MIAO LETTER HHA"@en .

<http://lexvo.org/id/char/16F50> a lvont:Character ;
    lvont:represents "𖽐"^^xsd:string ;
    rdfs:comment "MIAO LETTER NASALIZATION"@en .

<http://lexvo.org/id/char/16F51> a lvont:Character ;
    lvont:represents "𖽑"^^xsd:string ;
    rdfs:comment "MIAO SIGN ASPIRATION"@en .

<http://lexvo.org/id/char/16F52> a lvont:Character ;
    lvont:represents "𖽒"^^xsd:string ;
    rdfs:comment "MIAO SIGN REFORMED VOICING"@en .

<http://lexvo.org/id/char/16F53> a lvont:Character ;
    lvont:represents "𖽓"^^xsd:string ;
    rdfs:comment "MIAO SIGN REFORMED ASPIRATION"@en .

<http://lexvo.org/id/char/16F54> a lvont:Character ;
    lvont:represents "𖽔"^^xsd:string ;
    rdfs:comment "MIAO VOWEL SIGN A"@en .

<http://lexvo.org/id/char/16F55> a lvont:Character ;
    lvont:represents "𖽕"^^xsd:string ;
    rdfs:comment "MIAO VOWEL SIGN AA"@en .

<http://lexvo.org/id/char/16F56> a lvont:Character ;
    lvont:represents "𖽖"^^xsd:string ;
    rdfs:comment "MIAO VOWEL SIGN AHH"@en .

<http://lexvo.org/id/char/16F57> a lvont:Character ;
    lvont:represents "𖽗"^^xsd:string ;
    rdfs:comment "MIAO VOWEL SIGN AN"@en .

<http://lexvo.org/id/char/16F58> a lvont:Character ;
    lvont:represents "𖽘"^^xsd:string ;
    rdfs:comment "MIAO VOWEL SIGN ANG"@en .

<http://lexvo.org/id/char/16F59> a lvont:Character ;
    lvont:represents "𖽙"^^xsd:string ;
    rdfs:comment "MIAO VOWEL SIGN O"@en .

<http://lexvo.org/id/char/16F5A> a lvont:Character ;
    lvont:represents "𖽚"^^xsd:string ;
    rdfs:comment "MIAO VOWEL SIGN OO"@en .

<http://lexvo.org/id/char/16F5B> a lvont:Character ;
    lvont:represents "𖽛"^^xsd:string ;
    rdfs:comment "MIAO VOWEL SIGN WO"@en .

<http://lexvo.org/id/char/16F5C> a lvont:Character ;
    lvont:represents "𖽜"^^xsd:string ;
    rdfs:comment "MIAO VOWEL SIGN W"@en .

<http://lexvo.org/id/char/16F5D> a lvont:Character ;
    lvont:represents "𖽝"^^xsd:string ;
    rdfs:comment "MIAO VOWEL SIGN E"@en .

<http://lexvo.org/id/char/16F5E> a lvont:Character ;
    lvont:represents "𖽞"^^xsd:string ;
    rdfs:comment "MIAO VOWEL SIGN EN"@en .

<http://lexvo.org/id/char/16F5F> a lvont:Character ;
    lvont:represents "𖽟"^^xsd:string ;
    rdfs:comment "MIAO VOWEL SIGN ENG"@en .

<http://lexvo.org/id/char/16F60> a lvont:Character ;
    lvont:represents "𖽠"^^xsd:string ;
    rdfs:comment "MIAO VOWEL SIGN OEY"@en .

<http://lexvo.org/id/char/16F61> a lvont:Character ;
    lvont:represents "𖽡"^^xsd:string ;
    rdfs:comment "MIAO VOWEL SIGN I"@en .

<http://lexvo.org/id/char/16F62> a lvont:Character ;
    lvont:represents "𖽢"^^xsd:string ;
    rdfs:comment "MIAO VOWEL SIGN IA"@en .

<http://lexvo.org/id/char/16F63> a lvont:Character ;
    lvont:represents "𖽣"^^xsd:string ;
    rdfs:comment "MIAO VOWEL SIGN IAN"@en .

<http://lexvo.org/id/char/16F64> a lvont:Character ;
    lvont:represents "𖽤"^^xsd:string ;
    rdfs:comment "MIAO VOWEL SIGN IANG"@en .

<http://lexvo.org/id/char/16F65> a lvont:Character ;
    lvont:represents "𖽥"^^xsd:string ;
    rdfs:comment "MIAO VOWEL SIGN IO"@en .

<http://lexvo.org/id/char/16F66> a lvont:Character ;
    lvont:represents "𖽦"^^xsd:string ;
    rdfs:comment "MIAO VOWEL SIGN IE"@en .

<http://lexvo.org/id/char/16F67> a lvont:Character ;
    lvont:represents "𖽧"^^xsd:string ;
    rdfs:comment "MIAO VOWEL SIGN II"@en .

<http://lexvo.org/id/char/16F68> a lvont:Character ;
    lvont:represents "𖽨"^^xsd:string ;
    rdfs:comment "MIAO VOWEL SIGN IU"@en .

<http://lexvo.org/id/char/16F69> a lvont:Character ;
    lvont:represents "𖽩"^^xsd:string ;
    rdfs:comment "MIAO VOWEL SIGN ING"@en .

<http://lexvo.org/id/char/16F6A> a lvont:Character ;
    lvont:represents "𖽪"^^xsd:string ;
    rdfs:comment "MIAO VOWEL SIGN U"@en .

<http://lexvo.org/id/char/16F6B> a lvont:Character ;
    lvont:represents "𖽫"^^xsd:string ;
    rdfs:comment "MIAO VOWEL SIGN UA"@en .

<http://lexvo.org/id/char/16F6C> a lvont:Character ;
    lvont:represents "𖽬"^^xsd:string ;
    rdfs:comment "MIAO VOWEL SIGN UAN"@en .

<http://lexvo.org/id/char/16F6D> a lvont:Character ;
    lvont:represents "𖽭"^^xsd:string ;
    rdfs:comment "MIAO VOWEL SIGN UANG"@en .

<http://lexvo.org/id/char/16F6E> a lvont:Character ;
    lvont:represents "𖽮"^^xsd:string ;
    rdfs:comment "MIAO VOWEL SIGN UU"@en .

<http://lexvo.org/id/char/16F6F> a lvont:Character ;
    lvont:represents "𖽯"^^xsd:string ;
    rdfs:comment "MIAO VOWEL SIGN UEI"@en .

<http://lexvo.org/id/char/16F70> a lvont:Character ;
    lvont:represents "𖽰"^^xsd:string ;
    rdfs:comment "MIAO VOWEL SIGN UNG"@en .

<http://lexvo.org/id/char/16F71> a lvont:Character ;
    lvont:represents "𖽱"^^xsd:string ;
    rdfs:comment "MIAO VOWEL SIGN Y"@en .

<http://lexvo.org/id/char/16F72> a lvont:Character ;
    lvont:represents "𖽲"^^xsd:string ;
    rdfs:comment "MIAO VOWEL SIGN YI"@en .

<http://lexvo.org/id/char/16F73> a lvont:Character ;
    lvont:represents "𖽳"^^xsd:string ;
    rdfs:comment "MIAO VOWEL SIGN AE"@en .

<http://lexvo.org/id/char/16F74> a lvont:Character ;
    lvont:represents "𖽴"^^xsd:string ;
    rdfs:comment "MIAO VOWEL SIGN AEE"@en .

<http://lexvo.org/id/char/16F75> a lvont:Character ;
    lvont:represents "𖽵"^^xsd:string ;
    rdfs:comment "MIAO VOWEL SIGN ERR"@en .

<http://lexvo.org/id/char/16F76> a lvont:Character ;
    lvont:represents "𖽶"^^xsd:string ;
    rdfs:comment "MIAO VOWEL SIGN ROUNDED ERR"@en .

<http://lexvo.org/id/char/16F77> a lvont:Character ;
    lvont:represents "𖽷"^^xsd:string ;
    rdfs:comment "MIAO VOWEL SIGN ER"@en .

<http://lexvo.org/id/char/16F78> a lvont:Character ;
    lvont:represents "𖽸"^^xsd:string ;
    rdfs:comment "MIAO VOWEL SIGN ROUNDED ER"@en .

<http://lexvo.org/id/char/16F79> a lvont:Character ;
    lvont:represents "𖽹"^^xsd:string ;
    rdfs:comment "MIAO VOWEL SIGN AI"@en .

<http://lexvo.org/id/char/16F7A> a lvont:Character ;
    lvont:represents "𖽺"^^xsd:string ;
    rdfs:comment "MIAO VOWEL SIGN EI"@en .

<http://lexvo.org/id/char/16F7B> a lvont:Character ;
    lvont:represents "𖽻"^^xsd:string ;
    rdfs:comment "MIAO VOWEL SIGN AU"@en .

<http://lexvo.org/id/char/16F7C> a lvont:Character ;
    lvont:represents "𖽼"^^xsd:string ;
    rdfs:comment "MIAO VOWEL SIGN OU"@en .

<http://lexvo.org/id/char/16F7D> a lvont:Character ;
    lvont:represents "𖽽"^^xsd:string ;
    rdfs:comment "MIAO VOWEL SIGN N"@en .

<http://lexvo.org/id/char/16F7E> a lvont:Character ;
    lvont:represents "𖽾"^^xsd:string ;
    rdfs:comment "MIAO VOWEL SIGN NG"@en .

<http://lexvo.org/id/char/16F8F> a lvont:Character ;
    lvont:represents "𖾏"^^xsd:string ;
    rdfs:comment "MIAO TONE RIGHT"@en .

<http://lexvo.org/id/char/16F90> a lvont:Character ;
    lvont:represents "𖾐"^^xsd:string ;
    rdfs:comment "MIAO TONE TOP RIGHT"@en .

<http://lexvo.org/id/char/16F91> a lvont:Character ;
    lvont:represents "𖾑"^^xsd:string ;
    rdfs:comment "MIAO TONE ABOVE"@en .

<http://lexvo.org/id/char/16F92> a lvont:Character ;
    lvont:represents "𖾒"^^xsd:string ;
    rdfs:comment "MIAO TONE BELOW"@en .

<http://lexvo.org/id/char/16F93> a lvont:Character ;
    lvont:represents "𖾓"^^xsd:string ;
    rdfs:comment "MIAO LETTER TONE-2"@en .

<http://lexvo.org/id/char/16F94> a lvont:Character ;
    lvont:represents "𖾔"^^xsd:string ;
    rdfs:comment "MIAO LETTER TONE-3"@en .

<http://lexvo.org/id/char/16F95> a lvont:Character ;
    lvont:represents "𖾕"^^xsd:string ;
    rdfs:comment "MIAO LETTER TONE-4"@en .

<http://lexvo.org/id/char/16F96> a lvont:Character ;
    lvont:represents "𖾖"^^xsd:string ;
    rdfs:comment "MIAO LETTER TONE-5"@en .

<http://lexvo.org/id/char/16F97> a lvont:Character ;
    lvont:represents "𖾗"^^xsd:string ;
    rdfs:comment "MIAO LETTER TONE-6"@en .

<http://lexvo.org/id/char/16F98> a lvont:Character ;
    lvont:represents "𖾘"^^xsd:string ;
    rdfs:comment "MIAO LETTER TONE-7"@en .

<http://lexvo.org/id/char/16F99> a lvont:Character ;
    lvont:represents "𖾙"^^xsd:string ;
    rdfs:comment "MIAO LETTER TONE-8"@en .

<http://lexvo.org/id/char/16F9A> a lvont:Character ;
    lvont:represents "𖾚"^^xsd:string ;
    rdfs:comment "MIAO LETTER REFORMED TONE-1"@en .

<http://lexvo.org/id/char/16F9B> a lvont:Character ;
    lvont:represents "𖾛"^^xsd:string ;
    rdfs:comment "MIAO LETTER REFORMED TONE-2"@en .

<http://lexvo.org/id/char/16F9C> a lvont:Character ;
    lvont:represents "𖾜"^^xsd:string ;
    rdfs:comment "MIAO LETTER REFORMED TONE-4"@en .

<http://lexvo.org/id/char/16F9D> a lvont:Character ;
    lvont:represents "𖾝"^^xsd:string ;
    rdfs:comment "MIAO LETTER REFORMED TONE-5"@en .

<http://lexvo.org/id/char/16F9E> a lvont:Character ;
    lvont:represents "𖾞"^^xsd:string ;
    rdfs:comment "MIAO LETTER REFORMED TONE-6"@en .

<http://lexvo.org/id/char/16F9F> a lvont:Character ;
    lvont:represents "𖾟"^^xsd:string ;
    rdfs:comment "MIAO LETTER REFORMED TONE-8"@en .

<http://lexvo.org/id/char/1700> a lvont:Character ;
    lvont:represents "ᜀ"^^xsd:string ;
    rdfs:comment "TAGALOG LETTER A"@en .

<http://lexvo.org/id/char/1701> a lvont:Character ;
    lvont:represents "ᜁ"^^xsd:string ;
    rdfs:comment "TAGALOG LETTER I"@en .

<http://lexvo.org/id/char/1702> a lvont:Character ;
    lvont:represents "ᜂ"^^xsd:string ;
    rdfs:comment "TAGALOG LETTER U"@en .

<http://lexvo.org/id/char/1703> a lvont:Character ;
    lvont:represents "ᜃ"^^xsd:string ;
    rdfs:comment "TAGALOG LETTER KA"@en .

<http://lexvo.org/id/char/1704> a lvont:Character ;
    lvont:represents "ᜄ"^^xsd:string ;
    rdfs:comment "TAGALOG LETTER GA"@en .

<http://lexvo.org/id/char/1705> a lvont:Character ;
    lvont:represents "ᜅ"^^xsd:string ;
    rdfs:comment "TAGALOG LETTER NGA"@en .

<http://lexvo.org/id/char/1706> a lvont:Character ;
    lvont:represents "ᜆ"^^xsd:string ;
    rdfs:comment "TAGALOG LETTER TA"@en .

<http://lexvo.org/id/char/1707> a lvont:Character ;
    lvont:represents "ᜇ"^^xsd:string ;
    rdfs:comment "TAGALOG LETTER DA"@en .

<http://lexvo.org/id/char/1708> a lvont:Character ;
    lvont:represents "ᜈ"^^xsd:string ;
    rdfs:comment "TAGALOG LETTER NA"@en .

<http://lexvo.org/id/char/1709> a lvont:Character ;
    lvont:represents "ᜉ"^^xsd:string ;
    rdfs:comment "TAGALOG LETTER PA"@en .

<http://lexvo.org/id/char/170A> a lvont:Character ;
    lvont:represents "ᜊ"^^xsd:string ;
    rdfs:comment "TAGALOG LETTER BA"@en .

<http://lexvo.org/id/char/170B> a lvont:Character ;
    lvont:represents "ᜋ"^^xsd:string ;
    rdfs:comment "TAGALOG LETTER MA"@en .

<http://lexvo.org/id/char/170C> a lvont:Character ;
    lvont:represents "ᜌ"^^xsd:string ;
    rdfs:comment "TAGALOG LETTER YA"@en .

<http://lexvo.org/id/char/170E> a lvont:Character ;
    lvont:represents "ᜎ"^^xsd:string ;
    rdfs:comment "TAGALOG LETTER LA"@en .

<http://lexvo.org/id/char/170F> a lvont:Character ;
    lvont:represents "ᜏ"^^xsd:string ;
    rdfs:comment "TAGALOG LETTER WA"@en .

<http://lexvo.org/id/char/1710> a lvont:Character ;
    lvont:represents "ᜐ"^^xsd:string ;
    rdfs:comment "TAGALOG LETTER SA"@en .

<http://lexvo.org/id/char/1711> a lvont:Character ;
    lvont:represents "ᜑ"^^xsd:string ;
    rdfs:comment "TAGALOG LETTER HA"@en .

<http://lexvo.org/id/char/1712> a lvont:Character ;
    lvont:represents "ᜒ"^^xsd:string ;
    rdfs:comment "TAGALOG VOWEL SIGN I"@en .

<http://lexvo.org/id/char/1713> a lvont:Character ;
    lvont:represents "ᜓ"^^xsd:string ;
    rdfs:comment "TAGALOG VOWEL SIGN U"@en .

<http://lexvo.org/id/char/1714> a lvont:Character ;
    lvont:represents "᜔"^^xsd:string ;
    rdfs:comment "TAGALOG SIGN VIRAMA"@en .

<http://lexvo.org/id/char/1720> a lvont:Character ;
    lvont:represents "ᜠ"^^xsd:string ;
    rdfs:comment "HANUNOO LETTER A"@en .

<http://lexvo.org/id/char/1721> a lvont:Character ;
    lvont:represents "ᜡ"^^xsd:string ;
    rdfs:comment "HANUNOO LETTER I"@en .

<http://lexvo.org/id/char/1722> a lvont:Character ;
    lvont:represents "ᜢ"^^xsd:string ;
    rdfs:comment "HANUNOO LETTER U"@en .

<http://lexvo.org/id/char/1723> a lvont:Character ;
    lvont:represents "ᜣ"^^xsd:string ;
    rdfs:comment "HANUNOO LETTER KA"@en .

<http://lexvo.org/id/char/1724> a lvont:Character ;
    lvont:represents "ᜤ"^^xsd:string ;
    rdfs:comment "HANUNOO LETTER GA"@en .

<http://lexvo.org/id/char/1725> a lvont:Character ;
    lvont:represents "ᜥ"^^xsd:string ;
    rdfs:comment "HANUNOO LETTER NGA"@en .

<http://lexvo.org/id/char/1726> a lvont:Character ;
    lvont:represents "ᜦ"^^xsd:string ;
    rdfs:comment "HANUNOO LETTER TA"@en .

<http://lexvo.org/id/char/1727> a lvont:Character ;
    lvont:represents "ᜧ"^^xsd:string ;
    rdfs:comment "HANUNOO LETTER DA"@en .

<http://lexvo.org/id/char/1728> a lvont:Character ;
    lvont:represents "ᜨ"^^xsd:string ;
    rdfs:comment "HANUNOO LETTER NA"@en .

<http://lexvo.org/id/char/1729> a lvont:Character ;
    lvont:represents "ᜩ"^^xsd:string ;
    rdfs:comment "HANUNOO LETTER PA"@en .

<http://lexvo.org/id/char/172A> a lvont:Character ;
    lvont:represents "ᜪ"^^xsd:string ;
    rdfs:comment "HANUNOO LETTER BA"@en .

<http://lexvo.org/id/char/172B> a lvont:Character ;
    lvont:represents "ᜫ"^^xsd:string ;
    rdfs:comment "HANUNOO LETTER MA"@en .

<http://lexvo.org/id/char/172C> a lvont:Character ;
    lvont:represents "ᜬ"^^xsd:string ;
    rdfs:comment "HANUNOO LETTER YA"@en .

<http://lexvo.org/id/char/172D> a lvont:Character ;
    lvont:represents "ᜭ"^^xsd:string ;
    rdfs:comment "HANUNOO LETTER RA"@en .

<http://lexvo.org/id/char/172E> a lvont:Character ;
    lvont:represents "ᜮ"^^xsd:string ;
    rdfs:comment "HANUNOO LETTER LA"@en .

<http://lexvo.org/id/char/172F> a lvont:Character ;
    lvont:represents "ᜯ"^^xsd:string ;
    rdfs:comment "HANUNOO LETTER WA"@en .

<http://lexvo.org/id/char/1730> a lvont:Character ;
    lvont:represents "ᜰ"^^xsd:string ;
    rdfs:comment "HANUNOO LETTER SA"@en .

<http://lexvo.org/id/char/1731> a lvont:Character ;
    lvont:represents "ᜱ"^^xsd:string ;
    rdfs:comment "HANUNOO LETTER HA"@en .

<http://lexvo.org/id/char/1732> a lvont:Character ;
    lvont:represents "ᜲ"^^xsd:string ;
    rdfs:comment "HANUNOO VOWEL SIGN I"@en .

<http://lexvo.org/id/char/1733> a lvont:Character ;
    lvont:represents "ᜳ"^^xsd:string ;
    rdfs:comment "HANUNOO VOWEL SIGN U"@en .

<http://lexvo.org/id/char/1734> a lvont:Character ;
    lvont:represents "᜴"^^xsd:string ;
    rdfs:comment "HANUNOO SIGN PAMUDPOD"@en .

<http://lexvo.org/id/char/1735> a lvont:Character ;
    lvont:represents "᜵"^^xsd:string ;
    rdfs:comment "PHILIPPINE SINGLE PUNCTUATION"@en .

<http://lexvo.org/id/char/1736> a lvont:Character ;
    lvont:represents "᜶"^^xsd:string ;
    rdfs:comment "PHILIPPINE DOUBLE PUNCTUATION"@en .

<http://lexvo.org/id/char/1740> a lvont:Character ;
    lvont:represents "ᝀ"^^xsd:string ;
    rdfs:comment "BUHID LETTER A"@en .

<http://lexvo.org/id/char/1741> a lvont:Character ;
    lvont:represents "ᝁ"^^xsd:string ;
    rdfs:comment "BUHID LETTER I"@en .

<http://lexvo.org/id/char/1742> a lvont:Character ;
    lvont:represents "ᝂ"^^xsd:string ;
    rdfs:comment "BUHID LETTER U"@en .

<http://lexvo.org/id/char/1743> a lvont:Character ;
    lvont:represents "ᝃ"^^xsd:string ;
    rdfs:comment "BUHID LETTER KA"@en .

<http://lexvo.org/id/char/1744> a lvont:Character ;
    lvont:represents "ᝄ"^^xsd:string ;
    rdfs:comment "BUHID LETTER GA"@en .

<http://lexvo.org/id/char/1745> a lvont:Character ;
    lvont:represents "ᝅ"^^xsd:string ;
    rdfs:comment "BUHID LETTER NGA"@en .

<http://lexvo.org/id/char/1746> a lvont:Character ;
    lvont:represents "ᝆ"^^xsd:string ;
    rdfs:comment "BUHID LETTER TA"@en .

<http://lexvo.org/id/char/1747> a lvont:Character ;
    lvont:represents "ᝇ"^^xsd:string ;
    rdfs:comment "BUHID LETTER DA"@en .

<http://lexvo.org/id/char/1748> a lvont:Character ;
    lvont:represents "ᝈ"^^xsd:string ;
    rdfs:comment "BUHID LETTER NA"@en .

<http://lexvo.org/id/char/1749> a lvont:Character ;
    lvont:represents "ᝉ"^^xsd:string ;
    rdfs:comment "BUHID LETTER PA"@en .

<http://lexvo.org/id/char/174A> a lvont:Character ;
    lvont:represents "ᝊ"^^xsd:string ;
    rdfs:comment "BUHID LETTER BA"@en .

<http://lexvo.org/id/char/174B> a lvont:Character ;
    lvont:represents "ᝋ"^^xsd:string ;
    rdfs:comment "BUHID LETTER MA"@en .

<http://lexvo.org/id/char/174C> a lvont:Character ;
    lvont:represents "ᝌ"^^xsd:string ;
    rdfs:comment "BUHID LETTER YA"@en .

<http://lexvo.org/id/char/174D> a lvont:Character ;
    lvont:represents "ᝍ"^^xsd:string ;
    rdfs:comment "BUHID LETTER RA"@en .

<http://lexvo.org/id/char/174E> a lvont:Character ;
    lvont:represents "ᝎ"^^xsd:string ;
    rdfs:comment "BUHID LETTER LA"@en .

<http://lexvo.org/id/char/174F> a lvont:Character ;
    lvont:represents "ᝏ"^^xsd:string ;
    rdfs:comment "BUHID LETTER WA"@en .

<http://lexvo.org/id/char/1750> a lvont:Character ;
    lvont:represents "ᝐ"^^xsd:string ;
    rdfs:comment "BUHID LETTER SA"@en .

<http://lexvo.org/id/char/1751> a lvont:Character ;
    lvont:represents "ᝑ"^^xsd:string ;
    rdfs:comment "BUHID LETTER HA"@en .

<http://lexvo.org/id/char/1752> a lvont:Character ;
    lvont:represents "ᝒ"^^xsd:string ;
    rdfs:comment "BUHID VOWEL SIGN I"@en .

<http://lexvo.org/id/char/1753> a lvont:Character ;
    lvont:represents "ᝓ"^^xsd:string ;
    rdfs:comment "BUHID VOWEL SIGN U"@en .

<http://lexvo.org/id/char/1760> a lvont:Character ;
    lvont:represents "ᝠ"^^xsd:string ;
    rdfs:comment "TAGBANWA LETTER A"@en .

<http://lexvo.org/id/char/1761> a lvont:Character ;
    lvont:represents "ᝡ"^^xsd:string ;
    rdfs:comment "TAGBANWA LETTER I"@en .

<http://lexvo.org/id/char/1762> a lvont:Character ;
    lvont:represents "ᝢ"^^xsd:string ;
    rdfs:comment "TAGBANWA LETTER U"@en .

<http://lexvo.org/id/char/1763> a lvont:Character ;
    lvont:represents "ᝣ"^^xsd:string ;
    rdfs:comment "TAGBANWA LETTER KA"@en .

<http://lexvo.org/id/char/1764> a lvont:Character ;
    lvont:represents "ᝤ"^^xsd:string ;
    rdfs:comment "TAGBANWA LETTER GA"@en .

<http://lexvo.org/id/char/1765> a lvont:Character ;
    lvont:represents "ᝥ"^^xsd:string ;
    rdfs:comment "TAGBANWA LETTER NGA"@en .

<http://lexvo.org/id/char/1766> a lvont:Character ;
    lvont:represents "ᝦ"^^xsd:string ;
    rdfs:comment "TAGBANWA LETTER TA"@en .

<http://lexvo.org/id/char/1767> a lvont:Character ;
    lvont:represents "ᝧ"^^xsd:string ;
    rdfs:comment "TAGBANWA LETTER DA"@en .

<http://lexvo.org/id/char/1768> a lvont:Character ;
    lvont:represents "ᝨ"^^xsd:string ;
    rdfs:comment "TAGBANWA LETTER NA"@en .

<http://lexvo.org/id/char/1769> a lvont:Character ;
    lvont:represents "ᝩ"^^xsd:string ;
    rdfs:comment "TAGBANWA LETTER PA"@en .

<http://lexvo.org/id/char/176A> a lvont:Character ;
    lvont:represents "ᝪ"^^xsd:string ;
    rdfs:comment "TAGBANWA LETTER BA"@en .

<http://lexvo.org/id/char/176B> a lvont:Character ;
    lvont:represents "ᝫ"^^xsd:string ;
    rdfs:comment "TAGBANWA LETTER MA"@en .

<http://lexvo.org/id/char/176C> a lvont:Character ;
    lvont:represents "ᝬ"^^xsd:string ;
    rdfs:comment "TAGBANWA LETTER YA"@en .

<http://lexvo.org/id/char/176E> a lvont:Character ;
    lvont:represents "ᝮ"^^xsd:string ;
    rdfs:comment "TAGBANWA LETTER LA"@en .

<http://lexvo.org/id/char/176F> a lvont:Character ;
    lvont:represents "ᝯ"^^xsd:string ;
    rdfs:comment "TAGBANWA LETTER WA"@en .

<http://lexvo.org/id/char/1770> a lvont:Character ;
    lvont:represents "ᝰ"^^xsd:string ;
    rdfs:comment "TAGBANWA LETTER SA"@en .

<http://lexvo.org/id/char/1772> a lvont:Character ;
    lvont:represents "ᝲ"^^xsd:string ;
    rdfs:comment "TAGBANWA VOWEL SIGN I"@en .

<http://lexvo.org/id/char/1773> a lvont:Character ;
    lvont:represents "ᝳ"^^xsd:string ;
    rdfs:comment "TAGBANWA VOWEL SIGN U"@en .

<http://lexvo.org/id/char/1780> a lvont:Character ;
    lvont:represents "ក"^^xsd:string ;
    rdfs:comment "KHMER LETTER KA"@en .

<http://lexvo.org/id/char/1781> a lvont:Character ;
    lvont:represents "ខ"^^xsd:string ;
    rdfs:comment "KHMER LETTER KHA"@en .

<http://lexvo.org/id/char/1782> a lvont:Character ;
    lvont:represents "គ"^^xsd:string ;
    rdfs:comment "KHMER LETTER KO"@en .

<http://lexvo.org/id/char/1783> a lvont:Character ;
    lvont:represents "ឃ"^^xsd:string ;
    rdfs:comment "KHMER LETTER KHO"@en .

<http://lexvo.org/id/char/1784> a lvont:Character ;
    lvont:represents "ង"^^xsd:string ;
    rdfs:comment "KHMER LETTER NGO"@en .

<http://lexvo.org/id/char/1785> a lvont:Character ;
    lvont:represents "ច"^^xsd:string ;
    rdfs:comment "KHMER LETTER CA"@en .

<http://lexvo.org/id/char/1786> a lvont:Character ;
    lvont:represents "ឆ"^^xsd:string ;
    rdfs:comment "KHMER LETTER CHA"@en .

<http://lexvo.org/id/char/1787> a lvont:Character ;
    lvont:represents "ជ"^^xsd:string ;
    rdfs:comment "KHMER LETTER CO"@en .

<http://lexvo.org/id/char/1788> a lvont:Character ;
    lvont:represents "ឈ"^^xsd:string ;
    rdfs:comment "KHMER LETTER CHO"@en .

<http://lexvo.org/id/char/1789> a lvont:Character ;
    lvont:represents "ញ"^^xsd:string ;
    rdfs:comment "KHMER LETTER NYO"@en .

<http://lexvo.org/id/char/178A> a lvont:Character ;
    lvont:represents "ដ"^^xsd:string ;
    rdfs:comment "KHMER LETTER DA"@en .

<http://lexvo.org/id/char/178B> a lvont:Character ;
    lvont:represents "ឋ"^^xsd:string ;
    rdfs:comment "KHMER LETTER TTHA"@en .

<http://lexvo.org/id/char/178C> a lvont:Character ;
    lvont:represents "ឌ"^^xsd:string ;
    rdfs:comment "KHMER LETTER DO"@en .

<http://lexvo.org/id/char/178D> a lvont:Character ;
    lvont:represents "ឍ"^^xsd:string ;
    rdfs:comment "KHMER LETTER TTHO"@en .

<http://lexvo.org/id/char/178E> a lvont:Character ;
    lvont:represents "ណ"^^xsd:string ;
    rdfs:comment "KHMER LETTER NNO"@en .

<http://lexvo.org/id/char/178F> a lvont:Character ;
    lvont:represents "ត"^^xsd:string ;
    rdfs:comment "KHMER LETTER TA"@en .

<http://lexvo.org/id/char/1790> a lvont:Character ;
    lvont:represents "ថ"^^xsd:string ;
    rdfs:comment "KHMER LETTER THA"@en .

<http://lexvo.org/id/char/1791> a lvont:Character ;
    lvont:represents "ទ"^^xsd:string ;
    rdfs:comment "KHMER LETTER TO"@en .

<http://lexvo.org/id/char/1792> a lvont:Character ;
    lvont:represents "ធ"^^xsd:string ;
    rdfs:comment "KHMER LETTER THO"@en .

<http://lexvo.org/id/char/1793> a lvont:Character ;
    lvont:represents "ន"^^xsd:string ;
    rdfs:comment "KHMER LETTER NO"@en .

<http://lexvo.org/id/char/1794> a lvont:Character ;
    lvont:represents "ប"^^xsd:string ;
    rdfs:comment "KHMER LETTER BA"@en .

<http://lexvo.org/id/char/1795> a lvont:Character ;
    lvont:represents "ផ"^^xsd:string ;
    rdfs:comment "KHMER LETTER PHA"@en .

<http://lexvo.org/id/char/1796> a lvont:Character ;
    lvont:represents "ព"^^xsd:string ;
    rdfs:comment "KHMER LETTER PO"@en .

<http://lexvo.org/id/char/1797> a lvont:Character ;
    lvont:represents "ភ"^^xsd:string ;
    rdfs:comment "KHMER LETTER PHO"@en .

<http://lexvo.org/id/char/1798> a lvont:Character ;
    lvont:represents "ម"^^xsd:string ;
    rdfs:comment "KHMER LETTER MO"@en .

<http://lexvo.org/id/char/1799> a lvont:Character ;
    lvont:represents "យ"^^xsd:string ;
    rdfs:comment "KHMER LETTER YO"@en .

<http://lexvo.org/id/char/179A> a lvont:Character ;
    lvont:represents "រ"^^xsd:string ;
    rdfs:comment "KHMER LETTER RO"@en .

<http://lexvo.org/id/char/179B> a lvont:Character ;
    lvont:represents "ល"^^xsd:string ;
    rdfs:comment "KHMER LETTER LO"@en .

<http://lexvo.org/id/char/179C> a lvont:Character ;
    lvont:represents "វ"^^xsd:string ;
    rdfs:comment "KHMER LETTER VO"@en .

<http://lexvo.org/id/char/179D> a lvont:Character ;
    lvont:represents "ឝ"^^xsd:string ;
    rdfs:comment "KHMER LETTER SHA"@en .

<http://lexvo.org/id/char/179E> a lvont:Character ;
    lvont:represents "ឞ"^^xsd:string ;
    rdfs:comment "KHMER LETTER SSO"@en .

<http://lexvo.org/id/char/179F> a lvont:Character ;
    lvont:represents "ស"^^xsd:string ;
    rdfs:comment "KHMER LETTER SA"@en .

<http://lexvo.org/id/char/17A0> a lvont:Character ;
    lvont:represents "ហ"^^xsd:string ;
    rdfs:comment "KHMER LETTER HA"@en .

<http://lexvo.org/id/char/17A1> a lvont:Character ;
    lvont:represents "ឡ"^^xsd:string ;
    rdfs:comment "KHMER LETTER LA"@en .

<http://lexvo.org/id/char/17A2> a lvont:Character ;
    lvont:represents "អ"^^xsd:string ;
    rdfs:comment "KHMER LETTER QA"@en .

<http://lexvo.org/id/char/17A3> a lvont:Character ;
    lvont:represents "ឣ"^^xsd:string ;
    rdfs:comment "KHMER INDEPENDENT VOWEL QAQ"@en .

<http://lexvo.org/id/char/17A4> a lvont:Character ;
    lvont:represents "ឤ"^^xsd:string ;
    rdfs:comment "KHMER INDEPENDENT VOWEL QAA"@en .

<http://lexvo.org/id/char/17A5> a lvont:Character ;
    lvont:represents "ឥ"^^xsd:string ;
    rdfs:comment "KHMER INDEPENDENT VOWEL QI"@en .

<http://lexvo.org/id/char/17A6> a lvont:Character ;
    lvont:represents "ឦ"^^xsd:string ;
    rdfs:comment "KHMER INDEPENDENT VOWEL QII"@en .

<http://lexvo.org/id/char/17A7> a lvont:Character ;
    lvont:represents "ឧ"^^xsd:string ;
    rdfs:comment "KHMER INDEPENDENT VOWEL QU"@en .

<http://lexvo.org/id/char/17A8> a lvont:Character ;
    lvont:represents "ឨ"^^xsd:string ;
    rdfs:comment "KHMER INDEPENDENT VOWEL QUK"@en .

<http://lexvo.org/id/char/17A9> a lvont:Character ;
    lvont:represents "ឩ"^^xsd:string ;
    rdfs:comment "KHMER INDEPENDENT VOWEL QUU"@en .

<http://lexvo.org/id/char/17AA> a lvont:Character ;
    lvont:represents "ឪ"^^xsd:string ;
    rdfs:comment "KHMER INDEPENDENT VOWEL QUUV"@en .

<http://lexvo.org/id/char/17AB> a lvont:Character ;
    lvont:represents "ឫ"^^xsd:string ;
    rdfs:comment "KHMER INDEPENDENT VOWEL RY"@en .

<http://lexvo.org/id/char/17AC> a lvont:Character ;
    lvont:represents "ឬ"^^xsd:string ;
    rdfs:comment "KHMER INDEPENDENT VOWEL RYY"@en .

<http://lexvo.org/id/char/17AD> a lvont:Character ;
    lvont:represents "ឭ"^^xsd:string ;
    rdfs:comment "KHMER INDEPENDENT VOWEL LY"@en .

<http://lexvo.org/id/char/17AE> a lvont:Character ;
    lvont:represents "ឮ"^^xsd:string ;
    rdfs:comment "KHMER INDEPENDENT VOWEL LYY"@en .

<http://lexvo.org/id/char/17AF> a lvont:Character ;
    lvont:represents "ឯ"^^xsd:string ;
    rdfs:comment "KHMER INDEPENDENT VOWEL QE"@en .

<http://lexvo.org/id/char/17B0> a lvont:Character ;
    lvont:represents "ឰ"^^xsd:string ;
    rdfs:comment "KHMER INDEPENDENT VOWEL QAI"@en .

<http://lexvo.org/id/char/17B1> a lvont:Character ;
    lvont:represents "ឱ"^^xsd:string ;
    rdfs:comment "KHMER INDEPENDENT VOWEL QOO TYPE ONE"@en .

<http://lexvo.org/id/char/17B2> a lvont:Character ;
    lvont:represents "ឲ"^^xsd:string ;
    rdfs:comment "KHMER INDEPENDENT VOWEL QOO TYPE TWO"@en .

<http://lexvo.org/id/char/17B3> a lvont:Character ;
    lvont:represents "ឳ"^^xsd:string ;
    rdfs:comment "KHMER INDEPENDENT VOWEL QAU"@en .

<http://lexvo.org/id/char/17B4> a lvont:Character ;
    lvont:represents "឴"^^xsd:string ;
    rdfs:comment "KHMER VOWEL INHERENT AQ"@en .

<http://lexvo.org/id/char/17B5> a lvont:Character ;
    lvont:represents "឵"^^xsd:string ;
    rdfs:comment "KHMER VOWEL INHERENT AA"@en .

<http://lexvo.org/id/char/17B6> a lvont:Character ;
    lvont:represents "ា"^^xsd:string ;
    rdfs:comment "KHMER VOWEL SIGN AA"@en .

<http://lexvo.org/id/char/17B7> a lvont:Character ;
    lvont:represents "ិ"^^xsd:string ;
    rdfs:comment "KHMER VOWEL SIGN I"@en .

<http://lexvo.org/id/char/17B8> a lvont:Character ;
    lvont:represents "ី"^^xsd:string ;
    rdfs:comment "KHMER VOWEL SIGN II"@en .

<http://lexvo.org/id/char/17B9> a lvont:Character ;
    lvont:represents "ឹ"^^xsd:string ;
    rdfs:comment "KHMER VOWEL SIGN Y"@en .

<http://lexvo.org/id/char/17BA> a lvont:Character ;
    lvont:represents "ឺ"^^xsd:string ;
    rdfs:comment "KHMER VOWEL SIGN YY"@en .

<http://lexvo.org/id/char/17BB> a lvont:Character ;
    lvont:represents "ុ"^^xsd:string ;
    rdfs:comment "KHMER VOWEL SIGN U"@en .

<http://lexvo.org/id/char/17BC> a lvont:Character ;
    lvont:represents "ូ"^^xsd:string ;
    rdfs:comment "KHMER VOWEL SIGN UU"@en .

<http://lexvo.org/id/char/17BD> a lvont:Character ;
    lvont:represents "ួ"^^xsd:string ;
    rdfs:comment "KHMER VOWEL SIGN UA"@en .

<http://lexvo.org/id/char/17BE> a lvont:Character ;
    lvont:represents "ើ"^^xsd:string ;
    rdfs:comment "KHMER VOWEL SIGN OE"@en .

<http://lexvo.org/id/char/17BF> a lvont:Character ;
    lvont:represents "ឿ"^^xsd:string ;
    rdfs:comment "KHMER VOWEL SIGN YA"@en .

<http://lexvo.org/id/char/17C0> a lvont:Character ;
    lvont:represents "ៀ"^^xsd:string ;
    rdfs:comment "KHMER VOWEL SIGN IE"@en .

<http://lexvo.org/id/char/17C1> a lvont:Character ;
    lvont:represents "េ"^^xsd:string ;
    rdfs:comment "KHMER VOWEL SIGN E"@en .

<http://lexvo.org/id/char/17C2> a lvont:Character ;
    lvont:represents "ែ"^^xsd:string ;
    rdfs:comment "KHMER VOWEL SIGN AE"@en .

<http://lexvo.org/id/char/17C3> a lvont:Character ;
    lvont:represents "ៃ"^^xsd:string ;
    rdfs:comment "KHMER VOWEL SIGN AI"@en .

<http://lexvo.org/id/char/17C4> a lvont:Character ;
    lvont:represents "ោ"^^xsd:string ;
    rdfs:comment "KHMER VOWEL SIGN OO"@en .

<http://lexvo.org/id/char/17C5> a lvont:Character ;
    lvont:represents "ៅ"^^xsd:string ;
    rdfs:comment "KHMER VOWEL SIGN AU"@en .

<http://lexvo.org/id/char/17C6> a lvont:Character ;
    lvont:represents "ំ"^^xsd:string ;
    rdfs:comment "KHMER SIGN NIKAHIT"@en .

<http://lexvo.org/id/char/17C7> a lvont:Character ;
    lvont:represents "ះ"^^xsd:string ;
    rdfs:comment "KHMER SIGN REAHMUK"@en .

<http://lexvo.org/id/char/17C8> a lvont:Character ;
    lvont:represents "ៈ"^^xsd:string ;
    rdfs:comment "KHMER SIGN YUUKALEAPINTU"@en .

<http://lexvo.org/id/char/17C9> a lvont:Character ;
    lvont:represents "៉"^^xsd:string ;
    rdfs:comment "KHMER SIGN MUUSIKATOAN"@en .

<http://lexvo.org/id/char/17CA> a lvont:Character ;
    lvont:represents "៊"^^xsd:string ;
    rdfs:comment "KHMER SIGN TRIISAP"@en .

<http://lexvo.org/id/char/17CB> a lvont:Character ;
    lvont:represents "់"^^xsd:string ;
    rdfs:comment "KHMER SIGN BANTOC"@en .

<http://lexvo.org/id/char/17CC> a lvont:Character ;
    lvont:represents "៌"^^xsd:string ;
    rdfs:comment "KHMER SIGN ROBAT"@en .

<http://lexvo.org/id/char/17CD> a lvont:Character ;
    lvont:represents "៍"^^xsd:string ;
    rdfs:comment "KHMER SIGN TOANDAKHIAT"@en .

<http://lexvo.org/id/char/17CE> a lvont:Character ;
    lvont:represents "៎"^^xsd:string ;
    rdfs:comment "KHMER SIGN KAKABAT"@en .

<http://lexvo.org/id/char/17CF> a lvont:Character ;
    lvont:represents "៏"^^xsd:string ;
    rdfs:comment "KHMER SIGN AHSDA"@en .

<http://lexvo.org/id/char/17D0> a lvont:Character ;
    lvont:represents "័"^^xsd:string ;
    rdfs:comment "KHMER SIGN SAMYOK SANNYA"@en .

<http://lexvo.org/id/char/17D1> a lvont:Character ;
    lvont:represents "៑"^^xsd:string ;
    rdfs:comment "KHMER SIGN VIRIAM"@en .

<http://lexvo.org/id/char/17D2> a lvont:Character ;
    lvont:represents "្"^^xsd:string ;
    rdfs:comment "KHMER SIGN COENG"@en .

<http://lexvo.org/id/char/17D3> a lvont:Character ;
    lvont:represents "៓"^^xsd:string ;
    rdfs:comment "KHMER SIGN BATHAMASAT"@en .

<http://lexvo.org/id/char/17D4> a lvont:Character ;
    lvont:represents "។"^^xsd:string ;
    rdfs:comment "KHMER SIGN KHAN"@en .

<http://lexvo.org/id/char/17D5> a lvont:Character ;
    lvont:represents "៕"^^xsd:string ;
    rdfs:comment "KHMER SIGN BARIYOOSAN"@en .

<http://lexvo.org/id/char/17D6> a lvont:Character ;
    lvont:represents "៖"^^xsd:string ;
    rdfs:comment "KHMER SIGN CAMNUC PII KUUH"@en .

<http://lexvo.org/id/char/17D7> a lvont:Character ;
    lvont:represents "ៗ"^^xsd:string ;
    rdfs:comment "KHMER SIGN LEK TOO"@en .

<http://lexvo.org/id/char/17D8> a lvont:Character ;
    lvont:represents "៘"^^xsd:string ;
    rdfs:comment "KHMER SIGN BEYYAL"@en .

<http://lexvo.org/id/char/17D9> a lvont:Character ;
    lvont:represents "៙"^^xsd:string ;
    rdfs:comment "KHMER SIGN PHNAEK MUAN"@en .

<http://lexvo.org/id/char/17DA> a lvont:Character ;
    lvont:represents "៚"^^xsd:string ;
    rdfs:comment "KHMER SIGN KOOMUUT"@en .

<http://lexvo.org/id/char/17DB> a lvont:Character ;
    lvont:represents "៛"^^xsd:string ;
    rdfs:comment "KHMER CURRENCY SYMBOL RIEL"@en .

<http://lexvo.org/id/char/17DC> a lvont:Character ;
    lvont:represents "ៜ"^^xsd:string ;
    rdfs:comment "KHMER SIGN AVAKRAHASANYA"@en .

<http://lexvo.org/id/char/17DD> a lvont:Character ;
    lvont:represents "៝"^^xsd:string ;
    rdfs:comment "KHMER SIGN ATTHACAN"@en .

<http://lexvo.org/id/char/17E0> a lvont:Character ;
    lvont:represents "០"^^xsd:string ;
    rdfs:comment "KHMER DIGIT ZERO"@en .

<http://lexvo.org/id/char/17E1> a lvont:Character ;
    lvont:represents "១"^^xsd:string ;
    rdfs:comment "KHMER DIGIT ONE"@en .

<http://lexvo.org/id/char/17E2> a lvont:Character ;
    lvont:represents "២"^^xsd:string ;
    rdfs:comment "KHMER DIGIT TWO"@en .

<http://lexvo.org/id/char/17E3> a lvont:Character ;
    lvont:represents "៣"^^xsd:string ;
    rdfs:comment "KHMER DIGIT THREE"@en .

<http://lexvo.org/id/char/17E4> a lvont:Character ;
    lvont:represents "៤"^^xsd:string ;
    rdfs:comment "KHMER DIGIT FOUR"@en .

<http://lexvo.org/id/char/17E5> a lvont:Character ;
    lvont:represents "៥"^^xsd:string ;
    rdfs:comment "KHMER DIGIT FIVE"@en .

<http://lexvo.org/id/char/17E6> a lvont:Character ;
    lvont:represents "៦"^^xsd:string ;
    rdfs:comment "KHMER DIGIT SIX"@en .

<http://lexvo.org/id/char/17E7> a lvont:Character ;
    lvont:represents "៧"^^xsd:string ;
    rdfs:comment "KHMER DIGIT SEVEN"@en .

<http://lexvo.org/id/char/17E8> a lvont:Character ;
    lvont:represents "៨"^^xsd:string ;
    rdfs:comment "KHMER DIGIT EIGHT"@en .

<http://lexvo.org/id/char/17E9> a lvont:Character ;
    lvont:represents "៩"^^xsd:string ;
    rdfs:comment "KHMER DIGIT NINE"@en .

<http://lexvo.org/id/char/17F0> a lvont:Character ;
    lvont:represents "៰"^^xsd:string ;
    rdfs:comment "KHMER SYMBOL LEK ATTAK SON"@en .

<http://lexvo.org/id/char/17F1> a lvont:Character ;
    lvont:represents "៱"^^xsd:string ;
    rdfs:comment "KHMER SYMBOL LEK ATTAK MUOY"@en .

<http://lexvo.org/id/char/17F2> a lvont:Character ;
    lvont:represents "៲"^^xsd:string ;
    rdfs:comment "KHMER SYMBOL LEK ATTAK PII"@en .

<http://lexvo.org/id/char/17F3> a lvont:Character ;
    lvont:represents "៳"^^xsd:string ;
    rdfs:comment "KHMER SYMBOL LEK ATTAK BEI"@en .

<http://lexvo.org/id/char/17F4> a lvont:Character ;
    lvont:represents "៴"^^xsd:string ;
    rdfs:comment "KHMER SYMBOL LEK ATTAK BUON"@en .

<http://lexvo.org/id/char/17F5> a lvont:Character ;
    lvont:represents "៵"^^xsd:string ;
    rdfs:comment "KHMER SYMBOL LEK ATTAK PRAM"@en .

<http://lexvo.org/id/char/17F6> a lvont:Character ;
    lvont:represents "៶"^^xsd:string ;
    rdfs:comment "KHMER SYMBOL LEK ATTAK PRAM-MUOY"@en .

<http://lexvo.org/id/char/17F7> a lvont:Character ;
    lvont:represents "៷"^^xsd:string ;
    rdfs:comment "KHMER SYMBOL LEK ATTAK PRAM-PII"@en .

<http://lexvo.org/id/char/17F8> a lvont:Character ;
    lvont:represents "៸"^^xsd:string ;
    rdfs:comment "KHMER SYMBOL LEK ATTAK PRAM-BEI"@en .

<http://lexvo.org/id/char/17F9> a lvont:Character ;
    lvont:represents "៹"^^xsd:string ;
    rdfs:comment "KHMER SYMBOL LEK ATTAK PRAM-BUON"@en .

<http://lexvo.org/id/char/1800> a lvont:Character ;
    lvont:represents "᠀"^^xsd:string ;
    rdfs:comment "MONGOLIAN BIRGA"@en .

<http://lexvo.org/id/char/1801> a lvont:Character ;
    lvont:represents "᠁"^^xsd:string ;
    rdfs:comment "MONGOLIAN ELLIPSIS"@en .

<http://lexvo.org/id/char/1802> a lvont:Character ;
    lvont:represents "᠂"^^xsd:string ;
    rdfs:comment "MONGOLIAN COMMA"@en .

<http://lexvo.org/id/char/1803> a lvont:Character ;
    lvont:represents "᠃"^^xsd:string ;
    rdfs:comment "MONGOLIAN FULL STOP"@en .

<http://lexvo.org/id/char/1804> a lvont:Character ;
    lvont:represents "᠄"^^xsd:string ;
    rdfs:comment "MONGOLIAN COLON"@en .

<http://lexvo.org/id/char/1805> a lvont:Character ;
    lvont:represents "᠅"^^xsd:string ;
    rdfs:comment "MONGOLIAN FOUR DOTS"@en .

<http://lexvo.org/id/char/1806> a lvont:Character ;
    lvont:represents "᠆"^^xsd:string ;
    rdfs:comment "MONGOLIAN TODO SOFT HYPHEN"@en .

<http://lexvo.org/id/char/1807> a lvont:Character ;
    lvont:represents "᠇"^^xsd:string ;
    rdfs:comment "MONGOLIAN SIBE SYLLABLE BOUNDARY MARKER"@en .

<http://lexvo.org/id/char/1808> a lvont:Character ;
    lvont:represents "᠈"^^xsd:string ;
    rdfs:comment "MONGOLIAN MANCHU COMMA"@en .

<http://lexvo.org/id/char/1809> a lvont:Character ;
    lvont:represents "᠉"^^xsd:string ;
    rdfs:comment "MONGOLIAN MANCHU FULL STOP"@en .

<http://lexvo.org/id/char/180A> a lvont:Character ;
    lvont:represents "᠊"^^xsd:string ;
    rdfs:comment "MONGOLIAN NIRUGU"@en .

<http://lexvo.org/id/char/180B> a lvont:Character ;
    lvont:represents "᠋"^^xsd:string ;
    rdfs:comment "MONGOLIAN FREE VARIATION SELECTOR ONE"@en .

<http://lexvo.org/id/char/180C> a lvont:Character ;
    lvont:represents "᠌"^^xsd:string ;
    rdfs:comment "MONGOLIAN FREE VARIATION SELECTOR TWO"@en .

<http://lexvo.org/id/char/180D> a lvont:Character ;
    lvont:represents "᠍"^^xsd:string ;
    rdfs:comment "MONGOLIAN FREE VARIATION SELECTOR THREE"@en .

<http://lexvo.org/id/char/180E> a lvont:Character ;
    lvont:represents "᠎"^^xsd:string ;
    rdfs:comment "MONGOLIAN VOWEL SEPARATOR"@en .

<http://lexvo.org/id/char/1810> a lvont:Character ;
    lvont:represents "᠐"^^xsd:string ;
    rdfs:comment "MONGOLIAN DIGIT ZERO"@en .

<http://lexvo.org/id/char/1811> a lvont:Character ;
    lvont:represents "᠑"^^xsd:string ;
    rdfs:comment "MONGOLIAN DIGIT ONE"@en .

<http://lexvo.org/id/char/1812> a lvont:Character ;
    lvont:represents "᠒"^^xsd:string ;
    rdfs:comment "MONGOLIAN DIGIT TWO"@en .

<http://lexvo.org/id/char/1813> a lvont:Character ;
    lvont:represents "᠓"^^xsd:string ;
    rdfs:comment "MONGOLIAN DIGIT THREE"@en .

<http://lexvo.org/id/char/1814> a lvont:Character ;
    lvont:represents "᠔"^^xsd:string ;
    rdfs:comment "MONGOLIAN DIGIT FOUR"@en .

<http://lexvo.org/id/char/1815> a lvont:Character ;
    lvont:represents "᠕"^^xsd:string ;
    rdfs:comment "MONGOLIAN DIGIT FIVE"@en .

<http://lexvo.org/id/char/1816> a lvont:Character ;
    lvont:represents "᠖"^^xsd:string ;
    rdfs:comment "MONGOLIAN DIGIT SIX"@en .

<http://lexvo.org/id/char/1817> a lvont:Character ;
    lvont:represents "᠗"^^xsd:string ;
    rdfs:comment "MONGOLIAN DIGIT SEVEN"@en .

<http://lexvo.org/id/char/1818> a lvont:Character ;
    lvont:represents "᠘"^^xsd:string ;
    rdfs:comment "MONGOLIAN DIGIT EIGHT"@en .

<http://lexvo.org/id/char/1819> a lvont:Character ;
    lvont:represents "᠙"^^xsd:string ;
    rdfs:comment "MONGOLIAN DIGIT NINE"@en .

<http://lexvo.org/id/char/1820> a lvont:Character ;
    lvont:represents "ᠠ"^^xsd:string ;
    rdfs:comment "MONGOLIAN LETTER A"@en .

<http://lexvo.org/id/char/1821> a lvont:Character ;
    lvont:represents "ᠡ"^^xsd:string ;
    rdfs:comment "MONGOLIAN LETTER E"@en .

<http://lexvo.org/id/char/1822> a lvont:Character ;
    lvont:represents "ᠢ"^^xsd:string ;
    rdfs:comment "MONGOLIAN LETTER I"@en .

<http://lexvo.org/id/char/1823> a lvont:Character ;
    lvont:represents "ᠣ"^^xsd:string ;
    rdfs:comment "MONGOLIAN LETTER O"@en .

<http://lexvo.org/id/char/1824> a lvont:Character ;
    lvont:represents "ᠤ"^^xsd:string ;
    rdfs:comment "MONGOLIAN LETTER U"@en .

<http://lexvo.org/id/char/1825> a lvont:Character ;
    lvont:represents "ᠥ"^^xsd:string ;
    rdfs:comment "MONGOLIAN LETTER OE"@en .

<http://lexvo.org/id/char/1826> a lvont:Character ;
    lvont:represents "ᠦ"^^xsd:string ;
    rdfs:comment "MONGOLIAN LETTER UE"@en .

<http://lexvo.org/id/char/1827> a lvont:Character ;
    lvont:represents "ᠧ"^^xsd:string ;
    rdfs:comment "MONGOLIAN LETTER EE"@en .

<http://lexvo.org/id/char/1828> a lvont:Character ;
    lvont:represents "ᠨ"^^xsd:string ;
    rdfs:comment "MONGOLIAN LETTER NA"@en .

<http://lexvo.org/id/char/1829> a lvont:Character ;
    lvont:represents "ᠩ"^^xsd:string ;
    rdfs:comment "MONGOLIAN LETTER ANG"@en .

<http://lexvo.org/id/char/182A> a lvont:Character ;
    lvont:represents "ᠪ"^^xsd:string ;
    rdfs:comment "MONGOLIAN LETTER BA"@en .

<http://lexvo.org/id/char/182B> a lvont:Character ;
    lvont:represents "ᠫ"^^xsd:string ;
    rdfs:comment "MONGOLIAN LETTER PA"@en .

<http://lexvo.org/id/char/182C> a lvont:Character ;
    lvont:represents "ᠬ"^^xsd:string ;
    rdfs:comment "MONGOLIAN LETTER QA"@en .

<http://lexvo.org/id/char/182D> a lvont:Character ;
    lvont:represents "ᠭ"^^xsd:string ;
    rdfs:comment "MONGOLIAN LETTER GA"@en .

<http://lexvo.org/id/char/182E> a lvont:Character ;
    lvont:represents "ᠮ"^^xsd:string ;
    rdfs:comment "MONGOLIAN LETTER MA"@en .

<http://lexvo.org/id/char/182F> a lvont:Character ;
    lvont:represents "ᠯ"^^xsd:string ;
    rdfs:comment "MONGOLIAN LETTER LA"@en .

<http://lexvo.org/id/char/1830> a lvont:Character ;
    lvont:represents "ᠰ"^^xsd:string ;
    rdfs:comment "MONGOLIAN LETTER SA"@en .

<http://lexvo.org/id/char/1831> a lvont:Character ;
    lvont:represents "ᠱ"^^xsd:string ;
    rdfs:comment "MONGOLIAN LETTER SHA"@en .

<http://lexvo.org/id/char/1832> a lvont:Character ;
    lvont:represents "ᠲ"^^xsd:string ;
    rdfs:comment "MONGOLIAN LETTER TA"@en .

<http://lexvo.org/id/char/1833> a lvont:Character ;
    lvont:represents "ᠳ"^^xsd:string ;
    rdfs:comment "MONGOLIAN LETTER DA"@en .

<http://lexvo.org/id/char/1834> a lvont:Character ;
    lvont:represents "ᠴ"^^xsd:string ;
    rdfs:comment "MONGOLIAN LETTER CHA"@en .

<http://lexvo.org/id/char/1835> a lvont:Character ;
    lvont:represents "ᠵ"^^xsd:string ;
    rdfs:comment "MONGOLIAN LETTER JA"@en .

<http://lexvo.org/id/char/1836> a lvont:Character ;
    lvont:represents "ᠶ"^^xsd:string ;
    rdfs:comment "MONGOLIAN LETTER YA"@en .

<http://lexvo.org/id/char/1837> a lvont:Character ;
    lvont:represents "ᠷ"^^xsd:string ;
    rdfs:comment "MONGOLIAN LETTER RA"@en .

<http://lexvo.org/id/char/1838> a lvont:Character ;
    lvont:represents "ᠸ"^^xsd:string ;
    rdfs:comment "MONGOLIAN LETTER WA"@en .

<http://lexvo.org/id/char/1839> a lvont:Character ;
    lvont:represents "ᠹ"^^xsd:string ;
    rdfs:comment "MONGOLIAN LETTER FA"@en .

<http://lexvo.org/id/char/183A> a lvont:Character ;
    lvont:represents "ᠺ"^^xsd:string ;
    rdfs:comment "MONGOLIAN LETTER KA"@en .

<http://lexvo.org/id/char/183B> a lvont:Character ;
    lvont:represents "ᠻ"^^xsd:string ;
    rdfs:comment "MONGOLIAN LETTER KHA"@en .

<http://lexvo.org/id/char/183C> a lvont:Character ;
    lvont:represents "ᠼ"^^xsd:string ;
    rdfs:comment "MONGOLIAN LETTER TSA"@en .

<http://lexvo.org/id/char/183D> a lvont:Character ;
    lvont:represents "ᠽ"^^xsd:string ;
    rdfs:comment "MONGOLIAN LETTER ZA"@en .

<http://lexvo.org/id/char/183E> a lvont:Character ;
    lvont:represents "ᠾ"^^xsd:string ;
    rdfs:comment "MONGOLIAN LETTER HAA"@en .

<http://lexvo.org/id/char/183F> a lvont:Character ;
    lvont:represents "ᠿ"^^xsd:string ;
    rdfs:comment "MONGOLIAN LETTER ZRA"@en .

<http://lexvo.org/id/char/1840> a lvont:Character ;
    lvont:represents "ᡀ"^^xsd:string ;
    rdfs:comment "MONGOLIAN LETTER LHA"@en .

<http://lexvo.org/id/char/1841> a lvont:Character ;
    lvont:represents "ᡁ"^^xsd:string ;
    rdfs:comment "MONGOLIAN LETTER ZHI"@en .

<http://lexvo.org/id/char/1842> a lvont:Character ;
    lvont:represents "ᡂ"^^xsd:string ;
    rdfs:comment "MONGOLIAN LETTER CHI"@en .

<http://lexvo.org/id/char/1843> a lvont:Character ;
    lvont:represents "ᡃ"^^xsd:string ;
    rdfs:comment "MONGOLIAN LETTER TODO LONG VOWEL SIGN"@en .

<http://lexvo.org/id/char/1844> a lvont:Character ;
    lvont:represents "ᡄ"^^xsd:string ;
    rdfs:comment "MONGOLIAN LETTER TODO E"@en .

<http://lexvo.org/id/char/1845> a lvont:Character ;
    lvont:represents "ᡅ"^^xsd:string ;
    rdfs:comment "MONGOLIAN LETTER TODO I"@en .

<http://lexvo.org/id/char/1846> a lvont:Character ;
    lvont:represents "ᡆ"^^xsd:string ;
    rdfs:comment "MONGOLIAN LETTER TODO O"@en .

<http://lexvo.org/id/char/1847> a lvont:Character ;
    lvont:represents "ᡇ"^^xsd:string ;
    rdfs:comment "MONGOLIAN LETTER TODO U"@en .

<http://lexvo.org/id/char/1848> a lvont:Character ;
    lvont:represents "ᡈ"^^xsd:string ;
    rdfs:comment "MONGOLIAN LETTER TODO OE"@en .

<http://lexvo.org/id/char/1849> a lvont:Character ;
    lvont:represents "ᡉ"^^xsd:string ;
    rdfs:comment "MONGOLIAN LETTER TODO UE"@en .

<http://lexvo.org/id/char/184A> a lvont:Character ;
    lvont:represents "ᡊ"^^xsd:string ;
    rdfs:comment "MONGOLIAN LETTER TODO ANG"@en .

<http://lexvo.org/id/char/184B> a lvont:Character ;
    lvont:represents "ᡋ"^^xsd:string ;
    rdfs:comment "MONGOLIAN LETTER TODO BA"@en .

<http://lexvo.org/id/char/184C> a lvont:Character ;
    lvont:represents "ᡌ"^^xsd:string ;
    rdfs:comment "MONGOLIAN LETTER TODO PA"@en .

<http://lexvo.org/id/char/184D> a lvont:Character ;
    lvont:represents "ᡍ"^^xsd:string ;
    rdfs:comment "MONGOLIAN LETTER TODO QA"@en .

<http://lexvo.org/id/char/184E> a lvont:Character ;
    lvont:represents "ᡎ"^^xsd:string ;
    rdfs:comment "MONGOLIAN LETTER TODO GA"@en .

<http://lexvo.org/id/char/184F> a lvont:Character ;
    lvont:represents "ᡏ"^^xsd:string ;
    rdfs:comment "MONGOLIAN LETTER TODO MA"@en .

<http://lexvo.org/id/char/1850> a lvont:Character ;
    lvont:represents "ᡐ"^^xsd:string ;
    rdfs:comment "MONGOLIAN LETTER TODO TA"@en .

<http://lexvo.org/id/char/1851> a lvont:Character ;
    lvont:represents "ᡑ"^^xsd:string ;
    rdfs:comment "MONGOLIAN LETTER TODO DA"@en .

<http://lexvo.org/id/char/1852> a lvont:Character ;
    lvont:represents "ᡒ"^^xsd:string ;
    rdfs:comment "MONGOLIAN LETTER TODO CHA"@en .

<http://lexvo.org/id/char/1853> a lvont:Character ;
    lvont:represents "ᡓ"^^xsd:string ;
    rdfs:comment "MONGOLIAN LETTER TODO JA"@en .

<http://lexvo.org/id/char/1854> a lvont:Character ;
    lvont:represents "ᡔ"^^xsd:string ;
    rdfs:comment "MONGOLIAN LETTER TODO TSA"@en .

<http://lexvo.org/id/char/1855> a lvont:Character ;
    lvont:represents "ᡕ"^^xsd:string ;
    rdfs:comment "MONGOLIAN LETTER TODO YA"@en .

<http://lexvo.org/id/char/1856> a lvont:Character ;
    lvont:represents "ᡖ"^^xsd:string ;
    rdfs:comment "MONGOLIAN LETTER TODO WA"@en .

<http://lexvo.org/id/char/1857> a lvont:Character ;
    lvont:represents "ᡗ"^^xsd:string ;
    rdfs:comment "MONGOLIAN LETTER TODO KA"@en .

<http://lexvo.org/id/char/1858> a lvont:Character ;
    lvont:represents "ᡘ"^^xsd:string ;
    rdfs:comment "MONGOLIAN LETTER TODO GAA"@en .

<http://lexvo.org/id/char/1859> a lvont:Character ;
    lvont:represents "ᡙ"^^xsd:string ;
    rdfs:comment "MONGOLIAN LETTER TODO HAA"@en .

<http://lexvo.org/id/char/185A> a lvont:Character ;
    lvont:represents "ᡚ"^^xsd:string ;
    rdfs:comment "MONGOLIAN LETTER TODO JIA"@en .

<http://lexvo.org/id/char/185B> a lvont:Character ;
    lvont:represents "ᡛ"^^xsd:string ;
    rdfs:comment "MONGOLIAN LETTER TODO NIA"@en .

<http://lexvo.org/id/char/185C> a lvont:Character ;
    lvont:represents "ᡜ"^^xsd:string ;
    rdfs:comment "MONGOLIAN LETTER TODO DZA"@en .

<http://lexvo.org/id/char/185D> a lvont:Character ;
    lvont:represents "ᡝ"^^xsd:string ;
    rdfs:comment "MONGOLIAN LETTER SIBE E"@en .

<http://lexvo.org/id/char/185E> a lvont:Character ;
    lvont:represents "ᡞ"^^xsd:string ;
    rdfs:comment "MONGOLIAN LETTER SIBE I"@en .

<http://lexvo.org/id/char/185F> a lvont:Character ;
    lvont:represents "ᡟ"^^xsd:string ;
    rdfs:comment "MONGOLIAN LETTER SIBE IY"@en .

<http://lexvo.org/id/char/1860> a lvont:Character ;
    lvont:represents "ᡠ"^^xsd:string ;
    rdfs:comment "MONGOLIAN LETTER SIBE UE"@en .

<http://lexvo.org/id/char/1861> a lvont:Character ;
    lvont:represents "ᡡ"^^xsd:string ;
    rdfs:comment "MONGOLIAN LETTER SIBE U"@en .

<http://lexvo.org/id/char/1862> a lvont:Character ;
    lvont:represents "ᡢ"^^xsd:string ;
    rdfs:comment "MONGOLIAN LETTER SIBE ANG"@en .

<http://lexvo.org/id/char/1863> a lvont:Character ;
    lvont:represents "ᡣ"^^xsd:string ;
    rdfs:comment "MONGOLIAN LETTER SIBE KA"@en .

<http://lexvo.org/id/char/1864> a lvont:Character ;
    lvont:represents "ᡤ"^^xsd:string ;
    rdfs:comment "MONGOLIAN LETTER SIBE GA"@en .

<http://lexvo.org/id/char/1865> a lvont:Character ;
    lvont:represents "ᡥ"^^xsd:string ;
    rdfs:comment "MONGOLIAN LETTER SIBE HA"@en .

<http://lexvo.org/id/char/1866> a lvont:Character ;
    lvont:represents "ᡦ"^^xsd:string ;
    rdfs:comment "MONGOLIAN LETTER SIBE PA"@en .

<http://lexvo.org/id/char/1867> a lvont:Character ;
    lvont:represents "ᡧ"^^xsd:string ;
    rdfs:comment "MONGOLIAN LETTER SIBE SHA"@en .

<http://lexvo.org/id/char/1868> a lvont:Character ;
    lvont:represents "ᡨ"^^xsd:string ;
    rdfs:comment "MONGOLIAN LETTER SIBE TA"@en .

<http://lexvo.org/id/char/1869> a lvont:Character ;
    lvont:represents "ᡩ"^^xsd:string ;
    rdfs:comment "MONGOLIAN LETTER SIBE DA"@en .

<http://lexvo.org/id/char/186A> a lvont:Character ;
    lvont:represents "ᡪ"^^xsd:string ;
    rdfs:comment "MONGOLIAN LETTER SIBE JA"@en .

<http://lexvo.org/id/char/186B> a lvont:Character ;
    lvont:represents "ᡫ"^^xsd:string ;
    rdfs:comment "MONGOLIAN LETTER SIBE FA"@en .

<http://lexvo.org/id/char/186C> a lvont:Character ;
    lvont:represents "ᡬ"^^xsd:string ;
    rdfs:comment "MONGOLIAN LETTER SIBE GAA"@en .

<http://lexvo.org/id/char/186D> a lvont:Character ;
    lvont:represents "ᡭ"^^xsd:string ;
    rdfs:comment "MONGOLIAN LETTER SIBE HAA"@en .

<http://lexvo.org/id/char/186E> a lvont:Character ;
    lvont:represents "ᡮ"^^xsd:string ;
    rdfs:comment "MONGOLIAN LETTER SIBE TSA"@en .

<http://lexvo.org/id/char/186F> a lvont:Character ;
    lvont:represents "ᡯ"^^xsd:string ;
    rdfs:comment "MONGOLIAN LETTER SIBE ZA"@en .

<http://lexvo.org/id/char/1870> a lvont:Character ;
    lvont:represents "ᡰ"^^xsd:string ;
    rdfs:comment "MONGOLIAN LETTER SIBE RAA"@en .

<http://lexvo.org/id/char/1871> a lvont:Character ;
    lvont:represents "ᡱ"^^xsd:string ;
    rdfs:comment "MONGOLIAN LETTER SIBE CHA"@en .

<http://lexvo.org/id/char/1872> a lvont:Character ;
    lvont:represents "ᡲ"^^xsd:string ;
    rdfs:comment "MONGOLIAN LETTER SIBE ZHA"@en .

<http://lexvo.org/id/char/1873> a lvont:Character ;
    lvont:represents "ᡳ"^^xsd:string ;
    rdfs:comment "MONGOLIAN LETTER MANCHU I"@en .

<http://lexvo.org/id/char/1874> a lvont:Character ;
    lvont:represents "ᡴ"^^xsd:string ;
    rdfs:comment "MONGOLIAN LETTER MANCHU KA"@en .

<http://lexvo.org/id/char/1875> a lvont:Character ;
    lvont:represents "ᡵ"^^xsd:string ;
    rdfs:comment "MONGOLIAN LETTER MANCHU RA"@en .

<http://lexvo.org/id/char/1876> a lvont:Character ;
    lvont:represents "ᡶ"^^xsd:string ;
    rdfs:comment "MONGOLIAN LETTER MANCHU FA"@en .

<http://lexvo.org/id/char/1877> a lvont:Character ;
    lvont:represents "ᡷ"^^xsd:string ;
    rdfs:comment "MONGOLIAN LETTER MANCHU ZHA"@en .

<http://lexvo.org/id/char/1880> a lvont:Character ;
    lvont:represents "ᢀ"^^xsd:string ;
    rdfs:comment "MONGOLIAN LETTER ALI GALI ANUSVARA ONE"@en .

<http://lexvo.org/id/char/1881> a lvont:Character ;
    lvont:represents "ᢁ"^^xsd:string ;
    rdfs:comment "MONGOLIAN LETTER ALI GALI VISARGA ONE"@en .

<http://lexvo.org/id/char/1882> a lvont:Character ;
    lvont:represents "ᢂ"^^xsd:string ;
    rdfs:comment "MONGOLIAN LETTER ALI GALI DAMARU"@en .

<http://lexvo.org/id/char/1883> a lvont:Character ;
    lvont:represents "ᢃ"^^xsd:string ;
    rdfs:comment "MONGOLIAN LETTER ALI GALI UBADAMA"@en .

<http://lexvo.org/id/char/1884> a lvont:Character ;
    lvont:represents "ᢄ"^^xsd:string ;
    rdfs:comment "MONGOLIAN LETTER ALI GALI INVERTED UBADAMA"@en .

<http://lexvo.org/id/char/1885> a lvont:Character ;
    lvont:represents "ᢅ"^^xsd:string ;
    rdfs:comment "MONGOLIAN LETTER ALI GALI BALUDA"@en .

<http://lexvo.org/id/char/1886> a lvont:Character ;
    lvont:represents "ᢆ"^^xsd:string ;
    rdfs:comment "MONGOLIAN LETTER ALI GALI THREE BALUDA"@en .

<http://lexvo.org/id/char/1887> a lvont:Character ;
    lvont:represents "ᢇ"^^xsd:string ;
    rdfs:comment "MONGOLIAN LETTER ALI GALI A"@en .

<http://lexvo.org/id/char/1888> a lvont:Character ;
    lvont:represents "ᢈ"^^xsd:string ;
    rdfs:comment "MONGOLIAN LETTER ALI GALI I"@en .

<http://lexvo.org/id/char/1889> a lvont:Character ;
    lvont:represents "ᢉ"^^xsd:string ;
    rdfs:comment "MONGOLIAN LETTER ALI GALI KA"@en .

<http://lexvo.org/id/char/188A> a lvont:Character ;
    lvont:represents "ᢊ"^^xsd:string ;
    rdfs:comment "MONGOLIAN LETTER ALI GALI NGA"@en .

<http://lexvo.org/id/char/188B> a lvont:Character ;
    lvont:represents "ᢋ"^^xsd:string ;
    rdfs:comment "MONGOLIAN LETTER ALI GALI CA"@en .

<http://lexvo.org/id/char/188C> a lvont:Character ;
    lvont:represents "ᢌ"^^xsd:string ;
    rdfs:comment "MONGOLIAN LETTER ALI GALI TTA"@en .

<http://lexvo.org/id/char/188D> a lvont:Character ;
    lvont:represents "ᢍ"^^xsd:string ;
    rdfs:comment "MONGOLIAN LETTER ALI GALI TTHA"@en .

<http://lexvo.org/id/char/188E> a lvont:Character ;
    lvont:represents "ᢎ"^^xsd:string ;
    rdfs:comment "MONGOLIAN LETTER ALI GALI DDA"@en .

<http://lexvo.org/id/char/188F> a lvont:Character ;
    lvont:represents "ᢏ"^^xsd:string ;
    rdfs:comment "MONGOLIAN LETTER ALI GALI NNA"@en .

<http://lexvo.org/id/char/1890> a lvont:Character ;
    lvont:represents "ᢐ"^^xsd:string ;
    rdfs:comment "MONGOLIAN LETTER ALI GALI TA"@en .

<http://lexvo.org/id/char/1891> a lvont:Character ;
    lvont:represents "ᢑ"^^xsd:string ;
    rdfs:comment "MONGOLIAN LETTER ALI GALI DA"@en .

<http://lexvo.org/id/char/1892> a lvont:Character ;
    lvont:represents "ᢒ"^^xsd:string ;
    rdfs:comment "MONGOLIAN LETTER ALI GALI PA"@en .

<http://lexvo.org/id/char/1893> a lvont:Character ;
    lvont:represents "ᢓ"^^xsd:string ;
    rdfs:comment "MONGOLIAN LETTER ALI GALI PHA"@en .

<http://lexvo.org/id/char/1894> a lvont:Character ;
    lvont:represents "ᢔ"^^xsd:string ;
    rdfs:comment "MONGOLIAN LETTER ALI GALI SSA"@en .

<http://lexvo.org/id/char/1895> a lvont:Character ;
    lvont:represents "ᢕ"^^xsd:string ;
    rdfs:comment "MONGOLIAN LETTER ALI GALI ZHA"@en .

<http://lexvo.org/id/char/1896> a lvont:Character ;
    lvont:represents "ᢖ"^^xsd:string ;
    rdfs:comment "MONGOLIAN LETTER ALI GALI ZA"@en .

<http://lexvo.org/id/char/1897> a lvont:Character ;
    lvont:represents "ᢗ"^^xsd:string ;
    rdfs:comment "MONGOLIAN LETTER ALI GALI AH"@en .

<http://lexvo.org/id/char/1898> a lvont:Character ;
    lvont:represents "ᢘ"^^xsd:string ;
    rdfs:comment "MONGOLIAN LETTER TODO ALI GALI TA"@en .

<http://lexvo.org/id/char/1899> a lvont:Character ;
    lvont:represents "ᢙ"^^xsd:string ;
    rdfs:comment "MONGOLIAN LETTER TODO ALI GALI ZHA"@en .

<http://lexvo.org/id/char/189A> a lvont:Character ;
    lvont:represents "ᢚ"^^xsd:string ;
    rdfs:comment "MONGOLIAN LETTER MANCHU ALI GALI GHA"@en .

<http://lexvo.org/id/char/189B> a lvont:Character ;
    lvont:represents "ᢛ"^^xsd:string ;
    rdfs:comment "MONGOLIAN LETTER MANCHU ALI GALI NGA"@en .

<http://lexvo.org/id/char/189C> a lvont:Character ;
    lvont:represents "ᢜ"^^xsd:string ;
    rdfs:comment "MONGOLIAN LETTER MANCHU ALI GALI CA"@en .

<http://lexvo.org/id/char/189D> a lvont:Character ;
    lvont:represents "ᢝ"^^xsd:string ;
    rdfs:comment "MONGOLIAN LETTER MANCHU ALI GALI JHA"@en .

<http://lexvo.org/id/char/189E> a lvont:Character ;
    lvont:represents "ᢞ"^^xsd:string ;
    rdfs:comment "MONGOLIAN LETTER MANCHU ALI GALI TTA"@en .

<http://lexvo.org/id/char/189F> a lvont:Character ;
    lvont:represents "ᢟ"^^xsd:string ;
    rdfs:comment "MONGOLIAN LETTER MANCHU ALI GALI DDHA"@en .

<http://lexvo.org/id/char/18A0> a lvont:Character ;
    lvont:represents "ᢠ"^^xsd:string ;
    rdfs:comment "MONGOLIAN LETTER MANCHU ALI GALI TA"@en .

<http://lexvo.org/id/char/18A1> a lvont:Character ;
    lvont:represents "ᢡ"^^xsd:string ;
    rdfs:comment "MONGOLIAN LETTER MANCHU ALI GALI DHA"@en .

<http://lexvo.org/id/char/18A2> a lvont:Character ;
    lvont:represents "ᢢ"^^xsd:string ;
    rdfs:comment "MONGOLIAN LETTER MANCHU ALI GALI SSA"@en .

<http://lexvo.org/id/char/18A3> a lvont:Character ;
    lvont:represents "ᢣ"^^xsd:string ;
    rdfs:comment "MONGOLIAN LETTER MANCHU ALI GALI CYA"@en .

<http://lexvo.org/id/char/18A4> a lvont:Character ;
    lvont:represents "ᢤ"^^xsd:string ;
    rdfs:comment "MONGOLIAN LETTER MANCHU ALI GALI ZHA"@en .

<http://lexvo.org/id/char/18A5> a lvont:Character ;
    lvont:represents "ᢥ"^^xsd:string ;
    rdfs:comment "MONGOLIAN LETTER MANCHU ALI GALI ZA"@en .

<http://lexvo.org/id/char/18A6> a lvont:Character ;
    lvont:represents "ᢦ"^^xsd:string ;
    rdfs:comment "MONGOLIAN LETTER ALI GALI HALF U"@en .

<http://lexvo.org/id/char/18A7> a lvont:Character ;
    lvont:represents "ᢧ"^^xsd:string ;
    rdfs:comment "MONGOLIAN LETTER ALI GALI HALF YA"@en .

<http://lexvo.org/id/char/18A8> a lvont:Character ;
    lvont:represents "ᢨ"^^xsd:string ;
    rdfs:comment "MONGOLIAN LETTER MANCHU ALI GALI BHA"@en .

<http://lexvo.org/id/char/18A9> a lvont:Character ;
    lvont:represents "ᢩ"^^xsd:string ;
    rdfs:comment "MONGOLIAN LETTER ALI GALI DAGALGA"@en .

<http://lexvo.org/id/char/18AA> a lvont:Character ;
    lvont:represents "ᢪ"^^xsd:string ;
    rdfs:comment "MONGOLIAN LETTER MANCHU ALI GALI LHA"@en .

<http://lexvo.org/id/char/18B0> a lvont:Character ;
    lvont:represents "ᢰ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS OY"@en .

<http://lexvo.org/id/char/18B1> a lvont:Character ;
    lvont:represents "ᢱ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS AY"@en .

<http://lexvo.org/id/char/18B2> a lvont:Character ;
    lvont:represents "ᢲ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS AAY"@en .

<http://lexvo.org/id/char/18B3> a lvont:Character ;
    lvont:represents "ᢳ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS WAY"@en .

<http://lexvo.org/id/char/18B4> a lvont:Character ;
    lvont:represents "ᢴ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS POY"@en .

<http://lexvo.org/id/char/18B5> a lvont:Character ;
    lvont:represents "ᢵ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS PAY"@en .

<http://lexvo.org/id/char/18B6> a lvont:Character ;
    lvont:represents "ᢶ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS PWOY"@en .

<http://lexvo.org/id/char/18B7> a lvont:Character ;
    lvont:represents "ᢷ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS TAY"@en .

<http://lexvo.org/id/char/18B8> a lvont:Character ;
    lvont:represents "ᢸ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS KAY"@en .

<http://lexvo.org/id/char/18B9> a lvont:Character ;
    lvont:represents "ᢹ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS KWAY"@en .

<http://lexvo.org/id/char/18BA> a lvont:Character ;
    lvont:represents "ᢺ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS MAY"@en .

<http://lexvo.org/id/char/18BB> a lvont:Character ;
    lvont:represents "ᢻ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS NOY"@en .

<http://lexvo.org/id/char/18BC> a lvont:Character ;
    lvont:represents "ᢼ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS NAY"@en .

<http://lexvo.org/id/char/18BD> a lvont:Character ;
    lvont:represents "ᢽ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS LAY"@en .

<http://lexvo.org/id/char/18BE> a lvont:Character ;
    lvont:represents "ᢾ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS SOY"@en .

<http://lexvo.org/id/char/18BF> a lvont:Character ;
    lvont:represents "ᢿ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS SAY"@en .

<http://lexvo.org/id/char/18C0> a lvont:Character ;
    lvont:represents "ᣀ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS SHOY"@en .

<http://lexvo.org/id/char/18C1> a lvont:Character ;
    lvont:represents "ᣁ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS SHAY"@en .

<http://lexvo.org/id/char/18C2> a lvont:Character ;
    lvont:represents "ᣂ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS SHWOY"@en .

<http://lexvo.org/id/char/18C3> a lvont:Character ;
    lvont:represents "ᣃ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS YOY"@en .

<http://lexvo.org/id/char/18C4> a lvont:Character ;
    lvont:represents "ᣄ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS YAY"@en .

<http://lexvo.org/id/char/18C5> a lvont:Character ;
    lvont:represents "ᣅ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS RAY"@en .

<http://lexvo.org/id/char/18C6> a lvont:Character ;
    lvont:represents "ᣆ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS NWI"@en .

<http://lexvo.org/id/char/18C7> a lvont:Character ;
    lvont:represents "ᣇ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS OJIBWAY NWI"@en .

<http://lexvo.org/id/char/18C8> a lvont:Character ;
    lvont:represents "ᣈ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS NWII"@en .

<http://lexvo.org/id/char/18C9> a lvont:Character ;
    lvont:represents "ᣉ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS OJIBWAY NWII"@en .

<http://lexvo.org/id/char/18CA> a lvont:Character ;
    lvont:represents "ᣊ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS NWO"@en .

<http://lexvo.org/id/char/18CB> a lvont:Character ;
    lvont:represents "ᣋ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS OJIBWAY NWO"@en .

<http://lexvo.org/id/char/18CC> a lvont:Character ;
    lvont:represents "ᣌ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS NWOO"@en .

<http://lexvo.org/id/char/18CD> a lvont:Character ;
    lvont:represents "ᣍ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS OJIBWAY NWOO"@en .

<http://lexvo.org/id/char/18CE> a lvont:Character ;
    lvont:represents "ᣎ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS RWEE"@en .

<http://lexvo.org/id/char/18CF> a lvont:Character ;
    lvont:represents "ᣏ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS RWI"@en .

<http://lexvo.org/id/char/18D0> a lvont:Character ;
    lvont:represents "ᣐ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS RWII"@en .

<http://lexvo.org/id/char/18D1> a lvont:Character ;
    lvont:represents "ᣑ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS RWO"@en .

<http://lexvo.org/id/char/18D2> a lvont:Character ;
    lvont:represents "ᣒ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS RWOO"@en .

<http://lexvo.org/id/char/18D3> a lvont:Character ;
    lvont:represents "ᣓ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS RWA"@en .

<http://lexvo.org/id/char/18D4> a lvont:Character ;
    lvont:represents "ᣔ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS OJIBWAY P"@en .

<http://lexvo.org/id/char/18D5> a lvont:Character ;
    lvont:represents "ᣕ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS OJIBWAY T"@en .

<http://lexvo.org/id/char/18D6> a lvont:Character ;
    lvont:represents "ᣖ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS OJIBWAY K"@en .

<http://lexvo.org/id/char/18D7> a lvont:Character ;
    lvont:represents "ᣗ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS OJIBWAY C"@en .

<http://lexvo.org/id/char/18D8> a lvont:Character ;
    lvont:represents "ᣘ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS OJIBWAY M"@en .

<http://lexvo.org/id/char/18D9> a lvont:Character ;
    lvont:represents "ᣙ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS OJIBWAY N"@en .

<http://lexvo.org/id/char/18DA> a lvont:Character ;
    lvont:represents "ᣚ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS OJIBWAY S"@en .

<http://lexvo.org/id/char/18DB> a lvont:Character ;
    lvont:represents "ᣛ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS OJIBWAY SH"@en .

<http://lexvo.org/id/char/18DC> a lvont:Character ;
    lvont:represents "ᣜ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS EASTERN W"@en .

<http://lexvo.org/id/char/18DD> a lvont:Character ;
    lvont:represents "ᣝ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS WESTERN W"@en .

<http://lexvo.org/id/char/18DE> a lvont:Character ;
    lvont:represents "ᣞ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS FINAL SMALL RING"@en .

<http://lexvo.org/id/char/18DF> a lvont:Character ;
    lvont:represents "ᣟ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS FINAL RAISED DOT"@en .

<http://lexvo.org/id/char/18E0> a lvont:Character ;
    lvont:represents "ᣠ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS R-CREE RWE"@en .

<http://lexvo.org/id/char/18E1> a lvont:Character ;
    lvont:represents "ᣡ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS WEST-CREE LOO"@en .

<http://lexvo.org/id/char/18E2> a lvont:Character ;
    lvont:represents "ᣢ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS WEST-CREE LAA"@en .

<http://lexvo.org/id/char/18E3> a lvont:Character ;
    lvont:represents "ᣣ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS THWE"@en .

<http://lexvo.org/id/char/18E4> a lvont:Character ;
    lvont:represents "ᣤ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS THWA"@en .

<http://lexvo.org/id/char/18E5> a lvont:Character ;
    lvont:represents "ᣥ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS TTHWE"@en .

<http://lexvo.org/id/char/18E6> a lvont:Character ;
    lvont:represents "ᣦ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS TTHOO"@en .

<http://lexvo.org/id/char/18E7> a lvont:Character ;
    lvont:represents "ᣧ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS TTHAA"@en .

<http://lexvo.org/id/char/18E8> a lvont:Character ;
    lvont:represents "ᣨ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS TLHWE"@en .

<http://lexvo.org/id/char/18E9> a lvont:Character ;
    lvont:represents "ᣩ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS TLHOO"@en .

<http://lexvo.org/id/char/18EA> a lvont:Character ;
    lvont:represents "ᣪ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS SAYISI SHWE"@en .

<http://lexvo.org/id/char/18EB> a lvont:Character ;
    lvont:represents "ᣫ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS SAYISI SHOO"@en .

<http://lexvo.org/id/char/18EC> a lvont:Character ;
    lvont:represents "ᣬ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS SAYISI HOO"@en .

<http://lexvo.org/id/char/18ED> a lvont:Character ;
    lvont:represents "ᣭ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS CARRIER GWU"@en .

<http://lexvo.org/id/char/18EE> a lvont:Character ;
    lvont:represents "ᣮ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS CARRIER DENE GEE"@en .

<http://lexvo.org/id/char/18EF> a lvont:Character ;
    lvont:represents "ᣯ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS CARRIER GAA"@en .

<http://lexvo.org/id/char/18F0> a lvont:Character ;
    lvont:represents "ᣰ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS CARRIER GWA"@en .

<http://lexvo.org/id/char/18F1> a lvont:Character ;
    lvont:represents "ᣱ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS SAYISI JUU"@en .

<http://lexvo.org/id/char/18F2> a lvont:Character ;
    lvont:represents "ᣲ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS CARRIER JWA"@en .

<http://lexvo.org/id/char/18F3> a lvont:Character ;
    lvont:represents "ᣳ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS BEAVER DENE L"@en .

<http://lexvo.org/id/char/18F4> a lvont:Character ;
    lvont:represents "ᣴ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS BEAVER DENE R"@en .

<http://lexvo.org/id/char/18F5> a lvont:Character ;
    lvont:represents "ᣵ"^^xsd:string ;
    rdfs:comment "CANADIAN SYLLABICS CARRIER DENTAL S"@en .

<http://lexvo.org/id/char/1900> a lvont:Character ;
    lvont:represents "ᤀ"^^xsd:string ;
    rdfs:comment "LIMBU VOWEL-CARRIER LETTER"@en .

<http://lexvo.org/id/char/1901> a lvont:Character ;
    lvont:represents "ᤁ"^^xsd:string ;
    rdfs:comment "LIMBU LETTER KA"@en .

<http://lexvo.org/id/char/1902> a lvont:Character ;
    lvont:represents "ᤂ"^^xsd:string ;
    rdfs:comment "LIMBU LETTER KHA"@en .

<http://lexvo.org/id/char/1903> a lvont:Character ;
    lvont:represents "ᤃ"^^xsd:string ;
    rdfs:comment "LIMBU LETTER GA"@en .

<http://lexvo.org/id/char/1904> a lvont:Character ;
    lvont:represents "ᤄ"^^xsd:string ;
    rdfs:comment "LIMBU LETTER GHA"@en .

<http://lexvo.org/id/char/1905> a lvont:Character ;
    lvont:represents "ᤅ"^^xsd:string ;
    rdfs:comment "LIMBU LETTER NGA"@en .

<http://lexvo.org/id/char/1906> a lvont:Character ;
    lvont:represents "ᤆ"^^xsd:string ;
    rdfs:comment "LIMBU LETTER CA"@en .

<http://lexvo.org/id/char/1907> a lvont:Character ;
    lvont:represents "ᤇ"^^xsd:string ;
    rdfs:comment "LIMBU LETTER CHA"@en .

<http://lexvo.org/id/char/1908> a lvont:Character ;
    lvont:represents "ᤈ"^^xsd:string ;
    rdfs:comment "LIMBU LETTER JA"@en .

<http://lexvo.org/id/char/1909> a lvont:Character ;
    lvont:represents "ᤉ"^^xsd:string ;
    rdfs:comment "LIMBU LETTER JHA"@en .

<http://lexvo.org/id/char/190A> a lvont:Character ;
    lvont:represents "ᤊ"^^xsd:string ;
    rdfs:comment "LIMBU LETTER YAN"@en .

<http://lexvo.org/id/char/190B> a lvont:Character ;
    lvont:represents "ᤋ"^^xsd:string ;
    rdfs:comment "LIMBU LETTER TA"@en .

<http://lexvo.org/id/char/190C> a lvont:Character ;
    lvont:represents "ᤌ"^^xsd:string ;
    rdfs:comment "LIMBU LETTER THA"@en .

<http://lexvo.org/id/char/190D> a lvont:Character ;
    lvont:represents "ᤍ"^^xsd:string ;
    rdfs:comment "LIMBU LETTER DA"@en .

<http://lexvo.org/id/char/190E> a lvont:Character ;
    lvont:represents "ᤎ"^^xsd:string ;
    rdfs:comment "LIMBU LETTER DHA"@en .

<http://lexvo.org/id/char/190F> a lvont:Character ;
    lvont:represents "ᤏ"^^xsd:string ;
    rdfs:comment "LIMBU LETTER NA"@en .

<http://lexvo.org/id/char/1910> a lvont:Character ;
    lvont:represents "ᤐ"^^xsd:string ;
    rdfs:comment "LIMBU LETTER PA"@en .

<http://lexvo.org/id/char/1911> a lvont:Character ;
    lvont:represents "ᤑ"^^xsd:string ;
    rdfs:comment "LIMBU LETTER PHA"@en .

<http://lexvo.org/id/char/1912> a lvont:Character ;
    lvont:represents "ᤒ"^^xsd:string ;
    rdfs:comment "LIMBU LETTER BA"@en .

<http://lexvo.org/id/char/1913> a lvont:Character ;
    lvont:represents "ᤓ"^^xsd:string ;
    rdfs:comment "LIMBU LETTER BHA"@en .

<http://lexvo.org/id/char/1914> a lvont:Character ;
    lvont:represents "ᤔ"^^xsd:string ;
    rdfs:comment "LIMBU LETTER MA"@en .

<http://lexvo.org/id/char/1915> a lvont:Character ;
    lvont:represents "ᤕ"^^xsd:string ;
    rdfs:comment "LIMBU LETTER YA"@en .

<http://lexvo.org/id/char/1916> a lvont:Character ;
    lvont:represents "ᤖ"^^xsd:string ;
    rdfs:comment "LIMBU LETTER RA"@en .

<http://lexvo.org/id/char/1917> a lvont:Character ;
    lvont:represents "ᤗ"^^xsd:string ;
    rdfs:comment "LIMBU LETTER LA"@en .

<http://lexvo.org/id/char/1918> a lvont:Character ;
    lvont:represents "ᤘ"^^xsd:string ;
    rdfs:comment "LIMBU LETTER WA"@en .

<http://lexvo.org/id/char/1919> a lvont:Character ;
    lvont:represents "ᤙ"^^xsd:string ;
    rdfs:comment "LIMBU LETTER SHA"@en .

<http://lexvo.org/id/char/191A> a lvont:Character ;
    lvont:represents "ᤚ"^^xsd:string ;
    rdfs:comment "LIMBU LETTER SSA"@en .

<http://lexvo.org/id/char/191B> a lvont:Character ;
    lvont:represents "ᤛ"^^xsd:string ;
    rdfs:comment "LIMBU LETTER SA"@en .

<http://lexvo.org/id/char/191C> a lvont:Character ;
    lvont:represents "ᤜ"^^xsd:string ;
    rdfs:comment "LIMBU LETTER HA"@en .

<http://lexvo.org/id/char/1920> a lvont:Character ;
    lvont:represents "ᤠ"^^xsd:string ;
    rdfs:comment "LIMBU VOWEL SIGN A"@en .

<http://lexvo.org/id/char/1921> a lvont:Character ;
    lvont:represents "ᤡ"^^xsd:string ;
    rdfs:comment "LIMBU VOWEL SIGN I"@en .

<http://lexvo.org/id/char/1922> a lvont:Character ;
    lvont:represents "ᤢ"^^xsd:string ;
    rdfs:comment "LIMBU VOWEL SIGN U"@en .

<http://lexvo.org/id/char/1923> a lvont:Character ;
    lvont:represents "ᤣ"^^xsd:string ;
    rdfs:comment "LIMBU VOWEL SIGN EE"@en .

<http://lexvo.org/id/char/1924> a lvont:Character ;
    lvont:represents "ᤤ"^^xsd:string ;
    rdfs:comment "LIMBU VOWEL SIGN AI"@en .

<http://lexvo.org/id/char/1925> a lvont:Character ;
    lvont:represents "ᤥ"^^xsd:string ;
    rdfs:comment "LIMBU VOWEL SIGN OO"@en .

<http://lexvo.org/id/char/1926> a lvont:Character ;
    lvont:represents "ᤦ"^^xsd:string ;
    rdfs:comment "LIMBU VOWEL SIGN AU"@en .

<http://lexvo.org/id/char/1927> a lvont:Character ;
    lvont:represents "ᤧ"^^xsd:string ;
    rdfs:comment "LIMBU VOWEL SIGN E"@en .

<http://lexvo.org/id/char/1928> a lvont:Character ;
    lvont:represents "ᤨ"^^xsd:string ;
    rdfs:comment "LIMBU VOWEL SIGN O"@en .

<http://lexvo.org/id/char/1929> a lvont:Character ;
    lvont:represents "ᤩ"^^xsd:string ;
    rdfs:comment "LIMBU SUBJOINED LETTER YA"@en .

<http://lexvo.org/id/char/192A> a lvont:Character ;
    lvont:represents "ᤪ"^^xsd:string ;
    rdfs:comment "LIMBU SUBJOINED LETTER RA"@en .

<http://lexvo.org/id/char/192B> a lvont:Character ;
    lvont:represents "ᤫ"^^xsd:string ;
    rdfs:comment "LIMBU SUBJOINED LETTER WA"@en .

<http://lexvo.org/id/char/1930> a lvont:Character ;
    lvont:represents "ᤰ"^^xsd:string ;
    rdfs:comment "LIMBU SMALL LETTER KA"@en .

<http://lexvo.org/id/char/1931> a lvont:Character ;
    lvont:represents "ᤱ"^^xsd:string ;
    rdfs:comment "LIMBU SMALL LETTER NGA"@en .

<http://lexvo.org/id/char/1932> a lvont:Character ;
    lvont:represents "ᤲ"^^xsd:string ;
    rdfs:comment "LIMBU SMALL LETTER ANUSVARA"@en .

<http://lexvo.org/id/char/1933> a lvont:Character ;
    lvont:represents "ᤳ"^^xsd:string ;
    rdfs:comment "LIMBU SMALL LETTER TA"@en .

<http://lexvo.org/id/char/1934> a lvont:Character ;
    lvont:represents "ᤴ"^^xsd:string ;
    rdfs:comment "LIMBU SMALL LETTER NA"@en .

<http://lexvo.org/id/char/1935> a lvont:Character ;
    lvont:represents "ᤵ"^^xsd:string ;
    rdfs:comment "LIMBU SMALL LETTER PA"@en .

<http://lexvo.org/id/char/1936> a lvont:Character ;
    lvont:represents "ᤶ"^^xsd:string ;
    rdfs:comment "LIMBU SMALL LETTER MA"@en .

<http://lexvo.org/id/char/1937> a lvont:Character ;
    lvont:represents "ᤷ"^^xsd:string ;
    rdfs:comment "LIMBU SMALL LETTER RA"@en .

<http://lexvo.org/id/char/1938> a lvont:Character ;
    lvont:represents "ᤸ"^^xsd:string ;
    rdfs:comment "LIMBU SMALL LETTER LA"@en .

<http://lexvo.org/id/char/1939> a lvont:Character ;
    lvont:represents "᤹"^^xsd:string ;
    rdfs:comment "LIMBU SIGN MUKPHRENG"@en .

<http://lexvo.org/id/char/193A> a lvont:Character ;
    lvont:represents "᤺"^^xsd:string ;
    rdfs:comment "LIMBU SIGN KEMPHRENG"@en .

<http://lexvo.org/id/char/193B> a lvont:Character ;
    lvont:represents "᤻"^^xsd:string ;
    rdfs:comment "LIMBU SIGN SA-I"@en .

<http://lexvo.org/id/char/1940> a lvont:Character ;
    lvont:represents "᥀"^^xsd:string ;
    rdfs:comment "LIMBU SIGN LOO"@en .

<http://lexvo.org/id/char/1944> a lvont:Character ;
    lvont:represents "᥄"^^xsd:string ;
    rdfs:comment "LIMBU EXCLAMATION MARK"@en .

<http://lexvo.org/id/char/1945> a lvont:Character ;
    lvont:represents "᥅"^^xsd:string ;
    rdfs:comment "LIMBU QUESTION MARK"@en .

<http://lexvo.org/id/char/1946> a lvont:Character ;
    lvont:represents "᥆"^^xsd:string ;
    rdfs:comment "LIMBU DIGIT ZERO"@en .

<http://lexvo.org/id/char/1947> a lvont:Character ;
    lvont:represents "᥇"^^xsd:string ;
    rdfs:comment "LIMBU DIGIT ONE"@en .

<http://lexvo.org/id/char/1948> a lvont:Character ;
    lvont:represents "᥈"^^xsd:string ;
    rdfs:comment "LIMBU DIGIT TWO"@en .

<http://lexvo.org/id/char/1949> a lvont:Character ;
    lvont:represents "᥉"^^xsd:string ;
    rdfs:comment "LIMBU DIGIT THREE"@en .

<http://lexvo.org/id/char/194A> a lvont:Character ;
    lvont:represents "᥊"^^xsd:string ;
    rdfs:comment "LIMBU DIGIT FOUR"@en .

<http://lexvo.org/id/char/194B> a lvont:Character ;
    lvont:represents "᥋"^^xsd:string ;
    rdfs:comment "LIMBU DIGIT FIVE"@en .

<http://lexvo.org/id/char/194C> a lvont:Character ;
    lvont:represents "᥌"^^xsd:string ;
    rdfs:comment "LIMBU DIGIT SIX"@en .

<http://lexvo.org/id/char/194D> a lvont:Character ;
    lvont:represents "᥍"^^xsd:string ;
    rdfs:comment "LIMBU DIGIT SEVEN"@en .

<http://lexvo.org/id/char/194E> a lvont:Character ;
    lvont:represents "᥎"^^xsd:string ;
    rdfs:comment "LIMBU DIGIT EIGHT"@en .

<http://lexvo.org/id/char/194F> a lvont:Character ;
    lvont:represents "᥏"^^xsd:string ;
    rdfs:comment "LIMBU DIGIT NINE"@en .

<http://lexvo.org/id/char/1950> a lvont:Character ;
    lvont:represents "ᥐ"^^xsd:string ;
    rdfs:comment "TAI LE LETTER KA"@en .

<http://lexvo.org/id/char/1951> a lvont:Character ;
    lvont:represents "ᥑ"^^xsd:string ;
    rdfs:comment "TAI LE LETTER XA"@en .

<http://lexvo.org/id/char/1952> a lvont:Character ;
    lvont:represents "ᥒ"^^xsd:string ;
    rdfs:comment "TAI LE LETTER NGA"@en .

<http://lexvo.org/id/char/1953> a lvont:Character ;
    lvont:represents "ᥓ"^^xsd:string ;
    rdfs:comment "TAI LE LETTER TSA"@en .

<http://lexvo.org/id/char/1954> a lvont:Character ;
    lvont:represents "ᥔ"^^xsd:string ;
    rdfs:comment "TAI LE LETTER SA"@en .

<http://lexvo.org/id/char/1955> a lvont:Character ;
    lvont:represents "ᥕ"^^xsd:string ;
    rdfs:comment "TAI LE LETTER YA"@en .

<http://lexvo.org/id/char/1956> a lvont:Character ;
    lvont:represents "ᥖ"^^xsd:string ;
    rdfs:comment "TAI LE LETTER TA"@en .

<http://lexvo.org/id/char/1957> a lvont:Character ;
    lvont:represents "ᥗ"^^xsd:string ;
    rdfs:comment "TAI LE LETTER THA"@en .

<http://lexvo.org/id/char/1958> a lvont:Character ;
    lvont:represents "ᥘ"^^xsd:string ;
    rdfs:comment "TAI LE LETTER LA"@en .

<http://lexvo.org/id/char/1959> a lvont:Character ;
    lvont:represents "ᥙ"^^xsd:string ;
    rdfs:comment "TAI LE LETTER PA"@en .

<http://lexvo.org/id/char/195A> a lvont:Character ;
    lvont:represents "ᥚ"^^xsd:string ;
    rdfs:comment "TAI LE LETTER PHA"@en .

<http://lexvo.org/id/char/195B> a lvont:Character ;
    lvont:represents "ᥛ"^^xsd:string ;
    rdfs:comment "TAI LE LETTER MA"@en .

<http://lexvo.org/id/char/195C> a lvont:Character ;
    lvont:represents "ᥜ"^^xsd:string ;
    rdfs:comment "TAI LE LETTER FA"@en .

<http://lexvo.org/id/char/195D> a lvont:Character ;
    lvont:represents "ᥝ"^^xsd:string ;
    rdfs:comment "TAI LE LETTER VA"@en .

<http://lexvo.org/id/char/195E> a lvont:Character ;
    lvont:represents "ᥞ"^^xsd:string ;
    rdfs:comment "TAI LE LETTER HA"@en .

<http://lexvo.org/id/char/195F> a lvont:Character ;
    lvont:represents "ᥟ"^^xsd:string ;
    rdfs:comment "TAI LE LETTER QA"@en .

<http://lexvo.org/id/char/1960> a lvont:Character ;
    lvont:represents "ᥠ"^^xsd:string ;
    rdfs:comment "TAI LE LETTER KHA"@en .

<http://lexvo.org/id/char/1961> a lvont:Character ;
    lvont:represents "ᥡ"^^xsd:string ;
    rdfs:comment "TAI LE LETTER TSHA"@en .

<http://lexvo.org/id/char/1962> a lvont:Character ;
    lvont:represents "ᥢ"^^xsd:string ;
    rdfs:comment "TAI LE LETTER NA"@en .

<http://lexvo.org/id/char/1963> a lvont:Character ;
    lvont:represents "ᥣ"^^xsd:string ;
    rdfs:comment "TAI LE LETTER A"@en .

<http://lexvo.org/id/char/1964> a lvont:Character ;
    lvont:represents "ᥤ"^^xsd:string ;
    rdfs:comment "TAI LE LETTER I"@en .

<http://lexvo.org/id/char/1965> a lvont:Character ;
    lvont:represents "ᥥ"^^xsd:string ;
    rdfs:comment "TAI LE LETTER EE"@en .

<http://lexvo.org/id/char/1966> a lvont:Character ;
    lvont:represents "ᥦ"^^xsd:string ;
    rdfs:comment "TAI LE LETTER EH"@en .

<http://lexvo.org/id/char/1967> a lvont:Character ;
    lvont:represents "ᥧ"^^xsd:string ;
    rdfs:comment "TAI LE LETTER U"@en .

<http://lexvo.org/id/char/1968> a lvont:Character ;
    lvont:represents "ᥨ"^^xsd:string ;
    rdfs:comment "TAI LE LETTER OO"@en .

<http://lexvo.org/id/char/1969> a lvont:Character ;
    lvont:represents "ᥩ"^^xsd:string ;
    rdfs:comment "TAI LE LETTER O"@en .

<http://lexvo.org/id/char/196A> a lvont:Character ;
    lvont:represents "ᥪ"^^xsd:string ;
    rdfs:comment "TAI LE LETTER UE"@en .

<http://lexvo.org/id/char/196B> a lvont:Character ;
    lvont:represents "ᥫ"^^xsd:string ;
    rdfs:comment "TAI LE LETTER E"@en .

<http://lexvo.org/id/char/196C> a lvont:Character ;
    lvont:represents "ᥬ"^^xsd:string ;
    rdfs:comment "TAI LE LETTER AUE"@en .

<http://lexvo.org/id/char/196D> a lvont:Character ;
    lvont:represents "ᥭ"^^xsd:string ;
    rdfs:comment "TAI LE LETTER AI"@en .

<http://lexvo.org/id/char/1970> a lvont:Character ;
    lvont:represents "ᥰ"^^xsd:string ;
    rdfs:comment "TAI LE LETTER TONE-2"@en .

<http://lexvo.org/id/char/1971> a lvont:Character ;
    lvont:represents "ᥱ"^^xsd:string ;
    rdfs:comment "TAI LE LETTER TONE-3"@en .

<http://lexvo.org/id/char/1972> a lvont:Character ;
    lvont:represents "ᥲ"^^xsd:string ;
    rdfs:comment "TAI LE LETTER TONE-4"@en .

<http://lexvo.org/id/char/1973> a lvont:Character ;
    lvont:represents "ᥳ"^^xsd:string ;
    rdfs:comment "TAI LE LETTER TONE-5"@en .

<http://lexvo.org/id/char/1974> a lvont:Character ;
    lvont:represents "ᥴ"^^xsd:string ;
    rdfs:comment "TAI LE LETTER TONE-6"@en .

<http://lexvo.org/id/char/1980> a lvont:Character ;
    lvont:represents "ᦀ"^^xsd:string ;
    rdfs:comment "NEW TAI LUE LETTER HIGH QA"@en .

<http://lexvo.org/id/char/1981> a lvont:Character ;
    lvont:represents "ᦁ"^^xsd:string ;
    rdfs:comment "NEW TAI LUE LETTER LOW QA"@en .

<http://lexvo.org/id/char/1982> a lvont:Character ;
    lvont:represents "ᦂ"^^xsd:string ;
    rdfs:comment "NEW TAI LUE LETTER HIGH KA"@en .

<http://lexvo.org/id/char/1983> a lvont:Character ;
    lvont:represents "ᦃ"^^xsd:string ;
    rdfs:comment "NEW TAI LUE LETTER HIGH XA"@en .

<http://lexvo.org/id/char/1984> a lvont:Character ;
    lvont:represents "ᦄ"^^xsd:string ;
    rdfs:comment "NEW TAI LUE LETTER HIGH NGA"@en .

<http://lexvo.org/id/char/1985> a lvont:Character ;
    lvont:represents "ᦅ"^^xsd:string ;
    rdfs:comment "NEW TAI LUE LETTER LOW KA"@en .

<http://lexvo.org/id/char/1986> a lvont:Character ;
    lvont:represents "ᦆ"^^xsd:string ;
    rdfs:comment "NEW TAI LUE LETTER LOW XA"@en .

<http://lexvo.org/id/char/1987> a lvont:Character ;
    lvont:represents "ᦇ"^^xsd:string ;
    rdfs:comment "NEW TAI LUE LETTER LOW NGA"@en .

<http://lexvo.org/id/char/1988> a lvont:Character ;
    lvont:represents "ᦈ"^^xsd:string ;
    rdfs:comment "NEW TAI LUE LETTER HIGH TSA"@en .

<http://lexvo.org/id/char/1989> a lvont:Character ;
    lvont:represents "ᦉ"^^xsd:string ;
    rdfs:comment "NEW TAI LUE LETTER HIGH SA"@en .

<http://lexvo.org/id/char/198A> a lvont:Character ;
    lvont:represents "ᦊ"^^xsd:string ;
    rdfs:comment "NEW TAI LUE LETTER HIGH YA"@en .

<http://lexvo.org/id/char/198B> a lvont:Character ;
    lvont:represents "ᦋ"^^xsd:string ;
    rdfs:comment "NEW TAI LUE LETTER LOW TSA"@en .

<http://lexvo.org/id/char/198C> a lvont:Character ;
    lvont:represents "ᦌ"^^xsd:string ;
    rdfs:comment "NEW TAI LUE LETTER LOW SA"@en .

<http://lexvo.org/id/char/198D> a lvont:Character ;
    lvont:represents "ᦍ"^^xsd:string ;
    rdfs:comment "NEW TAI LUE LETTER LOW YA"@en .

<http://lexvo.org/id/char/198E> a lvont:Character ;
    lvont:represents "ᦎ"^^xsd:string ;
    rdfs:comment "NEW TAI LUE LETTER HIGH TA"@en .

<http://lexvo.org/id/char/198F> a lvont:Character ;
    lvont:represents "ᦏ"^^xsd:string ;
    rdfs:comment "NEW TAI LUE LETTER HIGH THA"@en .

<http://lexvo.org/id/char/1990> a lvont:Character ;
    lvont:represents "ᦐ"^^xsd:string ;
    rdfs:comment "NEW TAI LUE LETTER HIGH NA"@en .

<http://lexvo.org/id/char/1991> a lvont:Character ;
    lvont:represents "ᦑ"^^xsd:string ;
    rdfs:comment "NEW TAI LUE LETTER LOW TA"@en .

<http://lexvo.org/id/char/1992> a lvont:Character ;
    lvont:represents "ᦒ"^^xsd:string ;
    rdfs:comment "NEW TAI LUE LETTER LOW THA"@en .

<http://lexvo.org/id/char/1993> a lvont:Character ;
    lvont:represents "ᦓ"^^xsd:string ;
    rdfs:comment "NEW TAI LUE LETTER LOW NA"@en .

<http://lexvo.org/id/char/1994> a lvont:Character ;
    lvont:represents "ᦔ"^^xsd:string ;
    rdfs:comment "NEW TAI LUE LETTER HIGH PA"@en .

<http://lexvo.org/id/char/1995> a lvont:Character ;
    lvont:represents "ᦕ"^^xsd:string ;
    rdfs:comment "NEW TAI LUE LETTER HIGH PHA"@en .

<http://lexvo.org/id/char/1996> a lvont:Character ;
    lvont:represents "ᦖ"^^xsd:string ;
    rdfs:comment "NEW TAI LUE LETTER HIGH MA"@en .

<http://lexvo.org/id/char/1997> a lvont:Character ;
    lvont:represents "ᦗ"^^xsd:string ;
    rdfs:comment "NEW TAI LUE LETTER LOW PA"@en .

<http://lexvo.org/id/char/1998> a lvont:Character ;
    lvont:represents "ᦘ"^^xsd:string ;
    rdfs:comment "NEW TAI LUE LETTER LOW PHA"@en .

<http://lexvo.org/id/char/1999> a lvont:Character ;
    lvont:represents "ᦙ"^^xsd:string ;
    rdfs:comment "NEW TAI LUE LETTER LOW MA"@en .

<http://lexvo.org/id/char/199A> a lvont:Character ;
    lvont:represents "ᦚ"^^xsd:string ;
    rdfs:comment "NEW TAI LUE LETTER HIGH FA"@en .

<http://lexvo.org/id/char/199B> a lvont:Character ;
    lvont:represents "ᦛ"^^xsd:string ;
    rdfs:comment "NEW TAI LUE LETTER HIGH VA"@en .

<http://lexvo.org/id/char/199C> a lvont:Character ;
    lvont:represents "ᦜ"^^xsd:string ;
    rdfs:comment "NEW TAI LUE LETTER HIGH LA"@en .

<http://lexvo.org/id/char/199D> a lvont:Character ;
    lvont:represents "ᦝ"^^xsd:string ;
    rdfs:comment "NEW TAI LUE LETTER LOW FA"@en .

<http://lexvo.org/id/char/199E> a lvont:Character ;
    lvont:represents "ᦞ"^^xsd:string ;
    rdfs:comment "NEW TAI LUE LETTER LOW VA"@en .

<http://lexvo.org/id/char/199F> a lvont:Character ;
    lvont:represents "ᦟ"^^xsd:string ;
    rdfs:comment "NEW TAI LUE LETTER LOW LA"@en .

<http://lexvo.org/id/char/19A0> a lvont:Character ;
    lvont:represents "ᦠ"^^xsd:string ;
    rdfs:comment "NEW TAI LUE LETTER HIGH HA"@en .

<http://lexvo.org/id/char/19A1> a lvont:Character ;
    lvont:represents "ᦡ"^^xsd:string ;
    rdfs:comment "NEW TAI LUE LETTER HIGH DA"@en .

<http://lexvo.org/id/char/19A2> a lvont:Character ;
    lvont:represents "ᦢ"^^xsd:string ;
    rdfs:comment "NEW TAI LUE LETTER HIGH BA"@en .

<http://lexvo.org/id/char/19A3> a lvont:Character ;
    lvont:represents "ᦣ"^^xsd:string ;
    rdfs:comment "NEW TAI LUE LETTER LOW HA"@en .

<http://lexvo.org/id/char/19A4> a lvont:Character ;
    lvont:represents "ᦤ"^^xsd:string ;
    rdfs:comment "NEW TAI LUE LETTER LOW DA"@en .

<http://lexvo.org/id/char/19A5> a lvont:Character ;
    lvont:represents "ᦥ"^^xsd:string ;
    rdfs:comment "NEW TAI LUE LETTER LOW BA"@en .

<http://lexvo.org/id/char/19A6> a lvont:Character ;
    lvont:represents "ᦦ"^^xsd:string ;
    rdfs:comment "NEW TAI LUE LETTER HIGH KVA"@en .

<http://lexvo.org/id/char/19A7> a lvont:Character ;
    lvont:represents "ᦧ"^^xsd:string ;
    rdfs:comment "NEW TAI LUE LETTER HIGH XVA"@en .

<http://lexvo.org/id/char/19A8> a lvont:Character ;
    lvont:represents "ᦨ"^^xsd:string ;
    rdfs:comment "NEW TAI LUE LETTER LOW KVA"@en .

<http://lexvo.org/id/char/19A9> a lvont:Character ;
    lvont:represents "ᦩ"^^xsd:string ;
    rdfs:comment "NEW TAI LUE LETTER LOW XVA"@en .

<http://lexvo.org/id/char/19AA> a lvont:Character ;
    lvont:represents "ᦪ"^^xsd:string ;
    rdfs:comment "NEW TAI LUE LETTER HIGH SUA"@en .

<http://lexvo.org/id/char/19AB> a lvont:Character ;
    lvont:represents "ᦫ"^^xsd:string ;
    rdfs:comment "NEW TAI LUE LETTER LOW SUA"@en .

<http://lexvo.org/id/char/19B0> a lvont:Character ;
    lvont:represents "ᦰ"^^xsd:string ;
    rdfs:comment "NEW TAI LUE VOWEL SIGN VOWEL SHORTENER"@en .

<http://lexvo.org/id/char/19B1> a lvont:Character ;
    lvont:represents "ᦱ"^^xsd:string ;
    rdfs:comment "NEW TAI LUE VOWEL SIGN AA"@en .

<http://lexvo.org/id/char/19B2> a lvont:Character ;
    lvont:represents "ᦲ"^^xsd:string ;
    rdfs:comment "NEW TAI LUE VOWEL SIGN II"@en .

<http://lexvo.org/id/char/19B3> a lvont:Character ;
    lvont:represents "ᦳ"^^xsd:string ;
    rdfs:comment "NEW TAI LUE VOWEL SIGN U"@en .

<http://lexvo.org/id/char/19B4> a lvont:Character ;
    lvont:represents "ᦴ"^^xsd:string ;
    rdfs:comment "NEW TAI LUE VOWEL SIGN UU"@en .

<http://lexvo.org/id/char/19B5> a lvont:Character ;
    lvont:represents "ᦵ"^^xsd:string ;
    rdfs:comment "NEW TAI LUE VOWEL SIGN E"@en .

<http://lexvo.org/id/char/19B6> a lvont:Character ;
    lvont:represents "ᦶ"^^xsd:string ;
    rdfs:comment "NEW TAI LUE VOWEL SIGN AE"@en .

<http://lexvo.org/id/char/19B7> a lvont:Character ;
    lvont:represents "ᦷ"^^xsd:string ;
    rdfs:comment "NEW TAI LUE VOWEL SIGN O"@en .

<http://lexvo.org/id/char/19B8> a lvont:Character ;
    lvont:represents "ᦸ"^^xsd:string ;
    rdfs:comment "NEW TAI LUE VOWEL SIGN OA"@en .

<http://lexvo.org/id/char/19B9> a lvont:Character ;
    lvont:represents "ᦹ"^^xsd:string ;
    rdfs:comment "NEW TAI LUE VOWEL SIGN UE"@en .

<http://lexvo.org/id/char/19BA> a lvont:Character ;
    lvont:represents "ᦺ"^^xsd:string ;
    rdfs:comment "NEW TAI LUE VOWEL SIGN AY"@en .

<http://lexvo.org/id/char/19BB> a lvont:Character ;
    lvont:represents "ᦻ"^^xsd:string ;
    rdfs:comment "NEW TAI LUE VOWEL SIGN AAY"@en .

<http://lexvo.org/id/char/19BC> a lvont:Character ;
    lvont:represents "ᦼ"^^xsd:string ;
    rdfs:comment "NEW TAI LUE VOWEL SIGN UY"@en .

<http://lexvo.org/id/char/19BD> a lvont:Character ;
    lvont:represents "ᦽ"^^xsd:string ;
    rdfs:comment "NEW TAI LUE VOWEL SIGN OY"@en .

<http://lexvo.org/id/char/19BE> a lvont:Character ;
    lvont:represents "ᦾ"^^xsd:string ;
    rdfs:comment "NEW TAI LUE VOWEL SIGN OAY"@en .

<http://lexvo.org/id/char/19BF> a lvont:Character ;
    lvont:represents "ᦿ"^^xsd:string ;
    rdfs:comment "NEW TAI LUE VOWEL SIGN UEY"@en .

<http://lexvo.org/id/char/19C0> a lvont:Character ;
    lvont:represents "ᧀ"^^xsd:string ;
    rdfs:comment "NEW TAI LUE VOWEL SIGN IY"@en .

<http://lexvo.org/id/char/19C1> a lvont:Character ;
    lvont:represents "ᧁ"^^xsd:string ;
    rdfs:comment "NEW TAI LUE LETTER FINAL V"@en .

<http://lexvo.org/id/char/19C2> a lvont:Character ;
    lvont:represents "ᧂ"^^xsd:string ;
    rdfs:comment "NEW TAI LUE LETTER FINAL NG"@en .

<http://lexvo.org/id/char/19C3> a lvont:Character ;
    lvont:represents "ᧃ"^^xsd:string ;
    rdfs:comment "NEW TAI LUE LETTER FINAL N"@en .

<http://lexvo.org/id/char/19C4> a lvont:Character ;
    lvont:represents "ᧄ"^^xsd:string ;
    rdfs:comment "NEW TAI LUE LETTER FINAL M"@en .

<http://lexvo.org/id/char/19C5> a lvont:Character ;
    lvont:represents "ᧅ"^^xsd:string ;
    rdfs:comment "NEW TAI LUE LETTER FINAL K"@en .

<http://lexvo.org/id/char/19C6> a lvont:Character ;
    lvont:represents "ᧆ"^^xsd:string ;
    rdfs:comment "NEW TAI LUE LETTER FINAL D"@en .

<http://lexvo.org/id/char/19C7> a lvont:Character ;
    lvont:represents "ᧇ"^^xsd:string ;
    rdfs:comment "NEW TAI LUE LETTER FINAL B"@en .

<http://lexvo.org/id/char/19C8> a lvont:Character ;
    lvont:represents "ᧈ"^^xsd:string ;
    rdfs:comment "NEW TAI LUE TONE MARK-1"@en .

<http://lexvo.org/id/char/19C9> a lvont:Character ;
    lvont:represents "ᧉ"^^xsd:string ;
    rdfs:comment "NEW TAI LUE TONE MARK-2"@en .

<http://lexvo.org/id/char/19D0> a lvont:Character ;
    lvont:represents "᧐"^^xsd:string ;
    rdfs:comment "NEW TAI LUE DIGIT ZERO"@en .

<http://lexvo.org/id/char/19D1> a lvont:Character ;
    lvont:represents "᧑"^^xsd:string ;
    rdfs:comment "NEW TAI LUE DIGIT ONE"@en .

<http://lexvo.org/id/char/19D2> a lvont:Character ;
    lvont:represents "᧒"^^xsd:string ;
    rdfs:comment "NEW TAI LUE DIGIT TWO"@en .

<http://lexvo.org/id/char/19D3> a lvont:Character ;
    lvont:represents "᧓"^^xsd:string ;
    rdfs:comment "NEW TAI LUE DIGIT THREE"@en .

<http://lexvo.org/id/char/19D4> a lvont:Character ;
    lvont:represents "᧔"^^xsd:string ;
    rdfs:comment "NEW TAI LUE DIGIT FOUR"@en .

<http://lexvo.org/id/char/19D5> a lvont:Character ;
    lvont:represents "᧕"^^xsd:string ;
    rdfs:comment "NEW TAI LUE DIGIT FIVE"@en .

<http://lexvo.org/id/char/19D6> a lvont:Character ;
    lvont:represents "᧖"^^xsd:string ;
    rdfs:comment "NEW TAI LUE DIGIT SIX"@en .

<http://lexvo.org/id/char/19D7> a lvont:Character ;
    lvont:represents "᧗"^^xsd:string ;
    rdfs:comment "NEW TAI LUE DIGIT SEVEN"@en .

<http://lexvo.org/id/char/19D8> a lvont:Character ;
    lvont:represents "᧘"^^xsd:string ;
    rdfs:comment "NEW TAI LUE DIGIT EIGHT"@en .

<http://lexvo.org/id/char/19D9> a lvont:Character ;
    lvont:represents "᧙"^^xsd:string ;
    rdfs:comment "NEW TAI LUE DIGIT NINE"@en .

<http://lexvo.org/id/char/19DA> a lvont:Character ;
    lvont:represents "᧚"^^xsd:string ;
    rdfs:comment "NEW TAI LUE THAM DIGIT ONE"@en .

<http://lexvo.org/id/char/19DE> a lvont:Character ;
    lvont:represents "᧞"^^xsd:string ;
    rdfs:comment "NEW TAI LUE SIGN LAE"@en .

<http://lexvo.org/id/char/19DF> a lvont:Character ;
    lvont:represents "᧟"^^xsd:string ;
    rdfs:comment "NEW TAI LUE SIGN LAEV"@en .

<http://lexvo.org/id/char/19E0> a lvont:Character ;
    lvont:represents "᧠"^^xsd:string ;
    rdfs:comment "KHMER SYMBOL PATHAMASAT"@en .

<http://lexvo.org/id/char/19E1> a lvont:Character ;
    lvont:represents "᧡"^^xsd:string ;
    rdfs:comment "KHMER SYMBOL MUOY KOET"@en .

<http://lexvo.org/id/char/19E2> a lvont:Character ;
    lvont:represents "᧢"^^xsd:string ;
    rdfs:comment "KHMER SYMBOL PII KOET"@en .

<http://lexvo.org/id/char/19E3> a lvont:Character ;
    lvont:represents "᧣"^^xsd:string ;
    rdfs:comment "KHMER SYMBOL BEI KOET"@en .

<http://lexvo.org/id/char/19E4> a lvont:Character ;
    lvont:represents "᧤"^^xsd:string ;
    rdfs:comment "KHMER SYMBOL BUON KOET"@en .

<http://lexvo.org/id/char/19E5> a lvont:Character ;
    lvont:represents "᧥"^^xsd:string ;
    rdfs:comment "KHMER SYMBOL PRAM KOET"@en .

<http://lexvo.org/id/char/19E6> a lvont:Character ;
    lvont:represents "᧦"^^xsd:string ;
    rdfs:comment "KHMER SYMBOL PRAM-MUOY KOET"@en .

<http://lexvo.org/id/char/19E7> a lvont:Character ;
    lvont:represents "᧧"^^xsd:string ;
    rdfs:comment "KHMER SYMBOL PRAM-PII KOET"@en .

<http://lexvo.org/id/char/19E8> a lvont:Character ;
    lvont:represents "᧨"^^xsd:string ;
    rdfs:comment "KHMER SYMBOL PRAM-BEI KOET"@en .

<http://lexvo.org/id/char/19E9> a lvont:Character ;
    lvont:represents "᧩"^^xsd:string ;
    rdfs:comment "KHMER SYMBOL PRAM-BUON KOET"@en .

<http://lexvo.org/id/char/19EA> a lvont:Character ;
    lvont:represents "᧪"^^xsd:string ;
    rdfs:comment "KHMER SYMBOL DAP KOET"@en .

<http://lexvo.org/id/char/19EB> a lvont:Character ;
    lvont:represents "᧫"^^xsd:string ;
    rdfs:comment "KHMER SYMBOL DAP-MUOY KOET"@en .

<http://lexvo.org/id/char/19EC> a lvont:Character ;
    lvont:represents "᧬"^^xsd:string ;
    rdfs:comment "KHMER SYMBOL DAP-PII KOET"@en .

<http://lexvo.org/id/char/19ED> a lvont:Character ;
    lvont:represents "᧭"^^xsd:string ;
    rdfs:comment "KHMER SYMBOL DAP-BEI KOET"@en .

<http://lexvo.org/id/char/19EE> a lvont:Character ;
    lvont:represents "᧮"^^xsd:string ;
    rdfs:comment "KHMER SYMBOL DAP-BUON KOET"@en .

<http://lexvo.org/id/char/19EF> a lvont:Character ;
    lvont:represents "᧯"^^xsd:string ;
    rdfs:comment "KHMER SYMBOL DAP-PRAM KOET"@en .

<http://lexvo.org/id/char/19F0> a lvont:Character ;
    lvont:represents "᧰"^^xsd:string ;
    rdfs:comment "KHMER SYMBOL TUTEYASAT"@en .

<http://lexvo.org/id/char/19F1> a lvont:Character ;
    lvont:represents "᧱"^^xsd:string ;
    rdfs:comment "KHMER SYMBOL MUOY ROC"@en .

<http://lexvo.org/id/char/19F2> a lvont:Character ;
    lvont:represents "᧲"^^xsd:string ;
    rdfs:comment "KHMER SYMBOL PII ROC"@en .

<http://lexvo.org/id/char/19F3> a lvont:Character ;
    lvont:represents "᧳"^^xsd:string ;
    rdfs:comment "KHMER SYMBOL BEI ROC"@en .

<http://lexvo.org/id/char/19F4> a lvont:Character ;
    lvont:represents "᧴"^^xsd:string ;
    rdfs:comment "KHMER SYMBOL BUON ROC"@en .

<http://lexvo.org/id/char/19F5> a lvont:Character ;
    lvont:represents "᧵"^^xsd:string ;
    rdfs:comment "KHMER SYMBOL PRAM ROC"@en .

<http://lexvo.org/id/char/19F6> a lvont:Character ;
    lvont:represents "᧶"^^xsd:string ;
    rdfs:comment "KHMER SYMBOL PRAM-MUOY ROC"@en .

<http://lexvo.org/id/char/19F7> a lvont:Character ;
    lvont:represents "᧷"^^xsd:string ;
    rdfs:comment "KHMER SYMBOL PRAM-PII ROC"@en .

<http://lexvo.org/id/char/19F8> a lvont:Character ;
    lvont:represents "᧸"^^xsd:string ;
    rdfs:comment "KHMER SYMBOL PRAM-BEI ROC"@en .

<http://lexvo.org/id/char/19F9> a lvont:Character ;
    lvont:represents "᧹"^^xsd:string ;
    rdfs:comment "KHMER SYMBOL PRAM-BUON ROC"@en .

<http://lexvo.org/id/char/19FA> a lvont:Character ;
    lvont:represents "᧺"^^xsd:string ;
    rdfs:comment "KHMER SYMBOL DAP ROC"@en .

<http://lexvo.org/id/char/19FB> a lvont:Character ;
    lvont:represents "᧻"^^xsd:string ;
    rdfs:comment "KHMER SYMBOL DAP-MUOY ROC"@en .

<http://lexvo.org/id/char/19FC> a lvont:Character ;
    lvont:represents "᧼"^^xsd:string ;
    rdfs:comment "KHMER SYMBOL DAP-PII ROC"@en .

<http://lexvo.org/id/char/19FD> a lvont:Character ;
    lvont:represents "᧽"^^xsd:string ;
    rdfs:comment "KHMER SYMBOL DAP-BEI ROC"@en .

<http://lexvo.org/id/char/19FE> a lvont:Character ;
    lvont:represents "᧾"^^xsd:string ;
    rdfs:comment "KHMER SYMBOL DAP-BUON ROC"@en .

<http://lexvo.org/id/char/19FF> a lvont:Character ;
    lvont:represents "᧿"^^xsd:string ;
    rdfs:comment "KHMER SYMBOL DAP-PRAM ROC"@en .

<http://lexvo.org/id/char/1A00> a lvont:Character ;
    lvont:represents "ᨀ"^^xsd:string ;
    rdfs:comment "BUGINESE LETTER KA"@en .

<http://lexvo.org/id/char/1A01> a lvont:Character ;
    lvont:represents "ᨁ"^^xsd:string ;
    rdfs:comment "BUGINESE LETTER GA"@en .

<http://lexvo.org/id/char/1A02> a lvont:Character ;
    lvont:represents "ᨂ"^^xsd:string ;
    rdfs:comment "BUGINESE LETTER NGA"@en .

<http://lexvo.org/id/char/1A03> a lvont:Character ;
    lvont:represents "ᨃ"^^xsd:string ;
    rdfs:comment "BUGINESE LETTER NGKA"@en .

<http://lexvo.org/id/char/1A04> a lvont:Character ;
    lvont:represents "ᨄ"^^xsd:string ;
    rdfs:comment "BUGINESE LETTER PA"@en .

<http://lexvo.org/id/char/1A05> a lvont:Character ;
    lvont:represents "ᨅ"^^xsd:string ;
    rdfs:comment "BUGINESE LETTER BA"@en .

<http://lexvo.org/id/char/1A06> a lvont:Character ;
    lvont:represents "ᨆ"^^xsd:string ;
    rdfs:comment "BUGINESE LETTER MA"@en .

<http://lexvo.org/id/char/1A07> a lvont:Character ;
    lvont:represents "ᨇ"^^xsd:string ;
    rdfs:comment "BUGINESE LETTER MPA"@en .

<http://lexvo.org/id/char/1A08> a lvont:Character ;
    lvont:represents "ᨈ"^^xsd:string ;
    rdfs:comment "BUGINESE LETTER TA"@en .

<http://lexvo.org/id/char/1A09> a lvont:Character ;
    lvont:represents "ᨉ"^^xsd:string ;
    rdfs:comment "BUGINESE LETTER DA"@en .

<http://lexvo.org/id/char/1A0A> a lvont:Character ;
    lvont:represents "ᨊ"^^xsd:string ;
    rdfs:comment "BUGINESE LETTER NA"@en .

<http://lexvo.org/id/char/1A0B> a lvont:Character ;
    lvont:represents "ᨋ"^^xsd:string ;
    rdfs:comment "BUGINESE LETTER NRA"@en .

<http://lexvo.org/id/char/1A0C> a lvont:Character ;
    lvont:represents "ᨌ"^^xsd:string ;
    rdfs:comment "BUGINESE LETTER CA"@en .

<http://lexvo.org/id/char/1A0D> a lvont:Character ;
    lvont:represents "ᨍ"^^xsd:string ;
    rdfs:comment "BUGINESE LETTER JA"@en .

<http://lexvo.org/id/char/1A0E> a lvont:Character ;
    lvont:represents "ᨎ"^^xsd:string ;
    rdfs:comment "BUGINESE LETTER NYA"@en .

<http://lexvo.org/id/char/1A0F> a lvont:Character ;
    lvont:represents "ᨏ"^^xsd:string ;
    rdfs:comment "BUGINESE LETTER NYCA"@en .

<http://lexvo.org/id/char/1A10> a lvont:Character ;
    lvont:represents "ᨐ"^^xsd:string ;
    rdfs:comment "BUGINESE LETTER YA"@en .

<http://lexvo.org/id/char/1A11> a lvont:Character ;
    lvont:represents "ᨑ"^^xsd:string ;
    rdfs:comment "BUGINESE LETTER RA"@en .

<http://lexvo.org/id/char/1A12> a lvont:Character ;
    lvont:represents "ᨒ"^^xsd:string ;
    rdfs:comment "BUGINESE LETTER LA"@en .

<http://lexvo.org/id/char/1A13> a lvont:Character ;
    lvont:represents "ᨓ"^^xsd:string ;
    rdfs:comment "BUGINESE LETTER VA"@en .

<http://lexvo.org/id/char/1A14> a lvont:Character ;
    lvont:represents "ᨔ"^^xsd:string ;
    rdfs:comment "BUGINESE LETTER SA"@en .

<http://lexvo.org/id/char/1A15> a lvont:Character ;
    lvont:represents "ᨕ"^^xsd:string ;
    rdfs:comment "BUGINESE LETTER A"@en .

<http://lexvo.org/id/char/1A16> a lvont:Character ;
    lvont:represents "ᨖ"^^xsd:string ;
    rdfs:comment "BUGINESE LETTER HA"@en .

<http://lexvo.org/id/char/1A17> a lvont:Character ;
    lvont:represents "ᨗ"^^xsd:string ;
    rdfs:comment "BUGINESE VOWEL SIGN I"@en .

<http://lexvo.org/id/char/1A18> a lvont:Character ;
    lvont:represents "ᨘ"^^xsd:string ;
    rdfs:comment "BUGINESE VOWEL SIGN U"@en .

<http://lexvo.org/id/char/1A19> a lvont:Character ;
    lvont:represents "ᨙ"^^xsd:string ;
    rdfs:comment "BUGINESE VOWEL SIGN E"@en .

<http://lexvo.org/id/char/1A1A> a lvont:Character ;
    lvont:represents "ᨚ"^^xsd:string ;
    rdfs:comment "BUGINESE VOWEL SIGN O"@en .

<http://lexvo.org/id/char/1A1B> a lvont:Character ;
    lvont:represents "ᨛ"^^xsd:string ;
    rdfs:comment "BUGINESE VOWEL SIGN AE"@en .

<http://lexvo.org/id/char/1A1E> a lvont:Character ;
    lvont:represents "᨞"^^xsd:string ;
    rdfs:comment "BUGINESE PALLAWA"@en .

<http://lexvo.org/id/char/1A1F> a lvont:Character ;
    lvont:represents "᨟"^^xsd:string ;
    rdfs:comment "BUGINESE END OF SECTION"@en .

<http://lexvo.org/id/char/1A20> a lvont:Character ;
    lvont:represents "ᨠ"^^xsd:string ;
    rdfs:comment "TAI THAM LETTER HIGH KA"@en .

<http://lexvo.org/id/char/1A21> a lvont:Character ;
    lvont:represents "ᨡ"^^xsd:string ;
    rdfs:comment "TAI THAM LETTER HIGH KHA"@en .

<http://lexvo.org/id/char/1A22> a lvont:Character ;
    lvont:represents "ᨢ"^^xsd:string ;
    rdfs:comment "TAI THAM LETTER HIGH KXA"@en .

<http://lexvo.org/id/char/1A23> a lvont:Character ;
    lvont:represents "ᨣ"^^xsd:string ;
    rdfs:comment "TAI THAM LETTER LOW KA"@en .

<http://lexvo.org/id/char/1A24> a lvont:Character ;
    lvont:represents "ᨤ"^^xsd:string ;
    rdfs:comment "TAI THAM LETTER LOW KXA"@en .

<http://lexvo.org/id/char/1A25> a lvont:Character ;
    lvont:represents "ᨥ"^^xsd:string ;
    rdfs:comment "TAI THAM LETTER LOW KHA"@en .

<http://lexvo.org/id/char/1A26> a lvont:Character ;
    lvont:represents "ᨦ"^^xsd:string ;
    rdfs:comment "TAI THAM LETTER NGA"@en .

<http://lexvo.org/id/char/1A27> a lvont:Character ;
    lvont:represents "ᨧ"^^xsd:string ;
    rdfs:comment "TAI THAM LETTER HIGH CA"@en .

<http://lexvo.org/id/char/1A28> a lvont:Character ;
    lvont:represents "ᨨ"^^xsd:string ;
    rdfs:comment "TAI THAM LETTER HIGH CHA"@en .

<http://lexvo.org/id/char/1A29> a lvont:Character ;
    lvont:represents "ᨩ"^^xsd:string ;
    rdfs:comment "TAI THAM LETTER LOW CA"@en .

<http://lexvo.org/id/char/1A2A> a lvont:Character ;
    lvont:represents "ᨪ"^^xsd:string ;
    rdfs:comment "TAI THAM LETTER LOW SA"@en .

<http://lexvo.org/id/char/1A2B> a lvont:Character ;
    lvont:represents "ᨫ"^^xsd:string ;
    rdfs:comment "TAI THAM LETTER LOW CHA"@en .

<http://lexvo.org/id/char/1A2C> a lvont:Character ;
    lvont:represents "ᨬ"^^xsd:string ;
    rdfs:comment "TAI THAM LETTER NYA"@en .

<http://lexvo.org/id/char/1A2D> a lvont:Character ;
    lvont:represents "ᨭ"^^xsd:string ;
    rdfs:comment "TAI THAM LETTER RATA"@en .

<http://lexvo.org/id/char/1A2E> a lvont:Character ;
    lvont:represents "ᨮ"^^xsd:string ;
    rdfs:comment "TAI THAM LETTER HIGH RATHA"@en .

<http://lexvo.org/id/char/1A2F> a lvont:Character ;
    lvont:represents "ᨯ"^^xsd:string ;
    rdfs:comment "TAI THAM LETTER DA"@en .

<http://lexvo.org/id/char/1A30> a lvont:Character ;
    lvont:represents "ᨰ"^^xsd:string ;
    rdfs:comment "TAI THAM LETTER LOW RATHA"@en .

<http://lexvo.org/id/char/1A31> a lvont:Character ;
    lvont:represents "ᨱ"^^xsd:string ;
    rdfs:comment "TAI THAM LETTER RANA"@en .

<http://lexvo.org/id/char/1A32> a lvont:Character ;
    lvont:represents "ᨲ"^^xsd:string ;
    rdfs:comment "TAI THAM LETTER HIGH TA"@en .

<http://lexvo.org/id/char/1A33> a lvont:Character ;
    lvont:represents "ᨳ"^^xsd:string ;
    rdfs:comment "TAI THAM LETTER HIGH THA"@en .

<http://lexvo.org/id/char/1A34> a lvont:Character ;
    lvont:represents "ᨴ"^^xsd:string ;
    rdfs:comment "TAI THAM LETTER LOW TA"@en .

<http://lexvo.org/id/char/1A35> a lvont:Character ;
    lvont:represents "ᨵ"^^xsd:string ;
    rdfs:comment "TAI THAM LETTER LOW THA"@en .

<http://lexvo.org/id/char/1A36> a lvont:Character ;
    lvont:represents "ᨶ"^^xsd:string ;
    rdfs:comment "TAI THAM LETTER NA"@en .

<http://lexvo.org/id/char/1A37> a lvont:Character ;
    lvont:represents "ᨷ"^^xsd:string ;
    rdfs:comment "TAI THAM LETTER BA"@en .

<http://lexvo.org/id/char/1A38> a lvont:Character ;
    lvont:represents "ᨸ"^^xsd:string ;
    rdfs:comment "TAI THAM LETTER HIGH PA"@en .

<http://lexvo.org/id/char/1A39> a lvont:Character ;
    lvont:represents "ᨹ"^^xsd:string ;
    rdfs:comment "TAI THAM LETTER HIGH PHA"@en .

<http://lexvo.org/id/char/1A3A> a lvont:Character ;
    lvont:represents "ᨺ"^^xsd:string ;
    rdfs:comment "TAI THAM LETTER HIGH FA"@en .

<http://lexvo.org/id/char/1A3B> a lvont:Character ;
    lvont:represents "ᨻ"^^xsd:string ;
    rdfs:comment "TAI THAM LETTER LOW PA"@en .

<http://lexvo.org/id/char/1A3C> a lvont:Character ;
    lvont:represents "ᨼ"^^xsd:string ;
    rdfs:comment "TAI THAM LETTER LOW FA"@en .

<http://lexvo.org/id/char/1A3D> a lvont:Character ;
    lvont:represents "ᨽ"^^xsd:string ;
    rdfs:comment "TAI THAM LETTER LOW PHA"@en .

<http://lexvo.org/id/char/1A3E> a lvont:Character ;
    lvont:represents "ᨾ"^^xsd:string ;
    rdfs:comment "TAI THAM LETTER MA"@en .

<http://lexvo.org/id/char/1A3F> a lvont:Character ;
    lvont:represents "ᨿ"^^xsd:string ;
    rdfs:comment "TAI THAM LETTER LOW YA"@en .

<http://lexvo.org/id/char/1A40> a lvont:Character ;
    lvont:represents "ᩀ"^^xsd:string ;
    rdfs:comment "TAI THAM LETTER HIGH YA"@en .

<http://lexvo.org/id/char/1A41> a lvont:Character ;
    lvont:represents "ᩁ"^^xsd:string ;
    rdfs:comment "TAI THAM LETTER RA"@en .

<http://lexvo.org/id/char/1A42> a lvont:Character ;
    lvont:represents "ᩂ"^^xsd:string ;
    rdfs:comment "TAI THAM LETTER RUE"@en .

<http://lexvo.org/id/char/1A43> a lvont:Character ;
    lvont:represents "ᩃ"^^xsd:string ;
    rdfs:comment "TAI THAM LETTER LA"@en .

<http://lexvo.org/id/char/1A44> a lvont:Character ;
    lvont:represents "ᩄ"^^xsd:string ;
    rdfs:comment "TAI THAM LETTER LUE"@en .

<http://lexvo.org/id/char/1A45> a lvont:Character ;
    lvont:represents "ᩅ"^^xsd:string ;
    rdfs:comment "TAI THAM LETTER WA"@en .

<http://lexvo.org/id/char/1A46> a lvont:Character ;
    lvont:represents "ᩆ"^^xsd:string ;
    rdfs:comment "TAI THAM LETTER HIGH SHA"@en .

<http://lexvo.org/id/char/1A47> a lvont:Character ;
    lvont:represents "ᩇ"^^xsd:string ;
    rdfs:comment "TAI THAM LETTER HIGH SSA"@en .

<http://lexvo.org/id/char/1A48> a lvont:Character ;
    lvont:represents "ᩈ"^^xsd:string ;
    rdfs:comment "TAI THAM LETTER HIGH SA"@en .

<http://lexvo.org/id/char/1A49> a lvont:Character ;
    lvont:represents "ᩉ"^^xsd:string ;
    rdfs:comment "TAI THAM LETTER HIGH HA"@en .

<http://lexvo.org/id/char/1A4A> a lvont:Character ;
    lvont:represents "ᩊ"^^xsd:string ;
    rdfs:comment "TAI THAM LETTER LLA"@en .

<http://lexvo.org/id/char/1A4B> a lvont:Character ;
    lvont:represents "ᩋ"^^xsd:string ;
    rdfs:comment "TAI THAM LETTER A"@en .

<http://lexvo.org/id/char/1A4C> a lvont:Character ;
    lvont:represents "ᩌ"^^xsd:string ;
    rdfs:comment "TAI THAM LETTER LOW HA"@en .

<http://lexvo.org/id/char/1A4D> a lvont:Character ;
    lvont:represents "ᩍ"^^xsd:string ;
    rdfs:comment "TAI THAM LETTER I"@en .

<http://lexvo.org/id/char/1A4E> a lvont:Character ;
    lvont:represents "ᩎ"^^xsd:string ;
    rdfs:comment "TAI THAM LETTER II"@en .

<http://lexvo.org/id/char/1A4F> a lvont:Character ;
    lvont:represents "ᩏ"^^xsd:string ;
    rdfs:comment "TAI THAM LETTER U"@en .

<http://lexvo.org/id/char/1A50> a lvont:Character ;
    lvont:represents "ᩐ"^^xsd:string ;
    rdfs:comment "TAI THAM LETTER UU"@en .

<http://lexvo.org/id/char/1A51> a lvont:Character ;
    lvont:represents "ᩑ"^^xsd:string ;
    rdfs:comment "TAI THAM LETTER EE"@en .

<http://lexvo.org/id/char/1A52> a lvont:Character ;
    lvont:represents "ᩒ"^^xsd:string ;
    rdfs:comment "TAI THAM LETTER OO"@en .

<http://lexvo.org/id/char/1A53> a lvont:Character ;
    lvont:represents "ᩓ"^^xsd:string ;
    rdfs:comment "TAI THAM LETTER LAE"@en .

<http://lexvo.org/id/char/1A54> a lvont:Character ;
    lvont:represents "ᩔ"^^xsd:string ;
    rdfs:comment "TAI THAM LETTER GREAT SA"@en .

<http://lexvo.org/id/char/1A55> a lvont:Character ;
    lvont:represents "ᩕ"^^xsd:string ;
    rdfs:comment "TAI THAM CONSONANT SIGN MEDIAL RA"@en .

<http://lexvo.org/id/char/1A56> a lvont:Character ;
    lvont:represents "ᩖ"^^xsd:string ;
    rdfs:comment "TAI THAM CONSONANT SIGN MEDIAL LA"@en .

<http://lexvo.org/id/char/1A57> a lvont:Character ;
    lvont:represents "ᩗ"^^xsd:string ;
    rdfs:comment "TAI THAM CONSONANT SIGN LA TANG LAI"@en .

<http://lexvo.org/id/char/1A58> a lvont:Character ;
    lvont:represents "ᩘ"^^xsd:string ;
    rdfs:comment "TAI THAM SIGN MAI KANG LAI"@en .

<http://lexvo.org/id/char/1A59> a lvont:Character ;
    lvont:represents "ᩙ"^^xsd:string ;
    rdfs:comment "TAI THAM CONSONANT SIGN FINAL NGA"@en .

<http://lexvo.org/id/char/1A5A> a lvont:Character ;
    lvont:represents "ᩚ"^^xsd:string ;
    rdfs:comment "TAI THAM CONSONANT SIGN LOW PA"@en .

<http://lexvo.org/id/char/1A5B> a lvont:Character ;
    lvont:represents "ᩛ"^^xsd:string ;
    rdfs:comment "TAI THAM CONSONANT SIGN HIGH RATHA OR LOW PA"@en .

<http://lexvo.org/id/char/1A5C> a lvont:Character ;
    lvont:represents "ᩜ"^^xsd:string ;
    rdfs:comment "TAI THAM CONSONANT SIGN MA"@en .

<http://lexvo.org/id/char/1A5D> a lvont:Character ;
    lvont:represents "ᩝ"^^xsd:string ;
    rdfs:comment "TAI THAM CONSONANT SIGN BA"@en .

<http://lexvo.org/id/char/1A5E> a lvont:Character ;
    lvont:represents "ᩞ"^^xsd:string ;
    rdfs:comment "TAI THAM CONSONANT SIGN SA"@en .

<http://lexvo.org/id/char/1A60> a lvont:Character ;
    lvont:represents "᩠"^^xsd:string ;
    rdfs:comment "TAI THAM SIGN SAKOT"@en .

<http://lexvo.org/id/char/1A61> a lvont:Character ;
    lvont:represents "ᩡ"^^xsd:string ;
    rdfs:comment "TAI THAM VOWEL SIGN A"@en .

<http://lexvo.org/id/char/1A62> a lvont:Character ;
    lvont:represents "ᩢ"^^xsd:string ;
    rdfs:comment "TAI THAM VOWEL SIGN MAI SAT"@en .

<http://lexvo.org/id/char/1A63> a lvont:Character ;
    lvont:represents "ᩣ"^^xsd:string ;
    rdfs:comment "TAI THAM VOWEL SIGN AA"@en .

<http://lexvo.org/id/char/1A64> a lvont:Character ;
    lvont:represents "ᩤ"^^xsd:string ;
    rdfs:comment "TAI THAM VOWEL SIGN TALL AA"@en .

<http://lexvo.org/id/char/1A65> a lvont:Character ;
    lvont:represents "ᩥ"^^xsd:string ;
    rdfs:comment "TAI THAM VOWEL SIGN I"@en .

<http://lexvo.org/id/char/1A66> a lvont:Character ;
    lvont:represents "ᩦ"^^xsd:string ;
    rdfs:comment "TAI THAM VOWEL SIGN II"@en .

<http://lexvo.org/id/char/1A67> a lvont:Character ;
    lvont:represents "ᩧ"^^xsd:string ;
    rdfs:comment "TAI THAM VOWEL SIGN UE"@en .

<http://lexvo.org/id/char/1A68> a lvont:Character ;
    lvont:represents "ᩨ"^^xsd:string ;
    rdfs:comment "TAI THAM VOWEL SIGN UUE"@en .

<http://lexvo.org/id/char/1A69> a lvont:Character ;
    lvont:represents "ᩩ"^^xsd:string ;
    rdfs:comment "TAI THAM VOWEL SIGN U"@en .

<http://lexvo.org/id/char/1A6A> a lvont:Character ;
    lvont:represents "ᩪ"^^xsd:string ;
    rdfs:comment "TAI THAM VOWEL SIGN UU"@en .

<http://lexvo.org/id/char/1A6B> a lvont:Character ;
    lvont:represents "ᩫ"^^xsd:string ;
    rdfs:comment "TAI THAM VOWEL SIGN O"@en .

<http://lexvo.org/id/char/1A6C> a lvont:Character ;
    lvont:represents "ᩬ"^^xsd:string ;
    rdfs:comment "TAI THAM VOWEL SIGN OA BELOW"@en .

<http://lexvo.org/id/char/1A6D> a lvont:Character ;
    lvont:represents "ᩭ"^^xsd:string ;
    rdfs:comment "TAI THAM VOWEL SIGN OY"@en .

<http://lexvo.org/id/char/1A6E> a lvont:Character ;
    lvont:represents "ᩮ"^^xsd:string ;
    rdfs:comment "TAI THAM VOWEL SIGN E"@en .

<http://lexvo.org/id/char/1A6F> a lvont:Character ;
    lvont:represents "ᩯ"^^xsd:string ;
    rdfs:comment "TAI THAM VOWEL SIGN AE"@en .

<http://lexvo.org/id/char/1A70> a lvont:Character ;
    lvont:represents "ᩰ"^^xsd:string ;
    rdfs:comment "TAI THAM VOWEL SIGN OO"@en .

<http://lexvo.org/id/char/1A71> a lvont:Character ;
    lvont:represents "ᩱ"^^xsd:string ;
    rdfs:comment "TAI THAM VOWEL SIGN AI"@en .

<http://lexvo.org/id/char/1A72> a lvont:Character ;
    lvont:represents "ᩲ"^^xsd:string ;
    rdfs:comment "TAI THAM VOWEL SIGN THAM AI"@en .

<http://lexvo.org/id/char/1A73> a lvont:Character ;
    lvont:represents "ᩳ"^^xsd:string ;
    rdfs:comment "TAI THAM VOWEL SIGN OA ABOVE"@en .

<http://lexvo.org/id/char/1A74> a lvont:Character ;
    lvont:represents "ᩴ"^^xsd:string ;
    rdfs:comment "TAI THAM SIGN MAI KANG"@en .

<http://lexvo.org/id/char/1A75> a lvont:Character ;
    lvont:represents "᩵"^^xsd:string ;
    rdfs:comment "TAI THAM SIGN TONE-1"@en .

<http://lexvo.org/id/char/1A76> a lvont:Character ;
    lvont:represents "᩶"^^xsd:string ;
    rdfs:comment "TAI THAM SIGN TONE-2"@en .

<http://lexvo.org/id/char/1A77> a lvont:Character ;
    lvont:represents "᩷"^^xsd:string ;
    rdfs:comment "TAI THAM SIGN KHUEN TONE-3"@en .

<http://lexvo.org/id/char/1A78> a lvont:Character ;
    lvont:represents "᩸"^^xsd:string ;
    rdfs:comment "TAI THAM SIGN KHUEN TONE-4"@en .

<http://lexvo.org/id/char/1A79> a lvont:Character ;
    lvont:represents "᩹"^^xsd:string ;
    rdfs:comment "TAI THAM SIGN KHUEN TONE-5"@en .

<http://lexvo.org/id/char/1A7A> a lvont:Character ;
    lvont:represents "᩺"^^xsd:string ;
    rdfs:comment "TAI THAM SIGN RA HAAM"@en .

<http://lexvo.org/id/char/1A7B> a lvont:Character ;
    lvont:represents "᩻"^^xsd:string ;
    rdfs:comment "TAI THAM SIGN MAI SAM"@en .

<http://lexvo.org/id/char/1A7C> a lvont:Character ;
    lvont:represents "᩼"^^xsd:string ;
    rdfs:comment "TAI THAM SIGN KHUEN-LUE KARAN"@en .

<http://lexvo.org/id/char/1A7F> a lvont:Character ;
    lvont:represents "᩿"^^xsd:string ;
    rdfs:comment "TAI THAM COMBINING CRYPTOGRAMMIC DOT"@en .

<http://lexvo.org/id/char/1A80> a lvont:Character ;
    lvont:represents "᪀"^^xsd:string ;
    rdfs:comment "TAI THAM HORA DIGIT ZERO"@en .

<http://lexvo.org/id/char/1A81> a lvont:Character ;
    lvont:represents "᪁"^^xsd:string ;
    rdfs:comment "TAI THAM HORA DIGIT ONE"@en .

<http://lexvo.org/id/char/1A82> a lvont:Character ;
    lvont:represents "᪂"^^xsd:string ;
    rdfs:comment "TAI THAM HORA DIGIT TWO"@en .

<http://lexvo.org/id/char/1A83> a lvont:Character ;
    lvont:represents "᪃"^^xsd:string ;
    rdfs:comment "TAI THAM HORA DIGIT THREE"@en .

<http://lexvo.org/id/char/1A84> a lvont:Character ;
    lvont:represents "᪄"^^xsd:string ;
    rdfs:comment "TAI THAM HORA DIGIT FOUR"@en .

<http://lexvo.org/id/char/1A85> a lvont:Character ;
    lvont:represents "᪅"^^xsd:string ;
    rdfs:comment "TAI THAM HORA DIGIT FIVE"@en .

<http://lexvo.org/id/char/1A86> a lvont:Character ;
    lvont:represents "᪆"^^xsd:string ;
    rdfs:comment "TAI THAM HORA DIGIT SIX"@en .

<http://lexvo.org/id/char/1A87> a lvont:Character ;
    lvont:represents "᪇"^^xsd:string ;
    rdfs:comment "TAI THAM HORA DIGIT SEVEN"@en .

<http://lexvo.org/id/char/1A88> a lvont:Character ;
    lvont:represents "᪈"^^xsd:string ;
    rdfs:comment "TAI THAM HORA DIGIT EIGHT"@en .

<http://lexvo.org/id/char/1A89> a lvont:Character ;
    lvont:represents "᪉"^^xsd:string ;
    rdfs:comment "TAI THAM HORA DIGIT NINE"@en .

<http://lexvo.org/id/char/1A90> a lvont:Character ;
    lvont:represents "᪐"^^xsd:string ;
    rdfs:comment "TAI THAM THAM DIGIT ZERO"@en .

<http://lexvo.org/id/char/1A91> a lvont:Character ;
    lvont:represents "᪑"^^xsd:string ;
    rdfs:comment "TAI THAM THAM DIGIT ONE"@en .

<http://lexvo.org/id/char/1A92> a lvont:Character ;
    lvont:represents "᪒"^^xsd:string ;
    rdfs:comment "TAI THAM THAM DIGIT TWO"@en .

<http://lexvo.org/id/char/1A93> a lvont:Character ;
    lvont:represents "᪓"^^xsd:string ;
    rdfs:comment "TAI THAM THAM DIGIT THREE"@en .

<http://lexvo.org/id/char/1A94> a lvont:Character ;
    lvont:represents "᪔"^^xsd:string ;
    rdfs:comment "TAI THAM THAM DIGIT FOUR"@en .

<http://lexvo.org/id/char/1A95> a lvont:Character ;
    lvont:represents "᪕"^^xsd:string ;
    rdfs:comment "TAI THAM THAM DIGIT FIVE"@en .

<http://lexvo.org/id/char/1A96> a lvont:Character ;
    lvont:represents "᪖"^^xsd:string ;
    rdfs:comment "TAI THAM THAM DIGIT SIX"@en .

<http://lexvo.org/id/char/1A97> a lvont:Character ;
    lvont:represents "᪗"^^xsd:string ;
    rdfs:comment "TAI THAM THAM DIGIT SEVEN"@en .

<http://lexvo.org/id/char/1A98> a lvont:Character ;
    lvont:represents "᪘"^^xsd:string ;
    rdfs:comment "TAI THAM THAM DIGIT EIGHT"@en .

<http://lexvo.org/id/char/1A99> a lvont:Character ;
    lvont:represents "᪙"^^xsd:string ;
    rdfs:comment "TAI THAM THAM DIGIT NINE"@en .

<http://lexvo.org/id/char/1AA0> a lvont:Character ;
    lvont:represents "᪠"^^xsd:string ;
    rdfs:comment "TAI THAM SIGN WIANG"@en .

<http://lexvo.org/id/char/1AA1> a lvont:Character ;
    lvont:represents "᪡"^^xsd:string ;
    rdfs:comment "TAI THAM SIGN WIANGWAAK"@en .

<http://lexvo.org/id/char/1AA2> a lvont:Character ;
    lvont:represents "᪢"^^xsd:string ;
    rdfs:comment "TAI THAM SIGN SAWAN"@en .

<http://lexvo.org/id/char/1AA3> a lvont:Character ;
    lvont:represents "᪣"^^xsd:string ;
    rdfs:comment "TAI THAM SIGN KEOW"@en .

<http://lexvo.org/id/char/1AA4> a lvont:Character ;
    lvont:represents "᪤"^^xsd:string ;
    rdfs:comment "TAI THAM SIGN HOY"@en .

<http://lexvo.org/id/char/1AA5> a lvont:Character ;
    lvont:represents "᪥"^^xsd:string ;
    rdfs:comment "TAI THAM SIGN DOKMAI"@en .

<http://lexvo.org/id/char/1AA6> a lvont:Character ;
    lvont:represents "᪦"^^xsd:string ;
    rdfs:comment "TAI THAM SIGN REVERSED ROTATED RANA"@en .

<http://lexvo.org/id/char/1AA7> a lvont:Character ;
    lvont:represents "ᪧ"^^xsd:string ;
    rdfs:comment "TAI THAM SIGN MAI YAMOK"@en .

<http://lexvo.org/id/char/1AA8> a lvont:Character ;
    lvont:represents "᪨"^^xsd:string ;
    rdfs:comment "TAI THAM SIGN KAAN"@en .

<http://lexvo.org/id/char/1AA9> a lvont:Character ;
    lvont:represents "᪩"^^xsd:string ;
    rdfs:comment "TAI THAM SIGN KAANKUU"@en .

<http://lexvo.org/id/char/1AAA> a lvont:Character ;
    lvont:represents "᪪"^^xsd:string ;
    rdfs:comment "TAI THAM SIGN SATKAAN"@en .

<http://lexvo.org/id/char/1AAB> a lvont:Character ;
    lvont:represents "᪫"^^xsd:string ;
    rdfs:comment "TAI THAM SIGN SATKAANKUU"@en .

<http://lexvo.org/id/char/1AAC> a lvont:Character ;
    lvont:represents "᪬"^^xsd:string ;
    rdfs:comment "TAI THAM SIGN HANG"@en .

<http://lexvo.org/id/char/1AAD> a lvont:Character ;
    lvont:represents "᪭"^^xsd:string ;
    rdfs:comment "TAI THAM SIGN CAANG"@en .

<http://lexvo.org/id/char/1B00> a lvont:Character ;
    lvont:represents "ᬀ"^^xsd:string ;
    rdfs:comment "BALINESE SIGN ULU RICEM"@en .

<http://lexvo.org/id/char/1B000> a lvont:Character ;
    lvont:represents "𛀀"^^xsd:string ;
    rdfs:comment "KATAKANA LETTER ARCHAIC E"@en .

<http://lexvo.org/id/char/1B001> a lvont:Character ;
    lvont:represents "𛀁"^^xsd:string ;
    rdfs:comment "HIRAGANA LETTER ARCHAIC YE"@en .

<http://lexvo.org/id/char/1B01> a lvont:Character ;
    lvont:represents "ᬁ"^^xsd:string ;
    rdfs:comment "BALINESE SIGN ULU CANDRA"@en .

<http://lexvo.org/id/char/1B02> a lvont:Character ;
    lvont:represents "ᬂ"^^xsd:string ;
    rdfs:comment "BALINESE SIGN CECEK"@en .

<http://lexvo.org/id/char/1B03> a lvont:Character ;
    lvont:represents "ᬃ"^^xsd:string ;
    rdfs:comment "BALINESE SIGN SURANG"@en .

<http://lexvo.org/id/char/1B04> a lvont:Character ;
    lvont:represents "ᬄ"^^xsd:string ;
    rdfs:comment "BALINESE SIGN BISAH"@en .

<http://lexvo.org/id/char/1B05> a lvont:Character ;
    lvont:represents "ᬅ"^^xsd:string ;
    rdfs:comment "BALINESE LETTER AKARA"@en .

<http://lexvo.org/id/char/1B06> a lvont:Character ;
    lvont:represents "ᬆ"^^xsd:string ;
    rdfs:comment "BALINESE LETTER AKARA TEDUNG"@en .

<http://lexvo.org/id/char/1B07> a lvont:Character ;
    lvont:represents "ᬇ"^^xsd:string ;
    rdfs:comment "BALINESE LETTER IKARA"@en .

<http://lexvo.org/id/char/1B08> a lvont:Character ;
    lvont:represents "ᬈ"^^xsd:string ;
    rdfs:comment "BALINESE LETTER IKARA TEDUNG"@en .

<http://lexvo.org/id/char/1B09> a lvont:Character ;
    lvont:represents "ᬉ"^^xsd:string ;
    rdfs:comment "BALINESE LETTER UKARA"@en .

<http://lexvo.org/id/char/1B0A> a lvont:Character ;
    lvont:represents "ᬊ"^^xsd:string ;
    rdfs:comment "BALINESE LETTER UKARA TEDUNG"@en .

<http://lexvo.org/id/char/1B0B> a lvont:Character ;
    lvont:represents "ᬋ"^^xsd:string ;
    rdfs:comment "BALINESE LETTER RA REPA"@en .

<http://lexvo.org/id/char/1B0C> a lvont:Character ;
    lvont:represents "ᬌ"^^xsd:string ;
    rdfs:comment "BALINESE LETTER RA REPA TEDUNG"@en .

<http://lexvo.org/id/char/1B0D> a lvont:Character ;
    lvont:represents "ᬍ"^^xsd:string ;
    rdfs:comment "BALINESE LETTER LA LENGA"@en .

<http://lexvo.org/id/char/1B0E> a lvont:Character ;
    lvont:represents "ᬎ"^^xsd:string ;
    rdfs:comment "BALINESE LETTER LA LENGA TEDUNG"@en .

<http://lexvo.org/id/char/1B0F> a lvont:Character ;
    lvont:represents "ᬏ"^^xsd:string ;
    rdfs:comment "BALINESE LETTER EKARA"@en .

<http://lexvo.org/id/char/1B10> a lvont:Character ;
    lvont:represents "ᬐ"^^xsd:string ;
    rdfs:comment "BALINESE LETTER AIKARA"@en .

<http://lexvo.org/id/char/1B11> a lvont:Character ;
    lvont:represents "ᬑ"^^xsd:string ;
    rdfs:comment "BALINESE LETTER OKARA"@en .

<http://lexvo.org/id/char/1B12> a lvont:Character ;
    lvont:represents "ᬒ"^^xsd:string ;
    rdfs:comment "BALINESE LETTER OKARA TEDUNG"@en .

<http://lexvo.org/id/char/1B13> a lvont:Character ;
    lvont:represents "ᬓ"^^xsd:string ;
    rdfs:comment "BALINESE LETTER KA"@en .

<http://lexvo.org/id/char/1B14> a lvont:Character ;
    lvont:represents "ᬔ"^^xsd:string ;
    rdfs:comment "BALINESE LETTER KA MAHAPRANA"@en .

<http://lexvo.org/id/char/1B15> a lvont:Character ;
    lvont:represents "ᬕ"^^xsd:string ;
    rdfs:comment "BALINESE LETTER GA"@en .

<http://lexvo.org/id/char/1B16> a lvont:Character ;
    lvont:represents "ᬖ"^^xsd:string ;
    rdfs:comment "BALINESE LETTER GA GORA"@en .

<http://lexvo.org/id/char/1B17> a lvont:Character ;
    lvont:represents "ᬗ"^^xsd:string ;
    rdfs:comment "BALINESE LETTER NGA"@en .

<http://lexvo.org/id/char/1B18> a lvont:Character ;
    lvont:represents "ᬘ"^^xsd:string ;
    rdfs:comment "BALINESE LETTER CA"@en .

<http://lexvo.org/id/char/1B19> a lvont:Character ;
    lvont:represents "ᬙ"^^xsd:string ;
    rdfs:comment "BALINESE LETTER CA LACA"@en .

<http://lexvo.org/id/char/1B1A> a lvont:Character ;
    lvont:represents "ᬚ"^^xsd:string ;
    rdfs:comment "BALINESE LETTER JA"@en .

<http://lexvo.org/id/char/1B1B> a lvont:Character ;
    lvont:represents "ᬛ"^^xsd:string ;
    rdfs:comment "BALINESE LETTER JA JERA"@en .

<http://lexvo.org/id/char/1B1C> a lvont:Character ;
    lvont:represents "ᬜ"^^xsd:string ;
    rdfs:comment "BALINESE LETTER NYA"@en .

<http://lexvo.org/id/char/1B1D> a lvont:Character ;
    lvont:represents "ᬝ"^^xsd:string ;
    rdfs:comment "BALINESE LETTER TA LATIK"@en .

<http://lexvo.org/id/char/1B1E> a lvont:Character ;
    lvont:represents "ᬞ"^^xsd:string ;
    rdfs:comment "BALINESE LETTER TA MURDA MAHAPRANA"@en .

<http://lexvo.org/id/char/1B1F> a lvont:Character ;
    lvont:represents "ᬟ"^^xsd:string ;
    rdfs:comment "BALINESE LETTER DA MURDA ALPAPRANA"@en .

<http://lexvo.org/id/char/1B20> a lvont:Character ;
    lvont:represents "ᬠ"^^xsd:string ;
    rdfs:comment "BALINESE LETTER DA MURDA MAHAPRANA"@en .

<http://lexvo.org/id/char/1B21> a lvont:Character ;
    lvont:represents "ᬡ"^^xsd:string ;
    rdfs:comment "BALINESE LETTER NA RAMBAT"@en .

<http://lexvo.org/id/char/1B22> a lvont:Character ;
    lvont:represents "ᬢ"^^xsd:string ;
    rdfs:comment "BALINESE LETTER TA"@en .

<http://lexvo.org/id/char/1B23> a lvont:Character ;
    lvont:represents "ᬣ"^^xsd:string ;
    rdfs:comment "BALINESE LETTER TA TAWA"@en .

<http://lexvo.org/id/char/1B24> a lvont:Character ;
    lvont:represents "ᬤ"^^xsd:string ;
    rdfs:comment "BALINESE LETTER DA"@en .

<http://lexvo.org/id/char/1B25> a lvont:Character ;
    lvont:represents "ᬥ"^^xsd:string ;
    rdfs:comment "BALINESE LETTER DA MADU"@en .

<http://lexvo.org/id/char/1B26> a lvont:Character ;
    lvont:represents "ᬦ"^^xsd:string ;
    rdfs:comment "BALINESE LETTER NA"@en .

<http://lexvo.org/id/char/1B27> a lvont:Character ;
    lvont:represents "ᬧ"^^xsd:string ;
    rdfs:comment "BALINESE LETTER PA"@en .

<http://lexvo.org/id/char/1B28> a lvont:Character ;
    lvont:represents "ᬨ"^^xsd:string ;
    rdfs:comment "BALINESE LETTER PA KAPAL"@en .

<http://lexvo.org/id/char/1B29> a lvont:Character ;
    lvont:represents "ᬩ"^^xsd:string ;
    rdfs:comment "BALINESE LETTER BA"@en .

<http://lexvo.org/id/char/1B2A> a lvont:Character ;
    lvont:represents "ᬪ"^^xsd:string ;
    rdfs:comment "BALINESE LETTER BA KEMBANG"@en .

<http://lexvo.org/id/char/1B2B> a lvont:Character ;
    lvont:represents "ᬫ"^^xsd:string ;
    rdfs:comment "BALINESE LETTER MA"@en .

<http://lexvo.org/id/char/1B2C> a lvont:Character ;
    lvont:represents "ᬬ"^^xsd:string ;
    rdfs:comment "BALINESE LETTER YA"@en .

<http://lexvo.org/id/char/1B2D> a lvont:Character ;
    lvont:represents "ᬭ"^^xsd:string ;
    rdfs:comment "BALINESE LETTER RA"@en .

<http://lexvo.org/id/char/1B2E> a lvont:Character ;
    lvont:represents "ᬮ"^^xsd:string ;
    rdfs:comment "BALINESE LETTER LA"@en .

<http://lexvo.org/id/char/1B2F> a lvont:Character ;
    lvont:represents "ᬯ"^^xsd:string ;
    rdfs:comment "BALINESE LETTER WA"@en .

<http://lexvo.org/id/char/1B30> a lvont:Character ;
    lvont:represents "ᬰ"^^xsd:string ;
    rdfs:comment "BALINESE LETTER SA SAGA"@en .

<http://lexvo.org/id/char/1B31> a lvont:Character ;
    lvont:represents "ᬱ"^^xsd:string ;
    rdfs:comment "BALINESE LETTER SA SAPA"@en .

<http://lexvo.org/id/char/1B32> a lvont:Character ;
    lvont:represents "ᬲ"^^xsd:string ;
    rdfs:comment "BALINESE LETTER SA"@en .

<http://lexvo.org/id/char/1B33> a lvont:Character ;
    lvont:represents "ᬳ"^^xsd:string ;
    rdfs:comment "BALINESE LETTER HA"@en .

<http://lexvo.org/id/char/1B34> a lvont:Character ;
    lvont:represents "᬴"^^xsd:string ;
    rdfs:comment "BALINESE SIGN REREKAN"@en .

<http://lexvo.org/id/char/1B35> a lvont:Character ;
    lvont:represents "ᬵ"^^xsd:string ;
    rdfs:comment "BALINESE VOWEL SIGN TEDUNG"@en .

<http://lexvo.org/id/char/1B36> a lvont:Character ;
    lvont:represents "ᬶ"^^xsd:string ;
    rdfs:comment "BALINESE VOWEL SIGN ULU"@en .

<http://lexvo.org/id/char/1B37> a lvont:Character ;
    lvont:represents "ᬷ"^^xsd:string ;
    rdfs:comment "BALINESE VOWEL SIGN ULU SARI"@en .

<http://lexvo.org/id/char/1B38> a lvont:Character ;
    lvont:represents "ᬸ"^^xsd:string ;
    rdfs:comment "BALINESE VOWEL SIGN SUKU"@en .

<http://lexvo.org/id/char/1B39> a lvont:Character ;
    lvont:represents "ᬹ"^^xsd:string ;
    rdfs:comment "BALINESE VOWEL SIGN SUKU ILUT"@en .

<http://lexvo.org/id/char/1B3A> a lvont:Character ;
    lvont:represents "ᬺ"^^xsd:string ;
    rdfs:comment "BALINESE VOWEL SIGN RA REPA"@en .

<http://lexvo.org/id/char/1B3B> a lvont:Character ;
    lvont:represents "ᬻ"^^xsd:string ;
    rdfs:comment "BALINESE VOWEL SIGN RA REPA TEDUNG"@en .

<http://lexvo.org/id/char/1B3C> a lvont:Character ;
    lvont:represents "ᬼ"^^xsd:string ;
    rdfs:comment "BALINESE VOWEL SIGN LA LENGA"@en .

<http://lexvo.org/id/char/1B3D> a lvont:Character ;
    lvont:represents "ᬽ"^^xsd:string ;
    rdfs:comment "BALINESE VOWEL SIGN LA LENGA TEDUNG"@en .

<http://lexvo.org/id/char/1B3E> a lvont:Character ;
    lvont:represents "ᬾ"^^xsd:string ;
    rdfs:comment "BALINESE VOWEL SIGN TALING"@en .

<http://lexvo.org/id/char/1B3F> a lvont:Character ;
    lvont:represents "ᬿ"^^xsd:string ;
    rdfs:comment "BALINESE VOWEL SIGN TALING REPA"@en .

<http://lexvo.org/id/char/1B40> a lvont:Character ;
    lvont:represents "ᭀ"^^xsd:string ;
    rdfs:comment "BALINESE VOWEL SIGN TALING TEDUNG"@en .

<http://lexvo.org/id/char/1B41> a lvont:Character ;
    lvont:represents "ᭁ"^^xsd:string ;
    rdfs:comment "BALINESE VOWEL SIGN TALING REPA TEDUNG"@en .

<http://lexvo.org/id/char/1B42> a lvont:Character ;
    lvont:represents "ᭂ"^^xsd:string ;
    rdfs:comment "BALINESE VOWEL SIGN PEPET"@en .

<http://lexvo.org/id/char/1B43> a lvont:Character ;
    lvont:represents "ᭃ"^^xsd:string ;
    rdfs:comment "BALINESE VOWEL SIGN PEPET TEDUNG"@en .

<http://lexvo.org/id/char/1B44> a lvont:Character ;
    lvont:represents "᭄"^^xsd:string ;
    rdfs:comment "BALINESE ADEG ADEG"@en .

<http://lexvo.org/id/char/1B45> a lvont:Character ;
    lvont:represents "ᭅ"^^xsd:string ;
    rdfs:comment "BALINESE LETTER KAF SASAK"@en .

<http://lexvo.org/id/char/1B46> a lvont:Character ;
    lvont:represents "ᭆ"^^xsd:string ;
    rdfs:comment "BALINESE LETTER KHOT SASAK"@en .

<http://lexvo.org/id/char/1B47> a lvont:Character ;
    lvont:represents "ᭇ"^^xsd:string ;
    rdfs:comment "BALINESE LETTER TZIR SASAK"@en .

<http://lexvo.org/id/char/1B48> a lvont:Character ;
    lvont:represents "ᭈ"^^xsd:string ;
    rdfs:comment "BALINESE LETTER EF SASAK"@en .

<http://lexvo.org/id/char/1B49> a lvont:Character ;
    lvont:represents "ᭉ"^^xsd:string ;
    rdfs:comment "BALINESE LETTER VE SASAK"@en .

<http://lexvo.org/id/char/1B4A> a lvont:Character ;
    lvont:represents "ᭊ"^^xsd:string ;
    rdfs:comment "BALINESE LETTER ZAL SASAK"@en .

<http://lexvo.org/id/char/1B4B> a lvont:Character ;
    lvont:represents "ᭋ"^^xsd:string ;
    rdfs:comment "BALINESE LETTER ASYURA SASAK"@en .

<http://lexvo.org/id/char/1B50> a lvont:Character ;
    lvont:represents "᭐"^^xsd:string ;
    rdfs:comment "BALINESE DIGIT ZERO"@en .

<http://lexvo.org/id/char/1B51> a lvont:Character ;
    lvont:represents "᭑"^^xsd:string ;
    rdfs:comment "BALINESE DIGIT ONE"@en .

<http://lexvo.org/id/char/1B52> a lvont:Character ;
    lvont:represents "᭒"^^xsd:string ;
    rdfs:comment "BALINESE DIGIT TWO"@en .

<http://lexvo.org/id/char/1B53> a lvont:Character ;
    lvont:represents "᭓"^^xsd:string ;
    rdfs:comment "BALINESE DIGIT THREE"@en .

<http://lexvo.org/id/char/1B54> a lvont:Character ;
    lvont:represents "᭔"^^xsd:string ;
    rdfs:comment "BALINESE DIGIT FOUR"@en .

<http://lexvo.org/id/char/1B55> a lvont:Character ;
    lvont:represents "᭕"^^xsd:string ;
    rdfs:comment "BALINESE DIGIT FIVE"@en .

<http://lexvo.org/id/char/1B56> a lvont:Character ;
    lvont:represents "᭖"^^xsd:string ;
    rdfs:comment "BALINESE DIGIT SIX"@en .

<http://lexvo.org/id/char/1B57> a lvont:Character ;
    lvont:represents "᭗"^^xsd:string ;
    rdfs:comment "BALINESE DIGIT SEVEN"@en .

<http://lexvo.org/id/char/1B58> a lvont:Character ;
    lvont:represents "᭘"^^xsd:string ;
    rdfs:comment "BALINESE DIGIT EIGHT"@en .

<http://lexvo.org/id/char/1B59> a lvont:Character ;
    lvont:represents "᭙"^^xsd:string ;
    rdfs:comment "BALINESE DIGIT NINE"@en .

<http://lexvo.org/id/char/1B5A> a lvont:Character ;
    lvont:represents "᭚"^^xsd:string ;
    rdfs:comment "BALINESE PANTI"@en .

<http://lexvo.org/id/char/1B5B> a lvont:Character ;
    lvont:represents "᭛"^^xsd:string ;
    rdfs:comment "BALINESE PAMADA"@en .

<http://lexvo.org/id/char/1B5C> a lvont:Character ;
    lvont:represents "᭜"^^xsd:string ;
    rdfs:comment "BALINESE WINDU"@en .

<http://lexvo.org/id/char/1B5D> a lvont:Character ;
    lvont:represents "᭝"^^xsd:string ;
    rdfs:comment "BALINESE CARIK PAMUNGKAH"@en .

<http://lexvo.org/id/char/1B5E> a lvont:Character ;
    lvont:represents "᭞"^^xsd:string ;
    rdfs:comment "BALINESE CARIK SIKI"@en .

<http://lexvo.org/id/char/1B5F> a lvont:Character ;
    lvont:represents "᭟"^^xsd:string ;
    rdfs:comment "BALINESE CARIK PAREREN"@en .

<http://lexvo.org/id/char/1B60> a lvont:Character ;
    lvont:represents "᭠"^^xsd:string ;
    rdfs:comment "BALINESE PAMENENG"@en .

<http://lexvo.org/id/char/1B61> a lvont:Character ;
    lvont:represents "᭡"^^xsd:string ;
    rdfs:comment "BALINESE MUSICAL SYMBOL DONG"@en .

<http://lexvo.org/id/char/1B62> a lvont:Character ;
    lvont:represents "᭢"^^xsd:string ;
    rdfs:comment "BALINESE MUSICAL SYMBOL DENG"@en .

<http://lexvo.org/id/char/1B63> a lvont:Character ;
    lvont:represents "᭣"^^xsd:string ;
    rdfs:comment "BALINESE MUSICAL SYMBOL DUNG"@en .

<http://lexvo.org/id/char/1B64> a lvont:Character ;
    lvont:represents "᭤"^^xsd:string ;
    rdfs:comment "BALINESE MUSICAL SYMBOL DANG"@en .

<http://lexvo.org/id/char/1B65> a lvont:Character ;
    lvont:represents "᭥"^^xsd:string ;
    rdfs:comment "BALINESE MUSICAL SYMBOL DANG SURANG"@en .

<http://lexvo.org/id/char/1B66> a lvont:Character ;
    lvont:represents "᭦"^^xsd:string ;
    rdfs:comment "BALINESE MUSICAL SYMBOL DING"@en .

<http://lexvo.org/id/char/1B67> a lvont:Character ;
    lvont:represents "᭧"^^xsd:string ;
    rdfs:comment "BALINESE MUSICAL SYMBOL DAENG"@en .

<http://lexvo.org/id/char/1B68> a lvont:Character ;
    lvont:represents "᭨"^^xsd:string ;
    rdfs:comment "BALINESE MUSICAL SYMBOL DEUNG"@en .

<http://lexvo.org/id/char/1B69> a lvont:Character ;
    lvont:represents "᭩"^^xsd:string ;
    rdfs:comment "BALINESE MUSICAL SYMBOL DAING"@en .

<http://lexvo.org/id/char/1B6A> a lvont:Character ;
    lvont:represents "᭪"^^xsd:string ;
    rdfs:comment "BALINESE MUSICAL SYMBOL DANG GEDE"@en .

<http://lexvo.org/id/char/1B6B> a lvont:Character ;
    lvont:represents "᭫"^^xsd:string ;
    rdfs:comment "BALINESE MUSICAL SYMBOL COMBINING TEGEH"@en .

<http://lexvo.org/id/char/1B6C> a lvont:Character ;
    lvont:represents "᭬"^^xsd:string ;
    rdfs:comment "BALINESE MUSICAL SYMBOL COMBINING ENDEP"@en .

<http://lexvo.org/id/char/1B6D> a lvont:Character ;
    lvont:represents "᭭"^^xsd:string ;
    rdfs:comment "BALINESE MUSICAL SYMBOL COMBINING KEMPUL"@en .

<http://lexvo.org/id/char/1B6E> a lvont:Character ;
    lvont:represents "᭮"^^xsd:string ;
    rdfs:comment "BALINESE MUSICAL SYMBOL COMBINING KEMPLI"@en .

<http://lexvo.org/id/char/1B6F> a lvont:Character ;
    lvont:represents "᭯"^^xsd:string ;
    rdfs:comment "BALINESE MUSICAL SYMBOL COMBINING JEGOGAN"@en .

<http://lexvo.org/id/char/1B70> a lvont:Character ;
    lvont:represents "᭰"^^xsd:string ;
    rdfs:comment "BALINESE MUSICAL SYMBOL COMBINING KEMPUL WITH JEGOGAN"@en .

<http://lexvo.org/id/char/1B71> a lvont:Character ;
    lvont:represents "᭱"^^xsd:string ;
    rdfs:comment "BALINESE MUSICAL SYMBOL COMBINING KEMPLI WITH JEGOGAN"@en .

<http://lexvo.org/id/char/1B72> a lvont:Character ;
    lvont:represents "᭲"^^xsd:string ;
    rdfs:comment "BALINESE MUSICAL SYMBOL COMBINING BENDE"@en .

<http://lexvo.org/id/char/1B73> a lvont:Character ;
    lvont:represents "᭳"^^xsd:string ;
    rdfs:comment "BALINESE MUSICAL SYMBOL COMBINING GONG"@en .

<http://lexvo.org/id/char/1B74> a lvont:Character ;
    lvont:represents "᭴"^^xsd:string ;
    rdfs:comment "BALINESE MUSICAL SYMBOL RIGHT-HAND OPEN DUG"@en .

<http://lexvo.org/id/char/1B75> a lvont:Character ;
    lvont:represents "᭵"^^xsd:string ;
    rdfs:comment "BALINESE MUSICAL SYMBOL RIGHT-HAND OPEN DAG"@en .

<http://lexvo.org/id/char/1B76> a lvont:Character ;
    lvont:represents "᭶"^^xsd:string ;
    rdfs:comment "BALINESE MUSICAL SYMBOL RIGHT-HAND CLOSED TUK"@en .

<http://lexvo.org/id/char/1B77> a lvont:Character ;
    lvont:represents "᭷"^^xsd:string ;
    rdfs:comment "BALINESE MUSICAL SYMBOL RIGHT-HAND CLOSED TAK"@en .

<http://lexvo.org/id/char/1B78> a lvont:Character ;
    lvont:represents "᭸"^^xsd:string ;
    rdfs:comment "BALINESE MUSICAL SYMBOL LEFT-HAND OPEN PANG"@en .

<http://lexvo.org/id/char/1B79> a lvont:Character ;
    lvont:represents "᭹"^^xsd:string ;
    rdfs:comment "BALINESE MUSICAL SYMBOL LEFT-HAND OPEN PUNG"@en .

<http://lexvo.org/id/char/1B7A> a lvont:Character ;
    lvont:represents "᭺"^^xsd:string ;
    rdfs:comment "BALINESE MUSICAL SYMBOL LEFT-HAND CLOSED PLAK"@en .

<http://lexvo.org/id/char/1B7B> a lvont:Character ;
    lvont:represents "᭻"^^xsd:string ;
    rdfs:comment "BALINESE MUSICAL SYMBOL LEFT-HAND CLOSED PLUK"@en .

<http://lexvo.org/id/char/1B7C> a lvont:Character ;
    lvont:represents "᭼"^^xsd:string ;
    rdfs:comment "BALINESE MUSICAL SYMBOL LEFT-HAND OPEN PING"@en .

<http://lexvo.org/id/char/1B80> a lvont:Character ;
    lvont:represents "ᮀ"^^xsd:string ;
    rdfs:comment "SUNDANESE SIGN PANYECEK"@en .

<http://lexvo.org/id/char/1B81> a lvont:Character ;
    lvont:represents "ᮁ"^^xsd:string ;
    rdfs:comment "SUNDANESE SIGN PANGLAYAR"@en .

<http://lexvo.org/id/char/1B82> a lvont:Character ;
    lvont:represents "ᮂ"^^xsd:string ;
    rdfs:comment "SUNDANESE SIGN PANGWISAD"@en .

<http://lexvo.org/id/char/1B83> a lvont:Character ;
    lvont:represents "ᮃ"^^xsd:string ;
    rdfs:comment "SUNDANESE LETTER A"@en .

<http://lexvo.org/id/char/1B84> a lvont:Character ;
    lvont:represents "ᮄ"^^xsd:string ;
    rdfs:comment "SUNDANESE LETTER I"@en .

<http://lexvo.org/id/char/1B85> a lvont:Character ;
    lvont:represents "ᮅ"^^xsd:string ;
    rdfs:comment "SUNDANESE LETTER U"@en .

<http://lexvo.org/id/char/1B86> a lvont:Character ;
    lvont:represents "ᮆ"^^xsd:string ;
    rdfs:comment "SUNDANESE LETTER AE"@en .

<http://lexvo.org/id/char/1B87> a lvont:Character ;
    lvont:represents "ᮇ"^^xsd:string ;
    rdfs:comment "SUNDANESE LETTER O"@en .

<http://lexvo.org/id/char/1B88> a lvont:Character ;
    lvont:represents "ᮈ"^^xsd:string ;
    rdfs:comment "SUNDANESE LETTER E"@en .

<http://lexvo.org/id/char/1B89> a lvont:Character ;
    lvont:represents "ᮉ"^^xsd:string ;
    rdfs:comment "SUNDANESE LETTER EU"@en .

<http://lexvo.org/id/char/1B8A> a lvont:Character ;
    lvont:represents "ᮊ"^^xsd:string ;
    rdfs:comment "SUNDANESE LETTER KA"@en .

<http://lexvo.org/id/char/1B8B> a lvont:Character ;
    lvont:represents "ᮋ"^^xsd:string ;
    rdfs:comment "SUNDANESE LETTER QA"@en .

<http://lexvo.org/id/char/1B8C> a lvont:Character ;
    lvont:represents "ᮌ"^^xsd:string ;
    rdfs:comment "SUNDANESE LETTER GA"@en .

<http://lexvo.org/id/char/1B8D> a lvont:Character ;
    lvont:represents "ᮍ"^^xsd:string ;
    rdfs:comment "SUNDANESE LETTER NGA"@en .

<http://lexvo.org/id/char/1B8E> a lvont:Character ;
    lvont:represents "ᮎ"^^xsd:string ;
    rdfs:comment "SUNDANESE LETTER CA"@en .

<http://lexvo.org/id/char/1B8F> a lvont:Character ;
    lvont:represents "ᮏ"^^xsd:string ;
    rdfs:comment "SUNDANESE LETTER JA"@en .

<http://lexvo.org/id/char/1B90> a lvont:Character ;
    lvont:represents "ᮐ"^^xsd:string ;
    rdfs:comment "SUNDANESE LETTER ZA"@en .

<http://lexvo.org/id/char/1B91> a lvont:Character ;
    lvont:represents "ᮑ"^^xsd:string ;
    rdfs:comment "SUNDANESE LETTER NYA"@en .

<http://lexvo.org/id/char/1B92> a lvont:Character ;
    lvont:represents "ᮒ"^^xsd:string ;
    rdfs:comment "SUNDANESE LETTER TA"@en .

<http://lexvo.org/id/char/1B93> a lvont:Character ;
    lvont:represents "ᮓ"^^xsd:string ;
    rdfs:comment "SUNDANESE LETTER DA"@en .

<http://lexvo.org/id/char/1B94> a lvont:Character ;
    lvont:represents "ᮔ"^^xsd:string ;
    rdfs:comment "SUNDANESE LETTER NA"@en .

<http://lexvo.org/id/char/1B95> a lvont:Character ;
    lvont:represents "ᮕ"^^xsd:string ;
    rdfs:comment "SUNDANESE LETTER PA"@en .

<http://lexvo.org/id/char/1B96> a lvont:Character ;
    lvont:represents "ᮖ"^^xsd:string ;
    rdfs:comment "SUNDANESE LETTER FA"@en .

<http://lexvo.org/id/char/1B97> a lvont:Character ;
    lvont:represents "ᮗ"^^xsd:string ;
    rdfs:comment "SUNDANESE LETTER VA"@en .

<http://lexvo.org/id/char/1B98> a lvont:Character ;
    lvont:represents "ᮘ"^^xsd:string ;
    rdfs:comment "SUNDANESE LETTER BA"@en .

<http://lexvo.org/id/char/1B99> a lvont:Character ;
    lvont:represents "ᮙ"^^xsd:string ;
    rdfs:comment "SUNDANESE LETTER MA"@en .

<http://lexvo.org/id/char/1B9A> a lvont:Character ;
    lvont:represents "ᮚ"^^xsd:string ;
    rdfs:comment "SUNDANESE LETTER YA"@en .

<http://lexvo.org/id/char/1B9B> a lvont:Character ;
    lvont:represents "ᮛ"^^xsd:string ;
    rdfs:comment "SUNDANESE LETTER RA"@en .

<http://lexvo.org/id/char/1B9C> a lvont:Character ;
    lvont:represents "ᮜ"^^xsd:string ;
    rdfs:comment "SUNDANESE LETTER LA"@en .

<http://lexvo.org/id/char/1B9D> a lvont:Character ;
    lvont:represents "ᮝ"^^xsd:string ;
    rdfs:comment "SUNDANESE LETTER WA"@en .

<http://lexvo.org/id/char/1B9E> a lvont:Character ;
    lvont:represents "ᮞ"^^xsd:string ;
    rdfs:comment "SUNDANESE LETTER SA"@en .

<http://lexvo.org/id/char/1B9F> a lvont:Character ;
    lvont:represents "ᮟ"^^xsd:string ;
    rdfs:comment "SUNDANESE LETTER XA"@en .

<http://lexvo.org/id/char/1BA0> a lvont:Character ;
    lvont:represents "ᮠ"^^xsd:string ;
    rdfs:comment "SUNDANESE LETTER HA"@en .

<http://lexvo.org/id/char/1BA1> a lvont:Character ;
    lvont:represents "ᮡ"^^xsd:string ;
    rdfs:comment "SUNDANESE CONSONANT SIGN PAMINGKAL"@en .

<http://lexvo.org/id/char/1BA2> a lvont:Character ;
    lvont:represents "ᮢ"^^xsd:string ;
    rdfs:comment "SUNDANESE CONSONANT SIGN PANYAKRA"@en .

<http://lexvo.org/id/char/1BA3> a lvont:Character ;
    lvont:represents "ᮣ"^^xsd:string ;
    rdfs:comment "SUNDANESE CONSONANT SIGN PANYIKU"@en .

<http://lexvo.org/id/char/1BA4> a lvont:Character ;
    lvont:represents "ᮤ"^^xsd:string ;
    rdfs:comment "SUNDANESE VOWEL SIGN PANGHULU"@en .

<http://lexvo.org/id/char/1BA5> a lvont:Character ;
    lvont:represents "ᮥ"^^xsd:string ;
    rdfs:comment "SUNDANESE VOWEL SIGN PANYUKU"@en .

<http://lexvo.org/id/char/1BA6> a lvont:Character ;
    lvont:represents "ᮦ"^^xsd:string ;
    rdfs:comment "SUNDANESE VOWEL SIGN PANAELAENG"@en .

<http://lexvo.org/id/char/1BA7> a lvont:Character ;
    lvont:represents "ᮧ"^^xsd:string ;
    rdfs:comment "SUNDANESE VOWEL SIGN PANOLONG"@en .

<http://lexvo.org/id/char/1BA8> a lvont:Character ;
    lvont:represents "ᮨ"^^xsd:string ;
    rdfs:comment "SUNDANESE VOWEL SIGN PAMEPET"@en .

<http://lexvo.org/id/char/1BA9> a lvont:Character ;
    lvont:represents "ᮩ"^^xsd:string ;
    rdfs:comment "SUNDANESE VOWEL SIGN PANEULEUNG"@en .

<http://lexvo.org/id/char/1BAA> a lvont:Character ;
    lvont:represents "᮪"^^xsd:string ;
    rdfs:comment "SUNDANESE SIGN PAMAAEH"@en .

<http://lexvo.org/id/char/1BAB> a lvont:Character ;
    lvont:represents "᮫"^^xsd:string ;
    rdfs:comment "SUNDANESE SIGN VIRAMA"@en .

<http://lexvo.org/id/char/1BAC> a lvont:Character ;
    lvont:represents "ᮬ"^^xsd:string ;
    rdfs:comment "SUNDANESE CONSONANT SIGN PASANGAN MA"@en .

<http://lexvo.org/id/char/1BAD> a lvont:Character ;
    lvont:represents "ᮭ"^^xsd:string ;
    rdfs:comment "SUNDANESE CONSONANT SIGN PASANGAN WA"@en .

<http://lexvo.org/id/char/1BAE> a lvont:Character ;
    lvont:represents "ᮮ"^^xsd:string ;
    rdfs:comment "SUNDANESE LETTER KHA"@en .

<http://lexvo.org/id/char/1BAF> a lvont:Character ;
    lvont:represents "ᮯ"^^xsd:string ;
    rdfs:comment "SUNDANESE LETTER SYA"@en .

<http://lexvo.org/id/char/1BB0> a lvont:Character ;
    lvont:represents "᮰"^^xsd:string ;
    rdfs:comment "SUNDANESE DIGIT ZERO"@en .

<http://lexvo.org/id/char/1BB1> a lvont:Character ;
    lvont:represents "᮱"^^xsd:string ;
    rdfs:comment "SUNDANESE DIGIT ONE"@en .

<http://lexvo.org/id/char/1BB2> a lvont:Character ;
    lvont:represents "᮲"^^xsd:string ;
    rdfs:comment "SUNDANESE DIGIT TWO"@en .

<http://lexvo.org/id/char/1BB3> a lvont:Character ;
    lvont:represents "᮳"^^xsd:string ;
    rdfs:comment "SUNDANESE DIGIT THREE"@en .

<http://lexvo.org/id/char/1BB4> a lvont:Character ;
    lvont:represents "᮴"^^xsd:string ;
    rdfs:comment "SUNDANESE DIGIT FOUR"@en .

<http://lexvo.org/id/char/1BB5> a lvont:Character ;
    lvont:represents "᮵"^^xsd:string ;
    rdfs:comment "SUNDANESE DIGIT FIVE"@en .

<http://lexvo.org/id/char/1BB6> a lvont:Character ;
    lvont:represents "᮶"^^xsd:string ;
    rdfs:comment "SUNDANESE DIGIT SIX"@en .

<http://lexvo.org/id/char/1BB7> a lvont:Character ;
    lvont:represents "᮷"^^xsd:string ;
    rdfs:comment "SUNDANESE DIGIT SEVEN"@en .

<http://lexvo.org/id/char/1BB8> a lvont:Character ;
    lvont:represents "᮸"^^xsd:string ;
    rdfs:comment "SUNDANESE DIGIT EIGHT"@en .

<http://lexvo.org/id/char/1BB9> a lvont:Character ;
    lvont:represents "᮹"^^xsd:string ;
    rdfs:comment "SUNDANESE DIGIT NINE"@en .

<http://lexvo.org/id/char/1BBA> a lvont:Character ;
    lvont:represents "ᮺ"^^xsd:string ;
    rdfs:comment "SUNDANESE AVAGRAHA"@en .

<http://lexvo.org/id/char/1BBB> a lvont:Character ;
    lvont:represents "ᮻ"^^xsd:string ;
    rdfs:comment "SUNDANESE LETTER REU"@en .

<http://lexvo.org/id/char/1BBC> a lvont:Character ;
    lvont:represents "ᮼ"^^xsd:string ;
    rdfs:comment "SUNDANESE LETTER LEU"@en .

<http://lexvo.org/id/char/1BBD> a lvont:Character ;
    lvont:represents "ᮽ"^^xsd:string ;
    rdfs:comment "SUNDANESE LETTER BHA"@en .

<http://lexvo.org/id/char/1BBE> a lvont:Character ;
    lvont:represents "ᮾ"^^xsd:string ;
    rdfs:comment "SUNDANESE LETTER FINAL K"@en .

<http://lexvo.org/id/char/1BBF> a lvont:Character ;
    lvont:represents "ᮿ"^^xsd:string ;
    rdfs:comment "SUNDANESE LETTER FINAL M"@en .

<http://lexvo.org/id/char/1BC0> a lvont:Character ;
    lvont:represents "ᯀ"^^xsd:string ;
    rdfs:comment "BATAK LETTER A"@en .

<http://lexvo.org/id/char/1BC1> a lvont:Character ;
    lvont:represents "ᯁ"^^xsd:string ;
    rdfs:comment "BATAK LETTER SIMALUNGUN A"@en .

<http://lexvo.org/id/char/1BC2> a lvont:Character ;
    lvont:represents "ᯂ"^^xsd:string ;
    rdfs:comment "BATAK LETTER HA"@en .

<http://lexvo.org/id/char/1BC3> a lvont:Character ;
    lvont:represents "ᯃ"^^xsd:string ;
    rdfs:comment "BATAK LETTER SIMALUNGUN HA"@en .

<http://lexvo.org/id/char/1BC4> a lvont:Character ;
    lvont:represents "ᯄ"^^xsd:string ;
    rdfs:comment "BATAK LETTER MANDAILING HA"@en .

<http://lexvo.org/id/char/1BC5> a lvont:Character ;
    lvont:represents "ᯅ"^^xsd:string ;
    rdfs:comment "BATAK LETTER BA"@en .

<http://lexvo.org/id/char/1BC6> a lvont:Character ;
    lvont:represents "ᯆ"^^xsd:string ;
    rdfs:comment "BATAK LETTER KARO BA"@en .

<http://lexvo.org/id/char/1BC7> a lvont:Character ;
    lvont:represents "ᯇ"^^xsd:string ;
    rdfs:comment "BATAK LETTER PA"@en .

<http://lexvo.org/id/char/1BC8> a lvont:Character ;
    lvont:represents "ᯈ"^^xsd:string ;
    rdfs:comment "BATAK LETTER SIMALUNGUN PA"@en .

<http://lexvo.org/id/char/1BC9> a lvont:Character ;
    lvont:represents "ᯉ"^^xsd:string ;
    rdfs:comment "BATAK LETTER NA"@en .

<http://lexvo.org/id/char/1BCA> a lvont:Character ;
    lvont:represents "ᯊ"^^xsd:string ;
    rdfs:comment "BATAK LETTER MANDAILING NA"@en .

<http://lexvo.org/id/char/1BCB> a lvont:Character ;
    lvont:represents "ᯋ"^^xsd:string ;
    rdfs:comment "BATAK LETTER WA"@en .

<http://lexvo.org/id/char/1BCC> a lvont:Character ;
    lvont:represents "ᯌ"^^xsd:string ;
    rdfs:comment "BATAK LETTER SIMALUNGUN WA"@en .

<http://lexvo.org/id/char/1BCD> a lvont:Character ;
    lvont:represents "ᯍ"^^xsd:string ;
    rdfs:comment "BATAK LETTER PAKPAK WA"@en .

<http://lexvo.org/id/char/1BCE> a lvont:Character ;
    lvont:represents "ᯎ"^^xsd:string ;
    rdfs:comment "BATAK LETTER GA"@en .

<http://lexvo.org/id/char/1BCF> a lvont:Character ;
    lvont:represents "ᯏ"^^xsd:string ;
    rdfs:comment "BATAK LETTER SIMALUNGUN GA"@en .

<http://lexvo.org/id/char/1BD0> a lvont:Character ;
    lvont:represents "ᯐ"^^xsd:string ;
    rdfs:comment "BATAK LETTER JA"@en .

<http://lexvo.org/id/char/1BD1> a lvont:Character ;
    lvont:represents "ᯑ"^^xsd:string ;
    rdfs:comment "BATAK LETTER DA"@en .

<http://lexvo.org/id/char/1BD2> a lvont:Character ;
    lvont:represents "ᯒ"^^xsd:string ;
    rdfs:comment "BATAK LETTER RA"@en .

<http://lexvo.org/id/char/1BD3> a lvont:Character ;
    lvont:represents "ᯓ"^^xsd:string ;
    rdfs:comment "BATAK LETTER SIMALUNGUN RA"@en .

<http://lexvo.org/id/char/1BD4> a lvont:Character ;
    lvont:represents "ᯔ"^^xsd:string ;
    rdfs:comment "BATAK LETTER MA"@en .

<http://lexvo.org/id/char/1BD5> a lvont:Character ;
    lvont:represents "ᯕ"^^xsd:string ;
    rdfs:comment "BATAK LETTER SIMALUNGUN MA"@en .

<http://lexvo.org/id/char/1BD6> a lvont:Character ;
    lvont:represents "ᯖ"^^xsd:string ;
    rdfs:comment "BATAK LETTER SOUTHERN TA"@en .

<http://lexvo.org/id/char/1BD7> a lvont:Character ;
    lvont:represents "ᯗ"^^xsd:string ;
    rdfs:comment "BATAK LETTER NORTHERN TA"@en .

<http://lexvo.org/id/char/1BD8> a lvont:Character ;
    lvont:represents "ᯘ"^^xsd:string ;
    rdfs:comment "BATAK LETTER SA"@en .

<http://lexvo.org/id/char/1BD9> a lvont:Character ;
    lvont:represents "ᯙ"^^xsd:string ;
    rdfs:comment "BATAK LETTER SIMALUNGUN SA"@en .

<http://lexvo.org/id/char/1BDA> a lvont:Character ;
    lvont:represents "ᯚ"^^xsd:string ;
    rdfs:comment "BATAK LETTER MANDAILING SA"@en .

<http://lexvo.org/id/char/1BDB> a lvont:Character ;
    lvont:represents "ᯛ"^^xsd:string ;
    rdfs:comment "BATAK LETTER YA"@en .

<http://lexvo.org/id/char/1BDC> a lvont:Character ;
    lvont:represents "ᯜ"^^xsd:string ;
    rdfs:comment "BATAK LETTER SIMALUNGUN YA"@en .

<http://lexvo.org/id/char/1BDD> a lvont:Character ;
    lvont:represents "ᯝ"^^xsd:string ;
    rdfs:comment "BATAK LETTER NGA"@en .

<http://lexvo.org/id/char/1BDE> a lvont:Character ;
    lvont:represents "ᯞ"^^xsd:string ;
    rdfs:comment "BATAK LETTER LA"@en .

<http://lexvo.org/id/char/1BDF> a lvont:Character ;
    lvont:represents "ᯟ"^^xsd:string ;
    rdfs:comment "BATAK LETTER SIMALUNGUN LA"@en .

<http://lexvo.org/id/char/1BE0> a lvont:Character ;
    lvont:represents "ᯠ"^^xsd:string ;
    rdfs:comment "BATAK LETTER NYA"@en .

<http://lexvo.org/id/char/1BE1> a lvont:Character ;
    lvont:represents "ᯡ"^^xsd:string ;
    rdfs:comment "BATAK LETTER CA"@en .

<http://lexvo.org/id/char/1BE2> a lvont:Character ;
    lvont:represents "ᯢ"^^xsd:string ;
    rdfs:comment "BATAK LETTER NDA"@en .

<http://lexvo.org/id/char/1BE3> a lvont:Character ;
    lvont:represents "ᯣ"^^xsd:string ;
    rdfs:comment "BATAK LETTER MBA"@en .

<http://lexvo.org/id/char/1BE4> a lvont:Character ;
    lvont:represents "ᯤ"^^xsd:string ;
    rdfs:comment "BATAK LETTER I"@en .

<http://lexvo.org/id/char/1BE5> a lvont:Character ;
    lvont:represents "ᯥ"^^xsd:string ;
    rdfs:comment "BATAK LETTER U"@en .

<http://lexvo.org/id/char/1BE6> a lvont:Character ;
    lvont:represents "᯦"^^xsd:string ;
    rdfs:comment "BATAK SIGN TOMPI"@en .

<http://lexvo.org/id/char/1BE7> a lvont:Character ;
    lvont:represents "ᯧ"^^xsd:string ;
    rdfs:comment "BATAK VOWEL SIGN E"@en .

<http://lexvo.org/id/char/1BE8> a lvont:Character ;
    lvont:represents "ᯨ"^^xsd:string ;
    rdfs:comment "BATAK VOWEL SIGN PAKPAK E"@en .

<http://lexvo.org/id/char/1BE9> a lvont:Character ;
    lvont:represents "ᯩ"^^xsd:string ;
    rdfs:comment "BATAK VOWEL SIGN EE"@en .

<http://lexvo.org/id/char/1BEA> a lvont:Character ;
    lvont:represents "ᯪ"^^xsd:string ;
    rdfs:comment "BATAK VOWEL SIGN I"@en .

<http://lexvo.org/id/char/1BEB> a lvont:Character ;
    lvont:represents "ᯫ"^^xsd:string ;
    rdfs:comment "BATAK VOWEL SIGN KARO I"@en .

<http://lexvo.org/id/char/1BEC> a lvont:Character ;
    lvont:represents "ᯬ"^^xsd:string ;
    rdfs:comment "BATAK VOWEL SIGN O"@en .

<http://lexvo.org/id/char/1BED> a lvont:Character ;
    lvont:represents "ᯭ"^^xsd:string ;
    rdfs:comment "BATAK VOWEL SIGN KARO O"@en .

<http://lexvo.org/id/char/1BEE> a lvont:Character ;
    lvont:represents "ᯮ"^^xsd:string ;
    rdfs:comment "BATAK VOWEL SIGN U"@en .

<http://lexvo.org/id/char/1BEF> a lvont:Character ;
    lvont:represents "ᯯ"^^xsd:string ;
    rdfs:comment "BATAK VOWEL SIGN U FOR SIMALUNGUN SA"@en .

<http://lexvo.org/id/char/1BF0> a lvont:Character ;
    lvont:represents "ᯰ"^^xsd:string ;
    rdfs:comment "BATAK CONSONANT SIGN NG"@en .

<http://lexvo.org/id/char/1BF1> a lvont:Character ;
    lvont:represents "ᯱ"^^xsd:string ;
    rdfs:comment "BATAK CONSONANT SIGN H"@en .

<http://lexvo.org/id/char/1BF2> a lvont:Character ;
    lvont:represents "᯲"^^xsd:string ;
    rdfs:comment "BATAK PANGOLAT"@en .

<http://lexvo.org/id/char/1BF3> a lvont:Character ;
    lvont:represents "᯳"^^xsd:string ;
    rdfs:comment "BATAK PANONGONAN"@en .

<http://lexvo.org/id/char/1BFC> a lvont:Character ;
    lvont:represents "᯼"^^xsd:string ;
    rdfs:comment "BATAK SYMBOL BINDU NA METEK"@en .

<http://lexvo.org/id/char/1BFD> a lvont:Character ;
    lvont:represents "᯽"^^xsd:string ;
    rdfs:comment "BATAK SYMBOL BINDU PINARBORAS"@en .

<http://lexvo.org/id/char/1BFE> a lvont:Character ;
    lvont:represents "᯾"^^xsd:string ;
    rdfs:comment "BATAK SYMBOL BINDU JUDUL"@en .

<http://lexvo.org/id/char/1BFF> a lvont:Character ;
    lvont:represents "᯿"^^xsd:string ;
    rdfs:comment "BATAK SYMBOL BINDU PANGOLAT"@en .

<http://lexvo.org/id/char/1C00> a lvont:Character ;
    lvont:represents "ᰀ"^^xsd:string ;
    rdfs:comment "LEPCHA LETTER KA"@en .

<http://lexvo.org/id/char/1C01> a lvont:Character ;
    lvont:represents "ᰁ"^^xsd:string ;
    rdfs:comment "LEPCHA LETTER KLA"@en .

<http://lexvo.org/id/char/1C02> a lvont:Character ;
    lvont:represents "ᰂ"^^xsd:string ;
    rdfs:comment "LEPCHA LETTER KHA"@en .

<http://lexvo.org/id/char/1C03> a lvont:Character ;
    lvont:represents "ᰃ"^^xsd:string ;
    rdfs:comment "LEPCHA LETTER GA"@en .

<http://lexvo.org/id/char/1C04> a lvont:Character ;
    lvont:represents "ᰄ"^^xsd:string ;
    rdfs:comment "LEPCHA LETTER GLA"@en .

<http://lexvo.org/id/char/1C05> a lvont:Character ;
    lvont:represents "ᰅ"^^xsd:string ;
    rdfs:comment "LEPCHA LETTER NGA"@en .

<http://lexvo.org/id/char/1C06> a lvont:Character ;
    lvont:represents "ᰆ"^^xsd:string ;
    rdfs:comment "LEPCHA LETTER CA"@en .

<http://lexvo.org/id/char/1C07> a lvont:Character ;
    lvont:represents "ᰇ"^^xsd:string ;
    rdfs:comment "LEPCHA LETTER CHA"@en .

<http://lexvo.org/id/char/1C08> a lvont:Character ;
    lvont:represents "ᰈ"^^xsd:string ;
    rdfs:comment "LEPCHA LETTER JA"@en .

<http://lexvo.org/id/char/1C09> a lvont:Character ;
    lvont:represents "ᰉ"^^xsd:string ;
    rdfs:comment "LEPCHA LETTER NYA"@en .

<http://lexvo.org/id/char/1C0A> a lvont:Character ;
    lvont:represents "ᰊ"^^xsd:string ;
    rdfs:comment "LEPCHA LETTER TA"@en .

<http://lexvo.org/id/char/1C0B> a lvont:Character ;
    lvont:represents "ᰋ"^^xsd:string ;
    rdfs:comment "LEPCHA LETTER THA"@en .

<http://lexvo.org/id/char/1C0C> a lvont:Character ;
    lvont:represents "ᰌ"^^xsd:string ;
    rdfs:comment "LEPCHA LETTER DA"@en .

<http://lexvo.org/id/char/1C0D> a lvont:Character ;
    lvont:represents "ᰍ"^^xsd:string ;
    rdfs:comment "LEPCHA LETTER NA"@en .

<http://lexvo.org/id/char/1C0E> a lvont:Character ;
    lvont:represents "ᰎ"^^xsd:string ;
    rdfs:comment "LEPCHA LETTER PA"@en .

<http://lexvo.org/id/char/1C0F> a lvont:Character ;
    lvont:represents "ᰏ"^^xsd:string ;
    rdfs:comment "LEPCHA LETTER PLA"@en .

<http://lexvo.org/id/char/1C10> a lvont:Character ;
    lvont:represents "ᰐ"^^xsd:string ;
    rdfs:comment "LEPCHA LETTER PHA"@en .

<http://lexvo.org/id/char/1C11> a lvont:Character ;
    lvont:represents "ᰑ"^^xsd:string ;
    rdfs:comment "LEPCHA LETTER FA"@en .

<http://lexvo.org/id/char/1C12> a lvont:Character ;
    lvont:represents "ᰒ"^^xsd:string ;
    rdfs:comment "LEPCHA LETTER FLA"@en .

<http://lexvo.org/id/char/1C13> a lvont:Character ;
    lvont:represents "ᰓ"^^xsd:string ;
    rdfs:comment "LEPCHA LETTER BA"@en .

<http://lexvo.org/id/char/1C14> a lvont:Character ;
    lvont:represents "ᰔ"^^xsd:string ;
    rdfs:comment "LEPCHA LETTER BLA"@en .

<http://lexvo.org/id/char/1C15> a lvont:Character ;
    lvont:represents "ᰕ"^^xsd:string ;
    rdfs:comment "LEPCHA LETTER MA"@en .

<http://lexvo.org/id/char/1C16> a lvont:Character ;
    lvont:represents "ᰖ"^^xsd:string ;
    rdfs:comment "LEPCHA LETTER MLA"@en .

<http://lexvo.org/id/char/1C17> a lvont:Character ;
    lvont:represents "ᰗ"^^xsd:string ;
    rdfs:comment "LEPCHA LETTER TSA"@en .

<http://lexvo.org/id/char/1C18> a lvont:Character ;
    lvont:represents "ᰘ"^^xsd:string ;
    rdfs:comment "LEPCHA LETTER TSHA"@en .

<http://lexvo.org/id/char/1C19> a lvont:Character ;
    lvont:represents "ᰙ"^^xsd:string ;
    rdfs:comment "LEPCHA LETTER DZA"@en .

<http://lexvo.org/id/char/1C1A> a lvont:Character ;
    lvont:represents "ᰚ"^^xsd:string ;
    rdfs:comment "LEPCHA LETTER YA"@en .

<http://lexvo.org/id/char/1C1B> a lvont:Character ;
    lvont:represents "ᰛ"^^xsd:string ;
    rdfs:comment "LEPCHA LETTER RA"@en .

<http://lexvo.org/id/char/1C1C> a lvont:Character ;
    lvont:represents "ᰜ"^^xsd:string ;
    rdfs:comment "LEPCHA LETTER LA"@en .

<http://lexvo.org/id/char/1C1D> a lvont:Character ;
    lvont:represents "ᰝ"^^xsd:string ;
    rdfs:comment "LEPCHA LETTER HA"@en .

<http://lexvo.org/id/char/1C1E> a lvont:Character ;
    lvont:represents "ᰞ"^^xsd:string ;
    rdfs:comment "LEPCHA LETTER HLA"@en .

<http://lexvo.org/id/char/1C1F> a lvont:Character ;
    lvont:represents "ᰟ"^^xsd:string ;
    rdfs:comment "LEPCHA LETTER VA"@en .

<http://lexvo.org/id/char/1C20> a lvont:Character ;
    lvont:represents "ᰠ"^^xsd:string ;
    rdfs:comment "LEPCHA LETTER SA"@en .

<http://lexvo.org/id/char/1C21> a lvont:Character ;
    lvont:represents "ᰡ"^^xsd:string ;
    rdfs:comment "LEPCHA LETTER SHA"@en .

<http://lexvo.org/id/char/1C22> a lvont:Character ;
    lvont:represents "ᰢ"^^xsd:string ;
    rdfs:comment "LEPCHA LETTER WA"@en .

<http://lexvo.org/id/char/1C23> a lvont:Character ;
    lvont:represents "ᰣ"^^xsd:string ;
    rdfs:comment "LEPCHA LETTER A"@en .

<http://lexvo.org/id/char/1C24> a lvont:Character ;
    lvont:represents "ᰤ"^^xsd:string ;
    rdfs:comment "LEPCHA SUBJOINED LETTER YA"@en .

<http://lexvo.org/id/char/1C25> a lvont:Character ;
    lvont:represents "ᰥ"^^xsd:string ;
    rdfs:comment "LEPCHA SUBJOINED LETTER RA"@en .

<http://lexvo.org/id/char/1C26> a lvont:Character ;
    lvont:represents "ᰦ"^^xsd:string ;
    rdfs:comment "LEPCHA VOWEL SIGN AA"@en .

<http://lexvo.org/id/char/1C27> a lvont:Character ;
    lvont:represents "ᰧ"^^xsd:string ;
    rdfs:comment "LEPCHA VOWEL SIGN I"@en .

<http://lexvo.org/id/char/1C28> a lvont:Character ;
    lvont:represents "ᰨ"^^xsd:string ;
    rdfs:comment "LEPCHA VOWEL SIGN O"@en .

<http://lexvo.org/id/char/1C29> a lvont:Character ;
    lvont:represents "ᰩ"^^xsd:string ;
    rdfs:comment "LEPCHA VOWEL SIGN OO"@en .

<http://lexvo.org/id/char/1C2A> a lvont:Character ;
    lvont:represents "ᰪ"^^xsd:string ;
    rdfs:comment "LEPCHA VOWEL SIGN U"@en .

<http://lexvo.org/id/char/1C2B> a lvont:Character ;
    lvont:represents "ᰫ"^^xsd:string ;
    rdfs:comment "LEPCHA VOWEL SIGN UU"@en .

<http://lexvo.org/id/char/1C2C> a lvont:Character ;
    lvont:represents "ᰬ"^^xsd:string ;
    rdfs:comment "LEPCHA VOWEL SIGN E"@en .

<http://lexvo.org/id/char/1C2D> a lvont:Character ;
    lvont:represents "ᰭ"^^xsd:string ;
    rdfs:comment "LEPCHA CONSONANT SIGN K"@en .

<http://lexvo.org/id/char/1C2E> a lvont:Character ;
    lvont:represents "ᰮ"^^xsd:string ;
    rdfs:comment "LEPCHA CONSONANT SIGN M"@en .

<http://lexvo.org/id/char/1C2F> a lvont:Character ;
    lvont:represents "ᰯ"^^xsd:string ;
    rdfs:comment "LEPCHA CONSONANT SIGN L"@en .

<http://lexvo.org/id/char/1C30> a lvont:Character ;
    lvont:represents "ᰰ"^^xsd:string ;
    rdfs:comment "LEPCHA CONSONANT SIGN N"@en .

<http://lexvo.org/id/char/1C31> a lvont:Character ;
    lvont:represents "ᰱ"^^xsd:string ;
    rdfs:comment "LEPCHA CONSONANT SIGN P"@en .

<http://lexvo.org/id/char/1C32> a lvont:Character ;
    lvont:represents "ᰲ"^^xsd:string ;
    rdfs:comment "LEPCHA CONSONANT SIGN R"@en .

<http://lexvo.org/id/char/1C33> a lvont:Character ;
    lvont:represents "ᰳ"^^xsd:string ;
    rdfs:comment "LEPCHA CONSONANT SIGN T"@en .

<http://lexvo.org/id/char/1C34> a lvont:Character ;
    lvont:represents "ᰴ"^^xsd:string ;
    rdfs:comment "LEPCHA CONSONANT SIGN NYIN-DO"@en .

<http://lexvo.org/id/char/1C35> a lvont:Character ;
    lvont:represents "ᰵ"^^xsd:string ;
    rdfs:comment "LEPCHA CONSONANT SIGN KANG"@en .

<http://lexvo.org/id/char/1C36> a lvont:Character ;
    lvont:represents "ᰶ"^^xsd:string ;
    rdfs:comment "LEPCHA SIGN RAN"@en .

<http://lexvo.org/id/char/1C37> a lvont:Character ;
    lvont:represents "᰷"^^xsd:string ;
    rdfs:comment "LEPCHA SIGN NUKTA"@en .

<http://lexvo.org/id/char/1C3B> a lvont:Character ;
    lvont:represents "᰻"^^xsd:string ;
    rdfs:comment "LEPCHA PUNCTUATION TA-ROL"@en .

<http://lexvo.org/id/char/1C3C> a lvont:Character ;
    lvont:represents "᰼"^^xsd:string ;
    rdfs:comment "LEPCHA PUNCTUATION NYET THYOOM TA-ROL"@en .

<http://lexvo.org/id/char/1C3D> a lvont:Character ;
    lvont:represents "᰽"^^xsd:string ;
    rdfs:comment "LEPCHA PUNCTUATION CER-WA"@en .

<http://lexvo.org/id/char/1C3E> a lvont:Character ;
    lvont:represents "᰾"^^xsd:string ;
    rdfs:comment "LEPCHA PUNCTUATION TSHOOK CER-WA"@en .

<http://lexvo.org/id/char/1C3F> a lvont:Character ;
    lvont:represents "᰿"^^xsd:string ;
    rdfs:comment "LEPCHA PUNCTUATION TSHOOK"@en .

<http://lexvo.org/id/char/1C40> a lvont:Character ;
    lvont:represents "᱀"^^xsd:string ;
    rdfs:comment "LEPCHA DIGIT ZERO"@en .

<http://lexvo.org/id/char/1C41> a lvont:Character ;
    lvont:represents "᱁"^^xsd:string ;
    rdfs:comment "LEPCHA DIGIT ONE"@en .

<http://lexvo.org/id/char/1C42> a lvont:Character ;
    lvont:represents "᱂"^^xsd:string ;
    rdfs:comment "LEPCHA DIGIT TWO"@en .

<http://lexvo.org/id/char/1C43> a lvont:Character ;
    lvont:represents "᱃"^^xsd:string ;
    rdfs:comment "LEPCHA DIGIT THREE"@en .

<http://lexvo.org/id/char/1C44> a lvont:Character ;
    lvont:represents "᱄"^^xsd:string ;
    rdfs:comment "LEPCHA DIGIT FOUR"@en .

<http://lexvo.org/id/char/1C45> a lvont:Character ;
    lvont:represents "᱅"^^xsd:string ;
    rdfs:comment "LEPCHA DIGIT FIVE"@en .

<http://lexvo.org/id/char/1C46> a lvont:Character ;
    lvont:represents "᱆"^^xsd:string ;
    rdfs:comment "LEPCHA DIGIT SIX"@en .

<http://lexvo.org/id/char/1C47> a lvont:Character ;
    lvont:represents "᱇"^^xsd:string ;
    rdfs:comment "LEPCHA DIGIT SEVEN"@en .

<http://lexvo.org/id/char/1C48> a lvont:Character ;
    lvont:represents "᱈"^^xsd:string ;
    rdfs:comment "LEPCHA DIGIT EIGHT"@en .

<http://lexvo.org/id/char/1C49> a lvont:Character ;
    lvont:represents "᱉"^^xsd:string ;
    rdfs:comment "LEPCHA DIGIT NINE"@en .

<http://lexvo.org/id/char/1C4D> a lvont:Character ;
    lvont:represents "ᱍ"^^xsd:string ;
    rdfs:comment "LEPCHA LETTER TTA"@en .

<http://lexvo.org/id/char/1C4E> a lvont:Character ;
    lvont:represents "ᱎ"^^xsd:string ;
    rdfs:comment "LEPCHA LETTER TTHA"@en .

<http://lexvo.org/id/char/1C4F> a lvont:Character ;
    lvont:represents "ᱏ"^^xsd:string ;
    rdfs:comment "LEPCHA LETTER DDA"@en .

<http://lexvo.org/id/char/1C50> a lvont:Character ;
    lvont:represents "᱐"^^xsd:string ;
    rdfs:comment "OL CHIKI DIGIT ZERO"@en .

<http://lexvo.org/id/char/1C51> a lvont:Character ;
    lvont:represents "᱑"^^xsd:string ;
    rdfs:comment "OL CHIKI DIGIT ONE"@en .

<http://lexvo.org/id/char/1C52> a lvont:Character ;
    lvont:represents "᱒"^^xsd:string ;
    rdfs:comment "OL CHIKI DIGIT TWO"@en .

<http://lexvo.org/id/char/1C53> a lvont:Character ;
    lvont:represents "᱓"^^xsd:string ;
    rdfs:comment "OL CHIKI DIGIT THREE"@en .

<http://lexvo.org/id/char/1C54> a lvont:Character ;
    lvont:represents "᱔"^^xsd:string ;
    rdfs:comment "OL CHIKI DIGIT FOUR"@en .

<http://lexvo.org/id/char/1C55> a lvont:Character ;
    lvont:represents "᱕"^^xsd:string ;
    rdfs:comment "OL CHIKI DIGIT FIVE"@en .

<http://lexvo.org/id/char/1C56> a lvont:Character ;
    lvont:represents "᱖"^^xsd:string ;
    rdfs:comment "OL CHIKI DIGIT SIX"@en .

<http://lexvo.org/id/char/1C57> a lvont:Character ;
    lvont:represents "᱗"^^xsd:string ;
    rdfs:comment "OL CHIKI DIGIT SEVEN"@en .

<http://lexvo.org/id/char/1C58> a lvont:Character ;
    lvont:represents "᱘"^^xsd:string ;
    rdfs:comment "OL CHIKI DIGIT EIGHT"@en .

<http://lexvo.org/id/char/1C59> a lvont:Character ;
    lvont:represents "᱙"^^xsd:string ;
    rdfs:comment "OL CHIKI DIGIT NINE"@en .

<http://lexvo.org/id/char/1C5A> a lvont:Character ;
    lvont:represents "ᱚ"^^xsd:string ;
    rdfs:comment "OL CHIKI LETTER LA"@en .

<http://lexvo.org/id/char/1C5B> a lvont:Character ;
    lvont:represents "ᱛ"^^xsd:string ;
    rdfs:comment "OL CHIKI LETTER AT"@en .

<http://lexvo.org/id/char/1C5C> a lvont:Character ;
    lvont:represents "ᱜ"^^xsd:string ;
    rdfs:comment "OL CHIKI LETTER AG"@en .

<http://lexvo.org/id/char/1C5D> a lvont:Character ;
    lvont:represents "ᱝ"^^xsd:string ;
    rdfs:comment "OL CHIKI LETTER ANG"@en .

<http://lexvo.org/id/char/1C5E> a lvont:Character ;
    lvont:represents "ᱞ"^^xsd:string ;
    rdfs:comment "OL CHIKI LETTER AL"@en .

<http://lexvo.org/id/char/1C5F> a lvont:Character ;
    lvont:represents "ᱟ"^^xsd:string ;
    rdfs:comment "OL CHIKI LETTER LAA"@en .

<http://lexvo.org/id/char/1C60> a lvont:Character ;
    lvont:represents "ᱠ"^^xsd:string ;
    rdfs:comment "OL CHIKI LETTER AAK"@en .

<http://lexvo.org/id/char/1C61> a lvont:Character ;
    lvont:represents "ᱡ"^^xsd:string ;
    rdfs:comment "OL CHIKI LETTER AAJ"@en .

<http://lexvo.org/id/char/1C62> a lvont:Character ;
    lvont:represents "ᱢ"^^xsd:string ;
    rdfs:comment "OL CHIKI LETTER AAM"@en .

<http://lexvo.org/id/char/1C63> a lvont:Character ;
    lvont:represents "ᱣ"^^xsd:string ;
    rdfs:comment "OL CHIKI LETTER AAW"@en .

<http://lexvo.org/id/char/1C64> a lvont:Character ;
    lvont:represents "ᱤ"^^xsd:string ;
    rdfs:comment "OL CHIKI LETTER LI"@en .

<http://lexvo.org/id/char/1C65> a lvont:Character ;
    lvont:represents "ᱥ"^^xsd:string ;
    rdfs:comment "OL CHIKI LETTER IS"@en .

<http://lexvo.org/id/char/1C66> a lvont:Character ;
    lvont:represents "ᱦ"^^xsd:string ;
    rdfs:comment "OL CHIKI LETTER IH"@en .

<http://lexvo.org/id/char/1C67> a lvont:Character ;
    lvont:represents "ᱧ"^^xsd:string ;
    rdfs:comment "OL CHIKI LETTER INY"@en .

<http://lexvo.org/id/char/1C68> a lvont:Character ;
    lvont:represents "ᱨ"^^xsd:string ;
    rdfs:comment "OL CHIKI LETTER IR"@en .

<http://lexvo.org/id/char/1C69> a lvont:Character ;
    lvont:represents "ᱩ"^^xsd:string ;
    rdfs:comment "OL CHIKI LETTER LU"@en .

<http://lexvo.org/id/char/1C6A> a lvont:Character ;
    lvont:represents "ᱪ"^^xsd:string ;
    rdfs:comment "OL CHIKI LETTER UC"@en .

<http://lexvo.org/id/char/1C6B> a lvont:Character ;
    lvont:represents "ᱫ"^^xsd:string ;
    rdfs:comment "OL CHIKI LETTER UD"@en .

<http://lexvo.org/id/char/1C6C> a lvont:Character ;
    lvont:represents "ᱬ"^^xsd:string ;
    rdfs:comment "OL CHIKI LETTER UNN"@en .

<http://lexvo.org/id/char/1C6D> a lvont:Character ;
    lvont:represents "ᱭ"^^xsd:string ;
    rdfs:comment "OL CHIKI LETTER UY"@en .

<http://lexvo.org/id/char/1C6E> a lvont:Character ;
    lvont:represents "ᱮ"^^xsd:string ;
    rdfs:comment "OL CHIKI LETTER LE"@en .

<http://lexvo.org/id/char/1C6F> a lvont:Character ;
    lvont:represents "ᱯ"^^xsd:string ;
    rdfs:comment "OL CHIKI LETTER EP"@en .

<http://lexvo.org/id/char/1C70> a lvont:Character ;
    lvont:represents "ᱰ"^^xsd:string ;
    rdfs:comment "OL CHIKI LETTER EDD"@en .

<http://lexvo.org/id/char/1C71> a lvont:Character ;
    lvont:represents "ᱱ"^^xsd:string ;
    rdfs:comment "OL CHIKI LETTER EN"@en .

<http://lexvo.org/id/char/1C72> a lvont:Character ;
    lvont:represents "ᱲ"^^xsd:string ;
    rdfs:comment "OL CHIKI LETTER ERR"@en .

<http://lexvo.org/id/char/1C73> a lvont:Character ;
    lvont:represents "ᱳ"^^xsd:string ;
    rdfs:comment "OL CHIKI LETTER LO"@en .

<http://lexvo.org/id/char/1C74> a lvont:Character ;
    lvont:represents "ᱴ"^^xsd:string ;
    rdfs:comment "OL CHIKI LETTER OTT"@en .

<http://lexvo.org/id/char/1C75> a lvont:Character ;
    lvont:represents "ᱵ"^^xsd:string ;
    rdfs:comment "OL CHIKI LETTER OB"@en .

<http://lexvo.org/id/char/1C76> a lvont:Character ;
    lvont:represents "ᱶ"^^xsd:string ;
    rdfs:comment "OL CHIKI LETTER OV"@en .

<http://lexvo.org/id/char/1C77> a lvont:Character ;
    lvont:represents "ᱷ"^^xsd:string ;
    rdfs:comment "OL CHIKI LETTER OH"@en .

<http://lexvo.org/id/char/1C78> a lvont:Character ;
    lvont:represents "ᱸ"^^xsd:string ;
    rdfs:comment "OL CHIKI MU TTUDDAG"@en .

<http://lexvo.org/id/char/1C79> a lvont:Character ;
    lvont:represents "ᱹ"^^xsd:string ;
    rdfs:comment "OL CHIKI GAAHLAA TTUDDAAG"@en .

<http://lexvo.org/id/char/1C7A> a lvont:Character ;
    lvont:represents "ᱺ"^^xsd:string ;
    rdfs:comment "OL CHIKI MU-GAAHLAA TTUDDAAG"@en .

<http://lexvo.org/id/char/1C7B> a lvont:Character ;
    lvont:represents "ᱻ"^^xsd:string ;
    rdfs:comment "OL CHIKI RELAA"@en .

<http://lexvo.org/id/char/1C7C> a lvont:Character ;
    lvont:represents "ᱼ"^^xsd:string ;
    rdfs:comment "OL CHIKI PHAARKAA"@en .

<http://lexvo.org/id/char/1C7D> a lvont:Character ;
    lvont:represents "ᱽ"^^xsd:string ;
    rdfs:comment "OL CHIKI AHAD"@en .

<http://lexvo.org/id/char/1C7E> a lvont:Character ;
    lvont:represents "᱾"^^xsd:string ;
    rdfs:comment "OL CHIKI PUNCTUATION MUCAAD"@en .

<http://lexvo.org/id/char/1C7F> a lvont:Character ;
    lvont:represents "᱿"^^xsd:string ;
    rdfs:comment "OL CHIKI PUNCTUATION DOUBLE MUCAAD"@en .

<http://lexvo.org/id/char/1CC0> a lvont:Character ;
    lvont:represents "᳀"^^xsd:string ;
    rdfs:comment "SUNDANESE PUNCTUATION BINDU SURYA"@en .

<http://lexvo.org/id/char/1CC1> a lvont:Character ;
    lvont:represents "᳁"^^xsd:string ;
    rdfs:comment "SUNDANESE PUNCTUATION BINDU PANGLONG"@en .

<http://lexvo.org/id/char/1CC2> a lvont:Character ;
    lvont:represents "᳂"^^xsd:string ;
    rdfs:comment "SUNDANESE PUNCTUATION BINDU PURNAMA"@en .

<http://lexvo.org/id/char/1CC3> a lvont:Character ;
    lvont:represents "᳃"^^xsd:string ;
    rdfs:comment "SUNDANESE PUNCTUATION BINDU CAKRA"@en .

<http://lexvo.org/id/char/1CC4> a lvont:Character ;
    lvont:represents "᳄"^^xsd:string ;
    rdfs:comment "SUNDANESE PUNCTUATION BINDU LEU SATANGA"@en .

<http://lexvo.org/id/char/1CC5> a lvont:Character ;
    lvont:represents "᳅"^^xsd:string ;
    rdfs:comment "SUNDANESE PUNCTUATION BINDU KA SATANGA"@en .

<http://lexvo.org/id/char/1CC6> a lvont:Character ;
    lvont:represents "᳆"^^xsd:string ;
    rdfs:comment "SUNDANESE PUNCTUATION BINDU DA SATANGA"@en .

<http://lexvo.org/id/char/1CC7> a lvont:Character ;
    lvont:represents "᳇"^^xsd:string ;
    rdfs:comment "SUNDANESE PUNCTUATION BINDU BA SATANGA"@en .

<http://lexvo.org/id/char/1CD0> a lvont:Character ;
    lvont:represents "᳐"^^xsd:string ;
    rdfs:comment "VEDIC TONE KARSHANA"@en .

<http://lexvo.org/id/char/1CD1> a lvont:Character ;
    lvont:represents "᳑"^^xsd:string ;
    rdfs:comment "VEDIC TONE SHARA"@en .

<http://lexvo.org/id/char/1CD2> a lvont:Character ;
    lvont:represents "᳒"^^xsd:string ;
    rdfs:comment "VEDIC TONE PRENKHA"@en .

<http://lexvo.org/id/char/1CD3> a lvont:Character ;
    lvont:represents "᳓"^^xsd:string ;
    rdfs:comment "VEDIC SIGN NIHSHVASA"@en .

<http://lexvo.org/id/char/1CD4> a lvont:Character ;
    lvont:represents "᳔"^^xsd:string ;
    rdfs:comment "VEDIC SIGN YAJURVEDIC MIDLINE SVARITA"@en .

<http://lexvo.org/id/char/1CD5> a lvont:Character ;
    lvont:represents "᳕"^^xsd:string ;
    rdfs:comment "VEDIC TONE YAJURVEDIC AGGRAVATED INDEPENDENT SVARITA"@en .

<http://lexvo.org/id/char/1CD6> a lvont:Character ;
    lvont:represents "᳖"^^xsd:string ;
    rdfs:comment "VEDIC TONE YAJURVEDIC INDEPENDENT SVARITA"@en .

<http://lexvo.org/id/char/1CD7> a lvont:Character ;
    lvont:represents "᳗"^^xsd:string ;
    rdfs:comment "VEDIC TONE YAJURVEDIC KATHAKA INDEPENDENT SVARITA"@en .

<http://lexvo.org/id/char/1CD8> a lvont:Character ;
    lvont:represents "᳘"^^xsd:string ;
    rdfs:comment "VEDIC TONE CANDRA BELOW"@en .

<http://lexvo.org/id/char/1CD9> a lvont:Character ;
    lvont:represents "᳙"^^xsd:string ;
    rdfs:comment "VEDIC TONE YAJURVEDIC KATHAKA INDEPENDENT SVARITA SCHROEDER"@en .

<http://lexvo.org/id/char/1CDA> a lvont:Character ;
    lvont:represents "᳚"^^xsd:string ;
    rdfs:comment "VEDIC TONE DOUBLE SVARITA"@en .

<http://lexvo.org/id/char/1CDB> a lvont:Character ;
    lvont:represents "᳛"^^xsd:string ;
    rdfs:comment "VEDIC TONE TRIPLE SVARITA"@en .

<http://lexvo.org/id/char/1CDC> a lvont:Character ;
    lvont:represents "᳜"^^xsd:string ;
    rdfs:comment "VEDIC TONE KATHAKA ANUDATTA"@en .

<http://lexvo.org/id/char/1CDD> a lvont:Character ;
    lvont:represents "᳝"^^xsd:string ;
    rdfs:comment "VEDIC TONE DOT BELOW"@en .

<http://lexvo.org/id/char/1CDE> a lvont:Character ;
    lvont:represents "᳞"^^xsd:string ;
    rdfs:comment "VEDIC TONE TWO DOTS BELOW"@en .

<http://lexvo.org/id/char/1CDF> a lvont:Character ;
    lvont:represents "᳟"^^xsd:string ;
    rdfs:comment "VEDIC TONE THREE DOTS BELOW"@en .

<http://lexvo.org/id/char/1CE0> a lvont:Character ;
    lvont:represents "᳠"^^xsd:string ;
    rdfs:comment "VEDIC TONE RIGVEDIC KASHMIRI INDEPENDENT SVARITA"@en .

<http://lexvo.org/id/char/1CE1> a lvont:Character ;
    lvont:represents "᳡"^^xsd:string ;
    rdfs:comment "VEDIC TONE ATHARVAVEDIC INDEPENDENT SVARITA"@en .

<http://lexvo.org/id/char/1CE2> a lvont:Character ;
    lvont:represents "᳢"^^xsd:string ;
    rdfs:comment "VEDIC SIGN VISARGA SVARITA"@en .

<http://lexvo.org/id/char/1CE3> a lvont:Character ;
    lvont:represents "᳣"^^xsd:string ;
    rdfs:comment "VEDIC SIGN VISARGA UDATTA"@en .

<http://lexvo.org/id/char/1CE4> a lvont:Character ;
    lvont:represents "᳤"^^xsd:string ;
    rdfs:comment "VEDIC SIGN REVERSED VISARGA UDATTA"@en .

<http://lexvo.org/id/char/1CE5> a lvont:Character ;
    lvont:represents "᳥"^^xsd:string ;
    rdfs:comment "VEDIC SIGN VISARGA ANUDATTA"@en .

<http://lexvo.org/id/char/1CE6> a lvont:Character ;
    lvont:represents "᳦"^^xsd:string ;
    rdfs:comment "VEDIC SIGN REVERSED VISARGA ANUDATTA"@en .

<http://lexvo.org/id/char/1CE7> a lvont:Character ;
    lvont:represents "᳧"^^xsd:string ;
    rdfs:comment "VEDIC SIGN VISARGA UDATTA WITH TAIL"@en .

<http://lexvo.org/id/char/1CE8> a lvont:Character ;
    lvont:represents "᳨"^^xsd:string ;
    rdfs:comment "VEDIC SIGN VISARGA ANUDATTA WITH TAIL"@en .

<http://lexvo.org/id/char/1CE9> a lvont:Character ;
    lvont:represents "ᳩ"^^xsd:string ;
    rdfs:comment "VEDIC SIGN ANUSVARA ANTARGOMUKHA"@en .

<http://lexvo.org/id/char/1CEA> a lvont:Character ;
    lvont:represents "ᳪ"^^xsd:string ;
    rdfs:comment "VEDIC SIGN ANUSVARA BAHIRGOMUKHA"@en .

<http://lexvo.org/id/char/1CEB> a lvont:Character ;
    lvont:represents "ᳫ"^^xsd:string ;
    rdfs:comment "VEDIC SIGN ANUSVARA VAMAGOMUKHA"@en .

<http://lexvo.org/id/char/1CEC> a lvont:Character ;
    lvont:represents "ᳬ"^^xsd:string ;
    rdfs:comment "VEDIC SIGN ANUSVARA VAMAGOMUKHA WITH TAIL"@en .

<http://lexvo.org/id/char/1CED> a lvont:Character ;
    lvont:represents "᳭"^^xsd:string ;
    rdfs:comment "VEDIC SIGN TIRYAK"@en .

<http://lexvo.org/id/char/1CEE> a lvont:Character ;
    lvont:represents "ᳮ"^^xsd:string ;
    rdfs:comment "VEDIC SIGN HEXIFORM LONG ANUSVARA"@en .

<http://lexvo.org/id/char/1CEF> a lvont:Character ;
    lvont:represents "ᳯ"^^xsd:string ;
    rdfs:comment "VEDIC SIGN LONG ANUSVARA"@en .

<http://lexvo.org/id/char/1CF0> a lvont:Character ;
    lvont:represents "ᳰ"^^xsd:string ;
    rdfs:comment "VEDIC SIGN RTHANG LONG ANUSVARA"@en .

<http://lexvo.org/id/char/1CF1> a lvont:Character ;
    lvont:represents "ᳱ"^^xsd:string ;
    rdfs:comment "VEDIC SIGN ANUSVARA UBHAYATO MUKHA"@en .

<http://lexvo.org/id/char/1CF2> a lvont:Character ;
    lvont:represents "ᳲ"^^xsd:string ;
    rdfs:comment "VEDIC SIGN ARDHAVISARGA"@en .

<http://lexvo.org/id/char/1CF3> a lvont:Character ;
    lvont:represents "ᳳ"^^xsd:string ;
    rdfs:comment "VEDIC SIGN ROTATED ARDHAVISARGA"@en .

<http://lexvo.org/id/char/1CF4> a lvont:Character ;
    lvont:represents "᳴"^^xsd:string ;
    rdfs:comment "VEDIC TONE CANDRA ABOVE"@en .

<http://lexvo.org/id/char/1CF5> a lvont:Character ;
    lvont:represents "ᳵ"^^xsd:string ;
    rdfs:comment "VEDIC SIGN JIHVAMULIYA"@en .

<http://lexvo.org/id/char/1CF6> a lvont:Character ;
    lvont:represents "ᳶ"^^xsd:string ;
    rdfs:comment "VEDIC SIGN UPADHMANIYA"@en .

<http://lexvo.org/id/char/1D00> a lvont:Character ;
    lvont:represents "ᴀ"^^xsd:string ;
    rdfs:comment "LATIN LETTER SMALL CAPITAL A"@en .

<http://lexvo.org/id/char/1D000> a lvont:Character ;
    lvont:represents "𝀀"^^xsd:string ;
    rdfs:comment "BYZANTINE MUSICAL SYMBOL PSILI"@en .

<http://lexvo.org/id/char/1D001> a lvont:Character ;
    lvont:represents "𝀁"^^xsd:string ;
    rdfs:comment "BYZANTINE MUSICAL SYMBOL DASEIA"@en .

<http://lexvo.org/id/char/1D002> a lvont:Character ;
    lvont:represents "𝀂"^^xsd:string ;
    rdfs:comment "BYZANTINE MUSICAL SYMBOL PERISPOMENI"@en .

<http://lexvo.org/id/char/1D003> a lvont:Character ;
    lvont:represents "𝀃"^^xsd:string ;
    rdfs:comment "BYZANTINE MUSICAL SYMBOL OXEIA EKFONITIKON"@en .

<http://lexvo.org/id/char/1D004> a lvont:Character ;
    lvont:represents "𝀄"^^xsd:string ;
    rdfs:comment "BYZANTINE MUSICAL SYMBOL OXEIA DIPLI"@en .

<http://lexvo.org/id/char/1D005> a lvont:Character ;
    lvont:represents "𝀅"^^xsd:string ;
    rdfs:comment "BYZANTINE MUSICAL SYMBOL VAREIA EKFONITIKON"@en .

<http://lexvo.org/id/char/1D006> a lvont:Character ;
    lvont:represents "𝀆"^^xsd:string ;
    rdfs:comment "BYZANTINE MUSICAL SYMBOL VAREIA DIPLI"@en .

<http://lexvo.org/id/char/1D007> a lvont:Character ;
    lvont:represents "𝀇"^^xsd:string ;
    rdfs:comment "BYZANTINE MUSICAL SYMBOL KATHISTI"@en .

<http://lexvo.org/id/char/1D008> a lvont:Character ;
    lvont:represents "𝀈"^^xsd:string ;
    rdfs:comment "BYZANTINE MUSICAL SYMBOL SYRMATIKI"@en .

<http://lexvo.org/id/char/1D009> a lvont:Character ;
    lvont:represents "𝀉"^^xsd:string ;
    rdfs:comment "BYZANTINE MUSICAL SYMBOL PARAKLITIKI"@en .

<http://lexvo.org/id/char/1D00A> a lvont:Character ;
    lvont:represents "𝀊"^^xsd:string ;
    rdfs:comment "BYZANTINE MUSICAL SYMBOL YPOKRISIS"@en .

<http://lexvo.org/id/char/1D00B> a lvont:Character ;
    lvont:represents "𝀋"^^xsd:string ;
    rdfs:comment "BYZANTINE MUSICAL SYMBOL YPOKRISIS DIPLI"@en .

<http://lexvo.org/id/char/1D00C> a lvont:Character ;
    lvont:represents "𝀌"^^xsd:string ;
    rdfs:comment "BYZANTINE MUSICAL SYMBOL KREMASTI"@en .

<http://lexvo.org/id/char/1D00D> a lvont:Character ;
    lvont:represents "𝀍"^^xsd:string ;
    rdfs:comment "BYZANTINE MUSICAL SYMBOL APESO EKFONITIKON"@en .

<http://lexvo.org/id/char/1D00E> a lvont:Character ;
    lvont:represents "𝀎"^^xsd:string ;
    rdfs:comment "BYZANTINE MUSICAL SYMBOL EXO EKFONITIKON"@en .

<http://lexvo.org/id/char/1D00F> a lvont:Character ;
    lvont:represents "𝀏"^^xsd:string ;
    rdfs:comment "BYZANTINE MUSICAL SYMBOL TELEIA"@en .

<http://lexvo.org/id/char/1D01> a lvont:Character ;
    lvont:represents "ᴁ"^^xsd:string ;
    rdfs:comment "LATIN LETTER SMALL CAPITAL AE"@en .

<http://lexvo.org/id/char/1D010> a lvont:Character ;
    lvont:represents "𝀐"^^xsd:string ;
    rdfs:comment "BYZANTINE MUSICAL SYMBOL KENTIMATA"@en .

<http://lexvo.org/id/char/1D011> a lvont:Character ;
    lvont:represents "𝀑"^^xsd:string ;
    rdfs:comment "BYZANTINE MUSICAL SYMBOL APOSTROFOS"@en .

<http://lexvo.org/id/char/1D012> a lvont:Character ;
    lvont:represents "𝀒"^^xsd:string ;
    rdfs:comment "BYZANTINE MUSICAL SYMBOL APOSTROFOS DIPLI"@en .

<http://lexvo.org/id/char/1D013> a lvont:Character ;
    lvont:represents "𝀓"^^xsd:string ;
    rdfs:comment "BYZANTINE MUSICAL SYMBOL SYNEVMA"@en .

<http://lexvo.org/id/char/1D014> a lvont:Character ;
    lvont:represents "𝀔"^^xsd:string ;
    rdfs:comment "BYZANTINE MUSICAL SYMBOL THITA"@en .

<http://lexvo.org/id/char/1D015> a lvont:Character ;
    lvont:represents "𝀕"^^xsd:string ;
    rdfs:comment "BYZANTINE MUSICAL SYMBOL OLIGON ARCHAION"@en .

<http://lexvo.org/id/char/1D016> a lvont:Character ;
    lvont:represents "𝀖"^^xsd:string ;
    rdfs:comment "BYZANTINE MUSICAL SYMBOL GORGON ARCHAION"@en .

<http://lexvo.org/id/char/1D017> a lvont:Character ;
    lvont:represents "𝀗"^^xsd:string ;
    rdfs:comment "BYZANTINE MUSICAL SYMBOL PSILON"@en .

<http://lexvo.org/id/char/1D018> a lvont:Character ;
    lvont:represents "𝀘"^^xsd:string ;
    rdfs:comment "BYZANTINE MUSICAL SYMBOL CHAMILON"@en .

<http://lexvo.org/id/char/1D019> a lvont:Character ;
    lvont:represents "𝀙"^^xsd:string ;
    rdfs:comment "BYZANTINE MUSICAL SYMBOL VATHY"@en .

<http://lexvo.org/id/char/1D01A> a lvont:Character ;
    lvont:represents "𝀚"^^xsd:string ;
    rdfs:comment "BYZANTINE MUSICAL SYMBOL ISON ARCHAION"@en .

<http://lexvo.org/id/char/1D01B> a lvont:Character ;
    lvont:represents "𝀛"^^xsd:string ;
    rdfs:comment "BYZANTINE MUSICAL SYMBOL KENTIMA ARCHAION"@en .

<http://lexvo.org/id/char/1D01C> a lvont:Character ;
    lvont:represents "𝀜"^^xsd:string ;
    rdfs:comment "BYZANTINE MUSICAL SYMBOL KENTIMATA ARCHAION"@en .

<http://lexvo.org/id/char/1D01D> a lvont:Character ;
    lvont:represents "𝀝"^^xsd:string ;
    rdfs:comment "BYZANTINE MUSICAL SYMBOL SAXIMATA"@en .

<http://lexvo.org/id/char/1D01E> a lvont:Character ;
    lvont:represents "𝀞"^^xsd:string ;
    rdfs:comment "BYZANTINE MUSICAL SYMBOL PARICHON"@en .

<http://lexvo.org/id/char/1D01F> a lvont:Character ;
    lvont:represents "𝀟"^^xsd:string ;
    rdfs:comment "BYZANTINE MUSICAL SYMBOL STAVROS APODEXIA"@en .

<http://lexvo.org/id/char/1D02> a lvont:Character ;
    lvont:represents "ᴂ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER TURNED AE"@en .

<http://lexvo.org/id/char/1D020> a lvont:Character ;
    lvont:represents "𝀠"^^xsd:string ;
    rdfs:comment "BYZANTINE MUSICAL SYMBOL OXEIAI ARCHAION"@en .

<http://lexvo.org/id/char/1D021> a lvont:Character ;
    lvont:represents "𝀡"^^xsd:string ;
    rdfs:comment "BYZANTINE MUSICAL SYMBOL VAREIAI ARCHAION"@en .

<http://lexvo.org/id/char/1D022> a lvont:Character ;
    lvont:represents "𝀢"^^xsd:string ;
    rdfs:comment "BYZANTINE MUSICAL SYMBOL APODERMA ARCHAION"@en .

<http://lexvo.org/id/char/1D023> a lvont:Character ;
    lvont:represents "𝀣"^^xsd:string ;
    rdfs:comment "BYZANTINE MUSICAL SYMBOL APOTHEMA"@en .

<http://lexvo.org/id/char/1D024> a lvont:Character ;
    lvont:represents "𝀤"^^xsd:string ;
    rdfs:comment "BYZANTINE MUSICAL SYMBOL KLASMA"@en .

<http://lexvo.org/id/char/1D025> a lvont:Character ;
    lvont:represents "𝀥"^^xsd:string ;
    rdfs:comment "BYZANTINE MUSICAL SYMBOL REVMA"@en .

<http://lexvo.org/id/char/1D026> a lvont:Character ;
    lvont:represents "𝀦"^^xsd:string ;
    rdfs:comment "BYZANTINE MUSICAL SYMBOL PIASMA ARCHAION"@en .

<http://lexvo.org/id/char/1D027> a lvont:Character ;
    lvont:represents "𝀧"^^xsd:string ;
    rdfs:comment "BYZANTINE MUSICAL SYMBOL TINAGMA"@en .

<http://lexvo.org/id/char/1D028> a lvont:Character ;
    lvont:represents "𝀨"^^xsd:string ;
    rdfs:comment "BYZANTINE MUSICAL SYMBOL ANATRICHISMA"@en .

<http://lexvo.org/id/char/1D029> a lvont:Character ;
    lvont:represents "𝀩"^^xsd:string ;
    rdfs:comment "BYZANTINE MUSICAL SYMBOL SEISMA"@en .

<http://lexvo.org/id/char/1D02A> a lvont:Character ;
    lvont:represents "𝀪"^^xsd:string ;
    rdfs:comment "BYZANTINE MUSICAL SYMBOL SYNAGMA ARCHAION"@en .

<http://lexvo.org/id/char/1D02B> a lvont:Character ;
    lvont:represents "𝀫"^^xsd:string ;
    rdfs:comment "BYZANTINE MUSICAL SYMBOL SYNAGMA META STAVROU"@en .

<http://lexvo.org/id/char/1D02C> a lvont:Character ;
    lvont:represents "𝀬"^^xsd:string ;
    rdfs:comment "BYZANTINE MUSICAL SYMBOL OYRANISMA ARCHAION"@en .

<http://lexvo.org/id/char/1D02D> a lvont:Character ;
    lvont:represents "𝀭"^^xsd:string ;
    rdfs:comment "BYZANTINE MUSICAL SYMBOL THEMA"@en .

<http://lexvo.org/id/char/1D02E> a lvont:Character ;
    lvont:represents "𝀮"^^xsd:string ;
    rdfs:comment "BYZANTINE MUSICAL SYMBOL LEMOI"@en .

<http://lexvo.org/id/char/1D02F> a lvont:Character ;
    lvont:represents "𝀯"^^xsd:string ;
    rdfs:comment "BYZANTINE MUSICAL SYMBOL DYO"@en .

<http://lexvo.org/id/char/1D03> a lvont:Character ;
    lvont:represents "ᴃ"^^xsd:string ;
    rdfs:comment "LATIN LETTER SMALL CAPITAL BARRED B"@en .

<http://lexvo.org/id/char/1D030> a lvont:Character ;
    lvont:represents "𝀰"^^xsd:string ;
    rdfs:comment "BYZANTINE MUSICAL SYMBOL TRIA"@en .

<http://lexvo.org/id/char/1D031> a lvont:Character ;
    lvont:represents "𝀱"^^xsd:string ;
    rdfs:comment "BYZANTINE MUSICAL SYMBOL TESSERA"@en .

<http://lexvo.org/id/char/1D032> a lvont:Character ;
    lvont:represents "𝀲"^^xsd:string ;
    rdfs:comment "BYZANTINE MUSICAL SYMBOL KRATIMATA"@en .

<http://lexvo.org/id/char/1D033> a lvont:Character ;
    lvont:represents "𝀳"^^xsd:string ;
    rdfs:comment "BYZANTINE MUSICAL SYMBOL APESO EXO NEO"@en .

<http://lexvo.org/id/char/1D034> a lvont:Character ;
    lvont:represents "𝀴"^^xsd:string ;
    rdfs:comment "BYZANTINE MUSICAL SYMBOL FTHORA ARCHAION"@en .

<http://lexvo.org/id/char/1D035> a lvont:Character ;
    lvont:represents "𝀵"^^xsd:string ;
    rdfs:comment "BYZANTINE MUSICAL SYMBOL IMIFTHORA"@en .

<http://lexvo.org/id/char/1D036> a lvont:Character ;
    lvont:represents "𝀶"^^xsd:string ;
    rdfs:comment "BYZANTINE MUSICAL SYMBOL TROMIKON ARCHAION"@en .

<http://lexvo.org/id/char/1D037> a lvont:Character ;
    lvont:represents "𝀷"^^xsd:string ;
    rdfs:comment "BYZANTINE MUSICAL SYMBOL KATAVA TROMIKON"@en .

<http://lexvo.org/id/char/1D038> a lvont:Character ;
    lvont:represents "𝀸"^^xsd:string ;
    rdfs:comment "BYZANTINE MUSICAL SYMBOL PELASTON"@en .

<http://lexvo.org/id/char/1D039> a lvont:Character ;
    lvont:represents "𝀹"^^xsd:string ;
    rdfs:comment "BYZANTINE MUSICAL SYMBOL PSIFISTON"@en .

<http://lexvo.org/id/char/1D03A> a lvont:Character ;
    lvont:represents "𝀺"^^xsd:string ;
    rdfs:comment "BYZANTINE MUSICAL SYMBOL KONTEVMA"@en .

<http://lexvo.org/id/char/1D03B> a lvont:Character ;
    lvont:represents "𝀻"^^xsd:string ;
    rdfs:comment "BYZANTINE MUSICAL SYMBOL CHOREVMA ARCHAION"@en .

<http://lexvo.org/id/char/1D03C> a lvont:Character ;
    lvont:represents "𝀼"^^xsd:string ;
    rdfs:comment "BYZANTINE MUSICAL SYMBOL RAPISMA"@en .

<http://lexvo.org/id/char/1D03D> a lvont:Character ;
    lvont:represents "𝀽"^^xsd:string ;
    rdfs:comment "BYZANTINE MUSICAL SYMBOL PARAKALESMA ARCHAION"@en .

<http://lexvo.org/id/char/1D03E> a lvont:Character ;
    lvont:represents "𝀾"^^xsd:string ;
    rdfs:comment "BYZANTINE MUSICAL SYMBOL PARAKLITIKI ARCHAION"@en .

<http://lexvo.org/id/char/1D03F> a lvont:Character ;
    lvont:represents "𝀿"^^xsd:string ;
    rdfs:comment "BYZANTINE MUSICAL SYMBOL ICHADIN"@en .

<http://lexvo.org/id/char/1D04> a lvont:Character ;
    lvont:represents "ᴄ"^^xsd:string ;
    rdfs:comment "LATIN LETTER SMALL CAPITAL C"@en .

<http://lexvo.org/id/char/1D040> a lvont:Character ;
    lvont:represents "𝁀"^^xsd:string ;
    rdfs:comment "BYZANTINE MUSICAL SYMBOL NANA"@en .

<http://lexvo.org/id/char/1D041> a lvont:Character ;
    lvont:represents "𝁁"^^xsd:string ;
    rdfs:comment "BYZANTINE MUSICAL SYMBOL PETASMA"@en .

<http://lexvo.org/id/char/1D042> a lvont:Character ;
    lvont:represents "𝁂"^^xsd:string ;
    rdfs:comment "BYZANTINE MUSICAL SYMBOL KONTEVMA ALLO"@en .

<http://lexvo.org/id/char/1D043> a lvont:Character ;
    lvont:represents "𝁃"^^xsd:string ;
    rdfs:comment "BYZANTINE MUSICAL SYMBOL TROMIKON ALLO"@en .

<http://lexvo.org/id/char/1D044> a lvont:Character ;
    lvont:represents "𝁄"^^xsd:string ;
    rdfs:comment "BYZANTINE MUSICAL SYMBOL STRAGGISMATA"@en .

<http://lexvo.org/id/char/1D045> a lvont:Character ;
    lvont:represents "𝁅"^^xsd:string ;
    rdfs:comment "BYZANTINE MUSICAL SYMBOL GRONTHISMATA"@en .

<http://lexvo.org/id/char/1D046> a lvont:Character ;
    lvont:represents "𝁆"^^xsd:string ;
    rdfs:comment "BYZANTINE MUSICAL SYMBOL ISON NEO"@en .

<http://lexvo.org/id/char/1D047> a lvont:Character ;
    lvont:represents "𝁇"^^xsd:string ;
    rdfs:comment "BYZANTINE MUSICAL SYMBOL OLIGON NEO"@en .

<http://lexvo.org/id/char/1D048> a lvont:Character ;
    lvont:represents "𝁈"^^xsd:string ;
    rdfs:comment "BYZANTINE MUSICAL SYMBOL OXEIA NEO"@en .

<http://lexvo.org/id/char/1D049> a lvont:Character ;
    lvont:represents "𝁉"^^xsd:string ;
    rdfs:comment "BYZANTINE MUSICAL SYMBOL PETASTI"@en .

<http://lexvo.org/id/char/1D04A> a lvont:Character ;
    lvont:represents "𝁊"^^xsd:string ;
    rdfs:comment "BYZANTINE MUSICAL SYMBOL KOUFISMA"@en .

<http://lexvo.org/id/char/1D04B> a lvont:Character ;
    lvont:represents "𝁋"^^xsd:string ;
    rdfs:comment "BYZANTINE MUSICAL SYMBOL PETASTOKOUFISMA"@en .

<http://lexvo.org/id/char/1D04C> a lvont:Character ;
    lvont:represents "𝁌"^^xsd:string ;
    rdfs:comment "BYZANTINE MUSICAL SYMBOL KRATIMOKOUFISMA"@en .

<http://lexvo.org/id/char/1D04D> a lvont:Character ;
    lvont:represents "𝁍"^^xsd:string ;
    rdfs:comment "BYZANTINE MUSICAL SYMBOL PELASTON NEO"@en .

<http://lexvo.org/id/char/1D04E> a lvont:Character ;
    lvont:represents "𝁎"^^xsd:string ;
    rdfs:comment "BYZANTINE MUSICAL SYMBOL KENTIMATA NEO ANO"@en .

<http://lexvo.org/id/char/1D04F> a lvont:Character ;
    lvont:represents "𝁏"^^xsd:string ;
    rdfs:comment "BYZANTINE MUSICAL SYMBOL KENTIMA NEO ANO"@en .

<http://lexvo.org/id/char/1D05> a lvont:Character ;
    lvont:represents "ᴅ"^^xsd:string ;
    rdfs:comment "LATIN LETTER SMALL CAPITAL D"@en .

<http://lexvo.org/id/char/1D050> a lvont:Character ;
    lvont:represents "𝁐"^^xsd:string ;
    rdfs:comment "BYZANTINE MUSICAL SYMBOL YPSILI"@en .

<http://lexvo.org/id/char/1D051> a lvont:Character ;
    lvont:represents "𝁑"^^xsd:string ;
    rdfs:comment "BYZANTINE MUSICAL SYMBOL APOSTROFOS NEO"@en .

<http://lexvo.org/id/char/1D052> a lvont:Character ;
    lvont:represents "𝁒"^^xsd:string ;
    rdfs:comment "BYZANTINE MUSICAL SYMBOL APOSTROFOI SYNDESMOS NEO"@en .

<http://lexvo.org/id/char/1D053> a lvont:Character ;
    lvont:represents "𝁓"^^xsd:string ;
    rdfs:comment "BYZANTINE MUSICAL SYMBOL YPORROI"@en .

<http://lexvo.org/id/char/1D054> a lvont:Character ;
    lvont:represents "𝁔"^^xsd:string ;
    rdfs:comment "BYZANTINE MUSICAL SYMBOL KRATIMOYPORROON"@en .

<http://lexvo.org/id/char/1D055> a lvont:Character ;
    lvont:represents "𝁕"^^xsd:string ;
    rdfs:comment "BYZANTINE MUSICAL SYMBOL ELAFRON"@en .

<http://lexvo.org/id/char/1D056> a lvont:Character ;
    lvont:represents "𝁖"^^xsd:string ;
    rdfs:comment "BYZANTINE MUSICAL SYMBOL CHAMILI"@en .

<http://lexvo.org/id/char/1D057> a lvont:Character ;
    lvont:represents "𝁗"^^xsd:string ;
    rdfs:comment "BYZANTINE MUSICAL SYMBOL MIKRON ISON"@en .

<http://lexvo.org/id/char/1D058> a lvont:Character ;
    lvont:represents "𝁘"^^xsd:string ;
    rdfs:comment "BYZANTINE MUSICAL SYMBOL VAREIA NEO"@en .

<http://lexvo.org/id/char/1D059> a lvont:Character ;
    lvont:represents "𝁙"^^xsd:string ;
    rdfs:comment "BYZANTINE MUSICAL SYMBOL PIASMA NEO"@en .

<http://lexvo.org/id/char/1D05A> a lvont:Character ;
    lvont:represents "𝁚"^^xsd:string ;
    rdfs:comment "BYZANTINE MUSICAL SYMBOL PSIFISTON NEO"@en .

<http://lexvo.org/id/char/1D05B> a lvont:Character ;
    lvont:represents "𝁛"^^xsd:string ;
    rdfs:comment "BYZANTINE MUSICAL SYMBOL OMALON"@en .

<http://lexvo.org/id/char/1D05C> a lvont:Character ;
    lvont:represents "𝁜"^^xsd:string ;
    rdfs:comment "BYZANTINE MUSICAL SYMBOL ANTIKENOMA"@en .

<http://lexvo.org/id/char/1D05D> a lvont:Character ;
    lvont:represents "𝁝"^^xsd:string ;
    rdfs:comment "BYZANTINE MUSICAL SYMBOL LYGISMA"@en .

<http://lexvo.org/id/char/1D05E> a lvont:Character ;
    lvont:represents "𝁞"^^xsd:string ;
    rdfs:comment "BYZANTINE MUSICAL SYMBOL PARAKLITIKI NEO"@en .

<http://lexvo.org/id/char/1D05F> a lvont:Character ;
    lvont:represents "𝁟"^^xsd:string ;
    rdfs:comment "BYZANTINE MUSICAL SYMBOL PARAKALESMA NEO"@en .

<http://lexvo.org/id/char/1D06> a lvont:Character ;
    lvont:represents "ᴆ"^^xsd:string ;
    rdfs:comment "LATIN LETTER SMALL CAPITAL ETH"@en .

<http://lexvo.org/id/char/1D060> a lvont:Character ;
    lvont:represents "𝁠"^^xsd:string ;
    rdfs:comment "BYZANTINE MUSICAL SYMBOL ETERON PARAKALESMA"@en .

<http://lexvo.org/id/char/1D061> a lvont:Character ;
    lvont:represents "𝁡"^^xsd:string ;
    rdfs:comment "BYZANTINE MUSICAL SYMBOL KYLISMA"@en .

<http://lexvo.org/id/char/1D062> a lvont:Character ;
    lvont:represents "𝁢"^^xsd:string ;
    rdfs:comment "BYZANTINE MUSICAL SYMBOL ANTIKENOKYLISMA"@en .

<http://lexvo.org/id/char/1D063> a lvont:Character ;
    lvont:represents "𝁣"^^xsd:string ;
    rdfs:comment "BYZANTINE MUSICAL SYMBOL TROMIKON NEO"@en .

<http://lexvo.org/id/char/1D064> a lvont:Character ;
    lvont:represents "𝁤"^^xsd:string ;
    rdfs:comment "BYZANTINE MUSICAL SYMBOL EKSTREPTON"@en .

<http://lexvo.org/id/char/1D065> a lvont:Character ;
    lvont:represents "𝁥"^^xsd:string ;
    rdfs:comment "BYZANTINE MUSICAL SYMBOL SYNAGMA NEO"@en .

<http://lexvo.org/id/char/1D066> a lvont:Character ;
    lvont:represents "𝁦"^^xsd:string ;
    rdfs:comment "BYZANTINE MUSICAL SYMBOL SYRMA"@en .

<http://lexvo.org/id/char/1D067> a lvont:Character ;
    lvont:represents "𝁧"^^xsd:string ;
    rdfs:comment "BYZANTINE MUSICAL SYMBOL CHOREVMA NEO"@en .

<http://lexvo.org/id/char/1D068> a lvont:Character ;
    lvont:represents "𝁨"^^xsd:string ;
    rdfs:comment "BYZANTINE MUSICAL SYMBOL EPEGERMA"@en .

<http://lexvo.org/id/char/1D069> a lvont:Character ;
    lvont:represents "𝁩"^^xsd:string ;
    rdfs:comment "BYZANTINE MUSICAL SYMBOL SEISMA NEO"@en .

<http://lexvo.org/id/char/1D06A> a lvont:Character ;
    lvont:represents "𝁪"^^xsd:string ;
    rdfs:comment "BYZANTINE MUSICAL SYMBOL XIRON KLASMA"@en .

<http://lexvo.org/id/char/1D06B> a lvont:Character ;
    lvont:represents "𝁫"^^xsd:string ;
    rdfs:comment "BYZANTINE MUSICAL SYMBOL TROMIKOPSIFISTON"@en .

<http://lexvo.org/id/char/1D06C> a lvont:Character ;
    lvont:represents "𝁬"^^xsd:string ;
    rdfs:comment "BYZANTINE MUSICAL SYMBOL PSIFISTOLYGISMA"@en .

<http://lexvo.org/id/char/1D06D> a lvont:Character ;
    lvont:represents "𝁭"^^xsd:string ;
    rdfs:comment "BYZANTINE MUSICAL SYMBOL TROMIKOLYGISMA"@en .

<http://lexvo.org/id/char/1D06E> a lvont:Character ;
    lvont:represents "𝁮"^^xsd:string ;
    rdfs:comment "BYZANTINE MUSICAL SYMBOL TROMIKOPARAKALESMA"@en .

<http://lexvo.org/id/char/1D06F> a lvont:Character ;
    lvont:represents "𝁯"^^xsd:string ;
    rdfs:comment "BYZANTINE MUSICAL SYMBOL PSIFISTOPARAKALESMA"@en .

<http://lexvo.org/id/char/1D07> a lvont:Character ;
    lvont:represents "ᴇ"^^xsd:string ;
    rdfs:comment "LATIN LETTER SMALL CAPITAL E"@en .

<http://lexvo.org/id/char/1D070> a lvont:Character ;
    lvont:represents "𝁰"^^xsd:string ;
    rdfs:comment "BYZANTINE MUSICAL SYMBOL TROMIKOSYNAGMA"@en .

<http://lexvo.org/id/char/1D071> a lvont:Character ;
    lvont:represents "𝁱"^^xsd:string ;
    rdfs:comment "BYZANTINE MUSICAL SYMBOL PSIFISTOSYNAGMA"@en .

<http://lexvo.org/id/char/1D072> a lvont:Character ;
    lvont:represents "𝁲"^^xsd:string ;
    rdfs:comment "BYZANTINE MUSICAL SYMBOL GORGOSYNTHETON"@en .

<http://lexvo.org/id/char/1D073> a lvont:Character ;
    lvont:represents "𝁳"^^xsd:string ;
    rdfs:comment "BYZANTINE MUSICAL SYMBOL ARGOSYNTHETON"@en .

<http://lexvo.org/id/char/1D074> a lvont:Character ;
    lvont:represents "𝁴"^^xsd:string ;
    rdfs:comment "BYZANTINE MUSICAL SYMBOL ETERON ARGOSYNTHETON"@en .

<http://lexvo.org/id/char/1D075> a lvont:Character ;
    lvont:represents "𝁵"^^xsd:string ;
    rdfs:comment "BYZANTINE MUSICAL SYMBOL OYRANISMA NEO"@en .

<http://lexvo.org/id/char/1D076> a lvont:Character ;
    lvont:represents "𝁶"^^xsd:string ;
    rdfs:comment "BYZANTINE MUSICAL SYMBOL THEMATISMOS ESO"@en .

<http://lexvo.org/id/char/1D077> a lvont:Character ;
    lvont:represents "𝁷"^^xsd:string ;
    rdfs:comment "BYZANTINE MUSICAL SYMBOL THEMATISMOS EXO"@en .

<http://lexvo.org/id/char/1D078> a lvont:Character ;
    lvont:represents "𝁸"^^xsd:string ;
    rdfs:comment "BYZANTINE MUSICAL SYMBOL THEMA APLOUN"@en .

<http://lexvo.org/id/char/1D079> a lvont:Character ;
    lvont:represents "𝁹"^^xsd:string ;
    rdfs:comment "BYZANTINE MUSICAL SYMBOL THES KAI APOTHES"@en .

<http://lexvo.org/id/char/1D07A> a lvont:Character ;
    lvont:represents "𝁺"^^xsd:string ;
    rdfs:comment "BYZANTINE MUSICAL SYMBOL KATAVASMA"@en .

<http://lexvo.org/id/char/1D07B> a lvont:Character ;
    lvont:represents "𝁻"^^xsd:string ;
    rdfs:comment "BYZANTINE MUSICAL SYMBOL ENDOFONON"@en .

<http://lexvo.org/id/char/1D07C> a lvont:Character ;
    lvont:represents "𝁼"^^xsd:string ;
    rdfs:comment "BYZANTINE MUSICAL SYMBOL YFEN KATO"@en .

<http://lexvo.org/id/char/1D07D> a lvont:Character ;
    lvont:represents "𝁽"^^xsd:string ;
    rdfs:comment "BYZANTINE MUSICAL SYMBOL YFEN ANO"@en .

<http://lexvo.org/id/char/1D07E> a lvont:Character ;
    lvont:represents "𝁾"^^xsd:string ;
    rdfs:comment "BYZANTINE MUSICAL SYMBOL STAVROS"@en .

<http://lexvo.org/id/char/1D07F> a lvont:Character ;
    lvont:represents "𝁿"^^xsd:string ;
    rdfs:comment "BYZANTINE MUSICAL SYMBOL KLASMA ANO"@en .

<http://lexvo.org/id/char/1D08> a lvont:Character ;
    lvont:represents "ᴈ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER TURNED OPEN E"@en .

<http://lexvo.org/id/char/1D080> a lvont:Character ;
    lvont:represents "𝂀"^^xsd:string ;
    rdfs:comment "BYZANTINE MUSICAL SYMBOL DIPLI ARCHAION"@en .

<http://lexvo.org/id/char/1D081> a lvont:Character ;
    lvont:represents "𝂁"^^xsd:string ;
    rdfs:comment "BYZANTINE MUSICAL SYMBOL KRATIMA ARCHAION"@en .

<http://lexvo.org/id/char/1D082> a lvont:Character ;
    lvont:represents "𝂂"^^xsd:string ;
    rdfs:comment "BYZANTINE MUSICAL SYMBOL KRATIMA ALLO"@en .

<http://lexvo.org/id/char/1D083> a lvont:Character ;
    lvont:represents "𝂃"^^xsd:string ;
    rdfs:comment "BYZANTINE MUSICAL SYMBOL KRATIMA NEO"@en .

<http://lexvo.org/id/char/1D084> a lvont:Character ;
    lvont:represents "𝂄"^^xsd:string ;
    rdfs:comment "BYZANTINE MUSICAL SYMBOL APODERMA NEO"@en .

<http://lexvo.org/id/char/1D085> a lvont:Character ;
    lvont:represents "𝂅"^^xsd:string ;
    rdfs:comment "BYZANTINE MUSICAL SYMBOL APLI"@en .

<http://lexvo.org/id/char/1D086> a lvont:Character ;
    lvont:represents "𝂆"^^xsd:string ;
    rdfs:comment "BYZANTINE MUSICAL SYMBOL DIPLI"@en .

<http://lexvo.org/id/char/1D087> a lvont:Character ;
    lvont:represents "𝂇"^^xsd:string ;
    rdfs:comment "BYZANTINE MUSICAL SYMBOL TRIPLI"@en .

<http://lexvo.org/id/char/1D088> a lvont:Character ;
    lvont:represents "𝂈"^^xsd:string ;
    rdfs:comment "BYZANTINE MUSICAL SYMBOL TETRAPLI"@en .

<http://lexvo.org/id/char/1D089> a lvont:Character ;
    lvont:represents "𝂉"^^xsd:string ;
    rdfs:comment "BYZANTINE MUSICAL SYMBOL KORONIS"@en .

<http://lexvo.org/id/char/1D08A> a lvont:Character ;
    lvont:represents "𝂊"^^xsd:string ;
    rdfs:comment "BYZANTINE MUSICAL SYMBOL LEIMMA ENOS CHRONOU"@en .

<http://lexvo.org/id/char/1D08B> a lvont:Character ;
    lvont:represents "𝂋"^^xsd:string ;
    rdfs:comment "BYZANTINE MUSICAL SYMBOL LEIMMA DYO CHRONON"@en .

<http://lexvo.org/id/char/1D08C> a lvont:Character ;
    lvont:represents "𝂌"^^xsd:string ;
    rdfs:comment "BYZANTINE MUSICAL SYMBOL LEIMMA TRION CHRONON"@en .

<http://lexvo.org/id/char/1D08D> a lvont:Character ;
    lvont:represents "𝂍"^^xsd:string ;
    rdfs:comment "BYZANTINE MUSICAL SYMBOL LEIMMA TESSARON CHRONON"@en .

<http://lexvo.org/id/char/1D08E> a lvont:Character ;
    lvont:represents "𝂎"^^xsd:string ;
    rdfs:comment "BYZANTINE MUSICAL SYMBOL LEIMMA IMISEOS CHRONOU"@en .

<http://lexvo.org/id/char/1D08F> a lvont:Character ;
    lvont:represents "𝂏"^^xsd:string ;
    rdfs:comment "BYZANTINE MUSICAL SYMBOL GORGON NEO ANO"@en .

<http://lexvo.org/id/char/1D09> a lvont:Character ;
    lvont:represents "ᴉ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER TURNED I"@en .

<http://lexvo.org/id/char/1D090> a lvont:Character ;
    lvont:represents "𝂐"^^xsd:string ;
    rdfs:comment "BYZANTINE MUSICAL SYMBOL GORGON PARESTIGMENON ARISTERA"@en .

<http://lexvo.org/id/char/1D091> a lvont:Character ;
    lvont:represents "𝂑"^^xsd:string ;
    rdfs:comment "BYZANTINE MUSICAL SYMBOL GORGON PARESTIGMENON DEXIA"@en .

<http://lexvo.org/id/char/1D092> a lvont:Character ;
    lvont:represents "𝂒"^^xsd:string ;
    rdfs:comment "BYZANTINE MUSICAL SYMBOL DIGORGON"@en .

<http://lexvo.org/id/char/1D093> a lvont:Character ;
    lvont:represents "𝂓"^^xsd:string ;
    rdfs:comment "BYZANTINE MUSICAL SYMBOL DIGORGON PARESTIGMENON ARISTERA KATO"@en .

<http://lexvo.org/id/char/1D094> a lvont:Character ;
    lvont:represents "𝂔"^^xsd:string ;
    rdfs:comment "BYZANTINE MUSICAL SYMBOL DIGORGON PARESTIGMENON ARISTERA ANO"@en .

<http://lexvo.org/id/char/1D095> a lvont:Character ;
    lvont:represents "𝂕"^^xsd:string ;
    rdfs:comment "BYZANTINE MUSICAL SYMBOL DIGORGON PARESTIGMENON DEXIA"@en .

<http://lexvo.org/id/char/1D096> a lvont:Character ;
    lvont:represents "𝂖"^^xsd:string ;
    rdfs:comment "BYZANTINE MUSICAL SYMBOL TRIGORGON"@en .

<http://lexvo.org/id/char/1D097> a lvont:Character ;
    lvont:represents "𝂗"^^xsd:string ;
    rdfs:comment "BYZANTINE MUSICAL SYMBOL ARGON"@en .

<http://lexvo.org/id/char/1D098> a lvont:Character ;
    lvont:represents "𝂘"^^xsd:string ;
    rdfs:comment "BYZANTINE MUSICAL SYMBOL IMIDIARGON"@en .

<http://lexvo.org/id/char/1D099> a lvont:Character ;
    lvont:represents "𝂙"^^xsd:string ;
    rdfs:comment "BYZANTINE MUSICAL SYMBOL DIARGON"@en .

<http://lexvo.org/id/char/1D09A> a lvont:Character ;
    lvont:represents "𝂚"^^xsd:string ;
    rdfs:comment "BYZANTINE MUSICAL SYMBOL AGOGI POLI ARGI"@en .

<http://lexvo.org/id/char/1D09B> a lvont:Character ;
    lvont:represents "𝂛"^^xsd:string ;
    rdfs:comment "BYZANTINE MUSICAL SYMBOL AGOGI ARGOTERI"@en .

<http://lexvo.org/id/char/1D09C> a lvont:Character ;
    lvont:represents "𝂜"^^xsd:string ;
    rdfs:comment "BYZANTINE MUSICAL SYMBOL AGOGI ARGI"@en .

<http://lexvo.org/id/char/1D09D> a lvont:Character ;
    lvont:represents "𝂝"^^xsd:string ;
    rdfs:comment "BYZANTINE MUSICAL SYMBOL AGOGI METRIA"@en .

<http://lexvo.org/id/char/1D09E> a lvont:Character ;
    lvont:represents "𝂞"^^xsd:string ;
    rdfs:comment "BYZANTINE MUSICAL SYMBOL AGOGI MESI"@en .

<http://lexvo.org/id/char/1D09F> a lvont:Character ;
    lvont:represents "𝂟"^^xsd:string ;
    rdfs:comment "BYZANTINE MUSICAL SYMBOL AGOGI GORGI"@en .

<http://lexvo.org/id/char/1D0A> a lvont:Character ;
    lvont:represents "ᴊ"^^xsd:string ;
    rdfs:comment "LATIN LETTER SMALL CAPITAL J"@en .

<http://lexvo.org/id/char/1D0A0> a lvont:Character ;
    lvont:represents "𝂠"^^xsd:string ;
    rdfs:comment "BYZANTINE MUSICAL SYMBOL AGOGI GORGOTERI"@en .

<http://lexvo.org/id/char/1D0A1> a lvont:Character ;
    lvont:represents "𝂡"^^xsd:string ;
    rdfs:comment "BYZANTINE MUSICAL SYMBOL AGOGI POLI GORGI"@en .

<http://lexvo.org/id/char/1D0A2> a lvont:Character ;
    lvont:represents "𝂢"^^xsd:string ;
    rdfs:comment "BYZANTINE MUSICAL SYMBOL MARTYRIA PROTOS ICHOS"@en .

<http://lexvo.org/id/char/1D0A3> a lvont:Character ;
    lvont:represents "𝂣"^^xsd:string ;
    rdfs:comment "BYZANTINE MUSICAL SYMBOL MARTYRIA ALLI PROTOS ICHOS"@en .

<http://lexvo.org/id/char/1D0A4> a lvont:Character ;
    lvont:represents "𝂤"^^xsd:string ;
    rdfs:comment "BYZANTINE MUSICAL SYMBOL MARTYRIA DEYTEROS ICHOS"@en .

<http://lexvo.org/id/char/1D0A5> a lvont:Character ;
    lvont:represents "𝂥"^^xsd:string ;
    rdfs:comment "BYZANTINE MUSICAL SYMBOL MARTYRIA ALLI DEYTEROS ICHOS"@en .

<http://lexvo.org/id/char/1D0A6> a lvont:Character ;
    lvont:represents "𝂦"^^xsd:string ;
    rdfs:comment "BYZANTINE MUSICAL SYMBOL MARTYRIA TRITOS ICHOS"@en .

<http://lexvo.org/id/char/1D0A7> a lvont:Character ;
    lvont:represents "𝂧"^^xsd:string ;
    rdfs:comment "BYZANTINE MUSICAL SYMBOL MARTYRIA TRIFONIAS"@en .

<http://lexvo.org/id/char/1D0A8> a lvont:Character ;
    lvont:represents "𝂨"^^xsd:string ;
    rdfs:comment "BYZANTINE MUSICAL SYMBOL MARTYRIA TETARTOS ICHOS"@en .

<http://lexvo.org/id/char/1D0A9> a lvont:Character ;
    lvont:represents "𝂩"^^xsd:string ;
    rdfs:comment "BYZANTINE MUSICAL SYMBOL MARTYRIA TETARTOS LEGETOS ICHOS"@en .

<http://lexvo.org/id/char/1D0AA> a lvont:Character ;
    lvont:represents "𝂪"^^xsd:string ;
    rdfs:comment "BYZANTINE MUSICAL SYMBOL MARTYRIA LEGETOS ICHOS"@en .

<http://lexvo.org/id/char/1D0AB> a lvont:Character ;
    lvont:represents "𝂫"^^xsd:string ;
    rdfs:comment "BYZANTINE MUSICAL SYMBOL MARTYRIA PLAGIOS ICHOS"@en .

<http://lexvo.org/id/char/1D0AC> a lvont:Character ;
    lvont:represents "𝂬"^^xsd:string ;
    rdfs:comment "BYZANTINE MUSICAL SYMBOL ISAKIA TELOUS ICHIMATOS"@en .

<http://lexvo.org/id/char/1D0AD> a lvont:Character ;
    lvont:represents "𝂭"^^xsd:string ;
    rdfs:comment "BYZANTINE MUSICAL SYMBOL APOSTROFOI TELOUS ICHIMATOS"@en .

<http://lexvo.org/id/char/1D0AE> a lvont:Character ;
    lvont:represents "𝂮"^^xsd:string ;
    rdfs:comment "BYZANTINE MUSICAL SYMBOL FANEROSIS TETRAFONIAS"@en .

<http://lexvo.org/id/char/1D0AF> a lvont:Character ;
    lvont:represents "𝂯"^^xsd:string ;
    rdfs:comment "BYZANTINE MUSICAL SYMBOL FANEROSIS MONOFONIAS"@en .

<http://lexvo.org/id/char/1D0B> a lvont:Character ;
    lvont:represents "ᴋ"^^xsd:string ;
    rdfs:comment "LATIN LETTER SMALL CAPITAL K"@en .

<http://lexvo.org/id/char/1D0B0> a lvont:Character ;
    lvont:represents "𝂰"^^xsd:string ;
    rdfs:comment "BYZANTINE MUSICAL SYMBOL FANEROSIS DIFONIAS"@en .

<http://lexvo.org/id/char/1D0B1> a lvont:Character ;
    lvont:represents "𝂱"^^xsd:string ;
    rdfs:comment "BYZANTINE MUSICAL SYMBOL MARTYRIA VARYS ICHOS"@en .

<http://lexvo.org/id/char/1D0B2> a lvont:Character ;
    lvont:represents "𝂲"^^xsd:string ;
    rdfs:comment "BYZANTINE MUSICAL SYMBOL MARTYRIA PROTOVARYS ICHOS"@en .

<http://lexvo.org/id/char/1D0B3> a lvont:Character ;
    lvont:represents "𝂳"^^xsd:string ;
    rdfs:comment "BYZANTINE MUSICAL SYMBOL MARTYRIA PLAGIOS TETARTOS ICHOS"@en .

<http://lexvo.org/id/char/1D0B4> a lvont:Character ;
    lvont:represents "𝂴"^^xsd:string ;
    rdfs:comment "BYZANTINE MUSICAL SYMBOL GORTHMIKON N APLOUN"@en .

<http://lexvo.org/id/char/1D0B5> a lvont:Character ;
    lvont:represents "𝂵"^^xsd:string ;
    rdfs:comment "BYZANTINE MUSICAL SYMBOL GORTHMIKON N DIPLOUN"@en .

<http://lexvo.org/id/char/1D0B6> a lvont:Character ;
    lvont:represents "𝂶"^^xsd:string ;
    rdfs:comment "BYZANTINE MUSICAL SYMBOL ENARXIS KAI FTHORA VOU"@en .

<http://lexvo.org/id/char/1D0B7> a lvont:Character ;
    lvont:represents "𝂷"^^xsd:string ;
    rdfs:comment "BYZANTINE MUSICAL SYMBOL IMIFONON"@en .

<http://lexvo.org/id/char/1D0B8> a lvont:Character ;
    lvont:represents "𝂸"^^xsd:string ;
    rdfs:comment "BYZANTINE MUSICAL SYMBOL IMIFTHORON"@en .

<http://lexvo.org/id/char/1D0B9> a lvont:Character ;
    lvont:represents "𝂹"^^xsd:string ;
    rdfs:comment "BYZANTINE MUSICAL SYMBOL FTHORA ARCHAION DEYTEROU ICHOU"@en .

<http://lexvo.org/id/char/1D0BA> a lvont:Character ;
    lvont:represents "𝂺"^^xsd:string ;
    rdfs:comment "BYZANTINE MUSICAL SYMBOL FTHORA DIATONIKI PA"@en .

<http://lexvo.org/id/char/1D0BB> a lvont:Character ;
    lvont:represents "𝂻"^^xsd:string ;
    rdfs:comment "BYZANTINE MUSICAL SYMBOL FTHORA DIATONIKI NANA"@en .

<http://lexvo.org/id/char/1D0BC> a lvont:Character ;
    lvont:represents "𝂼"^^xsd:string ;
    rdfs:comment "BYZANTINE MUSICAL SYMBOL FTHORA NAOS ICHOS"@en .

<http://lexvo.org/id/char/1D0BD> a lvont:Character ;
    lvont:represents "𝂽"^^xsd:string ;
    rdfs:comment "BYZANTINE MUSICAL SYMBOL FTHORA DIATONIKI DI"@en .

<http://lexvo.org/id/char/1D0BE> a lvont:Character ;
    lvont:represents "𝂾"^^xsd:string ;
    rdfs:comment "BYZANTINE MUSICAL SYMBOL FTHORA SKLIRON DIATONON DI"@en .

<http://lexvo.org/id/char/1D0BF> a lvont:Character ;
    lvont:represents "𝂿"^^xsd:string ;
    rdfs:comment "BYZANTINE MUSICAL SYMBOL FTHORA DIATONIKI KE"@en .

<http://lexvo.org/id/char/1D0C> a lvont:Character ;
    lvont:represents "ᴌ"^^xsd:string ;
    rdfs:comment "LATIN LETTER SMALL CAPITAL L WITH STROKE"@en .

<http://lexvo.org/id/char/1D0C0> a lvont:Character ;
    lvont:represents "𝃀"^^xsd:string ;
    rdfs:comment "BYZANTINE MUSICAL SYMBOL FTHORA DIATONIKI ZO"@en .

<http://lexvo.org/id/char/1D0C1> a lvont:Character ;
    lvont:represents "𝃁"^^xsd:string ;
    rdfs:comment "BYZANTINE MUSICAL SYMBOL FTHORA DIATONIKI NI KATO"@en .

<http://lexvo.org/id/char/1D0C2> a lvont:Character ;
    lvont:represents "𝃂"^^xsd:string ;
    rdfs:comment "BYZANTINE MUSICAL SYMBOL FTHORA DIATONIKI NI ANO"@en .

<http://lexvo.org/id/char/1D0C3> a lvont:Character ;
    lvont:represents "𝃃"^^xsd:string ;
    rdfs:comment "BYZANTINE MUSICAL SYMBOL FTHORA MALAKON CHROMA DIFONIAS"@en .

<http://lexvo.org/id/char/1D0C4> a lvont:Character ;
    lvont:represents "𝃄"^^xsd:string ;
    rdfs:comment "BYZANTINE MUSICAL SYMBOL FTHORA MALAKON CHROMA MONOFONIAS"@en .

<http://lexvo.org/id/char/1D0C5> a lvont:Character ;
    lvont:represents "𝃅"^^xsd:string ;
    rdfs:comment "BYZANTINE MUSICAL SYMBOL FHTORA SKLIRON CHROMA VASIS"@en .

<http://lexvo.org/id/char/1D0C6> a lvont:Character ;
    lvont:represents "𝃆"^^xsd:string ;
    rdfs:comment "BYZANTINE MUSICAL SYMBOL FTHORA SKLIRON CHROMA SYNAFI"@en .

<http://lexvo.org/id/char/1D0C7> a lvont:Character ;
    lvont:represents "𝃇"^^xsd:string ;
    rdfs:comment "BYZANTINE MUSICAL SYMBOL FTHORA NENANO"@en .

<http://lexvo.org/id/char/1D0C8> a lvont:Character ;
    lvont:represents "𝃈"^^xsd:string ;
    rdfs:comment "BYZANTINE MUSICAL SYMBOL CHROA ZYGOS"@en .

<http://lexvo.org/id/char/1D0C9> a lvont:Character ;
    lvont:represents "𝃉"^^xsd:string ;
    rdfs:comment "BYZANTINE MUSICAL SYMBOL CHROA KLITON"@en .

<http://lexvo.org/id/char/1D0CA> a lvont:Character ;
    lvont:represents "𝃊"^^xsd:string ;
    rdfs:comment "BYZANTINE MUSICAL SYMBOL CHROA SPATHI"@en .

<http://lexvo.org/id/char/1D0CB> a lvont:Character ;
    lvont:represents "𝃋"^^xsd:string ;
    rdfs:comment "BYZANTINE MUSICAL SYMBOL FTHORA I YFESIS TETARTIMORION"@en .

<http://lexvo.org/id/char/1D0CC> a lvont:Character ;
    lvont:represents "𝃌"^^xsd:string ;
    rdfs:comment "BYZANTINE MUSICAL SYMBOL FTHORA ENARMONIOS ANTIFONIA"@en .

<http://lexvo.org/id/char/1D0CD> a lvont:Character ;
    lvont:represents "𝃍"^^xsd:string ;
    rdfs:comment "BYZANTINE MUSICAL SYMBOL YFESIS TRITIMORION"@en .

<http://lexvo.org/id/char/1D0CE> a lvont:Character ;
    lvont:represents "𝃎"^^xsd:string ;
    rdfs:comment "BYZANTINE MUSICAL SYMBOL DIESIS TRITIMORION"@en .

<http://lexvo.org/id/char/1D0CF> a lvont:Character ;
    lvont:represents "𝃏"^^xsd:string ;
    rdfs:comment "BYZANTINE MUSICAL SYMBOL DIESIS TETARTIMORION"@en .

<http://lexvo.org/id/char/1D0D> a lvont:Character ;
    lvont:represents "ᴍ"^^xsd:string ;
    rdfs:comment "LATIN LETTER SMALL CAPITAL M"@en .

<http://lexvo.org/id/char/1D0D0> a lvont:Character ;
    lvont:represents "𝃐"^^xsd:string ;
    rdfs:comment "BYZANTINE MUSICAL SYMBOL DIESIS APLI DYO DODEKATA"@en .

<http://lexvo.org/id/char/1D0D1> a lvont:Character ;
    lvont:represents "𝃑"^^xsd:string ;
    rdfs:comment "BYZANTINE MUSICAL SYMBOL DIESIS MONOGRAMMOS TESSERA DODEKATA"@en .

<http://lexvo.org/id/char/1D0D2> a lvont:Character ;
    lvont:represents "𝃒"^^xsd:string ;
    rdfs:comment "BYZANTINE MUSICAL SYMBOL DIESIS DIGRAMMOS EX DODEKATA"@en .

<http://lexvo.org/id/char/1D0D3> a lvont:Character ;
    lvont:represents "𝃓"^^xsd:string ;
    rdfs:comment "BYZANTINE MUSICAL SYMBOL DIESIS TRIGRAMMOS OKTO DODEKATA"@en .

<http://lexvo.org/id/char/1D0D4> a lvont:Character ;
    lvont:represents "𝃔"^^xsd:string ;
    rdfs:comment "BYZANTINE MUSICAL SYMBOL YFESIS APLI DYO DODEKATA"@en .

<http://lexvo.org/id/char/1D0D5> a lvont:Character ;
    lvont:represents "𝃕"^^xsd:string ;
    rdfs:comment "BYZANTINE MUSICAL SYMBOL YFESIS MONOGRAMMOS TESSERA DODEKATA"@en .

<http://lexvo.org/id/char/1D0D6> a lvont:Character ;
    lvont:represents "𝃖"^^xsd:string ;
    rdfs:comment "BYZANTINE MUSICAL SYMBOL YFESIS DIGRAMMOS EX DODEKATA"@en .

<http://lexvo.org/id/char/1D0D7> a lvont:Character ;
    lvont:represents "𝃗"^^xsd:string ;
    rdfs:comment "BYZANTINE MUSICAL SYMBOL YFESIS TRIGRAMMOS OKTO DODEKATA"@en .

<http://lexvo.org/id/char/1D0D8> a lvont:Character ;
    lvont:represents "𝃘"^^xsd:string ;
    rdfs:comment "BYZANTINE MUSICAL SYMBOL GENIKI DIESIS"@en .

<http://lexvo.org/id/char/1D0D9> a lvont:Character ;
    lvont:represents "𝃙"^^xsd:string ;
    rdfs:comment "BYZANTINE MUSICAL SYMBOL GENIKI YFESIS"@en .

<http://lexvo.org/id/char/1D0DA> a lvont:Character ;
    lvont:represents "𝃚"^^xsd:string ;
    rdfs:comment "BYZANTINE MUSICAL SYMBOL DIASTOLI APLI MIKRI"@en .

<http://lexvo.org/id/char/1D0DB> a lvont:Character ;
    lvont:represents "𝃛"^^xsd:string ;
    rdfs:comment "BYZANTINE MUSICAL SYMBOL DIASTOLI APLI MEGALI"@en .

<http://lexvo.org/id/char/1D0DC> a lvont:Character ;
    lvont:represents "𝃜"^^xsd:string ;
    rdfs:comment "BYZANTINE MUSICAL SYMBOL DIASTOLI DIPLI"@en .

<http://lexvo.org/id/char/1D0DD> a lvont:Character ;
    lvont:represents "𝃝"^^xsd:string ;
    rdfs:comment "BYZANTINE MUSICAL SYMBOL DIASTOLI THESEOS"@en .

<http://lexvo.org/id/char/1D0DE> a lvont:Character ;
    lvont:represents "𝃞"^^xsd:string ;
    rdfs:comment "BYZANTINE MUSICAL SYMBOL SIMANSIS THESEOS"@en .

<http://lexvo.org/id/char/1D0DF> a lvont:Character ;
    lvont:represents "𝃟"^^xsd:string ;
    rdfs:comment "BYZANTINE MUSICAL SYMBOL SIMANSIS THESEOS DISIMOU"@en .

<http://lexvo.org/id/char/1D0E> a lvont:Character ;
    lvont:represents "ᴎ"^^xsd:string ;
    rdfs:comment "LATIN LETTER SMALL CAPITAL REVERSED N"@en .

<http://lexvo.org/id/char/1D0E0> a lvont:Character ;
    lvont:represents "𝃠"^^xsd:string ;
    rdfs:comment "BYZANTINE MUSICAL SYMBOL SIMANSIS THESEOS TRISIMOU"@en .

<http://lexvo.org/id/char/1D0E1> a lvont:Character ;
    lvont:represents "𝃡"^^xsd:string ;
    rdfs:comment "BYZANTINE MUSICAL SYMBOL SIMANSIS THESEOS TETRASIMOU"@en .

<http://lexvo.org/id/char/1D0E2> a lvont:Character ;
    lvont:represents "𝃢"^^xsd:string ;
    rdfs:comment "BYZANTINE MUSICAL SYMBOL SIMANSIS ARSEOS"@en .

<http://lexvo.org/id/char/1D0E3> a lvont:Character ;
    lvont:represents "𝃣"^^xsd:string ;
    rdfs:comment "BYZANTINE MUSICAL SYMBOL SIMANSIS ARSEOS DISIMOU"@en .

<http://lexvo.org/id/char/1D0E4> a lvont:Character ;
    lvont:represents "𝃤"^^xsd:string ;
    rdfs:comment "BYZANTINE MUSICAL SYMBOL SIMANSIS ARSEOS TRISIMOU"@en .

<http://lexvo.org/id/char/1D0E5> a lvont:Character ;
    lvont:represents "𝃥"^^xsd:string ;
    rdfs:comment "BYZANTINE MUSICAL SYMBOL SIMANSIS ARSEOS TETRASIMOU"@en .

<http://lexvo.org/id/char/1D0E6> a lvont:Character ;
    lvont:represents "𝃦"^^xsd:string ;
    rdfs:comment "BYZANTINE MUSICAL SYMBOL DIGRAMMA GG"@en .

<http://lexvo.org/id/char/1D0E7> a lvont:Character ;
    lvont:represents "𝃧"^^xsd:string ;
    rdfs:comment "BYZANTINE MUSICAL SYMBOL DIFTOGGOS OU"@en .

<http://lexvo.org/id/char/1D0E8> a lvont:Character ;
    lvont:represents "𝃨"^^xsd:string ;
    rdfs:comment "BYZANTINE MUSICAL SYMBOL STIGMA"@en .

<http://lexvo.org/id/char/1D0E9> a lvont:Character ;
    lvont:represents "𝃩"^^xsd:string ;
    rdfs:comment "BYZANTINE MUSICAL SYMBOL ARKTIKO PA"@en .

<http://lexvo.org/id/char/1D0EA> a lvont:Character ;
    lvont:represents "𝃪"^^xsd:string ;
    rdfs:comment "BYZANTINE MUSICAL SYMBOL ARKTIKO VOU"@en .

<http://lexvo.org/id/char/1D0EB> a lvont:Character ;
    lvont:represents "𝃫"^^xsd:string ;
    rdfs:comment "BYZANTINE MUSICAL SYMBOL ARKTIKO GA"@en .

<http://lexvo.org/id/char/1D0EC> a lvont:Character ;
    lvont:represents "𝃬"^^xsd:string ;
    rdfs:comment "BYZANTINE MUSICAL SYMBOL ARKTIKO DI"@en .

<http://lexvo.org/id/char/1D0ED> a lvont:Character ;
    lvont:represents "𝃭"^^xsd:string ;
    rdfs:comment "BYZANTINE MUSICAL SYMBOL ARKTIKO KE"@en .

<http://lexvo.org/id/char/1D0EE> a lvont:Character ;
    lvont:represents "𝃮"^^xsd:string ;
    rdfs:comment "BYZANTINE MUSICAL SYMBOL ARKTIKO ZO"@en .

<http://lexvo.org/id/char/1D0EF> a lvont:Character ;
    lvont:represents "𝃯"^^xsd:string ;
    rdfs:comment "BYZANTINE MUSICAL SYMBOL ARKTIKO NI"@en .

<http://lexvo.org/id/char/1D0F> a lvont:Character ;
    lvont:represents "ᴏ"^^xsd:string ;
    rdfs:comment "LATIN LETTER SMALL CAPITAL O"@en .

<http://lexvo.org/id/char/1D0F0> a lvont:Character ;
    lvont:represents "𝃰"^^xsd:string ;
    rdfs:comment "BYZANTINE MUSICAL SYMBOL KENTIMATA NEO MESO"@en .

<http://lexvo.org/id/char/1D0F1> a lvont:Character ;
    lvont:represents "𝃱"^^xsd:string ;
    rdfs:comment "BYZANTINE MUSICAL SYMBOL KENTIMA NEO MESO"@en .

<http://lexvo.org/id/char/1D0F2> a lvont:Character ;
    lvont:represents "𝃲"^^xsd:string ;
    rdfs:comment "BYZANTINE MUSICAL SYMBOL KENTIMATA NEO KATO"@en .

<http://lexvo.org/id/char/1D0F3> a lvont:Character ;
    lvont:represents "𝃳"^^xsd:string ;
    rdfs:comment "BYZANTINE MUSICAL SYMBOL KENTIMA NEO KATO"@en .

<http://lexvo.org/id/char/1D0F4> a lvont:Character ;
    lvont:represents "𝃴"^^xsd:string ;
    rdfs:comment "BYZANTINE MUSICAL SYMBOL KLASMA KATO"@en .

<http://lexvo.org/id/char/1D0F5> a lvont:Character ;
    lvont:represents "𝃵"^^xsd:string ;
    rdfs:comment "BYZANTINE MUSICAL SYMBOL GORGON NEO KATO"@en .

<http://lexvo.org/id/char/1D10> a lvont:Character ;
    lvont:represents "ᴐ"^^xsd:string ;
    rdfs:comment "LATIN LETTER SMALL CAPITAL OPEN O"@en .

<http://lexvo.org/id/char/1D100> a lvont:Character ;
    lvont:represents "𝄀"^^xsd:string ;
    rdfs:comment "MUSICAL SYMBOL SINGLE BARLINE"@en .

<http://lexvo.org/id/char/1D101> a lvont:Character ;
    lvont:represents "𝄁"^^xsd:string ;
    rdfs:comment "MUSICAL SYMBOL DOUBLE BARLINE"@en .

<http://lexvo.org/id/char/1D102> a lvont:Character ;
    lvont:represents "𝄂"^^xsd:string ;
    rdfs:comment "MUSICAL SYMBOL FINAL BARLINE"@en .

<http://lexvo.org/id/char/1D103> a lvont:Character ;
    lvont:represents "𝄃"^^xsd:string ;
    rdfs:comment "MUSICAL SYMBOL REVERSE FINAL BARLINE"@en .

<http://lexvo.org/id/char/1D104> a lvont:Character ;
    lvont:represents "𝄄"^^xsd:string ;
    rdfs:comment "MUSICAL SYMBOL DASHED BARLINE"@en .

<http://lexvo.org/id/char/1D105> a lvont:Character ;
    lvont:represents "𝄅"^^xsd:string ;
    rdfs:comment "MUSICAL SYMBOL SHORT BARLINE"@en .

<http://lexvo.org/id/char/1D106> a lvont:Character ;
    lvont:represents "𝄆"^^xsd:string ;
    rdfs:comment "MUSICAL SYMBOL LEFT REPEAT SIGN"@en .

<http://lexvo.org/id/char/1D107> a lvont:Character ;
    lvont:represents "𝄇"^^xsd:string ;
    rdfs:comment "MUSICAL SYMBOL RIGHT REPEAT SIGN"@en .

<http://lexvo.org/id/char/1D108> a lvont:Character ;
    lvont:represents "𝄈"^^xsd:string ;
    rdfs:comment "MUSICAL SYMBOL REPEAT DOTS"@en .

<http://lexvo.org/id/char/1D109> a lvont:Character ;
    lvont:represents "𝄉"^^xsd:string ;
    rdfs:comment "MUSICAL SYMBOL DAL SEGNO"@en .

<http://lexvo.org/id/char/1D10A> a lvont:Character ;
    lvont:represents "𝄊"^^xsd:string ;
    rdfs:comment "MUSICAL SYMBOL DA CAPO"@en .

<http://lexvo.org/id/char/1D10B> a lvont:Character ;
    lvont:represents "𝄋"^^xsd:string ;
    rdfs:comment "MUSICAL SYMBOL SEGNO"@en .

<http://lexvo.org/id/char/1D10C> a lvont:Character ;
    lvont:represents "𝄌"^^xsd:string ;
    rdfs:comment "MUSICAL SYMBOL CODA"@en .

<http://lexvo.org/id/char/1D10D> a lvont:Character ;
    lvont:represents "𝄍"^^xsd:string ;
    rdfs:comment "MUSICAL SYMBOL REPEATED FIGURE-1"@en .

<http://lexvo.org/id/char/1D10E> a lvont:Character ;
    lvont:represents "𝄎"^^xsd:string ;
    rdfs:comment "MUSICAL SYMBOL REPEATED FIGURE-2"@en .

<http://lexvo.org/id/char/1D10F> a lvont:Character ;
    lvont:represents "𝄏"^^xsd:string ;
    rdfs:comment "MUSICAL SYMBOL REPEATED FIGURE-3"@en .

<http://lexvo.org/id/char/1D11> a lvont:Character ;
    lvont:represents "ᴑ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER SIDEWAYS O"@en .

<http://lexvo.org/id/char/1D110> a lvont:Character ;
    lvont:represents "𝄐"^^xsd:string ;
    rdfs:comment "MUSICAL SYMBOL FERMATA"@en .

<http://lexvo.org/id/char/1D111> a lvont:Character ;
    lvont:represents "𝄑"^^xsd:string ;
    rdfs:comment "MUSICAL SYMBOL FERMATA BELOW"@en .

<http://lexvo.org/id/char/1D112> a lvont:Character ;
    lvont:represents "𝄒"^^xsd:string ;
    rdfs:comment "MUSICAL SYMBOL BREATH MARK"@en .

<http://lexvo.org/id/char/1D113> a lvont:Character ;
    lvont:represents "𝄓"^^xsd:string ;
    rdfs:comment "MUSICAL SYMBOL CAESURA"@en .

<http://lexvo.org/id/char/1D114> a lvont:Character ;
    lvont:represents "𝄔"^^xsd:string ;
    rdfs:comment "MUSICAL SYMBOL BRACE"@en .

<http://lexvo.org/id/char/1D115> a lvont:Character ;
    lvont:represents "𝄕"^^xsd:string ;
    rdfs:comment "MUSICAL SYMBOL BRACKET"@en .

<http://lexvo.org/id/char/1D116> a lvont:Character ;
    lvont:represents "𝄖"^^xsd:string ;
    rdfs:comment "MUSICAL SYMBOL ONE-LINE STAFF"@en .

<http://lexvo.org/id/char/1D117> a lvont:Character ;
    lvont:represents "𝄗"^^xsd:string ;
    rdfs:comment "MUSICAL SYMBOL TWO-LINE STAFF"@en .

<http://lexvo.org/id/char/1D118> a lvont:Character ;
    lvont:represents "𝄘"^^xsd:string ;
    rdfs:comment "MUSICAL SYMBOL THREE-LINE STAFF"@en .

<http://lexvo.org/id/char/1D119> a lvont:Character ;
    lvont:represents "𝄙"^^xsd:string ;
    rdfs:comment "MUSICAL SYMBOL FOUR-LINE STAFF"@en .

<http://lexvo.org/id/char/1D11A> a lvont:Character ;
    lvont:represents "𝄚"^^xsd:string ;
    rdfs:comment "MUSICAL SYMBOL FIVE-LINE STAFF"@en .

<http://lexvo.org/id/char/1D11B> a lvont:Character ;
    lvont:represents "𝄛"^^xsd:string ;
    rdfs:comment "MUSICAL SYMBOL SIX-LINE STAFF"@en .

<http://lexvo.org/id/char/1D11C> a lvont:Character ;
    lvont:represents "𝄜"^^xsd:string ;
    rdfs:comment "MUSICAL SYMBOL SIX-STRING FRETBOARD"@en .

<http://lexvo.org/id/char/1D11D> a lvont:Character ;
    lvont:represents "𝄝"^^xsd:string ;
    rdfs:comment "MUSICAL SYMBOL FOUR-STRING FRETBOARD"@en .

<http://lexvo.org/id/char/1D11E> a lvont:Character ;
    lvont:represents "𝄞"^^xsd:string ;
    rdfs:comment "MUSICAL SYMBOL G CLEF"@en .

<http://lexvo.org/id/char/1D11F> a lvont:Character ;
    lvont:represents "𝄟"^^xsd:string ;
    rdfs:comment "MUSICAL SYMBOL G CLEF OTTAVA ALTA"@en .

<http://lexvo.org/id/char/1D12> a lvont:Character ;
    lvont:represents "ᴒ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER SIDEWAYS OPEN O"@en .

<http://lexvo.org/id/char/1D120> a lvont:Character ;
    lvont:represents "𝄠"^^xsd:string ;
    rdfs:comment "MUSICAL SYMBOL G CLEF OTTAVA BASSA"@en .

<http://lexvo.org/id/char/1D121> a lvont:Character ;
    lvont:represents "𝄡"^^xsd:string ;
    rdfs:comment "MUSICAL SYMBOL C CLEF"@en .

<http://lexvo.org/id/char/1D122> a lvont:Character ;
    lvont:represents "𝄢"^^xsd:string ;
    rdfs:comment "MUSICAL SYMBOL F CLEF"@en .

<http://lexvo.org/id/char/1D123> a lvont:Character ;
    lvont:represents "𝄣"^^xsd:string ;
    rdfs:comment "MUSICAL SYMBOL F CLEF OTTAVA ALTA"@en .

<http://lexvo.org/id/char/1D124> a lvont:Character ;
    lvont:represents "𝄤"^^xsd:string ;
    rdfs:comment "MUSICAL SYMBOL F CLEF OTTAVA BASSA"@en .

<http://lexvo.org/id/char/1D125> a lvont:Character ;
    lvont:represents "𝄥"^^xsd:string ;
    rdfs:comment "MUSICAL SYMBOL DRUM CLEF-1"@en .

<http://lexvo.org/id/char/1D126> a lvont:Character ;
    lvont:represents "𝄦"^^xsd:string ;
    rdfs:comment "MUSICAL SYMBOL DRUM CLEF-2"@en .

<http://lexvo.org/id/char/1D129> a lvont:Character ;
    lvont:represents "𝄩"^^xsd:string ;
    rdfs:comment "MUSICAL SYMBOL MULTIPLE MEASURE REST"@en .

<http://lexvo.org/id/char/1D12A> a lvont:Character ;
    lvont:represents "𝄪"^^xsd:string ;
    rdfs:comment "MUSICAL SYMBOL DOUBLE SHARP"@en .

<http://lexvo.org/id/char/1D12B> a lvont:Character ;
    lvont:represents "𝄫"^^xsd:string ;
    rdfs:comment "MUSICAL SYMBOL DOUBLE FLAT"@en .

<http://lexvo.org/id/char/1D12C> a lvont:Character ;
    lvont:represents "𝄬"^^xsd:string ;
    rdfs:comment "MUSICAL SYMBOL FLAT UP"@en .

<http://lexvo.org/id/char/1D12D> a lvont:Character ;
    lvont:represents "𝄭"^^xsd:string ;
    rdfs:comment "MUSICAL SYMBOL FLAT DOWN"@en .

<http://lexvo.org/id/char/1D12E> a lvont:Character ;
    lvont:represents "𝄮"^^xsd:string ;
    rdfs:comment "MUSICAL SYMBOL NATURAL UP"@en .

<http://lexvo.org/id/char/1D12F> a lvont:Character ;
    lvont:represents "𝄯"^^xsd:string ;
    rdfs:comment "MUSICAL SYMBOL NATURAL DOWN"@en .

<http://lexvo.org/id/char/1D13> a lvont:Character ;
    lvont:represents "ᴓ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER SIDEWAYS O WITH STROKE"@en .

<http://lexvo.org/id/char/1D130> a lvont:Character ;
    lvont:represents "𝄰"^^xsd:string ;
    rdfs:comment "MUSICAL SYMBOL SHARP UP"@en .

<http://lexvo.org/id/char/1D131> a lvont:Character ;
    lvont:represents "𝄱"^^xsd:string ;
    rdfs:comment "MUSICAL SYMBOL SHARP DOWN"@en .

<http://lexvo.org/id/char/1D132> a lvont:Character ;
    lvont:represents "𝄲"^^xsd:string ;
    rdfs:comment "MUSICAL SYMBOL QUARTER TONE SHARP"@en .

<http://lexvo.org/id/char/1D133> a lvont:Character ;
    lvont:represents "𝄳"^^xsd:string ;
    rdfs:comment "MUSICAL SYMBOL QUARTER TONE FLAT"@en .

<http://lexvo.org/id/char/1D134> a lvont:Character ;
    lvont:represents "𝄴"^^xsd:string ;
    rdfs:comment "MUSICAL SYMBOL COMMON TIME"@en .

<http://lexvo.org/id/char/1D135> a lvont:Character ;
    lvont:represents "𝄵"^^xsd:string ;
    rdfs:comment "MUSICAL SYMBOL CUT TIME"@en .

<http://lexvo.org/id/char/1D136> a lvont:Character ;
    lvont:represents "𝄶"^^xsd:string ;
    rdfs:comment "MUSICAL SYMBOL OTTAVA ALTA"@en .

<http://lexvo.org/id/char/1D137> a lvont:Character ;
    lvont:represents "𝄷"^^xsd:string ;
    rdfs:comment "MUSICAL SYMBOL OTTAVA BASSA"@en .

<http://lexvo.org/id/char/1D138> a lvont:Character ;
    lvont:represents "𝄸"^^xsd:string ;
    rdfs:comment "MUSICAL SYMBOL QUINDICESIMA ALTA"@en .

<http://lexvo.org/id/char/1D139> a lvont:Character ;
    lvont:represents "𝄹"^^xsd:string ;
    rdfs:comment "MUSICAL SYMBOL QUINDICESIMA BASSA"@en .

<http://lexvo.org/id/char/1D13A> a lvont:Character ;
    lvont:represents "𝄺"^^xsd:string ;
    rdfs:comment "MUSICAL SYMBOL MULTI REST"@en .

<http://lexvo.org/id/char/1D13B> a lvont:Character ;
    lvont:represents "𝄻"^^xsd:string ;
    rdfs:comment "MUSICAL SYMBOL WHOLE REST"@en .

<http://lexvo.org/id/char/1D13C> a lvont:Character ;
    lvont:represents "𝄼"^^xsd:string ;
    rdfs:comment "MUSICAL SYMBOL HALF REST"@en .

<http://lexvo.org/id/char/1D13D> a lvont:Character ;
    lvont:represents "𝄽"^^xsd:string ;
    rdfs:comment "MUSICAL SYMBOL QUARTER REST"@en .

<http://lexvo.org/id/char/1D13E> a lvont:Character ;
    lvont:represents "𝄾"^^xsd:string ;
    rdfs:comment "MUSICAL SYMBOL EIGHTH REST"@en .

<http://lexvo.org/id/char/1D13F> a lvont:Character ;
    lvont:represents "𝄿"^^xsd:string ;
    rdfs:comment "MUSICAL SYMBOL SIXTEENTH REST"@en .

<http://lexvo.org/id/char/1D14> a lvont:Character ;
    lvont:represents "ᴔ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER TURNED OE"@en .

<http://lexvo.org/id/char/1D140> a lvont:Character ;
    lvont:represents "𝅀"^^xsd:string ;
    rdfs:comment "MUSICAL SYMBOL THIRTY-SECOND REST"@en .

<http://lexvo.org/id/char/1D141> a lvont:Character ;
    lvont:represents "𝅁"^^xsd:string ;
    rdfs:comment "MUSICAL SYMBOL SIXTY-FOURTH REST"@en .

<http://lexvo.org/id/char/1D142> a lvont:Character ;
    lvont:represents "𝅂"^^xsd:string ;
    rdfs:comment "MUSICAL SYMBOL ONE HUNDRED TWENTY-EIGHTH REST"@en .

<http://lexvo.org/id/char/1D143> a lvont:Character ;
    lvont:represents "𝅃"^^xsd:string ;
    rdfs:comment "MUSICAL SYMBOL X NOTEHEAD"@en .

<http://lexvo.org/id/char/1D144> a lvont:Character ;
    lvont:represents "𝅄"^^xsd:string ;
    rdfs:comment "MUSICAL SYMBOL PLUS NOTEHEAD"@en .

<http://lexvo.org/id/char/1D145> a lvont:Character ;
    lvont:represents "𝅅"^^xsd:string ;
    rdfs:comment "MUSICAL SYMBOL CIRCLE X NOTEHEAD"@en .

<http://lexvo.org/id/char/1D146> a lvont:Character ;
    lvont:represents "𝅆"^^xsd:string ;
    rdfs:comment "MUSICAL SYMBOL SQUARE NOTEHEAD WHITE"@en .

<http://lexvo.org/id/char/1D147> a lvont:Character ;
    lvont:represents "𝅇"^^xsd:string ;
    rdfs:comment "MUSICAL SYMBOL SQUARE NOTEHEAD BLACK"@en .

<http://lexvo.org/id/char/1D148> a lvont:Character ;
    lvont:represents "𝅈"^^xsd:string ;
    rdfs:comment "MUSICAL SYMBOL TRIANGLE NOTEHEAD UP WHITE"@en .

<http://lexvo.org/id/char/1D149> a lvont:Character ;
    lvont:represents "𝅉"^^xsd:string ;
    rdfs:comment "MUSICAL SYMBOL TRIANGLE NOTEHEAD UP BLACK"@en .

<http://lexvo.org/id/char/1D14A> a lvont:Character ;
    lvont:represents "𝅊"^^xsd:string ;
    rdfs:comment "MUSICAL SYMBOL TRIANGLE NOTEHEAD LEFT WHITE"@en .

<http://lexvo.org/id/char/1D14B> a lvont:Character ;
    lvont:represents "𝅋"^^xsd:string ;
    rdfs:comment "MUSICAL SYMBOL TRIANGLE NOTEHEAD LEFT BLACK"@en .

<http://lexvo.org/id/char/1D14C> a lvont:Character ;
    lvont:represents "𝅌"^^xsd:string ;
    rdfs:comment "MUSICAL SYMBOL TRIANGLE NOTEHEAD RIGHT WHITE"@en .

<http://lexvo.org/id/char/1D14D> a lvont:Character ;
    lvont:represents "𝅍"^^xsd:string ;
    rdfs:comment "MUSICAL SYMBOL TRIANGLE NOTEHEAD RIGHT BLACK"@en .

<http://lexvo.org/id/char/1D14E> a lvont:Character ;
    lvont:represents "𝅎"^^xsd:string ;
    rdfs:comment "MUSICAL SYMBOL TRIANGLE NOTEHEAD DOWN WHITE"@en .

<http://lexvo.org/id/char/1D14F> a lvont:Character ;
    lvont:represents "𝅏"^^xsd:string ;
    rdfs:comment "MUSICAL SYMBOL TRIANGLE NOTEHEAD DOWN BLACK"@en .

<http://lexvo.org/id/char/1D15> a lvont:Character ;
    lvont:represents "ᴕ"^^xsd:string ;
    rdfs:comment "LATIN LETTER SMALL CAPITAL OU"@en .

<http://lexvo.org/id/char/1D150> a lvont:Character ;
    lvont:represents "𝅐"^^xsd:string ;
    rdfs:comment "MUSICAL SYMBOL TRIANGLE NOTEHEAD UP RIGHT WHITE"@en .

<http://lexvo.org/id/char/1D151> a lvont:Character ;
    lvont:represents "𝅑"^^xsd:string ;
    rdfs:comment "MUSICAL SYMBOL TRIANGLE NOTEHEAD UP RIGHT BLACK"@en .

<http://lexvo.org/id/char/1D152> a lvont:Character ;
    lvont:represents "𝅒"^^xsd:string ;
    rdfs:comment "MUSICAL SYMBOL MOON NOTEHEAD WHITE"@en .

<http://lexvo.org/id/char/1D153> a lvont:Character ;
    lvont:represents "𝅓"^^xsd:string ;
    rdfs:comment "MUSICAL SYMBOL MOON NOTEHEAD BLACK"@en .

<http://lexvo.org/id/char/1D154> a lvont:Character ;
    lvont:represents "𝅔"^^xsd:string ;
    rdfs:comment "MUSICAL SYMBOL TRIANGLE-ROUND NOTEHEAD DOWN WHITE"@en .

<http://lexvo.org/id/char/1D155> a lvont:Character ;
    lvont:represents "𝅕"^^xsd:string ;
    rdfs:comment "MUSICAL SYMBOL TRIANGLE-ROUND NOTEHEAD DOWN BLACK"@en .

<http://lexvo.org/id/char/1D156> a lvont:Character ;
    lvont:represents "𝅖"^^xsd:string ;
    rdfs:comment "MUSICAL SYMBOL PARENTHESIS NOTEHEAD"@en .

<http://lexvo.org/id/char/1D157> a lvont:Character ;
    lvont:represents "𝅗"^^xsd:string ;
    rdfs:comment "MUSICAL SYMBOL VOID NOTEHEAD"@en .

<http://lexvo.org/id/char/1D158> a lvont:Character ;
    lvont:represents "𝅘"^^xsd:string ;
    rdfs:comment "MUSICAL SYMBOL NOTEHEAD BLACK"@en .

<http://lexvo.org/id/char/1D159> a lvont:Character ;
    lvont:represents "𝅙"^^xsd:string ;
    rdfs:comment "MUSICAL SYMBOL NULL NOTEHEAD"@en .

<http://lexvo.org/id/char/1D15A> a lvont:Character ;
    lvont:represents "𝅚"^^xsd:string ;
    rdfs:comment "MUSICAL SYMBOL CLUSTER NOTEHEAD WHITE"@en .

<http://lexvo.org/id/char/1D15B> a lvont:Character ;
    lvont:represents "𝅛"^^xsd:string ;
    rdfs:comment "MUSICAL SYMBOL CLUSTER NOTEHEAD BLACK"@en .

<http://lexvo.org/id/char/1D15C> a lvont:Character ;
    lvont:represents "𝅜"^^xsd:string ;
    rdfs:comment "MUSICAL SYMBOL BREVE"@en .

<http://lexvo.org/id/char/1D15D> a lvont:Character ;
    lvont:represents "𝅝"^^xsd:string ;
    rdfs:comment "MUSICAL SYMBOL WHOLE NOTE"@en .

<http://lexvo.org/id/char/1D15E> a lvont:Character ;
    lvont:represents "𝅗𝅥"^^xsd:string ;
    rdfs:comment "MUSICAL SYMBOL HALF NOTE"@en .

<http://lexvo.org/id/char/1D15F> a lvont:Character ;
    lvont:represents "𝅘𝅥"^^xsd:string ;
    rdfs:comment "MUSICAL SYMBOL QUARTER NOTE"@en .

<http://lexvo.org/id/char/1D16> a lvont:Character ;
    lvont:represents "ᴖ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER TOP HALF O"@en .

<http://lexvo.org/id/char/1D160> a lvont:Character ;
    lvont:represents "𝅘𝅥𝅮"^^xsd:string ;
    rdfs:comment "MUSICAL SYMBOL EIGHTH NOTE"@en .

<http://lexvo.org/id/char/1D161> a lvont:Character ;
    lvont:represents "𝅘𝅥𝅯"^^xsd:string ;
    rdfs:comment "MUSICAL SYMBOL SIXTEENTH NOTE"@en .

<http://lexvo.org/id/char/1D162> a lvont:Character ;
    lvont:represents "𝅘𝅥𝅰"^^xsd:string ;
    rdfs:comment "MUSICAL SYMBOL THIRTY-SECOND NOTE"@en .

<http://lexvo.org/id/char/1D163> a lvont:Character ;
    lvont:represents "𝅘𝅥𝅱"^^xsd:string ;
    rdfs:comment "MUSICAL SYMBOL SIXTY-FOURTH NOTE"@en .

<http://lexvo.org/id/char/1D164> a lvont:Character ;
    lvont:represents "𝅘𝅥𝅲"^^xsd:string ;
    rdfs:comment "MUSICAL SYMBOL ONE HUNDRED TWENTY-EIGHTH NOTE"@en .

<http://lexvo.org/id/char/1D165> a lvont:Character ;
    lvont:represents "𝅥"^^xsd:string ;
    rdfs:comment "MUSICAL SYMBOL COMBINING STEM"@en .

<http://lexvo.org/id/char/1D166> a lvont:Character ;
    lvont:represents "𝅦"^^xsd:string ;
    rdfs:comment "MUSICAL SYMBOL COMBINING SPRECHGESANG STEM"@en .

<http://lexvo.org/id/char/1D167> a lvont:Character ;
    lvont:represents "𝅧"^^xsd:string ;
    rdfs:comment "MUSICAL SYMBOL COMBINING TREMOLO-1"@en .

<http://lexvo.org/id/char/1D168> a lvont:Character ;
    lvont:represents "𝅨"^^xsd:string ;
    rdfs:comment "MUSICAL SYMBOL COMBINING TREMOLO-2"@en .

<http://lexvo.org/id/char/1D169> a lvont:Character ;
    lvont:represents "𝅩"^^xsd:string ;
    rdfs:comment "MUSICAL SYMBOL COMBINING TREMOLO-3"@en .

<http://lexvo.org/id/char/1D16A> a lvont:Character ;
    lvont:represents "𝅪"^^xsd:string ;
    rdfs:comment "MUSICAL SYMBOL FINGERED TREMOLO-1"@en .

<http://lexvo.org/id/char/1D16B> a lvont:Character ;
    lvont:represents "𝅫"^^xsd:string ;
    rdfs:comment "MUSICAL SYMBOL FINGERED TREMOLO-2"@en .

<http://lexvo.org/id/char/1D16C> a lvont:Character ;
    lvont:represents "𝅬"^^xsd:string ;
    rdfs:comment "MUSICAL SYMBOL FINGERED TREMOLO-3"@en .

<http://lexvo.org/id/char/1D16D> a lvont:Character ;
    lvont:represents "𝅭"^^xsd:string ;
    rdfs:comment "MUSICAL SYMBOL COMBINING AUGMENTATION DOT"@en .

<http://lexvo.org/id/char/1D16E> a lvont:Character ;
    lvont:represents "𝅮"^^xsd:string ;
    rdfs:comment "MUSICAL SYMBOL COMBINING FLAG-1"@en .

<http://lexvo.org/id/char/1D16F> a lvont:Character ;
    lvont:represents "𝅯"^^xsd:string ;
    rdfs:comment "MUSICAL SYMBOL COMBINING FLAG-2"@en .

<http://lexvo.org/id/char/1D17> a lvont:Character ;
    lvont:represents "ᴗ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER BOTTOM HALF O"@en .

<http://lexvo.org/id/char/1D170> a lvont:Character ;
    lvont:represents "𝅰"^^xsd:string ;
    rdfs:comment "MUSICAL SYMBOL COMBINING FLAG-3"@en .

<http://lexvo.org/id/char/1D171> a lvont:Character ;
    lvont:represents "𝅱"^^xsd:string ;
    rdfs:comment "MUSICAL SYMBOL COMBINING FLAG-4"@en .

<http://lexvo.org/id/char/1D172> a lvont:Character ;
    lvont:represents "𝅲"^^xsd:string ;
    rdfs:comment "MUSICAL SYMBOL COMBINING FLAG-5"@en .

<http://lexvo.org/id/char/1D173> a lvont:Character ;
    lvont:represents "𝅳"^^xsd:string ;
    rdfs:comment "MUSICAL SYMBOL BEGIN BEAM"@en .

<http://lexvo.org/id/char/1D174> a lvont:Character ;
    lvont:represents "𝅴"^^xsd:string ;
    rdfs:comment "MUSICAL SYMBOL END BEAM"@en .

<http://lexvo.org/id/char/1D175> a lvont:Character ;
    lvont:represents "𝅵"^^xsd:string ;
    rdfs:comment "MUSICAL SYMBOL BEGIN TIE"@en .

<http://lexvo.org/id/char/1D176> a lvont:Character ;
    lvont:represents "𝅶"^^xsd:string ;
    rdfs:comment "MUSICAL SYMBOL END TIE"@en .

<http://lexvo.org/id/char/1D177> a lvont:Character ;
    lvont:represents "𝅷"^^xsd:string ;
    rdfs:comment "MUSICAL SYMBOL BEGIN SLUR"@en .

<http://lexvo.org/id/char/1D178> a lvont:Character ;
    lvont:represents "𝅸"^^xsd:string ;
    rdfs:comment "MUSICAL SYMBOL END SLUR"@en .

<http://lexvo.org/id/char/1D179> a lvont:Character ;
    lvont:represents "𝅹"^^xsd:string ;
    rdfs:comment "MUSICAL SYMBOL BEGIN PHRASE"@en .

<http://lexvo.org/id/char/1D17A> a lvont:Character ;
    lvont:represents "𝅺"^^xsd:string ;
    rdfs:comment "MUSICAL SYMBOL END PHRASE"@en .

<http://lexvo.org/id/char/1D17B> a lvont:Character ;
    lvont:represents "𝅻"^^xsd:string ;
    rdfs:comment "MUSICAL SYMBOL COMBINING ACCENT"@en .

<http://lexvo.org/id/char/1D17C> a lvont:Character ;
    lvont:represents "𝅼"^^xsd:string ;
    rdfs:comment "MUSICAL SYMBOL COMBINING STACCATO"@en .

<http://lexvo.org/id/char/1D17D> a lvont:Character ;
    lvont:represents "𝅽"^^xsd:string ;
    rdfs:comment "MUSICAL SYMBOL COMBINING TENUTO"@en .

<http://lexvo.org/id/char/1D17E> a lvont:Character ;
    lvont:represents "𝅾"^^xsd:string ;
    rdfs:comment "MUSICAL SYMBOL COMBINING STACCATISSIMO"@en .

<http://lexvo.org/id/char/1D17F> a lvont:Character ;
    lvont:represents "𝅿"^^xsd:string ;
    rdfs:comment "MUSICAL SYMBOL COMBINING MARCATO"@en .

<http://lexvo.org/id/char/1D18> a lvont:Character ;
    lvont:represents "ᴘ"^^xsd:string ;
    rdfs:comment "LATIN LETTER SMALL CAPITAL P"@en .

<http://lexvo.org/id/char/1D180> a lvont:Character ;
    lvont:represents "𝆀"^^xsd:string ;
    rdfs:comment "MUSICAL SYMBOL COMBINING MARCATO-STACCATO"@en .

<http://lexvo.org/id/char/1D181> a lvont:Character ;
    lvont:represents "𝆁"^^xsd:string ;
    rdfs:comment "MUSICAL SYMBOL COMBINING ACCENT-STACCATO"@en .

<http://lexvo.org/id/char/1D182> a lvont:Character ;
    lvont:represents "𝆂"^^xsd:string ;
    rdfs:comment "MUSICAL SYMBOL COMBINING LOURE"@en .

<http://lexvo.org/id/char/1D183> a lvont:Character ;
    lvont:represents "𝆃"^^xsd:string ;
    rdfs:comment "MUSICAL SYMBOL ARPEGGIATO UP"@en .

<http://lexvo.org/id/char/1D184> a lvont:Character ;
    lvont:represents "𝆄"^^xsd:string ;
    rdfs:comment "MUSICAL SYMBOL ARPEGGIATO DOWN"@en .

<http://lexvo.org/id/char/1D185> a lvont:Character ;
    lvont:represents "𝆅"^^xsd:string ;
    rdfs:comment "MUSICAL SYMBOL COMBINING DOIT"@en .

<http://lexvo.org/id/char/1D186> a lvont:Character ;
    lvont:represents "𝆆"^^xsd:string ;
    rdfs:comment "MUSICAL SYMBOL COMBINING RIP"@en .

<http://lexvo.org/id/char/1D187> a lvont:Character ;
    lvont:represents "𝆇"^^xsd:string ;
    rdfs:comment "MUSICAL SYMBOL COMBINING FLIP"@en .

<http://lexvo.org/id/char/1D188> a lvont:Character ;
    lvont:represents "𝆈"^^xsd:string ;
    rdfs:comment "MUSICAL SYMBOL COMBINING SMEAR"@en .

<http://lexvo.org/id/char/1D189> a lvont:Character ;
    lvont:represents "𝆉"^^xsd:string ;
    rdfs:comment "MUSICAL SYMBOL COMBINING BEND"@en .

<http://lexvo.org/id/char/1D18A> a lvont:Character ;
    lvont:represents "𝆊"^^xsd:string ;
    rdfs:comment "MUSICAL SYMBOL COMBINING DOUBLE TONGUE"@en .

<http://lexvo.org/id/char/1D18B> a lvont:Character ;
    lvont:represents "𝆋"^^xsd:string ;
    rdfs:comment "MUSICAL SYMBOL COMBINING TRIPLE TONGUE"@en .

<http://lexvo.org/id/char/1D18C> a lvont:Character ;
    lvont:represents "𝆌"^^xsd:string ;
    rdfs:comment "MUSICAL SYMBOL RINFORZANDO"@en .

<http://lexvo.org/id/char/1D18D> a lvont:Character ;
    lvont:represents "𝆍"^^xsd:string ;
    rdfs:comment "MUSICAL SYMBOL SUBITO"@en .

<http://lexvo.org/id/char/1D18E> a lvont:Character ;
    lvont:represents "𝆎"^^xsd:string ;
    rdfs:comment "MUSICAL SYMBOL Z"@en .

<http://lexvo.org/id/char/1D18F> a lvont:Character ;
    lvont:represents "𝆏"^^xsd:string ;
    rdfs:comment "MUSICAL SYMBOL PIANO"@en .

<http://lexvo.org/id/char/1D19> a lvont:Character ;
    lvont:represents "ᴙ"^^xsd:string ;
    rdfs:comment "LATIN LETTER SMALL CAPITAL REVERSED R"@en .

<http://lexvo.org/id/char/1D190> a lvont:Character ;
    lvont:represents "𝆐"^^xsd:string ;
    rdfs:comment "MUSICAL SYMBOL MEZZO"@en .

<http://lexvo.org/id/char/1D191> a lvont:Character ;
    lvont:represents "𝆑"^^xsd:string ;
    rdfs:comment "MUSICAL SYMBOL FORTE"@en .

<http://lexvo.org/id/char/1D192> a lvont:Character ;
    lvont:represents "𝆒"^^xsd:string ;
    rdfs:comment "MUSICAL SYMBOL CRESCENDO"@en .

<http://lexvo.org/id/char/1D193> a lvont:Character ;
    lvont:represents "𝆓"^^xsd:string ;
    rdfs:comment "MUSICAL SYMBOL DECRESCENDO"@en .

<http://lexvo.org/id/char/1D194> a lvont:Character ;
    lvont:represents "𝆔"^^xsd:string ;
    rdfs:comment "MUSICAL SYMBOL GRACE NOTE SLASH"@en .

<http://lexvo.org/id/char/1D195> a lvont:Character ;
    lvont:represents "𝆕"^^xsd:string ;
    rdfs:comment "MUSICAL SYMBOL GRACE NOTE NO SLASH"@en .

<http://lexvo.org/id/char/1D196> a lvont:Character ;
    lvont:represents "𝆖"^^xsd:string ;
    rdfs:comment "MUSICAL SYMBOL TR"@en .

<http://lexvo.org/id/char/1D197> a lvont:Character ;
    lvont:represents "𝆗"^^xsd:string ;
    rdfs:comment "MUSICAL SYMBOL TURN"@en .

<http://lexvo.org/id/char/1D198> a lvont:Character ;
    lvont:represents "𝆘"^^xsd:string ;
    rdfs:comment "MUSICAL SYMBOL INVERTED TURN"@en .

<http://lexvo.org/id/char/1D199> a lvont:Character ;
    lvont:represents "𝆙"^^xsd:string ;
    rdfs:comment "MUSICAL SYMBOL TURN SLASH"@en .

<http://lexvo.org/id/char/1D19A> a lvont:Character ;
    lvont:represents "𝆚"^^xsd:string ;
    rdfs:comment "MUSICAL SYMBOL TURN UP"@en .

<http://lexvo.org/id/char/1D19B> a lvont:Character ;
    lvont:represents "𝆛"^^xsd:string ;
    rdfs:comment "MUSICAL SYMBOL ORNAMENT STROKE-1"@en .

<http://lexvo.org/id/char/1D19C> a lvont:Character ;
    lvont:represents "𝆜"^^xsd:string ;
    rdfs:comment "MUSICAL SYMBOL ORNAMENT STROKE-2"@en .

<http://lexvo.org/id/char/1D19D> a lvont:Character ;
    lvont:represents "𝆝"^^xsd:string ;
    rdfs:comment "MUSICAL SYMBOL ORNAMENT STROKE-3"@en .

<http://lexvo.org/id/char/1D19E> a lvont:Character ;
    lvont:represents "𝆞"^^xsd:string ;
    rdfs:comment "MUSICAL SYMBOL ORNAMENT STROKE-4"@en .

<http://lexvo.org/id/char/1D19F> a lvont:Character ;
    lvont:represents "𝆟"^^xsd:string ;
    rdfs:comment "MUSICAL SYMBOL ORNAMENT STROKE-5"@en .

<http://lexvo.org/id/char/1D1A> a lvont:Character ;
    lvont:represents "ᴚ"^^xsd:string ;
    rdfs:comment "LATIN LETTER SMALL CAPITAL TURNED R"@en .

<http://lexvo.org/id/char/1D1A0> a lvont:Character ;
    lvont:represents "𝆠"^^xsd:string ;
    rdfs:comment "MUSICAL SYMBOL ORNAMENT STROKE-6"@en .

<http://lexvo.org/id/char/1D1A1> a lvont:Character ;
    lvont:represents "𝆡"^^xsd:string ;
    rdfs:comment "MUSICAL SYMBOL ORNAMENT STROKE-7"@en .

<http://lexvo.org/id/char/1D1A2> a lvont:Character ;
    lvont:represents "𝆢"^^xsd:string ;
    rdfs:comment "MUSICAL SYMBOL ORNAMENT STROKE-8"@en .

<http://lexvo.org/id/char/1D1A3> a lvont:Character ;
    lvont:represents "𝆣"^^xsd:string ;
    rdfs:comment "MUSICAL SYMBOL ORNAMENT STROKE-9"@en .

<http://lexvo.org/id/char/1D1A4> a lvont:Character ;
    lvont:represents "𝆤"^^xsd:string ;
    rdfs:comment "MUSICAL SYMBOL ORNAMENT STROKE-10"@en .

<http://lexvo.org/id/char/1D1A5> a lvont:Character ;
    lvont:represents "𝆥"^^xsd:string ;
    rdfs:comment "MUSICAL SYMBOL ORNAMENT STROKE-11"@en .

<http://lexvo.org/id/char/1D1A6> a lvont:Character ;
    lvont:represents "𝆦"^^xsd:string ;
    rdfs:comment "MUSICAL SYMBOL HAUPTSTIMME"@en .

<http://lexvo.org/id/char/1D1A7> a lvont:Character ;
    lvont:represents "𝆧"^^xsd:string ;
    rdfs:comment "MUSICAL SYMBOL NEBENSTIMME"@en .

<http://lexvo.org/id/char/1D1A8> a lvont:Character ;
    lvont:represents "𝆨"^^xsd:string ;
    rdfs:comment "MUSICAL SYMBOL END OF STIMME"@en .

<http://lexvo.org/id/char/1D1A9> a lvont:Character ;
    lvont:represents "𝆩"^^xsd:string ;
    rdfs:comment "MUSICAL SYMBOL DEGREE SLASH"@en .

<http://lexvo.org/id/char/1D1AA> a lvont:Character ;
    lvont:represents "𝆪"^^xsd:string ;
    rdfs:comment "MUSICAL SYMBOL COMBINING DOWN BOW"@en .

<http://lexvo.org/id/char/1D1AB> a lvont:Character ;
    lvont:represents "𝆫"^^xsd:string ;
    rdfs:comment "MUSICAL SYMBOL COMBINING UP BOW"@en .

<http://lexvo.org/id/char/1D1AC> a lvont:Character ;
    lvont:represents "𝆬"^^xsd:string ;
    rdfs:comment "MUSICAL SYMBOL COMBINING HARMONIC"@en .

<http://lexvo.org/id/char/1D1AD> a lvont:Character ;
    lvont:represents "𝆭"^^xsd:string ;
    rdfs:comment "MUSICAL SYMBOL COMBINING SNAP PIZZICATO"@en .

<http://lexvo.org/id/char/1D1AE> a lvont:Character ;
    lvont:represents "𝆮"^^xsd:string ;
    rdfs:comment "MUSICAL SYMBOL PEDAL MARK"@en .

<http://lexvo.org/id/char/1D1AF> a lvont:Character ;
    lvont:represents "𝆯"^^xsd:string ;
    rdfs:comment "MUSICAL SYMBOL PEDAL UP MARK"@en .

<http://lexvo.org/id/char/1D1B> a lvont:Character ;
    lvont:represents "ᴛ"^^xsd:string ;
    rdfs:comment "LATIN LETTER SMALL CAPITAL T"@en .

<http://lexvo.org/id/char/1D1B0> a lvont:Character ;
    lvont:represents "𝆰"^^xsd:string ;
    rdfs:comment "MUSICAL SYMBOL HALF PEDAL MARK"@en .

<http://lexvo.org/id/char/1D1B1> a lvont:Character ;
    lvont:represents "𝆱"^^xsd:string ;
    rdfs:comment "MUSICAL SYMBOL GLISSANDO UP"@en .

<http://lexvo.org/id/char/1D1B2> a lvont:Character ;
    lvont:represents "𝆲"^^xsd:string ;
    rdfs:comment "MUSICAL SYMBOL GLISSANDO DOWN"@en .

<http://lexvo.org/id/char/1D1B3> a lvont:Character ;
    lvont:represents "𝆳"^^xsd:string ;
    rdfs:comment "MUSICAL SYMBOL WITH FINGERNAILS"@en .

<http://lexvo.org/id/char/1D1B4> a lvont:Character ;
    lvont:represents "𝆴"^^xsd:string ;
    rdfs:comment "MUSICAL SYMBOL DAMP"@en .

<http://lexvo.org/id/char/1D1B5> a lvont:Character ;
    lvont:represents "𝆵"^^xsd:string ;
    rdfs:comment "MUSICAL SYMBOL DAMP ALL"@en .

<http://lexvo.org/id/char/1D1B6> a lvont:Character ;
    lvont:represents "𝆶"^^xsd:string ;
    rdfs:comment "MUSICAL SYMBOL MAXIMA"@en .

<http://lexvo.org/id/char/1D1B7> a lvont:Character ;
    lvont:represents "𝆷"^^xsd:string ;
    rdfs:comment "MUSICAL SYMBOL LONGA"@en .

<http://lexvo.org/id/char/1D1B8> a lvont:Character ;
    lvont:represents "𝆸"^^xsd:string ;
    rdfs:comment "MUSICAL SYMBOL BREVIS"@en .

<http://lexvo.org/id/char/1D1B9> a lvont:Character ;
    lvont:represents "𝆹"^^xsd:string ;
    rdfs:comment "MUSICAL SYMBOL SEMIBREVIS WHITE"@en .

<http://lexvo.org/id/char/1D1BA> a lvont:Character ;
    lvont:represents "𝆺"^^xsd:string ;
    rdfs:comment "MUSICAL SYMBOL SEMIBREVIS BLACK"@en .

<http://lexvo.org/id/char/1D1BB> a lvont:Character ;
    lvont:represents "𝆹𝅥"^^xsd:string ;
    rdfs:comment "MUSICAL SYMBOL MINIMA"@en .

<http://lexvo.org/id/char/1D1BC> a lvont:Character ;
    lvont:represents "𝆺𝅥"^^xsd:string ;
    rdfs:comment "MUSICAL SYMBOL MINIMA BLACK"@en .

<http://lexvo.org/id/char/1D1BD> a lvont:Character ;
    lvont:represents "𝆹𝅥𝅮"^^xsd:string ;
    rdfs:comment "MUSICAL SYMBOL SEMIMINIMA WHITE"@en .

<http://lexvo.org/id/char/1D1BE> a lvont:Character ;
    lvont:represents "𝆺𝅥𝅮"^^xsd:string ;
    rdfs:comment "MUSICAL SYMBOL SEMIMINIMA BLACK"@en .

<http://lexvo.org/id/char/1D1BF> a lvont:Character ;
    lvont:represents "𝆹𝅥𝅯"^^xsd:string ;
    rdfs:comment "MUSICAL SYMBOL FUSA WHITE"@en .

<http://lexvo.org/id/char/1D1C> a lvont:Character ;
    lvont:represents "ᴜ"^^xsd:string ;
    rdfs:comment "LATIN LETTER SMALL CAPITAL U"@en .

<http://lexvo.org/id/char/1D1C0> a lvont:Character ;
    lvont:represents "𝆺𝅥𝅯"^^xsd:string ;
    rdfs:comment "MUSICAL SYMBOL FUSA BLACK"@en .

<http://lexvo.org/id/char/1D1C1> a lvont:Character ;
    lvont:represents "𝇁"^^xsd:string ;
    rdfs:comment "MUSICAL SYMBOL LONGA PERFECTA REST"@en .

<http://lexvo.org/id/char/1D1C2> a lvont:Character ;
    lvont:represents "𝇂"^^xsd:string ;
    rdfs:comment "MUSICAL SYMBOL LONGA IMPERFECTA REST"@en .

<http://lexvo.org/id/char/1D1C3> a lvont:Character ;
    lvont:represents "𝇃"^^xsd:string ;
    rdfs:comment "MUSICAL SYMBOL BREVIS REST"@en .

<http://lexvo.org/id/char/1D1C4> a lvont:Character ;
    lvont:represents "𝇄"^^xsd:string ;
    rdfs:comment "MUSICAL SYMBOL SEMIBREVIS REST"@en .

<http://lexvo.org/id/char/1D1C5> a lvont:Character ;
    lvont:represents "𝇅"^^xsd:string ;
    rdfs:comment "MUSICAL SYMBOL MINIMA REST"@en .

<http://lexvo.org/id/char/1D1C6> a lvont:Character ;
    lvont:represents "𝇆"^^xsd:string ;
    rdfs:comment "MUSICAL SYMBOL SEMIMINIMA REST"@en .

<http://lexvo.org/id/char/1D1C7> a lvont:Character ;
    lvont:represents "𝇇"^^xsd:string ;
    rdfs:comment "MUSICAL SYMBOL TEMPUS PERFECTUM CUM PROLATIONE PERFECTA"@en .

<http://lexvo.org/id/char/1D1C8> a lvont:Character ;
    lvont:represents "𝇈"^^xsd:string ;
    rdfs:comment "MUSICAL SYMBOL TEMPUS PERFECTUM CUM PROLATIONE IMPERFECTA"@en .

<http://lexvo.org/id/char/1D1C9> a lvont:Character ;
    lvont:represents "𝇉"^^xsd:string ;
    rdfs:comment "MUSICAL SYMBOL TEMPUS PERFECTUM CUM PROLATIONE PERFECTA DIMINUTION-1"@en .

<http://lexvo.org/id/char/1D1CA> a lvont:Character ;
    lvont:represents "𝇊"^^xsd:string ;
    rdfs:comment "MUSICAL SYMBOL TEMPUS IMPERFECTUM CUM PROLATIONE PERFECTA"@en .

<http://lexvo.org/id/char/1D1CB> a lvont:Character ;
    lvont:represents "𝇋"^^xsd:string ;
    rdfs:comment "MUSICAL SYMBOL TEMPUS IMPERFECTUM CUM PROLATIONE IMPERFECTA"@en .

<http://lexvo.org/id/char/1D1CC> a lvont:Character ;
    lvont:represents "𝇌"^^xsd:string ;
    rdfs:comment "MUSICAL SYMBOL TEMPUS IMPERFECTUM CUM PROLATIONE IMPERFECTA DIMINUTION-1"@en .

<http://lexvo.org/id/char/1D1CD> a lvont:Character ;
    lvont:represents "𝇍"^^xsd:string ;
    rdfs:comment "MUSICAL SYMBOL TEMPUS IMPERFECTUM CUM PROLATIONE IMPERFECTA DIMINUTION-2"@en .

<http://lexvo.org/id/char/1D1CE> a lvont:Character ;
    lvont:represents "𝇎"^^xsd:string ;
    rdfs:comment "MUSICAL SYMBOL TEMPUS IMPERFECTUM CUM PROLATIONE IMPERFECTA DIMINUTION-3"@en .

<http://lexvo.org/id/char/1D1CF> a lvont:Character ;
    lvont:represents "𝇏"^^xsd:string ;
    rdfs:comment "MUSICAL SYMBOL CROIX"@en .

<http://lexvo.org/id/char/1D1D> a lvont:Character ;
    lvont:represents "ᴝ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER SIDEWAYS U"@en .

<http://lexvo.org/id/char/1D1D0> a lvont:Character ;
    lvont:represents "𝇐"^^xsd:string ;
    rdfs:comment "MUSICAL SYMBOL GREGORIAN C CLEF"@en .

<http://lexvo.org/id/char/1D1D1> a lvont:Character ;
    lvont:represents "𝇑"^^xsd:string ;
    rdfs:comment "MUSICAL SYMBOL GREGORIAN F CLEF"@en .

<http://lexvo.org/id/char/1D1D2> a lvont:Character ;
    lvont:represents "𝇒"^^xsd:string ;
    rdfs:comment "MUSICAL SYMBOL SQUARE B"@en .

<http://lexvo.org/id/char/1D1D3> a lvont:Character ;
    lvont:represents "𝇓"^^xsd:string ;
    rdfs:comment "MUSICAL SYMBOL VIRGA"@en .

<http://lexvo.org/id/char/1D1D4> a lvont:Character ;
    lvont:represents "𝇔"^^xsd:string ;
    rdfs:comment "MUSICAL SYMBOL PODATUS"@en .

<http://lexvo.org/id/char/1D1D5> a lvont:Character ;
    lvont:represents "𝇕"^^xsd:string ;
    rdfs:comment "MUSICAL SYMBOL CLIVIS"@en .

<http://lexvo.org/id/char/1D1D6> a lvont:Character ;
    lvont:represents "𝇖"^^xsd:string ;
    rdfs:comment "MUSICAL SYMBOL SCANDICUS"@en .

<http://lexvo.org/id/char/1D1D7> a lvont:Character ;
    lvont:represents "𝇗"^^xsd:string ;
    rdfs:comment "MUSICAL SYMBOL CLIMACUS"@en .

<http://lexvo.org/id/char/1D1D8> a lvont:Character ;
    lvont:represents "𝇘"^^xsd:string ;
    rdfs:comment "MUSICAL SYMBOL TORCULUS"@en .

<http://lexvo.org/id/char/1D1D9> a lvont:Character ;
    lvont:represents "𝇙"^^xsd:string ;
    rdfs:comment "MUSICAL SYMBOL PORRECTUS"@en .

<http://lexvo.org/id/char/1D1DA> a lvont:Character ;
    lvont:represents "𝇚"^^xsd:string ;
    rdfs:comment "MUSICAL SYMBOL PORRECTUS FLEXUS"@en .

<http://lexvo.org/id/char/1D1DB> a lvont:Character ;
    lvont:represents "𝇛"^^xsd:string ;
    rdfs:comment "MUSICAL SYMBOL SCANDICUS FLEXUS"@en .

<http://lexvo.org/id/char/1D1DC> a lvont:Character ;
    lvont:represents "𝇜"^^xsd:string ;
    rdfs:comment "MUSICAL SYMBOL TORCULUS RESUPINUS"@en .

<http://lexvo.org/id/char/1D1DD> a lvont:Character ;
    lvont:represents "𝇝"^^xsd:string ;
    rdfs:comment "MUSICAL SYMBOL PES SUBPUNCTIS"@en .

<http://lexvo.org/id/char/1D1E> a lvont:Character ;
    lvont:represents "ᴞ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER SIDEWAYS DIAERESIZED U"@en .

<http://lexvo.org/id/char/1D1F> a lvont:Character ;
    lvont:represents "ᴟ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER SIDEWAYS TURNED M"@en .

<http://lexvo.org/id/char/1D20> a lvont:Character ;
    lvont:represents "ᴠ"^^xsd:string ;
    rdfs:comment "LATIN LETTER SMALL CAPITAL V"@en .

<http://lexvo.org/id/char/1D200> a lvont:Character ;
    lvont:represents "𝈀"^^xsd:string ;
    rdfs:comment "GREEK VOCAL NOTATION SYMBOL-1"@en .

<http://lexvo.org/id/char/1D201> a lvont:Character ;
    lvont:represents "𝈁"^^xsd:string ;
    rdfs:comment "GREEK VOCAL NOTATION SYMBOL-2"@en .

<http://lexvo.org/id/char/1D202> a lvont:Character ;
    lvont:represents "𝈂"^^xsd:string ;
    rdfs:comment "GREEK VOCAL NOTATION SYMBOL-3"@en .

<http://lexvo.org/id/char/1D203> a lvont:Character ;
    lvont:represents "𝈃"^^xsd:string ;
    rdfs:comment "GREEK VOCAL NOTATION SYMBOL-4"@en .

<http://lexvo.org/id/char/1D204> a lvont:Character ;
    lvont:represents "𝈄"^^xsd:string ;
    rdfs:comment "GREEK VOCAL NOTATION SYMBOL-5"@en .

<http://lexvo.org/id/char/1D205> a lvont:Character ;
    lvont:represents "𝈅"^^xsd:string ;
    rdfs:comment "GREEK VOCAL NOTATION SYMBOL-6"@en .

<http://lexvo.org/id/char/1D206> a lvont:Character ;
    lvont:represents "𝈆"^^xsd:string ;
    rdfs:comment "GREEK VOCAL NOTATION SYMBOL-7"@en .

<http://lexvo.org/id/char/1D207> a lvont:Character ;
    lvont:represents "𝈇"^^xsd:string ;
    rdfs:comment "GREEK VOCAL NOTATION SYMBOL-8"@en .

<http://lexvo.org/id/char/1D208> a lvont:Character ;
    lvont:represents "𝈈"^^xsd:string ;
    rdfs:comment "GREEK VOCAL NOTATION SYMBOL-9"@en .

<http://lexvo.org/id/char/1D209> a lvont:Character ;
    lvont:represents "𝈉"^^xsd:string ;
    rdfs:comment "GREEK VOCAL NOTATION SYMBOL-10"@en .

<http://lexvo.org/id/char/1D20A> a lvont:Character ;
    lvont:represents "𝈊"^^xsd:string ;
    rdfs:comment "GREEK VOCAL NOTATION SYMBOL-11"@en .

<http://lexvo.org/id/char/1D20B> a lvont:Character ;
    lvont:represents "𝈋"^^xsd:string ;
    rdfs:comment "GREEK VOCAL NOTATION SYMBOL-12"@en .

<http://lexvo.org/id/char/1D20C> a lvont:Character ;
    lvont:represents "𝈌"^^xsd:string ;
    rdfs:comment "GREEK VOCAL NOTATION SYMBOL-13"@en .

<http://lexvo.org/id/char/1D20D> a lvont:Character ;
    lvont:represents "𝈍"^^xsd:string ;
    rdfs:comment "GREEK VOCAL NOTATION SYMBOL-14"@en .

<http://lexvo.org/id/char/1D20E> a lvont:Character ;
    lvont:represents "𝈎"^^xsd:string ;
    rdfs:comment "GREEK VOCAL NOTATION SYMBOL-15"@en .

<http://lexvo.org/id/char/1D20F> a lvont:Character ;
    lvont:represents "𝈏"^^xsd:string ;
    rdfs:comment "GREEK VOCAL NOTATION SYMBOL-16"@en .

<http://lexvo.org/id/char/1D21> a lvont:Character ;
    lvont:represents "ᴡ"^^xsd:string ;
    rdfs:comment "LATIN LETTER SMALL CAPITAL W"@en .

<http://lexvo.org/id/char/1D210> a lvont:Character ;
    lvont:represents "𝈐"^^xsd:string ;
    rdfs:comment "GREEK VOCAL NOTATION SYMBOL-17"@en .

<http://lexvo.org/id/char/1D211> a lvont:Character ;
    lvont:represents "𝈑"^^xsd:string ;
    rdfs:comment "GREEK VOCAL NOTATION SYMBOL-18"@en .

<http://lexvo.org/id/char/1D212> a lvont:Character ;
    lvont:represents "𝈒"^^xsd:string ;
    rdfs:comment "GREEK VOCAL NOTATION SYMBOL-19"@en .

<http://lexvo.org/id/char/1D213> a lvont:Character ;
    lvont:represents "𝈓"^^xsd:string ;
    rdfs:comment "GREEK VOCAL NOTATION SYMBOL-20"@en .

<http://lexvo.org/id/char/1D214> a lvont:Character ;
    lvont:represents "𝈔"^^xsd:string ;
    rdfs:comment "GREEK VOCAL NOTATION SYMBOL-21"@en .

<http://lexvo.org/id/char/1D215> a lvont:Character ;
    lvont:represents "𝈕"^^xsd:string ;
    rdfs:comment "GREEK VOCAL NOTATION SYMBOL-22"@en .

<http://lexvo.org/id/char/1D216> a lvont:Character ;
    lvont:represents "𝈖"^^xsd:string ;
    rdfs:comment "GREEK VOCAL NOTATION SYMBOL-23"@en .

<http://lexvo.org/id/char/1D217> a lvont:Character ;
    lvont:represents "𝈗"^^xsd:string ;
    rdfs:comment "GREEK VOCAL NOTATION SYMBOL-24"@en .

<http://lexvo.org/id/char/1D218> a lvont:Character ;
    lvont:represents "𝈘"^^xsd:string ;
    rdfs:comment "GREEK VOCAL NOTATION SYMBOL-50"@en .

<http://lexvo.org/id/char/1D219> a lvont:Character ;
    lvont:represents "𝈙"^^xsd:string ;
    rdfs:comment "GREEK VOCAL NOTATION SYMBOL-51"@en .

<http://lexvo.org/id/char/1D21A> a lvont:Character ;
    lvont:represents "𝈚"^^xsd:string ;
    rdfs:comment "GREEK VOCAL NOTATION SYMBOL-52"@en .

<http://lexvo.org/id/char/1D21B> a lvont:Character ;
    lvont:represents "𝈛"^^xsd:string ;
    rdfs:comment "GREEK VOCAL NOTATION SYMBOL-53"@en .

<http://lexvo.org/id/char/1D21C> a lvont:Character ;
    lvont:represents "𝈜"^^xsd:string ;
    rdfs:comment "GREEK VOCAL NOTATION SYMBOL-54"@en .

<http://lexvo.org/id/char/1D21D> a lvont:Character ;
    lvont:represents "𝈝"^^xsd:string ;
    rdfs:comment "GREEK INSTRUMENTAL NOTATION SYMBOL-1"@en .

<http://lexvo.org/id/char/1D21E> a lvont:Character ;
    lvont:represents "𝈞"^^xsd:string ;
    rdfs:comment "GREEK INSTRUMENTAL NOTATION SYMBOL-2"@en .

<http://lexvo.org/id/char/1D21F> a lvont:Character ;
    lvont:represents "𝈟"^^xsd:string ;
    rdfs:comment "GREEK INSTRUMENTAL NOTATION SYMBOL-4"@en .

<http://lexvo.org/id/char/1D22> a lvont:Character ;
    lvont:represents "ᴢ"^^xsd:string ;
    rdfs:comment "LATIN LETTER SMALL CAPITAL Z"@en .

<http://lexvo.org/id/char/1D220> a lvont:Character ;
    lvont:represents "𝈠"^^xsd:string ;
    rdfs:comment "GREEK INSTRUMENTAL NOTATION SYMBOL-5"@en .

<http://lexvo.org/id/char/1D221> a lvont:Character ;
    lvont:represents "𝈡"^^xsd:string ;
    rdfs:comment "GREEK INSTRUMENTAL NOTATION SYMBOL-7"@en .

<http://lexvo.org/id/char/1D222> a lvont:Character ;
    lvont:represents "𝈢"^^xsd:string ;
    rdfs:comment "GREEK INSTRUMENTAL NOTATION SYMBOL-8"@en .

<http://lexvo.org/id/char/1D223> a lvont:Character ;
    lvont:represents "𝈣"^^xsd:string ;
    rdfs:comment "GREEK INSTRUMENTAL NOTATION SYMBOL-11"@en .

<http://lexvo.org/id/char/1D224> a lvont:Character ;
    lvont:represents "𝈤"^^xsd:string ;
    rdfs:comment "GREEK INSTRUMENTAL NOTATION SYMBOL-12"@en .

<http://lexvo.org/id/char/1D225> a lvont:Character ;
    lvont:represents "𝈥"^^xsd:string ;
    rdfs:comment "GREEK INSTRUMENTAL NOTATION SYMBOL-13"@en .

<http://lexvo.org/id/char/1D226> a lvont:Character ;
    lvont:represents "𝈦"^^xsd:string ;
    rdfs:comment "GREEK INSTRUMENTAL NOTATION SYMBOL-14"@en .

<http://lexvo.org/id/char/1D227> a lvont:Character ;
    lvont:represents "𝈧"^^xsd:string ;
    rdfs:comment "GREEK INSTRUMENTAL NOTATION SYMBOL-17"@en .

<http://lexvo.org/id/char/1D228> a lvont:Character ;
    lvont:represents "𝈨"^^xsd:string ;
    rdfs:comment "GREEK INSTRUMENTAL NOTATION SYMBOL-18"@en .

<http://lexvo.org/id/char/1D229> a lvont:Character ;
    lvont:represents "𝈩"^^xsd:string ;
    rdfs:comment "GREEK INSTRUMENTAL NOTATION SYMBOL-19"@en .

<http://lexvo.org/id/char/1D22A> a lvont:Character ;
    lvont:represents "𝈪"^^xsd:string ;
    rdfs:comment "GREEK INSTRUMENTAL NOTATION SYMBOL-23"@en .

<http://lexvo.org/id/char/1D22B> a lvont:Character ;
    lvont:represents "𝈫"^^xsd:string ;
    rdfs:comment "GREEK INSTRUMENTAL NOTATION SYMBOL-24"@en .

<http://lexvo.org/id/char/1D22C> a lvont:Character ;
    lvont:represents "𝈬"^^xsd:string ;
    rdfs:comment "GREEK INSTRUMENTAL NOTATION SYMBOL-25"@en .

<http://lexvo.org/id/char/1D22D> a lvont:Character ;
    lvont:represents "𝈭"^^xsd:string ;
    rdfs:comment "GREEK INSTRUMENTAL NOTATION SYMBOL-26"@en .

<http://lexvo.org/id/char/1D22E> a lvont:Character ;
    lvont:represents "𝈮"^^xsd:string ;
    rdfs:comment "GREEK INSTRUMENTAL NOTATION SYMBOL-27"@en .

<http://lexvo.org/id/char/1D22F> a lvont:Character ;
    lvont:represents "𝈯"^^xsd:string ;
    rdfs:comment "GREEK INSTRUMENTAL NOTATION SYMBOL-29"@en .

<http://lexvo.org/id/char/1D23> a lvont:Character ;
    lvont:represents "ᴣ"^^xsd:string ;
    rdfs:comment "LATIN LETTER SMALL CAPITAL EZH"@en .

<http://lexvo.org/id/char/1D230> a lvont:Character ;
    lvont:represents "𝈰"^^xsd:string ;
    rdfs:comment "GREEK INSTRUMENTAL NOTATION SYMBOL-30"@en .

<http://lexvo.org/id/char/1D231> a lvont:Character ;
    lvont:represents "𝈱"^^xsd:string ;
    rdfs:comment "GREEK INSTRUMENTAL NOTATION SYMBOL-32"@en .

<http://lexvo.org/id/char/1D232> a lvont:Character ;
    lvont:represents "𝈲"^^xsd:string ;
    rdfs:comment "GREEK INSTRUMENTAL NOTATION SYMBOL-36"@en .

<http://lexvo.org/id/char/1D233> a lvont:Character ;
    lvont:represents "𝈳"^^xsd:string ;
    rdfs:comment "GREEK INSTRUMENTAL NOTATION SYMBOL-37"@en .

<http://lexvo.org/id/char/1D234> a lvont:Character ;
    lvont:represents "𝈴"^^xsd:string ;
    rdfs:comment "GREEK INSTRUMENTAL NOTATION SYMBOL-38"@en .

<http://lexvo.org/id/char/1D235> a lvont:Character ;
    lvont:represents "𝈵"^^xsd:string ;
    rdfs:comment "GREEK INSTRUMENTAL NOTATION SYMBOL-39"@en .

<http://lexvo.org/id/char/1D236> a lvont:Character ;
    lvont:represents "𝈶"^^xsd:string ;
    rdfs:comment "GREEK INSTRUMENTAL NOTATION SYMBOL-40"@en .

<http://lexvo.org/id/char/1D237> a lvont:Character ;
    lvont:represents "𝈷"^^xsd:string ;
    rdfs:comment "GREEK INSTRUMENTAL NOTATION SYMBOL-42"@en .

<http://lexvo.org/id/char/1D238> a lvont:Character ;
    lvont:represents "𝈸"^^xsd:string ;
    rdfs:comment "GREEK INSTRUMENTAL NOTATION SYMBOL-43"@en .

<http://lexvo.org/id/char/1D239> a lvont:Character ;
    lvont:represents "𝈹"^^xsd:string ;
    rdfs:comment "GREEK INSTRUMENTAL NOTATION SYMBOL-45"@en .

<http://lexvo.org/id/char/1D23A> a lvont:Character ;
    lvont:represents "𝈺"^^xsd:string ;
    rdfs:comment "GREEK INSTRUMENTAL NOTATION SYMBOL-47"@en .

<http://lexvo.org/id/char/1D23B> a lvont:Character ;
    lvont:represents "𝈻"^^xsd:string ;
    rdfs:comment "GREEK INSTRUMENTAL NOTATION SYMBOL-48"@en .

<http://lexvo.org/id/char/1D23C> a lvont:Character ;
    lvont:represents "𝈼"^^xsd:string ;
    rdfs:comment "GREEK INSTRUMENTAL NOTATION SYMBOL-49"@en .

<http://lexvo.org/id/char/1D23D> a lvont:Character ;
    lvont:represents "𝈽"^^xsd:string ;
    rdfs:comment "GREEK INSTRUMENTAL NOTATION SYMBOL-50"@en .

<http://lexvo.org/id/char/1D23E> a lvont:Character ;
    lvont:represents "𝈾"^^xsd:string ;
    rdfs:comment "GREEK INSTRUMENTAL NOTATION SYMBOL-51"@en .

<http://lexvo.org/id/char/1D23F> a lvont:Character ;
    lvont:represents "𝈿"^^xsd:string ;
    rdfs:comment "GREEK INSTRUMENTAL NOTATION SYMBOL-52"@en .

<http://lexvo.org/id/char/1D24> a lvont:Character ;
    lvont:represents "ᴤ"^^xsd:string ;
    rdfs:comment "LATIN LETTER VOICED LARYNGEAL SPIRANT"@en .

<http://lexvo.org/id/char/1D240> a lvont:Character ;
    lvont:represents "𝉀"^^xsd:string ;
    rdfs:comment "GREEK INSTRUMENTAL NOTATION SYMBOL-53"@en .

<http://lexvo.org/id/char/1D241> a lvont:Character ;
    lvont:represents "𝉁"^^xsd:string ;
    rdfs:comment "GREEK INSTRUMENTAL NOTATION SYMBOL-54"@en .

<http://lexvo.org/id/char/1D242> a lvont:Character ;
    lvont:represents "𝉂"^^xsd:string ;
    rdfs:comment "COMBINING GREEK MUSICAL TRISEME"@en .

<http://lexvo.org/id/char/1D243> a lvont:Character ;
    lvont:represents "𝉃"^^xsd:string ;
    rdfs:comment "COMBINING GREEK MUSICAL TETRASEME"@en .

<http://lexvo.org/id/char/1D244> a lvont:Character ;
    lvont:represents "𝉄"^^xsd:string ;
    rdfs:comment "COMBINING GREEK MUSICAL PENTASEME"@en .

<http://lexvo.org/id/char/1D245> a lvont:Character ;
    lvont:represents "𝉅"^^xsd:string ;
    rdfs:comment "GREEK MUSICAL LEIMMA"@en .

<http://lexvo.org/id/char/1D25> a lvont:Character ;
    lvont:represents "ᴥ"^^xsd:string ;
    rdfs:comment "LATIN LETTER AIN"@en .

<http://lexvo.org/id/char/1D26> a lvont:Character ;
    lvont:represents "ᴦ"^^xsd:string ;
    rdfs:comment "GREEK LETTER SMALL CAPITAL GAMMA"@en .

<http://lexvo.org/id/char/1D27> a lvont:Character ;
    lvont:represents "ᴧ"^^xsd:string ;
    rdfs:comment "GREEK LETTER SMALL CAPITAL LAMDA"@en .

<http://lexvo.org/id/char/1D28> a lvont:Character ;
    lvont:represents "ᴨ"^^xsd:string ;
    rdfs:comment "GREEK LETTER SMALL CAPITAL PI"@en .

<http://lexvo.org/id/char/1D29> a lvont:Character ;
    lvont:represents "ᴩ"^^xsd:string ;
    rdfs:comment "GREEK LETTER SMALL CAPITAL RHO"@en .

<http://lexvo.org/id/char/1D2A> a lvont:Character ;
    lvont:represents "ᴪ"^^xsd:string ;
    rdfs:comment "GREEK LETTER SMALL CAPITAL PSI"@en .

<http://lexvo.org/id/char/1D2B> a lvont:Character ;
    lvont:represents "ᴫ"^^xsd:string ;
    rdfs:comment "CYRILLIC LETTER SMALL CAPITAL EL"@en .

<http://lexvo.org/id/char/1D2C> a lvont:Character ;
    lvont:represents "ᴬ"^^xsd:string ;
    rdfs:comment "MODIFIER LETTER CAPITAL A"@en .

<http://lexvo.org/id/char/1D2D> a lvont:Character ;
    lvont:represents "ᴭ"^^xsd:string ;
    rdfs:comment "MODIFIER LETTER CAPITAL AE"@en .

<http://lexvo.org/id/char/1D2E> a lvont:Character ;
    lvont:represents "ᴮ"^^xsd:string ;
    rdfs:comment "MODIFIER LETTER CAPITAL B"@en .

<http://lexvo.org/id/char/1D2F> a lvont:Character ;
    lvont:represents "ᴯ"^^xsd:string ;
    rdfs:comment "MODIFIER LETTER CAPITAL BARRED B"@en .

<http://lexvo.org/id/char/1D30> a lvont:Character ;
    lvont:represents "ᴰ"^^xsd:string ;
    rdfs:comment "MODIFIER LETTER CAPITAL D"@en .

<http://lexvo.org/id/char/1D300> a lvont:Character ;
    lvont:represents "𝌀"^^xsd:string ;
    rdfs:comment "MONOGRAM FOR EARTH"@en .

<http://lexvo.org/id/char/1D301> a lvont:Character ;
    lvont:represents "𝌁"^^xsd:string ;
    rdfs:comment "DIGRAM FOR HEAVENLY EARTH"@en .

<http://lexvo.org/id/char/1D302> a lvont:Character ;
    lvont:represents "𝌂"^^xsd:string ;
    rdfs:comment "DIGRAM FOR HUMAN EARTH"@en .

<http://lexvo.org/id/char/1D303> a lvont:Character ;
    lvont:represents "𝌃"^^xsd:string ;
    rdfs:comment "DIGRAM FOR EARTHLY HEAVEN"@en .

<http://lexvo.org/id/char/1D304> a lvont:Character ;
    lvont:represents "𝌄"^^xsd:string ;
    rdfs:comment "DIGRAM FOR EARTHLY HUMAN"@en .

<http://lexvo.org/id/char/1D305> a lvont:Character ;
    lvont:represents "𝌅"^^xsd:string ;
    rdfs:comment "DIGRAM FOR EARTH"@en .

<http://lexvo.org/id/char/1D306> a lvont:Character ;
    lvont:represents "𝌆"^^xsd:string ;
    rdfs:comment "TETRAGRAM FOR CENTRE"@en .

<http://lexvo.org/id/char/1D307> a lvont:Character ;
    lvont:represents "𝌇"^^xsd:string ;
    rdfs:comment "TETRAGRAM FOR FULL CIRCLE"@en .

<http://lexvo.org/id/char/1D308> a lvont:Character ;
    lvont:represents "𝌈"^^xsd:string ;
    rdfs:comment "TETRAGRAM FOR MIRED"@en .

<http://lexvo.org/id/char/1D309> a lvont:Character ;
    lvont:represents "𝌉"^^xsd:string ;
    rdfs:comment "TETRAGRAM FOR BARRIER"@en .

<http://lexvo.org/id/char/1D30A> a lvont:Character ;
    lvont:represents "𝌊"^^xsd:string ;
    rdfs:comment "TETRAGRAM FOR KEEPING SMALL"@en .

<http://lexvo.org/id/char/1D30B> a lvont:Character ;
    lvont:represents "𝌋"^^xsd:string ;
    rdfs:comment "TETRAGRAM FOR CONTRARIETY"@en .

<http://lexvo.org/id/char/1D30C> a lvont:Character ;
    lvont:represents "𝌌"^^xsd:string ;
    rdfs:comment "TETRAGRAM FOR ASCENT"@en .

<http://lexvo.org/id/char/1D30D> a lvont:Character ;
    lvont:represents "𝌍"^^xsd:string ;
    rdfs:comment "TETRAGRAM FOR OPPOSITION"@en .

<http://lexvo.org/id/char/1D30E> a lvont:Character ;
    lvont:represents "𝌎"^^xsd:string ;
    rdfs:comment "TETRAGRAM FOR BRANCHING OUT"@en .

<http://lexvo.org/id/char/1D30F> a lvont:Character ;
    lvont:represents "𝌏"^^xsd:string ;
    rdfs:comment "TETRAGRAM FOR DEFECTIVENESS OR DISTORTION"@en .

<http://lexvo.org/id/char/1D31> a lvont:Character ;
    lvont:represents "ᴱ"^^xsd:string ;
    rdfs:comment "MODIFIER LETTER CAPITAL E"@en .

<http://lexvo.org/id/char/1D310> a lvont:Character ;
    lvont:represents "𝌐"^^xsd:string ;
    rdfs:comment "TETRAGRAM FOR DIVERGENCE"@en .

<http://lexvo.org/id/char/1D311> a lvont:Character ;
    lvont:represents "𝌑"^^xsd:string ;
    rdfs:comment "TETRAGRAM FOR YOUTHFULNESS"@en .

<http://lexvo.org/id/char/1D312> a lvont:Character ;
    lvont:represents "𝌒"^^xsd:string ;
    rdfs:comment "TETRAGRAM FOR INCREASE"@en .

<http://lexvo.org/id/char/1D313> a lvont:Character ;
    lvont:represents "𝌓"^^xsd:string ;
    rdfs:comment "TETRAGRAM FOR PENETRATION"@en .

<http://lexvo.org/id/char/1D314> a lvont:Character ;
    lvont:represents "𝌔"^^xsd:string ;
    rdfs:comment "TETRAGRAM FOR REACH"@en .

<http://lexvo.org/id/char/1D315> a lvont:Character ;
    lvont:represents "𝌕"^^xsd:string ;
    rdfs:comment "TETRAGRAM FOR CONTACT"@en .

<http://lexvo.org/id/char/1D316> a lvont:Character ;
    lvont:represents "𝌖"^^xsd:string ;
    rdfs:comment "TETRAGRAM FOR HOLDING BACK"@en .

<http://lexvo.org/id/char/1D317> a lvont:Character ;
    lvont:represents "𝌗"^^xsd:string ;
    rdfs:comment "TETRAGRAM FOR WAITING"@en .

<http://lexvo.org/id/char/1D318> a lvont:Character ;
    lvont:represents "𝌘"^^xsd:string ;
    rdfs:comment "TETRAGRAM FOR FOLLOWING"@en .

<http://lexvo.org/id/char/1D319> a lvont:Character ;
    lvont:represents "𝌙"^^xsd:string ;
    rdfs:comment "TETRAGRAM FOR ADVANCE"@en .

<http://lexvo.org/id/char/1D31A> a lvont:Character ;
    lvont:represents "𝌚"^^xsd:string ;
    rdfs:comment "TETRAGRAM FOR RELEASE"@en .

<http://lexvo.org/id/char/1D31B> a lvont:Character ;
    lvont:represents "𝌛"^^xsd:string ;
    rdfs:comment "TETRAGRAM FOR RESISTANCE"@en .

<http://lexvo.org/id/char/1D31C> a lvont:Character ;
    lvont:represents "𝌜"^^xsd:string ;
    rdfs:comment "TETRAGRAM FOR EASE"@en .

<http://lexvo.org/id/char/1D31D> a lvont:Character ;
    lvont:represents "𝌝"^^xsd:string ;
    rdfs:comment "TETRAGRAM FOR JOY"@en .

<http://lexvo.org/id/char/1D31E> a lvont:Character ;
    lvont:represents "𝌞"^^xsd:string ;
    rdfs:comment "TETRAGRAM FOR CONTENTION"@en .

<http://lexvo.org/id/char/1D31F> a lvont:Character ;
    lvont:represents "𝌟"^^xsd:string ;
    rdfs:comment "TETRAGRAM FOR ENDEAVOUR"@en .

<http://lexvo.org/id/char/1D32> a lvont:Character ;
    lvont:represents "ᴲ"^^xsd:string ;
    rdfs:comment "MODIFIER LETTER CAPITAL REVERSED E"@en .

<http://lexvo.org/id/char/1D320> a lvont:Character ;
    lvont:represents "𝌠"^^xsd:string ;
    rdfs:comment "TETRAGRAM FOR DUTIES"@en .

<http://lexvo.org/id/char/1D321> a lvont:Character ;
    lvont:represents "𝌡"^^xsd:string ;
    rdfs:comment "TETRAGRAM FOR CHANGE"@en .

<http://lexvo.org/id/char/1D322> a lvont:Character ;
    lvont:represents "𝌢"^^xsd:string ;
    rdfs:comment "TETRAGRAM FOR DECISIVENESS"@en .

<http://lexvo.org/id/char/1D323> a lvont:Character ;
    lvont:represents "𝌣"^^xsd:string ;
    rdfs:comment "TETRAGRAM FOR BOLD RESOLUTION"@en .

<http://lexvo.org/id/char/1D324> a lvont:Character ;
    lvont:represents "𝌤"^^xsd:string ;
    rdfs:comment "TETRAGRAM FOR PACKING"@en .

<http://lexvo.org/id/char/1D325> a lvont:Character ;
    lvont:represents "𝌥"^^xsd:string ;
    rdfs:comment "TETRAGRAM FOR LEGION"@en .

<http://lexvo.org/id/char/1D326> a lvont:Character ;
    lvont:represents "𝌦"^^xsd:string ;
    rdfs:comment "TETRAGRAM FOR CLOSENESS"@en .

<http://lexvo.org/id/char/1D327> a lvont:Character ;
    lvont:represents "𝌧"^^xsd:string ;
    rdfs:comment "TETRAGRAM FOR KINSHIP"@en .

<http://lexvo.org/id/char/1D328> a lvont:Character ;
    lvont:represents "𝌨"^^xsd:string ;
    rdfs:comment "TETRAGRAM FOR GATHERING"@en .

<http://lexvo.org/id/char/1D329> a lvont:Character ;
    lvont:represents "𝌩"^^xsd:string ;
    rdfs:comment "TETRAGRAM FOR STRENGTH"@en .

<http://lexvo.org/id/char/1D32A> a lvont:Character ;
    lvont:represents "𝌪"^^xsd:string ;
    rdfs:comment "TETRAGRAM FOR PURITY"@en .

<http://lexvo.org/id/char/1D32B> a lvont:Character ;
    lvont:represents "𝌫"^^xsd:string ;
    rdfs:comment "TETRAGRAM FOR FULLNESS"@en .

<http://lexvo.org/id/char/1D32C> a lvont:Character ;
    lvont:represents "𝌬"^^xsd:string ;
    rdfs:comment "TETRAGRAM FOR RESIDENCE"@en .

<http://lexvo.org/id/char/1D32D> a lvont:Character ;
    lvont:represents "𝌭"^^xsd:string ;
    rdfs:comment "TETRAGRAM FOR LAW OR MODEL"@en .

<http://lexvo.org/id/char/1D32E> a lvont:Character ;
    lvont:represents "𝌮"^^xsd:string ;
    rdfs:comment "TETRAGRAM FOR RESPONSE"@en .

<http://lexvo.org/id/char/1D32F> a lvont:Character ;
    lvont:represents "𝌯"^^xsd:string ;
    rdfs:comment "TETRAGRAM FOR GOING TO MEET"@en .

<http://lexvo.org/id/char/1D33> a lvont:Character ;
    lvont:represents "ᴳ"^^xsd:string ;
    rdfs:comment "MODIFIER LETTER CAPITAL G"@en .

<http://lexvo.org/id/char/1D330> a lvont:Character ;
    lvont:represents "𝌰"^^xsd:string ;
    rdfs:comment "TETRAGRAM FOR ENCOUNTERS"@en .

<http://lexvo.org/id/char/1D331> a lvont:Character ;
    lvont:represents "𝌱"^^xsd:string ;
    rdfs:comment "TETRAGRAM FOR STOVE"@en .

<http://lexvo.org/id/char/1D332> a lvont:Character ;
    lvont:represents "𝌲"^^xsd:string ;
    rdfs:comment "TETRAGRAM FOR GREATNESS"@en .

<http://lexvo.org/id/char/1D333> a lvont:Character ;
    lvont:represents "𝌳"^^xsd:string ;
    rdfs:comment "TETRAGRAM FOR ENLARGEMENT"@en .

<http://lexvo.org/id/char/1D334> a lvont:Character ;
    lvont:represents "𝌴"^^xsd:string ;
    rdfs:comment "TETRAGRAM FOR PATTERN"@en .

<http://lexvo.org/id/char/1D335> a lvont:Character ;
    lvont:represents "𝌵"^^xsd:string ;
    rdfs:comment "TETRAGRAM FOR RITUAL"@en .

<http://lexvo.org/id/char/1D336> a lvont:Character ;
    lvont:represents "𝌶"^^xsd:string ;
    rdfs:comment "TETRAGRAM FOR FLIGHT"@en .

<http://lexvo.org/id/char/1D337> a lvont:Character ;
    lvont:represents "𝌷"^^xsd:string ;
    rdfs:comment "TETRAGRAM FOR VASTNESS OR WASTING"@en .

<http://lexvo.org/id/char/1D338> a lvont:Character ;
    lvont:represents "𝌸"^^xsd:string ;
    rdfs:comment "TETRAGRAM FOR CONSTANCY"@en .

<http://lexvo.org/id/char/1D339> a lvont:Character ;
    lvont:represents "𝌹"^^xsd:string ;
    rdfs:comment "TETRAGRAM FOR MEASURE"@en .

<http://lexvo.org/id/char/1D33A> a lvont:Character ;
    lvont:represents "𝌺"^^xsd:string ;
    rdfs:comment "TETRAGRAM FOR ETERNITY"@en .

<http://lexvo.org/id/char/1D33B> a lvont:Character ;
    lvont:represents "𝌻"^^xsd:string ;
    rdfs:comment "TETRAGRAM FOR UNITY"@en .

<http://lexvo.org/id/char/1D33C> a lvont:Character ;
    lvont:represents "𝌼"^^xsd:string ;
    rdfs:comment "TETRAGRAM FOR DIMINISHMENT"@en .

<http://lexvo.org/id/char/1D33D> a lvont:Character ;
    lvont:represents "𝌽"^^xsd:string ;
    rdfs:comment "TETRAGRAM FOR CLOSED MOUTH"@en .

<http://lexvo.org/id/char/1D33E> a lvont:Character ;
    lvont:represents "𝌾"^^xsd:string ;
    rdfs:comment "TETRAGRAM FOR GUARDEDNESS"@en .

<http://lexvo.org/id/char/1D33F> a lvont:Character ;
    lvont:represents "𝌿"^^xsd:string ;
    rdfs:comment "TETRAGRAM FOR GATHERING IN"@en .

<http://lexvo.org/id/char/1D34> a lvont:Character ;
    lvont:represents "ᴴ"^^xsd:string ;
    rdfs:comment "MODIFIER LETTER CAPITAL H"@en .

<http://lexvo.org/id/char/1D340> a lvont:Character ;
    lvont:represents "𝍀"^^xsd:string ;
    rdfs:comment "TETRAGRAM FOR MASSING"@en .

<http://lexvo.org/id/char/1D341> a lvont:Character ;
    lvont:represents "𝍁"^^xsd:string ;
    rdfs:comment "TETRAGRAM FOR ACCUMULATION"@en .

<http://lexvo.org/id/char/1D342> a lvont:Character ;
    lvont:represents "𝍂"^^xsd:string ;
    rdfs:comment "TETRAGRAM FOR EMBELLISHMENT"@en .

<http://lexvo.org/id/char/1D343> a lvont:Character ;
    lvont:represents "𝍃"^^xsd:string ;
    rdfs:comment "TETRAGRAM FOR DOUBT"@en .

<http://lexvo.org/id/char/1D344> a lvont:Character ;
    lvont:represents "𝍄"^^xsd:string ;
    rdfs:comment "TETRAGRAM FOR WATCH"@en .

<http://lexvo.org/id/char/1D345> a lvont:Character ;
    lvont:represents "𝍅"^^xsd:string ;
    rdfs:comment "TETRAGRAM FOR SINKING"@en .

<http://lexvo.org/id/char/1D346> a lvont:Character ;
    lvont:represents "𝍆"^^xsd:string ;
    rdfs:comment "TETRAGRAM FOR INNER"@en .

<http://lexvo.org/id/char/1D347> a lvont:Character ;
    lvont:represents "𝍇"^^xsd:string ;
    rdfs:comment "TETRAGRAM FOR DEPARTURE"@en .

<http://lexvo.org/id/char/1D348> a lvont:Character ;
    lvont:represents "𝍈"^^xsd:string ;
    rdfs:comment "TETRAGRAM FOR DARKENING"@en .

<http://lexvo.org/id/char/1D349> a lvont:Character ;
    lvont:represents "𝍉"^^xsd:string ;
    rdfs:comment "TETRAGRAM FOR DIMMING"@en .

<http://lexvo.org/id/char/1D34A> a lvont:Character ;
    lvont:represents "𝍊"^^xsd:string ;
    rdfs:comment "TETRAGRAM FOR EXHAUSTION"@en .

<http://lexvo.org/id/char/1D34B> a lvont:Character ;
    lvont:represents "𝍋"^^xsd:string ;
    rdfs:comment "TETRAGRAM FOR SEVERANCE"@en .

<http://lexvo.org/id/char/1D34C> a lvont:Character ;
    lvont:represents "𝍌"^^xsd:string ;
    rdfs:comment "TETRAGRAM FOR STOPPAGE"@en .

<http://lexvo.org/id/char/1D34D> a lvont:Character ;
    lvont:represents "𝍍"^^xsd:string ;
    rdfs:comment "TETRAGRAM FOR HARDNESS"@en .

<http://lexvo.org/id/char/1D34E> a lvont:Character ;
    lvont:represents "𝍎"^^xsd:string ;
    rdfs:comment "TETRAGRAM FOR COMPLETION"@en .

<http://lexvo.org/id/char/1D34F> a lvont:Character ;
    lvont:represents "𝍏"^^xsd:string ;
    rdfs:comment "TETRAGRAM FOR CLOSURE"@en .

<http://lexvo.org/id/char/1D35> a lvont:Character ;
    lvont:represents "ᴵ"^^xsd:string ;
    rdfs:comment "MODIFIER LETTER CAPITAL I"@en .

<http://lexvo.org/id/char/1D350> a lvont:Character ;
    lvont:represents "𝍐"^^xsd:string ;
    rdfs:comment "TETRAGRAM FOR FAILURE"@en .

<http://lexvo.org/id/char/1D351> a lvont:Character ;
    lvont:represents "𝍑"^^xsd:string ;
    rdfs:comment "TETRAGRAM FOR AGGRAVATION"@en .

<http://lexvo.org/id/char/1D352> a lvont:Character ;
    lvont:represents "𝍒"^^xsd:string ;
    rdfs:comment "TETRAGRAM FOR COMPLIANCE"@en .

<http://lexvo.org/id/char/1D353> a lvont:Character ;
    lvont:represents "𝍓"^^xsd:string ;
    rdfs:comment "TETRAGRAM FOR ON THE VERGE"@en .

<http://lexvo.org/id/char/1D354> a lvont:Character ;
    lvont:represents "𝍔"^^xsd:string ;
    rdfs:comment "TETRAGRAM FOR DIFFICULTIES"@en .

<http://lexvo.org/id/char/1D355> a lvont:Character ;
    lvont:represents "𝍕"^^xsd:string ;
    rdfs:comment "TETRAGRAM FOR LABOURING"@en .

<http://lexvo.org/id/char/1D356> a lvont:Character ;
    lvont:represents "𝍖"^^xsd:string ;
    rdfs:comment "TETRAGRAM FOR FOSTERING"@en .

<http://lexvo.org/id/char/1D36> a lvont:Character ;
    lvont:represents "ᴶ"^^xsd:string ;
    rdfs:comment "MODIFIER LETTER CAPITAL J"@en .

<http://lexvo.org/id/char/1D360> a lvont:Character ;
    lvont:represents "𝍠"^^xsd:string ;
    rdfs:comment "COUNTING ROD UNIT DIGIT ONE"@en .

<http://lexvo.org/id/char/1D361> a lvont:Character ;
    lvont:represents "𝍡"^^xsd:string ;
    rdfs:comment "COUNTING ROD UNIT DIGIT TWO"@en .

<http://lexvo.org/id/char/1D362> a lvont:Character ;
    lvont:represents "𝍢"^^xsd:string ;
    rdfs:comment "COUNTING ROD UNIT DIGIT THREE"@en .

<http://lexvo.org/id/char/1D363> a lvont:Character ;
    lvont:represents "𝍣"^^xsd:string ;
    rdfs:comment "COUNTING ROD UNIT DIGIT FOUR"@en .

<http://lexvo.org/id/char/1D364> a lvont:Character ;
    lvont:represents "𝍤"^^xsd:string ;
    rdfs:comment "COUNTING ROD UNIT DIGIT FIVE"@en .

<http://lexvo.org/id/char/1D365> a lvont:Character ;
    lvont:represents "𝍥"^^xsd:string ;
    rdfs:comment "COUNTING ROD UNIT DIGIT SIX"@en .

<http://lexvo.org/id/char/1D366> a lvont:Character ;
    lvont:represents "𝍦"^^xsd:string ;
    rdfs:comment "COUNTING ROD UNIT DIGIT SEVEN"@en .

<http://lexvo.org/id/char/1D367> a lvont:Character ;
    lvont:represents "𝍧"^^xsd:string ;
    rdfs:comment "COUNTING ROD UNIT DIGIT EIGHT"@en .

<http://lexvo.org/id/char/1D368> a lvont:Character ;
    lvont:represents "𝍨"^^xsd:string ;
    rdfs:comment "COUNTING ROD UNIT DIGIT NINE"@en .

<http://lexvo.org/id/char/1D369> a lvont:Character ;
    lvont:represents "𝍩"^^xsd:string ;
    rdfs:comment "COUNTING ROD TENS DIGIT ONE"@en .

<http://lexvo.org/id/char/1D36A> a lvont:Character ;
    lvont:represents "𝍪"^^xsd:string ;
    rdfs:comment "COUNTING ROD TENS DIGIT TWO"@en .

<http://lexvo.org/id/char/1D36B> a lvont:Character ;
    lvont:represents "𝍫"^^xsd:string ;
    rdfs:comment "COUNTING ROD TENS DIGIT THREE"@en .

<http://lexvo.org/id/char/1D36C> a lvont:Character ;
    lvont:represents "𝍬"^^xsd:string ;
    rdfs:comment "COUNTING ROD TENS DIGIT FOUR"@en .

<http://lexvo.org/id/char/1D36D> a lvont:Character ;
    lvont:represents "𝍭"^^xsd:string ;
    rdfs:comment "COUNTING ROD TENS DIGIT FIVE"@en .

<http://lexvo.org/id/char/1D36E> a lvont:Character ;
    lvont:represents "𝍮"^^xsd:string ;
    rdfs:comment "COUNTING ROD TENS DIGIT SIX"@en .

<http://lexvo.org/id/char/1D36F> a lvont:Character ;
    lvont:represents "𝍯"^^xsd:string ;
    rdfs:comment "COUNTING ROD TENS DIGIT SEVEN"@en .

<http://lexvo.org/id/char/1D37> a lvont:Character ;
    lvont:represents "ᴷ"^^xsd:string ;
    rdfs:comment "MODIFIER LETTER CAPITAL K"@en .

<http://lexvo.org/id/char/1D370> a lvont:Character ;
    lvont:represents "𝍰"^^xsd:string ;
    rdfs:comment "COUNTING ROD TENS DIGIT EIGHT"@en .

<http://lexvo.org/id/char/1D371> a lvont:Character ;
    lvont:represents "𝍱"^^xsd:string ;
    rdfs:comment "COUNTING ROD TENS DIGIT NINE"@en .

<http://lexvo.org/id/char/1D38> a lvont:Character ;
    lvont:represents "ᴸ"^^xsd:string ;
    rdfs:comment "MODIFIER LETTER CAPITAL L"@en .

<http://lexvo.org/id/char/1D39> a lvont:Character ;
    lvont:represents "ᴹ"^^xsd:string ;
    rdfs:comment "MODIFIER LETTER CAPITAL M"@en .

<http://lexvo.org/id/char/1D3A> a lvont:Character ;
    lvont:represents "ᴺ"^^xsd:string ;
    rdfs:comment "MODIFIER LETTER CAPITAL N"@en .

<http://lexvo.org/id/char/1D3B> a lvont:Character ;
    lvont:represents "ᴻ"^^xsd:string ;
    rdfs:comment "MODIFIER LETTER CAPITAL REVERSED N"@en .

<http://lexvo.org/id/char/1D3C> a lvont:Character ;
    lvont:represents "ᴼ"^^xsd:string ;
    rdfs:comment "MODIFIER LETTER CAPITAL O"@en .

<http://lexvo.org/id/char/1D3D> a lvont:Character ;
    lvont:represents "ᴽ"^^xsd:string ;
    rdfs:comment "MODIFIER LETTER CAPITAL OU"@en .

<http://lexvo.org/id/char/1D3E> a lvont:Character ;
    lvont:represents "ᴾ"^^xsd:string ;
    rdfs:comment "MODIFIER LETTER CAPITAL P"@en .

<http://lexvo.org/id/char/1D3F> a lvont:Character ;
    lvont:represents "ᴿ"^^xsd:string ;
    rdfs:comment "MODIFIER LETTER CAPITAL R"@en .

<http://lexvo.org/id/char/1D40> a lvont:Character ;
    lvont:represents "ᵀ"^^xsd:string ;
    rdfs:comment "MODIFIER LETTER CAPITAL T"@en .

<http://lexvo.org/id/char/1D400> a lvont:Character ;
    lvont:represents "𝐀"^^xsd:string ;
    rdfs:comment "MATHEMATICAL BOLD CAPITAL A"@en .

<http://lexvo.org/id/char/1D401> a lvont:Character ;
    lvont:represents "𝐁"^^xsd:string ;
    rdfs:comment "MATHEMATICAL BOLD CAPITAL B"@en .

<http://lexvo.org/id/char/1D402> a lvont:Character ;
    lvont:represents "𝐂"^^xsd:string ;
    rdfs:comment "MATHEMATICAL BOLD CAPITAL C"@en .

<http://lexvo.org/id/char/1D403> a lvont:Character ;
    lvont:represents "𝐃"^^xsd:string ;
    rdfs:comment "MATHEMATICAL BOLD CAPITAL D"@en .

<http://lexvo.org/id/char/1D404> a lvont:Character ;
    lvont:represents "𝐄"^^xsd:string ;
    rdfs:comment "MATHEMATICAL BOLD CAPITAL E"@en .

<http://lexvo.org/id/char/1D405> a lvont:Character ;
    lvont:represents "𝐅"^^xsd:string ;
    rdfs:comment "MATHEMATICAL BOLD CAPITAL F"@en .

<http://lexvo.org/id/char/1D406> a lvont:Character ;
    lvont:represents "𝐆"^^xsd:string ;
    rdfs:comment "MATHEMATICAL BOLD CAPITAL G"@en .

<http://lexvo.org/id/char/1D407> a lvont:Character ;
    lvont:represents "𝐇"^^xsd:string ;
    rdfs:comment "MATHEMATICAL BOLD CAPITAL H"@en .

<http://lexvo.org/id/char/1D408> a lvont:Character ;
    lvont:represents "𝐈"^^xsd:string ;
    rdfs:comment "MATHEMATICAL BOLD CAPITAL I"@en .

<http://lexvo.org/id/char/1D409> a lvont:Character ;
    lvont:represents "𝐉"^^xsd:string ;
    rdfs:comment "MATHEMATICAL BOLD CAPITAL J"@en .

<http://lexvo.org/id/char/1D40A> a lvont:Character ;
    lvont:represents "𝐊"^^xsd:string ;
    rdfs:comment "MATHEMATICAL BOLD CAPITAL K"@en .

<http://lexvo.org/id/char/1D40B> a lvont:Character ;
    lvont:represents "𝐋"^^xsd:string ;
    rdfs:comment "MATHEMATICAL BOLD CAPITAL L"@en .

<http://lexvo.org/id/char/1D40C> a lvont:Character ;
    lvont:represents "𝐌"^^xsd:string ;
    rdfs:comment "MATHEMATICAL BOLD CAPITAL M"@en .

<http://lexvo.org/id/char/1D40D> a lvont:Character ;
    lvont:represents "𝐍"^^xsd:string ;
    rdfs:comment "MATHEMATICAL BOLD CAPITAL N"@en .

<http://lexvo.org/id/char/1D40E> a lvont:Character ;
    lvont:represents "𝐎"^^xsd:string ;
    rdfs:comment "MATHEMATICAL BOLD CAPITAL O"@en .

<http://lexvo.org/id/char/1D40F> a lvont:Character ;
    lvont:represents "𝐏"^^xsd:string ;
    rdfs:comment "MATHEMATICAL BOLD CAPITAL P"@en .

<http://lexvo.org/id/char/1D41> a lvont:Character ;
    lvont:represents "ᵁ"^^xsd:string ;
    rdfs:comment "MODIFIER LETTER CAPITAL U"@en .

<http://lexvo.org/id/char/1D410> a lvont:Character ;
    lvont:represents "𝐐"^^xsd:string ;
    rdfs:comment "MATHEMATICAL BOLD CAPITAL Q"@en .

<http://lexvo.org/id/char/1D411> a lvont:Character ;
    lvont:represents "𝐑"^^xsd:string ;
    rdfs:comment "MATHEMATICAL BOLD CAPITAL R"@en .

<http://lexvo.org/id/char/1D412> a lvont:Character ;
    lvont:represents "𝐒"^^xsd:string ;
    rdfs:comment "MATHEMATICAL BOLD CAPITAL S"@en .

<http://lexvo.org/id/char/1D413> a lvont:Character ;
    lvont:represents "𝐓"^^xsd:string ;
    rdfs:comment "MATHEMATICAL BOLD CAPITAL T"@en .

<http://lexvo.org/id/char/1D414> a lvont:Character ;
    lvont:represents "𝐔"^^xsd:string ;
    rdfs:comment "MATHEMATICAL BOLD CAPITAL U"@en .

<http://lexvo.org/id/char/1D415> a lvont:Character ;
    lvont:represents "𝐕"^^xsd:string ;
    rdfs:comment "MATHEMATICAL BOLD CAPITAL V"@en .

<http://lexvo.org/id/char/1D416> a lvont:Character ;
    lvont:represents "𝐖"^^xsd:string ;
    rdfs:comment "MATHEMATICAL BOLD CAPITAL W"@en .

<http://lexvo.org/id/char/1D417> a lvont:Character ;
    lvont:represents "𝐗"^^xsd:string ;
    rdfs:comment "MATHEMATICAL BOLD CAPITAL X"@en .

<http://lexvo.org/id/char/1D418> a lvont:Character ;
    lvont:represents "𝐘"^^xsd:string ;
    rdfs:comment "MATHEMATICAL BOLD CAPITAL Y"@en .

<http://lexvo.org/id/char/1D419> a lvont:Character ;
    lvont:represents "𝐙"^^xsd:string ;
    rdfs:comment "MATHEMATICAL BOLD CAPITAL Z"@en .

<http://lexvo.org/id/char/1D41A> a lvont:Character ;
    lvont:represents "𝐚"^^xsd:string ;
    rdfs:comment "MATHEMATICAL BOLD SMALL A"@en .

<http://lexvo.org/id/char/1D41B> a lvont:Character ;
    lvont:represents "𝐛"^^xsd:string ;
    rdfs:comment "MATHEMATICAL BOLD SMALL B"@en .

<http://lexvo.org/id/char/1D41C> a lvont:Character ;
    lvont:represents "𝐜"^^xsd:string ;
    rdfs:comment "MATHEMATICAL BOLD SMALL C"@en .

<http://lexvo.org/id/char/1D41D> a lvont:Character ;
    lvont:represents "𝐝"^^xsd:string ;
    rdfs:comment "MATHEMATICAL BOLD SMALL D"@en .

<http://lexvo.org/id/char/1D41E> a lvont:Character ;
    lvont:represents "𝐞"^^xsd:string ;
    rdfs:comment "MATHEMATICAL BOLD SMALL E"@en .

<http://lexvo.org/id/char/1D41F> a lvont:Character ;
    lvont:represents "𝐟"^^xsd:string ;
    rdfs:comment "MATHEMATICAL BOLD SMALL F"@en .

<http://lexvo.org/id/char/1D42> a lvont:Character ;
    lvont:represents "ᵂ"^^xsd:string ;
    rdfs:comment "MODIFIER LETTER CAPITAL W"@en .

<http://lexvo.org/id/char/1D420> a lvont:Character ;
    lvont:represents "𝐠"^^xsd:string ;
    rdfs:comment "MATHEMATICAL BOLD SMALL G"@en .

<http://lexvo.org/id/char/1D421> a lvont:Character ;
    lvont:represents "𝐡"^^xsd:string ;
    rdfs:comment "MATHEMATICAL BOLD SMALL H"@en .

<http://lexvo.org/id/char/1D422> a lvont:Character ;
    lvont:represents "𝐢"^^xsd:string ;
    rdfs:comment "MATHEMATICAL BOLD SMALL I"@en .

<http://lexvo.org/id/char/1D423> a lvont:Character ;
    lvont:represents "𝐣"^^xsd:string ;
    rdfs:comment "MATHEMATICAL BOLD SMALL J"@en .

<http://lexvo.org/id/char/1D424> a lvont:Character ;
    lvont:represents "𝐤"^^xsd:string ;
    rdfs:comment "MATHEMATICAL BOLD SMALL K"@en .

<http://lexvo.org/id/char/1D425> a lvont:Character ;
    lvont:represents "𝐥"^^xsd:string ;
    rdfs:comment "MATHEMATICAL BOLD SMALL L"@en .

<http://lexvo.org/id/char/1D426> a lvont:Character ;
    lvont:represents "𝐦"^^xsd:string ;
    rdfs:comment "MATHEMATICAL BOLD SMALL M"@en .

<http://lexvo.org/id/char/1D427> a lvont:Character ;
    lvont:represents "𝐧"^^xsd:string ;
    rdfs:comment "MATHEMATICAL BOLD SMALL N"@en .

<http://lexvo.org/id/char/1D428> a lvont:Character ;
    lvont:represents "𝐨"^^xsd:string ;
    rdfs:comment "MATHEMATICAL BOLD SMALL O"@en .

<http://lexvo.org/id/char/1D429> a lvont:Character ;
    lvont:represents "𝐩"^^xsd:string ;
    rdfs:comment "MATHEMATICAL BOLD SMALL P"@en .

<http://lexvo.org/id/char/1D42A> a lvont:Character ;
    lvont:represents "𝐪"^^xsd:string ;
    rdfs:comment "MATHEMATICAL BOLD SMALL Q"@en .

<http://lexvo.org/id/char/1D42B> a lvont:Character ;
    lvont:represents "𝐫"^^xsd:string ;
    rdfs:comment "MATHEMATICAL BOLD SMALL R"@en .

<http://lexvo.org/id/char/1D42C> a lvont:Character ;
    lvont:represents "𝐬"^^xsd:string ;
    rdfs:comment "MATHEMATICAL BOLD SMALL S"@en .

<http://lexvo.org/id/char/1D42D> a lvont:Character ;
    lvont:represents "𝐭"^^xsd:string ;
    rdfs:comment "MATHEMATICAL BOLD SMALL T"@en .

<http://lexvo.org/id/char/1D42E> a lvont:Character ;
    lvont:represents "𝐮"^^xsd:string ;
    rdfs:comment "MATHEMATICAL BOLD SMALL U"@en .

<http://lexvo.org/id/char/1D42F> a lvont:Character ;
    lvont:represents "𝐯"^^xsd:string ;
    rdfs:comment "MATHEMATICAL BOLD SMALL V"@en .

<http://lexvo.org/id/char/1D43> a lvont:Character ;
    lvont:represents "ᵃ"^^xsd:string ;
    rdfs:comment "MODIFIER LETTER SMALL A"@en .

<http://lexvo.org/id/char/1D430> a lvont:Character ;
    lvont:represents "𝐰"^^xsd:string ;
    rdfs:comment "MATHEMATICAL BOLD SMALL W"@en .

<http://lexvo.org/id/char/1D431> a lvont:Character ;
    lvont:represents "𝐱"^^xsd:string ;
    rdfs:comment "MATHEMATICAL BOLD SMALL X"@en .

<http://lexvo.org/id/char/1D432> a lvont:Character ;
    lvont:represents "𝐲"^^xsd:string ;
    rdfs:comment "MATHEMATICAL BOLD SMALL Y"@en .

<http://lexvo.org/id/char/1D433> a lvont:Character ;
    lvont:represents "𝐳"^^xsd:string ;
    rdfs:comment "MATHEMATICAL BOLD SMALL Z"@en .

<http://lexvo.org/id/char/1D434> a lvont:Character ;
    lvont:represents "𝐴"^^xsd:string ;
    rdfs:comment "MATHEMATICAL ITALIC CAPITAL A"@en .

<http://lexvo.org/id/char/1D435> a lvont:Character ;
    lvont:represents "𝐵"^^xsd:string ;
    rdfs:comment "MATHEMATICAL ITALIC CAPITAL B"@en .

<http://lexvo.org/id/char/1D436> a lvont:Character ;
    lvont:represents "𝐶"^^xsd:string ;
    rdfs:comment "MATHEMATICAL ITALIC CAPITAL C"@en .

<http://lexvo.org/id/char/1D437> a lvont:Character ;
    lvont:represents "𝐷"^^xsd:string ;
    rdfs:comment "MATHEMATICAL ITALIC CAPITAL D"@en .

<http://lexvo.org/id/char/1D438> a lvont:Character ;
    lvont:represents "𝐸"^^xsd:string ;
    rdfs:comment "MATHEMATICAL ITALIC CAPITAL E"@en .

<http://lexvo.org/id/char/1D439> a lvont:Character ;
    lvont:represents "𝐹"^^xsd:string ;
    rdfs:comment "MATHEMATICAL ITALIC CAPITAL F"@en .

<http://lexvo.org/id/char/1D43A> a lvont:Character ;
    lvont:represents "𝐺"^^xsd:string ;
    rdfs:comment "MATHEMATICAL ITALIC CAPITAL G"@en .

<http://lexvo.org/id/char/1D43B> a lvont:Character ;
    lvont:represents "𝐻"^^xsd:string ;
    rdfs:comment "MATHEMATICAL ITALIC CAPITAL H"@en .

<http://lexvo.org/id/char/1D43C> a lvont:Character ;
    lvont:represents "𝐼"^^xsd:string ;
    rdfs:comment "MATHEMATICAL ITALIC CAPITAL I"@en .

<http://lexvo.org/id/char/1D43D> a lvont:Character ;
    lvont:represents "𝐽"^^xsd:string ;
    rdfs:comment "MATHEMATICAL ITALIC CAPITAL J"@en .

<http://lexvo.org/id/char/1D43E> a lvont:Character ;
    lvont:represents "𝐾"^^xsd:string ;
    rdfs:comment "MATHEMATICAL ITALIC CAPITAL K"@en .

<http://lexvo.org/id/char/1D43F> a lvont:Character ;
    lvont:represents "𝐿"^^xsd:string ;
    rdfs:comment "MATHEMATICAL ITALIC CAPITAL L"@en .

<http://lexvo.org/id/char/1D44> a lvont:Character ;
    lvont:represents "ᵄ"^^xsd:string ;
    rdfs:comment "MODIFIER LETTER SMALL TURNED A"@en .

<http://lexvo.org/id/char/1D440> a lvont:Character ;
    lvont:represents "𝑀"^^xsd:string ;
    rdfs:comment "MATHEMATICAL ITALIC CAPITAL M"@en .

<http://lexvo.org/id/char/1D441> a lvont:Character ;
    lvont:represents "𝑁"^^xsd:string ;
    rdfs:comment "MATHEMATICAL ITALIC CAPITAL N"@en .

<http://lexvo.org/id/char/1D442> a lvont:Character ;
    lvont:represents "𝑂"^^xsd:string ;
    rdfs:comment "MATHEMATICAL ITALIC CAPITAL O"@en .

<http://lexvo.org/id/char/1D443> a lvont:Character ;
    lvont:represents "𝑃"^^xsd:string ;
    rdfs:comment "MATHEMATICAL ITALIC CAPITAL P"@en .

<http://lexvo.org/id/char/1D444> a lvont:Character ;
    lvont:represents "𝑄"^^xsd:string ;
    rdfs:comment "MATHEMATICAL ITALIC CAPITAL Q"@en .

<http://lexvo.org/id/char/1D445> a lvont:Character ;
    lvont:represents "𝑅"^^xsd:string ;
    rdfs:comment "MATHEMATICAL ITALIC CAPITAL R"@en .

<http://lexvo.org/id/char/1D446> a lvont:Character ;
    lvont:represents "𝑆"^^xsd:string ;
    rdfs:comment "MATHEMATICAL ITALIC CAPITAL S"@en .

<http://lexvo.org/id/char/1D447> a lvont:Character ;
    lvont:represents "𝑇"^^xsd:string ;
    rdfs:comment "MATHEMATICAL ITALIC CAPITAL T"@en .

<http://lexvo.org/id/char/1D448> a lvont:Character ;
    lvont:represents "𝑈"^^xsd:string ;
    rdfs:comment "MATHEMATICAL ITALIC CAPITAL U"@en .

<http://lexvo.org/id/char/1D449> a lvont:Character ;
    lvont:represents "𝑉"^^xsd:string ;
    rdfs:comment "MATHEMATICAL ITALIC CAPITAL V"@en .

<http://lexvo.org/id/char/1D44A> a lvont:Character ;
    lvont:represents "𝑊"^^xsd:string ;
    rdfs:comment "MATHEMATICAL ITALIC CAPITAL W"@en .

<http://lexvo.org/id/char/1D44B> a lvont:Character ;
    lvont:represents "𝑋"^^xsd:string ;
    rdfs:comment "MATHEMATICAL ITALIC CAPITAL X"@en .

<http://lexvo.org/id/char/1D44C> a lvont:Character ;
    lvont:represents "𝑌"^^xsd:string ;
    rdfs:comment "MATHEMATICAL ITALIC CAPITAL Y"@en .

<http://lexvo.org/id/char/1D44D> a lvont:Character ;
    lvont:represents "𝑍"^^xsd:string ;
    rdfs:comment "MATHEMATICAL ITALIC CAPITAL Z"@en .

<http://lexvo.org/id/char/1D44E> a lvont:Character ;
    lvont:represents "𝑎"^^xsd:string ;
    rdfs:comment "MATHEMATICAL ITALIC SMALL A"@en .

<http://lexvo.org/id/char/1D44F> a lvont:Character ;
    lvont:represents "𝑏"^^xsd:string ;
    rdfs:comment "MATHEMATICAL ITALIC SMALL B"@en .

<http://lexvo.org/id/char/1D45> a lvont:Character ;
    lvont:represents "ᵅ"^^xsd:string ;
    rdfs:comment "MODIFIER LETTER SMALL ALPHA"@en .

<http://lexvo.org/id/char/1D450> a lvont:Character ;
    lvont:represents "𝑐"^^xsd:string ;
    rdfs:comment "MATHEMATICAL ITALIC SMALL C"@en .

<http://lexvo.org/id/char/1D451> a lvont:Character ;
    lvont:represents "𝑑"^^xsd:string ;
    rdfs:comment "MATHEMATICAL ITALIC SMALL D"@en .

<http://lexvo.org/id/char/1D452> a lvont:Character ;
    lvont:represents "𝑒"^^xsd:string ;
    rdfs:comment "MATHEMATICAL ITALIC SMALL E"@en .

<http://lexvo.org/id/char/1D453> a lvont:Character ;
    lvont:represents "𝑓"^^xsd:string ;
    rdfs:comment "MATHEMATICAL ITALIC SMALL F"@en .

<http://lexvo.org/id/char/1D454> a lvont:Character ;
    lvont:represents "𝑔"^^xsd:string ;
    rdfs:comment "MATHEMATICAL ITALIC SMALL G"@en .

<http://lexvo.org/id/char/1D456> a lvont:Character ;
    lvont:represents "𝑖"^^xsd:string ;
    rdfs:comment "MATHEMATICAL ITALIC SMALL I"@en .

<http://lexvo.org/id/char/1D457> a lvont:Character ;
    lvont:represents "𝑗"^^xsd:string ;
    rdfs:comment "MATHEMATICAL ITALIC SMALL J"@en .

<http://lexvo.org/id/char/1D458> a lvont:Character ;
    lvont:represents "𝑘"^^xsd:string ;
    rdfs:comment "MATHEMATICAL ITALIC SMALL K"@en .

<http://lexvo.org/id/char/1D459> a lvont:Character ;
    lvont:represents "𝑙"^^xsd:string ;
    rdfs:comment "MATHEMATICAL ITALIC SMALL L"@en .

<http://lexvo.org/id/char/1D45A> a lvont:Character ;
    lvont:represents "𝑚"^^xsd:string ;
    rdfs:comment "MATHEMATICAL ITALIC SMALL M"@en .

<http://lexvo.org/id/char/1D45B> a lvont:Character ;
    lvont:represents "𝑛"^^xsd:string ;
    rdfs:comment "MATHEMATICAL ITALIC SMALL N"@en .

<http://lexvo.org/id/char/1D45C> a lvont:Character ;
    lvont:represents "𝑜"^^xsd:string ;
    rdfs:comment "MATHEMATICAL ITALIC SMALL O"@en .

<http://lexvo.org/id/char/1D45D> a lvont:Character ;
    lvont:represents "𝑝"^^xsd:string ;
    rdfs:comment "MATHEMATICAL ITALIC SMALL P"@en .

<http://lexvo.org/id/char/1D45E> a lvont:Character ;
    lvont:represents "𝑞"^^xsd:string ;
    rdfs:comment "MATHEMATICAL ITALIC SMALL Q"@en .

<http://lexvo.org/id/char/1D45F> a lvont:Character ;
    lvont:represents "𝑟"^^xsd:string ;
    rdfs:comment "MATHEMATICAL ITALIC SMALL R"@en .

<http://lexvo.org/id/char/1D46> a lvont:Character ;
    lvont:represents "ᵆ"^^xsd:string ;
    rdfs:comment "MODIFIER LETTER SMALL TURNED AE"@en .

<http://lexvo.org/id/char/1D460> a lvont:Character ;
    lvont:represents "𝑠"^^xsd:string ;
    rdfs:comment "MATHEMATICAL ITALIC SMALL S"@en .

<http://lexvo.org/id/char/1D461> a lvont:Character ;
    lvont:represents "𝑡"^^xsd:string ;
    rdfs:comment "MATHEMATICAL ITALIC SMALL T"@en .

<http://lexvo.org/id/char/1D462> a lvont:Character ;
    lvont:represents "𝑢"^^xsd:string ;
    rdfs:comment "MATHEMATICAL ITALIC SMALL U"@en .

<http://lexvo.org/id/char/1D463> a lvont:Character ;
    lvont:represents "𝑣"^^xsd:string ;
    rdfs:comment "MATHEMATICAL ITALIC SMALL V"@en .

<http://lexvo.org/id/char/1D464> a lvont:Character ;
    lvont:represents "𝑤"^^xsd:string ;
    rdfs:comment "MATHEMATICAL ITALIC SMALL W"@en .

<http://lexvo.org/id/char/1D465> a lvont:Character ;
    lvont:represents "𝑥"^^xsd:string ;
    rdfs:comment "MATHEMATICAL ITALIC SMALL X"@en .

<http://lexvo.org/id/char/1D466> a lvont:Character ;
    lvont:represents "𝑦"^^xsd:string ;
    rdfs:comment "MATHEMATICAL ITALIC SMALL Y"@en .

<http://lexvo.org/id/char/1D467> a lvont:Character ;
    lvont:represents "𝑧"^^xsd:string ;
    rdfs:comment "MATHEMATICAL ITALIC SMALL Z"@en .

<http://lexvo.org/id/char/1D468> a lvont:Character ;
    lvont:represents "𝑨"^^xsd:string ;
    rdfs:comment "MATHEMATICAL BOLD ITALIC CAPITAL A"@en .

<http://lexvo.org/id/char/1D469> a lvont:Character ;
    lvont:represents "𝑩"^^xsd:string ;
    rdfs:comment "MATHEMATICAL BOLD ITALIC CAPITAL B"@en .

<http://lexvo.org/id/char/1D46A> a lvont:Character ;
    lvont:represents "𝑪"^^xsd:string ;
    rdfs:comment "MATHEMATICAL BOLD ITALIC CAPITAL C"@en .

<http://lexvo.org/id/char/1D46B> a lvont:Character ;
    lvont:represents "𝑫"^^xsd:string ;
    rdfs:comment "MATHEMATICAL BOLD ITALIC CAPITAL D"@en .

<http://lexvo.org/id/char/1D46C> a lvont:Character ;
    lvont:represents "𝑬"^^xsd:string ;
    rdfs:comment "MATHEMATICAL BOLD ITALIC CAPITAL E"@en .

<http://lexvo.org/id/char/1D46D> a lvont:Character ;
    lvont:represents "𝑭"^^xsd:string ;
    rdfs:comment "MATHEMATICAL BOLD ITALIC CAPITAL F"@en .

<http://lexvo.org/id/char/1D46E> a lvont:Character ;
    lvont:represents "𝑮"^^xsd:string ;
    rdfs:comment "MATHEMATICAL BOLD ITALIC CAPITAL G"@en .

<http://lexvo.org/id/char/1D46F> a lvont:Character ;
    lvont:represents "𝑯"^^xsd:string ;
    rdfs:comment "MATHEMATICAL BOLD ITALIC CAPITAL H"@en .

<http://lexvo.org/id/char/1D47> a lvont:Character ;
    lvont:represents "ᵇ"^^xsd:string ;
    rdfs:comment "MODIFIER LETTER SMALL B"@en .

<http://lexvo.org/id/char/1D470> a lvont:Character ;
    lvont:represents "𝑰"^^xsd:string ;
    rdfs:comment "MATHEMATICAL BOLD ITALIC CAPITAL I"@en .

<http://lexvo.org/id/char/1D471> a lvont:Character ;
    lvont:represents "𝑱"^^xsd:string ;
    rdfs:comment "MATHEMATICAL BOLD ITALIC CAPITAL J"@en .

<http://lexvo.org/id/char/1D472> a lvont:Character ;
    lvont:represents "𝑲"^^xsd:string ;
    rdfs:comment "MATHEMATICAL BOLD ITALIC CAPITAL K"@en .

<http://lexvo.org/id/char/1D473> a lvont:Character ;
    lvont:represents "𝑳"^^xsd:string ;
    rdfs:comment "MATHEMATICAL BOLD ITALIC CAPITAL L"@en .

<http://lexvo.org/id/char/1D474> a lvont:Character ;
    lvont:represents "𝑴"^^xsd:string ;
    rdfs:comment "MATHEMATICAL BOLD ITALIC CAPITAL M"@en .

<http://lexvo.org/id/char/1D475> a lvont:Character ;
    lvont:represents "𝑵"^^xsd:string ;
    rdfs:comment "MATHEMATICAL BOLD ITALIC CAPITAL N"@en .

<http://lexvo.org/id/char/1D476> a lvont:Character ;
    lvont:represents "𝑶"^^xsd:string ;
    rdfs:comment "MATHEMATICAL BOLD ITALIC CAPITAL O"@en .

<http://lexvo.org/id/char/1D477> a lvont:Character ;
    lvont:represents "𝑷"^^xsd:string ;
    rdfs:comment "MATHEMATICAL BOLD ITALIC CAPITAL P"@en .

<http://lexvo.org/id/char/1D478> a lvont:Character ;
    lvont:represents "𝑸"^^xsd:string ;
    rdfs:comment "MATHEMATICAL BOLD ITALIC CAPITAL Q"@en .

<http://lexvo.org/id/char/1D479> a lvont:Character ;
    lvont:represents "𝑹"^^xsd:string ;
    rdfs:comment "MATHEMATICAL BOLD ITALIC CAPITAL R"@en .

<http://lexvo.org/id/char/1D47A> a lvont:Character ;
    lvont:represents "𝑺"^^xsd:string ;
    rdfs:comment "MATHEMATICAL BOLD ITALIC CAPITAL S"@en .

<http://lexvo.org/id/char/1D47B> a lvont:Character ;
    lvont:represents "𝑻"^^xsd:string ;
    rdfs:comment "MATHEMATICAL BOLD ITALIC CAPITAL T"@en .

<http://lexvo.org/id/char/1D47C> a lvont:Character ;
    lvont:represents "𝑼"^^xsd:string ;
    rdfs:comment "MATHEMATICAL BOLD ITALIC CAPITAL U"@en .

<http://lexvo.org/id/char/1D47D> a lvont:Character ;
    lvont:represents "𝑽"^^xsd:string ;
    rdfs:comment "MATHEMATICAL BOLD ITALIC CAPITAL V"@en .

<http://lexvo.org/id/char/1D47E> a lvont:Character ;
    lvont:represents "𝑾"^^xsd:string ;
    rdfs:comment "MATHEMATICAL BOLD ITALIC CAPITAL W"@en .

<http://lexvo.org/id/char/1D47F> a lvont:Character ;
    lvont:represents "𝑿"^^xsd:string ;
    rdfs:comment "MATHEMATICAL BOLD ITALIC CAPITAL X"@en .

<http://lexvo.org/id/char/1D48> a lvont:Character ;
    lvont:represents "ᵈ"^^xsd:string ;
    rdfs:comment "MODIFIER LETTER SMALL D"@en .

<http://lexvo.org/id/char/1D480> a lvont:Character ;
    lvont:represents "𝒀"^^xsd:string ;
    rdfs:comment "MATHEMATICAL BOLD ITALIC CAPITAL Y"@en .

<http://lexvo.org/id/char/1D481> a lvont:Character ;
    lvont:represents "𝒁"^^xsd:string ;
    rdfs:comment "MATHEMATICAL BOLD ITALIC CAPITAL Z"@en .

<http://lexvo.org/id/char/1D482> a lvont:Character ;
    lvont:represents "𝒂"^^xsd:string ;
    rdfs:comment "MATHEMATICAL BOLD ITALIC SMALL A"@en .

<http://lexvo.org/id/char/1D483> a lvont:Character ;
    lvont:represents "𝒃"^^xsd:string ;
    rdfs:comment "MATHEMATICAL BOLD ITALIC SMALL B"@en .

<http://lexvo.org/id/char/1D484> a lvont:Character ;
    lvont:represents "𝒄"^^xsd:string ;
    rdfs:comment "MATHEMATICAL BOLD ITALIC SMALL C"@en .

<http://lexvo.org/id/char/1D485> a lvont:Character ;
    lvont:represents "𝒅"^^xsd:string ;
    rdfs:comment "MATHEMATICAL BOLD ITALIC SMALL D"@en .

<http://lexvo.org/id/char/1D486> a lvont:Character ;
    lvont:represents "𝒆"^^xsd:string ;
    rdfs:comment "MATHEMATICAL BOLD ITALIC SMALL E"@en .

<http://lexvo.org/id/char/1D487> a lvont:Character ;
    lvont:represents "𝒇"^^xsd:string ;
    rdfs:comment "MATHEMATICAL BOLD ITALIC SMALL F"@en .

<http://lexvo.org/id/char/1D488> a lvont:Character ;
    lvont:represents "𝒈"^^xsd:string ;
    rdfs:comment "MATHEMATICAL BOLD ITALIC SMALL G"@en .

<http://lexvo.org/id/char/1D489> a lvont:Character ;
    lvont:represents "𝒉"^^xsd:string ;
    rdfs:comment "MATHEMATICAL BOLD ITALIC SMALL H"@en .

<http://lexvo.org/id/char/1D48A> a lvont:Character ;
    lvont:represents "𝒊"^^xsd:string ;
    rdfs:comment "MATHEMATICAL BOLD ITALIC SMALL I"@en .

<http://lexvo.org/id/char/1D48B> a lvont:Character ;
    lvont:represents "𝒋"^^xsd:string ;
    rdfs:comment "MATHEMATICAL BOLD ITALIC SMALL J"@en .

<http://lexvo.org/id/char/1D48C> a lvont:Character ;
    lvont:represents "𝒌"^^xsd:string ;
    rdfs:comment "MATHEMATICAL BOLD ITALIC SMALL K"@en .

<http://lexvo.org/id/char/1D48D> a lvont:Character ;
    lvont:represents "𝒍"^^xsd:string ;
    rdfs:comment "MATHEMATICAL BOLD ITALIC SMALL L"@en .

<http://lexvo.org/id/char/1D48E> a lvont:Character ;
    lvont:represents "𝒎"^^xsd:string ;
    rdfs:comment "MATHEMATICAL BOLD ITALIC SMALL M"@en .

<http://lexvo.org/id/char/1D48F> a lvont:Character ;
    lvont:represents "𝒏"^^xsd:string ;
    rdfs:comment "MATHEMATICAL BOLD ITALIC SMALL N"@en .

<http://lexvo.org/id/char/1D49> a lvont:Character ;
    lvont:represents "ᵉ"^^xsd:string ;
    rdfs:comment "MODIFIER LETTER SMALL E"@en .

<http://lexvo.org/id/char/1D490> a lvont:Character ;
    lvont:represents "𝒐"^^xsd:string ;
    rdfs:comment "MATHEMATICAL BOLD ITALIC SMALL O"@en .

<http://lexvo.org/id/char/1D491> a lvont:Character ;
    lvont:represents "𝒑"^^xsd:string ;
    rdfs:comment "MATHEMATICAL BOLD ITALIC SMALL P"@en .

<http://lexvo.org/id/char/1D492> a lvont:Character ;
    lvont:represents "𝒒"^^xsd:string ;
    rdfs:comment "MATHEMATICAL BOLD ITALIC SMALL Q"@en .

<http://lexvo.org/id/char/1D493> a lvont:Character ;
    lvont:represents "𝒓"^^xsd:string ;
    rdfs:comment "MATHEMATICAL BOLD ITALIC SMALL R"@en .

<http://lexvo.org/id/char/1D494> a lvont:Character ;
    lvont:represents "𝒔"^^xsd:string ;
    rdfs:comment "MATHEMATICAL BOLD ITALIC SMALL S"@en .

<http://lexvo.org/id/char/1D495> a lvont:Character ;
    lvont:represents "𝒕"^^xsd:string ;
    rdfs:comment "MATHEMATICAL BOLD ITALIC SMALL T"@en .

<http://lexvo.org/id/char/1D496> a lvont:Character ;
    lvont:represents "𝒖"^^xsd:string ;
    rdfs:comment "MATHEMATICAL BOLD ITALIC SMALL U"@en .

<http://lexvo.org/id/char/1D497> a lvont:Character ;
    lvont:represents "𝒗"^^xsd:string ;
    rdfs:comment "MATHEMATICAL BOLD ITALIC SMALL V"@en .

<http://lexvo.org/id/char/1D498> a lvont:Character ;
    lvont:represents "𝒘"^^xsd:string ;
    rdfs:comment "MATHEMATICAL BOLD ITALIC SMALL W"@en .

<http://lexvo.org/id/char/1D499> a lvont:Character ;
    lvont:represents "𝒙"^^xsd:string ;
    rdfs:comment "MATHEMATICAL BOLD ITALIC SMALL X"@en .

<http://lexvo.org/id/char/1D49A> a lvont:Character ;
    lvont:represents "𝒚"^^xsd:string ;
    rdfs:comment "MATHEMATICAL BOLD ITALIC SMALL Y"@en .

<http://lexvo.org/id/char/1D49B> a lvont:Character ;
    lvont:represents "𝒛"^^xsd:string ;
    rdfs:comment "MATHEMATICAL BOLD ITALIC SMALL Z"@en .

<http://lexvo.org/id/char/1D49C> a lvont:Character ;
    lvont:represents "𝒜"^^xsd:string ;
    rdfs:comment "MATHEMATICAL SCRIPT CAPITAL A"@en .

<http://lexvo.org/id/char/1D49E> a lvont:Character ;
    lvont:represents "𝒞"^^xsd:string ;
    rdfs:comment "MATHEMATICAL SCRIPT CAPITAL C"@en .

<http://lexvo.org/id/char/1D49F> a lvont:Character ;
    lvont:represents "𝒟"^^xsd:string ;
    rdfs:comment "MATHEMATICAL SCRIPT CAPITAL D"@en .

<http://lexvo.org/id/char/1D4A> a lvont:Character ;
    lvont:represents "ᵊ"^^xsd:string ;
    rdfs:comment "MODIFIER LETTER SMALL SCHWA"@en .

<http://lexvo.org/id/char/1D4A2> a lvont:Character ;
    lvont:represents "𝒢"^^xsd:string ;
    rdfs:comment "MATHEMATICAL SCRIPT CAPITAL G"@en .

<http://lexvo.org/id/char/1D4A5> a lvont:Character ;
    lvont:represents "𝒥"^^xsd:string ;
    rdfs:comment "MATHEMATICAL SCRIPT CAPITAL J"@en .

<http://lexvo.org/id/char/1D4A6> a lvont:Character ;
    lvont:represents "𝒦"^^xsd:string ;
    rdfs:comment "MATHEMATICAL SCRIPT CAPITAL K"@en .

<http://lexvo.org/id/char/1D4A9> a lvont:Character ;
    lvont:represents "𝒩"^^xsd:string ;
    rdfs:comment "MATHEMATICAL SCRIPT CAPITAL N"@en .

<http://lexvo.org/id/char/1D4AA> a lvont:Character ;
    lvont:represents "𝒪"^^xsd:string ;
    rdfs:comment "MATHEMATICAL SCRIPT CAPITAL O"@en .

<http://lexvo.org/id/char/1D4AB> a lvont:Character ;
    lvont:represents "𝒫"^^xsd:string ;
    rdfs:comment "MATHEMATICAL SCRIPT CAPITAL P"@en .

<http://lexvo.org/id/char/1D4AC> a lvont:Character ;
    lvont:represents "𝒬"^^xsd:string ;
    rdfs:comment "MATHEMATICAL SCRIPT CAPITAL Q"@en .

<http://lexvo.org/id/char/1D4AE> a lvont:Character ;
    lvont:represents "𝒮"^^xsd:string ;
    rdfs:comment "MATHEMATICAL SCRIPT CAPITAL S"@en .

<http://lexvo.org/id/char/1D4AF> a lvont:Character ;
    lvont:represents "𝒯"^^xsd:string ;
    rdfs:comment "MATHEMATICAL SCRIPT CAPITAL T"@en .

<http://lexvo.org/id/char/1D4B> a lvont:Character ;
    lvont:represents "ᵋ"^^xsd:string ;
    rdfs:comment "MODIFIER LETTER SMALL OPEN E"@en .

<http://lexvo.org/id/char/1D4B0> a lvont:Character ;
    lvont:represents "𝒰"^^xsd:string ;
    rdfs:comment "MATHEMATICAL SCRIPT CAPITAL U"@en .

<http://lexvo.org/id/char/1D4B1> a lvont:Character ;
    lvont:represents "𝒱"^^xsd:string ;
    rdfs:comment "MATHEMATICAL SCRIPT CAPITAL V"@en .

<http://lexvo.org/id/char/1D4B2> a lvont:Character ;
    lvont:represents "𝒲"^^xsd:string ;
    rdfs:comment "MATHEMATICAL SCRIPT CAPITAL W"@en .

<http://lexvo.org/id/char/1D4B3> a lvont:Character ;
    lvont:represents "𝒳"^^xsd:string ;
    rdfs:comment "MATHEMATICAL SCRIPT CAPITAL X"@en .

<http://lexvo.org/id/char/1D4B4> a lvont:Character ;
    lvont:represents "𝒴"^^xsd:string ;
    rdfs:comment "MATHEMATICAL SCRIPT CAPITAL Y"@en .

<http://lexvo.org/id/char/1D4B5> a lvont:Character ;
    lvont:represents "𝒵"^^xsd:string ;
    rdfs:comment "MATHEMATICAL SCRIPT CAPITAL Z"@en .

<http://lexvo.org/id/char/1D4B6> a lvont:Character ;
    lvont:represents "𝒶"^^xsd:string ;
    rdfs:comment "MATHEMATICAL SCRIPT SMALL A"@en .

<http://lexvo.org/id/char/1D4B7> a lvont:Character ;
    lvont:represents "𝒷"^^xsd:string ;
    rdfs:comment "MATHEMATICAL SCRIPT SMALL B"@en .

<http://lexvo.org/id/char/1D4B8> a lvont:Character ;
    lvont:represents "𝒸"^^xsd:string ;
    rdfs:comment "MATHEMATICAL SCRIPT SMALL C"@en .

<http://lexvo.org/id/char/1D4B9> a lvont:Character ;
    lvont:represents "𝒹"^^xsd:string ;
    rdfs:comment "MATHEMATICAL SCRIPT SMALL D"@en .

<http://lexvo.org/id/char/1D4BB> a lvont:Character ;
    lvont:represents "𝒻"^^xsd:string ;
    rdfs:comment "MATHEMATICAL SCRIPT SMALL F"@en .

<http://lexvo.org/id/char/1D4BD> a lvont:Character ;
    lvont:represents "𝒽"^^xsd:string ;
    rdfs:comment "MATHEMATICAL SCRIPT SMALL H"@en .

<http://lexvo.org/id/char/1D4BE> a lvont:Character ;
    lvont:represents "𝒾"^^xsd:string ;
    rdfs:comment "MATHEMATICAL SCRIPT SMALL I"@en .

<http://lexvo.org/id/char/1D4BF> a lvont:Character ;
    lvont:represents "𝒿"^^xsd:string ;
    rdfs:comment "MATHEMATICAL SCRIPT SMALL J"@en .

<http://lexvo.org/id/char/1D4C> a lvont:Character ;
    lvont:represents "ᵌ"^^xsd:string ;
    rdfs:comment "MODIFIER LETTER SMALL TURNED OPEN E"@en .

<http://lexvo.org/id/char/1D4C0> a lvont:Character ;
    lvont:represents "𝓀"^^xsd:string ;
    rdfs:comment "MATHEMATICAL SCRIPT SMALL K"@en .

<http://lexvo.org/id/char/1D4C1> a lvont:Character ;
    lvont:represents "𝓁"^^xsd:string ;
    rdfs:comment "MATHEMATICAL SCRIPT SMALL L"@en .

<http://lexvo.org/id/char/1D4C2> a lvont:Character ;
    lvont:represents "𝓂"^^xsd:string ;
    rdfs:comment "MATHEMATICAL SCRIPT SMALL M"@en .

<http://lexvo.org/id/char/1D4C3> a lvont:Character ;
    lvont:represents "𝓃"^^xsd:string ;
    rdfs:comment "MATHEMATICAL SCRIPT SMALL N"@en .

<http://lexvo.org/id/char/1D4C5> a lvont:Character ;
    lvont:represents "𝓅"^^xsd:string ;
    rdfs:comment "MATHEMATICAL SCRIPT SMALL P"@en .

<http://lexvo.org/id/char/1D4C6> a lvont:Character ;
    lvont:represents "𝓆"^^xsd:string ;
    rdfs:comment "MATHEMATICAL SCRIPT SMALL Q"@en .

<http://lexvo.org/id/char/1D4C7> a lvont:Character ;
    lvont:represents "𝓇"^^xsd:string ;
    rdfs:comment "MATHEMATICAL SCRIPT SMALL R"@en .

<http://lexvo.org/id/char/1D4C8> a lvont:Character ;
    lvont:represents "𝓈"^^xsd:string ;
    rdfs:comment "MATHEMATICAL SCRIPT SMALL S"@en .

<http://lexvo.org/id/char/1D4C9> a lvont:Character ;
    lvont:represents "𝓉"^^xsd:string ;
    rdfs:comment "MATHEMATICAL SCRIPT SMALL T"@en .

<http://lexvo.org/id/char/1D4CA> a lvont:Character ;
    lvont:represents "𝓊"^^xsd:string ;
    rdfs:comment "MATHEMATICAL SCRIPT SMALL U"@en .

<http://lexvo.org/id/char/1D4CB> a lvont:Character ;
    lvont:represents "𝓋"^^xsd:string ;
    rdfs:comment "MATHEMATICAL SCRIPT SMALL V"@en .

<http://lexvo.org/id/char/1D4CC> a lvont:Character ;
    lvont:represents "𝓌"^^xsd:string ;
    rdfs:comment "MATHEMATICAL SCRIPT SMALL W"@en .

<http://lexvo.org/id/char/1D4CD> a lvont:Character ;
    lvont:represents "𝓍"^^xsd:string ;
    rdfs:comment "MATHEMATICAL SCRIPT SMALL X"@en .

<http://lexvo.org/id/char/1D4CE> a lvont:Character ;
    lvont:represents "𝓎"^^xsd:string ;
    rdfs:comment "MATHEMATICAL SCRIPT SMALL Y"@en .

<http://lexvo.org/id/char/1D4CF> a lvont:Character ;
    lvont:represents "𝓏"^^xsd:string ;
    rdfs:comment "MATHEMATICAL SCRIPT SMALL Z"@en .

<http://lexvo.org/id/char/1D4D> a lvont:Character ;
    lvont:represents "ᵍ"^^xsd:string ;
    rdfs:comment "MODIFIER LETTER SMALL G"@en .

<http://lexvo.org/id/char/1D4D0> a lvont:Character ;
    lvont:represents "𝓐"^^xsd:string ;
    rdfs:comment "MATHEMATICAL BOLD SCRIPT CAPITAL A"@en .

<http://lexvo.org/id/char/1D4D1> a lvont:Character ;
    lvont:represents "𝓑"^^xsd:string ;
    rdfs:comment "MATHEMATICAL BOLD SCRIPT CAPITAL B"@en .

<http://lexvo.org/id/char/1D4D2> a lvont:Character ;
    lvont:represents "𝓒"^^xsd:string ;
    rdfs:comment "MATHEMATICAL BOLD SCRIPT CAPITAL C"@en .

<http://lexvo.org/id/char/1D4D3> a lvont:Character ;
    lvont:represents "𝓓"^^xsd:string ;
    rdfs:comment "MATHEMATICAL BOLD SCRIPT CAPITAL D"@en .

<http://lexvo.org/id/char/1D4D4> a lvont:Character ;
    lvont:represents "𝓔"^^xsd:string ;
    rdfs:comment "MATHEMATICAL BOLD SCRIPT CAPITAL E"@en .

<http://lexvo.org/id/char/1D4D5> a lvont:Character ;
    lvont:represents "𝓕"^^xsd:string ;
    rdfs:comment "MATHEMATICAL BOLD SCRIPT CAPITAL F"@en .

<http://lexvo.org/id/char/1D4D6> a lvont:Character ;
    lvont:represents "𝓖"^^xsd:string ;
    rdfs:comment "MATHEMATICAL BOLD SCRIPT CAPITAL G"@en .

<http://lexvo.org/id/char/1D4D7> a lvont:Character ;
    lvont:represents "𝓗"^^xsd:string ;
    rdfs:comment "MATHEMATICAL BOLD SCRIPT CAPITAL H"@en .

<http://lexvo.org/id/char/1D4D8> a lvont:Character ;
    lvont:represents "𝓘"^^xsd:string ;
    rdfs:comment "MATHEMATICAL BOLD SCRIPT CAPITAL I"@en .

<http://lexvo.org/id/char/1D4D9> a lvont:Character ;
    lvont:represents "𝓙"^^xsd:string ;
    rdfs:comment "MATHEMATICAL BOLD SCRIPT CAPITAL J"@en .

<http://lexvo.org/id/char/1D4DA> a lvont:Character ;
    lvont:represents "𝓚"^^xsd:string ;
    rdfs:comment "MATHEMATICAL BOLD SCRIPT CAPITAL K"@en .

<http://lexvo.org/id/char/1D4DB> a lvont:Character ;
    lvont:represents "𝓛"^^xsd:string ;
    rdfs:comment "MATHEMATICAL BOLD SCRIPT CAPITAL L"@en .

<http://lexvo.org/id/char/1D4DC> a lvont:Character ;
    lvont:represents "𝓜"^^xsd:string ;
    rdfs:comment "MATHEMATICAL BOLD SCRIPT CAPITAL M"@en .

<http://lexvo.org/id/char/1D4DD> a lvont:Character ;
    lvont:represents "𝓝"^^xsd:string ;
    rdfs:comment "MATHEMATICAL BOLD SCRIPT CAPITAL N"@en .

<http://lexvo.org/id/char/1D4DE> a lvont:Character ;
    lvont:represents "𝓞"^^xsd:string ;
    rdfs:comment "MATHEMATICAL BOLD SCRIPT CAPITAL O"@en .

<http://lexvo.org/id/char/1D4DF> a lvont:Character ;
    lvont:represents "𝓟"^^xsd:string ;
    rdfs:comment "MATHEMATICAL BOLD SCRIPT CAPITAL P"@en .

<http://lexvo.org/id/char/1D4E> a lvont:Character ;
    lvont:represents "ᵎ"^^xsd:string ;
    rdfs:comment "MODIFIER LETTER SMALL TURNED I"@en .

<http://lexvo.org/id/char/1D4E0> a lvont:Character ;
    lvont:represents "𝓠"^^xsd:string ;
    rdfs:comment "MATHEMATICAL BOLD SCRIPT CAPITAL Q"@en .

<http://lexvo.org/id/char/1D4E1> a lvont:Character ;
    lvont:represents "𝓡"^^xsd:string ;
    rdfs:comment "MATHEMATICAL BOLD SCRIPT CAPITAL R"@en .

<http://lexvo.org/id/char/1D4E2> a lvont:Character ;
    lvont:represents "𝓢"^^xsd:string ;
    rdfs:comment "MATHEMATICAL BOLD SCRIPT CAPITAL S"@en .

<http://lexvo.org/id/char/1D4E3> a lvont:Character ;
    lvont:represents "𝓣"^^xsd:string ;
    rdfs:comment "MATHEMATICAL BOLD SCRIPT CAPITAL T"@en .

<http://lexvo.org/id/char/1D4E4> a lvont:Character ;
    lvont:represents "𝓤"^^xsd:string ;
    rdfs:comment "MATHEMATICAL BOLD SCRIPT CAPITAL U"@en .

<http://lexvo.org/id/char/1D4E5> a lvont:Character ;
    lvont:represents "𝓥"^^xsd:string ;
    rdfs:comment "MATHEMATICAL BOLD SCRIPT CAPITAL V"@en .

<http://lexvo.org/id/char/1D4E6> a lvont:Character ;
    lvont:represents "𝓦"^^xsd:string ;
    rdfs:comment "MATHEMATICAL BOLD SCRIPT CAPITAL W"@en .

<http://lexvo.org/id/char/1D4E7> a lvont:Character ;
    lvont:represents "𝓧"^^xsd:string ;
    rdfs:comment "MATHEMATICAL BOLD SCRIPT CAPITAL X"@en .

<http://lexvo.org/id/char/1D4E8> a lvont:Character ;
    lvont:represents "𝓨"^^xsd:string ;
    rdfs:comment "MATHEMATICAL BOLD SCRIPT CAPITAL Y"@en .

<http://lexvo.org/id/char/1D4E9> a lvont:Character ;
    lvont:represents "𝓩"^^xsd:string ;
    rdfs:comment "MATHEMATICAL BOLD SCRIPT CAPITAL Z"@en .

<http://lexvo.org/id/char/1D4EA> a lvont:Character ;
    lvont:represents "𝓪"^^xsd:string ;
    rdfs:comment "MATHEMATICAL BOLD SCRIPT SMALL A"@en .

<http://lexvo.org/id/char/1D4EB> a lvont:Character ;
    lvont:represents "𝓫"^^xsd:string ;
    rdfs:comment "MATHEMATICAL BOLD SCRIPT SMALL B"@en .

<http://lexvo.org/id/char/1D4EC> a lvont:Character ;
    lvont:represents "𝓬"^^xsd:string ;
    rdfs:comment "MATHEMATICAL BOLD SCRIPT SMALL C"@en .

<http://lexvo.org/id/char/1D4ED> a lvont:Character ;
    lvont:represents "𝓭"^^xsd:string ;
    rdfs:comment "MATHEMATICAL BOLD SCRIPT SMALL D"@en .

<http://lexvo.org/id/char/1D4EE> a lvont:Character ;
    lvont:represents "𝓮"^^xsd:string ;
    rdfs:comment "MATHEMATICAL BOLD SCRIPT SMALL E"@en .

<http://lexvo.org/id/char/1D4EF> a lvont:Character ;
    lvont:represents "𝓯"^^xsd:string ;
    rdfs:comment "MATHEMATICAL BOLD SCRIPT SMALL F"@en .

<http://lexvo.org/id/char/1D4F> a lvont:Character ;
    lvont:represents "ᵏ"^^xsd:string ;
    rdfs:comment "MODIFIER LETTER SMALL K"@en .

<http://lexvo.org/id/char/1D4F0> a lvont:Character ;
    lvont:represents "𝓰"^^xsd:string ;
    rdfs:comment "MATHEMATICAL BOLD SCRIPT SMALL G"@en .

<http://lexvo.org/id/char/1D4F1> a lvont:Character ;
    lvont:represents "𝓱"^^xsd:string ;
    rdfs:comment "MATHEMATICAL BOLD SCRIPT SMALL H"@en .

<http://lexvo.org/id/char/1D4F2> a lvont:Character ;
    lvont:represents "𝓲"^^xsd:string ;
    rdfs:comment "MATHEMATICAL BOLD SCRIPT SMALL I"@en .

<http://lexvo.org/id/char/1D4F3> a lvont:Character ;
    lvont:represents "𝓳"^^xsd:string ;
    rdfs:comment "MATHEMATICAL BOLD SCRIPT SMALL J"@en .

<http://lexvo.org/id/char/1D4F4> a lvont:Character ;
    lvont:represents "𝓴"^^xsd:string ;
    rdfs:comment "MATHEMATICAL BOLD SCRIPT SMALL K"@en .

<http://lexvo.org/id/char/1D4F5> a lvont:Character ;
    lvont:represents "𝓵"^^xsd:string ;
    rdfs:comment "MATHEMATICAL BOLD SCRIPT SMALL L"@en .

<http://lexvo.org/id/char/1D4F6> a lvont:Character ;
    lvont:represents "𝓶"^^xsd:string ;
    rdfs:comment "MATHEMATICAL BOLD SCRIPT SMALL M"@en .

<http://lexvo.org/id/char/1D4F7> a lvont:Character ;
    lvont:represents "𝓷"^^xsd:string ;
    rdfs:comment "MATHEMATICAL BOLD SCRIPT SMALL N"@en .

<http://lexvo.org/id/char/1D4F8> a lvont:Character ;
    lvont:represents "𝓸"^^xsd:string ;
    rdfs:comment "MATHEMATICAL BOLD SCRIPT SMALL O"@en .

<http://lexvo.org/id/char/1D4F9> a lvont:Character ;
    lvont:represents "𝓹"^^xsd:string ;
    rdfs:comment "MATHEMATICAL BOLD SCRIPT SMALL P"@en .

<http://lexvo.org/id/char/1D4FA> a lvont:Character ;
    lvont:represents "𝓺"^^xsd:string ;
    rdfs:comment "MATHEMATICAL BOLD SCRIPT SMALL Q"@en .

<http://lexvo.org/id/char/1D4FB> a lvont:Character ;
    lvont:represents "𝓻"^^xsd:string ;
    rdfs:comment "MATHEMATICAL BOLD SCRIPT SMALL R"@en .

<http://lexvo.org/id/char/1D4FC> a lvont:Character ;
    lvont:represents "𝓼"^^xsd:string ;
    rdfs:comment "MATHEMATICAL BOLD SCRIPT SMALL S"@en .

<http://lexvo.org/id/char/1D4FD> a lvont:Character ;
    lvont:represents "𝓽"^^xsd:string ;
    rdfs:comment "MATHEMATICAL BOLD SCRIPT SMALL T"@en .

<http://lexvo.org/id/char/1D4FE> a lvont:Character ;
    lvont:represents "𝓾"^^xsd:string ;
    rdfs:comment "MATHEMATICAL BOLD SCRIPT SMALL U"@en .

<http://lexvo.org/id/char/1D4FF> a lvont:Character ;
    lvont:represents "𝓿"^^xsd:string ;
    rdfs:comment "MATHEMATICAL BOLD SCRIPT SMALL V"@en .

<http://lexvo.org/id/char/1D50> a lvont:Character ;
    lvont:represents "ᵐ"^^xsd:string ;
    rdfs:comment "MODIFIER LETTER SMALL M"@en .

<http://lexvo.org/id/char/1D500> a lvont:Character ;
    lvont:represents "𝔀"^^xsd:string ;
    rdfs:comment "MATHEMATICAL BOLD SCRIPT SMALL W"@en .

<http://lexvo.org/id/char/1D501> a lvont:Character ;
    lvont:represents "𝔁"^^xsd:string ;
    rdfs:comment "MATHEMATICAL BOLD SCRIPT SMALL X"@en .

<http://lexvo.org/id/char/1D502> a lvont:Character ;
    lvont:represents "𝔂"^^xsd:string ;
    rdfs:comment "MATHEMATICAL BOLD SCRIPT SMALL Y"@en .

<http://lexvo.org/id/char/1D503> a lvont:Character ;
    lvont:represents "𝔃"^^xsd:string ;
    rdfs:comment "MATHEMATICAL BOLD SCRIPT SMALL Z"@en .

<http://lexvo.org/id/char/1D504> a lvont:Character ;
    lvont:represents "𝔄"^^xsd:string ;
    rdfs:comment "MATHEMATICAL FRAKTUR CAPITAL A"@en .

<http://lexvo.org/id/char/1D505> a lvont:Character ;
    lvont:represents "𝔅"^^xsd:string ;
    rdfs:comment "MATHEMATICAL FRAKTUR CAPITAL B"@en .

<http://lexvo.org/id/char/1D507> a lvont:Character ;
    lvont:represents "𝔇"^^xsd:string ;
    rdfs:comment "MATHEMATICAL FRAKTUR CAPITAL D"@en .

<http://lexvo.org/id/char/1D508> a lvont:Character ;
    lvont:represents "𝔈"^^xsd:string ;
    rdfs:comment "MATHEMATICAL FRAKTUR CAPITAL E"@en .

<http://lexvo.org/id/char/1D509> a lvont:Character ;
    lvont:represents "𝔉"^^xsd:string ;
    rdfs:comment "MATHEMATICAL FRAKTUR CAPITAL F"@en .

<http://lexvo.org/id/char/1D50A> a lvont:Character ;
    lvont:represents "𝔊"^^xsd:string ;
    rdfs:comment "MATHEMATICAL FRAKTUR CAPITAL G"@en .

<http://lexvo.org/id/char/1D50D> a lvont:Character ;
    lvont:represents "𝔍"^^xsd:string ;
    rdfs:comment "MATHEMATICAL FRAKTUR CAPITAL J"@en .

<http://lexvo.org/id/char/1D50E> a lvont:Character ;
    lvont:represents "𝔎"^^xsd:string ;
    rdfs:comment "MATHEMATICAL FRAKTUR CAPITAL K"@en .

<http://lexvo.org/id/char/1D50F> a lvont:Character ;
    lvont:represents "𝔏"^^xsd:string ;
    rdfs:comment "MATHEMATICAL FRAKTUR CAPITAL L"@en .

<http://lexvo.org/id/char/1D51> a lvont:Character ;
    lvont:represents "ᵑ"^^xsd:string ;
    rdfs:comment "MODIFIER LETTER SMALL ENG"@en .

<http://lexvo.org/id/char/1D510> a lvont:Character ;
    lvont:represents "𝔐"^^xsd:string ;
    rdfs:comment "MATHEMATICAL FRAKTUR CAPITAL M"@en .

<http://lexvo.org/id/char/1D511> a lvont:Character ;
    lvont:represents "𝔑"^^xsd:string ;
    rdfs:comment "MATHEMATICAL FRAKTUR CAPITAL N"@en .

<http://lexvo.org/id/char/1D512> a lvont:Character ;
    lvont:represents "𝔒"^^xsd:string ;
    rdfs:comment "MATHEMATICAL FRAKTUR CAPITAL O"@en .

<http://lexvo.org/id/char/1D513> a lvont:Character ;
    lvont:represents "𝔓"^^xsd:string ;
    rdfs:comment "MATHEMATICAL FRAKTUR CAPITAL P"@en .

<http://lexvo.org/id/char/1D514> a lvont:Character ;
    lvont:represents "𝔔"^^xsd:string ;
    rdfs:comment "MATHEMATICAL FRAKTUR CAPITAL Q"@en .

<http://lexvo.org/id/char/1D516> a lvont:Character ;
    lvont:represents "𝔖"^^xsd:string ;
    rdfs:comment "MATHEMATICAL FRAKTUR CAPITAL S"@en .

<http://lexvo.org/id/char/1D517> a lvont:Character ;
    lvont:represents "𝔗"^^xsd:string ;
    rdfs:comment "MATHEMATICAL FRAKTUR CAPITAL T"@en .

<http://lexvo.org/id/char/1D518> a lvont:Character ;
    lvont:represents "𝔘"^^xsd:string ;
    rdfs:comment "MATHEMATICAL FRAKTUR CAPITAL U"@en .

<http://lexvo.org/id/char/1D519> a lvont:Character ;
    lvont:represents "𝔙"^^xsd:string ;
    rdfs:comment "MATHEMATICAL FRAKTUR CAPITAL V"@en .

<http://lexvo.org/id/char/1D51A> a lvont:Character ;
    lvont:represents "𝔚"^^xsd:string ;
    rdfs:comment "MATHEMATICAL FRAKTUR CAPITAL W"@en .

<http://lexvo.org/id/char/1D51B> a lvont:Character ;
    lvont:represents "𝔛"^^xsd:string ;
    rdfs:comment "MATHEMATICAL FRAKTUR CAPITAL X"@en .

<http://lexvo.org/id/char/1D51C> a lvont:Character ;
    lvont:represents "𝔜"^^xsd:string ;
    rdfs:comment "MATHEMATICAL FRAKTUR CAPITAL Y"@en .

<http://lexvo.org/id/char/1D51E> a lvont:Character ;
    lvont:represents "𝔞"^^xsd:string ;
    rdfs:comment "MATHEMATICAL FRAKTUR SMALL A"@en .

<http://lexvo.org/id/char/1D51F> a lvont:Character ;
    lvont:represents "𝔟"^^xsd:string ;
    rdfs:comment "MATHEMATICAL FRAKTUR SMALL B"@en .

<http://lexvo.org/id/char/1D52> a lvont:Character ;
    lvont:represents "ᵒ"^^xsd:string ;
    rdfs:comment "MODIFIER LETTER SMALL O"@en .

<http://lexvo.org/id/char/1D520> a lvont:Character ;
    lvont:represents "𝔠"^^xsd:string ;
    rdfs:comment "MATHEMATICAL FRAKTUR SMALL C"@en .

<http://lexvo.org/id/char/1D521> a lvont:Character ;
    lvont:represents "𝔡"^^xsd:string ;
    rdfs:comment "MATHEMATICAL FRAKTUR SMALL D"@en .

<http://lexvo.org/id/char/1D522> a lvont:Character ;
    lvont:represents "𝔢"^^xsd:string ;
    rdfs:comment "MATHEMATICAL FRAKTUR SMALL E"@en .

<http://lexvo.org/id/char/1D523> a lvont:Character ;
    lvont:represents "𝔣"^^xsd:string ;
    rdfs:comment "MATHEMATICAL FRAKTUR SMALL F"@en .

<http://lexvo.org/id/char/1D524> a lvont:Character ;
    lvont:represents "𝔤"^^xsd:string ;
    rdfs:comment "MATHEMATICAL FRAKTUR SMALL G"@en .

<http://lexvo.org/id/char/1D525> a lvont:Character ;
    lvont:represents "𝔥"^^xsd:string ;
    rdfs:comment "MATHEMATICAL FRAKTUR SMALL H"@en .

<http://lexvo.org/id/char/1D526> a lvont:Character ;
    lvont:represents "𝔦"^^xsd:string ;
    rdfs:comment "MATHEMATICAL FRAKTUR SMALL I"@en .

<http://lexvo.org/id/char/1D527> a lvont:Character ;
    lvont:represents "𝔧"^^xsd:string ;
    rdfs:comment "MATHEMATICAL FRAKTUR SMALL J"@en .

<http://lexvo.org/id/char/1D528> a lvont:Character ;
    lvont:represents "𝔨"^^xsd:string ;
    rdfs:comment "MATHEMATICAL FRAKTUR SMALL K"@en .

<http://lexvo.org/id/char/1D529> a lvont:Character ;
    lvont:represents "𝔩"^^xsd:string ;
    rdfs:comment "MATHEMATICAL FRAKTUR SMALL L"@en .

<http://lexvo.org/id/char/1D52A> a lvont:Character ;
    lvont:represents "𝔪"^^xsd:string ;
    rdfs:comment "MATHEMATICAL FRAKTUR SMALL M"@en .

<http://lexvo.org/id/char/1D52B> a lvont:Character ;
    lvont:represents "𝔫"^^xsd:string ;
    rdfs:comment "MATHEMATICAL FRAKTUR SMALL N"@en .

<http://lexvo.org/id/char/1D52C> a lvont:Character ;
    lvont:represents "𝔬"^^xsd:string ;
    rdfs:comment "MATHEMATICAL FRAKTUR SMALL O"@en .

<http://lexvo.org/id/char/1D52D> a lvont:Character ;
    lvont:represents "𝔭"^^xsd:string ;
    rdfs:comment "MATHEMATICAL FRAKTUR SMALL P"@en .

<http://lexvo.org/id/char/1D52E> a lvont:Character ;
    lvont:represents "𝔮"^^xsd:string ;
    rdfs:comment "MATHEMATICAL FRAKTUR SMALL Q"@en .

<http://lexvo.org/id/char/1D52F> a lvont:Character ;
    lvont:represents "𝔯"^^xsd:string ;
    rdfs:comment "MATHEMATICAL FRAKTUR SMALL R"@en .

<http://lexvo.org/id/char/1D53> a lvont:Character ;
    lvont:represents "ᵓ"^^xsd:string ;
    rdfs:comment "MODIFIER LETTER SMALL OPEN O"@en .

<http://lexvo.org/id/char/1D530> a lvont:Character ;
    lvont:represents "𝔰"^^xsd:string ;
    rdfs:comment "MATHEMATICAL FRAKTUR SMALL S"@en .

<http://lexvo.org/id/char/1D531> a lvont:Character ;
    lvont:represents "𝔱"^^xsd:string ;
    rdfs:comment "MATHEMATICAL FRAKTUR SMALL T"@en .

<http://lexvo.org/id/char/1D532> a lvont:Character ;
    lvont:represents "𝔲"^^xsd:string ;
    rdfs:comment "MATHEMATICAL FRAKTUR SMALL U"@en .

<http://lexvo.org/id/char/1D533> a lvont:Character ;
    lvont:represents "𝔳"^^xsd:string ;
    rdfs:comment "MATHEMATICAL FRAKTUR SMALL V"@en .

<http://lexvo.org/id/char/1D534> a lvont:Character ;
    lvont:represents "𝔴"^^xsd:string ;
    rdfs:comment "MATHEMATICAL FRAKTUR SMALL W"@en .

<http://lexvo.org/id/char/1D535> a lvont:Character ;
    lvont:represents "𝔵"^^xsd:string ;
    rdfs:comment "MATHEMATICAL FRAKTUR SMALL X"@en .

<http://lexvo.org/id/char/1D536> a lvont:Character ;
    lvont:represents "𝔶"^^xsd:string ;
    rdfs:comment "MATHEMATICAL FRAKTUR SMALL Y"@en .

<http://lexvo.org/id/char/1D537> a lvont:Character ;
    lvont:represents "𝔷"^^xsd:string ;
    rdfs:comment "MATHEMATICAL FRAKTUR SMALL Z"@en .

<http://lexvo.org/id/char/1D538> a lvont:Character ;
    lvont:represents "𝔸"^^xsd:string ;
    rdfs:comment "MATHEMATICAL DOUBLE-STRUCK CAPITAL A"@en .

<http://lexvo.org/id/char/1D539> a lvont:Character ;
    lvont:represents "𝔹"^^xsd:string ;
    rdfs:comment "MATHEMATICAL DOUBLE-STRUCK CAPITAL B"@en .

<http://lexvo.org/id/char/1D53B> a lvont:Character ;
    lvont:represents "𝔻"^^xsd:string ;
    rdfs:comment "MATHEMATICAL DOUBLE-STRUCK CAPITAL D"@en .

<http://lexvo.org/id/char/1D53C> a lvont:Character ;
    lvont:represents "𝔼"^^xsd:string ;
    rdfs:comment "MATHEMATICAL DOUBLE-STRUCK CAPITAL E"@en .

<http://lexvo.org/id/char/1D53D> a lvont:Character ;
    lvont:represents "𝔽"^^xsd:string ;
    rdfs:comment "MATHEMATICAL DOUBLE-STRUCK CAPITAL F"@en .

<http://lexvo.org/id/char/1D53E> a lvont:Character ;
    lvont:represents "𝔾"^^xsd:string ;
    rdfs:comment "MATHEMATICAL DOUBLE-STRUCK CAPITAL G"@en .

<http://lexvo.org/id/char/1D54> a lvont:Character ;
    lvont:represents "ᵔ"^^xsd:string ;
    rdfs:comment "MODIFIER LETTER SMALL TOP HALF O"@en .

<http://lexvo.org/id/char/1D540> a lvont:Character ;
    lvont:represents "𝕀"^^xsd:string ;
    rdfs:comment "MATHEMATICAL DOUBLE-STRUCK CAPITAL I"@en .

<http://lexvo.org/id/char/1D541> a lvont:Character ;
    lvont:represents "𝕁"^^xsd:string ;
    rdfs:comment "MATHEMATICAL DOUBLE-STRUCK CAPITAL J"@en .

<http://lexvo.org/id/char/1D542> a lvont:Character ;
    lvont:represents "𝕂"^^xsd:string ;
    rdfs:comment "MATHEMATICAL DOUBLE-STRUCK CAPITAL K"@en .

<http://lexvo.org/id/char/1D543> a lvont:Character ;
    lvont:represents "𝕃"^^xsd:string ;
    rdfs:comment "MATHEMATICAL DOUBLE-STRUCK CAPITAL L"@en .

<http://lexvo.org/id/char/1D544> a lvont:Character ;
    lvont:represents "𝕄"^^xsd:string ;
    rdfs:comment "MATHEMATICAL DOUBLE-STRUCK CAPITAL M"@en .

<http://lexvo.org/id/char/1D546> a lvont:Character ;
    lvont:represents "𝕆"^^xsd:string ;
    rdfs:comment "MATHEMATICAL DOUBLE-STRUCK CAPITAL O"@en .

<http://lexvo.org/id/char/1D54A> a lvont:Character ;
    lvont:represents "𝕊"^^xsd:string ;
    rdfs:comment "MATHEMATICAL DOUBLE-STRUCK CAPITAL S"@en .

<http://lexvo.org/id/char/1D54B> a lvont:Character ;
    lvont:represents "𝕋"^^xsd:string ;
    rdfs:comment "MATHEMATICAL DOUBLE-STRUCK CAPITAL T"@en .

<http://lexvo.org/id/char/1D54C> a lvont:Character ;
    lvont:represents "𝕌"^^xsd:string ;
    rdfs:comment "MATHEMATICAL DOUBLE-STRUCK CAPITAL U"@en .

<http://lexvo.org/id/char/1D54D> a lvont:Character ;
    lvont:represents "𝕍"^^xsd:string ;
    rdfs:comment "MATHEMATICAL DOUBLE-STRUCK CAPITAL V"@en .

<http://lexvo.org/id/char/1D54E> a lvont:Character ;
    lvont:represents "𝕎"^^xsd:string ;
    rdfs:comment "MATHEMATICAL DOUBLE-STRUCK CAPITAL W"@en .

<http://lexvo.org/id/char/1D54F> a lvont:Character ;
    lvont:represents "𝕏"^^xsd:string ;
    rdfs:comment "MATHEMATICAL DOUBLE-STRUCK CAPITAL X"@en .

<http://lexvo.org/id/char/1D55> a lvont:Character ;
    lvont:represents "ᵕ"^^xsd:string ;
    rdfs:comment "MODIFIER LETTER SMALL BOTTOM HALF O"@en .

<http://lexvo.org/id/char/1D550> a lvont:Character ;
    lvont:represents "𝕐"^^xsd:string ;
    rdfs:comment "MATHEMATICAL DOUBLE-STRUCK CAPITAL Y"@en .

<http://lexvo.org/id/char/1D552> a lvont:Character ;
    lvont:represents "𝕒"^^xsd:string ;
    rdfs:comment "MATHEMATICAL DOUBLE-STRUCK SMALL A"@en .

<http://lexvo.org/id/char/1D553> a lvont:Character ;
    lvont:represents "𝕓"^^xsd:string ;
    rdfs:comment "MATHEMATICAL DOUBLE-STRUCK SMALL B"@en .

<http://lexvo.org/id/char/1D554> a lvont:Character ;
    lvont:represents "𝕔"^^xsd:string ;
    rdfs:comment "MATHEMATICAL DOUBLE-STRUCK SMALL C"@en .

<http://lexvo.org/id/char/1D555> a lvont:Character ;
    lvont:represents "𝕕"^^xsd:string ;
    rdfs:comment "MATHEMATICAL DOUBLE-STRUCK SMALL D"@en .

<http://lexvo.org/id/char/1D556> a lvont:Character ;
    lvont:represents "𝕖"^^xsd:string ;
    rdfs:comment "MATHEMATICAL DOUBLE-STRUCK SMALL E"@en .

<http://lexvo.org/id/char/1D557> a lvont:Character ;
    lvont:represents "𝕗"^^xsd:string ;
    rdfs:comment "MATHEMATICAL DOUBLE-STRUCK SMALL F"@en .

<http://lexvo.org/id/char/1D558> a lvont:Character ;
    lvont:represents "𝕘"^^xsd:string ;
    rdfs:comment "MATHEMATICAL DOUBLE-STRUCK SMALL G"@en .

<http://lexvo.org/id/char/1D559> a lvont:Character ;
    lvont:represents "𝕙"^^xsd:string ;
    rdfs:comment "MATHEMATICAL DOUBLE-STRUCK SMALL H"@en .

<http://lexvo.org/id/char/1D55A> a lvont:Character ;
    lvont:represents "𝕚"^^xsd:string ;
    rdfs:comment "MATHEMATICAL DOUBLE-STRUCK SMALL I"@en .

<http://lexvo.org/id/char/1D55B> a lvont:Character ;
    lvont:represents "𝕛"^^xsd:string ;
    rdfs:comment "MATHEMATICAL DOUBLE-STRUCK SMALL J"@en .

<http://lexvo.org/id/char/1D55C> a lvont:Character ;
    lvont:represents "𝕜"^^xsd:string ;
    rdfs:comment "MATHEMATICAL DOUBLE-STRUCK SMALL K"@en .

<http://lexvo.org/id/char/1D55D> a lvont:Character ;
    lvont:represents "𝕝"^^xsd:string ;
    rdfs:comment "MATHEMATICAL DOUBLE-STRUCK SMALL L"@en .

<http://lexvo.org/id/char/1D55E> a lvont:Character ;
    lvont:represents "𝕞"^^xsd:string ;
    rdfs:comment "MATHEMATICAL DOUBLE-STRUCK SMALL M"@en .

<http://lexvo.org/id/char/1D55F> a lvont:Character ;
    lvont:represents "𝕟"^^xsd:string ;
    rdfs:comment "MATHEMATICAL DOUBLE-STRUCK SMALL N"@en .

<http://lexvo.org/id/char/1D56> a lvont:Character ;
    lvont:represents "ᵖ"^^xsd:string ;
    rdfs:comment "MODIFIER LETTER SMALL P"@en .

<http://lexvo.org/id/char/1D560> a lvont:Character ;
    lvont:represents "𝕠"^^xsd:string ;
    rdfs:comment "MATHEMATICAL DOUBLE-STRUCK SMALL O"@en .

<http://lexvo.org/id/char/1D561> a lvont:Character ;
    lvont:represents "𝕡"^^xsd:string ;
    rdfs:comment "MATHEMATICAL DOUBLE-STRUCK SMALL P"@en .

<http://lexvo.org/id/char/1D562> a lvont:Character ;
    lvont:represents "𝕢"^^xsd:string ;
    rdfs:comment "MATHEMATICAL DOUBLE-STRUCK SMALL Q"@en .

<http://lexvo.org/id/char/1D563> a lvont:Character ;
    lvont:represents "𝕣"^^xsd:string ;
    rdfs:comment "MATHEMATICAL DOUBLE-STRUCK SMALL R"@en .

<http://lexvo.org/id/char/1D564> a lvont:Character ;
    lvont:represents "𝕤"^^xsd:string ;
    rdfs:comment "MATHEMATICAL DOUBLE-STRUCK SMALL S"@en .

<http://lexvo.org/id/char/1D565> a lvont:Character ;
    lvont:represents "𝕥"^^xsd:string ;
    rdfs:comment "MATHEMATICAL DOUBLE-STRUCK SMALL T"@en .

<http://lexvo.org/id/char/1D566> a lvont:Character ;
    lvont:represents "𝕦"^^xsd:string ;
    rdfs:comment "MATHEMATICAL DOUBLE-STRUCK SMALL U"@en .

<http://lexvo.org/id/char/1D567> a lvont:Character ;
    lvont:represents "𝕧"^^xsd:string ;
    rdfs:comment "MATHEMATICAL DOUBLE-STRUCK SMALL V"@en .

<http://lexvo.org/id/char/1D568> a lvont:Character ;
    lvont:represents "𝕨"^^xsd:string ;
    rdfs:comment "MATHEMATICAL DOUBLE-STRUCK SMALL W"@en .

<http://lexvo.org/id/char/1D569> a lvont:Character ;
    lvont:represents "𝕩"^^xsd:string ;
    rdfs:comment "MATHEMATICAL DOUBLE-STRUCK SMALL X"@en .

<http://lexvo.org/id/char/1D56A> a lvont:Character ;
    lvont:represents "𝕪"^^xsd:string ;
    rdfs:comment "MATHEMATICAL DOUBLE-STRUCK SMALL Y"@en .

<http://lexvo.org/id/char/1D56B> a lvont:Character ;
    lvont:represents "𝕫"^^xsd:string ;
    rdfs:comment "MATHEMATICAL DOUBLE-STRUCK SMALL Z"@en .

<http://lexvo.org/id/char/1D56C> a lvont:Character ;
    lvont:represents "𝕬"^^xsd:string ;
    rdfs:comment "MATHEMATICAL BOLD FRAKTUR CAPITAL A"@en .

<http://lexvo.org/id/char/1D56D> a lvont:Character ;
    lvont:represents "𝕭"^^xsd:string ;
    rdfs:comment "MATHEMATICAL BOLD FRAKTUR CAPITAL B"@en .

<http://lexvo.org/id/char/1D56E> a lvont:Character ;
    lvont:represents "𝕮"^^xsd:string ;
    rdfs:comment "MATHEMATICAL BOLD FRAKTUR CAPITAL C"@en .

<http://lexvo.org/id/char/1D56F> a lvont:Character ;
    lvont:represents "𝕯"^^xsd:string ;
    rdfs:comment "MATHEMATICAL BOLD FRAKTUR CAPITAL D"@en .

<http://lexvo.org/id/char/1D57> a lvont:Character ;
    lvont:represents "ᵗ"^^xsd:string ;
    rdfs:comment "MODIFIER LETTER SMALL T"@en .

<http://lexvo.org/id/char/1D570> a lvont:Character ;
    lvont:represents "𝕰"^^xsd:string ;
    rdfs:comment "MATHEMATICAL BOLD FRAKTUR CAPITAL E"@en .

<http://lexvo.org/id/char/1D571> a lvont:Character ;
    lvont:represents "𝕱"^^xsd:string ;
    rdfs:comment "MATHEMATICAL BOLD FRAKTUR CAPITAL F"@en .

<http://lexvo.org/id/char/1D572> a lvont:Character ;
    lvont:represents "𝕲"^^xsd:string ;
    rdfs:comment "MATHEMATICAL BOLD FRAKTUR CAPITAL G"@en .

<http://lexvo.org/id/char/1D573> a lvont:Character ;
    lvont:represents "𝕳"^^xsd:string ;
    rdfs:comment "MATHEMATICAL BOLD FRAKTUR CAPITAL H"@en .

<http://lexvo.org/id/char/1D574> a lvont:Character ;
    lvont:represents "𝕴"^^xsd:string ;
    rdfs:comment "MATHEMATICAL BOLD FRAKTUR CAPITAL I"@en .

<http://lexvo.org/id/char/1D575> a lvont:Character ;
    lvont:represents "𝕵"^^xsd:string ;
    rdfs:comment "MATHEMATICAL BOLD FRAKTUR CAPITAL J"@en .

<http://lexvo.org/id/char/1D576> a lvont:Character ;
    lvont:represents "𝕶"^^xsd:string ;
    rdfs:comment "MATHEMATICAL BOLD FRAKTUR CAPITAL K"@en .

<http://lexvo.org/id/char/1D577> a lvont:Character ;
    lvont:represents "𝕷"^^xsd:string ;
    rdfs:comment "MATHEMATICAL BOLD FRAKTUR CAPITAL L"@en .

<http://lexvo.org/id/char/1D578> a lvont:Character ;
    lvont:represents "𝕸"^^xsd:string ;
    rdfs:comment "MATHEMATICAL BOLD FRAKTUR CAPITAL M"@en .

<http://lexvo.org/id/char/1D579> a lvont:Character ;
    lvont:represents "𝕹"^^xsd:string ;
    rdfs:comment "MATHEMATICAL BOLD FRAKTUR CAPITAL N"@en .

<http://lexvo.org/id/char/1D57A> a lvont:Character ;
    lvont:represents "𝕺"^^xsd:string ;
    rdfs:comment "MATHEMATICAL BOLD FRAKTUR CAPITAL O"@en .

<http://lexvo.org/id/char/1D57B> a lvont:Character ;
    lvont:represents "𝕻"^^xsd:string ;
    rdfs:comment "MATHEMATICAL BOLD FRAKTUR CAPITAL P"@en .

<http://lexvo.org/id/char/1D57C> a lvont:Character ;
    lvont:represents "𝕼"^^xsd:string ;
    rdfs:comment "MATHEMATICAL BOLD FRAKTUR CAPITAL Q"@en .

<http://lexvo.org/id/char/1D57D> a lvont:Character ;
    lvont:represents "𝕽"^^xsd:string ;
    rdfs:comment "MATHEMATICAL BOLD FRAKTUR CAPITAL R"@en .

<http://lexvo.org/id/char/1D57E> a lvont:Character ;
    lvont:represents "𝕾"^^xsd:string ;
    rdfs:comment "MATHEMATICAL BOLD FRAKTUR CAPITAL S"@en .

<http://lexvo.org/id/char/1D57F> a lvont:Character ;
    lvont:represents "𝕿"^^xsd:string ;
    rdfs:comment "MATHEMATICAL BOLD FRAKTUR CAPITAL T"@en .

<http://lexvo.org/id/char/1D58> a lvont:Character ;
    lvont:represents "ᵘ"^^xsd:string ;
    rdfs:comment "MODIFIER LETTER SMALL U"@en .

<http://lexvo.org/id/char/1D580> a lvont:Character ;
    lvont:represents "𝖀"^^xsd:string ;
    rdfs:comment "MATHEMATICAL BOLD FRAKTUR CAPITAL U"@en .

<http://lexvo.org/id/char/1D581> a lvont:Character ;
    lvont:represents "𝖁"^^xsd:string ;
    rdfs:comment "MATHEMATICAL BOLD FRAKTUR CAPITAL V"@en .

<http://lexvo.org/id/char/1D582> a lvont:Character ;
    lvont:represents "𝖂"^^xsd:string ;
    rdfs:comment "MATHEMATICAL BOLD FRAKTUR CAPITAL W"@en .

<http://lexvo.org/id/char/1D583> a lvont:Character ;
    lvont:represents "𝖃"^^xsd:string ;
    rdfs:comment "MATHEMATICAL BOLD FRAKTUR CAPITAL X"@en .

<http://lexvo.org/id/char/1D584> a lvont:Character ;
    lvont:represents "𝖄"^^xsd:string ;
    rdfs:comment "MATHEMATICAL BOLD FRAKTUR CAPITAL Y"@en .

<http://lexvo.org/id/char/1D585> a lvont:Character ;
    lvont:represents "𝖅"^^xsd:string ;
    rdfs:comment "MATHEMATICAL BOLD FRAKTUR CAPITAL Z"@en .

<http://lexvo.org/id/char/1D586> a lvont:Character ;
    lvont:represents "𝖆"^^xsd:string ;
    rdfs:comment "MATHEMATICAL BOLD FRAKTUR SMALL A"@en .

<http://lexvo.org/id/char/1D587> a lvont:Character ;
    lvont:represents "𝖇"^^xsd:string ;
    rdfs:comment "MATHEMATICAL BOLD FRAKTUR SMALL B"@en .

<http://lexvo.org/id/char/1D588> a lvont:Character ;
    lvont:represents "𝖈"^^xsd:string ;
    rdfs:comment "MATHEMATICAL BOLD FRAKTUR SMALL C"@en .

<http://lexvo.org/id/char/1D589> a lvont:Character ;
    lvont:represents "𝖉"^^xsd:string ;
    rdfs:comment "MATHEMATICAL BOLD FRAKTUR SMALL D"@en .

<http://lexvo.org/id/char/1D58A> a lvont:Character ;
    lvont:represents "𝖊"^^xsd:string ;
    rdfs:comment "MATHEMATICAL BOLD FRAKTUR SMALL E"@en .

<http://lexvo.org/id/char/1D58B> a lvont:Character ;
    lvont:represents "𝖋"^^xsd:string ;
    rdfs:comment "MATHEMATICAL BOLD FRAKTUR SMALL F"@en .

<http://lexvo.org/id/char/1D58C> a lvont:Character ;
    lvont:represents "𝖌"^^xsd:string ;
    rdfs:comment "MATHEMATICAL BOLD FRAKTUR SMALL G"@en .

<http://lexvo.org/id/char/1D58D> a lvont:Character ;
    lvont:represents "𝖍"^^xsd:string ;
    rdfs:comment "MATHEMATICAL BOLD FRAKTUR SMALL H"@en .

<http://lexvo.org/id/char/1D58E> a lvont:Character ;
    lvont:represents "𝖎"^^xsd:string ;
    rdfs:comment "MATHEMATICAL BOLD FRAKTUR SMALL I"@en .

<http://lexvo.org/id/char/1D58F> a lvont:Character ;
    lvont:represents "𝖏"^^xsd:string ;
    rdfs:comment "MATHEMATICAL BOLD FRAKTUR SMALL J"@en .

<http://lexvo.org/id/char/1D59> a lvont:Character ;
    lvont:represents "ᵙ"^^xsd:string ;
    rdfs:comment "MODIFIER LETTER SMALL SIDEWAYS U"@en .

<http://lexvo.org/id/char/1D590> a lvont:Character ;
    lvont:represents "𝖐"^^xsd:string ;
    rdfs:comment "MATHEMATICAL BOLD FRAKTUR SMALL K"@en .

<http://lexvo.org/id/char/1D591> a lvont:Character ;
    lvont:represents "𝖑"^^xsd:string ;
    rdfs:comment "MATHEMATICAL BOLD FRAKTUR SMALL L"@en .

<http://lexvo.org/id/char/1D592> a lvont:Character ;
    lvont:represents "𝖒"^^xsd:string ;
    rdfs:comment "MATHEMATICAL BOLD FRAKTUR SMALL M"@en .

<http://lexvo.org/id/char/1D593> a lvont:Character ;
    lvont:represents "𝖓"^^xsd:string ;
    rdfs:comment "MATHEMATICAL BOLD FRAKTUR SMALL N"@en .

<http://lexvo.org/id/char/1D594> a lvont:Character ;
    lvont:represents "𝖔"^^xsd:string ;
    rdfs:comment "MATHEMATICAL BOLD FRAKTUR SMALL O"@en .

<http://lexvo.org/id/char/1D595> a lvont:Character ;
    lvont:represents "𝖕"^^xsd:string ;
    rdfs:comment "MATHEMATICAL BOLD FRAKTUR SMALL P"@en .

<http://lexvo.org/id/char/1D596> a lvont:Character ;
    lvont:represents "𝖖"^^xsd:string ;
    rdfs:comment "MATHEMATICAL BOLD FRAKTUR SMALL Q"@en .

<http://lexvo.org/id/char/1D597> a lvont:Character ;
    lvont:represents "𝖗"^^xsd:string ;
    rdfs:comment "MATHEMATICAL BOLD FRAKTUR SMALL R"@en .

<http://lexvo.org/id/char/1D598> a lvont:Character ;
    lvont:represents "𝖘"^^xsd:string ;
    rdfs:comment "MATHEMATICAL BOLD FRAKTUR SMALL S"@en .

<http://lexvo.org/id/char/1D599> a lvont:Character ;
    lvont:represents "𝖙"^^xsd:string ;
    rdfs:comment "MATHEMATICAL BOLD FRAKTUR SMALL T"@en .

<http://lexvo.org/id/char/1D59A> a lvont:Character ;
    lvont:represents "𝖚"^^xsd:string ;
    rdfs:comment "MATHEMATICAL BOLD FRAKTUR SMALL U"@en .

<http://lexvo.org/id/char/1D59B> a lvont:Character ;
    lvont:represents "𝖛"^^xsd:string ;
    rdfs:comment "MATHEMATICAL BOLD FRAKTUR SMALL V"@en .

<http://lexvo.org/id/char/1D59C> a lvont:Character ;
    lvont:represents "𝖜"^^xsd:string ;
    rdfs:comment "MATHEMATICAL BOLD FRAKTUR SMALL W"@en .

<http://lexvo.org/id/char/1D59D> a lvont:Character ;
    lvont:represents "𝖝"^^xsd:string ;
    rdfs:comment "MATHEMATICAL BOLD FRAKTUR SMALL X"@en .

<http://lexvo.org/id/char/1D59E> a lvont:Character ;
    lvont:represents "𝖞"^^xsd:string ;
    rdfs:comment "MATHEMATICAL BOLD FRAKTUR SMALL Y"@en .

<http://lexvo.org/id/char/1D59F> a lvont:Character ;
    lvont:represents "𝖟"^^xsd:string ;
    rdfs:comment "MATHEMATICAL BOLD FRAKTUR SMALL Z"@en .

<http://lexvo.org/id/char/1D5A> a lvont:Character ;
    lvont:represents "ᵚ"^^xsd:string ;
    rdfs:comment "MODIFIER LETTER SMALL TURNED M"@en .

<http://lexvo.org/id/char/1D5A0> a lvont:Character ;
    lvont:represents "𝖠"^^xsd:string ;
    rdfs:comment "MATHEMATICAL SANS-SERIF CAPITAL A"@en .

<http://lexvo.org/id/char/1D5A1> a lvont:Character ;
    lvont:represents "𝖡"^^xsd:string ;
    rdfs:comment "MATHEMATICAL SANS-SERIF CAPITAL B"@en .

<http://lexvo.org/id/char/1D5A2> a lvont:Character ;
    lvont:represents "𝖢"^^xsd:string ;
    rdfs:comment "MATHEMATICAL SANS-SERIF CAPITAL C"@en .

<http://lexvo.org/id/char/1D5A3> a lvont:Character ;
    lvont:represents "𝖣"^^xsd:string ;
    rdfs:comment "MATHEMATICAL SANS-SERIF CAPITAL D"@en .

<http://lexvo.org/id/char/1D5A4> a lvont:Character ;
    lvont:represents "𝖤"^^xsd:string ;
    rdfs:comment "MATHEMATICAL SANS-SERIF CAPITAL E"@en .

<http://lexvo.org/id/char/1D5A5> a lvont:Character ;
    lvont:represents "𝖥"^^xsd:string ;
    rdfs:comment "MATHEMATICAL SANS-SERIF CAPITAL F"@en .

<http://lexvo.org/id/char/1D5A6> a lvont:Character ;
    lvont:represents "𝖦"^^xsd:string ;
    rdfs:comment "MATHEMATICAL SANS-SERIF CAPITAL G"@en .

<http://lexvo.org/id/char/1D5A7> a lvont:Character ;
    lvont:represents "𝖧"^^xsd:string ;
    rdfs:comment "MATHEMATICAL SANS-SERIF CAPITAL H"@en .

<http://lexvo.org/id/char/1D5A8> a lvont:Character ;
    lvont:represents "𝖨"^^xsd:string ;
    rdfs:comment "MATHEMATICAL SANS-SERIF CAPITAL I"@en .

<http://lexvo.org/id/char/1D5A9> a lvont:Character ;
    lvont:represents "𝖩"^^xsd:string ;
    rdfs:comment "MATHEMATICAL SANS-SERIF CAPITAL J"@en .

<http://lexvo.org/id/char/1D5AA> a lvont:Character ;
    lvont:represents "𝖪"^^xsd:string ;
    rdfs:comment "MATHEMATICAL SANS-SERIF CAPITAL K"@en .

<http://lexvo.org/id/char/1D5AB> a lvont:Character ;
    lvont:represents "𝖫"^^xsd:string ;
    rdfs:comment "MATHEMATICAL SANS-SERIF CAPITAL L"@en .

<http://lexvo.org/id/char/1D5AC> a lvont:Character ;
    lvont:represents "𝖬"^^xsd:string ;
    rdfs:comment "MATHEMATICAL SANS-SERIF CAPITAL M"@en .

<http://lexvo.org/id/char/1D5AD> a lvont:Character ;
    lvont:represents "𝖭"^^xsd:string ;
    rdfs:comment "MATHEMATICAL SANS-SERIF CAPITAL N"@en .

<http://lexvo.org/id/char/1D5AE> a lvont:Character ;
    lvont:represents "𝖮"^^xsd:string ;
    rdfs:comment "MATHEMATICAL SANS-SERIF CAPITAL O"@en .

<http://lexvo.org/id/char/1D5AF> a lvont:Character ;
    lvont:represents "𝖯"^^xsd:string ;
    rdfs:comment "MATHEMATICAL SANS-SERIF CAPITAL P"@en .

<http://lexvo.org/id/char/1D5B> a lvont:Character ;
    lvont:represents "ᵛ"^^xsd:string ;
    rdfs:comment "MODIFIER LETTER SMALL V"@en .

<http://lexvo.org/id/char/1D5B0> a lvont:Character ;
    lvont:represents "𝖰"^^xsd:string ;
    rdfs:comment "MATHEMATICAL SANS-SERIF CAPITAL Q"@en .

<http://lexvo.org/id/char/1D5B1> a lvont:Character ;
    lvont:represents "𝖱"^^xsd:string ;
    rdfs:comment "MATHEMATICAL SANS-SERIF CAPITAL R"@en .

<http://lexvo.org/id/char/1D5B2> a lvont:Character ;
    lvont:represents "𝖲"^^xsd:string ;
    rdfs:comment "MATHEMATICAL SANS-SERIF CAPITAL S"@en .

<http://lexvo.org/id/char/1D5B3> a lvont:Character ;
    lvont:represents "𝖳"^^xsd:string ;
    rdfs:comment "MATHEMATICAL SANS-SERIF CAPITAL T"@en .

<http://lexvo.org/id/char/1D5B4> a lvont:Character ;
    lvont:represents "𝖴"^^xsd:string ;
    rdfs:comment "MATHEMATICAL SANS-SERIF CAPITAL U"@en .

<http://lexvo.org/id/char/1D5B5> a lvont:Character ;
    lvont:represents "𝖵"^^xsd:string ;
    rdfs:comment "MATHEMATICAL SANS-SERIF CAPITAL V"@en .

<http://lexvo.org/id/char/1D5B6> a lvont:Character ;
    lvont:represents "𝖶"^^xsd:string ;
    rdfs:comment "MATHEMATICAL SANS-SERIF CAPITAL W"@en .

<http://lexvo.org/id/char/1D5B7> a lvont:Character ;
    lvont:represents "𝖷"^^xsd:string ;
    rdfs:comment "MATHEMATICAL SANS-SERIF CAPITAL X"@en .

<http://lexvo.org/id/char/1D5B8> a lvont:Character ;
    lvont:represents "𝖸"^^xsd:string ;
    rdfs:comment "MATHEMATICAL SANS-SERIF CAPITAL Y"@en .

<http://lexvo.org/id/char/1D5B9> a lvont:Character ;
    lvont:represents "𝖹"^^xsd:string ;
    rdfs:comment "MATHEMATICAL SANS-SERIF CAPITAL Z"@en .

<http://lexvo.org/id/char/1D5BA> a lvont:Character ;
    lvont:represents "𝖺"^^xsd:string ;
    rdfs:comment "MATHEMATICAL SANS-SERIF SMALL A"@en .

<http://lexvo.org/id/char/1D5BB> a lvont:Character ;
    lvont:represents "𝖻"^^xsd:string ;
    rdfs:comment "MATHEMATICAL SANS-SERIF SMALL B"@en .

<http://lexvo.org/id/char/1D5BC> a lvont:Character ;
    lvont:represents "𝖼"^^xsd:string ;
    rdfs:comment "MATHEMATICAL SANS-SERIF SMALL C"@en .

<http://lexvo.org/id/char/1D5BD> a lvont:Character ;
    lvont:represents "𝖽"^^xsd:string ;
    rdfs:comment "MATHEMATICAL SANS-SERIF SMALL D"@en .

<http://lexvo.org/id/char/1D5BE> a lvont:Character ;
    lvont:represents "𝖾"^^xsd:string ;
    rdfs:comment "MATHEMATICAL SANS-SERIF SMALL E"@en .

<http://lexvo.org/id/char/1D5BF> a lvont:Character ;
    lvont:represents "𝖿"^^xsd:string ;
    rdfs:comment "MATHEMATICAL SANS-SERIF SMALL F"@en .

<http://lexvo.org/id/char/1D5C> a lvont:Character ;
    lvont:represents "ᵜ"^^xsd:string ;
    rdfs:comment "MODIFIER LETTER SMALL AIN"@en .

<http://lexvo.org/id/char/1D5C0> a lvont:Character ;
    lvont:represents "𝗀"^^xsd:string ;
    rdfs:comment "MATHEMATICAL SANS-SERIF SMALL G"@en .

<http://lexvo.org/id/char/1D5C1> a lvont:Character ;
    lvont:represents "𝗁"^^xsd:string ;
    rdfs:comment "MATHEMATICAL SANS-SERIF SMALL H"@en .

<http://lexvo.org/id/char/1D5C2> a lvont:Character ;
    lvont:represents "𝗂"^^xsd:string ;
    rdfs:comment "MATHEMATICAL SANS-SERIF SMALL I"@en .

<http://lexvo.org/id/char/1D5C3> a lvont:Character ;
    lvont:represents "𝗃"^^xsd:string ;
    rdfs:comment "MATHEMATICAL SANS-SERIF SMALL J"@en .

<http://lexvo.org/id/char/1D5C4> a lvont:Character ;
    lvont:represents "𝗄"^^xsd:string ;
    rdfs:comment "MATHEMATICAL SANS-SERIF SMALL K"@en .

<http://lexvo.org/id/char/1D5C5> a lvont:Character ;
    lvont:represents "𝗅"^^xsd:string ;
    rdfs:comment "MATHEMATICAL SANS-SERIF SMALL L"@en .

<http://lexvo.org/id/char/1D5C6> a lvont:Character ;
    lvont:represents "𝗆"^^xsd:string ;
    rdfs:comment "MATHEMATICAL SANS-SERIF SMALL M"@en .

<http://lexvo.org/id/char/1D5C7> a lvont:Character ;
    lvont:represents "𝗇"^^xsd:string ;
    rdfs:comment "MATHEMATICAL SANS-SERIF SMALL N"@en .

<http://lexvo.org/id/char/1D5C8> a lvont:Character ;
    lvont:represents "𝗈"^^xsd:string ;
    rdfs:comment "MATHEMATICAL SANS-SERIF SMALL O"@en .

<http://lexvo.org/id/char/1D5C9> a lvont:Character ;
    lvont:represents "𝗉"^^xsd:string ;
    rdfs:comment "MATHEMATICAL SANS-SERIF SMALL P"@en .

<http://lexvo.org/id/char/1D5CA> a lvont:Character ;
    lvont:represents "𝗊"^^xsd:string ;
    rdfs:comment "MATHEMATICAL SANS-SERIF SMALL Q"@en .

<http://lexvo.org/id/char/1D5CB> a lvont:Character ;
    lvont:represents "𝗋"^^xsd:string ;
    rdfs:comment "MATHEMATICAL SANS-SERIF SMALL R"@en .

<http://lexvo.org/id/char/1D5CC> a lvont:Character ;
    lvont:represents "𝗌"^^xsd:string ;
    rdfs:comment "MATHEMATICAL SANS-SERIF SMALL S"@en .

<http://lexvo.org/id/char/1D5CD> a lvont:Character ;
    lvont:represents "𝗍"^^xsd:string ;
    rdfs:comment "MATHEMATICAL SANS-SERIF SMALL T"@en .

<http://lexvo.org/id/char/1D5CE> a lvont:Character ;
    lvont:represents "𝗎"^^xsd:string ;
    rdfs:comment "MATHEMATICAL SANS-SERIF SMALL U"@en .

<http://lexvo.org/id/char/1D5CF> a lvont:Character ;
    lvont:represents "𝗏"^^xsd:string ;
    rdfs:comment "MATHEMATICAL SANS-SERIF SMALL V"@en .

<http://lexvo.org/id/char/1D5D> a lvont:Character ;
    lvont:represents "ᵝ"^^xsd:string ;
    rdfs:comment "MODIFIER LETTER SMALL BETA"@en .

<http://lexvo.org/id/char/1D5D0> a lvont:Character ;
    lvont:represents "𝗐"^^xsd:string ;
    rdfs:comment "MATHEMATICAL SANS-SERIF SMALL W"@en .

<http://lexvo.org/id/char/1D5D1> a lvont:Character ;
    lvont:represents "𝗑"^^xsd:string ;
    rdfs:comment "MATHEMATICAL SANS-SERIF SMALL X"@en .

<http://lexvo.org/id/char/1D5D2> a lvont:Character ;
    lvont:represents "𝗒"^^xsd:string ;
    rdfs:comment "MATHEMATICAL SANS-SERIF SMALL Y"@en .

<http://lexvo.org/id/char/1D5D3> a lvont:Character ;
    lvont:represents "𝗓"^^xsd:string ;
    rdfs:comment "MATHEMATICAL SANS-SERIF SMALL Z"@en .

<http://lexvo.org/id/char/1D5D4> a lvont:Character ;
    lvont:represents "𝗔"^^xsd:string ;
    rdfs:comment "MATHEMATICAL SANS-SERIF BOLD CAPITAL A"@en .

<http://lexvo.org/id/char/1D5D5> a lvont:Character ;
    lvont:represents "𝗕"^^xsd:string ;
    rdfs:comment "MATHEMATICAL SANS-SERIF BOLD CAPITAL B"@en .

<http://lexvo.org/id/char/1D5D6> a lvont:Character ;
    lvont:represents "𝗖"^^xsd:string ;
    rdfs:comment "MATHEMATICAL SANS-SERIF BOLD CAPITAL C"@en .

<http://lexvo.org/id/char/1D5D7> a lvont:Character ;
    lvont:represents "𝗗"^^xsd:string ;
    rdfs:comment "MATHEMATICAL SANS-SERIF BOLD CAPITAL D"@en .

<http://lexvo.org/id/char/1D5D8> a lvont:Character ;
    lvont:represents "𝗘"^^xsd:string ;
    rdfs:comment "MATHEMATICAL SANS-SERIF BOLD CAPITAL E"@en .

<http://lexvo.org/id/char/1D5D9> a lvont:Character ;
    lvont:represents "𝗙"^^xsd:string ;
    rdfs:comment "MATHEMATICAL SANS-SERIF BOLD CAPITAL F"@en .

<http://lexvo.org/id/char/1D5DA> a lvont:Character ;
    lvont:represents "𝗚"^^xsd:string ;
    rdfs:comment "MATHEMATICAL SANS-SERIF BOLD CAPITAL G"@en .

<http://lexvo.org/id/char/1D5DB> a lvont:Character ;
    lvont:represents "𝗛"^^xsd:string ;
    rdfs:comment "MATHEMATICAL SANS-SERIF BOLD CAPITAL H"@en .

<http://lexvo.org/id/char/1D5DC> a lvont:Character ;
    lvont:represents "𝗜"^^xsd:string ;
    rdfs:comment "MATHEMATICAL SANS-SERIF BOLD CAPITAL I"@en .

<http://lexvo.org/id/char/1D5DD> a lvont:Character ;
    lvont:represents "𝗝"^^xsd:string ;
    rdfs:comment "MATHEMATICAL SANS-SERIF BOLD CAPITAL J"@en .

<http://lexvo.org/id/char/1D5DE> a lvont:Character ;
    lvont:represents "𝗞"^^xsd:string ;
    rdfs:comment "MATHEMATICAL SANS-SERIF BOLD CAPITAL K"@en .

<http://lexvo.org/id/char/1D5DF> a lvont:Character ;
    lvont:represents "𝗟"^^xsd:string ;
    rdfs:comment "MATHEMATICAL SANS-SERIF BOLD CAPITAL L"@en .

<http://lexvo.org/id/char/1D5E> a lvont:Character ;
    lvont:represents "ᵞ"^^xsd:string ;
    rdfs:comment "MODIFIER LETTER SMALL GREEK GAMMA"@en .

<http://lexvo.org/id/char/1D5E0> a lvont:Character ;
    lvont:represents "𝗠"^^xsd:string ;
    rdfs:comment "MATHEMATICAL SANS-SERIF BOLD CAPITAL M"@en .

<http://lexvo.org/id/char/1D5E1> a lvont:Character ;
    lvont:represents "𝗡"^^xsd:string ;
    rdfs:comment "MATHEMATICAL SANS-SERIF BOLD CAPITAL N"@en .

<http://lexvo.org/id/char/1D5E2> a lvont:Character ;
    lvont:represents "𝗢"^^xsd:string ;
    rdfs:comment "MATHEMATICAL SANS-SERIF BOLD CAPITAL O"@en .

<http://lexvo.org/id/char/1D5E3> a lvont:Character ;
    lvont:represents "𝗣"^^xsd:string ;
    rdfs:comment "MATHEMATICAL SANS-SERIF BOLD CAPITAL P"@en .

<http://lexvo.org/id/char/1D5E4> a lvont:Character ;
    lvont:represents "𝗤"^^xsd:string ;
    rdfs:comment "MATHEMATICAL SANS-SERIF BOLD CAPITAL Q"@en .

<http://lexvo.org/id/char/1D5E5> a lvont:Character ;
    lvont:represents "𝗥"^^xsd:string ;
    rdfs:comment "MATHEMATICAL SANS-SERIF BOLD CAPITAL R"@en .

<http://lexvo.org/id/char/1D5E6> a lvont:Character ;
    lvont:represents "𝗦"^^xsd:string ;
    rdfs:comment "MATHEMATICAL SANS-SERIF BOLD CAPITAL S"@en .

<http://lexvo.org/id/char/1D5E7> a lvont:Character ;
    lvont:represents "𝗧"^^xsd:string ;
    rdfs:comment "MATHEMATICAL SANS-SERIF BOLD CAPITAL T"@en .

<http://lexvo.org/id/char/1D5E8> a lvont:Character ;
    lvont:represents "𝗨"^^xsd:string ;
    rdfs:comment "MATHEMATICAL SANS-SERIF BOLD CAPITAL U"@en .

<http://lexvo.org/id/char/1D5E9> a lvont:Character ;
    lvont:represents "𝗩"^^xsd:string ;
    rdfs:comment "MATHEMATICAL SANS-SERIF BOLD CAPITAL V"@en .

<http://lexvo.org/id/char/1D5EA> a lvont:Character ;
    lvont:represents "𝗪"^^xsd:string ;
    rdfs:comment "MATHEMATICAL SANS-SERIF BOLD CAPITAL W"@en .

<http://lexvo.org/id/char/1D5EB> a lvont:Character ;
    lvont:represents "𝗫"^^xsd:string ;
    rdfs:comment "MATHEMATICAL SANS-SERIF BOLD CAPITAL X"@en .

<http://lexvo.org/id/char/1D5EC> a lvont:Character ;
    lvont:represents "𝗬"^^xsd:string ;
    rdfs:comment "MATHEMATICAL SANS-SERIF BOLD CAPITAL Y"@en .

<http://lexvo.org/id/char/1D5ED> a lvont:Character ;
    lvont:represents "𝗭"^^xsd:string ;
    rdfs:comment "MATHEMATICAL SANS-SERIF BOLD CAPITAL Z"@en .

<http://lexvo.org/id/char/1D5EE> a lvont:Character ;
    lvont:represents "𝗮"^^xsd:string ;
    rdfs:comment "MATHEMATICAL SANS-SERIF BOLD SMALL A"@en .

<http://lexvo.org/id/char/1D5EF> a lvont:Character ;
    lvont:represents "𝗯"^^xsd:string ;
    rdfs:comment "MATHEMATICAL SANS-SERIF BOLD SMALL B"@en .

<http://lexvo.org/id/char/1D5F> a lvont:Character ;
    lvont:represents "ᵟ"^^xsd:string ;
    rdfs:comment "MODIFIER LETTER SMALL DELTA"@en .

<http://lexvo.org/id/char/1D5F0> a lvont:Character ;
    lvont:represents "𝗰"^^xsd:string ;
    rdfs:comment "MATHEMATICAL SANS-SERIF BOLD SMALL C"@en .

<http://lexvo.org/id/char/1D5F1> a lvont:Character ;
    lvont:represents "𝗱"^^xsd:string ;
    rdfs:comment "MATHEMATICAL SANS-SERIF BOLD SMALL D"@en .

<http://lexvo.org/id/char/1D5F2> a lvont:Character ;
    lvont:represents "𝗲"^^xsd:string ;
    rdfs:comment "MATHEMATICAL SANS-SERIF BOLD SMALL E"@en .

<http://lexvo.org/id/char/1D5F3> a lvont:Character ;
    lvont:represents "𝗳"^^xsd:string ;
    rdfs:comment "MATHEMATICAL SANS-SERIF BOLD SMALL F"@en .

<http://lexvo.org/id/char/1D5F4> a lvont:Character ;
    lvont:represents "𝗴"^^xsd:string ;
    rdfs:comment "MATHEMATICAL SANS-SERIF BOLD SMALL G"@en .

<http://lexvo.org/id/char/1D5F5> a lvont:Character ;
    lvont:represents "𝗵"^^xsd:string ;
    rdfs:comment "MATHEMATICAL SANS-SERIF BOLD SMALL H"@en .

<http://lexvo.org/id/char/1D5F6> a lvont:Character ;
    lvont:represents "𝗶"^^xsd:string ;
    rdfs:comment "MATHEMATICAL SANS-SERIF BOLD SMALL I"@en .

<http://lexvo.org/id/char/1D5F7> a lvont:Character ;
    lvont:represents "𝗷"^^xsd:string ;
    rdfs:comment "MATHEMATICAL SANS-SERIF BOLD SMALL J"@en .

<http://lexvo.org/id/char/1D5F8> a lvont:Character ;
    lvont:represents "𝗸"^^xsd:string ;
    rdfs:comment "MATHEMATICAL SANS-SERIF BOLD SMALL K"@en .

<http://lexvo.org/id/char/1D5F9> a lvont:Character ;
    lvont:represents "𝗹"^^xsd:string ;
    rdfs:comment "MATHEMATICAL SANS-SERIF BOLD SMALL L"@en .

<http://lexvo.org/id/char/1D5FA> a lvont:Character ;
    lvont:represents "𝗺"^^xsd:string ;
    rdfs:comment "MATHEMATICAL SANS-SERIF BOLD SMALL M"@en .

<http://lexvo.org/id/char/1D5FB> a lvont:Character ;
    lvont:represents "𝗻"^^xsd:string ;
    rdfs:comment "MATHEMATICAL SANS-SERIF BOLD SMALL N"@en .

<http://lexvo.org/id/char/1D5FC> a lvont:Character ;
    lvont:represents "𝗼"^^xsd:string ;
    rdfs:comment "MATHEMATICAL SANS-SERIF BOLD SMALL O"@en .

<http://lexvo.org/id/char/1D5FD> a lvont:Character ;
    lvont:represents "𝗽"^^xsd:string ;
    rdfs:comment "MATHEMATICAL SANS-SERIF BOLD SMALL P"@en .

<http://lexvo.org/id/char/1D5FE> a lvont:Character ;
    lvont:represents "𝗾"^^xsd:string ;
    rdfs:comment "MATHEMATICAL SANS-SERIF BOLD SMALL Q"@en .

<http://lexvo.org/id/char/1D5FF> a lvont:Character ;
    lvont:represents "𝗿"^^xsd:string ;
    rdfs:comment "MATHEMATICAL SANS-SERIF BOLD SMALL R"@en .

<http://lexvo.org/id/char/1D60> a lvont:Character ;
    lvont:represents "ᵠ"^^xsd:string ;
    rdfs:comment "MODIFIER LETTER SMALL GREEK PHI"@en .

<http://lexvo.org/id/char/1D600> a lvont:Character ;
    lvont:represents "𝘀"^^xsd:string ;
    rdfs:comment "MATHEMATICAL SANS-SERIF BOLD SMALL S"@en .

<http://lexvo.org/id/char/1D601> a lvont:Character ;
    lvont:represents "𝘁"^^xsd:string ;
    rdfs:comment "MATHEMATICAL SANS-SERIF BOLD SMALL T"@en .

<http://lexvo.org/id/char/1D602> a lvont:Character ;
    lvont:represents "𝘂"^^xsd:string ;
    rdfs:comment "MATHEMATICAL SANS-SERIF BOLD SMALL U"@en .

<http://lexvo.org/id/char/1D603> a lvont:Character ;
    lvont:represents "𝘃"^^xsd:string ;
    rdfs:comment "MATHEMATICAL SANS-SERIF BOLD SMALL V"@en .

<http://lexvo.org/id/char/1D604> a lvont:Character ;
    lvont:represents "𝘄"^^xsd:string ;
    rdfs:comment "MATHEMATICAL SANS-SERIF BOLD SMALL W"@en .

<http://lexvo.org/id/char/1D605> a lvont:Character ;
    lvont:represents "𝘅"^^xsd:string ;
    rdfs:comment "MATHEMATICAL SANS-SERIF BOLD SMALL X"@en .

<http://lexvo.org/id/char/1D606> a lvont:Character ;
    lvont:represents "𝘆"^^xsd:string ;
    rdfs:comment "MATHEMATICAL SANS-SERIF BOLD SMALL Y"@en .

<http://lexvo.org/id/char/1D607> a lvont:Character ;
    lvont:represents "𝘇"^^xsd:string ;
    rdfs:comment "MATHEMATICAL SANS-SERIF BOLD SMALL Z"@en .

<http://lexvo.org/id/char/1D608> a lvont:Character ;
    lvont:represents "𝘈"^^xsd:string ;
    rdfs:comment "MATHEMATICAL SANS-SERIF ITALIC CAPITAL A"@en .

<http://lexvo.org/id/char/1D609> a lvont:Character ;
    lvont:represents "𝘉"^^xsd:string ;
    rdfs:comment "MATHEMATICAL SANS-SERIF ITALIC CAPITAL B"@en .

<http://lexvo.org/id/char/1D60A> a lvont:Character ;
    lvont:represents "𝘊"^^xsd:string ;
    rdfs:comment "MATHEMATICAL SANS-SERIF ITALIC CAPITAL C"@en .

<http://lexvo.org/id/char/1D60B> a lvont:Character ;
    lvont:represents "𝘋"^^xsd:string ;
    rdfs:comment "MATHEMATICAL SANS-SERIF ITALIC CAPITAL D"@en .

<http://lexvo.org/id/char/1D60C> a lvont:Character ;
    lvont:represents "𝘌"^^xsd:string ;
    rdfs:comment "MATHEMATICAL SANS-SERIF ITALIC CAPITAL E"@en .

<http://lexvo.org/id/char/1D60D> a lvont:Character ;
    lvont:represents "𝘍"^^xsd:string ;
    rdfs:comment "MATHEMATICAL SANS-SERIF ITALIC CAPITAL F"@en .

<http://lexvo.org/id/char/1D60E> a lvont:Character ;
    lvont:represents "𝘎"^^xsd:string ;
    rdfs:comment "MATHEMATICAL SANS-SERIF ITALIC CAPITAL G"@en .

<http://lexvo.org/id/char/1D60F> a lvont:Character ;
    lvont:represents "𝘏"^^xsd:string ;
    rdfs:comment "MATHEMATICAL SANS-SERIF ITALIC CAPITAL H"@en .

<http://lexvo.org/id/char/1D61> a lvont:Character ;
    lvont:represents "ᵡ"^^xsd:string ;
    rdfs:comment "MODIFIER LETTER SMALL CHI"@en .

<http://lexvo.org/id/char/1D610> a lvont:Character ;
    lvont:represents "𝘐"^^xsd:string ;
    rdfs:comment "MATHEMATICAL SANS-SERIF ITALIC CAPITAL I"@en .

<http://lexvo.org/id/char/1D611> a lvont:Character ;
    lvont:represents "𝘑"^^xsd:string ;
    rdfs:comment "MATHEMATICAL SANS-SERIF ITALIC CAPITAL J"@en .

<http://lexvo.org/id/char/1D612> a lvont:Character ;
    lvont:represents "𝘒"^^xsd:string ;
    rdfs:comment "MATHEMATICAL SANS-SERIF ITALIC CAPITAL K"@en .

<http://lexvo.org/id/char/1D613> a lvont:Character ;
    lvont:represents "𝘓"^^xsd:string ;
    rdfs:comment "MATHEMATICAL SANS-SERIF ITALIC CAPITAL L"@en .

<http://lexvo.org/id/char/1D614> a lvont:Character ;
    lvont:represents "𝘔"^^xsd:string ;
    rdfs:comment "MATHEMATICAL SANS-SERIF ITALIC CAPITAL M"@en .

<http://lexvo.org/id/char/1D615> a lvont:Character ;
    lvont:represents "𝘕"^^xsd:string ;
    rdfs:comment "MATHEMATICAL SANS-SERIF ITALIC CAPITAL N"@en .

<http://lexvo.org/id/char/1D616> a lvont:Character ;
    lvont:represents "𝘖"^^xsd:string ;
    rdfs:comment "MATHEMATICAL SANS-SERIF ITALIC CAPITAL O"@en .

<http://lexvo.org/id/char/1D617> a lvont:Character ;
    lvont:represents "𝘗"^^xsd:string ;
    rdfs:comment "MATHEMATICAL SANS-SERIF ITALIC CAPITAL P"@en .

<http://lexvo.org/id/char/1D618> a lvont:Character ;
    lvont:represents "𝘘"^^xsd:string ;
    rdfs:comment "MATHEMATICAL SANS-SERIF ITALIC CAPITAL Q"@en .

<http://lexvo.org/id/char/1D619> a lvont:Character ;
    lvont:represents "𝘙"^^xsd:string ;
    rdfs:comment "MATHEMATICAL SANS-SERIF ITALIC CAPITAL R"@en .

<http://lexvo.org/id/char/1D61A> a lvont:Character ;
    lvont:represents "𝘚"^^xsd:string ;
    rdfs:comment "MATHEMATICAL SANS-SERIF ITALIC CAPITAL S"@en .

<http://lexvo.org/id/char/1D61B> a lvont:Character ;
    lvont:represents "𝘛"^^xsd:string ;
    rdfs:comment "MATHEMATICAL SANS-SERIF ITALIC CAPITAL T"@en .

<http://lexvo.org/id/char/1D61C> a lvont:Character ;
    lvont:represents "𝘜"^^xsd:string ;
    rdfs:comment "MATHEMATICAL SANS-SERIF ITALIC CAPITAL U"@en .

<http://lexvo.org/id/char/1D61D> a lvont:Character ;
    lvont:represents "𝘝"^^xsd:string ;
    rdfs:comment "MATHEMATICAL SANS-SERIF ITALIC CAPITAL V"@en .

<http://lexvo.org/id/char/1D61E> a lvont:Character ;
    lvont:represents "𝘞"^^xsd:string ;
    rdfs:comment "MATHEMATICAL SANS-SERIF ITALIC CAPITAL W"@en .

<http://lexvo.org/id/char/1D61F> a lvont:Character ;
    lvont:represents "𝘟"^^xsd:string ;
    rdfs:comment "MATHEMATICAL SANS-SERIF ITALIC CAPITAL X"@en .

<http://lexvo.org/id/char/1D62> a lvont:Character ;
    lvont:represents "ᵢ"^^xsd:string ;
    rdfs:comment "LATIN SUBSCRIPT SMALL LETTER I"@en .

<http://lexvo.org/id/char/1D620> a lvont:Character ;
    lvont:represents "𝘠"^^xsd:string ;
    rdfs:comment "MATHEMATICAL SANS-SERIF ITALIC CAPITAL Y"@en .

<http://lexvo.org/id/char/1D621> a lvont:Character ;
    lvont:represents "𝘡"^^xsd:string ;
    rdfs:comment "MATHEMATICAL SANS-SERIF ITALIC CAPITAL Z"@en .

<http://lexvo.org/id/char/1D622> a lvont:Character ;
    lvont:represents "𝘢"^^xsd:string ;
    rdfs:comment "MATHEMATICAL SANS-SERIF ITALIC SMALL A"@en .

<http://lexvo.org/id/char/1D623> a lvont:Character ;
    lvont:represents "𝘣"^^xsd:string ;
    rdfs:comment "MATHEMATICAL SANS-SERIF ITALIC SMALL B"@en .

<http://lexvo.org/id/char/1D624> a lvont:Character ;
    lvont:represents "𝘤"^^xsd:string ;
    rdfs:comment "MATHEMATICAL SANS-SERIF ITALIC SMALL C"@en .

<http://lexvo.org/id/char/1D625> a lvont:Character ;
    lvont:represents "𝘥"^^xsd:string ;
    rdfs:comment "MATHEMATICAL SANS-SERIF ITALIC SMALL D"@en .

<http://lexvo.org/id/char/1D626> a lvont:Character ;
    lvont:represents "𝘦"^^xsd:string ;
    rdfs:comment "MATHEMATICAL SANS-SERIF ITALIC SMALL E"@en .

<http://lexvo.org/id/char/1D627> a lvont:Character ;
    lvont:represents "𝘧"^^xsd:string ;
    rdfs:comment "MATHEMATICAL SANS-SERIF ITALIC SMALL F"@en .

<http://lexvo.org/id/char/1D628> a lvont:Character ;
    lvont:represents "𝘨"^^xsd:string ;
    rdfs:comment "MATHEMATICAL SANS-SERIF ITALIC SMALL G"@en .

<http://lexvo.org/id/char/1D629> a lvont:Character ;
    lvont:represents "𝘩"^^xsd:string ;
    rdfs:comment "MATHEMATICAL SANS-SERIF ITALIC SMALL H"@en .

<http://lexvo.org/id/char/1D62A> a lvont:Character ;
    lvont:represents "𝘪"^^xsd:string ;
    rdfs:comment "MATHEMATICAL SANS-SERIF ITALIC SMALL I"@en .

<http://lexvo.org/id/char/1D62B> a lvont:Character ;
    lvont:represents "𝘫"^^xsd:string ;
    rdfs:comment "MATHEMATICAL SANS-SERIF ITALIC SMALL J"@en .

<http://lexvo.org/id/char/1D62C> a lvont:Character ;
    lvont:represents "𝘬"^^xsd:string ;
    rdfs:comment "MATHEMATICAL SANS-SERIF ITALIC SMALL K"@en .

<http://lexvo.org/id/char/1D62D> a lvont:Character ;
    lvont:represents "𝘭"^^xsd:string ;
    rdfs:comment "MATHEMATICAL SANS-SERIF ITALIC SMALL L"@en .

<http://lexvo.org/id/char/1D62E> a lvont:Character ;
    lvont:represents "𝘮"^^xsd:string ;
    rdfs:comment "MATHEMATICAL SANS-SERIF ITALIC SMALL M"@en .

<http://lexvo.org/id/char/1D62F> a lvont:Character ;
    lvont:represents "𝘯"^^xsd:string ;
    rdfs:comment "MATHEMATICAL SANS-SERIF ITALIC SMALL N"@en .

<http://lexvo.org/id/char/1D63> a lvont:Character ;
    lvont:represents "ᵣ"^^xsd:string ;
    rdfs:comment "LATIN SUBSCRIPT SMALL LETTER R"@en .

<http://lexvo.org/id/char/1D630> a lvont:Character ;
    lvont:represents "𝘰"^^xsd:string ;
    rdfs:comment "MATHEMATICAL SANS-SERIF ITALIC SMALL O"@en .

<http://lexvo.org/id/char/1D631> a lvont:Character ;
    lvont:represents "𝘱"^^xsd:string ;
    rdfs:comment "MATHEMATICAL SANS-SERIF ITALIC SMALL P"@en .

<http://lexvo.org/id/char/1D632> a lvont:Character ;
    lvont:represents "𝘲"^^xsd:string ;
    rdfs:comment "MATHEMATICAL SANS-SERIF ITALIC SMALL Q"@en .

<http://lexvo.org/id/char/1D633> a lvont:Character ;
    lvont:represents "𝘳"^^xsd:string ;
    rdfs:comment "MATHEMATICAL SANS-SERIF ITALIC SMALL R"@en .

<http://lexvo.org/id/char/1D634> a lvont:Character ;
    lvont:represents "𝘴"^^xsd:string ;
    rdfs:comment "MATHEMATICAL SANS-SERIF ITALIC SMALL S"@en .

<http://lexvo.org/id/char/1D635> a lvont:Character ;
    lvont:represents "𝘵"^^xsd:string ;
    rdfs:comment "MATHEMATICAL SANS-SERIF ITALIC SMALL T"@en .

<http://lexvo.org/id/char/1D636> a lvont:Character ;
    lvont:represents "𝘶"^^xsd:string ;
    rdfs:comment "MATHEMATICAL SANS-SERIF ITALIC SMALL U"@en .

<http://lexvo.org/id/char/1D637> a lvont:Character ;
    lvont:represents "𝘷"^^xsd:string ;
    rdfs:comment "MATHEMATICAL SANS-SERIF ITALIC SMALL V"@en .

<http://lexvo.org/id/char/1D638> a lvont:Character ;
    lvont:represents "𝘸"^^xsd:string ;
    rdfs:comment "MATHEMATICAL SANS-SERIF ITALIC SMALL W"@en .

<http://lexvo.org/id/char/1D639> a lvont:Character ;
    lvont:represents "𝘹"^^xsd:string ;
    rdfs:comment "MATHEMATICAL SANS-SERIF ITALIC SMALL X"@en .

<http://lexvo.org/id/char/1D63A> a lvont:Character ;
    lvont:represents "𝘺"^^xsd:string ;
    rdfs:comment "MATHEMATICAL SANS-SERIF ITALIC SMALL Y"@en .

<http://lexvo.org/id/char/1D63B> a lvont:Character ;
    lvont:represents "𝘻"^^xsd:string ;
    rdfs:comment "MATHEMATICAL SANS-SERIF ITALIC SMALL Z"@en .

<http://lexvo.org/id/char/1D63C> a lvont:Character ;
    lvont:represents "𝘼"^^xsd:string ;
    rdfs:comment "MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL A"@en .

<http://lexvo.org/id/char/1D63D> a lvont:Character ;
    lvont:represents "𝘽"^^xsd:string ;
    rdfs:comment "MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL B"@en .

<http://lexvo.org/id/char/1D63E> a lvont:Character ;
    lvont:represents "𝘾"^^xsd:string ;
    rdfs:comment "MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL C"@en .

<http://lexvo.org/id/char/1D63F> a lvont:Character ;
    lvont:represents "𝘿"^^xsd:string ;
    rdfs:comment "MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL D"@en .

<http://lexvo.org/id/char/1D64> a lvont:Character ;
    lvont:represents "ᵤ"^^xsd:string ;
    rdfs:comment "LATIN SUBSCRIPT SMALL LETTER U"@en .

<http://lexvo.org/id/char/1D640> a lvont:Character ;
    lvont:represents "𝙀"^^xsd:string ;
    rdfs:comment "MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL E"@en .

<http://lexvo.org/id/char/1D641> a lvont:Character ;
    lvont:represents "𝙁"^^xsd:string ;
    rdfs:comment "MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL F"@en .

<http://lexvo.org/id/char/1D642> a lvont:Character ;
    lvont:represents "𝙂"^^xsd:string ;
    rdfs:comment "MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL G"@en .

<http://lexvo.org/id/char/1D643> a lvont:Character ;
    lvont:represents "𝙃"^^xsd:string ;
    rdfs:comment "MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL H"@en .

<http://lexvo.org/id/char/1D644> a lvont:Character ;
    lvont:represents "𝙄"^^xsd:string ;
    rdfs:comment "MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL I"@en .

<http://lexvo.org/id/char/1D645> a lvont:Character ;
    lvont:represents "𝙅"^^xsd:string ;
    rdfs:comment "MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL J"@en .

<http://lexvo.org/id/char/1D646> a lvont:Character ;
    lvont:represents "𝙆"^^xsd:string ;
    rdfs:comment "MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL K"@en .

<http://lexvo.org/id/char/1D647> a lvont:Character ;
    lvont:represents "𝙇"^^xsd:string ;
    rdfs:comment "MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL L"@en .

<http://lexvo.org/id/char/1D648> a lvont:Character ;
    lvont:represents "𝙈"^^xsd:string ;
    rdfs:comment "MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL M"@en .

<http://lexvo.org/id/char/1D649> a lvont:Character ;
    lvont:represents "𝙉"^^xsd:string ;
    rdfs:comment "MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL N"@en .

<http://lexvo.org/id/char/1D64A> a lvont:Character ;
    lvont:represents "𝙊"^^xsd:string ;
    rdfs:comment "MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL O"@en .

<http://lexvo.org/id/char/1D64B> a lvont:Character ;
    lvont:represents "𝙋"^^xsd:string ;
    rdfs:comment "MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL P"@en .

<http://lexvo.org/id/char/1D64C> a lvont:Character ;
    lvont:represents "𝙌"^^xsd:string ;
    rdfs:comment "MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL Q"@en .

<http://lexvo.org/id/char/1D64D> a lvont:Character ;
    lvont:represents "𝙍"^^xsd:string ;
    rdfs:comment "MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL R"@en .

<http://lexvo.org/id/char/1D64E> a lvont:Character ;
    lvont:represents "𝙎"^^xsd:string ;
    rdfs:comment "MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL S"@en .

<http://lexvo.org/id/char/1D64F> a lvont:Character ;
    lvont:represents "𝙏"^^xsd:string ;
    rdfs:comment "MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL T"@en .

<http://lexvo.org/id/char/1D65> a lvont:Character ;
    lvont:represents "ᵥ"^^xsd:string ;
    rdfs:comment "LATIN SUBSCRIPT SMALL LETTER V"@en .

<http://lexvo.org/id/char/1D650> a lvont:Character ;
    lvont:represents "𝙐"^^xsd:string ;
    rdfs:comment "MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL U"@en .

<http://lexvo.org/id/char/1D651> a lvont:Character ;
    lvont:represents "𝙑"^^xsd:string ;
    rdfs:comment "MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL V"@en .

<http://lexvo.org/id/char/1D652> a lvont:Character ;
    lvont:represents "𝙒"^^xsd:string ;
    rdfs:comment "MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL W"@en .

<http://lexvo.org/id/char/1D653> a lvont:Character ;
    lvont:represents "𝙓"^^xsd:string ;
    rdfs:comment "MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL X"@en .

<http://lexvo.org/id/char/1D654> a lvont:Character ;
    lvont:represents "𝙔"^^xsd:string ;
    rdfs:comment "MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL Y"@en .

<http://lexvo.org/id/char/1D655> a lvont:Character ;
    lvont:represents "𝙕"^^xsd:string ;
    rdfs:comment "MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL Z"@en .

<http://lexvo.org/id/char/1D656> a lvont:Character ;
    lvont:represents "𝙖"^^xsd:string ;
    rdfs:comment "MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL A"@en .

<http://lexvo.org/id/char/1D657> a lvont:Character ;
    lvont:represents "𝙗"^^xsd:string ;
    rdfs:comment "MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL B"@en .

<http://lexvo.org/id/char/1D658> a lvont:Character ;
    lvont:represents "𝙘"^^xsd:string ;
    rdfs:comment "MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL C"@en .

<http://lexvo.org/id/char/1D659> a lvont:Character ;
    lvont:represents "𝙙"^^xsd:string ;
    rdfs:comment "MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL D"@en .

<http://lexvo.org/id/char/1D65A> a lvont:Character ;
    lvont:represents "𝙚"^^xsd:string ;
    rdfs:comment "MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL E"@en .

<http://lexvo.org/id/char/1D65B> a lvont:Character ;
    lvont:represents "𝙛"^^xsd:string ;
    rdfs:comment "MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL F"@en .

<http://lexvo.org/id/char/1D65C> a lvont:Character ;
    lvont:represents "𝙜"^^xsd:string ;
    rdfs:comment "MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL G"@en .

<http://lexvo.org/id/char/1D65D> a lvont:Character ;
    lvont:represents "𝙝"^^xsd:string ;
    rdfs:comment "MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL H"@en .

<http://lexvo.org/id/char/1D65E> a lvont:Character ;
    lvont:represents "𝙞"^^xsd:string ;
    rdfs:comment "MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL I"@en .

<http://lexvo.org/id/char/1D65F> a lvont:Character ;
    lvont:represents "𝙟"^^xsd:string ;
    rdfs:comment "MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL J"@en .

<http://lexvo.org/id/char/1D66> a lvont:Character ;
    lvont:represents "ᵦ"^^xsd:string ;
    rdfs:comment "GREEK SUBSCRIPT SMALL LETTER BETA"@en .

<http://lexvo.org/id/char/1D660> a lvont:Character ;
    lvont:represents "𝙠"^^xsd:string ;
    rdfs:comment "MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL K"@en .

<http://lexvo.org/id/char/1D661> a lvont:Character ;
    lvont:represents "𝙡"^^xsd:string ;
    rdfs:comment "MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL L"@en .

<http://lexvo.org/id/char/1D662> a lvont:Character ;
    lvont:represents "𝙢"^^xsd:string ;
    rdfs:comment "MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL M"@en .

<http://lexvo.org/id/char/1D663> a lvont:Character ;
    lvont:represents "𝙣"^^xsd:string ;
    rdfs:comment "MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL N"@en .

<http://lexvo.org/id/char/1D664> a lvont:Character ;
    lvont:represents "𝙤"^^xsd:string ;
    rdfs:comment "MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL O"@en .

<http://lexvo.org/id/char/1D665> a lvont:Character ;
    lvont:represents "𝙥"^^xsd:string ;
    rdfs:comment "MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL P"@en .

<http://lexvo.org/id/char/1D666> a lvont:Character ;
    lvont:represents "𝙦"^^xsd:string ;
    rdfs:comment "MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL Q"@en .

<http://lexvo.org/id/char/1D667> a lvont:Character ;
    lvont:represents "𝙧"^^xsd:string ;
    rdfs:comment "MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL R"@en .

<http://lexvo.org/id/char/1D668> a lvont:Character ;
    lvont:represents "𝙨"^^xsd:string ;
    rdfs:comment "MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL S"@en .

<http://lexvo.org/id/char/1D669> a lvont:Character ;
    lvont:represents "𝙩"^^xsd:string ;
    rdfs:comment "MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL T"@en .

<http://lexvo.org/id/char/1D66A> a lvont:Character ;
    lvont:represents "𝙪"^^xsd:string ;
    rdfs:comment "MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL U"@en .

<http://lexvo.org/id/char/1D66B> a lvont:Character ;
    lvont:represents "𝙫"^^xsd:string ;
    rdfs:comment "MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL V"@en .

<http://lexvo.org/id/char/1D66C> a lvont:Character ;
    lvont:represents "𝙬"^^xsd:string ;
    rdfs:comment "MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL W"@en .

<http://lexvo.org/id/char/1D66D> a lvont:Character ;
    lvont:represents "𝙭"^^xsd:string ;
    rdfs:comment "MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL X"@en .

<http://lexvo.org/id/char/1D66E> a lvont:Character ;
    lvont:represents "𝙮"^^xsd:string ;
    rdfs:comment "MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL Y"@en .

<http://lexvo.org/id/char/1D66F> a lvont:Character ;
    lvont:represents "𝙯"^^xsd:string ;
    rdfs:comment "MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL Z"@en .

<http://lexvo.org/id/char/1D67> a lvont:Character ;
    lvont:represents "ᵧ"^^xsd:string ;
    rdfs:comment "GREEK SUBSCRIPT SMALL LETTER GAMMA"@en .

<http://lexvo.org/id/char/1D670> a lvont:Character ;
    lvont:represents "𝙰"^^xsd:string ;
    rdfs:comment "MATHEMATICAL MONOSPACE CAPITAL A"@en .

<http://lexvo.org/id/char/1D671> a lvont:Character ;
    lvont:represents "𝙱"^^xsd:string ;
    rdfs:comment "MATHEMATICAL MONOSPACE CAPITAL B"@en .

<http://lexvo.org/id/char/1D672> a lvont:Character ;
    lvont:represents "𝙲"^^xsd:string ;
    rdfs:comment "MATHEMATICAL MONOSPACE CAPITAL C"@en .

<http://lexvo.org/id/char/1D673> a lvont:Character ;
    lvont:represents "𝙳"^^xsd:string ;
    rdfs:comment "MATHEMATICAL MONOSPACE CAPITAL D"@en .

<http://lexvo.org/id/char/1D674> a lvont:Character ;
    lvont:represents "𝙴"^^xsd:string ;
    rdfs:comment "MATHEMATICAL MONOSPACE CAPITAL E"@en .

<http://lexvo.org/id/char/1D675> a lvont:Character ;
    lvont:represents "𝙵"^^xsd:string ;
    rdfs:comment "MATHEMATICAL MONOSPACE CAPITAL F"@en .

<http://lexvo.org/id/char/1D676> a lvont:Character ;
    lvont:represents "𝙶"^^xsd:string ;
    rdfs:comment "MATHEMATICAL MONOSPACE CAPITAL G"@en .

<http://lexvo.org/id/char/1D677> a lvont:Character ;
    lvont:represents "𝙷"^^xsd:string ;
    rdfs:comment "MATHEMATICAL MONOSPACE CAPITAL H"@en .

<http://lexvo.org/id/char/1D678> a lvont:Character ;
    lvont:represents "𝙸"^^xsd:string ;
    rdfs:comment "MATHEMATICAL MONOSPACE CAPITAL I"@en .

<http://lexvo.org/id/char/1D679> a lvont:Character ;
    lvont:represents "𝙹"^^xsd:string ;
    rdfs:comment "MATHEMATICAL MONOSPACE CAPITAL J"@en .

<http://lexvo.org/id/char/1D67A> a lvont:Character ;
    lvont:represents "𝙺"^^xsd:string ;
    rdfs:comment "MATHEMATICAL MONOSPACE CAPITAL K"@en .

<http://lexvo.org/id/char/1D67B> a lvont:Character ;
    lvont:represents "𝙻"^^xsd:string ;
    rdfs:comment "MATHEMATICAL MONOSPACE CAPITAL L"@en .

<http://lexvo.org/id/char/1D67C> a lvont:Character ;
    lvont:represents "𝙼"^^xsd:string ;
    rdfs:comment "MATHEMATICAL MONOSPACE CAPITAL M"@en .

<http://lexvo.org/id/char/1D67D> a lvont:Character ;
    lvont:represents "𝙽"^^xsd:string ;
    rdfs:comment "MATHEMATICAL MONOSPACE CAPITAL N"@en .

<http://lexvo.org/id/char/1D67E> a lvont:Character ;
    lvont:represents "𝙾"^^xsd:string ;
    rdfs:comment "MATHEMATICAL MONOSPACE CAPITAL O"@en .

<http://lexvo.org/id/char/1D67F> a lvont:Character ;
    lvont:represents "𝙿"^^xsd:string ;
    rdfs:comment "MATHEMATICAL MONOSPACE CAPITAL P"@en .

<http://lexvo.org/id/char/1D68> a lvont:Character ;
    lvont:represents "ᵨ"^^xsd:string ;
    rdfs:comment "GREEK SUBSCRIPT SMALL LETTER RHO"@en .

<http://lexvo.org/id/char/1D680> a lvont:Character ;
    lvont:represents "𝚀"^^xsd:string ;
    rdfs:comment "MATHEMATICAL MONOSPACE CAPITAL Q"@en .

<http://lexvo.org/id/char/1D681> a lvont:Character ;
    lvont:represents "𝚁"^^xsd:string ;
    rdfs:comment "MATHEMATICAL MONOSPACE CAPITAL R"@en .

<http://lexvo.org/id/char/1D682> a lvont:Character ;
    lvont:represents "𝚂"^^xsd:string ;
    rdfs:comment "MATHEMATICAL MONOSPACE CAPITAL S"@en .

<http://lexvo.org/id/char/1D683> a lvont:Character ;
    lvont:represents "𝚃"^^xsd:string ;
    rdfs:comment "MATHEMATICAL MONOSPACE CAPITAL T"@en .

<http://lexvo.org/id/char/1D684> a lvont:Character ;
    lvont:represents "𝚄"^^xsd:string ;
    rdfs:comment "MATHEMATICAL MONOSPACE CAPITAL U"@en .

<http://lexvo.org/id/char/1D685> a lvont:Character ;
    lvont:represents "𝚅"^^xsd:string ;
    rdfs:comment "MATHEMATICAL MONOSPACE CAPITAL V"@en .

<http://lexvo.org/id/char/1D686> a lvont:Character ;
    lvont:represents "𝚆"^^xsd:string ;
    rdfs:comment "MATHEMATICAL MONOSPACE CAPITAL W"@en .

<http://lexvo.org/id/char/1D687> a lvont:Character ;
    lvont:represents "𝚇"^^xsd:string ;
    rdfs:comment "MATHEMATICAL MONOSPACE CAPITAL X"@en .

<http://lexvo.org/id/char/1D688> a lvont:Character ;
    lvont:represents "𝚈"^^xsd:string ;
    rdfs:comment "MATHEMATICAL MONOSPACE CAPITAL Y"@en .

<http://lexvo.org/id/char/1D689> a lvont:Character ;
    lvont:represents "𝚉"^^xsd:string ;
    rdfs:comment "MATHEMATICAL MONOSPACE CAPITAL Z"@en .

<http://lexvo.org/id/char/1D68A> a lvont:Character ;
    lvont:represents "𝚊"^^xsd:string ;
    rdfs:comment "MATHEMATICAL MONOSPACE SMALL A"@en .

<http://lexvo.org/id/char/1D68B> a lvont:Character ;
    lvont:represents "𝚋"^^xsd:string ;
    rdfs:comment "MATHEMATICAL MONOSPACE SMALL B"@en .

<http://lexvo.org/id/char/1D68C> a lvont:Character ;
    lvont:represents "𝚌"^^xsd:string ;
    rdfs:comment "MATHEMATICAL MONOSPACE SMALL C"@en .

<http://lexvo.org/id/char/1D68D> a lvont:Character ;
    lvont:represents "𝚍"^^xsd:string ;
    rdfs:comment "MATHEMATICAL MONOSPACE SMALL D"@en .

<http://lexvo.org/id/char/1D68E> a lvont:Character ;
    lvont:represents "𝚎"^^xsd:string ;
    rdfs:comment "MATHEMATICAL MONOSPACE SMALL E"@en .

<http://lexvo.org/id/char/1D68F> a lvont:Character ;
    lvont:represents "𝚏"^^xsd:string ;
    rdfs:comment "MATHEMATICAL MONOSPACE SMALL F"@en .

<http://lexvo.org/id/char/1D69> a lvont:Character ;
    lvont:represents "ᵩ"^^xsd:string ;
    rdfs:comment "GREEK SUBSCRIPT SMALL LETTER PHI"@en .

<http://lexvo.org/id/char/1D690> a lvont:Character ;
    lvont:represents "𝚐"^^xsd:string ;
    rdfs:comment "MATHEMATICAL MONOSPACE SMALL G"@en .

<http://lexvo.org/id/char/1D691> a lvont:Character ;
    lvont:represents "𝚑"^^xsd:string ;
    rdfs:comment "MATHEMATICAL MONOSPACE SMALL H"@en .

<http://lexvo.org/id/char/1D692> a lvont:Character ;
    lvont:represents "𝚒"^^xsd:string ;
    rdfs:comment "MATHEMATICAL MONOSPACE SMALL I"@en .

<http://lexvo.org/id/char/1D693> a lvont:Character ;
    lvont:represents "𝚓"^^xsd:string ;
    rdfs:comment "MATHEMATICAL MONOSPACE SMALL J"@en .

<http://lexvo.org/id/char/1D694> a lvont:Character ;
    lvont:represents "𝚔"^^xsd:string ;
    rdfs:comment "MATHEMATICAL MONOSPACE SMALL K"@en .

<http://lexvo.org/id/char/1D695> a lvont:Character ;
    lvont:represents "𝚕"^^xsd:string ;
    rdfs:comment "MATHEMATICAL MONOSPACE SMALL L"@en .

<http://lexvo.org/id/char/1D696> a lvont:Character ;
    lvont:represents "𝚖"^^xsd:string ;
    rdfs:comment "MATHEMATICAL MONOSPACE SMALL M"@en .

<http://lexvo.org/id/char/1D697> a lvont:Character ;
    lvont:represents "𝚗"^^xsd:string ;
    rdfs:comment "MATHEMATICAL MONOSPACE SMALL N"@en .

<http://lexvo.org/id/char/1D698> a lvont:Character ;
    lvont:represents "𝚘"^^xsd:string ;
    rdfs:comment "MATHEMATICAL MONOSPACE SMALL O"@en .

<http://lexvo.org/id/char/1D699> a lvont:Character ;
    lvont:represents "𝚙"^^xsd:string ;
    rdfs:comment "MATHEMATICAL MONOSPACE SMALL P"@en .

<http://lexvo.org/id/char/1D69A> a lvont:Character ;
    lvont:represents "𝚚"^^xsd:string ;
    rdfs:comment "MATHEMATICAL MONOSPACE SMALL Q"@en .

<http://lexvo.org/id/char/1D69B> a lvont:Character ;
    lvont:represents "𝚛"^^xsd:string ;
    rdfs:comment "MATHEMATICAL MONOSPACE SMALL R"@en .

<http://lexvo.org/id/char/1D69C> a lvont:Character ;
    lvont:represents "𝚜"^^xsd:string ;
    rdfs:comment "MATHEMATICAL MONOSPACE SMALL S"@en .

<http://lexvo.org/id/char/1D69D> a lvont:Character ;
    lvont:represents "𝚝"^^xsd:string ;
    rdfs:comment "MATHEMATICAL MONOSPACE SMALL T"@en .

<http://lexvo.org/id/char/1D69E> a lvont:Character ;
    lvont:represents "𝚞"^^xsd:string ;
    rdfs:comment "MATHEMATICAL MONOSPACE SMALL U"@en .

<http://lexvo.org/id/char/1D69F> a lvont:Character ;
    lvont:represents "𝚟"^^xsd:string ;
    rdfs:comment "MATHEMATICAL MONOSPACE SMALL V"@en .

<http://lexvo.org/id/char/1D6A> a lvont:Character ;
    lvont:represents "ᵪ"^^xsd:string ;
    rdfs:comment "GREEK SUBSCRIPT SMALL LETTER CHI"@en .

<http://lexvo.org/id/char/1D6A0> a lvont:Character ;
    lvont:represents "𝚠"^^xsd:string ;
    rdfs:comment "MATHEMATICAL MONOSPACE SMALL W"@en .

<http://lexvo.org/id/char/1D6A1> a lvont:Character ;
    lvont:represents "𝚡"^^xsd:string ;
    rdfs:comment "MATHEMATICAL MONOSPACE SMALL X"@en .

<http://lexvo.org/id/char/1D6A2> a lvont:Character ;
    lvont:represents "𝚢"^^xsd:string ;
    rdfs:comment "MATHEMATICAL MONOSPACE SMALL Y"@en .

<http://lexvo.org/id/char/1D6A3> a lvont:Character ;
    lvont:represents "𝚣"^^xsd:string ;
    rdfs:comment "MATHEMATICAL MONOSPACE SMALL Z"@en .

<http://lexvo.org/id/char/1D6A4> a lvont:Character ;
    lvont:represents "𝚤"^^xsd:string ;
    rdfs:comment "MATHEMATICAL ITALIC SMALL DOTLESS I"@en .

<http://lexvo.org/id/char/1D6A5> a lvont:Character ;
    lvont:represents "𝚥"^^xsd:string ;
    rdfs:comment "MATHEMATICAL ITALIC SMALL DOTLESS J"@en .

<http://lexvo.org/id/char/1D6A8> a lvont:Character ;
    lvont:represents "𝚨"^^xsd:string ;
    rdfs:comment "MATHEMATICAL BOLD CAPITAL ALPHA"@en .

<http://lexvo.org/id/char/1D6A9> a lvont:Character ;
    lvont:represents "𝚩"^^xsd:string ;
    rdfs:comment "MATHEMATICAL BOLD CAPITAL BETA"@en .

<http://lexvo.org/id/char/1D6AA> a lvont:Character ;
    lvont:represents "𝚪"^^xsd:string ;
    rdfs:comment "MATHEMATICAL BOLD CAPITAL GAMMA"@en .

<http://lexvo.org/id/char/1D6AB> a lvont:Character ;
    lvont:represents "𝚫"^^xsd:string ;
    rdfs:comment "MATHEMATICAL BOLD CAPITAL DELTA"@en .

<http://lexvo.org/id/char/1D6AC> a lvont:Character ;
    lvont:represents "𝚬"^^xsd:string ;
    rdfs:comment "MATHEMATICAL BOLD CAPITAL EPSILON"@en .

<http://lexvo.org/id/char/1D6AD> a lvont:Character ;
    lvont:represents "𝚭"^^xsd:string ;
    rdfs:comment "MATHEMATICAL BOLD CAPITAL ZETA"@en .

<http://lexvo.org/id/char/1D6AE> a lvont:Character ;
    lvont:represents "𝚮"^^xsd:string ;
    rdfs:comment "MATHEMATICAL BOLD CAPITAL ETA"@en .

<http://lexvo.org/id/char/1D6AF> a lvont:Character ;
    lvont:represents "𝚯"^^xsd:string ;
    rdfs:comment "MATHEMATICAL BOLD CAPITAL THETA"@en .

<http://lexvo.org/id/char/1D6B> a lvont:Character ;
    lvont:represents "ᵫ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER UE"@en .

<http://lexvo.org/id/char/1D6B0> a lvont:Character ;
    lvont:represents "𝚰"^^xsd:string ;
    rdfs:comment "MATHEMATICAL BOLD CAPITAL IOTA"@en .

<http://lexvo.org/id/char/1D6B1> a lvont:Character ;
    lvont:represents "𝚱"^^xsd:string ;
    rdfs:comment "MATHEMATICAL BOLD CAPITAL KAPPA"@en .

<http://lexvo.org/id/char/1D6B2> a lvont:Character ;
    lvont:represents "𝚲"^^xsd:string ;
    rdfs:comment "MATHEMATICAL BOLD CAPITAL LAMDA"@en .

<http://lexvo.org/id/char/1D6B3> a lvont:Character ;
    lvont:represents "𝚳"^^xsd:string ;
    rdfs:comment "MATHEMATICAL BOLD CAPITAL MU"@en .

<http://lexvo.org/id/char/1D6B4> a lvont:Character ;
    lvont:represents "𝚴"^^xsd:string ;
    rdfs:comment "MATHEMATICAL BOLD CAPITAL NU"@en .

<http://lexvo.org/id/char/1D6B5> a lvont:Character ;
    lvont:represents "𝚵"^^xsd:string ;
    rdfs:comment "MATHEMATICAL BOLD CAPITAL XI"@en .

<http://lexvo.org/id/char/1D6B6> a lvont:Character ;
    lvont:represents "𝚶"^^xsd:string ;
    rdfs:comment "MATHEMATICAL BOLD CAPITAL OMICRON"@en .

<http://lexvo.org/id/char/1D6B7> a lvont:Character ;
    lvont:represents "𝚷"^^xsd:string ;
    rdfs:comment "MATHEMATICAL BOLD CAPITAL PI"@en .

<http://lexvo.org/id/char/1D6B8> a lvont:Character ;
    lvont:represents "𝚸"^^xsd:string ;
    rdfs:comment "MATHEMATICAL BOLD CAPITAL RHO"@en .

<http://lexvo.org/id/char/1D6B9> a lvont:Character ;
    lvont:represents "𝚹"^^xsd:string ;
    rdfs:comment "MATHEMATICAL BOLD CAPITAL THETA SYMBOL"@en .

<http://lexvo.org/id/char/1D6BA> a lvont:Character ;
    lvont:represents "𝚺"^^xsd:string ;
    rdfs:comment "MATHEMATICAL BOLD CAPITAL SIGMA"@en .

<http://lexvo.org/id/char/1D6BB> a lvont:Character ;
    lvont:represents "𝚻"^^xsd:string ;
    rdfs:comment "MATHEMATICAL BOLD CAPITAL TAU"@en .

<http://lexvo.org/id/char/1D6BC> a lvont:Character ;
    lvont:represents "𝚼"^^xsd:string ;
    rdfs:comment "MATHEMATICAL BOLD CAPITAL UPSILON"@en .

<http://lexvo.org/id/char/1D6BD> a lvont:Character ;
    lvont:represents "𝚽"^^xsd:string ;
    rdfs:comment "MATHEMATICAL BOLD CAPITAL PHI"@en .

<http://lexvo.org/id/char/1D6BE> a lvont:Character ;
    lvont:represents "𝚾"^^xsd:string ;
    rdfs:comment "MATHEMATICAL BOLD CAPITAL CHI"@en .

<http://lexvo.org/id/char/1D6BF> a lvont:Character ;
    lvont:represents "𝚿"^^xsd:string ;
    rdfs:comment "MATHEMATICAL BOLD CAPITAL PSI"@en .

<http://lexvo.org/id/char/1D6C> a lvont:Character ;
    lvont:represents "ᵬ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER B WITH MIDDLE TILDE"@en .

<http://lexvo.org/id/char/1D6C0> a lvont:Character ;
    lvont:represents "𝛀"^^xsd:string ;
    rdfs:comment "MATHEMATICAL BOLD CAPITAL OMEGA"@en .

<http://lexvo.org/id/char/1D6C1> a lvont:Character ;
    lvont:represents "𝛁"^^xsd:string ;
    rdfs:comment "MATHEMATICAL BOLD NABLA"@en .

<http://lexvo.org/id/char/1D6C2> a lvont:Character ;
    lvont:represents "𝛂"^^xsd:string ;
    rdfs:comment "MATHEMATICAL BOLD SMALL ALPHA"@en .

<http://lexvo.org/id/char/1D6C3> a lvont:Character ;
    lvont:represents "𝛃"^^xsd:string ;
    rdfs:comment "MATHEMATICAL BOLD SMALL BETA"@en .

<http://lexvo.org/id/char/1D6C4> a lvont:Character ;
    lvont:represents "𝛄"^^xsd:string ;
    rdfs:comment "MATHEMATICAL BOLD SMALL GAMMA"@en .

<http://lexvo.org/id/char/1D6C5> a lvont:Character ;
    lvont:represents "𝛅"^^xsd:string ;
    rdfs:comment "MATHEMATICAL BOLD SMALL DELTA"@en .

<http://lexvo.org/id/char/1D6C6> a lvont:Character ;
    lvont:represents "𝛆"^^xsd:string ;
    rdfs:comment "MATHEMATICAL BOLD SMALL EPSILON"@en .

<http://lexvo.org/id/char/1D6C7> a lvont:Character ;
    lvont:represents "𝛇"^^xsd:string ;
    rdfs:comment "MATHEMATICAL BOLD SMALL ZETA"@en .

<http://lexvo.org/id/char/1D6C8> a lvont:Character ;
    lvont:represents "𝛈"^^xsd:string ;
    rdfs:comment "MATHEMATICAL BOLD SMALL ETA"@en .

<http://lexvo.org/id/char/1D6C9> a lvont:Character ;
    lvont:represents "𝛉"^^xsd:string ;
    rdfs:comment "MATHEMATICAL BOLD SMALL THETA"@en .

<http://lexvo.org/id/char/1D6CA> a lvont:Character ;
    lvont:represents "𝛊"^^xsd:string ;
    rdfs:comment "MATHEMATICAL BOLD SMALL IOTA"@en .

<http://lexvo.org/id/char/1D6CB> a lvont:Character ;
    lvont:represents "𝛋"^^xsd:string ;
    rdfs:comment "MATHEMATICAL BOLD SMALL KAPPA"@en .

<http://lexvo.org/id/char/1D6CC> a lvont:Character ;
    lvont:represents "𝛌"^^xsd:string ;
    rdfs:comment "MATHEMATICAL BOLD SMALL LAMDA"@en .

<http://lexvo.org/id/char/1D6CD> a lvont:Character ;
    lvont:represents "𝛍"^^xsd:string ;
    rdfs:comment "MATHEMATICAL BOLD SMALL MU"@en .

<http://lexvo.org/id/char/1D6CE> a lvont:Character ;
    lvont:represents "𝛎"^^xsd:string ;
    rdfs:comment "MATHEMATICAL BOLD SMALL NU"@en .

<http://lexvo.org/id/char/1D6CF> a lvont:Character ;
    lvont:represents "𝛏"^^xsd:string ;
    rdfs:comment "MATHEMATICAL BOLD SMALL XI"@en .

<http://lexvo.org/id/char/1D6D> a lvont:Character ;
    lvont:represents "ᵭ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER D WITH MIDDLE TILDE"@en .

<http://lexvo.org/id/char/1D6D0> a lvont:Character ;
    lvont:represents "𝛐"^^xsd:string ;
    rdfs:comment "MATHEMATICAL BOLD SMALL OMICRON"@en .

<http://lexvo.org/id/char/1D6D1> a lvont:Character ;
    lvont:represents "𝛑"^^xsd:string ;
    rdfs:comment "MATHEMATICAL BOLD SMALL PI"@en .

<http://lexvo.org/id/char/1D6D2> a lvont:Character ;
    lvont:represents "𝛒"^^xsd:string ;
    rdfs:comment "MATHEMATICAL BOLD SMALL RHO"@en .

<http://lexvo.org/id/char/1D6D3> a lvont:Character ;
    lvont:represents "𝛓"^^xsd:string ;
    rdfs:comment "MATHEMATICAL BOLD SMALL FINAL SIGMA"@en .

<http://lexvo.org/id/char/1D6D4> a lvont:Character ;
    lvont:represents "𝛔"^^xsd:string ;
    rdfs:comment "MATHEMATICAL BOLD SMALL SIGMA"@en .

<http://lexvo.org/id/char/1D6D5> a lvont:Character ;
    lvont:represents "𝛕"^^xsd:string ;
    rdfs:comment "MATHEMATICAL BOLD SMALL TAU"@en .

<http://lexvo.org/id/char/1D6D6> a lvont:Character ;
    lvont:represents "𝛖"^^xsd:string ;
    rdfs:comment "MATHEMATICAL BOLD SMALL UPSILON"@en .

<http://lexvo.org/id/char/1D6D7> a lvont:Character ;
    lvont:represents "𝛗"^^xsd:string ;
    rdfs:comment "MATHEMATICAL BOLD SMALL PHI"@en .

<http://lexvo.org/id/char/1D6D8> a lvont:Character ;
    lvont:represents "𝛘"^^xsd:string ;
    rdfs:comment "MATHEMATICAL BOLD SMALL CHI"@en .

<http://lexvo.org/id/char/1D6D9> a lvont:Character ;
    lvont:represents "𝛙"^^xsd:string ;
    rdfs:comment "MATHEMATICAL BOLD SMALL PSI"@en .

<http://lexvo.org/id/char/1D6DA> a lvont:Character ;
    lvont:represents "𝛚"^^xsd:string ;
    rdfs:comment "MATHEMATICAL BOLD SMALL OMEGA"@en .

<http://lexvo.org/id/char/1D6DB> a lvont:Character ;
    lvont:represents "𝛛"^^xsd:string ;
    rdfs:comment "MATHEMATICAL BOLD PARTIAL DIFFERENTIAL"@en .

<http://lexvo.org/id/char/1D6DC> a lvont:Character ;
    lvont:represents "𝛜"^^xsd:string ;
    rdfs:comment "MATHEMATICAL BOLD EPSILON SYMBOL"@en .

<http://lexvo.org/id/char/1D6DD> a lvont:Character ;
    lvont:represents "𝛝"^^xsd:string ;
    rdfs:comment "MATHEMATICAL BOLD THETA SYMBOL"@en .

<http://lexvo.org/id/char/1D6DE> a lvont:Character ;
    lvont:represents "𝛞"^^xsd:string ;
    rdfs:comment "MATHEMATICAL BOLD KAPPA SYMBOL"@en .

<http://lexvo.org/id/char/1D6DF> a lvont:Character ;
    lvont:represents "𝛟"^^xsd:string ;
    rdfs:comment "MATHEMATICAL BOLD PHI SYMBOL"@en .

<http://lexvo.org/id/char/1D6E> a lvont:Character ;
    lvont:represents "ᵮ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER F WITH MIDDLE TILDE"@en .

<http://lexvo.org/id/char/1D6E0> a lvont:Character ;
    lvont:represents "𝛠"^^xsd:string ;
    rdfs:comment "MATHEMATICAL BOLD RHO SYMBOL"@en .

<http://lexvo.org/id/char/1D6E1> a lvont:Character ;
    lvont:represents "𝛡"^^xsd:string ;
    rdfs:comment "MATHEMATICAL BOLD PI SYMBOL"@en .

<http://lexvo.org/id/char/1D6E2> a lvont:Character ;
    lvont:represents "𝛢"^^xsd:string ;
    rdfs:comment "MATHEMATICAL ITALIC CAPITAL ALPHA"@en .

<http://lexvo.org/id/char/1D6E3> a lvont:Character ;
    lvont:represents "𝛣"^^xsd:string ;
    rdfs:comment "MATHEMATICAL ITALIC CAPITAL BETA"@en .

<http://lexvo.org/id/char/1D6E4> a lvont:Character ;
    lvont:represents "𝛤"^^xsd:string ;
    rdfs:comment "MATHEMATICAL ITALIC CAPITAL GAMMA"@en .

<http://lexvo.org/id/char/1D6E5> a lvont:Character ;
    lvont:represents "𝛥"^^xsd:string ;
    rdfs:comment "MATHEMATICAL ITALIC CAPITAL DELTA"@en .

<http://lexvo.org/id/char/1D6E6> a lvont:Character ;
    lvont:represents "𝛦"^^xsd:string ;
    rdfs:comment "MATHEMATICAL ITALIC CAPITAL EPSILON"@en .

<http://lexvo.org/id/char/1D6E7> a lvont:Character ;
    lvont:represents "𝛧"^^xsd:string ;
    rdfs:comment "MATHEMATICAL ITALIC CAPITAL ZETA"@en .

<http://lexvo.org/id/char/1D6E8> a lvont:Character ;
    lvont:represents "𝛨"^^xsd:string ;
    rdfs:comment "MATHEMATICAL ITALIC CAPITAL ETA"@en .

<http://lexvo.org/id/char/1D6E9> a lvont:Character ;
    lvont:represents "𝛩"^^xsd:string ;
    rdfs:comment "MATHEMATICAL ITALIC CAPITAL THETA"@en .

<http://lexvo.org/id/char/1D6EA> a lvont:Character ;
    lvont:represents "𝛪"^^xsd:string ;
    rdfs:comment "MATHEMATICAL ITALIC CAPITAL IOTA"@en .

<http://lexvo.org/id/char/1D6EB> a lvont:Character ;
    lvont:represents "𝛫"^^xsd:string ;
    rdfs:comment "MATHEMATICAL ITALIC CAPITAL KAPPA"@en .

<http://lexvo.org/id/char/1D6EC> a lvont:Character ;
    lvont:represents "𝛬"^^xsd:string ;
    rdfs:comment "MATHEMATICAL ITALIC CAPITAL LAMDA"@en .

<http://lexvo.org/id/char/1D6ED> a lvont:Character ;
    lvont:represents "𝛭"^^xsd:string ;
    rdfs:comment "MATHEMATICAL ITALIC CAPITAL MU"@en .

<http://lexvo.org/id/char/1D6EE> a lvont:Character ;
    lvont:represents "𝛮"^^xsd:string ;
    rdfs:comment "MATHEMATICAL ITALIC CAPITAL NU"@en .

<http://lexvo.org/id/char/1D6EF> a lvont:Character ;
    lvont:represents "𝛯"^^xsd:string ;
    rdfs:comment "MATHEMATICAL ITALIC CAPITAL XI"@en .

<http://lexvo.org/id/char/1D6F> a lvont:Character ;
    lvont:represents "ᵯ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER M WITH MIDDLE TILDE"@en .

<http://lexvo.org/id/char/1D6F0> a lvont:Character ;
    lvont:represents "𝛰"^^xsd:string ;
    rdfs:comment "MATHEMATICAL ITALIC CAPITAL OMICRON"@en .

<http://lexvo.org/id/char/1D6F1> a lvont:Character ;
    lvont:represents "𝛱"^^xsd:string ;
    rdfs:comment "MATHEMATICAL ITALIC CAPITAL PI"@en .

<http://lexvo.org/id/char/1D6F2> a lvont:Character ;
    lvont:represents "𝛲"^^xsd:string ;
    rdfs:comment "MATHEMATICAL ITALIC CAPITAL RHO"@en .

<http://lexvo.org/id/char/1D6F3> a lvont:Character ;
    lvont:represents "𝛳"^^xsd:string ;
    rdfs:comment "MATHEMATICAL ITALIC CAPITAL THETA SYMBOL"@en .

<http://lexvo.org/id/char/1D6F4> a lvont:Character ;
    lvont:represents "𝛴"^^xsd:string ;
    rdfs:comment "MATHEMATICAL ITALIC CAPITAL SIGMA"@en .

<http://lexvo.org/id/char/1D6F5> a lvont:Character ;
    lvont:represents "𝛵"^^xsd:string ;
    rdfs:comment "MATHEMATICAL ITALIC CAPITAL TAU"@en .

<http://lexvo.org/id/char/1D6F6> a lvont:Character ;
    lvont:represents "𝛶"^^xsd:string ;
    rdfs:comment "MATHEMATICAL ITALIC CAPITAL UPSILON"@en .

<http://lexvo.org/id/char/1D6F7> a lvont:Character ;
    lvont:represents "𝛷"^^xsd:string ;
    rdfs:comment "MATHEMATICAL ITALIC CAPITAL PHI"@en .

<http://lexvo.org/id/char/1D6F8> a lvont:Character ;
    lvont:represents "𝛸"^^xsd:string ;
    rdfs:comment "MATHEMATICAL ITALIC CAPITAL CHI"@en .

<http://lexvo.org/id/char/1D6F9> a lvont:Character ;
    lvont:represents "𝛹"^^xsd:string ;
    rdfs:comment "MATHEMATICAL ITALIC CAPITAL PSI"@en .

<http://lexvo.org/id/char/1D6FA> a lvont:Character ;
    lvont:represents "𝛺"^^xsd:string ;
    rdfs:comment "MATHEMATICAL ITALIC CAPITAL OMEGA"@en .

<http://lexvo.org/id/char/1D6FB> a lvont:Character ;
    lvont:represents "𝛻"^^xsd:string ;
    rdfs:comment "MATHEMATICAL ITALIC NABLA"@en .

<http://lexvo.org/id/char/1D6FC> a lvont:Character ;
    lvont:represents "𝛼"^^xsd:string ;
    rdfs:comment "MATHEMATICAL ITALIC SMALL ALPHA"@en .

<http://lexvo.org/id/char/1D6FD> a lvont:Character ;
    lvont:represents "𝛽"^^xsd:string ;
    rdfs:comment "MATHEMATICAL ITALIC SMALL BETA"@en .

<http://lexvo.org/id/char/1D6FE> a lvont:Character ;
    lvont:represents "𝛾"^^xsd:string ;
    rdfs:comment "MATHEMATICAL ITALIC SMALL GAMMA"@en .

<http://lexvo.org/id/char/1D6FF> a lvont:Character ;
    lvont:represents "𝛿"^^xsd:string ;
    rdfs:comment "MATHEMATICAL ITALIC SMALL DELTA"@en .

<http://lexvo.org/id/char/1D70> a lvont:Character ;
    lvont:represents "ᵰ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER N WITH MIDDLE TILDE"@en .

<http://lexvo.org/id/char/1D700> a lvont:Character ;
    lvont:represents "𝜀"^^xsd:string ;
    rdfs:comment "MATHEMATICAL ITALIC SMALL EPSILON"@en .

<http://lexvo.org/id/char/1D701> a lvont:Character ;
    lvont:represents "𝜁"^^xsd:string ;
    rdfs:comment "MATHEMATICAL ITALIC SMALL ZETA"@en .

<http://lexvo.org/id/char/1D702> a lvont:Character ;
    lvont:represents "𝜂"^^xsd:string ;
    rdfs:comment "MATHEMATICAL ITALIC SMALL ETA"@en .

<http://lexvo.org/id/char/1D703> a lvont:Character ;
    lvont:represents "𝜃"^^xsd:string ;
    rdfs:comment "MATHEMATICAL ITALIC SMALL THETA"@en .

<http://lexvo.org/id/char/1D704> a lvont:Character ;
    lvont:represents "𝜄"^^xsd:string ;
    rdfs:comment "MATHEMATICAL ITALIC SMALL IOTA"@en .

<http://lexvo.org/id/char/1D705> a lvont:Character ;
    lvont:represents "𝜅"^^xsd:string ;
    rdfs:comment "MATHEMATICAL ITALIC SMALL KAPPA"@en .

<http://lexvo.org/id/char/1D706> a lvont:Character ;
    lvont:represents "𝜆"^^xsd:string ;
    rdfs:comment "MATHEMATICAL ITALIC SMALL LAMDA"@en .

<http://lexvo.org/id/char/1D707> a lvont:Character ;
    lvont:represents "𝜇"^^xsd:string ;
    rdfs:comment "MATHEMATICAL ITALIC SMALL MU"@en .

<http://lexvo.org/id/char/1D708> a lvont:Character ;
    lvont:represents "𝜈"^^xsd:string ;
    rdfs:comment "MATHEMATICAL ITALIC SMALL NU"@en .

<http://lexvo.org/id/char/1D709> a lvont:Character ;
    lvont:represents "𝜉"^^xsd:string ;
    rdfs:comment "MATHEMATICAL ITALIC SMALL XI"@en .

<http://lexvo.org/id/char/1D70A> a lvont:Character ;
    lvont:represents "𝜊"^^xsd:string ;
    rdfs:comment "MATHEMATICAL ITALIC SMALL OMICRON"@en .

<http://lexvo.org/id/char/1D70B> a lvont:Character ;
    lvont:represents "𝜋"^^xsd:string ;
    rdfs:comment "MATHEMATICAL ITALIC SMALL PI"@en .

<http://lexvo.org/id/char/1D70C> a lvont:Character ;
    lvont:represents "𝜌"^^xsd:string ;
    rdfs:comment "MATHEMATICAL ITALIC SMALL RHO"@en .

<http://lexvo.org/id/char/1D70D> a lvont:Character ;
    lvont:represents "𝜍"^^xsd:string ;
    rdfs:comment "MATHEMATICAL ITALIC SMALL FINAL SIGMA"@en .

<http://lexvo.org/id/char/1D70E> a lvont:Character ;
    lvont:represents "𝜎"^^xsd:string ;
    rdfs:comment "MATHEMATICAL ITALIC SMALL SIGMA"@en .

<http://lexvo.org/id/char/1D70F> a lvont:Character ;
    lvont:represents "𝜏"^^xsd:string ;
    rdfs:comment "MATHEMATICAL ITALIC SMALL TAU"@en .

<http://lexvo.org/id/char/1D71> a lvont:Character ;
    lvont:represents "ᵱ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER P WITH MIDDLE TILDE"@en .

<http://lexvo.org/id/char/1D710> a lvont:Character ;
    lvont:represents "𝜐"^^xsd:string ;
    rdfs:comment "MATHEMATICAL ITALIC SMALL UPSILON"@en .

<http://lexvo.org/id/char/1D711> a lvont:Character ;
    lvont:represents "𝜑"^^xsd:string ;
    rdfs:comment "MATHEMATICAL ITALIC SMALL PHI"@en .

<http://lexvo.org/id/char/1D712> a lvont:Character ;
    lvont:represents "𝜒"^^xsd:string ;
    rdfs:comment "MATHEMATICAL ITALIC SMALL CHI"@en .

<http://lexvo.org/id/char/1D713> a lvont:Character ;
    lvont:represents "𝜓"^^xsd:string ;
    rdfs:comment "MATHEMATICAL ITALIC SMALL PSI"@en .

<http://lexvo.org/id/char/1D714> a lvont:Character ;
    lvont:represents "𝜔"^^xsd:string ;
    rdfs:comment "MATHEMATICAL ITALIC SMALL OMEGA"@en .

<http://lexvo.org/id/char/1D715> a lvont:Character ;
    lvont:represents "𝜕"^^xsd:string ;
    rdfs:comment "MATHEMATICAL ITALIC PARTIAL DIFFERENTIAL"@en .

<http://lexvo.org/id/char/1D716> a lvont:Character ;
    lvont:represents "𝜖"^^xsd:string ;
    rdfs:comment "MATHEMATICAL ITALIC EPSILON SYMBOL"@en .

<http://lexvo.org/id/char/1D717> a lvont:Character ;
    lvont:represents "𝜗"^^xsd:string ;
    rdfs:comment "MATHEMATICAL ITALIC THETA SYMBOL"@en .

<http://lexvo.org/id/char/1D718> a lvont:Character ;
    lvont:represents "𝜘"^^xsd:string ;
    rdfs:comment "MATHEMATICAL ITALIC KAPPA SYMBOL"@en .

<http://lexvo.org/id/char/1D719> a lvont:Character ;
    lvont:represents "𝜙"^^xsd:string ;
    rdfs:comment "MATHEMATICAL ITALIC PHI SYMBOL"@en .

<http://lexvo.org/id/char/1D71A> a lvont:Character ;
    lvont:represents "𝜚"^^xsd:string ;
    rdfs:comment "MATHEMATICAL ITALIC RHO SYMBOL"@en .

<http://lexvo.org/id/char/1D71B> a lvont:Character ;
    lvont:represents "𝜛"^^xsd:string ;
    rdfs:comment "MATHEMATICAL ITALIC PI SYMBOL"@en .

<http://lexvo.org/id/char/1D71C> a lvont:Character ;
    lvont:represents "𝜜"^^xsd:string ;
    rdfs:comment "MATHEMATICAL BOLD ITALIC CAPITAL ALPHA"@en .

<http://lexvo.org/id/char/1D71D> a lvont:Character ;
    lvont:represents "𝜝"^^xsd:string ;
    rdfs:comment "MATHEMATICAL BOLD ITALIC CAPITAL BETA"@en .

<http://lexvo.org/id/char/1D71E> a lvont:Character ;
    lvont:represents "𝜞"^^xsd:string ;
    rdfs:comment "MATHEMATICAL BOLD ITALIC CAPITAL GAMMA"@en .

<http://lexvo.org/id/char/1D71F> a lvont:Character ;
    lvont:represents "𝜟"^^xsd:string ;
    rdfs:comment "MATHEMATICAL BOLD ITALIC CAPITAL DELTA"@en .

<http://lexvo.org/id/char/1D72> a lvont:Character ;
    lvont:represents "ᵲ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER R WITH MIDDLE TILDE"@en .

<http://lexvo.org/id/char/1D720> a lvont:Character ;
    lvont:represents "𝜠"^^xsd:string ;
    rdfs:comment "MATHEMATICAL BOLD ITALIC CAPITAL EPSILON"@en .

<http://lexvo.org/id/char/1D721> a lvont:Character ;
    lvont:represents "𝜡"^^xsd:string ;
    rdfs:comment "MATHEMATICAL BOLD ITALIC CAPITAL ZETA"@en .

<http://lexvo.org/id/char/1D722> a lvont:Character ;
    lvont:represents "𝜢"^^xsd:string ;
    rdfs:comment "MATHEMATICAL BOLD ITALIC CAPITAL ETA"@en .

<http://lexvo.org/id/char/1D723> a lvont:Character ;
    lvont:represents "𝜣"^^xsd:string ;
    rdfs:comment "MATHEMATICAL BOLD ITALIC CAPITAL THETA"@en .

<http://lexvo.org/id/char/1D724> a lvont:Character ;
    lvont:represents "𝜤"^^xsd:string ;
    rdfs:comment "MATHEMATICAL BOLD ITALIC CAPITAL IOTA"@en .

<http://lexvo.org/id/char/1D725> a lvont:Character ;
    lvont:represents "𝜥"^^xsd:string ;
    rdfs:comment "MATHEMATICAL BOLD ITALIC CAPITAL KAPPA"@en .

<http://lexvo.org/id/char/1D726> a lvont:Character ;
    lvont:represents "𝜦"^^xsd:string ;
    rdfs:comment "MATHEMATICAL BOLD ITALIC CAPITAL LAMDA"@en .

<http://lexvo.org/id/char/1D727> a lvont:Character ;
    lvont:represents "𝜧"^^xsd:string ;
    rdfs:comment "MATHEMATICAL BOLD ITALIC CAPITAL MU"@en .

<http://lexvo.org/id/char/1D728> a lvont:Character ;
    lvont:represents "𝜨"^^xsd:string ;
    rdfs:comment "MATHEMATICAL BOLD ITALIC CAPITAL NU"@en .

<http://lexvo.org/id/char/1D729> a lvont:Character ;
    lvont:represents "𝜩"^^xsd:string ;
    rdfs:comment "MATHEMATICAL BOLD ITALIC CAPITAL XI"@en .

<http://lexvo.org/id/char/1D72A> a lvont:Character ;
    lvont:represents "𝜪"^^xsd:string ;
    rdfs:comment "MATHEMATICAL BOLD ITALIC CAPITAL OMICRON"@en .

<http://lexvo.org/id/char/1D72B> a lvont:Character ;
    lvont:represents "𝜫"^^xsd:string ;
    rdfs:comment "MATHEMATICAL BOLD ITALIC CAPITAL PI"@en .

<http://lexvo.org/id/char/1D72C> a lvont:Character ;
    lvont:represents "𝜬"^^xsd:string ;
    rdfs:comment "MATHEMATICAL BOLD ITALIC CAPITAL RHO"@en .

<http://lexvo.org/id/char/1D72D> a lvont:Character ;
    lvont:represents "𝜭"^^xsd:string ;
    rdfs:comment "MATHEMATICAL BOLD ITALIC CAPITAL THETA SYMBOL"@en .

<http://lexvo.org/id/char/1D72E> a lvont:Character ;
    lvont:represents "𝜮"^^xsd:string ;
    rdfs:comment "MATHEMATICAL BOLD ITALIC CAPITAL SIGMA"@en .

<http://lexvo.org/id/char/1D72F> a lvont:Character ;
    lvont:represents "𝜯"^^xsd:string ;
    rdfs:comment "MATHEMATICAL BOLD ITALIC CAPITAL TAU"@en .

<http://lexvo.org/id/char/1D73> a lvont:Character ;
    lvont:represents "ᵳ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER R WITH FISHHOOK AND MIDDLE TILDE"@en .

<http://lexvo.org/id/char/1D730> a lvont:Character ;
    lvont:represents "𝜰"^^xsd:string ;
    rdfs:comment "MATHEMATICAL BOLD ITALIC CAPITAL UPSILON"@en .

<http://lexvo.org/id/char/1D731> a lvont:Character ;
    lvont:represents "𝜱"^^xsd:string ;
    rdfs:comment "MATHEMATICAL BOLD ITALIC CAPITAL PHI"@en .

<http://lexvo.org/id/char/1D732> a lvont:Character ;
    lvont:represents "𝜲"^^xsd:string ;
    rdfs:comment "MATHEMATICAL BOLD ITALIC CAPITAL CHI"@en .

<http://lexvo.org/id/char/1D733> a lvont:Character ;
    lvont:represents "𝜳"^^xsd:string ;
    rdfs:comment "MATHEMATICAL BOLD ITALIC CAPITAL PSI"@en .

<http://lexvo.org/id/char/1D734> a lvont:Character ;
    lvont:represents "𝜴"^^xsd:string ;
    rdfs:comment "MATHEMATICAL BOLD ITALIC CAPITAL OMEGA"@en .

<http://lexvo.org/id/char/1D735> a lvont:Character ;
    lvont:represents "𝜵"^^xsd:string ;
    rdfs:comment "MATHEMATICAL BOLD ITALIC NABLA"@en .

<http://lexvo.org/id/char/1D736> a lvont:Character ;
    lvont:represents "𝜶"^^xsd:string ;
    rdfs:comment "MATHEMATICAL BOLD ITALIC SMALL ALPHA"@en .

<http://lexvo.org/id/char/1D737> a lvont:Character ;
    lvont:represents "𝜷"^^xsd:string ;
    rdfs:comment "MATHEMATICAL BOLD ITALIC SMALL BETA"@en .

<http://lexvo.org/id/char/1D738> a lvont:Character ;
    lvont:represents "𝜸"^^xsd:string ;
    rdfs:comment "MATHEMATICAL BOLD ITALIC SMALL GAMMA"@en .

<http://lexvo.org/id/char/1D739> a lvont:Character ;
    lvont:represents "𝜹"^^xsd:string ;
    rdfs:comment "MATHEMATICAL BOLD ITALIC SMALL DELTA"@en .

<http://lexvo.org/id/char/1D73A> a lvont:Character ;
    lvont:represents "𝜺"^^xsd:string ;
    rdfs:comment "MATHEMATICAL BOLD ITALIC SMALL EPSILON"@en .

<http://lexvo.org/id/char/1D73B> a lvont:Character ;
    lvont:represents "𝜻"^^xsd:string ;
    rdfs:comment "MATHEMATICAL BOLD ITALIC SMALL ZETA"@en .

<http://lexvo.org/id/char/1D73C> a lvont:Character ;
    lvont:represents "𝜼"^^xsd:string ;
    rdfs:comment "MATHEMATICAL BOLD ITALIC SMALL ETA"@en .

<http://lexvo.org/id/char/1D73D> a lvont:Character ;
    lvont:represents "𝜽"^^xsd:string ;
    rdfs:comment "MATHEMATICAL BOLD ITALIC SMALL THETA"@en .

<http://lexvo.org/id/char/1D73E> a lvont:Character ;
    lvont:represents "𝜾"^^xsd:string ;
    rdfs:comment "MATHEMATICAL BOLD ITALIC SMALL IOTA"@en .

<http://lexvo.org/id/char/1D73F> a lvont:Character ;
    lvont:represents "𝜿"^^xsd:string ;
    rdfs:comment "MATHEMATICAL BOLD ITALIC SMALL KAPPA"@en .

<http://lexvo.org/id/char/1D74> a lvont:Character ;
    lvont:represents "ᵴ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER S WITH MIDDLE TILDE"@en .

<http://lexvo.org/id/char/1D740> a lvont:Character ;
    lvont:represents "𝝀"^^xsd:string ;
    rdfs:comment "MATHEMATICAL BOLD ITALIC SMALL LAMDA"@en .

<http://lexvo.org/id/char/1D741> a lvont:Character ;
    lvont:represents "𝝁"^^xsd:string ;
    rdfs:comment "MATHEMATICAL BOLD ITALIC SMALL MU"@en .

<http://lexvo.org/id/char/1D742> a lvont:Character ;
    lvont:represents "𝝂"^^xsd:string ;
    rdfs:comment "MATHEMATICAL BOLD ITALIC SMALL NU"@en .

<http://lexvo.org/id/char/1D743> a lvont:Character ;
    lvont:represents "𝝃"^^xsd:string ;
    rdfs:comment "MATHEMATICAL BOLD ITALIC SMALL XI"@en .

<http://lexvo.org/id/char/1D744> a lvont:Character ;
    lvont:represents "𝝄"^^xsd:string ;
    rdfs:comment "MATHEMATICAL BOLD ITALIC SMALL OMICRON"@en .

<http://lexvo.org/id/char/1D745> a lvont:Character ;
    lvont:represents "𝝅"^^xsd:string ;
    rdfs:comment "MATHEMATICAL BOLD ITALIC SMALL PI"@en .

<http://lexvo.org/id/char/1D746> a lvont:Character ;
    lvont:represents "𝝆"^^xsd:string ;
    rdfs:comment "MATHEMATICAL BOLD ITALIC SMALL RHO"@en .

<http://lexvo.org/id/char/1D747> a lvont:Character ;
    lvont:represents "𝝇"^^xsd:string ;
    rdfs:comment "MATHEMATICAL BOLD ITALIC SMALL FINAL SIGMA"@en .

<http://lexvo.org/id/char/1D748> a lvont:Character ;
    lvont:represents "𝝈"^^xsd:string ;
    rdfs:comment "MATHEMATICAL BOLD ITALIC SMALL SIGMA"@en .

<http://lexvo.org/id/char/1D749> a lvont:Character ;
    lvont:represents "𝝉"^^xsd:string ;
    rdfs:comment "MATHEMATICAL BOLD ITALIC SMALL TAU"@en .

<http://lexvo.org/id/char/1D74A> a lvont:Character ;
    lvont:represents "𝝊"^^xsd:string ;
    rdfs:comment "MATHEMATICAL BOLD ITALIC SMALL UPSILON"@en .

<http://lexvo.org/id/char/1D74B> a lvont:Character ;
    lvont:represents "𝝋"^^xsd:string ;
    rdfs:comment "MATHEMATICAL BOLD ITALIC SMALL PHI"@en .

<http://lexvo.org/id/char/1D74C> a lvont:Character ;
    lvont:represents "𝝌"^^xsd:string ;
    rdfs:comment "MATHEMATICAL BOLD ITALIC SMALL CHI"@en .

<http://lexvo.org/id/char/1D74D> a lvont:Character ;
    lvont:represents "𝝍"^^xsd:string ;
    rdfs:comment "MATHEMATICAL BOLD ITALIC SMALL PSI"@en .

<http://lexvo.org/id/char/1D74E> a lvont:Character ;
    lvont:represents "𝝎"^^xsd:string ;
    rdfs:comment "MATHEMATICAL BOLD ITALIC SMALL OMEGA"@en .

<http://lexvo.org/id/char/1D74F> a lvont:Character ;
    lvont:represents "𝝏"^^xsd:string ;
    rdfs:comment "MATHEMATICAL BOLD ITALIC PARTIAL DIFFERENTIAL"@en .

<http://lexvo.org/id/char/1D75> a lvont:Character ;
    lvont:represents "ᵵ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER T WITH MIDDLE TILDE"@en .

<http://lexvo.org/id/char/1D750> a lvont:Character ;
    lvont:represents "𝝐"^^xsd:string ;
    rdfs:comment "MATHEMATICAL BOLD ITALIC EPSILON SYMBOL"@en .

<http://lexvo.org/id/char/1D751> a lvont:Character ;
    lvont:represents "𝝑"^^xsd:string ;
    rdfs:comment "MATHEMATICAL BOLD ITALIC THETA SYMBOL"@en .

<http://lexvo.org/id/char/1D752> a lvont:Character ;
    lvont:represents "𝝒"^^xsd:string ;
    rdfs:comment "MATHEMATICAL BOLD ITALIC KAPPA SYMBOL"@en .

<http://lexvo.org/id/char/1D753> a lvont:Character ;
    lvont:represents "𝝓"^^xsd:string ;
    rdfs:comment "MATHEMATICAL BOLD ITALIC PHI SYMBOL"@en .

<http://lexvo.org/id/char/1D754> a lvont:Character ;
    lvont:represents "𝝔"^^xsd:string ;
    rdfs:comment "MATHEMATICAL BOLD ITALIC RHO SYMBOL"@en .

<http://lexvo.org/id/char/1D755> a lvont:Character ;
    lvont:represents "𝝕"^^xsd:string ;
    rdfs:comment "MATHEMATICAL BOLD ITALIC PI SYMBOL"@en .

<http://lexvo.org/id/char/1D756> a lvont:Character ;
    lvont:represents "𝝖"^^xsd:string ;
    rdfs:comment "MATHEMATICAL SANS-SERIF BOLD CAPITAL ALPHA"@en .

<http://lexvo.org/id/char/1D757> a lvont:Character ;
    lvont:represents "𝝗"^^xsd:string ;
    rdfs:comment "MATHEMATICAL SANS-SERIF BOLD CAPITAL BETA"@en .

<http://lexvo.org/id/char/1D758> a lvont:Character ;
    lvont:represents "𝝘"^^xsd:string ;
    rdfs:comment "MATHEMATICAL SANS-SERIF BOLD CAPITAL GAMMA"@en .

<http://lexvo.org/id/char/1D759> a lvont:Character ;
    lvont:represents "𝝙"^^xsd:string ;
    rdfs:comment "MATHEMATICAL SANS-SERIF BOLD CAPITAL DELTA"@en .

<http://lexvo.org/id/char/1D75A> a lvont:Character ;
    lvont:represents "𝝚"^^xsd:string ;
    rdfs:comment "MATHEMATICAL SANS-SERIF BOLD CAPITAL EPSILON"@en .

<http://lexvo.org/id/char/1D75B> a lvont:Character ;
    lvont:represents "𝝛"^^xsd:string ;
    rdfs:comment "MATHEMATICAL SANS-SERIF BOLD CAPITAL ZETA"@en .

<http://lexvo.org/id/char/1D75C> a lvont:Character ;
    lvont:represents "𝝜"^^xsd:string ;
    rdfs:comment "MATHEMATICAL SANS-SERIF BOLD CAPITAL ETA"@en .

<http://lexvo.org/id/char/1D75D> a lvont:Character ;
    lvont:represents "𝝝"^^xsd:string ;
    rdfs:comment "MATHEMATICAL SANS-SERIF BOLD CAPITAL THETA"@en .

<http://lexvo.org/id/char/1D75E> a lvont:Character ;
    lvont:represents "𝝞"^^xsd:string ;
    rdfs:comment "MATHEMATICAL SANS-SERIF BOLD CAPITAL IOTA"@en .

<http://lexvo.org/id/char/1D75F> a lvont:Character ;
    lvont:represents "𝝟"^^xsd:string ;
    rdfs:comment "MATHEMATICAL SANS-SERIF BOLD CAPITAL KAPPA"@en .

<http://lexvo.org/id/char/1D76> a lvont:Character ;
    lvont:represents "ᵶ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER Z WITH MIDDLE TILDE"@en .

<http://lexvo.org/id/char/1D760> a lvont:Character ;
    lvont:represents "𝝠"^^xsd:string ;
    rdfs:comment "MATHEMATICAL SANS-SERIF BOLD CAPITAL LAMDA"@en .

<http://lexvo.org/id/char/1D761> a lvont:Character ;
    lvont:represents "𝝡"^^xsd:string ;
    rdfs:comment "MATHEMATICAL SANS-SERIF BOLD CAPITAL MU"@en .

<http://lexvo.org/id/char/1D762> a lvont:Character ;
    lvont:represents "𝝢"^^xsd:string ;
    rdfs:comment "MATHEMATICAL SANS-SERIF BOLD CAPITAL NU"@en .

<http://lexvo.org/id/char/1D763> a lvont:Character ;
    lvont:represents "𝝣"^^xsd:string ;
    rdfs:comment "MATHEMATICAL SANS-SERIF BOLD CAPITAL XI"@en .

<http://lexvo.org/id/char/1D764> a lvont:Character ;
    lvont:represents "𝝤"^^xsd:string ;
    rdfs:comment "MATHEMATICAL SANS-SERIF BOLD CAPITAL OMICRON"@en .

<http://lexvo.org/id/char/1D765> a lvont:Character ;
    lvont:represents "𝝥"^^xsd:string ;
    rdfs:comment "MATHEMATICAL SANS-SERIF BOLD CAPITAL PI"@en .

<http://lexvo.org/id/char/1D766> a lvont:Character ;
    lvont:represents "𝝦"^^xsd:string ;
    rdfs:comment "MATHEMATICAL SANS-SERIF BOLD CAPITAL RHO"@en .

<http://lexvo.org/id/char/1D767> a lvont:Character ;
    lvont:represents "𝝧"^^xsd:string ;
    rdfs:comment "MATHEMATICAL SANS-SERIF BOLD CAPITAL THETA SYMBOL"@en .

<http://lexvo.org/id/char/1D768> a lvont:Character ;
    lvont:represents "𝝨"^^xsd:string ;
    rdfs:comment "MATHEMATICAL SANS-SERIF BOLD CAPITAL SIGMA"@en .

<http://lexvo.org/id/char/1D769> a lvont:Character ;
    lvont:represents "𝝩"^^xsd:string ;
    rdfs:comment "MATHEMATICAL SANS-SERIF BOLD CAPITAL TAU"@en .

<http://lexvo.org/id/char/1D76A> a lvont:Character ;
    lvont:represents "𝝪"^^xsd:string ;
    rdfs:comment "MATHEMATICAL SANS-SERIF BOLD CAPITAL UPSILON"@en .

<http://lexvo.org/id/char/1D76B> a lvont:Character ;
    lvont:represents "𝝫"^^xsd:string ;
    rdfs:comment "MATHEMATICAL SANS-SERIF BOLD CAPITAL PHI"@en .

<http://lexvo.org/id/char/1D76C> a lvont:Character ;
    lvont:represents "𝝬"^^xsd:string ;
    rdfs:comment "MATHEMATICAL SANS-SERIF BOLD CAPITAL CHI"@en .

<http://lexvo.org/id/char/1D76D> a lvont:Character ;
    lvont:represents "𝝭"^^xsd:string ;
    rdfs:comment "MATHEMATICAL SANS-SERIF BOLD CAPITAL PSI"@en .

<http://lexvo.org/id/char/1D76E> a lvont:Character ;
    lvont:represents "𝝮"^^xsd:string ;
    rdfs:comment "MATHEMATICAL SANS-SERIF BOLD CAPITAL OMEGA"@en .

<http://lexvo.org/id/char/1D76F> a lvont:Character ;
    lvont:represents "𝝯"^^xsd:string ;
    rdfs:comment "MATHEMATICAL SANS-SERIF BOLD NABLA"@en .

<http://lexvo.org/id/char/1D77> a lvont:Character ;
    lvont:represents "ᵷ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER TURNED G"@en .

<http://lexvo.org/id/char/1D770> a lvont:Character ;
    lvont:represents "𝝰"^^xsd:string ;
    rdfs:comment "MATHEMATICAL SANS-SERIF BOLD SMALL ALPHA"@en .

<http://lexvo.org/id/char/1D771> a lvont:Character ;
    lvont:represents "𝝱"^^xsd:string ;
    rdfs:comment "MATHEMATICAL SANS-SERIF BOLD SMALL BETA"@en .

<http://lexvo.org/id/char/1D772> a lvont:Character ;
    lvont:represents "𝝲"^^xsd:string ;
    rdfs:comment "MATHEMATICAL SANS-SERIF BOLD SMALL GAMMA"@en .

<http://lexvo.org/id/char/1D773> a lvont:Character ;
    lvont:represents "𝝳"^^xsd:string ;
    rdfs:comment "MATHEMATICAL SANS-SERIF BOLD SMALL DELTA"@en .

<http://lexvo.org/id/char/1D774> a lvont:Character ;
    lvont:represents "𝝴"^^xsd:string ;
    rdfs:comment "MATHEMATICAL SANS-SERIF BOLD SMALL EPSILON"@en .

<http://lexvo.org/id/char/1D775> a lvont:Character ;
    lvont:represents "𝝵"^^xsd:string ;
    rdfs:comment "MATHEMATICAL SANS-SERIF BOLD SMALL ZETA"@en .

<http://lexvo.org/id/char/1D776> a lvont:Character ;
    lvont:represents "𝝶"^^xsd:string ;
    rdfs:comment "MATHEMATICAL SANS-SERIF BOLD SMALL ETA"@en .

<http://lexvo.org/id/char/1D777> a lvont:Character ;
    lvont:represents "𝝷"^^xsd:string ;
    rdfs:comment "MATHEMATICAL SANS-SERIF BOLD SMALL THETA"@en .

<http://lexvo.org/id/char/1D778> a lvont:Character ;
    lvont:represents "𝝸"^^xsd:string ;
    rdfs:comment "MATHEMATICAL SANS-SERIF BOLD SMALL IOTA"@en .

<http://lexvo.org/id/char/1D779> a lvont:Character ;
    lvont:represents "𝝹"^^xsd:string ;
    rdfs:comment "MATHEMATICAL SANS-SERIF BOLD SMALL KAPPA"@en .

<http://lexvo.org/id/char/1D77A> a lvont:Character ;
    lvont:represents "𝝺"^^xsd:string ;
    rdfs:comment "MATHEMATICAL SANS-SERIF BOLD SMALL LAMDA"@en .

<http://lexvo.org/id/char/1D77B> a lvont:Character ;
    lvont:represents "𝝻"^^xsd:string ;
    rdfs:comment "MATHEMATICAL SANS-SERIF BOLD SMALL MU"@en .

<http://lexvo.org/id/char/1D77C> a lvont:Character ;
    lvont:represents "𝝼"^^xsd:string ;
    rdfs:comment "MATHEMATICAL SANS-SERIF BOLD SMALL NU"@en .

<http://lexvo.org/id/char/1D77D> a lvont:Character ;
    lvont:represents "𝝽"^^xsd:string ;
    rdfs:comment "MATHEMATICAL SANS-SERIF BOLD SMALL XI"@en .

<http://lexvo.org/id/char/1D77E> a lvont:Character ;
    lvont:represents "𝝾"^^xsd:string ;
    rdfs:comment "MATHEMATICAL SANS-SERIF BOLD SMALL OMICRON"@en .

<http://lexvo.org/id/char/1D77F> a lvont:Character ;
    lvont:represents "𝝿"^^xsd:string ;
    rdfs:comment "MATHEMATICAL SANS-SERIF BOLD SMALL PI"@en .

<http://lexvo.org/id/char/1D78> a lvont:Character ;
    lvont:represents "ᵸ"^^xsd:string ;
    rdfs:comment "MODIFIER LETTER CYRILLIC EN"@en .

<http://lexvo.org/id/char/1D780> a lvont:Character ;
    lvont:represents "𝞀"^^xsd:string ;
    rdfs:comment "MATHEMATICAL SANS-SERIF BOLD SMALL RHO"@en .

<http://lexvo.org/id/char/1D781> a lvont:Character ;
    lvont:represents "𝞁"^^xsd:string ;
    rdfs:comment "MATHEMATICAL SANS-SERIF BOLD SMALL FINAL SIGMA"@en .

<http://lexvo.org/id/char/1D782> a lvont:Character ;
    lvont:represents "𝞂"^^xsd:string ;
    rdfs:comment "MATHEMATICAL SANS-SERIF BOLD SMALL SIGMA"@en .

<http://lexvo.org/id/char/1D783> a lvont:Character ;
    lvont:represents "𝞃"^^xsd:string ;
    rdfs:comment "MATHEMATICAL SANS-SERIF BOLD SMALL TAU"@en .

<http://lexvo.org/id/char/1D784> a lvont:Character ;
    lvont:represents "𝞄"^^xsd:string ;
    rdfs:comment "MATHEMATICAL SANS-SERIF BOLD SMALL UPSILON"@en .

<http://lexvo.org/id/char/1D785> a lvont:Character ;
    lvont:represents "𝞅"^^xsd:string ;
    rdfs:comment "MATHEMATICAL SANS-SERIF BOLD SMALL PHI"@en .

<http://lexvo.org/id/char/1D786> a lvont:Character ;
    lvont:represents "𝞆"^^xsd:string ;
    rdfs:comment "MATHEMATICAL SANS-SERIF BOLD SMALL CHI"@en .

<http://lexvo.org/id/char/1D787> a lvont:Character ;
    lvont:represents "𝞇"^^xsd:string ;
    rdfs:comment "MATHEMATICAL SANS-SERIF BOLD SMALL PSI"@en .

<http://lexvo.org/id/char/1D788> a lvont:Character ;
    lvont:represents "𝞈"^^xsd:string ;
    rdfs:comment "MATHEMATICAL SANS-SERIF BOLD SMALL OMEGA"@en .

<http://lexvo.org/id/char/1D789> a lvont:Character ;
    lvont:represents "𝞉"^^xsd:string ;
    rdfs:comment "MATHEMATICAL SANS-SERIF BOLD PARTIAL DIFFERENTIAL"@en .

<http://lexvo.org/id/char/1D78A> a lvont:Character ;
    lvont:represents "𝞊"^^xsd:string ;
    rdfs:comment "MATHEMATICAL SANS-SERIF BOLD EPSILON SYMBOL"@en .

<http://lexvo.org/id/char/1D78B> a lvont:Character ;
    lvont:represents "𝞋"^^xsd:string ;
    rdfs:comment "MATHEMATICAL SANS-SERIF BOLD THETA SYMBOL"@en .

<http://lexvo.org/id/char/1D78C> a lvont:Character ;
    lvont:represents "𝞌"^^xsd:string ;
    rdfs:comment "MATHEMATICAL SANS-SERIF BOLD KAPPA SYMBOL"@en .

<http://lexvo.org/id/char/1D78D> a lvont:Character ;
    lvont:represents "𝞍"^^xsd:string ;
    rdfs:comment "MATHEMATICAL SANS-SERIF BOLD PHI SYMBOL"@en .

<http://lexvo.org/id/char/1D78E> a lvont:Character ;
    lvont:represents "𝞎"^^xsd:string ;
    rdfs:comment "MATHEMATICAL SANS-SERIF BOLD RHO SYMBOL"@en .

<http://lexvo.org/id/char/1D78F> a lvont:Character ;
    lvont:represents "𝞏"^^xsd:string ;
    rdfs:comment "MATHEMATICAL SANS-SERIF BOLD PI SYMBOL"@en .

<http://lexvo.org/id/char/1D79> a lvont:Character ;
    lvont:represents "ᵹ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER INSULAR G"@en .

<http://lexvo.org/id/char/1D790> a lvont:Character ;
    lvont:represents "𝞐"^^xsd:string ;
    rdfs:comment "MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL ALPHA"@en .

<http://lexvo.org/id/char/1D791> a lvont:Character ;
    lvont:represents "𝞑"^^xsd:string ;
    rdfs:comment "MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL BETA"@en .

<http://lexvo.org/id/char/1D792> a lvont:Character ;
    lvont:represents "𝞒"^^xsd:string ;
    rdfs:comment "MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL GAMMA"@en .

<http://lexvo.org/id/char/1D793> a lvont:Character ;
    lvont:represents "𝞓"^^xsd:string ;
    rdfs:comment "MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL DELTA"@en .

<http://lexvo.org/id/char/1D794> a lvont:Character ;
    lvont:represents "𝞔"^^xsd:string ;
    rdfs:comment "MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL EPSILON"@en .

<http://lexvo.org/id/char/1D795> a lvont:Character ;
    lvont:represents "𝞕"^^xsd:string ;
    rdfs:comment "MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL ZETA"@en .

<http://lexvo.org/id/char/1D796> a lvont:Character ;
    lvont:represents "𝞖"^^xsd:string ;
    rdfs:comment "MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL ETA"@en .

<http://lexvo.org/id/char/1D797> a lvont:Character ;
    lvont:represents "𝞗"^^xsd:string ;
    rdfs:comment "MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL THETA"@en .

<http://lexvo.org/id/char/1D798> a lvont:Character ;
    lvont:represents "𝞘"^^xsd:string ;
    rdfs:comment "MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL IOTA"@en .

<http://lexvo.org/id/char/1D799> a lvont:Character ;
    lvont:represents "𝞙"^^xsd:string ;
    rdfs:comment "MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL KAPPA"@en .

<http://lexvo.org/id/char/1D79A> a lvont:Character ;
    lvont:represents "𝞚"^^xsd:string ;
    rdfs:comment "MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL LAMDA"@en .

<http://lexvo.org/id/char/1D79B> a lvont:Character ;
    lvont:represents "𝞛"^^xsd:string ;
    rdfs:comment "MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL MU"@en .

<http://lexvo.org/id/char/1D79C> a lvont:Character ;
    lvont:represents "𝞜"^^xsd:string ;
    rdfs:comment "MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL NU"@en .

<http://lexvo.org/id/char/1D79D> a lvont:Character ;
    lvont:represents "𝞝"^^xsd:string ;
    rdfs:comment "MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL XI"@en .

<http://lexvo.org/id/char/1D79E> a lvont:Character ;
    lvont:represents "𝞞"^^xsd:string ;
    rdfs:comment "MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL OMICRON"@en .

<http://lexvo.org/id/char/1D79F> a lvont:Character ;
    lvont:represents "𝞟"^^xsd:string ;
    rdfs:comment "MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL PI"@en .

<http://lexvo.org/id/char/1D7A> a lvont:Character ;
    lvont:represents "ᵺ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER TH WITH STRIKETHROUGH"@en .

<http://lexvo.org/id/char/1D7A0> a lvont:Character ;
    lvont:represents "𝞠"^^xsd:string ;
    rdfs:comment "MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL RHO"@en .

<http://lexvo.org/id/char/1D7A1> a lvont:Character ;
    lvont:represents "𝞡"^^xsd:string ;
    rdfs:comment "MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL THETA SYMBOL"@en .

<http://lexvo.org/id/char/1D7A2> a lvont:Character ;
    lvont:represents "𝞢"^^xsd:string ;
    rdfs:comment "MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL SIGMA"@en .

<http://lexvo.org/id/char/1D7A3> a lvont:Character ;
    lvont:represents "𝞣"^^xsd:string ;
    rdfs:comment "MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL TAU"@en .

<http://lexvo.org/id/char/1D7A4> a lvont:Character ;
    lvont:represents "𝞤"^^xsd:string ;
    rdfs:comment "MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL UPSILON"@en .

<http://lexvo.org/id/char/1D7A5> a lvont:Character ;
    lvont:represents "𝞥"^^xsd:string ;
    rdfs:comment "MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL PHI"@en .

<http://lexvo.org/id/char/1D7A6> a lvont:Character ;
    lvont:represents "𝞦"^^xsd:string ;
    rdfs:comment "MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL CHI"@en .

<http://lexvo.org/id/char/1D7A7> a lvont:Character ;
    lvont:represents "𝞧"^^xsd:string ;
    rdfs:comment "MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL PSI"@en .

<http://lexvo.org/id/char/1D7A8> a lvont:Character ;
    lvont:represents "𝞨"^^xsd:string ;
    rdfs:comment "MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL OMEGA"@en .

<http://lexvo.org/id/char/1D7A9> a lvont:Character ;
    lvont:represents "𝞩"^^xsd:string ;
    rdfs:comment "MATHEMATICAL SANS-SERIF BOLD ITALIC NABLA"@en .

<http://lexvo.org/id/char/1D7AA> a lvont:Character ;
    lvont:represents "𝞪"^^xsd:string ;
    rdfs:comment "MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL ALPHA"@en .

<http://lexvo.org/id/char/1D7AB> a lvont:Character ;
    lvont:represents "𝞫"^^xsd:string ;
    rdfs:comment "MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL BETA"@en .

<http://lexvo.org/id/char/1D7AC> a lvont:Character ;
    lvont:represents "𝞬"^^xsd:string ;
    rdfs:comment "MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL GAMMA"@en .

<http://lexvo.org/id/char/1D7AD> a lvont:Character ;
    lvont:represents "𝞭"^^xsd:string ;
    rdfs:comment "MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL DELTA"@en .

<http://lexvo.org/id/char/1D7AE> a lvont:Character ;
    lvont:represents "𝞮"^^xsd:string ;
    rdfs:comment "MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL EPSILON"@en .

<http://lexvo.org/id/char/1D7AF> a lvont:Character ;
    lvont:represents "𝞯"^^xsd:string ;
    rdfs:comment "MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL ZETA"@en .

<http://lexvo.org/id/char/1D7B> a lvont:Character ;
    lvont:represents "ᵻ"^^xsd:string ;
    rdfs:comment "LATIN SMALL CAPITAL LETTER I WITH STROKE"@en .

<http://lexvo.org/id/char/1D7B0> a lvont:Character ;
    lvont:represents "𝞰"^^xsd:string ;
    rdfs:comment "MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL ETA"@en .

<http://lexvo.org/id/char/1D7B1> a lvont:Character ;
    lvont:represents "𝞱"^^xsd:string ;
    rdfs:comment "MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL THETA"@en .

<http://lexvo.org/id/char/1D7B2> a lvont:Character ;
    lvont:represents "𝞲"^^xsd:string ;
    rdfs:comment "MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL IOTA"@en .

<http://lexvo.org/id/char/1D7B3> a lvont:Character ;
    lvont:represents "𝞳"^^xsd:string ;
    rdfs:comment "MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL KAPPA"@en .

<http://lexvo.org/id/char/1D7B4> a lvont:Character ;
    lvont:represents "𝞴"^^xsd:string ;
    rdfs:comment "MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL LAMDA"@en .

<http://lexvo.org/id/char/1D7B5> a lvont:Character ;
    lvont:represents "𝞵"^^xsd:string ;
    rdfs:comment "MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL MU"@en .

<http://lexvo.org/id/char/1D7B6> a lvont:Character ;
    lvont:represents "𝞶"^^xsd:string ;
    rdfs:comment "MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL NU"@en .

<http://lexvo.org/id/char/1D7B7> a lvont:Character ;
    lvont:represents "𝞷"^^xsd:string ;
    rdfs:comment "MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL XI"@en .

<http://lexvo.org/id/char/1D7B8> a lvont:Character ;
    lvont:represents "𝞸"^^xsd:string ;
    rdfs:comment "MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL OMICRON"@en .

<http://lexvo.org/id/char/1D7B9> a lvont:Character ;
    lvont:represents "𝞹"^^xsd:string ;
    rdfs:comment "MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL PI"@en .

<http://lexvo.org/id/char/1D7BA> a lvont:Character ;
    lvont:represents "𝞺"^^xsd:string ;
    rdfs:comment "MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL RHO"@en .

<http://lexvo.org/id/char/1D7BB> a lvont:Character ;
    lvont:represents "𝞻"^^xsd:string ;
    rdfs:comment "MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL FINAL SIGMA"@en .

<http://lexvo.org/id/char/1D7BC> a lvont:Character ;
    lvont:represents "𝞼"^^xsd:string ;
    rdfs:comment "MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL SIGMA"@en .

<http://lexvo.org/id/char/1D7BD> a lvont:Character ;
    lvont:represents "𝞽"^^xsd:string ;
    rdfs:comment "MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL TAU"@en .

<http://lexvo.org/id/char/1D7BE> a lvont:Character ;
    lvont:represents "𝞾"^^xsd:string ;
    rdfs:comment "MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL UPSILON"@en .

<http://lexvo.org/id/char/1D7BF> a lvont:Character ;
    lvont:represents "𝞿"^^xsd:string ;
    rdfs:comment "MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL PHI"@en .

<http://lexvo.org/id/char/1D7C> a lvont:Character ;
    lvont:represents "ᵼ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER IOTA WITH STROKE"@en .

<http://lexvo.org/id/char/1D7C0> a lvont:Character ;
    lvont:represents "𝟀"^^xsd:string ;
    rdfs:comment "MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL CHI"@en .

<http://lexvo.org/id/char/1D7C1> a lvont:Character ;
    lvont:represents "𝟁"^^xsd:string ;
    rdfs:comment "MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL PSI"@en .

<http://lexvo.org/id/char/1D7C2> a lvont:Character ;
    lvont:represents "𝟂"^^xsd:string ;
    rdfs:comment "MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL OMEGA"@en .

<http://lexvo.org/id/char/1D7C3> a lvont:Character ;
    lvont:represents "𝟃"^^xsd:string ;
    rdfs:comment "MATHEMATICAL SANS-SERIF BOLD ITALIC PARTIAL DIFFERENTIAL"@en .

<http://lexvo.org/id/char/1D7C4> a lvont:Character ;
    lvont:represents "𝟄"^^xsd:string ;
    rdfs:comment "MATHEMATICAL SANS-SERIF BOLD ITALIC EPSILON SYMBOL"@en .

<http://lexvo.org/id/char/1D7C5> a lvont:Character ;
    lvont:represents "𝟅"^^xsd:string ;
    rdfs:comment "MATHEMATICAL SANS-SERIF BOLD ITALIC THETA SYMBOL"@en .

<http://lexvo.org/id/char/1D7C6> a lvont:Character ;
    lvont:represents "𝟆"^^xsd:string ;
    rdfs:comment "MATHEMATICAL SANS-SERIF BOLD ITALIC KAPPA SYMBOL"@en .

<http://lexvo.org/id/char/1D7C7> a lvont:Character ;
    lvont:represents "𝟇"^^xsd:string ;
    rdfs:comment "MATHEMATICAL SANS-SERIF BOLD ITALIC PHI SYMBOL"@en .

<http://lexvo.org/id/char/1D7C8> a lvont:Character ;
    lvont:represents "𝟈"^^xsd:string ;
    rdfs:comment "MATHEMATICAL SANS-SERIF BOLD ITALIC RHO SYMBOL"@en .

<http://lexvo.org/id/char/1D7C9> a lvont:Character ;
    lvont:represents "𝟉"^^xsd:string ;
    rdfs:comment "MATHEMATICAL SANS-SERIF BOLD ITALIC PI SYMBOL"@en .

<http://lexvo.org/id/char/1D7CA> a lvont:Character ;
    lvont:represents "𝟊"^^xsd:string ;
    rdfs:comment "MATHEMATICAL BOLD CAPITAL DIGAMMA"@en .

<http://lexvo.org/id/char/1D7CB> a lvont:Character ;
    lvont:represents "𝟋"^^xsd:string ;
    rdfs:comment "MATHEMATICAL BOLD SMALL DIGAMMA"@en .

<http://lexvo.org/id/char/1D7CE> a lvont:Character ;
    lvont:represents "𝟎"^^xsd:string ;
    rdfs:comment "MATHEMATICAL BOLD DIGIT ZERO"@en .

<http://lexvo.org/id/char/1D7CF> a lvont:Character ;
    lvont:represents "𝟏"^^xsd:string ;
    rdfs:comment "MATHEMATICAL BOLD DIGIT ONE"@en .

<http://lexvo.org/id/char/1D7D> a lvont:Character ;
    lvont:represents "ᵽ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER P WITH STROKE"@en .

<http://lexvo.org/id/char/1D7D0> a lvont:Character ;
    lvont:represents "𝟐"^^xsd:string ;
    rdfs:comment "MATHEMATICAL BOLD DIGIT TWO"@en .

<http://lexvo.org/id/char/1D7D1> a lvont:Character ;
    lvont:represents "𝟑"^^xsd:string ;
    rdfs:comment "MATHEMATICAL BOLD DIGIT THREE"@en .

<http://lexvo.org/id/char/1D7D2> a lvont:Character ;
    lvont:represents "𝟒"^^xsd:string ;
    rdfs:comment "MATHEMATICAL BOLD DIGIT FOUR"@en .

<http://lexvo.org/id/char/1D7D3> a lvont:Character ;
    lvont:represents "𝟓"^^xsd:string ;
    rdfs:comment "MATHEMATICAL BOLD DIGIT FIVE"@en .

<http://lexvo.org/id/char/1D7D4> a lvont:Character ;
    lvont:represents "𝟔"^^xsd:string ;
    rdfs:comment "MATHEMATICAL BOLD DIGIT SIX"@en .

<http://lexvo.org/id/char/1D7D5> a lvont:Character ;
    lvont:represents "𝟕"^^xsd:string ;
    rdfs:comment "MATHEMATICAL BOLD DIGIT SEVEN"@en .

<http://lexvo.org/id/char/1D7D6> a lvont:Character ;
    lvont:represents "𝟖"^^xsd:string ;
    rdfs:comment "MATHEMATICAL BOLD DIGIT EIGHT"@en .

<http://lexvo.org/id/char/1D7D7> a lvont:Character ;
    lvont:represents "𝟗"^^xsd:string ;
    rdfs:comment "MATHEMATICAL BOLD DIGIT NINE"@en .

<http://lexvo.org/id/char/1D7D8> a lvont:Character ;
    lvont:represents "𝟘"^^xsd:string ;
    rdfs:comment "MATHEMATICAL DOUBLE-STRUCK DIGIT ZERO"@en .

<http://lexvo.org/id/char/1D7D9> a lvont:Character ;
    lvont:represents "𝟙"^^xsd:string ;
    rdfs:comment "MATHEMATICAL DOUBLE-STRUCK DIGIT ONE"@en .

<http://lexvo.org/id/char/1D7DA> a lvont:Character ;
    lvont:represents "𝟚"^^xsd:string ;
    rdfs:comment "MATHEMATICAL DOUBLE-STRUCK DIGIT TWO"@en .

<http://lexvo.org/id/char/1D7DB> a lvont:Character ;
    lvont:represents "𝟛"^^xsd:string ;
    rdfs:comment "MATHEMATICAL DOUBLE-STRUCK DIGIT THREE"@en .

<http://lexvo.org/id/char/1D7DC> a lvont:Character ;
    lvont:represents "𝟜"^^xsd:string ;
    rdfs:comment "MATHEMATICAL DOUBLE-STRUCK DIGIT FOUR"@en .

<http://lexvo.org/id/char/1D7DD> a lvont:Character ;
    lvont:represents "𝟝"^^xsd:string ;
    rdfs:comment "MATHEMATICAL DOUBLE-STRUCK DIGIT FIVE"@en .

<http://lexvo.org/id/char/1D7DE> a lvont:Character ;
    lvont:represents "𝟞"^^xsd:string ;
    rdfs:comment "MATHEMATICAL DOUBLE-STRUCK DIGIT SIX"@en .

<http://lexvo.org/id/char/1D7DF> a lvont:Character ;
    lvont:represents "𝟟"^^xsd:string ;
    rdfs:comment "MATHEMATICAL DOUBLE-STRUCK DIGIT SEVEN"@en .

<http://lexvo.org/id/char/1D7E> a lvont:Character ;
    lvont:represents "ᵾ"^^xsd:string ;
    rdfs:comment "LATIN SMALL CAPITAL LETTER U WITH STROKE"@en .

<http://lexvo.org/id/char/1D7E0> a lvont:Character ;
    lvont:represents "𝟠"^^xsd:string ;
    rdfs:comment "MATHEMATICAL DOUBLE-STRUCK DIGIT EIGHT"@en .

<http://lexvo.org/id/char/1D7E1> a lvont:Character ;
    lvont:represents "𝟡"^^xsd:string ;
    rdfs:comment "MATHEMATICAL DOUBLE-STRUCK DIGIT NINE"@en .

<http://lexvo.org/id/char/1D7E2> a lvont:Character ;
    lvont:represents "𝟢"^^xsd:string ;
    rdfs:comment "MATHEMATICAL SANS-SERIF DIGIT ZERO"@en .

<http://lexvo.org/id/char/1D7E3> a lvont:Character ;
    lvont:represents "𝟣"^^xsd:string ;
    rdfs:comment "MATHEMATICAL SANS-SERIF DIGIT ONE"@en .

<http://lexvo.org/id/char/1D7E4> a lvont:Character ;
    lvont:represents "𝟤"^^xsd:string ;
    rdfs:comment "MATHEMATICAL SANS-SERIF DIGIT TWO"@en .

<http://lexvo.org/id/char/1D7E5> a lvont:Character ;
    lvont:represents "𝟥"^^xsd:string ;
    rdfs:comment "MATHEMATICAL SANS-SERIF DIGIT THREE"@en .

<http://lexvo.org/id/char/1D7E6> a lvont:Character ;
    lvont:represents "𝟦"^^xsd:string ;
    rdfs:comment "MATHEMATICAL SANS-SERIF DIGIT FOUR"@en .

<http://lexvo.org/id/char/1D7E7> a lvont:Character ;
    lvont:represents "𝟧"^^xsd:string ;
    rdfs:comment "MATHEMATICAL SANS-SERIF DIGIT FIVE"@en .

<http://lexvo.org/id/char/1D7E8> a lvont:Character ;
    lvont:represents "𝟨"^^xsd:string ;
    rdfs:comment "MATHEMATICAL SANS-SERIF DIGIT SIX"@en .

<http://lexvo.org/id/char/1D7E9> a lvont:Character ;
    lvont:represents "𝟩"^^xsd:string ;
    rdfs:comment "MATHEMATICAL SANS-SERIF DIGIT SEVEN"@en .

<http://lexvo.org/id/char/1D7EA> a lvont:Character ;
    lvont:represents "𝟪"^^xsd:string ;
    rdfs:comment "MATHEMATICAL SANS-SERIF DIGIT EIGHT"@en .

<http://lexvo.org/id/char/1D7EB> a lvont:Character ;
    lvont:represents "𝟫"^^xsd:string ;
    rdfs:comment "MATHEMATICAL SANS-SERIF DIGIT NINE"@en .

<http://lexvo.org/id/char/1D7EC> a lvont:Character ;
    lvont:represents "𝟬"^^xsd:string ;
    rdfs:comment "MATHEMATICAL SANS-SERIF BOLD DIGIT ZERO"@en .

<http://lexvo.org/id/char/1D7ED> a lvont:Character ;
    lvont:represents "𝟭"^^xsd:string ;
    rdfs:comment "MATHEMATICAL SANS-SERIF BOLD DIGIT ONE"@en .

<http://lexvo.org/id/char/1D7EE> a lvont:Character ;
    lvont:represents "𝟮"^^xsd:string ;
    rdfs:comment "MATHEMATICAL SANS-SERIF BOLD DIGIT TWO"@en .

<http://lexvo.org/id/char/1D7EF> a lvont:Character ;
    lvont:represents "𝟯"^^xsd:string ;
    rdfs:comment "MATHEMATICAL SANS-SERIF BOLD DIGIT THREE"@en .

<http://lexvo.org/id/char/1D7F> a lvont:Character ;
    lvont:represents "ᵿ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER UPSILON WITH STROKE"@en .

<http://lexvo.org/id/char/1D7F0> a lvont:Character ;
    lvont:represents "𝟰"^^xsd:string ;
    rdfs:comment "MATHEMATICAL SANS-SERIF BOLD DIGIT FOUR"@en .

<http://lexvo.org/id/char/1D7F1> a lvont:Character ;
    lvont:represents "𝟱"^^xsd:string ;
    rdfs:comment "MATHEMATICAL SANS-SERIF BOLD DIGIT FIVE"@en .

<http://lexvo.org/id/char/1D7F2> a lvont:Character ;
    lvont:represents "𝟲"^^xsd:string ;
    rdfs:comment "MATHEMATICAL SANS-SERIF BOLD DIGIT SIX"@en .

<http://lexvo.org/id/char/1D7F3> a lvont:Character ;
    lvont:represents "𝟳"^^xsd:string ;
    rdfs:comment "MATHEMATICAL SANS-SERIF BOLD DIGIT SEVEN"@en .

<http://lexvo.org/id/char/1D7F4> a lvont:Character ;
    lvont:represents "𝟴"^^xsd:string ;
    rdfs:comment "MATHEMATICAL SANS-SERIF BOLD DIGIT EIGHT"@en .

<http://lexvo.org/id/char/1D7F5> a lvont:Character ;
    lvont:represents "𝟵"^^xsd:string ;
    rdfs:comment "MATHEMATICAL SANS-SERIF BOLD DIGIT NINE"@en .

<http://lexvo.org/id/char/1D7F6> a lvont:Character ;
    lvont:represents "𝟶"^^xsd:string ;
    rdfs:comment "MATHEMATICAL MONOSPACE DIGIT ZERO"@en .

<http://lexvo.org/id/char/1D7F7> a lvont:Character ;
    lvont:represents "𝟷"^^xsd:string ;
    rdfs:comment "MATHEMATICAL MONOSPACE DIGIT ONE"@en .

<http://lexvo.org/id/char/1D7F8> a lvont:Character ;
    lvont:represents "𝟸"^^xsd:string ;
    rdfs:comment "MATHEMATICAL MONOSPACE DIGIT TWO"@en .

<http://lexvo.org/id/char/1D7F9> a lvont:Character ;
    lvont:represents "𝟹"^^xsd:string ;
    rdfs:comment "MATHEMATICAL MONOSPACE DIGIT THREE"@en .

<http://lexvo.org/id/char/1D7FA> a lvont:Character ;
    lvont:represents "𝟺"^^xsd:string ;
    rdfs:comment "MATHEMATICAL MONOSPACE DIGIT FOUR"@en .

<http://lexvo.org/id/char/1D7FB> a lvont:Character ;
    lvont:represents "𝟻"^^xsd:string ;
    rdfs:comment "MATHEMATICAL MONOSPACE DIGIT FIVE"@en .

<http://lexvo.org/id/char/1D7FC> a lvont:Character ;
    lvont:represents "𝟼"^^xsd:string ;
    rdfs:comment "MATHEMATICAL MONOSPACE DIGIT SIX"@en .

<http://lexvo.org/id/char/1D7FD> a lvont:Character ;
    lvont:represents "𝟽"^^xsd:string ;
    rdfs:comment "MATHEMATICAL MONOSPACE DIGIT SEVEN"@en .

<http://lexvo.org/id/char/1D7FE> a lvont:Character ;
    lvont:represents "𝟾"^^xsd:string ;
    rdfs:comment "MATHEMATICAL MONOSPACE DIGIT EIGHT"@en .

<http://lexvo.org/id/char/1D7FF> a lvont:Character ;
    lvont:represents "𝟿"^^xsd:string ;
    rdfs:comment "MATHEMATICAL MONOSPACE DIGIT NINE"@en .

<http://lexvo.org/id/char/1D80> a lvont:Character ;
    lvont:represents "ᶀ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER B WITH PALATAL HOOK"@en .

<http://lexvo.org/id/char/1D81> a lvont:Character ;
    lvont:represents "ᶁ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER D WITH PALATAL HOOK"@en .

<http://lexvo.org/id/char/1D82> a lvont:Character ;
    lvont:represents "ᶂ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER F WITH PALATAL HOOK"@en .

<http://lexvo.org/id/char/1D83> a lvont:Character ;
    lvont:represents "ᶃ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER G WITH PALATAL HOOK"@en .

<http://lexvo.org/id/char/1D84> a lvont:Character ;
    lvont:represents "ᶄ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER K WITH PALATAL HOOK"@en .

<http://lexvo.org/id/char/1D85> a lvont:Character ;
    lvont:represents "ᶅ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER L WITH PALATAL HOOK"@en .

<http://lexvo.org/id/char/1D86> a lvont:Character ;
    lvont:represents "ᶆ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER M WITH PALATAL HOOK"@en .

<http://lexvo.org/id/char/1D87> a lvont:Character ;
    lvont:represents "ᶇ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER N WITH PALATAL HOOK"@en .

<http://lexvo.org/id/char/1D88> a lvont:Character ;
    lvont:represents "ᶈ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER P WITH PALATAL HOOK"@en .

<http://lexvo.org/id/char/1D89> a lvont:Character ;
    lvont:represents "ᶉ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER R WITH PALATAL HOOK"@en .

<http://lexvo.org/id/char/1D8A> a lvont:Character ;
    lvont:represents "ᶊ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER S WITH PALATAL HOOK"@en .

<http://lexvo.org/id/char/1D8B> a lvont:Character ;
    lvont:represents "ᶋ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER ESH WITH PALATAL HOOK"@en .

<http://lexvo.org/id/char/1D8C> a lvont:Character ;
    lvont:represents "ᶌ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER V WITH PALATAL HOOK"@en .

<http://lexvo.org/id/char/1D8D> a lvont:Character ;
    lvont:represents "ᶍ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER X WITH PALATAL HOOK"@en .

<http://lexvo.org/id/char/1D8E> a lvont:Character ;
    lvont:represents "ᶎ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER Z WITH PALATAL HOOK"@en .

<http://lexvo.org/id/char/1D8F> a lvont:Character ;
    lvont:represents "ᶏ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER A WITH RETROFLEX HOOK"@en .

<http://lexvo.org/id/char/1D90> a lvont:Character ;
    lvont:represents "ᶐ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER ALPHA WITH RETROFLEX HOOK"@en .

<http://lexvo.org/id/char/1D91> a lvont:Character ;
    lvont:represents "ᶑ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER D WITH HOOK AND TAIL"@en .

<http://lexvo.org/id/char/1D92> a lvont:Character ;
    lvont:represents "ᶒ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER E WITH RETROFLEX HOOK"@en .

<http://lexvo.org/id/char/1D93> a lvont:Character ;
    lvont:represents "ᶓ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER OPEN E WITH RETROFLEX HOOK"@en .

<http://lexvo.org/id/char/1D94> a lvont:Character ;
    lvont:represents "ᶔ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER REVERSED OPEN E WITH RETROFLEX HOOK"@en .

<http://lexvo.org/id/char/1D95> a lvont:Character ;
    lvont:represents "ᶕ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER SCHWA WITH RETROFLEX HOOK"@en .

<http://lexvo.org/id/char/1D96> a lvont:Character ;
    lvont:represents "ᶖ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER I WITH RETROFLEX HOOK"@en .

<http://lexvo.org/id/char/1D97> a lvont:Character ;
    lvont:represents "ᶗ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER OPEN O WITH RETROFLEX HOOK"@en .

<http://lexvo.org/id/char/1D98> a lvont:Character ;
    lvont:represents "ᶘ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER ESH WITH RETROFLEX HOOK"@en .

<http://lexvo.org/id/char/1D99> a lvont:Character ;
    lvont:represents "ᶙ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER U WITH RETROFLEX HOOK"@en .

<http://lexvo.org/id/char/1D9A> a lvont:Character ;
    lvont:represents "ᶚ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER EZH WITH RETROFLEX HOOK"@en .

<http://lexvo.org/id/char/1D9B> a lvont:Character ;
    lvont:represents "ᶛ"^^xsd:string ;
    rdfs:comment "MODIFIER LETTER SMALL TURNED ALPHA"@en .

<http://lexvo.org/id/char/1D9C> a lvont:Character ;
    lvont:represents "ᶜ"^^xsd:string ;
    rdfs:comment "MODIFIER LETTER SMALL C"@en .

<http://lexvo.org/id/char/1D9D> a lvont:Character ;
    lvont:represents "ᶝ"^^xsd:string ;
    rdfs:comment "MODIFIER LETTER SMALL C WITH CURL"@en .

<http://lexvo.org/id/char/1D9E> a lvont:Character ;
    lvont:represents "ᶞ"^^xsd:string ;
    rdfs:comment "MODIFIER LETTER SMALL ETH"@en .

<http://lexvo.org/id/char/1D9F> a lvont:Character ;
    lvont:represents "ᶟ"^^xsd:string ;
    rdfs:comment "MODIFIER LETTER SMALL REVERSED OPEN E"@en .

<http://lexvo.org/id/char/1DA0> a lvont:Character ;
    lvont:represents "ᶠ"^^xsd:string ;
    rdfs:comment "MODIFIER LETTER SMALL F"@en .

<http://lexvo.org/id/char/1DA1> a lvont:Character ;
    lvont:represents "ᶡ"^^xsd:string ;
    rdfs:comment "MODIFIER LETTER SMALL DOTLESS J WITH STROKE"@en .

<http://lexvo.org/id/char/1DA2> a lvont:Character ;
    lvont:represents "ᶢ"^^xsd:string ;
    rdfs:comment "MODIFIER LETTER SMALL SCRIPT G"@en .

<http://lexvo.org/id/char/1DA3> a lvont:Character ;
    lvont:represents "ᶣ"^^xsd:string ;
    rdfs:comment "MODIFIER LETTER SMALL TURNED H"@en .

<http://lexvo.org/id/char/1DA4> a lvont:Character ;
    lvont:represents "ᶤ"^^xsd:string ;
    rdfs:comment "MODIFIER LETTER SMALL I WITH STROKE"@en .

<http://lexvo.org/id/char/1DA5> a lvont:Character ;
    lvont:represents "ᶥ"^^xsd:string ;
    rdfs:comment "MODIFIER LETTER SMALL IOTA"@en .

<http://lexvo.org/id/char/1DA6> a lvont:Character ;
    lvont:represents "ᶦ"^^xsd:string ;
    rdfs:comment "MODIFIER LETTER SMALL CAPITAL I"@en .

<http://lexvo.org/id/char/1DA7> a lvont:Character ;
    lvont:represents "ᶧ"^^xsd:string ;
    rdfs:comment "MODIFIER LETTER SMALL CAPITAL I WITH STROKE"@en .

<http://lexvo.org/id/char/1DA8> a lvont:Character ;
    lvont:represents "ᶨ"^^xsd:string ;
    rdfs:comment "MODIFIER LETTER SMALL J WITH CROSSED-TAIL"@en .

<http://lexvo.org/id/char/1DA9> a lvont:Character ;
    lvont:represents "ᶩ"^^xsd:string ;
    rdfs:comment "MODIFIER LETTER SMALL L WITH RETROFLEX HOOK"@en .

<http://lexvo.org/id/char/1DAA> a lvont:Character ;
    lvont:represents "ᶪ"^^xsd:string ;
    rdfs:comment "MODIFIER LETTER SMALL L WITH PALATAL HOOK"@en .

<http://lexvo.org/id/char/1DAB> a lvont:Character ;
    lvont:represents "ᶫ"^^xsd:string ;
    rdfs:comment "MODIFIER LETTER SMALL CAPITAL L"@en .

<http://lexvo.org/id/char/1DAC> a lvont:Character ;
    lvont:represents "ᶬ"^^xsd:string ;
    rdfs:comment "MODIFIER LETTER SMALL M WITH HOOK"@en .

<http://lexvo.org/id/char/1DAD> a lvont:Character ;
    lvont:represents "ᶭ"^^xsd:string ;
    rdfs:comment "MODIFIER LETTER SMALL TURNED M WITH LONG LEG"@en .

<http://lexvo.org/id/char/1DAE> a lvont:Character ;
    lvont:represents "ᶮ"^^xsd:string ;
    rdfs:comment "MODIFIER LETTER SMALL N WITH LEFT HOOK"@en .

<http://lexvo.org/id/char/1DAF> a lvont:Character ;
    lvont:represents "ᶯ"^^xsd:string ;
    rdfs:comment "MODIFIER LETTER SMALL N WITH RETROFLEX HOOK"@en .

<http://lexvo.org/id/char/1DB0> a lvont:Character ;
    lvont:represents "ᶰ"^^xsd:string ;
    rdfs:comment "MODIFIER LETTER SMALL CAPITAL N"@en .

<http://lexvo.org/id/char/1DB1> a lvont:Character ;
    lvont:represents "ᶱ"^^xsd:string ;
    rdfs:comment "MODIFIER LETTER SMALL BARRED O"@en .

<http://lexvo.org/id/char/1DB2> a lvont:Character ;
    lvont:represents "ᶲ"^^xsd:string ;
    rdfs:comment "MODIFIER LETTER SMALL PHI"@en .

<http://lexvo.org/id/char/1DB3> a lvont:Character ;
    lvont:represents "ᶳ"^^xsd:string ;
    rdfs:comment "MODIFIER LETTER SMALL S WITH HOOK"@en .

<http://lexvo.org/id/char/1DB4> a lvont:Character ;
    lvont:represents "ᶴ"^^xsd:string ;
    rdfs:comment "MODIFIER LETTER SMALL ESH"@en .

<http://lexvo.org/id/char/1DB5> a lvont:Character ;
    lvont:represents "ᶵ"^^xsd:string ;
    rdfs:comment "MODIFIER LETTER SMALL T WITH PALATAL HOOK"@en .

<http://lexvo.org/id/char/1DB6> a lvont:Character ;
    lvont:represents "ᶶ"^^xsd:string ;
    rdfs:comment "MODIFIER LETTER SMALL U BAR"@en .

<http://lexvo.org/id/char/1DB7> a lvont:Character ;
    lvont:represents "ᶷ"^^xsd:string ;
    rdfs:comment "MODIFIER LETTER SMALL UPSILON"@en .

<http://lexvo.org/id/char/1DB8> a lvont:Character ;
    lvont:represents "ᶸ"^^xsd:string ;
    rdfs:comment "MODIFIER LETTER SMALL CAPITAL U"@en .

<http://lexvo.org/id/char/1DB9> a lvont:Character ;
    lvont:represents "ᶹ"^^xsd:string ;
    rdfs:comment "MODIFIER LETTER SMALL V WITH HOOK"@en .

<http://lexvo.org/id/char/1DBA> a lvont:Character ;
    lvont:represents "ᶺ"^^xsd:string ;
    rdfs:comment "MODIFIER LETTER SMALL TURNED V"@en .

<http://lexvo.org/id/char/1DBB> a lvont:Character ;
    lvont:represents "ᶻ"^^xsd:string ;
    rdfs:comment "MODIFIER LETTER SMALL Z"@en .

<http://lexvo.org/id/char/1DBC> a lvont:Character ;
    lvont:represents "ᶼ"^^xsd:string ;
    rdfs:comment "MODIFIER LETTER SMALL Z WITH RETROFLEX HOOK"@en .

<http://lexvo.org/id/char/1DBD> a lvont:Character ;
    lvont:represents "ᶽ"^^xsd:string ;
    rdfs:comment "MODIFIER LETTER SMALL Z WITH CURL"@en .

<http://lexvo.org/id/char/1DBE> a lvont:Character ;
    lvont:represents "ᶾ"^^xsd:string ;
    rdfs:comment "MODIFIER LETTER SMALL EZH"@en .

<http://lexvo.org/id/char/1DBF> a lvont:Character ;
    lvont:represents "ᶿ"^^xsd:string ;
    rdfs:comment "MODIFIER LETTER SMALL THETA"@en .

<http://lexvo.org/id/char/1DC0> a lvont:Character ;
    lvont:represents "᷀"^^xsd:string ;
    rdfs:comment "COMBINING DOTTED GRAVE ACCENT"@en .

<http://lexvo.org/id/char/1DC1> a lvont:Character ;
    lvont:represents "᷁"^^xsd:string ;
    rdfs:comment "COMBINING DOTTED ACUTE ACCENT"@en .

<http://lexvo.org/id/char/1DC2> a lvont:Character ;
    lvont:represents "᷂"^^xsd:string ;
    rdfs:comment "COMBINING SNAKE BELOW"@en .

<http://lexvo.org/id/char/1DC3> a lvont:Character ;
    lvont:represents "᷃"^^xsd:string ;
    rdfs:comment "COMBINING SUSPENSION MARK"@en .

<http://lexvo.org/id/char/1DC4> a lvont:Character ;
    lvont:represents "᷄"^^xsd:string ;
    rdfs:comment "COMBINING MACRON-ACUTE"@en .

<http://lexvo.org/id/char/1DC5> a lvont:Character ;
    lvont:represents "᷅"^^xsd:string ;
    rdfs:comment "COMBINING GRAVE-MACRON"@en .

<http://lexvo.org/id/char/1DC6> a lvont:Character ;
    lvont:represents "᷆"^^xsd:string ;
    rdfs:comment "COMBINING MACRON-GRAVE"@en .

<http://lexvo.org/id/char/1DC7> a lvont:Character ;
    lvont:represents "᷇"^^xsd:string ;
    rdfs:comment "COMBINING ACUTE-MACRON"@en .

<http://lexvo.org/id/char/1DC8> a lvont:Character ;
    lvont:represents "᷈"^^xsd:string ;
    rdfs:comment "COMBINING GRAVE-ACUTE-GRAVE"@en .

<http://lexvo.org/id/char/1DC9> a lvont:Character ;
    lvont:represents "᷉"^^xsd:string ;
    rdfs:comment "COMBINING ACUTE-GRAVE-ACUTE"@en .

<http://lexvo.org/id/char/1DCA> a lvont:Character ;
    lvont:represents "᷊"^^xsd:string ;
    rdfs:comment "COMBINING LATIN SMALL LETTER R BELOW"@en .

<http://lexvo.org/id/char/1DCB> a lvont:Character ;
    lvont:represents "᷋"^^xsd:string ;
    rdfs:comment "COMBINING BREVE-MACRON"@en .

<http://lexvo.org/id/char/1DCC> a lvont:Character ;
    lvont:represents "᷌"^^xsd:string ;
    rdfs:comment "COMBINING MACRON-BREVE"@en .

<http://lexvo.org/id/char/1DCD> a lvont:Character ;
    lvont:represents "᷍"^^xsd:string ;
    rdfs:comment "COMBINING DOUBLE CIRCUMFLEX ABOVE"@en .

<http://lexvo.org/id/char/1DCE> a lvont:Character ;
    lvont:represents "᷎"^^xsd:string ;
    rdfs:comment "COMBINING OGONEK ABOVE"@en .

<http://lexvo.org/id/char/1DCF> a lvont:Character ;
    lvont:represents "᷏"^^xsd:string ;
    rdfs:comment "COMBINING ZIGZAG BELOW"@en .

<http://lexvo.org/id/char/1DD0> a lvont:Character ;
    lvont:represents "᷐"^^xsd:string ;
    rdfs:comment "COMBINING IS BELOW"@en .

<http://lexvo.org/id/char/1DD1> a lvont:Character ;
    lvont:represents "᷑"^^xsd:string ;
    rdfs:comment "COMBINING UR ABOVE"@en .

<http://lexvo.org/id/char/1DD2> a lvont:Character ;
    lvont:represents "᷒"^^xsd:string ;
    rdfs:comment "COMBINING US ABOVE"@en .

<http://lexvo.org/id/char/1DD3> a lvont:Character ;
    lvont:represents "ᷓ"^^xsd:string ;
    rdfs:comment "COMBINING LATIN SMALL LETTER FLATTENED OPEN A ABOVE"@en .

<http://lexvo.org/id/char/1DD4> a lvont:Character ;
    lvont:represents "ᷔ"^^xsd:string ;
    rdfs:comment "COMBINING LATIN SMALL LETTER AE"@en .

<http://lexvo.org/id/char/1DD5> a lvont:Character ;
    lvont:represents "ᷕ"^^xsd:string ;
    rdfs:comment "COMBINING LATIN SMALL LETTER AO"@en .

<http://lexvo.org/id/char/1DD6> a lvont:Character ;
    lvont:represents "ᷖ"^^xsd:string ;
    rdfs:comment "COMBINING LATIN SMALL LETTER AV"@en .

<http://lexvo.org/id/char/1DD7> a lvont:Character ;
    lvont:represents "ᷗ"^^xsd:string ;
    rdfs:comment "COMBINING LATIN SMALL LETTER C CEDILLA"@en .

<http://lexvo.org/id/char/1DD8> a lvont:Character ;
    lvont:represents "ᷘ"^^xsd:string ;
    rdfs:comment "COMBINING LATIN SMALL LETTER INSULAR D"@en .

<http://lexvo.org/id/char/1DD9> a lvont:Character ;
    lvont:represents "ᷙ"^^xsd:string ;
    rdfs:comment "COMBINING LATIN SMALL LETTER ETH"@en .

<http://lexvo.org/id/char/1DDA> a lvont:Character ;
    lvont:represents "ᷚ"^^xsd:string ;
    rdfs:comment "COMBINING LATIN SMALL LETTER G"@en .

<http://lexvo.org/id/char/1DDB> a lvont:Character ;
    lvont:represents "ᷛ"^^xsd:string ;
    rdfs:comment "COMBINING LATIN LETTER SMALL CAPITAL G"@en .

<http://lexvo.org/id/char/1DDC> a lvont:Character ;
    lvont:represents "ᷜ"^^xsd:string ;
    rdfs:comment "COMBINING LATIN SMALL LETTER K"@en .

<http://lexvo.org/id/char/1DDD> a lvont:Character ;
    lvont:represents "ᷝ"^^xsd:string ;
    rdfs:comment "COMBINING LATIN SMALL LETTER L"@en .

<http://lexvo.org/id/char/1DDE> a lvont:Character ;
    lvont:represents "ᷞ"^^xsd:string ;
    rdfs:comment "COMBINING LATIN LETTER SMALL CAPITAL L"@en .

<http://lexvo.org/id/char/1DDF> a lvont:Character ;
    lvont:represents "ᷟ"^^xsd:string ;
    rdfs:comment "COMBINING LATIN LETTER SMALL CAPITAL M"@en .

<http://lexvo.org/id/char/1DE0> a lvont:Character ;
    lvont:represents "ᷠ"^^xsd:string ;
    rdfs:comment "COMBINING LATIN SMALL LETTER N"@en .

<http://lexvo.org/id/char/1DE1> a lvont:Character ;
    lvont:represents "ᷡ"^^xsd:string ;
    rdfs:comment "COMBINING LATIN LETTER SMALL CAPITAL N"@en .

<http://lexvo.org/id/char/1DE2> a lvont:Character ;
    lvont:represents "ᷢ"^^xsd:string ;
    rdfs:comment "COMBINING LATIN LETTER SMALL CAPITAL R"@en .

<http://lexvo.org/id/char/1DE3> a lvont:Character ;
    lvont:represents "ᷣ"^^xsd:string ;
    rdfs:comment "COMBINING LATIN SMALL LETTER R ROTUNDA"@en .

<http://lexvo.org/id/char/1DE4> a lvont:Character ;
    lvont:represents "ᷤ"^^xsd:string ;
    rdfs:comment "COMBINING LATIN SMALL LETTER S"@en .

<http://lexvo.org/id/char/1DE5> a lvont:Character ;
    lvont:represents "ᷥ"^^xsd:string ;
    rdfs:comment "COMBINING LATIN SMALL LETTER LONG S"@en .

<http://lexvo.org/id/char/1DE6> a lvont:Character ;
    lvont:represents "ᷦ"^^xsd:string ;
    rdfs:comment "COMBINING LATIN SMALL LETTER Z"@en .

<http://lexvo.org/id/char/1DFC> a lvont:Character ;
    lvont:represents "᷼"^^xsd:string ;
    rdfs:comment "COMBINING DOUBLE INVERTED BREVE BELOW"@en .

<http://lexvo.org/id/char/1DFD> a lvont:Character ;
    lvont:represents "᷽"^^xsd:string ;
    rdfs:comment "COMBINING ALMOST EQUAL TO BELOW"@en .

<http://lexvo.org/id/char/1DFE> a lvont:Character ;
    lvont:represents "᷾"^^xsd:string ;
    rdfs:comment "COMBINING LEFT ARROWHEAD ABOVE"@en .

<http://lexvo.org/id/char/1DFF> a lvont:Character ;
    lvont:represents "᷿"^^xsd:string ;
    rdfs:comment "COMBINING RIGHT ARROWHEAD AND DOWN ARROWHEAD BELOW"@en .

<http://lexvo.org/id/char/1E00> a lvont:Character ;
    lvont:represents "Ḁ"^^xsd:string ;
    rdfs:comment "LATIN CAPITAL LETTER A WITH RING BELOW"@en .

<http://lexvo.org/id/char/1E01> a lvont:Character ;
    lvont:represents "ḁ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER A WITH RING BELOW"@en .

<http://lexvo.org/id/char/1E02> a lvont:Character ;
    lvont:represents "Ḃ"^^xsd:string ;
    rdfs:comment "LATIN CAPITAL LETTER B WITH DOT ABOVE"@en .

<http://lexvo.org/id/char/1E03> a lvont:Character ;
    lvont:represents "ḃ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER B WITH DOT ABOVE"@en .

<http://lexvo.org/id/char/1E04> a lvont:Character ;
    lvont:represents "Ḅ"^^xsd:string ;
    rdfs:comment "LATIN CAPITAL LETTER B WITH DOT BELOW"@en .

<http://lexvo.org/id/char/1E05> a lvont:Character ;
    lvont:represents "ḅ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER B WITH DOT BELOW"@en .

<http://lexvo.org/id/char/1E06> a lvont:Character ;
    lvont:represents "Ḇ"^^xsd:string ;
    rdfs:comment "LATIN CAPITAL LETTER B WITH LINE BELOW"@en .

<http://lexvo.org/id/char/1E07> a lvont:Character ;
    lvont:represents "ḇ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER B WITH LINE BELOW"@en .

<http://lexvo.org/id/char/1E08> a lvont:Character ;
    lvont:represents "Ḉ"^^xsd:string ;
    rdfs:comment "LATIN CAPITAL LETTER C WITH CEDILLA AND ACUTE"@en .

<http://lexvo.org/id/char/1E09> a lvont:Character ;
    lvont:represents "ḉ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER C WITH CEDILLA AND ACUTE"@en .

<http://lexvo.org/id/char/1E0A> a lvont:Character ;
    lvont:represents "Ḋ"^^xsd:string ;
    rdfs:comment "LATIN CAPITAL LETTER D WITH DOT ABOVE"@en .

<http://lexvo.org/id/char/1E0B> a lvont:Character ;
    lvont:represents "ḋ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER D WITH DOT ABOVE"@en .

<http://lexvo.org/id/char/1E0C> a lvont:Character ;
    lvont:represents "Ḍ"^^xsd:string ;
    rdfs:comment "LATIN CAPITAL LETTER D WITH DOT BELOW"@en .

<http://lexvo.org/id/char/1E0D> a lvont:Character ;
    lvont:represents "ḍ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER D WITH DOT BELOW"@en .

<http://lexvo.org/id/char/1E0E> a lvont:Character ;
    lvont:represents "Ḏ"^^xsd:string ;
    rdfs:comment "LATIN CAPITAL LETTER D WITH LINE BELOW"@en .

<http://lexvo.org/id/char/1E0F> a lvont:Character ;
    lvont:represents "ḏ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER D WITH LINE BELOW"@en .

<http://lexvo.org/id/char/1E10> a lvont:Character ;
    lvont:represents "Ḑ"^^xsd:string ;
    rdfs:comment "LATIN CAPITAL LETTER D WITH CEDILLA"@en .

<http://lexvo.org/id/char/1E11> a lvont:Character ;
    lvont:represents "ḑ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER D WITH CEDILLA"@en .

<http://lexvo.org/id/char/1E12> a lvont:Character ;
    lvont:represents "Ḓ"^^xsd:string ;
    rdfs:comment "LATIN CAPITAL LETTER D WITH CIRCUMFLEX BELOW"@en .

<http://lexvo.org/id/char/1E13> a lvont:Character ;
    lvont:represents "ḓ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER D WITH CIRCUMFLEX BELOW"@en .

<http://lexvo.org/id/char/1E14> a lvont:Character ;
    lvont:represents "Ḕ"^^xsd:string ;
    rdfs:comment "LATIN CAPITAL LETTER E WITH MACRON AND GRAVE"@en .

<http://lexvo.org/id/char/1E15> a lvont:Character ;
    lvont:represents "ḕ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER E WITH MACRON AND GRAVE"@en .

<http://lexvo.org/id/char/1E16> a lvont:Character ;
    lvont:represents "Ḗ"^^xsd:string ;
    rdfs:comment "LATIN CAPITAL LETTER E WITH MACRON AND ACUTE"@en .

<http://lexvo.org/id/char/1E17> a lvont:Character ;
    lvont:represents "ḗ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER E WITH MACRON AND ACUTE"@en .

<http://lexvo.org/id/char/1E18> a lvont:Character ;
    lvont:represents "Ḙ"^^xsd:string ;
    rdfs:comment "LATIN CAPITAL LETTER E WITH CIRCUMFLEX BELOW"@en .

<http://lexvo.org/id/char/1E19> a lvont:Character ;
    lvont:represents "ḙ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER E WITH CIRCUMFLEX BELOW"@en .

<http://lexvo.org/id/char/1E1A> a lvont:Character ;
    lvont:represents "Ḛ"^^xsd:string ;
    rdfs:comment "LATIN CAPITAL LETTER E WITH TILDE BELOW"@en .

<http://lexvo.org/id/char/1E1B> a lvont:Character ;
    lvont:represents "ḛ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER E WITH TILDE BELOW"@en .

<http://lexvo.org/id/char/1E1C> a lvont:Character ;
    lvont:represents "Ḝ"^^xsd:string ;
    rdfs:comment "LATIN CAPITAL LETTER E WITH CEDILLA AND BREVE"@en .

<http://lexvo.org/id/char/1E1D> a lvont:Character ;
    lvont:represents "ḝ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER E WITH CEDILLA AND BREVE"@en .

<http://lexvo.org/id/char/1E1E> a lvont:Character ;
    lvont:represents "Ḟ"^^xsd:string ;
    rdfs:comment "LATIN CAPITAL LETTER F WITH DOT ABOVE"@en .

<http://lexvo.org/id/char/1E1F> a lvont:Character ;
    lvont:represents "ḟ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER F WITH DOT ABOVE"@en .

<http://lexvo.org/id/char/1E20> a lvont:Character ;
    lvont:represents "Ḡ"^^xsd:string ;
    rdfs:comment "LATIN CAPITAL LETTER G WITH MACRON"@en .

<http://lexvo.org/id/char/1E21> a lvont:Character ;
    lvont:represents "ḡ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER G WITH MACRON"@en .

<http://lexvo.org/id/char/1E22> a lvont:Character ;
    lvont:represents "Ḣ"^^xsd:string ;
    rdfs:comment "LATIN CAPITAL LETTER H WITH DOT ABOVE"@en .

<http://lexvo.org/id/char/1E23> a lvont:Character ;
    lvont:represents "ḣ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER H WITH DOT ABOVE"@en .

<http://lexvo.org/id/char/1E24> a lvont:Character ;
    lvont:represents "Ḥ"^^xsd:string ;
    rdfs:comment "LATIN CAPITAL LETTER H WITH DOT BELOW"@en .

<http://lexvo.org/id/char/1E25> a lvont:Character ;
    lvont:represents "ḥ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER H WITH DOT BELOW"@en .

<http://lexvo.org/id/char/1E26> a lvont:Character ;
    lvont:represents "Ḧ"^^xsd:string ;
    rdfs:comment "LATIN CAPITAL LETTER H WITH DIAERESIS"@en .

<http://lexvo.org/id/char/1E27> a lvont:Character ;
    lvont:represents "ḧ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER H WITH DIAERESIS"@en .

<http://lexvo.org/id/char/1E28> a lvont:Character ;
    lvont:represents "Ḩ"^^xsd:string ;
    rdfs:comment "LATIN CAPITAL LETTER H WITH CEDILLA"@en .

<http://lexvo.org/id/char/1E29> a lvont:Character ;
    lvont:represents "ḩ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER H WITH CEDILLA"@en .

<http://lexvo.org/id/char/1E2A> a lvont:Character ;
    lvont:represents "Ḫ"^^xsd:string ;
    rdfs:comment "LATIN CAPITAL LETTER H WITH BREVE BELOW"@en .

<http://lexvo.org/id/char/1E2B> a lvont:Character ;
    lvont:represents "ḫ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER H WITH BREVE BELOW"@en .

<http://lexvo.org/id/char/1E2C> a lvont:Character ;
    lvont:represents "Ḭ"^^xsd:string ;
    rdfs:comment "LATIN CAPITAL LETTER I WITH TILDE BELOW"@en .

<http://lexvo.org/id/char/1E2D> a lvont:Character ;
    lvont:represents "ḭ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER I WITH TILDE BELOW"@en .

<http://lexvo.org/id/char/1E2E> a lvont:Character ;
    lvont:represents "Ḯ"^^xsd:string ;
    rdfs:comment "LATIN CAPITAL LETTER I WITH DIAERESIS AND ACUTE"@en .

<http://lexvo.org/id/char/1E2F> a lvont:Character ;
    lvont:represents "ḯ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER I WITH DIAERESIS AND ACUTE"@en .

<http://lexvo.org/id/char/1E30> a lvont:Character ;
    lvont:represents "Ḱ"^^xsd:string ;
    rdfs:comment "LATIN CAPITAL LETTER K WITH ACUTE"@en .

<http://lexvo.org/id/char/1E31> a lvont:Character ;
    lvont:represents "ḱ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER K WITH ACUTE"@en .

<http://lexvo.org/id/char/1E32> a lvont:Character ;
    lvont:represents "Ḳ"^^xsd:string ;
    rdfs:comment "LATIN CAPITAL LETTER K WITH DOT BELOW"@en .

<http://lexvo.org/id/char/1E33> a lvont:Character ;
    lvont:represents "ḳ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER K WITH DOT BELOW"@en .

<http://lexvo.org/id/char/1E34> a lvont:Character ;
    lvont:represents "Ḵ"^^xsd:string ;
    rdfs:comment "LATIN CAPITAL LETTER K WITH LINE BELOW"@en .

<http://lexvo.org/id/char/1E35> a lvont:Character ;
    lvont:represents "ḵ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER K WITH LINE BELOW"@en .

<http://lexvo.org/id/char/1E36> a lvont:Character ;
    lvont:represents "Ḷ"^^xsd:string ;
    rdfs:comment "LATIN CAPITAL LETTER L WITH DOT BELOW"@en .

<http://lexvo.org/id/char/1E37> a lvont:Character ;
    lvont:represents "ḷ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER L WITH DOT BELOW"@en .

<http://lexvo.org/id/char/1E38> a lvont:Character ;
    lvont:represents "Ḹ"^^xsd:string ;
    rdfs:comment "LATIN CAPITAL LETTER L WITH DOT BELOW AND MACRON"@en .

<http://lexvo.org/id/char/1E39> a lvont:Character ;
    lvont:represents "ḹ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER L WITH DOT BELOW AND MACRON"@en .

<http://lexvo.org/id/char/1E3A> a lvont:Character ;
    lvont:represents "Ḻ"^^xsd:string ;
    rdfs:comment "LATIN CAPITAL LETTER L WITH LINE BELOW"@en .

<http://lexvo.org/id/char/1E3B> a lvont:Character ;
    lvont:represents "ḻ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER L WITH LINE BELOW"@en .

<http://lexvo.org/id/char/1E3C> a lvont:Character ;
    lvont:represents "Ḽ"^^xsd:string ;
    rdfs:comment "LATIN CAPITAL LETTER L WITH CIRCUMFLEX BELOW"@en .

<http://lexvo.org/id/char/1E3D> a lvont:Character ;
    lvont:represents "ḽ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER L WITH CIRCUMFLEX BELOW"@en .

<http://lexvo.org/id/char/1E3E> a lvont:Character ;
    lvont:represents "Ḿ"^^xsd:string ;
    rdfs:comment "LATIN CAPITAL LETTER M WITH ACUTE"@en .

<http://lexvo.org/id/char/1E3F> a lvont:Character ;
    lvont:represents "ḿ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER M WITH ACUTE"@en .

<http://lexvo.org/id/char/1E40> a lvont:Character ;
    lvont:represents "Ṁ"^^xsd:string ;
    rdfs:comment "LATIN CAPITAL LETTER M WITH DOT ABOVE"@en .

<http://lexvo.org/id/char/1E41> a lvont:Character ;
    lvont:represents "ṁ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER M WITH DOT ABOVE"@en .

<http://lexvo.org/id/char/1E42> a lvont:Character ;
    lvont:represents "Ṃ"^^xsd:string ;
    rdfs:comment "LATIN CAPITAL LETTER M WITH DOT BELOW"@en .

<http://lexvo.org/id/char/1E43> a lvont:Character ;
    lvont:represents "ṃ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER M WITH DOT BELOW"@en .

<http://lexvo.org/id/char/1E44> a lvont:Character ;
    lvont:represents "Ṅ"^^xsd:string ;
    rdfs:comment "LATIN CAPITAL LETTER N WITH DOT ABOVE"@en .

<http://lexvo.org/id/char/1E45> a lvont:Character ;
    lvont:represents "ṅ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER N WITH DOT ABOVE"@en .

<http://lexvo.org/id/char/1E46> a lvont:Character ;
    lvont:represents "Ṇ"^^xsd:string ;
    rdfs:comment "LATIN CAPITAL LETTER N WITH DOT BELOW"@en .

<http://lexvo.org/id/char/1E47> a lvont:Character ;
    lvont:represents "ṇ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER N WITH DOT BELOW"@en .

<http://lexvo.org/id/char/1E48> a lvont:Character ;
    lvont:represents "Ṉ"^^xsd:string ;
    rdfs:comment "LATIN CAPITAL LETTER N WITH LINE BELOW"@en .

<http://lexvo.org/id/char/1E49> a lvont:Character ;
    lvont:represents "ṉ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER N WITH LINE BELOW"@en .

<http://lexvo.org/id/char/1E4A> a lvont:Character ;
    lvont:represents "Ṋ"^^xsd:string ;
    rdfs:comment "LATIN CAPITAL LETTER N WITH CIRCUMFLEX BELOW"@en .

<http://lexvo.org/id/char/1E4B> a lvont:Character ;
    lvont:represents "ṋ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER N WITH CIRCUMFLEX BELOW"@en .

<http://lexvo.org/id/char/1E4C> a lvont:Character ;
    lvont:represents "Ṍ"^^xsd:string ;
    rdfs:comment "LATIN CAPITAL LETTER O WITH TILDE AND ACUTE"@en .

<http://lexvo.org/id/char/1E4D> a lvont:Character ;
    lvont:represents "ṍ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER O WITH TILDE AND ACUTE"@en .

<http://lexvo.org/id/char/1E4E> a lvont:Character ;
    lvont:represents "Ṏ"^^xsd:string ;
    rdfs:comment "LATIN CAPITAL LETTER O WITH TILDE AND DIAERESIS"@en .

<http://lexvo.org/id/char/1E4F> a lvont:Character ;
    lvont:represents "ṏ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER O WITH TILDE AND DIAERESIS"@en .

<http://lexvo.org/id/char/1E50> a lvont:Character ;
    lvont:represents "Ṑ"^^xsd:string ;
    rdfs:comment "LATIN CAPITAL LETTER O WITH MACRON AND GRAVE"@en .

<http://lexvo.org/id/char/1E51> a lvont:Character ;
    lvont:represents "ṑ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER O WITH MACRON AND GRAVE"@en .

<http://lexvo.org/id/char/1E52> a lvont:Character ;
    lvont:represents "Ṓ"^^xsd:string ;
    rdfs:comment "LATIN CAPITAL LETTER O WITH MACRON AND ACUTE"@en .

<http://lexvo.org/id/char/1E53> a lvont:Character ;
    lvont:represents "ṓ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER O WITH MACRON AND ACUTE"@en .

<http://lexvo.org/id/char/1E54> a lvont:Character ;
    lvont:represents "Ṕ"^^xsd:string ;
    rdfs:comment "LATIN CAPITAL LETTER P WITH ACUTE"@en .

<http://lexvo.org/id/char/1E55> a lvont:Character ;
    lvont:represents "ṕ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER P WITH ACUTE"@en .

<http://lexvo.org/id/char/1E56> a lvont:Character ;
    lvont:represents "Ṗ"^^xsd:string ;
    rdfs:comment "LATIN CAPITAL LETTER P WITH DOT ABOVE"@en .

<http://lexvo.org/id/char/1E57> a lvont:Character ;
    lvont:represents "ṗ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER P WITH DOT ABOVE"@en .

<http://lexvo.org/id/char/1E58> a lvont:Character ;
    lvont:represents "Ṙ"^^xsd:string ;
    rdfs:comment "LATIN CAPITAL LETTER R WITH DOT ABOVE"@en .

<http://lexvo.org/id/char/1E59> a lvont:Character ;
    lvont:represents "ṙ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER R WITH DOT ABOVE"@en .

<http://lexvo.org/id/char/1E5A> a lvont:Character ;
    lvont:represents "Ṛ"^^xsd:string ;
    rdfs:comment "LATIN CAPITAL LETTER R WITH DOT BELOW"@en .

<http://lexvo.org/id/char/1E5B> a lvont:Character ;
    lvont:represents "ṛ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER R WITH DOT BELOW"@en .

<http://lexvo.org/id/char/1E5C> a lvont:Character ;
    lvont:represents "Ṝ"^^xsd:string ;
    rdfs:comment "LATIN CAPITAL LETTER R WITH DOT BELOW AND MACRON"@en .

<http://lexvo.org/id/char/1E5D> a lvont:Character ;
    lvont:represents "ṝ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER R WITH DOT BELOW AND MACRON"@en .

<http://lexvo.org/id/char/1E5E> a lvont:Character ;
    lvont:represents "Ṟ"^^xsd:string ;
    rdfs:comment "LATIN CAPITAL LETTER R WITH LINE BELOW"@en .

<http://lexvo.org/id/char/1E5F> a lvont:Character ;
    lvont:represents "ṟ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER R WITH LINE BELOW"@en .

<http://lexvo.org/id/char/1E60> a lvont:Character ;
    lvont:represents "Ṡ"^^xsd:string ;
    rdfs:comment "LATIN CAPITAL LETTER S WITH DOT ABOVE"@en .

<http://lexvo.org/id/char/1E61> a lvont:Character ;
    lvont:represents "ṡ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER S WITH DOT ABOVE"@en .

<http://lexvo.org/id/char/1E62> a lvont:Character ;
    lvont:represents "Ṣ"^^xsd:string ;
    rdfs:comment "LATIN CAPITAL LETTER S WITH DOT BELOW"@en .

<http://lexvo.org/id/char/1E63> a lvont:Character ;
    lvont:represents "ṣ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER S WITH DOT BELOW"@en .

<http://lexvo.org/id/char/1E64> a lvont:Character ;
    lvont:represents "Ṥ"^^xsd:string ;
    rdfs:comment "LATIN CAPITAL LETTER S WITH ACUTE AND DOT ABOVE"@en .

<http://lexvo.org/id/char/1E65> a lvont:Character ;
    lvont:represents "ṥ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER S WITH ACUTE AND DOT ABOVE"@en .

<http://lexvo.org/id/char/1E66> a lvont:Character ;
    lvont:represents "Ṧ"^^xsd:string ;
    rdfs:comment "LATIN CAPITAL LETTER S WITH CARON AND DOT ABOVE"@en .

<http://lexvo.org/id/char/1E67> a lvont:Character ;
    lvont:represents "ṧ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER S WITH CARON AND DOT ABOVE"@en .

<http://lexvo.org/id/char/1E68> a lvont:Character ;
    lvont:represents "Ṩ"^^xsd:string ;
    rdfs:comment "LATIN CAPITAL LETTER S WITH DOT BELOW AND DOT ABOVE"@en .

<http://lexvo.org/id/char/1E69> a lvont:Character ;
    lvont:represents "ṩ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER S WITH DOT BELOW AND DOT ABOVE"@en .

<http://lexvo.org/id/char/1E6A> a lvont:Character ;
    lvont:represents "Ṫ"^^xsd:string ;
    rdfs:comment "LATIN CAPITAL LETTER T WITH DOT ABOVE"@en .

<http://lexvo.org/id/char/1E6B> a lvont:Character ;
    lvont:represents "ṫ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER T WITH DOT ABOVE"@en .

<http://lexvo.org/id/char/1E6C> a lvont:Character ;
    lvont:represents "Ṭ"^^xsd:string ;
    rdfs:comment "LATIN CAPITAL LETTER T WITH DOT BELOW"@en .

<http://lexvo.org/id/char/1E6D> a lvont:Character ;
    lvont:represents "ṭ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER T WITH DOT BELOW"@en .

<http://lexvo.org/id/char/1E6E> a lvont:Character ;
    lvont:represents "Ṯ"^^xsd:string ;
    rdfs:comment "LATIN CAPITAL LETTER T WITH LINE BELOW"@en .

<http://lexvo.org/id/char/1E6F> a lvont:Character ;
    lvont:represents "ṯ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER T WITH LINE BELOW"@en .

<http://lexvo.org/id/char/1E70> a lvont:Character ;
    lvont:represents "Ṱ"^^xsd:string ;
    rdfs:comment "LATIN CAPITAL LETTER T WITH CIRCUMFLEX BELOW"@en .

<http://lexvo.org/id/char/1E71> a lvont:Character ;
    lvont:represents "ṱ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER T WITH CIRCUMFLEX BELOW"@en .

<http://lexvo.org/id/char/1E72> a lvont:Character ;
    lvont:represents "Ṳ"^^xsd:string ;
    rdfs:comment "LATIN CAPITAL LETTER U WITH DIAERESIS BELOW"@en .

<http://lexvo.org/id/char/1E73> a lvont:Character ;
    lvont:represents "ṳ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER U WITH DIAERESIS BELOW"@en .

<http://lexvo.org/id/char/1E74> a lvont:Character ;
    lvont:represents "Ṵ"^^xsd:string ;
    rdfs:comment "LATIN CAPITAL LETTER U WITH TILDE BELOW"@en .

<http://lexvo.org/id/char/1E75> a lvont:Character ;
    lvont:represents "ṵ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER U WITH TILDE BELOW"@en .

<http://lexvo.org/id/char/1E76> a lvont:Character ;
    lvont:represents "Ṷ"^^xsd:string ;
    rdfs:comment "LATIN CAPITAL LETTER U WITH CIRCUMFLEX BELOW"@en .

<http://lexvo.org/id/char/1E77> a lvont:Character ;
    lvont:represents "ṷ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER U WITH CIRCUMFLEX BELOW"@en .

<http://lexvo.org/id/char/1E78> a lvont:Character ;
    lvont:represents "Ṹ"^^xsd:string ;
    rdfs:comment "LATIN CAPITAL LETTER U WITH TILDE AND ACUTE"@en .

<http://lexvo.org/id/char/1E79> a lvont:Character ;
    lvont:represents "ṹ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER U WITH TILDE AND ACUTE"@en .

<http://lexvo.org/id/char/1E7A> a lvont:Character ;
    lvont:represents "Ṻ"^^xsd:string ;
    rdfs:comment "LATIN CAPITAL LETTER U WITH MACRON AND DIAERESIS"@en .

<http://lexvo.org/id/char/1E7B> a lvont:Character ;
    lvont:represents "ṻ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER U WITH MACRON AND DIAERESIS"@en .

<http://lexvo.org/id/char/1E7C> a lvont:Character ;
    lvont:represents "Ṽ"^^xsd:string ;
    rdfs:comment "LATIN CAPITAL LETTER V WITH TILDE"@en .

<http://lexvo.org/id/char/1E7D> a lvont:Character ;
    lvont:represents "ṽ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER V WITH TILDE"@en .

<http://lexvo.org/id/char/1E7E> a lvont:Character ;
    lvont:represents "Ṿ"^^xsd:string ;
    rdfs:comment "LATIN CAPITAL LETTER V WITH DOT BELOW"@en .

<http://lexvo.org/id/char/1E7F> a lvont:Character ;
    lvont:represents "ṿ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER V WITH DOT BELOW"@en .

<http://lexvo.org/id/char/1E80> a lvont:Character ;
    lvont:represents "Ẁ"^^xsd:string ;
    rdfs:comment "LATIN CAPITAL LETTER W WITH GRAVE"@en .

<http://lexvo.org/id/char/1E81> a lvont:Character ;
    lvont:represents "ẁ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER W WITH GRAVE"@en .

<http://lexvo.org/id/char/1E82> a lvont:Character ;
    lvont:represents "Ẃ"^^xsd:string ;
    rdfs:comment "LATIN CAPITAL LETTER W WITH ACUTE"@en .

<http://lexvo.org/id/char/1E83> a lvont:Character ;
    lvont:represents "ẃ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER W WITH ACUTE"@en .

<http://lexvo.org/id/char/1E84> a lvont:Character ;
    lvont:represents "Ẅ"^^xsd:string ;
    rdfs:comment "LATIN CAPITAL LETTER W WITH DIAERESIS"@en .

<http://lexvo.org/id/char/1E85> a lvont:Character ;
    lvont:represents "ẅ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER W WITH DIAERESIS"@en .

<http://lexvo.org/id/char/1E86> a lvont:Character ;
    lvont:represents "Ẇ"^^xsd:string ;
    rdfs:comment "LATIN CAPITAL LETTER W WITH DOT ABOVE"@en .

<http://lexvo.org/id/char/1E87> a lvont:Character ;
    lvont:represents "ẇ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER W WITH DOT ABOVE"@en .

<http://lexvo.org/id/char/1E88> a lvont:Character ;
    lvont:represents "Ẉ"^^xsd:string ;
    rdfs:comment "LATIN CAPITAL LETTER W WITH DOT BELOW"@en .

<http://lexvo.org/id/char/1E89> a lvont:Character ;
    lvont:represents "ẉ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER W WITH DOT BELOW"@en .

<http://lexvo.org/id/char/1E8A> a lvont:Character ;
    lvont:represents "Ẋ"^^xsd:string ;
    rdfs:comment "LATIN CAPITAL LETTER X WITH DOT ABOVE"@en .

<http://lexvo.org/id/char/1E8B> a lvont:Character ;
    lvont:represents "ẋ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER X WITH DOT ABOVE"@en .

<http://lexvo.org/id/char/1E8C> a lvont:Character ;
    lvont:represents "Ẍ"^^xsd:string ;
    rdfs:comment "LATIN CAPITAL LETTER X WITH DIAERESIS"@en .

<http://lexvo.org/id/char/1E8D> a lvont:Character ;
    lvont:represents "ẍ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER X WITH DIAERESIS"@en .

<http://lexvo.org/id/char/1E8E> a lvont:Character ;
    lvont:represents "Ẏ"^^xsd:string ;
    rdfs:comment "LATIN CAPITAL LETTER Y WITH DOT ABOVE"@en .

<http://lexvo.org/id/char/1E8F> a lvont:Character ;
    lvont:represents "ẏ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER Y WITH DOT ABOVE"@en .

<http://lexvo.org/id/char/1E90> a lvont:Character ;
    lvont:represents "Ẑ"^^xsd:string ;
    rdfs:comment "LATIN CAPITAL LETTER Z WITH CIRCUMFLEX"@en .

<http://lexvo.org/id/char/1E91> a lvont:Character ;
    lvont:represents "ẑ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER Z WITH CIRCUMFLEX"@en .

<http://lexvo.org/id/char/1E92> a lvont:Character ;
    lvont:represents "Ẓ"^^xsd:string ;
    rdfs:comment "LATIN CAPITAL LETTER Z WITH DOT BELOW"@en .

<http://lexvo.org/id/char/1E93> a lvont:Character ;
    lvont:represents "ẓ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER Z WITH DOT BELOW"@en .

<http://lexvo.org/id/char/1E94> a lvont:Character ;
    lvont:represents "Ẕ"^^xsd:string ;
    rdfs:comment "LATIN CAPITAL LETTER Z WITH LINE BELOW"@en .

<http://lexvo.org/id/char/1E95> a lvont:Character ;
    lvont:represents "ẕ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER Z WITH LINE BELOW"@en .

<http://lexvo.org/id/char/1E96> a lvont:Character ;
    lvont:represents "ẖ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER H WITH LINE BELOW"@en .

<http://lexvo.org/id/char/1E97> a lvont:Character ;
    lvont:represents "ẗ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER T WITH DIAERESIS"@en .

<http://lexvo.org/id/char/1E98> a lvont:Character ;
    lvont:represents "ẘ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER W WITH RING ABOVE"@en .

<http://lexvo.org/id/char/1E99> a lvont:Character ;
    lvont:represents "ẙ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER Y WITH RING ABOVE"@en .

<http://lexvo.org/id/char/1E9A> a lvont:Character ;
    lvont:represents "ẚ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER A WITH RIGHT HALF RING"@en .

<http://lexvo.org/id/char/1E9B> a lvont:Character ;
    lvont:represents "ẛ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER LONG S WITH DOT ABOVE"@en .

<http://lexvo.org/id/char/1E9C> a lvont:Character ;
    lvont:represents "ẜ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER LONG S WITH DIAGONAL STROKE"@en .

<http://lexvo.org/id/char/1E9D> a lvont:Character ;
    lvont:represents "ẝ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER LONG S WITH HIGH STROKE"@en .

<http://lexvo.org/id/char/1E9E> a lvont:Character ;
    lvont:represents "ẞ"^^xsd:string ;
    rdfs:comment "LATIN CAPITAL LETTER SHARP S"@en .

<http://lexvo.org/id/char/1E9F> a lvont:Character ;
    lvont:represents "ẟ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER DELTA"@en .

<http://lexvo.org/id/char/1EA0> a lvont:Character ;
    lvont:represents "Ạ"^^xsd:string ;
    rdfs:comment "LATIN CAPITAL LETTER A WITH DOT BELOW"@en .

<http://lexvo.org/id/char/1EA1> a lvont:Character ;
    lvont:represents "ạ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER A WITH DOT BELOW"@en .

<http://lexvo.org/id/char/1EA2> a lvont:Character ;
    lvont:represents "Ả"^^xsd:string ;
    rdfs:comment "LATIN CAPITAL LETTER A WITH HOOK ABOVE"@en .

<http://lexvo.org/id/char/1EA3> a lvont:Character ;
    lvont:represents "ả"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER A WITH HOOK ABOVE"@en .

<http://lexvo.org/id/char/1EA4> a lvont:Character ;
    lvont:represents "Ấ"^^xsd:string ;
    rdfs:comment "LATIN CAPITAL LETTER A WITH CIRCUMFLEX AND ACUTE"@en .

<http://lexvo.org/id/char/1EA5> a lvont:Character ;
    lvont:represents "ấ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER A WITH CIRCUMFLEX AND ACUTE"@en .

<http://lexvo.org/id/char/1EA6> a lvont:Character ;
    lvont:represents "Ầ"^^xsd:string ;
    rdfs:comment "LATIN CAPITAL LETTER A WITH CIRCUMFLEX AND GRAVE"@en .

<http://lexvo.org/id/char/1EA7> a lvont:Character ;
    lvont:represents "ầ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER A WITH CIRCUMFLEX AND GRAVE"@en .

<http://lexvo.org/id/char/1EA8> a lvont:Character ;
    lvont:represents "Ẩ"^^xsd:string ;
    rdfs:comment "LATIN CAPITAL LETTER A WITH CIRCUMFLEX AND HOOK ABOVE"@en .

<http://lexvo.org/id/char/1EA9> a lvont:Character ;
    lvont:represents "ẩ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER A WITH CIRCUMFLEX AND HOOK ABOVE"@en .

<http://lexvo.org/id/char/1EAA> a lvont:Character ;
    lvont:represents "Ẫ"^^xsd:string ;
    rdfs:comment "LATIN CAPITAL LETTER A WITH CIRCUMFLEX AND TILDE"@en .

<http://lexvo.org/id/char/1EAB> a lvont:Character ;
    lvont:represents "ẫ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER A WITH CIRCUMFLEX AND TILDE"@en .

<http://lexvo.org/id/char/1EAC> a lvont:Character ;
    lvont:represents "Ậ"^^xsd:string ;
    rdfs:comment "LATIN CAPITAL LETTER A WITH CIRCUMFLEX AND DOT BELOW"@en .

<http://lexvo.org/id/char/1EAD> a lvont:Character ;
    lvont:represents "ậ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER A WITH CIRCUMFLEX AND DOT BELOW"@en .

<http://lexvo.org/id/char/1EAE> a lvont:Character ;
    lvont:represents "Ắ"^^xsd:string ;
    rdfs:comment "LATIN CAPITAL LETTER A WITH BREVE AND ACUTE"@en .

<http://lexvo.org/id/char/1EAF> a lvont:Character ;
    lvont:represents "ắ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER A WITH BREVE AND ACUTE"@en .

<http://lexvo.org/id/char/1EB0> a lvont:Character ;
    lvont:represents "Ằ"^^xsd:string ;
    rdfs:comment "LATIN CAPITAL LETTER A WITH BREVE AND GRAVE"@en .

<http://lexvo.org/id/char/1EB1> a lvont:Character ;
    lvont:represents "ằ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER A WITH BREVE AND GRAVE"@en .

<http://lexvo.org/id/char/1EB2> a lvont:Character ;
    lvont:represents "Ẳ"^^xsd:string ;
    rdfs:comment "LATIN CAPITAL LETTER A WITH BREVE AND HOOK ABOVE"@en .

<http://lexvo.org/id/char/1EB3> a lvont:Character ;
    lvont:represents "ẳ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER A WITH BREVE AND HOOK ABOVE"@en .

<http://lexvo.org/id/char/1EB4> a lvont:Character ;
    lvont:represents "Ẵ"^^xsd:string ;
    rdfs:comment "LATIN CAPITAL LETTER A WITH BREVE AND TILDE"@en .

<http://lexvo.org/id/char/1EB5> a lvont:Character ;
    lvont:represents "ẵ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER A WITH BREVE AND TILDE"@en .

<http://lexvo.org/id/char/1EB6> a lvont:Character ;
    lvont:represents "Ặ"^^xsd:string ;
    rdfs:comment "LATIN CAPITAL LETTER A WITH BREVE AND DOT BELOW"@en .

<http://lexvo.org/id/char/1EB7> a lvont:Character ;
    lvont:represents "ặ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER A WITH BREVE AND DOT BELOW"@en .

<http://lexvo.org/id/char/1EB8> a lvont:Character ;
    lvont:represents "Ẹ"^^xsd:string ;
    rdfs:comment "LATIN CAPITAL LETTER E WITH DOT BELOW"@en .

<http://lexvo.org/id/char/1EB9> a lvont:Character ;
    lvont:represents "ẹ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER E WITH DOT BELOW"@en .

<http://lexvo.org/id/char/1EBA> a lvont:Character ;
    lvont:represents "Ẻ"^^xsd:string ;
    rdfs:comment "LATIN CAPITAL LETTER E WITH HOOK ABOVE"@en .

<http://lexvo.org/id/char/1EBB> a lvont:Character ;
    lvont:represents "ẻ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER E WITH HOOK ABOVE"@en .

<http://lexvo.org/id/char/1EBC> a lvont:Character ;
    lvont:represents "Ẽ"^^xsd:string ;
    rdfs:comment "LATIN CAPITAL LETTER E WITH TILDE"@en .

<http://lexvo.org/id/char/1EBD> a lvont:Character ;
    lvont:represents "ẽ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER E WITH TILDE"@en .

<http://lexvo.org/id/char/1EBE> a lvont:Character ;
    lvont:represents "Ế"^^xsd:string ;
    rdfs:comment "LATIN CAPITAL LETTER E WITH CIRCUMFLEX AND ACUTE"@en .

<http://lexvo.org/id/char/1EBF> a lvont:Character ;
    lvont:represents "ế"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER E WITH CIRCUMFLEX AND ACUTE"@en .

<http://lexvo.org/id/char/1EC0> a lvont:Character ;
    lvont:represents "Ề"^^xsd:string ;
    rdfs:comment "LATIN CAPITAL LETTER E WITH CIRCUMFLEX AND GRAVE"@en .

<http://lexvo.org/id/char/1EC1> a lvont:Character ;
    lvont:represents "ề"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER E WITH CIRCUMFLEX AND GRAVE"@en .

<http://lexvo.org/id/char/1EC2> a lvont:Character ;
    lvont:represents "Ể"^^xsd:string ;
    rdfs:comment "LATIN CAPITAL LETTER E WITH CIRCUMFLEX AND HOOK ABOVE"@en .

<http://lexvo.org/id/char/1EC3> a lvont:Character ;
    lvont:represents "ể"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER E WITH CIRCUMFLEX AND HOOK ABOVE"@en .

<http://lexvo.org/id/char/1EC4> a lvont:Character ;
    lvont:represents "Ễ"^^xsd:string ;
    rdfs:comment "LATIN CAPITAL LETTER E WITH CIRCUMFLEX AND TILDE"@en .

<http://lexvo.org/id/char/1EC5> a lvont:Character ;
    lvont:represents "ễ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER E WITH CIRCUMFLEX AND TILDE"@en .

<http://lexvo.org/id/char/1EC6> a lvont:Character ;
    lvont:represents "Ệ"^^xsd:string ;
    rdfs:comment "LATIN CAPITAL LETTER E WITH CIRCUMFLEX AND DOT BELOW"@en .

<http://lexvo.org/id/char/1EC7> a lvont:Character ;
    lvont:represents "ệ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER E WITH CIRCUMFLEX AND DOT BELOW"@en .

<http://lexvo.org/id/char/1EC8> a lvont:Character ;
    lvont:represents "Ỉ"^^xsd:string ;
    rdfs:comment "LATIN CAPITAL LETTER I WITH HOOK ABOVE"@en .

<http://lexvo.org/id/char/1EC9> a lvont:Character ;
    lvont:represents "ỉ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER I WITH HOOK ABOVE"@en .

<http://lexvo.org/id/char/1ECA> a lvont:Character ;
    lvont:represents "Ị"^^xsd:string ;
    rdfs:comment "LATIN CAPITAL LETTER I WITH DOT BELOW"@en .

<http://lexvo.org/id/char/1ECB> a lvont:Character ;
    lvont:represents "ị"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER I WITH DOT BELOW"@en .

<http://lexvo.org/id/char/1ECC> a lvont:Character ;
    lvont:represents "Ọ"^^xsd:string ;
    rdfs:comment "LATIN CAPITAL LETTER O WITH DOT BELOW"@en .

<http://lexvo.org/id/char/1ECD> a lvont:Character ;
    lvont:represents "ọ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER O WITH DOT BELOW"@en .

<http://lexvo.org/id/char/1ECE> a lvont:Character ;
    lvont:represents "Ỏ"^^xsd:string ;
    rdfs:comment "LATIN CAPITAL LETTER O WITH HOOK ABOVE"@en .

<http://lexvo.org/id/char/1ECF> a lvont:Character ;
    lvont:represents "ỏ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER O WITH HOOK ABOVE"@en .

<http://lexvo.org/id/char/1ED0> a lvont:Character ;
    lvont:represents "Ố"^^xsd:string ;
    rdfs:comment "LATIN CAPITAL LETTER O WITH CIRCUMFLEX AND ACUTE"@en .

<http://lexvo.org/id/char/1ED1> a lvont:Character ;
    lvont:represents "ố"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER O WITH CIRCUMFLEX AND ACUTE"@en .

<http://lexvo.org/id/char/1ED2> a lvont:Character ;
    lvont:represents "Ồ"^^xsd:string ;
    rdfs:comment "LATIN CAPITAL LETTER O WITH CIRCUMFLEX AND GRAVE"@en .

<http://lexvo.org/id/char/1ED3> a lvont:Character ;
    lvont:represents "ồ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER O WITH CIRCUMFLEX AND GRAVE"@en .

<http://lexvo.org/id/char/1ED4> a lvont:Character ;
    lvont:represents "Ổ"^^xsd:string ;
    rdfs:comment "LATIN CAPITAL LETTER O WITH CIRCUMFLEX AND HOOK ABOVE"@en .

<http://lexvo.org/id/char/1ED5> a lvont:Character ;
    lvont:represents "ổ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER O WITH CIRCUMFLEX AND HOOK ABOVE"@en .

<http://lexvo.org/id/char/1ED6> a lvont:Character ;
    lvont:represents "Ỗ"^^xsd:string ;
    rdfs:comment "LATIN CAPITAL LETTER O WITH CIRCUMFLEX AND TILDE"@en .

<http://lexvo.org/id/char/1ED7> a lvont:Character ;
    lvont:represents "ỗ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER O WITH CIRCUMFLEX AND TILDE"@en .

<http://lexvo.org/id/char/1ED8> a lvont:Character ;
    lvont:represents "Ộ"^^xsd:string ;
    rdfs:comment "LATIN CAPITAL LETTER O WITH CIRCUMFLEX AND DOT BELOW"@en .

<http://lexvo.org/id/char/1ED9> a lvont:Character ;
    lvont:represents "ộ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER O WITH CIRCUMFLEX AND DOT BELOW"@en .

<http://lexvo.org/id/char/1EDA> a lvont:Character ;
    lvont:represents "Ớ"^^xsd:string ;
    rdfs:comment "LATIN CAPITAL LETTER O WITH HORN AND ACUTE"@en .

<http://lexvo.org/id/char/1EDB> a lvont:Character ;
    lvont:represents "ớ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER O WITH HORN AND ACUTE"@en .

<http://lexvo.org/id/char/1EDC> a lvont:Character ;
    lvont:represents "Ờ"^^xsd:string ;
    rdfs:comment "LATIN CAPITAL LETTER O WITH HORN AND GRAVE"@en .

<http://lexvo.org/id/char/1EDD> a lvont:Character ;
    lvont:represents "ờ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER O WITH HORN AND GRAVE"@en .

<http://lexvo.org/id/char/1EDE> a lvont:Character ;
    lvont:represents "Ở"^^xsd:string ;
    rdfs:comment "LATIN CAPITAL LETTER O WITH HORN AND HOOK ABOVE"@en .

<http://lexvo.org/id/char/1EDF> a lvont:Character ;
    lvont:represents "ở"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER O WITH HORN AND HOOK ABOVE"@en .

<http://lexvo.org/id/char/1EE0> a lvont:Character ;
    lvont:represents "Ỡ"^^xsd:string ;
    rdfs:comment "LATIN CAPITAL LETTER O WITH HORN AND TILDE"@en .

<http://lexvo.org/id/char/1EE00> a lvont:Character ;
    lvont:represents "𞸀"^^xsd:string ;
    rdfs:comment "ARABIC MATHEMATICAL ALEF"@en .

<http://lexvo.org/id/char/1EE01> a lvont:Character ;
    lvont:represents "𞸁"^^xsd:string ;
    rdfs:comment "ARABIC MATHEMATICAL BEH"@en .

<http://lexvo.org/id/char/1EE02> a lvont:Character ;
    lvont:represents "𞸂"^^xsd:string ;
    rdfs:comment "ARABIC MATHEMATICAL JEEM"@en .

<http://lexvo.org/id/char/1EE03> a lvont:Character ;
    lvont:represents "𞸃"^^xsd:string ;
    rdfs:comment "ARABIC MATHEMATICAL DAL"@en .

<http://lexvo.org/id/char/1EE05> a lvont:Character ;
    lvont:represents "𞸅"^^xsd:string ;
    rdfs:comment "ARABIC MATHEMATICAL WAW"@en .

<http://lexvo.org/id/char/1EE06> a lvont:Character ;
    lvont:represents "𞸆"^^xsd:string ;
    rdfs:comment "ARABIC MATHEMATICAL ZAIN"@en .

<http://lexvo.org/id/char/1EE07> a lvont:Character ;
    lvont:represents "𞸇"^^xsd:string ;
    rdfs:comment "ARABIC MATHEMATICAL HAH"@en .

<http://lexvo.org/id/char/1EE08> a lvont:Character ;
    lvont:represents "𞸈"^^xsd:string ;
    rdfs:comment "ARABIC MATHEMATICAL TAH"@en .

<http://lexvo.org/id/char/1EE09> a lvont:Character ;
    lvont:represents "𞸉"^^xsd:string ;
    rdfs:comment "ARABIC MATHEMATICAL YEH"@en .

<http://lexvo.org/id/char/1EE0A> a lvont:Character ;
    lvont:represents "𞸊"^^xsd:string ;
    rdfs:comment "ARABIC MATHEMATICAL KAF"@en .

<http://lexvo.org/id/char/1EE0B> a lvont:Character ;
    lvont:represents "𞸋"^^xsd:string ;
    rdfs:comment "ARABIC MATHEMATICAL LAM"@en .

<http://lexvo.org/id/char/1EE0C> a lvont:Character ;
    lvont:represents "𞸌"^^xsd:string ;
    rdfs:comment "ARABIC MATHEMATICAL MEEM"@en .

<http://lexvo.org/id/char/1EE0D> a lvont:Character ;
    lvont:represents "𞸍"^^xsd:string ;
    rdfs:comment "ARABIC MATHEMATICAL NOON"@en .

<http://lexvo.org/id/char/1EE0E> a lvont:Character ;
    lvont:represents "𞸎"^^xsd:string ;
    rdfs:comment "ARABIC MATHEMATICAL SEEN"@en .

<http://lexvo.org/id/char/1EE0F> a lvont:Character ;
    lvont:represents "𞸏"^^xsd:string ;
    rdfs:comment "ARABIC MATHEMATICAL AIN"@en .

<http://lexvo.org/id/char/1EE1> a lvont:Character ;
    lvont:represents "ỡ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER O WITH HORN AND TILDE"@en .

<http://lexvo.org/id/char/1EE10> a lvont:Character ;
    lvont:represents "𞸐"^^xsd:string ;
    rdfs:comment "ARABIC MATHEMATICAL FEH"@en .

<http://lexvo.org/id/char/1EE11> a lvont:Character ;
    lvont:represents "𞸑"^^xsd:string ;
    rdfs:comment "ARABIC MATHEMATICAL SAD"@en .

<http://lexvo.org/id/char/1EE12> a lvont:Character ;
    lvont:represents "𞸒"^^xsd:string ;
    rdfs:comment "ARABIC MATHEMATICAL QAF"@en .

<http://lexvo.org/id/char/1EE13> a lvont:Character ;
    lvont:represents "𞸓"^^xsd:string ;
    rdfs:comment "ARABIC MATHEMATICAL REH"@en .

<http://lexvo.org/id/char/1EE14> a lvont:Character ;
    lvont:represents "𞸔"^^xsd:string ;
    rdfs:comment "ARABIC MATHEMATICAL SHEEN"@en .

<http://lexvo.org/id/char/1EE15> a lvont:Character ;
    lvont:represents "𞸕"^^xsd:string ;
    rdfs:comment "ARABIC MATHEMATICAL TEH"@en .

<http://lexvo.org/id/char/1EE16> a lvont:Character ;
    lvont:represents "𞸖"^^xsd:string ;
    rdfs:comment "ARABIC MATHEMATICAL THEH"@en .

<http://lexvo.org/id/char/1EE17> a lvont:Character ;
    lvont:represents "𞸗"^^xsd:string ;
    rdfs:comment "ARABIC MATHEMATICAL KHAH"@en .

<http://lexvo.org/id/char/1EE18> a lvont:Character ;
    lvont:represents "𞸘"^^xsd:string ;
    rdfs:comment "ARABIC MATHEMATICAL THAL"@en .

<http://lexvo.org/id/char/1EE19> a lvont:Character ;
    lvont:represents "𞸙"^^xsd:string ;
    rdfs:comment "ARABIC MATHEMATICAL DAD"@en .

<http://lexvo.org/id/char/1EE1A> a lvont:Character ;
    lvont:represents "𞸚"^^xsd:string ;
    rdfs:comment "ARABIC MATHEMATICAL ZAH"@en .

<http://lexvo.org/id/char/1EE1B> a lvont:Character ;
    lvont:represents "𞸛"^^xsd:string ;
    rdfs:comment "ARABIC MATHEMATICAL GHAIN"@en .

<http://lexvo.org/id/char/1EE1C> a lvont:Character ;
    lvont:represents "𞸜"^^xsd:string ;
    rdfs:comment "ARABIC MATHEMATICAL DOTLESS BEH"@en .

<http://lexvo.org/id/char/1EE1D> a lvont:Character ;
    lvont:represents "𞸝"^^xsd:string ;
    rdfs:comment "ARABIC MATHEMATICAL DOTLESS NOON"@en .

<http://lexvo.org/id/char/1EE1E> a lvont:Character ;
    lvont:represents "𞸞"^^xsd:string ;
    rdfs:comment "ARABIC MATHEMATICAL DOTLESS FEH"@en .

<http://lexvo.org/id/char/1EE1F> a lvont:Character ;
    lvont:represents "𞸟"^^xsd:string ;
    rdfs:comment "ARABIC MATHEMATICAL DOTLESS QAF"@en .

<http://lexvo.org/id/char/1EE2> a lvont:Character ;
    lvont:represents "Ợ"^^xsd:string ;
    rdfs:comment "LATIN CAPITAL LETTER O WITH HORN AND DOT BELOW"@en .

<http://lexvo.org/id/char/1EE21> a lvont:Character ;
    lvont:represents "𞸡"^^xsd:string ;
    rdfs:comment "ARABIC MATHEMATICAL INITIAL BEH"@en .

<http://lexvo.org/id/char/1EE22> a lvont:Character ;
    lvont:represents "𞸢"^^xsd:string ;
    rdfs:comment "ARABIC MATHEMATICAL INITIAL JEEM"@en .

<http://lexvo.org/id/char/1EE24> a lvont:Character ;
    lvont:represents "𞸤"^^xsd:string ;
    rdfs:comment "ARABIC MATHEMATICAL INITIAL HEH"@en .

<http://lexvo.org/id/char/1EE27> a lvont:Character ;
    lvont:represents "𞸧"^^xsd:string ;
    rdfs:comment "ARABIC MATHEMATICAL INITIAL HAH"@en .

<http://lexvo.org/id/char/1EE29> a lvont:Character ;
    lvont:represents "𞸩"^^xsd:string ;
    rdfs:comment "ARABIC MATHEMATICAL INITIAL YEH"@en .

<http://lexvo.org/id/char/1EE2A> a lvont:Character ;
    lvont:represents "𞸪"^^xsd:string ;
    rdfs:comment "ARABIC MATHEMATICAL INITIAL KAF"@en .

<http://lexvo.org/id/char/1EE2B> a lvont:Character ;
    lvont:represents "𞸫"^^xsd:string ;
    rdfs:comment "ARABIC MATHEMATICAL INITIAL LAM"@en .

<http://lexvo.org/id/char/1EE2C> a lvont:Character ;
    lvont:represents "𞸬"^^xsd:string ;
    rdfs:comment "ARABIC MATHEMATICAL INITIAL MEEM"@en .

<http://lexvo.org/id/char/1EE2D> a lvont:Character ;
    lvont:represents "𞸭"^^xsd:string ;
    rdfs:comment "ARABIC MATHEMATICAL INITIAL NOON"@en .

<http://lexvo.org/id/char/1EE2E> a lvont:Character ;
    lvont:represents "𞸮"^^xsd:string ;
    rdfs:comment "ARABIC MATHEMATICAL INITIAL SEEN"@en .

<http://lexvo.org/id/char/1EE2F> a lvont:Character ;
    lvont:represents "𞸯"^^xsd:string ;
    rdfs:comment "ARABIC MATHEMATICAL INITIAL AIN"@en .

<http://lexvo.org/id/char/1EE3> a lvont:Character ;
    lvont:represents "ợ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER O WITH HORN AND DOT BELOW"@en .

<http://lexvo.org/id/char/1EE30> a lvont:Character ;
    lvont:represents "𞸰"^^xsd:string ;
    rdfs:comment "ARABIC MATHEMATICAL INITIAL FEH"@en .

<http://lexvo.org/id/char/1EE31> a lvont:Character ;
    lvont:represents "𞸱"^^xsd:string ;
    rdfs:comment "ARABIC MATHEMATICAL INITIAL SAD"@en .

<http://lexvo.org/id/char/1EE32> a lvont:Character ;
    lvont:represents "𞸲"^^xsd:string ;
    rdfs:comment "ARABIC MATHEMATICAL INITIAL QAF"@en .

<http://lexvo.org/id/char/1EE34> a lvont:Character ;
    lvont:represents "𞸴"^^xsd:string ;
    rdfs:comment "ARABIC MATHEMATICAL INITIAL SHEEN"@en .

<http://lexvo.org/id/char/1EE35> a lvont:Character ;
    lvont:represents "𞸵"^^xsd:string ;
    rdfs:comment "ARABIC MATHEMATICAL INITIAL TEH"@en .

<http://lexvo.org/id/char/1EE36> a lvont:Character ;
    lvont:represents "𞸶"^^xsd:string ;
    rdfs:comment "ARABIC MATHEMATICAL INITIAL THEH"@en .

<http://lexvo.org/id/char/1EE37> a lvont:Character ;
    lvont:represents "𞸷"^^xsd:string ;
    rdfs:comment "ARABIC MATHEMATICAL INITIAL KHAH"@en .

<http://lexvo.org/id/char/1EE39> a lvont:Character ;
    lvont:represents "𞸹"^^xsd:string ;
    rdfs:comment "ARABIC MATHEMATICAL INITIAL DAD"@en .

<http://lexvo.org/id/char/1EE3B> a lvont:Character ;
    lvont:represents "𞸻"^^xsd:string ;
    rdfs:comment "ARABIC MATHEMATICAL INITIAL GHAIN"@en .

<http://lexvo.org/id/char/1EE4> a lvont:Character ;
    lvont:represents "Ụ"^^xsd:string ;
    rdfs:comment "LATIN CAPITAL LETTER U WITH DOT BELOW"@en .

<http://lexvo.org/id/char/1EE42> a lvont:Character ;
    lvont:represents "𞹂"^^xsd:string ;
    rdfs:comment "ARABIC MATHEMATICAL TAILED JEEM"@en .

<http://lexvo.org/id/char/1EE47> a lvont:Character ;
    lvont:represents "𞹇"^^xsd:string ;
    rdfs:comment "ARABIC MATHEMATICAL TAILED HAH"@en .

<http://lexvo.org/id/char/1EE49> a lvont:Character ;
    lvont:represents "𞹉"^^xsd:string ;
    rdfs:comment "ARABIC MATHEMATICAL TAILED YEH"@en .

<http://lexvo.org/id/char/1EE4B> a lvont:Character ;
    lvont:represents "𞹋"^^xsd:string ;
    rdfs:comment "ARABIC MATHEMATICAL TAILED LAM"@en .

<http://lexvo.org/id/char/1EE4D> a lvont:Character ;
    lvont:represents "𞹍"^^xsd:string ;
    rdfs:comment "ARABIC MATHEMATICAL TAILED NOON"@en .

<http://lexvo.org/id/char/1EE4E> a lvont:Character ;
    lvont:represents "𞹎"^^xsd:string ;
    rdfs:comment "ARABIC MATHEMATICAL TAILED SEEN"@en .

<http://lexvo.org/id/char/1EE4F> a lvont:Character ;
    lvont:represents "𞹏"^^xsd:string ;
    rdfs:comment "ARABIC MATHEMATICAL TAILED AIN"@en .

<http://lexvo.org/id/char/1EE5> a lvont:Character ;
    lvont:represents "ụ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER U WITH DOT BELOW"@en .

<http://lexvo.org/id/char/1EE51> a lvont:Character ;
    lvont:represents "𞹑"^^xsd:string ;
    rdfs:comment "ARABIC MATHEMATICAL TAILED SAD"@en .

<http://lexvo.org/id/char/1EE52> a lvont:Character ;
    lvont:represents "𞹒"^^xsd:string ;
    rdfs:comment "ARABIC MATHEMATICAL TAILED QAF"@en .

<http://lexvo.org/id/char/1EE54> a lvont:Character ;
    lvont:represents "𞹔"^^xsd:string ;
    rdfs:comment "ARABIC MATHEMATICAL TAILED SHEEN"@en .

<http://lexvo.org/id/char/1EE57> a lvont:Character ;
    lvont:represents "𞹗"^^xsd:string ;
    rdfs:comment "ARABIC MATHEMATICAL TAILED KHAH"@en .

<http://lexvo.org/id/char/1EE59> a lvont:Character ;
    lvont:represents "𞹙"^^xsd:string ;
    rdfs:comment "ARABIC MATHEMATICAL TAILED DAD"@en .

<http://lexvo.org/id/char/1EE5B> a lvont:Character ;
    lvont:represents "𞹛"^^xsd:string ;
    rdfs:comment "ARABIC MATHEMATICAL TAILED GHAIN"@en .

<http://lexvo.org/id/char/1EE5D> a lvont:Character ;
    lvont:represents "𞹝"^^xsd:string ;
    rdfs:comment "ARABIC MATHEMATICAL TAILED DOTLESS NOON"@en .

<http://lexvo.org/id/char/1EE5F> a lvont:Character ;
    lvont:represents "𞹟"^^xsd:string ;
    rdfs:comment "ARABIC MATHEMATICAL TAILED DOTLESS QAF"@en .

<http://lexvo.org/id/char/1EE6> a lvont:Character ;
    lvont:represents "Ủ"^^xsd:string ;
    rdfs:comment "LATIN CAPITAL LETTER U WITH HOOK ABOVE"@en .

<http://lexvo.org/id/char/1EE61> a lvont:Character ;
    lvont:represents "𞹡"^^xsd:string ;
    rdfs:comment "ARABIC MATHEMATICAL STRETCHED BEH"@en .

<http://lexvo.org/id/char/1EE62> a lvont:Character ;
    lvont:represents "𞹢"^^xsd:string ;
    rdfs:comment "ARABIC MATHEMATICAL STRETCHED JEEM"@en .

<http://lexvo.org/id/char/1EE64> a lvont:Character ;
    lvont:represents "𞹤"^^xsd:string ;
    rdfs:comment "ARABIC MATHEMATICAL STRETCHED HEH"@en .

<http://lexvo.org/id/char/1EE67> a lvont:Character ;
    lvont:represents "𞹧"^^xsd:string ;
    rdfs:comment "ARABIC MATHEMATICAL STRETCHED HAH"@en .

<http://lexvo.org/id/char/1EE68> a lvont:Character ;
    lvont:represents "𞹨"^^xsd:string ;
    rdfs:comment "ARABIC MATHEMATICAL STRETCHED TAH"@en .

<http://lexvo.org/id/char/1EE69> a lvont:Character ;
    lvont:represents "𞹩"^^xsd:string ;
    rdfs:comment "ARABIC MATHEMATICAL STRETCHED YEH"@en .

<http://lexvo.org/id/char/1EE6A> a lvont:Character ;
    lvont:represents "𞹪"^^xsd:string ;
    rdfs:comment "ARABIC MATHEMATICAL STRETCHED KAF"@en .

<http://lexvo.org/id/char/1EE6C> a lvont:Character ;
    lvont:represents "𞹬"^^xsd:string ;
    rdfs:comment "ARABIC MATHEMATICAL STRETCHED MEEM"@en .

<http://lexvo.org/id/char/1EE6D> a lvont:Character ;
    lvont:represents "𞹭"^^xsd:string ;
    rdfs:comment "ARABIC MATHEMATICAL STRETCHED NOON"@en .

<http://lexvo.org/id/char/1EE6E> a lvont:Character ;
    lvont:represents "𞹮"^^xsd:string ;
    rdfs:comment "ARABIC MATHEMATICAL STRETCHED SEEN"@en .

<http://lexvo.org/id/char/1EE6F> a lvont:Character ;
    lvont:represents "𞹯"^^xsd:string ;
    rdfs:comment "ARABIC MATHEMATICAL STRETCHED AIN"@en .

<http://lexvo.org/id/char/1EE7> a lvont:Character ;
    lvont:represents "ủ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER U WITH HOOK ABOVE"@en .

<http://lexvo.org/id/char/1EE70> a lvont:Character ;
    lvont:represents "𞹰"^^xsd:string ;
    rdfs:comment "ARABIC MATHEMATICAL STRETCHED FEH"@en .

<http://lexvo.org/id/char/1EE71> a lvont:Character ;
    lvont:represents "𞹱"^^xsd:string ;
    rdfs:comment "ARABIC MATHEMATICAL STRETCHED SAD"@en .

<http://lexvo.org/id/char/1EE72> a lvont:Character ;
    lvont:represents "𞹲"^^xsd:string ;
    rdfs:comment "ARABIC MATHEMATICAL STRETCHED QAF"@en .

<http://lexvo.org/id/char/1EE74> a lvont:Character ;
    lvont:represents "𞹴"^^xsd:string ;
    rdfs:comment "ARABIC MATHEMATICAL STRETCHED SHEEN"@en .

<http://lexvo.org/id/char/1EE75> a lvont:Character ;
    lvont:represents "𞹵"^^xsd:string ;
    rdfs:comment "ARABIC MATHEMATICAL STRETCHED TEH"@en .

<http://lexvo.org/id/char/1EE76> a lvont:Character ;
    lvont:represents "𞹶"^^xsd:string ;
    rdfs:comment "ARABIC MATHEMATICAL STRETCHED THEH"@en .

<http://lexvo.org/id/char/1EE77> a lvont:Character ;
    lvont:represents "𞹷"^^xsd:string ;
    rdfs:comment "ARABIC MATHEMATICAL STRETCHED KHAH"@en .

<http://lexvo.org/id/char/1EE79> a lvont:Character ;
    lvont:represents "𞹹"^^xsd:string ;
    rdfs:comment "ARABIC MATHEMATICAL STRETCHED DAD"@en .

<http://lexvo.org/id/char/1EE7A> a lvont:Character ;
    lvont:represents "𞹺"^^xsd:string ;
    rdfs:comment "ARABIC MATHEMATICAL STRETCHED ZAH"@en .

<http://lexvo.org/id/char/1EE7B> a lvont:Character ;
    lvont:represents "𞹻"^^xsd:string ;
    rdfs:comment "ARABIC MATHEMATICAL STRETCHED GHAIN"@en .

<http://lexvo.org/id/char/1EE7C> a lvont:Character ;
    lvont:represents "𞹼"^^xsd:string ;
    rdfs:comment "ARABIC MATHEMATICAL STRETCHED DOTLESS BEH"@en .

<http://lexvo.org/id/char/1EE7E> a lvont:Character ;
    lvont:represents "𞹾"^^xsd:string ;
    rdfs:comment "ARABIC MATHEMATICAL STRETCHED DOTLESS FEH"@en .

<http://lexvo.org/id/char/1EE8> a lvont:Character ;
    lvont:represents "Ứ"^^xsd:string ;
    rdfs:comment "LATIN CAPITAL LETTER U WITH HORN AND ACUTE"@en .

<http://lexvo.org/id/char/1EE80> a lvont:Character ;
    lvont:represents "𞺀"^^xsd:string ;
    rdfs:comment "ARABIC MATHEMATICAL LOOPED ALEF"@en .

<http://lexvo.org/id/char/1EE81> a lvont:Character ;
    lvont:represents "𞺁"^^xsd:string ;
    rdfs:comment "ARABIC MATHEMATICAL LOOPED BEH"@en .

<http://lexvo.org/id/char/1EE82> a lvont:Character ;
    lvont:represents "𞺂"^^xsd:string ;
    rdfs:comment "ARABIC MATHEMATICAL LOOPED JEEM"@en .

<http://lexvo.org/id/char/1EE83> a lvont:Character ;
    lvont:represents "𞺃"^^xsd:string ;
    rdfs:comment "ARABIC MATHEMATICAL LOOPED DAL"@en .

<http://lexvo.org/id/char/1EE84> a lvont:Character ;
    lvont:represents "𞺄"^^xsd:string ;
    rdfs:comment "ARABIC MATHEMATICAL LOOPED HEH"@en .

<http://lexvo.org/id/char/1EE85> a lvont:Character ;
    lvont:represents "𞺅"^^xsd:string ;
    rdfs:comment "ARABIC MATHEMATICAL LOOPED WAW"@en .

<http://lexvo.org/id/char/1EE86> a lvont:Character ;
    lvont:represents "𞺆"^^xsd:string ;
    rdfs:comment "ARABIC MATHEMATICAL LOOPED ZAIN"@en .

<http://lexvo.org/id/char/1EE87> a lvont:Character ;
    lvont:represents "𞺇"^^xsd:string ;
    rdfs:comment "ARABIC MATHEMATICAL LOOPED HAH"@en .

<http://lexvo.org/id/char/1EE88> a lvont:Character ;
    lvont:represents "𞺈"^^xsd:string ;
    rdfs:comment "ARABIC MATHEMATICAL LOOPED TAH"@en .

<http://lexvo.org/id/char/1EE89> a lvont:Character ;
    lvont:represents "𞺉"^^xsd:string ;
    rdfs:comment "ARABIC MATHEMATICAL LOOPED YEH"@en .

<http://lexvo.org/id/char/1EE8B> a lvont:Character ;
    lvont:represents "𞺋"^^xsd:string ;
    rdfs:comment "ARABIC MATHEMATICAL LOOPED LAM"@en .

<http://lexvo.org/id/char/1EE8C> a lvont:Character ;
    lvont:represents "𞺌"^^xsd:string ;
    rdfs:comment "ARABIC MATHEMATICAL LOOPED MEEM"@en .

<http://lexvo.org/id/char/1EE8D> a lvont:Character ;
    lvont:represents "𞺍"^^xsd:string ;
    rdfs:comment "ARABIC MATHEMATICAL LOOPED NOON"@en .

<http://lexvo.org/id/char/1EE8E> a lvont:Character ;
    lvont:represents "𞺎"^^xsd:string ;
    rdfs:comment "ARABIC MATHEMATICAL LOOPED SEEN"@en .

<http://lexvo.org/id/char/1EE8F> a lvont:Character ;
    lvont:represents "𞺏"^^xsd:string ;
    rdfs:comment "ARABIC MATHEMATICAL LOOPED AIN"@en .

<http://lexvo.org/id/char/1EE9> a lvont:Character ;
    lvont:represents "ứ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER U WITH HORN AND ACUTE"@en .

<http://lexvo.org/id/char/1EE90> a lvont:Character ;
    lvont:represents "𞺐"^^xsd:string ;
    rdfs:comment "ARABIC MATHEMATICAL LOOPED FEH"@en .

<http://lexvo.org/id/char/1EE91> a lvont:Character ;
    lvont:represents "𞺑"^^xsd:string ;
    rdfs:comment "ARABIC MATHEMATICAL LOOPED SAD"@en .

<http://lexvo.org/id/char/1EE92> a lvont:Character ;
    lvont:represents "𞺒"^^xsd:string ;
    rdfs:comment "ARABIC MATHEMATICAL LOOPED QAF"@en .

<http://lexvo.org/id/char/1EE93> a lvont:Character ;
    lvont:represents "𞺓"^^xsd:string ;
    rdfs:comment "ARABIC MATHEMATICAL LOOPED REH"@en .

<http://lexvo.org/id/char/1EE94> a lvont:Character ;
    lvont:represents "𞺔"^^xsd:string ;
    rdfs:comment "ARABIC MATHEMATICAL LOOPED SHEEN"@en .

<http://lexvo.org/id/char/1EE95> a lvont:Character ;
    lvont:represents "𞺕"^^xsd:string ;
    rdfs:comment "ARABIC MATHEMATICAL LOOPED TEH"@en .

<http://lexvo.org/id/char/1EE96> a lvont:Character ;
    lvont:represents "𞺖"^^xsd:string ;
    rdfs:comment "ARABIC MATHEMATICAL LOOPED THEH"@en .

<http://lexvo.org/id/char/1EE97> a lvont:Character ;
    lvont:represents "𞺗"^^xsd:string ;
    rdfs:comment "ARABIC MATHEMATICAL LOOPED KHAH"@en .

<http://lexvo.org/id/char/1EE98> a lvont:Character ;
    lvont:represents "𞺘"^^xsd:string ;
    rdfs:comment "ARABIC MATHEMATICAL LOOPED THAL"@en .

<http://lexvo.org/id/char/1EE99> a lvont:Character ;
    lvont:represents "𞺙"^^xsd:string ;
    rdfs:comment "ARABIC MATHEMATICAL LOOPED DAD"@en .

<http://lexvo.org/id/char/1EE9A> a lvont:Character ;
    lvont:represents "𞺚"^^xsd:string ;
    rdfs:comment "ARABIC MATHEMATICAL LOOPED ZAH"@en .

<http://lexvo.org/id/char/1EE9B> a lvont:Character ;
    lvont:represents "𞺛"^^xsd:string ;
    rdfs:comment "ARABIC MATHEMATICAL LOOPED GHAIN"@en .

<http://lexvo.org/id/char/1EEA> a lvont:Character ;
    lvont:represents "Ừ"^^xsd:string ;
    rdfs:comment "LATIN CAPITAL LETTER U WITH HORN AND GRAVE"@en .

<http://lexvo.org/id/char/1EEA1> a lvont:Character ;
    lvont:represents "𞺡"^^xsd:string ;
    rdfs:comment "ARABIC MATHEMATICAL DOUBLE-STRUCK BEH"@en .

<http://lexvo.org/id/char/1EEA2> a lvont:Character ;
    lvont:represents "𞺢"^^xsd:string ;
    rdfs:comment "ARABIC MATHEMATICAL DOUBLE-STRUCK JEEM"@en .

<http://lexvo.org/id/char/1EEA3> a lvont:Character ;
    lvont:represents "𞺣"^^xsd:string ;
    rdfs:comment "ARABIC MATHEMATICAL DOUBLE-STRUCK DAL"@en .

<http://lexvo.org/id/char/1EEA5> a lvont:Character ;
    lvont:represents "𞺥"^^xsd:string ;
    rdfs:comment "ARABIC MATHEMATICAL DOUBLE-STRUCK WAW"@en .

<http://lexvo.org/id/char/1EEA6> a lvont:Character ;
    lvont:represents "𞺦"^^xsd:string ;
    rdfs:comment "ARABIC MATHEMATICAL DOUBLE-STRUCK ZAIN"@en .

<http://lexvo.org/id/char/1EEA7> a lvont:Character ;
    lvont:represents "𞺧"^^xsd:string ;
    rdfs:comment "ARABIC MATHEMATICAL DOUBLE-STRUCK HAH"@en .

<http://lexvo.org/id/char/1EEA8> a lvont:Character ;
    lvont:represents "𞺨"^^xsd:string ;
    rdfs:comment "ARABIC MATHEMATICAL DOUBLE-STRUCK TAH"@en .

<http://lexvo.org/id/char/1EEA9> a lvont:Character ;
    lvont:represents "𞺩"^^xsd:string ;
    rdfs:comment "ARABIC MATHEMATICAL DOUBLE-STRUCK YEH"@en .

<http://lexvo.org/id/char/1EEAB> a lvont:Character ;
    lvont:represents "𞺫"^^xsd:string ;
    rdfs:comment "ARABIC MATHEMATICAL DOUBLE-STRUCK LAM"@en .

<http://lexvo.org/id/char/1EEAC> a lvont:Character ;
    lvont:represents "𞺬"^^xsd:string ;
    rdfs:comment "ARABIC MATHEMATICAL DOUBLE-STRUCK MEEM"@en .

<http://lexvo.org/id/char/1EEAD> a lvont:Character ;
    lvont:represents "𞺭"^^xsd:string ;
    rdfs:comment "ARABIC MATHEMATICAL DOUBLE-STRUCK NOON"@en .

<http://lexvo.org/id/char/1EEAE> a lvont:Character ;
    lvont:represents "𞺮"^^xsd:string ;
    rdfs:comment "ARABIC MATHEMATICAL DOUBLE-STRUCK SEEN"@en .

<http://lexvo.org/id/char/1EEAF> a lvont:Character ;
    lvont:represents "𞺯"^^xsd:string ;
    rdfs:comment "ARABIC MATHEMATICAL DOUBLE-STRUCK AIN"@en .

<http://lexvo.org/id/char/1EEB> a lvont:Character ;
    lvont:represents "ừ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER U WITH HORN AND GRAVE"@en .

<http://lexvo.org/id/char/1EEB0> a lvont:Character ;
    lvont:represents "𞺰"^^xsd:string ;
    rdfs:comment "ARABIC MATHEMATICAL DOUBLE-STRUCK FEH"@en .

<http://lexvo.org/id/char/1EEB1> a lvont:Character ;
    lvont:represents "𞺱"^^xsd:string ;
    rdfs:comment "ARABIC MATHEMATICAL DOUBLE-STRUCK SAD"@en .

<http://lexvo.org/id/char/1EEB2> a lvont:Character ;
    lvont:represents "𞺲"^^xsd:string ;
    rdfs:comment "ARABIC MATHEMATICAL DOUBLE-STRUCK QAF"@en .

<http://lexvo.org/id/char/1EEB3> a lvont:Character ;
    lvont:represents "𞺳"^^xsd:string ;
    rdfs:comment "ARABIC MATHEMATICAL DOUBLE-STRUCK REH"@en .

<http://lexvo.org/id/char/1EEB4> a lvont:Character ;
    lvont:represents "𞺴"^^xsd:string ;
    rdfs:comment "ARABIC MATHEMATICAL DOUBLE-STRUCK SHEEN"@en .

<http://lexvo.org/id/char/1EEB5> a lvont:Character ;
    lvont:represents "𞺵"^^xsd:string ;
    rdfs:comment "ARABIC MATHEMATICAL DOUBLE-STRUCK TEH"@en .

<http://lexvo.org/id/char/1EEB6> a lvont:Character ;
    lvont:represents "𞺶"^^xsd:string ;
    rdfs:comment "ARABIC MATHEMATICAL DOUBLE-STRUCK THEH"@en .

<http://lexvo.org/id/char/1EEB7> a lvont:Character ;
    lvont:represents "𞺷"^^xsd:string ;
    rdfs:comment "ARABIC MATHEMATICAL DOUBLE-STRUCK KHAH"@en .

<http://lexvo.org/id/char/1EEB8> a lvont:Character ;
    lvont:represents "𞺸"^^xsd:string ;
    rdfs:comment "ARABIC MATHEMATICAL DOUBLE-STRUCK THAL"@en .

<http://lexvo.org/id/char/1EEB9> a lvont:Character ;
    lvont:represents "𞺹"^^xsd:string ;
    rdfs:comment "ARABIC MATHEMATICAL DOUBLE-STRUCK DAD"@en .

<http://lexvo.org/id/char/1EEBA> a lvont:Character ;
    lvont:represents "𞺺"^^xsd:string ;
    rdfs:comment "ARABIC MATHEMATICAL DOUBLE-STRUCK ZAH"@en .

<http://lexvo.org/id/char/1EEBB> a lvont:Character ;
    lvont:represents "𞺻"^^xsd:string ;
    rdfs:comment "ARABIC MATHEMATICAL DOUBLE-STRUCK GHAIN"@en .

<http://lexvo.org/id/char/1EEC> a lvont:Character ;
    lvont:represents "Ử"^^xsd:string ;
    rdfs:comment "LATIN CAPITAL LETTER U WITH HORN AND HOOK ABOVE"@en .

<http://lexvo.org/id/char/1EED> a lvont:Character ;
    lvont:represents "ử"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER U WITH HORN AND HOOK ABOVE"@en .

<http://lexvo.org/id/char/1EEE> a lvont:Character ;
    lvont:represents "Ữ"^^xsd:string ;
    rdfs:comment "LATIN CAPITAL LETTER U WITH HORN AND TILDE"@en .

<http://lexvo.org/id/char/1EEF> a lvont:Character ;
    lvont:represents "ữ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER U WITH HORN AND TILDE"@en .

<http://lexvo.org/id/char/1EEF0> a lvont:Character ;
    lvont:represents "𞻰"^^xsd:string ;
    rdfs:comment "ARABIC MATHEMATICAL OPERATOR MEEM WITH HAH WITH TATWEEL"@en .

<http://lexvo.org/id/char/1EEF1> a lvont:Character ;
    lvont:represents "𞻱"^^xsd:string ;
    rdfs:comment "ARABIC MATHEMATICAL OPERATOR HAH WITH DAL"@en .

<http://lexvo.org/id/char/1EF0> a lvont:Character ;
    lvont:represents "Ự"^^xsd:string ;
    rdfs:comment "LATIN CAPITAL LETTER U WITH HORN AND DOT BELOW"@en .

<http://lexvo.org/id/char/1EF1> a lvont:Character ;
    lvont:represents "ự"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER U WITH HORN AND DOT BELOW"@en .

<http://lexvo.org/id/char/1EF2> a lvont:Character ;
    lvont:represents "Ỳ"^^xsd:string ;
    rdfs:comment "LATIN CAPITAL LETTER Y WITH GRAVE"@en .

<http://lexvo.org/id/char/1EF3> a lvont:Character ;
    lvont:represents "ỳ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER Y WITH GRAVE"@en .

<http://lexvo.org/id/char/1EF4> a lvont:Character ;
    lvont:represents "Ỵ"^^xsd:string ;
    rdfs:comment "LATIN CAPITAL LETTER Y WITH DOT BELOW"@en .

<http://lexvo.org/id/char/1EF5> a lvont:Character ;
    lvont:represents "ỵ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER Y WITH DOT BELOW"@en .

<http://lexvo.org/id/char/1EF6> a lvont:Character ;
    lvont:represents "Ỷ"^^xsd:string ;
    rdfs:comment "LATIN CAPITAL LETTER Y WITH HOOK ABOVE"@en .

<http://lexvo.org/id/char/1EF7> a lvont:Character ;
    lvont:represents "ỷ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER Y WITH HOOK ABOVE"@en .

<http://lexvo.org/id/char/1EF8> a lvont:Character ;
    lvont:represents "Ỹ"^^xsd:string ;
    rdfs:comment "LATIN CAPITAL LETTER Y WITH TILDE"@en .

<http://lexvo.org/id/char/1EF9> a lvont:Character ;
    lvont:represents "ỹ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER Y WITH TILDE"@en .

<http://lexvo.org/id/char/1EFA> a lvont:Character ;
    lvont:represents "Ỻ"^^xsd:string ;
    rdfs:comment "LATIN CAPITAL LETTER MIDDLE-WELSH LL"@en .

<http://lexvo.org/id/char/1EFB> a lvont:Character ;
    lvont:represents "ỻ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER MIDDLE-WELSH LL"@en .

<http://lexvo.org/id/char/1EFC> a lvont:Character ;
    lvont:represents "Ỽ"^^xsd:string ;
    rdfs:comment "LATIN CAPITAL LETTER MIDDLE-WELSH V"@en .

<http://lexvo.org/id/char/1EFD> a lvont:Character ;
    lvont:represents "ỽ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER MIDDLE-WELSH V"@en .

<http://lexvo.org/id/char/1EFE> a lvont:Character ;
    lvont:represents "Ỿ"^^xsd:string ;
    rdfs:comment "LATIN CAPITAL LETTER Y WITH LOOP"@en .

<http://lexvo.org/id/char/1EFF> a lvont:Character ;
    lvont:represents "ỿ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER Y WITH LOOP"@en .

<http://lexvo.org/id/char/1F00> a lvont:Character ;
    lvont:represents "ἀ"^^xsd:string ;
    rdfs:comment "GREEK SMALL LETTER ALPHA WITH PSILI"@en .

<http://lexvo.org/id/char/1F000> a lvont:Character ;
    lvont:represents "🀀"^^xsd:string ;
    rdfs:comment "MAHJONG TILE EAST WIND"@en .

<http://lexvo.org/id/char/1F001> a lvont:Character ;
    lvont:represents "🀁"^^xsd:string ;
    rdfs:comment "MAHJONG TILE SOUTH WIND"@en .

<http://lexvo.org/id/char/1F002> a lvont:Character ;
    lvont:represents "🀂"^^xsd:string ;
    rdfs:comment "MAHJONG TILE WEST WIND"@en .

<http://lexvo.org/id/char/1F003> a lvont:Character ;
    lvont:represents "🀃"^^xsd:string ;
    rdfs:comment "MAHJONG TILE NORTH WIND"@en .

<http://lexvo.org/id/char/1F004> a lvont:Character ;
    lvont:represents "🀄"^^xsd:string ;
    rdfs:comment "MAHJONG TILE RED DRAGON"@en .

<http://lexvo.org/id/char/1F005> a lvont:Character ;
    lvont:represents "🀅"^^xsd:string ;
    rdfs:comment "MAHJONG TILE GREEN DRAGON"@en .

<http://lexvo.org/id/char/1F006> a lvont:Character ;
    lvont:represents "🀆"^^xsd:string ;
    rdfs:comment "MAHJONG TILE WHITE DRAGON"@en .

<http://lexvo.org/id/char/1F007> a lvont:Character ;
    lvont:represents "🀇"^^xsd:string ;
    rdfs:comment "MAHJONG TILE ONE OF CHARACTERS"@en .

<http://lexvo.org/id/char/1F008> a lvont:Character ;
    lvont:represents "🀈"^^xsd:string ;
    rdfs:comment "MAHJONG TILE TWO OF CHARACTERS"@en .

<http://lexvo.org/id/char/1F009> a lvont:Character ;
    lvont:represents "🀉"^^xsd:string ;
    rdfs:comment "MAHJONG TILE THREE OF CHARACTERS"@en .

<http://lexvo.org/id/char/1F00A> a lvont:Character ;
    lvont:represents "🀊"^^xsd:string ;
    rdfs:comment "MAHJONG TILE FOUR OF CHARACTERS"@en .

<http://lexvo.org/id/char/1F00B> a lvont:Character ;
    lvont:represents "🀋"^^xsd:string ;
    rdfs:comment "MAHJONG TILE FIVE OF CHARACTERS"@en .

<http://lexvo.org/id/char/1F00C> a lvont:Character ;
    lvont:represents "🀌"^^xsd:string ;
    rdfs:comment "MAHJONG TILE SIX OF CHARACTERS"@en .

<http://lexvo.org/id/char/1F00D> a lvont:Character ;
    lvont:represents "🀍"^^xsd:string ;
    rdfs:comment "MAHJONG TILE SEVEN OF CHARACTERS"@en .

<http://lexvo.org/id/char/1F00E> a lvont:Character ;
    lvont:represents "🀎"^^xsd:string ;
    rdfs:comment "MAHJONG TILE EIGHT OF CHARACTERS"@en .

<http://lexvo.org/id/char/1F00F> a lvont:Character ;
    lvont:represents "🀏"^^xsd:string ;
    rdfs:comment "MAHJONG TILE NINE OF CHARACTERS"@en .

<http://lexvo.org/id/char/1F01> a lvont:Character ;
    lvont:represents "ἁ"^^xsd:string ;
    rdfs:comment "GREEK SMALL LETTER ALPHA WITH DASIA"@en .

<http://lexvo.org/id/char/1F010> a lvont:Character ;
    lvont:represents "🀐"^^xsd:string ;
    rdfs:comment "MAHJONG TILE ONE OF BAMBOOS"@en .

<http://lexvo.org/id/char/1F011> a lvont:Character ;
    lvont:represents "🀑"^^xsd:string ;
    rdfs:comment "MAHJONG TILE TWO OF BAMBOOS"@en .

<http://lexvo.org/id/char/1F012> a lvont:Character ;
    lvont:represents "🀒"^^xsd:string ;
    rdfs:comment "MAHJONG TILE THREE OF BAMBOOS"@en .

<http://lexvo.org/id/char/1F013> a lvont:Character ;
    lvont:represents "🀓"^^xsd:string ;
    rdfs:comment "MAHJONG TILE FOUR OF BAMBOOS"@en .

<http://lexvo.org/id/char/1F014> a lvont:Character ;
    lvont:represents "🀔"^^xsd:string ;
    rdfs:comment "MAHJONG TILE FIVE OF BAMBOOS"@en .

<http://lexvo.org/id/char/1F015> a lvont:Character ;
    lvont:represents "🀕"^^xsd:string ;
    rdfs:comment "MAHJONG TILE SIX OF BAMBOOS"@en .

<http://lexvo.org/id/char/1F016> a lvont:Character ;
    lvont:represents "🀖"^^xsd:string ;
    rdfs:comment "MAHJONG TILE SEVEN OF BAMBOOS"@en .

<http://lexvo.org/id/char/1F017> a lvont:Character ;
    lvont:represents "🀗"^^xsd:string ;
    rdfs:comment "MAHJONG TILE EIGHT OF BAMBOOS"@en .

<http://lexvo.org/id/char/1F018> a lvont:Character ;
    lvont:represents "🀘"^^xsd:string ;
    rdfs:comment "MAHJONG TILE NINE OF BAMBOOS"@en .

<http://lexvo.org/id/char/1F019> a lvont:Character ;
    lvont:represents "🀙"^^xsd:string ;
    rdfs:comment "MAHJONG TILE ONE OF CIRCLES"@en .

<http://lexvo.org/id/char/1F01A> a lvont:Character ;
    lvont:represents "🀚"^^xsd:string ;
    rdfs:comment "MAHJONG TILE TWO OF CIRCLES"@en .

<http://lexvo.org/id/char/1F01B> a lvont:Character ;
    lvont:represents "🀛"^^xsd:string ;
    rdfs:comment "MAHJONG TILE THREE OF CIRCLES"@en .

<http://lexvo.org/id/char/1F01C> a lvont:Character ;
    lvont:represents "🀜"^^xsd:string ;
    rdfs:comment "MAHJONG TILE FOUR OF CIRCLES"@en .

<http://lexvo.org/id/char/1F01D> a lvont:Character ;
    lvont:represents "🀝"^^xsd:string ;
    rdfs:comment "MAHJONG TILE FIVE OF CIRCLES"@en .

<http://lexvo.org/id/char/1F01E> a lvont:Character ;
    lvont:represents "🀞"^^xsd:string ;
    rdfs:comment "MAHJONG TILE SIX OF CIRCLES"@en .

<http://lexvo.org/id/char/1F01F> a lvont:Character ;
    lvont:represents "🀟"^^xsd:string ;
    rdfs:comment "MAHJONG TILE SEVEN OF CIRCLES"@en .

<http://lexvo.org/id/char/1F02> a lvont:Character ;
    lvont:represents "ἂ"^^xsd:string ;
    rdfs:comment "GREEK SMALL LETTER ALPHA WITH PSILI AND VARIA"@en .

<http://lexvo.org/id/char/1F020> a lvont:Character ;
    lvont:represents "🀠"^^xsd:string ;
    rdfs:comment "MAHJONG TILE EIGHT OF CIRCLES"@en .

<http://lexvo.org/id/char/1F021> a lvont:Character ;
    lvont:represents "🀡"^^xsd:string ;
    rdfs:comment "MAHJONG TILE NINE OF CIRCLES"@en .

<http://lexvo.org/id/char/1F022> a lvont:Character ;
    lvont:represents "🀢"^^xsd:string ;
    rdfs:comment "MAHJONG TILE PLUM"@en .

<http://lexvo.org/id/char/1F023> a lvont:Character ;
    lvont:represents "🀣"^^xsd:string ;
    rdfs:comment "MAHJONG TILE ORCHID"@en .

<http://lexvo.org/id/char/1F024> a lvont:Character ;
    lvont:represents "🀤"^^xsd:string ;
    rdfs:comment "MAHJONG TILE BAMBOO"@en .

<http://lexvo.org/id/char/1F025> a lvont:Character ;
    lvont:represents "🀥"^^xsd:string ;
    rdfs:comment "MAHJONG TILE CHRYSANTHEMUM"@en .

<http://lexvo.org/id/char/1F026> a lvont:Character ;
    lvont:represents "🀦"^^xsd:string ;
    rdfs:comment "MAHJONG TILE SPRING"@en .

<http://lexvo.org/id/char/1F027> a lvont:Character ;
    lvont:represents "🀧"^^xsd:string ;
    rdfs:comment "MAHJONG TILE SUMMER"@en .

<http://lexvo.org/id/char/1F028> a lvont:Character ;
    lvont:represents "🀨"^^xsd:string ;
    rdfs:comment "MAHJONG TILE AUTUMN"@en .

<http://lexvo.org/id/char/1F029> a lvont:Character ;
    lvont:represents "🀩"^^xsd:string ;
    rdfs:comment "MAHJONG TILE WINTER"@en .

<http://lexvo.org/id/char/1F02A> a lvont:Character ;
    lvont:represents "🀪"^^xsd:string ;
    rdfs:comment "MAHJONG TILE JOKER"@en .

<http://lexvo.org/id/char/1F02B> a lvont:Character ;
    lvont:represents "🀫"^^xsd:string ;
    rdfs:comment "MAHJONG TILE BACK"@en .

<http://lexvo.org/id/char/1F03> a lvont:Character ;
    lvont:represents "ἃ"^^xsd:string ;
    rdfs:comment "GREEK SMALL LETTER ALPHA WITH DASIA AND VARIA"@en .

<http://lexvo.org/id/char/1F030> a lvont:Character ;
    lvont:represents "🀰"^^xsd:string ;
    rdfs:comment "DOMINO TILE HORIZONTAL BACK"@en .

<http://lexvo.org/id/char/1F031> a lvont:Character ;
    lvont:represents "🀱"^^xsd:string ;
    rdfs:comment "DOMINO TILE HORIZONTAL-00-00"@en .

<http://lexvo.org/id/char/1F032> a lvont:Character ;
    lvont:represents "🀲"^^xsd:string ;
    rdfs:comment "DOMINO TILE HORIZONTAL-00-01"@en .

<http://lexvo.org/id/char/1F033> a lvont:Character ;
    lvont:represents "🀳"^^xsd:string ;
    rdfs:comment "DOMINO TILE HORIZONTAL-00-02"@en .

<http://lexvo.org/id/char/1F034> a lvont:Character ;
    lvont:represents "🀴"^^xsd:string ;
    rdfs:comment "DOMINO TILE HORIZONTAL-00-03"@en .

<http://lexvo.org/id/char/1F035> a lvont:Character ;
    lvont:represents "🀵"^^xsd:string ;
    rdfs:comment "DOMINO TILE HORIZONTAL-00-04"@en .

<http://lexvo.org/id/char/1F036> a lvont:Character ;
    lvont:represents "🀶"^^xsd:string ;
    rdfs:comment "DOMINO TILE HORIZONTAL-00-05"@en .

<http://lexvo.org/id/char/1F037> a lvont:Character ;
    lvont:represents "🀷"^^xsd:string ;
    rdfs:comment "DOMINO TILE HORIZONTAL-00-06"@en .

<http://lexvo.org/id/char/1F038> a lvont:Character ;
    lvont:represents "🀸"^^xsd:string ;
    rdfs:comment "DOMINO TILE HORIZONTAL-01-00"@en .

<http://lexvo.org/id/char/1F039> a lvont:Character ;
    lvont:represents "🀹"^^xsd:string ;
    rdfs:comment "DOMINO TILE HORIZONTAL-01-01"@en .

<http://lexvo.org/id/char/1F03A> a lvont:Character ;
    lvont:represents "🀺"^^xsd:string ;
    rdfs:comment "DOMINO TILE HORIZONTAL-01-02"@en .

<http://lexvo.org/id/char/1F03B> a lvont:Character ;
    lvont:represents "🀻"^^xsd:string ;
    rdfs:comment "DOMINO TILE HORIZONTAL-01-03"@en .

<http://lexvo.org/id/char/1F03C> a lvont:Character ;
    lvont:represents "🀼"^^xsd:string ;
    rdfs:comment "DOMINO TILE HORIZONTAL-01-04"@en .

<http://lexvo.org/id/char/1F03D> a lvont:Character ;
    lvont:represents "🀽"^^xsd:string ;
    rdfs:comment "DOMINO TILE HORIZONTAL-01-05"@en .

<http://lexvo.org/id/char/1F03E> a lvont:Character ;
    lvont:represents "🀾"^^xsd:string ;
    rdfs:comment "DOMINO TILE HORIZONTAL-01-06"@en .

<http://lexvo.org/id/char/1F03F> a lvont:Character ;
    lvont:represents "🀿"^^xsd:string ;
    rdfs:comment "DOMINO TILE HORIZONTAL-02-00"@en .

<http://lexvo.org/id/char/1F04> a lvont:Character ;
    lvont:represents "ἄ"^^xsd:string ;
    rdfs:comment "GREEK SMALL LETTER ALPHA WITH PSILI AND OXIA"@en .

<http://lexvo.org/id/char/1F040> a lvont:Character ;
    lvont:represents "🁀"^^xsd:string ;
    rdfs:comment "DOMINO TILE HORIZONTAL-02-01"@en .

<http://lexvo.org/id/char/1F041> a lvont:Character ;
    lvont:represents "🁁"^^xsd:string ;
    rdfs:comment "DOMINO TILE HORIZONTAL-02-02"@en .

<http://lexvo.org/id/char/1F042> a lvont:Character ;
    lvont:represents "🁂"^^xsd:string ;
    rdfs:comment "DOMINO TILE HORIZONTAL-02-03"@en .

<http://lexvo.org/id/char/1F043> a lvont:Character ;
    lvont:represents "🁃"^^xsd:string ;
    rdfs:comment "DOMINO TILE HORIZONTAL-02-04"@en .

<http://lexvo.org/id/char/1F044> a lvont:Character ;
    lvont:represents "🁄"^^xsd:string ;
    rdfs:comment "DOMINO TILE HORIZONTAL-02-05"@en .

<http://lexvo.org/id/char/1F045> a lvont:Character ;
    lvont:represents "🁅"^^xsd:string ;
    rdfs:comment "DOMINO TILE HORIZONTAL-02-06"@en .

<http://lexvo.org/id/char/1F046> a lvont:Character ;
    lvont:represents "🁆"^^xsd:string ;
    rdfs:comment "DOMINO TILE HORIZONTAL-03-00"@en .

<http://lexvo.org/id/char/1F047> a lvont:Character ;
    lvont:represents "🁇"^^xsd:string ;
    rdfs:comment "DOMINO TILE HORIZONTAL-03-01"@en .

<http://lexvo.org/id/char/1F048> a lvont:Character ;
    lvont:represents "🁈"^^xsd:string ;
    rdfs:comment "DOMINO TILE HORIZONTAL-03-02"@en .

<http://lexvo.org/id/char/1F049> a lvont:Character ;
    lvont:represents "🁉"^^xsd:string ;
    rdfs:comment "DOMINO TILE HORIZONTAL-03-03"@en .

<http://lexvo.org/id/char/1F04A> a lvont:Character ;
    lvont:represents "🁊"^^xsd:string ;
    rdfs:comment "DOMINO TILE HORIZONTAL-03-04"@en .

<http://lexvo.org/id/char/1F04B> a lvont:Character ;
    lvont:represents "🁋"^^xsd:string ;
    rdfs:comment "DOMINO TILE HORIZONTAL-03-05"@en .

<http://lexvo.org/id/char/1F04C> a lvont:Character ;
    lvont:represents "🁌"^^xsd:string ;
    rdfs:comment "DOMINO TILE HORIZONTAL-03-06"@en .

<http://lexvo.org/id/char/1F04D> a lvont:Character ;
    lvont:represents "🁍"^^xsd:string ;
    rdfs:comment "DOMINO TILE HORIZONTAL-04-00"@en .

<http://lexvo.org/id/char/1F04E> a lvont:Character ;
    lvont:represents "🁎"^^xsd:string ;
    rdfs:comment "DOMINO TILE HORIZONTAL-04-01"@en .

<http://lexvo.org/id/char/1F04F> a lvont:Character ;
    lvont:represents "🁏"^^xsd:string ;
    rdfs:comment "DOMINO TILE HORIZONTAL-04-02"@en .

<http://lexvo.org/id/char/1F05> a lvont:Character ;
    lvont:represents "ἅ"^^xsd:string ;
    rdfs:comment "GREEK SMALL LETTER ALPHA WITH DASIA AND OXIA"@en .

<http://lexvo.org/id/char/1F050> a lvont:Character ;
    lvont:represents "🁐"^^xsd:string ;
    rdfs:comment "DOMINO TILE HORIZONTAL-04-03"@en .

<http://lexvo.org/id/char/1F051> a lvont:Character ;
    lvont:represents "🁑"^^xsd:string ;
    rdfs:comment "DOMINO TILE HORIZONTAL-04-04"@en .

<http://lexvo.org/id/char/1F052> a lvont:Character ;
    lvont:represents "🁒"^^xsd:string ;
    rdfs:comment "DOMINO TILE HORIZONTAL-04-05"@en .

<http://lexvo.org/id/char/1F053> a lvont:Character ;
    lvont:represents "🁓"^^xsd:string ;
    rdfs:comment "DOMINO TILE HORIZONTAL-04-06"@en .

<http://lexvo.org/id/char/1F054> a lvont:Character ;
    lvont:represents "🁔"^^xsd:string ;
    rdfs:comment "DOMINO TILE HORIZONTAL-05-00"@en .

<http://lexvo.org/id/char/1F055> a lvont:Character ;
    lvont:represents "🁕"^^xsd:string ;
    rdfs:comment "DOMINO TILE HORIZONTAL-05-01"@en .

<http://lexvo.org/id/char/1F056> a lvont:Character ;
    lvont:represents "🁖"^^xsd:string ;
    rdfs:comment "DOMINO TILE HORIZONTAL-05-02"@en .

<http://lexvo.org/id/char/1F057> a lvont:Character ;
    lvont:represents "🁗"^^xsd:string ;
    rdfs:comment "DOMINO TILE HORIZONTAL-05-03"@en .

<http://lexvo.org/id/char/1F058> a lvont:Character ;
    lvont:represents "🁘"^^xsd:string ;
    rdfs:comment "DOMINO TILE HORIZONTAL-05-04"@en .

<http://lexvo.org/id/char/1F059> a lvont:Character ;
    lvont:represents "🁙"^^xsd:string ;
    rdfs:comment "DOMINO TILE HORIZONTAL-05-05"@en .

<http://lexvo.org/id/char/1F05A> a lvont:Character ;
    lvont:represents "🁚"^^xsd:string ;
    rdfs:comment "DOMINO TILE HORIZONTAL-05-06"@en .

<http://lexvo.org/id/char/1F05B> a lvont:Character ;
    lvont:represents "🁛"^^xsd:string ;
    rdfs:comment "DOMINO TILE HORIZONTAL-06-00"@en .

<http://lexvo.org/id/char/1F05C> a lvont:Character ;
    lvont:represents "🁜"^^xsd:string ;
    rdfs:comment "DOMINO TILE HORIZONTAL-06-01"@en .

<http://lexvo.org/id/char/1F05D> a lvont:Character ;
    lvont:represents "🁝"^^xsd:string ;
    rdfs:comment "DOMINO TILE HORIZONTAL-06-02"@en .

<http://lexvo.org/id/char/1F05E> a lvont:Character ;
    lvont:represents "🁞"^^xsd:string ;
    rdfs:comment "DOMINO TILE HORIZONTAL-06-03"@en .

<http://lexvo.org/id/char/1F05F> a lvont:Character ;
    lvont:represents "🁟"^^xsd:string ;
    rdfs:comment "DOMINO TILE HORIZONTAL-06-04"@en .

<http://lexvo.org/id/char/1F06> a lvont:Character ;
    lvont:represents "ἆ"^^xsd:string ;
    rdfs:comment "GREEK SMALL LETTER ALPHA WITH PSILI AND PERISPOMENI"@en .

<http://lexvo.org/id/char/1F060> a lvont:Character ;
    lvont:represents "🁠"^^xsd:string ;
    rdfs:comment "DOMINO TILE HORIZONTAL-06-05"@en .

<http://lexvo.org/id/char/1F061> a lvont:Character ;
    lvont:represents "🁡"^^xsd:string ;
    rdfs:comment "DOMINO TILE HORIZONTAL-06-06"@en .

<http://lexvo.org/id/char/1F062> a lvont:Character ;
    lvont:represents "🁢"^^xsd:string ;
    rdfs:comment "DOMINO TILE VERTICAL BACK"@en .

<http://lexvo.org/id/char/1F063> a lvont:Character ;
    lvont:represents "🁣"^^xsd:string ;
    rdfs:comment "DOMINO TILE VERTICAL-00-00"@en .

<http://lexvo.org/id/char/1F064> a lvont:Character ;
    lvont:represents "🁤"^^xsd:string ;
    rdfs:comment "DOMINO TILE VERTICAL-00-01"@en .

<http://lexvo.org/id/char/1F065> a lvont:Character ;
    lvont:represents "🁥"^^xsd:string ;
    rdfs:comment "DOMINO TILE VERTICAL-00-02"@en .

<http://lexvo.org/id/char/1F066> a lvont:Character ;
    lvont:represents "🁦"^^xsd:string ;
    rdfs:comment "DOMINO TILE VERTICAL-00-03"@en .

<http://lexvo.org/id/char/1F067> a lvont:Character ;
    lvont:represents "🁧"^^xsd:string ;
    rdfs:comment "DOMINO TILE VERTICAL-00-04"@en .

<http://lexvo.org/id/char/1F068> a lvont:Character ;
    lvont:represents "🁨"^^xsd:string ;
    rdfs:comment "DOMINO TILE VERTICAL-00-05"@en .

<http://lexvo.org/id/char/1F069> a lvont:Character ;
    lvont:represents "🁩"^^xsd:string ;
    rdfs:comment "DOMINO TILE VERTICAL-00-06"@en .

<http://lexvo.org/id/char/1F06A> a lvont:Character ;
    lvont:represents "🁪"^^xsd:string ;
    rdfs:comment "DOMINO TILE VERTICAL-01-00"@en .

<http://lexvo.org/id/char/1F06B> a lvont:Character ;
    lvont:represents "🁫"^^xsd:string ;
    rdfs:comment "DOMINO TILE VERTICAL-01-01"@en .

<http://lexvo.org/id/char/1F06C> a lvont:Character ;
    lvont:represents "🁬"^^xsd:string ;
    rdfs:comment "DOMINO TILE VERTICAL-01-02"@en .

<http://lexvo.org/id/char/1F06D> a lvont:Character ;
    lvont:represents "🁭"^^xsd:string ;
    rdfs:comment "DOMINO TILE VERTICAL-01-03"@en .

<http://lexvo.org/id/char/1F06E> a lvont:Character ;
    lvont:represents "🁮"^^xsd:string ;
    rdfs:comment "DOMINO TILE VERTICAL-01-04"@en .

<http://lexvo.org/id/char/1F06F> a lvont:Character ;
    lvont:represents "🁯"^^xsd:string ;
    rdfs:comment "DOMINO TILE VERTICAL-01-05"@en .

<http://lexvo.org/id/char/1F07> a lvont:Character ;
    lvont:represents "ἇ"^^xsd:string ;
    rdfs:comment "GREEK SMALL LETTER ALPHA WITH DASIA AND PERISPOMENI"@en .

<http://lexvo.org/id/char/1F070> a lvont:Character ;
    lvont:represents "🁰"^^xsd:string ;
    rdfs:comment "DOMINO TILE VERTICAL-01-06"@en .

<http://lexvo.org/id/char/1F071> a lvont:Character ;
    lvont:represents "🁱"^^xsd:string ;
    rdfs:comment "DOMINO TILE VERTICAL-02-00"@en .

<http://lexvo.org/id/char/1F072> a lvont:Character ;
    lvont:represents "🁲"^^xsd:string ;
    rdfs:comment "DOMINO TILE VERTICAL-02-01"@en .

<http://lexvo.org/id/char/1F073> a lvont:Character ;
    lvont:represents "🁳"^^xsd:string ;
    rdfs:comment "DOMINO TILE VERTICAL-02-02"@en .

<http://lexvo.org/id/char/1F074> a lvont:Character ;
    lvont:represents "🁴"^^xsd:string ;
    rdfs:comment "DOMINO TILE VERTICAL-02-03"@en .

<http://lexvo.org/id/char/1F075> a lvont:Character ;
    lvont:represents "🁵"^^xsd:string ;
    rdfs:comment "DOMINO TILE VERTICAL-02-04"@en .

<http://lexvo.org/id/char/1F076> a lvont:Character ;
    lvont:represents "🁶"^^xsd:string ;
    rdfs:comment "DOMINO TILE VERTICAL-02-05"@en .

<http://lexvo.org/id/char/1F077> a lvont:Character ;
    lvont:represents "🁷"^^xsd:string ;
    rdfs:comment "DOMINO TILE VERTICAL-02-06"@en .

<http://lexvo.org/id/char/1F078> a lvont:Character ;
    lvont:represents "🁸"^^xsd:string ;
    rdfs:comment "DOMINO TILE VERTICAL-03-00"@en .

<http://lexvo.org/id/char/1F079> a lvont:Character ;
    lvont:represents "🁹"^^xsd:string ;
    rdfs:comment "DOMINO TILE VERTICAL-03-01"@en .

<http://lexvo.org/id/char/1F07A> a lvont:Character ;
    lvont:represents "🁺"^^xsd:string ;
    rdfs:comment "DOMINO TILE VERTICAL-03-02"@en .

<http://lexvo.org/id/char/1F07B> a lvont:Character ;
    lvont:represents "🁻"^^xsd:string ;
    rdfs:comment "DOMINO TILE VERTICAL-03-03"@en .

<http://lexvo.org/id/char/1F07C> a lvont:Character ;
    lvont:represents "🁼"^^xsd:string ;
    rdfs:comment "DOMINO TILE VERTICAL-03-04"@en .

<http://lexvo.org/id/char/1F07D> a lvont:Character ;
    lvont:represents "🁽"^^xsd:string ;
    rdfs:comment "DOMINO TILE VERTICAL-03-05"@en .

<http://lexvo.org/id/char/1F07E> a lvont:Character ;
    lvont:represents "🁾"^^xsd:string ;
    rdfs:comment "DOMINO TILE VERTICAL-03-06"@en .

<http://lexvo.org/id/char/1F07F> a lvont:Character ;
    lvont:represents "🁿"^^xsd:string ;
    rdfs:comment "DOMINO TILE VERTICAL-04-00"@en .

<http://lexvo.org/id/char/1F08> a lvont:Character ;
    lvont:represents "Ἀ"^^xsd:string ;
    rdfs:comment "GREEK CAPITAL LETTER ALPHA WITH PSILI"@en .

<http://lexvo.org/id/char/1F080> a lvont:Character ;
    lvont:represents "🂀"^^xsd:string ;
    rdfs:comment "DOMINO TILE VERTICAL-04-01"@en .

<http://lexvo.org/id/char/1F081> a lvont:Character ;
    lvont:represents "🂁"^^xsd:string ;
    rdfs:comment "DOMINO TILE VERTICAL-04-02"@en .

<http://lexvo.org/id/char/1F082> a lvont:Character ;
    lvont:represents "🂂"^^xsd:string ;
    rdfs:comment "DOMINO TILE VERTICAL-04-03"@en .

<http://lexvo.org/id/char/1F083> a lvont:Character ;
    lvont:represents "🂃"^^xsd:string ;
    rdfs:comment "DOMINO TILE VERTICAL-04-04"@en .

<http://lexvo.org/id/char/1F084> a lvont:Character ;
    lvont:represents "🂄"^^xsd:string ;
    rdfs:comment "DOMINO TILE VERTICAL-04-05"@en .

<http://lexvo.org/id/char/1F085> a lvont:Character ;
    lvont:represents "🂅"^^xsd:string ;
    rdfs:comment "DOMINO TILE VERTICAL-04-06"@en .

<http://lexvo.org/id/char/1F086> a lvont:Character ;
    lvont:represents "🂆"^^xsd:string ;
    rdfs:comment "DOMINO TILE VERTICAL-05-00"@en .

<http://lexvo.org/id/char/1F087> a lvont:Character ;
    lvont:represents "🂇"^^xsd:string ;
    rdfs:comment "DOMINO TILE VERTICAL-05-01"@en .

<http://lexvo.org/id/char/1F088> a lvont:Character ;
    lvont:represents "🂈"^^xsd:string ;
    rdfs:comment "DOMINO TILE VERTICAL-05-02"@en .

<http://lexvo.org/id/char/1F089> a lvont:Character ;
    lvont:represents "🂉"^^xsd:string ;
    rdfs:comment "DOMINO TILE VERTICAL-05-03"@en .

<http://lexvo.org/id/char/1F08A> a lvont:Character ;
    lvont:represents "🂊"^^xsd:string ;
    rdfs:comment "DOMINO TILE VERTICAL-05-04"@en .

<http://lexvo.org/id/char/1F08B> a lvont:Character ;
    lvont:represents "🂋"^^xsd:string ;
    rdfs:comment "DOMINO TILE VERTICAL-05-05"@en .

<http://lexvo.org/id/char/1F08C> a lvont:Character ;
    lvont:represents "🂌"^^xsd:string ;
    rdfs:comment "DOMINO TILE VERTICAL-05-06"@en .

<http://lexvo.org/id/char/1F08D> a lvont:Character ;
    lvont:represents "🂍"^^xsd:string ;
    rdfs:comment "DOMINO TILE VERTICAL-06-00"@en .

<http://lexvo.org/id/char/1F08E> a lvont:Character ;
    lvont:represents "🂎"^^xsd:string ;
    rdfs:comment "DOMINO TILE VERTICAL-06-01"@en .

<http://lexvo.org/id/char/1F08F> a lvont:Character ;
    lvont:represents "🂏"^^xsd:string ;
    rdfs:comment "DOMINO TILE VERTICAL-06-02"@en .

<http://lexvo.org/id/char/1F09> a lvont:Character ;
    lvont:represents "Ἁ"^^xsd:string ;
    rdfs:comment "GREEK CAPITAL LETTER ALPHA WITH DASIA"@en .

<http://lexvo.org/id/char/1F090> a lvont:Character ;
    lvont:represents "🂐"^^xsd:string ;
    rdfs:comment "DOMINO TILE VERTICAL-06-03"@en .

<http://lexvo.org/id/char/1F091> a lvont:Character ;
    lvont:represents "🂑"^^xsd:string ;
    rdfs:comment "DOMINO TILE VERTICAL-06-04"@en .

<http://lexvo.org/id/char/1F092> a lvont:Character ;
    lvont:represents "🂒"^^xsd:string ;
    rdfs:comment "DOMINO TILE VERTICAL-06-05"@en .

<http://lexvo.org/id/char/1F093> a lvont:Character ;
    lvont:represents "🂓"^^xsd:string ;
    rdfs:comment "DOMINO TILE VERTICAL-06-06"@en .

<http://lexvo.org/id/char/1F0A> a lvont:Character ;
    lvont:represents "Ἂ"^^xsd:string ;
    rdfs:comment "GREEK CAPITAL LETTER ALPHA WITH PSILI AND VARIA"@en .

<http://lexvo.org/id/char/1F0A0> a lvont:Character ;
    lvont:represents "🂠"^^xsd:string ;
    rdfs:comment "PLAYING CARD BACK"@en .

<http://lexvo.org/id/char/1F0A1> a lvont:Character ;
    lvont:represents "🂡"^^xsd:string ;
    rdfs:comment "PLAYING CARD ACE OF SPADES"@en .

<http://lexvo.org/id/char/1F0A2> a lvont:Character ;
    lvont:represents "🂢"^^xsd:string ;
    rdfs:comment "PLAYING CARD TWO OF SPADES"@en .

<http://lexvo.org/id/char/1F0A3> a lvont:Character ;
    lvont:represents "🂣"^^xsd:string ;
    rdfs:comment "PLAYING CARD THREE OF SPADES"@en .

<http://lexvo.org/id/char/1F0A4> a lvont:Character ;
    lvont:represents "🂤"^^xsd:string ;
    rdfs:comment "PLAYING CARD FOUR OF SPADES"@en .

<http://lexvo.org/id/char/1F0A5> a lvont:Character ;
    lvont:represents "🂥"^^xsd:string ;
    rdfs:comment "PLAYING CARD FIVE OF SPADES"@en .

<http://lexvo.org/id/char/1F0A6> a lvont:Character ;
    lvont:represents "🂦"^^xsd:string ;
    rdfs:comment "PLAYING CARD SIX OF SPADES"@en .

<http://lexvo.org/id/char/1F0A7> a lvont:Character ;
    lvont:represents "🂧"^^xsd:string ;
    rdfs:comment "PLAYING CARD SEVEN OF SPADES"@en .

<http://lexvo.org/id/char/1F0A8> a lvont:Character ;
    lvont:represents "🂨"^^xsd:string ;
    rdfs:comment "PLAYING CARD EIGHT OF SPADES"@en .

<http://lexvo.org/id/char/1F0A9> a lvont:Character ;
    lvont:represents "🂩"^^xsd:string ;
    rdfs:comment "PLAYING CARD NINE OF SPADES"@en .

<http://lexvo.org/id/char/1F0AA> a lvont:Character ;
    lvont:represents "🂪"^^xsd:string ;
    rdfs:comment "PLAYING CARD TEN OF SPADES"@en .

<http://lexvo.org/id/char/1F0AB> a lvont:Character ;
    lvont:represents "🂫"^^xsd:string ;
    rdfs:comment "PLAYING CARD JACK OF SPADES"@en .

<http://lexvo.org/id/char/1F0AC> a lvont:Character ;
    lvont:represents "🂬"^^xsd:string ;
    rdfs:comment "PLAYING CARD KNIGHT OF SPADES"@en .

<http://lexvo.org/id/char/1F0AD> a lvont:Character ;
    lvont:represents "🂭"^^xsd:string ;
    rdfs:comment "PLAYING CARD QUEEN OF SPADES"@en .

<http://lexvo.org/id/char/1F0AE> a lvont:Character ;
    lvont:represents "🂮"^^xsd:string ;
    rdfs:comment "PLAYING CARD KING OF SPADES"@en .

<http://lexvo.org/id/char/1F0B> a lvont:Character ;
    lvont:represents "Ἃ"^^xsd:string ;
    rdfs:comment "GREEK CAPITAL LETTER ALPHA WITH DASIA AND VARIA"@en .

<http://lexvo.org/id/char/1F0B1> a lvont:Character ;
    lvont:represents "🂱"^^xsd:string ;
    rdfs:comment "PLAYING CARD ACE OF HEARTS"@en .

<http://lexvo.org/id/char/1F0B2> a lvont:Character ;
    lvont:represents "🂲"^^xsd:string ;
    rdfs:comment "PLAYING CARD TWO OF HEARTS"@en .

<http://lexvo.org/id/char/1F0B3> a lvont:Character ;
    lvont:represents "🂳"^^xsd:string ;
    rdfs:comment "PLAYING CARD THREE OF HEARTS"@en .

<http://lexvo.org/id/char/1F0B4> a lvont:Character ;
    lvont:represents "🂴"^^xsd:string ;
    rdfs:comment "PLAYING CARD FOUR OF HEARTS"@en .

<http://lexvo.org/id/char/1F0B5> a lvont:Character ;
    lvont:represents "🂵"^^xsd:string ;
    rdfs:comment "PLAYING CARD FIVE OF HEARTS"@en .

<http://lexvo.org/id/char/1F0B6> a lvont:Character ;
    lvont:represents "🂶"^^xsd:string ;
    rdfs:comment "PLAYING CARD SIX OF HEARTS"@en .

<http://lexvo.org/id/char/1F0B7> a lvont:Character ;
    lvont:represents "🂷"^^xsd:string ;
    rdfs:comment "PLAYING CARD SEVEN OF HEARTS"@en .

<http://lexvo.org/id/char/1F0B8> a lvont:Character ;
    lvont:represents "🂸"^^xsd:string ;
    rdfs:comment "PLAYING CARD EIGHT OF HEARTS"@en .

<http://lexvo.org/id/char/1F0B9> a lvont:Character ;
    lvont:represents "🂹"^^xsd:string ;
    rdfs:comment "PLAYING CARD NINE OF HEARTS"@en .

<http://lexvo.org/id/char/1F0BA> a lvont:Character ;
    lvont:represents "🂺"^^xsd:string ;
    rdfs:comment "PLAYING CARD TEN OF HEARTS"@en .

<http://lexvo.org/id/char/1F0BB> a lvont:Character ;
    lvont:represents "🂻"^^xsd:string ;
    rdfs:comment "PLAYING CARD JACK OF HEARTS"@en .

<http://lexvo.org/id/char/1F0BC> a lvont:Character ;
    lvont:represents "🂼"^^xsd:string ;
    rdfs:comment "PLAYING CARD KNIGHT OF HEARTS"@en .

<http://lexvo.org/id/char/1F0BD> a lvont:Character ;
    lvont:represents "🂽"^^xsd:string ;
    rdfs:comment "PLAYING CARD QUEEN OF HEARTS"@en .

<http://lexvo.org/id/char/1F0BE> a lvont:Character ;
    lvont:represents "🂾"^^xsd:string ;
    rdfs:comment "PLAYING CARD KING OF HEARTS"@en .

<http://lexvo.org/id/char/1F0C> a lvont:Character ;
    lvont:represents "Ἄ"^^xsd:string ;
    rdfs:comment "GREEK CAPITAL LETTER ALPHA WITH PSILI AND OXIA"@en .

<http://lexvo.org/id/char/1F0C1> a lvont:Character ;
    lvont:represents "🃁"^^xsd:string ;
    rdfs:comment "PLAYING CARD ACE OF DIAMONDS"@en .

<http://lexvo.org/id/char/1F0C2> a lvont:Character ;
    lvont:represents "🃂"^^xsd:string ;
    rdfs:comment "PLAYING CARD TWO OF DIAMONDS"@en .

<http://lexvo.org/id/char/1F0C3> a lvont:Character ;
    lvont:represents "🃃"^^xsd:string ;
    rdfs:comment "PLAYING CARD THREE OF DIAMONDS"@en .

<http://lexvo.org/id/char/1F0C4> a lvont:Character ;
    lvont:represents "🃄"^^xsd:string ;
    rdfs:comment "PLAYING CARD FOUR OF DIAMONDS"@en .

<http://lexvo.org/id/char/1F0C5> a lvont:Character ;
    lvont:represents "🃅"^^xsd:string ;
    rdfs:comment "PLAYING CARD FIVE OF DIAMONDS"@en .

<http://lexvo.org/id/char/1F0C6> a lvont:Character ;
    lvont:represents "🃆"^^xsd:string ;
    rdfs:comment "PLAYING CARD SIX OF DIAMONDS"@en .

<http://lexvo.org/id/char/1F0C7> a lvont:Character ;
    lvont:represents "🃇"^^xsd:string ;
    rdfs:comment "PLAYING CARD SEVEN OF DIAMONDS"@en .

<http://lexvo.org/id/char/1F0C8> a lvont:Character ;
    lvont:represents "🃈"^^xsd:string ;
    rdfs:comment "PLAYING CARD EIGHT OF DIAMONDS"@en .

<http://lexvo.org/id/char/1F0C9> a lvont:Character ;
    lvont:represents "🃉"^^xsd:string ;
    rdfs:comment "PLAYING CARD NINE OF DIAMONDS"@en .

<http://lexvo.org/id/char/1F0CA> a lvont:Character ;
    lvont:represents "🃊"^^xsd:string ;
    rdfs:comment "PLAYING CARD TEN OF DIAMONDS"@en .

<http://lexvo.org/id/char/1F0CB> a lvont:Character ;
    lvont:represents "🃋"^^xsd:string ;
    rdfs:comment "PLAYING CARD JACK OF DIAMONDS"@en .

<http://lexvo.org/id/char/1F0CC> a lvont:Character ;
    lvont:represents "🃌"^^xsd:string ;
    rdfs:comment "PLAYING CARD KNIGHT OF DIAMONDS"@en .

<http://lexvo.org/id/char/1F0CD> a lvont:Character ;
    lvont:represents "🃍"^^xsd:string ;
    rdfs:comment "PLAYING CARD QUEEN OF DIAMONDS"@en .

<http://lexvo.org/id/char/1F0CE> a lvont:Character ;
    lvont:represents "🃎"^^xsd:string ;
    rdfs:comment "PLAYING CARD KING OF DIAMONDS"@en .

<http://lexvo.org/id/char/1F0CF> a lvont:Character ;
    lvont:represents "🃏"^^xsd:string ;
    rdfs:comment "PLAYING CARD BLACK JOKER"@en .

<http://lexvo.org/id/char/1F0D> a lvont:Character ;
    lvont:represents "Ἅ"^^xsd:string ;
    rdfs:comment "GREEK CAPITAL LETTER ALPHA WITH DASIA AND OXIA"@en .

<http://lexvo.org/id/char/1F0D1> a lvont:Character ;
    lvont:represents "🃑"^^xsd:string ;
    rdfs:comment "PLAYING CARD ACE OF CLUBS"@en .

<http://lexvo.org/id/char/1F0D2> a lvont:Character ;
    lvont:represents "🃒"^^xsd:string ;
    rdfs:comment "PLAYING CARD TWO OF CLUBS"@en .

<http://lexvo.org/id/char/1F0D3> a lvont:Character ;
    lvont:represents "🃓"^^xsd:string ;
    rdfs:comment "PLAYING CARD THREE OF CLUBS"@en .

<http://lexvo.org/id/char/1F0D4> a lvont:Character ;
    lvont:represents "🃔"^^xsd:string ;
    rdfs:comment "PLAYING CARD FOUR OF CLUBS"@en .

<http://lexvo.org/id/char/1F0D5> a lvont:Character ;
    lvont:represents "🃕"^^xsd:string ;
    rdfs:comment "PLAYING CARD FIVE OF CLUBS"@en .

<http://lexvo.org/id/char/1F0D6> a lvont:Character ;
    lvont:represents "🃖"^^xsd:string ;
    rdfs:comment "PLAYING CARD SIX OF CLUBS"@en .

<http://lexvo.org/id/char/1F0D7> a lvont:Character ;
    lvont:represents "🃗"^^xsd:string ;
    rdfs:comment "PLAYING CARD SEVEN OF CLUBS"@en .

<http://lexvo.org/id/char/1F0D8> a lvont:Character ;
    lvont:represents "🃘"^^xsd:string ;
    rdfs:comment "PLAYING CARD EIGHT OF CLUBS"@en .

<http://lexvo.org/id/char/1F0D9> a lvont:Character ;
    lvont:represents "🃙"^^xsd:string ;
    rdfs:comment "PLAYING CARD NINE OF CLUBS"@en .

<http://lexvo.org/id/char/1F0DA> a lvont:Character ;
    lvont:represents "🃚"^^xsd:string ;
    rdfs:comment "PLAYING CARD TEN OF CLUBS"@en .

<http://lexvo.org/id/char/1F0DB> a lvont:Character ;
    lvont:represents "🃛"^^xsd:string ;
    rdfs:comment "PLAYING CARD JACK OF CLUBS"@en .

<http://lexvo.org/id/char/1F0DC> a lvont:Character ;
    lvont:represents "🃜"^^xsd:string ;
    rdfs:comment "PLAYING CARD KNIGHT OF CLUBS"@en .

<http://lexvo.org/id/char/1F0DD> a lvont:Character ;
    lvont:represents "🃝"^^xsd:string ;
    rdfs:comment "PLAYING CARD QUEEN OF CLUBS"@en .

<http://lexvo.org/id/char/1F0DE> a lvont:Character ;
    lvont:represents "🃞"^^xsd:string ;
    rdfs:comment "PLAYING CARD KING OF CLUBS"@en .

<http://lexvo.org/id/char/1F0DF> a lvont:Character ;
    lvont:represents "🃟"^^xsd:string ;
    rdfs:comment "PLAYING CARD WHITE JOKER"@en .

<http://lexvo.org/id/char/1F0E> a lvont:Character ;
    lvont:represents "Ἆ"^^xsd:string ;
    rdfs:comment "GREEK CAPITAL LETTER ALPHA WITH PSILI AND PERISPOMENI"@en .

<http://lexvo.org/id/char/1F0F> a lvont:Character ;
    lvont:represents "Ἇ"^^xsd:string ;
    rdfs:comment "GREEK CAPITAL LETTER ALPHA WITH DASIA AND PERISPOMENI"@en .

<http://lexvo.org/id/char/1F10> a lvont:Character ;
    lvont:represents "ἐ"^^xsd:string ;
    rdfs:comment "GREEK SMALL LETTER EPSILON WITH PSILI"@en .

<http://lexvo.org/id/char/1F100> a lvont:Character ;
    lvont:represents "🄀"^^xsd:string ;
    rdfs:comment "DIGIT ZERO FULL STOP"@en .

<http://lexvo.org/id/char/1F101> a lvont:Character ;
    lvont:represents "🄁"^^xsd:string ;
    rdfs:comment "DIGIT ZERO COMMA"@en .

<http://lexvo.org/id/char/1F102> a lvont:Character ;
    lvont:represents "🄂"^^xsd:string ;
    rdfs:comment "DIGIT ONE COMMA"@en .

<http://lexvo.org/id/char/1F103> a lvont:Character ;
    lvont:represents "🄃"^^xsd:string ;
    rdfs:comment "DIGIT TWO COMMA"@en .

<http://lexvo.org/id/char/1F104> a lvont:Character ;
    lvont:represents "🄄"^^xsd:string ;
    rdfs:comment "DIGIT THREE COMMA"@en .

<http://lexvo.org/id/char/1F105> a lvont:Character ;
    lvont:represents "🄅"^^xsd:string ;
    rdfs:comment "DIGIT FOUR COMMA"@en .

<http://lexvo.org/id/char/1F106> a lvont:Character ;
    lvont:represents "🄆"^^xsd:string ;
    rdfs:comment "DIGIT FIVE COMMA"@en .

<http://lexvo.org/id/char/1F107> a lvont:Character ;
    lvont:represents "🄇"^^xsd:string ;
    rdfs:comment "DIGIT SIX COMMA"@en .

<http://lexvo.org/id/char/1F108> a lvont:Character ;
    lvont:represents "🄈"^^xsd:string ;
    rdfs:comment "DIGIT SEVEN COMMA"@en .

<http://lexvo.org/id/char/1F109> a lvont:Character ;
    lvont:represents "🄉"^^xsd:string ;
    rdfs:comment "DIGIT EIGHT COMMA"@en .

<http://lexvo.org/id/char/1F10A> a lvont:Character ;
    lvont:represents "🄊"^^xsd:string ;
    rdfs:comment "DIGIT NINE COMMA"@en .

<http://lexvo.org/id/char/1F11> a lvont:Character ;
    lvont:represents "ἑ"^^xsd:string ;
    rdfs:comment "GREEK SMALL LETTER EPSILON WITH DASIA"@en .

<http://lexvo.org/id/char/1F110> a lvont:Character ;
    lvont:represents "🄐"^^xsd:string ;
    rdfs:comment "PARENTHESIZED LATIN CAPITAL LETTER A"@en .

<http://lexvo.org/id/char/1F111> a lvont:Character ;
    lvont:represents "🄑"^^xsd:string ;
    rdfs:comment "PARENTHESIZED LATIN CAPITAL LETTER B"@en .

<http://lexvo.org/id/char/1F112> a lvont:Character ;
    lvont:represents "🄒"^^xsd:string ;
    rdfs:comment "PARENTHESIZED LATIN CAPITAL LETTER C"@en .

<http://lexvo.org/id/char/1F113> a lvont:Character ;
    lvont:represents "🄓"^^xsd:string ;
    rdfs:comment "PARENTHESIZED LATIN CAPITAL LETTER D"@en .

<http://lexvo.org/id/char/1F114> a lvont:Character ;
    lvont:represents "🄔"^^xsd:string ;
    rdfs:comment "PARENTHESIZED LATIN CAPITAL LETTER E"@en .

<http://lexvo.org/id/char/1F115> a lvont:Character ;
    lvont:represents "🄕"^^xsd:string ;
    rdfs:comment "PARENTHESIZED LATIN CAPITAL LETTER F"@en .

<http://lexvo.org/id/char/1F116> a lvont:Character ;
    lvont:represents "🄖"^^xsd:string ;
    rdfs:comment "PARENTHESIZED LATIN CAPITAL LETTER G"@en .

<http://lexvo.org/id/char/1F117> a lvont:Character ;
    lvont:represents "🄗"^^xsd:string ;
    rdfs:comment "PARENTHESIZED LATIN CAPITAL LETTER H"@en .

<http://lexvo.org/id/char/1F118> a lvont:Character ;
    lvont:represents "🄘"^^xsd:string ;
    rdfs:comment "PARENTHESIZED LATIN CAPITAL LETTER I"@en .

<http://lexvo.org/id/char/1F119> a lvont:Character ;
    lvont:represents "🄙"^^xsd:string ;
    rdfs:comment "PARENTHESIZED LATIN CAPITAL LETTER J"@en .

<http://lexvo.org/id/char/1F11A> a lvont:Character ;
    lvont:represents "🄚"^^xsd:string ;
    rdfs:comment "PARENTHESIZED LATIN CAPITAL LETTER K"@en .

<http://lexvo.org/id/char/1F11B> a lvont:Character ;
    lvont:represents "🄛"^^xsd:string ;
    rdfs:comment "PARENTHESIZED LATIN CAPITAL LETTER L"@en .

<http://lexvo.org/id/char/1F11C> a lvont:Character ;
    lvont:represents "🄜"^^xsd:string ;
    rdfs:comment "PARENTHESIZED LATIN CAPITAL LETTER M"@en .

<http://lexvo.org/id/char/1F11D> a lvont:Character ;
    lvont:represents "🄝"^^xsd:string ;
    rdfs:comment "PARENTHESIZED LATIN CAPITAL LETTER N"@en .

<http://lexvo.org/id/char/1F11E> a lvont:Character ;
    lvont:represents "🄞"^^xsd:string ;
    rdfs:comment "PARENTHESIZED LATIN CAPITAL LETTER O"@en .

<http://lexvo.org/id/char/1F11F> a lvont:Character ;
    lvont:represents "🄟"^^xsd:string ;
    rdfs:comment "PARENTHESIZED LATIN CAPITAL LETTER P"@en .

<http://lexvo.org/id/char/1F12> a lvont:Character ;
    lvont:represents "ἒ"^^xsd:string ;
    rdfs:comment "GREEK SMALL LETTER EPSILON WITH PSILI AND VARIA"@en .

<http://lexvo.org/id/char/1F120> a lvont:Character ;
    lvont:represents "🄠"^^xsd:string ;
    rdfs:comment "PARENTHESIZED LATIN CAPITAL LETTER Q"@en .

<http://lexvo.org/id/char/1F121> a lvont:Character ;
    lvont:represents "🄡"^^xsd:string ;
    rdfs:comment "PARENTHESIZED LATIN CAPITAL LETTER R"@en .

<http://lexvo.org/id/char/1F122> a lvont:Character ;
    lvont:represents "🄢"^^xsd:string ;
    rdfs:comment "PARENTHESIZED LATIN CAPITAL LETTER S"@en .

<http://lexvo.org/id/char/1F123> a lvont:Character ;
    lvont:represents "🄣"^^xsd:string ;
    rdfs:comment "PARENTHESIZED LATIN CAPITAL LETTER T"@en .

<http://lexvo.org/id/char/1F124> a lvont:Character ;
    lvont:represents "🄤"^^xsd:string ;
    rdfs:comment "PARENTHESIZED LATIN CAPITAL LETTER U"@en .

<http://lexvo.org/id/char/1F125> a lvont:Character ;
    lvont:represents "🄥"^^xsd:string ;
    rdfs:comment "PARENTHESIZED LATIN CAPITAL LETTER V"@en .

<http://lexvo.org/id/char/1F126> a lvont:Character ;
    lvont:represents "🄦"^^xsd:string ;
    rdfs:comment "PARENTHESIZED LATIN CAPITAL LETTER W"@en .

<http://lexvo.org/id/char/1F127> a lvont:Character ;
    lvont:represents "🄧"^^xsd:string ;
    rdfs:comment "PARENTHESIZED LATIN CAPITAL LETTER X"@en .

<http://lexvo.org/id/char/1F128> a lvont:Character ;
    lvont:represents "🄨"^^xsd:string ;
    rdfs:comment "PARENTHESIZED LATIN CAPITAL LETTER Y"@en .

<http://lexvo.org/id/char/1F129> a lvont:Character ;
    lvont:represents "🄩"^^xsd:string ;
    rdfs:comment "PARENTHESIZED LATIN CAPITAL LETTER Z"@en .

<http://lexvo.org/id/char/1F12A> a lvont:Character ;
    lvont:represents "🄪"^^xsd:string ;
    rdfs:comment "TORTOISE SHELL BRACKETED LATIN CAPITAL LETTER S"@en .

<http://lexvo.org/id/char/1F12B> a lvont:Character ;
    lvont:represents "🄫"^^xsd:string ;
    rdfs:comment "CIRCLED ITALIC LATIN CAPITAL LETTER C"@en .

<http://lexvo.org/id/char/1F12C> a lvont:Character ;
    lvont:represents "🄬"^^xsd:string ;
    rdfs:comment "CIRCLED ITALIC LATIN CAPITAL LETTER R"@en .

<http://lexvo.org/id/char/1F12D> a lvont:Character ;
    lvont:represents "🄭"^^xsd:string ;
    rdfs:comment "CIRCLED CD"@en .

<http://lexvo.org/id/char/1F12E> a lvont:Character ;
    lvont:represents "🄮"^^xsd:string ;
    rdfs:comment "CIRCLED WZ"@en .

<http://lexvo.org/id/char/1F13> a lvont:Character ;
    lvont:represents "ἓ"^^xsd:string ;
    rdfs:comment "GREEK SMALL LETTER EPSILON WITH DASIA AND VARIA"@en .

<http://lexvo.org/id/char/1F130> a lvont:Character ;
    lvont:represents "🄰"^^xsd:string ;
    rdfs:comment "SQUARED LATIN CAPITAL LETTER A"@en .

<http://lexvo.org/id/char/1F131> a lvont:Character ;
    lvont:represents "🄱"^^xsd:string ;
    rdfs:comment "SQUARED LATIN CAPITAL LETTER B"@en .

<http://lexvo.org/id/char/1F132> a lvont:Character ;
    lvont:represents "🄲"^^xsd:string ;
    rdfs:comment "SQUARED LATIN CAPITAL LETTER C"@en .

<http://lexvo.org/id/char/1F133> a lvont:Character ;
    lvont:represents "🄳"^^xsd:string ;
    rdfs:comment "SQUARED LATIN CAPITAL LETTER D"@en .

<http://lexvo.org/id/char/1F134> a lvont:Character ;
    lvont:represents "🄴"^^xsd:string ;
    rdfs:comment "SQUARED LATIN CAPITAL LETTER E"@en .

<http://lexvo.org/id/char/1F135> a lvont:Character ;
    lvont:represents "🄵"^^xsd:string ;
    rdfs:comment "SQUARED LATIN CAPITAL LETTER F"@en .

<http://lexvo.org/id/char/1F136> a lvont:Character ;
    lvont:represents "🄶"^^xsd:string ;
    rdfs:comment "SQUARED LATIN CAPITAL LETTER G"@en .

<http://lexvo.org/id/char/1F137> a lvont:Character ;
    lvont:represents "🄷"^^xsd:string ;
    rdfs:comment "SQUARED LATIN CAPITAL LETTER H"@en .

<http://lexvo.org/id/char/1F138> a lvont:Character ;
    lvont:represents "🄸"^^xsd:string ;
    rdfs:comment "SQUARED LATIN CAPITAL LETTER I"@en .

<http://lexvo.org/id/char/1F139> a lvont:Character ;
    lvont:represents "🄹"^^xsd:string ;
    rdfs:comment "SQUARED LATIN CAPITAL LETTER J"@en .

<http://lexvo.org/id/char/1F13A> a lvont:Character ;
    lvont:represents "🄺"^^xsd:string ;
    rdfs:comment "SQUARED LATIN CAPITAL LETTER K"@en .

<http://lexvo.org/id/char/1F13B> a lvont:Character ;
    lvont:represents "🄻"^^xsd:string ;
    rdfs:comment "SQUARED LATIN CAPITAL LETTER L"@en .

<http://lexvo.org/id/char/1F13C> a lvont:Character ;
    lvont:represents "🄼"^^xsd:string ;
    rdfs:comment "SQUARED LATIN CAPITAL LETTER M"@en .

<http://lexvo.org/id/char/1F13D> a lvont:Character ;
    lvont:represents "🄽"^^xsd:string ;
    rdfs:comment "SQUARED LATIN CAPITAL LETTER N"@en .

<http://lexvo.org/id/char/1F13E> a lvont:Character ;
    lvont:represents "🄾"^^xsd:string ;
    rdfs:comment "SQUARED LATIN CAPITAL LETTER O"@en .

<http://lexvo.org/id/char/1F13F> a lvont:Character ;
    lvont:represents "🄿"^^xsd:string ;
    rdfs:comment "SQUARED LATIN CAPITAL LETTER P"@en .

<http://lexvo.org/id/char/1F14> a lvont:Character ;
    lvont:represents "ἔ"^^xsd:string ;
    rdfs:comment "GREEK SMALL LETTER EPSILON WITH PSILI AND OXIA"@en .

<http://lexvo.org/id/char/1F140> a lvont:Character ;
    lvont:represents "🅀"^^xsd:string ;
    rdfs:comment "SQUARED LATIN CAPITAL LETTER Q"@en .

<http://lexvo.org/id/char/1F141> a lvont:Character ;
    lvont:represents "🅁"^^xsd:string ;
    rdfs:comment "SQUARED LATIN CAPITAL LETTER R"@en .

<http://lexvo.org/id/char/1F142> a lvont:Character ;
    lvont:represents "🅂"^^xsd:string ;
    rdfs:comment "SQUARED LATIN CAPITAL LETTER S"@en .

<http://lexvo.org/id/char/1F143> a lvont:Character ;
    lvont:represents "🅃"^^xsd:string ;
    rdfs:comment "SQUARED LATIN CAPITAL LETTER T"@en .

<http://lexvo.org/id/char/1F144> a lvont:Character ;
    lvont:represents "🅄"^^xsd:string ;
    rdfs:comment "SQUARED LATIN CAPITAL LETTER U"@en .

<http://lexvo.org/id/char/1F145> a lvont:Character ;
    lvont:represents "🅅"^^xsd:string ;
    rdfs:comment "SQUARED LATIN CAPITAL LETTER V"@en .

<http://lexvo.org/id/char/1F146> a lvont:Character ;
    lvont:represents "🅆"^^xsd:string ;
    rdfs:comment "SQUARED LATIN CAPITAL LETTER W"@en .

<http://lexvo.org/id/char/1F147> a lvont:Character ;
    lvont:represents "🅇"^^xsd:string ;
    rdfs:comment "SQUARED LATIN CAPITAL LETTER X"@en .

<http://lexvo.org/id/char/1F148> a lvont:Character ;
    lvont:represents "🅈"^^xsd:string ;
    rdfs:comment "SQUARED LATIN CAPITAL LETTER Y"@en .

<http://lexvo.org/id/char/1F149> a lvont:Character ;
    lvont:represents "🅉"^^xsd:string ;
    rdfs:comment "SQUARED LATIN CAPITAL LETTER Z"@en .

<http://lexvo.org/id/char/1F14A> a lvont:Character ;
    lvont:represents "🅊"^^xsd:string ;
    rdfs:comment "SQUARED HV"@en .

<http://lexvo.org/id/char/1F14B> a lvont:Character ;
    lvont:represents "🅋"^^xsd:string ;
    rdfs:comment "SQUARED MV"@en .

<http://lexvo.org/id/char/1F14C> a lvont:Character ;
    lvont:represents "🅌"^^xsd:string ;
    rdfs:comment "SQUARED SD"@en .

<http://lexvo.org/id/char/1F14D> a lvont:Character ;
    lvont:represents "🅍"^^xsd:string ;
    rdfs:comment "SQUARED SS"@en .

<http://lexvo.org/id/char/1F14E> a lvont:Character ;
    lvont:represents "🅎"^^xsd:string ;
    rdfs:comment "SQUARED PPV"@en .

<http://lexvo.org/id/char/1F14F> a lvont:Character ;
    lvont:represents "🅏"^^xsd:string ;
    rdfs:comment "SQUARED WC"@en .

<http://lexvo.org/id/char/1F15> a lvont:Character ;
    lvont:represents "ἕ"^^xsd:string ;
    rdfs:comment "GREEK SMALL LETTER EPSILON WITH DASIA AND OXIA"@en .

<http://lexvo.org/id/char/1F150> a lvont:Character ;
    lvont:represents "🅐"^^xsd:string ;
    rdfs:comment "NEGATIVE CIRCLED LATIN CAPITAL LETTER A"@en .

<http://lexvo.org/id/char/1F151> a lvont:Character ;
    lvont:represents "🅑"^^xsd:string ;
    rdfs:comment "NEGATIVE CIRCLED LATIN CAPITAL LETTER B"@en .

<http://lexvo.org/id/char/1F152> a lvont:Character ;
    lvont:represents "🅒"^^xsd:string ;
    rdfs:comment "NEGATIVE CIRCLED LATIN CAPITAL LETTER C"@en .

<http://lexvo.org/id/char/1F153> a lvont:Character ;
    lvont:represents "🅓"^^xsd:string ;
    rdfs:comment "NEGATIVE CIRCLED LATIN CAPITAL LETTER D"@en .

<http://lexvo.org/id/char/1F154> a lvont:Character ;
    lvont:represents "🅔"^^xsd:string ;
    rdfs:comment "NEGATIVE CIRCLED LATIN CAPITAL LETTER E"@en .

<http://lexvo.org/id/char/1F155> a lvont:Character ;
    lvont:represents "🅕"^^xsd:string ;
    rdfs:comment "NEGATIVE CIRCLED LATIN CAPITAL LETTER F"@en .

<http://lexvo.org/id/char/1F156> a lvont:Character ;
    lvont:represents "🅖"^^xsd:string ;
    rdfs:comment "NEGATIVE CIRCLED LATIN CAPITAL LETTER G"@en .

<http://lexvo.org/id/char/1F157> a lvont:Character ;
    lvont:represents "🅗"^^xsd:string ;
    rdfs:comment "NEGATIVE CIRCLED LATIN CAPITAL LETTER H"@en .

<http://lexvo.org/id/char/1F158> a lvont:Character ;
    lvont:represents "🅘"^^xsd:string ;
    rdfs:comment "NEGATIVE CIRCLED LATIN CAPITAL LETTER I"@en .

<http://lexvo.org/id/char/1F159> a lvont:Character ;
    lvont:represents "🅙"^^xsd:string ;
    rdfs:comment "NEGATIVE CIRCLED LATIN CAPITAL LETTER J"@en .

<http://lexvo.org/id/char/1F15A> a lvont:Character ;
    lvont:represents "🅚"^^xsd:string ;
    rdfs:comment "NEGATIVE CIRCLED LATIN CAPITAL LETTER K"@en .

<http://lexvo.org/id/char/1F15B> a lvont:Character ;
    lvont:represents "🅛"^^xsd:string ;
    rdfs:comment "NEGATIVE CIRCLED LATIN CAPITAL LETTER L"@en .

<http://lexvo.org/id/char/1F15C> a lvont:Character ;
    lvont:represents "🅜"^^xsd:string ;
    rdfs:comment "NEGATIVE CIRCLED LATIN CAPITAL LETTER M"@en .

<http://lexvo.org/id/char/1F15D> a lvont:Character ;
    lvont:represents "🅝"^^xsd:string ;
    rdfs:comment "NEGATIVE CIRCLED LATIN CAPITAL LETTER N"@en .

<http://lexvo.org/id/char/1F15E> a lvont:Character ;
    lvont:represents "🅞"^^xsd:string ;
    rdfs:comment "NEGATIVE CIRCLED LATIN CAPITAL LETTER O"@en .

<http://lexvo.org/id/char/1F15F> a lvont:Character ;
    lvont:represents "🅟"^^xsd:string ;
    rdfs:comment "NEGATIVE CIRCLED LATIN CAPITAL LETTER P"@en .

<http://lexvo.org/id/char/1F160> a lvont:Character ;
    lvont:represents "🅠"^^xsd:string ;
    rdfs:comment "NEGATIVE CIRCLED LATIN CAPITAL LETTER Q"@en .

<http://lexvo.org/id/char/1F161> a lvont:Character ;
    lvont:represents "🅡"^^xsd:string ;
    rdfs:comment "NEGATIVE CIRCLED LATIN CAPITAL LETTER R"@en .

<http://lexvo.org/id/char/1F162> a lvont:Character ;
    lvont:represents "🅢"^^xsd:string ;
    rdfs:comment "NEGATIVE CIRCLED LATIN CAPITAL LETTER S"@en .

<http://lexvo.org/id/char/1F163> a lvont:Character ;
    lvont:represents "🅣"^^xsd:string ;
    rdfs:comment "NEGATIVE CIRCLED LATIN CAPITAL LETTER T"@en .

<http://lexvo.org/id/char/1F164> a lvont:Character ;
    lvont:represents "🅤"^^xsd:string ;
    rdfs:comment "NEGATIVE CIRCLED LATIN CAPITAL LETTER U"@en .

<http://lexvo.org/id/char/1F165> a lvont:Character ;
    lvont:represents "🅥"^^xsd:string ;
    rdfs:comment "NEGATIVE CIRCLED LATIN CAPITAL LETTER V"@en .

<http://lexvo.org/id/char/1F166> a lvont:Character ;
    lvont:represents "🅦"^^xsd:string ;
    rdfs:comment "NEGATIVE CIRCLED LATIN CAPITAL LETTER W"@en .

<http://lexvo.org/id/char/1F167> a lvont:Character ;
    lvont:represents "🅧"^^xsd:string ;
    rdfs:comment "NEGATIVE CIRCLED LATIN CAPITAL LETTER X"@en .

<http://lexvo.org/id/char/1F168> a lvont:Character ;
    lvont:represents "🅨"^^xsd:string ;
    rdfs:comment "NEGATIVE CIRCLED LATIN CAPITAL LETTER Y"@en .

<http://lexvo.org/id/char/1F169> a lvont:Character ;
    lvont:represents "🅩"^^xsd:string ;
    rdfs:comment "NEGATIVE CIRCLED LATIN CAPITAL LETTER Z"@en .

<http://lexvo.org/id/char/1F16A> a lvont:Character ;
    lvont:represents "🅪"^^xsd:string ;
    rdfs:comment "RAISED MC SIGN"@en .

<http://lexvo.org/id/char/1F16B> a lvont:Character ;
    lvont:represents "🅫"^^xsd:string ;
    rdfs:comment "RAISED MD SIGN"@en .

<http://lexvo.org/id/char/1F170> a lvont:Character ;
    lvont:represents "🅰"^^xsd:string ;
    rdfs:comment "NEGATIVE SQUARED LATIN CAPITAL LETTER A"@en .

<http://lexvo.org/id/char/1F171> a lvont:Character ;
    lvont:represents "🅱"^^xsd:string ;
    rdfs:comment "NEGATIVE SQUARED LATIN CAPITAL LETTER B"@en .

<http://lexvo.org/id/char/1F172> a lvont:Character ;
    lvont:represents "🅲"^^xsd:string ;
    rdfs:comment "NEGATIVE SQUARED LATIN CAPITAL LETTER C"@en .

<http://lexvo.org/id/char/1F173> a lvont:Character ;
    lvont:represents "🅳"^^xsd:string ;
    rdfs:comment "NEGATIVE SQUARED LATIN CAPITAL LETTER D"@en .

<http://lexvo.org/id/char/1F174> a lvont:Character ;
    lvont:represents "🅴"^^xsd:string ;
    rdfs:comment "NEGATIVE SQUARED LATIN CAPITAL LETTER E"@en .

<http://lexvo.org/id/char/1F175> a lvont:Character ;
    lvont:represents "🅵"^^xsd:string ;
    rdfs:comment "NEGATIVE SQUARED LATIN CAPITAL LETTER F"@en .

<http://lexvo.org/id/char/1F176> a lvont:Character ;
    lvont:represents "🅶"^^xsd:string ;
    rdfs:comment "NEGATIVE SQUARED LATIN CAPITAL LETTER G"@en .

<http://lexvo.org/id/char/1F177> a lvont:Character ;
    lvont:represents "🅷"^^xsd:string ;
    rdfs:comment "NEGATIVE SQUARED LATIN CAPITAL LETTER H"@en .

<http://lexvo.org/id/char/1F178> a lvont:Character ;
    lvont:represents "🅸"^^xsd:string ;
    rdfs:comment "NEGATIVE SQUARED LATIN CAPITAL LETTER I"@en .

<http://lexvo.org/id/char/1F179> a lvont:Character ;
    lvont:represents "🅹"^^xsd:string ;
    rdfs:comment "NEGATIVE SQUARED LATIN CAPITAL LETTER J"@en .

<http://lexvo.org/id/char/1F17A> a lvont:Character ;
    lvont:represents "🅺"^^xsd:string ;
    rdfs:comment "NEGATIVE SQUARED LATIN CAPITAL LETTER K"@en .

<http://lexvo.org/id/char/1F17B> a lvont:Character ;
    lvont:represents "🅻"^^xsd:string ;
    rdfs:comment "NEGATIVE SQUARED LATIN CAPITAL LETTER L"@en .

<http://lexvo.org/id/char/1F17C> a lvont:Character ;
    lvont:represents "🅼"^^xsd:string ;
    rdfs:comment "NEGATIVE SQUARED LATIN CAPITAL LETTER M"@en .

<http://lexvo.org/id/char/1F17D> a lvont:Character ;
    lvont:represents "🅽"^^xsd:string ;
    rdfs:comment "NEGATIVE SQUARED LATIN CAPITAL LETTER N"@en .

<http://lexvo.org/id/char/1F17E> a lvont:Character ;
    lvont:represents "🅾"^^xsd:string ;
    rdfs:comment "NEGATIVE SQUARED LATIN CAPITAL LETTER O"@en .

<http://lexvo.org/id/char/1F17F> a lvont:Character ;
    lvont:represents "🅿"^^xsd:string ;
    rdfs:comment "NEGATIVE SQUARED LATIN CAPITAL LETTER P"@en .

<http://lexvo.org/id/char/1F18> a lvont:Character ;
    lvont:represents "Ἐ"^^xsd:string ;
    rdfs:comment "GREEK CAPITAL LETTER EPSILON WITH PSILI"@en .

<http://lexvo.org/id/char/1F180> a lvont:Character ;
    lvont:represents "🆀"^^xsd:string ;
    rdfs:comment "NEGATIVE SQUARED LATIN CAPITAL LETTER Q"@en .

<http://lexvo.org/id/char/1F181> a lvont:Character ;
    lvont:represents "🆁"^^xsd:string ;
    rdfs:comment "NEGATIVE SQUARED LATIN CAPITAL LETTER R"@en .

<http://lexvo.org/id/char/1F182> a lvont:Character ;
    lvont:represents "🆂"^^xsd:string ;
    rdfs:comment "NEGATIVE SQUARED LATIN CAPITAL LETTER S"@en .

<http://lexvo.org/id/char/1F183> a lvont:Character ;
    lvont:represents "🆃"^^xsd:string ;
    rdfs:comment "NEGATIVE SQUARED LATIN CAPITAL LETTER T"@en .

<http://lexvo.org/id/char/1F184> a lvont:Character ;
    lvont:represents "🆄"^^xsd:string ;
    rdfs:comment "NEGATIVE SQUARED LATIN CAPITAL LETTER U"@en .

<http://lexvo.org/id/char/1F185> a lvont:Character ;
    lvont:represents "🆅"^^xsd:string ;
    rdfs:comment "NEGATIVE SQUARED LATIN CAPITAL LETTER V"@en .

<http://lexvo.org/id/char/1F186> a lvont:Character ;
    lvont:represents "🆆"^^xsd:string ;
    rdfs:comment "NEGATIVE SQUARED LATIN CAPITAL LETTER W"@en .

<http://lexvo.org/id/char/1F187> a lvont:Character ;
    lvont:represents "🆇"^^xsd:string ;
    rdfs:comment "NEGATIVE SQUARED LATIN CAPITAL LETTER X"@en .

<http://lexvo.org/id/char/1F188> a lvont:Character ;
    lvont:represents "🆈"^^xsd:string ;
    rdfs:comment "NEGATIVE SQUARED LATIN CAPITAL LETTER Y"@en .

<http://lexvo.org/id/char/1F189> a lvont:Character ;
    lvont:represents "🆉"^^xsd:string ;
    rdfs:comment "NEGATIVE SQUARED LATIN CAPITAL LETTER Z"@en .

<http://lexvo.org/id/char/1F18A> a lvont:Character ;
    lvont:represents "🆊"^^xsd:string ;
    rdfs:comment "CROSSED NEGATIVE SQUARED LATIN CAPITAL LETTER P"@en .

<http://lexvo.org/id/char/1F18B> a lvont:Character ;
    lvont:represents "🆋"^^xsd:string ;
    rdfs:comment "NEGATIVE SQUARED IC"@en .

<http://lexvo.org/id/char/1F18C> a lvont:Character ;
    lvont:represents "🆌"^^xsd:string ;
    rdfs:comment "NEGATIVE SQUARED PA"@en .

<http://lexvo.org/id/char/1F18D> a lvont:Character ;
    lvont:represents "🆍"^^xsd:string ;
    rdfs:comment "NEGATIVE SQUARED SA"@en .

<http://lexvo.org/id/char/1F18E> a lvont:Character ;
    lvont:represents "🆎"^^xsd:string ;
    rdfs:comment "NEGATIVE SQUARED AB"@en .

<http://lexvo.org/id/char/1F18F> a lvont:Character ;
    lvont:represents "🆏"^^xsd:string ;
    rdfs:comment "NEGATIVE SQUARED WC"@en .

<http://lexvo.org/id/char/1F19> a lvont:Character ;
    lvont:represents "Ἑ"^^xsd:string ;
    rdfs:comment "GREEK CAPITAL LETTER EPSILON WITH DASIA"@en .

<http://lexvo.org/id/char/1F190> a lvont:Character ;
    lvont:represents "🆐"^^xsd:string ;
    rdfs:comment "SQUARE DJ"@en .

<http://lexvo.org/id/char/1F191> a lvont:Character ;
    lvont:represents "🆑"^^xsd:string ;
    rdfs:comment "SQUARED CL"@en .

<http://lexvo.org/id/char/1F192> a lvont:Character ;
    lvont:represents "🆒"^^xsd:string ;
    rdfs:comment "SQUARED COOL"@en .

<http://lexvo.org/id/char/1F193> a lvont:Character ;
    lvont:represents "🆓"^^xsd:string ;
    rdfs:comment "SQUARED FREE"@en .

<http://lexvo.org/id/char/1F194> a lvont:Character ;
    lvont:represents "🆔"^^xsd:string ;
    rdfs:comment "SQUARED ID"@en .

<http://lexvo.org/id/char/1F195> a lvont:Character ;
    lvont:represents "🆕"^^xsd:string ;
    rdfs:comment "SQUARED NEW"@en .

<http://lexvo.org/id/char/1F196> a lvont:Character ;
    lvont:represents "🆖"^^xsd:string ;
    rdfs:comment "SQUARED NG"@en .

<http://lexvo.org/id/char/1F197> a lvont:Character ;
    lvont:represents "🆗"^^xsd:string ;
    rdfs:comment "SQUARED OK"@en .

<http://lexvo.org/id/char/1F198> a lvont:Character ;
    lvont:represents "🆘"^^xsd:string ;
    rdfs:comment "SQUARED SOS"@en .

<http://lexvo.org/id/char/1F199> a lvont:Character ;
    lvont:represents "🆙"^^xsd:string ;
    rdfs:comment "SQUARED UP WITH EXCLAMATION MARK"@en .

<http://lexvo.org/id/char/1F19A> a lvont:Character ;
    lvont:represents "🆚"^^xsd:string ;
    rdfs:comment "SQUARED VS"@en .

<http://lexvo.org/id/char/1F1A> a lvont:Character ;
    lvont:represents "Ἒ"^^xsd:string ;
    rdfs:comment "GREEK CAPITAL LETTER EPSILON WITH PSILI AND VARIA"@en .

<http://lexvo.org/id/char/1F1B> a lvont:Character ;
    lvont:represents "Ἓ"^^xsd:string ;
    rdfs:comment "GREEK CAPITAL LETTER EPSILON WITH DASIA AND VARIA"@en .

<http://lexvo.org/id/char/1F1C> a lvont:Character ;
    lvont:represents "Ἔ"^^xsd:string ;
    rdfs:comment "GREEK CAPITAL LETTER EPSILON WITH PSILI AND OXIA"@en .

<http://lexvo.org/id/char/1F1D> a lvont:Character ;
    lvont:represents "Ἕ"^^xsd:string ;
    rdfs:comment "GREEK CAPITAL LETTER EPSILON WITH DASIA AND OXIA"@en .

<http://lexvo.org/id/char/1F1E6> a lvont:Character ;
    lvont:represents "🇦"^^xsd:string ;
    rdfs:comment "REGIONAL INDICATOR SYMBOL LETTER A"@en .

<http://lexvo.org/id/char/1F1E7> a lvont:Character ;
    lvont:represents "🇧"^^xsd:string ;
    rdfs:comment "REGIONAL INDICATOR SYMBOL LETTER B"@en .

<http://lexvo.org/id/char/1F1E8> a lvont:Character ;
    lvont:represents "🇨"^^xsd:string ;
    rdfs:comment "REGIONAL INDICATOR SYMBOL LETTER C"@en .

<http://lexvo.org/id/char/1F1E9> a lvont:Character ;
    lvont:represents "🇩"^^xsd:string ;
    rdfs:comment "REGIONAL INDICATOR SYMBOL LETTER D"@en .

<http://lexvo.org/id/char/1F1EA> a lvont:Character ;
    lvont:represents "🇪"^^xsd:string ;
    rdfs:comment "REGIONAL INDICATOR SYMBOL LETTER E"@en .

<http://lexvo.org/id/char/1F1EB> a lvont:Character ;
    lvont:represents "🇫"^^xsd:string ;
    rdfs:comment "REGIONAL INDICATOR SYMBOL LETTER F"@en .

<http://lexvo.org/id/char/1F1EC> a lvont:Character ;
    lvont:represents "🇬"^^xsd:string ;
    rdfs:comment "REGIONAL INDICATOR SYMBOL LETTER G"@en .

<http://lexvo.org/id/char/1F1ED> a lvont:Character ;
    lvont:represents "🇭"^^xsd:string ;
    rdfs:comment "REGIONAL INDICATOR SYMBOL LETTER H"@en .

<http://lexvo.org/id/char/1F1EE> a lvont:Character ;
    lvont:represents "🇮"^^xsd:string ;
    rdfs:comment "REGIONAL INDICATOR SYMBOL LETTER I"@en .

<http://lexvo.org/id/char/1F1EF> a lvont:Character ;
    lvont:represents "🇯"^^xsd:string ;
    rdfs:comment "REGIONAL INDICATOR SYMBOL LETTER J"@en .

<http://lexvo.org/id/char/1F1F0> a lvont:Character ;
    lvont:represents "🇰"^^xsd:string ;
    rdfs:comment "REGIONAL INDICATOR SYMBOL LETTER K"@en .

<http://lexvo.org/id/char/1F1F1> a lvont:Character ;
    lvont:represents "🇱"^^xsd:string ;
    rdfs:comment "REGIONAL INDICATOR SYMBOL LETTER L"@en .

<http://lexvo.org/id/char/1F1F2> a lvont:Character ;
    lvont:represents "🇲"^^xsd:string ;
    rdfs:comment "REGIONAL INDICATOR SYMBOL LETTER M"@en .

<http://lexvo.org/id/char/1F1F3> a lvont:Character ;
    lvont:represents "🇳"^^xsd:string ;
    rdfs:comment "REGIONAL INDICATOR SYMBOL LETTER N"@en .

<http://lexvo.org/id/char/1F1F4> a lvont:Character ;
    lvont:represents "🇴"^^xsd:string ;
    rdfs:comment "REGIONAL INDICATOR SYMBOL LETTER O"@en .

<http://lexvo.org/id/char/1F1F5> a lvont:Character ;
    lvont:represents "🇵"^^xsd:string ;
    rdfs:comment "REGIONAL INDICATOR SYMBOL LETTER P"@en .

<http://lexvo.org/id/char/1F1F6> a lvont:Character ;
    lvont:represents "🇶"^^xsd:string ;
    rdfs:comment "REGIONAL INDICATOR SYMBOL LETTER Q"@en .

<http://lexvo.org/id/char/1F1F7> a lvont:Character ;
    lvont:represents "🇷"^^xsd:string ;
    rdfs:comment "REGIONAL INDICATOR SYMBOL LETTER R"@en .

<http://lexvo.org/id/char/1F1F8> a lvont:Character ;
    lvont:represents "🇸"^^xsd:string ;
    rdfs:comment "REGIONAL INDICATOR SYMBOL LETTER S"@en .

<http://lexvo.org/id/char/1F1F9> a lvont:Character ;
    lvont:represents "🇹"^^xsd:string ;
    rdfs:comment "REGIONAL INDICATOR SYMBOL LETTER T"@en .

<http://lexvo.org/id/char/1F1FA> a lvont:Character ;
    lvont:represents "🇺"^^xsd:string ;
    rdfs:comment "REGIONAL INDICATOR SYMBOL LETTER U"@en .

<http://lexvo.org/id/char/1F1FB> a lvont:Character ;
    lvont:represents "🇻"^^xsd:string ;
    rdfs:comment "REGIONAL INDICATOR SYMBOL LETTER V"@en .

<http://lexvo.org/id/char/1F1FC> a lvont:Character ;
    lvont:represents "🇼"^^xsd:string ;
    rdfs:comment "REGIONAL INDICATOR SYMBOL LETTER W"@en .

<http://lexvo.org/id/char/1F1FD> a lvont:Character ;
    lvont:represents "🇽"^^xsd:string ;
    rdfs:comment "REGIONAL INDICATOR SYMBOL LETTER X"@en .

<http://lexvo.org/id/char/1F1FE> a lvont:Character ;
    lvont:represents "🇾"^^xsd:string ;
    rdfs:comment "REGIONAL INDICATOR SYMBOL LETTER Y"@en .

<http://lexvo.org/id/char/1F1FF> a lvont:Character ;
    lvont:represents "🇿"^^xsd:string ;
    rdfs:comment "REGIONAL INDICATOR SYMBOL LETTER Z"@en .

<http://lexvo.org/id/char/1F20> a lvont:Character ;
    lvont:represents "ἠ"^^xsd:string ;
    rdfs:comment "GREEK SMALL LETTER ETA WITH PSILI"@en .

<http://lexvo.org/id/char/1F200> a lvont:Character ;
    lvont:represents "🈀"^^xsd:string ;
    rdfs:comment "SQUARE HIRAGANA HOKA"@en .

<http://lexvo.org/id/char/1F201> a lvont:Character ;
    lvont:represents "🈁"^^xsd:string ;
    rdfs:comment "SQUARED KATAKANA KOKO"@en .

<http://lexvo.org/id/char/1F202> a lvont:Character ;
    lvont:represents "🈂"^^xsd:string ;
    rdfs:comment "SQUARED KATAKANA SA"@en .

<http://lexvo.org/id/char/1F21> a lvont:Character ;
    lvont:represents "ἡ"^^xsd:string ;
    rdfs:comment "GREEK SMALL LETTER ETA WITH DASIA"@en .

<http://lexvo.org/id/char/1F210> a lvont:Character ;
    lvont:represents "🈐"^^xsd:string ;
    rdfs:comment "SQUARED CJK UNIFIED IDEOGRAPH-624B"@en .

<http://lexvo.org/id/char/1F211> a lvont:Character ;
    lvont:represents "🈑"^^xsd:string ;
    rdfs:comment "SQUARED CJK UNIFIED IDEOGRAPH-5B57"@en .

<http://lexvo.org/id/char/1F212> a lvont:Character ;
    lvont:represents "🈒"^^xsd:string ;
    rdfs:comment "SQUARED CJK UNIFIED IDEOGRAPH-53CC"@en .

<http://lexvo.org/id/char/1F213> a lvont:Character ;
    lvont:represents "🈓"^^xsd:string ;
    rdfs:comment "SQUARED KATAKANA DE"@en .

<http://lexvo.org/id/char/1F214> a lvont:Character ;
    lvont:represents "🈔"^^xsd:string ;
    rdfs:comment "SQUARED CJK UNIFIED IDEOGRAPH-4E8C"@en .

<http://lexvo.org/id/char/1F215> a lvont:Character ;
    lvont:represents "🈕"^^xsd:string ;
    rdfs:comment "SQUARED CJK UNIFIED IDEOGRAPH-591A"@en .

<http://lexvo.org/id/char/1F216> a lvont:Character ;
    lvont:represents "🈖"^^xsd:string ;
    rdfs:comment "SQUARED CJK UNIFIED IDEOGRAPH-89E3"@en .

<http://lexvo.org/id/char/1F217> a lvont:Character ;
    lvont:represents "🈗"^^xsd:string ;
    rdfs:comment "SQUARED CJK UNIFIED IDEOGRAPH-5929"@en .

<http://lexvo.org/id/char/1F218> a lvont:Character ;
    lvont:represents "🈘"^^xsd:string ;
    rdfs:comment "SQUARED CJK UNIFIED IDEOGRAPH-4EA4"@en .

<http://lexvo.org/id/char/1F219> a lvont:Character ;
    lvont:represents "🈙"^^xsd:string ;
    rdfs:comment "SQUARED CJK UNIFIED IDEOGRAPH-6620"@en .

<http://lexvo.org/id/char/1F21A> a lvont:Character ;
    lvont:represents "🈚"^^xsd:string ;
    rdfs:comment "SQUARED CJK UNIFIED IDEOGRAPH-7121"@en .

<http://lexvo.org/id/char/1F21B> a lvont:Character ;
    lvont:represents "🈛"^^xsd:string ;
    rdfs:comment "SQUARED CJK UNIFIED IDEOGRAPH-6599"@en .

<http://lexvo.org/id/char/1F21C> a lvont:Character ;
    lvont:represents "🈜"^^xsd:string ;
    rdfs:comment "SQUARED CJK UNIFIED IDEOGRAPH-524D"@en .

<http://lexvo.org/id/char/1F21D> a lvont:Character ;
    lvont:represents "🈝"^^xsd:string ;
    rdfs:comment "SQUARED CJK UNIFIED IDEOGRAPH-5F8C"@en .

<http://lexvo.org/id/char/1F21E> a lvont:Character ;
    lvont:represents "🈞"^^xsd:string ;
    rdfs:comment "SQUARED CJK UNIFIED IDEOGRAPH-518D"@en .

<http://lexvo.org/id/char/1F21F> a lvont:Character ;
    lvont:represents "🈟"^^xsd:string ;
    rdfs:comment "SQUARED CJK UNIFIED IDEOGRAPH-65B0"@en .

<http://lexvo.org/id/char/1F22> a lvont:Character ;
    lvont:represents "ἢ"^^xsd:string ;
    rdfs:comment "GREEK SMALL LETTER ETA WITH PSILI AND VARIA"@en .

<http://lexvo.org/id/char/1F220> a lvont:Character ;
    lvont:represents "🈠"^^xsd:string ;
    rdfs:comment "SQUARED CJK UNIFIED IDEOGRAPH-521D"@en .

<http://lexvo.org/id/char/1F221> a lvont:Character ;
    lvont:represents "🈡"^^xsd:string ;
    rdfs:comment "SQUARED CJK UNIFIED IDEOGRAPH-7D42"@en .

<http://lexvo.org/id/char/1F222> a lvont:Character ;
    lvont:represents "🈢"^^xsd:string ;
    rdfs:comment "SQUARED CJK UNIFIED IDEOGRAPH-751F"@en .

<http://lexvo.org/id/char/1F223> a lvont:Character ;
    lvont:represents "🈣"^^xsd:string ;
    rdfs:comment "SQUARED CJK UNIFIED IDEOGRAPH-8CA9"@en .

<http://lexvo.org/id/char/1F224> a lvont:Character ;
    lvont:represents "🈤"^^xsd:string ;
    rdfs:comment "SQUARED CJK UNIFIED IDEOGRAPH-58F0"@en .

<http://lexvo.org/id/char/1F225> a lvont:Character ;
    lvont:represents "🈥"^^xsd:string ;
    rdfs:comment "SQUARED CJK UNIFIED IDEOGRAPH-5439"@en .

<http://lexvo.org/id/char/1F226> a lvont:Character ;
    lvont:represents "🈦"^^xsd:string ;
    rdfs:comment "SQUARED CJK UNIFIED IDEOGRAPH-6F14"@en .

<http://lexvo.org/id/char/1F227> a lvont:Character ;
    lvont:represents "🈧"^^xsd:string ;
    rdfs:comment "SQUARED CJK UNIFIED IDEOGRAPH-6295"@en .

<http://lexvo.org/id/char/1F228> a lvont:Character ;
    lvont:represents "🈨"^^xsd:string ;
    rdfs:comment "SQUARED CJK UNIFIED IDEOGRAPH-6355"@en .

<http://lexvo.org/id/char/1F229> a lvont:Character ;
    lvont:represents "🈩"^^xsd:string ;
    rdfs:comment "SQUARED CJK UNIFIED IDEOGRAPH-4E00"@en .

<http://lexvo.org/id/char/1F22A> a lvont:Character ;
    lvont:represents "🈪"^^xsd:string ;
    rdfs:comment "SQUARED CJK UNIFIED IDEOGRAPH-4E09"@en .

<http://lexvo.org/id/char/1F22B> a lvont:Character ;
    lvont:represents "🈫"^^xsd:string ;
    rdfs:comment "SQUARED CJK UNIFIED IDEOGRAPH-904A"@en .

<http://lexvo.org/id/char/1F22C> a lvont:Character ;
    lvont:represents "🈬"^^xsd:string ;
    rdfs:comment "SQUARED CJK UNIFIED IDEOGRAPH-5DE6"@en .

<http://lexvo.org/id/char/1F22D> a lvont:Character ;
    lvont:represents "🈭"^^xsd:string ;
    rdfs:comment "SQUARED CJK UNIFIED IDEOGRAPH-4E2D"@en .

<http://lexvo.org/id/char/1F22E> a lvont:Character ;
    lvont:represents "🈮"^^xsd:string ;
    rdfs:comment "SQUARED CJK UNIFIED IDEOGRAPH-53F3"@en .

<http://lexvo.org/id/char/1F22F> a lvont:Character ;
    lvont:represents "🈯"^^xsd:string ;
    rdfs:comment "SQUARED CJK UNIFIED IDEOGRAPH-6307"@en .

<http://lexvo.org/id/char/1F23> a lvont:Character ;
    lvont:represents "ἣ"^^xsd:string ;
    rdfs:comment "GREEK SMALL LETTER ETA WITH DASIA AND VARIA"@en .

<http://lexvo.org/id/char/1F230> a lvont:Character ;
    lvont:represents "🈰"^^xsd:string ;
    rdfs:comment "SQUARED CJK UNIFIED IDEOGRAPH-8D70"@en .

<http://lexvo.org/id/char/1F231> a lvont:Character ;
    lvont:represents "🈱"^^xsd:string ;
    rdfs:comment "SQUARED CJK UNIFIED IDEOGRAPH-6253"@en .

<http://lexvo.org/id/char/1F232> a lvont:Character ;
    lvont:represents "🈲"^^xsd:string ;
    rdfs:comment "SQUARED CJK UNIFIED IDEOGRAPH-7981"@en .

<http://lexvo.org/id/char/1F233> a lvont:Character ;
    lvont:represents "🈳"^^xsd:string ;
    rdfs:comment "SQUARED CJK UNIFIED IDEOGRAPH-7A7A"@en .

<http://lexvo.org/id/char/1F234> a lvont:Character ;
    lvont:represents "🈴"^^xsd:string ;
    rdfs:comment "SQUARED CJK UNIFIED IDEOGRAPH-5408"@en .

<http://lexvo.org/id/char/1F235> a lvont:Character ;
    lvont:represents "🈵"^^xsd:string ;
    rdfs:comment "SQUARED CJK UNIFIED IDEOGRAPH-6E80"@en .

<http://lexvo.org/id/char/1F236> a lvont:Character ;
    lvont:represents "🈶"^^xsd:string ;
    rdfs:comment "SQUARED CJK UNIFIED IDEOGRAPH-6709"@en .

<http://lexvo.org/id/char/1F237> a lvont:Character ;
    lvont:represents "🈷"^^xsd:string ;
    rdfs:comment "SQUARED CJK UNIFIED IDEOGRAPH-6708"@en .

<http://lexvo.org/id/char/1F238> a lvont:Character ;
    lvont:represents "🈸"^^xsd:string ;
    rdfs:comment "SQUARED CJK UNIFIED IDEOGRAPH-7533"@en .

<http://lexvo.org/id/char/1F239> a lvont:Character ;
    lvont:represents "🈹"^^xsd:string ;
    rdfs:comment "SQUARED CJK UNIFIED IDEOGRAPH-5272"@en .

<http://lexvo.org/id/char/1F23A> a lvont:Character ;
    lvont:represents "🈺"^^xsd:string ;
    rdfs:comment "SQUARED CJK UNIFIED IDEOGRAPH-55B6"@en .

<http://lexvo.org/id/char/1F24> a lvont:Character ;
    lvont:represents "ἤ"^^xsd:string ;
    rdfs:comment "GREEK SMALL LETTER ETA WITH PSILI AND OXIA"@en .

<http://lexvo.org/id/char/1F240> a lvont:Character ;
    lvont:represents "🉀"^^xsd:string ;
    rdfs:comment "TORTOISE SHELL BRACKETED CJK UNIFIED IDEOGRAPH-672C"@en .

<http://lexvo.org/id/char/1F241> a lvont:Character ;
    lvont:represents "🉁"^^xsd:string ;
    rdfs:comment "TORTOISE SHELL BRACKETED CJK UNIFIED IDEOGRAPH-4E09"@en .

<http://lexvo.org/id/char/1F242> a lvont:Character ;
    lvont:represents "🉂"^^xsd:string ;
    rdfs:comment "TORTOISE SHELL BRACKETED CJK UNIFIED IDEOGRAPH-4E8C"@en .

<http://lexvo.org/id/char/1F243> a lvont:Character ;
    lvont:represents "🉃"^^xsd:string ;
    rdfs:comment "TORTOISE SHELL BRACKETED CJK UNIFIED IDEOGRAPH-5B89"@en .

<http://lexvo.org/id/char/1F244> a lvont:Character ;
    lvont:represents "🉄"^^xsd:string ;
    rdfs:comment "TORTOISE SHELL BRACKETED CJK UNIFIED IDEOGRAPH-70B9"@en .

<http://lexvo.org/id/char/1F245> a lvont:Character ;
    lvont:represents "🉅"^^xsd:string ;
    rdfs:comment "TORTOISE SHELL BRACKETED CJK UNIFIED IDEOGRAPH-6253"@en .

<http://lexvo.org/id/char/1F246> a lvont:Character ;
    lvont:represents "🉆"^^xsd:string ;
    rdfs:comment "TORTOISE SHELL BRACKETED CJK UNIFIED IDEOGRAPH-76D7"@en .

<http://lexvo.org/id/char/1F247> a lvont:Character ;
    lvont:represents "🉇"^^xsd:string ;
    rdfs:comment "TORTOISE SHELL BRACKETED CJK UNIFIED IDEOGRAPH-52DD"@en .

<http://lexvo.org/id/char/1F248> a lvont:Character ;
    lvont:represents "🉈"^^xsd:string ;
    rdfs:comment "TORTOISE SHELL BRACKETED CJK UNIFIED IDEOGRAPH-6557"@en .

<http://lexvo.org/id/char/1F25> a lvont:Character ;
    lvont:represents "ἥ"^^xsd:string ;
    rdfs:comment "GREEK SMALL LETTER ETA WITH DASIA AND OXIA"@en .

<http://lexvo.org/id/char/1F250> a lvont:Character ;
    lvont:represents "🉐"^^xsd:string ;
    rdfs:comment "CIRCLED IDEOGRAPH ADVANTAGE"@en .

<http://lexvo.org/id/char/1F251> a lvont:Character ;
    lvont:represents "🉑"^^xsd:string ;
    rdfs:comment "CIRCLED IDEOGRAPH ACCEPT"@en .

<http://lexvo.org/id/char/1F26> a lvont:Character ;
    lvont:represents "ἦ"^^xsd:string ;
    rdfs:comment "GREEK SMALL LETTER ETA WITH PSILI AND PERISPOMENI"@en .

<http://lexvo.org/id/char/1F27> a lvont:Character ;
    lvont:represents "ἧ"^^xsd:string ;
    rdfs:comment "GREEK SMALL LETTER ETA WITH DASIA AND PERISPOMENI"@en .

<http://lexvo.org/id/char/1F28> a lvont:Character ;
    lvont:represents "Ἠ"^^xsd:string ;
    rdfs:comment "GREEK CAPITAL LETTER ETA WITH PSILI"@en .

<http://lexvo.org/id/char/1F29> a lvont:Character ;
    lvont:represents "Ἡ"^^xsd:string ;
    rdfs:comment "GREEK CAPITAL LETTER ETA WITH DASIA"@en .

<http://lexvo.org/id/char/1F2A> a lvont:Character ;
    lvont:represents "Ἢ"^^xsd:string ;
    rdfs:comment "GREEK CAPITAL LETTER ETA WITH PSILI AND VARIA"@en .

<http://lexvo.org/id/char/1F2B> a lvont:Character ;
    lvont:represents "Ἣ"^^xsd:string ;
    rdfs:comment "GREEK CAPITAL LETTER ETA WITH DASIA AND VARIA"@en .

<http://lexvo.org/id/char/1F2C> a lvont:Character ;
    lvont:represents "Ἤ"^^xsd:string ;
    rdfs:comment "GREEK CAPITAL LETTER ETA WITH PSILI AND OXIA"@en .

<http://lexvo.org/id/char/1F2D> a lvont:Character ;
    lvont:represents "Ἥ"^^xsd:string ;
    rdfs:comment "GREEK CAPITAL LETTER ETA WITH DASIA AND OXIA"@en .

<http://lexvo.org/id/char/1F2E> a lvont:Character ;
    lvont:represents "Ἦ"^^xsd:string ;
    rdfs:comment "GREEK CAPITAL LETTER ETA WITH PSILI AND PERISPOMENI"@en .

<http://lexvo.org/id/char/1F2F> a lvont:Character ;
    lvont:represents "Ἧ"^^xsd:string ;
    rdfs:comment "GREEK CAPITAL LETTER ETA WITH DASIA AND PERISPOMENI"@en .

<http://lexvo.org/id/char/1F30> a lvont:Character ;
    lvont:represents "ἰ"^^xsd:string ;
    rdfs:comment "GREEK SMALL LETTER IOTA WITH PSILI"@en .

<http://lexvo.org/id/char/1F300> a lvont:Character ;
    lvont:represents "🌀"^^xsd:string ;
    rdfs:comment "CYCLONE"@en .

<http://lexvo.org/id/char/1F301> a lvont:Character ;
    lvont:represents "🌁"^^xsd:string ;
    rdfs:comment "FOGGY"@en .

<http://lexvo.org/id/char/1F302> a lvont:Character ;
    lvont:represents "🌂"^^xsd:string ;
    rdfs:comment "CLOSED UMBRELLA"@en .

<http://lexvo.org/id/char/1F303> a lvont:Character ;
    lvont:represents "🌃"^^xsd:string ;
    rdfs:comment "NIGHT WITH STARS"@en .

<http://lexvo.org/id/char/1F304> a lvont:Character ;
    lvont:represents "🌄"^^xsd:string ;
    rdfs:comment "SUNRISE OVER MOUNTAINS"@en .

<http://lexvo.org/id/char/1F305> a lvont:Character ;
    lvont:represents "🌅"^^xsd:string ;
    rdfs:comment "SUNRISE"@en .

<http://lexvo.org/id/char/1F306> a lvont:Character ;
    lvont:represents "🌆"^^xsd:string ;
    rdfs:comment "CITYSCAPE AT DUSK"@en .

<http://lexvo.org/id/char/1F307> a lvont:Character ;
    lvont:represents "🌇"^^xsd:string ;
    rdfs:comment "SUNSET OVER BUILDINGS"@en .

<http://lexvo.org/id/char/1F308> a lvont:Character ;
    lvont:represents "🌈"^^xsd:string ;
    rdfs:comment "RAINBOW"@en .

<http://lexvo.org/id/char/1F309> a lvont:Character ;
    lvont:represents "🌉"^^xsd:string ;
    rdfs:comment "BRIDGE AT NIGHT"@en .

<http://lexvo.org/id/char/1F30A> a lvont:Character ;
    lvont:represents "🌊"^^xsd:string ;
    rdfs:comment "WATER WAVE"@en .

<http://lexvo.org/id/char/1F30B> a lvont:Character ;
    lvont:represents "🌋"^^xsd:string ;
    rdfs:comment "VOLCANO"@en .

<http://lexvo.org/id/char/1F30C> a lvont:Character ;
    lvont:represents "🌌"^^xsd:string ;
    rdfs:comment "MILKY WAY"@en .

<http://lexvo.org/id/char/1F30D> a lvont:Character ;
    lvont:represents "🌍"^^xsd:string ;
    rdfs:comment "EARTH GLOBE EUROPE-AFRICA"@en .

<http://lexvo.org/id/char/1F30E> a lvont:Character ;
    lvont:represents "🌎"^^xsd:string ;
    rdfs:comment "EARTH GLOBE AMERICAS"@en .

<http://lexvo.org/id/char/1F30F> a lvont:Character ;
    lvont:represents "🌏"^^xsd:string ;
    rdfs:comment "EARTH GLOBE ASIA-AUSTRALIA"@en .

<http://lexvo.org/id/char/1F31> a lvont:Character ;
    lvont:represents "ἱ"^^xsd:string ;
    rdfs:comment "GREEK SMALL LETTER IOTA WITH DASIA"@en .

<http://lexvo.org/id/char/1F310> a lvont:Character ;
    lvont:represents "🌐"^^xsd:string ;
    rdfs:comment "GLOBE WITH MERIDIANS"@en .

<http://lexvo.org/id/char/1F311> a lvont:Character ;
    lvont:represents "🌑"^^xsd:string ;
    rdfs:comment "NEW MOON SYMBOL"@en .

<http://lexvo.org/id/char/1F312> a lvont:Character ;
    lvont:represents "🌒"^^xsd:string ;
    rdfs:comment "WAXING CRESCENT MOON SYMBOL"@en .

<http://lexvo.org/id/char/1F313> a lvont:Character ;
    lvont:represents "🌓"^^xsd:string ;
    rdfs:comment "FIRST QUARTER MOON SYMBOL"@en .

<http://lexvo.org/id/char/1F314> a lvont:Character ;
    lvont:represents "🌔"^^xsd:string ;
    rdfs:comment "WAXING GIBBOUS MOON SYMBOL"@en .

<http://lexvo.org/id/char/1F315> a lvont:Character ;
    lvont:represents "🌕"^^xsd:string ;
    rdfs:comment "FULL MOON SYMBOL"@en .

<http://lexvo.org/id/char/1F316> a lvont:Character ;
    lvont:represents "🌖"^^xsd:string ;
    rdfs:comment "WANING GIBBOUS MOON SYMBOL"@en .

<http://lexvo.org/id/char/1F317> a lvont:Character ;
    lvont:represents "🌗"^^xsd:string ;
    rdfs:comment "LAST QUARTER MOON SYMBOL"@en .

<http://lexvo.org/id/char/1F318> a lvont:Character ;
    lvont:represents "🌘"^^xsd:string ;
    rdfs:comment "WANING CRESCENT MOON SYMBOL"@en .

<http://lexvo.org/id/char/1F319> a lvont:Character ;
    lvont:represents "🌙"^^xsd:string ;
    rdfs:comment "CRESCENT MOON"@en .

<http://lexvo.org/id/char/1F31A> a lvont:Character ;
    lvont:represents "🌚"^^xsd:string ;
    rdfs:comment "NEW MOON WITH FACE"@en .

<http://lexvo.org/id/char/1F31B> a lvont:Character ;
    lvont:represents "🌛"^^xsd:string ;
    rdfs:comment "FIRST QUARTER MOON WITH FACE"@en .

<http://lexvo.org/id/char/1F31C> a lvont:Character ;
    lvont:represents "🌜"^^xsd:string ;
    rdfs:comment "LAST QUARTER MOON WITH FACE"@en .

<http://lexvo.org/id/char/1F31D> a lvont:Character ;
    lvont:represents "🌝"^^xsd:string ;
    rdfs:comment "FULL MOON WITH FACE"@en .

<http://lexvo.org/id/char/1F31E> a lvont:Character ;
    lvont:represents "🌞"^^xsd:string ;
    rdfs:comment "SUN WITH FACE"@en .

<http://lexvo.org/id/char/1F31F> a lvont:Character ;
    lvont:represents "🌟"^^xsd:string ;
    rdfs:comment "GLOWING STAR"@en .

<http://lexvo.org/id/char/1F32> a lvont:Character ;
    lvont:represents "ἲ"^^xsd:string ;
    rdfs:comment "GREEK SMALL LETTER IOTA WITH PSILI AND VARIA"@en .

<http://lexvo.org/id/char/1F320> a lvont:Character ;
    lvont:represents "🌠"^^xsd:string ;
    rdfs:comment "SHOOTING STAR"@en .

<http://lexvo.org/id/char/1F33> a lvont:Character ;
    lvont:represents "ἳ"^^xsd:string ;
    rdfs:comment "GREEK SMALL LETTER IOTA WITH DASIA AND VARIA"@en .

<http://lexvo.org/id/char/1F330> a lvont:Character ;
    lvont:represents "🌰"^^xsd:string ;
    rdfs:comment "CHESTNUT"@en .

<http://lexvo.org/id/char/1F331> a lvont:Character ;
    lvont:represents "🌱"^^xsd:string ;
    rdfs:comment "SEEDLING"@en .

<http://lexvo.org/id/char/1F332> a lvont:Character ;
    lvont:represents "🌲"^^xsd:string ;
    rdfs:comment "EVERGREEN TREE"@en .

<http://lexvo.org/id/char/1F333> a lvont:Character ;
    lvont:represents "🌳"^^xsd:string ;
    rdfs:comment "DECIDUOUS TREE"@en .

<http://lexvo.org/id/char/1F334> a lvont:Character ;
    lvont:represents "🌴"^^xsd:string ;
    rdfs:comment "PALM TREE"@en .

<http://lexvo.org/id/char/1F335> a lvont:Character ;
    lvont:represents "🌵"^^xsd:string ;
    rdfs:comment "CACTUS"@en .

<http://lexvo.org/id/char/1F337> a lvont:Character ;
    lvont:represents "🌷"^^xsd:string ;
    rdfs:comment "TULIP"@en .

<http://lexvo.org/id/char/1F338> a lvont:Character ;
    lvont:represents "🌸"^^xsd:string ;
    rdfs:comment "CHERRY BLOSSOM"@en .

<http://lexvo.org/id/char/1F339> a lvont:Character ;
    lvont:represents "🌹"^^xsd:string ;
    rdfs:comment "ROSE"@en .

<http://lexvo.org/id/char/1F33A> a lvont:Character ;
    lvont:represents "🌺"^^xsd:string ;
    rdfs:comment "HIBISCUS"@en .

<http://lexvo.org/id/char/1F33B> a lvont:Character ;
    lvont:represents "🌻"^^xsd:string ;
    rdfs:comment "SUNFLOWER"@en .

<http://lexvo.org/id/char/1F33C> a lvont:Character ;
    lvont:represents "🌼"^^xsd:string ;
    rdfs:comment "BLOSSOM"@en .

<http://lexvo.org/id/char/1F33D> a lvont:Character ;
    lvont:represents "🌽"^^xsd:string ;
    rdfs:comment "EAR OF MAIZE"@en .

<http://lexvo.org/id/char/1F33E> a lvont:Character ;
    lvont:represents "🌾"^^xsd:string ;
    rdfs:comment "EAR OF RICE"@en .

<http://lexvo.org/id/char/1F33F> a lvont:Character ;
    lvont:represents "🌿"^^xsd:string ;
    rdfs:comment "HERB"@en .

<http://lexvo.org/id/char/1F34> a lvont:Character ;
    lvont:represents "ἴ"^^xsd:string ;
    rdfs:comment "GREEK SMALL LETTER IOTA WITH PSILI AND OXIA"@en .

<http://lexvo.org/id/char/1F340> a lvont:Character ;
    lvont:represents "🍀"^^xsd:string ;
    rdfs:comment "FOUR LEAF CLOVER"@en .

<http://lexvo.org/id/char/1F341> a lvont:Character ;
    lvont:represents "🍁"^^xsd:string ;
    rdfs:comment "MAPLE LEAF"@en .

<http://lexvo.org/id/char/1F342> a lvont:Character ;
    lvont:represents "🍂"^^xsd:string ;
    rdfs:comment "FALLEN LEAF"@en .

<http://lexvo.org/id/char/1F343> a lvont:Character ;
    lvont:represents "🍃"^^xsd:string ;
    rdfs:comment "LEAF FLUTTERING IN WIND"@en .

<http://lexvo.org/id/char/1F344> a lvont:Character ;
    lvont:represents "🍄"^^xsd:string ;
    rdfs:comment "MUSHROOM"@en .

<http://lexvo.org/id/char/1F345> a lvont:Character ;
    lvont:represents "🍅"^^xsd:string ;
    rdfs:comment "TOMATO"@en .

<http://lexvo.org/id/char/1F346> a lvont:Character ;
    lvont:represents "🍆"^^xsd:string ;
    rdfs:comment "AUBERGINE"@en .

<http://lexvo.org/id/char/1F347> a lvont:Character ;
    lvont:represents "🍇"^^xsd:string ;
    rdfs:comment "GRAPES"@en .

<http://lexvo.org/id/char/1F348> a lvont:Character ;
    lvont:represents "🍈"^^xsd:string ;
    rdfs:comment "MELON"@en .

<http://lexvo.org/id/char/1F349> a lvont:Character ;
    lvont:represents "🍉"^^xsd:string ;
    rdfs:comment "WATERMELON"@en .

<http://lexvo.org/id/char/1F34A> a lvont:Character ;
    lvont:represents "🍊"^^xsd:string ;
    rdfs:comment "TANGERINE"@en .

<http://lexvo.org/id/char/1F34B> a lvont:Character ;
    lvont:represents "🍋"^^xsd:string ;
    rdfs:comment "LEMON"@en .

<http://lexvo.org/id/char/1F34C> a lvont:Character ;
    lvont:represents "🍌"^^xsd:string ;
    rdfs:comment "BANANA"@en .

<http://lexvo.org/id/char/1F34D> a lvont:Character ;
    lvont:represents "🍍"^^xsd:string ;
    rdfs:comment "PINEAPPLE"@en .

<http://lexvo.org/id/char/1F34E> a lvont:Character ;
    lvont:represents "🍎"^^xsd:string ;
    rdfs:comment "RED APPLE"@en .

<http://lexvo.org/id/char/1F34F> a lvont:Character ;
    lvont:represents "🍏"^^xsd:string ;
    rdfs:comment "GREEN APPLE"@en .

<http://lexvo.org/id/char/1F35> a lvont:Character ;
    lvont:represents "ἵ"^^xsd:string ;
    rdfs:comment "GREEK SMALL LETTER IOTA WITH DASIA AND OXIA"@en .

<http://lexvo.org/id/char/1F350> a lvont:Character ;
    lvont:represents "🍐"^^xsd:string ;
    rdfs:comment "PEAR"@en .

<http://lexvo.org/id/char/1F351> a lvont:Character ;
    lvont:represents "🍑"^^xsd:string ;
    rdfs:comment "PEACH"@en .

<http://lexvo.org/id/char/1F352> a lvont:Character ;
    lvont:represents "🍒"^^xsd:string ;
    rdfs:comment "CHERRIES"@en .

<http://lexvo.org/id/char/1F353> a lvont:Character ;
    lvont:represents "🍓"^^xsd:string ;
    rdfs:comment "STRAWBERRY"@en .

<http://lexvo.org/id/char/1F354> a lvont:Character ;
    lvont:represents "🍔"^^xsd:string ;
    rdfs:comment "HAMBURGER"@en .

<http://lexvo.org/id/char/1F355> a lvont:Character ;
    lvont:represents "🍕"^^xsd:string ;
    rdfs:comment "SLICE OF PIZZA"@en .

<http://lexvo.org/id/char/1F356> a lvont:Character ;
    lvont:represents "🍖"^^xsd:string ;
    rdfs:comment "MEAT ON BONE"@en .

<http://lexvo.org/id/char/1F357> a lvont:Character ;
    lvont:represents "🍗"^^xsd:string ;
    rdfs:comment "POULTRY LEG"@en .

<http://lexvo.org/id/char/1F358> a lvont:Character ;
    lvont:represents "🍘"^^xsd:string ;
    rdfs:comment "RICE CRACKER"@en .

<http://lexvo.org/id/char/1F359> a lvont:Character ;
    lvont:represents "🍙"^^xsd:string ;
    rdfs:comment "RICE BALL"@en .

<http://lexvo.org/id/char/1F35A> a lvont:Character ;
    lvont:represents "🍚"^^xsd:string ;
    rdfs:comment "COOKED RICE"@en .

<http://lexvo.org/id/char/1F35B> a lvont:Character ;
    lvont:represents "🍛"^^xsd:string ;
    rdfs:comment "CURRY AND RICE"@en .

<http://lexvo.org/id/char/1F35C> a lvont:Character ;
    lvont:represents "🍜"^^xsd:string ;
    rdfs:comment "STEAMING BOWL"@en .

<http://lexvo.org/id/char/1F35D> a lvont:Character ;
    lvont:represents "🍝"^^xsd:string ;
    rdfs:comment "SPAGHETTI"@en .

<http://lexvo.org/id/char/1F35E> a lvont:Character ;
    lvont:represents "🍞"^^xsd:string ;
    rdfs:comment "BREAD"@en .

<http://lexvo.org/id/char/1F35F> a lvont:Character ;
    lvont:represents "🍟"^^xsd:string ;
    rdfs:comment "FRENCH FRIES"@en .

<http://lexvo.org/id/char/1F36> a lvont:Character ;
    lvont:represents "ἶ"^^xsd:string ;
    rdfs:comment "GREEK SMALL LETTER IOTA WITH PSILI AND PERISPOMENI"@en .

<http://lexvo.org/id/char/1F360> a lvont:Character ;
    lvont:represents "🍠"^^xsd:string ;
    rdfs:comment "ROASTED SWEET POTATO"@en .

<http://lexvo.org/id/char/1F361> a lvont:Character ;
    lvont:represents "🍡"^^xsd:string ;
    rdfs:comment "DANGO"@en .

<http://lexvo.org/id/char/1F362> a lvont:Character ;
    lvont:represents "🍢"^^xsd:string ;
    rdfs:comment "ODEN"@en .

<http://lexvo.org/id/char/1F363> a lvont:Character ;
    lvont:represents "🍣"^^xsd:string ;
    rdfs:comment "SUSHI"@en .

<http://lexvo.org/id/char/1F364> a lvont:Character ;
    lvont:represents "🍤"^^xsd:string ;
    rdfs:comment "FRIED SHRIMP"@en .

<http://lexvo.org/id/char/1F365> a lvont:Character ;
    lvont:represents "🍥"^^xsd:string ;
    rdfs:comment "FISH CAKE WITH SWIRL DESIGN"@en .

<http://lexvo.org/id/char/1F366> a lvont:Character ;
    lvont:represents "🍦"^^xsd:string ;
    rdfs:comment "SOFT ICE CREAM"@en .

<http://lexvo.org/id/char/1F367> a lvont:Character ;
    lvont:represents "🍧"^^xsd:string ;
    rdfs:comment "SHAVED ICE"@en .

<http://lexvo.org/id/char/1F368> a lvont:Character ;
    lvont:represents "🍨"^^xsd:string ;
    rdfs:comment "ICE CREAM"@en .

<http://lexvo.org/id/char/1F369> a lvont:Character ;
    lvont:represents "🍩"^^xsd:string ;
    rdfs:comment "DOUGHNUT"@en .

<http://lexvo.org/id/char/1F36A> a lvont:Character ;
    lvont:represents "🍪"^^xsd:string ;
    rdfs:comment "COOKIE"@en .

<http://lexvo.org/id/char/1F36B> a lvont:Character ;
    lvont:represents "🍫"^^xsd:string ;
    rdfs:comment "CHOCOLATE BAR"@en .

<http://lexvo.org/id/char/1F36C> a lvont:Character ;
    lvont:represents "🍬"^^xsd:string ;
    rdfs:comment "CANDY"@en .

<http://lexvo.org/id/char/1F36D> a lvont:Character ;
    lvont:represents "🍭"^^xsd:string ;
    rdfs:comment "LOLLIPOP"@en .

<http://lexvo.org/id/char/1F36E> a lvont:Character ;
    lvont:represents "🍮"^^xsd:string ;
    rdfs:comment "CUSTARD"@en .

<http://lexvo.org/id/char/1F36F> a lvont:Character ;
    lvont:represents "🍯"^^xsd:string ;
    rdfs:comment "HONEY POT"@en .

<http://lexvo.org/id/char/1F37> a lvont:Character ;
    lvont:represents "ἷ"^^xsd:string ;
    rdfs:comment "GREEK SMALL LETTER IOTA WITH DASIA AND PERISPOMENI"@en .

<http://lexvo.org/id/char/1F370> a lvont:Character ;
    lvont:represents "🍰"^^xsd:string ;
    rdfs:comment "SHORTCAKE"@en .

<http://lexvo.org/id/char/1F371> a lvont:Character ;
    lvont:represents "🍱"^^xsd:string ;
    rdfs:comment "BENTO BOX"@en .

<http://lexvo.org/id/char/1F372> a lvont:Character ;
    lvont:represents "🍲"^^xsd:string ;
    rdfs:comment "POT OF FOOD"@en .

<http://lexvo.org/id/char/1F373> a lvont:Character ;
    lvont:represents "🍳"^^xsd:string ;
    rdfs:comment "COOKING"@en .

<http://lexvo.org/id/char/1F374> a lvont:Character ;
    lvont:represents "🍴"^^xsd:string ;
    rdfs:comment "FORK AND KNIFE"@en .

<http://lexvo.org/id/char/1F375> a lvont:Character ;
    lvont:represents "🍵"^^xsd:string ;
    rdfs:comment "TEACUP WITHOUT HANDLE"@en .

<http://lexvo.org/id/char/1F376> a lvont:Character ;
    lvont:represents "🍶"^^xsd:string ;
    rdfs:comment "SAKE BOTTLE AND CUP"@en .

<http://lexvo.org/id/char/1F377> a lvont:Character ;
    lvont:represents "🍷"^^xsd:string ;
    rdfs:comment "WINE GLASS"@en .

<http://lexvo.org/id/char/1F378> a lvont:Character ;
    lvont:represents "🍸"^^xsd:string ;
    rdfs:comment "COCKTAIL GLASS"@en .

<http://lexvo.org/id/char/1F379> a lvont:Character ;
    lvont:represents "🍹"^^xsd:string ;
    rdfs:comment "TROPICAL DRINK"@en .

<http://lexvo.org/id/char/1F37A> a lvont:Character ;
    lvont:represents "🍺"^^xsd:string ;
    rdfs:comment "BEER MUG"@en .

<http://lexvo.org/id/char/1F37B> a lvont:Character ;
    lvont:represents "🍻"^^xsd:string ;
    rdfs:comment "CLINKING BEER MUGS"@en .

<http://lexvo.org/id/char/1F37C> a lvont:Character ;
    lvont:represents "🍼"^^xsd:string ;
    rdfs:comment "BABY BOTTLE"@en .

<http://lexvo.org/id/char/1F38> a lvont:Character ;
    lvont:represents "Ἰ"^^xsd:string ;
    rdfs:comment "GREEK CAPITAL LETTER IOTA WITH PSILI"@en .

<http://lexvo.org/id/char/1F380> a lvont:Character ;
    lvont:represents "🎀"^^xsd:string ;
    rdfs:comment "RIBBON"@en .

<http://lexvo.org/id/char/1F381> a lvont:Character ;
    lvont:represents "🎁"^^xsd:string ;
    rdfs:comment "WRAPPED PRESENT"@en .

<http://lexvo.org/id/char/1F382> a lvont:Character ;
    lvont:represents "🎂"^^xsd:string ;
    rdfs:comment "BIRTHDAY CAKE"@en .

<http://lexvo.org/id/char/1F383> a lvont:Character ;
    lvont:represents "🎃"^^xsd:string ;
    rdfs:comment "JACK-O-LANTERN"@en .

<http://lexvo.org/id/char/1F384> a lvont:Character ;
    lvont:represents "🎄"^^xsd:string ;
    rdfs:comment "CHRISTMAS TREE"@en .

<http://lexvo.org/id/char/1F385> a lvont:Character ;
    lvont:represents "🎅"^^xsd:string ;
    rdfs:comment "FATHER CHRISTMAS"@en .

<http://lexvo.org/id/char/1F386> a lvont:Character ;
    lvont:represents "🎆"^^xsd:string ;
    rdfs:comment "FIREWORKS"@en .

<http://lexvo.org/id/char/1F387> a lvont:Character ;
    lvont:represents "🎇"^^xsd:string ;
    rdfs:comment "FIREWORK SPARKLER"@en .

<http://lexvo.org/id/char/1F388> a lvont:Character ;
    lvont:represents "🎈"^^xsd:string ;
    rdfs:comment "BALLOON"@en .

<http://lexvo.org/id/char/1F389> a lvont:Character ;
    lvont:represents "🎉"^^xsd:string ;
    rdfs:comment "PARTY POPPER"@en .

<http://lexvo.org/id/char/1F38A> a lvont:Character ;
    lvont:represents "🎊"^^xsd:string ;
    rdfs:comment "CONFETTI BALL"@en .

<http://lexvo.org/id/char/1F38B> a lvont:Character ;
    lvont:represents "🎋"^^xsd:string ;
    rdfs:comment "TANABATA TREE"@en .

<http://lexvo.org/id/char/1F38C> a lvont:Character ;
    lvont:represents "🎌"^^xsd:string ;
    rdfs:comment "CROSSED FLAGS"@en .

<http://lexvo.org/id/char/1F38D> a lvont:Character ;
    lvont:represents "🎍"^^xsd:string ;
    rdfs:comment "PINE DECORATION"@en .

<http://lexvo.org/id/char/1F38E> a lvont:Character ;
    lvont:represents "🎎"^^xsd:string ;
    rdfs:comment "JAPANESE DOLLS"@en .

<http://lexvo.org/id/char/1F38F> a lvont:Character ;
    lvont:represents "🎏"^^xsd:string ;
    rdfs:comment "CARP STREAMER"@en .

<http://lexvo.org/id/char/1F39> a lvont:Character ;
    lvont:represents "Ἱ"^^xsd:string ;
    rdfs:comment "GREEK CAPITAL LETTER IOTA WITH DASIA"@en .

<http://lexvo.org/id/char/1F390> a lvont:Character ;
    lvont:represents "🎐"^^xsd:string ;
    rdfs:comment "WIND CHIME"@en .

<http://lexvo.org/id/char/1F391> a lvont:Character ;
    lvont:represents "🎑"^^xsd:string ;
    rdfs:comment "MOON VIEWING CEREMONY"@en .

<http://lexvo.org/id/char/1F392> a lvont:Character ;
    lvont:represents "🎒"^^xsd:string ;
    rdfs:comment "SCHOOL SATCHEL"@en .

<http://lexvo.org/id/char/1F393> a lvont:Character ;
    lvont:represents "🎓"^^xsd:string ;
    rdfs:comment "GRADUATION CAP"@en .

<http://lexvo.org/id/char/1F3A> a lvont:Character ;
    lvont:represents "Ἲ"^^xsd:string ;
    rdfs:comment "GREEK CAPITAL LETTER IOTA WITH PSILI AND VARIA"@en .

<http://lexvo.org/id/char/1F3A0> a lvont:Character ;
    lvont:represents "🎠"^^xsd:string ;
    rdfs:comment "CAROUSEL HORSE"@en .

<http://lexvo.org/id/char/1F3A1> a lvont:Character ;
    lvont:represents "🎡"^^xsd:string ;
    rdfs:comment "FERRIS WHEEL"@en .

<http://lexvo.org/id/char/1F3A2> a lvont:Character ;
    lvont:represents "🎢"^^xsd:string ;
    rdfs:comment "ROLLER COASTER"@en .

<http://lexvo.org/id/char/1F3A3> a lvont:Character ;
    lvont:represents "🎣"^^xsd:string ;
    rdfs:comment "FISHING POLE AND FISH"@en .

<http://lexvo.org/id/char/1F3A4> a lvont:Character ;
    lvont:represents "🎤"^^xsd:string ;
    rdfs:comment "MICROPHONE"@en .

<http://lexvo.org/id/char/1F3A5> a lvont:Character ;
    lvont:represents "🎥"^^xsd:string ;
    rdfs:comment "MOVIE CAMERA"@en .

<http://lexvo.org/id/char/1F3A6> a lvont:Character ;
    lvont:represents "🎦"^^xsd:string ;
    rdfs:comment "CINEMA"@en .

<http://lexvo.org/id/char/1F3A7> a lvont:Character ;
    lvont:represents "🎧"^^xsd:string ;
    rdfs:comment "HEADPHONE"@en .

<http://lexvo.org/id/char/1F3A8> a lvont:Character ;
    lvont:represents "🎨"^^xsd:string ;
    rdfs:comment "ARTIST PALETTE"@en .

<http://lexvo.org/id/char/1F3A9> a lvont:Character ;
    lvont:represents "🎩"^^xsd:string ;
    rdfs:comment "TOP HAT"@en .

<http://lexvo.org/id/char/1F3AA> a lvont:Character ;
    lvont:represents "🎪"^^xsd:string ;
    rdfs:comment "CIRCUS TENT"@en .

<http://lexvo.org/id/char/1F3AB> a lvont:Character ;
    lvont:represents "🎫"^^xsd:string ;
    rdfs:comment "TICKET"@en .

<http://lexvo.org/id/char/1F3AC> a lvont:Character ;
    lvont:represents "🎬"^^xsd:string ;
    rdfs:comment "CLAPPER BOARD"@en .

<http://lexvo.org/id/char/1F3AD> a lvont:Character ;
    lvont:represents "🎭"^^xsd:string ;
    rdfs:comment "PERFORMING ARTS"@en .

<http://lexvo.org/id/char/1F3AE> a lvont:Character ;
    lvont:represents "🎮"^^xsd:string ;
    rdfs:comment "VIDEO GAME"@en .

<http://lexvo.org/id/char/1F3AF> a lvont:Character ;
    lvont:represents "🎯"^^xsd:string ;
    rdfs:comment "DIRECT HIT"@en .

<http://lexvo.org/id/char/1F3B> a lvont:Character ;
    lvont:represents "Ἳ"^^xsd:string ;
    rdfs:comment "GREEK CAPITAL LETTER IOTA WITH DASIA AND VARIA"@en .

<http://lexvo.org/id/char/1F3B0> a lvont:Character ;
    lvont:represents "🎰"^^xsd:string ;
    rdfs:comment "SLOT MACHINE"@en .

<http://lexvo.org/id/char/1F3B1> a lvont:Character ;
    lvont:represents "🎱"^^xsd:string ;
    rdfs:comment "BILLIARDS"@en .

<http://lexvo.org/id/char/1F3B2> a lvont:Character ;
    lvont:represents "🎲"^^xsd:string ;
    rdfs:comment "GAME DIE"@en .

<http://lexvo.org/id/char/1F3B3> a lvont:Character ;
    lvont:represents "🎳"^^xsd:string ;
    rdfs:comment "BOWLING"@en .

<http://lexvo.org/id/char/1F3B4> a lvont:Character ;
    lvont:represents "🎴"^^xsd:string ;
    rdfs:comment "FLOWER PLAYING CARDS"@en .

<http://lexvo.org/id/char/1F3B5> a lvont:Character ;
    lvont:represents "🎵"^^xsd:string ;
    rdfs:comment "MUSICAL NOTE"@en .

<http://lexvo.org/id/char/1F3B6> a lvont:Character ;
    lvont:represents "🎶"^^xsd:string ;
    rdfs:comment "MULTIPLE MUSICAL NOTES"@en .

<http://lexvo.org/id/char/1F3B7> a lvont:Character ;
    lvont:represents "🎷"^^xsd:string ;
    rdfs:comment "SAXOPHONE"@en .

<http://lexvo.org/id/char/1F3B8> a lvont:Character ;
    lvont:represents "🎸"^^xsd:string ;
    rdfs:comment "GUITAR"@en .

<http://lexvo.org/id/char/1F3B9> a lvont:Character ;
    lvont:represents "🎹"^^xsd:string ;
    rdfs:comment "MUSICAL KEYBOARD"@en .

<http://lexvo.org/id/char/1F3BA> a lvont:Character ;
    lvont:represents "🎺"^^xsd:string ;
    rdfs:comment "TRUMPET"@en .

<http://lexvo.org/id/char/1F3BB> a lvont:Character ;
    lvont:represents "🎻"^^xsd:string ;
    rdfs:comment "VIOLIN"@en .

<http://lexvo.org/id/char/1F3BC> a lvont:Character ;
    lvont:represents "🎼"^^xsd:string ;
    rdfs:comment "MUSICAL SCORE"@en .

<http://lexvo.org/id/char/1F3BD> a lvont:Character ;
    lvont:represents "🎽"^^xsd:string ;
    rdfs:comment "RUNNING SHIRT WITH SASH"@en .

<http://lexvo.org/id/char/1F3BE> a lvont:Character ;
    lvont:represents "🎾"^^xsd:string ;
    rdfs:comment "TENNIS RACQUET AND BALL"@en .

<http://lexvo.org/id/char/1F3BF> a lvont:Character ;
    lvont:represents "🎿"^^xsd:string ;
    rdfs:comment "SKI AND SKI BOOT"@en .

<http://lexvo.org/id/char/1F3C> a lvont:Character ;
    lvont:represents "Ἴ"^^xsd:string ;
    rdfs:comment "GREEK CAPITAL LETTER IOTA WITH PSILI AND OXIA"@en .

<http://lexvo.org/id/char/1F3C0> a lvont:Character ;
    lvont:represents "🏀"^^xsd:string ;
    rdfs:comment "BASKETBALL AND HOOP"@en .

<http://lexvo.org/id/char/1F3C1> a lvont:Character ;
    lvont:represents "🏁"^^xsd:string ;
    rdfs:comment "CHEQUERED FLAG"@en .

<http://lexvo.org/id/char/1F3C2> a lvont:Character ;
    lvont:represents "🏂"^^xsd:string ;
    rdfs:comment "SNOWBOARDER"@en .

<http://lexvo.org/id/char/1F3C3> a lvont:Character ;
    lvont:represents "🏃"^^xsd:string ;
    rdfs:comment "RUNNER"@en .

<http://lexvo.org/id/char/1F3C4> a lvont:Character ;
    lvont:represents "🏄"^^xsd:string ;
    rdfs:comment "SURFER"@en .

<http://lexvo.org/id/char/1F3C6> a lvont:Character ;
    lvont:represents "🏆"^^xsd:string ;
    rdfs:comment "TROPHY"@en .

<http://lexvo.org/id/char/1F3C7> a lvont:Character ;
    lvont:represents "🏇"^^xsd:string ;
    rdfs:comment "HORSE RACING"@en .

<http://lexvo.org/id/char/1F3C8> a lvont:Character ;
    lvont:represents "🏈"^^xsd:string ;
    rdfs:comment "AMERICAN FOOTBALL"@en .

<http://lexvo.org/id/char/1F3C9> a lvont:Character ;
    lvont:represents "🏉"^^xsd:string ;
    rdfs:comment "RUGBY FOOTBALL"@en .

<http://lexvo.org/id/char/1F3CA> a lvont:Character ;
    lvont:represents "🏊"^^xsd:string ;
    rdfs:comment "SWIMMER"@en .

<http://lexvo.org/id/char/1F3D> a lvont:Character ;
    lvont:represents "Ἵ"^^xsd:string ;
    rdfs:comment "GREEK CAPITAL LETTER IOTA WITH DASIA AND OXIA"@en .

<http://lexvo.org/id/char/1F3E> a lvont:Character ;
    lvont:represents "Ἶ"^^xsd:string ;
    rdfs:comment "GREEK CAPITAL LETTER IOTA WITH PSILI AND PERISPOMENI"@en .

<http://lexvo.org/id/char/1F3E0> a lvont:Character ;
    lvont:represents "🏠"^^xsd:string ;
    rdfs:comment "HOUSE BUILDING"@en .

<http://lexvo.org/id/char/1F3E1> a lvont:Character ;
    lvont:represents "🏡"^^xsd:string ;
    rdfs:comment "HOUSE WITH GARDEN"@en .

<http://lexvo.org/id/char/1F3E2> a lvont:Character ;
    lvont:represents "🏢"^^xsd:string ;
    rdfs:comment "OFFICE BUILDING"@en .

<http://lexvo.org/id/char/1F3E3> a lvont:Character ;
    lvont:represents "🏣"^^xsd:string ;
    rdfs:comment "JAPANESE POST OFFICE"@en .

<http://lexvo.org/id/char/1F3E4> a lvont:Character ;
    lvont:represents "🏤"^^xsd:string ;
    rdfs:comment "EUROPEAN POST OFFICE"@en .

<http://lexvo.org/id/char/1F3E5> a lvont:Character ;
    lvont:represents "🏥"^^xsd:string ;
    rdfs:comment "HOSPITAL"@en .

<http://lexvo.org/id/char/1F3E6> a lvont:Character ;
    lvont:represents "🏦"^^xsd:string ;
    rdfs:comment "BANK"@en .

<http://lexvo.org/id/char/1F3E7> a lvont:Character ;
    lvont:represents "🏧"^^xsd:string ;
    rdfs:comment "AUTOMATED TELLER MACHINE"@en .

<http://lexvo.org/id/char/1F3E8> a lvont:Character ;
    lvont:represents "🏨"^^xsd:string ;
    rdfs:comment "HOTEL"@en .

<http://lexvo.org/id/char/1F3E9> a lvont:Character ;
    lvont:represents "🏩"^^xsd:string ;
    rdfs:comment "LOVE HOTEL"@en .

<http://lexvo.org/id/char/1F3EA> a lvont:Character ;
    lvont:represents "🏪"^^xsd:string ;
    rdfs:comment "CONVENIENCE STORE"@en .

<http://lexvo.org/id/char/1F3EB> a lvont:Character ;
    lvont:represents "🏫"^^xsd:string ;
    rdfs:comment "SCHOOL"@en .

<http://lexvo.org/id/char/1F3EC> a lvont:Character ;
    lvont:represents "🏬"^^xsd:string ;
    rdfs:comment "DEPARTMENT STORE"@en .

<http://lexvo.org/id/char/1F3ED> a lvont:Character ;
    lvont:represents "🏭"^^xsd:string ;
    rdfs:comment "FACTORY"@en .

<http://lexvo.org/id/char/1F3EE> a lvont:Character ;
    lvont:represents "🏮"^^xsd:string ;
    rdfs:comment "IZAKAYA LANTERN"@en .

<http://lexvo.org/id/char/1F3EF> a lvont:Character ;
    lvont:represents "🏯"^^xsd:string ;
    rdfs:comment "JAPANESE CASTLE"@en .

<http://lexvo.org/id/char/1F3F> a lvont:Character ;
    lvont:represents "Ἷ"^^xsd:string ;
    rdfs:comment "GREEK CAPITAL LETTER IOTA WITH DASIA AND PERISPOMENI"@en .

<http://lexvo.org/id/char/1F3F0> a lvont:Character ;
    lvont:represents "🏰"^^xsd:string ;
    rdfs:comment "EUROPEAN CASTLE"@en .

<http://lexvo.org/id/char/1F40> a lvont:Character ;
    lvont:represents "ὀ"^^xsd:string ;
    rdfs:comment "GREEK SMALL LETTER OMICRON WITH PSILI"@en .

<http://lexvo.org/id/char/1F400> a lvont:Character ;
    lvont:represents "🐀"^^xsd:string ;
    rdfs:comment "RAT"@en .

<http://lexvo.org/id/char/1F401> a lvont:Character ;
    lvont:represents "🐁"^^xsd:string ;
    rdfs:comment "MOUSE"@en .

<http://lexvo.org/id/char/1F402> a lvont:Character ;
    lvont:represents "🐂"^^xsd:string ;
    rdfs:comment "OX"@en .

<http://lexvo.org/id/char/1F403> a lvont:Character ;
    lvont:represents "🐃"^^xsd:string ;
    rdfs:comment "WATER BUFFALO"@en .

<http://lexvo.org/id/char/1F404> a lvont:Character ;
    lvont:represents "🐄"^^xsd:string ;
    rdfs:comment "COW"@en .

<http://lexvo.org/id/char/1F405> a lvont:Character ;
    lvont:represents "🐅"^^xsd:string ;
    rdfs:comment "TIGER"@en .

<http://lexvo.org/id/char/1F406> a lvont:Character ;
    lvont:represents "🐆"^^xsd:string ;
    rdfs:comment "LEOPARD"@en .

<http://lexvo.org/id/char/1F407> a lvont:Character ;
    lvont:represents "🐇"^^xsd:string ;
    rdfs:comment "RABBIT"@en .

<http://lexvo.org/id/char/1F408> a lvont:Character ;
    lvont:represents "🐈"^^xsd:string ;
    rdfs:comment "CAT"@en .

<http://lexvo.org/id/char/1F409> a lvont:Character ;
    lvont:represents "🐉"^^xsd:string ;
    rdfs:comment "DRAGON"@en .

<http://lexvo.org/id/char/1F40A> a lvont:Character ;
    lvont:represents "🐊"^^xsd:string ;
    rdfs:comment "CROCODILE"@en .

<http://lexvo.org/id/char/1F40B> a lvont:Character ;
    lvont:represents "🐋"^^xsd:string ;
    rdfs:comment "WHALE"@en .

<http://lexvo.org/id/char/1F40C> a lvont:Character ;
    lvont:represents "🐌"^^xsd:string ;
    rdfs:comment "SNAIL"@en .

<http://lexvo.org/id/char/1F40D> a lvont:Character ;
    lvont:represents "🐍"^^xsd:string ;
    rdfs:comment "SNAKE"@en .

<http://lexvo.org/id/char/1F40E> a lvont:Character ;
    lvont:represents "🐎"^^xsd:string ;
    rdfs:comment "HORSE"@en .

<http://lexvo.org/id/char/1F40F> a lvont:Character ;
    lvont:represents "🐏"^^xsd:string ;
    rdfs:comment "RAM"@en .

<http://lexvo.org/id/char/1F41> a lvont:Character ;
    lvont:represents "ὁ"^^xsd:string ;
    rdfs:comment "GREEK SMALL LETTER OMICRON WITH DASIA"@en .

<http://lexvo.org/id/char/1F410> a lvont:Character ;
    lvont:represents "🐐"^^xsd:string ;
    rdfs:comment "GOAT"@en .

<http://lexvo.org/id/char/1F411> a lvont:Character ;
    lvont:represents "🐑"^^xsd:string ;
    rdfs:comment "SHEEP"@en .

<http://lexvo.org/id/char/1F412> a lvont:Character ;
    lvont:represents "🐒"^^xsd:string ;
    rdfs:comment "MONKEY"@en .

<http://lexvo.org/id/char/1F413> a lvont:Character ;
    lvont:represents "🐓"^^xsd:string ;
    rdfs:comment "ROOSTER"@en .

<http://lexvo.org/id/char/1F414> a lvont:Character ;
    lvont:represents "🐔"^^xsd:string ;
    rdfs:comment "CHICKEN"@en .

<http://lexvo.org/id/char/1F415> a lvont:Character ;
    lvont:represents "🐕"^^xsd:string ;
    rdfs:comment "DOG"@en .

<http://lexvo.org/id/char/1F416> a lvont:Character ;
    lvont:represents "🐖"^^xsd:string ;
    rdfs:comment "PIG"@en .

<http://lexvo.org/id/char/1F417> a lvont:Character ;
    lvont:represents "🐗"^^xsd:string ;
    rdfs:comment "BOAR"@en .

<http://lexvo.org/id/char/1F418> a lvont:Character ;
    lvont:represents "🐘"^^xsd:string ;
    rdfs:comment "ELEPHANT"@en .

<http://lexvo.org/id/char/1F419> a lvont:Character ;
    lvont:represents "🐙"^^xsd:string ;
    rdfs:comment "OCTOPUS"@en .

<http://lexvo.org/id/char/1F41A> a lvont:Character ;
    lvont:represents "🐚"^^xsd:string ;
    rdfs:comment "SPIRAL SHELL"@en .

<http://lexvo.org/id/char/1F41B> a lvont:Character ;
    lvont:represents "🐛"^^xsd:string ;
    rdfs:comment "BUG"@en .

<http://lexvo.org/id/char/1F41C> a lvont:Character ;
    lvont:represents "🐜"^^xsd:string ;
    rdfs:comment "ANT"@en .

<http://lexvo.org/id/char/1F41D> a lvont:Character ;
    lvont:represents "🐝"^^xsd:string ;
    rdfs:comment "HONEYBEE"@en .

<http://lexvo.org/id/char/1F41E> a lvont:Character ;
    lvont:represents "🐞"^^xsd:string ;
    rdfs:comment "LADY BEETLE"@en .

<http://lexvo.org/id/char/1F41F> a lvont:Character ;
    lvont:represents "🐟"^^xsd:string ;
    rdfs:comment "FISH"@en .

<http://lexvo.org/id/char/1F42> a lvont:Character ;
    lvont:represents "ὂ"^^xsd:string ;
    rdfs:comment "GREEK SMALL LETTER OMICRON WITH PSILI AND VARIA"@en .

<http://lexvo.org/id/char/1F420> a lvont:Character ;
    lvont:represents "🐠"^^xsd:string ;
    rdfs:comment "TROPICAL FISH"@en .

<http://lexvo.org/id/char/1F421> a lvont:Character ;
    lvont:represents "🐡"^^xsd:string ;
    rdfs:comment "BLOWFISH"@en .

<http://lexvo.org/id/char/1F422> a lvont:Character ;
    lvont:represents "🐢"^^xsd:string ;
    rdfs:comment "TURTLE"@en .

<http://lexvo.org/id/char/1F423> a lvont:Character ;
    lvont:represents "🐣"^^xsd:string ;
    rdfs:comment "HATCHING CHICK"@en .

<http://lexvo.org/id/char/1F424> a lvont:Character ;
    lvont:represents "🐤"^^xsd:string ;
    rdfs:comment "BABY CHICK"@en .

<http://lexvo.org/id/char/1F425> a lvont:Character ;
    lvont:represents "🐥"^^xsd:string ;
    rdfs:comment "FRONT-FACING BABY CHICK"@en .

<http://lexvo.org/id/char/1F426> a lvont:Character ;
    lvont:represents "🐦"^^xsd:string ;
    rdfs:comment "BIRD"@en .

<http://lexvo.org/id/char/1F427> a lvont:Character ;
    lvont:represents "🐧"^^xsd:string ;
    rdfs:comment "PENGUIN"@en .

<http://lexvo.org/id/char/1F428> a lvont:Character ;
    lvont:represents "🐨"^^xsd:string ;
    rdfs:comment "KOALA"@en .

<http://lexvo.org/id/char/1F429> a lvont:Character ;
    lvont:represents "🐩"^^xsd:string ;
    rdfs:comment "POODLE"@en .

<http://lexvo.org/id/char/1F42A> a lvont:Character ;
    lvont:represents "🐪"^^xsd:string ;
    rdfs:comment "DROMEDARY CAMEL"@en .

<http://lexvo.org/id/char/1F42B> a lvont:Character ;
    lvont:represents "🐫"^^xsd:string ;
    rdfs:comment "BACTRIAN CAMEL"@en .

<http://lexvo.org/id/char/1F42C> a lvont:Character ;
    lvont:represents "🐬"^^xsd:string ;
    rdfs:comment "DOLPHIN"@en .

<http://lexvo.org/id/char/1F42D> a lvont:Character ;
    lvont:represents "🐭"^^xsd:string ;
    rdfs:comment "MOUSE FACE"@en .

<http://lexvo.org/id/char/1F42E> a lvont:Character ;
    lvont:represents "🐮"^^xsd:string ;
    rdfs:comment "COW FACE"@en .

<http://lexvo.org/id/char/1F42F> a lvont:Character ;
    lvont:represents "🐯"^^xsd:string ;
    rdfs:comment "TIGER FACE"@en .

<http://lexvo.org/id/char/1F43> a lvont:Character ;
    lvont:represents "ὃ"^^xsd:string ;
    rdfs:comment "GREEK SMALL LETTER OMICRON WITH DASIA AND VARIA"@en .

<http://lexvo.org/id/char/1F430> a lvont:Character ;
    lvont:represents "🐰"^^xsd:string ;
    rdfs:comment "RABBIT FACE"@en .

<http://lexvo.org/id/char/1F431> a lvont:Character ;
    lvont:represents "🐱"^^xsd:string ;
    rdfs:comment "CAT FACE"@en .

<http://lexvo.org/id/char/1F432> a lvont:Character ;
    lvont:represents "🐲"^^xsd:string ;
    rdfs:comment "DRAGON FACE"@en .

<http://lexvo.org/id/char/1F433> a lvont:Character ;
    lvont:represents "🐳"^^xsd:string ;
    rdfs:comment "SPOUTING WHALE"@en .

<http://lexvo.org/id/char/1F434> a lvont:Character ;
    lvont:represents "🐴"^^xsd:string ;
    rdfs:comment "HORSE FACE"@en .

<http://lexvo.org/id/char/1F435> a lvont:Character ;
    lvont:represents "🐵"^^xsd:string ;
    rdfs:comment "MONKEY FACE"@en .

<http://lexvo.org/id/char/1F436> a lvont:Character ;
    lvont:represents "🐶"^^xsd:string ;
    rdfs:comment "DOG FACE"@en .

<http://lexvo.org/id/char/1F437> a lvont:Character ;
    lvont:represents "🐷"^^xsd:string ;
    rdfs:comment "PIG FACE"@en .

<http://lexvo.org/id/char/1F438> a lvont:Character ;
    lvont:represents "🐸"^^xsd:string ;
    rdfs:comment "FROG FACE"@en .

<http://lexvo.org/id/char/1F439> a lvont:Character ;
    lvont:represents "🐹"^^xsd:string ;
    rdfs:comment "HAMSTER FACE"@en .

<http://lexvo.org/id/char/1F43A> a lvont:Character ;
    lvont:represents "🐺"^^xsd:string ;
    rdfs:comment "WOLF FACE"@en .

<http://lexvo.org/id/char/1F43B> a lvont:Character ;
    lvont:represents "🐻"^^xsd:string ;
    rdfs:comment "BEAR FACE"@en .

<http://lexvo.org/id/char/1F43C> a lvont:Character ;
    lvont:represents "🐼"^^xsd:string ;
    rdfs:comment "PANDA FACE"@en .

<http://lexvo.org/id/char/1F43D> a lvont:Character ;
    lvont:represents "🐽"^^xsd:string ;
    rdfs:comment "PIG NOSE"@en .

<http://lexvo.org/id/char/1F43E> a lvont:Character ;
    lvont:represents "🐾"^^xsd:string ;
    rdfs:comment "PAW PRINTS"@en .

<http://lexvo.org/id/char/1F44> a lvont:Character ;
    lvont:represents "ὄ"^^xsd:string ;
    rdfs:comment "GREEK SMALL LETTER OMICRON WITH PSILI AND OXIA"@en .

<http://lexvo.org/id/char/1F440> a lvont:Character ;
    lvont:represents "👀"^^xsd:string ;
    rdfs:comment "EYES"@en .

<http://lexvo.org/id/char/1F442> a lvont:Character ;
    lvont:represents "👂"^^xsd:string ;
    rdfs:comment "EAR"@en .

<http://lexvo.org/id/char/1F443> a lvont:Character ;
    lvont:represents "👃"^^xsd:string ;
    rdfs:comment "NOSE"@en .

<http://lexvo.org/id/char/1F444> a lvont:Character ;
    lvont:represents "👄"^^xsd:string ;
    rdfs:comment "MOUTH"@en .

<http://lexvo.org/id/char/1F445> a lvont:Character ;
    lvont:represents "👅"^^xsd:string ;
    rdfs:comment "TONGUE"@en .

<http://lexvo.org/id/char/1F446> a lvont:Character ;
    lvont:represents "👆"^^xsd:string ;
    rdfs:comment "WHITE UP POINTING BACKHAND INDEX"@en .

<http://lexvo.org/id/char/1F447> a lvont:Character ;
    lvont:represents "👇"^^xsd:string ;
    rdfs:comment "WHITE DOWN POINTING BACKHAND INDEX"@en .

<http://lexvo.org/id/char/1F448> a lvont:Character ;
    lvont:represents "👈"^^xsd:string ;
    rdfs:comment "WHITE LEFT POINTING BACKHAND INDEX"@en .

<http://lexvo.org/id/char/1F449> a lvont:Character ;
    lvont:represents "👉"^^xsd:string ;
    rdfs:comment "WHITE RIGHT POINTING BACKHAND INDEX"@en .

<http://lexvo.org/id/char/1F44A> a lvont:Character ;
    lvont:represents "👊"^^xsd:string ;
    rdfs:comment "FISTED HAND SIGN"@en .

<http://lexvo.org/id/char/1F44B> a lvont:Character ;
    lvont:represents "👋"^^xsd:string ;
    rdfs:comment "WAVING HAND SIGN"@en .

<http://lexvo.org/id/char/1F44C> a lvont:Character ;
    lvont:represents "👌"^^xsd:string ;
    rdfs:comment "OK HAND SIGN"@en .

<http://lexvo.org/id/char/1F44D> a lvont:Character ;
    lvont:represents "👍"^^xsd:string ;
    rdfs:comment "THUMBS UP SIGN"@en .

<http://lexvo.org/id/char/1F44E> a lvont:Character ;
    lvont:represents "👎"^^xsd:string ;
    rdfs:comment "THUMBS DOWN SIGN"@en .

<http://lexvo.org/id/char/1F44F> a lvont:Character ;
    lvont:represents "👏"^^xsd:string ;
    rdfs:comment "CLAPPING HANDS SIGN"@en .

<http://lexvo.org/id/char/1F45> a lvont:Character ;
    lvont:represents "ὅ"^^xsd:string ;
    rdfs:comment "GREEK SMALL LETTER OMICRON WITH DASIA AND OXIA"@en .

<http://lexvo.org/id/char/1F450> a lvont:Character ;
    lvont:represents "👐"^^xsd:string ;
    rdfs:comment "OPEN HANDS SIGN"@en .

<http://lexvo.org/id/char/1F451> a lvont:Character ;
    lvont:represents "👑"^^xsd:string ;
    rdfs:comment "CROWN"@en .

<http://lexvo.org/id/char/1F452> a lvont:Character ;
    lvont:represents "👒"^^xsd:string ;
    rdfs:comment "WOMANS HAT"@en .

<http://lexvo.org/id/char/1F453> a lvont:Character ;
    lvont:represents "👓"^^xsd:string ;
    rdfs:comment "EYEGLASSES"@en .

<http://lexvo.org/id/char/1F454> a lvont:Character ;
    lvont:represents "👔"^^xsd:string ;
    rdfs:comment "NECKTIE"@en .

<http://lexvo.org/id/char/1F455> a lvont:Character ;
    lvont:represents "👕"^^xsd:string ;
    rdfs:comment "T-SHIRT"@en .

<http://lexvo.org/id/char/1F456> a lvont:Character ;
    lvont:represents "👖"^^xsd:string ;
    rdfs:comment "JEANS"@en .

<http://lexvo.org/id/char/1F457> a lvont:Character ;
    lvont:represents "👗"^^xsd:string ;
    rdfs:comment "DRESS"@en .

<http://lexvo.org/id/char/1F458> a lvont:Character ;
    lvont:represents "👘"^^xsd:string ;
    rdfs:comment "KIMONO"@en .

<http://lexvo.org/id/char/1F459> a lvont:Character ;
    lvont:represents "👙"^^xsd:string ;
    rdfs:comment "BIKINI"@en .

<http://lexvo.org/id/char/1F45A> a lvont:Character ;
    lvont:represents "👚"^^xsd:string ;
    rdfs:comment "WOMANS CLOTHES"@en .

<http://lexvo.org/id/char/1F45B> a lvont:Character ;
    lvont:represents "👛"^^xsd:string ;
    rdfs:comment "PURSE"@en .

<http://lexvo.org/id/char/1F45C> a lvont:Character ;
    lvont:represents "👜"^^xsd:string ;
    rdfs:comment "HANDBAG"@en .

<http://lexvo.org/id/char/1F45D> a lvont:Character ;
    lvont:represents "👝"^^xsd:string ;
    rdfs:comment "POUCH"@en .

<http://lexvo.org/id/char/1F45E> a lvont:Character ;
    lvont:represents "👞"^^xsd:string ;
    rdfs:comment "MANS SHOE"@en .

<http://lexvo.org/id/char/1F45F> a lvont:Character ;
    lvont:represents "👟"^^xsd:string ;
    rdfs:comment "ATHLETIC SHOE"@en .

<http://lexvo.org/id/char/1F460> a lvont:Character ;
    lvont:represents "👠"^^xsd:string ;
    rdfs:comment "HIGH-HEELED SHOE"@en .

<http://lexvo.org/id/char/1F461> a lvont:Character ;
    lvont:represents "👡"^^xsd:string ;
    rdfs:comment "WOMANS SANDAL"@en .

<http://lexvo.org/id/char/1F462> a lvont:Character ;
    lvont:represents "👢"^^xsd:string ;
    rdfs:comment "WOMANS BOOTS"@en .

<http://lexvo.org/id/char/1F463> a lvont:Character ;
    lvont:represents "👣"^^xsd:string ;
    rdfs:comment "FOOTPRINTS"@en .

<http://lexvo.org/id/char/1F464> a lvont:Character ;
    lvont:represents "👤"^^xsd:string ;
    rdfs:comment "BUST IN SILHOUETTE"@en .

<http://lexvo.org/id/char/1F465> a lvont:Character ;
    lvont:represents "👥"^^xsd:string ;
    rdfs:comment "BUSTS IN SILHOUETTE"@en .

<http://lexvo.org/id/char/1F466> a lvont:Character ;
    lvont:represents "👦"^^xsd:string ;
    rdfs:comment "BOY"@en .

<http://lexvo.org/id/char/1F467> a lvont:Character ;
    lvont:represents "👧"^^xsd:string ;
    rdfs:comment "GIRL"@en .

<http://lexvo.org/id/char/1F468> a lvont:Character ;
    lvont:represents "👨"^^xsd:string ;
    rdfs:comment "MAN"@en .

<http://lexvo.org/id/char/1F469> a lvont:Character ;
    lvont:represents "👩"^^xsd:string ;
    rdfs:comment "WOMAN"@en .

<http://lexvo.org/id/char/1F46A> a lvont:Character ;
    lvont:represents "👪"^^xsd:string ;
    rdfs:comment "FAMILY"@en .

<http://lexvo.org/id/char/1F46B> a lvont:Character ;
    lvont:represents "👫"^^xsd:string ;
    rdfs:comment "MAN AND WOMAN HOLDING HANDS"@en .

<http://lexvo.org/id/char/1F46C> a lvont:Character ;
    lvont:represents "👬"^^xsd:string ;
    rdfs:comment "TWO MEN HOLDING HANDS"@en .

<http://lexvo.org/id/char/1F46D> a lvont:Character ;
    lvont:represents "👭"^^xsd:string ;
    rdfs:comment "TWO WOMEN HOLDING HANDS"@en .

<http://lexvo.org/id/char/1F46E> a lvont:Character ;
    lvont:represents "👮"^^xsd:string ;
    rdfs:comment "POLICE OFFICER"@en .

<http://lexvo.org/id/char/1F46F> a lvont:Character ;
    lvont:represents "👯"^^xsd:string ;
    rdfs:comment "WOMAN WITH BUNNY EARS"@en .

<http://lexvo.org/id/char/1F470> a lvont:Character ;
    lvont:represents "👰"^^xsd:string ;
    rdfs:comment "BRIDE WITH VEIL"@en .

<http://lexvo.org/id/char/1F471> a lvont:Character ;
    lvont:represents "👱"^^xsd:string ;
    rdfs:comment "PERSON WITH BLOND HAIR"@en .

<http://lexvo.org/id/char/1F472> a lvont:Character ;
    lvont:represents "👲"^^xsd:string ;
    rdfs:comment "MAN WITH GUA PI MAO"@en .

<http://lexvo.org/id/char/1F473> a lvont:Character ;
    lvont:represents "👳"^^xsd:string ;
    rdfs:comment "MAN WITH TURBAN"@en .

<http://lexvo.org/id/char/1F474> a lvont:Character ;
    lvont:represents "👴"^^xsd:string ;
    rdfs:comment "OLDER MAN"@en .

<http://lexvo.org/id/char/1F475> a lvont:Character ;
    lvont:represents "👵"^^xsd:string ;
    rdfs:comment "OLDER WOMAN"@en .

<http://lexvo.org/id/char/1F476> a lvont:Character ;
    lvont:represents "👶"^^xsd:string ;
    rdfs:comment "BABY"@en .

<http://lexvo.org/id/char/1F477> a lvont:Character ;
    lvont:represents "👷"^^xsd:string ;
    rdfs:comment "CONSTRUCTION WORKER"@en .

<http://lexvo.org/id/char/1F478> a lvont:Character ;
    lvont:represents "👸"^^xsd:string ;
    rdfs:comment "PRINCESS"@en .

<http://lexvo.org/id/char/1F479> a lvont:Character ;
    lvont:represents "👹"^^xsd:string ;
    rdfs:comment "JAPANESE OGRE"@en .

<http://lexvo.org/id/char/1F47A> a lvont:Character ;
    lvont:represents "👺"^^xsd:string ;
    rdfs:comment "JAPANESE GOBLIN"@en .

<http://lexvo.org/id/char/1F47B> a lvont:Character ;
    lvont:represents "👻"^^xsd:string ;
    rdfs:comment "GHOST"@en .

<http://lexvo.org/id/char/1F47C> a lvont:Character ;
    lvont:represents "👼"^^xsd:string ;
    rdfs:comment "BABY ANGEL"@en .

<http://lexvo.org/id/char/1F47D> a lvont:Character ;
    lvont:represents "👽"^^xsd:string ;
    rdfs:comment "EXTRATERRESTRIAL ALIEN"@en .

<http://lexvo.org/id/char/1F47E> a lvont:Character ;
    lvont:represents "👾"^^xsd:string ;
    rdfs:comment "ALIEN MONSTER"@en .

<http://lexvo.org/id/char/1F47F> a lvont:Character ;
    lvont:represents "👿"^^xsd:string ;
    rdfs:comment "IMP"@en .

<http://lexvo.org/id/char/1F48> a lvont:Character ;
    lvont:represents "Ὀ"^^xsd:string ;
    rdfs:comment "GREEK CAPITAL LETTER OMICRON WITH PSILI"@en .

<http://lexvo.org/id/char/1F480> a lvont:Character ;
    lvont:represents "💀"^^xsd:string ;
    rdfs:comment "SKULL"@en .

<http://lexvo.org/id/char/1F481> a lvont:Character ;
    lvont:represents "💁"^^xsd:string ;
    rdfs:comment "INFORMATION DESK PERSON"@en .

<http://lexvo.org/id/char/1F482> a lvont:Character ;
    lvont:represents "💂"^^xsd:string ;
    rdfs:comment "GUARDSMAN"@en .

<http://lexvo.org/id/char/1F483> a lvont:Character ;
    lvont:represents "💃"^^xsd:string ;
    rdfs:comment "DANCER"@en .

<http://lexvo.org/id/char/1F484> a lvont:Character ;
    lvont:represents "💄"^^xsd:string ;
    rdfs:comment "LIPSTICK"@en .

<http://lexvo.org/id/char/1F485> a lvont:Character ;
    lvont:represents "💅"^^xsd:string ;
    rdfs:comment "NAIL POLISH"@en .

<http://lexvo.org/id/char/1F486> a lvont:Character ;
    lvont:represents "💆"^^xsd:string ;
    rdfs:comment "FACE MASSAGE"@en .

<http://lexvo.org/id/char/1F487> a lvont:Character ;
    lvont:represents "💇"^^xsd:string ;
    rdfs:comment "HAIRCUT"@en .

<http://lexvo.org/id/char/1F488> a lvont:Character ;
    lvont:represents "💈"^^xsd:string ;
    rdfs:comment "BARBER POLE"@en .

<http://lexvo.org/id/char/1F489> a lvont:Character ;
    lvont:represents "💉"^^xsd:string ;
    rdfs:comment "SYRINGE"@en .

<http://lexvo.org/id/char/1F48A> a lvont:Character ;
    lvont:represents "💊"^^xsd:string ;
    rdfs:comment "PILL"@en .

<http://lexvo.org/id/char/1F48B> a lvont:Character ;
    lvont:represents "💋"^^xsd:string ;
    rdfs:comment "KISS MARK"@en .

<http://lexvo.org/id/char/1F48C> a lvont:Character ;
    lvont:represents "💌"^^xsd:string ;
    rdfs:comment "LOVE LETTER"@en .

<http://lexvo.org/id/char/1F48D> a lvont:Character ;
    lvont:represents "💍"^^xsd:string ;
    rdfs:comment "RING"@en .

<http://lexvo.org/id/char/1F48E> a lvont:Character ;
    lvont:represents "💎"^^xsd:string ;
    rdfs:comment "GEM STONE"@en .

<http://lexvo.org/id/char/1F48F> a lvont:Character ;
    lvont:represents "💏"^^xsd:string ;
    rdfs:comment "KISS"@en .

<http://lexvo.org/id/char/1F49> a lvont:Character ;
    lvont:represents "Ὁ"^^xsd:string ;
    rdfs:comment "GREEK CAPITAL LETTER OMICRON WITH DASIA"@en .

<http://lexvo.org/id/char/1F490> a lvont:Character ;
    lvont:represents "💐"^^xsd:string ;
    rdfs:comment "BOUQUET"@en .

<http://lexvo.org/id/char/1F491> a lvont:Character ;
    lvont:represents "💑"^^xsd:string ;
    rdfs:comment "COUPLE WITH HEART"@en .

<http://lexvo.org/id/char/1F492> a lvont:Character ;
    lvont:represents "💒"^^xsd:string ;
    rdfs:comment "WEDDING"@en .

<http://lexvo.org/id/char/1F493> a lvont:Character ;
    lvont:represents "💓"^^xsd:string ;
    rdfs:comment "BEATING HEART"@en .

<http://lexvo.org/id/char/1F494> a lvont:Character ;
    lvont:represents "💔"^^xsd:string ;
    rdfs:comment "BROKEN HEART"@en .

<http://lexvo.org/id/char/1F495> a lvont:Character ;
    lvont:represents "💕"^^xsd:string ;
    rdfs:comment "TWO HEARTS"@en .

<http://lexvo.org/id/char/1F496> a lvont:Character ;
    lvont:represents "💖"^^xsd:string ;
    rdfs:comment "SPARKLING HEART"@en .

<http://lexvo.org/id/char/1F497> a lvont:Character ;
    lvont:represents "💗"^^xsd:string ;
    rdfs:comment "GROWING HEART"@en .

<http://lexvo.org/id/char/1F498> a lvont:Character ;
    lvont:represents "💘"^^xsd:string ;
    rdfs:comment "HEART WITH ARROW"@en .

<http://lexvo.org/id/char/1F499> a lvont:Character ;
    lvont:represents "💙"^^xsd:string ;
    rdfs:comment "BLUE HEART"@en .

<http://lexvo.org/id/char/1F49A> a lvont:Character ;
    lvont:represents "💚"^^xsd:string ;
    rdfs:comment "GREEN HEART"@en .

<http://lexvo.org/id/char/1F49B> a lvont:Character ;
    lvont:represents "💛"^^xsd:string ;
    rdfs:comment "YELLOW HEART"@en .

<http://lexvo.org/id/char/1F49C> a lvont:Character ;
    lvont:represents "💜"^^xsd:string ;
    rdfs:comment "PURPLE HEART"@en .

<http://lexvo.org/id/char/1F49D> a lvont:Character ;
    lvont:represents "💝"^^xsd:string ;
    rdfs:comment "HEART WITH RIBBON"@en .

<http://lexvo.org/id/char/1F49E> a lvont:Character ;
    lvont:represents "💞"^^xsd:string ;
    rdfs:comment "REVOLVING HEARTS"@en .

<http://lexvo.org/id/char/1F49F> a lvont:Character ;
    lvont:represents "💟"^^xsd:string ;
    rdfs:comment "HEART DECORATION"@en .

<http://lexvo.org/id/char/1F4A> a lvont:Character ;
    lvont:represents "Ὂ"^^xsd:string ;
    rdfs:comment "GREEK CAPITAL LETTER OMICRON WITH PSILI AND VARIA"@en .

<http://lexvo.org/id/char/1F4A0> a lvont:Character ;
    lvont:represents "💠"^^xsd:string ;
    rdfs:comment "DIAMOND SHAPE WITH A DOT INSIDE"@en .

<http://lexvo.org/id/char/1F4A1> a lvont:Character ;
    lvont:represents "💡"^^xsd:string ;
    rdfs:comment "ELECTRIC LIGHT BULB"@en .

<http://lexvo.org/id/char/1F4A2> a lvont:Character ;
    lvont:represents "💢"^^xsd:string ;
    rdfs:comment "ANGER SYMBOL"@en .

<http://lexvo.org/id/char/1F4A3> a lvont:Character ;
    lvont:represents "💣"^^xsd:string ;
    rdfs:comment "BOMB"@en .

<http://lexvo.org/id/char/1F4A4> a lvont:Character ;
    lvont:represents "💤"^^xsd:string ;
    rdfs:comment "SLEEPING SYMBOL"@en .

<http://lexvo.org/id/char/1F4A5> a lvont:Character ;
    lvont:represents "💥"^^xsd:string ;
    rdfs:comment "COLLISION SYMBOL"@en .

<http://lexvo.org/id/char/1F4A6> a lvont:Character ;
    lvont:represents "💦"^^xsd:string ;
    rdfs:comment "SPLASHING SWEAT SYMBOL"@en .

<http://lexvo.org/id/char/1F4A7> a lvont:Character ;
    lvont:represents "💧"^^xsd:string ;
    rdfs:comment "DROPLET"@en .

<http://lexvo.org/id/char/1F4A8> a lvont:Character ;
    lvont:represents "💨"^^xsd:string ;
    rdfs:comment "DASH SYMBOL"@en .

<http://lexvo.org/id/char/1F4A9> a lvont:Character ;
    lvont:represents "💩"^^xsd:string ;
    rdfs:comment "PILE OF POO"@en .

<http://lexvo.org/id/char/1F4AA> a lvont:Character ;
    lvont:represents "💪"^^xsd:string ;
    rdfs:comment "FLEXED BICEPS"@en .

<http://lexvo.org/id/char/1F4AB> a lvont:Character ;
    lvont:represents "💫"^^xsd:string ;
    rdfs:comment "DIZZY SYMBOL"@en .

<http://lexvo.org/id/char/1F4AC> a lvont:Character ;
    lvont:represents "💬"^^xsd:string ;
    rdfs:comment "SPEECH BALLOON"@en .

<http://lexvo.org/id/char/1F4AD> a lvont:Character ;
    lvont:represents "💭"^^xsd:string ;
    rdfs:comment "THOUGHT BALLOON"@en .

<http://lexvo.org/id/char/1F4AE> a lvont:Character ;
    lvont:represents "💮"^^xsd:string ;
    rdfs:comment "WHITE FLOWER"@en .

<http://lexvo.org/id/char/1F4AF> a lvont:Character ;
    lvont:represents "💯"^^xsd:string ;
    rdfs:comment "HUNDRED POINTS SYMBOL"@en .

<http://lexvo.org/id/char/1F4B> a lvont:Character ;
    lvont:represents "Ὃ"^^xsd:string ;
    rdfs:comment "GREEK CAPITAL LETTER OMICRON WITH DASIA AND VARIA"@en .

<http://lexvo.org/id/char/1F4B0> a lvont:Character ;
    lvont:represents "💰"^^xsd:string ;
    rdfs:comment "MONEY BAG"@en .

<http://lexvo.org/id/char/1F4B1> a lvont:Character ;
    lvont:represents "💱"^^xsd:string ;
    rdfs:comment "CURRENCY EXCHANGE"@en .

<http://lexvo.org/id/char/1F4B2> a lvont:Character ;
    lvont:represents "💲"^^xsd:string ;
    rdfs:comment "HEAVY DOLLAR SIGN"@en .

<http://lexvo.org/id/char/1F4B3> a lvont:Character ;
    lvont:represents "💳"^^xsd:string ;
    rdfs:comment "CREDIT CARD"@en .

<http://lexvo.org/id/char/1F4B4> a lvont:Character ;
    lvont:represents "💴"^^xsd:string ;
    rdfs:comment "BANKNOTE WITH YEN SIGN"@en .

<http://lexvo.org/id/char/1F4B5> a lvont:Character ;
    lvont:represents "💵"^^xsd:string ;
    rdfs:comment "BANKNOTE WITH DOLLAR SIGN"@en .

<http://lexvo.org/id/char/1F4B6> a lvont:Character ;
    lvont:represents "💶"^^xsd:string ;
    rdfs:comment "BANKNOTE WITH EURO SIGN"@en .

<http://lexvo.org/id/char/1F4B7> a lvont:Character ;
    lvont:represents "💷"^^xsd:string ;
    rdfs:comment "BANKNOTE WITH POUND SIGN"@en .

<http://lexvo.org/id/char/1F4B8> a lvont:Character ;
    lvont:represents "💸"^^xsd:string ;
    rdfs:comment "MONEY WITH WINGS"@en .

<http://lexvo.org/id/char/1F4B9> a lvont:Character ;
    lvont:represents "💹"^^xsd:string ;
    rdfs:comment "CHART WITH UPWARDS TREND AND YEN SIGN"@en .

<http://lexvo.org/id/char/1F4BA> a lvont:Character ;
    lvont:represents "💺"^^xsd:string ;
    rdfs:comment "SEAT"@en .

<http://lexvo.org/id/char/1F4BB> a lvont:Character ;
    lvont:represents "💻"^^xsd:string ;
    rdfs:comment "PERSONAL COMPUTER"@en .

<http://lexvo.org/id/char/1F4BC> a lvont:Character ;
    lvont:represents "💼"^^xsd:string ;
    rdfs:comment "BRIEFCASE"@en .

<http://lexvo.org/id/char/1F4BD> a lvont:Character ;
    lvont:represents "💽"^^xsd:string ;
    rdfs:comment "MINIDISC"@en .

<http://lexvo.org/id/char/1F4BE> a lvont:Character ;
    lvont:represents "💾"^^xsd:string ;
    rdfs:comment "FLOPPY DISK"@en .

<http://lexvo.org/id/char/1F4BF> a lvont:Character ;
    lvont:represents "💿"^^xsd:string ;
    rdfs:comment "OPTICAL DISC"@en .

<http://lexvo.org/id/char/1F4C> a lvont:Character ;
    lvont:represents "Ὄ"^^xsd:string ;
    rdfs:comment "GREEK CAPITAL LETTER OMICRON WITH PSILI AND OXIA"@en .

<http://lexvo.org/id/char/1F4C0> a lvont:Character ;
    lvont:represents "📀"^^xsd:string ;
    rdfs:comment "DVD"@en .

<http://lexvo.org/id/char/1F4C1> a lvont:Character ;
    lvont:represents "📁"^^xsd:string ;
    rdfs:comment "FILE FOLDER"@en .

<http://lexvo.org/id/char/1F4C2> a lvont:Character ;
    lvont:represents "📂"^^xsd:string ;
    rdfs:comment "OPEN FILE FOLDER"@en .

<http://lexvo.org/id/char/1F4C3> a lvont:Character ;
    lvont:represents "📃"^^xsd:string ;
    rdfs:comment "PAGE WITH CURL"@en .

<http://lexvo.org/id/char/1F4C4> a lvont:Character ;
    lvont:represents "📄"^^xsd:string ;
    rdfs:comment "PAGE FACING UP"@en .

<http://lexvo.org/id/char/1F4C5> a lvont:Character ;
    lvont:represents "📅"^^xsd:string ;
    rdfs:comment "CALENDAR"@en .

<http://lexvo.org/id/char/1F4C6> a lvont:Character ;
    lvont:represents "📆"^^xsd:string ;
    rdfs:comment "TEAR-OFF CALENDAR"@en .

<http://lexvo.org/id/char/1F4C7> a lvont:Character ;
    lvont:represents "📇"^^xsd:string ;
    rdfs:comment "CARD INDEX"@en .

<http://lexvo.org/id/char/1F4C8> a lvont:Character ;
    lvont:represents "📈"^^xsd:string ;
    rdfs:comment "CHART WITH UPWARDS TREND"@en .

<http://lexvo.org/id/char/1F4C9> a lvont:Character ;
    lvont:represents "📉"^^xsd:string ;
    rdfs:comment "CHART WITH DOWNWARDS TREND"@en .

<http://lexvo.org/id/char/1F4CA> a lvont:Character ;
    lvont:represents "📊"^^xsd:string ;
    rdfs:comment "BAR CHART"@en .

<http://lexvo.org/id/char/1F4CB> a lvont:Character ;
    lvont:represents "📋"^^xsd:string ;
    rdfs:comment "CLIPBOARD"@en .

<http://lexvo.org/id/char/1F4CC> a lvont:Character ;
    lvont:represents "📌"^^xsd:string ;
    rdfs:comment "PUSHPIN"@en .

<http://lexvo.org/id/char/1F4CD> a lvont:Character ;
    lvont:represents "📍"^^xsd:string ;
    rdfs:comment "ROUND PUSHPIN"@en .

<http://lexvo.org/id/char/1F4CE> a lvont:Character ;
    lvont:represents "📎"^^xsd:string ;
    rdfs:comment "PAPERCLIP"@en .

<http://lexvo.org/id/char/1F4CF> a lvont:Character ;
    lvont:represents "📏"^^xsd:string ;
    rdfs:comment "STRAIGHT RULER"@en .

<http://lexvo.org/id/char/1F4D> a lvont:Character ;
    lvont:represents "Ὅ"^^xsd:string ;
    rdfs:comment "GREEK CAPITAL LETTER OMICRON WITH DASIA AND OXIA"@en .

<http://lexvo.org/id/char/1F4D0> a lvont:Character ;
    lvont:represents "📐"^^xsd:string ;
    rdfs:comment "TRIANGULAR RULER"@en .

<http://lexvo.org/id/char/1F4D1> a lvont:Character ;
    lvont:represents "📑"^^xsd:string ;
    rdfs:comment "BOOKMARK TABS"@en .

<http://lexvo.org/id/char/1F4D2> a lvont:Character ;
    lvont:represents "📒"^^xsd:string ;
    rdfs:comment "LEDGER"@en .

<http://lexvo.org/id/char/1F4D3> a lvont:Character ;
    lvont:represents "📓"^^xsd:string ;
    rdfs:comment "NOTEBOOK"@en .

<http://lexvo.org/id/char/1F4D4> a lvont:Character ;
    lvont:represents "📔"^^xsd:string ;
    rdfs:comment "NOTEBOOK WITH DECORATIVE COVER"@en .

<http://lexvo.org/id/char/1F4D5> a lvont:Character ;
    lvont:represents "📕"^^xsd:string ;
    rdfs:comment "CLOSED BOOK"@en .

<http://lexvo.org/id/char/1F4D6> a lvont:Character ;
    lvont:represents "📖"^^xsd:string ;
    rdfs:comment "OPEN BOOK"@en .

<http://lexvo.org/id/char/1F4D7> a lvont:Character ;
    lvont:represents "📗"^^xsd:string ;
    rdfs:comment "GREEN BOOK"@en .

<http://lexvo.org/id/char/1F4D8> a lvont:Character ;
    lvont:represents "📘"^^xsd:string ;
    rdfs:comment "BLUE BOOK"@en .

<http://lexvo.org/id/char/1F4D9> a lvont:Character ;
    lvont:represents "📙"^^xsd:string ;
    rdfs:comment "ORANGE BOOK"@en .

<http://lexvo.org/id/char/1F4DA> a lvont:Character ;
    lvont:represents "📚"^^xsd:string ;
    rdfs:comment "BOOKS"@en .

<http://lexvo.org/id/char/1F4DB> a lvont:Character ;
    lvont:represents "📛"^^xsd:string ;
    rdfs:comment "NAME BADGE"@en .

<http://lexvo.org/id/char/1F4DC> a lvont:Character ;
    lvont:represents "📜"^^xsd:string ;
    rdfs:comment "SCROLL"@en .

<http://lexvo.org/id/char/1F4DD> a lvont:Character ;
    lvont:represents "📝"^^xsd:string ;
    rdfs:comment "MEMO"@en .

<http://lexvo.org/id/char/1F4DE> a lvont:Character ;
    lvont:represents "📞"^^xsd:string ;
    rdfs:comment "TELEPHONE RECEIVER"@en .

<http://lexvo.org/id/char/1F4DF> a lvont:Character ;
    lvont:represents "📟"^^xsd:string ;
    rdfs:comment "PAGER"@en .

<http://lexvo.org/id/char/1F4E0> a lvont:Character ;
    lvont:represents "📠"^^xsd:string ;
    rdfs:comment "FAX MACHINE"@en .

<http://lexvo.org/id/char/1F4E1> a lvont:Character ;
    lvont:represents "📡"^^xsd:string ;
    rdfs:comment "SATELLITE ANTENNA"@en .

<http://lexvo.org/id/char/1F4E2> a lvont:Character ;
    lvont:represents "📢"^^xsd:string ;
    rdfs:comment "PUBLIC ADDRESS LOUDSPEAKER"@en .

<http://lexvo.org/id/char/1F4E3> a lvont:Character ;
    lvont:represents "📣"^^xsd:string ;
    rdfs:comment "CHEERING MEGAPHONE"@en .

<http://lexvo.org/id/char/1F4E4> a lvont:Character ;
    lvont:represents "📤"^^xsd:string ;
    rdfs:comment "OUTBOX TRAY"@en .

<http://lexvo.org/id/char/1F4E5> a lvont:Character ;
    lvont:represents "📥"^^xsd:string ;
    rdfs:comment "INBOX TRAY"@en .

<http://lexvo.org/id/char/1F4E6> a lvont:Character ;
    lvont:represents "📦"^^xsd:string ;
    rdfs:comment "PACKAGE"@en .

<http://lexvo.org/id/char/1F4E7> a lvont:Character ;
    lvont:represents "📧"^^xsd:string ;
    rdfs:comment "E-MAIL SYMBOL"@en .

<http://lexvo.org/id/char/1F4E8> a lvont:Character ;
    lvont:represents "📨"^^xsd:string ;
    rdfs:comment "INCOMING ENVELOPE"@en .

<http://lexvo.org/id/char/1F4E9> a lvont:Character ;
    lvont:represents "📩"^^xsd:string ;
    rdfs:comment "ENVELOPE WITH DOWNWARDS ARROW ABOVE"@en .

<http://lexvo.org/id/char/1F4EA> a lvont:Character ;
    lvont:represents "📪"^^xsd:string ;
    rdfs:comment "CLOSED MAILBOX WITH LOWERED FLAG"@en .

<http://lexvo.org/id/char/1F4EB> a lvont:Character ;
    lvont:represents "📫"^^xsd:string ;
    rdfs:comment "CLOSED MAILBOX WITH RAISED FLAG"@en .

<http://lexvo.org/id/char/1F4EC> a lvont:Character ;
    lvont:represents "📬"^^xsd:string ;
    rdfs:comment "OPEN MAILBOX WITH RAISED FLAG"@en .

<http://lexvo.org/id/char/1F4ED> a lvont:Character ;
    lvont:represents "📭"^^xsd:string ;
    rdfs:comment "OPEN MAILBOX WITH LOWERED FLAG"@en .

<http://lexvo.org/id/char/1F4EE> a lvont:Character ;
    lvont:represents "📮"^^xsd:string ;
    rdfs:comment "POSTBOX"@en .

<http://lexvo.org/id/char/1F4EF> a lvont:Character ;
    lvont:represents "📯"^^xsd:string ;
    rdfs:comment "POSTAL HORN"@en .

<http://lexvo.org/id/char/1F4F0> a lvont:Character ;
    lvont:represents "📰"^^xsd:string ;
    rdfs:comment "NEWSPAPER"@en .

<http://lexvo.org/id/char/1F4F1> a lvont:Character ;
    lvont:represents "📱"^^xsd:string ;
    rdfs:comment "MOBILE PHONE"@en .

<http://lexvo.org/id/char/1F4F2> a lvont:Character ;
    lvont:represents "📲"^^xsd:string ;
    rdfs:comment "MOBILE PHONE WITH RIGHTWARDS ARROW AT LEFT"@en .

<http://lexvo.org/id/char/1F4F3> a lvont:Character ;
    lvont:represents "📳"^^xsd:string ;
    rdfs:comment "VIBRATION MODE"@en .

<http://lexvo.org/id/char/1F4F4> a lvont:Character ;
    lvont:represents "📴"^^xsd:string ;
    rdfs:comment "MOBILE PHONE OFF"@en .

<http://lexvo.org/id/char/1F4F5> a lvont:Character ;
    lvont:represents "📵"^^xsd:string ;
    rdfs:comment "NO MOBILE PHONES"@en .

<http://lexvo.org/id/char/1F4F6> a lvont:Character ;
    lvont:represents "📶"^^xsd:string ;
    rdfs:comment "ANTENNA WITH BARS"@en .

<http://lexvo.org/id/char/1F4F7> a lvont:Character ;
    lvont:represents "📷"^^xsd:string ;
    rdfs:comment "CAMERA"@en .

<http://lexvo.org/id/char/1F4F9> a lvont:Character ;
    lvont:represents "📹"^^xsd:string ;
    rdfs:comment "VIDEO CAMERA"@en .

<http://lexvo.org/id/char/1F4FA> a lvont:Character ;
    lvont:represents "📺"^^xsd:string ;
    rdfs:comment "TELEVISION"@en .

<http://lexvo.org/id/char/1F4FB> a lvont:Character ;
    lvont:represents "📻"^^xsd:string ;
    rdfs:comment "RADIO"@en .

<http://lexvo.org/id/char/1F4FC> a lvont:Character ;
    lvont:represents "📼"^^xsd:string ;
    rdfs:comment "VIDEOCASSETTE"@en .

<http://lexvo.org/id/char/1F50> a lvont:Character ;
    lvont:represents "ὐ"^^xsd:string ;
    rdfs:comment "GREEK SMALL LETTER UPSILON WITH PSILI"@en .

<http://lexvo.org/id/char/1F500> a lvont:Character ;
    lvont:represents "🔀"^^xsd:string ;
    rdfs:comment "TWISTED RIGHTWARDS ARROWS"@en .

<http://lexvo.org/id/char/1F501> a lvont:Character ;
    lvont:represents "🔁"^^xsd:string ;
    rdfs:comment "CLOCKWISE RIGHTWARDS AND LEFTWARDS OPEN CIRCLE ARROWS"@en .

<http://lexvo.org/id/char/1F502> a lvont:Character ;
    lvont:represents "🔂"^^xsd:string ;
    rdfs:comment "CLOCKWISE RIGHTWARDS AND LEFTWARDS OPEN CIRCLE ARROWS WITH CIRCLED ONE OVERLAY"@en .

<http://lexvo.org/id/char/1F503> a lvont:Character ;
    lvont:represents "🔃"^^xsd:string ;
    rdfs:comment "CLOCKWISE DOWNWARDS AND UPWARDS OPEN CIRCLE ARROWS"@en .

<http://lexvo.org/id/char/1F504> a lvont:Character ;
    lvont:represents "🔄"^^xsd:string ;
    rdfs:comment "ANTICLOCKWISE DOWNWARDS AND UPWARDS OPEN CIRCLE ARROWS"@en .

<http://lexvo.org/id/char/1F505> a lvont:Character ;
    lvont:represents "🔅"^^xsd:string ;
    rdfs:comment "LOW BRIGHTNESS SYMBOL"@en .

<http://lexvo.org/id/char/1F506> a lvont:Character ;
    lvont:represents "🔆"^^xsd:string ;
    rdfs:comment "HIGH BRIGHTNESS SYMBOL"@en .

<http://lexvo.org/id/char/1F507> a lvont:Character ;
    lvont:represents "🔇"^^xsd:string ;
    rdfs:comment "SPEAKER WITH CANCELLATION STROKE"@en .

<http://lexvo.org/id/char/1F508> a lvont:Character ;
    lvont:represents "🔈"^^xsd:string ;
    rdfs:comment "SPEAKER"@en .

<http://lexvo.org/id/char/1F509> a lvont:Character ;
    lvont:represents "🔉"^^xsd:string ;
    rdfs:comment "SPEAKER WITH ONE SOUND WAVE"@en .

<http://lexvo.org/id/char/1F50A> a lvont:Character ;
    lvont:represents "🔊"^^xsd:string ;
    rdfs:comment "SPEAKER WITH THREE SOUND WAVES"@en .

<http://lexvo.org/id/char/1F50B> a lvont:Character ;
    lvont:represents "🔋"^^xsd:string ;
    rdfs:comment "BATTERY"@en .

<http://lexvo.org/id/char/1F50C> a lvont:Character ;
    lvont:represents "🔌"^^xsd:string ;
    rdfs:comment "ELECTRIC PLUG"@en .

<http://lexvo.org/id/char/1F50D> a lvont:Character ;
    lvont:represents "🔍"^^xsd:string ;
    rdfs:comment "LEFT-POINTING MAGNIFYING GLASS"@en .

<http://lexvo.org/id/char/1F50E> a lvont:Character ;
    lvont:represents "🔎"^^xsd:string ;
    rdfs:comment "RIGHT-POINTING MAGNIFYING GLASS"@en .

<http://lexvo.org/id/char/1F50F> a lvont:Character ;
    lvont:represents "🔏"^^xsd:string ;
    rdfs:comment "LOCK WITH INK PEN"@en .

<http://lexvo.org/id/char/1F51> a lvont:Character ;
    lvont:represents "ὑ"^^xsd:string ;
    rdfs:comment "GREEK SMALL LETTER UPSILON WITH DASIA"@en .

<http://lexvo.org/id/char/1F510> a lvont:Character ;
    lvont:represents "🔐"^^xsd:string ;
    rdfs:comment "CLOSED LOCK WITH KEY"@en .

<http://lexvo.org/id/char/1F511> a lvont:Character ;
    lvont:represents "🔑"^^xsd:string ;
    rdfs:comment "KEY"@en .

<http://lexvo.org/id/char/1F512> a lvont:Character ;
    lvont:represents "🔒"^^xsd:string ;
    rdfs:comment "LOCK"@en .

<http://lexvo.org/id/char/1F513> a lvont:Character ;
    lvont:represents "🔓"^^xsd:string ;
    rdfs:comment "OPEN LOCK"@en .

<http://lexvo.org/id/char/1F514> a lvont:Character ;
    lvont:represents "🔔"^^xsd:string ;
    rdfs:comment "BELL"@en .

<http://lexvo.org/id/char/1F515> a lvont:Character ;
    lvont:represents "🔕"^^xsd:string ;
    rdfs:comment "BELL WITH CANCELLATION STROKE"@en .

<http://lexvo.org/id/char/1F516> a lvont:Character ;
    lvont:represents "🔖"^^xsd:string ;
    rdfs:comment "BOOKMARK"@en .

<http://lexvo.org/id/char/1F517> a lvont:Character ;
    lvont:represents "🔗"^^xsd:string ;
    rdfs:comment "LINK SYMBOL"@en .

<http://lexvo.org/id/char/1F518> a lvont:Character ;
    lvont:represents "🔘"^^xsd:string ;
    rdfs:comment "RADIO BUTTON"@en .

<http://lexvo.org/id/char/1F519> a lvont:Character ;
    lvont:represents "🔙"^^xsd:string ;
    rdfs:comment "BACK WITH LEFTWARDS ARROW ABOVE"@en .

<http://lexvo.org/id/char/1F51A> a lvont:Character ;
    lvont:represents "🔚"^^xsd:string ;
    rdfs:comment "END WITH LEFTWARDS ARROW ABOVE"@en .

<http://lexvo.org/id/char/1F51B> a lvont:Character ;
    lvont:represents "🔛"^^xsd:string ;
    rdfs:comment "ON WITH EXCLAMATION MARK WITH LEFT RIGHT ARROW ABOVE"@en .

<http://lexvo.org/id/char/1F51C> a lvont:Character ;
    lvont:represents "🔜"^^xsd:string ;
    rdfs:comment "SOON WITH RIGHTWARDS ARROW ABOVE"@en .

<http://lexvo.org/id/char/1F51D> a lvont:Character ;
    lvont:represents "🔝"^^xsd:string ;
    rdfs:comment "TOP WITH UPWARDS ARROW ABOVE"@en .

<http://lexvo.org/id/char/1F51E> a lvont:Character ;
    lvont:represents "🔞"^^xsd:string ;
    rdfs:comment "NO ONE UNDER EIGHTEEN SYMBOL"@en .

<http://lexvo.org/id/char/1F51F> a lvont:Character ;
    lvont:represents "🔟"^^xsd:string ;
    rdfs:comment "KEYCAP TEN"@en .

<http://lexvo.org/id/char/1F52> a lvont:Character ;
    lvont:represents "ὒ"^^xsd:string ;
    rdfs:comment "GREEK SMALL LETTER UPSILON WITH PSILI AND VARIA"@en .

<http://lexvo.org/id/char/1F520> a lvont:Character ;
    lvont:represents "🔠"^^xsd:string ;
    rdfs:comment "INPUT SYMBOL FOR LATIN CAPITAL LETTERS"@en .

<http://lexvo.org/id/char/1F521> a lvont:Character ;
    lvont:represents "🔡"^^xsd:string ;
    rdfs:comment "INPUT SYMBOL FOR LATIN SMALL LETTERS"@en .

<http://lexvo.org/id/char/1F522> a lvont:Character ;
    lvont:represents "🔢"^^xsd:string ;
    rdfs:comment "INPUT SYMBOL FOR NUMBERS"@en .

<http://lexvo.org/id/char/1F523> a lvont:Character ;
    lvont:represents "🔣"^^xsd:string ;
    rdfs:comment "INPUT SYMBOL FOR SYMBOLS"@en .

<http://lexvo.org/id/char/1F524> a lvont:Character ;
    lvont:represents "🔤"^^xsd:string ;
    rdfs:comment "INPUT SYMBOL FOR LATIN LETTERS"@en .

<http://lexvo.org/id/char/1F525> a lvont:Character ;
    lvont:represents "🔥"^^xsd:string ;
    rdfs:comment "FIRE"@en .

<http://lexvo.org/id/char/1F526> a lvont:Character ;
    lvont:represents "🔦"^^xsd:string ;
    rdfs:comment "ELECTRIC TORCH"@en .

<http://lexvo.org/id/char/1F527> a lvont:Character ;
    lvont:represents "🔧"^^xsd:string ;
    rdfs:comment "WRENCH"@en .

<http://lexvo.org/id/char/1F528> a lvont:Character ;
    lvont:represents "🔨"^^xsd:string ;
    rdfs:comment "HAMMER"@en .

<http://lexvo.org/id/char/1F529> a lvont:Character ;
    lvont:represents "🔩"^^xsd:string ;
    rdfs:comment "NUT AND BOLT"@en .

<http://lexvo.org/id/char/1F52A> a lvont:Character ;
    lvont:represents "🔪"^^xsd:string ;
    rdfs:comment "HOCHO"@en .

<http://lexvo.org/id/char/1F52B> a lvont:Character ;
    lvont:represents "🔫"^^xsd:string ;
    rdfs:comment "PISTOL"@en .

<http://lexvo.org/id/char/1F52C> a lvont:Character ;
    lvont:represents "🔬"^^xsd:string ;
    rdfs:comment "MICROSCOPE"@en .

<http://lexvo.org/id/char/1F52D> a lvont:Character ;
    lvont:represents "🔭"^^xsd:string ;
    rdfs:comment "TELESCOPE"@en .

<http://lexvo.org/id/char/1F52E> a lvont:Character ;
    lvont:represents "🔮"^^xsd:string ;
    rdfs:comment "CRYSTAL BALL"@en .

<http://lexvo.org/id/char/1F52F> a lvont:Character ;
    lvont:represents "🔯"^^xsd:string ;
    rdfs:comment "SIX POINTED STAR WITH MIDDLE DOT"@en .

<http://lexvo.org/id/char/1F53> a lvont:Character ;
    lvont:represents "ὓ"^^xsd:string ;
    rdfs:comment "GREEK SMALL LETTER UPSILON WITH DASIA AND VARIA"@en .

<http://lexvo.org/id/char/1F530> a lvont:Character ;
    lvont:represents "🔰"^^xsd:string ;
    rdfs:comment "JAPANESE SYMBOL FOR BEGINNER"@en .

<http://lexvo.org/id/char/1F531> a lvont:Character ;
    lvont:represents "🔱"^^xsd:string ;
    rdfs:comment "TRIDENT EMBLEM"@en .

<http://lexvo.org/id/char/1F532> a lvont:Character ;
    lvont:represents "🔲"^^xsd:string ;
    rdfs:comment "BLACK SQUARE BUTTON"@en .

<http://lexvo.org/id/char/1F533> a lvont:Character ;
    lvont:represents "🔳"^^xsd:string ;
    rdfs:comment "WHITE SQUARE BUTTON"@en .

<http://lexvo.org/id/char/1F534> a lvont:Character ;
    lvont:represents "🔴"^^xsd:string ;
    rdfs:comment "LARGE RED CIRCLE"@en .

<http://lexvo.org/id/char/1F535> a lvont:Character ;
    lvont:represents "🔵"^^xsd:string ;
    rdfs:comment "LARGE BLUE CIRCLE"@en .

<http://lexvo.org/id/char/1F536> a lvont:Character ;
    lvont:represents "🔶"^^xsd:string ;
    rdfs:comment "LARGE ORANGE DIAMOND"@en .

<http://lexvo.org/id/char/1F537> a lvont:Character ;
    lvont:represents "🔷"^^xsd:string ;
    rdfs:comment "LARGE BLUE DIAMOND"@en .

<http://lexvo.org/id/char/1F538> a lvont:Character ;
    lvont:represents "🔸"^^xsd:string ;
    rdfs:comment "SMALL ORANGE DIAMOND"@en .

<http://lexvo.org/id/char/1F539> a lvont:Character ;
    lvont:represents "🔹"^^xsd:string ;
    rdfs:comment "SMALL BLUE DIAMOND"@en .

<http://lexvo.org/id/char/1F53A> a lvont:Character ;
    lvont:represents "🔺"^^xsd:string ;
    rdfs:comment "UP-POINTING RED TRIANGLE"@en .

<http://lexvo.org/id/char/1F53B> a lvont:Character ;
    lvont:represents "🔻"^^xsd:string ;
    rdfs:comment "DOWN-POINTING RED TRIANGLE"@en .

<http://lexvo.org/id/char/1F53C> a lvont:Character ;
    lvont:represents "🔼"^^xsd:string ;
    rdfs:comment "UP-POINTING SMALL RED TRIANGLE"@en .

<http://lexvo.org/id/char/1F53D> a lvont:Character ;
    lvont:represents "🔽"^^xsd:string ;
    rdfs:comment "DOWN-POINTING SMALL RED TRIANGLE"@en .

<http://lexvo.org/id/char/1F54> a lvont:Character ;
    lvont:represents "ὔ"^^xsd:string ;
    rdfs:comment "GREEK SMALL LETTER UPSILON WITH PSILI AND OXIA"@en .

<http://lexvo.org/id/char/1F540> a lvont:Character ;
    lvont:represents "🕀"^^xsd:string ;
    rdfs:comment "CIRCLED CROSS POMMEE"@en .

<http://lexvo.org/id/char/1F541> a lvont:Character ;
    lvont:represents "🕁"^^xsd:string ;
    rdfs:comment "CROSS POMMEE WITH HALF-CIRCLE BELOW"@en .

<http://lexvo.org/id/char/1F542> a lvont:Character ;
    lvont:represents "🕂"^^xsd:string ;
    rdfs:comment "CROSS POMMEE"@en .

<http://lexvo.org/id/char/1F543> a lvont:Character ;
    lvont:represents "🕃"^^xsd:string ;
    rdfs:comment "NOTCHED LEFT SEMICIRCLE WITH THREE DOTS"@en .

<http://lexvo.org/id/char/1F55> a lvont:Character ;
    lvont:represents "ὕ"^^xsd:string ;
    rdfs:comment "GREEK SMALL LETTER UPSILON WITH DASIA AND OXIA"@en .

<http://lexvo.org/id/char/1F550> a lvont:Character ;
    lvont:represents "🕐"^^xsd:string ;
    rdfs:comment "CLOCK FACE ONE OCLOCK"@en .

<http://lexvo.org/id/char/1F551> a lvont:Character ;
    lvont:represents "🕑"^^xsd:string ;
    rdfs:comment "CLOCK FACE TWO OCLOCK"@en .

<http://lexvo.org/id/char/1F552> a lvont:Character ;
    lvont:represents "🕒"^^xsd:string ;
    rdfs:comment "CLOCK FACE THREE OCLOCK"@en .

<http://lexvo.org/id/char/1F553> a lvont:Character ;
    lvont:represents "🕓"^^xsd:string ;
    rdfs:comment "CLOCK FACE FOUR OCLOCK"@en .

<http://lexvo.org/id/char/1F554> a lvont:Character ;
    lvont:represents "🕔"^^xsd:string ;
    rdfs:comment "CLOCK FACE FIVE OCLOCK"@en .

<http://lexvo.org/id/char/1F555> a lvont:Character ;
    lvont:represents "🕕"^^xsd:string ;
    rdfs:comment "CLOCK FACE SIX OCLOCK"@en .

<http://lexvo.org/id/char/1F556> a lvont:Character ;
    lvont:represents "🕖"^^xsd:string ;
    rdfs:comment "CLOCK FACE SEVEN OCLOCK"@en .

<http://lexvo.org/id/char/1F557> a lvont:Character ;
    lvont:represents "🕗"^^xsd:string ;
    rdfs:comment "CLOCK FACE EIGHT OCLOCK"@en .

<http://lexvo.org/id/char/1F558> a lvont:Character ;
    lvont:represents "🕘"^^xsd:string ;
    rdfs:comment "CLOCK FACE NINE OCLOCK"@en .

<http://lexvo.org/id/char/1F559> a lvont:Character ;
    lvont:represents "🕙"^^xsd:string ;
    rdfs:comment "CLOCK FACE TEN OCLOCK"@en .

<http://lexvo.org/id/char/1F55A> a lvont:Character ;
    lvont:represents "🕚"^^xsd:string ;
    rdfs:comment "CLOCK FACE ELEVEN OCLOCK"@en .

<http://lexvo.org/id/char/1F55B> a lvont:Character ;
    lvont:represents "🕛"^^xsd:string ;
    rdfs:comment "CLOCK FACE TWELVE OCLOCK"@en .

<http://lexvo.org/id/char/1F55C> a lvont:Character ;
    lvont:represents "🕜"^^xsd:string ;
    rdfs:comment "CLOCK FACE ONE-THIRTY"@en .

<http://lexvo.org/id/char/1F55D> a lvont:Character ;
    lvont:represents "🕝"^^xsd:string ;
    rdfs:comment "CLOCK FACE TWO-THIRTY"@en .

<http://lexvo.org/id/char/1F55E> a lvont:Character ;
    lvont:represents "🕞"^^xsd:string ;
    rdfs:comment "CLOCK FACE THREE-THIRTY"@en .

<http://lexvo.org/id/char/1F55F> a lvont:Character ;
    lvont:represents "🕟"^^xsd:string ;
    rdfs:comment "CLOCK FACE FOUR-THIRTY"@en .

<http://lexvo.org/id/char/1F56> a lvont:Character ;
    lvont:represents "ὖ"^^xsd:string ;
    rdfs:comment "GREEK SMALL LETTER UPSILON WITH PSILI AND PERISPOMENI"@en .

<http://lexvo.org/id/char/1F560> a lvont:Character ;
    lvont:represents "🕠"^^xsd:string ;
    rdfs:comment "CLOCK FACE FIVE-THIRTY"@en .

<http://lexvo.org/id/char/1F561> a lvont:Character ;
    lvont:represents "🕡"^^xsd:string ;
    rdfs:comment "CLOCK FACE SIX-THIRTY"@en .

<http://lexvo.org/id/char/1F562> a lvont:Character ;
    lvont:represents "🕢"^^xsd:string ;
    rdfs:comment "CLOCK FACE SEVEN-THIRTY"@en .

<http://lexvo.org/id/char/1F563> a lvont:Character ;
    lvont:represents "🕣"^^xsd:string ;
    rdfs:comment "CLOCK FACE EIGHT-THIRTY"@en .

<http://lexvo.org/id/char/1F564> a lvont:Character ;
    lvont:represents "🕤"^^xsd:string ;
    rdfs:comment "CLOCK FACE NINE-THIRTY"@en .

<http://lexvo.org/id/char/1F565> a lvont:Character ;
    lvont:represents "🕥"^^xsd:string ;
    rdfs:comment "CLOCK FACE TEN-THIRTY"@en .

<http://lexvo.org/id/char/1F566> a lvont:Character ;
    lvont:represents "🕦"^^xsd:string ;
    rdfs:comment "CLOCK FACE ELEVEN-THIRTY"@en .

<http://lexvo.org/id/char/1F567> a lvont:Character ;
    lvont:represents "🕧"^^xsd:string ;
    rdfs:comment "CLOCK FACE TWELVE-THIRTY"@en .

<http://lexvo.org/id/char/1F57> a lvont:Character ;
    lvont:represents "ὗ"^^xsd:string ;
    rdfs:comment "GREEK SMALL LETTER UPSILON WITH DASIA AND PERISPOMENI"@en .

<http://lexvo.org/id/char/1F59> a lvont:Character ;
    lvont:represents "Ὑ"^^xsd:string ;
    rdfs:comment "GREEK CAPITAL LETTER UPSILON WITH DASIA"@en .

<http://lexvo.org/id/char/1F5B> a lvont:Character ;
    lvont:represents "Ὓ"^^xsd:string ;
    rdfs:comment "GREEK CAPITAL LETTER UPSILON WITH DASIA AND VARIA"@en .

<http://lexvo.org/id/char/1F5D> a lvont:Character ;
    lvont:represents "Ὕ"^^xsd:string ;
    rdfs:comment "GREEK CAPITAL LETTER UPSILON WITH DASIA AND OXIA"@en .

<http://lexvo.org/id/char/1F5F> a lvont:Character ;
    lvont:represents "Ὗ"^^xsd:string ;
    rdfs:comment "GREEK CAPITAL LETTER UPSILON WITH DASIA AND PERISPOMENI"@en .

<http://lexvo.org/id/char/1F5FB> a lvont:Character ;
    lvont:represents "🗻"^^xsd:string ;
    rdfs:comment "MOUNT FUJI"@en .

<http://lexvo.org/id/char/1F5FC> a lvont:Character ;
    lvont:represents "🗼"^^xsd:string ;
    rdfs:comment "TOKYO TOWER"@en .

<http://lexvo.org/id/char/1F5FD> a lvont:Character ;
    lvont:represents "🗽"^^xsd:string ;
    rdfs:comment "STATUE OF LIBERTY"@en .

<http://lexvo.org/id/char/1F5FE> a lvont:Character ;
    lvont:represents "🗾"^^xsd:string ;
    rdfs:comment "SILHOUETTE OF JAPAN"@en .

<http://lexvo.org/id/char/1F5FF> a lvont:Character ;
    lvont:represents "🗿"^^xsd:string ;
    rdfs:comment "MOYAI"@en .

<http://lexvo.org/id/char/1F60> a lvont:Character ;
    lvont:represents "ὠ"^^xsd:string ;
    rdfs:comment "GREEK SMALL LETTER OMEGA WITH PSILI"@en .

<http://lexvo.org/id/char/1F600> a lvont:Character ;
    lvont:represents "😀"^^xsd:string ;
    rdfs:comment "GRINNING FACE"@en .

<http://lexvo.org/id/char/1F601> a lvont:Character ;
    lvont:represents "😁"^^xsd:string ;
    rdfs:comment "GRINNING FACE WITH SMILING EYES"@en .

<http://lexvo.org/id/char/1F602> a lvont:Character ;
    lvont:represents "😂"^^xsd:string ;
    rdfs:comment "FACE WITH TEARS OF JOY"@en .

<http://lexvo.org/id/char/1F603> a lvont:Character ;
    lvont:represents "😃"^^xsd:string ;
    rdfs:comment "SMILING FACE WITH OPEN MOUTH"@en .

<http://lexvo.org/id/char/1F604> a lvont:Character ;
    lvont:represents "😄"^^xsd:string ;
    rdfs:comment "SMILING FACE WITH OPEN MOUTH AND SMILING EYES"@en .

<http://lexvo.org/id/char/1F605> a lvont:Character ;
    lvont:represents "😅"^^xsd:string ;
    rdfs:comment "SMILING FACE WITH OPEN MOUTH AND COLD SWEAT"@en .

<http://lexvo.org/id/char/1F606> a lvont:Character ;
    lvont:represents "😆"^^xsd:string ;
    rdfs:comment "SMILING FACE WITH OPEN MOUTH AND TIGHTLY-CLOSED EYES"@en .

<http://lexvo.org/id/char/1F607> a lvont:Character ;
    lvont:represents "😇"^^xsd:string ;
    rdfs:comment "SMILING FACE WITH HALO"@en .

<http://lexvo.org/id/char/1F608> a lvont:Character ;
    lvont:represents "😈"^^xsd:string ;
    rdfs:comment "SMILING FACE WITH HORNS"@en .

<http://lexvo.org/id/char/1F609> a lvont:Character ;
    lvont:represents "😉"^^xsd:string ;
    rdfs:comment "WINKING FACE"@en .

<http://lexvo.org/id/char/1F60A> a lvont:Character ;
    lvont:represents "😊"^^xsd:string ;
    rdfs:comment "SMILING FACE WITH SMILING EYES"@en .

<http://lexvo.org/id/char/1F60B> a lvont:Character ;
    lvont:represents "😋"^^xsd:string ;
    rdfs:comment "FACE SAVOURING DELICIOUS FOOD"@en .

<http://lexvo.org/id/char/1F60C> a lvont:Character ;
    lvont:represents "😌"^^xsd:string ;
    rdfs:comment "RELIEVED FACE"@en .

<http://lexvo.org/id/char/1F60D> a lvont:Character ;
    lvont:represents "😍"^^xsd:string ;
    rdfs:comment "SMILING FACE WITH HEART-SHAPED EYES"@en .

<http://lexvo.org/id/char/1F60E> a lvont:Character ;
    lvont:represents "😎"^^xsd:string ;
    rdfs:comment "SMILING FACE WITH SUNGLASSES"@en .

<http://lexvo.org/id/char/1F60F> a lvont:Character ;
    lvont:represents "😏"^^xsd:string ;
    rdfs:comment "SMIRKING FACE"@en .

<http://lexvo.org/id/char/1F61> a lvont:Character ;
    lvont:represents "ὡ"^^xsd:string ;
    rdfs:comment "GREEK SMALL LETTER OMEGA WITH DASIA"@en .

<http://lexvo.org/id/char/1F610> a lvont:Character ;
    lvont:represents "😐"^^xsd:string ;
    rdfs:comment "NEUTRAL FACE"@en .

<http://lexvo.org/id/char/1F611> a lvont:Character ;
    lvont:represents "😑"^^xsd:string ;
    rdfs:comment "EXPRESSIONLESS FACE"@en .

<http://lexvo.org/id/char/1F612> a lvont:Character ;
    lvont:represents "😒"^^xsd:string ;
    rdfs:comment "UNAMUSED FACE"@en .

<http://lexvo.org/id/char/1F613> a lvont:Character ;
    lvont:represents "😓"^^xsd:string ;
    rdfs:comment "FACE WITH COLD SWEAT"@en .

<http://lexvo.org/id/char/1F614> a lvont:Character ;
    lvont:represents "😔"^^xsd:string ;
    rdfs:comment "PENSIVE FACE"@en .

<http://lexvo.org/id/char/1F615> a lvont:Character ;
    lvont:represents "😕"^^xsd:string ;
    rdfs:comment "CONFUSED FACE"@en .

<http://lexvo.org/id/char/1F616> a lvont:Character ;
    lvont:represents "😖"^^xsd:string ;
    rdfs:comment "CONFOUNDED FACE"@en .

<http://lexvo.org/id/char/1F617> a lvont:Character ;
    lvont:represents "😗"^^xsd:string ;
    rdfs:comment "KISSING FACE"@en .

<http://lexvo.org/id/char/1F618> a lvont:Character ;
    lvont:represents "😘"^^xsd:string ;
    rdfs:comment "FACE THROWING A KISS"@en .

<http://lexvo.org/id/char/1F619> a lvont:Character ;
    lvont:represents "😙"^^xsd:string ;
    rdfs:comment "KISSING FACE WITH SMILING EYES"@en .

<http://lexvo.org/id/char/1F61A> a lvont:Character ;
    lvont:represents "😚"^^xsd:string ;
    rdfs:comment "KISSING FACE WITH CLOSED EYES"@en .

<http://lexvo.org/id/char/1F61B> a lvont:Character ;
    lvont:represents "😛"^^xsd:string ;
    rdfs:comment "FACE WITH STUCK-OUT TONGUE"@en .

<http://lexvo.org/id/char/1F61C> a lvont:Character ;
    lvont:represents "😜"^^xsd:string ;
    rdfs:comment "FACE WITH STUCK-OUT TONGUE AND WINKING EYE"@en .

<http://lexvo.org/id/char/1F61D> a lvont:Character ;
    lvont:represents "😝"^^xsd:string ;
    rdfs:comment "FACE WITH STUCK-OUT TONGUE AND TIGHTLY-CLOSED EYES"@en .

<http://lexvo.org/id/char/1F61E> a lvont:Character ;
    lvont:represents "😞"^^xsd:string ;
    rdfs:comment "DISAPPOINTED FACE"@en .

<http://lexvo.org/id/char/1F61F> a lvont:Character ;
    lvont:represents "😟"^^xsd:string ;
    rdfs:comment "WORRIED FACE"@en .

<http://lexvo.org/id/char/1F62> a lvont:Character ;
    lvont:represents "ὢ"^^xsd:string ;
    rdfs:comment "GREEK SMALL LETTER OMEGA WITH PSILI AND VARIA"@en .

<http://lexvo.org/id/char/1F620> a lvont:Character ;
    lvont:represents "😠"^^xsd:string ;
    rdfs:comment "ANGRY FACE"@en .

<http://lexvo.org/id/char/1F621> a lvont:Character ;
    lvont:represents "😡"^^xsd:string ;
    rdfs:comment "POUTING FACE"@en .

<http://lexvo.org/id/char/1F622> a lvont:Character ;
    lvont:represents "😢"^^xsd:string ;
    rdfs:comment "CRYING FACE"@en .

<http://lexvo.org/id/char/1F623> a lvont:Character ;
    lvont:represents "😣"^^xsd:string ;
    rdfs:comment "PERSEVERING FACE"@en .

<http://lexvo.org/id/char/1F624> a lvont:Character ;
    lvont:represents "😤"^^xsd:string ;
    rdfs:comment "FACE WITH LOOK OF TRIUMPH"@en .

<http://lexvo.org/id/char/1F625> a lvont:Character ;
    lvont:represents "😥"^^xsd:string ;
    rdfs:comment "DISAPPOINTED BUT RELIEVED FACE"@en .

<http://lexvo.org/id/char/1F626> a lvont:Character ;
    lvont:represents "😦"^^xsd:string ;
    rdfs:comment "FROWNING FACE WITH OPEN MOUTH"@en .

<http://lexvo.org/id/char/1F627> a lvont:Character ;
    lvont:represents "😧"^^xsd:string ;
    rdfs:comment "ANGUISHED FACE"@en .

<http://lexvo.org/id/char/1F628> a lvont:Character ;
    lvont:represents "😨"^^xsd:string ;
    rdfs:comment "FEARFUL FACE"@en .

<http://lexvo.org/id/char/1F629> a lvont:Character ;
    lvont:represents "😩"^^xsd:string ;
    rdfs:comment "WEARY FACE"@en .

<http://lexvo.org/id/char/1F62A> a lvont:Character ;
    lvont:represents "😪"^^xsd:string ;
    rdfs:comment "SLEEPY FACE"@en .

<http://lexvo.org/id/char/1F62B> a lvont:Character ;
    lvont:represents "😫"^^xsd:string ;
    rdfs:comment "TIRED FACE"@en .

<http://lexvo.org/id/char/1F62C> a lvont:Character ;
    lvont:represents "😬"^^xsd:string ;
    rdfs:comment "GRIMACING FACE"@en .

<http://lexvo.org/id/char/1F62D> a lvont:Character ;
    lvont:represents "😭"^^xsd:string ;
    rdfs:comment "LOUDLY CRYING FACE"@en .

<http://lexvo.org/id/char/1F62E> a lvont:Character ;
    lvont:represents "😮"^^xsd:string ;
    rdfs:comment "FACE WITH OPEN MOUTH"@en .

<http://lexvo.org/id/char/1F62F> a lvont:Character ;
    lvont:represents "😯"^^xsd:string ;
    rdfs:comment "HUSHED FACE"@en .

<http://lexvo.org/id/char/1F63> a lvont:Character ;
    lvont:represents "ὣ"^^xsd:string ;
    rdfs:comment "GREEK SMALL LETTER OMEGA WITH DASIA AND VARIA"@en .

<http://lexvo.org/id/char/1F630> a lvont:Character ;
    lvont:represents "😰"^^xsd:string ;
    rdfs:comment "FACE WITH OPEN MOUTH AND COLD SWEAT"@en .

<http://lexvo.org/id/char/1F631> a lvont:Character ;
    lvont:represents "😱"^^xsd:string ;
    rdfs:comment "FACE SCREAMING IN FEAR"@en .

<http://lexvo.org/id/char/1F632> a lvont:Character ;
    lvont:represents "😲"^^xsd:string ;
    rdfs:comment "ASTONISHED FACE"@en .

<http://lexvo.org/id/char/1F633> a lvont:Character ;
    lvont:represents "😳"^^xsd:string ;
    rdfs:comment "FLUSHED FACE"@en .

<http://lexvo.org/id/char/1F634> a lvont:Character ;
    lvont:represents "😴"^^xsd:string ;
    rdfs:comment "SLEEPING FACE"@en .

<http://lexvo.org/id/char/1F635> a lvont:Character ;
    lvont:represents "😵"^^xsd:string ;
    rdfs:comment "DIZZY FACE"@en .

<http://lexvo.org/id/char/1F636> a lvont:Character ;
    lvont:represents "😶"^^xsd:string ;
    rdfs:comment "FACE WITHOUT MOUTH"@en .

<http://lexvo.org/id/char/1F637> a lvont:Character ;
    lvont:represents "😷"^^xsd:string ;
    rdfs:comment "FACE WITH MEDICAL MASK"@en .

<http://lexvo.org/id/char/1F638> a lvont:Character ;
    lvont:represents "😸"^^xsd:string ;
    rdfs:comment "GRINNING CAT FACE WITH SMILING EYES"@en .

<http://lexvo.org/id/char/1F639> a lvont:Character ;
    lvont:represents "😹"^^xsd:string ;
    rdfs:comment "CAT FACE WITH TEARS OF JOY"@en .

<http://lexvo.org/id/char/1F63A> a lvont:Character ;
    lvont:represents "😺"^^xsd:string ;
    rdfs:comment "SMILING CAT FACE WITH OPEN MOUTH"@en .

<http://lexvo.org/id/char/1F63B> a lvont:Character ;
    lvont:represents "😻"^^xsd:string ;
    rdfs:comment "SMILING CAT FACE WITH HEART-SHAPED EYES"@en .

<http://lexvo.org/id/char/1F63C> a lvont:Character ;
    lvont:represents "😼"^^xsd:string ;
    rdfs:comment "CAT FACE WITH WRY SMILE"@en .

<http://lexvo.org/id/char/1F63D> a lvont:Character ;
    lvont:represents "😽"^^xsd:string ;
    rdfs:comment "KISSING CAT FACE WITH CLOSED EYES"@en .

<http://lexvo.org/id/char/1F63E> a lvont:Character ;
    lvont:represents "😾"^^xsd:string ;
    rdfs:comment "POUTING CAT FACE"@en .

<http://lexvo.org/id/char/1F63F> a lvont:Character ;
    lvont:represents "😿"^^xsd:string ;
    rdfs:comment "CRYING CAT FACE"@en .

<http://lexvo.org/id/char/1F64> a lvont:Character ;
    lvont:represents "ὤ"^^xsd:string ;
    rdfs:comment "GREEK SMALL LETTER OMEGA WITH PSILI AND OXIA"@en .

<http://lexvo.org/id/char/1F640> a lvont:Character ;
    lvont:represents "🙀"^^xsd:string ;
    rdfs:comment "WEARY CAT FACE"@en .

<http://lexvo.org/id/char/1F645> a lvont:Character ;
    lvont:represents "🙅"^^xsd:string ;
    rdfs:comment "FACE WITH NO GOOD GESTURE"@en .

<http://lexvo.org/id/char/1F646> a lvont:Character ;
    lvont:represents "🙆"^^xsd:string ;
    rdfs:comment "FACE WITH OK GESTURE"@en .

<http://lexvo.org/id/char/1F647> a lvont:Character ;
    lvont:represents "🙇"^^xsd:string ;
    rdfs:comment "PERSON BOWING DEEPLY"@en .

<http://lexvo.org/id/char/1F648> a lvont:Character ;
    lvont:represents "🙈"^^xsd:string ;
    rdfs:comment "SEE-NO-EVIL MONKEY"@en .

<http://lexvo.org/id/char/1F649> a lvont:Character ;
    lvont:represents "🙉"^^xsd:string ;
    rdfs:comment "HEAR-NO-EVIL MONKEY"@en .

<http://lexvo.org/id/char/1F64A> a lvont:Character ;
    lvont:represents "🙊"^^xsd:string ;
    rdfs:comment "SPEAK-NO-EVIL MONKEY"@en .

<http://lexvo.org/id/char/1F64B> a lvont:Character ;
    lvont:represents "🙋"^^xsd:string ;
    rdfs:comment "HAPPY PERSON RAISING ONE HAND"@en .

<http://lexvo.org/id/char/1F64C> a lvont:Character ;
    lvont:represents "🙌"^^xsd:string ;
    rdfs:comment "PERSON RAISING BOTH HANDS IN CELEBRATION"@en .

<http://lexvo.org/id/char/1F64D> a lvont:Character ;
    lvont:represents "🙍"^^xsd:string ;
    rdfs:comment "PERSON FROWNING"@en .

<http://lexvo.org/id/char/1F64E> a lvont:Character ;
    lvont:represents "🙎"^^xsd:string ;
    rdfs:comment "PERSON WITH POUTING FACE"@en .

<http://lexvo.org/id/char/1F64F> a lvont:Character ;
    lvont:represents "🙏"^^xsd:string ;
    rdfs:comment "PERSON WITH FOLDED HANDS"@en .

<http://lexvo.org/id/char/1F65> a lvont:Character ;
    lvont:represents "ὥ"^^xsd:string ;
    rdfs:comment "GREEK SMALL LETTER OMEGA WITH DASIA AND OXIA"@en .

<http://lexvo.org/id/char/1F66> a lvont:Character ;
    lvont:represents "ὦ"^^xsd:string ;
    rdfs:comment "GREEK SMALL LETTER OMEGA WITH PSILI AND PERISPOMENI"@en .

<http://lexvo.org/id/char/1F67> a lvont:Character ;
    lvont:represents "ὧ"^^xsd:string ;
    rdfs:comment "GREEK SMALL LETTER OMEGA WITH DASIA AND PERISPOMENI"@en .

<http://lexvo.org/id/char/1F68> a lvont:Character ;
    lvont:represents "Ὠ"^^xsd:string ;
    rdfs:comment "GREEK CAPITAL LETTER OMEGA WITH PSILI"@en .

<http://lexvo.org/id/char/1F680> a lvont:Character ;
    lvont:represents "🚀"^^xsd:string ;
    rdfs:comment "ROCKET"@en .

<http://lexvo.org/id/char/1F681> a lvont:Character ;
    lvont:represents "🚁"^^xsd:string ;
    rdfs:comment "HELICOPTER"@en .

<http://lexvo.org/id/char/1F682> a lvont:Character ;
    lvont:represents "🚂"^^xsd:string ;
    rdfs:comment "STEAM LOCOMOTIVE"@en .

<http://lexvo.org/id/char/1F683> a lvont:Character ;
    lvont:represents "🚃"^^xsd:string ;
    rdfs:comment "RAILWAY CAR"@en .

<http://lexvo.org/id/char/1F684> a lvont:Character ;
    lvont:represents "🚄"^^xsd:string ;
    rdfs:comment "HIGH-SPEED TRAIN"@en .

<http://lexvo.org/id/char/1F685> a lvont:Character ;
    lvont:represents "🚅"^^xsd:string ;
    rdfs:comment "HIGH-SPEED TRAIN WITH BULLET NOSE"@en .

<http://lexvo.org/id/char/1F686> a lvont:Character ;
    lvont:represents "🚆"^^xsd:string ;
    rdfs:comment "TRAIN"@en .

<http://lexvo.org/id/char/1F687> a lvont:Character ;
    lvont:represents "🚇"^^xsd:string ;
    rdfs:comment "METRO"@en .

<http://lexvo.org/id/char/1F688> a lvont:Character ;
    lvont:represents "🚈"^^xsd:string ;
    rdfs:comment "LIGHT RAIL"@en .

<http://lexvo.org/id/char/1F689> a lvont:Character ;
    lvont:represents "🚉"^^xsd:string ;
    rdfs:comment "STATION"@en .

<http://lexvo.org/id/char/1F68A> a lvont:Character ;
    lvont:represents "🚊"^^xsd:string ;
    rdfs:comment "TRAM"@en .

<http://lexvo.org/id/char/1F68B> a lvont:Character ;
    lvont:represents "🚋"^^xsd:string ;
    rdfs:comment "TRAM CAR"@en .

<http://lexvo.org/id/char/1F68C> a lvont:Character ;
    lvont:represents "🚌"^^xsd:string ;
    rdfs:comment "BUS"@en .

<http://lexvo.org/id/char/1F68D> a lvont:Character ;
    lvont:represents "🚍"^^xsd:string ;
    rdfs:comment "ONCOMING BUS"@en .

<http://lexvo.org/id/char/1F68E> a lvont:Character ;
    lvont:represents "🚎"^^xsd:string ;
    rdfs:comment "TROLLEYBUS"@en .

<http://lexvo.org/id/char/1F68F> a lvont:Character ;
    lvont:represents "🚏"^^xsd:string ;
    rdfs:comment "BUS STOP"@en .

<http://lexvo.org/id/char/1F69> a lvont:Character ;
    lvont:represents "Ὡ"^^xsd:string ;
    rdfs:comment "GREEK CAPITAL LETTER OMEGA WITH DASIA"@en .

<http://lexvo.org/id/char/1F690> a lvont:Character ;
    lvont:represents "🚐"^^xsd:string ;
    rdfs:comment "MINIBUS"@en .

<http://lexvo.org/id/char/1F691> a lvont:Character ;
    lvont:represents "🚑"^^xsd:string ;
    rdfs:comment "AMBULANCE"@en .

<http://lexvo.org/id/char/1F692> a lvont:Character ;
    lvont:represents "🚒"^^xsd:string ;
    rdfs:comment "FIRE ENGINE"@en .

<http://lexvo.org/id/char/1F693> a lvont:Character ;
    lvont:represents "🚓"^^xsd:string ;
    rdfs:comment "POLICE CAR"@en .

<http://lexvo.org/id/char/1F694> a lvont:Character ;
    lvont:represents "🚔"^^xsd:string ;
    rdfs:comment "ONCOMING POLICE CAR"@en .

<http://lexvo.org/id/char/1F695> a lvont:Character ;
    lvont:represents "🚕"^^xsd:string ;
    rdfs:comment "TAXI"@en .

<http://lexvo.org/id/char/1F696> a lvont:Character ;
    lvont:represents "🚖"^^xsd:string ;
    rdfs:comment "ONCOMING TAXI"@en .

<http://lexvo.org/id/char/1F697> a lvont:Character ;
    lvont:represents "🚗"^^xsd:string ;
    rdfs:comment "AUTOMOBILE"@en .

<http://lexvo.org/id/char/1F698> a lvont:Character ;
    lvont:represents "🚘"^^xsd:string ;
    rdfs:comment "ONCOMING AUTOMOBILE"@en .

<http://lexvo.org/id/char/1F699> a lvont:Character ;
    lvont:represents "🚙"^^xsd:string ;
    rdfs:comment "RECREATIONAL VEHICLE"@en .

<http://lexvo.org/id/char/1F69A> a lvont:Character ;
    lvont:represents "🚚"^^xsd:string ;
    rdfs:comment "DELIVERY TRUCK"@en .

<http://lexvo.org/id/char/1F69B> a lvont:Character ;
    lvont:represents "🚛"^^xsd:string ;
    rdfs:comment "ARTICULATED LORRY"@en .

<http://lexvo.org/id/char/1F69C> a lvont:Character ;
    lvont:represents "🚜"^^xsd:string ;
    rdfs:comment "TRACTOR"@en .

<http://lexvo.org/id/char/1F69D> a lvont:Character ;
    lvont:represents "🚝"^^xsd:string ;
    rdfs:comment "MONORAIL"@en .

<http://lexvo.org/id/char/1F69E> a lvont:Character ;
    lvont:represents "🚞"^^xsd:string ;
    rdfs:comment "MOUNTAIN RAILWAY"@en .

<http://lexvo.org/id/char/1F69F> a lvont:Character ;
    lvont:represents "🚟"^^xsd:string ;
    rdfs:comment "SUSPENSION RAILWAY"@en .

<http://lexvo.org/id/char/1F6A> a lvont:Character ;
    lvont:represents "Ὢ"^^xsd:string ;
    rdfs:comment "GREEK CAPITAL LETTER OMEGA WITH PSILI AND VARIA"@en .

<http://lexvo.org/id/char/1F6A0> a lvont:Character ;
    lvont:represents "🚠"^^xsd:string ;
    rdfs:comment "MOUNTAIN CABLEWAY"@en .

<http://lexvo.org/id/char/1F6A1> a lvont:Character ;
    lvont:represents "🚡"^^xsd:string ;
    rdfs:comment "AERIAL TRAMWAY"@en .

<http://lexvo.org/id/char/1F6A2> a lvont:Character ;
    lvont:represents "🚢"^^xsd:string ;
    rdfs:comment "SHIP"@en .

<http://lexvo.org/id/char/1F6A3> a lvont:Character ;
    lvont:represents "🚣"^^xsd:string ;
    rdfs:comment "ROWBOAT"@en .

<http://lexvo.org/id/char/1F6A4> a lvont:Character ;
    lvont:represents "🚤"^^xsd:string ;
    rdfs:comment "SPEEDBOAT"@en .

<http://lexvo.org/id/char/1F6A5> a lvont:Character ;
    lvont:represents "🚥"^^xsd:string ;
    rdfs:comment "HORIZONTAL TRAFFIC LIGHT"@en .

<http://lexvo.org/id/char/1F6A6> a lvont:Character ;
    lvont:represents "🚦"^^xsd:string ;
    rdfs:comment "VERTICAL TRAFFIC LIGHT"@en .

<http://lexvo.org/id/char/1F6A7> a lvont:Character ;
    lvont:represents "🚧"^^xsd:string ;
    rdfs:comment "CONSTRUCTION SIGN"@en .

<http://lexvo.org/id/char/1F6A8> a lvont:Character ;
    lvont:represents "🚨"^^xsd:string ;
    rdfs:comment "POLICE CARS REVOLVING LIGHT"@en .

<http://lexvo.org/id/char/1F6A9> a lvont:Character ;
    lvont:represents "🚩"^^xsd:string ;
    rdfs:comment "TRIANGULAR FLAG ON POST"@en .

<http://lexvo.org/id/char/1F6AA> a lvont:Character ;
    lvont:represents "🚪"^^xsd:string ;
    rdfs:comment "DOOR"@en .

<http://lexvo.org/id/char/1F6AB> a lvont:Character ;
    lvont:represents "🚫"^^xsd:string ;
    rdfs:comment "NO ENTRY SIGN"@en .

<http://lexvo.org/id/char/1F6AC> a lvont:Character ;
    lvont:represents "🚬"^^xsd:string ;
    rdfs:comment "SMOKING SYMBOL"@en .

<http://lexvo.org/id/char/1F6AD> a lvont:Character ;
    lvont:represents "🚭"^^xsd:string ;
    rdfs:comment "NO SMOKING SYMBOL"@en .

<http://lexvo.org/id/char/1F6AE> a lvont:Character ;
    lvont:represents "🚮"^^xsd:string ;
    rdfs:comment "PUT LITTER IN ITS PLACE SYMBOL"@en .

<http://lexvo.org/id/char/1F6AF> a lvont:Character ;
    lvont:represents "🚯"^^xsd:string ;
    rdfs:comment "DO NOT LITTER SYMBOL"@en .

<http://lexvo.org/id/char/1F6B> a lvont:Character ;
    lvont:represents "Ὣ"^^xsd:string ;
    rdfs:comment "GREEK CAPITAL LETTER OMEGA WITH DASIA AND VARIA"@en .

<http://lexvo.org/id/char/1F6B0> a lvont:Character ;
    lvont:represents "🚰"^^xsd:string ;
    rdfs:comment "POTABLE WATER SYMBOL"@en .

<http://lexvo.org/id/char/1F6B1> a lvont:Character ;
    lvont:represents "🚱"^^xsd:string ;
    rdfs:comment "NON-POTABLE WATER SYMBOL"@en .

<http://lexvo.org/id/char/1F6B2> a lvont:Character ;
    lvont:represents "🚲"^^xsd:string ;
    rdfs:comment "BICYCLE"@en .

<http://lexvo.org/id/char/1F6B3> a lvont:Character ;
    lvont:represents "🚳"^^xsd:string ;
    rdfs:comment "NO BICYCLES"@en .

<http://lexvo.org/id/char/1F6B4> a lvont:Character ;
    lvont:represents "🚴"^^xsd:string ;
    rdfs:comment "BICYCLIST"@en .

<http://lexvo.org/id/char/1F6B5> a lvont:Character ;
    lvont:represents "🚵"^^xsd:string ;
    rdfs:comment "MOUNTAIN BICYCLIST"@en .

<http://lexvo.org/id/char/1F6B6> a lvont:Character ;
    lvont:represents "🚶"^^xsd:string ;
    rdfs:comment "PEDESTRIAN"@en .

<http://lexvo.org/id/char/1F6B7> a lvont:Character ;
    lvont:represents "🚷"^^xsd:string ;
    rdfs:comment "NO PEDESTRIANS"@en .

<http://lexvo.org/id/char/1F6B8> a lvont:Character ;
    lvont:represents "🚸"^^xsd:string ;
    rdfs:comment "CHILDREN CROSSING"@en .

<http://lexvo.org/id/char/1F6B9> a lvont:Character ;
    lvont:represents "🚹"^^xsd:string ;
    rdfs:comment "MENS SYMBOL"@en .

<http://lexvo.org/id/char/1F6BA> a lvont:Character ;
    lvont:represents "🚺"^^xsd:string ;
    rdfs:comment "WOMENS SYMBOL"@en .

<http://lexvo.org/id/char/1F6BB> a lvont:Character ;
    lvont:represents "🚻"^^xsd:string ;
    rdfs:comment "RESTROOM"@en .

<http://lexvo.org/id/char/1F6BC> a lvont:Character ;
    lvont:represents "🚼"^^xsd:string ;
    rdfs:comment "BABY SYMBOL"@en .

<http://lexvo.org/id/char/1F6BD> a lvont:Character ;
    lvont:represents "🚽"^^xsd:string ;
    rdfs:comment "TOILET"@en .

<http://lexvo.org/id/char/1F6BE> a lvont:Character ;
    lvont:represents "🚾"^^xsd:string ;
    rdfs:comment "WATER CLOSET"@en .

<http://lexvo.org/id/char/1F6BF> a lvont:Character ;
    lvont:represents "🚿"^^xsd:string ;
    rdfs:comment "SHOWER"@en .

<http://lexvo.org/id/char/1F6C> a lvont:Character ;
    lvont:represents "Ὤ"^^xsd:string ;
    rdfs:comment "GREEK CAPITAL LETTER OMEGA WITH PSILI AND OXIA"@en .

<http://lexvo.org/id/char/1F6C0> a lvont:Character ;
    lvont:represents "🛀"^^xsd:string ;
    rdfs:comment "BATH"@en .

<http://lexvo.org/id/char/1F6C1> a lvont:Character ;
    lvont:represents "🛁"^^xsd:string ;
    rdfs:comment "BATHTUB"@en .

<http://lexvo.org/id/char/1F6C2> a lvont:Character ;
    lvont:represents "🛂"^^xsd:string ;
    rdfs:comment "PASSPORT CONTROL"@en .

<http://lexvo.org/id/char/1F6C3> a lvont:Character ;
    lvont:represents "🛃"^^xsd:string ;
    rdfs:comment "CUSTOMS"@en .

<http://lexvo.org/id/char/1F6C4> a lvont:Character ;
    lvont:represents "🛄"^^xsd:string ;
    rdfs:comment "BAGGAGE CLAIM"@en .

<http://lexvo.org/id/char/1F6C5> a lvont:Character ;
    lvont:represents "🛅"^^xsd:string ;
    rdfs:comment "LEFT LUGGAGE"@en .

<http://lexvo.org/id/char/1F6D> a lvont:Character ;
    lvont:represents "Ὥ"^^xsd:string ;
    rdfs:comment "GREEK CAPITAL LETTER OMEGA WITH DASIA AND OXIA"@en .

<http://lexvo.org/id/char/1F6E> a lvont:Character ;
    lvont:represents "Ὦ"^^xsd:string ;
    rdfs:comment "GREEK CAPITAL LETTER OMEGA WITH PSILI AND PERISPOMENI"@en .

<http://lexvo.org/id/char/1F6F> a lvont:Character ;
    lvont:represents "Ὧ"^^xsd:string ;
    rdfs:comment "GREEK CAPITAL LETTER OMEGA WITH DASIA AND PERISPOMENI"@en .

<http://lexvo.org/id/char/1F70> a lvont:Character ;
    lvont:represents "ὰ"^^xsd:string ;
    rdfs:comment "GREEK SMALL LETTER ALPHA WITH VARIA"@en .

<http://lexvo.org/id/char/1F700> a lvont:Character ;
    lvont:represents "🜀"^^xsd:string ;
    rdfs:comment "ALCHEMICAL SYMBOL FOR QUINTESSENCE"@en .

<http://lexvo.org/id/char/1F701> a lvont:Character ;
    lvont:represents "🜁"^^xsd:string ;
    rdfs:comment "ALCHEMICAL SYMBOL FOR AIR"@en .

<http://lexvo.org/id/char/1F702> a lvont:Character ;
    lvont:represents "🜂"^^xsd:string ;
    rdfs:comment "ALCHEMICAL SYMBOL FOR FIRE"@en .

<http://lexvo.org/id/char/1F703> a lvont:Character ;
    lvont:represents "🜃"^^xsd:string ;
    rdfs:comment "ALCHEMICAL SYMBOL FOR EARTH"@en .

<http://lexvo.org/id/char/1F704> a lvont:Character ;
    lvont:represents "🜄"^^xsd:string ;
    rdfs:comment "ALCHEMICAL SYMBOL FOR WATER"@en .

<http://lexvo.org/id/char/1F705> a lvont:Character ;
    lvont:represents "🜅"^^xsd:string ;
    rdfs:comment "ALCHEMICAL SYMBOL FOR AQUAFORTIS"@en .

<http://lexvo.org/id/char/1F706> a lvont:Character ;
    lvont:represents "🜆"^^xsd:string ;
    rdfs:comment "ALCHEMICAL SYMBOL FOR AQUA REGIA"@en .

<http://lexvo.org/id/char/1F707> a lvont:Character ;
    lvont:represents "🜇"^^xsd:string ;
    rdfs:comment "ALCHEMICAL SYMBOL FOR AQUA REGIA-2"@en .

<http://lexvo.org/id/char/1F708> a lvont:Character ;
    lvont:represents "🜈"^^xsd:string ;
    rdfs:comment "ALCHEMICAL SYMBOL FOR AQUA VITAE"@en .

<http://lexvo.org/id/char/1F709> a lvont:Character ;
    lvont:represents "🜉"^^xsd:string ;
    rdfs:comment "ALCHEMICAL SYMBOL FOR AQUA VITAE-2"@en .

<http://lexvo.org/id/char/1F70A> a lvont:Character ;
    lvont:represents "🜊"^^xsd:string ;
    rdfs:comment "ALCHEMICAL SYMBOL FOR VINEGAR"@en .

<http://lexvo.org/id/char/1F70B> a lvont:Character ;
    lvont:represents "🜋"^^xsd:string ;
    rdfs:comment "ALCHEMICAL SYMBOL FOR VINEGAR-2"@en .

<http://lexvo.org/id/char/1F70C> a lvont:Character ;
    lvont:represents "🜌"^^xsd:string ;
    rdfs:comment "ALCHEMICAL SYMBOL FOR VINEGAR-3"@en .

<http://lexvo.org/id/char/1F70D> a lvont:Character ;
    lvont:represents "🜍"^^xsd:string ;
    rdfs:comment "ALCHEMICAL SYMBOL FOR SULFUR"@en .

<http://lexvo.org/id/char/1F70E> a lvont:Character ;
    lvont:represents "🜎"^^xsd:string ;
    rdfs:comment "ALCHEMICAL SYMBOL FOR PHILOSOPHERS SULFUR"@en .

<http://lexvo.org/id/char/1F70F> a lvont:Character ;
    lvont:represents "🜏"^^xsd:string ;
    rdfs:comment "ALCHEMICAL SYMBOL FOR BLACK SULFUR"@en .

<http://lexvo.org/id/char/1F71> a lvont:Character ;
    lvont:represents "ά"^^xsd:string ;
    rdfs:comment "GREEK SMALL LETTER ALPHA WITH OXIA"@en .

<http://lexvo.org/id/char/1F710> a lvont:Character ;
    lvont:represents "🜐"^^xsd:string ;
    rdfs:comment "ALCHEMICAL SYMBOL FOR MERCURY SUBLIMATE"@en .

<http://lexvo.org/id/char/1F711> a lvont:Character ;
    lvont:represents "🜑"^^xsd:string ;
    rdfs:comment "ALCHEMICAL SYMBOL FOR MERCURY SUBLIMATE-2"@en .

<http://lexvo.org/id/char/1F712> a lvont:Character ;
    lvont:represents "🜒"^^xsd:string ;
    rdfs:comment "ALCHEMICAL SYMBOL FOR MERCURY SUBLIMATE-3"@en .

<http://lexvo.org/id/char/1F713> a lvont:Character ;
    lvont:represents "🜓"^^xsd:string ;
    rdfs:comment "ALCHEMICAL SYMBOL FOR CINNABAR"@en .

<http://lexvo.org/id/char/1F714> a lvont:Character ;
    lvont:represents "🜔"^^xsd:string ;
    rdfs:comment "ALCHEMICAL SYMBOL FOR SALT"@en .

<http://lexvo.org/id/char/1F715> a lvont:Character ;
    lvont:represents "🜕"^^xsd:string ;
    rdfs:comment "ALCHEMICAL SYMBOL FOR NITRE"@en .

<http://lexvo.org/id/char/1F716> a lvont:Character ;
    lvont:represents "🜖"^^xsd:string ;
    rdfs:comment "ALCHEMICAL SYMBOL FOR VITRIOL"@en .

<http://lexvo.org/id/char/1F717> a lvont:Character ;
    lvont:represents "🜗"^^xsd:string ;
    rdfs:comment "ALCHEMICAL SYMBOL FOR VITRIOL-2"@en .

<http://lexvo.org/id/char/1F718> a lvont:Character ;
    lvont:represents "🜘"^^xsd:string ;
    rdfs:comment "ALCHEMICAL SYMBOL FOR ROCK SALT"@en .

<http://lexvo.org/id/char/1F719> a lvont:Character ;
    lvont:represents "🜙"^^xsd:string ;
    rdfs:comment "ALCHEMICAL SYMBOL FOR ROCK SALT-2"@en .

<http://lexvo.org/id/char/1F71A> a lvont:Character ;
    lvont:represents "🜚"^^xsd:string ;
    rdfs:comment "ALCHEMICAL SYMBOL FOR GOLD"@en .

<http://lexvo.org/id/char/1F71B> a lvont:Character ;
    lvont:represents "🜛"^^xsd:string ;
    rdfs:comment "ALCHEMICAL SYMBOL FOR SILVER"@en .

<http://lexvo.org/id/char/1F71C> a lvont:Character ;
    lvont:represents "🜜"^^xsd:string ;
    rdfs:comment "ALCHEMICAL SYMBOL FOR IRON ORE"@en .

<http://lexvo.org/id/char/1F71D> a lvont:Character ;
    lvont:represents "🜝"^^xsd:string ;
    rdfs:comment "ALCHEMICAL SYMBOL FOR IRON ORE-2"@en .

<http://lexvo.org/id/char/1F71E> a lvont:Character ;
    lvont:represents "🜞"^^xsd:string ;
    rdfs:comment "ALCHEMICAL SYMBOL FOR CROCUS OF IRON"@en .

<http://lexvo.org/id/char/1F71F> a lvont:Character ;
    lvont:represents "🜟"^^xsd:string ;
    rdfs:comment "ALCHEMICAL SYMBOL FOR REGULUS OF IRON"@en .

<http://lexvo.org/id/char/1F72> a lvont:Character ;
    lvont:represents "ὲ"^^xsd:string ;
    rdfs:comment "GREEK SMALL LETTER EPSILON WITH VARIA"@en .

<http://lexvo.org/id/char/1F720> a lvont:Character ;
    lvont:represents "🜠"^^xsd:string ;
    rdfs:comment "ALCHEMICAL SYMBOL FOR COPPER ORE"@en .

<http://lexvo.org/id/char/1F721> a lvont:Character ;
    lvont:represents "🜡"^^xsd:string ;
    rdfs:comment "ALCHEMICAL SYMBOL FOR IRON-COPPER ORE"@en .

<http://lexvo.org/id/char/1F722> a lvont:Character ;
    lvont:represents "🜢"^^xsd:string ;
    rdfs:comment "ALCHEMICAL SYMBOL FOR SUBLIMATE OF COPPER"@en .

<http://lexvo.org/id/char/1F723> a lvont:Character ;
    lvont:represents "🜣"^^xsd:string ;
    rdfs:comment "ALCHEMICAL SYMBOL FOR CROCUS OF COPPER"@en .

<http://lexvo.org/id/char/1F724> a lvont:Character ;
    lvont:represents "🜤"^^xsd:string ;
    rdfs:comment "ALCHEMICAL SYMBOL FOR CROCUS OF COPPER-2"@en .

<http://lexvo.org/id/char/1F725> a lvont:Character ;
    lvont:represents "🜥"^^xsd:string ;
    rdfs:comment "ALCHEMICAL SYMBOL FOR COPPER ANTIMONIATE"@en .

<http://lexvo.org/id/char/1F726> a lvont:Character ;
    lvont:represents "🜦"^^xsd:string ;
    rdfs:comment "ALCHEMICAL SYMBOL FOR SALT OF COPPER ANTIMONIATE"@en .

<http://lexvo.org/id/char/1F727> a lvont:Character ;
    lvont:represents "🜧"^^xsd:string ;
    rdfs:comment "ALCHEMICAL SYMBOL FOR SUBLIMATE OF SALT OF COPPER"@en .

<http://lexvo.org/id/char/1F728> a lvont:Character ;
    lvont:represents "🜨"^^xsd:string ;
    rdfs:comment "ALCHEMICAL SYMBOL FOR VERDIGRIS"@en .

<http://lexvo.org/id/char/1F729> a lvont:Character ;
    lvont:represents "🜩"^^xsd:string ;
    rdfs:comment "ALCHEMICAL SYMBOL FOR TIN ORE"@en .

<http://lexvo.org/id/char/1F72A> a lvont:Character ;
    lvont:represents "🜪"^^xsd:string ;
    rdfs:comment "ALCHEMICAL SYMBOL FOR LEAD ORE"@en .

<http://lexvo.org/id/char/1F72B> a lvont:Character ;
    lvont:represents "🜫"^^xsd:string ;
    rdfs:comment "ALCHEMICAL SYMBOL FOR ANTIMONY ORE"@en .

<http://lexvo.org/id/char/1F72C> a lvont:Character ;
    lvont:represents "🜬"^^xsd:string ;
    rdfs:comment "ALCHEMICAL SYMBOL FOR SUBLIMATE OF ANTIMONY"@en .

<http://lexvo.org/id/char/1F72D> a lvont:Character ;
    lvont:represents "🜭"^^xsd:string ;
    rdfs:comment "ALCHEMICAL SYMBOL FOR SALT OF ANTIMONY"@en .

<http://lexvo.org/id/char/1F72E> a lvont:Character ;
    lvont:represents "🜮"^^xsd:string ;
    rdfs:comment "ALCHEMICAL SYMBOL FOR SUBLIMATE OF SALT OF ANTIMONY"@en .

<http://lexvo.org/id/char/1F72F> a lvont:Character ;
    lvont:represents "🜯"^^xsd:string ;
    rdfs:comment "ALCHEMICAL SYMBOL FOR VINEGAR OF ANTIMONY"@en .

<http://lexvo.org/id/char/1F73> a lvont:Character ;
    lvont:represents "έ"^^xsd:string ;
    rdfs:comment "GREEK SMALL LETTER EPSILON WITH OXIA"@en .

<http://lexvo.org/id/char/1F730> a lvont:Character ;
    lvont:represents "🜰"^^xsd:string ;
    rdfs:comment "ALCHEMICAL SYMBOL FOR REGULUS OF ANTIMONY"@en .

<http://lexvo.org/id/char/1F731> a lvont:Character ;
    lvont:represents "🜱"^^xsd:string ;
    rdfs:comment "ALCHEMICAL SYMBOL FOR REGULUS OF ANTIMONY-2"@en .

<http://lexvo.org/id/char/1F732> a lvont:Character ;
    lvont:represents "🜲"^^xsd:string ;
    rdfs:comment "ALCHEMICAL SYMBOL FOR REGULUS"@en .

<http://lexvo.org/id/char/1F733> a lvont:Character ;
    lvont:represents "🜳"^^xsd:string ;
    rdfs:comment "ALCHEMICAL SYMBOL FOR REGULUS-2"@en .

<http://lexvo.org/id/char/1F734> a lvont:Character ;
    lvont:represents "🜴"^^xsd:string ;
    rdfs:comment "ALCHEMICAL SYMBOL FOR REGULUS-3"@en .

<http://lexvo.org/id/char/1F735> a lvont:Character ;
    lvont:represents "🜵"^^xsd:string ;
    rdfs:comment "ALCHEMICAL SYMBOL FOR REGULUS-4"@en .

<http://lexvo.org/id/char/1F736> a lvont:Character ;
    lvont:represents "🜶"^^xsd:string ;
    rdfs:comment "ALCHEMICAL SYMBOL FOR ALKALI"@en .

<http://lexvo.org/id/char/1F737> a lvont:Character ;
    lvont:represents "🜷"^^xsd:string ;
    rdfs:comment "ALCHEMICAL SYMBOL FOR ALKALI-2"@en .

<http://lexvo.org/id/char/1F738> a lvont:Character ;
    lvont:represents "🜸"^^xsd:string ;
    rdfs:comment "ALCHEMICAL SYMBOL FOR MARCASITE"@en .

<http://lexvo.org/id/char/1F739> a lvont:Character ;
    lvont:represents "🜹"^^xsd:string ;
    rdfs:comment "ALCHEMICAL SYMBOL FOR SAL-AMMONIAC"@en .

<http://lexvo.org/id/char/1F73A> a lvont:Character ;
    lvont:represents "🜺"^^xsd:string ;
    rdfs:comment "ALCHEMICAL SYMBOL FOR ARSENIC"@en .

<http://lexvo.org/id/char/1F73B> a lvont:Character ;
    lvont:represents "🜻"^^xsd:string ;
    rdfs:comment "ALCHEMICAL SYMBOL FOR REALGAR"@en .

<http://lexvo.org/id/char/1F73C> a lvont:Character ;
    lvont:represents "🜼"^^xsd:string ;
    rdfs:comment "ALCHEMICAL SYMBOL FOR REALGAR-2"@en .

<http://lexvo.org/id/char/1F73D> a lvont:Character ;
    lvont:represents "🜽"^^xsd:string ;
    rdfs:comment "ALCHEMICAL SYMBOL FOR AURIPIGMENT"@en .

<http://lexvo.org/id/char/1F73E> a lvont:Character ;
    lvont:represents "🜾"^^xsd:string ;
    rdfs:comment "ALCHEMICAL SYMBOL FOR BISMUTH ORE"@en .

<http://lexvo.org/id/char/1F73F> a lvont:Character ;
    lvont:represents "🜿"^^xsd:string ;
    rdfs:comment "ALCHEMICAL SYMBOL FOR TARTAR"@en .

<http://lexvo.org/id/char/1F74> a lvont:Character ;
    lvont:represents "ὴ"^^xsd:string ;
    rdfs:comment "GREEK SMALL LETTER ETA WITH VARIA"@en .

<http://lexvo.org/id/char/1F740> a lvont:Character ;
    lvont:represents "🝀"^^xsd:string ;
    rdfs:comment "ALCHEMICAL SYMBOL FOR TARTAR-2"@en .

<http://lexvo.org/id/char/1F741> a lvont:Character ;
    lvont:represents "🝁"^^xsd:string ;
    rdfs:comment "ALCHEMICAL SYMBOL FOR QUICK LIME"@en .

<http://lexvo.org/id/char/1F742> a lvont:Character ;
    lvont:represents "🝂"^^xsd:string ;
    rdfs:comment "ALCHEMICAL SYMBOL FOR BORAX"@en .

<http://lexvo.org/id/char/1F743> a lvont:Character ;
    lvont:represents "🝃"^^xsd:string ;
    rdfs:comment "ALCHEMICAL SYMBOL FOR BORAX-2"@en .

<http://lexvo.org/id/char/1F744> a lvont:Character ;
    lvont:represents "🝄"^^xsd:string ;
    rdfs:comment "ALCHEMICAL SYMBOL FOR BORAX-3"@en .

<http://lexvo.org/id/char/1F745> a lvont:Character ;
    lvont:represents "🝅"^^xsd:string ;
    rdfs:comment "ALCHEMICAL SYMBOL FOR ALUM"@en .

<http://lexvo.org/id/char/1F746> a lvont:Character ;
    lvont:represents "🝆"^^xsd:string ;
    rdfs:comment "ALCHEMICAL SYMBOL FOR OIL"@en .

<http://lexvo.org/id/char/1F747> a lvont:Character ;
    lvont:represents "🝇"^^xsd:string ;
    rdfs:comment "ALCHEMICAL SYMBOL FOR SPIRIT"@en .

<http://lexvo.org/id/char/1F748> a lvont:Character ;
    lvont:represents "🝈"^^xsd:string ;
    rdfs:comment "ALCHEMICAL SYMBOL FOR TINCTURE"@en .

<http://lexvo.org/id/char/1F749> a lvont:Character ;
    lvont:represents "🝉"^^xsd:string ;
    rdfs:comment "ALCHEMICAL SYMBOL FOR GUM"@en .

<http://lexvo.org/id/char/1F74A> a lvont:Character ;
    lvont:represents "🝊"^^xsd:string ;
    rdfs:comment "ALCHEMICAL SYMBOL FOR WAX"@en .

<http://lexvo.org/id/char/1F74B> a lvont:Character ;
    lvont:represents "🝋"^^xsd:string ;
    rdfs:comment "ALCHEMICAL SYMBOL FOR POWDER"@en .

<http://lexvo.org/id/char/1F74C> a lvont:Character ;
    lvont:represents "🝌"^^xsd:string ;
    rdfs:comment "ALCHEMICAL SYMBOL FOR CALX"@en .

<http://lexvo.org/id/char/1F74D> a lvont:Character ;
    lvont:represents "🝍"^^xsd:string ;
    rdfs:comment "ALCHEMICAL SYMBOL FOR TUTTY"@en .

<http://lexvo.org/id/char/1F74E> a lvont:Character ;
    lvont:represents "🝎"^^xsd:string ;
    rdfs:comment "ALCHEMICAL SYMBOL FOR CAPUT MORTUUM"@en .

<http://lexvo.org/id/char/1F74F> a lvont:Character ;
    lvont:represents "🝏"^^xsd:string ;
    rdfs:comment "ALCHEMICAL SYMBOL FOR SCEPTER OF JOVE"@en .

<http://lexvo.org/id/char/1F75> a lvont:Character ;
    lvont:represents "ή"^^xsd:string ;
    rdfs:comment "GREEK SMALL LETTER ETA WITH OXIA"@en .

<http://lexvo.org/id/char/1F750> a lvont:Character ;
    lvont:represents "🝐"^^xsd:string ;
    rdfs:comment "ALCHEMICAL SYMBOL FOR CADUCEUS"@en .

<http://lexvo.org/id/char/1F751> a lvont:Character ;
    lvont:represents "🝑"^^xsd:string ;
    rdfs:comment "ALCHEMICAL SYMBOL FOR TRIDENT"@en .

<http://lexvo.org/id/char/1F752> a lvont:Character ;
    lvont:represents "🝒"^^xsd:string ;
    rdfs:comment "ALCHEMICAL SYMBOL FOR STARRED TRIDENT"@en .

<http://lexvo.org/id/char/1F753> a lvont:Character ;
    lvont:represents "🝓"^^xsd:string ;
    rdfs:comment "ALCHEMICAL SYMBOL FOR LODESTONE"@en .

<http://lexvo.org/id/char/1F754> a lvont:Character ;
    lvont:represents "🝔"^^xsd:string ;
    rdfs:comment "ALCHEMICAL SYMBOL FOR SOAP"@en .

<http://lexvo.org/id/char/1F755> a lvont:Character ;
    lvont:represents "🝕"^^xsd:string ;
    rdfs:comment "ALCHEMICAL SYMBOL FOR URINE"@en .

<http://lexvo.org/id/char/1F756> a lvont:Character ;
    lvont:represents "🝖"^^xsd:string ;
    rdfs:comment "ALCHEMICAL SYMBOL FOR HORSE DUNG"@en .

<http://lexvo.org/id/char/1F757> a lvont:Character ;
    lvont:represents "🝗"^^xsd:string ;
    rdfs:comment "ALCHEMICAL SYMBOL FOR ASHES"@en .

<http://lexvo.org/id/char/1F758> a lvont:Character ;
    lvont:represents "🝘"^^xsd:string ;
    rdfs:comment "ALCHEMICAL SYMBOL FOR POT ASHES"@en .

<http://lexvo.org/id/char/1F759> a lvont:Character ;
    lvont:represents "🝙"^^xsd:string ;
    rdfs:comment "ALCHEMICAL SYMBOL FOR BRICK"@en .

<http://lexvo.org/id/char/1F75A> a lvont:Character ;
    lvont:represents "🝚"^^xsd:string ;
    rdfs:comment "ALCHEMICAL SYMBOL FOR POWDERED BRICK"@en .

<http://lexvo.org/id/char/1F75B> a lvont:Character ;
    lvont:represents "🝛"^^xsd:string ;
    rdfs:comment "ALCHEMICAL SYMBOL FOR AMALGAM"@en .

<http://lexvo.org/id/char/1F75C> a lvont:Character ;
    lvont:represents "🝜"^^xsd:string ;
    rdfs:comment "ALCHEMICAL SYMBOL FOR STRATUM SUPER STRATUM"@en .

<http://lexvo.org/id/char/1F75D> a lvont:Character ;
    lvont:represents "🝝"^^xsd:string ;
    rdfs:comment "ALCHEMICAL SYMBOL FOR STRATUM SUPER STRATUM-2"@en .

<http://lexvo.org/id/char/1F75E> a lvont:Character ;
    lvont:represents "🝞"^^xsd:string ;
    rdfs:comment "ALCHEMICAL SYMBOL FOR SUBLIMATION"@en .

<http://lexvo.org/id/char/1F75F> a lvont:Character ;
    lvont:represents "🝟"^^xsd:string ;
    rdfs:comment "ALCHEMICAL SYMBOL FOR PRECIPITATE"@en .

<http://lexvo.org/id/char/1F76> a lvont:Character ;
    lvont:represents "ὶ"^^xsd:string ;
    rdfs:comment "GREEK SMALL LETTER IOTA WITH VARIA"@en .

<http://lexvo.org/id/char/1F760> a lvont:Character ;
    lvont:represents "🝠"^^xsd:string ;
    rdfs:comment "ALCHEMICAL SYMBOL FOR DISTILL"@en .

<http://lexvo.org/id/char/1F761> a lvont:Character ;
    lvont:represents "🝡"^^xsd:string ;
    rdfs:comment "ALCHEMICAL SYMBOL FOR DISSOLVE"@en .

<http://lexvo.org/id/char/1F762> a lvont:Character ;
    lvont:represents "🝢"^^xsd:string ;
    rdfs:comment "ALCHEMICAL SYMBOL FOR DISSOLVE-2"@en .

<http://lexvo.org/id/char/1F763> a lvont:Character ;
    lvont:represents "🝣"^^xsd:string ;
    rdfs:comment "ALCHEMICAL SYMBOL FOR PURIFY"@en .

<http://lexvo.org/id/char/1F764> a lvont:Character ;
    lvont:represents "🝤"^^xsd:string ;
    rdfs:comment "ALCHEMICAL SYMBOL FOR PUTREFACTION"@en .

<http://lexvo.org/id/char/1F765> a lvont:Character ;
    lvont:represents "🝥"^^xsd:string ;
    rdfs:comment "ALCHEMICAL SYMBOL FOR CRUCIBLE"@en .

<http://lexvo.org/id/char/1F766> a lvont:Character ;
    lvont:represents "🝦"^^xsd:string ;
    rdfs:comment "ALCHEMICAL SYMBOL FOR CRUCIBLE-2"@en .

<http://lexvo.org/id/char/1F767> a lvont:Character ;
    lvont:represents "🝧"^^xsd:string ;
    rdfs:comment "ALCHEMICAL SYMBOL FOR CRUCIBLE-3"@en .

<http://lexvo.org/id/char/1F768> a lvont:Character ;
    lvont:represents "🝨"^^xsd:string ;
    rdfs:comment "ALCHEMICAL SYMBOL FOR CRUCIBLE-4"@en .

<http://lexvo.org/id/char/1F769> a lvont:Character ;
    lvont:represents "🝩"^^xsd:string ;
    rdfs:comment "ALCHEMICAL SYMBOL FOR CRUCIBLE-5"@en .

<http://lexvo.org/id/char/1F76A> a lvont:Character ;
    lvont:represents "🝪"^^xsd:string ;
    rdfs:comment "ALCHEMICAL SYMBOL FOR ALEMBIC"@en .

<http://lexvo.org/id/char/1F76B> a lvont:Character ;
    lvont:represents "🝫"^^xsd:string ;
    rdfs:comment "ALCHEMICAL SYMBOL FOR BATH OF MARY"@en .

<http://lexvo.org/id/char/1F76C> a lvont:Character ;
    lvont:represents "🝬"^^xsd:string ;
    rdfs:comment "ALCHEMICAL SYMBOL FOR BATH OF VAPOURS"@en .

<http://lexvo.org/id/char/1F76D> a lvont:Character ;
    lvont:represents "🝭"^^xsd:string ;
    rdfs:comment "ALCHEMICAL SYMBOL FOR RETORT"@en .

<http://lexvo.org/id/char/1F76E> a lvont:Character ;
    lvont:represents "🝮"^^xsd:string ;
    rdfs:comment "ALCHEMICAL SYMBOL FOR HOUR"@en .

<http://lexvo.org/id/char/1F76F> a lvont:Character ;
    lvont:represents "🝯"^^xsd:string ;
    rdfs:comment "ALCHEMICAL SYMBOL FOR NIGHT"@en .

<http://lexvo.org/id/char/1F77> a lvont:Character ;
    lvont:represents "ί"^^xsd:string ;
    rdfs:comment "GREEK SMALL LETTER IOTA WITH OXIA"@en .

<http://lexvo.org/id/char/1F770> a lvont:Character ;
    lvont:represents "🝰"^^xsd:string ;
    rdfs:comment "ALCHEMICAL SYMBOL FOR DAY-NIGHT"@en .

<http://lexvo.org/id/char/1F771> a lvont:Character ;
    lvont:represents "🝱"^^xsd:string ;
    rdfs:comment "ALCHEMICAL SYMBOL FOR MONTH"@en .

<http://lexvo.org/id/char/1F772> a lvont:Character ;
    lvont:represents "🝲"^^xsd:string ;
    rdfs:comment "ALCHEMICAL SYMBOL FOR HALF DRAM"@en .

<http://lexvo.org/id/char/1F773> a lvont:Character ;
    lvont:represents "🝳"^^xsd:string ;
    rdfs:comment "ALCHEMICAL SYMBOL FOR HALF OUNCE"@en .

<http://lexvo.org/id/char/1F78> a lvont:Character ;
    lvont:represents "ὸ"^^xsd:string ;
    rdfs:comment "GREEK SMALL LETTER OMICRON WITH VARIA"@en .

<http://lexvo.org/id/char/1F79> a lvont:Character ;
    lvont:represents "ό"^^xsd:string ;
    rdfs:comment "GREEK SMALL LETTER OMICRON WITH OXIA"@en .

<http://lexvo.org/id/char/1F7A> a lvont:Character ;
    lvont:represents "ὺ"^^xsd:string ;
    rdfs:comment "GREEK SMALL LETTER UPSILON WITH VARIA"@en .

<http://lexvo.org/id/char/1F7B> a lvont:Character ;
    lvont:represents "ύ"^^xsd:string ;
    rdfs:comment "GREEK SMALL LETTER UPSILON WITH OXIA"@en .

<http://lexvo.org/id/char/1F7C> a lvont:Character ;
    lvont:represents "ὼ"^^xsd:string ;
    rdfs:comment "GREEK SMALL LETTER OMEGA WITH VARIA"@en .

<http://lexvo.org/id/char/1F7D> a lvont:Character ;
    lvont:represents "ώ"^^xsd:string ;
    rdfs:comment "GREEK SMALL LETTER OMEGA WITH OXIA"@en .

<http://lexvo.org/id/char/1F80> a lvont:Character ;
    lvont:represents "ᾀ"^^xsd:string ;
    rdfs:comment "GREEK SMALL LETTER ALPHA WITH PSILI AND YPOGEGRAMMENI"@en .

<http://lexvo.org/id/char/1F81> a lvont:Character ;
    lvont:represents "ᾁ"^^xsd:string ;
    rdfs:comment "GREEK SMALL LETTER ALPHA WITH DASIA AND YPOGEGRAMMENI"@en .

<http://lexvo.org/id/char/1F82> a lvont:Character ;
    lvont:represents "ᾂ"^^xsd:string ;
    rdfs:comment "GREEK SMALL LETTER ALPHA WITH PSILI AND VARIA AND YPOGEGRAMMENI"@en .

<http://lexvo.org/id/char/1F83> a lvont:Character ;
    lvont:represents "ᾃ"^^xsd:string ;
    rdfs:comment "GREEK SMALL LETTER ALPHA WITH DASIA AND VARIA AND YPOGEGRAMMENI"@en .

<http://lexvo.org/id/char/1F84> a lvont:Character ;
    lvont:represents "ᾄ"^^xsd:string ;
    rdfs:comment "GREEK SMALL LETTER ALPHA WITH PSILI AND OXIA AND YPOGEGRAMMENI"@en .

<http://lexvo.org/id/char/1F85> a lvont:Character ;
    lvont:represents "ᾅ"^^xsd:string ;
    rdfs:comment "GREEK SMALL LETTER ALPHA WITH DASIA AND OXIA AND YPOGEGRAMMENI"@en .

<http://lexvo.org/id/char/1F86> a lvont:Character ;
    lvont:represents "ᾆ"^^xsd:string ;
    rdfs:comment "GREEK SMALL LETTER ALPHA WITH PSILI AND PERISPOMENI AND YPOGEGRAMMENI"@en .

<http://lexvo.org/id/char/1F87> a lvont:Character ;
    lvont:represents "ᾇ"^^xsd:string ;
    rdfs:comment "GREEK SMALL LETTER ALPHA WITH DASIA AND PERISPOMENI AND YPOGEGRAMMENI"@en .

<http://lexvo.org/id/char/1F88> a lvont:Character ;
    lvont:represents "ᾈ"^^xsd:string ;
    rdfs:comment "GREEK CAPITAL LETTER ALPHA WITH PSILI AND PROSGEGRAMMENI"@en .

<http://lexvo.org/id/char/1F89> a lvont:Character ;
    lvont:represents "ᾉ"^^xsd:string ;
    rdfs:comment "GREEK CAPITAL LETTER ALPHA WITH DASIA AND PROSGEGRAMMENI"@en .

<http://lexvo.org/id/char/1F8A> a lvont:Character ;
    lvont:represents "ᾊ"^^xsd:string ;
    rdfs:comment "GREEK CAPITAL LETTER ALPHA WITH PSILI AND VARIA AND PROSGEGRAMMENI"@en .

<http://lexvo.org/id/char/1F8B> a lvont:Character ;
    lvont:represents "ᾋ"^^xsd:string ;
    rdfs:comment "GREEK CAPITAL LETTER ALPHA WITH DASIA AND VARIA AND PROSGEGRAMMENI"@en .

<http://lexvo.org/id/char/1F8C> a lvont:Character ;
    lvont:represents "ᾌ"^^xsd:string ;
    rdfs:comment "GREEK CAPITAL LETTER ALPHA WITH PSILI AND OXIA AND PROSGEGRAMMENI"@en .

<http://lexvo.org/id/char/1F8D> a lvont:Character ;
    lvont:represents "ᾍ"^^xsd:string ;
    rdfs:comment "GREEK CAPITAL LETTER ALPHA WITH DASIA AND OXIA AND PROSGEGRAMMENI"@en .

<http://lexvo.org/id/char/1F8E> a lvont:Character ;
    lvont:represents "ᾎ"^^xsd:string ;
    rdfs:comment "GREEK CAPITAL LETTER ALPHA WITH PSILI AND PERISPOMENI AND PROSGEGRAMMENI"@en .

<http://lexvo.org/id/char/1F8F> a lvont:Character ;
    lvont:represents "ᾏ"^^xsd:string ;
    rdfs:comment "GREEK CAPITAL LETTER ALPHA WITH DASIA AND PERISPOMENI AND PROSGEGRAMMENI"@en .

<http://lexvo.org/id/char/1F90> a lvont:Character ;
    lvont:represents "ᾐ"^^xsd:string ;
    rdfs:comment "GREEK SMALL LETTER ETA WITH PSILI AND YPOGEGRAMMENI"@en .

<http://lexvo.org/id/char/1F91> a lvont:Character ;
    lvont:represents "ᾑ"^^xsd:string ;
    rdfs:comment "GREEK SMALL LETTER ETA WITH DASIA AND YPOGEGRAMMENI"@en .

<http://lexvo.org/id/char/1F92> a lvont:Character ;
    lvont:represents "ᾒ"^^xsd:string ;
    rdfs:comment "GREEK SMALL LETTER ETA WITH PSILI AND VARIA AND YPOGEGRAMMENI"@en .

<http://lexvo.org/id/char/1F93> a lvont:Character ;
    lvont:represents "ᾓ"^^xsd:string ;
    rdfs:comment "GREEK SMALL LETTER ETA WITH DASIA AND VARIA AND YPOGEGRAMMENI"@en .

<http://lexvo.org/id/char/1F94> a lvont:Character ;
    lvont:represents "ᾔ"^^xsd:string ;
    rdfs:comment "GREEK SMALL LETTER ETA WITH PSILI AND OXIA AND YPOGEGRAMMENI"@en .

<http://lexvo.org/id/char/1F95> a lvont:Character ;
    lvont:represents "ᾕ"^^xsd:string ;
    rdfs:comment "GREEK SMALL LETTER ETA WITH DASIA AND OXIA AND YPOGEGRAMMENI"@en .

<http://lexvo.org/id/char/1F96> a lvont:Character ;
    lvont:represents "ᾖ"^^xsd:string ;
    rdfs:comment "GREEK SMALL LETTER ETA WITH PSILI AND PERISPOMENI AND YPOGEGRAMMENI"@en .

<http://lexvo.org/id/char/1F97> a lvont:Character ;
    lvont:represents "ᾗ"^^xsd:string ;
    rdfs:comment "GREEK SMALL LETTER ETA WITH DASIA AND PERISPOMENI AND YPOGEGRAMMENI"@en .

<http://lexvo.org/id/char/1F98> a lvont:Character ;
    lvont:represents "ᾘ"^^xsd:string ;
    rdfs:comment "GREEK CAPITAL LETTER ETA WITH PSILI AND PROSGEGRAMMENI"@en .

<http://lexvo.org/id/char/1F99> a lvont:Character ;
    lvont:represents "ᾙ"^^xsd:string ;
    rdfs:comment "GREEK CAPITAL LETTER ETA WITH DASIA AND PROSGEGRAMMENI"@en .

<http://lexvo.org/id/char/1F9A> a lvont:Character ;
    lvont:represents "ᾚ"^^xsd:string ;
    rdfs:comment "GREEK CAPITAL LETTER ETA WITH PSILI AND VARIA AND PROSGEGRAMMENI"@en .

<http://lexvo.org/id/char/1F9B> a lvont:Character ;
    lvont:represents "ᾛ"^^xsd:string ;
    rdfs:comment "GREEK CAPITAL LETTER ETA WITH DASIA AND VARIA AND PROSGEGRAMMENI"@en .

<http://lexvo.org/id/char/1F9C> a lvont:Character ;
    lvont:represents "ᾜ"^^xsd:string ;
    rdfs:comment "GREEK CAPITAL LETTER ETA WITH PSILI AND OXIA AND PROSGEGRAMMENI"@en .

<http://lexvo.org/id/char/1F9D> a lvont:Character ;
    lvont:represents "ᾝ"^^xsd:string ;
    rdfs:comment "GREEK CAPITAL LETTER ETA WITH DASIA AND OXIA AND PROSGEGRAMMENI"@en .

<http://lexvo.org/id/char/1F9E> a lvont:Character ;
    lvont:represents "ᾞ"^^xsd:string ;
    rdfs:comment "GREEK CAPITAL LETTER ETA WITH PSILI AND PERISPOMENI AND PROSGEGRAMMENI"@en .

<http://lexvo.org/id/char/1F9F> a lvont:Character ;
    lvont:represents "ᾟ"^^xsd:string ;
    rdfs:comment "GREEK CAPITAL LETTER ETA WITH DASIA AND PERISPOMENI AND PROSGEGRAMMENI"@en .

<http://lexvo.org/id/char/1FA0> a lvont:Character ;
    lvont:represents "ᾠ"^^xsd:string ;
    rdfs:comment "GREEK SMALL LETTER OMEGA WITH PSILI AND YPOGEGRAMMENI"@en .

<http://lexvo.org/id/char/1FA1> a lvont:Character ;
    lvont:represents "ᾡ"^^xsd:string ;
    rdfs:comment "GREEK SMALL LETTER OMEGA WITH DASIA AND YPOGEGRAMMENI"@en .

<http://lexvo.org/id/char/1FA2> a lvont:Character ;
    lvont:represents "ᾢ"^^xsd:string ;
    rdfs:comment "GREEK SMALL LETTER OMEGA WITH PSILI AND VARIA AND YPOGEGRAMMENI"@en .

<http://lexvo.org/id/char/1FA3> a lvont:Character ;
    lvont:represents "ᾣ"^^xsd:string ;
    rdfs:comment "GREEK SMALL LETTER OMEGA WITH DASIA AND VARIA AND YPOGEGRAMMENI"@en .

<http://lexvo.org/id/char/1FA4> a lvont:Character ;
    lvont:represents "ᾤ"^^xsd:string ;
    rdfs:comment "GREEK SMALL LETTER OMEGA WITH PSILI AND OXIA AND YPOGEGRAMMENI"@en .

<http://lexvo.org/id/char/1FA5> a lvont:Character ;
    lvont:represents "ᾥ"^^xsd:string ;
    rdfs:comment "GREEK SMALL LETTER OMEGA WITH DASIA AND OXIA AND YPOGEGRAMMENI"@en .

<http://lexvo.org/id/char/1FA6> a lvont:Character ;
    lvont:represents "ᾦ"^^xsd:string ;
    rdfs:comment "GREEK SMALL LETTER OMEGA WITH PSILI AND PERISPOMENI AND YPOGEGRAMMENI"@en .

<http://lexvo.org/id/char/1FA7> a lvont:Character ;
    lvont:represents "ᾧ"^^xsd:string ;
    rdfs:comment "GREEK SMALL LETTER OMEGA WITH DASIA AND PERISPOMENI AND YPOGEGRAMMENI"@en .

<http://lexvo.org/id/char/1FA8> a lvont:Character ;
    lvont:represents "ᾨ"^^xsd:string ;
    rdfs:comment "GREEK CAPITAL LETTER OMEGA WITH PSILI AND PROSGEGRAMMENI"@en .

<http://lexvo.org/id/char/1FA9> a lvont:Character ;
    lvont:represents "ᾩ"^^xsd:string ;
    rdfs:comment "GREEK CAPITAL LETTER OMEGA WITH DASIA AND PROSGEGRAMMENI"@en .

<http://lexvo.org/id/char/1FAA> a lvont:Character ;
    lvont:represents "ᾪ"^^xsd:string ;
    rdfs:comment "GREEK CAPITAL LETTER OMEGA WITH PSILI AND VARIA AND PROSGEGRAMMENI"@en .

<http://lexvo.org/id/char/1FAB> a lvont:Character ;
    lvont:represents "ᾫ"^^xsd:string ;
    rdfs:comment "GREEK CAPITAL LETTER OMEGA WITH DASIA AND VARIA AND PROSGEGRAMMENI"@en .

<http://lexvo.org/id/char/1FAC> a lvont:Character ;
    lvont:represents "ᾬ"^^xsd:string ;
    rdfs:comment "GREEK CAPITAL LETTER OMEGA WITH PSILI AND OXIA AND PROSGEGRAMMENI"@en .

<http://lexvo.org/id/char/1FAD> a lvont:Character ;
    lvont:represents "ᾭ"^^xsd:string ;
    rdfs:comment "GREEK CAPITAL LETTER OMEGA WITH DASIA AND OXIA AND PROSGEGRAMMENI"@en .

<http://lexvo.org/id/char/1FAE> a lvont:Character ;
    lvont:represents "ᾮ"^^xsd:string ;
    rdfs:comment "GREEK CAPITAL LETTER OMEGA WITH PSILI AND PERISPOMENI AND PROSGEGRAMMENI"@en .

<http://lexvo.org/id/char/1FAF> a lvont:Character ;
    lvont:represents "ᾯ"^^xsd:string ;
    rdfs:comment "GREEK CAPITAL LETTER OMEGA WITH DASIA AND PERISPOMENI AND PROSGEGRAMMENI"@en .

<http://lexvo.org/id/char/1FB0> a lvont:Character ;
    lvont:represents "ᾰ"^^xsd:string ;
    rdfs:comment "GREEK SMALL LETTER ALPHA WITH VRACHY"@en .

<http://lexvo.org/id/char/1FB1> a lvont:Character ;
    lvont:represents "ᾱ"^^xsd:string ;
    rdfs:comment "GREEK SMALL LETTER ALPHA WITH MACRON"@en .

<http://lexvo.org/id/char/1FB2> a lvont:Character ;
    lvont:represents "ᾲ"^^xsd:string ;
    rdfs:comment "GREEK SMALL LETTER ALPHA WITH VARIA AND YPOGEGRAMMENI"@en .

<http://lexvo.org/id/char/1FB3> a lvont:Character ;
    lvont:represents "ᾳ"^^xsd:string ;
    rdfs:comment "GREEK SMALL LETTER ALPHA WITH YPOGEGRAMMENI"@en .

<http://lexvo.org/id/char/1FB4> a lvont:Character ;
    lvont:represents "ᾴ"^^xsd:string ;
    rdfs:comment "GREEK SMALL LETTER ALPHA WITH OXIA AND YPOGEGRAMMENI"@en .

<http://lexvo.org/id/char/1FB6> a lvont:Character ;
    lvont:represents "ᾶ"^^xsd:string ;
    rdfs:comment "GREEK SMALL LETTER ALPHA WITH PERISPOMENI"@en .

<http://lexvo.org/id/char/1FB7> a lvont:Character ;
    lvont:represents "ᾷ"^^xsd:string ;
    rdfs:comment "GREEK SMALL LETTER ALPHA WITH PERISPOMENI AND YPOGEGRAMMENI"@en .

<http://lexvo.org/id/char/1FB8> a lvont:Character ;
    lvont:represents "Ᾰ"^^xsd:string ;
    rdfs:comment "GREEK CAPITAL LETTER ALPHA WITH VRACHY"@en .

<http://lexvo.org/id/char/1FB9> a lvont:Character ;
    lvont:represents "Ᾱ"^^xsd:string ;
    rdfs:comment "GREEK CAPITAL LETTER ALPHA WITH MACRON"@en .

<http://lexvo.org/id/char/1FBA> a lvont:Character ;
    lvont:represents "Ὰ"^^xsd:string ;
    rdfs:comment "GREEK CAPITAL LETTER ALPHA WITH VARIA"@en .

<http://lexvo.org/id/char/1FBB> a lvont:Character ;
    lvont:represents "Ά"^^xsd:string ;
    rdfs:comment "GREEK CAPITAL LETTER ALPHA WITH OXIA"@en .

<http://lexvo.org/id/char/1FBC> a lvont:Character ;
    lvont:represents "ᾼ"^^xsd:string ;
    rdfs:comment "GREEK CAPITAL LETTER ALPHA WITH PROSGEGRAMMENI"@en .

<http://lexvo.org/id/char/1FBD> a lvont:Character ;
    lvont:represents "᾽"^^xsd:string ;
    rdfs:comment "GREEK KORONIS"@en .

<http://lexvo.org/id/char/1FBE> a lvont:Character ;
    lvont:represents "ι"^^xsd:string ;
    rdfs:comment "GREEK PROSGEGRAMMENI"@en .

<http://lexvo.org/id/char/1FBF> a lvont:Character ;
    lvont:represents "᾿"^^xsd:string ;
    rdfs:comment "GREEK PSILI"@en .

<http://lexvo.org/id/char/1FC0> a lvont:Character ;
    lvont:represents "῀"^^xsd:string ;
    rdfs:comment "GREEK PERISPOMENI"@en .

<http://lexvo.org/id/char/1FC1> a lvont:Character ;
    lvont:represents "῁"^^xsd:string ;
    rdfs:comment "GREEK DIALYTIKA AND PERISPOMENI"@en .

<http://lexvo.org/id/char/1FC2> a lvont:Character ;
    lvont:represents "ῂ"^^xsd:string ;
    rdfs:comment "GREEK SMALL LETTER ETA WITH VARIA AND YPOGEGRAMMENI"@en .

<http://lexvo.org/id/char/1FC3> a lvont:Character ;
    lvont:represents "ῃ"^^xsd:string ;
    rdfs:comment "GREEK SMALL LETTER ETA WITH YPOGEGRAMMENI"@en .

<http://lexvo.org/id/char/1FC4> a lvont:Character ;
    lvont:represents "ῄ"^^xsd:string ;
    rdfs:comment "GREEK SMALL LETTER ETA WITH OXIA AND YPOGEGRAMMENI"@en .

<http://lexvo.org/id/char/1FC6> a lvont:Character ;
    lvont:represents "ῆ"^^xsd:string ;
    rdfs:comment "GREEK SMALL LETTER ETA WITH PERISPOMENI"@en .

<http://lexvo.org/id/char/1FC7> a lvont:Character ;
    lvont:represents "ῇ"^^xsd:string ;
    rdfs:comment "GREEK SMALL LETTER ETA WITH PERISPOMENI AND YPOGEGRAMMENI"@en .

<http://lexvo.org/id/char/1FC8> a lvont:Character ;
    lvont:represents "Ὲ"^^xsd:string ;
    rdfs:comment "GREEK CAPITAL LETTER EPSILON WITH VARIA"@en .

<http://lexvo.org/id/char/1FC9> a lvont:Character ;
    lvont:represents "Έ"^^xsd:string ;
    rdfs:comment "GREEK CAPITAL LETTER EPSILON WITH OXIA"@en .

<http://lexvo.org/id/char/1FCA> a lvont:Character ;
    lvont:represents "Ὴ"^^xsd:string ;
    rdfs:comment "GREEK CAPITAL LETTER ETA WITH VARIA"@en .

<http://lexvo.org/id/char/1FCB> a lvont:Character ;
    lvont:represents "Ή"^^xsd:string ;
    rdfs:comment "GREEK CAPITAL LETTER ETA WITH OXIA"@en .

<http://lexvo.org/id/char/1FCC> a lvont:Character ;
    lvont:represents "ῌ"^^xsd:string ;
    rdfs:comment "GREEK CAPITAL LETTER ETA WITH PROSGEGRAMMENI"@en .

<http://lexvo.org/id/char/1FCD> a lvont:Character ;
    lvont:represents "῍"^^xsd:string ;
    rdfs:comment "GREEK PSILI AND VARIA"@en .

<http://lexvo.org/id/char/1FCE> a lvont:Character ;
    lvont:represents "῎"^^xsd:string ;
    rdfs:comment "GREEK PSILI AND OXIA"@en .

<http://lexvo.org/id/char/1FCF> a lvont:Character ;
    lvont:represents "῏"^^xsd:string ;
    rdfs:comment "GREEK PSILI AND PERISPOMENI"@en .

<http://lexvo.org/id/char/1FD0> a lvont:Character ;
    lvont:represents "ῐ"^^xsd:string ;
    rdfs:comment "GREEK SMALL LETTER IOTA WITH VRACHY"@en .

<http://lexvo.org/id/char/1FD1> a lvont:Character ;
    lvont:represents "ῑ"^^xsd:string ;
    rdfs:comment "GREEK SMALL LETTER IOTA WITH MACRON"@en .

<http://lexvo.org/id/char/1FD2> a lvont:Character ;
    lvont:represents "ῒ"^^xsd:string ;
    rdfs:comment "GREEK SMALL LETTER IOTA WITH DIALYTIKA AND VARIA"@en .

<http://lexvo.org/id/char/1FD3> a lvont:Character ;
    lvont:represents "ΐ"^^xsd:string ;
    rdfs:comment "GREEK SMALL LETTER IOTA WITH DIALYTIKA AND OXIA"@en .

<http://lexvo.org/id/char/1FD6> a lvont:Character ;
    lvont:represents "ῖ"^^xsd:string ;
    rdfs:comment "GREEK SMALL LETTER IOTA WITH PERISPOMENI"@en .

<http://lexvo.org/id/char/1FD7> a lvont:Character ;
    lvont:represents "ῗ"^^xsd:string ;
    rdfs:comment "GREEK SMALL LETTER IOTA WITH DIALYTIKA AND PERISPOMENI"@en .

<http://lexvo.org/id/char/1FD8> a lvont:Character ;
    lvont:represents "Ῐ"^^xsd:string ;
    rdfs:comment "GREEK CAPITAL LETTER IOTA WITH VRACHY"@en .

<http://lexvo.org/id/char/1FD9> a lvont:Character ;
    lvont:represents "Ῑ"^^xsd:string ;
    rdfs:comment "GREEK CAPITAL LETTER IOTA WITH MACRON"@en .

<http://lexvo.org/id/char/1FDA> a lvont:Character ;
    lvont:represents "Ὶ"^^xsd:string ;
    rdfs:comment "GREEK CAPITAL LETTER IOTA WITH VARIA"@en .

<http://lexvo.org/id/char/1FDB> a lvont:Character ;
    lvont:represents "Ί"^^xsd:string ;
    rdfs:comment "GREEK CAPITAL LETTER IOTA WITH OXIA"@en .

<http://lexvo.org/id/char/1FDD> a lvont:Character ;
    lvont:represents "῝"^^xsd:string ;
    rdfs:comment "GREEK DASIA AND VARIA"@en .

<http://lexvo.org/id/char/1FDE> a lvont:Character ;
    lvont:represents "῞"^^xsd:string ;
    rdfs:comment "GREEK DASIA AND OXIA"@en .

<http://lexvo.org/id/char/1FDF> a lvont:Character ;
    lvont:represents "῟"^^xsd:string ;
    rdfs:comment "GREEK DASIA AND PERISPOMENI"@en .

<http://lexvo.org/id/char/1FE0> a lvont:Character ;
    lvont:represents "ῠ"^^xsd:string ;
    rdfs:comment "GREEK SMALL LETTER UPSILON WITH VRACHY"@en .

<http://lexvo.org/id/char/1FE1> a lvont:Character ;
    lvont:represents "ῡ"^^xsd:string ;
    rdfs:comment "GREEK SMALL LETTER UPSILON WITH MACRON"@en .

<http://lexvo.org/id/char/1FE2> a lvont:Character ;
    lvont:represents "ῢ"^^xsd:string ;
    rdfs:comment "GREEK SMALL LETTER UPSILON WITH DIALYTIKA AND VARIA"@en .

<http://lexvo.org/id/char/1FE3> a lvont:Character ;
    lvont:represents "ΰ"^^xsd:string ;
    rdfs:comment "GREEK SMALL LETTER UPSILON WITH DIALYTIKA AND OXIA"@en .

<http://lexvo.org/id/char/1FE4> a lvont:Character ;
    lvont:represents "ῤ"^^xsd:string ;
    rdfs:comment "GREEK SMALL LETTER RHO WITH PSILI"@en .

<http://lexvo.org/id/char/1FE5> a lvont:Character ;
    lvont:represents "ῥ"^^xsd:string ;
    rdfs:comment "GREEK SMALL LETTER RHO WITH DASIA"@en .

<http://lexvo.org/id/char/1FE6> a lvont:Character ;
    lvont:represents "ῦ"^^xsd:string ;
    rdfs:comment "GREEK SMALL LETTER UPSILON WITH PERISPOMENI"@en .

<http://lexvo.org/id/char/1FE7> a lvont:Character ;
    lvont:represents "ῧ"^^xsd:string ;
    rdfs:comment "GREEK SMALL LETTER UPSILON WITH DIALYTIKA AND PERISPOMENI"@en .

<http://lexvo.org/id/char/1FE8> a lvont:Character ;
    lvont:represents "Ῠ"^^xsd:string ;
    rdfs:comment "GREEK CAPITAL LETTER UPSILON WITH VRACHY"@en .

<http://lexvo.org/id/char/1FE9> a lvont:Character ;
    lvont:represents "Ῡ"^^xsd:string ;
    rdfs:comment "GREEK CAPITAL LETTER UPSILON WITH MACRON"@en .

<http://lexvo.org/id/char/1FEA> a lvont:Character ;
    lvont:represents "Ὺ"^^xsd:string ;
    rdfs:comment "GREEK CAPITAL LETTER UPSILON WITH VARIA"@en .

<http://lexvo.org/id/char/1FEB> a lvont:Character ;
    lvont:represents "Ύ"^^xsd:string ;
    rdfs:comment "GREEK CAPITAL LETTER UPSILON WITH OXIA"@en .

<http://lexvo.org/id/char/1FEC> a lvont:Character ;
    lvont:represents "Ῥ"^^xsd:string ;
    rdfs:comment "GREEK CAPITAL LETTER RHO WITH DASIA"@en .

<http://lexvo.org/id/char/1FED> a lvont:Character ;
    lvont:represents "῭"^^xsd:string ;
    rdfs:comment "GREEK DIALYTIKA AND VARIA"@en .

<http://lexvo.org/id/char/1FEE> a lvont:Character ;
    lvont:represents "΅"^^xsd:string ;
    rdfs:comment "GREEK DIALYTIKA AND OXIA"@en .

<http://lexvo.org/id/char/1FEF> a lvont:Character ;
    lvont:represents "`"^^xsd:string ;
    rdfs:comment "GREEK VARIA"@en .

<http://lexvo.org/id/char/1FF2> a lvont:Character ;
    lvont:represents "ῲ"^^xsd:string ;
    rdfs:comment "GREEK SMALL LETTER OMEGA WITH VARIA AND YPOGEGRAMMENI"@en .

<http://lexvo.org/id/char/1FF3> a lvont:Character ;
    lvont:represents "ῳ"^^xsd:string ;
    rdfs:comment "GREEK SMALL LETTER OMEGA WITH YPOGEGRAMMENI"@en .

<http://lexvo.org/id/char/1FF4> a lvont:Character ;
    lvont:represents "ῴ"^^xsd:string ;
    rdfs:comment "GREEK SMALL LETTER OMEGA WITH OXIA AND YPOGEGRAMMENI"@en .

<http://lexvo.org/id/char/1FF6> a lvont:Character ;
    lvont:represents "ῶ"^^xsd:string ;
    rdfs:comment "GREEK SMALL LETTER OMEGA WITH PERISPOMENI"@en .

<http://lexvo.org/id/char/1FF7> a lvont:Character ;
    lvont:represents "ῷ"^^xsd:string ;
    rdfs:comment "GREEK SMALL LETTER OMEGA WITH PERISPOMENI AND YPOGEGRAMMENI"@en .

<http://lexvo.org/id/char/1FF8> a lvont:Character ;
    lvont:represents "Ὸ"^^xsd:string ;
    rdfs:comment "GREEK CAPITAL LETTER OMICRON WITH VARIA"@en .

<http://lexvo.org/id/char/1FF9> a lvont:Character ;
    lvont:represents "Ό"^^xsd:string ;
    rdfs:comment "GREEK CAPITAL LETTER OMICRON WITH OXIA"@en .

<http://lexvo.org/id/char/1FFA> a lvont:Character ;
    lvont:represents "Ὼ"^^xsd:string ;
    rdfs:comment "GREEK CAPITAL LETTER OMEGA WITH VARIA"@en .

<http://lexvo.org/id/char/1FFB> a lvont:Character ;
    lvont:represents "Ώ"^^xsd:string ;
    rdfs:comment "GREEK CAPITAL LETTER OMEGA WITH OXIA"@en .

<http://lexvo.org/id/char/1FFC> a lvont:Character ;
    lvont:represents "ῼ"^^xsd:string ;
    rdfs:comment "GREEK CAPITAL LETTER OMEGA WITH PROSGEGRAMMENI"@en .

<http://lexvo.org/id/char/1FFD> a lvont:Character ;
    lvont:represents "´"^^xsd:string ;
    rdfs:comment "GREEK OXIA"@en .

<http://lexvo.org/id/char/1FFE> a lvont:Character ;
    lvont:represents "῾"^^xsd:string ;
    rdfs:comment "GREEK DASIA"@en .

<http://lexvo.org/id/char/2000> a lvont:Character ;
    lvont:represents " "^^xsd:string ;
    rdfs:comment "EN QUAD"@en .

<http://lexvo.org/id/char/20000> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%F0%A0%80%80>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C4%81>,
        "𠀀"^^xsd:string ;
    rdfs:comment "the sound made by breathing in; oh! (cf. U+311B BOPOMOFO LETTER O, which is derived from this character)"@en .

<http://lexvo.org/id/char/20001> a lvont:Character ;
    lvont:label "7" ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%F0%A0%80%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C4%AB>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cat1>,
        <http://lexvo.org/id/term/yue/%F0%A0%80%81>,
        "𠀁"^^xsd:string ;
    rdfs:comment "the original form for 七 U+4E03"@en .

<http://lexvo.org/id/char/20002> a lvont:Character ;
    lvont:represents "𠀂"^^xsd:string .

<http://lexvo.org/id/char/20003> a lvont:Character ;
    lvont:represents "𠀃"^^xsd:string .

<http://lexvo.org/id/char/20004> a lvont:Character ;
    lvont:represents "𠀄"^^xsd:string .

<http://lexvo.org/id/char/20005> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%F0%A0%80%85>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A0i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hoi6>,
        <http://lexvo.org/id/term/yue/%F0%A0%80%85>,
        "𠀅"^^xsd:string ;
    rdfs:comment "an alternate form of U+4EA5 亥"@en .

<http://lexvo.org/id/char/20006> a lvont:Character ;
    lvont:represents "𠀆"^^xsd:string .

<http://lexvo.org/id/char/20007> a lvont:Character ;
    lvont:represents "𠀇"^^xsd:string .

<http://lexvo.org/id/char/20008> a lvont:Character ;
    lvont:represents "𠀈"^^xsd:string .

<http://lexvo.org/id/char/20009> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%F0%A0%80%89>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C5%AB>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jau1>,
        <http://lexvo.org/id/term/yue/%F0%A0%80%89>,
        "𠀉"^^xsd:string ;
    rdfs:comment "(the same as U+4E18 丘) a hill; elder; empty; a name"@en .

<http://lexvo.org/id/char/2000A> a lvont:Character ;
    lvont:represents "𠀊"^^xsd:string .

<http://lexvo.org/id/char/2000B> a lvont:Character ;
    lvont:represents "𠀋"^^xsd:string .

<http://lexvo.org/id/char/2000C> a lvont:Character ;
    lvont:represents "𠀌"^^xsd:string .

<http://lexvo.org/id/char/2000D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%F0%A0%80%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sai3>,
        <http://lexvo.org/id/term/yue/%F0%A0%80%8D>,
        "𠀍"^^xsd:string ;
    rdfs:comment "(same as U+4E16 世) generation; world; era"@en .

<http://lexvo.org/id/char/2000E> a lvont:Character ;
    lvont:represents "𠀎"^^xsd:string .

<http://lexvo.org/id/char/2000F> a lvont:Character ;
    lvont:represents "𠀏"^^xsd:string .

<http://lexvo.org/id/char/2001> a lvont:Character ;
    lvont:represents " "^^xsd:string ;
    rdfs:comment "EM QUAD"@en .

<http://lexvo.org/id/char/20010> a lvont:Character ;
    lvont:represents "𠀐"^^xsd:string .

<http://lexvo.org/id/char/20011> a lvont:Character ;
    lvont:represents "𠀑"^^xsd:string .

<http://lexvo.org/id/char/20012> a lvont:Character ;
    lvont:represents "𠀒"^^xsd:string .

<http://lexvo.org/id/char/20013> a lvont:Character ;
    lvont:represents "𠀓"^^xsd:string .

<http://lexvo.org/id/char/20014> a lvont:Character ;
    lvont:represents "𠀔"^^xsd:string .

<http://lexvo.org/id/char/20015> a lvont:Character ;
    lvont:represents "𠀕"^^xsd:string ;
    rdfs:comment "Variant of U+4E99 亙 "@en .

<http://lexvo.org/id/char/20016> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/kh%E1%BA%A1ng>,
        "𠀖"^^xsd:string .

<http://lexvo.org/id/char/20017> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/kh%E1%BB%87nh>,
        "𠀗"^^xsd:string .

<http://lexvo.org/id/char/20018> a lvont:Character ;
    lvont:represents "𠀘"^^xsd:string .

<http://lexvo.org/id/char/20019> a lvont:Character ;
    lvont:represents "𠀙"^^xsd:string .

<http://lexvo.org/id/char/2001A> a lvont:Character ;
    lvont:represents "𠀚"^^xsd:string .

<http://lexvo.org/id/char/2001B> a lvont:Character ;
    lvont:represents "𠀛"^^xsd:string .

<http://lexvo.org/id/char/2001C> a lvont:Character ;
    lvont:represents "𠀜"^^xsd:string .

<http://lexvo.org/id/char/2001D> a lvont:Character ;
    lvont:represents "𠀝"^^xsd:string .

<http://lexvo.org/id/char/2001E> a lvont:Character ;
    lvont:represents "𠀞"^^xsd:string .

<http://lexvo.org/id/char/2001F> a lvont:Character ;
    lvont:represents "𠀟"^^xsd:string .

<http://lexvo.org/id/char/2002> a lvont:Character ;
    lvont:represents " "^^xsd:string ;
    rdfs:comment "EN SPACE"@en .

<http://lexvo.org/id/char/20020> a lvont:Character ;
    lvont:represents "𠀠"^^xsd:string .

<http://lexvo.org/id/char/20021> a lvont:Character ;
    lvont:represents "𠀡"^^xsd:string .

<http://lexvo.org/id/char/20022> a lvont:Character ;
    lvont:represents "𠀢"^^xsd:string .

<http://lexvo.org/id/char/20023> a lvont:Character ;
    lvont:represents "𠀣"^^xsd:string .

<http://lexvo.org/id/char/20024> a lvont:Character ;
    lvont:represents "𠀤"^^xsd:string .

<http://lexvo.org/id/char/20025> a lvont:Character ;
    lvont:represents "𠀥"^^xsd:string .

<http://lexvo.org/id/char/20026> a lvont:Character ;
    lvont:represents "𠀦"^^xsd:string .

<http://lexvo.org/id/char/20027> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ba>,
        "𠀧"^^xsd:string .

<http://lexvo.org/id/char/20028> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/c%E1%BB%A5p>,
        "𠀨"^^xsd:string .

<http://lexvo.org/id/char/20029> a lvont:Character ;
    lvont:represents "𠀩"^^xsd:string .

<http://lexvo.org/id/char/2002A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/kh%C3%A0>,
        "𠀪"^^xsd:string .

<http://lexvo.org/id/char/2002B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/kh%E1%BB%81>,
        "𠀫"^^xsd:string .

<http://lexvo.org/id/char/2002C> a lvont:Character ;
    lvont:represents "𠀬"^^xsd:string .

<http://lexvo.org/id/char/2002D> a lvont:Character ;
    lvont:represents "𠀭"^^xsd:string .

<http://lexvo.org/id/char/2002E> a lvont:Character ;
    lvont:represents "𠀮"^^xsd:string .

<http://lexvo.org/id/char/2002F> a lvont:Character ;
    lvont:represents "𠀯"^^xsd:string .

<http://lexvo.org/id/char/2003> a lvont:Character ;
    lvont:represents " "^^xsd:string ;
    rdfs:comment "EM SPACE"@en .

<http://lexvo.org/id/char/20030> a lvont:Character ;
    lvont:represents "𠀰"^^xsd:string .

<http://lexvo.org/id/char/20031> a lvont:Character ;
    lvont:represents "𠀱"^^xsd:string .

<http://lexvo.org/id/char/20032> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/%C4%91%E1%BB%A9a>,
        "𠀲"^^xsd:string .

<http://lexvo.org/id/char/20033> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/r%E1%BA%BB>,
        "𠀳"^^xsd:string .

<http://lexvo.org/id/char/20034> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/tr%E1%BB%A5t>,
        "𠀴"^^xsd:string .

<http://lexvo.org/id/char/20035> a lvont:Character ;
    lvont:represents "𠀵"^^xsd:string .

<http://lexvo.org/id/char/20036> a lvont:Character ;
    lvont:represents "𠀶"^^xsd:string .

<http://lexvo.org/id/char/20037> a lvont:Character ;
    lvont:represents "𠀷"^^xsd:string .

<http://lexvo.org/id/char/20038> a lvont:Character ;
    lvont:represents "𠀸"^^xsd:string .

<http://lexvo.org/id/char/20039> a lvont:Character ;
    lvont:represents "𠀹"^^xsd:string .

<http://lexvo.org/id/char/2003A> a lvont:Character ;
    lvont:represents "𠀺"^^xsd:string .

<http://lexvo.org/id/char/2003B> a lvont:Character ;
    lvont:represents "𠀻"^^xsd:string .

<http://lexvo.org/id/char/2003C> a lvont:Character ;
    lvont:represents "𠀼"^^xsd:string .

<http://lexvo.org/id/char/2003D> a lvont:Character ;
    lvont:represents "𠀽"^^xsd:string .

<http://lexvo.org/id/char/2003E> a lvont:Character ;
    lvont:represents "𠀾"^^xsd:string .

<http://lexvo.org/id/char/2003F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/xu%C3%B4i>,
        "𠀿"^^xsd:string .

<http://lexvo.org/id/char/2004> a lvont:Character ;
    lvont:represents " "^^xsd:string ;
    rdfs:comment "THREE-PER-EM SPACE"@en .

<http://lexvo.org/id/char/20040> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/%C4%91%E1%BB%9Di>,
        "𠁀"^^xsd:string .

<http://lexvo.org/id/char/20041> a lvont:Character ;
    lvont:represents "𠁁"^^xsd:string ;
    rdfs:comment "a flagon"@en .

<http://lexvo.org/id/char/20042> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/%C4%91%E1%BB%A9a>,
        "𠁂"^^xsd:string .

<http://lexvo.org/id/char/20043> a lvont:Character ;
    lvont:represents "𠁃"^^xsd:string .

<http://lexvo.org/id/char/20044> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/lu%E1%BB%93n>,
        "𠁄"^^xsd:string .

<http://lexvo.org/id/char/20045> a lvont:Character ;
    lvont:represents "𠁅"^^xsd:string .

<http://lexvo.org/id/char/20046> a lvont:Character ;
    lvont:represents "𠁆"^^xsd:string .

<http://lexvo.org/id/char/20047> a lvont:Character ;
    lvont:represents "𠁇"^^xsd:string .

<http://lexvo.org/id/char/20048> a lvont:Character ;
    lvont:represents "𠁈"^^xsd:string .

<http://lexvo.org/id/char/20049> a lvont:Character ;
    lvont:represents "𠁉"^^xsd:string .

<http://lexvo.org/id/char/2004A> a lvont:Character ;
    lvont:represents "𠁊"^^xsd:string .

<http://lexvo.org/id/char/2004B> a lvont:Character ;
    lvont:represents "𠁋"^^xsd:string .

<http://lexvo.org/id/char/2004C> a lvont:Character ;
    lvont:represents "𠁌"^^xsd:string .

<http://lexvo.org/id/char/2004D> a lvont:Character ;
    lvont:represents "𠁍"^^xsd:string .

<http://lexvo.org/id/char/2004E> a lvont:Character ;
    lvont:represents "𠁎"^^xsd:string .

<http://lexvo.org/id/char/2004F> a lvont:Character ;
    lvont:represents "𠁏"^^xsd:string .

<http://lexvo.org/id/char/2005> a lvont:Character ;
    lvont:represents " "^^xsd:string ;
    rdfs:comment "FOUR-PER-EM SPACE"@en .

<http://lexvo.org/id/char/20050> a lvont:Character ;
    lvont:represents "𠁐"^^xsd:string .

<http://lexvo.org/id/char/20051> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/d%C6%B0%E1%BB%9Bi>,
        "𠁑"^^xsd:string .

<http://lexvo.org/id/char/20052> a lvont:Character ;
    lvont:represents "𠁒"^^xsd:string .

<http://lexvo.org/id/char/20053> a lvont:Character ;
    lvont:represents "𠁓"^^xsd:string .

<http://lexvo.org/id/char/20054> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/s%C3%A1nh>,
        "𠁔"^^xsd:string .

<http://lexvo.org/id/char/20055> a lvont:Character ;
    lvont:represents "𠁕"^^xsd:string .

<http://lexvo.org/id/char/20056> a lvont:Character ;
    lvont:represents "𠁖"^^xsd:string .

<http://lexvo.org/id/char/20057> a lvont:Character ;
    lvont:represents "𠁗"^^xsd:string .

<http://lexvo.org/id/char/20058> a lvont:Character ;
    lvont:represents "𠁘"^^xsd:string .

<http://lexvo.org/id/char/20059> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ch%E1%BA%A3>,
        "𠁙"^^xsd:string .

<http://lexvo.org/id/char/2005A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/c%C3%BAi>,
        "𠁚"^^xsd:string .

<http://lexvo.org/id/char/2005B> a lvont:Character ;
    lvont:represents "𠁛"^^xsd:string .

<http://lexvo.org/id/char/2005C> a lvont:Character ;
    lvont:represents "𠁜"^^xsd:string .

<http://lexvo.org/id/char/2005D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/g%E1%BB%93m>,
        "𠁝"^^xsd:string .

<http://lexvo.org/id/char/2005E> a lvont:Character ;
    lvont:represents "𠁞"^^xsd:string .

<http://lexvo.org/id/char/2005F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/g%E1%BB%93m>,
        "𠁟"^^xsd:string .

<http://lexvo.org/id/char/2006> a lvont:Character ;
    lvont:represents " "^^xsd:string ;
    rdfs:comment "SIX-PER-EM SPACE"@en .

<http://lexvo.org/id/char/20060> a lvont:Character ;
    lvont:represents "𠁠"^^xsd:string .

<http://lexvo.org/id/char/20061> a lvont:Character ;
    lvont:represents "𠁡"^^xsd:string .

<http://lexvo.org/id/char/20062> a lvont:Character ;
    lvont:represents "𠁢"^^xsd:string .

<http://lexvo.org/id/char/20063> a lvont:Character ;
    lvont:represents "𠁣"^^xsd:string .

<http://lexvo.org/id/char/20064> a lvont:Character ;
    lvont:label "4" ;
    lvont:represents "𠁤"^^xsd:string .

<http://lexvo.org/id/char/20065> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%F0%A0%81%A5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C7%8E%20g%C3%A0i>,
        "𠁥"^^xsd:string ;
    rdfs:comment "the horns of a sheep"@en .

<http://lexvo.org/id/char/20066> a lvont:Character ;
    lvont:represents "𠁦"^^xsd:string .

<http://lexvo.org/id/char/20067> a lvont:Character ;
    lvont:represents "𠁧"^^xsd:string .

<http://lexvo.org/id/char/20068> a lvont:Character ;
    lvont:represents "𠁨"^^xsd:string .

<http://lexvo.org/id/char/20069> a lvont:Character ;
    lvont:represents "𠁩"^^xsd:string .

<http://lexvo.org/id/char/2006A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/nh%E1%BA%AFm>,
        "𠁪"^^xsd:string .

<http://lexvo.org/id/char/2006B> a lvont:Character ;
    lvont:represents "𠁫"^^xsd:string .

<http://lexvo.org/id/char/2006C> a lvont:Character ;
    lvont:represents "𠁬"^^xsd:string .

<http://lexvo.org/id/char/2006D> a lvont:Character ;
    lvont:represents "𠁭"^^xsd:string .

<http://lexvo.org/id/char/2006E> a lvont:Character ;
    lvont:represents "𠁮"^^xsd:string .

<http://lexvo.org/id/char/2006F> a lvont:Character ;
    lvont:represents "𠁯"^^xsd:string .

<http://lexvo.org/id/char/2007> a lvont:Character ;
    lvont:represents " "^^xsd:string ;
    rdfs:comment "FIGURE SPACE"@en .

<http://lexvo.org/id/char/20070> a lvont:Character ;
    lvont:represents "𠁰"^^xsd:string .

<http://lexvo.org/id/char/20071> a lvont:Character ;
    lvont:represents "𠁱"^^xsd:string .

<http://lexvo.org/id/char/20072> a lvont:Character ;
    lvont:represents "𠁲"^^xsd:string .

<http://lexvo.org/id/char/20073> a lvont:Character ;
    lvont:represents "𠁳"^^xsd:string .

<http://lexvo.org/id/char/20074> a lvont:Character ;
    lvont:represents "𠁴"^^xsd:string .

<http://lexvo.org/id/char/20075> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/gi%E1%BB%AFa>,
        "𠁵"^^xsd:string .

<http://lexvo.org/id/char/20076> a lvont:Character ;
    lvont:represents "𠁶"^^xsd:string .

<http://lexvo.org/id/char/20077> a lvont:Character ;
    lvont:represents "𠁷"^^xsd:string .

<http://lexvo.org/id/char/20078> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/su%E1%BB%91t>,
        "𠁸"^^xsd:string .

<http://lexvo.org/id/char/20079> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/gi%E1%BB%AFa>,
        "𠁹"^^xsd:string .

<http://lexvo.org/id/char/2007A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/xuy%C3%AAn>,
        "𠁺"^^xsd:string .

<http://lexvo.org/id/char/2007B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/chu%E1%BB%97i>,
        "𠁻"^^xsd:string .

<http://lexvo.org/id/char/2007C> a lvont:Character ;
    lvont:represents "𠁼"^^xsd:string .

<http://lexvo.org/id/char/2007D> a lvont:Character ;
    lvont:represents "𠁽"^^xsd:string .

<http://lexvo.org/id/char/2007E> a lvont:Character ;
    lvont:represents "𠁾"^^xsd:string .

<http://lexvo.org/id/char/2007F> a lvont:Character ;
    lvont:represents "𠁿"^^xsd:string .

<http://lexvo.org/id/char/2008> a lvont:Character ;
    lvont:represents " "^^xsd:string ;
    rdfs:comment "PUNCTUATION SPACE"@en .

<http://lexvo.org/id/char/20080> a lvont:Character ;
    lvont:represents "𠂀"^^xsd:string .

<http://lexvo.org/id/char/20081> a lvont:Character ;
    lvont:represents "𠂁"^^xsd:string .

<http://lexvo.org/id/char/20082> a lvont:Character ;
    lvont:represents "𠂂"^^xsd:string .

<http://lexvo.org/id/char/20083> a lvont:Character ;
    lvont:represents "𠂃"^^xsd:string .

<http://lexvo.org/id/char/20084> a lvont:Character ;
    lvont:represents "𠂄"^^xsd:string .

<http://lexvo.org/id/char/20085> a lvont:Character ;
    lvont:represents "𠂅"^^xsd:string .

<http://lexvo.org/id/char/20086> a lvont:Character ;
    lvont:represents "𠂆"^^xsd:string .

<http://lexvo.org/id/char/20087> a lvont:Character ;
    lvont:represents "𠂇"^^xsd:string .

<http://lexvo.org/id/char/20088> a lvont:Character ;
    lvont:represents "𠂈"^^xsd:string .

<http://lexvo.org/id/char/20089> a lvont:Character ;
    lvont:represents "𠂉"^^xsd:string .

<http://lexvo.org/id/char/2008A> a lvont:Character ;
    lvont:represents "𠂊"^^xsd:string .

<http://lexvo.org/id/char/2008B> a lvont:Character ;
    lvont:represents "𠂋"^^xsd:string .

<http://lexvo.org/id/char/2008C> a lvont:Character ;
    lvont:represents "𠂌"^^xsd:string .

<http://lexvo.org/id/char/2008D> a lvont:Character ;
    lvont:represents "𠂍"^^xsd:string .

<http://lexvo.org/id/char/2008E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/%E1%BA%A5y>,
        "𠂎"^^xsd:string .

<http://lexvo.org/id/char/2008F> a lvont:Character ;
    lvont:represents "𠂏"^^xsd:string .

<http://lexvo.org/id/char/2009> a lvont:Character ;
    lvont:represents " "^^xsd:string ;
    rdfs:comment "THIN SPACE"@en .

<http://lexvo.org/id/char/20090> a lvont:Character ;
    lvont:represents "𠂐"^^xsd:string .

<http://lexvo.org/id/char/20091> a lvont:Character ;
    lvont:represents "𠂑"^^xsd:string .

<http://lexvo.org/id/char/20092> a lvont:Character ;
    lvont:represents "𠂒"^^xsd:string .

<http://lexvo.org/id/char/20093> a lvont:Character ;
    lvont:represents "𠂓"^^xsd:string .

<http://lexvo.org/id/char/20094> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%F0%A0%82%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C7%90>,
        "𠂔"^^xsd:string ;
    rdfs:comment "to stop"@en .

<http://lexvo.org/id/char/20095> a lvont:Character ;
    lvont:represents "𠂕"^^xsd:string .

<http://lexvo.org/id/char/20096> a lvont:Character ;
    lvont:represents "𠂖"^^xsd:string .

<http://lexvo.org/id/char/20097> a lvont:Character ;
    lvont:represents "𠂗"^^xsd:string .

<http://lexvo.org/id/char/20098> a lvont:Character ;
    lvont:represents "𠂘"^^xsd:string .

<http://lexvo.org/id/char/20099> a lvont:Character ;
    lvont:represents "𠂙"^^xsd:string .

<http://lexvo.org/id/char/2009A> a lvont:Character ;
    lvont:represents "𠂚"^^xsd:string .

<http://lexvo.org/id/char/2009B> a lvont:Character ;
    lvont:represents "𠂛"^^xsd:string .

<http://lexvo.org/id/char/2009C> a lvont:Character ;
    lvont:represents "𠂜"^^xsd:string .

<http://lexvo.org/id/char/2009D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/zung3>,
        <http://lexvo.org/id/term/yue/%F0%A0%82%9D>,
        "𠂝"^^xsd:string ;
    rdfs:comment "every, all; a multitude"@en .

<http://lexvo.org/id/char/2009E> a lvont:Character ;
    lvont:represents "𠂞"^^xsd:string .

<http://lexvo.org/id/char/2009F> a lvont:Character ;
    lvont:represents "𠂟"^^xsd:string .

<http://lexvo.org/id/char/200A> a lvont:Character ;
    lvont:represents " "^^xsd:string ;
    rdfs:comment "HAIR SPACE"@en .

<http://lexvo.org/id/char/200A0> a lvont:Character ;
    lvont:represents "𠂠"^^xsd:string .

<http://lexvo.org/id/char/200A1> a lvont:Character ;
    lvont:represents "𠂡"^^xsd:string .

<http://lexvo.org/id/char/200A2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%F0%A0%82%A2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%A0i>,
        "𠂢"^^xsd:string ;
    rdfs:comment "to branch"@en .

<http://lexvo.org/id/char/200A3> a lvont:Character ;
    lvont:represents "𠂣"^^xsd:string .

<http://lexvo.org/id/char/200A4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%F0%A0%82%A4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/du%C4%AB>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/deoi1>,
        <http://lexvo.org/id/term/yue/%F0%A0%82%A4>,
        "𠂤"^^xsd:string ;
    rdfs:comment "to store up, to pile up"@en .

<http://lexvo.org/id/char/200A5> a lvont:Character ;
    lvont:represents "𠂥"^^xsd:string .

<http://lexvo.org/id/char/200A6> a lvont:Character ;
    lvont:represents "𠂦"^^xsd:string .

<http://lexvo.org/id/char/200A7> a lvont:Character ;
    lvont:represents "𠂧"^^xsd:string .

<http://lexvo.org/id/char/200A9> a lvont:Character ;
    lvont:represents "𠂩"^^xsd:string .

<http://lexvo.org/id/char/200AA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/b%C3%A8n>,
        "𠂪"^^xsd:string .

<http://lexvo.org/id/char/200AB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/b%C3%A8n>,
        "𠂫"^^xsd:string .

<http://lexvo.org/id/char/200AC> a lvont:Character ;
    lvont:represents "𠂬"^^xsd:string .

<http://lexvo.org/id/char/200AD> a lvont:Character ;
    lvont:represents "𠂭"^^xsd:string .

<http://lexvo.org/id/char/200AE> a lvont:Character ;
    lvont:represents "𠂮"^^xsd:string .

<http://lexvo.org/id/char/200AF> a lvont:Character ;
    lvont:represents "𠂯"^^xsd:string .

<http://lexvo.org/id/char/200B> a lvont:Character ;
    lvont:represents "​"^^xsd:string ;
    rdfs:comment "ZERO WIDTH SPACE"@en .

<http://lexvo.org/id/char/200B0> a lvont:Character ;
    lvont:represents "𠂰"^^xsd:string .

<http://lexvo.org/id/char/200B1> a lvont:Character ;
    lvont:represents "𠂱"^^xsd:string .

<http://lexvo.org/id/char/200B2> a lvont:Character ;
    lvont:represents "𠂲"^^xsd:string .

<http://lexvo.org/id/char/200B3> a lvont:Character ;
    lvont:represents "𠂳"^^xsd:string .

<http://lexvo.org/id/char/200B4> a lvont:Character ;
    lvont:represents "𠂴"^^xsd:string .

<http://lexvo.org/id/char/200B5> a lvont:Character ;
    lvont:represents "𠂵"^^xsd:string .

<http://lexvo.org/id/char/200B6> a lvont:Character ;
    lvont:represents "𠂶"^^xsd:string .

<http://lexvo.org/id/char/200B7> a lvont:Character ;
    lvont:represents "𠂷"^^xsd:string .

<http://lexvo.org/id/char/200B8> a lvont:Character ;
    lvont:represents "𠂸"^^xsd:string .

<http://lexvo.org/id/char/200B9> a lvont:Character ;
    lvont:represents "𠂹"^^xsd:string .

<http://lexvo.org/id/char/200BA> a lvont:Character ;
    lvont:represents "𠂺"^^xsd:string .

<http://lexvo.org/id/char/200BB> a lvont:Character ;
    lvont:represents "𠂻"^^xsd:string .

<http://lexvo.org/id/char/200BC> a lvont:Character ;
    lvont:represents "𠂼"^^xsd:string .

<http://lexvo.org/id/char/200BD> a lvont:Character ;
    lvont:represents "𠂽"^^xsd:string .

<http://lexvo.org/id/char/200BE> a lvont:Character ;
    lvont:represents "𠂾"^^xsd:string .

<http://lexvo.org/id/char/200BF> a lvont:Character ;
    lvont:represents "𠂿"^^xsd:string .

<http://lexvo.org/id/char/200C> a lvont:Character ;
    lvont:represents "‌"^^xsd:string ;
    rdfs:comment "ZERO WIDTH NON-JOINER"@en .

<http://lexvo.org/id/char/200C0> a lvont:Character ;
    lvont:represents "𠃀"^^xsd:string .

<http://lexvo.org/id/char/200C1> a lvont:Character ;
    lvont:represents "𠃁"^^xsd:string .

<http://lexvo.org/id/char/200C2> a lvont:Character ;
    lvont:represents "𠃂"^^xsd:string .

<http://lexvo.org/id/char/200C3> a lvont:Character ;
    lvont:represents "𠃃"^^xsd:string .

<http://lexvo.org/id/char/200C4> a lvont:Character ;
    lvont:represents "𠃄"^^xsd:string .

<http://lexvo.org/id/char/200C5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/m%C3%A1i>,
        "𠃅"^^xsd:string .

<http://lexvo.org/id/char/200C6> a lvont:Character ;
    lvont:represents "𠃆"^^xsd:string .

<http://lexvo.org/id/char/200C7> a lvont:Character ;
    lvont:represents "𠃇"^^xsd:string .

<http://lexvo.org/id/char/200C8> a lvont:Character ;
    lvont:represents "𠃈"^^xsd:string .

<http://lexvo.org/id/char/200CF> a lvont:Character ;
    lvont:represents "𠃏"^^xsd:string .

<http://lexvo.org/id/char/200D> a lvont:Character ;
    lvont:represents "‍"^^xsd:string ;
    rdfs:comment "ZERO WIDTH JOINER"@en .

<http://lexvo.org/id/char/200D0> a lvont:Character ;
    lvont:represents "𠃐"^^xsd:string .

<http://lexvo.org/id/char/200D2> a lvont:Character ;
    lvont:represents "𠃒"^^xsd:string .

<http://lexvo.org/id/char/200D3> a lvont:Character ;
    lvont:represents "𠃓"^^xsd:string .

<http://lexvo.org/id/char/200D4> a lvont:Character ;
    lvont:represents "𠃔"^^xsd:string .

<http://lexvo.org/id/char/200D5> a lvont:Character ;
    lvont:represents "𠃕"^^xsd:string .

<http://lexvo.org/id/char/200D6> a lvont:Character ;
    lvont:represents "𠃖"^^xsd:string .

<http://lexvo.org/id/char/200D7> a lvont:Character ;
    lvont:represents "𠃗"^^xsd:string .

<http://lexvo.org/id/char/200D8> a lvont:Character ;
    lvont:represents "𠃘"^^xsd:string .

<http://lexvo.org/id/char/200D9> a lvont:Character ;
    lvont:represents "𠃙"^^xsd:string .

<http://lexvo.org/id/char/200DA> a lvont:Character ;
    lvont:represents "𠃚"^^xsd:string .

<http://lexvo.org/id/char/200DB> a lvont:Character ;
    lvont:represents "𠃛"^^xsd:string .

<http://lexvo.org/id/char/200DC> a lvont:Character ;
    lvont:represents "𠃜"^^xsd:string .

<http://lexvo.org/id/char/200DD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/%C3%BAt>,
        "𠃝"^^xsd:string .

<http://lexvo.org/id/char/200DE> a lvont:Character ;
    lvont:represents "𠃞"^^xsd:string .

<http://lexvo.org/id/char/200DF> a lvont:Character ;
    lvont:represents "𠃟"^^xsd:string .

<http://lexvo.org/id/char/200E> a lvont:Character ;
    lvont:represents "‎"^^xsd:string ;
    rdfs:comment "LEFT-TO-RIGHT MARK"@en .

<http://lexvo.org/id/char/200E0> a lvont:Character ;
    lvont:represents "𠃠"^^xsd:string .

<http://lexvo.org/id/char/200E1> a lvont:Character ;
    lvont:represents "𠃡"^^xsd:string .

<http://lexvo.org/id/char/200E2> a lvont:Character ;
    lvont:label "4" ;
    lvont:represents "𠃢"^^xsd:string .

<http://lexvo.org/id/char/200E3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/%C3%ADt>,
        "𠃣"^^xsd:string .

<http://lexvo.org/id/char/200E4> a lvont:Character ;
    lvont:represents "𠃤"^^xsd:string .

<http://lexvo.org/id/char/200E5> a lvont:Character ;
    lvont:represents "𠃥"^^xsd:string .

<http://lexvo.org/id/char/200E6> a lvont:Character ;
    lvont:represents "𠃦"^^xsd:string .

<http://lexvo.org/id/char/200E7> a lvont:Character ;
    lvont:represents "𠃧"^^xsd:string .

<http://lexvo.org/id/char/200E8> a lvont:Character ;
    lvont:represents "𠃨"^^xsd:string .

<http://lexvo.org/id/char/200E9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ch%C3%ADn>,
        "𠃩"^^xsd:string .

<http://lexvo.org/id/char/200EA> a lvont:Character ;
    lvont:represents "𠃪"^^xsd:string .

<http://lexvo.org/id/char/200EB> a lvont:Character ;
    lvont:represents "𠃫"^^xsd:string .

<http://lexvo.org/id/char/200EC> a lvont:Character ;
    lvont:represents "𠃬"^^xsd:string .

<http://lexvo.org/id/char/200ED> a lvont:Character ;
    lvont:represents "𠃭"^^xsd:string .

<http://lexvo.org/id/char/200EE> a lvont:Character ;
    lvont:represents "𠃮"^^xsd:string .

<http://lexvo.org/id/char/200EF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/%E1%BB%A5t>,
        "𠃯"^^xsd:string .

<http://lexvo.org/id/char/200F> a lvont:Character ;
    lvont:represents "‏"^^xsd:string ;
    rdfs:comment "RIGHT-TO-LEFT MARK"@en .

<http://lexvo.org/id/char/200F0> a lvont:Character ;
    lvont:represents "𠃰"^^xsd:string .

<http://lexvo.org/id/char/200F1> a lvont:Character ;
    lvont:represents "𠃱"^^xsd:string .

<http://lexvo.org/id/char/200F2> a lvont:Character ;
    lvont:represents "𠃲"^^xsd:string .

<http://lexvo.org/id/char/200F3> a lvont:Character ;
    lvont:represents "𠃳"^^xsd:string .

<http://lexvo.org/id/char/200F4> a lvont:Character ;
    lvont:represents "𠃴"^^xsd:string .

<http://lexvo.org/id/char/200F5> a lvont:Character ;
    lvont:represents "𠃵"^^xsd:string .

<http://lexvo.org/id/char/200F6> a lvont:Character ;
    lvont:represents "𠃶"^^xsd:string .

<http://lexvo.org/id/char/200F7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/%C3%BAt>,
        "𠃷"^^xsd:string .

<http://lexvo.org/id/char/200F8> a lvont:Character ;
    lvont:represents "𠃸"^^xsd:string .

<http://lexvo.org/id/char/200F9> a lvont:Character ;
    lvont:represents "𠃹"^^xsd:string .

<http://lexvo.org/id/char/200FA> a lvont:Character ;
    lvont:represents "𠃺"^^xsd:string .

<http://lexvo.org/id/char/200FB> a lvont:Character ;
    lvont:represents "𠃻"^^xsd:string .

<http://lexvo.org/id/char/200FC> a lvont:Character ;
    lvont:represents "𠃼"^^xsd:string .

<http://lexvo.org/id/char/200FD> a lvont:Character ;
    lvont:represents "𠃽"^^xsd:string .

<http://lexvo.org/id/char/200FE> a lvont:Character ;
    lvont:represents "𠃾"^^xsd:string .

<http://lexvo.org/id/char/200FF> a lvont:Character ;
    lvont:represents "𠃿"^^xsd:string .

<http://lexvo.org/id/char/2010> a lvont:Character ;
    lvont:represents "‐"^^xsd:string ;
    rdfs:comment "HYPHEN"@en .

<http://lexvo.org/id/char/20100> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/v%C3%BA>,
        "𠄀"^^xsd:string .

<http://lexvo.org/id/char/20101> a lvont:Character ;
    lvont:represents "𠄁"^^xsd:string .

<http://lexvo.org/id/char/20102> a lvont:Character ;
    lvont:represents "𠄂"^^xsd:string .

<http://lexvo.org/id/char/20103> a lvont:Character ;
    lvont:represents "𠄃"^^xsd:string .

<http://lexvo.org/id/char/20104> a lvont:Character ;
    lvont:represents "𠄄"^^xsd:string .

<http://lexvo.org/id/char/20105> a lvont:Character ;
    lvont:represents "𠄅"^^xsd:string .

<http://lexvo.org/id/char/20106> a lvont:Character ;
    lvont:represents "𠄆"^^xsd:string .

<http://lexvo.org/id/char/20107> a lvont:Character ;
    lvont:represents "𠄇"^^xsd:string .

<http://lexvo.org/id/char/20108> a lvont:Character ;
    lvont:represents "𠄈"^^xsd:string .

<http://lexvo.org/id/char/20109> a lvont:Character ;
    lvont:represents "𠄉"^^xsd:string .

<http://lexvo.org/id/char/2010A> a lvont:Character ;
    lvont:represents "𠄊"^^xsd:string .

<http://lexvo.org/id/char/2010B> a lvont:Character ;
    lvont:represents "𠄋"^^xsd:string .

<http://lexvo.org/id/char/2010D> a lvont:Character ;
    lvont:represents "𠄍"^^xsd:string .

<http://lexvo.org/id/char/2010E> a lvont:Character ;
    lvont:represents "𠄎"^^xsd:string .

<http://lexvo.org/id/char/2010F> a lvont:Character ;
    lvont:represents "𠄏"^^xsd:string .

<http://lexvo.org/id/char/2011> a lvont:Character ;
    lvont:represents "‑"^^xsd:string ;
    rdfs:comment "NON-BREAKING HYPHEN"@en .

<http://lexvo.org/id/char/20110> a lvont:Character ;
    lvont:represents "𠄐"^^xsd:string .

<http://lexvo.org/id/char/20111> a lvont:Character ;
    lvont:represents "𠄑"^^xsd:string .

<http://lexvo.org/id/char/20112> a lvont:Character ;
    lvont:represents "𠄒"^^xsd:string .

<http://lexvo.org/id/char/20113> a lvont:Character ;
    lvont:represents "𠄓"^^xsd:string .

<http://lexvo.org/id/char/20114> a lvont:Character ;
    lvont:represents "𠄔"^^xsd:string .

<http://lexvo.org/id/char/20115> a lvont:Character ;
    lvont:represents "𠄕"^^xsd:string .

<http://lexvo.org/id/char/20116> a lvont:Character ;
    lvont:represents "𠄖"^^xsd:string .

<http://lexvo.org/id/char/20117> a lvont:Character ;
    lvont:represents "𠄗"^^xsd:string .

<http://lexvo.org/id/char/20118> a lvont:Character ;
    lvont:represents "𠄘"^^xsd:string .

<http://lexvo.org/id/char/20119> a lvont:Character ;
    lvont:represents "𠄙"^^xsd:string .

<http://lexvo.org/id/char/2011A> a lvont:Character ;
    lvont:represents "𠄚"^^xsd:string .

<http://lexvo.org/id/char/2011B> a lvont:Character ;
    lvont:represents "𠄛"^^xsd:string .

<http://lexvo.org/id/char/2011C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/th%E1%BB%9D>,
        "𠄜"^^xsd:string .

<http://lexvo.org/id/char/2011D> a lvont:Character ;
    lvont:represents "𠄝"^^xsd:string .

<http://lexvo.org/id/char/2012> a lvont:Character ;
    lvont:represents "‒"^^xsd:string ;
    rdfs:comment "FIGURE DASH"@en .

<http://lexvo.org/id/char/20121> a lvont:Character ;
    lvont:label "5" ;
    lvont:represents "𠄡"^^xsd:string .

<http://lexvo.org/id/char/20122> a lvont:Character ;
    lvont:represents "𠄢"^^xsd:string .

<http://lexvo.org/id/char/20123> a lvont:Character ;
    lvont:represents "𠄣"^^xsd:string .

<http://lexvo.org/id/char/20124> a lvont:Character ;
    lvont:represents "𠄤"^^xsd:string .

<http://lexvo.org/id/char/20125> a lvont:Character ;
    lvont:represents "𠄥"^^xsd:string .

<http://lexvo.org/id/char/20126> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/g%E1%BB%99p>,
        "𠄦"^^xsd:string .

<http://lexvo.org/id/char/20127> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/v%C3%A0i>,
        "𠄧"^^xsd:string .

<http://lexvo.org/id/char/20128> a lvont:Character ;
    lvont:represents "𠄨"^^xsd:string .

<http://lexvo.org/id/char/20129> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/hai>,
        "𠄩"^^xsd:string .

<http://lexvo.org/id/char/2012A> a lvont:Character ;
    lvont:represents "𠄪"^^xsd:string .

<http://lexvo.org/id/char/2012B> a lvont:Character ;
    lvont:represents "𠄫"^^xsd:string .

<http://lexvo.org/id/char/2012C> a lvont:Character ;
    lvont:represents "𠄬"^^xsd:string .

<http://lexvo.org/id/char/2012D> a lvont:Character ;
    lvont:represents "𠄭"^^xsd:string .

<http://lexvo.org/id/char/2012E> a lvont:Character ;
    lvont:represents "𠄮"^^xsd:string .

<http://lexvo.org/id/char/2012F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/b%E1%BA%A9n>,
        "𠄯"^^xsd:string .

<http://lexvo.org/id/char/2013> a lvont:Character ;
    lvont:represents "–"^^xsd:string ;
    rdfs:comment "EN DASH"@en .

<http://lexvo.org/id/char/20130> a lvont:Character ;
    lvont:represents "𠄰"^^xsd:string .

<http://lexvo.org/id/char/20131> a lvont:Character ;
    lvont:represents "𠄱"^^xsd:string .

<http://lexvo.org/id/char/20132> a lvont:Character ;
    lvont:represents "𠄲"^^xsd:string .

<http://lexvo.org/id/char/20133> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/k%C3%A9p>,
        "𠄳"^^xsd:string .

<http://lexvo.org/id/char/20134> a lvont:Character ;
    lvont:represents "𠄴"^^xsd:string .

<http://lexvo.org/id/char/20135> a lvont:Character ;
    lvont:represents "𠄵"^^xsd:string .

<http://lexvo.org/id/char/20136> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/nh%C4%83m>,
        "𠄶"^^xsd:string .

<http://lexvo.org/id/char/20137> a lvont:Character ;
    lvont:represents "𠄷"^^xsd:string .

<http://lexvo.org/id/char/20138> a lvont:Character ;
    lvont:represents "𠄸"^^xsd:string .

<http://lexvo.org/id/char/20139> a lvont:Character ;
    lvont:represents "𠄹"^^xsd:string .

<http://lexvo.org/id/char/2013A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/gi%E1%BA%BFng>,
        "𠄺"^^xsd:string .

<http://lexvo.org/id/char/2013B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/l%C4%83m>,
        "𠄻"^^xsd:string .

<http://lexvo.org/id/char/2013C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/n%C4%83m>,
        "𠄼"^^xsd:string .

<http://lexvo.org/id/char/2013D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/v%C3%A0i>,
        "𠄽"^^xsd:string .

<http://lexvo.org/id/char/2013E> a lvont:Character ;
    lvont:represents "𠄾"^^xsd:string .

<http://lexvo.org/id/char/2013F> a lvont:Character ;
    lvont:represents "𠄿"^^xsd:string .

<http://lexvo.org/id/char/2014> a lvont:Character ;
    lvont:represents "—"^^xsd:string ;
    rdfs:comment "EM DASH"@en .

<http://lexvo.org/id/char/20140> a lvont:Character ;
    lvont:represents "𠅀"^^xsd:string .

<http://lexvo.org/id/char/20141> a lvont:Character ;
    lvont:represents "𠅁"^^xsd:string .

<http://lexvo.org/id/char/20142> a lvont:Character ;
    lvont:represents "𠅂"^^xsd:string .

<http://lexvo.org/id/char/20143> a lvont:Character ;
    lvont:represents "𠅃"^^xsd:string .

<http://lexvo.org/id/char/20144> a lvont:Character ;
    lvont:represents "𠅄"^^xsd:string .

<http://lexvo.org/id/char/20145> a lvont:Character ;
    lvont:represents "𠅅"^^xsd:string .

<http://lexvo.org/id/char/20146> a lvont:Character ;
    lvont:represents "𠅆"^^xsd:string .

<http://lexvo.org/id/char/20147> a lvont:Character ;
    lvont:represents "𠅇"^^xsd:string .

<http://lexvo.org/id/char/20148> a lvont:Character ;
    lvont:represents "𠅈"^^xsd:string .

<http://lexvo.org/id/char/20149> a lvont:Character ;
    lvont:represents "𠅉"^^xsd:string .

<http://lexvo.org/id/char/2014A> a lvont:Character ;
    lvont:represents "𠅊"^^xsd:string .

<http://lexvo.org/id/char/2014B> a lvont:Character ;
    lvont:represents "𠅋"^^xsd:string .

<http://lexvo.org/id/char/2014C> a lvont:Character ;
    lvont:represents "𠅌"^^xsd:string .

<http://lexvo.org/id/char/2014D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/m%E1%BA%A5t>,
        "𠅍"^^xsd:string .

<http://lexvo.org/id/char/2014E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/m%E1%BA%A5t>,
        "𠅎"^^xsd:string .

<http://lexvo.org/id/char/2014F> a lvont:Character ;
    lvont:represents "𠅏"^^xsd:string .

<http://lexvo.org/id/char/2015> a lvont:Character ;
    lvont:represents "―"^^xsd:string ;
    rdfs:comment "HORIZONTAL BAR"@en .

<http://lexvo.org/id/char/20150> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/m%E1%BA%A5t>,
        "𠅐"^^xsd:string .

<http://lexvo.org/id/char/20151> a lvont:Character ;
    lvont:represents "𠅑"^^xsd:string .

<http://lexvo.org/id/char/20152> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/m%E1%BA%A5t>,
        "𠅒"^^xsd:string .

<http://lexvo.org/id/char/20153> a lvont:Character ;
    lvont:represents "𠅓"^^xsd:string .

<http://lexvo.org/id/char/20154> a lvont:Character ;
    lvont:represents "𠅔"^^xsd:string .

<http://lexvo.org/id/char/20155> a lvont:Character ;
    lvont:represents "𠅕"^^xsd:string .

<http://lexvo.org/id/char/20156> a lvont:Character ;
    lvont:represents "𠅖"^^xsd:string .

<http://lexvo.org/id/char/20157> a lvont:Character ;
    lvont:represents "𠅗"^^xsd:string .

<http://lexvo.org/id/char/20158> a lvont:Character ;
    lvont:represents "𠅘"^^xsd:string .

<http://lexvo.org/id/char/20159> a lvont:Character ;
    lvont:represents "𠅙"^^xsd:string .

<http://lexvo.org/id/char/2015A> a lvont:Character ;
    lvont:represents "𠅚"^^xsd:string .

<http://lexvo.org/id/char/2015B> a lvont:Character ;
    lvont:represents "𠅛"^^xsd:string .

<http://lexvo.org/id/char/2015C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/l%E1%BB%81>,
        "𠅜"^^xsd:string .

<http://lexvo.org/id/char/2015D> a lvont:Character ;
    lvont:represents "𠅝"^^xsd:string .

<http://lexvo.org/id/char/2015E> a lvont:Character ;
    lvont:represents "𠅞"^^xsd:string .

<http://lexvo.org/id/char/2015F> a lvont:Character ;
    lvont:represents "𠅟"^^xsd:string .

<http://lexvo.org/id/char/2016> a lvont:Character ;
    lvont:represents "‖"^^xsd:string ;
    rdfs:comment "DOUBLE VERTICAL LINE"@en .

<http://lexvo.org/id/char/20160> a lvont:Character ;
    lvont:represents "𠅠"^^xsd:string .

<http://lexvo.org/id/char/20161> a lvont:Character ;
    lvont:represents "𠅡"^^xsd:string .

<http://lexvo.org/id/char/20162> a lvont:Character ;
    lvont:represents "𠅢"^^xsd:string .

<http://lexvo.org/id/char/20163> a lvont:Character ;
    lvont:represents "𠅣"^^xsd:string .

<http://lexvo.org/id/char/20164> a lvont:Character ;
    lvont:represents "𠅤"^^xsd:string .

<http://lexvo.org/id/char/20165> a lvont:Character ;
    lvont:represents "𠅥"^^xsd:string .

<http://lexvo.org/id/char/20166> a lvont:Character ;
    lvont:represents "𠅦"^^xsd:string .

<http://lexvo.org/id/char/20167> a lvont:Character ;
    lvont:represents "𠅧"^^xsd:string .

<http://lexvo.org/id/char/20168> a lvont:Character ;
    lvont:represents "𠅨"^^xsd:string .

<http://lexvo.org/id/char/20169> a lvont:Character ;
    lvont:represents "𠅩"^^xsd:string .

<http://lexvo.org/id/char/2016A> a lvont:Character ;
    lvont:represents "𠅪"^^xsd:string .

<http://lexvo.org/id/char/2016B> a lvont:Character ;
    lvont:represents "𠅫"^^xsd:string .

<http://lexvo.org/id/char/2016C> a lvont:Character ;
    lvont:represents "𠅬"^^xsd:string .

<http://lexvo.org/id/char/2016D> a lvont:Character ;
    lvont:represents "𠅭"^^xsd:string .

<http://lexvo.org/id/char/2016E> a lvont:Character ;
    lvont:represents "𠅮"^^xsd:string .

<http://lexvo.org/id/char/2016F> a lvont:Character ;
    lvont:represents "𠅯"^^xsd:string .

<http://lexvo.org/id/char/2017> a lvont:Character ;
    lvont:represents "‗"^^xsd:string ;
    rdfs:comment "DOUBLE LOW LINE"@en .

<http://lexvo.org/id/char/20170> a lvont:Character ;
    lvont:represents "𠅰"^^xsd:string .

<http://lexvo.org/id/char/20171> a lvont:Character ;
    lvont:represents "𠅱"^^xsd:string .

<http://lexvo.org/id/char/20172> a lvont:Character ;
    lvont:represents "𠅲"^^xsd:string .

<http://lexvo.org/id/char/20173> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/qu%C3%AAn>,
        "𠅳"^^xsd:string .

<http://lexvo.org/id/char/20174> a lvont:Character ;
    lvont:represents "𠅴"^^xsd:string .

<http://lexvo.org/id/char/20175> a lvont:Character ;
    lvont:represents "𠅵"^^xsd:string .

<http://lexvo.org/id/char/20176> a lvont:Character ;
    lvont:represents "𠅶"^^xsd:string .

<http://lexvo.org/id/char/20177> a lvont:Character ;
    lvont:represents "𠅷"^^xsd:string .

<http://lexvo.org/id/char/20178> a lvont:Character ;
    lvont:represents "𠅸"^^xsd:string .

<http://lexvo.org/id/char/20179> a lvont:Character ;
    lvont:represents "𠅹"^^xsd:string .

<http://lexvo.org/id/char/2017A> a lvont:Character ;
    lvont:represents "𠅺"^^xsd:string .

<http://lexvo.org/id/char/2017B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/qu%C3%AAn>,
        "𠅻"^^xsd:string .

<http://lexvo.org/id/char/2017C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/m%E1%BA%A5t>,
        "𠅼"^^xsd:string .

<http://lexvo.org/id/char/2017D> a lvont:Character ;
    lvont:represents "𠅽"^^xsd:string .

<http://lexvo.org/id/char/2017E> a lvont:Character ;
    lvont:represents "𠅾"^^xsd:string .

<http://lexvo.org/id/char/2017F> a lvont:Character ;
    lvont:represents "𠅿"^^xsd:string .

<http://lexvo.org/id/char/2018> a lvont:Character ;
    lvont:represents "‘"^^xsd:string ;
    rdfs:comment "LEFT SINGLE QUOTATION MARK"@en .

<http://lexvo.org/id/char/20180> a lvont:Character ;
    lvont:represents "𠆀"^^xsd:string .

<http://lexvo.org/id/char/20181> a lvont:Character ;
    lvont:represents "𠆁"^^xsd:string .

<http://lexvo.org/id/char/20182> a lvont:Character ;
    lvont:represents "𠆂"^^xsd:string .

<http://lexvo.org/id/char/20183> a lvont:Character ;
    lvont:represents "𠆃"^^xsd:string .

<http://lexvo.org/id/char/20184> a lvont:Character ;
    lvont:represents "𠆄"^^xsd:string .

<http://lexvo.org/id/char/20185> a lvont:Character ;
    lvont:represents "𠆅"^^xsd:string .

<http://lexvo.org/id/char/20186> a lvont:Character ;
    lvont:represents "𠆆"^^xsd:string .

<http://lexvo.org/id/char/20187> a lvont:Character ;
    lvont:represents "𠆇"^^xsd:string .

<http://lexvo.org/id/char/20188> a lvont:Character ;
    lvont:represents "𠆈"^^xsd:string .

<http://lexvo.org/id/char/20189> a lvont:Character ;
    lvont:represents "𠆉"^^xsd:string .

<http://lexvo.org/id/char/2018A> a lvont:Character ;
    lvont:represents "𠆊"^^xsd:string .

<http://lexvo.org/id/char/2018B> a lvont:Character ;
    lvont:represents "𠆋"^^xsd:string .

<http://lexvo.org/id/char/2018C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%F0%A0%86%8C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C5%8Dng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jung4>,
        <http://lexvo.org/id/term/yue/%F0%A0%86%8C>,
        "𠆌"^^xsd:string ;
    rdfs:comment "(variant of U+5EB8 庸) usual, common; to use"@en .

<http://lexvo.org/id/char/2018D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/s%E1%BB%9Fn>,
        "𠆍"^^xsd:string .

<http://lexvo.org/id/char/2018E> a lvont:Character ;
    lvont:represents "𠆎"^^xsd:string .

<http://lexvo.org/id/char/2018F> a lvont:Character ;
    lvont:represents "𠆏"^^xsd:string .

<http://lexvo.org/id/char/2019> a lvont:Character ;
    lvont:represents "’"^^xsd:string ;
    rdfs:comment "RIGHT SINGLE QUOTATION MARK"@en .

<http://lexvo.org/id/char/20190> a lvont:Character ;
    lvont:represents "𠆐"^^xsd:string .

<http://lexvo.org/id/char/20191> a lvont:Character ;
    lvont:represents "𠆑"^^xsd:string .

<http://lexvo.org/id/char/20192> a lvont:Character ;
    lvont:represents "𠆒"^^xsd:string .

<http://lexvo.org/id/char/20193> a lvont:Character ;
    lvont:represents "𠆓"^^xsd:string .

<http://lexvo.org/id/char/20194> a lvont:Character ;
    lvont:represents "𠆔"^^xsd:string .

<http://lexvo.org/id/char/20195> a lvont:Character ;
    lvont:represents "𠆕"^^xsd:string .

<http://lexvo.org/id/char/20196> a lvont:Character ;
    lvont:represents "𠆖"^^xsd:string .

<http://lexvo.org/id/char/20197> a lvont:Character ;
    lvont:represents "𠆗"^^xsd:string .

<http://lexvo.org/id/char/20198> a lvont:Character ;
    lvont:represents "𠆘"^^xsd:string .

<http://lexvo.org/id/char/20199> a lvont:Character ;
    lvont:represents "𠆙"^^xsd:string .

<http://lexvo.org/id/char/2019A> a lvont:Character ;
    lvont:represents "𠆚"^^xsd:string .

<http://lexvo.org/id/char/2019B> a lvont:Character ;
    lvont:represents "𠆛"^^xsd:string .

<http://lexvo.org/id/char/2019C> a lvont:Character ;
    lvont:represents "𠆜"^^xsd:string .

<http://lexvo.org/id/char/2019D> a lvont:Character ;
    lvont:represents "𠆝"^^xsd:string .

<http://lexvo.org/id/char/2019E> a lvont:Character ;
    lvont:represents "𠆞"^^xsd:string .

<http://lexvo.org/id/char/2019F> a lvont:Character ;
    lvont:represents "𠆟"^^xsd:string .

<http://lexvo.org/id/char/201A> a lvont:Character ;
    lvont:represents "‚"^^xsd:string ;
    rdfs:comment "SINGLE LOW-9 QUOTATION MARK"@en .

<http://lexvo.org/id/char/201A0> a lvont:Character ;
    lvont:represents "𠆠"^^xsd:string .

<http://lexvo.org/id/char/201A1> a lvont:Character ;
    lvont:represents "𠆡"^^xsd:string .

<http://lexvo.org/id/char/201A3> a lvont:Character ;
    lvont:represents "𠆣"^^xsd:string .

<http://lexvo.org/id/char/201A4> a lvont:Character ;
    lvont:represents "𠆤"^^xsd:string .

<http://lexvo.org/id/char/201A5> a lvont:Character ;
    lvont:represents "𠆥"^^xsd:string .

<http://lexvo.org/id/char/201A6> a lvont:Character ;
    lvont:represents "𠆦"^^xsd:string .

<http://lexvo.org/id/char/201A7> a lvont:Character ;
    lvont:represents "𠆧"^^xsd:string .

<http://lexvo.org/id/char/201A8> a lvont:Character ;
    lvont:represents "𠆨"^^xsd:string .

<http://lexvo.org/id/char/201A9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/faan2>,
        <http://lexvo.org/id/term/yue/%F0%A0%86%A9>,
        "𠆩"^^xsd:string ;
    rdfs:comment "(Cant.) to play"@en .

<http://lexvo.org/id/char/201AA> a lvont:Character ;
    lvont:represents "𠆪"^^xsd:string .

<http://lexvo.org/id/char/201AB> a lvont:Character ;
    lvont:represents "𠆫"^^xsd:string .

<http://lexvo.org/id/char/201AC> a lvont:Character ;
    lvont:represents "𠆬"^^xsd:string .

<http://lexvo.org/id/char/201AD> a lvont:Character ;
    lvont:represents "𠆭"^^xsd:string .

<http://lexvo.org/id/char/201AE> a lvont:Character ;
    lvont:represents "𠆮"^^xsd:string .

<http://lexvo.org/id/char/201AF> a lvont:Character ;
    lvont:represents "𠆯"^^xsd:string .

<http://lexvo.org/id/char/201B> a lvont:Character ;
    lvont:represents "‛"^^xsd:string ;
    rdfs:comment "SINGLE HIGH-REVERSED-9 QUOTATION MARK"@en .

<http://lexvo.org/id/char/201B0> a lvont:Character ;
    lvont:represents "𠆰"^^xsd:string .

<http://lexvo.org/id/char/201B1> a lvont:Character ;
    lvont:represents "𠆱"^^xsd:string .

<http://lexvo.org/id/char/201B2> a lvont:Character ;
    lvont:represents "𠆲"^^xsd:string .

<http://lexvo.org/id/char/201B3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/tr%C3%B9m>,
        "𠆳"^^xsd:string .

<http://lexvo.org/id/char/201B4> a lvont:Character ;
    lvont:represents "𠆴"^^xsd:string .

<http://lexvo.org/id/char/201B5> a lvont:Character ;
    lvont:represents "𠆵"^^xsd:string .

<http://lexvo.org/id/char/201B6> a lvont:Character ;
    lvont:represents "𠆶"^^xsd:string .

<http://lexvo.org/id/char/201B7> a lvont:Character ;
    lvont:represents "𠆷"^^xsd:string .

<http://lexvo.org/id/char/201B8> a lvont:Character ;
    lvont:represents "𠆸"^^xsd:string .

<http://lexvo.org/id/char/201B9> a lvont:Character ;
    lvont:represents "𠆹"^^xsd:string .

<http://lexvo.org/id/char/201BA> a lvont:Character ;
    lvont:represents "𠆺"^^xsd:string .

<http://lexvo.org/id/char/201BB> a lvont:Character ;
    lvont:represents "𠆻"^^xsd:string .

<http://lexvo.org/id/char/201BC> a lvont:Character ;
    lvont:represents "𠆼"^^xsd:string .

<http://lexvo.org/id/char/201BD> a lvont:Character ;
    lvont:represents "𠆽"^^xsd:string .

<http://lexvo.org/id/char/201BE> a lvont:Character ;
    lvont:represents "𠆾"^^xsd:string .

<http://lexvo.org/id/char/201BF> a lvont:Character ;
    lvont:represents "𠆿"^^xsd:string .

<http://lexvo.org/id/char/201C> a lvont:Character ;
    lvont:represents "“"^^xsd:string ;
    rdfs:comment "LEFT DOUBLE QUOTATION MARK"@en .

<http://lexvo.org/id/char/201C0> a lvont:Character ;
    lvont:represents "𠇀"^^xsd:string .

<http://lexvo.org/id/char/201C1> a lvont:Character ;
    lvont:represents "𠇁"^^xsd:string .

<http://lexvo.org/id/char/201C2> a lvont:Character ;
    lvont:represents "𠇂"^^xsd:string .

<http://lexvo.org/id/char/201C3> a lvont:Character ;
    lvont:represents "𠇃"^^xsd:string .

<http://lexvo.org/id/char/201C4> a lvont:Character ;
    lvont:represents "𠇄"^^xsd:string .

<http://lexvo.org/id/char/201C5> a lvont:Character ;
    lvont:represents "𠇅"^^xsd:string .

<http://lexvo.org/id/char/201C6> a lvont:Character ;
    lvont:represents "𠇆"^^xsd:string .

<http://lexvo.org/id/char/201C7> a lvont:Character ;
    lvont:represents "𠇇"^^xsd:string .

<http://lexvo.org/id/char/201C8> a lvont:Character ;
    lvont:represents "𠇈"^^xsd:string .

<http://lexvo.org/id/char/201C9> a lvont:Character ;
    lvont:represents "𠇉"^^xsd:string .

<http://lexvo.org/id/char/201CA> a lvont:Character ;
    lvont:represents "𠇊"^^xsd:string .

<http://lexvo.org/id/char/201CB> a lvont:Character ;
    lvont:represents "𠇋"^^xsd:string .

<http://lexvo.org/id/char/201CC> a lvont:Character ;
    lvont:represents "𠇌"^^xsd:string .

<http://lexvo.org/id/char/201CD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/v%E1%BB%9Bi>,
        "𠇍"^^xsd:string .

<http://lexvo.org/id/char/201CE> a lvont:Character ;
    lvont:represents "𠇎"^^xsd:string .

<http://lexvo.org/id/char/201CF> a lvont:Character ;
    lvont:represents "𠇏"^^xsd:string .

<http://lexvo.org/id/char/201D> a lvont:Character ;
    lvont:represents "”"^^xsd:string ;
    rdfs:comment "RIGHT DOUBLE QUOTATION MARK"@en .

<http://lexvo.org/id/char/201D0> a lvont:Character ;
    lvont:represents "𠇐"^^xsd:string .

<http://lexvo.org/id/char/201D1> a lvont:Character ;
    lvont:represents "𠇑"^^xsd:string .

<http://lexvo.org/id/char/201D2> a lvont:Character ;
    lvont:represents "𠇒"^^xsd:string .

<http://lexvo.org/id/char/201D3> a lvont:Character ;
    lvont:represents "𠇓"^^xsd:string .

<http://lexvo.org/id/char/201D4> a lvont:Character ;
    lvont:represents "𠇔"^^xsd:string .

<http://lexvo.org/id/char/201D5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/va>,
        "𠇕"^^xsd:string .

<http://lexvo.org/id/char/201D6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/b%E1%BB%A3m>,
        "𠇖"^^xsd:string .

<http://lexvo.org/id/char/201D7> a lvont:Character ;
    lvont:represents "𠇗"^^xsd:string .

<http://lexvo.org/id/char/201D8> a lvont:Character ;
    lvont:represents "𠇘"^^xsd:string .

<http://lexvo.org/id/char/201D9> a lvont:Character ;
    lvont:represents "𠇙"^^xsd:string .

<http://lexvo.org/id/char/201DA> a lvont:Character ;
    lvont:represents "𠇚"^^xsd:string .

<http://lexvo.org/id/char/201DB> a lvont:Character ;
    lvont:represents "𠇛"^^xsd:string .

<http://lexvo.org/id/char/201DC> a lvont:Character ;
    lvont:represents "𠇜"^^xsd:string .

<http://lexvo.org/id/char/201DD> a lvont:Character ;
    lvont:represents "𠇝"^^xsd:string .

<http://lexvo.org/id/char/201DE> a lvont:Character ;
    lvont:represents "𠇞"^^xsd:string .

<http://lexvo.org/id/char/201DF> a lvont:Character ;
    lvont:represents "𠇟"^^xsd:string .

<http://lexvo.org/id/char/201E> a lvont:Character ;
    lvont:represents "„"^^xsd:string ;
    rdfs:comment "DOUBLE LOW-9 QUOTATION MARK"@en .

<http://lexvo.org/id/char/201E0> a lvont:Character ;
    lvont:represents "𠇠"^^xsd:string .

<http://lexvo.org/id/char/201E1> a lvont:Character ;
    lvont:represents "𠇡"^^xsd:string .

<http://lexvo.org/id/char/201E2> a lvont:Character ;
    lvont:represents "𠇢"^^xsd:string .

<http://lexvo.org/id/char/201E3> a lvont:Character ;
    lvont:represents "𠇣"^^xsd:string .

<http://lexvo.org/id/char/201E4> a lvont:Character ;
    lvont:represents "𠇤"^^xsd:string .

<http://lexvo.org/id/char/201E5> a lvont:Character ;
    lvont:represents "𠇥"^^xsd:string .

<http://lexvo.org/id/char/201E6> a lvont:Character ;
    lvont:represents "𠇦"^^xsd:string .

<http://lexvo.org/id/char/201E7> a lvont:Character ;
    lvont:represents "𠇧"^^xsd:string .

<http://lexvo.org/id/char/201E8> a lvont:Character ;
    lvont:represents "𠇨"^^xsd:string .

<http://lexvo.org/id/char/201E9> a lvont:Character ;
    lvont:represents "𠇩"^^xsd:string .

<http://lexvo.org/id/char/201EA> a lvont:Character ;
    lvont:represents "𠇪"^^xsd:string .

<http://lexvo.org/id/char/201EB> a lvont:Character ;
    lvont:represents "𠇫"^^xsd:string .

<http://lexvo.org/id/char/201EC> a lvont:Character ;
    lvont:represents "𠇬"^^xsd:string .

<http://lexvo.org/id/char/201ED> a lvont:Character ;
    lvont:represents "𠇭"^^xsd:string .

<http://lexvo.org/id/char/201EE> a lvont:Character ;
    lvont:represents "𠇮"^^xsd:string .

<http://lexvo.org/id/char/201EF> a lvont:Character ;
    lvont:represents "𠇯"^^xsd:string .

<http://lexvo.org/id/char/201F> a lvont:Character ;
    lvont:represents "‟"^^xsd:string ;
    rdfs:comment "DOUBLE HIGH-REVERSED-9 QUOTATION MARK"@en .

<http://lexvo.org/id/char/201F0> a lvont:Character ;
    lvont:represents "𠇰"^^xsd:string .

<http://lexvo.org/id/char/201F1> a lvont:Character ;
    lvont:represents "𠇱"^^xsd:string .

<http://lexvo.org/id/char/201F2> a lvont:Character ;
    lvont:represents "𠇲"^^xsd:string .

<http://lexvo.org/id/char/201F3> a lvont:Character ;
    lvont:represents "𠇳"^^xsd:string .

<http://lexvo.org/id/char/201F4> a lvont:Character ;
    lvont:represents "𠇴"^^xsd:string .

<http://lexvo.org/id/char/201F5> a lvont:Character ;
    lvont:represents "𠇵"^^xsd:string .

<http://lexvo.org/id/char/201F6> a lvont:Character ;
    lvont:represents "𠇶"^^xsd:string .

<http://lexvo.org/id/char/201F7> a lvont:Character ;
    lvont:represents "𠇷"^^xsd:string .

<http://lexvo.org/id/char/201F8> a lvont:Character ;
    lvont:represents "𠇸"^^xsd:string .

<http://lexvo.org/id/char/201F9> a lvont:Character ;
    lvont:represents "𠇹"^^xsd:string .

<http://lexvo.org/id/char/201FA> a lvont:Character ;
    lvont:represents "𠇺"^^xsd:string .

<http://lexvo.org/id/char/201FB> a lvont:Character ;
    lvont:represents "𠇻"^^xsd:string .

<http://lexvo.org/id/char/201FC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/h%C3%B9a>,
        "𠇼"^^xsd:string .

<http://lexvo.org/id/char/201FD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/t%E1%BB%91p>,
        "𠇽"^^xsd:string .

<http://lexvo.org/id/char/201FE> a lvont:Character ;
    lvont:represents "𠇾"^^xsd:string .

<http://lexvo.org/id/char/201FF> a lvont:Character ;
    lvont:represents "𠇿"^^xsd:string .

<http://lexvo.org/id/char/2020> a lvont:Character ;
    lvont:represents "†"^^xsd:string ;
    rdfs:comment "DAGGER"@en .

<http://lexvo.org/id/char/20200> a lvont:Character ;
    lvont:represents "𠈀"^^xsd:string .

<http://lexvo.org/id/char/20201> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/tu%C5%8D>,
        "𠈁"^^xsd:string .

<http://lexvo.org/id/char/20202> a lvont:Character ;
    lvont:represents "𠈂"^^xsd:string .

<http://lexvo.org/id/char/20203> a lvont:Character ;
    lvont:represents "𠈃"^^xsd:string .

<http://lexvo.org/id/char/20204> a lvont:Character ;
    lvont:represents "𠈄"^^xsd:string .

<http://lexvo.org/id/char/20205> a lvont:Character ;
    lvont:represents "𠈅"^^xsd:string .

<http://lexvo.org/id/char/20206> a lvont:Character ;
    lvont:represents "𠈆"^^xsd:string .

<http://lexvo.org/id/char/20207> a lvont:Character ;
    lvont:represents "𠈇"^^xsd:string .

<http://lexvo.org/id/char/20208> a lvont:Character ;
    lvont:represents "𠈈"^^xsd:string .

<http://lexvo.org/id/char/20209> a lvont:Character ;
    lvont:represents "𠈉"^^xsd:string .

<http://lexvo.org/id/char/2020A> a lvont:Character ;
    lvont:represents "𠈊"^^xsd:string .

<http://lexvo.org/id/char/2020B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/nh%C3%B2ng>,
        "𠈋"^^xsd:string .

<http://lexvo.org/id/char/2020C> a lvont:Character ;
    lvont:represents "𠈌"^^xsd:string .

<http://lexvo.org/id/char/2020D> a lvont:Character ;
    lvont:represents "𠈍"^^xsd:string .

<http://lexvo.org/id/char/2020E> a lvont:Character ;
    lvont:represents "𠈎"^^xsd:string .

<http://lexvo.org/id/char/2020F> a lvont:Character ;
    lvont:represents "𠈏"^^xsd:string .

<http://lexvo.org/id/char/2021> a lvont:Character ;
    lvont:represents "‡"^^xsd:string ;
    rdfs:comment "DOUBLE DAGGER"@en .

<http://lexvo.org/id/char/20210> a lvont:Character ;
    lvont:represents "𠈐"^^xsd:string .

<http://lexvo.org/id/char/20211> a lvont:Character ;
    lvont:represents "𠈑"^^xsd:string .

<http://lexvo.org/id/char/20212> a lvont:Character ;
    lvont:represents "𠈒"^^xsd:string .

<http://lexvo.org/id/char/20213> a lvont:Character ;
    lvont:represents "𠈓"^^xsd:string .

<http://lexvo.org/id/char/20214> a lvont:Character ;
    lvont:represents "𠈔"^^xsd:string .

<http://lexvo.org/id/char/20215> a lvont:Character ;
    lvont:represents "𠈕"^^xsd:string .

<http://lexvo.org/id/char/20216> a lvont:Character ;
    lvont:represents "𠈖"^^xsd:string .

<http://lexvo.org/id/char/20217> a lvont:Character ;
    lvont:represents "𠈗"^^xsd:string .

<http://lexvo.org/id/char/20218> a lvont:Character ;
    lvont:represents "𠈘"^^xsd:string .

<http://lexvo.org/id/char/20219> a lvont:Character ;
    lvont:represents "𠈙"^^xsd:string .

<http://lexvo.org/id/char/2021A> a lvont:Character ;
    lvont:represents "𠈚"^^xsd:string .

<http://lexvo.org/id/char/2021B> a lvont:Character ;
    lvont:represents "𠈛"^^xsd:string .

<http://lexvo.org/id/char/2021C> a lvont:Character ;
    lvont:represents "𠈜"^^xsd:string .

<http://lexvo.org/id/char/2021D> a lvont:Character ;
    lvont:represents "𠈝"^^xsd:string .

<http://lexvo.org/id/char/2021E> a lvont:Character ;
    lvont:represents "𠈞"^^xsd:string .

<http://lexvo.org/id/char/2021F> a lvont:Character ;
    lvont:represents "𠈟"^^xsd:string .

<http://lexvo.org/id/char/2022> a lvont:Character ;
    lvont:represents "•"^^xsd:string ;
    rdfs:comment "BULLET"@en .

<http://lexvo.org/id/char/20220> a lvont:Character ;
    lvont:represents "𠈠"^^xsd:string .

<http://lexvo.org/id/char/20221> a lvont:Character ;
    lvont:represents "𠈡"^^xsd:string .

<http://lexvo.org/id/char/20222> a lvont:Character ;
    lvont:represents "𠈢"^^xsd:string .

<http://lexvo.org/id/char/20223> a lvont:Character ;
    lvont:represents "𠈣"^^xsd:string .

<http://lexvo.org/id/char/20224> a lvont:Character ;
    lvont:represents "𠈤"^^xsd:string .

<http://lexvo.org/id/char/20225> a lvont:Character ;
    lvont:represents "𠈥"^^xsd:string .

<http://lexvo.org/id/char/20226> a lvont:Character ;
    lvont:represents "𠈦"^^xsd:string .

<http://lexvo.org/id/char/20227> a lvont:Character ;
    lvont:represents "𠈧"^^xsd:string .

<http://lexvo.org/id/char/20228> a lvont:Character ;
    lvont:represents "𠈨"^^xsd:string .

<http://lexvo.org/id/char/20229> a lvont:Character ;
    lvont:represents "𠈩"^^xsd:string .

<http://lexvo.org/id/char/2022A> a lvont:Character ;
    lvont:represents "𠈪"^^xsd:string .

<http://lexvo.org/id/char/2022B> a lvont:Character ;
    lvont:represents "𠈫"^^xsd:string .

<http://lexvo.org/id/char/2022C> a lvont:Character ;
    lvont:represents "𠈬"^^xsd:string .

<http://lexvo.org/id/char/2022D> a lvont:Character ;
    lvont:represents "𠈭"^^xsd:string .

<http://lexvo.org/id/char/2022E> a lvont:Character ;
    lvont:represents "𠈮"^^xsd:string .

<http://lexvo.org/id/char/2022F> a lvont:Character ;
    lvont:represents "𠈯"^^xsd:string .

<http://lexvo.org/id/char/2023> a lvont:Character ;
    lvont:represents "‣"^^xsd:string ;
    rdfs:comment "TRIANGULAR BULLET"@en .

<http://lexvo.org/id/char/20230> a lvont:Character ;
    lvont:represents "𠈰"^^xsd:string .

<http://lexvo.org/id/char/20231> a lvont:Character ;
    lvont:represents "𠈱"^^xsd:string .

<http://lexvo.org/id/char/20232> a lvont:Character ;
    lvont:represents "𠈲"^^xsd:string .

<http://lexvo.org/id/char/20233> a lvont:Character ;
    lvont:represents "𠈳"^^xsd:string .

<http://lexvo.org/id/char/20234> a lvont:Character ;
    lvont:represents "𠈴"^^xsd:string .

<http://lexvo.org/id/char/20235> a lvont:Character ;
    lvont:represents "𠈵"^^xsd:string .

<http://lexvo.org/id/char/20236> a lvont:Character ;
    lvont:represents "𠈶"^^xsd:string .

<http://lexvo.org/id/char/20237> a lvont:Character ;
    lvont:represents "𠈷"^^xsd:string .

<http://lexvo.org/id/char/20238> a lvont:Character ;
    lvont:represents "𠈸"^^xsd:string .

<http://lexvo.org/id/char/20239> a lvont:Character ;
    lvont:represents "𠈹"^^xsd:string .

<http://lexvo.org/id/char/2023A> a lvont:Character ;
    lvont:represents "𠈺"^^xsd:string .

<http://lexvo.org/id/char/2023B> a lvont:Character ;
    lvont:represents "𠈻"^^xsd:string .

<http://lexvo.org/id/char/2023C> a lvont:Character ;
    lvont:represents "𠈼"^^xsd:string .

<http://lexvo.org/id/char/2023D> a lvont:Character ;
    lvont:represents "𠈽"^^xsd:string .

<http://lexvo.org/id/char/2023E> a lvont:Character ;
    lvont:represents "𠈾"^^xsd:string .

<http://lexvo.org/id/char/2023F> a lvont:Character ;
    lvont:represents "𠈿"^^xsd:string .

<http://lexvo.org/id/char/2024> a lvont:Character ;
    lvont:represents "․"^^xsd:string ;
    rdfs:comment "ONE DOT LEADER"@en .

<http://lexvo.org/id/char/20240> a lvont:Character ;
    lvont:represents "𠉀"^^xsd:string .

<http://lexvo.org/id/char/20241> a lvont:Character ;
    lvont:represents "𠉁"^^xsd:string .

<http://lexvo.org/id/char/20242> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%A0>,
        "𠉂"^^xsd:string .

<http://lexvo.org/id/char/20243> a lvont:Character ;
    lvont:represents "𠉃"^^xsd:string .

<http://lexvo.org/id/char/20244> a lvont:Character ;
    lvont:represents "𠉄"^^xsd:string .

<http://lexvo.org/id/char/20245> a lvont:Character ;
    lvont:represents "𠉅"^^xsd:string .

<http://lexvo.org/id/char/20246> a lvont:Character ;
    lvont:represents "𠉆"^^xsd:string .

<http://lexvo.org/id/char/20247> a lvont:Character ;
    lvont:represents "𠉇"^^xsd:string .

<http://lexvo.org/id/char/20248> a lvont:Character ;
    lvont:represents "𠉈"^^xsd:string .

<http://lexvo.org/id/char/20249> a lvont:Character ;
    lvont:represents "𠉉"^^xsd:string .

<http://lexvo.org/id/char/2024A> a lvont:Character ;
    lvont:represents "𠉊"^^xsd:string .

<http://lexvo.org/id/char/2024B> a lvont:Character ;
    lvont:represents "𠉋"^^xsd:string .

<http://lexvo.org/id/char/2024C> a lvont:Character ;
    lvont:represents "𠉌"^^xsd:string .

<http://lexvo.org/id/char/2024D> a lvont:Character ;
    lvont:represents "𠉍"^^xsd:string .

<http://lexvo.org/id/char/2024E> a lvont:Character ;
    lvont:represents "𠉎"^^xsd:string .

<http://lexvo.org/id/char/2024F> a lvont:Character ;
    lvont:represents "𠉏"^^xsd:string .

<http://lexvo.org/id/char/2025> a lvont:Character ;
    lvont:represents "‥"^^xsd:string ;
    rdfs:comment "TWO DOT LEADER"@en .

<http://lexvo.org/id/char/20250> a lvont:Character ;
    lvont:represents "𠉐"^^xsd:string .

<http://lexvo.org/id/char/20251> a lvont:Character ;
    lvont:represents "𠉑"^^xsd:string .

<http://lexvo.org/id/char/20252> a lvont:Character ;
    lvont:represents "𠉒"^^xsd:string .

<http://lexvo.org/id/char/20253> a lvont:Character ;
    lvont:represents "𠉓"^^xsd:string .

<http://lexvo.org/id/char/20254> a lvont:Character ;
    lvont:represents "𠉔"^^xsd:string .

<http://lexvo.org/id/char/20255> a lvont:Character ;
    lvont:represents "𠉕"^^xsd:string .

<http://lexvo.org/id/char/20256> a lvont:Character ;
    lvont:represents "𠉖"^^xsd:string .

<http://lexvo.org/id/char/20257> a lvont:Character ;
    lvont:represents "𠉗"^^xsd:string .

<http://lexvo.org/id/char/20258> a lvont:Character ;
    lvont:represents "𠉘"^^xsd:string .

<http://lexvo.org/id/char/20259> a lvont:Character ;
    lvont:represents "𠉙"^^xsd:string .

<http://lexvo.org/id/char/2025A> a lvont:Character ;
    lvont:represents "𠉚"^^xsd:string .

<http://lexvo.org/id/char/2025B> a lvont:Character ;
    lvont:represents "𠉛"^^xsd:string .

<http://lexvo.org/id/char/2025C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/v%C3%A3i>,
        "𠉜"^^xsd:string .

<http://lexvo.org/id/char/2025D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ngh%C4%A9>,
        "𠉝"^^xsd:string .

<http://lexvo.org/id/char/2025E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/nay>,
        "𠉞"^^xsd:string .

<http://lexvo.org/id/char/2025F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/xi%C3%AAn>,
        "𠉟"^^xsd:string .

<http://lexvo.org/id/char/2026> a lvont:Character ;
    lvont:represents "…"^^xsd:string ;
    rdfs:comment "HORIZONTAL ELLIPSIS"@en .

<http://lexvo.org/id/char/20260> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/tr%C3%A0y>,
        "𠉠"^^xsd:string .

<http://lexvo.org/id/char/20261> a lvont:Character ;
    lvont:represents "𠉡"^^xsd:string .

<http://lexvo.org/id/char/20262> a lvont:Character ;
    lvont:represents "𠉢"^^xsd:string .

<http://lexvo.org/id/char/20263> a lvont:Character ;
    lvont:represents "𠉣"^^xsd:string .

<http://lexvo.org/id/char/20264> a lvont:Character ;
    lvont:represents "𠉤"^^xsd:string .

<http://lexvo.org/id/char/20265> a lvont:Character ;
    lvont:represents "𠉥"^^xsd:string .

<http://lexvo.org/id/char/20266> a lvont:Character ;
    lvont:represents "𠉦"^^xsd:string .

<http://lexvo.org/id/char/20267> a lvont:Character ;
    lvont:represents "𠉧"^^xsd:string .

<http://lexvo.org/id/char/20268> a lvont:Character ;
    lvont:represents "𠉨"^^xsd:string .

<http://lexvo.org/id/char/20269> a lvont:Character ;
    lvont:represents "𠉩"^^xsd:string .

<http://lexvo.org/id/char/2026A> a lvont:Character ;
    lvont:represents "𠉪"^^xsd:string .

<http://lexvo.org/id/char/2026B> a lvont:Character ;
    lvont:represents "𠉫"^^xsd:string .

<http://lexvo.org/id/char/2026C> a lvont:Character ;
    lvont:represents "𠉬"^^xsd:string .

<http://lexvo.org/id/char/2026D> a lvont:Character ;
    lvont:represents "𠉭"^^xsd:string .

<http://lexvo.org/id/char/2026E> a lvont:Character ;
    lvont:represents "𠉮"^^xsd:string .

<http://lexvo.org/id/char/2026F> a lvont:Character ;
    lvont:represents "𠉯"^^xsd:string .

<http://lexvo.org/id/char/2027> a lvont:Character ;
    lvont:represents "‧"^^xsd:string ;
    rdfs:comment "HYPHENATION POINT"@en .

<http://lexvo.org/id/char/20270> a lvont:Character ;
    lvont:represents "𠉰"^^xsd:string .

<http://lexvo.org/id/char/20271> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ph%C6%B0%E1%BB%9Dng>,
        "𠉱"^^xsd:string .

<http://lexvo.org/id/char/20272> a lvont:Character ;
    lvont:represents "𠉲"^^xsd:string .

<http://lexvo.org/id/char/20273> a lvont:Character ;
    lvont:represents "𠉳"^^xsd:string .

<http://lexvo.org/id/char/20274> a lvont:Character ;
    lvont:represents "𠉴"^^xsd:string .

<http://lexvo.org/id/char/20275> a lvont:Character ;
    lvont:represents "𠉵"^^xsd:string .

<http://lexvo.org/id/char/20276> a lvont:Character ;
    lvont:represents "𠉶"^^xsd:string .

<http://lexvo.org/id/char/20277> a lvont:Character ;
    lvont:represents "𠉷"^^xsd:string .

<http://lexvo.org/id/char/20278> a lvont:Character ;
    lvont:represents "𠉸"^^xsd:string .

<http://lexvo.org/id/char/20279> a lvont:Character ;
    lvont:represents "𠉹"^^xsd:string .

<http://lexvo.org/id/char/2027A> a lvont:Character ;
    lvont:represents "𠉺"^^xsd:string .

<http://lexvo.org/id/char/2027B> a lvont:Character ;
    lvont:represents "𠉻"^^xsd:string .

<http://lexvo.org/id/char/2027C> a lvont:Character ;
    lvont:represents "𠉼"^^xsd:string .

<http://lexvo.org/id/char/2027D> a lvont:Character ;
    lvont:represents "𠉽"^^xsd:string .

<http://lexvo.org/id/char/2027E> a lvont:Character ;
    lvont:represents "𠉾"^^xsd:string .

<http://lexvo.org/id/char/2027F> a lvont:Character ;
    lvont:represents "𠉿"^^xsd:string .

<http://lexvo.org/id/char/2028> a lvont:Character ;
    lvont:represents " "^^xsd:string ;
    rdfs:comment "LINE SEPARATOR"@en .

<http://lexvo.org/id/char/20280> a lvont:Character ;
    lvont:represents "𠊀"^^xsd:string .

<http://lexvo.org/id/char/20281> a lvont:Character ;
    lvont:represents "𠊁"^^xsd:string .

<http://lexvo.org/id/char/20282> a lvont:Character ;
    lvont:represents "𠊂"^^xsd:string .

<http://lexvo.org/id/char/20283> a lvont:Character ;
    lvont:represents "𠊃"^^xsd:string .

<http://lexvo.org/id/char/20284> a lvont:Character ;
    lvont:represents "𠊄"^^xsd:string .

<http://lexvo.org/id/char/20285> a lvont:Character ;
    lvont:represents "𠊅"^^xsd:string .

<http://lexvo.org/id/char/20286> a lvont:Character ;
    lvont:represents "𠊆"^^xsd:string .

<http://lexvo.org/id/char/20287> a lvont:Character ;
    lvont:represents "𠊇"^^xsd:string .

<http://lexvo.org/id/char/20288> a lvont:Character ;
    lvont:represents "𠊈"^^xsd:string .

<http://lexvo.org/id/char/20289> a lvont:Character ;
    lvont:represents "𠊉"^^xsd:string .

<http://lexvo.org/id/char/2028A> a lvont:Character ;
    lvont:represents "𠊊"^^xsd:string .

<http://lexvo.org/id/char/2028B> a lvont:Character ;
    lvont:represents "𠊋"^^xsd:string .

<http://lexvo.org/id/char/2028C> a lvont:Character ;
    lvont:represents "𠊌"^^xsd:string .

<http://lexvo.org/id/char/2028D> a lvont:Character ;
    lvont:represents "𠊍"^^xsd:string .

<http://lexvo.org/id/char/2028E> a lvont:Character ;
    lvont:represents "𠊎"^^xsd:string .

<http://lexvo.org/id/char/2028F> a lvont:Character ;
    lvont:represents "𠊏"^^xsd:string .

<http://lexvo.org/id/char/2029> a lvont:Character ;
    lvont:represents " "^^xsd:string ;
    rdfs:comment "PARAGRAPH SEPARATOR"@en .

<http://lexvo.org/id/char/20290> a lvont:Character ;
    lvont:represents "𠊐"^^xsd:string .

<http://lexvo.org/id/char/20291> a lvont:Character ;
    lvont:represents "𠊑"^^xsd:string .

<http://lexvo.org/id/char/20292> a lvont:Character ;
    lvont:represents "𠊒"^^xsd:string .

<http://lexvo.org/id/char/20293> a lvont:Character ;
    lvont:represents "𠊓"^^xsd:string .

<http://lexvo.org/id/char/20294> a lvont:Character ;
    lvont:represents "𠊔"^^xsd:string .

<http://lexvo.org/id/char/20295> a lvont:Character ;
    lvont:represents "𠊕"^^xsd:string .

<http://lexvo.org/id/char/20296> a lvont:Character ;
    lvont:represents "𠊖"^^xsd:string .

<http://lexvo.org/id/char/20297> a lvont:Character ;
    lvont:represents "𠊗"^^xsd:string .

<http://lexvo.org/id/char/20298> a lvont:Character ;
    lvont:represents "𠊘"^^xsd:string .

<http://lexvo.org/id/char/20299> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ngh%C3%A8>,
        "𠊙"^^xsd:string .

<http://lexvo.org/id/char/2029A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ng%C3%A0i>,
        "𠊚"^^xsd:string .

<http://lexvo.org/id/char/2029B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ng%C6%B0%E1%BB%9Di>,
        "𠊛"^^xsd:string .

<http://lexvo.org/id/char/2029C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/nh%E1%BB%91>,
        "𠊜"^^xsd:string .

<http://lexvo.org/id/char/2029D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/thay>,
        "𠊝"^^xsd:string .

<http://lexvo.org/id/char/2029E> a lvont:Character ;
    lvont:represents "𠊞"^^xsd:string .

<http://lexvo.org/id/char/2029F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C7%90n>,
        <http://lexvo.org/id/term/vie/th%E1%BA%B1ng>,
        "𠊟"^^xsd:string .

<http://lexvo.org/id/char/202A> a lvont:Character ;
    lvont:represents "‪"^^xsd:string ;
    rdfs:comment "LEFT-TO-RIGHT EMBEDDING"@en .

<http://lexvo.org/id/char/202A0> a lvont:Character ;
    lvont:represents "𠊠"^^xsd:string .

<http://lexvo.org/id/char/202A1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/v%E1%BB%AFng>,
        "𠊡"^^xsd:string .

<http://lexvo.org/id/char/202A2> a lvont:Character ;
    lvont:represents "𠊢"^^xsd:string .

<http://lexvo.org/id/char/202A3> a lvont:Character ;
    lvont:represents "𠊣"^^xsd:string .

<http://lexvo.org/id/char/202A4> a lvont:Character ;
    lvont:represents "𠊤"^^xsd:string .

<http://lexvo.org/id/char/202A5> a lvont:Character ;
    lvont:represents "𠊥"^^xsd:string .

<http://lexvo.org/id/char/202A6> a lvont:Character ;
    lvont:represents "𠊦"^^xsd:string .

<http://lexvo.org/id/char/202A7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%F0%A0%8A%A7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%ACng>,
        "𠊧"^^xsd:string ;
    rdfs:comment "even, together; to reduce, equalize"@en .

<http://lexvo.org/id/char/202A8> a lvont:Character ;
    lvont:represents "𠊨"^^xsd:string .

<http://lexvo.org/id/char/202A9> a lvont:Character ;
    lvont:represents "𠊩"^^xsd:string .

<http://lexvo.org/id/char/202AA> a lvont:Character ;
    lvont:represents "𠊪"^^xsd:string .

<http://lexvo.org/id/char/202AB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/to%E1%BA%A1ng>,
        "𠊫"^^xsd:string .

<http://lexvo.org/id/char/202AC> a lvont:Character ;
    lvont:represents "𠊬"^^xsd:string .

<http://lexvo.org/id/char/202AD> a lvont:Character ;
    lvont:represents "𠊭"^^xsd:string .

<http://lexvo.org/id/char/202AE> a lvont:Character ;
    lvont:represents "𠊮"^^xsd:string .

<http://lexvo.org/id/char/202AF> a lvont:Character ;
    lvont:represents "𠊯"^^xsd:string .

<http://lexvo.org/id/char/202B> a lvont:Character ;
    lvont:represents "‫"^^xsd:string ;
    rdfs:comment "RIGHT-TO-LEFT EMBEDDING"@en .

<http://lexvo.org/id/char/202B0> a lvont:Character ;
    lvont:represents "𠊰"^^xsd:string .

<http://lexvo.org/id/char/202B1> a lvont:Character ;
    lvont:represents "𠊱"^^xsd:string .

<http://lexvo.org/id/char/202B2> a lvont:Character ;
    lvont:represents "𠊲"^^xsd:string .

<http://lexvo.org/id/char/202B3> a lvont:Character ;
    lvont:represents "𠊳"^^xsd:string .

<http://lexvo.org/id/char/202B4> a lvont:Character ;
    lvont:represents "𠊴"^^xsd:string .

<http://lexvo.org/id/char/202B5> a lvont:Character ;
    lvont:represents "𠊵"^^xsd:string .

<http://lexvo.org/id/char/202B6> a lvont:Character ;
    lvont:represents "𠊶"^^xsd:string .

<http://lexvo.org/id/char/202B7> a lvont:Character ;
    lvont:represents "𠊷"^^xsd:string .

<http://lexvo.org/id/char/202B8> a lvont:Character ;
    lvont:represents "𠊸"^^xsd:string .

<http://lexvo.org/id/char/202B9> a lvont:Character ;
    lvont:represents "𠊹"^^xsd:string .

<http://lexvo.org/id/char/202BA> a lvont:Character ;
    lvont:represents "𠊺"^^xsd:string .

<http://lexvo.org/id/char/202BB> a lvont:Character ;
    lvont:represents "𠊻"^^xsd:string .

<http://lexvo.org/id/char/202BC> a lvont:Character ;
    lvont:represents "𠊼"^^xsd:string .

<http://lexvo.org/id/char/202BD> a lvont:Character ;
    lvont:represents "𠊽"^^xsd:string .

<http://lexvo.org/id/char/202BE> a lvont:Character ;
    lvont:represents "𠊾"^^xsd:string .

<http://lexvo.org/id/char/202BF> a lvont:Character ;
    lvont:represents "𠊿"^^xsd:string .

<http://lexvo.org/id/char/202C> a lvont:Character ;
    lvont:represents "‬"^^xsd:string ;
    rdfs:comment "POP DIRECTIONAL FORMATTING"@en .

<http://lexvo.org/id/char/202C0> a lvont:Character ;
    lvont:represents "𠋀"^^xsd:string .

<http://lexvo.org/id/char/202C1> a lvont:Character ;
    lvont:represents "𠋁"^^xsd:string .

<http://lexvo.org/id/char/202C2> a lvont:Character ;
    lvont:represents "𠋂"^^xsd:string .

<http://lexvo.org/id/char/202C3> a lvont:Character ;
    lvont:represents "𠋃"^^xsd:string .

<http://lexvo.org/id/char/202C4> a lvont:Character ;
    lvont:represents "𠋄"^^xsd:string .

<http://lexvo.org/id/char/202C5> a lvont:Character ;
    lvont:represents "𠋅"^^xsd:string .

<http://lexvo.org/id/char/202C6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%A8n>,
        "𠋆"^^xsd:string .

<http://lexvo.org/id/char/202C7> a lvont:Character ;
    lvont:represents "𠋇"^^xsd:string .

<http://lexvo.org/id/char/202C8> a lvont:Character ;
    lvont:represents "𠋈"^^xsd:string .

<http://lexvo.org/id/char/202C9> a lvont:Character ;
    lvont:represents "𠋉"^^xsd:string .

<http://lexvo.org/id/char/202CA> a lvont:Character ;
    lvont:represents "𠋊"^^xsd:string .

<http://lexvo.org/id/char/202CB> a lvont:Character ;
    lvont:represents "𠋋"^^xsd:string .

<http://lexvo.org/id/char/202CC> a lvont:Character ;
    lvont:represents "𠋌"^^xsd:string .

<http://lexvo.org/id/char/202CD> a lvont:Character ;
    lvont:represents "𠋍"^^xsd:string .

<http://lexvo.org/id/char/202CE> a lvont:Character ;
    lvont:represents "𠋎"^^xsd:string .

<http://lexvo.org/id/char/202CF> a lvont:Character ;
    lvont:represents "𠋏"^^xsd:string .

<http://lexvo.org/id/char/202D> a lvont:Character ;
    lvont:represents "‭"^^xsd:string ;
    rdfs:comment "LEFT-TO-RIGHT OVERRIDE"@en .

<http://lexvo.org/id/char/202D0> a lvont:Character ;
    lvont:represents "𠋐"^^xsd:string .

<http://lexvo.org/id/char/202D2> a lvont:Character ;
    lvont:represents "𠋒"^^xsd:string .

<http://lexvo.org/id/char/202D3> a lvont:Character ;
    lvont:represents "𠋓"^^xsd:string .

<http://lexvo.org/id/char/202D4> a lvont:Character ;
    lvont:represents "𠋔"^^xsd:string .

<http://lexvo.org/id/char/202D5> a lvont:Character ;
    lvont:represents "𠋕"^^xsd:string .

<http://lexvo.org/id/char/202D6> a lvont:Character ;
    lvont:represents "𠋖"^^xsd:string .

<http://lexvo.org/id/char/202D7> a lvont:Character ;
    lvont:represents "𠋗"^^xsd:string .

<http://lexvo.org/id/char/202D8> a lvont:Character ;
    lvont:represents "𠋘"^^xsd:string .

<http://lexvo.org/id/char/202D9> a lvont:Character ;
    lvont:represents "𠋙"^^xsd:string .

<http://lexvo.org/id/char/202DA> a lvont:Character ;
    lvont:represents "𠋚"^^xsd:string .

<http://lexvo.org/id/char/202DB> a lvont:Character ;
    lvont:represents "𠋛"^^xsd:string .

<http://lexvo.org/id/char/202DC> a lvont:Character ;
    lvont:represents "𠋜"^^xsd:string .

<http://lexvo.org/id/char/202DD> a lvont:Character ;
    lvont:represents "𠋝"^^xsd:string .

<http://lexvo.org/id/char/202DE> a lvont:Character ;
    lvont:represents "𠋞"^^xsd:string .

<http://lexvo.org/id/char/202DF> a lvont:Character ;
    lvont:represents "𠋟"^^xsd:string .

<http://lexvo.org/id/char/202E> a lvont:Character ;
    lvont:represents "‮"^^xsd:string ;
    rdfs:comment "RIGHT-TO-LEFT OVERRIDE"@en .

<http://lexvo.org/id/char/202E0> a lvont:Character ;
    lvont:represents "𠋠"^^xsd:string .

<http://lexvo.org/id/char/202E1> a lvont:Character ;
    lvont:represents "𠋡"^^xsd:string .

<http://lexvo.org/id/char/202E2> a lvont:Character ;
    lvont:represents "𠋢"^^xsd:string .

<http://lexvo.org/id/char/202E3> a lvont:Character ;
    lvont:represents "𠋣"^^xsd:string .

<http://lexvo.org/id/char/202E4> a lvont:Character ;
    lvont:represents "𠋤"^^xsd:string .

<http://lexvo.org/id/char/202E5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/m%C3%A0y>,
        "𠋥"^^xsd:string .

<http://lexvo.org/id/char/202E6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/m%E1%BB%A5>,
        "𠋦"^^xsd:string .

<http://lexvo.org/id/char/202E7> a lvont:Character ;
    lvont:represents "𠋧"^^xsd:string .

<http://lexvo.org/id/char/202E8> a lvont:Character ;
    lvont:represents "𠋨"^^xsd:string .

<http://lexvo.org/id/char/202E9> a lvont:Character ;
    lvont:represents "𠋩"^^xsd:string .

<http://lexvo.org/id/char/202EA> a lvont:Character ;
    lvont:represents "𠋪"^^xsd:string .

<http://lexvo.org/id/char/202EB> a lvont:Character ;
    lvont:represents "𠋫"^^xsd:string .

<http://lexvo.org/id/char/202EC> a lvont:Character ;
    lvont:represents "𠋬"^^xsd:string .

<http://lexvo.org/id/char/202ED> a lvont:Character ;
    lvont:represents "𠋭"^^xsd:string .

<http://lexvo.org/id/char/202EE> a lvont:Character ;
    lvont:represents "𠋮"^^xsd:string .

<http://lexvo.org/id/char/202EF> a lvont:Character ;
    lvont:represents "𠋯"^^xsd:string .

<http://lexvo.org/id/char/202F> a lvont:Character ;
    lvont:represents " "^^xsd:string ;
    rdfs:comment "NARROW NO-BREAK SPACE"@en .

<http://lexvo.org/id/char/202F0> a lvont:Character ;
    lvont:represents "𠋰"^^xsd:string .

<http://lexvo.org/id/char/202F1> a lvont:Character ;
    lvont:represents "𠋱"^^xsd:string .

<http://lexvo.org/id/char/202F2> a lvont:Character ;
    lvont:represents "𠋲"^^xsd:string .

<http://lexvo.org/id/char/202F3> a lvont:Character ;
    lvont:represents "𠋳"^^xsd:string .

<http://lexvo.org/id/char/202F4> a lvont:Character ;
    lvont:represents "𠋴"^^xsd:string .

<http://lexvo.org/id/char/202F5> a lvont:Character ;
    lvont:represents "𠋵"^^xsd:string .

<http://lexvo.org/id/char/202F6> a lvont:Character ;
    lvont:represents "𠋶"^^xsd:string .

<http://lexvo.org/id/char/202F7> a lvont:Character ;
    lvont:represents "𠋷"^^xsd:string .

<http://lexvo.org/id/char/202F8> a lvont:Character ;
    lvont:represents "𠋸"^^xsd:string .

<http://lexvo.org/id/char/202F9> a lvont:Character ;
    lvont:represents "𠋹"^^xsd:string .

<http://lexvo.org/id/char/202FA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/tao>,
        "𠋺"^^xsd:string .

<http://lexvo.org/id/char/202FB> a lvont:Character ;
    lvont:represents "𠋻"^^xsd:string .

<http://lexvo.org/id/char/202FC> a lvont:Character ;
    lvont:represents "𠋼"^^xsd:string .

<http://lexvo.org/id/char/202FD> a lvont:Character ;
    lvont:represents "𠋽"^^xsd:string .

<http://lexvo.org/id/char/202FE> a lvont:Character ;
    lvont:represents "𠋾"^^xsd:string .

<http://lexvo.org/id/char/202FF> a lvont:Character ;
    lvont:represents "𠋿"^^xsd:string .

<http://lexvo.org/id/char/2030> a lvont:Character ;
    lvont:represents "‰"^^xsd:string ;
    rdfs:comment "PER MILLE SIGN"@en .

<http://lexvo.org/id/char/20300> a lvont:Character ;
    lvont:represents "𠌀"^^xsd:string .

<http://lexvo.org/id/char/20301> a lvont:Character ;
    lvont:represents "𠌁"^^xsd:string .

<http://lexvo.org/id/char/20302> a lvont:Character ;
    lvont:represents "𠌂"^^xsd:string .

<http://lexvo.org/id/char/20303> a lvont:Character ;
    lvont:represents "𠌃"^^xsd:string .

<http://lexvo.org/id/char/20304> a lvont:Character ;
    lvont:represents "𠌄"^^xsd:string .

<http://lexvo.org/id/char/20305> a lvont:Character ;
    lvont:represents "𠌅"^^xsd:string .

<http://lexvo.org/id/char/20306> a lvont:Character ;
    lvont:represents "𠌆"^^xsd:string .

<http://lexvo.org/id/char/20307> a lvont:Character ;
    lvont:represents "𠌇"^^xsd:string .

<http://lexvo.org/id/char/20308> a lvont:Character ;
    lvont:represents "𠌈"^^xsd:string .

<http://lexvo.org/id/char/20309> a lvont:Character ;
    lvont:represents "𠌉"^^xsd:string .

<http://lexvo.org/id/char/2030A> a lvont:Character ;
    lvont:represents "𠌊"^^xsd:string .

<http://lexvo.org/id/char/2030B> a lvont:Character ;
    lvont:represents "𠌋"^^xsd:string .

<http://lexvo.org/id/char/2030C> a lvont:Character ;
    lvont:represents "𠌌"^^xsd:string .

<http://lexvo.org/id/char/2030D> a lvont:Character ;
    lvont:represents "𠌍"^^xsd:string .

<http://lexvo.org/id/char/2030E> a lvont:Character ;
    lvont:represents "𠌎"^^xsd:string .

<http://lexvo.org/id/char/2030F> a lvont:Character ;
    lvont:represents "𠌏"^^xsd:string .

<http://lexvo.org/id/char/2031> a lvont:Character ;
    lvont:represents "‱"^^xsd:string ;
    rdfs:comment "PER TEN THOUSAND SIGN"@en .

<http://lexvo.org/id/char/20310> a lvont:Character ;
    lvont:represents "𠌐"^^xsd:string .

<http://lexvo.org/id/char/20311> a lvont:Character ;
    lvont:represents "𠌑"^^xsd:string .

<http://lexvo.org/id/char/20312> a lvont:Character ;
    lvont:represents "𠌒"^^xsd:string .

<http://lexvo.org/id/char/20313> a lvont:Character ;
    lvont:represents "𠌓"^^xsd:string .

<http://lexvo.org/id/char/20314> a lvont:Character ;
    lvont:represents "𠌔"^^xsd:string .

<http://lexvo.org/id/char/20315> a lvont:Character ;
    lvont:represents "𠌕"^^xsd:string .

<http://lexvo.org/id/char/20316> a lvont:Character ;
    lvont:represents "𠌖"^^xsd:string .

<http://lexvo.org/id/char/20317> a lvont:Character ;
    lvont:represents "𠌗"^^xsd:string .

<http://lexvo.org/id/char/20318> a lvont:Character ;
    lvont:represents "𠌘"^^xsd:string .

<http://lexvo.org/id/char/20319> a lvont:Character ;
    lvont:represents "𠌙"^^xsd:string .

<http://lexvo.org/id/char/2031A> a lvont:Character ;
    lvont:represents "𠌚"^^xsd:string .

<http://lexvo.org/id/char/2031B> a lvont:Character ;
    lvont:represents "𠌛"^^xsd:string .

<http://lexvo.org/id/char/2031C> a lvont:Character ;
    lvont:represents "𠌜"^^xsd:string .

<http://lexvo.org/id/char/2031D> a lvont:Character ;
    lvont:represents "𠌝"^^xsd:string .

<http://lexvo.org/id/char/2031E> a lvont:Character ;
    lvont:represents "𠌞"^^xsd:string .

<http://lexvo.org/id/char/2031F> a lvont:Character ;
    lvont:represents "𠌟"^^xsd:string .

<http://lexvo.org/id/char/2032> a lvont:Character ;
    lvont:represents "′"^^xsd:string ;
    rdfs:comment "PRIME"@en .

<http://lexvo.org/id/char/20320> a lvont:Character ;
    lvont:represents "𠌠"^^xsd:string .

<http://lexvo.org/id/char/20321> a lvont:Character ;
    lvont:represents "𠌡"^^xsd:string .

<http://lexvo.org/id/char/20322> a lvont:Character ;
    lvont:represents "𠌢"^^xsd:string .

<http://lexvo.org/id/char/20323> a lvont:Character ;
    lvont:represents "𠌣"^^xsd:string .

<http://lexvo.org/id/char/20324> a lvont:Character ;
    lvont:represents "𠌤"^^xsd:string .

<http://lexvo.org/id/char/20325> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/wu1%20wu3>,
        <http://lexvo.org/id/term/yue/%F0%A0%8C%A5>,
        "𠌥"^^xsd:string ;
    rdfs:comment "(Cant.) to bow, stoop"@en .

<http://lexvo.org/id/char/20326> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/n%E1%BA%ADp>,
        "𠌦"^^xsd:string .

<http://lexvo.org/id/char/20327> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/n%E1%BA%A1>,
        "𠌧"^^xsd:string .

<http://lexvo.org/id/char/20328> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ph%C3%ADa>,
        "𠌨"^^xsd:string .

<http://lexvo.org/id/char/20329> a lvont:Character ;
    lvont:represents "𠌩"^^xsd:string .

<http://lexvo.org/id/char/2032A> a lvont:Character ;
    lvont:represents "𠌪"^^xsd:string .

<http://lexvo.org/id/char/2032B> a lvont:Character ;
    lvont:represents "𠌫"^^xsd:string .

<http://lexvo.org/id/char/2032C> a lvont:Character ;
    lvont:represents "𠌬"^^xsd:string .

<http://lexvo.org/id/char/2032D> a lvont:Character ;
    lvont:represents "𠌭"^^xsd:string .

<http://lexvo.org/id/char/2032E> a lvont:Character ;
    lvont:represents "𠌮"^^xsd:string .

<http://lexvo.org/id/char/2032F> a lvont:Character ;
    lvont:represents "𠌯"^^xsd:string .

<http://lexvo.org/id/char/2033> a lvont:Character ;
    lvont:represents "″"^^xsd:string ;
    rdfs:comment "DOUBLE PRIME"@en .

<http://lexvo.org/id/char/20330> a lvont:Character ;
    lvont:represents "𠌰"^^xsd:string .

<http://lexvo.org/id/char/20331> a lvont:Character ;
    lvont:represents "𠌱"^^xsd:string .

<http://lexvo.org/id/char/20332> a lvont:Character ;
    lvont:represents "𠌲"^^xsd:string .

<http://lexvo.org/id/char/20333> a lvont:Character ;
    lvont:represents "𠌳"^^xsd:string .

<http://lexvo.org/id/char/20334> a lvont:Character ;
    lvont:represents "𠌴"^^xsd:string .

<http://lexvo.org/id/char/20335> a lvont:Character ;
    lvont:represents "𠌵"^^xsd:string .

<http://lexvo.org/id/char/20336> a lvont:Character ;
    lvont:represents "𠌶"^^xsd:string .

<http://lexvo.org/id/char/20337> a lvont:Character ;
    lvont:represents "𠌷"^^xsd:string .

<http://lexvo.org/id/char/20338> a lvont:Character ;
    lvont:represents "𠌸"^^xsd:string .

<http://lexvo.org/id/char/20339> a lvont:Character ;
    lvont:represents "𠌹"^^xsd:string .

<http://lexvo.org/id/char/2033A> a lvont:Character ;
    lvont:represents "𠌺"^^xsd:string .

<http://lexvo.org/id/char/2033B> a lvont:Character ;
    lvont:represents "𠌻"^^xsd:string .

<http://lexvo.org/id/char/2033C> a lvont:Character ;
    lvont:represents "𠌼"^^xsd:string .

<http://lexvo.org/id/char/2033D> a lvont:Character ;
    lvont:represents "𠌽"^^xsd:string .

<http://lexvo.org/id/char/2033E> a lvont:Character ;
    lvont:represents "𠌾"^^xsd:string .

<http://lexvo.org/id/char/2033F> a lvont:Character ;
    lvont:represents "𠌿"^^xsd:string .

<http://lexvo.org/id/char/2034> a lvont:Character ;
    lvont:represents "‴"^^xsd:string ;
    rdfs:comment "TRIPLE PRIME"@en .

<http://lexvo.org/id/char/20340> a lvont:Character ;
    lvont:represents "𠍀"^^xsd:string .

<http://lexvo.org/id/char/20341> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/man3>,
        <http://lexvo.org/id/term/yue/%F0%A0%8D%81>,
        "𠍁"^^xsd:string ;
    rdfs:comment "(Cant.) an undesirable situation"@en .

<http://lexvo.org/id/char/20342> a lvont:Character ;
    lvont:represents "𠍂"^^xsd:string .

<http://lexvo.org/id/char/20343> a lvont:Character ;
    lvont:represents "𠍃"^^xsd:string .

<http://lexvo.org/id/char/20344> a lvont:Character ;
    lvont:represents "𠍄"^^xsd:string .

<http://lexvo.org/id/char/20345> a lvont:Character ;
    lvont:represents "𠍅"^^xsd:string .

<http://lexvo.org/id/char/20346> a lvont:Character ;
    lvont:represents "𠍆"^^xsd:string .

<http://lexvo.org/id/char/20347> a lvont:Character ;
    lvont:represents "𠍇"^^xsd:string .

<http://lexvo.org/id/char/20348> a lvont:Character ;
    lvont:represents "𠍈"^^xsd:string .

<http://lexvo.org/id/char/20349> a lvont:Character ;
    lvont:represents "𠍉"^^xsd:string .

<http://lexvo.org/id/char/2034A> a lvont:Character ;
    lvont:represents "𠍊"^^xsd:string .

<http://lexvo.org/id/char/2034B> a lvont:Character ;
    lvont:represents "𠍋"^^xsd:string .

<http://lexvo.org/id/char/2034C> a lvont:Character ;
    lvont:represents "𠍌"^^xsd:string .

<http://lexvo.org/id/char/2034D> a lvont:Character ;
    lvont:represents "𠍍"^^xsd:string .

<http://lexvo.org/id/char/2034E> a lvont:Character ;
    lvont:represents "𠍎"^^xsd:string .

<http://lexvo.org/id/char/2034F> a lvont:Character ;
    lvont:represents "𠍏"^^xsd:string .

<http://lexvo.org/id/char/2035> a lvont:Character ;
    lvont:represents "‵"^^xsd:string ;
    rdfs:comment "REVERSED PRIME"@en .

<http://lexvo.org/id/char/20350> a lvont:Character ;
    lvont:represents "𠍐"^^xsd:string .

<http://lexvo.org/id/char/20351> a lvont:Character ;
    lvont:represents "𠍑"^^xsd:string .

<http://lexvo.org/id/char/20352> a lvont:Character ;
    lvont:represents "𠍒"^^xsd:string .

<http://lexvo.org/id/char/20353> a lvont:Character ;
    lvont:represents "𠍓"^^xsd:string .

<http://lexvo.org/id/char/20354> a lvont:Character ;
    lvont:represents "𠍔"^^xsd:string .

<http://lexvo.org/id/char/20355> a lvont:Character ;
    lvont:represents "𠍕"^^xsd:string .

<http://lexvo.org/id/char/20356> a lvont:Character ;
    lvont:represents "𠍖"^^xsd:string .

<http://lexvo.org/id/char/20357> a lvont:Character ;
    lvont:represents "𠍗"^^xsd:string .

<http://lexvo.org/id/char/20358> a lvont:Character ;
    lvont:represents "𠍘"^^xsd:string .

<http://lexvo.org/id/char/20359> a lvont:Character ;
    lvont:represents "𠍙"^^xsd:string .

<http://lexvo.org/id/char/2035A> a lvont:Character ;
    lvont:represents "𠍚"^^xsd:string .

<http://lexvo.org/id/char/2035B> a lvont:Character ;
    lvont:represents "𠍛"^^xsd:string .

<http://lexvo.org/id/char/2035C> a lvont:Character ;
    lvont:represents "𠍜"^^xsd:string .

<http://lexvo.org/id/char/2035D> a lvont:Character ;
    lvont:represents "𠍝"^^xsd:string .

<http://lexvo.org/id/char/2035E> a lvont:Character ;
    lvont:represents "𠍞"^^xsd:string .

<http://lexvo.org/id/char/2035F> a lvont:Character ;
    lvont:represents "𠍟"^^xsd:string .

<http://lexvo.org/id/char/2036> a lvont:Character ;
    lvont:represents "‶"^^xsd:string ;
    rdfs:comment "REVERSED DOUBLE PRIME"@en .

<http://lexvo.org/id/char/20360> a lvont:Character ;
    lvont:represents "𠍠"^^xsd:string .

<http://lexvo.org/id/char/20361> a lvont:Character ;
    lvont:represents "𠍡"^^xsd:string .

<http://lexvo.org/id/char/20362> a lvont:Character ;
    lvont:represents "𠍢"^^xsd:string .

<http://lexvo.org/id/char/20363> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/b%E1%BA%A7y>,
        "𠍣"^^xsd:string .

<http://lexvo.org/id/char/20364> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/b%E1%BB%A5t>,
        "𠍤"^^xsd:string .

<http://lexvo.org/id/char/20365> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/b%E1%BB%A3m>,
        "𠍥"^^xsd:string .

<http://lexvo.org/id/char/20366> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/h%C3%A8n>,
        "𠍦"^^xsd:string .

<http://lexvo.org/id/char/20367> a lvont:Character ;
    lvont:represents "𠍧"^^xsd:string .

<http://lexvo.org/id/char/20368> a lvont:Character ;
    lvont:represents "𠍨"^^xsd:string .

<http://lexvo.org/id/char/20369> a lvont:Character ;
    lvont:represents "𠍩"^^xsd:string .

<http://lexvo.org/id/char/2036A> a lvont:Character ;
    lvont:represents "𠍪"^^xsd:string .

<http://lexvo.org/id/char/2036B> a lvont:Character ;
    lvont:represents "𠍫"^^xsd:string .

<http://lexvo.org/id/char/2036C> a lvont:Character ;
    lvont:represents "𠍬"^^xsd:string .

<http://lexvo.org/id/char/2036D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/g%E1%BA%A5p>,
        "𠍭"^^xsd:string .

<http://lexvo.org/id/char/2036E> a lvont:Character ;
    lvont:represents "𠍮"^^xsd:string .

<http://lexvo.org/id/char/2036F> a lvont:Character ;
    lvont:represents "𠍯"^^xsd:string .

<http://lexvo.org/id/char/2037> a lvont:Character ;
    lvont:represents "‷"^^xsd:string ;
    rdfs:comment "REVERSED TRIPLE PRIME"@en .

<http://lexvo.org/id/char/20370> a lvont:Character ;
    lvont:represents "𠍰"^^xsd:string .

<http://lexvo.org/id/char/20371> a lvont:Character ;
    lvont:represents "𠍱"^^xsd:string .

<http://lexvo.org/id/char/20372> a lvont:Character ;
    lvont:represents "𠍲"^^xsd:string .

<http://lexvo.org/id/char/20373> a lvont:Character ;
    lvont:represents "𠍳"^^xsd:string .

<http://lexvo.org/id/char/20374> a lvont:Character ;
    lvont:represents "𠍴"^^xsd:string .

<http://lexvo.org/id/char/20375> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/d%C3%A1ng>,
        "𠍵"^^xsd:string .

<http://lexvo.org/id/char/20376> a lvont:Character ;
    lvont:represents "𠍶"^^xsd:string .

<http://lexvo.org/id/char/20377> a lvont:Character ;
    lvont:represents "𠍷"^^xsd:string .

<http://lexvo.org/id/char/20378> a lvont:Character ;
    lvont:represents "𠍸"^^xsd:string .

<http://lexvo.org/id/char/20379> a lvont:Character ;
    lvont:represents "𠍹"^^xsd:string .

<http://lexvo.org/id/char/2037A> a lvont:Character ;
    lvont:represents "𠍺"^^xsd:string .

<http://lexvo.org/id/char/2037B> a lvont:Character ;
    lvont:represents "𠍻"^^xsd:string .

<http://lexvo.org/id/char/2037C> a lvont:Character ;
    lvont:represents "𠍼"^^xsd:string .

<http://lexvo.org/id/char/2037D> a lvont:Character ;
    lvont:represents "𠍽"^^xsd:string .

<http://lexvo.org/id/char/2037E> a lvont:Character ;
    lvont:represents "𠍾"^^xsd:string .

<http://lexvo.org/id/char/2037F> a lvont:Character ;
    lvont:represents "𠍿"^^xsd:string .

<http://lexvo.org/id/char/2038> a lvont:Character ;
    lvont:represents "‸"^^xsd:string ;
    rdfs:comment "CARET"@en .

<http://lexvo.org/id/char/20380> a lvont:Character ;
    lvont:represents "𠎀"^^xsd:string .

<http://lexvo.org/id/char/20381> a lvont:Character ;
    lvont:represents "𠎁"^^xsd:string .

<http://lexvo.org/id/char/20382> a lvont:Character ;
    lvont:represents "𠎂"^^xsd:string .

<http://lexvo.org/id/char/20383> a lvont:Character ;
    lvont:represents "𠎃"^^xsd:string .

<http://lexvo.org/id/char/20384> a lvont:Character ;
    lvont:represents "𠎄"^^xsd:string .

<http://lexvo.org/id/char/20385> a lvont:Character ;
    lvont:represents "𠎅"^^xsd:string .

<http://lexvo.org/id/char/20386> a lvont:Character ;
    lvont:represents "𠎆"^^xsd:string .

<http://lexvo.org/id/char/20387> a lvont:Character ;
    lvont:represents "𠎇"^^xsd:string .

<http://lexvo.org/id/char/20388> a lvont:Character ;
    lvont:represents "𠎈"^^xsd:string .

<http://lexvo.org/id/char/20389> a lvont:Character ;
    lvont:represents "𠎉"^^xsd:string .

<http://lexvo.org/id/char/2038A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/x%C3%BAm>,
        "𠎊"^^xsd:string .

<http://lexvo.org/id/char/2038B> a lvont:Character ;
    lvont:represents "𠎋"^^xsd:string .

<http://lexvo.org/id/char/2038C> a lvont:Character ;
    lvont:represents "𠎌"^^xsd:string .

<http://lexvo.org/id/char/2038D> a lvont:Character ;
    lvont:represents "𠎍"^^xsd:string .

<http://lexvo.org/id/char/2038E> a lvont:Character ;
    lvont:represents "𠎎"^^xsd:string .

<http://lexvo.org/id/char/2038F> a lvont:Character ;
    lvont:represents "𠎏"^^xsd:string .

<http://lexvo.org/id/char/2039> a lvont:Character ;
    lvont:represents "‹"^^xsd:string ;
    rdfs:comment "SINGLE LEFT-POINTING ANGLE QUOTATION MARK"@en .

<http://lexvo.org/id/char/20390> a lvont:Character ;
    lvont:represents "𠎐"^^xsd:string .

<http://lexvo.org/id/char/20391> a lvont:Character ;
    lvont:represents "𠎑"^^xsd:string .

<http://lexvo.org/id/char/20392> a lvont:Character ;
    lvont:represents "𠎒"^^xsd:string .

<http://lexvo.org/id/char/20393> a lvont:Character ;
    lvont:represents "𠎓"^^xsd:string .

<http://lexvo.org/id/char/20394> a lvont:Character ;
    lvont:represents "𠎔"^^xsd:string .

<http://lexvo.org/id/char/20395> a lvont:Character ;
    lvont:represents "𠎕"^^xsd:string .

<http://lexvo.org/id/char/20396> a lvont:Character ;
    lvont:represents "𠎖"^^xsd:string .

<http://lexvo.org/id/char/20397> a lvont:Character ;
    lvont:represents "𠎗"^^xsd:string .

<http://lexvo.org/id/char/20398> a lvont:Character ;
    lvont:represents "𠎘"^^xsd:string .

<http://lexvo.org/id/char/20399> a lvont:Character ;
    lvont:represents "𠎙"^^xsd:string .

<http://lexvo.org/id/char/2039A> a lvont:Character ;
    lvont:represents "𠎚"^^xsd:string .

<http://lexvo.org/id/char/2039B> a lvont:Character ;
    lvont:represents "𠎛"^^xsd:string .

<http://lexvo.org/id/char/2039C> a lvont:Character ;
    lvont:represents "𠎜"^^xsd:string .

<http://lexvo.org/id/char/2039D> a lvont:Character ;
    lvont:represents "𠎝"^^xsd:string .

<http://lexvo.org/id/char/2039E> a lvont:Character ;
    lvont:represents "𠎞"^^xsd:string .

<http://lexvo.org/id/char/2039F> a lvont:Character ;
    lvont:represents "𠎟"^^xsd:string .

<http://lexvo.org/id/char/203A> a lvont:Character ;
    lvont:represents "›"^^xsd:string ;
    rdfs:comment "SINGLE RIGHT-POINTING ANGLE QUOTATION MARK"@en .

<http://lexvo.org/id/char/203A0> a lvont:Character ;
    lvont:represents "𠎠"^^xsd:string .

<http://lexvo.org/id/char/203A1> a lvont:Character ;
    lvont:represents "𠎡"^^xsd:string .

<http://lexvo.org/id/char/203A2> a lvont:Character ;
    lvont:represents "𠎢"^^xsd:string .

<http://lexvo.org/id/char/203A3> a lvont:Character ;
    lvont:represents "𠎣"^^xsd:string .

<http://lexvo.org/id/char/203A4> a lvont:Character ;
    lvont:represents "𠎤"^^xsd:string .

<http://lexvo.org/id/char/203A5> a lvont:Character ;
    lvont:represents "𠎥"^^xsd:string .

<http://lexvo.org/id/char/203A6> a lvont:Character ;
    lvont:represents "𠎦"^^xsd:string .

<http://lexvo.org/id/char/203A7> a lvont:Character ;
    lvont:represents "𠎧"^^xsd:string .

<http://lexvo.org/id/char/203A8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/c%E1%BA%AFp>,
        "𠎨"^^xsd:string .

<http://lexvo.org/id/char/203A9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/bay>,
        "𠎩"^^xsd:string .

<http://lexvo.org/id/char/203AA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/l%C5%A9>,
        "𠎪"^^xsd:string .

<http://lexvo.org/id/char/203AB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ch%E1%BA%A7u>,
        "𠎫"^^xsd:string .

<http://lexvo.org/id/char/203AC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/%C4%91%E1%BA%A5ng>,
        "𠎬"^^xsd:string .

<http://lexvo.org/id/char/203AD> a lvont:Character ;
    lvont:represents "𠎭"^^xsd:string .

<http://lexvo.org/id/char/203AE> a lvont:Character ;
    lvont:represents "𠎮"^^xsd:string .

<http://lexvo.org/id/char/203AF> a lvont:Character ;
    lvont:represents "𠎯"^^xsd:string .

<http://lexvo.org/id/char/203B> a lvont:Character ;
    lvont:represents "※"^^xsd:string ;
    rdfs:comment "REFERENCE MARK"@en .

<http://lexvo.org/id/char/203B0> a lvont:Character ;
    lvont:represents "𠎰"^^xsd:string .

<http://lexvo.org/id/char/203B1> a lvont:Character ;
    lvont:represents "𠎱"^^xsd:string .

<http://lexvo.org/id/char/203B2> a lvont:Character ;
    lvont:represents "𠎲"^^xsd:string .

<http://lexvo.org/id/char/203B3> a lvont:Character ;
    lvont:represents "𠎳"^^xsd:string .

<http://lexvo.org/id/char/203B4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/v%E1%BA%A3i>,
        "𠎴"^^xsd:string .

<http://lexvo.org/id/char/203B5> a lvont:Character ;
    lvont:represents "𠎵"^^xsd:string .

<http://lexvo.org/id/char/203B6> a lvont:Character ;
    lvont:represents "𠎶"^^xsd:string .

<http://lexvo.org/id/char/203B7> a lvont:Character ;
    lvont:represents "𠎷"^^xsd:string .

<http://lexvo.org/id/char/203B8> a lvont:Character ;
    lvont:represents "𠎸"^^xsd:string .

<http://lexvo.org/id/char/203B9> a lvont:Character ;
    lvont:represents "𠎹"^^xsd:string .

<http://lexvo.org/id/char/203BA> a lvont:Character ;
    lvont:represents "𠎺"^^xsd:string .

<http://lexvo.org/id/char/203BB> a lvont:Character ;
    lvont:represents "𠎻"^^xsd:string .

<http://lexvo.org/id/char/203BC> a lvont:Character ;
    lvont:represents "𠎼"^^xsd:string .

<http://lexvo.org/id/char/203BD> a lvont:Character ;
    lvont:represents "𠎽"^^xsd:string .

<http://lexvo.org/id/char/203BE> a lvont:Character ;
    lvont:represents "𠎾"^^xsd:string .

<http://lexvo.org/id/char/203BF> a lvont:Character ;
    lvont:represents "𠎿"^^xsd:string .

<http://lexvo.org/id/char/203C> a lvont:Character ;
    lvont:represents "‼"^^xsd:string ;
    rdfs:comment "DOUBLE EXCLAMATION MARK"@en .

<http://lexvo.org/id/char/203C0> a lvont:Character ;
    lvont:represents "𠏀"^^xsd:string .

<http://lexvo.org/id/char/203C1> a lvont:Character ;
    lvont:represents "𠏁"^^xsd:string .

<http://lexvo.org/id/char/203C2> a lvont:Character ;
    lvont:represents "𠏂"^^xsd:string .

<http://lexvo.org/id/char/203C3> a lvont:Character ;
    lvont:represents "𠏃"^^xsd:string .

<http://lexvo.org/id/char/203C4> a lvont:Character ;
    lvont:represents "𠏄"^^xsd:string .

<http://lexvo.org/id/char/203C5> a lvont:Character ;
    lvont:represents "𠏅"^^xsd:string .

<http://lexvo.org/id/char/203C6> a lvont:Character ;
    lvont:represents "𠏆"^^xsd:string .

<http://lexvo.org/id/char/203C7> a lvont:Character ;
    lvont:represents "𠏇"^^xsd:string .

<http://lexvo.org/id/char/203C8> a lvont:Character ;
    lvont:represents "𠏈"^^xsd:string .

<http://lexvo.org/id/char/203C9> a lvont:Character ;
    lvont:represents "𠏉"^^xsd:string .

<http://lexvo.org/id/char/203CA> a lvont:Character ;
    lvont:represents "𠏊"^^xsd:string .

<http://lexvo.org/id/char/203CB> a lvont:Character ;
    lvont:represents "𠏋"^^xsd:string .

<http://lexvo.org/id/char/203CC> a lvont:Character ;
    lvont:represents "𠏌"^^xsd:string .

<http://lexvo.org/id/char/203CD> a lvont:Character ;
    lvont:represents "𠏍"^^xsd:string .

<http://lexvo.org/id/char/203CE> a lvont:Character ;
    lvont:represents "𠏎"^^xsd:string .

<http://lexvo.org/id/char/203CF> a lvont:Character ;
    lvont:represents "𠏏"^^xsd:string .

<http://lexvo.org/id/char/203D> a lvont:Character ;
    lvont:represents "‽"^^xsd:string ;
    rdfs:comment "INTERROBANG"@en .

<http://lexvo.org/id/char/203D0> a lvont:Character ;
    lvont:represents "𠏐"^^xsd:string .

<http://lexvo.org/id/char/203D1> a lvont:Character ;
    lvont:represents "𠏑"^^xsd:string .

<http://lexvo.org/id/char/203D2> a lvont:Character ;
    lvont:represents "𠏒"^^xsd:string .

<http://lexvo.org/id/char/203D3> a lvont:Character ;
    lvont:represents "𠏓"^^xsd:string .

<http://lexvo.org/id/char/203D4> a lvont:Character ;
    lvont:represents "𠏔"^^xsd:string .

<http://lexvo.org/id/char/203D5> a lvont:Character ;
    lvont:represents "𠏕"^^xsd:string .

<http://lexvo.org/id/char/203D6> a lvont:Character ;
    lvont:represents "𠏖"^^xsd:string .

<http://lexvo.org/id/char/203D7> a lvont:Character ;
    lvont:represents "𠏗"^^xsd:string .

<http://lexvo.org/id/char/203D8> a lvont:Character ;
    lvont:represents "𠏘"^^xsd:string .

<http://lexvo.org/id/char/203D9> a lvont:Character ;
    lvont:represents "𠏙"^^xsd:string .

<http://lexvo.org/id/char/203DA> a lvont:Character ;
    lvont:represents "𠏚"^^xsd:string .

<http://lexvo.org/id/char/203DB> a lvont:Character ;
    lvont:represents "𠏛"^^xsd:string .

<http://lexvo.org/id/char/203DC> a lvont:Character ;
    lvont:represents "𠏜"^^xsd:string .

<http://lexvo.org/id/char/203DD> a lvont:Character ;
    lvont:represents "𠏝"^^xsd:string .

<http://lexvo.org/id/char/203DE> a lvont:Character ;
    lvont:represents "𠏞"^^xsd:string .

<http://lexvo.org/id/char/203DF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/b%E1%BA%B7m>,
        "𠏟"^^xsd:string .

<http://lexvo.org/id/char/203E> a lvont:Character ;
    lvont:represents "‾"^^xsd:string ;
    rdfs:comment "OVERLINE"@en .

<http://lexvo.org/id/char/203E0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/g%C3%A3>,
        "𠏠"^^xsd:string .

<http://lexvo.org/id/char/203E1> a lvont:Character ;
    lvont:represents "𠏡"^^xsd:string .

<http://lexvo.org/id/char/203E2> a lvont:Character ;
    lvont:represents "𠏢"^^xsd:string .

<http://lexvo.org/id/char/203E3> a lvont:Character ;
    lvont:represents "𠏣"^^xsd:string .

<http://lexvo.org/id/char/203E4> a lvont:Character ;
    lvont:represents "𠏤"^^xsd:string .

<http://lexvo.org/id/char/203E5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ng%C3%A0i>,
        "𠏥"^^xsd:string .

<http://lexvo.org/id/char/203E6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/%C4%91%E1%BB%ABng>,
        "𠏦"^^xsd:string .

<http://lexvo.org/id/char/203E7> a lvont:Character ;
    lvont:represents "𠏧"^^xsd:string .

<http://lexvo.org/id/char/203E8> a lvont:Character ;
    lvont:represents "𠏨"^^xsd:string .

<http://lexvo.org/id/char/203E9> a lvont:Character ;
    lvont:represents "𠏩"^^xsd:string .

<http://lexvo.org/id/char/203EA> a lvont:Character ;
    lvont:represents "𠏪"^^xsd:string .

<http://lexvo.org/id/char/203EB> a lvont:Character ;
    lvont:represents "𠏫"^^xsd:string .

<http://lexvo.org/id/char/203EC> a lvont:Character ;
    lvont:represents "𠏬"^^xsd:string .

<http://lexvo.org/id/char/203ED> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/t%E1%BB%A5i>,
        "𠏭"^^xsd:string .

<http://lexvo.org/id/char/203EE> a lvont:Character ;
    lvont:represents "𠏮"^^xsd:string .

<http://lexvo.org/id/char/203EF> a lvont:Character ;
    lvont:represents "𠏯"^^xsd:string .

<http://lexvo.org/id/char/203F> a lvont:Character ;
    lvont:represents "‿"^^xsd:string ;
    rdfs:comment "UNDERTIE"@en .

<http://lexvo.org/id/char/203F0> a lvont:Character ;
    lvont:represents "𠏰"^^xsd:string .

<http://lexvo.org/id/char/203F1> a lvont:Character ;
    lvont:represents "𠏱"^^xsd:string .

<http://lexvo.org/id/char/203F2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/th%E1%BB%A3>,
        "𠏲"^^xsd:string .

<http://lexvo.org/id/char/203F3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/gi%E1%BB%91ng>,
        "𠏳"^^xsd:string .

<http://lexvo.org/id/char/203F4> a lvont:Character ;
    lvont:represents "𠏴"^^xsd:string .

<http://lexvo.org/id/char/203F5> a lvont:Character ;
    lvont:represents "𠏵"^^xsd:string .

<http://lexvo.org/id/char/203F6> a lvont:Character ;
    lvont:represents "𠏶"^^xsd:string .

<http://lexvo.org/id/char/203F7> a lvont:Character ;
    lvont:represents "𠏷"^^xsd:string .

<http://lexvo.org/id/char/203F8> a lvont:Character ;
    lvont:represents "𠏸"^^xsd:string .

<http://lexvo.org/id/char/203F9> a lvont:Character ;
    lvont:represents "𠏹"^^xsd:string .

<http://lexvo.org/id/char/203FA> a lvont:Character ;
    lvont:represents "𠏺"^^xsd:string .

<http://lexvo.org/id/char/203FB> a lvont:Character ;
    lvont:represents "𠏻"^^xsd:string .

<http://lexvo.org/id/char/203FC> a lvont:Character ;
    lvont:represents "𠏼"^^xsd:string .

<http://lexvo.org/id/char/203FD> a lvont:Character ;
    lvont:represents "𠏽"^^xsd:string .

<http://lexvo.org/id/char/203FE> a lvont:Character ;
    lvont:represents "𠏾"^^xsd:string .

<http://lexvo.org/id/char/203FF> a lvont:Character ;
    lvont:represents "𠏿"^^xsd:string .

<http://lexvo.org/id/char/2040> a lvont:Character ;
    lvont:represents "⁀"^^xsd:string ;
    rdfs:comment "CHARACTER TIE"@en .

<http://lexvo.org/id/char/20400> a lvont:Character ;
    lvont:represents "𠐀"^^xsd:string .

<http://lexvo.org/id/char/20401> a lvont:Character ;
    lvont:represents "𠐁"^^xsd:string .

<http://lexvo.org/id/char/20402> a lvont:Character ;
    lvont:represents "𠐂"^^xsd:string .

<http://lexvo.org/id/char/20403> a lvont:Character ;
    lvont:represents "𠐃"^^xsd:string .

<http://lexvo.org/id/char/20404> a lvont:Character ;
    lvont:represents "𠐄"^^xsd:string .

<http://lexvo.org/id/char/20405> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ngh%C3%A8>,
        "𠐅"^^xsd:string .

<http://lexvo.org/id/char/20406> a lvont:Character ;
    lvont:represents "𠐆"^^xsd:string .

<http://lexvo.org/id/char/20407> a lvont:Character ;
    lvont:represents "𠐇"^^xsd:string .

<http://lexvo.org/id/char/20408> a lvont:Character ;
    lvont:represents "𠐈"^^xsd:string .

<http://lexvo.org/id/char/20409> a lvont:Character ;
    lvont:represents "𠐉"^^xsd:string .

<http://lexvo.org/id/char/2040A> a lvont:Character ;
    lvont:represents "𠐊"^^xsd:string .

<http://lexvo.org/id/char/2040B> a lvont:Character ;
    lvont:represents "𠐋"^^xsd:string .

<http://lexvo.org/id/char/2040C> a lvont:Character ;
    lvont:represents "𠐌"^^xsd:string .

<http://lexvo.org/id/char/2040D> a lvont:Character ;
    lvont:represents "𠐍"^^xsd:string .

<http://lexvo.org/id/char/2040E> a lvont:Character ;
    lvont:represents "𠐎"^^xsd:string .

<http://lexvo.org/id/char/2040F> a lvont:Character ;
    lvont:represents "𠐏"^^xsd:string .

<http://lexvo.org/id/char/2041> a lvont:Character ;
    lvont:represents "⁁"^^xsd:string ;
    rdfs:comment "CARET INSERTION POINT"@en .

<http://lexvo.org/id/char/20410> a lvont:Character ;
    lvont:represents "𠐐"^^xsd:string .

<http://lexvo.org/id/char/20411> a lvont:Character ;
    lvont:represents "𠐑"^^xsd:string .

<http://lexvo.org/id/char/20412> a lvont:Character ;
    lvont:represents "𠐒"^^xsd:string .

<http://lexvo.org/id/char/20413> a lvont:Character ;
    lvont:represents "𠐓"^^xsd:string .

<http://lexvo.org/id/char/20414> a lvont:Character ;
    lvont:represents "𠐔"^^xsd:string .

<http://lexvo.org/id/char/20415> a lvont:Character ;
    lvont:represents "𠐕"^^xsd:string .

<http://lexvo.org/id/char/20416> a lvont:Character ;
    lvont:represents "𠐖"^^xsd:string .

<http://lexvo.org/id/char/20417> a lvont:Character ;
    lvont:represents "𠐗"^^xsd:string .

<http://lexvo.org/id/char/20418> a lvont:Character ;
    lvont:represents "𠐘"^^xsd:string .

<http://lexvo.org/id/char/20419> a lvont:Character ;
    lvont:represents "𠐙"^^xsd:string .

<http://lexvo.org/id/char/2041A> a lvont:Character ;
    lvont:represents "𠐚"^^xsd:string .

<http://lexvo.org/id/char/2041B> a lvont:Character ;
    lvont:represents "𠐛"^^xsd:string .

<http://lexvo.org/id/char/2041C> a lvont:Character ;
    lvont:represents "𠐜"^^xsd:string .

<http://lexvo.org/id/char/2041D> a lvont:Character ;
    lvont:represents "𠐝"^^xsd:string .

<http://lexvo.org/id/char/2041E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/tr%E1%BB%97i>,
        "𠐞"^^xsd:string .

<http://lexvo.org/id/char/2041F> a lvont:Character ;
    lvont:represents "𠐟"^^xsd:string .

<http://lexvo.org/id/char/2042> a lvont:Character ;
    lvont:represents "⁂"^^xsd:string ;
    rdfs:comment "ASTERISM"@en .

<http://lexvo.org/id/char/20420> a lvont:Character ;
    lvont:represents "𠐠"^^xsd:string .

<http://lexvo.org/id/char/20421> a lvont:Character ;
    lvont:represents "𠐡"^^xsd:string .

<http://lexvo.org/id/char/20422> a lvont:Character ;
    lvont:represents "𠐢"^^xsd:string .

<http://lexvo.org/id/char/20423> a lvont:Character ;
    lvont:represents "𠐣"^^xsd:string .

<http://lexvo.org/id/char/20424> a lvont:Character ;
    lvont:represents "𠐤"^^xsd:string .

<http://lexvo.org/id/char/20425> a lvont:Character ;
    lvont:represents "𠐥"^^xsd:string .

<http://lexvo.org/id/char/20426> a lvont:Character ;
    lvont:represents "𠐦"^^xsd:string .

<http://lexvo.org/id/char/20427> a lvont:Character ;
    lvont:represents "𠐧"^^xsd:string .

<http://lexvo.org/id/char/20428> a lvont:Character ;
    lvont:represents "𠐨"^^xsd:string .

<http://lexvo.org/id/char/20429> a lvont:Character ;
    lvont:represents "𠐩"^^xsd:string .

<http://lexvo.org/id/char/2042A> a lvont:Character ;
    lvont:represents "𠐪"^^xsd:string .

<http://lexvo.org/id/char/2042B> a lvont:Character ;
    lvont:represents "𠐫"^^xsd:string .

<http://lexvo.org/id/char/2042C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/%C4%91%C3%B2i>,
        "𠐬"^^xsd:string .

<http://lexvo.org/id/char/2042D> a lvont:Character ;
    lvont:represents "𠐭"^^xsd:string .

<http://lexvo.org/id/char/2042E> a lvont:Character ;
    lvont:represents "𠐮"^^xsd:string .

<http://lexvo.org/id/char/2042F> a lvont:Character ;
    lvont:represents "𠐯"^^xsd:string .

<http://lexvo.org/id/char/2043> a lvont:Character ;
    lvont:represents "⁃"^^xsd:string ;
    rdfs:comment "HYPHEN BULLET"@en .

<http://lexvo.org/id/char/20430> a lvont:Character ;
    lvont:represents "𠐰"^^xsd:string .

<http://lexvo.org/id/char/20431> a lvont:Character ;
    lvont:represents "𠐱"^^xsd:string .

<http://lexvo.org/id/char/20432> a lvont:Character ;
    lvont:represents "𠐲"^^xsd:string .

<http://lexvo.org/id/char/20433> a lvont:Character ;
    lvont:represents "𠐳"^^xsd:string .

<http://lexvo.org/id/char/20434> a lvont:Character ;
    lvont:represents "𠐴"^^xsd:string .

<http://lexvo.org/id/char/20435> a lvont:Character ;
    lvont:represents "𠐵"^^xsd:string .

<http://lexvo.org/id/char/20436> a lvont:Character ;
    lvont:represents "𠐶"^^xsd:string .

<http://lexvo.org/id/char/20437> a lvont:Character ;
    lvont:represents "𠐷"^^xsd:string .

<http://lexvo.org/id/char/20438> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/d%C3%B4i>,
        "𠐸"^^xsd:string .

<http://lexvo.org/id/char/20439> a lvont:Character ;
    lvont:represents "𠐹"^^xsd:string .

<http://lexvo.org/id/char/2043A> a lvont:Character ;
    lvont:represents "𠐺"^^xsd:string .

<http://lexvo.org/id/char/2043B> a lvont:Character ;
    lvont:represents "𠐻"^^xsd:string .

<http://lexvo.org/id/char/2043C> a lvont:Character ;
    lvont:represents "𠐼"^^xsd:string .

<http://lexvo.org/id/char/2043D> a lvont:Character ;
    lvont:represents "𠐽"^^xsd:string .

<http://lexvo.org/id/char/2043E> a lvont:Character ;
    lvont:represents "𠐾"^^xsd:string .

<http://lexvo.org/id/char/2043F> a lvont:Character ;
    lvont:represents "𠐿"^^xsd:string .

<http://lexvo.org/id/char/2044> a lvont:Character ;
    lvont:represents "⁄"^^xsd:string ;
    rdfs:comment "FRACTION SLASH"@en .

<http://lexvo.org/id/char/20440> a lvont:Character ;
    lvont:represents "𠑀"^^xsd:string .

<http://lexvo.org/id/char/20441> a lvont:Character ;
    lvont:represents "𠑁"^^xsd:string .

<http://lexvo.org/id/char/20442> a lvont:Character ;
    lvont:represents "𠑂"^^xsd:string .

<http://lexvo.org/id/char/20443> a lvont:Character ;
    lvont:represents "𠑃"^^xsd:string .

<http://lexvo.org/id/char/20444> a lvont:Character ;
    lvont:represents "𠑄"^^xsd:string .

<http://lexvo.org/id/char/20445> a lvont:Character ;
    lvont:represents "𠑅"^^xsd:string .

<http://lexvo.org/id/char/20446> a lvont:Character ;
    lvont:represents "𠑆"^^xsd:string .

<http://lexvo.org/id/char/20447> a lvont:Character ;
    lvont:represents "𠑇"^^xsd:string .

<http://lexvo.org/id/char/20448> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/tr%E1%BB%99m>,
        "𠑈"^^xsd:string .

<http://lexvo.org/id/char/20449> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/th%C3%B3i>,
        "𠑉"^^xsd:string .

<http://lexvo.org/id/char/2044A> a lvont:Character ;
    lvont:represents "𠑊"^^xsd:string .

<http://lexvo.org/id/char/2044B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/l%E1%BB%8Dng>,
        "𠑋"^^xsd:string .

<http://lexvo.org/id/char/2044C> a lvont:Character ;
    lvont:represents "𠑌"^^xsd:string .

<http://lexvo.org/id/char/2044D> a lvont:Character ;
    lvont:represents "𠑍"^^xsd:string .

<http://lexvo.org/id/char/2044E> a lvont:Character ;
    lvont:represents "𠑎"^^xsd:string .

<http://lexvo.org/id/char/2044F> a lvont:Character ;
    lvont:represents "𠑏"^^xsd:string .

<http://lexvo.org/id/char/2045> a lvont:Character ;
    lvont:represents "⁅"^^xsd:string ;
    rdfs:comment "LEFT SQUARE BRACKET WITH QUILL"@en .

<http://lexvo.org/id/char/20450> a lvont:Character ;
    lvont:represents "𠑐"^^xsd:string .

<http://lexvo.org/id/char/20451> a lvont:Character ;
    lvont:represents "𠑑"^^xsd:string .

<http://lexvo.org/id/char/20452> a lvont:Character ;
    lvont:represents "𠑒"^^xsd:string .

<http://lexvo.org/id/char/20453> a lvont:Character ;
    lvont:represents "𠑓"^^xsd:string .

<http://lexvo.org/id/char/20454> a lvont:Character ;
    lvont:represents "𠑔"^^xsd:string .

<http://lexvo.org/id/char/20455> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ng%E1%BB%ADa>,
        "𠑕"^^xsd:string .

<http://lexvo.org/id/char/20456> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ng%C3%B4i>,
        "𠑖"^^xsd:string .

<http://lexvo.org/id/char/20457> a lvont:Character ;
    lvont:represents "𠑗"^^xsd:string .

<http://lexvo.org/id/char/20458> a lvont:Character ;
    lvont:represents "𠑘"^^xsd:string .

<http://lexvo.org/id/char/20459> a lvont:Character ;
    lvont:represents "𠑙"^^xsd:string .

<http://lexvo.org/id/char/2045A> a lvont:Character ;
    lvont:represents "𠑚"^^xsd:string .

<http://lexvo.org/id/char/2045B> a lvont:Character ;
    lvont:represents "𠑛"^^xsd:string .

<http://lexvo.org/id/char/2045C> a lvont:Character ;
    lvont:represents "𠑜"^^xsd:string .

<http://lexvo.org/id/char/2045D> a lvont:Character ;
    lvont:represents "𠑝"^^xsd:string .

<http://lexvo.org/id/char/2045E> a lvont:Character ;
    lvont:represents "𠑞"^^xsd:string .

<http://lexvo.org/id/char/2045F> a lvont:Character ;
    lvont:represents "𠑟"^^xsd:string .

<http://lexvo.org/id/char/2046> a lvont:Character ;
    lvont:represents "⁆"^^xsd:string ;
    rdfs:comment "RIGHT SQUARE BRACKET WITH QUILL"@en .

<http://lexvo.org/id/char/20460> a lvont:Character ;
    lvont:represents "𠑠"^^xsd:string .

<http://lexvo.org/id/char/20461> a lvont:Character ;
    lvont:represents "𠑡"^^xsd:string .

<http://lexvo.org/id/char/20462> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ngh%C3%A8>,
        "𠑢"^^xsd:string .

<http://lexvo.org/id/char/20463> a lvont:Character ;
    lvont:represents "𠑣"^^xsd:string .

<http://lexvo.org/id/char/20464> a lvont:Character ;
    lvont:represents "𠑤"^^xsd:string .

<http://lexvo.org/id/char/20465> a lvont:Character ;
    lvont:represents "𠑥"^^xsd:string .

<http://lexvo.org/id/char/20466> a lvont:Character ;
    lvont:represents "𠑦"^^xsd:string .

<http://lexvo.org/id/char/20467> a lvont:Character ;
    lvont:represents "𠑧"^^xsd:string .

<http://lexvo.org/id/char/20468> a lvont:Character ;
    lvont:represents "𠑨"^^xsd:string .

<http://lexvo.org/id/char/20469> a lvont:Character ;
    lvont:represents "𠑩"^^xsd:string .

<http://lexvo.org/id/char/2046A> a lvont:Character ;
    lvont:represents "𠑪"^^xsd:string .

<http://lexvo.org/id/char/2046B> a lvont:Character ;
    lvont:represents "𠑫"^^xsd:string .

<http://lexvo.org/id/char/2046C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/nhau>,
        "𠑬"^^xsd:string .

<http://lexvo.org/id/char/2046D> a lvont:Character ;
    lvont:represents "𠑭"^^xsd:string .

<http://lexvo.org/id/char/2046E> a lvont:Character ;
    lvont:represents "𠑮"^^xsd:string .

<http://lexvo.org/id/char/2046F> a lvont:Character ;
    lvont:represents "𠑯"^^xsd:string .

<http://lexvo.org/id/char/2047> a lvont:Character ;
    lvont:represents "⁇"^^xsd:string ;
    rdfs:comment "DOUBLE QUESTION MARK"@en .

<http://lexvo.org/id/char/20470> a lvont:Character ;
    lvont:represents "𠑰"^^xsd:string .

<http://lexvo.org/id/char/20471> a lvont:Character ;
    lvont:represents "𠑱"^^xsd:string .

<http://lexvo.org/id/char/20472> a lvont:Character ;
    lvont:represents "𠑲"^^xsd:string .

<http://lexvo.org/id/char/20473> a lvont:Character ;
    lvont:represents "𠑳"^^xsd:string .

<http://lexvo.org/id/char/20474> a lvont:Character ;
    lvont:represents "𠑴"^^xsd:string .

<http://lexvo.org/id/char/20475> a lvont:Character ;
    lvont:represents "𠑵"^^xsd:string .

<http://lexvo.org/id/char/20476> a lvont:Character ;
    lvont:represents "𠑶"^^xsd:string .

<http://lexvo.org/id/char/20477> a lvont:Character ;
    lvont:represents "𠑷"^^xsd:string .

<http://lexvo.org/id/char/20478> a lvont:Character ;
    lvont:represents "𠑸"^^xsd:string .

<http://lexvo.org/id/char/20479> a lvont:Character ;
    lvont:represents "𠑹"^^xsd:string .

<http://lexvo.org/id/char/2047A> a lvont:Character ;
    lvont:represents "𠑺"^^xsd:string .

<http://lexvo.org/id/char/2047B> a lvont:Character ;
    lvont:represents "𠑻"^^xsd:string .

<http://lexvo.org/id/char/2047C> a lvont:Character ;
    lvont:represents "𠑼"^^xsd:string .

<http://lexvo.org/id/char/2047D> a lvont:Character ;
    lvont:represents "𠑽"^^xsd:string .

<http://lexvo.org/id/char/2047E> a lvont:Character ;
    lvont:represents "𠑾"^^xsd:string .

<http://lexvo.org/id/char/2047F> a lvont:Character ;
    lvont:represents "𠑿"^^xsd:string .

<http://lexvo.org/id/char/2048> a lvont:Character ;
    lvont:represents "⁈"^^xsd:string ;
    rdfs:comment "QUESTION EXCLAMATION MARK"@en .

<http://lexvo.org/id/char/20480> a lvont:Character ;
    lvont:represents "𠒀"^^xsd:string .

<http://lexvo.org/id/char/20481> a lvont:Character ;
    lvont:represents "𠒁"^^xsd:string .

<http://lexvo.org/id/char/20482> a lvont:Character ;
    lvont:represents "𠒂"^^xsd:string .

<http://lexvo.org/id/char/20483> a lvont:Character ;
    lvont:represents "𠒃"^^xsd:string .

<http://lexvo.org/id/char/20484> a lvont:Character ;
    lvont:represents "𠒄"^^xsd:string .

<http://lexvo.org/id/char/20485> a lvont:Character ;
    lvont:represents "𠒅"^^xsd:string .

<http://lexvo.org/id/char/20486> a lvont:Character ;
    lvont:represents "𠒆"^^xsd:string .

<http://lexvo.org/id/char/20487> a lvont:Character ;
    lvont:represents "𠒇"^^xsd:string .

<http://lexvo.org/id/char/20488> a lvont:Character ;
    lvont:represents "𠒈"^^xsd:string .

<http://lexvo.org/id/char/20489> a lvont:Character ;
    lvont:represents "𠒉"^^xsd:string .

<http://lexvo.org/id/char/2048A> a lvont:Character ;
    lvont:represents "𠒊"^^xsd:string .

<http://lexvo.org/id/char/2048B> a lvont:Character ;
    lvont:represents "𠒋"^^xsd:string .

<http://lexvo.org/id/char/2048C> a lvont:Character ;
    lvont:represents "𠒌"^^xsd:string .

<http://lexvo.org/id/char/2048D> a lvont:Character ;
    lvont:represents "𠒍"^^xsd:string .

<http://lexvo.org/id/char/2048E> a lvont:Character ;
    lvont:represents "𠒎"^^xsd:string .

<http://lexvo.org/id/char/2048F> a lvont:Character ;
    lvont:represents "𠒏"^^xsd:string .

<http://lexvo.org/id/char/2049> a lvont:Character ;
    lvont:represents "⁉"^^xsd:string ;
    rdfs:comment "EXCLAMATION QUESTION MARK"@en .

<http://lexvo.org/id/char/20490> a lvont:Character ;
    lvont:represents "𠒐"^^xsd:string .

<http://lexvo.org/id/char/20491> a lvont:Character ;
    lvont:represents "𠒑"^^xsd:string .

<http://lexvo.org/id/char/20492> a lvont:Character ;
    lvont:represents "𠒒"^^xsd:string .

<http://lexvo.org/id/char/20493> a lvont:Character ;
    lvont:represents "𠒓"^^xsd:string .

<http://lexvo.org/id/char/20494> a lvont:Character ;
    lvont:represents "𠒔"^^xsd:string .

<http://lexvo.org/id/char/20495> a lvont:Character ;
    lvont:represents "𠒕"^^xsd:string .

<http://lexvo.org/id/char/20496> a lvont:Character ;
    lvont:represents "𠒖"^^xsd:string .

<http://lexvo.org/id/char/20497> a lvont:Character ;
    lvont:represents "𠒗"^^xsd:string .

<http://lexvo.org/id/char/20498> a lvont:Character ;
    lvont:represents "𠒘"^^xsd:string .

<http://lexvo.org/id/char/20499> a lvont:Character ;
    lvont:represents "𠒙"^^xsd:string .

<http://lexvo.org/id/char/2049A> a lvont:Character ;
    lvont:represents "𠒚"^^xsd:string .

<http://lexvo.org/id/char/2049B> a lvont:Character ;
    lvont:represents "𠒛"^^xsd:string .

<http://lexvo.org/id/char/2049C> a lvont:Character ;
    lvont:represents "𠒜"^^xsd:string .

<http://lexvo.org/id/char/2049D> a lvont:Character ;
    lvont:represents "𠒝"^^xsd:string .

<http://lexvo.org/id/char/2049E> a lvont:Character ;
    lvont:represents "𠒞"^^xsd:string .

<http://lexvo.org/id/char/2049F> a lvont:Character ;
    lvont:represents "𠒟"^^xsd:string .

<http://lexvo.org/id/char/204A> a lvont:Character ;
    lvont:represents "⁊"^^xsd:string ;
    rdfs:comment "TIRONIAN SIGN ET"@en .

<http://lexvo.org/id/char/204A0> a lvont:Character ;
    lvont:represents "𠒠"^^xsd:string .

<http://lexvo.org/id/char/204A1> a lvont:Character ;
    lvont:represents "𠒡"^^xsd:string .

<http://lexvo.org/id/char/204A2> a lvont:Character ;
    lvont:represents "𠒢"^^xsd:string .

<http://lexvo.org/id/char/204A3> a lvont:Character ;
    lvont:represents "𠒣"^^xsd:string .

<http://lexvo.org/id/char/204A4> a lvont:Character ;
    lvont:represents "𠒤"^^xsd:string .

<http://lexvo.org/id/char/204A5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/r%C3%A0ng>,
        "𠒥"^^xsd:string .

<http://lexvo.org/id/char/204A6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/r%E1%BB%A1>,
        "𠒦"^^xsd:string .

<http://lexvo.org/id/char/204A7> a lvont:Character ;
    lvont:represents "𠒧"^^xsd:string .

<http://lexvo.org/id/char/204A8> a lvont:Character ;
    lvont:represents "𠒨"^^xsd:string .

<http://lexvo.org/id/char/204A9> a lvont:Character ;
    lvont:represents "𠒩"^^xsd:string .

<http://lexvo.org/id/char/204AA> a lvont:Character ;
    lvont:represents "𠒪"^^xsd:string .

<http://lexvo.org/id/char/204AB> a lvont:Character ;
    lvont:represents "𠒫"^^xsd:string .

<http://lexvo.org/id/char/204AC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/v%E1%BA%B7c>,
        "𠒬"^^xsd:string .

<http://lexvo.org/id/char/204AD> a lvont:Character ;
    lvont:represents "𠒭"^^xsd:string .

<http://lexvo.org/id/char/204AE> a lvont:Character ;
    lvont:represents "𠒮"^^xsd:string .

<http://lexvo.org/id/char/204AF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/nh%C3%B3c>,
        "𠒯"^^xsd:string .

<http://lexvo.org/id/char/204B> a lvont:Character ;
    lvont:represents "⁋"^^xsd:string ;
    rdfs:comment "REVERSED PILCROW SIGN"@en .

<http://lexvo.org/id/char/204B0> a lvont:Character ;
    lvont:represents "𠒰"^^xsd:string .

<http://lexvo.org/id/char/204B1> a lvont:Character ;
    lvont:represents "𠒱"^^xsd:string .

<http://lexvo.org/id/char/204B2> a lvont:Character ;
    lvont:represents "𠒲"^^xsd:string .

<http://lexvo.org/id/char/204B3> a lvont:Character ;
    lvont:represents "𠒳"^^xsd:string .

<http://lexvo.org/id/char/204B4> a lvont:Character ;
    lvont:represents "𠒴"^^xsd:string .

<http://lexvo.org/id/char/204B5> a lvont:Character ;
    lvont:represents "𠒵"^^xsd:string .

<http://lexvo.org/id/char/204B6> a lvont:Character ;
    lvont:represents "𠒶"^^xsd:string .

<http://lexvo.org/id/char/204B7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/tin>,
        "𠒷"^^xsd:string .

<http://lexvo.org/id/char/204B8> a lvont:Character ;
    lvont:represents "𠒸"^^xsd:string .

<http://lexvo.org/id/char/204B9> a lvont:Character ;
    lvont:represents "𠒹"^^xsd:string .

<http://lexvo.org/id/char/204BA> a lvont:Character ;
    lvont:represents "𠒺"^^xsd:string .

<http://lexvo.org/id/char/204BB> a lvont:Character ;
    lvont:represents "𠒻"^^xsd:string .

<http://lexvo.org/id/char/204BC> a lvont:Character ;
    lvont:represents "𠒼"^^xsd:string .

<http://lexvo.org/id/char/204BD> a lvont:Character ;
    lvont:represents "𠒽"^^xsd:string .

<http://lexvo.org/id/char/204BE> a lvont:Character ;
    lvont:represents "𠒾"^^xsd:string .

<http://lexvo.org/id/char/204BF> a lvont:Character ;
    lvont:represents "𠒿"^^xsd:string .

<http://lexvo.org/id/char/204C> a lvont:Character ;
    lvont:represents "⁌"^^xsd:string ;
    rdfs:comment "BLACK LEFTWARDS BULLET"@en .

<http://lexvo.org/id/char/204C0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/tr%C6%B0%E1%BB%9Bc>,
        "𠓀"^^xsd:string .

<http://lexvo.org/id/char/204C1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/r%E1%BA%A1ng>,
        "𠓁"^^xsd:string .

<http://lexvo.org/id/char/204C2> a lvont:Character ;
    lvont:represents "𠓂"^^xsd:string .

<http://lexvo.org/id/char/204C3> a lvont:Character ;
    lvont:represents "𠓃"^^xsd:string .

<http://lexvo.org/id/char/204C4> a lvont:Character ;
    lvont:represents "𠓄"^^xsd:string .

<http://lexvo.org/id/char/204C5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/v%E1%BA%B1ng>,
        "𠓅"^^xsd:string .

<http://lexvo.org/id/char/204C6> a lvont:Character ;
    lvont:represents "𠓆"^^xsd:string .

<http://lexvo.org/id/char/204C7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/s%C3%A1ng>,
        "𠓇"^^xsd:string .

<http://lexvo.org/id/char/204C8> a lvont:Character ;
    lvont:represents "𠓈"^^xsd:string .

<http://lexvo.org/id/char/204C9> a lvont:Character ;
    lvont:represents "𠓉"^^xsd:string .

<http://lexvo.org/id/char/204CA> a lvont:Character ;
    lvont:represents "𠓊"^^xsd:string .

<http://lexvo.org/id/char/204CB> a lvont:Character ;
    lvont:represents "𠓋"^^xsd:string .

<http://lexvo.org/id/char/204CC> a lvont:Character ;
    lvont:represents "𠓌"^^xsd:string .

<http://lexvo.org/id/char/204CD> a lvont:Character ;
    lvont:represents "𠓍"^^xsd:string .

<http://lexvo.org/id/char/204CE> a lvont:Character ;
    lvont:represents "𠓎"^^xsd:string .

<http://lexvo.org/id/char/204CF> a lvont:Character ;
    lvont:represents "𠓏"^^xsd:string .

<http://lexvo.org/id/char/204D> a lvont:Character ;
    lvont:represents "⁍"^^xsd:string ;
    rdfs:comment "BLACK RIGHTWARDS BULLET"@en .

<http://lexvo.org/id/char/204D0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/quanh>,
        "𠓐"^^xsd:string .

<http://lexvo.org/id/char/204D1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/r%C3%B5>,
        "𠓑"^^xsd:string .

<http://lexvo.org/id/char/204D2> a lvont:Character ;
    lvont:represents "𠓒"^^xsd:string .

<http://lexvo.org/id/char/204D3> a lvont:Character ;
    lvont:represents "𠓓"^^xsd:string .

<http://lexvo.org/id/char/204D4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/m%E1%BB%91ng>,
        "𠓔"^^xsd:string .

<http://lexvo.org/id/char/204D5> a lvont:Character ;
    lvont:represents "𠓕"^^xsd:string .

<http://lexvo.org/id/char/204D6> a lvont:Character ;
    lvont:represents "𠓖"^^xsd:string .

<http://lexvo.org/id/char/204D7> a lvont:Character ;
    lvont:represents "𠓗"^^xsd:string .

<http://lexvo.org/id/char/204D8> a lvont:Character ;
    lvont:represents "𠓘"^^xsd:string .

<http://lexvo.org/id/char/204D9> a lvont:Character ;
    lvont:represents "𠓙"^^xsd:string .

<http://lexvo.org/id/char/204DA> a lvont:Character ;
    lvont:represents "𠓚"^^xsd:string .

<http://lexvo.org/id/char/204DB> a lvont:Character ;
    lvont:represents "𠓛"^^xsd:string .

<http://lexvo.org/id/char/204DC> a lvont:Character ;
    lvont:represents "𠓜"^^xsd:string .

<http://lexvo.org/id/char/204DD> a lvont:Character ;
    lvont:represents "𠓝"^^xsd:string .

<http://lexvo.org/id/char/204DE> a lvont:Character ;
    lvont:represents "𠓞"^^xsd:string .

<http://lexvo.org/id/char/204DF> a lvont:Character ;
    lvont:represents "𠓟"^^xsd:string .

<http://lexvo.org/id/char/204E> a lvont:Character ;
    lvont:represents "⁎"^^xsd:string ;
    rdfs:comment "LOW ASTERISK"@en .

<http://lexvo.org/id/char/204E0> a lvont:Character ;
    lvont:represents "𠓠"^^xsd:string .

<http://lexvo.org/id/char/204E1> a lvont:Character ;
    lvont:represents "𠓡"^^xsd:string .

<http://lexvo.org/id/char/204E2> a lvont:Character ;
    lvont:represents "𠓢"^^xsd:string .

<http://lexvo.org/id/char/204E3> a lvont:Character ;
    lvont:represents "𠓣"^^xsd:string .

<http://lexvo.org/id/char/204E4> a lvont:Character ;
    lvont:represents "𠓤"^^xsd:string .

<http://lexvo.org/id/char/204E5> a lvont:Character ;
    lvont:represents "𠓥"^^xsd:string .

<http://lexvo.org/id/char/204E6> a lvont:Character ;
    lvont:represents "𠓦"^^xsd:string .

<http://lexvo.org/id/char/204E7> a lvont:Character ;
    lvont:represents "𠓧"^^xsd:string .

<http://lexvo.org/id/char/204E8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/v%C3%A0o>,
        "𠓨"^^xsd:string .

<http://lexvo.org/id/char/204E9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/nh%C3%BAi>,
        "𠓩"^^xsd:string .

<http://lexvo.org/id/char/204EA> a lvont:Character ;
    lvont:represents "𠓪"^^xsd:string .

<http://lexvo.org/id/char/204EB> a lvont:Character ;
    lvont:represents "𠓫"^^xsd:string .

<http://lexvo.org/id/char/204EC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/l%E1%BA%B7n>,
        "𠓬"^^xsd:string .

<http://lexvo.org/id/char/204ED> a lvont:Character ;
    lvont:represents "𠓭"^^xsd:string .

<http://lexvo.org/id/char/204EE> a lvont:Character ;
    lvont:represents "𠓮"^^xsd:string .

<http://lexvo.org/id/char/204EF> a lvont:Character ;
    lvont:represents "𠓯"^^xsd:string .

<http://lexvo.org/id/char/204F> a lvont:Character ;
    lvont:represents "⁏"^^xsd:string ;
    rdfs:comment "REVERSED SEMICOLON"@en .

<http://lexvo.org/id/char/204F0> a lvont:Character ;
    lvont:represents "𠓰"^^xsd:string .

<http://lexvo.org/id/char/204F1> a lvont:Character ;
    lvont:represents "𠓱"^^xsd:string .

<http://lexvo.org/id/char/204F2> a lvont:Character ;
    lvont:represents "𠓲"^^xsd:string .

<http://lexvo.org/id/char/204F3> a lvont:Character ;
    lvont:represents "𠓳"^^xsd:string .

<http://lexvo.org/id/char/204F4> a lvont:Character ;
    lvont:represents "𠓴"^^xsd:string .

<http://lexvo.org/id/char/204F5> a lvont:Character ;
    lvont:represents "𠓵"^^xsd:string .

<http://lexvo.org/id/char/204F6> a lvont:Character ;
    lvont:represents "𠓶"^^xsd:string .

<http://lexvo.org/id/char/204F7> a lvont:Character ;
    lvont:represents "𠓷"^^xsd:string .

<http://lexvo.org/id/char/204F8> a lvont:Character ;
    lvont:represents "𠓸"^^xsd:string .

<http://lexvo.org/id/char/204F9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/l%E1%BB%8Dn>,
        "𠓹"^^xsd:string .

<http://lexvo.org/id/char/204FA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/v%C3%B4>,
        "𠓺"^^xsd:string .

<http://lexvo.org/id/char/204FB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/tr%E1%BB%8Dn>,
        "𠓻"^^xsd:string .

<http://lexvo.org/id/char/204FC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/sip3>,
        <http://lexvo.org/id/term/yue/%F0%A0%93%BC>,
        "𠓼"^^xsd:string ;
    rdfs:comment "(Cant.) a wedge; to thrust in"@en .

<http://lexvo.org/id/char/204FD> a lvont:Character ;
    lvont:represents "𠓽"^^xsd:string .

<http://lexvo.org/id/char/204FE> a lvont:Character ;
    lvont:represents "𠓾"^^xsd:string .

<http://lexvo.org/id/char/204FF> a lvont:Character ;
    lvont:represents "𠓿"^^xsd:string .

<http://lexvo.org/id/char/2050> a lvont:Character ;
    lvont:represents "⁐"^^xsd:string ;
    rdfs:comment "CLOSE UP"@en .

<http://lexvo.org/id/char/20500> a lvont:Character ;
    lvont:represents "𠔀"^^xsd:string .

<http://lexvo.org/id/char/20501> a lvont:Character ;
    lvont:represents "𠔁"^^xsd:string .

<http://lexvo.org/id/char/20502> a lvont:Character ;
    lvont:represents "𠔂"^^xsd:string .

<http://lexvo.org/id/char/20503> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%F0%A0%94%83>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C4%AB>,
        "𠔃"^^xsd:string ;
    rdfs:comment "an interjection of doubt or inquiry"@en .

<http://lexvo.org/id/char/20504> a lvont:Character ;
    lvont:represents "𠔄"^^xsd:string .

<http://lexvo.org/id/char/20505> a lvont:Character ;
    lvont:represents "𠔅"^^xsd:string .

<http://lexvo.org/id/char/20506> a lvont:Character ;
    lvont:represents "𠔆"^^xsd:string .

<http://lexvo.org/id/char/20508> a lvont:Character ;
    lvont:represents "𠔈"^^xsd:string .

<http://lexvo.org/id/char/20509> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%F0%A0%94%89>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ju%C3%A0n>,
        "𠔉"^^xsd:string ;
    rdfs:comment "a roll"@en .

<http://lexvo.org/id/char/2050A> a lvont:Character ;
    lvont:represents "𠔊"^^xsd:string .

<http://lexvo.org/id/char/2050B> a lvont:Character ;
    lvont:represents "𠔋"^^xsd:string .

<http://lexvo.org/id/char/2050C> a lvont:Character ;
    lvont:represents "𠔌"^^xsd:string .

<http://lexvo.org/id/char/2050D> a lvont:Character ;
    lvont:represents "𠔍"^^xsd:string .

<http://lexvo.org/id/char/2050E> a lvont:Character ;
    lvont:represents "𠔎"^^xsd:string .

<http://lexvo.org/id/char/2050F> a lvont:Character ;
    lvont:represents "𠔏"^^xsd:string .

<http://lexvo.org/id/char/2051> a lvont:Character ;
    lvont:represents "⁑"^^xsd:string ;
    rdfs:comment "TWO ASTERISKS ALIGNED VERTICALLY"@en .

<http://lexvo.org/id/char/20510> a lvont:Character ;
    lvont:represents "𠔐"^^xsd:string .

<http://lexvo.org/id/char/20511> a lvont:Character ;
    lvont:represents "𠔑"^^xsd:string .

<http://lexvo.org/id/char/20512> a lvont:Character ;
    lvont:represents "𠔒"^^xsd:string .

<http://lexvo.org/id/char/20513> a lvont:Character ;
    lvont:represents "𠔓"^^xsd:string .

<http://lexvo.org/id/char/20514> a lvont:Character ;
    lvont:represents "𠔔"^^xsd:string .

<http://lexvo.org/id/char/20515> a lvont:Character ;
    lvont:represents "𠔕"^^xsd:string .

<http://lexvo.org/id/char/20516> a lvont:Character ;
    lvont:represents "𠔖"^^xsd:string .

<http://lexvo.org/id/char/20517> a lvont:Character ;
    lvont:represents "𠔗"^^xsd:string .

<http://lexvo.org/id/char/20518> a lvont:Character ;
    lvont:represents "𠔘"^^xsd:string .

<http://lexvo.org/id/char/20519> a lvont:Character ;
    lvont:represents "𠔙"^^xsd:string .

<http://lexvo.org/id/char/2051A> a lvont:Character ;
    lvont:represents "𠔚"^^xsd:string .

<http://lexvo.org/id/char/2051B> a lvont:Character ;
    lvont:represents "𠔛"^^xsd:string .

<http://lexvo.org/id/char/2051C> a lvont:Character ;
    lvont:represents "𠔜"^^xsd:string .

<http://lexvo.org/id/char/2051D> a lvont:Character ;
    lvont:represents "𠔝"^^xsd:string .

<http://lexvo.org/id/char/2051E> a lvont:Character ;
    lvont:represents "𠔞"^^xsd:string .

<http://lexvo.org/id/char/2051F> a lvont:Character ;
    lvont:represents "𠔟"^^xsd:string .

<http://lexvo.org/id/char/2052> a lvont:Character ;
    lvont:represents "⁒"^^xsd:string ;
    rdfs:comment "COMMERCIAL MINUS SIGN"@en .

<http://lexvo.org/id/char/20520> a lvont:Character ;
    lvont:represents "𠔠"^^xsd:string .

<http://lexvo.org/id/char/20521> a lvont:Character ;
    lvont:represents "𠔡"^^xsd:string .

<http://lexvo.org/id/char/20522> a lvont:Character ;
    lvont:represents "𠔢"^^xsd:string .

<http://lexvo.org/id/char/20523> a lvont:Character ;
    lvont:represents "𠔣"^^xsd:string .

<http://lexvo.org/id/char/20524> a lvont:Character ;
    lvont:represents "𠔤"^^xsd:string .

<http://lexvo.org/id/char/20525> a lvont:Character ;
    lvont:represents "𠔥"^^xsd:string .

<http://lexvo.org/id/char/20526> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/l%C3%ADnh>,
        "𠔦"^^xsd:string .

<http://lexvo.org/id/char/20527> a lvont:Character ;
    lvont:represents "𠔧"^^xsd:string .

<http://lexvo.org/id/char/20528> a lvont:Character ;
    lvont:represents "𠔨"^^xsd:string .

<http://lexvo.org/id/char/20529> a lvont:Character ;
    lvont:represents "𠔩"^^xsd:string .

<http://lexvo.org/id/char/2052A> a lvont:Character ;
    lvont:represents "𠔪"^^xsd:string .

<http://lexvo.org/id/char/2052B> a lvont:Character ;
    lvont:represents "𠔫"^^xsd:string .

<http://lexvo.org/id/char/2052C> a lvont:Character ;
    lvont:represents "𠔬"^^xsd:string .

<http://lexvo.org/id/char/2052D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/t%C3%A1m>,
        "𠔭"^^xsd:string .

<http://lexvo.org/id/char/2052E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/g%E1%BB%93m>,
        "𠔮"^^xsd:string .

<http://lexvo.org/id/char/2052F> a lvont:Character ;
    lvont:represents "𠔯"^^xsd:string .

<http://lexvo.org/id/char/2053> a lvont:Character ;
    lvont:represents "⁓"^^xsd:string ;
    rdfs:comment "SWUNG DASH"@en .

<http://lexvo.org/id/char/20530> a lvont:Character ;
    lvont:represents "𠔰"^^xsd:string .

<http://lexvo.org/id/char/20531> a lvont:Character ;
    lvont:represents "𠔱"^^xsd:string .

<http://lexvo.org/id/char/20532> a lvont:Character ;
    lvont:represents "𠔲"^^xsd:string .

<http://lexvo.org/id/char/20533> a lvont:Character ;
    lvont:represents "𠔳"^^xsd:string .

<http://lexvo.org/id/char/20534> a lvont:Character ;
    lvont:represents "𠔴"^^xsd:string .

<http://lexvo.org/id/char/20535> a lvont:Character ;
    lvont:represents "𠔵"^^xsd:string .

<http://lexvo.org/id/char/20536> a lvont:Character ;
    lvont:represents "𠔶"^^xsd:string .

<http://lexvo.org/id/char/20537> a lvont:Character ;
    lvont:represents "𠔷"^^xsd:string .

<http://lexvo.org/id/char/20538> a lvont:Character ;
    lvont:represents "𠔸"^^xsd:string .

<http://lexvo.org/id/char/20539> a lvont:Character ;
    lvont:represents "𠔹"^^xsd:string .

<http://lexvo.org/id/char/2053A> a lvont:Character ;
    lvont:represents "𠔺"^^xsd:string .

<http://lexvo.org/id/char/2053B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%F0%A0%94%BB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%A8ng>,
        "𠔻"^^xsd:string .

<http://lexvo.org/id/char/2053C> a lvont:Character ;
    lvont:represents "𠔼"^^xsd:string .

<http://lexvo.org/id/char/2053D> a lvont:Character ;
    lvont:represents "𠔽"^^xsd:string .

<http://lexvo.org/id/char/2053E> a lvont:Character ;
    lvont:represents "𠔾"^^xsd:string .

<http://lexvo.org/id/char/2053F> a lvont:Character ;
    lvont:represents "𠔿"^^xsd:string .

<http://lexvo.org/id/char/2054> a lvont:Character ;
    lvont:represents "⁔"^^xsd:string ;
    rdfs:comment "INVERTED UNDERTIE"@en .

<http://lexvo.org/id/char/20540> a lvont:Character ;
    lvont:represents "𠕀"^^xsd:string .

<http://lexvo.org/id/char/20541> a lvont:Character ;
    lvont:represents "𠕁"^^xsd:string .

<http://lexvo.org/id/char/20542> a lvont:Character ;
    lvont:represents "𠕂"^^xsd:string .

<http://lexvo.org/id/char/20543> a lvont:Character ;
    lvont:represents "𠕃"^^xsd:string .

<http://lexvo.org/id/char/20544> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/nap1>,
        <http://lexvo.org/id/term/yue/%F0%A0%95%84>,
        "𠕄"^^xsd:string ;
    rdfs:comment "(Cant.) 酒𠕄, a dimple"@en .

<http://lexvo.org/id/char/20545> a lvont:Character ;
    lvont:represents "𠕅"^^xsd:string .

<http://lexvo.org/id/char/20546> a lvont:Character ;
    lvont:represents "𠕆"^^xsd:string .

<http://lexvo.org/id/char/20547> a lvont:Character ;
    lvont:represents "𠕇"^^xsd:string .

<http://lexvo.org/id/char/20548> a lvont:Character ;
    lvont:represents "𠕈"^^xsd:string .

<http://lexvo.org/id/char/20549> a lvont:Character ;
    lvont:represents "𠕉"^^xsd:string .

<http://lexvo.org/id/char/2054A> a lvont:Character ;
    lvont:represents "𠕊"^^xsd:string .

<http://lexvo.org/id/char/2054B> a lvont:Character ;
    lvont:represents "𠕋"^^xsd:string .

<http://lexvo.org/id/char/2054C> a lvont:Character ;
    lvont:represents "𠕌"^^xsd:string .

<http://lexvo.org/id/char/2054D> a lvont:Character ;
    lvont:represents "𠕍"^^xsd:string .

<http://lexvo.org/id/char/2054E> a lvont:Character ;
    lvont:represents "𠕎"^^xsd:string .

<http://lexvo.org/id/char/2054F> a lvont:Character ;
    lvont:represents "𠕏"^^xsd:string .

<http://lexvo.org/id/char/2055> a lvont:Character ;
    lvont:represents "⁕"^^xsd:string ;
    rdfs:comment "FLOWER PUNCTUATION MARK"@en .

<http://lexvo.org/id/char/20550> a lvont:Character ;
    lvont:represents "𠕐"^^xsd:string .

<http://lexvo.org/id/char/20551> a lvont:Character ;
    lvont:represents "𠕑"^^xsd:string .

<http://lexvo.org/id/char/20552> a lvont:Character ;
    lvont:represents "𠕒"^^xsd:string .

<http://lexvo.org/id/char/20553> a lvont:Character ;
    lvont:represents "𠕓"^^xsd:string .

<http://lexvo.org/id/char/20554> a lvont:Character ;
    lvont:represents "𠕔"^^xsd:string .

<http://lexvo.org/id/char/20555> a lvont:Character ;
    lvont:represents "𠕕"^^xsd:string .

<http://lexvo.org/id/char/20556> a lvont:Character ;
    lvont:represents "𠕖"^^xsd:string .

<http://lexvo.org/id/char/20557> a lvont:Character ;
    lvont:represents "𠕗"^^xsd:string .

<http://lexvo.org/id/char/20558> a lvont:Character ;
    lvont:represents "𠕘"^^xsd:string .

<http://lexvo.org/id/char/20559> a lvont:Character ;
    lvont:represents "𠕙"^^xsd:string .

<http://lexvo.org/id/char/2055A> a lvont:Character ;
    lvont:represents "𠕚"^^xsd:string .

<http://lexvo.org/id/char/2055B> a lvont:Character ;
    lvont:represents "𠕛"^^xsd:string .

<http://lexvo.org/id/char/2055C> a lvont:Character ;
    lvont:represents "𠕜"^^xsd:string .

<http://lexvo.org/id/char/2055D> a lvont:Character ;
    lvont:represents "𠕝"^^xsd:string .

<http://lexvo.org/id/char/2055E> a lvont:Character ;
    lvont:represents "𠕞"^^xsd:string .

<http://lexvo.org/id/char/2055F> a lvont:Character ;
    lvont:represents "𠕟"^^xsd:string .

<http://lexvo.org/id/char/2056> a lvont:Character ;
    lvont:represents "⁖"^^xsd:string ;
    rdfs:comment "THREE DOT PUNCTUATION"@en .

<http://lexvo.org/id/char/20560> a lvont:Character ;
    lvont:represents "𠕠"^^xsd:string .

<http://lexvo.org/id/char/20561> a lvont:Character ;
    lvont:represents "𠕡"^^xsd:string .

<http://lexvo.org/id/char/20562> a lvont:Character ;
    lvont:represents "𠕢"^^xsd:string .

<http://lexvo.org/id/char/20563> a lvont:Character ;
    lvont:represents "𠕣"^^xsd:string .

<http://lexvo.org/id/char/20564> a lvont:Character ;
    lvont:represents "𠕤"^^xsd:string .

<http://lexvo.org/id/char/20565> a lvont:Character ;
    lvont:represents "𠕥"^^xsd:string .

<http://lexvo.org/id/char/20566> a lvont:Character ;
    lvont:represents "𠕦"^^xsd:string .

<http://lexvo.org/id/char/20567> a lvont:Character ;
    lvont:represents "𠕧"^^xsd:string .

<http://lexvo.org/id/char/20568> a lvont:Character ;
    lvont:represents "𠕨"^^xsd:string .

<http://lexvo.org/id/char/20569> a lvont:Character ;
    lvont:represents "𠕩"^^xsd:string .

<http://lexvo.org/id/char/2056A> a lvont:Character ;
    lvont:represents "𠕪"^^xsd:string .

<http://lexvo.org/id/char/2056B> a lvont:Character ;
    lvont:represents "𠕫"^^xsd:string .

<http://lexvo.org/id/char/2056C> a lvont:Character ;
    lvont:represents "𠕬"^^xsd:string .

<http://lexvo.org/id/char/2056D> a lvont:Character ;
    lvont:represents "𠕭"^^xsd:string .

<http://lexvo.org/id/char/2056E> a lvont:Character ;
    lvont:represents "𠕮"^^xsd:string .

<http://lexvo.org/id/char/2056F> a lvont:Character ;
    lvont:represents "𠕯"^^xsd:string .

<http://lexvo.org/id/char/2057> a lvont:Character ;
    lvont:represents "⁗"^^xsd:string ;
    rdfs:comment "QUADRUPLE PRIME"@en .

<http://lexvo.org/id/char/20570> a lvont:Character ;
    lvont:represents "𠕰"^^xsd:string .

<http://lexvo.org/id/char/20571> a lvont:Character ;
    lvont:represents "𠕱"^^xsd:string .

<http://lexvo.org/id/char/20572> a lvont:Character ;
    lvont:represents "𠕲"^^xsd:string .

<http://lexvo.org/id/char/20573> a lvont:Character ;
    lvont:represents "𠕳"^^xsd:string .

<http://lexvo.org/id/char/20574> a lvont:Character ;
    lvont:represents "𠕴"^^xsd:string .

<http://lexvo.org/id/char/20575> a lvont:Character ;
    lvont:represents "𠕵"^^xsd:string .

<http://lexvo.org/id/char/20576> a lvont:Character ;
    lvont:represents "𠕶"^^xsd:string .

<http://lexvo.org/id/char/20577> a lvont:Character ;
    lvont:represents "𠕷"^^xsd:string .

<http://lexvo.org/id/char/20578> a lvont:Character ;
    lvont:represents "𠕸"^^xsd:string .

<http://lexvo.org/id/char/20579> a lvont:Character ;
    lvont:represents "𠕹"^^xsd:string .

<http://lexvo.org/id/char/2057A> a lvont:Character ;
    lvont:represents "𠕺"^^xsd:string .

<http://lexvo.org/id/char/2057B> a lvont:Character ;
    lvont:represents "𠕻"^^xsd:string .

<http://lexvo.org/id/char/2057C> a lvont:Character ;
    lvont:represents "𠕼"^^xsd:string .

<http://lexvo.org/id/char/2057D> a lvont:Character ;
    lvont:represents "𠕽"^^xsd:string .

<http://lexvo.org/id/char/2057E> a lvont:Character ;
    lvont:represents "𠕾"^^xsd:string .

<http://lexvo.org/id/char/2057F> a lvont:Character ;
    lvont:represents "𠕿"^^xsd:string .

<http://lexvo.org/id/char/2058> a lvont:Character ;
    lvont:represents "⁘"^^xsd:string ;
    rdfs:comment "FOUR DOT PUNCTUATION"@en .

<http://lexvo.org/id/char/20580> a lvont:Character ;
    lvont:represents "𠖀"^^xsd:string .

<http://lexvo.org/id/char/20581> a lvont:Character ;
    lvont:represents "𠖁"^^xsd:string .

<http://lexvo.org/id/char/20582> a lvont:Character ;
    lvont:represents "𠖂"^^xsd:string .

<http://lexvo.org/id/char/20583> a lvont:Character ;
    lvont:represents "𠖃"^^xsd:string .

<http://lexvo.org/id/char/20584> a lvont:Character ;
    lvont:represents "𠖄"^^xsd:string .

<http://lexvo.org/id/char/20585> a lvont:Character ;
    lvont:represents "𠖅"^^xsd:string .

<http://lexvo.org/id/char/20586> a lvont:Character ;
    lvont:represents "𠖆"^^xsd:string .

<http://lexvo.org/id/char/20587> a lvont:Character ;
    lvont:represents "𠖇"^^xsd:string .

<http://lexvo.org/id/char/20588> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/xu%E1%BB%91ng>,
        "𠖈"^^xsd:string .

<http://lexvo.org/id/char/20589> a lvont:Character ;
    lvont:represents "𠖉"^^xsd:string .

<http://lexvo.org/id/char/2058A> a lvont:Character ;
    lvont:represents "𠖊"^^xsd:string .

<http://lexvo.org/id/char/2058B> a lvont:Character ;
    lvont:represents "𠖋"^^xsd:string .

<http://lexvo.org/id/char/2058C> a lvont:Character ;
    lvont:represents "𠖌"^^xsd:string .

<http://lexvo.org/id/char/2058D> a lvont:Character ;
    lvont:represents "𠖍"^^xsd:string .

<http://lexvo.org/id/char/2058E> a lvont:Character ;
    lvont:represents "𠖎"^^xsd:string .

<http://lexvo.org/id/char/2058F> a lvont:Character ;
    lvont:represents "𠖏"^^xsd:string .

<http://lexvo.org/id/char/2059> a lvont:Character ;
    lvont:represents "⁙"^^xsd:string ;
    rdfs:comment "FIVE DOT PUNCTUATION"@en .

<http://lexvo.org/id/char/20590> a lvont:Character ;
    lvont:represents "𠖐"^^xsd:string .

<http://lexvo.org/id/char/20591> a lvont:Character ;
    lvont:represents "𠖑"^^xsd:string .

<http://lexvo.org/id/char/20592> a lvont:Character ;
    lvont:represents "𠖒"^^xsd:string .

<http://lexvo.org/id/char/20593> a lvont:Character ;
    lvont:represents "𠖓"^^xsd:string .

<http://lexvo.org/id/char/20594> a lvont:Character ;
    lvont:represents "𠖔"^^xsd:string .

<http://lexvo.org/id/char/20595> a lvont:Character ;
    lvont:represents "𠖕"^^xsd:string .

<http://lexvo.org/id/char/20596> a lvont:Character ;
    lvont:represents "𠖖"^^xsd:string .

<http://lexvo.org/id/char/20597> a lvont:Character ;
    lvont:represents "𠖗"^^xsd:string .

<http://lexvo.org/id/char/20598> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/n%E1%BA%AFp>,
        "𠖘"^^xsd:string .

<http://lexvo.org/id/char/20599> a lvont:Character ;
    lvont:represents "𠖙"^^xsd:string .

<http://lexvo.org/id/char/2059A> a lvont:Character ;
    lvont:represents "𠖚"^^xsd:string .

<http://lexvo.org/id/char/2059B> a lvont:Character ;
    lvont:represents "𠖛"^^xsd:string .

<http://lexvo.org/id/char/2059C> a lvont:Character ;
    lvont:represents "𠖜"^^xsd:string .

<http://lexvo.org/id/char/2059D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/li%E1%BB%87ng>,
        "𠖝"^^xsd:string .

<http://lexvo.org/id/char/2059E> a lvont:Character ;
    lvont:represents "𠖞"^^xsd:string .

<http://lexvo.org/id/char/2059F> a lvont:Character ;
    lvont:represents "𠖟"^^xsd:string .

<http://lexvo.org/id/char/205A> a lvont:Character ;
    lvont:represents "⁚"^^xsd:string ;
    rdfs:comment "TWO DOT PUNCTUATION"@en .

<http://lexvo.org/id/char/205A0> a lvont:Character ;
    lvont:represents "𠖠"^^xsd:string .

<http://lexvo.org/id/char/205A1> a lvont:Character ;
    lvont:represents "𠖡"^^xsd:string .

<http://lexvo.org/id/char/205A2> a lvont:Character ;
    lvont:represents "𠖢"^^xsd:string .

<http://lexvo.org/id/char/205A3> a lvont:Character ;
    lvont:represents "𠖣"^^xsd:string .

<http://lexvo.org/id/char/205A4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/bay>,
        "𠖤"^^xsd:string .

<http://lexvo.org/id/char/205A5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%F0%A0%96%A5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C7%92ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cung2>,
        <http://lexvo.org/id/term/yue/%F0%A0%96%A5>,
        "𠖥"^^xsd:string ;
    rdfs:comment "kindness, grace, esteem"@en .

<http://lexvo.org/id/char/205A6> a lvont:Character ;
    lvont:represents "𠖦"^^xsd:string .

<http://lexvo.org/id/char/205A7> a lvont:Character ;
    lvont:represents "𠖧"^^xsd:string .

<http://lexvo.org/id/char/205A8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/m%E1%BB%93ng>,
        "𠖨"^^xsd:string .

<http://lexvo.org/id/char/205A9> a lvont:Character ;
    lvont:represents "𠖩"^^xsd:string .

<http://lexvo.org/id/char/205AA> a lvont:Character ;
    lvont:represents "𠖪"^^xsd:string .

<http://lexvo.org/id/char/205AB> a lvont:Character ;
    lvont:represents "𠖫"^^xsd:string .

<http://lexvo.org/id/char/205AC> a lvont:Character ;
    lvont:represents "𠖬"^^xsd:string .

<http://lexvo.org/id/char/205AD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/l%E1%BA%BBo>,
        "𠖭"^^xsd:string .

<http://lexvo.org/id/char/205AE> a lvont:Character ;
    lvont:represents "𠖮"^^xsd:string .

<http://lexvo.org/id/char/205AF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ng%E1%BA%AFt>,
        "𠖯"^^xsd:string .

<http://lexvo.org/id/char/205B> a lvont:Character ;
    lvont:represents "⁛"^^xsd:string ;
    rdfs:comment "FOUR DOT MARK"@en .

<http://lexvo.org/id/char/205B0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/d%C3%A3y>,
        "𠖰"^^xsd:string .

<http://lexvo.org/id/char/205B1> a lvont:Character ;
    lvont:represents "𠖱"^^xsd:string .

<http://lexvo.org/id/char/205B2> a lvont:Character ;
    lvont:represents "𠖲"^^xsd:string .

<http://lexvo.org/id/char/205B3> a lvont:Character ;
    lvont:represents "𠖳"^^xsd:string .

<http://lexvo.org/id/char/205B4> a lvont:Character ;
    lvont:represents "𠖴"^^xsd:string .

<http://lexvo.org/id/char/205B5> a lvont:Character ;
    lvont:represents "𠖵"^^xsd:string .

<http://lexvo.org/id/char/205B6> a lvont:Character ;
    lvont:represents "𠖶"^^xsd:string .

<http://lexvo.org/id/char/205B7> a lvont:Character ;
    lvont:represents "𠖷"^^xsd:string .

<http://lexvo.org/id/char/205B8> a lvont:Character ;
    lvont:represents "𠖸"^^xsd:string .

<http://lexvo.org/id/char/205B9> a lvont:Character ;
    lvont:represents "𠖹"^^xsd:string .

<http://lexvo.org/id/char/205BA> a lvont:Character ;
    lvont:represents "𠖺"^^xsd:string .

<http://lexvo.org/id/char/205BB> a lvont:Character ;
    lvont:represents "𠖻"^^xsd:string .

<http://lexvo.org/id/char/205BC> a lvont:Character ;
    lvont:represents "𠖼"^^xsd:string .

<http://lexvo.org/id/char/205BD> a lvont:Character ;
    lvont:represents "𠖽"^^xsd:string .

<http://lexvo.org/id/char/205BE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/m%C3%A1t>,
        "𠖾"^^xsd:string .

<http://lexvo.org/id/char/205BF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/r%C3%B2ng>,
        "𠖿"^^xsd:string .

<http://lexvo.org/id/char/205C> a lvont:Character ;
    lvont:represents "⁜"^^xsd:string ;
    rdfs:comment "DOTTED CROSS"@en .

<http://lexvo.org/id/char/205C0> a lvont:Character ;
    lvont:represents "𠗀"^^xsd:string .

<http://lexvo.org/id/char/205C1> a lvont:Character ;
    lvont:represents "𠗁"^^xsd:string .

<http://lexvo.org/id/char/205C2> a lvont:Character ;
    lvont:represents "𠗂"^^xsd:string .

<http://lexvo.org/id/char/205C3> a lvont:Character ;
    lvont:represents "𠗃"^^xsd:string .

<http://lexvo.org/id/char/205C4> a lvont:Character ;
    lvont:represents "𠗄"^^xsd:string .

<http://lexvo.org/id/char/205C5> a lvont:Character ;
    lvont:represents "𠗅"^^xsd:string .

<http://lexvo.org/id/char/205C6> a lvont:Character ;
    lvont:represents "𠗆"^^xsd:string .

<http://lexvo.org/id/char/205C7> a lvont:Character ;
    lvont:represents "𠗇"^^xsd:string .

<http://lexvo.org/id/char/205C8> a lvont:Character ;
    lvont:represents "𠗈"^^xsd:string .

<http://lexvo.org/id/char/205C9> a lvont:Character ;
    lvont:represents "𠗉"^^xsd:string .

<http://lexvo.org/id/char/205CA> a lvont:Character ;
    lvont:represents "𠗊"^^xsd:string .

<http://lexvo.org/id/char/205CB> a lvont:Character ;
    lvont:represents "𠗋"^^xsd:string .

<http://lexvo.org/id/char/205CC> a lvont:Character ;
    lvont:represents "𠗌"^^xsd:string .

<http://lexvo.org/id/char/205CD> a lvont:Character ;
    lvont:represents "𠗍"^^xsd:string .

<http://lexvo.org/id/char/205CE> a lvont:Character ;
    lvont:represents "𠗎"^^xsd:string .

<http://lexvo.org/id/char/205CF> a lvont:Character ;
    lvont:represents "𠗏"^^xsd:string .

<http://lexvo.org/id/char/205D> a lvont:Character ;
    lvont:represents "⁝"^^xsd:string ;
    rdfs:comment "TRICOLON"@en .

<http://lexvo.org/id/char/205D0> a lvont:Character ;
    lvont:represents "𠗐"^^xsd:string .

<http://lexvo.org/id/char/205D1> a lvont:Character ;
    lvont:represents "𠗑"^^xsd:string .

<http://lexvo.org/id/char/205D2> a lvont:Character ;
    lvont:represents "𠗒"^^xsd:string .

<http://lexvo.org/id/char/205D3> a lvont:Character ;
    lvont:represents "𠗓"^^xsd:string .

<http://lexvo.org/id/char/205D4> a lvont:Character ;
    lvont:represents "𠗔"^^xsd:string .

<http://lexvo.org/id/char/205D5> a lvont:Character ;
    lvont:represents "𠗕"^^xsd:string .

<http://lexvo.org/id/char/205D6> a lvont:Character ;
    lvont:represents "𠗖"^^xsd:string .

<http://lexvo.org/id/char/205D7> a lvont:Character ;
    lvont:represents "𠗗"^^xsd:string .

<http://lexvo.org/id/char/205D8> a lvont:Character ;
    lvont:represents "𠗘"^^xsd:string .

<http://lexvo.org/id/char/205D9> a lvont:Character ;
    lvont:represents "𠗙"^^xsd:string .

<http://lexvo.org/id/char/205DA> a lvont:Character ;
    lvont:represents "𠗚"^^xsd:string .

<http://lexvo.org/id/char/205DB> a lvont:Character ;
    lvont:represents "𠗛"^^xsd:string .

<http://lexvo.org/id/char/205DC> a lvont:Character ;
    lvont:represents "𠗜"^^xsd:string .

<http://lexvo.org/id/char/205DD> a lvont:Character ;
    lvont:represents "𠗝"^^xsd:string .

<http://lexvo.org/id/char/205DE> a lvont:Character ;
    lvont:represents "𠗞"^^xsd:string .

<http://lexvo.org/id/char/205DF> a lvont:Character ;
    lvont:represents "𠗟"^^xsd:string .

<http://lexvo.org/id/char/205E> a lvont:Character ;
    lvont:represents "⁞"^^xsd:string ;
    rdfs:comment "VERTICAL FOUR DOTS"@en .

<http://lexvo.org/id/char/205E0> a lvont:Character ;
    lvont:represents "𠗠"^^xsd:string .

<http://lexvo.org/id/char/205E1> a lvont:Character ;
    lvont:represents "𠗡"^^xsd:string .

<http://lexvo.org/id/char/205E2> a lvont:Character ;
    lvont:represents "𠗢"^^xsd:string .

<http://lexvo.org/id/char/205E3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/l%C3%BAn>,
        "𠗣"^^xsd:string .

<http://lexvo.org/id/char/205E4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/v%C3%A1ng>,
        "𠗤"^^xsd:string .

<http://lexvo.org/id/char/205E5> a lvont:Character ;
    lvont:represents "𠗥"^^xsd:string .

<http://lexvo.org/id/char/205E6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%F0%A0%97%A6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%ADng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/pang4>,
        <http://lexvo.org/id/term/yue/%F0%A0%97%A6>,
        "𠗦"^^xsd:string ;
    rdfs:comment "to lean on; to trust in"@en .

<http://lexvo.org/id/char/205E7> a lvont:Character ;
    lvont:represents "𠗧"^^xsd:string .

<http://lexvo.org/id/char/205E8> a lvont:Character ;
    lvont:represents "𠗨"^^xsd:string .

<http://lexvo.org/id/char/205E9> a lvont:Character ;
    lvont:represents "𠗩"^^xsd:string .

<http://lexvo.org/id/char/205EA> a lvont:Character ;
    lvont:represents "𠗪"^^xsd:string .

<http://lexvo.org/id/char/205EB> a lvont:Character ;
    lvont:represents "𠗫"^^xsd:string .

<http://lexvo.org/id/char/205EC> a lvont:Character ;
    lvont:represents "𠗬"^^xsd:string .

<http://lexvo.org/id/char/205ED> a lvont:Character ;
    lvont:represents "𠗭"^^xsd:string .

<http://lexvo.org/id/char/205EE> a lvont:Character ;
    lvont:represents "𠗮"^^xsd:string .

<http://lexvo.org/id/char/205EF> a lvont:Character ;
    lvont:represents "𠗯"^^xsd:string .

<http://lexvo.org/id/char/205F> a lvont:Character ;
    lvont:represents " "^^xsd:string ;
    rdfs:comment "MEDIUM MATHEMATICAL SPACE"@en .

<http://lexvo.org/id/char/205F0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/tr%C6%A1n>,
        "𠗰"^^xsd:string .

<http://lexvo.org/id/char/205F1> a lvont:Character ;
    lvont:represents "𠗱"^^xsd:string .

<http://lexvo.org/id/char/205F2> a lvont:Character ;
    lvont:represents "𠗲"^^xsd:string .

<http://lexvo.org/id/char/205F3> a lvont:Character ;
    lvont:represents "𠗳"^^xsd:string .

<http://lexvo.org/id/char/205F4> a lvont:Character ;
    lvont:represents "𠗴"^^xsd:string .

<http://lexvo.org/id/char/205F5> a lvont:Character ;
    lvont:represents "𠗵"^^xsd:string .

<http://lexvo.org/id/char/205F6> a lvont:Character ;
    lvont:represents "𠗶"^^xsd:string .

<http://lexvo.org/id/char/205F7> a lvont:Character ;
    lvont:represents "𠗷"^^xsd:string .

<http://lexvo.org/id/char/205F8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/c%C3%B3ng>,
        "𠗸"^^xsd:string .

<http://lexvo.org/id/char/205F9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/r%C3%A9t>,
        "𠗹"^^xsd:string .

<http://lexvo.org/id/char/205FA> a lvont:Character ;
    lvont:represents "𠗺"^^xsd:string .

<http://lexvo.org/id/char/205FB> a lvont:Character ;
    lvont:represents "𠗻"^^xsd:string .

<http://lexvo.org/id/char/205FC> a lvont:Character ;
    lvont:represents "𠗼"^^xsd:string .

<http://lexvo.org/id/char/205FD> a lvont:Character ;
    lvont:represents "𠗽"^^xsd:string .

<http://lexvo.org/id/char/205FE> a lvont:Character ;
    lvont:represents "𠗾"^^xsd:string .

<http://lexvo.org/id/char/205FF> a lvont:Character ;
    lvont:represents "𠗿"^^xsd:string .

<http://lexvo.org/id/char/2060> a lvont:Character ;
    lvont:represents "⁠"^^xsd:string ;
    rdfs:comment "WORD JOINER"@en .

<http://lexvo.org/id/char/20600> a lvont:Character ;
    lvont:represents "𠘀"^^xsd:string .

<http://lexvo.org/id/char/20601> a lvont:Character ;
    lvont:represents "𠘁"^^xsd:string .

<http://lexvo.org/id/char/20602> a lvont:Character ;
    lvont:represents "𠘂"^^xsd:string .

<http://lexvo.org/id/char/20603> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/%C4%91%E1%BB%8Dng>,
        "𠘃"^^xsd:string .

<http://lexvo.org/id/char/20604> a lvont:Character ;
    lvont:represents "𠘄"^^xsd:string .

<http://lexvo.org/id/char/20605> a lvont:Character ;
    lvont:represents "𠘅"^^xsd:string .

<http://lexvo.org/id/char/20606> a lvont:Character ;
    lvont:represents "𠘆"^^xsd:string .

<http://lexvo.org/id/char/20607> a lvont:Character ;
    lvont:represents "𠘇"^^xsd:string .

<http://lexvo.org/id/char/20608> a lvont:Character ;
    lvont:represents "𠘈"^^xsd:string .

<http://lexvo.org/id/char/20609> a lvont:Character ;
    lvont:represents "𠘉"^^xsd:string .

<http://lexvo.org/id/char/2060A> a lvont:Character ;
    lvont:represents "𠘊"^^xsd:string .

<http://lexvo.org/id/char/2060B> a lvont:Character ;
    lvont:represents "𠘋"^^xsd:string .

<http://lexvo.org/id/char/2060C> a lvont:Character ;
    lvont:represents "𠘌"^^xsd:string .

<http://lexvo.org/id/char/2060D> a lvont:Character ;
    lvont:represents "𠘍"^^xsd:string .

<http://lexvo.org/id/char/2060E> a lvont:Character ;
    lvont:represents "𠘎"^^xsd:string .

<http://lexvo.org/id/char/2060F> a lvont:Character ;
    lvont:represents "𠘏"^^xsd:string .

<http://lexvo.org/id/char/2061> a lvont:Character ;
    lvont:represents "⁡"^^xsd:string ;
    rdfs:comment "FUNCTION APPLICATION"@en .

<http://lexvo.org/id/char/20610> a lvont:Character ;
    lvont:represents "𠘐"^^xsd:string .

<http://lexvo.org/id/char/20611> a lvont:Character ;
    lvont:represents "𠘑"^^xsd:string .

<http://lexvo.org/id/char/20612> a lvont:Character ;
    lvont:represents "𠘒"^^xsd:string .

<http://lexvo.org/id/char/20613> a lvont:Character ;
    lvont:represents "𠘓"^^xsd:string .

<http://lexvo.org/id/char/20614> a lvont:Character ;
    lvont:represents "𠘔"^^xsd:string .

<http://lexvo.org/id/char/20615> a lvont:Character ;
    lvont:represents "𠘕"^^xsd:string .

<http://lexvo.org/id/char/20616> a lvont:Character ;
    lvont:represents "𠘖"^^xsd:string .

<http://lexvo.org/id/char/20617> a lvont:Character ;
    lvont:represents "𠘗"^^xsd:string .

<http://lexvo.org/id/char/20618> a lvont:Character ;
    lvont:represents "𠘘"^^xsd:string .

<http://lexvo.org/id/char/20619> a lvont:Character ;
    lvont:represents "𠘙"^^xsd:string .

<http://lexvo.org/id/char/2061A> a lvont:Character ;
    lvont:represents "𠘚"^^xsd:string .

<http://lexvo.org/id/char/2061B> a lvont:Character ;
    lvont:represents "𠘛"^^xsd:string .

<http://lexvo.org/id/char/2061C> a lvont:Character ;
    lvont:represents "𠘜"^^xsd:string .

<http://lexvo.org/id/char/2061D> a lvont:Character ;
    lvont:represents "𠘝"^^xsd:string .

<http://lexvo.org/id/char/2061E> a lvont:Character ;
    lvont:represents "𠘞"^^xsd:string .

<http://lexvo.org/id/char/2061F> a lvont:Character ;
    lvont:represents "𠘟"^^xsd:string .

<http://lexvo.org/id/char/2062> a lvont:Character ;
    lvont:represents "⁢"^^xsd:string ;
    rdfs:comment "INVISIBLE TIMES"@en .

<http://lexvo.org/id/char/20620> a lvont:Character ;
    lvont:represents "𠘠"^^xsd:string .

<http://lexvo.org/id/char/20621> a lvont:Character ;
    lvont:represents "𠘡"^^xsd:string .

<http://lexvo.org/id/char/20622> a lvont:Character ;
    lvont:represents "𠘢"^^xsd:string .

<http://lexvo.org/id/char/20623> a lvont:Character ;
    lvont:represents "𠘣"^^xsd:string .

<http://lexvo.org/id/char/20624> a lvont:Character ;
    lvont:represents "𠘤"^^xsd:string .

<http://lexvo.org/id/char/20625> a lvont:Character ;
    lvont:represents "𠘥"^^xsd:string .

<http://lexvo.org/id/char/20626> a lvont:Character ;
    lvont:represents "𠘦"^^xsd:string .

<http://lexvo.org/id/char/20629> a lvont:Character ;
    lvont:represents "𠘩"^^xsd:string .

<http://lexvo.org/id/char/2062A> a lvont:Character ;
    lvont:represents "𠘪"^^xsd:string .

<http://lexvo.org/id/char/2062B> a lvont:Character ;
    lvont:represents "𠘫"^^xsd:string .

<http://lexvo.org/id/char/2062C> a lvont:Character ;
    lvont:represents "𠘬"^^xsd:string .

<http://lexvo.org/id/char/2062D> a lvont:Character ;
    lvont:represents "𠘭"^^xsd:string .

<http://lexvo.org/id/char/2062E> a lvont:Character ;
    lvont:represents "𠘮"^^xsd:string .

<http://lexvo.org/id/char/2062F> a lvont:Character ;
    lvont:represents "𠘯"^^xsd:string .

<http://lexvo.org/id/char/2063> a lvont:Character ;
    lvont:represents "⁣"^^xsd:string ;
    rdfs:comment "INVISIBLE SEPARATOR"@en .

<http://lexvo.org/id/char/20630> a lvont:Character ;
    lvont:represents "𠘰"^^xsd:string .

<http://lexvo.org/id/char/20631> a lvont:Character ;
    lvont:represents "𠘱"^^xsd:string .

<http://lexvo.org/id/char/20632> a lvont:Character ;
    lvont:represents "𠘲"^^xsd:string .

<http://lexvo.org/id/char/20633> a lvont:Character ;
    lvont:represents "𠘳"^^xsd:string .

<http://lexvo.org/id/char/20634> a lvont:Character ;
    lvont:represents "𠘴"^^xsd:string .

<http://lexvo.org/id/char/20635> a lvont:Character ;
    lvont:represents "𠘵"^^xsd:string .

<http://lexvo.org/id/char/20636> a lvont:Character ;
    lvont:represents "𠘶"^^xsd:string .

<http://lexvo.org/id/char/20637> a lvont:Character ;
    lvont:represents "𠘷"^^xsd:string .

<http://lexvo.org/id/char/20638> a lvont:Character ;
    lvont:represents "𠘸"^^xsd:string .

<http://lexvo.org/id/char/20639> a lvont:Character ;
    lvont:represents "𠘹"^^xsd:string .

<http://lexvo.org/id/char/2063A> a lvont:Character ;
    lvont:represents "𠘺"^^xsd:string .

<http://lexvo.org/id/char/2063B> a lvont:Character ;
    lvont:represents "𠘻"^^xsd:string .

<http://lexvo.org/id/char/2063C> a lvont:Character ;
    lvont:represents "𠘼"^^xsd:string .

<http://lexvo.org/id/char/2063D> a lvont:Character ;
    lvont:represents "𠘽"^^xsd:string .

<http://lexvo.org/id/char/2063E> a lvont:Character ;
    lvont:represents "𠘾"^^xsd:string .

<http://lexvo.org/id/char/2063F> a lvont:Character ;
    lvont:represents "𠘿"^^xsd:string .

<http://lexvo.org/id/char/2064> a lvont:Character ;
    lvont:represents "⁤"^^xsd:string ;
    rdfs:comment "INVISIBLE PLUS"@en .

<http://lexvo.org/id/char/20640> a lvont:Character ;
    lvont:represents "𠙀"^^xsd:string .

<http://lexvo.org/id/char/20641> a lvont:Character ;
    lvont:represents "𠙁"^^xsd:string .

<http://lexvo.org/id/char/20642> a lvont:Character ;
    lvont:represents "𠙂"^^xsd:string .

<http://lexvo.org/id/char/20643> a lvont:Character ;
    lvont:represents "𠙃"^^xsd:string .

<http://lexvo.org/id/char/20644> a lvont:Character ;
    lvont:represents "𠙄"^^xsd:string .

<http://lexvo.org/id/char/20645> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/s%E1%BA%ADp>,
        "𠙅"^^xsd:string .

<http://lexvo.org/id/char/20646> a lvont:Character ;
    lvont:represents "𠙆"^^xsd:string .

<http://lexvo.org/id/char/20647> a lvont:Character ;
    lvont:represents "𠙇"^^xsd:string .

<http://lexvo.org/id/char/20648> a lvont:Character ;
    lvont:represents "𠙈"^^xsd:string .

<http://lexvo.org/id/char/20649> a lvont:Character ;
    lvont:represents "𠙉"^^xsd:string .

<http://lexvo.org/id/char/2064A> a lvont:Character ;
    lvont:represents "𠙊"^^xsd:string .

<http://lexvo.org/id/char/2064B> a lvont:Character ;
    lvont:represents "𠙋"^^xsd:string .

<http://lexvo.org/id/char/2064C> a lvont:Character ;
    lvont:represents "𠙌"^^xsd:string .

<http://lexvo.org/id/char/2064D> a lvont:Character ;
    lvont:represents "𠙍"^^xsd:string .

<http://lexvo.org/id/char/2064E> a lvont:Character ;
    lvont:represents "𠙎"^^xsd:string .

<http://lexvo.org/id/char/2064F> a lvont:Character ;
    lvont:represents "𠙏"^^xsd:string .

<http://lexvo.org/id/char/20650> a lvont:Character ;
    lvont:represents "𠙐"^^xsd:string .

<http://lexvo.org/id/char/20651> a lvont:Character ;
    lvont:represents "𠙑"^^xsd:string .

<http://lexvo.org/id/char/20652> a lvont:Character ;
    lvont:represents "𠙒"^^xsd:string .

<http://lexvo.org/id/char/20653> a lvont:Character ;
    lvont:represents "𠙓"^^xsd:string .

<http://lexvo.org/id/char/20654> a lvont:Character ;
    lvont:represents "𠙔"^^xsd:string .

<http://lexvo.org/id/char/20655> a lvont:Character ;
    lvont:represents "𠙕"^^xsd:string .

<http://lexvo.org/id/char/20656> a lvont:Character ;
    lvont:represents "𠙖"^^xsd:string .

<http://lexvo.org/id/char/20657> a lvont:Character ;
    lvont:represents "𠙗"^^xsd:string .

<http://lexvo.org/id/char/20658> a lvont:Character ;
    lvont:represents "𠙘"^^xsd:string .

<http://lexvo.org/id/char/20659> a lvont:Character ;
    lvont:represents "𠙙"^^xsd:string .

<http://lexvo.org/id/char/2065A> a lvont:Character ;
    lvont:represents "𠙚"^^xsd:string .

<http://lexvo.org/id/char/2065B> a lvont:Character ;
    lvont:represents "𠙛"^^xsd:string .

<http://lexvo.org/id/char/2065C> a lvont:Character ;
    lvont:represents "𠙜"^^xsd:string .

<http://lexvo.org/id/char/2065D> a lvont:Character ;
    lvont:represents "𠙝"^^xsd:string .

<http://lexvo.org/id/char/2065E> a lvont:Character ;
    lvont:represents "𠙞"^^xsd:string .

<http://lexvo.org/id/char/2065F> a lvont:Character ;
    lvont:represents "𠙟"^^xsd:string .

<http://lexvo.org/id/char/20660> a lvont:Character ;
    lvont:represents "𠙠"^^xsd:string .

<http://lexvo.org/id/char/20661> a lvont:Character ;
    lvont:represents "𠙡"^^xsd:string .

<http://lexvo.org/id/char/20662> a lvont:Character ;
    lvont:represents "𠙢"^^xsd:string .

<http://lexvo.org/id/char/20663> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/b%E1%BA%ABy>,
        "𠙣"^^xsd:string .

<http://lexvo.org/id/char/20664> a lvont:Character ;
    lvont:represents "𠙤"^^xsd:string .

<http://lexvo.org/id/char/20665> a lvont:Character ;
    lvont:represents "𠙥"^^xsd:string .

<http://lexvo.org/id/char/20666> a lvont:Character ;
    lvont:represents "𠙦"^^xsd:string .

<http://lexvo.org/id/char/20667> a lvont:Character ;
    lvont:represents "𠙧"^^xsd:string .

<http://lexvo.org/id/char/20668> a lvont:Character ;
    lvont:represents "𠙨"^^xsd:string .

<http://lexvo.org/id/char/20669> a lvont:Character ;
    lvont:represents "𠙩"^^xsd:string .

<http://lexvo.org/id/char/2066A> a lvont:Character ;
    lvont:represents "𠙪"^^xsd:string .

<http://lexvo.org/id/char/2066B> a lvont:Character ;
    lvont:represents "𠙫"^^xsd:string .

<http://lexvo.org/id/char/2066C> a lvont:Character ;
    lvont:represents "𠙬"^^xsd:string .

<http://lexvo.org/id/char/2066D> a lvont:Character ;
    lvont:represents "𠙭"^^xsd:string .

<http://lexvo.org/id/char/2066E> a lvont:Character ;
    lvont:represents "𠙮"^^xsd:string .

<http://lexvo.org/id/char/2066F> a lvont:Character ;
    lvont:represents "𠙯"^^xsd:string .

<http://lexvo.org/id/char/20670> a lvont:Character ;
    lvont:represents "𠙰"^^xsd:string .

<http://lexvo.org/id/char/20671> a lvont:Character ;
    lvont:represents "𠙱"^^xsd:string .

<http://lexvo.org/id/char/20672> a lvont:Character ;
    lvont:represents "𠙲"^^xsd:string .

<http://lexvo.org/id/char/20673> a lvont:Character ;
    lvont:represents "𠙳"^^xsd:string .

<http://lexvo.org/id/char/20675> a lvont:Character ;
    lvont:represents "𠙵"^^xsd:string .

<http://lexvo.org/id/char/20676> a lvont:Character ;
    lvont:represents "𠙶"^^xsd:string .

<http://lexvo.org/id/char/20677> a lvont:Character ;
    lvont:represents "𠙷"^^xsd:string .

<http://lexvo.org/id/char/20678> a lvont:Character ;
    lvont:represents "𠙸"^^xsd:string .

<http://lexvo.org/id/char/20679> a lvont:Character ;
    lvont:represents "𠙹"^^xsd:string .

<http://lexvo.org/id/char/2067A> a lvont:Character ;
    lvont:represents "𠙺"^^xsd:string .

<http://lexvo.org/id/char/2067B> a lvont:Character ;
    lvont:represents "𠙻"^^xsd:string .

<http://lexvo.org/id/char/2067C> a lvont:Character ;
    lvont:represents "𠙼"^^xsd:string .

<http://lexvo.org/id/char/2067D> a lvont:Character ;
    lvont:represents "𠙽"^^xsd:string .

<http://lexvo.org/id/char/2067E> a lvont:Character ;
    lvont:represents "𠙾"^^xsd:string .

<http://lexvo.org/id/char/2067F> a lvont:Character ;
    lvont:represents "𠙿"^^xsd:string .

<http://lexvo.org/id/char/20680> a lvont:Character ;
    lvont:represents "𠚀"^^xsd:string .

<http://lexvo.org/id/char/20681> a lvont:Character ;
    lvont:represents "𠚁"^^xsd:string .

<http://lexvo.org/id/char/20682> a lvont:Character ;
    lvont:represents "𠚂"^^xsd:string .

<http://lexvo.org/id/char/20683> a lvont:Character ;
    lvont:represents "𠚃"^^xsd:string .

<http://lexvo.org/id/char/20684> a lvont:Character ;
    lvont:represents "𠚄"^^xsd:string .

<http://lexvo.org/id/char/20685> a lvont:Character ;
    lvont:represents "𠚅"^^xsd:string .

<http://lexvo.org/id/char/20686> a lvont:Character ;
    lvont:represents "𠚆"^^xsd:string .

<http://lexvo.org/id/char/20687> a lvont:Character ;
    lvont:represents "𠚇"^^xsd:string .

<http://lexvo.org/id/char/20688> a lvont:Character ;
    lvont:represents "𠚈"^^xsd:string .

<http://lexvo.org/id/char/20689> a lvont:Character ;
    lvont:represents "𠚉"^^xsd:string .

<http://lexvo.org/id/char/2068A> a lvont:Character ;
    lvont:represents "𠚊"^^xsd:string .

<http://lexvo.org/id/char/2068B> a lvont:Character ;
    lvont:represents "𠚋"^^xsd:string .

<http://lexvo.org/id/char/2068C> a lvont:Character ;
    lvont:represents "𠚌"^^xsd:string .

<http://lexvo.org/id/char/2068D> a lvont:Character ;
    lvont:represents "𠚍"^^xsd:string .

<http://lexvo.org/id/char/2068E> a lvont:Character ;
    lvont:represents "𠚎"^^xsd:string .

<http://lexvo.org/id/char/2068F> a lvont:Character ;
    lvont:represents "𠚏"^^xsd:string .

<http://lexvo.org/id/char/20690> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/m%E1%BB%8Dc>,
        "𠚐"^^xsd:string .

<http://lexvo.org/id/char/20692> a lvont:Character ;
    lvont:represents "𠚒"^^xsd:string .

<http://lexvo.org/id/char/20693> a lvont:Character ;
    lvont:represents "𠚓"^^xsd:string .

<http://lexvo.org/id/char/20694> a lvont:Character ;
    lvont:represents "𠚔"^^xsd:string .

<http://lexvo.org/id/char/20695> a lvont:Character ;
    lvont:represents "𠚕"^^xsd:string .

<http://lexvo.org/id/char/20696> a lvont:Character ;
    lvont:represents "𠚖"^^xsd:string .

<http://lexvo.org/id/char/20697> a lvont:Character ;
    lvont:represents "𠚗"^^xsd:string .

<http://lexvo.org/id/char/20698> a lvont:Character ;
    lvont:represents "𠚘"^^xsd:string .

<http://lexvo.org/id/char/20699> a lvont:Character ;
    lvont:represents "𠚙"^^xsd:string .

<http://lexvo.org/id/char/2069A> a lvont:Character ;
    lvont:represents "𠚚"^^xsd:string .

<http://lexvo.org/id/char/2069B> a lvont:Character ;
    lvont:represents "𠚛"^^xsd:string .

<http://lexvo.org/id/char/2069C> a lvont:Character ;
    lvont:represents "𠚜"^^xsd:string .

<http://lexvo.org/id/char/2069D> a lvont:Character ;
    lvont:represents "𠚝"^^xsd:string .

<http://lexvo.org/id/char/2069E> a lvont:Character ;
    lvont:represents "𠚞"^^xsd:string .

<http://lexvo.org/id/char/2069F> a lvont:Character ;
    lvont:represents "𠚟"^^xsd:string .

<http://lexvo.org/id/char/206A> a lvont:Character ;
    lvont:represents "⁪"^^xsd:string ;
    rdfs:comment "INHIBIT SYMMETRIC SWAPPING"@en .

<http://lexvo.org/id/char/206A0> a lvont:Character ;
    lvont:represents "𠚠"^^xsd:string .

<http://lexvo.org/id/char/206A1> a lvont:Character ;
    lvont:represents "𠚡"^^xsd:string .

<http://lexvo.org/id/char/206A2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ra>,
        "𠚢"^^xsd:string .

<http://lexvo.org/id/char/206A4> a lvont:Character ;
    lvont:represents "𠚤"^^xsd:string .

<http://lexvo.org/id/char/206A5> a lvont:Character ;
    lvont:represents "𠚥"^^xsd:string .

<http://lexvo.org/id/char/206A6> a lvont:Character ;
    lvont:represents "𠚦"^^xsd:string .

<http://lexvo.org/id/char/206A7> a lvont:Character ;
    lvont:represents "𠚧"^^xsd:string .

<http://lexvo.org/id/char/206A8> a lvont:Character ;
    lvont:represents "𠚨"^^xsd:string .

<http://lexvo.org/id/char/206A9> a lvont:Character ;
    lvont:represents "𠚩"^^xsd:string .

<http://lexvo.org/id/char/206AA> a lvont:Character ;
    lvont:represents "𠚪"^^xsd:string .

<http://lexvo.org/id/char/206AB> a lvont:Character ;
    lvont:represents "𠚫"^^xsd:string .

<http://lexvo.org/id/char/206AC> a lvont:Character ;
    lvont:represents "𠚬"^^xsd:string .

<http://lexvo.org/id/char/206AD> a lvont:Character ;
    lvont:represents "𠚭"^^xsd:string .

<http://lexvo.org/id/char/206AE> a lvont:Character ;
    lvont:represents "𠚮"^^xsd:string .

<http://lexvo.org/id/char/206AF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/g%E1%BB%8Dt>,
        "𠚯"^^xsd:string .

<http://lexvo.org/id/char/206B> a lvont:Character ;
    lvont:represents "⁫"^^xsd:string ;
    rdfs:comment "ACTIVATE SYMMETRIC SWAPPING"@en .

<http://lexvo.org/id/char/206B0> a lvont:Character ;
    lvont:represents "𠚰"^^xsd:string .

<http://lexvo.org/id/char/206B1> a lvont:Character ;
    lvont:represents "𠚱"^^xsd:string .

<http://lexvo.org/id/char/206B2> a lvont:Character ;
    lvont:represents "𠚲"^^xsd:string .

<http://lexvo.org/id/char/206B3> a lvont:Character ;
    lvont:represents "𠚳"^^xsd:string .

<http://lexvo.org/id/char/206B4> a lvont:Character ;
    lvont:represents "𠚴"^^xsd:string .

<http://lexvo.org/id/char/206B5> a lvont:Character ;
    lvont:represents "𠚵"^^xsd:string .

<http://lexvo.org/id/char/206B6> a lvont:Character ;
    lvont:represents "𠚶"^^xsd:string .

<http://lexvo.org/id/char/206B7> a lvont:Character ;
    lvont:represents "𠚷"^^xsd:string .

<http://lexvo.org/id/char/206B8> a lvont:Character ;
    lvont:represents "𠚸"^^xsd:string .

<http://lexvo.org/id/char/206B9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%F0%A0%9A%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C4%81n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/saam1>,
        <http://lexvo.org/id/term/yue/%F0%A0%9A%B9>,
        "𠚹"^^xsd:string ;
    rdfs:comment "to mow"@en .

<http://lexvo.org/id/char/206BA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%F0%A0%9A%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%A0>,
        "𠚺"^^xsd:string ;
    rdfs:comment "to make an eyelet hole"@en .

<http://lexvo.org/id/char/206BB> a lvont:Character ;
    lvont:represents "𠚻"^^xsd:string .

<http://lexvo.org/id/char/206BC> a lvont:Character ;
    lvont:represents "𠚼"^^xsd:string .

<http://lexvo.org/id/char/206BD> a lvont:Character ;
    lvont:represents "𠚽"^^xsd:string .

<http://lexvo.org/id/char/206BE> a lvont:Character ;
    lvont:represents "𠚾"^^xsd:string .

<http://lexvo.org/id/char/206BF> a lvont:Character ;
    lvont:represents "𠚿"^^xsd:string .

<http://lexvo.org/id/char/206C> a lvont:Character ;
    lvont:represents "⁬"^^xsd:string ;
    rdfs:comment "INHIBIT ARABIC FORM SHAPING"@en .

<http://lexvo.org/id/char/206C0> a lvont:Character ;
    lvont:represents "𠛀"^^xsd:string .

<http://lexvo.org/id/char/206C1> a lvont:Character ;
    lvont:represents "𠛁"^^xsd:string .

<http://lexvo.org/id/char/206C2> a lvont:Character ;
    lvont:represents "𠛂"^^xsd:string .

<http://lexvo.org/id/char/206C3> a lvont:Character ;
    lvont:represents "𠛃"^^xsd:string .

<http://lexvo.org/id/char/206C4> a lvont:Character ;
    lvont:represents "𠛄"^^xsd:string .

<http://lexvo.org/id/char/206C5> a lvont:Character ;
    lvont:represents "𠛅"^^xsd:string .

<http://lexvo.org/id/char/206C6> a lvont:Character ;
    lvont:represents "𠛆"^^xsd:string .

<http://lexvo.org/id/char/206C7> a lvont:Character ;
    lvont:represents "𠛇"^^xsd:string .

<http://lexvo.org/id/char/206C8> a lvont:Character ;
    lvont:represents "𠛈"^^xsd:string .

<http://lexvo.org/id/char/206C9> a lvont:Character ;
    lvont:represents "𠛉"^^xsd:string .

<http://lexvo.org/id/char/206CA> a lvont:Character ;
    lvont:represents "𠛊"^^xsd:string .

<http://lexvo.org/id/char/206CB> a lvont:Character ;
    lvont:represents "𠛋"^^xsd:string .

<http://lexvo.org/id/char/206CC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ch%C3%A2m>,
        "𠛌"^^xsd:string .

<http://lexvo.org/id/char/206CD> a lvont:Character ;
    lvont:represents "𠛍"^^xsd:string .

<http://lexvo.org/id/char/206CE> a lvont:Character ;
    lvont:represents "𠛎"^^xsd:string .

<http://lexvo.org/id/char/206CF> a lvont:Character ;
    lvont:represents "𠛏"^^xsd:string .

<http://lexvo.org/id/char/206D> a lvont:Character ;
    lvont:represents "⁭"^^xsd:string ;
    rdfs:comment "ACTIVATE ARABIC FORM SHAPING"@en .

<http://lexvo.org/id/char/206D0> a lvont:Character ;
    lvont:represents "𠛐"^^xsd:string .

<http://lexvo.org/id/char/206D1> a lvont:Character ;
    lvont:represents "𠛑"^^xsd:string .

<http://lexvo.org/id/char/206D2> a lvont:Character ;
    lvont:represents "𠛒"^^xsd:string ;
    rdfs:comment "to cut; to slice"@en .

<http://lexvo.org/id/char/206D3> a lvont:Character ;
    lvont:represents "𠛓"^^xsd:string .

<http://lexvo.org/id/char/206D4> a lvont:Character ;
    lvont:represents "𠛔"^^xsd:string .

<http://lexvo.org/id/char/206D5> a lvont:Character ;
    lvont:represents "𠛕"^^xsd:string .

<http://lexvo.org/id/char/206D6> a lvont:Character ;
    lvont:represents "𠛖"^^xsd:string .

<http://lexvo.org/id/char/206D7> a lvont:Character ;
    lvont:represents "𠛗"^^xsd:string .

<http://lexvo.org/id/char/206D8> a lvont:Character ;
    lvont:represents "𠛘"^^xsd:string .

<http://lexvo.org/id/char/206D9> a lvont:Character ;
    lvont:represents "𠛙"^^xsd:string .

<http://lexvo.org/id/char/206DA> a lvont:Character ;
    lvont:represents "𠛚"^^xsd:string .

<http://lexvo.org/id/char/206DB> a lvont:Character ;
    lvont:represents "𠛛"^^xsd:string .

<http://lexvo.org/id/char/206DC> a lvont:Character ;
    lvont:represents "𠛜"^^xsd:string .

<http://lexvo.org/id/char/206DD> a lvont:Character ;
    lvont:represents "𠛝"^^xsd:string .

<http://lexvo.org/id/char/206DE> a lvont:Character ;
    lvont:represents "𠛞"^^xsd:string .

<http://lexvo.org/id/char/206DF> a lvont:Character ;
    lvont:represents "𠛟"^^xsd:string .

<http://lexvo.org/id/char/206E> a lvont:Character ;
    lvont:represents "⁮"^^xsd:string ;
    rdfs:comment "NATIONAL DIGIT SHAPES"@en .

<http://lexvo.org/id/char/206E0> a lvont:Character ;
    lvont:represents "𠛠"^^xsd:string .

<http://lexvo.org/id/char/206E1> a lvont:Character ;
    lvont:represents "𠛡"^^xsd:string .

<http://lexvo.org/id/char/206E2> a lvont:Character ;
    lvont:represents "𠛢"^^xsd:string .

<http://lexvo.org/id/char/206E3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/%C4%91%E1%BB%A9t>,
        "𠛣"^^xsd:string .

<http://lexvo.org/id/char/206E4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ch%C3%A9m>,
        "𠛤"^^xsd:string .

<http://lexvo.org/id/char/206E5> a lvont:Character ;
    lvont:represents "𠛥"^^xsd:string .

<http://lexvo.org/id/char/206E6> a lvont:Character ;
    lvont:represents "𠛦"^^xsd:string .

<http://lexvo.org/id/char/206E7> a lvont:Character ;
    lvont:represents "𠛧"^^xsd:string .

<http://lexvo.org/id/char/206E8> a lvont:Character ;
    lvont:represents "𠛨"^^xsd:string .

<http://lexvo.org/id/char/206E9> a lvont:Character ;
    lvont:represents "𠛩"^^xsd:string .

<http://lexvo.org/id/char/206EA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/tiu1>,
        <http://lexvo.org/id/term/yue/%F0%A0%9B%AA>,
        "𠛪"^^xsd:string ;
    rdfs:comment "to cut open, sever"@en .

<http://lexvo.org/id/char/206EB> a lvont:Character ;
    lvont:represents "𠛫"^^xsd:string .

<http://lexvo.org/id/char/206EC> a lvont:Character ;
    lvont:represents "𠛬"^^xsd:string .

<http://lexvo.org/id/char/206ED> a lvont:Character ;
    lvont:represents "𠛭"^^xsd:string .

<http://lexvo.org/id/char/206EE> a lvont:Character ;
    lvont:represents "𠛮"^^xsd:string .

<http://lexvo.org/id/char/206EF> a lvont:Character ;
    lvont:represents "𠛯"^^xsd:string .

<http://lexvo.org/id/char/206F> a lvont:Character ;
    lvont:represents "⁯"^^xsd:string ;
    rdfs:comment "NOMINAL DIGIT SHAPES"@en .

<http://lexvo.org/id/char/206F0> a lvont:Character ;
    lvont:represents "𠛰"^^xsd:string .

<http://lexvo.org/id/char/206F1> a lvont:Character ;
    lvont:represents "𠛱"^^xsd:string .

<http://lexvo.org/id/char/206F2> a lvont:Character ;
    lvont:represents "𠛲"^^xsd:string .

<http://lexvo.org/id/char/206F3> a lvont:Character ;
    lvont:represents "𠛳"^^xsd:string .

<http://lexvo.org/id/char/206F4> a lvont:Character ;
    lvont:represents "𠛴"^^xsd:string .

<http://lexvo.org/id/char/206F5> a lvont:Character ;
    lvont:represents "𠛵"^^xsd:string .

<http://lexvo.org/id/char/206F6> a lvont:Character ;
    lvont:represents "𠛶"^^xsd:string .

<http://lexvo.org/id/char/206F7> a lvont:Character ;
    lvont:represents "𠛷"^^xsd:string .

<http://lexvo.org/id/char/206F8> a lvont:Character ;
    lvont:represents "𠛸"^^xsd:string .

<http://lexvo.org/id/char/206F9> a lvont:Character ;
    lvont:represents "𠛹"^^xsd:string .

<http://lexvo.org/id/char/206FA> a lvont:Character ;
    lvont:represents "𠛺"^^xsd:string .

<http://lexvo.org/id/char/206FB> a lvont:Character ;
    lvont:represents "𠛻"^^xsd:string .

<http://lexvo.org/id/char/206FC> a lvont:Character ;
    lvont:represents "𠛼"^^xsd:string .

<http://lexvo.org/id/char/206FD> a lvont:Character ;
    lvont:represents "𠛽"^^xsd:string .

<http://lexvo.org/id/char/206FE> a lvont:Character ;
    lvont:represents "𠛾"^^xsd:string .

<http://lexvo.org/id/char/206FF> a lvont:Character ;
    lvont:represents "𠛿"^^xsd:string .

<http://lexvo.org/id/char/2070> a lvont:Character ;
    lvont:represents "⁰"^^xsd:string ;
    rdfs:comment "SUPERSCRIPT ZERO"@en .

<http://lexvo.org/id/char/20700> a lvont:Character ;
    lvont:represents "𠜀"^^xsd:string .

<http://lexvo.org/id/char/20701> a lvont:Character ;
    lvont:represents "𠜁"^^xsd:string .

<http://lexvo.org/id/char/20702> a lvont:Character ;
    lvont:represents "𠜂"^^xsd:string .

<http://lexvo.org/id/char/20703> a lvont:Character ;
    lvont:represents "𠜃"^^xsd:string .

<http://lexvo.org/id/char/20704> a lvont:Character ;
    lvont:represents "𠜄"^^xsd:string .

<http://lexvo.org/id/char/20705> a lvont:Character ;
    lvont:represents "𠜅"^^xsd:string .

<http://lexvo.org/id/char/20706> a lvont:Character ;
    lvont:represents "𠜆"^^xsd:string .

<http://lexvo.org/id/char/20707> a lvont:Character ;
    lvont:represents "𠜇"^^xsd:string .

<http://lexvo.org/id/char/20708> a lvont:Character ;
    lvont:represents "𠜈"^^xsd:string .

<http://lexvo.org/id/char/20709> a lvont:Character ;
    lvont:represents "𠜉"^^xsd:string .

<http://lexvo.org/id/char/2070A> a lvont:Character ;
    lvont:represents "𠜊"^^xsd:string .

<http://lexvo.org/id/char/2070B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C7%92u>,
        "𠜋"^^xsd:string .

<http://lexvo.org/id/char/2070C> a lvont:Character ;
    lvont:represents "𠜌"^^xsd:string .

<http://lexvo.org/id/char/2070D> a lvont:Character ;
    lvont:represents "𠜍"^^xsd:string .

<http://lexvo.org/id/char/2070E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%F0%A0%9C%8E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sin3>,
        <http://lexvo.org/id/term/yue/%F0%A0%9C%8E>,
        "𠜎"^^xsd:string ;
    rdfs:comment "to castrate a fowl, a capon"@en .

<http://lexvo.org/id/char/2070F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/%C4%91%E1%BA%BDo>,
        "𠜏"^^xsd:string .

<http://lexvo.org/id/char/2071> a lvont:Character ;
    lvont:represents "ⁱ"^^xsd:string ;
    rdfs:comment "SUPERSCRIPT LATIN SMALL LETTER I"@en .

<http://lexvo.org/id/char/20710> a lvont:Character ;
    lvont:represents "𠜐"^^xsd:string .

<http://lexvo.org/id/char/20711> a lvont:Character ;
    lvont:represents "𠜑"^^xsd:string .

<http://lexvo.org/id/char/20712> a lvont:Character ;
    lvont:represents "𠜒"^^xsd:string .

<http://lexvo.org/id/char/20713> a lvont:Character ;
    lvont:represents "𠜓"^^xsd:string .

<http://lexvo.org/id/char/20714> a lvont:Character ;
    lvont:represents "𠜔"^^xsd:string .

<http://lexvo.org/id/char/20715> a lvont:Character ;
    lvont:represents "𠜕"^^xsd:string .

<http://lexvo.org/id/char/20716> a lvont:Character ;
    lvont:represents "𠜖"^^xsd:string .

<http://lexvo.org/id/char/20717> a lvont:Character ;
    lvont:represents "𠜗"^^xsd:string .

<http://lexvo.org/id/char/20718> a lvont:Character ;
    lvont:represents "𠜘"^^xsd:string .

<http://lexvo.org/id/char/20719> a lvont:Character ;
    lvont:represents "𠜙"^^xsd:string .

<http://lexvo.org/id/char/2071A> a lvont:Character ;
    lvont:represents "𠜚"^^xsd:string .

<http://lexvo.org/id/char/2071B> a lvont:Character ;
    lvont:represents "𠜛"^^xsd:string .

<http://lexvo.org/id/char/2071C> a lvont:Character ;
    lvont:represents "𠜜"^^xsd:string .

<http://lexvo.org/id/char/2071D> a lvont:Character ;
    lvont:represents "𠜝"^^xsd:string .

<http://lexvo.org/id/char/2071E> a lvont:Character ;
    lvont:represents "𠜞"^^xsd:string .

<http://lexvo.org/id/char/2071F> a lvont:Character ;
    lvont:represents "𠜟"^^xsd:string .

<http://lexvo.org/id/char/20720> a lvont:Character ;
    lvont:represents "𠜠"^^xsd:string .

<http://lexvo.org/id/char/20721> a lvont:Character ;
    lvont:represents "𠜡"^^xsd:string .

<http://lexvo.org/id/char/20722> a lvont:Character ;
    lvont:represents "𠜢"^^xsd:string .

<http://lexvo.org/id/char/20723> a lvont:Character ;
    lvont:represents "𠜣"^^xsd:string .

<http://lexvo.org/id/char/20724> a lvont:Character ;
    lvont:represents "𠜤"^^xsd:string .

<http://lexvo.org/id/char/20725> a lvont:Character ;
    lvont:represents "𠜥"^^xsd:string .

<http://lexvo.org/id/char/20726> a lvont:Character ;
    lvont:represents "𠜦"^^xsd:string .

<http://lexvo.org/id/char/20727> a lvont:Character ;
    lvont:represents "𠜧"^^xsd:string .

<http://lexvo.org/id/char/20728> a lvont:Character ;
    lvont:represents "𠜨"^^xsd:string .

<http://lexvo.org/id/char/20729> a lvont:Character ;
    lvont:represents "𠜩"^^xsd:string .

<http://lexvo.org/id/char/2072A> a lvont:Character ;
    lvont:represents "𠜪"^^xsd:string .

<http://lexvo.org/id/char/2072B> a lvont:Character ;
    lvont:represents "𠜫"^^xsd:string .

<http://lexvo.org/id/char/2072C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/%C4%91%E1%BA%B5n>,
        "𠜬"^^xsd:string .

<http://lexvo.org/id/char/2072D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/%C4%91%C3%A2m>,
        "𠜭"^^xsd:string .

<http://lexvo.org/id/char/2072E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/h%C3%BAi>,
        "𠜮"^^xsd:string .

<http://lexvo.org/id/char/2072F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/c%E1%BA%A1o>,
        "𠜯"^^xsd:string .

<http://lexvo.org/id/char/20730> a lvont:Character ;
    lvont:represents "𠜰"^^xsd:string .

<http://lexvo.org/id/char/20731> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/pai1%20pei1>,
        <http://lexvo.org/id/term/yue/%F0%A0%9C%B1>,
        "𠜱"^^xsd:string ;
    rdfs:comment "to peel, pare"@en .

<http://lexvo.org/id/char/20732> a lvont:Character ;
    lvont:represents "𠜲"^^xsd:string .

<http://lexvo.org/id/char/20733> a lvont:Character ;
    lvont:represents "𠜳"^^xsd:string .

<http://lexvo.org/id/char/20734> a lvont:Character ;
    lvont:represents "𠜴"^^xsd:string .

<http://lexvo.org/id/char/20735> a lvont:Character ;
    lvont:represents "𠜵"^^xsd:string .

<http://lexvo.org/id/char/20736> a lvont:Character ;
    lvont:represents "𠜶"^^xsd:string .

<http://lexvo.org/id/char/20737> a lvont:Character ;
    lvont:represents "𠜷"^^xsd:string .

<http://lexvo.org/id/char/20738> a lvont:Character ;
    lvont:represents "𠜸"^^xsd:string .

<http://lexvo.org/id/char/20739> a lvont:Character ;
    lvont:represents "𠜹"^^xsd:string .

<http://lexvo.org/id/char/2073A> a lvont:Character ;
    lvont:represents "𠜺"^^xsd:string .

<http://lexvo.org/id/char/2073B> a lvont:Character ;
    lvont:represents "𠜻"^^xsd:string .

<http://lexvo.org/id/char/2073C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%F0%A0%9C%BC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C4%81>,
        "𠜼"^^xsd:string ;
    rdfs:comment "to claw; to pinch with the fingers"@en .

<http://lexvo.org/id/char/2073D> a lvont:Character ;
    lvont:represents "𠜽"^^xsd:string .

<http://lexvo.org/id/char/2073E> a lvont:Character ;
    lvont:represents "𠜾"^^xsd:string .

<http://lexvo.org/id/char/2073F> a lvont:Character ;
    lvont:represents "𠜿"^^xsd:string .

<http://lexvo.org/id/char/2074> a lvont:Character ;
    lvont:represents "⁴"^^xsd:string ;
    rdfs:comment "SUPERSCRIPT FOUR"@en .

<http://lexvo.org/id/char/20740> a lvont:Character ;
    lvont:represents "𠝀"^^xsd:string .

<http://lexvo.org/id/char/20741> a lvont:Character ;
    lvont:represents "𠝁"^^xsd:string .

<http://lexvo.org/id/char/20742> a lvont:Character ;
    lvont:represents "𠝂"^^xsd:string .

<http://lexvo.org/id/char/20743> a lvont:Character ;
    lvont:represents "𠝃"^^xsd:string .

<http://lexvo.org/id/char/20744> a lvont:Character ;
    lvont:represents "𠝄"^^xsd:string .

<http://lexvo.org/id/char/20745> a lvont:Character ;
    lvont:represents "𠝅"^^xsd:string .

<http://lexvo.org/id/char/20746> a lvont:Character ;
    lvont:represents "𠝆"^^xsd:string .

<http://lexvo.org/id/char/20747> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/b%C3%A0o>,
        "𠝇"^^xsd:string .

<http://lexvo.org/id/char/20748> a lvont:Character ;
    lvont:represents "𠝈"^^xsd:string .

<http://lexvo.org/id/char/20749> a lvont:Character ;
    lvont:represents "𠝉"^^xsd:string .

<http://lexvo.org/id/char/2074A> a lvont:Character ;
    lvont:represents "𠝊"^^xsd:string .

<http://lexvo.org/id/char/2074B> a lvont:Character ;
    lvont:represents "𠝋"^^xsd:string .

<http://lexvo.org/id/char/2074C> a lvont:Character ;
    lvont:represents "𠝌"^^xsd:string .

<http://lexvo.org/id/char/2074D> a lvont:Character ;
    lvont:represents "𠝍"^^xsd:string .

<http://lexvo.org/id/char/2074E> a lvont:Character ;
    lvont:represents "𠝎"^^xsd:string .

<http://lexvo.org/id/char/2074F> a lvont:Character ;
    lvont:represents "𠝏"^^xsd:string .

<http://lexvo.org/id/char/2075> a lvont:Character ;
    lvont:represents "⁵"^^xsd:string ;
    rdfs:comment "SUPERSCRIPT FIVE"@en .

<http://lexvo.org/id/char/20750> a lvont:Character ;
    lvont:represents "𠝐"^^xsd:string .

<http://lexvo.org/id/char/20751> a lvont:Character ;
    lvont:represents "𠝑"^^xsd:string .

<http://lexvo.org/id/char/20752> a lvont:Character ;
    lvont:represents "𠝒"^^xsd:string .

<http://lexvo.org/id/char/20753> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/x%E1%BA%BB>,
        "𠝓"^^xsd:string .

<http://lexvo.org/id/char/20754> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/th%C3%A1i>,
        "𠝔"^^xsd:string .

<http://lexvo.org/id/char/20755> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/c%C3%B9n>,
        "𠝕"^^xsd:string .

<http://lexvo.org/id/char/20756> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/t%C3%A1ch>,
        "𠝖"^^xsd:string .

<http://lexvo.org/id/char/20757> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/%C4%91%E1%BB%A9t>,
        "𠝗"^^xsd:string .

<http://lexvo.org/id/char/20758> a lvont:Character ;
    lvont:represents "𠝘"^^xsd:string .

<http://lexvo.org/id/char/20759> a lvont:Character ;
    lvont:represents "𠝙"^^xsd:string .

<http://lexvo.org/id/char/2075A> a lvont:Character ;
    lvont:represents "𠝚"^^xsd:string .

<http://lexvo.org/id/char/2075B> a lvont:Character ;
    lvont:represents "𠝛"^^xsd:string .

<http://lexvo.org/id/char/2075C> a lvont:Character ;
    lvont:represents "𠝜"^^xsd:string .

<http://lexvo.org/id/char/2075D> a lvont:Character ;
    lvont:represents "𠝝"^^xsd:string .

<http://lexvo.org/id/char/2075E> a lvont:Character ;
    lvont:represents "𠝞"^^xsd:string .

<http://lexvo.org/id/char/2075F> a lvont:Character ;
    lvont:represents "𠝟"^^xsd:string .

<http://lexvo.org/id/char/2076> a lvont:Character ;
    lvont:represents "⁶"^^xsd:string ;
    rdfs:comment "SUPERSCRIPT SIX"@en .

<http://lexvo.org/id/char/20760> a lvont:Character ;
    lvont:represents "𠝠"^^xsd:string .

<http://lexvo.org/id/char/20761> a lvont:Character ;
    lvont:represents "𠝡"^^xsd:string .

<http://lexvo.org/id/char/20762> a lvont:Character ;
    lvont:represents "𠝢"^^xsd:string .

<http://lexvo.org/id/char/20763> a lvont:Character ;
    lvont:represents "𠝣"^^xsd:string .

<http://lexvo.org/id/char/20764> a lvont:Character ;
    lvont:represents "𠝤"^^xsd:string .

<http://lexvo.org/id/char/20765> a lvont:Character ;
    lvont:represents "𠝥"^^xsd:string .

<http://lexvo.org/id/char/20766> a lvont:Character ;
    lvont:represents "𠝦"^^xsd:string .

<http://lexvo.org/id/char/20767> a lvont:Character ;
    lvont:represents "𠝧"^^xsd:string .

<http://lexvo.org/id/char/20768> a lvont:Character ;
    lvont:represents "𠝨"^^xsd:string .

<http://lexvo.org/id/char/20769> a lvont:Character ;
    lvont:represents "𠝩"^^xsd:string .

<http://lexvo.org/id/char/2076A> a lvont:Character ;
    lvont:represents "𠝪"^^xsd:string .

<http://lexvo.org/id/char/2076B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/m%E1%BA%BB>,
        "𠝫"^^xsd:string .

<http://lexvo.org/id/char/2076C> a lvont:Character ;
    lvont:represents "𠝬"^^xsd:string .

<http://lexvo.org/id/char/2076D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/peng2>,
        <http://lexvo.org/id/term/yue/%F0%A0%9D%AD>,
        "𠝭"^^xsd:string ;
    rdfs:comment "(Cant.) to fell, cut; to sweep away"@en .

<http://lexvo.org/id/char/2076E> a lvont:Character ;
    lvont:represents "𠝮"^^xsd:string .

<http://lexvo.org/id/char/2076F> a lvont:Character ;
    lvont:represents "𠝯"^^xsd:string .

<http://lexvo.org/id/char/2077> a lvont:Character ;
    lvont:represents "⁷"^^xsd:string ;
    rdfs:comment "SUPERSCRIPT SEVEN"@en .

<http://lexvo.org/id/char/20770> a lvont:Character ;
    lvont:represents "𠝰"^^xsd:string .

<http://lexvo.org/id/char/20771> a lvont:Character ;
    lvont:represents "𠝱"^^xsd:string .

<http://lexvo.org/id/char/20772> a lvont:Character ;
    lvont:represents "𠝲"^^xsd:string .

<http://lexvo.org/id/char/20773> a lvont:Character ;
    lvont:represents "𠝳"^^xsd:string .

<http://lexvo.org/id/char/20774> a lvont:Character ;
    lvont:represents "𠝴"^^xsd:string .

<http://lexvo.org/id/char/20775> a lvont:Character ;
    lvont:represents "𠝵"^^xsd:string .

<http://lexvo.org/id/char/20776> a lvont:Character ;
    lvont:represents "𠝶"^^xsd:string .

<http://lexvo.org/id/char/20777> a lvont:Character ;
    lvont:represents "𠝷"^^xsd:string .

<http://lexvo.org/id/char/20778> a lvont:Character ;
    lvont:represents "𠝸"^^xsd:string .

<http://lexvo.org/id/char/20779> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/gaai3>,
        <http://lexvo.org/id/term/yue/%F0%A0%9D%B9>,
        "𠝹"^^xsd:string ;
    rdfs:comment "(Cant.) to cut with a knife or scissors"@en .

<http://lexvo.org/id/char/2077A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/m%E1%BB%95>,
        "𠝺"^^xsd:string .

<http://lexvo.org/id/char/2077B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ch%E1%BA%A1m>,
        "𠝻"^^xsd:string .

<http://lexvo.org/id/char/2077C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/m%E1%BB%95>,
        "𠝼"^^xsd:string .

<http://lexvo.org/id/char/2077D> a lvont:Character ;
    lvont:represents "𠝽"^^xsd:string .

<http://lexvo.org/id/char/2077E> a lvont:Character ;
    lvont:represents "𠝾"^^xsd:string .

<http://lexvo.org/id/char/2077F> a lvont:Character ;
    lvont:represents "𠝿"^^xsd:string .

<http://lexvo.org/id/char/2078> a lvont:Character ;
    lvont:represents "⁸"^^xsd:string ;
    rdfs:comment "SUPERSCRIPT EIGHT"@en .

<http://lexvo.org/id/char/20780> a lvont:Character ;
    lvont:represents "𠞀"^^xsd:string .

<http://lexvo.org/id/char/20781> a lvont:Character ;
    lvont:represents "𠞁"^^xsd:string .

<http://lexvo.org/id/char/20782> a lvont:Character ;
    lvont:represents "𠞂"^^xsd:string .

<http://lexvo.org/id/char/20783> a lvont:Character ;
    lvont:represents "𠞃"^^xsd:string .

<http://lexvo.org/id/char/20784> a lvont:Character ;
    lvont:represents "𠞄"^^xsd:string .

<http://lexvo.org/id/char/20785> a lvont:Character ;
    lvont:represents "𠞅"^^xsd:string .

<http://lexvo.org/id/char/20786> a lvont:Character ;
    lvont:represents "𠞆"^^xsd:string .

<http://lexvo.org/id/char/20787> a lvont:Character ;
    lvont:represents "𠞇"^^xsd:string .

<http://lexvo.org/id/char/20788> a lvont:Character ;
    lvont:represents "𠞈"^^xsd:string .

<http://lexvo.org/id/char/20789> a lvont:Character ;
    lvont:represents "𠞉"^^xsd:string .

<http://lexvo.org/id/char/2078A> a lvont:Character ;
    lvont:represents "𠞊"^^xsd:string .

<http://lexvo.org/id/char/2078B> a lvont:Character ;
    lvont:represents "𠞋"^^xsd:string .

<http://lexvo.org/id/char/2078C> a lvont:Character ;
    lvont:represents "𠞌"^^xsd:string .

<http://lexvo.org/id/char/2078D> a lvont:Character ;
    lvont:represents "𠞍"^^xsd:string .

<http://lexvo.org/id/char/2078E> a lvont:Character ;
    lvont:represents "𠞎"^^xsd:string .

<http://lexvo.org/id/char/2078F> a lvont:Character ;
    lvont:represents "𠞏"^^xsd:string .

<http://lexvo.org/id/char/2079> a lvont:Character ;
    lvont:represents "⁹"^^xsd:string ;
    rdfs:comment "SUPERSCRIPT NINE"@en .

<http://lexvo.org/id/char/20790> a lvont:Character ;
    lvont:represents "𠞐"^^xsd:string .

<http://lexvo.org/id/char/20791> a lvont:Character ;
    lvont:represents "𠞑"^^xsd:string .

<http://lexvo.org/id/char/20792> a lvont:Character ;
    lvont:represents "𠞒"^^xsd:string .

<http://lexvo.org/id/char/20793> a lvont:Character ;
    lvont:represents "𠞓"^^xsd:string .

<http://lexvo.org/id/char/20794> a lvont:Character ;
    lvont:represents "𠞔"^^xsd:string .

<http://lexvo.org/id/char/20795> a lvont:Character ;
    lvont:represents "𠞕"^^xsd:string .

<http://lexvo.org/id/char/20796> a lvont:Character ;
    lvont:represents "𠞖"^^xsd:string .

<http://lexvo.org/id/char/20797> a lvont:Character ;
    lvont:represents "𠞗"^^xsd:string .

<http://lexvo.org/id/char/20798> a lvont:Character ;
    lvont:represents "𠞘"^^xsd:string .

<http://lexvo.org/id/char/20799> a lvont:Character ;
    lvont:represents "𠞙"^^xsd:string .

<http://lexvo.org/id/char/2079A> a lvont:Character ;
    lvont:represents "𠞚"^^xsd:string .

<http://lexvo.org/id/char/2079B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/thi%E1%BA%BFn>,
        "𠞛"^^xsd:string .

<http://lexvo.org/id/char/2079C> a lvont:Character ;
    lvont:represents "𠞜"^^xsd:string .

<http://lexvo.org/id/char/2079D> a lvont:Character ;
    lvont:represents "𠞝"^^xsd:string .

<http://lexvo.org/id/char/2079E> a lvont:Character ;
    lvont:represents "𠞞"^^xsd:string .

<http://lexvo.org/id/char/2079F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/c%E1%BA%A1o>,
        "𠞟"^^xsd:string .

<http://lexvo.org/id/char/207A> a lvont:Character ;
    lvont:represents "⁺"^^xsd:string ;
    rdfs:comment "SUPERSCRIPT PLUS SIGN"@en .

<http://lexvo.org/id/char/207A0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ch%E1%BA%B7t>,
        "𠞠"^^xsd:string .

<http://lexvo.org/id/char/207A1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/g%E1%BB%8Dt>,
        "𠞡"^^xsd:string .

<http://lexvo.org/id/char/207A2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/b%C4%83m>,
        "𠞢"^^xsd:string .

<http://lexvo.org/id/char/207A3> a lvont:Character ;
    lvont:represents "𠞣"^^xsd:string .

<http://lexvo.org/id/char/207A4> a lvont:Character ;
    lvont:represents "𠞤"^^xsd:string .

<http://lexvo.org/id/char/207A5> a lvont:Character ;
    lvont:represents "𠞥"^^xsd:string .

<http://lexvo.org/id/char/207A6> a lvont:Character ;
    lvont:represents "𠞦"^^xsd:string .

<http://lexvo.org/id/char/207A7> a lvont:Character ;
    lvont:represents "𠞧"^^xsd:string .

<http://lexvo.org/id/char/207A8> a lvont:Character ;
    lvont:represents "𠞨"^^xsd:string .

<http://lexvo.org/id/char/207A9> a lvont:Character ;
    lvont:represents "𠞩"^^xsd:string .

<http://lexvo.org/id/char/207AA> a lvont:Character ;
    lvont:represents "𠞪"^^xsd:string .

<http://lexvo.org/id/char/207AB> a lvont:Character ;
    lvont:represents "𠞫"^^xsd:string .

<http://lexvo.org/id/char/207AC> a lvont:Character ;
    lvont:represents "𠞬"^^xsd:string .

<http://lexvo.org/id/char/207AD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%F0%A0%9E%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%B3u>,
        "𠞭"^^xsd:string ;
    rdfs:comment "to carve; to hollow out"@en .

<http://lexvo.org/id/char/207AE> a lvont:Character ;
    lvont:represents "𠞮"^^xsd:string .

<http://lexvo.org/id/char/207AF> a lvont:Character ;
    lvont:represents "𠞯"^^xsd:string .

<http://lexvo.org/id/char/207B> a lvont:Character ;
    lvont:represents "⁻"^^xsd:string ;
    rdfs:comment "SUPERSCRIPT MINUS"@en .

<http://lexvo.org/id/char/207B0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%F0%A0%9E%B0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C7%8Eo>,
        "𠞰"^^xsd:string ;
    rdfs:comment "to attack, destroy; to fatigue"@en .

<http://lexvo.org/id/char/207B1> a lvont:Character ;
    lvont:represents "𠞱"^^xsd:string .

<http://lexvo.org/id/char/207B2> a lvont:Character ;
    lvont:represents "𠞲"^^xsd:string .

<http://lexvo.org/id/char/207B3> a lvont:Character ;
    lvont:represents "𠞳"^^xsd:string .

<http://lexvo.org/id/char/207B4> a lvont:Character ;
    lvont:represents "𠞴"^^xsd:string .

<http://lexvo.org/id/char/207B5> a lvont:Character ;
    lvont:represents "𠞵"^^xsd:string .

<http://lexvo.org/id/char/207B6> a lvont:Character ;
    lvont:represents "𠞶"^^xsd:string .

<http://lexvo.org/id/char/207B7> a lvont:Character ;
    lvont:represents "𠞷"^^xsd:string .

<http://lexvo.org/id/char/207B8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/%C4%91%E1%BA%BDo>,
        "𠞸"^^xsd:string .

<http://lexvo.org/id/char/207B9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/d%E1%BB%A9t>,
        "𠞹"^^xsd:string .

<http://lexvo.org/id/char/207BA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/l%E1%BA%A7n>,
        "𠞺"^^xsd:string .

<http://lexvo.org/id/char/207BB> a lvont:Character ;
    lvont:represents "𠞻"^^xsd:string .

<http://lexvo.org/id/char/207BC> a lvont:Character ;
    lvont:represents "𠞼"^^xsd:string .

<http://lexvo.org/id/char/207BD> a lvont:Character ;
    lvont:represents "𠞽"^^xsd:string .

<http://lexvo.org/id/char/207BE> a lvont:Character ;
    lvont:represents "𠞾"^^xsd:string .

<http://lexvo.org/id/char/207BF> a lvont:Character ;
    lvont:represents "𠞿"^^xsd:string .

<http://lexvo.org/id/char/207C> a lvont:Character ;
    lvont:represents "⁼"^^xsd:string ;
    rdfs:comment "SUPERSCRIPT EQUALS SIGN"@en .

<http://lexvo.org/id/char/207C0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/%C4%91%E1%BA%BDo>,
        "𠟀"^^xsd:string .

<http://lexvo.org/id/char/207C1> a lvont:Character ;
    lvont:represents "𠟁"^^xsd:string .

<http://lexvo.org/id/char/207C2> a lvont:Character ;
    lvont:represents "𠟂"^^xsd:string .

<http://lexvo.org/id/char/207C3> a lvont:Character ;
    lvont:represents "𠟃"^^xsd:string .

<http://lexvo.org/id/char/207C4> a lvont:Character ;
    lvont:represents "𠟄"^^xsd:string .

<http://lexvo.org/id/char/207C5> a lvont:Character ;
    lvont:represents "𠟅"^^xsd:string .

<http://lexvo.org/id/char/207C6> a lvont:Character ;
    lvont:represents "𠟆"^^xsd:string .

<http://lexvo.org/id/char/207C7> a lvont:Character ;
    lvont:represents "𠟇"^^xsd:string .

<http://lexvo.org/id/char/207C8> a lvont:Character ;
    lvont:represents "𠟈"^^xsd:string .

<http://lexvo.org/id/char/207C9> a lvont:Character ;
    lvont:represents "𠟉"^^xsd:string .

<http://lexvo.org/id/char/207CA> a lvont:Character ;
    lvont:represents "𠟊"^^xsd:string .

<http://lexvo.org/id/char/207CB> a lvont:Character ;
    lvont:represents "𠟋"^^xsd:string .

<http://lexvo.org/id/char/207CC> a lvont:Character ;
    lvont:represents "𠟌"^^xsd:string .

<http://lexvo.org/id/char/207CD> a lvont:Character ;
    lvont:represents "𠟍"^^xsd:string .

<http://lexvo.org/id/char/207CE> a lvont:Character ;
    lvont:represents "𠟎"^^xsd:string .

<http://lexvo.org/id/char/207CF> a lvont:Character ;
    lvont:represents "𠟏"^^xsd:string .

<http://lexvo.org/id/char/207D> a lvont:Character ;
    lvont:represents "⁽"^^xsd:string ;
    rdfs:comment "SUPERSCRIPT LEFT PARENTHESIS"@en .

<http://lexvo.org/id/char/207D0> a lvont:Character ;
    lvont:represents "𠟐"^^xsd:string .

<http://lexvo.org/id/char/207D1> a lvont:Character ;
    lvont:represents "𠟑"^^xsd:string .

<http://lexvo.org/id/char/207D2> a lvont:Character ;
    lvont:represents "𠟒"^^xsd:string .

<http://lexvo.org/id/char/207D3> a lvont:Character ;
    lvont:represents "𠟓"^^xsd:string .

<http://lexvo.org/id/char/207D4> a lvont:Character ;
    lvont:represents "𠟔"^^xsd:string .

<http://lexvo.org/id/char/207D5> a lvont:Character ;
    lvont:represents "𠟕"^^xsd:string .

<http://lexvo.org/id/char/207D6> a lvont:Character ;
    lvont:represents "𠟖"^^xsd:string .

<http://lexvo.org/id/char/207D7> a lvont:Character ;
    lvont:represents "𠟗"^^xsd:string .

<http://lexvo.org/id/char/207D8> a lvont:Character ;
    lvont:represents "𠟘"^^xsd:string .

<http://lexvo.org/id/char/207D9> a lvont:Character ;
    lvont:represents "𠟙"^^xsd:string .

<http://lexvo.org/id/char/207DA> a lvont:Character ;
    lvont:represents "𠟚"^^xsd:string .

<http://lexvo.org/id/char/207DB> a lvont:Character ;
    lvont:represents "𠟛"^^xsd:string .

<http://lexvo.org/id/char/207DC> a lvont:Character ;
    lvont:represents "𠟜"^^xsd:string .

<http://lexvo.org/id/char/207DD> a lvont:Character ;
    lvont:represents "𠟝"^^xsd:string .

<http://lexvo.org/id/char/207DE> a lvont:Character ;
    lvont:represents "𠟞"^^xsd:string .

<http://lexvo.org/id/char/207DF> a lvont:Character ;
    lvont:represents "𠟟"^^xsd:string .

<http://lexvo.org/id/char/207E> a lvont:Character ;
    lvont:represents "⁾"^^xsd:string ;
    rdfs:comment "SUPERSCRIPT RIGHT PARENTHESIS"@en .

<http://lexvo.org/id/char/207E0> a lvont:Character ;
    lvont:represents "𠟠"^^xsd:string .

<http://lexvo.org/id/char/207E1> a lvont:Character ;
    lvont:represents "𠟡"^^xsd:string .

<http://lexvo.org/id/char/207E2> a lvont:Character ;
    lvont:represents "𠟢"^^xsd:string .

<http://lexvo.org/id/char/207E3> a lvont:Character ;
    lvont:represents "𠟣"^^xsd:string .

<http://lexvo.org/id/char/207E4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/thi%E1%BA%BFn>,
        "𠟤"^^xsd:string .

<http://lexvo.org/id/char/207E5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ho%E1%BA%AFt>,
        "𠟥"^^xsd:string .

<http://lexvo.org/id/char/207E6> a lvont:Character ;
    lvont:represents "𠟦"^^xsd:string .

<http://lexvo.org/id/char/207E7> a lvont:Character ;
    lvont:represents "𠟧"^^xsd:string .

<http://lexvo.org/id/char/207E8> a lvont:Character ;
    lvont:represents "𠟨"^^xsd:string .

<http://lexvo.org/id/char/207E9> a lvont:Character ;
    lvont:represents "𠟩"^^xsd:string .

<http://lexvo.org/id/char/207EA> a lvont:Character ;
    lvont:represents "𠟪"^^xsd:string .

<http://lexvo.org/id/char/207EB> a lvont:Character ;
    lvont:represents "𠟫"^^xsd:string .

<http://lexvo.org/id/char/207EC> a lvont:Character ;
    lvont:represents "𠟬"^^xsd:string .

<http://lexvo.org/id/char/207ED> a lvont:Character ;
    lvont:represents "𠟭"^^xsd:string .

<http://lexvo.org/id/char/207EE> a lvont:Character ;
    lvont:represents "𠟮"^^xsd:string .

<http://lexvo.org/id/char/207EF> a lvont:Character ;
    lvont:represents "𠟯"^^xsd:string .

<http://lexvo.org/id/char/207F> a lvont:Character ;
    lvont:represents "ⁿ"^^xsd:string ;
    rdfs:comment "SUPERSCRIPT LATIN SMALL LETTER N"@en .

<http://lexvo.org/id/char/207F0> a lvont:Character ;
    lvont:represents "𠟰"^^xsd:string .

<http://lexvo.org/id/char/207F1> a lvont:Character ;
    lvont:represents "𠟱"^^xsd:string .

<http://lexvo.org/id/char/207F2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/v%E1%BA%A1c>,
        "𠟲"^^xsd:string .

<http://lexvo.org/id/char/207F3> a lvont:Character ;
    lvont:represents "𠟳"^^xsd:string .

<http://lexvo.org/id/char/207F4> a lvont:Character ;
    lvont:represents "𠟴"^^xsd:string .

<http://lexvo.org/id/char/207F5> a lvont:Character ;
    lvont:represents "𠟵"^^xsd:string .

<http://lexvo.org/id/char/207F6> a lvont:Character ;
    lvont:represents "𠟶"^^xsd:string .

<http://lexvo.org/id/char/207F7> a lvont:Character ;
    lvont:represents "𠟷"^^xsd:string .

<http://lexvo.org/id/char/207F8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/g%E1%BA%B7t>,
        "𠟸"^^xsd:string .

<http://lexvo.org/id/char/207F9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/r%E1%BB%B1a>,
        "𠟹"^^xsd:string .

<http://lexvo.org/id/char/207FA> a lvont:Character ;
    lvont:represents "𠟺"^^xsd:string .

<http://lexvo.org/id/char/207FB> a lvont:Character ;
    lvont:represents "𠟻"^^xsd:string .

<http://lexvo.org/id/char/207FC> a lvont:Character ;
    lvont:represents "𠟼"^^xsd:string .

<http://lexvo.org/id/char/207FD> a lvont:Character ;
    lvont:represents "𠟽"^^xsd:string .

<http://lexvo.org/id/char/207FE> a lvont:Character ;
    lvont:represents "𠟾"^^xsd:string .

<http://lexvo.org/id/char/207FF> a lvont:Character ;
    lvont:represents "𠟿"^^xsd:string .

<http://lexvo.org/id/char/2080> a lvont:Character ;
    lvont:represents "₀"^^xsd:string ;
    rdfs:comment "SUBSCRIPT ZERO"@en .

<http://lexvo.org/id/char/20800> a lvont:Character ;
    lvont:represents "𠠀"^^xsd:string .

<http://lexvo.org/id/char/20801> a lvont:Character ;
    lvont:represents "𠠁"^^xsd:string .

<http://lexvo.org/id/char/20802> a lvont:Character ;
    lvont:represents "𠠂"^^xsd:string .

<http://lexvo.org/id/char/20803> a lvont:Character ;
    lvont:represents "𠠃"^^xsd:string .

<http://lexvo.org/id/char/20804> a lvont:Character ;
    lvont:represents "𠠄"^^xsd:string .

<http://lexvo.org/id/char/20805> a lvont:Character ;
    lvont:represents "𠠅"^^xsd:string .

<http://lexvo.org/id/char/20806> a lvont:Character ;
    lvont:represents "𠠆"^^xsd:string .

<http://lexvo.org/id/char/20807> a lvont:Character ;
    lvont:represents "𠠇"^^xsd:string .

<http://lexvo.org/id/char/20808> a lvont:Character ;
    lvont:represents "𠠈"^^xsd:string .

<http://lexvo.org/id/char/20809> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/b%E1%BB%ADa>,
        "𠠉"^^xsd:string .

<http://lexvo.org/id/char/2080A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/c%E1%BB%A9ng>,
        "𠠊"^^xsd:string .

<http://lexvo.org/id/char/2080B> a lvont:Character ;
    lvont:represents "𠠋"^^xsd:string .

<http://lexvo.org/id/char/2080C> a lvont:Character ;
    lvont:represents "𠠌"^^xsd:string .

<http://lexvo.org/id/char/2080D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/l%C3%AA>,
        "𠠍"^^xsd:string .

<http://lexvo.org/id/char/2080E> a lvont:Character ;
    lvont:represents "𠠎"^^xsd:string .

<http://lexvo.org/id/char/2080F> a lvont:Character ;
    lvont:represents "𠠏"^^xsd:string .

<http://lexvo.org/id/char/2081> a lvont:Character ;
    lvont:represents "₁"^^xsd:string ;
    rdfs:comment "SUBSCRIPT ONE"@en .

<http://lexvo.org/id/char/20810> a lvont:Character ;
    lvont:represents "𠠐"^^xsd:string .

<http://lexvo.org/id/char/20811> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/t%C3%A9t>,
        "𠠑"^^xsd:string .

<http://lexvo.org/id/char/20812> a lvont:Character ;
    lvont:represents "𠠒"^^xsd:string .

<http://lexvo.org/id/char/20813> a lvont:Character ;
    lvont:represents "𠠓"^^xsd:string .

<http://lexvo.org/id/char/20814> a lvont:Character ;
    lvont:represents "𠠔"^^xsd:string .

<http://lexvo.org/id/char/20815> a lvont:Character ;
    lvont:represents "𠠕"^^xsd:string .

<http://lexvo.org/id/char/20816> a lvont:Character ;
    lvont:represents "𠠖"^^xsd:string .

<http://lexvo.org/id/char/20817> a lvont:Character ;
    lvont:represents "𠠗"^^xsd:string .

<http://lexvo.org/id/char/20818> a lvont:Character ;
    lvont:represents "𠠘"^^xsd:string .

<http://lexvo.org/id/char/20819> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/r%C3%ACu>,
        "𠠙"^^xsd:string .

<http://lexvo.org/id/char/2081A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/x%E1%BA%BB>,
        "𠠚"^^xsd:string .

<http://lexvo.org/id/char/2081B> a lvont:Character ;
    lvont:represents "𠠛"^^xsd:string .

<http://lexvo.org/id/char/2081C> a lvont:Character ;
    lvont:represents "𠠜"^^xsd:string .

<http://lexvo.org/id/char/2081D> a lvont:Character ;
    lvont:represents "𠠝"^^xsd:string .

<http://lexvo.org/id/char/2081E> a lvont:Character ;
    lvont:represents "𠠞"^^xsd:string .

<http://lexvo.org/id/char/2081F> a lvont:Character ;
    lvont:represents "𠠟"^^xsd:string .

<http://lexvo.org/id/char/2082> a lvont:Character ;
    lvont:represents "₂"^^xsd:string ;
    rdfs:comment "SUBSCRIPT TWO"@en .

<http://lexvo.org/id/char/20820> a lvont:Character ;
    lvont:represents "𠠠"^^xsd:string .

<http://lexvo.org/id/char/20821> a lvont:Character ;
    lvont:represents "𠠡"^^xsd:string .

<http://lexvo.org/id/char/20822> a lvont:Character ;
    lvont:represents "𠠢"^^xsd:string .

<http://lexvo.org/id/char/20823> a lvont:Character ;
    lvont:represents "𠠣"^^xsd:string .

<http://lexvo.org/id/char/20824> a lvont:Character ;
    lvont:represents "𠠤"^^xsd:string .

<http://lexvo.org/id/char/20825> a lvont:Character ;
    lvont:represents "𠠥"^^xsd:string .

<http://lexvo.org/id/char/20826> a lvont:Character ;
    lvont:represents "𠠦"^^xsd:string .

<http://lexvo.org/id/char/20827> a lvont:Character ;
    lvont:represents "𠠧"^^xsd:string .

<http://lexvo.org/id/char/20828> a lvont:Character ;
    lvont:represents "𠠨"^^xsd:string .

<http://lexvo.org/id/char/20829> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/tr%C6%B0%E1%BB%9Bc>,
        "𠠩"^^xsd:string .

<http://lexvo.org/id/char/2082A> a lvont:Character ;
    lvont:represents "𠠪"^^xsd:string .

<http://lexvo.org/id/char/2082B> a lvont:Character ;
    lvont:represents "𠠫"^^xsd:string .

<http://lexvo.org/id/char/2082C> a lvont:Character ;
    lvont:represents "𠠬"^^xsd:string .

<http://lexvo.org/id/char/2082D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ch%E1%BB%9Bm>,
        "𠠭"^^xsd:string .

<http://lexvo.org/id/char/2082E> a lvont:Character ;
    lvont:represents "𠠮"^^xsd:string .

<http://lexvo.org/id/char/2082F> a lvont:Character ;
    lvont:represents "𠠯"^^xsd:string .

<http://lexvo.org/id/char/2083> a lvont:Character ;
    lvont:represents "₃"^^xsd:string ;
    rdfs:comment "SUBSCRIPT THREE"@en .

<http://lexvo.org/id/char/20830> a lvont:Character ;
    lvont:represents "𠠰"^^xsd:string .

<http://lexvo.org/id/char/20831> a lvont:Character ;
    lvont:represents "𠠱"^^xsd:string .

<http://lexvo.org/id/char/20832> a lvont:Character ;
    lvont:represents "𠠲"^^xsd:string .

<http://lexvo.org/id/char/20833> a lvont:Character ;
    lvont:represents "𠠳"^^xsd:string .

<http://lexvo.org/id/char/20834> a lvont:Character ;
    lvont:represents "𠠴"^^xsd:string .

<http://lexvo.org/id/char/20835> a lvont:Character ;
    lvont:represents "𠠵"^^xsd:string .

<http://lexvo.org/id/char/20836> a lvont:Character ;
    lvont:represents "𠠶"^^xsd:string .

<http://lexvo.org/id/char/20837> a lvont:Character ;
    lvont:represents "𠠷"^^xsd:string .

<http://lexvo.org/id/char/20838> a lvont:Character ;
    lvont:represents "𠠸"^^xsd:string .

<http://lexvo.org/id/char/20839> a lvont:Character ;
    lvont:represents "𠠹"^^xsd:string .

<http://lexvo.org/id/char/2083A> a lvont:Character ;
    lvont:represents "𠠺"^^xsd:string .

<http://lexvo.org/id/char/2083B> a lvont:Character ;
    lvont:represents "𠠻"^^xsd:string .

<http://lexvo.org/id/char/2083C> a lvont:Character ;
    lvont:represents "𠠼"^^xsd:string .

<http://lexvo.org/id/char/2083D> a lvont:Character ;
    lvont:represents "𠠽"^^xsd:string .

<http://lexvo.org/id/char/2083E> a lvont:Character ;
    lvont:represents "𠠾"^^xsd:string .

<http://lexvo.org/id/char/2083F> a lvont:Character ;
    lvont:represents "𠠿"^^xsd:string .

<http://lexvo.org/id/char/2084> a lvont:Character ;
    lvont:represents "₄"^^xsd:string ;
    rdfs:comment "SUBSCRIPT FOUR"@en .

<http://lexvo.org/id/char/20840> a lvont:Character ;
    lvont:represents "𠡀"^^xsd:string .

<http://lexvo.org/id/char/20841> a lvont:Character ;
    lvont:represents "𠡁"^^xsd:string .

<http://lexvo.org/id/char/20842> a lvont:Character ;
    lvont:represents "𠡂"^^xsd:string .

<http://lexvo.org/id/char/20843> a lvont:Character ;
    lvont:represents "𠡃"^^xsd:string .

<http://lexvo.org/id/char/20844> a lvont:Character ;
    lvont:represents "𠡄"^^xsd:string .

<http://lexvo.org/id/char/20845> a lvont:Character ;
    lvont:represents "𠡅"^^xsd:string .

<http://lexvo.org/id/char/20846> a lvont:Character ;
    lvont:represents "𠡆"^^xsd:string .

<http://lexvo.org/id/char/20847> a lvont:Character ;
    lvont:represents "𠡇"^^xsd:string .

<http://lexvo.org/id/char/20848> a lvont:Character ;
    lvont:represents "𠡈"^^xsd:string .

<http://lexvo.org/id/char/20849> a lvont:Character ;
    lvont:represents "𠡉"^^xsd:string .

<http://lexvo.org/id/char/2084A> a lvont:Character ;
    lvont:represents "𠡊"^^xsd:string .

<http://lexvo.org/id/char/2084B> a lvont:Character ;
    lvont:represents "𠡋"^^xsd:string .

<http://lexvo.org/id/char/2084C> a lvont:Character ;
    lvont:represents "𠡌"^^xsd:string .

<http://lexvo.org/id/char/2084D> a lvont:Character ;
    lvont:represents "𠡍"^^xsd:string .

<http://lexvo.org/id/char/2084E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/r%C3%A1n>,
        "𠡎"^^xsd:string .

<http://lexvo.org/id/char/2084F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/si%C3%AAng>,
        "𠡏"^^xsd:string .

<http://lexvo.org/id/char/2085> a lvont:Character ;
    lvont:represents "₅"^^xsd:string ;
    rdfs:comment "SUBSCRIPT FIVE"@en .

<http://lexvo.org/id/char/20850> a lvont:Character ;
    lvont:represents "𠡐"^^xsd:string .

<http://lexvo.org/id/char/20851> a lvont:Character ;
    lvont:represents "𠡑"^^xsd:string .

<http://lexvo.org/id/char/20852> a lvont:Character ;
    lvont:represents "𠡒"^^xsd:string .

<http://lexvo.org/id/char/20853> a lvont:Character ;
    lvont:represents "𠡓"^^xsd:string .

<http://lexvo.org/id/char/20854> a lvont:Character ;
    lvont:represents "𠡔"^^xsd:string .

<http://lexvo.org/id/char/20855> a lvont:Character ;
    lvont:represents "𠡕"^^xsd:string .

<http://lexvo.org/id/char/20856> a lvont:Character ;
    lvont:represents "𠡖"^^xsd:string .

<http://lexvo.org/id/char/20857> a lvont:Character ;
    lvont:represents "𠡗"^^xsd:string .

<http://lexvo.org/id/char/20858> a lvont:Character ;
    lvont:represents "𠡘"^^xsd:string .

<http://lexvo.org/id/char/20859> a lvont:Character ;
    lvont:represents "𠡙"^^xsd:string .

<http://lexvo.org/id/char/2085A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/g%E1%BA%AFng>,
        "𠡚"^^xsd:string .

<http://lexvo.org/id/char/2085B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/nh%E1%BA%B1n>,
        "𠡛"^^xsd:string .

<http://lexvo.org/id/char/2085C> a lvont:Character ;
    lvont:represents "𠡜"^^xsd:string .

<http://lexvo.org/id/char/2085D> a lvont:Character ;
    lvont:represents "𠡝"^^xsd:string .

<http://lexvo.org/id/char/2085E> a lvont:Character ;
    lvont:represents "𠡞"^^xsd:string .

<http://lexvo.org/id/char/2085F> a lvont:Character ;
    lvont:represents "𠡟"^^xsd:string .

<http://lexvo.org/id/char/2086> a lvont:Character ;
    lvont:represents "₆"^^xsd:string ;
    rdfs:comment "SUBSCRIPT SIX"@en .

<http://lexvo.org/id/char/20860> a lvont:Character ;
    lvont:represents "𠡠"^^xsd:string .

<http://lexvo.org/id/char/20861> a lvont:Character ;
    lvont:represents "𠡡"^^xsd:string .

<http://lexvo.org/id/char/20862> a lvont:Character ;
    lvont:represents "𠡢"^^xsd:string .

<http://lexvo.org/id/char/20863> a lvont:Character ;
    lvont:represents "𠡣"^^xsd:string .

<http://lexvo.org/id/char/20864> a lvont:Character ;
    lvont:represents "𠡤"^^xsd:string .

<http://lexvo.org/id/char/20865> a lvont:Character ;
    lvont:represents "𠡥"^^xsd:string .

<http://lexvo.org/id/char/20866> a lvont:Character ;
    lvont:represents "𠡦"^^xsd:string .

<http://lexvo.org/id/char/20867> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/r%E1%BA%B7n>,
        "𠡧"^^xsd:string .

<http://lexvo.org/id/char/20868> a lvont:Character ;
    lvont:represents "𠡨"^^xsd:string .

<http://lexvo.org/id/char/20869> a lvont:Character ;
    lvont:represents "𠡩"^^xsd:string .

<http://lexvo.org/id/char/2086A> a lvont:Character ;
    lvont:represents "𠡪"^^xsd:string .

<http://lexvo.org/id/char/2086B> a lvont:Character ;
    lvont:represents "𠡫"^^xsd:string .

<http://lexvo.org/id/char/2086C> a lvont:Character ;
    lvont:represents "𠡬"^^xsd:string .

<http://lexvo.org/id/char/2086D> a lvont:Character ;
    lvont:represents "𠡭"^^xsd:string .

<http://lexvo.org/id/char/2086E> a lvont:Character ;
    lvont:represents "𠡮"^^xsd:string .

<http://lexvo.org/id/char/2086F> a lvont:Character ;
    lvont:represents "𠡯"^^xsd:string .

<http://lexvo.org/id/char/2087> a lvont:Character ;
    lvont:represents "₇"^^xsd:string ;
    rdfs:comment "SUBSCRIPT SEVEN"@en .

<http://lexvo.org/id/char/20870> a lvont:Character ;
    lvont:represents "𠡰"^^xsd:string .

<http://lexvo.org/id/char/20871> a lvont:Character ;
    lvont:represents "𠡱"^^xsd:string .

<http://lexvo.org/id/char/20872> a lvont:Character ;
    lvont:represents "𠡲"^^xsd:string .

<http://lexvo.org/id/char/20873> a lvont:Character ;
    lvont:represents "𠡳"^^xsd:string .

<http://lexvo.org/id/char/20874> a lvont:Character ;
    lvont:represents "𠡴"^^xsd:string .

<http://lexvo.org/id/char/20875> a lvont:Character ;
    lvont:represents "𠡵"^^xsd:string .

<http://lexvo.org/id/char/20876> a lvont:Character ;
    lvont:represents "𠡶"^^xsd:string .

<http://lexvo.org/id/char/20877> a lvont:Character ;
    lvont:represents "𠡷"^^xsd:string .

<http://lexvo.org/id/char/20878> a lvont:Character ;
    lvont:represents "𠡸"^^xsd:string .

<http://lexvo.org/id/char/20879> a lvont:Character ;
    lvont:represents "𠡹"^^xsd:string .

<http://lexvo.org/id/char/2087A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/kh%C6%B0%E1%BB%9Bt>,
        "𠡺"^^xsd:string .

<http://lexvo.org/id/char/2087B> a lvont:Character ;
    lvont:represents "𠡻"^^xsd:string .

<http://lexvo.org/id/char/2087C> a lvont:Character ;
    lvont:represents "𠡼"^^xsd:string .

<http://lexvo.org/id/char/2087D> a lvont:Character ;
    lvont:represents "𠡽"^^xsd:string .

<http://lexvo.org/id/char/2087E> a lvont:Character ;
    lvont:represents "𠡾"^^xsd:string .

<http://lexvo.org/id/char/2087F> a lvont:Character ;
    lvont:represents "𠡿"^^xsd:string .

<http://lexvo.org/id/char/2088> a lvont:Character ;
    lvont:represents "₈"^^xsd:string ;
    rdfs:comment "SUBSCRIPT EIGHT"@en .

<http://lexvo.org/id/char/20880> a lvont:Character ;
    lvont:represents "𠢀"^^xsd:string .

<http://lexvo.org/id/char/20881> a lvont:Character ;
    lvont:represents "𠢁"^^xsd:string .

<http://lexvo.org/id/char/20882> a lvont:Character ;
    lvont:represents "𠢂"^^xsd:string .

<http://lexvo.org/id/char/20883> a lvont:Character ;
    lvont:represents "𠢃"^^xsd:string .

<http://lexvo.org/id/char/20884> a lvont:Character ;
    lvont:represents "𠢄"^^xsd:string .

<http://lexvo.org/id/char/20885> a lvont:Character ;
    lvont:represents "𠢅"^^xsd:string .

<http://lexvo.org/id/char/20886> a lvont:Character ;
    lvont:represents "𠢆"^^xsd:string .

<http://lexvo.org/id/char/20887> a lvont:Character ;
    lvont:represents "𠢇"^^xsd:string .

<http://lexvo.org/id/char/20888> a lvont:Character ;
    lvont:represents "𠢈"^^xsd:string .

<http://lexvo.org/id/char/20889> a lvont:Character ;
    lvont:represents "𠢉"^^xsd:string .

<http://lexvo.org/id/char/2088A> a lvont:Character ;
    lvont:represents "𠢊"^^xsd:string .

<http://lexvo.org/id/char/2088B> a lvont:Character ;
    lvont:represents "𠢋"^^xsd:string .

<http://lexvo.org/id/char/2088C> a lvont:Character ;
    lvont:represents "𠢌"^^xsd:string .

<http://lexvo.org/id/char/2088D> a lvont:Character ;
    lvont:represents "𠢍"^^xsd:string .

<http://lexvo.org/id/char/2088E> a lvont:Character ;
    lvont:represents "𠢎"^^xsd:string .

<http://lexvo.org/id/char/2088F> a lvont:Character ;
    lvont:represents "𠢏"^^xsd:string .

<http://lexvo.org/id/char/2089> a lvont:Character ;
    lvont:represents "₉"^^xsd:string ;
    rdfs:comment "SUBSCRIPT NINE"@en .

<http://lexvo.org/id/char/20890> a lvont:Character ;
    lvont:represents "𠢐"^^xsd:string .

<http://lexvo.org/id/char/20891> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/nh%E1%BB%8Dc>,
        "𠢑"^^xsd:string .

<http://lexvo.org/id/char/20892> a lvont:Character ;
    lvont:represents "𠢒"^^xsd:string .

<http://lexvo.org/id/char/20893> a lvont:Character ;
    lvont:represents "𠢓"^^xsd:string .

<http://lexvo.org/id/char/20894> a lvont:Character ;
    lvont:represents "𠢔"^^xsd:string .

<http://lexvo.org/id/char/20895> a lvont:Character ;
    lvont:represents "𠢕"^^xsd:string .

<http://lexvo.org/id/char/20896> a lvont:Character ;
    lvont:represents "𠢖"^^xsd:string .

<http://lexvo.org/id/char/20897> a lvont:Character ;
    lvont:represents "𠢗"^^xsd:string .

<http://lexvo.org/id/char/20898> a lvont:Character ;
    lvont:represents "𠢘"^^xsd:string .

<http://lexvo.org/id/char/20899> a lvont:Character ;
    lvont:represents "𠢙"^^xsd:string .

<http://lexvo.org/id/char/2089A> a lvont:Character ;
    lvont:represents "𠢚"^^xsd:string .

<http://lexvo.org/id/char/2089B> a lvont:Character ;
    lvont:represents "𠢛"^^xsd:string .

<http://lexvo.org/id/char/2089C> a lvont:Character ;
    lvont:represents "𠢜"^^xsd:string .

<http://lexvo.org/id/char/2089D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/v%C3%A2m>,
        "𠢝"^^xsd:string .

<http://lexvo.org/id/char/2089E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/gi%C3%BAp>,
        "𠢞"^^xsd:string .

<http://lexvo.org/id/char/2089F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/gi%C3%BAp>,
        "𠢟"^^xsd:string .

<http://lexvo.org/id/char/208A> a lvont:Character ;
    lvont:represents "₊"^^xsd:string ;
    rdfs:comment "SUBSCRIPT PLUS SIGN"@en .

<http://lexvo.org/id/char/208A0> a lvont:Character ;
    lvont:represents "𠢠"^^xsd:string .

<http://lexvo.org/id/char/208A1> a lvont:Character ;
    lvont:represents "𠢡"^^xsd:string .

<http://lexvo.org/id/char/208A2> a lvont:Character ;
    lvont:represents "𠢢"^^xsd:string .

<http://lexvo.org/id/char/208A3> a lvont:Character ;
    lvont:represents "𠢣"^^xsd:string .

<http://lexvo.org/id/char/208A4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%F0%A0%A2%A4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ju%C3%A8>,
        "𠢤"^^xsd:string ;
    rdfs:comment "to urge, compel"@en .

<http://lexvo.org/id/char/208A5> a lvont:Character ;
    lvont:represents "𠢥"^^xsd:string .

<http://lexvo.org/id/char/208A6> a lvont:Character ;
    lvont:represents "𠢦"^^xsd:string .

<http://lexvo.org/id/char/208A7> a lvont:Character ;
    lvont:represents "𠢧"^^xsd:string .

<http://lexvo.org/id/char/208A8> a lvont:Character ;
    lvont:represents "𠢨"^^xsd:string .

<http://lexvo.org/id/char/208A9> a lvont:Character ;
    lvont:represents "𠢩"^^xsd:string .

<http://lexvo.org/id/char/208AA> a lvont:Character ;
    lvont:represents "𠢪"^^xsd:string .

<http://lexvo.org/id/char/208AB> a lvont:Character ;
    lvont:represents "𠢫"^^xsd:string .

<http://lexvo.org/id/char/208AC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/l%E1%BB%AD>,
        "𠢬"^^xsd:string .

<http://lexvo.org/id/char/208AD> a lvont:Character ;
    lvont:represents "𠢭"^^xsd:string .

<http://lexvo.org/id/char/208AE> a lvont:Character ;
    lvont:represents "𠢮"^^xsd:string .

<http://lexvo.org/id/char/208AF> a lvont:Character ;
    lvont:represents "𠢯"^^xsd:string .

<http://lexvo.org/id/char/208B> a lvont:Character ;
    lvont:represents "₋"^^xsd:string ;
    rdfs:comment "SUBSCRIPT MINUS"@en .

<http://lexvo.org/id/char/208B0> a lvont:Character ;
    lvont:represents "𠢰"^^xsd:string .

<http://lexvo.org/id/char/208B1> a lvont:Character ;
    lvont:represents "𠢱"^^xsd:string .

<http://lexvo.org/id/char/208B2> a lvont:Character ;
    lvont:represents "𠢲"^^xsd:string .

<http://lexvo.org/id/char/208B3> a lvont:Character ;
    lvont:represents "𠢳"^^xsd:string .

<http://lexvo.org/id/char/208B4> a lvont:Character ;
    lvont:represents "𠢴"^^xsd:string .

<http://lexvo.org/id/char/208B5> a lvont:Character ;
    lvont:represents "𠢵"^^xsd:string .

<http://lexvo.org/id/char/208B6> a lvont:Character ;
    lvont:represents "𠢶"^^xsd:string .

<http://lexvo.org/id/char/208B7> a lvont:Character ;
    lvont:represents "𠢷"^^xsd:string .

<http://lexvo.org/id/char/208B8> a lvont:Character ;
    lvont:represents "𠢸"^^xsd:string .

<http://lexvo.org/id/char/208B9> a lvont:Character ;
    lvont:represents "𠢹"^^xsd:string .

<http://lexvo.org/id/char/208BA> a lvont:Character ;
    lvont:represents "𠢺"^^xsd:string .

<http://lexvo.org/id/char/208BB> a lvont:Character ;
    lvont:represents "𠢻"^^xsd:string .

<http://lexvo.org/id/char/208BC> a lvont:Character ;
    lvont:represents "𠢼"^^xsd:string .

<http://lexvo.org/id/char/208BD> a lvont:Character ;
    lvont:represents "𠢽"^^xsd:string .

<http://lexvo.org/id/char/208BE> a lvont:Character ;
    lvont:represents "𠢾"^^xsd:string .

<http://lexvo.org/id/char/208BF> a lvont:Character ;
    lvont:represents "𠢿"^^xsd:string .

<http://lexvo.org/id/char/208C> a lvont:Character ;
    lvont:represents "₌"^^xsd:string ;
    rdfs:comment "SUBSCRIPT EQUALS SIGN"@en .

<http://lexvo.org/id/char/208C0> a lvont:Character ;
    lvont:represents "𠣀"^^xsd:string .

<http://lexvo.org/id/char/208C1> a lvont:Character ;
    lvont:represents "𠣁"^^xsd:string .

<http://lexvo.org/id/char/208C2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/r%C6%B0%E1%BB%9Bn>,
        "𠣂"^^xsd:string .

<http://lexvo.org/id/char/208C3> a lvont:Character ;
    lvont:represents "𠣃"^^xsd:string .

<http://lexvo.org/id/char/208C4> a lvont:Character ;
    lvont:represents "𠣄"^^xsd:string .

<http://lexvo.org/id/char/208C5> a lvont:Character ;
    lvont:represents "𠣅"^^xsd:string .

<http://lexvo.org/id/char/208C6> a lvont:Character ;
    lvont:represents "𠣆"^^xsd:string .

<http://lexvo.org/id/char/208C7> a lvont:Character ;
    lvont:represents "𠣇"^^xsd:string .

<http://lexvo.org/id/char/208C8> a lvont:Character ;
    lvont:represents "𠣈"^^xsd:string .

<http://lexvo.org/id/char/208C9> a lvont:Character ;
    lvont:represents "𠣉"^^xsd:string .

<http://lexvo.org/id/char/208CA> a lvont:Character ;
    lvont:represents "𠣊"^^xsd:string .

<http://lexvo.org/id/char/208CB> a lvont:Character ;
    lvont:represents "𠣋"^^xsd:string .

<http://lexvo.org/id/char/208CC> a lvont:Character ;
    lvont:represents "𠣌"^^xsd:string .

<http://lexvo.org/id/char/208CD> a lvont:Character ;
    lvont:represents "𠣍"^^xsd:string .

<http://lexvo.org/id/char/208CE> a lvont:Character ;
    lvont:represents "𠣎"^^xsd:string .

<http://lexvo.org/id/char/208CF> a lvont:Character ;
    lvont:represents "𠣏"^^xsd:string .

<http://lexvo.org/id/char/208D> a lvont:Character ;
    lvont:represents "₍"^^xsd:string ;
    rdfs:comment "SUBSCRIPT LEFT PARENTHESIS"@en .

<http://lexvo.org/id/char/208D0> a lvont:Character ;
    lvont:represents "𠣐"^^xsd:string .

<http://lexvo.org/id/char/208D1> a lvont:Character ;
    lvont:represents "𠣑"^^xsd:string .

<http://lexvo.org/id/char/208D2> a lvont:Character ;
    lvont:represents "𠣒"^^xsd:string .

<http://lexvo.org/id/char/208D3> a lvont:Character ;
    lvont:represents "𠣓"^^xsd:string .

<http://lexvo.org/id/char/208D4> a lvont:Character ;
    lvont:represents "𠣔"^^xsd:string .

<http://lexvo.org/id/char/208D5> a lvont:Character ;
    lvont:represents "𠣕"^^xsd:string .

<http://lexvo.org/id/char/208D6> a lvont:Character ;
    lvont:represents "𠣖"^^xsd:string .

<http://lexvo.org/id/char/208D7> a lvont:Character ;
    lvont:represents "𠣗"^^xsd:string .

<http://lexvo.org/id/char/208D8> a lvont:Character ;
    lvont:represents "𠣘"^^xsd:string .

<http://lexvo.org/id/char/208D9> a lvont:Character ;
    lvont:represents "𠣙"^^xsd:string .

<http://lexvo.org/id/char/208DA> a lvont:Character ;
    lvont:represents "𠣚"^^xsd:string .

<http://lexvo.org/id/char/208DB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/m%C3%B3c>,
        "𠣛"^^xsd:string .

<http://lexvo.org/id/char/208DC> a lvont:Character ;
    lvont:represents "𠣜"^^xsd:string .

<http://lexvo.org/id/char/208DD> a lvont:Character ;
    lvont:represents "𠣝"^^xsd:string .

<http://lexvo.org/id/char/208DE> a lvont:Character ;
    lvont:represents "𠣞"^^xsd:string .

<http://lexvo.org/id/char/208DF> a lvont:Character ;
    lvont:represents "𠣟"^^xsd:string .

<http://lexvo.org/id/char/208E> a lvont:Character ;
    lvont:represents "₎"^^xsd:string ;
    rdfs:comment "SUBSCRIPT RIGHT PARENTHESIS"@en .

<http://lexvo.org/id/char/208E0> a lvont:Character ;
    lvont:represents "𠣠"^^xsd:string .

<http://lexvo.org/id/char/208E1> a lvont:Character ;
    lvont:represents "𠣡"^^xsd:string .

<http://lexvo.org/id/char/208E2> a lvont:Character ;
    lvont:represents "𠣢"^^xsd:string .

<http://lexvo.org/id/char/208E3> a lvont:Character ;
    lvont:represents "𠣣"^^xsd:string .

<http://lexvo.org/id/char/208E4> a lvont:Character ;
    lvont:represents "𠣤"^^xsd:string .

<http://lexvo.org/id/char/208E5> a lvont:Character ;
    lvont:represents "𠣥"^^xsd:string .

<http://lexvo.org/id/char/208E6> a lvont:Character ;
    lvont:represents "𠣦"^^xsd:string .

<http://lexvo.org/id/char/208E7> a lvont:Character ;
    lvont:represents "𠣧"^^xsd:string .

<http://lexvo.org/id/char/208E8> a lvont:Character ;
    lvont:represents "𠣨"^^xsd:string .

<http://lexvo.org/id/char/208E9> a lvont:Character ;
    lvont:represents "𠣩"^^xsd:string .

<http://lexvo.org/id/char/208EA> a lvont:Character ;
    lvont:represents "𠣪"^^xsd:string .

<http://lexvo.org/id/char/208EB> a lvont:Character ;
    lvont:represents "𠣫"^^xsd:string .

<http://lexvo.org/id/char/208EC> a lvont:Character ;
    lvont:represents "𠣬"^^xsd:string .

<http://lexvo.org/id/char/208ED> a lvont:Character ;
    lvont:represents "𠣭"^^xsd:string .

<http://lexvo.org/id/char/208EE> a lvont:Character ;
    lvont:represents "𠣮"^^xsd:string .

<http://lexvo.org/id/char/208EF> a lvont:Character ;
    lvont:represents "𠣯"^^xsd:string .

<http://lexvo.org/id/char/208F0> a lvont:Character ;
    lvont:represents "𠣰"^^xsd:string .

<http://lexvo.org/id/char/208F1> a lvont:Character ;
    lvont:represents "𠣱"^^xsd:string .

<http://lexvo.org/id/char/208F2> a lvont:Character ;
    lvont:represents "𠣲"^^xsd:string .

<http://lexvo.org/id/char/208F3> a lvont:Character ;
    lvont:represents "𠣳"^^xsd:string .

<http://lexvo.org/id/char/208F4> a lvont:Character ;
    lvont:represents "𠣴"^^xsd:string .

<http://lexvo.org/id/char/208F5> a lvont:Character ;
    lvont:represents "𠣵"^^xsd:string .

<http://lexvo.org/id/char/208F6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/b%E1%BB%8Bt>,
        "𠣶"^^xsd:string .

<http://lexvo.org/id/char/208F7> a lvont:Character ;
    lvont:represents "𠣷"^^xsd:string .

<http://lexvo.org/id/char/208F8> a lvont:Character ;
    lvont:represents "𠣸"^^xsd:string .

<http://lexvo.org/id/char/208F9> a lvont:Character ;
    lvont:represents "𠣹"^^xsd:string .

<http://lexvo.org/id/char/208FA> a lvont:Character ;
    lvont:represents "𠣺"^^xsd:string .

<http://lexvo.org/id/char/208FB> a lvont:Character ;
    lvont:represents "𠣻"^^xsd:string .

<http://lexvo.org/id/char/208FC> a lvont:Character ;
    lvont:represents "𠣼"^^xsd:string .

<http://lexvo.org/id/char/208FD> a lvont:Character ;
    lvont:represents "𠣽"^^xsd:string .

<http://lexvo.org/id/char/208FE> a lvont:Character ;
    lvont:represents "𠣾"^^xsd:string .

<http://lexvo.org/id/char/208FF> a lvont:Character ;
    lvont:represents "𠣿"^^xsd:string .

<http://lexvo.org/id/char/2090> a lvont:Character ;
    lvont:represents "ₐ"^^xsd:string ;
    rdfs:comment "LATIN SUBSCRIPT SMALL LETTER A"@en .

<http://lexvo.org/id/char/20900> a lvont:Character ;
    lvont:represents "𠤀"^^xsd:string .

<http://lexvo.org/id/char/20901> a lvont:Character ;
    lvont:represents "𠤁"^^xsd:string .

<http://lexvo.org/id/char/20902> a lvont:Character ;
    lvont:represents "𠤂"^^xsd:string .

<http://lexvo.org/id/char/20903> a lvont:Character ;
    lvont:represents "𠤃"^^xsd:string .

<http://lexvo.org/id/char/20904> a lvont:Character ;
    lvont:represents "𠤄"^^xsd:string .

<http://lexvo.org/id/char/20905> a lvont:Character ;
    lvont:represents "𠤅"^^xsd:string .

<http://lexvo.org/id/char/20906> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ch%E1%BB%9B>,
        "𠤆"^^xsd:string .

<http://lexvo.org/id/char/20907> a lvont:Character ;
    lvont:represents "𠤇"^^xsd:string .

<http://lexvo.org/id/char/20908> a lvont:Character ;
    lvont:represents "𠤈"^^xsd:string .

<http://lexvo.org/id/char/20909> a lvont:Character ;
    lvont:represents "𠤉"^^xsd:string .

<http://lexvo.org/id/char/2090A> a lvont:Character ;
    lvont:represents "𠤊"^^xsd:string .

<http://lexvo.org/id/char/2090B> a lvont:Character ;
    lvont:represents "𠤋"^^xsd:string .

<http://lexvo.org/id/char/2090C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ch%E1%BB%9B>,
        "𠤌"^^xsd:string .

<http://lexvo.org/id/char/2090D> a lvont:Character ;
    lvont:represents "𠤍"^^xsd:string .

<http://lexvo.org/id/char/2090F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%F0%A0%A4%8F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C7%8Eo>,
        "𠤏"^^xsd:string ;
    rdfs:comment "a tithing"@en .

<http://lexvo.org/id/char/2091> a lvont:Character ;
    lvont:represents "ₑ"^^xsd:string ;
    rdfs:comment "LATIN SUBSCRIPT SMALL LETTER E"@en .

<http://lexvo.org/id/char/20910> a lvont:Character ;
    lvont:represents "𠤐"^^xsd:string .

<http://lexvo.org/id/char/20911> a lvont:Character ;
    lvont:represents "𠤑"^^xsd:string .

<http://lexvo.org/id/char/20912> a lvont:Character ;
    lvont:represents "𠤒"^^xsd:string .

<http://lexvo.org/id/char/20913> a lvont:Character ;
    lvont:represents "𠤓"^^xsd:string .

<http://lexvo.org/id/char/20914> a lvont:Character ;
    lvont:represents "𠤔"^^xsd:string .

<http://lexvo.org/id/char/20915> a lvont:Character ;
    lvont:represents "𠤕"^^xsd:string .

<http://lexvo.org/id/char/20916> a lvont:Character ;
    lvont:represents "𠤖"^^xsd:string .

<http://lexvo.org/id/char/20917> a lvont:Character ;
    lvont:represents "𠤗"^^xsd:string .

<http://lexvo.org/id/char/20918> a lvont:Character ;
    lvont:represents "𠤘"^^xsd:string .

<http://lexvo.org/id/char/20919> a lvont:Character ;
    lvont:represents "𠤙"^^xsd:string .

<http://lexvo.org/id/char/2091A> a lvont:Character ;
    lvont:represents "𠤚"^^xsd:string .

<http://lexvo.org/id/char/2091B> a lvont:Character ;
    lvont:represents "𠤛"^^xsd:string .

<http://lexvo.org/id/char/2091C> a lvont:Character ;
    lvont:represents "𠤜"^^xsd:string .

<http://lexvo.org/id/char/2091D> a lvont:Character ;
    lvont:represents "𠤝"^^xsd:string .

<http://lexvo.org/id/char/2091E> a lvont:Character ;
    lvont:represents "𠤞"^^xsd:string .

<http://lexvo.org/id/char/2091F> a lvont:Character ;
    lvont:represents "𠤟"^^xsd:string .

<http://lexvo.org/id/char/2092> a lvont:Character ;
    lvont:represents "ₒ"^^xsd:string ;
    rdfs:comment "LATIN SUBSCRIPT SMALL LETTER O"@en .

<http://lexvo.org/id/char/20920> a lvont:Character ;
    lvont:represents "𠤠"^^xsd:string .

<http://lexvo.org/id/char/20921> a lvont:Character ;
    lvont:represents "𠤡"^^xsd:string .

<http://lexvo.org/id/char/20922> a lvont:Character ;
    lvont:represents "𠤢"^^xsd:string .

<http://lexvo.org/id/char/20923> a lvont:Character ;
    lvont:represents "𠤣"^^xsd:string .

<http://lexvo.org/id/char/20924> a lvont:Character ;
    lvont:represents "𠤤"^^xsd:string .

<http://lexvo.org/id/char/20925> a lvont:Character ;
    lvont:represents "𠤥"^^xsd:string .

<http://lexvo.org/id/char/20926> a lvont:Character ;
    lvont:represents "𠤦"^^xsd:string .

<http://lexvo.org/id/char/20927> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/th%C3%ACa>,
        "𠤧"^^xsd:string .

<http://lexvo.org/id/char/20928> a lvont:Character ;
    lvont:represents "𠤨"^^xsd:string .

<http://lexvo.org/id/char/20929> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/b%E1%BA%A9y>,
        "𠤩"^^xsd:string .

<http://lexvo.org/id/char/2092A> a lvont:Character ;
    lvont:label "1" ;
    lvont:represents "𠤪"^^xsd:string .

<http://lexvo.org/id/char/2092B> a lvont:Character ;
    lvont:represents "𠤫"^^xsd:string .

<http://lexvo.org/id/char/2092D> a lvont:Character ;
    lvont:represents "𠤭"^^xsd:string .

<http://lexvo.org/id/char/2092E> a lvont:Character ;
    lvont:represents "𠤮"^^xsd:string .

<http://lexvo.org/id/char/2092F> a lvont:Character ;
    lvont:represents "𠤯"^^xsd:string .

<http://lexvo.org/id/char/2093> a lvont:Character ;
    lvont:represents "ₓ"^^xsd:string ;
    rdfs:comment "LATIN SUBSCRIPT SMALL LETTER X"@en .

<http://lexvo.org/id/char/20930> a lvont:Character ;
    lvont:represents "𠤰"^^xsd:string .

<http://lexvo.org/id/char/20931> a lvont:Character ;
    lvont:represents "𠤱"^^xsd:string .

<http://lexvo.org/id/char/20932> a lvont:Character ;
    lvont:represents "𠤲"^^xsd:string .

<http://lexvo.org/id/char/20933> a lvont:Character ;
    lvont:represents "𠤳"^^xsd:string .

<http://lexvo.org/id/char/20934> a lvont:Character ;
    lvont:represents "𠤴"^^xsd:string .

<http://lexvo.org/id/char/20935> a lvont:Character ;
    lvont:represents "𠤵"^^xsd:string .

<http://lexvo.org/id/char/20936> a lvont:Character ;
    lvont:represents "𠤶"^^xsd:string .

<http://lexvo.org/id/char/20937> a lvont:Character ;
    lvont:represents "𠤷"^^xsd:string .

<http://lexvo.org/id/char/20938> a lvont:Character ;
    lvont:represents "𠤸"^^xsd:string .

<http://lexvo.org/id/char/20939> a lvont:Character ;
    lvont:represents "𠤹"^^xsd:string .

<http://lexvo.org/id/char/2093A> a lvont:Character ;
    lvont:represents "𠤺"^^xsd:string .

<http://lexvo.org/id/char/2093B> a lvont:Character ;
    lvont:represents "𠤻"^^xsd:string .

<http://lexvo.org/id/char/2093C> a lvont:Character ;
    lvont:represents "𠤼"^^xsd:string .

<http://lexvo.org/id/char/2093D> a lvont:Character ;
    lvont:represents "𠤽"^^xsd:string .

<http://lexvo.org/id/char/2093E> a lvont:Character ;
    lvont:represents "𠤾"^^xsd:string .

<http://lexvo.org/id/char/2093F> a lvont:Character ;
    lvont:represents "𠤿"^^xsd:string .

<http://lexvo.org/id/char/2094> a lvont:Character ;
    lvont:represents "ₔ"^^xsd:string ;
    rdfs:comment "LATIN SUBSCRIPT SMALL LETTER SCHWA"@en .

<http://lexvo.org/id/char/20940> a lvont:Character ;
    lvont:represents "𠥀"^^xsd:string .

<http://lexvo.org/id/char/20941> a lvont:Character ;
    lvont:represents "𠥁"^^xsd:string .

<http://lexvo.org/id/char/20942> a lvont:Character ;
    lvont:represents "𠥂"^^xsd:string .

<http://lexvo.org/id/char/20943> a lvont:Character ;
    lvont:represents "𠥃"^^xsd:string .

<http://lexvo.org/id/char/20944> a lvont:Character ;
    lvont:represents "𠥄"^^xsd:string .

<http://lexvo.org/id/char/20945> a lvont:Character ;
    lvont:represents "𠥅"^^xsd:string .

<http://lexvo.org/id/char/20946> a lvont:Character ;
    lvont:represents "𠥆"^^xsd:string .

<http://lexvo.org/id/char/20947> a lvont:Character ;
    lvont:represents "𠥇"^^xsd:string .

<http://lexvo.org/id/char/20948> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/kh%C3%A1m>,
        "𠥈"^^xsd:string .

<http://lexvo.org/id/char/20949> a lvont:Character ;
    lvont:represents "𠥉"^^xsd:string .

<http://lexvo.org/id/char/2094A> a lvont:Character ;
    lvont:represents "𠥊"^^xsd:string .

<http://lexvo.org/id/char/2094B> a lvont:Character ;
    lvont:represents "𠥋"^^xsd:string .

<http://lexvo.org/id/char/2094C> a lvont:Character ;
    lvont:represents "𠥌"^^xsd:string .

<http://lexvo.org/id/char/2094D> a lvont:Character ;
    lvont:represents "𠥍"^^xsd:string .

<http://lexvo.org/id/char/2094E> a lvont:Character ;
    lvont:represents "𠥎"^^xsd:string .

<http://lexvo.org/id/char/2094F> a lvont:Character ;
    lvont:represents "𠥏"^^xsd:string .

<http://lexvo.org/id/char/2095> a lvont:Character ;
    lvont:represents "ₕ"^^xsd:string ;
    rdfs:comment "LATIN SUBSCRIPT SMALL LETTER H"@en .

<http://lexvo.org/id/char/20950> a lvont:Character ;
    lvont:represents "𠥐"^^xsd:string .

<http://lexvo.org/id/char/20951> a lvont:Character ;
    lvont:represents "𠥑"^^xsd:string .

<http://lexvo.org/id/char/20952> a lvont:Character ;
    lvont:represents "𠥒"^^xsd:string .

<http://lexvo.org/id/char/20953> a lvont:Character ;
    lvont:represents "𠥓"^^xsd:string .

<http://lexvo.org/id/char/20954> a lvont:Character ;
    lvont:represents "𠥔"^^xsd:string .

<http://lexvo.org/id/char/20955> a lvont:Character ;
    lvont:represents "𠥕"^^xsd:string .

<http://lexvo.org/id/char/20956> a lvont:Character ;
    lvont:represents "𠥖"^^xsd:string .

<http://lexvo.org/id/char/20957> a lvont:Character ;
    lvont:represents "𠥗"^^xsd:string .

<http://lexvo.org/id/char/20958> a lvont:Character ;
    lvont:represents "𠥘"^^xsd:string .

<http://lexvo.org/id/char/20959> a lvont:Character ;
    lvont:represents "𠥙"^^xsd:string .

<http://lexvo.org/id/char/2095A> a lvont:Character ;
    lvont:represents "𠥚"^^xsd:string .

<http://lexvo.org/id/char/2095B> a lvont:Character ;
    lvont:represents "𠥛"^^xsd:string .

<http://lexvo.org/id/char/2095C> a lvont:Character ;
    lvont:represents "𠥜"^^xsd:string .

<http://lexvo.org/id/char/2095D> a lvont:Character ;
    lvont:represents "𠥝"^^xsd:string .

<http://lexvo.org/id/char/2095E> a lvont:Character ;
    lvont:represents "𠥞"^^xsd:string .

<http://lexvo.org/id/char/2095F> a lvont:Character ;
    lvont:represents "𠥟"^^xsd:string .

<http://lexvo.org/id/char/2096> a lvont:Character ;
    lvont:represents "ₖ"^^xsd:string ;
    rdfs:comment "LATIN SUBSCRIPT SMALL LETTER K"@en .

<http://lexvo.org/id/char/20960> a lvont:Character ;
    lvont:represents "𠥠"^^xsd:string .

<http://lexvo.org/id/char/20961> a lvont:Character ;
    lvont:represents "𠥡"^^xsd:string .

<http://lexvo.org/id/char/20962> a lvont:Character ;
    lvont:represents "𠥢"^^xsd:string .

<http://lexvo.org/id/char/20963> a lvont:Character ;
    lvont:represents "𠥣"^^xsd:string .

<http://lexvo.org/id/char/20964> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/gi%E1%BA%A5u>,
        "𠥤"^^xsd:string .

<http://lexvo.org/id/char/20965> a lvont:Character ;
    lvont:represents "𠥥"^^xsd:string .

<http://lexvo.org/id/char/20966> a lvont:Character ;
    lvont:represents "𠥦"^^xsd:string .

<http://lexvo.org/id/char/20967> a lvont:Character ;
    lvont:represents "𠥧"^^xsd:string .

<http://lexvo.org/id/char/20968> a lvont:Character ;
    lvont:represents "𠥨"^^xsd:string .

<http://lexvo.org/id/char/20969> a lvont:Character ;
    lvont:represents "𠥩"^^xsd:string .

<http://lexvo.org/id/char/2096A> a lvont:Character ;
    lvont:represents "𠥪"^^xsd:string .

<http://lexvo.org/id/char/2096B> a lvont:Character ;
    lvont:represents "𠥫"^^xsd:string .

<http://lexvo.org/id/char/2096C> a lvont:Character ;
    lvont:represents "𠥬"^^xsd:string .

<http://lexvo.org/id/char/2096D> a lvont:Character ;
    lvont:represents "𠥭"^^xsd:string .

<http://lexvo.org/id/char/2096E> a lvont:Character ;
    lvont:represents "𠥮"^^xsd:string .

<http://lexvo.org/id/char/2096F> a lvont:Character ;
    lvont:represents "𠥯"^^xsd:string .

<http://lexvo.org/id/char/2097> a lvont:Character ;
    lvont:represents "ₗ"^^xsd:string ;
    rdfs:comment "LATIN SUBSCRIPT SMALL LETTER L"@en .

<http://lexvo.org/id/char/20970> a lvont:Character ;
    lvont:represents "𠥰"^^xsd:string .

<http://lexvo.org/id/char/20971> a lvont:Character ;
    lvont:represents "𠥱"^^xsd:string .

<http://lexvo.org/id/char/20972> a lvont:Character ;
    lvont:represents "𠥲"^^xsd:string .

<http://lexvo.org/id/char/20973> a lvont:Character ;
    lvont:represents "𠥳"^^xsd:string .

<http://lexvo.org/id/char/20974> a lvont:Character ;
    lvont:represents "𠥴"^^xsd:string .

<http://lexvo.org/id/char/20975> a lvont:Character ;
    lvont:represents "𠥵"^^xsd:string .

<http://lexvo.org/id/char/20976> a lvont:Character ;
    lvont:represents "𠥶"^^xsd:string .

<http://lexvo.org/id/char/20977> a lvont:Character ;
    lvont:represents "𠥷"^^xsd:string .

<http://lexvo.org/id/char/20978> a lvont:Character ;
    lvont:represents "𠥸"^^xsd:string .

<http://lexvo.org/id/char/20979> a lvont:Character ;
    lvont:represents "𠥹"^^xsd:string .

<http://lexvo.org/id/char/2097A> a lvont:Character ;
    lvont:represents "𠥺"^^xsd:string .

<http://lexvo.org/id/char/2097B> a lvont:Character ;
    lvont:represents "𠥻"^^xsd:string .

<http://lexvo.org/id/char/2097C> a lvont:Character ;
    lvont:represents "𠥼"^^xsd:string .

<http://lexvo.org/id/char/2097D> a lvont:Character ;
    lvont:represents "𠥽"^^xsd:string .

<http://lexvo.org/id/char/2097E> a lvont:Character ;
    lvont:represents "𠥾"^^xsd:string .

<http://lexvo.org/id/char/2097F> a lvont:Character ;
    lvont:represents "𠥿"^^xsd:string .

<http://lexvo.org/id/char/2098> a lvont:Character ;
    lvont:represents "ₘ"^^xsd:string ;
    rdfs:comment "LATIN SUBSCRIPT SMALL LETTER M"@en .

<http://lexvo.org/id/char/20980> a lvont:Character ;
    lvont:represents "𠦀"^^xsd:string .

<http://lexvo.org/id/char/20981> a lvont:Character ;
    lvont:represents "𠦁"^^xsd:string .

<http://lexvo.org/id/char/20982> a lvont:Character ;
    lvont:represents "𠦂"^^xsd:string .

<http://lexvo.org/id/char/20983> a lvont:Character ;
    lvont:label "30" ;
    lvont:represents "𠦃"^^xsd:string .

<http://lexvo.org/id/char/20984> a lvont:Character ;
    lvont:represents "𠦄"^^xsd:string .

<http://lexvo.org/id/char/20985> a lvont:Character ;
    lvont:represents "𠦅"^^xsd:string .

<http://lexvo.org/id/char/20986> a lvont:Character ;
    lvont:represents "𠦆"^^xsd:string .

<http://lexvo.org/id/char/20987> a lvont:Character ;
    lvont:represents "𠦇"^^xsd:string .

<http://lexvo.org/id/char/20988> a lvont:Character ;
    lvont:represents "𠦈"^^xsd:string .

<http://lexvo.org/id/char/20989> a lvont:Character ;
    lvont:represents "𠦉"^^xsd:string .

<http://lexvo.org/id/char/2098A> a lvont:Character ;
    lvont:represents "𠦊"^^xsd:string .

<http://lexvo.org/id/char/2098B> a lvont:Character ;
    lvont:represents "𠦋"^^xsd:string .

<http://lexvo.org/id/char/2098C> a lvont:Character ;
    lvont:label "40" ;
    lvont:represents "𠦌"^^xsd:string .

<http://lexvo.org/id/char/2098D> a lvont:Character ;
    lvont:represents "𠦍"^^xsd:string .

<http://lexvo.org/id/char/2098E> a lvont:Character ;
    lvont:represents "𠦎"^^xsd:string .

<http://lexvo.org/id/char/2098F> a lvont:Character ;
    lvont:represents "𠦏"^^xsd:string .

<http://lexvo.org/id/char/2099> a lvont:Character ;
    lvont:represents "ₙ"^^xsd:string ;
    rdfs:comment "LATIN SUBSCRIPT SMALL LETTER N"@en .

<http://lexvo.org/id/char/20990> a lvont:Character ;
    lvont:represents "𠦐"^^xsd:string .

<http://lexvo.org/id/char/20991> a lvont:Character ;
    lvont:represents "𠦑"^^xsd:string .

<http://lexvo.org/id/char/20992> a lvont:Character ;
    lvont:represents "𠦒"^^xsd:string .

<http://lexvo.org/id/char/20993> a lvont:Character ;
    lvont:represents "𠦓"^^xsd:string .

<http://lexvo.org/id/char/20994> a lvont:Character ;
    lvont:represents "𠦔"^^xsd:string .

<http://lexvo.org/id/char/20995> a lvont:Character ;
    lvont:represents "𠦕"^^xsd:string .

<http://lexvo.org/id/char/20996> a lvont:Character ;
    lvont:represents "𠦖"^^xsd:string .

<http://lexvo.org/id/char/20997> a lvont:Character ;
    lvont:represents "𠦗"^^xsd:string .

<http://lexvo.org/id/char/20998> a lvont:Character ;
    lvont:represents "𠦘"^^xsd:string .

<http://lexvo.org/id/char/20999> a lvont:Character ;
    lvont:represents "𠦙"^^xsd:string .

<http://lexvo.org/id/char/2099A> a lvont:Character ;
    lvont:represents "𠦚"^^xsd:string .

<http://lexvo.org/id/char/2099B> a lvont:Character ;
    lvont:represents "𠦛"^^xsd:string .

<http://lexvo.org/id/char/2099C> a lvont:Character ;
    lvont:label "40" ;
    lvont:represents "𠦜"^^xsd:string .

<http://lexvo.org/id/char/2099D> a lvont:Character ;
    lvont:represents "𠦝"^^xsd:string .

<http://lexvo.org/id/char/2099E> a lvont:Character ;
    lvont:represents "𠦞"^^xsd:string .

<http://lexvo.org/id/char/2099F> a lvont:Character ;
    lvont:represents "𠦟"^^xsd:string .

<http://lexvo.org/id/char/209A> a lvont:Character ;
    lvont:represents "ₚ"^^xsd:string ;
    rdfs:comment "LATIN SUBSCRIPT SMALL LETTER P"@en .

<http://lexvo.org/id/char/209A0> a lvont:Character ;
    lvont:represents "𠦠"^^xsd:string .

<http://lexvo.org/id/char/209A1> a lvont:Character ;
    lvont:represents "𠦡"^^xsd:string .

<http://lexvo.org/id/char/209A2> a lvont:Character ;
    lvont:represents "𠦢"^^xsd:string .

<http://lexvo.org/id/char/209A3> a lvont:Character ;
    lvont:represents "𠦣"^^xsd:string .

<http://lexvo.org/id/char/209A4> a lvont:Character ;
    lvont:represents "𠦤"^^xsd:string .

<http://lexvo.org/id/char/209A5> a lvont:Character ;
    lvont:represents "𠦥"^^xsd:string .

<http://lexvo.org/id/char/209A6> a lvont:Character ;
    lvont:represents "𠦦"^^xsd:string .

<http://lexvo.org/id/char/209A7> a lvont:Character ;
    lvont:represents "𠦧"^^xsd:string .

<http://lexvo.org/id/char/209A8> a lvont:Character ;
    lvont:represents "𠦨"^^xsd:string .

<http://lexvo.org/id/char/209A9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/m%C6%B0%C6%A1i>,
        "𠦩"^^xsd:string .

<http://lexvo.org/id/char/209AA> a lvont:Character ;
    lvont:represents "𠦪"^^xsd:string .

<http://lexvo.org/id/char/209AB> a lvont:Character ;
    lvont:represents "𠦫"^^xsd:string .

<http://lexvo.org/id/char/209AC> a lvont:Character ;
    lvont:represents "𠦬"^^xsd:string .

<http://lexvo.org/id/char/209AD> a lvont:Character ;
    lvont:represents "𠦭"^^xsd:string .

<http://lexvo.org/id/char/209AE> a lvont:Character ;
    lvont:represents "𠦮"^^xsd:string .

<http://lexvo.org/id/char/209AF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/g%E1%BA%AFn>,
        "𠦯"^^xsd:string .

<http://lexvo.org/id/char/209B> a lvont:Character ;
    lvont:represents "ₛ"^^xsd:string ;
    rdfs:comment "LATIN SUBSCRIPT SMALL LETTER S"@en .

<http://lexvo.org/id/char/209B0> a lvont:Character ;
    lvont:represents "𠦰"^^xsd:string .

<http://lexvo.org/id/char/209B1> a lvont:Character ;
    lvont:represents "𠦱"^^xsd:string .

<http://lexvo.org/id/char/209B2> a lvont:Character ;
    lvont:represents "𠦲"^^xsd:string .

<http://lexvo.org/id/char/209B3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ngh%C3%ACn>,
        "𠦳"^^xsd:string .

<http://lexvo.org/id/char/209B4> a lvont:Character ;
    lvont:represents "𠦴"^^xsd:string .

<http://lexvo.org/id/char/209B5> a lvont:Character ;
    lvont:represents "𠦵"^^xsd:string .

<http://lexvo.org/id/char/209B6> a lvont:Character ;
    lvont:represents "𠦶"^^xsd:string .

<http://lexvo.org/id/char/209B7> a lvont:Character ;
    lvont:represents "𠦷"^^xsd:string .

<http://lexvo.org/id/char/209B8> a lvont:Character ;
    lvont:represents "𠦸"^^xsd:string .

<http://lexvo.org/id/char/209B9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ch%E1%BB%A5c>,
        "𠦹"^^xsd:string .

<http://lexvo.org/id/char/209BA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/r%C6%B0%E1%BB%A1i>,
        "𠦺"^^xsd:string .

<http://lexvo.org/id/char/209BB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/l%C6%B0ng>,
        "𠦻"^^xsd:string .

<http://lexvo.org/id/char/209BC> a lvont:Character ;
    lvont:represents "𠦼"^^xsd:string .

<http://lexvo.org/id/char/209BD> a lvont:Character ;
    lvont:represents "𠦽"^^xsd:string .

<http://lexvo.org/id/char/209BE> a lvont:Character ;
    lvont:represents "𠦾"^^xsd:string .

<http://lexvo.org/id/char/209BF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/x%E1%BB%ABng>,
        "𠦿"^^xsd:string .

<http://lexvo.org/id/char/209C> a lvont:Character ;
    lvont:represents "ₜ"^^xsd:string ;
    rdfs:comment "LATIN SUBSCRIPT SMALL LETTER T"@en .

<http://lexvo.org/id/char/209C0> a lvont:Character ;
    lvont:represents "𠧀"^^xsd:string .

<http://lexvo.org/id/char/209C1> a lvont:Character ;
    lvont:represents "𠧁"^^xsd:string .

<http://lexvo.org/id/char/209C2> a lvont:Character ;
    lvont:represents "𠧂"^^xsd:string .

<http://lexvo.org/id/char/209C3> a lvont:Character ;
    lvont:represents "𠧃"^^xsd:string .

<http://lexvo.org/id/char/209C4> a lvont:Character ;
    lvont:represents "𠧄"^^xsd:string .

<http://lexvo.org/id/char/209C5> a lvont:Character ;
    lvont:represents "𠧅"^^xsd:string .

<http://lexvo.org/id/char/209C6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/tr%E1%BB%8Dn>,
        "𠧆"^^xsd:string .

<http://lexvo.org/id/char/209C7> a lvont:Character ;
    lvont:represents "𠧇"^^xsd:string .

<http://lexvo.org/id/char/209C8> a lvont:Character ;
    lvont:represents "𠧈"^^xsd:string .

<http://lexvo.org/id/char/209C9> a lvont:Character ;
    lvont:represents "𠧉"^^xsd:string .

<http://lexvo.org/id/char/209CA> a lvont:Character ;
    lvont:represents "𠧊"^^xsd:string .

<http://lexvo.org/id/char/209CB> a lvont:Character ;
    lvont:represents "𠧋"^^xsd:string .

<http://lexvo.org/id/char/209CC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/nh%E1%BA%A9y>,
        "𠧌"^^xsd:string .

<http://lexvo.org/id/char/209CD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/nh%C3%BA>,
        "𠧍"^^xsd:string .

<http://lexvo.org/id/char/209CE> a lvont:Character ;
    lvont:represents "𠧎"^^xsd:string .

<http://lexvo.org/id/char/209CF> a lvont:Character ;
    lvont:represents "𠧏"^^xsd:string .

<http://lexvo.org/id/char/209D0> a lvont:Character ;
    lvont:represents "𠧐"^^xsd:string .

<http://lexvo.org/id/char/209D1> a lvont:Character ;
    lvont:represents "𠧑"^^xsd:string .

<http://lexvo.org/id/char/209D2> a lvont:Character ;
    lvont:represents "𠧒"^^xsd:string .

<http://lexvo.org/id/char/209D3> a lvont:Character ;
    lvont:represents "𠧓"^^xsd:string .

<http://lexvo.org/id/char/209D4> a lvont:Character ;
    lvont:represents "𠧔"^^xsd:string .

<http://lexvo.org/id/char/209D5> a lvont:Character ;
    lvont:represents "𠧕"^^xsd:string .

<http://lexvo.org/id/char/209D6> a lvont:Character ;
    lvont:represents "𠧖"^^xsd:string .

<http://lexvo.org/id/char/209D7> a lvont:Character ;
    lvont:represents "𠧗"^^xsd:string .

<http://lexvo.org/id/char/209D8> a lvont:Character ;
    lvont:represents "𠧘"^^xsd:string .

<http://lexvo.org/id/char/209D9> a lvont:Character ;
    lvont:represents "𠧙"^^xsd:string .

<http://lexvo.org/id/char/209DA> a lvont:Character ;
    lvont:represents "𠧚"^^xsd:string .

<http://lexvo.org/id/char/209DB> a lvont:Character ;
    lvont:represents "𠧛"^^xsd:string .

<http://lexvo.org/id/char/209DC> a lvont:Character ;
    lvont:represents "𠧜"^^xsd:string .

<http://lexvo.org/id/char/209DD> a lvont:Character ;
    lvont:represents "𠧝"^^xsd:string .

<http://lexvo.org/id/char/209DE> a lvont:Character ;
    lvont:represents "𠧞"^^xsd:string .

<http://lexvo.org/id/char/209DF> a lvont:Character ;
    lvont:represents "𠧟"^^xsd:string .

<http://lexvo.org/id/char/209E0> a lvont:Character ;
    lvont:represents "𠧠"^^xsd:string .

<http://lexvo.org/id/char/209E1> a lvont:Character ;
    lvont:represents "𠧡"^^xsd:string .

<http://lexvo.org/id/char/209E2> a lvont:Character ;
    lvont:represents "𠧢"^^xsd:string .

<http://lexvo.org/id/char/209E3> a lvont:Character ;
    lvont:represents "𠧣"^^xsd:string .

<http://lexvo.org/id/char/209E4> a lvont:Character ;
    lvont:represents "𠧤"^^xsd:string .

<http://lexvo.org/id/char/209E5> a lvont:Character ;
    lvont:represents "𠧥"^^xsd:string .

<http://lexvo.org/id/char/209E6> a lvont:Character ;
    lvont:represents "𠧦"^^xsd:string .

<http://lexvo.org/id/char/209E7> a lvont:Character ;
    lvont:represents "𠧧"^^xsd:string .

<http://lexvo.org/id/char/209E8> a lvont:Character ;
    lvont:represents "𠧨"^^xsd:string .

<http://lexvo.org/id/char/209E9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%F0%A0%A7%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C7%90>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fui3>,
        <http://lexvo.org/id/term/yue/%F0%A0%A7%A9>,
        "𠧩"^^xsd:string ;
    rdfs:comment "an archaic form of U+6094 悔, to repent"@en .

<http://lexvo.org/id/char/209EA> a lvont:Character ;
    lvont:represents "𠧪"^^xsd:string .

<http://lexvo.org/id/char/209EB> a lvont:Character ;
    lvont:represents "𠧫"^^xsd:string .

<http://lexvo.org/id/char/209EC> a lvont:Character ;
    lvont:represents "𠧬"^^xsd:string .

<http://lexvo.org/id/char/209ED> a lvont:Character ;
    lvont:represents "𠧭"^^xsd:string .

<http://lexvo.org/id/char/209EE> a lvont:Character ;
    lvont:represents "𠧮"^^xsd:string .

<http://lexvo.org/id/char/209EF> a lvont:Character ;
    lvont:represents "𠧯"^^xsd:string .

<http://lexvo.org/id/char/209F0> a lvont:Character ;
    lvont:represents "𠧰"^^xsd:string .

<http://lexvo.org/id/char/209F1> a lvont:Character ;
    lvont:represents "𠧱"^^xsd:string .

<http://lexvo.org/id/char/209F2> a lvont:Character ;
    lvont:represents "𠧲"^^xsd:string .

<http://lexvo.org/id/char/209F3> a lvont:Character ;
    lvont:represents "𠧳"^^xsd:string .

<http://lexvo.org/id/char/209F4> a lvont:Character ;
    lvont:represents "𠧴"^^xsd:string .

<http://lexvo.org/id/char/209F5> a lvont:Character ;
    lvont:represents "𠧵"^^xsd:string .

<http://lexvo.org/id/char/209F6> a lvont:Character ;
    lvont:represents "𠧶"^^xsd:string .

<http://lexvo.org/id/char/209F7> a lvont:Character ;
    lvont:represents "𠧷"^^xsd:string .

<http://lexvo.org/id/char/209F9> a lvont:Character ;
    lvont:represents "𠧹"^^xsd:string .

<http://lexvo.org/id/char/209FA> a lvont:Character ;
    lvont:represents "𠧺"^^xsd:string .

<http://lexvo.org/id/char/209FB> a lvont:Character ;
    lvont:represents "𠧻"^^xsd:string .

<http://lexvo.org/id/char/209FC> a lvont:Character ;
    lvont:represents "𠧼"^^xsd:string .

<http://lexvo.org/id/char/209FD> a lvont:Character ;
    lvont:represents "𠧽"^^xsd:string .

<http://lexvo.org/id/char/209FE> a lvont:Character ;
    lvont:represents "𠧾"^^xsd:string .

<http://lexvo.org/id/char/209FF> a lvont:Character ;
    lvont:represents "𠧿"^^xsd:string .

<http://lexvo.org/id/char/20A0> a lvont:Character ;
    lvont:represents "₠"^^xsd:string ;
    rdfs:comment "EURO-CURRENCY SIGN"@en .

<http://lexvo.org/id/char/20A00> a lvont:Character ;
    lvont:represents "𠨀"^^xsd:string .

<http://lexvo.org/id/char/20A01> a lvont:Character ;
    lvont:represents "𠨁"^^xsd:string .

<http://lexvo.org/id/char/20A02> a lvont:Character ;
    lvont:represents "𠨂"^^xsd:string .

<http://lexvo.org/id/char/20A03> a lvont:Character ;
    lvont:represents "𠨃"^^xsd:string .

<http://lexvo.org/id/char/20A04> a lvont:Character ;
    lvont:represents "𠨄"^^xsd:string .

<http://lexvo.org/id/char/20A05> a lvont:Character ;
    lvont:represents "𠨅"^^xsd:string .

<http://lexvo.org/id/char/20A06> a lvont:Character ;
    lvont:represents "𠨆"^^xsd:string .

<http://lexvo.org/id/char/20A07> a lvont:Character ;
    lvont:represents "𠨇"^^xsd:string .

<http://lexvo.org/id/char/20A08> a lvont:Character ;
    lvont:represents "𠨈"^^xsd:string .

<http://lexvo.org/id/char/20A09> a lvont:Character ;
    lvont:represents "𠨉"^^xsd:string .

<http://lexvo.org/id/char/20A0A> a lvont:Character ;
    lvont:represents "𠨊"^^xsd:string .

<http://lexvo.org/id/char/20A0B> a lvont:Character ;
    lvont:represents "𠨋"^^xsd:string .

<http://lexvo.org/id/char/20A0C> a lvont:Character ;
    lvont:represents "𠨌"^^xsd:string .

<http://lexvo.org/id/char/20A0D> a lvont:Character ;
    lvont:represents "𠨍"^^xsd:string .

<http://lexvo.org/id/char/20A0E> a lvont:Character ;
    lvont:represents "𠨎"^^xsd:string .

<http://lexvo.org/id/char/20A0F> a lvont:Character ;
    lvont:represents "𠨏"^^xsd:string .

<http://lexvo.org/id/char/20A1> a lvont:Character ;
    lvont:represents "₡"^^xsd:string ;
    rdfs:comment "COLON SIGN"@en .

<http://lexvo.org/id/char/20A10> a lvont:Character ;
    lvont:represents "𠨐"^^xsd:string .

<http://lexvo.org/id/char/20A11> a lvont:Character ;
    lvont:represents "𠨑"^^xsd:string .

<http://lexvo.org/id/char/20A12> a lvont:Character ;
    lvont:represents "𠨒"^^xsd:string .

<http://lexvo.org/id/char/20A13> a lvont:Character ;
    lvont:represents "𠨓"^^xsd:string .

<http://lexvo.org/id/char/20A14> a lvont:Character ;
    lvont:represents "𠨔"^^xsd:string .

<http://lexvo.org/id/char/20A15> a lvont:Character ;
    lvont:represents "𠨕"^^xsd:string .

<http://lexvo.org/id/char/20A16> a lvont:Character ;
    lvont:represents "𠨖"^^xsd:string .

<http://lexvo.org/id/char/20A17> a lvont:Character ;
    lvont:represents "𠨗"^^xsd:string .

<http://lexvo.org/id/char/20A18> a lvont:Character ;
    lvont:represents "𠨘"^^xsd:string .

<http://lexvo.org/id/char/20A19> a lvont:Character ;
    lvont:represents "𠨙"^^xsd:string .

<http://lexvo.org/id/char/20A1A> a lvont:Character ;
    lvont:represents "𠨚"^^xsd:string .

<http://lexvo.org/id/char/20A1B> a lvont:Character ;
    lvont:represents "𠨛"^^xsd:string .

<http://lexvo.org/id/char/20A1C> a lvont:Character ;
    lvont:represents "𠨜"^^xsd:string .

<http://lexvo.org/id/char/20A1D> a lvont:Character ;
    lvont:represents "𠨝"^^xsd:string .

<http://lexvo.org/id/char/20A1E> a lvont:Character ;
    lvont:represents "𠨞"^^xsd:string .

<http://lexvo.org/id/char/20A1F> a lvont:Character ;
    lvont:represents "𠨟"^^xsd:string .

<http://lexvo.org/id/char/20A2> a lvont:Character ;
    lvont:represents "₢"^^xsd:string ;
    rdfs:comment "CRUZEIRO SIGN"@en .

<http://lexvo.org/id/char/20A20> a lvont:Character ;
    lvont:represents "𠨠"^^xsd:string .

<http://lexvo.org/id/char/20A21> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/tr%E1%BB%A9ng>,
        "𠨡"^^xsd:string .

<http://lexvo.org/id/char/20A22> a lvont:Character ;
    lvont:represents "𠨢"^^xsd:string .

<http://lexvo.org/id/char/20A23> a lvont:Character ;
    lvont:represents "𠨣"^^xsd:string .

<http://lexvo.org/id/char/20A24> a lvont:Character ;
    lvont:represents "𠨤"^^xsd:string .

<http://lexvo.org/id/char/20A25> a lvont:Character ;
    lvont:represents "𠨥"^^xsd:string .

<http://lexvo.org/id/char/20A26> a lvont:Character ;
    lvont:represents "𠨦"^^xsd:string .

<http://lexvo.org/id/char/20A27> a lvont:Character ;
    lvont:represents "𠨧"^^xsd:string .

<http://lexvo.org/id/char/20A28> a lvont:Character ;
    lvont:represents "𠨨"^^xsd:string .

<http://lexvo.org/id/char/20A29> a lvont:Character ;
    lvont:represents "𠨩"^^xsd:string .

<http://lexvo.org/id/char/20A2A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ngh%C3%A8o>,
        "𠨪"^^xsd:string .

<http://lexvo.org/id/char/20A2B> a lvont:Character ;
    lvont:represents "𠨫"^^xsd:string .

<http://lexvo.org/id/char/20A2C> a lvont:Character ;
    lvont:represents "𠨬"^^xsd:string .

<http://lexvo.org/id/char/20A2D> a lvont:Character ;
    lvont:represents "𠨭"^^xsd:string .

<http://lexvo.org/id/char/20A2E> a lvont:Character ;
    lvont:represents "𠨮"^^xsd:string .

<http://lexvo.org/id/char/20A2F> a lvont:Character ;
    lvont:represents "𠨯"^^xsd:string .

<http://lexvo.org/id/char/20A3> a lvont:Character ;
    lvont:represents "₣"^^xsd:string ;
    rdfs:comment "FRENCH FRANC SIGN"@en .

<http://lexvo.org/id/char/20A30> a lvont:Character ;
    lvont:represents "𠨰"^^xsd:string .

<http://lexvo.org/id/char/20A31> a lvont:Character ;
    lvont:represents "𠨱"^^xsd:string .

<http://lexvo.org/id/char/20A32> a lvont:Character ;
    lvont:represents "𠨲"^^xsd:string .

<http://lexvo.org/id/char/20A33> a lvont:Character ;
    lvont:represents "𠨳"^^xsd:string .

<http://lexvo.org/id/char/20A34> a lvont:Character ;
    lvont:represents "𠨴"^^xsd:string .

<http://lexvo.org/id/char/20A35> a lvont:Character ;
    lvont:represents "𠨵"^^xsd:string .

<http://lexvo.org/id/char/20A36> a lvont:Character ;
    lvont:represents "𠨶"^^xsd:string .

<http://lexvo.org/id/char/20A37> a lvont:Character ;
    lvont:represents "𠨷"^^xsd:string .

<http://lexvo.org/id/char/20A38> a lvont:Character ;
    lvont:represents "𠨸"^^xsd:string .

<http://lexvo.org/id/char/20A39> a lvont:Character ;
    lvont:represents "𠨹"^^xsd:string .

<http://lexvo.org/id/char/20A3A> a lvont:Character ;
    lvont:represents "𠨺"^^xsd:string .

<http://lexvo.org/id/char/20A3B> a lvont:Character ;
    lvont:represents "𠨻"^^xsd:string .

<http://lexvo.org/id/char/20A3C> a lvont:Character ;
    lvont:represents "𠨼"^^xsd:string .

<http://lexvo.org/id/char/20A3D> a lvont:Character ;
    lvont:represents "𠨽"^^xsd:string .

<http://lexvo.org/id/char/20A3E> a lvont:Character ;
    lvont:represents "𠨾"^^xsd:string .

<http://lexvo.org/id/char/20A3F> a lvont:Character ;
    lvont:represents "𠨿"^^xsd:string .

<http://lexvo.org/id/char/20A4> a lvont:Character ;
    lvont:represents "₤"^^xsd:string ;
    rdfs:comment "LIRA SIGN"@en .

<http://lexvo.org/id/char/20A40> a lvont:Character ;
    lvont:represents "𠩀"^^xsd:string .

<http://lexvo.org/id/char/20A41> a lvont:Character ;
    lvont:represents "𠩁"^^xsd:string .

<http://lexvo.org/id/char/20A42> a lvont:Character ;
    lvont:represents "𠩂"^^xsd:string .

<http://lexvo.org/id/char/20A43> a lvont:Character ;
    lvont:represents "𠩃"^^xsd:string .

<http://lexvo.org/id/char/20A44> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/su%C7%92>,
        "𠩄"^^xsd:string .

<http://lexvo.org/id/char/20A45> a lvont:Character ;
    lvont:represents "𠩅"^^xsd:string .

<http://lexvo.org/id/char/20A46> a lvont:Character ;
    lvont:represents "𠩆"^^xsd:string .

<http://lexvo.org/id/char/20A47> a lvont:Character ;
    lvont:represents "𠩇"^^xsd:string .

<http://lexvo.org/id/char/20A48> a lvont:Character ;
    lvont:represents "𠩈"^^xsd:string .

<http://lexvo.org/id/char/20A49> a lvont:Character ;
    lvont:represents "𠩉"^^xsd:string .

<http://lexvo.org/id/char/20A4A> a lvont:Character ;
    lvont:represents "𠩊"^^xsd:string .

<http://lexvo.org/id/char/20A4B> a lvont:Character ;
    lvont:represents "𠩋"^^xsd:string .

<http://lexvo.org/id/char/20A4C> a lvont:Character ;
    lvont:represents "𠩌"^^xsd:string .

<http://lexvo.org/id/char/20A4D> a lvont:Character ;
    lvont:represents "𠩍"^^xsd:string .

<http://lexvo.org/id/char/20A4E> a lvont:Character ;
    lvont:represents "𠩎"^^xsd:string .

<http://lexvo.org/id/char/20A4F> a lvont:Character ;
    lvont:represents "𠩏"^^xsd:string .

<http://lexvo.org/id/char/20A5> a lvont:Character ;
    lvont:represents "₥"^^xsd:string ;
    rdfs:comment "MILL SIGN"@en .

<http://lexvo.org/id/char/20A50> a lvont:Character ;
    lvont:represents "𠩐"^^xsd:string .

<http://lexvo.org/id/char/20A51> a lvont:Character ;
    lvont:represents "𠩑"^^xsd:string .

<http://lexvo.org/id/char/20A52> a lvont:Character ;
    lvont:represents "𠩒"^^xsd:string .

<http://lexvo.org/id/char/20A53> a lvont:Character ;
    lvont:represents "𠩓"^^xsd:string .

<http://lexvo.org/id/char/20A54> a lvont:Character ;
    lvont:represents "𠩔"^^xsd:string .

<http://lexvo.org/id/char/20A55> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/m%C3%A9>,
        "𠩕"^^xsd:string .

<http://lexvo.org/id/char/20A56> a lvont:Character ;
    lvont:represents "𠩖"^^xsd:string .

<http://lexvo.org/id/char/20A57> a lvont:Character ;
    lvont:represents "𠩗"^^xsd:string .

<http://lexvo.org/id/char/20A58> a lvont:Character ;
    lvont:represents "𠩘"^^xsd:string .

<http://lexvo.org/id/char/20A59> a lvont:Character ;
    lvont:represents "𠩙"^^xsd:string .

<http://lexvo.org/id/char/20A5A> a lvont:Character ;
    lvont:represents "𠩚"^^xsd:string .

<http://lexvo.org/id/char/20A5B> a lvont:Character ;
    lvont:represents "𠩛"^^xsd:string .

<http://lexvo.org/id/char/20A5C> a lvont:Character ;
    lvont:represents "𠩜"^^xsd:string .

<http://lexvo.org/id/char/20A5D> a lvont:Character ;
    lvont:represents "𠩝"^^xsd:string .

<http://lexvo.org/id/char/20A5E> a lvont:Character ;
    lvont:represents "𠩞"^^xsd:string .

<http://lexvo.org/id/char/20A5F> a lvont:Character ;
    lvont:represents "𠩟"^^xsd:string .

<http://lexvo.org/id/char/20A6> a lvont:Character ;
    lvont:represents "₦"^^xsd:string ;
    rdfs:comment "NAIRA SIGN"@en .

<http://lexvo.org/id/char/20A60> a lvont:Character ;
    lvont:represents "𠩠"^^xsd:string .

<http://lexvo.org/id/char/20A61> a lvont:Character ;
    lvont:represents "𠩡"^^xsd:string .

<http://lexvo.org/id/char/20A62> a lvont:Character ;
    lvont:represents "𠩢"^^xsd:string .

<http://lexvo.org/id/char/20A63> a lvont:Character ;
    lvont:represents "𠩣"^^xsd:string .

<http://lexvo.org/id/char/20A64> a lvont:Character ;
    lvont:represents "𠩤"^^xsd:string .

<http://lexvo.org/id/char/20A65> a lvont:Character ;
    lvont:represents "𠩥"^^xsd:string .

<http://lexvo.org/id/char/20A66> a lvont:Character ;
    lvont:represents "𠩦"^^xsd:string .

<http://lexvo.org/id/char/20A67> a lvont:Character ;
    lvont:represents "𠩧"^^xsd:string .

<http://lexvo.org/id/char/20A68> a lvont:Character ;
    lvont:represents "𠩨"^^xsd:string .

<http://lexvo.org/id/char/20A69> a lvont:Character ;
    lvont:represents "𠩩"^^xsd:string .

<http://lexvo.org/id/char/20A6A> a lvont:Character ;
    lvont:represents "𠩪"^^xsd:string .

<http://lexvo.org/id/char/20A6B> a lvont:Character ;
    lvont:represents "𠩫"^^xsd:string .

<http://lexvo.org/id/char/20A6C> a lvont:Character ;
    lvont:represents "𠩬"^^xsd:string .

<http://lexvo.org/id/char/20A6D> a lvont:Character ;
    lvont:represents "𠩭"^^xsd:string .

<http://lexvo.org/id/char/20A6E> a lvont:Character ;
    lvont:represents "𠩮"^^xsd:string .

<http://lexvo.org/id/char/20A6F> a lvont:Character ;
    lvont:represents "𠩯"^^xsd:string .

<http://lexvo.org/id/char/20A7> a lvont:Character ;
    lvont:represents "₧"^^xsd:string ;
    rdfs:comment "PESETA SIGN"@en .

<http://lexvo.org/id/char/20A70> a lvont:Character ;
    lvont:represents "𠩰"^^xsd:string .

<http://lexvo.org/id/char/20A71> a lvont:Character ;
    lvont:represents "𠩱"^^xsd:string .

<http://lexvo.org/id/char/20A72> a lvont:Character ;
    lvont:represents "𠩲"^^xsd:string .

<http://lexvo.org/id/char/20A73> a lvont:Character ;
    lvont:represents "𠩳"^^xsd:string .

<http://lexvo.org/id/char/20A74> a lvont:Character ;
    lvont:represents "𠩴"^^xsd:string .

<http://lexvo.org/id/char/20A75> a lvont:Character ;
    lvont:represents "𠩵"^^xsd:string .

<http://lexvo.org/id/char/20A76> a lvont:Character ;
    lvont:represents "𠩶"^^xsd:string .

<http://lexvo.org/id/char/20A77> a lvont:Character ;
    lvont:represents "𠩷"^^xsd:string .

<http://lexvo.org/id/char/20A78> a lvont:Character ;
    lvont:represents "𠩸"^^xsd:string .

<http://lexvo.org/id/char/20A79> a lvont:Character ;
    lvont:represents "𠩹"^^xsd:string .

<http://lexvo.org/id/char/20A7A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%F0%A0%A9%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%AD>,
        "𠩺"^^xsd:string ;
    rdfs:comment "to split, rive, crack"@en .

<http://lexvo.org/id/char/20A7B> a lvont:Character ;
    lvont:represents "𠩻"^^xsd:string .

<http://lexvo.org/id/char/20A7C> a lvont:Character ;
    lvont:represents "𠩼"^^xsd:string .

<http://lexvo.org/id/char/20A7D> a lvont:Character ;
    lvont:represents "𠩽"^^xsd:string .

<http://lexvo.org/id/char/20A7E> a lvont:Character ;
    lvont:represents "𠩾"^^xsd:string .

<http://lexvo.org/id/char/20A7F> a lvont:Character ;
    lvont:represents "𠩿"^^xsd:string .

<http://lexvo.org/id/char/20A8> a lvont:Character ;
    lvont:represents "₨"^^xsd:string ;
    rdfs:comment "RUPEE SIGN"@en .

<http://lexvo.org/id/char/20A80> a lvont:Character ;
    lvont:represents "𠪀"^^xsd:string .

<http://lexvo.org/id/char/20A81> a lvont:Character ;
    lvont:represents "𠪁"^^xsd:string .

<http://lexvo.org/id/char/20A82> a lvont:Character ;
    lvont:represents "𠪂"^^xsd:string .

<http://lexvo.org/id/char/20A83> a lvont:Character ;
    lvont:represents "𠪃"^^xsd:string .

<http://lexvo.org/id/char/20A84> a lvont:Character ;
    lvont:represents "𠪄"^^xsd:string .

<http://lexvo.org/id/char/20A85> a lvont:Character ;
    lvont:represents "𠪅"^^xsd:string .

<http://lexvo.org/id/char/20A86> a lvont:Character ;
    lvont:represents "𠪆"^^xsd:string .

<http://lexvo.org/id/char/20A87> a lvont:Character ;
    lvont:represents "𠪇"^^xsd:string .

<http://lexvo.org/id/char/20A88> a lvont:Character ;
    lvont:represents "𠪈"^^xsd:string .

<http://lexvo.org/id/char/20A89> a lvont:Character ;
    lvont:represents "𠪉"^^xsd:string .

<http://lexvo.org/id/char/20A8A> a lvont:Character ;
    lvont:represents "𠪊"^^xsd:string .

<http://lexvo.org/id/char/20A8B> a lvont:Character ;
    lvont:represents "𠪋"^^xsd:string .

<http://lexvo.org/id/char/20A8C> a lvont:Character ;
    lvont:represents "𠪌"^^xsd:string .

<http://lexvo.org/id/char/20A8D> a lvont:Character ;
    lvont:represents "𠪍"^^xsd:string .

<http://lexvo.org/id/char/20A8E> a lvont:Character ;
    lvont:represents "𠪎"^^xsd:string .

<http://lexvo.org/id/char/20A8F> a lvont:Character ;
    lvont:represents "𠪏"^^xsd:string .

<http://lexvo.org/id/char/20A9> a lvont:Character ;
    lvont:represents "₩"^^xsd:string ;
    rdfs:comment "WON SIGN"@en .

<http://lexvo.org/id/char/20A90> a lvont:Character ;
    lvont:represents "𠪐"^^xsd:string .

<http://lexvo.org/id/char/20A91> a lvont:Character ;
    lvont:represents "𠪑"^^xsd:string .

<http://lexvo.org/id/char/20A92> a lvont:Character ;
    lvont:represents "𠪒"^^xsd:string .

<http://lexvo.org/id/char/20A93> a lvont:Character ;
    lvont:represents "𠪓"^^xsd:string .

<http://lexvo.org/id/char/20A94> a lvont:Character ;
    lvont:represents "𠪔"^^xsd:string .

<http://lexvo.org/id/char/20A95> a lvont:Character ;
    lvont:represents "𠪕"^^xsd:string .

<http://lexvo.org/id/char/20A96> a lvont:Character ;
    lvont:represents "𠪖"^^xsd:string .

<http://lexvo.org/id/char/20A97> a lvont:Character ;
    lvont:represents "𠪗"^^xsd:string .

<http://lexvo.org/id/char/20A98> a lvont:Character ;
    lvont:represents "𠪘"^^xsd:string .

<http://lexvo.org/id/char/20A99> a lvont:Character ;
    lvont:represents "𠪙"^^xsd:string .

<http://lexvo.org/id/char/20A9A> a lvont:Character ;
    lvont:represents "𠪚"^^xsd:string .

<http://lexvo.org/id/char/20A9B> a lvont:Character ;
    lvont:represents "𠪛"^^xsd:string .

<http://lexvo.org/id/char/20A9C> a lvont:Character ;
    lvont:represents "𠪜"^^xsd:string .

<http://lexvo.org/id/char/20A9D> a lvont:Character ;
    lvont:represents "𠪝"^^xsd:string .

<http://lexvo.org/id/char/20A9E> a lvont:Character ;
    lvont:represents "𠪞"^^xsd:string .

<http://lexvo.org/id/char/20A9F> a lvont:Character ;
    lvont:represents "𠪟"^^xsd:string .

<http://lexvo.org/id/char/20AA> a lvont:Character ;
    lvont:represents "₪"^^xsd:string ;
    rdfs:comment "NEW SHEQEL SIGN"@en .

<http://lexvo.org/id/char/20AA0> a lvont:Character ;
    lvont:represents "𠪠"^^xsd:string .

<http://lexvo.org/id/char/20AA1> a lvont:Character ;
    lvont:represents "𠪡"^^xsd:string .

<http://lexvo.org/id/char/20AA2> a lvont:Character ;
    lvont:represents "𠪢"^^xsd:string .

<http://lexvo.org/id/char/20AA3> a lvont:Character ;
    lvont:represents "𠪣"^^xsd:string .

<http://lexvo.org/id/char/20AA4> a lvont:Character ;
    lvont:represents "𠪤"^^xsd:string .

<http://lexvo.org/id/char/20AA5> a lvont:Character ;
    lvont:represents "𠪥"^^xsd:string .

<http://lexvo.org/id/char/20AA6> a lvont:Character ;
    lvont:represents "𠪦"^^xsd:string .

<http://lexvo.org/id/char/20AA7> a lvont:Character ;
    lvont:represents "𠪧"^^xsd:string .

<http://lexvo.org/id/char/20AA8> a lvont:Character ;
    lvont:represents "𠪨"^^xsd:string .

<http://lexvo.org/id/char/20AA9> a lvont:Character ;
    lvont:represents "𠪩"^^xsd:string .

<http://lexvo.org/id/char/20AAA> a lvont:Character ;
    lvont:represents "𠪪"^^xsd:string .

<http://lexvo.org/id/char/20AAB> a lvont:Character ;
    lvont:represents "𠪫"^^xsd:string .

<http://lexvo.org/id/char/20AAC> a lvont:Character ;
    lvont:represents "𠪬"^^xsd:string .

<http://lexvo.org/id/char/20AAD> a lvont:Character ;
    lvont:represents "𠪭"^^xsd:string .

<http://lexvo.org/id/char/20AAE> a lvont:Character ;
    lvont:represents "𠪮"^^xsd:string .

<http://lexvo.org/id/char/20AAF> a lvont:Character ;
    lvont:represents "𠪯"^^xsd:string .

<http://lexvo.org/id/char/20AB> a lvont:Character ;
    lvont:represents "₫"^^xsd:string ;
    rdfs:comment "DONG SIGN"@en .

<http://lexvo.org/id/char/20AB0> a lvont:Character ;
    lvont:represents "𠪰"^^xsd:string .

<http://lexvo.org/id/char/20AB1> a lvont:Character ;
    lvont:represents "𠪱"^^xsd:string .

<http://lexvo.org/id/char/20AB2> a lvont:Character ;
    lvont:represents "𠪲"^^xsd:string .

<http://lexvo.org/id/char/20AB3> a lvont:Character ;
    lvont:represents "𠪳"^^xsd:string .

<http://lexvo.org/id/char/20AB4> a lvont:Character ;
    lvont:represents "𠪴"^^xsd:string .

<http://lexvo.org/id/char/20AB5> a lvont:Character ;
    lvont:represents "𠪵"^^xsd:string .

<http://lexvo.org/id/char/20AB6> a lvont:Character ;
    lvont:represents "𠪶"^^xsd:string .

<http://lexvo.org/id/char/20AB7> a lvont:Character ;
    lvont:represents "𠪷"^^xsd:string .

<http://lexvo.org/id/char/20AB8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/r%E1%BA%A1p>,
        "𠪸"^^xsd:string .

<http://lexvo.org/id/char/20AB9> a lvont:Character ;
    lvont:represents "𠪹"^^xsd:string .

<http://lexvo.org/id/char/20ABA> a lvont:Character ;
    lvont:represents "𠪺"^^xsd:string .

<http://lexvo.org/id/char/20ABB> a lvont:Character ;
    lvont:represents "𠪻"^^xsd:string .

<http://lexvo.org/id/char/20ABC> a lvont:Character ;
    lvont:represents "𠪼"^^xsd:string .

<http://lexvo.org/id/char/20ABD> a lvont:Character ;
    lvont:represents "𠪽"^^xsd:string .

<http://lexvo.org/id/char/20ABE> a lvont:Character ;
    lvont:represents "𠪾"^^xsd:string .

<http://lexvo.org/id/char/20ABF> a lvont:Character ;
    lvont:represents "𠪿"^^xsd:string .

<http://lexvo.org/id/char/20AC> a lvont:Character ;
    lvont:represents "€"^^xsd:string ;
    rdfs:comment "EURO SIGN"@en .

<http://lexvo.org/id/char/20AC0> a lvont:Character ;
    lvont:represents "𠫀"^^xsd:string .

<http://lexvo.org/id/char/20AC1> a lvont:Character ;
    lvont:represents "𠫁"^^xsd:string .

<http://lexvo.org/id/char/20AC2> a lvont:Character ;
    lvont:represents "𠫂"^^xsd:string .

<http://lexvo.org/id/char/20AC3> a lvont:Character ;
    lvont:represents "𠫃"^^xsd:string .

<http://lexvo.org/id/char/20AC4> a lvont:Character ;
    lvont:represents "𠫄"^^xsd:string .

<http://lexvo.org/id/char/20AC5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/d%C3%A0y>,
        "𠫅"^^xsd:string .

<http://lexvo.org/id/char/20AC6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/d%E1%BA%A7y>,
        "𠫆"^^xsd:string .

<http://lexvo.org/id/char/20AC7> a lvont:Character ;
    lvont:represents "𠫇"^^xsd:string .

<http://lexvo.org/id/char/20AC8> a lvont:Character ;
    lvont:represents "𠫈"^^xsd:string .

<http://lexvo.org/id/char/20AC9> a lvont:Character ;
    lvont:represents "𠫉"^^xsd:string .

<http://lexvo.org/id/char/20ACA> a lvont:Character ;
    lvont:represents "𠫊"^^xsd:string .

<http://lexvo.org/id/char/20ACB> a lvont:Character ;
    lvont:represents "𠫋"^^xsd:string .

<http://lexvo.org/id/char/20ACC> a lvont:Character ;
    lvont:represents "𠫌"^^xsd:string .

<http://lexvo.org/id/char/20ACD> a lvont:Character ;
    lvont:represents "𠫍"^^xsd:string .

<http://lexvo.org/id/char/20ACE> a lvont:Character ;
    lvont:represents "𠫎"^^xsd:string .

<http://lexvo.org/id/char/20ACF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/r%E1%BB%99t>,
        "𠫏"^^xsd:string .

<http://lexvo.org/id/char/20AD> a lvont:Character ;
    lvont:represents "₭"^^xsd:string ;
    rdfs:comment "KIP SIGN"@en .

<http://lexvo.org/id/char/20AD0> a lvont:Character ;
    lvont:represents "𠫐"^^xsd:string .

<http://lexvo.org/id/char/20AD1> a lvont:Character ;
    lvont:represents "𠫑"^^xsd:string .

<http://lexvo.org/id/char/20AD2> a lvont:Character ;
    lvont:represents "𠫒"^^xsd:string .

<http://lexvo.org/id/char/20AD3> a lvont:Character ;
    lvont:represents "𠫓"^^xsd:string .

<http://lexvo.org/id/char/20AD4> a lvont:Character ;
    lvont:represents "𠫔"^^xsd:string .

<http://lexvo.org/id/char/20AD5> a lvont:Character ;
    lvont:represents "𠫕"^^xsd:string .

<http://lexvo.org/id/char/20AD6> a lvont:Character ;
    lvont:represents "𠫖"^^xsd:string .

<http://lexvo.org/id/char/20AD7> a lvont:Character ;
    lvont:represents "𠫗"^^xsd:string .

<http://lexvo.org/id/char/20AD8> a lvont:Character ;
    lvont:represents "𠫘"^^xsd:string .

<http://lexvo.org/id/char/20AD9> a lvont:Character ;
    lvont:represents "𠫙"^^xsd:string .

<http://lexvo.org/id/char/20ADA> a lvont:Character ;
    lvont:represents "𠫚"^^xsd:string .

<http://lexvo.org/id/char/20ADB> a lvont:Character ;
    lvont:represents "𠫛"^^xsd:string .

<http://lexvo.org/id/char/20ADC> a lvont:Character ;
    lvont:represents "𠫜"^^xsd:string .

<http://lexvo.org/id/char/20ADD> a lvont:Character ;
    lvont:represents "𠫝"^^xsd:string .

<http://lexvo.org/id/char/20ADE> a lvont:Character ;
    lvont:represents "𠫞"^^xsd:string .

<http://lexvo.org/id/char/20ADF> a lvont:Character ;
    lvont:represents "𠫟"^^xsd:string .

<http://lexvo.org/id/char/20AE> a lvont:Character ;
    lvont:represents "₮"^^xsd:string ;
    rdfs:comment "TUGRIK SIGN"@en .

<http://lexvo.org/id/char/20AE0> a lvont:Character ;
    lvont:represents "𠫠"^^xsd:string .

<http://lexvo.org/id/char/20AE1> a lvont:Character ;
    lvont:represents "𠫡"^^xsd:string .

<http://lexvo.org/id/char/20AE2> a lvont:Character ;
    lvont:represents "𠫢"^^xsd:string .

<http://lexvo.org/id/char/20AE3> a lvont:Character ;
    lvont:represents "𠫣"^^xsd:string .

<http://lexvo.org/id/char/20AE4> a lvont:Character ;
    lvont:represents "𠫤"^^xsd:string .

<http://lexvo.org/id/char/20AE5> a lvont:Character ;
    lvont:represents "𠫥"^^xsd:string .

<http://lexvo.org/id/char/20AE6> a lvont:Character ;
    lvont:represents "𠫦"^^xsd:string .

<http://lexvo.org/id/char/20AE7> a lvont:Character ;
    lvont:represents "𠫧"^^xsd:string .

<http://lexvo.org/id/char/20AE8> a lvont:Character ;
    lvont:represents "𠫨"^^xsd:string .

<http://lexvo.org/id/char/20AE9> a lvont:Character ;
    lvont:represents "𠫩"^^xsd:string .

<http://lexvo.org/id/char/20AEA> a lvont:Character ;
    lvont:label "6" ;
    lvont:represents "𠫪"^^xsd:string .

<http://lexvo.org/id/char/20AEB> a lvont:Character ;
    lvont:represents "𠫫"^^xsd:string .

<http://lexvo.org/id/char/20AEC> a lvont:Character ;
    lvont:represents "𠫬"^^xsd:string .

<http://lexvo.org/id/char/20AED> a lvont:Character ;
    lvont:represents "𠫭"^^xsd:string .

<http://lexvo.org/id/char/20AEE> a lvont:Character ;
    lvont:represents "𠫮"^^xsd:string .

<http://lexvo.org/id/char/20AEF> a lvont:Character ;
    lvont:represents "𠫯"^^xsd:string .

<http://lexvo.org/id/char/20AF> a lvont:Character ;
    lvont:represents "₯"^^xsd:string ;
    rdfs:comment "DRACHMA SIGN"@en .

<http://lexvo.org/id/char/20AF0> a lvont:Character ;
    lvont:represents "𠫰"^^xsd:string .

<http://lexvo.org/id/char/20AF1> a lvont:Character ;
    lvont:represents "𠫱"^^xsd:string .

<http://lexvo.org/id/char/20AF2> a lvont:Character ;
    lvont:represents "𠫲"^^xsd:string .

<http://lexvo.org/id/char/20AF3> a lvont:Character ;
    lvont:represents "𠫳"^^xsd:string .

<http://lexvo.org/id/char/20AF4> a lvont:Character ;
    lvont:represents "𠫴"^^xsd:string .

<http://lexvo.org/id/char/20AF5> a lvont:Character ;
    lvont:represents "𠫵"^^xsd:string .

<http://lexvo.org/id/char/20AF6> a lvont:Character ;
    lvont:represents "𠫶"^^xsd:string .

<http://lexvo.org/id/char/20AF7> a lvont:Character ;
    lvont:represents "𠫷"^^xsd:string .

<http://lexvo.org/id/char/20AF8> a lvont:Character ;
    lvont:represents "𠫸"^^xsd:string .

<http://lexvo.org/id/char/20AF9> a lvont:Character ;
    lvont:represents "𠫹"^^xsd:string .

<http://lexvo.org/id/char/20AFA> a lvont:Character ;
    lvont:represents "𠫺"^^xsd:string .

<http://lexvo.org/id/char/20AFB> a lvont:Character ;
    lvont:represents "𠫻"^^xsd:string .

<http://lexvo.org/id/char/20AFC> a lvont:Character ;
    lvont:represents "𠫼"^^xsd:string .

<http://lexvo.org/id/char/20AFD> a lvont:Character ;
    lvont:label "3" ;
    lvont:represents "𠫽"^^xsd:string .

<http://lexvo.org/id/char/20AFE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/%C4%91i>,
        "𠫾"^^xsd:string .

<http://lexvo.org/id/char/20AFF> a lvont:Character ;
    lvont:represents "𠫿"^^xsd:string .

<http://lexvo.org/id/char/20B0> a lvont:Character ;
    lvont:represents "₰"^^xsd:string ;
    rdfs:comment "GERMAN PENNY SIGN"@en .

<http://lexvo.org/id/char/20B00> a lvont:Character ;
    lvont:represents "𠬀"^^xsd:string .

<http://lexvo.org/id/char/20B01> a lvont:Character ;
    lvont:represents "𠬁"^^xsd:string .

<http://lexvo.org/id/char/20B02> a lvont:Character ;
    lvont:represents "𠬂"^^xsd:string .

<http://lexvo.org/id/char/20B03> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/b%E1%BB%8F>,
        "𠬃"^^xsd:string .

<http://lexvo.org/id/char/20B04> a lvont:Character ;
    lvont:represents "𠬄"^^xsd:string .

<http://lexvo.org/id/char/20B05> a lvont:Character ;
    lvont:represents "𠬅"^^xsd:string .

<http://lexvo.org/id/char/20B06> a lvont:Character ;
    lvont:represents "𠬆"^^xsd:string .

<http://lexvo.org/id/char/20B07> a lvont:Character ;
    lvont:represents "𠬇"^^xsd:string .

<http://lexvo.org/id/char/20B08> a lvont:Character ;
    lvont:represents "𠬈"^^xsd:string .

<http://lexvo.org/id/char/20B09> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/tr%C3%A1nh>,
        "𠬉"^^xsd:string .

<http://lexvo.org/id/char/20B0A> a lvont:Character ;
    lvont:represents "𠬊"^^xsd:string .

<http://lexvo.org/id/char/20B0B> a lvont:Character ;
    lvont:represents "𠬋"^^xsd:string .

<http://lexvo.org/id/char/20B0C> a lvont:Character ;
    lvont:represents "𠬌"^^xsd:string .

<http://lexvo.org/id/char/20B0D> a lvont:Character ;
    lvont:represents "𠬍"^^xsd:string .

<http://lexvo.org/id/char/20B0E> a lvont:Character ;
    lvont:represents "𠬎"^^xsd:string .

<http://lexvo.org/id/char/20B0F> a lvont:Character ;
    lvont:represents "𠬏"^^xsd:string .

<http://lexvo.org/id/char/20B1> a lvont:Character ;
    lvont:represents "₱"^^xsd:string ;
    rdfs:comment "PESO SIGN"@en .

<http://lexvo.org/id/char/20B10> a lvont:Character ;
    lvont:represents "𠬐"^^xsd:string .

<http://lexvo.org/id/char/20B11> a lvont:Character ;
    lvont:represents "𠬑"^^xsd:string .

<http://lexvo.org/id/char/20B12> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/c%C3%BAt>,
        "𠬒"^^xsd:string .

<http://lexvo.org/id/char/20B13> a lvont:Character ;
    lvont:represents "𠬓"^^xsd:string .

<http://lexvo.org/id/char/20B14> a lvont:Character ;
    lvont:represents "𠬔"^^xsd:string .

<http://lexvo.org/id/char/20B15> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/b%E1%BB%8F>,
        "𠬕"^^xsd:string .

<http://lexvo.org/id/char/20B16> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/b%E1%BB%8F>,
        "𠬖"^^xsd:string .

<http://lexvo.org/id/char/20B17> a lvont:Character ;
    lvont:represents "𠬗"^^xsd:string .

<http://lexvo.org/id/char/20B18> a lvont:Character ;
    lvont:represents "𠬘"^^xsd:string .

<http://lexvo.org/id/char/20B19> a lvont:Character ;
    lvont:label "3" ;
    lvont:represents "𠬙"^^xsd:string .

<http://lexvo.org/id/char/20B1A> a lvont:Character ;
    lvont:represents "𠬚"^^xsd:string .

<http://lexvo.org/id/char/20B1B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%F0%A0%AC%9B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%B2>,
        "𠬛"^^xsd:string ;
    rdfs:comment "to dive under water"@en .

<http://lexvo.org/id/char/20B1C> a lvont:Character ;
    lvont:represents "𠬜"^^xsd:string .

<http://lexvo.org/id/char/20B1D> a lvont:Character ;
    lvont:represents "𠬝"^^xsd:string .

<http://lexvo.org/id/char/20B1E> a lvont:Character ;
    lvont:represents "𠬞"^^xsd:string .

<http://lexvo.org/id/char/20B1F> a lvont:Character ;
    lvont:represents "𠬟"^^xsd:string .

<http://lexvo.org/id/char/20B2> a lvont:Character ;
    lvont:represents "₲"^^xsd:string ;
    rdfs:comment "GUARANI SIGN"@en .

<http://lexvo.org/id/char/20B20> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/m%E1%BB%99t>,
        "𠬠"^^xsd:string .

<http://lexvo.org/id/char/20B21> a lvont:Character ;
    lvont:represents "𠬡"^^xsd:string .

<http://lexvo.org/id/char/20B22> a lvont:Character ;
    lvont:represents "𠬢"^^xsd:string .

<http://lexvo.org/id/char/20B23> a lvont:Character ;
    lvont:represents "𠬣"^^xsd:string .

<http://lexvo.org/id/char/20B24> a lvont:Character ;
    lvont:represents "𠬤"^^xsd:string .

<http://lexvo.org/id/char/20B25> a lvont:Character ;
    lvont:represents "𠬥"^^xsd:string .

<http://lexvo.org/id/char/20B26> a lvont:Character ;
    lvont:represents "𠬦"^^xsd:string .

<http://lexvo.org/id/char/20B27> a lvont:Character ;
    lvont:represents "𠬧"^^xsd:string .

<http://lexvo.org/id/char/20B28> a lvont:Character ;
    lvont:represents "𠬨"^^xsd:string .

<http://lexvo.org/id/char/20B29> a lvont:Character ;
    lvont:represents "𠬩"^^xsd:string .

<http://lexvo.org/id/char/20B2A> a lvont:Character ;
    lvont:represents "𠬪"^^xsd:string .

<http://lexvo.org/id/char/20B2B> a lvont:Character ;
    lvont:represents "𠬫"^^xsd:string .

<http://lexvo.org/id/char/20B2C> a lvont:Character ;
    lvont:represents "𠬬"^^xsd:string .

<http://lexvo.org/id/char/20B2D> a lvont:Character ;
    lvont:represents "𠬭"^^xsd:string .

<http://lexvo.org/id/char/20B2E> a lvont:Character ;
    lvont:represents "𠬮"^^xsd:string .

<http://lexvo.org/id/char/20B2F> a lvont:Character ;
    lvont:represents "𠬯"^^xsd:string .

<http://lexvo.org/id/char/20B3> a lvont:Character ;
    lvont:represents "₳"^^xsd:string ;
    rdfs:comment "AUSTRAL SIGN"@en .

<http://lexvo.org/id/char/20B30> a lvont:Character ;
    lvont:represents "𠬰"^^xsd:string .

<http://lexvo.org/id/char/20B31> a lvont:Character ;
    lvont:represents "𠬱"^^xsd:string .

<http://lexvo.org/id/char/20B32> a lvont:Character ;
    lvont:represents "𠬲"^^xsd:string .

<http://lexvo.org/id/char/20B33> a lvont:Character ;
    lvont:represents "𠬳"^^xsd:string .

<http://lexvo.org/id/char/20B34> a lvont:Character ;
    lvont:represents "𠬴"^^xsd:string .

<http://lexvo.org/id/char/20B35> a lvont:Character ;
    lvont:represents "𠬵"^^xsd:string .

<http://lexvo.org/id/char/20B36> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%F0%A0%AC%B6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%ACn>,
        "𠬶"^^xsd:string ;
    rdfs:comment "to invade"@en .

<http://lexvo.org/id/char/20B37> a lvont:Character ;
    lvont:represents "𠬷"^^xsd:string .

<http://lexvo.org/id/char/20B38> a lvont:Character ;
    lvont:represents "𠬸"^^xsd:string .

<http://lexvo.org/id/char/20B39> a lvont:Character ;
    lvont:represents "𠬹"^^xsd:string .

<http://lexvo.org/id/char/20B3A> a lvont:Character ;
    lvont:represents "𠬺"^^xsd:string .

<http://lexvo.org/id/char/20B3B> a lvont:Character ;
    lvont:represents "𠬻"^^xsd:string .

<http://lexvo.org/id/char/20B3C> a lvont:Character ;
    lvont:represents "𠬼"^^xsd:string .

<http://lexvo.org/id/char/20B3D> a lvont:Character ;
    lvont:represents "𠬽"^^xsd:string .

<http://lexvo.org/id/char/20B3E> a lvont:Character ;
    lvont:represents "𠬾"^^xsd:string .

<http://lexvo.org/id/char/20B3F> a lvont:Character ;
    lvont:represents "𠬿"^^xsd:string .

<http://lexvo.org/id/char/20B4> a lvont:Character ;
    lvont:represents "₴"^^xsd:string ;
    rdfs:comment "HRYVNIA SIGN"@en .

<http://lexvo.org/id/char/20B40> a lvont:Character ;
    lvont:represents "𠭀"^^xsd:string .

<http://lexvo.org/id/char/20B41> a lvont:Character ;
    lvont:represents "𠭁"^^xsd:string .

<http://lexvo.org/id/char/20B42> a lvont:Character ;
    lvont:represents "𠭂"^^xsd:string .

<http://lexvo.org/id/char/20B43> a lvont:Character ;
    lvont:represents "𠭃"^^xsd:string .

<http://lexvo.org/id/char/20B44> a lvont:Character ;
    lvont:represents "𠭄"^^xsd:string .

<http://lexvo.org/id/char/20B45> a lvont:Character ;
    lvont:represents "𠭅"^^xsd:string .

<http://lexvo.org/id/char/20B46> a lvont:Character ;
    lvont:represents "𠭆"^^xsd:string .

<http://lexvo.org/id/char/20B47> a lvont:Character ;
    lvont:represents "𠭇"^^xsd:string .

<http://lexvo.org/id/char/20B48> a lvont:Character ;
    lvont:represents "𠭈"^^xsd:string .

<http://lexvo.org/id/char/20B49> a lvont:Character ;
    lvont:represents "𠭉"^^xsd:string .

<http://lexvo.org/id/char/20B4A> a lvont:Character ;
    lvont:represents "𠭊"^^xsd:string .

<http://lexvo.org/id/char/20B4B> a lvont:Character ;
    lvont:represents "𠭋"^^xsd:string .

<http://lexvo.org/id/char/20B4C> a lvont:Character ;
    lvont:represents "𠭌"^^xsd:string .

<http://lexvo.org/id/char/20B4D> a lvont:Character ;
    lvont:represents "𠭍"^^xsd:string .

<http://lexvo.org/id/char/20B4E> a lvont:Character ;
    lvont:represents "𠭎"^^xsd:string .

<http://lexvo.org/id/char/20B4F> a lvont:Character ;
    lvont:represents "𠭏"^^xsd:string .

<http://lexvo.org/id/char/20B5> a lvont:Character ;
    lvont:represents "₵"^^xsd:string ;
    rdfs:comment "CEDI SIGN"@en .

<http://lexvo.org/id/char/20B50> a lvont:Character ;
    lvont:represents "𠭐"^^xsd:string .

<http://lexvo.org/id/char/20B51> a lvont:Character ;
    lvont:represents "𠭑"^^xsd:string .

<http://lexvo.org/id/char/20B52> a lvont:Character ;
    lvont:represents "𠭒"^^xsd:string .

<http://lexvo.org/id/char/20B53> a lvont:Character ;
    lvont:represents "𠭓"^^xsd:string .

<http://lexvo.org/id/char/20B54> a lvont:Character ;
    lvont:represents "𠭔"^^xsd:string .

<http://lexvo.org/id/char/20B55> a lvont:Character ;
    lvont:represents "𠭕"^^xsd:string .

<http://lexvo.org/id/char/20B56> a lvont:Character ;
    lvont:represents "𠭖"^^xsd:string .

<http://lexvo.org/id/char/20B57> a lvont:Character ;
    lvont:represents "𠭗"^^xsd:string .

<http://lexvo.org/id/char/20B58> a lvont:Character ;
    lvont:represents "𠭘"^^xsd:string .

<http://lexvo.org/id/char/20B59> a lvont:Character ;
    lvont:represents "𠭙"^^xsd:string .

<http://lexvo.org/id/char/20B5A> a lvont:Character ;
    lvont:represents "𠭚"^^xsd:string .

<http://lexvo.org/id/char/20B5B> a lvont:Character ;
    lvont:represents "𠭛"^^xsd:string .

<http://lexvo.org/id/char/20B5C> a lvont:Character ;
    lvont:represents "𠭜"^^xsd:string .

<http://lexvo.org/id/char/20B5D> a lvont:Character ;
    lvont:represents "𠭝"^^xsd:string .

<http://lexvo.org/id/char/20B5E> a lvont:Character ;
    lvont:represents "𠭞"^^xsd:string .

<http://lexvo.org/id/char/20B5F> a lvont:Character ;
    lvont:represents "𠭟"^^xsd:string .

<http://lexvo.org/id/char/20B6> a lvont:Character ;
    lvont:represents "₶"^^xsd:string ;
    rdfs:comment "LIVRE TOURNOIS SIGN"@en .

<http://lexvo.org/id/char/20B60> a lvont:Character ;
    lvont:represents "𠭠"^^xsd:string .

<http://lexvo.org/id/char/20B61> a lvont:Character ;
    lvont:represents "𠭡"^^xsd:string .

<http://lexvo.org/id/char/20B62> a lvont:Character ;
    lvont:represents "𠭢"^^xsd:string .

<http://lexvo.org/id/char/20B63> a lvont:Character ;
    lvont:represents "𠭣"^^xsd:string .

<http://lexvo.org/id/char/20B64> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/tr%E1%BB%9F>,
        "𠭤"^^xsd:string .

<http://lexvo.org/id/char/20B65> a lvont:Character ;
    lvont:represents "𠭥"^^xsd:string .

<http://lexvo.org/id/char/20B66> a lvont:Character ;
    lvont:represents "𠭦"^^xsd:string .

<http://lexvo.org/id/char/20B67> a lvont:Character ;
    lvont:represents "𠭧"^^xsd:string .

<http://lexvo.org/id/char/20B68> a lvont:Character ;
    lvont:represents "𠭨"^^xsd:string .

<http://lexvo.org/id/char/20B69> a lvont:Character ;
    lvont:represents "𠭩"^^xsd:string .

<http://lexvo.org/id/char/20B6A> a lvont:Character ;
    lvont:represents "𠭪"^^xsd:string .

<http://lexvo.org/id/char/20B6B> a lvont:Character ;
    lvont:represents "𠭫"^^xsd:string .

<http://lexvo.org/id/char/20B6C> a lvont:Character ;
    lvont:represents "𠭬"^^xsd:string .

<http://lexvo.org/id/char/20B6D> a lvont:Character ;
    lvont:represents "𠭭"^^xsd:string .

<http://lexvo.org/id/char/20B6E> a lvont:Character ;
    lvont:represents "𠭮"^^xsd:string .

<http://lexvo.org/id/char/20B6F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C4%81>,
        "𠭯"^^xsd:string .

<http://lexvo.org/id/char/20B7> a lvont:Character ;
    lvont:represents "₷"^^xsd:string ;
    rdfs:comment "SPESMILO SIGN"@en .

<http://lexvo.org/id/char/20B70> a lvont:Character ;
    lvont:represents "𠭰"^^xsd:string .

<http://lexvo.org/id/char/20B71> a lvont:Character ;
    lvont:represents "𠭱"^^xsd:string .

<http://lexvo.org/id/char/20B72> a lvont:Character ;
    lvont:represents "𠭲"^^xsd:string .

<http://lexvo.org/id/char/20B73> a lvont:Character ;
    lvont:represents "𠭳"^^xsd:string .

<http://lexvo.org/id/char/20B74> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%F0%A0%AD%B4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zhu%C5%8D>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zyut3%20zyut6>,
        <http://lexvo.org/id/term/yue/%F0%A0%AD%B4>,
        "𠭴"^^xsd:string ;
    rdfs:comment "(same as U+3441 㑁) short; of short stature"@en .

<http://lexvo.org/id/char/20B75> a lvont:Character ;
    lvont:represents "𠭵"^^xsd:string .

<http://lexvo.org/id/char/20B76> a lvont:Character ;
    lvont:represents "𠭶"^^xsd:string .

<http://lexvo.org/id/char/20B77> a lvont:Character ;
    lvont:represents "𠭷"^^xsd:string .

<http://lexvo.org/id/char/20B78> a lvont:Character ;
    lvont:represents "𠭸"^^xsd:string .

<http://lexvo.org/id/char/20B79> a lvont:Character ;
    lvont:represents "𠭹"^^xsd:string .

<http://lexvo.org/id/char/20B7A> a lvont:Character ;
    lvont:represents "𠭺"^^xsd:string .

<http://lexvo.org/id/char/20B7B> a lvont:Character ;
    lvont:represents "𠭻"^^xsd:string .

<http://lexvo.org/id/char/20B7C> a lvont:Character ;
    lvont:represents "𠭼"^^xsd:string .

<http://lexvo.org/id/char/20B7D> a lvont:Character ;
    lvont:represents "𠭽"^^xsd:string .

<http://lexvo.org/id/char/20B7E> a lvont:Character ;
    lvont:represents "𠭾"^^xsd:string .

<http://lexvo.org/id/char/20B7F> a lvont:Character ;
    lvont:represents "𠭿"^^xsd:string .

<http://lexvo.org/id/char/20B8> a lvont:Character ;
    lvont:represents "₸"^^xsd:string ;
    rdfs:comment "TENGE SIGN"@en .

<http://lexvo.org/id/char/20B80> a lvont:Character ;
    lvont:represents "𠮀"^^xsd:string .

<http://lexvo.org/id/char/20B81> a lvont:Character ;
    lvont:represents "𠮁"^^xsd:string .

<http://lexvo.org/id/char/20B82> a lvont:Character ;
    lvont:represents "𠮂"^^xsd:string .

<http://lexvo.org/id/char/20B83> a lvont:Character ;
    lvont:represents "𠮃"^^xsd:string .

<http://lexvo.org/id/char/20B84> a lvont:Character ;
    lvont:represents "𠮄"^^xsd:string .

<http://lexvo.org/id/char/20B85> a lvont:Character ;
    lvont:represents "𠮅"^^xsd:string .

<http://lexvo.org/id/char/20B86> a lvont:Character ;
    lvont:represents "𠮆"^^xsd:string .

<http://lexvo.org/id/char/20B87> a lvont:Character ;
    lvont:represents "𠮇"^^xsd:string .

<http://lexvo.org/id/char/20B88> a lvont:Character ;
    lvont:represents "𠮈"^^xsd:string .

<http://lexvo.org/id/char/20B89> a lvont:Character ;
    lvont:represents "𠮉"^^xsd:string .

<http://lexvo.org/id/char/20B8A> a lvont:Character ;
    lvont:represents "𠮊"^^xsd:string .

<http://lexvo.org/id/char/20B8B> a lvont:Character ;
    lvont:represents "𠮋"^^xsd:string .

<http://lexvo.org/id/char/20B8C> a lvont:Character ;
    lvont:represents "𠮌"^^xsd:string .

<http://lexvo.org/id/char/20B8D> a lvont:Character ;
    lvont:represents "𠮍"^^xsd:string .

<http://lexvo.org/id/char/20B8E> a lvont:Character ;
    lvont:represents "𠮎"^^xsd:string .

<http://lexvo.org/id/char/20B8F> a lvont:Character ;
    lvont:represents "𠮏"^^xsd:string .

<http://lexvo.org/id/char/20B9> a lvont:Character ;
    lvont:represents "₹"^^xsd:string ;
    rdfs:comment "INDIAN RUPEE SIGN"@en .

<http://lexvo.org/id/char/20B90> a lvont:Character ;
    lvont:represents "𠮐"^^xsd:string .

<http://lexvo.org/id/char/20B91> a lvont:Character ;
    lvont:represents "𠮑"^^xsd:string .

<http://lexvo.org/id/char/20B92> a lvont:Character ;
    lvont:represents "𠮒"^^xsd:string .

<http://lexvo.org/id/char/20B93> a lvont:Character ;
    lvont:represents "𠮓"^^xsd:string .

<http://lexvo.org/id/char/20B94> a lvont:Character ;
    lvont:represents "𠮔"^^xsd:string .

<http://lexvo.org/id/char/20B95> a lvont:Character ;
    lvont:represents "𠮕"^^xsd:string .

<http://lexvo.org/id/char/20B96> a lvont:Character ;
    lvont:represents "𠮖"^^xsd:string .

<http://lexvo.org/id/char/20B97> a lvont:Character ;
    lvont:represents "𠮗"^^xsd:string .

<http://lexvo.org/id/char/20B98> a lvont:Character ;
    lvont:represents "𠮘"^^xsd:string .

<http://lexvo.org/id/char/20B99> a lvont:Character ;
    lvont:represents "𠮙"^^xsd:string .

<http://lexvo.org/id/char/20B9A> a lvont:Character ;
    lvont:represents "𠮚"^^xsd:string .

<http://lexvo.org/id/char/20B9B> a lvont:Character ;
    lvont:represents "𠮛"^^xsd:string .

<http://lexvo.org/id/char/20B9C> a lvont:Character ;
    lvont:represents "𠮜"^^xsd:string .

<http://lexvo.org/id/char/20B9D> a lvont:Character ;
    lvont:represents "𠮝"^^xsd:string .

<http://lexvo.org/id/char/20B9E> a lvont:Character ;
    lvont:represents "𠮞"^^xsd:string .

<http://lexvo.org/id/char/20B9F> a lvont:Character ;
    lvont:represents "𠮟"^^xsd:string .

<http://lexvo.org/id/char/20BA> a lvont:Character ;
    lvont:represents "₺"^^xsd:string ;
    rdfs:comment "TURKISH LIRA SIGN"@en .

<http://lexvo.org/id/char/20BA0> a lvont:Character ;
    lvont:represents "𠮠"^^xsd:string .

<http://lexvo.org/id/char/20BA1> a lvont:Character ;
    lvont:represents "𠮡"^^xsd:string .

<http://lexvo.org/id/char/20BA2> a lvont:Character ;
    lvont:represents "𠮢"^^xsd:string .

<http://lexvo.org/id/char/20BA3> a lvont:Character ;
    lvont:represents "𠮣"^^xsd:string .

<http://lexvo.org/id/char/20BA4> a lvont:Character ;
    lvont:represents "𠮤"^^xsd:string .

<http://lexvo.org/id/char/20BA5> a lvont:Character ;
    lvont:represents "𠮥"^^xsd:string .

<http://lexvo.org/id/char/20BA6> a lvont:Character ;
    lvont:represents "𠮦"^^xsd:string .

<http://lexvo.org/id/char/20BA7> a lvont:Character ;
    lvont:represents "𠮧"^^xsd:string .

<http://lexvo.org/id/char/20BA8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/naai3>,
        <http://lexvo.org/id/term/yue/%F0%A0%AE%A8>,
        "𠮨"^^xsd:string ;
    rdfs:comment "(Cant.) to tie, tow; bring along"@en .

<http://lexvo.org/id/char/20BA9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/l%C3%A9o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/aa1%20liu1>,
        <http://lexvo.org/id/term/yue/%F0%A0%AE%A9>,
        "𠮩"^^xsd:string ;
    rdfs:comment "(Cant.) an interjection; rare, specialized"@en .

<http://lexvo.org/id/char/20BAA> a lvont:Character ;
    lvont:represents "𠮪"^^xsd:string .

<http://lexvo.org/id/char/20BAB> a lvont:Character ;
    lvont:represents "𠮫"^^xsd:string .

<http://lexvo.org/id/char/20BAC> a lvont:Character ;
    lvont:represents "𠮬"^^xsd:string .

<http://lexvo.org/id/char/20BAD> a lvont:Character ;
    lvont:represents "𠮭"^^xsd:string .

<http://lexvo.org/id/char/20BAE> a lvont:Character ;
    lvont:represents "𠮮"^^xsd:string .

<http://lexvo.org/id/char/20BAF> a lvont:Character ;
    lvont:represents "𠮯"^^xsd:string .

<http://lexvo.org/id/char/20BB0> a lvont:Character ;
    lvont:represents "𠮰"^^xsd:string .

<http://lexvo.org/id/char/20BB1> a lvont:Character ;
    lvont:represents "𠮱"^^xsd:string .

<http://lexvo.org/id/char/20BB2> a lvont:Character ;
    lvont:represents "𠮲"^^xsd:string .

<http://lexvo.org/id/char/20BB3> a lvont:Character ;
    lvont:represents "𠮳"^^xsd:string .

<http://lexvo.org/id/char/20BB4> a lvont:Character ;
    lvont:represents "𠮴"^^xsd:string .

<http://lexvo.org/id/char/20BB5> a lvont:Character ;
    lvont:represents "𠮵"^^xsd:string .

<http://lexvo.org/id/char/20BB6> a lvont:Character ;
    lvont:represents "𠮶"^^xsd:string .

<http://lexvo.org/id/char/20BB7> a lvont:Character ;
    lvont:represents "𠮷"^^xsd:string .

<http://lexvo.org/id/char/20BB8> a lvont:Character ;
    lvont:represents "𠮸"^^xsd:string .

<http://lexvo.org/id/char/20BB9> a lvont:Character ;
    lvont:represents "𠮹"^^xsd:string .

<http://lexvo.org/id/char/20BBA> a lvont:Character ;
    lvont:represents "𠮺"^^xsd:string .

<http://lexvo.org/id/char/20BBB> a lvont:Character ;
    lvont:represents "𠮻"^^xsd:string .

<http://lexvo.org/id/char/20BBC> a lvont:Character ;
    lvont:represents "𠮼"^^xsd:string .

<http://lexvo.org/id/char/20BBD> a lvont:Character ;
    lvont:represents "𠮽"^^xsd:string .

<http://lexvo.org/id/char/20BBE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C7%B9%200826.031%3A%C7%B9g>,
        <http://lexvo.org/id/term/vie/ng%E1%BB%8Dt>,
        "𠮾"^^xsd:string .

<http://lexvo.org/id/char/20BBF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/x%C3%B4n>,
        "𠮿"^^xsd:string .

<http://lexvo.org/id/char/20BC0> a lvont:Character ;
    lvont:represents "𠯀"^^xsd:string .

<http://lexvo.org/id/char/20BC1> a lvont:Character ;
    lvont:represents "𠯁"^^xsd:string .

<http://lexvo.org/id/char/20BC2> a lvont:Character ;
    lvont:represents "𠯂"^^xsd:string .

<http://lexvo.org/id/char/20BC3> a lvont:Character ;
    lvont:represents "𠯃"^^xsd:string .

<http://lexvo.org/id/char/20BC4> a lvont:Character ;
    lvont:represents "𠯄"^^xsd:string .

<http://lexvo.org/id/char/20BC5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/d%E1%BB%A9c>,
        "𠯅"^^xsd:string .

<http://lexvo.org/id/char/20BC6> a lvont:Character ;
    lvont:represents "𠯆"^^xsd:string .

<http://lexvo.org/id/char/20BC7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/r%E1%BB%89>,
        "𠯇"^^xsd:string .

<http://lexvo.org/id/char/20BC8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/daai6>,
        <http://lexvo.org/id/term/yue/%F0%A0%AF%88>,
        "𠯈"^^xsd:string .

<http://lexvo.org/id/char/20BC9> a lvont:Character ;
    lvont:represents "𠯉"^^xsd:string .

<http://lexvo.org/id/char/20BCA> a lvont:Character ;
    lvont:represents "𠯊"^^xsd:string .

<http://lexvo.org/id/char/20BCB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/h%E1%BB%81>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jai4%20jai5>,
        <http://lexvo.org/id/term/yue/%F0%A0%AF%8B>,
        "𠯋"^^xsd:string ;
    rdfs:comment "(Cant.) naughty, inferior"@en .

<http://lexvo.org/id/char/20BCC> a lvont:Character ;
    lvont:represents "𠯌"^^xsd:string .

<http://lexvo.org/id/char/20BCD> a lvont:Character ;
    lvont:represents "𠯍"^^xsd:string .

<http://lexvo.org/id/char/20BCE> a lvont:Character ;
    lvont:represents "𠯎"^^xsd:string .

<http://lexvo.org/id/char/20BCF> a lvont:Character ;
    lvont:represents "𠯏"^^xsd:string .

<http://lexvo.org/id/char/20BD0> a lvont:Character ;
    lvont:represents "𠯐"^^xsd:string .

<http://lexvo.org/id/char/20BD1> a lvont:Character ;
    lvont:represents "𠯑"^^xsd:string .

<http://lexvo.org/id/char/20BD2> a lvont:Character ;
    lvont:represents "𠯒"^^xsd:string .

<http://lexvo.org/id/char/20BD3> a lvont:Character ;
    lvont:represents "𠯓"^^xsd:string .

<http://lexvo.org/id/char/20BD4> a lvont:Character ;
    lvont:represents "𠯔"^^xsd:string .

<http://lexvo.org/id/char/20BD5> a lvont:Character ;
    lvont:represents "𠯕"^^xsd:string .

<http://lexvo.org/id/char/20BD6> a lvont:Character ;
    lvont:represents "𠯖"^^xsd:string .

<http://lexvo.org/id/char/20BD7> a lvont:Character ;
    lvont:represents "𠯗"^^xsd:string ;
    rdfs:comment "nipple; to suck"@en .

<http://lexvo.org/id/char/20BD8> a lvont:Character ;
    lvont:represents "𠯘"^^xsd:string .

<http://lexvo.org/id/char/20BD9> a lvont:Character ;
    lvont:represents "𠯙"^^xsd:string .

<http://lexvo.org/id/char/20BDA> a lvont:Character ;
    lvont:represents "𠯚"^^xsd:string .

<http://lexvo.org/id/char/20BDB> a lvont:Character ;
    lvont:represents "𠯛"^^xsd:string .

<http://lexvo.org/id/char/20BDC> a lvont:Character ;
    lvont:represents "𠯜"^^xsd:string .

<http://lexvo.org/id/char/20BDD> a lvont:Character ;
    lvont:represents "𠯝"^^xsd:string .

<http://lexvo.org/id/char/20BDE> a lvont:Character ;
    lvont:represents "𠯞"^^xsd:string .

<http://lexvo.org/id/char/20BDF> a lvont:Character ;
    lvont:represents "𠯟"^^xsd:string .

<http://lexvo.org/id/char/20BE0> a lvont:Character ;
    lvont:represents "𠯠"^^xsd:string .

<http://lexvo.org/id/char/20BE1> a lvont:Character ;
    lvont:represents "𠯡"^^xsd:string .

<http://lexvo.org/id/char/20BE2> a lvont:Character ;
    lvont:represents "𠯢"^^xsd:string .

<http://lexvo.org/id/char/20BE3> a lvont:Character ;
    lvont:represents "𠯣"^^xsd:string .

<http://lexvo.org/id/char/20BE4> a lvont:Character ;
    lvont:represents "𠯤"^^xsd:string .

<http://lexvo.org/id/char/20BE5> a lvont:Character ;
    lvont:represents "𠯥"^^xsd:string .

<http://lexvo.org/id/char/20BE6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/th%C3%A9t>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cai3>,
        <http://lexvo.org/id/term/yue/%F0%A0%AF%A6>,
        "𠯦"^^xsd:string ;
    rdfs:comment "(Cant.) to eat, take a meal"@en .

<http://lexvo.org/id/char/20BE7> a lvont:Character ;
    lvont:represents "𠯧"^^xsd:string .

<http://lexvo.org/id/char/20BE8> a lvont:Character ;
    lvont:represents "𠯨"^^xsd:string .

<http://lexvo.org/id/char/20BE9> a lvont:Character ;
    lvont:represents "𠯩"^^xsd:string .

<http://lexvo.org/id/char/20BEA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C4%81i>,
        <http://lexvo.org/id/term/vie/ng%C3%A1t>,
        "𠯪"^^xsd:string .

<http://lexvo.org/id/char/20BEB> a lvont:Character ;
    lvont:represents "𠯫"^^xsd:string .

<http://lexvo.org/id/char/20BEC> a lvont:Character ;
    lvont:represents "𠯬"^^xsd:string .

<http://lexvo.org/id/char/20BED> a lvont:Character ;
    lvont:represents "𠯭"^^xsd:string .

<http://lexvo.org/id/char/20BEE> a lvont:Character ;
    lvont:represents "𠯮"^^xsd:string ;
    rdfs:comment "(J) nonstandard variant of 品 U+54C1, an article, product, commodity"@en .

<http://lexvo.org/id/char/20BEF> a lvont:Character ;
    lvont:represents "𠯯"^^xsd:string .

<http://lexvo.org/id/char/20BF0> a lvont:Character ;
    lvont:represents "𠯰"^^xsd:string .

<http://lexvo.org/id/char/20BF1> a lvont:Character ;
    lvont:represents "𠯱"^^xsd:string .

<http://lexvo.org/id/char/20BF2> a lvont:Character ;
    lvont:represents "𠯲"^^xsd:string .

<http://lexvo.org/id/char/20BF3> a lvont:Character ;
    lvont:represents "𠯳"^^xsd:string .

<http://lexvo.org/id/char/20BF4> a lvont:Character ;
    lvont:represents "𠯴"^^xsd:string .

<http://lexvo.org/id/char/20BF5> a lvont:Character ;
    lvont:represents "𠯵"^^xsd:string .

<http://lexvo.org/id/char/20BF6> a lvont:Character ;
    lvont:represents "𠯶"^^xsd:string .

<http://lexvo.org/id/char/20BF7> a lvont:Character ;
    lvont:represents "𠯷"^^xsd:string .

<http://lexvo.org/id/char/20BF8> a lvont:Character ;
    lvont:represents "𠯸"^^xsd:string .

<http://lexvo.org/id/char/20BF9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/nh%E1%BA%B5ng>,
        "𠯹"^^xsd:string .

<http://lexvo.org/id/char/20BFA> a lvont:Character ;
    lvont:represents "𠯺"^^xsd:string .

<http://lexvo.org/id/char/20BFB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/%C3%A0o>,
        "𠯻"^^xsd:string .

<http://lexvo.org/id/char/20BFC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/d%C3%A0nh>,
        "𠯼"^^xsd:string .

<http://lexvo.org/id/char/20BFD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ch%E1%BB%ADi>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zi1>,
        <http://lexvo.org/id/term/yue/%F0%A0%AF%BD>,
        "𠯽"^^xsd:string ;
    rdfs:comment "(Cant.) a final particle indicating affirmation"@en .

<http://lexvo.org/id/char/20BFE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/t%C6%B0%E1%BB%9Du>,
        "𠯾"^^xsd:string .

<http://lexvo.org/id/char/20BFF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/l%C3%B3c>,
        "𠯿"^^xsd:string .

<http://lexvo.org/id/char/20C00> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/di%E1%BA%BFu>,
        "𠰀"^^xsd:string .

<http://lexvo.org/id/char/20C01> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/g%C3%A1y>,
        "𠰁"^^xsd:string .

<http://lexvo.org/id/char/20C02> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ngoen>,
        "𠰂"^^xsd:string .

<http://lexvo.org/id/char/20C03> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/nh%E1%BA%A3m>,
        "𠰃"^^xsd:string .

<http://lexvo.org/id/char/20C04> a lvont:Character ;
    lvont:represents "𠰄"^^xsd:string .

<http://lexvo.org/id/char/20C05> a lvont:Character ;
    lvont:represents "𠰅"^^xsd:string .

<http://lexvo.org/id/char/20C06> a lvont:Character ;
    lvont:represents "𠰆"^^xsd:string .

<http://lexvo.org/id/char/20C07> a lvont:Character ;
    lvont:represents "𠰇"^^xsd:string .

<http://lexvo.org/id/char/20C08> a lvont:Character ;
    lvont:represents "𠰈"^^xsd:string .

<http://lexvo.org/id/char/20C09> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/nh%E1%BA%ADu>,
        "𠰉"^^xsd:string .

<http://lexvo.org/id/char/20C0A> a lvont:Character ;
    lvont:represents "𠰊"^^xsd:string .

<http://lexvo.org/id/char/20C0B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/jaau1>,
        <http://lexvo.org/id/term/yue/%F0%A0%B0%8B>,
        "𠰋"^^xsd:string ;
    rdfs:comment "(Cant.) left-handed"@en .

<http://lexvo.org/id/char/20C0C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/m%C3%A1ch>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mut1>,
        <http://lexvo.org/id/term/yue/%F0%A0%B0%8C>,
        "𠰌"^^xsd:string ;
    rdfs:comment "to compress the lips"@en .

<http://lexvo.org/id/char/20C0D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ch%C3%B5>,
        "𠰍"^^xsd:string .

<http://lexvo.org/id/char/20C0E> a lvont:Character ;
    lvont:represents "𠰎"^^xsd:string .

<http://lexvo.org/id/char/20C0F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/m%E1%BB%9Bm>,
        "𠰏"^^xsd:string .

<http://lexvo.org/id/char/20C10> a lvont:Character ;
    lvont:represents "𠰐"^^xsd:string .

<http://lexvo.org/id/char/20C11> a lvont:Character ;
    lvont:represents "𠰑"^^xsd:string .

<http://lexvo.org/id/char/20C12> a lvont:Character ;
    lvont:represents "𠰒"^^xsd:string .

<http://lexvo.org/id/char/20C13> a lvont:Character ;
    lvont:represents "𠰓"^^xsd:string .

<http://lexvo.org/id/char/20C14> a lvont:Character ;
    lvont:represents "𠰔"^^xsd:string .

<http://lexvo.org/id/char/20C15> a lvont:Character ;
    lvont:represents "𠰕"^^xsd:string .

<http://lexvo.org/id/char/20C16> a lvont:Character ;
    lvont:represents "𠰖"^^xsd:string .

<http://lexvo.org/id/char/20C17> a lvont:Character ;
    lvont:represents "𠰗"^^xsd:string .

<http://lexvo.org/id/char/20C18> a lvont:Character ;
    lvont:represents "𠰘"^^xsd:string .

<http://lexvo.org/id/char/20C19> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/khen>,
        "𠰙"^^xsd:string .

<http://lexvo.org/id/char/20C1A> a lvont:Character ;
    lvont:represents "𠰚"^^xsd:string .

<http://lexvo.org/id/char/20C1B> a lvont:Character ;
    lvont:represents "𠰛"^^xsd:string .

<http://lexvo.org/id/char/20C1C> a lvont:Character ;
    lvont:represents "𠰜"^^xsd:string .

<http://lexvo.org/id/char/20C1D> a lvont:Character ;
    lvont:represents "𠰝"^^xsd:string .

<http://lexvo.org/id/char/20C1E> a lvont:Character ;
    lvont:represents "𠰞"^^xsd:string .

<http://lexvo.org/id/char/20C1F> a lvont:Character ;
    lvont:represents "𠰟"^^xsd:string .

<http://lexvo.org/id/char/20C20> a lvont:Character ;
    lvont:represents "𠰠"^^xsd:string .

<http://lexvo.org/id/char/20C21> a lvont:Character ;
    lvont:represents "𠰡"^^xsd:string .

<http://lexvo.org/id/char/20C22> a lvont:Character ;
    lvont:represents "𠰢"^^xsd:string .

<http://lexvo.org/id/char/20C23> a lvont:Character ;
    lvont:represents "𠰣"^^xsd:string .

<http://lexvo.org/id/char/20C24> a lvont:Character ;
    lvont:represents "𠰤"^^xsd:string .

<http://lexvo.org/id/char/20C25> a lvont:Character ;
    lvont:represents "𠰥"^^xsd:string .

<http://lexvo.org/id/char/20C26> a lvont:Character ;
    lvont:represents "𠰦"^^xsd:string .

<http://lexvo.org/id/char/20C27> a lvont:Character ;
    lvont:represents "𠰧"^^xsd:string .

<http://lexvo.org/id/char/20C28> a lvont:Character ;
    lvont:represents "𠰨"^^xsd:string .

<http://lexvo.org/id/char/20C29> a lvont:Character ;
    lvont:represents "𠰩"^^xsd:string .

<http://lexvo.org/id/char/20C2A> a lvont:Character ;
    lvont:represents "𠰪"^^xsd:string .

<http://lexvo.org/id/char/20C2B> a lvont:Character ;
    lvont:represents "𠰫"^^xsd:string .

<http://lexvo.org/id/char/20C2C> a lvont:Character ;
    lvont:represents "𠰬"^^xsd:string .

<http://lexvo.org/id/char/20C2D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/m%C3%A9o>,
        "𠰭"^^xsd:string .

<http://lexvo.org/id/char/20C2E> a lvont:Character ;
    lvont:represents "𠰮"^^xsd:string .

<http://lexvo.org/id/char/20C2F> a lvont:Character ;
    lvont:represents "𠰯"^^xsd:string .

<http://lexvo.org/id/char/20C30> a lvont:Character ;
    lvont:represents "𠰰"^^xsd:string .

<http://lexvo.org/id/char/20C31> a lvont:Character ;
    lvont:represents "𠰱"^^xsd:string .

<http://lexvo.org/id/char/20C32> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/eot1>,
        <http://lexvo.org/id/term/yue/%F0%A0%B0%B2>,
        "𠰲"^^xsd:string ;
    rdfs:comment "(Cant.) to belch"@en .

<http://lexvo.org/id/char/20C33> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ph%C4%A9nh>,
        "𠰳"^^xsd:string .

<http://lexvo.org/id/char/20C34> a lvont:Character ;
    lvont:represents "𠰴"^^xsd:string .

<http://lexvo.org/id/char/20C35> a lvont:Character ;
    lvont:represents "𠰵"^^xsd:string .

<http://lexvo.org/id/char/20C36> a lvont:Character ;
    lvont:represents "𠰶"^^xsd:string .

<http://lexvo.org/id/char/20C37> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/l%C6%A1>,
        "𠰷"^^xsd:string .

<http://lexvo.org/id/char/20C38> a lvont:Character ;
    lvont:represents "𠰸"^^xsd:string .

<http://lexvo.org/id/char/20C39> a lvont:Character ;
    lvont:represents "𠰹"^^xsd:string .

<http://lexvo.org/id/char/20C3A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/d%E1%BA%A1y>,
        "𠰺"^^xsd:string .

<http://lexvo.org/id/char/20C3B> a lvont:Character ;
    lvont:represents "𠰻"^^xsd:string .

<http://lexvo.org/id/char/20C3C> a lvont:Character ;
    lvont:represents "𠰼"^^xsd:string .

<http://lexvo.org/id/char/20C3D> a lvont:Character ;
    lvont:represents "𠰽"^^xsd:string .

<http://lexvo.org/id/char/20C3E> a lvont:Character ;
    lvont:represents "𠰾"^^xsd:string .

<http://lexvo.org/id/char/20C3F> a lvont:Character ;
    lvont:represents "𠰿"^^xsd:string .

<http://lexvo.org/id/char/20C40> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ph%E1%BB%9D>,
        "𠱀"^^xsd:string .

<http://lexvo.org/id/char/20C41> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/tam3>,
        <http://lexvo.org/id/term/yue/%F0%A0%B1%81>,
        "𠱁"^^xsd:string ;
    rdfs:comment "(Cant.) to fool, trick, cheat"@en .

<http://lexvo.org/id/char/20C42> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/dat1>,
        <http://lexvo.org/id/term/yue/%F0%A0%B1%82>,
        "𠱂"^^xsd:string ;
    rdfs:comment "(Cant.) to put something or sit wherever one wishes; to rebuke, reproach"@en .

<http://lexvo.org/id/char/20C43> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/nip1>,
        <http://lexvo.org/id/term/yue/%F0%A0%B1%83>,
        "𠱃"^^xsd:string ;
    rdfs:comment "(Cant.) thin, flat; poor"@en .

<http://lexvo.org/id/char/20C44> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/mi%E1%BB%87ng>,
        "𠱄"^^xsd:string .

<http://lexvo.org/id/char/20C45> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/quai>,
        "𠱅"^^xsd:string .

<http://lexvo.org/id/char/20C46> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/d%E1%BA%B7ng>,
        "𠱆"^^xsd:string .

<http://lexvo.org/id/char/20C47> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ho%E1%BA%B9t>,
        "𠱇"^^xsd:string .

<http://lexvo.org/id/char/20C48> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/th%E1%BA%BB>,
        "𠱈"^^xsd:string .

<http://lexvo.org/id/char/20C49> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/r%E1%BB%8Bn>,
        "𠱉"^^xsd:string .

<http://lexvo.org/id/char/20C4A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/s%E1%BA%BD>,
        "𠱊"^^xsd:string .

<http://lexvo.org/id/char/20C4B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/r%E1%BB%93>,
        "𠱋"^^xsd:string .

<http://lexvo.org/id/char/20C4C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/nh%E1%BA%A1i>,
        "𠱌"^^xsd:string .

<http://lexvo.org/id/char/20C4D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ph%E1%BB%9Bm>,
        "𠱍"^^xsd:string .

<http://lexvo.org/id/char/20C4E> a lvont:Character ;
    lvont:represents "𠱎"^^xsd:string .

<http://lexvo.org/id/char/20C4F> a lvont:Character ;
    lvont:represents "𠱏"^^xsd:string .

<http://lexvo.org/id/char/20C50> a lvont:Character ;
    lvont:represents "𠱐"^^xsd:string .

<http://lexvo.org/id/char/20C51> a lvont:Character ;
    lvont:represents "𠱑"^^xsd:string .

<http://lexvo.org/id/char/20C52> a lvont:Character ;
    lvont:represents "𠱒"^^xsd:string .

<http://lexvo.org/id/char/20C53> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/ngai1>,
        <http://lexvo.org/id/term/yue/%F0%A0%B1%93>,
        "𠱓"^^xsd:string ;
    rdfs:comment "(Cant.) to importune, beg"@en .

<http://lexvo.org/id/char/20C54> a lvont:Character ;
    lvont:represents "𠱔"^^xsd:string .

<http://lexvo.org/id/char/20C55> a lvont:Character ;
    lvont:represents "𠱕"^^xsd:string .

<http://lexvo.org/id/char/20C56> a lvont:Character ;
    lvont:represents "𠱖"^^xsd:string .

<http://lexvo.org/id/char/20C57> a lvont:Character ;
    lvont:represents "𠱗"^^xsd:string .

<http://lexvo.org/id/char/20C58> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/ngaak6>,
        <http://lexvo.org/id/term/yue/%F0%A0%B1%98>,
        "𠱘"^^xsd:string ;
    rdfs:comment "(Cant.) contrary, opposing, against; disobedient"@en .

<http://lexvo.org/id/char/20C59> a lvont:Character ;
    lvont:represents "𠱙"^^xsd:string .

<http://lexvo.org/id/char/20C5A> a lvont:Character ;
    lvont:represents "𠱚"^^xsd:string .

<http://lexvo.org/id/char/20C5B> a lvont:Character ;
    lvont:represents "𠱛"^^xsd:string .

<http://lexvo.org/id/char/20C5C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ch%C3%B9n>,
        "𠱜"^^xsd:string .

<http://lexvo.org/id/char/20C5D> a lvont:Character ;
    lvont:represents "𠱝"^^xsd:string .

<http://lexvo.org/id/char/20C5E> a lvont:Character ;
    lvont:represents "𠱞"^^xsd:string .

<http://lexvo.org/id/char/20C5F> a lvont:Character ;
    lvont:represents "𠱟"^^xsd:string .

<http://lexvo.org/id/char/20C60> a lvont:Character ;
    lvont:represents "𠱠"^^xsd:string .

<http://lexvo.org/id/char/20C61> a lvont:Character ;
    lvont:represents "𠱡"^^xsd:string .

<http://lexvo.org/id/char/20C62> a lvont:Character ;
    lvont:represents "𠱢"^^xsd:string .

<http://lexvo.org/id/char/20C63> a lvont:Character ;
    lvont:represents "𠱣"^^xsd:string .

<http://lexvo.org/id/char/20C64> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/tr%C3%B2i>,
        "𠱤"^^xsd:string .

<http://lexvo.org/id/char/20C65> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/fik1%20jit6%20we5>,
        <http://lexvo.org/id/term/yue/%F0%A0%B1%A5>,
        "𠱥"^^xsd:string ;
    rdfs:comment "(Cant.) wrangling, a noise; fitful; a soft fabric with no body"@en .

<http://lexvo.org/id/char/20C66> a lvont:Character ;
    lvont:represents "𠱦"^^xsd:string .

<http://lexvo.org/id/char/20C67> a lvont:Character ;
    lvont:represents "𠱧"^^xsd:string .

<http://lexvo.org/id/char/20C68> a lvont:Character ;
    lvont:represents "𠱨"^^xsd:string .

<http://lexvo.org/id/char/20C69> a lvont:Character ;
    lvont:represents "𠱩"^^xsd:string .

<http://lexvo.org/id/char/20C6A> a lvont:Character ;
    lvont:represents "𠱪"^^xsd:string .

<http://lexvo.org/id/char/20C6B> a lvont:Character ;
    lvont:represents "𠱫"^^xsd:string .

<http://lexvo.org/id/char/20C6C> a lvont:Character ;
    lvont:represents "𠱬"^^xsd:string .

<http://lexvo.org/id/char/20C6D> a lvont:Character ;
    lvont:represents "𠱭"^^xsd:string .

<http://lexvo.org/id/char/20C6E> a lvont:Character ;
    lvont:represents "𠱮"^^xsd:string .

<http://lexvo.org/id/char/20C6F> a lvont:Character ;
    lvont:represents "𠱯"^^xsd:string .

<http://lexvo.org/id/char/20C70> a lvont:Character ;
    lvont:represents "𠱰"^^xsd:string .

<http://lexvo.org/id/char/20C71> a lvont:Character ;
    lvont:represents "𠱱"^^xsd:string .

<http://lexvo.org/id/char/20C72> a lvont:Character ;
    lvont:represents "𠱲"^^xsd:string .

<http://lexvo.org/id/char/20C73> a lvont:Character ;
    lvont:represents "𠱳"^^xsd:string .

<http://lexvo.org/id/char/20C74> a lvont:Character ;
    lvont:represents "𠱴"^^xsd:string .

<http://lexvo.org/id/char/20C75> a lvont:Character ;
    lvont:represents "𠱵"^^xsd:string .

<http://lexvo.org/id/char/20C76> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/v%E1%BB%95>,
        "𠱶"^^xsd:string .

<http://lexvo.org/id/char/20C77> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/ming1>,
        <http://lexvo.org/id/term/yue/%F0%A0%B1%B7>,
        "𠱷"^^xsd:string ;
    rdfs:comment "(Cant.) small"@en .

<http://lexvo.org/id/char/20C78> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/san2%20seon2>,
        <http://lexvo.org/id/term/yue/%F0%A0%B1%B8>,
        "𠱸"^^xsd:string ;
    rdfs:comment "(Cant.) phonetic"@en .

<http://lexvo.org/id/char/20C79> a lvont:Character ;
    lvont:represents "𠱹"^^xsd:string .

<http://lexvo.org/id/char/20C7A> a lvont:Character ;
    lvont:represents "𠱺"^^xsd:string .

<http://lexvo.org/id/char/20C7B> a lvont:Character ;
    lvont:represents "𠱻"^^xsd:string .

<http://lexvo.org/id/char/20C7C> a lvont:Character ;
    lvont:represents "𠱼"^^xsd:string .

<http://lexvo.org/id/char/20C7D> a lvont:Character ;
    lvont:represents "𠱽"^^xsd:string .

<http://lexvo.org/id/char/20C7E> a lvont:Character ;
    lvont:represents "𠱾"^^xsd:string .

<http://lexvo.org/id/char/20C7F> a lvont:Character ;
    lvont:represents "𠱿"^^xsd:string .

<http://lexvo.org/id/char/20C80> a lvont:Character ;
    lvont:represents "𠲀"^^xsd:string .

<http://lexvo.org/id/char/20C81> a lvont:Character ;
    lvont:represents "𠲁"^^xsd:string .

<http://lexvo.org/id/char/20C82> a lvont:Character ;
    lvont:represents "𠲂"^^xsd:string .

<http://lexvo.org/id/char/20C83> a lvont:Character ;
    lvont:represents "𠲃"^^xsd:string .

<http://lexvo.org/id/char/20C84> a lvont:Character ;
    lvont:represents "𠲄"^^xsd:string .

<http://lexvo.org/id/char/20C85> a lvont:Character ;
    lvont:represents "𠲅"^^xsd:string .

<http://lexvo.org/id/char/20C86> a lvont:Character ;
    lvont:represents "𠲆"^^xsd:string .

<http://lexvo.org/id/char/20C87> a lvont:Character ;
    lvont:represents "𠲇"^^xsd:string .

<http://lexvo.org/id/char/20C88> a lvont:Character ;
    lvont:represents "𠲈"^^xsd:string .

<http://lexvo.org/id/char/20C89> a lvont:Character ;
    lvont:represents "𠲉"^^xsd:string .

<http://lexvo.org/id/char/20C8A> a lvont:Character ;
    lvont:represents "𠲊"^^xsd:string .

<http://lexvo.org/id/char/20C8B> a lvont:Character ;
    lvont:represents "𠲋"^^xsd:string .

<http://lexvo.org/id/char/20C8C> a lvont:Character ;
    lvont:represents "𠲌"^^xsd:string .

<http://lexvo.org/id/char/20C8D> a lvont:Character ;
    lvont:represents "𠲍"^^xsd:string .

<http://lexvo.org/id/char/20C8E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/fa>,
        "𠲎"^^xsd:string .

<http://lexvo.org/id/char/20C8F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/nh%E1%BA%AFm>,
        "𠲏"^^xsd:string .

<http://lexvo.org/id/char/20C90> a lvont:Character ;
    lvont:represents "𠲐"^^xsd:string .

<http://lexvo.org/id/char/20C91> a lvont:Character ;
    lvont:represents "𠲑"^^xsd:string .

<http://lexvo.org/id/char/20C92> a lvont:Character ;
    lvont:represents "𠲒"^^xsd:string .

<http://lexvo.org/id/char/20C93> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/h%C3%A0ng>,
        "𠲓"^^xsd:string .

<http://lexvo.org/id/char/20C94> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/nhi%E1%BA%BFc>,
        "𠲔"^^xsd:string .

<http://lexvo.org/id/char/20C95> a lvont:Character ;
    lvont:represents "𠲕"^^xsd:string .

<http://lexvo.org/id/char/20C96> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/e>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ji1>,
        <http://lexvo.org/id/term/yue/%F0%A0%B2%96>,
        "𠲖"^^xsd:string ;
    rdfs:comment "to grin, laugh"@en .

<http://lexvo.org/id/char/20C97> a lvont:Character ;
    lvont:represents "𠲗"^^xsd:string .

<http://lexvo.org/id/char/20C98> a lvont:Character ;
    lvont:represents "𠲘"^^xsd:string .

<http://lexvo.org/id/char/20C99> a lvont:Character ;
    lvont:represents "𠲙"^^xsd:string .

<http://lexvo.org/id/char/20C9A> a lvont:Character ;
    lvont:represents "𠲚"^^xsd:string .

<http://lexvo.org/id/char/20C9B> a lvont:Character ;
    lvont:represents "𠲛"^^xsd:string .

<http://lexvo.org/id/char/20C9C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/gi%C3%A0nh>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zaang1>,
        <http://lexvo.org/id/term/yue/%F0%A0%B2%9C>,
        "𠲜"^^xsd:string ;
    rdfs:comment "(Cant.) to owe"@en .

<http://lexvo.org/id/char/20C9D> a lvont:Character ;
    lvont:represents "𠲝"^^xsd:string .

<http://lexvo.org/id/char/20C9E> a lvont:Character ;
    lvont:represents "𠲞"^^xsd:string .

<http://lexvo.org/id/char/20C9F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/g%E1%BA%A1n>,
        "𠲟"^^xsd:string .

<http://lexvo.org/id/char/20CA0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/th%E1%BA%A7u>,
        "𠲠"^^xsd:string .

<http://lexvo.org/id/char/20CA1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/h%C3%A3o>,
        "𠲡"^^xsd:string .

<http://lexvo.org/id/char/20CA2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/%C4%91%C3%A1u>,
        "𠲢"^^xsd:string .

<http://lexvo.org/id/char/20CA3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/hu%C3%BDt>,
        "𠲣"^^xsd:string .

<http://lexvo.org/id/char/20CA4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/nh%E1%BB%9F>,
        "𠲤"^^xsd:string .

<http://lexvo.org/id/char/20CA5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/l%E1%BA%BD>,
        "𠲥"^^xsd:string .

<http://lexvo.org/id/char/20CA6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/nhung>,
        "𠲦"^^xsd:string .

<http://lexvo.org/id/char/20CA7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/th%E1%BB%A9c>,
        "𠲧"^^xsd:string .

<http://lexvo.org/id/char/20CA8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/tr%E1%BB%81>,
        "𠲨"^^xsd:string .

<http://lexvo.org/id/char/20CA9> a lvont:Character ;
    lvont:represents "𠲩"^^xsd:string .

<http://lexvo.org/id/char/20CAA> a lvont:Character ;
    lvont:represents "𠲪"^^xsd:string .

<http://lexvo.org/id/char/20CAB> a lvont:Character ;
    lvont:represents "𠲫"^^xsd:string .

<http://lexvo.org/id/char/20CAC> a lvont:Character ;
    lvont:represents "𠲬"^^xsd:string .

<http://lexvo.org/id/char/20CAD> a lvont:Character ;
    lvont:represents "𠲭"^^xsd:string .

<http://lexvo.org/id/char/20CAE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/khinh>,
        "𠲮"^^xsd:string .

<http://lexvo.org/id/char/20CAF> a lvont:Character ;
    lvont:represents "𠲯"^^xsd:string .

<http://lexvo.org/id/char/20CB0> a lvont:Character ;
    lvont:represents "𠲰"^^xsd:string .

<http://lexvo.org/id/char/20CB1> a lvont:Character ;
    lvont:represents "𠲱"^^xsd:string .

<http://lexvo.org/id/char/20CB2> a lvont:Character ;
    lvont:represents "𠲲"^^xsd:string .

<http://lexvo.org/id/char/20CB3> a lvont:Character ;
    lvont:represents "𠲳"^^xsd:string .

<http://lexvo.org/id/char/20CB4> a lvont:Character ;
    lvont:represents "𠲴"^^xsd:string .

<http://lexvo.org/id/char/20CB5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/m%C3%A9p>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gip3>,
        <http://lexvo.org/id/term/yue/%F0%A0%B2%B5>,
        "𠲵"^^xsd:string .

<http://lexvo.org/id/char/20CB6> a lvont:Character ;
    lvont:represents "𠲶"^^xsd:string .

<http://lexvo.org/id/char/20CB7> a lvont:Character ;
    lvont:represents "𠲷"^^xsd:string .

<http://lexvo.org/id/char/20CB8> a lvont:Character ;
    lvont:represents "𠲸"^^xsd:string .

<http://lexvo.org/id/char/20CB9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/c%C3%A3i>,
        "𠲹"^^xsd:string .

<http://lexvo.org/id/char/20CBA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ng%E1%BA%ADp>,
        "𠲺"^^xsd:string .

<http://lexvo.org/id/char/20CBB> a lvont:Character ;
    lvont:represents "𠲻"^^xsd:string .

<http://lexvo.org/id/char/20CBC> a lvont:Character ;
    lvont:represents "𠲼"^^xsd:string .

<http://lexvo.org/id/char/20CBD> a lvont:Character ;
    lvont:represents "𠲽"^^xsd:string .

<http://lexvo.org/id/char/20CBE> a lvont:Character ;
    lvont:represents "𠲾"^^xsd:string .

<http://lexvo.org/id/char/20CBF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%F0%A0%B2%BF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%B9>,
        <http://lexvo.org/id/term/vie/th%E1%BB%91c>,
        "𠲿"^^xsd:string ;
    rdfs:comment "to suck in"@en .

<http://lexvo.org/id/char/20CC0> a lvont:Character ;
    lvont:represents "𠳀"^^xsd:string .

<http://lexvo.org/id/char/20CC1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/kwan3>,
        <http://lexvo.org/id/term/yue/%F0%A0%B3%81>,
        "𠳁"^^xsd:string .

<http://lexvo.org/id/char/20CC2> a lvont:Character ;
    lvont:represents "𠳂"^^xsd:string .

<http://lexvo.org/id/char/20CC3> a lvont:Character ;
    lvont:represents "𠳃"^^xsd:string .

<http://lexvo.org/id/char/20CC4> a lvont:Character ;
    lvont:represents "𠳄"^^xsd:string .

<http://lexvo.org/id/char/20CC5> a lvont:Character ;
    lvont:represents "𠳅"^^xsd:string .

<http://lexvo.org/id/char/20CC6> a lvont:Character ;
    lvont:represents "𠳆"^^xsd:string .

<http://lexvo.org/id/char/20CC7> a lvont:Character ;
    lvont:represents "𠳇"^^xsd:string .

<http://lexvo.org/id/char/20CC8> a lvont:Character ;
    lvont:represents "𠳈"^^xsd:string .

<http://lexvo.org/id/char/20CC9> a lvont:Character ;
    lvont:represents "𠳉"^^xsd:string .

<http://lexvo.org/id/char/20CCA> a lvont:Character ;
    lvont:represents "𠳊"^^xsd:string .

<http://lexvo.org/id/char/20CCB> a lvont:Character ;
    lvont:represents "𠳋"^^xsd:string .

<http://lexvo.org/id/char/20CCC> a lvont:Character ;
    lvont:represents "𠳌"^^xsd:string .

<http://lexvo.org/id/char/20CCD> a lvont:Character ;
    lvont:represents "𠳍"^^xsd:string .

<http://lexvo.org/id/char/20CCE> a lvont:Character ;
    lvont:represents "𠳎"^^xsd:string .

<http://lexvo.org/id/char/20CCF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/ce2%20ce6>,
        <http://lexvo.org/id/term/yue/%F0%A0%B3%8F>,
        "𠳏"^^xsd:string ;
    rdfs:comment "(Cant.) interjection"@en .

<http://lexvo.org/id/char/20CD0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/v%C3%A2ng>,
        "𠳐"^^xsd:string .

<http://lexvo.org/id/char/20CD1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/%E1%BB%B1c>,
        "𠳑"^^xsd:string .

<http://lexvo.org/id/char/20CD2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/l%E1%BB%9Di>,
        "𠳒"^^xsd:string .

<http://lexvo.org/id/char/20CD3> a lvont:Character ;
    lvont:represents "𠳓"^^xsd:string .

<http://lexvo.org/id/char/20CD4> a lvont:Character ;
    lvont:represents "𠳔"^^xsd:string .

<http://lexvo.org/id/char/20CD5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/caau3>,
        <http://lexvo.org/id/term/yue/%F0%A0%B3%95>,
        "𠳕"^^xsd:string ;
    rdfs:comment "(Cant.) to search"@en .

<http://lexvo.org/id/char/20CD6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/dap6>,
        <http://lexvo.org/id/term/yue/%F0%A0%B3%96>,
        "𠳖"^^xsd:string ;
    rdfs:comment "(Cant.) to strike, pound"@en .

<http://lexvo.org/id/char/20CD7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/x%C3%A1c>,
        "𠳗"^^xsd:string .

<http://lexvo.org/id/char/20CD8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/nh%C3%BA>,
        "𠳘"^^xsd:string .

<http://lexvo.org/id/char/20CD9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/thay>,
        "𠳙"^^xsd:string .

<http://lexvo.org/id/char/20CDA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/c%C3%A3i>,
        "𠳚"^^xsd:string .

<http://lexvo.org/id/char/20CDB> a lvont:Character ;
    lvont:represents "𠳛"^^xsd:string .

<http://lexvo.org/id/char/20CDC> a lvont:Character ;
    lvont:represents "𠳜"^^xsd:string .

<http://lexvo.org/id/char/20CDD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/b%E1%BB%B1a>,
        "𠳝"^^xsd:string .

<http://lexvo.org/id/char/20CDE> a lvont:Character ;
    lvont:represents "𠳞"^^xsd:string .

<http://lexvo.org/id/char/20CDF> a lvont:Character ;
    lvont:represents "𠳟"^^xsd:string .

<http://lexvo.org/id/char/20CE0> a lvont:Character ;
    lvont:represents "𠳠"^^xsd:string .

<http://lexvo.org/id/char/20CE1> a lvont:Character ;
    lvont:represents "𠳡"^^xsd:string .

<http://lexvo.org/id/char/20CE2> a lvont:Character ;
    lvont:represents "𠳢"^^xsd:string .

<http://lexvo.org/id/char/20CE3> a lvont:Character ;
    lvont:represents "𠳣"^^xsd:string .

<http://lexvo.org/id/char/20CE4> a lvont:Character ;
    lvont:represents "𠳤"^^xsd:string .

<http://lexvo.org/id/char/20CE5> a lvont:Character ;
    lvont:represents "𠳥"^^xsd:string .

<http://lexvo.org/id/char/20CE6> a lvont:Character ;
    lvont:represents "𠳦"^^xsd:string .

<http://lexvo.org/id/char/20CE7> a lvont:Character ;
    lvont:represents "𠳧"^^xsd:string .

<http://lexvo.org/id/char/20CE8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/h%E1%BB%8Fi>,
        "𠳨"^^xsd:string .

<http://lexvo.org/id/char/20CE9> a lvont:Character ;
    lvont:represents "𠳩"^^xsd:string .

<http://lexvo.org/id/char/20CEA> a lvont:Character ;
    lvont:represents "𠳪"^^xsd:string .

<http://lexvo.org/id/char/20CEB> a lvont:Character ;
    lvont:represents "𠳫"^^xsd:string .

<http://lexvo.org/id/char/20CEC> a lvont:Character ;
    lvont:represents "𠳬"^^xsd:string .

<http://lexvo.org/id/char/20CED> a lvont:Character ;
    lvont:represents "𠳭"^^xsd:string .

<http://lexvo.org/id/char/20CEE> a lvont:Character ;
    lvont:represents "𠳮"^^xsd:string .

<http://lexvo.org/id/char/20CEF> a lvont:Character ;
    lvont:represents "𠳯"^^xsd:string .

<http://lexvo.org/id/char/20CF0> a lvont:Character ;
    lvont:represents "𠳰"^^xsd:string .

<http://lexvo.org/id/char/20CF1> a lvont:Character ;
    lvont:represents "𠳱"^^xsd:string .

<http://lexvo.org/id/char/20CF2> a lvont:Character ;
    lvont:represents "𠳲"^^xsd:string .

<http://lexvo.org/id/char/20CF3> a lvont:Character ;
    lvont:represents "𠳳"^^xsd:string .

<http://lexvo.org/id/char/20CF4> a lvont:Character ;
    lvont:represents "𠳴"^^xsd:string .

<http://lexvo.org/id/char/20CF5> a lvont:Character ;
    lvont:represents "𠳵"^^xsd:string .

<http://lexvo.org/id/char/20CF6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%F0%A0%B3%B6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C5%AB>,
        "𠳶"^^xsd:string ;
    rdfs:comment "tongue-tied; to lisp"@en .

<http://lexvo.org/id/char/20CF7> a lvont:Character ;
    lvont:represents "𠳷"^^xsd:string .

<http://lexvo.org/id/char/20CF8> a lvont:Character ;
    lvont:represents "𠳸"^^xsd:string .

<http://lexvo.org/id/char/20CF9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/s%E1%BA%B1ng>,
        "𠳹"^^xsd:string .

<http://lexvo.org/id/char/20CFA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/l%E1%BA%A9n>,
        "𠳺"^^xsd:string .

<http://lexvo.org/id/char/20CFB> a lvont:Character ;
    lvont:represents "𠳻"^^xsd:string .

<http://lexvo.org/id/char/20CFC> a lvont:Character ;
    lvont:represents "𠳼"^^xsd:string .

<http://lexvo.org/id/char/20CFD> a lvont:Character ;
    lvont:represents "𠳽"^^xsd:string .

<http://lexvo.org/id/char/20CFE> a lvont:Character ;
    lvont:represents "𠳾"^^xsd:string .

<http://lexvo.org/id/char/20CFF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/v%C3%A3i>,
        "𠳿"^^xsd:string .

<http://lexvo.org/id/char/20D0> a lvont:Character ;
    lvont:represents "⃐"^^xsd:string ;
    rdfs:comment "COMBINING LEFT HARPOON ABOVE"@en .

<http://lexvo.org/id/char/20D00> a lvont:Character ;
    lvont:represents "𠴀"^^xsd:string .

<http://lexvo.org/id/char/20D01> a lvont:Character ;
    lvont:represents "𠴁"^^xsd:string .

<http://lexvo.org/id/char/20D02> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C7%94>,
        "𠴂"^^xsd:string .

<http://lexvo.org/id/char/20D03> a lvont:Character ;
    lvont:represents "𠴃"^^xsd:string .

<http://lexvo.org/id/char/20D04> a lvont:Character ;
    lvont:represents "𠴄"^^xsd:string .

<http://lexvo.org/id/char/20D05> a lvont:Character ;
    lvont:represents "𠴅"^^xsd:string .

<http://lexvo.org/id/char/20D06> a lvont:Character ;
    lvont:represents "𠴆"^^xsd:string .

<http://lexvo.org/id/char/20D07> a lvont:Character ;
    lvont:represents "𠴇"^^xsd:string .

<http://lexvo.org/id/char/20D08> a lvont:Character ;
    lvont:represents "𠴈"^^xsd:string .

<http://lexvo.org/id/char/20D09> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ngo%E1%BA%BBn>,
        "𠴉"^^xsd:string .

<http://lexvo.org/id/char/20D0A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/r%E1%BB%9F>,
        "𠴊"^^xsd:string .

<http://lexvo.org/id/char/20D0B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ph%C3%A0o>,
        "𠴋"^^xsd:string .

<http://lexvo.org/id/char/20D0C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/nhanh>,
        "𠴌"^^xsd:string .

<http://lexvo.org/id/char/20D0D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/nh%E1%BA%AFn>,
        "𠴍"^^xsd:string .

<http://lexvo.org/id/char/20D0E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/%C3%B3c>,
        "𠴎"^^xsd:string .

<http://lexvo.org/id/char/20D0F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/m%C3%A0ng>,
        "𠴏"^^xsd:string .

<http://lexvo.org/id/char/20D1> a lvont:Character ;
    lvont:represents "⃑"^^xsd:string ;
    rdfs:comment "COMBINING RIGHT HARPOON ABOVE"@en .

<http://lexvo.org/id/char/20D10> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/n%C3%BAc>,
        "𠴐"^^xsd:string .

<http://lexvo.org/id/char/20D11> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/n%E1%BB%9F>,
        "𠴑"^^xsd:string .

<http://lexvo.org/id/char/20D12> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/r%E1%BB%83nh>,
        "𠴒"^^xsd:string .

<http://lexvo.org/id/char/20D13> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/%C4%91ay>,
        "𠴓"^^xsd:string .

<http://lexvo.org/id/char/20D14> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/chi%E1%BB%81ng>,
        "𠴔"^^xsd:string .

<http://lexvo.org/id/char/20D15> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/di%E1%BB%85u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/miu2>,
        <http://lexvo.org/id/term/yue/%F0%A0%B4%95>,
        "𠴕"^^xsd:string ;
    rdfs:comment "(Cant.) to purse the lips; to wriggle"@en .

<http://lexvo.org/id/char/20D16> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/v%E1%BB%8Di>,
        "𠴖"^^xsd:string .

<http://lexvo.org/id/char/20D17> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/d%E1%BB%97>,
        "𠴗"^^xsd:string .

<http://lexvo.org/id/char/20D18> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/th%E1%BB%95n>,
        "𠴘"^^xsd:string .

<http://lexvo.org/id/char/20D19> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/b%E1%BB%9F>,
        "𠴙"^^xsd:string .

<http://lexvo.org/id/char/20D1A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/to%C3%A1c>,
        "𠴚"^^xsd:string .

<http://lexvo.org/id/char/20D1B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/g%C3%B9ng>,
        "𠴛"^^xsd:string .

<http://lexvo.org/id/char/20D1C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/k%E1%BA%BD>,
        "𠴜"^^xsd:string .

<http://lexvo.org/id/char/20D1D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/u%C3%B4ng>,
        "𠴝"^^xsd:string .

<http://lexvo.org/id/char/20D1E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/b%E1%BA%A1n>,
        "𠴞"^^xsd:string .

<http://lexvo.org/id/char/20D1F> a lvont:Character ;
    lvont:represents "𠴟"^^xsd:string .

<http://lexvo.org/id/char/20D2> a lvont:Character ;
    lvont:represents "⃒"^^xsd:string ;
    rdfs:comment "COMBINING LONG VERTICAL LINE OVERLAY"@en .

<http://lexvo.org/id/char/20D20> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/bi%E1%BA%BFng>,
        "𠴠"^^xsd:string .

<http://lexvo.org/id/char/20D21> a lvont:Character ;
    lvont:represents "𠴡"^^xsd:string .

<http://lexvo.org/id/char/20D22> a lvont:Character ;
    lvont:represents "𠴢"^^xsd:string .

<http://lexvo.org/id/char/20D23> a lvont:Character ;
    lvont:represents "𠴣"^^xsd:string .

<http://lexvo.org/id/char/20D24> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/v%C5%A9m>,
        "𠴤"^^xsd:string .

<http://lexvo.org/id/char/20D25> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ngo%C3%A0m>,
        "𠴥"^^xsd:string .

<http://lexvo.org/id/char/20D26> a lvont:Character ;
    lvont:represents "𠴦"^^xsd:string .

<http://lexvo.org/id/char/20D27> a lvont:Character ;
    lvont:represents "𠴧"^^xsd:string .

<http://lexvo.org/id/char/20D28> a lvont:Character ;
    lvont:represents "𠴨"^^xsd:string .

<http://lexvo.org/id/char/20D29> a lvont:Character ;
    lvont:represents "𠴩"^^xsd:string .

<http://lexvo.org/id/char/20D2A> a lvont:Character ;
    lvont:represents "𠴪"^^xsd:string .

<http://lexvo.org/id/char/20D2B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/th%C3%BAt>,
        "𠴫"^^xsd:string .

<http://lexvo.org/id/char/20D2C> a lvont:Character ;
    lvont:represents "𠴬"^^xsd:string .

<http://lexvo.org/id/char/20D2D> a lvont:Character ;
    lvont:represents "𠴭"^^xsd:string .

<http://lexvo.org/id/char/20D2E> a lvont:Character ;
    lvont:represents "𠴮"^^xsd:string .

<http://lexvo.org/id/char/20D2F> a lvont:Character ;
    lvont:represents "𠴯"^^xsd:string .

<http://lexvo.org/id/char/20D3> a lvont:Character ;
    lvont:represents "⃓"^^xsd:string ;
    rdfs:comment "COMBINING SHORT VERTICAL LINE OVERLAY"@en .

<http://lexvo.org/id/char/20D30> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/gau6>,
        <http://lexvo.org/id/term/yue/%F0%A0%B4%B0>,
        "𠴰"^^xsd:string ;
    rdfs:comment "(Cant.) classifier for a piece or lump of something"@en .

<http://lexvo.org/id/char/20D31> a lvont:Character ;
    lvont:represents "𠴱"^^xsd:string .

<http://lexvo.org/id/char/20D32> a lvont:Character ;
    lvont:represents "𠴲"^^xsd:string .

<http://lexvo.org/id/char/20D33> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/ngaau1%20ngaau3>,
        <http://lexvo.org/id/term/yue/%F0%A0%B4%B3>,
        "𠴳"^^xsd:string ;
    rdfs:comment "(Cant.) a tiger or demon's howl; to argue, quarrel"@en .

<http://lexvo.org/id/char/20D34> a lvont:Character ;
    lvont:represents "𠴴"^^xsd:string .

<http://lexvo.org/id/char/20D35> a lvont:Character ;
    lvont:represents "𠴵"^^xsd:string .

<http://lexvo.org/id/char/20D36> a lvont:Character ;
    lvont:represents "𠴶"^^xsd:string .

<http://lexvo.org/id/char/20D37> a lvont:Character ;
    lvont:represents "𠴷"^^xsd:string .

<http://lexvo.org/id/char/20D38> a lvont:Character ;
    lvont:represents "𠴸"^^xsd:string .

<http://lexvo.org/id/char/20D39> a lvont:Character ;
    lvont:represents "𠴹"^^xsd:string .

<http://lexvo.org/id/char/20D3A> a lvont:Character ;
    lvont:represents "𠴺"^^xsd:string .

<http://lexvo.org/id/char/20D3B> a lvont:Character ;
    lvont:represents "𠴻"^^xsd:string .

<http://lexvo.org/id/char/20D3C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/%C4%91%C3%A1u>,
        "𠴼"^^xsd:string .

<http://lexvo.org/id/char/20D3D> a lvont:Character ;
    lvont:represents "𠴽"^^xsd:string .

<http://lexvo.org/id/char/20D3E> a lvont:Character ;
    lvont:represents "𠴾"^^xsd:string .

<http://lexvo.org/id/char/20D3F> a lvont:Character ;
    lvont:represents "𠴿"^^xsd:string .

<http://lexvo.org/id/char/20D4> a lvont:Character ;
    lvont:represents "⃔"^^xsd:string ;
    rdfs:comment "COMBINING ANTICLOCKWISE ARROW ABOVE"@en .

<http://lexvo.org/id/char/20D40> a lvont:Character ;
    lvont:represents "𠵀"^^xsd:string .

<http://lexvo.org/id/char/20D41> a lvont:Character ;
    lvont:represents "𠵁"^^xsd:string .

<http://lexvo.org/id/char/20D42> a lvont:Character ;
    lvont:represents "𠵂"^^xsd:string .

<http://lexvo.org/id/char/20D43> a lvont:Character ;
    lvont:represents "𠵃"^^xsd:string .

<http://lexvo.org/id/char/20D44> a lvont:Character ;
    lvont:represents "𠵄"^^xsd:string .

<http://lexvo.org/id/char/20D45> a lvont:Character ;
    lvont:represents "𠵅"^^xsd:string .

<http://lexvo.org/id/char/20D46> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/daam1%20daam3>,
        <http://lexvo.org/id/term/yue/%F0%A0%B5%86>,
        "𠵆"^^xsd:string .

<http://lexvo.org/id/char/20D47> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/koe4>,
        <http://lexvo.org/id/term/yue/%F0%A0%B5%87>,
        "𠵇"^^xsd:string ;
    rdfs:comment "(Cant.) peculiar, strange"@en .

<http://lexvo.org/id/char/20D48> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/mui2>,
        <http://lexvo.org/id/term/yue/%F0%A0%B5%88>,
        "𠵈"^^xsd:string ;
    rdfs:comment "(Cant.) to suck or chew without using the teeth"@en .

<http://lexvo.org/id/char/20D49> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/hong4>,
        <http://lexvo.org/id/term/yue/%F0%A0%B5%89>,
        "𠵉"^^xsd:string ;
    rdfs:comment "(Cant.) hope"@en .

<http://lexvo.org/id/char/20D4A> a lvont:Character ;
    lvont:represents "𠵊"^^xsd:string .

<http://lexvo.org/id/char/20D4B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/n%E1%BA%B9t>,
        "𠵋"^^xsd:string .

<http://lexvo.org/id/char/20D4C> a lvont:Character ;
    lvont:represents "𠵌"^^xsd:string .

<http://lexvo.org/id/char/20D4D> a lvont:Character ;
    lvont:represents "𠵍"^^xsd:string .

<http://lexvo.org/id/char/20D4E> a lvont:Character ;
    lvont:represents "𠵎"^^xsd:string .

<http://lexvo.org/id/char/20D4F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/x%E1%BA%A1p>,
        "𠵏"^^xsd:string .

<http://lexvo.org/id/char/20D5> a lvont:Character ;
    lvont:represents "⃕"^^xsd:string ;
    rdfs:comment "COMBINING CLOCKWISE ARROW ABOVE"@en .

<http://lexvo.org/id/char/20D50> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/m%C3%A9p>,
        "𠵐"^^xsd:string .

<http://lexvo.org/id/char/20D51> a lvont:Character ;
    lvont:represents "𠵑"^^xsd:string .

<http://lexvo.org/id/char/20D52> a lvont:Character ;
    lvont:represents "𠵒"^^xsd:string .

<http://lexvo.org/id/char/20D53> a lvont:Character ;
    lvont:represents "𠵓"^^xsd:string .

<http://lexvo.org/id/char/20D54> a lvont:Character ;
    lvont:represents "𠵔"^^xsd:string .

<http://lexvo.org/id/char/20D55> a lvont:Character ;
    lvont:represents "𠵕"^^xsd:string .

<http://lexvo.org/id/char/20D56> a lvont:Character ;
    lvont:represents "𠵖"^^xsd:string .

<http://lexvo.org/id/char/20D57> a lvont:Character ;
    lvont:represents "𠵗"^^xsd:string .

<http://lexvo.org/id/char/20D58> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/m%E1%BB%93m>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mun4>,
        <http://lexvo.org/id/term/yue/%F0%A0%B5%98>,
        "𠵘"^^xsd:string ;
    rdfs:comment "phonetic"@en .

<http://lexvo.org/id/char/20D59> a lvont:Character ;
    lvont:represents "𠵙"^^xsd:string .

<http://lexvo.org/id/char/20D5A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ng%C3%A1n>,
        "𠵚"^^xsd:string .

<http://lexvo.org/id/char/20D5B> a lvont:Character ;
    lvont:represents "𠵛"^^xsd:string .

<http://lexvo.org/id/char/20D5C> a lvont:Character ;
    lvont:represents "𠵜"^^xsd:string .

<http://lexvo.org/id/char/20D5D> a lvont:Character ;
    lvont:represents "𠵝"^^xsd:string .

<http://lexvo.org/id/char/20D5E> a lvont:Character ;
    lvont:represents "𠵞"^^xsd:string .

<http://lexvo.org/id/char/20D5F> a lvont:Character ;
    lvont:represents "𠵟"^^xsd:string .

<http://lexvo.org/id/char/20D6> a lvont:Character ;
    lvont:represents "⃖"^^xsd:string ;
    rdfs:comment "COMBINING LEFT ARROW ABOVE"@en .

<http://lexvo.org/id/char/20D60> a lvont:Character ;
    lvont:represents "𠵠"^^xsd:string .

<http://lexvo.org/id/char/20D61> a lvont:Character ;
    lvont:represents "𠵡"^^xsd:string .

<http://lexvo.org/id/char/20D62> a lvont:Character ;
    lvont:represents "𠵢"^^xsd:string .

<http://lexvo.org/id/char/20D63> a lvont:Character ;
    lvont:represents "𠵣"^^xsd:string .

<http://lexvo.org/id/char/20D64> a lvont:Character ;
    lvont:represents "𠵤"^^xsd:string .

<http://lexvo.org/id/char/20D65> a lvont:Character ;
    lvont:represents "𠵥"^^xsd:string .

<http://lexvo.org/id/char/20D66> a lvont:Character ;
    lvont:represents "𠵦"^^xsd:string .

<http://lexvo.org/id/char/20D67> a lvont:Character ;
    lvont:represents "𠵧"^^xsd:string .

<http://lexvo.org/id/char/20D68> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ng%C3%A1y>,
        "𠵨"^^xsd:string .

<http://lexvo.org/id/char/20D69> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/qu%E1%BB%9F>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/go2>,
        <http://lexvo.org/id/term/yue/%F0%A0%B5%A9>,
        "𠵩"^^xsd:string ;
    rdfs:comment "(Cant.) that"@en .

<http://lexvo.org/id/char/20D6A> a lvont:Character ;
    lvont:represents "𠵪"^^xsd:string .

<http://lexvo.org/id/char/20D6B> a lvont:Character ;
    lvont:represents "𠵫"^^xsd:string .

<http://lexvo.org/id/char/20D6C> a lvont:Character ;
    lvont:represents "𠵬"^^xsd:string .

<http://lexvo.org/id/char/20D6D> a lvont:Character ;
    lvont:represents "𠵭"^^xsd:string .

<http://lexvo.org/id/char/20D6E> a lvont:Character ;
    lvont:represents "𠵮"^^xsd:string .

<http://lexvo.org/id/char/20D6F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/gwit1%20gwit3>,
        <http://lexvo.org/id/term/yue/%F0%A0%B5%AF>,
        "𠵯"^^xsd:string ;
    rdfs:comment "(Cant.) onomatopoetic"@en .

<http://lexvo.org/id/char/20D7> a lvont:Character ;
    lvont:represents "⃗"^^xsd:string ;
    rdfs:comment "COMBINING RIGHT ARROW ABOVE"@en .

<http://lexvo.org/id/char/20D70> a lvont:Character ;
    lvont:represents "𠵰"^^xsd:string .

<http://lexvo.org/id/char/20D71> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/e>,
        "𠵱"^^xsd:string .

<http://lexvo.org/id/char/20D72> a lvont:Character ;
    lvont:represents "𠵲"^^xsd:string .

<http://lexvo.org/id/char/20D73> a lvont:Character ;
    lvont:represents "𠵳"^^xsd:string .

<http://lexvo.org/id/char/20D74> a lvont:Character ;
    lvont:represents "𠵴"^^xsd:string .

<http://lexvo.org/id/char/20D75> a lvont:Character ;
    lvont:represents "𠵵"^^xsd:string .

<http://lexvo.org/id/char/20D76> a lvont:Character ;
    lvont:represents "𠵶"^^xsd:string .

<http://lexvo.org/id/char/20D77> a lvont:Character ;
    lvont:represents "𠵷"^^xsd:string .

<http://lexvo.org/id/char/20D78> a lvont:Character ;
    lvont:represents "𠵸"^^xsd:string .

<http://lexvo.org/id/char/20D79> a lvont:Character ;
    lvont:represents "𠵹"^^xsd:string .

<http://lexvo.org/id/char/20D7A> a lvont:Character ;
    lvont:represents "𠵺"^^xsd:string .

<http://lexvo.org/id/char/20D7B> a lvont:Character ;
    lvont:represents "𠵻"^^xsd:string .

<http://lexvo.org/id/char/20D7C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/mang1%20mang4>,
        <http://lexvo.org/id/term/yue/%F0%A0%B5%BC>,
        "𠵼"^^xsd:string ;
    rdfs:comment "(Cant.) scars on the eyelid; phonetic"@en .

<http://lexvo.org/id/char/20D7D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ph%E1%BA%ADp>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/faat3>,
        <http://lexvo.org/id/term/yue/%F0%A0%B5%BD>,
        "𠵽"^^xsd:string .

<http://lexvo.org/id/char/20D7E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/waak1>,
        <http://lexvo.org/id/term/yue/%F0%A0%B5%BE>,
        "𠵾"^^xsd:string ;
    rdfs:comment "(Cant.) eloquent, sharp-tongued"@en .

<http://lexvo.org/id/char/20D7F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/pe1%20pe5>,
        <http://lexvo.org/id/term/yue/%F0%A0%B5%BF>,
        "𠵿"^^xsd:string ;
    rdfs:comment "(Cant.) a pair (from the Engl.); to stagger"@en .

<http://lexvo.org/id/char/20D8> a lvont:Character ;
    lvont:represents "⃘"^^xsd:string ;
    rdfs:comment "COMBINING RING OVERLAY"@en .

<http://lexvo.org/id/char/20D80> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/th%C4%83m>,
        "𠶀"^^xsd:string .

<http://lexvo.org/id/char/20D81> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/nh%E1%BB%AD>,
        "𠶁"^^xsd:string .

<http://lexvo.org/id/char/20D82> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/s%E1%BB%A7a>,
        "𠶂"^^xsd:string .

<http://lexvo.org/id/char/20D83> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ngo%E1%BA%A1m>,
        "𠶃"^^xsd:string .

<http://lexvo.org/id/char/20D84> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/g%E1%BA%A1>,
        "𠶄"^^xsd:string .

<http://lexvo.org/id/char/20D85> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/tr%C3%AAu>,
        "𠶅"^^xsd:string .

<http://lexvo.org/id/char/20D86> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/m%E1%BB%9Di>,
        "𠶆"^^xsd:string .

<http://lexvo.org/id/char/20D87> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/vi%E1%BA%BFng>,
        "𠶇"^^xsd:string .

<http://lexvo.org/id/char/20D88> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/s%E1%BB%97>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/se5>,
        <http://lexvo.org/id/term/yue/%F0%A0%B6%88>,
        "𠶈"^^xsd:string .

<http://lexvo.org/id/char/20D89> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/b%E1%BA%B7ng>,
        "𠶉"^^xsd:string .

<http://lexvo.org/id/char/20D8A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ph%C3%A0>,
        "𠶊"^^xsd:string .

<http://lexvo.org/id/char/20D8B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/r%E1%BB%89a>,
        "𠶋"^^xsd:string .

<http://lexvo.org/id/char/20D8C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/c%E1%BA%B7n>,
        "𠶌"^^xsd:string .

<http://lexvo.org/id/char/20D8D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ch%C5%A9m>,
        "𠶍"^^xsd:string .

<http://lexvo.org/id/char/20D8E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/b%E1%BA%BB>,
        "𠶎"^^xsd:string .

<http://lexvo.org/id/char/20D8F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ph%E1%BB%89nh>,
        "𠶏"^^xsd:string .

<http://lexvo.org/id/char/20D9> a lvont:Character ;
    lvont:represents "⃙"^^xsd:string ;
    rdfs:comment "COMBINING CLOCKWISE RING OVERLAY"@en .

<http://lexvo.org/id/char/20D90> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ngh%E1%BB%85nh>,
        "𠶐"^^xsd:string .

<http://lexvo.org/id/char/20D91> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/u>,
        "𠶑"^^xsd:string .

<http://lexvo.org/id/char/20D92> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/%C4%91%E1%BA%AFt>,
        "𠶒"^^xsd:string .

<http://lexvo.org/id/char/20D93> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/b%E1%BA%BBo>,
        "𠶓"^^xsd:string .

<http://lexvo.org/id/char/20D94> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/qu%E1%BA%A1i>,
        "𠶔"^^xsd:string .

<http://lexvo.org/id/char/20D95> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/nh%C3%A0u>,
        "𠶕"^^xsd:string .

<http://lexvo.org/id/char/20D96> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/u%E1%BB%91ng>,
        "𠶖"^^xsd:string .

<http://lexvo.org/id/char/20D97> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/s%E1%BB%B1c>,
        "𠶗"^^xsd:string .

<http://lexvo.org/id/char/20D98> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/s%E1%BA%AFt>,
        "𠶘"^^xsd:string .

<http://lexvo.org/id/char/20D99> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/b%E1%BB%99p>,
        "𠶙"^^xsd:string .

<http://lexvo.org/id/char/20D9A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/%E1%BA%A1>,
        "𠶚"^^xsd:string .

<http://lexvo.org/id/char/20D9B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ki%C3%AAng>,
        "𠶛"^^xsd:string .

<http://lexvo.org/id/char/20D9C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ch%E1%BA%BF>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zai3>,
        <http://lexvo.org/id/term/yue/%F0%A0%B6%9C>,
        "𠶜"^^xsd:string ;
    rdfs:comment "(Cant.) to do, work; to be willing"@en .

<http://lexvo.org/id/char/20D9D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/s%E1%BB%B1a>,
        "𠶝"^^xsd:string .

<http://lexvo.org/id/char/20D9E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/nh%C3%ADnh>,
        "𠶞"^^xsd:string .

<http://lexvo.org/id/char/20D9F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/%C3%A9p>,
        "𠶟"^^xsd:string .

<http://lexvo.org/id/char/20DA> a lvont:Character ;
    lvont:represents "⃚"^^xsd:string ;
    rdfs:comment "COMBINING ANTICLOCKWISE RING OVERLAY"@en .

<http://lexvo.org/id/char/20DA0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/tr%E1%BA%B9>,
        "𠶠"^^xsd:string .

<http://lexvo.org/id/char/20DA1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/tr%E1%BB%91i>,
        "𠶡"^^xsd:string .

<http://lexvo.org/id/char/20DA2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/d%C3%B9>,
        "𠶢"^^xsd:string .

<http://lexvo.org/id/char/20DA3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/mai>,
        "𠶣"^^xsd:string .

<http://lexvo.org/id/char/20DA4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/s%C6%B0%E1%BB%A3ng>,
        "𠶤"^^xsd:string .

<http://lexvo.org/id/char/20DA5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/kh%C3%BAng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kung4>,
        <http://lexvo.org/id/term/yue/%F0%A0%B6%A5>,
        "𠶥"^^xsd:string .

<http://lexvo.org/id/char/20DA6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/m%E1%BA%B9o>,
        "𠶦"^^xsd:string .

<http://lexvo.org/id/char/20DA7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/dim6>,
        <http://lexvo.org/id/term/yue/%F0%A0%B6%A7>,
        "𠶧"^^xsd:string ;
    rdfs:comment "(Cant.) straight, vertical; OK; to pick up with the fingers; verbal aspect marker of successful completion"@en .

<http://lexvo.org/id/char/20DA8> a lvont:Character ;
    lvont:represents "𠶨"^^xsd:string .

<http://lexvo.org/id/char/20DA9> a lvont:Character ;
    lvont:represents "𠶩"^^xsd:string .

<http://lexvo.org/id/char/20DAA> a lvont:Character ;
    lvont:represents "𠶪"^^xsd:string .

<http://lexvo.org/id/char/20DAB> a lvont:Character ;
    lvont:represents "𠶫"^^xsd:string .

<http://lexvo.org/id/char/20DAC> a lvont:Character ;
    lvont:represents "𠶬"^^xsd:string .

<http://lexvo.org/id/char/20DAD> a lvont:Character ;
    lvont:represents "𠶭"^^xsd:string .

<http://lexvo.org/id/char/20DAE> a lvont:Character ;
    lvont:represents "𠶮"^^xsd:string .

<http://lexvo.org/id/char/20DAF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ch%E1%BB%A5t>,
        "𠶯"^^xsd:string .

<http://lexvo.org/id/char/20DB> a lvont:Character ;
    lvont:represents "⃛"^^xsd:string ;
    rdfs:comment "COMBINING THREE DOTS ABOVE"@en .

<http://lexvo.org/id/char/20DB0> a lvont:Character ;
    lvont:represents "𠶰"^^xsd:string .

<http://lexvo.org/id/char/20DB1> a lvont:Character ;
    lvont:represents "𠶱"^^xsd:string .

<http://lexvo.org/id/char/20DB2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/gap6%20kap6>,
        <http://lexvo.org/id/term/yue/%F0%A0%B6%B2>,
        "𠶲"^^xsd:string ;
    rdfs:comment "(Cant.) to stare at; to take a big bite"@en .

<http://lexvo.org/id/char/20DB3> a lvont:Character ;
    lvont:represents "𠶳"^^xsd:string .

<http://lexvo.org/id/char/20DB4> a lvont:Character ;
    lvont:represents "𠶴"^^xsd:string .

<http://lexvo.org/id/char/20DB5> a lvont:Character ;
    lvont:represents "𠶵"^^xsd:string .

<http://lexvo.org/id/char/20DB6> a lvont:Character ;
    lvont:represents "𠶶"^^xsd:string .

<http://lexvo.org/id/char/20DB7> a lvont:Character ;
    lvont:represents "𠶷"^^xsd:string .

<http://lexvo.org/id/char/20DB8> a lvont:Character ;
    lvont:represents "𠶸"^^xsd:string .

<http://lexvo.org/id/char/20DB9> a lvont:Character ;
    lvont:represents "𠶹"^^xsd:string .

<http://lexvo.org/id/char/20DBA> a lvont:Character ;
    lvont:represents "𠶺"^^xsd:string .

<http://lexvo.org/id/char/20DBB> a lvont:Character ;
    lvont:represents "𠶻"^^xsd:string .

<http://lexvo.org/id/char/20DBC> a lvont:Character ;
    lvont:represents "𠶼"^^xsd:string .

<http://lexvo.org/id/char/20DBD> a lvont:Character ;
    lvont:represents "𠶽"^^xsd:string .

<http://lexvo.org/id/char/20DBE> a lvont:Character ;
    lvont:represents "𠶾"^^xsd:string .

<http://lexvo.org/id/char/20DBF> a lvont:Character ;
    lvont:represents "𠶿"^^xsd:string .

<http://lexvo.org/id/char/20DC> a lvont:Character ;
    lvont:represents "⃜"^^xsd:string ;
    rdfs:comment "COMBINING FOUR DOTS ABOVE"@en .

<http://lexvo.org/id/char/20DC0> a lvont:Character ;
    lvont:represents "𠷀"^^xsd:string .

<http://lexvo.org/id/char/20DC1> a lvont:Character ;
    lvont:represents "𠷁"^^xsd:string .

<http://lexvo.org/id/char/20DC2> a lvont:Character ;
    lvont:represents "𠷂"^^xsd:string .

<http://lexvo.org/id/char/20DC3> a lvont:Character ;
    lvont:represents "𠷃"^^xsd:string .

<http://lexvo.org/id/char/20DC4> a lvont:Character ;
    lvont:represents "𠷄"^^xsd:string .

<http://lexvo.org/id/char/20DC5> a lvont:Character ;
    lvont:represents "𠷅"^^xsd:string .

<http://lexvo.org/id/char/20DC6> a lvont:Character ;
    lvont:represents "𠷆"^^xsd:string .

<http://lexvo.org/id/char/20DC7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/th%C3%A8>,
        "𠷇"^^xsd:string .

<http://lexvo.org/id/char/20DC8> a lvont:Character ;
    lvont:represents "𠷈"^^xsd:string .

<http://lexvo.org/id/char/20DC9> a lvont:Character ;
    lvont:represents "𠷉"^^xsd:string .

<http://lexvo.org/id/char/20DCA> a lvont:Character ;
    lvont:represents "𠷊"^^xsd:string .

<http://lexvo.org/id/char/20DCB> a lvont:Character ;
    lvont:represents "𠷋"^^xsd:string .

<http://lexvo.org/id/char/20DCC> a lvont:Character ;
    lvont:represents "𠷌"^^xsd:string .

<http://lexvo.org/id/char/20DCD> a lvont:Character ;
    lvont:represents "𠷍"^^xsd:string .

<http://lexvo.org/id/char/20DCE> a lvont:Character ;
    lvont:represents "𠷎"^^xsd:string .

<http://lexvo.org/id/char/20DCF> a lvont:Character ;
    lvont:represents "𠷏"^^xsd:string .

<http://lexvo.org/id/char/20DD> a lvont:Character ;
    lvont:represents "⃝"^^xsd:string ;
    rdfs:comment "COMBINING ENCLOSING CIRCLE"@en .

<http://lexvo.org/id/char/20DD0> a lvont:Character ;
    lvont:represents "𠷐"^^xsd:string .

<http://lexvo.org/id/char/20DD1> a lvont:Character ;
    lvont:represents "𠷑"^^xsd:string .

<http://lexvo.org/id/char/20DD2> a lvont:Character ;
    lvont:represents "𠷒"^^xsd:string .

<http://lexvo.org/id/char/20DD3> a lvont:Character ;
    lvont:represents "𠷓"^^xsd:string .

<http://lexvo.org/id/char/20DD4> a lvont:Character ;
    lvont:represents "𠷔"^^xsd:string .

<http://lexvo.org/id/char/20DD5> a lvont:Character ;
    lvont:represents "𠷕"^^xsd:string .

<http://lexvo.org/id/char/20DD6> a lvont:Character ;
    lvont:represents "𠷖"^^xsd:string .

<http://lexvo.org/id/char/20DD7> a lvont:Character ;
    lvont:represents "𠷗"^^xsd:string .

<http://lexvo.org/id/char/20DD8> a lvont:Character ;
    lvont:represents "𠷘"^^xsd:string .

<http://lexvo.org/id/char/20DD9> a lvont:Character ;
    lvont:represents "𠷙"^^xsd:string .

<http://lexvo.org/id/char/20DDA> a lvont:Character ;
    lvont:represents "𠷚"^^xsd:string .

<http://lexvo.org/id/char/20DDB> a lvont:Character ;
    lvont:represents "𠷛"^^xsd:string .

<http://lexvo.org/id/char/20DDC> a lvont:Character ;
    lvont:represents "𠷜"^^xsd:string .

<http://lexvo.org/id/char/20DDD> a lvont:Character ;
    lvont:represents "𠷝"^^xsd:string .

<http://lexvo.org/id/char/20DDE> a lvont:Character ;
    lvont:represents "𠷞"^^xsd:string .

<http://lexvo.org/id/char/20DDF> a lvont:Character ;
    lvont:represents "𠷟"^^xsd:string .

<http://lexvo.org/id/char/20DE> a lvont:Character ;
    lvont:represents "⃞"^^xsd:string ;
    rdfs:comment "COMBINING ENCLOSING SQUARE"@en .

<http://lexvo.org/id/char/20DE0> a lvont:Character ;
    lvont:represents "𠷠"^^xsd:string .

<http://lexvo.org/id/char/20DE1> a lvont:Character ;
    lvont:represents "𠷡"^^xsd:string .

<http://lexvo.org/id/char/20DE2> a lvont:Character ;
    lvont:represents "𠷢"^^xsd:string .

<http://lexvo.org/id/char/20DE3> a lvont:Character ;
    lvont:represents "𠷣"^^xsd:string .

<http://lexvo.org/id/char/20DE4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ph%C3%A0o>,
        "𠷤"^^xsd:string .

<http://lexvo.org/id/char/20DE5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/%C4%91%C3%A0nh>,
        "𠷥"^^xsd:string .

<http://lexvo.org/id/char/20DE6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/mi%E1%BA%BFng>,
        "𠷦"^^xsd:string .

<http://lexvo.org/id/char/20DE7> a lvont:Character ;
    lvont:represents "𠷧"^^xsd:string .

<http://lexvo.org/id/char/20DE8> a lvont:Character ;
    lvont:represents "𠷨"^^xsd:string .

<http://lexvo.org/id/char/20DE9> a lvont:Character ;
    lvont:represents "𠷩"^^xsd:string .

<http://lexvo.org/id/char/20DEA> a lvont:Character ;
    lvont:represents "𠷪"^^xsd:string .

<http://lexvo.org/id/char/20DEB> a lvont:Character ;
    lvont:represents "𠷫"^^xsd:string .

<http://lexvo.org/id/char/20DEC> a lvont:Character ;
    lvont:represents "𠷬"^^xsd:string .

<http://lexvo.org/id/char/20DED> a lvont:Character ;
    lvont:represents "𠷭"^^xsd:string .

<http://lexvo.org/id/char/20DEE> a lvont:Character ;
    lvont:represents "𠷮"^^xsd:string .

<http://lexvo.org/id/char/20DEF> a lvont:Character ;
    lvont:represents "𠷯"^^xsd:string .

<http://lexvo.org/id/char/20DF> a lvont:Character ;
    lvont:represents "⃟"^^xsd:string ;
    rdfs:comment "COMBINING ENCLOSING DIAMOND"@en .

<http://lexvo.org/id/char/20DF0> a lvont:Character ;
    lvont:represents "𠷰"^^xsd:string .

<http://lexvo.org/id/char/20DF1> a lvont:Character ;
    lvont:represents "𠷱"^^xsd:string .

<http://lexvo.org/id/char/20DF2> a lvont:Character ;
    lvont:represents "𠷲"^^xsd:string .

<http://lexvo.org/id/char/20DF3> a lvont:Character ;
    lvont:represents "𠷳"^^xsd:string .

<http://lexvo.org/id/char/20DF4> a lvont:Character ;
    lvont:represents "𠷴"^^xsd:string .

<http://lexvo.org/id/char/20DF5> a lvont:Character ;
    lvont:represents "𠷵"^^xsd:string .

<http://lexvo.org/id/char/20DF6> a lvont:Character ;
    lvont:represents "𠷶"^^xsd:string .

<http://lexvo.org/id/char/20DF7> a lvont:Character ;
    lvont:represents "𠷷"^^xsd:string .

<http://lexvo.org/id/char/20DF8> a lvont:Character ;
    lvont:represents "𠷸"^^xsd:string .

<http://lexvo.org/id/char/20DF9> a lvont:Character ;
    lvont:represents "𠷹"^^xsd:string .

<http://lexvo.org/id/char/20DFA> a lvont:Character ;
    lvont:represents "𠷺"^^xsd:string .

<http://lexvo.org/id/char/20DFB> a lvont:Character ;
    lvont:represents "𠷻"^^xsd:string .

<http://lexvo.org/id/char/20DFC> a lvont:Character ;
    lvont:represents "𠷼"^^xsd:string .

<http://lexvo.org/id/char/20DFD> a lvont:Character ;
    lvont:represents "𠷽"^^xsd:string .

<http://lexvo.org/id/char/20DFE> a lvont:Character ;
    lvont:represents "𠷾"^^xsd:string .

<http://lexvo.org/id/char/20DFF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C7%8E>,
        "𠷿"^^xsd:string .

<http://lexvo.org/id/char/20E0> a lvont:Character ;
    lvont:represents "⃠"^^xsd:string ;
    rdfs:comment "COMBINING ENCLOSING CIRCLE BACKSLASH"@en .

<http://lexvo.org/id/char/20E00> a lvont:Character ;
    lvont:represents "𠸀"^^xsd:string .

<http://lexvo.org/id/char/20E01> a lvont:Character ;
    lvont:represents "𠸁"^^xsd:string .

<http://lexvo.org/id/char/20E02> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/gi%E1%BB%8Dt>,
        "𠸂"^^xsd:string .

<http://lexvo.org/id/char/20E03> a lvont:Character ;
    lvont:represents "𠸃"^^xsd:string .

<http://lexvo.org/id/char/20E04> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/inh>,
        "𠸄"^^xsd:string .

<http://lexvo.org/id/char/20E05> a lvont:Character ;
    lvont:represents "𠸅"^^xsd:string .

<http://lexvo.org/id/char/20E06> a lvont:Character ;
    lvont:represents "𠸆"^^xsd:string .

<http://lexvo.org/id/char/20E07> a lvont:Character ;
    lvont:represents "𠸇"^^xsd:string .

<http://lexvo.org/id/char/20E08> a lvont:Character ;
    lvont:represents "𠸈"^^xsd:string .

<http://lexvo.org/id/char/20E09> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/kak1>,
        <http://lexvo.org/id/term/yue/%F0%A0%B8%89>,
        "𠸉"^^xsd:string ;
    rdfs:comment "(Cant.) to block, obstruct"@en .

<http://lexvo.org/id/char/20E0A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/tap1>,
        <http://lexvo.org/id/term/yue/%F0%A0%B8%8A>,
        "𠸊"^^xsd:string ;
    rdfs:comment "(Cant.) an intensifying particle"@en .

<http://lexvo.org/id/char/20E0B> a lvont:Character ;
    lvont:represents "𠸋"^^xsd:string .

<http://lexvo.org/id/char/20E0C> a lvont:Character ;
    lvont:represents "𠸌"^^xsd:string .

<http://lexvo.org/id/char/20E0D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/m%C3%A9>,
        "𠸍"^^xsd:string .

<http://lexvo.org/id/char/20E0E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/naa1>,
        <http://lexvo.org/id/term/yue/%F0%A0%B8%8E>,
        "𠸎"^^xsd:string ;
    rdfs:comment "(Cant.) and, with"@en .

<http://lexvo.org/id/char/20E0F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/ge2>,
        <http://lexvo.org/id/term/yue/%F0%A0%B8%8F>,
        "𠸏"^^xsd:string ;
    rdfs:comment "(Cant.) final particle"@en .

<http://lexvo.org/id/char/20E1> a lvont:Character ;
    lvont:represents "⃡"^^xsd:string ;
    rdfs:comment "COMBINING LEFT RIGHT ARROW ABOVE"@en .

<http://lexvo.org/id/char/20E10> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/kam1>,
        <http://lexvo.org/id/term/yue/%F0%A0%B8%90>,
        "𠸐"^^xsd:string ;
    rdfs:comment "(Cant.) to endure, last"@en .

<http://lexvo.org/id/char/20E11> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/soek3>,
        <http://lexvo.org/id/term/yue/%F0%A0%B8%91>,
        "𠸑"^^xsd:string ;
    rdfs:comment "(Cant.) soft, sodden"@en .

<http://lexvo.org/id/char/20E12> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/b%E1%BA%A3u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bou2>,
        <http://lexvo.org/id/term/yue/%F0%A0%B8%92>,
        "𠸒"^^xsd:string ;
    rdfs:comment "(Cant.) 生𠸒人, a stranger"@en .

<http://lexvo.org/id/char/20E13> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/qu%C3%A1t>,
        "𠸓"^^xsd:string .

<http://lexvo.org/id/char/20E14> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/n%E1%BB%8Bu>,
        "𠸔"^^xsd:string .

<http://lexvo.org/id/char/20E15> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/d%E1%BA%B7n>,
        "𠸕"^^xsd:string .

<http://lexvo.org/id/char/20E16> a lvont:Character ;
    lvont:represents "𠸖"^^xsd:string .

<http://lexvo.org/id/char/20E17> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/x%C6%B0a>,
        "𠸗"^^xsd:string .

<http://lexvo.org/id/char/20E18> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/t%E1%BB%A5c>,
        "𠸘"^^xsd:string .

<http://lexvo.org/id/char/20E19> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/s%E1%BB%91ng>,
        "𠸙"^^xsd:string .

<http://lexvo.org/id/char/20E1A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/c%E1%BA%A3u>,
        "𠸚"^^xsd:string .

<http://lexvo.org/id/char/20E1B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/t%C3%AAn>,
        "𠸛"^^xsd:string .

<http://lexvo.org/id/char/20E1C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/t%C3%AAn>,
        "𠸜"^^xsd:string .

<http://lexvo.org/id/char/20E1D> a lvont:Character ;
    lvont:represents "𠸝"^^xsd:string .

<http://lexvo.org/id/char/20E1E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/%C4%91%C3%BAm>,
        "𠸞"^^xsd:string .

<http://lexvo.org/id/char/20E1F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/bai>,
        "𠸟"^^xsd:string .

<http://lexvo.org/id/char/20E2> a lvont:Character ;
    lvont:represents "⃢"^^xsd:string ;
    rdfs:comment "COMBINING ENCLOSING SCREEN"@en .

<http://lexvo.org/id/char/20E20> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/b%C3%AD>,
        "𠸠"^^xsd:string .

<http://lexvo.org/id/char/20E21> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/h%E1%BB%B1c>,
        "𠸡"^^xsd:string .

<http://lexvo.org/id/char/20E22> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ph%E1%BB%A9c>,
        "𠸢"^^xsd:string .

<http://lexvo.org/id/char/20E23> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/h%C3%B2ng>,
        "𠸣"^^xsd:string .

<http://lexvo.org/id/char/20E24> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/gi%C3%A3i>,
        "𠸤"^^xsd:string .

<http://lexvo.org/id/char/20E25> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/k%E1%BB%83>,
        "𠸥"^^xsd:string .

<http://lexvo.org/id/char/20E26> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/khan>,
        "𠸦"^^xsd:string .

<http://lexvo.org/id/char/20E27> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/kh%E1%BA%A1c>,
        "𠸧"^^xsd:string .

<http://lexvo.org/id/char/20E28> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/l%C3%A1y>,
        "𠸨"^^xsd:string .

<http://lexvo.org/id/char/20E29> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/r%C3%AAn>,
        "𠸩"^^xsd:string .

<http://lexvo.org/id/char/20E2A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/v%E1%BA%B7c>,
        "𠸪"^^xsd:string .

<http://lexvo.org/id/char/20E2B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/t%C3%A2u>,
        "𠸫"^^xsd:string .

<http://lexvo.org/id/char/20E2C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/x%E1%BA%A7m>,
        "𠸬"^^xsd:string .

<http://lexvo.org/id/char/20E2D> a lvont:Character ;
    lvont:represents "𠸭"^^xsd:string .

<http://lexvo.org/id/char/20E2E> a lvont:Character ;
    lvont:represents "𠸮"^^xsd:string .

<http://lexvo.org/id/char/20E2F> a lvont:Character ;
    lvont:represents "𠸯"^^xsd:string .

<http://lexvo.org/id/char/20E3> a lvont:Character ;
    lvont:represents "⃣"^^xsd:string ;
    rdfs:comment "COMBINING ENCLOSING KEYCAP"@en .

<http://lexvo.org/id/char/20E30> a lvont:Character ;
    lvont:represents "𠸰"^^xsd:string .

<http://lexvo.org/id/char/20E31> a lvont:Character ;
    lvont:represents "𠸱"^^xsd:string .

<http://lexvo.org/id/char/20E32> a lvont:Character ;
    lvont:represents "𠸲"^^xsd:string .

<http://lexvo.org/id/char/20E33> a lvont:Character ;
    lvont:represents "𠸳"^^xsd:string .

<http://lexvo.org/id/char/20E34> a lvont:Character ;
    lvont:represents "𠸴"^^xsd:string .

<http://lexvo.org/id/char/20E35> a lvont:Character ;
    lvont:represents "𠸵"^^xsd:string .

<http://lexvo.org/id/char/20E36> a lvont:Character ;
    lvont:represents "𠸶"^^xsd:string .

<http://lexvo.org/id/char/20E37> a lvont:Character ;
    lvont:represents "𠸷"^^xsd:string .

<http://lexvo.org/id/char/20E38> a lvont:Character ;
    lvont:represents "𠸸"^^xsd:string .

<http://lexvo.org/id/char/20E39> a lvont:Character ;
    lvont:represents "𠸹"^^xsd:string .

<http://lexvo.org/id/char/20E3A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ng%C3%A1ch>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ngaak6>,
        <http://lexvo.org/id/term/yue/%F0%A0%B8%BA>,
        "𠸺"^^xsd:string ;
    rdfs:comment "(Cant.) contrary, opposing"@en .

<http://lexvo.org/id/char/20E3B> a lvont:Character ;
    lvont:represents "𠸻"^^xsd:string .

<http://lexvo.org/id/char/20E3C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/m%E1%BB%9Di>,
        "𠸼"^^xsd:string .

<http://lexvo.org/id/char/20E3D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ch%C3%ACa>,
        "𠸽"^^xsd:string .

<http://lexvo.org/id/char/20E3E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/m%E1%BA%A5p>,
        "𠸾"^^xsd:string .

<http://lexvo.org/id/char/20E3F> a lvont:Character ;
    lvont:represents "𠸿"^^xsd:string .

<http://lexvo.org/id/char/20E4> a lvont:Character ;
    lvont:represents "⃤"^^xsd:string ;
    rdfs:comment "COMBINING ENCLOSING UPWARD POINTING TRIANGLE"@en .

<http://lexvo.org/id/char/20E40> a lvont:Character ;
    lvont:represents "𠹀"^^xsd:string .

<http://lexvo.org/id/char/20E41> a lvont:Character ;
    lvont:represents "𠹁"^^xsd:string .

<http://lexvo.org/id/char/20E42> a lvont:Character ;
    lvont:represents "𠹂"^^xsd:string .

<http://lexvo.org/id/char/20E43> a lvont:Character ;
    lvont:represents "𠹃"^^xsd:string .

<http://lexvo.org/id/char/20E44> a lvont:Character ;
    lvont:represents "𠹄"^^xsd:string .

<http://lexvo.org/id/char/20E45> a lvont:Character ;
    lvont:represents "𠹅"^^xsd:string .

<http://lexvo.org/id/char/20E46> a lvont:Character ;
    lvont:represents "𠹆"^^xsd:string .

<http://lexvo.org/id/char/20E47> a lvont:Character ;
    lvont:represents "𠹇"^^xsd:string .

<http://lexvo.org/id/char/20E48> a lvont:Character ;
    lvont:represents "𠹈"^^xsd:string .

<http://lexvo.org/id/char/20E49> a lvont:Character ;
    lvont:represents "𠹉"^^xsd:string .

<http://lexvo.org/id/char/20E4A> a lvont:Character ;
    lvont:represents "𠹊"^^xsd:string .

<http://lexvo.org/id/char/20E4B> a lvont:Character ;
    lvont:represents "𠹋"^^xsd:string .

<http://lexvo.org/id/char/20E4C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/lan2%20lang1%20lang3%20nang3>,
        <http://lexvo.org/id/term/yue/%F0%A0%B9%8C>,
        "𠹌"^^xsd:string ;
    rdfs:comment "(Cant.) uncommon, rare; penis (vulg.)"@en .

<http://lexvo.org/id/char/20E4D> a lvont:Character ;
    lvont:represents "𠹍"^^xsd:string .

<http://lexvo.org/id/char/20E4E> a lvont:Character ;
    lvont:represents "𠹎"^^xsd:string .

<http://lexvo.org/id/char/20E4F> a lvont:Character ;
    lvont:represents "𠹏"^^xsd:string .

<http://lexvo.org/id/char/20E5> a lvont:Character ;
    lvont:represents "⃥"^^xsd:string ;
    rdfs:comment "COMBINING REVERSE SOLIDUS OVERLAY"@en .

<http://lexvo.org/id/char/20E50> a lvont:Character ;
    lvont:represents "𠹐"^^xsd:string .

<http://lexvo.org/id/char/20E51> a lvont:Character ;
    lvont:represents "𠹑"^^xsd:string .

<http://lexvo.org/id/char/20E52> a lvont:Character ;
    lvont:represents "𠹒"^^xsd:string .

<http://lexvo.org/id/char/20E53> a lvont:Character ;
    lvont:represents "𠹓"^^xsd:string .

<http://lexvo.org/id/char/20E54> a lvont:Character ;
    lvont:represents "𠹔"^^xsd:string .

<http://lexvo.org/id/char/20E55> a lvont:Character ;
    lvont:represents "𠹕"^^xsd:string .

<http://lexvo.org/id/char/20E56> a lvont:Character ;
    lvont:represents "𠹖"^^xsd:string .

<http://lexvo.org/id/char/20E57> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ch%C3%A1t>,
        "𠹗"^^xsd:string .

<http://lexvo.org/id/char/20E58> a lvont:Character ;
    lvont:represents "𠹘"^^xsd:string .

<http://lexvo.org/id/char/20E59> a lvont:Character ;
    lvont:represents "𠹙"^^xsd:string .

<http://lexvo.org/id/char/20E5A> a lvont:Character ;
    lvont:represents "𠹚"^^xsd:string .

<http://lexvo.org/id/char/20E5B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/h%C3%A1>,
        "𠹛"^^xsd:string .

<http://lexvo.org/id/char/20E5C> a lvont:Character ;
    lvont:represents "𠹜"^^xsd:string .

<http://lexvo.org/id/char/20E5D> a lvont:Character ;
    lvont:represents "𠹝"^^xsd:string .

<http://lexvo.org/id/char/20E5E> a lvont:Character ;
    lvont:represents "𠹞"^^xsd:string .

<http://lexvo.org/id/char/20E5F> a lvont:Character ;
    lvont:represents "𠹟"^^xsd:string .

<http://lexvo.org/id/char/20E6> a lvont:Character ;
    lvont:represents "⃦"^^xsd:string ;
    rdfs:comment "COMBINING DOUBLE VERTICAL STROKE OVERLAY"@en .

<http://lexvo.org/id/char/20E60> a lvont:Character ;
    lvont:represents "𠹠"^^xsd:string .

<http://lexvo.org/id/char/20E61> a lvont:Character ;
    lvont:represents "𠹡"^^xsd:string .

<http://lexvo.org/id/char/20E62> a lvont:Character ;
    lvont:represents "𠹢"^^xsd:string .

<http://lexvo.org/id/char/20E63> a lvont:Character ;
    lvont:represents "𠹣"^^xsd:string .

<http://lexvo.org/id/char/20E64> a lvont:Character ;
    lvont:represents "𠹤"^^xsd:string .

<http://lexvo.org/id/char/20E65> a lvont:Character ;
    lvont:represents "𠹥"^^xsd:string .

<http://lexvo.org/id/char/20E66> a lvont:Character ;
    lvont:represents "𠹦"^^xsd:string .

<http://lexvo.org/id/char/20E67> a lvont:Character ;
    lvont:represents "𠹧"^^xsd:string .

<http://lexvo.org/id/char/20E68> a lvont:Character ;
    lvont:represents "𠹨"^^xsd:string .

<http://lexvo.org/id/char/20E69> a lvont:Character ;
    lvont:represents "𠹩"^^xsd:string .

<http://lexvo.org/id/char/20E6A> a lvont:Character ;
    lvont:represents "𠹪"^^xsd:string .

<http://lexvo.org/id/char/20E6B> a lvont:Character ;
    lvont:represents "𠹫"^^xsd:string .

<http://lexvo.org/id/char/20E6C> a lvont:Character ;
    lvont:represents "𠹬"^^xsd:string .

<http://lexvo.org/id/char/20E6D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/ko1>,
        <http://lexvo.org/id/term/yue/%F0%A0%B9%AD>,
        "𠹭"^^xsd:string ;
    rdfs:comment "(Cant.) to call (Engl. loan-word)"@en .

<http://lexvo.org/id/char/20E6E> a lvont:Character ;
    lvont:represents "𠹮"^^xsd:string .

<http://lexvo.org/id/char/20E6F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/b%E1%BA%B9>,
        "𠹯"^^xsd:string .

<http://lexvo.org/id/char/20E7> a lvont:Character ;
    lvont:represents "⃧"^^xsd:string ;
    rdfs:comment "COMBINING ANNUITY SYMBOL"@en .

<http://lexvo.org/id/char/20E70> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/b%C3%A8m>,
        "𠹰"^^xsd:string .

<http://lexvo.org/id/char/20E71> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/kh%E1%BB%AB>,
        "𠹱"^^xsd:string .

<http://lexvo.org/id/char/20E72> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ch%E1%BB%A9>,
        "𠹲"^^xsd:string .

<http://lexvo.org/id/char/20E73> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/c%E1%BB%A3t>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/git6>,
        <http://lexvo.org/id/term/yue/%F0%A0%B9%B3>,
        "𠹳"^^xsd:string ;
    rdfs:comment "(Cant.) thick, viscous, dense"@en .

<http://lexvo.org/id/char/20E74> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/qu%E1%BA%B1n>,
        "𠹴"^^xsd:string .

<http://lexvo.org/id/char/20E75> a lvont:Character ;
    lvont:represents "𠹵"^^xsd:string .

<http://lexvo.org/id/char/20E76> a lvont:Character ;
    lvont:represents "𠹶"^^xsd:string .

<http://lexvo.org/id/char/20E77> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/ngo4>,
        <http://lexvo.org/id/term/yue/%F0%A0%B9%B7>,
        "𠹷"^^xsd:string ;
    rdfs:comment "(Cant.) to speak tirelessly"@en .

<http://lexvo.org/id/char/20E78> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/kam2>,
        <http://lexvo.org/id/term/yue/%F0%A0%B9%B8>,
        "𠹸"^^xsd:string ;
    rdfs:comment "(Cant.) to cover, close up"@en .

<http://lexvo.org/id/char/20E79> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/lan4%20leon4>,
        <http://lexvo.org/id/term/yue/%F0%A0%B9%B9>,
        "𠹹"^^xsd:string ;
    rdfs:comment "to hurry"@en .

<http://lexvo.org/id/char/20E7A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/maai4>,
        <http://lexvo.org/id/term/yue/%F0%A0%B9%BA>,
        "𠹺"^^xsd:string ;
    rdfs:comment "(Cant.) verbal aspect marker for comletion or movement towards"@en .

<http://lexvo.org/id/char/20E7B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/zam6>,
        <http://lexvo.org/id/term/yue/%F0%A0%B9%BB>,
        "𠹻"^^xsd:string ;
    rdfs:comment "(Cant.) classifier for smells"@en .

<http://lexvo.org/id/char/20E7C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/r%E1%BB%89a>,
        "𠹼"^^xsd:string .

<http://lexvo.org/id/char/20E7D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/cay>,
        "𠹽"^^xsd:string .

<http://lexvo.org/id/char/20E7E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ch%E1%BB%8Bu>,
        "𠹾"^^xsd:string .

<http://lexvo.org/id/char/20E7F> a lvont:Character ;
    lvont:represents "𠹿"^^xsd:string .

<http://lexvo.org/id/char/20E8> a lvont:Character ;
    lvont:represents "⃨"^^xsd:string ;
    rdfs:comment "COMBINING TRIPLE UNDERDOT"@en .

<http://lexvo.org/id/char/20E80> a lvont:Character ;
    lvont:represents "𠺀"^^xsd:string .

<http://lexvo.org/id/char/20E81> a lvont:Character ;
    lvont:represents "𠺁"^^xsd:string .

<http://lexvo.org/id/char/20E82> a lvont:Character ;
    lvont:represents "𠺂"^^xsd:string .

<http://lexvo.org/id/char/20E83> a lvont:Character ;
    lvont:represents "𠺃"^^xsd:string .

<http://lexvo.org/id/char/20E84> a lvont:Character ;
    lvont:represents "𠺄"^^xsd:string .

<http://lexvo.org/id/char/20E85> a lvont:Character ;
    lvont:represents "𠺅"^^xsd:string .

<http://lexvo.org/id/char/20E86> a lvont:Character ;
    lvont:represents "𠺆"^^xsd:string .

<http://lexvo.org/id/char/20E87> a lvont:Character ;
    lvont:represents "𠺇"^^xsd:string .

<http://lexvo.org/id/char/20E88> a lvont:Character ;
    lvont:represents "𠺈"^^xsd:string .

<http://lexvo.org/id/char/20E89> a lvont:Character ;
    lvont:represents "𠺉"^^xsd:string .

<http://lexvo.org/id/char/20E8A> a lvont:Character ;
    lvont:represents "𠺊"^^xsd:string .

<http://lexvo.org/id/char/20E8B> a lvont:Character ;
    lvont:represents "𠺋"^^xsd:string .

<http://lexvo.org/id/char/20E8C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/gwe1>,
        <http://lexvo.org/id/term/yue/%F0%A0%BA%8C>,
        "𠺌"^^xsd:string ;
    rdfs:comment "(Cant.) timid"@en .

<http://lexvo.org/id/char/20E8D> a lvont:Character ;
    lvont:represents "𠺍"^^xsd:string .

<http://lexvo.org/id/char/20E8E> a lvont:Character ;
    lvont:represents "𠺎"^^xsd:string .

<http://lexvo.org/id/char/20E8F> a lvont:Character ;
    lvont:represents "𠺏"^^xsd:string .

<http://lexvo.org/id/char/20E9> a lvont:Character ;
    lvont:represents "⃩"^^xsd:string ;
    rdfs:comment "COMBINING WIDE BRIDGE ABOVE"@en .

<http://lexvo.org/id/char/20E90> a lvont:Character ;
    lvont:represents "𠺐"^^xsd:string .

<http://lexvo.org/id/char/20E91> a lvont:Character ;
    lvont:represents "𠺑"^^xsd:string .

<http://lexvo.org/id/char/20E92> a lvont:Character ;
    lvont:represents "𠺒"^^xsd:string .

<http://lexvo.org/id/char/20E93> a lvont:Character ;
    lvont:represents "𠺓"^^xsd:string .

<http://lexvo.org/id/char/20E94> a lvont:Character ;
    lvont:represents "𠺔"^^xsd:string .

<http://lexvo.org/id/char/20E95> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/tr%C3%AAu>,
        "𠺕"^^xsd:string .

<http://lexvo.org/id/char/20E96> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C7%94%201384.080%3Ay%C4%ABng>,
        "𠺖"^^xsd:string .

<http://lexvo.org/id/char/20E97> a lvont:Character ;
    lvont:represents "𠺗"^^xsd:string .

<http://lexvo.org/id/char/20E98> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/long1%20long2>,
        <http://lexvo.org/id/term/yue/%F0%A0%BA%98>,
        "𠺘"^^xsd:string ;
    rdfs:comment "(Cant.) hard to get along with; to rinse, spread thin"@en .

<http://lexvo.org/id/char/20E99> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/th%E1%BB%91i>,
        "𠺙"^^xsd:string .

<http://lexvo.org/id/char/20E9A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/b%C4%83n>,
        "𠺚"^^xsd:string .

<http://lexvo.org/id/char/20E9B> a lvont:Character ;
    lvont:represents "𠺛"^^xsd:string .

<http://lexvo.org/id/char/20E9C> a lvont:Character ;
    lvont:represents "𠺜"^^xsd:string .

<http://lexvo.org/id/char/20E9D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/gaak3>,
        <http://lexvo.org/id/term/yue/%F0%A0%BA%9D>,
        "𠺝"^^xsd:string ;
    rdfs:comment "(Cant.) final particle"@en .

<http://lexvo.org/id/char/20E9E> a lvont:Character ;
    lvont:represents "𠺞"^^xsd:string .

<http://lexvo.org/id/char/20E9F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/kh%C3%B2>,
        "𠺟"^^xsd:string .

<http://lexvo.org/id/char/20EA> a lvont:Character ;
    lvont:represents "⃪"^^xsd:string ;
    rdfs:comment "COMBINING LEFTWARDS ARROW OVERLAY"@en .

<http://lexvo.org/id/char/20EA0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/l%C3%BAng>,
        "𠺠"^^xsd:string .

<http://lexvo.org/id/char/20EA1> a lvont:Character ;
    lvont:represents "𠺡"^^xsd:string .

<http://lexvo.org/id/char/20EA2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/gaa1%20gaa2>,
        <http://lexvo.org/id/term/yue/%F0%A0%BA%A2>,
        "𠺢"^^xsd:string ;
    rdfs:comment "(Cant.) final particle"@en .

<http://lexvo.org/id/char/20EA3> a lvont:Character ;
    lvont:represents "𠺣"^^xsd:string .

<http://lexvo.org/id/char/20EA4> a lvont:Character ;
    lvont:represents "𠺤"^^xsd:string .

<http://lexvo.org/id/char/20EA5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ch%E1%BB%8Bu>,
        "𠺥"^^xsd:string .

<http://lexvo.org/id/char/20EA6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ch%C3%B3i>,
        "𠺦"^^xsd:string .

<http://lexvo.org/id/char/20EA7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/di%E1%BB%81u>,
        "𠺧"^^xsd:string .

<http://lexvo.org/id/char/20EA8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/r%E1%BB%89>,
        "𠺨"^^xsd:string .

<http://lexvo.org/id/char/20EA9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/tr%C6%A1u>,
        "𠺩"^^xsd:string .

<http://lexvo.org/id/char/20EAA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/he3%20hi1>,
        <http://lexvo.org/id/term/yue/%F0%A0%BA%AA>,
        "𠺪"^^xsd:string ;
    rdfs:comment "(Cant.) in a rush; slovenly"@en .

<http://lexvo.org/id/char/20EAB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/loe1>,
        <http://lexvo.org/id/term/yue/%F0%A0%BA%AB>,
        "𠺫"^^xsd:string ;
    rdfs:comment "(Cant.) strange, peculiar"@en .

<http://lexvo.org/id/char/20EAC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/he2>,
        <http://lexvo.org/id/term/yue/%F0%A0%BA%AC>,
        "𠺬"^^xsd:string ;
    rdfs:comment "(Cant.) final particle"@en .

<http://lexvo.org/id/char/20EAD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/b%E1%BB%97ng>,
        "𠺭"^^xsd:string .

<http://lexvo.org/id/char/20EAE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/th%C3%A8>,
        "𠺮"^^xsd:string .

<http://lexvo.org/id/char/20EAF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/v%C3%B2ng>,
        "𠺯"^^xsd:string .

<http://lexvo.org/id/char/20EB> a lvont:Character ;
    lvont:represents "⃫"^^xsd:string ;
    rdfs:comment "COMBINING LONG DOUBLE SOLIDUS OVERLAY"@en .

<http://lexvo.org/id/char/20EB0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/x%E1%BA%B1ng>,
        "𠺰"^^xsd:string .

<http://lexvo.org/id/char/20EB1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/h%C3%BAng>,
        "𠺱"^^xsd:string .

<http://lexvo.org/id/char/20EB2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ch%C3%A1n>,
        "𠺲"^^xsd:string .

<http://lexvo.org/id/char/20EB3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/gh%C3%AA>,
        "𠺳"^^xsd:string .

<http://lexvo.org/id/char/20EB4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/h%C3%A1t>,
        "𠺴"^^xsd:string .

<http://lexvo.org/id/char/20EB5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ch%E1%BA%AFc>,
        "𠺵"^^xsd:string .

<http://lexvo.org/id/char/20EB6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/n%E1%BB%9Bp>,
        "𠺶"^^xsd:string .

<http://lexvo.org/id/char/20EB7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/cho%E1%BA%A1c>,
        "𠺷"^^xsd:string .

<http://lexvo.org/id/char/20EB8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/t%E1%BB%89m>,
        "𠺸"^^xsd:string .

<http://lexvo.org/id/char/20EB9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ri>,
        "𠺹"^^xsd:string .

<http://lexvo.org/id/char/20EBA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/qu%C3%A9>,
        "𠺺"^^xsd:string .

<http://lexvo.org/id/char/20EBB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/c%E1%BB%91p>,
        "𠺻"^^xsd:string .

<http://lexvo.org/id/char/20EBC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/xui>,
        "𠺼"^^xsd:string .

<http://lexvo.org/id/char/20EBD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/s%C6%B0%E1%BB%A3t>,
        "𠺽"^^xsd:string .

<http://lexvo.org/id/char/20EBE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/chau>,
        "𠺾"^^xsd:string .

<http://lexvo.org/id/char/20EBF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ngoan>,
        "𠺿"^^xsd:string .

<http://lexvo.org/id/char/20EC> a lvont:Character ;
    lvont:represents "⃬"^^xsd:string ;
    rdfs:comment "COMBINING RIGHTWARDS HARPOON WITH BARB DOWNWARDS"@en .

<http://lexvo.org/id/char/20EC0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/d%C3%B2>,
        "𠻀"^^xsd:string .

<http://lexvo.org/id/char/20EC1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/g%C6%B0%C6%A1ng>,
        "𠻁"^^xsd:string .

<http://lexvo.org/id/char/20EC2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ng%E1%BB%91n>,
        "𠻂"^^xsd:string .

<http://lexvo.org/id/char/20EC3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/han>,
        "𠻃"^^xsd:string .

<http://lexvo.org/id/char/20EC4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/oang>,
        "𠻄"^^xsd:string .

<http://lexvo.org/id/char/20EC5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/b%E1%BA%B9p>,
        "𠻅"^^xsd:string .

<http://lexvo.org/id/char/20EC6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/gi%E1%BA%ADn>,
        "𠻆"^^xsd:string .

<http://lexvo.org/id/char/20EC7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/d%E1%BA%A1i>,
        "𠻇"^^xsd:string .

<http://lexvo.org/id/char/20EC8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/%E1%BB%9Bn>,
        "𠻈"^^xsd:string .

<http://lexvo.org/id/char/20EC9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/qu%C3%A1t>,
        "𠻉"^^xsd:string .

<http://lexvo.org/id/char/20ECA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/tu%E1%BB%87ch>,
        "𠻊"^^xsd:string .

<http://lexvo.org/id/char/20ECB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/b%E1%BB%B1a>,
        "𠻋"^^xsd:string .

<http://lexvo.org/id/char/20ECC> a lvont:Character ;
    lvont:represents "𠻌"^^xsd:string .

<http://lexvo.org/id/char/20ECD> a lvont:Character ;
    lvont:represents "𠻍"^^xsd:string .

<http://lexvo.org/id/char/20ECE> a lvont:Character ;
    lvont:represents "𠻎"^^xsd:string .

<http://lexvo.org/id/char/20ECF> a lvont:Character ;
    lvont:represents "𠻏"^^xsd:string .

<http://lexvo.org/id/char/20ED> a lvont:Character ;
    lvont:represents "⃭"^^xsd:string ;
    rdfs:comment "COMBINING LEFTWARDS HARPOON WITH BARB DOWNWARDS"@en .

<http://lexvo.org/id/char/20ED0> a lvont:Character ;
    lvont:represents "𠻐"^^xsd:string .

<http://lexvo.org/id/char/20ED1> a lvont:Character ;
    lvont:represents "𠻑"^^xsd:string .

<http://lexvo.org/id/char/20ED2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ngo%E1%BA%A1m>,
        "𠻒"^^xsd:string .

<http://lexvo.org/id/char/20ED3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/th%C3%B2i>,
        "𠻓"^^xsd:string .

<http://lexvo.org/id/char/20ED4> a lvont:Character ;
    lvont:represents "𠻔"^^xsd:string .

<http://lexvo.org/id/char/20ED5> a lvont:Character ;
    lvont:represents "𠻕"^^xsd:string .

<http://lexvo.org/id/char/20ED6> a lvont:Character ;
    lvont:represents "𠻖"^^xsd:string .

<http://lexvo.org/id/char/20ED7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/le4>,
        <http://lexvo.org/id/term/yue/%F0%A0%BB%97>,
        "𠻗"^^xsd:string ;
    rdfs:comment "(Cant.) imperative final particle"@en .

<http://lexvo.org/id/char/20ED8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/zeot6>,
        <http://lexvo.org/id/term/yue/%F0%A0%BB%98>,
        "𠻘"^^xsd:string ;
    rdfs:comment "(Cant.) sound of eating (onomatopoetic)"@en .

<http://lexvo.org/id/char/20ED9> a lvont:Character ;
    lvont:represents "𠻙"^^xsd:string .

<http://lexvo.org/id/char/20EDA> a lvont:Character ;
    lvont:represents "𠻚"^^xsd:string .

<http://lexvo.org/id/char/20EDB> a lvont:Character ;
    lvont:represents "𠻛"^^xsd:string .

<http://lexvo.org/id/char/20EDC> a lvont:Character ;
    lvont:represents "𠻜"^^xsd:string .

<http://lexvo.org/id/char/20EDD> a lvont:Character ;
    lvont:represents "𠻝"^^xsd:string .

<http://lexvo.org/id/char/20EDE> a lvont:Character ;
    lvont:represents "𠻞"^^xsd:string .

<http://lexvo.org/id/char/20EDF> a lvont:Character ;
    lvont:represents "𠻟"^^xsd:string .

<http://lexvo.org/id/char/20EE> a lvont:Character ;
    lvont:represents "⃮"^^xsd:string ;
    rdfs:comment "COMBINING LEFT ARROW BELOW"@en .

<http://lexvo.org/id/char/20EE0> a lvont:Character ;
    lvont:represents "𠻠"^^xsd:string .

<http://lexvo.org/id/char/20EE1> a lvont:Character ;
    lvont:represents "𠻡"^^xsd:string .

<http://lexvo.org/id/char/20EE2> a lvont:Character ;
    lvont:represents "𠻢"^^xsd:string .

<http://lexvo.org/id/char/20EE3> a lvont:Character ;
    lvont:represents "𠻣"^^xsd:string .

<http://lexvo.org/id/char/20EE4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/d%E1%BB%9Bn>,
        "𠻤"^^xsd:string .

<http://lexvo.org/id/char/20EE5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/s%E1%BA%A1o>,
        "𠻥"^^xsd:string .

<http://lexvo.org/id/char/20EE6> a lvont:Character ;
    lvont:represents "𠻦"^^xsd:string .

<http://lexvo.org/id/char/20EE7> a lvont:Character ;
    lvont:represents "𠻧"^^xsd:string .

<http://lexvo.org/id/char/20EE8> a lvont:Character ;
    lvont:represents "𠻨"^^xsd:string .

<http://lexvo.org/id/char/20EE9> a lvont:Character ;
    lvont:represents "𠻩"^^xsd:string .

<http://lexvo.org/id/char/20EEA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ngo%E1%BA%A1n>,
        "𠻪"^^xsd:string .

<http://lexvo.org/id/char/20EEB> a lvont:Character ;
    lvont:represents "𠻫"^^xsd:string .

<http://lexvo.org/id/char/20EEC> a lvont:Character ;
    lvont:represents "𠻬"^^xsd:string .

<http://lexvo.org/id/char/20EED> a lvont:Character ;
    lvont:represents "𠻭"^^xsd:string .

<http://lexvo.org/id/char/20EEE> a lvont:Character ;
    lvont:represents "𠻮"^^xsd:string .

<http://lexvo.org/id/char/20EEF> a lvont:Character ;
    lvont:represents "𠻯"^^xsd:string .

<http://lexvo.org/id/char/20EF> a lvont:Character ;
    lvont:represents "⃯"^^xsd:string ;
    rdfs:comment "COMBINING RIGHT ARROW BELOW"@en .

<http://lexvo.org/id/char/20EF0> a lvont:Character ;
    lvont:represents "𠻰"^^xsd:string .

<http://lexvo.org/id/char/20EF1> a lvont:Character ;
    lvont:represents "𠻱"^^xsd:string .

<http://lexvo.org/id/char/20EF2> a lvont:Character ;
    lvont:represents "𠻲"^^xsd:string .

<http://lexvo.org/id/char/20EF3> a lvont:Character ;
    lvont:represents "𠻳"^^xsd:string .

<http://lexvo.org/id/char/20EF4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/long2>,
        <http://lexvo.org/id/term/yue/%F0%A0%BB%B4>,
        "𠻴"^^xsd:string ;
    rdfs:comment "(Cant.) to rinse"@en .

<http://lexvo.org/id/char/20EF5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/m%E1%BA%A3ng>,
        "𠻵"^^xsd:string .

<http://lexvo.org/id/char/20EF6> a lvont:Character ;
    lvont:represents "𠻶"^^xsd:string .

<http://lexvo.org/id/char/20EF7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/h%E1%BA%B9n>,
        "𠻷"^^xsd:string .

<http://lexvo.org/id/char/20EF8> a lvont:Character ;
    lvont:represents "𠻸"^^xsd:string .

<http://lexvo.org/id/char/20EF9> a lvont:Character ;
    lvont:represents "𠻹"^^xsd:string .

<http://lexvo.org/id/char/20EFA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/aa6>,
        <http://lexvo.org/id/term/yue/%F0%A0%BB%BA>,
        "𠻺"^^xsd:string ;
    rdfs:comment "(Cant.) final particle"@en .

<http://lexvo.org/id/char/20EFB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/bai3>,
        <http://lexvo.org/id/term/yue/%F0%A0%BB%BB>,
        "𠻻"^^xsd:string ;
    rdfs:comment "(Cant.) noise, clamor"@en .

<http://lexvo.org/id/char/20EFC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/nh%E1%BA%ADu>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dau6>,
        <http://lexvo.org/id/term/yue/%F0%A0%BB%BC>,
        "𠻼"^^xsd:string .

<http://lexvo.org/id/char/20EFD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/m%E1%BB%93i>,
        "𠻽"^^xsd:string .

<http://lexvo.org/id/char/20EFE> a lvont:Character ;
    lvont:represents "𠻾"^^xsd:string .

<http://lexvo.org/id/char/20EFF> a lvont:Character ;
    lvont:represents "𠻿"^^xsd:string .

<http://lexvo.org/id/char/20F0> a lvont:Character ;
    lvont:represents "⃰"^^xsd:string ;
    rdfs:comment "COMBINING ASTERISK ABOVE"@en .

<http://lexvo.org/id/char/20F00> a lvont:Character ;
    lvont:represents "𠼀"^^xsd:string .

<http://lexvo.org/id/char/20F01> a lvont:Character ;
    lvont:represents "𠼁"^^xsd:string .

<http://lexvo.org/id/char/20F02> a lvont:Character ;
    lvont:represents "𠼂"^^xsd:string .

<http://lexvo.org/id/char/20F03> a lvont:Character ;
    lvont:represents "𠼃"^^xsd:string .

<http://lexvo.org/id/char/20F04> a lvont:Character ;
    lvont:represents "𠼄"^^xsd:string .

<http://lexvo.org/id/char/20F05> a lvont:Character ;
    lvont:represents "𠼅"^^xsd:string .

<http://lexvo.org/id/char/20F06> a lvont:Character ;
    lvont:represents "𠼆"^^xsd:string .

<http://lexvo.org/id/char/20F07> a lvont:Character ;
    lvont:represents "𠼇"^^xsd:string .

<http://lexvo.org/id/char/20F08> a lvont:Character ;
    lvont:represents "𠼈"^^xsd:string .

<http://lexvo.org/id/char/20F09> a lvont:Character ;
    lvont:represents "𠼉"^^xsd:string .

<http://lexvo.org/id/char/20F0A> a lvont:Character ;
    lvont:represents "𠼊"^^xsd:string .

<http://lexvo.org/id/char/20F0B> a lvont:Character ;
    lvont:represents "𠼋"^^xsd:string .

<http://lexvo.org/id/char/20F0C> a lvont:Character ;
    lvont:represents "𠼌"^^xsd:string .

<http://lexvo.org/id/char/20F0D> a lvont:Character ;
    lvont:represents "𠼍"^^xsd:string .

<http://lexvo.org/id/char/20F0E> a lvont:Character ;
    lvont:represents "𠼎"^^xsd:string .

<http://lexvo.org/id/char/20F0F> a lvont:Character ;
    lvont:represents "𠼏"^^xsd:string .

<http://lexvo.org/id/char/20F10> a lvont:Character ;
    lvont:represents "𠼐"^^xsd:string .

<http://lexvo.org/id/char/20F11> a lvont:Character ;
    lvont:represents "𠼑"^^xsd:string .

<http://lexvo.org/id/char/20F12> a lvont:Character ;
    lvont:represents "𠼒"^^xsd:string .

<http://lexvo.org/id/char/20F13> a lvont:Character ;
    lvont:represents "𠼓"^^xsd:string .

<http://lexvo.org/id/char/20F14> a lvont:Character ;
    lvont:represents "𠼔"^^xsd:string .

<http://lexvo.org/id/char/20F15> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/v%E1%BB%9Di>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/paai2>,
        <http://lexvo.org/id/term/yue/%F0%A0%BC%95>,
        "𠼕"^^xsd:string ;
    rdfs:comment "(Cant.) a suffix indicating time"@en .

<http://lexvo.org/id/char/20F16> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/l%E1%BA%A3m>,
        "𠼖"^^xsd:string .

<http://lexvo.org/id/char/20F17> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/zaam2>,
        <http://lexvo.org/id/term/yue/%F0%A0%BC%97>,
        "𠼗"^^xsd:string ;
    rdfs:comment "to blink"@en .

<http://lexvo.org/id/char/20F18> a lvont:Character ;
    lvont:represents "𠼘"^^xsd:string .

<http://lexvo.org/id/char/20F19> a lvont:Character ;
    lvont:represents "𠼙"^^xsd:string .

<http://lexvo.org/id/char/20F1A> a lvont:Character ;
    lvont:represents "𠼚"^^xsd:string .

<http://lexvo.org/id/char/20F1B> a lvont:Character ;
    lvont:represents "𠼛"^^xsd:string .

<http://lexvo.org/id/char/20F1C> a lvont:Character ;
    lvont:represents "𠼜"^^xsd:string .

<http://lexvo.org/id/char/20F1D> a lvont:Character ;
    lvont:represents "𠼝"^^xsd:string .

<http://lexvo.org/id/char/20F1E> a lvont:Character ;
    lvont:represents "𠼞"^^xsd:string ;
    rdfs:comment "ammonia (obsolete)"@en .

<http://lexvo.org/id/char/20F1F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%BC%C3%A8>,
        "𠼟"^^xsd:string .

<http://lexvo.org/id/char/20F20> a lvont:Character ;
    lvont:represents "𠼠"^^xsd:string .

<http://lexvo.org/id/char/20F21> a lvont:Character ;
    lvont:represents "𠼡"^^xsd:string .

<http://lexvo.org/id/char/20F22> a lvont:Character ;
    lvont:represents "𠼢"^^xsd:string .

<http://lexvo.org/id/char/20F23> a lvont:Character ;
    lvont:represents "𠼣"^^xsd:string .

<http://lexvo.org/id/char/20F24> a lvont:Character ;
    lvont:represents "𠼤"^^xsd:string .

<http://lexvo.org/id/char/20F25> a lvont:Character ;
    lvont:represents "𠼥"^^xsd:string .

<http://lexvo.org/id/char/20F26> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/m%C6%B0%E1%BB%9Bn>,
        "𠼦"^^xsd:string .

<http://lexvo.org/id/char/20F27> a lvont:Character ;
    lvont:represents "𠼧"^^xsd:string .

<http://lexvo.org/id/char/20F28> a lvont:Character ;
    lvont:represents "𠼨"^^xsd:string .

<http://lexvo.org/id/char/20F29> a lvont:Character ;
    lvont:represents "𠼩"^^xsd:string .

<http://lexvo.org/id/char/20F2A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/d%C3%A0y>,
        "𠼪"^^xsd:string .

<http://lexvo.org/id/char/20F2B> a lvont:Character ;
    lvont:represents "𠼫"^^xsd:string .

<http://lexvo.org/id/char/20F2C> a lvont:Character ;
    lvont:represents "𠼬"^^xsd:string .

<http://lexvo.org/id/char/20F2D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/but1>,
        <http://lexvo.org/id/term/yue/%F0%A0%BC%AD>,
        "𠼭"^^xsd:string ;
    rdfs:comment "(Cant.) sound of a car-horn (onomatopoetic)"@en .

<http://lexvo.org/id/char/20F2E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/ngai1%20ngi1>,
        <http://lexvo.org/id/term/yue/%F0%A0%BC%AE>,
        "𠼮"^^xsd:string ;
    rdfs:comment "(Cant.) to urge, importune; a lie, fib"@en .

<http://lexvo.org/id/char/20F2F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/h%E1%BB%9B>,
        "𠼯"^^xsd:string .

<http://lexvo.org/id/char/20F30> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/kang1>,
        <http://lexvo.org/id/term/yue/%F0%A0%BC%B0>,
        "𠼰"^^xsd:string .

<http://lexvo.org/id/char/20F31> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/loe1%20loe2>,
        <http://lexvo.org/id/term/yue/%F0%A0%BC%B1>,
        "𠼱"^^xsd:string ;
    rdfs:comment "(Cant.) to spit out; to pester, nag"@en .

<http://lexvo.org/id/char/20F32> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/nh%C3%B4i>,
        "𠼲"^^xsd:string .

<http://lexvo.org/id/char/20F33> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/c%E1%BA%B1n>,
        "𠼳"^^xsd:string .

<http://lexvo.org/id/char/20F34> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/kho%E1%BA%A1ch>,
        "𠼴"^^xsd:string .

<http://lexvo.org/id/char/20F35> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/d%C3%A0nh>,
        "𠼵"^^xsd:string .

<http://lexvo.org/id/char/20F36> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/n%C3%ADn>,
        "𠼶"^^xsd:string .

<http://lexvo.org/id/char/20F37> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/thay>,
        "𠼷"^^xsd:string .

<http://lexvo.org/id/char/20F38> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/%E1%BB%87n>,
        "𠼸"^^xsd:string .

<http://lexvo.org/id/char/20F39> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/g%E1%BA%B1n>,
        "𠼹"^^xsd:string .

<http://lexvo.org/id/char/20F3A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/d%E1%BA%B7n>,
        "𠼺"^^xsd:string .

<http://lexvo.org/id/char/20F3B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%F0%A0%BC%BB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C4%AB>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gei1%20gi1%20ki1>,
        <http://lexvo.org/id/term/yue/%F0%A0%BC%BB>,
        "𠼻"^^xsd:string ;
    rdfs:comment "a particle used in transliteration"@en .

<http://lexvo.org/id/char/20F3C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/b%C4%A9u>,
        "𠼼"^^xsd:string .

<http://lexvo.org/id/char/20F3D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/m%C3%A1ch>,
        "𠼽"^^xsd:string .

<http://lexvo.org/id/char/20F3E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/s%C3%B2ng>,
        "𠼾"^^xsd:string .

<http://lexvo.org/id/char/20F3F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/r%E1%BA%B3n>,
        "𠼿"^^xsd:string .

<http://lexvo.org/id/char/20F40> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ng%C3%A1u>,
        "𠽀"^^xsd:string .

<http://lexvo.org/id/char/20F41> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/x%E1%BB%9B>,
        "𠽁"^^xsd:string .

<http://lexvo.org/id/char/20F42> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/%C4%91%E1%BA%A7n>,
        "𠽂"^^xsd:string .

<http://lexvo.org/id/char/20F43> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/chi%E1%BA%BFp>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zap1>,
        <http://lexvo.org/id/term/yue/%F0%A0%BD%83>,
        "𠽃"^^xsd:string ;
    rdfs:comment "a handful, tuft"@en .

<http://lexvo.org/id/char/20F44> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/th%C4%83m>,
        "𠽄"^^xsd:string .

<http://lexvo.org/id/char/20F45> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/th%C3%B9ng>,
        "𠽅"^^xsd:string .

<http://lexvo.org/id/char/20F46> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/nu%E1%BB%91t>,
        "𠽆"^^xsd:string .

<http://lexvo.org/id/char/20F47> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/n%E1%BA%A1t>,
        "𠽇"^^xsd:string .

<http://lexvo.org/id/char/20F48> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/th%E1%BB%89n>,
        "𠽈"^^xsd:string .

<http://lexvo.org/id/char/20F49> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/th%E1%BA%A7m>,
        "𠽉"^^xsd:string .

<http://lexvo.org/id/char/20F4A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/m%E1%BB%9Fn>,
        "𠽊"^^xsd:string .

<http://lexvo.org/id/char/20F4B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/n%E1%BA%A5c>,
        "𠽋"^^xsd:string .

<http://lexvo.org/id/char/20F4C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/to%C3%A9t>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/syut3>,
        <http://lexvo.org/id/term/yue/%F0%A0%BD%8C>,
        "𠽌"^^xsd:string ;
    rdfs:comment "(Cant.) sound of something rushing by"@en .

<http://lexvo.org/id/char/20F4D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/r%E1%BA%A7m>,
        "𠽍"^^xsd:string .

<http://lexvo.org/id/char/20F4E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/nhai>,
        "𠽎"^^xsd:string .

<http://lexvo.org/id/char/20F4F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/h%C3%A1m>,
        "𠽏"^^xsd:string .

<http://lexvo.org/id/char/20F50> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ng%E1%BB%9B>,
        "𠽐"^^xsd:string .

<http://lexvo.org/id/char/20F51> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/x%E1%BB%8Ba>,
        "𠽑"^^xsd:string .

<http://lexvo.org/id/char/20F52> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/nh%E1%BB%89nh>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/neng2>,
        <http://lexvo.org/id/term/yue/%F0%A0%BD%92>,
        "𠽒"^^xsd:string ;
    rdfs:comment "(Cant.) classifier for hats"@en .

<http://lexvo.org/id/char/20F53> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ng%E1%BB%91n>,
        "𠽓"^^xsd:string .

<http://lexvo.org/id/char/20F54> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/th%C6%B0a>,
        "𠽔"^^xsd:string .

<http://lexvo.org/id/char/20F55> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/th%E1%BA%B9p>,
        "𠽕"^^xsd:string .

<http://lexvo.org/id/char/20F56> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/gi%E1%BB%A5c>,
        "𠽖"^^xsd:string .

<http://lexvo.org/id/char/20F57> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/nh%E1%BA%B3n>,
        "𠽗"^^xsd:string .

<http://lexvo.org/id/char/20F58> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/h%E1%BA%B3ng>,
        "𠽘"^^xsd:string .

<http://lexvo.org/id/char/20F59> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/nh%E1%BA%A3>,
        "𠽙"^^xsd:string .

<http://lexvo.org/id/char/20F5A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ch%E1%BB%93ng>,
        "𠽚"^^xsd:string .

<http://lexvo.org/id/char/20F5B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/o%C3%A0m>,
        "𠽛"^^xsd:string .

<http://lexvo.org/id/char/20F5C> a lvont:Character ;
    lvont:represents "𠽜"^^xsd:string .

<http://lexvo.org/id/char/20F5D> a lvont:Character ;
    lvont:represents "𠽝"^^xsd:string .

<http://lexvo.org/id/char/20F5E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/h%E1%BB%95n>,
        "𠽞"^^xsd:string .

<http://lexvo.org/id/char/20F5F> a lvont:Character ;
    lvont:represents "𠽟"^^xsd:string .

<http://lexvo.org/id/char/20F60> a lvont:Character ;
    lvont:represents "𠽠"^^xsd:string .

<http://lexvo.org/id/char/20F61> a lvont:Character ;
    lvont:represents "𠽡"^^xsd:string .

<http://lexvo.org/id/char/20F62> a lvont:Character ;
    lvont:represents "𠽢"^^xsd:string .

<http://lexvo.org/id/char/20F63> a lvont:Character ;
    lvont:represents "𠽣"^^xsd:string .

<http://lexvo.org/id/char/20F64> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/kik1>,
        <http://lexvo.org/id/term/yue/%F0%A0%BD%A4>,
        "𠽤"^^xsd:string ;
    rdfs:comment "(Cant.) to block, obstruct; head; phonetic"@en .

<http://lexvo.org/id/char/20F65> a lvont:Character ;
    lvont:represents "𠽥"^^xsd:string .

<http://lexvo.org/id/char/20F66> a lvont:Character ;
    lvont:represents "𠽦"^^xsd:string .

<http://lexvo.org/id/char/20F67> a lvont:Character ;
    lvont:represents "𠽧"^^xsd:string .

<http://lexvo.org/id/char/20F68> a lvont:Character ;
    lvont:represents "𠽨"^^xsd:string .

<http://lexvo.org/id/char/20F69> a lvont:Character ;
    lvont:represents "𠽩"^^xsd:string .

<http://lexvo.org/id/char/20F6A> a lvont:Character ;
    lvont:represents "𠽪"^^xsd:string .

<http://lexvo.org/id/char/20F6B> a lvont:Character ;
    lvont:represents "𠽫"^^xsd:string .

<http://lexvo.org/id/char/20F6C> a lvont:Character ;
    lvont:represents "𠽬"^^xsd:string .

<http://lexvo.org/id/char/20F6D> a lvont:Character ;
    lvont:represents "𠽭"^^xsd:string .

<http://lexvo.org/id/char/20F6E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/d%C3%A8>,
        "𠽮"^^xsd:string .

<http://lexvo.org/id/char/20F6F> a lvont:Character ;
    lvont:represents "𠽯"^^xsd:string .

<http://lexvo.org/id/char/20F70> a lvont:Character ;
    lvont:represents "𠽰"^^xsd:string .

<http://lexvo.org/id/char/20F71> a lvont:Character ;
    lvont:represents "𠽱"^^xsd:string .

<http://lexvo.org/id/char/20F72> a lvont:Character ;
    lvont:represents "𠽲"^^xsd:string .

<http://lexvo.org/id/char/20F73> a lvont:Character ;
    lvont:represents "𠽳"^^xsd:string .

<http://lexvo.org/id/char/20F74> a lvont:Character ;
    lvont:represents "𠽴"^^xsd:string .

<http://lexvo.org/id/char/20F75> a lvont:Character ;
    lvont:represents "𠽵"^^xsd:string .

<http://lexvo.org/id/char/20F76> a lvont:Character ;
    lvont:represents "𠽶"^^xsd:string .

<http://lexvo.org/id/char/20F77> a lvont:Character ;
    lvont:represents "𠽷"^^xsd:string .

<http://lexvo.org/id/char/20F78> a lvont:Character ;
    lvont:represents "𠽸"^^xsd:string .

<http://lexvo.org/id/char/20F79> a lvont:Character ;
    lvont:represents "𠽹"^^xsd:string .

<http://lexvo.org/id/char/20F7A> a lvont:Character ;
    lvont:represents "𠽺"^^xsd:string .

<http://lexvo.org/id/char/20F7B> a lvont:Character ;
    lvont:represents "𠽻"^^xsd:string .

<http://lexvo.org/id/char/20F7C> a lvont:Character ;
    lvont:represents "𠽼"^^xsd:string .

<http://lexvo.org/id/char/20F7D> a lvont:Character ;
    lvont:represents "𠽽"^^xsd:string .

<http://lexvo.org/id/char/20F7E> a lvont:Character ;
    lvont:represents "𠽾"^^xsd:string .

<http://lexvo.org/id/char/20F7F> a lvont:Character ;
    lvont:represents "𠽿"^^xsd:string .

<http://lexvo.org/id/char/20F80> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/h%C3%BAp>,
        "𠾀"^^xsd:string .

<http://lexvo.org/id/char/20F81> a lvont:Character ;
    lvont:represents "𠾁"^^xsd:string .

<http://lexvo.org/id/char/20F82> a lvont:Character ;
    lvont:represents "𠾂"^^xsd:string .

<http://lexvo.org/id/char/20F83> a lvont:Character ;
    lvont:represents "𠾃"^^xsd:string .

<http://lexvo.org/id/char/20F84> a lvont:Character ;
    lvont:represents "𠾄"^^xsd:string .

<http://lexvo.org/id/char/20F85> a lvont:Character ;
    lvont:represents "𠾅"^^xsd:string .

<http://lexvo.org/id/char/20F86> a lvont:Character ;
    lvont:represents "𠾆"^^xsd:string .

<http://lexvo.org/id/char/20F87> a lvont:Character ;
    lvont:represents "𠾇"^^xsd:string .

<http://lexvo.org/id/char/20F88> a lvont:Character ;
    lvont:represents "𠾈"^^xsd:string .

<http://lexvo.org/id/char/20F89> a lvont:Character ;
    lvont:represents "𠾉"^^xsd:string .

<http://lexvo.org/id/char/20F8A> a lvont:Character ;
    lvont:represents "𠾊"^^xsd:string .

<http://lexvo.org/id/char/20F8B> a lvont:Character ;
    lvont:represents "𠾋"^^xsd:string .

<http://lexvo.org/id/char/20F8C> a lvont:Character ;
    lvont:represents "𠾌"^^xsd:string .

<http://lexvo.org/id/char/20F8D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/he3>,
        <http://lexvo.org/id/term/yue/%F0%A0%BE%8D>,
        "𠾍"^^xsd:string ;
    rdfs:comment "(Cant.) to flick something off in a disorderly way"@en .

<http://lexvo.org/id/char/20F8E> a lvont:Character ;
    lvont:represents "𠾎"^^xsd:string .

<http://lexvo.org/id/char/20F8F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/ce1>,
        <http://lexvo.org/id/term/yue/%F0%A0%BE%8F>,
        "𠾏"^^xsd:string ;
    rdfs:comment "(Cant.) interjection"@en .

<http://lexvo.org/id/char/20F90> a lvont:Character ;
    lvont:represents "𠾐"^^xsd:string .

<http://lexvo.org/id/char/20F91> a lvont:Character ;
    lvont:represents "𠾑"^^xsd:string .

<http://lexvo.org/id/char/20F92> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/nh%E1%BA%A3>,
        "𠾒"^^xsd:string .

<http://lexvo.org/id/char/20F93> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/tr%E1%BA%BFu>,
        "𠾓"^^xsd:string .

<http://lexvo.org/id/char/20F94> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/thu%E1%BA%BF>,
        "𠾔"^^xsd:string .

<http://lexvo.org/id/char/20F95> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/%C4%91%C3%B2i>,
        "𠾕"^^xsd:string .

<http://lexvo.org/id/char/20F96> a lvont:Character ;
    lvont:represents "𠾖"^^xsd:string .

<http://lexvo.org/id/char/20F97> a lvont:Character ;
    lvont:represents "𠾗"^^xsd:string .

<http://lexvo.org/id/char/20F98> a lvont:Character ;
    lvont:represents "𠾘"^^xsd:string .

<http://lexvo.org/id/char/20F99> a lvont:Character ;
    lvont:represents "𠾙"^^xsd:string .

<http://lexvo.org/id/char/20F9A> a lvont:Character ;
    lvont:represents "𠾚"^^xsd:string .

<http://lexvo.org/id/char/20F9B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ngo%C3%A0ng>,
        "𠾛"^^xsd:string .

<http://lexvo.org/id/char/20F9C> a lvont:Character ;
    lvont:represents "𠾜"^^xsd:string .

<http://lexvo.org/id/char/20F9D> a lvont:Character ;
    lvont:represents "𠾝"^^xsd:string .

<http://lexvo.org/id/char/20F9E> a lvont:Character ;
    lvont:represents "𠾞"^^xsd:string .

<http://lexvo.org/id/char/20F9F> a lvont:Character ;
    lvont:represents "𠾟"^^xsd:string .

<http://lexvo.org/id/char/20FA0> a lvont:Character ;
    lvont:represents "𠾠"^^xsd:string .

<http://lexvo.org/id/char/20FA1> a lvont:Character ;
    lvont:represents "𠾡"^^xsd:string .

<http://lexvo.org/id/char/20FA2> a lvont:Character ;
    lvont:represents "𠾢"^^xsd:string .

<http://lexvo.org/id/char/20FA3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/r%C3%B9m>,
        "𠾣"^^xsd:string .

<http://lexvo.org/id/char/20FA4> a lvont:Character ;
    lvont:represents "𠾤"^^xsd:string .

<http://lexvo.org/id/char/20FA5> a lvont:Character ;
    lvont:represents "𠾥"^^xsd:string .

<http://lexvo.org/id/char/20FA6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/bai>,
        "𠾦"^^xsd:string .

<http://lexvo.org/id/char/20FA7> a lvont:Character ;
    lvont:represents "𠾧"^^xsd:string .

<http://lexvo.org/id/char/20FA8> a lvont:Character ;
    lvont:represents "𠾨"^^xsd:string .

<http://lexvo.org/id/char/20FA9> a lvont:Character ;
    lvont:represents "𠾩"^^xsd:string .

<http://lexvo.org/id/char/20FAA> a lvont:Character ;
    lvont:represents "𠾪"^^xsd:string .

<http://lexvo.org/id/char/20FAB> a lvont:Character ;
    lvont:represents "𠾫"^^xsd:string .

<http://lexvo.org/id/char/20FAC> a lvont:Character ;
    lvont:represents "𠾬"^^xsd:string .

<http://lexvo.org/id/char/20FAD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/we5>,
        <http://lexvo.org/id/term/yue/%F0%A0%BE%AD>,
        "𠾭"^^xsd:string ;
    rdfs:comment "(Cant.) soft fabric with no body"@en .

<http://lexvo.org/id/char/20FAE> a lvont:Character ;
    lvont:represents "𠾮"^^xsd:string .

<http://lexvo.org/id/char/20FAF> a lvont:Character ;
    lvont:represents "𠾯"^^xsd:string .

<http://lexvo.org/id/char/20FB0> a lvont:Character ;
    lvont:represents "𠾰"^^xsd:string .

<http://lexvo.org/id/char/20FB1> a lvont:Character ;
    lvont:represents "𠾱"^^xsd:string .

<http://lexvo.org/id/char/20FB2> a lvont:Character ;
    lvont:represents "𠾲"^^xsd:string .

<http://lexvo.org/id/char/20FB3> a lvont:Character ;
    lvont:represents "𠾳"^^xsd:string .

<http://lexvo.org/id/char/20FB4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/baang4%20baang6>,
        <http://lexvo.org/id/term/yue/%F0%A0%BE%B4>,
        "𠾴"^^xsd:string ;
    rdfs:comment "(Cant.) phonetic"@en .

<http://lexvo.org/id/char/20FB5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/zaa1>,
        <http://lexvo.org/id/term/yue/%F0%A0%BE%B5>,
        "𠾵"^^xsd:string ;
    rdfs:comment "(Cant.) final particle"@en .

<http://lexvo.org/id/char/20FB6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/ging2>,
        <http://lexvo.org/id/term/yue/%F0%A0%BE%B6>,
        "𠾶"^^xsd:string .

<http://lexvo.org/id/char/20FB7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/v%C3%A1o>,
        "𠾷"^^xsd:string .

<http://lexvo.org/id/char/20FB8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/s%C3%AAu>,
        "𠾸"^^xsd:string .

<http://lexvo.org/id/char/20FB9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/nu%E1%BB%91t>,
        "𠾹"^^xsd:string .

<http://lexvo.org/id/char/20FBA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/th%E1%BA%B9n>,
        "𠾺"^^xsd:string .

<http://lexvo.org/id/char/20FBB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/gi%E1%BA%A1m>,
        "𠾻"^^xsd:string .

<http://lexvo.org/id/char/20FBC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/to%E1%BA%B9t>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cyut1%20cyut6>,
        <http://lexvo.org/id/term/yue/%F0%A0%BE%BC>,
        "𠾼"^^xsd:string ;
    rdfs:comment "(Cant.) phonetic"@en .

<http://lexvo.org/id/char/20FBD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/nh%C3%BAn>,
        "𠾽"^^xsd:string .

<http://lexvo.org/id/char/20FBE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/nh%E1%BA%A5p>,
        "𠾾"^^xsd:string .

<http://lexvo.org/id/char/20FBF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/h%E1%BA%ABng>,
        "𠾿"^^xsd:string .

<http://lexvo.org/id/char/20FC0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/s%C3%A1o>,
        "𠿀"^^xsd:string .

<http://lexvo.org/id/char/20FC1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/kh%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/si1>,
        <http://lexvo.org/id/term/yue/%F0%A0%BF%81>,
        "𠿁"^^xsd:string .

<http://lexvo.org/id/char/20FC2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/x%C3%A9p>,
        "𠿂"^^xsd:string .

<http://lexvo.org/id/char/20FC3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/m%C3%B4i>,
        "𠿃"^^xsd:string .

<http://lexvo.org/id/char/20FC4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ng%E1%BA%ADu>,
        "𠿄"^^xsd:string .

<http://lexvo.org/id/char/20FC5> a lvont:Character ;
    lvont:represents "𠿅"^^xsd:string .

<http://lexvo.org/id/char/20FC6> a lvont:Character ;
    lvont:represents "𠿆"^^xsd:string .

<http://lexvo.org/id/char/20FC7> a lvont:Character ;
    lvont:represents "𠿇"^^xsd:string .

<http://lexvo.org/id/char/20FC8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/r%E1%BA%A7u>,
        "𠿈"^^xsd:string .

<http://lexvo.org/id/char/20FC9> a lvont:Character ;
    lvont:represents "𠿉"^^xsd:string .

<http://lexvo.org/id/char/20FCA> a lvont:Character ;
    lvont:represents "𠿊"^^xsd:string .

<http://lexvo.org/id/char/20FCB> a lvont:Character ;
    lvont:represents "𠿋"^^xsd:string .

<http://lexvo.org/id/char/20FCC> a lvont:Character ;
    lvont:represents "𠿌"^^xsd:string .

<http://lexvo.org/id/char/20FCD> a lvont:Character ;
    lvont:represents "𠿍"^^xsd:string .

<http://lexvo.org/id/char/20FCE> a lvont:Character ;
    lvont:represents "𠿎"^^xsd:string .

<http://lexvo.org/id/char/20FCF> a lvont:Character ;
    lvont:represents "𠿏"^^xsd:string .

<http://lexvo.org/id/char/20FD0> a lvont:Character ;
    lvont:represents "𠿐"^^xsd:string .

<http://lexvo.org/id/char/20FD1> a lvont:Character ;
    lvont:represents "𠿑"^^xsd:string .

<http://lexvo.org/id/char/20FD2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/h%C3%A9t>,
        "𠿒"^^xsd:string .

<http://lexvo.org/id/char/20FD3> a lvont:Character ;
    lvont:represents "𠿓"^^xsd:string .

<http://lexvo.org/id/char/20FD4> a lvont:Character ;
    lvont:represents "𠿔"^^xsd:string .

<http://lexvo.org/id/char/20FD5> a lvont:Character ;
    lvont:represents "𠿕"^^xsd:string .

<http://lexvo.org/id/char/20FD6> a lvont:Character ;
    lvont:represents "𠿖"^^xsd:string .

<http://lexvo.org/id/char/20FD7> a lvont:Character ;
    lvont:represents "𠿗"^^xsd:string .

<http://lexvo.org/id/char/20FD8> a lvont:Character ;
    lvont:represents "𠿘"^^xsd:string .

<http://lexvo.org/id/char/20FD9> a lvont:Character ;
    lvont:represents "𠿙"^^xsd:string .

<http://lexvo.org/id/char/20FDA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/nh%E1%BB%8Bp>,
        "𠿚"^^xsd:string .

<http://lexvo.org/id/char/20FDB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%F0%A0%BF%9B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C7%94>,
        "𠿛"^^xsd:string ;
    rdfs:comment "cry used in calling pigs"@en .

<http://lexvo.org/id/char/20FDC> a lvont:Character ;
    lvont:represents "𠿜"^^xsd:string .

<http://lexvo.org/id/char/20FDD> a lvont:Character ;
    lvont:represents "𠿝"^^xsd:string .

<http://lexvo.org/id/char/20FDE> a lvont:Character ;
    lvont:represents "𠿞"^^xsd:string .

<http://lexvo.org/id/char/20FDF> a lvont:Character ;
    lvont:represents "𠿟"^^xsd:string .

<http://lexvo.org/id/char/20FE0> a lvont:Character ;
    lvont:represents "𠿠"^^xsd:string .

<http://lexvo.org/id/char/20FE1> a lvont:Character ;
    lvont:represents "𠿡"^^xsd:string .

<http://lexvo.org/id/char/20FE2> a lvont:Character ;
    lvont:represents "𠿢"^^xsd:string .

<http://lexvo.org/id/char/20FE3> a lvont:Character ;
    lvont:represents "𠿣"^^xsd:string .

<http://lexvo.org/id/char/20FE4> a lvont:Character ;
    lvont:represents "𠿤"^^xsd:string .

<http://lexvo.org/id/char/20FE5> a lvont:Character ;
    lvont:represents "𠿥"^^xsd:string .

<http://lexvo.org/id/char/20FE6> a lvont:Character ;
    lvont:represents "𠿦"^^xsd:string .

<http://lexvo.org/id/char/20FE7> a lvont:Character ;
    lvont:represents "𠿧"^^xsd:string .

<http://lexvo.org/id/char/20FE8> a lvont:Character ;
    lvont:represents "𠿨"^^xsd:string .

<http://lexvo.org/id/char/20FE9> a lvont:Character ;
    lvont:represents "𠿩"^^xsd:string .

<http://lexvo.org/id/char/20FEA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/gaa2>,
        <http://lexvo.org/id/term/yue/%F0%A0%BF%AA>,
        "𠿪"^^xsd:string ;
    rdfs:comment "(Cant.) final particle"@en .

<http://lexvo.org/id/char/20FEB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/saau4>,
        <http://lexvo.org/id/term/yue/%F0%A0%BF%AB>,
        "𠿫"^^xsd:string ;
    rdfs:comment "(Cant.) shabby"@en .

<http://lexvo.org/id/char/20FEC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/soe4>,
        <http://lexvo.org/id/term/yue/%F0%A0%BF%AC>,
        "𠿬"^^xsd:string ;
    rdfs:comment "(Cant.) ignorant"@en .

<http://lexvo.org/id/char/20FED> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/wet1>,
        <http://lexvo.org/id/term/yue/%F0%A0%BF%AD>,
        "𠿭"^^xsd:string ;
    rdfs:comment "(Cant.) to go somewhere to have a good time"@en .

<http://lexvo.org/id/char/20FEE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/%E1%BA%ABm>,
        "𠿮"^^xsd:string .

<http://lexvo.org/id/char/20FEF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ng%C3%B9i>,
        "𠿯"^^xsd:string .

<http://lexvo.org/id/char/20FF0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/s%E1%BB%A9t>,
        "𠿰"^^xsd:string .

<http://lexvo.org/id/char/20FF1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/nh%E1%BA%A1o>,
        "𠿱"^^xsd:string .

<http://lexvo.org/id/char/20FF2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/%C4%91%E1%BA%AFt>,
        "𠿲"^^xsd:string .

<http://lexvo.org/id/char/20FF3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/l%C3%A8m>,
        "𠿳"^^xsd:string .

<http://lexvo.org/id/char/20FF4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ng%C3%A1y>,
        "𠿴"^^xsd:string .

<http://lexvo.org/id/char/20FF5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/kh%E1%BA%AFn>,
        "𠿵"^^xsd:string .

<http://lexvo.org/id/char/20FF6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/cho%C3%A1n>,
        "𠿶"^^xsd:string .

<http://lexvo.org/id/char/20FF7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/nh%C3%A1o>,
        "𠿷"^^xsd:string .

<http://lexvo.org/id/char/20FF8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ng%E1%BA%A1t>,
        "𠿸"^^xsd:string .

<http://lexvo.org/id/char/20FF9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/nh%E1%BA%A9m>,
        "𠿹"^^xsd:string .

<http://lexvo.org/id/char/20FFA> a lvont:Character ;
    lvont:represents "𠿺"^^xsd:string .

<http://lexvo.org/id/char/20FFB> a lvont:Character ;
    lvont:represents "𠿻"^^xsd:string .

<http://lexvo.org/id/char/20FFC> a lvont:Character ;
    lvont:represents "𠿼"^^xsd:string .

<http://lexvo.org/id/char/20FFD> a lvont:Character ;
    lvont:represents "𠿽"^^xsd:string .

<http://lexvo.org/id/char/20FFE> a lvont:Character ;
    lvont:represents "𠿾"^^xsd:string .

<http://lexvo.org/id/char/20FFF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ng%E1%BB%A3i>,
        "𠿿"^^xsd:string .

<http://lexvo.org/id/char/2100> a lvont:Character ;
    lvont:represents "℀"^^xsd:string ;
    rdfs:comment "ACCOUNT OF"@en .

<http://lexvo.org/id/char/21000> a lvont:Character ;
    lvont:represents "𡀀"^^xsd:string .

<http://lexvo.org/id/char/21001> a lvont:Character ;
    lvont:represents "𡀁"^^xsd:string .

<http://lexvo.org/id/char/21002> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/l%C3%B4i>,
        "𡀂"^^xsd:string .

<http://lexvo.org/id/char/21003> a lvont:Character ;
    lvont:represents "𡀃"^^xsd:string .

<http://lexvo.org/id/char/21004> a lvont:Character ;
    lvont:represents "𡀄"^^xsd:string .

<http://lexvo.org/id/char/21005> a lvont:Character ;
    lvont:represents "𡀅"^^xsd:string .

<http://lexvo.org/id/char/21006> a lvont:Character ;
    lvont:represents "𡀆"^^xsd:string .

<http://lexvo.org/id/char/21007> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/%C4%91%E1%BB%95ng>,
        "𡀇"^^xsd:string .

<http://lexvo.org/id/char/21008> a lvont:Character ;
    lvont:represents "𡀈"^^xsd:string .

<http://lexvo.org/id/char/21009> a lvont:Character ;
    lvont:represents "𡀉"^^xsd:string .

<http://lexvo.org/id/char/2100A> a lvont:Character ;
    lvont:represents "𡀊"^^xsd:string .

<http://lexvo.org/id/char/2100B> a lvont:Character ;
    lvont:represents "𡀋"^^xsd:string .

<http://lexvo.org/id/char/2100C> a lvont:Character ;
    lvont:represents "𡀌"^^xsd:string .

<http://lexvo.org/id/char/2100D> a lvont:Character ;
    lvont:represents "𡀍"^^xsd:string .

<http://lexvo.org/id/char/2100E> a lvont:Character ;
    lvont:represents "𡀎"^^xsd:string .

<http://lexvo.org/id/char/2100F> a lvont:Character ;
    lvont:represents "𡀏"^^xsd:string .

<http://lexvo.org/id/char/2101> a lvont:Character ;
    lvont:represents "℁"^^xsd:string ;
    rdfs:comment "ADDRESSED TO THE SUBJECT"@en .

<http://lexvo.org/id/char/21010> a lvont:Character ;
    lvont:represents "𡀐"^^xsd:string .

<http://lexvo.org/id/char/21011> a lvont:Character ;
    lvont:represents "𡀑"^^xsd:string .

<http://lexvo.org/id/char/21012> a lvont:Character ;
    lvont:represents "𡀒"^^xsd:string .

<http://lexvo.org/id/char/21013> a lvont:Character ;
    lvont:represents "𡀓"^^xsd:string .

<http://lexvo.org/id/char/21014> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%F0%A1%80%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%B9>,
        <http://lexvo.org/id/term/vie/r%E1%BB%91>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lou6>,
        <http://lexvo.org/id/term/yue/%F0%A1%80%94>,
        "𡀔"^^xsd:string ;
    rdfs:comment "used in transliteration"@en .

<http://lexvo.org/id/char/21015> a lvont:Character ;
    lvont:represents "𡀕"^^xsd:string .

<http://lexvo.org/id/char/21016> a lvont:Character ;
    lvont:represents "𡀖"^^xsd:string .

<http://lexvo.org/id/char/21017> a lvont:Character ;
    lvont:represents "𡀗"^^xsd:string .

<http://lexvo.org/id/char/21018> a lvont:Character ;
    lvont:represents "𡀘"^^xsd:string .

<http://lexvo.org/id/char/21019> a lvont:Character ;
    lvont:represents "𡀙"^^xsd:string .

<http://lexvo.org/id/char/2101A> a lvont:Character ;
    lvont:represents "𡀚"^^xsd:string .

<http://lexvo.org/id/char/2101B> a lvont:Character ;
    lvont:represents "𡀛"^^xsd:string .

<http://lexvo.org/id/char/2101C> a lvont:Character ;
    lvont:represents "𡀜"^^xsd:string .

<http://lexvo.org/id/char/2101D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/nam6>,
        <http://lexvo.org/id/term/yue/%F0%A1%80%9D>,
        "𡀝"^^xsd:string ;
    rdfs:comment "(Cant.) sound asleep"@en .

<http://lexvo.org/id/char/2101E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/zip1>,
        <http://lexvo.org/id/term/yue/%F0%A1%80%9E>,
        "𡀞"^^xsd:string ;
    rdfs:comment "(Cant.) a Jeep; to wave, beckon"@en .

<http://lexvo.org/id/char/2101F> a lvont:Character ;
    lvont:represents "𡀟"^^xsd:string .

<http://lexvo.org/id/char/2102> a lvont:Character ;
    lvont:represents "ℂ"^^xsd:string ;
    rdfs:comment "DOUBLE-STRUCK CAPITAL C"@en .

<http://lexvo.org/id/char/21020> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/b%E1%BB%8Ba>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bei6>,
        <http://lexvo.org/id/term/yue/%F0%A1%80%A0>,
        "𡀠"^^xsd:string ;
    rdfs:comment "or; emphatic particle; (Cant.) particle implying doubt"@en .

<http://lexvo.org/id/char/21021> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/n%C3%ADch>,
        "𡀡"^^xsd:string .

<http://lexvo.org/id/char/21022> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/tu%C3%B4ng>,
        "𡀢"^^xsd:string .

<http://lexvo.org/id/char/21023> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/c%E1%BA%B1n>,
        "𡀣"^^xsd:string .

<http://lexvo.org/id/char/21024> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/%C4%91%C3%B9>,
        "𡀤"^^xsd:string .

<http://lexvo.org/id/char/21025> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ph%C3%A0o>,
        "𡀥"^^xsd:string .

<http://lexvo.org/id/char/21026> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/%E1%BB%93n>,
        "𡀦"^^xsd:string .

<http://lexvo.org/id/char/21027> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/o%C3%A1i>,
        "𡀧"^^xsd:string .

<http://lexvo.org/id/char/21028> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/b%C3%B5>,
        "𡀨"^^xsd:string .

<http://lexvo.org/id/char/21029> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/l%C3%A1c>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lok1>,
        <http://lexvo.org/id/term/yue/%F0%A1%80%A9>,
        "𡀩"^^xsd:string ;
    rdfs:comment "(Cant.) onomatopoetic"@en .

<http://lexvo.org/id/char/2102A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/v%E1%BB%9Di>,
        "𡀪"^^xsd:string .

<http://lexvo.org/id/char/2102B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/b%E1%BA%A5m>,
        "𡀫"^^xsd:string .

<http://lexvo.org/id/char/2102C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/t%E1%BB%A7i>,
        "𡀬"^^xsd:string .

<http://lexvo.org/id/char/2102D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/c%E1%BA%A1u>,
        "𡀭"^^xsd:string .

<http://lexvo.org/id/char/2102E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/n%E1%BA%BFu>,
        "𡀮"^^xsd:string .

<http://lexvo.org/id/char/2102F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/chuy%E1%BB%87n>,
        "𡀯"^^xsd:string .

<http://lexvo.org/id/char/2103> a lvont:Character ;
    lvont:represents "℃"^^xsd:string ;
    rdfs:comment "DEGREE CELSIUS"@en .

<http://lexvo.org/id/char/21030> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/th%C3%B4i>,
        "𡀰"^^xsd:string .

<http://lexvo.org/id/char/21031> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/h%C3%A0o>,
        "𡀱"^^xsd:string .

<http://lexvo.org/id/char/21032> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/cay>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/goi1>,
        <http://lexvo.org/id/term/yue/%F0%A1%80%B2>,
        "𡀲"^^xsd:string .

<http://lexvo.org/id/char/21033> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/qu%E1%BA%B1n>,
        "𡀳"^^xsd:string .

<http://lexvo.org/id/char/21034> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/%E1%BB%A7a>,
        "𡀴"^^xsd:string .

<http://lexvo.org/id/char/21035> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/kho%C3%A1c>,
        "𡀵"^^xsd:string .

<http://lexvo.org/id/char/21036> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ng%C3%B2n>,
        "𡀶"^^xsd:string .

<http://lexvo.org/id/char/21037> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/r%E1%BB%99n>,
        "𡀷"^^xsd:string .

<http://lexvo.org/id/char/21038> a lvont:Character ;
    lvont:represents "𡀸"^^xsd:string .

<http://lexvo.org/id/char/21039> a lvont:Character ;
    lvont:represents "𡀹"^^xsd:string .

<http://lexvo.org/id/char/2103A> a lvont:Character ;
    lvont:represents "𡀺"^^xsd:string .

<http://lexvo.org/id/char/2103B> a lvont:Character ;
    lvont:represents "𡀻"^^xsd:string .

<http://lexvo.org/id/char/2103C> a lvont:Character ;
    lvont:represents "𡀼"^^xsd:string .

<http://lexvo.org/id/char/2103D> a lvont:Character ;
    lvont:represents "𡀽"^^xsd:string .

<http://lexvo.org/id/char/2103E> a lvont:Character ;
    lvont:represents "𡀾"^^xsd:string .

<http://lexvo.org/id/char/2103F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/r%E1%BB%A7>,
        "𡀿"^^xsd:string .

<http://lexvo.org/id/char/2104> a lvont:Character ;
    lvont:represents "℄"^^xsd:string ;
    rdfs:comment "CENTRE LINE SYMBOL"@en .

<http://lexvo.org/id/char/21040> a lvont:Character ;
    lvont:represents "𡁀"^^xsd:string .

<http://lexvo.org/id/char/21041> a lvont:Character ;
    lvont:represents "𡁁"^^xsd:string .

<http://lexvo.org/id/char/21042> a lvont:Character ;
    lvont:represents "𡁂"^^xsd:string .

<http://lexvo.org/id/char/21043> a lvont:Character ;
    lvont:represents "𡁃"^^xsd:string .

<http://lexvo.org/id/char/21044> a lvont:Character ;
    lvont:represents "𡁄"^^xsd:string .

<http://lexvo.org/id/char/21045> a lvont:Character ;
    lvont:represents "𡁅"^^xsd:string .

<http://lexvo.org/id/char/21046> a lvont:Character ;
    lvont:represents "𡁆"^^xsd:string .

<http://lexvo.org/id/char/21047> a lvont:Character ;
    lvont:represents "𡁇"^^xsd:string .

<http://lexvo.org/id/char/21048> a lvont:Character ;
    lvont:represents "𡁈"^^xsd:string .

<http://lexvo.org/id/char/21049> a lvont:Character ;
    lvont:represents "𡁉"^^xsd:string .

<http://lexvo.org/id/char/2104A> a lvont:Character ;
    lvont:represents "𡁊"^^xsd:string .

<http://lexvo.org/id/char/2104B> a lvont:Character ;
    lvont:represents "𡁋"^^xsd:string .

<http://lexvo.org/id/char/2104C> a lvont:Character ;
    lvont:represents "𡁌"^^xsd:string .

<http://lexvo.org/id/char/2104D> a lvont:Character ;
    lvont:represents "𡁍"^^xsd:string .

<http://lexvo.org/id/char/2104E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/d%E1%BB%9F>,
        "𡁎"^^xsd:string .

<http://lexvo.org/id/char/2104F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/am1%20ngam1>,
        <http://lexvo.org/id/term/yue/%F0%A1%81%8F>,
        "𡁏"^^xsd:string ;
    rdfs:comment "(Cant.) soft rice or food for a baby"@en .

<http://lexvo.org/id/char/2105> a lvont:Character ;
    lvont:represents "℅"^^xsd:string ;
    rdfs:comment "CARE OF"@en .

<http://lexvo.org/id/char/21050> a lvont:Character ;
    lvont:represents "𡁐"^^xsd:string .

<http://lexvo.org/id/char/21051> a lvont:Character ;
    lvont:represents "𡁑"^^xsd:string .

<http://lexvo.org/id/char/21052> a lvont:Character ;
    lvont:represents "𡁒"^^xsd:string .

<http://lexvo.org/id/char/21053> a lvont:Character ;
    lvont:represents "𡁓"^^xsd:string .

<http://lexvo.org/id/char/21054> a lvont:Character ;
    lvont:represents "𡁔"^^xsd:string .

<http://lexvo.org/id/char/21055> a lvont:Character ;
    lvont:represents "𡁕"^^xsd:string .

<http://lexvo.org/id/char/21056> a lvont:Character ;
    lvont:represents "𡁖"^^xsd:string .

<http://lexvo.org/id/char/21057> a lvont:Character ;
    lvont:represents "𡁗"^^xsd:string .

<http://lexvo.org/id/char/21058> a lvont:Character ;
    lvont:represents "𡁘"^^xsd:string .

<http://lexvo.org/id/char/21059> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/kh%C3%A1y>,
        "𡁙"^^xsd:string .

<http://lexvo.org/id/char/2105A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/h%E1%BB%9Bn>,
        "𡁚"^^xsd:string .

<http://lexvo.org/id/char/2105B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/n%C3%B4n>,
        "𡁛"^^xsd:string .

<http://lexvo.org/id/char/2105C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ho%E1%BA%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wo5>,
        <http://lexvo.org/id/term/yue/%F0%A1%81%9C>,
        "𡁜"^^xsd:string ;
    rdfs:comment "(Cant.) particle to close a quote"@en .

<http://lexvo.org/id/char/2105D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/h%E1%BA%AFng>,
        "𡁝"^^xsd:string .

<http://lexvo.org/id/char/2105E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/x%C3%A0o>,
        "𡁞"^^xsd:string .

<http://lexvo.org/id/char/2105F> a lvont:Character ;
    lvont:represents "𡁟"^^xsd:string .

<http://lexvo.org/id/char/2106> a lvont:Character ;
    lvont:represents "℆"^^xsd:string ;
    rdfs:comment "CADA UNA"@en .

<http://lexvo.org/id/char/21060> a lvont:Character ;
    lvont:represents "𡁠"^^xsd:string .

<http://lexvo.org/id/char/21061> a lvont:Character ;
    lvont:represents "𡁡"^^xsd:string .

<http://lexvo.org/id/char/21062> a lvont:Character ;
    lvont:represents "𡁢"^^xsd:string .

<http://lexvo.org/id/char/21063> a lvont:Character ;
    lvont:represents "𡁣"^^xsd:string .

<http://lexvo.org/id/char/21064> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/c%E1%BA%A1c>,
        "𡁤"^^xsd:string .

<http://lexvo.org/id/char/21065> a lvont:Character ;
    lvont:represents "𡁥"^^xsd:string .

<http://lexvo.org/id/char/21066> a lvont:Character ;
    lvont:represents "𡁦"^^xsd:string .

<http://lexvo.org/id/char/21067> a lvont:Character ;
    lvont:represents "𡁧"^^xsd:string .

<http://lexvo.org/id/char/21068> a lvont:Character ;
    lvont:represents "𡁨"^^xsd:string .

<http://lexvo.org/id/char/21069> a lvont:Character ;
    lvont:represents "𡁩"^^xsd:string .

<http://lexvo.org/id/char/2106A> a lvont:Character ;
    lvont:represents "𡁪"^^xsd:string .

<http://lexvo.org/id/char/2106B> a lvont:Character ;
    lvont:represents "𡁫"^^xsd:string .

<http://lexvo.org/id/char/2106C> a lvont:Character ;
    lvont:represents "𡁬"^^xsd:string .

<http://lexvo.org/id/char/2106D> a lvont:Character ;
    lvont:represents "𡁭"^^xsd:string .

<http://lexvo.org/id/char/2106E> a lvont:Character ;
    lvont:represents "𡁮"^^xsd:string .

<http://lexvo.org/id/char/2106F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/dyut1>,
        <http://lexvo.org/id/term/yue/%F0%A1%81%AF>,
        "𡁯"^^xsd:string ;
    rdfs:comment "(Cant.) to pout"@en .

<http://lexvo.org/id/char/2107> a lvont:Character ;
    lvont:represents "ℇ"^^xsd:string ;
    rdfs:comment "EULER CONSTANT"@en .

<http://lexvo.org/id/char/21070> a lvont:Character ;
    lvont:represents "𡁰"^^xsd:string .

<http://lexvo.org/id/char/21071> a lvont:Character ;
    lvont:represents "𡁱"^^xsd:string .

<http://lexvo.org/id/char/21072> a lvont:Character ;
    lvont:represents "𡁲"^^xsd:string .

<http://lexvo.org/id/char/21073> a lvont:Character ;
    lvont:represents "𡁳"^^xsd:string .

<http://lexvo.org/id/char/21074> a lvont:Character ;
    lvont:represents "𡁴"^^xsd:string .

<http://lexvo.org/id/char/21075> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/gan2>,
        <http://lexvo.org/id/term/yue/%F0%A1%81%B5>,
        "𡁵"^^xsd:string ;
    rdfs:comment "(Cant.) aspect marker for continuous action"@en .

<http://lexvo.org/id/char/21076> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/zit1>,
        <http://lexvo.org/id/term/yue/%F0%A1%81%B6>,
        "𡁶"^^xsd:string ;
    rdfs:comment "(Cant.) to scratch an itch"@en .

<http://lexvo.org/id/char/21077> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/doeng1>,
        <http://lexvo.org/id/term/yue/%F0%A1%81%B7>,
        "𡁷"^^xsd:string ;
    rdfs:comment "(Cant.) a sharp point; to peck"@en .

<http://lexvo.org/id/char/21078> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/kwaat1>,
        <http://lexvo.org/id/term/yue/%F0%A1%81%B8>,
        "𡁸"^^xsd:string ;
    rdfs:comment "(Cant.) a circle, ring"@en .

<http://lexvo.org/id/char/21079> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/d%E1%BB%97>,
        "𡁹"^^xsd:string .

<http://lexvo.org/id/char/2107A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ng%E1%BB%91n>,
        "𡁺"^^xsd:string .

<http://lexvo.org/id/char/2107B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/ziu1>,
        <http://lexvo.org/id/term/yue/%F0%A1%81%BB>,
        "𡁻"^^xsd:string ;
    rdfs:comment "(Cant.) to beat someone up"@en .

<http://lexvo.org/id/char/2107C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ph%E1%BB%81u>,
        "𡁼"^^xsd:string .

<http://lexvo.org/id/char/2107D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ch%E1%BA%A1>,
        "𡁽"^^xsd:string .

<http://lexvo.org/id/char/2107E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/th%C3%B3t>,
        "𡁾"^^xsd:string .

<http://lexvo.org/id/char/2107F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/s%C3%B4>,
        "𡁿"^^xsd:string .

<http://lexvo.org/id/char/2108> a lvont:Character ;
    lvont:represents "℈"^^xsd:string ;
    rdfs:comment "SCRUPLE"@en .

<http://lexvo.org/id/char/21080> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/kh%C3%A0o>,
        "𡂀"^^xsd:string .

<http://lexvo.org/id/char/21081> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/x%E1%BB%95ng>,
        "𡂁"^^xsd:string .

<http://lexvo.org/id/char/21082> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ng%E1%BB%A1>,
        "𡂂"^^xsd:string .

<http://lexvo.org/id/char/21083> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/h%C3%BAn>,
        "𡂃"^^xsd:string .

<http://lexvo.org/id/char/21084> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ph%E1%BB%9F>,
        "𡂄"^^xsd:string .

<http://lexvo.org/id/char/21085> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/m%C3%B5m>,
        "𡂅"^^xsd:string .

<http://lexvo.org/id/char/21086> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/r%E1%BB%87u>,
        "𡂆"^^xsd:string .

<http://lexvo.org/id/char/21087> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/m%E1%BB%9Bm>,
        "𡂇"^^xsd:string .

<http://lexvo.org/id/char/21088> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/v%E1%BB%8Dc>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/buk6>,
        <http://lexvo.org/id/term/yue/%F0%A1%82%88>,
        "𡂈"^^xsd:string ;
    rdfs:comment "(Cant.) to lie prone; to bend over"@en .

<http://lexvo.org/id/char/21089> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/th%C3%A8>,
        "𡂉"^^xsd:string .

<http://lexvo.org/id/char/2108A> a lvont:Character ;
    lvont:represents "𡂊"^^xsd:string .

<http://lexvo.org/id/char/2108B> a lvont:Character ;
    lvont:represents "𡂋"^^xsd:string .

<http://lexvo.org/id/char/2108C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/x%E1%BB%89n>,
        "𡂌"^^xsd:string .

<http://lexvo.org/id/char/2108D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/eng>,
        "𡂍"^^xsd:string .

<http://lexvo.org/id/char/2108E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/l%C3%B3c>,
        "𡂎"^^xsd:string .

<http://lexvo.org/id/char/2108F> a lvont:Character ;
    lvont:represents "𡂏"^^xsd:string .

<http://lexvo.org/id/char/2109> a lvont:Character ;
    lvont:represents "℉"^^xsd:string ;
    rdfs:comment "DEGREE FAHRENHEIT"@en .

<http://lexvo.org/id/char/21090> a lvont:Character ;
    lvont:represents "𡂐"^^xsd:string .

<http://lexvo.org/id/char/21091> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/b%C3%A0n>,
        "𡂑"^^xsd:string .

<http://lexvo.org/id/char/21092> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ch%E1%BB%A3t>,
        "𡂒"^^xsd:string .

<http://lexvo.org/id/char/21093> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/th%C3%A1ch>,
        "𡂓"^^xsd:string .

<http://lexvo.org/id/char/21094> a lvont:Character ;
    lvont:represents "𡂔"^^xsd:string .

<http://lexvo.org/id/char/21095> a lvont:Character ;
    lvont:represents "𡂕"^^xsd:string .

<http://lexvo.org/id/char/21096> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/lai2>,
        <http://lexvo.org/id/term/yue/%F0%A1%82%96>,
        "𡂖"^^xsd:string ;
    rdfs:comment "(Cant.) unrestrained"@en .

<http://lexvo.org/id/char/21097> a lvont:Character ;
    lvont:represents "𡂗"^^xsd:string .

<http://lexvo.org/id/char/21098> a lvont:Character ;
    lvont:represents "𡂘"^^xsd:string .

<http://lexvo.org/id/char/21099> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/tr%E1%BB%81>,
        "𡂙"^^xsd:string .

<http://lexvo.org/id/char/2109A> a lvont:Character ;
    lvont:represents "𡂚"^^xsd:string .

<http://lexvo.org/id/char/2109B> a lvont:Character ;
    lvont:represents "𡂛"^^xsd:string .

<http://lexvo.org/id/char/2109C> a lvont:Character ;
    lvont:represents "𡂜"^^xsd:string .

<http://lexvo.org/id/char/2109D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/zuk6>,
        <http://lexvo.org/id/term/yue/%F0%A1%82%9D>,
        "𡂝"^^xsd:string ;
    rdfs:comment "(Cant.) to choke and cough"@en .

<http://lexvo.org/id/char/2109E> a lvont:Character ;
    lvont:represents "𡂞"^^xsd:string .

<http://lexvo.org/id/char/2109F> a lvont:Character ;
    lvont:represents "𡂟"^^xsd:string .

<http://lexvo.org/id/char/210A> a lvont:Character ;
    lvont:represents "ℊ"^^xsd:string ;
    rdfs:comment "SCRIPT SMALL G"@en .

<http://lexvo.org/id/char/210A0> a lvont:Character ;
    lvont:represents "𡂠"^^xsd:string .

<http://lexvo.org/id/char/210A1> a lvont:Character ;
    lvont:represents "𡂡"^^xsd:string .

<http://lexvo.org/id/char/210A2> a lvont:Character ;
    lvont:represents "𡂢"^^xsd:string .

<http://lexvo.org/id/char/210A3> a lvont:Character ;
    lvont:represents "𡂣"^^xsd:string .

<http://lexvo.org/id/char/210A4> a lvont:Character ;
    lvont:represents "𡂤"^^xsd:string .

<http://lexvo.org/id/char/210A5> a lvont:Character ;
    lvont:represents "𡂥"^^xsd:string .

<http://lexvo.org/id/char/210A6> a lvont:Character ;
    lvont:represents "𡂦"^^xsd:string .

<http://lexvo.org/id/char/210A7> a lvont:Character ;
    lvont:represents "𡂧"^^xsd:string .

<http://lexvo.org/id/char/210A8> a lvont:Character ;
    lvont:represents "𡂨"^^xsd:string .

<http://lexvo.org/id/char/210A9> a lvont:Character ;
    lvont:represents "𡂩"^^xsd:string .

<http://lexvo.org/id/char/210AA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/ze1>,
        <http://lexvo.org/id/term/yue/%F0%A1%82%AA>,
        "𡂪"^^xsd:string .

<http://lexvo.org/id/char/210AB> a lvont:Character ;
    lvont:represents "𡂫"^^xsd:string .

<http://lexvo.org/id/char/210AC> a lvont:Character ;
    lvont:represents "𡂬"^^xsd:string .

<http://lexvo.org/id/char/210AD> a lvont:Character ;
    lvont:represents "𡂭"^^xsd:string .

<http://lexvo.org/id/char/210AE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ngau>,
        "𡂮"^^xsd:string .

<http://lexvo.org/id/char/210AF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/r%E1%BA%B3ng>,
        "𡂯"^^xsd:string .

<http://lexvo.org/id/char/210B> a lvont:Character ;
    lvont:represents "ℋ"^^xsd:string ;
    rdfs:comment "SCRIPT CAPITAL H"@en .

<http://lexvo.org/id/char/210B0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/r%C4%83n>,
        "𡂰"^^xsd:string .

<http://lexvo.org/id/char/210B1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/%C4%91%E1%BA%AFng>,
        "𡂱"^^xsd:string .

<http://lexvo.org/id/char/210B2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/r%C3%A0y>,
        "𡂲"^^xsd:string .

<http://lexvo.org/id/char/210B3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/tr%E1%BB%91i>,
        "𡂳"^^xsd:string .

<http://lexvo.org/id/char/210B4> a lvont:Character ;
    lvont:represents "𡂴"^^xsd:string .

<http://lexvo.org/id/char/210B5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/nh%E1%BA%A3nh>,
        "𡂵"^^xsd:string .

<http://lexvo.org/id/char/210B6> a lvont:Character ;
    lvont:represents "𡂶"^^xsd:string .

<http://lexvo.org/id/char/210B7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/kho%C4%83n>,
        "𡂷"^^xsd:string .

<http://lexvo.org/id/char/210B8> a lvont:Character ;
    lvont:represents "𡂸"^^xsd:string .

<http://lexvo.org/id/char/210B9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/th%E1%BB%8Fm>,
        "𡂹"^^xsd:string .

<http://lexvo.org/id/char/210BA> a lvont:Character ;
    lvont:represents "𡂺"^^xsd:string .

<http://lexvo.org/id/char/210BB> a lvont:Character ;
    lvont:represents "𡂻"^^xsd:string .

<http://lexvo.org/id/char/210BC> a lvont:Character ;
    lvont:represents "𡂼"^^xsd:string .

<http://lexvo.org/id/char/210BD> a lvont:Character ;
    lvont:represents "𡂽"^^xsd:string .

<http://lexvo.org/id/char/210BE> a lvont:Character ;
    lvont:represents "𡂾"^^xsd:string .

<http://lexvo.org/id/char/210BF> a lvont:Character ;
    lvont:represents "𡂿"^^xsd:string .

<http://lexvo.org/id/char/210C> a lvont:Character ;
    lvont:represents "ℌ"^^xsd:string ;
    rdfs:comment "BLACK-LETTER CAPITAL H"@en .

<http://lexvo.org/id/char/210C0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/e4%20nge4>,
        <http://lexvo.org/id/term/yue/%F0%A1%83%80>,
        "𡃀"^^xsd:string ;
    rdfs:comment "(Cant.) a musical instrument"@en .

<http://lexvo.org/id/char/210C1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/leng1>,
        <http://lexvo.org/id/term/yue/%F0%A1%83%81>,
        "𡃁"^^xsd:string ;
    rdfs:comment "(Cant.) member of a triad; young"@en .

<http://lexvo.org/id/char/210C2> a lvont:Character ;
    lvont:represents "𡃂"^^xsd:string .

<http://lexvo.org/id/char/210C3> a lvont:Character ;
    lvont:represents "𡃃"^^xsd:string .

<http://lexvo.org/id/char/210C4> a lvont:Character ;
    lvont:represents "𡃄"^^xsd:string .

<http://lexvo.org/id/char/210C5> a lvont:Character ;
    lvont:represents "𡃅"^^xsd:string .

<http://lexvo.org/id/char/210C6> a lvont:Character ;
    lvont:represents "𡃆"^^xsd:string .

<http://lexvo.org/id/char/210C7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/bai6>,
        <http://lexvo.org/id/term/yue/%F0%A1%83%87>,
        "𡃇"^^xsd:string ;
    rdfs:comment "(Cant.) exclamation"@en .

<http://lexvo.org/id/char/210C8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/kwaak1%20kwaak3>,
        <http://lexvo.org/id/term/yue/%F0%A1%83%88>,
        "𡃈"^^xsd:string ;
    rdfs:comment "(Cant.) a lasso; a circle, frame"@en .

<http://lexvo.org/id/char/210C9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/gaa3>,
        <http://lexvo.org/id/term/yue/%F0%A1%83%89>,
        "𡃉"^^xsd:string ;
    rdfs:comment "(Cant.) final particle"@en .

<http://lexvo.org/id/char/210CA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/kh%E1%BA%BD>,
        "𡃊"^^xsd:string .

<http://lexvo.org/id/char/210CB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/tr%C3%B2n>,
        "𡃋"^^xsd:string .

<http://lexvo.org/id/char/210CC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/nh%E1%BA%B7ng>,
        "𡃌"^^xsd:string .

<http://lexvo.org/id/char/210CD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ch%C3%A9m>,
        "𡃍"^^xsd:string .

<http://lexvo.org/id/char/210CE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ph%C3%A0n>,
        "𡃎"^^xsd:string .

<http://lexvo.org/id/char/210CF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/do%E1%BA%A1>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/doe6>,
        <http://lexvo.org/id/term/yue/%F0%A1%83%8F>,
        "𡃏"^^xsd:string ;
    rdfs:comment "(Cant.) to droop, hang down"@en .

<http://lexvo.org/id/char/210D> a lvont:Character ;
    lvont:represents "ℍ"^^xsd:string ;
    rdfs:comment "DOUBLE-STRUCK CAPITAL H"@en .

<http://lexvo.org/id/char/210D0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/d%E1%BA%B7n>,
        "𡃐"^^xsd:string .

<http://lexvo.org/id/char/210D1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/th%C3%A1nh>,
        "𡃑"^^xsd:string .

<http://lexvo.org/id/char/210D2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/b%E1%BB%91c>,
        "𡃒"^^xsd:string .

<http://lexvo.org/id/char/210D3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/b%E1%BB%B1a>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bo3>,
        <http://lexvo.org/id/term/yue/%F0%A1%83%93>,
        "𡃓"^^xsd:string ;
    rdfs:comment "(Cant.) final particle for emphasis"@en .

<http://lexvo.org/id/char/210D4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/tr%C3%AAu>,
        "𡃔"^^xsd:string .

<http://lexvo.org/id/char/210D5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/g%C3%B9ng>,
        "𡃕"^^xsd:string .

<http://lexvo.org/id/char/210D6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%F0%A1%83%96>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C4%93>,
        <http://lexvo.org/id/term/vie/l%E1%BB%B1a>,
        "𡃖"^^xsd:string ;
    rdfs:comment "call for pigs"@en .

<http://lexvo.org/id/char/210D7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/mua>,
        "𡃗"^^xsd:string .

<http://lexvo.org/id/char/210D8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/nh%E1%BB%93m>,
        "𡃘"^^xsd:string .

<http://lexvo.org/id/char/210D9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/m%C3%BAt>,
        "𡃙"^^xsd:string .

<http://lexvo.org/id/char/210DA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/r%E1%BB%81n>,
        "𡃚"^^xsd:string .

<http://lexvo.org/id/char/210DB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ng%E1%BB%A3i>,
        "𡃛"^^xsd:string .

<http://lexvo.org/id/char/210DC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/x%E1%BA%A1c>,
        "𡃜"^^xsd:string .

<http://lexvo.org/id/char/210DD> a lvont:Character ;
    lvont:represents "𡃝"^^xsd:string .

<http://lexvo.org/id/char/210DE> a lvont:Character ;
    lvont:represents "𡃞"^^xsd:string .

<http://lexvo.org/id/char/210DF> a lvont:Character ;
    lvont:represents "𡃟"^^xsd:string .

<http://lexvo.org/id/char/210E> a lvont:Character ;
    lvont:represents "ℎ"^^xsd:string ;
    rdfs:comment "PLANCK CONSTANT"@en .

<http://lexvo.org/id/char/210E0> a lvont:Character ;
    lvont:represents "𡃠"^^xsd:string .

<http://lexvo.org/id/char/210E1> a lvont:Character ;
    lvont:represents "𡃡"^^xsd:string .

<http://lexvo.org/id/char/210E2> a lvont:Character ;
    lvont:represents "𡃢"^^xsd:string .

<http://lexvo.org/id/char/210E3> a lvont:Character ;
    lvont:represents "𡃣"^^xsd:string .

<http://lexvo.org/id/char/210E4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/laai6>,
        <http://lexvo.org/id/term/yue/%F0%A1%83%A4>,
        "𡃤"^^xsd:string ;
    rdfs:comment "(Cant.) to leave behind, omit"@en .

<http://lexvo.org/id/char/210E5> a lvont:Character ;
    lvont:represents "𡃥"^^xsd:string .

<http://lexvo.org/id/char/210E6> a lvont:Character ;
    lvont:represents "𡃦"^^xsd:string .

<http://lexvo.org/id/char/210E7> a lvont:Character ;
    lvont:represents "𡃧"^^xsd:string .

<http://lexvo.org/id/char/210E8> a lvont:Character ;
    lvont:represents "𡃨"^^xsd:string .

<http://lexvo.org/id/char/210E9> a lvont:Character ;
    lvont:represents "𡃩"^^xsd:string .

<http://lexvo.org/id/char/210EA> a lvont:Character ;
    lvont:represents "𡃪"^^xsd:string .

<http://lexvo.org/id/char/210EB> a lvont:Character ;
    lvont:represents "𡃫"^^xsd:string .

<http://lexvo.org/id/char/210EC> a lvont:Character ;
    lvont:represents "𡃬"^^xsd:string .

<http://lexvo.org/id/char/210ED> a lvont:Character ;
    lvont:represents "𡃭"^^xsd:string .

<http://lexvo.org/id/char/210EE> a lvont:Character ;
    lvont:represents "𡃮"^^xsd:string .

<http://lexvo.org/id/char/210EF> a lvont:Character ;
    lvont:represents "𡃯"^^xsd:string .

<http://lexvo.org/id/char/210F> a lvont:Character ;
    lvont:represents "ℏ"^^xsd:string ;
    rdfs:comment "PLANCK CONSTANT OVER TWO PI"@en .

<http://lexvo.org/id/char/210F0> a lvont:Character ;
    lvont:represents "𡃰"^^xsd:string .

<http://lexvo.org/id/char/210F1> a lvont:Character ;
    lvont:represents "𡃱"^^xsd:string .

<http://lexvo.org/id/char/210F2> a lvont:Character ;
    lvont:represents "𡃲"^^xsd:string .

<http://lexvo.org/id/char/210F3> a lvont:Character ;
    lvont:represents "𡃳"^^xsd:string .

<http://lexvo.org/id/char/210F4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/ceoi4>,
        <http://lexvo.org/id/term/yue/%F0%A1%83%B4>,
        "𡃴"^^xsd:string ;
    rdfs:comment "(Cant.) smell, odor"@en .

<http://lexvo.org/id/char/210F5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/ngung1%20ngung2>,
        <http://lexvo.org/id/term/yue/%F0%A1%83%B5>,
        "𡃵"^^xsd:string ;
    rdfs:comment "(Cant.) to cover, bury; push from behind"@en .

<http://lexvo.org/id/char/210F6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/sek3>,
        <http://lexvo.org/id/term/yue/%F0%A1%83%B6>,
        "𡃶"^^xsd:string ;
    rdfs:comment "(Cant.) to like, love; to kiss"@en .

<http://lexvo.org/id/char/210F7> a lvont:Character ;
    lvont:represents "𡃷"^^xsd:string .

<http://lexvo.org/id/char/210F8> a lvont:Character ;
    lvont:represents "𡃸"^^xsd:string .

<http://lexvo.org/id/char/210F9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ch%C3%A9n>,
        "𡃹"^^xsd:string .

<http://lexvo.org/id/char/210FA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/gh%E1%BA%B9o>,
        "𡃺"^^xsd:string .

<http://lexvo.org/id/char/210FB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/%C4%91%E1%BA%AFng>,
        "𡃻"^^xsd:string .

<http://lexvo.org/id/char/210FC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/th%C3%A8o>,
        "𡃼"^^xsd:string .

<http://lexvo.org/id/char/210FD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/nh%C3%B4>,
        "𡃽"^^xsd:string .

<http://lexvo.org/id/char/210FE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ph%E1%BA%AFc>,
        "𡃾"^^xsd:string .

<http://lexvo.org/id/char/210FF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/th%E1%BB%9Bt>,
        "𡃿"^^xsd:string .

<http://lexvo.org/id/char/2110> a lvont:Character ;
    lvont:represents "ℐ"^^xsd:string ;
    rdfs:comment "SCRIPT CAPITAL I"@en .

<http://lexvo.org/id/char/21100> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/l%E1%BA%A1>,
        "𡄀"^^xsd:string .

<http://lexvo.org/id/char/21101> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/l%C3%BAm>,
        "𡄁"^^xsd:string .

<http://lexvo.org/id/char/21102> a lvont:Character ;
    lvont:represents "𡄂"^^xsd:string .

<http://lexvo.org/id/char/21103> a lvont:Character ;
    lvont:represents "𡄃"^^xsd:string .

<http://lexvo.org/id/char/21104> a lvont:Character ;
    lvont:represents "𡄄"^^xsd:string .

<http://lexvo.org/id/char/21105> a lvont:Character ;
    lvont:represents "𡄅"^^xsd:string .

<http://lexvo.org/id/char/21106> a lvont:Character ;
    lvont:represents "𡄆"^^xsd:string .

<http://lexvo.org/id/char/21107> a lvont:Character ;
    lvont:represents "𡄇"^^xsd:string .

<http://lexvo.org/id/char/21108> a lvont:Character ;
    lvont:represents "𡄈"^^xsd:string .

<http://lexvo.org/id/char/21109> a lvont:Character ;
    lvont:represents "𡄉"^^xsd:string .

<http://lexvo.org/id/char/2110A> a lvont:Character ;
    lvont:represents "𡄊"^^xsd:string .

<http://lexvo.org/id/char/2110B> a lvont:Character ;
    lvont:represents "𡄋"^^xsd:string .

<http://lexvo.org/id/char/2110C> a lvont:Character ;
    lvont:represents "𡄌"^^xsd:string .

<http://lexvo.org/id/char/2110D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/r%C3%BAc>,
        "𡄍"^^xsd:string .

<http://lexvo.org/id/char/2110E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/g%E1%BA%B7m>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gam2>,
        <http://lexvo.org/id/term/yue/%F0%A1%84%8E>,
        "𡄎"^^xsd:string .

<http://lexvo.org/id/char/2110F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/h%E1%BA%A5m>,
        "𡄏"^^xsd:string .

<http://lexvo.org/id/char/2111> a lvont:Character ;
    lvont:represents "ℑ"^^xsd:string ;
    rdfs:comment "BLACK-LETTER CAPITAL I"@en .

<http://lexvo.org/id/char/21110> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/%C3%BAng>,
        "𡄐"^^xsd:string .

<http://lexvo.org/id/char/21111> a lvont:Character ;
    lvont:represents "𡄑"^^xsd:string .

<http://lexvo.org/id/char/21112> a lvont:Character ;
    lvont:represents "𡄒"^^xsd:string .

<http://lexvo.org/id/char/21113> a lvont:Character ;
    lvont:represents "𡄓"^^xsd:string .

<http://lexvo.org/id/char/21114> a lvont:Character ;
    lvont:represents "𡄔"^^xsd:string .

<http://lexvo.org/id/char/21115> a lvont:Character ;
    lvont:represents "𡄕"^^xsd:string .

<http://lexvo.org/id/char/21116> a lvont:Character ;
    lvont:represents "𡄖"^^xsd:string .

<http://lexvo.org/id/char/21117> a lvont:Character ;
    lvont:represents "𡄗"^^xsd:string .

<http://lexvo.org/id/char/21118> a lvont:Character ;
    lvont:represents "𡄘"^^xsd:string .

<http://lexvo.org/id/char/21119> a lvont:Character ;
    lvont:represents "𡄙"^^xsd:string .

<http://lexvo.org/id/char/2111A> a lvont:Character ;
    lvont:represents "𡄚"^^xsd:string .

<http://lexvo.org/id/char/2111B> a lvont:Character ;
    lvont:represents "𡄛"^^xsd:string .

<http://lexvo.org/id/char/2111C> a lvont:Character ;
    lvont:represents "𡄜"^^xsd:string .

<http://lexvo.org/id/char/2111D> a lvont:Character ;
    lvont:represents "𡄝"^^xsd:string .

<http://lexvo.org/id/char/2111E> a lvont:Character ;
    lvont:represents "𡄞"^^xsd:string .

<http://lexvo.org/id/char/2111F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/haa1>,
        <http://lexvo.org/id/term/yue/%F0%A1%84%9F>,
        "𡄟"^^xsd:string ;
    rdfs:comment "(Cant.) onomatopoetic, the sound of panting"@en .

<http://lexvo.org/id/char/2112> a lvont:Character ;
    lvont:represents "ℒ"^^xsd:string ;
    rdfs:comment "SCRIPT CAPITAL L"@en .

<http://lexvo.org/id/char/21120> a lvont:Character ;
    lvont:represents "𡄠"^^xsd:string .

<http://lexvo.org/id/char/21121> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/chay>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zaai1>,
        <http://lexvo.org/id/term/yue/%F0%A1%84%A1>,
        "𡄡"^^xsd:string .

<http://lexvo.org/id/char/21122> a lvont:Character ;
    lvont:represents "𡄢"^^xsd:string .

<http://lexvo.org/id/char/21123> a lvont:Character ;
    lvont:represents "𡄣"^^xsd:string .

<http://lexvo.org/id/char/21124> a lvont:Character ;
    lvont:represents "𡄤"^^xsd:string .

<http://lexvo.org/id/char/21125> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/li%E1%BA%BFm>,
        "𡄥"^^xsd:string .

<http://lexvo.org/id/char/21126> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/lom>,
        "𡄦"^^xsd:string .

<http://lexvo.org/id/char/21127> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/d%E1%BA%B3ng>,
        "𡄧"^^xsd:string .

<http://lexvo.org/id/char/21128> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/n%C3%B4n>,
        "𡄨"^^xsd:string .

<http://lexvo.org/id/char/21129> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/kh%E1%BA%A5n>,
        "𡄩"^^xsd:string .

<http://lexvo.org/id/char/2112A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/toe>,
        "𡄪"^^xsd:string .

<http://lexvo.org/id/char/2112B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/khem>,
        "𡄫"^^xsd:string .

<http://lexvo.org/id/char/2112C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/h%C3%B9n>,
        "𡄬"^^xsd:string .

<http://lexvo.org/id/char/2112D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/th%E1%BB%A7ng>,
        "𡄭"^^xsd:string .

<http://lexvo.org/id/char/2112E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/r%C3%A8n>,
        "𡄮"^^xsd:string .

<http://lexvo.org/id/char/2112F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/%E1%BB%B1c>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jik1>,
        <http://lexvo.org/id/term/yue/%F0%A1%84%AF>,
        "𡄯"^^xsd:string ;
    rdfs:comment "(Cant.) hiccough"@en .

<http://lexvo.org/id/char/2113> a lvont:Character ;
    lvont:represents "ℓ"^^xsd:string ;
    rdfs:comment "SCRIPT SMALL L"@en .

<http://lexvo.org/id/char/21130> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/t%E1%BB%91t>,
        "𡄰"^^xsd:string .

<http://lexvo.org/id/char/21131> a lvont:Character ;
    lvont:represents "𡄱"^^xsd:string .

<http://lexvo.org/id/char/21132> a lvont:Character ;
    lvont:represents "𡄲"^^xsd:string .

<http://lexvo.org/id/char/21133> a lvont:Character ;
    lvont:represents "𡄳"^^xsd:string .

<http://lexvo.org/id/char/21134> a lvont:Character ;
    lvont:represents "𡄴"^^xsd:string .

<http://lexvo.org/id/char/21135> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/ji1>,
        <http://lexvo.org/id/term/yue/%F0%A1%84%B5>,
        "𡄵"^^xsd:string ;
    rdfs:comment "(Cant.) to grin, laugh"@en .

<http://lexvo.org/id/char/21136> a lvont:Character ;
    lvont:represents "𡄶"^^xsd:string .

<http://lexvo.org/id/char/21137> a lvont:Character ;
    lvont:represents "𡄷"^^xsd:string .

<http://lexvo.org/id/char/21138> a lvont:Character ;
    lvont:represents "𡄸"^^xsd:string .

<http://lexvo.org/id/char/21139> a lvont:Character ;
    lvont:represents "𡄹"^^xsd:string .

<http://lexvo.org/id/char/2113A> a lvont:Character ;
    lvont:represents "𡄺"^^xsd:string .

<http://lexvo.org/id/char/2113B> a lvont:Character ;
    lvont:represents "𡄻"^^xsd:string .

<http://lexvo.org/id/char/2113C> a lvont:Character ;
    lvont:represents "𡄼"^^xsd:string .

<http://lexvo.org/id/char/2113D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/soe4>,
        <http://lexvo.org/id/term/yue/%F0%A1%84%BD>,
        "𡄽"^^xsd:string ;
    rdfs:comment "(Cant.) to slide down"@en .

<http://lexvo.org/id/char/2113E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/c%E1%BA%B3n>,
        "𡄾"^^xsd:string .

<http://lexvo.org/id/char/2113F> a lvont:Character ;
    lvont:represents "𡄿"^^xsd:string .

<http://lexvo.org/id/char/2114> a lvont:Character ;
    lvont:represents "℔"^^xsd:string ;
    rdfs:comment "L B BAR SYMBOL"@en .

<http://lexvo.org/id/char/21140> a lvont:Character ;
    lvont:represents "𡅀"^^xsd:string .

<http://lexvo.org/id/char/21141> a lvont:Character ;
    lvont:represents "𡅁"^^xsd:string .

<http://lexvo.org/id/char/21142> a lvont:Character ;
    lvont:represents "𡅂"^^xsd:string .

<http://lexvo.org/id/char/21143> a lvont:Character ;
    lvont:represents "𡅃"^^xsd:string .

<http://lexvo.org/id/char/21144> a lvont:Character ;
    lvont:represents "𡅄"^^xsd:string .

<http://lexvo.org/id/char/21145> a lvont:Character ;
    lvont:represents "𡅅"^^xsd:string .

<http://lexvo.org/id/char/21146> a lvont:Character ;
    lvont:represents "𡅆"^^xsd:string .

<http://lexvo.org/id/char/21147> a lvont:Character ;
    lvont:represents "𡅇"^^xsd:string .

<http://lexvo.org/id/char/21148> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/laa3>,
        <http://lexvo.org/id/term/yue/%F0%A1%85%88>,
        "𡅈"^^xsd:string ;
    rdfs:comment "(Cant.) a particle implying completion, certainty, or urgency"@en .

<http://lexvo.org/id/char/21149> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/d%E1%BA%AFng>,
        "𡅉"^^xsd:string .

<http://lexvo.org/id/char/2114A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/b%C3%BAn>,
        "𡅊"^^xsd:string .

<http://lexvo.org/id/char/2114B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/h%E1%BB%A5m>,
        "𡅋"^^xsd:string .

<http://lexvo.org/id/char/2114C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/gi%E1%BB%A1n>,
        "𡅌"^^xsd:string .

<http://lexvo.org/id/char/2114D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/nh%E1%BA%BBo>,
        "𡅍"^^xsd:string .

<http://lexvo.org/id/char/2114E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/tr%C3%B3m>,
        "𡅎"^^xsd:string .

<http://lexvo.org/id/char/2114F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/l%E1%BA%ABy>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lai2>,
        <http://lexvo.org/id/term/yue/%F0%A1%85%8F>,
        "𡅏"^^xsd:string ;
    rdfs:comment "(Cant.) to accuse, slander; to turn, sprain"@en .

<http://lexvo.org/id/char/2115> a lvont:Character ;
    lvont:represents "ℕ"^^xsd:string ;
    rdfs:comment "DOUBLE-STRUCK CAPITAL N"@en .

<http://lexvo.org/id/char/21150> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/l%C3%A0nh>,
        "𡅐"^^xsd:string .

<http://lexvo.org/id/char/21151> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ng%E1%BB%8Dng>,
        "𡅑"^^xsd:string .

<http://lexvo.org/id/char/21152> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/nh%E1%BA%A9u>,
        "𡅒"^^xsd:string .

<http://lexvo.org/id/char/21153> a lvont:Character ;
    lvont:represents "𡅓"^^xsd:string .

<http://lexvo.org/id/char/21154> a lvont:Character ;
    lvont:represents "𡅔"^^xsd:string .

<http://lexvo.org/id/char/21155> a lvont:Character ;
    lvont:represents "𡅕"^^xsd:string .

<http://lexvo.org/id/char/21156> a lvont:Character ;
    lvont:represents "𡅖"^^xsd:string .

<http://lexvo.org/id/char/21157> a lvont:Character ;
    lvont:represents "𡅗"^^xsd:string .

<http://lexvo.org/id/char/21158> a lvont:Character ;
    lvont:represents "𡅘"^^xsd:string .

<http://lexvo.org/id/char/21159> a lvont:Character ;
    lvont:represents "𡅙"^^xsd:string .

<http://lexvo.org/id/char/2115A> a lvont:Character ;
    lvont:represents "𡅚"^^xsd:string .

<http://lexvo.org/id/char/2115B> a lvont:Character ;
    lvont:represents "𡅛"^^xsd:string .

<http://lexvo.org/id/char/2115C> a lvont:Character ;
    lvont:represents "𡅜"^^xsd:string .

<http://lexvo.org/id/char/2115D> a lvont:Character ;
    lvont:represents "𡅝"^^xsd:string .

<http://lexvo.org/id/char/2115E> a lvont:Character ;
    lvont:represents "𡅞"^^xsd:string .

<http://lexvo.org/id/char/2115F> a lvont:Character ;
    lvont:represents "𡅟"^^xsd:string .

<http://lexvo.org/id/char/2116> a lvont:Character ;
    lvont:represents "№"^^xsd:string ;
    rdfs:comment "NUMERO SIGN"@en .

<http://lexvo.org/id/char/21160> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/x%E1%BA%B1ng>,
        "𡅠"^^xsd:string .

<http://lexvo.org/id/char/21161> a lvont:Character ;
    lvont:represents "𡅡"^^xsd:string .

<http://lexvo.org/id/char/21162> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/g%E1%BA%B7m>,
        "𡅢"^^xsd:string .

<http://lexvo.org/id/char/21163> a lvont:Character ;
    lvont:represents "𡅣"^^xsd:string .

<http://lexvo.org/id/char/21164> a lvont:Character ;
    lvont:represents "𡅤"^^xsd:string .

<http://lexvo.org/id/char/21165> a lvont:Character ;
    lvont:represents "𡅥"^^xsd:string .

<http://lexvo.org/id/char/21166> a lvont:Character ;
    lvont:represents "𡅦"^^xsd:string .

<http://lexvo.org/id/char/21167> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/n%C4%83n>,
        "𡅧"^^xsd:string .

<http://lexvo.org/id/char/21168> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/th%C3%A8m>,
        "𡅨"^^xsd:string .

<http://lexvo.org/id/char/21169> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/d%E1%BA%BBm>,
        "𡅩"^^xsd:string .

<http://lexvo.org/id/char/2116A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/nguy%E1%BB%81n>,
        "𡅪"^^xsd:string .

<http://lexvo.org/id/char/2116B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/gh%E1%BA%B9o>,
        "𡅫"^^xsd:string .

<http://lexvo.org/id/char/2116C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/hoai>,
        "𡅬"^^xsd:string .

<http://lexvo.org/id/char/2116D> a lvont:Character ;
    lvont:represents "𡅭"^^xsd:string .

<http://lexvo.org/id/char/2116E> a lvont:Character ;
    lvont:represents "𡅮"^^xsd:string .

<http://lexvo.org/id/char/2116F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/%E1%BB%8Fn>,
        "𡅯"^^xsd:string .

<http://lexvo.org/id/char/2117> a lvont:Character ;
    lvont:represents "℗"^^xsd:string ;
    rdfs:comment "SOUND RECORDING COPYRIGHT"@en .

<http://lexvo.org/id/char/21170> a lvont:Character ;
    lvont:represents "𡅰"^^xsd:string .

<http://lexvo.org/id/char/21171> a lvont:Character ;
    lvont:represents "𡅱"^^xsd:string .

<http://lexvo.org/id/char/21172> a lvont:Character ;
    lvont:represents "𡅲"^^xsd:string .

<http://lexvo.org/id/char/21173> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/khuy%C3%AAn>,
        "𡅳"^^xsd:string .

<http://lexvo.org/id/char/21174> a lvont:Character ;
    lvont:represents "𡅴"^^xsd:string .

<http://lexvo.org/id/char/21175> a lvont:Character ;
    lvont:represents "𡅵"^^xsd:string .

<http://lexvo.org/id/char/21176> a lvont:Character ;
    lvont:represents "𡅶"^^xsd:string .

<http://lexvo.org/id/char/21177> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ng%E1%BA%ADy>,
        "𡅷"^^xsd:string .

<http://lexvo.org/id/char/21178> a lvont:Character ;
    lvont:represents "𡅸"^^xsd:string .

<http://lexvo.org/id/char/21179> a lvont:Character ;
    lvont:represents "𡅹"^^xsd:string .

<http://lexvo.org/id/char/2117A> a lvont:Character ;
    lvont:represents "𡅺"^^xsd:string .

<http://lexvo.org/id/char/2117B> a lvont:Character ;
    lvont:represents "𡅻"^^xsd:string .

<http://lexvo.org/id/char/2117C> a lvont:Character ;
    lvont:represents "𡅼"^^xsd:string .

<http://lexvo.org/id/char/2117D> a lvont:Character ;
    lvont:represents "𡅽"^^xsd:string .

<http://lexvo.org/id/char/2117E> a lvont:Character ;
    lvont:represents "𡅾"^^xsd:string .

<http://lexvo.org/id/char/2117F> a lvont:Character ;
    lvont:represents "𡅿"^^xsd:string .

<http://lexvo.org/id/char/2118> a lvont:Character ;
    lvont:represents "℘"^^xsd:string ;
    rdfs:comment "SCRIPT CAPITAL P"@en .

<http://lexvo.org/id/char/21180> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/gwang2>,
        <http://lexvo.org/id/term/yue/%F0%A1%86%80>,
        "𡆀"^^xsd:string ;
    rdfs:comment "(Cant.) special relationship"@en .

<http://lexvo.org/id/char/21181> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/nh%C3%A0u>,
        "𡆁"^^xsd:string .

<http://lexvo.org/id/char/21182> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/x%E1%BB%8Fn>,
        "𡆂"^^xsd:string .

<http://lexvo.org/id/char/21183> a lvont:Character ;
    lvont:represents "𡆃"^^xsd:string .

<http://lexvo.org/id/char/21184> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/nh%C3%A9p>,
        "𡆄"^^xsd:string .

<http://lexvo.org/id/char/21185> a lvont:Character ;
    lvont:represents "𡆅"^^xsd:string .

<http://lexvo.org/id/char/21186> a lvont:Character ;
    lvont:represents "𡆆"^^xsd:string .

<http://lexvo.org/id/char/21187> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/wok1>,
        <http://lexvo.org/id/term/yue/%F0%A1%86%87>,
        "𡆇"^^xsd:string ;
    rdfs:comment "(Cant.) a watt (Engl. loan-word)"@en .

<http://lexvo.org/id/char/21188> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/s%E1%BA%B7c>,
        "𡆈"^^xsd:string .

<http://lexvo.org/id/char/21189> a lvont:Character ;
    lvont:represents "𡆉"^^xsd:string .

<http://lexvo.org/id/char/2118A> a lvont:Character ;
    lvont:represents "𡆊"^^xsd:string .

<http://lexvo.org/id/char/2118B> a lvont:Character ;
    lvont:represents "𡆋"^^xsd:string .

<http://lexvo.org/id/char/2118C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/k%C3%AAu>,
        "𡆌"^^xsd:string .

<http://lexvo.org/id/char/2118D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/s%E1%BA%B7c>,
        "𡆍"^^xsd:string .

<http://lexvo.org/id/char/2118E> a lvont:Character ;
    lvont:represents "𡆎"^^xsd:string .

<http://lexvo.org/id/char/2118F> a lvont:Character ;
    lvont:represents "𡆏"^^xsd:string .

<http://lexvo.org/id/char/2119> a lvont:Character ;
    lvont:represents "ℙ"^^xsd:string ;
    rdfs:comment "DOUBLE-STRUCK CAPITAL P"@en .

<http://lexvo.org/id/char/21190> a lvont:Character ;
    lvont:represents "𡆐"^^xsd:string .

<http://lexvo.org/id/char/21191> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/nh%C3%A0m>,
        "𡆑"^^xsd:string .

<http://lexvo.org/id/char/21192> a lvont:Character ;
    lvont:represents "𡆒"^^xsd:string .

<http://lexvo.org/id/char/21193> a lvont:Character ;
    lvont:represents "𡆓"^^xsd:string .

<http://lexvo.org/id/char/21194> a lvont:Character ;
    lvont:represents "𡆔"^^xsd:string .

<http://lexvo.org/id/char/21195> a lvont:Character ;
    lvont:represents "𡆕"^^xsd:string .

<http://lexvo.org/id/char/21196> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/tr%E1%BB%9Bm>,
        "𡆖"^^xsd:string .

<http://lexvo.org/id/char/21197> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/l%E1%BA%A1>,
        "𡆗"^^xsd:string .

<http://lexvo.org/id/char/21198> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/h%E1%BB%83n>,
        "𡆘"^^xsd:string .

<http://lexvo.org/id/char/21199> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/gi%C3%A8m>,
        "𡆙"^^xsd:string .

<http://lexvo.org/id/char/2119A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/g%C3%B9>,
        "𡆚"^^xsd:string .

<http://lexvo.org/id/char/2119B> a lvont:Character ;
    lvont:represents "𡆛"^^xsd:string .

<http://lexvo.org/id/char/2119C> a lvont:Character ;
    lvont:represents "𡆜"^^xsd:string .

<http://lexvo.org/id/char/2119D> a lvont:Character ;
    lvont:represents "𡆝"^^xsd:string .

<http://lexvo.org/id/char/2119E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/gi%E1%BA%A5u>,
        "𡆞"^^xsd:string .

<http://lexvo.org/id/char/2119F> a lvont:Character ;
    lvont:represents "𡆟"^^xsd:string .

<http://lexvo.org/id/char/211A> a lvont:Character ;
    lvont:represents "ℚ"^^xsd:string ;
    rdfs:comment "DOUBLE-STRUCK CAPITAL Q"@en .

<http://lexvo.org/id/char/211A0> a lvont:Character ;
    lvont:represents "𡆠"^^xsd:string .

<http://lexvo.org/id/char/211A1> a lvont:Character ;
    lvont:represents "𡆡"^^xsd:string .

<http://lexvo.org/id/char/211A2> a lvont:Character ;
    lvont:represents "𡆢"^^xsd:string .

<http://lexvo.org/id/char/211A3> a lvont:Character ;
    lvont:represents "𡆣"^^xsd:string .

<http://lexvo.org/id/char/211A4> a lvont:Character ;
    lvont:represents "𡆤"^^xsd:string .

<http://lexvo.org/id/char/211A5> a lvont:Character ;
    lvont:represents "𡆥"^^xsd:string .

<http://lexvo.org/id/char/211A6> a lvont:Character ;
    lvont:represents "𡆦"^^xsd:string .

<http://lexvo.org/id/char/211A7> a lvont:Character ;
    lvont:represents "𡆧"^^xsd:string .

<http://lexvo.org/id/char/211A8> a lvont:Character ;
    lvont:represents "𡆨"^^xsd:string .

<http://lexvo.org/id/char/211A9> a lvont:Character ;
    lvont:represents "𡆩"^^xsd:string .

<http://lexvo.org/id/char/211AA> a lvont:Character ;
    lvont:represents "𡆪"^^xsd:string .

<http://lexvo.org/id/char/211AB> a lvont:Character ;
    lvont:represents "𡆫"^^xsd:string .

<http://lexvo.org/id/char/211AC> a lvont:Character ;
    lvont:represents "𡆬"^^xsd:string .

<http://lexvo.org/id/char/211AD> a lvont:Character ;
    lvont:represents "𡆭"^^xsd:string .

<http://lexvo.org/id/char/211AE> a lvont:Character ;
    lvont:represents "𡆮"^^xsd:string .

<http://lexvo.org/id/char/211AF> a lvont:Character ;
    lvont:represents "𡆯"^^xsd:string .

<http://lexvo.org/id/char/211B> a lvont:Character ;
    lvont:represents "ℛ"^^xsd:string ;
    rdfs:comment "SCRIPT CAPITAL R"@en .

<http://lexvo.org/id/char/211B0> a lvont:Character ;
    lvont:represents "𡆰"^^xsd:string .

<http://lexvo.org/id/char/211B1> a lvont:Character ;
    lvont:represents "𡆱"^^xsd:string .

<http://lexvo.org/id/char/211B2> a lvont:Character ;
    lvont:represents "𡆲"^^xsd:string .

<http://lexvo.org/id/char/211B3> a lvont:Character ;
    lvont:represents "𡆳"^^xsd:string .

<http://lexvo.org/id/char/211B4> a lvont:Character ;
    lvont:represents "𡆴"^^xsd:string .

<http://lexvo.org/id/char/211B5> a lvont:Character ;
    lvont:represents "𡆵"^^xsd:string .

<http://lexvo.org/id/char/211B6> a lvont:Character ;
    lvont:represents "𡆶"^^xsd:string .

<http://lexvo.org/id/char/211B7> a lvont:Character ;
    lvont:represents "𡆷"^^xsd:string .

<http://lexvo.org/id/char/211B8> a lvont:Character ;
    lvont:represents "𡆸"^^xsd:string .

<http://lexvo.org/id/char/211B9> a lvont:Character ;
    lvont:represents "𡆹"^^xsd:string .

<http://lexvo.org/id/char/211BA> a lvont:Character ;
    lvont:represents "𡆺"^^xsd:string .

<http://lexvo.org/id/char/211BB> a lvont:Character ;
    lvont:represents "𡆻"^^xsd:string .

<http://lexvo.org/id/char/211BC> a lvont:Character ;
    lvont:represents "𡆼"^^xsd:string .

<http://lexvo.org/id/char/211BD> a lvont:Character ;
    lvont:represents "𡆽"^^xsd:string .

<http://lexvo.org/id/char/211BE> a lvont:Character ;
    lvont:represents "𡆾"^^xsd:string .

<http://lexvo.org/id/char/211BF> a lvont:Character ;
    lvont:represents "𡆿"^^xsd:string .

<http://lexvo.org/id/char/211C> a lvont:Character ;
    lvont:represents "ℜ"^^xsd:string ;
    rdfs:comment "BLACK-LETTER CAPITAL R"@en .

<http://lexvo.org/id/char/211C0> a lvont:Character ;
    lvont:represents "𡇀"^^xsd:string .

<http://lexvo.org/id/char/211C1> a lvont:Character ;
    lvont:represents "𡇁"^^xsd:string .

<http://lexvo.org/id/char/211C2> a lvont:Character ;
    lvont:represents "𡇂"^^xsd:string .

<http://lexvo.org/id/char/211C3> a lvont:Character ;
    lvont:represents "𡇃"^^xsd:string .

<http://lexvo.org/id/char/211C4> a lvont:Character ;
    lvont:represents "𡇄"^^xsd:string .

<http://lexvo.org/id/char/211C5> a lvont:Character ;
    lvont:represents "𡇅"^^xsd:string .

<http://lexvo.org/id/char/211C6> a lvont:Character ;
    lvont:represents "𡇆"^^xsd:string .

<http://lexvo.org/id/char/211C7> a lvont:Character ;
    lvont:represents "𡇇"^^xsd:string .

<http://lexvo.org/id/char/211C8> a lvont:Character ;
    lvont:represents "𡇈"^^xsd:string .

<http://lexvo.org/id/char/211C9> a lvont:Character ;
    lvont:represents "𡇉"^^xsd:string .

<http://lexvo.org/id/char/211CA> a lvont:Character ;
    lvont:represents "𡇊"^^xsd:string .

<http://lexvo.org/id/char/211CB> a lvont:Character ;
    lvont:represents "𡇋"^^xsd:string .

<http://lexvo.org/id/char/211CC> a lvont:Character ;
    lvont:represents "𡇌"^^xsd:string .

<http://lexvo.org/id/char/211CD> a lvont:Character ;
    lvont:represents "𡇍"^^xsd:string .

<http://lexvo.org/id/char/211CE> a lvont:Character ;
    lvont:represents "𡇎"^^xsd:string .

<http://lexvo.org/id/char/211CF> a lvont:Character ;
    lvont:represents "𡇏"^^xsd:string .

<http://lexvo.org/id/char/211D> a lvont:Character ;
    lvont:represents "ℝ"^^xsd:string ;
    rdfs:comment "DOUBLE-STRUCK CAPITAL R"@en .

<http://lexvo.org/id/char/211D0> a lvont:Character ;
    lvont:represents "𡇐"^^xsd:string .

<http://lexvo.org/id/char/211D1> a lvont:Character ;
    lvont:represents "𡇑"^^xsd:string .

<http://lexvo.org/id/char/211D2> a lvont:Character ;
    lvont:represents "𡇒"^^xsd:string .

<http://lexvo.org/id/char/211D3> a lvont:Character ;
    lvont:represents "𡇓"^^xsd:string .

<http://lexvo.org/id/char/211D4> a lvont:Character ;
    lvont:represents "𡇔"^^xsd:string .

<http://lexvo.org/id/char/211D5> a lvont:Character ;
    lvont:represents "𡇕"^^xsd:string .

<http://lexvo.org/id/char/211D6> a lvont:Character ;
    lvont:represents "𡇖"^^xsd:string .

<http://lexvo.org/id/char/211D7> a lvont:Character ;
    lvont:represents "𡇗"^^xsd:string .

<http://lexvo.org/id/char/211D8> a lvont:Character ;
    lvont:represents "𡇘"^^xsd:string .

<http://lexvo.org/id/char/211D9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/doe4>,
        <http://lexvo.org/id/term/yue/%F0%A1%87%99>,
        "𡇙"^^xsd:string ;
    rdfs:comment "(Cant.) round and full"@en .

<http://lexvo.org/id/char/211DA> a lvont:Character ;
    lvont:represents "𡇚"^^xsd:string .

<http://lexvo.org/id/char/211DB> a lvont:Character ;
    lvont:represents "𡇛"^^xsd:string .

<http://lexvo.org/id/char/211DC> a lvont:Character ;
    lvont:represents "𡇜"^^xsd:string .

<http://lexvo.org/id/char/211DD> a lvont:Character ;
    lvont:represents "𡇝"^^xsd:string .

<http://lexvo.org/id/char/211DE> a lvont:Character ;
    lvont:represents "𡇞"^^xsd:string .

<http://lexvo.org/id/char/211DF> a lvont:Character ;
    lvont:represents "𡇟"^^xsd:string .

<http://lexvo.org/id/char/211E> a lvont:Character ;
    lvont:represents "℞"^^xsd:string ;
    rdfs:comment "PRESCRIPTION TAKE"@en .

<http://lexvo.org/id/char/211E0> a lvont:Character ;
    lvont:represents "𡇠"^^xsd:string .

<http://lexvo.org/id/char/211E1> a lvont:Character ;
    lvont:represents "𡇡"^^xsd:string .

<http://lexvo.org/id/char/211E2> a lvont:Character ;
    lvont:represents "𡇢"^^xsd:string .

<http://lexvo.org/id/char/211E3> a lvont:Character ;
    lvont:represents "𡇣"^^xsd:string .

<http://lexvo.org/id/char/211E4> a lvont:Character ;
    lvont:represents "𡇤"^^xsd:string .

<http://lexvo.org/id/char/211E5> a lvont:Character ;
    lvont:represents "𡇥"^^xsd:string .

<http://lexvo.org/id/char/211E6> a lvont:Character ;
    lvont:represents "𡇦"^^xsd:string .

<http://lexvo.org/id/char/211E7> a lvont:Character ;
    lvont:represents "𡇧"^^xsd:string .

<http://lexvo.org/id/char/211E8> a lvont:Character ;
    lvont:represents "𡇨"^^xsd:string .

<http://lexvo.org/id/char/211E9> a lvont:Character ;
    lvont:represents "𡇩"^^xsd:string .

<http://lexvo.org/id/char/211EA> a lvont:Character ;
    lvont:represents "𡇪"^^xsd:string .

<http://lexvo.org/id/char/211EB> a lvont:Character ;
    lvont:represents "𡇫"^^xsd:string .

<http://lexvo.org/id/char/211EC> a lvont:Character ;
    lvont:represents "𡇬"^^xsd:string .

<http://lexvo.org/id/char/211ED> a lvont:Character ;
    lvont:represents "𡇭"^^xsd:string .

<http://lexvo.org/id/char/211EE> a lvont:Character ;
    lvont:represents "𡇮"^^xsd:string .

<http://lexvo.org/id/char/211EF> a lvont:Character ;
    lvont:represents "𡇯"^^xsd:string .

<http://lexvo.org/id/char/211F> a lvont:Character ;
    lvont:represents "℟"^^xsd:string ;
    rdfs:comment "RESPONSE"@en .

<http://lexvo.org/id/char/211F0> a lvont:Character ;
    lvont:represents "𡇰"^^xsd:string .

<http://lexvo.org/id/char/211F1> a lvont:Character ;
    lvont:represents "𡇱"^^xsd:string .

<http://lexvo.org/id/char/211F2> a lvont:Character ;
    lvont:represents "𡇲"^^xsd:string .

<http://lexvo.org/id/char/211F3> a lvont:Character ;
    lvont:represents "𡇳"^^xsd:string .

<http://lexvo.org/id/char/211F4> a lvont:Character ;
    lvont:represents "𡇴"^^xsd:string .

<http://lexvo.org/id/char/211F5> a lvont:Character ;
    lvont:represents "𡇵"^^xsd:string .

<http://lexvo.org/id/char/211F6> a lvont:Character ;
    lvont:represents "𡇶"^^xsd:string .

<http://lexvo.org/id/char/211F7> a lvont:Character ;
    lvont:represents "𡇷"^^xsd:string .

<http://lexvo.org/id/char/211F8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/qu%C3%A2y>,
        "𡇸"^^xsd:string .

<http://lexvo.org/id/char/211F9> a lvont:Character ;
    lvont:represents "𡇹"^^xsd:string .

<http://lexvo.org/id/char/211FA> a lvont:Character ;
    lvont:represents "𡇺"^^xsd:string .

<http://lexvo.org/id/char/211FB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/nh%E1%BB%91t>,
        "𡇻"^^xsd:string .

<http://lexvo.org/id/char/211FC> a lvont:Character ;
    lvont:represents "𡇼"^^xsd:string .

<http://lexvo.org/id/char/211FD> a lvont:Character ;
    lvont:represents "𡇽"^^xsd:string .

<http://lexvo.org/id/char/211FE> a lvont:Character ;
    lvont:represents "𡇾"^^xsd:string .

<http://lexvo.org/id/char/211FF> a lvont:Character ;
    lvont:represents "𡇿"^^xsd:string .

<http://lexvo.org/id/char/2120> a lvont:Character ;
    lvont:represents "℠"^^xsd:string ;
    rdfs:comment "SERVICE MARK"@en .

<http://lexvo.org/id/char/21200> a lvont:Character ;
    lvont:represents "𡈀"^^xsd:string .

<http://lexvo.org/id/char/21201> a lvont:Character ;
    lvont:represents "𡈁"^^xsd:string .

<http://lexvo.org/id/char/21202> a lvont:Character ;
    lvont:represents "𡈂"^^xsd:string .

<http://lexvo.org/id/char/21203> a lvont:Character ;
    lvont:represents "𡈃"^^xsd:string .

<http://lexvo.org/id/char/21204> a lvont:Character ;
    lvont:represents "𡈄"^^xsd:string .

<http://lexvo.org/id/char/21205> a lvont:Character ;
    lvont:represents "𡈅"^^xsd:string .

<http://lexvo.org/id/char/21206> a lvont:Character ;
    lvont:represents "𡈆"^^xsd:string .

<http://lexvo.org/id/char/21207> a lvont:Character ;
    lvont:represents "𡈇"^^xsd:string .

<http://lexvo.org/id/char/21208> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/chu%E1%BB%93ng>,
        "𡈈"^^xsd:string .

<http://lexvo.org/id/char/21209> a lvont:Character ;
    lvont:represents "𡈉"^^xsd:string .

<http://lexvo.org/id/char/2120A> a lvont:Character ;
    lvont:represents "𡈊"^^xsd:string .

<http://lexvo.org/id/char/2120B> a lvont:Character ;
    lvont:represents "𡈋"^^xsd:string .

<http://lexvo.org/id/char/2120C> a lvont:Character ;
    lvont:represents "𡈌"^^xsd:string .

<http://lexvo.org/id/char/2120D> a lvont:Character ;
    lvont:represents "𡈍"^^xsd:string .

<http://lexvo.org/id/char/2120E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/mui4>,
        <http://lexvo.org/id/term/yue/%F0%A1%88%8E>,
        "𡈎"^^xsd:string ;
    rdfs:comment "a decoy; to inveigle"@en .

<http://lexvo.org/id/char/2120F> a lvont:Character ;
    lvont:represents "𡈏"^^xsd:string .

<http://lexvo.org/id/char/2121> a lvont:Character ;
    lvont:represents "℡"^^xsd:string ;
    rdfs:comment "TELEPHONE SIGN"@en .

<http://lexvo.org/id/char/21210> a lvont:Character ;
    lvont:represents "𡈐"^^xsd:string .

<http://lexvo.org/id/char/21211> a lvont:Character ;
    lvont:represents "𡈑"^^xsd:string .

<http://lexvo.org/id/char/21212> a lvont:Character ;
    lvont:represents "𡈒"^^xsd:string .

<http://lexvo.org/id/char/21213> a lvont:Character ;
    lvont:represents "𡈓"^^xsd:string .

<http://lexvo.org/id/char/21214> a lvont:Character ;
    lvont:represents "𡈔"^^xsd:string .

<http://lexvo.org/id/char/21215> a lvont:Character ;
    lvont:represents "𡈕"^^xsd:string .

<http://lexvo.org/id/char/21216> a lvont:Character ;
    lvont:represents "𡈖"^^xsd:string .

<http://lexvo.org/id/char/21217> a lvont:Character ;
    lvont:represents "𡈗"^^xsd:string .

<http://lexvo.org/id/char/21218> a lvont:Character ;
    lvont:represents "𡈘"^^xsd:string .

<http://lexvo.org/id/char/21219> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%F0%A1%88%99>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%B3u>,
        "𡈙"^^xsd:string ;
    rdfs:comment "decoy"@en .

<http://lexvo.org/id/char/2121A> a lvont:Character ;
    lvont:represents "𡈚"^^xsd:string .

<http://lexvo.org/id/char/2121B> a lvont:Character ;
    lvont:represents "𡈛"^^xsd:string .

<http://lexvo.org/id/char/2121C> a lvont:Character ;
    lvont:represents "𡈜"^^xsd:string .

<http://lexvo.org/id/char/2121D> a lvont:Character ;
    lvont:represents "𡈝"^^xsd:string .

<http://lexvo.org/id/char/2121E> a lvont:Character ;
    lvont:represents "𡈞"^^xsd:string .

<http://lexvo.org/id/char/2121F> a lvont:Character ;
    lvont:represents "𡈟"^^xsd:string .

<http://lexvo.org/id/char/2122> a lvont:Character ;
    lvont:represents "™"^^xsd:string ;
    rdfs:comment "TRADE MARK SIGN"@en .

<http://lexvo.org/id/char/21220> a lvont:Character ;
    lvont:represents "𡈠"^^xsd:string .

<http://lexvo.org/id/char/21221> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/chu%E1%BB%93ng>,
        "𡈡"^^xsd:string .

<http://lexvo.org/id/char/21222> a lvont:Character ;
    lvont:represents "𡈢"^^xsd:string .

<http://lexvo.org/id/char/21223> a lvont:Character ;
    lvont:represents "𡈣"^^xsd:string .

<http://lexvo.org/id/char/21224> a lvont:Character ;
    lvont:represents "𡈤"^^xsd:string .

<http://lexvo.org/id/char/21225> a lvont:Character ;
    lvont:represents "𡈥"^^xsd:string .

<http://lexvo.org/id/char/21226> a lvont:Character ;
    lvont:represents "𡈦"^^xsd:string .

<http://lexvo.org/id/char/21227> a lvont:Character ;
    lvont:represents "𡈧"^^xsd:string .

<http://lexvo.org/id/char/21228> a lvont:Character ;
    lvont:represents "𡈨"^^xsd:string .

<http://lexvo.org/id/char/21229> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/chu%E1%BB%93ng>,
        "𡈩"^^xsd:string .

<http://lexvo.org/id/char/2122A> a lvont:Character ;
    lvont:represents "𡈪"^^xsd:string .

<http://lexvo.org/id/char/2122B> a lvont:Character ;
    lvont:represents "𡈫"^^xsd:string .

<http://lexvo.org/id/char/2122C> a lvont:Character ;
    lvont:represents "𡈬"^^xsd:string .

<http://lexvo.org/id/char/2122D> a lvont:Character ;
    lvont:represents "𡈭"^^xsd:string .

<http://lexvo.org/id/char/2122E> a lvont:Character ;
    lvont:represents "𡈮"^^xsd:string .

<http://lexvo.org/id/char/2122F> a lvont:Character ;
    lvont:represents "𡈯"^^xsd:string .

<http://lexvo.org/id/char/2123> a lvont:Character ;
    lvont:represents "℣"^^xsd:string ;
    rdfs:comment "VERSICLE"@en .

<http://lexvo.org/id/char/21230> a lvont:Character ;
    lvont:represents "𡈰"^^xsd:string .

<http://lexvo.org/id/char/21231> a lvont:Character ;
    lvont:represents "𡈱"^^xsd:string .

<http://lexvo.org/id/char/21232> a lvont:Character ;
    lvont:represents "𡈲"^^xsd:string .

<http://lexvo.org/id/char/21233> a lvont:Character ;
    lvont:represents "𡈳"^^xsd:string .

<http://lexvo.org/id/char/21234> a lvont:Character ;
    lvont:represents "𡈴"^^xsd:string .

<http://lexvo.org/id/char/21235> a lvont:Character ;
    lvont:represents "𡈵"^^xsd:string .

<http://lexvo.org/id/char/21236> a lvont:Character ;
    lvont:represents "𡈶"^^xsd:string .

<http://lexvo.org/id/char/21237> a lvont:Character ;
    lvont:represents "𡈷"^^xsd:string .

<http://lexvo.org/id/char/21238> a lvont:Character ;
    lvont:represents "𡈸"^^xsd:string .

<http://lexvo.org/id/char/21239> a lvont:Character ;
    lvont:represents "𡈹"^^xsd:string .

<http://lexvo.org/id/char/2123A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/tr%C3%B2n>,
        "𡈺"^^xsd:string .

<http://lexvo.org/id/char/2123B> a lvont:Character ;
    lvont:represents "𡈻"^^xsd:string .

<http://lexvo.org/id/char/2123C> a lvont:Character ;
    lvont:represents "𡈼"^^xsd:string .

<http://lexvo.org/id/char/2123D> a lvont:Character ;
    lvont:represents "𡈽"^^xsd:string ;
    rdfs:comment "Variant of U+571F 土 "@en .

<http://lexvo.org/id/char/2123E> a lvont:Character ;
    lvont:represents "𡈾"^^xsd:string .

<http://lexvo.org/id/char/2123F> a lvont:Character ;
    lvont:represents "𡈿"^^xsd:string .

<http://lexvo.org/id/char/2124> a lvont:Character ;
    lvont:represents "ℤ"^^xsd:string ;
    rdfs:comment "DOUBLE-STRUCK CAPITAL Z"@en .

<http://lexvo.org/id/char/21240> a lvont:Character ;
    lvont:represents "𡉀"^^xsd:string .

<http://lexvo.org/id/char/21241> a lvont:Character ;
    lvont:represents "𡉁"^^xsd:string .

<http://lexvo.org/id/char/21242> a lvont:Character ;
    lvont:represents "𡉂"^^xsd:string .

<http://lexvo.org/id/char/21243> a lvont:Character ;
    lvont:represents "𡉃"^^xsd:string .

<http://lexvo.org/id/char/21244> a lvont:Character ;
    lvont:represents "𡉄"^^xsd:string .

<http://lexvo.org/id/char/21245> a lvont:Character ;
    lvont:represents "𡉅"^^xsd:string .

<http://lexvo.org/id/char/21246> a lvont:Character ;
    lvont:represents "𡉆"^^xsd:string .

<http://lexvo.org/id/char/21247> a lvont:Character ;
    lvont:represents "𡉇"^^xsd:string .

<http://lexvo.org/id/char/21248> a lvont:Character ;
    lvont:represents "𡉈"^^xsd:string .

<http://lexvo.org/id/char/21249> a lvont:Character ;
    lvont:represents "𡉉"^^xsd:string .

<http://lexvo.org/id/char/2124A> a lvont:Character ;
    lvont:represents "𡉊"^^xsd:string .

<http://lexvo.org/id/char/2124B> a lvont:Character ;
    lvont:represents "𡉋"^^xsd:string .

<http://lexvo.org/id/char/2124C> a lvont:Character ;
    lvont:represents "𡉌"^^xsd:string .

<http://lexvo.org/id/char/2124D> a lvont:Character ;
    lvont:represents "𡉍"^^xsd:string .

<http://lexvo.org/id/char/2124E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/cong>,
        "𡉎"^^xsd:string .

<http://lexvo.org/id/char/2124F> a lvont:Character ;
    lvont:represents "𡉏"^^xsd:string .

<http://lexvo.org/id/char/2125> a lvont:Character ;
    lvont:represents "℥"^^xsd:string ;
    rdfs:comment "OUNCE SIGN"@en .

<http://lexvo.org/id/char/21250> a lvont:Character ;
    lvont:represents "𡉐"^^xsd:string .

<http://lexvo.org/id/char/21251> a lvont:Character ;
    lvont:represents "𡉑"^^xsd:string .

<http://lexvo.org/id/char/21252> a lvont:Character ;
    lvont:represents "𡉒"^^xsd:string .

<http://lexvo.org/id/char/21253> a lvont:Character ;
    lvont:represents "𡉓"^^xsd:string .

<http://lexvo.org/id/char/21254> a lvont:Character ;
    lvont:represents "𡉔"^^xsd:string .

<http://lexvo.org/id/char/21255> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/h%C3%B2n>,
        "𡉕"^^xsd:string .

<http://lexvo.org/id/char/21256> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/cong>,
        "𡉖"^^xsd:string .

<http://lexvo.org/id/char/21257> a lvont:Character ;
    lvont:represents "𡉗"^^xsd:string .

<http://lexvo.org/id/char/21258> a lvont:Character ;
    lvont:represents "𡉘"^^xsd:string .

<http://lexvo.org/id/char/21259> a lvont:Character ;
    lvont:represents "𡉙"^^xsd:string .

<http://lexvo.org/id/char/2125A> a lvont:Character ;
    lvont:represents "𡉚"^^xsd:string .

<http://lexvo.org/id/char/2125B> a lvont:Character ;
    lvont:represents "𡉛"^^xsd:string .

<http://lexvo.org/id/char/2125C> a lvont:Character ;
    lvont:represents "𡉜"^^xsd:string .

<http://lexvo.org/id/char/2125D> a lvont:Character ;
    lvont:represents "𡉝"^^xsd:string .

<http://lexvo.org/id/char/2125E> a lvont:Character ;
    lvont:represents "𡉞"^^xsd:string .

<http://lexvo.org/id/char/2125F> a lvont:Character ;
    lvont:represents "𡉟"^^xsd:string .

<http://lexvo.org/id/char/2126> a lvont:Character ;
    lvont:represents "Ω"^^xsd:string ;
    rdfs:comment "OHM SIGN"@en .

<http://lexvo.org/id/char/21260> a lvont:Character ;
    lvont:represents "𡉠"^^xsd:string .

<http://lexvo.org/id/char/21261> a lvont:Character ;
    lvont:represents "𡉡"^^xsd:string .

<http://lexvo.org/id/char/21262> a lvont:Character ;
    lvont:represents "𡉢"^^xsd:string .

<http://lexvo.org/id/char/21263> a lvont:Character ;
    lvont:represents "𡉣"^^xsd:string .

<http://lexvo.org/id/char/21264> a lvont:Character ;
    lvont:represents "𡉤"^^xsd:string .

<http://lexvo.org/id/char/21265> a lvont:Character ;
    lvont:represents "𡉥"^^xsd:string .

<http://lexvo.org/id/char/21266> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ng%C3%B5>,
        "𡉦"^^xsd:string .

<http://lexvo.org/id/char/21267> a lvont:Character ;
    lvont:represents "𡉧"^^xsd:string .

<http://lexvo.org/id/char/21268> a lvont:Character ;
    lvont:represents "𡉨"^^xsd:string .

<http://lexvo.org/id/char/21269> a lvont:Character ;
    lvont:represents "𡉩"^^xsd:string .

<http://lexvo.org/id/char/2126A> a lvont:Character ;
    lvont:represents "𡉪"^^xsd:string .

<http://lexvo.org/id/char/2126B> a lvont:Character ;
    lvont:represents "𡉫"^^xsd:string .

<http://lexvo.org/id/char/2126C> a lvont:Character ;
    lvont:represents "𡉬"^^xsd:string .

<http://lexvo.org/id/char/2126D> a lvont:Character ;
    lvont:represents "𡉭"^^xsd:string .

<http://lexvo.org/id/char/2126E> a lvont:Character ;
    lvont:represents "𡉮"^^xsd:string .

<http://lexvo.org/id/char/2126F> a lvont:Character ;
    lvont:represents "𡉯"^^xsd:string .

<http://lexvo.org/id/char/2127> a lvont:Character ;
    lvont:represents "℧"^^xsd:string ;
    rdfs:comment "INVERTED OHM SIGN"@en .

<http://lexvo.org/id/char/21270> a lvont:Character ;
    lvont:represents "𡉰"^^xsd:string .

<http://lexvo.org/id/char/21271> a lvont:Character ;
    lvont:represents "𡉱"^^xsd:string .

<http://lexvo.org/id/char/21272> a lvont:Character ;
    lvont:represents "𡉲"^^xsd:string .

<http://lexvo.org/id/char/21273> a lvont:Character ;
    lvont:represents "𡉳"^^xsd:string .

<http://lexvo.org/id/char/21274> a lvont:Character ;
    lvont:represents "𡉴"^^xsd:string .

<http://lexvo.org/id/char/21275> a lvont:Character ;
    lvont:represents "𡉵"^^xsd:string .

<http://lexvo.org/id/char/21276> a lvont:Character ;
    lvont:represents "𡉶"^^xsd:string .

<http://lexvo.org/id/char/21277> a lvont:Character ;
    lvont:represents "𡉷"^^xsd:string .

<http://lexvo.org/id/char/21278> a lvont:Character ;
    lvont:represents "𡉸"^^xsd:string .

<http://lexvo.org/id/char/21279> a lvont:Character ;
    lvont:represents "𡉹"^^xsd:string .

<http://lexvo.org/id/char/2127A> a lvont:Character ;
    lvont:represents "𡉺"^^xsd:string .

<http://lexvo.org/id/char/2127B> a lvont:Character ;
    lvont:represents "𡉻"^^xsd:string .

<http://lexvo.org/id/char/2127C> a lvont:Character ;
    lvont:represents "𡉼"^^xsd:string .

<http://lexvo.org/id/char/2127D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/l%C3%B3c>,
        "𡉽"^^xsd:string .

<http://lexvo.org/id/char/2127E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/tum>,
        "𡉾"^^xsd:string .

<http://lexvo.org/id/char/2127F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/m%E1%BB%91c>,
        "𡉿"^^xsd:string .

<http://lexvo.org/id/char/2128> a lvont:Character ;
    lvont:represents "ℨ"^^xsd:string ;
    rdfs:comment "BLACK-LETTER CAPITAL Z"@en .

<http://lexvo.org/id/char/21280> a lvont:Character ;
    lvont:represents "𡊀"^^xsd:string .

<http://lexvo.org/id/char/21281> a lvont:Character ;
    lvont:represents "𡊁"^^xsd:string .

<http://lexvo.org/id/char/21282> a lvont:Character ;
    lvont:represents "𡊂"^^xsd:string .

<http://lexvo.org/id/char/21283> a lvont:Character ;
    lvont:represents "𡊃"^^xsd:string .

<http://lexvo.org/id/char/21284> a lvont:Character ;
    lvont:represents "𡊄"^^xsd:string .

<http://lexvo.org/id/char/21285> a lvont:Character ;
    lvont:represents "𡊅"^^xsd:string .

<http://lexvo.org/id/char/21286> a lvont:Character ;
    lvont:represents "𡊆"^^xsd:string .

<http://lexvo.org/id/char/21287> a lvont:Character ;
    lvont:represents "𡊇"^^xsd:string .

<http://lexvo.org/id/char/21288> a lvont:Character ;
    lvont:represents "𡊈"^^xsd:string .

<http://lexvo.org/id/char/21289> a lvont:Character ;
    lvont:represents "𡊉"^^xsd:string .

<http://lexvo.org/id/char/2128A> a lvont:Character ;
    lvont:represents "𡊊"^^xsd:string .

<http://lexvo.org/id/char/2128B> a lvont:Character ;
    lvont:represents "𡊋"^^xsd:string .

<http://lexvo.org/id/char/2128C> a lvont:Character ;
    lvont:represents "𡊌"^^xsd:string .

<http://lexvo.org/id/char/2128D> a lvont:Character ;
    lvont:represents "𡊍"^^xsd:string .

<http://lexvo.org/id/char/2128E> a lvont:Character ;
    lvont:represents "𡊎"^^xsd:string .

<http://lexvo.org/id/char/2128F> a lvont:Character ;
    lvont:represents "𡊏"^^xsd:string .

<http://lexvo.org/id/char/2129> a lvont:Character ;
    lvont:represents "℩"^^xsd:string ;
    rdfs:comment "TURNED GREEK SMALL LETTER IOTA"@en .

<http://lexvo.org/id/char/21290> a lvont:Character ;
    lvont:represents "𡊐"^^xsd:string .

<http://lexvo.org/id/char/21291> a lvont:Character ;
    lvont:represents "𡊑"^^xsd:string .

<http://lexvo.org/id/char/21292> a lvont:Character ;
    lvont:represents "𡊒"^^xsd:string .

<http://lexvo.org/id/char/21293> a lvont:Character ;
    lvont:represents "𡊓"^^xsd:string .

<http://lexvo.org/id/char/21294> a lvont:Character ;
    lvont:represents "𡊔"^^xsd:string .

<http://lexvo.org/id/char/21295> a lvont:Character ;
    lvont:represents "𡊕"^^xsd:string .

<http://lexvo.org/id/char/21296> a lvont:Character ;
    lvont:represents "𡊖"^^xsd:string .

<http://lexvo.org/id/char/21297> a lvont:Character ;
    lvont:represents "𡊗"^^xsd:string .

<http://lexvo.org/id/char/21298> a lvont:Character ;
    lvont:represents "𡊘"^^xsd:string .

<http://lexvo.org/id/char/21299> a lvont:Character ;
    lvont:represents "𡊙"^^xsd:string .

<http://lexvo.org/id/char/2129A> a lvont:Character ;
    lvont:represents "𡊚"^^xsd:string .

<http://lexvo.org/id/char/2129B> a lvont:Character ;
    lvont:represents "𡊛"^^xsd:string .

<http://lexvo.org/id/char/2129C> a lvont:Character ;
    lvont:represents "𡊜"^^xsd:string .

<http://lexvo.org/id/char/2129D> a lvont:Character ;
    lvont:represents "𡊝"^^xsd:string .

<http://lexvo.org/id/char/2129E> a lvont:Character ;
    lvont:represents "𡊞"^^xsd:string .

<http://lexvo.org/id/char/2129F> a lvont:Character ;
    lvont:represents "𡊟"^^xsd:string .

<http://lexvo.org/id/char/212A> a lvont:Character ;
    lvont:represents "K"^^xsd:string ;
    rdfs:comment "KELVIN SIGN"@en .

<http://lexvo.org/id/char/212A0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/nh%C3%A1p>,
        "𡊠"^^xsd:string .

<http://lexvo.org/id/char/212A1> a lvont:Character ;
    lvont:represents "𡊡"^^xsd:string .

<http://lexvo.org/id/char/212A2> a lvont:Character ;
    lvont:represents "𡊢"^^xsd:string .

<http://lexvo.org/id/char/212A3> a lvont:Character ;
    lvont:represents "𡊣"^^xsd:string .

<http://lexvo.org/id/char/212A4> a lvont:Character ;
    lvont:represents "𡊤"^^xsd:string .

<http://lexvo.org/id/char/212A5> a lvont:Character ;
    lvont:represents "𡊥"^^xsd:string .

<http://lexvo.org/id/char/212A6> a lvont:Character ;
    lvont:represents "𡊦"^^xsd:string .

<http://lexvo.org/id/char/212A7> a lvont:Character ;
    lvont:represents "𡊧"^^xsd:string .

<http://lexvo.org/id/char/212A8> a lvont:Character ;
    lvont:represents "𡊨"^^xsd:string .

<http://lexvo.org/id/char/212A9> a lvont:Character ;
    lvont:represents "𡊩"^^xsd:string .

<http://lexvo.org/id/char/212AA> a lvont:Character ;
    lvont:represents "𡊪"^^xsd:string .

<http://lexvo.org/id/char/212AB> a lvont:Character ;
    lvont:represents "𡊫"^^xsd:string .

<http://lexvo.org/id/char/212AC> a lvont:Character ;
    lvont:represents "𡊬"^^xsd:string .

<http://lexvo.org/id/char/212AD> a lvont:Character ;
    lvont:represents "𡊭"^^xsd:string .

<http://lexvo.org/id/char/212AE> a lvont:Character ;
    lvont:represents "𡊮"^^xsd:string .

<http://lexvo.org/id/char/212AF> a lvont:Character ;
    lvont:represents "𡊯"^^xsd:string .

<http://lexvo.org/id/char/212B> a lvont:Character ;
    lvont:represents "Å"^^xsd:string ;
    rdfs:comment "ANGSTROM SIGN"@en .

<http://lexvo.org/id/char/212B0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/%C4%91%E1%BB%81n>,
        "𡊰"^^xsd:string .

<http://lexvo.org/id/char/212B1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ch%E1%BA%ADu>,
        "𡊱"^^xsd:string .

<http://lexvo.org/id/char/212B2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ch%C3%B5>,
        "𡊲"^^xsd:string .

<http://lexvo.org/id/char/212B3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/s%C3%A0nh>,
        "𡊳"^^xsd:string .

<http://lexvo.org/id/char/212B4> a lvont:Character ;
    lvont:represents "𡊴"^^xsd:string .

<http://lexvo.org/id/char/212B5> a lvont:Character ;
    lvont:represents "𡊵"^^xsd:string .

<http://lexvo.org/id/char/212B6> a lvont:Character ;
    lvont:represents "𡊶"^^xsd:string .

<http://lexvo.org/id/char/212B7> a lvont:Character ;
    lvont:represents "𡊷"^^xsd:string .

<http://lexvo.org/id/char/212B8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/gi%E1%BB%93ng>,
        "𡊸"^^xsd:string .

<http://lexvo.org/id/char/212B9> a lvont:Character ;
    lvont:represents "𡊹"^^xsd:string .

<http://lexvo.org/id/char/212BA> a lvont:Character ;
    lvont:represents "𡊺"^^xsd:string .

<http://lexvo.org/id/char/212BB> a lvont:Character ;
    lvont:represents "𡊻"^^xsd:string .

<http://lexvo.org/id/char/212BC> a lvont:Character ;
    lvont:represents "𡊼"^^xsd:string .

<http://lexvo.org/id/char/212BD> a lvont:Character ;
    lvont:represents "𡊽"^^xsd:string .

<http://lexvo.org/id/char/212BE> a lvont:Character ;
    lvont:represents "𡊾"^^xsd:string .

<http://lexvo.org/id/char/212BF> a lvont:Character ;
    lvont:represents "𡊿"^^xsd:string .

<http://lexvo.org/id/char/212C> a lvont:Character ;
    lvont:represents "ℬ"^^xsd:string ;
    rdfs:comment "SCRIPT CAPITAL B"@en .

<http://lexvo.org/id/char/212C0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/r%E1%BA%ABy>,
        "𡋀"^^xsd:string .

<http://lexvo.org/id/char/212C1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ni%C3%AAu>,
        "𡋁"^^xsd:string .

<http://lexvo.org/id/char/212C2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/n%E1%BB%81n>,
        "𡋂"^^xsd:string .

<http://lexvo.org/id/char/212C3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/l%C3%B2i>,
        "𡋃"^^xsd:string .

<http://lexvo.org/id/char/212C4> a lvont:Character ;
    lvont:represents "𡋄"^^xsd:string .

<http://lexvo.org/id/char/212C5> a lvont:Character ;
    lvont:represents "𡋅"^^xsd:string .

<http://lexvo.org/id/char/212C6> a lvont:Character ;
    lvont:represents "𡋆"^^xsd:string .

<http://lexvo.org/id/char/212C7> a lvont:Character ;
    lvont:represents "𡋇"^^xsd:string .

<http://lexvo.org/id/char/212C8> a lvont:Character ;
    lvont:represents "𡋈"^^xsd:string .

<http://lexvo.org/id/char/212C9> a lvont:Character ;
    lvont:represents "𡋉"^^xsd:string .

<http://lexvo.org/id/char/212CA> a lvont:Character ;
    lvont:represents "𡋊"^^xsd:string .

<http://lexvo.org/id/char/212CB> a lvont:Character ;
    lvont:represents "𡋋"^^xsd:string .

<http://lexvo.org/id/char/212CC> a lvont:Character ;
    lvont:represents "𡋌"^^xsd:string .

<http://lexvo.org/id/char/212CD> a lvont:Character ;
    lvont:represents "𡋍"^^xsd:string .

<http://lexvo.org/id/char/212CE> a lvont:Character ;
    lvont:represents "𡋎"^^xsd:string .

<http://lexvo.org/id/char/212CF> a lvont:Character ;
    lvont:represents "𡋏"^^xsd:string .

<http://lexvo.org/id/char/212D> a lvont:Character ;
    lvont:represents "ℭ"^^xsd:string ;
    rdfs:comment "BLACK-LETTER CAPITAL C"@en .

<http://lexvo.org/id/char/212D0> a lvont:Character ;
    lvont:represents "𡋐"^^xsd:string .

<http://lexvo.org/id/char/212D1> a lvont:Character ;
    lvont:represents "𡋑"^^xsd:string .

<http://lexvo.org/id/char/212D2> a lvont:Character ;
    lvont:represents "𡋒"^^xsd:string .

<http://lexvo.org/id/char/212D3> a lvont:Character ;
    lvont:represents "𡋓"^^xsd:string .

<http://lexvo.org/id/char/212D4> a lvont:Character ;
    lvont:represents "𡋔"^^xsd:string .

<http://lexvo.org/id/char/212D5> a lvont:Character ;
    lvont:represents "𡋕"^^xsd:string .

<http://lexvo.org/id/char/212D6> a lvont:Character ;
    lvont:represents "𡋖"^^xsd:string .

<http://lexvo.org/id/char/212D7> a lvont:Character ;
    lvont:represents "𡋗"^^xsd:string .

<http://lexvo.org/id/char/212D8> a lvont:Character ;
    lvont:represents "𡋘"^^xsd:string .

<http://lexvo.org/id/char/212D9> a lvont:Character ;
    lvont:represents "𡋙"^^xsd:string .

<http://lexvo.org/id/char/212DA> a lvont:Character ;
    lvont:represents "𡋚"^^xsd:string .

<http://lexvo.org/id/char/212DB> a lvont:Character ;
    lvont:represents "𡋛"^^xsd:string .

<http://lexvo.org/id/char/212DC> a lvont:Character ;
    lvont:represents "𡋜"^^xsd:string .

<http://lexvo.org/id/char/212DD> a lvont:Character ;
    lvont:represents "𡋝"^^xsd:string .

<http://lexvo.org/id/char/212DE> a lvont:Character ;
    lvont:represents "𡋞"^^xsd:string .

<http://lexvo.org/id/char/212DF> a lvont:Character ;
    lvont:represents "𡋟"^^xsd:string .

<http://lexvo.org/id/char/212E> a lvont:Character ;
    lvont:represents "℮"^^xsd:string ;
    rdfs:comment "ESTIMATED SYMBOL"@en .

<http://lexvo.org/id/char/212E0> a lvont:Character ;
    lvont:represents "𡋠"^^xsd:string .

<http://lexvo.org/id/char/212E1> a lvont:Character ;
    lvont:represents "𡋡"^^xsd:string .

<http://lexvo.org/id/char/212E2> a lvont:Character ;
    lvont:represents "𡋢"^^xsd:string .

<http://lexvo.org/id/char/212E3> a lvont:Character ;
    lvont:represents "𡋣"^^xsd:string .

<http://lexvo.org/id/char/212E4> a lvont:Character ;
    lvont:represents "𡋤"^^xsd:string .

<http://lexvo.org/id/char/212E5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/c%C3%A1t>,
        "𡋥"^^xsd:string .

<http://lexvo.org/id/char/212E6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/v%C3%A1ch>,
        "𡋦"^^xsd:string .

<http://lexvo.org/id/char/212E7> a lvont:Character ;
    lvont:represents "𡋧"^^xsd:string .

<http://lexvo.org/id/char/212E8> a lvont:Character ;
    lvont:represents "𡋨"^^xsd:string .

<http://lexvo.org/id/char/212E9> a lvont:Character ;
    lvont:represents "𡋩"^^xsd:string .

<http://lexvo.org/id/char/212EA> a lvont:Character ;
    lvont:represents "𡋪"^^xsd:string .

<http://lexvo.org/id/char/212EB> a lvont:Character ;
    lvont:represents "𡋫"^^xsd:string .

<http://lexvo.org/id/char/212EC> a lvont:Character ;
    lvont:represents "𡋬"^^xsd:string .

<http://lexvo.org/id/char/212ED> a lvont:Character ;
    lvont:represents "𡋭"^^xsd:string .

<http://lexvo.org/id/char/212EE> a lvont:Character ;
    lvont:represents "𡋮"^^xsd:string .

<http://lexvo.org/id/char/212EF> a lvont:Character ;
    lvont:represents "𡋯"^^xsd:string .

<http://lexvo.org/id/char/212F> a lvont:Character ;
    lvont:represents "ℯ"^^xsd:string ;
    rdfs:comment "SCRIPT SMALL E"@en .

<http://lexvo.org/id/char/212F0> a lvont:Character ;
    lvont:represents "𡋰"^^xsd:string .

<http://lexvo.org/id/char/212F1> a lvont:Character ;
    lvont:represents "𡋱"^^xsd:string .

<http://lexvo.org/id/char/212F2> a lvont:Character ;
    lvont:represents "𡋲"^^xsd:string .

<http://lexvo.org/id/char/212F3> a lvont:Character ;
    lvont:represents "𡋳"^^xsd:string .

<http://lexvo.org/id/char/212F4> a lvont:Character ;
    lvont:represents "𡋴"^^xsd:string .

<http://lexvo.org/id/char/212F5> a lvont:Character ;
    lvont:represents "𡋵"^^xsd:string .

<http://lexvo.org/id/char/212F6> a lvont:Character ;
    lvont:represents "𡋶"^^xsd:string .

<http://lexvo.org/id/char/212F7> a lvont:Character ;
    lvont:represents "𡋷"^^xsd:string .

<http://lexvo.org/id/char/212F8> a lvont:Character ;
    lvont:represents "𡋸"^^xsd:string .

<http://lexvo.org/id/char/212F9> a lvont:Character ;
    lvont:represents "𡋹"^^xsd:string .

<http://lexvo.org/id/char/212FA> a lvont:Character ;
    lvont:represents "𡋺"^^xsd:string .

<http://lexvo.org/id/char/212FB> a lvont:Character ;
    lvont:represents "𡋻"^^xsd:string .

<http://lexvo.org/id/char/212FC> a lvont:Character ;
    lvont:represents "𡋼"^^xsd:string .

<http://lexvo.org/id/char/212FD> a lvont:Character ;
    lvont:represents "𡋽"^^xsd:string .

<http://lexvo.org/id/char/212FE> a lvont:Character ;
    lvont:represents "𡋾"^^xsd:string .

<http://lexvo.org/id/char/212FF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/l%E1%BB%9F>,
        "𡋿"^^xsd:string .

<http://lexvo.org/id/char/2130> a lvont:Character ;
    lvont:represents "ℰ"^^xsd:string ;
    rdfs:comment "SCRIPT CAPITAL E"@en .

<http://lexvo.org/id/char/21300> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/b%E1%BA%BFt>,
        "𡌀"^^xsd:string .

<http://lexvo.org/id/char/21301> a lvont:Character ;
    lvont:represents "𡌁"^^xsd:string .

<http://lexvo.org/id/char/21302> a lvont:Character ;
    lvont:represents "𡌂"^^xsd:string .

<http://lexvo.org/id/char/21303> a lvont:Character ;
    lvont:represents "𡌃"^^xsd:string .

<http://lexvo.org/id/char/21304> a lvont:Character ;
    lvont:represents "𡌄"^^xsd:string .

<http://lexvo.org/id/char/21305> a lvont:Character ;
    lvont:represents "𡌅"^^xsd:string .

<http://lexvo.org/id/char/21306> a lvont:Character ;
    lvont:represents "𡌆"^^xsd:string .

<http://lexvo.org/id/char/21307> a lvont:Character ;
    lvont:represents "𡌇"^^xsd:string .

<http://lexvo.org/id/char/21308> a lvont:Character ;
    lvont:represents "𡌈"^^xsd:string .

<http://lexvo.org/id/char/21309> a lvont:Character ;
    lvont:represents "𡌉"^^xsd:string .

<http://lexvo.org/id/char/2130A> a lvont:Character ;
    lvont:represents "𡌊"^^xsd:string .

<http://lexvo.org/id/char/2130B> a lvont:Character ;
    lvont:represents "𡌋"^^xsd:string .

<http://lexvo.org/id/char/2130C> a lvont:Character ;
    lvont:represents "𡌌"^^xsd:string .

<http://lexvo.org/id/char/2130D> a lvont:Character ;
    lvont:represents "𡌍"^^xsd:string .

<http://lexvo.org/id/char/2130E> a lvont:Character ;
    lvont:represents "𡌎"^^xsd:string .

<http://lexvo.org/id/char/2130F> a lvont:Character ;
    lvont:represents "𡌏"^^xsd:string .

<http://lexvo.org/id/char/2131> a lvont:Character ;
    lvont:represents "ℱ"^^xsd:string ;
    rdfs:comment "SCRIPT CAPITAL F"@en .

<http://lexvo.org/id/char/21310> a lvont:Character ;
    lvont:represents "𡌐"^^xsd:string .

<http://lexvo.org/id/char/21311> a lvont:Character ;
    lvont:represents "𡌑"^^xsd:string .

<http://lexvo.org/id/char/21312> a lvont:Character ;
    lvont:represents "𡌒"^^xsd:string .

<http://lexvo.org/id/char/21313> a lvont:Character ;
    lvont:represents "𡌓"^^xsd:string .

<http://lexvo.org/id/char/21314> a lvont:Character ;
    lvont:represents "𡌔"^^xsd:string .

<http://lexvo.org/id/char/21315> a lvont:Character ;
    lvont:represents "𡌕"^^xsd:string .

<http://lexvo.org/id/char/21316> a lvont:Character ;
    lvont:represents "𡌖"^^xsd:string .

<http://lexvo.org/id/char/21317> a lvont:Character ;
    lvont:represents "𡌗"^^xsd:string .

<http://lexvo.org/id/char/21318> a lvont:Character ;
    lvont:represents "𡌘"^^xsd:string .

<http://lexvo.org/id/char/21319> a lvont:Character ;
    lvont:represents "𡌙"^^xsd:string .

<http://lexvo.org/id/char/2131A> a lvont:Character ;
    lvont:represents "𡌚"^^xsd:string .

<http://lexvo.org/id/char/2131B> a lvont:Character ;
    lvont:represents "𡌛"^^xsd:string .

<http://lexvo.org/id/char/2131C> a lvont:Character ;
    lvont:represents "𡌜"^^xsd:string .

<http://lexvo.org/id/char/2131D> a lvont:Character ;
    lvont:represents "𡌝"^^xsd:string .

<http://lexvo.org/id/char/2131E> a lvont:Character ;
    lvont:represents "𡌞"^^xsd:string .

<http://lexvo.org/id/char/2131F> a lvont:Character ;
    lvont:represents "𡌟"^^xsd:string .

<http://lexvo.org/id/char/2132> a lvont:Character ;
    lvont:represents "Ⅎ"^^xsd:string ;
    rdfs:comment "TURNED CAPITAL F"@en .

<http://lexvo.org/id/char/21320> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/%C4%91%C3%A1y>,
        "𡌠"^^xsd:string .

<http://lexvo.org/id/char/21321> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/%C4%91%C4%A9a>,
        "𡌡"^^xsd:string .

<http://lexvo.org/id/char/21322> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/h%E1%BA%A7m>,
        "𡌢"^^xsd:string .

<http://lexvo.org/id/char/21323> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C3%A0o>,
        <http://lexvo.org/id/term/vie/b%C3%A3i>,
        "𡌣"^^xsd:string .

<http://lexvo.org/id/char/21324> a lvont:Character ;
    lvont:represents "𡌤"^^xsd:string .

<http://lexvo.org/id/char/21325> a lvont:Character ;
    lvont:represents "𡌥"^^xsd:string .

<http://lexvo.org/id/char/21326> a lvont:Character ;
    lvont:represents "𡌦"^^xsd:string .

<http://lexvo.org/id/char/21327> a lvont:Character ;
    lvont:represents "𡌧"^^xsd:string .

<http://lexvo.org/id/char/21328> a lvont:Character ;
    lvont:represents "𡌨"^^xsd:string .

<http://lexvo.org/id/char/21329> a lvont:Character ;
    lvont:represents "𡌩"^^xsd:string .

<http://lexvo.org/id/char/2132A> a lvont:Character ;
    lvont:represents "𡌪"^^xsd:string .

<http://lexvo.org/id/char/2132B> a lvont:Character ;
    lvont:represents "𡌫"^^xsd:string .

<http://lexvo.org/id/char/2132C> a lvont:Character ;
    lvont:represents "𡌬"^^xsd:string .

<http://lexvo.org/id/char/2132D> a lvont:Character ;
    lvont:represents "𡌭"^^xsd:string .

<http://lexvo.org/id/char/2132E> a lvont:Character ;
    lvont:represents "𡌮"^^xsd:string .

<http://lexvo.org/id/char/2132F> a lvont:Character ;
    lvont:represents "𡌯"^^xsd:string .

<http://lexvo.org/id/char/2133> a lvont:Character ;
    lvont:represents "ℳ"^^xsd:string ;
    rdfs:comment "SCRIPT CAPITAL M"@en .

<http://lexvo.org/id/char/21330> a lvont:Character ;
    lvont:represents "𡌰"^^xsd:string .

<http://lexvo.org/id/char/21331> a lvont:Character ;
    lvont:represents "𡌱"^^xsd:string .

<http://lexvo.org/id/char/21332> a lvont:Character ;
    lvont:represents "𡌲"^^xsd:string .

<http://lexvo.org/id/char/21333> a lvont:Character ;
    lvont:represents "𡌳"^^xsd:string .

<http://lexvo.org/id/char/21334> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%AD>,
        "𡌴"^^xsd:string .

<http://lexvo.org/id/char/21335> a lvont:Character ;
    lvont:represents "𡌵"^^xsd:string .

<http://lexvo.org/id/char/21336> a lvont:Character ;
    lvont:represents "𡌶"^^xsd:string .

<http://lexvo.org/id/char/21337> a lvont:Character ;
    lvont:represents "𡌷"^^xsd:string .

<http://lexvo.org/id/char/21338> a lvont:Character ;
    lvont:represents "𡌸"^^xsd:string .

<http://lexvo.org/id/char/21339> a lvont:Character ;
    lvont:represents "𡌹"^^xsd:string .

<http://lexvo.org/id/char/2133A> a lvont:Character ;
    lvont:represents "𡌺"^^xsd:string .

<http://lexvo.org/id/char/2133B> a lvont:Character ;
    lvont:represents "𡌻"^^xsd:string .

<http://lexvo.org/id/char/2133C> a lvont:Character ;
    lvont:represents "𡌼"^^xsd:string .

<http://lexvo.org/id/char/2133D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/%C4%91%C3%A1m>,
        "𡌽"^^xsd:string .

<http://lexvo.org/id/char/2133E> a lvont:Character ;
    lvont:represents "𡌾"^^xsd:string .

<http://lexvo.org/id/char/2133F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/g%E1%BB%81nh>,
        "𡌿"^^xsd:string .

<http://lexvo.org/id/char/2134> a lvont:Character ;
    lvont:represents "ℴ"^^xsd:string ;
    rdfs:comment "SCRIPT SMALL O"@en .

<http://lexvo.org/id/char/21340> a lvont:Character ;
    lvont:represents "𡍀"^^xsd:string .

<http://lexvo.org/id/char/21341> a lvont:Character ;
    lvont:represents "𡍁"^^xsd:string .

<http://lexvo.org/id/char/21342> a lvont:Character ;
    lvont:represents "𡍂"^^xsd:string .

<http://lexvo.org/id/char/21343> a lvont:Character ;
    lvont:represents "𡍃"^^xsd:string .

<http://lexvo.org/id/char/21344> a lvont:Character ;
    lvont:represents "𡍄"^^xsd:string .

<http://lexvo.org/id/char/21345> a lvont:Character ;
    lvont:represents "𡍅"^^xsd:string .

<http://lexvo.org/id/char/21346> a lvont:Character ;
    lvont:represents "𡍆"^^xsd:string .

<http://lexvo.org/id/char/21347> a lvont:Character ;
    lvont:represents "𡍇"^^xsd:string .

<http://lexvo.org/id/char/21348> a lvont:Character ;
    lvont:represents "𡍈"^^xsd:string .

<http://lexvo.org/id/char/21349> a lvont:Character ;
    lvont:represents "𡍉"^^xsd:string .

<http://lexvo.org/id/char/2134A> a lvont:Character ;
    lvont:represents "𡍊"^^xsd:string .

<http://lexvo.org/id/char/2134B> a lvont:Character ;
    lvont:represents "𡍋"^^xsd:string .

<http://lexvo.org/id/char/2134C> a lvont:Character ;
    lvont:represents "𡍌"^^xsd:string .

<http://lexvo.org/id/char/2134D> a lvont:Character ;
    lvont:represents "𡍍"^^xsd:string .

<http://lexvo.org/id/char/2134E> a lvont:Character ;
    lvont:represents "𡍎"^^xsd:string .

<http://lexvo.org/id/char/2134F> a lvont:Character ;
    lvont:represents "𡍏"^^xsd:string .

<http://lexvo.org/id/char/2135> a lvont:Character ;
    lvont:represents "ℵ"^^xsd:string ;
    rdfs:comment "ALEF SYMBOL"@en .

<http://lexvo.org/id/char/21350> a lvont:Character ;
    lvont:represents "𡍐"^^xsd:string .

<http://lexvo.org/id/char/21351> a lvont:Character ;
    lvont:represents "𡍑"^^xsd:string .

<http://lexvo.org/id/char/21352> a lvont:Character ;
    lvont:represents "𡍒"^^xsd:string .

<http://lexvo.org/id/char/21353> a lvont:Character ;
    lvont:represents "𡍓"^^xsd:string .

<http://lexvo.org/id/char/21354> a lvont:Character ;
    lvont:represents "𡍔"^^xsd:string .

<http://lexvo.org/id/char/21355> a lvont:Character ;
    lvont:represents "𡍕"^^xsd:string .

<http://lexvo.org/id/char/21356> a lvont:Character ;
    lvont:represents "𡍖"^^xsd:string .

<http://lexvo.org/id/char/21357> a lvont:Character ;
    lvont:represents "𡍗"^^xsd:string .

<http://lexvo.org/id/char/21358> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ch%C3%A9>,
        "𡍘"^^xsd:string .

<http://lexvo.org/id/char/21359> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/vung>,
        "𡍙"^^xsd:string .

<http://lexvo.org/id/char/2135A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/l%E1%BA%A5m>,
        "𡍚"^^xsd:string .

<http://lexvo.org/id/char/2135B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/d%C5%A9m>,
        "𡍛"^^xsd:string .

<http://lexvo.org/id/char/2135C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/m%C3%B9n>,
        "𡍜"^^xsd:string .

<http://lexvo.org/id/char/2135D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/n%C3%B9i>,
        "𡍝"^^xsd:string .

<http://lexvo.org/id/char/2135E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/th%E1%BB%81m>,
        "𡍞"^^xsd:string .

<http://lexvo.org/id/char/2135F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/x%E1%BB%A7i>,
        "𡍟"^^xsd:string .

<http://lexvo.org/id/char/2136> a lvont:Character ;
    lvont:represents "ℶ"^^xsd:string ;
    rdfs:comment "BET SYMBOL"@en .

<http://lexvo.org/id/char/21360> a lvont:Character ;
    lvont:represents "𡍠"^^xsd:string .

<http://lexvo.org/id/char/21361> a lvont:Character ;
    lvont:represents "𡍡"^^xsd:string .

<http://lexvo.org/id/char/21362> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/g%C3%B2>,
        "𡍢"^^xsd:string .

<http://lexvo.org/id/char/21363> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/b%E1%BA%BFn>,
        "𡍣"^^xsd:string .

<http://lexvo.org/id/char/21364> a lvont:Character ;
    lvont:represents "𡍤"^^xsd:string .

<http://lexvo.org/id/char/21365> a lvont:Character ;
    lvont:represents "𡍥"^^xsd:string .

<http://lexvo.org/id/char/21366> a lvont:Character ;
    lvont:represents "𡍦"^^xsd:string .

<http://lexvo.org/id/char/21367> a lvont:Character ;
    lvont:represents "𡍧"^^xsd:string .

<http://lexvo.org/id/char/21368> a lvont:Character ;
    lvont:represents "𡍨"^^xsd:string .

<http://lexvo.org/id/char/21369> a lvont:Character ;
    lvont:represents "𡍩"^^xsd:string .

<http://lexvo.org/id/char/2136A> a lvont:Character ;
    lvont:represents "𡍪"^^xsd:string .

<http://lexvo.org/id/char/2136B> a lvont:Character ;
    lvont:represents "𡍫"^^xsd:string .

<http://lexvo.org/id/char/2136C> a lvont:Character ;
    lvont:represents "𡍬"^^xsd:string .

<http://lexvo.org/id/char/2136D> a lvont:Character ;
    lvont:represents "𡍭"^^xsd:string .

<http://lexvo.org/id/char/2136E> a lvont:Character ;
    lvont:represents "𡍮"^^xsd:string .

<http://lexvo.org/id/char/2136F> a lvont:Character ;
    lvont:represents "𡍯"^^xsd:string .

<http://lexvo.org/id/char/2137> a lvont:Character ;
    lvont:represents "ℷ"^^xsd:string ;
    rdfs:comment "GIMEL SYMBOL"@en .

<http://lexvo.org/id/char/21370> a lvont:Character ;
    lvont:represents "𡍰"^^xsd:string .

<http://lexvo.org/id/char/21371> a lvont:Character ;
    lvont:represents "𡍱"^^xsd:string .

<http://lexvo.org/id/char/21372> a lvont:Character ;
    lvont:represents "𡍲"^^xsd:string .

<http://lexvo.org/id/char/21373> a lvont:Character ;
    lvont:represents "𡍳"^^xsd:string .

<http://lexvo.org/id/char/21374> a lvont:Character ;
    lvont:represents "𡍴"^^xsd:string .

<http://lexvo.org/id/char/21375> a lvont:Character ;
    lvont:represents "𡍵"^^xsd:string .

<http://lexvo.org/id/char/21376> a lvont:Character ;
    lvont:represents "𡍶"^^xsd:string .

<http://lexvo.org/id/char/21377> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C3%A8ng>,
        "𡍷"^^xsd:string .

<http://lexvo.org/id/char/21378> a lvont:Character ;
    lvont:represents "𡍸"^^xsd:string .

<http://lexvo.org/id/char/21379> a lvont:Character ;
    lvont:represents "𡍹"^^xsd:string .

<http://lexvo.org/id/char/2137A> a lvont:Character ;
    lvont:represents "𡍺"^^xsd:string .

<http://lexvo.org/id/char/2137B> a lvont:Character ;
    lvont:represents "𡍻"^^xsd:string .

<http://lexvo.org/id/char/2137C> a lvont:Character ;
    lvont:represents "𡍼"^^xsd:string .

<http://lexvo.org/id/char/2137D> a lvont:Character ;
    lvont:represents "𡍽"^^xsd:string .

<http://lexvo.org/id/char/2137E> a lvont:Character ;
    lvont:represents "𡍾"^^xsd:string .

<http://lexvo.org/id/char/2137F> a lvont:Character ;
    lvont:represents "𡍿"^^xsd:string .

<http://lexvo.org/id/char/2138> a lvont:Character ;
    lvont:represents "ℸ"^^xsd:string ;
    rdfs:comment "DALET SYMBOL"@en .

<http://lexvo.org/id/char/21380> a lvont:Character ;
    lvont:represents "𡎀"^^xsd:string .

<http://lexvo.org/id/char/21381> a lvont:Character ;
    lvont:represents "𡎁"^^xsd:string .

<http://lexvo.org/id/char/21382> a lvont:Character ;
    lvont:represents "𡎂"^^xsd:string .

<http://lexvo.org/id/char/21383> a lvont:Character ;
    lvont:represents "𡎃"^^xsd:string .

<http://lexvo.org/id/char/21384> a lvont:Character ;
    lvont:represents "𡎄"^^xsd:string .

<http://lexvo.org/id/char/21385> a lvont:Character ;
    lvont:represents "𡎅"^^xsd:string .

<http://lexvo.org/id/char/21386> a lvont:Character ;
    lvont:represents "𡎆"^^xsd:string .

<http://lexvo.org/id/char/21387> a lvont:Character ;
    lvont:represents "𡎇"^^xsd:string .

<http://lexvo.org/id/char/21388> a lvont:Character ;
    lvont:represents "𡎈"^^xsd:string .

<http://lexvo.org/id/char/21389> a lvont:Character ;
    lvont:represents "𡎉"^^xsd:string .

<http://lexvo.org/id/char/2138A> a lvont:Character ;
    lvont:represents "𡎊"^^xsd:string .

<http://lexvo.org/id/char/2138B> a lvont:Character ;
    lvont:represents "𡎋"^^xsd:string .

<http://lexvo.org/id/char/2138C> a lvont:Character ;
    lvont:represents "𡎌"^^xsd:string .

<http://lexvo.org/id/char/2138D> a lvont:Character ;
    lvont:represents "𡎍"^^xsd:string .

<http://lexvo.org/id/char/2138E> a lvont:Character ;
    lvont:represents "𡎎"^^xsd:string .

<http://lexvo.org/id/char/2138F> a lvont:Character ;
    lvont:represents "𡎏"^^xsd:string .

<http://lexvo.org/id/char/2139> a lvont:Character ;
    lvont:represents "ℹ"^^xsd:string ;
    rdfs:comment "INFORMATION SOURCE"@en .

<http://lexvo.org/id/char/21390> a lvont:Character ;
    lvont:represents "𡎐"^^xsd:string .

<http://lexvo.org/id/char/21391> a lvont:Character ;
    lvont:represents "𡎑"^^xsd:string .

<http://lexvo.org/id/char/21392> a lvont:Character ;
    lvont:represents "𡎒"^^xsd:string .

<http://lexvo.org/id/char/21393> a lvont:Character ;
    lvont:represents "𡎓"^^xsd:string .

<http://lexvo.org/id/char/21394> a lvont:Character ;
    lvont:represents "𡎔"^^xsd:string .

<http://lexvo.org/id/char/21395> a lvont:Character ;
    lvont:represents "𡎕"^^xsd:string .

<http://lexvo.org/id/char/21396> a lvont:Character ;
    lvont:represents "𡎖"^^xsd:string .

<http://lexvo.org/id/char/21397> a lvont:Character ;
    lvont:represents "𡎗"^^xsd:string .

<http://lexvo.org/id/char/21398> a lvont:Character ;
    lvont:represents "𡎘"^^xsd:string .

<http://lexvo.org/id/char/21399> a lvont:Character ;
    lvont:represents "𡎙"^^xsd:string .

<http://lexvo.org/id/char/2139A> a lvont:Character ;
    lvont:represents "𡎚"^^xsd:string .

<http://lexvo.org/id/char/2139B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/b%C3%B9n>,
        "𡎛"^^xsd:string .

<http://lexvo.org/id/char/2139C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/n%E1%BA%A5m>,
        "𡎜"^^xsd:string .

<http://lexvo.org/id/char/2139D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/c%C3%B5i>,
        "𡎝"^^xsd:string .

<http://lexvo.org/id/char/2139E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/tri%C3%AAng>,
        "𡎞"^^xsd:string .

<http://lexvo.org/id/char/2139F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/hang>,
        "𡎟"^^xsd:string .

<http://lexvo.org/id/char/213A> a lvont:Character ;
    lvont:represents "℺"^^xsd:string ;
    rdfs:comment "ROTATED CAPITAL Q"@en .

<http://lexvo.org/id/char/213A0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/gi%E1%BB%81ng>,
        "𡎠"^^xsd:string .

<http://lexvo.org/id/char/213A1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/m%E1%BB%8F>,
        "𡎡"^^xsd:string .

<http://lexvo.org/id/char/213A2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ng%E1%BB%93i>,
        "𡎢"^^xsd:string .

<http://lexvo.org/id/char/213A3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ch%E1%BA%ADu>,
        "𡎣"^^xsd:string .

<http://lexvo.org/id/char/213A4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/m%E1%BA%BB>,
        "𡎤"^^xsd:string .

<http://lexvo.org/id/char/213A5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ng%E1%BB%93i>,
        "𡎥"^^xsd:string .

<http://lexvo.org/id/char/213A6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ng%E1%BB%93i>,
        "𡎦"^^xsd:string .

<http://lexvo.org/id/char/213A7> a lvont:Character ;
    lvont:represents "𡎧"^^xsd:string .

<http://lexvo.org/id/char/213A8> a lvont:Character ;
    lvont:represents "𡎨"^^xsd:string .

<http://lexvo.org/id/char/213A9> a lvont:Character ;
    lvont:represents "𡎩"^^xsd:string .

<http://lexvo.org/id/char/213AA> a lvont:Character ;
    lvont:represents "𡎪"^^xsd:string .

<http://lexvo.org/id/char/213AB> a lvont:Character ;
    lvont:represents "𡎫"^^xsd:string .

<http://lexvo.org/id/char/213AC> a lvont:Character ;
    lvont:represents "𡎬"^^xsd:string .

<http://lexvo.org/id/char/213AD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/th%E1%BB%91ng>,
        "𡎭"^^xsd:string .

<http://lexvo.org/id/char/213AE> a lvont:Character ;
    lvont:represents "𡎮"^^xsd:string .

<http://lexvo.org/id/char/213AF> a lvont:Character ;
    lvont:represents "𡎯"^^xsd:string .

<http://lexvo.org/id/char/213B> a lvont:Character ;
    lvont:represents "℻"^^xsd:string ;
    rdfs:comment "FACSIMILE SIGN"@en .

<http://lexvo.org/id/char/213B0> a lvont:Character ;
    lvont:represents "𡎰"^^xsd:string .

<http://lexvo.org/id/char/213B1> a lvont:Character ;
    lvont:represents "𡎱"^^xsd:string .

<http://lexvo.org/id/char/213B2> a lvont:Character ;
    lvont:represents "𡎲"^^xsd:string .

<http://lexvo.org/id/char/213B3> a lvont:Character ;
    lvont:represents "𡎳"^^xsd:string .

<http://lexvo.org/id/char/213B4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/gung3>,
        <http://lexvo.org/id/term/yue/%F0%A1%8E%B4>,
        "𡎴"^^xsd:string .

<http://lexvo.org/id/char/213B5> a lvont:Character ;
    lvont:represents "𡎵"^^xsd:string .

<http://lexvo.org/id/char/213B6> a lvont:Character ;
    lvont:represents "𡎶"^^xsd:string .

<http://lexvo.org/id/char/213B7> a lvont:Character ;
    lvont:represents "𡎷"^^xsd:string .

<http://lexvo.org/id/char/213B8> a lvont:Character ;
    lvont:represents "𡎸"^^xsd:string .

<http://lexvo.org/id/char/213B9> a lvont:Character ;
    lvont:represents "𡎹"^^xsd:string .

<http://lexvo.org/id/char/213BA> a lvont:Character ;
    lvont:represents "𡎺"^^xsd:string .

<http://lexvo.org/id/char/213BB> a lvont:Character ;
    lvont:represents "𡎻"^^xsd:string .

<http://lexvo.org/id/char/213BC> a lvont:Character ;
    lvont:represents "𡎼"^^xsd:string .

<http://lexvo.org/id/char/213BD> a lvont:Character ;
    lvont:represents "𡎽"^^xsd:string .

<http://lexvo.org/id/char/213BE> a lvont:Character ;
    lvont:represents "𡎾"^^xsd:string .

<http://lexvo.org/id/char/213BF> a lvont:Character ;
    lvont:represents "𡎿"^^xsd:string .

<http://lexvo.org/id/char/213C> a lvont:Character ;
    lvont:represents "ℼ"^^xsd:string ;
    rdfs:comment "DOUBLE-STRUCK SMALL PI"@en .

<http://lexvo.org/id/char/213C0> a lvont:Character ;
    lvont:represents "𡏀"^^xsd:string .

<http://lexvo.org/id/char/213C1> a lvont:Character ;
    lvont:represents "𡏁"^^xsd:string .

<http://lexvo.org/id/char/213C2> a lvont:Character ;
    lvont:represents "𡏂"^^xsd:string .

<http://lexvo.org/id/char/213C3> a lvont:Character ;
    lvont:represents "𡏃"^^xsd:string .

<http://lexvo.org/id/char/213C4> a lvont:Character ;
    lvont:represents "𡏄"^^xsd:string .

<http://lexvo.org/id/char/213C5> a lvont:Character ;
    lvont:represents "𡏅"^^xsd:string .

<http://lexvo.org/id/char/213C6> a lvont:Character ;
    lvont:represents "𡏆"^^xsd:string .

<http://lexvo.org/id/char/213C7> a lvont:Character ;
    lvont:represents "𡏇"^^xsd:string .

<http://lexvo.org/id/char/213C8> a lvont:Character ;
    lvont:represents "𡏈"^^xsd:string .

<http://lexvo.org/id/char/213C9> a lvont:Character ;
    lvont:represents "𡏉"^^xsd:string .

<http://lexvo.org/id/char/213CA> a lvont:Character ;
    lvont:represents "𡏊"^^xsd:string .

<http://lexvo.org/id/char/213CB> a lvont:Character ;
    lvont:represents "𡏋"^^xsd:string .

<http://lexvo.org/id/char/213CC> a lvont:Character ;
    lvont:represents "𡏌"^^xsd:string .

<http://lexvo.org/id/char/213CD> a lvont:Character ;
    lvont:represents "𡏍"^^xsd:string .

<http://lexvo.org/id/char/213CE> a lvont:Character ;
    lvont:represents "𡏎"^^xsd:string .

<http://lexvo.org/id/char/213CF> a lvont:Character ;
    lvont:represents "𡏏"^^xsd:string .

<http://lexvo.org/id/char/213D> a lvont:Character ;
    lvont:represents "ℽ"^^xsd:string ;
    rdfs:comment "DOUBLE-STRUCK SMALL GAMMA"@en .

<http://lexvo.org/id/char/213D0> a lvont:Character ;
    lvont:represents "𡏐"^^xsd:string .

<http://lexvo.org/id/char/213D1> a lvont:Character ;
    lvont:represents "𡏑"^^xsd:string .

<http://lexvo.org/id/char/213D2> a lvont:Character ;
    lvont:represents "𡏒"^^xsd:string .

<http://lexvo.org/id/char/213D3> a lvont:Character ;
    lvont:represents "𡏓"^^xsd:string .

<http://lexvo.org/id/char/213D4> a lvont:Character ;
    lvont:represents "𡏔"^^xsd:string .

<http://lexvo.org/id/char/213D5> a lvont:Character ;
    lvont:represents "𡏕"^^xsd:string .

<http://lexvo.org/id/char/213D6> a lvont:Character ;
    lvont:represents "𡏖"^^xsd:string .

<http://lexvo.org/id/char/213D7> a lvont:Character ;
    lvont:represents "𡏗"^^xsd:string .

<http://lexvo.org/id/char/213D8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/h%C3%A8>,
        "𡏘"^^xsd:string .

<http://lexvo.org/id/char/213D9> a lvont:Character ;
    lvont:represents "𡏙"^^xsd:string .

<http://lexvo.org/id/char/213DA> a lvont:Character ;
    lvont:represents "𡏚"^^xsd:string .

<http://lexvo.org/id/char/213DB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/h%C3%A8>,
        "𡏛"^^xsd:string .

<http://lexvo.org/id/char/213DC> a lvont:Character ;
    lvont:represents "𡏜"^^xsd:string .

<http://lexvo.org/id/char/213DD> a lvont:Character ;
    lvont:represents "𡏝"^^xsd:string .

<http://lexvo.org/id/char/213DE> a lvont:Character ;
    lvont:represents "𡏞"^^xsd:string .

<http://lexvo.org/id/char/213DF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/d%C5%A9m>,
        "𡏟"^^xsd:string .

<http://lexvo.org/id/char/213E> a lvont:Character ;
    lvont:represents "ℾ"^^xsd:string ;
    rdfs:comment "DOUBLE-STRUCK CAPITAL GAMMA"@en .

<http://lexvo.org/id/char/213E0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/h%C3%B4ng>,
        "𡏠"^^xsd:string .

<http://lexvo.org/id/char/213E1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/lu%E1%BB%91ng>,
        "𡏡"^^xsd:string .

<http://lexvo.org/id/char/213E2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/m%E1%BA%A3>,
        "𡏢"^^xsd:string .

<http://lexvo.org/id/char/213E3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/x%C3%B3>,
        "𡏣"^^xsd:string .

<http://lexvo.org/id/char/213E4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ng%E1%BA%A1ch>,
        "𡏤"^^xsd:string .

<http://lexvo.org/id/char/213E5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/tr%C3%A9t>,
        "𡏥"^^xsd:string .

<http://lexvo.org/id/char/213E6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/x%C3%A2y>,
        "𡏦"^^xsd:string .

<http://lexvo.org/id/char/213E7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/b%E1%BB%A5i>,
        "𡏧"^^xsd:string .

<http://lexvo.org/id/char/213E8> a lvont:Character ;
    lvont:represents "𡏨"^^xsd:string .

<http://lexvo.org/id/char/213E9> a lvont:Character ;
    lvont:represents "𡏩"^^xsd:string .

<http://lexvo.org/id/char/213EA> a lvont:Character ;
    lvont:represents "𡏪"^^xsd:string .

<http://lexvo.org/id/char/213EB> a lvont:Character ;
    lvont:represents "𡏫"^^xsd:string .

<http://lexvo.org/id/char/213EC> a lvont:Character ;
    lvont:represents "𡏬"^^xsd:string .

<http://lexvo.org/id/char/213ED> a lvont:Character ;
    lvont:represents "𡏭"^^xsd:string .

<http://lexvo.org/id/char/213EE> a lvont:Character ;
    lvont:represents "𡏮"^^xsd:string .

<http://lexvo.org/id/char/213EF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/v%E1%BA%A1i>,
        "𡏯"^^xsd:string .

<http://lexvo.org/id/char/213F> a lvont:Character ;
    lvont:represents "ℿ"^^xsd:string ;
    rdfs:comment "DOUBLE-STRUCK CAPITAL PI"@en .

<http://lexvo.org/id/char/213F0> a lvont:Character ;
    lvont:represents "𡏰"^^xsd:string .

<http://lexvo.org/id/char/213F1> a lvont:Character ;
    lvont:represents "𡏱"^^xsd:string .

<http://lexvo.org/id/char/213F2> a lvont:Character ;
    lvont:represents "𡏲"^^xsd:string .

<http://lexvo.org/id/char/213F3> a lvont:Character ;
    lvont:represents "𡏳"^^xsd:string .

<http://lexvo.org/id/char/213F4> a lvont:Character ;
    lvont:represents "𡏴"^^xsd:string .

<http://lexvo.org/id/char/213F5> a lvont:Character ;
    lvont:represents "𡏵"^^xsd:string .

<http://lexvo.org/id/char/213F6> a lvont:Character ;
    lvont:represents "𡏶"^^xsd:string .

<http://lexvo.org/id/char/213F7> a lvont:Character ;
    lvont:represents "𡏷"^^xsd:string .

<http://lexvo.org/id/char/213F8> a lvont:Character ;
    lvont:represents "𡏸"^^xsd:string .

<http://lexvo.org/id/char/213F9> a lvont:Character ;
    lvont:represents "𡏹"^^xsd:string .

<http://lexvo.org/id/char/213FA> a lvont:Character ;
    lvont:represents "𡏺"^^xsd:string .

<http://lexvo.org/id/char/213FB> a lvont:Character ;
    lvont:represents "𡏻"^^xsd:string .

<http://lexvo.org/id/char/213FC> a lvont:Character ;
    lvont:represents "𡏼"^^xsd:string .

<http://lexvo.org/id/char/213FD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/%C4%91%E1%BA%ADp>,
        "𡏽"^^xsd:string .

<http://lexvo.org/id/char/213FE> a lvont:Character ;
    lvont:represents "𡏾"^^xsd:string .

<http://lexvo.org/id/char/213FF> a lvont:Character ;
    lvont:represents "𡏿"^^xsd:string .

<http://lexvo.org/id/char/2140> a lvont:Character ;
    lvont:represents "⅀"^^xsd:string ;
    rdfs:comment "DOUBLE-STRUCK N-ARY SUMMATION"@en .

<http://lexvo.org/id/char/21400> a lvont:Character ;
    lvont:represents "𡐀"^^xsd:string .

<http://lexvo.org/id/char/21401> a lvont:Character ;
    lvont:represents "𡐁"^^xsd:string .

<http://lexvo.org/id/char/21402> a lvont:Character ;
    lvont:represents "𡐂"^^xsd:string .

<http://lexvo.org/id/char/21403> a lvont:Character ;
    lvont:represents "𡐃"^^xsd:string .

<http://lexvo.org/id/char/21404> a lvont:Character ;
    lvont:represents "𡐄"^^xsd:string .

<http://lexvo.org/id/char/21405> a lvont:Character ;
    lvont:represents "𡐅"^^xsd:string .

<http://lexvo.org/id/char/21406> a lvont:Character ;
    lvont:represents "𡐆"^^xsd:string .

<http://lexvo.org/id/char/21407> a lvont:Character ;
    lvont:represents "𡐇"^^xsd:string .

<http://lexvo.org/id/char/21408> a lvont:Character ;
    lvont:represents "𡐈"^^xsd:string .

<http://lexvo.org/id/char/21409> a lvont:Character ;
    lvont:represents "𡐉"^^xsd:string .

<http://lexvo.org/id/char/2140A> a lvont:Character ;
    lvont:represents "𡐊"^^xsd:string .

<http://lexvo.org/id/char/2140B> a lvont:Character ;
    lvont:represents "𡐋"^^xsd:string .

<http://lexvo.org/id/char/2140C> a lvont:Character ;
    lvont:represents "𡐌"^^xsd:string .

<http://lexvo.org/id/char/2140D> a lvont:Character ;
    lvont:represents "𡐍"^^xsd:string .

<http://lexvo.org/id/char/2140E> a lvont:Character ;
    lvont:represents "𡐎"^^xsd:string .

<http://lexvo.org/id/char/2140F> a lvont:Character ;
    lvont:represents "𡐏"^^xsd:string .

<http://lexvo.org/id/char/2141> a lvont:Character ;
    lvont:represents "⅁"^^xsd:string ;
    rdfs:comment "TURNED SANS-SERIF CAPITAL G"@en .

<http://lexvo.org/id/char/21410> a lvont:Character ;
    lvont:represents "𡐐"^^xsd:string .

<http://lexvo.org/id/char/21411> a lvont:Character ;
    lvont:represents "𡐑"^^xsd:string .

<http://lexvo.org/id/char/21412> a lvont:Character ;
    lvont:represents "𡐒"^^xsd:string .

<http://lexvo.org/id/char/21413> a lvont:Character ;
    lvont:represents "𡐓"^^xsd:string .

<http://lexvo.org/id/char/21414> a lvont:Character ;
    lvont:represents "𡐔"^^xsd:string .

<http://lexvo.org/id/char/21415> a lvont:Character ;
    lvont:represents "𡐕"^^xsd:string .

<http://lexvo.org/id/char/21416> a lvont:Character ;
    lvont:represents "𡐖"^^xsd:string .

<http://lexvo.org/id/char/21417> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/h%E1%BB%91c>,
        "𡐗"^^xsd:string .

<http://lexvo.org/id/char/21418> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/n%E1%BB%A9t>,
        "𡐘"^^xsd:string .

<http://lexvo.org/id/char/21419> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/%C4%91%E1%BA%A5t>,
        "𡐙"^^xsd:string .

<http://lexvo.org/id/char/2141A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ng%E1%BB%ABa>,
        "𡐚"^^xsd:string .

<http://lexvo.org/id/char/2141B> a lvont:Character ;
    lvont:represents "𡐛"^^xsd:string .

<http://lexvo.org/id/char/2141C> a lvont:Character ;
    lvont:represents "𡐜"^^xsd:string .

<http://lexvo.org/id/char/2141D> a lvont:Character ;
    lvont:represents "𡐝"^^xsd:string .

<http://lexvo.org/id/char/2141E> a lvont:Character ;
    lvont:represents "𡐞"^^xsd:string .

<http://lexvo.org/id/char/2141F> a lvont:Character ;
    lvont:represents "𡐟"^^xsd:string .

<http://lexvo.org/id/char/2142> a lvont:Character ;
    lvont:represents "⅂"^^xsd:string ;
    rdfs:comment "TURNED SANS-SERIF CAPITAL L"@en .

<http://lexvo.org/id/char/21420> a lvont:Character ;
    lvont:represents "𡐠"^^xsd:string .

<http://lexvo.org/id/char/21421> a lvont:Character ;
    lvont:represents "𡐡"^^xsd:string .

<http://lexvo.org/id/char/21422> a lvont:Character ;
    lvont:represents "𡐢"^^xsd:string .

<http://lexvo.org/id/char/21423> a lvont:Character ;
    lvont:represents "𡐣"^^xsd:string .

<http://lexvo.org/id/char/21424> a lvont:Character ;
    lvont:represents "𡐤"^^xsd:string .

<http://lexvo.org/id/char/21425> a lvont:Character ;
    lvont:represents "𡐥"^^xsd:string .

<http://lexvo.org/id/char/21426> a lvont:Character ;
    lvont:represents "𡐦"^^xsd:string .

<http://lexvo.org/id/char/21427> a lvont:Character ;
    lvont:represents "𡐧"^^xsd:string .

<http://lexvo.org/id/char/21428> a lvont:Character ;
    lvont:represents "𡐨"^^xsd:string .

<http://lexvo.org/id/char/21429> a lvont:Character ;
    lvont:represents "𡐩"^^xsd:string .

<http://lexvo.org/id/char/2142A> a lvont:Character ;
    lvont:represents "𡐪"^^xsd:string .

<http://lexvo.org/id/char/2142B> a lvont:Character ;
    lvont:represents "𡐫"^^xsd:string .

<http://lexvo.org/id/char/2142C> a lvont:Character ;
    lvont:represents "𡐬"^^xsd:string .

<http://lexvo.org/id/char/2142D> a lvont:Character ;
    lvont:represents "𡐭"^^xsd:string .

<http://lexvo.org/id/char/2142E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ve>,
        "𡐮"^^xsd:string .

<http://lexvo.org/id/char/2142F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/h%C3%A8>,
        "𡐯"^^xsd:string .

<http://lexvo.org/id/char/2143> a lvont:Character ;
    lvont:represents "⅃"^^xsd:string ;
    rdfs:comment "REVERSED SANS-SERIF CAPITAL L"@en .

<http://lexvo.org/id/char/21430> a lvont:Character ;
    lvont:represents "𡐰"^^xsd:string .

<http://lexvo.org/id/char/21431> a lvont:Character ;
    lvont:represents "𡐱"^^xsd:string .

<http://lexvo.org/id/char/21432> a lvont:Character ;
    lvont:represents "𡐲"^^xsd:string .

<http://lexvo.org/id/char/21433> a lvont:Character ;
    lvont:represents "𡐳"^^xsd:string .

<http://lexvo.org/id/char/21434> a lvont:Character ;
    lvont:represents "𡐴"^^xsd:string .

<http://lexvo.org/id/char/21435> a lvont:Character ;
    lvont:represents "𡐵"^^xsd:string .

<http://lexvo.org/id/char/21436> a lvont:Character ;
    lvont:represents "𡐶"^^xsd:string .

<http://lexvo.org/id/char/21437> a lvont:Character ;
    lvont:represents "𡐷"^^xsd:string .

<http://lexvo.org/id/char/21438> a lvont:Character ;
    lvont:represents "𡐸"^^xsd:string .

<http://lexvo.org/id/char/21439> a lvont:Character ;
    lvont:represents "𡐹"^^xsd:string .

<http://lexvo.org/id/char/2143A> a lvont:Character ;
    lvont:represents "𡐺"^^xsd:string .

<http://lexvo.org/id/char/2143B> a lvont:Character ;
    lvont:represents "𡐻"^^xsd:string .

<http://lexvo.org/id/char/2143C> a lvont:Character ;
    lvont:represents "𡐼"^^xsd:string .

<http://lexvo.org/id/char/2143D> a lvont:Character ;
    lvont:represents "𡐽"^^xsd:string .

<http://lexvo.org/id/char/2143E> a lvont:Character ;
    lvont:represents "𡐾"^^xsd:string .

<http://lexvo.org/id/char/2143F> a lvont:Character ;
    lvont:represents "𡐿"^^xsd:string .

<http://lexvo.org/id/char/2144> a lvont:Character ;
    lvont:represents "⅄"^^xsd:string ;
    rdfs:comment "TURNED SANS-SERIF CAPITAL Y"@en .

<http://lexvo.org/id/char/21440> a lvont:Character ;
    lvont:represents "𡑀"^^xsd:string .

<http://lexvo.org/id/char/21441> a lvont:Character ;
    lvont:represents "𡑁"^^xsd:string .

<http://lexvo.org/id/char/21442> a lvont:Character ;
    lvont:represents "𡑂"^^xsd:string .

<http://lexvo.org/id/char/21443> a lvont:Character ;
    lvont:represents "𡑃"^^xsd:string .

<http://lexvo.org/id/char/21444> a lvont:Character ;
    lvont:represents "𡑄"^^xsd:string .

<http://lexvo.org/id/char/21445> a lvont:Character ;
    lvont:represents "𡑅"^^xsd:string .

<http://lexvo.org/id/char/21446> a lvont:Character ;
    lvont:represents "𡑆"^^xsd:string .

<http://lexvo.org/id/char/21447> a lvont:Character ;
    lvont:represents "𡑇"^^xsd:string .

<http://lexvo.org/id/char/21448> a lvont:Character ;
    lvont:represents "𡑈"^^xsd:string .

<http://lexvo.org/id/char/21449> a lvont:Character ;
    lvont:represents "𡑉"^^xsd:string .

<http://lexvo.org/id/char/2144A> a lvont:Character ;
    lvont:represents "𡑊"^^xsd:string .

<http://lexvo.org/id/char/2144B> a lvont:Character ;
    lvont:represents "𡑋"^^xsd:string .

<http://lexvo.org/id/char/2144C> a lvont:Character ;
    lvont:represents "𡑌"^^xsd:string .

<http://lexvo.org/id/char/2144D> a lvont:Character ;
    lvont:represents "𡑍"^^xsd:string .

<http://lexvo.org/id/char/2144E> a lvont:Character ;
    lvont:represents "𡑎"^^xsd:string .

<http://lexvo.org/id/char/2144F> a lvont:Character ;
    lvont:represents "𡑏"^^xsd:string .

<http://lexvo.org/id/char/2145> a lvont:Character ;
    lvont:represents "ⅅ"^^xsd:string ;
    rdfs:comment "DOUBLE-STRUCK ITALIC CAPITAL D"@en .

<http://lexvo.org/id/char/21450> a lvont:Character ;
    lvont:represents "𡑐"^^xsd:string .

<http://lexvo.org/id/char/21451> a lvont:Character ;
    lvont:represents "𡑑"^^xsd:string .

<http://lexvo.org/id/char/21452> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/c%E1%BB%91i>,
        "𡑒"^^xsd:string .

<http://lexvo.org/id/char/21453> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/chum>,
        "𡑓"^^xsd:string .

<http://lexvo.org/id/char/21454> a lvont:Character ;
    lvont:represents "𡑔"^^xsd:string .

<http://lexvo.org/id/char/21455> a lvont:Character ;
    lvont:represents "𡑕"^^xsd:string .

<http://lexvo.org/id/char/21456> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/%C4%91%E1%BB%93i>,
        "𡑖"^^xsd:string .

<http://lexvo.org/id/char/21457> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/thoai>,
        "𡑗"^^xsd:string .

<http://lexvo.org/id/char/21458> a lvont:Character ;
    lvont:represents "𡑘"^^xsd:string .

<http://lexvo.org/id/char/21459> a lvont:Character ;
    lvont:represents "𡑙"^^xsd:string .

<http://lexvo.org/id/char/2145A> a lvont:Character ;
    lvont:represents "𡑚"^^xsd:string .

<http://lexvo.org/id/char/2145B> a lvont:Character ;
    lvont:represents "𡑛"^^xsd:string .

<http://lexvo.org/id/char/2145C> a lvont:Character ;
    lvont:represents "𡑜"^^xsd:string .

<http://lexvo.org/id/char/2145D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/l%C4%83n>,
        "𡑝"^^xsd:string .

<http://lexvo.org/id/char/2145E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%F0%A1%91%9E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/su%C3%AC%20zhu%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/seoi6>,
        <http://lexvo.org/id/term/yue/%F0%A1%91%9E>,
        "𡑞"^^xsd:string ;
    rdfs:comment "tunnel, underground passage"@en .

<http://lexvo.org/id/char/2145F> a lvont:Character ;
    lvont:represents "𡑟"^^xsd:string .

<http://lexvo.org/id/char/2146> a lvont:Character ;
    lvont:represents "ⅆ"^^xsd:string ;
    rdfs:comment "DOUBLE-STRUCK ITALIC SMALL D"@en .

<http://lexvo.org/id/char/21460> a lvont:Character ;
    lvont:represents "𡑠"^^xsd:string .

<http://lexvo.org/id/char/21461> a lvont:Character ;
    lvont:represents "𡑡"^^xsd:string .

<http://lexvo.org/id/char/21462> a lvont:Character ;
    lvont:represents "𡑢"^^xsd:string .

<http://lexvo.org/id/char/21463> a lvont:Character ;
    lvont:represents "𡑣"^^xsd:string .

<http://lexvo.org/id/char/21464> a lvont:Character ;
    lvont:represents "𡑤"^^xsd:string .

<http://lexvo.org/id/char/21465> a lvont:Character ;
    lvont:represents "𡑥"^^xsd:string .

<http://lexvo.org/id/char/21466> a lvont:Character ;
    lvont:represents "𡑦"^^xsd:string .

<http://lexvo.org/id/char/21467> a lvont:Character ;
    lvont:represents "𡑧"^^xsd:string .

<http://lexvo.org/id/char/21468> a lvont:Character ;
    lvont:represents "𡑨"^^xsd:string .

<http://lexvo.org/id/char/21469> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/n%E1%BA%BBo>,
        "𡑩"^^xsd:string .

<http://lexvo.org/id/char/2146A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/c%C3%A1t>,
        "𡑪"^^xsd:string .

<http://lexvo.org/id/char/2146B> a lvont:Character ;
    lvont:represents "𡑫"^^xsd:string .

<http://lexvo.org/id/char/2146C> a lvont:Character ;
    lvont:represents "𡑬"^^xsd:string .

<http://lexvo.org/id/char/2146D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/c%E1%BB%91i>,
        "𡑭"^^xsd:string .

<http://lexvo.org/id/char/2146E> a lvont:Character ;
    lvont:represents "𡑮"^^xsd:string .

<http://lexvo.org/id/char/2146F> a lvont:Character ;
    lvont:represents "𡑯"^^xsd:string .

<http://lexvo.org/id/char/2147> a lvont:Character ;
    lvont:represents "ⅇ"^^xsd:string ;
    rdfs:comment "DOUBLE-STRUCK ITALIC SMALL E"@en .

<http://lexvo.org/id/char/21470> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/v%C6%B0%E1%BB%9Dn>,
        "𡑰"^^xsd:string .

<http://lexvo.org/id/char/21471> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/c%E1%BB%93n>,
        "𡑱"^^xsd:string .

<http://lexvo.org/id/char/21472> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/g%E1%BB%91m>,
        "𡑲"^^xsd:string .

<http://lexvo.org/id/char/21473> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/c%E1%BB%93n>,
        "𡑳"^^xsd:string .

<http://lexvo.org/id/char/21474> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/%C4%91%E1%BB%81n>,
        "𡑴"^^xsd:string .

<http://lexvo.org/id/char/21475> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/v%E1%BB%93ng>,
        "𡑵"^^xsd:string .

<http://lexvo.org/id/char/21476> a lvont:Character ;
    lvont:represents "𡑶"^^xsd:string .

<http://lexvo.org/id/char/21477> a lvont:Character ;
    lvont:represents "𡑷"^^xsd:string .

<http://lexvo.org/id/char/21478> a lvont:Character ;
    lvont:represents "𡑸"^^xsd:string .

<http://lexvo.org/id/char/21479> a lvont:Character ;
    lvont:represents "𡑹"^^xsd:string .

<http://lexvo.org/id/char/2147A> a lvont:Character ;
    lvont:represents "𡑺"^^xsd:string .

<http://lexvo.org/id/char/2147B> a lvont:Character ;
    lvont:represents "𡑻"^^xsd:string .

<http://lexvo.org/id/char/2147C> a lvont:Character ;
    lvont:represents "𡑼"^^xsd:string .

<http://lexvo.org/id/char/2147D> a lvont:Character ;
    lvont:represents "𡑽"^^xsd:string .

<http://lexvo.org/id/char/2147E> a lvont:Character ;
    lvont:represents "𡑾"^^xsd:string .

<http://lexvo.org/id/char/2147F> a lvont:Character ;
    lvont:represents "𡑿"^^xsd:string .

<http://lexvo.org/id/char/2148> a lvont:Character ;
    lvont:represents "ⅈ"^^xsd:string ;
    rdfs:comment "DOUBLE-STRUCK ITALIC SMALL I"@en .

<http://lexvo.org/id/char/21480> a lvont:Character ;
    lvont:represents "𡒀"^^xsd:string .

<http://lexvo.org/id/char/21481> a lvont:Character ;
    lvont:represents "𡒁"^^xsd:string .

<http://lexvo.org/id/char/21482> a lvont:Character ;
    lvont:represents "𡒂"^^xsd:string .

<http://lexvo.org/id/char/21483> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/juk1>,
        <http://lexvo.org/id/term/yue/%F0%A1%92%83>,
        "𡒃"^^xsd:string ;
    rdfs:comment "a shore, bay; winter quarters"@en .

<http://lexvo.org/id/char/21484> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%F0%A1%92%84>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C7%8En>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lam5>,
        <http://lexvo.org/id/term/yue/%F0%A1%92%84>,
        "𡒄"^^xsd:string ;
    rdfs:comment "disappointed"@en .

<http://lexvo.org/id/char/21485> a lvont:Character ;
    lvont:represents "𡒅"^^xsd:string .

<http://lexvo.org/id/char/21486> a lvont:Character ;
    lvont:represents "𡒆"^^xsd:string .

<http://lexvo.org/id/char/21487> a lvont:Character ;
    lvont:represents "𡒇"^^xsd:string .

<http://lexvo.org/id/char/21488> a lvont:Character ;
    lvont:represents "𡒈"^^xsd:string .

<http://lexvo.org/id/char/21489> a lvont:Character ;
    lvont:represents "𡒉"^^xsd:string .

<http://lexvo.org/id/char/2148A> a lvont:Character ;
    lvont:represents "𡒊"^^xsd:string .

<http://lexvo.org/id/char/2148B> a lvont:Character ;
    lvont:represents "𡒋"^^xsd:string .

<http://lexvo.org/id/char/2148C> a lvont:Character ;
    lvont:represents "𡒌"^^xsd:string .

<http://lexvo.org/id/char/2148D> a lvont:Character ;
    lvont:represents "𡒍"^^xsd:string .

<http://lexvo.org/id/char/2148E> a lvont:Character ;
    lvont:represents "𡒎"^^xsd:string .

<http://lexvo.org/id/char/2148F> a lvont:Character ;
    lvont:represents "𡒏"^^xsd:string .

<http://lexvo.org/id/char/2149> a lvont:Character ;
    lvont:represents "ⅉ"^^xsd:string ;
    rdfs:comment "DOUBLE-STRUCK ITALIC SMALL J"@en .

<http://lexvo.org/id/char/21490> a lvont:Character ;
    lvont:represents "𡒐"^^xsd:string .

<http://lexvo.org/id/char/21491> a lvont:Character ;
    lvont:represents "𡒑"^^xsd:string .

<http://lexvo.org/id/char/21492> a lvont:Character ;
    lvont:represents "𡒒"^^xsd:string .

<http://lexvo.org/id/char/21493> a lvont:Character ;
    lvont:represents "𡒓"^^xsd:string .

<http://lexvo.org/id/char/21494> a lvont:Character ;
    lvont:represents "𡒔"^^xsd:string .

<http://lexvo.org/id/char/21495> a lvont:Character ;
    lvont:represents "𡒕"^^xsd:string .

<http://lexvo.org/id/char/21496> a lvont:Character ;
    lvont:represents "𡒖"^^xsd:string .

<http://lexvo.org/id/char/21497> a lvont:Character ;
    lvont:represents "𡒗"^^xsd:string .

<http://lexvo.org/id/char/21498> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/%C4%91%C3%A0o>,
        "𡒘"^^xsd:string .

<http://lexvo.org/id/char/21499> a lvont:Character ;
    lvont:represents "𡒙"^^xsd:string .

<http://lexvo.org/id/char/2149A> a lvont:Character ;
    lvont:represents "𡒚"^^xsd:string .

<http://lexvo.org/id/char/2149B> a lvont:Character ;
    lvont:represents "𡒛"^^xsd:string .

<http://lexvo.org/id/char/2149C> a lvont:Character ;
    lvont:represents "𡒜"^^xsd:string .

<http://lexvo.org/id/char/2149D> a lvont:Character ;
    lvont:represents "𡒝"^^xsd:string .

<http://lexvo.org/id/char/2149E> a lvont:Character ;
    lvont:represents "𡒞"^^xsd:string .

<http://lexvo.org/id/char/2149F> a lvont:Character ;
    lvont:represents "𡒟"^^xsd:string .

<http://lexvo.org/id/char/214A> a lvont:Character ;
    lvont:represents "⅊"^^xsd:string ;
    rdfs:comment "PROPERTY LINE"@en .

<http://lexvo.org/id/char/214A0> a lvont:Character ;
    lvont:represents "𡒠"^^xsd:string .

<http://lexvo.org/id/char/214A1> a lvont:Character ;
    lvont:represents "𡒡"^^xsd:string .

<http://lexvo.org/id/char/214A2> a lvont:Character ;
    lvont:represents "𡒢"^^xsd:string .

<http://lexvo.org/id/char/214A3> a lvont:Character ;
    lvont:represents "𡒣"^^xsd:string .

<http://lexvo.org/id/char/214A4> a lvont:Character ;
    lvont:represents "𡒤"^^xsd:string .

<http://lexvo.org/id/char/214A5> a lvont:Character ;
    lvont:represents "𡒥"^^xsd:string .

<http://lexvo.org/id/char/214A6> a lvont:Character ;
    lvont:represents "𡒦"^^xsd:string .

<http://lexvo.org/id/char/214A7> a lvont:Character ;
    lvont:represents "𡒧"^^xsd:string .

<http://lexvo.org/id/char/214A8> a lvont:Character ;
    lvont:represents "𡒨"^^xsd:string .

<http://lexvo.org/id/char/214A9> a lvont:Character ;
    lvont:represents "𡒩"^^xsd:string .

<http://lexvo.org/id/char/214AA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/%E1%BB%87ch>,
        "𡒪"^^xsd:string .

<http://lexvo.org/id/char/214AB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/c%E1%BA%A5u>,
        "𡒫"^^xsd:string .

<http://lexvo.org/id/char/214AC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/gh%C3%A8>,
        "𡒬"^^xsd:string .

<http://lexvo.org/id/char/214AD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ni%C3%AAu>,
        "𡒭"^^xsd:string .

<http://lexvo.org/id/char/214AE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/s%C6%B0%E1%BB%9Bng>,
        "𡒮"^^xsd:string .

<http://lexvo.org/id/char/214AF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/m%C3%B3ng>,
        "𡒯"^^xsd:string .

<http://lexvo.org/id/char/214B> a lvont:Character ;
    lvont:represents "⅋"^^xsd:string ;
    rdfs:comment "TURNED AMPERSAND"@en .

<http://lexvo.org/id/char/214B0> a lvont:Character ;
    lvont:represents "𡒰"^^xsd:string .

<http://lexvo.org/id/char/214B1> a lvont:Character ;
    lvont:represents "𡒱"^^xsd:string .

<http://lexvo.org/id/char/214B2> a lvont:Character ;
    lvont:represents "𡒲"^^xsd:string .

<http://lexvo.org/id/char/214B3> a lvont:Character ;
    lvont:represents "𡒳"^^xsd:string .

<http://lexvo.org/id/char/214B4> a lvont:Character ;
    lvont:represents "𡒴"^^xsd:string .

<http://lexvo.org/id/char/214B5> a lvont:Character ;
    lvont:represents "𡒵"^^xsd:string .

<http://lexvo.org/id/char/214B6> a lvont:Character ;
    lvont:represents "𡒶"^^xsd:string .

<http://lexvo.org/id/char/214B7> a lvont:Character ;
    lvont:represents "𡒷"^^xsd:string .

<http://lexvo.org/id/char/214B8> a lvont:Character ;
    lvont:represents "𡒸"^^xsd:string .

<http://lexvo.org/id/char/214B9> a lvont:Character ;
    lvont:represents "𡒹"^^xsd:string .

<http://lexvo.org/id/char/214BA> a lvont:Character ;
    lvont:represents "𡒺"^^xsd:string .

<http://lexvo.org/id/char/214BB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ch%E1%BA%ADt>,
        "𡒻"^^xsd:string .

<http://lexvo.org/id/char/214BC> a lvont:Character ;
    lvont:represents "𡒼"^^xsd:string .

<http://lexvo.org/id/char/214BD> a lvont:Character ;
    lvont:represents "𡒽"^^xsd:string .

<http://lexvo.org/id/char/214BE> a lvont:Character ;
    lvont:represents "𡒾"^^xsd:string .

<http://lexvo.org/id/char/214BF> a lvont:Character ;
    lvont:represents "𡒿"^^xsd:string .

<http://lexvo.org/id/char/214C> a lvont:Character ;
    lvont:represents "⅌"^^xsd:string ;
    rdfs:comment "PER SIGN"@en .

<http://lexvo.org/id/char/214C0> a lvont:Character ;
    lvont:represents "𡓀"^^xsd:string .

<http://lexvo.org/id/char/214C1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/b%C3%A3i>,
        "𡓁"^^xsd:string .

<http://lexvo.org/id/char/214C2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/%C4%91%E1%BB%B1ng>,
        "𡓂"^^xsd:string .

<http://lexvo.org/id/char/214C3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/l%E1%BB%91i>,
        "𡓃"^^xsd:string .

<http://lexvo.org/id/char/214C4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/v%C3%B9ng>,
        "𡓄"^^xsd:string .

<http://lexvo.org/id/char/214C5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/%E1%BA%A5m>,
        "𡓅"^^xsd:string .

<http://lexvo.org/id/char/214C6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/x%E1%BB%87p>,
        "𡓆"^^xsd:string .

<http://lexvo.org/id/char/214C7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ch%C3%B5>,
        "𡓇"^^xsd:string .

<http://lexvo.org/id/char/214C8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/gh%E1%BB%81>,
        "𡓈"^^xsd:string .

<http://lexvo.org/id/char/214C9> a lvont:Character ;
    lvont:represents "𡓉"^^xsd:string .

<http://lexvo.org/id/char/214CA> a lvont:Character ;
    lvont:represents "𡓊"^^xsd:string .

<http://lexvo.org/id/char/214CB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/%C4%91u%C3%B4i>,
        "𡓋"^^xsd:string .

<http://lexvo.org/id/char/214CC> a lvont:Character ;
    lvont:represents "𡓌"^^xsd:string .

<http://lexvo.org/id/char/214CD> a lvont:Character ;
    lvont:represents "𡓍"^^xsd:string .

<http://lexvo.org/id/char/214CE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/v%E1%BA%A1i>,
        "𡓎"^^xsd:string .

<http://lexvo.org/id/char/214CF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/s%C3%A2n>,
        "𡓏"^^xsd:string .

<http://lexvo.org/id/char/214D> a lvont:Character ;
    lvont:represents "⅍"^^xsd:string ;
    rdfs:comment "AKTIESELSKAB"@en .

<http://lexvo.org/id/char/214D0> a lvont:Character ;
    lvont:represents "𡓐"^^xsd:string .

<http://lexvo.org/id/char/214D1> a lvont:Character ;
    lvont:represents "𡓑"^^xsd:string .

<http://lexvo.org/id/char/214D2> a lvont:Character ;
    lvont:represents "𡓒"^^xsd:string .

<http://lexvo.org/id/char/214D3> a lvont:Character ;
    lvont:represents "𡓓"^^xsd:string .

<http://lexvo.org/id/char/214D4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/l%E1%BA%A5m>,
        "𡓔"^^xsd:string .

<http://lexvo.org/id/char/214D5> a lvont:Character ;
    lvont:represents "𡓕"^^xsd:string .

<http://lexvo.org/id/char/214D6> a lvont:Character ;
    lvont:represents "𡓖"^^xsd:string .

<http://lexvo.org/id/char/214D7> a lvont:Character ;
    lvont:represents "𡓗"^^xsd:string .

<http://lexvo.org/id/char/214D8> a lvont:Character ;
    lvont:represents "𡓘"^^xsd:string .

<http://lexvo.org/id/char/214D9> a lvont:Character ;
    lvont:represents "𡓙"^^xsd:string .

<http://lexvo.org/id/char/214DA> a lvont:Character ;
    lvont:represents "𡓚"^^xsd:string .

<http://lexvo.org/id/char/214DB> a lvont:Character ;
    lvont:represents "𡓛"^^xsd:string .

<http://lexvo.org/id/char/214DC> a lvont:Character ;
    lvont:represents "𡓜"^^xsd:string .

<http://lexvo.org/id/char/214DD> a lvont:Character ;
    lvont:represents "𡓝"^^xsd:string .

<http://lexvo.org/id/char/214DE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/%C4%91%E1%BB%91c>,
        "𡓞"^^xsd:string .

<http://lexvo.org/id/char/214DF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ch%C4%A9nh>,
        "𡓟"^^xsd:string .

<http://lexvo.org/id/char/214E> a lvont:Character ;
    lvont:represents "ⅎ"^^xsd:string ;
    rdfs:comment "TURNED SMALL F"@en .

<http://lexvo.org/id/char/214E0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/th%C3%B3>,
        "𡓠"^^xsd:string .

<http://lexvo.org/id/char/214E1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/r%C3%A3nh>,
        "𡓡"^^xsd:string .

<http://lexvo.org/id/char/214E2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ch%E1%BB%85m>,
        "𡓢"^^xsd:string .

<http://lexvo.org/id/char/214E3> a lvont:Character ;
    lvont:represents "𡓣"^^xsd:string .

<http://lexvo.org/id/char/214E4> a lvont:Character ;
    lvont:represents "𡓤"^^xsd:string .

<http://lexvo.org/id/char/214E5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ch%C3%A9n>,
        "𡓥"^^xsd:string .

<http://lexvo.org/id/char/214E6> a lvont:Character ;
    lvont:represents "𡓦"^^xsd:string .

<http://lexvo.org/id/char/214E7> a lvont:Character ;
    lvont:represents "𡓧"^^xsd:string .

<http://lexvo.org/id/char/214E8> a lvont:Character ;
    lvont:represents "𡓨"^^xsd:string .

<http://lexvo.org/id/char/214E9> a lvont:Character ;
    lvont:represents "𡓩"^^xsd:string .

<http://lexvo.org/id/char/214EA> a lvont:Character ;
    lvont:represents "𡓪"^^xsd:string .

<http://lexvo.org/id/char/214EB> a lvont:Character ;
    lvont:represents "𡓫"^^xsd:string .

<http://lexvo.org/id/char/214EC> a lvont:Character ;
    lvont:represents "𡓬"^^xsd:string .

<http://lexvo.org/id/char/214ED> a lvont:Character ;
    lvont:represents "𡓭"^^xsd:string .

<http://lexvo.org/id/char/214EE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ng%E1%BB%93i>,
        "𡓮"^^xsd:string .

<http://lexvo.org/id/char/214EF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/chum>,
        "𡓯"^^xsd:string .

<http://lexvo.org/id/char/214F> a lvont:Character ;
    lvont:represents "⅏"^^xsd:string ;
    rdfs:comment "SYMBOL FOR SAMARITAN SOURCE"@en .

<http://lexvo.org/id/char/214F0> a lvont:Character ;
    lvont:represents "𡓰"^^xsd:string .

<http://lexvo.org/id/char/214F1> a lvont:Character ;
    lvont:represents "𡓱"^^xsd:string .

<http://lexvo.org/id/char/214F2> a lvont:Character ;
    lvont:represents "𡓲"^^xsd:string .

<http://lexvo.org/id/char/214F3> a lvont:Character ;
    lvont:represents "𡓳"^^xsd:string .

<http://lexvo.org/id/char/214F4> a lvont:Character ;
    lvont:represents "𡓴"^^xsd:string .

<http://lexvo.org/id/char/214F5> a lvont:Character ;
    lvont:represents "𡓵"^^xsd:string .

<http://lexvo.org/id/char/214F6> a lvont:Character ;
    lvont:represents "𡓶"^^xsd:string .

<http://lexvo.org/id/char/214F7> a lvont:Character ;
    lvont:represents "𡓷"^^xsd:string .

<http://lexvo.org/id/char/214F8> a lvont:Character ;
    lvont:represents "𡓸"^^xsd:string .

<http://lexvo.org/id/char/214F9> a lvont:Character ;
    lvont:represents "𡓹"^^xsd:string .

<http://lexvo.org/id/char/214FA> a lvont:Character ;
    lvont:represents "𡓺"^^xsd:string .

<http://lexvo.org/id/char/214FB> a lvont:Character ;
    lvont:represents "𡓻"^^xsd:string .

<http://lexvo.org/id/char/214FC> a lvont:Character ;
    lvont:represents "𡓼"^^xsd:string .

<http://lexvo.org/id/char/214FD> a lvont:Character ;
    lvont:represents "𡓽"^^xsd:string .

<http://lexvo.org/id/char/214FE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/r%E1%BA%ABy>,
        "𡓾"^^xsd:string .

<http://lexvo.org/id/char/214FF> a lvont:Character ;
    lvont:represents "𡓿"^^xsd:string .

<http://lexvo.org/id/char/2150> a lvont:Character ;
    lvont:represents "⅐"^^xsd:string ;
    rdfs:comment "VULGAR FRACTION ONE SEVENTH"@en .

<http://lexvo.org/id/char/21500> a lvont:Character ;
    lvont:represents "𡔀"^^xsd:string .

<http://lexvo.org/id/char/21501> a lvont:Character ;
    lvont:represents "𡔁"^^xsd:string .

<http://lexvo.org/id/char/21502> a lvont:Character ;
    lvont:represents "𡔂"^^xsd:string .

<http://lexvo.org/id/char/21503> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/n%E1%BA%B7n>,
        "𡔃"^^xsd:string .

<http://lexvo.org/id/char/21504> a lvont:Character ;
    lvont:represents "𡔄"^^xsd:string .

<http://lexvo.org/id/char/21505> a lvont:Character ;
    lvont:represents "𡔅"^^xsd:string .

<http://lexvo.org/id/char/21506> a lvont:Character ;
    lvont:represents "𡔆"^^xsd:string .

<http://lexvo.org/id/char/21507> a lvont:Character ;
    lvont:represents "𡔇"^^xsd:string .

<http://lexvo.org/id/char/21508> a lvont:Character ;
    lvont:represents "𡔈"^^xsd:string .

<http://lexvo.org/id/char/21509> a lvont:Character ;
    lvont:represents "𡔉"^^xsd:string .

<http://lexvo.org/id/char/2150A> a lvont:Character ;
    lvont:represents "𡔊"^^xsd:string .

<http://lexvo.org/id/char/2150B> a lvont:Character ;
    lvont:represents "𡔋"^^xsd:string .

<http://lexvo.org/id/char/2150C> a lvont:Character ;
    lvont:represents "𡔌"^^xsd:string .

<http://lexvo.org/id/char/2150D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ch%E1%BA%ADu>,
        "𡔍"^^xsd:string .

<http://lexvo.org/id/char/2150E> a lvont:Character ;
    lvont:represents "𡔎"^^xsd:string .

<http://lexvo.org/id/char/2150F> a lvont:Character ;
    lvont:represents "𡔏"^^xsd:string .

<http://lexvo.org/id/char/2151> a lvont:Character ;
    lvont:represents "⅑"^^xsd:string ;
    rdfs:comment "VULGAR FRACTION ONE NINTH"@en .

<http://lexvo.org/id/char/21510> a lvont:Character ;
    lvont:represents "𡔐"^^xsd:string .

<http://lexvo.org/id/char/21511> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/l%C3%B5m>,
        "𡔑"^^xsd:string .

<http://lexvo.org/id/char/21512> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/n%E1%BB%81n>,
        "𡔒"^^xsd:string .

<http://lexvo.org/id/char/21513> a lvont:Character ;
    lvont:represents "𡔓"^^xsd:string .

<http://lexvo.org/id/char/21514> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/l%C3%A0n>,
        "𡔔"^^xsd:string .

<http://lexvo.org/id/char/21515> a lvont:Character ;
    lvont:represents "𡔕"^^xsd:string .

<http://lexvo.org/id/char/21516> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/b%E1%BA%BFn>,
        "𡔖"^^xsd:string .

<http://lexvo.org/id/char/21517> a lvont:Character ;
    lvont:represents "𡔗"^^xsd:string .

<http://lexvo.org/id/char/21518> a lvont:Character ;
    lvont:represents "𡔘"^^xsd:string .

<http://lexvo.org/id/char/21519> a lvont:Character ;
    lvont:represents "𡔙"^^xsd:string .

<http://lexvo.org/id/char/2151A> a lvont:Character ;
    lvont:represents "𡔚"^^xsd:string .

<http://lexvo.org/id/char/2151B> a lvont:Character ;
    lvont:represents "𡔛"^^xsd:string .

<http://lexvo.org/id/char/2151C> a lvont:Character ;
    lvont:represents "𡔜"^^xsd:string .

<http://lexvo.org/id/char/2151D> a lvont:Character ;
    lvont:represents "𡔝"^^xsd:string .

<http://lexvo.org/id/char/2151E> a lvont:Character ;
    lvont:represents "𡔞"^^xsd:string .

<http://lexvo.org/id/char/2151F> a lvont:Character ;
    lvont:represents "𡔟"^^xsd:string .

<http://lexvo.org/id/char/2152> a lvont:Character ;
    lvont:represents "⅒"^^xsd:string ;
    rdfs:comment "VULGAR FRACTION ONE TENTH"@en .

<http://lexvo.org/id/char/21520> a lvont:Character ;
    lvont:represents "𡔠"^^xsd:string .

<http://lexvo.org/id/char/21521> a lvont:Character ;
    lvont:represents "𡔡"^^xsd:string .

<http://lexvo.org/id/char/21522> a lvont:Character ;
    lvont:represents "𡔢"^^xsd:string .

<http://lexvo.org/id/char/21523> a lvont:Character ;
    lvont:represents "𡔣"^^xsd:string .

<http://lexvo.org/id/char/21524> a lvont:Character ;
    lvont:represents "𡔤"^^xsd:string .

<http://lexvo.org/id/char/21525> a lvont:Character ;
    lvont:represents "𡔥"^^xsd:string .

<http://lexvo.org/id/char/21526> a lvont:Character ;
    lvont:represents "𡔦"^^xsd:string .

<http://lexvo.org/id/char/21527> a lvont:Character ;
    lvont:represents "𡔧"^^xsd:string .

<http://lexvo.org/id/char/21528> a lvont:Character ;
    lvont:represents "𡔨"^^xsd:string .

<http://lexvo.org/id/char/21529> a lvont:Character ;
    lvont:represents "𡔩"^^xsd:string .

<http://lexvo.org/id/char/2152A> a lvont:Character ;
    lvont:represents "𡔪"^^xsd:string .

<http://lexvo.org/id/char/2152B> a lvont:Character ;
    lvont:represents "𡔫"^^xsd:string .

<http://lexvo.org/id/char/2152C> a lvont:Character ;
    lvont:represents "𡔬"^^xsd:string .

<http://lexvo.org/id/char/2152D> a lvont:Character ;
    lvont:represents "𡔭"^^xsd:string .

<http://lexvo.org/id/char/2152E> a lvont:Character ;
    lvont:represents "𡔮"^^xsd:string .

<http://lexvo.org/id/char/2152F> a lvont:Character ;
    lvont:represents "𡔯"^^xsd:string .

<http://lexvo.org/id/char/2153> a lvont:Character ;
    lvont:represents "⅓"^^xsd:string ;
    rdfs:comment "VULGAR FRACTION ONE THIRD"@en .

<http://lexvo.org/id/char/21530> a lvont:Character ;
    lvont:represents "𡔰"^^xsd:string .

<http://lexvo.org/id/char/21531> a lvont:Character ;
    lvont:represents "𡔱"^^xsd:string .

<http://lexvo.org/id/char/21532> a lvont:Character ;
    lvont:represents "𡔲"^^xsd:string .

<http://lexvo.org/id/char/21533> a lvont:Character ;
    lvont:represents "𡔳"^^xsd:string .

<http://lexvo.org/id/char/21534> a lvont:Character ;
    lvont:represents "𡔴"^^xsd:string .

<http://lexvo.org/id/char/21535> a lvont:Character ;
    lvont:represents "𡔵"^^xsd:string .

<http://lexvo.org/id/char/21536> a lvont:Character ;
    lvont:represents "𡔶"^^xsd:string .

<http://lexvo.org/id/char/21538> a lvont:Character ;
    lvont:represents "𡔸"^^xsd:string .

<http://lexvo.org/id/char/21539> a lvont:Character ;
    lvont:represents "𡔹"^^xsd:string .

<http://lexvo.org/id/char/2153A> a lvont:Character ;
    lvont:represents "𡔺"^^xsd:string .

<http://lexvo.org/id/char/2153B> a lvont:Character ;
    lvont:represents "𡔻"^^xsd:string .

<http://lexvo.org/id/char/2153C> a lvont:Character ;
    lvont:represents "𡔼"^^xsd:string .

<http://lexvo.org/id/char/2153D> a lvont:Character ;
    lvont:represents "𡔽"^^xsd:string .

<http://lexvo.org/id/char/2153E> a lvont:Character ;
    lvont:represents "𡔾"^^xsd:string .

<http://lexvo.org/id/char/2153F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/tr%E1%BA%A5u>,
        "𡔿"^^xsd:string .

<http://lexvo.org/id/char/2154> a lvont:Character ;
    lvont:represents "⅔"^^xsd:string ;
    rdfs:comment "VULGAR FRACTION TWO THIRDS"@en .

<http://lexvo.org/id/char/21540> a lvont:Character ;
    lvont:represents "𡕀"^^xsd:string .

<http://lexvo.org/id/char/21541> a lvont:Character ;
    lvont:represents "𡕁"^^xsd:string .

<http://lexvo.org/id/char/21542> a lvont:Character ;
    lvont:represents "𡕂"^^xsd:string .

<http://lexvo.org/id/char/21543> a lvont:Character ;
    lvont:represents "𡕃"^^xsd:string .

<http://lexvo.org/id/char/21544> a lvont:Character ;
    lvont:represents "𡕄"^^xsd:string .

<http://lexvo.org/id/char/21545> a lvont:Character ;
    lvont:represents "𡕅"^^xsd:string .

<http://lexvo.org/id/char/21546> a lvont:Character ;
    lvont:represents "𡕆"^^xsd:string .

<http://lexvo.org/id/char/21547> a lvont:Character ;
    lvont:represents "𡕇"^^xsd:string .

<http://lexvo.org/id/char/21548> a lvont:Character ;
    lvont:represents "𡕈"^^xsd:string .

<http://lexvo.org/id/char/21549> a lvont:Character ;
    lvont:represents "𡕉"^^xsd:string .

<http://lexvo.org/id/char/2154A> a lvont:Character ;
    lvont:represents "𡕊"^^xsd:string .

<http://lexvo.org/id/char/2154B> a lvont:Character ;
    lvont:represents "𡕋"^^xsd:string .

<http://lexvo.org/id/char/2154C> a lvont:Character ;
    lvont:represents "𡕌"^^xsd:string .

<http://lexvo.org/id/char/2154D> a lvont:Character ;
    lvont:represents "𡕍"^^xsd:string .

<http://lexvo.org/id/char/2154E> a lvont:Character ;
    lvont:represents "𡕎"^^xsd:string .

<http://lexvo.org/id/char/2154F> a lvont:Character ;
    lvont:represents "𡕏"^^xsd:string .

<http://lexvo.org/id/char/2155> a lvont:Character ;
    lvont:represents "⅕"^^xsd:string ;
    rdfs:comment "VULGAR FRACTION ONE FIFTH"@en .

<http://lexvo.org/id/char/21550> a lvont:Character ;
    lvont:represents "𡕐"^^xsd:string .

<http://lexvo.org/id/char/21551> a lvont:Character ;
    lvont:represents "𡕑"^^xsd:string .

<http://lexvo.org/id/char/21553> a lvont:Character ;
    lvont:represents "𡕓"^^xsd:string .

<http://lexvo.org/id/char/21554> a lvont:Character ;
    lvont:represents "𡕔"^^xsd:string .

<http://lexvo.org/id/char/21555> a lvont:Character ;
    lvont:represents "𡕕"^^xsd:string .

<http://lexvo.org/id/char/21556> a lvont:Character ;
    lvont:represents "𡕖"^^xsd:string .

<http://lexvo.org/id/char/21557> a lvont:Character ;
    lvont:represents "𡕗"^^xsd:string .

<http://lexvo.org/id/char/21558> a lvont:Character ;
    lvont:represents "𡕘"^^xsd:string .

<http://lexvo.org/id/char/21559> a lvont:Character ;
    lvont:represents "𡕙"^^xsd:string .

<http://lexvo.org/id/char/2155A> a lvont:Character ;
    lvont:represents "𡕚"^^xsd:string .

<http://lexvo.org/id/char/2155B> a lvont:Character ;
    lvont:represents "𡕛"^^xsd:string .

<http://lexvo.org/id/char/2155C> a lvont:Character ;
    lvont:represents "𡕜"^^xsd:string .

<http://lexvo.org/id/char/2155D> a lvont:Character ;
    lvont:represents "𡕝"^^xsd:string .

<http://lexvo.org/id/char/2155E> a lvont:Character ;
    lvont:represents "𡕞"^^xsd:string .

<http://lexvo.org/id/char/2155F> a lvont:Character ;
    lvont:represents "𡕟"^^xsd:string .

<http://lexvo.org/id/char/2156> a lvont:Character ;
    lvont:represents "⅖"^^xsd:string ;
    rdfs:comment "VULGAR FRACTION TWO FIFTHS"@en .

<http://lexvo.org/id/char/21560> a lvont:Character ;
    lvont:represents "𡕠"^^xsd:string .

<http://lexvo.org/id/char/21561> a lvont:Character ;
    lvont:represents "𡕡"^^xsd:string .

<http://lexvo.org/id/char/21562> a lvont:Character ;
    lvont:represents "𡕢"^^xsd:string .

<http://lexvo.org/id/char/21563> a lvont:Character ;
    lvont:represents "𡕣"^^xsd:string .

<http://lexvo.org/id/char/21564> a lvont:Character ;
    lvont:represents "𡕤"^^xsd:string .

<http://lexvo.org/id/char/21565> a lvont:Character ;
    lvont:represents "𡕥"^^xsd:string .

<http://lexvo.org/id/char/21566> a lvont:Character ;
    lvont:represents "𡕦"^^xsd:string .

<http://lexvo.org/id/char/21567> a lvont:Character ;
    lvont:represents "𡕧"^^xsd:string .

<http://lexvo.org/id/char/21568> a lvont:Character ;
    lvont:represents "𡕨"^^xsd:string .

<http://lexvo.org/id/char/21569> a lvont:Character ;
    lvont:represents "𡕩"^^xsd:string .

<http://lexvo.org/id/char/2156A> a lvont:Character ;
    lvont:represents "𡕪"^^xsd:string .

<http://lexvo.org/id/char/2156B> a lvont:Character ;
    lvont:represents "𡕫"^^xsd:string .

<http://lexvo.org/id/char/2156C> a lvont:Character ;
    lvont:represents "𡕬"^^xsd:string .

<http://lexvo.org/id/char/2156D> a lvont:Character ;
    lvont:represents "𡕭"^^xsd:string .

<http://lexvo.org/id/char/2156E> a lvont:Character ;
    lvont:represents "𡕮"^^xsd:string .

<http://lexvo.org/id/char/2156F> a lvont:Character ;
    lvont:represents "𡕯"^^xsd:string .

<http://lexvo.org/id/char/2157> a lvont:Character ;
    lvont:represents "⅗"^^xsd:string ;
    rdfs:comment "VULGAR FRACTION THREE FIFTHS"@en .

<http://lexvo.org/id/char/21570> a lvont:Character ;
    lvont:represents "𡕰"^^xsd:string .

<http://lexvo.org/id/char/21571> a lvont:Character ;
    lvont:represents "𡕱"^^xsd:string .

<http://lexvo.org/id/char/21572> a lvont:Character ;
    lvont:represents "𡕲"^^xsd:string .

<http://lexvo.org/id/char/21573> a lvont:Character ;
    lvont:represents "𡕳"^^xsd:string .

<http://lexvo.org/id/char/21574> a lvont:Character ;
    lvont:represents "𡕴"^^xsd:string .

<http://lexvo.org/id/char/21575> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/h%C3%A8>,
        "𡕵"^^xsd:string .

<http://lexvo.org/id/char/21576> a lvont:Character ;
    lvont:represents "𡕶"^^xsd:string .

<http://lexvo.org/id/char/21577> a lvont:Character ;
    lvont:represents "𡕷"^^xsd:string .

<http://lexvo.org/id/char/21578> a lvont:Character ;
    lvont:represents "𡕸"^^xsd:string .

<http://lexvo.org/id/char/21579> a lvont:Character ;
    lvont:represents "𡕹"^^xsd:string .

<http://lexvo.org/id/char/2157A> a lvont:Character ;
    lvont:represents "𡕺"^^xsd:string .

<http://lexvo.org/id/char/2157B> a lvont:Character ;
    lvont:represents "𡕻"^^xsd:string .

<http://lexvo.org/id/char/2157C> a lvont:Character ;
    lvont:represents "𡕼"^^xsd:string .

<http://lexvo.org/id/char/2157D> a lvont:Character ;
    lvont:represents "𡕽"^^xsd:string .

<http://lexvo.org/id/char/2157E> a lvont:Character ;
    lvont:represents "𡕾"^^xsd:string .

<http://lexvo.org/id/char/2157F> a lvont:Character ;
    lvont:represents "𡕿"^^xsd:string .

<http://lexvo.org/id/char/2158> a lvont:Character ;
    lvont:represents "⅘"^^xsd:string ;
    rdfs:comment "VULGAR FRACTION FOUR FIFTHS"@en .

<http://lexvo.org/id/char/21580> a lvont:Character ;
    lvont:represents "𡖀"^^xsd:string .

<http://lexvo.org/id/char/21581> a lvont:Character ;
    lvont:represents "𡖁"^^xsd:string .

<http://lexvo.org/id/char/21582> a lvont:Character ;
    lvont:represents "𡖂"^^xsd:string .

<http://lexvo.org/id/char/21583> a lvont:Character ;
    lvont:represents "𡖃"^^xsd:string .

<http://lexvo.org/id/char/21584> a lvont:Character ;
    lvont:represents "𡖄"^^xsd:string .

<http://lexvo.org/id/char/21585> a lvont:Character ;
    lvont:represents "𡖅"^^xsd:string .

<http://lexvo.org/id/char/21586> a lvont:Character ;
    lvont:represents "𡖆"^^xsd:string .

<http://lexvo.org/id/char/21587> a lvont:Character ;
    lvont:represents "𡖇"^^xsd:string .

<http://lexvo.org/id/char/21588> a lvont:Character ;
    lvont:represents "𡖈"^^xsd:string .

<http://lexvo.org/id/char/21589> a lvont:Character ;
    lvont:represents "𡖉"^^xsd:string .

<http://lexvo.org/id/char/2158A> a lvont:Character ;
    lvont:represents "𡖊"^^xsd:string .

<http://lexvo.org/id/char/2158B> a lvont:Character ;
    lvont:represents "𡖋"^^xsd:string .

<http://lexvo.org/id/char/2158C> a lvont:Character ;
    lvont:represents "𡖌"^^xsd:string .

<http://lexvo.org/id/char/2158D> a lvont:Character ;
    lvont:represents "𡖍"^^xsd:string .

<http://lexvo.org/id/char/2158E> a lvont:Character ;
    lvont:represents "𡖎"^^xsd:string .

<http://lexvo.org/id/char/2158F> a lvont:Character ;
    lvont:represents "𡖏"^^xsd:string .

<http://lexvo.org/id/char/2159> a lvont:Character ;
    lvont:represents "⅙"^^xsd:string ;
    rdfs:comment "VULGAR FRACTION ONE SIXTH"@en .

<http://lexvo.org/id/char/21590> a lvont:Character ;
    lvont:represents "𡖐"^^xsd:string .

<http://lexvo.org/id/char/21591> a lvont:Character ;
    lvont:represents "𡖑"^^xsd:string .

<http://lexvo.org/id/char/21592> a lvont:Character ;
    lvont:represents "𡖒"^^xsd:string .

<http://lexvo.org/id/char/21593> a lvont:Character ;
    lvont:represents "𡖓"^^xsd:string .

<http://lexvo.org/id/char/21594> a lvont:Character ;
    lvont:represents "𡖔"^^xsd:string .

<http://lexvo.org/id/char/21595> a lvont:Character ;
    lvont:represents "𡖕"^^xsd:string .

<http://lexvo.org/id/char/21596> a lvont:Character ;
    lvont:represents "𡖖"^^xsd:string .

<http://lexvo.org/id/char/21597> a lvont:Character ;
    lvont:represents "𡖗"^^xsd:string .

<http://lexvo.org/id/char/21598> a lvont:Character ;
    lvont:represents "𡖘"^^xsd:string .

<http://lexvo.org/id/char/21599> a lvont:Character ;
    lvont:represents "𡖙"^^xsd:string .

<http://lexvo.org/id/char/2159A> a lvont:Character ;
    lvont:represents "𡖚"^^xsd:string .

<http://lexvo.org/id/char/2159B> a lvont:Character ;
    lvont:represents "𡖛"^^xsd:string .

<http://lexvo.org/id/char/2159C> a lvont:Character ;
    lvont:represents "𡖜"^^xsd:string .

<http://lexvo.org/id/char/2159D> a lvont:Character ;
    lvont:represents "𡖝"^^xsd:string .

<http://lexvo.org/id/char/2159E> a lvont:Character ;
    lvont:represents "𡖞"^^xsd:string .

<http://lexvo.org/id/char/2159F> a lvont:Character ;
    lvont:represents "𡖟"^^xsd:string .

<http://lexvo.org/id/char/215A> a lvont:Character ;
    lvont:represents "⅚"^^xsd:string ;
    rdfs:comment "VULGAR FRACTION FIVE SIXTHS"@en .

<http://lexvo.org/id/char/215A0> a lvont:Character ;
    lvont:represents "𡖠"^^xsd:string .

<http://lexvo.org/id/char/215A1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/nh%C3%B3m>,
        "𡖡"^^xsd:string .

<http://lexvo.org/id/char/215A2> a lvont:Character ;
    lvont:represents "𡖢"^^xsd:string .

<http://lexvo.org/id/char/215A3> a lvont:Character ;
    lvont:represents "𡖣"^^xsd:string .

<http://lexvo.org/id/char/215A4> a lvont:Character ;
    lvont:represents "𡖤"^^xsd:string .

<http://lexvo.org/id/char/215A5> a lvont:Character ;
    lvont:represents "𡖥"^^xsd:string .

<http://lexvo.org/id/char/215A6> a lvont:Character ;
    lvont:represents "𡖦"^^xsd:string .

<http://lexvo.org/id/char/215A7> a lvont:Character ;
    lvont:represents "𡖧"^^xsd:string .

<http://lexvo.org/id/char/215A8> a lvont:Character ;
    lvont:represents "𡖨"^^xsd:string .

<http://lexvo.org/id/char/215A9> a lvont:Character ;
    lvont:represents "𡖩"^^xsd:string .

<http://lexvo.org/id/char/215AA> a lvont:Character ;
    lvont:represents "𡖪"^^xsd:string .

<http://lexvo.org/id/char/215AB> a lvont:Character ;
    lvont:represents "𡖫"^^xsd:string .

<http://lexvo.org/id/char/215AC> a lvont:Character ;
    lvont:represents "𡖬"^^xsd:string .

<http://lexvo.org/id/char/215AD> a lvont:Character ;
    lvont:represents "𡖭"^^xsd:string .

<http://lexvo.org/id/char/215AE> a lvont:Character ;
    lvont:represents "𡖮"^^xsd:string .

<http://lexvo.org/id/char/215AF> a lvont:Character ;
    lvont:represents "𡖯"^^xsd:string .

<http://lexvo.org/id/char/215B> a lvont:Character ;
    lvont:represents "⅛"^^xsd:string ;
    rdfs:comment "VULGAR FRACTION ONE EIGHTH"@en .

<http://lexvo.org/id/char/215B0> a lvont:Character ;
    lvont:represents "𡖰"^^xsd:string .

<http://lexvo.org/id/char/215B1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/b%E1%BB%99n>,
        "𡖱"^^xsd:string .

<http://lexvo.org/id/char/215B2> a lvont:Character ;
    lvont:represents "𡖲"^^xsd:string .

<http://lexvo.org/id/char/215B3> a lvont:Character ;
    lvont:represents "𡖳"^^xsd:string .

<http://lexvo.org/id/char/215B4> a lvont:Character ;
    lvont:represents "𡖴"^^xsd:string .

<http://lexvo.org/id/char/215B5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/%C4%91%C3%AAm>,
        "𡖵"^^xsd:string .

<http://lexvo.org/id/char/215B6> a lvont:Character ;
    lvont:represents "𡖶"^^xsd:string .

<http://lexvo.org/id/char/215B7> a lvont:Character ;
    lvont:represents "𡖷"^^xsd:string .

<http://lexvo.org/id/char/215B8> a lvont:Character ;
    lvont:represents "𡖸"^^xsd:string .

<http://lexvo.org/id/char/215B9> a lvont:Character ;
    lvont:represents "𡖹"^^xsd:string .

<http://lexvo.org/id/char/215BA> a lvont:Character ;
    lvont:represents "𡖺"^^xsd:string .

<http://lexvo.org/id/char/215BB> a lvont:Character ;
    lvont:represents "𡖻"^^xsd:string .

<http://lexvo.org/id/char/215BC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/s%C3%A1nh>,
        "𡖼"^^xsd:string .

<http://lexvo.org/id/char/215BD> a lvont:Character ;
    lvont:represents "𡖽"^^xsd:string .

<http://lexvo.org/id/char/215BE> a lvont:Character ;
    lvont:represents "𡖾"^^xsd:string .

<http://lexvo.org/id/char/215BF> a lvont:Character ;
    lvont:represents "𡖿"^^xsd:string .

<http://lexvo.org/id/char/215C> a lvont:Character ;
    lvont:represents "⅜"^^xsd:string ;
    rdfs:comment "VULGAR FRACTION THREE EIGHTHS"@en .

<http://lexvo.org/id/char/215C0> a lvont:Character ;
    lvont:represents "𡗀"^^xsd:string .

<http://lexvo.org/id/char/215C1> a lvont:Character ;
    lvont:represents "𡗁"^^xsd:string .

<http://lexvo.org/id/char/215C2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/sai>,
        "𡗂"^^xsd:string .

<http://lexvo.org/id/char/215C3> a lvont:Character ;
    lvont:represents "𡗃"^^xsd:string .

<http://lexvo.org/id/char/215C4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/g%E1%BB%93m>,
        "𡗄"^^xsd:string .

<http://lexvo.org/id/char/215C5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/v%E1%BB%81>,
        "𡗅"^^xsd:string .

<http://lexvo.org/id/char/215C6> a lvont:Character ;
    lvont:represents "𡗆"^^xsd:string .

<http://lexvo.org/id/char/215C7> a lvont:Character ;
    lvont:represents "𡗇"^^xsd:string .

<http://lexvo.org/id/char/215C8> a lvont:Character ;
    lvont:represents "𡗈"^^xsd:string .

<http://lexvo.org/id/char/215C9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/nhi%E1%BB%81u>,
        "𡗉"^^xsd:string .

<http://lexvo.org/id/char/215CA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/nhi%E1%BB%81u>,
        "𡗊"^^xsd:string .

<http://lexvo.org/id/char/215CB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/l%E1%BA%AFm>,
        "𡗋"^^xsd:string .

<http://lexvo.org/id/char/215CC> a lvont:Character ;
    lvont:represents "𡗌"^^xsd:string .

<http://lexvo.org/id/char/215CD> a lvont:Character ;
    lvont:represents "𡗍"^^xsd:string .

<http://lexvo.org/id/char/215CE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/t%E1%BB%A5m>,
        "𡗎"^^xsd:string .

<http://lexvo.org/id/char/215CF> a lvont:Character ;
    lvont:represents "𡗏"^^xsd:string .

<http://lexvo.org/id/char/215D> a lvont:Character ;
    lvont:represents "⅝"^^xsd:string ;
    rdfs:comment "VULGAR FRACTION FIVE EIGHTHS"@en .

<http://lexvo.org/id/char/215D0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/mu%E1%BB%91ng>,
        "𡗐"^^xsd:string .

<http://lexvo.org/id/char/215D1> a lvont:Character ;
    lvont:represents "𡗑"^^xsd:string .

<http://lexvo.org/id/char/215D2> a lvont:Character ;
    lvont:represents "𡗒"^^xsd:string .

<http://lexvo.org/id/char/215D3> a lvont:Character ;
    lvont:represents "𡗓"^^xsd:string .

<http://lexvo.org/id/char/215D4> a lvont:Character ;
    lvont:represents "𡗔"^^xsd:string .

<http://lexvo.org/id/char/215D5> a lvont:Character ;
    lvont:represents "𡗕"^^xsd:string .

<http://lexvo.org/id/char/215D6> a lvont:Character ;
    lvont:represents "𡗖"^^xsd:string .

<http://lexvo.org/id/char/215D7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%F0%A1%97%97>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C4%9Bng>,
        "𡗗"^^xsd:string ;
    rdfs:comment "folded hands"@en .

<http://lexvo.org/id/char/215D8> a lvont:Character ;
    lvont:represents "𡗘"^^xsd:string .

<http://lexvo.org/id/char/215D9> a lvont:Character ;
    lvont:represents "𡗙"^^xsd:string .

<http://lexvo.org/id/char/215DA> a lvont:Character ;
    lvont:represents "𡗚"^^xsd:string .

<http://lexvo.org/id/char/215DB> a lvont:Character ;
    lvont:represents "𡗛"^^xsd:string .

<http://lexvo.org/id/char/215DC> a lvont:Character ;
    lvont:represents "𡗜"^^xsd:string .

<http://lexvo.org/id/char/215DD> a lvont:Character ;
    lvont:represents "𡗝"^^xsd:string .

<http://lexvo.org/id/char/215DE> a lvont:Character ;
    lvont:represents "𡗞"^^xsd:string .

<http://lexvo.org/id/char/215DF> a lvont:Character ;
    lvont:represents "𡗟"^^xsd:string .

<http://lexvo.org/id/char/215E> a lvont:Character ;
    lvont:represents "⅞"^^xsd:string ;
    rdfs:comment "VULGAR FRACTION SEVEN EIGHTHS"@en .

<http://lexvo.org/id/char/215E0> a lvont:Character ;
    lvont:represents "𡗠"^^xsd:string .

<http://lexvo.org/id/char/215E1> a lvont:Character ;
    lvont:represents "𡗡"^^xsd:string .

<http://lexvo.org/id/char/215E2> a lvont:Character ;
    lvont:represents "𡗢"^^xsd:string .

<http://lexvo.org/id/char/215E3> a lvont:Character ;
    lvont:represents "𡗣"^^xsd:string .

<http://lexvo.org/id/char/215E4> a lvont:Character ;
    lvont:represents "𡗤"^^xsd:string .

<http://lexvo.org/id/char/215E5> a lvont:Character ;
    lvont:represents "𡗥"^^xsd:string .

<http://lexvo.org/id/char/215E6> a lvont:Character ;
    lvont:represents "𡗦"^^xsd:string .

<http://lexvo.org/id/char/215E7> a lvont:Character ;
    lvont:represents "𡗧"^^xsd:string .

<http://lexvo.org/id/char/215E8> a lvont:Character ;
    lvont:represents "𡗨"^^xsd:string .

<http://lexvo.org/id/char/215E9> a lvont:Character ;
    lvont:represents "𡗩"^^xsd:string .

<http://lexvo.org/id/char/215EA> a lvont:Character ;
    lvont:represents "𡗪"^^xsd:string .

<http://lexvo.org/id/char/215EB> a lvont:Character ;
    lvont:represents "𡗫"^^xsd:string .

<http://lexvo.org/id/char/215EC> a lvont:Character ;
    lvont:represents "𡗬"^^xsd:string .

<http://lexvo.org/id/char/215ED> a lvont:Character ;
    lvont:represents "𡗭"^^xsd:string .

<http://lexvo.org/id/char/215EE> a lvont:Character ;
    lvont:represents "𡗮"^^xsd:string .

<http://lexvo.org/id/char/215EF> a lvont:Character ;
    lvont:represents "𡗯"^^xsd:string .

<http://lexvo.org/id/char/215F> a lvont:Character ;
    lvont:represents "⅟"^^xsd:string ;
    rdfs:comment "FRACTION NUMERATOR ONE"@en .

<http://lexvo.org/id/char/215F0> a lvont:Character ;
    lvont:represents "𡗰"^^xsd:string .

<http://lexvo.org/id/char/215F1> a lvont:Character ;
    lvont:represents "𡗱"^^xsd:string .

<http://lexvo.org/id/char/215F2> a lvont:Character ;
    lvont:represents "𡗲"^^xsd:string .

<http://lexvo.org/id/char/215F3> a lvont:Character ;
    lvont:represents "𡗳"^^xsd:string .

<http://lexvo.org/id/char/215F4> a lvont:Character ;
    lvont:represents "𡗴"^^xsd:string .

<http://lexvo.org/id/char/215F5> a lvont:Character ;
    lvont:represents "𡗵"^^xsd:string .

<http://lexvo.org/id/char/215F6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/gi%E1%BB%9Di>,
        "𡗶"^^xsd:string .

<http://lexvo.org/id/char/215F7> a lvont:Character ;
    lvont:represents "𡗷"^^xsd:string .

<http://lexvo.org/id/char/215F8> a lvont:Character ;
    lvont:represents "𡗸"^^xsd:string .

<http://lexvo.org/id/char/215F9> a lvont:Character ;
    lvont:represents "𡗹"^^xsd:string .

<http://lexvo.org/id/char/215FA> a lvont:Character ;
    lvont:represents "𡗺"^^xsd:string .

<http://lexvo.org/id/char/215FB> a lvont:Character ;
    lvont:represents "𡗻"^^xsd:string .

<http://lexvo.org/id/char/215FC> a lvont:Character ;
    lvont:represents "𡗼"^^xsd:string .

<http://lexvo.org/id/char/215FD> a lvont:Character ;
    lvont:represents "𡗽"^^xsd:string .

<http://lexvo.org/id/char/215FE> a lvont:Character ;
    lvont:represents "𡗾"^^xsd:string .

<http://lexvo.org/id/char/215FF> a lvont:Character ;
    lvont:represents "𡗿"^^xsd:string .

<http://lexvo.org/id/char/2160> a lvont:Character ;
    lvont:represents "Ⅰ"^^xsd:string ;
    rdfs:comment "ROMAN NUMERAL ONE"@en .

<http://lexvo.org/id/char/21600> a lvont:Character ;
    lvont:represents "𡘀"^^xsd:string .

<http://lexvo.org/id/char/21601> a lvont:Character ;
    lvont:represents "𡘁"^^xsd:string .

<http://lexvo.org/id/char/21602> a lvont:Character ;
    lvont:represents "𡘂"^^xsd:string .

<http://lexvo.org/id/char/21603> a lvont:Character ;
    lvont:represents "𡘃"^^xsd:string .

<http://lexvo.org/id/char/21604> a lvont:Character ;
    lvont:represents "𡘄"^^xsd:string .

<http://lexvo.org/id/char/21605> a lvont:Character ;
    lvont:represents "𡘅"^^xsd:string .

<http://lexvo.org/id/char/21606> a lvont:Character ;
    lvont:represents "𡘆"^^xsd:string .

<http://lexvo.org/id/char/21607> a lvont:Character ;
    lvont:represents "𡘇"^^xsd:string .

<http://lexvo.org/id/char/21608> a lvont:Character ;
    lvont:represents "𡘈"^^xsd:string .

<http://lexvo.org/id/char/21609> a lvont:Character ;
    lvont:represents "𡘉"^^xsd:string .

<http://lexvo.org/id/char/2160A> a lvont:Character ;
    lvont:represents "𡘊"^^xsd:string .

<http://lexvo.org/id/char/2160B> a lvont:Character ;
    lvont:represents "𡘋"^^xsd:string .

<http://lexvo.org/id/char/2160C> a lvont:Character ;
    lvont:represents "𡘌"^^xsd:string .

<http://lexvo.org/id/char/2160D> a lvont:Character ;
    lvont:represents "𡘍"^^xsd:string .

<http://lexvo.org/id/char/2160E> a lvont:Character ;
    lvont:represents "𡘎"^^xsd:string .

<http://lexvo.org/id/char/2160F> a lvont:Character ;
    lvont:represents "𡘏"^^xsd:string .

<http://lexvo.org/id/char/2161> a lvont:Character ;
    lvont:represents "Ⅱ"^^xsd:string ;
    rdfs:comment "ROMAN NUMERAL TWO"@en .

<http://lexvo.org/id/char/21610> a lvont:Character ;
    lvont:represents "𡘐"^^xsd:string .

<http://lexvo.org/id/char/21611> a lvont:Character ;
    lvont:represents "𡘑"^^xsd:string .

<http://lexvo.org/id/char/21612> a lvont:Character ;
    lvont:represents "𡘒"^^xsd:string .

<http://lexvo.org/id/char/21613> a lvont:Character ;
    lvont:represents "𡘓"^^xsd:string .

<http://lexvo.org/id/char/21614> a lvont:Character ;
    lvont:represents "𡘔"^^xsd:string .

<http://lexvo.org/id/char/21615> a lvont:Character ;
    lvont:represents "𡘕"^^xsd:string .

<http://lexvo.org/id/char/21616> a lvont:Character ;
    lvont:represents "𡘖"^^xsd:string .

<http://lexvo.org/id/char/21617> a lvont:Character ;
    lvont:represents "𡘗"^^xsd:string .

<http://lexvo.org/id/char/21618> a lvont:Character ;
    lvont:represents "𡘘"^^xsd:string .

<http://lexvo.org/id/char/21619> a lvont:Character ;
    lvont:represents "𡘙"^^xsd:string .

<http://lexvo.org/id/char/2161A> a lvont:Character ;
    lvont:represents "𡘚"^^xsd:string .

<http://lexvo.org/id/char/2161B> a lvont:Character ;
    lvont:represents "𡘛"^^xsd:string .

<http://lexvo.org/id/char/2161C> a lvont:Character ;
    lvont:represents "𡘜"^^xsd:string .

<http://lexvo.org/id/char/2161D> a lvont:Character ;
    lvont:represents "𡘝"^^xsd:string .

<http://lexvo.org/id/char/2161E> a lvont:Character ;
    lvont:represents "𡘞"^^xsd:string .

<http://lexvo.org/id/char/2161F> a lvont:Character ;
    lvont:represents "𡘟"^^xsd:string .

<http://lexvo.org/id/char/2162> a lvont:Character ;
    lvont:represents "Ⅲ"^^xsd:string ;
    rdfs:comment "ROMAN NUMERAL THREE"@en .

<http://lexvo.org/id/char/21620> a lvont:Character ;
    lvont:represents "𡘠"^^xsd:string .

<http://lexvo.org/id/char/21621> a lvont:Character ;
    lvont:represents "𡘡"^^xsd:string .

<http://lexvo.org/id/char/21622> a lvont:Character ;
    lvont:represents "𡘢"^^xsd:string .

<http://lexvo.org/id/char/21623> a lvont:Character ;
    lvont:represents "𡘣"^^xsd:string .

<http://lexvo.org/id/char/21624> a lvont:Character ;
    lvont:represents "𡘤"^^xsd:string .

<http://lexvo.org/id/char/21625> a lvont:Character ;
    lvont:represents "𡘥"^^xsd:string .

<http://lexvo.org/id/char/21626> a lvont:Character ;
    lvont:represents "𡘦"^^xsd:string .

<http://lexvo.org/id/char/21627> a lvont:Character ;
    lvont:represents "𡘧"^^xsd:string .

<http://lexvo.org/id/char/21628> a lvont:Character ;
    lvont:represents "𡘨"^^xsd:string .

<http://lexvo.org/id/char/21629> a lvont:Character ;
    lvont:represents "𡘩"^^xsd:string .

<http://lexvo.org/id/char/2162A> a lvont:Character ;
    lvont:represents "𡘪"^^xsd:string .

<http://lexvo.org/id/char/2162B> a lvont:Character ;
    lvont:represents "𡘫"^^xsd:string .

<http://lexvo.org/id/char/2162C> a lvont:Character ;
    lvont:represents "𡘬"^^xsd:string .

<http://lexvo.org/id/char/2162D> a lvont:Character ;
    lvont:represents "𡘭"^^xsd:string .

<http://lexvo.org/id/char/2162E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/m%E1%BA%A5t>,
        "𡘮"^^xsd:string .

<http://lexvo.org/id/char/2162F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/l%E1%BB%9Bn>,
        "𡘯"^^xsd:string .

<http://lexvo.org/id/char/2163> a lvont:Character ;
    lvont:represents "Ⅳ"^^xsd:string ;
    rdfs:comment "ROMAN NUMERAL FOUR"@en .

<http://lexvo.org/id/char/21630> a lvont:Character ;
    lvont:represents "𡘰"^^xsd:string .

<http://lexvo.org/id/char/21631> a lvont:Character ;
    lvont:represents "𡘱"^^xsd:string .

<http://lexvo.org/id/char/21632> a lvont:Character ;
    lvont:represents "𡘲"^^xsd:string .

<http://lexvo.org/id/char/21633> a lvont:Character ;
    lvont:represents "𡘳"^^xsd:string .

<http://lexvo.org/id/char/21634> a lvont:Character ;
    lvont:represents "𡘴"^^xsd:string .

<http://lexvo.org/id/char/21635> a lvont:Character ;
    lvont:represents "𡘵"^^xsd:string .

<http://lexvo.org/id/char/21636> a lvont:Character ;
    lvont:represents "𡘶"^^xsd:string .

<http://lexvo.org/id/char/21637> a lvont:Character ;
    lvont:represents "𡘷"^^xsd:string .

<http://lexvo.org/id/char/21638> a lvont:Character ;
    lvont:represents "𡘸"^^xsd:string .

<http://lexvo.org/id/char/21639> a lvont:Character ;
    lvont:represents "𡘹"^^xsd:string .

<http://lexvo.org/id/char/2163A> a lvont:Character ;
    lvont:represents "𡘺"^^xsd:string .

<http://lexvo.org/id/char/2163B> a lvont:Character ;
    lvont:represents "𡘻"^^xsd:string .

<http://lexvo.org/id/char/2163C> a lvont:Character ;
    lvont:represents "𡘼"^^xsd:string .

<http://lexvo.org/id/char/2163D> a lvont:Character ;
    lvont:represents "𡘽"^^xsd:string .

<http://lexvo.org/id/char/2163E> a lvont:Character ;
    lvont:represents "𡘾"^^xsd:string .

<http://lexvo.org/id/char/2163F> a lvont:Character ;
    lvont:represents "𡘿"^^xsd:string .

<http://lexvo.org/id/char/2164> a lvont:Character ;
    lvont:represents "Ⅴ"^^xsd:string ;
    rdfs:comment "ROMAN NUMERAL FIVE"@en .

<http://lexvo.org/id/char/21640> a lvont:Character ;
    lvont:represents "𡙀"^^xsd:string .

<http://lexvo.org/id/char/21641> a lvont:Character ;
    lvont:represents "𡙁"^^xsd:string .

<http://lexvo.org/id/char/21642> a lvont:Character ;
    lvont:represents "𡙂"^^xsd:string .

<http://lexvo.org/id/char/21643> a lvont:Character ;
    lvont:represents "𡙃"^^xsd:string .

<http://lexvo.org/id/char/21644> a lvont:Character ;
    lvont:represents "𡙄"^^xsd:string .

<http://lexvo.org/id/char/21645> a lvont:Character ;
    lvont:represents "𡙅"^^xsd:string .

<http://lexvo.org/id/char/21646> a lvont:Character ;
    lvont:represents "𡙆"^^xsd:string .

<http://lexvo.org/id/char/21647> a lvont:Character ;
    lvont:represents "𡙇"^^xsd:string .

<http://lexvo.org/id/char/21648> a lvont:Character ;
    lvont:represents "𡙈"^^xsd:string .

<http://lexvo.org/id/char/21649> a lvont:Character ;
    lvont:represents "𡙉"^^xsd:string .

<http://lexvo.org/id/char/2164A> a lvont:Character ;
    lvont:represents "𡙊"^^xsd:string .

<http://lexvo.org/id/char/2164B> a lvont:Character ;
    lvont:represents "𡙋"^^xsd:string .

<http://lexvo.org/id/char/2164C> a lvont:Character ;
    lvont:represents "𡙌"^^xsd:string .

<http://lexvo.org/id/char/2164D> a lvont:Character ;
    lvont:represents "𡙍"^^xsd:string .

<http://lexvo.org/id/char/2164E> a lvont:Character ;
    lvont:represents "𡙎"^^xsd:string .

<http://lexvo.org/id/char/2164F> a lvont:Character ;
    lvont:represents "𡙏"^^xsd:string .

<http://lexvo.org/id/char/2165> a lvont:Character ;
    lvont:represents "Ⅵ"^^xsd:string ;
    rdfs:comment "ROMAN NUMERAL SIX"@en .

<http://lexvo.org/id/char/21650> a lvont:Character ;
    lvont:represents "𡙐"^^xsd:string .

<http://lexvo.org/id/char/21651> a lvont:Character ;
    lvont:represents "𡙑"^^xsd:string .

<http://lexvo.org/id/char/21652> a lvont:Character ;
    lvont:represents "𡙒"^^xsd:string .

<http://lexvo.org/id/char/21653> a lvont:Character ;
    lvont:represents "𡙓"^^xsd:string .

<http://lexvo.org/id/char/21654> a lvont:Character ;
    lvont:represents "𡙔"^^xsd:string .

<http://lexvo.org/id/char/21655> a lvont:Character ;
    lvont:represents "𡙕"^^xsd:string .

<http://lexvo.org/id/char/21656> a lvont:Character ;
    lvont:represents "𡙖"^^xsd:string .

<http://lexvo.org/id/char/21657> a lvont:Character ;
    lvont:represents "𡙗"^^xsd:string .

<http://lexvo.org/id/char/21658> a lvont:Character ;
    lvont:represents "𡙘"^^xsd:string .

<http://lexvo.org/id/char/21659> a lvont:Character ;
    lvont:represents "𡙙"^^xsd:string .

<http://lexvo.org/id/char/2165A> a lvont:Character ;
    lvont:represents "𡙚"^^xsd:string .

<http://lexvo.org/id/char/2165B> a lvont:Character ;
    lvont:represents "𡙛"^^xsd:string .

<http://lexvo.org/id/char/2165C> a lvont:Character ;
    lvont:represents "𡙜"^^xsd:string .

<http://lexvo.org/id/char/2165D> a lvont:Character ;
    lvont:represents "𡙝"^^xsd:string .

<http://lexvo.org/id/char/2165E> a lvont:Character ;
    lvont:represents "𡙞"^^xsd:string .

<http://lexvo.org/id/char/2165F> a lvont:Character ;
    lvont:represents "𡙟"^^xsd:string .

<http://lexvo.org/id/char/2166> a lvont:Character ;
    lvont:represents "Ⅶ"^^xsd:string ;
    rdfs:comment "ROMAN NUMERAL SEVEN"@en .

<http://lexvo.org/id/char/21660> a lvont:Character ;
    lvont:represents "𡙠"^^xsd:string .

<http://lexvo.org/id/char/21661> a lvont:Character ;
    lvont:represents "𡙡"^^xsd:string .

<http://lexvo.org/id/char/21662> a lvont:Character ;
    lvont:represents "𡙢"^^xsd:string .

<http://lexvo.org/id/char/21663> a lvont:Character ;
    lvont:represents "𡙣"^^xsd:string .

<http://lexvo.org/id/char/21664> a lvont:Character ;
    lvont:represents "𡙤"^^xsd:string .

<http://lexvo.org/id/char/21665> a lvont:Character ;
    lvont:represents "𡙥"^^xsd:string .

<http://lexvo.org/id/char/21666> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/s%E1%BB%93>,
        "𡙦"^^xsd:string .

<http://lexvo.org/id/char/21667> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/m%C6%B0%E1%BB%9Dng>,
        "𡙧"^^xsd:string .

<http://lexvo.org/id/char/21668> a lvont:Character ;
    lvont:represents "𡙨"^^xsd:string .

<http://lexvo.org/id/char/21669> a lvont:Character ;
    lvont:represents "𡙩"^^xsd:string .

<http://lexvo.org/id/char/2166A> a lvont:Character ;
    lvont:represents "𡙪"^^xsd:string .

<http://lexvo.org/id/char/2166B> a lvont:Character ;
    lvont:represents "𡙫"^^xsd:string .

<http://lexvo.org/id/char/2166C> a lvont:Character ;
    lvont:represents "𡙬"^^xsd:string .

<http://lexvo.org/id/char/2166D> a lvont:Character ;
    lvont:represents "𡙭"^^xsd:string .

<http://lexvo.org/id/char/2166E> a lvont:Character ;
    lvont:represents "𡙮"^^xsd:string .

<http://lexvo.org/id/char/2166F> a lvont:Character ;
    lvont:represents "𡙯"^^xsd:string .

<http://lexvo.org/id/char/2167> a lvont:Character ;
    lvont:represents "Ⅷ"^^xsd:string ;
    rdfs:comment "ROMAN NUMERAL EIGHT"@en .

<http://lexvo.org/id/char/21670> a lvont:Character ;
    lvont:represents "𡙰"^^xsd:string .

<http://lexvo.org/id/char/21671> a lvont:Character ;
    lvont:represents "𡙱"^^xsd:string .

<http://lexvo.org/id/char/21672> a lvont:Character ;
    lvont:represents "𡙲"^^xsd:string .

<http://lexvo.org/id/char/21673> a lvont:Character ;
    lvont:represents "𡙳"^^xsd:string .

<http://lexvo.org/id/char/21674> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/c%C3%A0nh>,
        "𡙴"^^xsd:string .

<http://lexvo.org/id/char/21675> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/nh%E1%BB%9Bn>,
        "𡙵"^^xsd:string .

<http://lexvo.org/id/char/21676> a lvont:Character ;
    lvont:represents "𡙶"^^xsd:string .

<http://lexvo.org/id/char/21677> a lvont:Character ;
    lvont:represents "𡙷"^^xsd:string .

<http://lexvo.org/id/char/21678> a lvont:Character ;
    lvont:represents "𡙸"^^xsd:string .

<http://lexvo.org/id/char/21679> a lvont:Character ;
    lvont:represents "𡙹"^^xsd:string .

<http://lexvo.org/id/char/2167A> a lvont:Character ;
    lvont:represents "𡙺"^^xsd:string .

<http://lexvo.org/id/char/2167B> a lvont:Character ;
    lvont:represents "𡙻"^^xsd:string .

<http://lexvo.org/id/char/2167C> a lvont:Character ;
    lvont:represents "𡙼"^^xsd:string .

<http://lexvo.org/id/char/2167D> a lvont:Character ;
    lvont:represents "𡙽"^^xsd:string .

<http://lexvo.org/id/char/2167E> a lvont:Character ;
    lvont:represents "𡙾"^^xsd:string .

<http://lexvo.org/id/char/2167F> a lvont:Character ;
    lvont:represents "𡙿"^^xsd:string .

<http://lexvo.org/id/char/2168> a lvont:Character ;
    lvont:represents "Ⅸ"^^xsd:string ;
    rdfs:comment "ROMAN NUMERAL NINE"@en .

<http://lexvo.org/id/char/21680> a lvont:Character ;
    lvont:represents "𡚀"^^xsd:string .

<http://lexvo.org/id/char/21681> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%F0%A1%9A%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bai6>,
        <http://lexvo.org/id/term/yue/%F0%A1%9A%81>,
        "𡚁"^^xsd:string ;
    rdfs:comment "used-up, malpractices; (Cant.) bad, vile, corrupt"@en .

<http://lexvo.org/id/char/21682> a lvont:Character ;
    lvont:represents "𡚂"^^xsd:string .

<http://lexvo.org/id/char/21683> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/x%E1%BB%99n>,
        "𡚃"^^xsd:string .

<http://lexvo.org/id/char/21684> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/k%E1%BA%BFch>,
        "𡚄"^^xsd:string .

<http://lexvo.org/id/char/21685> a lvont:Character ;
    lvont:represents "𡚅"^^xsd:string .

<http://lexvo.org/id/char/21686> a lvont:Character ;
    lvont:represents "𡚆"^^xsd:string .

<http://lexvo.org/id/char/21687> a lvont:Character ;
    lvont:represents "𡚇"^^xsd:string .

<http://lexvo.org/id/char/21688> a lvont:Character ;
    lvont:represents "𡚈"^^xsd:string .

<http://lexvo.org/id/char/21689> a lvont:Character ;
    lvont:represents "𡚉"^^xsd:string .

<http://lexvo.org/id/char/2168A> a lvont:Character ;
    lvont:represents "𡚊"^^xsd:string .

<http://lexvo.org/id/char/2168B> a lvont:Character ;
    lvont:represents "𡚋"^^xsd:string .

<http://lexvo.org/id/char/2168C> a lvont:Character ;
    lvont:represents "𡚌"^^xsd:string .

<http://lexvo.org/id/char/2168D> a lvont:Character ;
    lvont:represents "𡚍"^^xsd:string .

<http://lexvo.org/id/char/2168E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/l%E1%BA%A1>,
        "𡚎"^^xsd:string .

<http://lexvo.org/id/char/2168F> a lvont:Character ;
    lvont:represents "𡚏"^^xsd:string .

<http://lexvo.org/id/char/2169> a lvont:Character ;
    lvont:represents "Ⅹ"^^xsd:string ;
    rdfs:comment "ROMAN NUMERAL TEN"@en .

<http://lexvo.org/id/char/21690> a lvont:Character ;
    lvont:represents "𡚐"^^xsd:string .

<http://lexvo.org/id/char/21691> a lvont:Character ;
    lvont:represents "𡚑"^^xsd:string .

<http://lexvo.org/id/char/21692> a lvont:Character ;
    lvont:represents "𡚒"^^xsd:string .

<http://lexvo.org/id/char/21693> a lvont:Character ;
    lvont:represents "𡚓"^^xsd:string .

<http://lexvo.org/id/char/21694> a lvont:Character ;
    lvont:represents "𡚔"^^xsd:string .

<http://lexvo.org/id/char/21695> a lvont:Character ;
    lvont:represents "𡚕"^^xsd:string .

<http://lexvo.org/id/char/21696> a lvont:Character ;
    lvont:represents "𡚖"^^xsd:string .

<http://lexvo.org/id/char/21697> a lvont:Character ;
    lvont:represents "𡚗"^^xsd:string .

<http://lexvo.org/id/char/21698> a lvont:Character ;
    lvont:represents "𡚘"^^xsd:string .

<http://lexvo.org/id/char/21699> a lvont:Character ;
    lvont:represents "𡚙"^^xsd:string .

<http://lexvo.org/id/char/2169A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/l%E1%BB%9Bn>,
        "𡚚"^^xsd:string .

<http://lexvo.org/id/char/2169B> a lvont:Character ;
    lvont:represents "𡚛"^^xsd:string .

<http://lexvo.org/id/char/2169C> a lvont:Character ;
    lvont:represents "𡚜"^^xsd:string .

<http://lexvo.org/id/char/2169D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/c%E1%BB%93>,
        "𡚝"^^xsd:string .

<http://lexvo.org/id/char/2169E> a lvont:Character ;
    lvont:represents "𡚞"^^xsd:string .

<http://lexvo.org/id/char/2169F> a lvont:Character ;
    lvont:represents "𡚟"^^xsd:string .

<http://lexvo.org/id/char/216A> a lvont:Character ;
    lvont:represents "Ⅺ"^^xsd:string ;
    rdfs:comment "ROMAN NUMERAL ELEVEN"@en .

<http://lexvo.org/id/char/216A0> a lvont:Character ;
    lvont:represents "𡚠"^^xsd:string .

<http://lexvo.org/id/char/216A1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/to>,
        "𡚡"^^xsd:string .

<http://lexvo.org/id/char/216A2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/to>,
        "𡚢"^^xsd:string .

<http://lexvo.org/id/char/216A3> a lvont:Character ;
    lvont:represents "𡚣"^^xsd:string .

<http://lexvo.org/id/char/216A4> a lvont:Character ;
    lvont:represents "𡚤"^^xsd:string .

<http://lexvo.org/id/char/216A5> a lvont:Character ;
    lvont:represents "𡚥"^^xsd:string .

<http://lexvo.org/id/char/216A6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/%C4%91%C4%A9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hai1>,
        <http://lexvo.org/id/term/yue/%F0%A1%9A%A6>,
        "𡚦"^^xsd:string ;
    rdfs:comment "(Cant.) vulgar term for female sex organ"@en .

<http://lexvo.org/id/char/216A7> a lvont:Character ;
    lvont:represents "𡚧"^^xsd:string .

<http://lexvo.org/id/char/216A8> a lvont:Character ;
    lvont:represents "𡚨"^^xsd:string .

<http://lexvo.org/id/char/216A9> a lvont:Character ;
    lvont:represents "𡚩"^^xsd:string .

<http://lexvo.org/id/char/216AA> a lvont:Character ;
    lvont:represents "𡚪"^^xsd:string .

<http://lexvo.org/id/char/216AB> a lvont:Character ;
    lvont:represents "𡚫"^^xsd:string .

<http://lexvo.org/id/char/216AC> a lvont:Character ;
    lvont:represents "𡚬"^^xsd:string .

<http://lexvo.org/id/char/216AD> a lvont:Character ;
    lvont:represents "𡚭"^^xsd:string .

<http://lexvo.org/id/char/216AE> a lvont:Character ;
    lvont:represents "𡚮"^^xsd:string .

<http://lexvo.org/id/char/216AF> a lvont:Character ;
    lvont:represents "𡚯"^^xsd:string .

<http://lexvo.org/id/char/216B> a lvont:Character ;
    lvont:represents "Ⅻ"^^xsd:string ;
    rdfs:comment "ROMAN NUMERAL TWELVE"@en .

<http://lexvo.org/id/char/216B0> a lvont:Character ;
    lvont:represents "𡚰"^^xsd:string .

<http://lexvo.org/id/char/216B1> a lvont:Character ;
    lvont:represents "𡚱"^^xsd:string .

<http://lexvo.org/id/char/216B2> a lvont:Character ;
    lvont:represents "𡚲"^^xsd:string .

<http://lexvo.org/id/char/216B3> a lvont:Character ;
    lvont:represents "𡚳"^^xsd:string .

<http://lexvo.org/id/char/216B4> a lvont:Character ;
    lvont:represents "𡚴"^^xsd:string .

<http://lexvo.org/id/char/216B5> a lvont:Character ;
    lvont:represents "𡚵"^^xsd:string .

<http://lexvo.org/id/char/216B6> a lvont:Character ;
    lvont:represents "𡚶"^^xsd:string .

<http://lexvo.org/id/char/216B7> a lvont:Character ;
    lvont:represents "𡚷"^^xsd:string .

<http://lexvo.org/id/char/216B8> a lvont:Character ;
    lvont:represents "𡚸"^^xsd:string .

<http://lexvo.org/id/char/216B9> a lvont:Character ;
    lvont:represents "𡚹"^^xsd:string .

<http://lexvo.org/id/char/216BA> a lvont:Character ;
    lvont:represents "𡚺"^^xsd:string .

<http://lexvo.org/id/char/216BB> a lvont:Character ;
    lvont:represents "𡚻"^^xsd:string .

<http://lexvo.org/id/char/216BC> a lvont:Character ;
    lvont:represents "𡚼"^^xsd:string .

<http://lexvo.org/id/char/216BD> a lvont:Character ;
    lvont:represents "𡚽"^^xsd:string .

<http://lexvo.org/id/char/216BE> a lvont:Character ;
    lvont:represents "𡚾"^^xsd:string .

<http://lexvo.org/id/char/216BF> a lvont:Character ;
    lvont:represents "𡚿"^^xsd:string .

<http://lexvo.org/id/char/216C> a lvont:Character ;
    lvont:represents "Ⅼ"^^xsd:string ;
    rdfs:comment "ROMAN NUMERAL FIFTY"@en .

<http://lexvo.org/id/char/216C0> a lvont:Character ;
    lvont:represents "𡛀"^^xsd:string .

<http://lexvo.org/id/char/216C1> a lvont:Character ;
    lvont:represents "𡛁"^^xsd:string .

<http://lexvo.org/id/char/216C2> a lvont:Character ;
    lvont:represents "𡛂"^^xsd:string .

<http://lexvo.org/id/char/216C3> a lvont:Character ;
    lvont:represents "𡛃"^^xsd:string .

<http://lexvo.org/id/char/216C4> a lvont:Character ;
    lvont:represents "𡛄"^^xsd:string .

<http://lexvo.org/id/char/216C5> a lvont:Character ;
    lvont:represents "𡛅"^^xsd:string .

<http://lexvo.org/id/char/216C6> a lvont:Character ;
    lvont:represents "𡛆"^^xsd:string .

<http://lexvo.org/id/char/216C7> a lvont:Character ;
    lvont:represents "𡛇"^^xsd:string .

<http://lexvo.org/id/char/216C8> a lvont:Character ;
    lvont:represents "𡛈"^^xsd:string .

<http://lexvo.org/id/char/216C9> a lvont:Character ;
    lvont:represents "𡛉"^^xsd:string .

<http://lexvo.org/id/char/216CA> a lvont:Character ;
    lvont:represents "𡛊"^^xsd:string .

<http://lexvo.org/id/char/216CB> a lvont:Character ;
    lvont:represents "𡛋"^^xsd:string .

<http://lexvo.org/id/char/216CC> a lvont:Character ;
    lvont:represents "𡛌"^^xsd:string .

<http://lexvo.org/id/char/216CD> a lvont:Character ;
    lvont:represents "𡛍"^^xsd:string .

<http://lexvo.org/id/char/216CE> a lvont:Character ;
    lvont:represents "𡛎"^^xsd:string .

<http://lexvo.org/id/char/216CF> a lvont:Character ;
    lvont:represents "𡛏"^^xsd:string .

<http://lexvo.org/id/char/216D> a lvont:Character ;
    lvont:represents "Ⅽ"^^xsd:string ;
    rdfs:comment "ROMAN NUMERAL ONE HUNDRED"@en .

<http://lexvo.org/id/char/216D0> a lvont:Character ;
    lvont:represents "𡛐"^^xsd:string .

<http://lexvo.org/id/char/216D1> a lvont:Character ;
    lvont:represents "𡛑"^^xsd:string .

<http://lexvo.org/id/char/216D2> a lvont:Character ;
    lvont:represents "𡛒"^^xsd:string .

<http://lexvo.org/id/char/216D3> a lvont:Character ;
    lvont:represents "𡛓"^^xsd:string .

<http://lexvo.org/id/char/216D4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/g%C3%A1i>,
        "𡛔"^^xsd:string .

<http://lexvo.org/id/char/216D5> a lvont:Character ;
    lvont:represents "𡛕"^^xsd:string .

<http://lexvo.org/id/char/216D6> a lvont:Character ;
    lvont:represents "𡛖"^^xsd:string .

<http://lexvo.org/id/char/216D7> a lvont:Character ;
    lvont:represents "𡛗"^^xsd:string .

<http://lexvo.org/id/char/216D8> a lvont:Character ;
    lvont:represents "𡛘"^^xsd:string .

<http://lexvo.org/id/char/216D9> a lvont:Character ;
    lvont:represents "𡛙"^^xsd:string .

<http://lexvo.org/id/char/216DA> a lvont:Character ;
    lvont:represents "𡛚"^^xsd:string .

<http://lexvo.org/id/char/216DB> a lvont:Character ;
    lvont:represents "𡛛"^^xsd:string .

<http://lexvo.org/id/char/216DC> a lvont:Character ;
    lvont:represents "𡛜"^^xsd:string .

<http://lexvo.org/id/char/216DD> a lvont:Character ;
    lvont:represents "𡛝"^^xsd:string .

<http://lexvo.org/id/char/216DE> a lvont:Character ;
    lvont:represents "𡛞"^^xsd:string .

<http://lexvo.org/id/char/216DF> a lvont:Character ;
    lvont:represents "𡛟"^^xsd:string .

<http://lexvo.org/id/char/216E> a lvont:Character ;
    lvont:represents "Ⅾ"^^xsd:string ;
    rdfs:comment "ROMAN NUMERAL FIVE HUNDRED"@en .

<http://lexvo.org/id/char/216E0> a lvont:Character ;
    lvont:represents "𡛠"^^xsd:string .

<http://lexvo.org/id/char/216E1> a lvont:Character ;
    lvont:represents "𡛡"^^xsd:string .

<http://lexvo.org/id/char/216E2> a lvont:Character ;
    lvont:represents "𡛢"^^xsd:string .

<http://lexvo.org/id/char/216E3> a lvont:Character ;
    lvont:represents "𡛣"^^xsd:string .

<http://lexvo.org/id/char/216E4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/n%E1%BB%ADa>,
        "𡛤"^^xsd:string .

<http://lexvo.org/id/char/216E5> a lvont:Character ;
    lvont:represents "𡛥"^^xsd:string .

<http://lexvo.org/id/char/216E6> a lvont:Character ;
    lvont:represents "𡛦"^^xsd:string .

<http://lexvo.org/id/char/216E7> a lvont:Character ;
    lvont:represents "𡛧"^^xsd:string .

<http://lexvo.org/id/char/216E8> a lvont:Character ;
    lvont:represents "𡛨"^^xsd:string .

<http://lexvo.org/id/char/216E9> a lvont:Character ;
    lvont:represents "𡛩"^^xsd:string .

<http://lexvo.org/id/char/216EA> a lvont:Character ;
    lvont:represents "𡛪"^^xsd:string .

<http://lexvo.org/id/char/216EB> a lvont:Character ;
    lvont:represents "𡛫"^^xsd:string .

<http://lexvo.org/id/char/216EC> a lvont:Character ;
    lvont:represents "𡛬"^^xsd:string .

<http://lexvo.org/id/char/216ED> a lvont:Character ;
    lvont:represents "𡛭"^^xsd:string .

<http://lexvo.org/id/char/216EE> a lvont:Character ;
    lvont:represents "𡛮"^^xsd:string .

<http://lexvo.org/id/char/216EF> a lvont:Character ;
    lvont:represents "𡛯"^^xsd:string .

<http://lexvo.org/id/char/216F> a lvont:Character ;
    lvont:represents "Ⅿ"^^xsd:string ;
    rdfs:comment "ROMAN NUMERAL ONE THOUSAND"@en .

<http://lexvo.org/id/char/216F0> a lvont:Character ;
    lvont:represents "𡛰"^^xsd:string .

<http://lexvo.org/id/char/216F1> a lvont:Character ;
    lvont:represents "𡛱"^^xsd:string .

<http://lexvo.org/id/char/216F2> a lvont:Character ;
    lvont:represents "𡛲"^^xsd:string .

<http://lexvo.org/id/char/216F3> a lvont:Character ;
    lvont:represents "𡛳"^^xsd:string .

<http://lexvo.org/id/char/216F4> a lvont:Character ;
    lvont:represents "𡛴"^^xsd:string .

<http://lexvo.org/id/char/216F5> a lvont:Character ;
    lvont:represents "𡛵"^^xsd:string .

<http://lexvo.org/id/char/216F6> a lvont:Character ;
    lvont:represents "𡛶"^^xsd:string .

<http://lexvo.org/id/char/216F7> a lvont:Character ;
    lvont:represents "𡛷"^^xsd:string .

<http://lexvo.org/id/char/216F8> a lvont:Character ;
    lvont:represents "𡛸"^^xsd:string .

<http://lexvo.org/id/char/216F9> a lvont:Character ;
    lvont:represents "𡛹"^^xsd:string .

<http://lexvo.org/id/char/216FA> a lvont:Character ;
    lvont:represents "𡛺"^^xsd:string .

<http://lexvo.org/id/char/216FB> a lvont:Character ;
    lvont:represents "𡛻"^^xsd:string .

<http://lexvo.org/id/char/216FC> a lvont:Character ;
    lvont:represents "𡛼"^^xsd:string .

<http://lexvo.org/id/char/216FD> a lvont:Character ;
    lvont:represents "𡛽"^^xsd:string .

<http://lexvo.org/id/char/216FE> a lvont:Character ;
    lvont:represents "𡛾"^^xsd:string .

<http://lexvo.org/id/char/216FF> a lvont:Character ;
    lvont:represents "𡛿"^^xsd:string .

<http://lexvo.org/id/char/2170> a lvont:Character ;
    lvont:represents "ⅰ"^^xsd:string ;
    rdfs:comment "SMALL ROMAN NUMERAL ONE"@en .

<http://lexvo.org/id/char/21700> a lvont:Character ;
    lvont:represents "𡜀"^^xsd:string .

<http://lexvo.org/id/char/21701> a lvont:Character ;
    lvont:represents "𡜁"^^xsd:string .

<http://lexvo.org/id/char/21702> a lvont:Character ;
    lvont:represents "𡜂"^^xsd:string .

<http://lexvo.org/id/char/21703> a lvont:Character ;
    lvont:represents "𡜃"^^xsd:string .

<http://lexvo.org/id/char/21704> a lvont:Character ;
    lvont:represents "𡜄"^^xsd:string .

<http://lexvo.org/id/char/21705> a lvont:Character ;
    lvont:represents "𡜅"^^xsd:string .

<http://lexvo.org/id/char/21706> a lvont:Character ;
    lvont:represents "𡜆"^^xsd:string .

<http://lexvo.org/id/char/21707> a lvont:Character ;
    lvont:represents "𡜇"^^xsd:string .

<http://lexvo.org/id/char/21708> a lvont:Character ;
    lvont:represents "𡜈"^^xsd:string .

<http://lexvo.org/id/char/21709> a lvont:Character ;
    lvont:represents "𡜉"^^xsd:string .

<http://lexvo.org/id/char/2170A> a lvont:Character ;
    lvont:represents "𡜊"^^xsd:string .

<http://lexvo.org/id/char/2170B> a lvont:Character ;
    lvont:represents "𡜋"^^xsd:string .

<http://lexvo.org/id/char/2170C> a lvont:Character ;
    lvont:represents "𡜌"^^xsd:string .

<http://lexvo.org/id/char/2170D> a lvont:Character ;
    lvont:represents "𡜍"^^xsd:string .

<http://lexvo.org/id/char/2170E> a lvont:Character ;
    lvont:represents "𡜎"^^xsd:string .

<http://lexvo.org/id/char/2170F> a lvont:Character ;
    lvont:represents "𡜏"^^xsd:string .

<http://lexvo.org/id/char/2171> a lvont:Character ;
    lvont:represents "ⅱ"^^xsd:string ;
    rdfs:comment "SMALL ROMAN NUMERAL TWO"@en .

<http://lexvo.org/id/char/21710> a lvont:Character ;
    lvont:represents "𡜐"^^xsd:string .

<http://lexvo.org/id/char/21711> a lvont:Character ;
    lvont:represents "𡜑"^^xsd:string .

<http://lexvo.org/id/char/21712> a lvont:Character ;
    lvont:represents "𡜒"^^xsd:string .

<http://lexvo.org/id/char/21713> a lvont:Character ;
    lvont:represents "𡜓"^^xsd:string .

<http://lexvo.org/id/char/21714> a lvont:Character ;
    lvont:represents "𡜔"^^xsd:string .

<http://lexvo.org/id/char/21715> a lvont:Character ;
    lvont:represents "𡜕"^^xsd:string .

<http://lexvo.org/id/char/21716> a lvont:Character ;
    lvont:represents "𡜖"^^xsd:string .

<http://lexvo.org/id/char/21717> a lvont:Character ;
    lvont:represents "𡜗"^^xsd:string .

<http://lexvo.org/id/char/21718> a lvont:Character ;
    lvont:represents "𡜘"^^xsd:string .

<http://lexvo.org/id/char/21719> a lvont:Character ;
    lvont:represents "𡜙"^^xsd:string .

<http://lexvo.org/id/char/2171A> a lvont:Character ;
    lvont:represents "𡜚"^^xsd:string .

<http://lexvo.org/id/char/2171B> a lvont:Character ;
    lvont:represents "𡜛"^^xsd:string .

<http://lexvo.org/id/char/2171C> a lvont:Character ;
    lvont:represents "𡜜"^^xsd:string .

<http://lexvo.org/id/char/2171D> a lvont:Character ;
    lvont:represents "𡜝"^^xsd:string .

<http://lexvo.org/id/char/2171E> a lvont:Character ;
    lvont:represents "𡜞"^^xsd:string .

<http://lexvo.org/id/char/2171F> a lvont:Character ;
    lvont:represents "𡜟"^^xsd:string .

<http://lexvo.org/id/char/2172> a lvont:Character ;
    lvont:represents "ⅲ"^^xsd:string ;
    rdfs:comment "SMALL ROMAN NUMERAL THREE"@en .

<http://lexvo.org/id/char/21720> a lvont:Character ;
    lvont:represents "𡜠"^^xsd:string .

<http://lexvo.org/id/char/21721> a lvont:Character ;
    lvont:represents "𡜡"^^xsd:string .

<http://lexvo.org/id/char/21722> a lvont:Character ;
    lvont:represents "𡜢"^^xsd:string .

<http://lexvo.org/id/char/21723> a lvont:Character ;
    lvont:represents "𡜣"^^xsd:string .

<http://lexvo.org/id/char/21724> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/%C4%91%C4%A9>,
        "𡜤"^^xsd:string .

<http://lexvo.org/id/char/21725> a lvont:Character ;
    lvont:represents "𡜥"^^xsd:string .

<http://lexvo.org/id/char/21726> a lvont:Character ;
    lvont:represents "𡜦"^^xsd:string .

<http://lexvo.org/id/char/21727> a lvont:Character ;
    lvont:represents "𡜧"^^xsd:string .

<http://lexvo.org/id/char/21728> a lvont:Character ;
    lvont:represents "𡜨"^^xsd:string .

<http://lexvo.org/id/char/21729> a lvont:Character ;
    lvont:represents "𡜩"^^xsd:string .

<http://lexvo.org/id/char/2172A> a lvont:Character ;
    lvont:represents "𡜪"^^xsd:string .

<http://lexvo.org/id/char/2172B> a lvont:Character ;
    lvont:represents "𡜫"^^xsd:string .

<http://lexvo.org/id/char/2172C> a lvont:Character ;
    lvont:represents "𡜬"^^xsd:string .

<http://lexvo.org/id/char/2172D> a lvont:Character ;
    lvont:represents "𡜭"^^xsd:string .

<http://lexvo.org/id/char/2172E> a lvont:Character ;
    lvont:represents "𡜮"^^xsd:string .

<http://lexvo.org/id/char/2172F> a lvont:Character ;
    lvont:represents "𡜯"^^xsd:string .

<http://lexvo.org/id/char/2173> a lvont:Character ;
    lvont:represents "ⅳ"^^xsd:string ;
    rdfs:comment "SMALL ROMAN NUMERAL FOUR"@en .

<http://lexvo.org/id/char/21730> a lvont:Character ;
    lvont:represents "𡜰"^^xsd:string .

<http://lexvo.org/id/char/21731> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%F0%A1%9C%B1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gei2>,
        <http://lexvo.org/id/term/yue/%F0%A1%9C%B1>,
        "𡜱"^^xsd:string ;
    rdfs:comment "to envy, to be angry with; (Cant.) pregnant"@en .

<http://lexvo.org/id/char/21732> a lvont:Character ;
    lvont:represents "𡜲"^^xsd:string .

<http://lexvo.org/id/char/21733> a lvont:Character ;
    lvont:represents "𡜳"^^xsd:string .

<http://lexvo.org/id/char/21734> a lvont:Character ;
    lvont:represents "𡜴"^^xsd:string .

<http://lexvo.org/id/char/21735> a lvont:Character ;
    lvont:represents "𡜵"^^xsd:string .

<http://lexvo.org/id/char/21736> a lvont:Character ;
    lvont:represents "𡜶"^^xsd:string .

<http://lexvo.org/id/char/21737> a lvont:Character ;
    lvont:represents "𡜷"^^xsd:string .

<http://lexvo.org/id/char/21738> a lvont:Character ;
    lvont:represents "𡜸"^^xsd:string .

<http://lexvo.org/id/char/21739> a lvont:Character ;
    lvont:represents "𡜹"^^xsd:string .

<http://lexvo.org/id/char/2173A> a lvont:Character ;
    lvont:represents "𡜺"^^xsd:string .

<http://lexvo.org/id/char/2173B> a lvont:Character ;
    lvont:represents "𡜻"^^xsd:string .

<http://lexvo.org/id/char/2173C> a lvont:Character ;
    lvont:represents "𡜼"^^xsd:string .

<http://lexvo.org/id/char/2173D> a lvont:Character ;
    lvont:represents "𡜽"^^xsd:string .

<http://lexvo.org/id/char/2173E> a lvont:Character ;
    lvont:represents "𡜾"^^xsd:string .

<http://lexvo.org/id/char/2173F> a lvont:Character ;
    lvont:represents "𡜿"^^xsd:string .

<http://lexvo.org/id/char/2174> a lvont:Character ;
    lvont:represents "ⅴ"^^xsd:string ;
    rdfs:comment "SMALL ROMAN NUMERAL FIVE"@en .

<http://lexvo.org/id/char/21740> a lvont:Character ;
    lvont:represents "𡝀"^^xsd:string .

<http://lexvo.org/id/char/21741> a lvont:Character ;
    lvont:represents "𡝁"^^xsd:string .

<http://lexvo.org/id/char/21742> a lvont:Character ;
    lvont:represents "𡝂"^^xsd:string .

<http://lexvo.org/id/char/21743> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/b%E1%BB%A5a>,
        "𡝃"^^xsd:string .

<http://lexvo.org/id/char/21744> a lvont:Character ;
    lvont:represents "𡝄"^^xsd:string .

<http://lexvo.org/id/char/21745> a lvont:Character ;
    lvont:represents "𡝅"^^xsd:string .

<http://lexvo.org/id/char/21746> a lvont:Character ;
    lvont:represents "𡝆"^^xsd:string .

<http://lexvo.org/id/char/21747> a lvont:Character ;
    lvont:represents "𡝇"^^xsd:string .

<http://lexvo.org/id/char/21748> a lvont:Character ;
    lvont:represents "𡝈"^^xsd:string .

<http://lexvo.org/id/char/21749> a lvont:Character ;
    lvont:represents "𡝉"^^xsd:string .

<http://lexvo.org/id/char/2174A> a lvont:Character ;
    lvont:represents "𡝊"^^xsd:string .

<http://lexvo.org/id/char/2174B> a lvont:Character ;
    lvont:represents "𡝋"^^xsd:string .

<http://lexvo.org/id/char/2174C> a lvont:Character ;
    lvont:represents "𡝌"^^xsd:string .

<http://lexvo.org/id/char/2174D> a lvont:Character ;
    lvont:represents "𡝍"^^xsd:string .

<http://lexvo.org/id/char/2174E> a lvont:Character ;
    lvont:represents "𡝎"^^xsd:string .

<http://lexvo.org/id/char/2174F> a lvont:Character ;
    lvont:represents "𡝏"^^xsd:string .

<http://lexvo.org/id/char/2175> a lvont:Character ;
    lvont:represents "ⅵ"^^xsd:string ;
    rdfs:comment "SMALL ROMAN NUMERAL SIX"@en .

<http://lexvo.org/id/char/21750> a lvont:Character ;
    lvont:represents "𡝐"^^xsd:string .

<http://lexvo.org/id/char/21751> a lvont:Character ;
    lvont:represents "𡝑"^^xsd:string .

<http://lexvo.org/id/char/21752> a lvont:Character ;
    lvont:represents "𡝒"^^xsd:string .

<http://lexvo.org/id/char/21753> a lvont:Character ;
    lvont:represents "𡝓"^^xsd:string .

<http://lexvo.org/id/char/21754> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/k%C3%A9p>,
        "𡝔"^^xsd:string .

<http://lexvo.org/id/char/21755> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/v%C3%A0>,
        "𡝕"^^xsd:string .

<http://lexvo.org/id/char/21756> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/n%E1%BB%A1>,
        "𡝖"^^xsd:string .

<http://lexvo.org/id/char/21757> a lvont:Character ;
    lvont:represents "𡝗"^^xsd:string .

<http://lexvo.org/id/char/21758> a lvont:Character ;
    lvont:represents "𡝘"^^xsd:string .

<http://lexvo.org/id/char/21759> a lvont:Character ;
    lvont:represents "𡝙"^^xsd:string .

<http://lexvo.org/id/char/2175A> a lvont:Character ;
    lvont:represents "𡝚"^^xsd:string .

<http://lexvo.org/id/char/2175B> a lvont:Character ;
    lvont:represents "𡝛"^^xsd:string .

<http://lexvo.org/id/char/2175C> a lvont:Character ;
    lvont:represents "𡝜"^^xsd:string .

<http://lexvo.org/id/char/2175D> a lvont:Character ;
    lvont:represents "𡝝"^^xsd:string .

<http://lexvo.org/id/char/2175E> a lvont:Character ;
    lvont:represents "𡝞"^^xsd:string .

<http://lexvo.org/id/char/2175F> a lvont:Character ;
    lvont:represents "𡝟"^^xsd:string .

<http://lexvo.org/id/char/2176> a lvont:Character ;
    lvont:represents "ⅶ"^^xsd:string ;
    rdfs:comment "SMALL ROMAN NUMERAL SEVEN"@en .

<http://lexvo.org/id/char/21760> a lvont:Character ;
    lvont:represents "𡝠"^^xsd:string .

<http://lexvo.org/id/char/21761> a lvont:Character ;
    lvont:represents "𡝡"^^xsd:string .

<http://lexvo.org/id/char/21762> a lvont:Character ;
    lvont:represents "𡝢"^^xsd:string .

<http://lexvo.org/id/char/21763> a lvont:Character ;
    lvont:represents "𡝣"^^xsd:string .

<http://lexvo.org/id/char/21764> a lvont:Character ;
    lvont:represents "𡝤"^^xsd:string .

<http://lexvo.org/id/char/21765> a lvont:Character ;
    lvont:represents "𡝥"^^xsd:string .

<http://lexvo.org/id/char/21766> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/v%C3%BA>,
        "𡝦"^^xsd:string .

<http://lexvo.org/id/char/21767> a lvont:Character ;
    lvont:represents "𡝧"^^xsd:string .

<http://lexvo.org/id/char/21768> a lvont:Character ;
    lvont:represents "𡝨"^^xsd:string .

<http://lexvo.org/id/char/21769> a lvont:Character ;
    lvont:represents "𡝩"^^xsd:string .

<http://lexvo.org/id/char/2176A> a lvont:Character ;
    lvont:represents "𡝪"^^xsd:string .

<http://lexvo.org/id/char/2176B> a lvont:Character ;
    lvont:represents "𡝫"^^xsd:string .

<http://lexvo.org/id/char/2176C> a lvont:Character ;
    lvont:represents "𡝬"^^xsd:string .

<http://lexvo.org/id/char/2176D> a lvont:Character ;
    lvont:represents "𡝭"^^xsd:string .

<http://lexvo.org/id/char/2176E> a lvont:Character ;
    lvont:represents "𡝮"^^xsd:string .

<http://lexvo.org/id/char/2176F> a lvont:Character ;
    lvont:represents "𡝯"^^xsd:string .

<http://lexvo.org/id/char/2177> a lvont:Character ;
    lvont:represents "ⅷ"^^xsd:string ;
    rdfs:comment "SMALL ROMAN NUMERAL EIGHT"@en .

<http://lexvo.org/id/char/21770> a lvont:Character ;
    lvont:represents "𡝰"^^xsd:string .

<http://lexvo.org/id/char/21771> a lvont:Character ;
    lvont:represents "𡝱"^^xsd:string .

<http://lexvo.org/id/char/21772> a lvont:Character ;
    lvont:represents "𡝲"^^xsd:string .

<http://lexvo.org/id/char/21773> a lvont:Character ;
    lvont:represents "𡝳"^^xsd:string .

<http://lexvo.org/id/char/21774> a lvont:Character ;
    lvont:represents "𡝴"^^xsd:string .

<http://lexvo.org/id/char/21775> a lvont:Character ;
    lvont:represents "𡝵"^^xsd:string .

<http://lexvo.org/id/char/21776> a lvont:Character ;
    lvont:represents "𡝶"^^xsd:string .

<http://lexvo.org/id/char/21777> a lvont:Character ;
    lvont:represents "𡝷"^^xsd:string .

<http://lexvo.org/id/char/21778> a lvont:Character ;
    lvont:represents "𡝸"^^xsd:string .

<http://lexvo.org/id/char/21779> a lvont:Character ;
    lvont:represents "𡝹"^^xsd:string .

<http://lexvo.org/id/char/2177A> a lvont:Character ;
    lvont:represents "𡝺"^^xsd:string .

<http://lexvo.org/id/char/2177B> a lvont:Character ;
    lvont:represents "𡝻"^^xsd:string .

<http://lexvo.org/id/char/2177C> a lvont:Character ;
    lvont:represents "𡝼"^^xsd:string .

<http://lexvo.org/id/char/2177D> a lvont:Character ;
    lvont:represents "𡝽"^^xsd:string .

<http://lexvo.org/id/char/2177E> a lvont:Character ;
    lvont:represents "𡝾"^^xsd:string .

<http://lexvo.org/id/char/2177F> a lvont:Character ;
    lvont:represents "𡝿"^^xsd:string .

<http://lexvo.org/id/char/2178> a lvont:Character ;
    lvont:represents "ⅸ"^^xsd:string ;
    rdfs:comment "SMALL ROMAN NUMERAL NINE"@en .

<http://lexvo.org/id/char/21780> a lvont:Character ;
    lvont:represents "𡞀"^^xsd:string .

<http://lexvo.org/id/char/21781> a lvont:Character ;
    lvont:represents "𡞁"^^xsd:string .

<http://lexvo.org/id/char/21782> a lvont:Character ;
    lvont:represents "𡞂"^^xsd:string .

<http://lexvo.org/id/char/21783> a lvont:Character ;
    lvont:represents "𡞃"^^xsd:string .

<http://lexvo.org/id/char/21784> a lvont:Character ;
    lvont:represents "𡞄"^^xsd:string .

<http://lexvo.org/id/char/21785> a lvont:Character ;
    lvont:represents "𡞅"^^xsd:string .

<http://lexvo.org/id/char/21786> a lvont:Character ;
    lvont:represents "𡞆"^^xsd:string .

<http://lexvo.org/id/char/21787> a lvont:Character ;
    lvont:represents "𡞇"^^xsd:string .

<http://lexvo.org/id/char/21788> a lvont:Character ;
    lvont:represents "𡞈"^^xsd:string .

<http://lexvo.org/id/char/21789> a lvont:Character ;
    lvont:represents "𡞉"^^xsd:string .

<http://lexvo.org/id/char/2178A> a lvont:Character ;
    lvont:represents "𡞊"^^xsd:string .

<http://lexvo.org/id/char/2178B> a lvont:Character ;
    lvont:represents "𡞋"^^xsd:string .

<http://lexvo.org/id/char/2178C> a lvont:Character ;
    lvont:represents "𡞌"^^xsd:string .

<http://lexvo.org/id/char/2178D> a lvont:Character ;
    lvont:represents "𡞍"^^xsd:string .

<http://lexvo.org/id/char/2178E> a lvont:Character ;
    lvont:represents "𡞎"^^xsd:string .

<http://lexvo.org/id/char/2178F> a lvont:Character ;
    lvont:represents "𡞏"^^xsd:string .

<http://lexvo.org/id/char/2179> a lvont:Character ;
    lvont:represents "ⅹ"^^xsd:string ;
    rdfs:comment "SMALL ROMAN NUMERAL TEN"@en .

<http://lexvo.org/id/char/21790> a lvont:Character ;
    lvont:represents "𡞐"^^xsd:string .

<http://lexvo.org/id/char/21791> a lvont:Character ;
    lvont:represents "𡞑"^^xsd:string .

<http://lexvo.org/id/char/21792> a lvont:Character ;
    lvont:represents "𡞒"^^xsd:string .

<http://lexvo.org/id/char/21793> a lvont:Character ;
    lvont:represents "𡞓"^^xsd:string .

<http://lexvo.org/id/char/21794> a lvont:Character ;
    lvont:represents "𡞔"^^xsd:string .

<http://lexvo.org/id/char/21795> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/v%E1%BB%A3>,
        "𡞕"^^xsd:string .

<http://lexvo.org/id/char/21796> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/%C4%91%C4%A9>,
        "𡞖"^^xsd:string .

<http://lexvo.org/id/char/21797> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/b%C3%B3ng>,
        "𡞗"^^xsd:string .

<http://lexvo.org/id/char/21798> a lvont:Character ;
    lvont:represents "𡞘"^^xsd:string .

<http://lexvo.org/id/char/21799> a lvont:Character ;
    lvont:represents "𡞙"^^xsd:string .

<http://lexvo.org/id/char/2179A> a lvont:Character ;
    lvont:represents "𡞚"^^xsd:string .

<http://lexvo.org/id/char/2179B> a lvont:Character ;
    lvont:represents "𡞛"^^xsd:string .

<http://lexvo.org/id/char/2179C> a lvont:Character ;
    lvont:represents "𡞜"^^xsd:string .

<http://lexvo.org/id/char/2179D> a lvont:Character ;
    lvont:represents "𡞝"^^xsd:string .

<http://lexvo.org/id/char/2179E> a lvont:Character ;
    lvont:represents "𡞞"^^xsd:string .

<http://lexvo.org/id/char/2179F> a lvont:Character ;
    lvont:represents "𡞟"^^xsd:string .

<http://lexvo.org/id/char/217A> a lvont:Character ;
    lvont:represents "ⅺ"^^xsd:string ;
    rdfs:comment "SMALL ROMAN NUMERAL ELEVEN"@en .

<http://lexvo.org/id/char/217A0> a lvont:Character ;
    lvont:represents "𡞠"^^xsd:string .

<http://lexvo.org/id/char/217A1> a lvont:Character ;
    lvont:represents "𡞡"^^xsd:string .

<http://lexvo.org/id/char/217A2> a lvont:Character ;
    lvont:represents "𡞢"^^xsd:string .

<http://lexvo.org/id/char/217A3> a lvont:Character ;
    lvont:represents "𡞣"^^xsd:string .

<http://lexvo.org/id/char/217A4> a lvont:Character ;
    lvont:represents "𡞤"^^xsd:string .

<http://lexvo.org/id/char/217A5> a lvont:Character ;
    lvont:represents "𡞥"^^xsd:string .

<http://lexvo.org/id/char/217A6> a lvont:Character ;
    lvont:represents "𡞦"^^xsd:string .

<http://lexvo.org/id/char/217A7> a lvont:Character ;
    lvont:represents "𡞧"^^xsd:string .

<http://lexvo.org/id/char/217A8> a lvont:Character ;
    lvont:represents "𡞨"^^xsd:string .

<http://lexvo.org/id/char/217A9> a lvont:Character ;
    lvont:represents "𡞩"^^xsd:string .

<http://lexvo.org/id/char/217AA> a lvont:Character ;
    lvont:represents "𡞪"^^xsd:string .

<http://lexvo.org/id/char/217AB> a lvont:Character ;
    lvont:represents "𡞫"^^xsd:string .

<http://lexvo.org/id/char/217AC> a lvont:Character ;
    lvont:represents "𡞬"^^xsd:string .

<http://lexvo.org/id/char/217AD> a lvont:Character ;
    lvont:represents "𡞭"^^xsd:string .

<http://lexvo.org/id/char/217AE> a lvont:Character ;
    lvont:represents "𡞮"^^xsd:string .

<http://lexvo.org/id/char/217AF> a lvont:Character ;
    lvont:represents "𡞯"^^xsd:string .

<http://lexvo.org/id/char/217B> a lvont:Character ;
    lvont:represents "ⅻ"^^xsd:string ;
    rdfs:comment "SMALL ROMAN NUMERAL TWELVE"@en .

<http://lexvo.org/id/char/217B0> a lvont:Character ;
    lvont:represents "𡞰"^^xsd:string .

<http://lexvo.org/id/char/217B1> a lvont:Character ;
    lvont:represents "𡞱"^^xsd:string .

<http://lexvo.org/id/char/217B2> a lvont:Character ;
    lvont:represents "𡞲"^^xsd:string .

<http://lexvo.org/id/char/217B3> a lvont:Character ;
    lvont:represents "𡞳"^^xsd:string .

<http://lexvo.org/id/char/217B4> a lvont:Character ;
    lvont:represents "𡞴"^^xsd:string .

<http://lexvo.org/id/char/217B5> a lvont:Character ;
    lvont:represents "𡞵"^^xsd:string .

<http://lexvo.org/id/char/217B6> a lvont:Character ;
    lvont:represents "𡞶"^^xsd:string .

<http://lexvo.org/id/char/217B7> a lvont:Character ;
    lvont:represents "𡞷"^^xsd:string .

<http://lexvo.org/id/char/217B8> a lvont:Character ;
    lvont:represents "𡞸"^^xsd:string .

<http://lexvo.org/id/char/217B9> a lvont:Character ;
    lvont:represents "𡞹"^^xsd:string .

<http://lexvo.org/id/char/217BA> a lvont:Character ;
    lvont:represents "𡞺"^^xsd:string .

<http://lexvo.org/id/char/217BB> a lvont:Character ;
    lvont:represents "𡞻"^^xsd:string .

<http://lexvo.org/id/char/217BC> a lvont:Character ;
    lvont:represents "𡞼"^^xsd:string .

<http://lexvo.org/id/char/217BD> a lvont:Character ;
    lvont:represents "𡞽"^^xsd:string .

<http://lexvo.org/id/char/217BE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%F0%A1%9E%BE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C3%A8n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/nyun6>,
        <http://lexvo.org/id/term/yue/%F0%A1%9E%BE>,
        "𡞾"^^xsd:string ;
    rdfs:comment "soft, delicate"@en .

<http://lexvo.org/id/char/217BF> a lvont:Character ;
    lvont:represents "𡞿"^^xsd:string .

<http://lexvo.org/id/char/217C> a lvont:Character ;
    lvont:represents "ⅼ"^^xsd:string ;
    rdfs:comment "SMALL ROMAN NUMERAL FIFTY"@en .

<http://lexvo.org/id/char/217C0> a lvont:Character ;
    lvont:represents "𡟀"^^xsd:string .

<http://lexvo.org/id/char/217C1> a lvont:Character ;
    lvont:represents "𡟁"^^xsd:string .

<http://lexvo.org/id/char/217C2> a lvont:Character ;
    lvont:represents "𡟂"^^xsd:string .

<http://lexvo.org/id/char/217C3> a lvont:Character ;
    lvont:represents "𡟃"^^xsd:string .

<http://lexvo.org/id/char/217C4> a lvont:Character ;
    lvont:represents "𡟄"^^xsd:string .

<http://lexvo.org/id/char/217C5> a lvont:Character ;
    lvont:represents "𡟅"^^xsd:string .

<http://lexvo.org/id/char/217C6> a lvont:Character ;
    lvont:represents "𡟆"^^xsd:string .

<http://lexvo.org/id/char/217C7> a lvont:Character ;
    lvont:represents "𡟇"^^xsd:string .

<http://lexvo.org/id/char/217C8> a lvont:Character ;
    lvont:represents "𡟈"^^xsd:string .

<http://lexvo.org/id/char/217C9> a lvont:Character ;
    lvont:represents "𡟉"^^xsd:string .

<http://lexvo.org/id/char/217CA> a lvont:Character ;
    lvont:represents "𡟊"^^xsd:string .

<http://lexvo.org/id/char/217CB> a lvont:Character ;
    lvont:represents "𡟋"^^xsd:string .

<http://lexvo.org/id/char/217CC> a lvont:Character ;
    lvont:represents "𡟌"^^xsd:string .

<http://lexvo.org/id/char/217CD> a lvont:Character ;
    lvont:represents "𡟍"^^xsd:string .

<http://lexvo.org/id/char/217CE> a lvont:Character ;
    lvont:represents "𡟎"^^xsd:string .

<http://lexvo.org/id/char/217CF> a lvont:Character ;
    lvont:represents "𡟏"^^xsd:string .

<http://lexvo.org/id/char/217D> a lvont:Character ;
    lvont:represents "ⅽ"^^xsd:string ;
    rdfs:comment "SMALL ROMAN NUMERAL ONE HUNDRED"@en .

<http://lexvo.org/id/char/217D0> a lvont:Character ;
    lvont:represents "𡟐"^^xsd:string .

<http://lexvo.org/id/char/217D1> a lvont:Character ;
    lvont:represents "𡟑"^^xsd:string .

<http://lexvo.org/id/char/217D2> a lvont:Character ;
    lvont:represents "𡟒"^^xsd:string .

<http://lexvo.org/id/char/217D3> a lvont:Character ;
    lvont:represents "𡟓"^^xsd:string .

<http://lexvo.org/id/char/217D4> a lvont:Character ;
    lvont:represents "𡟔"^^xsd:string .

<http://lexvo.org/id/char/217D5> a lvont:Character ;
    lvont:represents "𡟕"^^xsd:string .

<http://lexvo.org/id/char/217D6> a lvont:Character ;
    lvont:represents "𡟖"^^xsd:string .

<http://lexvo.org/id/char/217D7> a lvont:Character ;
    lvont:represents "𡟗"^^xsd:string .

<http://lexvo.org/id/char/217D8> a lvont:Character ;
    lvont:represents "𡟘"^^xsd:string .

<http://lexvo.org/id/char/217D9> a lvont:Character ;
    lvont:represents "𡟙"^^xsd:string .

<http://lexvo.org/id/char/217DA> a lvont:Character ;
    lvont:represents "𡟚"^^xsd:string .

<http://lexvo.org/id/char/217DB> a lvont:Character ;
    lvont:represents "𡟛"^^xsd:string .

<http://lexvo.org/id/char/217DC> a lvont:Character ;
    lvont:represents "𡟜"^^xsd:string .

<http://lexvo.org/id/char/217DD> a lvont:Character ;
    lvont:represents "𡟝"^^xsd:string .

<http://lexvo.org/id/char/217DE> a lvont:Character ;
    lvont:represents "𡟞"^^xsd:string .

<http://lexvo.org/id/char/217DF> a lvont:Character ;
    lvont:represents "𡟟"^^xsd:string .

<http://lexvo.org/id/char/217E> a lvont:Character ;
    lvont:represents "ⅾ"^^xsd:string ;
    rdfs:comment "SMALL ROMAN NUMERAL FIVE HUNDRED"@en .

<http://lexvo.org/id/char/217E0> a lvont:Character ;
    lvont:represents "𡟠"^^xsd:string .

<http://lexvo.org/id/char/217E1> a lvont:Character ;
    lvont:represents "𡟡"^^xsd:string .

<http://lexvo.org/id/char/217E2> a lvont:Character ;
    lvont:represents "𡟢"^^xsd:string .

<http://lexvo.org/id/char/217E3> a lvont:Character ;
    lvont:represents "𡟣"^^xsd:string .

<http://lexvo.org/id/char/217E4> a lvont:Character ;
    lvont:represents "𡟤"^^xsd:string .

<http://lexvo.org/id/char/217E5> a lvont:Character ;
    lvont:represents "𡟥"^^xsd:string .

<http://lexvo.org/id/char/217E6> a lvont:Character ;
    lvont:represents "𡟦"^^xsd:string .

<http://lexvo.org/id/char/217E7> a lvont:Character ;
    lvont:represents "𡟧"^^xsd:string .

<http://lexvo.org/id/char/217E8> a lvont:Character ;
    lvont:represents "𡟨"^^xsd:string .

<http://lexvo.org/id/char/217E9> a lvont:Character ;
    lvont:represents "𡟩"^^xsd:string .

<http://lexvo.org/id/char/217EA> a lvont:Character ;
    lvont:represents "𡟪"^^xsd:string .

<http://lexvo.org/id/char/217EB> a lvont:Character ;
    lvont:represents "𡟫"^^xsd:string .

<http://lexvo.org/id/char/217EC> a lvont:Character ;
    lvont:represents "𡟬"^^xsd:string .

<http://lexvo.org/id/char/217ED> a lvont:Character ;
    lvont:represents "𡟭"^^xsd:string .

<http://lexvo.org/id/char/217EE> a lvont:Character ;
    lvont:represents "𡟮"^^xsd:string .

<http://lexvo.org/id/char/217EF> a lvont:Character ;
    lvont:represents "𡟯"^^xsd:string .

<http://lexvo.org/id/char/217F> a lvont:Character ;
    lvont:represents "ⅿ"^^xsd:string ;
    rdfs:comment "SMALL ROMAN NUMERAL ONE THOUSAND"@en .

<http://lexvo.org/id/char/217F0> a lvont:Character ;
    lvont:represents "𡟰"^^xsd:string .

<http://lexvo.org/id/char/217F1> a lvont:Character ;
    lvont:represents "𡟱"^^xsd:string .

<http://lexvo.org/id/char/217F2> a lvont:Character ;
    lvont:represents "𡟲"^^xsd:string .

<http://lexvo.org/id/char/217F3> a lvont:Character ;
    lvont:represents "𡟳"^^xsd:string .

<http://lexvo.org/id/char/217F4> a lvont:Character ;
    lvont:represents "𡟴"^^xsd:string .

<http://lexvo.org/id/char/217F5> a lvont:Character ;
    lvont:represents "𡟵"^^xsd:string .

<http://lexvo.org/id/char/217F6> a lvont:Character ;
    lvont:represents "𡟶"^^xsd:string .

<http://lexvo.org/id/char/217F7> a lvont:Character ;
    lvont:represents "𡟷"^^xsd:string .

<http://lexvo.org/id/char/217F8> a lvont:Character ;
    lvont:represents "𡟸"^^xsd:string .

<http://lexvo.org/id/char/217F9> a lvont:Character ;
    lvont:represents "𡟹"^^xsd:string .

<http://lexvo.org/id/char/217FA> a lvont:Character ;
    lvont:represents "𡟺"^^xsd:string .

<http://lexvo.org/id/char/217FB> a lvont:Character ;
    lvont:represents "𡟻"^^xsd:string .

<http://lexvo.org/id/char/217FC> a lvont:Character ;
    lvont:represents "𡟼"^^xsd:string .

<http://lexvo.org/id/char/217FD> a lvont:Character ;
    lvont:represents "𡟽"^^xsd:string .

<http://lexvo.org/id/char/217FE> a lvont:Character ;
    lvont:represents "𡟾"^^xsd:string .

<http://lexvo.org/id/char/217FF> a lvont:Character ;
    lvont:represents "𡟿"^^xsd:string .

<http://lexvo.org/id/char/2180> a lvont:Character ;
    lvont:represents "ↀ"^^xsd:string ;
    rdfs:comment "ROMAN NUMERAL ONE THOUSAND C D"@en .

<http://lexvo.org/id/char/21800> a lvont:Character ;
    lvont:represents "𡠀"^^xsd:string .

<http://lexvo.org/id/char/21801> a lvont:Character ;
    lvont:represents "𡠁"^^xsd:string .

<http://lexvo.org/id/char/21802> a lvont:Character ;
    lvont:represents "𡠂"^^xsd:string .

<http://lexvo.org/id/char/21803> a lvont:Character ;
    lvont:represents "𡠃"^^xsd:string .

<http://lexvo.org/id/char/21804> a lvont:Character ;
    lvont:represents "𡠄"^^xsd:string .

<http://lexvo.org/id/char/21805> a lvont:Character ;
    lvont:represents "𡠅"^^xsd:string .

<http://lexvo.org/id/char/21806> a lvont:Character ;
    lvont:represents "𡠆"^^xsd:string .

<http://lexvo.org/id/char/21807> a lvont:Character ;
    lvont:represents "𡠇"^^xsd:string .

<http://lexvo.org/id/char/21808> a lvont:Character ;
    lvont:represents "𡠈"^^xsd:string .

<http://lexvo.org/id/char/21809> a lvont:Character ;
    lvont:represents "𡠉"^^xsd:string .

<http://lexvo.org/id/char/2180A> a lvont:Character ;
    lvont:represents "𡠊"^^xsd:string .

<http://lexvo.org/id/char/2180B> a lvont:Character ;
    lvont:represents "𡠋"^^xsd:string .

<http://lexvo.org/id/char/2180C> a lvont:Character ;
    lvont:represents "𡠌"^^xsd:string .

<http://lexvo.org/id/char/2180D> a lvont:Character ;
    lvont:represents "𡠍"^^xsd:string .

<http://lexvo.org/id/char/2180E> a lvont:Character ;
    lvont:represents "𡠎"^^xsd:string .

<http://lexvo.org/id/char/2180F> a lvont:Character ;
    lvont:represents "𡠏"^^xsd:string .

<http://lexvo.org/id/char/2181> a lvont:Character ;
    lvont:represents "ↁ"^^xsd:string ;
    rdfs:comment "ROMAN NUMERAL FIVE THOUSAND"@en .

<http://lexvo.org/id/char/21810> a lvont:Character ;
    lvont:represents "𡠐"^^xsd:string .

<http://lexvo.org/id/char/21811> a lvont:Character ;
    lvont:represents "𡠑"^^xsd:string .

<http://lexvo.org/id/char/21812> a lvont:Character ;
    lvont:represents "𡠒"^^xsd:string .

<http://lexvo.org/id/char/21813> a lvont:Character ;
    lvont:represents "𡠓"^^xsd:string .

<http://lexvo.org/id/char/21814> a lvont:Character ;
    lvont:represents "𡠔"^^xsd:string .

<http://lexvo.org/id/char/21815> a lvont:Character ;
    lvont:represents "𡠕"^^xsd:string .

<http://lexvo.org/id/char/21816> a lvont:Character ;
    lvont:represents "𡠖"^^xsd:string .

<http://lexvo.org/id/char/21817> a lvont:Character ;
    lvont:represents "𡠗"^^xsd:string .

<http://lexvo.org/id/char/21818> a lvont:Character ;
    lvont:represents "𡠘"^^xsd:string .

<http://lexvo.org/id/char/21819> a lvont:Character ;
    lvont:represents "𡠙"^^xsd:string .

<http://lexvo.org/id/char/2181A> a lvont:Character ;
    lvont:represents "𡠚"^^xsd:string .

<http://lexvo.org/id/char/2181B> a lvont:Character ;
    lvont:represents "𡠛"^^xsd:string .

<http://lexvo.org/id/char/2181C> a lvont:Character ;
    lvont:represents "𡠜"^^xsd:string .

<http://lexvo.org/id/char/2181D> a lvont:Character ;
    lvont:represents "𡠝"^^xsd:string .

<http://lexvo.org/id/char/2181E> a lvont:Character ;
    lvont:represents "𡠞"^^xsd:string .

<http://lexvo.org/id/char/2181F> a lvont:Character ;
    lvont:represents "𡠟"^^xsd:string .

<http://lexvo.org/id/char/2182> a lvont:Character ;
    lvont:represents "ↂ"^^xsd:string ;
    rdfs:comment "ROMAN NUMERAL TEN THOUSAND"@en .

<http://lexvo.org/id/char/21820> a lvont:Character ;
    lvont:represents "𡠠"^^xsd:string .

<http://lexvo.org/id/char/21821> a lvont:Character ;
    lvont:represents "𡠡"^^xsd:string .

<http://lexvo.org/id/char/21822> a lvont:Character ;
    lvont:represents "𡠢"^^xsd:string .

<http://lexvo.org/id/char/21823> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/c%C6%B0%E1%BB%9Bi>,
        "𡠣"^^xsd:string .

<http://lexvo.org/id/char/21824> a lvont:Character ;
    lvont:represents "𡠤"^^xsd:string .

<http://lexvo.org/id/char/21825> a lvont:Character ;
    lvont:represents "𡠥"^^xsd:string .

<http://lexvo.org/id/char/21826> a lvont:Character ;
    lvont:represents "𡠦"^^xsd:string .

<http://lexvo.org/id/char/21827> a lvont:Character ;
    lvont:represents "𡠧"^^xsd:string .

<http://lexvo.org/id/char/21828> a lvont:Character ;
    lvont:represents "𡠨"^^xsd:string .

<http://lexvo.org/id/char/21829> a lvont:Character ;
    lvont:represents "𡠩"^^xsd:string .

<http://lexvo.org/id/char/2182A> a lvont:Character ;
    lvont:represents "𡠪"^^xsd:string .

<http://lexvo.org/id/char/2182B> a lvont:Character ;
    lvont:represents "𡠫"^^xsd:string .

<http://lexvo.org/id/char/2182C> a lvont:Character ;
    lvont:represents "𡠬"^^xsd:string .

<http://lexvo.org/id/char/2182D> a lvont:Character ;
    lvont:represents "𡠭"^^xsd:string .

<http://lexvo.org/id/char/2182E> a lvont:Character ;
    lvont:represents "𡠮"^^xsd:string .

<http://lexvo.org/id/char/2182F> a lvont:Character ;
    lvont:represents "𡠯"^^xsd:string .

<http://lexvo.org/id/char/2183> a lvont:Character ;
    lvont:represents "Ↄ"^^xsd:string ;
    rdfs:comment "ROMAN NUMERAL REVERSED ONE HUNDRED"@en .

<http://lexvo.org/id/char/21830> a lvont:Character ;
    lvont:represents "𡠰"^^xsd:string .

<http://lexvo.org/id/char/21831> a lvont:Character ;
    lvont:represents "𡠱"^^xsd:string .

<http://lexvo.org/id/char/21832> a lvont:Character ;
    lvont:represents "𡠲"^^xsd:string .

<http://lexvo.org/id/char/21833> a lvont:Character ;
    lvont:represents "𡠳"^^xsd:string .

<http://lexvo.org/id/char/21834> a lvont:Character ;
    lvont:represents "𡠴"^^xsd:string .

<http://lexvo.org/id/char/21835> a lvont:Character ;
    lvont:represents "𡠵"^^xsd:string .

<http://lexvo.org/id/char/21836> a lvont:Character ;
    lvont:represents "𡠶"^^xsd:string .

<http://lexvo.org/id/char/21837> a lvont:Character ;
    lvont:represents "𡠷"^^xsd:string .

<http://lexvo.org/id/char/21838> a lvont:Character ;
    lvont:represents "𡠸"^^xsd:string .

<http://lexvo.org/id/char/21839> a lvont:Character ;
    lvont:represents "𡠹"^^xsd:string ;
    rdfs:comment "cunning; wicked, spoiled; coddled"@en .

<http://lexvo.org/id/char/2183A> a lvont:Character ;
    lvont:represents "𡠺"^^xsd:string .

<http://lexvo.org/id/char/2183B> a lvont:Character ;
    lvont:represents "𡠻"^^xsd:string .

<http://lexvo.org/id/char/2183C> a lvont:Character ;
    lvont:represents "𡠼"^^xsd:string .

<http://lexvo.org/id/char/2183D> a lvont:Character ;
    lvont:represents "𡠽"^^xsd:string .

<http://lexvo.org/id/char/2183E> a lvont:Character ;
    lvont:represents "𡠾"^^xsd:string .

<http://lexvo.org/id/char/2183F> a lvont:Character ;
    lvont:represents "𡠿"^^xsd:string .

<http://lexvo.org/id/char/2184> a lvont:Character ;
    lvont:represents "ↄ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER REVERSED C"@en .

<http://lexvo.org/id/char/21840> a lvont:Character ;
    lvont:represents "𡡀"^^xsd:string .

<http://lexvo.org/id/char/21841> a lvont:Character ;
    lvont:represents "𡡁"^^xsd:string .

<http://lexvo.org/id/char/21842> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/nh%C3%A0ng>,
        "𡡂"^^xsd:string .

<http://lexvo.org/id/char/21843> a lvont:Character ;
    lvont:represents "𡡃"^^xsd:string .

<http://lexvo.org/id/char/21844> a lvont:Character ;
    lvont:represents "𡡄"^^xsd:string .

<http://lexvo.org/id/char/21845> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/l%E1%BA%B9o>,
        "𡡅"^^xsd:string .

<http://lexvo.org/id/char/21846> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/m%C3%ACn>,
        "𡡆"^^xsd:string .

<http://lexvo.org/id/char/21847> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/c%C3%A1i>,
        "𡡇"^^xsd:string .

<http://lexvo.org/id/char/21848> a lvont:Character ;
    lvont:represents "𡡈"^^xsd:string .

<http://lexvo.org/id/char/21849> a lvont:Character ;
    lvont:represents "𡡉"^^xsd:string .

<http://lexvo.org/id/char/2184A> a lvont:Character ;
    lvont:represents "𡡊"^^xsd:string .

<http://lexvo.org/id/char/2184B> a lvont:Character ;
    lvont:represents "𡡋"^^xsd:string .

<http://lexvo.org/id/char/2184C> a lvont:Character ;
    lvont:represents "𡡌"^^xsd:string .

<http://lexvo.org/id/char/2184D> a lvont:Character ;
    lvont:represents "𡡍"^^xsd:string .

<http://lexvo.org/id/char/2184E> a lvont:Character ;
    lvont:represents "𡡎"^^xsd:string .

<http://lexvo.org/id/char/2184F> a lvont:Character ;
    lvont:represents "𡡏"^^xsd:string .

<http://lexvo.org/id/char/2185> a lvont:Character ;
    lvont:represents "ↅ"^^xsd:string ;
    rdfs:comment "ROMAN NUMERAL SIX LATE FORM"@en .

<http://lexvo.org/id/char/21850> a lvont:Character ;
    lvont:represents "𡡐"^^xsd:string .

<http://lexvo.org/id/char/21851> a lvont:Character ;
    lvont:represents "𡡑"^^xsd:string .

<http://lexvo.org/id/char/21852> a lvont:Character ;
    lvont:represents "𡡒"^^xsd:string .

<http://lexvo.org/id/char/21853> a lvont:Character ;
    lvont:represents "𡡓"^^xsd:string .

<http://lexvo.org/id/char/21854> a lvont:Character ;
    lvont:represents "𡡔"^^xsd:string .

<http://lexvo.org/id/char/21855> a lvont:Character ;
    lvont:represents "𡡕"^^xsd:string .

<http://lexvo.org/id/char/21856> a lvont:Character ;
    lvont:represents "𡡖"^^xsd:string .

<http://lexvo.org/id/char/21857> a lvont:Character ;
    lvont:represents "𡡗"^^xsd:string .

<http://lexvo.org/id/char/21858> a lvont:Character ;
    lvont:represents "𡡘"^^xsd:string .

<http://lexvo.org/id/char/21859> a lvont:Character ;
    lvont:represents "𡡙"^^xsd:string .

<http://lexvo.org/id/char/2185A> a lvont:Character ;
    lvont:represents "𡡚"^^xsd:string .

<http://lexvo.org/id/char/2185B> a lvont:Character ;
    lvont:represents "𡡛"^^xsd:string .

<http://lexvo.org/id/char/2185C> a lvont:Character ;
    lvont:represents "𡡜"^^xsd:string .

<http://lexvo.org/id/char/2185D> a lvont:Character ;
    lvont:represents "𡡝"^^xsd:string .

<http://lexvo.org/id/char/2185E> a lvont:Character ;
    lvont:represents "𡡞"^^xsd:string .

<http://lexvo.org/id/char/2185F> a lvont:Character ;
    lvont:represents "𡡟"^^xsd:string .

<http://lexvo.org/id/char/2186> a lvont:Character ;
    lvont:represents "ↆ"^^xsd:string ;
    rdfs:comment "ROMAN NUMERAL FIFTY EARLY FORM"@en .

<http://lexvo.org/id/char/21860> a lvont:Character ;
    lvont:represents "𡡠"^^xsd:string .

<http://lexvo.org/id/char/21861> a lvont:Character ;
    lvont:represents "𡡡"^^xsd:string .

<http://lexvo.org/id/char/21862> a lvont:Character ;
    lvont:represents "𡡢"^^xsd:string .

<http://lexvo.org/id/char/21863> a lvont:Character ;
    lvont:represents "𡡣"^^xsd:string .

<http://lexvo.org/id/char/21864> a lvont:Character ;
    lvont:represents "𡡤"^^xsd:string .

<http://lexvo.org/id/char/21865> a lvont:Character ;
    lvont:represents "𡡥"^^xsd:string .

<http://lexvo.org/id/char/21866> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/%C4%91%C3%B2i>,
        "𡡦"^^xsd:string .

<http://lexvo.org/id/char/21867> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/d%C3%AD>,
        "𡡧"^^xsd:string .

<http://lexvo.org/id/char/21868> a lvont:Character ;
    lvont:represents "𡡨"^^xsd:string .

<http://lexvo.org/id/char/21869> a lvont:Character ;
    lvont:represents "𡡩"^^xsd:string .

<http://lexvo.org/id/char/2186A> a lvont:Character ;
    lvont:represents "𡡪"^^xsd:string .

<http://lexvo.org/id/char/2186B> a lvont:Character ;
    lvont:represents "𡡫"^^xsd:string .

<http://lexvo.org/id/char/2186C> a lvont:Character ;
    lvont:represents "𡡬"^^xsd:string .

<http://lexvo.org/id/char/2186D> a lvont:Character ;
    lvont:represents "𡡭"^^xsd:string .

<http://lexvo.org/id/char/2186E> a lvont:Character ;
    lvont:represents "𡡮"^^xsd:string .

<http://lexvo.org/id/char/2186F> a lvont:Character ;
    lvont:represents "𡡯"^^xsd:string .

<http://lexvo.org/id/char/2187> a lvont:Character ;
    lvont:represents "ↇ"^^xsd:string ;
    rdfs:comment "ROMAN NUMERAL FIFTY THOUSAND"@en .

<http://lexvo.org/id/char/21870> a lvont:Character ;
    lvont:represents "𡡰"^^xsd:string .

<http://lexvo.org/id/char/21871> a lvont:Character ;
    lvont:represents "𡡱"^^xsd:string .

<http://lexvo.org/id/char/21872> a lvont:Character ;
    lvont:represents "𡡲"^^xsd:string .

<http://lexvo.org/id/char/21873> a lvont:Character ;
    lvont:represents "𡡳"^^xsd:string .

<http://lexvo.org/id/char/21874> a lvont:Character ;
    lvont:represents "𡡴"^^xsd:string .

<http://lexvo.org/id/char/21875> a lvont:Character ;
    lvont:represents "𡡵"^^xsd:string .

<http://lexvo.org/id/char/21876> a lvont:Character ;
    lvont:represents "𡡶"^^xsd:string .

<http://lexvo.org/id/char/21877> a lvont:Character ;
    lvont:represents "𡡷"^^xsd:string .

<http://lexvo.org/id/char/21878> a lvont:Character ;
    lvont:represents "𡡸"^^xsd:string .

<http://lexvo.org/id/char/21879> a lvont:Character ;
    lvont:represents "𡡹"^^xsd:string .

<http://lexvo.org/id/char/2187A> a lvont:Character ;
    lvont:represents "𡡺"^^xsd:string .

<http://lexvo.org/id/char/2187B> a lvont:Character ;
    lvont:represents "𡡻"^^xsd:string .

<http://lexvo.org/id/char/2187C> a lvont:Character ;
    lvont:represents "𡡼"^^xsd:string .

<http://lexvo.org/id/char/2187D> a lvont:Character ;
    lvont:represents "𡡽"^^xsd:string .

<http://lexvo.org/id/char/2187E> a lvont:Character ;
    lvont:represents "𡡾"^^xsd:string .

<http://lexvo.org/id/char/2187F> a lvont:Character ;
    lvont:represents "𡡿"^^xsd:string .

<http://lexvo.org/id/char/2188> a lvont:Character ;
    lvont:represents "ↈ"^^xsd:string ;
    rdfs:comment "ROMAN NUMERAL ONE HUNDRED THOUSAND"@en .

<http://lexvo.org/id/char/21880> a lvont:Character ;
    lvont:represents "𡢀"^^xsd:string .

<http://lexvo.org/id/char/21881> a lvont:Character ;
    lvont:represents "𡢁"^^xsd:string .

<http://lexvo.org/id/char/21882> a lvont:Character ;
    lvont:represents "𡢂"^^xsd:string .

<http://lexvo.org/id/char/21883> a lvont:Character ;
    lvont:represents "𡢃"^^xsd:string .

<http://lexvo.org/id/char/21884> a lvont:Character ;
    lvont:represents "𡢄"^^xsd:string .

<http://lexvo.org/id/char/21885> a lvont:Character ;
    lvont:represents "𡢅"^^xsd:string .

<http://lexvo.org/id/char/21886> a lvont:Character ;
    lvont:represents "𡢆"^^xsd:string .

<http://lexvo.org/id/char/21887> a lvont:Character ;
    lvont:represents "𡢇"^^xsd:string .

<http://lexvo.org/id/char/21888> a lvont:Character ;
    lvont:represents "𡢈"^^xsd:string .

<http://lexvo.org/id/char/21889> a lvont:Character ;
    lvont:represents "𡢉"^^xsd:string .

<http://lexvo.org/id/char/2188A> a lvont:Character ;
    lvont:represents "𡢊"^^xsd:string .

<http://lexvo.org/id/char/2188B> a lvont:Character ;
    lvont:represents "𡢋"^^xsd:string .

<http://lexvo.org/id/char/2188C> a lvont:Character ;
    lvont:represents "𡢌"^^xsd:string .

<http://lexvo.org/id/char/2188D> a lvont:Character ;
    lvont:represents "𡢍"^^xsd:string .

<http://lexvo.org/id/char/2188E> a lvont:Character ;
    lvont:represents "𡢎"^^xsd:string .

<http://lexvo.org/id/char/2188F> a lvont:Character ;
    lvont:represents "𡢏"^^xsd:string .

<http://lexvo.org/id/char/2189> a lvont:Character ;
    lvont:represents "↉"^^xsd:string ;
    rdfs:comment "VULGAR FRACTION ZERO THIRDS"@en .

<http://lexvo.org/id/char/21890> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/sau>,
        "𡢐"^^xsd:string .

<http://lexvo.org/id/char/21891> a lvont:Character ;
    lvont:represents "𡢑"^^xsd:string .

<http://lexvo.org/id/char/21892> a lvont:Character ;
    lvont:represents "𡢒"^^xsd:string .

<http://lexvo.org/id/char/21893> a lvont:Character ;
    lvont:represents "𡢓"^^xsd:string .

<http://lexvo.org/id/char/21894> a lvont:Character ;
    lvont:represents "𡢔"^^xsd:string .

<http://lexvo.org/id/char/21895> a lvont:Character ;
    lvont:represents "𡢕"^^xsd:string .

<http://lexvo.org/id/char/21896> a lvont:Character ;
    lvont:represents "𡢖"^^xsd:string .

<http://lexvo.org/id/char/21897> a lvont:Character ;
    lvont:represents "𡢗"^^xsd:string .

<http://lexvo.org/id/char/21898> a lvont:Character ;
    lvont:represents "𡢘"^^xsd:string .

<http://lexvo.org/id/char/21899> a lvont:Character ;
    lvont:represents "𡢙"^^xsd:string .

<http://lexvo.org/id/char/2189A> a lvont:Character ;
    lvont:represents "𡢚"^^xsd:string .

<http://lexvo.org/id/char/2189B> a lvont:Character ;
    lvont:represents "𡢛"^^xsd:string .

<http://lexvo.org/id/char/2189C> a lvont:Character ;
    lvont:represents "𡢜"^^xsd:string .

<http://lexvo.org/id/char/2189D> a lvont:Character ;
    lvont:represents "𡢝"^^xsd:string .

<http://lexvo.org/id/char/2189E> a lvont:Character ;
    lvont:represents "𡢞"^^xsd:string .

<http://lexvo.org/id/char/2189F> a lvont:Character ;
    lvont:represents "𡢟"^^xsd:string .

<http://lexvo.org/id/char/218A0> a lvont:Character ;
    lvont:represents "𡢠"^^xsd:string .

<http://lexvo.org/id/char/218A1> a lvont:Character ;
    lvont:represents "𡢡"^^xsd:string .

<http://lexvo.org/id/char/218A2> a lvont:Character ;
    lvont:represents "𡢢"^^xsd:string .

<http://lexvo.org/id/char/218A3> a lvont:Character ;
    lvont:represents "𡢣"^^xsd:string .

<http://lexvo.org/id/char/218A4> a lvont:Character ;
    lvont:represents "𡢤"^^xsd:string .

<http://lexvo.org/id/char/218A5> a lvont:Character ;
    lvont:represents "𡢥"^^xsd:string .

<http://lexvo.org/id/char/218A6> a lvont:Character ;
    lvont:represents "𡢦"^^xsd:string .

<http://lexvo.org/id/char/218A7> a lvont:Character ;
    lvont:represents "𡢧"^^xsd:string .

<http://lexvo.org/id/char/218A8> a lvont:Character ;
    lvont:represents "𡢨"^^xsd:string .

<http://lexvo.org/id/char/218A9> a lvont:Character ;
    lvont:represents "𡢩"^^xsd:string .

<http://lexvo.org/id/char/218AA> a lvont:Character ;
    lvont:represents "𡢪"^^xsd:string .

<http://lexvo.org/id/char/218AB> a lvont:Character ;
    lvont:represents "𡢫"^^xsd:string .

<http://lexvo.org/id/char/218AC> a lvont:Character ;
    lvont:represents "𡢬"^^xsd:string .

<http://lexvo.org/id/char/218AD> a lvont:Character ;
    lvont:represents "𡢭"^^xsd:string .

<http://lexvo.org/id/char/218AE> a lvont:Character ;
    lvont:represents "𡢮"^^xsd:string .

<http://lexvo.org/id/char/218AF> a lvont:Character ;
    lvont:represents "𡢯"^^xsd:string .

<http://lexvo.org/id/char/218B0> a lvont:Character ;
    lvont:represents "𡢰"^^xsd:string .

<http://lexvo.org/id/char/218B1> a lvont:Character ;
    lvont:represents "𡢱"^^xsd:string .

<http://lexvo.org/id/char/218B2> a lvont:Character ;
    lvont:represents "𡢲"^^xsd:string .

<http://lexvo.org/id/char/218B3> a lvont:Character ;
    lvont:represents "𡢳"^^xsd:string .

<http://lexvo.org/id/char/218B4> a lvont:Character ;
    lvont:represents "𡢴"^^xsd:string .

<http://lexvo.org/id/char/218B5> a lvont:Character ;
    lvont:represents "𡢵"^^xsd:string .

<http://lexvo.org/id/char/218B6> a lvont:Character ;
    lvont:represents "𡢶"^^xsd:string .

<http://lexvo.org/id/char/218B7> a lvont:Character ;
    lvont:represents "𡢷"^^xsd:string .

<http://lexvo.org/id/char/218B8> a lvont:Character ;
    lvont:represents "𡢸"^^xsd:string .

<http://lexvo.org/id/char/218B9> a lvont:Character ;
    lvont:represents "𡢹"^^xsd:string .

<http://lexvo.org/id/char/218BA> a lvont:Character ;
    lvont:represents "𡢺"^^xsd:string .

<http://lexvo.org/id/char/218BB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/n%E1%BB%A3>,
        "𡢻"^^xsd:string .

<http://lexvo.org/id/char/218BC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/v%E1%BB%A3>,
        "𡢼"^^xsd:string .

<http://lexvo.org/id/char/218BD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/sui>,
        "𡢽"^^xsd:string .

<http://lexvo.org/id/char/218BE> a lvont:Character ;
    lvont:represents "𡢾"^^xsd:string .

<http://lexvo.org/id/char/218BF> a lvont:Character ;
    lvont:represents "𡢿"^^xsd:string .

<http://lexvo.org/id/char/218C0> a lvont:Character ;
    lvont:represents "𡣀"^^xsd:string .

<http://lexvo.org/id/char/218C1> a lvont:Character ;
    lvont:represents "𡣁"^^xsd:string .

<http://lexvo.org/id/char/218C2> a lvont:Character ;
    lvont:represents "𡣂"^^xsd:string .

<http://lexvo.org/id/char/218C3> a lvont:Character ;
    lvont:represents "𡣃"^^xsd:string .

<http://lexvo.org/id/char/218C4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/n%E1%BB%8Bu>,
        "𡣄"^^xsd:string .

<http://lexvo.org/id/char/218C5> a lvont:Character ;
    lvont:represents "𡣅"^^xsd:string .

<http://lexvo.org/id/char/218C6> a lvont:Character ;
    lvont:represents "𡣆"^^xsd:string .

<http://lexvo.org/id/char/218C7> a lvont:Character ;
    lvont:represents "𡣇"^^xsd:string .

<http://lexvo.org/id/char/218C8> a lvont:Character ;
    lvont:represents "𡣈"^^xsd:string .

<http://lexvo.org/id/char/218C9> a lvont:Character ;
    lvont:represents "𡣉"^^xsd:string .

<http://lexvo.org/id/char/218CA> a lvont:Character ;
    lvont:represents "𡣊"^^xsd:string .

<http://lexvo.org/id/char/218CB> a lvont:Character ;
    lvont:represents "𡣋"^^xsd:string .

<http://lexvo.org/id/char/218CC> a lvont:Character ;
    lvont:represents "𡣌"^^xsd:string .

<http://lexvo.org/id/char/218CD> a lvont:Character ;
    lvont:represents "𡣍"^^xsd:string .

<http://lexvo.org/id/char/218CE> a lvont:Character ;
    lvont:represents "𡣎"^^xsd:string .

<http://lexvo.org/id/char/218CF> a lvont:Character ;
    lvont:represents "𡣏"^^xsd:string .

<http://lexvo.org/id/char/218D0> a lvont:Character ;
    lvont:represents "𡣐"^^xsd:string .

<http://lexvo.org/id/char/218D1> a lvont:Character ;
    lvont:represents "𡣑"^^xsd:string .

<http://lexvo.org/id/char/218D2> a lvont:Character ;
    lvont:represents "𡣒"^^xsd:string .

<http://lexvo.org/id/char/218D3> a lvont:Character ;
    lvont:represents "𡣓"^^xsd:string .

<http://lexvo.org/id/char/218D4> a lvont:Character ;
    lvont:represents "𡣔"^^xsd:string .

<http://lexvo.org/id/char/218D5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/ban3>,
        <http://lexvo.org/id/term/yue/%F0%A1%A3%95>,
        "𡣕"^^xsd:string ;
    rdfs:comment "a concubine, wife"@en .

<http://lexvo.org/id/char/218D6> a lvont:Character ;
    lvont:represents "𡣖"^^xsd:string .

<http://lexvo.org/id/char/218D7> a lvont:Character ;
    lvont:represents "𡣗"^^xsd:string .

<http://lexvo.org/id/char/218D8> a lvont:Character ;
    lvont:represents "𡣘"^^xsd:string .

<http://lexvo.org/id/char/218D9> a lvont:Character ;
    lvont:represents "𡣙"^^xsd:string .

<http://lexvo.org/id/char/218DA> a lvont:Character ;
    lvont:represents "𡣚"^^xsd:string .

<http://lexvo.org/id/char/218DB> a lvont:Character ;
    lvont:represents "𡣛"^^xsd:string .

<http://lexvo.org/id/char/218DC> a lvont:Character ;
    lvont:represents "𡣜"^^xsd:string .

<http://lexvo.org/id/char/218DD> a lvont:Character ;
    lvont:represents "𡣝"^^xsd:string .

<http://lexvo.org/id/char/218DE> a lvont:Character ;
    lvont:represents "𡣞"^^xsd:string .

<http://lexvo.org/id/char/218DF> a lvont:Character ;
    lvont:represents "𡣟"^^xsd:string .

<http://lexvo.org/id/char/218E0> a lvont:Character ;
    lvont:represents "𡣠"^^xsd:string .

<http://lexvo.org/id/char/218E1> a lvont:Character ;
    lvont:represents "𡣡"^^xsd:string .

<http://lexvo.org/id/char/218E2> a lvont:Character ;
    lvont:represents "𡣢"^^xsd:string .

<http://lexvo.org/id/char/218E3> a lvont:Character ;
    lvont:represents "𡣣"^^xsd:string .

<http://lexvo.org/id/char/218E4> a lvont:Character ;
    lvont:represents "𡣤"^^xsd:string .

<http://lexvo.org/id/char/218E5> a lvont:Character ;
    lvont:represents "𡣥"^^xsd:string .

<http://lexvo.org/id/char/218E6> a lvont:Character ;
    lvont:represents "𡣦"^^xsd:string .

<http://lexvo.org/id/char/218E7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/m%C3%A1i>,
        "𡣧"^^xsd:string .

<http://lexvo.org/id/char/218E8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/c%C6%B0%E1%BB%9Bi>,
        "𡣨"^^xsd:string .

<http://lexvo.org/id/char/218E9> a lvont:Character ;
    lvont:represents "𡣩"^^xsd:string .

<http://lexvo.org/id/char/218EA> a lvont:Character ;
    lvont:represents "𡣪"^^xsd:string .

<http://lexvo.org/id/char/218EB> a lvont:Character ;
    lvont:represents "𡣫"^^xsd:string .

<http://lexvo.org/id/char/218EC> a lvont:Character ;
    lvont:represents "𡣬"^^xsd:string .

<http://lexvo.org/id/char/218ED> a lvont:Character ;
    lvont:represents "𡣭"^^xsd:string .

<http://lexvo.org/id/char/218EE> a lvont:Character ;
    lvont:represents "𡣮"^^xsd:string .

<http://lexvo.org/id/char/218EF> a lvont:Character ;
    lvont:represents "𡣯"^^xsd:string .

<http://lexvo.org/id/char/218F0> a lvont:Character ;
    lvont:represents "𡣰"^^xsd:string .

<http://lexvo.org/id/char/218F1> a lvont:Character ;
    lvont:represents "𡣱"^^xsd:string .

<http://lexvo.org/id/char/218F2> a lvont:Character ;
    lvont:represents "𡣲"^^xsd:string .

<http://lexvo.org/id/char/218F3> a lvont:Character ;
    lvont:represents "𡣳"^^xsd:string .

<http://lexvo.org/id/char/218F4> a lvont:Character ;
    lvont:represents "𡣴"^^xsd:string .

<http://lexvo.org/id/char/218F5> a lvont:Character ;
    lvont:represents "𡣵"^^xsd:string .

<http://lexvo.org/id/char/218F6> a lvont:Character ;
    lvont:represents "𡣶"^^xsd:string .

<http://lexvo.org/id/char/218F7> a lvont:Character ;
    lvont:represents "𡣷"^^xsd:string .

<http://lexvo.org/id/char/218F8> a lvont:Character ;
    lvont:represents "𡣸"^^xsd:string .

<http://lexvo.org/id/char/218F9> a lvont:Character ;
    lvont:represents "𡣹"^^xsd:string .

<http://lexvo.org/id/char/218FA> a lvont:Character ;
    lvont:represents "𡣺"^^xsd:string .

<http://lexvo.org/id/char/218FB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/sen>,
        "𡣻"^^xsd:string .

<http://lexvo.org/id/char/218FC> a lvont:Character ;
    lvont:represents "𡣼"^^xsd:string .

<http://lexvo.org/id/char/218FD> a lvont:Character ;
    lvont:represents "𡣽"^^xsd:string .

<http://lexvo.org/id/char/218FE> a lvont:Character ;
    lvont:represents "𡣾"^^xsd:string .

<http://lexvo.org/id/char/218FF> a lvont:Character ;
    lvont:represents "𡣿"^^xsd:string .

<http://lexvo.org/id/char/2190> a lvont:Character ;
    lvont:represents "←"^^xsd:string ;
    rdfs:comment "LEFTWARDS ARROW"@en .

<http://lexvo.org/id/char/21900> a lvont:Character ;
    lvont:represents "𡤀"^^xsd:string .

<http://lexvo.org/id/char/21901> a lvont:Character ;
    lvont:represents "𡤁"^^xsd:string .

<http://lexvo.org/id/char/21902> a lvont:Character ;
    lvont:represents "𡤂"^^xsd:string .

<http://lexvo.org/id/char/21903> a lvont:Character ;
    lvont:represents "𡤃"^^xsd:string .

<http://lexvo.org/id/char/21904> a lvont:Character ;
    lvont:represents "𡤄"^^xsd:string .

<http://lexvo.org/id/char/21905> a lvont:Character ;
    lvont:represents "𡤅"^^xsd:string .

<http://lexvo.org/id/char/21906> a lvont:Character ;
    lvont:represents "𡤆"^^xsd:string .

<http://lexvo.org/id/char/21907> a lvont:Character ;
    lvont:represents "𡤇"^^xsd:string .

<http://lexvo.org/id/char/21908> a lvont:Character ;
    lvont:represents "𡤈"^^xsd:string .

<http://lexvo.org/id/char/21909> a lvont:Character ;
    lvont:represents "𡤉"^^xsd:string .

<http://lexvo.org/id/char/2190A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ch%E1%BB%ADa>,
        "𡤊"^^xsd:string .

<http://lexvo.org/id/char/2190B> a lvont:Character ;
    lvont:represents "𡤋"^^xsd:string .

<http://lexvo.org/id/char/2190C> a lvont:Character ;
    lvont:represents "𡤌"^^xsd:string .

<http://lexvo.org/id/char/2190D> a lvont:Character ;
    lvont:represents "𡤍"^^xsd:string .

<http://lexvo.org/id/char/2190E> a lvont:Character ;
    lvont:represents "𡤎"^^xsd:string .

<http://lexvo.org/id/char/2190F> a lvont:Character ;
    lvont:represents "𡤏"^^xsd:string .

<http://lexvo.org/id/char/2191> a lvont:Character ;
    lvont:represents "↑"^^xsd:string ;
    rdfs:comment "UPWARDS ARROW"@en .

<http://lexvo.org/id/char/21910> a lvont:Character ;
    lvont:represents "𡤐"^^xsd:string .

<http://lexvo.org/id/char/21911> a lvont:Character ;
    lvont:represents "𡤑"^^xsd:string .

<http://lexvo.org/id/char/21912> a lvont:Character ;
    lvont:represents "𡤒"^^xsd:string .

<http://lexvo.org/id/char/21913> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/m%E1%BB%9Bi>,
        "𡤓"^^xsd:string .

<http://lexvo.org/id/char/21914> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/m%E1%BB%9Bi>,
        "𡤔"^^xsd:string .

<http://lexvo.org/id/char/21915> a lvont:Character ;
    lvont:represents "𡤕"^^xsd:string .

<http://lexvo.org/id/char/21916> a lvont:Character ;
    lvont:represents "𡤖"^^xsd:string .

<http://lexvo.org/id/char/21917> a lvont:Character ;
    lvont:represents "𡤗"^^xsd:string .

<http://lexvo.org/id/char/21918> a lvont:Character ;
    lvont:represents "𡤘"^^xsd:string .

<http://lexvo.org/id/char/21919> a lvont:Character ;
    lvont:represents "𡤙"^^xsd:string .

<http://lexvo.org/id/char/2191A> a lvont:Character ;
    lvont:represents "𡤚"^^xsd:string .

<http://lexvo.org/id/char/2191B> a lvont:Character ;
    lvont:represents "𡤛"^^xsd:string .

<http://lexvo.org/id/char/2191C> a lvont:Character ;
    lvont:represents "𡤜"^^xsd:string .

<http://lexvo.org/id/char/2191D> a lvont:Character ;
    lvont:represents "𡤝"^^xsd:string .

<http://lexvo.org/id/char/2191E> a lvont:Character ;
    lvont:represents "𡤞"^^xsd:string .

<http://lexvo.org/id/char/2191F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/gi%E1%BB%8Fi>,
        "𡤟"^^xsd:string .

<http://lexvo.org/id/char/2192> a lvont:Character ;
    lvont:represents "→"^^xsd:string ;
    rdfs:comment "RIGHTWARDS ARROW"@en .

<http://lexvo.org/id/char/21920> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/r%E1%BB%83>,
        "𡤠"^^xsd:string .

<http://lexvo.org/id/char/21921> a lvont:Character ;
    lvont:represents "𡤡"^^xsd:string .

<http://lexvo.org/id/char/21922> a lvont:Character ;
    lvont:represents "𡤢"^^xsd:string .

<http://lexvo.org/id/char/21923> a lvont:Character ;
    lvont:represents "𡤣"^^xsd:string .

<http://lexvo.org/id/char/21924> a lvont:Character ;
    lvont:represents "𡤤"^^xsd:string .

<http://lexvo.org/id/char/21925> a lvont:Character ;
    lvont:represents "𡤥"^^xsd:string .

<http://lexvo.org/id/char/21926> a lvont:Character ;
    lvont:represents "𡤦"^^xsd:string .

<http://lexvo.org/id/char/21927> a lvont:Character ;
    lvont:represents "𡤧"^^xsd:string .

<http://lexvo.org/id/char/21928> a lvont:Character ;
    lvont:represents "𡤨"^^xsd:string .

<http://lexvo.org/id/char/21929> a lvont:Character ;
    lvont:represents "𡤩"^^xsd:string .

<http://lexvo.org/id/char/2192A> a lvont:Character ;
    lvont:represents "𡤪"^^xsd:string .

<http://lexvo.org/id/char/2192B> a lvont:Character ;
    lvont:represents "𡤫"^^xsd:string .

<http://lexvo.org/id/char/2192C> a lvont:Character ;
    lvont:represents "𡤬"^^xsd:string .

<http://lexvo.org/id/char/2192D> a lvont:Character ;
    lvont:represents "𡤭"^^xsd:string .

<http://lexvo.org/id/char/2192E> a lvont:Character ;
    lvont:represents "𡤮"^^xsd:string .

<http://lexvo.org/id/char/2192F> a lvont:Character ;
    lvont:represents "𡤯"^^xsd:string .

<http://lexvo.org/id/char/2193> a lvont:Character ;
    lvont:represents "↓"^^xsd:string ;
    rdfs:comment "DOWNWARDS ARROW"@en .

<http://lexvo.org/id/char/21930> a lvont:Character ;
    lvont:represents "𡤰"^^xsd:string .

<http://lexvo.org/id/char/21931> a lvont:Character ;
    lvont:represents "𡤱"^^xsd:string .

<http://lexvo.org/id/char/21932> a lvont:Character ;
    lvont:represents "𡤲"^^xsd:string .

<http://lexvo.org/id/char/21933> a lvont:Character ;
    lvont:represents "𡤳"^^xsd:string .

<http://lexvo.org/id/char/21934> a lvont:Character ;
    lvont:represents "𡤴"^^xsd:string .

<http://lexvo.org/id/char/21935> a lvont:Character ;
    lvont:represents "𡤵"^^xsd:string .

<http://lexvo.org/id/char/21936> a lvont:Character ;
    lvont:represents "𡤶"^^xsd:string .

<http://lexvo.org/id/char/21937> a lvont:Character ;
    lvont:represents "𡤷"^^xsd:string .

<http://lexvo.org/id/char/21938> a lvont:Character ;
    lvont:represents "𡤸"^^xsd:string .

<http://lexvo.org/id/char/21939> a lvont:Character ;
    lvont:represents "𡤹"^^xsd:string .

<http://lexvo.org/id/char/2193A> a lvont:Character ;
    lvont:represents "𡤺"^^xsd:string .

<http://lexvo.org/id/char/2193B> a lvont:Character ;
    lvont:represents "𡤻"^^xsd:string .

<http://lexvo.org/id/char/2193D> a lvont:Character ;
    lvont:represents "𡤽"^^xsd:string .

<http://lexvo.org/id/char/2193E> a lvont:Character ;
    lvont:represents "𡤾"^^xsd:string .

<http://lexvo.org/id/char/2193F> a lvont:Character ;
    lvont:represents "𡤿"^^xsd:string .

<http://lexvo.org/id/char/2194> a lvont:Character ;
    lvont:represents "↔"^^xsd:string ;
    rdfs:comment "LEFT RIGHT ARROW"@en .

<http://lexvo.org/id/char/21940> a lvont:Character ;
    lvont:represents "𡥀"^^xsd:string .

<http://lexvo.org/id/char/21941> a lvont:Character ;
    lvont:represents "𡥁"^^xsd:string .

<http://lexvo.org/id/char/21942> a lvont:Character ;
    lvont:represents "𡥂"^^xsd:string .

<http://lexvo.org/id/char/21943> a lvont:Character ;
    lvont:represents "𡥃"^^xsd:string .

<http://lexvo.org/id/char/21944> a lvont:Character ;
    lvont:represents "𡥄"^^xsd:string .

<http://lexvo.org/id/char/21945> a lvont:Character ;
    lvont:represents "𡥅"^^xsd:string .

<http://lexvo.org/id/char/21946> a lvont:Character ;
    lvont:represents "𡥆"^^xsd:string .

<http://lexvo.org/id/char/21947> a lvont:Character ;
    lvont:represents "𡥇"^^xsd:string .

<http://lexvo.org/id/char/21948> a lvont:Character ;
    lvont:represents "𡥈"^^xsd:string .

<http://lexvo.org/id/char/21949> a lvont:Character ;
    lvont:represents "𡥉"^^xsd:string .

<http://lexvo.org/id/char/2194A> a lvont:Character ;
    lvont:represents "𡥊"^^xsd:string .

<http://lexvo.org/id/char/2194B> a lvont:Character ;
    lvont:represents "𡥋"^^xsd:string .

<http://lexvo.org/id/char/2194C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/nh%E1%BA%AFt>,
        "𡥌"^^xsd:string .

<http://lexvo.org/id/char/2194D> a lvont:Character ;
    lvont:represents "𡥍"^^xsd:string .

<http://lexvo.org/id/char/2194E> a lvont:Character ;
    lvont:represents "𡥎"^^xsd:string .

<http://lexvo.org/id/char/2194F> a lvont:Character ;
    lvont:represents "𡥏"^^xsd:string .

<http://lexvo.org/id/char/2195> a lvont:Character ;
    lvont:represents "↕"^^xsd:string ;
    rdfs:comment "UP DOWN ARROW"@en .

<http://lexvo.org/id/char/21950> a lvont:Character ;
    lvont:represents "𡥐"^^xsd:string .

<http://lexvo.org/id/char/21951> a lvont:Character ;
    lvont:represents "𡥑"^^xsd:string .

<http://lexvo.org/id/char/21952> a lvont:Character ;
    lvont:represents "𡥒"^^xsd:string .

<http://lexvo.org/id/char/21953> a lvont:Character ;
    lvont:represents "𡥓"^^xsd:string .

<http://lexvo.org/id/char/21954> a lvont:Character ;
    lvont:represents "𡥔"^^xsd:string .

<http://lexvo.org/id/char/21955> a lvont:Character ;
    lvont:represents "𡥕"^^xsd:string .

<http://lexvo.org/id/char/21956> a lvont:Character ;
    lvont:represents "𡥖"^^xsd:string .

<http://lexvo.org/id/char/21957> a lvont:Character ;
    lvont:represents "𡥗"^^xsd:string .

<http://lexvo.org/id/char/21958> a lvont:Character ;
    lvont:represents "𡥘"^^xsd:string .

<http://lexvo.org/id/char/21959> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ch%C3%A1u>,
        "𡥙"^^xsd:string .

<http://lexvo.org/id/char/2195A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/g%C3%A3>,
        "𡥚"^^xsd:string .

<http://lexvo.org/id/char/2195B> a lvont:Character ;
    lvont:represents "𡥛"^^xsd:string .

<http://lexvo.org/id/char/2195C> a lvont:Character ;
    lvont:represents "𡥜"^^xsd:string .

<http://lexvo.org/id/char/2195D> a lvont:Character ;
    lvont:represents "𡥝"^^xsd:string .

<http://lexvo.org/id/char/2195E> a lvont:Character ;
    lvont:represents "𡥞"^^xsd:string .

<http://lexvo.org/id/char/2195F> a lvont:Character ;
    lvont:represents "𡥟"^^xsd:string .

<http://lexvo.org/id/char/2196> a lvont:Character ;
    lvont:represents "↖"^^xsd:string ;
    rdfs:comment "NORTH WEST ARROW"@en .

<http://lexvo.org/id/char/21960> a lvont:Character ;
    lvont:represents "𡥠"^^xsd:string .

<http://lexvo.org/id/char/21961> a lvont:Character ;
    lvont:represents "𡥡"^^xsd:string .

<http://lexvo.org/id/char/21962> a lvont:Character ;
    lvont:represents "𡥢"^^xsd:string .

<http://lexvo.org/id/char/21963> a lvont:Character ;
    lvont:represents "𡥣"^^xsd:string .

<http://lexvo.org/id/char/21964> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/n%C3%B2i>,
        "𡥤"^^xsd:string .

<http://lexvo.org/id/char/21965> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/%C4%91%E1%BB%A9a>,
        "𡥥"^^xsd:string .

<http://lexvo.org/id/char/21966> a lvont:Character ;
    lvont:represents "𡥦"^^xsd:string .

<http://lexvo.org/id/char/21967> a lvont:Character ;
    lvont:represents "𡥧"^^xsd:string .

<http://lexvo.org/id/char/21968> a lvont:Character ;
    lvont:represents "𡥨"^^xsd:string .

<http://lexvo.org/id/char/21969> a lvont:Character ;
    lvont:represents "𡥩"^^xsd:string .

<http://lexvo.org/id/char/2196A> a lvont:Character ;
    lvont:represents "𡥪"^^xsd:string .

<http://lexvo.org/id/char/2196B> a lvont:Character ;
    lvont:represents "𡥫"^^xsd:string .

<http://lexvo.org/id/char/2196C> a lvont:Character ;
    lvont:represents "𡥬"^^xsd:string .

<http://lexvo.org/id/char/2196D> a lvont:Character ;
    lvont:represents "𡥭"^^xsd:string .

<http://lexvo.org/id/char/2196E> a lvont:Character ;
    lvont:represents "𡥮"^^xsd:string .

<http://lexvo.org/id/char/2196F> a lvont:Character ;
    lvont:represents "𡥯"^^xsd:string .

<http://lexvo.org/id/char/2197> a lvont:Character ;
    lvont:represents "↗"^^xsd:string ;
    rdfs:comment "NORTH EAST ARROW"@en .

<http://lexvo.org/id/char/21970> a lvont:Character ;
    lvont:represents "𡥰"^^xsd:string .

<http://lexvo.org/id/char/21971> a lvont:Character ;
    lvont:represents "𡥱"^^xsd:string .

<http://lexvo.org/id/char/21972> a lvont:Character ;
    lvont:represents "𡥲"^^xsd:string .

<http://lexvo.org/id/char/21973> a lvont:Character ;
    lvont:represents "𡥳"^^xsd:string .

<http://lexvo.org/id/char/21974> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/n%C3%ADt>,
        "𡥴"^^xsd:string .

<http://lexvo.org/id/char/21975> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/con>,
        "𡥵"^^xsd:string .

<http://lexvo.org/id/char/21976> a lvont:Character ;
    lvont:represents "𡥶"^^xsd:string .

<http://lexvo.org/id/char/21977> a lvont:Character ;
    lvont:represents "𡥷"^^xsd:string .

<http://lexvo.org/id/char/21978> a lvont:Character ;
    lvont:represents "𡥸"^^xsd:string .

<http://lexvo.org/id/char/21979> a lvont:Character ;
    lvont:represents "𡥹"^^xsd:string .

<http://lexvo.org/id/char/2197A> a lvont:Character ;
    lvont:represents "𡥺"^^xsd:string .

<http://lexvo.org/id/char/2197B> a lvont:Character ;
    lvont:represents "𡥻"^^xsd:string .

<http://lexvo.org/id/char/2197C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/me1>,
        <http://lexvo.org/id/term/yue/%F0%A1%A5%BC>,
        "𡥼"^^xsd:string ;
    rdfs:comment "(Cant.) to carry on the back"@en .

<http://lexvo.org/id/char/2197D> a lvont:Character ;
    lvont:represents "𡥽"^^xsd:string .

<http://lexvo.org/id/char/2197E> a lvont:Character ;
    lvont:represents "𡥾"^^xsd:string .

<http://lexvo.org/id/char/2197F> a lvont:Character ;
    lvont:represents "𡥿"^^xsd:string .

<http://lexvo.org/id/char/2198> a lvont:Character ;
    lvont:represents "↘"^^xsd:string ;
    rdfs:comment "SOUTH EAST ARROW"@en .

<http://lexvo.org/id/char/21980> a lvont:Character ;
    lvont:represents "𡦀"^^xsd:string .

<http://lexvo.org/id/char/21981> a lvont:Character ;
    lvont:represents "𡦁"^^xsd:string .

<http://lexvo.org/id/char/21982> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ch%E1%BB%AF>,
        "𡦂"^^xsd:string .

<http://lexvo.org/id/char/21983> a lvont:Character ;
    lvont:represents "𡦃"^^xsd:string .

<http://lexvo.org/id/char/21984> a lvont:Character ;
    lvont:represents "𡦄"^^xsd:string .

<http://lexvo.org/id/char/21985> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/so>,
        "𡦅"^^xsd:string .

<http://lexvo.org/id/char/21986> a lvont:Character ;
    lvont:represents "𡦆"^^xsd:string .

<http://lexvo.org/id/char/21987> a lvont:Character ;
    lvont:represents "𡦇"^^xsd:string .

<http://lexvo.org/id/char/21988> a lvont:Character ;
    lvont:represents "𡦈"^^xsd:string .

<http://lexvo.org/id/char/21989> a lvont:Character ;
    lvont:represents "𡦉"^^xsd:string .

<http://lexvo.org/id/char/2198A> a lvont:Character ;
    lvont:represents "𡦊"^^xsd:string .

<http://lexvo.org/id/char/2198B> a lvont:Character ;
    lvont:represents "𡦋"^^xsd:string .

<http://lexvo.org/id/char/2198C> a lvont:Character ;
    lvont:represents "𡦌"^^xsd:string .

<http://lexvo.org/id/char/2198D> a lvont:Character ;
    lvont:represents "𡦍"^^xsd:string .

<http://lexvo.org/id/char/2198E> a lvont:Character ;
    lvont:represents "𡦎"^^xsd:string .

<http://lexvo.org/id/char/2198F> a lvont:Character ;
    lvont:represents "𡦏"^^xsd:string .

<http://lexvo.org/id/char/2199> a lvont:Character ;
    lvont:represents "↙"^^xsd:string ;
    rdfs:comment "SOUTH WEST ARROW"@en .

<http://lexvo.org/id/char/21990> a lvont:Character ;
    lvont:represents "𡦐"^^xsd:string .

<http://lexvo.org/id/char/21991> a lvont:Character ;
    lvont:represents "𡦑"^^xsd:string .

<http://lexvo.org/id/char/21992> a lvont:Character ;
    lvont:represents "𡦒"^^xsd:string .

<http://lexvo.org/id/char/21993> a lvont:Character ;
    lvont:represents "𡦓"^^xsd:string .

<http://lexvo.org/id/char/21994> a lvont:Character ;
    lvont:represents "𡦔"^^xsd:string .

<http://lexvo.org/id/char/21995> a lvont:Character ;
    lvont:represents "𡦕"^^xsd:string .

<http://lexvo.org/id/char/21996> a lvont:Character ;
    lvont:represents "𡦖"^^xsd:string .

<http://lexvo.org/id/char/21997> a lvont:Character ;
    lvont:represents "𡦗"^^xsd:string .

<http://lexvo.org/id/char/21998> a lvont:Character ;
    lvont:represents "𡦘"^^xsd:string .

<http://lexvo.org/id/char/21999> a lvont:Character ;
    lvont:represents "𡦙"^^xsd:string .

<http://lexvo.org/id/char/2199A> a lvont:Character ;
    lvont:represents "𡦚"^^xsd:string .

<http://lexvo.org/id/char/2199B> a lvont:Character ;
    lvont:represents "𡦛"^^xsd:string .

<http://lexvo.org/id/char/2199C> a lvont:Character ;
    lvont:represents "𡦜"^^xsd:string .

<http://lexvo.org/id/char/2199D> a lvont:Character ;
    lvont:represents "𡦝"^^xsd:string .

<http://lexvo.org/id/char/2199E> a lvont:Character ;
    lvont:represents "𡦞"^^xsd:string .

<http://lexvo.org/id/char/2199F> a lvont:Character ;
    lvont:represents "𡦟"^^xsd:string .

<http://lexvo.org/id/char/219A> a lvont:Character ;
    lvont:represents "↚"^^xsd:string ;
    rdfs:comment "LEFTWARDS ARROW WITH STROKE"@en .

<http://lexvo.org/id/char/219A0> a lvont:Character ;
    lvont:represents "𡦠"^^xsd:string .

<http://lexvo.org/id/char/219A1> a lvont:Character ;
    lvont:represents "𡦡"^^xsd:string .

<http://lexvo.org/id/char/219A2> a lvont:Character ;
    lvont:represents "𡦢"^^xsd:string .

<http://lexvo.org/id/char/219A3> a lvont:Character ;
    lvont:represents "𡦣"^^xsd:string .

<http://lexvo.org/id/char/219A4> a lvont:Character ;
    lvont:represents "𡦤"^^xsd:string .

<http://lexvo.org/id/char/219A5> a lvont:Character ;
    lvont:represents "𡦥"^^xsd:string .

<http://lexvo.org/id/char/219A6> a lvont:Character ;
    lvont:represents "𡦦"^^xsd:string .

<http://lexvo.org/id/char/219A7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/r%E1%BB%91t>,
        "𡦧"^^xsd:string .

<http://lexvo.org/id/char/219A8> a lvont:Character ;
    lvont:represents "𡦨"^^xsd:string .

<http://lexvo.org/id/char/219A9> a lvont:Character ;
    lvont:represents "𡦩"^^xsd:string .

<http://lexvo.org/id/char/219AA> a lvont:Character ;
    lvont:represents "𡦪"^^xsd:string .

<http://lexvo.org/id/char/219AB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ch%E1%BA%AFt>,
        "𡦫"^^xsd:string .

<http://lexvo.org/id/char/219AC> a lvont:Character ;
    lvont:represents "𡦬"^^xsd:string .

<http://lexvo.org/id/char/219AD> a lvont:Character ;
    lvont:represents "𡦭"^^xsd:string .

<http://lexvo.org/id/char/219AE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/nh%E1%BA%AFng>,
        "𡦮"^^xsd:string .

<http://lexvo.org/id/char/219AF> a lvont:Character ;
    lvont:represents "𡦯"^^xsd:string .

<http://lexvo.org/id/char/219B> a lvont:Character ;
    lvont:represents "↛"^^xsd:string ;
    rdfs:comment "RIGHTWARDS ARROW WITH STROKE"@en .

<http://lexvo.org/id/char/219B0> a lvont:Character ;
    lvont:represents "𡦰"^^xsd:string .

<http://lexvo.org/id/char/219B1> a lvont:Character ;
    lvont:represents "𡦱"^^xsd:string .

<http://lexvo.org/id/char/219B2> a lvont:Character ;
    lvont:represents "𡦲"^^xsd:string .

<http://lexvo.org/id/char/219B3> a lvont:Character ;
    lvont:represents "𡦳"^^xsd:string .

<http://lexvo.org/id/char/219B4> a lvont:Character ;
    lvont:represents "𡦴"^^xsd:string .

<http://lexvo.org/id/char/219B5> a lvont:Character ;
    lvont:represents "𡦵"^^xsd:string .

<http://lexvo.org/id/char/219B6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/c%C3%B4i>,
        "𡦶"^^xsd:string .

<http://lexvo.org/id/char/219B7> a lvont:Character ;
    lvont:represents "𡦷"^^xsd:string .

<http://lexvo.org/id/char/219B8> a lvont:Character ;
    lvont:represents "𡦸"^^xsd:string .

<http://lexvo.org/id/char/219B9> a lvont:Character ;
    lvont:represents "𡦹"^^xsd:string .

<http://lexvo.org/id/char/219BA> a lvont:Character ;
    lvont:represents "𡦺"^^xsd:string .

<http://lexvo.org/id/char/219BB> a lvont:Character ;
    lvont:represents "𡦻"^^xsd:string .

<http://lexvo.org/id/char/219BC> a lvont:Character ;
    lvont:represents "𡦼"^^xsd:string .

<http://lexvo.org/id/char/219BD> a lvont:Character ;
    lvont:represents "𡦽"^^xsd:string .

<http://lexvo.org/id/char/219BE> a lvont:Character ;
    lvont:represents "𡦾"^^xsd:string .

<http://lexvo.org/id/char/219BF> a lvont:Character ;
    lvont:represents "𡦿"^^xsd:string .

<http://lexvo.org/id/char/219C> a lvont:Character ;
    lvont:represents "↜"^^xsd:string ;
    rdfs:comment "LEFTWARDS WAVE ARROW"@en .

<http://lexvo.org/id/char/219C0> a lvont:Character ;
    lvont:represents "𡧀"^^xsd:string .

<http://lexvo.org/id/char/219C1> a lvont:Character ;
    lvont:represents "𡧁"^^xsd:string .

<http://lexvo.org/id/char/219C2> a lvont:Character ;
    lvont:represents "𡧂"^^xsd:string .

<http://lexvo.org/id/char/219C3> a lvont:Character ;
    lvont:represents "𡧃"^^xsd:string .

<http://lexvo.org/id/char/219C4> a lvont:Character ;
    lvont:represents "𡧄"^^xsd:string .

<http://lexvo.org/id/char/219C5> a lvont:Character ;
    lvont:represents "𡧅"^^xsd:string .

<http://lexvo.org/id/char/219C6> a lvont:Character ;
    lvont:represents "𡧆"^^xsd:string .

<http://lexvo.org/id/char/219C7> a lvont:Character ;
    lvont:represents "𡧇"^^xsd:string .

<http://lexvo.org/id/char/219C8> a lvont:Character ;
    lvont:represents "𡧈"^^xsd:string .

<http://lexvo.org/id/char/219C9> a lvont:Character ;
    lvont:represents "𡧉"^^xsd:string .

<http://lexvo.org/id/char/219CA> a lvont:Character ;
    lvont:represents "𡧊"^^xsd:string .

<http://lexvo.org/id/char/219CB> a lvont:Character ;
    lvont:represents "𡧋"^^xsd:string .

<http://lexvo.org/id/char/219CC> a lvont:Character ;
    lvont:represents "𡧌"^^xsd:string .

<http://lexvo.org/id/char/219CD> a lvont:Character ;
    lvont:represents "𡧍"^^xsd:string .

<http://lexvo.org/id/char/219CE> a lvont:Character ;
    lvont:represents "𡧎"^^xsd:string .

<http://lexvo.org/id/char/219CF> a lvont:Character ;
    lvont:represents "𡧏"^^xsd:string .

<http://lexvo.org/id/char/219D> a lvont:Character ;
    lvont:represents "↝"^^xsd:string ;
    rdfs:comment "RIGHTWARDS WAVE ARROW"@en .

<http://lexvo.org/id/char/219D0> a lvont:Character ;
    lvont:represents "𡧐"^^xsd:string .

<http://lexvo.org/id/char/219D1> a lvont:Character ;
    lvont:represents "𡧑"^^xsd:string .

<http://lexvo.org/id/char/219D2> a lvont:Character ;
    lvont:represents "𡧒"^^xsd:string .

<http://lexvo.org/id/char/219D3> a lvont:Character ;
    lvont:represents "𡧓"^^xsd:string .

<http://lexvo.org/id/char/219D4> a lvont:Character ;
    lvont:represents "𡧔"^^xsd:string .

<http://lexvo.org/id/char/219D5> a lvont:Character ;
    lvont:represents "𡧕"^^xsd:string .

<http://lexvo.org/id/char/219D6> a lvont:Character ;
    lvont:represents "𡧖"^^xsd:string .

<http://lexvo.org/id/char/219D7> a lvont:Character ;
    lvont:represents "𡧗"^^xsd:string .

<http://lexvo.org/id/char/219D8> a lvont:Character ;
    lvont:represents "𡧘"^^xsd:string .

<http://lexvo.org/id/char/219D9> a lvont:Character ;
    lvont:represents "𡧙"^^xsd:string .

<http://lexvo.org/id/char/219DA> a lvont:Character ;
    lvont:represents "𡧚"^^xsd:string .

<http://lexvo.org/id/char/219DB> a lvont:Character ;
    lvont:represents "𡧛"^^xsd:string .

<http://lexvo.org/id/char/219DC> a lvont:Character ;
    lvont:represents "𡧜"^^xsd:string .

<http://lexvo.org/id/char/219DD> a lvont:Character ;
    lvont:represents "𡧝"^^xsd:string .

<http://lexvo.org/id/char/219DE> a lvont:Character ;
    lvont:represents "𡧞"^^xsd:string .

<http://lexvo.org/id/char/219DF> a lvont:Character ;
    lvont:represents "𡧟"^^xsd:string .

<http://lexvo.org/id/char/219E> a lvont:Character ;
    lvont:represents "↞"^^xsd:string ;
    rdfs:comment "LEFTWARDS TWO HEADED ARROW"@en .

<http://lexvo.org/id/char/219E0> a lvont:Character ;
    lvont:represents "𡧠"^^xsd:string .

<http://lexvo.org/id/char/219E1> a lvont:Character ;
    lvont:represents "𡧡"^^xsd:string .

<http://lexvo.org/id/char/219E2> a lvont:Character ;
    lvont:represents "𡧢"^^xsd:string .

<http://lexvo.org/id/char/219E3> a lvont:Character ;
    lvont:represents "𡧣"^^xsd:string .

<http://lexvo.org/id/char/219E4> a lvont:Character ;
    lvont:represents "𡧤"^^xsd:string .

<http://lexvo.org/id/char/219E5> a lvont:Character ;
    lvont:represents "𡧥"^^xsd:string .

<http://lexvo.org/id/char/219E6> a lvont:Character ;
    lvont:represents "𡧦"^^xsd:string .

<http://lexvo.org/id/char/219E7> a lvont:Character ;
    lvont:represents "𡧧"^^xsd:string .

<http://lexvo.org/id/char/219E8> a lvont:Character ;
    lvont:represents "𡧨"^^xsd:string .

<http://lexvo.org/id/char/219E9> a lvont:Character ;
    lvont:represents "𡧩"^^xsd:string .

<http://lexvo.org/id/char/219EA> a lvont:Character ;
    lvont:represents "𡧪"^^xsd:string .

<http://lexvo.org/id/char/219EB> a lvont:Character ;
    lvont:represents "𡧫"^^xsd:string .

<http://lexvo.org/id/char/219EC> a lvont:Character ;
    lvont:represents "𡧬"^^xsd:string .

<http://lexvo.org/id/char/219ED> a lvont:Character ;
    lvont:represents "𡧭"^^xsd:string .

<http://lexvo.org/id/char/219EE> a lvont:Character ;
    lvont:represents "𡧮"^^xsd:string .

<http://lexvo.org/id/char/219EF> a lvont:Character ;
    lvont:represents "𡧯"^^xsd:string .

<http://lexvo.org/id/char/219F> a lvont:Character ;
    lvont:represents "↟"^^xsd:string ;
    rdfs:comment "UPWARDS TWO HEADED ARROW"@en .

<http://lexvo.org/id/char/219F0> a lvont:Character ;
    lvont:represents "𡧰"^^xsd:string .

<http://lexvo.org/id/char/219F1> a lvont:Character ;
    lvont:represents "𡧱"^^xsd:string .

<http://lexvo.org/id/char/219F2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/gi%E1%BB%AFa>,
        "𡧲"^^xsd:string .

<http://lexvo.org/id/char/219F3> a lvont:Character ;
    lvont:represents "𡧳"^^xsd:string .

<http://lexvo.org/id/char/219F4> a lvont:Character ;
    lvont:represents "𡧴"^^xsd:string .

<http://lexvo.org/id/char/219F5> a lvont:Character ;
    lvont:represents "𡧵"^^xsd:string .

<http://lexvo.org/id/char/219F6> a lvont:Character ;
    lvont:represents "𡧶"^^xsd:string .

<http://lexvo.org/id/char/219F7> a lvont:Character ;
    lvont:represents "𡧷"^^xsd:string .

<http://lexvo.org/id/char/219F8> a lvont:Character ;
    lvont:represents "𡧸"^^xsd:string .

<http://lexvo.org/id/char/219F9> a lvont:Character ;
    lvont:represents "𡧹"^^xsd:string .

<http://lexvo.org/id/char/219FA> a lvont:Character ;
    lvont:represents "𡧺"^^xsd:string .

<http://lexvo.org/id/char/219FB> a lvont:Character ;
    lvont:represents "𡧻"^^xsd:string .

<http://lexvo.org/id/char/219FC> a lvont:Character ;
    lvont:represents "𡧼"^^xsd:string .

<http://lexvo.org/id/char/219FD> a lvont:Character ;
    lvont:represents "𡧽"^^xsd:string .

<http://lexvo.org/id/char/219FE> a lvont:Character ;
    lvont:represents "𡧾"^^xsd:string .

<http://lexvo.org/id/char/219FF> a lvont:Character ;
    lvont:represents "𡧿"^^xsd:string .

<http://lexvo.org/id/char/21A0> a lvont:Character ;
    lvont:represents "↠"^^xsd:string ;
    rdfs:comment "RIGHTWARDS TWO HEADED ARROW"@en .

<http://lexvo.org/id/char/21A00> a lvont:Character ;
    lvont:represents "𡨀"^^xsd:string .

<http://lexvo.org/id/char/21A01> a lvont:Character ;
    lvont:represents "𡨁"^^xsd:string .

<http://lexvo.org/id/char/21A02> a lvont:Character ;
    lvont:represents "𡨂"^^xsd:string .

<http://lexvo.org/id/char/21A03> a lvont:Character ;
    lvont:represents "𡨃"^^xsd:string .

<http://lexvo.org/id/char/21A04> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%F0%A1%A8%84>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C7%8E>,
        "𡨄"^^xsd:string ;
    rdfs:comment "to stop up"@en .

<http://lexvo.org/id/char/21A05> a lvont:Character ;
    lvont:represents "𡨅"^^xsd:string .

<http://lexvo.org/id/char/21A06> a lvont:Character ;
    lvont:represents "𡨆"^^xsd:string .

<http://lexvo.org/id/char/21A07> a lvont:Character ;
    lvont:represents "𡨇"^^xsd:string .

<http://lexvo.org/id/char/21A08> a lvont:Character ;
    lvont:represents "𡨈"^^xsd:string .

<http://lexvo.org/id/char/21A09> a lvont:Character ;
    lvont:represents "𡨉"^^xsd:string .

<http://lexvo.org/id/char/21A0A> a lvont:Character ;
    lvont:represents "𡨊"^^xsd:string .

<http://lexvo.org/id/char/21A0B> a lvont:Character ;
    lvont:represents "𡨋"^^xsd:string .

<http://lexvo.org/id/char/21A0C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/gi%E1%BB%AFa>,
        "𡨌"^^xsd:string .

<http://lexvo.org/id/char/21A0D> a lvont:Character ;
    lvont:represents "𡨍"^^xsd:string .

<http://lexvo.org/id/char/21A0E> a lvont:Character ;
    lvont:represents "𡨎"^^xsd:string .

<http://lexvo.org/id/char/21A0F> a lvont:Character ;
    lvont:represents "𡨏"^^xsd:string .

<http://lexvo.org/id/char/21A1> a lvont:Character ;
    lvont:represents "↡"^^xsd:string ;
    rdfs:comment "DOWNWARDS TWO HEADED ARROW"@en .

<http://lexvo.org/id/char/21A10> a lvont:Character ;
    lvont:represents "𡨐"^^xsd:string .

<http://lexvo.org/id/char/21A11> a lvont:Character ;
    lvont:represents "𡨑"^^xsd:string .

<http://lexvo.org/id/char/21A12> a lvont:Character ;
    lvont:represents "𡨒"^^xsd:string .

<http://lexvo.org/id/char/21A13> a lvont:Character ;
    lvont:represents "𡨓"^^xsd:string .

<http://lexvo.org/id/char/21A14> a lvont:Character ;
    lvont:represents "𡨔"^^xsd:string .

<http://lexvo.org/id/char/21A15> a lvont:Character ;
    lvont:represents "𡨕"^^xsd:string .

<http://lexvo.org/id/char/21A16> a lvont:Character ;
    lvont:represents "𡨖"^^xsd:string .

<http://lexvo.org/id/char/21A17> a lvont:Character ;
    lvont:represents "𡨗"^^xsd:string .

<http://lexvo.org/id/char/21A18> a lvont:Character ;
    lvont:represents "𡨘"^^xsd:string .

<http://lexvo.org/id/char/21A19> a lvont:Character ;
    lvont:represents "𡨙"^^xsd:string .

<http://lexvo.org/id/char/21A1A> a lvont:Character ;
    lvont:represents "𡨚"^^xsd:string .

<http://lexvo.org/id/char/21A1B> a lvont:Character ;
    lvont:represents "𡨛"^^xsd:string .

<http://lexvo.org/id/char/21A1C> a lvont:Character ;
    lvont:represents "𡨜"^^xsd:string .

<http://lexvo.org/id/char/21A1D> a lvont:Character ;
    lvont:represents "𡨝"^^xsd:string .

<http://lexvo.org/id/char/21A1E> a lvont:Character ;
    lvont:represents "𡨞"^^xsd:string .

<http://lexvo.org/id/char/21A1F> a lvont:Character ;
    lvont:represents "𡨟"^^xsd:string .

<http://lexvo.org/id/char/21A2> a lvont:Character ;
    lvont:represents "↢"^^xsd:string ;
    rdfs:comment "LEFTWARDS ARROW WITH TAIL"@en .

<http://lexvo.org/id/char/21A20> a lvont:Character ;
    lvont:represents "𡨠"^^xsd:string .

<http://lexvo.org/id/char/21A21> a lvont:Character ;
    lvont:represents "𡨡"^^xsd:string .

<http://lexvo.org/id/char/21A22> a lvont:Character ;
    lvont:represents "𡨢"^^xsd:string .

<http://lexvo.org/id/char/21A23> a lvont:Character ;
    lvont:represents "𡨣"^^xsd:string .

<http://lexvo.org/id/char/21A24> a lvont:Character ;
    lvont:represents "𡨤"^^xsd:string .

<http://lexvo.org/id/char/21A25> a lvont:Character ;
    lvont:represents "𡨥"^^xsd:string .

<http://lexvo.org/id/char/21A26> a lvont:Character ;
    lvont:represents "𡨦"^^xsd:string .

<http://lexvo.org/id/char/21A27> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/t%E1%BB%91t>,
        "𡨧"^^xsd:string .

<http://lexvo.org/id/char/21A28> a lvont:Character ;
    lvont:represents "𡨨"^^xsd:string .

<http://lexvo.org/id/char/21A29> a lvont:Character ;
    lvont:represents "𡨩"^^xsd:string .

<http://lexvo.org/id/char/21A2A> a lvont:Character ;
    lvont:represents "𡨪"^^xsd:string .

<http://lexvo.org/id/char/21A2B> a lvont:Character ;
    lvont:represents "𡨫"^^xsd:string .

<http://lexvo.org/id/char/21A2C> a lvont:Character ;
    lvont:represents "𡨬"^^xsd:string .

<http://lexvo.org/id/char/21A2D> a lvont:Character ;
    lvont:represents "𡨭"^^xsd:string .

<http://lexvo.org/id/char/21A2E> a lvont:Character ;
    lvont:represents "𡨮"^^xsd:string .

<http://lexvo.org/id/char/21A2F> a lvont:Character ;
    lvont:represents "𡨯"^^xsd:string .

<http://lexvo.org/id/char/21A3> a lvont:Character ;
    lvont:represents "↣"^^xsd:string ;
    rdfs:comment "RIGHTWARDS ARROW WITH TAIL"@en .

<http://lexvo.org/id/char/21A30> a lvont:Character ;
    lvont:represents "𡨰"^^xsd:string .

<http://lexvo.org/id/char/21A31> a lvont:Character ;
    lvont:represents "𡨱"^^xsd:string .

<http://lexvo.org/id/char/21A32> a lvont:Character ;
    lvont:represents "𡨲"^^xsd:string .

<http://lexvo.org/id/char/21A33> a lvont:Character ;
    lvont:represents "𡨳"^^xsd:string .

<http://lexvo.org/id/char/21A34> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/ning4>,
        <http://lexvo.org/id/term/yue/%F0%A1%A8%B4>,
        "𡨴"^^xsd:string ;
    rdfs:comment "rather; it is better; it is easier"@en .

<http://lexvo.org/id/char/21A35> a lvont:Character ;
    lvont:represents "𡨵"^^xsd:string .

<http://lexvo.org/id/char/21A36> a lvont:Character ;
    lvont:represents "𡨶"^^xsd:string .

<http://lexvo.org/id/char/21A37> a lvont:Character ;
    lvont:represents "𡨷"^^xsd:string .

<http://lexvo.org/id/char/21A38> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ch%E1%BB%AF>,
        "𡨸"^^xsd:string .

<http://lexvo.org/id/char/21A39> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/gi%E1%BB%AF>,
        "𡨹"^^xsd:string .

<http://lexvo.org/id/char/21A3A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/tr%E1%BB%AF>,
        "𡨺"^^xsd:string .

<http://lexvo.org/id/char/21A3B> a lvont:Character ;
    lvont:represents "𡨻"^^xsd:string .

<http://lexvo.org/id/char/21A3C> a lvont:Character ;
    lvont:represents "𡨼"^^xsd:string .

<http://lexvo.org/id/char/21A3D> a lvont:Character ;
    lvont:represents "𡨽"^^xsd:string .

<http://lexvo.org/id/char/21A3E> a lvont:Character ;
    lvont:represents "𡨾"^^xsd:string .

<http://lexvo.org/id/char/21A3F> a lvont:Character ;
    lvont:represents "𡨿"^^xsd:string .

<http://lexvo.org/id/char/21A4> a lvont:Character ;
    lvont:represents "↤"^^xsd:string ;
    rdfs:comment "LEFTWARDS ARROW FROM BAR"@en .

<http://lexvo.org/id/char/21A40> a lvont:Character ;
    lvont:represents "𡩀"^^xsd:string .

<http://lexvo.org/id/char/21A41> a lvont:Character ;
    lvont:represents "𡩁"^^xsd:string .

<http://lexvo.org/id/char/21A42> a lvont:Character ;
    lvont:represents "𡩂"^^xsd:string .

<http://lexvo.org/id/char/21A43> a lvont:Character ;
    lvont:represents "𡩃"^^xsd:string .

<http://lexvo.org/id/char/21A44> a lvont:Character ;
    lvont:represents "𡩄"^^xsd:string .

<http://lexvo.org/id/char/21A45> a lvont:Character ;
    lvont:represents "𡩅"^^xsd:string .

<http://lexvo.org/id/char/21A46> a lvont:Character ;
    lvont:represents "𡩆"^^xsd:string .

<http://lexvo.org/id/char/21A47> a lvont:Character ;
    lvont:represents "𡩇"^^xsd:string .

<http://lexvo.org/id/char/21A48> a lvont:Character ;
    lvont:represents "𡩈"^^xsd:string .

<http://lexvo.org/id/char/21A49> a lvont:Character ;
    lvont:represents "𡩉"^^xsd:string .

<http://lexvo.org/id/char/21A4A> a lvont:Character ;
    lvont:represents "𡩊"^^xsd:string .

<http://lexvo.org/id/char/21A4B> a lvont:Character ;
    lvont:represents "𡩋"^^xsd:string .

<http://lexvo.org/id/char/21A4C> a lvont:Character ;
    lvont:represents "𡩌"^^xsd:string .

<http://lexvo.org/id/char/21A4D> a lvont:Character ;
    lvont:represents "𡩍"^^xsd:string .

<http://lexvo.org/id/char/21A4E> a lvont:Character ;
    lvont:represents "𡩎"^^xsd:string .

<http://lexvo.org/id/char/21A4F> a lvont:Character ;
    lvont:represents "𡩏"^^xsd:string .

<http://lexvo.org/id/char/21A5> a lvont:Character ;
    lvont:represents "↥"^^xsd:string ;
    rdfs:comment "UPWARDS ARROW FROM BAR"@en .

<http://lexvo.org/id/char/21A50> a lvont:Character ;
    lvont:represents "𡩐"^^xsd:string .

<http://lexvo.org/id/char/21A51> a lvont:Character ;
    lvont:represents "𡩑"^^xsd:string .

<http://lexvo.org/id/char/21A52> a lvont:Character ;
    lvont:represents "𡩒"^^xsd:string .

<http://lexvo.org/id/char/21A53> a lvont:Character ;
    lvont:represents "𡩓"^^xsd:string .

<http://lexvo.org/id/char/21A54> a lvont:Character ;
    lvont:represents "𡩔"^^xsd:string .

<http://lexvo.org/id/char/21A55> a lvont:Character ;
    lvont:represents "𡩕"^^xsd:string .

<http://lexvo.org/id/char/21A56> a lvont:Character ;
    lvont:represents "𡩖"^^xsd:string .

<http://lexvo.org/id/char/21A57> a lvont:Character ;
    lvont:represents "𡩗"^^xsd:string .

<http://lexvo.org/id/char/21A58> a lvont:Character ;
    lvont:represents "𡩘"^^xsd:string .

<http://lexvo.org/id/char/21A59> a lvont:Character ;
    lvont:represents "𡩙"^^xsd:string .

<http://lexvo.org/id/char/21A5A> a lvont:Character ;
    lvont:represents "𡩚"^^xsd:string .

<http://lexvo.org/id/char/21A5B> a lvont:Character ;
    lvont:represents "𡩛"^^xsd:string .

<http://lexvo.org/id/char/21A5C> a lvont:Character ;
    lvont:represents "𡩜"^^xsd:string .

<http://lexvo.org/id/char/21A5D> a lvont:Character ;
    lvont:represents "𡩝"^^xsd:string .

<http://lexvo.org/id/char/21A5E> a lvont:Character ;
    lvont:represents "𡩞"^^xsd:string .

<http://lexvo.org/id/char/21A5F> a lvont:Character ;
    lvont:represents "𡩟"^^xsd:string .

<http://lexvo.org/id/char/21A6> a lvont:Character ;
    lvont:represents "↦"^^xsd:string ;
    rdfs:comment "RIGHTWARDS ARROW FROM BAR"@en .

<http://lexvo.org/id/char/21A60> a lvont:Character ;
    lvont:represents "𡩠"^^xsd:string .

<http://lexvo.org/id/char/21A61> a lvont:Character ;
    lvont:represents "𡩡"^^xsd:string .

<http://lexvo.org/id/char/21A62> a lvont:Character ;
    lvont:represents "𡩢"^^xsd:string .

<http://lexvo.org/id/char/21A63> a lvont:Character ;
    lvont:represents "𡩣"^^xsd:string .

<http://lexvo.org/id/char/21A64> a lvont:Character ;
    lvont:represents "𡩤"^^xsd:string .

<http://lexvo.org/id/char/21A65> a lvont:Character ;
    lvont:represents "𡩥"^^xsd:string .

<http://lexvo.org/id/char/21A66> a lvont:Character ;
    lvont:represents "𡩦"^^xsd:string .

<http://lexvo.org/id/char/21A67> a lvont:Character ;
    lvont:represents "𡩧"^^xsd:string .

<http://lexvo.org/id/char/21A68> a lvont:Character ;
    lvont:represents "𡩨"^^xsd:string .

<http://lexvo.org/id/char/21A69> a lvont:Character ;
    lvont:represents "𡩩"^^xsd:string .

<http://lexvo.org/id/char/21A6A> a lvont:Character ;
    lvont:represents "𡩪"^^xsd:string .

<http://lexvo.org/id/char/21A6B> a lvont:Character ;
    lvont:represents "𡩫"^^xsd:string .

<http://lexvo.org/id/char/21A6C> a lvont:Character ;
    lvont:represents "𡩬"^^xsd:string .

<http://lexvo.org/id/char/21A6D> a lvont:Character ;
    lvont:represents "𡩭"^^xsd:string .

<http://lexvo.org/id/char/21A6E> a lvont:Character ;
    lvont:represents "𡩮"^^xsd:string .

<http://lexvo.org/id/char/21A6F> a lvont:Character ;
    lvont:represents "𡩯"^^xsd:string .

<http://lexvo.org/id/char/21A7> a lvont:Character ;
    lvont:represents "↧"^^xsd:string ;
    rdfs:comment "DOWNWARDS ARROW FROM BAR"@en .

<http://lexvo.org/id/char/21A70> a lvont:Character ;
    lvont:represents "𡩰"^^xsd:string .

<http://lexvo.org/id/char/21A71> a lvont:Character ;
    lvont:represents "𡩱"^^xsd:string .

<http://lexvo.org/id/char/21A72> a lvont:Character ;
    lvont:represents "𡩲"^^xsd:string .

<http://lexvo.org/id/char/21A73> a lvont:Character ;
    lvont:represents "𡩳"^^xsd:string .

<http://lexvo.org/id/char/21A74> a lvont:Character ;
    lvont:represents "𡩴"^^xsd:string .

<http://lexvo.org/id/char/21A75> a lvont:Character ;
    lvont:represents "𡩵"^^xsd:string .

<http://lexvo.org/id/char/21A76> a lvont:Character ;
    lvont:represents "𡩶"^^xsd:string .

<http://lexvo.org/id/char/21A77> a lvont:Character ;
    lvont:represents "𡩷"^^xsd:string .

<http://lexvo.org/id/char/21A78> a lvont:Character ;
    lvont:represents "𡩸"^^xsd:string .

<http://lexvo.org/id/char/21A79> a lvont:Character ;
    lvont:represents "𡩹"^^xsd:string .

<http://lexvo.org/id/char/21A7A> a lvont:Character ;
    lvont:represents "𡩺"^^xsd:string .

<http://lexvo.org/id/char/21A7B> a lvont:Character ;
    lvont:represents "𡩻"^^xsd:string .

<http://lexvo.org/id/char/21A7C> a lvont:Character ;
    lvont:represents "𡩼"^^xsd:string .

<http://lexvo.org/id/char/21A7D> a lvont:Character ;
    lvont:represents "𡩽"^^xsd:string .

<http://lexvo.org/id/char/21A7E> a lvont:Character ;
    lvont:represents "𡩾"^^xsd:string .

<http://lexvo.org/id/char/21A7F> a lvont:Character ;
    lvont:represents "𡩿"^^xsd:string .

<http://lexvo.org/id/char/21A8> a lvont:Character ;
    lvont:represents "↨"^^xsd:string ;
    rdfs:comment "UP DOWN ARROW WITH BASE"@en .

<http://lexvo.org/id/char/21A80> a lvont:Character ;
    lvont:represents "𡪀"^^xsd:string .

<http://lexvo.org/id/char/21A81> a lvont:Character ;
    lvont:represents "𡪁"^^xsd:string .

<http://lexvo.org/id/char/21A82> a lvont:Character ;
    lvont:represents "𡪂"^^xsd:string .

<http://lexvo.org/id/char/21A83> a lvont:Character ;
    lvont:represents "𡪃"^^xsd:string .

<http://lexvo.org/id/char/21A84> a lvont:Character ;
    lvont:represents "𡪄"^^xsd:string .

<http://lexvo.org/id/char/21A85> a lvont:Character ;
    lvont:represents "𡪅"^^xsd:string .

<http://lexvo.org/id/char/21A86> a lvont:Character ;
    lvont:represents "𡪆"^^xsd:string .

<http://lexvo.org/id/char/21A87> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ch%E1%BB%AFa>,
        "𡪇"^^xsd:string .

<http://lexvo.org/id/char/21A88> a lvont:Character ;
    lvont:represents "𡪈"^^xsd:string .

<http://lexvo.org/id/char/21A89> a lvont:Character ;
    lvont:represents "𡪉"^^xsd:string .

<http://lexvo.org/id/char/21A8A> a lvont:Character ;
    lvont:represents "𡪊"^^xsd:string .

<http://lexvo.org/id/char/21A8B> a lvont:Character ;
    lvont:represents "𡪋"^^xsd:string .

<http://lexvo.org/id/char/21A8C> a lvont:Character ;
    lvont:represents "𡪌"^^xsd:string .

<http://lexvo.org/id/char/21A8D> a lvont:Character ;
    lvont:represents "𡪍"^^xsd:string .

<http://lexvo.org/id/char/21A8E> a lvont:Character ;
    lvont:represents "𡪎"^^xsd:string .

<http://lexvo.org/id/char/21A8F> a lvont:Character ;
    lvont:represents "𡪏"^^xsd:string .

<http://lexvo.org/id/char/21A9> a lvont:Character ;
    lvont:represents "↩"^^xsd:string ;
    rdfs:comment "LEFTWARDS ARROW WITH HOOK"@en .

<http://lexvo.org/id/char/21A90> a lvont:Character ;
    lvont:represents "𡪐"^^xsd:string .

<http://lexvo.org/id/char/21A91> a lvont:Character ;
    lvont:represents "𡪑"^^xsd:string .

<http://lexvo.org/id/char/21A92> a lvont:Character ;
    lvont:represents "𡪒"^^xsd:string .

<http://lexvo.org/id/char/21A93> a lvont:Character ;
    lvont:represents "𡪓"^^xsd:string .

<http://lexvo.org/id/char/21A94> a lvont:Character ;
    lvont:represents "𡪔"^^xsd:string .

<http://lexvo.org/id/char/21A95> a lvont:Character ;
    lvont:represents "𡪕"^^xsd:string .

<http://lexvo.org/id/char/21A96> a lvont:Character ;
    lvont:represents "𡪖"^^xsd:string .

<http://lexvo.org/id/char/21A97> a lvont:Character ;
    lvont:represents "𡪗"^^xsd:string .

<http://lexvo.org/id/char/21A98> a lvont:Character ;
    lvont:represents "𡪘"^^xsd:string .

<http://lexvo.org/id/char/21A99> a lvont:Character ;
    lvont:represents "𡪙"^^xsd:string .

<http://lexvo.org/id/char/21A9A> a lvont:Character ;
    lvont:represents "𡪚"^^xsd:string .

<http://lexvo.org/id/char/21A9B> a lvont:Character ;
    lvont:represents "𡪛"^^xsd:string .

<http://lexvo.org/id/char/21A9C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/xum>,
        "𡪜"^^xsd:string .

<http://lexvo.org/id/char/21A9D> a lvont:Character ;
    lvont:represents "𡪝"^^xsd:string .

<http://lexvo.org/id/char/21A9E> a lvont:Character ;
    lvont:represents "𡪞"^^xsd:string .

<http://lexvo.org/id/char/21A9F> a lvont:Character ;
    lvont:represents "𡪟"^^xsd:string .

<http://lexvo.org/id/char/21AA> a lvont:Character ;
    lvont:represents "↪"^^xsd:string ;
    rdfs:comment "RIGHTWARDS ARROW WITH HOOK"@en .

<http://lexvo.org/id/char/21AA0> a lvont:Character ;
    lvont:represents "𡪠"^^xsd:string .

<http://lexvo.org/id/char/21AA1> a lvont:Character ;
    lvont:represents "𡪡"^^xsd:string .

<http://lexvo.org/id/char/21AA2> a lvont:Character ;
    lvont:represents "𡪢"^^xsd:string .

<http://lexvo.org/id/char/21AA3> a lvont:Character ;
    lvont:represents "𡪣"^^xsd:string .

<http://lexvo.org/id/char/21AA4> a lvont:Character ;
    lvont:represents "𡪤"^^xsd:string .

<http://lexvo.org/id/char/21AA5> a lvont:Character ;
    lvont:represents "𡪥"^^xsd:string .

<http://lexvo.org/id/char/21AA6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ch%E1%BB%9F>,
        "𡪦"^^xsd:string .

<http://lexvo.org/id/char/21AA7> a lvont:Character ;
    lvont:represents "𡪧"^^xsd:string .

<http://lexvo.org/id/char/21AA8> a lvont:Character ;
    lvont:represents "𡪨"^^xsd:string .

<http://lexvo.org/id/char/21AA9> a lvont:Character ;
    lvont:represents "𡪩"^^xsd:string .

<http://lexvo.org/id/char/21AAA> a lvont:Character ;
    lvont:represents "𡪪"^^xsd:string .

<http://lexvo.org/id/char/21AAB> a lvont:Character ;
    lvont:represents "𡪫"^^xsd:string .

<http://lexvo.org/id/char/21AAC> a lvont:Character ;
    lvont:represents "𡪬"^^xsd:string .

<http://lexvo.org/id/char/21AAD> a lvont:Character ;
    lvont:represents "𡪭"^^xsd:string .

<http://lexvo.org/id/char/21AAE> a lvont:Character ;
    lvont:represents "𡪮"^^xsd:string .

<http://lexvo.org/id/char/21AAF> a lvont:Character ;
    lvont:represents "𡪯"^^xsd:string .

<http://lexvo.org/id/char/21AB> a lvont:Character ;
    lvont:represents "↫"^^xsd:string ;
    rdfs:comment "LEFTWARDS ARROW WITH LOOP"@en .

<http://lexvo.org/id/char/21AB0> a lvont:Character ;
    lvont:represents "𡪰"^^xsd:string .

<http://lexvo.org/id/char/21AB1> a lvont:Character ;
    lvont:represents "𡪱"^^xsd:string .

<http://lexvo.org/id/char/21AB2> a lvont:Character ;
    lvont:represents "𡪲"^^xsd:string .

<http://lexvo.org/id/char/21AB3> a lvont:Character ;
    lvont:represents "𡪳"^^xsd:string .

<http://lexvo.org/id/char/21AB4> a lvont:Character ;
    lvont:represents "𡪴"^^xsd:string .

<http://lexvo.org/id/char/21AB5> a lvont:Character ;
    lvont:represents "𡪵"^^xsd:string .

<http://lexvo.org/id/char/21AB6> a lvont:Character ;
    lvont:represents "𡪶"^^xsd:string .

<http://lexvo.org/id/char/21AB7> a lvont:Character ;
    lvont:represents "𡪷"^^xsd:string .

<http://lexvo.org/id/char/21AB8> a lvont:Character ;
    lvont:represents "𡪸"^^xsd:string .

<http://lexvo.org/id/char/21AB9> a lvont:Character ;
    lvont:represents "𡪹"^^xsd:string .

<http://lexvo.org/id/char/21ABA> a lvont:Character ;
    lvont:represents "𡪺"^^xsd:string .

<http://lexvo.org/id/char/21ABB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/c%E1%BB%97>,
        "𡪻"^^xsd:string .

<http://lexvo.org/id/char/21ABC> a lvont:Character ;
    lvont:represents "𡪼"^^xsd:string .

<http://lexvo.org/id/char/21ABD> a lvont:Character ;
    lvont:represents "𡪽"^^xsd:string .

<http://lexvo.org/id/char/21ABE> a lvont:Character ;
    lvont:represents "𡪾"^^xsd:string .

<http://lexvo.org/id/char/21ABF> a lvont:Character ;
    lvont:represents "𡪿"^^xsd:string .

<http://lexvo.org/id/char/21AC> a lvont:Character ;
    lvont:represents "↬"^^xsd:string ;
    rdfs:comment "RIGHTWARDS ARROW WITH LOOP"@en .

<http://lexvo.org/id/char/21AC0> a lvont:Character ;
    lvont:represents "𡫀"^^xsd:string .

<http://lexvo.org/id/char/21AC1> a lvont:Character ;
    lvont:represents "𡫁"^^xsd:string .

<http://lexvo.org/id/char/21AC2> a lvont:Character ;
    lvont:represents "𡫂"^^xsd:string .

<http://lexvo.org/id/char/21AC3> a lvont:Character ;
    lvont:represents "𡫃"^^xsd:string .

<http://lexvo.org/id/char/21AC4> a lvont:Character ;
    lvont:represents "𡫄"^^xsd:string .

<http://lexvo.org/id/char/21AC5> a lvont:Character ;
    lvont:represents "𡫅"^^xsd:string .

<http://lexvo.org/id/char/21AC6> a lvont:Character ;
    lvont:represents "𡫆"^^xsd:string .

<http://lexvo.org/id/char/21AC7> a lvont:Character ;
    lvont:represents "𡫇"^^xsd:string .

<http://lexvo.org/id/char/21AC8> a lvont:Character ;
    lvont:represents "𡫈"^^xsd:string .

<http://lexvo.org/id/char/21AC9> a lvont:Character ;
    lvont:represents "𡫉"^^xsd:string .

<http://lexvo.org/id/char/21ACA> a lvont:Character ;
    lvont:represents "𡫊"^^xsd:string .

<http://lexvo.org/id/char/21ACB> a lvont:Character ;
    lvont:represents "𡫋"^^xsd:string .

<http://lexvo.org/id/char/21ACC> a lvont:Character ;
    lvont:represents "𡫌"^^xsd:string .

<http://lexvo.org/id/char/21ACD> a lvont:Character ;
    lvont:represents "𡫍"^^xsd:string .

<http://lexvo.org/id/char/21ACE> a lvont:Character ;
    lvont:represents "𡫎"^^xsd:string .

<http://lexvo.org/id/char/21ACF> a lvont:Character ;
    lvont:represents "𡫏"^^xsd:string .

<http://lexvo.org/id/char/21AD> a lvont:Character ;
    lvont:represents "↭"^^xsd:string ;
    rdfs:comment "LEFT RIGHT WAVE ARROW"@en .

<http://lexvo.org/id/char/21AD0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/r%C3%A8m>,
        "𡫐"^^xsd:string .

<http://lexvo.org/id/char/21AD1> a lvont:Character ;
    lvont:represents "𡫑"^^xsd:string .

<http://lexvo.org/id/char/21AD2> a lvont:Character ;
    lvont:represents "𡫒"^^xsd:string .

<http://lexvo.org/id/char/21AD3> a lvont:Character ;
    lvont:represents "𡫓"^^xsd:string .

<http://lexvo.org/id/char/21AD4> a lvont:Character ;
    lvont:represents "𡫔"^^xsd:string .

<http://lexvo.org/id/char/21AD5> a lvont:Character ;
    lvont:represents "𡫕"^^xsd:string .

<http://lexvo.org/id/char/21AD6> a lvont:Character ;
    lvont:represents "𡫖"^^xsd:string .

<http://lexvo.org/id/char/21AD7> a lvont:Character ;
    lvont:represents "𡫗"^^xsd:string .

<http://lexvo.org/id/char/21AD8> a lvont:Character ;
    lvont:represents "𡫘"^^xsd:string .

<http://lexvo.org/id/char/21AD9> a lvont:Character ;
    lvont:represents "𡫙"^^xsd:string .

<http://lexvo.org/id/char/21ADA> a lvont:Character ;
    lvont:represents "𡫚"^^xsd:string .

<http://lexvo.org/id/char/21ADB> a lvont:Character ;
    lvont:represents "𡫛"^^xsd:string .

<http://lexvo.org/id/char/21ADC> a lvont:Character ;
    lvont:represents "𡫜"^^xsd:string .

<http://lexvo.org/id/char/21ADD> a lvont:Character ;
    lvont:represents "𡫝"^^xsd:string .

<http://lexvo.org/id/char/21ADE> a lvont:Character ;
    lvont:represents "𡫞"^^xsd:string .

<http://lexvo.org/id/char/21ADF> a lvont:Character ;
    lvont:represents "𡫟"^^xsd:string .

<http://lexvo.org/id/char/21AE> a lvont:Character ;
    lvont:represents "↮"^^xsd:string ;
    rdfs:comment "LEFT RIGHT ARROW WITH STROKE"@en .

<http://lexvo.org/id/char/21AE0> a lvont:Character ;
    lvont:represents "𡫠"^^xsd:string .

<http://lexvo.org/id/char/21AE1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/sao>,
        "𡫡"^^xsd:string .

<http://lexvo.org/id/char/21AE2> a lvont:Character ;
    lvont:represents "𡫢"^^xsd:string .

<http://lexvo.org/id/char/21AE3> a lvont:Character ;
    lvont:represents "𡫣"^^xsd:string .

<http://lexvo.org/id/char/21AE4> a lvont:Character ;
    lvont:represents "𡫤"^^xsd:string .

<http://lexvo.org/id/char/21AE5> a lvont:Character ;
    lvont:represents "𡫥"^^xsd:string .

<http://lexvo.org/id/char/21AE6> a lvont:Character ;
    lvont:represents "𡫦"^^xsd:string .

<http://lexvo.org/id/char/21AE7> a lvont:Character ;
    lvont:represents "𡫧"^^xsd:string .

<http://lexvo.org/id/char/21AE8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/k%C3%ADn>,
        "𡫨"^^xsd:string .

<http://lexvo.org/id/char/21AE9> a lvont:Character ;
    lvont:represents "𡫩"^^xsd:string .

<http://lexvo.org/id/char/21AEA> a lvont:Character ;
    lvont:represents "𡫪"^^xsd:string .

<http://lexvo.org/id/char/21AEB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/l%E1%BA%A7n>,
        "𡫫"^^xsd:string .

<http://lexvo.org/id/char/21AEC> a lvont:Character ;
    lvont:represents "𡫬"^^xsd:string .

<http://lexvo.org/id/char/21AED> a lvont:Character ;
    lvont:represents "𡫭"^^xsd:string .

<http://lexvo.org/id/char/21AEE> a lvont:Character ;
    lvont:represents "𡫮"^^xsd:string .

<http://lexvo.org/id/char/21AEF> a lvont:Character ;
    lvont:represents "𡫯"^^xsd:string .

<http://lexvo.org/id/char/21AF> a lvont:Character ;
    lvont:represents "↯"^^xsd:string ;
    rdfs:comment "DOWNWARDS ZIGZAG ARROW"@en .

<http://lexvo.org/id/char/21AF0> a lvont:Character ;
    lvont:represents "𡫰"^^xsd:string .

<http://lexvo.org/id/char/21AF1> a lvont:Character ;
    lvont:represents "𡫱"^^xsd:string .

<http://lexvo.org/id/char/21AF2> a lvont:Character ;
    lvont:represents "𡫲"^^xsd:string .

<http://lexvo.org/id/char/21AF3> a lvont:Character ;
    lvont:represents "𡫳"^^xsd:string .

<http://lexvo.org/id/char/21AF4> a lvont:Character ;
    lvont:represents "𡫴"^^xsd:string .

<http://lexvo.org/id/char/21AF5> a lvont:Character ;
    lvont:represents "𡫵"^^xsd:string .

<http://lexvo.org/id/char/21AF6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/l%C3%B9ng>,
        "𡫶"^^xsd:string .

<http://lexvo.org/id/char/21AF7> a lvont:Character ;
    lvont:represents "𡫷"^^xsd:string .

<http://lexvo.org/id/char/21AF8> a lvont:Character ;
    lvont:represents "𡫸"^^xsd:string .

<http://lexvo.org/id/char/21AF9> a lvont:Character ;
    lvont:represents "𡫹"^^xsd:string .

<http://lexvo.org/id/char/21AFA> a lvont:Character ;
    lvont:represents "𡫺"^^xsd:string .

<http://lexvo.org/id/char/21AFB> a lvont:Character ;
    lvont:represents "𡫻"^^xsd:string .

<http://lexvo.org/id/char/21AFC> a lvont:Character ;
    lvont:represents "𡫼"^^xsd:string .

<http://lexvo.org/id/char/21AFD> a lvont:Character ;
    lvont:represents "𡫽"^^xsd:string .

<http://lexvo.org/id/char/21AFE> a lvont:Character ;
    lvont:represents "𡫾"^^xsd:string .

<http://lexvo.org/id/char/21AFF> a lvont:Character ;
    lvont:represents "𡫿"^^xsd:string .

<http://lexvo.org/id/char/21B0> a lvont:Character ;
    lvont:represents "↰"^^xsd:string ;
    rdfs:comment "UPWARDS ARROW WITH TIP LEFTWARDS"@en .

<http://lexvo.org/id/char/21B00> a lvont:Character ;
    lvont:represents "𡬀"^^xsd:string .

<http://lexvo.org/id/char/21B01> a lvont:Character ;
    lvont:represents "𡬁"^^xsd:string .

<http://lexvo.org/id/char/21B02> a lvont:Character ;
    lvont:represents "𡬂"^^xsd:string .

<http://lexvo.org/id/char/21B03> a lvont:Character ;
    lvont:represents "𡬃"^^xsd:string .

<http://lexvo.org/id/char/21B04> a lvont:Character ;
    lvont:represents "𡬄"^^xsd:string .

<http://lexvo.org/id/char/21B05> a lvont:Character ;
    lvont:represents "𡬅"^^xsd:string .

<http://lexvo.org/id/char/21B06> a lvont:Character ;
    lvont:represents "𡬆"^^xsd:string .

<http://lexvo.org/id/char/21B07> a lvont:Character ;
    lvont:represents "𡬇"^^xsd:string .

<http://lexvo.org/id/char/21B08> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/xu%E1%BB%91ng>,
        "𡬈"^^xsd:string .

<http://lexvo.org/id/char/21B09> a lvont:Character ;
    lvont:represents "𡬉"^^xsd:string .

<http://lexvo.org/id/char/21B0A> a lvont:Character ;
    lvont:represents "𡬊"^^xsd:string .

<http://lexvo.org/id/char/21B0B> a lvont:Character ;
    lvont:represents "𡬋"^^xsd:string .

<http://lexvo.org/id/char/21B0C> a lvont:Character ;
    lvont:represents "𡬌"^^xsd:string .

<http://lexvo.org/id/char/21B0D> a lvont:Character ;
    lvont:represents "𡬍"^^xsd:string .

<http://lexvo.org/id/char/21B0E> a lvont:Character ;
    lvont:represents "𡬎"^^xsd:string .

<http://lexvo.org/id/char/21B0F> a lvont:Character ;
    lvont:represents "𡬏"^^xsd:string .

<http://lexvo.org/id/char/21B1> a lvont:Character ;
    lvont:represents "↱"^^xsd:string ;
    rdfs:comment "UPWARDS ARROW WITH TIP RIGHTWARDS"@en .

<http://lexvo.org/id/char/21B10> a lvont:Character ;
    lvont:represents "𡬐"^^xsd:string .

<http://lexvo.org/id/char/21B11> a lvont:Character ;
    lvont:represents "𡬑"^^xsd:string .

<http://lexvo.org/id/char/21B12> a lvont:Character ;
    lvont:represents "𡬒"^^xsd:string .

<http://lexvo.org/id/char/21B13> a lvont:Character ;
    lvont:represents "𡬓"^^xsd:string .

<http://lexvo.org/id/char/21B14> a lvont:Character ;
    lvont:represents "𡬔"^^xsd:string .

<http://lexvo.org/id/char/21B15> a lvont:Character ;
    lvont:represents "𡬕"^^xsd:string .

<http://lexvo.org/id/char/21B16> a lvont:Character ;
    lvont:represents "𡬖"^^xsd:string .

<http://lexvo.org/id/char/21B17> a lvont:Character ;
    lvont:represents "𡬗"^^xsd:string .

<http://lexvo.org/id/char/21B18> a lvont:Character ;
    lvont:represents "𡬘"^^xsd:string .

<http://lexvo.org/id/char/21B19> a lvont:Character ;
    lvont:represents "𡬙"^^xsd:string ;
    rdfs:comment "to wake from sleep"@en .

<http://lexvo.org/id/char/21B1A> a lvont:Character ;
    lvont:represents "𡬚"^^xsd:string .

<http://lexvo.org/id/char/21B1B> a lvont:Character ;
    lvont:represents "𡬛"^^xsd:string .

<http://lexvo.org/id/char/21B1C> a lvont:Character ;
    lvont:represents "𡬜"^^xsd:string .

<http://lexvo.org/id/char/21B1D> a lvont:Character ;
    lvont:represents "𡬝"^^xsd:string .

<http://lexvo.org/id/char/21B1E> a lvont:Character ;
    lvont:represents "𡬞"^^xsd:string .

<http://lexvo.org/id/char/21B1F> a lvont:Character ;
    lvont:represents "𡬟"^^xsd:string .

<http://lexvo.org/id/char/21B2> a lvont:Character ;
    lvont:represents "↲"^^xsd:string ;
    rdfs:comment "DOWNWARDS ARROW WITH TIP LEFTWARDS"@en .

<http://lexvo.org/id/char/21B20> a lvont:Character ;
    lvont:represents "𡬠"^^xsd:string .

<http://lexvo.org/id/char/21B21> a lvont:Character ;
    lvont:represents "𡬡"^^xsd:string .

<http://lexvo.org/id/char/21B22> a lvont:Character ;
    lvont:represents "𡬢"^^xsd:string .

<http://lexvo.org/id/char/21B23> a lvont:Character ;
    lvont:represents "𡬣"^^xsd:string .

<http://lexvo.org/id/char/21B24> a lvont:Character ;
    lvont:represents "𡬤"^^xsd:string .

<http://lexvo.org/id/char/21B25> a lvont:Character ;
    lvont:represents "𡬥"^^xsd:string .

<http://lexvo.org/id/char/21B26> a lvont:Character ;
    lvont:represents "𡬦"^^xsd:string .

<http://lexvo.org/id/char/21B27> a lvont:Character ;
    lvont:represents "𡬧"^^xsd:string .

<http://lexvo.org/id/char/21B28> a lvont:Character ;
    lvont:represents "𡬨"^^xsd:string .

<http://lexvo.org/id/char/21B29> a lvont:Character ;
    lvont:represents "𡬩"^^xsd:string .

<http://lexvo.org/id/char/21B2A> a lvont:Character ;
    lvont:represents "𡬪"^^xsd:string .

<http://lexvo.org/id/char/21B2B> a lvont:Character ;
    lvont:represents "𡬫"^^xsd:string .

<http://lexvo.org/id/char/21B2C> a lvont:Character ;
    lvont:represents "𡬬"^^xsd:string .

<http://lexvo.org/id/char/21B2D> a lvont:Character ;
    lvont:represents "𡬭"^^xsd:string .

<http://lexvo.org/id/char/21B2E> a lvont:Character ;
    lvont:represents "𡬮"^^xsd:string .

<http://lexvo.org/id/char/21B2F> a lvont:Character ;
    lvont:represents "𡬯"^^xsd:string .

<http://lexvo.org/id/char/21B3> a lvont:Character ;
    lvont:represents "↳"^^xsd:string ;
    rdfs:comment "DOWNWARDS ARROW WITH TIP RIGHTWARDS"@en .

<http://lexvo.org/id/char/21B30> a lvont:Character ;
    lvont:represents "𡬰"^^xsd:string .

<http://lexvo.org/id/char/21B31> a lvont:Character ;
    lvont:represents "𡬱"^^xsd:string .

<http://lexvo.org/id/char/21B32> a lvont:Character ;
    lvont:represents "𡬲"^^xsd:string .

<http://lexvo.org/id/char/21B33> a lvont:Character ;
    lvont:represents "𡬳"^^xsd:string .

<http://lexvo.org/id/char/21B34> a lvont:Character ;
    lvont:represents "𡬴"^^xsd:string .

<http://lexvo.org/id/char/21B35> a lvont:Character ;
    lvont:represents "𡬵"^^xsd:string .

<http://lexvo.org/id/char/21B36> a lvont:Character ;
    lvont:represents "𡬶"^^xsd:string .

<http://lexvo.org/id/char/21B37> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/t%E1%BA%A5c>,
        "𡬷"^^xsd:string .

<http://lexvo.org/id/char/21B38> a lvont:Character ;
    lvont:represents "𡬸"^^xsd:string .

<http://lexvo.org/id/char/21B39> a lvont:Character ;
    lvont:represents "𡬹"^^xsd:string .

<http://lexvo.org/id/char/21B3A> a lvont:Character ;
    lvont:represents "𡬺"^^xsd:string .

<http://lexvo.org/id/char/21B3B> a lvont:Character ;
    lvont:represents "𡬻"^^xsd:string .

<http://lexvo.org/id/char/21B3C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/gang>,
        "𡬼"^^xsd:string .

<http://lexvo.org/id/char/21B3D> a lvont:Character ;
    lvont:represents "𡬽"^^xsd:string .

<http://lexvo.org/id/char/21B3E> a lvont:Character ;
    lvont:represents "𡬾"^^xsd:string .

<http://lexvo.org/id/char/21B3F> a lvont:Character ;
    lvont:represents "𡬿"^^xsd:string .

<http://lexvo.org/id/char/21B4> a lvont:Character ;
    lvont:represents "↴"^^xsd:string ;
    rdfs:comment "RIGHTWARDS ARROW WITH CORNER DOWNWARDS"@en .

<http://lexvo.org/id/char/21B40> a lvont:Character ;
    lvont:represents "𡭀"^^xsd:string .

<http://lexvo.org/id/char/21B41> a lvont:Character ;
    lvont:represents "𡭁"^^xsd:string .

<http://lexvo.org/id/char/21B42> a lvont:Character ;
    lvont:represents "𡭂"^^xsd:string .

<http://lexvo.org/id/char/21B43> a lvont:Character ;
    lvont:represents "𡭃"^^xsd:string .

<http://lexvo.org/id/char/21B44> a lvont:Character ;
    lvont:represents "𡭄"^^xsd:string .

<http://lexvo.org/id/char/21B45> a lvont:Character ;
    lvont:represents "𡭅"^^xsd:string .

<http://lexvo.org/id/char/21B46> a lvont:Character ;
    lvont:represents "𡭆"^^xsd:string .

<http://lexvo.org/id/char/21B47> a lvont:Character ;
    lvont:represents "𡭇"^^xsd:string .

<http://lexvo.org/id/char/21B48> a lvont:Character ;
    lvont:represents "𡭈"^^xsd:string .

<http://lexvo.org/id/char/21B49> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/b%E1%BA%AFn>,
        "𡭉"^^xsd:string .

<http://lexvo.org/id/char/21B4A> a lvont:Character ;
    lvont:represents "𡭊"^^xsd:string .

<http://lexvo.org/id/char/21B4B> a lvont:Character ;
    lvont:represents "𡭋"^^xsd:string .

<http://lexvo.org/id/char/21B4C> a lvont:Character ;
    lvont:represents "𡭌"^^xsd:string .

<http://lexvo.org/id/char/21B4D> a lvont:Character ;
    lvont:represents "𡭍"^^xsd:string .

<http://lexvo.org/id/char/21B4E> a lvont:Character ;
    lvont:represents "𡭎"^^xsd:string .

<http://lexvo.org/id/char/21B4F> a lvont:Character ;
    lvont:represents "𡭏"^^xsd:string .

<http://lexvo.org/id/char/21B5> a lvont:Character ;
    lvont:represents "↵"^^xsd:string ;
    rdfs:comment "DOWNWARDS ARROW WITH CORNER LEFTWARDS"@en .

<http://lexvo.org/id/char/21B50> a lvont:Character ;
    lvont:represents "𡭐"^^xsd:string .

<http://lexvo.org/id/char/21B51> a lvont:Character ;
    lvont:represents "𡭑"^^xsd:string .

<http://lexvo.org/id/char/21B52> a lvont:Character ;
    lvont:represents "𡭒"^^xsd:string .

<http://lexvo.org/id/char/21B53> a lvont:Character ;
    lvont:represents "𡭓"^^xsd:string .

<http://lexvo.org/id/char/21B55> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/c%E1%BB%A5t>,
        "𡭕"^^xsd:string .

<http://lexvo.org/id/char/21B56> a lvont:Character ;
    lvont:represents "𡭖"^^xsd:string .

<http://lexvo.org/id/char/21B57> a lvont:Character ;
    lvont:represents "𡭗"^^xsd:string .

<http://lexvo.org/id/char/21B58> a lvont:Character ;
    lvont:represents "𡭘"^^xsd:string .

<http://lexvo.org/id/char/21B59> a lvont:Character ;
    lvont:represents "𡭙"^^xsd:string .

<http://lexvo.org/id/char/21B5A> a lvont:Character ;
    lvont:represents "𡭚"^^xsd:string .

<http://lexvo.org/id/char/21B5B> a lvont:Character ;
    lvont:represents "𡭛"^^xsd:string .

<http://lexvo.org/id/char/21B5C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/m%E1%BB%8Dn>,
        "𡭜"^^xsd:string .

<http://lexvo.org/id/char/21B5D> a lvont:Character ;
    lvont:represents "𡭝"^^xsd:string .

<http://lexvo.org/id/char/21B5E> a lvont:Character ;
    lvont:represents "𡭞"^^xsd:string .

<http://lexvo.org/id/char/21B5F> a lvont:Character ;
    lvont:represents "𡭟"^^xsd:string .

<http://lexvo.org/id/char/21B6> a lvont:Character ;
    lvont:represents "↶"^^xsd:string ;
    rdfs:comment "ANTICLOCKWISE TOP SEMICIRCLE ARROW"@en .

<http://lexvo.org/id/char/21B60> a lvont:Character ;
    lvont:represents "𡭠"^^xsd:string .

<http://lexvo.org/id/char/21B61> a lvont:Character ;
    lvont:represents "𡭡"^^xsd:string .

<http://lexvo.org/id/char/21B62> a lvont:Character ;
    lvont:represents "𡭢"^^xsd:string .

<http://lexvo.org/id/char/21B63> a lvont:Character ;
    lvont:represents "𡭣"^^xsd:string .

<http://lexvo.org/id/char/21B64> a lvont:Character ;
    lvont:represents "𡭤"^^xsd:string .

<http://lexvo.org/id/char/21B65> a lvont:Character ;
    lvont:represents "𡭥"^^xsd:string .

<http://lexvo.org/id/char/21B66> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/b%E1%BB%A7n>,
        "𡭦"^^xsd:string .

<http://lexvo.org/id/char/21B67> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ch%C3%BAt>,
        "𡭧"^^xsd:string .

<http://lexvo.org/id/char/21B68> a lvont:Character ;
    lvont:represents "𡭨"^^xsd:string .

<http://lexvo.org/id/char/21B69> a lvont:Character ;
    lvont:represents "𡭩"^^xsd:string .

<http://lexvo.org/id/char/21B6A> a lvont:Character ;
    lvont:represents "𡭪"^^xsd:string .

<http://lexvo.org/id/char/21B6B> a lvont:Character ;
    lvont:represents "𡭫"^^xsd:string .

<http://lexvo.org/id/char/21B6C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/b%C3%A9>,
        "𡭬"^^xsd:string .

<http://lexvo.org/id/char/21B6D> a lvont:Character ;
    lvont:represents "𡭭"^^xsd:string .

<http://lexvo.org/id/char/21B6E> a lvont:Character ;
    lvont:represents "𡭮"^^xsd:string .

<http://lexvo.org/id/char/21B6F> a lvont:Character ;
    lvont:represents "𡭯"^^xsd:string .

<http://lexvo.org/id/char/21B7> a lvont:Character ;
    lvont:represents "↷"^^xsd:string ;
    rdfs:comment "CLOCKWISE TOP SEMICIRCLE ARROW"@en .

<http://lexvo.org/id/char/21B70> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/x%C3%ADu>,
        "𡭰"^^xsd:string .

<http://lexvo.org/id/char/21B71> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ch%C3%BAt>,
        "𡭱"^^xsd:string .

<http://lexvo.org/id/char/21B72> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/tr%C3%BAt>,
        "𡭲"^^xsd:string .

<http://lexvo.org/id/char/21B73> a lvont:Character ;
    lvont:represents "𡭳"^^xsd:string .

<http://lexvo.org/id/char/21B74> a lvont:Character ;
    lvont:represents "𡭴"^^xsd:string .

<http://lexvo.org/id/char/21B75> a lvont:Character ;
    lvont:represents "𡭵"^^xsd:string .

<http://lexvo.org/id/char/21B76> a lvont:Character ;
    lvont:represents "𡭶"^^xsd:string .

<http://lexvo.org/id/char/21B77> a lvont:Character ;
    lvont:represents "𡭷"^^xsd:string .

<http://lexvo.org/id/char/21B78> a lvont:Character ;
    lvont:represents "𡭸"^^xsd:string .

<http://lexvo.org/id/char/21B79> a lvont:Character ;
    lvont:represents "𡭹"^^xsd:string .

<http://lexvo.org/id/char/21B7A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/nh%C3%AD>,
        "𡭺"^^xsd:string .

<http://lexvo.org/id/char/21B7B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/nh%E1%BB%8Dn>,
        "𡭻"^^xsd:string .

<http://lexvo.org/id/char/21B7C> a lvont:Character ;
    lvont:represents "𡭼"^^xsd:string .

<http://lexvo.org/id/char/21B7D> a lvont:Character ;
    lvont:represents "𡭽"^^xsd:string .

<http://lexvo.org/id/char/21B7E> a lvont:Character ;
    lvont:represents "𡭾"^^xsd:string .

<http://lexvo.org/id/char/21B7F> a lvont:Character ;
    lvont:represents "𡭿"^^xsd:string .

<http://lexvo.org/id/char/21B8> a lvont:Character ;
    lvont:represents "↸"^^xsd:string ;
    rdfs:comment "NORTH WEST ARROW TO LONG BAR"@en .

<http://lexvo.org/id/char/21B80> a lvont:Character ;
    lvont:represents "𡮀"^^xsd:string .

<http://lexvo.org/id/char/21B81> a lvont:Character ;
    lvont:represents "𡮁"^^xsd:string .

<http://lexvo.org/id/char/21B82> a lvont:Character ;
    lvont:represents "𡮂"^^xsd:string .

<http://lexvo.org/id/char/21B83> a lvont:Character ;
    lvont:represents "𡮃"^^xsd:string .

<http://lexvo.org/id/char/21B84> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ho%E1%BA%BBn>,
        "𡮄"^^xsd:string .

<http://lexvo.org/id/char/21B85> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/nh%E1%BA%BB>,
        "𡮅"^^xsd:string .

<http://lexvo.org/id/char/21B86> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/m%E1%BB%8Dn>,
        "𡮆"^^xsd:string .

<http://lexvo.org/id/char/21B87> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ch%C3%BAt>,
        "𡮇"^^xsd:string .

<http://lexvo.org/id/char/21B88> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/nh%E1%BB%8F>,
        "𡮈"^^xsd:string .

<http://lexvo.org/id/char/21B89> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/m%E1%BB%8Dn>,
        "𡮉"^^xsd:string .

<http://lexvo.org/id/char/21B8A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/d%E1%BA%B9p>,
        "𡮊"^^xsd:string .

<http://lexvo.org/id/char/21B8B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/may>,
        "𡮋"^^xsd:string .

<http://lexvo.org/id/char/21B8C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/b%C3%A9>,
        "𡮌"^^xsd:string .

<http://lexvo.org/id/char/21B8D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ch%C3%BAt>,
        "𡮍"^^xsd:string .

<http://lexvo.org/id/char/21B8E> a lvont:Character ;
    lvont:represents "𡮎"^^xsd:string .

<http://lexvo.org/id/char/21B8F> a lvont:Character ;
    lvont:represents "𡮏"^^xsd:string .

<http://lexvo.org/id/char/21B9> a lvont:Character ;
    lvont:represents "↹"^^xsd:string ;
    rdfs:comment "LEFTWARDS ARROW TO BAR OVER RIGHTWARDS ARROW TO BAR"@en .

<http://lexvo.org/id/char/21B90> a lvont:Character ;
    lvont:represents "𡮐"^^xsd:string .

<http://lexvo.org/id/char/21B91> a lvont:Character ;
    lvont:represents "𡮑"^^xsd:string .

<http://lexvo.org/id/char/21B92> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/%C3%B3t>,
        "𡮒"^^xsd:string .

<http://lexvo.org/id/char/21B93> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/choai>,
        "𡮓"^^xsd:string .

<http://lexvo.org/id/char/21B94> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/m%E1%BA%A3y>,
        "𡮔"^^xsd:string .

<http://lexvo.org/id/char/21B95> a lvont:Character ;
    lvont:represents "𡮕"^^xsd:string .

<http://lexvo.org/id/char/21B96> a lvont:Character ;
    lvont:represents "𡮖"^^xsd:string .

<http://lexvo.org/id/char/21B97> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ho%E1%BA%B1n>,
        "𡮗"^^xsd:string .

<http://lexvo.org/id/char/21B98> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/m%E1%BB%8F>,
        "𡮘"^^xsd:string .

<http://lexvo.org/id/char/21B99> a lvont:Character ;
    lvont:represents "𡮙"^^xsd:string .

<http://lexvo.org/id/char/21B9A> a lvont:Character ;
    lvont:represents "𡮚"^^xsd:string .

<http://lexvo.org/id/char/21B9B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/n%C3%ADt>,
        "𡮛"^^xsd:string .

<http://lexvo.org/id/char/21B9C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/x%C3%ADu>,
        "𡮜"^^xsd:string .

<http://lexvo.org/id/char/21B9D> a lvont:Character ;
    lvont:represents "𡮝"^^xsd:string .

<http://lexvo.org/id/char/21B9E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/h%E1%BA%B9m>,
        "𡮞"^^xsd:string .

<http://lexvo.org/id/char/21B9F> a lvont:Character ;
    lvont:represents "𡮟"^^xsd:string .

<http://lexvo.org/id/char/21BA> a lvont:Character ;
    lvont:represents "↺"^^xsd:string ;
    rdfs:comment "ANTICLOCKWISE OPEN CIRCLE ARROW"@en .

<http://lexvo.org/id/char/21BA0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/m%C3%A0y>,
        "𡮠"^^xsd:string .

<http://lexvo.org/id/char/21BA1> a lvont:Character ;
    lvont:represents "𡮡"^^xsd:string .

<http://lexvo.org/id/char/21BA2> a lvont:Character ;
    lvont:represents "𡮢"^^xsd:string .

<http://lexvo.org/id/char/21BA3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/b%C3%A9>,
        "𡮣"^^xsd:string .

<http://lexvo.org/id/char/21BA4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/b%C3%A9>,
        "𡮤"^^xsd:string .

<http://lexvo.org/id/char/21BA5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/b%C3%A9>,
        "𡮥"^^xsd:string .

<http://lexvo.org/id/char/21BA6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%F0%A1%AE%A6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C4%81o>,
        "𡮦"^^xsd:string ;
    rdfs:comment "worn out, spoiled"@en .

<http://lexvo.org/id/char/21BA7> a lvont:Character ;
    lvont:represents "𡮧"^^xsd:string .

<http://lexvo.org/id/char/21BA8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/m%E1%BA%A3y>,
        "𡮨"^^xsd:string .

<http://lexvo.org/id/char/21BA9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/b%C3%A9>,
        "𡮩"^^xsd:string .

<http://lexvo.org/id/char/21BAA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/kh%C3%AD>,
        "𡮪"^^xsd:string .

<http://lexvo.org/id/char/21BAB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/nhen>,
        "𡮫"^^xsd:string .

<http://lexvo.org/id/char/21BAC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/m%E1%BB%8Dn>,
        "𡮬"^^xsd:string .

<http://lexvo.org/id/char/21BAD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/nh%E1%BB%8Dn>,
        "𡮭"^^xsd:string .

<http://lexvo.org/id/char/21BAE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/m%E1%BB%8Dn>,
        "𡮮"^^xsd:string .

<http://lexvo.org/id/char/21BAF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/t%E1%BA%B9o>,
        "𡮯"^^xsd:string .

<http://lexvo.org/id/char/21BB> a lvont:Character ;
    lvont:represents "↻"^^xsd:string ;
    rdfs:comment "CLOCKWISE OPEN CIRCLE ARROW"@en .

<http://lexvo.org/id/char/21BB0> a lvont:Character ;
    lvont:represents "𡮰"^^xsd:string .

<http://lexvo.org/id/char/21BB1> a lvont:Character ;
    lvont:represents "𡮱"^^xsd:string .

<http://lexvo.org/id/char/21BB2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/Th%C6%A1>,
        "𡮲"^^xsd:string .

<http://lexvo.org/id/char/21BB3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/m%E1%BA%A3y>,
        "𡮳"^^xsd:string .

<http://lexvo.org/id/char/21BB4> a lvont:Character ;
    lvont:represents "𡮴"^^xsd:string .

<http://lexvo.org/id/char/21BB5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/chu%E1%BB%99ng>,
        "𡮵"^^xsd:string .

<http://lexvo.org/id/char/21BB6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/chu%E1%BB%99ng>,
        "𡮶"^^xsd:string .

<http://lexvo.org/id/char/21BB7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/h%C3%A8n>,
        "𡮷"^^xsd:string .

<http://lexvo.org/id/char/21BB8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/nh%E1%BB%8Dn>,
        "𡮸"^^xsd:string .

<http://lexvo.org/id/char/21BB9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/m%E1%BB%8Fng>,
        "𡮹"^^xsd:string .

<http://lexvo.org/id/char/21BBA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/h%C3%A8n>,
        "𡮺"^^xsd:string .

<http://lexvo.org/id/char/21BBB> a lvont:Character ;
    lvont:represents "𡮻"^^xsd:string .

<http://lexvo.org/id/char/21BBC> a lvont:Character ;
    lvont:represents "𡮼"^^xsd:string .

<http://lexvo.org/id/char/21BBD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/nh%E1%BB%8Dn>,
        "𡮽"^^xsd:string .

<http://lexvo.org/id/char/21BBE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/nh%E1%BA%BBo>,
        "𡮾"^^xsd:string .

<http://lexvo.org/id/char/21BBF> a lvont:Character ;
    lvont:represents "𡮿"^^xsd:string .

<http://lexvo.org/id/char/21BC> a lvont:Character ;
    lvont:represents "↼"^^xsd:string ;
    rdfs:comment "LEFTWARDS HARPOON WITH BARB UPWARDS"@en .

<http://lexvo.org/id/char/21BC0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/o%E1%BA%AFt>,
        "𡯀"^^xsd:string .

<http://lexvo.org/id/char/21BC3> a lvont:Character ;
    lvont:represents "𡯃"^^xsd:string .

<http://lexvo.org/id/char/21BC4> a lvont:Character ;
    lvont:represents "𡯄"^^xsd:string .

<http://lexvo.org/id/char/21BC5> a lvont:Character ;
    lvont:represents "𡯅"^^xsd:string .

<http://lexvo.org/id/char/21BC6> a lvont:Character ;
    lvont:represents "𡯆"^^xsd:string .

<http://lexvo.org/id/char/21BC7> a lvont:Character ;
    lvont:represents "𡯇"^^xsd:string .

<http://lexvo.org/id/char/21BC8> a lvont:Character ;
    lvont:represents "𡯈"^^xsd:string .

<http://lexvo.org/id/char/21BC9> a lvont:Character ;
    lvont:represents "𡯉"^^xsd:string .

<http://lexvo.org/id/char/21BCA> a lvont:Character ;
    lvont:represents "𡯊"^^xsd:string .

<http://lexvo.org/id/char/21BCB> a lvont:Character ;
    lvont:represents "𡯋"^^xsd:string .

<http://lexvo.org/id/char/21BCC> a lvont:Character ;
    lvont:represents "𡯌"^^xsd:string .

<http://lexvo.org/id/char/21BCD> a lvont:Character ;
    lvont:represents "𡯍"^^xsd:string .

<http://lexvo.org/id/char/21BCE> a lvont:Character ;
    lvont:represents "𡯎"^^xsd:string .

<http://lexvo.org/id/char/21BCF> a lvont:Character ;
    lvont:represents "𡯏"^^xsd:string .

<http://lexvo.org/id/char/21BD> a lvont:Character ;
    lvont:represents "↽"^^xsd:string ;
    rdfs:comment "LEFTWARDS HARPOON WITH BARB DOWNWARDS"@en .

<http://lexvo.org/id/char/21BD0> a lvont:Character ;
    lvont:represents "𡯐"^^xsd:string .

<http://lexvo.org/id/char/21BD1> a lvont:Character ;
    lvont:represents "𡯑"^^xsd:string .

<http://lexvo.org/id/char/21BD2> a lvont:Character ;
    lvont:represents "𡯒"^^xsd:string .

<http://lexvo.org/id/char/21BD3> a lvont:Character ;
    lvont:represents "𡯓"^^xsd:string .

<http://lexvo.org/id/char/21BD4> a lvont:Character ;
    lvont:represents "𡯔"^^xsd:string .

<http://lexvo.org/id/char/21BD5> a lvont:Character ;
    lvont:represents "𡯕"^^xsd:string .

<http://lexvo.org/id/char/21BD6> a lvont:Character ;
    lvont:represents "𡯖"^^xsd:string .

<http://lexvo.org/id/char/21BD7> a lvont:Character ;
    lvont:represents "𡯗"^^xsd:string .

<http://lexvo.org/id/char/21BD8> a lvont:Character ;
    lvont:represents "𡯘"^^xsd:string .

<http://lexvo.org/id/char/21BD9> a lvont:Character ;
    lvont:represents "𡯙"^^xsd:string .

<http://lexvo.org/id/char/21BDA> a lvont:Character ;
    lvont:represents "𡯚"^^xsd:string .

<http://lexvo.org/id/char/21BDB> a lvont:Character ;
    lvont:represents "𡯛"^^xsd:string .

<http://lexvo.org/id/char/21BDC> a lvont:Character ;
    lvont:represents "𡯜"^^xsd:string .

<http://lexvo.org/id/char/21BDD> a lvont:Character ;
    lvont:represents "𡯝"^^xsd:string .

<http://lexvo.org/id/char/21BDE> a lvont:Character ;
    lvont:represents "𡯞"^^xsd:string .

<http://lexvo.org/id/char/21BDF> a lvont:Character ;
    lvont:represents "𡯟"^^xsd:string .

<http://lexvo.org/id/char/21BE> a lvont:Character ;
    lvont:represents "↾"^^xsd:string ;
    rdfs:comment "UPWARDS HARPOON WITH BARB RIGHTWARDS"@en .

<http://lexvo.org/id/char/21BE0> a lvont:Character ;
    lvont:represents "𡯠"^^xsd:string .

<http://lexvo.org/id/char/21BE1> a lvont:Character ;
    lvont:represents "𡯡"^^xsd:string .

<http://lexvo.org/id/char/21BE2> a lvont:Character ;
    lvont:represents "𡯢"^^xsd:string .

<http://lexvo.org/id/char/21BE3> a lvont:Character ;
    lvont:represents "𡯣"^^xsd:string .

<http://lexvo.org/id/char/21BE4> a lvont:Character ;
    lvont:represents "𡯤"^^xsd:string .

<http://lexvo.org/id/char/21BE5> a lvont:Character ;
    lvont:represents "𡯥"^^xsd:string .

<http://lexvo.org/id/char/21BE6> a lvont:Character ;
    lvont:represents "𡯦"^^xsd:string .

<http://lexvo.org/id/char/21BE7> a lvont:Character ;
    lvont:represents "𡯧"^^xsd:string .

<http://lexvo.org/id/char/21BE8> a lvont:Character ;
    lvont:represents "𡯨"^^xsd:string .

<http://lexvo.org/id/char/21BE9> a lvont:Character ;
    lvont:represents "𡯩"^^xsd:string .

<http://lexvo.org/id/char/21BEA> a lvont:Character ;
    lvont:represents "𡯪"^^xsd:string .

<http://lexvo.org/id/char/21BEB> a lvont:Character ;
    lvont:represents "𡯫"^^xsd:string .

<http://lexvo.org/id/char/21BEC> a lvont:Character ;
    lvont:represents "𡯬"^^xsd:string .

<http://lexvo.org/id/char/21BED> a lvont:Character ;
    lvont:represents "𡯭"^^xsd:string .

<http://lexvo.org/id/char/21BEE> a lvont:Character ;
    lvont:represents "𡯮"^^xsd:string .

<http://lexvo.org/id/char/21BEF> a lvont:Character ;
    lvont:represents "𡯯"^^xsd:string .

<http://lexvo.org/id/char/21BF> a lvont:Character ;
    lvont:represents "↿"^^xsd:string ;
    rdfs:comment "UPWARDS HARPOON WITH BARB LEFTWARDS"@en .

<http://lexvo.org/id/char/21BF0> a lvont:Character ;
    lvont:represents "𡯰"^^xsd:string .

<http://lexvo.org/id/char/21BF1> a lvont:Character ;
    lvont:represents "𡯱"^^xsd:string .

<http://lexvo.org/id/char/21BF2> a lvont:Character ;
    lvont:represents "𡯲"^^xsd:string .

<http://lexvo.org/id/char/21BF3> a lvont:Character ;
    lvont:represents "𡯳"^^xsd:string .

<http://lexvo.org/id/char/21BF4> a lvont:Character ;
    lvont:represents "𡯴"^^xsd:string .

<http://lexvo.org/id/char/21BF5> a lvont:Character ;
    lvont:represents "𡯵"^^xsd:string .

<http://lexvo.org/id/char/21BF6> a lvont:Character ;
    lvont:represents "𡯶"^^xsd:string .

<http://lexvo.org/id/char/21BF7> a lvont:Character ;
    lvont:represents "𡯷"^^xsd:string .

<http://lexvo.org/id/char/21BF8> a lvont:Character ;
    lvont:represents "𡯸"^^xsd:string .

<http://lexvo.org/id/char/21BF9> a lvont:Character ;
    lvont:represents "𡯹"^^xsd:string .

<http://lexvo.org/id/char/21BFA> a lvont:Character ;
    lvont:represents "𡯺"^^xsd:string .

<http://lexvo.org/id/char/21BFB> a lvont:Character ;
    lvont:represents "𡯻"^^xsd:string .

<http://lexvo.org/id/char/21BFC> a lvont:Character ;
    lvont:represents "𡯼"^^xsd:string .

<http://lexvo.org/id/char/21BFD> a lvont:Character ;
    lvont:represents "𡯽"^^xsd:string .

<http://lexvo.org/id/char/21BFE> a lvont:Character ;
    lvont:represents "𡯾"^^xsd:string .

<http://lexvo.org/id/char/21BFF> a lvont:Character ;
    lvont:represents "𡯿"^^xsd:string .

<http://lexvo.org/id/char/21C0> a lvont:Character ;
    lvont:represents "⇀"^^xsd:string ;
    rdfs:comment "RIGHTWARDS HARPOON WITH BARB UPWARDS"@en .

<http://lexvo.org/id/char/21C00> a lvont:Character ;
    lvont:represents "𡰀"^^xsd:string .

<http://lexvo.org/id/char/21C01> a lvont:Character ;
    lvont:represents "𡰁"^^xsd:string .

<http://lexvo.org/id/char/21C02> a lvont:Character ;
    lvont:represents "𡰂"^^xsd:string .

<http://lexvo.org/id/char/21C03> a lvont:Character ;
    lvont:represents "𡰃"^^xsd:string .

<http://lexvo.org/id/char/21C04> a lvont:Character ;
    lvont:represents "𡰄"^^xsd:string .

<http://lexvo.org/id/char/21C05> a lvont:Character ;
    lvont:represents "𡰅"^^xsd:string .

<http://lexvo.org/id/char/21C06> a lvont:Character ;
    lvont:represents "𡰆"^^xsd:string .

<http://lexvo.org/id/char/21C07> a lvont:Character ;
    lvont:represents "𡰇"^^xsd:string .

<http://lexvo.org/id/char/21C08> a lvont:Character ;
    lvont:represents "𡰈"^^xsd:string .

<http://lexvo.org/id/char/21C09> a lvont:Character ;
    lvont:represents "𡰉"^^xsd:string .

<http://lexvo.org/id/char/21C0A> a lvont:Character ;
    lvont:represents "𡰊"^^xsd:string .

<http://lexvo.org/id/char/21C0B> a lvont:Character ;
    lvont:represents "𡰋"^^xsd:string .

<http://lexvo.org/id/char/21C0C> a lvont:Character ;
    lvont:represents "𡰌"^^xsd:string .

<http://lexvo.org/id/char/21C0D> a lvont:Character ;
    lvont:represents "𡰍"^^xsd:string .

<http://lexvo.org/id/char/21C0E> a lvont:Character ;
    lvont:represents "𡰎"^^xsd:string .

<http://lexvo.org/id/char/21C0F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/gh%E1%BB%81nh>,
        "𡰏"^^xsd:string .

<http://lexvo.org/id/char/21C1> a lvont:Character ;
    lvont:represents "⇁"^^xsd:string ;
    rdfs:comment "RIGHTWARDS HARPOON WITH BARB DOWNWARDS"@en .

<http://lexvo.org/id/char/21C10> a lvont:Character ;
    lvont:represents "𡰐"^^xsd:string .

<http://lexvo.org/id/char/21C11> a lvont:Character ;
    lvont:represents "𡰑"^^xsd:string .

<http://lexvo.org/id/char/21C12> a lvont:Character ;
    lvont:represents "𡰒"^^xsd:string .

<http://lexvo.org/id/char/21C13> a lvont:Character ;
    lvont:represents "𡰓"^^xsd:string .

<http://lexvo.org/id/char/21C14> a lvont:Character ;
    lvont:represents "𡰔"^^xsd:string .

<http://lexvo.org/id/char/21C15> a lvont:Character ;
    lvont:represents "𡰕"^^xsd:string .

<http://lexvo.org/id/char/21C16> a lvont:Character ;
    lvont:represents "𡰖"^^xsd:string .

<http://lexvo.org/id/char/21C17> a lvont:Character ;
    lvont:represents "𡰗"^^xsd:string .

<http://lexvo.org/id/char/21C18> a lvont:Character ;
    lvont:represents "𡰘"^^xsd:string .

<http://lexvo.org/id/char/21C19> a lvont:Character ;
    lvont:represents "𡰙"^^xsd:string .

<http://lexvo.org/id/char/21C1A> a lvont:Character ;
    lvont:represents "𡰚"^^xsd:string .

<http://lexvo.org/id/char/21C1B> a lvont:Character ;
    lvont:represents "𡰛"^^xsd:string .

<http://lexvo.org/id/char/21C1C> a lvont:Character ;
    lvont:represents "𡰜"^^xsd:string .

<http://lexvo.org/id/char/21C1D> a lvont:Character ;
    lvont:represents "𡰝"^^xsd:string .

<http://lexvo.org/id/char/21C1E> a lvont:Character ;
    lvont:represents "𡰞"^^xsd:string .

<http://lexvo.org/id/char/21C1F> a lvont:Character ;
    lvont:represents "𡰟"^^xsd:string .

<http://lexvo.org/id/char/21C2> a lvont:Character ;
    lvont:represents "⇂"^^xsd:string ;
    rdfs:comment "DOWNWARDS HARPOON WITH BARB RIGHTWARDS"@en .

<http://lexvo.org/id/char/21C20> a lvont:Character ;
    lvont:represents "𡰠"^^xsd:string .

<http://lexvo.org/id/char/21C21> a lvont:Character ;
    lvont:represents "𡰡"^^xsd:string .

<http://lexvo.org/id/char/21C22> a lvont:Character ;
    lvont:represents "𡰢"^^xsd:string .

<http://lexvo.org/id/char/21C24> a lvont:Character ;
    lvont:represents "𡰤"^^xsd:string .

<http://lexvo.org/id/char/21C25> a lvont:Character ;
    lvont:represents "𡰥"^^xsd:string .

<http://lexvo.org/id/char/21C26> a lvont:Character ;
    lvont:represents "𡰦"^^xsd:string .

<http://lexvo.org/id/char/21C27> a lvont:Character ;
    lvont:represents "𡰧"^^xsd:string .

<http://lexvo.org/id/char/21C28> a lvont:Character ;
    lvont:represents "𡰨"^^xsd:string .

<http://lexvo.org/id/char/21C29> a lvont:Character ;
    lvont:represents "𡰩"^^xsd:string .

<http://lexvo.org/id/char/21C2A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C5%AB>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/duk1>,
        <http://lexvo.org/id/term/yue/%F0%A1%B0%AA>,
        "𡰪"^^xsd:string ;
    rdfs:comment "(Cant.) end, bottom, rump"@en .

<http://lexvo.org/id/char/21C2B> a lvont:Character ;
    lvont:represents "𡰫"^^xsd:string .

<http://lexvo.org/id/char/21C2C> a lvont:Character ;
    lvont:represents "𡰬"^^xsd:string .

<http://lexvo.org/id/char/21C2D> a lvont:Character ;
    lvont:represents "𡰭"^^xsd:string .

<http://lexvo.org/id/char/21C2E> a lvont:Character ;
    lvont:represents "𡰮"^^xsd:string .

<http://lexvo.org/id/char/21C2F> a lvont:Character ;
    lvont:represents "𡰯"^^xsd:string .

<http://lexvo.org/id/char/21C3> a lvont:Character ;
    lvont:represents "⇃"^^xsd:string ;
    rdfs:comment "DOWNWARDS HARPOON WITH BARB LEFTWARDS"@en .

<http://lexvo.org/id/char/21C30> a lvont:Character ;
    lvont:represents "𡰰"^^xsd:string .

<http://lexvo.org/id/char/21C31> a lvont:Character ;
    lvont:represents "𡰱"^^xsd:string .

<http://lexvo.org/id/char/21C32> a lvont:Character ;
    lvont:represents "𡰲"^^xsd:string .

<http://lexvo.org/id/char/21C33> a lvont:Character ;
    lvont:represents "𡰳"^^xsd:string .

<http://lexvo.org/id/char/21C34> a lvont:Character ;
    lvont:represents "𡰴"^^xsd:string .

<http://lexvo.org/id/char/21C35> a lvont:Character ;
    lvont:represents "𡰵"^^xsd:string .

<http://lexvo.org/id/char/21C36> a lvont:Character ;
    lvont:represents "𡰶"^^xsd:string .

<http://lexvo.org/id/char/21C37> a lvont:Character ;
    lvont:represents "𡰷"^^xsd:string .

<http://lexvo.org/id/char/21C38> a lvont:Character ;
    lvont:represents "𡰸"^^xsd:string .

<http://lexvo.org/id/char/21C39> a lvont:Character ;
    lvont:represents "𡰹"^^xsd:string .

<http://lexvo.org/id/char/21C3A> a lvont:Character ;
    lvont:represents "𡰺"^^xsd:string .

<http://lexvo.org/id/char/21C3B> a lvont:Character ;
    lvont:represents "𡰻"^^xsd:string .

<http://lexvo.org/id/char/21C3C> a lvont:Character ;
    lvont:represents "𡰼"^^xsd:string .

<http://lexvo.org/id/char/21C3D> a lvont:Character ;
    lvont:represents "𡰽"^^xsd:string .

<http://lexvo.org/id/char/21C3E> a lvont:Character ;
    lvont:represents "𡰾"^^xsd:string .

<http://lexvo.org/id/char/21C3F> a lvont:Character ;
    lvont:represents "𡰿"^^xsd:string .

<http://lexvo.org/id/char/21C4> a lvont:Character ;
    lvont:represents "⇄"^^xsd:string ;
    rdfs:comment "RIGHTWARDS ARROW OVER LEFTWARDS ARROW"@en .

<http://lexvo.org/id/char/21C40> a lvont:Character ;
    lvont:represents "𡱀"^^xsd:string .

<http://lexvo.org/id/char/21C41> a lvont:Character ;
    lvont:represents "𡱁"^^xsd:string .

<http://lexvo.org/id/char/21C42> a lvont:Character ;
    lvont:represents "𡱂"^^xsd:string .

<http://lexvo.org/id/char/21C43> a lvont:Character ;
    lvont:represents "𡱃"^^xsd:string .

<http://lexvo.org/id/char/21C44> a lvont:Character ;
    lvont:represents "𡱄"^^xsd:string .

<http://lexvo.org/id/char/21C45> a lvont:Character ;
    lvont:represents "𡱅"^^xsd:string .

<http://lexvo.org/id/char/21C46> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%F0%A1%B1%86>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C7%94>,
        "𡱆"^^xsd:string ;
    rdfs:comment "to belong to; allied"@en .

<http://lexvo.org/id/char/21C47> a lvont:Character ;
    lvont:represents "𡱇"^^xsd:string .

<http://lexvo.org/id/char/21C48> a lvont:Character ;
    lvont:represents "𡱈"^^xsd:string .

<http://lexvo.org/id/char/21C49> a lvont:Character ;
    lvont:represents "𡱉"^^xsd:string .

<http://lexvo.org/id/char/21C4A> a lvont:Character ;
    lvont:represents "𡱊"^^xsd:string .

<http://lexvo.org/id/char/21C4B> a lvont:Character ;
    lvont:represents "𡱋"^^xsd:string .

<http://lexvo.org/id/char/21C4C> a lvont:Character ;
    lvont:represents "𡱌"^^xsd:string .

<http://lexvo.org/id/char/21C4D> a lvont:Character ;
    lvont:represents "𡱍"^^xsd:string .

<http://lexvo.org/id/char/21C4E> a lvont:Character ;
    lvont:represents "𡱎"^^xsd:string .

<http://lexvo.org/id/char/21C4F> a lvont:Character ;
    lvont:represents "𡱏"^^xsd:string .

<http://lexvo.org/id/char/21C5> a lvont:Character ;
    lvont:represents "⇅"^^xsd:string ;
    rdfs:comment "UPWARDS ARROW LEFTWARDS OF DOWNWARDS ARROW"@en .

<http://lexvo.org/id/char/21C50> a lvont:Character ;
    lvont:represents "𡱐"^^xsd:string .

<http://lexvo.org/id/char/21C51> a lvont:Character ;
    lvont:represents "𡱑"^^xsd:string .

<http://lexvo.org/id/char/21C52> a lvont:Character ;
    lvont:represents "𡱒"^^xsd:string .

<http://lexvo.org/id/char/21C53> a lvont:Character ;
    lvont:represents "𡱓"^^xsd:string .

<http://lexvo.org/id/char/21C54> a lvont:Character ;
    lvont:represents "𡱔"^^xsd:string .

<http://lexvo.org/id/char/21C55> a lvont:Character ;
    lvont:represents "𡱕"^^xsd:string .

<http://lexvo.org/id/char/21C56> a lvont:Character ;
    lvont:represents "𡱖"^^xsd:string .

<http://lexvo.org/id/char/21C57> a lvont:Character ;
    lvont:represents "𡱗"^^xsd:string .

<http://lexvo.org/id/char/21C58> a lvont:Character ;
    lvont:represents "𡱘"^^xsd:string .

<http://lexvo.org/id/char/21C59> a lvont:Character ;
    lvont:represents "𡱙"^^xsd:string .

<http://lexvo.org/id/char/21C5A> a lvont:Character ;
    lvont:represents "𡱚"^^xsd:string .

<http://lexvo.org/id/char/21C5B> a lvont:Character ;
    lvont:represents "𡱛"^^xsd:string .

<http://lexvo.org/id/char/21C5C> a lvont:Character ;
    lvont:represents "𡱜"^^xsd:string .

<http://lexvo.org/id/char/21C5D> a lvont:Character ;
    lvont:represents "𡱝"^^xsd:string .

<http://lexvo.org/id/char/21C5E> a lvont:Character ;
    lvont:represents "𡱞"^^xsd:string .

<http://lexvo.org/id/char/21C5F> a lvont:Character ;
    lvont:represents "𡱟"^^xsd:string .

<http://lexvo.org/id/char/21C6> a lvont:Character ;
    lvont:represents "⇆"^^xsd:string ;
    rdfs:comment "LEFTWARDS ARROW OVER RIGHTWARDS ARROW"@en .

<http://lexvo.org/id/char/21C60> a lvont:Character ;
    lvont:represents "𡱠"^^xsd:string .

<http://lexvo.org/id/char/21C61> a lvont:Character ;
    lvont:represents "𡱡"^^xsd:string .

<http://lexvo.org/id/char/21C62> a lvont:Character ;
    lvont:represents "𡱢"^^xsd:string .

<http://lexvo.org/id/char/21C63> a lvont:Character ;
    lvont:represents "𡱣"^^xsd:string .

<http://lexvo.org/id/char/21C64> a lvont:Character ;
    lvont:represents "𡱤"^^xsd:string .

<http://lexvo.org/id/char/21C65> a lvont:Character ;
    lvont:represents "𡱥"^^xsd:string .

<http://lexvo.org/id/char/21C66> a lvont:Character ;
    lvont:represents "𡱦"^^xsd:string .

<http://lexvo.org/id/char/21C67> a lvont:Character ;
    lvont:represents "𡱧"^^xsd:string .

<http://lexvo.org/id/char/21C68> a lvont:Character ;
    lvont:represents "𡱨"^^xsd:string .

<http://lexvo.org/id/char/21C69> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/th%C6%B0%E1%BB%9Bc>,
        "𡱩"^^xsd:string .

<http://lexvo.org/id/char/21C6A> a lvont:Character ;
    lvont:represents "𡱪"^^xsd:string .

<http://lexvo.org/id/char/21C6B> a lvont:Character ;
    lvont:represents "𡱫"^^xsd:string .

<http://lexvo.org/id/char/21C6C> a lvont:Character ;
    lvont:represents "𡱬"^^xsd:string .

<http://lexvo.org/id/char/21C6D> a lvont:Character ;
    lvont:represents "𡱭"^^xsd:string .

<http://lexvo.org/id/char/21C6E> a lvont:Character ;
    lvont:represents "𡱮"^^xsd:string .

<http://lexvo.org/id/char/21C6F> a lvont:Character ;
    lvont:represents "𡱯"^^xsd:string .

<http://lexvo.org/id/char/21C7> a lvont:Character ;
    lvont:represents "⇇"^^xsd:string ;
    rdfs:comment "LEFTWARDS PAIRED ARROWS"@en .

<http://lexvo.org/id/char/21C70> a lvont:Character ;
    lvont:represents "𡱰"^^xsd:string .

<http://lexvo.org/id/char/21C71> a lvont:Character ;
    lvont:represents "𡱱"^^xsd:string .

<http://lexvo.org/id/char/21C72> a lvont:Character ;
    lvont:represents "𡱲"^^xsd:string .

<http://lexvo.org/id/char/21C73> a lvont:Character ;
    lvont:represents "𡱳"^^xsd:string .

<http://lexvo.org/id/char/21C74> a lvont:Character ;
    lvont:represents "𡱴"^^xsd:string .

<http://lexvo.org/id/char/21C75> a lvont:Character ;
    lvont:represents "𡱵"^^xsd:string .

<http://lexvo.org/id/char/21C76> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/g%E1%BB%A3>,
        "𡱶"^^xsd:string .

<http://lexvo.org/id/char/21C77> a lvont:Character ;
    lvont:represents "𡱷"^^xsd:string .

<http://lexvo.org/id/char/21C78> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/gang>,
        "𡱸"^^xsd:string .

<http://lexvo.org/id/char/21C79> a lvont:Character ;
    lvont:represents "𡱹"^^xsd:string .

<http://lexvo.org/id/char/21C7A> a lvont:Character ;
    lvont:represents "𡱺"^^xsd:string .

<http://lexvo.org/id/char/21C7B> a lvont:Character ;
    lvont:represents "𡱻"^^xsd:string .

<http://lexvo.org/id/char/21C7C> a lvont:Character ;
    lvont:represents "𡱼"^^xsd:string .

<http://lexvo.org/id/char/21C7D> a lvont:Character ;
    lvont:represents "𡱽"^^xsd:string .

<http://lexvo.org/id/char/21C7E> a lvont:Character ;
    lvont:represents "𡱾"^^xsd:string .

<http://lexvo.org/id/char/21C7F> a lvont:Character ;
    lvont:represents "𡱿"^^xsd:string .

<http://lexvo.org/id/char/21C8> a lvont:Character ;
    lvont:represents "⇈"^^xsd:string ;
    rdfs:comment "UPWARDS PAIRED ARROWS"@en .

<http://lexvo.org/id/char/21C80> a lvont:Character ;
    lvont:represents "𡲀"^^xsd:string .

<http://lexvo.org/id/char/21C81> a lvont:Character ;
    lvont:represents "𡲁"^^xsd:string .

<http://lexvo.org/id/char/21C82> a lvont:Character ;
    lvont:represents "𡲂"^^xsd:string .

<http://lexvo.org/id/char/21C83> a lvont:Character ;
    lvont:represents "𡲃"^^xsd:string .

<http://lexvo.org/id/char/21C84> a lvont:Character ;
    lvont:represents "𡲄"^^xsd:string .

<http://lexvo.org/id/char/21C85> a lvont:Character ;
    lvont:represents "𡲅"^^xsd:string .

<http://lexvo.org/id/char/21C86> a lvont:Character ;
    lvont:represents "𡲆"^^xsd:string .

<http://lexvo.org/id/char/21C87> a lvont:Character ;
    lvont:represents "𡲇"^^xsd:string .

<http://lexvo.org/id/char/21C88> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/v%E1%BA%BB>,
        "𡲈"^^xsd:string .

<http://lexvo.org/id/char/21C89> a lvont:Character ;
    lvont:represents "𡲉"^^xsd:string .

<http://lexvo.org/id/char/21C8A> a lvont:Character ;
    lvont:represents "𡲊"^^xsd:string .

<http://lexvo.org/id/char/21C8B> a lvont:Character ;
    lvont:represents "𡲋"^^xsd:string .

<http://lexvo.org/id/char/21C8C> a lvont:Character ;
    lvont:represents "𡲌"^^xsd:string .

<http://lexvo.org/id/char/21C8D> a lvont:Character ;
    lvont:represents "𡲍"^^xsd:string .

<http://lexvo.org/id/char/21C8E> a lvont:Character ;
    lvont:represents "𡲎"^^xsd:string .

<http://lexvo.org/id/char/21C8F> a lvont:Character ;
    lvont:represents "𡲏"^^xsd:string .

<http://lexvo.org/id/char/21C9> a lvont:Character ;
    lvont:represents "⇉"^^xsd:string ;
    rdfs:comment "RIGHTWARDS PAIRED ARROWS"@en .

<http://lexvo.org/id/char/21C90> a lvont:Character ;
    lvont:represents "𡲐"^^xsd:string .

<http://lexvo.org/id/char/21C91> a lvont:Character ;
    lvont:represents "𡲑"^^xsd:string .

<http://lexvo.org/id/char/21C92> a lvont:Character ;
    lvont:represents "𡲒"^^xsd:string .

<http://lexvo.org/id/char/21C93> a lvont:Character ;
    lvont:represents "𡲓"^^xsd:string .

<http://lexvo.org/id/char/21C94> a lvont:Character ;
    lvont:represents "𡲔"^^xsd:string .

<http://lexvo.org/id/char/21C95> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%F0%A1%B2%95>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%AC>,
        "𡲕"^^xsd:string ;
    rdfs:comment "tray, drawer"@en .

<http://lexvo.org/id/char/21C96> a lvont:Character ;
    lvont:represents "𡲖"^^xsd:string .

<http://lexvo.org/id/char/21C97> a lvont:Character ;
    lvont:represents "𡲗"^^xsd:string .

<http://lexvo.org/id/char/21C98> a lvont:Character ;
    lvont:represents "𡲘"^^xsd:string .

<http://lexvo.org/id/char/21C99> a lvont:Character ;
    lvont:represents "𡲙"^^xsd:string .

<http://lexvo.org/id/char/21C9A> a lvont:Character ;
    lvont:represents "𡲚"^^xsd:string .

<http://lexvo.org/id/char/21C9B> a lvont:Character ;
    lvont:represents "𡲛"^^xsd:string .

<http://lexvo.org/id/char/21C9C> a lvont:Character ;
    lvont:represents "𡲜"^^xsd:string .

<http://lexvo.org/id/char/21C9D> a lvont:Character ;
    lvont:represents "𡲝"^^xsd:string .

<http://lexvo.org/id/char/21C9E> a lvont:Character ;
    lvont:represents "𡲞"^^xsd:string .

<http://lexvo.org/id/char/21C9F> a lvont:Character ;
    lvont:represents "𡲟"^^xsd:string .

<http://lexvo.org/id/char/21CA> a lvont:Character ;
    lvont:represents "⇊"^^xsd:string ;
    rdfs:comment "DOWNWARDS PAIRED ARROWS"@en .

<http://lexvo.org/id/char/21CA0> a lvont:Character ;
    lvont:represents "𡲠"^^xsd:string .

<http://lexvo.org/id/char/21CA1> a lvont:Character ;
    lvont:represents "𡲡"^^xsd:string .

<http://lexvo.org/id/char/21CA2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/ke1>,
        <http://lexvo.org/id/term/yue/%F0%A1%B2%A2>,
        "𡲢"^^xsd:string ;
    rdfs:comment "(Cant.) shit"@en .

<http://lexvo.org/id/char/21CA3> a lvont:Character ;
    lvont:represents "𡲣"^^xsd:string .

<http://lexvo.org/id/char/21CA4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/v%E1%BA%A3>,
        "𡲤"^^xsd:string .

<http://lexvo.org/id/char/21CA5> a lvont:Character ;
    lvont:represents "𡲥"^^xsd:string .

<http://lexvo.org/id/char/21CA6> a lvont:Character ;
    lvont:represents "𡲦"^^xsd:string .

<http://lexvo.org/id/char/21CA7> a lvont:Character ;
    lvont:represents "𡲧"^^xsd:string .

<http://lexvo.org/id/char/21CA8> a lvont:Character ;
    lvont:represents "𡲨"^^xsd:string .

<http://lexvo.org/id/char/21CA9> a lvont:Character ;
    lvont:represents "𡲩"^^xsd:string .

<http://lexvo.org/id/char/21CAA> a lvont:Character ;
    lvont:represents "𡲪"^^xsd:string .

<http://lexvo.org/id/char/21CAB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/v%E1%BA%A3i>,
        "𡲫"^^xsd:string .

<http://lexvo.org/id/char/21CAC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/gwat6>,
        <http://lexvo.org/id/term/yue/%F0%A1%B2%AC>,
        "𡲬"^^xsd:string ;
    rdfs:comment "(Cant.) blunt"@en .

<http://lexvo.org/id/char/21CAD> a lvont:Character ;
    lvont:represents "𡲭"^^xsd:string .

<http://lexvo.org/id/char/21CAE> a lvont:Character ;
    lvont:represents "𡲮"^^xsd:string .

<http://lexvo.org/id/char/21CAF> a lvont:Character ;
    lvont:represents "𡲯"^^xsd:string .

<http://lexvo.org/id/char/21CB> a lvont:Character ;
    lvont:represents "⇋"^^xsd:string ;
    rdfs:comment "LEFTWARDS HARPOON OVER RIGHTWARDS HARPOON"@en .

<http://lexvo.org/id/char/21CB0> a lvont:Character ;
    lvont:represents "𡲰"^^xsd:string .

<http://lexvo.org/id/char/21CB1> a lvont:Character ;
    lvont:represents "𡲱"^^xsd:string .

<http://lexvo.org/id/char/21CB2> a lvont:Character ;
    lvont:represents "𡲲"^^xsd:string .

<http://lexvo.org/id/char/21CB3> a lvont:Character ;
    lvont:represents "𡲳"^^xsd:string .

<http://lexvo.org/id/char/21CB4> a lvont:Character ;
    lvont:represents "𡲴"^^xsd:string .

<http://lexvo.org/id/char/21CB5> a lvont:Character ;
    lvont:represents "𡲵"^^xsd:string .

<http://lexvo.org/id/char/21CB6> a lvont:Character ;
    lvont:represents "𡲶"^^xsd:string .

<http://lexvo.org/id/char/21CB7> a lvont:Character ;
    lvont:represents "𡲷"^^xsd:string .

<http://lexvo.org/id/char/21CB8> a lvont:Character ;
    lvont:represents "𡲸"^^xsd:string .

<http://lexvo.org/id/char/21CB9> a lvont:Character ;
    lvont:represents "𡲹"^^xsd:string .

<http://lexvo.org/id/char/21CBA> a lvont:Character ;
    lvont:represents "𡲺"^^xsd:string .

<http://lexvo.org/id/char/21CBB> a lvont:Character ;
    lvont:represents "𡲻"^^xsd:string .

<http://lexvo.org/id/char/21CBC> a lvont:Character ;
    lvont:represents "𡲼"^^xsd:string .

<http://lexvo.org/id/char/21CBD> a lvont:Character ;
    lvont:represents "𡲽"^^xsd:string .

<http://lexvo.org/id/char/21CBE> a lvont:Character ;
    lvont:represents "𡲾"^^xsd:string .

<http://lexvo.org/id/char/21CBF> a lvont:Character ;
    lvont:represents "𡲿"^^xsd:string .

<http://lexvo.org/id/char/21CC> a lvont:Character ;
    lvont:represents "⇌"^^xsd:string ;
    rdfs:comment "RIGHTWARDS HARPOON OVER LEFTWARDS HARPOON"@en .

<http://lexvo.org/id/char/21CC0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ngoe>,
        "𡳀"^^xsd:string .

<http://lexvo.org/id/char/21CC1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/x%C3%A1i>,
        "𡳁"^^xsd:string .

<http://lexvo.org/id/char/21CC2> a lvont:Character ;
    lvont:represents "𡳂"^^xsd:string .

<http://lexvo.org/id/char/21CC3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/cu%E1%BB%91i>,
        "𡳃"^^xsd:string .

<http://lexvo.org/id/char/21CC4> a lvont:Character ;
    lvont:represents "𡳄"^^xsd:string .

<http://lexvo.org/id/char/21CC5> a lvont:Character ;
    lvont:represents "𡳅"^^xsd:string .

<http://lexvo.org/id/char/21CC6> a lvont:Character ;
    lvont:represents "𡳆"^^xsd:string .

<http://lexvo.org/id/char/21CC7> a lvont:Character ;
    lvont:represents "𡳇"^^xsd:string .

<http://lexvo.org/id/char/21CC8> a lvont:Character ;
    lvont:represents "𡳈"^^xsd:string .

<http://lexvo.org/id/char/21CC9> a lvont:Character ;
    lvont:represents "𡳉"^^xsd:string .

<http://lexvo.org/id/char/21CCA> a lvont:Character ;
    lvont:represents "𡳊"^^xsd:string .

<http://lexvo.org/id/char/21CCB> a lvont:Character ;
    lvont:represents "𡳋"^^xsd:string .

<http://lexvo.org/id/char/21CCC> a lvont:Character ;
    lvont:represents "𡳌"^^xsd:string .

<http://lexvo.org/id/char/21CCD> a lvont:Character ;
    lvont:represents "𡳍"^^xsd:string .

<http://lexvo.org/id/char/21CCE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/v%C3%A3>,
        "𡳎"^^xsd:string .

<http://lexvo.org/id/char/21CCF> a lvont:Character ;
    lvont:represents "𡳏"^^xsd:string .

<http://lexvo.org/id/char/21CD> a lvont:Character ;
    lvont:represents "⇍"^^xsd:string ;
    rdfs:comment "LEFTWARDS DOUBLE ARROW WITH STROKE"@en .

<http://lexvo.org/id/char/21CD0> a lvont:Character ;
    lvont:represents "𡳐"^^xsd:string .

<http://lexvo.org/id/char/21CD1> a lvont:Character ;
    lvont:represents "𡳑"^^xsd:string .

<http://lexvo.org/id/char/21CD2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/v%E1%BA%BD>,
        "𡳒"^^xsd:string .

<http://lexvo.org/id/char/21CD3> a lvont:Character ;
    lvont:represents "𡳓"^^xsd:string .

<http://lexvo.org/id/char/21CD4> a lvont:Character ;
    lvont:represents "𡳔"^^xsd:string .

<http://lexvo.org/id/char/21CD5> a lvont:Character ;
    lvont:represents "𡳕"^^xsd:string .

<http://lexvo.org/id/char/21CD6> a lvont:Character ;
    lvont:represents "𡳖"^^xsd:string .

<http://lexvo.org/id/char/21CD7> a lvont:Character ;
    lvont:represents "𡳗"^^xsd:string .

<http://lexvo.org/id/char/21CD8> a lvont:Character ;
    lvont:represents "𡳘"^^xsd:string .

<http://lexvo.org/id/char/21CD9> a lvont:Character ;
    lvont:represents "𡳙"^^xsd:string .

<http://lexvo.org/id/char/21CDA> a lvont:Character ;
    lvont:represents "𡳚"^^xsd:string .

<http://lexvo.org/id/char/21CDB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/c%E1%BB%A9t>,
        "𡳛"^^xsd:string .

<http://lexvo.org/id/char/21CDC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/cu%E1%BB%91i>,
        "𡳜"^^xsd:string .

<http://lexvo.org/id/char/21CDD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/r%E1%BB%91t>,
        "𡳝"^^xsd:string .

<http://lexvo.org/id/char/21CDE> a lvont:Character ;
    lvont:represents "𡳞"^^xsd:string .

<http://lexvo.org/id/char/21CDF> a lvont:Character ;
    lvont:represents "𡳟"^^xsd:string .

<http://lexvo.org/id/char/21CE> a lvont:Character ;
    lvont:represents "⇎"^^xsd:string ;
    rdfs:comment "LEFT RIGHT DOUBLE ARROW WITH STROKE"@en .

<http://lexvo.org/id/char/21CE0> a lvont:Character ;
    lvont:represents "𡳠"^^xsd:string .

<http://lexvo.org/id/char/21CE1> a lvont:Character ;
    lvont:represents "𡳡"^^xsd:string .

<http://lexvo.org/id/char/21CE2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/%C4%91o>,
        "𡳢"^^xsd:string .

<http://lexvo.org/id/char/21CE3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/%C4%91o>,
        "𡳣"^^xsd:string .

<http://lexvo.org/id/char/21CE4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/%C4%91o>,
        "𡳤"^^xsd:string .

<http://lexvo.org/id/char/21CE5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/toi>,
        "𡳥"^^xsd:string .

<http://lexvo.org/id/char/21CE6> a lvont:Character ;
    lvont:represents "𡳦"^^xsd:string .

<http://lexvo.org/id/char/21CE7> a lvont:Character ;
    lvont:represents "𡳧"^^xsd:string .

<http://lexvo.org/id/char/21CE8> a lvont:Character ;
    lvont:represents "𡳨"^^xsd:string .

<http://lexvo.org/id/char/21CE9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/v%E1%BB%9F>,
        "𡳩"^^xsd:string .

<http://lexvo.org/id/char/21CEA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/%C4%91u%C3%B4i>,
        "𡳪"^^xsd:string .

<http://lexvo.org/id/char/21CEB> a lvont:Character ;
    lvont:represents "𡳫"^^xsd:string .

<http://lexvo.org/id/char/21CEC> a lvont:Character ;
    lvont:represents "𡳬"^^xsd:string .

<http://lexvo.org/id/char/21CED> a lvont:Character ;
    lvont:represents "𡳭"^^xsd:string .

<http://lexvo.org/id/char/21CEE> a lvont:Character ;
    lvont:represents "𡳮"^^xsd:string .

<http://lexvo.org/id/char/21CEF> a lvont:Character ;
    lvont:represents "𡳯"^^xsd:string .

<http://lexvo.org/id/char/21CF> a lvont:Character ;
    lvont:represents "⇏"^^xsd:string ;
    rdfs:comment "RIGHTWARDS DOUBLE ARROW WITH STROKE"@en .

<http://lexvo.org/id/char/21CF0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/c%C5%A9>,
        "𡳰"^^xsd:string .

<http://lexvo.org/id/char/21CF1> a lvont:Character ;
    lvont:represents "𡳱"^^xsd:string .

<http://lexvo.org/id/char/21CF2> a lvont:Character ;
    lvont:represents "𡳲"^^xsd:string .

<http://lexvo.org/id/char/21CF3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/cu%E1%BB%91i>,
        "𡳳"^^xsd:string .

<http://lexvo.org/id/char/21CF4> a lvont:Character ;
    lvont:represents "𡳴"^^xsd:string .

<http://lexvo.org/id/char/21CF5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/c%C5%A9>,
        "𡳵"^^xsd:string .

<http://lexvo.org/id/char/21CF6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/c%C5%A9>,
        "𡳶"^^xsd:string .

<http://lexvo.org/id/char/21CF7> a lvont:Character ;
    lvont:represents "𡳷"^^xsd:string .

<http://lexvo.org/id/char/21CF8> a lvont:Character ;
    lvont:represents "𡳸"^^xsd:string .

<http://lexvo.org/id/char/21CF9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/v%E1%BB%A1i>,
        "𡳹"^^xsd:string .

<http://lexvo.org/id/char/21CFA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/v%C3%ADa>,
        "𡳺"^^xsd:string .

<http://lexvo.org/id/char/21CFB> a lvont:Character ;
    lvont:represents "𡳻"^^xsd:string .

<http://lexvo.org/id/char/21CFC> a lvont:Character ;
    lvont:represents "𡳼"^^xsd:string .

<http://lexvo.org/id/char/21CFD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/n%C3%B3c>,
        "𡳽"^^xsd:string .

<http://lexvo.org/id/char/21CFF> a lvont:Character ;
    lvont:represents "𡳿"^^xsd:string .

<http://lexvo.org/id/char/21D0> a lvont:Character ;
    lvont:represents "⇐"^^xsd:string ;
    rdfs:comment "LEFTWARDS DOUBLE ARROW"@en .

<http://lexvo.org/id/char/21D00> a lvont:Character ;
    lvont:represents "𡴀"^^xsd:string .

<http://lexvo.org/id/char/21D01> a lvont:Character ;
    lvont:represents "𡴁"^^xsd:string .

<http://lexvo.org/id/char/21D02> a lvont:Character ;
    lvont:represents "𡴂"^^xsd:string .

<http://lexvo.org/id/char/21D03> a lvont:Character ;
    lvont:represents "𡴃"^^xsd:string .

<http://lexvo.org/id/char/21D04> a lvont:Character ;
    lvont:represents "𡴄"^^xsd:string .

<http://lexvo.org/id/char/21D05> a lvont:Character ;
    lvont:represents "𡴅"^^xsd:string .

<http://lexvo.org/id/char/21D06> a lvont:Character ;
    lvont:represents "𡴆"^^xsd:string .

<http://lexvo.org/id/char/21D07> a lvont:Character ;
    lvont:represents "𡴇"^^xsd:string .

<http://lexvo.org/id/char/21D08> a lvont:Character ;
    lvont:represents "𡴈"^^xsd:string .

<http://lexvo.org/id/char/21D09> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/v%C3%B2m>,
        "𡴉"^^xsd:string .

<http://lexvo.org/id/char/21D0A> a lvont:Character ;
    lvont:represents "𡴊"^^xsd:string .

<http://lexvo.org/id/char/21D0B> a lvont:Character ;
    lvont:represents "𡴋"^^xsd:string .

<http://lexvo.org/id/char/21D0C> a lvont:Character ;
    lvont:represents "𡴌"^^xsd:string .

<http://lexvo.org/id/char/21D0D> a lvont:Character ;
    lvont:represents "𡴍"^^xsd:string .

<http://lexvo.org/id/char/21D0E> a lvont:Character ;
    lvont:represents "𡴎"^^xsd:string .

<http://lexvo.org/id/char/21D0F> a lvont:Character ;
    lvont:represents "𡴏"^^xsd:string .

<http://lexvo.org/id/char/21D1> a lvont:Character ;
    lvont:represents "⇑"^^xsd:string ;
    rdfs:comment "UPWARDS DOUBLE ARROW"@en .

<http://lexvo.org/id/char/21D10> a lvont:Character ;
    lvont:represents "𡴐"^^xsd:string .

<http://lexvo.org/id/char/21D11> a lvont:Character ;
    lvont:represents "𡴑"^^xsd:string .

<http://lexvo.org/id/char/21D12> a lvont:Character ;
    lvont:represents "𡴒"^^xsd:string .

<http://lexvo.org/id/char/21D13> a lvont:Character ;
    lvont:represents "𡴓"^^xsd:string .

<http://lexvo.org/id/char/21D14> a lvont:Character ;
    lvont:represents "𡴔"^^xsd:string .

<http://lexvo.org/id/char/21D15> a lvont:Character ;
    lvont:represents "𡴕"^^xsd:string .

<http://lexvo.org/id/char/21D16> a lvont:Character ;
    lvont:represents "𡴖"^^xsd:string .

<http://lexvo.org/id/char/21D17> a lvont:Character ;
    lvont:represents "𡴗"^^xsd:string .

<http://lexvo.org/id/char/21D18> a lvont:Character ;
    lvont:represents "𡴘"^^xsd:string .

<http://lexvo.org/id/char/21D19> a lvont:Character ;
    lvont:represents "𡴙"^^xsd:string .

<http://lexvo.org/id/char/21D1A> a lvont:Character ;
    lvont:represents "𡴚"^^xsd:string .

<http://lexvo.org/id/char/21D1B> a lvont:Character ;
    lvont:represents "𡴛"^^xsd:string .

<http://lexvo.org/id/char/21D1C> a lvont:Character ;
    lvont:represents "𡴜"^^xsd:string .

<http://lexvo.org/id/char/21D1D> a lvont:Character ;
    lvont:represents "𡴝"^^xsd:string .

<http://lexvo.org/id/char/21D1E> a lvont:Character ;
    lvont:represents "𡴞"^^xsd:string .

<http://lexvo.org/id/char/21D1F> a lvont:Character ;
    lvont:represents "𡴟"^^xsd:string .

<http://lexvo.org/id/char/21D2> a lvont:Character ;
    lvont:represents "⇒"^^xsd:string ;
    rdfs:comment "RIGHTWARDS DOUBLE ARROW"@en .

<http://lexvo.org/id/char/21D20> a lvont:Character ;
    lvont:represents "𡴠"^^xsd:string .

<http://lexvo.org/id/char/21D21> a lvont:Character ;
    lvont:represents "𡴡"^^xsd:string .

<http://lexvo.org/id/char/21D22> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/nh%C3%B2n>,
        "𡴢"^^xsd:string .

<http://lexvo.org/id/char/21D23> a lvont:Character ;
    lvont:represents "𡴣"^^xsd:string .

<http://lexvo.org/id/char/21D24> a lvont:Character ;
    lvont:represents "𡴤"^^xsd:string .

<http://lexvo.org/id/char/21D25> a lvont:Character ;
    lvont:represents "𡴥"^^xsd:string .

<http://lexvo.org/id/char/21D26> a lvont:Character ;
    lvont:represents "𡴦"^^xsd:string .

<http://lexvo.org/id/char/21D27> a lvont:Character ;
    lvont:represents "𡴧"^^xsd:string .

<http://lexvo.org/id/char/21D28> a lvont:Character ;
    lvont:represents "𡴨"^^xsd:string .

<http://lexvo.org/id/char/21D29> a lvont:Character ;
    lvont:represents "𡴩"^^xsd:string .

<http://lexvo.org/id/char/21D2A> a lvont:Character ;
    lvont:represents "𡴪"^^xsd:string .

<http://lexvo.org/id/char/21D2B> a lvont:Character ;
    lvont:represents "𡴫"^^xsd:string .

<http://lexvo.org/id/char/21D2C> a lvont:Character ;
    lvont:represents "𡴬"^^xsd:string .

<http://lexvo.org/id/char/21D2D> a lvont:Character ;
    lvont:represents "𡴭"^^xsd:string .

<http://lexvo.org/id/char/21D2E> a lvont:Character ;
    lvont:represents "𡴮"^^xsd:string .

<http://lexvo.org/id/char/21D2F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ng%E1%BA%ADt>,
        "𡴯"^^xsd:string .

<http://lexvo.org/id/char/21D3> a lvont:Character ;
    lvont:represents "⇓"^^xsd:string ;
    rdfs:comment "DOWNWARDS DOUBLE ARROW"@en .

<http://lexvo.org/id/char/21D30> a lvont:Character ;
    lvont:represents "𡴰"^^xsd:string .

<http://lexvo.org/id/char/21D31> a lvont:Character ;
    lvont:represents "𡴱"^^xsd:string .

<http://lexvo.org/id/char/21D32> a lvont:Character ;
    lvont:represents "𡴲"^^xsd:string .

<http://lexvo.org/id/char/21D33> a lvont:Character ;
    lvont:represents "𡴳"^^xsd:string .

<http://lexvo.org/id/char/21D34> a lvont:Character ;
    lvont:represents "𡴴"^^xsd:string .

<http://lexvo.org/id/char/21D35> a lvont:Character ;
    lvont:represents "𡴵"^^xsd:string .

<http://lexvo.org/id/char/21D36> a lvont:Character ;
    lvont:represents "𡴶"^^xsd:string .

<http://lexvo.org/id/char/21D37> a lvont:Character ;
    lvont:represents "𡴷"^^xsd:string .

<http://lexvo.org/id/char/21D38> a lvont:Character ;
    lvont:represents "𡴸"^^xsd:string .

<http://lexvo.org/id/char/21D39> a lvont:Character ;
    lvont:represents "𡴹"^^xsd:string .

<http://lexvo.org/id/char/21D3A> a lvont:Character ;
    lvont:represents "𡴺"^^xsd:string .

<http://lexvo.org/id/char/21D3B> a lvont:Character ;
    lvont:represents "𡴻"^^xsd:string .

<http://lexvo.org/id/char/21D3C> a lvont:Character ;
    lvont:represents "𡴼"^^xsd:string .

<http://lexvo.org/id/char/21D3D> a lvont:Character ;
    lvont:represents "𡴽"^^xsd:string .

<http://lexvo.org/id/char/21D3E> a lvont:Character ;
    lvont:represents "𡴾"^^xsd:string .

<http://lexvo.org/id/char/21D3F> a lvont:Character ;
    lvont:represents "𡴿"^^xsd:string .

<http://lexvo.org/id/char/21D4> a lvont:Character ;
    lvont:represents "⇔"^^xsd:string ;
    rdfs:comment "LEFT RIGHT DOUBLE ARROW"@en .

<http://lexvo.org/id/char/21D40> a lvont:Character ;
    lvont:represents "𡵀"^^xsd:string .

<http://lexvo.org/id/char/21D41> a lvont:Character ;
    lvont:represents "𡵁"^^xsd:string .

<http://lexvo.org/id/char/21D42> a lvont:Character ;
    lvont:represents "𡵂"^^xsd:string .

<http://lexvo.org/id/char/21D43> a lvont:Character ;
    lvont:represents "𡵃"^^xsd:string .

<http://lexvo.org/id/char/21D44> a lvont:Character ;
    lvont:represents "𡵄"^^xsd:string .

<http://lexvo.org/id/char/21D45> a lvont:Character ;
    lvont:represents "𡵅"^^xsd:string .

<http://lexvo.org/id/char/21D46> a lvont:Character ;
    lvont:represents "𡵆"^^xsd:string .

<http://lexvo.org/id/char/21D47> a lvont:Character ;
    lvont:represents "𡵇"^^xsd:string .

<http://lexvo.org/id/char/21D48> a lvont:Character ;
    lvont:represents "𡵈"^^xsd:string .

<http://lexvo.org/id/char/21D49> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ng%C3%BAt>,
        "𡵉"^^xsd:string .

<http://lexvo.org/id/char/21D4A> a lvont:Character ;
    lvont:represents "𡵊"^^xsd:string .

<http://lexvo.org/id/char/21D4B> a lvont:Character ;
    lvont:represents "𡵋"^^xsd:string .

<http://lexvo.org/id/char/21D4C> a lvont:Character ;
    lvont:represents "𡵌"^^xsd:string .

<http://lexvo.org/id/char/21D4D> a lvont:Character ;
    lvont:represents "𡵍"^^xsd:string .

<http://lexvo.org/id/char/21D4E> a lvont:Character ;
    lvont:represents "𡵎"^^xsd:string .

<http://lexvo.org/id/char/21D4F> a lvont:Character ;
    lvont:represents "𡵏"^^xsd:string .

<http://lexvo.org/id/char/21D5> a lvont:Character ;
    lvont:represents "⇕"^^xsd:string ;
    rdfs:comment "UP DOWN DOUBLE ARROW"@en .

<http://lexvo.org/id/char/21D50> a lvont:Character ;
    lvont:represents "𡵐"^^xsd:string .

<http://lexvo.org/id/char/21D51> a lvont:Character ;
    lvont:represents "𡵑"^^xsd:string .

<http://lexvo.org/id/char/21D52> a lvont:Character ;
    lvont:represents "𡵒"^^xsd:string .

<http://lexvo.org/id/char/21D53> a lvont:Character ;
    lvont:represents "𡵓"^^xsd:string .

<http://lexvo.org/id/char/21D54> a lvont:Character ;
    lvont:represents "𡵔"^^xsd:string .

<http://lexvo.org/id/char/21D55> a lvont:Character ;
    lvont:represents "𡵕"^^xsd:string .

<http://lexvo.org/id/char/21D56> a lvont:Character ;
    lvont:represents "𡵖"^^xsd:string .

<http://lexvo.org/id/char/21D57> a lvont:Character ;
    lvont:represents "𡵗"^^xsd:string .

<http://lexvo.org/id/char/21D58> a lvont:Character ;
    lvont:represents "𡵘"^^xsd:string .

<http://lexvo.org/id/char/21D59> a lvont:Character ;
    lvont:represents "𡵙"^^xsd:string .

<http://lexvo.org/id/char/21D5A> a lvont:Character ;
    lvont:represents "𡵚"^^xsd:string .

<http://lexvo.org/id/char/21D5B> a lvont:Character ;
    lvont:represents "𡵛"^^xsd:string .

<http://lexvo.org/id/char/21D5C> a lvont:Character ;
    lvont:represents "𡵜"^^xsd:string .

<http://lexvo.org/id/char/21D5D> a lvont:Character ;
    lvont:represents "𡵝"^^xsd:string .

<http://lexvo.org/id/char/21D5E> a lvont:Character ;
    lvont:represents "𡵞"^^xsd:string .

<http://lexvo.org/id/char/21D5F> a lvont:Character ;
    lvont:represents "𡵟"^^xsd:string .

<http://lexvo.org/id/char/21D6> a lvont:Character ;
    lvont:represents "⇖"^^xsd:string ;
    rdfs:comment "NORTH WEST DOUBLE ARROW"@en .

<http://lexvo.org/id/char/21D60> a lvont:Character ;
    lvont:represents "𡵠"^^xsd:string .

<http://lexvo.org/id/char/21D61> a lvont:Character ;
    lvont:represents "𡵡"^^xsd:string .

<http://lexvo.org/id/char/21D62> a lvont:Character ;
    lvont:represents "𡵢"^^xsd:string .

<http://lexvo.org/id/char/21D63> a lvont:Character ;
    lvont:represents "𡵣"^^xsd:string .

<http://lexvo.org/id/char/21D64> a lvont:Character ;
    lvont:represents "𡵤"^^xsd:string .

<http://lexvo.org/id/char/21D65> a lvont:Character ;
    lvont:represents "𡵥"^^xsd:string .

<http://lexvo.org/id/char/21D66> a lvont:Character ;
    lvont:represents "𡵦"^^xsd:string .

<http://lexvo.org/id/char/21D67> a lvont:Character ;
    lvont:represents "𡵧"^^xsd:string .

<http://lexvo.org/id/char/21D68> a lvont:Character ;
    lvont:represents "𡵨"^^xsd:string .

<http://lexvo.org/id/char/21D69> a lvont:Character ;
    lvont:represents "𡵩"^^xsd:string .

<http://lexvo.org/id/char/21D6A> a lvont:Character ;
    lvont:represents "𡵪"^^xsd:string .

<http://lexvo.org/id/char/21D6B> a lvont:Character ;
    lvont:represents "𡵫"^^xsd:string .

<http://lexvo.org/id/char/21D6C> a lvont:Character ;
    lvont:represents "𡵬"^^xsd:string .

<http://lexvo.org/id/char/21D6D> a lvont:Character ;
    lvont:represents "𡵭"^^xsd:string .

<http://lexvo.org/id/char/21D6E> a lvont:Character ;
    lvont:represents "𡵮"^^xsd:string .

<http://lexvo.org/id/char/21D6F> a lvont:Character ;
    lvont:represents "𡵯"^^xsd:string .

<http://lexvo.org/id/char/21D7> a lvont:Character ;
    lvont:represents "⇗"^^xsd:string ;
    rdfs:comment "NORTH EAST DOUBLE ARROW"@en .

<http://lexvo.org/id/char/21D70> a lvont:Character ;
    lvont:represents "𡵰"^^xsd:string .

<http://lexvo.org/id/char/21D71> a lvont:Character ;
    lvont:represents "𡵱"^^xsd:string .

<http://lexvo.org/id/char/21D72> a lvont:Character ;
    lvont:represents "𡵲"^^xsd:string .

<http://lexvo.org/id/char/21D73> a lvont:Character ;
    lvont:represents "𡵳"^^xsd:string .

<http://lexvo.org/id/char/21D74> a lvont:Character ;
    lvont:represents "𡵴"^^xsd:string .

<http://lexvo.org/id/char/21D75> a lvont:Character ;
    lvont:represents "𡵵"^^xsd:string .

<http://lexvo.org/id/char/21D76> a lvont:Character ;
    lvont:represents "𡵶"^^xsd:string .

<http://lexvo.org/id/char/21D77> a lvont:Character ;
    lvont:represents "𡵷"^^xsd:string .

<http://lexvo.org/id/char/21D78> a lvont:Character ;
    lvont:represents "𡵸"^^xsd:string .

<http://lexvo.org/id/char/21D79> a lvont:Character ;
    lvont:represents "𡵹"^^xsd:string .

<http://lexvo.org/id/char/21D7A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/c%C3%B9>,
        "𡵺"^^xsd:string .

<http://lexvo.org/id/char/21D7B> a lvont:Character ;
    lvont:represents "𡵻"^^xsd:string .

<http://lexvo.org/id/char/21D7C> a lvont:Character ;
    lvont:represents "𡵼"^^xsd:string .

<http://lexvo.org/id/char/21D7D> a lvont:Character ;
    lvont:represents "𡵽"^^xsd:string .

<http://lexvo.org/id/char/21D7E> a lvont:Character ;
    lvont:represents "𡵾"^^xsd:string .

<http://lexvo.org/id/char/21D7F> a lvont:Character ;
    lvont:represents "𡵿"^^xsd:string .

<http://lexvo.org/id/char/21D8> a lvont:Character ;
    lvont:represents "⇘"^^xsd:string ;
    rdfs:comment "SOUTH EAST DOUBLE ARROW"@en .

<http://lexvo.org/id/char/21D80> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/n%C3%BAi>,
        "𡶀"^^xsd:string .

<http://lexvo.org/id/char/21D81> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/%C4%91%C3%B9n>,
        "𡶁"^^xsd:string .

<http://lexvo.org/id/char/21D82> a lvont:Character ;
    lvont:represents "𡶂"^^xsd:string .

<http://lexvo.org/id/char/21D83> a lvont:Character ;
    lvont:represents "𡶃"^^xsd:string .

<http://lexvo.org/id/char/21D84> a lvont:Character ;
    lvont:represents "𡶄"^^xsd:string .

<http://lexvo.org/id/char/21D85> a lvont:Character ;
    lvont:represents "𡶅"^^xsd:string .

<http://lexvo.org/id/char/21D86> a lvont:Character ;
    lvont:represents "𡶆"^^xsd:string .

<http://lexvo.org/id/char/21D87> a lvont:Character ;
    lvont:represents "𡶇"^^xsd:string .

<http://lexvo.org/id/char/21D88> a lvont:Character ;
    lvont:represents "𡶈"^^xsd:string .

<http://lexvo.org/id/char/21D89> a lvont:Character ;
    lvont:represents "𡶉"^^xsd:string .

<http://lexvo.org/id/char/21D8A> a lvont:Character ;
    lvont:represents "𡶊"^^xsd:string .

<http://lexvo.org/id/char/21D8B> a lvont:Character ;
    lvont:represents "𡶋"^^xsd:string .

<http://lexvo.org/id/char/21D8C> a lvont:Character ;
    lvont:represents "𡶌"^^xsd:string .

<http://lexvo.org/id/char/21D8D> a lvont:Character ;
    lvont:represents "𡶍"^^xsd:string .

<http://lexvo.org/id/char/21D8E> a lvont:Character ;
    lvont:represents "𡶎"^^xsd:string .

<http://lexvo.org/id/char/21D8F> a lvont:Character ;
    lvont:represents "𡶏"^^xsd:string .

<http://lexvo.org/id/char/21D9> a lvont:Character ;
    lvont:represents "⇙"^^xsd:string ;
    rdfs:comment "SOUTH WEST DOUBLE ARROW"@en .

<http://lexvo.org/id/char/21D90> a lvont:Character ;
    lvont:represents "𡶐"^^xsd:string .

<http://lexvo.org/id/char/21D91> a lvont:Character ;
    lvont:represents "𡶑"^^xsd:string .

<http://lexvo.org/id/char/21D92> a lvont:Character ;
    lvont:represents "𡶒"^^xsd:string .

<http://lexvo.org/id/char/21D93> a lvont:Character ;
    lvont:represents "𡶓"^^xsd:string .

<http://lexvo.org/id/char/21D94> a lvont:Character ;
    lvont:represents "𡶔"^^xsd:string .

<http://lexvo.org/id/char/21D95> a lvont:Character ;
    lvont:represents "𡶕"^^xsd:string .

<http://lexvo.org/id/char/21D96> a lvont:Character ;
    lvont:represents "𡶖"^^xsd:string .

<http://lexvo.org/id/char/21D97> a lvont:Character ;
    lvont:represents "𡶗"^^xsd:string .

<http://lexvo.org/id/char/21D98> a lvont:Character ;
    lvont:represents "𡶘"^^xsd:string .

<http://lexvo.org/id/char/21D99> a lvont:Character ;
    lvont:represents "𡶙"^^xsd:string .

<http://lexvo.org/id/char/21D9A> a lvont:Character ;
    lvont:represents "𡶚"^^xsd:string .

<http://lexvo.org/id/char/21D9B> a lvont:Character ;
    lvont:represents "𡶛"^^xsd:string .

<http://lexvo.org/id/char/21D9C> a lvont:Character ;
    lvont:represents "𡶜"^^xsd:string .

<http://lexvo.org/id/char/21D9D> a lvont:Character ;
    lvont:represents "𡶝"^^xsd:string .

<http://lexvo.org/id/char/21D9E> a lvont:Character ;
    lvont:represents "𡶞"^^xsd:string .

<http://lexvo.org/id/char/21D9F> a lvont:Character ;
    lvont:represents "𡶟"^^xsd:string .

<http://lexvo.org/id/char/21DA> a lvont:Character ;
    lvont:represents "⇚"^^xsd:string ;
    rdfs:comment "LEFTWARDS TRIPLE ARROW"@en .

<http://lexvo.org/id/char/21DA0> a lvont:Character ;
    lvont:represents "𡶠"^^xsd:string .

<http://lexvo.org/id/char/21DA1> a lvont:Character ;
    lvont:represents "𡶡"^^xsd:string .

<http://lexvo.org/id/char/21DA2> a lvont:Character ;
    lvont:represents "𡶢"^^xsd:string .

<http://lexvo.org/id/char/21DA3> a lvont:Character ;
    lvont:represents "𡶣"^^xsd:string .

<http://lexvo.org/id/char/21DA4> a lvont:Character ;
    lvont:represents "𡶤"^^xsd:string .

<http://lexvo.org/id/char/21DA5> a lvont:Character ;
    lvont:represents "𡶥"^^xsd:string .

<http://lexvo.org/id/char/21DA6> a lvont:Character ;
    lvont:represents "𡶦"^^xsd:string .

<http://lexvo.org/id/char/21DA7> a lvont:Character ;
    lvont:represents "𡶧"^^xsd:string .

<http://lexvo.org/id/char/21DA8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ng%C3%A0n>,
        "𡶨"^^xsd:string .

<http://lexvo.org/id/char/21DA9> a lvont:Character ;
    lvont:represents "𡶩"^^xsd:string .

<http://lexvo.org/id/char/21DAA> a lvont:Character ;
    lvont:represents "𡶪"^^xsd:string .

<http://lexvo.org/id/char/21DAB> a lvont:Character ;
    lvont:represents "𡶫"^^xsd:string .

<http://lexvo.org/id/char/21DAC> a lvont:Character ;
    lvont:represents "𡶬"^^xsd:string .

<http://lexvo.org/id/char/21DAD> a lvont:Character ;
    lvont:represents "𡶭"^^xsd:string .

<http://lexvo.org/id/char/21DAE> a lvont:Character ;
    lvont:represents "𡶮"^^xsd:string .

<http://lexvo.org/id/char/21DAF> a lvont:Character ;
    lvont:represents "𡶯"^^xsd:string .

<http://lexvo.org/id/char/21DB> a lvont:Character ;
    lvont:represents "⇛"^^xsd:string ;
    rdfs:comment "RIGHTWARDS TRIPLE ARROW"@en .

<http://lexvo.org/id/char/21DB0> a lvont:Character ;
    lvont:represents "𡶰"^^xsd:string .

<http://lexvo.org/id/char/21DB1> a lvont:Character ;
    lvont:represents "𡶱"^^xsd:string .

<http://lexvo.org/id/char/21DB2> a lvont:Character ;
    lvont:represents "𡶲"^^xsd:string .

<http://lexvo.org/id/char/21DB3> a lvont:Character ;
    lvont:represents "𡶳"^^xsd:string .

<http://lexvo.org/id/char/21DB4> a lvont:Character ;
    lvont:represents "𡶴"^^xsd:string .

<http://lexvo.org/id/char/21DB5> a lvont:Character ;
    lvont:represents "𡶵"^^xsd:string .

<http://lexvo.org/id/char/21DB6> a lvont:Character ;
    lvont:represents "𡶶"^^xsd:string .

<http://lexvo.org/id/char/21DB7> a lvont:Character ;
    lvont:represents "𡶷"^^xsd:string .

<http://lexvo.org/id/char/21DB8> a lvont:Character ;
    lvont:represents "𡶸"^^xsd:string .

<http://lexvo.org/id/char/21DB9> a lvont:Character ;
    lvont:represents "𡶹"^^xsd:string .

<http://lexvo.org/id/char/21DBA> a lvont:Character ;
    lvont:represents "𡶺"^^xsd:string .

<http://lexvo.org/id/char/21DBB> a lvont:Character ;
    lvont:represents "𡶻"^^xsd:string .

<http://lexvo.org/id/char/21DBC> a lvont:Character ;
    lvont:represents "𡶼"^^xsd:string .

<http://lexvo.org/id/char/21DBD> a lvont:Character ;
    lvont:represents "𡶽"^^xsd:string .

<http://lexvo.org/id/char/21DBE> a lvont:Character ;
    lvont:represents "𡶾"^^xsd:string .

<http://lexvo.org/id/char/21DBF> a lvont:Character ;
    lvont:represents "𡶿"^^xsd:string .

<http://lexvo.org/id/char/21DC> a lvont:Character ;
    lvont:represents "⇜"^^xsd:string ;
    rdfs:comment "LEFTWARDS SQUIGGLE ARROW"@en .

<http://lexvo.org/id/char/21DC0> a lvont:Character ;
    lvont:represents "𡷀"^^xsd:string .

<http://lexvo.org/id/char/21DC1> a lvont:Character ;
    lvont:represents "𡷁"^^xsd:string .

<http://lexvo.org/id/char/21DC2> a lvont:Character ;
    lvont:represents "𡷂"^^xsd:string .

<http://lexvo.org/id/char/21DC3> a lvont:Character ;
    lvont:represents "𡷃"^^xsd:string .

<http://lexvo.org/id/char/21DC4> a lvont:Character ;
    lvont:represents "𡷄"^^xsd:string .

<http://lexvo.org/id/char/21DC5> a lvont:Character ;
    lvont:represents "𡷅"^^xsd:string .

<http://lexvo.org/id/char/21DC6> a lvont:Character ;
    lvont:represents "𡷆"^^xsd:string .

<http://lexvo.org/id/char/21DC7> a lvont:Character ;
    lvont:represents "𡷇"^^xsd:string .

<http://lexvo.org/id/char/21DC8> a lvont:Character ;
    lvont:represents "𡷈"^^xsd:string .

<http://lexvo.org/id/char/21DC9> a lvont:Character ;
    lvont:represents "𡷉"^^xsd:string .

<http://lexvo.org/id/char/21DCA> a lvont:Character ;
    lvont:represents "𡷊"^^xsd:string .

<http://lexvo.org/id/char/21DCB> a lvont:Character ;
    lvont:represents "𡷋"^^xsd:string .

<http://lexvo.org/id/char/21DCC> a lvont:Character ;
    lvont:represents "𡷌"^^xsd:string .

<http://lexvo.org/id/char/21DCD> a lvont:Character ;
    lvont:represents "𡷍"^^xsd:string .

<http://lexvo.org/id/char/21DCE> a lvont:Character ;
    lvont:represents "𡷎"^^xsd:string .

<http://lexvo.org/id/char/21DCF> a lvont:Character ;
    lvont:represents "𡷏"^^xsd:string .

<http://lexvo.org/id/char/21DD> a lvont:Character ;
    lvont:represents "⇝"^^xsd:string ;
    rdfs:comment "RIGHTWARDS SQUIGGLE ARROW"@en .

<http://lexvo.org/id/char/21DD0> a lvont:Character ;
    lvont:represents "𡷐"^^xsd:string .

<http://lexvo.org/id/char/21DD1> a lvont:Character ;
    lvont:represents "𡷑"^^xsd:string .

<http://lexvo.org/id/char/21DD2> a lvont:Character ;
    lvont:represents "𡷒"^^xsd:string .

<http://lexvo.org/id/char/21DD3> a lvont:Character ;
    lvont:represents "𡷓"^^xsd:string .

<http://lexvo.org/id/char/21DD4> a lvont:Character ;
    lvont:represents "𡷔"^^xsd:string .

<http://lexvo.org/id/char/21DD5> a lvont:Character ;
    lvont:represents "𡷕"^^xsd:string .

<http://lexvo.org/id/char/21DD6> a lvont:Character ;
    lvont:represents "𡷖"^^xsd:string .

<http://lexvo.org/id/char/21DD7> a lvont:Character ;
    lvont:represents "𡷗"^^xsd:string .

<http://lexvo.org/id/char/21DD8> a lvont:Character ;
    lvont:represents "𡷘"^^xsd:string .

<http://lexvo.org/id/char/21DD9> a lvont:Character ;
    lvont:represents "𡷙"^^xsd:string .

<http://lexvo.org/id/char/21DDA> a lvont:Character ;
    lvont:represents "𡷚"^^xsd:string .

<http://lexvo.org/id/char/21DDB> a lvont:Character ;
    lvont:represents "𡷛"^^xsd:string .

<http://lexvo.org/id/char/21DDC> a lvont:Character ;
    lvont:represents "𡷜"^^xsd:string .

<http://lexvo.org/id/char/21DDD> a lvont:Character ;
    lvont:represents "𡷝"^^xsd:string .

<http://lexvo.org/id/char/21DDE> a lvont:Character ;
    lvont:represents "𡷞"^^xsd:string .

<http://lexvo.org/id/char/21DDF> a lvont:Character ;
    lvont:represents "𡷟"^^xsd:string .

<http://lexvo.org/id/char/21DE> a lvont:Character ;
    lvont:represents "⇞"^^xsd:string ;
    rdfs:comment "UPWARDS ARROW WITH DOUBLE STROKE"@en .

<http://lexvo.org/id/char/21DE0> a lvont:Character ;
    lvont:represents "𡷠"^^xsd:string .

<http://lexvo.org/id/char/21DE1> a lvont:Character ;
    lvont:represents "𡷡"^^xsd:string .

<http://lexvo.org/id/char/21DE2> a lvont:Character ;
    lvont:represents "𡷢"^^xsd:string .

<http://lexvo.org/id/char/21DE3> a lvont:Character ;
    lvont:represents "𡷣"^^xsd:string .

<http://lexvo.org/id/char/21DE4> a lvont:Character ;
    lvont:represents "𡷤"^^xsd:string .

<http://lexvo.org/id/char/21DE5> a lvont:Character ;
    lvont:represents "𡷥"^^xsd:string .

<http://lexvo.org/id/char/21DE6> a lvont:Character ;
    lvont:represents "𡷦"^^xsd:string .

<http://lexvo.org/id/char/21DE7> a lvont:Character ;
    lvont:represents "𡷧"^^xsd:string .

<http://lexvo.org/id/char/21DE8> a lvont:Character ;
    lvont:represents "𡷨"^^xsd:string .

<http://lexvo.org/id/char/21DE9> a lvont:Character ;
    lvont:represents "𡷩"^^xsd:string .

<http://lexvo.org/id/char/21DEA> a lvont:Character ;
    lvont:represents "𡷪"^^xsd:string .

<http://lexvo.org/id/char/21DEB> a lvont:Character ;
    lvont:represents "𡷫"^^xsd:string .

<http://lexvo.org/id/char/21DEC> a lvont:Character ;
    lvont:represents "𡷬"^^xsd:string .

<http://lexvo.org/id/char/21DED> a lvont:Character ;
    lvont:represents "𡷭"^^xsd:string .

<http://lexvo.org/id/char/21DEE> a lvont:Character ;
    lvont:represents "𡷮"^^xsd:string .

<http://lexvo.org/id/char/21DEF> a lvont:Character ;
    lvont:represents "𡷯"^^xsd:string .

<http://lexvo.org/id/char/21DF> a lvont:Character ;
    lvont:represents "⇟"^^xsd:string ;
    rdfs:comment "DOWNWARDS ARROW WITH DOUBLE STROKE"@en .

<http://lexvo.org/id/char/21DF0> a lvont:Character ;
    lvont:represents "𡷰"^^xsd:string .

<http://lexvo.org/id/char/21DF1> a lvont:Character ;
    lvont:represents "𡷱"^^xsd:string .

<http://lexvo.org/id/char/21DF2> a lvont:Character ;
    lvont:represents "𡷲"^^xsd:string .

<http://lexvo.org/id/char/21DF3> a lvont:Character ;
    lvont:represents "𡷳"^^xsd:string .

<http://lexvo.org/id/char/21DF4> a lvont:Character ;
    lvont:represents "𡷴"^^xsd:string .

<http://lexvo.org/id/char/21DF5> a lvont:Character ;
    lvont:represents "𡷵"^^xsd:string .

<http://lexvo.org/id/char/21DF6> a lvont:Character ;
    lvont:represents "𡷶"^^xsd:string .

<http://lexvo.org/id/char/21DF7> a lvont:Character ;
    lvont:represents "𡷷"^^xsd:string .

<http://lexvo.org/id/char/21DF8> a lvont:Character ;
    lvont:represents "𡷸"^^xsd:string .

<http://lexvo.org/id/char/21DF9> a lvont:Character ;
    lvont:represents "𡷹"^^xsd:string .

<http://lexvo.org/id/char/21DFA> a lvont:Character ;
    lvont:represents "𡷺"^^xsd:string .

<http://lexvo.org/id/char/21DFB> a lvont:Character ;
    lvont:represents "𡷻"^^xsd:string .

<http://lexvo.org/id/char/21DFC> a lvont:Character ;
    lvont:represents "𡷼"^^xsd:string .

<http://lexvo.org/id/char/21DFD> a lvont:Character ;
    lvont:represents "𡷽"^^xsd:string .

<http://lexvo.org/id/char/21DFE> a lvont:Character ;
    lvont:represents "𡷾"^^xsd:string .

<http://lexvo.org/id/char/21DFF> a lvont:Character ;
    lvont:represents "𡷿"^^xsd:string .

<http://lexvo.org/id/char/21E0> a lvont:Character ;
    lvont:represents "⇠"^^xsd:string ;
    rdfs:comment "LEFTWARDS DASHED ARROW"@en .

<http://lexvo.org/id/char/21E00> a lvont:Character ;
    lvont:represents "𡸀"^^xsd:string .

<http://lexvo.org/id/char/21E01> a lvont:Character ;
    lvont:represents "𡸁"^^xsd:string .

<http://lexvo.org/id/char/21E02> a lvont:Character ;
    lvont:represents "𡸂"^^xsd:string .

<http://lexvo.org/id/char/21E03> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C7%8En>,
        "𡸃"^^xsd:string .

<http://lexvo.org/id/char/21E04> a lvont:Character ;
    lvont:represents "𡸄"^^xsd:string .

<http://lexvo.org/id/char/21E05> a lvont:Character ;
    lvont:represents "𡸅"^^xsd:string .

<http://lexvo.org/id/char/21E06> a lvont:Character ;
    lvont:represents "𡸆"^^xsd:string .

<http://lexvo.org/id/char/21E07> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/%C4%91%C3%A8o>,
        "𡸇"^^xsd:string .

<http://lexvo.org/id/char/21E08> a lvont:Character ;
    lvont:represents "𡸈"^^xsd:string .

<http://lexvo.org/id/char/21E09> a lvont:Character ;
    lvont:represents "𡸉"^^xsd:string .

<http://lexvo.org/id/char/21E0A> a lvont:Character ;
    lvont:represents "𡸊"^^xsd:string .

<http://lexvo.org/id/char/21E0B> a lvont:Character ;
    lvont:represents "𡸋"^^xsd:string .

<http://lexvo.org/id/char/21E0C> a lvont:Character ;
    lvont:represents "𡸌"^^xsd:string .

<http://lexvo.org/id/char/21E0D> a lvont:Character ;
    lvont:represents "𡸍"^^xsd:string .

<http://lexvo.org/id/char/21E0E> a lvont:Character ;
    lvont:represents "𡸎"^^xsd:string .

<http://lexvo.org/id/char/21E0F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/v%E1%BB%8Di>,
        "𡸏"^^xsd:string .

<http://lexvo.org/id/char/21E1> a lvont:Character ;
    lvont:represents "⇡"^^xsd:string ;
    rdfs:comment "UPWARDS DASHED ARROW"@en .

<http://lexvo.org/id/char/21E10> a lvont:Character ;
    lvont:represents "𡸐"^^xsd:string .

<http://lexvo.org/id/char/21E11> a lvont:Character ;
    lvont:represents "𡸑"^^xsd:string .

<http://lexvo.org/id/char/21E12> a lvont:Character ;
    lvont:represents "𡸒"^^xsd:string .

<http://lexvo.org/id/char/21E13> a lvont:Character ;
    lvont:represents "𡸓"^^xsd:string .

<http://lexvo.org/id/char/21E14> a lvont:Character ;
    lvont:represents "𡸔"^^xsd:string .

<http://lexvo.org/id/char/21E15> a lvont:Character ;
    lvont:represents "𡸕"^^xsd:string .

<http://lexvo.org/id/char/21E16> a lvont:Character ;
    lvont:represents "𡸖"^^xsd:string .

<http://lexvo.org/id/char/21E17> a lvont:Character ;
    lvont:represents "𡸗"^^xsd:string .

<http://lexvo.org/id/char/21E18> a lvont:Character ;
    lvont:represents "𡸘"^^xsd:string .

<http://lexvo.org/id/char/21E19> a lvont:Character ;
    lvont:represents "𡸙"^^xsd:string .

<http://lexvo.org/id/char/21E1A> a lvont:Character ;
    lvont:represents "𡸚"^^xsd:string .

<http://lexvo.org/id/char/21E1B> a lvont:Character ;
    lvont:represents "𡸛"^^xsd:string .

<http://lexvo.org/id/char/21E1C> a lvont:Character ;
    lvont:represents "𡸜"^^xsd:string .

<http://lexvo.org/id/char/21E1D> a lvont:Character ;
    lvont:represents "𡸝"^^xsd:string .

<http://lexvo.org/id/char/21E1E> a lvont:Character ;
    lvont:represents "𡸞"^^xsd:string .

<http://lexvo.org/id/char/21E1F> a lvont:Character ;
    lvont:represents "𡸟"^^xsd:string .

<http://lexvo.org/id/char/21E2> a lvont:Character ;
    lvont:represents "⇢"^^xsd:string ;
    rdfs:comment "RIGHTWARDS DASHED ARROW"@en .

<http://lexvo.org/id/char/21E20> a lvont:Character ;
    lvont:represents "𡸠"^^xsd:string .

<http://lexvo.org/id/char/21E21> a lvont:Character ;
    lvont:represents "𡸡"^^xsd:string .

<http://lexvo.org/id/char/21E22> a lvont:Character ;
    lvont:represents "𡸢"^^xsd:string .

<http://lexvo.org/id/char/21E23> a lvont:Character ;
    lvont:represents "𡸣"^^xsd:string .

<http://lexvo.org/id/char/21E24> a lvont:Character ;
    lvont:represents "𡸤"^^xsd:string .

<http://lexvo.org/id/char/21E25> a lvont:Character ;
    lvont:represents "𡸥"^^xsd:string .

<http://lexvo.org/id/char/21E26> a lvont:Character ;
    lvont:represents "𡸦"^^xsd:string .

<http://lexvo.org/id/char/21E27> a lvont:Character ;
    lvont:represents "𡸧"^^xsd:string .

<http://lexvo.org/id/char/21E28> a lvont:Character ;
    lvont:represents "𡸨"^^xsd:string .

<http://lexvo.org/id/char/21E29> a lvont:Character ;
    lvont:represents "𡸩"^^xsd:string .

<http://lexvo.org/id/char/21E2A> a lvont:Character ;
    lvont:represents "𡸪"^^xsd:string .

<http://lexvo.org/id/char/21E2B> a lvont:Character ;
    lvont:represents "𡸫"^^xsd:string .

<http://lexvo.org/id/char/21E2C> a lvont:Character ;
    lvont:represents "𡸬"^^xsd:string .

<http://lexvo.org/id/char/21E2D> a lvont:Character ;
    lvont:represents "𡸭"^^xsd:string .

<http://lexvo.org/id/char/21E2E> a lvont:Character ;
    lvont:represents "𡸮"^^xsd:string .

<http://lexvo.org/id/char/21E2F> a lvont:Character ;
    lvont:represents "𡸯"^^xsd:string .

<http://lexvo.org/id/char/21E3> a lvont:Character ;
    lvont:represents "⇣"^^xsd:string ;
    rdfs:comment "DOWNWARDS DASHED ARROW"@en .

<http://lexvo.org/id/char/21E30> a lvont:Character ;
    lvont:represents "𡸰"^^xsd:string .

<http://lexvo.org/id/char/21E31> a lvont:Character ;
    lvont:represents "𡸱"^^xsd:string .

<http://lexvo.org/id/char/21E32> a lvont:Character ;
    lvont:represents "𡸲"^^xsd:string .

<http://lexvo.org/id/char/21E33> a lvont:Character ;
    lvont:represents "𡸳"^^xsd:string .

<http://lexvo.org/id/char/21E34> a lvont:Character ;
    lvont:represents "𡸴"^^xsd:string .

<http://lexvo.org/id/char/21E35> a lvont:Character ;
    lvont:represents "𡸵"^^xsd:string .

<http://lexvo.org/id/char/21E36> a lvont:Character ;
    lvont:represents "𡸶"^^xsd:string .

<http://lexvo.org/id/char/21E37> a lvont:Character ;
    lvont:represents "𡸷"^^xsd:string .

<http://lexvo.org/id/char/21E38> a lvont:Character ;
    lvont:represents "𡸸"^^xsd:string .

<http://lexvo.org/id/char/21E39> a lvont:Character ;
    lvont:represents "𡸹"^^xsd:string .

<http://lexvo.org/id/char/21E3A> a lvont:Character ;
    lvont:represents "𡸺"^^xsd:string .

<http://lexvo.org/id/char/21E3B> a lvont:Character ;
    lvont:represents "𡸻"^^xsd:string .

<http://lexvo.org/id/char/21E3C> a lvont:Character ;
    lvont:represents "𡸼"^^xsd:string .

<http://lexvo.org/id/char/21E3D> a lvont:Character ;
    lvont:represents "𡸽"^^xsd:string .

<http://lexvo.org/id/char/21E3E> a lvont:Character ;
    lvont:represents "𡸾"^^xsd:string .

<http://lexvo.org/id/char/21E3F> a lvont:Character ;
    lvont:represents "𡸿"^^xsd:string .

<http://lexvo.org/id/char/21E4> a lvont:Character ;
    lvont:represents "⇤"^^xsd:string ;
    rdfs:comment "LEFTWARDS ARROW TO BAR"@en .

<http://lexvo.org/id/char/21E40> a lvont:Character ;
    lvont:represents "𡹀"^^xsd:string .

<http://lexvo.org/id/char/21E41> a lvont:Character ;
    lvont:represents "𡹁"^^xsd:string .

<http://lexvo.org/id/char/21E42> a lvont:Character ;
    lvont:represents "𡹂"^^xsd:string .

<http://lexvo.org/id/char/21E43> a lvont:Character ;
    lvont:represents "𡹃"^^xsd:string .

<http://lexvo.org/id/char/21E44> a lvont:Character ;
    lvont:represents "𡹄"^^xsd:string .

<http://lexvo.org/id/char/21E45> a lvont:Character ;
    lvont:represents "𡹅"^^xsd:string .

<http://lexvo.org/id/char/21E46> a lvont:Character ;
    lvont:represents "𡹆"^^xsd:string .

<http://lexvo.org/id/char/21E47> a lvont:Character ;
    lvont:represents "𡹇"^^xsd:string .

<http://lexvo.org/id/char/21E48> a lvont:Character ;
    lvont:represents "𡹈"^^xsd:string .

<http://lexvo.org/id/char/21E49> a lvont:Character ;
    lvont:represents "𡹉"^^xsd:string .

<http://lexvo.org/id/char/21E4A> a lvont:Character ;
    lvont:represents "𡹊"^^xsd:string .

<http://lexvo.org/id/char/21E4B> a lvont:Character ;
    lvont:represents "𡹋"^^xsd:string .

<http://lexvo.org/id/char/21E4C> a lvont:Character ;
    lvont:represents "𡹌"^^xsd:string .

<http://lexvo.org/id/char/21E4D> a lvont:Character ;
    lvont:represents "𡹍"^^xsd:string .

<http://lexvo.org/id/char/21E4E> a lvont:Character ;
    lvont:represents "𡹎"^^xsd:string .

<http://lexvo.org/id/char/21E4F> a lvont:Character ;
    lvont:represents "𡹏"^^xsd:string .

<http://lexvo.org/id/char/21E5> a lvont:Character ;
    lvont:represents "⇥"^^xsd:string ;
    rdfs:comment "RIGHTWARDS ARROW TO BAR"@en .

<http://lexvo.org/id/char/21E50> a lvont:Character ;
    lvont:represents "𡹐"^^xsd:string .

<http://lexvo.org/id/char/21E51> a lvont:Character ;
    lvont:represents "𡹑"^^xsd:string .

<http://lexvo.org/id/char/21E52> a lvont:Character ;
    lvont:represents "𡹒"^^xsd:string .

<http://lexvo.org/id/char/21E53> a lvont:Character ;
    lvont:represents "𡹓"^^xsd:string .

<http://lexvo.org/id/char/21E54> a lvont:Character ;
    lvont:represents "𡹔"^^xsd:string .

<http://lexvo.org/id/char/21E55> a lvont:Character ;
    lvont:represents "𡹕"^^xsd:string .

<http://lexvo.org/id/char/21E56> a lvont:Character ;
    lvont:represents "𡹖"^^xsd:string .

<http://lexvo.org/id/char/21E57> a lvont:Character ;
    lvont:represents "𡹗"^^xsd:string .

<http://lexvo.org/id/char/21E58> a lvont:Character ;
    lvont:represents "𡹘"^^xsd:string .

<http://lexvo.org/id/char/21E59> a lvont:Character ;
    lvont:represents "𡹙"^^xsd:string .

<http://lexvo.org/id/char/21E5A> a lvont:Character ;
    lvont:represents "𡹚"^^xsd:string .

<http://lexvo.org/id/char/21E5B> a lvont:Character ;
    lvont:represents "𡹛"^^xsd:string .

<http://lexvo.org/id/char/21E5C> a lvont:Character ;
    lvont:represents "𡹜"^^xsd:string .

<http://lexvo.org/id/char/21E5D> a lvont:Character ;
    lvont:represents "𡹝"^^xsd:string .

<http://lexvo.org/id/char/21E5E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/gh%E1%BB%81nh>,
        "𡹞"^^xsd:string .

<http://lexvo.org/id/char/21E5F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ch%E1%BB%9Fm>,
        "𡹟"^^xsd:string .

<http://lexvo.org/id/char/21E6> a lvont:Character ;
    lvont:represents "⇦"^^xsd:string ;
    rdfs:comment "LEFTWARDS WHITE ARROW"@en .

<http://lexvo.org/id/char/21E60> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/nghi>,
        "𡹠"^^xsd:string .

<http://lexvo.org/id/char/21E61> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/gh%E1%BB%81nh>,
        "𡹡"^^xsd:string .

<http://lexvo.org/id/char/21E62> a lvont:Character ;
    lvont:represents "𡹢"^^xsd:string .

<http://lexvo.org/id/char/21E63> a lvont:Character ;
    lvont:represents "𡹣"^^xsd:string .

<http://lexvo.org/id/char/21E64> a lvont:Character ;
    lvont:represents "𡹤"^^xsd:string .

<http://lexvo.org/id/char/21E65> a lvont:Character ;
    lvont:represents "𡹥"^^xsd:string .

<http://lexvo.org/id/char/21E66> a lvont:Character ;
    lvont:represents "𡹦"^^xsd:string .

<http://lexvo.org/id/char/21E67> a lvont:Character ;
    lvont:represents "𡹧"^^xsd:string .

<http://lexvo.org/id/char/21E68> a lvont:Character ;
    lvont:represents "𡹨"^^xsd:string .

<http://lexvo.org/id/char/21E69> a lvont:Character ;
    lvont:represents "𡹩"^^xsd:string .

<http://lexvo.org/id/char/21E6A> a lvont:Character ;
    lvont:represents "𡹪"^^xsd:string .

<http://lexvo.org/id/char/21E6B> a lvont:Character ;
    lvont:represents "𡹫"^^xsd:string .

<http://lexvo.org/id/char/21E6C> a lvont:Character ;
    lvont:represents "𡹬"^^xsd:string .

<http://lexvo.org/id/char/21E6D> a lvont:Character ;
    lvont:represents "𡹭"^^xsd:string .

<http://lexvo.org/id/char/21E6E> a lvont:Character ;
    lvont:represents "𡹮"^^xsd:string .

<http://lexvo.org/id/char/21E6F> a lvont:Character ;
    lvont:represents "𡹯"^^xsd:string .

<http://lexvo.org/id/char/21E7> a lvont:Character ;
    lvont:represents "⇧"^^xsd:string ;
    rdfs:comment "UPWARDS WHITE ARROW"@en .

<http://lexvo.org/id/char/21E70> a lvont:Character ;
    lvont:represents "𡹰"^^xsd:string .

<http://lexvo.org/id/char/21E71> a lvont:Character ;
    lvont:represents "𡹱"^^xsd:string .

<http://lexvo.org/id/char/21E72> a lvont:Character ;
    lvont:represents "𡹲"^^xsd:string .

<http://lexvo.org/id/char/21E73> a lvont:Character ;
    lvont:represents "𡹳"^^xsd:string .

<http://lexvo.org/id/char/21E74> a lvont:Character ;
    lvont:represents "𡹴"^^xsd:string .

<http://lexvo.org/id/char/21E75> a lvont:Character ;
    lvont:represents "𡹵"^^xsd:string .

<http://lexvo.org/id/char/21E76> a lvont:Character ;
    lvont:represents "𡹶"^^xsd:string .

<http://lexvo.org/id/char/21E77> a lvont:Character ;
    lvont:represents "𡹷"^^xsd:string .

<http://lexvo.org/id/char/21E78> a lvont:Character ;
    lvont:represents "𡹸"^^xsd:string .

<http://lexvo.org/id/char/21E79> a lvont:Character ;
    lvont:represents "𡹹"^^xsd:string .

<http://lexvo.org/id/char/21E7A> a lvont:Character ;
    lvont:represents "𡹺"^^xsd:string .

<http://lexvo.org/id/char/21E7B> a lvont:Character ;
    lvont:represents "𡹻"^^xsd:string .

<http://lexvo.org/id/char/21E7C> a lvont:Character ;
    lvont:represents "𡹼"^^xsd:string .

<http://lexvo.org/id/char/21E7D> a lvont:Character ;
    lvont:represents "𡹽"^^xsd:string .

<http://lexvo.org/id/char/21E7E> a lvont:Character ;
    lvont:represents "𡹾"^^xsd:string .

<http://lexvo.org/id/char/21E7F> a lvont:Character ;
    lvont:represents "𡹿"^^xsd:string .

<http://lexvo.org/id/char/21E8> a lvont:Character ;
    lvont:represents "⇨"^^xsd:string ;
    rdfs:comment "RIGHTWARDS WHITE ARROW"@en .

<http://lexvo.org/id/char/21E80> a lvont:Character ;
    lvont:represents "𡺀"^^xsd:string .

<http://lexvo.org/id/char/21E81> a lvont:Character ;
    lvont:represents "𡺁"^^xsd:string .

<http://lexvo.org/id/char/21E82> a lvont:Character ;
    lvont:represents "𡺂"^^xsd:string .

<http://lexvo.org/id/char/21E83> a lvont:Character ;
    lvont:represents "𡺃"^^xsd:string .

<http://lexvo.org/id/char/21E84> a lvont:Character ;
    lvont:represents "𡺄"^^xsd:string .

<http://lexvo.org/id/char/21E85> a lvont:Character ;
    lvont:represents "𡺅"^^xsd:string .

<http://lexvo.org/id/char/21E86> a lvont:Character ;
    lvont:represents "𡺆"^^xsd:string .

<http://lexvo.org/id/char/21E87> a lvont:Character ;
    lvont:represents "𡺇"^^xsd:string .

<http://lexvo.org/id/char/21E88> a lvont:Character ;
    lvont:represents "𡺈"^^xsd:string .

<http://lexvo.org/id/char/21E89> a lvont:Character ;
    lvont:represents "𡺉"^^xsd:string .

<http://lexvo.org/id/char/21E8A> a lvont:Character ;
    lvont:represents "𡺊"^^xsd:string .

<http://lexvo.org/id/char/21E8B> a lvont:Character ;
    lvont:represents "𡺋"^^xsd:string .

<http://lexvo.org/id/char/21E8C> a lvont:Character ;
    lvont:represents "𡺌"^^xsd:string .

<http://lexvo.org/id/char/21E8D> a lvont:Character ;
    lvont:represents "𡺍"^^xsd:string .

<http://lexvo.org/id/char/21E8E> a lvont:Character ;
    lvont:represents "𡺎"^^xsd:string .

<http://lexvo.org/id/char/21E8F> a lvont:Character ;
    lvont:represents "𡺏"^^xsd:string .

<http://lexvo.org/id/char/21E9> a lvont:Character ;
    lvont:represents "⇩"^^xsd:string ;
    rdfs:comment "DOWNWARDS WHITE ARROW"@en .

<http://lexvo.org/id/char/21E90> a lvont:Character ;
    lvont:represents "𡺐"^^xsd:string .

<http://lexvo.org/id/char/21E91> a lvont:Character ;
    lvont:represents "𡺑"^^xsd:string .

<http://lexvo.org/id/char/21E92> a lvont:Character ;
    lvont:represents "𡺒"^^xsd:string .

<http://lexvo.org/id/char/21E93> a lvont:Character ;
    lvont:represents "𡺓"^^xsd:string .

<http://lexvo.org/id/char/21E94> a lvont:Character ;
    lvont:represents "𡺔"^^xsd:string .

<http://lexvo.org/id/char/21E95> a lvont:Character ;
    lvont:represents "𡺕"^^xsd:string .

<http://lexvo.org/id/char/21E96> a lvont:Character ;
    lvont:represents "𡺖"^^xsd:string .

<http://lexvo.org/id/char/21E97> a lvont:Character ;
    lvont:represents "𡺗"^^xsd:string .

<http://lexvo.org/id/char/21E98> a lvont:Character ;
    lvont:represents "𡺘"^^xsd:string .

<http://lexvo.org/id/char/21E99> a lvont:Character ;
    lvont:represents "𡺙"^^xsd:string .

<http://lexvo.org/id/char/21E9A> a lvont:Character ;
    lvont:represents "𡺚"^^xsd:string .

<http://lexvo.org/id/char/21E9B> a lvont:Character ;
    lvont:represents "𡺛"^^xsd:string .

<http://lexvo.org/id/char/21E9C> a lvont:Character ;
    lvont:represents "𡺜"^^xsd:string .

<http://lexvo.org/id/char/21E9D> a lvont:Character ;
    lvont:represents "𡺝"^^xsd:string .

<http://lexvo.org/id/char/21E9E> a lvont:Character ;
    lvont:represents "𡺞"^^xsd:string .

<http://lexvo.org/id/char/21E9F> a lvont:Character ;
    lvont:represents "𡺟"^^xsd:string .

<http://lexvo.org/id/char/21EA> a lvont:Character ;
    lvont:represents "⇪"^^xsd:string ;
    rdfs:comment "UPWARDS WHITE ARROW FROM BAR"@en .

<http://lexvo.org/id/char/21EA0> a lvont:Character ;
    lvont:represents "𡺠"^^xsd:string .

<http://lexvo.org/id/char/21EA1> a lvont:Character ;
    lvont:represents "𡺡"^^xsd:string .

<http://lexvo.org/id/char/21EA2> a lvont:Character ;
    lvont:represents "𡺢"^^xsd:string .

<http://lexvo.org/id/char/21EA3> a lvont:Character ;
    lvont:represents "𡺣"^^xsd:string .

<http://lexvo.org/id/char/21EA4> a lvont:Character ;
    lvont:represents "𡺤"^^xsd:string .

<http://lexvo.org/id/char/21EA5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ng%E1%BB%95ng>,
        "𡺥"^^xsd:string .

<http://lexvo.org/id/char/21EA6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/din>,
        "𡺦"^^xsd:string .

<http://lexvo.org/id/char/21EA7> a lvont:Character ;
    lvont:represents "𡺧"^^xsd:string .

<http://lexvo.org/id/char/21EA8> a lvont:Character ;
    lvont:represents "𡺨"^^xsd:string .

<http://lexvo.org/id/char/21EA9> a lvont:Character ;
    lvont:represents "𡺩"^^xsd:string .

<http://lexvo.org/id/char/21EAA> a lvont:Character ;
    lvont:represents "𡺪"^^xsd:string .

<http://lexvo.org/id/char/21EAB> a lvont:Character ;
    lvont:represents "𡺫"^^xsd:string .

<http://lexvo.org/id/char/21EAC> a lvont:Character ;
    lvont:represents "𡺬"^^xsd:string .

<http://lexvo.org/id/char/21EAD> a lvont:Character ;
    lvont:represents "𡺭"^^xsd:string .

<http://lexvo.org/id/char/21EAE> a lvont:Character ;
    lvont:represents "𡺮"^^xsd:string .

<http://lexvo.org/id/char/21EAF> a lvont:Character ;
    lvont:represents "𡺯"^^xsd:string .

<http://lexvo.org/id/char/21EB> a lvont:Character ;
    lvont:represents "⇫"^^xsd:string ;
    rdfs:comment "UPWARDS WHITE ARROW ON PEDESTAL"@en .

<http://lexvo.org/id/char/21EB0> a lvont:Character ;
    lvont:represents "𡺰"^^xsd:string .

<http://lexvo.org/id/char/21EB1> a lvont:Character ;
    lvont:represents "𡺱"^^xsd:string .

<http://lexvo.org/id/char/21EB2> a lvont:Character ;
    lvont:represents "𡺲"^^xsd:string .

<http://lexvo.org/id/char/21EB3> a lvont:Character ;
    lvont:represents "𡺳"^^xsd:string .

<http://lexvo.org/id/char/21EB4> a lvont:Character ;
    lvont:represents "𡺴"^^xsd:string .

<http://lexvo.org/id/char/21EB5> a lvont:Character ;
    lvont:represents "𡺵"^^xsd:string .

<http://lexvo.org/id/char/21EB6> a lvont:Character ;
    lvont:represents "𡺶"^^xsd:string .

<http://lexvo.org/id/char/21EB7> a lvont:Character ;
    lvont:represents "𡺷"^^xsd:string .

<http://lexvo.org/id/char/21EB8> a lvont:Character ;
    lvont:represents "𡺸"^^xsd:string .

<http://lexvo.org/id/char/21EB9> a lvont:Character ;
    lvont:represents "𡺹"^^xsd:string .

<http://lexvo.org/id/char/21EBA> a lvont:Character ;
    lvont:represents "𡺺"^^xsd:string .

<http://lexvo.org/id/char/21EBB> a lvont:Character ;
    lvont:represents "𡺻"^^xsd:string .

<http://lexvo.org/id/char/21EBC> a lvont:Character ;
    lvont:represents "𡺼"^^xsd:string .

<http://lexvo.org/id/char/21EBD> a lvont:Character ;
    lvont:represents "𡺽"^^xsd:string .

<http://lexvo.org/id/char/21EBE> a lvont:Character ;
    lvont:represents "𡺾"^^xsd:string .

<http://lexvo.org/id/char/21EBF> a lvont:Character ;
    lvont:represents "𡺿"^^xsd:string .

<http://lexvo.org/id/char/21EC> a lvont:Character ;
    lvont:represents "⇬"^^xsd:string ;
    rdfs:comment "UPWARDS WHITE ARROW ON PEDESTAL WITH HORIZONTAL BAR"@en .

<http://lexvo.org/id/char/21EC0> a lvont:Character ;
    lvont:represents "𡻀"^^xsd:string .

<http://lexvo.org/id/char/21EC1> a lvont:Character ;
    lvont:represents "𡻁"^^xsd:string .

<http://lexvo.org/id/char/21EC2> a lvont:Character ;
    lvont:represents "𡻂"^^xsd:string .

<http://lexvo.org/id/char/21EC3> a lvont:Character ;
    lvont:represents "𡻃"^^xsd:string .

<http://lexvo.org/id/char/21EC4> a lvont:Character ;
    lvont:represents "𡻄"^^xsd:string .

<http://lexvo.org/id/char/21EC5> a lvont:Character ;
    lvont:represents "𡻅"^^xsd:string .

<http://lexvo.org/id/char/21EC6> a lvont:Character ;
    lvont:represents "𡻆"^^xsd:string .

<http://lexvo.org/id/char/21EC7> a lvont:Character ;
    lvont:represents "𡻇"^^xsd:string .

<http://lexvo.org/id/char/21EC8> a lvont:Character ;
    lvont:represents "𡻈"^^xsd:string .

<http://lexvo.org/id/char/21EC9> a lvont:Character ;
    lvont:represents "𡻉"^^xsd:string .

<http://lexvo.org/id/char/21ECA> a lvont:Character ;
    lvont:represents "𡻊"^^xsd:string .

<http://lexvo.org/id/char/21ECB> a lvont:Character ;
    lvont:represents "𡻋"^^xsd:string .

<http://lexvo.org/id/char/21ECC> a lvont:Character ;
    lvont:represents "𡻌"^^xsd:string .

<http://lexvo.org/id/char/21ECD> a lvont:Character ;
    lvont:represents "𡻍"^^xsd:string .

<http://lexvo.org/id/char/21ECE> a lvont:Character ;
    lvont:represents "𡻎"^^xsd:string .

<http://lexvo.org/id/char/21ECF> a lvont:Character ;
    lvont:represents "𡻏"^^xsd:string .

<http://lexvo.org/id/char/21ED> a lvont:Character ;
    lvont:represents "⇭"^^xsd:string ;
    rdfs:comment "UPWARDS WHITE ARROW ON PEDESTAL WITH VERTICAL BAR"@en .

<http://lexvo.org/id/char/21ED0> a lvont:Character ;
    lvont:represents "𡻐"^^xsd:string .

<http://lexvo.org/id/char/21ED1> a lvont:Character ;
    lvont:represents "𡻑"^^xsd:string .

<http://lexvo.org/id/char/21ED2> a lvont:Character ;
    lvont:represents "𡻒"^^xsd:string .

<http://lexvo.org/id/char/21ED3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/v%E1%BB%8Di>,
        "𡻓"^^xsd:string .

<http://lexvo.org/id/char/21ED4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/r%E1%BA%B7ng>,
        "𡻔"^^xsd:string .

<http://lexvo.org/id/char/21ED5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/su%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/seoi3>,
        <http://lexvo.org/id/term/yue/%F0%A1%BB%95>,
        "𡻕"^^xsd:string ;
    rdfs:comment "year of age"@en .

<http://lexvo.org/id/char/21ED6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/von>,
        "𡻖"^^xsd:string .

<http://lexvo.org/id/char/21ED7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ch%E1%BB%9Bn>,
        "𡻗"^^xsd:string .

<http://lexvo.org/id/char/21ED8> a lvont:Character ;
    lvont:represents "𡻘"^^xsd:string .

<http://lexvo.org/id/char/21ED9> a lvont:Character ;
    lvont:represents "𡻙"^^xsd:string .

<http://lexvo.org/id/char/21EDA> a lvont:Character ;
    lvont:represents "𡻚"^^xsd:string .

<http://lexvo.org/id/char/21EDB> a lvont:Character ;
    lvont:represents "𡻛"^^xsd:string .

<http://lexvo.org/id/char/21EDC> a lvont:Character ;
    lvont:represents "𡻜"^^xsd:string .

<http://lexvo.org/id/char/21EDD> a lvont:Character ;
    lvont:represents "𡻝"^^xsd:string .

<http://lexvo.org/id/char/21EDE> a lvont:Character ;
    lvont:represents "𡻞"^^xsd:string .

<http://lexvo.org/id/char/21EDF> a lvont:Character ;
    lvont:represents "𡻟"^^xsd:string .

<http://lexvo.org/id/char/21EE> a lvont:Character ;
    lvont:represents "⇮"^^xsd:string ;
    rdfs:comment "UPWARDS WHITE DOUBLE ARROW"@en .

<http://lexvo.org/id/char/21EE0> a lvont:Character ;
    lvont:represents "𡻠"^^xsd:string .

<http://lexvo.org/id/char/21EE1> a lvont:Character ;
    lvont:represents "𡻡"^^xsd:string .

<http://lexvo.org/id/char/21EE2> a lvont:Character ;
    lvont:represents "𡻢"^^xsd:string .

<http://lexvo.org/id/char/21EE3> a lvont:Character ;
    lvont:represents "𡻣"^^xsd:string .

<http://lexvo.org/id/char/21EE4> a lvont:Character ;
    lvont:represents "𡻤"^^xsd:string .

<http://lexvo.org/id/char/21EE5> a lvont:Character ;
    lvont:represents "𡻥"^^xsd:string .

<http://lexvo.org/id/char/21EE6> a lvont:Character ;
    lvont:represents "𡻦"^^xsd:string .

<http://lexvo.org/id/char/21EE7> a lvont:Character ;
    lvont:represents "𡻧"^^xsd:string .

<http://lexvo.org/id/char/21EE8> a lvont:Character ;
    lvont:represents "𡻨"^^xsd:string .

<http://lexvo.org/id/char/21EE9> a lvont:Character ;
    lvont:represents "𡻩"^^xsd:string .

<http://lexvo.org/id/char/21EEA> a lvont:Character ;
    lvont:represents "𡻪"^^xsd:string .

<http://lexvo.org/id/char/21EEB> a lvont:Character ;
    lvont:represents "𡻫"^^xsd:string .

<http://lexvo.org/id/char/21EEC> a lvont:Character ;
    lvont:represents "𡻬"^^xsd:string .

<http://lexvo.org/id/char/21EED> a lvont:Character ;
    lvont:represents "𡻭"^^xsd:string .

<http://lexvo.org/id/char/21EEE> a lvont:Character ;
    lvont:represents "𡻮"^^xsd:string .

<http://lexvo.org/id/char/21EEF> a lvont:Character ;
    lvont:represents "𡻯"^^xsd:string .

<http://lexvo.org/id/char/21EF> a lvont:Character ;
    lvont:represents "⇯"^^xsd:string ;
    rdfs:comment "UPWARDS WHITE DOUBLE ARROW ON PEDESTAL"@en .

<http://lexvo.org/id/char/21EF0> a lvont:Character ;
    lvont:represents "𡻰"^^xsd:string .

<http://lexvo.org/id/char/21EF1> a lvont:Character ;
    lvont:represents "𡻱"^^xsd:string .

<http://lexvo.org/id/char/21EF2> a lvont:Character ;
    lvont:represents "𡻲"^^xsd:string .

<http://lexvo.org/id/char/21EF3> a lvont:Character ;
    lvont:represents "𡻳"^^xsd:string .

<http://lexvo.org/id/char/21EF4> a lvont:Character ;
    lvont:represents "𡻴"^^xsd:string .

<http://lexvo.org/id/char/21EF5> a lvont:Character ;
    lvont:represents "𡻵"^^xsd:string .

<http://lexvo.org/id/char/21EF6> a lvont:Character ;
    lvont:represents "𡻶"^^xsd:string .

<http://lexvo.org/id/char/21EF7> a lvont:Character ;
    lvont:represents "𡻷"^^xsd:string .

<http://lexvo.org/id/char/21EF8> a lvont:Character ;
    lvont:represents "𡻸"^^xsd:string .

<http://lexvo.org/id/char/21EF9> a lvont:Character ;
    lvont:represents "𡻹"^^xsd:string .

<http://lexvo.org/id/char/21EFA> a lvont:Character ;
    lvont:represents "𡻺"^^xsd:string .

<http://lexvo.org/id/char/21EFB> a lvont:Character ;
    lvont:represents "𡻻"^^xsd:string .

<http://lexvo.org/id/char/21EFC> a lvont:Character ;
    lvont:represents "𡻼"^^xsd:string .

<http://lexvo.org/id/char/21EFD> a lvont:Character ;
    lvont:represents "𡻽"^^xsd:string .

<http://lexvo.org/id/char/21EFE> a lvont:Character ;
    lvont:represents "𡻾"^^xsd:string .

<http://lexvo.org/id/char/21EFF> a lvont:Character ;
    lvont:represents "𡻿"^^xsd:string .

<http://lexvo.org/id/char/21F0> a lvont:Character ;
    lvont:represents "⇰"^^xsd:string ;
    rdfs:comment "RIGHTWARDS WHITE ARROW FROM WALL"@en .

<http://lexvo.org/id/char/21F00> a lvont:Character ;
    lvont:represents "𡼀"^^xsd:string .

<http://lexvo.org/id/char/21F01> a lvont:Character ;
    lvont:represents "𡼁"^^xsd:string .

<http://lexvo.org/id/char/21F02> a lvont:Character ;
    lvont:represents "𡼂"^^xsd:string .

<http://lexvo.org/id/char/21F03> a lvont:Character ;
    lvont:represents "𡼃"^^xsd:string .

<http://lexvo.org/id/char/21F04> a lvont:Character ;
    lvont:represents "𡼄"^^xsd:string .

<http://lexvo.org/id/char/21F05> a lvont:Character ;
    lvont:represents "𡼅"^^xsd:string .

<http://lexvo.org/id/char/21F06> a lvont:Character ;
    lvont:represents "𡼆"^^xsd:string .

<http://lexvo.org/id/char/21F07> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/m%E1%BB%8Fm>,
        "𡼇"^^xsd:string .

<http://lexvo.org/id/char/21F08> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ch%C3%B3p>,
        "𡼈"^^xsd:string .

<http://lexvo.org/id/char/21F09> a lvont:Character ;
    lvont:represents "𡼉"^^xsd:string .

<http://lexvo.org/id/char/21F0A> a lvont:Character ;
    lvont:represents "𡼊"^^xsd:string .

<http://lexvo.org/id/char/21F0B> a lvont:Character ;
    lvont:represents "𡼋"^^xsd:string .

<http://lexvo.org/id/char/21F0C> a lvont:Character ;
    lvont:represents "𡼌"^^xsd:string .

<http://lexvo.org/id/char/21F0D> a lvont:Character ;
    lvont:represents "𡼍"^^xsd:string .

<http://lexvo.org/id/char/21F0E> a lvont:Character ;
    lvont:represents "𡼎"^^xsd:string .

<http://lexvo.org/id/char/21F0F> a lvont:Character ;
    lvont:represents "𡼏"^^xsd:string .

<http://lexvo.org/id/char/21F1> a lvont:Character ;
    lvont:represents "⇱"^^xsd:string ;
    rdfs:comment "NORTH WEST ARROW TO CORNER"@en .

<http://lexvo.org/id/char/21F10> a lvont:Character ;
    lvont:represents "𡼐"^^xsd:string .

<http://lexvo.org/id/char/21F11> a lvont:Character ;
    lvont:represents "𡼑"^^xsd:string .

<http://lexvo.org/id/char/21F12> a lvont:Character ;
    lvont:represents "𡼒"^^xsd:string .

<http://lexvo.org/id/char/21F13> a lvont:Character ;
    lvont:represents "𡼓"^^xsd:string .

<http://lexvo.org/id/char/21F14> a lvont:Character ;
    lvont:represents "𡼔"^^xsd:string .

<http://lexvo.org/id/char/21F15> a lvont:Character ;
    lvont:represents "𡼕"^^xsd:string .

<http://lexvo.org/id/char/21F16> a lvont:Character ;
    lvont:represents "𡼖"^^xsd:string .

<http://lexvo.org/id/char/21F17> a lvont:Character ;
    lvont:represents "𡼗"^^xsd:string .

<http://lexvo.org/id/char/21F18> a lvont:Character ;
    lvont:represents "𡼘"^^xsd:string .

<http://lexvo.org/id/char/21F19> a lvont:Character ;
    lvont:represents "𡼙"^^xsd:string .

<http://lexvo.org/id/char/21F1A> a lvont:Character ;
    lvont:represents "𡼚"^^xsd:string .

<http://lexvo.org/id/char/21F1B> a lvont:Character ;
    lvont:represents "𡼛"^^xsd:string .

<http://lexvo.org/id/char/21F1C> a lvont:Character ;
    lvont:represents "𡼜"^^xsd:string .

<http://lexvo.org/id/char/21F1D> a lvont:Character ;
    lvont:represents "𡼝"^^xsd:string .

<http://lexvo.org/id/char/21F1E> a lvont:Character ;
    lvont:represents "𡼞"^^xsd:string .

<http://lexvo.org/id/char/21F1F> a lvont:Character ;
    lvont:represents "𡼟"^^xsd:string .

<http://lexvo.org/id/char/21F2> a lvont:Character ;
    lvont:represents "⇲"^^xsd:string ;
    rdfs:comment "SOUTH EAST ARROW TO CORNER"@en .

<http://lexvo.org/id/char/21F20> a lvont:Character ;
    lvont:represents "𡼠"^^xsd:string .

<http://lexvo.org/id/char/21F21> a lvont:Character ;
    lvont:represents "𡼡"^^xsd:string .

<http://lexvo.org/id/char/21F22> a lvont:Character ;
    lvont:represents "𡼢"^^xsd:string .

<http://lexvo.org/id/char/21F23> a lvont:Character ;
    lvont:represents "𡼣"^^xsd:string .

<http://lexvo.org/id/char/21F24> a lvont:Character ;
    lvont:represents "𡼤"^^xsd:string .

<http://lexvo.org/id/char/21F25> a lvont:Character ;
    lvont:represents "𡼥"^^xsd:string .

<http://lexvo.org/id/char/21F26> a lvont:Character ;
    lvont:represents "𡼦"^^xsd:string .

<http://lexvo.org/id/char/21F27> a lvont:Character ;
    lvont:represents "𡼧"^^xsd:string .

<http://lexvo.org/id/char/21F28> a lvont:Character ;
    lvont:represents "𡼨"^^xsd:string .

<http://lexvo.org/id/char/21F29> a lvont:Character ;
    lvont:represents "𡼩"^^xsd:string .

<http://lexvo.org/id/char/21F2A> a lvont:Character ;
    lvont:represents "𡼪"^^xsd:string .

<http://lexvo.org/id/char/21F2B> a lvont:Character ;
    lvont:represents "𡼫"^^xsd:string .

<http://lexvo.org/id/char/21F2C> a lvont:Character ;
    lvont:represents "𡼬"^^xsd:string .

<http://lexvo.org/id/char/21F2D> a lvont:Character ;
    lvont:represents "𡼭"^^xsd:string .

<http://lexvo.org/id/char/21F2E> a lvont:Character ;
    lvont:represents "𡼮"^^xsd:string .

<http://lexvo.org/id/char/21F2F> a lvont:Character ;
    lvont:represents "𡼯"^^xsd:string .

<http://lexvo.org/id/char/21F3> a lvont:Character ;
    lvont:represents "⇳"^^xsd:string ;
    rdfs:comment "UP DOWN WHITE ARROW"@en .

<http://lexvo.org/id/char/21F30> a lvont:Character ;
    lvont:represents "𡼰"^^xsd:string .

<http://lexvo.org/id/char/21F31> a lvont:Character ;
    lvont:represents "𡼱"^^xsd:string .

<http://lexvo.org/id/char/21F32> a lvont:Character ;
    lvont:represents "𡼲"^^xsd:string .

<http://lexvo.org/id/char/21F33> a lvont:Character ;
    lvont:represents "𡼳"^^xsd:string .

<http://lexvo.org/id/char/21F34> a lvont:Character ;
    lvont:represents "𡼴"^^xsd:string .

<http://lexvo.org/id/char/21F35> a lvont:Character ;
    lvont:represents "𡼵"^^xsd:string .

<http://lexvo.org/id/char/21F36> a lvont:Character ;
    lvont:represents "𡼶"^^xsd:string .

<http://lexvo.org/id/char/21F37> a lvont:Character ;
    lvont:represents "𡼷"^^xsd:string .

<http://lexvo.org/id/char/21F38> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/v%C3%B3t>,
        "𡼸"^^xsd:string .

<http://lexvo.org/id/char/21F39> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/r%E1%BB%ABng>,
        "𡼹"^^xsd:string .

<http://lexvo.org/id/char/21F3A> a lvont:Character ;
    lvont:represents "𡼺"^^xsd:string .

<http://lexvo.org/id/char/21F3B> a lvont:Character ;
    lvont:represents "𡼻"^^xsd:string .

<http://lexvo.org/id/char/21F3C> a lvont:Character ;
    lvont:represents "𡼼"^^xsd:string .

<http://lexvo.org/id/char/21F3D> a lvont:Character ;
    lvont:represents "𡼽"^^xsd:string .

<http://lexvo.org/id/char/21F3E> a lvont:Character ;
    lvont:represents "𡼾"^^xsd:string .

<http://lexvo.org/id/char/21F3F> a lvont:Character ;
    lvont:represents "𡼿"^^xsd:string .

<http://lexvo.org/id/char/21F4> a lvont:Character ;
    lvont:represents "⇴"^^xsd:string ;
    rdfs:comment "RIGHT ARROW WITH SMALL CIRCLE"@en .

<http://lexvo.org/id/char/21F40> a lvont:Character ;
    lvont:represents "𡽀"^^xsd:string .

<http://lexvo.org/id/char/21F41> a lvont:Character ;
    lvont:represents "𡽁"^^xsd:string .

<http://lexvo.org/id/char/21F42> a lvont:Character ;
    lvont:represents "𡽂"^^xsd:string .

<http://lexvo.org/id/char/21F43> a lvont:Character ;
    lvont:represents "𡽃"^^xsd:string .

<http://lexvo.org/id/char/21F44> a lvont:Character ;
    lvont:represents "𡽄"^^xsd:string .

<http://lexvo.org/id/char/21F45> a lvont:Character ;
    lvont:represents "𡽅"^^xsd:string .

<http://lexvo.org/id/char/21F46> a lvont:Character ;
    lvont:represents "𡽆"^^xsd:string .

<http://lexvo.org/id/char/21F47> a lvont:Character ;
    lvont:represents "𡽇"^^xsd:string .

<http://lexvo.org/id/char/21F48> a lvont:Character ;
    lvont:represents "𡽈"^^xsd:string .

<http://lexvo.org/id/char/21F49> a lvont:Character ;
    lvont:represents "𡽉"^^xsd:string .

<http://lexvo.org/id/char/21F4A> a lvont:Character ;
    lvont:represents "𡽊"^^xsd:string .

<http://lexvo.org/id/char/21F4B> a lvont:Character ;
    lvont:represents "𡽋"^^xsd:string .

<http://lexvo.org/id/char/21F4C> a lvont:Character ;
    lvont:represents "𡽌"^^xsd:string .

<http://lexvo.org/id/char/21F4D> a lvont:Character ;
    lvont:represents "𡽍"^^xsd:string .

<http://lexvo.org/id/char/21F4E> a lvont:Character ;
    lvont:represents "𡽎"^^xsd:string .

<http://lexvo.org/id/char/21F4F> a lvont:Character ;
    lvont:represents "𡽏"^^xsd:string .

<http://lexvo.org/id/char/21F5> a lvont:Character ;
    lvont:represents "⇵"^^xsd:string ;
    rdfs:comment "DOWNWARDS ARROW LEFTWARDS OF UPWARDS ARROW"@en .

<http://lexvo.org/id/char/21F50> a lvont:Character ;
    lvont:represents "𡽐"^^xsd:string .

<http://lexvo.org/id/char/21F51> a lvont:Character ;
    lvont:represents "𡽑"^^xsd:string .

<http://lexvo.org/id/char/21F52> a lvont:Character ;
    lvont:represents "𡽒"^^xsd:string .

<http://lexvo.org/id/char/21F53> a lvont:Character ;
    lvont:represents "𡽓"^^xsd:string .

<http://lexvo.org/id/char/21F54> a lvont:Character ;
    lvont:represents "𡽔"^^xsd:string .

<http://lexvo.org/id/char/21F55> a lvont:Character ;
    lvont:represents "𡽕"^^xsd:string .

<http://lexvo.org/id/char/21F56> a lvont:Character ;
    lvont:represents "𡽖"^^xsd:string .

<http://lexvo.org/id/char/21F57> a lvont:Character ;
    lvont:represents "𡽗"^^xsd:string .

<http://lexvo.org/id/char/21F58> a lvont:Character ;
    lvont:represents "𡽘"^^xsd:string .

<http://lexvo.org/id/char/21F59> a lvont:Character ;
    lvont:represents "𡽙"^^xsd:string .

<http://lexvo.org/id/char/21F5A> a lvont:Character ;
    lvont:represents "𡽚"^^xsd:string .

<http://lexvo.org/id/char/21F5B> a lvont:Character ;
    lvont:represents "𡽛"^^xsd:string .

<http://lexvo.org/id/char/21F5C> a lvont:Character ;
    lvont:represents "𡽜"^^xsd:string .

<http://lexvo.org/id/char/21F5D> a lvont:Character ;
    lvont:represents "𡽝"^^xsd:string .

<http://lexvo.org/id/char/21F5E> a lvont:Character ;
    lvont:represents "𡽞"^^xsd:string .

<http://lexvo.org/id/char/21F5F> a lvont:Character ;
    lvont:represents "𡽟"^^xsd:string .

<http://lexvo.org/id/char/21F6> a lvont:Character ;
    lvont:represents "⇶"^^xsd:string ;
    rdfs:comment "THREE RIGHTWARDS ARROWS"@en .

<http://lexvo.org/id/char/21F60> a lvont:Character ;
    lvont:represents "𡽠"^^xsd:string .

<http://lexvo.org/id/char/21F61> a lvont:Character ;
    lvont:represents "𡽡"^^xsd:string .

<http://lexvo.org/id/char/21F62> a lvont:Character ;
    lvont:represents "𡽢"^^xsd:string .

<http://lexvo.org/id/char/21F63> a lvont:Character ;
    lvont:represents "𡽣"^^xsd:string .

<http://lexvo.org/id/char/21F64> a lvont:Character ;
    lvont:represents "𡽤"^^xsd:string .

<http://lexvo.org/id/char/21F65> a lvont:Character ;
    lvont:represents "𡽥"^^xsd:string .

<http://lexvo.org/id/char/21F66> a lvont:Character ;
    lvont:represents "𡽦"^^xsd:string .

<http://lexvo.org/id/char/21F67> a lvont:Character ;
    lvont:represents "𡽧"^^xsd:string .

<http://lexvo.org/id/char/21F68> a lvont:Character ;
    lvont:represents "𡽨"^^xsd:string .

<http://lexvo.org/id/char/21F69> a lvont:Character ;
    lvont:represents "𡽩"^^xsd:string .

<http://lexvo.org/id/char/21F6A> a lvont:Character ;
    lvont:represents "𡽪"^^xsd:string .

<http://lexvo.org/id/char/21F6B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/non>,
        "𡽫"^^xsd:string .

<http://lexvo.org/id/char/21F6C> a lvont:Character ;
    lvont:represents "𡽬"^^xsd:string .

<http://lexvo.org/id/char/21F6D> a lvont:Character ;
    lvont:represents "𡽭"^^xsd:string .

<http://lexvo.org/id/char/21F6E> a lvont:Character ;
    lvont:represents "𡽮"^^xsd:string .

<http://lexvo.org/id/char/21F6F> a lvont:Character ;
    lvont:represents "𡽯"^^xsd:string .

<http://lexvo.org/id/char/21F7> a lvont:Character ;
    lvont:represents "⇷"^^xsd:string ;
    rdfs:comment "LEFTWARDS ARROW WITH VERTICAL STROKE"@en .

<http://lexvo.org/id/char/21F70> a lvont:Character ;
    lvont:represents "𡽰"^^xsd:string .

<http://lexvo.org/id/char/21F71> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%F0%A1%BD%B1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%A8>,
        "𡽱"^^xsd:string ;
    rdfs:comment "a high hill; the name of a hill"@en .

<http://lexvo.org/id/char/21F72> a lvont:Character ;
    lvont:represents "𡽲"^^xsd:string .

<http://lexvo.org/id/char/21F73> a lvont:Character ;
    lvont:represents "𡽳"^^xsd:string .

<http://lexvo.org/id/char/21F74> a lvont:Character ;
    lvont:represents "𡽴"^^xsd:string .

<http://lexvo.org/id/char/21F75> a lvont:Character ;
    lvont:represents "𡽵"^^xsd:string .

<http://lexvo.org/id/char/21F76> a lvont:Character ;
    lvont:represents "𡽶"^^xsd:string .

<http://lexvo.org/id/char/21F77> a lvont:Character ;
    lvont:represents "𡽷"^^xsd:string .

<http://lexvo.org/id/char/21F78> a lvont:Character ;
    lvont:represents "𡽸"^^xsd:string .

<http://lexvo.org/id/char/21F79> a lvont:Character ;
    lvont:represents "𡽹"^^xsd:string .

<http://lexvo.org/id/char/21F7A> a lvont:Character ;
    lvont:represents "𡽺"^^xsd:string .

<http://lexvo.org/id/char/21F7B> a lvont:Character ;
    lvont:represents "𡽻"^^xsd:string .

<http://lexvo.org/id/char/21F7C> a lvont:Character ;
    lvont:represents "𡽼"^^xsd:string .

<http://lexvo.org/id/char/21F7D> a lvont:Character ;
    lvont:represents "𡽽"^^xsd:string .

<http://lexvo.org/id/char/21F7E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/l%E1%BB%9Fm>,
        "𡽾"^^xsd:string .

<http://lexvo.org/id/char/21F7F> a lvont:Character ;
    lvont:represents "𡽿"^^xsd:string .

<http://lexvo.org/id/char/21F8> a lvont:Character ;
    lvont:represents "⇸"^^xsd:string ;
    rdfs:comment "RIGHTWARDS ARROW WITH VERTICAL STROKE"@en .

<http://lexvo.org/id/char/21F80> a lvont:Character ;
    lvont:represents "𡾀"^^xsd:string .

<http://lexvo.org/id/char/21F81> a lvont:Character ;
    lvont:represents "𡾁"^^xsd:string .

<http://lexvo.org/id/char/21F82> a lvont:Character ;
    lvont:represents "𡾂"^^xsd:string .

<http://lexvo.org/id/char/21F83> a lvont:Character ;
    lvont:represents "𡾃"^^xsd:string .

<http://lexvo.org/id/char/21F84> a lvont:Character ;
    lvont:represents "𡾄"^^xsd:string .

<http://lexvo.org/id/char/21F85> a lvont:Character ;
    lvont:represents "𡾅"^^xsd:string .

<http://lexvo.org/id/char/21F86> a lvont:Character ;
    lvont:represents "𡾆"^^xsd:string .

<http://lexvo.org/id/char/21F87> a lvont:Character ;
    lvont:represents "𡾇"^^xsd:string .

<http://lexvo.org/id/char/21F88> a lvont:Character ;
    lvont:represents "𡾈"^^xsd:string .

<http://lexvo.org/id/char/21F89> a lvont:Character ;
    lvont:represents "𡾉"^^xsd:string .

<http://lexvo.org/id/char/21F8A> a lvont:Character ;
    lvont:represents "𡾊"^^xsd:string .

<http://lexvo.org/id/char/21F8B> a lvont:Character ;
    lvont:represents "𡾋"^^xsd:string .

<http://lexvo.org/id/char/21F8C> a lvont:Character ;
    lvont:represents "𡾌"^^xsd:string .

<http://lexvo.org/id/char/21F8D> a lvont:Character ;
    lvont:represents "𡾍"^^xsd:string .

<http://lexvo.org/id/char/21F8E> a lvont:Character ;
    lvont:represents "𡾎"^^xsd:string .

<http://lexvo.org/id/char/21F8F> a lvont:Character ;
    lvont:represents "𡾏"^^xsd:string .

<http://lexvo.org/id/char/21F9> a lvont:Character ;
    lvont:represents "⇹"^^xsd:string ;
    rdfs:comment "LEFT RIGHT ARROW WITH VERTICAL STROKE"@en .

<http://lexvo.org/id/char/21F90> a lvont:Character ;
    lvont:represents "𡾐"^^xsd:string .

<http://lexvo.org/id/char/21F91> a lvont:Character ;
    lvont:represents "𡾑"^^xsd:string .

<http://lexvo.org/id/char/21F92> a lvont:Character ;
    lvont:represents "𡾒"^^xsd:string .

<http://lexvo.org/id/char/21F93> a lvont:Character ;
    lvont:represents "𡾓"^^xsd:string .

<http://lexvo.org/id/char/21F94> a lvont:Character ;
    lvont:represents "𡾔"^^xsd:string .

<http://lexvo.org/id/char/21F95> a lvont:Character ;
    lvont:represents "𡾕"^^xsd:string .

<http://lexvo.org/id/char/21F96> a lvont:Character ;
    lvont:represents "𡾖"^^xsd:string .

<http://lexvo.org/id/char/21F97> a lvont:Character ;
    lvont:represents "𡾗"^^xsd:string .

<http://lexvo.org/id/char/21F98> a lvont:Character ;
    lvont:represents "𡾘"^^xsd:string .

<http://lexvo.org/id/char/21F99> a lvont:Character ;
    lvont:represents "𡾙"^^xsd:string .

<http://lexvo.org/id/char/21F9A> a lvont:Character ;
    lvont:represents "𡾚"^^xsd:string .

<http://lexvo.org/id/char/21F9B> a lvont:Character ;
    lvont:represents "𡾛"^^xsd:string .

<http://lexvo.org/id/char/21F9C> a lvont:Character ;
    lvont:represents "𡾜"^^xsd:string .

<http://lexvo.org/id/char/21F9D> a lvont:Character ;
    lvont:represents "𡾝"^^xsd:string .

<http://lexvo.org/id/char/21F9E> a lvont:Character ;
    lvont:represents "𡾞"^^xsd:string .

<http://lexvo.org/id/char/21F9F> a lvont:Character ;
    lvont:represents "𡾟"^^xsd:string .

<http://lexvo.org/id/char/21FA> a lvont:Character ;
    lvont:represents "⇺"^^xsd:string ;
    rdfs:comment "LEFTWARDS ARROW WITH DOUBLE VERTICAL STROKE"@en .

<http://lexvo.org/id/char/21FA0> a lvont:Character ;
    lvont:represents "𡾠"^^xsd:string .

<http://lexvo.org/id/char/21FA1> a lvont:Character ;
    lvont:represents "𡾡"^^xsd:string .

<http://lexvo.org/id/char/21FA2> a lvont:Character ;
    lvont:represents "𡾢"^^xsd:string .

<http://lexvo.org/id/char/21FA3> a lvont:Character ;
    lvont:represents "𡾣"^^xsd:string .

<http://lexvo.org/id/char/21FA4> a lvont:Character ;
    lvont:represents "𡾤"^^xsd:string .

<http://lexvo.org/id/char/21FA5> a lvont:Character ;
    lvont:represents "𡾥"^^xsd:string .

<http://lexvo.org/id/char/21FA6> a lvont:Character ;
    lvont:represents "𡾦"^^xsd:string .

<http://lexvo.org/id/char/21FA7> a lvont:Character ;
    lvont:represents "𡾧"^^xsd:string .

<http://lexvo.org/id/char/21FA8> a lvont:Character ;
    lvont:represents "𡾨"^^xsd:string .

<http://lexvo.org/id/char/21FA9> a lvont:Character ;
    lvont:represents "𡾩"^^xsd:string .

<http://lexvo.org/id/char/21FAA> a lvont:Character ;
    lvont:represents "𡾪"^^xsd:string .

<http://lexvo.org/id/char/21FAB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/%C4%91%E1%BB%93i>,
        "𡾫"^^xsd:string .

<http://lexvo.org/id/char/21FAC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/d%E1%BB%91c>,
        "𡾬"^^xsd:string .

<http://lexvo.org/id/char/21FAD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/l%E1%BB%9Fm>,
        "𡾭"^^xsd:string .

<http://lexvo.org/id/char/21FAE> a lvont:Character ;
    lvont:represents "𡾮"^^xsd:string .

<http://lexvo.org/id/char/21FAF> a lvont:Character ;
    lvont:represents "𡾯"^^xsd:string .

<http://lexvo.org/id/char/21FB> a lvont:Character ;
    lvont:represents "⇻"^^xsd:string ;
    rdfs:comment "RIGHTWARDS ARROW WITH DOUBLE VERTICAL STROKE"@en .

<http://lexvo.org/id/char/21FB0> a lvont:Character ;
    lvont:represents "𡾰"^^xsd:string .

<http://lexvo.org/id/char/21FB1> a lvont:Character ;
    lvont:represents "𡾱"^^xsd:string .

<http://lexvo.org/id/char/21FB2> a lvont:Character ;
    lvont:represents "𡾲"^^xsd:string .

<http://lexvo.org/id/char/21FB3> a lvont:Character ;
    lvont:represents "𡾳"^^xsd:string .

<http://lexvo.org/id/char/21FB4> a lvont:Character ;
    lvont:represents "𡾴"^^xsd:string .

<http://lexvo.org/id/char/21FB5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ng%C3%B4i>,
        "𡾵"^^xsd:string .

<http://lexvo.org/id/char/21FB6> a lvont:Character ;
    lvont:represents "𡾶"^^xsd:string .

<http://lexvo.org/id/char/21FB7> a lvont:Character ;
    lvont:represents "𡾷"^^xsd:string .

<http://lexvo.org/id/char/21FB8> a lvont:Character ;
    lvont:represents "𡾸"^^xsd:string .

<http://lexvo.org/id/char/21FB9> a lvont:Character ;
    lvont:represents "𡾹"^^xsd:string .

<http://lexvo.org/id/char/21FBA> a lvont:Character ;
    lvont:represents "𡾺"^^xsd:string .

<http://lexvo.org/id/char/21FBB> a lvont:Character ;
    lvont:represents "𡾻"^^xsd:string .

<http://lexvo.org/id/char/21FBC> a lvont:Character ;
    lvont:represents "𡾼"^^xsd:string .

<http://lexvo.org/id/char/21FBD> a lvont:Character ;
    lvont:represents "𡾽"^^xsd:string .

<http://lexvo.org/id/char/21FBE> a lvont:Character ;
    lvont:represents "𡾾"^^xsd:string .

<http://lexvo.org/id/char/21FBF> a lvont:Character ;
    lvont:represents "𡾿"^^xsd:string .

<http://lexvo.org/id/char/21FC> a lvont:Character ;
    lvont:represents "⇼"^^xsd:string ;
    rdfs:comment "LEFT RIGHT ARROW WITH DOUBLE VERTICAL STROKE"@en .

<http://lexvo.org/id/char/21FC0> a lvont:Character ;
    lvont:represents "𡿀"^^xsd:string .

<http://lexvo.org/id/char/21FC1> a lvont:Character ;
    lvont:represents "𡿁"^^xsd:string .

<http://lexvo.org/id/char/21FC2> a lvont:Character ;
    lvont:represents "𡿂"^^xsd:string .

<http://lexvo.org/id/char/21FC3> a lvont:Character ;
    lvont:represents "𡿃"^^xsd:string .

<http://lexvo.org/id/char/21FC4> a lvont:Character ;
    lvont:represents "𡿄"^^xsd:string .

<http://lexvo.org/id/char/21FC5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ng%C3%B4ng>,
        "𡿅"^^xsd:string .

<http://lexvo.org/id/char/21FC6> a lvont:Character ;
    lvont:represents "𡿆"^^xsd:string .

<http://lexvo.org/id/char/21FC7> a lvont:Character ;
    lvont:represents "𡿇"^^xsd:string .

<http://lexvo.org/id/char/21FC8> a lvont:Character ;
    lvont:represents "𡿈"^^xsd:string .

<http://lexvo.org/id/char/21FC9> a lvont:Character ;
    lvont:represents "𡿉"^^xsd:string .

<http://lexvo.org/id/char/21FCA> a lvont:Character ;
    lvont:represents "𡿊"^^xsd:string .

<http://lexvo.org/id/char/21FCB> a lvont:Character ;
    lvont:represents "𡿋"^^xsd:string .

<http://lexvo.org/id/char/21FCC> a lvont:Character ;
    lvont:represents "𡿌"^^xsd:string .

<http://lexvo.org/id/char/21FCD> a lvont:Character ;
    lvont:represents "𡿍"^^xsd:string .

<http://lexvo.org/id/char/21FCE> a lvont:Character ;
    lvont:represents "𡿎"^^xsd:string .

<http://lexvo.org/id/char/21FCF> a lvont:Character ;
    lvont:represents "𡿏"^^xsd:string .

<http://lexvo.org/id/char/21FD> a lvont:Character ;
    lvont:represents "⇽"^^xsd:string ;
    rdfs:comment "LEFTWARDS OPEN-HEADED ARROW"@en .

<http://lexvo.org/id/char/21FD0> a lvont:Character ;
    lvont:represents "𡿐"^^xsd:string .

<http://lexvo.org/id/char/21FD1> a lvont:Character ;
    lvont:represents "𡿑"^^xsd:string .

<http://lexvo.org/id/char/21FD2> a lvont:Character ;
    lvont:represents "𡿒"^^xsd:string .

<http://lexvo.org/id/char/21FD3> a lvont:Character ;
    lvont:represents "𡿓"^^xsd:string .

<http://lexvo.org/id/char/21FD4> a lvont:Character ;
    lvont:represents "𡿔"^^xsd:string .

<http://lexvo.org/id/char/21FD5> a lvont:Character ;
    lvont:represents "𡿕"^^xsd:string .

<http://lexvo.org/id/char/21FD6> a lvont:Character ;
    lvont:represents "𡿖"^^xsd:string .

<http://lexvo.org/id/char/21FD7> a lvont:Character ;
    lvont:represents "𡿗"^^xsd:string .

<http://lexvo.org/id/char/21FD8> a lvont:Character ;
    lvont:represents "𡿘"^^xsd:string .

<http://lexvo.org/id/char/21FD9> a lvont:Character ;
    lvont:represents "𡿙"^^xsd:string .

<http://lexvo.org/id/char/21FDA> a lvont:Character ;
    lvont:represents "𡿚"^^xsd:string .

<http://lexvo.org/id/char/21FDB> a lvont:Character ;
    lvont:represents "𡿛"^^xsd:string .

<http://lexvo.org/id/char/21FDC> a lvont:Character ;
    lvont:represents "𡿜"^^xsd:string .

<http://lexvo.org/id/char/21FDD> a lvont:Character ;
    lvont:represents "𡿝"^^xsd:string .

<http://lexvo.org/id/char/21FDE> a lvont:Character ;
    lvont:represents "𡿞"^^xsd:string .

<http://lexvo.org/id/char/21FDF> a lvont:Character ;
    lvont:represents "𡿟"^^xsd:string .

<http://lexvo.org/id/char/21FE> a lvont:Character ;
    lvont:represents "⇾"^^xsd:string ;
    rdfs:comment "RIGHTWARDS OPEN-HEADED ARROW"@en .

<http://lexvo.org/id/char/21FE0> a lvont:Character ;
    lvont:represents "𡿠"^^xsd:string .

<http://lexvo.org/id/char/21FE1> a lvont:Character ;
    lvont:represents "𡿡"^^xsd:string .

<http://lexvo.org/id/char/21FE2> a lvont:Character ;
    lvont:represents "𡿢"^^xsd:string .

<http://lexvo.org/id/char/21FE3> a lvont:Character ;
    lvont:represents "𡿣"^^xsd:string .

<http://lexvo.org/id/char/21FE4> a lvont:Character ;
    lvont:represents "𡿤"^^xsd:string .

<http://lexvo.org/id/char/21FE5> a lvont:Character ;
    lvont:represents "𡿥"^^xsd:string .

<http://lexvo.org/id/char/21FE7> a lvont:Character ;
    lvont:represents "𡿧"^^xsd:string .

<http://lexvo.org/id/char/21FE9> a lvont:Character ;
    lvont:represents "𡿩"^^xsd:string .

<http://lexvo.org/id/char/21FEA> a lvont:Character ;
    lvont:represents "𡿪"^^xsd:string .

<http://lexvo.org/id/char/21FEB> a lvont:Character ;
    lvont:represents "𡿫"^^xsd:string .

<http://lexvo.org/id/char/21FEC> a lvont:Character ;
    lvont:represents "𡿬"^^xsd:string .

<http://lexvo.org/id/char/21FED> a lvont:Character ;
    lvont:represents "𡿭"^^xsd:string .

<http://lexvo.org/id/char/21FEE> a lvont:Character ;
    lvont:represents "𡿮"^^xsd:string .

<http://lexvo.org/id/char/21FEF> a lvont:Character ;
    lvont:represents "𡿯"^^xsd:string .

<http://lexvo.org/id/char/21FF> a lvont:Character ;
    lvont:represents "⇿"^^xsd:string ;
    rdfs:comment "LEFT RIGHT OPEN-HEADED ARROW"@en .

<http://lexvo.org/id/char/21FF0> a lvont:Character ;
    lvont:represents "𡿰"^^xsd:string .

<http://lexvo.org/id/char/21FF1> a lvont:Character ;
    lvont:represents "𡿱"^^xsd:string .

<http://lexvo.org/id/char/21FF2> a lvont:Character ;
    lvont:represents "𡿲"^^xsd:string .

<http://lexvo.org/id/char/21FF3> a lvont:Character ;
    lvont:represents "𡿳"^^xsd:string .

<http://lexvo.org/id/char/21FF4> a lvont:Character ;
    lvont:represents "𡿴"^^xsd:string .

<http://lexvo.org/id/char/21FF5> a lvont:Character ;
    lvont:represents "𡿵"^^xsd:string .

<http://lexvo.org/id/char/21FF6> a lvont:Character ;
    lvont:represents "𡿶"^^xsd:string .

<http://lexvo.org/id/char/21FF7> a lvont:Character ;
    lvont:represents "𡿷"^^xsd:string .

<http://lexvo.org/id/char/21FF8> a lvont:Character ;
    lvont:represents "𡿸"^^xsd:string .

<http://lexvo.org/id/char/21FF9> a lvont:Character ;
    lvont:represents "𡿹"^^xsd:string .

<http://lexvo.org/id/char/21FFA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%F0%A1%BF%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C7%8Eo>,
        "𡿺"^^xsd:string ;
    rdfs:comment "brain"@en .

<http://lexvo.org/id/char/21FFB> a lvont:Character ;
    lvont:represents "𡿻"^^xsd:string .

<http://lexvo.org/id/char/21FFC> a lvont:Character ;
    lvont:represents "𡿼"^^xsd:string .

<http://lexvo.org/id/char/21FFD> a lvont:Character ;
    lvont:represents "𡿽"^^xsd:string .

<http://lexvo.org/id/char/21FFE> a lvont:Character ;
    lvont:represents "𡿾"^^xsd:string .

<http://lexvo.org/id/char/21FFF> a lvont:Character ;
    lvont:represents "𡿿"^^xsd:string .

<http://lexvo.org/id/char/2200> a lvont:Character ;
    lvont:represents "∀"^^xsd:string ;
    rdfs:comment "FOR ALL"@en .

<http://lexvo.org/id/char/22000> a lvont:Character ;
    lvont:represents "𢀀"^^xsd:string .

<http://lexvo.org/id/char/22001> a lvont:Character ;
    lvont:represents "𢀁"^^xsd:string .

<http://lexvo.org/id/char/22002> a lvont:Character ;
    lvont:represents "𢀂"^^xsd:string .

<http://lexvo.org/id/char/22003> a lvont:Character ;
    lvont:represents "𢀃"^^xsd:string .

<http://lexvo.org/id/char/22004> a lvont:Character ;
    lvont:represents "𢀄"^^xsd:string .

<http://lexvo.org/id/char/22005> a lvont:Character ;
    lvont:represents "𢀅"^^xsd:string .

<http://lexvo.org/id/char/22006> a lvont:Character ;
    lvont:represents "𢀆"^^xsd:string .

<http://lexvo.org/id/char/22007> a lvont:Character ;
    lvont:represents "𢀇"^^xsd:string .

<http://lexvo.org/id/char/22008> a lvont:Character ;
    lvont:represents "𢀈"^^xsd:string .

<http://lexvo.org/id/char/22009> a lvont:Character ;
    lvont:represents "𢀉"^^xsd:string .

<http://lexvo.org/id/char/2200A> a lvont:Character ;
    lvont:represents "𢀊"^^xsd:string .

<http://lexvo.org/id/char/2200B> a lvont:Character ;
    lvont:represents "𢀋"^^xsd:string .

<http://lexvo.org/id/char/2200C> a lvont:Character ;
    lvont:represents "𢀌"^^xsd:string .

<http://lexvo.org/id/char/2200D> a lvont:Character ;
    lvont:represents "𢀍"^^xsd:string .

<http://lexvo.org/id/char/2200E> a lvont:Character ;
    lvont:represents "𢀎"^^xsd:string .

<http://lexvo.org/id/char/2200F> a lvont:Character ;
    lvont:represents "𢀏"^^xsd:string .

<http://lexvo.org/id/char/2201> a lvont:Character ;
    lvont:represents "∁"^^xsd:string ;
    rdfs:comment "COMPLEMENT"@en .

<http://lexvo.org/id/char/22010> a lvont:Character ;
    lvont:represents "𢀐"^^xsd:string .

<http://lexvo.org/id/char/22011> a lvont:Character ;
    lvont:represents "𢀑"^^xsd:string ;
    rdfs:comment "ancient form of 巨"@en .

<http://lexvo.org/id/char/22012> a lvont:Character ;
    lvont:represents "𢀒"^^xsd:string .

<http://lexvo.org/id/char/22013> a lvont:Character ;
    lvont:represents "𢀓"^^xsd:string .

<http://lexvo.org/id/char/22014> a lvont:Character ;
    lvont:represents "𢀔"^^xsd:string .

<http://lexvo.org/id/char/22015> a lvont:Character ;
    lvont:represents "𢀕"^^xsd:string .

<http://lexvo.org/id/char/22016> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C4%ABng>,
        "𢀖"^^xsd:string .

<http://lexvo.org/id/char/22017> a lvont:Character ;
    lvont:represents "𢀗"^^xsd:string .

<http://lexvo.org/id/char/22018> a lvont:Character ;
    lvont:represents "𢀘"^^xsd:string .

<http://lexvo.org/id/char/22019> a lvont:Character ;
    lvont:represents "𢀙"^^xsd:string .

<http://lexvo.org/id/char/2201A> a lvont:Character ;
    lvont:represents "𢀚"^^xsd:string .

<http://lexvo.org/id/char/2201B> a lvont:Character ;
    lvont:represents "𢀛"^^xsd:string .

<http://lexvo.org/id/char/2201C> a lvont:Character ;
    lvont:represents "𢀜"^^xsd:string .

<http://lexvo.org/id/char/2201D> a lvont:Character ;
    lvont:represents "𢀝"^^xsd:string .

<http://lexvo.org/id/char/2201E> a lvont:Character ;
    lvont:represents "𢀞"^^xsd:string .

<http://lexvo.org/id/char/2201F> a lvont:Character ;
    lvont:represents "𢀟"^^xsd:string .

<http://lexvo.org/id/char/2202> a lvont:Character ;
    lvont:represents "∂"^^xsd:string ;
    rdfs:comment "PARTIAL DIFFERENTIAL"@en .

<http://lexvo.org/id/char/22020> a lvont:Character ;
    lvont:represents "𢀠"^^xsd:string .

<http://lexvo.org/id/char/22021> a lvont:Character ;
    lvont:represents "𢀡"^^xsd:string .

<http://lexvo.org/id/char/22022> a lvont:Character ;
    lvont:represents "𢀢"^^xsd:string .

<http://lexvo.org/id/char/22023> a lvont:Character ;
    lvont:represents "𢀣"^^xsd:string .

<http://lexvo.org/id/char/22024> a lvont:Character ;
    lvont:represents "𢀤"^^xsd:string .

<http://lexvo.org/id/char/22025> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/v%C3%A2ng>,
        "𢀥"^^xsd:string .

<http://lexvo.org/id/char/22026> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/s%E1%BB%ADa>,
        "𢀦"^^xsd:string .

<http://lexvo.org/id/char/22027> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/tr%E1%BB%8Dn>,
        "𢀧"^^xsd:string .

<http://lexvo.org/id/char/22028> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/sang>,
        "𢀨"^^xsd:string .

<http://lexvo.org/id/char/22029> a lvont:Character ;
    lvont:represents "𢀩"^^xsd:string .

<http://lexvo.org/id/char/2202A> a lvont:Character ;
    lvont:represents "𢀪"^^xsd:string .

<http://lexvo.org/id/char/2202B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/b%E1%BA%ABng>,
        "𢀫"^^xsd:string .

<http://lexvo.org/id/char/2202C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/l%E1%BB%9Bn>,
        "𢀬"^^xsd:string .

<http://lexvo.org/id/char/2202D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/gi%E1%BA%A7u>,
        "𢀭"^^xsd:string .

<http://lexvo.org/id/char/2202E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/s%E1%BA%A5m>,
        "𢀮"^^xsd:string .

<http://lexvo.org/id/char/2202F> a lvont:Character ;
    lvont:represents "𢀯"^^xsd:string .

<http://lexvo.org/id/char/2203> a lvont:Character ;
    lvont:represents "∃"^^xsd:string ;
    rdfs:comment "THERE EXISTS"@en .

<http://lexvo.org/id/char/22030> a lvont:Character ;
    lvont:represents "𢀰"^^xsd:string .

<http://lexvo.org/id/char/22031> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/to>,
        "𢀱"^^xsd:string .

<http://lexvo.org/id/char/22032> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/l%E1%BB%9Bn>,
        "𢀲"^^xsd:string .

<http://lexvo.org/id/char/22033> a lvont:Character ;
    lvont:represents "𢀳"^^xsd:string .

<http://lexvo.org/id/char/22034> a lvont:Character ;
    lvont:represents "𢀴"^^xsd:string .

<http://lexvo.org/id/char/22035> a lvont:Character ;
    lvont:represents "𢀵"^^xsd:string .

<http://lexvo.org/id/char/22036> a lvont:Character ;
    lvont:represents "𢀶"^^xsd:string .

<http://lexvo.org/id/char/22037> a lvont:Character ;
    lvont:represents "𢀷"^^xsd:string .

<http://lexvo.org/id/char/22038> a lvont:Character ;
    lvont:represents "𢀸"^^xsd:string .

<http://lexvo.org/id/char/22039> a lvont:Character ;
    lvont:represents "𢀹"^^xsd:string .

<http://lexvo.org/id/char/2203A> a lvont:Character ;
    lvont:represents "𢀺"^^xsd:string .

<http://lexvo.org/id/char/2203B> a lvont:Character ;
    lvont:represents "𢀻"^^xsd:string .

<http://lexvo.org/id/char/2203C> a lvont:Character ;
    lvont:represents "𢀼"^^xsd:string .

<http://lexvo.org/id/char/2203D> a lvont:Character ;
    lvont:represents "𢀽"^^xsd:string .

<http://lexvo.org/id/char/2203E> a lvont:Character ;
    lvont:represents "𢀾"^^xsd:string .

<http://lexvo.org/id/char/2203F> a lvont:Character ;
    lvont:represents "𢀿"^^xsd:string .

<http://lexvo.org/id/char/2204> a lvont:Character ;
    lvont:represents "∄"^^xsd:string ;
    rdfs:comment "THERE DOES NOT EXIST"@en .

<http://lexvo.org/id/char/22040> a lvont:Character ;
    lvont:represents "𢁀"^^xsd:string .

<http://lexvo.org/id/char/22041> a lvont:Character ;
    lvont:represents "𢁁"^^xsd:string .

<http://lexvo.org/id/char/22042> a lvont:Character ;
    lvont:represents "𢁂"^^xsd:string .

<http://lexvo.org/id/char/22043> a lvont:Character ;
    lvont:represents "𢁃"^^xsd:string .

<http://lexvo.org/id/char/22044> a lvont:Character ;
    lvont:represents "𢁄"^^xsd:string .

<http://lexvo.org/id/char/22045> a lvont:Character ;
    lvont:represents "𢁅"^^xsd:string .

<http://lexvo.org/id/char/22046> a lvont:Character ;
    lvont:represents "𢁆"^^xsd:string .

<http://lexvo.org/id/char/22047> a lvont:Character ;
    lvont:represents "𢁇"^^xsd:string .

<http://lexvo.org/id/char/22048> a lvont:Character ;
    lvont:represents "𢁈"^^xsd:string .

<http://lexvo.org/id/char/22049> a lvont:Character ;
    lvont:represents "𢁉"^^xsd:string .

<http://lexvo.org/id/char/2204A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/x%E1%BB%A9c>,
        "𢁊"^^xsd:string .

<http://lexvo.org/id/char/2204B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/tr%C4%83ng>,
        "𢁋"^^xsd:string .

<http://lexvo.org/id/char/2204C> a lvont:Character ;
    lvont:represents "𢁌"^^xsd:string .

<http://lexvo.org/id/char/2204D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/va>,
        "𢁍"^^xsd:string .

<http://lexvo.org/id/char/2204E> a lvont:Character ;
    lvont:represents "𢁎"^^xsd:string .

<http://lexvo.org/id/char/2204F> a lvont:Character ;
    lvont:represents "𢁏"^^xsd:string .

<http://lexvo.org/id/char/2205> a lvont:Character ;
    lvont:represents "∅"^^xsd:string ;
    rdfs:comment "EMPTY SET"@en .

<http://lexvo.org/id/char/22050> a lvont:Character ;
    lvont:represents "𢁐"^^xsd:string .

<http://lexvo.org/id/char/22051> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/tr%C3%A1i>,
        "𢁑"^^xsd:string .

<http://lexvo.org/id/char/22052> a lvont:Character ;
    lvont:represents "𢁒"^^xsd:string .

<http://lexvo.org/id/char/22053> a lvont:Character ;
    lvont:represents "𢁓"^^xsd:string .

<http://lexvo.org/id/char/22054> a lvont:Character ;
    lvont:represents "𢁔"^^xsd:string .

<http://lexvo.org/id/char/22055> a lvont:Character ;
    lvont:represents "𢁕"^^xsd:string .

<http://lexvo.org/id/char/22056> a lvont:Character ;
    lvont:represents "𢁖"^^xsd:string .

<http://lexvo.org/id/char/22057> a lvont:Character ;
    lvont:represents "𢁗"^^xsd:string .

<http://lexvo.org/id/char/22058> a lvont:Character ;
    lvont:represents "𢁘"^^xsd:string .

<http://lexvo.org/id/char/22059> a lvont:Character ;
    lvont:represents "𢁙"^^xsd:string .

<http://lexvo.org/id/char/2205A> a lvont:Character ;
    lvont:represents "𢁚"^^xsd:string .

<http://lexvo.org/id/char/2205B> a lvont:Character ;
    lvont:represents "𢁛"^^xsd:string .

<http://lexvo.org/id/char/2205C> a lvont:Character ;
    lvont:represents "𢁜"^^xsd:string .

<http://lexvo.org/id/char/2205D> a lvont:Character ;
    lvont:represents "𢁝"^^xsd:string .

<http://lexvo.org/id/char/2205E> a lvont:Character ;
    lvont:represents "𢁞"^^xsd:string .

<http://lexvo.org/id/char/2205F> a lvont:Character ;
    lvont:represents "𢁟"^^xsd:string .

<http://lexvo.org/id/char/2206> a lvont:Character ;
    lvont:represents "∆"^^xsd:string ;
    rdfs:comment "INCREMENT"@en .

<http://lexvo.org/id/char/22060> a lvont:Character ;
    lvont:represents "𢁠"^^xsd:string .

<http://lexvo.org/id/char/22061> a lvont:Character ;
    lvont:represents "𢁡"^^xsd:string .

<http://lexvo.org/id/char/22062> a lvont:Character ;
    lvont:represents "𢁢"^^xsd:string .

<http://lexvo.org/id/char/22063> a lvont:Character ;
    lvont:represents "𢁣"^^xsd:string .

<http://lexvo.org/id/char/22064> a lvont:Character ;
    lvont:represents "𢁤"^^xsd:string .

<http://lexvo.org/id/char/22065> a lvont:Character ;
    lvont:represents "𢁥"^^xsd:string .

<http://lexvo.org/id/char/22066> a lvont:Character ;
    lvont:represents "𢁦"^^xsd:string .

<http://lexvo.org/id/char/22067> a lvont:Character ;
    lvont:represents "𢁧"^^xsd:string .

<http://lexvo.org/id/char/22068> a lvont:Character ;
    lvont:represents "𢁨"^^xsd:string .

<http://lexvo.org/id/char/22069> a lvont:Character ;
    lvont:represents "𢁩"^^xsd:string .

<http://lexvo.org/id/char/2206A> a lvont:Character ;
    lvont:represents "𢁪"^^xsd:string .

<http://lexvo.org/id/char/2206B> a lvont:Character ;
    lvont:represents "𢁫"^^xsd:string .

<http://lexvo.org/id/char/2206C> a lvont:Character ;
    lvont:represents "𢁬"^^xsd:string .

<http://lexvo.org/id/char/2206D> a lvont:Character ;
    lvont:represents "𢁭"^^xsd:string .

<http://lexvo.org/id/char/2206E> a lvont:Character ;
    lvont:represents "𢁮"^^xsd:string .

<http://lexvo.org/id/char/2206F> a lvont:Character ;
    lvont:represents "𢁯"^^xsd:string .

<http://lexvo.org/id/char/2207> a lvont:Character ;
    lvont:represents "∇"^^xsd:string ;
    rdfs:comment "NABLA"@en .

<http://lexvo.org/id/char/22070> a lvont:Character ;
    lvont:represents "𢁰"^^xsd:string .

<http://lexvo.org/id/char/22071> a lvont:Character ;
    lvont:represents "𢁱"^^xsd:string .

<http://lexvo.org/id/char/22072> a lvont:Character ;
    lvont:represents "𢁲"^^xsd:string .

<http://lexvo.org/id/char/22073> a lvont:Character ;
    lvont:represents "𢁳"^^xsd:string .

<http://lexvo.org/id/char/22074> a lvont:Character ;
    lvont:represents "𢁴"^^xsd:string .

<http://lexvo.org/id/char/22075> a lvont:Character ;
    lvont:represents "𢁵"^^xsd:string .

<http://lexvo.org/id/char/22076> a lvont:Character ;
    lvont:represents "𢁶"^^xsd:string .

<http://lexvo.org/id/char/22077> a lvont:Character ;
    lvont:represents "𢁷"^^xsd:string .

<http://lexvo.org/id/char/22078> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ph%C6%B0%E1%BB%9Bn>,
        "𢁸"^^xsd:string .

<http://lexvo.org/id/char/22079> a lvont:Character ;
    lvont:represents "𢁹"^^xsd:string .

<http://lexvo.org/id/char/2207A> a lvont:Character ;
    lvont:represents "𢁺"^^xsd:string .

<http://lexvo.org/id/char/2207B> a lvont:Character ;
    lvont:represents "𢁻"^^xsd:string .

<http://lexvo.org/id/char/2207C> a lvont:Character ;
    lvont:represents "𢁼"^^xsd:string .

<http://lexvo.org/id/char/2207D> a lvont:Character ;
    lvont:represents "𢁽"^^xsd:string .

<http://lexvo.org/id/char/2207E> a lvont:Character ;
    lvont:represents "𢁾"^^xsd:string .

<http://lexvo.org/id/char/2207F> a lvont:Character ;
    lvont:represents "𢁿"^^xsd:string .

<http://lexvo.org/id/char/2208> a lvont:Character ;
    lvont:represents "∈"^^xsd:string ;
    rdfs:comment "ELEMENT OF"@en .

<http://lexvo.org/id/char/22080> a lvont:Character ;
    lvont:represents "𢂀"^^xsd:string .

<http://lexvo.org/id/char/22081> a lvont:Character ;
    lvont:represents "𢂁"^^xsd:string .

<http://lexvo.org/id/char/22082> a lvont:Character ;
    lvont:represents "𢂂"^^xsd:string .

<http://lexvo.org/id/char/22083> a lvont:Character ;
    lvont:represents "𢂃"^^xsd:string .

<http://lexvo.org/id/char/22084> a lvont:Character ;
    lvont:represents "𢂄"^^xsd:string .

<http://lexvo.org/id/char/22085> a lvont:Character ;
    lvont:represents "𢂅"^^xsd:string .

<http://lexvo.org/id/char/22086> a lvont:Character ;
    lvont:represents "𢂆"^^xsd:string .

<http://lexvo.org/id/char/22087> a lvont:Character ;
    lvont:represents "𢂇"^^xsd:string .

<http://lexvo.org/id/char/22088> a lvont:Character ;
    lvont:represents "𢂈"^^xsd:string .

<http://lexvo.org/id/char/22089> a lvont:Character ;
    lvont:represents "𢂉"^^xsd:string .

<http://lexvo.org/id/char/2208A> a lvont:Character ;
    lvont:represents "𢂊"^^xsd:string .

<http://lexvo.org/id/char/2208B> a lvont:Character ;
    lvont:represents "𢂋"^^xsd:string .

<http://lexvo.org/id/char/2208C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/%C4%91%C3%A3y>,
        "𢂌"^^xsd:string .

<http://lexvo.org/id/char/2208D> a lvont:Character ;
    lvont:represents "𢂍"^^xsd:string .

<http://lexvo.org/id/char/2208E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/d%C3%B9>,
        "𢂎"^^xsd:string .

<http://lexvo.org/id/char/2208F> a lvont:Character ;
    lvont:represents "𢂏"^^xsd:string .

<http://lexvo.org/id/char/2209> a lvont:Character ;
    lvont:represents "∉"^^xsd:string ;
    rdfs:comment "NOT AN ELEMENT OF"@en .

<http://lexvo.org/id/char/22090> a lvont:Character ;
    lvont:represents "𢂐"^^xsd:string .

<http://lexvo.org/id/char/22091> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%F0%A2%82%91>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%AC>,
        "𢂑"^^xsd:string ;
    rdfs:comment "to wipe , rub clean"@en .

<http://lexvo.org/id/char/22092> a lvont:Character ;
    lvont:represents "𢂒"^^xsd:string .

<http://lexvo.org/id/char/22093> a lvont:Character ;
    lvont:represents "𢂓"^^xsd:string .

<http://lexvo.org/id/char/22094> a lvont:Character ;
    lvont:represents "𢂔"^^xsd:string .

<http://lexvo.org/id/char/22095> a lvont:Character ;
    lvont:represents "𢂕"^^xsd:string .

<http://lexvo.org/id/char/22096> a lvont:Character ;
    lvont:represents "𢂖"^^xsd:string .

<http://lexvo.org/id/char/22097> a lvont:Character ;
    lvont:represents "𢂗"^^xsd:string .

<http://lexvo.org/id/char/22098> a lvont:Character ;
    lvont:represents "𢂘"^^xsd:string .

<http://lexvo.org/id/char/22099> a lvont:Character ;
    lvont:represents "𢂙"^^xsd:string .

<http://lexvo.org/id/char/2209A> a lvont:Character ;
    lvont:represents "𢂚"^^xsd:string .

<http://lexvo.org/id/char/2209B> a lvont:Character ;
    lvont:represents "𢂛"^^xsd:string .

<http://lexvo.org/id/char/2209C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/vua>,
        "𢂜"^^xsd:string .

<http://lexvo.org/id/char/2209D> a lvont:Character ;
    lvont:represents "𢂝"^^xsd:string .

<http://lexvo.org/id/char/2209E> a lvont:Character ;
    lvont:represents "𢂞"^^xsd:string .

<http://lexvo.org/id/char/2209F> a lvont:Character ;
    lvont:represents "𢂟"^^xsd:string .

<http://lexvo.org/id/char/220A> a lvont:Character ;
    lvont:represents "∊"^^xsd:string ;
    rdfs:comment "SMALL ELEMENT OF"@en .

<http://lexvo.org/id/char/220A0> a lvont:Character ;
    lvont:represents "𢂠"^^xsd:string .

<http://lexvo.org/id/char/220A1> a lvont:Character ;
    lvont:represents "𢂡"^^xsd:string .

<http://lexvo.org/id/char/220A2> a lvont:Character ;
    lvont:represents "𢂢"^^xsd:string .

<http://lexvo.org/id/char/220A3> a lvont:Character ;
    lvont:represents "𢂣"^^xsd:string .

<http://lexvo.org/id/char/220A4> a lvont:Character ;
    lvont:represents "𢂤"^^xsd:string .

<http://lexvo.org/id/char/220A5> a lvont:Character ;
    lvont:represents "𢂥"^^xsd:string .

<http://lexvo.org/id/char/220A6> a lvont:Character ;
    lvont:represents "𢂦"^^xsd:string .

<http://lexvo.org/id/char/220A7> a lvont:Character ;
    lvont:represents "𢂧"^^xsd:string .

<http://lexvo.org/id/char/220A8> a lvont:Character ;
    lvont:represents "𢂨"^^xsd:string .

<http://lexvo.org/id/char/220A9> a lvont:Character ;
    lvont:represents "𢂩"^^xsd:string .

<http://lexvo.org/id/char/220AA> a lvont:Character ;
    lvont:represents "𢂪"^^xsd:string .

<http://lexvo.org/id/char/220AB> a lvont:Character ;
    lvont:represents "𢂫"^^xsd:string .

<http://lexvo.org/id/char/220AC> a lvont:Character ;
    lvont:represents "𢂬"^^xsd:string .

<http://lexvo.org/id/char/220AD> a lvont:Character ;
    lvont:represents "𢂭"^^xsd:string .

<http://lexvo.org/id/char/220AE> a lvont:Character ;
    lvont:represents "𢂮"^^xsd:string .

<http://lexvo.org/id/char/220AF> a lvont:Character ;
    lvont:represents "𢂯"^^xsd:string .

<http://lexvo.org/id/char/220B> a lvont:Character ;
    lvont:represents "∋"^^xsd:string ;
    rdfs:comment "CONTAINS AS MEMBER"@en .

<http://lexvo.org/id/char/220B0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/tranh>,
        "𢂰"^^xsd:string .

<http://lexvo.org/id/char/220B1> a lvont:Character ;
    lvont:represents "𢂱"^^xsd:string .

<http://lexvo.org/id/char/220B2> a lvont:Character ;
    lvont:represents "𢂲"^^xsd:string .

<http://lexvo.org/id/char/220B3> a lvont:Character ;
    lvont:represents "𢂳"^^xsd:string .

<http://lexvo.org/id/char/220B4> a lvont:Character ;
    lvont:represents "𢂴"^^xsd:string .

<http://lexvo.org/id/char/220B5> a lvont:Character ;
    lvont:represents "𢂵"^^xsd:string .

<http://lexvo.org/id/char/220B6> a lvont:Character ;
    lvont:represents "𢂶"^^xsd:string .

<http://lexvo.org/id/char/220B7> a lvont:Character ;
    lvont:represents "𢂷"^^xsd:string .

<http://lexvo.org/id/char/220B8> a lvont:Character ;
    lvont:represents "𢂸"^^xsd:string .

<http://lexvo.org/id/char/220B9> a lvont:Character ;
    lvont:represents "𢂹"^^xsd:string .

<http://lexvo.org/id/char/220BA> a lvont:Character ;
    lvont:represents "𢂺"^^xsd:string .

<http://lexvo.org/id/char/220BB> a lvont:Character ;
    lvont:represents "𢂻"^^xsd:string .

<http://lexvo.org/id/char/220BC> a lvont:Character ;
    lvont:represents "𢂼"^^xsd:string .

<http://lexvo.org/id/char/220BD> a lvont:Character ;
    lvont:represents "𢂽"^^xsd:string .

<http://lexvo.org/id/char/220BE> a lvont:Character ;
    lvont:represents "𢂾"^^xsd:string .

<http://lexvo.org/id/char/220BF> a lvont:Character ;
    lvont:represents "𢂿"^^xsd:string .

<http://lexvo.org/id/char/220C> a lvont:Character ;
    lvont:represents "∌"^^xsd:string ;
    rdfs:comment "DOES NOT CONTAIN AS MEMBER"@en .

<http://lexvo.org/id/char/220C0> a lvont:Character ;
    lvont:represents "𢃀"^^xsd:string .

<http://lexvo.org/id/char/220C1> a lvont:Character ;
    lvont:represents "𢃁"^^xsd:string .

<http://lexvo.org/id/char/220C2> a lvont:Character ;
    lvont:represents "𢃂"^^xsd:string .

<http://lexvo.org/id/char/220C3> a lvont:Character ;
    lvont:represents "𢃃"^^xsd:string .

<http://lexvo.org/id/char/220C4> a lvont:Character ;
    lvont:represents "𢃄"^^xsd:string .

<http://lexvo.org/id/char/220C5> a lvont:Character ;
    lvont:represents "𢃅"^^xsd:string .

<http://lexvo.org/id/char/220C6> a lvont:Character ;
    lvont:represents "𢃆"^^xsd:string .

<http://lexvo.org/id/char/220C7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/lei5>,
        <http://lexvo.org/id/term/yue/%F0%A2%83%87>,
        "𢃇"^^xsd:string ;
    rdfs:comment "(Cant.) a sail"@en .

<http://lexvo.org/id/char/220C8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/l%E1%BB%8Dng>,
        "𢃈"^^xsd:string .

<http://lexvo.org/id/char/220C9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/b%E1%BB%8Bt>,
        "𢃉"^^xsd:string .

<http://lexvo.org/id/char/220CA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/vua>,
        "𢃊"^^xsd:string .

<http://lexvo.org/id/char/220CB> a lvont:Character ;
    lvont:represents "𢃋"^^xsd:string .

<http://lexvo.org/id/char/220CC> a lvont:Character ;
    lvont:represents "𢃌"^^xsd:string .

<http://lexvo.org/id/char/220CD> a lvont:Character ;
    lvont:represents "𢃍"^^xsd:string .

<http://lexvo.org/id/char/220CE> a lvont:Character ;
    lvont:represents "𢃎"^^xsd:string .

<http://lexvo.org/id/char/220CF> a lvont:Character ;
    lvont:represents "𢃏"^^xsd:string .

<http://lexvo.org/id/char/220D> a lvont:Character ;
    lvont:represents "∍"^^xsd:string ;
    rdfs:comment "SMALL CONTAINS AS MEMBER"@en .

<http://lexvo.org/id/char/220D0> a lvont:Character ;
    lvont:represents "𢃐"^^xsd:string .

<http://lexvo.org/id/char/220D1> a lvont:Character ;
    lvont:represents "𢃑"^^xsd:string .

<http://lexvo.org/id/char/220D2> a lvont:Character ;
    lvont:represents "𢃒"^^xsd:string .

<http://lexvo.org/id/char/220D3> a lvont:Character ;
    lvont:represents "𢃓"^^xsd:string .

<http://lexvo.org/id/char/220D4> a lvont:Character ;
    lvont:represents "𢃔"^^xsd:string .

<http://lexvo.org/id/char/220D5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%F0%A2%83%95>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%A0%20ta>,
        "𢃕"^^xsd:string ;
    rdfs:comment "a covering, awning, screen"@en .

<http://lexvo.org/id/char/220D6> a lvont:Character ;
    lvont:represents "𢃖"^^xsd:string .

<http://lexvo.org/id/char/220D7> a lvont:Character ;
    lvont:represents "𢃗"^^xsd:string .

<http://lexvo.org/id/char/220D8> a lvont:Character ;
    lvont:represents "𢃘"^^xsd:string .

<http://lexvo.org/id/char/220D9> a lvont:Character ;
    lvont:represents "𢃙"^^xsd:string .

<http://lexvo.org/id/char/220DA> a lvont:Character ;
    lvont:represents "𢃚"^^xsd:string .

<http://lexvo.org/id/char/220DB> a lvont:Character ;
    lvont:represents "𢃛"^^xsd:string .

<http://lexvo.org/id/char/220DC> a lvont:Character ;
    lvont:represents "𢃜"^^xsd:string .

<http://lexvo.org/id/char/220DD> a lvont:Character ;
    lvont:represents "𢃝"^^xsd:string .

<http://lexvo.org/id/char/220DE> a lvont:Character ;
    lvont:represents "𢃞"^^xsd:string .

<http://lexvo.org/id/char/220DF> a lvont:Character ;
    lvont:represents "𢃟"^^xsd:string .

<http://lexvo.org/id/char/220E> a lvont:Character ;
    lvont:represents "∎"^^xsd:string ;
    rdfs:comment "END OF PROOF"@en .

<http://lexvo.org/id/char/220E0> a lvont:Character ;
    lvont:represents "𢃠"^^xsd:string .

<http://lexvo.org/id/char/220E1> a lvont:Character ;
    lvont:represents "𢃡"^^xsd:string .

<http://lexvo.org/id/char/220E2> a lvont:Character ;
    lvont:represents "𢃢"^^xsd:string .

<http://lexvo.org/id/char/220E3> a lvont:Character ;
    lvont:represents "𢃣"^^xsd:string .

<http://lexvo.org/id/char/220E4> a lvont:Character ;
    lvont:represents "𢃤"^^xsd:string .

<http://lexvo.org/id/char/220E5> a lvont:Character ;
    lvont:represents "𢃥"^^xsd:string .

<http://lexvo.org/id/char/220E6> a lvont:Character ;
    lvont:represents "𢃦"^^xsd:string .

<http://lexvo.org/id/char/220E7> a lvont:Character ;
    lvont:represents "𢃧"^^xsd:string .

<http://lexvo.org/id/char/220E8> a lvont:Character ;
    lvont:represents "𢃨"^^xsd:string .

<http://lexvo.org/id/char/220E9> a lvont:Character ;
    lvont:represents "𢃩"^^xsd:string .

<http://lexvo.org/id/char/220EA> a lvont:Character ;
    lvont:represents "𢃪"^^xsd:string .

<http://lexvo.org/id/char/220EB> a lvont:Character ;
    lvont:represents "𢃫"^^xsd:string .

<http://lexvo.org/id/char/220EC> a lvont:Character ;
    lvont:represents "𢃬"^^xsd:string .

<http://lexvo.org/id/char/220ED> a lvont:Character ;
    lvont:represents "𢃭"^^xsd:string .

<http://lexvo.org/id/char/220EE> a lvont:Character ;
    lvont:represents "𢃮"^^xsd:string .

<http://lexvo.org/id/char/220EF> a lvont:Character ;
    lvont:represents "𢃯"^^xsd:string .

<http://lexvo.org/id/char/220F> a lvont:Character ;
    lvont:represents "∏"^^xsd:string ;
    rdfs:comment "N-ARY PRODUCT"@en .

<http://lexvo.org/id/char/220F0> a lvont:Character ;
    lvont:represents "𢃰"^^xsd:string .

<http://lexvo.org/id/char/220F1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/m%C5%A9>,
        "𢃱"^^xsd:string .

<http://lexvo.org/id/char/220F2> a lvont:Character ;
    lvont:represents "𢃲"^^xsd:string .

<http://lexvo.org/id/char/220F3> a lvont:Character ;
    lvont:represents "𢃳"^^xsd:string .

<http://lexvo.org/id/char/220F4> a lvont:Character ;
    lvont:represents "𢃴"^^xsd:string .

<http://lexvo.org/id/char/220F5> a lvont:Character ;
    lvont:represents "𢃵"^^xsd:string .

<http://lexvo.org/id/char/220F6> a lvont:Character ;
    lvont:represents "𢃶"^^xsd:string .

<http://lexvo.org/id/char/220F7> a lvont:Character ;
    lvont:represents "𢃷"^^xsd:string .

<http://lexvo.org/id/char/220F8> a lvont:Character ;
    lvont:represents "𢃸"^^xsd:string .

<http://lexvo.org/id/char/220F9> a lvont:Character ;
    lvont:represents "𢃹"^^xsd:string .

<http://lexvo.org/id/char/220FA> a lvont:Character ;
    lvont:represents "𢃺"^^xsd:string .

<http://lexvo.org/id/char/220FB> a lvont:Character ;
    lvont:represents "𢃻"^^xsd:string .

<http://lexvo.org/id/char/220FC> a lvont:Character ;
    lvont:represents "𢃼"^^xsd:string .

<http://lexvo.org/id/char/220FD> a lvont:Character ;
    lvont:represents "𢃽"^^xsd:string .

<http://lexvo.org/id/char/220FE> a lvont:Character ;
    lvont:represents "𢃾"^^xsd:string .

<http://lexvo.org/id/char/220FF> a lvont:Character ;
    lvont:represents "𢃿"^^xsd:string .

<http://lexvo.org/id/char/2210> a lvont:Character ;
    lvont:represents "∐"^^xsd:string ;
    rdfs:comment "N-ARY COPRODUCT"@en .

<http://lexvo.org/id/char/22100> a lvont:Character ;
    lvont:represents "𢄀"^^xsd:string .

<http://lexvo.org/id/char/22101> a lvont:Character ;
    lvont:represents "𢄁"^^xsd:string .

<http://lexvo.org/id/char/22102> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ch%E1%BB%A3>,
        "𢄂"^^xsd:string .

<http://lexvo.org/id/char/22103> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ph%E1%BB%9Bi>,
        "𢄃"^^xsd:string .

<http://lexvo.org/id/char/22104> a lvont:Character ;
    lvont:represents "𢄄"^^xsd:string .

<http://lexvo.org/id/char/22105> a lvont:Character ;
    lvont:represents "𢄅"^^xsd:string .

<http://lexvo.org/id/char/22106> a lvont:Character ;
    lvont:represents "𢄆"^^xsd:string .

<http://lexvo.org/id/char/22107> a lvont:Character ;
    lvont:represents "𢄇"^^xsd:string .

<http://lexvo.org/id/char/22108> a lvont:Character ;
    lvont:represents "𢄈"^^xsd:string .

<http://lexvo.org/id/char/22109> a lvont:Character ;
    lvont:represents "𢄉"^^xsd:string .

<http://lexvo.org/id/char/2210A> a lvont:Character ;
    lvont:represents "𢄊"^^xsd:string .

<http://lexvo.org/id/char/2210B> a lvont:Character ;
    lvont:represents "𢄋"^^xsd:string .

<http://lexvo.org/id/char/2210C> a lvont:Character ;
    lvont:represents "𢄌"^^xsd:string .

<http://lexvo.org/id/char/2210D> a lvont:Character ;
    lvont:represents "𢄍"^^xsd:string .

<http://lexvo.org/id/char/2210E> a lvont:Character ;
    lvont:represents "𢄎"^^xsd:string .

<http://lexvo.org/id/char/2210F> a lvont:Character ;
    lvont:represents "𢄏"^^xsd:string .

<http://lexvo.org/id/char/2211> a lvont:Character ;
    lvont:represents "∑"^^xsd:string ;
    rdfs:comment "N-ARY SUMMATION"@en .

<http://lexvo.org/id/char/22110> a lvont:Character ;
    lvont:represents "𢄐"^^xsd:string .

<http://lexvo.org/id/char/22111> a lvont:Character ;
    lvont:represents "𢄑"^^xsd:string .

<http://lexvo.org/id/char/22112> a lvont:Character ;
    lvont:represents "𢄒"^^xsd:string .

<http://lexvo.org/id/char/22113> a lvont:Character ;
    lvont:represents "𢄓"^^xsd:string .

<http://lexvo.org/id/char/22114> a lvont:Character ;
    lvont:represents "𢄔"^^xsd:string .

<http://lexvo.org/id/char/22115> a lvont:Character ;
    lvont:represents "𢄕"^^xsd:string .

<http://lexvo.org/id/char/22116> a lvont:Character ;
    lvont:represents "𢄖"^^xsd:string .

<http://lexvo.org/id/char/22117> a lvont:Character ;
    lvont:represents "𢄗"^^xsd:string .

<http://lexvo.org/id/char/22118> a lvont:Character ;
    lvont:represents "𢄘"^^xsd:string .

<http://lexvo.org/id/char/22119> a lvont:Character ;
    lvont:represents "𢄙"^^xsd:string .

<http://lexvo.org/id/char/2211A> a lvont:Character ;
    lvont:represents "𢄚"^^xsd:string .

<http://lexvo.org/id/char/2211B> a lvont:Character ;
    lvont:represents "𢄛"^^xsd:string .

<http://lexvo.org/id/char/2211C> a lvont:Character ;
    lvont:represents "𢄜"^^xsd:string .

<http://lexvo.org/id/char/2211D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/b%C3%A2u>,
        "𢄝"^^xsd:string .

<http://lexvo.org/id/char/2211E> a lvont:Character ;
    lvont:represents "𢄞"^^xsd:string .

<http://lexvo.org/id/char/2211F> a lvont:Character ;
    lvont:represents "𢄟"^^xsd:string .

<http://lexvo.org/id/char/2212> a lvont:Character ;
    lvont:represents "−"^^xsd:string ;
    rdfs:comment "MINUS SIGN"@en .

<http://lexvo.org/id/char/22120> a lvont:Character ;
    lvont:represents "𢄠"^^xsd:string .

<http://lexvo.org/id/char/22121> a lvont:Character ;
    lvont:represents "𢄡"^^xsd:string .

<http://lexvo.org/id/char/22122> a lvont:Character ;
    lvont:represents "𢄢"^^xsd:string .

<http://lexvo.org/id/char/22123> a lvont:Character ;
    lvont:represents "𢄣"^^xsd:string .

<http://lexvo.org/id/char/22124> a lvont:Character ;
    lvont:represents "𢄤"^^xsd:string .

<http://lexvo.org/id/char/22125> a lvont:Character ;
    lvont:represents "𢄥"^^xsd:string .

<http://lexvo.org/id/char/22126> a lvont:Character ;
    lvont:represents "𢄦"^^xsd:string .

<http://lexvo.org/id/char/22127> a lvont:Character ;
    lvont:represents "𢄧"^^xsd:string .

<http://lexvo.org/id/char/22128> a lvont:Character ;
    lvont:represents "𢄨"^^xsd:string .

<http://lexvo.org/id/char/22129> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/d%E1%BA%A3i>,
        "𢄩"^^xsd:string .

<http://lexvo.org/id/char/2212A> a lvont:Character ;
    lvont:represents "𢄪"^^xsd:string .

<http://lexvo.org/id/char/2212B> a lvont:Character ;
    lvont:represents "𢄫"^^xsd:string .

<http://lexvo.org/id/char/2212C> a lvont:Character ;
    lvont:represents "𢄬"^^xsd:string .

<http://lexvo.org/id/char/2212D> a lvont:Character ;
    lvont:represents "𢄭"^^xsd:string .

<http://lexvo.org/id/char/2212E> a lvont:Character ;
    lvont:represents "𢄮"^^xsd:string .

<http://lexvo.org/id/char/2212F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/m%E1%BA%A5n>,
        "𢄯"^^xsd:string .

<http://lexvo.org/id/char/2213> a lvont:Character ;
    lvont:represents "∓"^^xsd:string ;
    rdfs:comment "MINUS-OR-PLUS SIGN"@en .

<http://lexvo.org/id/char/22130> a lvont:Character ;
    lvont:represents "𢄰"^^xsd:string .

<http://lexvo.org/id/char/22131> a lvont:Character ;
    lvont:represents "𢄱"^^xsd:string .

<http://lexvo.org/id/char/22132> a lvont:Character ;
    lvont:represents "𢄲"^^xsd:string .

<http://lexvo.org/id/char/22133> a lvont:Character ;
    lvont:represents "𢄳"^^xsd:string .

<http://lexvo.org/id/char/22134> a lvont:Character ;
    lvont:represents "𢄴"^^xsd:string .

<http://lexvo.org/id/char/22135> a lvont:Character ;
    lvont:represents "𢄵"^^xsd:string .

<http://lexvo.org/id/char/22136> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%F0%A2%84%B6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C4%81>,
        "𢄶"^^xsd:string ;
    rdfs:comment "the noise of tearing silk; to tear"@en .

<http://lexvo.org/id/char/22137> a lvont:Character ;
    lvont:represents "𢄷"^^xsd:string .

<http://lexvo.org/id/char/22138> a lvont:Character ;
    lvont:represents "𢄸"^^xsd:string .

<http://lexvo.org/id/char/22139> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ki%E1%BB%87u>,
        "𢄹"^^xsd:string .

<http://lexvo.org/id/char/2213A> a lvont:Character ;
    lvont:represents "𢄺"^^xsd:string .

<http://lexvo.org/id/char/2213B> a lvont:Character ;
    lvont:represents "𢄻"^^xsd:string .

<http://lexvo.org/id/char/2213C> a lvont:Character ;
    lvont:represents "𢄼"^^xsd:string .

<http://lexvo.org/id/char/2213D> a lvont:Character ;
    lvont:represents "𢄽"^^xsd:string .

<http://lexvo.org/id/char/2213E> a lvont:Character ;
    lvont:represents "𢄾"^^xsd:string .

<http://lexvo.org/id/char/2213F> a lvont:Character ;
    lvont:represents "𢄿"^^xsd:string .

<http://lexvo.org/id/char/2214> a lvont:Character ;
    lvont:represents "∔"^^xsd:string ;
    rdfs:comment "DOT PLUS"@en .

<http://lexvo.org/id/char/22140> a lvont:Character ;
    lvont:represents "𢅀"^^xsd:string .

<http://lexvo.org/id/char/22141> a lvont:Character ;
    lvont:represents "𢅁"^^xsd:string .

<http://lexvo.org/id/char/22142> a lvont:Character ;
    lvont:represents "𢅂"^^xsd:string .

<http://lexvo.org/id/char/22143> a lvont:Character ;
    lvont:represents "𢅃"^^xsd:string .

<http://lexvo.org/id/char/22144> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/v%E1%BA%A3i>,
        "𢅄"^^xsd:string .

<http://lexvo.org/id/char/22145> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/qu%E1%BA%A1t>,
        "𢅅"^^xsd:string .

<http://lexvo.org/id/char/22146> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/m%C3%A0nh>,
        "𢅆"^^xsd:string .

<http://lexvo.org/id/char/22147> a lvont:Character ;
    lvont:represents "𢅇"^^xsd:string .

<http://lexvo.org/id/char/22148> a lvont:Character ;
    lvont:represents "𢅈"^^xsd:string .

<http://lexvo.org/id/char/22149> a lvont:Character ;
    lvont:represents "𢅉"^^xsd:string .

<http://lexvo.org/id/char/2214A> a lvont:Character ;
    lvont:represents "𢅊"^^xsd:string .

<http://lexvo.org/id/char/2214B> a lvont:Character ;
    lvont:represents "𢅋"^^xsd:string .

<http://lexvo.org/id/char/2214C> a lvont:Character ;
    lvont:represents "𢅌"^^xsd:string .

<http://lexvo.org/id/char/2214D> a lvont:Character ;
    lvont:represents "𢅍"^^xsd:string .

<http://lexvo.org/id/char/2214E> a lvont:Character ;
    lvont:represents "𢅎"^^xsd:string .

<http://lexvo.org/id/char/2214F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%F0%A2%85%8F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lim4>,
        <http://lexvo.org/id/term/yue/%F0%A2%85%8F>,
        "𢅏"^^xsd:string ;
    rdfs:comment "blinds, window screens"@en .

<http://lexvo.org/id/char/2215> a lvont:Character ;
    lvont:represents "∕"^^xsd:string ;
    rdfs:comment "DIVISION SLASH"@en .

<http://lexvo.org/id/char/22150> a lvont:Character ;
    lvont:represents "𢅐"^^xsd:string .

<http://lexvo.org/id/char/22151> a lvont:Character ;
    lvont:represents "𢅑"^^xsd:string .

<http://lexvo.org/id/char/22152> a lvont:Character ;
    lvont:represents "𢅒"^^xsd:string .

<http://lexvo.org/id/char/22153> a lvont:Character ;
    lvont:represents "𢅓"^^xsd:string .

<http://lexvo.org/id/char/22154> a lvont:Character ;
    lvont:represents "𢅔"^^xsd:string .

<http://lexvo.org/id/char/22155> a lvont:Character ;
    lvont:represents "𢅕"^^xsd:string .

<http://lexvo.org/id/char/22156> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%F0%A2%85%96>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lim4>,
        <http://lexvo.org/id/term/yue/%F0%A2%85%96>,
        "𢅖"^^xsd:string ;
    rdfs:comment "curtain, screen"@en .

<http://lexvo.org/id/char/22157> a lvont:Character ;
    lvont:represents "𢅗"^^xsd:string .

<http://lexvo.org/id/char/22158> a lvont:Character ;
    lvont:represents "𢅘"^^xsd:string .

<http://lexvo.org/id/char/22159> a lvont:Character ;
    lvont:represents "𢅙"^^xsd:string .

<http://lexvo.org/id/char/2215A> a lvont:Character ;
    lvont:represents "𢅚"^^xsd:string .

<http://lexvo.org/id/char/2215B> a lvont:Character ;
    lvont:represents "𢅛"^^xsd:string .

<http://lexvo.org/id/char/2215C> a lvont:Character ;
    lvont:represents "𢅜"^^xsd:string .

<http://lexvo.org/id/char/2215D> a lvont:Character ;
    lvont:represents "𢅝"^^xsd:string .

<http://lexvo.org/id/char/2215E> a lvont:Character ;
    lvont:represents "𢅞"^^xsd:string .

<http://lexvo.org/id/char/2215F> a lvont:Character ;
    lvont:represents "𢅟"^^xsd:string .

<http://lexvo.org/id/char/2216> a lvont:Character ;
    lvont:represents "∖"^^xsd:string ;
    rdfs:comment "SET MINUS"@en .

<http://lexvo.org/id/char/22160> a lvont:Character ;
    lvont:represents "𢅠"^^xsd:string .

<http://lexvo.org/id/char/22161> a lvont:Character ;
    lvont:represents "𢅡"^^xsd:string .

<http://lexvo.org/id/char/22162> a lvont:Character ;
    lvont:represents "𢅢"^^xsd:string .

<http://lexvo.org/id/char/22163> a lvont:Character ;
    lvont:represents "𢅣"^^xsd:string .

<http://lexvo.org/id/char/22164> a lvont:Character ;
    lvont:represents "𢅤"^^xsd:string .

<http://lexvo.org/id/char/22165> a lvont:Character ;
    lvont:represents "𢅥"^^xsd:string ;
    rdfs:comment "variant of 㡡 U+3861, a screen to make a temporary kitchen"@en .

<http://lexvo.org/id/char/22166> a lvont:Character ;
    lvont:represents "𢅦"^^xsd:string .

<http://lexvo.org/id/char/22167> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/m%E1%BB%81n>,
        "𢅧"^^xsd:string .

<http://lexvo.org/id/char/22168> a lvont:Character ;
    lvont:represents "𢅨"^^xsd:string .

<http://lexvo.org/id/char/22169> a lvont:Character ;
    lvont:represents "𢅩"^^xsd:string .

<http://lexvo.org/id/char/2216A> a lvont:Character ;
    lvont:represents "𢅪"^^xsd:string .

<http://lexvo.org/id/char/2216B> a lvont:Character ;
    lvont:represents "𢅫"^^xsd:string .

<http://lexvo.org/id/char/2216C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ch%C4%83n>,
        "𢅬"^^xsd:string .

<http://lexvo.org/id/char/2216D> a lvont:Character ;
    lvont:represents "𢅭"^^xsd:string .

<http://lexvo.org/id/char/2216E> a lvont:Character ;
    lvont:represents "𢅮"^^xsd:string .

<http://lexvo.org/id/char/2216F> a lvont:Character ;
    lvont:represents "𢅯"^^xsd:string .

<http://lexvo.org/id/char/2217> a lvont:Character ;
    lvont:represents "∗"^^xsd:string ;
    rdfs:comment "ASTERISK OPERATOR"@en .

<http://lexvo.org/id/char/22170> a lvont:Character ;
    lvont:represents "𢅰"^^xsd:string .

<http://lexvo.org/id/char/22171> a lvont:Character ;
    lvont:represents "𢅱"^^xsd:string .

<http://lexvo.org/id/char/22172> a lvont:Character ;
    lvont:represents "𢅲"^^xsd:string .

<http://lexvo.org/id/char/22173> a lvont:Character ;
    lvont:represents "𢅳"^^xsd:string .

<http://lexvo.org/id/char/22174> a lvont:Character ;
    lvont:represents "𢅴"^^xsd:string .

<http://lexvo.org/id/char/22175> a lvont:Character ;
    lvont:represents "𢅵"^^xsd:string .

<http://lexvo.org/id/char/22176> a lvont:Character ;
    lvont:represents "𢅶"^^xsd:string .

<http://lexvo.org/id/char/22177> a lvont:Character ;
    lvont:represents "𢅷"^^xsd:string .

<http://lexvo.org/id/char/22178> a lvont:Character ;
    lvont:represents "𢅸"^^xsd:string .

<http://lexvo.org/id/char/22179> a lvont:Character ;
    lvont:represents "𢅹"^^xsd:string .

<http://lexvo.org/id/char/2217A> a lvont:Character ;
    lvont:represents "𢅺"^^xsd:string .

<http://lexvo.org/id/char/2217B> a lvont:Character ;
    lvont:represents "𢅻"^^xsd:string .

<http://lexvo.org/id/char/2217C> a lvont:Character ;
    lvont:represents "𢅼"^^xsd:string .

<http://lexvo.org/id/char/2217D> a lvont:Character ;
    lvont:represents "𢅽"^^xsd:string .

<http://lexvo.org/id/char/2217E> a lvont:Character ;
    lvont:represents "𢅾"^^xsd:string .

<http://lexvo.org/id/char/2217F> a lvont:Character ;
    lvont:represents "𢅿"^^xsd:string .

<http://lexvo.org/id/char/2218> a lvont:Character ;
    lvont:represents "∘"^^xsd:string ;
    rdfs:comment "RING OPERATOR"@en .

<http://lexvo.org/id/char/22180> a lvont:Character ;
    lvont:represents "𢆀"^^xsd:string .

<http://lexvo.org/id/char/22181> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/r%C3%A8m>,
        "𢆁"^^xsd:string .

<http://lexvo.org/id/char/22182> a lvont:Character ;
    lvont:represents "𢆂"^^xsd:string .

<http://lexvo.org/id/char/22183> a lvont:Character ;
    lvont:represents "𢆃"^^xsd:string .

<http://lexvo.org/id/char/22184> a lvont:Character ;
    lvont:represents "𢆄"^^xsd:string .

<http://lexvo.org/id/char/22185> a lvont:Character ;
    lvont:represents "𢆅"^^xsd:string .

<http://lexvo.org/id/char/22186> a lvont:Character ;
    lvont:represents "𢆆"^^xsd:string .

<http://lexvo.org/id/char/22187> a lvont:Character ;
    lvont:represents "𢆇"^^xsd:string .

<http://lexvo.org/id/char/22188> a lvont:Character ;
    lvont:represents "𢆈"^^xsd:string .

<http://lexvo.org/id/char/22189> a lvont:Character ;
    lvont:represents "𢆉"^^xsd:string .

<http://lexvo.org/id/char/2218A> a lvont:Character ;
    lvont:represents "𢆊"^^xsd:string .

<http://lexvo.org/id/char/2218B> a lvont:Character ;
    lvont:represents "𢆋"^^xsd:string .

<http://lexvo.org/id/char/2218C> a lvont:Character ;
    lvont:represents "𢆌"^^xsd:string .

<http://lexvo.org/id/char/2218D> a lvont:Character ;
    lvont:represents "𢆍"^^xsd:string .

<http://lexvo.org/id/char/2218E> a lvont:Character ;
    lvont:represents "𢆎"^^xsd:string .

<http://lexvo.org/id/char/2218F> a lvont:Character ;
    lvont:represents "𢆏"^^xsd:string .

<http://lexvo.org/id/char/2219> a lvont:Character ;
    lvont:represents "∙"^^xsd:string ;
    rdfs:comment "BULLET OPERATOR"@en .

<http://lexvo.org/id/char/22190> a lvont:Character ;
    lvont:represents "𢆐"^^xsd:string .

<http://lexvo.org/id/char/22191> a lvont:Character ;
    lvont:represents "𢆑"^^xsd:string .

<http://lexvo.org/id/char/22192> a lvont:Character ;
    lvont:represents "𢆒"^^xsd:string .

<http://lexvo.org/id/char/22193> a lvont:Character ;
    lvont:represents "𢆓"^^xsd:string .

<http://lexvo.org/id/char/22194> a lvont:Character ;
    lvont:represents "𢆔"^^xsd:string .

<http://lexvo.org/id/char/22195> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ph%E1%BA%B3ng>,
        "𢆕"^^xsd:string .

<http://lexvo.org/id/char/22196> a lvont:Character ;
    lvont:represents "𢆖"^^xsd:string .

<http://lexvo.org/id/char/22197> a lvont:Character ;
    lvont:represents "𢆗"^^xsd:string .

<http://lexvo.org/id/char/22198> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/n%E1%BA%BDn>,
        "𢆘"^^xsd:string .

<http://lexvo.org/id/char/22199> a lvont:Character ;
    lvont:represents "𢆙"^^xsd:string .

<http://lexvo.org/id/char/2219A> a lvont:Character ;
    lvont:represents "𢆚"^^xsd:string .

<http://lexvo.org/id/char/2219B> a lvont:Character ;
    lvont:represents "𢆛"^^xsd:string .

<http://lexvo.org/id/char/2219C> a lvont:Character ;
    lvont:represents "𢆜"^^xsd:string .

<http://lexvo.org/id/char/2219D> a lvont:Character ;
    lvont:represents "𢆝"^^xsd:string .

<http://lexvo.org/id/char/2219E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%F0%A2%86%9E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C7%8En>,
        "𢆞"^^xsd:string ;
    rdfs:comment "a bunch, a handful"@en .

<http://lexvo.org/id/char/2219F> a lvont:Character ;
    lvont:represents "𢆟"^^xsd:string .

<http://lexvo.org/id/char/221A> a lvont:Character ;
    lvont:represents "√"^^xsd:string ;
    rdfs:comment "SQUARE ROOT"@en .

<http://lexvo.org/id/char/221A0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/l%C3%A0i>,
        "𢆠"^^xsd:string .

<http://lexvo.org/id/char/221A1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/nin1>,
        <http://lexvo.org/id/term/yue/%F0%A2%86%A1>,
        "𢆡"^^xsd:string ;
    rdfs:comment "(Cant.) female breast, milk"@en .

<http://lexvo.org/id/char/221A2> a lvont:Character ;
    lvont:represents "𢆢"^^xsd:string .

<http://lexvo.org/id/char/221A3> a lvont:Character ;
    lvont:represents "𢆣"^^xsd:string .

<http://lexvo.org/id/char/221A4> a lvont:Character ;
    lvont:represents "𢆤"^^xsd:string .

<http://lexvo.org/id/char/221A5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/n%C4%83m>,
        "𢆥"^^xsd:string .

<http://lexvo.org/id/char/221A6> a lvont:Character ;
    lvont:represents "𢆦"^^xsd:string .

<http://lexvo.org/id/char/221A7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/may>,
        "𢆧"^^xsd:string .

<http://lexvo.org/id/char/221A8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/may>,
        "𢆨"^^xsd:string .

<http://lexvo.org/id/char/221A9> a lvont:Character ;
    lvont:represents "𢆩"^^xsd:string .

<http://lexvo.org/id/char/221AA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/may>,
        "𢆪"^^xsd:string .

<http://lexvo.org/id/char/221AB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/tu%E1%BB%95i>,
        "𢆫"^^xsd:string .

<http://lexvo.org/id/char/221AC> a lvont:Character ;
    lvont:represents "𢆬"^^xsd:string .

<http://lexvo.org/id/char/221AD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/n%E1%BA%BFn>,
        "𢆭"^^xsd:string .

<http://lexvo.org/id/char/221AE> a lvont:Character ;
    lvont:represents "𢆮"^^xsd:string .

<http://lexvo.org/id/char/221AF> a lvont:Character ;
    lvont:represents "𢆯"^^xsd:string .

<http://lexvo.org/id/char/221B> a lvont:Character ;
    lvont:represents "∛"^^xsd:string ;
    rdfs:comment "CUBE ROOT"@en .

<http://lexvo.org/id/char/221B0> a lvont:Character ;
    lvont:represents "𢆰"^^xsd:string .

<http://lexvo.org/id/char/221B1> a lvont:Character ;
    lvont:represents "𢆱"^^xsd:string .

<http://lexvo.org/id/char/221B2> a lvont:Character ;
    lvont:represents "𢆲"^^xsd:string .

<http://lexvo.org/id/char/221B3> a lvont:Character ;
    lvont:represents "𢆳"^^xsd:string .

<http://lexvo.org/id/char/221B4> a lvont:Character ;
    lvont:represents "𢆴"^^xsd:string .

<http://lexvo.org/id/char/221B5> a lvont:Character ;
    lvont:represents "𢆵"^^xsd:string .

<http://lexvo.org/id/char/221B6> a lvont:Character ;
    lvont:represents "𢆶"^^xsd:string .

<http://lexvo.org/id/char/221B7> a lvont:Character ;
    lvont:represents "𢆷"^^xsd:string .

<http://lexvo.org/id/char/221B8> a lvont:Character ;
    lvont:represents "𢆸"^^xsd:string .

<http://lexvo.org/id/char/221B9> a lvont:Character ;
    lvont:represents "𢆹"^^xsd:string .

<http://lexvo.org/id/char/221BA> a lvont:Character ;
    lvont:represents "𢆺"^^xsd:string .

<http://lexvo.org/id/char/221BB> a lvont:Character ;
    lvont:represents "𢆻"^^xsd:string .

<http://lexvo.org/id/char/221BC> a lvont:Character ;
    lvont:represents "𢆼"^^xsd:string .

<http://lexvo.org/id/char/221BD> a lvont:Character ;
    lvont:represents "𢆽"^^xsd:string .

<http://lexvo.org/id/char/221BE> a lvont:Character ;
    lvont:represents "𢆾"^^xsd:string .

<http://lexvo.org/id/char/221BF> a lvont:Character ;
    lvont:represents "𢆿"^^xsd:string .

<http://lexvo.org/id/char/221C> a lvont:Character ;
    lvont:represents "∜"^^xsd:string ;
    rdfs:comment "FOURTH ROOT"@en .

<http://lexvo.org/id/char/221C0> a lvont:Character ;
    lvont:represents "𢇀"^^xsd:string .

<http://lexvo.org/id/char/221C1> a lvont:Character ;
    lvont:represents "𢇁"^^xsd:string .

<http://lexvo.org/id/char/221C2> a lvont:Character ;
    lvont:represents "𢇂"^^xsd:string .

<http://lexvo.org/id/char/221C3> a lvont:Character ;
    lvont:represents "𢇃"^^xsd:string .

<http://lexvo.org/id/char/221C4> a lvont:Character ;
    lvont:represents "𢇄"^^xsd:string .

<http://lexvo.org/id/char/221C5> a lvont:Character ;
    lvont:represents "𢇅"^^xsd:string .

<http://lexvo.org/id/char/221C6> a lvont:Character ;
    lvont:represents "𢇆"^^xsd:string .

<http://lexvo.org/id/char/221C7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%F0%A2%87%87>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/gu%C4%81n>,
        "𢇇"^^xsd:string ;
    rdfs:comment "to run threads though a web in weaving"@en .

<http://lexvo.org/id/char/221C8> a lvont:Character ;
    lvont:represents "𢇈"^^xsd:string .

<http://lexvo.org/id/char/221C9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/d%E1%BB%91i>,
        "𢇉"^^xsd:string .

<http://lexvo.org/id/char/221CA> a lvont:Character ;
    lvont:represents "𢇊"^^xsd:string .

<http://lexvo.org/id/char/221CB> a lvont:Character ;
    lvont:represents "𢇋"^^xsd:string .

<http://lexvo.org/id/char/221CC> a lvont:Character ;
    lvont:represents "𢇌"^^xsd:string .

<http://lexvo.org/id/char/221CD> a lvont:Character ;
    lvont:represents "𢇍"^^xsd:string .

<http://lexvo.org/id/char/221CE> a lvont:Character ;
    lvont:represents "𢇎"^^xsd:string .

<http://lexvo.org/id/char/221CF> a lvont:Character ;
    lvont:represents "𢇏"^^xsd:string .

<http://lexvo.org/id/char/221D> a lvont:Character ;
    lvont:represents "∝"^^xsd:string ;
    rdfs:comment "PROPORTIONAL TO"@en .

<http://lexvo.org/id/char/221D0> a lvont:Character ;
    lvont:represents "𢇐"^^xsd:string .

<http://lexvo.org/id/char/221D1> a lvont:Character ;
    lvont:represents "𢇑"^^xsd:string .

<http://lexvo.org/id/char/221D2> a lvont:Character ;
    lvont:represents "𢇒"^^xsd:string .

<http://lexvo.org/id/char/221D3> a lvont:Character ;
    lvont:represents "𢇓"^^xsd:string .

<http://lexvo.org/id/char/221D4> a lvont:Character ;
    lvont:represents "𢇔"^^xsd:string .

<http://lexvo.org/id/char/221D5> a lvont:Character ;
    lvont:represents "𢇕"^^xsd:string .

<http://lexvo.org/id/char/221D6> a lvont:Character ;
    lvont:represents "𢇖"^^xsd:string .

<http://lexvo.org/id/char/221D7> a lvont:Character ;
    lvont:represents "𢇗"^^xsd:string .

<http://lexvo.org/id/char/221D8> a lvont:Character ;
    lvont:represents "𢇘"^^xsd:string .

<http://lexvo.org/id/char/221D9> a lvont:Character ;
    lvont:represents "𢇙"^^xsd:string .

<http://lexvo.org/id/char/221DA> a lvont:Character ;
    lvont:represents "𢇚"^^xsd:string .

<http://lexvo.org/id/char/221DB> a lvont:Character ;
    lvont:represents "𢇛"^^xsd:string .

<http://lexvo.org/id/char/221DC> a lvont:Character ;
    lvont:represents "𢇜"^^xsd:string .

<http://lexvo.org/id/char/221DD> a lvont:Character ;
    lvont:represents "𢇝"^^xsd:string .

<http://lexvo.org/id/char/221DE> a lvont:Character ;
    lvont:represents "𢇞"^^xsd:string .

<http://lexvo.org/id/char/221DF> a lvont:Character ;
    lvont:represents "𢇟"^^xsd:string .

<http://lexvo.org/id/char/221E> a lvont:Character ;
    lvont:represents "∞"^^xsd:string ;
    rdfs:comment "INFINITY"@en .

<http://lexvo.org/id/char/221E0> a lvont:Character ;
    lvont:represents "𢇠"^^xsd:string .

<http://lexvo.org/id/char/221E1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/khuya>,
        "𢇡"^^xsd:string .

<http://lexvo.org/id/char/221E2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/s%E1%BA%BFn>,
        "𢇢"^^xsd:string .

<http://lexvo.org/id/char/221E3> a lvont:Character ;
    lvont:represents "𢇣"^^xsd:string .

<http://lexvo.org/id/char/221E4> a lvont:Character ;
    lvont:represents "𢇤"^^xsd:string .

<http://lexvo.org/id/char/221E5> a lvont:Character ;
    lvont:represents "𢇥"^^xsd:string .

<http://lexvo.org/id/char/221E6> a lvont:Character ;
    lvont:represents "𢇦"^^xsd:string .

<http://lexvo.org/id/char/221E7> a lvont:Character ;
    lvont:represents "𢇧"^^xsd:string .

<http://lexvo.org/id/char/221E8> a lvont:Character ;
    lvont:represents "𢇨"^^xsd:string .

<http://lexvo.org/id/char/221E9> a lvont:Character ;
    lvont:represents "𢇩"^^xsd:string .

<http://lexvo.org/id/char/221EA> a lvont:Character ;
    lvont:represents "𢇪"^^xsd:string .

<http://lexvo.org/id/char/221EB> a lvont:Character ;
    lvont:represents "𢇫"^^xsd:string .

<http://lexvo.org/id/char/221EC> a lvont:Character ;
    lvont:represents "𢇬"^^xsd:string .

<http://lexvo.org/id/char/221ED> a lvont:Character ;
    lvont:represents "𢇭"^^xsd:string .

<http://lexvo.org/id/char/221EE> a lvont:Character ;
    lvont:represents "𢇮"^^xsd:string .

<http://lexvo.org/id/char/221EF> a lvont:Character ;
    lvont:represents "𢇯"^^xsd:string .

<http://lexvo.org/id/char/221F> a lvont:Character ;
    lvont:represents "∟"^^xsd:string ;
    rdfs:comment "RIGHT ANGLE"@en .

<http://lexvo.org/id/char/221F0> a lvont:Character ;
    lvont:represents "𢇰"^^xsd:string .

<http://lexvo.org/id/char/221F1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/h%C3%A8>,
        "𢇱"^^xsd:string .

<http://lexvo.org/id/char/221F2> a lvont:Character ;
    lvont:represents "𢇲"^^xsd:string .

<http://lexvo.org/id/char/221F3> a lvont:Character ;
    lvont:represents "𢇳"^^xsd:string .

<http://lexvo.org/id/char/221F4> a lvont:Character ;
    lvont:represents "𢇴"^^xsd:string .

<http://lexvo.org/id/char/221F5> a lvont:Character ;
    lvont:represents "𢇵"^^xsd:string .

<http://lexvo.org/id/char/221F6> a lvont:Character ;
    lvont:represents "𢇶"^^xsd:string .

<http://lexvo.org/id/char/221F7> a lvont:Character ;
    lvont:represents "𢇷"^^xsd:string .

<http://lexvo.org/id/char/221F8> a lvont:Character ;
    lvont:represents "𢇸"^^xsd:string .

<http://lexvo.org/id/char/221F9> a lvont:Character ;
    lvont:represents "𢇹"^^xsd:string .

<http://lexvo.org/id/char/221FA> a lvont:Character ;
    lvont:represents "𢇺"^^xsd:string .

<http://lexvo.org/id/char/221FB> a lvont:Character ;
    lvont:represents "𢇻"^^xsd:string .

<http://lexvo.org/id/char/221FC> a lvont:Character ;
    lvont:represents "𢇼"^^xsd:string .

<http://lexvo.org/id/char/221FD> a lvont:Character ;
    lvont:represents "𢇽"^^xsd:string .

<http://lexvo.org/id/char/221FE> a lvont:Character ;
    lvont:represents "𢇾"^^xsd:string .

<http://lexvo.org/id/char/221FF> a lvont:Character ;
    lvont:represents "𢇿"^^xsd:string .

<http://lexvo.org/id/char/2220> a lvont:Character ;
    lvont:represents "∠"^^xsd:string ;
    rdfs:comment "ANGLE"@en .

<http://lexvo.org/id/char/22200> a lvont:Character ;
    lvont:represents "𢈀"^^xsd:string .

<http://lexvo.org/id/char/22201> a lvont:Character ;
    lvont:represents "𢈁"^^xsd:string .

<http://lexvo.org/id/char/22202> a lvont:Character ;
    lvont:represents "𢈂"^^xsd:string .

<http://lexvo.org/id/char/22203> a lvont:Character ;
    lvont:represents "𢈃"^^xsd:string .

<http://lexvo.org/id/char/22204> a lvont:Character ;
    lvont:represents "𢈄"^^xsd:string .

<http://lexvo.org/id/char/22205> a lvont:Character ;
    lvont:represents "𢈅"^^xsd:string .

<http://lexvo.org/id/char/22206> a lvont:Character ;
    lvont:represents "𢈆"^^xsd:string .

<http://lexvo.org/id/char/22207> a lvont:Character ;
    lvont:represents "𢈇"^^xsd:string .

<http://lexvo.org/id/char/22208> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/nap1>,
        <http://lexvo.org/id/term/yue/%F0%A2%88%88>,
        "𢈈"^^xsd:string ;
    rdfs:comment "(Cant.) dimple"@en .

<http://lexvo.org/id/char/22209> a lvont:Character ;
    lvont:represents "𢈉"^^xsd:string .

<http://lexvo.org/id/char/2220A> a lvont:Character ;
    lvont:represents "𢈊"^^xsd:string .

<http://lexvo.org/id/char/2220B> a lvont:Character ;
    lvont:represents "𢈋"^^xsd:string .

<http://lexvo.org/id/char/2220C> a lvont:Character ;
    lvont:represents "𢈌"^^xsd:string .

<http://lexvo.org/id/char/2220D> a lvont:Character ;
    lvont:represents "𢈍"^^xsd:string .

<http://lexvo.org/id/char/2220E> a lvont:Character ;
    lvont:represents "𢈎"^^xsd:string .

<http://lexvo.org/id/char/2220F> a lvont:Character ;
    lvont:represents "𢈏"^^xsd:string .

<http://lexvo.org/id/char/2221> a lvont:Character ;
    lvont:represents "∡"^^xsd:string ;
    rdfs:comment "MEASURED ANGLE"@en .

<http://lexvo.org/id/char/22210> a lvont:Character ;
    lvont:represents "𢈐"^^xsd:string .

<http://lexvo.org/id/char/22211> a lvont:Character ;
    lvont:represents "𢈑"^^xsd:string .

<http://lexvo.org/id/char/22212> a lvont:Character ;
    lvont:represents "𢈒"^^xsd:string .

<http://lexvo.org/id/char/22213> a lvont:Character ;
    lvont:represents "𢈓"^^xsd:string .

<http://lexvo.org/id/char/22214> a lvont:Character ;
    lvont:represents "𢈔"^^xsd:string .

<http://lexvo.org/id/char/22215> a lvont:Character ;
    lvont:represents "𢈕"^^xsd:string .

<http://lexvo.org/id/char/22216> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ch%C3%A1i>,
        "𢈖"^^xsd:string .

<http://lexvo.org/id/char/22217> a lvont:Character ;
    lvont:represents "𢈗"^^xsd:string .

<http://lexvo.org/id/char/22218> a lvont:Character ;
    lvont:represents "𢈘"^^xsd:string ;
    rdfs:comment "variant of 鹿 U+9E7F, a deer; surname"@en .

<http://lexvo.org/id/char/22219> a lvont:Character ;
    lvont:represents "𢈙"^^xsd:string .

<http://lexvo.org/id/char/2221A> a lvont:Character ;
    lvont:represents "𢈚"^^xsd:string .

<http://lexvo.org/id/char/2221B> a lvont:Character ;
    lvont:represents "𢈛"^^xsd:string .

<http://lexvo.org/id/char/2221C> a lvont:Character ;
    lvont:represents "𢈜"^^xsd:string .

<http://lexvo.org/id/char/2221D> a lvont:Character ;
    lvont:represents "𢈝"^^xsd:string .

<http://lexvo.org/id/char/2221E> a lvont:Character ;
    lvont:represents "𢈞"^^xsd:string .

<http://lexvo.org/id/char/2221F> a lvont:Character ;
    lvont:represents "𢈟"^^xsd:string .

<http://lexvo.org/id/char/2222> a lvont:Character ;
    lvont:represents "∢"^^xsd:string ;
    rdfs:comment "SPHERICAL ANGLE"@en .

<http://lexvo.org/id/char/22220> a lvont:Character ;
    lvont:represents "𢈠"^^xsd:string .

<http://lexvo.org/id/char/22221> a lvont:Character ;
    lvont:represents "𢈡"^^xsd:string .

<http://lexvo.org/id/char/22222> a lvont:Character ;
    lvont:represents "𢈢"^^xsd:string .

<http://lexvo.org/id/char/22223> a lvont:Character ;
    lvont:represents "𢈣"^^xsd:string .

<http://lexvo.org/id/char/22224> a lvont:Character ;
    lvont:represents "𢈤"^^xsd:string .

<http://lexvo.org/id/char/22225> a lvont:Character ;
    lvont:represents "𢈥"^^xsd:string .

<http://lexvo.org/id/char/22226> a lvont:Character ;
    lvont:represents "𢈦"^^xsd:string .

<http://lexvo.org/id/char/22227> a lvont:Character ;
    lvont:represents "𢈧"^^xsd:string .

<http://lexvo.org/id/char/22228> a lvont:Character ;
    lvont:represents "𢈨"^^xsd:string .

<http://lexvo.org/id/char/22229> a lvont:Character ;
    lvont:represents "𢈩"^^xsd:string .

<http://lexvo.org/id/char/2222A> a lvont:Character ;
    lvont:represents "𢈪"^^xsd:string .

<http://lexvo.org/id/char/2222B> a lvont:Character ;
    lvont:represents "𢈫"^^xsd:string .

<http://lexvo.org/id/char/2222C> a lvont:Character ;
    lvont:represents "𢈬"^^xsd:string .

<http://lexvo.org/id/char/2222D> a lvont:Character ;
    lvont:represents "𢈭"^^xsd:string .

<http://lexvo.org/id/char/2222E> a lvont:Character ;
    lvont:represents "𢈮"^^xsd:string .

<http://lexvo.org/id/char/2222F> a lvont:Character ;
    lvont:represents "𢈯"^^xsd:string .

<http://lexvo.org/id/char/2223> a lvont:Character ;
    lvont:represents "∣"^^xsd:string ;
    rdfs:comment "DIVIDES"@en .

<http://lexvo.org/id/char/22230> a lvont:Character ;
    lvont:represents "𢈰"^^xsd:string .

<http://lexvo.org/id/char/22231> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/l%E1%BB%9Di>,
        "𢈱"^^xsd:string .

<http://lexvo.org/id/char/22232> a lvont:Character ;
    lvont:represents "𢈲"^^xsd:string .

<http://lexvo.org/id/char/22233> a lvont:Character ;
    lvont:represents "𢈳"^^xsd:string .

<http://lexvo.org/id/char/22234> a lvont:Character ;
    lvont:represents "𢈴"^^xsd:string .

<http://lexvo.org/id/char/22235> a lvont:Character ;
    lvont:represents "𢈵"^^xsd:string .

<http://lexvo.org/id/char/22236> a lvont:Character ;
    lvont:represents "𢈶"^^xsd:string .

<http://lexvo.org/id/char/22237> a lvont:Character ;
    lvont:represents "𢈷"^^xsd:string .

<http://lexvo.org/id/char/22238> a lvont:Character ;
    lvont:represents "𢈸"^^xsd:string .

<http://lexvo.org/id/char/22239> a lvont:Character ;
    lvont:represents "𢈹"^^xsd:string .

<http://lexvo.org/id/char/2223A> a lvont:Character ;
    lvont:represents "𢈺"^^xsd:string .

<http://lexvo.org/id/char/2223B> a lvont:Character ;
    lvont:represents "𢈻"^^xsd:string .

<http://lexvo.org/id/char/2223C> a lvont:Character ;
    lvont:represents "𢈼"^^xsd:string .

<http://lexvo.org/id/char/2223D> a lvont:Character ;
    lvont:represents "𢈽"^^xsd:string .

<http://lexvo.org/id/char/2223E> a lvont:Character ;
    lvont:represents "𢈾"^^xsd:string .

<http://lexvo.org/id/char/2223F> a lvont:Character ;
    lvont:represents "𢈿"^^xsd:string .

<http://lexvo.org/id/char/2224> a lvont:Character ;
    lvont:represents "∤"^^xsd:string ;
    rdfs:comment "DOES NOT DIVIDE"@en .

<http://lexvo.org/id/char/22240> a lvont:Character ;
    lvont:represents "𢉀"^^xsd:string .

<http://lexvo.org/id/char/22241> a lvont:Character ;
    lvont:represents "𢉁"^^xsd:string .

<http://lexvo.org/id/char/22242> a lvont:Character ;
    lvont:represents "𢉂"^^xsd:string .

<http://lexvo.org/id/char/22243> a lvont:Character ;
    lvont:represents "𢉃"^^xsd:string .

<http://lexvo.org/id/char/22244> a lvont:Character ;
    lvont:represents "𢉄"^^xsd:string .

<http://lexvo.org/id/char/22245> a lvont:Character ;
    lvont:represents "𢉅"^^xsd:string .

<http://lexvo.org/id/char/22246> a lvont:Character ;
    lvont:represents "𢉆"^^xsd:string .

<http://lexvo.org/id/char/22247> a lvont:Character ;
    lvont:represents "𢉇"^^xsd:string .

<http://lexvo.org/id/char/22248> a lvont:Character ;
    lvont:represents "𢉈"^^xsd:string .

<http://lexvo.org/id/char/22249> a lvont:Character ;
    lvont:represents "𢉉"^^xsd:string .

<http://lexvo.org/id/char/2224A> a lvont:Character ;
    lvont:represents "𢉊"^^xsd:string .

<http://lexvo.org/id/char/2224B> a lvont:Character ;
    lvont:represents "𢉋"^^xsd:string .

<http://lexvo.org/id/char/2224C> a lvont:Character ;
    lvont:represents "𢉌"^^xsd:string .

<http://lexvo.org/id/char/2224D> a lvont:Character ;
    lvont:represents "𢉍"^^xsd:string .

<http://lexvo.org/id/char/2224E> a lvont:Character ;
    lvont:represents "𢉎"^^xsd:string .

<http://lexvo.org/id/char/2224F> a lvont:Character ;
    lvont:represents "𢉏"^^xsd:string .

<http://lexvo.org/id/char/2225> a lvont:Character ;
    lvont:represents "∥"^^xsd:string ;
    rdfs:comment "PARALLEL TO"@en .

<http://lexvo.org/id/char/22250> a lvont:Character ;
    lvont:represents "𢉐"^^xsd:string .

<http://lexvo.org/id/char/22251> a lvont:Character ;
    lvont:represents "𢉑"^^xsd:string .

<http://lexvo.org/id/char/22252> a lvont:Character ;
    lvont:represents "𢉒"^^xsd:string .

<http://lexvo.org/id/char/22253> a lvont:Character ;
    lvont:represents "𢉓"^^xsd:string .

<http://lexvo.org/id/char/22254> a lvont:Character ;
    lvont:represents "𢉔"^^xsd:string .

<http://lexvo.org/id/char/22255> a lvont:Character ;
    lvont:represents "𢉕"^^xsd:string .

<http://lexvo.org/id/char/22257> a lvont:Character ;
    lvont:represents "𢉗"^^xsd:string .

<http://lexvo.org/id/char/22258> a lvont:Character ;
    lvont:represents "𢉘"^^xsd:string .

<http://lexvo.org/id/char/22259> a lvont:Character ;
    lvont:represents "𢉙"^^xsd:string .

<http://lexvo.org/id/char/2225A> a lvont:Character ;
    lvont:represents "𢉚"^^xsd:string .

<http://lexvo.org/id/char/2225B> a lvont:Character ;
    lvont:represents "𢉛"^^xsd:string .

<http://lexvo.org/id/char/2225C> a lvont:Character ;
    lvont:represents "𢉜"^^xsd:string .

<http://lexvo.org/id/char/2225D> a lvont:Character ;
    lvont:represents "𢉝"^^xsd:string .

<http://lexvo.org/id/char/2225E> a lvont:Character ;
    lvont:represents "𢉞"^^xsd:string .

<http://lexvo.org/id/char/2225F> a lvont:Character ;
    lvont:represents "𢉟"^^xsd:string .

<http://lexvo.org/id/char/2226> a lvont:Character ;
    lvont:represents "∦"^^xsd:string ;
    rdfs:comment "NOT PARALLEL TO"@en .

<http://lexvo.org/id/char/22260> a lvont:Character ;
    lvont:represents "𢉠"^^xsd:string .

<http://lexvo.org/id/char/22261> a lvont:Character ;
    lvont:represents "𢉡"^^xsd:string .

<http://lexvo.org/id/char/22262> a lvont:Character ;
    lvont:represents "𢉢"^^xsd:string .

<http://lexvo.org/id/char/22263> a lvont:Character ;
    lvont:represents "𢉣"^^xsd:string .

<http://lexvo.org/id/char/22264> a lvont:Character ;
    lvont:represents "𢉤"^^xsd:string .

<http://lexvo.org/id/char/22265> a lvont:Character ;
    lvont:represents "𢉥"^^xsd:string .

<http://lexvo.org/id/char/22266> a lvont:Character ;
    lvont:represents "𢉦"^^xsd:string .

<http://lexvo.org/id/char/22267> a lvont:Character ;
    lvont:represents "𢉧"^^xsd:string .

<http://lexvo.org/id/char/22268> a lvont:Character ;
    lvont:represents "𢉨"^^xsd:string .

<http://lexvo.org/id/char/22269> a lvont:Character ;
    lvont:represents "𢉩"^^xsd:string .

<http://lexvo.org/id/char/2226A> a lvont:Character ;
    lvont:represents "𢉪"^^xsd:string .

<http://lexvo.org/id/char/2226B> a lvont:Character ;
    lvont:represents "𢉫"^^xsd:string .

<http://lexvo.org/id/char/2226C> a lvont:Character ;
    lvont:represents "𢉬"^^xsd:string .

<http://lexvo.org/id/char/2226D> a lvont:Character ;
    lvont:represents "𢉭"^^xsd:string .

<http://lexvo.org/id/char/2226E> a lvont:Character ;
    lvont:represents "𢉮"^^xsd:string .

<http://lexvo.org/id/char/2226F> a lvont:Character ;
    lvont:represents "𢉯"^^xsd:string .

<http://lexvo.org/id/char/2227> a lvont:Character ;
    lvont:represents "∧"^^xsd:string ;
    rdfs:comment "LOGICAL AND"@en .

<http://lexvo.org/id/char/22270> a lvont:Character ;
    lvont:represents "𢉰"^^xsd:string .

<http://lexvo.org/id/char/22271> a lvont:Character ;
    lvont:represents "𢉱"^^xsd:string .

<http://lexvo.org/id/char/22272> a lvont:Character ;
    lvont:represents "𢉲"^^xsd:string .

<http://lexvo.org/id/char/22273> a lvont:Character ;
    lvont:represents "𢉳"^^xsd:string .

<http://lexvo.org/id/char/22274> a lvont:Character ;
    lvont:represents "𢉴"^^xsd:string .

<http://lexvo.org/id/char/22275> a lvont:Character ;
    lvont:represents "𢉵"^^xsd:string .

<http://lexvo.org/id/char/22276> a lvont:Character ;
    lvont:represents "𢉶"^^xsd:string .

<http://lexvo.org/id/char/22277> a lvont:Character ;
    lvont:represents "𢉷"^^xsd:string .

<http://lexvo.org/id/char/22278> a lvont:Character ;
    lvont:represents "𢉸"^^xsd:string .

<http://lexvo.org/id/char/22279> a lvont:Character ;
    lvont:represents "𢉹"^^xsd:string .

<http://lexvo.org/id/char/2227A> a lvont:Character ;
    lvont:represents "𢉺"^^xsd:string .

<http://lexvo.org/id/char/2227B> a lvont:Character ;
    lvont:represents "𢉻"^^xsd:string .

<http://lexvo.org/id/char/2227C> a lvont:Character ;
    lvont:represents "𢉼"^^xsd:string .

<http://lexvo.org/id/char/2227D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/kho>,
        "𢉽"^^xsd:string .

<http://lexvo.org/id/char/2227E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/u>,
        "𢉾"^^xsd:string .

<http://lexvo.org/id/char/2227F> a lvont:Character ;
    lvont:represents "𢉿"^^xsd:string .

<http://lexvo.org/id/char/2228> a lvont:Character ;
    lvont:represents "∨"^^xsd:string ;
    rdfs:comment "LOGICAL OR"@en .

<http://lexvo.org/id/char/22280> a lvont:Character ;
    lvont:represents "𢊀"^^xsd:string .

<http://lexvo.org/id/char/22281> a lvont:Character ;
    lvont:represents "𢊁"^^xsd:string .

<http://lexvo.org/id/char/22282> a lvont:Character ;
    lvont:represents "𢊂"^^xsd:string .

<http://lexvo.org/id/char/22283> a lvont:Character ;
    lvont:represents "𢊃"^^xsd:string .

<http://lexvo.org/id/char/22284> a lvont:Character ;
    lvont:represents "𢊄"^^xsd:string .

<http://lexvo.org/id/char/22285> a lvont:Character ;
    lvont:represents "𢊅"^^xsd:string .

<http://lexvo.org/id/char/22286> a lvont:Character ;
    lvont:represents "𢊆"^^xsd:string .

<http://lexvo.org/id/char/22287> a lvont:Character ;
    lvont:represents "𢊇"^^xsd:string .

<http://lexvo.org/id/char/22288> a lvont:Character ;
    lvont:represents "𢊈"^^xsd:string .

<http://lexvo.org/id/char/22289> a lvont:Character ;
    lvont:represents "𢊉"^^xsd:string .

<http://lexvo.org/id/char/2228A> a lvont:Character ;
    lvont:represents "𢊊"^^xsd:string .

<http://lexvo.org/id/char/2228B> a lvont:Character ;
    lvont:represents "𢊋"^^xsd:string .

<http://lexvo.org/id/char/2228C> a lvont:Character ;
    lvont:represents "𢊌"^^xsd:string .

<http://lexvo.org/id/char/2228D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/ceoi4%20cyu4>,
        <http://lexvo.org/id/term/yue/%F0%A2%8A%8D>,
        "𢊍"^^xsd:string ;
    rdfs:comment "variant of 厨 U+53A8, a kitchen; a closet; a cupboard"@en .

<http://lexvo.org/id/char/2228E> a lvont:Character ;
    lvont:represents "𢊎"^^xsd:string .

<http://lexvo.org/id/char/2228F> a lvont:Character ;
    lvont:represents "𢊏"^^xsd:string .

<http://lexvo.org/id/char/2229> a lvont:Character ;
    lvont:represents "∩"^^xsd:string ;
    rdfs:comment "INTERSECTION"@en .

<http://lexvo.org/id/char/22290> a lvont:Character ;
    lvont:represents "𢊐"^^xsd:string .

<http://lexvo.org/id/char/22291> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/v%E1%BB%B1a>,
        "𢊑"^^xsd:string .

<http://lexvo.org/id/char/22292> a lvont:Character ;
    lvont:represents "𢊒"^^xsd:string .

<http://lexvo.org/id/char/22293> a lvont:Character ;
    lvont:represents "𢊓"^^xsd:string .

<http://lexvo.org/id/char/22294> a lvont:Character ;
    lvont:represents "𢊔"^^xsd:string .

<http://lexvo.org/id/char/22295> a lvont:Character ;
    lvont:represents "𢊕"^^xsd:string .

<http://lexvo.org/id/char/22296> a lvont:Character ;
    lvont:represents "𢊖"^^xsd:string .

<http://lexvo.org/id/char/22297> a lvont:Character ;
    lvont:represents "𢊗"^^xsd:string .

<http://lexvo.org/id/char/22298> a lvont:Character ;
    lvont:represents "𢊘"^^xsd:string .

<http://lexvo.org/id/char/22299> a lvont:Character ;
    lvont:represents "𢊙"^^xsd:string .

<http://lexvo.org/id/char/2229A> a lvont:Character ;
    lvont:represents "𢊚"^^xsd:string .

<http://lexvo.org/id/char/2229B> a lvont:Character ;
    lvont:represents "𢊛"^^xsd:string .

<http://lexvo.org/id/char/2229C> a lvont:Character ;
    lvont:represents "𢊜"^^xsd:string .

<http://lexvo.org/id/char/2229D> a lvont:Character ;
    lvont:represents "𢊝"^^xsd:string .

<http://lexvo.org/id/char/2229E> a lvont:Character ;
    lvont:represents "𢊞"^^xsd:string .

<http://lexvo.org/id/char/2229F> a lvont:Character ;
    lvont:represents "𢊟"^^xsd:string .

<http://lexvo.org/id/char/222A> a lvont:Character ;
    lvont:represents "∪"^^xsd:string ;
    rdfs:comment "UNION"@en .

<http://lexvo.org/id/char/222A0> a lvont:Character ;
    lvont:represents "𢊠"^^xsd:string .

<http://lexvo.org/id/char/222A1> a lvont:Character ;
    lvont:represents "𢊡"^^xsd:string .

<http://lexvo.org/id/char/222A2> a lvont:Character ;
    lvont:represents "𢊢"^^xsd:string .

<http://lexvo.org/id/char/222A3> a lvont:Character ;
    lvont:represents "𢊣"^^xsd:string .

<http://lexvo.org/id/char/222A4> a lvont:Character ;
    lvont:represents "𢊤"^^xsd:string .

<http://lexvo.org/id/char/222A5> a lvont:Character ;
    lvont:represents "𢊥"^^xsd:string .

<http://lexvo.org/id/char/222A6> a lvont:Character ;
    lvont:represents "𢊦"^^xsd:string .

<http://lexvo.org/id/char/222A7> a lvont:Character ;
    lvont:represents "𢊧"^^xsd:string .

<http://lexvo.org/id/char/222A8> a lvont:Character ;
    lvont:represents "𢊨"^^xsd:string .

<http://lexvo.org/id/char/222A9> a lvont:Character ;
    lvont:represents "𢊩"^^xsd:string .

<http://lexvo.org/id/char/222AA> a lvont:Character ;
    lvont:represents "𢊪"^^xsd:string .

<http://lexvo.org/id/char/222AB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/v%C3%B2m>,
        "𢊫"^^xsd:string .

<http://lexvo.org/id/char/222AC> a lvont:Character ;
    lvont:represents "𢊬"^^xsd:string .

<http://lexvo.org/id/char/222AD> a lvont:Character ;
    lvont:represents "𢊭"^^xsd:string .

<http://lexvo.org/id/char/222AE> a lvont:Character ;
    lvont:represents "𢊮"^^xsd:string .

<http://lexvo.org/id/char/222AF> a lvont:Character ;
    lvont:represents "𢊯"^^xsd:string .

<http://lexvo.org/id/char/222B> a lvont:Character ;
    lvont:represents "∫"^^xsd:string ;
    rdfs:comment "INTEGRAL"@en .

<http://lexvo.org/id/char/222B0> a lvont:Character ;
    lvont:represents "𢊰"^^xsd:string .

<http://lexvo.org/id/char/222B1> a lvont:Character ;
    lvont:represents "𢊱"^^xsd:string .

<http://lexvo.org/id/char/222B2> a lvont:Character ;
    lvont:represents "𢊲"^^xsd:string .

<http://lexvo.org/id/char/222B3> a lvont:Character ;
    lvont:represents "𢊳"^^xsd:string .

<http://lexvo.org/id/char/222B4> a lvont:Character ;
    lvont:represents "𢊴"^^xsd:string .

<http://lexvo.org/id/char/222B5> a lvont:Character ;
    lvont:represents "𢊵"^^xsd:string .

<http://lexvo.org/id/char/222B6> a lvont:Character ;
    lvont:represents "𢊶"^^xsd:string .

<http://lexvo.org/id/char/222B7> a lvont:Character ;
    lvont:represents "𢊷"^^xsd:string .

<http://lexvo.org/id/char/222B8> a lvont:Character ;
    lvont:represents "𢊸"^^xsd:string .

<http://lexvo.org/id/char/222B9> a lvont:Character ;
    lvont:represents "𢊹"^^xsd:string .

<http://lexvo.org/id/char/222BA> a lvont:Character ;
    lvont:represents "𢊺"^^xsd:string .

<http://lexvo.org/id/char/222BB> a lvont:Character ;
    lvont:represents "𢊻"^^xsd:string .

<http://lexvo.org/id/char/222BC> a lvont:Character ;
    lvont:represents "𢊼"^^xsd:string .

<http://lexvo.org/id/char/222BD> a lvont:Character ;
    lvont:represents "𢊽"^^xsd:string .

<http://lexvo.org/id/char/222BE> a lvont:Character ;
    lvont:represents "𢊾"^^xsd:string .

<http://lexvo.org/id/char/222BF> a lvont:Character ;
    lvont:represents "𢊿"^^xsd:string .

<http://lexvo.org/id/char/222C> a lvont:Character ;
    lvont:represents "∬"^^xsd:string ;
    rdfs:comment "DOUBLE INTEGRAL"@en .

<http://lexvo.org/id/char/222C0> a lvont:Character ;
    lvont:represents "𢋀"^^xsd:string .

<http://lexvo.org/id/char/222C1> a lvont:Character ;
    lvont:represents "𢋁"^^xsd:string .

<http://lexvo.org/id/char/222C2> a lvont:Character ;
    lvont:represents "𢋂"^^xsd:string .

<http://lexvo.org/id/char/222C3> a lvont:Character ;
    lvont:represents "𢋃"^^xsd:string .

<http://lexvo.org/id/char/222C4> a lvont:Character ;
    lvont:represents "𢋄"^^xsd:string .

<http://lexvo.org/id/char/222C5> a lvont:Character ;
    lvont:represents "𢋅"^^xsd:string .

<http://lexvo.org/id/char/222C6> a lvont:Character ;
    lvont:represents "𢋆"^^xsd:string .

<http://lexvo.org/id/char/222C7> a lvont:Character ;
    lvont:represents "𢋇"^^xsd:string .

<http://lexvo.org/id/char/222C8> a lvont:Character ;
    lvont:represents "𢋈"^^xsd:string .

<http://lexvo.org/id/char/222C9> a lvont:Character ;
    lvont:represents "𢋉"^^xsd:string .

<http://lexvo.org/id/char/222CA> a lvont:Character ;
    lvont:represents "𢋊"^^xsd:string .

<http://lexvo.org/id/char/222CB> a lvont:Character ;
    lvont:represents "𢋋"^^xsd:string .

<http://lexvo.org/id/char/222CC> a lvont:Character ;
    lvont:represents "𢋌"^^xsd:string .

<http://lexvo.org/id/char/222CD> a lvont:Character ;
    lvont:represents "𢋍"^^xsd:string .

<http://lexvo.org/id/char/222CE> a lvont:Character ;
    lvont:represents "𢋎"^^xsd:string .

<http://lexvo.org/id/char/222CF> a lvont:Character ;
    lvont:represents "𢋏"^^xsd:string .

<http://lexvo.org/id/char/222D> a lvont:Character ;
    lvont:represents "∭"^^xsd:string ;
    rdfs:comment "TRIPLE INTEGRAL"@en .

<http://lexvo.org/id/char/222D0> a lvont:Character ;
    lvont:represents "𢋐"^^xsd:string .

<http://lexvo.org/id/char/222D1> a lvont:Character ;
    lvont:represents "𢋑"^^xsd:string .

<http://lexvo.org/id/char/222D2> a lvont:Character ;
    lvont:represents "𢋒"^^xsd:string .

<http://lexvo.org/id/char/222D3> a lvont:Character ;
    lvont:represents "𢋓"^^xsd:string .

<http://lexvo.org/id/char/222D4> a lvont:Character ;
    lvont:represents "𢋔"^^xsd:string .

<http://lexvo.org/id/char/222D5> a lvont:Character ;
    lvont:represents "𢋕"^^xsd:string .

<http://lexvo.org/id/char/222D6> a lvont:Character ;
    lvont:represents "𢋖"^^xsd:string .

<http://lexvo.org/id/char/222D7> a lvont:Character ;
    lvont:represents "𢋗"^^xsd:string .

<http://lexvo.org/id/char/222D8> a lvont:Character ;
    lvont:represents "𢋘"^^xsd:string .

<http://lexvo.org/id/char/222D9> a lvont:Character ;
    lvont:represents "𢋙"^^xsd:string .

<http://lexvo.org/id/char/222DA> a lvont:Character ;
    lvont:represents "𢋚"^^xsd:string .

<http://lexvo.org/id/char/222DB> a lvont:Character ;
    lvont:represents "𢋛"^^xsd:string .

<http://lexvo.org/id/char/222DC> a lvont:Character ;
    lvont:represents "𢋜"^^xsd:string .

<http://lexvo.org/id/char/222DD> a lvont:Character ;
    lvont:represents "𢋝"^^xsd:string .

<http://lexvo.org/id/char/222DE> a lvont:Character ;
    lvont:represents "𢋞"^^xsd:string .

<http://lexvo.org/id/char/222DF> a lvont:Character ;
    lvont:represents "𢋟"^^xsd:string .

<http://lexvo.org/id/char/222E> a lvont:Character ;
    lvont:represents "∮"^^xsd:string ;
    rdfs:comment "CONTOUR INTEGRAL"@en .

<http://lexvo.org/id/char/222E0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/%C4%91%C3%A1y>,
        "𢋠"^^xsd:string .

<http://lexvo.org/id/char/222E1> a lvont:Character ;
    lvont:represents "𢋡"^^xsd:string .

<http://lexvo.org/id/char/222E2> a lvont:Character ;
    lvont:represents "𢋢"^^xsd:string .

<http://lexvo.org/id/char/222E3> a lvont:Character ;
    lvont:represents "𢋣"^^xsd:string .

<http://lexvo.org/id/char/222E4> a lvont:Character ;
    lvont:represents "𢋤"^^xsd:string .

<http://lexvo.org/id/char/222E5> a lvont:Character ;
    lvont:represents "𢋥"^^xsd:string .

<http://lexvo.org/id/char/222E6> a lvont:Character ;
    lvont:represents "𢋦"^^xsd:string .

<http://lexvo.org/id/char/222E7> a lvont:Character ;
    lvont:represents "𢋧"^^xsd:string .

<http://lexvo.org/id/char/222E8> a lvont:Character ;
    lvont:represents "𢋨"^^xsd:string .

<http://lexvo.org/id/char/222E9> a lvont:Character ;
    lvont:represents "𢋩"^^xsd:string .

<http://lexvo.org/id/char/222EA> a lvont:Character ;
    lvont:represents "𢋪"^^xsd:string .

<http://lexvo.org/id/char/222EB> a lvont:Character ;
    lvont:represents "𢋫"^^xsd:string .

<http://lexvo.org/id/char/222EC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ch%C3%B2i>,
        "𢋬"^^xsd:string .

<http://lexvo.org/id/char/222ED> a lvont:Character ;
    lvont:represents "𢋭"^^xsd:string .

<http://lexvo.org/id/char/222EE> a lvont:Character ;
    lvont:represents "𢋮"^^xsd:string .

<http://lexvo.org/id/char/222EF> a lvont:Character ;
    lvont:represents "𢋯"^^xsd:string .

<http://lexvo.org/id/char/222F> a lvont:Character ;
    lvont:represents "∯"^^xsd:string ;
    rdfs:comment "SURFACE INTEGRAL"@en .

<http://lexvo.org/id/char/222F0> a lvont:Character ;
    lvont:represents "𢋰"^^xsd:string .

<http://lexvo.org/id/char/222F1> a lvont:Character ;
    lvont:represents "𢋱"^^xsd:string .

<http://lexvo.org/id/char/222F2> a lvont:Character ;
    lvont:represents "𢋲"^^xsd:string .

<http://lexvo.org/id/char/222F3> a lvont:Character ;
    lvont:represents "𢋳"^^xsd:string .

<http://lexvo.org/id/char/222F4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/%C4%91%C3%A1y>,
        "𢋴"^^xsd:string .

<http://lexvo.org/id/char/222F5> a lvont:Character ;
    lvont:represents "𢋵"^^xsd:string .

<http://lexvo.org/id/char/222F6> a lvont:Character ;
    lvont:represents "𢋶"^^xsd:string .

<http://lexvo.org/id/char/222F7> a lvont:Character ;
    lvont:represents "𢋷"^^xsd:string .

<http://lexvo.org/id/char/222F8> a lvont:Character ;
    lvont:represents "𢋸"^^xsd:string .

<http://lexvo.org/id/char/222F9> a lvont:Character ;
    lvont:represents "𢋹"^^xsd:string .

<http://lexvo.org/id/char/222FA> a lvont:Character ;
    lvont:represents "𢋺"^^xsd:string .

<http://lexvo.org/id/char/222FB> a lvont:Character ;
    lvont:represents "𢋻"^^xsd:string .

<http://lexvo.org/id/char/222FC> a lvont:Character ;
    lvont:represents "𢋼"^^xsd:string .

<http://lexvo.org/id/char/222FD> a lvont:Character ;
    lvont:represents "𢋽"^^xsd:string .

<http://lexvo.org/id/char/222FE> a lvont:Character ;
    lvont:represents "𢋾"^^xsd:string .

<http://lexvo.org/id/char/222FF> a lvont:Character ;
    lvont:represents "𢋿"^^xsd:string .

<http://lexvo.org/id/char/2230> a lvont:Character ;
    lvont:represents "∰"^^xsd:string ;
    rdfs:comment "VOLUME INTEGRAL"@en .

<http://lexvo.org/id/char/22300> a lvont:Character ;
    lvont:represents "𢌀"^^xsd:string .

<http://lexvo.org/id/char/22301> a lvont:Character ;
    lvont:represents "𢌁"^^xsd:string .

<http://lexvo.org/id/char/22302> a lvont:Character ;
    lvont:represents "𢌂"^^xsd:string .

<http://lexvo.org/id/char/22303> a lvont:Character ;
    lvont:represents "𢌃"^^xsd:string .

<http://lexvo.org/id/char/22304> a lvont:Character ;
    lvont:represents "𢌄"^^xsd:string .

<http://lexvo.org/id/char/22305> a lvont:Character ;
    lvont:represents "𢌅"^^xsd:string .

<http://lexvo.org/id/char/22306> a lvont:Character ;
    lvont:represents "𢌆"^^xsd:string .

<http://lexvo.org/id/char/22307> a lvont:Character ;
    lvont:represents "𢌇"^^xsd:string .

<http://lexvo.org/id/char/22308> a lvont:Character ;
    lvont:represents "𢌈"^^xsd:string .

<http://lexvo.org/id/char/22309> a lvont:Character ;
    lvont:represents "𢌉"^^xsd:string .

<http://lexvo.org/id/char/2230A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/r%E1%BB%99ng>,
        "𢌊"^^xsd:string .

<http://lexvo.org/id/char/2230B> a lvont:Character ;
    lvont:represents "𢌋"^^xsd:string .

<http://lexvo.org/id/char/2230C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/r%E1%BB%99ng>,
        "𢌌"^^xsd:string .

<http://lexvo.org/id/char/2230D> a lvont:Character ;
    lvont:represents "𢌍"^^xsd:string .

<http://lexvo.org/id/char/2230E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ngh%E1%BB%8Bt>,
        "𢌎"^^xsd:string .

<http://lexvo.org/id/char/2230F> a lvont:Character ;
    lvont:represents "𢌏"^^xsd:string .

<http://lexvo.org/id/char/2231> a lvont:Character ;
    lvont:represents "∱"^^xsd:string ;
    rdfs:comment "CLOCKWISE INTEGRAL"@en .

<http://lexvo.org/id/char/22310> a lvont:Character ;
    lvont:represents "𢌐"^^xsd:string .

<http://lexvo.org/id/char/22311> a lvont:Character ;
    lvont:represents "𢌑"^^xsd:string .

<http://lexvo.org/id/char/22312> a lvont:Character ;
    lvont:represents "𢌒"^^xsd:string .

<http://lexvo.org/id/char/22313> a lvont:Character ;
    lvont:represents "𢌓"^^xsd:string .

<http://lexvo.org/id/char/22314> a lvont:Character ;
    lvont:represents "𢌔"^^xsd:string .

<http://lexvo.org/id/char/22315> a lvont:Character ;
    lvont:represents "𢌕"^^xsd:string .

<http://lexvo.org/id/char/22316> a lvont:Character ;
    lvont:represents "𢌖"^^xsd:string .

<http://lexvo.org/id/char/22317> a lvont:Character ;
    lvont:represents "𢌗"^^xsd:string .

<http://lexvo.org/id/char/22318> a lvont:Character ;
    lvont:represents "𢌘"^^xsd:string .

<http://lexvo.org/id/char/22319> a lvont:Character ;
    lvont:represents "𢌙"^^xsd:string .

<http://lexvo.org/id/char/2231A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C4%81n>,
        "𢌚"^^xsd:string .

<http://lexvo.org/id/char/2231B> a lvont:Character ;
    lvont:represents "𢌛"^^xsd:string .

<http://lexvo.org/id/char/2231C> a lvont:Character ;
    lvont:represents "𢌜"^^xsd:string .

<http://lexvo.org/id/char/2231D> a lvont:Character ;
    lvont:represents "𢌝"^^xsd:string .

<http://lexvo.org/id/char/2231E> a lvont:Character ;
    lvont:represents "𢌞"^^xsd:string .

<http://lexvo.org/id/char/2231F> a lvont:Character ;
    lvont:represents "𢌟"^^xsd:string .

<http://lexvo.org/id/char/2232> a lvont:Character ;
    lvont:represents "∲"^^xsd:string ;
    rdfs:comment "CLOCKWISE CONTOUR INTEGRAL"@en .

<http://lexvo.org/id/char/22320> a lvont:Character ;
    lvont:represents "𢌠"^^xsd:string .

<http://lexvo.org/id/char/22321> a lvont:Character ;
    lvont:represents "𢌡"^^xsd:string .

<http://lexvo.org/id/char/22322> a lvont:Character ;
    lvont:represents "𢌢"^^xsd:string .

<http://lexvo.org/id/char/22323> a lvont:Character ;
    lvont:represents "𢌣"^^xsd:string .

<http://lexvo.org/id/char/22324> a lvont:Character ;
    lvont:represents "𢌤"^^xsd:string .

<http://lexvo.org/id/char/22325> a lvont:Character ;
    lvont:represents "𢌥"^^xsd:string .

<http://lexvo.org/id/char/22326> a lvont:Character ;
    lvont:represents "𢌦"^^xsd:string .

<http://lexvo.org/id/char/22327> a lvont:Character ;
    lvont:represents "𢌧"^^xsd:string .

<http://lexvo.org/id/char/22328> a lvont:Character ;
    lvont:represents "𢌨"^^xsd:string .

<http://lexvo.org/id/char/22329> a lvont:Character ;
    lvont:represents "𢌩"^^xsd:string .

<http://lexvo.org/id/char/2232A> a lvont:Character ;
    lvont:represents "𢌪"^^xsd:string .

<http://lexvo.org/id/char/2232B> a lvont:Character ;
    lvont:represents "𢌫"^^xsd:string .

<http://lexvo.org/id/char/2232D> a lvont:Character ;
    lvont:represents "𢌭"^^xsd:string .

<http://lexvo.org/id/char/2232E> a lvont:Character ;
    lvont:represents "𢌮"^^xsd:string .

<http://lexvo.org/id/char/2232F> a lvont:Character ;
    lvont:represents "𢌯"^^xsd:string .

<http://lexvo.org/id/char/2233> a lvont:Character ;
    lvont:represents "∳"^^xsd:string ;
    rdfs:comment "ANTICLOCKWISE CONTOUR INTEGRAL"@en .

<http://lexvo.org/id/char/22330> a lvont:Character ;
    lvont:represents "𢌰"^^xsd:string .

<http://lexvo.org/id/char/22331> a lvont:Character ;
    lvont:represents "𢌱"^^xsd:string .

<http://lexvo.org/id/char/22332> a lvont:Character ;
    lvont:represents "𢌲"^^xsd:string .

<http://lexvo.org/id/char/22333> a lvont:Character ;
    lvont:represents "𢌳"^^xsd:string .

<http://lexvo.org/id/char/22334> a lvont:Character ;
    lvont:represents "𢌴"^^xsd:string .

<http://lexvo.org/id/char/22335> a lvont:Character ;
    lvont:represents "𢌵"^^xsd:string .

<http://lexvo.org/id/char/22336> a lvont:Character ;
    lvont:represents "𢌶"^^xsd:string .

<http://lexvo.org/id/char/22337> a lvont:Character ;
    lvont:represents "𢌷"^^xsd:string .

<http://lexvo.org/id/char/22338> a lvont:Character ;
    lvont:represents "𢌸"^^xsd:string .

<http://lexvo.org/id/char/22339> a lvont:Character ;
    lvont:represents "𢌹"^^xsd:string .

<http://lexvo.org/id/char/2233A> a lvont:Character ;
    lvont:represents "𢌺"^^xsd:string .

<http://lexvo.org/id/char/2233B> a lvont:Character ;
    lvont:represents "𢌻"^^xsd:string .

<http://lexvo.org/id/char/2233C> a lvont:Character ;
    lvont:represents "𢌼"^^xsd:string .

<http://lexvo.org/id/char/2233D> a lvont:Character ;
    lvont:represents "𢌽"^^xsd:string .

<http://lexvo.org/id/char/2233E> a lvont:Character ;
    lvont:represents "𢌾"^^xsd:string .

<http://lexvo.org/id/char/2233F> a lvont:Character ;
    lvont:represents "𢌿"^^xsd:string .

<http://lexvo.org/id/char/2234> a lvont:Character ;
    lvont:represents "∴"^^xsd:string ;
    rdfs:comment "THEREFORE"@en .

<http://lexvo.org/id/char/22340> a lvont:Character ;
    lvont:represents "𢍀"^^xsd:string .

<http://lexvo.org/id/char/22341> a lvont:Character ;
    lvont:represents "𢍁"^^xsd:string .

<http://lexvo.org/id/char/22342> a lvont:Character ;
    lvont:represents "𢍂"^^xsd:string .

<http://lexvo.org/id/char/22343> a lvont:Character ;
    lvont:represents "𢍃"^^xsd:string .

<http://lexvo.org/id/char/22344> a lvont:Character ;
    lvont:represents "𢍄"^^xsd:string .

<http://lexvo.org/id/char/22345> a lvont:Character ;
    lvont:represents "𢍅"^^xsd:string .

<http://lexvo.org/id/char/22346> a lvont:Character ;
    lvont:represents "𢍆"^^xsd:string .

<http://lexvo.org/id/char/22347> a lvont:Character ;
    lvont:represents "𢍇"^^xsd:string .

<http://lexvo.org/id/char/22348> a lvont:Character ;
    lvont:represents "𢍈"^^xsd:string .

<http://lexvo.org/id/char/22349> a lvont:Character ;
    lvont:represents "𢍉"^^xsd:string .

<http://lexvo.org/id/char/2234A> a lvont:Character ;
    lvont:represents "𢍊"^^xsd:string .

<http://lexvo.org/id/char/2234B> a lvont:Character ;
    lvont:represents "𢍋"^^xsd:string .

<http://lexvo.org/id/char/2234C> a lvont:Character ;
    lvont:represents "𢍌"^^xsd:string .

<http://lexvo.org/id/char/2234D> a lvont:Character ;
    lvont:represents "𢍍"^^xsd:string .

<http://lexvo.org/id/char/2234E> a lvont:Character ;
    lvont:represents "𢍎"^^xsd:string .

<http://lexvo.org/id/char/2234F> a lvont:Character ;
    lvont:represents "𢍏"^^xsd:string .

<http://lexvo.org/id/char/2235> a lvont:Character ;
    lvont:represents "∵"^^xsd:string ;
    rdfs:comment "BECAUSE"@en .

<http://lexvo.org/id/char/22350> a lvont:Character ;
    lvont:represents "𢍐"^^xsd:string .

<http://lexvo.org/id/char/22351> a lvont:Character ;
    lvont:represents "𢍑"^^xsd:string .

<http://lexvo.org/id/char/22352> a lvont:Character ;
    lvont:represents "𢍒"^^xsd:string .

<http://lexvo.org/id/char/22353> a lvont:Character ;
    lvont:represents "𢍓"^^xsd:string .

<http://lexvo.org/id/char/22354> a lvont:Character ;
    lvont:represents "𢍔"^^xsd:string .

<http://lexvo.org/id/char/22355> a lvont:Character ;
    lvont:represents "𢍕"^^xsd:string .

<http://lexvo.org/id/char/22356> a lvont:Character ;
    lvont:represents "𢍖"^^xsd:string .

<http://lexvo.org/id/char/22357> a lvont:Character ;
    lvont:represents "𢍗"^^xsd:string .

<http://lexvo.org/id/char/22358> a lvont:Character ;
    lvont:represents "𢍘"^^xsd:string .

<http://lexvo.org/id/char/22359> a lvont:Character ;
    lvont:represents "𢍙"^^xsd:string .

<http://lexvo.org/id/char/2235A> a lvont:Character ;
    lvont:represents "𢍚"^^xsd:string .

<http://lexvo.org/id/char/2235B> a lvont:Character ;
    lvont:represents "𢍛"^^xsd:string .

<http://lexvo.org/id/char/2235C> a lvont:Character ;
    lvont:represents "𢍜"^^xsd:string .

<http://lexvo.org/id/char/2235D> a lvont:Character ;
    lvont:represents "𢍝"^^xsd:string .

<http://lexvo.org/id/char/2235E> a lvont:Character ;
    lvont:represents "𢍞"^^xsd:string .

<http://lexvo.org/id/char/2235F> a lvont:Character ;
    lvont:represents "𢍟"^^xsd:string .

<http://lexvo.org/id/char/2236> a lvont:Character ;
    lvont:represents "∶"^^xsd:string ;
    rdfs:comment "RATIO"@en .

<http://lexvo.org/id/char/22360> a lvont:Character ;
    lvont:represents "𢍠"^^xsd:string .

<http://lexvo.org/id/char/22361> a lvont:Character ;
    lvont:represents "𢍡"^^xsd:string .

<http://lexvo.org/id/char/22362> a lvont:Character ;
    lvont:represents "𢍢"^^xsd:string .

<http://lexvo.org/id/char/22363> a lvont:Character ;
    lvont:represents "𢍣"^^xsd:string .

<http://lexvo.org/id/char/22364> a lvont:Character ;
    lvont:represents "𢍤"^^xsd:string .

<http://lexvo.org/id/char/22365> a lvont:Character ;
    lvont:represents "𢍥"^^xsd:string .

<http://lexvo.org/id/char/22366> a lvont:Character ;
    lvont:represents "𢍦"^^xsd:string .

<http://lexvo.org/id/char/22367> a lvont:Character ;
    lvont:represents "𢍧"^^xsd:string .

<http://lexvo.org/id/char/22368> a lvont:Character ;
    lvont:represents "𢍨"^^xsd:string .

<http://lexvo.org/id/char/22369> a lvont:Character ;
    lvont:represents "𢍩"^^xsd:string .

<http://lexvo.org/id/char/2236A> a lvont:Character ;
    lvont:represents "𢍪"^^xsd:string .

<http://lexvo.org/id/char/2236B> a lvont:Character ;
    lvont:represents "𢍫"^^xsd:string .

<http://lexvo.org/id/char/2236C> a lvont:Character ;
    lvont:represents "𢍬"^^xsd:string .

<http://lexvo.org/id/char/2236D> a lvont:Character ;
    lvont:represents "𢍭"^^xsd:string .

<http://lexvo.org/id/char/2236E> a lvont:Character ;
    lvont:represents "𢍮"^^xsd:string .

<http://lexvo.org/id/char/2236F> a lvont:Character ;
    lvont:represents "𢍯"^^xsd:string .

<http://lexvo.org/id/char/2237> a lvont:Character ;
    lvont:represents "∷"^^xsd:string ;
    rdfs:comment "PROPORTION"@en .

<http://lexvo.org/id/char/22370> a lvont:Character ;
    lvont:represents "𢍰"^^xsd:string .

<http://lexvo.org/id/char/22371> a lvont:Character ;
    lvont:represents "𢍱"^^xsd:string .

<http://lexvo.org/id/char/22372> a lvont:Character ;
    lvont:represents "𢍲"^^xsd:string .

<http://lexvo.org/id/char/22373> a lvont:Character ;
    lvont:represents "𢍳"^^xsd:string .

<http://lexvo.org/id/char/22374> a lvont:Character ;
    lvont:represents "𢍴"^^xsd:string .

<http://lexvo.org/id/char/22375> a lvont:Character ;
    lvont:represents "𢍵"^^xsd:string .

<http://lexvo.org/id/char/22376> a lvont:Character ;
    lvont:represents "𢍶"^^xsd:string .

<http://lexvo.org/id/char/22377> a lvont:Character ;
    lvont:represents "𢍷"^^xsd:string .

<http://lexvo.org/id/char/22378> a lvont:Character ;
    lvont:represents "𢍸"^^xsd:string .

<http://lexvo.org/id/char/22379> a lvont:Character ;
    lvont:represents "𢍹"^^xsd:string .

<http://lexvo.org/id/char/2237B> a lvont:Character ;
    lvont:represents "𢍻"^^xsd:string .

<http://lexvo.org/id/char/2237C> a lvont:Character ;
    lvont:represents "𢍼"^^xsd:string .

<http://lexvo.org/id/char/2237D> a lvont:Character ;
    lvont:represents "𢍽"^^xsd:string .

<http://lexvo.org/id/char/2237E> a lvont:Character ;
    lvont:represents "𢍾"^^xsd:string .

<http://lexvo.org/id/char/2237F> a lvont:Character ;
    lvont:represents "𢍿"^^xsd:string .

<http://lexvo.org/id/char/2238> a lvont:Character ;
    lvont:represents "∸"^^xsd:string ;
    rdfs:comment "DOT MINUS"@en .

<http://lexvo.org/id/char/22380> a lvont:Character ;
    lvont:represents "𢎀"^^xsd:string .

<http://lexvo.org/id/char/22381> a lvont:Character ;
    lvont:represents "𢎁"^^xsd:string .

<http://lexvo.org/id/char/22382> a lvont:Character ;
    lvont:represents "𢎂"^^xsd:string .

<http://lexvo.org/id/char/22383> a lvont:Character ;
    lvont:represents "𢎃"^^xsd:string .

<http://lexvo.org/id/char/22384> a lvont:Character ;
    lvont:represents "𢎄"^^xsd:string .

<http://lexvo.org/id/char/22385> a lvont:Character ;
    lvont:represents "𢎅"^^xsd:string .

<http://lexvo.org/id/char/22386> a lvont:Character ;
    lvont:represents "𢎆"^^xsd:string .

<http://lexvo.org/id/char/22387> a lvont:Character ;
    lvont:represents "𢎇"^^xsd:string .

<http://lexvo.org/id/char/22388> a lvont:Character ;
    lvont:represents "𢎈"^^xsd:string .

<http://lexvo.org/id/char/22389> a lvont:Character ;
    lvont:represents "𢎉"^^xsd:string .

<http://lexvo.org/id/char/2238A> a lvont:Character ;
    lvont:represents "𢎊"^^xsd:string .

<http://lexvo.org/id/char/2238B> a lvont:Character ;
    lvont:represents "𢎋"^^xsd:string .

<http://lexvo.org/id/char/2238C> a lvont:Character ;
    lvont:represents "𢎌"^^xsd:string .

<http://lexvo.org/id/char/2238D> a lvont:Character ;
    lvont:represents "𢎍"^^xsd:string .

<http://lexvo.org/id/char/2238E> a lvont:Character ;
    lvont:represents "𢎎"^^xsd:string .

<http://lexvo.org/id/char/2238F> a lvont:Character ;
    lvont:represents "𢎏"^^xsd:string .

<http://lexvo.org/id/char/2239> a lvont:Character ;
    lvont:represents "∹"^^xsd:string ;
    rdfs:comment "EXCESS"@en .

<http://lexvo.org/id/char/22390> a lvont:Character ;
    lvont:label "2" ;
    lvont:represents "𢎐"^^xsd:string .

<http://lexvo.org/id/char/22391> a lvont:Character ;
    lvont:represents "𢎑"^^xsd:string .

<http://lexvo.org/id/char/22392> a lvont:Character ;
    lvont:represents "𢎒"^^xsd:string .

<http://lexvo.org/id/char/22393> a lvont:Character ;
    lvont:represents "𢎓"^^xsd:string .

<http://lexvo.org/id/char/22394> a lvont:Character ;
    lvont:represents "𢎔"^^xsd:string .

<http://lexvo.org/id/char/22395> a lvont:Character ;
    lvont:represents "𢎕"^^xsd:string .

<http://lexvo.org/id/char/22396> a lvont:Character ;
    lvont:represents "𢎖"^^xsd:string .

<http://lexvo.org/id/char/22399> a lvont:Character ;
    lvont:represents "𢎙"^^xsd:string .

<http://lexvo.org/id/char/2239A> a lvont:Character ;
    lvont:represents "𢎚"^^xsd:string .

<http://lexvo.org/id/char/2239B> a lvont:Character ;
    lvont:represents "𢎛"^^xsd:string .

<http://lexvo.org/id/char/2239C> a lvont:Character ;
    lvont:represents "𢎜"^^xsd:string .

<http://lexvo.org/id/char/2239D> a lvont:Character ;
    lvont:represents "𢎝"^^xsd:string .

<http://lexvo.org/id/char/2239E> a lvont:Character ;
    lvont:represents "𢎞"^^xsd:string .

<http://lexvo.org/id/char/2239F> a lvont:Character ;
    lvont:represents "𢎟"^^xsd:string .

<http://lexvo.org/id/char/223A> a lvont:Character ;
    lvont:represents "∺"^^xsd:string ;
    rdfs:comment "GEOMETRIC PROPORTION"@en .

<http://lexvo.org/id/char/223A0> a lvont:Character ;
    lvont:represents "𢎠"^^xsd:string .

<http://lexvo.org/id/char/223A1> a lvont:Character ;
    lvont:represents "𢎡"^^xsd:string .

<http://lexvo.org/id/char/223A2> a lvont:Character ;
    lvont:represents "𢎢"^^xsd:string .

<http://lexvo.org/id/char/223A3> a lvont:Character ;
    lvont:represents "𢎣"^^xsd:string .

<http://lexvo.org/id/char/223A4> a lvont:Character ;
    lvont:represents "𢎤"^^xsd:string .

<http://lexvo.org/id/char/223A5> a lvont:Character ;
    lvont:represents "𢎥"^^xsd:string .

<http://lexvo.org/id/char/223A6> a lvont:Character ;
    lvont:represents "𢎦"^^xsd:string .

<http://lexvo.org/id/char/223A7> a lvont:Character ;
    lvont:represents "𢎧"^^xsd:string .

<http://lexvo.org/id/char/223A8> a lvont:Character ;
    lvont:represents "𢎨"^^xsd:string .

<http://lexvo.org/id/char/223A9> a lvont:Character ;
    lvont:represents "𢎩"^^xsd:string .

<http://lexvo.org/id/char/223AA> a lvont:Character ;
    lvont:represents "𢎪"^^xsd:string .

<http://lexvo.org/id/char/223AB> a lvont:Character ;
    lvont:represents "𢎫"^^xsd:string .

<http://lexvo.org/id/char/223AC> a lvont:Character ;
    lvont:represents "𢎬"^^xsd:string .

<http://lexvo.org/id/char/223AD> a lvont:Character ;
    lvont:represents "𢎭"^^xsd:string .

<http://lexvo.org/id/char/223AE> a lvont:Character ;
    lvont:represents "𢎮"^^xsd:string .

<http://lexvo.org/id/char/223AF> a lvont:Character ;
    lvont:represents "𢎯"^^xsd:string .

<http://lexvo.org/id/char/223B> a lvont:Character ;
    lvont:represents "∻"^^xsd:string ;
    rdfs:comment "HOMOTHETIC"@en .

<http://lexvo.org/id/char/223B0> a lvont:Character ;
    lvont:represents "𢎰"^^xsd:string .

<http://lexvo.org/id/char/223B1> a lvont:Character ;
    lvont:represents "𢎱"^^xsd:string .

<http://lexvo.org/id/char/223B2> a lvont:Character ;
    lvont:represents "𢎲"^^xsd:string .

<http://lexvo.org/id/char/223B3> a lvont:Character ;
    lvont:represents "𢎳"^^xsd:string .

<http://lexvo.org/id/char/223B4> a lvont:Character ;
    lvont:represents "𢎴"^^xsd:string .

<http://lexvo.org/id/char/223B5> a lvont:Character ;
    lvont:represents "𢎵"^^xsd:string .

<http://lexvo.org/id/char/223B6> a lvont:Character ;
    lvont:represents "𢎶"^^xsd:string .

<http://lexvo.org/id/char/223B7> a lvont:Character ;
    lvont:represents "𢎷"^^xsd:string .

<http://lexvo.org/id/char/223B8> a lvont:Character ;
    lvont:represents "𢎸"^^xsd:string .

<http://lexvo.org/id/char/223B9> a lvont:Character ;
    lvont:represents "𢎹"^^xsd:string .

<http://lexvo.org/id/char/223BA> a lvont:Character ;
    lvont:represents "𢎺"^^xsd:string .

<http://lexvo.org/id/char/223BB> a lvont:Character ;
    lvont:represents "𢎻"^^xsd:string .

<http://lexvo.org/id/char/223BC> a lvont:Character ;
    lvont:represents "𢎼"^^xsd:string .

<http://lexvo.org/id/char/223BD> a lvont:Character ;
    lvont:represents "𢎽"^^xsd:string .

<http://lexvo.org/id/char/223BE> a lvont:Character ;
    lvont:represents "𢎾"^^xsd:string .

<http://lexvo.org/id/char/223BF> a lvont:Character ;
    lvont:represents "𢎿"^^xsd:string .

<http://lexvo.org/id/char/223C> a lvont:Character ;
    lvont:represents "∼"^^xsd:string ;
    rdfs:comment "TILDE OPERATOR"@en .

<http://lexvo.org/id/char/223C0> a lvont:Character ;
    lvont:represents "𢏀"^^xsd:string .

<http://lexvo.org/id/char/223C1> a lvont:Character ;
    lvont:represents "𢏁"^^xsd:string .

<http://lexvo.org/id/char/223C2> a lvont:Character ;
    lvont:represents "𢏂"^^xsd:string .

<http://lexvo.org/id/char/223C3> a lvont:Character ;
    lvont:represents "𢏃"^^xsd:string .

<http://lexvo.org/id/char/223C4> a lvont:Character ;
    lvont:represents "𢏄"^^xsd:string .

<http://lexvo.org/id/char/223C5> a lvont:Character ;
    lvont:represents "𢏅"^^xsd:string .

<http://lexvo.org/id/char/223C6> a lvont:Character ;
    lvont:represents "𢏆"^^xsd:string .

<http://lexvo.org/id/char/223C7> a lvont:Character ;
    lvont:represents "𢏇"^^xsd:string .

<http://lexvo.org/id/char/223C8> a lvont:Character ;
    lvont:represents "𢏈"^^xsd:string .

<http://lexvo.org/id/char/223C9> a lvont:Character ;
    lvont:represents "𢏉"^^xsd:string .

<http://lexvo.org/id/char/223CA> a lvont:Character ;
    lvont:represents "𢏊"^^xsd:string .

<http://lexvo.org/id/char/223CB> a lvont:Character ;
    lvont:represents "𢏋"^^xsd:string .

<http://lexvo.org/id/char/223CC> a lvont:Character ;
    lvont:represents "𢏌"^^xsd:string .

<http://lexvo.org/id/char/223CD> a lvont:Character ;
    lvont:represents "𢏍"^^xsd:string .

<http://lexvo.org/id/char/223CE> a lvont:Character ;
    lvont:represents "𢏎"^^xsd:string .

<http://lexvo.org/id/char/223CF> a lvont:Character ;
    lvont:represents "𢏏"^^xsd:string .

<http://lexvo.org/id/char/223D> a lvont:Character ;
    lvont:represents "∽"^^xsd:string ;
    rdfs:comment "REVERSED TILDE"@en .

<http://lexvo.org/id/char/223D0> a lvont:Character ;
    lvont:represents "𢏐"^^xsd:string .

<http://lexvo.org/id/char/223D1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/b%E1%BA%AFn>,
        "𢏑"^^xsd:string .

<http://lexvo.org/id/char/223D2> a lvont:Character ;
    lvont:represents "𢏒"^^xsd:string .

<http://lexvo.org/id/char/223D3> a lvont:Character ;
    lvont:represents "𢏓"^^xsd:string .

<http://lexvo.org/id/char/223D4> a lvont:Character ;
    lvont:represents "𢏔"^^xsd:string .

<http://lexvo.org/id/char/223D5> a lvont:Character ;
    lvont:represents "𢏕"^^xsd:string .

<http://lexvo.org/id/char/223D6> a lvont:Character ;
    lvont:represents "𢏖"^^xsd:string .

<http://lexvo.org/id/char/223D7> a lvont:Character ;
    lvont:represents "𢏗"^^xsd:string .

<http://lexvo.org/id/char/223D8> a lvont:Character ;
    lvont:represents "𢏘"^^xsd:string .

<http://lexvo.org/id/char/223D9> a lvont:Character ;
    lvont:represents "𢏙"^^xsd:string .

<http://lexvo.org/id/char/223DA> a lvont:Character ;
    lvont:represents "𢏚"^^xsd:string .

<http://lexvo.org/id/char/223DB> a lvont:Character ;
    lvont:represents "𢏛"^^xsd:string .

<http://lexvo.org/id/char/223DC> a lvont:Character ;
    lvont:represents "𢏜"^^xsd:string .

<http://lexvo.org/id/char/223DD> a lvont:Character ;
    lvont:represents "𢏝"^^xsd:string .

<http://lexvo.org/id/char/223DE> a lvont:Character ;
    lvont:represents "𢏞"^^xsd:string .

<http://lexvo.org/id/char/223DF> a lvont:Character ;
    lvont:represents "𢏟"^^xsd:string .

<http://lexvo.org/id/char/223E> a lvont:Character ;
    lvont:represents "∾"^^xsd:string ;
    rdfs:comment "INVERTED LAZY S"@en .

<http://lexvo.org/id/char/223E0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/gi%E1%BA%B1ng>,
        "𢏠"^^xsd:string .

<http://lexvo.org/id/char/223E1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/t%C3%AAn>,
        "𢏡"^^xsd:string .

<http://lexvo.org/id/char/223E2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/cong>,
        "𢏢"^^xsd:string .

<http://lexvo.org/id/char/223E3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/cong>,
        "𢏣"^^xsd:string .

<http://lexvo.org/id/char/223E4> a lvont:Character ;
    lvont:represents "𢏤"^^xsd:string .

<http://lexvo.org/id/char/223E5> a lvont:Character ;
    lvont:represents "𢏥"^^xsd:string .

<http://lexvo.org/id/char/223E6> a lvont:Character ;
    lvont:represents "𢏦"^^xsd:string .

<http://lexvo.org/id/char/223E7> a lvont:Character ;
    lvont:represents "𢏧"^^xsd:string .

<http://lexvo.org/id/char/223E8> a lvont:Character ;
    lvont:represents "𢏨"^^xsd:string .

<http://lexvo.org/id/char/223E9> a lvont:Character ;
    lvont:represents "𢏩"^^xsd:string .

<http://lexvo.org/id/char/223EA> a lvont:Character ;
    lvont:represents "𢏪"^^xsd:string .

<http://lexvo.org/id/char/223EB> a lvont:Character ;
    lvont:represents "𢏫"^^xsd:string .

<http://lexvo.org/id/char/223EC> a lvont:Character ;
    lvont:represents "𢏬"^^xsd:string .

<http://lexvo.org/id/char/223ED> a lvont:Character ;
    lvont:represents "𢏭"^^xsd:string .

<http://lexvo.org/id/char/223EE> a lvont:Character ;
    lvont:represents "𢏮"^^xsd:string .

<http://lexvo.org/id/char/223EF> a lvont:Character ;
    lvont:represents "𢏯"^^xsd:string .

<http://lexvo.org/id/char/223F> a lvont:Character ;
    lvont:represents "∿"^^xsd:string ;
    rdfs:comment "SINE WAVE"@en .

<http://lexvo.org/id/char/223F0> a lvont:Character ;
    lvont:represents "𢏰"^^xsd:string .

<http://lexvo.org/id/char/223F1> a lvont:Character ;
    lvont:represents "𢏱"^^xsd:string .

<http://lexvo.org/id/char/223F2> a lvont:Character ;
    lvont:represents "𢏲"^^xsd:string .

<http://lexvo.org/id/char/223F3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%F0%A2%8F%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C4%93ng>,
        "𢏳"^^xsd:string ;
    rdfs:comment "pulled taut"@en .

<http://lexvo.org/id/char/223F4> a lvont:Character ;
    lvont:represents "𢏴"^^xsd:string .

<http://lexvo.org/id/char/223F5> a lvont:Character ;
    lvont:represents "𢏵"^^xsd:string .

<http://lexvo.org/id/char/223F6> a lvont:Character ;
    lvont:represents "𢏶"^^xsd:string .

<http://lexvo.org/id/char/223F7> a lvont:Character ;
    lvont:represents "𢏷"^^xsd:string .

<http://lexvo.org/id/char/223F8> a lvont:Character ;
    lvont:represents "𢏸"^^xsd:string .

<http://lexvo.org/id/char/223F9> a lvont:Character ;
    lvont:represents "𢏹"^^xsd:string .

<http://lexvo.org/id/char/223FA> a lvont:Character ;
    lvont:represents "𢏺"^^xsd:string .

<http://lexvo.org/id/char/223FB> a lvont:Character ;
    lvont:represents "𢏻"^^xsd:string .

<http://lexvo.org/id/char/223FC> a lvont:Character ;
    lvont:represents "𢏼"^^xsd:string .

<http://lexvo.org/id/char/223FD> a lvont:Character ;
    lvont:represents "𢏽"^^xsd:string .

<http://lexvo.org/id/char/223FE> a lvont:Character ;
    lvont:represents "𢏾"^^xsd:string .

<http://lexvo.org/id/char/223FF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/v%E1%BB%91n>,
        "𢏿"^^xsd:string .

<http://lexvo.org/id/char/2240> a lvont:Character ;
    lvont:represents "≀"^^xsd:string ;
    rdfs:comment "WREATH PRODUCT"@en .

<http://lexvo.org/id/char/22400> a lvont:Character ;
    lvont:represents "𢐀"^^xsd:string .

<http://lexvo.org/id/char/22401> a lvont:Character ;
    lvont:represents "𢐁"^^xsd:string .

<http://lexvo.org/id/char/22402> a lvont:Character ;
    lvont:represents "𢐂"^^xsd:string .

<http://lexvo.org/id/char/22403> a lvont:Character ;
    lvont:represents "𢐃"^^xsd:string .

<http://lexvo.org/id/char/22404> a lvont:Character ;
    lvont:represents "𢐄"^^xsd:string .

<http://lexvo.org/id/char/22405> a lvont:Character ;
    lvont:represents "𢐅"^^xsd:string .

<http://lexvo.org/id/char/22406> a lvont:Character ;
    lvont:represents "𢐆"^^xsd:string .

<http://lexvo.org/id/char/22407> a lvont:Character ;
    lvont:represents "𢐇"^^xsd:string .

<http://lexvo.org/id/char/22408> a lvont:Character ;
    lvont:represents "𢐈"^^xsd:string .

<http://lexvo.org/id/char/22409> a lvont:Character ;
    lvont:represents "𢐉"^^xsd:string .

<http://lexvo.org/id/char/2240A> a lvont:Character ;
    lvont:represents "𢐊"^^xsd:string .

<http://lexvo.org/id/char/2240B> a lvont:Character ;
    lvont:represents "𢐋"^^xsd:string .

<http://lexvo.org/id/char/2240C> a lvont:Character ;
    lvont:represents "𢐌"^^xsd:string .

<http://lexvo.org/id/char/2240D> a lvont:Character ;
    lvont:represents "𢐍"^^xsd:string .

<http://lexvo.org/id/char/2240E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/khom>,
        "𢐎"^^xsd:string .

<http://lexvo.org/id/char/2240F> a lvont:Character ;
    lvont:represents "𢐏"^^xsd:string .

<http://lexvo.org/id/char/2241> a lvont:Character ;
    lvont:represents "≁"^^xsd:string ;
    rdfs:comment "NOT TILDE"@en .

<http://lexvo.org/id/char/22410> a lvont:Character ;
    lvont:represents "𢐐"^^xsd:string .

<http://lexvo.org/id/char/22411> a lvont:Character ;
    lvont:represents "𢐑"^^xsd:string .

<http://lexvo.org/id/char/22412> a lvont:Character ;
    lvont:represents "𢐒"^^xsd:string .

<http://lexvo.org/id/char/22413> a lvont:Character ;
    lvont:represents "𢐓"^^xsd:string .

<http://lexvo.org/id/char/22414> a lvont:Character ;
    lvont:represents "𢐔"^^xsd:string .

<http://lexvo.org/id/char/22415> a lvont:Character ;
    lvont:represents "𢐕"^^xsd:string .

<http://lexvo.org/id/char/22416> a lvont:Character ;
    lvont:represents "𢐖"^^xsd:string .

<http://lexvo.org/id/char/22417> a lvont:Character ;
    lvont:represents "𢐗"^^xsd:string .

<http://lexvo.org/id/char/22418> a lvont:Character ;
    lvont:represents "𢐘"^^xsd:string .

<http://lexvo.org/id/char/22419> a lvont:Character ;
    lvont:represents "𢐙"^^xsd:string .

<http://lexvo.org/id/char/2241A> a lvont:Character ;
    lvont:represents "𢐚"^^xsd:string .

<http://lexvo.org/id/char/2241B> a lvont:Character ;
    lvont:represents "𢐛"^^xsd:string .

<http://lexvo.org/id/char/2241C> a lvont:Character ;
    lvont:represents "𢐜"^^xsd:string .

<http://lexvo.org/id/char/2241D> a lvont:Character ;
    lvont:represents "𢐝"^^xsd:string .

<http://lexvo.org/id/char/2241E> a lvont:Character ;
    lvont:represents "𢐞"^^xsd:string .

<http://lexvo.org/id/char/2241F> a lvont:Character ;
    lvont:represents "𢐟"^^xsd:string .

<http://lexvo.org/id/char/2242> a lvont:Character ;
    lvont:represents "≂"^^xsd:string ;
    rdfs:comment "MINUS TILDE"@en .

<http://lexvo.org/id/char/22420> a lvont:Character ;
    lvont:represents "𢐠"^^xsd:string .

<http://lexvo.org/id/char/22421> a lvont:Character ;
    lvont:represents "𢐡"^^xsd:string .

<http://lexvo.org/id/char/22422> a lvont:Character ;
    lvont:represents "𢐢"^^xsd:string .

<http://lexvo.org/id/char/22423> a lvont:Character ;
    lvont:represents "𢐣"^^xsd:string .

<http://lexvo.org/id/char/22424> a lvont:Character ;
    lvont:represents "𢐤"^^xsd:string .

<http://lexvo.org/id/char/22425> a lvont:Character ;
    lvont:represents "𢐥"^^xsd:string .

<http://lexvo.org/id/char/22426> a lvont:Character ;
    lvont:represents "𢐦"^^xsd:string .

<http://lexvo.org/id/char/22427> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/king4>,
        <http://lexvo.org/id/term/yue/%F0%A2%90%A7>,
        "𢐧"^^xsd:string ;
    rdfs:comment "a stand, frame"@en .

<http://lexvo.org/id/char/22428> a lvont:Character ;
    lvont:represents "𢐨"^^xsd:string .

<http://lexvo.org/id/char/22429> a lvont:Character ;
    lvont:represents "𢐩"^^xsd:string .

<http://lexvo.org/id/char/2242A> a lvont:Character ;
    lvont:represents "𢐪"^^xsd:string .

<http://lexvo.org/id/char/2242B> a lvont:Character ;
    lvont:represents "𢐫"^^xsd:string .

<http://lexvo.org/id/char/2242C> a lvont:Character ;
    lvont:represents "𢐬"^^xsd:string .

<http://lexvo.org/id/char/2242D> a lvont:Character ;
    lvont:represents "𢐭"^^xsd:string .

<http://lexvo.org/id/char/2242E> a lvont:Character ;
    lvont:represents "𢐮"^^xsd:string .

<http://lexvo.org/id/char/2242F> a lvont:Character ;
    lvont:represents "𢐯"^^xsd:string .

<http://lexvo.org/id/char/2243> a lvont:Character ;
    lvont:represents "≃"^^xsd:string ;
    rdfs:comment "ASYMPTOTICALLY EQUAL TO"@en .

<http://lexvo.org/id/char/22430> a lvont:Character ;
    lvont:represents "𢐰"^^xsd:string .

<http://lexvo.org/id/char/22431> a lvont:Character ;
    lvont:represents "𢐱"^^xsd:string .

<http://lexvo.org/id/char/22432> a lvont:Character ;
    lvont:represents "𢐲"^^xsd:string .

<http://lexvo.org/id/char/22433> a lvont:Character ;
    lvont:represents "𢐳"^^xsd:string .

<http://lexvo.org/id/char/22434> a lvont:Character ;
    lvont:represents "𢐴"^^xsd:string .

<http://lexvo.org/id/char/22435> a lvont:Character ;
    lvont:represents "𢐵"^^xsd:string .

<http://lexvo.org/id/char/22436> a lvont:Character ;
    lvont:represents "𢐶"^^xsd:string .

<http://lexvo.org/id/char/22437> a lvont:Character ;
    lvont:represents "𢐷"^^xsd:string .

<http://lexvo.org/id/char/22438> a lvont:Character ;
    lvont:represents "𢐸"^^xsd:string .

<http://lexvo.org/id/char/22439> a lvont:Character ;
    lvont:represents "𢐹"^^xsd:string .

<http://lexvo.org/id/char/2243A> a lvont:Character ;
    lvont:represents "𢐺"^^xsd:string .

<http://lexvo.org/id/char/2243B> a lvont:Character ;
    lvont:represents "𢐻"^^xsd:string .

<http://lexvo.org/id/char/2243C> a lvont:Character ;
    lvont:represents "𢐼"^^xsd:string .

<http://lexvo.org/id/char/2243D> a lvont:Character ;
    lvont:represents "𢐽"^^xsd:string .

<http://lexvo.org/id/char/2243E> a lvont:Character ;
    lvont:represents "𢐾"^^xsd:string .

<http://lexvo.org/id/char/2243F> a lvont:Character ;
    lvont:represents "𢐿"^^xsd:string .

<http://lexvo.org/id/char/2244> a lvont:Character ;
    lvont:represents "≄"^^xsd:string ;
    rdfs:comment "NOT ASYMPTOTICALLY EQUAL TO"@en .

<http://lexvo.org/id/char/22440> a lvont:Character ;
    lvont:represents "𢑀"^^xsd:string .

<http://lexvo.org/id/char/22441> a lvont:Character ;
    lvont:represents "𢑁"^^xsd:string .

<http://lexvo.org/id/char/22442> a lvont:Character ;
    lvont:represents "𢑂"^^xsd:string .

<http://lexvo.org/id/char/22443> a lvont:Character ;
    lvont:represents "𢑃"^^xsd:string .

<http://lexvo.org/id/char/22444> a lvont:Character ;
    lvont:represents "𢑄"^^xsd:string .

<http://lexvo.org/id/char/22445> a lvont:Character ;
    lvont:represents "𢑅"^^xsd:string .

<http://lexvo.org/id/char/22446> a lvont:Character ;
    lvont:represents "𢑆"^^xsd:string .

<http://lexvo.org/id/char/22447> a lvont:Character ;
    lvont:represents "𢑇"^^xsd:string .

<http://lexvo.org/id/char/22448> a lvont:Character ;
    lvont:represents "𢑈"^^xsd:string .

<http://lexvo.org/id/char/22449> a lvont:Character ;
    lvont:represents "𢑉"^^xsd:string .

<http://lexvo.org/id/char/2244A> a lvont:Character ;
    lvont:represents "𢑊"^^xsd:string .

<http://lexvo.org/id/char/2244B> a lvont:Character ;
    lvont:represents "𢑋"^^xsd:string .

<http://lexvo.org/id/char/2244C> a lvont:Character ;
    lvont:represents "𢑌"^^xsd:string .

<http://lexvo.org/id/char/2244D> a lvont:Character ;
    lvont:represents "𢑍"^^xsd:string .

<http://lexvo.org/id/char/2244E> a lvont:Character ;
    lvont:represents "𢑎"^^xsd:string .

<http://lexvo.org/id/char/2244F> a lvont:Character ;
    lvont:represents "𢑏"^^xsd:string .

<http://lexvo.org/id/char/2245> a lvont:Character ;
    lvont:represents "≅"^^xsd:string ;
    rdfs:comment "APPROXIMATELY EQUAL TO"@en .

<http://lexvo.org/id/char/22450> a lvont:Character ;
    lvont:represents "𢑐"^^xsd:string .

<http://lexvo.org/id/char/22451> a lvont:Character ;
    lvont:represents "𢑑"^^xsd:string .

<http://lexvo.org/id/char/22452> a lvont:Character ;
    lvont:represents "𢑒"^^xsd:string .

<http://lexvo.org/id/char/22453> a lvont:Character ;
    lvont:represents "𢑓"^^xsd:string .

<http://lexvo.org/id/char/22454> a lvont:Character ;
    lvont:represents "𢑔"^^xsd:string .

<http://lexvo.org/id/char/22455> a lvont:Character ;
    lvont:represents "𢑕"^^xsd:string .

<http://lexvo.org/id/char/22456> a lvont:Character ;
    lvont:represents "𢑖"^^xsd:string .

<http://lexvo.org/id/char/22457> a lvont:Character ;
    lvont:represents "𢑗"^^xsd:string .

<http://lexvo.org/id/char/22458> a lvont:Character ;
    lvont:represents "𢑘"^^xsd:string .

<http://lexvo.org/id/char/22459> a lvont:Character ;
    lvont:represents "𢑙"^^xsd:string .

<http://lexvo.org/id/char/2245A> a lvont:Character ;
    lvont:represents "𢑚"^^xsd:string .

<http://lexvo.org/id/char/2245B> a lvont:Character ;
    lvont:represents "𢑛"^^xsd:string .

<http://lexvo.org/id/char/2245C> a lvont:Character ;
    lvont:represents "𢑜"^^xsd:string .

<http://lexvo.org/id/char/2245D> a lvont:Character ;
    lvont:represents "𢑝"^^xsd:string .

<http://lexvo.org/id/char/2245E> a lvont:Character ;
    lvont:represents "𢑞"^^xsd:string .

<http://lexvo.org/id/char/2245F> a lvont:Character ;
    lvont:represents "𢑟"^^xsd:string .

<http://lexvo.org/id/char/2246> a lvont:Character ;
    lvont:represents "≆"^^xsd:string ;
    rdfs:comment "APPROXIMATELY BUT NOT ACTUALLY EQUAL TO"@en .

<http://lexvo.org/id/char/22460> a lvont:Character ;
    lvont:represents "𢑠"^^xsd:string .

<http://lexvo.org/id/char/22461> a lvont:Character ;
    lvont:represents "𢑡"^^xsd:string .

<http://lexvo.org/id/char/22462> a lvont:Character ;
    lvont:represents "𢑢"^^xsd:string .

<http://lexvo.org/id/char/22463> a lvont:Character ;
    lvont:represents "𢑣"^^xsd:string .

<http://lexvo.org/id/char/22464> a lvont:Character ;
    lvont:represents "𢑤"^^xsd:string .

<http://lexvo.org/id/char/22465> a lvont:Character ;
    lvont:represents "𢑥"^^xsd:string .

<http://lexvo.org/id/char/22466> a lvont:Character ;
    lvont:represents "𢑦"^^xsd:string .

<http://lexvo.org/id/char/22467> a lvont:Character ;
    lvont:represents "𢑧"^^xsd:string .

<http://lexvo.org/id/char/22468> a lvont:Character ;
    lvont:represents "𢑨"^^xsd:string .

<http://lexvo.org/id/char/22469> a lvont:Character ;
    lvont:represents "𢑩"^^xsd:string .

<http://lexvo.org/id/char/2246A> a lvont:Character ;
    lvont:represents "𢑪"^^xsd:string .

<http://lexvo.org/id/char/2246B> a lvont:Character ;
    lvont:represents "𢑫"^^xsd:string .

<http://lexvo.org/id/char/2246C> a lvont:Character ;
    lvont:represents "𢑬"^^xsd:string .

<http://lexvo.org/id/char/2246D> a lvont:Character ;
    lvont:represents "𢑭"^^xsd:string .

<http://lexvo.org/id/char/2246E> a lvont:Character ;
    lvont:represents "𢑮"^^xsd:string .

<http://lexvo.org/id/char/2246F> a lvont:Character ;
    lvont:represents "𢑯"^^xsd:string .

<http://lexvo.org/id/char/2247> a lvont:Character ;
    lvont:represents "≇"^^xsd:string ;
    rdfs:comment "NEITHER APPROXIMATELY NOR ACTUALLY EQUAL TO"@en .

<http://lexvo.org/id/char/22470> a lvont:Character ;
    lvont:represents "𢑰"^^xsd:string .

<http://lexvo.org/id/char/22471> a lvont:Character ;
    lvont:represents "𢑱"^^xsd:string .

<http://lexvo.org/id/char/22472> a lvont:Character ;
    lvont:represents "𢑲"^^xsd:string .

<http://lexvo.org/id/char/22473> a lvont:Character ;
    lvont:represents "𢑳"^^xsd:string .

<http://lexvo.org/id/char/22474> a lvont:Character ;
    lvont:represents "𢑴"^^xsd:string .

<http://lexvo.org/id/char/22475> a lvont:Character ;
    lvont:represents "𢑵"^^xsd:string .

<http://lexvo.org/id/char/22476> a lvont:Character ;
    lvont:represents "𢑶"^^xsd:string .

<http://lexvo.org/id/char/22477> a lvont:Character ;
    lvont:represents "𢑷"^^xsd:string .

<http://lexvo.org/id/char/22478> a lvont:Character ;
    lvont:represents "𢑸"^^xsd:string .

<http://lexvo.org/id/char/22479> a lvont:Character ;
    lvont:represents "𢑹"^^xsd:string .

<http://lexvo.org/id/char/2247A> a lvont:Character ;
    lvont:represents "𢑺"^^xsd:string .

<http://lexvo.org/id/char/2247B> a lvont:Character ;
    lvont:represents "𢑻"^^xsd:string .

<http://lexvo.org/id/char/2247C> a lvont:Character ;
    lvont:represents "𢑼"^^xsd:string .

<http://lexvo.org/id/char/2247D> a lvont:Character ;
    lvont:represents "𢑽"^^xsd:string .

<http://lexvo.org/id/char/2247E> a lvont:Character ;
    lvont:represents "𢑾"^^xsd:string .

<http://lexvo.org/id/char/2247F> a lvont:Character ;
    lvont:represents "𢑿"^^xsd:string .

<http://lexvo.org/id/char/2248> a lvont:Character ;
    lvont:represents "≈"^^xsd:string ;
    rdfs:comment "ALMOST EQUAL TO"@en .

<http://lexvo.org/id/char/22480> a lvont:Character ;
    lvont:represents "𢒀"^^xsd:string .

<http://lexvo.org/id/char/22481> a lvont:Character ;
    lvont:represents "𢒁"^^xsd:string .

<http://lexvo.org/id/char/22482> a lvont:Character ;
    lvont:represents "𢒂"^^xsd:string .

<http://lexvo.org/id/char/22483> a lvont:Character ;
    lvont:represents "𢒃"^^xsd:string .

<http://lexvo.org/id/char/22484> a lvont:Character ;
    lvont:represents "𢒄"^^xsd:string .

<http://lexvo.org/id/char/22485> a lvont:Character ;
    lvont:represents "𢒅"^^xsd:string .

<http://lexvo.org/id/char/22486> a lvont:Character ;
    lvont:represents "𢒆"^^xsd:string .

<http://lexvo.org/id/char/22487> a lvont:Character ;
    lvont:represents "𢒇"^^xsd:string .

<http://lexvo.org/id/char/22488> a lvont:Character ;
    lvont:represents "𢒈"^^xsd:string .

<http://lexvo.org/id/char/22489> a lvont:Character ;
    lvont:represents "𢒉"^^xsd:string .

<http://lexvo.org/id/char/2248A> a lvont:Character ;
    lvont:represents "𢒊"^^xsd:string .

<http://lexvo.org/id/char/2248B> a lvont:Character ;
    lvont:represents "𢒋"^^xsd:string .

<http://lexvo.org/id/char/2248C> a lvont:Character ;
    lvont:represents "𢒌"^^xsd:string .

<http://lexvo.org/id/char/2248D> a lvont:Character ;
    lvont:represents "𢒍"^^xsd:string .

<http://lexvo.org/id/char/2248E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/bay>,
        "𢒎"^^xsd:string .

<http://lexvo.org/id/char/2248F> a lvont:Character ;
    lvont:represents "𢒏"^^xsd:string .

<http://lexvo.org/id/char/2249> a lvont:Character ;
    lvont:represents "≉"^^xsd:string ;
    rdfs:comment "NOT ALMOST EQUAL TO"@en .

<http://lexvo.org/id/char/22490> a lvont:Character ;
    lvont:represents "𢒐"^^xsd:string .

<http://lexvo.org/id/char/22491> a lvont:Character ;
    lvont:represents "𢒑"^^xsd:string .

<http://lexvo.org/id/char/22492> a lvont:Character ;
    lvont:represents "𢒒"^^xsd:string .

<http://lexvo.org/id/char/22493> a lvont:Character ;
    lvont:represents "𢒓"^^xsd:string .

<http://lexvo.org/id/char/22494> a lvont:Character ;
    lvont:represents "𢒔"^^xsd:string .

<http://lexvo.org/id/char/22495> a lvont:Character ;
    lvont:represents "𢒕"^^xsd:string .

<http://lexvo.org/id/char/22496> a lvont:Character ;
    lvont:represents "𢒖"^^xsd:string .

<http://lexvo.org/id/char/22497> a lvont:Character ;
    lvont:represents "𢒗"^^xsd:string .

<http://lexvo.org/id/char/22498> a lvont:Character ;
    lvont:represents "𢒘"^^xsd:string .

<http://lexvo.org/id/char/22499> a lvont:Character ;
    lvont:represents "𢒙"^^xsd:string .

<http://lexvo.org/id/char/2249A> a lvont:Character ;
    lvont:represents "𢒚"^^xsd:string .

<http://lexvo.org/id/char/2249B> a lvont:Character ;
    lvont:represents "𢒛"^^xsd:string .

<http://lexvo.org/id/char/2249C> a lvont:Character ;
    lvont:represents "𢒜"^^xsd:string .

<http://lexvo.org/id/char/2249D> a lvont:Character ;
    lvont:represents "𢒝"^^xsd:string .

<http://lexvo.org/id/char/2249E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/r%E1%BA%B1n>,
        "𢒞"^^xsd:string .

<http://lexvo.org/id/char/2249F> a lvont:Character ;
    lvont:represents "𢒟"^^xsd:string .

<http://lexvo.org/id/char/224A> a lvont:Character ;
    lvont:represents "≊"^^xsd:string ;
    rdfs:comment "ALMOST EQUAL OR EQUAL TO"@en .

<http://lexvo.org/id/char/224A0> a lvont:Character ;
    lvont:represents "𢒠"^^xsd:string .

<http://lexvo.org/id/char/224A1> a lvont:Character ;
    lvont:represents "𢒡"^^xsd:string .

<http://lexvo.org/id/char/224A2> a lvont:Character ;
    lvont:represents "𢒢"^^xsd:string .

<http://lexvo.org/id/char/224A3> a lvont:Character ;
    lvont:represents "𢒣"^^xsd:string .

<http://lexvo.org/id/char/224A4> a lvont:Character ;
    lvont:represents "𢒤"^^xsd:string .

<http://lexvo.org/id/char/224A5> a lvont:Character ;
    lvont:represents "𢒥"^^xsd:string .

<http://lexvo.org/id/char/224A6> a lvont:Character ;
    lvont:represents "𢒦"^^xsd:string .

<http://lexvo.org/id/char/224A7> a lvont:Character ;
    lvont:represents "𢒧"^^xsd:string .

<http://lexvo.org/id/char/224A8> a lvont:Character ;
    lvont:represents "𢒨"^^xsd:string .

<http://lexvo.org/id/char/224A9> a lvont:Character ;
    lvont:represents "𢒩"^^xsd:string .

<http://lexvo.org/id/char/224AA> a lvont:Character ;
    lvont:represents "𢒪"^^xsd:string .

<http://lexvo.org/id/char/224AB> a lvont:Character ;
    lvont:represents "𢒫"^^xsd:string .

<http://lexvo.org/id/char/224AC> a lvont:Character ;
    lvont:represents "𢒬"^^xsd:string .

<http://lexvo.org/id/char/224AD> a lvont:Character ;
    lvont:represents "𢒭"^^xsd:string .

<http://lexvo.org/id/char/224AE> a lvont:Character ;
    lvont:represents "𢒮"^^xsd:string .

<http://lexvo.org/id/char/224AF> a lvont:Character ;
    lvont:represents "𢒯"^^xsd:string .

<http://lexvo.org/id/char/224B> a lvont:Character ;
    lvont:represents "≋"^^xsd:string ;
    rdfs:comment "TRIPLE TILDE"@en .

<http://lexvo.org/id/char/224B0> a lvont:Character ;
    lvont:represents "𢒰"^^xsd:string .

<http://lexvo.org/id/char/224B1> a lvont:Character ;
    lvont:represents "𢒱"^^xsd:string .

<http://lexvo.org/id/char/224B2> a lvont:Character ;
    lvont:represents "𢒲"^^xsd:string .

<http://lexvo.org/id/char/224B3> a lvont:Character ;
    lvont:represents "𢒳"^^xsd:string .

<http://lexvo.org/id/char/224B4> a lvont:Character ;
    lvont:represents "𢒴"^^xsd:string .

<http://lexvo.org/id/char/224B5> a lvont:Character ;
    lvont:represents "𢒵"^^xsd:string .

<http://lexvo.org/id/char/224B6> a lvont:Character ;
    lvont:represents "𢒶"^^xsd:string .

<http://lexvo.org/id/char/224B7> a lvont:Character ;
    lvont:represents "𢒷"^^xsd:string .

<http://lexvo.org/id/char/224B8> a lvont:Character ;
    lvont:represents "𢒸"^^xsd:string .

<http://lexvo.org/id/char/224B9> a lvont:Character ;
    lvont:represents "𢒹"^^xsd:string .

<http://lexvo.org/id/char/224BA> a lvont:Character ;
    lvont:represents "𢒺"^^xsd:string .

<http://lexvo.org/id/char/224BB> a lvont:Character ;
    lvont:represents "𢒻"^^xsd:string .

<http://lexvo.org/id/char/224BC> a lvont:Character ;
    lvont:represents "𢒼"^^xsd:string .

<http://lexvo.org/id/char/224BD> a lvont:Character ;
    lvont:represents "𢒽"^^xsd:string .

<http://lexvo.org/id/char/224BE> a lvont:Character ;
    lvont:represents "𢒾"^^xsd:string .

<http://lexvo.org/id/char/224BF> a lvont:Character ;
    lvont:represents "𢒿"^^xsd:string .

<http://lexvo.org/id/char/224C> a lvont:Character ;
    lvont:represents "≌"^^xsd:string ;
    rdfs:comment "ALL EQUAL TO"@en .

<http://lexvo.org/id/char/224C0> a lvont:Character ;
    lvont:represents "𢓀"^^xsd:string .

<http://lexvo.org/id/char/224C1> a lvont:Character ;
    lvont:represents "𢓁"^^xsd:string .

<http://lexvo.org/id/char/224C2> a lvont:Character ;
    lvont:represents "𢓂"^^xsd:string .

<http://lexvo.org/id/char/224C3> a lvont:Character ;
    lvont:represents "𢓃"^^xsd:string .

<http://lexvo.org/id/char/224C4> a lvont:Character ;
    lvont:represents "𢓄"^^xsd:string .

<http://lexvo.org/id/char/224C5> a lvont:Character ;
    lvont:represents "𢓅"^^xsd:string .

<http://lexvo.org/id/char/224C6> a lvont:Character ;
    lvont:represents "𢓆"^^xsd:string .

<http://lexvo.org/id/char/224C7> a lvont:Character ;
    lvont:represents "𢓇"^^xsd:string .

<http://lexvo.org/id/char/224C8> a lvont:Character ;
    lvont:represents "𢓈"^^xsd:string .

<http://lexvo.org/id/char/224C9> a lvont:Character ;
    lvont:represents "𢓉"^^xsd:string .

<http://lexvo.org/id/char/224CA> a lvont:Character ;
    lvont:represents "𢓊"^^xsd:string .

<http://lexvo.org/id/char/224CB> a lvont:Character ;
    lvont:represents "𢓋"^^xsd:string .

<http://lexvo.org/id/char/224CC> a lvont:Character ;
    lvont:represents "𢓌"^^xsd:string .

<http://lexvo.org/id/char/224CD> a lvont:Character ;
    lvont:represents "𢓍"^^xsd:string .

<http://lexvo.org/id/char/224CE> a lvont:Character ;
    lvont:represents "𢓎"^^xsd:string .

<http://lexvo.org/id/char/224CF> a lvont:Character ;
    lvont:represents "𢓏"^^xsd:string .

<http://lexvo.org/id/char/224D> a lvont:Character ;
    lvont:represents "≍"^^xsd:string ;
    rdfs:comment "EQUIVALENT TO"@en .

<http://lexvo.org/id/char/224D0> a lvont:Character ;
    lvont:represents "𢓐"^^xsd:string .

<http://lexvo.org/id/char/224D1> a lvont:Character ;
    lvont:represents "𢓑"^^xsd:string .

<http://lexvo.org/id/char/224D2> a lvont:Character ;
    lvont:represents "𢓒"^^xsd:string .

<http://lexvo.org/id/char/224D3> a lvont:Character ;
    lvont:represents "𢓓"^^xsd:string .

<http://lexvo.org/id/char/224D4> a lvont:Character ;
    lvont:represents "𢓔"^^xsd:string .

<http://lexvo.org/id/char/224D5> a lvont:Character ;
    lvont:represents "𢓕"^^xsd:string .

<http://lexvo.org/id/char/224D6> a lvont:Character ;
    lvont:represents "𢓖"^^xsd:string .

<http://lexvo.org/id/char/224D7> a lvont:Character ;
    lvont:represents "𢓗"^^xsd:string .

<http://lexvo.org/id/char/224D8> a lvont:Character ;
    lvont:represents "𢓘"^^xsd:string .

<http://lexvo.org/id/char/224D9> a lvont:Character ;
    lvont:represents "𢓙"^^xsd:string .

<http://lexvo.org/id/char/224DA> a lvont:Character ;
    lvont:represents "𢓚"^^xsd:string .

<http://lexvo.org/id/char/224DB> a lvont:Character ;
    lvont:represents "𢓛"^^xsd:string .

<http://lexvo.org/id/char/224DC> a lvont:Character ;
    lvont:represents "𢓜"^^xsd:string .

<http://lexvo.org/id/char/224DD> a lvont:Character ;
    lvont:represents "𢓝"^^xsd:string .

<http://lexvo.org/id/char/224DE> a lvont:Character ;
    lvont:represents "𢓞"^^xsd:string .

<http://lexvo.org/id/char/224DF> a lvont:Character ;
    lvont:represents "𢓟"^^xsd:string .

<http://lexvo.org/id/char/224E> a lvont:Character ;
    lvont:represents "≎"^^xsd:string ;
    rdfs:comment "GEOMETRICALLY EQUIVALENT TO"@en .

<http://lexvo.org/id/char/224E0> a lvont:Character ;
    lvont:represents "𢓠"^^xsd:string .

<http://lexvo.org/id/char/224E1> a lvont:Character ;
    lvont:represents "𢓡"^^xsd:string .

<http://lexvo.org/id/char/224E2> a lvont:Character ;
    lvont:represents "𢓢"^^xsd:string .

<http://lexvo.org/id/char/224E3> a lvont:Character ;
    lvont:represents "𢓣"^^xsd:string .

<http://lexvo.org/id/char/224E4> a lvont:Character ;
    lvont:represents "𢓤"^^xsd:string .

<http://lexvo.org/id/char/224E5> a lvont:Character ;
    lvont:represents "𢓥"^^xsd:string .

<http://lexvo.org/id/char/224E6> a lvont:Character ;
    lvont:represents "𢓦"^^xsd:string .

<http://lexvo.org/id/char/224E7> a lvont:Character ;
    lvont:represents "𢓧"^^xsd:string .

<http://lexvo.org/id/char/224E8> a lvont:Character ;
    lvont:represents "𢓨"^^xsd:string .

<http://lexvo.org/id/char/224E9> a lvont:Character ;
    lvont:represents "𢓩"^^xsd:string .

<http://lexvo.org/id/char/224EA> a lvont:Character ;
    lvont:represents "𢓪"^^xsd:string .

<http://lexvo.org/id/char/224EB> a lvont:Character ;
    lvont:represents "𢓫"^^xsd:string .

<http://lexvo.org/id/char/224EC> a lvont:Character ;
    lvont:represents "𢓬"^^xsd:string .

<http://lexvo.org/id/char/224ED> a lvont:Character ;
    lvont:represents "𢓭"^^xsd:string .

<http://lexvo.org/id/char/224EE> a lvont:Character ;
    lvont:represents "𢓮"^^xsd:string .

<http://lexvo.org/id/char/224EF> a lvont:Character ;
    lvont:represents "𢓯"^^xsd:string .

<http://lexvo.org/id/char/224F> a lvont:Character ;
    lvont:represents "≏"^^xsd:string ;
    rdfs:comment "DIFFERENCE BETWEEN"@en .

<http://lexvo.org/id/char/224F0> a lvont:Character ;
    lvont:represents "𢓰"^^xsd:string .

<http://lexvo.org/id/char/224F1> a lvont:Character ;
    lvont:represents "𢓱"^^xsd:string .

<http://lexvo.org/id/char/224F2> a lvont:Character ;
    lvont:represents "𢓲"^^xsd:string .

<http://lexvo.org/id/char/224F3> a lvont:Character ;
    lvont:represents "𢓳"^^xsd:string .

<http://lexvo.org/id/char/224F4> a lvont:Character ;
    lvont:represents "𢓴"^^xsd:string .

<http://lexvo.org/id/char/224F5> a lvont:Character ;
    lvont:represents "𢓵"^^xsd:string .

<http://lexvo.org/id/char/224F6> a lvont:Character ;
    lvont:represents "𢓶"^^xsd:string .

<http://lexvo.org/id/char/224F7> a lvont:Character ;
    lvont:represents "𢓷"^^xsd:string .

<http://lexvo.org/id/char/224F8> a lvont:Character ;
    lvont:represents "𢓸"^^xsd:string .

<http://lexvo.org/id/char/224F9> a lvont:Character ;
    lvont:represents "𢓹"^^xsd:string .

<http://lexvo.org/id/char/224FA> a lvont:Character ;
    lvont:represents "𢓺"^^xsd:string .

<http://lexvo.org/id/char/224FB> a lvont:Character ;
    lvont:represents "𢓻"^^xsd:string .

<http://lexvo.org/id/char/224FC> a lvont:Character ;
    lvont:represents "𢓼"^^xsd:string .

<http://lexvo.org/id/char/224FD> a lvont:Character ;
    lvont:represents "𢓽"^^xsd:string .

<http://lexvo.org/id/char/224FE> a lvont:Character ;
    lvont:represents "𢓾"^^xsd:string .

<http://lexvo.org/id/char/224FF> a lvont:Character ;
    lvont:represents "𢓿"^^xsd:string .

<http://lexvo.org/id/char/2250> a lvont:Character ;
    lvont:represents "≐"^^xsd:string ;
    rdfs:comment "APPROACHES THE LIMIT"@en .

<http://lexvo.org/id/char/22500> a lvont:Character ;
    lvont:represents "𢔀"^^xsd:string .

<http://lexvo.org/id/char/22501> a lvont:Character ;
    lvont:represents "𢔁"^^xsd:string .

<http://lexvo.org/id/char/22502> a lvont:Character ;
    lvont:represents "𢔂"^^xsd:string .

<http://lexvo.org/id/char/22503> a lvont:Character ;
    lvont:represents "𢔃"^^xsd:string .

<http://lexvo.org/id/char/22504> a lvont:Character ;
    lvont:represents "𢔄"^^xsd:string .

<http://lexvo.org/id/char/22505> a lvont:Character ;
    lvont:represents "𢔅"^^xsd:string .

<http://lexvo.org/id/char/22506> a lvont:Character ;
    lvont:represents "𢔆"^^xsd:string .

<http://lexvo.org/id/char/22507> a lvont:Character ;
    lvont:represents "𢔇"^^xsd:string .

<http://lexvo.org/id/char/22508> a lvont:Character ;
    lvont:represents "𢔈"^^xsd:string .

<http://lexvo.org/id/char/22509> a lvont:Character ;
    lvont:represents "𢔉"^^xsd:string .

<http://lexvo.org/id/char/2250A> a lvont:Character ;
    lvont:represents "𢔊"^^xsd:string .

<http://lexvo.org/id/char/2250B> a lvont:Character ;
    lvont:represents "𢔋"^^xsd:string .

<http://lexvo.org/id/char/2250C> a lvont:Character ;
    lvont:represents "𢔌"^^xsd:string .

<http://lexvo.org/id/char/2250D> a lvont:Character ;
    lvont:represents "𢔍"^^xsd:string .

<http://lexvo.org/id/char/2250E> a lvont:Character ;
    lvont:represents "𢔎"^^xsd:string .

<http://lexvo.org/id/char/2250F> a lvont:Character ;
    lvont:represents "𢔏"^^xsd:string .

<http://lexvo.org/id/char/2251> a lvont:Character ;
    lvont:represents "≑"^^xsd:string ;
    rdfs:comment "GEOMETRICALLY EQUAL TO"@en .

<http://lexvo.org/id/char/22510> a lvont:Character ;
    lvont:represents "𢔐"^^xsd:string .

<http://lexvo.org/id/char/22511> a lvont:Character ;
    lvont:represents "𢔑"^^xsd:string .

<http://lexvo.org/id/char/22512> a lvont:Character ;
    lvont:represents "𢔒"^^xsd:string .

<http://lexvo.org/id/char/22513> a lvont:Character ;
    lvont:represents "𢔓"^^xsd:string .

<http://lexvo.org/id/char/22514> a lvont:Character ;
    lvont:represents "𢔔"^^xsd:string .

<http://lexvo.org/id/char/22515> a lvont:Character ;
    lvont:represents "𢔕"^^xsd:string .

<http://lexvo.org/id/char/22516> a lvont:Character ;
    lvont:represents "𢔖"^^xsd:string .

<http://lexvo.org/id/char/22517> a lvont:Character ;
    lvont:represents "𢔗"^^xsd:string .

<http://lexvo.org/id/char/22518> a lvont:Character ;
    lvont:represents "𢔘"^^xsd:string .

<http://lexvo.org/id/char/22519> a lvont:Character ;
    lvont:represents "𢔙"^^xsd:string .

<http://lexvo.org/id/char/2251A> a lvont:Character ;
    lvont:represents "𢔚"^^xsd:string .

<http://lexvo.org/id/char/2251B> a lvont:Character ;
    lvont:represents "𢔛"^^xsd:string .

<http://lexvo.org/id/char/2251C> a lvont:Character ;
    lvont:represents "𢔜"^^xsd:string .

<http://lexvo.org/id/char/2251D> a lvont:Character ;
    lvont:represents "𢔝"^^xsd:string .

<http://lexvo.org/id/char/2251E> a lvont:Character ;
    lvont:represents "𢔞"^^xsd:string .

<http://lexvo.org/id/char/2251F> a lvont:Character ;
    lvont:represents "𢔟"^^xsd:string .

<http://lexvo.org/id/char/2252> a lvont:Character ;
    lvont:represents "≒"^^xsd:string ;
    rdfs:comment "APPROXIMATELY EQUAL TO OR THE IMAGE OF"@en .

<http://lexvo.org/id/char/22520> a lvont:Character ;
    lvont:represents "𢔠"^^xsd:string .

<http://lexvo.org/id/char/22521> a lvont:Character ;
    lvont:represents "𢔡"^^xsd:string .

<http://lexvo.org/id/char/22522> a lvont:Character ;
    lvont:represents "𢔢"^^xsd:string .

<http://lexvo.org/id/char/22523> a lvont:Character ;
    lvont:represents "𢔣"^^xsd:string .

<http://lexvo.org/id/char/22524> a lvont:Character ;
    lvont:represents "𢔤"^^xsd:string .

<http://lexvo.org/id/char/22525> a lvont:Character ;
    lvont:represents "𢔥"^^xsd:string .

<http://lexvo.org/id/char/22526> a lvont:Character ;
    lvont:represents "𢔦"^^xsd:string .

<http://lexvo.org/id/char/22527> a lvont:Character ;
    lvont:represents "𢔧"^^xsd:string .

<http://lexvo.org/id/char/22528> a lvont:Character ;
    lvont:represents "𢔨"^^xsd:string .

<http://lexvo.org/id/char/22529> a lvont:Character ;
    lvont:represents "𢔩"^^xsd:string .

<http://lexvo.org/id/char/2252A> a lvont:Character ;
    lvont:represents "𢔪"^^xsd:string .

<http://lexvo.org/id/char/2252B> a lvont:Character ;
    lvont:represents "𢔫"^^xsd:string .

<http://lexvo.org/id/char/2252C> a lvont:Character ;
    lvont:represents "𢔬"^^xsd:string .

<http://lexvo.org/id/char/2252D> a lvont:Character ;
    lvont:represents "𢔭"^^xsd:string .

<http://lexvo.org/id/char/2252E> a lvont:Character ;
    lvont:represents "𢔮"^^xsd:string .

<http://lexvo.org/id/char/2252F> a lvont:Character ;
    lvont:represents "𢔯"^^xsd:string .

<http://lexvo.org/id/char/2253> a lvont:Character ;
    lvont:represents "≓"^^xsd:string ;
    rdfs:comment "IMAGE OF OR APPROXIMATELY EQUAL TO"@en .

<http://lexvo.org/id/char/22530> a lvont:Character ;
    lvont:represents "𢔰"^^xsd:string .

<http://lexvo.org/id/char/22531> a lvont:Character ;
    lvont:represents "𢔱"^^xsd:string .

<http://lexvo.org/id/char/22532> a lvont:Character ;
    lvont:represents "𢔲"^^xsd:string .

<http://lexvo.org/id/char/22533> a lvont:Character ;
    lvont:represents "𢔳"^^xsd:string .

<http://lexvo.org/id/char/22534> a lvont:Character ;
    lvont:represents "𢔴"^^xsd:string .

<http://lexvo.org/id/char/22535> a lvont:Character ;
    lvont:represents "𢔵"^^xsd:string .

<http://lexvo.org/id/char/22536> a lvont:Character ;
    lvont:represents "𢔶"^^xsd:string .

<http://lexvo.org/id/char/22537> a lvont:Character ;
    lvont:represents "𢔷"^^xsd:string .

<http://lexvo.org/id/char/22538> a lvont:Character ;
    lvont:represents "𢔸"^^xsd:string .

<http://lexvo.org/id/char/22539> a lvont:Character ;
    lvont:represents "𢔹"^^xsd:string .

<http://lexvo.org/id/char/2253A> a lvont:Character ;
    lvont:represents "𢔺"^^xsd:string .

<http://lexvo.org/id/char/2253B> a lvont:Character ;
    lvont:represents "𢔻"^^xsd:string .

<http://lexvo.org/id/char/2253C> a lvont:Character ;
    lvont:represents "𢔼"^^xsd:string .

<http://lexvo.org/id/char/2253D> a lvont:Character ;
    lvont:represents "𢔽"^^xsd:string .

<http://lexvo.org/id/char/2253E> a lvont:Character ;
    lvont:represents "𢔾"^^xsd:string .

<http://lexvo.org/id/char/2253F> a lvont:Character ;
    lvont:represents "𢔿"^^xsd:string .

<http://lexvo.org/id/char/2254> a lvont:Character ;
    lvont:represents "≔"^^xsd:string ;
    rdfs:comment "COLON EQUALS"@en .

<http://lexvo.org/id/char/22540> a lvont:Character ;
    lvont:represents "𢕀"^^xsd:string .

<http://lexvo.org/id/char/22541> a lvont:Character ;
    lvont:represents "𢕁"^^xsd:string .

<http://lexvo.org/id/char/22542> a lvont:Character ;
    lvont:represents "𢕂"^^xsd:string .

<http://lexvo.org/id/char/22543> a lvont:Character ;
    lvont:represents "𢕃"^^xsd:string .

<http://lexvo.org/id/char/22544> a lvont:Character ;
    lvont:represents "𢕄"^^xsd:string .

<http://lexvo.org/id/char/22545> a lvont:Character ;
    lvont:represents "𢕅"^^xsd:string .

<http://lexvo.org/id/char/22546> a lvont:Character ;
    lvont:represents "𢕆"^^xsd:string .

<http://lexvo.org/id/char/22547> a lvont:Character ;
    lvont:represents "𢕇"^^xsd:string .

<http://lexvo.org/id/char/22548> a lvont:Character ;
    lvont:represents "𢕈"^^xsd:string .

<http://lexvo.org/id/char/22549> a lvont:Character ;
    lvont:represents "𢕉"^^xsd:string .

<http://lexvo.org/id/char/2254A> a lvont:Character ;
    lvont:represents "𢕊"^^xsd:string .

<http://lexvo.org/id/char/2254B> a lvont:Character ;
    lvont:represents "𢕋"^^xsd:string .

<http://lexvo.org/id/char/2254C> a lvont:Character ;
    lvont:represents "𢕌"^^xsd:string .

<http://lexvo.org/id/char/2254D> a lvont:Character ;
    lvont:represents "𢕍"^^xsd:string .

<http://lexvo.org/id/char/2254E> a lvont:Character ;
    lvont:represents "𢕎"^^xsd:string .

<http://lexvo.org/id/char/2254F> a lvont:Character ;
    lvont:represents "𢕏"^^xsd:string .

<http://lexvo.org/id/char/2255> a lvont:Character ;
    lvont:represents "≕"^^xsd:string ;
    rdfs:comment "EQUALS COLON"@en .

<http://lexvo.org/id/char/22550> a lvont:Character ;
    lvont:represents "𢕐"^^xsd:string .

<http://lexvo.org/id/char/22551> a lvont:Character ;
    lvont:represents "𢕑"^^xsd:string .

<http://lexvo.org/id/char/22552> a lvont:Character ;
    lvont:represents "𢕒"^^xsd:string .

<http://lexvo.org/id/char/22553> a lvont:Character ;
    lvont:represents "𢕓"^^xsd:string .

<http://lexvo.org/id/char/22554> a lvont:Character ;
    lvont:represents "𢕔"^^xsd:string .

<http://lexvo.org/id/char/22555> a lvont:Character ;
    lvont:represents "𢕕"^^xsd:string .

<http://lexvo.org/id/char/22556> a lvont:Character ;
    lvont:represents "𢕖"^^xsd:string .

<http://lexvo.org/id/char/22557> a lvont:Character ;
    lvont:represents "𢕗"^^xsd:string .

<http://lexvo.org/id/char/22558> a lvont:Character ;
    lvont:represents "𢕘"^^xsd:string .

<http://lexvo.org/id/char/22559> a lvont:Character ;
    lvont:represents "𢕙"^^xsd:string .

<http://lexvo.org/id/char/2255A> a lvont:Character ;
    lvont:represents "𢕚"^^xsd:string .

<http://lexvo.org/id/char/2255B> a lvont:Character ;
    lvont:represents "𢕛"^^xsd:string .

<http://lexvo.org/id/char/2255C> a lvont:Character ;
    lvont:represents "𢕜"^^xsd:string .

<http://lexvo.org/id/char/2255D> a lvont:Character ;
    lvont:represents "𢕝"^^xsd:string .

<http://lexvo.org/id/char/2255E> a lvont:Character ;
    lvont:represents "𢕞"^^xsd:string .

<http://lexvo.org/id/char/2255F> a lvont:Character ;
    lvont:represents "𢕟"^^xsd:string .

<http://lexvo.org/id/char/2256> a lvont:Character ;
    lvont:represents "≖"^^xsd:string ;
    rdfs:comment "RING IN EQUAL TO"@en .

<http://lexvo.org/id/char/22560> a lvont:Character ;
    lvont:represents "𢕠"^^xsd:string .

<http://lexvo.org/id/char/22561> a lvont:Character ;
    lvont:represents "𢕡"^^xsd:string .

<http://lexvo.org/id/char/22562> a lvont:Character ;
    lvont:represents "𢕢"^^xsd:string .

<http://lexvo.org/id/char/22563> a lvont:Character ;
    lvont:represents "𢕣"^^xsd:string .

<http://lexvo.org/id/char/22564> a lvont:Character ;
    lvont:represents "𢕤"^^xsd:string .

<http://lexvo.org/id/char/22565> a lvont:Character ;
    lvont:represents "𢕥"^^xsd:string .

<http://lexvo.org/id/char/22566> a lvont:Character ;
    lvont:represents "𢕦"^^xsd:string .

<http://lexvo.org/id/char/22567> a lvont:Character ;
    lvont:represents "𢕧"^^xsd:string .

<http://lexvo.org/id/char/22568> a lvont:Character ;
    lvont:represents "𢕨"^^xsd:string .

<http://lexvo.org/id/char/22569> a lvont:Character ;
    lvont:represents "𢕩"^^xsd:string .

<http://lexvo.org/id/char/2256A> a lvont:Character ;
    lvont:represents "𢕪"^^xsd:string .

<http://lexvo.org/id/char/2256B> a lvont:Character ;
    lvont:represents "𢕫"^^xsd:string .

<http://lexvo.org/id/char/2256C> a lvont:Character ;
    lvont:represents "𢕬"^^xsd:string .

<http://lexvo.org/id/char/2256D> a lvont:Character ;
    lvont:represents "𢕭"^^xsd:string .

<http://lexvo.org/id/char/2256E> a lvont:Character ;
    lvont:represents "𢕮"^^xsd:string .

<http://lexvo.org/id/char/2256F> a lvont:Character ;
    lvont:represents "𢕯"^^xsd:string .

<http://lexvo.org/id/char/2257> a lvont:Character ;
    lvont:represents "≗"^^xsd:string ;
    rdfs:comment "RING EQUAL TO"@en .

<http://lexvo.org/id/char/22570> a lvont:Character ;
    lvont:represents "𢕰"^^xsd:string .

<http://lexvo.org/id/char/22571> a lvont:Character ;
    lvont:represents "𢕱"^^xsd:string .

<http://lexvo.org/id/char/22572> a lvont:Character ;
    lvont:represents "𢕲"^^xsd:string .

<http://lexvo.org/id/char/22573> a lvont:Character ;
    lvont:represents "𢕳"^^xsd:string .

<http://lexvo.org/id/char/22574> a lvont:Character ;
    lvont:represents "𢕴"^^xsd:string .

<http://lexvo.org/id/char/22575> a lvont:Character ;
    lvont:represents "𢕵"^^xsd:string .

<http://lexvo.org/id/char/22576> a lvont:Character ;
    lvont:represents "𢕶"^^xsd:string .

<http://lexvo.org/id/char/22577> a lvont:Character ;
    lvont:represents "𢕷"^^xsd:string .

<http://lexvo.org/id/char/22578> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/s%C4%83n>,
        "𢕸"^^xsd:string .

<http://lexvo.org/id/char/22579> a lvont:Character ;
    lvont:represents "𢕹"^^xsd:string .

<http://lexvo.org/id/char/2257A> a lvont:Character ;
    lvont:represents "𢕺"^^xsd:string .

<http://lexvo.org/id/char/2257B> a lvont:Character ;
    lvont:represents "𢕻"^^xsd:string .

<http://lexvo.org/id/char/2257C> a lvont:Character ;
    lvont:represents "𢕼"^^xsd:string .

<http://lexvo.org/id/char/2257D> a lvont:Character ;
    lvont:represents "𢕽"^^xsd:string .

<http://lexvo.org/id/char/2257E> a lvont:Character ;
    lvont:represents "𢕾"^^xsd:string .

<http://lexvo.org/id/char/2257F> a lvont:Character ;
    lvont:represents "𢕿"^^xsd:string .

<http://lexvo.org/id/char/2258> a lvont:Character ;
    lvont:represents "≘"^^xsd:string ;
    rdfs:comment "CORRESPONDS TO"@en .

<http://lexvo.org/id/char/22580> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/su%E1%BB%91t>,
        "𢖀"^^xsd:string .

<http://lexvo.org/id/char/22581> a lvont:Character ;
    lvont:represents "𢖁"^^xsd:string .

<http://lexvo.org/id/char/22582> a lvont:Character ;
    lvont:represents "𢖂"^^xsd:string .

<http://lexvo.org/id/char/22583> a lvont:Character ;
    lvont:represents "𢖃"^^xsd:string .

<http://lexvo.org/id/char/22584> a lvont:Character ;
    lvont:represents "𢖄"^^xsd:string .

<http://lexvo.org/id/char/22585> a lvont:Character ;
    lvont:represents "𢖅"^^xsd:string .

<http://lexvo.org/id/char/22586> a lvont:Character ;
    lvont:represents "𢖆"^^xsd:string .

<http://lexvo.org/id/char/22587> a lvont:Character ;
    lvont:represents "𢖇"^^xsd:string .

<http://lexvo.org/id/char/22588> a lvont:Character ;
    lvont:represents "𢖈"^^xsd:string .

<http://lexvo.org/id/char/22589> a lvont:Character ;
    lvont:represents "𢖉"^^xsd:string .

<http://lexvo.org/id/char/2258A> a lvont:Character ;
    lvont:represents "𢖊"^^xsd:string .

<http://lexvo.org/id/char/2258B> a lvont:Character ;
    lvont:represents "𢖋"^^xsd:string .

<http://lexvo.org/id/char/2258C> a lvont:Character ;
    lvont:represents "𢖌"^^xsd:string .

<http://lexvo.org/id/char/2258D> a lvont:Character ;
    lvont:represents "𢖍"^^xsd:string .

<http://lexvo.org/id/char/2258E> a lvont:Character ;
    lvont:represents "𢖎"^^xsd:string .

<http://lexvo.org/id/char/2258F> a lvont:Character ;
    lvont:represents "𢖏"^^xsd:string .

<http://lexvo.org/id/char/2259> a lvont:Character ;
    lvont:represents "≙"^^xsd:string ;
    rdfs:comment "ESTIMATES"@en .

<http://lexvo.org/id/char/22590> a lvont:Character ;
    lvont:represents "𢖐"^^xsd:string .

<http://lexvo.org/id/char/22591> a lvont:Character ;
    lvont:represents "𢖑"^^xsd:string .

<http://lexvo.org/id/char/22592> a lvont:Character ;
    lvont:represents "𢖒"^^xsd:string .

<http://lexvo.org/id/char/22593> a lvont:Character ;
    lvont:represents "𢖓"^^xsd:string .

<http://lexvo.org/id/char/22594> a lvont:Character ;
    lvont:represents "𢖔"^^xsd:string .

<http://lexvo.org/id/char/22595> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/sau>,
        "𢖕"^^xsd:string .

<http://lexvo.org/id/char/22596> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/sau>,
        "𢖖"^^xsd:string .

<http://lexvo.org/id/char/22597> a lvont:Character ;
    lvont:represents "𢖗"^^xsd:string .

<http://lexvo.org/id/char/22598> a lvont:Character ;
    lvont:represents "𢖘"^^xsd:string .

<http://lexvo.org/id/char/22599> a lvont:Character ;
    lvont:represents "𢖙"^^xsd:string .

<http://lexvo.org/id/char/2259A> a lvont:Character ;
    lvont:represents "𢖚"^^xsd:string .

<http://lexvo.org/id/char/2259B> a lvont:Character ;
    lvont:represents "𢖛"^^xsd:string .

<http://lexvo.org/id/char/2259C> a lvont:Character ;
    lvont:represents "𢖜"^^xsd:string .

<http://lexvo.org/id/char/2259D> a lvont:Character ;
    lvont:represents "𢖝"^^xsd:string .

<http://lexvo.org/id/char/2259E> a lvont:Character ;
    lvont:represents "𢖞"^^xsd:string .

<http://lexvo.org/id/char/2259F> a lvont:Character ;
    lvont:represents "𢖟"^^xsd:string .

<http://lexvo.org/id/char/225A> a lvont:Character ;
    lvont:represents "≚"^^xsd:string ;
    rdfs:comment "EQUIANGULAR TO"@en .

<http://lexvo.org/id/char/225A0> a lvont:Character ;
    lvont:represents "𢖠"^^xsd:string .

<http://lexvo.org/id/char/225A1> a lvont:Character ;
    lvont:represents "𢖡"^^xsd:string .

<http://lexvo.org/id/char/225A2> a lvont:Character ;
    lvont:represents "𢖢"^^xsd:string .

<http://lexvo.org/id/char/225A3> a lvont:Character ;
    lvont:represents "𢖣"^^xsd:string .

<http://lexvo.org/id/char/225A4> a lvont:Character ;
    lvont:represents "𢖤"^^xsd:string .

<http://lexvo.org/id/char/225A5> a lvont:Character ;
    lvont:represents "𢖥"^^xsd:string .

<http://lexvo.org/id/char/225A6> a lvont:Character ;
    lvont:represents "𢖦"^^xsd:string .

<http://lexvo.org/id/char/225A7> a lvont:Character ;
    lvont:represents "𢖧"^^xsd:string .

<http://lexvo.org/id/char/225A8> a lvont:Character ;
    lvont:represents "𢖨"^^xsd:string .

<http://lexvo.org/id/char/225AA> a lvont:Character ;
    lvont:represents "𢖪"^^xsd:string .

<http://lexvo.org/id/char/225AB> a lvont:Character ;
    lvont:represents "𢖫"^^xsd:string .

<http://lexvo.org/id/char/225AC> a lvont:Character ;
    lvont:represents "𢖬"^^xsd:string .

<http://lexvo.org/id/char/225AD> a lvont:Character ;
    lvont:represents "𢖭"^^xsd:string .

<http://lexvo.org/id/char/225AE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/%E1%BA%AFt>,
        "𢖮"^^xsd:string .

<http://lexvo.org/id/char/225AF> a lvont:Character ;
    lvont:represents "𢖯"^^xsd:string .

<http://lexvo.org/id/char/225B> a lvont:Character ;
    lvont:represents "≛"^^xsd:string ;
    rdfs:comment "STAR EQUALS"@en .

<http://lexvo.org/id/char/225B0> a lvont:Character ;
    lvont:represents "𢖰"^^xsd:string .

<http://lexvo.org/id/char/225B1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/n%E1%BA%A3i>,
        "𢖱"^^xsd:string .

<http://lexvo.org/id/char/225B2> a lvont:Character ;
    lvont:represents "𢖲"^^xsd:string .

<http://lexvo.org/id/char/225B3> a lvont:Character ;
    lvont:represents "𢖳"^^xsd:string .

<http://lexvo.org/id/char/225B4> a lvont:Character ;
    lvont:represents "𢖴"^^xsd:string .

<http://lexvo.org/id/char/225B5> a lvont:Character ;
    lvont:represents "𢖵"^^xsd:string .

<http://lexvo.org/id/char/225B6> a lvont:Character ;
    lvont:represents "𢖶"^^xsd:string .

<http://lexvo.org/id/char/225B7> a lvont:Character ;
    lvont:represents "𢖷"^^xsd:string .

<http://lexvo.org/id/char/225B8> a lvont:Character ;
    lvont:represents "𢖸"^^xsd:string .

<http://lexvo.org/id/char/225B9> a lvont:Character ;
    lvont:represents "𢖹"^^xsd:string .

<http://lexvo.org/id/char/225BA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/nh%C3%A1c>,
        "𢖺"^^xsd:string .

<http://lexvo.org/id/char/225BB> a lvont:Character ;
    lvont:represents "𢖻"^^xsd:string .

<http://lexvo.org/id/char/225BC> a lvont:Character ;
    lvont:represents "𢖼"^^xsd:string .

<http://lexvo.org/id/char/225BD> a lvont:Character ;
    lvont:represents "𢖽"^^xsd:string .

<http://lexvo.org/id/char/225BE> a lvont:Character ;
    lvont:represents "𢖾"^^xsd:string .

<http://lexvo.org/id/char/225BF> a lvont:Character ;
    lvont:represents "𢖿"^^xsd:string .

<http://lexvo.org/id/char/225C> a lvont:Character ;
    lvont:represents "≜"^^xsd:string ;
    rdfs:comment "DELTA EQUAL TO"@en .

<http://lexvo.org/id/char/225C0> a lvont:Character ;
    lvont:represents "𢗀"^^xsd:string .

<http://lexvo.org/id/char/225C1> a lvont:Character ;
    lvont:represents "𢗁"^^xsd:string .

<http://lexvo.org/id/char/225C2> a lvont:Character ;
    lvont:represents "𢗂"^^xsd:string .

<http://lexvo.org/id/char/225C3> a lvont:Character ;
    lvont:represents "𢗃"^^xsd:string .

<http://lexvo.org/id/char/225C4> a lvont:Character ;
    lvont:represents "𢗄"^^xsd:string .

<http://lexvo.org/id/char/225C5> a lvont:Character ;
    lvont:represents "𢗅"^^xsd:string .

<http://lexvo.org/id/char/225C6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/r%C6%B0%E1%BB%A3n>,
        "𢗆"^^xsd:string .

<http://lexvo.org/id/char/225C7> a lvont:Character ;
    lvont:represents "𢗇"^^xsd:string .

<http://lexvo.org/id/char/225C8> a lvont:Character ;
    lvont:represents "𢗈"^^xsd:string .

<http://lexvo.org/id/char/225C9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/nu%E1%BB%91i>,
        "𢗉"^^xsd:string .

<http://lexvo.org/id/char/225CA> a lvont:Character ;
    lvont:represents "𢗊"^^xsd:string .

<http://lexvo.org/id/char/225CB> a lvont:Character ;
    lvont:represents "𢗋"^^xsd:string .

<http://lexvo.org/id/char/225CC> a lvont:Character ;
    lvont:represents "𢗌"^^xsd:string .

<http://lexvo.org/id/char/225CD> a lvont:Character ;
    lvont:represents "𢗍"^^xsd:string .

<http://lexvo.org/id/char/225CE> a lvont:Character ;
    lvont:represents "𢗎"^^xsd:string .

<http://lexvo.org/id/char/225CF> a lvont:Character ;
    lvont:represents "𢗏"^^xsd:string .

<http://lexvo.org/id/char/225D> a lvont:Character ;
    lvont:represents "≝"^^xsd:string ;
    rdfs:comment "EQUAL TO BY DEFINITION"@en .

<http://lexvo.org/id/char/225D0> a lvont:Character ;
    lvont:represents "𢗐"^^xsd:string .

<http://lexvo.org/id/char/225D1> a lvont:Character ;
    lvont:represents "𢗑"^^xsd:string .

<http://lexvo.org/id/char/225D2> a lvont:Character ;
    lvont:represents "𢗒"^^xsd:string .

<http://lexvo.org/id/char/225D3> a lvont:Character ;
    lvont:represents "𢗓"^^xsd:string .

<http://lexvo.org/id/char/225D4> a lvont:Character ;
    lvont:represents "𢗔"^^xsd:string .

<http://lexvo.org/id/char/225D5> a lvont:Character ;
    lvont:represents "𢗕"^^xsd:string .

<http://lexvo.org/id/char/225D6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/nh%E1%BA%A7m>,
        "𢗖"^^xsd:string .

<http://lexvo.org/id/char/225D7> a lvont:Character ;
    lvont:represents "𢗗"^^xsd:string .

<http://lexvo.org/id/char/225D8> a lvont:Character ;
    lvont:represents "𢗘"^^xsd:string .

<http://lexvo.org/id/char/225D9> a lvont:Character ;
    lvont:represents "𢗙"^^xsd:string .

<http://lexvo.org/id/char/225DA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/t%E1%BB%87ch>,
        "𢗚"^^xsd:string .

<http://lexvo.org/id/char/225DB> a lvont:Character ;
    lvont:represents "𢗛"^^xsd:string .

<http://lexvo.org/id/char/225DC> a lvont:Character ;
    lvont:represents "𢗜"^^xsd:string .

<http://lexvo.org/id/char/225DD> a lvont:Character ;
    lvont:represents "𢗝"^^xsd:string .

<http://lexvo.org/id/char/225DE> a lvont:Character ;
    lvont:represents "𢗞"^^xsd:string .

<http://lexvo.org/id/char/225DF> a lvont:Character ;
    lvont:represents "𢗟"^^xsd:string .

<http://lexvo.org/id/char/225E> a lvont:Character ;
    lvont:represents "≞"^^xsd:string ;
    rdfs:comment "MEASURED BY"@en .

<http://lexvo.org/id/char/225E0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/th%C3%ADt>,
        "𢗠"^^xsd:string .

<http://lexvo.org/id/char/225E1> a lvont:Character ;
    lvont:represents "𢗡"^^xsd:string .

<http://lexvo.org/id/char/225E2> a lvont:Character ;
    lvont:represents "𢗢"^^xsd:string .

<http://lexvo.org/id/char/225E3> a lvont:Character ;
    lvont:represents "𢗣"^^xsd:string .

<http://lexvo.org/id/char/225E4> a lvont:Character ;
    lvont:represents "𢗤"^^xsd:string .

<http://lexvo.org/id/char/225E5> a lvont:Character ;
    lvont:represents "𢗥"^^xsd:string .

<http://lexvo.org/id/char/225E6> a lvont:Character ;
    lvont:represents "𢗦"^^xsd:string .

<http://lexvo.org/id/char/225E7> a lvont:Character ;
    lvont:represents "𢗧"^^xsd:string .

<http://lexvo.org/id/char/225E8> a lvont:Character ;
    lvont:represents "𢗨"^^xsd:string .

<http://lexvo.org/id/char/225E9> a lvont:Character ;
    lvont:represents "𢗩"^^xsd:string .

<http://lexvo.org/id/char/225EA> a lvont:Character ;
    lvont:represents "𢗪"^^xsd:string .

<http://lexvo.org/id/char/225EB> a lvont:Character ;
    lvont:represents "𢗫"^^xsd:string .

<http://lexvo.org/id/char/225EC> a lvont:Character ;
    lvont:represents "𢗬"^^xsd:string .

<http://lexvo.org/id/char/225ED> a lvont:Character ;
    lvont:represents "𢗭"^^xsd:string .

<http://lexvo.org/id/char/225EE> a lvont:Character ;
    lvont:represents "𢗮"^^xsd:string .

<http://lexvo.org/id/char/225EF> a lvont:Character ;
    lvont:represents "𢗯"^^xsd:string .

<http://lexvo.org/id/char/225F> a lvont:Character ;
    lvont:represents "≟"^^xsd:string ;
    rdfs:comment "QUESTIONED EQUAL TO"@en .

<http://lexvo.org/id/char/225F0> a lvont:Character ;
    lvont:represents "𢗰"^^xsd:string .

<http://lexvo.org/id/char/225F1> a lvont:Character ;
    lvont:represents "𢗱"^^xsd:string .

<http://lexvo.org/id/char/225F2> a lvont:Character ;
    lvont:represents "𢗲"^^xsd:string .

<http://lexvo.org/id/char/225F3> a lvont:Character ;
    lvont:represents "𢗳"^^xsd:string .

<http://lexvo.org/id/char/225F4> a lvont:Character ;
    lvont:represents "𢗴"^^xsd:string .

<http://lexvo.org/id/char/225F5> a lvont:Character ;
    lvont:represents "𢗵"^^xsd:string .

<http://lexvo.org/id/char/225F6> a lvont:Character ;
    lvont:represents "𢗶"^^xsd:string .

<http://lexvo.org/id/char/225F7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/tho%E1%BA%A3i>,
        "𢗷"^^xsd:string .

<http://lexvo.org/id/char/225F8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/s%E1%BA%A9u>,
        "𢗸"^^xsd:string .

<http://lexvo.org/id/char/225F9> a lvont:Character ;
    lvont:represents "𢗹"^^xsd:string .

<http://lexvo.org/id/char/225FA> a lvont:Character ;
    lvont:represents "𢗺"^^xsd:string .

<http://lexvo.org/id/char/225FB> a lvont:Character ;
    lvont:represents "𢗻"^^xsd:string .

<http://lexvo.org/id/char/225FC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/lo>,
        "𢗼"^^xsd:string .

<http://lexvo.org/id/char/225FD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/t%E1%BA%BB>,
        "𢗽"^^xsd:string .

<http://lexvo.org/id/char/225FE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ng%C6%B0%E1%BB%A3ng>,
        "𢗾"^^xsd:string .

<http://lexvo.org/id/char/225FF> a lvont:Character ;
    lvont:represents "𢗿"^^xsd:string .

<http://lexvo.org/id/char/2260> a lvont:Character ;
    lvont:represents "≠"^^xsd:string ;
    rdfs:comment "NOT EQUAL TO"@en .

<http://lexvo.org/id/char/22600> a lvont:Character ;
    lvont:represents "𢘀"^^xsd:string .

<http://lexvo.org/id/char/22601> a lvont:Character ;
    lvont:represents "𢘁"^^xsd:string .

<http://lexvo.org/id/char/22602> a lvont:Character ;
    lvont:represents "𢘂"^^xsd:string .

<http://lexvo.org/id/char/22603> a lvont:Character ;
    lvont:represents "𢘃"^^xsd:string .

<http://lexvo.org/id/char/22604> a lvont:Character ;
    lvont:represents "𢘄"^^xsd:string .

<http://lexvo.org/id/char/22605> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/maau4>,
        <http://lexvo.org/id/term/yue/%F0%A2%98%85>,
        "𢘅"^^xsd:string ;
    rdfs:comment "(Cant.) flurried, flustered; arbitrariliy"@en .

<http://lexvo.org/id/char/22606> a lvont:Character ;
    lvont:represents "𢘆"^^xsd:string .

<http://lexvo.org/id/char/22607> a lvont:Character ;
    lvont:represents "𢘇"^^xsd:string .

<http://lexvo.org/id/char/22608> a lvont:Character ;
    lvont:represents "𢘈"^^xsd:string .

<http://lexvo.org/id/char/22609> a lvont:Character ;
    lvont:represents "𢘉"^^xsd:string .

<http://lexvo.org/id/char/2260A> a lvont:Character ;
    lvont:represents "𢘊"^^xsd:string .

<http://lexvo.org/id/char/2260B> a lvont:Character ;
    lvont:represents "𢘋"^^xsd:string .

<http://lexvo.org/id/char/2260C> a lvont:Character ;
    lvont:represents "𢘌"^^xsd:string .

<http://lexvo.org/id/char/2260D> a lvont:Character ;
    lvont:represents "𢘍"^^xsd:string .

<http://lexvo.org/id/char/2260E> a lvont:Character ;
    lvont:represents "𢘎"^^xsd:string .

<http://lexvo.org/id/char/2260F> a lvont:Character ;
    lvont:represents "𢘏"^^xsd:string .

<http://lexvo.org/id/char/2261> a lvont:Character ;
    lvont:represents "≡"^^xsd:string ;
    rdfs:comment "IDENTICAL TO"@en .

<http://lexvo.org/id/char/22610> a lvont:Character ;
    lvont:represents "𢘐"^^xsd:string .

<http://lexvo.org/id/char/22611> a lvont:Character ;
    lvont:represents "𢘑"^^xsd:string .

<http://lexvo.org/id/char/22612> a lvont:Character ;
    lvont:represents "𢘒"^^xsd:string .

<http://lexvo.org/id/char/22613> a lvont:Character ;
    lvont:represents "𢘓"^^xsd:string .

<http://lexvo.org/id/char/22614> a lvont:Character ;
    lvont:represents "𢘔"^^xsd:string .

<http://lexvo.org/id/char/22615> a lvont:Character ;
    lvont:represents "𢘕"^^xsd:string .

<http://lexvo.org/id/char/22616> a lvont:Character ;
    lvont:represents "𢘖"^^xsd:string .

<http://lexvo.org/id/char/22617> a lvont:Character ;
    lvont:represents "𢘗"^^xsd:string .

<http://lexvo.org/id/char/22618> a lvont:Character ;
    lvont:represents "𢘘"^^xsd:string .

<http://lexvo.org/id/char/22619> a lvont:Character ;
    lvont:represents "𢘙"^^xsd:string .

<http://lexvo.org/id/char/2261A> a lvont:Character ;
    lvont:represents "𢘚"^^xsd:string .

<http://lexvo.org/id/char/2261B> a lvont:Character ;
    lvont:represents "𢘛"^^xsd:string .

<http://lexvo.org/id/char/2261C> a lvont:Character ;
    lvont:represents "𢘜"^^xsd:string .

<http://lexvo.org/id/char/2261D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/n%E1%BB%83>,
        "𢘝"^^xsd:string .

<http://lexvo.org/id/char/2261E> a lvont:Character ;
    lvont:represents "𢘞"^^xsd:string .

<http://lexvo.org/id/char/2261F> a lvont:Character ;
    lvont:represents "𢘟"^^xsd:string .

<http://lexvo.org/id/char/2262> a lvont:Character ;
    lvont:represents "≢"^^xsd:string ;
    rdfs:comment "NOT IDENTICAL TO"@en .

<http://lexvo.org/id/char/22620> a lvont:Character ;
    lvont:represents "𢘠"^^xsd:string .

<http://lexvo.org/id/char/22621> a lvont:Character ;
    lvont:represents "𢘡"^^xsd:string .

<http://lexvo.org/id/char/22622> a lvont:Character ;
    lvont:represents "𢘢"^^xsd:string .

<http://lexvo.org/id/char/22623> a lvont:Character ;
    lvont:represents "𢘣"^^xsd:string .

<http://lexvo.org/id/char/22624> a lvont:Character ;
    lvont:represents "𢘤"^^xsd:string .

<http://lexvo.org/id/char/22625> a lvont:Character ;
    lvont:represents "𢘥"^^xsd:string .

<http://lexvo.org/id/char/22626> a lvont:Character ;
    lvont:represents "𢘦"^^xsd:string .

<http://lexvo.org/id/char/22627> a lvont:Character ;
    lvont:represents "𢘧"^^xsd:string .

<http://lexvo.org/id/char/22628> a lvont:Character ;
    lvont:represents "𢘨"^^xsd:string .

<http://lexvo.org/id/char/22629> a lvont:Character ;
    lvont:represents "𢘩"^^xsd:string .

<http://lexvo.org/id/char/2262A> a lvont:Character ;
    lvont:represents "𢘪"^^xsd:string .

<http://lexvo.org/id/char/2262B> a lvont:Character ;
    lvont:represents "𢘫"^^xsd:string .

<http://lexvo.org/id/char/2262C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/s%C3%A3>,
        "𢘬"^^xsd:string .

<http://lexvo.org/id/char/2262D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/r%C3%B9ng>,
        "𢘭"^^xsd:string .

<http://lexvo.org/id/char/2262E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/r%E1%BA%AFp>,
        "𢘮"^^xsd:string .

<http://lexvo.org/id/char/2262F> a lvont:Character ;
    lvont:represents "𢘯"^^xsd:string .

<http://lexvo.org/id/char/2263> a lvont:Character ;
    lvont:represents "≣"^^xsd:string ;
    rdfs:comment "STRICTLY EQUIVALENT TO"@en .

<http://lexvo.org/id/char/22630> a lvont:Character ;
    lvont:represents "𢘰"^^xsd:string .

<http://lexvo.org/id/char/22631> a lvont:Character ;
    lvont:represents "𢘱"^^xsd:string .

<http://lexvo.org/id/char/22632> a lvont:Character ;
    lvont:represents "𢘲"^^xsd:string .

<http://lexvo.org/id/char/22633> a lvont:Character ;
    lvont:represents "𢘳"^^xsd:string .

<http://lexvo.org/id/char/22634> a lvont:Character ;
    lvont:represents "𢘴"^^xsd:string .

<http://lexvo.org/id/char/22635> a lvont:Character ;
    lvont:represents "𢘵"^^xsd:string .

<http://lexvo.org/id/char/22636> a lvont:Character ;
    lvont:represents "𢘶"^^xsd:string .

<http://lexvo.org/id/char/22637> a lvont:Character ;
    lvont:represents "𢘷"^^xsd:string .

<http://lexvo.org/id/char/22638> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%F0%A2%98%B8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%A0ng>,
        "𢘸"^^xsd:string ;
    rdfs:comment "to hate; willful"@en .

<http://lexvo.org/id/char/22639> a lvont:Character ;
    lvont:represents "𢘹"^^xsd:string .

<http://lexvo.org/id/char/2263A> a lvont:Character ;
    lvont:represents "𢘺"^^xsd:string .

<http://lexvo.org/id/char/2263B> a lvont:Character ;
    lvont:represents "𢘻"^^xsd:string .

<http://lexvo.org/id/char/2263C> a lvont:Character ;
    lvont:represents "𢘼"^^xsd:string .

<http://lexvo.org/id/char/2263D> a lvont:Character ;
    lvont:represents "𢘽"^^xsd:string .

<http://lexvo.org/id/char/2263E> a lvont:Character ;
    lvont:represents "𢘾"^^xsd:string .

<http://lexvo.org/id/char/2263F> a lvont:Character ;
    lvont:represents "𢘿"^^xsd:string .

<http://lexvo.org/id/char/2264> a lvont:Character ;
    lvont:represents "≤"^^xsd:string ;
    rdfs:comment "LESS-THAN OR EQUAL TO"@en .

<http://lexvo.org/id/char/22640> a lvont:Character ;
    lvont:represents "𢙀"^^xsd:string .

<http://lexvo.org/id/char/22641> a lvont:Character ;
    lvont:represents "𢙁"^^xsd:string .

<http://lexvo.org/id/char/22642> a lvont:Character ;
    lvont:represents "𢙂"^^xsd:string .

<http://lexvo.org/id/char/22643> a lvont:Character ;
    lvont:represents "𢙃"^^xsd:string .

<http://lexvo.org/id/char/22644> a lvont:Character ;
    lvont:represents "𢙄"^^xsd:string .

<http://lexvo.org/id/char/22645> a lvont:Character ;
    lvont:represents "𢙅"^^xsd:string .

<http://lexvo.org/id/char/22646> a lvont:Character ;
    lvont:represents "𢙆"^^xsd:string .

<http://lexvo.org/id/char/22647> a lvont:Character ;
    lvont:represents "𢙇"^^xsd:string .

<http://lexvo.org/id/char/22648> a lvont:Character ;
    lvont:represents "𢙈"^^xsd:string .

<http://lexvo.org/id/char/22649> a lvont:Character ;
    lvont:represents "𢙉"^^xsd:string .

<http://lexvo.org/id/char/2264A> a lvont:Character ;
    lvont:represents "𢙊"^^xsd:string .

<http://lexvo.org/id/char/2264B> a lvont:Character ;
    lvont:represents "𢙋"^^xsd:string .

<http://lexvo.org/id/char/2264C> a lvont:Character ;
    lvont:represents "𢙌"^^xsd:string .

<http://lexvo.org/id/char/2264D> a lvont:Character ;
    lvont:represents "𢙍"^^xsd:string .

<http://lexvo.org/id/char/2264E> a lvont:Character ;
    lvont:represents "𢙎"^^xsd:string .

<http://lexvo.org/id/char/2264F> a lvont:Character ;
    lvont:represents "𢙏"^^xsd:string .

<http://lexvo.org/id/char/2265> a lvont:Character ;
    lvont:represents "≥"^^xsd:string ;
    rdfs:comment "GREATER-THAN OR EQUAL TO"@en .

<http://lexvo.org/id/char/22650> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C3%A1o>,
        "𢙐"^^xsd:string .

<http://lexvo.org/id/char/22651> a lvont:Character ;
    lvont:represents "𢙑"^^xsd:string .

<http://lexvo.org/id/char/22652> a lvont:Character ;
    lvont:represents "𢙒"^^xsd:string .

<http://lexvo.org/id/char/22653> a lvont:Character ;
    lvont:represents "𢙓"^^xsd:string .

<http://lexvo.org/id/char/22654> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/l%E1%BA%ABy>,
        "𢙔"^^xsd:string .

<http://lexvo.org/id/char/22655> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ghi%E1%BA%BFc>,
        "𢙕"^^xsd:string .

<http://lexvo.org/id/char/22656> a lvont:Character ;
    lvont:represents "𢙖"^^xsd:string .

<http://lexvo.org/id/char/22657> a lvont:Character ;
    lvont:represents "𢙗"^^xsd:string .

<http://lexvo.org/id/char/22658> a lvont:Character ;
    lvont:represents "𢙘"^^xsd:string .

<http://lexvo.org/id/char/22659> a lvont:Character ;
    lvont:represents "𢙙"^^xsd:string .

<http://lexvo.org/id/char/2265A> a lvont:Character ;
    lvont:represents "𢙚"^^xsd:string .

<http://lexvo.org/id/char/2265B> a lvont:Character ;
    lvont:represents "𢙛"^^xsd:string .

<http://lexvo.org/id/char/2265C> a lvont:Character ;
    lvont:represents "𢙜"^^xsd:string .

<http://lexvo.org/id/char/2265D> a lvont:Character ;
    lvont:represents "𢙝"^^xsd:string .

<http://lexvo.org/id/char/2265E> a lvont:Character ;
    lvont:represents "𢙞"^^xsd:string .

<http://lexvo.org/id/char/2265F> a lvont:Character ;
    lvont:represents "𢙟"^^xsd:string .

<http://lexvo.org/id/char/2266> a lvont:Character ;
    lvont:represents "≦"^^xsd:string ;
    rdfs:comment "LESS-THAN OVER EQUAL TO"@en .

<http://lexvo.org/id/char/22660> a lvont:Character ;
    lvont:represents "𢙠"^^xsd:string .

<http://lexvo.org/id/char/22661> a lvont:Character ;
    lvont:represents "𢙡"^^xsd:string .

<http://lexvo.org/id/char/22662> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/hung2>,
        <http://lexvo.org/id/term/yue/%F0%A2%99%A2>,
        "𢙢"^^xsd:string ;
    rdfs:comment "to fear"@en .

<http://lexvo.org/id/char/22663> a lvont:Character ;
    lvont:represents "𢙣"^^xsd:string .

<http://lexvo.org/id/char/22664> a lvont:Character ;
    lvont:represents "𢙤"^^xsd:string .

<http://lexvo.org/id/char/22665> a lvont:Character ;
    lvont:represents "𢙥"^^xsd:string .

<http://lexvo.org/id/char/22666> a lvont:Character ;
    lvont:represents "𢙦"^^xsd:string .

<http://lexvo.org/id/char/22667> a lvont:Character ;
    lvont:represents "𢙧"^^xsd:string .

<http://lexvo.org/id/char/22668> a lvont:Character ;
    lvont:represents "𢙨"^^xsd:string .

<http://lexvo.org/id/char/22669> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/r%E1%BB%A7i>,
        "𢙩"^^xsd:string .

<http://lexvo.org/id/char/2266A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/%C4%91%E1%BB%95i>,
        "𢙪"^^xsd:string .

<http://lexvo.org/id/char/2266B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/nh%E1%BB%9Bn>,
        "𢙫"^^xsd:string .

<http://lexvo.org/id/char/2266C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/e>,
        "𢙬"^^xsd:string .

<http://lexvo.org/id/char/2266D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/tim>,
        "𢙭"^^xsd:string .

<http://lexvo.org/id/char/2266E> a lvont:Character ;
    lvont:represents "𢙮"^^xsd:string .

<http://lexvo.org/id/char/2266F> a lvont:Character ;
    lvont:represents "𢙯"^^xsd:string .

<http://lexvo.org/id/char/2267> a lvont:Character ;
    lvont:represents "≧"^^xsd:string ;
    rdfs:comment "GREATER-THAN OVER EQUAL TO"@en .

<http://lexvo.org/id/char/22670> a lvont:Character ;
    lvont:represents "𢙰"^^xsd:string .

<http://lexvo.org/id/char/22671> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/lung6>,
        <http://lexvo.org/id/term/yue/%F0%A2%99%B1>,
        "𢙱"^^xsd:string ;
    rdfs:comment "to impose upon; stupid"@en .

<http://lexvo.org/id/char/22672> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/l%E1%BB%A1>,
        "𢙲"^^xsd:string .

<http://lexvo.org/id/char/22673> a lvont:Character ;
    lvont:represents "𢙳"^^xsd:string .

<http://lexvo.org/id/char/22674> a lvont:Character ;
    lvont:represents "𢙴"^^xsd:string .

<http://lexvo.org/id/char/22675> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/%C4%91%E1%BA%BD>,
        "𢙵"^^xsd:string .

<http://lexvo.org/id/char/22676> a lvont:Character ;
    lvont:represents "𢙶"^^xsd:string .

<http://lexvo.org/id/char/22677> a lvont:Character ;
    lvont:represents "𢙷"^^xsd:string .

<http://lexvo.org/id/char/22678> a lvont:Character ;
    lvont:represents "𢙸"^^xsd:string .

<http://lexvo.org/id/char/22679> a lvont:Character ;
    lvont:represents "𢙹"^^xsd:string .

<http://lexvo.org/id/char/2267A> a lvont:Character ;
    lvont:represents "𢙺"^^xsd:string .

<http://lexvo.org/id/char/2267B> a lvont:Character ;
    lvont:represents "𢙻"^^xsd:string .

<http://lexvo.org/id/char/2267C> a lvont:Character ;
    lvont:represents "𢙼"^^xsd:string .

<http://lexvo.org/id/char/2267D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/m%E1%BB%A7i>,
        "𢙽"^^xsd:string .

<http://lexvo.org/id/char/2267E> a lvont:Character ;
    lvont:represents "𢙾"^^xsd:string .

<http://lexvo.org/id/char/2267F> a lvont:Character ;
    lvont:represents "𢙿"^^xsd:string .

<http://lexvo.org/id/char/2268> a lvont:Character ;
    lvont:represents "≨"^^xsd:string ;
    rdfs:comment "LESS-THAN BUT NOT EQUAL TO"@en .

<http://lexvo.org/id/char/22680> a lvont:Character ;
    lvont:represents "𢚀"^^xsd:string .

<http://lexvo.org/id/char/22681> a lvont:Character ;
    lvont:represents "𢚁"^^xsd:string .

<http://lexvo.org/id/char/22682> a lvont:Character ;
    lvont:represents "𢚂"^^xsd:string .

<http://lexvo.org/id/char/22683> a lvont:Character ;
    lvont:represents "𢚃"^^xsd:string .

<http://lexvo.org/id/char/22684> a lvont:Character ;
    lvont:represents "𢚄"^^xsd:string .

<http://lexvo.org/id/char/22685> a lvont:Character ;
    lvont:represents "𢚅"^^xsd:string .

<http://lexvo.org/id/char/22686> a lvont:Character ;
    lvont:represents "𢚆"^^xsd:string .

<http://lexvo.org/id/char/22687> a lvont:Character ;
    lvont:represents "𢚇"^^xsd:string .

<http://lexvo.org/id/char/22688> a lvont:Character ;
    lvont:represents "𢚈"^^xsd:string .

<http://lexvo.org/id/char/22689> a lvont:Character ;
    lvont:represents "𢚉"^^xsd:string .

<http://lexvo.org/id/char/2268A> a lvont:Character ;
    lvont:represents "𢚊"^^xsd:string .

<http://lexvo.org/id/char/2268B> a lvont:Character ;
    lvont:represents "𢚋"^^xsd:string .

<http://lexvo.org/id/char/2268C> a lvont:Character ;
    lvont:represents "𢚌"^^xsd:string .

<http://lexvo.org/id/char/2268D> a lvont:Character ;
    lvont:represents "𢚍"^^xsd:string .

<http://lexvo.org/id/char/2268E> a lvont:Character ;
    lvont:represents "𢚎"^^xsd:string .

<http://lexvo.org/id/char/2268F> a lvont:Character ;
    lvont:represents "𢚏"^^xsd:string .

<http://lexvo.org/id/char/2269> a lvont:Character ;
    lvont:represents "≩"^^xsd:string ;
    rdfs:comment "GREATER-THAN BUT NOT EQUAL TO"@en .

<http://lexvo.org/id/char/22690> a lvont:Character ;
    lvont:represents "𢚐"^^xsd:string .

<http://lexvo.org/id/char/22691> a lvont:Character ;
    lvont:represents "𢚑"^^xsd:string .

<http://lexvo.org/id/char/22692> a lvont:Character ;
    lvont:represents "𢚒"^^xsd:string .

<http://lexvo.org/id/char/22693> a lvont:Character ;
    lvont:represents "𢚓"^^xsd:string .

<http://lexvo.org/id/char/22694> a lvont:Character ;
    lvont:represents "𢚔"^^xsd:string .

<http://lexvo.org/id/char/22695> a lvont:Character ;
    lvont:represents "𢚕"^^xsd:string .

<http://lexvo.org/id/char/22696> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/ti4>,
        <http://lexvo.org/id/term/yue/%F0%A2%9A%96>,
        "𢚖"^^xsd:string ;
    rdfs:comment "(Cant.) intensifier"@en .

<http://lexvo.org/id/char/22697> a lvont:Character ;
    lvont:represents "𢚗"^^xsd:string .

<http://lexvo.org/id/char/22698> a lvont:Character ;
    lvont:represents "𢚘"^^xsd:string .

<http://lexvo.org/id/char/22699> a lvont:Character ;
    lvont:represents "𢚙"^^xsd:string .

<http://lexvo.org/id/char/2269A> a lvont:Character ;
    lvont:represents "𢚚"^^xsd:string .

<http://lexvo.org/id/char/2269B> a lvont:Character ;
    lvont:represents "𢚛"^^xsd:string .

<http://lexvo.org/id/char/2269C> a lvont:Character ;
    lvont:represents "𢚜"^^xsd:string .

<http://lexvo.org/id/char/2269D> a lvont:Character ;
    lvont:represents "𢚝"^^xsd:string .

<http://lexvo.org/id/char/2269E> a lvont:Character ;
    lvont:represents "𢚞"^^xsd:string .

<http://lexvo.org/id/char/2269F> a lvont:Character ;
    lvont:represents "𢚟"^^xsd:string .

<http://lexvo.org/id/char/226A> a lvont:Character ;
    lvont:represents "≪"^^xsd:string ;
    rdfs:comment "MUCH LESS-THAN"@en .

<http://lexvo.org/id/char/226A0> a lvont:Character ;
    lvont:represents "𢚠"^^xsd:string .

<http://lexvo.org/id/char/226A1> a lvont:Character ;
    lvont:represents "𢚡"^^xsd:string .

<http://lexvo.org/id/char/226A2> a lvont:Character ;
    lvont:represents "𢚢"^^xsd:string .

<http://lexvo.org/id/char/226A3> a lvont:Character ;
    lvont:represents "𢚣"^^xsd:string .

<http://lexvo.org/id/char/226A4> a lvont:Character ;
    lvont:represents "𢚤"^^xsd:string .

<http://lexvo.org/id/char/226A5> a lvont:Character ;
    lvont:represents "𢚥"^^xsd:string .

<http://lexvo.org/id/char/226A6> a lvont:Character ;
    lvont:represents "𢚦"^^xsd:string .

<http://lexvo.org/id/char/226A7> a lvont:Character ;
    lvont:represents "𢚧"^^xsd:string .

<http://lexvo.org/id/char/226A8> a lvont:Character ;
    lvont:represents "𢚨"^^xsd:string .

<http://lexvo.org/id/char/226A9> a lvont:Character ;
    lvont:represents "𢚩"^^xsd:string .

<http://lexvo.org/id/char/226AA> a lvont:Character ;
    lvont:represents "𢚪"^^xsd:string .

<http://lexvo.org/id/char/226AB> a lvont:Character ;
    lvont:represents "𢚫"^^xsd:string .

<http://lexvo.org/id/char/226AC> a lvont:Character ;
    lvont:represents "𢚬"^^xsd:string .

<http://lexvo.org/id/char/226AD> a lvont:Character ;
    lvont:represents "𢚭"^^xsd:string .

<http://lexvo.org/id/char/226AE> a lvont:Character ;
    lvont:represents "𢚮"^^xsd:string .

<http://lexvo.org/id/char/226AF> a lvont:Character ;
    lvont:represents "𢚯"^^xsd:string .

<http://lexvo.org/id/char/226B> a lvont:Character ;
    lvont:represents "≫"^^xsd:string ;
    rdfs:comment "MUCH GREATER-THAN"@en .

<http://lexvo.org/id/char/226B0> a lvont:Character ;
    lvont:represents "𢚰"^^xsd:string .

<http://lexvo.org/id/char/226B1> a lvont:Character ;
    lvont:represents "𢚱"^^xsd:string .

<http://lexvo.org/id/char/226B2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/c%E1%BA%A3y>,
        "𢚲"^^xsd:string .

<http://lexvo.org/id/char/226B3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/x%C3%B4n>,
        "𢚳"^^xsd:string .

<http://lexvo.org/id/char/226B4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/d%E1%BA%B7n>,
        "𢚴"^^xsd:string .

<http://lexvo.org/id/char/226B5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/d%C3%A3i>,
        "𢚵"^^xsd:string .

<http://lexvo.org/id/char/226B6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/tho%E1%BA%A3>,
        "𢚶"^^xsd:string .

<http://lexvo.org/id/char/226B7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/gi%E1%BA%ADn>,
        "𢚷"^^xsd:string .

<http://lexvo.org/id/char/226B8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/l%C3%B2ng>,
        "𢚸"^^xsd:string .

<http://lexvo.org/id/char/226B9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/khu%C3%A2y>,
        "𢚹"^^xsd:string .

<http://lexvo.org/id/char/226BA> a lvont:Character ;
    lvont:represents "𢚺"^^xsd:string .

<http://lexvo.org/id/char/226BB> a lvont:Character ;
    lvont:represents "𢚻"^^xsd:string .

<http://lexvo.org/id/char/226BC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ng%E1%BB%9Bp>,
        "𢚼"^^xsd:string .

<http://lexvo.org/id/char/226BD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/m%E1%BA%BFn>,
        "𢚽"^^xsd:string .

<http://lexvo.org/id/char/226BE> a lvont:Character ;
    lvont:represents "𢚾"^^xsd:string .

<http://lexvo.org/id/char/226BF> a lvont:Character ;
    lvont:represents "𢚿"^^xsd:string .

<http://lexvo.org/id/char/226C> a lvont:Character ;
    lvont:represents "≬"^^xsd:string ;
    rdfs:comment "BETWEEN"@en .

<http://lexvo.org/id/char/226C0> a lvont:Character ;
    lvont:represents "𢛀"^^xsd:string .

<http://lexvo.org/id/char/226C1> a lvont:Character ;
    lvont:represents "𢛁"^^xsd:string .

<http://lexvo.org/id/char/226C2> a lvont:Character ;
    lvont:represents "𢛂"^^xsd:string .

<http://lexvo.org/id/char/226C3> a lvont:Character ;
    lvont:represents "𢛃"^^xsd:string .

<http://lexvo.org/id/char/226C4> a lvont:Character ;
    lvont:represents "𢛄"^^xsd:string .

<http://lexvo.org/id/char/226C5> a lvont:Character ;
    lvont:represents "𢛅"^^xsd:string .

<http://lexvo.org/id/char/226C6> a lvont:Character ;
    lvont:represents "𢛆"^^xsd:string .

<http://lexvo.org/id/char/226C7> a lvont:Character ;
    lvont:represents "𢛇"^^xsd:string .

<http://lexvo.org/id/char/226C8> a lvont:Character ;
    lvont:represents "𢛈"^^xsd:string .

<http://lexvo.org/id/char/226C9> a lvont:Character ;
    lvont:represents "𢛉"^^xsd:string .

<http://lexvo.org/id/char/226CA> a lvont:Character ;
    lvont:represents "𢛊"^^xsd:string .

<http://lexvo.org/id/char/226CB> a lvont:Character ;
    lvont:represents "𢛋"^^xsd:string .

<http://lexvo.org/id/char/226CC> a lvont:Character ;
    lvont:represents "𢛌"^^xsd:string .

<http://lexvo.org/id/char/226CD> a lvont:Character ;
    lvont:represents "𢛍"^^xsd:string .

<http://lexvo.org/id/char/226CE> a lvont:Character ;
    lvont:represents "𢛎"^^xsd:string .

<http://lexvo.org/id/char/226CF> a lvont:Character ;
    lvont:represents "𢛏"^^xsd:string .

<http://lexvo.org/id/char/226D> a lvont:Character ;
    lvont:represents "≭"^^xsd:string ;
    rdfs:comment "NOT EQUIVALENT TO"@en .

<http://lexvo.org/id/char/226D0> a lvont:Character ;
    lvont:represents "𢛐"^^xsd:string .

<http://lexvo.org/id/char/226D1> a lvont:Character ;
    lvont:represents "𢛑"^^xsd:string .

<http://lexvo.org/id/char/226D2> a lvont:Character ;
    lvont:represents "𢛒"^^xsd:string .

<http://lexvo.org/id/char/226D3> a lvont:Character ;
    lvont:represents "𢛓"^^xsd:string .

<http://lexvo.org/id/char/226D4> a lvont:Character ;
    lvont:represents "𢛔"^^xsd:string .

<http://lexvo.org/id/char/226D5> a lvont:Character ;
    lvont:represents "𢛕"^^xsd:string .

<http://lexvo.org/id/char/226D6> a lvont:Character ;
    lvont:represents "𢛖"^^xsd:string .

<http://lexvo.org/id/char/226D7> a lvont:Character ;
    lvont:represents "𢛗"^^xsd:string .

<http://lexvo.org/id/char/226D8> a lvont:Character ;
    lvont:represents "𢛘"^^xsd:string .

<http://lexvo.org/id/char/226D9> a lvont:Character ;
    lvont:represents "𢛙"^^xsd:string .

<http://lexvo.org/id/char/226DA> a lvont:Character ;
    lvont:represents "𢛚"^^xsd:string .

<http://lexvo.org/id/char/226DB> a lvont:Character ;
    lvont:represents "𢛛"^^xsd:string .

<http://lexvo.org/id/char/226DC> a lvont:Character ;
    lvont:represents "𢛜"^^xsd:string .

<http://lexvo.org/id/char/226DD> a lvont:Character ;
    lvont:represents "𢛝"^^xsd:string .

<http://lexvo.org/id/char/226DE> a lvont:Character ;
    lvont:represents "𢛞"^^xsd:string .

<http://lexvo.org/id/char/226DF> a lvont:Character ;
    lvont:represents "𢛟"^^xsd:string .

<http://lexvo.org/id/char/226E> a lvont:Character ;
    lvont:represents "≮"^^xsd:string ;
    rdfs:comment "NOT LESS-THAN"@en .

<http://lexvo.org/id/char/226E0> a lvont:Character ;
    lvont:represents "𢛠"^^xsd:string .

<http://lexvo.org/id/char/226E1> a lvont:Character ;
    lvont:represents "𢛡"^^xsd:string .

<http://lexvo.org/id/char/226E2> a lvont:Character ;
    lvont:represents "𢛢"^^xsd:string .

<http://lexvo.org/id/char/226E3> a lvont:Character ;
    lvont:represents "𢛣"^^xsd:string .

<http://lexvo.org/id/char/226E4> a lvont:Character ;
    lvont:represents "𢛤"^^xsd:string .

<http://lexvo.org/id/char/226E5> a lvont:Character ;
    lvont:represents "𢛥"^^xsd:string .

<http://lexvo.org/id/char/226E6> a lvont:Character ;
    lvont:represents "𢛦"^^xsd:string .

<http://lexvo.org/id/char/226E7> a lvont:Character ;
    lvont:represents "𢛧"^^xsd:string .

<http://lexvo.org/id/char/226E8> a lvont:Character ;
    lvont:represents "𢛨"^^xsd:string .

<http://lexvo.org/id/char/226E9> a lvont:Character ;
    lvont:represents "𢛩"^^xsd:string .

<http://lexvo.org/id/char/226EA> a lvont:Character ;
    lvont:represents "𢛪"^^xsd:string .

<http://lexvo.org/id/char/226EB> a lvont:Character ;
    lvont:represents "𢛫"^^xsd:string .

<http://lexvo.org/id/char/226EC> a lvont:Character ;
    lvont:represents "𢛬"^^xsd:string .

<http://lexvo.org/id/char/226ED> a lvont:Character ;
    lvont:represents "𢛭"^^xsd:string .

<http://lexvo.org/id/char/226EE> a lvont:Character ;
    lvont:represents "𢛮"^^xsd:string .

<http://lexvo.org/id/char/226EF> a lvont:Character ;
    lvont:represents "𢛯"^^xsd:string .

<http://lexvo.org/id/char/226F> a lvont:Character ;
    lvont:represents "≯"^^xsd:string ;
    rdfs:comment "NOT GREATER-THAN"@en .

<http://lexvo.org/id/char/226F0> a lvont:Character ;
    lvont:represents "𢛰"^^xsd:string .

<http://lexvo.org/id/char/226F1> a lvont:Character ;
    lvont:represents "𢛱"^^xsd:string .

<http://lexvo.org/id/char/226F2> a lvont:Character ;
    lvont:represents "𢛲"^^xsd:string .

<http://lexvo.org/id/char/226F3> a lvont:Character ;
    lvont:represents "𢛳"^^xsd:string .

<http://lexvo.org/id/char/226F4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/mang2>,
        <http://lexvo.org/id/term/yue/%F0%A2%9B%B4>,
        "𢛴"^^xsd:string ;
    rdfs:comment "(Cant.) annoyed, impatient, restless"@en .

<http://lexvo.org/id/char/226F5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/zang2>,
        <http://lexvo.org/id/term/yue/%F0%A2%9B%B5>,
        "𢛵"^^xsd:string ;
    rdfs:comment "(Cant.) annoyed, irritated"@en .

<http://lexvo.org/id/char/226F6> a lvont:Character ;
    lvont:represents "𢛶"^^xsd:string .

<http://lexvo.org/id/char/226F7> a lvont:Character ;
    lvont:represents "𢛷"^^xsd:string .

<http://lexvo.org/id/char/226F8> a lvont:Character ;
    lvont:represents "𢛸"^^xsd:string .

<http://lexvo.org/id/char/226F9> a lvont:Character ;
    lvont:represents "𢛹"^^xsd:string .

<http://lexvo.org/id/char/226FA> a lvont:Character ;
    lvont:represents "𢛺"^^xsd:string .

<http://lexvo.org/id/char/226FB> a lvont:Character ;
    lvont:represents "𢛻"^^xsd:string .

<http://lexvo.org/id/char/226FC> a lvont:Character ;
    lvont:represents "𢛼"^^xsd:string .

<http://lexvo.org/id/char/226FD> a lvont:Character ;
    lvont:represents "𢛽"^^xsd:string .

<http://lexvo.org/id/char/226FE> a lvont:Character ;
    lvont:represents "𢛾"^^xsd:string .

<http://lexvo.org/id/char/226FF> a lvont:Character ;
    lvont:represents "𢛿"^^xsd:string .

<http://lexvo.org/id/char/2270> a lvont:Character ;
    lvont:represents "≰"^^xsd:string ;
    rdfs:comment "NEITHER LESS-THAN NOR EQUAL TO"@en .

<http://lexvo.org/id/char/22700> a lvont:Character ;
    lvont:represents "𢜀"^^xsd:string .

<http://lexvo.org/id/char/22701> a lvont:Character ;
    lvont:represents "𢜁"^^xsd:string .

<http://lexvo.org/id/char/22702> a lvont:Character ;
    lvont:represents "𢜂"^^xsd:string .

<http://lexvo.org/id/char/22703> a lvont:Character ;
    lvont:represents "𢜃"^^xsd:string .

<http://lexvo.org/id/char/22704> a lvont:Character ;
    lvont:represents "𢜄"^^xsd:string .

<http://lexvo.org/id/char/22705> a lvont:Character ;
    lvont:represents "𢜅"^^xsd:string .

<http://lexvo.org/id/char/22706> a lvont:Character ;
    lvont:represents "𢜆"^^xsd:string .

<http://lexvo.org/id/char/22707> a lvont:Character ;
    lvont:represents "𢜇"^^xsd:string .

<http://lexvo.org/id/char/22708> a lvont:Character ;
    lvont:represents "𢜈"^^xsd:string .

<http://lexvo.org/id/char/22709> a lvont:Character ;
    lvont:represents "𢜉"^^xsd:string .

<http://lexvo.org/id/char/2270A> a lvont:Character ;
    lvont:represents "𢜊"^^xsd:string .

<http://lexvo.org/id/char/2270B> a lvont:Character ;
    lvont:represents "𢜋"^^xsd:string .

<http://lexvo.org/id/char/2270C> a lvont:Character ;
    lvont:represents "𢜌"^^xsd:string .

<http://lexvo.org/id/char/2270D> a lvont:Character ;
    lvont:represents "𢜍"^^xsd:string .

<http://lexvo.org/id/char/2270E> a lvont:Character ;
    lvont:represents "𢜎"^^xsd:string .

<http://lexvo.org/id/char/2270F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/m%E1%BB%ABng>,
        "𢜏"^^xsd:string .

<http://lexvo.org/id/char/2271> a lvont:Character ;
    lvont:represents "≱"^^xsd:string ;
    rdfs:comment "NEITHER GREATER-THAN NOR EQUAL TO"@en .

<http://lexvo.org/id/char/22710> a lvont:Character ;
    lvont:represents "𢜐"^^xsd:string .

<http://lexvo.org/id/char/22711> a lvont:Character ;
    lvont:represents "𢜑"^^xsd:string .

<http://lexvo.org/id/char/22712> a lvont:Character ;
    lvont:represents "𢜒"^^xsd:string .

<http://lexvo.org/id/char/22713> a lvont:Character ;
    lvont:represents "𢜓"^^xsd:string .

<http://lexvo.org/id/char/22714> a lvont:Character ;
    lvont:represents "𢜔"^^xsd:string .

<http://lexvo.org/id/char/22715> a lvont:Character ;
    lvont:represents "𢜕"^^xsd:string .

<http://lexvo.org/id/char/22716> a lvont:Character ;
    lvont:represents "𢜖"^^xsd:string .

<http://lexvo.org/id/char/22717> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/v%E1%BB%A5ng>,
        "𢜗"^^xsd:string .

<http://lexvo.org/id/char/22718> a lvont:Character ;
    lvont:represents "𢜘"^^xsd:string .

<http://lexvo.org/id/char/22719> a lvont:Character ;
    lvont:represents "𢜙"^^xsd:string .

<http://lexvo.org/id/char/2271A> a lvont:Character ;
    lvont:represents "𢜚"^^xsd:string .

<http://lexvo.org/id/char/2271B> a lvont:Character ;
    lvont:represents "𢜛"^^xsd:string .

<http://lexvo.org/id/char/2271C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/h%E1%BB%95>,
        "𢜜"^^xsd:string .

<http://lexvo.org/id/char/2271D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/s%E1%BB%B1c>,
        "𢜝"^^xsd:string .

<http://lexvo.org/id/char/2271E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/l%C6%B0%E1%BB%9Di>,
        "𢜞"^^xsd:string .

<http://lexvo.org/id/char/2271F> a lvont:Character ;
    lvont:represents "𢜟"^^xsd:string .

<http://lexvo.org/id/char/2272> a lvont:Character ;
    lvont:represents "≲"^^xsd:string ;
    rdfs:comment "LESS-THAN OR EQUIVALENT TO"@en .

<http://lexvo.org/id/char/22720> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/m%E1%BB%ABng>,
        "𢜠"^^xsd:string .

<http://lexvo.org/id/char/22721> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/thi%E1%BA%BFp>,
        "𢜡"^^xsd:string .

<http://lexvo.org/id/char/22722> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/b%E1%BA%BD>,
        "𢜢"^^xsd:string .

<http://lexvo.org/id/char/22723> a lvont:Character ;
    lvont:represents "𢜣"^^xsd:string .

<http://lexvo.org/id/char/22724> a lvont:Character ;
    lvont:represents "𢜤"^^xsd:string .

<http://lexvo.org/id/char/22725> a lvont:Character ;
    lvont:represents "𢜥"^^xsd:string .

<http://lexvo.org/id/char/22726> a lvont:Character ;
    lvont:represents "𢜦"^^xsd:string .

<http://lexvo.org/id/char/22727> a lvont:Character ;
    lvont:represents "𢜧"^^xsd:string .

<http://lexvo.org/id/char/22728> a lvont:Character ;
    lvont:represents "𢜨"^^xsd:string .

<http://lexvo.org/id/char/22729> a lvont:Character ;
    lvont:represents "𢜩"^^xsd:string .

<http://lexvo.org/id/char/2272A> a lvont:Character ;
    lvont:represents "𢜪"^^xsd:string .

<http://lexvo.org/id/char/2272B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%F0%A2%9C%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C4%ABng>,
        "𢜫"^^xsd:string ;
    rdfs:comment "intelligent, tranquil"@en .

<http://lexvo.org/id/char/2272C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%F0%A2%9C%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/du%C3%B2>,
        "𢜬"^^xsd:string ;
    rdfs:comment "to estimate, calculate"@en .

<http://lexvo.org/id/char/2272D> a lvont:Character ;
    lvont:represents "𢜭"^^xsd:string .

<http://lexvo.org/id/char/2272E> a lvont:Character ;
    lvont:represents "𢜮"^^xsd:string .

<http://lexvo.org/id/char/2272F> a lvont:Character ;
    lvont:represents "𢜯"^^xsd:string .

<http://lexvo.org/id/char/2273> a lvont:Character ;
    lvont:represents "≳"^^xsd:string ;
    rdfs:comment "GREATER-THAN OR EQUIVALENT TO"@en .

<http://lexvo.org/id/char/22730> a lvont:Character ;
    lvont:represents "𢜰"^^xsd:string .

<http://lexvo.org/id/char/22731> a lvont:Character ;
    lvont:represents "𢜱"^^xsd:string .

<http://lexvo.org/id/char/22732> a lvont:Character ;
    lvont:represents "𢜲"^^xsd:string .

<http://lexvo.org/id/char/22733> a lvont:Character ;
    lvont:represents "𢜳"^^xsd:string .

<http://lexvo.org/id/char/22734> a lvont:Character ;
    lvont:represents "𢜴"^^xsd:string .

<http://lexvo.org/id/char/22735> a lvont:Character ;
    lvont:represents "𢜵"^^xsd:string .

<http://lexvo.org/id/char/22736> a lvont:Character ;
    lvont:represents "𢜶"^^xsd:string .

<http://lexvo.org/id/char/22737> a lvont:Character ;
    lvont:represents "𢜷"^^xsd:string .

<http://lexvo.org/id/char/22738> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%F0%A2%9C%B8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C3%A1o>,
        "𢜸"^^xsd:string ;
    rdfs:comment "worthless, inferior, trashy"@en .

<http://lexvo.org/id/char/22739> a lvont:Character ;
    lvont:represents "𢜹"^^xsd:string .

<http://lexvo.org/id/char/2273A> a lvont:Character ;
    lvont:represents "𢜺"^^xsd:string .

<http://lexvo.org/id/char/2273B> a lvont:Character ;
    lvont:represents "𢜻"^^xsd:string .

<http://lexvo.org/id/char/2273C> a lvont:Character ;
    lvont:represents "𢜼"^^xsd:string .

<http://lexvo.org/id/char/2273D> a lvont:Character ;
    lvont:represents "𢜽"^^xsd:string .

<http://lexvo.org/id/char/2273E> a lvont:Character ;
    lvont:represents "𢜾"^^xsd:string .

<http://lexvo.org/id/char/2273F> a lvont:Character ;
    lvont:represents "𢜿"^^xsd:string .

<http://lexvo.org/id/char/2274> a lvont:Character ;
    lvont:represents "≴"^^xsd:string ;
    rdfs:comment "NEITHER LESS-THAN NOR EQUIVALENT TO"@en .

<http://lexvo.org/id/char/22740> a lvont:Character ;
    lvont:represents "𢝀"^^xsd:string .

<http://lexvo.org/id/char/22741> a lvont:Character ;
    lvont:represents "𢝁"^^xsd:string .

<http://lexvo.org/id/char/22742> a lvont:Character ;
    lvont:represents "𢝂"^^xsd:string .

<http://lexvo.org/id/char/22743> a lvont:Character ;
    lvont:represents "𢝃"^^xsd:string .

<http://lexvo.org/id/char/22744> a lvont:Character ;
    lvont:represents "𢝄"^^xsd:string .

<http://lexvo.org/id/char/22745> a lvont:Character ;
    lvont:represents "𢝅"^^xsd:string .

<http://lexvo.org/id/char/22746> a lvont:Character ;
    lvont:represents "𢝆"^^xsd:string .

<http://lexvo.org/id/char/22747> a lvont:Character ;
    lvont:represents "𢝇"^^xsd:string .

<http://lexvo.org/id/char/22748> a lvont:Character ;
    lvont:represents "𢝈"^^xsd:string .

<http://lexvo.org/id/char/22749> a lvont:Character ;
    lvont:represents "𢝉"^^xsd:string .

<http://lexvo.org/id/char/2274A> a lvont:Character ;
    lvont:represents "𢝊"^^xsd:string .

<http://lexvo.org/id/char/2274B> a lvont:Character ;
    lvont:represents "𢝋"^^xsd:string .

<http://lexvo.org/id/char/2274C> a lvont:Character ;
    lvont:represents "𢝌"^^xsd:string .

<http://lexvo.org/id/char/2274D> a lvont:Character ;
    lvont:represents "𢝍"^^xsd:string .

<http://lexvo.org/id/char/2274E> a lvont:Character ;
    lvont:represents "𢝎"^^xsd:string .

<http://lexvo.org/id/char/2274F> a lvont:Character ;
    lvont:represents "𢝏"^^xsd:string .

<http://lexvo.org/id/char/2275> a lvont:Character ;
    lvont:represents "≵"^^xsd:string ;
    rdfs:comment "NEITHER GREATER-THAN NOR EQUIVALENT TO"@en .

<http://lexvo.org/id/char/22750> a lvont:Character ;
    lvont:represents "𢝐"^^xsd:string .

<http://lexvo.org/id/char/22751> a lvont:Character ;
    lvont:represents "𢝑"^^xsd:string .

<http://lexvo.org/id/char/22752> a lvont:Character ;
    lvont:represents "𢝒"^^xsd:string .

<http://lexvo.org/id/char/22753> a lvont:Character ;
    lvont:represents "𢝓"^^xsd:string .

<http://lexvo.org/id/char/22754> a lvont:Character ;
    lvont:represents "𢝔"^^xsd:string .

<http://lexvo.org/id/char/22755> a lvont:Character ;
    lvont:represents "𢝕"^^xsd:string .

<http://lexvo.org/id/char/22756> a lvont:Character ;
    lvont:represents "𢝖"^^xsd:string .

<http://lexvo.org/id/char/22757> a lvont:Character ;
    lvont:represents "𢝗"^^xsd:string .

<http://lexvo.org/id/char/22758> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/n%E1%BA%BFt>,
        "𢝘"^^xsd:string .

<http://lexvo.org/id/char/22759> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/vui>,
        "𢝙"^^xsd:string .

<http://lexvo.org/id/char/2275A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/r%E1%BA%A9y>,
        "𢝚"^^xsd:string .

<http://lexvo.org/id/char/2275B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/kh%C3%ADt>,
        "𢝛"^^xsd:string .

<http://lexvo.org/id/char/2275C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/%C4%91%C3%A0nh>,
        "𢝜"^^xsd:string .

<http://lexvo.org/id/char/2275D> a lvont:Character ;
    lvont:represents "𢝝"^^xsd:string .

<http://lexvo.org/id/char/2275E> a lvont:Character ;
    lvont:represents "𢝞"^^xsd:string .

<http://lexvo.org/id/char/2275F> a lvont:Character ;
    lvont:represents "𢝟"^^xsd:string .

<http://lexvo.org/id/char/2276> a lvont:Character ;
    lvont:represents "≶"^^xsd:string ;
    rdfs:comment "LESS-THAN OR GREATER-THAN"@en .

<http://lexvo.org/id/char/22760> a lvont:Character ;
    lvont:represents "𢝠"^^xsd:string .

<http://lexvo.org/id/char/22761> a lvont:Character ;
    lvont:represents "𢝡"^^xsd:string .

<http://lexvo.org/id/char/22762> a lvont:Character ;
    lvont:represents "𢝢"^^xsd:string .

<http://lexvo.org/id/char/22763> a lvont:Character ;
    lvont:represents "𢝣"^^xsd:string .

<http://lexvo.org/id/char/22764> a lvont:Character ;
    lvont:represents "𢝤"^^xsd:string .

<http://lexvo.org/id/char/22765> a lvont:Character ;
    lvont:represents "𢝥"^^xsd:string .

<http://lexvo.org/id/char/22766> a lvont:Character ;
    lvont:represents "𢝦"^^xsd:string .

<http://lexvo.org/id/char/22767> a lvont:Character ;
    lvont:represents "𢝧"^^xsd:string .

<http://lexvo.org/id/char/22768> a lvont:Character ;
    lvont:represents "𢝨"^^xsd:string .

<http://lexvo.org/id/char/22769> a lvont:Character ;
    lvont:represents "𢝩"^^xsd:string .

<http://lexvo.org/id/char/2276A> a lvont:Character ;
    lvont:represents "𢝪"^^xsd:string .

<http://lexvo.org/id/char/2276B> a lvont:Character ;
    lvont:represents "𢝫"^^xsd:string .

<http://lexvo.org/id/char/2276C> a lvont:Character ;
    lvont:represents "𢝬"^^xsd:string .

<http://lexvo.org/id/char/2276D> a lvont:Character ;
    lvont:represents "𢝭"^^xsd:string .

<http://lexvo.org/id/char/2276E> a lvont:Character ;
    lvont:represents "𢝮"^^xsd:string .

<http://lexvo.org/id/char/2276F> a lvont:Character ;
    lvont:represents "𢝯"^^xsd:string .

<http://lexvo.org/id/char/2277> a lvont:Character ;
    lvont:represents "≷"^^xsd:string ;
    rdfs:comment "GREATER-THAN OR LESS-THAN"@en .

<http://lexvo.org/id/char/22770> a lvont:Character ;
    lvont:represents "𢝰"^^xsd:string .

<http://lexvo.org/id/char/22771> a lvont:Character ;
    lvont:represents "𢝱"^^xsd:string .

<http://lexvo.org/id/char/22772> a lvont:Character ;
    lvont:represents "𢝲"^^xsd:string .

<http://lexvo.org/id/char/22773> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/h%C3%B2ng>,
        "𢝳"^^xsd:string .

<http://lexvo.org/id/char/22774> a lvont:Character ;
    lvont:represents "𢝴"^^xsd:string .

<http://lexvo.org/id/char/22775> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/fit1>,
        <http://lexvo.org/id/term/yue/%F0%A2%9D%B5>,
        "𢝵"^^xsd:string ;
    rdfs:comment "(Cant.) 花𢝵, to be fashionable"@en .

<http://lexvo.org/id/char/22776> a lvont:Character ;
    lvont:represents "𢝶"^^xsd:string .

<http://lexvo.org/id/char/22777> a lvont:Character ;
    lvont:represents "𢝷"^^xsd:string .

<http://lexvo.org/id/char/22778> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/%E1%BB%A7a>,
        "𢝸"^^xsd:string .

<http://lexvo.org/id/char/22779> a lvont:Character ;
    lvont:represents "𢝹"^^xsd:string .

<http://lexvo.org/id/char/2277A> a lvont:Character ;
    lvont:represents "𢝺"^^xsd:string .

<http://lexvo.org/id/char/2277B> a lvont:Character ;
    lvont:represents "𢝻"^^xsd:string .

<http://lexvo.org/id/char/2277C> a lvont:Character ;
    lvont:represents "𢝼"^^xsd:string .

<http://lexvo.org/id/char/2277D> a lvont:Character ;
    lvont:represents "𢝽"^^xsd:string .

<http://lexvo.org/id/char/2277E> a lvont:Character ;
    lvont:represents "𢝾"^^xsd:string .

<http://lexvo.org/id/char/2277F> a lvont:Character ;
    lvont:represents "𢝿"^^xsd:string .

<http://lexvo.org/id/char/2278> a lvont:Character ;
    lvont:represents "≸"^^xsd:string ;
    rdfs:comment "NEITHER LESS-THAN NOR GREATER-THAN"@en .

<http://lexvo.org/id/char/22780> a lvont:Character ;
    lvont:represents "𢞀"^^xsd:string .

<http://lexvo.org/id/char/22781> a lvont:Character ;
    lvont:represents "𢞁"^^xsd:string .

<http://lexvo.org/id/char/22782> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/bu%E1%BB%93n>,
        "𢞂"^^xsd:string .

<http://lexvo.org/id/char/22783> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/h%C3%B2ng>,
        "𢞃"^^xsd:string .

<http://lexvo.org/id/char/22784> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/c%C3%A1u>,
        "𢞄"^^xsd:string .

<http://lexvo.org/id/char/22785> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/%C3%A9o>,
        "𢞅"^^xsd:string .

<http://lexvo.org/id/char/22786> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ng%C3%A1n>,
        "𢞆"^^xsd:string .

<http://lexvo.org/id/char/22787> a lvont:Character ;
    lvont:represents "𢞇"^^xsd:string .

<http://lexvo.org/id/char/22788> a lvont:Character ;
    lvont:represents "𢞈"^^xsd:string .

<http://lexvo.org/id/char/22789> a lvont:Character ;
    lvont:represents "𢞉"^^xsd:string .

<http://lexvo.org/id/char/2278A> a lvont:Character ;
    lvont:represents "𢞊"^^xsd:string .

<http://lexvo.org/id/char/2278B> a lvont:Character ;
    lvont:represents "𢞋"^^xsd:string .

<http://lexvo.org/id/char/2278C> a lvont:Character ;
    lvont:represents "𢞌"^^xsd:string .

<http://lexvo.org/id/char/2278D> a lvont:Character ;
    lvont:represents "𢞍"^^xsd:string .

<http://lexvo.org/id/char/2278E> a lvont:Character ;
    lvont:represents "𢞎"^^xsd:string .

<http://lexvo.org/id/char/2278F> a lvont:Character ;
    lvont:represents "𢞏"^^xsd:string .

<http://lexvo.org/id/char/2279> a lvont:Character ;
    lvont:represents "≹"^^xsd:string ;
    rdfs:comment "NEITHER GREATER-THAN NOR LESS-THAN"@en .

<http://lexvo.org/id/char/22790> a lvont:Character ;
    lvont:represents "𢞐"^^xsd:string .

<http://lexvo.org/id/char/22791> a lvont:Character ;
    lvont:represents "𢞑"^^xsd:string .

<http://lexvo.org/id/char/22792> a lvont:Character ;
    lvont:represents "𢞒"^^xsd:string .

<http://lexvo.org/id/char/22793> a lvont:Character ;
    lvont:represents "𢞓"^^xsd:string .

<http://lexvo.org/id/char/22794> a lvont:Character ;
    lvont:represents "𢞔"^^xsd:string .

<http://lexvo.org/id/char/22795> a lvont:Character ;
    lvont:represents "𢞕"^^xsd:string .

<http://lexvo.org/id/char/22796> a lvont:Character ;
    lvont:represents "𢞖"^^xsd:string .

<http://lexvo.org/id/char/22797> a lvont:Character ;
    lvont:represents "𢞗"^^xsd:string .

<http://lexvo.org/id/char/22798> a lvont:Character ;
    lvont:represents "𢞘"^^xsd:string .

<http://lexvo.org/id/char/22799> a lvont:Character ;
    lvont:represents "𢞙"^^xsd:string .

<http://lexvo.org/id/char/2279A> a lvont:Character ;
    lvont:represents "𢞚"^^xsd:string .

<http://lexvo.org/id/char/2279B> a lvont:Character ;
    lvont:represents "𢞛"^^xsd:string .

<http://lexvo.org/id/char/2279C> a lvont:Character ;
    lvont:represents "𢞜"^^xsd:string .

<http://lexvo.org/id/char/2279D> a lvont:Character ;
    lvont:represents "𢞝"^^xsd:string .

<http://lexvo.org/id/char/2279E> a lvont:Character ;
    lvont:represents "𢞞"^^xsd:string .

<http://lexvo.org/id/char/2279F> a lvont:Character ;
    lvont:represents "𢞟"^^xsd:string .

<http://lexvo.org/id/char/227A> a lvont:Character ;
    lvont:represents "≺"^^xsd:string ;
    rdfs:comment "PRECEDES"@en .

<http://lexvo.org/id/char/227A0> a lvont:Character ;
    lvont:represents "𢞠"^^xsd:string .

<http://lexvo.org/id/char/227A1> a lvont:Character ;
    lvont:represents "𢞡"^^xsd:string .

<http://lexvo.org/id/char/227A2> a lvont:Character ;
    lvont:represents "𢞢"^^xsd:string .

<http://lexvo.org/id/char/227A3> a lvont:Character ;
    lvont:represents "𢞣"^^xsd:string .

<http://lexvo.org/id/char/227A4> a lvont:Character ;
    lvont:represents "𢞤"^^xsd:string .

<http://lexvo.org/id/char/227A5> a lvont:Character ;
    lvont:represents "𢞥"^^xsd:string .

<http://lexvo.org/id/char/227A6> a lvont:Character ;
    lvont:represents "𢞦"^^xsd:string .

<http://lexvo.org/id/char/227A7> a lvont:Character ;
    lvont:represents "𢞧"^^xsd:string .

<http://lexvo.org/id/char/227A8> a lvont:Character ;
    lvont:represents "𢞨"^^xsd:string .

<http://lexvo.org/id/char/227A9> a lvont:Character ;
    lvont:represents "𢞩"^^xsd:string .

<http://lexvo.org/id/char/227AA> a lvont:Character ;
    lvont:represents "𢞪"^^xsd:string .

<http://lexvo.org/id/char/227AB> a lvont:Character ;
    lvont:represents "𢞫"^^xsd:string .

<http://lexvo.org/id/char/227AC> a lvont:Character ;
    lvont:represents "𢞬"^^xsd:string .

<http://lexvo.org/id/char/227AD> a lvont:Character ;
    lvont:represents "𢞭"^^xsd:string .

<http://lexvo.org/id/char/227AE> a lvont:Character ;
    lvont:represents "𢞮"^^xsd:string .

<http://lexvo.org/id/char/227AF> a lvont:Character ;
    lvont:represents "𢞯"^^xsd:string .

<http://lexvo.org/id/char/227B> a lvont:Character ;
    lvont:represents "≻"^^xsd:string ;
    rdfs:comment "SUCCEEDS"@en .

<http://lexvo.org/id/char/227B0> a lvont:Character ;
    lvont:represents "𢞰"^^xsd:string .

<http://lexvo.org/id/char/227B1> a lvont:Character ;
    lvont:represents "𢞱"^^xsd:string .

<http://lexvo.org/id/char/227B2> a lvont:Character ;
    lvont:represents "𢞲"^^xsd:string .

<http://lexvo.org/id/char/227B3> a lvont:Character ;
    lvont:represents "𢞳"^^xsd:string .

<http://lexvo.org/id/char/227B4> a lvont:Character ;
    lvont:represents "𢞴"^^xsd:string .

<http://lexvo.org/id/char/227B5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/fit1>,
        <http://lexvo.org/id/term/yue/%F0%A2%9E%B5>,
        "𢞵"^^xsd:string ;
    rdfs:comment "(Cant.) to brush, whisk"@en .

<http://lexvo.org/id/char/227B6> a lvont:Character ;
    lvont:represents "𢞶"^^xsd:string .

<http://lexvo.org/id/char/227B7> a lvont:Character ;
    lvont:represents "𢞷"^^xsd:string .

<http://lexvo.org/id/char/227B8> a lvont:Character ;
    lvont:represents "𢞸"^^xsd:string .

<http://lexvo.org/id/char/227B9> a lvont:Character ;
    lvont:represents "𢞹"^^xsd:string .

<http://lexvo.org/id/char/227BA> a lvont:Character ;
    lvont:represents "𢞺"^^xsd:string .

<http://lexvo.org/id/char/227BB> a lvont:Character ;
    lvont:represents "𢞻"^^xsd:string .

<http://lexvo.org/id/char/227BC> a lvont:Character ;
    lvont:represents "𢞼"^^xsd:string .

<http://lexvo.org/id/char/227BD> a lvont:Character ;
    lvont:represents "𢞽"^^xsd:string .

<http://lexvo.org/id/char/227BE> a lvont:Character ;
    lvont:represents "𢞾"^^xsd:string .

<http://lexvo.org/id/char/227BF> a lvont:Character ;
    lvont:represents "𢞿"^^xsd:string .

<http://lexvo.org/id/char/227C> a lvont:Character ;
    lvont:represents "≼"^^xsd:string ;
    rdfs:comment "PRECEDES OR EQUAL TO"@en .

<http://lexvo.org/id/char/227C0> a lvont:Character ;
    lvont:represents "𢟀"^^xsd:string .

<http://lexvo.org/id/char/227C1> a lvont:Character ;
    lvont:represents "𢟁"^^xsd:string .

<http://lexvo.org/id/char/227C2> a lvont:Character ;
    lvont:represents "𢟂"^^xsd:string .

<http://lexvo.org/id/char/227C3> a lvont:Character ;
    lvont:represents "𢟃"^^xsd:string .

<http://lexvo.org/id/char/227C4> a lvont:Character ;
    lvont:represents "𢟄"^^xsd:string .

<http://lexvo.org/id/char/227C5> a lvont:Character ;
    lvont:represents "𢟅"^^xsd:string .

<http://lexvo.org/id/char/227C6> a lvont:Character ;
    lvont:represents "𢟆"^^xsd:string .

<http://lexvo.org/id/char/227C7> a lvont:Character ;
    lvont:represents "𢟇"^^xsd:string .

<http://lexvo.org/id/char/227C8> a lvont:Character ;
    lvont:represents "𢟈"^^xsd:string .

<http://lexvo.org/id/char/227C9> a lvont:Character ;
    lvont:represents "𢟉"^^xsd:string .

<http://lexvo.org/id/char/227CA> a lvont:Character ;
    lvont:represents "𢟊"^^xsd:string .

<http://lexvo.org/id/char/227CB> a lvont:Character ;
    lvont:represents "𢟋"^^xsd:string .

<http://lexvo.org/id/char/227CC> a lvont:Character ;
    lvont:represents "𢟌"^^xsd:string .

<http://lexvo.org/id/char/227CD> a lvont:Character ;
    lvont:represents "𢟍"^^xsd:string .

<http://lexvo.org/id/char/227CE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/%C4%91%C3%B9a>,
        "𢟎"^^xsd:string .

<http://lexvo.org/id/char/227CF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/s%E1%BB%87t>,
        "𢟏"^^xsd:string .

<http://lexvo.org/id/char/227D> a lvont:Character ;
    lvont:represents "≽"^^xsd:string ;
    rdfs:comment "SUCCEEDS OR EQUAL TO"@en .

<http://lexvo.org/id/char/227D0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/chua>,
        "𢟐"^^xsd:string .

<http://lexvo.org/id/char/227D1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/h%C3%AAn>,
        "𢟑"^^xsd:string .

<http://lexvo.org/id/char/227D2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/n%C4%83n>,
        "𢟒"^^xsd:string .

<http://lexvo.org/id/char/227D3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/t%E1%BA%BB>,
        "𢟓"^^xsd:string .

<http://lexvo.org/id/char/227D4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/th%C3%B3i>,
        "𢟔"^^xsd:string .

<http://lexvo.org/id/char/227D5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/n%C3%A9p>,
        "𢟕"^^xsd:string .

<http://lexvo.org/id/char/227D6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/t%E1%BB%9Fm>,
        "𢟖"^^xsd:string .

<http://lexvo.org/id/char/227D7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/n%E1%BA%BFt>,
        "𢟗"^^xsd:string .

<http://lexvo.org/id/char/227D8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ch%E1%BA%AFc>,
        "𢟘"^^xsd:string .

<http://lexvo.org/id/char/227D9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ch%C4%83m>,
        "𢟙"^^xsd:string .

<http://lexvo.org/id/char/227DA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/qu%C3%AAn>,
        "𢟚"^^xsd:string .

<http://lexvo.org/id/char/227DB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ri%E1%BA%BFu>,
        "𢟛"^^xsd:string .

<http://lexvo.org/id/char/227DC> a lvont:Character ;
    lvont:represents "𢟜"^^xsd:string .

<http://lexvo.org/id/char/227DD> a lvont:Character ;
    lvont:represents "𢟝"^^xsd:string .

<http://lexvo.org/id/char/227DE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/nh%C3%B3ng>,
        "𢟞"^^xsd:string .

<http://lexvo.org/id/char/227DF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/d%C3%A1t>,
        "𢟟"^^xsd:string .

<http://lexvo.org/id/char/227E> a lvont:Character ;
    lvont:represents "≾"^^xsd:string ;
    rdfs:comment "PRECEDES OR EQUIVALENT TO"@en .

<http://lexvo.org/id/char/227E0> a lvont:Character ;
    lvont:represents "𢟠"^^xsd:string .

<http://lexvo.org/id/char/227E1> a lvont:Character ;
    lvont:represents "𢟡"^^xsd:string .

<http://lexvo.org/id/char/227E2> a lvont:Character ;
    lvont:represents "𢟢"^^xsd:string .

<http://lexvo.org/id/char/227E3> a lvont:Character ;
    lvont:represents "𢟣"^^xsd:string .

<http://lexvo.org/id/char/227E4> a lvont:Character ;
    lvont:represents "𢟤"^^xsd:string .

<http://lexvo.org/id/char/227E5> a lvont:Character ;
    lvont:represents "𢟥"^^xsd:string .

<http://lexvo.org/id/char/227E6> a lvont:Character ;
    lvont:represents "𢟦"^^xsd:string .

<http://lexvo.org/id/char/227E7> a lvont:Character ;
    lvont:represents "𢟧"^^xsd:string .

<http://lexvo.org/id/char/227E8> a lvont:Character ;
    lvont:represents "𢟨"^^xsd:string .

<http://lexvo.org/id/char/227E9> a lvont:Character ;
    lvont:represents "𢟩"^^xsd:string .

<http://lexvo.org/id/char/227EA> a lvont:Character ;
    lvont:represents "𢟪"^^xsd:string .

<http://lexvo.org/id/char/227EB> a lvont:Character ;
    lvont:represents "𢟫"^^xsd:string .

<http://lexvo.org/id/char/227EC> a lvont:Character ;
    lvont:represents "𢟬"^^xsd:string .

<http://lexvo.org/id/char/227ED> a lvont:Character ;
    lvont:represents "𢟭"^^xsd:string .

<http://lexvo.org/id/char/227EE> a lvont:Character ;
    lvont:represents "𢟮"^^xsd:string .

<http://lexvo.org/id/char/227EF> a lvont:Character ;
    lvont:represents "𢟯"^^xsd:string .

<http://lexvo.org/id/char/227F> a lvont:Character ;
    lvont:represents "≿"^^xsd:string ;
    rdfs:comment "SUCCEEDS OR EQUIVALENT TO"@en .

<http://lexvo.org/id/char/227F0> a lvont:Character ;
    lvont:represents "𢟰"^^xsd:string .

<http://lexvo.org/id/char/227F1> a lvont:Character ;
    lvont:represents "𢟱"^^xsd:string .

<http://lexvo.org/id/char/227F2> a lvont:Character ;
    lvont:represents "𢟲"^^xsd:string .

<http://lexvo.org/id/char/227F3> a lvont:Character ;
    lvont:represents "𢟳"^^xsd:string .

<http://lexvo.org/id/char/227F4> a lvont:Character ;
    lvont:represents "𢟴"^^xsd:string .

<http://lexvo.org/id/char/227F5> a lvont:Character ;
    lvont:represents "𢟵"^^xsd:string .

<http://lexvo.org/id/char/227F6> a lvont:Character ;
    lvont:represents "𢟶"^^xsd:string .

<http://lexvo.org/id/char/227F7> a lvont:Character ;
    lvont:represents "𢟷"^^xsd:string .

<http://lexvo.org/id/char/227F8> a lvont:Character ;
    lvont:represents "𢟸"^^xsd:string .

<http://lexvo.org/id/char/227F9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/nhu%E1%BB%91c>,
        "𢟹"^^xsd:string .

<http://lexvo.org/id/char/227FA> a lvont:Character ;
    lvont:represents "𢟺"^^xsd:string .

<http://lexvo.org/id/char/227FB> a lvont:Character ;
    lvont:represents "𢟻"^^xsd:string .

<http://lexvo.org/id/char/227FC> a lvont:Character ;
    lvont:represents "𢟼"^^xsd:string .

<http://lexvo.org/id/char/227FD> a lvont:Character ;
    lvont:represents "𢟽"^^xsd:string .

<http://lexvo.org/id/char/227FE> a lvont:Character ;
    lvont:represents "𢟾"^^xsd:string .

<http://lexvo.org/id/char/227FF> a lvont:Character ;
    lvont:represents "𢟿"^^xsd:string .

<http://lexvo.org/id/char/2280> a lvont:Character ;
    lvont:represents "⊀"^^xsd:string ;
    rdfs:comment "DOES NOT PRECEDE"@en .

<http://lexvo.org/id/char/22800> a lvont:Character ;
    lvont:represents "𢠀"^^xsd:string .

<http://lexvo.org/id/char/22801> a lvont:Character ;
    lvont:represents "𢠁"^^xsd:string .

<http://lexvo.org/id/char/22802> a lvont:Character ;
    lvont:represents "𢠂"^^xsd:string .

<http://lexvo.org/id/char/22803> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/geng6>,
        <http://lexvo.org/id/term/yue/%F0%A2%A0%83>,
        "𢠃"^^xsd:string ;
    rdfs:comment "(Cant.) to guard against; to take precautions"@en .

<http://lexvo.org/id/char/22804> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/s%C3%B9ng>,
        "𢠄"^^xsd:string .

<http://lexvo.org/id/char/22805> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/thung>,
        "𢠅"^^xsd:string .

<http://lexvo.org/id/char/22806> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/thu%E1%BB%93ng>,
        "𢠆"^^xsd:string .

<http://lexvo.org/id/char/22807> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/h%E1%BB%9F>,
        "𢠇"^^xsd:string .

<http://lexvo.org/id/char/22808> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/b%E1%BA%B3n>,
        "𢠈"^^xsd:string .

<http://lexvo.org/id/char/22809> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ng%E1%BA%A9u>,
        "𢠉"^^xsd:string .

<http://lexvo.org/id/char/2280A> a lvont:Character ;
    lvont:represents "𢠊"^^xsd:string .

<http://lexvo.org/id/char/2280B> a lvont:Character ;
    lvont:represents "𢠋"^^xsd:string .

<http://lexvo.org/id/char/2280C> a lvont:Character ;
    lvont:represents "𢠌"^^xsd:string .

<http://lexvo.org/id/char/2280D> a lvont:Character ;
    lvont:represents "𢠍"^^xsd:string .

<http://lexvo.org/id/char/2280E> a lvont:Character ;
    lvont:represents "𢠎"^^xsd:string .

<http://lexvo.org/id/char/2280F> a lvont:Character ;
    lvont:represents "𢠏"^^xsd:string .

<http://lexvo.org/id/char/2281> a lvont:Character ;
    lvont:represents "⊁"^^xsd:string ;
    rdfs:comment "DOES NOT SUCCEED"@en .

<http://lexvo.org/id/char/22810> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ng%C6%A1>,
        "𢠐"^^xsd:string .

<http://lexvo.org/id/char/22811> a lvont:Character ;
    lvont:represents "𢠑"^^xsd:string .

<http://lexvo.org/id/char/22812> a lvont:Character ;
    lvont:represents "𢠒"^^xsd:string .

<http://lexvo.org/id/char/22813> a lvont:Character ;
    lvont:represents "𢠓"^^xsd:string .

<http://lexvo.org/id/char/22814> a lvont:Character ;
    lvont:represents "𢠔"^^xsd:string .

<http://lexvo.org/id/char/22815> a lvont:Character ;
    lvont:represents "𢠕"^^xsd:string .

<http://lexvo.org/id/char/22816> a lvont:Character ;
    lvont:represents "𢠖"^^xsd:string .

<http://lexvo.org/id/char/22817> a lvont:Character ;
    lvont:represents "𢠗"^^xsd:string .

<http://lexvo.org/id/char/22818> a lvont:Character ;
    lvont:represents "𢠘"^^xsd:string .

<http://lexvo.org/id/char/22819> a lvont:Character ;
    lvont:represents "𢠙"^^xsd:string .

<http://lexvo.org/id/char/2281A> a lvont:Character ;
    lvont:represents "𢠚"^^xsd:string .

<http://lexvo.org/id/char/2281B> a lvont:Character ;
    lvont:represents "𢠛"^^xsd:string .

<http://lexvo.org/id/char/2281C> a lvont:Character ;
    lvont:represents "𢠜"^^xsd:string .

<http://lexvo.org/id/char/2281D> a lvont:Character ;
    lvont:represents "𢠝"^^xsd:string .

<http://lexvo.org/id/char/2281E> a lvont:Character ;
    lvont:represents "𢠞"^^xsd:string .

<http://lexvo.org/id/char/2281F> a lvont:Character ;
    lvont:represents "𢠟"^^xsd:string .

<http://lexvo.org/id/char/2282> a lvont:Character ;
    lvont:represents "⊂"^^xsd:string ;
    rdfs:comment "SUBSET OF"@en .

<http://lexvo.org/id/char/22820> a lvont:Character ;
    lvont:represents "𢠠"^^xsd:string .

<http://lexvo.org/id/char/22821> a lvont:Character ;
    lvont:represents "𢠡"^^xsd:string .

<http://lexvo.org/id/char/22822> a lvont:Character ;
    lvont:represents "𢠢"^^xsd:string .

<http://lexvo.org/id/char/22823> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/gi%E1%BA%ADn>,
        "𢠣"^^xsd:string .

<http://lexvo.org/id/char/22824> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/%C4%91%E1%BA%A7n>,
        "𢠤"^^xsd:string .

<http://lexvo.org/id/char/22825> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/g%C3%A0n>,
        "𢠥"^^xsd:string .

<http://lexvo.org/id/char/22826> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/h%E1%BB%9Bn>,
        "𢠦"^^xsd:string .

<http://lexvo.org/id/char/22827> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/m%E1%BA%A9m>,
        "𢠧"^^xsd:string .

<http://lexvo.org/id/char/22828> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/m%E1%BA%A9n>,
        "𢠨"^^xsd:string .

<http://lexvo.org/id/char/22829> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/m%C6%A1>,
        "𢠩"^^xsd:string .

<http://lexvo.org/id/char/2282A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ngo%E1%BA%A3y>,
        "𢠪"^^xsd:string .

<http://lexvo.org/id/char/2282B> a lvont:Character ;
    lvont:represents "𢠫"^^xsd:string .

<http://lexvo.org/id/char/2282C> a lvont:Character ;
    lvont:represents "𢠬"^^xsd:string .

<http://lexvo.org/id/char/2282D> a lvont:Character ;
    lvont:represents "𢠭"^^xsd:string .

<http://lexvo.org/id/char/2282E> a lvont:Character ;
    lvont:represents "𢠮"^^xsd:string .

<http://lexvo.org/id/char/2282F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/l%E1%BA%AFng>,
        "𢠯"^^xsd:string .

<http://lexvo.org/id/char/2283> a lvont:Character ;
    lvont:represents "⊃"^^xsd:string ;
    rdfs:comment "SUPERSET OF"@en .

<http://lexvo.org/id/char/22830> a lvont:Character ;
    lvont:represents "𢠰"^^xsd:string .

<http://lexvo.org/id/char/22831> a lvont:Character ;
    lvont:represents "𢠱"^^xsd:string .

<http://lexvo.org/id/char/22832> a lvont:Character ;
    lvont:represents "𢠲"^^xsd:string .

<http://lexvo.org/id/char/22833> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%F0%A2%A0%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/bi%C4%93>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/pit3>,
        <http://lexvo.org/id/term/yue/%F0%A2%A0%B3>,
        "𢠳"^^xsd:string ;
    rdfs:comment "irritable, surly; sad"@en .

<http://lexvo.org/id/char/22834> a lvont:Character ;
    lvont:represents "𢠴"^^xsd:string .

<http://lexvo.org/id/char/22835> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%F0%A2%A0%B5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C7%8Eng%20ch%C7%8Eng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cong2%20tong2>,
        <http://lexvo.org/id/term/yue/%F0%A2%A0%B5>,
        "𢠵"^^xsd:string ;
    rdfs:comment "alarmed, agitated"@en .

<http://lexvo.org/id/char/22836> a lvont:Character ;
    lvont:represents "𢠶"^^xsd:string .

<http://lexvo.org/id/char/22837> a lvont:Character ;
    lvont:represents "𢠷"^^xsd:string .

<http://lexvo.org/id/char/22838> a lvont:Character ;
    lvont:represents "𢠸"^^xsd:string .

<http://lexvo.org/id/char/22839> a lvont:Character ;
    lvont:represents "𢠹"^^xsd:string .

<http://lexvo.org/id/char/2283A> a lvont:Character ;
    lvont:represents "𢠺"^^xsd:string .

<http://lexvo.org/id/char/2283B> a lvont:Character ;
    lvont:represents "𢠻"^^xsd:string .

<http://lexvo.org/id/char/2283C> a lvont:Character ;
    lvont:represents "𢠼"^^xsd:string .

<http://lexvo.org/id/char/2283D> a lvont:Character ;
    lvont:represents "𢠽"^^xsd:string .

<http://lexvo.org/id/char/2283E> a lvont:Character ;
    lvont:represents "𢠾"^^xsd:string .

<http://lexvo.org/id/char/2283F> a lvont:Character ;
    lvont:represents "𢠿"^^xsd:string .

<http://lexvo.org/id/char/2284> a lvont:Character ;
    lvont:represents "⊄"^^xsd:string ;
    rdfs:comment "NOT A SUBSET OF"@en .

<http://lexvo.org/id/char/22840> a lvont:Character ;
    lvont:represents "𢡀"^^xsd:string .

<http://lexvo.org/id/char/22841> a lvont:Character ;
    lvont:represents "𢡁"^^xsd:string .

<http://lexvo.org/id/char/22842> a lvont:Character ;
    lvont:represents "𢡂"^^xsd:string .

<http://lexvo.org/id/char/22843> a lvont:Character ;
    lvont:represents "𢡃"^^xsd:string .

<http://lexvo.org/id/char/22844> a lvont:Character ;
    lvont:represents "𢡄"^^xsd:string .

<http://lexvo.org/id/char/22845> a lvont:Character ;
    lvont:represents "𢡅"^^xsd:string .

<http://lexvo.org/id/char/22846> a lvont:Character ;
    lvont:represents "𢡆"^^xsd:string .

<http://lexvo.org/id/char/22847> a lvont:Character ;
    lvont:represents "𢡇"^^xsd:string .

<http://lexvo.org/id/char/22848> a lvont:Character ;
    lvont:represents "𢡈"^^xsd:string .

<http://lexvo.org/id/char/22849> a lvont:Character ;
    lvont:represents "𢡉"^^xsd:string .

<http://lexvo.org/id/char/2284A> a lvont:Character ;
    lvont:represents "𢡊"^^xsd:string .

<http://lexvo.org/id/char/2284B> a lvont:Character ;
    lvont:represents "𢡋"^^xsd:string .

<http://lexvo.org/id/char/2284C> a lvont:Character ;
    lvont:represents "𢡌"^^xsd:string .

<http://lexvo.org/id/char/2284D> a lvont:Character ;
    lvont:represents "𢡍"^^xsd:string .

<http://lexvo.org/id/char/2284E> a lvont:Character ;
    lvont:represents "𢡎"^^xsd:string .

<http://lexvo.org/id/char/2284F> a lvont:Character ;
    lvont:represents "𢡏"^^xsd:string .

<http://lexvo.org/id/char/2285> a lvont:Character ;
    lvont:represents "⊅"^^xsd:string ;
    rdfs:comment "NOT A SUPERSET OF"@en .

<http://lexvo.org/id/char/22850> a lvont:Character ;
    lvont:represents "𢡐"^^xsd:string .

<http://lexvo.org/id/char/22851> a lvont:Character ;
    lvont:represents "𢡑"^^xsd:string .

<http://lexvo.org/id/char/22852> a lvont:Character ;
    lvont:represents "𢡒"^^xsd:string .

<http://lexvo.org/id/char/22853> a lvont:Character ;
    lvont:represents "𢡓"^^xsd:string .

<http://lexvo.org/id/char/22854> a lvont:Character ;
    lvont:represents "𢡔"^^xsd:string .

<http://lexvo.org/id/char/22855> a lvont:Character ;
    lvont:represents "𢡕"^^xsd:string .

<http://lexvo.org/id/char/22856> a lvont:Character ;
    lvont:represents "𢡖"^^xsd:string .

<http://lexvo.org/id/char/22857> a lvont:Character ;
    lvont:represents "𢡗"^^xsd:string .

<http://lexvo.org/id/char/22858> a lvont:Character ;
    lvont:represents "𢡘"^^xsd:string .

<http://lexvo.org/id/char/22859> a lvont:Character ;
    lvont:represents "𢡙"^^xsd:string .

<http://lexvo.org/id/char/2285A> a lvont:Character ;
    lvont:represents "𢡚"^^xsd:string .

<http://lexvo.org/id/char/2285B> a lvont:Character ;
    lvont:represents "𢡛"^^xsd:string .

<http://lexvo.org/id/char/2285C> a lvont:Character ;
    lvont:represents "𢡜"^^xsd:string .

<http://lexvo.org/id/char/2285D> a lvont:Character ;
    lvont:represents "𢡝"^^xsd:string .

<http://lexvo.org/id/char/2285E> a lvont:Character ;
    lvont:represents "𢡞"^^xsd:string .

<http://lexvo.org/id/char/2285F> a lvont:Character ;
    lvont:represents "𢡟"^^xsd:string .

<http://lexvo.org/id/char/2286> a lvont:Character ;
    lvont:represents "⊆"^^xsd:string ;
    rdfs:comment "SUBSET OF OR EQUAL TO"@en .

<http://lexvo.org/id/char/22860> a lvont:Character ;
    lvont:represents "𢡠"^^xsd:string .

<http://lexvo.org/id/char/22861> a lvont:Character ;
    lvont:represents "𢡡"^^xsd:string .

<http://lexvo.org/id/char/22862> a lvont:Character ;
    lvont:represents "𢡢"^^xsd:string .

<http://lexvo.org/id/char/22863> a lvont:Character ;
    lvont:represents "𢡣"^^xsd:string .

<http://lexvo.org/id/char/22864> a lvont:Character ;
    lvont:represents "𢡤"^^xsd:string .

<http://lexvo.org/id/char/22865> a lvont:Character ;
    lvont:represents "𢡥"^^xsd:string .

<http://lexvo.org/id/char/22866> a lvont:Character ;
    lvont:represents "𢡦"^^xsd:string .

<http://lexvo.org/id/char/22867> a lvont:Character ;
    lvont:represents "𢡧"^^xsd:string .

<http://lexvo.org/id/char/22868> a lvont:Character ;
    lvont:represents "𢡨"^^xsd:string .

<http://lexvo.org/id/char/22869> a lvont:Character ;
    lvont:represents "𢡩"^^xsd:string .

<http://lexvo.org/id/char/2286A> a lvont:Character ;
    lvont:represents "𢡪"^^xsd:string .

<http://lexvo.org/id/char/2286B> a lvont:Character ;
    lvont:represents "𢡫"^^xsd:string .

<http://lexvo.org/id/char/2286C> a lvont:Character ;
    lvont:represents "𢡬"^^xsd:string .

<http://lexvo.org/id/char/2286D> a lvont:Character ;
    lvont:represents "𢡭"^^xsd:string .

<http://lexvo.org/id/char/2286E> a lvont:Character ;
    lvont:represents "𢡮"^^xsd:string .

<http://lexvo.org/id/char/2286F> a lvont:Character ;
    lvont:represents "𢡯"^^xsd:string .

<http://lexvo.org/id/char/2287> a lvont:Character ;
    lvont:represents "⊇"^^xsd:string ;
    rdfs:comment "SUPERSET OF OR EQUAL TO"@en .

<http://lexvo.org/id/char/22870> a lvont:Character ;
    lvont:represents "𢡰"^^xsd:string .

<http://lexvo.org/id/char/22871> a lvont:Character ;
    lvont:represents "𢡱"^^xsd:string .

<http://lexvo.org/id/char/22872> a lvont:Character ;
    lvont:represents "𢡲"^^xsd:string .

<http://lexvo.org/id/char/22873> a lvont:Character ;
    lvont:represents "𢡳"^^xsd:string .

<http://lexvo.org/id/char/22874> a lvont:Character ;
    lvont:represents "𢡴"^^xsd:string .

<http://lexvo.org/id/char/22875> a lvont:Character ;
    lvont:represents "𢡵"^^xsd:string .

<http://lexvo.org/id/char/22876> a lvont:Character ;
    lvont:represents "𢡶"^^xsd:string .

<http://lexvo.org/id/char/22877> a lvont:Character ;
    lvont:represents "𢡷"^^xsd:string .

<http://lexvo.org/id/char/22878> a lvont:Character ;
    lvont:represents "𢡸"^^xsd:string .

<http://lexvo.org/id/char/22879> a lvont:Character ;
    lvont:represents "𢡹"^^xsd:string .

<http://lexvo.org/id/char/2287A> a lvont:Character ;
    lvont:represents "𢡺"^^xsd:string .

<http://lexvo.org/id/char/2287B> a lvont:Character ;
    lvont:represents "𢡻"^^xsd:string .

<http://lexvo.org/id/char/2287C> a lvont:Character ;
    lvont:represents "𢡼"^^xsd:string .

<http://lexvo.org/id/char/2287D> a lvont:Character ;
    lvont:represents "𢡽"^^xsd:string .

<http://lexvo.org/id/char/2287E> a lvont:Character ;
    lvont:represents "𢡾"^^xsd:string .

<http://lexvo.org/id/char/2287F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/nh%E1%BB%9Dn>,
        "𢡿"^^xsd:string .

<http://lexvo.org/id/char/2288> a lvont:Character ;
    lvont:represents "⊈"^^xsd:string ;
    rdfs:comment "NEITHER A SUBSET OF NOR EQUAL TO"@en .

<http://lexvo.org/id/char/22880> a lvont:Character ;
    lvont:represents "𢢀"^^xsd:string .

<http://lexvo.org/id/char/22881> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/s%E1%BB%9Dn>,
        "𢢁"^^xsd:string .

<http://lexvo.org/id/char/22882> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/gh%C3%A9t>,
        "𢢂"^^xsd:string .

<http://lexvo.org/id/char/22883> a lvont:Character ;
    lvont:represents "𢢃"^^xsd:string .

<http://lexvo.org/id/char/22884> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ng%C3%B9ng>,
        "𢢄"^^xsd:string .

<http://lexvo.org/id/char/22885> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/chi%E1%BB%81u>,
        "𢢅"^^xsd:string .

<http://lexvo.org/id/char/22886> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/th%E1%BA%B9n>,
        "𢢆"^^xsd:string .

<http://lexvo.org/id/char/22887> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/t%E1%BB%A7i>,
        "𢢇"^^xsd:string .

<http://lexvo.org/id/char/22888> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/h%E1%BA%B1n>,
        "𢢈"^^xsd:string .

<http://lexvo.org/id/char/22889> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/n%E1%BB%A9c>,
        "𢢉"^^xsd:string .

<http://lexvo.org/id/char/2288A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/%C4%91%C3%B2i>,
        "𢢊"^^xsd:string .

<http://lexvo.org/id/char/2288B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/nh%E1%BA%B1ng>,
        "𢢋"^^xsd:string .

<http://lexvo.org/id/char/2288C> a lvont:Character ;
    lvont:represents "𢢌"^^xsd:string .

<http://lexvo.org/id/char/2288D> a lvont:Character ;
    lvont:represents "𢢍"^^xsd:string .

<http://lexvo.org/id/char/2288E> a lvont:Character ;
    lvont:represents "𢢎"^^xsd:string .

<http://lexvo.org/id/char/2288F> a lvont:Character ;
    lvont:represents "𢢏"^^xsd:string .

<http://lexvo.org/id/char/2289> a lvont:Character ;
    lvont:represents "⊉"^^xsd:string ;
    rdfs:comment "NEITHER A SUPERSET OF NOR EQUAL TO"@en .

<http://lexvo.org/id/char/22890> a lvont:Character ;
    lvont:represents "𢢐"^^xsd:string .

<http://lexvo.org/id/char/22891> a lvont:Character ;
    lvont:represents "𢢑"^^xsd:string .

<http://lexvo.org/id/char/22892> a lvont:Character ;
    lvont:represents "𢢒"^^xsd:string .

<http://lexvo.org/id/char/22893> a lvont:Character ;
    lvont:represents "𢢓"^^xsd:string .

<http://lexvo.org/id/char/22894> a lvont:Character ;
    lvont:represents "𢢔"^^xsd:string .

<http://lexvo.org/id/char/22895> a lvont:Character ;
    lvont:represents "𢢕"^^xsd:string .

<http://lexvo.org/id/char/22896> a lvont:Character ;
    lvont:represents "𢢖"^^xsd:string .

<http://lexvo.org/id/char/22897> a lvont:Character ;
    lvont:represents "𢢗"^^xsd:string .

<http://lexvo.org/id/char/22898> a lvont:Character ;
    lvont:represents "𢢘"^^xsd:string .

<http://lexvo.org/id/char/22899> a lvont:Character ;
    lvont:represents "𢢙"^^xsd:string .

<http://lexvo.org/id/char/2289A> a lvont:Character ;
    lvont:represents "𢢚"^^xsd:string .

<http://lexvo.org/id/char/2289B> a lvont:Character ;
    lvont:represents "𢢛"^^xsd:string .

<http://lexvo.org/id/char/2289C> a lvont:Character ;
    lvont:represents "𢢜"^^xsd:string .

<http://lexvo.org/id/char/2289D> a lvont:Character ;
    lvont:represents "𢢝"^^xsd:string .

<http://lexvo.org/id/char/2289E> a lvont:Character ;
    lvont:represents "𢢞"^^xsd:string .

<http://lexvo.org/id/char/2289F> a lvont:Character ;
    lvont:represents "𢢟"^^xsd:string .

<http://lexvo.org/id/char/228A> a lvont:Character ;
    lvont:represents "⊊"^^xsd:string ;
    rdfs:comment "SUBSET OF WITH NOT EQUAL TO"@en .

<http://lexvo.org/id/char/228A0> a lvont:Character ;
    lvont:represents "𢢠"^^xsd:string .

<http://lexvo.org/id/char/228A1> a lvont:Character ;
    lvont:represents "𢢡"^^xsd:string .

<http://lexvo.org/id/char/228A2> a lvont:Character ;
    lvont:represents "𢢢"^^xsd:string .

<http://lexvo.org/id/char/228A3> a lvont:Character ;
    lvont:represents "𢢣"^^xsd:string .

<http://lexvo.org/id/char/228A4> a lvont:Character ;
    lvont:represents "𢢤"^^xsd:string .

<http://lexvo.org/id/char/228A5> a lvont:Character ;
    lvont:represents "𢢥"^^xsd:string .

<http://lexvo.org/id/char/228A6> a lvont:Character ;
    lvont:represents "𢢦"^^xsd:string .

<http://lexvo.org/id/char/228A7> a lvont:Character ;
    lvont:represents "𢢧"^^xsd:string .

<http://lexvo.org/id/char/228A8> a lvont:Character ;
    lvont:represents "𢢨"^^xsd:string .

<http://lexvo.org/id/char/228A9> a lvont:Character ;
    lvont:represents "𢢩"^^xsd:string .

<http://lexvo.org/id/char/228AA> a lvont:Character ;
    lvont:represents "𢢪"^^xsd:string .

<http://lexvo.org/id/char/228AB> a lvont:Character ;
    lvont:represents "𢢫"^^xsd:string .

<http://lexvo.org/id/char/228AC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/g%E1%BB%9Dm>,
        "𢢬"^^xsd:string .

<http://lexvo.org/id/char/228AD> a lvont:Character ;
    lvont:represents "𢢭"^^xsd:string .

<http://lexvo.org/id/char/228AE> a lvont:Character ;
    lvont:represents "𢢮"^^xsd:string .

<http://lexvo.org/id/char/228AF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ngu%C3%B4i>,
        "𢢯"^^xsd:string .

<http://lexvo.org/id/char/228B> a lvont:Character ;
    lvont:represents "⊋"^^xsd:string ;
    rdfs:comment "SUPERSET OF WITH NOT EQUAL TO"@en .

<http://lexvo.org/id/char/228B0> a lvont:Character ;
    lvont:represents "𢢰"^^xsd:string .

<http://lexvo.org/id/char/228B1> a lvont:Character ;
    lvont:represents "𢢱"^^xsd:string .

<http://lexvo.org/id/char/228B2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/%C4%91%E1%BA%B9p>,
        "𢢲"^^xsd:string .

<http://lexvo.org/id/char/228B3> a lvont:Character ;
    lvont:represents "𢢳"^^xsd:string .

<http://lexvo.org/id/char/228B4> a lvont:Character ;
    lvont:represents "𢢴"^^xsd:string .

<http://lexvo.org/id/char/228B5> a lvont:Character ;
    lvont:represents "𢢵"^^xsd:string .

<http://lexvo.org/id/char/228B6> a lvont:Character ;
    lvont:represents "𢢶"^^xsd:string .

<http://lexvo.org/id/char/228B7> a lvont:Character ;
    lvont:represents "𢢷"^^xsd:string .

<http://lexvo.org/id/char/228B8> a lvont:Character ;
    lvont:represents "𢢸"^^xsd:string .

<http://lexvo.org/id/char/228B9> a lvont:Character ;
    lvont:represents "𢢹"^^xsd:string .

<http://lexvo.org/id/char/228BA> a lvont:Character ;
    lvont:represents "𢢺"^^xsd:string .

<http://lexvo.org/id/char/228BB> a lvont:Character ;
    lvont:represents "𢢻"^^xsd:string .

<http://lexvo.org/id/char/228BC> a lvont:Character ;
    lvont:represents "𢢼"^^xsd:string .

<http://lexvo.org/id/char/228BD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/kh%E1%BA%AFn>,
        "𢢽"^^xsd:string .

<http://lexvo.org/id/char/228BE> a lvont:Character ;
    lvont:represents "𢢾"^^xsd:string .

<http://lexvo.org/id/char/228BF> a lvont:Character ;
    lvont:represents "𢢿"^^xsd:string .

<http://lexvo.org/id/char/228C> a lvont:Character ;
    lvont:represents "⊌"^^xsd:string ;
    rdfs:comment "MULTISET"@en .

<http://lexvo.org/id/char/228C0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ng%E1%BA%A5y>,
        "𢣀"^^xsd:string .

<http://lexvo.org/id/char/228C1> a lvont:Character ;
    lvont:represents "𢣁"^^xsd:string .

<http://lexvo.org/id/char/228C2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ngh%C4%A9>,
        "𢣂"^^xsd:string .

<http://lexvo.org/id/char/228C3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/t%E1%BB%A7i>,
        "𢣃"^^xsd:string .

<http://lexvo.org/id/char/228C4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/qu%E1%BB%9B>,
        "𢣄"^^xsd:string .

<http://lexvo.org/id/char/228C5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/nh%C3%A1c>,
        "𢣅"^^xsd:string .

<http://lexvo.org/id/char/228C6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/tu%C3%B4ng>,
        "𢣆"^^xsd:string .

<http://lexvo.org/id/char/228C7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/h%E1%BA%B1m>,
        "𢣇"^^xsd:string .

<http://lexvo.org/id/char/228C8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/n%C3%A3o>,
        "𢣈"^^xsd:string .

<http://lexvo.org/id/char/228C9> a lvont:Character ;
    lvont:represents "𢣉"^^xsd:string .

<http://lexvo.org/id/char/228CA> a lvont:Character ;
    lvont:represents "𢣊"^^xsd:string .

<http://lexvo.org/id/char/228CB> a lvont:Character ;
    lvont:represents "𢣋"^^xsd:string .

<http://lexvo.org/id/char/228CC> a lvont:Character ;
    lvont:represents "𢣌"^^xsd:string .

<http://lexvo.org/id/char/228CD> a lvont:Character ;
    lvont:represents "𢣍"^^xsd:string .

<http://lexvo.org/id/char/228CE> a lvont:Character ;
    lvont:represents "𢣎"^^xsd:string .

<http://lexvo.org/id/char/228CF> a lvont:Character ;
    lvont:represents "𢣏"^^xsd:string .

<http://lexvo.org/id/char/228D> a lvont:Character ;
    lvont:represents "⊍"^^xsd:string ;
    rdfs:comment "MULTISET MULTIPLICATION"@en .

<http://lexvo.org/id/char/228D0> a lvont:Character ;
    lvont:represents "𢣐"^^xsd:string .

<http://lexvo.org/id/char/228D1> a lvont:Character ;
    lvont:represents "𢣑"^^xsd:string .

<http://lexvo.org/id/char/228D2> a lvont:Character ;
    lvont:represents "𢣒"^^xsd:string .

<http://lexvo.org/id/char/228D3> a lvont:Character ;
    lvont:represents "𢣓"^^xsd:string .

<http://lexvo.org/id/char/228D4> a lvont:Character ;
    lvont:represents "𢣔"^^xsd:string .

<http://lexvo.org/id/char/228D5> a lvont:Character ;
    lvont:represents "𢣕"^^xsd:string .

<http://lexvo.org/id/char/228D6> a lvont:Character ;
    lvont:represents "𢣖"^^xsd:string .

<http://lexvo.org/id/char/228D7> a lvont:Character ;
    lvont:represents "𢣗"^^xsd:string .

<http://lexvo.org/id/char/228D8> a lvont:Character ;
    lvont:represents "𢣘"^^xsd:string .

<http://lexvo.org/id/char/228D9> a lvont:Character ;
    lvont:represents "𢣙"^^xsd:string .

<http://lexvo.org/id/char/228DA> a lvont:Character ;
    lvont:represents "𢣚"^^xsd:string .

<http://lexvo.org/id/char/228DB> a lvont:Character ;
    lvont:represents "𢣛"^^xsd:string .

<http://lexvo.org/id/char/228DC> a lvont:Character ;
    lvont:represents "𢣜"^^xsd:string .

<http://lexvo.org/id/char/228DD> a lvont:Character ;
    lvont:represents "𢣝"^^xsd:string .

<http://lexvo.org/id/char/228DE> a lvont:Character ;
    lvont:represents "𢣞"^^xsd:string .

<http://lexvo.org/id/char/228DF> a lvont:Character ;
    lvont:represents "𢣟"^^xsd:string .

<http://lexvo.org/id/char/228E> a lvont:Character ;
    lvont:represents "⊎"^^xsd:string ;
    rdfs:comment "MULTISET UNION"@en .

<http://lexvo.org/id/char/228E0> a lvont:Character ;
    lvont:represents "𢣠"^^xsd:string .

<http://lexvo.org/id/char/228E1> a lvont:Character ;
    lvont:represents "𢣡"^^xsd:string .

<http://lexvo.org/id/char/228E2> a lvont:Character ;
    lvont:represents "𢣢"^^xsd:string .

<http://lexvo.org/id/char/228E3> a lvont:Character ;
    lvont:represents "𢣣"^^xsd:string .

<http://lexvo.org/id/char/228E4> a lvont:Character ;
    lvont:represents "𢣤"^^xsd:string .

<http://lexvo.org/id/char/228E5> a lvont:Character ;
    lvont:represents "𢣥"^^xsd:string .

<http://lexvo.org/id/char/228E6> a lvont:Character ;
    lvont:represents "𢣦"^^xsd:string .

<http://lexvo.org/id/char/228E7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/khu%C3%A2y>,
        "𢣧"^^xsd:string .

<http://lexvo.org/id/char/228E8> a lvont:Character ;
    lvont:represents "𢣨"^^xsd:string .

<http://lexvo.org/id/char/228E9> a lvont:Character ;
    lvont:represents "𢣩"^^xsd:string .

<http://lexvo.org/id/char/228EA> a lvont:Character ;
    lvont:represents "𢣪"^^xsd:string .

<http://lexvo.org/id/char/228EB> a lvont:Character ;
    lvont:represents "𢣫"^^xsd:string .

<http://lexvo.org/id/char/228EC> a lvont:Character ;
    lvont:represents "𢣬"^^xsd:string .

<http://lexvo.org/id/char/228ED> a lvont:Character ;
    lvont:represents "𢣭"^^xsd:string .

<http://lexvo.org/id/char/228EE> a lvont:Character ;
    lvont:represents "𢣮"^^xsd:string .

<http://lexvo.org/id/char/228EF> a lvont:Character ;
    lvont:represents "𢣯"^^xsd:string .

<http://lexvo.org/id/char/228F> a lvont:Character ;
    lvont:represents "⊏"^^xsd:string ;
    rdfs:comment "SQUARE IMAGE OF"@en .

<http://lexvo.org/id/char/228F0> a lvont:Character ;
    lvont:represents "𢣰"^^xsd:string .

<http://lexvo.org/id/char/228F1> a lvont:Character ;
    lvont:represents "𢣱"^^xsd:string .

<http://lexvo.org/id/char/228F2> a lvont:Character ;
    lvont:represents "𢣲"^^xsd:string .

<http://lexvo.org/id/char/228F3> a lvont:Character ;
    lvont:represents "𢣳"^^xsd:string .

<http://lexvo.org/id/char/228F4> a lvont:Character ;
    lvont:represents "𢣴"^^xsd:string .

<http://lexvo.org/id/char/228F5> a lvont:Character ;
    lvont:represents "𢣵"^^xsd:string .

<http://lexvo.org/id/char/228F6> a lvont:Character ;
    lvont:represents "𢣶"^^xsd:string .

<http://lexvo.org/id/char/228F7> a lvont:Character ;
    lvont:represents "𢣷"^^xsd:string .

<http://lexvo.org/id/char/228F8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ng%E1%BB%A1>,
        "𢣸"^^xsd:string .

<http://lexvo.org/id/char/228F9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/h%E1%BB%ADng>,
        "𢣹"^^xsd:string .

<http://lexvo.org/id/char/228FA> a lvont:Character ;
    lvont:represents "𢣺"^^xsd:string .

<http://lexvo.org/id/char/228FB> a lvont:Character ;
    lvont:represents "𢣻"^^xsd:string .

<http://lexvo.org/id/char/228FC> a lvont:Character ;
    lvont:represents "𢣼"^^xsd:string .

<http://lexvo.org/id/char/228FD> a lvont:Character ;
    lvont:represents "𢣽"^^xsd:string .

<http://lexvo.org/id/char/228FE> a lvont:Character ;
    lvont:represents "𢣾"^^xsd:string .

<http://lexvo.org/id/char/228FF> a lvont:Character ;
    lvont:represents "𢣿"^^xsd:string .

<http://lexvo.org/id/char/2290> a lvont:Character ;
    lvont:represents "⊐"^^xsd:string ;
    rdfs:comment "SQUARE ORIGINAL OF"@en .

<http://lexvo.org/id/char/22900> a lvont:Character ;
    lvont:represents "𢤀"^^xsd:string .

<http://lexvo.org/id/char/22901> a lvont:Character ;
    lvont:represents "𢤁"^^xsd:string .

<http://lexvo.org/id/char/22902> a lvont:Character ;
    lvont:represents "𢤂"^^xsd:string .

<http://lexvo.org/id/char/22903> a lvont:Character ;
    lvont:represents "𢤃"^^xsd:string .

<http://lexvo.org/id/char/22904> a lvont:Character ;
    lvont:represents "𢤄"^^xsd:string .

<http://lexvo.org/id/char/22905> a lvont:Character ;
    lvont:represents "𢤅"^^xsd:string .

<http://lexvo.org/id/char/22906> a lvont:Character ;
    lvont:represents "𢤆"^^xsd:string .

<http://lexvo.org/id/char/22907> a lvont:Character ;
    lvont:represents "𢤇"^^xsd:string .

<http://lexvo.org/id/char/22908> a lvont:Character ;
    lvont:represents "𢤈"^^xsd:string .

<http://lexvo.org/id/char/22909> a lvont:Character ;
    lvont:represents "𢤉"^^xsd:string .

<http://lexvo.org/id/char/2290A> a lvont:Character ;
    lvont:represents "𢤊"^^xsd:string .

<http://lexvo.org/id/char/2290B> a lvont:Character ;
    lvont:represents "𢤋"^^xsd:string .

<http://lexvo.org/id/char/2290C> a lvont:Character ;
    lvont:represents "𢤌"^^xsd:string .

<http://lexvo.org/id/char/2290D> a lvont:Character ;
    lvont:represents "𢤍"^^xsd:string .

<http://lexvo.org/id/char/2290E> a lvont:Character ;
    lvont:represents "𢤎"^^xsd:string .

<http://lexvo.org/id/char/2290F> a lvont:Character ;
    lvont:represents "𢤏"^^xsd:string .

<http://lexvo.org/id/char/2291> a lvont:Character ;
    lvont:represents "⊑"^^xsd:string ;
    rdfs:comment "SQUARE IMAGE OF OR EQUAL TO"@en .

<http://lexvo.org/id/char/22910> a lvont:Character ;
    lvont:represents "𢤐"^^xsd:string .

<http://lexvo.org/id/char/22911> a lvont:Character ;
    lvont:represents "𢤑"^^xsd:string .

<http://lexvo.org/id/char/22912> a lvont:Character ;
    lvont:represents "𢤒"^^xsd:string .

<http://lexvo.org/id/char/22913> a lvont:Character ;
    lvont:represents "𢤓"^^xsd:string .

<http://lexvo.org/id/char/22914> a lvont:Character ;
    lvont:represents "𢤔"^^xsd:string .

<http://lexvo.org/id/char/22915> a lvont:Character ;
    lvont:represents "𢤕"^^xsd:string .

<http://lexvo.org/id/char/22916> a lvont:Character ;
    lvont:represents "𢤖"^^xsd:string .

<http://lexvo.org/id/char/22917> a lvont:Character ;
    lvont:represents "𢤗"^^xsd:string .

<http://lexvo.org/id/char/22918> a lvont:Character ;
    lvont:represents "𢤘"^^xsd:string .

<http://lexvo.org/id/char/22919> a lvont:Character ;
    lvont:represents "𢤙"^^xsd:string .

<http://lexvo.org/id/char/2291A> a lvont:Character ;
    lvont:represents "𢤚"^^xsd:string .

<http://lexvo.org/id/char/2291B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/b%E1%BB%A1>,
        "𢤛"^^xsd:string .

<http://lexvo.org/id/char/2291C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ch%E1%BA%A1nh>,
        "𢤜"^^xsd:string .

<http://lexvo.org/id/char/2291D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ch%C4%83m>,
        "𢤝"^^xsd:string .

<http://lexvo.org/id/char/2291E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/h%E1%BB%9Dn>,
        "𢤞"^^xsd:string .

<http://lexvo.org/id/char/2291F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ch%C3%A1n>,
        "𢤟"^^xsd:string .

<http://lexvo.org/id/char/2292> a lvont:Character ;
    lvont:represents "⊒"^^xsd:string ;
    rdfs:comment "SQUARE ORIGINAL OF OR EQUAL TO"@en .

<http://lexvo.org/id/char/22920> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/l%E1%BA%BDn>,
        "𢤠"^^xsd:string .

<http://lexvo.org/id/char/22921> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/d%E1%BB%97i>,
        "𢤡"^^xsd:string .

<http://lexvo.org/id/char/22922> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/nh%E1%BB%8Bt>,
        "𢤢"^^xsd:string .

<http://lexvo.org/id/char/22923> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/t%E1%BA%BDn>,
        "𢤣"^^xsd:string .

<http://lexvo.org/id/char/22924> a lvont:Character ;
    lvont:represents "𢤤"^^xsd:string .

<http://lexvo.org/id/char/22925> a lvont:Character ;
    lvont:represents "𢤥"^^xsd:string .

<http://lexvo.org/id/char/22926> a lvont:Character ;
    lvont:represents "𢤦"^^xsd:string .

<http://lexvo.org/id/char/22927> a lvont:Character ;
    lvont:represents "𢤧"^^xsd:string .

<http://lexvo.org/id/char/22928> a lvont:Character ;
    lvont:represents "𢤨"^^xsd:string .

<http://lexvo.org/id/char/22929> a lvont:Character ;
    lvont:represents "𢤩"^^xsd:string .

<http://lexvo.org/id/char/2292A> a lvont:Character ;
    lvont:represents "𢤪"^^xsd:string .

<http://lexvo.org/id/char/2292B> a lvont:Character ;
    lvont:represents "𢤫"^^xsd:string .

<http://lexvo.org/id/char/2292C> a lvont:Character ;
    lvont:represents "𢤬"^^xsd:string .

<http://lexvo.org/id/char/2292D> a lvont:Character ;
    lvont:represents "𢤭"^^xsd:string .

<http://lexvo.org/id/char/2292E> a lvont:Character ;
    lvont:represents "𢤮"^^xsd:string .

<http://lexvo.org/id/char/2292F> a lvont:Character ;
    lvont:represents "𢤯"^^xsd:string .

<http://lexvo.org/id/char/2293> a lvont:Character ;
    lvont:represents "⊓"^^xsd:string ;
    rdfs:comment "SQUARE CAP"@en .

<http://lexvo.org/id/char/22930> a lvont:Character ;
    lvont:represents "𢤰"^^xsd:string .

<http://lexvo.org/id/char/22931> a lvont:Character ;
    lvont:represents "𢤱"^^xsd:string .

<http://lexvo.org/id/char/22932> a lvont:Character ;
    lvont:represents "𢤲"^^xsd:string .

<http://lexvo.org/id/char/22933> a lvont:Character ;
    lvont:represents "𢤳"^^xsd:string .

<http://lexvo.org/id/char/22934> a lvont:Character ;
    lvont:represents "𢤴"^^xsd:string .

<http://lexvo.org/id/char/22935> a lvont:Character ;
    lvont:represents "𢤵"^^xsd:string .

<http://lexvo.org/id/char/22936> a lvont:Character ;
    lvont:represents "𢤶"^^xsd:string .

<http://lexvo.org/id/char/22937> a lvont:Character ;
    lvont:represents "𢤷"^^xsd:string .

<http://lexvo.org/id/char/22938> a lvont:Character ;
    lvont:represents "𢤸"^^xsd:string .

<http://lexvo.org/id/char/22939> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/goe4>,
        <http://lexvo.org/id/term/yue/%F0%A2%A4%B9>,
        "𢤹"^^xsd:string ;
    rdfs:comment "(Cant.) satisfied, comfortable"@en .

<http://lexvo.org/id/char/2293A> a lvont:Character ;
    lvont:represents "𢤺"^^xsd:string .

<http://lexvo.org/id/char/2293B> a lvont:Character ;
    lvont:represents "𢤻"^^xsd:string .

<http://lexvo.org/id/char/2293C> a lvont:Character ;
    lvont:represents "𢤼"^^xsd:string .

<http://lexvo.org/id/char/2293D> a lvont:Character ;
    lvont:represents "𢤽"^^xsd:string .

<http://lexvo.org/id/char/2293E> a lvont:Character ;
    lvont:represents "𢤾"^^xsd:string .

<http://lexvo.org/id/char/2293F> a lvont:Character ;
    lvont:represents "𢤿"^^xsd:string .

<http://lexvo.org/id/char/2294> a lvont:Character ;
    lvont:represents "⊔"^^xsd:string ;
    rdfs:comment "SQUARE CUP"@en .

<http://lexvo.org/id/char/22940> a lvont:Character ;
    lvont:represents "𢥀"^^xsd:string .

<http://lexvo.org/id/char/22941> a lvont:Character ;
    lvont:represents "𢥁"^^xsd:string .

<http://lexvo.org/id/char/22942> a lvont:Character ;
    lvont:represents "𢥂"^^xsd:string .

<http://lexvo.org/id/char/22943> a lvont:Character ;
    lvont:represents "𢥃"^^xsd:string .

<http://lexvo.org/id/char/22944> a lvont:Character ;
    lvont:represents "𢥄"^^xsd:string .

<http://lexvo.org/id/char/22945> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/c%E1%BA%ABm>,
        "𢥅"^^xsd:string .

<http://lexvo.org/id/char/22946> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/lung>,
        "𢥆"^^xsd:string .

<http://lexvo.org/id/char/22947> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ch%C3%A1n>,
        "𢥇"^^xsd:string .

<http://lexvo.org/id/char/22948> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/lo>,
        "𢥈"^^xsd:string .

<http://lexvo.org/id/char/22949> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/nh%C3%A3ng>,
        "𢥉"^^xsd:string .

<http://lexvo.org/id/char/2294A> a lvont:Character ;
    lvont:represents "𢥊"^^xsd:string .

<http://lexvo.org/id/char/2294B> a lvont:Character ;
    lvont:represents "𢥋"^^xsd:string .

<http://lexvo.org/id/char/2294C> a lvont:Character ;
    lvont:represents "𢥌"^^xsd:string .

<http://lexvo.org/id/char/2294D> a lvont:Character ;
    lvont:represents "𢥍"^^xsd:string .

<http://lexvo.org/id/char/2294E> a lvont:Character ;
    lvont:represents "𢥎"^^xsd:string .

<http://lexvo.org/id/char/2294F> a lvont:Character ;
    lvont:represents "𢥏"^^xsd:string .

<http://lexvo.org/id/char/2295> a lvont:Character ;
    lvont:represents "⊕"^^xsd:string ;
    rdfs:comment "CIRCLED PLUS"@en .

<http://lexvo.org/id/char/22950> a lvont:Character ;
    lvont:represents "𢥐"^^xsd:string .

<http://lexvo.org/id/char/22951> a lvont:Character ;
    lvont:represents "𢥑"^^xsd:string .

<http://lexvo.org/id/char/22952> a lvont:Character ;
    lvont:represents "𢥒"^^xsd:string .

<http://lexvo.org/id/char/22953> a lvont:Character ;
    lvont:represents "𢥓"^^xsd:string .

<http://lexvo.org/id/char/22954> a lvont:Character ;
    lvont:represents "𢥔"^^xsd:string .

<http://lexvo.org/id/char/22955> a lvont:Character ;
    lvont:represents "𢥕"^^xsd:string .

<http://lexvo.org/id/char/22956> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/trai>,
        "𢥖"^^xsd:string .

<http://lexvo.org/id/char/22957> a lvont:Character ;
    lvont:represents "𢥗"^^xsd:string .

<http://lexvo.org/id/char/22958> a lvont:Character ;
    lvont:represents "𢥘"^^xsd:string .

<http://lexvo.org/id/char/22959> a lvont:Character ;
    lvont:represents "𢥙"^^xsd:string .

<http://lexvo.org/id/char/2295A> a lvont:Character ;
    lvont:represents "𢥚"^^xsd:string .

<http://lexvo.org/id/char/2295B> a lvont:Character ;
    lvont:represents "𢥛"^^xsd:string .

<http://lexvo.org/id/char/2295C> a lvont:Character ;
    lvont:represents "𢥜"^^xsd:string .

<http://lexvo.org/id/char/2295D> a lvont:Character ;
    lvont:represents "𢥝"^^xsd:string .

<http://lexvo.org/id/char/2295E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%F0%A2%A5%9E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C5%8Dng>,
        "𢥞"^^xsd:string ;
    rdfs:comment "same as 忡; a sad, uneasy countenance"@en .

<http://lexvo.org/id/char/2295F> a lvont:Character ;
    lvont:represents "𢥟"^^xsd:string .

<http://lexvo.org/id/char/2296> a lvont:Character ;
    lvont:represents "⊖"^^xsd:string ;
    rdfs:comment "CIRCLED MINUS"@en .

<http://lexvo.org/id/char/22960> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/sung2>,
        <http://lexvo.org/id/term/yue/%F0%A2%A5%A0>,
        "𢥠"^^xsd:string ;
    rdfs:comment "terrified, afraid"@en .

<http://lexvo.org/id/char/22961> a lvont:Character ;
    lvont:represents "𢥡"^^xsd:string .

<http://lexvo.org/id/char/22962> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ng%E1%BA%A9n>,
        "𢥢"^^xsd:string .

<http://lexvo.org/id/char/22963> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/gi%E1%BB%A1n>,
        "𢥣"^^xsd:string .

<http://lexvo.org/id/char/22964> a lvont:Character ;
    lvont:represents "𢥤"^^xsd:string .

<http://lexvo.org/id/char/22965> a lvont:Character ;
    lvont:represents "𢥥"^^xsd:string .

<http://lexvo.org/id/char/22966> a lvont:Character ;
    lvont:represents "𢥦"^^xsd:string .

<http://lexvo.org/id/char/22967> a lvont:Character ;
    lvont:represents "𢥧"^^xsd:string .

<http://lexvo.org/id/char/22968> a lvont:Character ;
    lvont:represents "𢥨"^^xsd:string .

<http://lexvo.org/id/char/22969> a lvont:Character ;
    lvont:represents "𢥩"^^xsd:string .

<http://lexvo.org/id/char/2296A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/n%E1%BA%A3n>,
        "𢥪"^^xsd:string .

<http://lexvo.org/id/char/2296B> a lvont:Character ;
    lvont:represents "𢥫"^^xsd:string .

<http://lexvo.org/id/char/2296C> a lvont:Character ;
    lvont:represents "𢥬"^^xsd:string .

<http://lexvo.org/id/char/2296D> a lvont:Character ;
    lvont:represents "𢥭"^^xsd:string .

<http://lexvo.org/id/char/2296E> a lvont:Character ;
    lvont:represents "𢥮"^^xsd:string .

<http://lexvo.org/id/char/2296F> a lvont:Character ;
    lvont:represents "𢥯"^^xsd:string .

<http://lexvo.org/id/char/2297> a lvont:Character ;
    lvont:represents "⊗"^^xsd:string ;
    rdfs:comment "CIRCLED TIMES"@en .

<http://lexvo.org/id/char/22970> a lvont:Character ;
    lvont:represents "𢥰"^^xsd:string .

<http://lexvo.org/id/char/22971> a lvont:Character ;
    lvont:represents "𢥱"^^xsd:string .

<http://lexvo.org/id/char/22972> a lvont:Character ;
    lvont:represents "𢥲"^^xsd:string .

<http://lexvo.org/id/char/22973> a lvont:Character ;
    lvont:represents "𢥳"^^xsd:string .

<http://lexvo.org/id/char/22974> a lvont:Character ;
    lvont:represents "𢥴"^^xsd:string .

<http://lexvo.org/id/char/22975> a lvont:Character ;
    lvont:represents "𢥵"^^xsd:string .

<http://lexvo.org/id/char/22976> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ng%E1%BB%A7ng>,
        "𢥶"^^xsd:string .

<http://lexvo.org/id/char/22977> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ng%C6%A1i>,
        "𢥷"^^xsd:string .

<http://lexvo.org/id/char/22978> a lvont:Character ;
    lvont:represents "𢥸"^^xsd:string .

<http://lexvo.org/id/char/22979> a lvont:Character ;
    lvont:represents "𢥹"^^xsd:string .

<http://lexvo.org/id/char/2297A> a lvont:Character ;
    lvont:represents "𢥺"^^xsd:string .

<http://lexvo.org/id/char/2297B> a lvont:Character ;
    lvont:represents "𢥻"^^xsd:string .

<http://lexvo.org/id/char/2297C> a lvont:Character ;
    lvont:represents "𢥼"^^xsd:string .

<http://lexvo.org/id/char/2297D> a lvont:Character ;
    lvont:represents "𢥽"^^xsd:string .

<http://lexvo.org/id/char/2297E> a lvont:Character ;
    lvont:represents "𢥾"^^xsd:string .

<http://lexvo.org/id/char/2297F> a lvont:Character ;
    lvont:represents "𢥿"^^xsd:string .

<http://lexvo.org/id/char/2298> a lvont:Character ;
    lvont:represents "⊘"^^xsd:string ;
    rdfs:comment "CIRCLED DIVISION SLASH"@en .

<http://lexvo.org/id/char/22980> a lvont:Character ;
    lvont:represents "𢦀"^^xsd:string .

<http://lexvo.org/id/char/22981> a lvont:Character ;
    lvont:represents "𢦁"^^xsd:string .

<http://lexvo.org/id/char/22982> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/l%E1%BB%9Dn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/laan2>,
        <http://lexvo.org/id/term/yue/%F0%A2%A6%82>,
        "𢦂"^^xsd:string ;
    rdfs:comment "(Cant.) to brag, praise oneself"@en .

<http://lexvo.org/id/char/22983> a lvont:Character ;
    lvont:represents "𢦃"^^xsd:string .

<http://lexvo.org/id/char/22984> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/th%C3%B2>,
        "𢦄"^^xsd:string .

<http://lexvo.org/id/char/22985> a lvont:Character ;
    lvont:represents "𢦅"^^xsd:string .

<http://lexvo.org/id/char/22986> a lvont:Character ;
    lvont:represents "𢦆"^^xsd:string .

<http://lexvo.org/id/char/22987> a lvont:Character ;
    lvont:represents "𢦇"^^xsd:string .

<http://lexvo.org/id/char/22988> a lvont:Character ;
    lvont:represents "𢦈"^^xsd:string .

<http://lexvo.org/id/char/22989> a lvont:Character ;
    lvont:represents "𢦉"^^xsd:string .

<http://lexvo.org/id/char/2298A> a lvont:Character ;
    lvont:represents "𢦊"^^xsd:string .

<http://lexvo.org/id/char/2298B> a lvont:Character ;
    lvont:represents "𢦋"^^xsd:string .

<http://lexvo.org/id/char/2298C> a lvont:Character ;
    lvont:represents "𢦌"^^xsd:string .

<http://lexvo.org/id/char/2298D> a lvont:Character ;
    lvont:represents "𢦍"^^xsd:string .

<http://lexvo.org/id/char/2298E> a lvont:Character ;
    lvont:represents "𢦎"^^xsd:string .

<http://lexvo.org/id/char/2298F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%F0%A2%A6%8F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C4%81i>,
        "𢦏"^^xsd:string ;
    rdfs:comment "to cut, wound, hurt"@en .

<http://lexvo.org/id/char/2299> a lvont:Character ;
    lvont:represents "⊙"^^xsd:string ;
    rdfs:comment "CIRCLED DOT OPERATOR"@en .

<http://lexvo.org/id/char/22990> a lvont:Character ;
    lvont:represents "𢦐"^^xsd:string .

<http://lexvo.org/id/char/22991> a lvont:Character ;
    lvont:represents "𢦑"^^xsd:string .

<http://lexvo.org/id/char/22992> a lvont:Character ;
    lvont:represents "𢦒"^^xsd:string .

<http://lexvo.org/id/char/22993> a lvont:Character ;
    lvont:represents "𢦓"^^xsd:string .

<http://lexvo.org/id/char/22994> a lvont:Character ;
    lvont:represents "𢦔"^^xsd:string .

<http://lexvo.org/id/char/22995> a lvont:Character ;
    lvont:represents "𢦕"^^xsd:string .

<http://lexvo.org/id/char/22996> a lvont:Character ;
    lvont:represents "𢦖"^^xsd:string .

<http://lexvo.org/id/char/22997> a lvont:Character ;
    lvont:represents "𢦗"^^xsd:string .

<http://lexvo.org/id/char/22998> a lvont:Character ;
    lvont:label "3" ;
    lvont:represents "𢦘"^^xsd:string .

<http://lexvo.org/id/char/22999> a lvont:Character ;
    lvont:represents "𢦙"^^xsd:string .

<http://lexvo.org/id/char/2299A> a lvont:Character ;
    lvont:represents "𢦚"^^xsd:string .

<http://lexvo.org/id/char/2299B> a lvont:Character ;
    lvont:represents "𢦛"^^xsd:string .

<http://lexvo.org/id/char/2299C> a lvont:Character ;
    lvont:represents "𢦜"^^xsd:string .

<http://lexvo.org/id/char/2299D> a lvont:Character ;
    lvont:represents "𢦝"^^xsd:string .

<http://lexvo.org/id/char/2299E> a lvont:Character ;
    lvont:represents "𢦞"^^xsd:string .

<http://lexvo.org/id/char/2299F> a lvont:Character ;
    lvont:represents "𢦟"^^xsd:string .

<http://lexvo.org/id/char/229A> a lvont:Character ;
    lvont:represents "⊚"^^xsd:string ;
    rdfs:comment "CIRCLED RING OPERATOR"@en .

<http://lexvo.org/id/char/229A0> a lvont:Character ;
    lvont:represents "𢦠"^^xsd:string .

<http://lexvo.org/id/char/229A1> a lvont:Character ;
    lvont:represents "𢦡"^^xsd:string .

<http://lexvo.org/id/char/229A2> a lvont:Character ;
    lvont:represents "𢦢"^^xsd:string .

<http://lexvo.org/id/char/229A3> a lvont:Character ;
    lvont:represents "𢦣"^^xsd:string .

<http://lexvo.org/id/char/229A4> a lvont:Character ;
    lvont:represents "𢦤"^^xsd:string .

<http://lexvo.org/id/char/229A5> a lvont:Character ;
    lvont:represents "𢦥"^^xsd:string .

<http://lexvo.org/id/char/229A6> a lvont:Character ;
    lvont:represents "𢦦"^^xsd:string .

<http://lexvo.org/id/char/229A7> a lvont:Character ;
    lvont:represents "𢦧"^^xsd:string .

<http://lexvo.org/id/char/229A8> a lvont:Character ;
    lvont:represents "𢦨"^^xsd:string .

<http://lexvo.org/id/char/229A9> a lvont:Character ;
    lvont:represents "𢦩"^^xsd:string .

<http://lexvo.org/id/char/229AA> a lvont:Character ;
    lvont:represents "𢦪"^^xsd:string .

<http://lexvo.org/id/char/229AB> a lvont:Character ;
    lvont:represents "𢦫"^^xsd:string .

<http://lexvo.org/id/char/229AC> a lvont:Character ;
    lvont:represents "𢦬"^^xsd:string .

<http://lexvo.org/id/char/229AD> a lvont:Character ;
    lvont:represents "𢦭"^^xsd:string .

<http://lexvo.org/id/char/229AE> a lvont:Character ;
    lvont:represents "𢦮"^^xsd:string .

<http://lexvo.org/id/char/229AF> a lvont:Character ;
    lvont:represents "𢦯"^^xsd:string .

<http://lexvo.org/id/char/229B> a lvont:Character ;
    lvont:represents "⊛"^^xsd:string ;
    rdfs:comment "CIRCLED ASTERISK OPERATOR"@en .

<http://lexvo.org/id/char/229B0> a lvont:Character ;
    lvont:represents "𢦰"^^xsd:string .

<http://lexvo.org/id/char/229B1> a lvont:Character ;
    lvont:represents "𢦱"^^xsd:string .

<http://lexvo.org/id/char/229B2> a lvont:Character ;
    lvont:represents "𢦲"^^xsd:string .

<http://lexvo.org/id/char/229B3> a lvont:Character ;
    lvont:represents "𢦳"^^xsd:string .

<http://lexvo.org/id/char/229B4> a lvont:Character ;
    lvont:represents "𢦴"^^xsd:string .

<http://lexvo.org/id/char/229B5> a lvont:Character ;
    lvont:represents "𢦵"^^xsd:string .

<http://lexvo.org/id/char/229B6> a lvont:Character ;
    lvont:represents "𢦶"^^xsd:string .

<http://lexvo.org/id/char/229B7> a lvont:Character ;
    lvont:represents "𢦷"^^xsd:string .

<http://lexvo.org/id/char/229B8> a lvont:Character ;
    lvont:represents "𢦸"^^xsd:string .

<http://lexvo.org/id/char/229B9> a lvont:Character ;
    lvont:represents "𢦹"^^xsd:string .

<http://lexvo.org/id/char/229BA> a lvont:Character ;
    lvont:represents "𢦺"^^xsd:string .

<http://lexvo.org/id/char/229BB> a lvont:Character ;
    lvont:represents "𢦻"^^xsd:string .

<http://lexvo.org/id/char/229BC> a lvont:Character ;
    lvont:represents "𢦼"^^xsd:string .

<http://lexvo.org/id/char/229BD> a lvont:Character ;
    lvont:represents "𢦽"^^xsd:string .

<http://lexvo.org/id/char/229BE> a lvont:Character ;
    lvont:represents "𢦾"^^xsd:string .

<http://lexvo.org/id/char/229BF> a lvont:Character ;
    lvont:represents "𢦿"^^xsd:string .

<http://lexvo.org/id/char/229C> a lvont:Character ;
    lvont:represents "⊜"^^xsd:string ;
    rdfs:comment "CIRCLED EQUALS"@en .

<http://lexvo.org/id/char/229C0> a lvont:Character ;
    lvont:represents "𢧀"^^xsd:string .

<http://lexvo.org/id/char/229C1> a lvont:Character ;
    lvont:represents "𢧁"^^xsd:string .

<http://lexvo.org/id/char/229C2> a lvont:Character ;
    lvont:represents "𢧂"^^xsd:string .

<http://lexvo.org/id/char/229C3> a lvont:Character ;
    lvont:represents "𢧃"^^xsd:string .

<http://lexvo.org/id/char/229C4> a lvont:Character ;
    lvont:represents "𢧄"^^xsd:string .

<http://lexvo.org/id/char/229C5> a lvont:Character ;
    lvont:represents "𢧅"^^xsd:string .

<http://lexvo.org/id/char/229C6> a lvont:Character ;
    lvont:represents "𢧆"^^xsd:string .

<http://lexvo.org/id/char/229C7> a lvont:Character ;
    lvont:represents "𢧇"^^xsd:string .

<http://lexvo.org/id/char/229C8> a lvont:Character ;
    lvont:represents "𢧈"^^xsd:string .

<http://lexvo.org/id/char/229C9> a lvont:Character ;
    lvont:represents "𢧉"^^xsd:string .

<http://lexvo.org/id/char/229CA> a lvont:Character ;
    lvont:represents "𢧊"^^xsd:string .

<http://lexvo.org/id/char/229CB> a lvont:Character ;
    lvont:represents "𢧋"^^xsd:string .

<http://lexvo.org/id/char/229CC> a lvont:Character ;
    lvont:represents "𢧌"^^xsd:string .

<http://lexvo.org/id/char/229CD> a lvont:Character ;
    lvont:represents "𢧍"^^xsd:string .

<http://lexvo.org/id/char/229CE> a lvont:Character ;
    lvont:represents "𢧎"^^xsd:string .

<http://lexvo.org/id/char/229CF> a lvont:Character ;
    lvont:represents "𢧏"^^xsd:string .

<http://lexvo.org/id/char/229D> a lvont:Character ;
    lvont:represents "⊝"^^xsd:string ;
    rdfs:comment "CIRCLED DASH"@en .

<http://lexvo.org/id/char/229D0> a lvont:Character ;
    lvont:represents "𢧐"^^xsd:string .

<http://lexvo.org/id/char/229D1> a lvont:Character ;
    lvont:represents "𢧑"^^xsd:string .

<http://lexvo.org/id/char/229D2> a lvont:Character ;
    lvont:represents "𢧒"^^xsd:string .

<http://lexvo.org/id/char/229D3> a lvont:Character ;
    lvont:represents "𢧓"^^xsd:string .

<http://lexvo.org/id/char/229D4> a lvont:Character ;
    lvont:represents "𢧔"^^xsd:string .

<http://lexvo.org/id/char/229D5> a lvont:Character ;
    lvont:represents "𢧕"^^xsd:string .

<http://lexvo.org/id/char/229D6> a lvont:Character ;
    lvont:represents "𢧖"^^xsd:string .

<http://lexvo.org/id/char/229D7> a lvont:Character ;
    lvont:represents "𢧗"^^xsd:string .

<http://lexvo.org/id/char/229D8> a lvont:Character ;
    lvont:represents "𢧘"^^xsd:string .

<http://lexvo.org/id/char/229D9> a lvont:Character ;
    lvont:represents "𢧙"^^xsd:string .

<http://lexvo.org/id/char/229DA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/n%C3%AAn>,
        "𢧚"^^xsd:string .

<http://lexvo.org/id/char/229DB> a lvont:Character ;
    lvont:represents "𢧛"^^xsd:string .

<http://lexvo.org/id/char/229DC> a lvont:Character ;
    lvont:represents "𢧜"^^xsd:string .

<http://lexvo.org/id/char/229DD> a lvont:Character ;
    lvont:represents "𢧝"^^xsd:string .

<http://lexvo.org/id/char/229DE> a lvont:Character ;
    lvont:represents "𢧞"^^xsd:string .

<http://lexvo.org/id/char/229DF> a lvont:Character ;
    lvont:represents "𢧟"^^xsd:string .

<http://lexvo.org/id/char/229E> a lvont:Character ;
    lvont:represents "⊞"^^xsd:string ;
    rdfs:comment "SQUARED PLUS"@en .

<http://lexvo.org/id/char/229E0> a lvont:Character ;
    lvont:represents "𢧠"^^xsd:string .

<http://lexvo.org/id/char/229E1> a lvont:Character ;
    lvont:represents "𢧡"^^xsd:string .

<http://lexvo.org/id/char/229E2> a lvont:Character ;
    lvont:represents "𢧢"^^xsd:string .

<http://lexvo.org/id/char/229E3> a lvont:Character ;
    lvont:represents "𢧣"^^xsd:string .

<http://lexvo.org/id/char/229E4> a lvont:Character ;
    lvont:represents "𢧤"^^xsd:string .

<http://lexvo.org/id/char/229E5> a lvont:Character ;
    lvont:represents "𢧥"^^xsd:string .

<http://lexvo.org/id/char/229E6> a lvont:Character ;
    lvont:represents "𢧦"^^xsd:string .

<http://lexvo.org/id/char/229E7> a lvont:Character ;
    lvont:represents "𢧧"^^xsd:string .

<http://lexvo.org/id/char/229E8> a lvont:Character ;
    lvont:represents "𢧨"^^xsd:string .

<http://lexvo.org/id/char/229E9> a lvont:Character ;
    lvont:represents "𢧩"^^xsd:string .

<http://lexvo.org/id/char/229EA> a lvont:Character ;
    lvont:represents "𢧪"^^xsd:string .

<http://lexvo.org/id/char/229EB> a lvont:Character ;
    lvont:represents "𢧫"^^xsd:string .

<http://lexvo.org/id/char/229EC> a lvont:Character ;
    lvont:represents "𢧬"^^xsd:string .

<http://lexvo.org/id/char/229ED> a lvont:Character ;
    lvont:represents "𢧭"^^xsd:string .

<http://lexvo.org/id/char/229EE> a lvont:Character ;
    lvont:represents "𢧮"^^xsd:string .

<http://lexvo.org/id/char/229EF> a lvont:Character ;
    lvont:represents "𢧯"^^xsd:string .

<http://lexvo.org/id/char/229F> a lvont:Character ;
    lvont:represents "⊟"^^xsd:string ;
    rdfs:comment "SQUARED MINUS"@en .

<http://lexvo.org/id/char/229F0> a lvont:Character ;
    lvont:represents "𢧰"^^xsd:string .

<http://lexvo.org/id/char/229F1> a lvont:Character ;
    lvont:represents "𢧱"^^xsd:string .

<http://lexvo.org/id/char/229F2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ta>,
        "𢧲"^^xsd:string .

<http://lexvo.org/id/char/229F3> a lvont:Character ;
    lvont:represents "𢧳"^^xsd:string .

<http://lexvo.org/id/char/229F4> a lvont:Character ;
    lvont:represents "𢧴"^^xsd:string .

<http://lexvo.org/id/char/229F5> a lvont:Character ;
    lvont:represents "𢧵"^^xsd:string .

<http://lexvo.org/id/char/229F6> a lvont:Character ;
    lvont:represents "𢧶"^^xsd:string .

<http://lexvo.org/id/char/229F7> a lvont:Character ;
    lvont:represents "𢧷"^^xsd:string .

<http://lexvo.org/id/char/229F8> a lvont:Character ;
    lvont:represents "𢧸"^^xsd:string .

<http://lexvo.org/id/char/229F9> a lvont:Character ;
    lvont:represents "𢧹"^^xsd:string .

<http://lexvo.org/id/char/229FA> a lvont:Character ;
    lvont:represents "𢧺"^^xsd:string .

<http://lexvo.org/id/char/229FB> a lvont:Character ;
    lvont:represents "𢧻"^^xsd:string .

<http://lexvo.org/id/char/229FC> a lvont:Character ;
    lvont:represents "𢧼"^^xsd:string .

<http://lexvo.org/id/char/229FD> a lvont:Character ;
    lvont:represents "𢧽"^^xsd:string .

<http://lexvo.org/id/char/229FE> a lvont:Character ;
    lvont:represents "𢧾"^^xsd:string .

<http://lexvo.org/id/char/229FF> a lvont:Character ;
    lvont:represents "𢧿"^^xsd:string .

<http://lexvo.org/id/char/22A0> a lvont:Character ;
    lvont:represents "⊠"^^xsd:string ;
    rdfs:comment "SQUARED TIMES"@en .

<http://lexvo.org/id/char/22A00> a lvont:Character ;
    lvont:represents "𢨀"^^xsd:string .

<http://lexvo.org/id/char/22A01> a lvont:Character ;
    lvont:represents "𢨁"^^xsd:string .

<http://lexvo.org/id/char/22A02> a lvont:Character ;
    lvont:represents "𢨂"^^xsd:string .

<http://lexvo.org/id/char/22A03> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/m%C3%A1c>,
        "𢨃"^^xsd:string .

<http://lexvo.org/id/char/22A04> a lvont:Character ;
    lvont:represents "𢨄"^^xsd:string .

<http://lexvo.org/id/char/22A05> a lvont:Character ;
    lvont:represents "𢨅"^^xsd:string .

<http://lexvo.org/id/char/22A06> a lvont:Character ;
    lvont:represents "𢨆"^^xsd:string .

<http://lexvo.org/id/char/22A07> a lvont:Character ;
    lvont:represents "𢨇"^^xsd:string .

<http://lexvo.org/id/char/22A08> a lvont:Character ;
    lvont:represents "𢨈"^^xsd:string .

<http://lexvo.org/id/char/22A09> a lvont:Character ;
    lvont:represents "𢨉"^^xsd:string .

<http://lexvo.org/id/char/22A0A> a lvont:Character ;
    lvont:represents "𢨊"^^xsd:string .

<http://lexvo.org/id/char/22A0B> a lvont:Character ;
    lvont:represents "𢨋"^^xsd:string .

<http://lexvo.org/id/char/22A0C> a lvont:Character ;
    lvont:represents "𢨌"^^xsd:string .

<http://lexvo.org/id/char/22A0D> a lvont:Character ;
    lvont:represents "𢨍"^^xsd:string .

<http://lexvo.org/id/char/22A0E> a lvont:Character ;
    lvont:represents "𢨎"^^xsd:string .

<http://lexvo.org/id/char/22A0F> a lvont:Character ;
    lvont:represents "𢨏"^^xsd:string .

<http://lexvo.org/id/char/22A1> a lvont:Character ;
    lvont:represents "⊡"^^xsd:string ;
    rdfs:comment "SQUARED DOT OPERATOR"@en .

<http://lexvo.org/id/char/22A10> a lvont:Character ;
    lvont:represents "𢨐"^^xsd:string .

<http://lexvo.org/id/char/22A11> a lvont:Character ;
    lvont:represents "𢨑"^^xsd:string .

<http://lexvo.org/id/char/22A12> a lvont:Character ;
    lvont:represents "𢨒"^^xsd:string .

<http://lexvo.org/id/char/22A13> a lvont:Character ;
    lvont:represents "𢨓"^^xsd:string .

<http://lexvo.org/id/char/22A14> a lvont:Character ;
    lvont:represents "𢨔"^^xsd:string .

<http://lexvo.org/id/char/22A15> a lvont:Character ;
    lvont:represents "𢨕"^^xsd:string .

<http://lexvo.org/id/char/22A16> a lvont:Character ;
    lvont:represents "𢨖"^^xsd:string .

<http://lexvo.org/id/char/22A17> a lvont:Character ;
    lvont:represents "𢨗"^^xsd:string .

<http://lexvo.org/id/char/22A18> a lvont:Character ;
    lvont:represents "𢨘"^^xsd:string .

<http://lexvo.org/id/char/22A19> a lvont:Character ;
    lvont:represents "𢨙"^^xsd:string .

<http://lexvo.org/id/char/22A1A> a lvont:Character ;
    lvont:represents "𢨚"^^xsd:string .

<http://lexvo.org/id/char/22A1B> a lvont:Character ;
    lvont:represents "𢨛"^^xsd:string .

<http://lexvo.org/id/char/22A1C> a lvont:Character ;
    lvont:represents "𢨜"^^xsd:string .

<http://lexvo.org/id/char/22A1D> a lvont:Character ;
    lvont:represents "𢨝"^^xsd:string .

<http://lexvo.org/id/char/22A1E> a lvont:Character ;
    lvont:represents "𢨞"^^xsd:string .

<http://lexvo.org/id/char/22A1F> a lvont:Character ;
    lvont:represents "𢨟"^^xsd:string .

<http://lexvo.org/id/char/22A2> a lvont:Character ;
    lvont:represents "⊢"^^xsd:string ;
    rdfs:comment "RIGHT TACK"@en .

<http://lexvo.org/id/char/22A20> a lvont:Character ;
    lvont:represents "𢨠"^^xsd:string .

<http://lexvo.org/id/char/22A21> a lvont:Character ;
    lvont:represents "𢨡"^^xsd:string .

<http://lexvo.org/id/char/22A22> a lvont:Character ;
    lvont:represents "𢨢"^^xsd:string .

<http://lexvo.org/id/char/22A23> a lvont:Character ;
    lvont:represents "𢨣"^^xsd:string .

<http://lexvo.org/id/char/22A24> a lvont:Character ;
    lvont:represents "𢨤"^^xsd:string .

<http://lexvo.org/id/char/22A25> a lvont:Character ;
    lvont:represents "𢨥"^^xsd:string .

<http://lexvo.org/id/char/22A26> a lvont:Character ;
    lvont:represents "𢨦"^^xsd:string .

<http://lexvo.org/id/char/22A27> a lvont:Character ;
    lvont:represents "𢨧"^^xsd:string .

<http://lexvo.org/id/char/22A28> a lvont:Character ;
    lvont:represents "𢨨"^^xsd:string .

<http://lexvo.org/id/char/22A29> a lvont:Character ;
    lvont:represents "𢨩"^^xsd:string .

<http://lexvo.org/id/char/22A2A> a lvont:Character ;
    lvont:represents "𢨪"^^xsd:string .

<http://lexvo.org/id/char/22A2B> a lvont:Character ;
    lvont:represents "𢨫"^^xsd:string .

<http://lexvo.org/id/char/22A2C> a lvont:Character ;
    lvont:represents "𢨬"^^xsd:string .

<http://lexvo.org/id/char/22A2D> a lvont:Character ;
    lvont:represents "𢨭"^^xsd:string .

<http://lexvo.org/id/char/22A2E> a lvont:Character ;
    lvont:represents "𢨮"^^xsd:string .

<http://lexvo.org/id/char/22A2F> a lvont:Character ;
    lvont:represents "𢨯"^^xsd:string .

<http://lexvo.org/id/char/22A3> a lvont:Character ;
    lvont:represents "⊣"^^xsd:string ;
    rdfs:comment "LEFT TACK"@en .

<http://lexvo.org/id/char/22A30> a lvont:Character ;
    lvont:represents "𢨰"^^xsd:string .

<http://lexvo.org/id/char/22A31> a lvont:Character ;
    lvont:represents "𢨱"^^xsd:string .

<http://lexvo.org/id/char/22A32> a lvont:Character ;
    lvont:represents "𢨲"^^xsd:string .

<http://lexvo.org/id/char/22A33> a lvont:Character ;
    lvont:represents "𢨳"^^xsd:string .

<http://lexvo.org/id/char/22A34> a lvont:Character ;
    lvont:represents "𢨴"^^xsd:string .

<http://lexvo.org/id/char/22A35> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ng%C3%B5>,
        "𢨵"^^xsd:string .

<http://lexvo.org/id/char/22A36> a lvont:Character ;
    lvont:represents "𢨶"^^xsd:string .

<http://lexvo.org/id/char/22A37> a lvont:Character ;
    lvont:represents "𢨷"^^xsd:string .

<http://lexvo.org/id/char/22A38> a lvont:Character ;
    lvont:represents "𢨸"^^xsd:string .

<http://lexvo.org/id/char/22A39> a lvont:Character ;
    lvont:represents "𢨹"^^xsd:string .

<http://lexvo.org/id/char/22A3A> a lvont:Character ;
    lvont:represents "𢨺"^^xsd:string .

<http://lexvo.org/id/char/22A3B> a lvont:Character ;
    lvont:represents "𢨻"^^xsd:string .

<http://lexvo.org/id/char/22A3C> a lvont:Character ;
    lvont:represents "𢨼"^^xsd:string .

<http://lexvo.org/id/char/22A3D> a lvont:Character ;
    lvont:represents "𢨽"^^xsd:string .

<http://lexvo.org/id/char/22A3E> a lvont:Character ;
    lvont:represents "𢨾"^^xsd:string .

<http://lexvo.org/id/char/22A3F> a lvont:Character ;
    lvont:represents "𢨿"^^xsd:string .

<http://lexvo.org/id/char/22A4> a lvont:Character ;
    lvont:represents "⊤"^^xsd:string ;
    rdfs:comment "DOWN TACK"@en .

<http://lexvo.org/id/char/22A40> a lvont:Character ;
    lvont:represents "𢩀"^^xsd:string .

<http://lexvo.org/id/char/22A41> a lvont:Character ;
    lvont:represents "𢩁"^^xsd:string .

<http://lexvo.org/id/char/22A42> a lvont:Character ;
    lvont:represents "𢩂"^^xsd:string .

<http://lexvo.org/id/char/22A43> a lvont:Character ;
    lvont:represents "𢩃"^^xsd:string .

<http://lexvo.org/id/char/22A44> a lvont:Character ;
    lvont:represents "𢩄"^^xsd:string .

<http://lexvo.org/id/char/22A45> a lvont:Character ;
    lvont:represents "𢩅"^^xsd:string .

<http://lexvo.org/id/char/22A46> a lvont:Character ;
    lvont:represents "𢩆"^^xsd:string .

<http://lexvo.org/id/char/22A47> a lvont:Character ;
    lvont:represents "𢩇"^^xsd:string .

<http://lexvo.org/id/char/22A48> a lvont:Character ;
    lvont:represents "𢩈"^^xsd:string .

<http://lexvo.org/id/char/22A49> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/c%E1%BB%95ng>,
        "𢩉"^^xsd:string .

<http://lexvo.org/id/char/22A4A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/quanh>,
        "𢩊"^^xsd:string .

<http://lexvo.org/id/char/22A4B> a lvont:Character ;
    lvont:represents "𢩋"^^xsd:string .

<http://lexvo.org/id/char/22A4C> a lvont:Character ;
    lvont:represents "𢩌"^^xsd:string .

<http://lexvo.org/id/char/22A4D> a lvont:Character ;
    lvont:represents "𢩍"^^xsd:string .

<http://lexvo.org/id/char/22A4E> a lvont:Character ;
    lvont:represents "𢩎"^^xsd:string .

<http://lexvo.org/id/char/22A4F> a lvont:Character ;
    lvont:represents "𢩏"^^xsd:string .

<http://lexvo.org/id/char/22A5> a lvont:Character ;
    lvont:represents "⊥"^^xsd:string ;
    rdfs:comment "UP TACK"@en .

<http://lexvo.org/id/char/22A50> a lvont:Character ;
    lvont:represents "𢩐"^^xsd:string .

<http://lexvo.org/id/char/22A51> a lvont:Character ;
    lvont:represents "𢩑"^^xsd:string .

<http://lexvo.org/id/char/22A52> a lvont:Character ;
    lvont:represents "𢩒"^^xsd:string .

<http://lexvo.org/id/char/22A53> a lvont:Character ;
    lvont:represents "𢩓"^^xsd:string .

<http://lexvo.org/id/char/22A54> a lvont:Character ;
    lvont:represents "𢩔"^^xsd:string .

<http://lexvo.org/id/char/22A55> a lvont:Character ;
    lvont:represents "𢩕"^^xsd:string .

<http://lexvo.org/id/char/22A56> a lvont:Character ;
    lvont:represents "𢩖"^^xsd:string .

<http://lexvo.org/id/char/22A57> a lvont:Character ;
    lvont:represents "𢩗"^^xsd:string .

<http://lexvo.org/id/char/22A58> a lvont:Character ;
    lvont:represents "𢩘"^^xsd:string .

<http://lexvo.org/id/char/22A59> a lvont:Character ;
    lvont:represents "𢩙"^^xsd:string .

<http://lexvo.org/id/char/22A5A> a lvont:Character ;
    lvont:represents "𢩚"^^xsd:string .

<http://lexvo.org/id/char/22A5B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/c%E1%BB%95ng>,
        "𢩛"^^xsd:string .

<http://lexvo.org/id/char/22A5C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/h%E1%BB%8D>,
        "𢩜"^^xsd:string .

<http://lexvo.org/id/char/22A5D> a lvont:Character ;
    lvont:represents "𢩝"^^xsd:string .

<http://lexvo.org/id/char/22A5E> a lvont:Character ;
    lvont:represents "𢩞"^^xsd:string .

<http://lexvo.org/id/char/22A5F> a lvont:Character ;
    lvont:represents "𢩟"^^xsd:string .

<http://lexvo.org/id/char/22A6> a lvont:Character ;
    lvont:represents "⊦"^^xsd:string ;
    rdfs:comment "ASSERTION"@en .

<http://lexvo.org/id/char/22A60> a lvont:Character ;
    lvont:represents "𢩠"^^xsd:string .

<http://lexvo.org/id/char/22A61> a lvont:Character ;
    lvont:represents "𢩡"^^xsd:string .

<http://lexvo.org/id/char/22A62> a lvont:Character ;
    lvont:represents "𢩢"^^xsd:string .

<http://lexvo.org/id/char/22A63> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/bu%E1%BB%93ng>,
        "𢩣"^^xsd:string .

<http://lexvo.org/id/char/22A64> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/m%C6%B0%E1%BB%9Bn>,
        "𢩤"^^xsd:string .

<http://lexvo.org/id/char/22A65> a lvont:Character ;
    lvont:represents "𢩥"^^xsd:string .

<http://lexvo.org/id/char/22A66> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/zit1>,
        <http://lexvo.org/id/term/yue/%F0%A2%A9%A6>,
        "𢩦"^^xsd:string ;
    rdfs:comment "(Cant.) to squeeze out (as from a tube); to tickle"@en .

<http://lexvo.org/id/char/22A67> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/h%E1%BA%AFt>,
        "𢩧"^^xsd:string .

<http://lexvo.org/id/char/22A68> a lvont:Character ;
    lvont:represents "𢩨"^^xsd:string .

<http://lexvo.org/id/char/22A69> a lvont:Character ;
    lvont:represents "𢩩"^^xsd:string .

<http://lexvo.org/id/char/22A6A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/tr%C3%ADu>,
        "𢩪"^^xsd:string .

<http://lexvo.org/id/char/22A6B> a lvont:Character ;
    lvont:represents "𢩫"^^xsd:string .

<http://lexvo.org/id/char/22A6C> a lvont:Character ;
    lvont:represents "𢩬"^^xsd:string .

<http://lexvo.org/id/char/22A6D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/thu%E1%BB%91n>,
        "𢩭"^^xsd:string .

<http://lexvo.org/id/char/22A6E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/d%E1%BA%AFt>,
        "𢩮"^^xsd:string .

<http://lexvo.org/id/char/22A6F> a lvont:Character ;
    lvont:represents "𢩯"^^xsd:string .

<http://lexvo.org/id/char/22A7> a lvont:Character ;
    lvont:represents "⊧"^^xsd:string ;
    rdfs:comment "MODELS"@en .

<http://lexvo.org/id/char/22A70> a lvont:Character ;
    lvont:represents "𢩰"^^xsd:string .

<http://lexvo.org/id/char/22A71> a lvont:Character ;
    lvont:represents "𢩱"^^xsd:string .

<http://lexvo.org/id/char/22A72> a lvont:Character ;
    lvont:represents "𢩲"^^xsd:string .

<http://lexvo.org/id/char/22A73> a lvont:Character ;
    lvont:represents "𢩳"^^xsd:string .

<http://lexvo.org/id/char/22A74> a lvont:Character ;
    lvont:represents "𢩴"^^xsd:string .

<http://lexvo.org/id/char/22A75> a lvont:Character ;
    lvont:represents "𢩵"^^xsd:string .

<http://lexvo.org/id/char/22A76> a lvont:Character ;
    lvont:represents "𢩶"^^xsd:string .

<http://lexvo.org/id/char/22A77> a lvont:Character ;
    lvont:represents "𢩷"^^xsd:string .

<http://lexvo.org/id/char/22A78> a lvont:Character ;
    lvont:represents "𢩸"^^xsd:string .

<http://lexvo.org/id/char/22A79> a lvont:Character ;
    lvont:represents "𢩹"^^xsd:string .

<http://lexvo.org/id/char/22A7A> a lvont:Character ;
    lvont:represents "𢩺"^^xsd:string .

<http://lexvo.org/id/char/22A7B> a lvont:Character ;
    lvont:represents "𢩻"^^xsd:string .

<http://lexvo.org/id/char/22A7C> a lvont:Character ;
    lvont:represents "𢩼"^^xsd:string .

<http://lexvo.org/id/char/22A7D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/d%E1%BA%A9y>,
        "𢩽"^^xsd:string .

<http://lexvo.org/id/char/22A7E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ch%E1%BB%99p>,
        "𢩾"^^xsd:string .

<http://lexvo.org/id/char/22A7F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/s%E1%BA%BB>,
        "𢩿"^^xsd:string .

<http://lexvo.org/id/char/22A8> a lvont:Character ;
    lvont:represents "⊨"^^xsd:string ;
    rdfs:comment "TRUE"@en .

<http://lexvo.org/id/char/22A80> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ngh%C4%A9>,
        "𢪀"^^xsd:string .

<http://lexvo.org/id/char/22A81> a lvont:Character ;
    lvont:represents "𢪁"^^xsd:string .

<http://lexvo.org/id/char/22A82> a lvont:Character ;
    lvont:represents "𢪂"^^xsd:string .

<http://lexvo.org/id/char/22A83> a lvont:Character ;
    lvont:represents "𢪃"^^xsd:string .

<http://lexvo.org/id/char/22A84> a lvont:Character ;
    lvont:represents "𢪄"^^xsd:string .

<http://lexvo.org/id/char/22A85> a lvont:Character ;
    lvont:represents "𢪅"^^xsd:string .

<http://lexvo.org/id/char/22A86> a lvont:Character ;
    lvont:represents "𢪆"^^xsd:string .

<http://lexvo.org/id/char/22A87> a lvont:Character ;
    lvont:represents "𢪇"^^xsd:string .

<http://lexvo.org/id/char/22A88> a lvont:Character ;
    lvont:represents "𢪈"^^xsd:string .

<http://lexvo.org/id/char/22A89> a lvont:Character ;
    lvont:represents "𢪉"^^xsd:string .

<http://lexvo.org/id/char/22A8A> a lvont:Character ;
    lvont:represents "𢪊"^^xsd:string .

<http://lexvo.org/id/char/22A8B> a lvont:Character ;
    lvont:represents "𢪋"^^xsd:string .

<http://lexvo.org/id/char/22A8C> a lvont:Character ;
    lvont:represents "𢪌"^^xsd:string .

<http://lexvo.org/id/char/22A8D> a lvont:Character ;
    lvont:represents "𢪍"^^xsd:string .

<http://lexvo.org/id/char/22A8E> a lvont:Character ;
    lvont:represents "𢪎"^^xsd:string .

<http://lexvo.org/id/char/22A8F> a lvont:Character ;
    lvont:represents "𢪏"^^xsd:string .

<http://lexvo.org/id/char/22A9> a lvont:Character ;
    lvont:represents "⊩"^^xsd:string ;
    rdfs:comment "FORCES"@en .

<http://lexvo.org/id/char/22A90> a lvont:Character ;
    lvont:represents "𢪐"^^xsd:string .

<http://lexvo.org/id/char/22A91> a lvont:Character ;
    lvont:represents "𢪑"^^xsd:string .

<http://lexvo.org/id/char/22A92> a lvont:Character ;
    lvont:represents "𢪒"^^xsd:string .

<http://lexvo.org/id/char/22A93> a lvont:Character ;
    lvont:represents "𢪓"^^xsd:string .

<http://lexvo.org/id/char/22A94> a lvont:Character ;
    lvont:represents "𢪔"^^xsd:string .

<http://lexvo.org/id/char/22A95> a lvont:Character ;
    lvont:represents "𢪕"^^xsd:string .

<http://lexvo.org/id/char/22A96> a lvont:Character ;
    lvont:represents "𢪖"^^xsd:string .

<http://lexvo.org/id/char/22A97> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/v%E1%BB%A5c>,
        "𢪗"^^xsd:string .

<http://lexvo.org/id/char/22A98> a lvont:Character ;
    lvont:represents "𢪘"^^xsd:string .

<http://lexvo.org/id/char/22A99> a lvont:Character ;
    lvont:represents "𢪙"^^xsd:string .

<http://lexvo.org/id/char/22A9A> a lvont:Character ;
    lvont:represents "𢪚"^^xsd:string .

<http://lexvo.org/id/char/22A9B> a lvont:Character ;
    lvont:represents "𢪛"^^xsd:string .

<http://lexvo.org/id/char/22A9C> a lvont:Character ;
    lvont:represents "𢪜"^^xsd:string .

<http://lexvo.org/id/char/22A9D> a lvont:Character ;
    lvont:represents "𢪝"^^xsd:string .

<http://lexvo.org/id/char/22A9E> a lvont:Character ;
    lvont:represents "𢪞"^^xsd:string .

<http://lexvo.org/id/char/22A9F> a lvont:Character ;
    lvont:represents "𢪟"^^xsd:string .

<http://lexvo.org/id/char/22AA> a lvont:Character ;
    lvont:represents "⊪"^^xsd:string ;
    rdfs:comment "TRIPLE VERTICAL BAR RIGHT TURNSTILE"@en .

<http://lexvo.org/id/char/22AA0> a lvont:Character ;
    lvont:represents "𢪠"^^xsd:string .

<http://lexvo.org/id/char/22AA1> a lvont:Character ;
    lvont:represents "𢪡"^^xsd:string .

<http://lexvo.org/id/char/22AA2> a lvont:Character ;
    lvont:represents "𢪢"^^xsd:string .

<http://lexvo.org/id/char/22AA3> a lvont:Character ;
    lvont:represents "𢪣"^^xsd:string .

<http://lexvo.org/id/char/22AA4> a lvont:Character ;
    lvont:represents "𢪤"^^xsd:string .

<http://lexvo.org/id/char/22AA5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/v%E1%BA%ADt>,
        "𢪥"^^xsd:string .

<http://lexvo.org/id/char/22AA6> a lvont:Character ;
    lvont:represents "𢪦"^^xsd:string .

<http://lexvo.org/id/char/22AA7> a lvont:Character ;
    lvont:represents "𢪧"^^xsd:string .

<http://lexvo.org/id/char/22AA8> a lvont:Character ;
    lvont:represents "𢪨"^^xsd:string .

<http://lexvo.org/id/char/22AA9> a lvont:Character ;
    lvont:represents "𢪩"^^xsd:string .

<http://lexvo.org/id/char/22AAA> a lvont:Character ;
    lvont:represents "𢪪"^^xsd:string .

<http://lexvo.org/id/char/22AAB> a lvont:Character ;
    lvont:represents "𢪫"^^xsd:string .

<http://lexvo.org/id/char/22AAC> a lvont:Character ;
    lvont:represents "𢪬"^^xsd:string .

<http://lexvo.org/id/char/22AAD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/gi%E1%BA%A1m>,
        "𢪭"^^xsd:string .

<http://lexvo.org/id/char/22AAE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/m%C3%B3c>,
        "𢪮"^^xsd:string .

<http://lexvo.org/id/char/22AAF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/th%C3%A1y>,
        "𢪯"^^xsd:string .

<http://lexvo.org/id/char/22AB> a lvont:Character ;
    lvont:represents "⊫"^^xsd:string ;
    rdfs:comment "DOUBLE VERTICAL BAR DOUBLE RIGHT TURNSTILE"@en .

<http://lexvo.org/id/char/22AB0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ng%E1%BA%AFt>,
        "𢪰"^^xsd:string .

<http://lexvo.org/id/char/22AB1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/v%E1%BA%AFt>,
        "𢪱"^^xsd:string .

<http://lexvo.org/id/char/22AB2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/n%C3%A2ng>,
        "𢪲"^^xsd:string .

<http://lexvo.org/id/char/22AB3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/v%E1%BA%ADp>,
        "𢪳"^^xsd:string .

<http://lexvo.org/id/char/22AB4> a lvont:Character ;
    lvont:represents "𢪴"^^xsd:string .

<http://lexvo.org/id/char/22AB5> a lvont:Character ;
    lvont:represents "𢪵"^^xsd:string .

<http://lexvo.org/id/char/22AB6> a lvont:Character ;
    lvont:represents "𢪶"^^xsd:string .

<http://lexvo.org/id/char/22AB7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/m%C3%BAc>,
        "𢪷"^^xsd:string .

<http://lexvo.org/id/char/22AB8> a lvont:Character ;
    lvont:represents "𢪸"^^xsd:string .

<http://lexvo.org/id/char/22AB9> a lvont:Character ;
    lvont:represents "𢪹"^^xsd:string .

<http://lexvo.org/id/char/22ABA> a lvont:Character ;
    lvont:represents "𢪺"^^xsd:string .

<http://lexvo.org/id/char/22ABB> a lvont:Character ;
    lvont:represents "𢪻"^^xsd:string .

<http://lexvo.org/id/char/22ABC> a lvont:Character ;
    lvont:represents "𢪼"^^xsd:string .

<http://lexvo.org/id/char/22ABD> a lvont:Character ;
    lvont:represents "𢪽"^^xsd:string .

<http://lexvo.org/id/char/22ABE> a lvont:Character ;
    lvont:represents "𢪾"^^xsd:string .

<http://lexvo.org/id/char/22ABF> a lvont:Character ;
    lvont:represents "𢪿"^^xsd:string .

<http://lexvo.org/id/char/22AC> a lvont:Character ;
    lvont:represents "⊬"^^xsd:string ;
    rdfs:comment "DOES NOT PROVE"@en .

<http://lexvo.org/id/char/22AC0> a lvont:Character ;
    lvont:represents "𢫀"^^xsd:string .

<http://lexvo.org/id/char/22AC1> a lvont:Character ;
    lvont:represents "𢫁"^^xsd:string .

<http://lexvo.org/id/char/22AC2> a lvont:Character ;
    lvont:represents "𢫂"^^xsd:string .

<http://lexvo.org/id/char/22AC3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/k%C3%A9o>,
        "𢫃"^^xsd:string .

<http://lexvo.org/id/char/22AC4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/gi%E1%BA%A1t>,
        "𢫄"^^xsd:string .

<http://lexvo.org/id/char/22AC5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/th%E1%BA%AFt>,
        "𢫅"^^xsd:string .

<http://lexvo.org/id/char/22AC6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/v%E1%BB%A5n>,
        "𢫆"^^xsd:string .

<http://lexvo.org/id/char/22AC7> a lvont:Character ;
    lvont:represents "𢫇"^^xsd:string .

<http://lexvo.org/id/char/22AC8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/g%C3%B5>,
        "𢫈"^^xsd:string .

<http://lexvo.org/id/char/22AC9> a lvont:Character ;
    lvont:represents "𢫉"^^xsd:string .

<http://lexvo.org/id/char/22ACA> a lvont:Character ;
    lvont:represents "𢫊"^^xsd:string .

<http://lexvo.org/id/char/22ACB> a lvont:Character ;
    lvont:represents "𢫋"^^xsd:string .

<http://lexvo.org/id/char/22ACC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/tha>,
        "𢫌"^^xsd:string .

<http://lexvo.org/id/char/22ACD> a lvont:Character ;
    lvont:represents "𢫍"^^xsd:string .

<http://lexvo.org/id/char/22ACE> a lvont:Character ;
    lvont:represents "𢫎"^^xsd:string .

<http://lexvo.org/id/char/22ACF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/kam2>,
        <http://lexvo.org/id/term/yue/%F0%A2%AB%8F>,
        "𢫏"^^xsd:string ;
    rdfs:comment "(Cant.) to cover"@en .

<http://lexvo.org/id/char/22AD> a lvont:Character ;
    lvont:represents "⊭"^^xsd:string ;
    rdfs:comment "NOT TRUE"@en .

<http://lexvo.org/id/char/22AD0> a lvont:Character ;
    lvont:represents "𢫐"^^xsd:string .

<http://lexvo.org/id/char/22AD1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ngo%C3%A1y>,
        "𢫑"^^xsd:string .

<http://lexvo.org/id/char/22AD2> a lvont:Character ;
    lvont:represents "𢫒"^^xsd:string .

<http://lexvo.org/id/char/22AD3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C7%94>,
        "𢫓"^^xsd:string .

<http://lexvo.org/id/char/22AD4> a lvont:Character ;
    lvont:represents "𢫔"^^xsd:string .

<http://lexvo.org/id/char/22AD5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/v%E1%BB%83nh>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wing1%20wing6>,
        <http://lexvo.org/id/term/yue/%F0%A2%AB%95>,
        "𢫕"^^xsd:string ;
    rdfs:comment "(Cant.) to throw away"@en .

<http://lexvo.org/id/char/22AD6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/tr%E1%BB%8Dt>,
        "𢫖"^^xsd:string .

<http://lexvo.org/id/char/22AD7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ph%E1%BA%A1ch>,
        "𢫗"^^xsd:string .

<http://lexvo.org/id/char/22AD8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/so>,
        "𢫘"^^xsd:string .

<http://lexvo.org/id/char/22AD9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/%C4%91%E1%BA%ADy>,
        "𢫙"^^xsd:string .

<http://lexvo.org/id/char/22ADA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/x%C3%A1o>,
        "𢫚"^^xsd:string .

<http://lexvo.org/id/char/22ADB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ngo%E1%BA%B7c>,
        "𢫛"^^xsd:string .

<http://lexvo.org/id/char/22ADC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/tr%E1%BB%A5m>,
        "𢫜"^^xsd:string .

<http://lexvo.org/id/char/22ADD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/rung>,
        "𢫝"^^xsd:string .

<http://lexvo.org/id/char/22ADE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/qu%E1%BA%A5y>,
        "𢫞"^^xsd:string .

<http://lexvo.org/id/char/22ADF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/s%E1%BA%A3y>,
        "𢫟"^^xsd:string .

<http://lexvo.org/id/char/22AE> a lvont:Character ;
    lvont:represents "⊮"^^xsd:string ;
    rdfs:comment "DOES NOT FORCE"@en .

<http://lexvo.org/id/char/22AE0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/o%E1%BA%B1n>,
        "𢫠"^^xsd:string .

<http://lexvo.org/id/char/22AE1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/d%E1%BB%B1ng>,
        "𢫡"^^xsd:string .

<http://lexvo.org/id/char/22AE2> a lvont:Character ;
    lvont:represents "𢫢"^^xsd:string .

<http://lexvo.org/id/char/22AE3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/b%E1%BA%AFc>,
        "𢫣"^^xsd:string .

<http://lexvo.org/id/char/22AE4> a lvont:Character ;
    lvont:represents "𢫤"^^xsd:string .

<http://lexvo.org/id/char/22AE5> a lvont:Character ;
    lvont:represents "𢫥"^^xsd:string .

<http://lexvo.org/id/char/22AE6> a lvont:Character ;
    lvont:represents "𢫦"^^xsd:string ;
    rdfs:comment "variant of 拍, to clap, tap, beat; a beat or rhythm"@en .

<http://lexvo.org/id/char/22AE7> a lvont:Character ;
    lvont:represents "𢫧"^^xsd:string .

<http://lexvo.org/id/char/22AE8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/ngung2>,
        <http://lexvo.org/id/term/yue/%F0%A2%AB%A8>,
        "𢫨"^^xsd:string ;
    rdfs:comment "(Cant.) to push from behind"@en .

<http://lexvo.org/id/char/22AE9> a lvont:Character ;
    lvont:represents "𢫩"^^xsd:string .

<http://lexvo.org/id/char/22AEA> a lvont:Character ;
    lvont:represents "𢫪"^^xsd:string .

<http://lexvo.org/id/char/22AEB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/lat1>,
        <http://lexvo.org/id/term/yue/%F0%A2%AB%AB>,
        "𢫫"^^xsd:string ;
    rdfs:comment "(Cant.) to rub"@en .

<http://lexvo.org/id/char/22AEC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C3%A0%200993.010%3Ash%C4%81>,
        "𢫬"^^xsd:string .

<http://lexvo.org/id/char/22AED> a lvont:Character ;
    lvont:represents "𢫭"^^xsd:string .

<http://lexvo.org/id/char/22AEE> a lvont:Character ;
    lvont:represents "𢫮"^^xsd:string .

<http://lexvo.org/id/char/22AEF> a lvont:Character ;
    lvont:represents "𢫯"^^xsd:string .

<http://lexvo.org/id/char/22AF> a lvont:Character ;
    lvont:represents "⊯"^^xsd:string ;
    rdfs:comment "NEGATED DOUBLE VERTICAL BAR DOUBLE RIGHT TURNSTILE"@en .

<http://lexvo.org/id/char/22AF0> a lvont:Character ;
    lvont:represents "𢫰"^^xsd:string .

<http://lexvo.org/id/char/22AF1> a lvont:Character ;
    lvont:represents "𢫱"^^xsd:string .

<http://lexvo.org/id/char/22AF2> a lvont:Character ;
    lvont:represents "𢫲"^^xsd:string .

<http://lexvo.org/id/char/22AF3> a lvont:Character ;
    lvont:represents "𢫳"^^xsd:string .

<http://lexvo.org/id/char/22AF4> a lvont:Character ;
    lvont:represents "𢫴"^^xsd:string .

<http://lexvo.org/id/char/22AF5> a lvont:Character ;
    lvont:represents "𢫵"^^xsd:string .

<http://lexvo.org/id/char/22AF6> a lvont:Character ;
    lvont:represents "𢫶"^^xsd:string .

<http://lexvo.org/id/char/22AF7> a lvont:Character ;
    lvont:represents "𢫷"^^xsd:string .

<http://lexvo.org/id/char/22AF8> a lvont:Character ;
    lvont:represents "𢫸"^^xsd:string .

<http://lexvo.org/id/char/22AF9> a lvont:Character ;
    lvont:represents "𢫹"^^xsd:string .

<http://lexvo.org/id/char/22AFA> a lvont:Character ;
    lvont:represents "𢫺"^^xsd:string .

<http://lexvo.org/id/char/22AFB> a lvont:Character ;
    lvont:represents "𢫻"^^xsd:string .

<http://lexvo.org/id/char/22AFC> a lvont:Character ;
    lvont:represents "𢫼"^^xsd:string .

<http://lexvo.org/id/char/22AFD> a lvont:Character ;
    lvont:represents "𢫽"^^xsd:string .

<http://lexvo.org/id/char/22AFE> a lvont:Character ;
    lvont:represents "𢫾"^^xsd:string .

<http://lexvo.org/id/char/22AFF> a lvont:Character ;
    lvont:represents "𢫿"^^xsd:string .

<http://lexvo.org/id/char/22B0> a lvont:Character ;
    lvont:represents "⊰"^^xsd:string ;
    rdfs:comment "PRECEDES UNDER RELATION"@en .

<http://lexvo.org/id/char/22B00> a lvont:Character ;
    lvont:represents "𢬀"^^xsd:string .

<http://lexvo.org/id/char/22B01> a lvont:Character ;
    lvont:represents "𢬁"^^xsd:string .

<http://lexvo.org/id/char/22B02> a lvont:Character ;
    lvont:represents "𢬂"^^xsd:string .

<http://lexvo.org/id/char/22B03> a lvont:Character ;
    lvont:represents "𢬃"^^xsd:string .

<http://lexvo.org/id/char/22B04> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/b%C6%B0ng>,
        "𢬄"^^xsd:string .

<http://lexvo.org/id/char/22B05> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/t%C3%AAm>,
        "𢬅"^^xsd:string .

<http://lexvo.org/id/char/22B06> a lvont:Character ;
    lvont:represents "𢬆"^^xsd:string .

<http://lexvo.org/id/char/22B07> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/gi%E1%BB%AF>,
        "𢬇"^^xsd:string .

<http://lexvo.org/id/char/22B08> a lvont:Character ;
    lvont:represents "𢬈"^^xsd:string .

<http://lexvo.org/id/char/22B09> a lvont:Character ;
    lvont:represents "𢬉"^^xsd:string .

<http://lexvo.org/id/char/22B0A> a lvont:Character ;
    lvont:represents "𢬊"^^xsd:string .

<http://lexvo.org/id/char/22B0B> a lvont:Character ;
    lvont:represents "𢬋"^^xsd:string .

<http://lexvo.org/id/char/22B0C> a lvont:Character ;
    lvont:represents "𢬌"^^xsd:string .

<http://lexvo.org/id/char/22B0D> a lvont:Character ;
    lvont:represents "𢬍"^^xsd:string .

<http://lexvo.org/id/char/22B0E> a lvont:Character ;
    lvont:represents "𢬎"^^xsd:string .

<http://lexvo.org/id/char/22B0F> a lvont:Character ;
    lvont:represents "𢬏"^^xsd:string .

<http://lexvo.org/id/char/22B1> a lvont:Character ;
    lvont:represents "⊱"^^xsd:string ;
    rdfs:comment "SUCCEEDS UNDER RELATION"@en .

<http://lexvo.org/id/char/22B10> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/m%C3%BAc>,
        "𢬐"^^xsd:string .

<http://lexvo.org/id/char/22B11> a lvont:Character ;
    lvont:represents "𢬑"^^xsd:string .

<http://lexvo.org/id/char/22B12> a lvont:Character ;
    lvont:represents "𢬒"^^xsd:string .

<http://lexvo.org/id/char/22B13> a lvont:Character ;
    lvont:represents "𢬓"^^xsd:string .

<http://lexvo.org/id/char/22B14> a lvont:Character ;
    lvont:represents "𢬔"^^xsd:string .

<http://lexvo.org/id/char/22B15> a lvont:Character ;
    lvont:represents "𢬕"^^xsd:string .

<http://lexvo.org/id/char/22B16> a lvont:Character ;
    lvont:represents "𢬖"^^xsd:string .

<http://lexvo.org/id/char/22B17> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ch%C3%B9i>,
        "𢬗"^^xsd:string .

<http://lexvo.org/id/char/22B18> a lvont:Character ;
    lvont:represents "𢬘"^^xsd:string .

<http://lexvo.org/id/char/22B19> a lvont:Character ;
    lvont:represents "𢬙"^^xsd:string .

<http://lexvo.org/id/char/22B1A> a lvont:Character ;
    lvont:represents "𢬚"^^xsd:string .

<http://lexvo.org/id/char/22B1B> a lvont:Character ;
    lvont:represents "𢬛"^^xsd:string .

<http://lexvo.org/id/char/22B1C> a lvont:Character ;
    lvont:represents "𢬜"^^xsd:string .

<http://lexvo.org/id/char/22B1D> a lvont:Character ;
    lvont:represents "𢬝"^^xsd:string .

<http://lexvo.org/id/char/22B1E> a lvont:Character ;
    lvont:represents "𢬞"^^xsd:string .

<http://lexvo.org/id/char/22B1F> a lvont:Character ;
    lvont:represents "𢬟"^^xsd:string .

<http://lexvo.org/id/char/22B2> a lvont:Character ;
    lvont:represents "⊲"^^xsd:string ;
    rdfs:comment "NORMAL SUBGROUP OF"@en .

<http://lexvo.org/id/char/22B20> a lvont:Character ;
    lvont:represents "𢬠"^^xsd:string .

<http://lexvo.org/id/char/22B21> a lvont:Character ;
    lvont:represents "𢬡"^^xsd:string .

<http://lexvo.org/id/char/22B22> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/d%C3%ADu>,
        "𢬢"^^xsd:string .

<http://lexvo.org/id/char/22B23> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/tay>,
        "𢬣"^^xsd:string .

<http://lexvo.org/id/char/22B24> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/khu%E1%BB%91ng>,
        "𢬤"^^xsd:string .

<http://lexvo.org/id/char/22B25> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/gi%C3%A0ng>,
        "𢬥"^^xsd:string .

<http://lexvo.org/id/char/22B26> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/l%E1%BA%A9y>,
        "𢬦"^^xsd:string .

<http://lexvo.org/id/char/22B27> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/n%C3%AAm>,
        "𢬧"^^xsd:string .

<http://lexvo.org/id/char/22B28> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/nh%E1%BB%A9>,
        "𢬨"^^xsd:string .

<http://lexvo.org/id/char/22B29> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/phi%E1%BA%BFt>,
        "𢬩"^^xsd:string .

<http://lexvo.org/id/char/22B2A> a lvont:Character ;
    lvont:represents "𢬪"^^xsd:string .

<http://lexvo.org/id/char/22B2B> a lvont:Character ;
    lvont:represents "𢬫"^^xsd:string .

<http://lexvo.org/id/char/22B2C> a lvont:Character ;
    lvont:represents "𢬬"^^xsd:string .

<http://lexvo.org/id/char/22B2D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/%C4%91%E1%BB%95i>,
        "𢬭"^^xsd:string .

<http://lexvo.org/id/char/22B2E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/v%E1%BB%9Bt>,
        "𢬮"^^xsd:string .

<http://lexvo.org/id/char/22B2F> a lvont:Character ;
    lvont:represents "𢬯"^^xsd:string .

<http://lexvo.org/id/char/22B3> a lvont:Character ;
    lvont:represents "⊳"^^xsd:string ;
    rdfs:comment "CONTAINS AS NORMAL SUBGROUP"@en .

<http://lexvo.org/id/char/22B30> a lvont:Character ;
    lvont:represents "𢬰"^^xsd:string .

<http://lexvo.org/id/char/22B31> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/kh%C3%A9p>,
        "𢬱"^^xsd:string .

<http://lexvo.org/id/char/22B32> a lvont:Character ;
    lvont:represents "𢬲"^^xsd:string .

<http://lexvo.org/id/char/22B33> a lvont:Character ;
    lvont:represents "𢬳"^^xsd:string .

<http://lexvo.org/id/char/22B34> a lvont:Character ;
    lvont:represents "𢬴"^^xsd:string .

<http://lexvo.org/id/char/22B35> a lvont:Character ;
    lvont:represents "𢬵"^^xsd:string .

<http://lexvo.org/id/char/22B36> a lvont:Character ;
    lvont:represents "𢬶"^^xsd:string .

<http://lexvo.org/id/char/22B37> a lvont:Character ;
    lvont:represents "𢬷"^^xsd:string .

<http://lexvo.org/id/char/22B38> a lvont:Character ;
    lvont:represents "𢬸"^^xsd:string .

<http://lexvo.org/id/char/22B39> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/c%E1%BA%A1y>,
        "𢬹"^^xsd:string .

<http://lexvo.org/id/char/22B3A> a lvont:Character ;
    lvont:represents "𢬺"^^xsd:string .

<http://lexvo.org/id/char/22B3B> a lvont:Character ;
    lvont:represents "𢬻"^^xsd:string .

<http://lexvo.org/id/char/22B3C> a lvont:Character ;
    lvont:represents "𢬼"^^xsd:string .

<http://lexvo.org/id/char/22B3D> a lvont:Character ;
    lvont:represents "𢬽"^^xsd:string .

<http://lexvo.org/id/char/22B3E> a lvont:Character ;
    lvont:represents "𢬾"^^xsd:string .

<http://lexvo.org/id/char/22B3F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/x%E1%BB%9Bi>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kaai2%20kaai5>,
        <http://lexvo.org/id/term/yue/%F0%A2%AC%BF>,
        "𢬿"^^xsd:string ;
    rdfs:comment "(Cant.) sections or wedges (as of fruit); to take in the hand; to use"@en .

<http://lexvo.org/id/char/22B4> a lvont:Character ;
    lvont:represents "⊴"^^xsd:string ;
    rdfs:comment "NORMAL SUBGROUP OF OR EQUAL TO"@en .

<http://lexvo.org/id/char/22B40> a lvont:Character ;
    lvont:represents "𢭀"^^xsd:string .

<http://lexvo.org/id/char/22B41> a lvont:Character ;
    lvont:represents "𢭁"^^xsd:string .

<http://lexvo.org/id/char/22B42> a lvont:Character ;
    lvont:represents "𢭂"^^xsd:string .

<http://lexvo.org/id/char/22B43> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/dau3%20dau6>,
        <http://lexvo.org/id/term/yue/%F0%A2%AD%83>,
        "𢭃"^^xsd:string ;
    rdfs:comment "(Cant.) to touch; to bump into; to take, get, receive; to lightly support something with the hand"@en .

<http://lexvo.org/id/char/22B44> a lvont:Character ;
    lvont:represents "𢭄"^^xsd:string .

<http://lexvo.org/id/char/22B45> a lvont:Character ;
    lvont:represents "𢭅"^^xsd:string .

<http://lexvo.org/id/char/22B46> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%F0%A2%AD%86>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C5%8Du>,
        "𢭆"^^xsd:string ;
    rdfs:comment "to draw out; to levy; to strike"@en .

<http://lexvo.org/id/char/22B47> a lvont:Character ;
    lvont:represents "𢭇"^^xsd:string .

<http://lexvo.org/id/char/22B48> a lvont:Character ;
    lvont:represents "𢭈"^^xsd:string .

<http://lexvo.org/id/char/22B49> a lvont:Character ;
    lvont:represents "𢭉"^^xsd:string .

<http://lexvo.org/id/char/22B4A> a lvont:Character ;
    lvont:represents "𢭊"^^xsd:string .

<http://lexvo.org/id/char/22B4B> a lvont:Character ;
    lvont:represents "𢭋"^^xsd:string .

<http://lexvo.org/id/char/22B4C> a lvont:Character ;
    lvont:represents "𢭌"^^xsd:string .

<http://lexvo.org/id/char/22B4D> a lvont:Character ;
    lvont:represents "𢭍"^^xsd:string .

<http://lexvo.org/id/char/22B4E> a lvont:Character ;
    lvont:represents "𢭎"^^xsd:string .

<http://lexvo.org/id/char/22B4F> a lvont:Character ;
    lvont:represents "𢭏"^^xsd:string .

<http://lexvo.org/id/char/22B5> a lvont:Character ;
    lvont:represents "⊵"^^xsd:string ;
    rdfs:comment "CONTAINS AS NORMAL SUBGROUP OR EQUAL TO"@en .

<http://lexvo.org/id/char/22B50> a lvont:Character ;
    lvont:represents "𢭐"^^xsd:string .

<http://lexvo.org/id/char/22B51> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/th%C6%B0%E1%BB%9Bc>,
        "𢭑"^^xsd:string .

<http://lexvo.org/id/char/22B52> a lvont:Character ;
    lvont:represents "𢭒"^^xsd:string .

<http://lexvo.org/id/char/22B53> a lvont:Character ;
    lvont:represents "𢭓"^^xsd:string .

<http://lexvo.org/id/char/22B54> a lvont:Character ;
    lvont:represents "𢭔"^^xsd:string .

<http://lexvo.org/id/char/22B55> a lvont:Character ;
    lvont:represents "𢭕"^^xsd:string .

<http://lexvo.org/id/char/22B56> a lvont:Character ;
    lvont:represents "𢭖"^^xsd:string .

<http://lexvo.org/id/char/22B57> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/l%E1%BA%B3ng>,
        "𢭗"^^xsd:string .

<http://lexvo.org/id/char/22B58> a lvont:Character ;
    lvont:represents "𢭘"^^xsd:string .

<http://lexvo.org/id/char/22B59> a lvont:Character ;
    lvont:represents "𢭙"^^xsd:string .

<http://lexvo.org/id/char/22B5A> a lvont:Character ;
    lvont:represents "𢭚"^^xsd:string .

<http://lexvo.org/id/char/22B5B> a lvont:Character ;
    lvont:represents "𢭛"^^xsd:string .

<http://lexvo.org/id/char/22B5C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/x%E1%BA%AFc>,
        "𢭜"^^xsd:string .

<http://lexvo.org/id/char/22B5D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/nh%E1%BA%ABn>,
        "𢭝"^^xsd:string .

<http://lexvo.org/id/char/22B5E> a lvont:Character ;
    lvont:represents "𢭞"^^xsd:string .

<http://lexvo.org/id/char/22B5F> a lvont:Character ;
    lvont:represents "𢭟"^^xsd:string .

<http://lexvo.org/id/char/22B6> a lvont:Character ;
    lvont:represents "⊶"^^xsd:string ;
    rdfs:comment "ORIGINAL OF"@en .

<http://lexvo.org/id/char/22B60> a lvont:Character ;
    lvont:represents "𢭠"^^xsd:string .

<http://lexvo.org/id/char/22B61> a lvont:Character ;
    lvont:represents "𢭡"^^xsd:string .

<http://lexvo.org/id/char/22B62> a lvont:Character ;
    lvont:represents "𢭢"^^xsd:string .

<http://lexvo.org/id/char/22B63> a lvont:Character ;
    lvont:represents "𢭣"^^xsd:string .

<http://lexvo.org/id/char/22B64> a lvont:Character ;
    lvont:represents "𢭤"^^xsd:string .

<http://lexvo.org/id/char/22B65> a lvont:Character ;
    lvont:represents "𢭥"^^xsd:string .

<http://lexvo.org/id/char/22B66> a lvont:Character ;
    lvont:represents "𢭦"^^xsd:string .

<http://lexvo.org/id/char/22B67> a lvont:Character ;
    lvont:represents "𢭧"^^xsd:string .

<http://lexvo.org/id/char/22B68> a lvont:Character ;
    lvont:represents "𢭨"^^xsd:string .

<http://lexvo.org/id/char/22B69> a lvont:Character ;
    lvont:represents "𢭩"^^xsd:string .

<http://lexvo.org/id/char/22B6A> a lvont:Character ;
    lvont:represents "𢭪"^^xsd:string .

<http://lexvo.org/id/char/22B6B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ng%C3%B3n>,
        "𢭫"^^xsd:string .

<http://lexvo.org/id/char/22B6C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/g%E1%BA%A1n>,
        "𢭬"^^xsd:string .

<http://lexvo.org/id/char/22B6D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/qu%C3%A1o>,
        "𢭭"^^xsd:string .

<http://lexvo.org/id/char/22B6E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/c%E1%BA%A1y>,
        "𢭮"^^xsd:string .

<http://lexvo.org/id/char/22B6F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/qu%C3%A9t>,
        "𢭯"^^xsd:string .

<http://lexvo.org/id/char/22B7> a lvont:Character ;
    lvont:represents "⊷"^^xsd:string ;
    rdfs:comment "IMAGE OF"@en .

<http://lexvo.org/id/char/22B70> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/tr%E1%BB%8F>,
        "𢭰"^^xsd:string .

<http://lexvo.org/id/char/22B71> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/%C4%91%E1%BA%B5n>,
        "𢭱"^^xsd:string .

<http://lexvo.org/id/char/22B72> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/v%C3%B3i>,
        "𢭲"^^xsd:string .

<http://lexvo.org/id/char/22B73> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/gi%E1%BA%A5u>,
        "𢭳"^^xsd:string .

<http://lexvo.org/id/char/22B74> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/khu%E1%BA%A5y>,
        "𢭴"^^xsd:string .

<http://lexvo.org/id/char/22B75> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/nh%E1%BB%95>,
        "𢭵"^^xsd:string .

<http://lexvo.org/id/char/22B76> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/v%E1%BA%ABy>,
        "𢭶"^^xsd:string .

<http://lexvo.org/id/char/22B77> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/v%E1%BB%8Dm>,
        "𢭷"^^xsd:string .

<http://lexvo.org/id/char/22B78> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/t%E1%BB%B1a>,
        "𢭸"^^xsd:string .

<http://lexvo.org/id/char/22B79> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/l%E1%BA%A5n>,
        "𢭹"^^xsd:string .

<http://lexvo.org/id/char/22B7A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/d%E1%BB%A5i>,
        "𢭺"^^xsd:string .

<http://lexvo.org/id/char/22B7B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/xoi>,
        "𢭻"^^xsd:string .

<http://lexvo.org/id/char/22B7C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/d%C3%ACu>,
        "𢭼"^^xsd:string .

<http://lexvo.org/id/char/22B7D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ch%E1%BA%B1m>,
        "𢭽"^^xsd:string .

<http://lexvo.org/id/char/22B7E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/bu%C3%B4ng>,
        "𢭾"^^xsd:string .

<http://lexvo.org/id/char/22B7F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ph%E1%BA%A3y>,
        "𢭿"^^xsd:string .

<http://lexvo.org/id/char/22B8> a lvont:Character ;
    lvont:represents "⊸"^^xsd:string ;
    rdfs:comment "MULTIMAP"@en .

<http://lexvo.org/id/char/22B80> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/s%E1%BB%9D>,
        "𢮀"^^xsd:string .

<http://lexvo.org/id/char/22B81> a lvont:Character ;
    lvont:represents "𢮁"^^xsd:string .

<http://lexvo.org/id/char/22B82> a lvont:Character ;
    lvont:represents "𢮂"^^xsd:string .

<http://lexvo.org/id/char/22B83> a lvont:Character ;
    lvont:represents "𢮃"^^xsd:string .

<http://lexvo.org/id/char/22B84> a lvont:Character ;
    lvont:represents "𢮄"^^xsd:string .

<http://lexvo.org/id/char/22B85> a lvont:Character ;
    lvont:represents "𢮅"^^xsd:string .

<http://lexvo.org/id/char/22B86> a lvont:Character ;
    lvont:represents "𢮆"^^xsd:string .

<http://lexvo.org/id/char/22B87> a lvont:Character ;
    lvont:represents "𢮇"^^xsd:string .

<http://lexvo.org/id/char/22B88> a lvont:Character ;
    lvont:represents "𢮈"^^xsd:string .

<http://lexvo.org/id/char/22B89> a lvont:Character ;
    lvont:represents "𢮉"^^xsd:string .

<http://lexvo.org/id/char/22B8A> a lvont:Character ;
    lvont:represents "𢮊"^^xsd:string .

<http://lexvo.org/id/char/22B8B> a lvont:Character ;
    lvont:represents "𢮋"^^xsd:string .

<http://lexvo.org/id/char/22B8C> a lvont:Character ;
    lvont:represents "𢮌"^^xsd:string .

<http://lexvo.org/id/char/22B8D> a lvont:Character ;
    lvont:represents "𢮍"^^xsd:string .

<http://lexvo.org/id/char/22B8E> a lvont:Character ;
    lvont:represents "𢮎"^^xsd:string .

<http://lexvo.org/id/char/22B8F> a lvont:Character ;
    lvont:represents "𢮏"^^xsd:string .

<http://lexvo.org/id/char/22B9> a lvont:Character ;
    lvont:represents "⊹"^^xsd:string ;
    rdfs:comment "HERMITIAN CONJUGATE MATRIX"@en .

<http://lexvo.org/id/char/22B90> a lvont:Character ;
    lvont:represents "𢮐"^^xsd:string .

<http://lexvo.org/id/char/22B91> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/r%C3%B3c>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/luk1>,
        <http://lexvo.org/id/term/yue/%F0%A2%AE%91>,
        "𢮑"^^xsd:string ;
    rdfs:comment "(Cant.) classifier for lengths of cylindrically shaped objects"@en .

<http://lexvo.org/id/char/22B92> a lvont:Character ;
    lvont:represents "𢮒"^^xsd:string .

<http://lexvo.org/id/char/22B93> a lvont:Character ;
    lvont:represents "𢮓"^^xsd:string .

<http://lexvo.org/id/char/22B94> a lvont:Character ;
    lvont:represents "𢮔"^^xsd:string .

<http://lexvo.org/id/char/22B95> a lvont:Character ;
    lvont:represents "𢮕"^^xsd:string .

<http://lexvo.org/id/char/22B96> a lvont:Character ;
    lvont:represents "𢮖"^^xsd:string .

<http://lexvo.org/id/char/22B97> a lvont:Character ;
    lvont:represents "𢮗"^^xsd:string .

<http://lexvo.org/id/char/22B98> a lvont:Character ;
    lvont:represents "𢮘"^^xsd:string .

<http://lexvo.org/id/char/22B99> a lvont:Character ;
    lvont:represents "𢮙"^^xsd:string .

<http://lexvo.org/id/char/22B9A> a lvont:Character ;
    lvont:represents "𢮚"^^xsd:string .

<http://lexvo.org/id/char/22B9B> a lvont:Character ;
    lvont:represents "𢮛"^^xsd:string .

<http://lexvo.org/id/char/22B9C> a lvont:Character ;
    lvont:represents "𢮜"^^xsd:string .

<http://lexvo.org/id/char/22B9D> a lvont:Character ;
    lvont:represents "𢮝"^^xsd:string .

<http://lexvo.org/id/char/22B9E> a lvont:Character ;
    lvont:represents "𢮞"^^xsd:string .

<http://lexvo.org/id/char/22B9F> a lvont:Character ;
    lvont:represents "𢮟"^^xsd:string .

<http://lexvo.org/id/char/22BA> a lvont:Character ;
    lvont:represents "⊺"^^xsd:string ;
    rdfs:comment "INTERCALATE"@en .

<http://lexvo.org/id/char/22BA0> a lvont:Character ;
    lvont:represents "𢮠"^^xsd:string .

<http://lexvo.org/id/char/22BA1> a lvont:Character ;
    lvont:represents "𢮡"^^xsd:string .

<http://lexvo.org/id/char/22BA2> a lvont:Character ;
    lvont:represents "𢮢"^^xsd:string .

<http://lexvo.org/id/char/22BA3> a lvont:Character ;
    lvont:represents "𢮣"^^xsd:string .

<http://lexvo.org/id/char/22BA4> a lvont:Character ;
    lvont:represents "𢮤"^^xsd:string .

<http://lexvo.org/id/char/22BA5> a lvont:Character ;
    lvont:represents "𢮥"^^xsd:string .

<http://lexvo.org/id/char/22BA6> a lvont:Character ;
    lvont:represents "𢮦"^^xsd:string .

<http://lexvo.org/id/char/22BA7> a lvont:Character ;
    lvont:represents "𢮧"^^xsd:string .

<http://lexvo.org/id/char/22BA8> a lvont:Character ;
    lvont:represents "𢮨"^^xsd:string .

<http://lexvo.org/id/char/22BA9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/co>,
        "𢮩"^^xsd:string .

<http://lexvo.org/id/char/22BAA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/r%E1%BB%99n>,
        "𢮪"^^xsd:string .

<http://lexvo.org/id/char/22BAB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/nh%E1%BB%95>,
        "𢮫"^^xsd:string .

<http://lexvo.org/id/char/22BAC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ch%C3%BAt>,
        "𢮬"^^xsd:string .

<http://lexvo.org/id/char/22BAD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/c%E1%BB%8D>,
        "𢮭"^^xsd:string .

<http://lexvo.org/id/char/22BAE> a lvont:Character ;
    lvont:represents "𢮮"^^xsd:string .

<http://lexvo.org/id/char/22BAF> a lvont:Character ;
    lvont:represents "𢮯"^^xsd:string .

<http://lexvo.org/id/char/22BB> a lvont:Character ;
    lvont:represents "⊻"^^xsd:string ;
    rdfs:comment "XOR"@en .

<http://lexvo.org/id/char/22BB0> a lvont:Character ;
    lvont:represents "𢮰"^^xsd:string .

<http://lexvo.org/id/char/22BB1> a lvont:Character ;
    lvont:represents "𢮱"^^xsd:string .

<http://lexvo.org/id/char/22BB2> a lvont:Character ;
    lvont:represents "𢮲"^^xsd:string .

<http://lexvo.org/id/char/22BB3> a lvont:Character ;
    lvont:represents "𢮳"^^xsd:string .

<http://lexvo.org/id/char/22BB4> a lvont:Character ;
    lvont:represents "𢮴"^^xsd:string .

<http://lexvo.org/id/char/22BB5> a lvont:Character ;
    lvont:represents "𢮵"^^xsd:string .

<http://lexvo.org/id/char/22BB6> a lvont:Character ;
    lvont:represents "𢮶"^^xsd:string .

<http://lexvo.org/id/char/22BB7> a lvont:Character ;
    lvont:represents "𢮷"^^xsd:string .

<http://lexvo.org/id/char/22BB8> a lvont:Character ;
    lvont:represents "𢮸"^^xsd:string .

<http://lexvo.org/id/char/22BB9> a lvont:Character ;
    lvont:represents "𢮹"^^xsd:string .

<http://lexvo.org/id/char/22BBA> a lvont:Character ;
    lvont:represents "𢮺"^^xsd:string .

<http://lexvo.org/id/char/22BBB> a lvont:Character ;
    lvont:represents "𢮻"^^xsd:string .

<http://lexvo.org/id/char/22BBC> a lvont:Character ;
    lvont:represents "𢮼"^^xsd:string .

<http://lexvo.org/id/char/22BBD> a lvont:Character ;
    lvont:represents "𢮽"^^xsd:string .

<http://lexvo.org/id/char/22BBE> a lvont:Character ;
    lvont:represents "𢮾"^^xsd:string .

<http://lexvo.org/id/char/22BBF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/quay>,
        "𢮿"^^xsd:string .

<http://lexvo.org/id/char/22BC> a lvont:Character ;
    lvont:represents "⊼"^^xsd:string ;
    rdfs:comment "NAND"@en .

<http://lexvo.org/id/char/22BC0> a lvont:Character ;
    lvont:represents "𢯀"^^xsd:string .

<http://lexvo.org/id/char/22BC1> a lvont:Character ;
    lvont:represents "𢯁"^^xsd:string .

<http://lexvo.org/id/char/22BC2> a lvont:Character ;
    lvont:represents "𢯂"^^xsd:string .

<http://lexvo.org/id/char/22BC3> a lvont:Character ;
    lvont:represents "𢯃"^^xsd:string .

<http://lexvo.org/id/char/22BC4> a lvont:Character ;
    lvont:represents "𢯄"^^xsd:string .

<http://lexvo.org/id/char/22BC5> a lvont:Character ;
    lvont:represents "𢯅"^^xsd:string .

<http://lexvo.org/id/char/22BC6> a lvont:Character ;
    lvont:represents "𢯆"^^xsd:string .

<http://lexvo.org/id/char/22BC7> a lvont:Character ;
    lvont:represents "𢯇"^^xsd:string .

<http://lexvo.org/id/char/22BC8> a lvont:Character ;
    lvont:represents "𢯈"^^xsd:string .

<http://lexvo.org/id/char/22BC9> a lvont:Character ;
    lvont:represents "𢯉"^^xsd:string .

<http://lexvo.org/id/char/22BCA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/dik1>,
        <http://lexvo.org/id/term/yue/%F0%A2%AF%8A>,
        "𢯊"^^xsd:string ;
    rdfs:comment "(Cant.) determination, resolution"@en .

<http://lexvo.org/id/char/22BCB> a lvont:Character ;
    lvont:represents "𢯋"^^xsd:string .

<http://lexvo.org/id/char/22BCC> a lvont:Character ;
    lvont:represents "𢯌"^^xsd:string .

<http://lexvo.org/id/char/22BCD> a lvont:Character ;
    lvont:represents "𢯍"^^xsd:string .

<http://lexvo.org/id/char/22BCE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/ngaau1>,
        <http://lexvo.org/id/term/yue/%F0%A2%AF%8E>,
        "𢯎"^^xsd:string ;
    rdfs:comment "(Cant.) to scratch"@en .

<http://lexvo.org/id/char/22BCF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/b%E1%BA%BB>,
        "𢯏"^^xsd:string .

<http://lexvo.org/id/char/22BD> a lvont:Character ;
    lvont:represents "⊽"^^xsd:string ;
    rdfs:comment "NOR"@en .

<http://lexvo.org/id/char/22BD0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/co>,
        "𢯐"^^xsd:string .

<http://lexvo.org/id/char/22BD1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/qu%E1%BA%A3i>,
        "𢯑"^^xsd:string .

<http://lexvo.org/id/char/22BD2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/b%C3%B3p>,
        "𢯒"^^xsd:string .

<http://lexvo.org/id/char/22BD3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/v%C3%A0>,
        "𢯓"^^xsd:string .

<http://lexvo.org/id/char/22BD4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/qu%E1%BA%AFt>,
        "𢯔"^^xsd:string .

<http://lexvo.org/id/char/22BD5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ng%C6%A1i>,
        "𢯕"^^xsd:string .

<http://lexvo.org/id/char/22BD6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/kh%C3%A9p>,
        "𢯖"^^xsd:string .

<http://lexvo.org/id/char/22BD7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/qu%E1%BA%A5y>,
        "𢯗"^^xsd:string .

<http://lexvo.org/id/char/22BD8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/hu%C6%A1>,
        "𢯘"^^xsd:string .

<http://lexvo.org/id/char/22BD9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ch%E1%BA%BB>,
        "𢯙"^^xsd:string .

<http://lexvo.org/id/char/22BDA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/nh%E1%BB%95>,
        "𢯚"^^xsd:string .

<http://lexvo.org/id/char/22BDB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/s%E1%BA%AFp>,
        "𢯛"^^xsd:string .

<http://lexvo.org/id/char/22BDC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/bu%E1%BB%99c>,
        "𢯜"^^xsd:string .

<http://lexvo.org/id/char/22BDD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/v%C3%A9n>,
        "𢯝"^^xsd:string .

<http://lexvo.org/id/char/22BDE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/v%E1%BB%97>,
        "𢯞"^^xsd:string .

<http://lexvo.org/id/char/22BDF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/%C4%91%E1%BB%A9t>,
        "𢯟"^^xsd:string .

<http://lexvo.org/id/char/22BE> a lvont:Character ;
    lvont:represents "⊾"^^xsd:string ;
    rdfs:comment "RIGHT ANGLE WITH ARC"@en .

<http://lexvo.org/id/char/22BE0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/va>,
        "𢯠"^^xsd:string .

<http://lexvo.org/id/char/22BE1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/r%E1%BB%8Dc>,
        "𢯡"^^xsd:string .

<http://lexvo.org/id/char/22BE2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/s%E1%BB%ADa>,
        "𢯢"^^xsd:string .

<http://lexvo.org/id/char/22BE3> a lvont:Character ;
    lvont:represents "𢯣"^^xsd:string .

<http://lexvo.org/id/char/22BE4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ng%C3%A1ng>,
        "𢯤"^^xsd:string .

<http://lexvo.org/id/char/22BE5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ng%C3%B3n>,
        "𢯥"^^xsd:string .

<http://lexvo.org/id/char/22BE6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/lay>,
        "𢯦"^^xsd:string .

<http://lexvo.org/id/char/22BE7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/x%E1%BB%8F>,
        "𢯧"^^xsd:string .

<http://lexvo.org/id/char/22BE8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/n%C3%ADu>,
        "𢯨"^^xsd:string .

<http://lexvo.org/id/char/22BE9> a lvont:Character ;
    lvont:represents "𢯩"^^xsd:string .

<http://lexvo.org/id/char/22BEA> a lvont:Character ;
    lvont:represents "𢯪"^^xsd:string .

<http://lexvo.org/id/char/22BEB> a lvont:Character ;
    lvont:represents "𢯫"^^xsd:string .

<http://lexvo.org/id/char/22BEC> a lvont:Character ;
    lvont:represents "𢯬"^^xsd:string .

<http://lexvo.org/id/char/22BED> a lvont:Character ;
    lvont:represents "𢯭"^^xsd:string .

<http://lexvo.org/id/char/22BEE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/v%E1%BB%B1a>,
        "𢯮"^^xsd:string .

<http://lexvo.org/id/char/22BEF> a lvont:Character ;
    lvont:represents "𢯯"^^xsd:string .

<http://lexvo.org/id/char/22BF> a lvont:Character ;
    lvont:represents "⊿"^^xsd:string ;
    rdfs:comment "RIGHT TRIANGLE"@en .

<http://lexvo.org/id/char/22BF0> a lvont:Character ;
    lvont:represents "𢯰"^^xsd:string .

<http://lexvo.org/id/char/22BF1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/sau2>,
        <http://lexvo.org/id/term/yue/%F0%A2%AF%B1>,
        "𢯱"^^xsd:string ;
    rdfs:comment "public opinion; to assemble; to seek"@en .

<http://lexvo.org/id/char/22BF2> a lvont:Character ;
    lvont:represents "𢯲"^^xsd:string .

<http://lexvo.org/id/char/22BF3> a lvont:Character ;
    lvont:represents "𢯳"^^xsd:string .

<http://lexvo.org/id/char/22BF4> a lvont:Character ;
    lvont:represents "𢯴"^^xsd:string .

<http://lexvo.org/id/char/22BF5> a lvont:Character ;
    lvont:represents "𢯵"^^xsd:string .

<http://lexvo.org/id/char/22BF6> a lvont:Character ;
    lvont:represents "𢯶"^^xsd:string .

<http://lexvo.org/id/char/22BF7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/v%E1%BA%A7y>,
        "𢯷"^^xsd:string .

<http://lexvo.org/id/char/22BF8> a lvont:Character ;
    lvont:represents "𢯸"^^xsd:string .

<http://lexvo.org/id/char/22BF9> a lvont:Character ;
    lvont:represents "𢯹"^^xsd:string .

<http://lexvo.org/id/char/22BFA> a lvont:Character ;
    lvont:represents "𢯺"^^xsd:string .

<http://lexvo.org/id/char/22BFB> a lvont:Character ;
    lvont:represents "𢯻"^^xsd:string .

<http://lexvo.org/id/char/22BFC> a lvont:Character ;
    lvont:represents "𢯼"^^xsd:string .

<http://lexvo.org/id/char/22BFD> a lvont:Character ;
    lvont:represents "𢯽"^^xsd:string .

<http://lexvo.org/id/char/22BFE> a lvont:Character ;
    lvont:represents "𢯾"^^xsd:string .

<http://lexvo.org/id/char/22BFF> a lvont:Character ;
    lvont:represents "𢯿"^^xsd:string .

<http://lexvo.org/id/char/22C0> a lvont:Character ;
    lvont:represents "⋀"^^xsd:string ;
    rdfs:comment "N-ARY LOGICAL AND"@en .

<http://lexvo.org/id/char/22C00> a lvont:Character ;
    lvont:represents "𢰀"^^xsd:string .

<http://lexvo.org/id/char/22C01> a lvont:Character ;
    lvont:represents "𢰁"^^xsd:string .

<http://lexvo.org/id/char/22C02> a lvont:Character ;
    lvont:represents "𢰂"^^xsd:string .

<http://lexvo.org/id/char/22C03> a lvont:Character ;
    lvont:represents "𢰃"^^xsd:string .

<http://lexvo.org/id/char/22C04> a lvont:Character ;
    lvont:represents "𢰄"^^xsd:string .

<http://lexvo.org/id/char/22C05> a lvont:Character ;
    lvont:represents "𢰅"^^xsd:string .

<http://lexvo.org/id/char/22C06> a lvont:Character ;
    lvont:represents "𢰆"^^xsd:string .

<http://lexvo.org/id/char/22C07> a lvont:Character ;
    lvont:represents "𢰇"^^xsd:string .

<http://lexvo.org/id/char/22C08> a lvont:Character ;
    lvont:represents "𢰈"^^xsd:string .

<http://lexvo.org/id/char/22C09> a lvont:Character ;
    lvont:represents "𢰉"^^xsd:string .

<http://lexvo.org/id/char/22C0A> a lvont:Character ;
    lvont:represents "𢰊"^^xsd:string .

<http://lexvo.org/id/char/22C0B> a lvont:Character ;
    lvont:represents "𢰋"^^xsd:string .

<http://lexvo.org/id/char/22C0C> a lvont:Character ;
    lvont:represents "𢰌"^^xsd:string .

<http://lexvo.org/id/char/22C0D> a lvont:Character ;
    lvont:represents "𢰍"^^xsd:string .

<http://lexvo.org/id/char/22C0E> a lvont:Character ;
    lvont:represents "𢰎"^^xsd:string .

<http://lexvo.org/id/char/22C0F> a lvont:Character ;
    lvont:represents "𢰏"^^xsd:string .

<http://lexvo.org/id/char/22C1> a lvont:Character ;
    lvont:represents "⋁"^^xsd:string ;
    rdfs:comment "N-ARY LOGICAL OR"@en .

<http://lexvo.org/id/char/22C10> a lvont:Character ;
    lvont:represents "𢰐"^^xsd:string .

<http://lexvo.org/id/char/22C11> a lvont:Character ;
    lvont:represents "𢰑"^^xsd:string .

<http://lexvo.org/id/char/22C12> a lvont:Character ;
    lvont:represents "𢰒"^^xsd:string .

<http://lexvo.org/id/char/22C13> a lvont:Character ;
    lvont:represents "𢰓"^^xsd:string .

<http://lexvo.org/id/char/22C14> a lvont:Character ;
    lvont:represents "𢰔"^^xsd:string .

<http://lexvo.org/id/char/22C15> a lvont:Character ;
    lvont:represents "𢰕"^^xsd:string .

<http://lexvo.org/id/char/22C16> a lvont:Character ;
    lvont:represents "𢰖"^^xsd:string .

<http://lexvo.org/id/char/22C17> a lvont:Character ;
    lvont:represents "𢰗"^^xsd:string .

<http://lexvo.org/id/char/22C18> a lvont:Character ;
    lvont:represents "𢰘"^^xsd:string .

<http://lexvo.org/id/char/22C19> a lvont:Character ;
    lvont:represents "𢰙"^^xsd:string .

<http://lexvo.org/id/char/22C1A> a lvont:Character ;
    lvont:represents "𢰚"^^xsd:string .

<http://lexvo.org/id/char/22C1B> a lvont:Character ;
    lvont:represents "𢰛"^^xsd:string .

<http://lexvo.org/id/char/22C1C> a lvont:Character ;
    lvont:represents "𢰜"^^xsd:string .

<http://lexvo.org/id/char/22C1D> a lvont:Character ;
    lvont:represents "𢰝"^^xsd:string .

<http://lexvo.org/id/char/22C1E> a lvont:Character ;
    lvont:represents "𢰞"^^xsd:string .

<http://lexvo.org/id/char/22C1F> a lvont:Character ;
    lvont:represents "𢰟"^^xsd:string .

<http://lexvo.org/id/char/22C2> a lvont:Character ;
    lvont:represents "⋂"^^xsd:string ;
    rdfs:comment "N-ARY INTERSECTION"@en .

<http://lexvo.org/id/char/22C20> a lvont:Character ;
    lvont:represents "𢰠"^^xsd:string .

<http://lexvo.org/id/char/22C21> a lvont:Character ;
    lvont:represents "𢰡"^^xsd:string .

<http://lexvo.org/id/char/22C22> a lvont:Character ;
    lvont:represents "𢰢"^^xsd:string .

<http://lexvo.org/id/char/22C23> a lvont:Character ;
    lvont:represents "𢰣"^^xsd:string .

<http://lexvo.org/id/char/22C24> a lvont:Character ;
    lvont:represents "𢰤"^^xsd:string .

<http://lexvo.org/id/char/22C25> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/%C4%91%C3%A0y>,
        "𢰥"^^xsd:string .

<http://lexvo.org/id/char/22C26> a lvont:Character ;
    lvont:represents "𢰦"^^xsd:string .

<http://lexvo.org/id/char/22C27> a lvont:Character ;
    lvont:represents "𢰧"^^xsd:string .

<http://lexvo.org/id/char/22C28> a lvont:Character ;
    lvont:represents "𢰨"^^xsd:string .

<http://lexvo.org/id/char/22C29> a lvont:Character ;
    lvont:represents "𢰩"^^xsd:string .

<http://lexvo.org/id/char/22C2A> a lvont:Character ;
    lvont:represents "𢰪"^^xsd:string .

<http://lexvo.org/id/char/22C2B> a lvont:Character ;
    lvont:represents "𢰫"^^xsd:string .

<http://lexvo.org/id/char/22C2C> a lvont:Character ;
    lvont:represents "𢰬"^^xsd:string .

<http://lexvo.org/id/char/22C2D> a lvont:Character ;
    lvont:represents "𢰭"^^xsd:string .

<http://lexvo.org/id/char/22C2E> a lvont:Character ;
    lvont:represents "𢰮"^^xsd:string .

<http://lexvo.org/id/char/22C2F> a lvont:Character ;
    lvont:represents "𢰯"^^xsd:string .

<http://lexvo.org/id/char/22C3> a lvont:Character ;
    lvont:represents "⋃"^^xsd:string ;
    rdfs:comment "N-ARY UNION"@en .

<http://lexvo.org/id/char/22C30> a lvont:Character ;
    lvont:represents "𢰰"^^xsd:string .

<http://lexvo.org/id/char/22C31> a lvont:Character ;
    lvont:represents "𢰱"^^xsd:string .

<http://lexvo.org/id/char/22C32> a lvont:Character ;
    lvont:represents "𢰲"^^xsd:string .

<http://lexvo.org/id/char/22C33> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/%C3%A9o>,
        "𢰳"^^xsd:string .

<http://lexvo.org/id/char/22C34> a lvont:Character ;
    lvont:represents "𢰴"^^xsd:string .

<http://lexvo.org/id/char/22C35> a lvont:Character ;
    lvont:represents "𢰵"^^xsd:string .

<http://lexvo.org/id/char/22C36> a lvont:Character ;
    lvont:represents "𢰶"^^xsd:string .

<http://lexvo.org/id/char/22C37> a lvont:Character ;
    lvont:represents "𢰷"^^xsd:string .

<http://lexvo.org/id/char/22C38> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/wo5>,
        <http://lexvo.org/id/term/yue/%F0%A2%B0%B8>,
        "𢰸"^^xsd:string ;
    rdfs:comment "(Cant.) rotten, bad, spoiled"@en .

<http://lexvo.org/id/char/22C39> a lvont:Character ;
    lvont:represents "𢰹"^^xsd:string .

<http://lexvo.org/id/char/22C3A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ph%C5%A9>,
        "𢰺"^^xsd:string .

<http://lexvo.org/id/char/22C3B> a lvont:Character ;
    lvont:represents "𢰻"^^xsd:string .

<http://lexvo.org/id/char/22C3C> a lvont:Character ;
    lvont:represents "𢰼"^^xsd:string .

<http://lexvo.org/id/char/22C3D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/g%E1%BA%AFp>,
        "𢰽"^^xsd:string .

<http://lexvo.org/id/char/22C3E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/zung2>,
        <http://lexvo.org/id/term/yue/%F0%A2%B0%BE>,
        "𢰾"^^xsd:string ;
    rdfs:comment "general, overall, chief"@en .

<http://lexvo.org/id/char/22C3F> a lvont:Character ;
    lvont:represents "𢰿"^^xsd:string .

<http://lexvo.org/id/char/22C4> a lvont:Character ;
    lvont:represents "⋄"^^xsd:string ;
    rdfs:comment "DIAMOND OPERATOR"@en .

<http://lexvo.org/id/char/22C40> a lvont:Character ;
    lvont:represents "𢱀"^^xsd:string .

<http://lexvo.org/id/char/22C41> a lvont:Character ;
    lvont:represents "𢱁"^^xsd:string .

<http://lexvo.org/id/char/22C42> a lvont:Character ;
    lvont:represents "𢱂"^^xsd:string .

<http://lexvo.org/id/char/22C43> a lvont:Character ;
    lvont:represents "𢱃"^^xsd:string .

<http://lexvo.org/id/char/22C44> a lvont:Character ;
    lvont:represents "𢱄"^^xsd:string .

<http://lexvo.org/id/char/22C45> a lvont:Character ;
    lvont:represents "𢱅"^^xsd:string .

<http://lexvo.org/id/char/22C46> a lvont:Character ;
    lvont:represents "𢱆"^^xsd:string .

<http://lexvo.org/id/char/22C47> a lvont:Character ;
    lvont:represents "𢱇"^^xsd:string .

<http://lexvo.org/id/char/22C48> a lvont:Character ;
    lvont:represents "𢱈"^^xsd:string .

<http://lexvo.org/id/char/22C49> a lvont:Character ;
    lvont:represents "𢱉"^^xsd:string .

<http://lexvo.org/id/char/22C4A> a lvont:Character ;
    lvont:represents "𢱊"^^xsd:string .

<http://lexvo.org/id/char/22C4B> a lvont:Character ;
    lvont:represents "𢱋"^^xsd:string .

<http://lexvo.org/id/char/22C4C> a lvont:Character ;
    lvont:represents "𢱌"^^xsd:string .

<http://lexvo.org/id/char/22C4D> a lvont:Character ;
    lvont:represents "𢱍"^^xsd:string .

<http://lexvo.org/id/char/22C4E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/b%E1%BB%9Bi>,
        "𢱎"^^xsd:string .

<http://lexvo.org/id/char/22C4F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/%C4%91%C3%A1nh>,
        "𢱏"^^xsd:string .

<http://lexvo.org/id/char/22C5> a lvont:Character ;
    lvont:represents "⋅"^^xsd:string ;
    rdfs:comment "DOT OPERATOR"@en .

<http://lexvo.org/id/char/22C50> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/gieo>,
        "𢱐"^^xsd:string .

<http://lexvo.org/id/char/22C51> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/waa2>,
        <http://lexvo.org/id/term/yue/%F0%A2%B1%91>,
        "𢱑"^^xsd:string ;
    rdfs:comment "(Cant.) to scratch"@en .

<http://lexvo.org/id/char/22C52> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/m%E1%BA%BB>,
        "𢱒"^^xsd:string .

<http://lexvo.org/id/char/22C53> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/r%E1%BA%A9y>,
        "𢱓"^^xsd:string .

<http://lexvo.org/id/char/22C54> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/b%C3%B2n>,
        "𢱔"^^xsd:string .

<http://lexvo.org/id/char/22C55> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/dap6>,
        <http://lexvo.org/id/term/yue/%F0%A2%B1%95>,
        "𢱕"^^xsd:string ;
    rdfs:comment "(Cant.) to beat, poud; to get drenched"@en .

<http://lexvo.org/id/char/22C56> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/m%C3%B2>,
        "𢱖"^^xsd:string .

<http://lexvo.org/id/char/22C57> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/g%C3%B5>,
        "𢱗"^^xsd:string .

<http://lexvo.org/id/char/22C58> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ng%C3%A1n>,
        "𢱘"^^xsd:string .

<http://lexvo.org/id/char/22C59> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/c%C3%A0i>,
        "𢱙"^^xsd:string .

<http://lexvo.org/id/char/22C5A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/phung>,
        "𢱚"^^xsd:string .

<http://lexvo.org/id/char/22C5B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/x%E1%BB%9Bi>,
        "𢱛"^^xsd:string .

<http://lexvo.org/id/char/22C5C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/%C4%91%E1%BA%A9y>,
        "𢱜"^^xsd:string .

<http://lexvo.org/id/char/22C5D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/nh%E1%BB%91t>,
        "𢱝"^^xsd:string .

<http://lexvo.org/id/char/22C5E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/%C4%91%E1%BB%91t>,
        "𢱞"^^xsd:string .

<http://lexvo.org/id/char/22C5F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/sin1>,
        <http://lexvo.org/id/term/yue/%F0%A2%B1%9F>,
        "𢱟"^^xsd:string ;
    rdfs:comment "to strike, flog"@en .

<http://lexvo.org/id/char/22C6> a lvont:Character ;
    lvont:represents "⋆"^^xsd:string ;
    rdfs:comment "STAR OPERATOR"@en .

<http://lexvo.org/id/char/22C60> a lvont:Character ;
    lvont:represents "𢱠"^^xsd:string .

<http://lexvo.org/id/char/22C61> a lvont:Character ;
    lvont:represents "𢱡"^^xsd:string .

<http://lexvo.org/id/char/22C62> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/saak3>,
        <http://lexvo.org/id/term/yue/%F0%A2%B1%A2>,
        "𢱢"^^xsd:string ;
    rdfs:comment "to select; (Cant.) a wedge of a fruit such as an orange"@en .

<http://lexvo.org/id/char/22C63> a lvont:Character ;
    lvont:represents "𢱣"^^xsd:string .

<http://lexvo.org/id/char/22C64> a lvont:Character ;
    lvont:represents "𢱤"^^xsd:string .

<http://lexvo.org/id/char/22C65> a lvont:Character ;
    lvont:represents "𢱥"^^xsd:string .

<http://lexvo.org/id/char/22C66> a lvont:Character ;
    lvont:represents "𢱦"^^xsd:string .

<http://lexvo.org/id/char/22C67> a lvont:Character ;
    lvont:represents "𢱧"^^xsd:string .

<http://lexvo.org/id/char/22C68> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/v%E1%BA%B7n>,
        "𢱨"^^xsd:string .

<http://lexvo.org/id/char/22C69> a lvont:Character ;
    lvont:represents "𢱩"^^xsd:string .

<http://lexvo.org/id/char/22C6A> a lvont:Character ;
    lvont:represents "𢱪"^^xsd:string .

<http://lexvo.org/id/char/22C6B> a lvont:Character ;
    lvont:represents "𢱫"^^xsd:string .

<http://lexvo.org/id/char/22C6C> a lvont:Character ;
    lvont:represents "𢱬"^^xsd:string .

<http://lexvo.org/id/char/22C6D> a lvont:Character ;
    lvont:represents "𢱭"^^xsd:string .

<http://lexvo.org/id/char/22C6E> a lvont:Character ;
    lvont:represents "𢱮"^^xsd:string .

<http://lexvo.org/id/char/22C6F> a lvont:Character ;
    lvont:represents "𢱯"^^xsd:string .

<http://lexvo.org/id/char/22C7> a lvont:Character ;
    lvont:represents "⋇"^^xsd:string ;
    rdfs:comment "DIVISION TIMES"@en .

<http://lexvo.org/id/char/22C70> a lvont:Character ;
    lvont:represents "𢱰"^^xsd:string .

<http://lexvo.org/id/char/22C71> a lvont:Character ;
    lvont:represents "𢱱"^^xsd:string .

<http://lexvo.org/id/char/22C72> a lvont:Character ;
    lvont:represents "𢱲"^^xsd:string .

<http://lexvo.org/id/char/22C73> a lvont:Character ;
    lvont:represents "𢱳"^^xsd:string .

<http://lexvo.org/id/char/22C74> a lvont:Character ;
    lvont:represents "𢱴"^^xsd:string .

<http://lexvo.org/id/char/22C75> a lvont:Character ;
    lvont:represents "𢱵"^^xsd:string .

<http://lexvo.org/id/char/22C76> a lvont:Character ;
    lvont:represents "𢱶"^^xsd:string .

<http://lexvo.org/id/char/22C77> a lvont:Character ;
    lvont:represents "𢱷"^^xsd:string .

<http://lexvo.org/id/char/22C78> a lvont:Character ;
    lvont:represents "𢱸"^^xsd:string .

<http://lexvo.org/id/char/22C79> a lvont:Character ;
    lvont:represents "𢱹"^^xsd:string .

<http://lexvo.org/id/char/22C7A> a lvont:Character ;
    lvont:represents "𢱺"^^xsd:string .

<http://lexvo.org/id/char/22C7B> a lvont:Character ;
    lvont:represents "𢱻"^^xsd:string .

<http://lexvo.org/id/char/22C7C> a lvont:Character ;
    lvont:represents "𢱼"^^xsd:string .

<http://lexvo.org/id/char/22C7D> a lvont:Character ;
    lvont:represents "𢱽"^^xsd:string .

<http://lexvo.org/id/char/22C7E> a lvont:Character ;
    lvont:represents "𢱾"^^xsd:string .

<http://lexvo.org/id/char/22C7F> a lvont:Character ;
    lvont:represents "𢱿"^^xsd:string .

<http://lexvo.org/id/char/22C8> a lvont:Character ;
    lvont:represents "⋈"^^xsd:string ;
    rdfs:comment "BOWTIE"@en .

<http://lexvo.org/id/char/22C80> a lvont:Character ;
    lvont:represents "𢲀"^^xsd:string .

<http://lexvo.org/id/char/22C81> a lvont:Character ;
    lvont:represents "𢲁"^^xsd:string .

<http://lexvo.org/id/char/22C82> a lvont:Character ;
    lvont:represents "𢲂"^^xsd:string .

<http://lexvo.org/id/char/22C83> a lvont:Character ;
    lvont:represents "𢲃"^^xsd:string .

<http://lexvo.org/id/char/22C84> a lvont:Character ;
    lvont:represents "𢲄"^^xsd:string .

<http://lexvo.org/id/char/22C85> a lvont:Character ;
    lvont:represents "𢲅"^^xsd:string .

<http://lexvo.org/id/char/22C86> a lvont:Character ;
    lvont:represents "𢲆"^^xsd:string .

<http://lexvo.org/id/char/22C87> a lvont:Character ;
    lvont:represents "𢲇"^^xsd:string .

<http://lexvo.org/id/char/22C88> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/kek1%20kik1>,
        <http://lexvo.org/id/term/yue/%F0%A2%B2%88>,
        "𢲈"^^xsd:string ;
    rdfs:comment "to tie a knot; join or tie fast"@en .

<http://lexvo.org/id/char/22C89> a lvont:Character ;
    lvont:represents "𢲉"^^xsd:string .

<http://lexvo.org/id/char/22C8A> a lvont:Character ;
    lvont:represents "𢲊"^^xsd:string .

<http://lexvo.org/id/char/22C8B> a lvont:Character ;
    lvont:represents "𢲋"^^xsd:string .

<http://lexvo.org/id/char/22C8C> a lvont:Character ;
    lvont:represents "𢲌"^^xsd:string .

<http://lexvo.org/id/char/22C8D> a lvont:Character ;
    lvont:represents "𢲍"^^xsd:string .

<http://lexvo.org/id/char/22C8E> a lvont:Character ;
    lvont:represents "𢲎"^^xsd:string .

<http://lexvo.org/id/char/22C8F> a lvont:Character ;
    lvont:represents "𢲏"^^xsd:string .

<http://lexvo.org/id/char/22C9> a lvont:Character ;
    lvont:represents "⋉"^^xsd:string ;
    rdfs:comment "LEFT NORMAL FACTOR SEMIDIRECT PRODUCT"@en .

<http://lexvo.org/id/char/22C90> a lvont:Character ;
    lvont:represents "𢲐"^^xsd:string .

<http://lexvo.org/id/char/22C91> a lvont:Character ;
    lvont:represents "𢲑"^^xsd:string .

<http://lexvo.org/id/char/22C92> a lvont:Character ;
    lvont:represents "𢲒"^^xsd:string .

<http://lexvo.org/id/char/22C93> a lvont:Character ;
    lvont:represents "𢲓"^^xsd:string .

<http://lexvo.org/id/char/22C94> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/b%C6%B0ng>,
        "𢲔"^^xsd:string .

<http://lexvo.org/id/char/22C95> a lvont:Character ;
    lvont:represents "𢲕"^^xsd:string .

<http://lexvo.org/id/char/22C96> a lvont:Character ;
    lvont:represents "𢲖"^^xsd:string .

<http://lexvo.org/id/char/22C97> a lvont:Character ;
    lvont:represents "𢲗"^^xsd:string .

<http://lexvo.org/id/char/22C98> a lvont:Character ;
    lvont:represents "𢲘"^^xsd:string .

<http://lexvo.org/id/char/22C99> a lvont:Character ;
    lvont:represents "𢲙"^^xsd:string .

<http://lexvo.org/id/char/22C9A> a lvont:Character ;
    lvont:represents "𢲚"^^xsd:string .

<http://lexvo.org/id/char/22C9B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/d%C3%B2>,
        "𢲛"^^xsd:string .

<http://lexvo.org/id/char/22C9C> a lvont:Character ;
    lvont:represents "𢲜"^^xsd:string .

<http://lexvo.org/id/char/22C9D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/r%C3%B9n>,
        "𢲝"^^xsd:string .

<http://lexvo.org/id/char/22C9E> a lvont:Character ;
    lvont:represents "𢲞"^^xsd:string .

<http://lexvo.org/id/char/22C9F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/t%E1%BB%89a>,
        "𢲟"^^xsd:string .

<http://lexvo.org/id/char/22CA> a lvont:Character ;
    lvont:represents "⋊"^^xsd:string ;
    rdfs:comment "RIGHT NORMAL FACTOR SEMIDIRECT PRODUCT"@en .

<http://lexvo.org/id/char/22CA0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/%C4%91%C6%A1m>,
        "𢲠"^^xsd:string .

<http://lexvo.org/id/char/22CA1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/laa2%20naa1>,
        <http://lexvo.org/id/term/yue/%F0%A2%B2%A1>,
        "𢲡"^^xsd:string ;
    rdfs:comment "(Cant.) to grab with the hands; and, with"@en .

<http://lexvo.org/id/char/22CA2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/r%E1%BB%9D>,
        "𢲢"^^xsd:string .

<http://lexvo.org/id/char/22CA3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/rung>,
        "𢲣"^^xsd:string .

<http://lexvo.org/id/char/22CA4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/c%E1%BA%A5u>,
        "𢲤"^^xsd:string .

<http://lexvo.org/id/char/22CA5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ch%E1%BA%B1m>,
        "𢲥"^^xsd:string .

<http://lexvo.org/id/char/22CA6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/x%E1%BB%A9c>,
        "𢲦"^^xsd:string .

<http://lexvo.org/id/char/22CA7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/g%C3%A2y>,
        "𢲧"^^xsd:string .

<http://lexvo.org/id/char/22CA8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/h%C3%A1i>,
        "𢲨"^^xsd:string .

<http://lexvo.org/id/char/22CA9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/c%E1%BA%AFp>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kap1>,
        <http://lexvo.org/id/term/yue/%F0%A2%B2%A9>,
        "𢲩"^^xsd:string ;
    rdfs:comment "(Cant.) to affix a chop or seal to a document"@en .

<http://lexvo.org/id/char/22CAA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/m%C3%A0i>,
        "𢲪"^^xsd:string .

<http://lexvo.org/id/char/22CAB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/m%E1%BB%9B>,
        "𢲫"^^xsd:string .

<http://lexvo.org/id/char/22CAC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/th%C3%B2>,
        "𢲬"^^xsd:string .

<http://lexvo.org/id/char/22CAD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ph%E1%BB%A7i>,
        "𢲭"^^xsd:string .

<http://lexvo.org/id/char/22CAE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/s%E1%BA%A3i>,
        "𢲮"^^xsd:string .

<http://lexvo.org/id/char/22CAF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/thi%E1%BA%BFp>,
        "𢲯"^^xsd:string .

<http://lexvo.org/id/char/22CB> a lvont:Character ;
    lvont:represents "⋋"^^xsd:string ;
    rdfs:comment "LEFT SEMIDIRECT PRODUCT"@en .

<http://lexvo.org/id/char/22CB0> a lvont:Character ;
    lvont:represents "𢲰"^^xsd:string .

<http://lexvo.org/id/char/22CB1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/c%E1%BA%A5u>,
        "𢲱"^^xsd:string .

<http://lexvo.org/id/char/22CB2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/sang>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/long3%20long6>,
        <http://lexvo.org/id/term/yue/%F0%A2%B2%B2>,
        "𢲲"^^xsd:string ;
    rdfs:comment "to shore up, put on trestles"@en .

<http://lexvo.org/id/char/22CB3> a lvont:Character ;
    lvont:represents "𢲳"^^xsd:string .

<http://lexvo.org/id/char/22CB4> a lvont:Character ;
    lvont:represents "𢲴"^^xsd:string .

<http://lexvo.org/id/char/22CB5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/c%C3%A0o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cou5>,
        <http://lexvo.org/id/term/yue/%F0%A2%B2%B5>,
        "𢲵"^^xsd:string ;
    rdfs:comment "(Cant.) to save up (money), to save up bit-by-bit"@en .

<http://lexvo.org/id/char/22CB6> a lvont:Character ;
    lvont:represents "𢲶"^^xsd:string .

<http://lexvo.org/id/char/22CB7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%F0%A2%B2%B7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C5%8Du>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ngaau1>,
        <http://lexvo.org/id/term/yue/%F0%A2%B2%B7>,
        "𢲷"^^xsd:string ;
    rdfs:comment "to search; (Cant.) to scratch"@en .

<http://lexvo.org/id/char/22CB8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/lou1>,
        <http://lexvo.org/id/term/yue/%F0%A2%B2%B8>,
        "𢲸"^^xsd:string ;
    rdfs:comment "(Cant.) to shake violently, stir; to strip"@en .

<http://lexvo.org/id/char/22CB9> a lvont:Character ;
    lvont:represents "𢲹"^^xsd:string .

<http://lexvo.org/id/char/22CBA> a lvont:Character ;
    lvont:represents "𢲺"^^xsd:string .

<http://lexvo.org/id/char/22CBB> a lvont:Character ;
    lvont:represents "𢲻"^^xsd:string .

<http://lexvo.org/id/char/22CBC> a lvont:Character ;
    lvont:represents "𢲼"^^xsd:string .

<http://lexvo.org/id/char/22CBD> a lvont:Character ;
    lvont:represents "𢲽"^^xsd:string .

<http://lexvo.org/id/char/22CBE> a lvont:Character ;
    lvont:represents "𢲾"^^xsd:string .

<http://lexvo.org/id/char/22CBF> a lvont:Character ;
    lvont:represents "𢲿"^^xsd:string .

<http://lexvo.org/id/char/22CC> a lvont:Character ;
    lvont:represents "⋌"^^xsd:string ;
    rdfs:comment "RIGHT SEMIDIRECT PRODUCT"@en .

<http://lexvo.org/id/char/22CC0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C4%81>,
        "𢳀"^^xsd:string .

<http://lexvo.org/id/char/22CC1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/m%C6%B0%E1%BB%A3n>,
        "𢳁"^^xsd:string .

<http://lexvo.org/id/char/22CC2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/bat1%20pat1>,
        <http://lexvo.org/id/term/yue/%F0%A2%B3%82>,
        "𢳂"^^xsd:string ;
    rdfs:comment "(Cant.) to scoop up, ladle out"@en .

<http://lexvo.org/id/char/22CC3> a lvont:Character ;
    lvont:represents "𢳃"^^xsd:string .

<http://lexvo.org/id/char/22CC4> a lvont:Character ;
    lvont:represents "𢳄"^^xsd:string .

<http://lexvo.org/id/char/22CC5> a lvont:Character ;
    lvont:represents "𢳅"^^xsd:string .

<http://lexvo.org/id/char/22CC6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ng%C3%A0o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ngou4%20ngou6>,
        <http://lexvo.org/id/term/yue/%F0%A2%B3%86>,
        "𢳆"^^xsd:string ;
    rdfs:comment "(Cant.) to shake, rattle"@en .

<http://lexvo.org/id/char/22CC7> a lvont:Character ;
    lvont:represents "𢳇"^^xsd:string .

<http://lexvo.org/id/char/22CC8> a lvont:Character ;
    lvont:represents "𢳈"^^xsd:string .

<http://lexvo.org/id/char/22CC9> a lvont:Character ;
    lvont:represents "𢳉"^^xsd:string .

<http://lexvo.org/id/char/22CCA> a lvont:Character ;
    lvont:represents "𢳊"^^xsd:string .

<http://lexvo.org/id/char/22CCB> a lvont:Character ;
    lvont:represents "𢳋"^^xsd:string .

<http://lexvo.org/id/char/22CCC> a lvont:Character ;
    lvont:represents "𢳌"^^xsd:string .

<http://lexvo.org/id/char/22CCD> a lvont:Character ;
    lvont:represents "𢳍"^^xsd:string .

<http://lexvo.org/id/char/22CCE> a lvont:Character ;
    lvont:represents "𢳎"^^xsd:string .

<http://lexvo.org/id/char/22CCF> a lvont:Character ;
    lvont:represents "𢳏"^^xsd:string .

<http://lexvo.org/id/char/22CD> a lvont:Character ;
    lvont:represents "⋍"^^xsd:string ;
    rdfs:comment "REVERSED TILDE EQUALS"@en .

<http://lexvo.org/id/char/22CD0> a lvont:Character ;
    lvont:represents "𢳐"^^xsd:string .

<http://lexvo.org/id/char/22CD1> a lvont:Character ;
    lvont:represents "𢳑"^^xsd:string .

<http://lexvo.org/id/char/22CD2> a lvont:Character ;
    lvont:represents "𢳒"^^xsd:string .

<http://lexvo.org/id/char/22CD3> a lvont:Character ;
    lvont:represents "𢳓"^^xsd:string .

<http://lexvo.org/id/char/22CD4> a lvont:Character ;
    lvont:represents "𢳔"^^xsd:string .

<http://lexvo.org/id/char/22CD5> a lvont:Character ;
    lvont:represents "𢳕"^^xsd:string .

<http://lexvo.org/id/char/22CD6> a lvont:Character ;
    lvont:represents "𢳖"^^xsd:string .

<http://lexvo.org/id/char/22CD7> a lvont:Character ;
    lvont:represents "𢳗"^^xsd:string .

<http://lexvo.org/id/char/22CD8> a lvont:Character ;
    lvont:represents "𢳘"^^xsd:string .

<http://lexvo.org/id/char/22CD9> a lvont:Character ;
    lvont:represents "𢳙"^^xsd:string .

<http://lexvo.org/id/char/22CDA> a lvont:Character ;
    lvont:represents "𢳚"^^xsd:string .

<http://lexvo.org/id/char/22CDB> a lvont:Character ;
    lvont:represents "𢳛"^^xsd:string .

<http://lexvo.org/id/char/22CDC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/saai1>,
        <http://lexvo.org/id/term/yue/%F0%A2%B3%9C>,
        "𢳜"^^xsd:string ;
    rdfs:comment "to waste"@en .

<http://lexvo.org/id/char/22CDD> a lvont:Character ;
    lvont:represents "𢳝"^^xsd:string .

<http://lexvo.org/id/char/22CDE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/%C4%91%C6%A1m>,
        "𢳞"^^xsd:string .

<http://lexvo.org/id/char/22CDF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C7%92ng>,
        "𢳟"^^xsd:string .

<http://lexvo.org/id/char/22CE> a lvont:Character ;
    lvont:represents "⋎"^^xsd:string ;
    rdfs:comment "CURLY LOGICAL OR"@en .

<http://lexvo.org/id/char/22CE0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/mu%E1%BB%97ng>,
        "𢳠"^^xsd:string .

<http://lexvo.org/id/char/22CE1> a lvont:Character ;
    lvont:represents "𢳡"^^xsd:string .

<http://lexvo.org/id/char/22CE2> a lvont:Character ;
    lvont:represents "𢳢"^^xsd:string .

<http://lexvo.org/id/char/22CE3> a lvont:Character ;
    lvont:represents "𢳣"^^xsd:string .

<http://lexvo.org/id/char/22CE4> a lvont:Character ;
    lvont:represents "𢳤"^^xsd:string .

<http://lexvo.org/id/char/22CE5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/d%E1%BA%A1o>,
        "𢳥"^^xsd:string .

<http://lexvo.org/id/char/22CE6> a lvont:Character ;
    lvont:represents "𢳦"^^xsd:string .

<http://lexvo.org/id/char/22CE7> a lvont:Character ;
    lvont:represents "𢳧"^^xsd:string .

<http://lexvo.org/id/char/22CE8> a lvont:Character ;
    lvont:represents "𢳨"^^xsd:string .

<http://lexvo.org/id/char/22CE9> a lvont:Character ;
    lvont:represents "𢳩"^^xsd:string .

<http://lexvo.org/id/char/22CEA> a lvont:Character ;
    lvont:represents "𢳪"^^xsd:string .

<http://lexvo.org/id/char/22CEB> a lvont:Character ;
    lvont:represents "𢳫"^^xsd:string .

<http://lexvo.org/id/char/22CEC> a lvont:Character ;
    lvont:represents "𢳬"^^xsd:string .

<http://lexvo.org/id/char/22CED> a lvont:Character ;
    lvont:represents "𢳭"^^xsd:string .

<http://lexvo.org/id/char/22CEE> a lvont:Character ;
    lvont:represents "𢳮"^^xsd:string .

<http://lexvo.org/id/char/22CEF> a lvont:Character ;
    lvont:represents "𢳯"^^xsd:string .

<http://lexvo.org/id/char/22CF> a lvont:Character ;
    lvont:represents "⋏"^^xsd:string ;
    rdfs:comment "CURLY LOGICAL AND"@en .

<http://lexvo.org/id/char/22CF0> a lvont:Character ;
    lvont:represents "𢳰"^^xsd:string .

<http://lexvo.org/id/char/22CF1> a lvont:Character ;
    lvont:represents "𢳱"^^xsd:string .

<http://lexvo.org/id/char/22CF2> a lvont:Character ;
    lvont:represents "𢳲"^^xsd:string .

<http://lexvo.org/id/char/22CF3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/lu%E1%BB%93n>,
        "𢳳"^^xsd:string .

<http://lexvo.org/id/char/22CF4> a lvont:Character ;
    lvont:represents "𢳴"^^xsd:string .

<http://lexvo.org/id/char/22CF5> a lvont:Character ;
    lvont:represents "𢳵"^^xsd:string .

<http://lexvo.org/id/char/22CF6> a lvont:Character ;
    lvont:represents "𢳶"^^xsd:string .

<http://lexvo.org/id/char/22CF7> a lvont:Character ;
    lvont:represents "𢳷"^^xsd:string .

<http://lexvo.org/id/char/22CF8> a lvont:Character ;
    lvont:represents "𢳸"^^xsd:string .

<http://lexvo.org/id/char/22CF9> a lvont:Character ;
    lvont:represents "𢳹"^^xsd:string .

<http://lexvo.org/id/char/22CFA> a lvont:Character ;
    lvont:represents "𢳺"^^xsd:string .

<http://lexvo.org/id/char/22CFB> a lvont:Character ;
    lvont:represents "𢳻"^^xsd:string .

<http://lexvo.org/id/char/22CFC> a lvont:Character ;
    lvont:represents "𢳼"^^xsd:string .

<http://lexvo.org/id/char/22CFD> a lvont:Character ;
    lvont:represents "𢳽"^^xsd:string .

<http://lexvo.org/id/char/22CFE> a lvont:Character ;
    lvont:represents "𢳾"^^xsd:string .

<http://lexvo.org/id/char/22CFF> a lvont:Character ;
    lvont:represents "𢳿"^^xsd:string .

<http://lexvo.org/id/char/22D0> a lvont:Character ;
    lvont:represents "⋐"^^xsd:string ;
    rdfs:comment "DOUBLE SUBSET"@en .

<http://lexvo.org/id/char/22D00> a lvont:Character ;
    lvont:represents "𢴀"^^xsd:string .

<http://lexvo.org/id/char/22D01> a lvont:Character ;
    lvont:represents "𢴁"^^xsd:string .

<http://lexvo.org/id/char/22D02> a lvont:Character ;
    lvont:represents "𢴂"^^xsd:string .

<http://lexvo.org/id/char/22D03> a lvont:Character ;
    lvont:represents "𢴃"^^xsd:string .

<http://lexvo.org/id/char/22D04> a lvont:Character ;
    lvont:represents "𢴄"^^xsd:string .

<http://lexvo.org/id/char/22D05> a lvont:Character ;
    lvont:represents "𢴅"^^xsd:string .

<http://lexvo.org/id/char/22D06> a lvont:Character ;
    lvont:represents "𢴆"^^xsd:string .

<http://lexvo.org/id/char/22D07> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ch%E1%BA%AFp>,
        "𢴇"^^xsd:string .

<http://lexvo.org/id/char/22D08> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/daat3>,
        <http://lexvo.org/id/term/yue/%F0%A2%B4%88>,
        "𢴈"^^xsd:string ;
    rdfs:comment "(Cant.) to throw down, fall down"@en .

<http://lexvo.org/id/char/22D09> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/%C4%91%C3%B9a>,
        "𢴉"^^xsd:string .

<http://lexvo.org/id/char/22D0A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ch%E1%BB%99p>,
        "𢴊"^^xsd:string .

<http://lexvo.org/id/char/22D0B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/chong>,
        "𢴋"^^xsd:string .

<http://lexvo.org/id/char/22D0C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/v%E1%BA%B7n>,
        "𢴌"^^xsd:string .

<http://lexvo.org/id/char/22D0D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/d%E1%BA%B1n>,
        "𢴍"^^xsd:string .

<http://lexvo.org/id/char/22D0E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/tho%C3%A1t>,
        "𢴎"^^xsd:string .

<http://lexvo.org/id/char/22D0F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/gi%E1%BA%A7m>,
        "𢴏"^^xsd:string .

<http://lexvo.org/id/char/22D1> a lvont:Character ;
    lvont:represents "⋑"^^xsd:string ;
    rdfs:comment "DOUBLE SUPERSET"@en .

<http://lexvo.org/id/char/22D10> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/day>,
        "𢴐"^^xsd:string .

<http://lexvo.org/id/char/22D11> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/d%E1%BB%A9t>,
        "𢴑"^^xsd:string .

<http://lexvo.org/id/char/22D12> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ph%C3%A0nh>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/paang1>,
        <http://lexvo.org/id/term/yue/%F0%A2%B4%92>,
        "𢴒"^^xsd:string ;
    rdfs:comment "(Cant.) to chase, drive away"@en .

<http://lexvo.org/id/char/22D13> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/m%C3%B3p>,
        "𢴓"^^xsd:string .

<http://lexvo.org/id/char/22D14> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ph%E1%BB%87n>,
        "𢴔"^^xsd:string .

<http://lexvo.org/id/char/22D15> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/n%C3%ADnh>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ning1>,
        <http://lexvo.org/id/term/yue/%F0%A2%B4%95>,
        "𢴕"^^xsd:string .

<http://lexvo.org/id/char/22D16> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/kh%E1%BA%A3y>,
        "𢴖"^^xsd:string .

<http://lexvo.org/id/char/22D17> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/d%E1%BA%A1m>,
        "𢴗"^^xsd:string .

<http://lexvo.org/id/char/22D18> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/xay>,
        "𢴘"^^xsd:string .

<http://lexvo.org/id/char/22D19> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/l%E1%BA%A3y>,
        "𢴙"^^xsd:string .

<http://lexvo.org/id/char/22D1A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/n%E1%BB%A9c>,
        "𢴚"^^xsd:string .

<http://lexvo.org/id/char/22D1B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/g%C3%A3y>,
        "𢴛"^^xsd:string .

<http://lexvo.org/id/char/22D1C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/x%C3%A2u>,
        "𢴜"^^xsd:string .

<http://lexvo.org/id/char/22D1D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ng%C3%B3n>,
        "𢴝"^^xsd:string .

<http://lexvo.org/id/char/22D1E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/nh%C3%BAng>,
        "𢴞"^^xsd:string .

<http://lexvo.org/id/char/22D1F> a lvont:Character ;
    lvont:represents "𢴟"^^xsd:string .

<http://lexvo.org/id/char/22D2> a lvont:Character ;
    lvont:represents "⋒"^^xsd:string ;
    rdfs:comment "DOUBLE INTERSECTION"@en .

<http://lexvo.org/id/char/22D20> a lvont:Character ;
    lvont:represents "𢴠"^^xsd:string .

<http://lexvo.org/id/char/22D21> a lvont:Character ;
    lvont:represents "𢴡"^^xsd:string .

<http://lexvo.org/id/char/22D22> a lvont:Character ;
    lvont:represents "𢴢"^^xsd:string .

<http://lexvo.org/id/char/22D23> a lvont:Character ;
    lvont:represents "𢴣"^^xsd:string .

<http://lexvo.org/id/char/22D24> a lvont:Character ;
    lvont:represents "𢴤"^^xsd:string .

<http://lexvo.org/id/char/22D25> a lvont:Character ;
    lvont:represents "𢴥"^^xsd:string .

<http://lexvo.org/id/char/22D26> a lvont:Character ;
    lvont:represents "𢴦"^^xsd:string .

<http://lexvo.org/id/char/22D27> a lvont:Character ;
    lvont:represents "𢴧"^^xsd:string .

<http://lexvo.org/id/char/22D28> a lvont:Character ;
    lvont:represents "𢴨"^^xsd:string .

<http://lexvo.org/id/char/22D29> a lvont:Character ;
    lvont:represents "𢴩"^^xsd:string .

<http://lexvo.org/id/char/22D2A> a lvont:Character ;
    lvont:represents "𢴪"^^xsd:string .

<http://lexvo.org/id/char/22D2B> a lvont:Character ;
    lvont:represents "𢴫"^^xsd:string .

<http://lexvo.org/id/char/22D2C> a lvont:Character ;
    lvont:represents "𢴬"^^xsd:string .

<http://lexvo.org/id/char/22D2D> a lvont:Character ;
    lvont:represents "𢴭"^^xsd:string .

<http://lexvo.org/id/char/22D2E> a lvont:Character ;
    lvont:represents "𢴮"^^xsd:string .

<http://lexvo.org/id/char/22D2F> a lvont:Character ;
    lvont:represents "𢴯"^^xsd:string .

<http://lexvo.org/id/char/22D3> a lvont:Character ;
    lvont:represents "⋓"^^xsd:string ;
    rdfs:comment "DOUBLE UNION"@en .

<http://lexvo.org/id/char/22D30> a lvont:Character ;
    lvont:represents "𢴰"^^xsd:string .

<http://lexvo.org/id/char/22D31> a lvont:Character ;
    lvont:represents "𢴱"^^xsd:string .

<http://lexvo.org/id/char/22D32> a lvont:Character ;
    lvont:represents "𢴲"^^xsd:string .

<http://lexvo.org/id/char/22D33> a lvont:Character ;
    lvont:represents "𢴳"^^xsd:string .

<http://lexvo.org/id/char/22D34> a lvont:Character ;
    lvont:represents "𢴴"^^xsd:string .

<http://lexvo.org/id/char/22D35> a lvont:Character ;
    lvont:represents "𢴵"^^xsd:string .

<http://lexvo.org/id/char/22D36> a lvont:Character ;
    lvont:represents "𢴶"^^xsd:string .

<http://lexvo.org/id/char/22D37> a lvont:Character ;
    lvont:represents "𢴷"^^xsd:string .

<http://lexvo.org/id/char/22D38> a lvont:Character ;
    lvont:represents "𢴸"^^xsd:string .

<http://lexvo.org/id/char/22D39> a lvont:Character ;
    lvont:represents "𢴹"^^xsd:string .

<http://lexvo.org/id/char/22D3A> a lvont:Character ;
    lvont:represents "𢴺"^^xsd:string .

<http://lexvo.org/id/char/22D3B> a lvont:Character ;
    lvont:represents "𢴻"^^xsd:string .

<http://lexvo.org/id/char/22D3C> a lvont:Character ;
    lvont:represents "𢴼"^^xsd:string .

<http://lexvo.org/id/char/22D3D> a lvont:Character ;
    lvont:represents "𢴽"^^xsd:string .

<http://lexvo.org/id/char/22D3E> a lvont:Character ;
    lvont:represents "𢴾"^^xsd:string .

<http://lexvo.org/id/char/22D3F> a lvont:Character ;
    lvont:represents "𢴿"^^xsd:string .

<http://lexvo.org/id/char/22D4> a lvont:Character ;
    lvont:represents "⋔"^^xsd:string ;
    rdfs:comment "PITCHFORK"@en .

<http://lexvo.org/id/char/22D40> a lvont:Character ;
    lvont:represents "𢵀"^^xsd:string .

<http://lexvo.org/id/char/22D41> a lvont:Character ;
    lvont:represents "𢵁"^^xsd:string .

<http://lexvo.org/id/char/22D42> a lvont:Character ;
    lvont:represents "𢵂"^^xsd:string .

<http://lexvo.org/id/char/22D43> a lvont:Character ;
    lvont:represents "𢵃"^^xsd:string .

<http://lexvo.org/id/char/22D44> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/cou5>,
        <http://lexvo.org/id/term/yue/%F0%A2%B5%84>,
        "𢵄"^^xsd:string ;
    rdfs:comment "(Cant.) to save up (money)"@en .

<http://lexvo.org/id/char/22D45> a lvont:Character ;
    lvont:represents "𢵅"^^xsd:string .

<http://lexvo.org/id/char/22D46> a lvont:Character ;
    lvont:represents "𢵆"^^xsd:string .

<http://lexvo.org/id/char/22D47> a lvont:Character ;
    lvont:represents "𢵇"^^xsd:string .

<http://lexvo.org/id/char/22D48> a lvont:Character ;
    lvont:represents "𢵈"^^xsd:string .

<http://lexvo.org/id/char/22D49> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/b%C3%A1m>,
        "𢵉"^^xsd:string .

<http://lexvo.org/id/char/22D4A> a lvont:Character ;
    lvont:represents "𢵊"^^xsd:string .

<http://lexvo.org/id/char/22D4B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/%C4%91ua>,
        "𢵋"^^xsd:string .

<http://lexvo.org/id/char/22D4C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/d%E1%BB%A5i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/deoi2>,
        <http://lexvo.org/id/term/yue/%F0%A2%B5%8C>,
        "𢵌"^^xsd:string ;
    rdfs:comment "(Cant.) to goad, incite"@en .

<http://lexvo.org/id/char/22D4D> a lvont:Character ;
    lvont:represents "𢵍"^^xsd:string .

<http://lexvo.org/id/char/22D4E> a lvont:Character ;
    lvont:represents "𢵎"^^xsd:string .

<http://lexvo.org/id/char/22D4F> a lvont:Character ;
    lvont:represents "𢵏"^^xsd:string .

<http://lexvo.org/id/char/22D5> a lvont:Character ;
    lvont:represents "⋕"^^xsd:string ;
    rdfs:comment "EQUAL AND PARALLEL TO"@en .

<http://lexvo.org/id/char/22D50> a lvont:Character ;
    lvont:represents "𢵐"^^xsd:string .

<http://lexvo.org/id/char/22D51> a lvont:Character ;
    lvont:represents "𢵑"^^xsd:string .

<http://lexvo.org/id/char/22D52> a lvont:Character ;
    lvont:represents "𢵒"^^xsd:string .

<http://lexvo.org/id/char/22D53> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/paang1>,
        <http://lexvo.org/id/term/yue/%F0%A2%B5%93>,
        "𢵓"^^xsd:string ;
    rdfs:comment "(Cant.) to rush; chase someone out, drive out"@en .

<http://lexvo.org/id/char/22D54> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/s%C6%B0%E1%BB%9Dn>,
        "𢵔"^^xsd:string .

<http://lexvo.org/id/char/22D55> a lvont:Character ;
    lvont:represents "𢵕"^^xsd:string .

<http://lexvo.org/id/char/22D56> a lvont:Character ;
    lvont:represents "𢵖"^^xsd:string .

<http://lexvo.org/id/char/22D57> a lvont:Character ;
    lvont:represents "𢵗"^^xsd:string .

<http://lexvo.org/id/char/22D58> a lvont:Character ;
    lvont:represents "𢵘"^^xsd:string .

<http://lexvo.org/id/char/22D59> a lvont:Character ;
    lvont:represents "𢵙"^^xsd:string .

<http://lexvo.org/id/char/22D5A> a lvont:Character ;
    lvont:represents "𢵚"^^xsd:string .

<http://lexvo.org/id/char/22D5B> a lvont:Character ;
    lvont:represents "𢵛"^^xsd:string .

<http://lexvo.org/id/char/22D5C> a lvont:Character ;
    lvont:represents "𢵜"^^xsd:string .

<http://lexvo.org/id/char/22D5D> a lvont:Character ;
    lvont:represents "𢵝"^^xsd:string .

<http://lexvo.org/id/char/22D5E> a lvont:Character ;
    lvont:represents "𢵞"^^xsd:string .

<http://lexvo.org/id/char/22D5F> a lvont:Character ;
    lvont:represents "𢵟"^^xsd:string .

<http://lexvo.org/id/char/22D6> a lvont:Character ;
    lvont:represents "⋖"^^xsd:string ;
    rdfs:comment "LESS-THAN WITH DOT"@en .

<http://lexvo.org/id/char/22D60> a lvont:Character ;
    lvont:represents "𢵠"^^xsd:string .

<http://lexvo.org/id/char/22D61> a lvont:Character ;
    lvont:represents "𢵡"^^xsd:string .

<http://lexvo.org/id/char/22D62> a lvont:Character ;
    lvont:represents "𢵢"^^xsd:string .

<http://lexvo.org/id/char/22D63> a lvont:Character ;
    lvont:represents "𢵣"^^xsd:string .

<http://lexvo.org/id/char/22D64> a lvont:Character ;
    lvont:represents "𢵤"^^xsd:string .

<http://lexvo.org/id/char/22D65> a lvont:Character ;
    lvont:represents "𢵥"^^xsd:string .

<http://lexvo.org/id/char/22D66> a lvont:Character ;
    lvont:represents "𢵦"^^xsd:string .

<http://lexvo.org/id/char/22D67> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/d%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gaan3>,
        <http://lexvo.org/id/term/yue/%F0%A2%B5%A7>,
        "𢵧"^^xsd:string ;
    rdfs:comment "(Cant.) to draw lines"@en .

<http://lexvo.org/id/char/22D68> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/v%C3%A1o>,
        "𢵨"^^xsd:string .

<http://lexvo.org/id/char/22D69> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/d%E1%BB%99i>,
        "𢵩"^^xsd:string .

<http://lexvo.org/id/char/22D6A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ph%E1%BA%A9y>,
        "𢵪"^^xsd:string .

<http://lexvo.org/id/char/22D6B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/n%E1%BB%87n>,
        "𢵫"^^xsd:string .

<http://lexvo.org/id/char/22D6C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/d%E1%BB%8Dn>,
        "𢵬"^^xsd:string .

<http://lexvo.org/id/char/22D6D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/r%E1%BB%9Di>,
        "𢵭"^^xsd:string .

<http://lexvo.org/id/char/22D6E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/qu%E1%BA%B9t>,
        "𢵮"^^xsd:string .

<http://lexvo.org/id/char/22D6F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/m%C3%A1y>,
        "𢵯"^^xsd:string .

<http://lexvo.org/id/char/22D7> a lvont:Character ;
    lvont:represents "⋗"^^xsd:string ;
    rdfs:comment "GREATER-THAN WITH DOT"@en .

<http://lexvo.org/id/char/22D70> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/g%C3%B3p>,
        "𢵰"^^xsd:string .

<http://lexvo.org/id/char/22D71> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/kh%C6%A1i>,
        "𢵱"^^xsd:string .

<http://lexvo.org/id/char/22D72> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ng%C3%A1ng>,
        "𢵲"^^xsd:string .

<http://lexvo.org/id/char/22D73> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/sum>,
        "𢵳"^^xsd:string .

<http://lexvo.org/id/char/22D74> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/quay>,
        "𢵴"^^xsd:string .

<http://lexvo.org/id/char/22D75> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/qu%E1%BB%9D>,
        "𢵵"^^xsd:string .

<http://lexvo.org/id/char/22D76> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/d%E1%BB%8Dn>,
        "𢵶"^^xsd:string .

<http://lexvo.org/id/char/22D77> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/c%E1%BA%AFt>,
        "𢵷"^^xsd:string .

<http://lexvo.org/id/char/22D78> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/x%E1%BA%A5p>,
        "𢵸"^^xsd:string .

<http://lexvo.org/id/char/22D79> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/m%E1%BB%8Fi>,
        "𢵹"^^xsd:string .

<http://lexvo.org/id/char/22D7A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ch%E1%BA%A1m>,
        "𢵺"^^xsd:string .

<http://lexvo.org/id/char/22D7B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ch%E1%BB%AFa>,
        "𢵻"^^xsd:string .

<http://lexvo.org/id/char/22D7C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/v%E1%BB%9Bt>,
        "𢵼"^^xsd:string .

<http://lexvo.org/id/char/22D7D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/r%E1%BB%9B>,
        "𢵽"^^xsd:string .

<http://lexvo.org/id/char/22D7E> a lvont:Character ;
    lvont:represents "𢵾"^^xsd:string .

<http://lexvo.org/id/char/22D7F> a lvont:Character ;
    lvont:represents "𢵿"^^xsd:string .

<http://lexvo.org/id/char/22D8> a lvont:Character ;
    lvont:represents "⋘"^^xsd:string ;
    rdfs:comment "VERY MUCH LESS-THAN"@en .

<http://lexvo.org/id/char/22D80> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/zhu%C3%A0i>,
        "𢶀"^^xsd:string .

<http://lexvo.org/id/char/22D81> a lvont:Character ;
    lvont:represents "𢶁"^^xsd:string .

<http://lexvo.org/id/char/22D82> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/v%E1%BA%B7n>,
        "𢶂"^^xsd:string .

<http://lexvo.org/id/char/22D83> a lvont:Character ;
    lvont:represents "𢶃"^^xsd:string .

<http://lexvo.org/id/char/22D84> a lvont:Character ;
    lvont:represents "𢶄"^^xsd:string .

<http://lexvo.org/id/char/22D85> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/sip3>,
        <http://lexvo.org/id/term/yue/%F0%A2%B6%85>,
        "𢶅"^^xsd:string ;
    rdfs:comment "to divine; to fold"@en .

<http://lexvo.org/id/char/22D86> a lvont:Character ;
    lvont:represents "𢶆"^^xsd:string .

<http://lexvo.org/id/char/22D87> a lvont:Character ;
    lvont:represents "𢶇"^^xsd:string .

<http://lexvo.org/id/char/22D88> a lvont:Character ;
    lvont:represents "𢶈"^^xsd:string .

<http://lexvo.org/id/char/22D89> a lvont:Character ;
    lvont:represents "𢶉"^^xsd:string .

<http://lexvo.org/id/char/22D8A> a lvont:Character ;
    lvont:represents "𢶊"^^xsd:string .

<http://lexvo.org/id/char/22D8B> a lvont:Character ;
    lvont:represents "𢶋"^^xsd:string .

<http://lexvo.org/id/char/22D8C> a lvont:Character ;
    lvont:represents "𢶌"^^xsd:string .

<http://lexvo.org/id/char/22D8D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/saap3>,
        <http://lexvo.org/id/term/yue/%F0%A2%B6%8D>,
        "𢶍"^^xsd:string ;
    rdfs:comment "(Cant.) garbage"@en .

<http://lexvo.org/id/char/22D8E> a lvont:Character ;
    lvont:represents "𢶎"^^xsd:string .

<http://lexvo.org/id/char/22D8F> a lvont:Character ;
    lvont:represents "𢶏"^^xsd:string .

<http://lexvo.org/id/char/22D9> a lvont:Character ;
    lvont:represents "⋙"^^xsd:string ;
    rdfs:comment "VERY MUCH GREATER-THAN"@en .

<http://lexvo.org/id/char/22D90> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/n%C3%ADu>,
        "𢶐"^^xsd:string .

<http://lexvo.org/id/char/22D91> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%F0%A2%B6%91>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ni%C7%8Eo>,
        <http://lexvo.org/id/term/vie/n%C3%ADu>,
        "𢶑"^^xsd:string ;
    rdfs:comment "(same as U+22E23 𢸣) to select, pick"@en .

<http://lexvo.org/id/char/22D92> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/g%C3%B3i>,
        "𢶒"^^xsd:string .

<http://lexvo.org/id/char/22D93> a lvont:Character ;
    lvont:represents "𢶓"^^xsd:string .

<http://lexvo.org/id/char/22D94> a lvont:Character ;
    lvont:represents "𢶔"^^xsd:string .

<http://lexvo.org/id/char/22D95> a lvont:Character ;
    lvont:represents "𢶕"^^xsd:string .

<http://lexvo.org/id/char/22D96> a lvont:Character ;
    lvont:represents "𢶖"^^xsd:string .

<http://lexvo.org/id/char/22D97> a lvont:Character ;
    lvont:represents "𢶗"^^xsd:string .

<http://lexvo.org/id/char/22D98> a lvont:Character ;
    lvont:represents "𢶘"^^xsd:string .

<http://lexvo.org/id/char/22D99> a lvont:Character ;
    lvont:represents "𢶙"^^xsd:string .

<http://lexvo.org/id/char/22D9A> a lvont:Character ;
    lvont:represents "𢶚"^^xsd:string .

<http://lexvo.org/id/char/22D9B> a lvont:Character ;
    lvont:represents "𢶛"^^xsd:string .

<http://lexvo.org/id/char/22D9C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/ngung2>,
        <http://lexvo.org/id/term/yue/%F0%A2%B6%9C>,
        "𢶜"^^xsd:string ;
    rdfs:comment "(Cant.) to push; pull open"@en .

<http://lexvo.org/id/char/22D9D> a lvont:Character ;
    lvont:represents "𢶝"^^xsd:string .

<http://lexvo.org/id/char/22D9E> a lvont:Character ;
    lvont:represents "𢶞"^^xsd:string .

<http://lexvo.org/id/char/22D9F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/c%C3%B9i>,
        "𢶟"^^xsd:string .

<http://lexvo.org/id/char/22DA> a lvont:Character ;
    lvont:represents "⋚"^^xsd:string ;
    rdfs:comment "LESS-THAN EQUAL TO OR GREATER-THAN"@en .

<http://lexvo.org/id/char/22DA0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/saau4>,
        <http://lexvo.org/id/term/yue/%F0%A2%B6%A0>,
        "𢶠"^^xsd:string ;
    rdfs:comment "(Cant.) to take without asking"@en .

<http://lexvo.org/id/char/22DA1> a lvont:Character ;
    lvont:represents "𢶡"^^xsd:string .

<http://lexvo.org/id/char/22DA2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ch%C3%B3ng>,
        "𢶢"^^xsd:string .

<http://lexvo.org/id/char/22DA3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%F0%A2%B6%A3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/di%C3%A9>,
        "𢶣"^^xsd:string ;
    rdfs:comment "to fold, double"@en .

<http://lexvo.org/id/char/22DA4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/loe2>,
        <http://lexvo.org/id/term/yue/%F0%A2%B6%A4>,
        "𢶤"^^xsd:string ;
    rdfs:comment "(Cant.) to pester, nag; to wallow; to roll around on the floor"@en .

<http://lexvo.org/id/char/22DA5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/cho%E1%BA%A3ng>,
        "𢶥"^^xsd:string .

<http://lexvo.org/id/char/22DA6> a lvont:Character ;
    lvont:represents "𢶦"^^xsd:string .

<http://lexvo.org/id/char/22DA7> a lvont:Character ;
    lvont:represents "𢶧"^^xsd:string .

<http://lexvo.org/id/char/22DA8> a lvont:Character ;
    lvont:represents "𢶨"^^xsd:string .

<http://lexvo.org/id/char/22DA9> a lvont:Character ;
    lvont:represents "𢶩"^^xsd:string .

<http://lexvo.org/id/char/22DAA> a lvont:Character ;
    lvont:represents "𢶪"^^xsd:string .

<http://lexvo.org/id/char/22DAB> a lvont:Character ;
    lvont:represents "𢶫"^^xsd:string .

<http://lexvo.org/id/char/22DAC> a lvont:Character ;
    lvont:represents "𢶬"^^xsd:string .

<http://lexvo.org/id/char/22DAD> a lvont:Character ;
    lvont:represents "𢶭"^^xsd:string .

<http://lexvo.org/id/char/22DAE> a lvont:Character ;
    lvont:represents "𢶮"^^xsd:string .

<http://lexvo.org/id/char/22DAF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/maan1>,
        <http://lexvo.org/id/term/yue/%F0%A2%B6%AF>,
        "𢶯"^^xsd:string ;
    rdfs:comment "(Cant.) to pull, turn"@en .

<http://lexvo.org/id/char/22DB> a lvont:Character ;
    lvont:represents "⋛"^^xsd:string ;
    rdfs:comment "GREATER-THAN EQUAL TO OR LESS-THAN"@en .

<http://lexvo.org/id/char/22DB0> a lvont:Character ;
    lvont:represents "𢶰"^^xsd:string .

<http://lexvo.org/id/char/22DB1> a lvont:Character ;
    lvont:represents "𢶱"^^xsd:string .

<http://lexvo.org/id/char/22DB2> a lvont:Character ;
    lvont:represents "𢶲"^^xsd:string .

<http://lexvo.org/id/char/22DB3> a lvont:Character ;
    lvont:represents "𢶳"^^xsd:string .

<http://lexvo.org/id/char/22DB4> a lvont:Character ;
    lvont:represents "𢶴"^^xsd:string .

<http://lexvo.org/id/char/22DB5> a lvont:Character ;
    lvont:represents "𢶵"^^xsd:string .

<http://lexvo.org/id/char/22DB6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/%E1%BA%A9y>,
        "𢶶"^^xsd:string .

<http://lexvo.org/id/char/22DB7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/c%E1%BB%9Fi>,
        "𢶷"^^xsd:string .

<http://lexvo.org/id/char/22DB8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/b%E1%BB%A5m>,
        "𢶸"^^xsd:string .

<http://lexvo.org/id/char/22DB9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/m%C3%A1m>,
        "𢶹"^^xsd:string .

<http://lexvo.org/id/char/22DBA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/dom>,
        "𢶺"^^xsd:string .

<http://lexvo.org/id/char/22DBB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/bung>,
        "𢶻"^^xsd:string .

<http://lexvo.org/id/char/22DBC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ngoi>,
        "𢶼"^^xsd:string .

<http://lexvo.org/id/char/22DBD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/%C3%A3m>,
        "𢶽"^^xsd:string .

<http://lexvo.org/id/char/22DBE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ch%C4%A9a>,
        "𢶾"^^xsd:string .

<http://lexvo.org/id/char/22DBF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/d%E1%BB%8Dn>,
        "𢶿"^^xsd:string .

<http://lexvo.org/id/char/22DC> a lvont:Character ;
    lvont:represents "⋜"^^xsd:string ;
    rdfs:comment "EQUAL TO OR LESS-THAN"@en .

<http://lexvo.org/id/char/22DC0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/gi%C5%A9>,
        "𢷀"^^xsd:string .

<http://lexvo.org/id/char/22DC1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/n%C3%A9m>,
        "𢷁"^^xsd:string .

<http://lexvo.org/id/char/22DC2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/x%E1%BA%AFn>,
        "𢷂"^^xsd:string .

<http://lexvo.org/id/char/22DC3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/n%C3%ADu>,
        "𢷃"^^xsd:string .

<http://lexvo.org/id/char/22DC4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/gi%E1%BA%BFt>,
        "𢷄"^^xsd:string .

<http://lexvo.org/id/char/22DC5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/tr%E1%BB%99>,
        "𢷅"^^xsd:string .

<http://lexvo.org/id/char/22DC6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/chen>,
        "𢷆"^^xsd:string .

<http://lexvo.org/id/char/22DC7> a lvont:Character ;
    lvont:represents "𢷇"^^xsd:string .

<http://lexvo.org/id/char/22DC8> a lvont:Character ;
    lvont:represents "𢷈"^^xsd:string .

<http://lexvo.org/id/char/22DC9> a lvont:Character ;
    lvont:represents "𢷉"^^xsd:string .

<http://lexvo.org/id/char/22DCA> a lvont:Character ;
    lvont:represents "𢷊"^^xsd:string .

<http://lexvo.org/id/char/22DCB> a lvont:Character ;
    lvont:represents "𢷋"^^xsd:string .

<http://lexvo.org/id/char/22DCC> a lvont:Character ;
    lvont:represents "𢷌"^^xsd:string .

<http://lexvo.org/id/char/22DCD> a lvont:Character ;
    lvont:represents "𢷍"^^xsd:string .

<http://lexvo.org/id/char/22DCE> a lvont:Character ;
    lvont:represents "𢷎"^^xsd:string .

<http://lexvo.org/id/char/22DCF> a lvont:Character ;
    lvont:represents "𢷏"^^xsd:string .

<http://lexvo.org/id/char/22DD> a lvont:Character ;
    lvont:represents "⋝"^^xsd:string ;
    rdfs:comment "EQUAL TO OR GREATER-THAN"@en .

<http://lexvo.org/id/char/22DD0> a lvont:Character ;
    lvont:represents "𢷐"^^xsd:string .

<http://lexvo.org/id/char/22DD1> a lvont:Character ;
    lvont:represents "𢷑"^^xsd:string .

<http://lexvo.org/id/char/22DD2> a lvont:Character ;
    lvont:represents "𢷒"^^xsd:string .

<http://lexvo.org/id/char/22DD3> a lvont:Character ;
    lvont:represents "𢷓"^^xsd:string .

<http://lexvo.org/id/char/22DD4> a lvont:Character ;
    lvont:represents "𢷔"^^xsd:string .

<http://lexvo.org/id/char/22DD5> a lvont:Character ;
    lvont:represents "𢷕"^^xsd:string .

<http://lexvo.org/id/char/22DD6> a lvont:Character ;
    lvont:represents "𢷖"^^xsd:string .

<http://lexvo.org/id/char/22DD7> a lvont:Character ;
    lvont:represents "𢷗"^^xsd:string .

<http://lexvo.org/id/char/22DD8> a lvont:Character ;
    lvont:represents "𢷘"^^xsd:string .

<http://lexvo.org/id/char/22DD9> a lvont:Character ;
    lvont:represents "𢷙"^^xsd:string .

<http://lexvo.org/id/char/22DDA> a lvont:Character ;
    lvont:represents "𢷚"^^xsd:string .

<http://lexvo.org/id/char/22DDB> a lvont:Character ;
    lvont:represents "𢷛"^^xsd:string .

<http://lexvo.org/id/char/22DDC> a lvont:Character ;
    lvont:represents "𢷜"^^xsd:string .

<http://lexvo.org/id/char/22DDD> a lvont:Character ;
    lvont:represents "𢷝"^^xsd:string .

<http://lexvo.org/id/char/22DDE> a lvont:Character ;
    lvont:represents "𢷞"^^xsd:string .

<http://lexvo.org/id/char/22DDF> a lvont:Character ;
    lvont:represents "𢷟"^^xsd:string .

<http://lexvo.org/id/char/22DE> a lvont:Character ;
    lvont:represents "⋞"^^xsd:string ;
    rdfs:comment "EQUAL TO OR PRECEDES"@en .

<http://lexvo.org/id/char/22DE0> a lvont:Character ;
    lvont:represents "𢷠"^^xsd:string .

<http://lexvo.org/id/char/22DE1> a lvont:Character ;
    lvont:represents "𢷡"^^xsd:string .

<http://lexvo.org/id/char/22DE2> a lvont:Character ;
    lvont:represents "𢷢"^^xsd:string .

<http://lexvo.org/id/char/22DE3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/d%E1%BB%9F>,
        "𢷣"^^xsd:string .

<http://lexvo.org/id/char/22DE4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/ban3>,
        <http://lexvo.org/id/term/yue/%F0%A2%B7%A4>,
        "𢷤"^^xsd:string ;
    rdfs:comment "to expel, reject"@en .

<http://lexvo.org/id/char/22DE5> a lvont:Character ;
    lvont:represents "𢷥"^^xsd:string .

<http://lexvo.org/id/char/22DE6> a lvont:Character ;
    lvont:represents "𢷦"^^xsd:string .

<http://lexvo.org/id/char/22DE7> a lvont:Character ;
    lvont:represents "𢷧"^^xsd:string .

<http://lexvo.org/id/char/22DE8> a lvont:Character ;
    lvont:represents "𢷨"^^xsd:string .

<http://lexvo.org/id/char/22DE9> a lvont:Character ;
    lvont:represents "𢷩"^^xsd:string .

<http://lexvo.org/id/char/22DEA> a lvont:Character ;
    lvont:represents "𢷪"^^xsd:string .

<http://lexvo.org/id/char/22DEB> a lvont:Character ;
    lvont:represents "𢷫"^^xsd:string .

<http://lexvo.org/id/char/22DEC> a lvont:Character ;
    lvont:represents "𢷬"^^xsd:string .

<http://lexvo.org/id/char/22DED> a lvont:Character ;
    lvont:represents "𢷭"^^xsd:string .

<http://lexvo.org/id/char/22DEE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/d%C3%BAi>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/deoi2>,
        <http://lexvo.org/id/term/yue/%F0%A2%B7%AE>,
        "𢷮"^^xsd:string ;
    rdfs:comment "(Cant.) to poke, nudge; stretch out"@en .

<http://lexvo.org/id/char/22DEF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/x%E1%BB%93>,
        "𢷯"^^xsd:string .

<http://lexvo.org/id/char/22DF> a lvont:Character ;
    lvont:represents "⋟"^^xsd:string ;
    rdfs:comment "EQUAL TO OR SUCCEEDS"@en .

<http://lexvo.org/id/char/22DF0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/kh%C3%AAnh>,
        "𢷰"^^xsd:string .

<http://lexvo.org/id/char/22DF1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/r%E1%BB%A7>,
        "𢷱"^^xsd:string .

<http://lexvo.org/id/char/22DF2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/h%E1%BA%A5ng>,
        "𢷲"^^xsd:string .

<http://lexvo.org/id/char/22DF3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/khu%E1%BB%B3nh>,
        "𢷳"^^xsd:string .

<http://lexvo.org/id/char/22DF4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/qu%E1%BA%ABy>,
        "𢷴"^^xsd:string .

<http://lexvo.org/id/char/22DF5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/v%E1%BB%91>,
        "𢷵"^^xsd:string .

<http://lexvo.org/id/char/22DF6> a lvont:Character ;
    lvont:represents "𢷶"^^xsd:string .

<http://lexvo.org/id/char/22DF7> a lvont:Character ;
    lvont:represents "𢷷"^^xsd:string .

<http://lexvo.org/id/char/22DF8> a lvont:Character ;
    lvont:represents "𢷸"^^xsd:string .

<http://lexvo.org/id/char/22DF9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ch%C3%A8n>,
        "𢷹"^^xsd:string .

<http://lexvo.org/id/char/22DFA> a lvont:Character ;
    lvont:represents "𢷺"^^xsd:string .

<http://lexvo.org/id/char/22DFB> a lvont:Character ;
    lvont:represents "𢷻"^^xsd:string .

<http://lexvo.org/id/char/22DFC> a lvont:Character ;
    lvont:represents "𢷼"^^xsd:string .

<http://lexvo.org/id/char/22DFD> a lvont:Character ;
    lvont:represents "𢷽"^^xsd:string .

<http://lexvo.org/id/char/22DFE> a lvont:Character ;
    lvont:represents "𢷾"^^xsd:string .

<http://lexvo.org/id/char/22DFF> a lvont:Character ;
    lvont:represents "𢷿"^^xsd:string .

<http://lexvo.org/id/char/22E0> a lvont:Character ;
    lvont:represents "⋠"^^xsd:string ;
    rdfs:comment "DOES NOT PRECEDE OR EQUAL"@en .

<http://lexvo.org/id/char/22E00> a lvont:Character ;
    lvont:represents "𢸀"^^xsd:string .

<http://lexvo.org/id/char/22E01> a lvont:Character ;
    lvont:represents "𢸁"^^xsd:string .

<http://lexvo.org/id/char/22E02> a lvont:Character ;
    lvont:represents "𢸂"^^xsd:string .

<http://lexvo.org/id/char/22E03> a lvont:Character ;
    lvont:represents "𢸃"^^xsd:string .

<http://lexvo.org/id/char/22E04> a lvont:Character ;
    lvont:represents "𢸄"^^xsd:string .

<http://lexvo.org/id/char/22E05> a lvont:Character ;
    lvont:represents "𢸅"^^xsd:string .

<http://lexvo.org/id/char/22E06> a lvont:Character ;
    lvont:represents "𢸆"^^xsd:string .

<http://lexvo.org/id/char/22E07> a lvont:Character ;
    lvont:represents "𢸇"^^xsd:string .

<http://lexvo.org/id/char/22E08> a lvont:Character ;
    lvont:represents "𢸈"^^xsd:string .

<http://lexvo.org/id/char/22E09> a lvont:Character ;
    lvont:represents "𢸉"^^xsd:string .

<http://lexvo.org/id/char/22E0A> a lvont:Character ;
    lvont:represents "𢸊"^^xsd:string .

<http://lexvo.org/id/char/22E0B> a lvont:Character ;
    lvont:represents "𢸋"^^xsd:string .

<http://lexvo.org/id/char/22E0C> a lvont:Character ;
    lvont:represents "𢸌"^^xsd:string .

<http://lexvo.org/id/char/22E0D> a lvont:Character ;
    lvont:represents "𢸍"^^xsd:string .

<http://lexvo.org/id/char/22E0E> a lvont:Character ;
    lvont:represents "𢸎"^^xsd:string .

<http://lexvo.org/id/char/22E0F> a lvont:Character ;
    lvont:represents "𢸏"^^xsd:string .

<http://lexvo.org/id/char/22E1> a lvont:Character ;
    lvont:represents "⋡"^^xsd:string ;
    rdfs:comment "DOES NOT SUCCEED OR EQUAL"@en .

<http://lexvo.org/id/char/22E10> a lvont:Character ;
    lvont:represents "𢸐"^^xsd:string .

<http://lexvo.org/id/char/22E11> a lvont:Character ;
    lvont:represents "𢸑"^^xsd:string .

<http://lexvo.org/id/char/22E12> a lvont:Character ;
    lvont:represents "𢸒"^^xsd:string .

<http://lexvo.org/id/char/22E13> a lvont:Character ;
    lvont:represents "𢸓"^^xsd:string .

<http://lexvo.org/id/char/22E14> a lvont:Character ;
    lvont:represents "𢸔"^^xsd:string .

<http://lexvo.org/id/char/22E15> a lvont:Character ;
    lvont:represents "𢸕"^^xsd:string .

<http://lexvo.org/id/char/22E16> a lvont:Character ;
    lvont:represents "𢸖"^^xsd:string .

<http://lexvo.org/id/char/22E17> a lvont:Character ;
    lvont:represents "𢸗"^^xsd:string .

<http://lexvo.org/id/char/22E18> a lvont:Character ;
    lvont:represents "𢸘"^^xsd:string .

<http://lexvo.org/id/char/22E19> a lvont:Character ;
    lvont:represents "𢸙"^^xsd:string .

<http://lexvo.org/id/char/22E1A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/b%E1%BB%93ng>,
        "𢸚"^^xsd:string .

<http://lexvo.org/id/char/22E1B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/%C4%91%C3%A8o>,
        "𢸛"^^xsd:string .

<http://lexvo.org/id/char/22E1C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/l%C4%83n>,
        "𢸜"^^xsd:string .

<http://lexvo.org/id/char/22E1D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/d%C3%ACm>,
        "𢸝"^^xsd:string .

<http://lexvo.org/id/char/22E1E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/d%E1%BB%B1ng>,
        "𢸞"^^xsd:string .

<http://lexvo.org/id/char/22E1F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/k%E1%BA%BDm>,
        "𢸟"^^xsd:string .

<http://lexvo.org/id/char/22E2> a lvont:Character ;
    lvont:represents "⋢"^^xsd:string ;
    rdfs:comment "NOT SQUARE IMAGE OF OR EQUAL TO"@en .

<http://lexvo.org/id/char/22E20> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/kho%C3%A1c>,
        "𢸠"^^xsd:string .

<http://lexvo.org/id/char/22E21> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/x%E1%BB%89a>,
        "𢸡"^^xsd:string .

<http://lexvo.org/id/char/22E22> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ch%E1%BA%B9n>,
        "𢸢"^^xsd:string .

<http://lexvo.org/id/char/22E23> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%F0%A2%B8%A3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ni%C7%8Eo>,
        "𢸣"^^xsd:string ;
    rdfs:comment "to select, pick"@en .

<http://lexvo.org/id/char/22E24> a lvont:Character ;
    lvont:represents "𢸤"^^xsd:string .

<http://lexvo.org/id/char/22E25> a lvont:Character ;
    lvont:represents "𢸥"^^xsd:string .

<http://lexvo.org/id/char/22E26> a lvont:Character ;
    lvont:represents "𢸦"^^xsd:string .

<http://lexvo.org/id/char/22E27> a lvont:Character ;
    lvont:represents "𢸧"^^xsd:string .

<http://lexvo.org/id/char/22E28> a lvont:Character ;
    lvont:represents "𢸨"^^xsd:string .

<http://lexvo.org/id/char/22E29> a lvont:Character ;
    lvont:represents "𢸩"^^xsd:string .

<http://lexvo.org/id/char/22E2A> a lvont:Character ;
    lvont:represents "𢸪"^^xsd:string .

<http://lexvo.org/id/char/22E2B> a lvont:Character ;
    lvont:represents "𢸫"^^xsd:string .

<http://lexvo.org/id/char/22E2C> a lvont:Character ;
    lvont:represents "𢸬"^^xsd:string .

<http://lexvo.org/id/char/22E2D> a lvont:Character ;
    lvont:represents "𢸭"^^xsd:string .

<http://lexvo.org/id/char/22E2E> a lvont:Character ;
    lvont:represents "𢸮"^^xsd:string .

<http://lexvo.org/id/char/22E2F> a lvont:Character ;
    lvont:represents "𢸯"^^xsd:string .

<http://lexvo.org/id/char/22E3> a lvont:Character ;
    lvont:represents "⋣"^^xsd:string ;
    rdfs:comment "NOT SQUARE ORIGINAL OF OR EQUAL TO"@en .

<http://lexvo.org/id/char/22E30> a lvont:Character ;
    lvont:represents "𢸰"^^xsd:string .

<http://lexvo.org/id/char/22E31> a lvont:Character ;
    lvont:represents "𢸱"^^xsd:string .

<http://lexvo.org/id/char/22E32> a lvont:Character ;
    lvont:represents "𢸲"^^xsd:string .

<http://lexvo.org/id/char/22E33> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C4%81o>,
        "𢸳"^^xsd:string .

<http://lexvo.org/id/char/22E34> a lvont:Character ;
    lvont:represents "𢸴"^^xsd:string .

<http://lexvo.org/id/char/22E35> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/b%E1%BB%8Bch>,
        "𢸵"^^xsd:string .

<http://lexvo.org/id/char/22E36> a lvont:Character ;
    lvont:represents "𢸶"^^xsd:string .

<http://lexvo.org/id/char/22E37> a lvont:Character ;
    lvont:represents "𢸷"^^xsd:string .

<http://lexvo.org/id/char/22E38> a lvont:Character ;
    lvont:represents "𢸸"^^xsd:string .

<http://lexvo.org/id/char/22E39> a lvont:Character ;
    lvont:represents "𢸹"^^xsd:string .

<http://lexvo.org/id/char/22E3A> a lvont:Character ;
    lvont:represents "𢸺"^^xsd:string .

<http://lexvo.org/id/char/22E3B> a lvont:Character ;
    lvont:represents "𢸻"^^xsd:string .

<http://lexvo.org/id/char/22E3C> a lvont:Character ;
    lvont:represents "𢸼"^^xsd:string .

<http://lexvo.org/id/char/22E3D> a lvont:Character ;
    lvont:represents "𢸽"^^xsd:string .

<http://lexvo.org/id/char/22E3E> a lvont:Character ;
    lvont:represents "𢸾"^^xsd:string .

<http://lexvo.org/id/char/22E3F> a lvont:Character ;
    lvont:represents "𢸿"^^xsd:string .

<http://lexvo.org/id/char/22E4> a lvont:Character ;
    lvont:represents "⋤"^^xsd:string ;
    rdfs:comment "SQUARE IMAGE OF OR NOT EQUAL TO"@en .

<http://lexvo.org/id/char/22E40> a lvont:Character ;
    lvont:represents "𢹀"^^xsd:string .

<http://lexvo.org/id/char/22E41> a lvont:Character ;
    lvont:represents "𢹁"^^xsd:string .

<http://lexvo.org/id/char/22E42> a lvont:Character ;
    lvont:represents "𢹂"^^xsd:string .

<http://lexvo.org/id/char/22E43> a lvont:Character ;
    lvont:represents "𢹃"^^xsd:string .

<http://lexvo.org/id/char/22E44> a lvont:Character ;
    lvont:represents "𢹄"^^xsd:string .

<http://lexvo.org/id/char/22E45> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ch%E1%BB%8Dc>,
        "𢹅"^^xsd:string .

<http://lexvo.org/id/char/22E46> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/g%C3%A0i>,
        "𢹆"^^xsd:string .

<http://lexvo.org/id/char/22E47> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/m%E1%BA%AFc>,
        "𢹇"^^xsd:string .

<http://lexvo.org/id/char/22E48> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/rung>,
        "𢹈"^^xsd:string .

<http://lexvo.org/id/char/22E49> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/nh%E1%BB%93i>,
        "𢹉"^^xsd:string .

<http://lexvo.org/id/char/22E4A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/x%C3%A9>,
        "𢹊"^^xsd:string .

<http://lexvo.org/id/char/22E4B> a lvont:Character ;
    lvont:represents "𢹋"^^xsd:string .

<http://lexvo.org/id/char/22E4C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ch%C3%ACa>,
        "𢹌"^^xsd:string .

<http://lexvo.org/id/char/22E4D> a lvont:Character ;
    lvont:represents "𢹍"^^xsd:string .

<http://lexvo.org/id/char/22E4E> a lvont:Character ;
    lvont:represents "𢹎"^^xsd:string .

<http://lexvo.org/id/char/22E4F> a lvont:Character ;
    lvont:represents "𢹏"^^xsd:string .

<http://lexvo.org/id/char/22E5> a lvont:Character ;
    lvont:represents "⋥"^^xsd:string ;
    rdfs:comment "SQUARE ORIGINAL OF OR NOT EQUAL TO"@en .

<http://lexvo.org/id/char/22E50> a lvont:Character ;
    lvont:represents "𢹐"^^xsd:string .

<http://lexvo.org/id/char/22E51> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/zaang6>,
        <http://lexvo.org/id/term/yue/%F0%A2%B9%91>,
        "𢹑"^^xsd:string ;
    rdfs:comment "(Cant.) to widen with force"@en .

<http://lexvo.org/id/char/22E52> a lvont:Character ;
    lvont:represents "𢹒"^^xsd:string .

<http://lexvo.org/id/char/22E53> a lvont:Character ;
    lvont:represents "𢹓"^^xsd:string .

<http://lexvo.org/id/char/22E54> a lvont:Character ;
    lvont:represents "𢹔"^^xsd:string .

<http://lexvo.org/id/char/22E55> a lvont:Character ;
    lvont:represents "𢹕"^^xsd:string .

<http://lexvo.org/id/char/22E56> a lvont:Character ;
    lvont:represents "𢹖"^^xsd:string .

<http://lexvo.org/id/char/22E57> a lvont:Character ;
    lvont:represents "𢹗"^^xsd:string .

<http://lexvo.org/id/char/22E58> a lvont:Character ;
    lvont:represents "𢹘"^^xsd:string .

<http://lexvo.org/id/char/22E59> a lvont:Character ;
    lvont:represents "𢹙"^^xsd:string .

<http://lexvo.org/id/char/22E5A> a lvont:Character ;
    lvont:represents "𢹚"^^xsd:string .

<http://lexvo.org/id/char/22E5B> a lvont:Character ;
    lvont:represents "𢹛"^^xsd:string .

<http://lexvo.org/id/char/22E5C> a lvont:Character ;
    lvont:represents "𢹜"^^xsd:string .

<http://lexvo.org/id/char/22E5D> a lvont:Character ;
    lvont:represents "𢹝"^^xsd:string .

<http://lexvo.org/id/char/22E5E> a lvont:Character ;
    lvont:represents "𢹞"^^xsd:string .

<http://lexvo.org/id/char/22E5F> a lvont:Character ;
    lvont:represents "𢹟"^^xsd:string .

<http://lexvo.org/id/char/22E6> a lvont:Character ;
    lvont:represents "⋦"^^xsd:string ;
    rdfs:comment "LESS-THAN BUT NOT EQUIVALENT TO"@en .

<http://lexvo.org/id/char/22E60> a lvont:Character ;
    lvont:represents "𢹠"^^xsd:string .

<http://lexvo.org/id/char/22E61> a lvont:Character ;
    lvont:represents "𢹡"^^xsd:string .

<http://lexvo.org/id/char/22E62> a lvont:Character ;
    lvont:represents "𢹢"^^xsd:string .

<http://lexvo.org/id/char/22E63> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/k%C3%A9o>,
        "𢹣"^^xsd:string .

<http://lexvo.org/id/char/22E64> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/x%C3%A2u>,
        "𢹤"^^xsd:string .

<http://lexvo.org/id/char/22E65> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/%C3%A9p>,
        "𢹥"^^xsd:string .

<http://lexvo.org/id/char/22E66> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/l%C6%B0%E1%BB%A3m>,
        "𢹦"^^xsd:string .

<http://lexvo.org/id/char/22E67> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/x%E1%BB%8F>,
        "𢹧"^^xsd:string .

<http://lexvo.org/id/char/22E68> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/t%C3%BAm>,
        "𢹨"^^xsd:string .

<http://lexvo.org/id/char/22E69> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/s%C6%B0%C6%A1ng>,
        "𢹩"^^xsd:string .

<http://lexvo.org/id/char/22E6A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/t%C3%B3m>,
        "𢹪"^^xsd:string .

<http://lexvo.org/id/char/22E6B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/kh%C3%ADt>,
        "𢹫"^^xsd:string .

<http://lexvo.org/id/char/22E6C> a lvont:Character ;
    lvont:represents "𢹬"^^xsd:string .

<http://lexvo.org/id/char/22E6D> a lvont:Character ;
    lvont:represents "𢹭"^^xsd:string .

<http://lexvo.org/id/char/22E6E> a lvont:Character ;
    lvont:represents "𢹮"^^xsd:string .

<http://lexvo.org/id/char/22E6F> a lvont:Character ;
    lvont:represents "𢹯"^^xsd:string .

<http://lexvo.org/id/char/22E7> a lvont:Character ;
    lvont:represents "⋧"^^xsd:string ;
    rdfs:comment "GREATER-THAN BUT NOT EQUIVALENT TO"@en .

<http://lexvo.org/id/char/22E70> a lvont:Character ;
    lvont:represents "𢹰"^^xsd:string .

<http://lexvo.org/id/char/22E71> a lvont:Character ;
    lvont:represents "𢹱"^^xsd:string .

<http://lexvo.org/id/char/22E72> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%B9n>,
        "𢹲"^^xsd:string .

<http://lexvo.org/id/char/22E73> a lvont:Character ;
    lvont:represents "𢹳"^^xsd:string .

<http://lexvo.org/id/char/22E74> a lvont:Character ;
    lvont:represents "𢹴"^^xsd:string .

<http://lexvo.org/id/char/22E75> a lvont:Character ;
    lvont:represents "𢹵"^^xsd:string .

<http://lexvo.org/id/char/22E76> a lvont:Character ;
    lvont:represents "𢹶"^^xsd:string .

<http://lexvo.org/id/char/22E77> a lvont:Character ;
    lvont:represents "𢹷"^^xsd:string .

<http://lexvo.org/id/char/22E78> a lvont:Character ;
    lvont:represents "𢹸"^^xsd:string .

<http://lexvo.org/id/char/22E79> a lvont:Character ;
    lvont:represents "𢹹"^^xsd:string .

<http://lexvo.org/id/char/22E7A> a lvont:Character ;
    lvont:represents "𢹺"^^xsd:string .

<http://lexvo.org/id/char/22E7B> a lvont:Character ;
    lvont:represents "𢹻"^^xsd:string .

<http://lexvo.org/id/char/22E7C> a lvont:Character ;
    lvont:represents "𢹼"^^xsd:string .

<http://lexvo.org/id/char/22E7D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/gi%C3%A2m>,
        "𢹽"^^xsd:string .

<http://lexvo.org/id/char/22E7E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/que>,
        "𢹾"^^xsd:string .

<http://lexvo.org/id/char/22E7F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/l%E1%BA%A3y>,
        "𢹿"^^xsd:string .

<http://lexvo.org/id/char/22E8> a lvont:Character ;
    lvont:represents "⋨"^^xsd:string ;
    rdfs:comment "PRECEDES BUT NOT EQUIVALENT TO"@en .

<http://lexvo.org/id/char/22E80> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/m%C3%B2>,
        "𢺀"^^xsd:string .

<http://lexvo.org/id/char/22E81> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ph%C3%B3c>,
        "𢺁"^^xsd:string .

<http://lexvo.org/id/char/22E82> a lvont:Character ;
    lvont:represents "𢺂"^^xsd:string .

<http://lexvo.org/id/char/22E83> a lvont:Character ;
    lvont:represents "𢺃"^^xsd:string .

<http://lexvo.org/id/char/22E84> a lvont:Character ;
    lvont:represents "𢺄"^^xsd:string .

<http://lexvo.org/id/char/22E85> a lvont:Character ;
    lvont:represents "𢺅"^^xsd:string .

<http://lexvo.org/id/char/22E86> a lvont:Character ;
    lvont:represents "𢺆"^^xsd:string .

<http://lexvo.org/id/char/22E87> a lvont:Character ;
    lvont:represents "𢺇"^^xsd:string .

<http://lexvo.org/id/char/22E88> a lvont:Character ;
    lvont:represents "𢺈"^^xsd:string .

<http://lexvo.org/id/char/22E89> a lvont:Character ;
    lvont:represents "𢺉"^^xsd:string .

<http://lexvo.org/id/char/22E8A> a lvont:Character ;
    lvont:represents "𢺊"^^xsd:string .

<http://lexvo.org/id/char/22E8B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/naan3>,
        <http://lexvo.org/id/term/yue/%F0%A2%BA%8B>,
        "𢺋"^^xsd:string ;
    rdfs:comment "(Cant.) to stitch together, quilt"@en .

<http://lexvo.org/id/char/22E8C> a lvont:Character ;
    lvont:represents "𢺌"^^xsd:string .

<http://lexvo.org/id/char/22E8D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/r%E1%BA%A1p>,
        "𢺍"^^xsd:string .

<http://lexvo.org/id/char/22E8E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/r%E1%BA%A1p>,
        "𢺎"^^xsd:string .

<http://lexvo.org/id/char/22E8F> a lvont:Character ;
    lvont:represents "𢺏"^^xsd:string .

<http://lexvo.org/id/char/22E9> a lvont:Character ;
    lvont:represents "⋩"^^xsd:string ;
    rdfs:comment "SUCCEEDS BUT NOT EQUIVALENT TO"@en .

<http://lexvo.org/id/char/22E90> a lvont:Character ;
    lvont:represents "𢺐"^^xsd:string .

<http://lexvo.org/id/char/22E91> a lvont:Character ;
    lvont:represents "𢺑"^^xsd:string .

<http://lexvo.org/id/char/22E92> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/b%C3%BAng>,
        "𢺒"^^xsd:string .

<http://lexvo.org/id/char/22E93> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/d%C3%ACm>,
        "𢺓"^^xsd:string .

<http://lexvo.org/id/char/22E94> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/b%E1%BA%A5u>,
        "𢺔"^^xsd:string .

<http://lexvo.org/id/char/22E95> a lvont:Character ;
    lvont:represents "𢺕"^^xsd:string .

<http://lexvo.org/id/char/22E96> a lvont:Character ;
    lvont:represents "𢺖"^^xsd:string .

<http://lexvo.org/id/char/22E97> a lvont:Character ;
    lvont:represents "𢺗"^^xsd:string .

<http://lexvo.org/id/char/22E98> a lvont:Character ;
    lvont:represents "𢺘"^^xsd:string .

<http://lexvo.org/id/char/22E99> a lvont:Character ;
    lvont:represents "𢺙"^^xsd:string .

<http://lexvo.org/id/char/22E9A> a lvont:Character ;
    lvont:represents "𢺚"^^xsd:string .

<http://lexvo.org/id/char/22E9B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/s%E1%BB%9Fn>,
        "𢺛"^^xsd:string .

<http://lexvo.org/id/char/22E9C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/tr%E1%BA%A1c>,
        "𢺜"^^xsd:string .

<http://lexvo.org/id/char/22E9D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/u%E1%BB%91n>,
        "𢺝"^^xsd:string .

<http://lexvo.org/id/char/22E9E> a lvont:Character ;
    lvont:represents "𢺞"^^xsd:string .

<http://lexvo.org/id/char/22E9F> a lvont:Character ;
    lvont:represents "𢺟"^^xsd:string .

<http://lexvo.org/id/char/22EA> a lvont:Character ;
    lvont:represents "⋪"^^xsd:string ;
    rdfs:comment "NOT NORMAL SUBGROUP OF"@en .

<http://lexvo.org/id/char/22EA0> a lvont:Character ;
    lvont:represents "𢺠"^^xsd:string .

<http://lexvo.org/id/char/22EA1> a lvont:Character ;
    lvont:represents "𢺡"^^xsd:string .

<http://lexvo.org/id/char/22EA2> a lvont:Character ;
    lvont:represents "𢺢"^^xsd:string .

<http://lexvo.org/id/char/22EA3> a lvont:Character ;
    lvont:represents "𢺣"^^xsd:string .

<http://lexvo.org/id/char/22EA4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/l%C6%B0%E1%BB%9Dn>,
        "𢺤"^^xsd:string .

<http://lexvo.org/id/char/22EA5> a lvont:Character ;
    lvont:represents "𢺥"^^xsd:string .

<http://lexvo.org/id/char/22EA6> a lvont:Character ;
    lvont:represents "𢺦"^^xsd:string .

<http://lexvo.org/id/char/22EA7> a lvont:Character ;
    lvont:represents "𢺧"^^xsd:string .

<http://lexvo.org/id/char/22EA8> a lvont:Character ;
    lvont:represents "𢺨"^^xsd:string .

<http://lexvo.org/id/char/22EA9> a lvont:Character ;
    lvont:represents "𢺩"^^xsd:string .

<http://lexvo.org/id/char/22EAA> a lvont:Character ;
    lvont:represents "𢺪"^^xsd:string .

<http://lexvo.org/id/char/22EAB> a lvont:Character ;
    lvont:represents "𢺫"^^xsd:string .

<http://lexvo.org/id/char/22EAC> a lvont:Character ;
    lvont:represents "𢺬"^^xsd:string .

<http://lexvo.org/id/char/22EAD> a lvont:Character ;
    lvont:represents "𢺭"^^xsd:string .

<http://lexvo.org/id/char/22EAE> a lvont:Character ;
    lvont:represents "𢺮"^^xsd:string .

<http://lexvo.org/id/char/22EAF> a lvont:Character ;
    lvont:represents "𢺯"^^xsd:string .

<http://lexvo.org/id/char/22EB> a lvont:Character ;
    lvont:represents "⋫"^^xsd:string ;
    rdfs:comment "DOES NOT CONTAIN AS NORMAL SUBGROUP"@en .

<http://lexvo.org/id/char/22EB0> a lvont:Character ;
    lvont:represents "𢺰"^^xsd:string .

<http://lexvo.org/id/char/22EB1> a lvont:Character ;
    lvont:represents "𢺱"^^xsd:string .

<http://lexvo.org/id/char/22EB2> a lvont:Character ;
    lvont:represents "𢺲"^^xsd:string .

<http://lexvo.org/id/char/22EB3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/m%C3%A2n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/maan1>,
        <http://lexvo.org/id/term/yue/%F0%A2%BA%B3>,
        "𢺳"^^xsd:string ;
    rdfs:comment "to push, pull, port the helm; (Cant.) to hold to, cling to; to cock a gun"@en .

<http://lexvo.org/id/char/22EB4> a lvont:Character ;
    lvont:represents "𢺴"^^xsd:string .

<http://lexvo.org/id/char/22EB5> a lvont:Character ;
    lvont:represents "𢺵"^^xsd:string .

<http://lexvo.org/id/char/22EB6> a lvont:Character ;
    lvont:represents "𢺶"^^xsd:string .

<http://lexvo.org/id/char/22EB7> a lvont:Character ;
    lvont:represents "𢺷"^^xsd:string .

<http://lexvo.org/id/char/22EB8> a lvont:Character ;
    lvont:represents "𢺸"^^xsd:string .

<http://lexvo.org/id/char/22EB9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/chia>,
        "𢺹"^^xsd:string .

<http://lexvo.org/id/char/22EBA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/chia>,
        "𢺺"^^xsd:string .

<http://lexvo.org/id/char/22EBB> a lvont:Character ;
    lvont:represents "𢺻"^^xsd:string .

<http://lexvo.org/id/char/22EBC> a lvont:Character ;
    lvont:represents "𢺼"^^xsd:string .

<http://lexvo.org/id/char/22EBD> a lvont:Character ;
    lvont:represents "𢺽"^^xsd:string .

<http://lexvo.org/id/char/22EBE> a lvont:Character ;
    lvont:represents "𢺾"^^xsd:string .

<http://lexvo.org/id/char/22EBF> a lvont:Character ;
    lvont:represents "𢺿"^^xsd:string .

<http://lexvo.org/id/char/22EC> a lvont:Character ;
    lvont:represents "⋬"^^xsd:string ;
    rdfs:comment "NOT NORMAL SUBGROUP OF OR EQUAL TO"@en .

<http://lexvo.org/id/char/22EC0> a lvont:Character ;
    lvont:represents "𢻀"^^xsd:string .

<http://lexvo.org/id/char/22EC1> a lvont:Character ;
    lvont:represents "𢻁"^^xsd:string .

<http://lexvo.org/id/char/22EC2> a lvont:Character ;
    lvont:represents "𢻂"^^xsd:string .

<http://lexvo.org/id/char/22EC3> a lvont:Character ;
    lvont:represents "𢻃"^^xsd:string .

<http://lexvo.org/id/char/22EC4> a lvont:Character ;
    lvont:represents "𢻄"^^xsd:string .

<http://lexvo.org/id/char/22EC5> a lvont:Character ;
    lvont:represents "𢻅"^^xsd:string .

<http://lexvo.org/id/char/22EC6> a lvont:Character ;
    lvont:represents "𢻆"^^xsd:string .

<http://lexvo.org/id/char/22EC7> a lvont:Character ;
    lvont:represents "𢻇"^^xsd:string .

<http://lexvo.org/id/char/22EC8> a lvont:Character ;
    lvont:represents "𢻈"^^xsd:string .

<http://lexvo.org/id/char/22EC9> a lvont:Character ;
    lvont:represents "𢻉"^^xsd:string .

<http://lexvo.org/id/char/22ECA> a lvont:Character ;
    lvont:represents "𢻊"^^xsd:string .

<http://lexvo.org/id/char/22ECB> a lvont:Character ;
    lvont:represents "𢻋"^^xsd:string .

<http://lexvo.org/id/char/22ECC> a lvont:Character ;
    lvont:represents "𢻌"^^xsd:string .

<http://lexvo.org/id/char/22ECD> a lvont:Character ;
    lvont:represents "𢻍"^^xsd:string .

<http://lexvo.org/id/char/22ECE> a lvont:Character ;
    lvont:represents "𢻎"^^xsd:string .

<http://lexvo.org/id/char/22ECF> a lvont:Character ;
    lvont:represents "𢻏"^^xsd:string .

<http://lexvo.org/id/char/22ED> a lvont:Character ;
    lvont:represents "⋭"^^xsd:string ;
    rdfs:comment "DOES NOT CONTAIN AS NORMAL SUBGROUP OR EQUAL"@en .

<http://lexvo.org/id/char/22ED0> a lvont:Character ;
    lvont:represents "𢻐"^^xsd:string .

<http://lexvo.org/id/char/22ED1> a lvont:Character ;
    lvont:represents "𢻑"^^xsd:string .

<http://lexvo.org/id/char/22ED2> a lvont:Character ;
    lvont:represents "𢻒"^^xsd:string .

<http://lexvo.org/id/char/22ED3> a lvont:Character ;
    lvont:represents "𢻓"^^xsd:string .

<http://lexvo.org/id/char/22ED4> a lvont:Character ;
    lvont:represents "𢻔"^^xsd:string .

<http://lexvo.org/id/char/22ED5> a lvont:Character ;
    lvont:represents "𢻕"^^xsd:string .

<http://lexvo.org/id/char/22ED6> a lvont:Character ;
    lvont:represents "𢻖"^^xsd:string .

<http://lexvo.org/id/char/22ED7> a lvont:Character ;
    lvont:represents "𢻗"^^xsd:string .

<http://lexvo.org/id/char/22ED8> a lvont:Character ;
    lvont:represents "𢻘"^^xsd:string .

<http://lexvo.org/id/char/22ED9> a lvont:Character ;
    lvont:represents "𢻙"^^xsd:string .

<http://lexvo.org/id/char/22EDA> a lvont:Character ;
    lvont:represents "𢻚"^^xsd:string .

<http://lexvo.org/id/char/22EDB> a lvont:Character ;
    lvont:represents "𢻛"^^xsd:string .

<http://lexvo.org/id/char/22EDC> a lvont:Character ;
    lvont:represents "𢻜"^^xsd:string .

<http://lexvo.org/id/char/22EDD> a lvont:Character ;
    lvont:represents "𢻝"^^xsd:string .

<http://lexvo.org/id/char/22EDE> a lvont:Character ;
    lvont:represents "𢻞"^^xsd:string .

<http://lexvo.org/id/char/22EDF> a lvont:Character ;
    lvont:represents "𢻟"^^xsd:string .

<http://lexvo.org/id/char/22EE> a lvont:Character ;
    lvont:represents "⋮"^^xsd:string ;
    rdfs:comment "VERTICAL ELLIPSIS"@en .

<http://lexvo.org/id/char/22EE0> a lvont:Character ;
    lvont:represents "𢻠"^^xsd:string .

<http://lexvo.org/id/char/22EE1> a lvont:Character ;
    lvont:represents "𢻡"^^xsd:string .

<http://lexvo.org/id/char/22EE2> a lvont:Character ;
    lvont:represents "𢻢"^^xsd:string .

<http://lexvo.org/id/char/22EE3> a lvont:Character ;
    lvont:represents "𢻣"^^xsd:string .

<http://lexvo.org/id/char/22EE4> a lvont:Character ;
    lvont:represents "𢻤"^^xsd:string .

<http://lexvo.org/id/char/22EE5> a lvont:Character ;
    lvont:represents "𢻥"^^xsd:string .

<http://lexvo.org/id/char/22EE6> a lvont:Character ;
    lvont:represents "𢻦"^^xsd:string .

<http://lexvo.org/id/char/22EE7> a lvont:Character ;
    lvont:represents "𢻧"^^xsd:string .

<http://lexvo.org/id/char/22EE8> a lvont:Character ;
    lvont:represents "𢻨"^^xsd:string .

<http://lexvo.org/id/char/22EE9> a lvont:Character ;
    lvont:represents "𢻩"^^xsd:string .

<http://lexvo.org/id/char/22EEA> a lvont:Character ;
    lvont:represents "𢻪"^^xsd:string .

<http://lexvo.org/id/char/22EEB> a lvont:Character ;
    lvont:represents "𢻫"^^xsd:string .

<http://lexvo.org/id/char/22EEC> a lvont:Character ;
    lvont:represents "𢻬"^^xsd:string .

<http://lexvo.org/id/char/22EED> a lvont:Character ;
    lvont:represents "𢻭"^^xsd:string .

<http://lexvo.org/id/char/22EEE> a lvont:Character ;
    lvont:represents "𢻮"^^xsd:string .

<http://lexvo.org/id/char/22EEF> a lvont:Character ;
    lvont:represents "𢻯"^^xsd:string .

<http://lexvo.org/id/char/22EF> a lvont:Character ;
    lvont:represents "⋯"^^xsd:string ;
    rdfs:comment "MIDLINE HORIZONTAL ELLIPSIS"@en .

<http://lexvo.org/id/char/22EF0> a lvont:Character ;
    lvont:represents "𢻰"^^xsd:string .

<http://lexvo.org/id/char/22EF1> a lvont:Character ;
    lvont:represents "𢻱"^^xsd:string .

<http://lexvo.org/id/char/22EF2> a lvont:Character ;
    lvont:represents "𢻲"^^xsd:string .

<http://lexvo.org/id/char/22EF3> a lvont:Character ;
    lvont:represents "𢻳"^^xsd:string .

<http://lexvo.org/id/char/22EF4> a lvont:Character ;
    lvont:represents "𢻴"^^xsd:string .

<http://lexvo.org/id/char/22EF5> a lvont:Character ;
    lvont:represents "𢻵"^^xsd:string .

<http://lexvo.org/id/char/22EF6> a lvont:Character ;
    lvont:represents "𢻶"^^xsd:string .

<http://lexvo.org/id/char/22EF7> a lvont:Character ;
    lvont:represents "𢻷"^^xsd:string .

<http://lexvo.org/id/char/22EF8> a lvont:Character ;
    lvont:represents "𢻸"^^xsd:string .

<http://lexvo.org/id/char/22EF9> a lvont:Character ;
    lvont:represents "𢻹"^^xsd:string .

<http://lexvo.org/id/char/22EFA> a lvont:Character ;
    lvont:represents "𢻺"^^xsd:string .

<http://lexvo.org/id/char/22EFB> a lvont:Character ;
    lvont:represents "𢻻"^^xsd:string .

<http://lexvo.org/id/char/22EFC> a lvont:Character ;
    lvont:represents "𢻼"^^xsd:string .

<http://lexvo.org/id/char/22EFD> a lvont:Character ;
    lvont:represents "𢻽"^^xsd:string .

<http://lexvo.org/id/char/22EFE> a lvont:Character ;
    lvont:represents "𢻾"^^xsd:string .

<http://lexvo.org/id/char/22EFF> a lvont:Character ;
    lvont:represents "𢻿"^^xsd:string .

<http://lexvo.org/id/char/22F0> a lvont:Character ;
    lvont:represents "⋰"^^xsd:string ;
    rdfs:comment "UP RIGHT DIAGONAL ELLIPSIS"@en .

<http://lexvo.org/id/char/22F00> a lvont:Character ;
    lvont:represents "𢼀"^^xsd:string .

<http://lexvo.org/id/char/22F01> a lvont:Character ;
    lvont:represents "𢼁"^^xsd:string .

<http://lexvo.org/id/char/22F02> a lvont:Character ;
    lvont:represents "𢼂"^^xsd:string .

<http://lexvo.org/id/char/22F03> a lvont:Character ;
    lvont:represents "𢼃"^^xsd:string .

<http://lexvo.org/id/char/22F04> a lvont:Character ;
    lvont:represents "𢼄"^^xsd:string .

<http://lexvo.org/id/char/22F05> a lvont:Character ;
    lvont:represents "𢼅"^^xsd:string .

<http://lexvo.org/id/char/22F06> a lvont:Character ;
    lvont:represents "𢼆"^^xsd:string .

<http://lexvo.org/id/char/22F07> a lvont:Character ;
    lvont:represents "𢼇"^^xsd:string .

<http://lexvo.org/id/char/22F08> a lvont:Character ;
    lvont:represents "𢼈"^^xsd:string .

<http://lexvo.org/id/char/22F09> a lvont:Character ;
    lvont:represents "𢼉"^^xsd:string .

<http://lexvo.org/id/char/22F0A> a lvont:Character ;
    lvont:represents "𢼊"^^xsd:string .

<http://lexvo.org/id/char/22F0B> a lvont:Character ;
    lvont:represents "𢼋"^^xsd:string .

<http://lexvo.org/id/char/22F0C> a lvont:Character ;
    lvont:represents "𢼌"^^xsd:string .

<http://lexvo.org/id/char/22F0D> a lvont:Character ;
    lvont:represents "𢼍"^^xsd:string .

<http://lexvo.org/id/char/22F0E> a lvont:Character ;
    lvont:represents "𢼎"^^xsd:string .

<http://lexvo.org/id/char/22F0F> a lvont:Character ;
    lvont:represents "𢼏"^^xsd:string .

<http://lexvo.org/id/char/22F1> a lvont:Character ;
    lvont:represents "⋱"^^xsd:string ;
    rdfs:comment "DOWN RIGHT DIAGONAL ELLIPSIS"@en .

<http://lexvo.org/id/char/22F10> a lvont:Character ;
    lvont:represents "𢼐"^^xsd:string .

<http://lexvo.org/id/char/22F11> a lvont:Character ;
    lvont:represents "𢼑"^^xsd:string .

<http://lexvo.org/id/char/22F12> a lvont:Character ;
    lvont:represents "𢼒"^^xsd:string .

<http://lexvo.org/id/char/22F13> a lvont:Character ;
    lvont:represents "𢼓"^^xsd:string .

<http://lexvo.org/id/char/22F14> a lvont:Character ;
    lvont:represents "𢼔"^^xsd:string .

<http://lexvo.org/id/char/22F15> a lvont:Character ;
    lvont:represents "𢼕"^^xsd:string .

<http://lexvo.org/id/char/22F16> a lvont:Character ;
    lvont:represents "𢼖"^^xsd:string .

<http://lexvo.org/id/char/22F17> a lvont:Character ;
    lvont:represents "𢼗"^^xsd:string .

<http://lexvo.org/id/char/22F18> a lvont:Character ;
    lvont:represents "𢼘"^^xsd:string .

<http://lexvo.org/id/char/22F19> a lvont:Character ;
    lvont:represents "𢼙"^^xsd:string .

<http://lexvo.org/id/char/22F1A> a lvont:Character ;
    lvont:represents "𢼚"^^xsd:string .

<http://lexvo.org/id/char/22F1B> a lvont:Character ;
    lvont:represents "𢼛"^^xsd:string .

<http://lexvo.org/id/char/22F1C> a lvont:Character ;
    lvont:represents "𢼜"^^xsd:string .

<http://lexvo.org/id/char/22F1D> a lvont:Character ;
    lvont:represents "𢼝"^^xsd:string .

<http://lexvo.org/id/char/22F1E> a lvont:Character ;
    lvont:represents "𢼞"^^xsd:string .

<http://lexvo.org/id/char/22F1F> a lvont:Character ;
    lvont:represents "𢼟"^^xsd:string .

<http://lexvo.org/id/char/22F2> a lvont:Character ;
    lvont:represents "⋲"^^xsd:string ;
    rdfs:comment "ELEMENT OF WITH LONG HORIZONTAL STROKE"@en .

<http://lexvo.org/id/char/22F20> a lvont:Character ;
    lvont:represents "𢼠"^^xsd:string .

<http://lexvo.org/id/char/22F21> a lvont:Character ;
    lvont:represents "𢼡"^^xsd:string .

<http://lexvo.org/id/char/22F22> a lvont:Character ;
    lvont:represents "𢼢"^^xsd:string .

<http://lexvo.org/id/char/22F23> a lvont:Character ;
    lvont:represents "𢼣"^^xsd:string .

<http://lexvo.org/id/char/22F24> a lvont:Character ;
    lvont:represents "𢼤"^^xsd:string .

<http://lexvo.org/id/char/22F25> a lvont:Character ;
    lvont:represents "𢼥"^^xsd:string .

<http://lexvo.org/id/char/22F26> a lvont:Character ;
    lvont:represents "𢼦"^^xsd:string .

<http://lexvo.org/id/char/22F27> a lvont:Character ;
    lvont:represents "𢼧"^^xsd:string .

<http://lexvo.org/id/char/22F28> a lvont:Character ;
    lvont:represents "𢼨"^^xsd:string .

<http://lexvo.org/id/char/22F29> a lvont:Character ;
    lvont:represents "𢼩"^^xsd:string .

<http://lexvo.org/id/char/22F2A> a lvont:Character ;
    lvont:represents "𢼪"^^xsd:string .

<http://lexvo.org/id/char/22F2B> a lvont:Character ;
    lvont:represents "𢼫"^^xsd:string .

<http://lexvo.org/id/char/22F2C> a lvont:Character ;
    lvont:represents "𢼬"^^xsd:string .

<http://lexvo.org/id/char/22F2D> a lvont:Character ;
    lvont:represents "𢼭"^^xsd:string .

<http://lexvo.org/id/char/22F2E> a lvont:Character ;
    lvont:represents "𢼮"^^xsd:string .

<http://lexvo.org/id/char/22F2F> a lvont:Character ;
    lvont:represents "𢼯"^^xsd:string .

<http://lexvo.org/id/char/22F3> a lvont:Character ;
    lvont:represents "⋳"^^xsd:string ;
    rdfs:comment "ELEMENT OF WITH VERTICAL BAR AT END OF HORIZONTAL STROKE"@en .

<http://lexvo.org/id/char/22F30> a lvont:Character ;
    lvont:represents "𢼰"^^xsd:string .

<http://lexvo.org/id/char/22F31> a lvont:Character ;
    lvont:represents "𢼱"^^xsd:string .

<http://lexvo.org/id/char/22F32> a lvont:Character ;
    lvont:represents "𢼲"^^xsd:string .

<http://lexvo.org/id/char/22F33> a lvont:Character ;
    lvont:represents "𢼳"^^xsd:string .

<http://lexvo.org/id/char/22F34> a lvont:Character ;
    lvont:represents "𢼴"^^xsd:string .

<http://lexvo.org/id/char/22F35> a lvont:Character ;
    lvont:represents "𢼵"^^xsd:string .

<http://lexvo.org/id/char/22F36> a lvont:Character ;
    lvont:represents "𢼶"^^xsd:string .

<http://lexvo.org/id/char/22F37> a lvont:Character ;
    lvont:represents "𢼷"^^xsd:string .

<http://lexvo.org/id/char/22F38> a lvont:Character ;
    lvont:represents "𢼸"^^xsd:string .

<http://lexvo.org/id/char/22F39> a lvont:Character ;
    lvont:represents "𢼹"^^xsd:string .

<http://lexvo.org/id/char/22F3A> a lvont:Character ;
    lvont:represents "𢼺"^^xsd:string .

<http://lexvo.org/id/char/22F3B> a lvont:Character ;
    lvont:represents "𢼻"^^xsd:string .

<http://lexvo.org/id/char/22F3C> a lvont:Character ;
    lvont:represents "𢼼"^^xsd:string .

<http://lexvo.org/id/char/22F3D> a lvont:Character ;
    lvont:represents "𢼽"^^xsd:string .

<http://lexvo.org/id/char/22F3E> a lvont:Character ;
    lvont:represents "𢼾"^^xsd:string .

<http://lexvo.org/id/char/22F3F> a lvont:Character ;
    lvont:represents "𢼿"^^xsd:string .

<http://lexvo.org/id/char/22F4> a lvont:Character ;
    lvont:represents "⋴"^^xsd:string ;
    rdfs:comment "SMALL ELEMENT OF WITH VERTICAL BAR AT END OF HORIZONTAL STROKE"@en .

<http://lexvo.org/id/char/22F40> a lvont:Character ;
    lvont:represents "𢽀"^^xsd:string .

<http://lexvo.org/id/char/22F41> a lvont:Character ;
    lvont:represents "𢽁"^^xsd:string .

<http://lexvo.org/id/char/22F42> a lvont:Character ;
    lvont:represents "𢽂"^^xsd:string .

<http://lexvo.org/id/char/22F43> a lvont:Character ;
    lvont:represents "𢽃"^^xsd:string .

<http://lexvo.org/id/char/22F44> a lvont:Character ;
    lvont:represents "𢽄"^^xsd:string .

<http://lexvo.org/id/char/22F45> a lvont:Character ;
    lvont:represents "𢽅"^^xsd:string .

<http://lexvo.org/id/char/22F46> a lvont:Character ;
    lvont:represents "𢽆"^^xsd:string .

<http://lexvo.org/id/char/22F47> a lvont:Character ;
    lvont:represents "𢽇"^^xsd:string .

<http://lexvo.org/id/char/22F48> a lvont:Character ;
    lvont:represents "𢽈"^^xsd:string .

<http://lexvo.org/id/char/22F49> a lvont:Character ;
    lvont:represents "𢽉"^^xsd:string .

<http://lexvo.org/id/char/22F4A> a lvont:Character ;
    lvont:represents "𢽊"^^xsd:string .

<http://lexvo.org/id/char/22F4B> a lvont:Character ;
    lvont:represents "𢽋"^^xsd:string .

<http://lexvo.org/id/char/22F4C> a lvont:Character ;
    lvont:represents "𢽌"^^xsd:string .

<http://lexvo.org/id/char/22F4D> a lvont:Character ;
    lvont:represents "𢽍"^^xsd:string .

<http://lexvo.org/id/char/22F4E> a lvont:Character ;
    lvont:represents "𢽎"^^xsd:string .

<http://lexvo.org/id/char/22F4F> a lvont:Character ;
    lvont:represents "𢽏"^^xsd:string .

<http://lexvo.org/id/char/22F5> a lvont:Character ;
    lvont:represents "⋵"^^xsd:string ;
    rdfs:comment "ELEMENT OF WITH DOT ABOVE"@en .

<http://lexvo.org/id/char/22F50> a lvont:Character ;
    lvont:represents "𢽐"^^xsd:string .

<http://lexvo.org/id/char/22F51> a lvont:Character ;
    lvont:represents "𢽑"^^xsd:string .

<http://lexvo.org/id/char/22F52> a lvont:Character ;
    lvont:represents "𢽒"^^xsd:string .

<http://lexvo.org/id/char/22F53> a lvont:Character ;
    lvont:represents "𢽓"^^xsd:string .

<http://lexvo.org/id/char/22F54> a lvont:Character ;
    lvont:represents "𢽔"^^xsd:string .

<http://lexvo.org/id/char/22F55> a lvont:Character ;
    lvont:represents "𢽕"^^xsd:string .

<http://lexvo.org/id/char/22F56> a lvont:Character ;
    lvont:represents "𢽖"^^xsd:string .

<http://lexvo.org/id/char/22F57> a lvont:Character ;
    lvont:represents "𢽗"^^xsd:string .

<http://lexvo.org/id/char/22F58> a lvont:Character ;
    lvont:represents "𢽘"^^xsd:string .

<http://lexvo.org/id/char/22F59> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/v%E1%BA%BB>,
        "𢽙"^^xsd:string .

<http://lexvo.org/id/char/22F5A> a lvont:Character ;
    lvont:represents "𢽚"^^xsd:string .

<http://lexvo.org/id/char/22F5B> a lvont:Character ;
    lvont:represents "𢽛"^^xsd:string .

<http://lexvo.org/id/char/22F5C> a lvont:Character ;
    lvont:represents "𢽜"^^xsd:string .

<http://lexvo.org/id/char/22F5D> a lvont:Character ;
    lvont:represents "𢽝"^^xsd:string .

<http://lexvo.org/id/char/22F5E> a lvont:Character ;
    lvont:represents "𢽞"^^xsd:string .

<http://lexvo.org/id/char/22F5F> a lvont:Character ;
    lvont:represents "𢽟"^^xsd:string .

<http://lexvo.org/id/char/22F6> a lvont:Character ;
    lvont:represents "⋶"^^xsd:string ;
    rdfs:comment "ELEMENT OF WITH OVERBAR"@en .

<http://lexvo.org/id/char/22F60> a lvont:Character ;
    lvont:represents "𢽠"^^xsd:string .

<http://lexvo.org/id/char/22F61> a lvont:Character ;
    lvont:represents "𢽡"^^xsd:string .

<http://lexvo.org/id/char/22F62> a lvont:Character ;
    lvont:represents "𢽢"^^xsd:string .

<http://lexvo.org/id/char/22F63> a lvont:Character ;
    lvont:represents "𢽣"^^xsd:string .

<http://lexvo.org/id/char/22F64> a lvont:Character ;
    lvont:represents "𢽤"^^xsd:string .

<http://lexvo.org/id/char/22F65> a lvont:Character ;
    lvont:represents "𢽥"^^xsd:string .

<http://lexvo.org/id/char/22F66> a lvont:Character ;
    lvont:represents "𢽦"^^xsd:string .

<http://lexvo.org/id/char/22F67> a lvont:Character ;
    lvont:represents "𢽧"^^xsd:string .

<http://lexvo.org/id/char/22F68> a lvont:Character ;
    lvont:represents "𢽨"^^xsd:string .

<http://lexvo.org/id/char/22F69> a lvont:Character ;
    lvont:represents "𢽩"^^xsd:string .

<http://lexvo.org/id/char/22F6A> a lvont:Character ;
    lvont:represents "𢽪"^^xsd:string .

<http://lexvo.org/id/char/22F6B> a lvont:Character ;
    lvont:represents "𢽫"^^xsd:string .

<http://lexvo.org/id/char/22F6C> a lvont:Character ;
    lvont:represents "𢽬"^^xsd:string .

<http://lexvo.org/id/char/22F6D> a lvont:Character ;
    lvont:represents "𢽭"^^xsd:string .

<http://lexvo.org/id/char/22F6E> a lvont:Character ;
    lvont:represents "𢽮"^^xsd:string .

<http://lexvo.org/id/char/22F6F> a lvont:Character ;
    lvont:represents "𢽯"^^xsd:string .

<http://lexvo.org/id/char/22F7> a lvont:Character ;
    lvont:represents "⋷"^^xsd:string ;
    rdfs:comment "SMALL ELEMENT OF WITH OVERBAR"@en .

<http://lexvo.org/id/char/22F70> a lvont:Character ;
    lvont:represents "𢽰"^^xsd:string .

<http://lexvo.org/id/char/22F71> a lvont:Character ;
    lvont:represents "𢽱"^^xsd:string .

<http://lexvo.org/id/char/22F72> a lvont:Character ;
    lvont:represents "𢽲"^^xsd:string .

<http://lexvo.org/id/char/22F73> a lvont:Character ;
    lvont:represents "𢽳"^^xsd:string .

<http://lexvo.org/id/char/22F74> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/duk1>,
        <http://lexvo.org/id/term/yue/%F0%A2%BD%B4>,
        "𢽴"^^xsd:string ;
    rdfs:comment "(Cant.) to poke, jab"@en .

<http://lexvo.org/id/char/22F75> a lvont:Character ;
    lvont:represents "𢽵"^^xsd:string .

<http://lexvo.org/id/char/22F76> a lvont:Character ;
    lvont:represents "𢽶"^^xsd:string .

<http://lexvo.org/id/char/22F77> a lvont:Character ;
    lvont:represents "𢽷"^^xsd:string .

<http://lexvo.org/id/char/22F78> a lvont:Character ;
    lvont:represents "𢽸"^^xsd:string .

<http://lexvo.org/id/char/22F79> a lvont:Character ;
    lvont:represents "𢽹"^^xsd:string .

<http://lexvo.org/id/char/22F7A> a lvont:Character ;
    lvont:represents "𢽺"^^xsd:string .

<http://lexvo.org/id/char/22F7B> a lvont:Character ;
    lvont:represents "𢽻"^^xsd:string .

<http://lexvo.org/id/char/22F7C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/v%C3%A0>,
        "𢽼"^^xsd:string .

<http://lexvo.org/id/char/22F7D> a lvont:Character ;
    lvont:represents "𢽽"^^xsd:string .

<http://lexvo.org/id/char/22F7E> a lvont:Character ;
    lvont:represents "𢽾"^^xsd:string .

<http://lexvo.org/id/char/22F7F> a lvont:Character ;
    lvont:represents "𢽿"^^xsd:string .

<http://lexvo.org/id/char/22F8> a lvont:Character ;
    lvont:represents "⋸"^^xsd:string ;
    rdfs:comment "ELEMENT OF WITH UNDERBAR"@en .

<http://lexvo.org/id/char/22F80> a lvont:Character ;
    lvont:represents "𢾀"^^xsd:string .

<http://lexvo.org/id/char/22F81> a lvont:Character ;
    lvont:represents "𢾁"^^xsd:string .

<http://lexvo.org/id/char/22F82> a lvont:Character ;
    lvont:represents "𢾂"^^xsd:string .

<http://lexvo.org/id/char/22F83> a lvont:Character ;
    lvont:represents "𢾃"^^xsd:string .

<http://lexvo.org/id/char/22F84> a lvont:Character ;
    lvont:represents "𢾄"^^xsd:string .

<http://lexvo.org/id/char/22F85> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%B9>,
        "𢾅"^^xsd:string .

<http://lexvo.org/id/char/22F86> a lvont:Character ;
    lvont:represents "𢾆"^^xsd:string .

<http://lexvo.org/id/char/22F87> a lvont:Character ;
    lvont:represents "𢾇"^^xsd:string .

<http://lexvo.org/id/char/22F88> a lvont:Character ;
    lvont:represents "𢾈"^^xsd:string .

<http://lexvo.org/id/char/22F89> a lvont:Character ;
    lvont:represents "𢾉"^^xsd:string .

<http://lexvo.org/id/char/22F8A> a lvont:Character ;
    lvont:represents "𢾊"^^xsd:string .

<http://lexvo.org/id/char/22F8B> a lvont:Character ;
    lvont:represents "𢾋"^^xsd:string .

<http://lexvo.org/id/char/22F8C> a lvont:Character ;
    lvont:represents "𢾌"^^xsd:string .

<http://lexvo.org/id/char/22F8D> a lvont:Character ;
    lvont:represents "𢾍"^^xsd:string .

<http://lexvo.org/id/char/22F8E> a lvont:Character ;
    lvont:represents "𢾎"^^xsd:string .

<http://lexvo.org/id/char/22F8F> a lvont:Character ;
    lvont:represents "𢾏"^^xsd:string .

<http://lexvo.org/id/char/22F9> a lvont:Character ;
    lvont:represents "⋹"^^xsd:string ;
    rdfs:comment "ELEMENT OF WITH TWO HORIZONTAL STROKES"@en .

<http://lexvo.org/id/char/22F90> a lvont:Character ;
    lvont:represents "𢾐"^^xsd:string .

<http://lexvo.org/id/char/22F91> a lvont:Character ;
    lvont:represents "𢾑"^^xsd:string .

<http://lexvo.org/id/char/22F92> a lvont:Character ;
    lvont:represents "𢾒"^^xsd:string .

<http://lexvo.org/id/char/22F93> a lvont:Character ;
    lvont:represents "𢾓"^^xsd:string .

<http://lexvo.org/id/char/22F94> a lvont:Character ;
    lvont:represents "𢾔"^^xsd:string .

<http://lexvo.org/id/char/22F95> a lvont:Character ;
    lvont:represents "𢾕"^^xsd:string .

<http://lexvo.org/id/char/22F96> a lvont:Character ;
    lvont:represents "𢾖"^^xsd:string .

<http://lexvo.org/id/char/22F97> a lvont:Character ;
    lvont:represents "𢾗"^^xsd:string .

<http://lexvo.org/id/char/22F98> a lvont:Character ;
    lvont:represents "𢾘"^^xsd:string .

<http://lexvo.org/id/char/22F99> a lvont:Character ;
    lvont:represents "𢾙"^^xsd:string .

<http://lexvo.org/id/char/22F9A> a lvont:Character ;
    lvont:represents "𢾚"^^xsd:string .

<http://lexvo.org/id/char/22F9B> a lvont:Character ;
    lvont:represents "𢾛"^^xsd:string .

<http://lexvo.org/id/char/22F9C> a lvont:Character ;
    lvont:represents "𢾜"^^xsd:string .

<http://lexvo.org/id/char/22F9D> a lvont:Character ;
    lvont:represents "𢾝"^^xsd:string .

<http://lexvo.org/id/char/22F9E> a lvont:Character ;
    lvont:represents "𢾞"^^xsd:string .

<http://lexvo.org/id/char/22F9F> a lvont:Character ;
    lvont:represents "𢾟"^^xsd:string .

<http://lexvo.org/id/char/22FA> a lvont:Character ;
    lvont:represents "⋺"^^xsd:string ;
    rdfs:comment "CONTAINS WITH LONG HORIZONTAL STROKE"@en .

<http://lexvo.org/id/char/22FA0> a lvont:Character ;
    lvont:represents "𢾠"^^xsd:string .

<http://lexvo.org/id/char/22FA1> a lvont:Character ;
    lvont:represents "𢾡"^^xsd:string .

<http://lexvo.org/id/char/22FA2> a lvont:Character ;
    lvont:represents "𢾢"^^xsd:string .

<http://lexvo.org/id/char/22FA3> a lvont:Character ;
    lvont:represents "𢾣"^^xsd:string .

<http://lexvo.org/id/char/22FA4> a lvont:Character ;
    lvont:represents "𢾤"^^xsd:string .

<http://lexvo.org/id/char/22FA5> a lvont:Character ;
    lvont:represents "𢾥"^^xsd:string .

<http://lexvo.org/id/char/22FA6> a lvont:Character ;
    lvont:represents "𢾦"^^xsd:string .

<http://lexvo.org/id/char/22FA7> a lvont:Character ;
    lvont:represents "𢾧"^^xsd:string .

<http://lexvo.org/id/char/22FA8> a lvont:Character ;
    lvont:represents "𢾨"^^xsd:string .

<http://lexvo.org/id/char/22FA9> a lvont:Character ;
    lvont:represents "𢾩"^^xsd:string .

<http://lexvo.org/id/char/22FAA> a lvont:Character ;
    lvont:represents "𢾪"^^xsd:string .

<http://lexvo.org/id/char/22FAB> a lvont:Character ;
    lvont:represents "𢾫"^^xsd:string .

<http://lexvo.org/id/char/22FAC> a lvont:Character ;
    lvont:represents "𢾬"^^xsd:string .

<http://lexvo.org/id/char/22FAD> a lvont:Character ;
    lvont:represents "𢾭"^^xsd:string .

<http://lexvo.org/id/char/22FAE> a lvont:Character ;
    lvont:represents "𢾮"^^xsd:string .

<http://lexvo.org/id/char/22FAF> a lvont:Character ;
    lvont:represents "𢾯"^^xsd:string .

<http://lexvo.org/id/char/22FB> a lvont:Character ;
    lvont:represents "⋻"^^xsd:string ;
    rdfs:comment "CONTAINS WITH VERTICAL BAR AT END OF HORIZONTAL STROKE"@en .

<http://lexvo.org/id/char/22FB0> a lvont:Character ;
    lvont:represents "𢾰"^^xsd:string .

<http://lexvo.org/id/char/22FB1> a lvont:Character ;
    lvont:represents "𢾱"^^xsd:string .

<http://lexvo.org/id/char/22FB2> a lvont:Character ;
    lvont:represents "𢾲"^^xsd:string .

<http://lexvo.org/id/char/22FB3> a lvont:Character ;
    lvont:represents "𢾳"^^xsd:string .

<http://lexvo.org/id/char/22FB4> a lvont:Character ;
    lvont:represents "𢾴"^^xsd:string .

<http://lexvo.org/id/char/22FB5> a lvont:Character ;
    lvont:represents "𢾵"^^xsd:string .

<http://lexvo.org/id/char/22FB6> a lvont:Character ;
    lvont:represents "𢾶"^^xsd:string .

<http://lexvo.org/id/char/22FB7> a lvont:Character ;
    lvont:represents "𢾷"^^xsd:string .

<http://lexvo.org/id/char/22FB8> a lvont:Character ;
    lvont:represents "𢾸"^^xsd:string .

<http://lexvo.org/id/char/22FB9> a lvont:Character ;
    lvont:represents "𢾹"^^xsd:string .

<http://lexvo.org/id/char/22FBA> a lvont:Character ;
    lvont:represents "𢾺"^^xsd:string .

<http://lexvo.org/id/char/22FBB> a lvont:Character ;
    lvont:represents "𢾻"^^xsd:string .

<http://lexvo.org/id/char/22FBC> a lvont:Character ;
    lvont:represents "𢾼"^^xsd:string .

<http://lexvo.org/id/char/22FBD> a lvont:Character ;
    lvont:represents "𢾽"^^xsd:string .

<http://lexvo.org/id/char/22FBE> a lvont:Character ;
    lvont:represents "𢾾"^^xsd:string .

<http://lexvo.org/id/char/22FBF> a lvont:Character ;
    lvont:represents "𢾿"^^xsd:string .

<http://lexvo.org/id/char/22FC> a lvont:Character ;
    lvont:represents "⋼"^^xsd:string ;
    rdfs:comment "SMALL CONTAINS WITH VERTICAL BAR AT END OF HORIZONTAL STROKE"@en .

<http://lexvo.org/id/char/22FC0> a lvont:Character ;
    lvont:represents "𢿀"^^xsd:string .

<http://lexvo.org/id/char/22FC1> a lvont:Character ;
    lvont:represents "𢿁"^^xsd:string .

<http://lexvo.org/id/char/22FC2> a lvont:Character ;
    lvont:represents "𢿂"^^xsd:string .

<http://lexvo.org/id/char/22FC3> a lvont:Character ;
    lvont:represents "𢿃"^^xsd:string .

<http://lexvo.org/id/char/22FC4> a lvont:Character ;
    lvont:represents "𢿄"^^xsd:string .

<http://lexvo.org/id/char/22FC5> a lvont:Character ;
    lvont:represents "𢿅"^^xsd:string .

<http://lexvo.org/id/char/22FC6> a lvont:Character ;
    lvont:represents "𢿆"^^xsd:string .

<http://lexvo.org/id/char/22FC7> a lvont:Character ;
    lvont:represents "𢿇"^^xsd:string .

<http://lexvo.org/id/char/22FC8> a lvont:Character ;
    lvont:represents "𢿈"^^xsd:string .

<http://lexvo.org/id/char/22FC9> a lvont:Character ;
    lvont:represents "𢿉"^^xsd:string .

<http://lexvo.org/id/char/22FCA> a lvont:Character ;
    lvont:represents "𢿊"^^xsd:string .

<http://lexvo.org/id/char/22FCB> a lvont:Character ;
    lvont:represents "𢿋"^^xsd:string .

<http://lexvo.org/id/char/22FCC> a lvont:Character ;
    lvont:represents "𢿌"^^xsd:string .

<http://lexvo.org/id/char/22FCD> a lvont:Character ;
    lvont:represents "𢿍"^^xsd:string .

<http://lexvo.org/id/char/22FCE> a lvont:Character ;
    lvont:represents "𢿎"^^xsd:string .

<http://lexvo.org/id/char/22FCF> a lvont:Character ;
    lvont:represents "𢿏"^^xsd:string .

<http://lexvo.org/id/char/22FD> a lvont:Character ;
    lvont:represents "⋽"^^xsd:string ;
    rdfs:comment "CONTAINS WITH OVERBAR"@en .

<http://lexvo.org/id/char/22FD0> a lvont:Character ;
    lvont:represents "𢿐"^^xsd:string .

<http://lexvo.org/id/char/22FD1> a lvont:Character ;
    lvont:represents "𢿑"^^xsd:string .

<http://lexvo.org/id/char/22FD2> a lvont:Character ;
    lvont:represents "𢿒"^^xsd:string .

<http://lexvo.org/id/char/22FD3> a lvont:Character ;
    lvont:represents "𢿓"^^xsd:string .

<http://lexvo.org/id/char/22FD4> a lvont:Character ;
    lvont:represents "𢿔"^^xsd:string .

<http://lexvo.org/id/char/22FD5> a lvont:Character ;
    lvont:represents "𢿕"^^xsd:string .

<http://lexvo.org/id/char/22FD6> a lvont:Character ;
    lvont:represents "𢿖"^^xsd:string .

<http://lexvo.org/id/char/22FD7> a lvont:Character ;
    lvont:represents "𢿗"^^xsd:string .

<http://lexvo.org/id/char/22FD8> a lvont:Character ;
    lvont:represents "𢿘"^^xsd:string .

<http://lexvo.org/id/char/22FD9> a lvont:Character ;
    lvont:represents "𢿙"^^xsd:string .

<http://lexvo.org/id/char/22FDA> a lvont:Character ;
    lvont:represents "𢿚"^^xsd:string .

<http://lexvo.org/id/char/22FDB> a lvont:Character ;
    lvont:represents "𢿛"^^xsd:string .

<http://lexvo.org/id/char/22FDC> a lvont:Character ;
    lvont:represents "𢿜"^^xsd:string .

<http://lexvo.org/id/char/22FDD> a lvont:Character ;
    lvont:represents "𢿝"^^xsd:string .

<http://lexvo.org/id/char/22FDE> a lvont:Character ;
    lvont:represents "𢿞"^^xsd:string .

<http://lexvo.org/id/char/22FDF> a lvont:Character ;
    lvont:represents "𢿟"^^xsd:string .

<http://lexvo.org/id/char/22FE> a lvont:Character ;
    lvont:represents "⋾"^^xsd:string ;
    rdfs:comment "SMALL CONTAINS WITH OVERBAR"@en .

<http://lexvo.org/id/char/22FE0> a lvont:Character ;
    lvont:represents "𢿠"^^xsd:string .

<http://lexvo.org/id/char/22FE1> a lvont:Character ;
    lvont:represents "𢿡"^^xsd:string .

<http://lexvo.org/id/char/22FE2> a lvont:Character ;
    lvont:represents "𢿢"^^xsd:string .

<http://lexvo.org/id/char/22FE3> a lvont:Character ;
    lvont:represents "𢿣"^^xsd:string .

<http://lexvo.org/id/char/22FE4> a lvont:Character ;
    lvont:represents "𢿤"^^xsd:string .

<http://lexvo.org/id/char/22FE5> a lvont:Character ;
    lvont:represents "𢿥"^^xsd:string .

<http://lexvo.org/id/char/22FE6> a lvont:Character ;
    lvont:represents "𢿦"^^xsd:string .

<http://lexvo.org/id/char/22FE7> a lvont:Character ;
    lvont:represents "𢿧"^^xsd:string .

<http://lexvo.org/id/char/22FE8> a lvont:Character ;
    lvont:represents "𢿨"^^xsd:string .

<http://lexvo.org/id/char/22FE9> a lvont:Character ;
    lvont:represents "𢿩"^^xsd:string .

<http://lexvo.org/id/char/22FEA> a lvont:Character ;
    lvont:represents "𢿪"^^xsd:string .

<http://lexvo.org/id/char/22FEB> a lvont:Character ;
    lvont:represents "𢿫"^^xsd:string .

<http://lexvo.org/id/char/22FEC> a lvont:Character ;
    lvont:represents "𢿬"^^xsd:string .

<http://lexvo.org/id/char/22FED> a lvont:Character ;
    lvont:represents "𢿭"^^xsd:string .

<http://lexvo.org/id/char/22FEE> a lvont:Character ;
    lvont:represents "𢿮"^^xsd:string .

<http://lexvo.org/id/char/22FEF> a lvont:Character ;
    lvont:represents "𢿯"^^xsd:string .

<http://lexvo.org/id/char/22FF> a lvont:Character ;
    lvont:represents "⋿"^^xsd:string ;
    rdfs:comment "Z NOTATION BAG MEMBERSHIP"@en .

<http://lexvo.org/id/char/22FF0> a lvont:Character ;
    lvont:represents "𢿰"^^xsd:string .

<http://lexvo.org/id/char/22FF1> a lvont:Character ;
    lvont:represents "𢿱"^^xsd:string .

<http://lexvo.org/id/char/22FF2> a lvont:Character ;
    lvont:represents "𢿲"^^xsd:string .

<http://lexvo.org/id/char/22FF3> a lvont:Character ;
    lvont:represents "𢿳"^^xsd:string .

<http://lexvo.org/id/char/22FF4> a lvont:Character ;
    lvont:represents "𢿴"^^xsd:string .

<http://lexvo.org/id/char/22FF5> a lvont:Character ;
    lvont:represents "𢿵"^^xsd:string .

<http://lexvo.org/id/char/22FF6> a lvont:Character ;
    lvont:represents "𢿶"^^xsd:string .

<http://lexvo.org/id/char/22FF7> a lvont:Character ;
    lvont:represents "𢿷"^^xsd:string .

<http://lexvo.org/id/char/22FF8> a lvont:Character ;
    lvont:represents "𢿸"^^xsd:string .

<http://lexvo.org/id/char/22FF9> a lvont:Character ;
    lvont:represents "𢿹"^^xsd:string .

<http://lexvo.org/id/char/22FFA> a lvont:Character ;
    lvont:represents "𢿺"^^xsd:string .

<http://lexvo.org/id/char/22FFB> a lvont:Character ;
    lvont:represents "𢿻"^^xsd:string .

<http://lexvo.org/id/char/22FFC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/tu%E1%BB%93m>,
        "𢿼"^^xsd:string .

<http://lexvo.org/id/char/22FFD> a lvont:Character ;
    lvont:represents "𢿽"^^xsd:string .

<http://lexvo.org/id/char/22FFE> a lvont:Character ;
    lvont:represents "𢿾"^^xsd:string .

<http://lexvo.org/id/char/22FFF> a lvont:Character ;
    lvont:represents "𢿿"^^xsd:string .

<http://lexvo.org/id/char/2300> a lvont:Character ;
    lvont:represents "⌀"^^xsd:string ;
    rdfs:comment "DIAMETER SIGN"@en .

<http://lexvo.org/id/char/23000> a lvont:Character ;
    lvont:represents "𣀀"^^xsd:string .

<http://lexvo.org/id/char/23001> a lvont:Character ;
    lvont:represents "𣀁"^^xsd:string .

<http://lexvo.org/id/char/23002> a lvont:Character ;
    lvont:represents "𣀂"^^xsd:string .

<http://lexvo.org/id/char/23003> a lvont:Character ;
    lvont:represents "𣀃"^^xsd:string .

<http://lexvo.org/id/char/23004> a lvont:Character ;
    lvont:represents "𣀄"^^xsd:string .

<http://lexvo.org/id/char/23005> a lvont:Character ;
    lvont:represents "𣀅"^^xsd:string .

<http://lexvo.org/id/char/23006> a lvont:Character ;
    lvont:represents "𣀆"^^xsd:string .

<http://lexvo.org/id/char/23007> a lvont:Character ;
    lvont:represents "𣀇"^^xsd:string .

<http://lexvo.org/id/char/23008> a lvont:Character ;
    lvont:represents "𣀈"^^xsd:string .

<http://lexvo.org/id/char/23009> a lvont:Character ;
    lvont:represents "𣀉"^^xsd:string .

<http://lexvo.org/id/char/2300A> a lvont:Character ;
    lvont:represents "𣀊"^^xsd:string .

<http://lexvo.org/id/char/2300B> a lvont:Character ;
    lvont:represents "𣀋"^^xsd:string .

<http://lexvo.org/id/char/2300C> a lvont:Character ;
    lvont:represents "𣀌"^^xsd:string .

<http://lexvo.org/id/char/2300D> a lvont:Character ;
    lvont:represents "𣀍"^^xsd:string .

<http://lexvo.org/id/char/2300E> a lvont:Character ;
    lvont:represents "𣀎"^^xsd:string .

<http://lexvo.org/id/char/2300F> a lvont:Character ;
    lvont:represents "𣀏"^^xsd:string .

<http://lexvo.org/id/char/2301> a lvont:Character ;
    lvont:represents "⌁"^^xsd:string ;
    rdfs:comment "ELECTRIC ARROW"@en .

<http://lexvo.org/id/char/23010> a lvont:Character ;
    lvont:represents "𣀐"^^xsd:string .

<http://lexvo.org/id/char/23011> a lvont:Character ;
    lvont:represents "𣀑"^^xsd:string .

<http://lexvo.org/id/char/23012> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%F0%A3%80%92>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%B2ng>,
        "𣀒"^^xsd:string ;
    rdfs:comment "to enter abruptly, a nod"@en .

<http://lexvo.org/id/char/23013> a lvont:Character ;
    lvont:represents "𣀓"^^xsd:string .

<http://lexvo.org/id/char/23014> a lvont:Character ;
    lvont:represents "𣀔"^^xsd:string .

<http://lexvo.org/id/char/23015> a lvont:Character ;
    lvont:represents "𣀕"^^xsd:string .

<http://lexvo.org/id/char/23016> a lvont:Character ;
    lvont:represents "𣀖"^^xsd:string .

<http://lexvo.org/id/char/23017> a lvont:Character ;
    lvont:represents "𣀗"^^xsd:string .

<http://lexvo.org/id/char/23018> a lvont:Character ;
    lvont:represents "𣀘"^^xsd:string .

<http://lexvo.org/id/char/23019> a lvont:Character ;
    lvont:represents "𣀙"^^xsd:string .

<http://lexvo.org/id/char/2301A> a lvont:Character ;
    lvont:represents "𣀚"^^xsd:string .

<http://lexvo.org/id/char/2301B> a lvont:Character ;
    lvont:represents "𣀛"^^xsd:string .

<http://lexvo.org/id/char/2301C> a lvont:Character ;
    lvont:represents "𣀜"^^xsd:string .

<http://lexvo.org/id/char/2301D> a lvont:Character ;
    lvont:represents "𣀝"^^xsd:string .

<http://lexvo.org/id/char/2301E> a lvont:Character ;
    lvont:represents "𣀞"^^xsd:string .

<http://lexvo.org/id/char/2301F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/v%C3%A0>,
        "𣀟"^^xsd:string .

<http://lexvo.org/id/char/2302> a lvont:Character ;
    lvont:represents "⌂"^^xsd:string ;
    rdfs:comment "HOUSE"@en .

<http://lexvo.org/id/char/23020> a lvont:Character ;
    lvont:represents "𣀠"^^xsd:string .

<http://lexvo.org/id/char/23021> a lvont:Character ;
    lvont:represents "𣀡"^^xsd:string .

<http://lexvo.org/id/char/23022> a lvont:Character ;
    lvont:represents "𣀢"^^xsd:string .

<http://lexvo.org/id/char/23023> a lvont:Character ;
    lvont:represents "𣀣"^^xsd:string .

<http://lexvo.org/id/char/23024> a lvont:Character ;
    lvont:represents "𣀤"^^xsd:string .

<http://lexvo.org/id/char/23025> a lvont:Character ;
    lvont:represents "𣀥"^^xsd:string .

<http://lexvo.org/id/char/23026> a lvont:Character ;
    lvont:represents "𣀦"^^xsd:string .

<http://lexvo.org/id/char/23027> a lvont:Character ;
    lvont:represents "𣀧"^^xsd:string .

<http://lexvo.org/id/char/23028> a lvont:Character ;
    lvont:represents "𣀨"^^xsd:string .

<http://lexvo.org/id/char/23029> a lvont:Character ;
    lvont:represents "𣀩"^^xsd:string .

<http://lexvo.org/id/char/2302A> a lvont:Character ;
    lvont:represents "𣀪"^^xsd:string .

<http://lexvo.org/id/char/2302B> a lvont:Character ;
    lvont:represents "𣀫"^^xsd:string .

<http://lexvo.org/id/char/2302C> a lvont:Character ;
    lvont:represents "𣀬"^^xsd:string .

<http://lexvo.org/id/char/2302D> a lvont:Character ;
    lvont:represents "𣀭"^^xsd:string .

<http://lexvo.org/id/char/2302E> a lvont:Character ;
    lvont:represents "𣀮"^^xsd:string .

<http://lexvo.org/id/char/2302F> a lvont:Character ;
    lvont:represents "𣀯"^^xsd:string .

<http://lexvo.org/id/char/2303> a lvont:Character ;
    lvont:represents "⌃"^^xsd:string ;
    rdfs:comment "UP ARROWHEAD"@en .

<http://lexvo.org/id/char/23030> a lvont:Character ;
    lvont:represents "𣀰"^^xsd:string .

<http://lexvo.org/id/char/23031> a lvont:Character ;
    lvont:represents "𣀱"^^xsd:string .

<http://lexvo.org/id/char/23032> a lvont:Character ;
    lvont:represents "𣀲"^^xsd:string .

<http://lexvo.org/id/char/23033> a lvont:Character ;
    lvont:represents "𣀳"^^xsd:string .

<http://lexvo.org/id/char/23034> a lvont:Character ;
    lvont:represents "𣀴"^^xsd:string .

<http://lexvo.org/id/char/23035> a lvont:Character ;
    lvont:represents "𣀵"^^xsd:string .

<http://lexvo.org/id/char/23036> a lvont:Character ;
    lvont:represents "𣀶"^^xsd:string .

<http://lexvo.org/id/char/23037> a lvont:Character ;
    lvont:represents "𣀷"^^xsd:string .

<http://lexvo.org/id/char/23038> a lvont:Character ;
    lvont:represents "𣀸"^^xsd:string .

<http://lexvo.org/id/char/23039> a lvont:Character ;
    lvont:represents "𣀹"^^xsd:string .

<http://lexvo.org/id/char/2303A> a lvont:Character ;
    lvont:represents "𣀺"^^xsd:string .

<http://lexvo.org/id/char/2303B> a lvont:Character ;
    lvont:represents "𣀻"^^xsd:string .

<http://lexvo.org/id/char/2303C> a lvont:Character ;
    lvont:represents "𣀼"^^xsd:string .

<http://lexvo.org/id/char/2303D> a lvont:Character ;
    lvont:represents "𣀽"^^xsd:string .

<http://lexvo.org/id/char/2303E> a lvont:Character ;
    lvont:represents "𣀾"^^xsd:string .

<http://lexvo.org/id/char/2303F> a lvont:Character ;
    lvont:represents "𣀿"^^xsd:string .

<http://lexvo.org/id/char/2304> a lvont:Character ;
    lvont:represents "⌄"^^xsd:string ;
    rdfs:comment "DOWN ARROWHEAD"@en .

<http://lexvo.org/id/char/23040> a lvont:Character ;
    lvont:represents "𣁀"^^xsd:string .

<http://lexvo.org/id/char/23041> a lvont:Character ;
    lvont:represents "𣁁"^^xsd:string .

<http://lexvo.org/id/char/23042> a lvont:Character ;
    lvont:represents "𣁂"^^xsd:string .

<http://lexvo.org/id/char/23043> a lvont:Character ;
    lvont:represents "𣁃"^^xsd:string .

<http://lexvo.org/id/char/23044> a lvont:Character ;
    lvont:represents "𣁄"^^xsd:string .

<http://lexvo.org/id/char/23045> a lvont:Character ;
    lvont:represents "𣁅"^^xsd:string .

<http://lexvo.org/id/char/23046> a lvont:Character ;
    lvont:represents "𣁆"^^xsd:string .

<http://lexvo.org/id/char/23047> a lvont:Character ;
    lvont:represents "𣁇"^^xsd:string .

<http://lexvo.org/id/char/23048> a lvont:Character ;
    lvont:represents "𣁈"^^xsd:string .

<http://lexvo.org/id/char/23049> a lvont:Character ;
    lvont:represents "𣁉"^^xsd:string .

<http://lexvo.org/id/char/2304A> a lvont:Character ;
    lvont:represents "𣁊"^^xsd:string .

<http://lexvo.org/id/char/2304B> a lvont:Character ;
    lvont:represents "𣁋"^^xsd:string .

<http://lexvo.org/id/char/2304C> a lvont:Character ;
    lvont:represents "𣁌"^^xsd:string .

<http://lexvo.org/id/char/2304D> a lvont:Character ;
    lvont:represents "𣁍"^^xsd:string .

<http://lexvo.org/id/char/2304E> a lvont:Character ;
    lvont:represents "𣁎"^^xsd:string .

<http://lexvo.org/id/char/2304F> a lvont:Character ;
    lvont:represents "𣁏"^^xsd:string .

<http://lexvo.org/id/char/2305> a lvont:Character ;
    lvont:represents "⌅"^^xsd:string ;
    rdfs:comment "PROJECTIVE"@en .

<http://lexvo.org/id/char/23050> a lvont:Character ;
    lvont:represents "𣁐"^^xsd:string .

<http://lexvo.org/id/char/23051> a lvont:Character ;
    lvont:represents "𣁑"^^xsd:string .

<http://lexvo.org/id/char/23052> a lvont:Character ;
    lvont:represents "𣁒"^^xsd:string .

<http://lexvo.org/id/char/23053> a lvont:Character ;
    lvont:represents "𣁓"^^xsd:string .

<http://lexvo.org/id/char/23054> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/l%E1%BB%9Bn>,
        "𣁔"^^xsd:string .

<http://lexvo.org/id/char/23055> a lvont:Character ;
    lvont:represents "𣁕"^^xsd:string .

<http://lexvo.org/id/char/23056> a lvont:Character ;
    lvont:represents "𣁖"^^xsd:string .

<http://lexvo.org/id/char/23057> a lvont:Character ;
    lvont:represents "𣁗"^^xsd:string .

<http://lexvo.org/id/char/23058> a lvont:Character ;
    lvont:represents "𣁘"^^xsd:string .

<http://lexvo.org/id/char/23059> a lvont:Character ;
    lvont:represents "𣁙"^^xsd:string .

<http://lexvo.org/id/char/2305A> a lvont:Character ;
    lvont:represents "𣁚"^^xsd:string .

<http://lexvo.org/id/char/2305B> a lvont:Character ;
    lvont:represents "𣁛"^^xsd:string .

<http://lexvo.org/id/char/2305C> a lvont:Character ;
    lvont:represents "𣁜"^^xsd:string .

<http://lexvo.org/id/char/2305D> a lvont:Character ;
    lvont:represents "𣁝"^^xsd:string .

<http://lexvo.org/id/char/2305E> a lvont:Character ;
    lvont:represents "𣁞"^^xsd:string .

<http://lexvo.org/id/char/2305F> a lvont:Character ;
    lvont:represents "𣁟"^^xsd:string .

<http://lexvo.org/id/char/2306> a lvont:Character ;
    lvont:represents "⌆"^^xsd:string ;
    rdfs:comment "PERSPECTIVE"@en .

<http://lexvo.org/id/char/23060> a lvont:Character ;
    lvont:represents "𣁠"^^xsd:string .

<http://lexvo.org/id/char/23061> a lvont:Character ;
    lvont:represents "𣁡"^^xsd:string .

<http://lexvo.org/id/char/23062> a lvont:Character ;
    lvont:represents "𣁢"^^xsd:string .

<http://lexvo.org/id/char/23063> a lvont:Character ;
    lvont:represents "𣁣"^^xsd:string .

<http://lexvo.org/id/char/23064> a lvont:Character ;
    lvont:represents "𣁤"^^xsd:string .

<http://lexvo.org/id/char/23065> a lvont:Character ;
    lvont:represents "𣁥"^^xsd:string .

<http://lexvo.org/id/char/23066> a lvont:Character ;
    lvont:represents "𣁦"^^xsd:string .

<http://lexvo.org/id/char/23067> a lvont:Character ;
    lvont:represents "𣁧"^^xsd:string .

<http://lexvo.org/id/char/23068> a lvont:Character ;
    lvont:represents "𣁨"^^xsd:string .

<http://lexvo.org/id/char/23069> a lvont:Character ;
    lvont:represents "𣁩"^^xsd:string .

<http://lexvo.org/id/char/2306A> a lvont:Character ;
    lvont:represents "𣁪"^^xsd:string .

<http://lexvo.org/id/char/2306B> a lvont:Character ;
    lvont:represents "𣁫"^^xsd:string .

<http://lexvo.org/id/char/2306D> a lvont:Character ;
    lvont:represents "𣁭"^^xsd:string .

<http://lexvo.org/id/char/2306E> a lvont:Character ;
    lvont:represents "𣁮"^^xsd:string .

<http://lexvo.org/id/char/2306F> a lvont:Character ;
    lvont:represents "𣁯"^^xsd:string .

<http://lexvo.org/id/char/2307> a lvont:Character ;
    lvont:represents "⌇"^^xsd:string ;
    rdfs:comment "WAVY LINE"@en .

<http://lexvo.org/id/char/23070> a lvont:Character ;
    lvont:represents "𣁰"^^xsd:string .

<http://lexvo.org/id/char/23071> a lvont:Character ;
    lvont:represents "𣁱"^^xsd:string .

<http://lexvo.org/id/char/23072> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/%C4%91ong>,
        "𣁲"^^xsd:string .

<http://lexvo.org/id/char/23073> a lvont:Character ;
    lvont:represents "𣁳"^^xsd:string .

<http://lexvo.org/id/char/23074> a lvont:Character ;
    lvont:represents "𣁴"^^xsd:string .

<http://lexvo.org/id/char/23075> a lvont:Character ;
    lvont:represents "𣁵"^^xsd:string .

<http://lexvo.org/id/char/23076> a lvont:Character ;
    lvont:represents "𣁶"^^xsd:string .

<http://lexvo.org/id/char/23077> a lvont:Character ;
    lvont:represents "𣁷"^^xsd:string .

<http://lexvo.org/id/char/23078> a lvont:Character ;
    lvont:represents "𣁸"^^xsd:string .

<http://lexvo.org/id/char/23079> a lvont:Character ;
    lvont:represents "𣁹"^^xsd:string .

<http://lexvo.org/id/char/2307A> a lvont:Character ;
    lvont:represents "𣁺"^^xsd:string .

<http://lexvo.org/id/char/2307B> a lvont:Character ;
    lvont:represents "𣁻"^^xsd:string .

<http://lexvo.org/id/char/2307C> a lvont:Character ;
    lvont:represents "𣁼"^^xsd:string .

<http://lexvo.org/id/char/2307D> a lvont:Character ;
    lvont:represents "𣁽"^^xsd:string .

<http://lexvo.org/id/char/2307E> a lvont:Character ;
    lvont:represents "𣁾"^^xsd:string .

<http://lexvo.org/id/char/2307F> a lvont:Character ;
    lvont:represents "𣁿"^^xsd:string .

<http://lexvo.org/id/char/2308> a lvont:Character ;
    lvont:represents "⌈"^^xsd:string ;
    rdfs:comment "LEFT CEILING"@en .

<http://lexvo.org/id/char/23080> a lvont:Character ;
    lvont:represents "𣂀"^^xsd:string .

<http://lexvo.org/id/char/23081> a lvont:Character ;
    lvont:represents "𣂁"^^xsd:string .

<http://lexvo.org/id/char/23082> a lvont:Character ;
    lvont:represents "𣂂"^^xsd:string .

<http://lexvo.org/id/char/23083> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/gi%E1%BA%A1>,
        "𣂃"^^xsd:string .

<http://lexvo.org/id/char/23084> a lvont:Character ;
    lvont:represents "𣂄"^^xsd:string .

<http://lexvo.org/id/char/23085> a lvont:Character ;
    lvont:represents "𣂅"^^xsd:string .

<http://lexvo.org/id/char/23086> a lvont:Character ;
    lvont:represents "𣂆"^^xsd:string .

<http://lexvo.org/id/char/23087> a lvont:Character ;
    lvont:represents "𣂇"^^xsd:string .

<http://lexvo.org/id/char/23088> a lvont:Character ;
    lvont:represents "𣂈"^^xsd:string .

<http://lexvo.org/id/char/23089> a lvont:Character ;
    lvont:represents "𣂉"^^xsd:string .

<http://lexvo.org/id/char/2308A> a lvont:Character ;
    lvont:represents "𣂊"^^xsd:string .

<http://lexvo.org/id/char/2308B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/g%C3%A1o>,
        "𣂋"^^xsd:string .

<http://lexvo.org/id/char/2308C> a lvont:Character ;
    lvont:represents "𣂌"^^xsd:string .

<http://lexvo.org/id/char/2308D> a lvont:Character ;
    lvont:represents "𣂍"^^xsd:string .

<http://lexvo.org/id/char/2308E> a lvont:Character ;
    lvont:represents "𣂎"^^xsd:string .

<http://lexvo.org/id/char/2308F> a lvont:Character ;
    lvont:represents "𣂏"^^xsd:string .

<http://lexvo.org/id/char/2309> a lvont:Character ;
    lvont:represents "⌉"^^xsd:string ;
    rdfs:comment "RIGHT CEILING"@en .

<http://lexvo.org/id/char/23090> a lvont:Character ;
    lvont:represents "𣂐"^^xsd:string .

<http://lexvo.org/id/char/23092> a lvont:Character ;
    lvont:represents "𣂒"^^xsd:string .

<http://lexvo.org/id/char/23093> a lvont:Character ;
    lvont:represents "𣂓"^^xsd:string .

<http://lexvo.org/id/char/23094> a lvont:Character ;
    lvont:represents "𣂔"^^xsd:string .

<http://lexvo.org/id/char/23095> a lvont:Character ;
    lvont:represents "𣂕"^^xsd:string .

<http://lexvo.org/id/char/23096> a lvont:Character ;
    lvont:represents "𣂖"^^xsd:string .

<http://lexvo.org/id/char/23097> a lvont:Character ;
    lvont:represents "𣂗"^^xsd:string .

<http://lexvo.org/id/char/23098> a lvont:Character ;
    lvont:represents "𣂘"^^xsd:string .

<http://lexvo.org/id/char/23099> a lvont:Character ;
    lvont:represents "𣂙"^^xsd:string .

<http://lexvo.org/id/char/2309A> a lvont:Character ;
    lvont:represents "𣂚"^^xsd:string .

<http://lexvo.org/id/char/2309B> a lvont:Character ;
    lvont:represents "𣂛"^^xsd:string .

<http://lexvo.org/id/char/2309C> a lvont:Character ;
    lvont:represents "𣂜"^^xsd:string .

<http://lexvo.org/id/char/2309D> a lvont:Character ;
    lvont:represents "𣂝"^^xsd:string .

<http://lexvo.org/id/char/2309E> a lvont:Character ;
    lvont:represents "𣂞"^^xsd:string .

<http://lexvo.org/id/char/2309F> a lvont:Character ;
    lvont:represents "𣂟"^^xsd:string .

<http://lexvo.org/id/char/230A> a lvont:Character ;
    lvont:represents "⌊"^^xsd:string ;
    rdfs:comment "LEFT FLOOR"@en .

<http://lexvo.org/id/char/230A0> a lvont:Character ;
    lvont:represents "𣂠"^^xsd:string .

<http://lexvo.org/id/char/230A1> a lvont:Character ;
    lvont:represents "𣂡"^^xsd:string .

<http://lexvo.org/id/char/230A2> a lvont:Character ;
    lvont:represents "𣂢"^^xsd:string .

<http://lexvo.org/id/char/230A3> a lvont:Character ;
    lvont:represents "𣂣"^^xsd:string .

<http://lexvo.org/id/char/230A4> a lvont:Character ;
    lvont:represents "𣂤"^^xsd:string .

<http://lexvo.org/id/char/230A5> a lvont:Character ;
    lvont:represents "𣂥"^^xsd:string .

<http://lexvo.org/id/char/230A6> a lvont:Character ;
    lvont:represents "𣂦"^^xsd:string .

<http://lexvo.org/id/char/230A7> a lvont:Character ;
    lvont:represents "𣂧"^^xsd:string .

<http://lexvo.org/id/char/230A8> a lvont:Character ;
    lvont:represents "𣂨"^^xsd:string .

<http://lexvo.org/id/char/230A9> a lvont:Character ;
    lvont:represents "𣂩"^^xsd:string .

<http://lexvo.org/id/char/230AA> a lvont:Character ;
    lvont:represents "𣂪"^^xsd:string .

<http://lexvo.org/id/char/230AB> a lvont:Character ;
    lvont:represents "𣂫"^^xsd:string .

<http://lexvo.org/id/char/230AC> a lvont:Character ;
    lvont:represents "𣂬"^^xsd:string .

<http://lexvo.org/id/char/230AD> a lvont:Character ;
    lvont:represents "𣂭"^^xsd:string .

<http://lexvo.org/id/char/230AE> a lvont:Character ;
    lvont:represents "𣂮"^^xsd:string .

<http://lexvo.org/id/char/230AF> a lvont:Character ;
    lvont:represents "𣂯"^^xsd:string .

<http://lexvo.org/id/char/230B> a lvont:Character ;
    lvont:represents "⌋"^^xsd:string ;
    rdfs:comment "RIGHT FLOOR"@en .

<http://lexvo.org/id/char/230B0> a lvont:Character ;
    lvont:represents "𣂰"^^xsd:string .

<http://lexvo.org/id/char/230B1> a lvont:Character ;
    lvont:represents "𣂱"^^xsd:string .

<http://lexvo.org/id/char/230B2> a lvont:Character ;
    lvont:represents "𣂲"^^xsd:string .

<http://lexvo.org/id/char/230B3> a lvont:Character ;
    lvont:represents "𣂳"^^xsd:string .

<http://lexvo.org/id/char/230B4> a lvont:Character ;
    lvont:represents "𣂴"^^xsd:string .

<http://lexvo.org/id/char/230B5> a lvont:Character ;
    lvont:represents "𣂵"^^xsd:string .

<http://lexvo.org/id/char/230B6> a lvont:Character ;
    lvont:represents "𣂶"^^xsd:string .

<http://lexvo.org/id/char/230B7> a lvont:Character ;
    lvont:represents "𣂷"^^xsd:string .

<http://lexvo.org/id/char/230B8> a lvont:Character ;
    lvont:represents "𣂸"^^xsd:string .

<http://lexvo.org/id/char/230B9> a lvont:Character ;
    lvont:represents "𣂹"^^xsd:string .

<http://lexvo.org/id/char/230BA> a lvont:Character ;
    lvont:represents "𣂺"^^xsd:string .

<http://lexvo.org/id/char/230BB> a lvont:Character ;
    lvont:represents "𣂻"^^xsd:string .

<http://lexvo.org/id/char/230BC> a lvont:Character ;
    lvont:represents "𣂼"^^xsd:string .

<http://lexvo.org/id/char/230BD> a lvont:Character ;
    lvont:represents "𣂽"^^xsd:string .

<http://lexvo.org/id/char/230BE> a lvont:Character ;
    lvont:represents "𣂾"^^xsd:string .

<http://lexvo.org/id/char/230BF> a lvont:Character ;
    lvont:represents "𣂿"^^xsd:string .

<http://lexvo.org/id/char/230C> a lvont:Character ;
    lvont:represents "⌌"^^xsd:string ;
    rdfs:comment "BOTTOM RIGHT CROP"@en .

<http://lexvo.org/id/char/230C0> a lvont:Character ;
    lvont:represents "𣃀"^^xsd:string .

<http://lexvo.org/id/char/230C1> a lvont:Character ;
    lvont:represents "𣃁"^^xsd:string .

<http://lexvo.org/id/char/230C2> a lvont:Character ;
    lvont:represents "𣃂"^^xsd:string .

<http://lexvo.org/id/char/230C3> a lvont:Character ;
    lvont:represents "𣃃"^^xsd:string .

<http://lexvo.org/id/char/230C4> a lvont:Character ;
    lvont:represents "𣃄"^^xsd:string .

<http://lexvo.org/id/char/230C5> a lvont:Character ;
    lvont:represents "𣃅"^^xsd:string .

<http://lexvo.org/id/char/230C6> a lvont:Character ;
    lvont:represents "𣃆"^^xsd:string .

<http://lexvo.org/id/char/230C7> a lvont:Character ;
    lvont:represents "𣃇"^^xsd:string .

<http://lexvo.org/id/char/230C8> a lvont:Character ;
    lvont:represents "𣃈"^^xsd:string .

<http://lexvo.org/id/char/230C9> a lvont:Character ;
    lvont:represents "𣃉"^^xsd:string .

<http://lexvo.org/id/char/230CA> a lvont:Character ;
    lvont:represents "𣃊"^^xsd:string .

<http://lexvo.org/id/char/230CB> a lvont:Character ;
    lvont:represents "𣃋"^^xsd:string .

<http://lexvo.org/id/char/230CC> a lvont:Character ;
    lvont:represents "𣃌"^^xsd:string .

<http://lexvo.org/id/char/230CD> a lvont:Character ;
    lvont:represents "𣃍"^^xsd:string .

<http://lexvo.org/id/char/230CE> a lvont:Character ;
    lvont:represents "𣃎"^^xsd:string .

<http://lexvo.org/id/char/230CF> a lvont:Character ;
    lvont:represents "𣃏"^^xsd:string .

<http://lexvo.org/id/char/230D> a lvont:Character ;
    lvont:represents "⌍"^^xsd:string ;
    rdfs:comment "BOTTOM LEFT CROP"@en .

<http://lexvo.org/id/char/230D0> a lvont:Character ;
    lvont:represents "𣃐"^^xsd:string .

<http://lexvo.org/id/char/230D1> a lvont:Character ;
    lvont:represents "𣃑"^^xsd:string .

<http://lexvo.org/id/char/230D2> a lvont:Character ;
    lvont:represents "𣃒"^^xsd:string .

<http://lexvo.org/id/char/230D3> a lvont:Character ;
    lvont:represents "𣃓"^^xsd:string .

<http://lexvo.org/id/char/230D4> a lvont:Character ;
    lvont:represents "𣃔"^^xsd:string .

<http://lexvo.org/id/char/230D5> a lvont:Character ;
    lvont:represents "𣃕"^^xsd:string .

<http://lexvo.org/id/char/230D6> a lvont:Character ;
    lvont:represents "𣃖"^^xsd:string .

<http://lexvo.org/id/char/230D7> a lvont:Character ;
    lvont:represents "𣃗"^^xsd:string .

<http://lexvo.org/id/char/230D8> a lvont:Character ;
    lvont:represents "𣃘"^^xsd:string .

<http://lexvo.org/id/char/230D9> a lvont:Character ;
    lvont:represents "𣃙"^^xsd:string .

<http://lexvo.org/id/char/230DA> a lvont:Character ;
    lvont:represents "𣃚"^^xsd:string .

<http://lexvo.org/id/char/230DB> a lvont:Character ;
    lvont:represents "𣃛"^^xsd:string .

<http://lexvo.org/id/char/230DC> a lvont:Character ;
    lvont:represents "𣃜"^^xsd:string .

<http://lexvo.org/id/char/230DD> a lvont:Character ;
    lvont:represents "𣃝"^^xsd:string .

<http://lexvo.org/id/char/230DE> a lvont:Character ;
    lvont:represents "𣃞"^^xsd:string .

<http://lexvo.org/id/char/230DF> a lvont:Character ;
    lvont:represents "𣃟"^^xsd:string .

<http://lexvo.org/id/char/230E> a lvont:Character ;
    lvont:represents "⌎"^^xsd:string ;
    rdfs:comment "TOP RIGHT CROP"@en .

<http://lexvo.org/id/char/230E0> a lvont:Character ;
    lvont:represents "𣃠"^^xsd:string .

<http://lexvo.org/id/char/230E1> a lvont:Character ;
    lvont:represents "𣃡"^^xsd:string .

<http://lexvo.org/id/char/230E2> a lvont:Character ;
    lvont:represents "𣃢"^^xsd:string .

<http://lexvo.org/id/char/230E3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/v%E1%BB%ABa>,
        "𣃣"^^xsd:string .

<http://lexvo.org/id/char/230E4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/v%E1%BB%ABa>,
        "𣃤"^^xsd:string .

<http://lexvo.org/id/char/230E5> a lvont:Character ;
    lvont:represents "𣃥"^^xsd:string .

<http://lexvo.org/id/char/230E6> a lvont:Character ;
    lvont:represents "𣃦"^^xsd:string .

<http://lexvo.org/id/char/230E7> a lvont:Character ;
    lvont:represents "𣃧"^^xsd:string .

<http://lexvo.org/id/char/230E8> a lvont:Character ;
    lvont:represents "𣃨"^^xsd:string .

<http://lexvo.org/id/char/230E9> a lvont:Character ;
    lvont:represents "𣃩"^^xsd:string .

<http://lexvo.org/id/char/230EA> a lvont:Character ;
    lvont:represents "𣃪"^^xsd:string .

<http://lexvo.org/id/char/230EB> a lvont:Character ;
    lvont:represents "𣃫"^^xsd:string .

<http://lexvo.org/id/char/230EC> a lvont:Character ;
    lvont:represents "𣃬"^^xsd:string .

<http://lexvo.org/id/char/230ED> a lvont:Character ;
    lvont:represents "𣃭"^^xsd:string .

<http://lexvo.org/id/char/230EE> a lvont:Character ;
    lvont:represents "𣃮"^^xsd:string .

<http://lexvo.org/id/char/230EF> a lvont:Character ;
    lvont:represents "𣃯"^^xsd:string .

<http://lexvo.org/id/char/230F> a lvont:Character ;
    lvont:represents "⌏"^^xsd:string ;
    rdfs:comment "TOP LEFT CROP"@en .

<http://lexvo.org/id/char/230F0> a lvont:Character ;
    lvont:represents "𣃰"^^xsd:string .

<http://lexvo.org/id/char/230F1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/khu%C3%B4ng>,
        "𣃱"^^xsd:string .

<http://lexvo.org/id/char/230F2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/vu%C3%B4ng>,
        "𣃲"^^xsd:string .

<http://lexvo.org/id/char/230F3> a lvont:Character ;
    lvont:represents "𣃳"^^xsd:string .

<http://lexvo.org/id/char/230F4> a lvont:Character ;
    lvont:represents "𣃴"^^xsd:string .

<http://lexvo.org/id/char/230F5> a lvont:Character ;
    lvont:represents "𣃵"^^xsd:string .

<http://lexvo.org/id/char/230F6> a lvont:Character ;
    lvont:represents "𣃶"^^xsd:string .

<http://lexvo.org/id/char/230F7> a lvont:Character ;
    lvont:represents "𣃷"^^xsd:string .

<http://lexvo.org/id/char/230F8> a lvont:Character ;
    lvont:represents "𣃸"^^xsd:string .

<http://lexvo.org/id/char/230F9> a lvont:Character ;
    lvont:represents "𣃹"^^xsd:string .

<http://lexvo.org/id/char/230FA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/g%C3%B3c>,
        "𣃺"^^xsd:string .

<http://lexvo.org/id/char/230FB> a lvont:Character ;
    lvont:represents "𣃻"^^xsd:string .

<http://lexvo.org/id/char/230FC> a lvont:Character ;
    lvont:represents "𣃼"^^xsd:string .

<http://lexvo.org/id/char/230FD> a lvont:Character ;
    lvont:represents "𣃽"^^xsd:string .

<http://lexvo.org/id/char/230FE> a lvont:Character ;
    lvont:represents "𣃾"^^xsd:string .

<http://lexvo.org/id/char/230FF> a lvont:Character ;
    lvont:represents "𣃿"^^xsd:string .

<http://lexvo.org/id/char/2310> a lvont:Character ;
    lvont:represents "⌐"^^xsd:string ;
    rdfs:comment "REVERSED NOT SIGN"@en .

<http://lexvo.org/id/char/23100> a lvont:Character ;
    lvont:represents "𣄀"^^xsd:string .

<http://lexvo.org/id/char/23101> a lvont:Character ;
    lvont:represents "𣄁"^^xsd:string .

<http://lexvo.org/id/char/23102> a lvont:Character ;
    lvont:represents "𣄂"^^xsd:string .

<http://lexvo.org/id/char/23103> a lvont:Character ;
    lvont:represents "𣄃"^^xsd:string .

<http://lexvo.org/id/char/23104> a lvont:Character ;
    lvont:represents "𣄄"^^xsd:string .

<http://lexvo.org/id/char/23105> a lvont:Character ;
    lvont:represents "𣄅"^^xsd:string .

<http://lexvo.org/id/char/23106> a lvont:Character ;
    lvont:represents "𣄆"^^xsd:string .

<http://lexvo.org/id/char/23107> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/vu%C3%B4ng>,
        "𣄇"^^xsd:string .

<http://lexvo.org/id/char/23108> a lvont:Character ;
    lvont:represents "𣄈"^^xsd:string .

<http://lexvo.org/id/char/23109> a lvont:Character ;
    lvont:represents "𣄉"^^xsd:string .

<http://lexvo.org/id/char/2310A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%BA>,
        "𣄊"^^xsd:string .

<http://lexvo.org/id/char/2310B> a lvont:Character ;
    lvont:represents "𣄋"^^xsd:string .

<http://lexvo.org/id/char/2310C> a lvont:Character ;
    lvont:represents "𣄌"^^xsd:string .

<http://lexvo.org/id/char/2310D> a lvont:Character ;
    lvont:represents "𣄍"^^xsd:string .

<http://lexvo.org/id/char/2310E> a lvont:Character ;
    lvont:represents "𣄎"^^xsd:string .

<http://lexvo.org/id/char/2310F> a lvont:Character ;
    lvont:represents "𣄏"^^xsd:string .

<http://lexvo.org/id/char/2311> a lvont:Character ;
    lvont:represents "⌑"^^xsd:string ;
    rdfs:comment "SQUARE LOZENGE"@en .

<http://lexvo.org/id/char/23110> a lvont:Character ;
    lvont:represents "𣄐"^^xsd:string .

<http://lexvo.org/id/char/23111> a lvont:Character ;
    lvont:represents "𣄑"^^xsd:string .

<http://lexvo.org/id/char/23112> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/%E1%BB%9F>,
        "𣄒"^^xsd:string .

<http://lexvo.org/id/char/23113> a lvont:Character ;
    lvont:represents "𣄓"^^xsd:string .

<http://lexvo.org/id/char/23114> a lvont:Character ;
    lvont:represents "𣄔"^^xsd:string .

<http://lexvo.org/id/char/23115> a lvont:Character ;
    lvont:represents "𣄕"^^xsd:string .

<http://lexvo.org/id/char/23116> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/vu%C3%B4ng>,
        "𣄖"^^xsd:string .

<http://lexvo.org/id/char/23117> a lvont:Character ;
    lvont:represents "𣄗"^^xsd:string .

<http://lexvo.org/id/char/23118> a lvont:Character ;
    lvont:represents "𣄘"^^xsd:string .

<http://lexvo.org/id/char/23119> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%F0%A3%84%99>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C7%8Eng>,
        "𣄙"^^xsd:string ;
    rdfs:comment "a sign for a tavern or shop"@en .

<http://lexvo.org/id/char/2311A> a lvont:Character ;
    lvont:represents "𣄚"^^xsd:string .

<http://lexvo.org/id/char/2311B> a lvont:Character ;
    lvont:represents "𣄛"^^xsd:string .

<http://lexvo.org/id/char/2311C> a lvont:Character ;
    lvont:represents "𣄜"^^xsd:string .

<http://lexvo.org/id/char/2311D> a lvont:Character ;
    lvont:represents "𣄝"^^xsd:string .

<http://lexvo.org/id/char/2311E> a lvont:Character ;
    lvont:represents "𣄞"^^xsd:string .

<http://lexvo.org/id/char/2311F> a lvont:Character ;
    lvont:represents "𣄟"^^xsd:string .

<http://lexvo.org/id/char/2312> a lvont:Character ;
    lvont:represents "⌒"^^xsd:string ;
    rdfs:comment "ARC"@en .

<http://lexvo.org/id/char/23120> a lvont:Character ;
    lvont:represents "𣄠"^^xsd:string .

<http://lexvo.org/id/char/23121> a lvont:Character ;
    lvont:represents "𣄡"^^xsd:string .

<http://lexvo.org/id/char/23122> a lvont:Character ;
    lvont:represents "𣄢"^^xsd:string .

<http://lexvo.org/id/char/23123> a lvont:Character ;
    lvont:represents "𣄣"^^xsd:string .

<http://lexvo.org/id/char/23124> a lvont:Character ;
    lvont:represents "𣄤"^^xsd:string .

<http://lexvo.org/id/char/23125> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ch%E1%BA%BFch>,
        "𣄥"^^xsd:string .

<http://lexvo.org/id/char/23126> a lvont:Character ;
    lvont:represents "𣄦"^^xsd:string .

<http://lexvo.org/id/char/23127> a lvont:Character ;
    lvont:represents "𣄧"^^xsd:string .

<http://lexvo.org/id/char/23128> a lvont:Character ;
    lvont:represents "𣄨"^^xsd:string .

<http://lexvo.org/id/char/23129> a lvont:Character ;
    lvont:represents "𣄩"^^xsd:string .

<http://lexvo.org/id/char/2312A> a lvont:Character ;
    lvont:represents "𣄪"^^xsd:string .

<http://lexvo.org/id/char/2312B> a lvont:Character ;
    lvont:represents "𣄫"^^xsd:string .

<http://lexvo.org/id/char/2312C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/l%E1%BB%87ch>,
        "𣄬"^^xsd:string .

<http://lexvo.org/id/char/2312D> a lvont:Character ;
    lvont:represents "𣄭"^^xsd:string .

<http://lexvo.org/id/char/2312E> a lvont:Character ;
    lvont:represents "𣄮"^^xsd:string .

<http://lexvo.org/id/char/2312F> a lvont:Character ;
    lvont:represents "𣄯"^^xsd:string .

<http://lexvo.org/id/char/2313> a lvont:Character ;
    lvont:represents "⌓"^^xsd:string ;
    rdfs:comment "SEGMENT"@en .

<http://lexvo.org/id/char/23130> a lvont:Character ;
    lvont:represents "𣄰"^^xsd:string .

<http://lexvo.org/id/char/23131> a lvont:Character ;
    lvont:represents "𣄱"^^xsd:string .

<http://lexvo.org/id/char/23132> a lvont:Character ;
    lvont:represents "𣄲"^^xsd:string .

<http://lexvo.org/id/char/23133> a lvont:Character ;
    lvont:represents "𣄳"^^xsd:string .

<http://lexvo.org/id/char/23134> a lvont:Character ;
    lvont:represents "𣄴"^^xsd:string .

<http://lexvo.org/id/char/23135> a lvont:Character ;
    lvont:represents "𣄵"^^xsd:string .

<http://lexvo.org/id/char/23136> a lvont:Character ;
    lvont:represents "𣄶"^^xsd:string .

<http://lexvo.org/id/char/23137> a lvont:Character ;
    lvont:represents "𣄷"^^xsd:string .

<http://lexvo.org/id/char/23138> a lvont:Character ;
    lvont:represents "𣄸"^^xsd:string .

<http://lexvo.org/id/char/23139> a lvont:Character ;
    lvont:represents "𣄹"^^xsd:string .

<http://lexvo.org/id/char/2313A> a lvont:Character ;
    lvont:represents "𣄺"^^xsd:string .

<http://lexvo.org/id/char/2313B> a lvont:Character ;
    lvont:represents "𣄻"^^xsd:string .

<http://lexvo.org/id/char/2313C> a lvont:Character ;
    lvont:represents "𣄼"^^xsd:string .

<http://lexvo.org/id/char/2313D> a lvont:Character ;
    lvont:represents "𣄽"^^xsd:string .

<http://lexvo.org/id/char/2313E> a lvont:Character ;
    lvont:represents "𣄾"^^xsd:string .

<http://lexvo.org/id/char/2313F> a lvont:Character ;
    lvont:represents "𣄿"^^xsd:string .

<http://lexvo.org/id/char/2314> a lvont:Character ;
    lvont:represents "⌔"^^xsd:string ;
    rdfs:comment "SECTOR"@en .

<http://lexvo.org/id/char/23140> a lvont:Character ;
    lvont:represents "𣅀"^^xsd:string .

<http://lexvo.org/id/char/23141> a lvont:Character ;
    lvont:represents "𣅁"^^xsd:string .

<http://lexvo.org/id/char/23142> a lvont:Character ;
    lvont:represents "𣅂"^^xsd:string .

<http://lexvo.org/id/char/23143> a lvont:Character ;
    lvont:represents "𣅃"^^xsd:string .

<http://lexvo.org/id/char/23144> a lvont:Character ;
    lvont:represents "𣅄"^^xsd:string .

<http://lexvo.org/id/char/23145> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/n%C3%A3y>,
        "𣅅"^^xsd:string .

<http://lexvo.org/id/char/23146> a lvont:Character ;
    lvont:represents "𣅆"^^xsd:string .

<http://lexvo.org/id/char/23147> a lvont:Character ;
    lvont:represents "𣅇"^^xsd:string .

<http://lexvo.org/id/char/23148> a lvont:Character ;
    lvont:represents "𣅈"^^xsd:string .

<http://lexvo.org/id/char/23149> a lvont:Character ;
    lvont:represents "𣅉"^^xsd:string .

<http://lexvo.org/id/char/2314A> a lvont:Character ;
    lvont:represents "𣅊"^^xsd:string .

<http://lexvo.org/id/char/2314B> a lvont:Character ;
    lvont:represents "𣅋"^^xsd:string .

<http://lexvo.org/id/char/2314C> a lvont:Character ;
    lvont:represents "𣅌"^^xsd:string .

<http://lexvo.org/id/char/2314D> a lvont:Character ;
    lvont:represents "𣅍"^^xsd:string .

<http://lexvo.org/id/char/2314E> a lvont:Character ;
    lvont:represents "𣅎"^^xsd:string .

<http://lexvo.org/id/char/2314F> a lvont:Character ;
    lvont:represents "𣅏"^^xsd:string .

<http://lexvo.org/id/char/2315> a lvont:Character ;
    lvont:represents "⌕"^^xsd:string ;
    rdfs:comment "TELEPHONE RECORDER"@en .

<http://lexvo.org/id/char/23150> a lvont:Character ;
    lvont:represents "𣅐"^^xsd:string .

<http://lexvo.org/id/char/23151> a lvont:Character ;
    lvont:represents "𣅑"^^xsd:string .

<http://lexvo.org/id/char/23152> a lvont:Character ;
    lvont:represents "𣅒"^^xsd:string .

<http://lexvo.org/id/char/23153> a lvont:Character ;
    lvont:represents "𣅓"^^xsd:string .

<http://lexvo.org/id/char/23154> a lvont:Character ;
    lvont:represents "𣅔"^^xsd:string .

<http://lexvo.org/id/char/23155> a lvont:Character ;
    lvont:represents "𣅕"^^xsd:string .

<http://lexvo.org/id/char/23156> a lvont:Character ;
    lvont:represents "𣅖"^^xsd:string .

<http://lexvo.org/id/char/23157> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/k%E1%BB%89a>,
        "𣅗"^^xsd:string .

<http://lexvo.org/id/char/23158> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/khuya>,
        "𣅘"^^xsd:string .

<http://lexvo.org/id/char/23159> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/khuya>,
        "𣅙"^^xsd:string .

<http://lexvo.org/id/char/2315A> a lvont:Character ;
    lvont:represents "𣅚"^^xsd:string .

<http://lexvo.org/id/char/2315B> a lvont:Character ;
    lvont:represents "𣅛"^^xsd:string .

<http://lexvo.org/id/char/2315C> a lvont:Character ;
    lvont:represents "𣅜"^^xsd:string .

<http://lexvo.org/id/char/2315D> a lvont:Character ;
    lvont:represents "𣅝"^^xsd:string .

<http://lexvo.org/id/char/2315E> a lvont:Character ;
    lvont:represents "𣅞"^^xsd:string .

<http://lexvo.org/id/char/2315F> a lvont:Character ;
    lvont:represents "𣅟"^^xsd:string .

<http://lexvo.org/id/char/2316> a lvont:Character ;
    lvont:represents "⌖"^^xsd:string ;
    rdfs:comment "POSITION INDICATOR"@en .

<http://lexvo.org/id/char/23160> a lvont:Character ;
    lvont:represents "𣅠"^^xsd:string .

<http://lexvo.org/id/char/23161> a lvont:Character ;
    lvont:represents "𣅡"^^xsd:string .

<http://lexvo.org/id/char/23162> a lvont:Character ;
    lvont:represents "𣅢"^^xsd:string .

<http://lexvo.org/id/char/23163> a lvont:Character ;
    lvont:represents "𣅣"^^xsd:string .

<http://lexvo.org/id/char/23164> a lvont:Character ;
    lvont:represents "𣅤"^^xsd:string .

<http://lexvo.org/id/char/23165> a lvont:Character ;
    lvont:represents "𣅥"^^xsd:string .

<http://lexvo.org/id/char/23166> a lvont:Character ;
    lvont:represents "𣅦"^^xsd:string .

<http://lexvo.org/id/char/23167> a lvont:Character ;
    lvont:represents "𣅧"^^xsd:string .

<http://lexvo.org/id/char/23168> a lvont:Character ;
    lvont:represents "𣅨"^^xsd:string .

<http://lexvo.org/id/char/23169> a lvont:Character ;
    lvont:represents "𣅩"^^xsd:string .

<http://lexvo.org/id/char/2316A> a lvont:Character ;
    lvont:represents "𣅪"^^xsd:string .

<http://lexvo.org/id/char/2316B> a lvont:Character ;
    lvont:represents "𣅫"^^xsd:string .

<http://lexvo.org/id/char/2316C> a lvont:Character ;
    lvont:represents "𣅬"^^xsd:string .

<http://lexvo.org/id/char/2316D> a lvont:Character ;
    lvont:represents "𣅭"^^xsd:string .

<http://lexvo.org/id/char/2316E> a lvont:Character ;
    lvont:represents "𣅮"^^xsd:string .

<http://lexvo.org/id/char/2316F> a lvont:Character ;
    lvont:represents "𣅯"^^xsd:string .

<http://lexvo.org/id/char/2317> a lvont:Character ;
    lvont:represents "⌗"^^xsd:string ;
    rdfs:comment "VIEWDATA SQUARE"@en .

<http://lexvo.org/id/char/23170> a lvont:Character ;
    lvont:represents "𣅰"^^xsd:string .

<http://lexvo.org/id/char/23171> a lvont:Character ;
    lvont:represents "𣅱"^^xsd:string .

<http://lexvo.org/id/char/23172> a lvont:Character ;
    lvont:represents "𣅲"^^xsd:string .

<http://lexvo.org/id/char/23173> a lvont:Character ;
    lvont:represents "𣅳"^^xsd:string .

<http://lexvo.org/id/char/23174> a lvont:Character ;
    lvont:represents "𣅴"^^xsd:string .

<http://lexvo.org/id/char/23175> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/t%C4%83m>,
        "𣅵"^^xsd:string .

<http://lexvo.org/id/char/23176> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/l%C3%BAc>,
        "𣅶"^^xsd:string .

<http://lexvo.org/id/char/23177> a lvont:Character ;
    lvont:represents "𣅷"^^xsd:string .

<http://lexvo.org/id/char/23178> a lvont:Character ;
    lvont:represents "𣅸"^^xsd:string .

<http://lexvo.org/id/char/23179> a lvont:Character ;
    lvont:represents "𣅹"^^xsd:string .

<http://lexvo.org/id/char/2317A> a lvont:Character ;
    lvont:represents "𣅺"^^xsd:string .

<http://lexvo.org/id/char/2317B> a lvont:Character ;
    lvont:represents "𣅻"^^xsd:string .

<http://lexvo.org/id/char/2317C> a lvont:Character ;
    lvont:represents "𣅼"^^xsd:string .

<http://lexvo.org/id/char/2317D> a lvont:Character ;
    lvont:represents "𣅽"^^xsd:string .

<http://lexvo.org/id/char/2317E> a lvont:Character ;
    lvont:represents "𣅾"^^xsd:string .

<http://lexvo.org/id/char/2317F> a lvont:Character ;
    lvont:represents "𣅿"^^xsd:string .

<http://lexvo.org/id/char/2318> a lvont:Character ;
    lvont:represents "⌘"^^xsd:string ;
    rdfs:comment "PLACE OF INTEREST SIGN"@en .

<http://lexvo.org/id/char/23180> a lvont:Character ;
    lvont:represents "𣆀"^^xsd:string .

<http://lexvo.org/id/char/23181> a lvont:Character ;
    lvont:represents "𣆁"^^xsd:string .

<http://lexvo.org/id/char/23182> a lvont:Character ;
    lvont:represents "𣆂"^^xsd:string .

<http://lexvo.org/id/char/23183> a lvont:Character ;
    lvont:represents "𣆃"^^xsd:string .

<http://lexvo.org/id/char/23184> a lvont:Character ;
    lvont:represents "𣆄"^^xsd:string .

<http://lexvo.org/id/char/23185> a lvont:Character ;
    lvont:represents "𣆅"^^xsd:string .

<http://lexvo.org/id/char/23186> a lvont:Character ;
    lvont:represents "𣆆"^^xsd:string .

<http://lexvo.org/id/char/23187> a lvont:Character ;
    lvont:represents "𣆇"^^xsd:string .

<http://lexvo.org/id/char/23188> a lvont:Character ;
    lvont:represents "𣆈"^^xsd:string .

<http://lexvo.org/id/char/23189> a lvont:Character ;
    lvont:represents "𣆉"^^xsd:string .

<http://lexvo.org/id/char/2318A> a lvont:Character ;
    lvont:represents "𣆊"^^xsd:string .

<http://lexvo.org/id/char/2318B> a lvont:Character ;
    lvont:represents "𣆋"^^xsd:string .

<http://lexvo.org/id/char/2318C> a lvont:Character ;
    lvont:represents "𣆌"^^xsd:string .

<http://lexvo.org/id/char/2318D> a lvont:Character ;
    lvont:represents "𣆍"^^xsd:string .

<http://lexvo.org/id/char/2318E> a lvont:Character ;
    lvont:represents "𣆎"^^xsd:string .

<http://lexvo.org/id/char/2318F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ph%C6%A1i>,
        "𣆏"^^xsd:string .

<http://lexvo.org/id/char/2319> a lvont:Character ;
    lvont:represents "⌙"^^xsd:string ;
    rdfs:comment "TURNED NOT SIGN"@en .

<http://lexvo.org/id/char/23190> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/tr%C6%B0a>,
        "𣆐"^^xsd:string .

<http://lexvo.org/id/char/23191> a lvont:Character ;
    lvont:represents "𣆑"^^xsd:string .

<http://lexvo.org/id/char/23192> a lvont:Character ;
    lvont:represents "𣆒"^^xsd:string .

<http://lexvo.org/id/char/23193> a lvont:Character ;
    lvont:represents "𣆓"^^xsd:string .

<http://lexvo.org/id/char/23194> a lvont:Character ;
    lvont:represents "𣆔"^^xsd:string .

<http://lexvo.org/id/char/23195> a lvont:Character ;
    lvont:represents "𣆕"^^xsd:string .

<http://lexvo.org/id/char/23196> a lvont:Character ;
    lvont:represents "𣆖"^^xsd:string .

<http://lexvo.org/id/char/23197> a lvont:Character ;
    lvont:represents "𣆗"^^xsd:string .

<http://lexvo.org/id/char/23198> a lvont:Character ;
    lvont:represents "𣆘"^^xsd:string .

<http://lexvo.org/id/char/23199> a lvont:Character ;
    lvont:represents "𣆙"^^xsd:string .

<http://lexvo.org/id/char/2319A> a lvont:Character ;
    lvont:represents "𣆚"^^xsd:string .

<http://lexvo.org/id/char/2319B> a lvont:Character ;
    lvont:represents "𣆛"^^xsd:string .

<http://lexvo.org/id/char/2319C> a lvont:Character ;
    lvont:represents "𣆜"^^xsd:string .

<http://lexvo.org/id/char/2319D> a lvont:Character ;
    lvont:represents "𣆝"^^xsd:string .

<http://lexvo.org/id/char/2319E> a lvont:Character ;
    lvont:represents "𣆞"^^xsd:string .

<http://lexvo.org/id/char/2319F> a lvont:Character ;
    lvont:represents "𣆟"^^xsd:string .

<http://lexvo.org/id/char/231A> a lvont:Character ;
    lvont:represents "⌚"^^xsd:string ;
    rdfs:comment "WATCH"@en .

<http://lexvo.org/id/char/231A0> a lvont:Character ;
    lvont:represents "𣆠"^^xsd:string .

<http://lexvo.org/id/char/231A1> a lvont:Character ;
    lvont:represents "𣆡"^^xsd:string .

<http://lexvo.org/id/char/231A2> a lvont:Character ;
    lvont:represents "𣆢"^^xsd:string .

<http://lexvo.org/id/char/231A3> a lvont:Character ;
    lvont:represents "𣆣"^^xsd:string .

<http://lexvo.org/id/char/231A4> a lvont:Character ;
    lvont:represents "𣆤"^^xsd:string .

<http://lexvo.org/id/char/231A5> a lvont:Character ;
    lvont:represents "𣆥"^^xsd:string .

<http://lexvo.org/id/char/231A6> a lvont:Character ;
    lvont:represents "𣆦"^^xsd:string .

<http://lexvo.org/id/char/231A7> a lvont:Character ;
    lvont:represents "𣆧"^^xsd:string .

<http://lexvo.org/id/char/231A8> a lvont:Character ;
    lvont:represents "𣆨"^^xsd:string .

<http://lexvo.org/id/char/231A9> a lvont:Character ;
    lvont:represents "𣆩"^^xsd:string .

<http://lexvo.org/id/char/231AA> a lvont:Character ;
    lvont:represents "𣆪"^^xsd:string .

<http://lexvo.org/id/char/231AB> a lvont:Character ;
    lvont:represents "𣆫"^^xsd:string .

<http://lexvo.org/id/char/231AC> a lvont:Character ;
    lvont:represents "𣆬"^^xsd:string .

<http://lexvo.org/id/char/231AD> a lvont:Character ;
    lvont:represents "𣆭"^^xsd:string .

<http://lexvo.org/id/char/231AE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/chang>,
        "𣆮"^^xsd:string .

<http://lexvo.org/id/char/231AF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/h%E1%BA%B5ng>,
        "𣆯"^^xsd:string .

<http://lexvo.org/id/char/231B> a lvont:Character ;
    lvont:represents "⌛"^^xsd:string ;
    rdfs:comment "HOURGLASS"@en .

<http://lexvo.org/id/char/231B0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/gi%C3%A2y>,
        "𣆰"^^xsd:string .

<http://lexvo.org/id/char/231B1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/d%C3%B2n>,
        "𣆱"^^xsd:string .

<http://lexvo.org/id/char/231B2> a lvont:Character ;
    lvont:represents "𣆲"^^xsd:string .

<http://lexvo.org/id/char/231B3> a lvont:Character ;
    lvont:represents "𣆳"^^xsd:string .

<http://lexvo.org/id/char/231B4> a lvont:Character ;
    lvont:represents "𣆴"^^xsd:string .

<http://lexvo.org/id/char/231B5> a lvont:Character ;
    lvont:represents "𣆵"^^xsd:string .

<http://lexvo.org/id/char/231B6> a lvont:Character ;
    lvont:represents "𣆶"^^xsd:string .

<http://lexvo.org/id/char/231B7> a lvont:Character ;
    lvont:represents "𣆷"^^xsd:string .

<http://lexvo.org/id/char/231B8> a lvont:Character ;
    lvont:represents "𣆸"^^xsd:string .

<http://lexvo.org/id/char/231B9> a lvont:Character ;
    lvont:represents "𣆹"^^xsd:string .

<http://lexvo.org/id/char/231BA> a lvont:Character ;
    lvont:represents "𣆺"^^xsd:string .

<http://lexvo.org/id/char/231BB> a lvont:Character ;
    lvont:represents "𣆻"^^xsd:string .

<http://lexvo.org/id/char/231BC> a lvont:Character ;
    lvont:represents "𣆼"^^xsd:string .

<http://lexvo.org/id/char/231BD> a lvont:Character ;
    lvont:represents "𣆽"^^xsd:string .

<http://lexvo.org/id/char/231BE> a lvont:Character ;
    lvont:represents "𣆾"^^xsd:string .

<http://lexvo.org/id/char/231BF> a lvont:Character ;
    lvont:represents "𣆿"^^xsd:string .

<http://lexvo.org/id/char/231C> a lvont:Character ;
    lvont:represents "⌜"^^xsd:string ;
    rdfs:comment "TOP LEFT CORNER"@en .

<http://lexvo.org/id/char/231C0> a lvont:Character ;
    lvont:represents "𣇀"^^xsd:string .

<http://lexvo.org/id/char/231C1> a lvont:Character ;
    lvont:represents "𣇁"^^xsd:string .

<http://lexvo.org/id/char/231C2> a lvont:Character ;
    lvont:represents "𣇂"^^xsd:string .

<http://lexvo.org/id/char/231C3> a lvont:Character ;
    lvont:represents "𣇃"^^xsd:string .

<http://lexvo.org/id/char/231C4> a lvont:Character ;
    lvont:represents "𣇄"^^xsd:string .

<http://lexvo.org/id/char/231C5> a lvont:Character ;
    lvont:represents "𣇅"^^xsd:string .

<http://lexvo.org/id/char/231C6> a lvont:Character ;
    lvont:represents "𣇆"^^xsd:string .

<http://lexvo.org/id/char/231C7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%A0n>,
        "𣇇"^^xsd:string .

<http://lexvo.org/id/char/231C8> a lvont:Character ;
    lvont:represents "𣇈"^^xsd:string .

<http://lexvo.org/id/char/231C9> a lvont:Character ;
    lvont:represents "𣇉"^^xsd:string .

<http://lexvo.org/id/char/231CA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/b%E1%BB%AFa>,
        "𣇊"^^xsd:string .

<http://lexvo.org/id/char/231CB> a lvont:Character ;
    lvont:represents "𣇋"^^xsd:string .

<http://lexvo.org/id/char/231CC> a lvont:Character ;
    lvont:represents "𣇌"^^xsd:string .

<http://lexvo.org/id/char/231CD> a lvont:Character ;
    lvont:represents "𣇍"^^xsd:string .

<http://lexvo.org/id/char/231CE> a lvont:Character ;
    lvont:represents "𣇎"^^xsd:string .

<http://lexvo.org/id/char/231CF> a lvont:Character ;
    lvont:represents "𣇏"^^xsd:string .

<http://lexvo.org/id/char/231D> a lvont:Character ;
    lvont:represents "⌝"^^xsd:string ;
    rdfs:comment "TOP RIGHT CORNER"@en .

<http://lexvo.org/id/char/231D0> a lvont:Character ;
    lvont:represents "𣇐"^^xsd:string .

<http://lexvo.org/id/char/231D1> a lvont:Character ;
    lvont:represents "𣇑"^^xsd:string .

<http://lexvo.org/id/char/231D2> a lvont:Character ;
    lvont:represents "𣇒"^^xsd:string .

<http://lexvo.org/id/char/231D3> a lvont:Character ;
    lvont:represents "𣇓"^^xsd:string .

<http://lexvo.org/id/char/231D4> a lvont:Character ;
    lvont:represents "𣇔"^^xsd:string .

<http://lexvo.org/id/char/231D5> a lvont:Character ;
    lvont:represents "𣇕"^^xsd:string .

<http://lexvo.org/id/char/231D6> a lvont:Character ;
    lvont:represents "𣇖"^^xsd:string .

<http://lexvo.org/id/char/231D7> a lvont:Character ;
    lvont:represents "𣇗"^^xsd:string .

<http://lexvo.org/id/char/231D8> a lvont:Character ;
    lvont:represents "𣇘"^^xsd:string .

<http://lexvo.org/id/char/231D9> a lvont:Character ;
    lvont:represents "𣇙"^^xsd:string .

<http://lexvo.org/id/char/231DA> a lvont:Character ;
    lvont:represents "𣇚"^^xsd:string .

<http://lexvo.org/id/char/231DB> a lvont:Character ;
    lvont:represents "𣇛"^^xsd:string .

<http://lexvo.org/id/char/231DC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/bu%E1%BB%95i>,
        "𣇜"^^xsd:string .

<http://lexvo.org/id/char/231DD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/r%E1%BA%A3nh>,
        "𣇝"^^xsd:string .

<http://lexvo.org/id/char/231DE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/gi%E1%BB%9D>,
        "𣇞"^^xsd:string .

<http://lexvo.org/id/char/231DF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/sao>,
        "𣇟"^^xsd:string .

<http://lexvo.org/id/char/231E> a lvont:Character ;
    lvont:represents "⌞"^^xsd:string ;
    rdfs:comment "BOTTOM LEFT CORNER"@en .

<http://lexvo.org/id/char/231E0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/k%C4%A9a>,
        "𣇠"^^xsd:string .

<http://lexvo.org/id/char/231E1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/k%E1%BB%8Ba>,
        "𣇡"^^xsd:string .

<http://lexvo.org/id/char/231E2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%F0%A3%87%A2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/bi%C4%9B>,
        "𣇢"^^xsd:string ;
    rdfs:comment "to try fruit, etc., in the sun"@en .

<http://lexvo.org/id/char/231E3> a lvont:Character ;
    lvont:represents "𣇣"^^xsd:string .

<http://lexvo.org/id/char/231E4> a lvont:Character ;
    lvont:represents "𣇤"^^xsd:string .

<http://lexvo.org/id/char/231E5> a lvont:Character ;
    lvont:represents "𣇥"^^xsd:string .

<http://lexvo.org/id/char/231E6> a lvont:Character ;
    lvont:represents "𣇦"^^xsd:string .

<http://lexvo.org/id/char/231E7> a lvont:Character ;
    lvont:represents "𣇧"^^xsd:string .

<http://lexvo.org/id/char/231E8> a lvont:Character ;
    lvont:represents "𣇨"^^xsd:string .

<http://lexvo.org/id/char/231E9> a lvont:Character ;
    lvont:represents "𣇩"^^xsd:string .

<http://lexvo.org/id/char/231EA> a lvont:Character ;
    lvont:represents "𣇪"^^xsd:string .

<http://lexvo.org/id/char/231EB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/thu%E1%BB%9F>,
        "𣇫"^^xsd:string .

<http://lexvo.org/id/char/231EC> a lvont:Character ;
    lvont:represents "𣇬"^^xsd:string .

<http://lexvo.org/id/char/231ED> a lvont:Character ;
    lvont:represents "𣇭"^^xsd:string .

<http://lexvo.org/id/char/231EE> a lvont:Character ;
    lvont:represents "𣇮"^^xsd:string .

<http://lexvo.org/id/char/231EF> a lvont:Character ;
    lvont:represents "𣇯"^^xsd:string .

<http://lexvo.org/id/char/231F> a lvont:Character ;
    lvont:represents "⌟"^^xsd:string ;
    rdfs:comment "BOTTOM RIGHT CORNER"@en .

<http://lexvo.org/id/char/231F0> a lvont:Character ;
    lvont:represents "𣇰"^^xsd:string .

<http://lexvo.org/id/char/231F1> a lvont:Character ;
    lvont:represents "𣇱"^^xsd:string .

<http://lexvo.org/id/char/231F2> a lvont:Character ;
    lvont:represents "𣇲"^^xsd:string .

<http://lexvo.org/id/char/231F3> a lvont:Character ;
    lvont:represents "𣇳"^^xsd:string .

<http://lexvo.org/id/char/231F4> a lvont:Character ;
    lvont:represents "𣇴"^^xsd:string .

<http://lexvo.org/id/char/231F5> a lvont:Character ;
    lvont:represents "𣇵"^^xsd:string .

<http://lexvo.org/id/char/231F6> a lvont:Character ;
    lvont:represents "𣇶"^^xsd:string .

<http://lexvo.org/id/char/231F7> a lvont:Character ;
    lvont:represents "𣇷"^^xsd:string .

<http://lexvo.org/id/char/231F8> a lvont:Character ;
    lvont:represents "𣇸"^^xsd:string .

<http://lexvo.org/id/char/231F9> a lvont:Character ;
    lvont:represents "𣇹"^^xsd:string .

<http://lexvo.org/id/char/231FA> a lvont:Character ;
    lvont:represents "𣇺"^^xsd:string .

<http://lexvo.org/id/char/231FB> a lvont:Character ;
    lvont:represents "𣇻"^^xsd:string .

<http://lexvo.org/id/char/231FC> a lvont:Character ;
    lvont:represents "𣇼"^^xsd:string .

<http://lexvo.org/id/char/231FD> a lvont:Character ;
    lvont:represents "𣇽"^^xsd:string .

<http://lexvo.org/id/char/231FE> a lvont:Character ;
    lvont:represents "𣇾"^^xsd:string .

<http://lexvo.org/id/char/231FF> a lvont:Character ;
    lvont:represents "𣇿"^^xsd:string .

<http://lexvo.org/id/char/2320> a lvont:Character ;
    lvont:represents "⌠"^^xsd:string ;
    rdfs:comment "TOP HALF INTEGRAL"@en .

<http://lexvo.org/id/char/23200> a lvont:Character ;
    lvont:represents "𣈀"^^xsd:string .

<http://lexvo.org/id/char/23201> a lvont:Character ;
    lvont:represents "𣈁"^^xsd:string .

<http://lexvo.org/id/char/23202> a lvont:Character ;
    lvont:represents "𣈂"^^xsd:string .

<http://lexvo.org/id/char/23203> a lvont:Character ;
    lvont:represents "𣈃"^^xsd:string .

<http://lexvo.org/id/char/23204> a lvont:Character ;
    lvont:represents "𣈄"^^xsd:string .

<http://lexvo.org/id/char/23205> a lvont:Character ;
    lvont:represents "𣈅"^^xsd:string .

<http://lexvo.org/id/char/23206> a lvont:Character ;
    lvont:represents "𣈆"^^xsd:string .

<http://lexvo.org/id/char/23207> a lvont:Character ;
    lvont:represents "𣈇"^^xsd:string .

<http://lexvo.org/id/char/23208> a lvont:Character ;
    lvont:represents "𣈈"^^xsd:string .

<http://lexvo.org/id/char/23209> a lvont:Character ;
    lvont:represents "𣈉"^^xsd:string .

<http://lexvo.org/id/char/2320A> a lvont:Character ;
    lvont:represents "𣈊"^^xsd:string .

<http://lexvo.org/id/char/2320B> a lvont:Character ;
    lvont:represents "𣈋"^^xsd:string .

<http://lexvo.org/id/char/2320C> a lvont:Character ;
    lvont:represents "𣈌"^^xsd:string .

<http://lexvo.org/id/char/2320D> a lvont:Character ;
    lvont:represents "𣈍"^^xsd:string .

<http://lexvo.org/id/char/2320E> a lvont:Character ;
    lvont:represents "𣈎"^^xsd:string .

<http://lexvo.org/id/char/2320F> a lvont:Character ;
    lvont:represents "𣈏"^^xsd:string .

<http://lexvo.org/id/char/2321> a lvont:Character ;
    lvont:represents "⌡"^^xsd:string ;
    rdfs:comment "BOTTOM HALF INTEGRAL"@en .

<http://lexvo.org/id/char/23210> a lvont:Character ;
    lvont:represents "𣈐"^^xsd:string .

<http://lexvo.org/id/char/23211> a lvont:Character ;
    lvont:represents "𣈑"^^xsd:string .

<http://lexvo.org/id/char/23212> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/k%C3%ACa>,
        "𣈒"^^xsd:string .

<http://lexvo.org/id/char/23213> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ph%C6%A1i>,
        "𣈓"^^xsd:string .

<http://lexvo.org/id/char/23214> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/%C4%91%C3%AAm>,
        "𣈔"^^xsd:string .

<http://lexvo.org/id/char/23215> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/mai>,
        "𣈕"^^xsd:string .

<http://lexvo.org/id/char/23216> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/b%C3%B3ng>,
        "𣈖"^^xsd:string .

<http://lexvo.org/id/char/23217> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ng%C3%A0y>,
        "𣈗"^^xsd:string .

<http://lexvo.org/id/char/23218> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/%C4%91%C3%AAm>,
        "𣈘"^^xsd:string .

<http://lexvo.org/id/char/23219> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/r%E1%BA%A7y>,
        "𣈙"^^xsd:string .

<http://lexvo.org/id/char/2321A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ch%E1%BA%A1ng>,
        "𣈚"^^xsd:string .

<http://lexvo.org/id/char/2321B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/qu%E1%BA%AFt>,
        "𣈛"^^xsd:string .

<http://lexvo.org/id/char/2321C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ng%C3%A0y>,
        "𣈜"^^xsd:string .

<http://lexvo.org/id/char/2321D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/c%E1%BB%AF>,
        "𣈝"^^xsd:string .

<http://lexvo.org/id/char/2321E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/hong>,
        "𣈞"^^xsd:string .

<http://lexvo.org/id/char/2321F> a lvont:Character ;
    lvont:represents "𣈟"^^xsd:string .

<http://lexvo.org/id/char/2322> a lvont:Character ;
    lvont:represents "⌢"^^xsd:string ;
    rdfs:comment "FROWN"@en .

<http://lexvo.org/id/char/23220> a lvont:Character ;
    lvont:represents "𣈠"^^xsd:string .

<http://lexvo.org/id/char/23221> a lvont:Character ;
    lvont:represents "𣈡"^^xsd:string .

<http://lexvo.org/id/char/23222> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/tia>,
        "𣈢"^^xsd:string .

<http://lexvo.org/id/char/23223> a lvont:Character ;
    lvont:represents "𣈣"^^xsd:string .

<http://lexvo.org/id/char/23224> a lvont:Character ;
    lvont:represents "𣈤"^^xsd:string .

<http://lexvo.org/id/char/23225> a lvont:Character ;
    lvont:represents "𣈥"^^xsd:string .

<http://lexvo.org/id/char/23226> a lvont:Character ;
    lvont:represents "𣈦"^^xsd:string .

<http://lexvo.org/id/char/23227> a lvont:Character ;
    lvont:represents "𣈧"^^xsd:string .

<http://lexvo.org/id/char/23228> a lvont:Character ;
    lvont:represents "𣈨"^^xsd:string .

<http://lexvo.org/id/char/23229> a lvont:Character ;
    lvont:represents "𣈩"^^xsd:string .

<http://lexvo.org/id/char/2322A> a lvont:Character ;
    lvont:represents "𣈪"^^xsd:string .

<http://lexvo.org/id/char/2322B> a lvont:Character ;
    lvont:represents "𣈫"^^xsd:string .

<http://lexvo.org/id/char/2322C> a lvont:Character ;
    lvont:represents "𣈬"^^xsd:string .

<http://lexvo.org/id/char/2322D> a lvont:Character ;
    lvont:represents "𣈭"^^xsd:string .

<http://lexvo.org/id/char/2322E> a lvont:Character ;
    lvont:represents "𣈮"^^xsd:string .

<http://lexvo.org/id/char/2322F> a lvont:Character ;
    lvont:represents "𣈯"^^xsd:string .

<http://lexvo.org/id/char/2323> a lvont:Character ;
    lvont:represents "⌣"^^xsd:string ;
    rdfs:comment "SMILE"@en .

<http://lexvo.org/id/char/23230> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/nau>,
        "𣈰"^^xsd:string .

<http://lexvo.org/id/char/23231> a lvont:Character ;
    lvont:represents "𣈱"^^xsd:string .

<http://lexvo.org/id/char/23232> a lvont:Character ;
    lvont:represents "𣈲"^^xsd:string .

<http://lexvo.org/id/char/23233> a lvont:Character ;
    lvont:represents "𣈳"^^xsd:string .

<http://lexvo.org/id/char/23234> a lvont:Character ;
    lvont:represents "𣈴"^^xsd:string .

<http://lexvo.org/id/char/23235> a lvont:Character ;
    lvont:represents "𣈵"^^xsd:string .

<http://lexvo.org/id/char/23236> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C3%A8ng>,
        "𣈶"^^xsd:string .

<http://lexvo.org/id/char/23237> a lvont:Character ;
    lvont:represents "𣈷"^^xsd:string .

<http://lexvo.org/id/char/23238> a lvont:Character ;
    lvont:represents "𣈸"^^xsd:string .

<http://lexvo.org/id/char/23239> a lvont:Character ;
    lvont:represents "𣈹"^^xsd:string .

<http://lexvo.org/id/char/2323A> a lvont:Character ;
    lvont:represents "𣈺"^^xsd:string .

<http://lexvo.org/id/char/2323B> a lvont:Character ;
    lvont:represents "𣈻"^^xsd:string .

<http://lexvo.org/id/char/2323C> a lvont:Character ;
    lvont:represents "𣈼"^^xsd:string .

<http://lexvo.org/id/char/2323D> a lvont:Character ;
    lvont:represents "𣈽"^^xsd:string .

<http://lexvo.org/id/char/2323E> a lvont:Character ;
    lvont:represents "𣈾"^^xsd:string .

<http://lexvo.org/id/char/2323F> a lvont:Character ;
    lvont:represents "𣈿"^^xsd:string .

<http://lexvo.org/id/char/2324> a lvont:Character ;
    lvont:represents "⌤"^^xsd:string ;
    rdfs:comment "UP ARROWHEAD BETWEEN TWO HORIZONTAL BARS"@en .

<http://lexvo.org/id/char/23240> a lvont:Character ;
    lvont:represents "𣉀"^^xsd:string .

<http://lexvo.org/id/char/23241> a lvont:Character ;
    lvont:represents "𣉁"^^xsd:string .

<http://lexvo.org/id/char/23242> a lvont:Character ;
    lvont:represents "𣉂"^^xsd:string .

<http://lexvo.org/id/char/23243> a lvont:Character ;
    lvont:represents "𣉃"^^xsd:string .

<http://lexvo.org/id/char/23244> a lvont:Character ;
    lvont:represents "𣉄"^^xsd:string .

<http://lexvo.org/id/char/23245> a lvont:Character ;
    lvont:represents "𣉅"^^xsd:string .

<http://lexvo.org/id/char/23246> a lvont:Character ;
    lvont:represents "𣉆"^^xsd:string .

<http://lexvo.org/id/char/23247> a lvont:Character ;
    lvont:represents "𣉇"^^xsd:string .

<http://lexvo.org/id/char/23248> a lvont:Character ;
    lvont:represents "𣉈"^^xsd:string .

<http://lexvo.org/id/char/23249> a lvont:Character ;
    lvont:represents "𣉉"^^xsd:string .

<http://lexvo.org/id/char/2324A> a lvont:Character ;
    lvont:represents "𣉊"^^xsd:string .

<http://lexvo.org/id/char/2324B> a lvont:Character ;
    lvont:represents "𣉋"^^xsd:string .

<http://lexvo.org/id/char/2324C> a lvont:Character ;
    lvont:represents "𣉌"^^xsd:string .

<http://lexvo.org/id/char/2324D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ui>,
        "𣉍"^^xsd:string .

<http://lexvo.org/id/char/2324E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/tr%C6%B0a>,
        "𣉎"^^xsd:string .

<http://lexvo.org/id/char/2324F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/l%C3%ACnh>,
        "𣉏"^^xsd:string .

<http://lexvo.org/id/char/2325> a lvont:Character ;
    lvont:represents "⌥"^^xsd:string ;
    rdfs:comment "OPTION KEY"@en .

<http://lexvo.org/id/char/23250> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/tho%E1%BA%A1t>,
        "𣉐"^^xsd:string .

<http://lexvo.org/id/char/23251> a lvont:Character ;
    lvont:represents "𣉑"^^xsd:string .

<http://lexvo.org/id/char/23252> a lvont:Character ;
    lvont:represents "𣉒"^^xsd:string .

<http://lexvo.org/id/char/23253> a lvont:Character ;
    lvont:represents "𣉓"^^xsd:string .

<http://lexvo.org/id/char/23254> a lvont:Character ;
    lvont:represents "𣉔"^^xsd:string .

<http://lexvo.org/id/char/23255> a lvont:Character ;
    lvont:represents "𣉕"^^xsd:string .

<http://lexvo.org/id/char/23256> a lvont:Character ;
    lvont:represents "𣉖"^^xsd:string .

<http://lexvo.org/id/char/23257> a lvont:Character ;
    lvont:represents "𣉗"^^xsd:string .

<http://lexvo.org/id/char/23258> a lvont:Character ;
    lvont:represents "𣉘"^^xsd:string .

<http://lexvo.org/id/char/23259> a lvont:Character ;
    lvont:represents "𣉙"^^xsd:string .

<http://lexvo.org/id/char/2325A> a lvont:Character ;
    lvont:represents "𣉚"^^xsd:string .

<http://lexvo.org/id/char/2325B> a lvont:Character ;
    lvont:represents "𣉛"^^xsd:string .

<http://lexvo.org/id/char/2325C> a lvont:Character ;
    lvont:represents "𣉜"^^xsd:string .

<http://lexvo.org/id/char/2325D> a lvont:Character ;
    lvont:represents "𣉝"^^xsd:string .

<http://lexvo.org/id/char/2325E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/gou2>,
        <http://lexvo.org/id/term/yue/%F0%A3%89%9E>,
        "𣉞"^^xsd:string ;
    rdfs:comment "white, clear"@en .

<http://lexvo.org/id/char/2325F> a lvont:Character ;
    lvont:represents "𣉟"^^xsd:string .

<http://lexvo.org/id/char/2326> a lvont:Character ;
    lvont:represents "⌦"^^xsd:string ;
    rdfs:comment "ERASE TO THE RIGHT"@en .

<http://lexvo.org/id/char/23260> a lvont:Character ;
    lvont:represents "𣉠"^^xsd:string .

<http://lexvo.org/id/char/23261> a lvont:Character ;
    lvont:represents "𣉡"^^xsd:string .

<http://lexvo.org/id/char/23262> a lvont:Character ;
    lvont:represents "𣉢"^^xsd:string .

<http://lexvo.org/id/char/23263> a lvont:Character ;
    lvont:represents "𣉣"^^xsd:string .

<http://lexvo.org/id/char/23264> a lvont:Character ;
    lvont:represents "𣉤"^^xsd:string .

<http://lexvo.org/id/char/23265> a lvont:Character ;
    lvont:represents "𣉥"^^xsd:string .

<http://lexvo.org/id/char/23266> a lvont:Character ;
    lvont:represents "𣉦"^^xsd:string .

<http://lexvo.org/id/char/23267> a lvont:Character ;
    lvont:represents "𣉧"^^xsd:string .

<http://lexvo.org/id/char/23268> a lvont:Character ;
    lvont:represents "𣉨"^^xsd:string .

<http://lexvo.org/id/char/23269> a lvont:Character ;
    lvont:represents "𣉩"^^xsd:string .

<http://lexvo.org/id/char/2326A> a lvont:Character ;
    lvont:represents "𣉪"^^xsd:string .

<http://lexvo.org/id/char/2326B> a lvont:Character ;
    lvont:represents "𣉫"^^xsd:string .

<http://lexvo.org/id/char/2326C> a lvont:Character ;
    lvont:represents "𣉬"^^xsd:string .

<http://lexvo.org/id/char/2326D> a lvont:Character ;
    lvont:represents "𣉭"^^xsd:string .

<http://lexvo.org/id/char/2326E> a lvont:Character ;
    lvont:represents "𣉮"^^xsd:string .

<http://lexvo.org/id/char/2326F> a lvont:Character ;
    lvont:represents "𣉯"^^xsd:string .

<http://lexvo.org/id/char/2327> a lvont:Character ;
    lvont:represents "⌧"^^xsd:string ;
    rdfs:comment "X IN A RECTANGLE BOX"@en .

<http://lexvo.org/id/char/23270> a lvont:Character ;
    lvont:represents "𣉰"^^xsd:string .

<http://lexvo.org/id/char/23271> a lvont:Character ;
    lvont:represents "𣉱"^^xsd:string .

<http://lexvo.org/id/char/23272> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ch%E1%BA%BFch>,
        "𣉲"^^xsd:string .

<http://lexvo.org/id/char/23273> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/bu%E1%BB%95i>,
        "𣉳"^^xsd:string .

<http://lexvo.org/id/char/23274> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ch%C3%B3i>,
        "𣉴"^^xsd:string .

<http://lexvo.org/id/char/23275> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/rua>,
        "𣉵"^^xsd:string .

<http://lexvo.org/id/char/23276> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/h%C3%A1o>,
        "𣉶"^^xsd:string .

<http://lexvo.org/id/char/23277> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/d%E1%BB%85>,
        "𣉷"^^xsd:string .

<http://lexvo.org/id/char/23278> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/k%C3%ADa>,
        "𣉸"^^xsd:string .

<http://lexvo.org/id/char/23279> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/gi%E1%BB%9D>,
        "𣉹"^^xsd:string .

<http://lexvo.org/id/char/2327A> a lvont:Character ;
    lvont:represents "𣉺"^^xsd:string .

<http://lexvo.org/id/char/2327B> a lvont:Character ;
    lvont:represents "𣉻"^^xsd:string .

<http://lexvo.org/id/char/2327C> a lvont:Character ;
    lvont:represents "𣉼"^^xsd:string .

<http://lexvo.org/id/char/2327D> a lvont:Character ;
    lvont:represents "𣉽"^^xsd:string .

<http://lexvo.org/id/char/2327E> a lvont:Character ;
    lvont:represents "𣉾"^^xsd:string .

<http://lexvo.org/id/char/2327F> a lvont:Character ;
    lvont:represents "𣉿"^^xsd:string .

<http://lexvo.org/id/char/2328> a lvont:Character ;
    lvont:represents "⌨"^^xsd:string ;
    rdfs:comment "KEYBOARD"@en .

<http://lexvo.org/id/char/23280> a lvont:Character ;
    lvont:represents "𣊀"^^xsd:string .

<http://lexvo.org/id/char/23281> a lvont:Character ;
    lvont:represents "𣊁"^^xsd:string .

<http://lexvo.org/id/char/23282> a lvont:Character ;
    lvont:represents "𣊂"^^xsd:string .

<http://lexvo.org/id/char/23283> a lvont:Character ;
    lvont:represents "𣊃"^^xsd:string .

<http://lexvo.org/id/char/23284> a lvont:Character ;
    lvont:represents "𣊄"^^xsd:string .

<http://lexvo.org/id/char/23285> a lvont:Character ;
    lvont:represents "𣊅"^^xsd:string .

<http://lexvo.org/id/char/23286> a lvont:Character ;
    lvont:represents "𣊆"^^xsd:string .

<http://lexvo.org/id/char/23287> a lvont:Character ;
    lvont:represents "𣊇"^^xsd:string .

<http://lexvo.org/id/char/23288> a lvont:Character ;
    lvont:represents "𣊈"^^xsd:string .

<http://lexvo.org/id/char/23289> a lvont:Character ;
    lvont:represents "𣊉"^^xsd:string .

<http://lexvo.org/id/char/2328A> a lvont:Character ;
    lvont:represents "𣊊"^^xsd:string .

<http://lexvo.org/id/char/2328B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/se>,
        "𣊋"^^xsd:string .

<http://lexvo.org/id/char/2328C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/n%C3%B4i>,
        "𣊌"^^xsd:string .

<http://lexvo.org/id/char/2328D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/m%C6%A1>,
        "𣊍"^^xsd:string .

<http://lexvo.org/id/char/2328E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ch%E1%BB%9Bp>,
        "𣊎"^^xsd:string .

<http://lexvo.org/id/char/2328F> a lvont:Character ;
    lvont:represents "𣊏"^^xsd:string .

<http://lexvo.org/id/char/2329> a lvont:Character ;
    lvont:represents "〈"^^xsd:string ;
    rdfs:comment "LEFT-POINTING ANGLE BRACKET"@en .

<http://lexvo.org/id/char/23290> a lvont:Character ;
    lvont:represents "𣊐"^^xsd:string .

<http://lexvo.org/id/char/23291> a lvont:Character ;
    lvont:represents "𣊑"^^xsd:string .

<http://lexvo.org/id/char/23292> a lvont:Character ;
    lvont:represents "𣊒"^^xsd:string .

<http://lexvo.org/id/char/23293> a lvont:Character ;
    lvont:represents "𣊓"^^xsd:string .

<http://lexvo.org/id/char/23294> a lvont:Character ;
    lvont:represents "𣊔"^^xsd:string .

<http://lexvo.org/id/char/23295> a lvont:Character ;
    lvont:represents "𣊕"^^xsd:string .

<http://lexvo.org/id/char/23296> a lvont:Character ;
    lvont:represents "𣊖"^^xsd:string .

<http://lexvo.org/id/char/23297> a lvont:Character ;
    lvont:represents "𣊗"^^xsd:string .

<http://lexvo.org/id/char/23298> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ng%E1%BB%AB>,
        "𣊘"^^xsd:string .

<http://lexvo.org/id/char/23299> a lvont:Character ;
    lvont:represents "𣊙"^^xsd:string .

<http://lexvo.org/id/char/2329A> a lvont:Character ;
    lvont:represents "𣊚"^^xsd:string .

<http://lexvo.org/id/char/2329B> a lvont:Character ;
    lvont:represents "𣊛"^^xsd:string .

<http://lexvo.org/id/char/2329C> a lvont:Character ;
    lvont:represents "𣊜"^^xsd:string .

<http://lexvo.org/id/char/2329D> a lvont:Character ;
    lvont:represents "𣊝"^^xsd:string .

<http://lexvo.org/id/char/2329E> a lvont:Character ;
    lvont:represents "𣊞"^^xsd:string .

<http://lexvo.org/id/char/2329F> a lvont:Character ;
    lvont:represents "𣊟"^^xsd:string .

<http://lexvo.org/id/char/232A> a lvont:Character ;
    lvont:represents "〉"^^xsd:string ;
    rdfs:comment "RIGHT-POINTING ANGLE BRACKET"@en .

<http://lexvo.org/id/char/232A0> a lvont:Character ;
    lvont:represents "𣊠"^^xsd:string .

<http://lexvo.org/id/char/232A1> a lvont:Character ;
    lvont:represents "𣊡"^^xsd:string .

<http://lexvo.org/id/char/232A2> a lvont:Character ;
    lvont:represents "𣊢"^^xsd:string .

<http://lexvo.org/id/char/232A3> a lvont:Character ;
    lvont:represents "𣊣"^^xsd:string .

<http://lexvo.org/id/char/232A4> a lvont:Character ;
    lvont:represents "𣊤"^^xsd:string .

<http://lexvo.org/id/char/232A5> a lvont:Character ;
    lvont:represents "𣊥"^^xsd:string .

<http://lexvo.org/id/char/232A6> a lvont:Character ;
    lvont:represents "𣊦"^^xsd:string .

<http://lexvo.org/id/char/232A7> a lvont:Character ;
    lvont:represents "𣊧"^^xsd:string .

<http://lexvo.org/id/char/232A8> a lvont:Character ;
    lvont:represents "𣊨"^^xsd:string .

<http://lexvo.org/id/char/232A9> a lvont:Character ;
    lvont:represents "𣊩"^^xsd:string .

<http://lexvo.org/id/char/232AA> a lvont:Character ;
    lvont:represents "𣊪"^^xsd:string .

<http://lexvo.org/id/char/232AB> a lvont:Character ;
    lvont:represents "𣊫"^^xsd:string .

<http://lexvo.org/id/char/232AC> a lvont:Character ;
    lvont:represents "𣊬"^^xsd:string .

<http://lexvo.org/id/char/232AD> a lvont:Character ;
    lvont:represents "𣊭"^^xsd:string .

<http://lexvo.org/id/char/232AE> a lvont:Character ;
    lvont:represents "𣊮"^^xsd:string .

<http://lexvo.org/id/char/232AF> a lvont:Character ;
    lvont:represents "𣊯"^^xsd:string .

<http://lexvo.org/id/char/232B> a lvont:Character ;
    lvont:represents "⌫"^^xsd:string ;
    rdfs:comment "ERASE TO THE LEFT"@en .

<http://lexvo.org/id/char/232B0> a lvont:Character ;
    lvont:represents "𣊰"^^xsd:string .

<http://lexvo.org/id/char/232B1> a lvont:Character ;
    lvont:represents "𣊱"^^xsd:string .

<http://lexvo.org/id/char/232B2> a lvont:Character ;
    lvont:represents "𣊲"^^xsd:string .

<http://lexvo.org/id/char/232B3> a lvont:Character ;
    lvont:represents "𣊳"^^xsd:string .

<http://lexvo.org/id/char/232B4> a lvont:Character ;
    lvont:represents "𣊴"^^xsd:string .

<http://lexvo.org/id/char/232B5> a lvont:Character ;
    lvont:represents "𣊵"^^xsd:string .

<http://lexvo.org/id/char/232B6> a lvont:Character ;
    lvont:represents "𣊶"^^xsd:string .

<http://lexvo.org/id/char/232B7> a lvont:Character ;
    lvont:represents "𣊷"^^xsd:string .

<http://lexvo.org/id/char/232B8> a lvont:Character ;
    lvont:represents "𣊸"^^xsd:string .

<http://lexvo.org/id/char/232B9> a lvont:Character ;
    lvont:represents "𣊹"^^xsd:string .

<http://lexvo.org/id/char/232BA> a lvont:Character ;
    lvont:represents "𣊺"^^xsd:string .

<http://lexvo.org/id/char/232BB> a lvont:Character ;
    lvont:represents "𣊻"^^xsd:string .

<http://lexvo.org/id/char/232BC> a lvont:Character ;
    lvont:represents "𣊼"^^xsd:string .

<http://lexvo.org/id/char/232BD> a lvont:Character ;
    lvont:represents "𣊽"^^xsd:string .

<http://lexvo.org/id/char/232BE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/b%C3%A2y>,
        "𣊾"^^xsd:string .

<http://lexvo.org/id/char/232BF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/chi%E1%BB%81u>,
        "𣊿"^^xsd:string .

<http://lexvo.org/id/char/232C> a lvont:Character ;
    lvont:represents "⌬"^^xsd:string ;
    rdfs:comment "BENZENE RING"@en .

<http://lexvo.org/id/char/232C0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/sao>,
        "𣋀"^^xsd:string .

<http://lexvo.org/id/char/232C1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/t%E1%BB%91i>,
        "𣋁"^^xsd:string .

<http://lexvo.org/id/char/232C2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/chi%E1%BB%81u>,
        "𣋂"^^xsd:string .

<http://lexvo.org/id/char/232C3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/r%E1%BA%A1ng>,
        "𣋃"^^xsd:string .

<http://lexvo.org/id/char/232C4> a lvont:Character ;
    lvont:represents "𣋄"^^xsd:string .

<http://lexvo.org/id/char/232C5> a lvont:Character ;
    lvont:represents "𣋅"^^xsd:string .

<http://lexvo.org/id/char/232C6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/nho%E1%BA%A1ng>,
        "𣋆"^^xsd:string .

<http://lexvo.org/id/char/232C7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/%C4%91%E1%BB%95i>,
        "𣋇"^^xsd:string .

<http://lexvo.org/id/char/232C8> a lvont:Character ;
    lvont:represents "𣋈"^^xsd:string .

<http://lexvo.org/id/char/232C9> a lvont:Character ;
    lvont:represents "𣋉"^^xsd:string .

<http://lexvo.org/id/char/232CA> a lvont:Character ;
    lvont:represents "𣋊"^^xsd:string .

<http://lexvo.org/id/char/232CB> a lvont:Character ;
    lvont:represents "𣋋"^^xsd:string .

<http://lexvo.org/id/char/232CC> a lvont:Character ;
    lvont:represents "𣋌"^^xsd:string .

<http://lexvo.org/id/char/232CD> a lvont:Character ;
    lvont:represents "𣋍"^^xsd:string .

<http://lexvo.org/id/char/232CE> a lvont:Character ;
    lvont:represents "𣋎"^^xsd:string .

<http://lexvo.org/id/char/232CF> a lvont:Character ;
    lvont:represents "𣋏"^^xsd:string .

<http://lexvo.org/id/char/232D> a lvont:Character ;
    lvont:represents "⌭"^^xsd:string ;
    rdfs:comment "CYLINDRICITY"@en .

<http://lexvo.org/id/char/232D0> a lvont:Character ;
    lvont:represents "𣋐"^^xsd:string .

<http://lexvo.org/id/char/232D1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/d%E1%BB%8Bp>,
        "𣋑"^^xsd:string .

<http://lexvo.org/id/char/232D2> a lvont:Character ;
    lvont:represents "𣋒"^^xsd:string .

<http://lexvo.org/id/char/232D3> a lvont:Character ;
    lvont:represents "𣋓"^^xsd:string .

<http://lexvo.org/id/char/232D4> a lvont:Character ;
    lvont:represents "𣋔"^^xsd:string .

<http://lexvo.org/id/char/232D5> a lvont:Character ;
    lvont:represents "𣋕"^^xsd:string .

<http://lexvo.org/id/char/232D6> a lvont:Character ;
    lvont:represents "𣋖"^^xsd:string .

<http://lexvo.org/id/char/232D7> a lvont:Character ;
    lvont:represents "𣋗"^^xsd:string .

<http://lexvo.org/id/char/232D8> a lvont:Character ;
    lvont:represents "𣋘"^^xsd:string .

<http://lexvo.org/id/char/232D9> a lvont:Character ;
    lvont:represents "𣋙"^^xsd:string .

<http://lexvo.org/id/char/232DA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/h%C3%B4m>,
        "𣋚"^^xsd:string .

<http://lexvo.org/id/char/232DB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/l%C3%A1t>,
        "𣋛"^^xsd:string .

<http://lexvo.org/id/char/232DC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/c%E1%BB%A3m>,
        "𣋜"^^xsd:string .

<http://lexvo.org/id/char/232DD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/r%C3%A1o>,
        "𣋝"^^xsd:string .

<http://lexvo.org/id/char/232DE> a lvont:Character ;
    lvont:represents "𣋞"^^xsd:string .

<http://lexvo.org/id/char/232DF> a lvont:Character ;
    lvont:represents "𣋟"^^xsd:string .

<http://lexvo.org/id/char/232E> a lvont:Character ;
    lvont:represents "⌮"^^xsd:string ;
    rdfs:comment "ALL AROUND-PROFILE"@en .

<http://lexvo.org/id/char/232E0> a lvont:Character ;
    lvont:represents "𣋠"^^xsd:string .

<http://lexvo.org/id/char/232E1> a lvont:Character ;
    lvont:represents "𣋡"^^xsd:string .

<http://lexvo.org/id/char/232E2> a lvont:Character ;
    lvont:represents "𣋢"^^xsd:string .

<http://lexvo.org/id/char/232E3> a lvont:Character ;
    lvont:represents "𣋣"^^xsd:string .

<http://lexvo.org/id/char/232E4> a lvont:Character ;
    lvont:represents "𣋤"^^xsd:string .

<http://lexvo.org/id/char/232E5> a lvont:Character ;
    lvont:represents "𣋥"^^xsd:string .

<http://lexvo.org/id/char/232E6> a lvont:Character ;
    lvont:represents "𣋦"^^xsd:string .

<http://lexvo.org/id/char/232E7> a lvont:Character ;
    lvont:represents "𣋧"^^xsd:string .

<http://lexvo.org/id/char/232E8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/x%C3%B4m>,
        "𣋨"^^xsd:string .

<http://lexvo.org/id/char/232E9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/l%C3%A1t>,
        "𣋩"^^xsd:string .

<http://lexvo.org/id/char/232EA> a lvont:Character ;
    lvont:represents "𣋪"^^xsd:string .

<http://lexvo.org/id/char/232EB> a lvont:Character ;
    lvont:represents "𣋫"^^xsd:string .

<http://lexvo.org/id/char/232EC> a lvont:Character ;
    lvont:represents "𣋬"^^xsd:string .

<http://lexvo.org/id/char/232ED> a lvont:Character ;
    lvont:represents "𣋭"^^xsd:string .

<http://lexvo.org/id/char/232EE> a lvont:Character ;
    lvont:represents "𣋮"^^xsd:string .

<http://lexvo.org/id/char/232EF> a lvont:Character ;
    lvont:represents "𣋯"^^xsd:string .

<http://lexvo.org/id/char/232F> a lvont:Character ;
    lvont:represents "⌯"^^xsd:string ;
    rdfs:comment "SYMMETRY"@en .

<http://lexvo.org/id/char/232F0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/b%C3%A3o>,
        "𣋰"^^xsd:string .

<http://lexvo.org/id/char/232F1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/h%E1%BA%A9ng>,
        "𣋱"^^xsd:string .

<http://lexvo.org/id/char/232F2> a lvont:Character ;
    lvont:represents "𣋲"^^xsd:string .

<http://lexvo.org/id/char/232F3> a lvont:Character ;
    lvont:represents "𣋳"^^xsd:string .

<http://lexvo.org/id/char/232F4> a lvont:Character ;
    lvont:represents "𣋴"^^xsd:string .

<http://lexvo.org/id/char/232F5> a lvont:Character ;
    lvont:represents "𣋵"^^xsd:string .

<http://lexvo.org/id/char/232F6> a lvont:Character ;
    lvont:represents "𣋶"^^xsd:string .

<http://lexvo.org/id/char/232F7> a lvont:Character ;
    lvont:represents "𣋷"^^xsd:string .

<http://lexvo.org/id/char/232F8> a lvont:Character ;
    lvont:represents "𣋸"^^xsd:string .

<http://lexvo.org/id/char/232F9> a lvont:Character ;
    lvont:represents "𣋹"^^xsd:string .

<http://lexvo.org/id/char/232FA> a lvont:Character ;
    lvont:represents "𣋺"^^xsd:string .

<http://lexvo.org/id/char/232FB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/m%E1%BB%8Bt>,
        "𣋻"^^xsd:string .

<http://lexvo.org/id/char/232FC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/gi%E1%BB%97>,
        "𣋼"^^xsd:string .

<http://lexvo.org/id/char/232FD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/s%E1%BB%9Bm>,
        "𣋽"^^xsd:string .

<http://lexvo.org/id/char/232FE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/th%E1%BB%A7a>,
        "𣋾"^^xsd:string .

<http://lexvo.org/id/char/232FF> a lvont:Character ;
    lvont:represents "𣋿"^^xsd:string .

<http://lexvo.org/id/char/2330> a lvont:Character ;
    lvont:represents "⌰"^^xsd:string ;
    rdfs:comment "TOTAL RUNOUT"@en .

<http://lexvo.org/id/char/23300> a lvont:Character ;
    lvont:represents "𣌀"^^xsd:string .

<http://lexvo.org/id/char/23301> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/tr%C6%B0a>,
        "𣌁"^^xsd:string .

<http://lexvo.org/id/char/23302> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/tr%C6%B0a>,
        "𣌂"^^xsd:string .

<http://lexvo.org/id/char/23303> a lvont:Character ;
    lvont:represents "𣌃"^^xsd:string .

<http://lexvo.org/id/char/23304> a lvont:Character ;
    lvont:represents "𣌄"^^xsd:string .

<http://lexvo.org/id/char/23305> a lvont:Character ;
    lvont:represents "𣌅"^^xsd:string .

<http://lexvo.org/id/char/23306> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/tr%C6%B0a>,
        "𣌆"^^xsd:string .

<http://lexvo.org/id/char/23307> a lvont:Character ;
    lvont:represents "𣌇"^^xsd:string .

<http://lexvo.org/id/char/23308> a lvont:Character ;
    lvont:represents "𣌈"^^xsd:string .

<http://lexvo.org/id/char/23309> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/khuya>,
        "𣌉"^^xsd:string .

<http://lexvo.org/id/char/2330A> a lvont:Character ;
    lvont:represents "𣌊"^^xsd:string .

<http://lexvo.org/id/char/2330B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/s%E1%BB%9Bm>,
        "𣌋"^^xsd:string .

<http://lexvo.org/id/char/2330C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/rua>,
        "𣌌"^^xsd:string .

<http://lexvo.org/id/char/2330D> a lvont:Character ;
    lvont:represents "𣌍"^^xsd:string .

<http://lexvo.org/id/char/2330E> a lvont:Character ;
    lvont:represents "𣌎"^^xsd:string .

<http://lexvo.org/id/char/2330F> a lvont:Character ;
    lvont:represents "𣌏"^^xsd:string .

<http://lexvo.org/id/char/2331> a lvont:Character ;
    lvont:represents "⌱"^^xsd:string ;
    rdfs:comment "DIMENSION ORIGIN"@en .

<http://lexvo.org/id/char/23310> a lvont:Character ;
    lvont:represents "𣌐"^^xsd:string .

<http://lexvo.org/id/char/23311> a lvont:Character ;
    lvont:represents "𣌑"^^xsd:string .

<http://lexvo.org/id/char/23312> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/%C4%91%E1%BB%95i>,
        "𣌒"^^xsd:string .

<http://lexvo.org/id/char/23313> a lvont:Character ;
    lvont:represents "𣌓"^^xsd:string .

<http://lexvo.org/id/char/23314> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/tr%C3%A1n>,
        "𣌔"^^xsd:string .

<http://lexvo.org/id/char/23315> a lvont:Character ;
    lvont:represents "𣌕"^^xsd:string .

<http://lexvo.org/id/char/23316> a lvont:Character ;
    lvont:represents "𣌖"^^xsd:string .

<http://lexvo.org/id/char/23317> a lvont:Character ;
    lvont:represents "𣌗"^^xsd:string .

<http://lexvo.org/id/char/23318> a lvont:Character ;
    lvont:represents "𣌘"^^xsd:string .

<http://lexvo.org/id/char/23319> a lvont:Character ;
    lvont:represents "𣌙"^^xsd:string .

<http://lexvo.org/id/char/2331A> a lvont:Character ;
    lvont:represents "𣌚"^^xsd:string .

<http://lexvo.org/id/char/2331B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/tr%C3%A1n>,
        "𣌛"^^xsd:string .

<http://lexvo.org/id/char/2331C> a lvont:Character ;
    lvont:represents "𣌜"^^xsd:string .

<http://lexvo.org/id/char/2331D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/n%E1%BA%AFng>,
        "𣌝"^^xsd:string .

<http://lexvo.org/id/char/2331E> a lvont:Character ;
    lvont:represents "𣌞"^^xsd:string .

<http://lexvo.org/id/char/2331F> a lvont:Character ;
    lvont:represents "𣌟"^^xsd:string .

<http://lexvo.org/id/char/2332> a lvont:Character ;
    lvont:represents "⌲"^^xsd:string ;
    rdfs:comment "CONICAL TAPER"@en .

<http://lexvo.org/id/char/23320> a lvont:Character ;
    lvont:represents "𣌠"^^xsd:string .

<http://lexvo.org/id/char/23321> a lvont:Character ;
    lvont:represents "𣌡"^^xsd:string .

<http://lexvo.org/id/char/23322> a lvont:Character ;
    lvont:represents "𣌢"^^xsd:string .

<http://lexvo.org/id/char/23323> a lvont:Character ;
    lvont:represents "𣌣"^^xsd:string .

<http://lexvo.org/id/char/23324> a lvont:Character ;
    lvont:represents "𣌤"^^xsd:string .

<http://lexvo.org/id/char/23325> a lvont:Character ;
    lvont:represents "𣌥"^^xsd:string .

<http://lexvo.org/id/char/23326> a lvont:Character ;
    lvont:represents "𣌦"^^xsd:string .

<http://lexvo.org/id/char/23327> a lvont:Character ;
    lvont:represents "𣌧"^^xsd:string .

<http://lexvo.org/id/char/23328> a lvont:Character ;
    lvont:represents "𣌨"^^xsd:string .

<http://lexvo.org/id/char/23329> a lvont:Character ;
    lvont:represents "𣌩"^^xsd:string .

<http://lexvo.org/id/char/2332A> a lvont:Character ;
    lvont:represents "𣌪"^^xsd:string .

<http://lexvo.org/id/char/2332B> a lvont:Character ;
    lvont:represents "𣌫"^^xsd:string .

<http://lexvo.org/id/char/2332C> a lvont:Character ;
    lvont:represents "𣌬"^^xsd:string .

<http://lexvo.org/id/char/2332D> a lvont:Character ;
    lvont:represents "𣌭"^^xsd:string .

<http://lexvo.org/id/char/2332E> a lvont:Character ;
    lvont:represents "𣌮"^^xsd:string .

<http://lexvo.org/id/char/2332F> a lvont:Character ;
    lvont:represents "𣌯"^^xsd:string .

<http://lexvo.org/id/char/2333> a lvont:Character ;
    lvont:represents "⌳"^^xsd:string ;
    rdfs:comment "SLOPE"@en .

<http://lexvo.org/id/char/23330> a lvont:Character ;
    lvont:represents "𣌰"^^xsd:string .

<http://lexvo.org/id/char/23331> a lvont:Character ;
    lvont:represents "𣌱"^^xsd:string .

<http://lexvo.org/id/char/23332> a lvont:Character ;
    lvont:represents "𣌲"^^xsd:string .

<http://lexvo.org/id/char/23333> a lvont:Character ;
    lvont:represents "𣌳"^^xsd:string .

<http://lexvo.org/id/char/23334> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ngo%E1%BA%B7t>,
        "𣌴"^^xsd:string .

<http://lexvo.org/id/char/23335> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/qu%E1%BA%B7p>,
        "𣌵"^^xsd:string .

<http://lexvo.org/id/char/23336> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/c%C3%B2ng>,
        "𣌶"^^xsd:string .

<http://lexvo.org/id/char/23337> a lvont:Character ;
    lvont:represents "𣌷"^^xsd:string .

<http://lexvo.org/id/char/23338> a lvont:Character ;
    lvont:represents "𣌸"^^xsd:string .

<http://lexvo.org/id/char/23339> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/v%E1%BA%A1y>,
        "𣌹"^^xsd:string .

<http://lexvo.org/id/char/2333A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/x%C3%A9o>,
        "𣌺"^^xsd:string .

<http://lexvo.org/id/char/2333B> a lvont:Character ;
    lvont:represents "𣌻"^^xsd:string .

<http://lexvo.org/id/char/2333C> a lvont:Character ;
    lvont:represents "𣌼"^^xsd:string .

<http://lexvo.org/id/char/2333D> a lvont:Character ;
    lvont:represents "𣌽"^^xsd:string .

<http://lexvo.org/id/char/2333E> a lvont:Character ;
    lvont:represents "𣌾"^^xsd:string .

<http://lexvo.org/id/char/2333F> a lvont:Character ;
    lvont:represents "𣌿"^^xsd:string .

<http://lexvo.org/id/char/2334> a lvont:Character ;
    lvont:represents "⌴"^^xsd:string ;
    rdfs:comment "COUNTERBORE"@en .

<http://lexvo.org/id/char/23340> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ng%C3%BAc>,
        "𣍀"^^xsd:string .

<http://lexvo.org/id/char/23341> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/v%E1%BA%A1y>,
        "𣍁"^^xsd:string .

<http://lexvo.org/id/char/23342> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/g%C3%B3c>,
        "𣍂"^^xsd:string .

<http://lexvo.org/id/char/23343> a lvont:Character ;
    lvont:represents "𣍃"^^xsd:string .

<http://lexvo.org/id/char/23344> a lvont:Character ;
    lvont:represents "𣍄"^^xsd:string .

<http://lexvo.org/id/char/23345> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/v%E1%BA%B9o>,
        "𣍅"^^xsd:string .

<http://lexvo.org/id/char/23346> a lvont:Character ;
    lvont:represents "𣍆"^^xsd:string .

<http://lexvo.org/id/char/23347> a lvont:Character ;
    lvont:represents "𣍇"^^xsd:string .

<http://lexvo.org/id/char/23348> a lvont:Character ;
    lvont:represents "𣍈"^^xsd:string .

<http://lexvo.org/id/char/23349> a lvont:Character ;
    lvont:represents "𣍉"^^xsd:string .

<http://lexvo.org/id/char/2334A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/h%E1%BA%BFt>,
        "𣍊"^^xsd:string .

<http://lexvo.org/id/char/2334B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/c%C3%BAi>,
        "𣍋"^^xsd:string .

<http://lexvo.org/id/char/2334C> a lvont:Character ;
    lvont:represents "𣍌"^^xsd:string .

<http://lexvo.org/id/char/2334D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/o%C4%83m>,
        "𣍍"^^xsd:string .

<http://lexvo.org/id/char/2334E> a lvont:Character ;
    lvont:represents "𣍎"^^xsd:string .

<http://lexvo.org/id/char/2334F> a lvont:Character ;
    lvont:represents "𣍏"^^xsd:string .

<http://lexvo.org/id/char/2335> a lvont:Character ;
    lvont:represents "⌵"^^xsd:string ;
    rdfs:comment "COUNTERSINK"@en .

<http://lexvo.org/id/char/23350> a lvont:Character ;
    lvont:represents "𣍐"^^xsd:string .

<http://lexvo.org/id/char/23351> a lvont:Character ;
    lvont:represents "𣍑"^^xsd:string .

<http://lexvo.org/id/char/23352> a lvont:Character ;
    lvont:represents "𣍒"^^xsd:string .

<http://lexvo.org/id/char/23353> a lvont:Character ;
    lvont:represents "𣍓"^^xsd:string .

<http://lexvo.org/id/char/23354> a lvont:Character ;
    lvont:represents "𣍔"^^xsd:string .

<http://lexvo.org/id/char/23355> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ngo%C3%A8o>,
        "𣍕"^^xsd:string .

<http://lexvo.org/id/char/23356> a lvont:Character ;
    lvont:represents "𣍖"^^xsd:string .

<http://lexvo.org/id/char/23357> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/c%C3%B2ng>,
        "𣍗"^^xsd:string .

<http://lexvo.org/id/char/23358> a lvont:Character ;
    lvont:represents "𣍘"^^xsd:string .

<http://lexvo.org/id/char/23359> a lvont:Character ;
    lvont:represents "𣍙"^^xsd:string .

<http://lexvo.org/id/char/2335A> a lvont:Character ;
    lvont:represents "𣍚"^^xsd:string .

<http://lexvo.org/id/char/2335B> a lvont:Character ;
    lvont:represents "𣍛"^^xsd:string .

<http://lexvo.org/id/char/2335C> a lvont:Character ;
    lvont:represents "𣍜"^^xsd:string .

<http://lexvo.org/id/char/2335D> a lvont:Character ;
    lvont:represents "𣍝"^^xsd:string .

<http://lexvo.org/id/char/2335E> a lvont:Character ;
    lvont:represents "𣍞"^^xsd:string .

<http://lexvo.org/id/char/2335F> a lvont:Character ;
    lvont:represents "𣍟"^^xsd:string .

<http://lexvo.org/id/char/2336> a lvont:Character ;
    lvont:represents "⌶"^^xsd:string ;
    rdfs:comment "APL FUNCTIONAL SYMBOL I-BEAM"@en .

<http://lexvo.org/id/char/23360> a lvont:Character ;
    lvont:represents "𣍠"^^xsd:string .

<http://lexvo.org/id/char/23361> a lvont:Character ;
    lvont:represents "𣍡"^^xsd:string .

<http://lexvo.org/id/char/23362> a lvont:Character ;
    lvont:represents "𣍢"^^xsd:string .

<http://lexvo.org/id/char/23363> a lvont:Character ;
    lvont:represents "𣍣"^^xsd:string .

<http://lexvo.org/id/char/23364> a lvont:Character ;
    lvont:represents "𣍤"^^xsd:string .

<http://lexvo.org/id/char/23365> a lvont:Character ;
    lvont:represents "𣍥"^^xsd:string .

<http://lexvo.org/id/char/23366> a lvont:Character ;
    lvont:represents "𣍦"^^xsd:string .

<http://lexvo.org/id/char/23367> a lvont:Character ;
    lvont:represents "𣍧"^^xsd:string .

<http://lexvo.org/id/char/23368> a lvont:Character ;
    lvont:represents "𣍨"^^xsd:string .

<http://lexvo.org/id/char/23369> a lvont:Character ;
    lvont:represents "𣍩"^^xsd:string .

<http://lexvo.org/id/char/2336A> a lvont:Character ;
    lvont:represents "𣍪"^^xsd:string .

<http://lexvo.org/id/char/2336B> a lvont:Character ;
    lvont:represents "𣍫"^^xsd:string .

<http://lexvo.org/id/char/2336C> a lvont:Character ;
    lvont:represents "𣍬"^^xsd:string .

<http://lexvo.org/id/char/2336D> a lvont:Character ;
    lvont:represents "𣍭"^^xsd:string .

<http://lexvo.org/id/char/2336E> a lvont:Character ;
    lvont:represents "𣍮"^^xsd:string .

<http://lexvo.org/id/char/2336F> a lvont:Character ;
    lvont:represents "𣍯"^^xsd:string .

<http://lexvo.org/id/char/2337> a lvont:Character ;
    lvont:represents "⌷"^^xsd:string ;
    rdfs:comment "APL FUNCTIONAL SYMBOL SQUISH QUAD"@en .

<http://lexvo.org/id/char/23370> a lvont:Character ;
    lvont:represents "𣍰"^^xsd:string .

<http://lexvo.org/id/char/23371> a lvont:Character ;
    lvont:represents "𣍱"^^xsd:string .

<http://lexvo.org/id/char/23372> a lvont:Character ;
    lvont:represents "𣍲"^^xsd:string .

<http://lexvo.org/id/char/23373> a lvont:Character ;
    lvont:represents "𣍳"^^xsd:string .

<http://lexvo.org/id/char/23374> a lvont:Character ;
    lvont:represents "𣍴"^^xsd:string .

<http://lexvo.org/id/char/23375> a lvont:Character ;
    lvont:represents "𣍵"^^xsd:string .

<http://lexvo.org/id/char/23376> a lvont:Character ;
    lvont:represents "𣍶"^^xsd:string .

<http://lexvo.org/id/char/23377> a lvont:Character ;
    lvont:represents "𣍷"^^xsd:string .

<http://lexvo.org/id/char/23378> a lvont:Character ;
    lvont:represents "𣍸"^^xsd:string .

<http://lexvo.org/id/char/23379> a lvont:Character ;
    lvont:represents "𣍹"^^xsd:string .

<http://lexvo.org/id/char/2337A> a lvont:Character ;
    lvont:represents "𣍺"^^xsd:string .

<http://lexvo.org/id/char/2337B> a lvont:Character ;
    lvont:represents "𣍻"^^xsd:string .

<http://lexvo.org/id/char/2337C> a lvont:Character ;
    lvont:represents "𣍼"^^xsd:string .

<http://lexvo.org/id/char/2337D> a lvont:Character ;
    lvont:represents "𣍽"^^xsd:string .

<http://lexvo.org/id/char/2337E> a lvont:Character ;
    lvont:represents "𣍾"^^xsd:string .

<http://lexvo.org/id/char/2337F> a lvont:Character ;
    lvont:represents "𣍿"^^xsd:string .

<http://lexvo.org/id/char/2338> a lvont:Character ;
    lvont:represents "⌸"^^xsd:string ;
    rdfs:comment "APL FUNCTIONAL SYMBOL QUAD EQUAL"@en .

<http://lexvo.org/id/char/23380> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/%C4%91%C3%AAm>,
        "𣎀"^^xsd:string .

<http://lexvo.org/id/char/23381> a lvont:Character ;
    lvont:represents "𣎁"^^xsd:string .

<http://lexvo.org/id/char/23382> a lvont:Character ;
    lvont:represents "𣎂"^^xsd:string .

<http://lexvo.org/id/char/23383> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/th%C3%A1ng>,
        "𣎃"^^xsd:string .

<http://lexvo.org/id/char/23384> a lvont:Character ;
    lvont:represents "𣎄"^^xsd:string .

<http://lexvo.org/id/char/23385> a lvont:Character ;
    lvont:represents "𣎅"^^xsd:string .

<http://lexvo.org/id/char/23386> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%F0%A3%8E%86>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/lu%C3%B2>,
        "𣎆"^^xsd:string ;
    rdfs:comment "animals with short hair"@en .

<http://lexvo.org/id/char/23387> a lvont:Character ;
    lvont:represents "𣎇"^^xsd:string .

<http://lexvo.org/id/char/23388> a lvont:Character ;
    lvont:represents "𣎈"^^xsd:string .

<http://lexvo.org/id/char/23389> a lvont:Character ;
    lvont:represents "𣎉"^^xsd:string .

<http://lexvo.org/id/char/2338A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/m%E1%BB%81>,
        "𣎊"^^xsd:string .

<http://lexvo.org/id/char/2338B> a lvont:Character ;
    lvont:represents "𣎋"^^xsd:string .

<http://lexvo.org/id/char/2338C> a lvont:Character ;
    lvont:represents "𣎌"^^xsd:string .

<http://lexvo.org/id/char/2338D> a lvont:Character ;
    lvont:represents "𣎍"^^xsd:string .

<http://lexvo.org/id/char/2338E> a lvont:Character ;
    lvont:represents "𣎎"^^xsd:string .

<http://lexvo.org/id/char/2338F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/c%C3%B3>,
        "𣎏"^^xsd:string .

<http://lexvo.org/id/char/2339> a lvont:Character ;
    lvont:represents "⌹"^^xsd:string ;
    rdfs:comment "APL FUNCTIONAL SYMBOL QUAD DIVIDE"@en .

<http://lexvo.org/id/char/23390> a lvont:Character ;
    lvont:represents "𣎐"^^xsd:string .

<http://lexvo.org/id/char/23391> a lvont:Character ;
    lvont:represents "𣎑"^^xsd:string .

<http://lexvo.org/id/char/23392> a lvont:Character ;
    lvont:represents "𣎒"^^xsd:string .

<http://lexvo.org/id/char/23393> a lvont:Character ;
    lvont:represents "𣎓"^^xsd:string .

<http://lexvo.org/id/char/23394> a lvont:Character ;
    lvont:represents "𣎔"^^xsd:string .

<http://lexvo.org/id/char/23395> a lvont:Character ;
    lvont:represents "𣎕"^^xsd:string .

<http://lexvo.org/id/char/23396> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ch%E1%BA%A1p>,
        "𣎖"^^xsd:string .

<http://lexvo.org/id/char/23397> a lvont:Character ;
    lvont:represents "𣎗"^^xsd:string .

<http://lexvo.org/id/char/23398> a lvont:Character ;
    lvont:represents "𣎘"^^xsd:string .

<http://lexvo.org/id/char/23399> a lvont:Character ;
    lvont:represents "𣎙"^^xsd:string .

<http://lexvo.org/id/char/2339A> a lvont:Character ;
    lvont:represents "𣎚"^^xsd:string .

<http://lexvo.org/id/char/2339B> a lvont:Character ;
    lvont:represents "𣎛"^^xsd:string .

<http://lexvo.org/id/char/2339C> a lvont:Character ;
    lvont:represents "𣎜"^^xsd:string .

<http://lexvo.org/id/char/2339D> a lvont:Character ;
    lvont:represents "𣎝"^^xsd:string .

<http://lexvo.org/id/char/2339E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/tr%C4%83ng>,
        "𣎞"^^xsd:string .

<http://lexvo.org/id/char/2339F> a lvont:Character ;
    lvont:represents "𣎟"^^xsd:string .

<http://lexvo.org/id/char/233A> a lvont:Character ;
    lvont:represents "⌺"^^xsd:string ;
    rdfs:comment "APL FUNCTIONAL SYMBOL QUAD DIAMOND"@en .

<http://lexvo.org/id/char/233A0> a lvont:Character ;
    lvont:represents "𣎠"^^xsd:string .

<http://lexvo.org/id/char/233A1> a lvont:Character ;
    lvont:represents "𣎡"^^xsd:string .

<http://lexvo.org/id/char/233A2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/chi%E1%BB%81u>,
        "𣎢"^^xsd:string .

<http://lexvo.org/id/char/233A3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/khu%E1%BB%B7u>,
        "𣎣"^^xsd:string .

<http://lexvo.org/id/char/233A4> a lvont:Character ;
    lvont:represents "𣎤"^^xsd:string .

<http://lexvo.org/id/char/233A5> a lvont:Character ;
    lvont:represents "𣎥"^^xsd:string .

<http://lexvo.org/id/char/233A6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/r%C3%A1ng>,
        "𣎦"^^xsd:string .

<http://lexvo.org/id/char/233A7> a lvont:Character ;
    lvont:represents "𣎧"^^xsd:string .

<http://lexvo.org/id/char/233A8> a lvont:Character ;
    lvont:represents "𣎨"^^xsd:string .

<http://lexvo.org/id/char/233A9> a lvont:Character ;
    lvont:represents "𣎩"^^xsd:string .

<http://lexvo.org/id/char/233AA> a lvont:Character ;
    lvont:represents "𣎪"^^xsd:string .

<http://lexvo.org/id/char/233AB> a lvont:Character ;
    lvont:represents "𣎫"^^xsd:string .

<http://lexvo.org/id/char/233AC> a lvont:Character ;
    lvont:represents "𣎬"^^xsd:string .

<http://lexvo.org/id/char/233AD> a lvont:Character ;
    lvont:represents "𣎭"^^xsd:string .

<http://lexvo.org/id/char/233AE> a lvont:Character ;
    lvont:represents "𣎮"^^xsd:string .

<http://lexvo.org/id/char/233AF> a lvont:Character ;
    lvont:represents "𣎯"^^xsd:string .

<http://lexvo.org/id/char/233B> a lvont:Character ;
    lvont:represents "⌻"^^xsd:string ;
    rdfs:comment "APL FUNCTIONAL SYMBOL QUAD JOT"@en .

<http://lexvo.org/id/char/233B0> a lvont:Character ;
    lvont:represents "𣎰"^^xsd:string .

<http://lexvo.org/id/char/233B1> a lvont:Character ;
    lvont:represents "𣎱"^^xsd:string .

<http://lexvo.org/id/char/233B2> a lvont:Character ;
    lvont:represents "𣎲"^^xsd:string .

<http://lexvo.org/id/char/233B5> a lvont:Character ;
    lvont:represents "𣎵"^^xsd:string .

<http://lexvo.org/id/char/233B6> a lvont:Character ;
    lvont:represents "𣎶"^^xsd:string .

<http://lexvo.org/id/char/233B7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/%E1%BB%9Bt>,
        "𣎷"^^xsd:string .

<http://lexvo.org/id/char/233B8> a lvont:Character ;
    lvont:represents "𣎸"^^xsd:string .

<http://lexvo.org/id/char/233B9> a lvont:Character ;
    lvont:represents "𣎹"^^xsd:string .

<http://lexvo.org/id/char/233BA> a lvont:Character ;
    lvont:represents "𣎺"^^xsd:string .

<http://lexvo.org/id/char/233BB> a lvont:Character ;
    lvont:represents "𣎻"^^xsd:string .

<http://lexvo.org/id/char/233BC> a lvont:Character ;
    lvont:represents "𣎼"^^xsd:string .

<http://lexvo.org/id/char/233BD> a lvont:Character ;
    lvont:represents "𣎽"^^xsd:string .

<http://lexvo.org/id/char/233BE> a lvont:Character ;
    lvont:represents "𣎾"^^xsd:string .

<http://lexvo.org/id/char/233BF> a lvont:Character ;
    lvont:represents "𣎿"^^xsd:string .

<http://lexvo.org/id/char/233C> a lvont:Character ;
    lvont:represents "⌼"^^xsd:string ;
    rdfs:comment "APL FUNCTIONAL SYMBOL QUAD CIRCLE"@en .

<http://lexvo.org/id/char/233C0> a lvont:Character ;
    lvont:represents "𣏀"^^xsd:string .

<http://lexvo.org/id/char/233C1> a lvont:Character ;
    lvont:represents "𣏁"^^xsd:string .

<http://lexvo.org/id/char/233C2> a lvont:Character ;
    lvont:represents "𣏂"^^xsd:string .

<http://lexvo.org/id/char/233C3> a lvont:Character ;
    lvont:represents "𣏃"^^xsd:string .

<http://lexvo.org/id/char/233C4> a lvont:Character ;
    lvont:represents "𣏄"^^xsd:string .

<http://lexvo.org/id/char/233C5> a lvont:Character ;
    lvont:represents "𣏅"^^xsd:string .

<http://lexvo.org/id/char/233C6> a lvont:Character ;
    lvont:represents "𣏆"^^xsd:string .

<http://lexvo.org/id/char/233C7> a lvont:Character ;
    lvont:represents "𣏇"^^xsd:string .

<http://lexvo.org/id/char/233C8> a lvont:Character ;
    lvont:represents "𣏈"^^xsd:string .

<http://lexvo.org/id/char/233C9> a lvont:Character ;
    lvont:represents "𣏉"^^xsd:string .

<http://lexvo.org/id/char/233CA> a lvont:Character ;
    lvont:represents "𣏊"^^xsd:string .

<http://lexvo.org/id/char/233CB> a lvont:Character ;
    lvont:represents "𣏋"^^xsd:string .

<http://lexvo.org/id/char/233CC> a lvont:Character ;
    lvont:represents "𣏌"^^xsd:string .

<http://lexvo.org/id/char/233CD> a lvont:Character ;
    lvont:represents "𣏍"^^xsd:string .

<http://lexvo.org/id/char/233CE> a lvont:Character ;
    lvont:represents "𣏎"^^xsd:string .

<http://lexvo.org/id/char/233CF> a lvont:Character ;
    lvont:represents "𣏏"^^xsd:string .

<http://lexvo.org/id/char/233D> a lvont:Character ;
    lvont:represents "⌽"^^xsd:string ;
    rdfs:comment "APL FUNCTIONAL SYMBOL CIRCLE STILE"@en .

<http://lexvo.org/id/char/233D0> a lvont:Character ;
    lvont:represents "𣏐"^^xsd:string .

<http://lexvo.org/id/char/233D1> a lvont:Character ;
    lvont:represents "𣏑"^^xsd:string .

<http://lexvo.org/id/char/233D2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/h%C3%B2n>,
        "𣏒"^^xsd:string .

<http://lexvo.org/id/char/233D3> a lvont:Character ;
    lvont:represents "𣏓"^^xsd:string .

<http://lexvo.org/id/char/233D4> a lvont:Character ;
    lvont:represents "𣏔"^^xsd:string .

<http://lexvo.org/id/char/233D5> a lvont:Character ;
    lvont:represents "𣏕"^^xsd:string .

<http://lexvo.org/id/char/233D6> a lvont:Character ;
    lvont:represents "𣏖"^^xsd:string .

<http://lexvo.org/id/char/233D7> a lvont:Character ;
    lvont:represents "𣏗"^^xsd:string .

<http://lexvo.org/id/char/233D8> a lvont:Character ;
    lvont:represents "𣏘"^^xsd:string .

<http://lexvo.org/id/char/233D9> a lvont:Character ;
    lvont:represents "𣏙"^^xsd:string .

<http://lexvo.org/id/char/233DA> a lvont:Character ;
    lvont:represents "𣏚"^^xsd:string .

<http://lexvo.org/id/char/233DB> a lvont:Character ;
    lvont:represents "𣏛"^^xsd:string .

<http://lexvo.org/id/char/233DC> a lvont:Character ;
    lvont:represents "𣏜"^^xsd:string .

<http://lexvo.org/id/char/233DD> a lvont:Character ;
    lvont:represents "𣏝"^^xsd:string .

<http://lexvo.org/id/char/233DE> a lvont:Character ;
    lvont:represents "𣏞"^^xsd:string .

<http://lexvo.org/id/char/233DF> a lvont:Character ;
    lvont:represents "𣏟"^^xsd:string .

<http://lexvo.org/id/char/233E> a lvont:Character ;
    lvont:represents "⌾"^^xsd:string ;
    rdfs:comment "APL FUNCTIONAL SYMBOL CIRCLE JOT"@en .

<http://lexvo.org/id/char/233E0> a lvont:Character ;
    lvont:represents "𣏠"^^xsd:string .

<http://lexvo.org/id/char/233E1> a lvont:Character ;
    lvont:represents "𣏡"^^xsd:string .

<http://lexvo.org/id/char/233E2> a lvont:Character ;
    lvont:represents "𣏢"^^xsd:string .

<http://lexvo.org/id/char/233E3> a lvont:Character ;
    lvont:represents "𣏣"^^xsd:string .

<http://lexvo.org/id/char/233E4> a lvont:Character ;
    lvont:represents "𣏤"^^xsd:string .

<http://lexvo.org/id/char/233E5> a lvont:Character ;
    lvont:represents "𣏥"^^xsd:string .

<http://lexvo.org/id/char/233E6> a lvont:Character ;
    lvont:represents "𣏦"^^xsd:string .

<http://lexvo.org/id/char/233E7> a lvont:Character ;
    lvont:represents "𣏧"^^xsd:string .

<http://lexvo.org/id/char/233E8> a lvont:Character ;
    lvont:represents "𣏨"^^xsd:string .

<http://lexvo.org/id/char/233E9> a lvont:Character ;
    lvont:represents "𣏩"^^xsd:string .

<http://lexvo.org/id/char/233EA> a lvont:Character ;
    lvont:represents "𣏪"^^xsd:string .

<http://lexvo.org/id/char/233EB> a lvont:Character ;
    lvont:represents "𣏫"^^xsd:string .

<http://lexvo.org/id/char/233EC> a lvont:Character ;
    lvont:represents "𣏬"^^xsd:string .

<http://lexvo.org/id/char/233ED> a lvont:Character ;
    lvont:represents "𣏭"^^xsd:string .

<http://lexvo.org/id/char/233EE> a lvont:Character ;
    lvont:represents "𣏮"^^xsd:string .

<http://lexvo.org/id/char/233EF> a lvont:Character ;
    lvont:represents "𣏯"^^xsd:string .

<http://lexvo.org/id/char/233F> a lvont:Character ;
    lvont:represents "⌿"^^xsd:string ;
    rdfs:comment "APL FUNCTIONAL SYMBOL SLASH BAR"@en .

<http://lexvo.org/id/char/233F0> a lvont:Character ;
    lvont:represents "𣏰"^^xsd:string .

<http://lexvo.org/id/char/233F1> a lvont:Character ;
    lvont:represents "𣏱"^^xsd:string .

<http://lexvo.org/id/char/233F2> a lvont:Character ;
    lvont:represents "𣏲"^^xsd:string .

<http://lexvo.org/id/char/233F3> a lvont:Character ;
    lvont:represents "𣏳"^^xsd:string .

<http://lexvo.org/id/char/233F4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/jan4>,
        <http://lexvo.org/id/term/yue/%F0%A3%8F%B4>,
        "𣏴"^^xsd:string ;
    rdfs:comment "(Cant.) a kind of fruit"@en .

<http://lexvo.org/id/char/233F5> a lvont:Character ;
    lvont:represents "𣏵"^^xsd:string .

<http://lexvo.org/id/char/233F6> a lvont:Character ;
    lvont:represents "𣏶"^^xsd:string .

<http://lexvo.org/id/char/233F7> a lvont:Character ;
    lvont:represents "𣏷"^^xsd:string .

<http://lexvo.org/id/char/233F8> a lvont:Character ;
    lvont:represents "𣏸"^^xsd:string .

<http://lexvo.org/id/char/233F9> a lvont:Character ;
    lvont:represents "𣏹"^^xsd:string .

<http://lexvo.org/id/char/233FA> a lvont:Character ;
    lvont:represents "𣏺"^^xsd:string .

<http://lexvo.org/id/char/233FB> a lvont:Character ;
    lvont:represents "𣏻"^^xsd:string .

<http://lexvo.org/id/char/233FC> a lvont:Character ;
    lvont:represents "𣏼"^^xsd:string .

<http://lexvo.org/id/char/233FD> a lvont:Character ;
    lvont:represents "𣏽"^^xsd:string .

<http://lexvo.org/id/char/233FE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/qua>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dak6>,
        <http://lexvo.org/id/term/yue/%F0%A3%8F%BE>,
        "𣏾"^^xsd:string ;
    rdfs:comment "(J) non-standard variant of 材 U+6750, material, stuff; timber; talent; (Cant.) a peg, row of pegs"@en .

<http://lexvo.org/id/char/233FF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/then>,
        "𣏿"^^xsd:string .

<http://lexvo.org/id/char/2340> a lvont:Character ;
    lvont:represents "⍀"^^xsd:string ;
    rdfs:comment "APL FUNCTIONAL SYMBOL BACKSLASH BAR"@en .

<http://lexvo.org/id/char/23400> a lvont:Character ;
    lvont:represents "𣐀"^^xsd:string .

<http://lexvo.org/id/char/23401> a lvont:Character ;
    lvont:represents "𣐁"^^xsd:string .

<http://lexvo.org/id/char/23402> a lvont:Character ;
    lvont:represents "𣐂"^^xsd:string .

<http://lexvo.org/id/char/23403> a lvont:Character ;
    lvont:represents "𣐃"^^xsd:string .

<http://lexvo.org/id/char/23404> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/tru%C3%B4ng>,
        "𣐄"^^xsd:string .

<http://lexvo.org/id/char/23405> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/nhum>,
        "𣐅"^^xsd:string .

<http://lexvo.org/id/char/23406> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/th%E1%BB%9Bt>,
        "𣐆"^^xsd:string .

<http://lexvo.org/id/char/23407> a lvont:Character ;
    lvont:represents "𣐇"^^xsd:string .

<http://lexvo.org/id/char/23408> a lvont:Character ;
    lvont:represents "𣐈"^^xsd:string .

<http://lexvo.org/id/char/23409> a lvont:Character ;
    lvont:represents "𣐉"^^xsd:string .

<http://lexvo.org/id/char/2340A> a lvont:Character ;
    lvont:represents "𣐊"^^xsd:string .

<http://lexvo.org/id/char/2340B> a lvont:Character ;
    lvont:represents "𣐋"^^xsd:string .

<http://lexvo.org/id/char/2340C> a lvont:Character ;
    lvont:represents "𣐌"^^xsd:string .

<http://lexvo.org/id/char/2340D> a lvont:Character ;
    lvont:represents "𣐍"^^xsd:string .

<http://lexvo.org/id/char/2340E> a lvont:Character ;
    lvont:represents "𣐎"^^xsd:string .

<http://lexvo.org/id/char/2340F> a lvont:Character ;
    lvont:represents "𣐏"^^xsd:string .

<http://lexvo.org/id/char/2341> a lvont:Character ;
    lvont:represents "⍁"^^xsd:string ;
    rdfs:comment "APL FUNCTIONAL SYMBOL QUAD SLASH"@en .

<http://lexvo.org/id/char/23410> a lvont:Character ;
    lvont:represents "𣐐"^^xsd:string .

<http://lexvo.org/id/char/23411> a lvont:Character ;
    lvont:represents "𣐑"^^xsd:string .

<http://lexvo.org/id/char/23412> a lvont:Character ;
    lvont:represents "𣐒"^^xsd:string .

<http://lexvo.org/id/char/23413> a lvont:Character ;
    lvont:represents "𣐓"^^xsd:string .

<http://lexvo.org/id/char/23414> a lvont:Character ;
    lvont:represents "𣐔"^^xsd:string .

<http://lexvo.org/id/char/23415> a lvont:Character ;
    lvont:represents "𣐕"^^xsd:string .

<http://lexvo.org/id/char/23416> a lvont:Character ;
    lvont:represents "𣐖"^^xsd:string .

<http://lexvo.org/id/char/23417> a lvont:Character ;
    lvont:represents "𣐗"^^xsd:string .

<http://lexvo.org/id/char/23418> a lvont:Character ;
    lvont:represents "𣐘"^^xsd:string .

<http://lexvo.org/id/char/23419> a lvont:Character ;
    lvont:represents "𣐙"^^xsd:string .

<http://lexvo.org/id/char/2341A> a lvont:Character ;
    lvont:represents "𣐚"^^xsd:string .

<http://lexvo.org/id/char/2341B> a lvont:Character ;
    lvont:represents "𣐛"^^xsd:string .

<http://lexvo.org/id/char/2341C> a lvont:Character ;
    lvont:represents "𣐜"^^xsd:string .

<http://lexvo.org/id/char/2341D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/x%E1%BB%91p>,
        "𣐝"^^xsd:string .

<http://lexvo.org/id/char/2341E> a lvont:Character ;
    lvont:represents "𣐞"^^xsd:string .

<http://lexvo.org/id/char/2341F> a lvont:Character ;
    lvont:represents "𣐟"^^xsd:string .

<http://lexvo.org/id/char/2342> a lvont:Character ;
    lvont:represents "⍂"^^xsd:string ;
    rdfs:comment "APL FUNCTIONAL SYMBOL QUAD BACKSLASH"@en .

<http://lexvo.org/id/char/23420> a lvont:Character ;
    lvont:represents "𣐠"^^xsd:string .

<http://lexvo.org/id/char/23421> a lvont:Character ;
    lvont:represents "𣐡"^^xsd:string .

<http://lexvo.org/id/char/23422> a lvont:Character ;
    lvont:represents "𣐢"^^xsd:string .

<http://lexvo.org/id/char/23423> a lvont:Character ;
    lvont:represents "𣐣"^^xsd:string .

<http://lexvo.org/id/char/23424> a lvont:Character ;
    lvont:represents "𣐤"^^xsd:string .

<http://lexvo.org/id/char/23425> a lvont:Character ;
    lvont:represents "𣐥"^^xsd:string .

<http://lexvo.org/id/char/23426> a lvont:Character ;
    lvont:represents "𣐦"^^xsd:string .

<http://lexvo.org/id/char/23427> a lvont:Character ;
    lvont:represents "𣐧"^^xsd:string .

<http://lexvo.org/id/char/23428> a lvont:Character ;
    lvont:represents "𣐨"^^xsd:string .

<http://lexvo.org/id/char/23429> a lvont:Character ;
    lvont:represents "𣐩"^^xsd:string .

<http://lexvo.org/id/char/2342A> a lvont:Character ;
    lvont:represents "𣐪"^^xsd:string .

<http://lexvo.org/id/char/2342B> a lvont:Character ;
    lvont:represents "𣐫"^^xsd:string .

<http://lexvo.org/id/char/2342C> a lvont:Character ;
    lvont:represents "𣐬"^^xsd:string .

<http://lexvo.org/id/char/2342D> a lvont:Character ;
    lvont:represents "𣐭"^^xsd:string .

<http://lexvo.org/id/char/2342E> a lvont:Character ;
    lvont:represents "𣐮"^^xsd:string .

<http://lexvo.org/id/char/2342F> a lvont:Character ;
    lvont:represents "𣐯"^^xsd:string .

<http://lexvo.org/id/char/2343> a lvont:Character ;
    lvont:represents "⍃"^^xsd:string ;
    rdfs:comment "APL FUNCTIONAL SYMBOL QUAD LESS-THAN"@en .

<http://lexvo.org/id/char/23430> a lvont:Character ;
    lvont:represents "𣐰"^^xsd:string .

<http://lexvo.org/id/char/23431> a lvont:Character ;
    lvont:represents "𣐱"^^xsd:string .

<http://lexvo.org/id/char/23432> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/qu%C3%A9o>,
        "𣐲"^^xsd:string .

<http://lexvo.org/id/char/23433> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/s%E1%BB%A9>,
        "𣐳"^^xsd:string .

<http://lexvo.org/id/char/23434> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/s%E1%BA%ADy>,
        "𣐴"^^xsd:string .

<http://lexvo.org/id/char/23435> a lvont:Character ;
    lvont:represents "𣐵"^^xsd:string .

<http://lexvo.org/id/char/23436> a lvont:Character ;
    lvont:represents "𣐶"^^xsd:string .

<http://lexvo.org/id/char/23437> a lvont:Character ;
    lvont:represents "𣐷"^^xsd:string .

<http://lexvo.org/id/char/23438> a lvont:Character ;
    lvont:represents "𣐸"^^xsd:string .

<http://lexvo.org/id/char/23439> a lvont:Character ;
    lvont:represents "𣐹"^^xsd:string .

<http://lexvo.org/id/char/2343A> a lvont:Character ;
    lvont:represents "𣐺"^^xsd:string .

<http://lexvo.org/id/char/2343B> a lvont:Character ;
    lvont:represents "𣐻"^^xsd:string .

<http://lexvo.org/id/char/2343C> a lvont:Character ;
    lvont:represents "𣐼"^^xsd:string .

<http://lexvo.org/id/char/2343D> a lvont:Character ;
    lvont:represents "𣐽"^^xsd:string .

<http://lexvo.org/id/char/2343E> a lvont:Character ;
    lvont:represents "𣐾"^^xsd:string .

<http://lexvo.org/id/char/2343F> a lvont:Character ;
    lvont:represents "𣐿"^^xsd:string .

<http://lexvo.org/id/char/2344> a lvont:Character ;
    lvont:represents "⍄"^^xsd:string ;
    rdfs:comment "APL FUNCTIONAL SYMBOL QUAD GREATER-THAN"@en .

<http://lexvo.org/id/char/23440> a lvont:Character ;
    lvont:represents "𣑀"^^xsd:string .

<http://lexvo.org/id/char/23441> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/cung1>,
        <http://lexvo.org/id/term/yue/%F0%A3%91%81>,
        "𣑁"^^xsd:string ;
    rdfs:comment "to leap, skip"@en .

<http://lexvo.org/id/char/23442> a lvont:Character ;
    lvont:represents "𣑂"^^xsd:string .

<http://lexvo.org/id/char/23443> a lvont:Character ;
    lvont:represents "𣑃"^^xsd:string .

<http://lexvo.org/id/char/23444> a lvont:Character ;
    lvont:represents "𣑄"^^xsd:string .

<http://lexvo.org/id/char/23445> a lvont:Character ;
    lvont:represents "𣑅"^^xsd:string .

<http://lexvo.org/id/char/23446> a lvont:Character ;
    lvont:represents "𣑆"^^xsd:string .

<http://lexvo.org/id/char/23447> a lvont:Character ;
    lvont:represents "𣑇"^^xsd:string .

<http://lexvo.org/id/char/23448> a lvont:Character ;
    lvont:represents "𣑈"^^xsd:string .

<http://lexvo.org/id/char/23449> a lvont:Character ;
    lvont:represents "𣑉"^^xsd:string .

<http://lexvo.org/id/char/2344A> a lvont:Character ;
    lvont:represents "𣑊"^^xsd:string .

<http://lexvo.org/id/char/2344B> a lvont:Character ;
    lvont:represents "𣑋"^^xsd:string .

<http://lexvo.org/id/char/2344C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/tr%C3%A1t>,
        "𣑌"^^xsd:string .

<http://lexvo.org/id/char/2344D> a lvont:Character ;
    lvont:represents "𣑍"^^xsd:string .

<http://lexvo.org/id/char/2344E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/r%C6%A1i>,
        "𣑎"^^xsd:string .

<http://lexvo.org/id/char/2344F> a lvont:Character ;
    lvont:represents "𣑏"^^xsd:string .

<http://lexvo.org/id/char/2345> a lvont:Character ;
    lvont:represents "⍅"^^xsd:string ;
    rdfs:comment "APL FUNCTIONAL SYMBOL LEFTWARDS VANE"@en .

<http://lexvo.org/id/char/23450> a lvont:Character ;
    lvont:represents "𣑐"^^xsd:string .

<http://lexvo.org/id/char/23451> a lvont:Character ;
    lvont:represents "𣑑"^^xsd:string .

<http://lexvo.org/id/char/23452> a lvont:Character ;
    lvont:represents "𣑒"^^xsd:string .

<http://lexvo.org/id/char/23453> a lvont:Character ;
    lvont:represents "𣑓"^^xsd:string .

<http://lexvo.org/id/char/23454> a lvont:Character ;
    lvont:represents "𣑔"^^xsd:string .

<http://lexvo.org/id/char/23455> a lvont:Character ;
    lvont:represents "𣑕"^^xsd:string .

<http://lexvo.org/id/char/23456> a lvont:Character ;
    lvont:represents "𣑖"^^xsd:string .

<http://lexvo.org/id/char/23457> a lvont:Character ;
    lvont:represents "𣑗"^^xsd:string .

<http://lexvo.org/id/char/23458> a lvont:Character ;
    lvont:represents "𣑘"^^xsd:string .

<http://lexvo.org/id/char/23459> a lvont:Character ;
    lvont:represents "𣑙"^^xsd:string .

<http://lexvo.org/id/char/2345A> a lvont:Character ;
    lvont:represents "𣑚"^^xsd:string .

<http://lexvo.org/id/char/2345B> a lvont:Character ;
    lvont:represents "𣑛"^^xsd:string .

<http://lexvo.org/id/char/2345C> a lvont:Character ;
    lvont:represents "𣑜"^^xsd:string .

<http://lexvo.org/id/char/2345D> a lvont:Character ;
    lvont:represents "𣑝"^^xsd:string .

<http://lexvo.org/id/char/2345E> a lvont:Character ;
    lvont:represents "𣑞"^^xsd:string .

<http://lexvo.org/id/char/2345F> a lvont:Character ;
    lvont:represents "𣑟"^^xsd:string .

<http://lexvo.org/id/char/2346> a lvont:Character ;
    lvont:represents "⍆"^^xsd:string ;
    rdfs:comment "APL FUNCTIONAL SYMBOL RIGHTWARDS VANE"@en .

<http://lexvo.org/id/char/23460> a lvont:Character ;
    lvont:represents "𣑠"^^xsd:string .

<http://lexvo.org/id/char/23461> a lvont:Character ;
    lvont:represents "𣑡"^^xsd:string .

<http://lexvo.org/id/char/23462> a lvont:Character ;
    lvont:represents "𣑢"^^xsd:string .

<http://lexvo.org/id/char/23463> a lvont:Character ;
    lvont:represents "𣑣"^^xsd:string .

<http://lexvo.org/id/char/23464> a lvont:Character ;
    lvont:represents "𣑤"^^xsd:string .

<http://lexvo.org/id/char/23465> a lvont:Character ;
    lvont:represents "𣑥"^^xsd:string .

<http://lexvo.org/id/char/23466> a lvont:Character ;
    lvont:represents "𣑦"^^xsd:string .

<http://lexvo.org/id/char/23467> a lvont:Character ;
    lvont:represents "𣑧"^^xsd:string .

<http://lexvo.org/id/char/23468> a lvont:Character ;
    lvont:represents "𣑨"^^xsd:string .

<http://lexvo.org/id/char/23469> a lvont:Character ;
    lvont:represents "𣑩"^^xsd:string .

<http://lexvo.org/id/char/2346A> a lvont:Character ;
    lvont:represents "𣑪"^^xsd:string .

<http://lexvo.org/id/char/2346B> a lvont:Character ;
    lvont:represents "𣑫"^^xsd:string .

<http://lexvo.org/id/char/2346C> a lvont:Character ;
    lvont:represents "𣑬"^^xsd:string .

<http://lexvo.org/id/char/2346D> a lvont:Character ;
    lvont:represents "𣑭"^^xsd:string .

<http://lexvo.org/id/char/2346E> a lvont:Character ;
    lvont:represents "𣑮"^^xsd:string .

<http://lexvo.org/id/char/2346F> a lvont:Character ;
    lvont:represents "𣑯"^^xsd:string .

<http://lexvo.org/id/char/2347> a lvont:Character ;
    lvont:represents "⍇"^^xsd:string ;
    rdfs:comment "APL FUNCTIONAL SYMBOL QUAD LEFTWARDS ARROW"@en .

<http://lexvo.org/id/char/23470> a lvont:Character ;
    lvont:represents "𣑰"^^xsd:string .

<http://lexvo.org/id/char/23471> a lvont:Character ;
    lvont:represents "𣑱"^^xsd:string .

<http://lexvo.org/id/char/23472> a lvont:Character ;
    lvont:represents "𣑲"^^xsd:string .

<http://lexvo.org/id/char/23473> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ch%E1%BB%93i>,
        "𣑳"^^xsd:string .

<http://lexvo.org/id/char/23474> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/gi%C3%A0n>,
        "𣑴"^^xsd:string .

<http://lexvo.org/id/char/23475> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/nh%C3%B3t>,
        "𣑵"^^xsd:string .

<http://lexvo.org/id/char/23476> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/r%E1%BB%85>,
        "𣑶"^^xsd:string .

<http://lexvo.org/id/char/23477> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/sim>,
        "𣑷"^^xsd:string .

<http://lexvo.org/id/char/23478> a lvont:Character ;
    lvont:represents "𣑸"^^xsd:string .

<http://lexvo.org/id/char/23479> a lvont:Character ;
    lvont:represents "𣑹"^^xsd:string .

<http://lexvo.org/id/char/2347A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/tr%E1%BB%93ng>,
        "𣑺"^^xsd:string .

<http://lexvo.org/id/char/2347B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/nen>,
        "𣑻"^^xsd:string .

<http://lexvo.org/id/char/2347C> a lvont:Character ;
    lvont:represents "𣑼"^^xsd:string .

<http://lexvo.org/id/char/2347D> a lvont:Character ;
    lvont:represents "𣑽"^^xsd:string .

<http://lexvo.org/id/char/2347E> a lvont:Character ;
    lvont:represents "𣑾"^^xsd:string .

<http://lexvo.org/id/char/2347F> a lvont:Character ;
    lvont:represents "𣑿"^^xsd:string .

<http://lexvo.org/id/char/2348> a lvont:Character ;
    lvont:represents "⍈"^^xsd:string ;
    rdfs:comment "APL FUNCTIONAL SYMBOL QUAD RIGHTWARDS ARROW"@en .

<http://lexvo.org/id/char/23480> a lvont:Character ;
    lvont:represents "𣒀"^^xsd:string .

<http://lexvo.org/id/char/23481> a lvont:Character ;
    lvont:represents "𣒁"^^xsd:string .

<http://lexvo.org/id/char/23482> a lvont:Character ;
    lvont:represents "𣒂"^^xsd:string .

<http://lexvo.org/id/char/23483> a lvont:Character ;
    lvont:represents "𣒃"^^xsd:string .

<http://lexvo.org/id/char/23484> a lvont:Character ;
    lvont:represents "𣒄"^^xsd:string .

<http://lexvo.org/id/char/23485> a lvont:Character ;
    lvont:represents "𣒅"^^xsd:string .

<http://lexvo.org/id/char/23486> a lvont:Character ;
    lvont:represents "𣒆"^^xsd:string .

<http://lexvo.org/id/char/23487> a lvont:Character ;
    lvont:represents "𣒇"^^xsd:string .

<http://lexvo.org/id/char/23488> a lvont:Character ;
    lvont:represents "𣒈"^^xsd:string .

<http://lexvo.org/id/char/23489> a lvont:Character ;
    lvont:represents "𣒉"^^xsd:string .

<http://lexvo.org/id/char/2348A> a lvont:Character ;
    lvont:represents "𣒊"^^xsd:string .

<http://lexvo.org/id/char/2348B> a lvont:Character ;
    lvont:represents "𣒋"^^xsd:string .

<http://lexvo.org/id/char/2348C> a lvont:Character ;
    lvont:represents "𣒌"^^xsd:string .

<http://lexvo.org/id/char/2348D> a lvont:Character ;
    lvont:represents "𣒍"^^xsd:string .

<http://lexvo.org/id/char/2348E> a lvont:Character ;
    lvont:represents "𣒎"^^xsd:string .

<http://lexvo.org/id/char/2348F> a lvont:Character ;
    lvont:represents "𣒏"^^xsd:string .

<http://lexvo.org/id/char/2349> a lvont:Character ;
    lvont:represents "⍉"^^xsd:string ;
    rdfs:comment "APL FUNCTIONAL SYMBOL CIRCLE BACKSLASH"@en .

<http://lexvo.org/id/char/23490> a lvont:Character ;
    lvont:represents "𣒐"^^xsd:string .

<http://lexvo.org/id/char/23491> a lvont:Character ;
    lvont:represents "𣒑"^^xsd:string .

<http://lexvo.org/id/char/23492> a lvont:Character ;
    lvont:represents "𣒒"^^xsd:string .

<http://lexvo.org/id/char/23493> a lvont:Character ;
    lvont:represents "𣒓"^^xsd:string .

<http://lexvo.org/id/char/23494> a lvont:Character ;
    lvont:represents "𣒔"^^xsd:string .

<http://lexvo.org/id/char/23495> a lvont:Character ;
    lvont:represents "𣒕"^^xsd:string .

<http://lexvo.org/id/char/23496> a lvont:Character ;
    lvont:represents "𣒖"^^xsd:string .

<http://lexvo.org/id/char/23497> a lvont:Character ;
    lvont:represents "𣒗"^^xsd:string .

<http://lexvo.org/id/char/23498> a lvont:Character ;
    lvont:represents "𣒘"^^xsd:string .

<http://lexvo.org/id/char/23499> a lvont:Character ;
    lvont:represents "𣒙"^^xsd:string .

<http://lexvo.org/id/char/2349A> a lvont:Character ;
    lvont:represents "𣒚"^^xsd:string .

<http://lexvo.org/id/char/2349B> a lvont:Character ;
    lvont:represents "𣒛"^^xsd:string .

<http://lexvo.org/id/char/2349C> a lvont:Character ;
    lvont:represents "𣒜"^^xsd:string .

<http://lexvo.org/id/char/2349D> a lvont:Character ;
    lvont:represents "𣒝"^^xsd:string .

<http://lexvo.org/id/char/2349E> a lvont:Character ;
    lvont:represents "𣒞"^^xsd:string .

<http://lexvo.org/id/char/2349F> a lvont:Character ;
    lvont:represents "𣒟"^^xsd:string .

<http://lexvo.org/id/char/234A> a lvont:Character ;
    lvont:represents "⍊"^^xsd:string ;
    rdfs:comment "APL FUNCTIONAL SYMBOL DOWN TACK UNDERBAR"@en .

<http://lexvo.org/id/char/234A0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/v%E1%BA%A1y>,
        "𣒠"^^xsd:string .

<http://lexvo.org/id/char/234A1> a lvont:Character ;
    lvont:represents "𣒡"^^xsd:string .

<http://lexvo.org/id/char/234A2> a lvont:Character ;
    lvont:represents "𣒢"^^xsd:string .

<http://lexvo.org/id/char/234A3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/m%C4%83ng>,
        "𣒣"^^xsd:string .

<http://lexvo.org/id/char/234A4> a lvont:Character ;
    lvont:represents "𣒤"^^xsd:string .

<http://lexvo.org/id/char/234A5> a lvont:Character ;
    lvont:represents "𣒥"^^xsd:string .

<http://lexvo.org/id/char/234A6> a lvont:Character ;
    lvont:represents "𣒦"^^xsd:string .

<http://lexvo.org/id/char/234A7> a lvont:Character ;
    lvont:represents "𣒧"^^xsd:string .

<http://lexvo.org/id/char/234A8> a lvont:Character ;
    lvont:represents "𣒨"^^xsd:string .

<http://lexvo.org/id/char/234A9> a lvont:Character ;
    lvont:represents "𣒩"^^xsd:string .

<http://lexvo.org/id/char/234AA> a lvont:Character ;
    lvont:represents "𣒪"^^xsd:string .

<http://lexvo.org/id/char/234AB> a lvont:Character ;
    lvont:represents "𣒫"^^xsd:string .

<http://lexvo.org/id/char/234AC> a lvont:Character ;
    lvont:represents "𣒬"^^xsd:string .

<http://lexvo.org/id/char/234AD> a lvont:Character ;
    lvont:represents "𣒭"^^xsd:string .

<http://lexvo.org/id/char/234AE> a lvont:Character ;
    lvont:represents "𣒮"^^xsd:string .

<http://lexvo.org/id/char/234AF> a lvont:Character ;
    lvont:represents "𣒯"^^xsd:string .

<http://lexvo.org/id/char/234B> a lvont:Character ;
    lvont:represents "⍋"^^xsd:string ;
    rdfs:comment "APL FUNCTIONAL SYMBOL DELTA STILE"@en .

<http://lexvo.org/id/char/234B0> a lvont:Character ;
    lvont:represents "𣒰"^^xsd:string .

<http://lexvo.org/id/char/234B1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/xo%C3%A0i>,
        "𣒱"^^xsd:string .

<http://lexvo.org/id/char/234B2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/sao>,
        "𣒲"^^xsd:string .

<http://lexvo.org/id/char/234B3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/cong>,
        "𣒳"^^xsd:string .

<http://lexvo.org/id/char/234B4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/t%C3%A1u>,
        "𣒴"^^xsd:string .

<http://lexvo.org/id/char/234B5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/c%E1%BA%A3i>,
        "𣒵"^^xsd:string .

<http://lexvo.org/id/char/234B6> a lvont:Character ;
    lvont:represents "𣒶"^^xsd:string .

<http://lexvo.org/id/char/234B7> a lvont:Character ;
    lvont:represents "𣒷"^^xsd:string .

<http://lexvo.org/id/char/234B8> a lvont:Character ;
    lvont:represents "𣒸"^^xsd:string .

<http://lexvo.org/id/char/234B9> a lvont:Character ;
    lvont:represents "𣒹"^^xsd:string .

<http://lexvo.org/id/char/234BA> a lvont:Character ;
    lvont:represents "𣒺"^^xsd:string .

<http://lexvo.org/id/char/234BB> a lvont:Character ;
    lvont:represents "𣒻"^^xsd:string .

<http://lexvo.org/id/char/234BC> a lvont:Character ;
    lvont:represents "𣒼"^^xsd:string .

<http://lexvo.org/id/char/234BD> a lvont:Character ;
    lvont:represents "𣒽"^^xsd:string .

<http://lexvo.org/id/char/234BE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/v%C3%B4ng>,
        "𣒾"^^xsd:string .

<http://lexvo.org/id/char/234BF> a lvont:Character ;
    lvont:represents "𣒿"^^xsd:string .

<http://lexvo.org/id/char/234C> a lvont:Character ;
    lvont:represents "⍌"^^xsd:string ;
    rdfs:comment "APL FUNCTIONAL SYMBOL QUAD DOWN CARET"@en .

<http://lexvo.org/id/char/234C0> a lvont:Character ;
    lvont:represents "𣓀"^^xsd:string .

<http://lexvo.org/id/char/234C1> a lvont:Character ;
    lvont:represents "𣓁"^^xsd:string .

<http://lexvo.org/id/char/234C2> a lvont:Character ;
    lvont:represents "𣓂"^^xsd:string .

<http://lexvo.org/id/char/234C3> a lvont:Character ;
    lvont:represents "𣓃"^^xsd:string .

<http://lexvo.org/id/char/234C4> a lvont:Character ;
    lvont:represents "𣓄"^^xsd:string .

<http://lexvo.org/id/char/234C5> a lvont:Character ;
    lvont:represents "𣓅"^^xsd:string .

<http://lexvo.org/id/char/234C6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/r%C6%B0%E1%BB%9Dm>,
        "𣓆"^^xsd:string .

<http://lexvo.org/id/char/234C7> a lvont:Character ;
    lvont:represents "𣓇"^^xsd:string .

<http://lexvo.org/id/char/234C8> a lvont:Character ;
    lvont:represents "𣓈"^^xsd:string .

<http://lexvo.org/id/char/234C9> a lvont:Character ;
    lvont:represents "𣓉"^^xsd:string .

<http://lexvo.org/id/char/234CA> a lvont:Character ;
    lvont:represents "𣓊"^^xsd:string .

<http://lexvo.org/id/char/234CB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/s%E1%BA%BFn>,
        "𣓋"^^xsd:string .

<http://lexvo.org/id/char/234CC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/gou1>,
        <http://lexvo.org/id/term/yue/%F0%A3%93%8C>,
        "𣓌"^^xsd:string ;
    rdfs:comment "a well-sweep"@en .

<http://lexvo.org/id/char/234CD> a lvont:Character ;
    lvont:represents "𣓍"^^xsd:string .

<http://lexvo.org/id/char/234CE> a lvont:Character ;
    lvont:represents "𣓎"^^xsd:string .

<http://lexvo.org/id/char/234CF> a lvont:Character ;
    lvont:represents "𣓏"^^xsd:string .

<http://lexvo.org/id/char/234D> a lvont:Character ;
    lvont:represents "⍍"^^xsd:string ;
    rdfs:comment "APL FUNCTIONAL SYMBOL QUAD DELTA"@en .

<http://lexvo.org/id/char/234D0> a lvont:Character ;
    lvont:represents "𣓐"^^xsd:string .

<http://lexvo.org/id/char/234D1> a lvont:Character ;
    lvont:represents "𣓑"^^xsd:string .

<http://lexvo.org/id/char/234D2> a lvont:Character ;
    lvont:represents "𣓒"^^xsd:string .

<http://lexvo.org/id/char/234D3> a lvont:Character ;
    lvont:represents "𣓓"^^xsd:string .

<http://lexvo.org/id/char/234D4> a lvont:Character ;
    lvont:represents "𣓔"^^xsd:string .

<http://lexvo.org/id/char/234D5> a lvont:Character ;
    lvont:represents "𣓕"^^xsd:string .

<http://lexvo.org/id/char/234D6> a lvont:Character ;
    lvont:represents "𣓖"^^xsd:string .

<http://lexvo.org/id/char/234D7> a lvont:Character ;
    lvont:represents "𣓗"^^xsd:string .

<http://lexvo.org/id/char/234D8> a lvont:Character ;
    lvont:represents "𣓘"^^xsd:string .

<http://lexvo.org/id/char/234D9> a lvont:Character ;
    lvont:represents "𣓙"^^xsd:string .

<http://lexvo.org/id/char/234DA> a lvont:Character ;
    lvont:represents "𣓚"^^xsd:string .

<http://lexvo.org/id/char/234DB> a lvont:Character ;
    lvont:represents "𣓛"^^xsd:string .

<http://lexvo.org/id/char/234DC> a lvont:Character ;
    lvont:represents "𣓜"^^xsd:string .

<http://lexvo.org/id/char/234DD> a lvont:Character ;
    lvont:represents "𣓝"^^xsd:string .

<http://lexvo.org/id/char/234DE> a lvont:Character ;
    lvont:represents "𣓞"^^xsd:string .

<http://lexvo.org/id/char/234DF> a lvont:Character ;
    lvont:represents "𣓟"^^xsd:string .

<http://lexvo.org/id/char/234E> a lvont:Character ;
    lvont:represents "⍎"^^xsd:string ;
    rdfs:comment "APL FUNCTIONAL SYMBOL DOWN TACK JOT"@en .

<http://lexvo.org/id/char/234E0> a lvont:Character ;
    lvont:represents "𣓠"^^xsd:string .

<http://lexvo.org/id/char/234E1> a lvont:Character ;
    lvont:represents "𣓡"^^xsd:string .

<http://lexvo.org/id/char/234E2> a lvont:Character ;
    lvont:represents "𣓢"^^xsd:string .

<http://lexvo.org/id/char/234E3> a lvont:Character ;
    lvont:represents "𣓣"^^xsd:string .

<http://lexvo.org/id/char/234E4> a lvont:Character ;
    lvont:represents "𣓤"^^xsd:string .

<http://lexvo.org/id/char/234E5> a lvont:Character ;
    lvont:represents "𣓥"^^xsd:string .

<http://lexvo.org/id/char/234E6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ph%C3%ADm>,
        "𣓦"^^xsd:string .

<http://lexvo.org/id/char/234E7> a lvont:Character ;
    lvont:represents "𣓧"^^xsd:string .

<http://lexvo.org/id/char/234E8> a lvont:Character ;
    lvont:represents "𣓨"^^xsd:string .

<http://lexvo.org/id/char/234E9> a lvont:Character ;
    lvont:represents "𣓩"^^xsd:string .

<http://lexvo.org/id/char/234EA> a lvont:Character ;
    lvont:represents "𣓪"^^xsd:string .

<http://lexvo.org/id/char/234EB> a lvont:Character ;
    lvont:represents "𣓫"^^xsd:string .

<http://lexvo.org/id/char/234EC> a lvont:Character ;
    lvont:represents "𣓬"^^xsd:string .

<http://lexvo.org/id/char/234ED> a lvont:Character ;
    lvont:represents "𣓭"^^xsd:string .

<http://lexvo.org/id/char/234EE> a lvont:Character ;
    lvont:represents "𣓮"^^xsd:string .

<http://lexvo.org/id/char/234EF> a lvont:Character ;
    lvont:represents "𣓯"^^xsd:string .

<http://lexvo.org/id/char/234F> a lvont:Character ;
    lvont:represents "⍏"^^xsd:string ;
    rdfs:comment "APL FUNCTIONAL SYMBOL UPWARDS VANE"@en .

<http://lexvo.org/id/char/234F0> a lvont:Character ;
    lvont:represents "𣓰"^^xsd:string .

<http://lexvo.org/id/char/234F1> a lvont:Character ;
    lvont:represents "𣓱"^^xsd:string .

<http://lexvo.org/id/char/234F2> a lvont:Character ;
    lvont:represents "𣓲"^^xsd:string .

<http://lexvo.org/id/char/234F3> a lvont:Character ;
    lvont:represents "𣓳"^^xsd:string .

<http://lexvo.org/id/char/234F4> a lvont:Character ;
    lvont:represents "𣓴"^^xsd:string .

<http://lexvo.org/id/char/234F5> a lvont:Character ;
    lvont:represents "𣓵"^^xsd:string .

<http://lexvo.org/id/char/234F6> a lvont:Character ;
    lvont:represents "𣓶"^^xsd:string .

<http://lexvo.org/id/char/234F7> a lvont:Character ;
    lvont:represents "𣓷"^^xsd:string .

<http://lexvo.org/id/char/234F8> a lvont:Character ;
    lvont:represents "𣓸"^^xsd:string .

<http://lexvo.org/id/char/234F9> a lvont:Character ;
    lvont:represents "𣓹"^^xsd:string .

<http://lexvo.org/id/char/234FA> a lvont:Character ;
    lvont:represents "𣓺"^^xsd:string .

<http://lexvo.org/id/char/234FB> a lvont:Character ;
    lvont:represents "𣓻"^^xsd:string .

<http://lexvo.org/id/char/234FC> a lvont:Character ;
    lvont:represents "𣓼"^^xsd:string .

<http://lexvo.org/id/char/234FD> a lvont:Character ;
    lvont:represents "𣓽"^^xsd:string .

<http://lexvo.org/id/char/234FE> a lvont:Character ;
    lvont:represents "𣓾"^^xsd:string .

<http://lexvo.org/id/char/234FF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/lau>,
        "𣓿"^^xsd:string .

<http://lexvo.org/id/char/2350> a lvont:Character ;
    lvont:represents "⍐"^^xsd:string ;
    rdfs:comment "APL FUNCTIONAL SYMBOL QUAD UPWARDS ARROW"@en .

<http://lexvo.org/id/char/23500> a lvont:Character ;
    lvont:represents "𣔀"^^xsd:string .

<http://lexvo.org/id/char/23501> a lvont:Character ;
    lvont:represents "𣔁"^^xsd:string .

<http://lexvo.org/id/char/23502> a lvont:Character ;
    lvont:represents "𣔂"^^xsd:string .

<http://lexvo.org/id/char/23503> a lvont:Character ;
    lvont:represents "𣔃"^^xsd:string .

<http://lexvo.org/id/char/23504> a lvont:Character ;
    lvont:represents "𣔄"^^xsd:string .

<http://lexvo.org/id/char/23505> a lvont:Character ;
    lvont:represents "𣔅"^^xsd:string .

<http://lexvo.org/id/char/23506> a lvont:Character ;
    lvont:represents "𣔆"^^xsd:string .

<http://lexvo.org/id/char/23507> a lvont:Character ;
    lvont:represents "𣔇"^^xsd:string .

<http://lexvo.org/id/char/23508> a lvont:Character ;
    lvont:represents "𣔈"^^xsd:string .

<http://lexvo.org/id/char/23509> a lvont:Character ;
    lvont:represents "𣔉"^^xsd:string .

<http://lexvo.org/id/char/2350A> a lvont:Character ;
    lvont:represents "𣔊"^^xsd:string .

<http://lexvo.org/id/char/2350B> a lvont:Character ;
    lvont:represents "𣔋"^^xsd:string .

<http://lexvo.org/id/char/2350C> a lvont:Character ;
    lvont:represents "𣔌"^^xsd:string .

<http://lexvo.org/id/char/2350D> a lvont:Character ;
    lvont:represents "𣔍"^^xsd:string .

<http://lexvo.org/id/char/2350E> a lvont:Character ;
    lvont:represents "𣔎"^^xsd:string .

<http://lexvo.org/id/char/2350F> a lvont:Character ;
    lvont:represents "𣔏"^^xsd:string .

<http://lexvo.org/id/char/2351> a lvont:Character ;
    lvont:represents "⍑"^^xsd:string ;
    rdfs:comment "APL FUNCTIONAL SYMBOL UP TACK OVERBAR"@en .

<http://lexvo.org/id/char/23510> a lvont:Character ;
    lvont:represents "𣔐"^^xsd:string .

<http://lexvo.org/id/char/23511> a lvont:Character ;
    lvont:represents "𣔑"^^xsd:string .

<http://lexvo.org/id/char/23512> a lvont:Character ;
    lvont:represents "𣔒"^^xsd:string .

<http://lexvo.org/id/char/23513> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/b%E1%BB%85>,
        "𣔓"^^xsd:string .

<http://lexvo.org/id/char/23514> a lvont:Character ;
    lvont:represents "𣔔"^^xsd:string .

<http://lexvo.org/id/char/23515> a lvont:Character ;
    lvont:represents "𣔕"^^xsd:string .

<http://lexvo.org/id/char/23516> a lvont:Character ;
    lvont:represents "𣔖"^^xsd:string .

<http://lexvo.org/id/char/23517> a lvont:Character ;
    lvont:represents "𣔗"^^xsd:string .

<http://lexvo.org/id/char/23518> a lvont:Character ;
    lvont:represents "𣔘"^^xsd:string .

<http://lexvo.org/id/char/23519> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C4%81n>,
        "𣔙"^^xsd:string .

<http://lexvo.org/id/char/2351A> a lvont:Character ;
    lvont:represents "𣔚"^^xsd:string .

<http://lexvo.org/id/char/2351B> a lvont:Character ;
    lvont:represents "𣔛"^^xsd:string .

<http://lexvo.org/id/char/2351C> a lvont:Character ;
    lvont:represents "𣔜"^^xsd:string .

<http://lexvo.org/id/char/2351D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/%C4%91%C3%B3n>,
        "𣔝"^^xsd:string .

<http://lexvo.org/id/char/2351E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/cui>,
        "𣔞"^^xsd:string .

<http://lexvo.org/id/char/2351F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/b%E1%BA%AFp>,
        "𣔟"^^xsd:string .

<http://lexvo.org/id/char/2352> a lvont:Character ;
    lvont:represents "⍒"^^xsd:string ;
    rdfs:comment "APL FUNCTIONAL SYMBOL DEL STILE"@en .

<http://lexvo.org/id/char/23520> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/c%E1%BA%A7n>,
        "𣔠"^^xsd:string .

<http://lexvo.org/id/char/23521> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ph%C3%A0>,
        "𣔡"^^xsd:string .

<http://lexvo.org/id/char/23522> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/x%E1%BB%9Bi>,
        "𣔢"^^xsd:string .

<http://lexvo.org/id/char/23523> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ng%E1%BB%99c>,
        "𣔣"^^xsd:string .

<http://lexvo.org/id/char/23524> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/s%E1%BB%A9>,
        "𣔤"^^xsd:string .

<http://lexvo.org/id/char/23525> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/chanh>,
        "𣔥"^^xsd:string .

<http://lexvo.org/id/char/23526> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/nh%C3%A0i>,
        "𣔦"^^xsd:string .

<http://lexvo.org/id/char/23527> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/%C4%91%C3%B3>,
        "𣔧"^^xsd:string .

<http://lexvo.org/id/char/23528> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/kh%E1%BA%B3ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kang3>,
        <http://lexvo.org/id/term/yue/%F0%A3%94%A8>,
        "𣔨"^^xsd:string ;
    rdfs:comment "(Cant.) to be entangled, twisted; (of alcohol and tobacco) to be strong"@en .

<http://lexvo.org/id/char/23529> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/b%C3%B3>,
        "𣔩"^^xsd:string .

<http://lexvo.org/id/char/2352A> a lvont:Character ;
    lvont:represents "𣔪"^^xsd:string .

<http://lexvo.org/id/char/2352B> a lvont:Character ;
    lvont:represents "𣔫"^^xsd:string .

<http://lexvo.org/id/char/2352C> a lvont:Character ;
    lvont:represents "𣔬"^^xsd:string .

<http://lexvo.org/id/char/2352D> a lvont:Character ;
    lvont:represents "𣔭"^^xsd:string .

<http://lexvo.org/id/char/2352E> a lvont:Character ;
    lvont:represents "𣔮"^^xsd:string .

<http://lexvo.org/id/char/2352F> a lvont:Character ;
    lvont:represents "𣔯"^^xsd:string .

<http://lexvo.org/id/char/2353> a lvont:Character ;
    lvont:represents "⍓"^^xsd:string ;
    rdfs:comment "APL FUNCTIONAL SYMBOL QUAD UP CARET"@en .

<http://lexvo.org/id/char/23530> a lvont:Character ;
    lvont:represents "𣔰"^^xsd:string .

<http://lexvo.org/id/char/23531> a lvont:Character ;
    lvont:represents "𣔱"^^xsd:string .

<http://lexvo.org/id/char/23532> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/qu%E1%BA%A1nh>,
        "𣔲"^^xsd:string .

<http://lexvo.org/id/char/23533> a lvont:Character ;
    lvont:represents "𣔳"^^xsd:string .

<http://lexvo.org/id/char/23534> a lvont:Character ;
    lvont:represents "𣔴"^^xsd:string .

<http://lexvo.org/id/char/23535> a lvont:Character ;
    lvont:represents "𣔵"^^xsd:string .

<http://lexvo.org/id/char/23536> a lvont:Character ;
    lvont:represents "𣔶"^^xsd:string .

<http://lexvo.org/id/char/23537> a lvont:Character ;
    lvont:represents "𣔷"^^xsd:string .

<http://lexvo.org/id/char/23538> a lvont:Character ;
    lvont:represents "𣔸"^^xsd:string .

<http://lexvo.org/id/char/23539> a lvont:Character ;
    lvont:represents "𣔹"^^xsd:string .

<http://lexvo.org/id/char/2353A> a lvont:Character ;
    lvont:represents "𣔺"^^xsd:string .

<http://lexvo.org/id/char/2353B> a lvont:Character ;
    lvont:represents "𣔻"^^xsd:string .

<http://lexvo.org/id/char/2353C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/gon1>,
        <http://lexvo.org/id/term/yue/%F0%A3%94%BC>,
        "𣔼"^^xsd:string ;
    rdfs:comment "a cane, rod, pole, staff"@en .

<http://lexvo.org/id/char/2353D> a lvont:Character ;
    lvont:represents "𣔽"^^xsd:string .

<http://lexvo.org/id/char/2353E> a lvont:Character ;
    lvont:represents "𣔾"^^xsd:string .

<http://lexvo.org/id/char/2353F> a lvont:Character ;
    lvont:represents "𣔿"^^xsd:string .

<http://lexvo.org/id/char/2354> a lvont:Character ;
    lvont:represents "⍔"^^xsd:string ;
    rdfs:comment "APL FUNCTIONAL SYMBOL QUAD DEL"@en .

<http://lexvo.org/id/char/23540> a lvont:Character ;
    lvont:represents "𣕀"^^xsd:string .

<http://lexvo.org/id/char/23541> a lvont:Character ;
    lvont:represents "𣕁"^^xsd:string .

<http://lexvo.org/id/char/23542> a lvont:Character ;
    lvont:represents "𣕂"^^xsd:string .

<http://lexvo.org/id/char/23543> a lvont:Character ;
    lvont:represents "𣕃"^^xsd:string .

<http://lexvo.org/id/char/23544> a lvont:Character ;
    lvont:represents "𣕄"^^xsd:string .

<http://lexvo.org/id/char/23545> a lvont:Character ;
    lvont:represents "𣕅"^^xsd:string .

<http://lexvo.org/id/char/23546> a lvont:Character ;
    lvont:represents "𣕆"^^xsd:string .

<http://lexvo.org/id/char/23547> a lvont:Character ;
    lvont:represents "𣕇"^^xsd:string .

<http://lexvo.org/id/char/23548> a lvont:Character ;
    lvont:represents "𣕈"^^xsd:string .

<http://lexvo.org/id/char/23549> a lvont:Character ;
    lvont:represents "𣕉"^^xsd:string .

<http://lexvo.org/id/char/2354A> a lvont:Character ;
    lvont:represents "𣕊"^^xsd:string .

<http://lexvo.org/id/char/2354B> a lvont:Character ;
    lvont:represents "𣕋"^^xsd:string .

<http://lexvo.org/id/char/2354C> a lvont:Character ;
    lvont:represents "𣕌"^^xsd:string .

<http://lexvo.org/id/char/2354D> a lvont:Character ;
    lvont:represents "𣕍"^^xsd:string .

<http://lexvo.org/id/char/2354E> a lvont:Character ;
    lvont:represents "𣕎"^^xsd:string .

<http://lexvo.org/id/char/2354F> a lvont:Character ;
    lvont:represents "𣕏"^^xsd:string .

<http://lexvo.org/id/char/2355> a lvont:Character ;
    lvont:represents "⍕"^^xsd:string ;
    rdfs:comment "APL FUNCTIONAL SYMBOL UP TACK JOT"@en .

<http://lexvo.org/id/char/23550> a lvont:Character ;
    lvont:represents "𣕐"^^xsd:string .

<http://lexvo.org/id/char/23551> a lvont:Character ;
    lvont:represents "𣕑"^^xsd:string .

<http://lexvo.org/id/char/23552> a lvont:Character ;
    lvont:represents "𣕒"^^xsd:string .

<http://lexvo.org/id/char/23553> a lvont:Character ;
    lvont:represents "𣕓"^^xsd:string .

<http://lexvo.org/id/char/23554> a lvont:Character ;
    lvont:represents "𣕔"^^xsd:string .

<http://lexvo.org/id/char/23555> a lvont:Character ;
    lvont:represents "𣕕"^^xsd:string .

<http://lexvo.org/id/char/23556> a lvont:Character ;
    lvont:represents "𣕖"^^xsd:string .

<http://lexvo.org/id/char/23557> a lvont:Character ;
    lvont:represents "𣕗"^^xsd:string .

<http://lexvo.org/id/char/23558> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/hay>,
        "𣕘"^^xsd:string .

<http://lexvo.org/id/char/23559> a lvont:Character ;
    lvont:represents "𣕙"^^xsd:string .

<http://lexvo.org/id/char/2355A> a lvont:Character ;
    lvont:represents "𣕚"^^xsd:string .

<http://lexvo.org/id/char/2355B> a lvont:Character ;
    lvont:represents "𣕛"^^xsd:string .

<http://lexvo.org/id/char/2355C> a lvont:Character ;
    lvont:represents "𣕜"^^xsd:string .

<http://lexvo.org/id/char/2355D> a lvont:Character ;
    lvont:represents "𣕝"^^xsd:string .

<http://lexvo.org/id/char/2355E> a lvont:Character ;
    lvont:represents "𣕞"^^xsd:string .

<http://lexvo.org/id/char/2355F> a lvont:Character ;
    lvont:represents "𣕟"^^xsd:string .

<http://lexvo.org/id/char/2356> a lvont:Character ;
    lvont:represents "⍖"^^xsd:string ;
    rdfs:comment "APL FUNCTIONAL SYMBOL DOWNWARDS VANE"@en .

<http://lexvo.org/id/char/23560> a lvont:Character ;
    lvont:represents "𣕠"^^xsd:string .

<http://lexvo.org/id/char/23561> a lvont:Character ;
    lvont:represents "𣕡"^^xsd:string .

<http://lexvo.org/id/char/23562> a lvont:Character ;
    lvont:represents "𣕢"^^xsd:string .

<http://lexvo.org/id/char/23563> a lvont:Character ;
    lvont:represents "𣕣"^^xsd:string .

<http://lexvo.org/id/char/23564> a lvont:Character ;
    lvont:represents "𣕤"^^xsd:string .

<http://lexvo.org/id/char/23565> a lvont:Character ;
    lvont:represents "𣕥"^^xsd:string .

<http://lexvo.org/id/char/23566> a lvont:Character ;
    lvont:represents "𣕦"^^xsd:string .

<http://lexvo.org/id/char/23567> a lvont:Character ;
    lvont:represents "𣕧"^^xsd:string .

<http://lexvo.org/id/char/23568> a lvont:Character ;
    lvont:represents "𣕨"^^xsd:string .

<http://lexvo.org/id/char/23569> a lvont:Character ;
    lvont:represents "𣕩"^^xsd:string .

<http://lexvo.org/id/char/2356A> a lvont:Character ;
    lvont:represents "𣕪"^^xsd:string .

<http://lexvo.org/id/char/2356B> a lvont:Character ;
    lvont:represents "𣕫"^^xsd:string .

<http://lexvo.org/id/char/2356C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/n%E1%BB%8Dc>,
        "𣕬"^^xsd:string .

<http://lexvo.org/id/char/2356D> a lvont:Character ;
    lvont:represents "𣕭"^^xsd:string .

<http://lexvo.org/id/char/2356E> a lvont:Character ;
    lvont:represents "𣕮"^^xsd:string .

<http://lexvo.org/id/char/2356F> a lvont:Character ;
    lvont:represents "𣕯"^^xsd:string .

<http://lexvo.org/id/char/2357> a lvont:Character ;
    lvont:represents "⍗"^^xsd:string ;
    rdfs:comment "APL FUNCTIONAL SYMBOL QUAD DOWNWARDS ARROW"@en .

<http://lexvo.org/id/char/23570> a lvont:Character ;
    lvont:represents "𣕰"^^xsd:string .

<http://lexvo.org/id/char/23571> a lvont:Character ;
    lvont:represents "𣕱"^^xsd:string .

<http://lexvo.org/id/char/23572> a lvont:Character ;
    lvont:represents "𣕲"^^xsd:string .

<http://lexvo.org/id/char/23573> a lvont:Character ;
    lvont:represents "𣕳"^^xsd:string .

<http://lexvo.org/id/char/23574> a lvont:Character ;
    lvont:represents "𣕴"^^xsd:string .

<http://lexvo.org/id/char/23575> a lvont:Character ;
    lvont:represents "𣕵"^^xsd:string .

<http://lexvo.org/id/char/23576> a lvont:Character ;
    lvont:represents "𣕶"^^xsd:string .

<http://lexvo.org/id/char/23577> a lvont:Character ;
    lvont:represents "𣕷"^^xsd:string .

<http://lexvo.org/id/char/23578> a lvont:Character ;
    lvont:represents "𣕸"^^xsd:string .

<http://lexvo.org/id/char/23579> a lvont:Character ;
    lvont:represents "𣕹"^^xsd:string .

<http://lexvo.org/id/char/2357A> a lvont:Character ;
    lvont:represents "𣕺"^^xsd:string .

<http://lexvo.org/id/char/2357B> a lvont:Character ;
    lvont:represents "𣕻"^^xsd:string .

<http://lexvo.org/id/char/2357C> a lvont:Character ;
    lvont:represents "𣕼"^^xsd:string .

<http://lexvo.org/id/char/2357D> a lvont:Character ;
    lvont:represents "𣕽"^^xsd:string .

<http://lexvo.org/id/char/2357E> a lvont:Character ;
    lvont:represents "𣕾"^^xsd:string .

<http://lexvo.org/id/char/2357F> a lvont:Character ;
    lvont:represents "𣕿"^^xsd:string .

<http://lexvo.org/id/char/2358> a lvont:Character ;
    lvont:represents "⍘"^^xsd:string ;
    rdfs:comment "APL FUNCTIONAL SYMBOL QUOTE UNDERBAR"@en .

<http://lexvo.org/id/char/23580> a lvont:Character ;
    lvont:represents "𣖀"^^xsd:string .

<http://lexvo.org/id/char/23581> a lvont:Character ;
    lvont:represents "𣖁"^^xsd:string .

<http://lexvo.org/id/char/23582> a lvont:Character ;
    lvont:represents "𣖂"^^xsd:string .

<http://lexvo.org/id/char/23583> a lvont:Character ;
    lvont:represents "𣖃"^^xsd:string .

<http://lexvo.org/id/char/23584> a lvont:Character ;
    lvont:represents "𣖄"^^xsd:string .

<http://lexvo.org/id/char/23585> a lvont:Character ;
    lvont:represents "𣖅"^^xsd:string .

<http://lexvo.org/id/char/23586> a lvont:Character ;
    lvont:represents "𣖆"^^xsd:string .

<http://lexvo.org/id/char/23587> a lvont:Character ;
    lvont:represents "𣖇"^^xsd:string .

<http://lexvo.org/id/char/23588> a lvont:Character ;
    lvont:represents "𣖈"^^xsd:string .

<http://lexvo.org/id/char/23589> a lvont:Character ;
    lvont:represents "𣖉"^^xsd:string .

<http://lexvo.org/id/char/2358A> a lvont:Character ;
    lvont:represents "𣖊"^^xsd:string .

<http://lexvo.org/id/char/2358B> a lvont:Character ;
    lvont:represents "𣖋"^^xsd:string .

<http://lexvo.org/id/char/2358C> a lvont:Character ;
    lvont:represents "𣖌"^^xsd:string .

<http://lexvo.org/id/char/2358D> a lvont:Character ;
    lvont:represents "𣖍"^^xsd:string .

<http://lexvo.org/id/char/2358E> a lvont:Character ;
    lvont:represents "𣖎"^^xsd:string .

<http://lexvo.org/id/char/2358F> a lvont:Character ;
    lvont:represents "𣖏"^^xsd:string .

<http://lexvo.org/id/char/2359> a lvont:Character ;
    lvont:represents "⍙"^^xsd:string ;
    rdfs:comment "APL FUNCTIONAL SYMBOL DELTA UNDERBAR"@en .

<http://lexvo.org/id/char/23590> a lvont:Character ;
    lvont:represents "𣖐"^^xsd:string .

<http://lexvo.org/id/char/23591> a lvont:Character ;
    lvont:represents "𣖑"^^xsd:string .

<http://lexvo.org/id/char/23592> a lvont:Character ;
    lvont:represents "𣖒"^^xsd:string .

<http://lexvo.org/id/char/23593> a lvont:Character ;
    lvont:represents "𣖓"^^xsd:string .

<http://lexvo.org/id/char/23594> a lvont:Character ;
    lvont:represents "𣖔"^^xsd:string .

<http://lexvo.org/id/char/23595> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/peng1>,
        <http://lexvo.org/id/term/yue/%F0%A3%96%95>,
        "𣖕"^^xsd:string ;
    rdfs:comment "(Cant.) the back of a chair for one to lean against"@en .

<http://lexvo.org/id/char/23596> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ch%C3%A0y>,
        "𣖖"^^xsd:string .

<http://lexvo.org/id/char/23597> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ch%C3%A0y>,
        "𣖗"^^xsd:string .

<http://lexvo.org/id/char/23598> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/h%E1%BB%93ng>,
        "𣖘"^^xsd:string .

<http://lexvo.org/id/char/23599> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/m%C3%ADa>,
        "𣖙"^^xsd:string .

<http://lexvo.org/id/char/2359A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ca>,
        "𣖚"^^xsd:string .

<http://lexvo.org/id/char/2359B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ch%C3%B3t>,
        "𣖛"^^xsd:string .

<http://lexvo.org/id/char/2359C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/v%E1%BB%B1a>,
        "𣖜"^^xsd:string .

<http://lexvo.org/id/char/2359D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/s%E1%BB%81>,
        "𣖝"^^xsd:string .

<http://lexvo.org/id/char/2359E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/b%C3%AD>,
        "𣖞"^^xsd:string .

<http://lexvo.org/id/char/2359F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/gh%E1%BA%BF>,
        "𣖟"^^xsd:string .

<http://lexvo.org/id/char/235A> a lvont:Character ;
    lvont:represents "⍚"^^xsd:string ;
    rdfs:comment "APL FUNCTIONAL SYMBOL DIAMOND UNDERBAR"@en .

<http://lexvo.org/id/char/235A0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/su%E1%BB%91t>,
        "𣖠"^^xsd:string .

<http://lexvo.org/id/char/235A1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/tr%E1%BA%AFc>,
        "𣖡"^^xsd:string .

<http://lexvo.org/id/char/235A2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/tr%C3%B3t>,
        "𣖢"^^xsd:string .

<http://lexvo.org/id/char/235A3> a lvont:Character ;
    lvont:represents "𣖣"^^xsd:string .

<http://lexvo.org/id/char/235A4> a lvont:Character ;
    lvont:represents "𣖤"^^xsd:string .

<http://lexvo.org/id/char/235A5> a lvont:Character ;
    lvont:represents "𣖥"^^xsd:string .

<http://lexvo.org/id/char/235A6> a lvont:Character ;
    lvont:represents "𣖦"^^xsd:string .

<http://lexvo.org/id/char/235A7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/s%C3%B2i>,
        "𣖧"^^xsd:string .

<http://lexvo.org/id/char/235A8> a lvont:Character ;
    lvont:represents "𣖨"^^xsd:string .

<http://lexvo.org/id/char/235A9> a lvont:Character ;
    lvont:represents "𣖩"^^xsd:string .

<http://lexvo.org/id/char/235AA> a lvont:Character ;
    lvont:represents "𣖪"^^xsd:string .

<http://lexvo.org/id/char/235AB> a lvont:Character ;
    lvont:represents "𣖫"^^xsd:string .

<http://lexvo.org/id/char/235AC> a lvont:Character ;
    lvont:represents "𣖬"^^xsd:string .

<http://lexvo.org/id/char/235AD> a lvont:Character ;
    lvont:represents "𣖭"^^xsd:string .

<http://lexvo.org/id/char/235AE> a lvont:Character ;
    lvont:represents "𣖮"^^xsd:string .

<http://lexvo.org/id/char/235AF> a lvont:Character ;
    lvont:represents "𣖯"^^xsd:string .

<http://lexvo.org/id/char/235B> a lvont:Character ;
    lvont:represents "⍛"^^xsd:string ;
    rdfs:comment "APL FUNCTIONAL SYMBOL JOT UNDERBAR"@en .

<http://lexvo.org/id/char/235B0> a lvont:Character ;
    lvont:represents "𣖰"^^xsd:string .

<http://lexvo.org/id/char/235B1> a lvont:Character ;
    lvont:represents "𣖱"^^xsd:string .

<http://lexvo.org/id/char/235B2> a lvont:Character ;
    lvont:represents "𣖲"^^xsd:string .

<http://lexvo.org/id/char/235B3> a lvont:Character ;
    lvont:represents "𣖳"^^xsd:string .

<http://lexvo.org/id/char/235B4> a lvont:Character ;
    lvont:represents "𣖴"^^xsd:string .

<http://lexvo.org/id/char/235B5> a lvont:Character ;
    lvont:represents "𣖵"^^xsd:string .

<http://lexvo.org/id/char/235B6> a lvont:Character ;
    lvont:represents "𣖶"^^xsd:string .

<http://lexvo.org/id/char/235B7> a lvont:Character ;
    lvont:represents "𣖷"^^xsd:string .

<http://lexvo.org/id/char/235B8> a lvont:Character ;
    lvont:represents "𣖸"^^xsd:string .

<http://lexvo.org/id/char/235B9> a lvont:Character ;
    lvont:represents "𣖹"^^xsd:string .

<http://lexvo.org/id/char/235BA> a lvont:Character ;
    lvont:represents "𣖺"^^xsd:string .

<http://lexvo.org/id/char/235BB> a lvont:Character ;
    lvont:represents "𣖻"^^xsd:string .

<http://lexvo.org/id/char/235BC> a lvont:Character ;
    lvont:represents "𣖼"^^xsd:string .

<http://lexvo.org/id/char/235BD> a lvont:Character ;
    lvont:represents "𣖽"^^xsd:string .

<http://lexvo.org/id/char/235BE> a lvont:Character ;
    lvont:represents "𣖾"^^xsd:string .

<http://lexvo.org/id/char/235BF> a lvont:Character ;
    lvont:represents "𣖿"^^xsd:string .

<http://lexvo.org/id/char/235C> a lvont:Character ;
    lvont:represents "⍜"^^xsd:string ;
    rdfs:comment "APL FUNCTIONAL SYMBOL CIRCLE UNDERBAR"@en .

<http://lexvo.org/id/char/235C0> a lvont:Character ;
    lvont:represents "𣗀"^^xsd:string .

<http://lexvo.org/id/char/235C1> a lvont:Character ;
    lvont:represents "𣗁"^^xsd:string .

<http://lexvo.org/id/char/235C2> a lvont:Character ;
    lvont:represents "𣗂"^^xsd:string .

<http://lexvo.org/id/char/235C3> a lvont:Character ;
    lvont:represents "𣗃"^^xsd:string .

<http://lexvo.org/id/char/235C4> a lvont:Character ;
    lvont:represents "𣗄"^^xsd:string .

<http://lexvo.org/id/char/235C5> a lvont:Character ;
    lvont:represents "𣗅"^^xsd:string .

<http://lexvo.org/id/char/235C6> a lvont:Character ;
    lvont:represents "𣗆"^^xsd:string .

<http://lexvo.org/id/char/235C7> a lvont:Character ;
    lvont:represents "𣗇"^^xsd:string .

<http://lexvo.org/id/char/235C8> a lvont:Character ;
    lvont:represents "𣗈"^^xsd:string .

<http://lexvo.org/id/char/235C9> a lvont:Character ;
    lvont:represents "𣗉"^^xsd:string .

<http://lexvo.org/id/char/235CA> a lvont:Character ;
    lvont:represents "𣗊"^^xsd:string .

<http://lexvo.org/id/char/235CB> a lvont:Character ;
    lvont:represents "𣗋"^^xsd:string .

<http://lexvo.org/id/char/235CC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/m%C3%AA>,
        "𣗌"^^xsd:string .

<http://lexvo.org/id/char/235CD> a lvont:Character ;
    lvont:represents "𣗍"^^xsd:string .

<http://lexvo.org/id/char/235CE> a lvont:Character ;
    lvont:represents "𣗎"^^xsd:string .

<http://lexvo.org/id/char/235CF> a lvont:Character ;
    lvont:represents "𣗏"^^xsd:string .

<http://lexvo.org/id/char/235D> a lvont:Character ;
    lvont:represents "⍝"^^xsd:string ;
    rdfs:comment "APL FUNCTIONAL SYMBOL UP SHOE JOT"@en .

<http://lexvo.org/id/char/235D0> a lvont:Character ;
    lvont:represents "𣗐"^^xsd:string .

<http://lexvo.org/id/char/235D1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ch%E1%BA%A1n>,
        "𣗑"^^xsd:string .

<http://lexvo.org/id/char/235D2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ch%E1%BA%B1m>,
        "𣗒"^^xsd:string .

<http://lexvo.org/id/char/235D3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ch%C6%B0a>,
        "𣗓"^^xsd:string .

<http://lexvo.org/id/char/235D4> a lvont:Character ;
    lvont:represents "𣗔"^^xsd:string .

<http://lexvo.org/id/char/235D5> a lvont:Character ;
    lvont:represents "𣗕"^^xsd:string .

<http://lexvo.org/id/char/235D6> a lvont:Character ;
    lvont:represents "𣗖"^^xsd:string .

<http://lexvo.org/id/char/235D7> a lvont:Character ;
    lvont:represents "𣗗"^^xsd:string .

<http://lexvo.org/id/char/235D8> a lvont:Character ;
    lvont:represents "𣗘"^^xsd:string .

<http://lexvo.org/id/char/235D9> a lvont:Character ;
    lvont:represents "𣗙"^^xsd:string .

<http://lexvo.org/id/char/235DA> a lvont:Character ;
    lvont:represents "𣗚"^^xsd:string .

<http://lexvo.org/id/char/235DB> a lvont:Character ;
    lvont:represents "𣗛"^^xsd:string .

<http://lexvo.org/id/char/235DC> a lvont:Character ;
    lvont:represents "𣗜"^^xsd:string .

<http://lexvo.org/id/char/235DD> a lvont:Character ;
    lvont:represents "𣗝"^^xsd:string .

<http://lexvo.org/id/char/235DE> a lvont:Character ;
    lvont:represents "𣗞"^^xsd:string .

<http://lexvo.org/id/char/235DF> a lvont:Character ;
    lvont:represents "𣗟"^^xsd:string .

<http://lexvo.org/id/char/235E> a lvont:Character ;
    lvont:represents "⍞"^^xsd:string ;
    rdfs:comment "APL FUNCTIONAL SYMBOL QUOTE QUAD"@en .

<http://lexvo.org/id/char/235E0> a lvont:Character ;
    lvont:represents "𣗠"^^xsd:string .

<http://lexvo.org/id/char/235E1> a lvont:Character ;
    lvont:represents "𣗡"^^xsd:string .

<http://lexvo.org/id/char/235E2> a lvont:Character ;
    lvont:represents "𣗢"^^xsd:string .

<http://lexvo.org/id/char/235E3> a lvont:Character ;
    lvont:represents "𣗣"^^xsd:string .

<http://lexvo.org/id/char/235E4> a lvont:Character ;
    lvont:represents "𣗤"^^xsd:string .

<http://lexvo.org/id/char/235E5> a lvont:Character ;
    lvont:represents "𣗥"^^xsd:string .

<http://lexvo.org/id/char/235E6> a lvont:Character ;
    lvont:represents "𣗦"^^xsd:string .

<http://lexvo.org/id/char/235E7> a lvont:Character ;
    lvont:represents "𣗧"^^xsd:string .

<http://lexvo.org/id/char/235E8> a lvont:Character ;
    lvont:represents "𣗨"^^xsd:string .

<http://lexvo.org/id/char/235E9> a lvont:Character ;
    lvont:represents "𣗩"^^xsd:string .

<http://lexvo.org/id/char/235EA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ch%C3%A0>,
        "𣗪"^^xsd:string .

<http://lexvo.org/id/char/235EB> a lvont:Character ;
    lvont:represents "𣗫"^^xsd:string .

<http://lexvo.org/id/char/235EC> a lvont:Character ;
    lvont:represents "𣗬"^^xsd:string .

<http://lexvo.org/id/char/235ED> a lvont:Character ;
    lvont:represents "𣗭"^^xsd:string .

<http://lexvo.org/id/char/235EE> a lvont:Character ;
    lvont:represents "𣗮"^^xsd:string .

<http://lexvo.org/id/char/235EF> a lvont:Character ;
    lvont:represents "𣗯"^^xsd:string .

<http://lexvo.org/id/char/235F> a lvont:Character ;
    lvont:represents "⍟"^^xsd:string ;
    rdfs:comment "APL FUNCTIONAL SYMBOL CIRCLE STAR"@en .

<http://lexvo.org/id/char/235F0> a lvont:Character ;
    lvont:represents "𣗰"^^xsd:string .

<http://lexvo.org/id/char/235F1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/l%C3%A8>,
        "𣗱"^^xsd:string .

<http://lexvo.org/id/char/235F2> a lvont:Character ;
    lvont:represents "𣗲"^^xsd:string .

<http://lexvo.org/id/char/235F3> a lvont:Character ;
    lvont:represents "𣗳"^^xsd:string .

<http://lexvo.org/id/char/235F4> a lvont:Character ;
    lvont:represents "𣗴"^^xsd:string .

<http://lexvo.org/id/char/235F5> a lvont:Character ;
    lvont:represents "𣗵"^^xsd:string .

<http://lexvo.org/id/char/235F6> a lvont:Character ;
    lvont:represents "𣗶"^^xsd:string .

<http://lexvo.org/id/char/235F7> a lvont:Character ;
    lvont:represents "𣗷"^^xsd:string .

<http://lexvo.org/id/char/235F8> a lvont:Character ;
    lvont:represents "𣗸"^^xsd:string .

<http://lexvo.org/id/char/235F9> a lvont:Character ;
    lvont:represents "𣗹"^^xsd:string .

<http://lexvo.org/id/char/235FA> a lvont:Character ;
    lvont:represents "𣗺"^^xsd:string .

<http://lexvo.org/id/char/235FB> a lvont:Character ;
    lvont:represents "𣗻"^^xsd:string .

<http://lexvo.org/id/char/235FC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/v%C3%AAn>,
        "𣗼"^^xsd:string .

<http://lexvo.org/id/char/235FD> a lvont:Character ;
    lvont:represents "𣗽"^^xsd:string .

<http://lexvo.org/id/char/235FE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/son>,
        "𣗾"^^xsd:string .

<http://lexvo.org/id/char/235FF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/t%E1%BB%A7>,
        "𣗿"^^xsd:string .

<http://lexvo.org/id/char/2360> a lvont:Character ;
    lvont:represents "⍠"^^xsd:string ;
    rdfs:comment "APL FUNCTIONAL SYMBOL QUAD COLON"@en .

<http://lexvo.org/id/char/23600> a lvont:Character ;
    lvont:represents "𣘀"^^xsd:string .

<http://lexvo.org/id/char/23601> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/c%C3%A0>,
        "𣘁"^^xsd:string .

<http://lexvo.org/id/char/23602> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/%C6%B0%C6%A1i>,
        "𣘂"^^xsd:string .

<http://lexvo.org/id/char/23603> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/c%C3%A2y>,
        "𣘃"^^xsd:string .

<http://lexvo.org/id/char/23604> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/th%E1%BB%9Bt>,
        "𣘄"^^xsd:string .

<http://lexvo.org/id/char/23605> a lvont:Character ;
    lvont:represents "𣘅"^^xsd:string .

<http://lexvo.org/id/char/23606> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/n%E1%BA%B9p>,
        "𣘆"^^xsd:string .

<http://lexvo.org/id/char/23607> a lvont:Character ;
    lvont:represents "𣘇"^^xsd:string .

<http://lexvo.org/id/char/23608> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/son>,
        "𣘈"^^xsd:string .

<http://lexvo.org/id/char/23609> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/c%C3%B9m>,
        "𣘉"^^xsd:string .

<http://lexvo.org/id/char/2360A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/%C4%91%E1%BB%93>,
        "𣘊"^^xsd:string .

<http://lexvo.org/id/char/2360B> a lvont:Character ;
    lvont:represents "𣘋"^^xsd:string .

<http://lexvo.org/id/char/2360C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/cho%C3%A1c>,
        "𣘌"^^xsd:string .

<http://lexvo.org/id/char/2360D> a lvont:Character ;
    lvont:represents "𣘍"^^xsd:string .

<http://lexvo.org/id/char/2360E> a lvont:Character ;
    lvont:represents "𣘎"^^xsd:string .

<http://lexvo.org/id/char/2360F> a lvont:Character ;
    lvont:represents "𣘏"^^xsd:string .

<http://lexvo.org/id/char/2361> a lvont:Character ;
    lvont:represents "⍡"^^xsd:string ;
    rdfs:comment "APL FUNCTIONAL SYMBOL UP TACK DIAERESIS"@en .

<http://lexvo.org/id/char/23610> a lvont:Character ;
    lvont:represents "𣘐"^^xsd:string .

<http://lexvo.org/id/char/23611> a lvont:Character ;
    lvont:represents "𣘑"^^xsd:string .

<http://lexvo.org/id/char/23612> a lvont:Character ;
    lvont:represents "𣘒"^^xsd:string .

<http://lexvo.org/id/char/23613> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/b%E1%BA%ABy>,
        "𣘓"^^xsd:string .

<http://lexvo.org/id/char/23614> a lvont:Character ;
    lvont:represents "𣘔"^^xsd:string .

<http://lexvo.org/id/char/23615> a lvont:Character ;
    lvont:represents "𣘕"^^xsd:string .

<http://lexvo.org/id/char/23616> a lvont:Character ;
    lvont:represents "𣘖"^^xsd:string .

<http://lexvo.org/id/char/23617> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/nik1>,
        <http://lexvo.org/id/term/yue/%F0%A3%98%97>,
        "𣘗"^^xsd:string ;
    rdfs:comment "a tree a thousand feet high"@en .

<http://lexvo.org/id/char/23618> a lvont:Character ;
    lvont:represents "𣘘"^^xsd:string .

<http://lexvo.org/id/char/23619> a lvont:Character ;
    lvont:represents "𣘙"^^xsd:string .

<http://lexvo.org/id/char/2361A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/seot1>,
        <http://lexvo.org/id/term/yue/%F0%A3%98%9A>,
        "𣘚"^^xsd:string ;
    rdfs:comment "(Cant.) a bar; to bolt, lock"@en .

<http://lexvo.org/id/char/2361B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C5%8Du>,
        "𣘛"^^xsd:string .

<http://lexvo.org/id/char/2361C> a lvont:Character ;
    lvont:represents "𣘜"^^xsd:string .

<http://lexvo.org/id/char/2361D> a lvont:Character ;
    lvont:represents "𣘝"^^xsd:string .

<http://lexvo.org/id/char/2361E> a lvont:Character ;
    lvont:represents "𣘞"^^xsd:string .

<http://lexvo.org/id/char/2361F> a lvont:Character ;
    lvont:represents "𣘟"^^xsd:string .

<http://lexvo.org/id/char/2362> a lvont:Character ;
    lvont:represents "⍢"^^xsd:string ;
    rdfs:comment "APL FUNCTIONAL SYMBOL DEL DIAERESIS"@en .

<http://lexvo.org/id/char/23620> a lvont:Character ;
    lvont:represents "𣘠"^^xsd:string .

<http://lexvo.org/id/char/23621> a lvont:Character ;
    lvont:represents "𣘡"^^xsd:string .

<http://lexvo.org/id/char/23622> a lvont:Character ;
    lvont:represents "𣘢"^^xsd:string .

<http://lexvo.org/id/char/23623> a lvont:Character ;
    lvont:represents "𣘣"^^xsd:string .

<http://lexvo.org/id/char/23624> a lvont:Character ;
    lvont:represents "𣘤"^^xsd:string .

<http://lexvo.org/id/char/23625> a lvont:Character ;
    lvont:represents "𣘥"^^xsd:string .

<http://lexvo.org/id/char/23626> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%F0%A3%98%A6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C4%AB>,
        "𣘦"^^xsd:string ;
    rdfs:comment "ebony"@en .

<http://lexvo.org/id/char/23627> a lvont:Character ;
    lvont:represents "𣘧"^^xsd:string .

<http://lexvo.org/id/char/23628> a lvont:Character ;
    lvont:represents "𣘨"^^xsd:string .

<http://lexvo.org/id/char/23629> a lvont:Character ;
    lvont:represents "𣘩"^^xsd:string .

<http://lexvo.org/id/char/2362A> a lvont:Character ;
    lvont:represents "𣘪"^^xsd:string .

<http://lexvo.org/id/char/2362B> a lvont:Character ;
    lvont:represents "𣘫"^^xsd:string .

<http://lexvo.org/id/char/2362C> a lvont:Character ;
    lvont:represents "𣘬"^^xsd:string .

<http://lexvo.org/id/char/2362D> a lvont:Character ;
    lvont:represents "𣘭"^^xsd:string .

<http://lexvo.org/id/char/2362E> a lvont:Character ;
    lvont:represents "𣘮"^^xsd:string .

<http://lexvo.org/id/char/2362F> a lvont:Character ;
    lvont:represents "𣘯"^^xsd:string .

<http://lexvo.org/id/char/2363> a lvont:Character ;
    lvont:represents "⍣"^^xsd:string ;
    rdfs:comment "APL FUNCTIONAL SYMBOL STAR DIAERESIS"@en .

<http://lexvo.org/id/char/23630> a lvont:Character ;
    lvont:represents "𣘰"^^xsd:string .

<http://lexvo.org/id/char/23631> a lvont:Character ;
    lvont:represents "𣘱"^^xsd:string .

<http://lexvo.org/id/char/23632> a lvont:Character ;
    lvont:represents "𣘲"^^xsd:string .

<http://lexvo.org/id/char/23633> a lvont:Character ;
    lvont:represents "𣘳"^^xsd:string .

<http://lexvo.org/id/char/23634> a lvont:Character ;
    lvont:represents "𣘴"^^xsd:string .

<http://lexvo.org/id/char/23635> a lvont:Character ;
    lvont:represents "𣘵"^^xsd:string .

<http://lexvo.org/id/char/23636> a lvont:Character ;
    lvont:represents "𣘶"^^xsd:string .

<http://lexvo.org/id/char/23637> a lvont:Character ;
    lvont:represents "𣘷"^^xsd:string .

<http://lexvo.org/id/char/23638> a lvont:Character ;
    lvont:represents "𣘸"^^xsd:string .

<http://lexvo.org/id/char/23639> a lvont:Character ;
    lvont:represents "𣘹"^^xsd:string .

<http://lexvo.org/id/char/2363A> a lvont:Character ;
    lvont:represents "𣘺"^^xsd:string .

<http://lexvo.org/id/char/2363B> a lvont:Character ;
    lvont:represents "𣘻"^^xsd:string .

<http://lexvo.org/id/char/2363C> a lvont:Character ;
    lvont:represents "𣘼"^^xsd:string .

<http://lexvo.org/id/char/2363D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/n%C3%A2u>,
        "𣘽"^^xsd:string .

<http://lexvo.org/id/char/2363E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/vai>,
        "𣘾"^^xsd:string .

<http://lexvo.org/id/char/2363F> a lvont:Character ;
    lvont:represents "𣘿"^^xsd:string .

<http://lexvo.org/id/char/2364> a lvont:Character ;
    lvont:represents "⍤"^^xsd:string ;
    rdfs:comment "APL FUNCTIONAL SYMBOL JOT DIAERESIS"@en .

<http://lexvo.org/id/char/23640> a lvont:Character ;
    lvont:represents "𣙀"^^xsd:string .

<http://lexvo.org/id/char/23641> a lvont:Character ;
    lvont:represents "𣙁"^^xsd:string .

<http://lexvo.org/id/char/23642> a lvont:Character ;
    lvont:represents "𣙂"^^xsd:string .

<http://lexvo.org/id/char/23643> a lvont:Character ;
    lvont:represents "𣙃"^^xsd:string .

<http://lexvo.org/id/char/23644> a lvont:Character ;
    lvont:represents "𣙄"^^xsd:string .

<http://lexvo.org/id/char/23645> a lvont:Character ;
    lvont:represents "𣙅"^^xsd:string .

<http://lexvo.org/id/char/23646> a lvont:Character ;
    lvont:represents "𣙆"^^xsd:string .

<http://lexvo.org/id/char/23647> a lvont:Character ;
    lvont:represents "𣙇"^^xsd:string .

<http://lexvo.org/id/char/23648> a lvont:Character ;
    lvont:represents "𣙈"^^xsd:string .

<http://lexvo.org/id/char/23649> a lvont:Character ;
    lvont:represents "𣙉"^^xsd:string .

<http://lexvo.org/id/char/2364A> a lvont:Character ;
    lvont:represents "𣙊"^^xsd:string .

<http://lexvo.org/id/char/2364B> a lvont:Character ;
    lvont:represents "𣙋"^^xsd:string .

<http://lexvo.org/id/char/2364C> a lvont:Character ;
    lvont:represents "𣙌"^^xsd:string .

<http://lexvo.org/id/char/2364D> a lvont:Character ;
    lvont:represents "𣙍"^^xsd:string .

<http://lexvo.org/id/char/2364E> a lvont:Character ;
    lvont:represents "𣙎"^^xsd:string .

<http://lexvo.org/id/char/2364F> a lvont:Character ;
    lvont:represents "𣙏"^^xsd:string .

<http://lexvo.org/id/char/2365> a lvont:Character ;
    lvont:represents "⍥"^^xsd:string ;
    rdfs:comment "APL FUNCTIONAL SYMBOL CIRCLE DIAERESIS"@en .

<http://lexvo.org/id/char/23650> a lvont:Character ;
    lvont:represents "𣙐"^^xsd:string .

<http://lexvo.org/id/char/23651> a lvont:Character ;
    lvont:represents "𣙑"^^xsd:string .

<http://lexvo.org/id/char/23652> a lvont:Character ;
    lvont:represents "𣙒"^^xsd:string .

<http://lexvo.org/id/char/23653> a lvont:Character ;
    lvont:represents "𣙓"^^xsd:string .

<http://lexvo.org/id/char/23654> a lvont:Character ;
    lvont:represents "𣙔"^^xsd:string .

<http://lexvo.org/id/char/23655> a lvont:Character ;
    lvont:represents "𣙕"^^xsd:string .

<http://lexvo.org/id/char/23656> a lvont:Character ;
    lvont:represents "𣙖"^^xsd:string .

<http://lexvo.org/id/char/23657> a lvont:Character ;
    lvont:represents "𣙗"^^xsd:string .

<http://lexvo.org/id/char/23658> a lvont:Character ;
    lvont:represents "𣙘"^^xsd:string .

<http://lexvo.org/id/char/23659> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/r%E1%BA%AFc>,
        "𣙙"^^xsd:string .

<http://lexvo.org/id/char/2365A> a lvont:Character ;
    lvont:represents "𣙚"^^xsd:string .

<http://lexvo.org/id/char/2365B> a lvont:Character ;
    lvont:represents "𣙛"^^xsd:string .

<http://lexvo.org/id/char/2365C> a lvont:Character ;
    lvont:represents "𣙜"^^xsd:string .

<http://lexvo.org/id/char/2365D> a lvont:Character ;
    lvont:represents "𣙝"^^xsd:string .

<http://lexvo.org/id/char/2365E> a lvont:Character ;
    lvont:represents "𣙞"^^xsd:string .

<http://lexvo.org/id/char/2365F> a lvont:Character ;
    lvont:represents "𣙟"^^xsd:string .

<http://lexvo.org/id/char/2366> a lvont:Character ;
    lvont:represents "⍦"^^xsd:string ;
    rdfs:comment "APL FUNCTIONAL SYMBOL DOWN SHOE STILE"@en .

<http://lexvo.org/id/char/23660> a lvont:Character ;
    lvont:represents "𣙠"^^xsd:string .

<http://lexvo.org/id/char/23661> a lvont:Character ;
    lvont:represents "𣙡"^^xsd:string .

<http://lexvo.org/id/char/23662> a lvont:Character ;
    lvont:represents "𣙢"^^xsd:string .

<http://lexvo.org/id/char/23663> a lvont:Character ;
    lvont:represents "𣙣"^^xsd:string .

<http://lexvo.org/id/char/23664> a lvont:Character ;
    lvont:represents "𣙤"^^xsd:string .

<http://lexvo.org/id/char/23665> a lvont:Character ;
    lvont:represents "𣙥"^^xsd:string .

<http://lexvo.org/id/char/23666> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/tr%C4%A9>,
        "𣙦"^^xsd:string .

<http://lexvo.org/id/char/23667> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/nh%C3%A3n>,
        "𣙧"^^xsd:string .

<http://lexvo.org/id/char/23668> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/b%C3%A8>,
        "𣙨"^^xsd:string .

<http://lexvo.org/id/char/23669> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/s%E1%BB%93ng>,
        "𣙩"^^xsd:string .

<http://lexvo.org/id/char/2366A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/m%C6%A1>,
        "𣙪"^^xsd:string .

<http://lexvo.org/id/char/2366B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/s%E1%BB%99p>,
        "𣙫"^^xsd:string .

<http://lexvo.org/id/char/2366C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/l%E1%BA%B7t>,
        "𣙬"^^xsd:string .

<http://lexvo.org/id/char/2366D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/gi%E1%BA%ADu>,
        "𣙭"^^xsd:string .

<http://lexvo.org/id/char/2366E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/chay>,
        "𣙮"^^xsd:string .

<http://lexvo.org/id/char/2366F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/rui>,
        "𣙯"^^xsd:string .

<http://lexvo.org/id/char/2367> a lvont:Character ;
    lvont:represents "⍧"^^xsd:string ;
    rdfs:comment "APL FUNCTIONAL SYMBOL LEFT SHOE STILE"@en .

<http://lexvo.org/id/char/23670> a lvont:Character ;
    lvont:represents "𣙰"^^xsd:string .

<http://lexvo.org/id/char/23671> a lvont:Character ;
    lvont:represents "𣙱"^^xsd:string .

<http://lexvo.org/id/char/23672> a lvont:Character ;
    lvont:represents "𣙲"^^xsd:string .

<http://lexvo.org/id/char/23673> a lvont:Character ;
    lvont:represents "𣙳"^^xsd:string .

<http://lexvo.org/id/char/23674> a lvont:Character ;
    lvont:represents "𣙴"^^xsd:string .

<http://lexvo.org/id/char/23675> a lvont:Character ;
    lvont:represents "𣙵"^^xsd:string .

<http://lexvo.org/id/char/23676> a lvont:Character ;
    lvont:represents "𣙶"^^xsd:string .

<http://lexvo.org/id/char/23677> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/m%C3%A1ng>,
        "𣙷"^^xsd:string .

<http://lexvo.org/id/char/23678> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/s%E1%BB%91t>,
        "𣙸"^^xsd:string .

<http://lexvo.org/id/char/23679> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/c%E1%BB%91n>,
        "𣙹"^^xsd:string .

<http://lexvo.org/id/char/2367A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/m%C3%A2m>,
        "𣙺"^^xsd:string .

<http://lexvo.org/id/char/2367B> a lvont:Character ;
    lvont:represents "𣙻"^^xsd:string .

<http://lexvo.org/id/char/2367C> a lvont:Character ;
    lvont:represents "𣙼"^^xsd:string .

<http://lexvo.org/id/char/2367D> a lvont:Character ;
    lvont:represents "𣙽"^^xsd:string .

<http://lexvo.org/id/char/2367E> a lvont:Character ;
    lvont:represents "𣙾"^^xsd:string .

<http://lexvo.org/id/char/2367F> a lvont:Character ;
    lvont:represents "𣙿"^^xsd:string .

<http://lexvo.org/id/char/2368> a lvont:Character ;
    lvont:represents "⍨"^^xsd:string ;
    rdfs:comment "APL FUNCTIONAL SYMBOL TILDE DIAERESIS"@en .

<http://lexvo.org/id/char/23680> a lvont:Character ;
    lvont:represents "𣚀"^^xsd:string .

<http://lexvo.org/id/char/23681> a lvont:Character ;
    lvont:represents "𣚁"^^xsd:string .

<http://lexvo.org/id/char/23682> a lvont:Character ;
    lvont:represents "𣚂"^^xsd:string .

<http://lexvo.org/id/char/23683> a lvont:Character ;
    lvont:represents "𣚃"^^xsd:string .

<http://lexvo.org/id/char/23684> a lvont:Character ;
    lvont:represents "𣚄"^^xsd:string .

<http://lexvo.org/id/char/23685> a lvont:Character ;
    lvont:represents "𣚅"^^xsd:string .

<http://lexvo.org/id/char/23686> a lvont:Character ;
    lvont:represents "𣚆"^^xsd:string .

<http://lexvo.org/id/char/23687> a lvont:Character ;
    lvont:represents "𣚇"^^xsd:string .

<http://lexvo.org/id/char/23688> a lvont:Character ;
    lvont:represents "𣚈"^^xsd:string .

<http://lexvo.org/id/char/23689> a lvont:Character ;
    lvont:represents "𣚉"^^xsd:string .

<http://lexvo.org/id/char/2368A> a lvont:Character ;
    lvont:represents "𣚊"^^xsd:string .

<http://lexvo.org/id/char/2368B> a lvont:Character ;
    lvont:represents "𣚋"^^xsd:string .

<http://lexvo.org/id/char/2368C> a lvont:Character ;
    lvont:represents "𣚌"^^xsd:string .

<http://lexvo.org/id/char/2368D> a lvont:Character ;
    lvont:represents "𣚍"^^xsd:string .

<http://lexvo.org/id/char/2368E> a lvont:Character ;
    lvont:represents "𣚎"^^xsd:string .

<http://lexvo.org/id/char/2368F> a lvont:Character ;
    lvont:represents "𣚏"^^xsd:string .

<http://lexvo.org/id/char/2369> a lvont:Character ;
    lvont:represents "⍩"^^xsd:string ;
    rdfs:comment "APL FUNCTIONAL SYMBOL GREATER-THAN DIAERESIS"@en .

<http://lexvo.org/id/char/23690> a lvont:Character ;
    lvont:represents "𣚐"^^xsd:string .

<http://lexvo.org/id/char/23691> a lvont:Character ;
    lvont:represents "𣚑"^^xsd:string .

<http://lexvo.org/id/char/23692> a lvont:Character ;
    lvont:represents "𣚒"^^xsd:string .

<http://lexvo.org/id/char/23693> a lvont:Character ;
    lvont:represents "𣚓"^^xsd:string .

<http://lexvo.org/id/char/23694> a lvont:Character ;
    lvont:represents "𣚔"^^xsd:string .

<http://lexvo.org/id/char/23695> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/jaap3>,
        <http://lexvo.org/id/term/yue/%F0%A3%9A%95>,
        "𣚕"^^xsd:string ;
    rdfs:comment "(Cant.) to wave, beckon with the hand"@en .

<http://lexvo.org/id/char/23696> a lvont:Character ;
    lvont:represents "𣚖"^^xsd:string .

<http://lexvo.org/id/char/23697> a lvont:Character ;
    lvont:represents "𣚗"^^xsd:string .

<http://lexvo.org/id/char/23698> a lvont:Character ;
    lvont:represents "𣚘"^^xsd:string .

<http://lexvo.org/id/char/23699> a lvont:Character ;
    lvont:represents "𣚙"^^xsd:string .

<http://lexvo.org/id/char/2369A> a lvont:Character ;
    lvont:represents "𣚚"^^xsd:string .

<http://lexvo.org/id/char/2369B> a lvont:Character ;
    lvont:represents "𣚛"^^xsd:string .

<http://lexvo.org/id/char/2369C> a lvont:Character ;
    lvont:represents "𣚜"^^xsd:string .

<http://lexvo.org/id/char/2369D> a lvont:Character ;
    lvont:represents "𣚝"^^xsd:string .

<http://lexvo.org/id/char/2369E> a lvont:Character ;
    lvont:represents "𣚞"^^xsd:string .

<http://lexvo.org/id/char/2369F> a lvont:Character ;
    lvont:represents "𣚟"^^xsd:string .

<http://lexvo.org/id/char/236A> a lvont:Character ;
    lvont:represents "⍪"^^xsd:string ;
    rdfs:comment "APL FUNCTIONAL SYMBOL COMMA BAR"@en .

<http://lexvo.org/id/char/236A0> a lvont:Character ;
    lvont:represents "𣚠"^^xsd:string .

<http://lexvo.org/id/char/236A1> a lvont:Character ;
    lvont:represents "𣚡"^^xsd:string .

<http://lexvo.org/id/char/236A2> a lvont:Character ;
    lvont:represents "𣚢"^^xsd:string .

<http://lexvo.org/id/char/236A3> a lvont:Character ;
    lvont:represents "𣚣"^^xsd:string .

<http://lexvo.org/id/char/236A4> a lvont:Character ;
    lvont:represents "𣚤"^^xsd:string .

<http://lexvo.org/id/char/236A5> a lvont:Character ;
    lvont:represents "𣚥"^^xsd:string .

<http://lexvo.org/id/char/236A6> a lvont:Character ;
    lvont:represents "𣚦"^^xsd:string .

<http://lexvo.org/id/char/236A7> a lvont:Character ;
    lvont:represents "𣚧"^^xsd:string .

<http://lexvo.org/id/char/236A8> a lvont:Character ;
    lvont:represents "𣚨"^^xsd:string .

<http://lexvo.org/id/char/236A9> a lvont:Character ;
    lvont:represents "𣚩"^^xsd:string .

<http://lexvo.org/id/char/236AA> a lvont:Character ;
    lvont:represents "𣚪"^^xsd:string .

<http://lexvo.org/id/char/236AB> a lvont:Character ;
    lvont:represents "𣚫"^^xsd:string .

<http://lexvo.org/id/char/236AC> a lvont:Character ;
    lvont:represents "𣚬"^^xsd:string .

<http://lexvo.org/id/char/236AD> a lvont:Character ;
    lvont:represents "𣚭"^^xsd:string .

<http://lexvo.org/id/char/236AE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/tr%C3%B4m>,
        "𣚮"^^xsd:string .

<http://lexvo.org/id/char/236AF> a lvont:Character ;
    lvont:represents "𣚯"^^xsd:string .

<http://lexvo.org/id/char/236B> a lvont:Character ;
    lvont:represents "⍫"^^xsd:string ;
    rdfs:comment "APL FUNCTIONAL SYMBOL DEL TILDE"@en .

<http://lexvo.org/id/char/236B0> a lvont:Character ;
    lvont:represents "𣚰"^^xsd:string .

<http://lexvo.org/id/char/236B1> a lvont:Character ;
    lvont:represents "𣚱"^^xsd:string .

<http://lexvo.org/id/char/236B2> a lvont:Character ;
    lvont:represents "𣚲"^^xsd:string .

<http://lexvo.org/id/char/236B3> a lvont:Character ;
    lvont:represents "𣚳"^^xsd:string .

<http://lexvo.org/id/char/236B4> a lvont:Character ;
    lvont:represents "𣚴"^^xsd:string .

<http://lexvo.org/id/char/236B5> a lvont:Character ;
    lvont:represents "𣚵"^^xsd:string .

<http://lexvo.org/id/char/236B6> a lvont:Character ;
    lvont:represents "𣚶"^^xsd:string .

<http://lexvo.org/id/char/236B7> a lvont:Character ;
    lvont:represents "𣚷"^^xsd:string .

<http://lexvo.org/id/char/236B8> a lvont:Character ;
    lvont:represents "𣚸"^^xsd:string .

<http://lexvo.org/id/char/236B9> a lvont:Character ;
    lvont:represents "𣚹"^^xsd:string .

<http://lexvo.org/id/char/236BA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/hong2%20hong6>,
        <http://lexvo.org/id/term/yue/%F0%A3%9A%BA>,
        "𣚺"^^xsd:string ;
    rdfs:comment "(Cant.) a young chicken"@en .

<http://lexvo.org/id/char/236BB> a lvont:Character ;
    lvont:represents "𣚻"^^xsd:string .

<http://lexvo.org/id/char/236BC> a lvont:Character ;
    lvont:represents "𣚼"^^xsd:string .

<http://lexvo.org/id/char/236BD> a lvont:Character ;
    lvont:represents "𣚽"^^xsd:string .

<http://lexvo.org/id/char/236BE> a lvont:Character ;
    lvont:represents "𣚾"^^xsd:string .

<http://lexvo.org/id/char/236BF> a lvont:Character ;
    lvont:represents "𣚿"^^xsd:string .

<http://lexvo.org/id/char/236C> a lvont:Character ;
    lvont:represents "⍬"^^xsd:string ;
    rdfs:comment "APL FUNCTIONAL SYMBOL ZILDE"@en .

<http://lexvo.org/id/char/236C0> a lvont:Character ;
    lvont:represents "𣛀"^^xsd:string .

<http://lexvo.org/id/char/236C1> a lvont:Character ;
    lvont:represents "𣛁"^^xsd:string .

<http://lexvo.org/id/char/236C2> a lvont:Character ;
    lvont:represents "𣛂"^^xsd:string .

<http://lexvo.org/id/char/236C3> a lvont:Character ;
    lvont:represents "𣛃"^^xsd:string .

<http://lexvo.org/id/char/236C4> a lvont:Character ;
    lvont:represents "𣛄"^^xsd:string .

<http://lexvo.org/id/char/236C5> a lvont:Character ;
    lvont:represents "𣛅"^^xsd:string .

<http://lexvo.org/id/char/236C6> a lvont:Character ;
    lvont:represents "𣛆"^^xsd:string .

<http://lexvo.org/id/char/236C7> a lvont:Character ;
    lvont:represents "𣛇"^^xsd:string .

<http://lexvo.org/id/char/236C8> a lvont:Character ;
    lvont:represents "𣛈"^^xsd:string .

<http://lexvo.org/id/char/236C9> a lvont:Character ;
    lvont:represents "𣛉"^^xsd:string .

<http://lexvo.org/id/char/236CA> a lvont:Character ;
    lvont:represents "𣛊"^^xsd:string .

<http://lexvo.org/id/char/236CB> a lvont:Character ;
    lvont:represents "𣛋"^^xsd:string .

<http://lexvo.org/id/char/236CC> a lvont:Character ;
    lvont:represents "𣛌"^^xsd:string .

<http://lexvo.org/id/char/236CD> a lvont:Character ;
    lvont:represents "𣛍"^^xsd:string .

<http://lexvo.org/id/char/236CE> a lvont:Character ;
    lvont:represents "𣛎"^^xsd:string .

<http://lexvo.org/id/char/236CF> a lvont:Character ;
    lvont:represents "𣛏"^^xsd:string .

<http://lexvo.org/id/char/236D> a lvont:Character ;
    lvont:represents "⍭"^^xsd:string ;
    rdfs:comment "APL FUNCTIONAL SYMBOL STILE TILDE"@en .

<http://lexvo.org/id/char/236D0> a lvont:Character ;
    lvont:represents "𣛐"^^xsd:string .

<http://lexvo.org/id/char/236D1> a lvont:Character ;
    lvont:represents "𣛑"^^xsd:string .

<http://lexvo.org/id/char/236D2> a lvont:Character ;
    lvont:represents "𣛒"^^xsd:string .

<http://lexvo.org/id/char/236D3> a lvont:Character ;
    lvont:represents "𣛓"^^xsd:string .

<http://lexvo.org/id/char/236D4> a lvont:Character ;
    lvont:represents "𣛔"^^xsd:string .

<http://lexvo.org/id/char/236D5> a lvont:Character ;
    lvont:represents "𣛕"^^xsd:string .

<http://lexvo.org/id/char/236D6> a lvont:Character ;
    lvont:represents "𣛖"^^xsd:string .

<http://lexvo.org/id/char/236D7> a lvont:Character ;
    lvont:represents "𣛗"^^xsd:string .

<http://lexvo.org/id/char/236D8> a lvont:Character ;
    lvont:represents "𣛘"^^xsd:string .

<http://lexvo.org/id/char/236D9> a lvont:Character ;
    lvont:represents "𣛙"^^xsd:string .

<http://lexvo.org/id/char/236DA> a lvont:Character ;
    lvont:represents "𣛚"^^xsd:string .

<http://lexvo.org/id/char/236DB> a lvont:Character ;
    lvont:represents "𣛛"^^xsd:string .

<http://lexvo.org/id/char/236DC> a lvont:Character ;
    lvont:represents "𣛜"^^xsd:string .

<http://lexvo.org/id/char/236DD> a lvont:Character ;
    lvont:represents "𣛝"^^xsd:string .

<http://lexvo.org/id/char/236DE> a lvont:Character ;
    lvont:represents "𣛞"^^xsd:string .

<http://lexvo.org/id/char/236DF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/xanh>,
        "𣛟"^^xsd:string .

<http://lexvo.org/id/char/236E> a lvont:Character ;
    lvont:represents "⍮"^^xsd:string ;
    rdfs:comment "APL FUNCTIONAL SYMBOL SEMICOLON UNDERBAR"@en .

<http://lexvo.org/id/char/236E0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/m%C3%A1y>,
        "𣛠"^^xsd:string .

<http://lexvo.org/id/char/236E1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/g%E1%BB%A5>,
        "𣛡"^^xsd:string .

<http://lexvo.org/id/char/236E2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/v%E1%BA%A3>,
        "𣛢"^^xsd:string .

<http://lexvo.org/id/char/236E3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/khay>,
        "𣛣"^^xsd:string .

<http://lexvo.org/id/char/236E4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/tr%C3%A1i>,
        "𣛤"^^xsd:string .

<http://lexvo.org/id/char/236E5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/be>,
        "𣛥"^^xsd:string .

<http://lexvo.org/id/char/236E6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/%C4%91u>,
        "𣛦"^^xsd:string .

<http://lexvo.org/id/char/236E7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/chu%C3%B4m>,
        "𣛧"^^xsd:string .

<http://lexvo.org/id/char/236E8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ch%C3%A8o>,
        "𣛨"^^xsd:string .

<http://lexvo.org/id/char/236E9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/then>,
        "𣛩"^^xsd:string .

<http://lexvo.org/id/char/236EA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/tu>,
        "𣛪"^^xsd:string .

<http://lexvo.org/id/char/236EB> a lvont:Character ;
    lvont:represents "𣛫"^^xsd:string .

<http://lexvo.org/id/char/236EC> a lvont:Character ;
    lvont:represents "𣛬"^^xsd:string .

<http://lexvo.org/id/char/236ED> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/%C4%91u>,
        "𣛭"^^xsd:string .

<http://lexvo.org/id/char/236EE> a lvont:Character ;
    lvont:represents "𣛮"^^xsd:string .

<http://lexvo.org/id/char/236EF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/r%E1%BA%A1o>,
        "𣛯"^^xsd:string .

<http://lexvo.org/id/char/236F> a lvont:Character ;
    lvont:represents "⍯"^^xsd:string ;
    rdfs:comment "APL FUNCTIONAL SYMBOL QUAD NOT EQUAL"@en .

<http://lexvo.org/id/char/236F0> a lvont:Character ;
    lvont:represents "𣛰"^^xsd:string .

<http://lexvo.org/id/char/236F1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/dom>,
        "𣛱"^^xsd:string .

<http://lexvo.org/id/char/236F2> a lvont:Character ;
    lvont:represents "𣛲"^^xsd:string .

<http://lexvo.org/id/char/236F3> a lvont:Character ;
    lvont:represents "𣛳"^^xsd:string .

<http://lexvo.org/id/char/236F4> a lvont:Character ;
    lvont:represents "𣛴"^^xsd:string .

<http://lexvo.org/id/char/236F5> a lvont:Character ;
    lvont:represents "𣛵"^^xsd:string .

<http://lexvo.org/id/char/236F6> a lvont:Character ;
    lvont:represents "𣛶"^^xsd:string .

<http://lexvo.org/id/char/236F7> a lvont:Character ;
    lvont:represents "𣛷"^^xsd:string .

<http://lexvo.org/id/char/236F8> a lvont:Character ;
    lvont:represents "𣛸"^^xsd:string .

<http://lexvo.org/id/char/236F9> a lvont:Character ;
    lvont:represents "𣛹"^^xsd:string .

<http://lexvo.org/id/char/236FA> a lvont:Character ;
    lvont:represents "𣛺"^^xsd:string .

<http://lexvo.org/id/char/236FB> a lvont:Character ;
    lvont:represents "𣛻"^^xsd:string .

<http://lexvo.org/id/char/236FC> a lvont:Character ;
    lvont:represents "𣛼"^^xsd:string .

<http://lexvo.org/id/char/236FD> a lvont:Character ;
    lvont:represents "𣛽"^^xsd:string .

<http://lexvo.org/id/char/236FE> a lvont:Character ;
    lvont:represents "𣛾"^^xsd:string .

<http://lexvo.org/id/char/236FF> a lvont:Character ;
    lvont:represents "𣛿"^^xsd:string .

<http://lexvo.org/id/char/2370> a lvont:Character ;
    lvont:represents "⍰"^^xsd:string ;
    rdfs:comment "APL FUNCTIONAL SYMBOL QUAD QUESTION"@en .

<http://lexvo.org/id/char/23700> a lvont:Character ;
    lvont:represents "𣜀"^^xsd:string .

<http://lexvo.org/id/char/23701> a lvont:Character ;
    lvont:represents "𣜁"^^xsd:string .

<http://lexvo.org/id/char/23702> a lvont:Character ;
    lvont:represents "𣜂"^^xsd:string .

<http://lexvo.org/id/char/23703> a lvont:Character ;
    lvont:represents "𣜃"^^xsd:string .

<http://lexvo.org/id/char/23704> a lvont:Character ;
    lvont:represents "𣜄"^^xsd:string .

<http://lexvo.org/id/char/23705> a lvont:Character ;
    lvont:represents "𣜅"^^xsd:string .

<http://lexvo.org/id/char/23706> a lvont:Character ;
    lvont:represents "𣜆"^^xsd:string .

<http://lexvo.org/id/char/23707> a lvont:Character ;
    lvont:represents "𣜇"^^xsd:string .

<http://lexvo.org/id/char/23708> a lvont:Character ;
    lvont:represents "𣜈"^^xsd:string .

<http://lexvo.org/id/char/23709> a lvont:Character ;
    lvont:represents "𣜉"^^xsd:string .

<http://lexvo.org/id/char/2370A> a lvont:Character ;
    lvont:represents "𣜊"^^xsd:string .

<http://lexvo.org/id/char/2370B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/m%E1%BB%9B>,
        "𣜋"^^xsd:string .

<http://lexvo.org/id/char/2370C> a lvont:Character ;
    lvont:represents "𣜌"^^xsd:string .

<http://lexvo.org/id/char/2370D> a lvont:Character ;
    lvont:represents "𣜍"^^xsd:string .

<http://lexvo.org/id/char/2370E> a lvont:Character ;
    lvont:represents "𣜎"^^xsd:string .

<http://lexvo.org/id/char/2370F> a lvont:Character ;
    lvont:represents "𣜏"^^xsd:string .

<http://lexvo.org/id/char/2371> a lvont:Character ;
    lvont:represents "⍱"^^xsd:string ;
    rdfs:comment "APL FUNCTIONAL SYMBOL DOWN CARET TILDE"@en .

<http://lexvo.org/id/char/23710> a lvont:Character ;
    lvont:represents "𣜐"^^xsd:string .

<http://lexvo.org/id/char/23711> a lvont:Character ;
    lvont:represents "𣜑"^^xsd:string .

<http://lexvo.org/id/char/23712> a lvont:Character ;
    lvont:represents "𣜒"^^xsd:string .

<http://lexvo.org/id/char/23713> a lvont:Character ;
    lvont:represents "𣜓"^^xsd:string .

<http://lexvo.org/id/char/23714> a lvont:Character ;
    lvont:represents "𣜔"^^xsd:string .

<http://lexvo.org/id/char/23715> a lvont:Character ;
    lvont:represents "𣜕"^^xsd:string .

<http://lexvo.org/id/char/23716> a lvont:Character ;
    lvont:represents "𣜖"^^xsd:string .

<http://lexvo.org/id/char/23717> a lvont:Character ;
    lvont:represents "𣜗"^^xsd:string .

<http://lexvo.org/id/char/23718> a lvont:Character ;
    lvont:represents "𣜘"^^xsd:string .

<http://lexvo.org/id/char/23719> a lvont:Character ;
    lvont:represents "𣜙"^^xsd:string .

<http://lexvo.org/id/char/2371A> a lvont:Character ;
    lvont:represents "𣜚"^^xsd:string .

<http://lexvo.org/id/char/2371B> a lvont:Character ;
    lvont:represents "𣜛"^^xsd:string .

<http://lexvo.org/id/char/2371C> a lvont:Character ;
    lvont:represents "𣜜"^^xsd:string .

<http://lexvo.org/id/char/2371D> a lvont:Character ;
    lvont:represents "𣜝"^^xsd:string .

<http://lexvo.org/id/char/2371E> a lvont:Character ;
    lvont:represents "𣜞"^^xsd:string .

<http://lexvo.org/id/char/2371F> a lvont:Character ;
    lvont:represents "𣜟"^^xsd:string .

<http://lexvo.org/id/char/2372> a lvont:Character ;
    lvont:represents "⍲"^^xsd:string ;
    rdfs:comment "APL FUNCTIONAL SYMBOL UP CARET TILDE"@en .

<http://lexvo.org/id/char/23720> a lvont:Character ;
    lvont:represents "𣜠"^^xsd:string .

<http://lexvo.org/id/char/23721> a lvont:Character ;
    lvont:represents "𣜡"^^xsd:string .

<http://lexvo.org/id/char/23722> a lvont:Character ;
    lvont:represents "𣜢"^^xsd:string .

<http://lexvo.org/id/char/23723> a lvont:Character ;
    lvont:represents "𣜣"^^xsd:string .

<http://lexvo.org/id/char/23724> a lvont:Character ;
    lvont:represents "𣜤"^^xsd:string .

<http://lexvo.org/id/char/23725> a lvont:Character ;
    lvont:represents "𣜥"^^xsd:string .

<http://lexvo.org/id/char/23726> a lvont:Character ;
    lvont:represents "𣜦"^^xsd:string .

<http://lexvo.org/id/char/23727> a lvont:Character ;
    lvont:represents "𣜧"^^xsd:string .

<http://lexvo.org/id/char/23728> a lvont:Character ;
    lvont:represents "𣜨"^^xsd:string .

<http://lexvo.org/id/char/23729> a lvont:Character ;
    lvont:represents "𣜩"^^xsd:string .

<http://lexvo.org/id/char/2372A> a lvont:Character ;
    lvont:represents "𣜪"^^xsd:string .

<http://lexvo.org/id/char/2372B> a lvont:Character ;
    lvont:represents "𣜫"^^xsd:string .

<http://lexvo.org/id/char/2372C> a lvont:Character ;
    lvont:represents "𣜬"^^xsd:string .

<http://lexvo.org/id/char/2372D> a lvont:Character ;
    lvont:represents "𣜭"^^xsd:string .

<http://lexvo.org/id/char/2372E> a lvont:Character ;
    lvont:represents "𣜮"^^xsd:string .

<http://lexvo.org/id/char/2372F> a lvont:Character ;
    lvont:represents "𣜯"^^xsd:string .

<http://lexvo.org/id/char/2373> a lvont:Character ;
    lvont:represents "⍳"^^xsd:string ;
    rdfs:comment "APL FUNCTIONAL SYMBOL IOTA"@en .

<http://lexvo.org/id/char/23730> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/lim>,
        "𣜰"^^xsd:string .

<http://lexvo.org/id/char/23731> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/son>,
        "𣜱"^^xsd:string .

<http://lexvo.org/id/char/23732> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/%C4%91%E1%BB%A5n>,
        "𣜲"^^xsd:string .

<http://lexvo.org/id/char/23733> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/v%C3%B4ng>,
        "𣜳"^^xsd:string .

<http://lexvo.org/id/char/23734> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/d%C3%B3>,
        "𣜴"^^xsd:string .

<http://lexvo.org/id/char/23735> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/h%C3%A8o>,
        "𣜵"^^xsd:string .

<http://lexvo.org/id/char/23736> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/%C3%B3t>,
        "𣜶"^^xsd:string .

<http://lexvo.org/id/char/23737> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/s%E1%BA%A7u>,
        "𣜷"^^xsd:string .

<http://lexvo.org/id/char/23738> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/v%E1%BB%ABng>,
        "𣜸"^^xsd:string .

<http://lexvo.org/id/char/23739> a lvont:Character ;
    lvont:represents "𣜹"^^xsd:string .

<http://lexvo.org/id/char/2373A> a lvont:Character ;
    lvont:represents "𣜺"^^xsd:string .

<http://lexvo.org/id/char/2373B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/nh%E1%BB%A7>,
        "𣜻"^^xsd:string .

<http://lexvo.org/id/char/2373C> a lvont:Character ;
    lvont:represents "𣜼"^^xsd:string .

<http://lexvo.org/id/char/2373D> a lvont:Character ;
    lvont:represents "𣜽"^^xsd:string .

<http://lexvo.org/id/char/2373E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ch%E1%BB%ADa>,
        "𣜾"^^xsd:string .

<http://lexvo.org/id/char/2373F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/nh%E1%BB%8Bp>,
        "𣜿"^^xsd:string .

<http://lexvo.org/id/char/2374> a lvont:Character ;
    lvont:represents "⍴"^^xsd:string ;
    rdfs:comment "APL FUNCTIONAL SYMBOL RHO"@en .

<http://lexvo.org/id/char/23740> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/c%E1%BA%B1n>,
        "𣝀"^^xsd:string .

<http://lexvo.org/id/char/23741> a lvont:Character ;
    lvont:represents "𣝁"^^xsd:string .

<http://lexvo.org/id/char/23742> a lvont:Character ;
    lvont:represents "𣝂"^^xsd:string .

<http://lexvo.org/id/char/23743> a lvont:Character ;
    lvont:represents "𣝃"^^xsd:string .

<http://lexvo.org/id/char/23744> a lvont:Character ;
    lvont:represents "𣝄"^^xsd:string .

<http://lexvo.org/id/char/23745> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ng%C3%A1i>,
        "𣝅"^^xsd:string .

<http://lexvo.org/id/char/23746> a lvont:Character ;
    lvont:represents "𣝆"^^xsd:string .

<http://lexvo.org/id/char/23747> a lvont:Character ;
    lvont:represents "𣝇"^^xsd:string .

<http://lexvo.org/id/char/23748> a lvont:Character ;
    lvont:represents "𣝈"^^xsd:string .

<http://lexvo.org/id/char/23749> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/du%E1%BB%91i>,
        "𣝉"^^xsd:string .

<http://lexvo.org/id/char/2374A> a lvont:Character ;
    lvont:represents "𣝊"^^xsd:string .

<http://lexvo.org/id/char/2374B> a lvont:Character ;
    lvont:represents "𣝋"^^xsd:string .

<http://lexvo.org/id/char/2374C> a lvont:Character ;
    lvont:represents "𣝌"^^xsd:string .

<http://lexvo.org/id/char/2374D> a lvont:Character ;
    lvont:represents "𣝍"^^xsd:string .

<http://lexvo.org/id/char/2374E> a lvont:Character ;
    lvont:represents "𣝎"^^xsd:string .

<http://lexvo.org/id/char/2374F> a lvont:Character ;
    lvont:represents "𣝏"^^xsd:string .

<http://lexvo.org/id/char/2375> a lvont:Character ;
    lvont:represents "⍵"^^xsd:string ;
    rdfs:comment "APL FUNCTIONAL SYMBOL OMEGA"@en .

<http://lexvo.org/id/char/23750> a lvont:Character ;
    lvont:represents "𣝐"^^xsd:string .

<http://lexvo.org/id/char/23751> a lvont:Character ;
    lvont:represents "𣝑"^^xsd:string .

<http://lexvo.org/id/char/23752> a lvont:Character ;
    lvont:represents "𣝒"^^xsd:string .

<http://lexvo.org/id/char/23753> a lvont:Character ;
    lvont:represents "𣝓"^^xsd:string .

<http://lexvo.org/id/char/23754> a lvont:Character ;
    lvont:represents "𣝔"^^xsd:string .

<http://lexvo.org/id/char/23755> a lvont:Character ;
    lvont:represents "𣝕"^^xsd:string .

<http://lexvo.org/id/char/23756> a lvont:Character ;
    lvont:represents "𣝖"^^xsd:string .

<http://lexvo.org/id/char/23757> a lvont:Character ;
    lvont:represents "𣝗"^^xsd:string .

<http://lexvo.org/id/char/23758> a lvont:Character ;
    lvont:represents "𣝘"^^xsd:string .

<http://lexvo.org/id/char/23759> a lvont:Character ;
    lvont:represents "𣝙"^^xsd:string .

<http://lexvo.org/id/char/2375A> a lvont:Character ;
    lvont:represents "𣝚"^^xsd:string .

<http://lexvo.org/id/char/2375B> a lvont:Character ;
    lvont:represents "𣝛"^^xsd:string .

<http://lexvo.org/id/char/2375C> a lvont:Character ;
    lvont:represents "𣝜"^^xsd:string .

<http://lexvo.org/id/char/2375D> a lvont:Character ;
    lvont:represents "𣝝"^^xsd:string .

<http://lexvo.org/id/char/2375E> a lvont:Character ;
    lvont:represents "𣝞"^^xsd:string .

<http://lexvo.org/id/char/2375F> a lvont:Character ;
    lvont:represents "𣝟"^^xsd:string .

<http://lexvo.org/id/char/2376> a lvont:Character ;
    lvont:represents "⍶"^^xsd:string ;
    rdfs:comment "APL FUNCTIONAL SYMBOL ALPHA UNDERBAR"@en .

<http://lexvo.org/id/char/23760> a lvont:Character ;
    lvont:represents "𣝠"^^xsd:string .

<http://lexvo.org/id/char/23761> a lvont:Character ;
    lvont:represents "𣝡"^^xsd:string .

<http://lexvo.org/id/char/23762> a lvont:Character ;
    lvont:represents "𣝢"^^xsd:string .

<http://lexvo.org/id/char/23763> a lvont:Character ;
    lvont:represents "𣝣"^^xsd:string .

<http://lexvo.org/id/char/23764> a lvont:Character ;
    lvont:represents "𣝤"^^xsd:string .

<http://lexvo.org/id/char/23765> a lvont:Character ;
    lvont:represents "𣝥"^^xsd:string .

<http://lexvo.org/id/char/23766> a lvont:Character ;
    lvont:represents "𣝦"^^xsd:string .

<http://lexvo.org/id/char/23767> a lvont:Character ;
    lvont:represents "𣝧"^^xsd:string .

<http://lexvo.org/id/char/23768> a lvont:Character ;
    lvont:represents "𣝨"^^xsd:string .

<http://lexvo.org/id/char/23769> a lvont:Character ;
    lvont:represents "𣝩"^^xsd:string .

<http://lexvo.org/id/char/2376A> a lvont:Character ;
    lvont:represents "𣝪"^^xsd:string .

<http://lexvo.org/id/char/2376B> a lvont:Character ;
    lvont:represents "𣝫"^^xsd:string .

<http://lexvo.org/id/char/2376C> a lvont:Character ;
    lvont:represents "𣝬"^^xsd:string .

<http://lexvo.org/id/char/2376D> a lvont:Character ;
    lvont:represents "𣝭"^^xsd:string .

<http://lexvo.org/id/char/2376E> a lvont:Character ;
    lvont:represents "𣝮"^^xsd:string .

<http://lexvo.org/id/char/2376F> a lvont:Character ;
    lvont:represents "𣝯"^^xsd:string .

<http://lexvo.org/id/char/2377> a lvont:Character ;
    lvont:represents "⍷"^^xsd:string ;
    rdfs:comment "APL FUNCTIONAL SYMBOL EPSILON UNDERBAR"@en .

<http://lexvo.org/id/char/23770> a lvont:Character ;
    lvont:represents "𣝰"^^xsd:string .

<http://lexvo.org/id/char/23771> a lvont:Character ;
    lvont:represents "𣝱"^^xsd:string .

<http://lexvo.org/id/char/23772> a lvont:Character ;
    lvont:represents "𣝲"^^xsd:string .

<http://lexvo.org/id/char/23773> a lvont:Character ;
    lvont:represents "𣝳"^^xsd:string .

<http://lexvo.org/id/char/23774> a lvont:Character ;
    lvont:represents "𣝴"^^xsd:string .

<http://lexvo.org/id/char/23775> a lvont:Character ;
    lvont:represents "𣝵"^^xsd:string .

<http://lexvo.org/id/char/23776> a lvont:Character ;
    lvont:represents "𣝶"^^xsd:string .

<http://lexvo.org/id/char/23777> a lvont:Character ;
    lvont:represents "𣝷"^^xsd:string .

<http://lexvo.org/id/char/23778> a lvont:Character ;
    lvont:represents "𣝸"^^xsd:string .

<http://lexvo.org/id/char/23779> a lvont:Character ;
    lvont:represents "𣝹"^^xsd:string .

<http://lexvo.org/id/char/2377A> a lvont:Character ;
    lvont:represents "𣝺"^^xsd:string .

<http://lexvo.org/id/char/2377B> a lvont:Character ;
    lvont:represents "𣝻"^^xsd:string .

<http://lexvo.org/id/char/2377C> a lvont:Character ;
    lvont:represents "𣝼"^^xsd:string .

<http://lexvo.org/id/char/2377D> a lvont:Character ;
    lvont:represents "𣝽"^^xsd:string .

<http://lexvo.org/id/char/2377E> a lvont:Character ;
    lvont:represents "𣝾"^^xsd:string .

<http://lexvo.org/id/char/2377F> a lvont:Character ;
    lvont:represents "𣝿"^^xsd:string .

<http://lexvo.org/id/char/2378> a lvont:Character ;
    lvont:represents "⍸"^^xsd:string ;
    rdfs:comment "APL FUNCTIONAL SYMBOL IOTA UNDERBAR"@en .

<http://lexvo.org/id/char/23780> a lvont:Character ;
    lvont:represents "𣞀"^^xsd:string .

<http://lexvo.org/id/char/23781> a lvont:Character ;
    lvont:represents "𣞁"^^xsd:string .

<http://lexvo.org/id/char/23782> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/gi%E1%BB%95i>,
        "𣞂"^^xsd:string .

<http://lexvo.org/id/char/23783> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/kh%C3%B9>,
        "𣞃"^^xsd:string .

<http://lexvo.org/id/char/23784> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/cu%E1%BB%91i>,
        "𣞄"^^xsd:string .

<http://lexvo.org/id/char/23785> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ch%C5%A9m>,
        "𣞅"^^xsd:string .

<http://lexvo.org/id/char/23786> a lvont:Character ;
    lvont:represents "𣞆"^^xsd:string .

<http://lexvo.org/id/char/23787> a lvont:Character ;
    lvont:represents "𣞇"^^xsd:string .

<http://lexvo.org/id/char/23788> a lvont:Character ;
    lvont:represents "𣞈"^^xsd:string .

<http://lexvo.org/id/char/23789> a lvont:Character ;
    lvont:represents "𣞉"^^xsd:string .

<http://lexvo.org/id/char/2378A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/s%C3%B4n>,
        "𣞊"^^xsd:string .

<http://lexvo.org/id/char/2378B> a lvont:Character ;
    lvont:represents "𣞋"^^xsd:string .

<http://lexvo.org/id/char/2378C> a lvont:Character ;
    lvont:represents "𣞌"^^xsd:string .

<http://lexvo.org/id/char/2378D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/th%E1%BB%A3>,
        "𣞍"^^xsd:string .

<http://lexvo.org/id/char/2378E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/tr%C3%A0m>,
        "𣞎"^^xsd:string .

<http://lexvo.org/id/char/2378F> a lvont:Character ;
    lvont:represents "𣞏"^^xsd:string .

<http://lexvo.org/id/char/2379> a lvont:Character ;
    lvont:represents "⍹"^^xsd:string ;
    rdfs:comment "APL FUNCTIONAL SYMBOL OMEGA UNDERBAR"@en .

<http://lexvo.org/id/char/23790> a lvont:Character ;
    lvont:represents "𣞐"^^xsd:string .

<http://lexvo.org/id/char/23791> a lvont:Character ;
    lvont:represents "𣞑"^^xsd:string .

<http://lexvo.org/id/char/23792> a lvont:Character ;
    lvont:represents "𣞒"^^xsd:string .

<http://lexvo.org/id/char/23793> a lvont:Character ;
    lvont:represents "𣞓"^^xsd:string .

<http://lexvo.org/id/char/23794> a lvont:Character ;
    lvont:represents "𣞔"^^xsd:string .

<http://lexvo.org/id/char/23795> a lvont:Character ;
    lvont:represents "𣞕"^^xsd:string .

<http://lexvo.org/id/char/23796> a lvont:Character ;
    lvont:represents "𣞖"^^xsd:string .

<http://lexvo.org/id/char/23797> a lvont:Character ;
    lvont:represents "𣞗"^^xsd:string .

<http://lexvo.org/id/char/23798> a lvont:Character ;
    lvont:represents "𣞘"^^xsd:string .

<http://lexvo.org/id/char/23799> a lvont:Character ;
    lvont:represents "𣞙"^^xsd:string .

<http://lexvo.org/id/char/2379A> a lvont:Character ;
    lvont:represents "𣞚"^^xsd:string .

<http://lexvo.org/id/char/2379B> a lvont:Character ;
    lvont:represents "𣞛"^^xsd:string .

<http://lexvo.org/id/char/2379C> a lvont:Character ;
    lvont:represents "𣞜"^^xsd:string .

<http://lexvo.org/id/char/2379D> a lvont:Character ;
    lvont:represents "𣞝"^^xsd:string .

<http://lexvo.org/id/char/2379E> a lvont:Character ;
    lvont:represents "𣞞"^^xsd:string .

<http://lexvo.org/id/char/2379F> a lvont:Character ;
    lvont:represents "𣞟"^^xsd:string .

<http://lexvo.org/id/char/237A> a lvont:Character ;
    lvont:represents "⍺"^^xsd:string ;
    rdfs:comment "APL FUNCTIONAL SYMBOL ALPHA"@en .

<http://lexvo.org/id/char/237A0> a lvont:Character ;
    lvont:represents "𣞠"^^xsd:string .

<http://lexvo.org/id/char/237A1> a lvont:Character ;
    lvont:represents "𣞡"^^xsd:string .

<http://lexvo.org/id/char/237A2> a lvont:Character ;
    lvont:represents "𣞢"^^xsd:string .

<http://lexvo.org/id/char/237A3> a lvont:Character ;
    lvont:represents "𣞣"^^xsd:string .

<http://lexvo.org/id/char/237A4> a lvont:Character ;
    lvont:represents "𣞤"^^xsd:string .

<http://lexvo.org/id/char/237A5> a lvont:Character ;
    lvont:represents "𣞥"^^xsd:string .

<http://lexvo.org/id/char/237A6> a lvont:Character ;
    lvont:represents "𣞦"^^xsd:string .

<http://lexvo.org/id/char/237A7> a lvont:Character ;
    lvont:represents "𣞧"^^xsd:string .

<http://lexvo.org/id/char/237A8> a lvont:Character ;
    lvont:represents "𣞨"^^xsd:string .

<http://lexvo.org/id/char/237A9> a lvont:Character ;
    lvont:represents "𣞩"^^xsd:string .

<http://lexvo.org/id/char/237AA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/m%E1%BB%A9c>,
        "𣞪"^^xsd:string .

<http://lexvo.org/id/char/237AB> a lvont:Character ;
    lvont:represents "𣞫"^^xsd:string .

<http://lexvo.org/id/char/237AC> a lvont:Character ;
    lvont:represents "𣞬"^^xsd:string .

<http://lexvo.org/id/char/237AD> a lvont:Character ;
    lvont:represents "𣞭"^^xsd:string .

<http://lexvo.org/id/char/237AE> a lvont:Character ;
    lvont:represents "𣞮"^^xsd:string .

<http://lexvo.org/id/char/237AF> a lvont:Character ;
    lvont:represents "𣞯"^^xsd:string .

<http://lexvo.org/id/char/237B> a lvont:Character ;
    lvont:represents "⍻"^^xsd:string ;
    rdfs:comment "NOT CHECK MARK"@en .

<http://lexvo.org/id/char/237B0> a lvont:Character ;
    lvont:represents "𣞰"^^xsd:string .

<http://lexvo.org/id/char/237B1> a lvont:Character ;
    lvont:represents "𣞱"^^xsd:string .

<http://lexvo.org/id/char/237B2> a lvont:Character ;
    lvont:represents "𣞲"^^xsd:string .

<http://lexvo.org/id/char/237B3> a lvont:Character ;
    lvont:represents "𣞳"^^xsd:string .

<http://lexvo.org/id/char/237B4> a lvont:Character ;
    lvont:represents "𣞴"^^xsd:string .

<http://lexvo.org/id/char/237B5> a lvont:Character ;
    lvont:represents "𣞵"^^xsd:string .

<http://lexvo.org/id/char/237B6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/s%E1%BA%BFn>,
        "𣞶"^^xsd:string .

<http://lexvo.org/id/char/237B7> a lvont:Character ;
    lvont:represents "𣞷"^^xsd:string .

<http://lexvo.org/id/char/237B8> a lvont:Character ;
    lvont:represents "𣞸"^^xsd:string .

<http://lexvo.org/id/char/237B9> a lvont:Character ;
    lvont:represents "𣞹"^^xsd:string .

<http://lexvo.org/id/char/237BA> a lvont:Character ;
    lvont:represents "𣞺"^^xsd:string .

<http://lexvo.org/id/char/237BB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/b%C6%B0%E1%BB%9Fi>,
        "𣞻"^^xsd:string .

<http://lexvo.org/id/char/237BC> a lvont:Character ;
    lvont:represents "𣞼"^^xsd:string .

<http://lexvo.org/id/char/237BD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/d%E1%BA%B7ng>,
        "𣞽"^^xsd:string .

<http://lexvo.org/id/char/237BE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/tr%E1%BA%A7u>,
        "𣞾"^^xsd:string .

<http://lexvo.org/id/char/237BF> a lvont:Character ;
    lvont:represents "𣞿"^^xsd:string .

<http://lexvo.org/id/char/237C> a lvont:Character ;
    lvont:represents "⍼"^^xsd:string ;
    rdfs:comment "RIGHT ANGLE WITH DOWNWARDS ZIGZAG ARROW"@en .

<http://lexvo.org/id/char/237C0> a lvont:Character ;
    lvont:represents "𣟀"^^xsd:string .

<http://lexvo.org/id/char/237C1> a lvont:Character ;
    lvont:represents "𣟁"^^xsd:string .

<http://lexvo.org/id/char/237C2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/khu%C3%B4n>,
        "𣟂"^^xsd:string .

<http://lexvo.org/id/char/237C3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/m%E1%BB%99ng>,
        "𣟃"^^xsd:string .

<http://lexvo.org/id/char/237C4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/tu%C3%B2>,
        "𣟄"^^xsd:string .

<http://lexvo.org/id/char/237C5> a lvont:Character ;
    lvont:represents "𣟅"^^xsd:string .

<http://lexvo.org/id/char/237C6> a lvont:Character ;
    lvont:represents "𣟆"^^xsd:string .

<http://lexvo.org/id/char/237C7> a lvont:Character ;
    lvont:represents "𣟇"^^xsd:string .

<http://lexvo.org/id/char/237C8> a lvont:Character ;
    lvont:represents "𣟈"^^xsd:string .

<http://lexvo.org/id/char/237C9> a lvont:Character ;
    lvont:represents "𣟉"^^xsd:string .

<http://lexvo.org/id/char/237CA> a lvont:Character ;
    lvont:represents "𣟊"^^xsd:string .

<http://lexvo.org/id/char/237CB> a lvont:Character ;
    lvont:represents "𣟋"^^xsd:string .

<http://lexvo.org/id/char/237CC> a lvont:Character ;
    lvont:represents "𣟌"^^xsd:string .

<http://lexvo.org/id/char/237CD> a lvont:Character ;
    lvont:represents "𣟍"^^xsd:string .

<http://lexvo.org/id/char/237CE> a lvont:Character ;
    lvont:represents "𣟎"^^xsd:string .

<http://lexvo.org/id/char/237CF> a lvont:Character ;
    lvont:represents "𣟏"^^xsd:string .

<http://lexvo.org/id/char/237D> a lvont:Character ;
    lvont:represents "⍽"^^xsd:string ;
    rdfs:comment "SHOULDERED OPEN BOX"@en .

<http://lexvo.org/id/char/237D0> a lvont:Character ;
    lvont:represents "𣟐"^^xsd:string .

<http://lexvo.org/id/char/237D1> a lvont:Character ;
    lvont:represents "𣟑"^^xsd:string .

<http://lexvo.org/id/char/237D2> a lvont:Character ;
    lvont:represents "𣟒"^^xsd:string .

<http://lexvo.org/id/char/237D3> a lvont:Character ;
    lvont:represents "𣟓"^^xsd:string .

<http://lexvo.org/id/char/237D4> a lvont:Character ;
    lvont:represents "𣟔"^^xsd:string .

<http://lexvo.org/id/char/237D5> a lvont:Character ;
    lvont:represents "𣟕"^^xsd:string .

<http://lexvo.org/id/char/237D6> a lvont:Character ;
    lvont:represents "𣟖"^^xsd:string .

<http://lexvo.org/id/char/237D7> a lvont:Character ;
    lvont:represents "𣟗"^^xsd:string .

<http://lexvo.org/id/char/237D8> a lvont:Character ;
    lvont:represents "𣟘"^^xsd:string .

<http://lexvo.org/id/char/237D9> a lvont:Character ;
    lvont:represents "𣟙"^^xsd:string .

<http://lexvo.org/id/char/237DA> a lvont:Character ;
    lvont:represents "𣟚"^^xsd:string .

<http://lexvo.org/id/char/237DB> a lvont:Character ;
    lvont:represents "𣟛"^^xsd:string .

<http://lexvo.org/id/char/237DC> a lvont:Character ;
    lvont:represents "𣟜"^^xsd:string .

<http://lexvo.org/id/char/237DD> a lvont:Character ;
    lvont:represents "𣟝"^^xsd:string .

<http://lexvo.org/id/char/237DE> a lvont:Character ;
    lvont:represents "𣟞"^^xsd:string .

<http://lexvo.org/id/char/237DF> a lvont:Character ;
    lvont:represents "𣟟"^^xsd:string .

<http://lexvo.org/id/char/237E> a lvont:Character ;
    lvont:represents "⍾"^^xsd:string ;
    rdfs:comment "BELL SYMBOL"@en .

<http://lexvo.org/id/char/237E0> a lvont:Character ;
    lvont:represents "𣟠"^^xsd:string .

<http://lexvo.org/id/char/237E1> a lvont:Character ;
    lvont:represents "𣟡"^^xsd:string .

<http://lexvo.org/id/char/237E2> a lvont:Character ;
    lvont:represents "𣟢"^^xsd:string .

<http://lexvo.org/id/char/237E3> a lvont:Character ;
    lvont:represents "𣟣"^^xsd:string .

<http://lexvo.org/id/char/237E4> a lvont:Character ;
    lvont:represents "𣟤"^^xsd:string .

<http://lexvo.org/id/char/237E5> a lvont:Character ;
    lvont:represents "𣟥"^^xsd:string .

<http://lexvo.org/id/char/237E6> a lvont:Character ;
    lvont:represents "𣟦"^^xsd:string .

<http://lexvo.org/id/char/237E7> a lvont:Character ;
    lvont:represents "𣟧"^^xsd:string .

<http://lexvo.org/id/char/237E8> a lvont:Character ;
    lvont:represents "𣟨"^^xsd:string .

<http://lexvo.org/id/char/237E9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/d%C3%B9i>,
        "𣟩"^^xsd:string .

<http://lexvo.org/id/char/237EA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/n%C3%B3c>,
        "𣟪"^^xsd:string .

<http://lexvo.org/id/char/237EB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/nh%C3%A3n>,
        "𣟫"^^xsd:string .

<http://lexvo.org/id/char/237EC> a lvont:Character ;
    lvont:represents "𣟬"^^xsd:string ;
    rdfs:comment "same as 欄 U+6B04, a railing, balustrade; an animal pan"@en .

<http://lexvo.org/id/char/237ED> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/m%E1%BA%A1>,
        "𣟭"^^xsd:string .

<http://lexvo.org/id/char/237EE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/m%E1%BB%81m>,
        "𣟮"^^xsd:string .

<http://lexvo.org/id/char/237EF> a lvont:Character ;
    lvont:represents "𣟯"^^xsd:string .

<http://lexvo.org/id/char/237F> a lvont:Character ;
    lvont:represents "⍿"^^xsd:string ;
    rdfs:comment "VERTICAL LINE WITH MIDDLE DOT"@en .

<http://lexvo.org/id/char/237F0> a lvont:Character ;
    lvont:represents "𣟰"^^xsd:string .

<http://lexvo.org/id/char/237F1> a lvont:Character ;
    lvont:represents "𣟱"^^xsd:string ;
    rdfs:comment "Zelkova tree"@en .

<http://lexvo.org/id/char/237F2> a lvont:Character ;
    lvont:represents "𣟲"^^xsd:string .

<http://lexvo.org/id/char/237F3> a lvont:Character ;
    lvont:represents "𣟳"^^xsd:string .

<http://lexvo.org/id/char/237F4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/shu%C4%81n>,
        "𣟴"^^xsd:string .

<http://lexvo.org/id/char/237F5> a lvont:Character ;
    lvont:represents "𣟵"^^xsd:string .

<http://lexvo.org/id/char/237F6> a lvont:Character ;
    lvont:represents "𣟶"^^xsd:string .

<http://lexvo.org/id/char/237F7> a lvont:Character ;
    lvont:represents "𣟷"^^xsd:string .

<http://lexvo.org/id/char/237F8> a lvont:Character ;
    lvont:represents "𣟸"^^xsd:string .

<http://lexvo.org/id/char/237F9> a lvont:Character ;
    lvont:represents "𣟹"^^xsd:string .

<http://lexvo.org/id/char/237FA> a lvont:Character ;
    lvont:represents "𣟺"^^xsd:string .

<http://lexvo.org/id/char/237FB> a lvont:Character ;
    lvont:represents "𣟻"^^xsd:string .

<http://lexvo.org/id/char/237FC> a lvont:Character ;
    lvont:represents "𣟼"^^xsd:string .

<http://lexvo.org/id/char/237FD> a lvont:Character ;
    lvont:represents "𣟽"^^xsd:string .

<http://lexvo.org/id/char/237FE> a lvont:Character ;
    lvont:represents "𣟾"^^xsd:string .

<http://lexvo.org/id/char/237FF> a lvont:Character ;
    lvont:represents "𣟿"^^xsd:string .

<http://lexvo.org/id/char/2380> a lvont:Character ;
    lvont:represents "⎀"^^xsd:string ;
    rdfs:comment "INSERTION SYMBOL"@en .

<http://lexvo.org/id/char/23800> a lvont:Character ;
    lvont:represents "𣠀"^^xsd:string .

<http://lexvo.org/id/char/23801> a lvont:Character ;
    lvont:represents "𣠁"^^xsd:string .

<http://lexvo.org/id/char/23802> a lvont:Character ;
    lvont:represents "𣠂"^^xsd:string .

<http://lexvo.org/id/char/23803> a lvont:Character ;
    lvont:represents "𣠃"^^xsd:string .

<http://lexvo.org/id/char/23804> a lvont:Character ;
    lvont:represents "𣠄"^^xsd:string .

<http://lexvo.org/id/char/23805> a lvont:Character ;
    lvont:represents "𣠅"^^xsd:string .

<http://lexvo.org/id/char/23806> a lvont:Character ;
    lvont:represents "𣠆"^^xsd:string .

<http://lexvo.org/id/char/23807> a lvont:Character ;
    lvont:represents "𣠇"^^xsd:string .

<http://lexvo.org/id/char/23808> a lvont:Character ;
    lvont:represents "𣠈"^^xsd:string .

<http://lexvo.org/id/char/23809> a lvont:Character ;
    lvont:represents "𣠉"^^xsd:string .

<http://lexvo.org/id/char/2380A> a lvont:Character ;
    lvont:represents "𣠊"^^xsd:string .

<http://lexvo.org/id/char/2380B> a lvont:Character ;
    lvont:represents "𣠋"^^xsd:string .

<http://lexvo.org/id/char/2380C> a lvont:Character ;
    lvont:represents "𣠌"^^xsd:string .

<http://lexvo.org/id/char/2380D> a lvont:Character ;
    lvont:represents "𣠍"^^xsd:string .

<http://lexvo.org/id/char/2380E> a lvont:Character ;
    lvont:represents "𣠎"^^xsd:string .

<http://lexvo.org/id/char/2380F> a lvont:Character ;
    lvont:represents "𣠏"^^xsd:string .

<http://lexvo.org/id/char/2381> a lvont:Character ;
    lvont:represents "⎁"^^xsd:string ;
    rdfs:comment "CONTINUOUS UNDERLINE SYMBOL"@en .

<http://lexvo.org/id/char/23810> a lvont:Character ;
    lvont:represents "𣠐"^^xsd:string .

<http://lexvo.org/id/char/23811> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/b%C3%B2ng>,
        "𣠑"^^xsd:string .

<http://lexvo.org/id/char/23812> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/th%E1%BA%AFm>,
        "𣠒"^^xsd:string .

<http://lexvo.org/id/char/23813> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/pheo>,
        "𣠓"^^xsd:string .

<http://lexvo.org/id/char/23814> a lvont:Character ;
    lvont:represents "𣠔"^^xsd:string .

<http://lexvo.org/id/char/23815> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ch%C6%B0a>,
        "𣠕"^^xsd:string .

<http://lexvo.org/id/char/23816> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ch%E1%BB%ADa>,
        "𣠖"^^xsd:string .

<http://lexvo.org/id/char/23817> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/que>,
        "𣠗"^^xsd:string .

<http://lexvo.org/id/char/23818> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/g%C3%A0u>,
        "𣠘"^^xsd:string .

<http://lexvo.org/id/char/23819> a lvont:Character ;
    lvont:represents "𣠙"^^xsd:string .

<http://lexvo.org/id/char/2381A> a lvont:Character ;
    lvont:represents "𣠚"^^xsd:string .

<http://lexvo.org/id/char/2381B> a lvont:Character ;
    lvont:represents "𣠛"^^xsd:string .

<http://lexvo.org/id/char/2381C> a lvont:Character ;
    lvont:represents "𣠜"^^xsd:string .

<http://lexvo.org/id/char/2381D> a lvont:Character ;
    lvont:represents "𣠝"^^xsd:string .

<http://lexvo.org/id/char/2381E> a lvont:Character ;
    lvont:represents "𣠞"^^xsd:string .

<http://lexvo.org/id/char/2381F> a lvont:Character ;
    lvont:represents "𣠟"^^xsd:string .

<http://lexvo.org/id/char/2382> a lvont:Character ;
    lvont:represents "⎂"^^xsd:string ;
    rdfs:comment "DISCONTINUOUS UNDERLINE SYMBOL"@en .

<http://lexvo.org/id/char/23820> a lvont:Character ;
    lvont:represents "𣠠"^^xsd:string .

<http://lexvo.org/id/char/23821> a lvont:Character ;
    lvont:represents "𣠡"^^xsd:string .

<http://lexvo.org/id/char/23822> a lvont:Character ;
    lvont:represents "𣠢"^^xsd:string .

<http://lexvo.org/id/char/23823> a lvont:Character ;
    lvont:represents "𣠣"^^xsd:string .

<http://lexvo.org/id/char/23824> a lvont:Character ;
    lvont:represents "𣠤"^^xsd:string .

<http://lexvo.org/id/char/23825> a lvont:Character ;
    lvont:represents "𣠥"^^xsd:string .

<http://lexvo.org/id/char/23826> a lvont:Character ;
    lvont:represents "𣠦"^^xsd:string .

<http://lexvo.org/id/char/23827> a lvont:Character ;
    lvont:represents "𣠧"^^xsd:string .

<http://lexvo.org/id/char/23828> a lvont:Character ;
    lvont:represents "𣠨"^^xsd:string .

<http://lexvo.org/id/char/23829> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/tr%C3%A0m>,
        "𣠩"^^xsd:string .

<http://lexvo.org/id/char/2382A> a lvont:Character ;
    lvont:represents "𣠪"^^xsd:string .

<http://lexvo.org/id/char/2382B> a lvont:Character ;
    lvont:represents "𣠫"^^xsd:string .

<http://lexvo.org/id/char/2382C> a lvont:Character ;
    lvont:represents "𣠬"^^xsd:string .

<http://lexvo.org/id/char/2382D> a lvont:Character ;
    lvont:represents "𣠭"^^xsd:string .

<http://lexvo.org/id/char/2382E> a lvont:Character ;
    lvont:represents "𣠮"^^xsd:string .

<http://lexvo.org/id/char/2382F> a lvont:Character ;
    lvont:represents "𣠯"^^xsd:string .

<http://lexvo.org/id/char/2383> a lvont:Character ;
    lvont:represents "⎃"^^xsd:string ;
    rdfs:comment "EMPHASIS SYMBOL"@en .

<http://lexvo.org/id/char/23830> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/gi%E1%BA%A7n>,
        "𣠰"^^xsd:string .

<http://lexvo.org/id/char/23831> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/tr%C3%A2m>,
        "𣠱"^^xsd:string .

<http://lexvo.org/id/char/23832> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/r%E1%BB%85>,
        "𣠲"^^xsd:string .

<http://lexvo.org/id/char/23833> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/m%E1%BB%81m>,
        "𣠳"^^xsd:string .

<http://lexvo.org/id/char/23834> a lvont:Character ;
    lvont:represents "𣠴"^^xsd:string .

<http://lexvo.org/id/char/23835> a lvont:Character ;
    lvont:represents "𣠵"^^xsd:string .

<http://lexvo.org/id/char/23836> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/%C4%91%E1%BB%8F>,
        "𣠶"^^xsd:string .

<http://lexvo.org/id/char/23837> a lvont:Character ;
    lvont:represents "𣠷"^^xsd:string .

<http://lexvo.org/id/char/23838> a lvont:Character ;
    lvont:represents "𣠸"^^xsd:string .

<http://lexvo.org/id/char/23839> a lvont:Character ;
    lvont:represents "𣠹"^^xsd:string .

<http://lexvo.org/id/char/2383A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/n%E1%BA%A1ng>,
        "𣠺"^^xsd:string .

<http://lexvo.org/id/char/2383B> a lvont:Character ;
    lvont:represents "𣠻"^^xsd:string .

<http://lexvo.org/id/char/2383C> a lvont:Character ;
    lvont:represents "𣠼"^^xsd:string .

<http://lexvo.org/id/char/2383D> a lvont:Character ;
    lvont:represents "𣠽"^^xsd:string ;
    rdfs:comment "same as 欛 U+6B1B, a handle"@en .

<http://lexvo.org/id/char/2383E> a lvont:Character ;
    lvont:represents "𣠾"^^xsd:string .

<http://lexvo.org/id/char/2383F> a lvont:Character ;
    lvont:represents "𣠿"^^xsd:string .

<http://lexvo.org/id/char/2384> a lvont:Character ;
    lvont:represents "⎄"^^xsd:string ;
    rdfs:comment "COMPOSITION SYMBOL"@en .

<http://lexvo.org/id/char/23840> a lvont:Character ;
    lvont:represents "𣡀"^^xsd:string .

<http://lexvo.org/id/char/23841> a lvont:Character ;
    lvont:represents "𣡁"^^xsd:string .

<http://lexvo.org/id/char/23842> a lvont:Character ;
    lvont:represents "𣡂"^^xsd:string .

<http://lexvo.org/id/char/23843> a lvont:Character ;
    lvont:represents "𣡃"^^xsd:string .

<http://lexvo.org/id/char/23844> a lvont:Character ;
    lvont:represents "𣡄"^^xsd:string .

<http://lexvo.org/id/char/23845> a lvont:Character ;
    lvont:represents "𣡅"^^xsd:string .

<http://lexvo.org/id/char/23846> a lvont:Character ;
    lvont:represents "𣡆"^^xsd:string .

<http://lexvo.org/id/char/23847> a lvont:Character ;
    lvont:represents "𣡇"^^xsd:string .

<http://lexvo.org/id/char/23848> a lvont:Character ;
    lvont:represents "𣡈"^^xsd:string .

<http://lexvo.org/id/char/23849> a lvont:Character ;
    lvont:represents "𣡉"^^xsd:string .

<http://lexvo.org/id/char/2384A> a lvont:Character ;
    lvont:represents "𣡊"^^xsd:string .

<http://lexvo.org/id/char/2384B> a lvont:Character ;
    lvont:represents "𣡋"^^xsd:string .

<http://lexvo.org/id/char/2384C> a lvont:Character ;
    lvont:represents "𣡌"^^xsd:string .

<http://lexvo.org/id/char/2384D> a lvont:Character ;
    lvont:represents "𣡍"^^xsd:string .

<http://lexvo.org/id/char/2384E> a lvont:Character ;
    lvont:represents "𣡎"^^xsd:string .

<http://lexvo.org/id/char/2384F> a lvont:Character ;
    lvont:represents "𣡏"^^xsd:string .

<http://lexvo.org/id/char/2385> a lvont:Character ;
    lvont:represents "⎅"^^xsd:string ;
    rdfs:comment "WHITE SQUARE WITH CENTRE VERTICAL LINE"@en .

<http://lexvo.org/id/char/23850> a lvont:Character ;
    lvont:represents "𣡐"^^xsd:string .

<http://lexvo.org/id/char/23851> a lvont:Character ;
    lvont:represents "𣡑"^^xsd:string .

<http://lexvo.org/id/char/23852> a lvont:Character ;
    lvont:represents "𣡒"^^xsd:string .

<http://lexvo.org/id/char/23853> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/tr%C3%A0m>,
        "𣡓"^^xsd:string .

<http://lexvo.org/id/char/23854> a lvont:Character ;
    lvont:represents "𣡔"^^xsd:string .

<http://lexvo.org/id/char/23855> a lvont:Character ;
    lvont:represents "𣡕"^^xsd:string .

<http://lexvo.org/id/char/23856> a lvont:Character ;
    lvont:represents "𣡖"^^xsd:string .

<http://lexvo.org/id/char/23857> a lvont:Character ;
    lvont:represents "𣡗"^^xsd:string .

<http://lexvo.org/id/char/23858> a lvont:Character ;
    lvont:represents "𣡘"^^xsd:string .

<http://lexvo.org/id/char/23859> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/tr%C3%A1i>,
        "𣡙"^^xsd:string .

<http://lexvo.org/id/char/2385A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/tr%C3%A1i>,
        "𣡚"^^xsd:string .

<http://lexvo.org/id/char/2385B> a lvont:Character ;
    lvont:represents "𣡛"^^xsd:string .

<http://lexvo.org/id/char/2385C> a lvont:Character ;
    lvont:represents "𣡜"^^xsd:string .

<http://lexvo.org/id/char/2385D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/vui>,
        "𣡝"^^xsd:string .

<http://lexvo.org/id/char/2385E> a lvont:Character ;
    lvont:represents "𣡞"^^xsd:string .

<http://lexvo.org/id/char/2385F> a lvont:Character ;
    lvont:represents "𣡟"^^xsd:string .

<http://lexvo.org/id/char/2386> a lvont:Character ;
    lvont:represents "⎆"^^xsd:string ;
    rdfs:comment "ENTER SYMBOL"@en .

<http://lexvo.org/id/char/23860> a lvont:Character ;
    lvont:represents "𣡠"^^xsd:string .

<http://lexvo.org/id/char/23861> a lvont:Character ;
    lvont:represents "𣡡"^^xsd:string .

<http://lexvo.org/id/char/23862> a lvont:Character ;
    lvont:represents "𣡢"^^xsd:string .

<http://lexvo.org/id/char/23863> a lvont:Character ;
    lvont:represents "𣡣"^^xsd:string .

<http://lexvo.org/id/char/23864> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/n%C3%A9n>,
        "𣡤"^^xsd:string .

<http://lexvo.org/id/char/23865> a lvont:Character ;
    lvont:represents "𣡥"^^xsd:string .

<http://lexvo.org/id/char/23866> a lvont:Character ;
    lvont:represents "𣡦"^^xsd:string .

<http://lexvo.org/id/char/23867> a lvont:Character ;
    lvont:represents "𣡧"^^xsd:string .

<http://lexvo.org/id/char/23868> a lvont:Character ;
    lvont:represents "𣡨"^^xsd:string .

<http://lexvo.org/id/char/23869> a lvont:Character ;
    lvont:represents "𣡩"^^xsd:string .

<http://lexvo.org/id/char/2386A> a lvont:Character ;
    lvont:represents "𣡪"^^xsd:string .

<http://lexvo.org/id/char/2386B> a lvont:Character ;
    lvont:represents "𣡫"^^xsd:string .

<http://lexvo.org/id/char/2386C> a lvont:Character ;
    lvont:represents "𣡬"^^xsd:string .

<http://lexvo.org/id/char/2386D> a lvont:Character ;
    lvont:represents "𣡭"^^xsd:string .

<http://lexvo.org/id/char/2386E> a lvont:Character ;
    lvont:represents "𣡮"^^xsd:string .

<http://lexvo.org/id/char/2386F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/b%E1%BA%ABy>,
        "𣡯"^^xsd:string .

<http://lexvo.org/id/char/2387> a lvont:Character ;
    lvont:represents "⎇"^^xsd:string ;
    rdfs:comment "ALTERNATIVE KEY SYMBOL"@en .

<http://lexvo.org/id/char/23870> a lvont:Character ;
    lvont:represents "𣡰"^^xsd:string .

<http://lexvo.org/id/char/23871> a lvont:Character ;
    lvont:represents "𣡱"^^xsd:string .

<http://lexvo.org/id/char/23872> a lvont:Character ;
    lvont:represents "𣡲"^^xsd:string .

<http://lexvo.org/id/char/23873> a lvont:Character ;
    lvont:represents "𣡳"^^xsd:string .

<http://lexvo.org/id/char/23874> a lvont:Character ;
    lvont:represents "𣡴"^^xsd:string .

<http://lexvo.org/id/char/23875> a lvont:Character ;
    lvont:represents "𣡵"^^xsd:string .

<http://lexvo.org/id/char/23876> a lvont:Character ;
    lvont:represents "𣡶"^^xsd:string .

<http://lexvo.org/id/char/23877> a lvont:Character ;
    lvont:represents "𣡷"^^xsd:string .

<http://lexvo.org/id/char/23878> a lvont:Character ;
    lvont:represents "𣡸"^^xsd:string .

<http://lexvo.org/id/char/23879> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/si%E1%BB%83ng>,
        "𣡹"^^xsd:string .

<http://lexvo.org/id/char/2387A> a lvont:Character ;
    lvont:represents "𣡺"^^xsd:string .

<http://lexvo.org/id/char/2387B> a lvont:Character ;
    lvont:represents "𣡻"^^xsd:string .

<http://lexvo.org/id/char/2387C> a lvont:Character ;
    lvont:represents "𣡼"^^xsd:string .

<http://lexvo.org/id/char/2387D> a lvont:Character ;
    lvont:represents "𣡽"^^xsd:string .

<http://lexvo.org/id/char/2387E> a lvont:Character ;
    lvont:represents "𣡾"^^xsd:string .

<http://lexvo.org/id/char/2387F> a lvont:Character ;
    lvont:represents "𣡿"^^xsd:string .

<http://lexvo.org/id/char/2388> a lvont:Character ;
    lvont:represents "⎈"^^xsd:string ;
    rdfs:comment "HELM SYMBOL"@en .

<http://lexvo.org/id/char/23880> a lvont:Character ;
    lvont:represents "𣢀"^^xsd:string .

<http://lexvo.org/id/char/23881> a lvont:Character ;
    lvont:represents "𣢁"^^xsd:string .

<http://lexvo.org/id/char/23882> a lvont:Character ;
    lvont:represents "𣢂"^^xsd:string .

<http://lexvo.org/id/char/23883> a lvont:Character ;
    lvont:represents "𣢃"^^xsd:string .

<http://lexvo.org/id/char/23884> a lvont:Character ;
    lvont:represents "𣢄"^^xsd:string .

<http://lexvo.org/id/char/23885> a lvont:Character ;
    lvont:represents "𣢅"^^xsd:string .

<http://lexvo.org/id/char/23886> a lvont:Character ;
    lvont:represents "𣢆"^^xsd:string .

<http://lexvo.org/id/char/23887> a lvont:Character ;
    lvont:represents "𣢇"^^xsd:string .

<http://lexvo.org/id/char/23888> a lvont:Character ;
    lvont:represents "𣢈"^^xsd:string .

<http://lexvo.org/id/char/23889> a lvont:Character ;
    lvont:represents "𣢉"^^xsd:string .

<http://lexvo.org/id/char/2388A> a lvont:Character ;
    lvont:represents "𣢊"^^xsd:string .

<http://lexvo.org/id/char/2388B> a lvont:Character ;
    lvont:represents "𣢋"^^xsd:string .

<http://lexvo.org/id/char/2388C> a lvont:Character ;
    lvont:represents "𣢌"^^xsd:string .

<http://lexvo.org/id/char/2388D> a lvont:Character ;
    lvont:represents "𣢍"^^xsd:string .

<http://lexvo.org/id/char/2388E> a lvont:Character ;
    lvont:represents "𣢎"^^xsd:string .

<http://lexvo.org/id/char/2388F> a lvont:Character ;
    lvont:represents "𣢏"^^xsd:string .

<http://lexvo.org/id/char/2389> a lvont:Character ;
    lvont:represents "⎉"^^xsd:string ;
    rdfs:comment "CIRCLED HORIZONTAL BAR WITH NOTCH"@en .

<http://lexvo.org/id/char/23890> a lvont:Character ;
    lvont:represents "𣢐"^^xsd:string .

<http://lexvo.org/id/char/23891> a lvont:Character ;
    lvont:represents "𣢑"^^xsd:string .

<http://lexvo.org/id/char/23892> a lvont:Character ;
    lvont:represents "𣢒"^^xsd:string .

<http://lexvo.org/id/char/23893> a lvont:Character ;
    lvont:represents "𣢓"^^xsd:string .

<http://lexvo.org/id/char/23894> a lvont:Character ;
    lvont:represents "𣢔"^^xsd:string .

<http://lexvo.org/id/char/23895> a lvont:Character ;
    lvont:represents "𣢕"^^xsd:string .

<http://lexvo.org/id/char/23896> a lvont:Character ;
    lvont:represents "𣢖"^^xsd:string .

<http://lexvo.org/id/char/23897> a lvont:Character ;
    lvont:represents "𣢗"^^xsd:string .

<http://lexvo.org/id/char/23898> a lvont:Character ;
    lvont:represents "𣢘"^^xsd:string .

<http://lexvo.org/id/char/23899> a lvont:Character ;
    lvont:represents "𣢙"^^xsd:string .

<http://lexvo.org/id/char/2389A> a lvont:Character ;
    lvont:represents "𣢚"^^xsd:string .

<http://lexvo.org/id/char/2389B> a lvont:Character ;
    lvont:represents "𣢛"^^xsd:string .

<http://lexvo.org/id/char/2389C> a lvont:Character ;
    lvont:represents "𣢜"^^xsd:string .

<http://lexvo.org/id/char/2389D> a lvont:Character ;
    lvont:represents "𣢝"^^xsd:string .

<http://lexvo.org/id/char/2389E> a lvont:Character ;
    lvont:represents "𣢞"^^xsd:string .

<http://lexvo.org/id/char/2389F> a lvont:Character ;
    lvont:represents "𣢟"^^xsd:string .

<http://lexvo.org/id/char/238A> a lvont:Character ;
    lvont:represents "⎊"^^xsd:string ;
    rdfs:comment "CIRCLED TRIANGLE DOWN"@en .

<http://lexvo.org/id/char/238A0> a lvont:Character ;
    lvont:represents "𣢠"^^xsd:string .

<http://lexvo.org/id/char/238A1> a lvont:Character ;
    lvont:represents "𣢡"^^xsd:string .

<http://lexvo.org/id/char/238A2> a lvont:Character ;
    lvont:represents "𣢢"^^xsd:string .

<http://lexvo.org/id/char/238A3> a lvont:Character ;
    lvont:represents "𣢣"^^xsd:string .

<http://lexvo.org/id/char/238A4> a lvont:Character ;
    lvont:represents "𣢤"^^xsd:string .

<http://lexvo.org/id/char/238A5> a lvont:Character ;
    lvont:represents "𣢥"^^xsd:string .

<http://lexvo.org/id/char/238A6> a lvont:Character ;
    lvont:represents "𣢦"^^xsd:string .

<http://lexvo.org/id/char/238A7> a lvont:Character ;
    lvont:represents "𣢧"^^xsd:string .

<http://lexvo.org/id/char/238A8> a lvont:Character ;
    lvont:represents "𣢨"^^xsd:string .

<http://lexvo.org/id/char/238A9> a lvont:Character ;
    lvont:represents "𣢩"^^xsd:string .

<http://lexvo.org/id/char/238AA> a lvont:Character ;
    lvont:represents "𣢪"^^xsd:string .

<http://lexvo.org/id/char/238AB> a lvont:Character ;
    lvont:represents "𣢫"^^xsd:string .

<http://lexvo.org/id/char/238AC> a lvont:Character ;
    lvont:represents "𣢬"^^xsd:string .

<http://lexvo.org/id/char/238AD> a lvont:Character ;
    lvont:represents "𣢭"^^xsd:string .

<http://lexvo.org/id/char/238AE> a lvont:Character ;
    lvont:represents "𣢮"^^xsd:string .

<http://lexvo.org/id/char/238AF> a lvont:Character ;
    lvont:represents "𣢯"^^xsd:string .

<http://lexvo.org/id/char/238B> a lvont:Character ;
    lvont:represents "⎋"^^xsd:string ;
    rdfs:comment "BROKEN CIRCLE WITH NORTHWEST ARROW"@en .

<http://lexvo.org/id/char/238B0> a lvont:Character ;
    lvont:represents "𣢰"^^xsd:string .

<http://lexvo.org/id/char/238B1> a lvont:Character ;
    lvont:represents "𣢱"^^xsd:string .

<http://lexvo.org/id/char/238B2> a lvont:Character ;
    lvont:represents "𣢲"^^xsd:string .

<http://lexvo.org/id/char/238B3> a lvont:Character ;
    lvont:represents "𣢳"^^xsd:string .

<http://lexvo.org/id/char/238B4> a lvont:Character ;
    lvont:represents "𣢴"^^xsd:string .

<http://lexvo.org/id/char/238B5> a lvont:Character ;
    lvont:represents "𣢵"^^xsd:string .

<http://lexvo.org/id/char/238B6> a lvont:Character ;
    lvont:represents "𣢶"^^xsd:string .

<http://lexvo.org/id/char/238B7> a lvont:Character ;
    lvont:represents "𣢷"^^xsd:string .

<http://lexvo.org/id/char/238B8> a lvont:Character ;
    lvont:represents "𣢸"^^xsd:string .

<http://lexvo.org/id/char/238B9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/l%E1%BB%8Fi>,
        "𣢹"^^xsd:string .

<http://lexvo.org/id/char/238BA> a lvont:Character ;
    lvont:represents "𣢺"^^xsd:string .

<http://lexvo.org/id/char/238BB> a lvont:Character ;
    lvont:represents "𣢻"^^xsd:string .

<http://lexvo.org/id/char/238BC> a lvont:Character ;
    lvont:represents "𣢼"^^xsd:string .

<http://lexvo.org/id/char/238BD> a lvont:Character ;
    lvont:represents "𣢽"^^xsd:string .

<http://lexvo.org/id/char/238BE> a lvont:Character ;
    lvont:represents "𣢾"^^xsd:string .

<http://lexvo.org/id/char/238BF> a lvont:Character ;
    lvont:represents "𣢿"^^xsd:string .

<http://lexvo.org/id/char/238C> a lvont:Character ;
    lvont:represents "⎌"^^xsd:string ;
    rdfs:comment "UNDO SYMBOL"@en .

<http://lexvo.org/id/char/238C0> a lvont:Character ;
    lvont:represents "𣣀"^^xsd:string .

<http://lexvo.org/id/char/238C1> a lvont:Character ;
    lvont:represents "𣣁"^^xsd:string .

<http://lexvo.org/id/char/238C2> a lvont:Character ;
    lvont:represents "𣣂"^^xsd:string .

<http://lexvo.org/id/char/238C3> a lvont:Character ;
    lvont:represents "𣣃"^^xsd:string .

<http://lexvo.org/id/char/238C4> a lvont:Character ;
    lvont:represents "𣣄"^^xsd:string .

<http://lexvo.org/id/char/238C5> a lvont:Character ;
    lvont:represents "𣣅"^^xsd:string .

<http://lexvo.org/id/char/238C6> a lvont:Character ;
    lvont:represents "𣣆"^^xsd:string .

<http://lexvo.org/id/char/238C7> a lvont:Character ;
    lvont:represents "𣣇"^^xsd:string .

<http://lexvo.org/id/char/238C8> a lvont:Character ;
    lvont:represents "𣣈"^^xsd:string .

<http://lexvo.org/id/char/238C9> a lvont:Character ;
    lvont:represents "𣣉"^^xsd:string .

<http://lexvo.org/id/char/238CA> a lvont:Character ;
    lvont:represents "𣣊"^^xsd:string .

<http://lexvo.org/id/char/238CB> a lvont:Character ;
    lvont:represents "𣣋"^^xsd:string .

<http://lexvo.org/id/char/238CC> a lvont:Character ;
    lvont:represents "𣣌"^^xsd:string .

<http://lexvo.org/id/char/238CD> a lvont:Character ;
    lvont:represents "𣣍"^^xsd:string .

<http://lexvo.org/id/char/238CE> a lvont:Character ;
    lvont:represents "𣣎"^^xsd:string .

<http://lexvo.org/id/char/238CF> a lvont:Character ;
    lvont:represents "𣣏"^^xsd:string .

<http://lexvo.org/id/char/238D> a lvont:Character ;
    lvont:represents "⎍"^^xsd:string ;
    rdfs:comment "MONOSTABLE SYMBOL"@en .

<http://lexvo.org/id/char/238D0> a lvont:Character ;
    lvont:represents "𣣐"^^xsd:string .

<http://lexvo.org/id/char/238D1> a lvont:Character ;
    lvont:represents "𣣑"^^xsd:string .

<http://lexvo.org/id/char/238D2> a lvont:Character ;
    lvont:represents "𣣒"^^xsd:string .

<http://lexvo.org/id/char/238D3> a lvont:Character ;
    lvont:represents "𣣓"^^xsd:string .

<http://lexvo.org/id/char/238D4> a lvont:Character ;
    lvont:represents "𣣔"^^xsd:string .

<http://lexvo.org/id/char/238D5> a lvont:Character ;
    lvont:represents "𣣕"^^xsd:string .

<http://lexvo.org/id/char/238D6> a lvont:Character ;
    lvont:represents "𣣖"^^xsd:string .

<http://lexvo.org/id/char/238D7> a lvont:Character ;
    lvont:represents "𣣗"^^xsd:string .

<http://lexvo.org/id/char/238D8> a lvont:Character ;
    lvont:represents "𣣘"^^xsd:string .

<http://lexvo.org/id/char/238D9> a lvont:Character ;
    lvont:represents "𣣙"^^xsd:string .

<http://lexvo.org/id/char/238DA> a lvont:Character ;
    lvont:represents "𣣚"^^xsd:string .

<http://lexvo.org/id/char/238DB> a lvont:Character ;
    lvont:represents "𣣛"^^xsd:string .

<http://lexvo.org/id/char/238DC> a lvont:Character ;
    lvont:represents "𣣜"^^xsd:string .

<http://lexvo.org/id/char/238DD> a lvont:Character ;
    lvont:represents "𣣝"^^xsd:string .

<http://lexvo.org/id/char/238DE> a lvont:Character ;
    lvont:represents "𣣞"^^xsd:string .

<http://lexvo.org/id/char/238DF> a lvont:Character ;
    lvont:represents "𣣟"^^xsd:string .

<http://lexvo.org/id/char/238E> a lvont:Character ;
    lvont:represents "⎎"^^xsd:string ;
    rdfs:comment "HYSTERESIS SYMBOL"@en .

<http://lexvo.org/id/char/238E0> a lvont:Character ;
    lvont:represents "𣣠"^^xsd:string .

<http://lexvo.org/id/char/238E1> a lvont:Character ;
    lvont:represents "𣣡"^^xsd:string .

<http://lexvo.org/id/char/238E2> a lvont:Character ;
    lvont:represents "𣣢"^^xsd:string .

<http://lexvo.org/id/char/238E3> a lvont:Character ;
    lvont:represents "𣣣"^^xsd:string .

<http://lexvo.org/id/char/238E4> a lvont:Character ;
    lvont:represents "𣣤"^^xsd:string .

<http://lexvo.org/id/char/238E5> a lvont:Character ;
    lvont:represents "𣣥"^^xsd:string .

<http://lexvo.org/id/char/238E6> a lvont:Character ;
    lvont:represents "𣣦"^^xsd:string .

<http://lexvo.org/id/char/238E7> a lvont:Character ;
    lvont:represents "𣣧"^^xsd:string .

<http://lexvo.org/id/char/238E8> a lvont:Character ;
    lvont:represents "𣣨"^^xsd:string .

<http://lexvo.org/id/char/238E9> a lvont:Character ;
    lvont:represents "𣣩"^^xsd:string .

<http://lexvo.org/id/char/238EA> a lvont:Character ;
    lvont:represents "𣣪"^^xsd:string .

<http://lexvo.org/id/char/238EB> a lvont:Character ;
    lvont:represents "𣣫"^^xsd:string .

<http://lexvo.org/id/char/238EC> a lvont:Character ;
    lvont:represents "𣣬"^^xsd:string .

<http://lexvo.org/id/char/238ED> a lvont:Character ;
    lvont:represents "𣣭"^^xsd:string .

<http://lexvo.org/id/char/238EE> a lvont:Character ;
    lvont:represents "𣣮"^^xsd:string .

<http://lexvo.org/id/char/238EF> a lvont:Character ;
    lvont:represents "𣣯"^^xsd:string .

<http://lexvo.org/id/char/238F> a lvont:Character ;
    lvont:represents "⎏"^^xsd:string ;
    rdfs:comment "OPEN-CIRCUIT-OUTPUT H-TYPE SYMBOL"@en .

<http://lexvo.org/id/char/238F0> a lvont:Character ;
    lvont:represents "𣣰"^^xsd:string .

<http://lexvo.org/id/char/238F1> a lvont:Character ;
    lvont:represents "𣣱"^^xsd:string .

<http://lexvo.org/id/char/238F2> a lvont:Character ;
    lvont:represents "𣣲"^^xsd:string .

<http://lexvo.org/id/char/238F3> a lvont:Character ;
    lvont:represents "𣣳"^^xsd:string .

<http://lexvo.org/id/char/238F4> a lvont:Character ;
    lvont:represents "𣣴"^^xsd:string .

<http://lexvo.org/id/char/238F5> a lvont:Character ;
    lvont:represents "𣣵"^^xsd:string .

<http://lexvo.org/id/char/238F6> a lvont:Character ;
    lvont:represents "𣣶"^^xsd:string .

<http://lexvo.org/id/char/238F7> a lvont:Character ;
    lvont:represents "𣣷"^^xsd:string .

<http://lexvo.org/id/char/238F8> a lvont:Character ;
    lvont:represents "𣣸"^^xsd:string .

<http://lexvo.org/id/char/238F9> a lvont:Character ;
    lvont:represents "𣣹"^^xsd:string .

<http://lexvo.org/id/char/238FA> a lvont:Character ;
    lvont:represents "𣣺"^^xsd:string .

<http://lexvo.org/id/char/238FB> a lvont:Character ;
    lvont:represents "𣣻"^^xsd:string .

<http://lexvo.org/id/char/238FC> a lvont:Character ;
    lvont:represents "𣣼"^^xsd:string .

<http://lexvo.org/id/char/238FD> a lvont:Character ;
    lvont:represents "𣣽"^^xsd:string .

<http://lexvo.org/id/char/238FE> a lvont:Character ;
    lvont:represents "𣣾"^^xsd:string .

<http://lexvo.org/id/char/238FF> a lvont:Character ;
    lvont:represents "𣣿"^^xsd:string .

<http://lexvo.org/id/char/2390> a lvont:Character ;
    lvont:represents "⎐"^^xsd:string ;
    rdfs:comment "OPEN-CIRCUIT-OUTPUT L-TYPE SYMBOL"@en .

<http://lexvo.org/id/char/23900> a lvont:Character ;
    lvont:represents "𣤀"^^xsd:string .

<http://lexvo.org/id/char/23901> a lvont:Character ;
    lvont:represents "𣤁"^^xsd:string .

<http://lexvo.org/id/char/23902> a lvont:Character ;
    lvont:represents "𣤂"^^xsd:string .

<http://lexvo.org/id/char/23903> a lvont:Character ;
    lvont:represents "𣤃"^^xsd:string .

<http://lexvo.org/id/char/23904> a lvont:Character ;
    lvont:represents "𣤄"^^xsd:string .

<http://lexvo.org/id/char/23905> a lvont:Character ;
    lvont:represents "𣤅"^^xsd:string .

<http://lexvo.org/id/char/23906> a lvont:Character ;
    lvont:represents "𣤆"^^xsd:string .

<http://lexvo.org/id/char/23907> a lvont:Character ;
    lvont:represents "𣤇"^^xsd:string .

<http://lexvo.org/id/char/23908> a lvont:Character ;
    lvont:represents "𣤈"^^xsd:string .

<http://lexvo.org/id/char/23909> a lvont:Character ;
    lvont:represents "𣤉"^^xsd:string .

<http://lexvo.org/id/char/2390A> a lvont:Character ;
    lvont:represents "𣤊"^^xsd:string .

<http://lexvo.org/id/char/2390B> a lvont:Character ;
    lvont:represents "𣤋"^^xsd:string .

<http://lexvo.org/id/char/2390C> a lvont:Character ;
    lvont:represents "𣤌"^^xsd:string .

<http://lexvo.org/id/char/2390D> a lvont:Character ;
    lvont:represents "𣤍"^^xsd:string .

<http://lexvo.org/id/char/2390E> a lvont:Character ;
    lvont:represents "𣤎"^^xsd:string .

<http://lexvo.org/id/char/2390F> a lvont:Character ;
    lvont:represents "𣤏"^^xsd:string .

<http://lexvo.org/id/char/2391> a lvont:Character ;
    lvont:represents "⎑"^^xsd:string ;
    rdfs:comment "PASSIVE-PULL-DOWN-OUTPUT SYMBOL"@en .

<http://lexvo.org/id/char/23910> a lvont:Character ;
    lvont:represents "𣤐"^^xsd:string .

<http://lexvo.org/id/char/23911> a lvont:Character ;
    lvont:represents "𣤑"^^xsd:string .

<http://lexvo.org/id/char/23912> a lvont:Character ;
    lvont:represents "𣤒"^^xsd:string .

<http://lexvo.org/id/char/23913> a lvont:Character ;
    lvont:represents "𣤓"^^xsd:string .

<http://lexvo.org/id/char/23914> a lvont:Character ;
    lvont:represents "𣤔"^^xsd:string .

<http://lexvo.org/id/char/23915> a lvont:Character ;
    lvont:represents "𣤕"^^xsd:string .

<http://lexvo.org/id/char/23916> a lvont:Character ;
    lvont:represents "𣤖"^^xsd:string .

<http://lexvo.org/id/char/23917> a lvont:Character ;
    lvont:represents "𣤗"^^xsd:string .

<http://lexvo.org/id/char/23918> a lvont:Character ;
    lvont:represents "𣤘"^^xsd:string .

<http://lexvo.org/id/char/23919> a lvont:Character ;
    lvont:represents "𣤙"^^xsd:string .

<http://lexvo.org/id/char/2391A> a lvont:Character ;
    lvont:represents "𣤚"^^xsd:string .

<http://lexvo.org/id/char/2391B> a lvont:Character ;
    lvont:represents "𣤛"^^xsd:string .

<http://lexvo.org/id/char/2391C> a lvont:Character ;
    lvont:represents "𣤜"^^xsd:string .

<http://lexvo.org/id/char/2391D> a lvont:Character ;
    lvont:represents "𣤝"^^xsd:string .

<http://lexvo.org/id/char/2391E> a lvont:Character ;
    lvont:represents "𣤞"^^xsd:string .

<http://lexvo.org/id/char/2391F> a lvont:Character ;
    lvont:represents "𣤟"^^xsd:string .

<http://lexvo.org/id/char/2392> a lvont:Character ;
    lvont:represents "⎒"^^xsd:string ;
    rdfs:comment "PASSIVE-PULL-UP-OUTPUT SYMBOL"@en .

<http://lexvo.org/id/char/23920> a lvont:Character ;
    lvont:represents "𣤠"^^xsd:string .

<http://lexvo.org/id/char/23921> a lvont:Character ;
    lvont:represents "𣤡"^^xsd:string .

<http://lexvo.org/id/char/23922> a lvont:Character ;
    lvont:represents "𣤢"^^xsd:string .

<http://lexvo.org/id/char/23923> a lvont:Character ;
    lvont:represents "𣤣"^^xsd:string .

<http://lexvo.org/id/char/23924> a lvont:Character ;
    lvont:represents "𣤤"^^xsd:string .

<http://lexvo.org/id/char/23925> a lvont:Character ;
    lvont:represents "𣤥"^^xsd:string .

<http://lexvo.org/id/char/23926> a lvont:Character ;
    lvont:represents "𣤦"^^xsd:string .

<http://lexvo.org/id/char/23927> a lvont:Character ;
    lvont:represents "𣤧"^^xsd:string .

<http://lexvo.org/id/char/23928> a lvont:Character ;
    lvont:represents "𣤨"^^xsd:string .

<http://lexvo.org/id/char/23929> a lvont:Character ;
    lvont:represents "𣤩"^^xsd:string .

<http://lexvo.org/id/char/2392A> a lvont:Character ;
    lvont:represents "𣤪"^^xsd:string .

<http://lexvo.org/id/char/2392B> a lvont:Character ;
    lvont:represents "𣤫"^^xsd:string .

<http://lexvo.org/id/char/2392C> a lvont:Character ;
    lvont:represents "𣤬"^^xsd:string .

<http://lexvo.org/id/char/2392D> a lvont:Character ;
    lvont:represents "𣤭"^^xsd:string .

<http://lexvo.org/id/char/2392E> a lvont:Character ;
    lvont:represents "𣤮"^^xsd:string .

<http://lexvo.org/id/char/2392F> a lvont:Character ;
    lvont:represents "𣤯"^^xsd:string .

<http://lexvo.org/id/char/2393> a lvont:Character ;
    lvont:represents "⎓"^^xsd:string ;
    rdfs:comment "DIRECT CURRENT SYMBOL FORM TWO"@en .

<http://lexvo.org/id/char/23930> a lvont:Character ;
    lvont:represents "𣤰"^^xsd:string .

<http://lexvo.org/id/char/23931> a lvont:Character ;
    lvont:represents "𣤱"^^xsd:string .

<http://lexvo.org/id/char/23932> a lvont:Character ;
    lvont:represents "𣤲"^^xsd:string .

<http://lexvo.org/id/char/23933> a lvont:Character ;
    lvont:represents "𣤳"^^xsd:string .

<http://lexvo.org/id/char/23934> a lvont:Character ;
    lvont:represents "𣤴"^^xsd:string .

<http://lexvo.org/id/char/23935> a lvont:Character ;
    lvont:represents "𣤵"^^xsd:string .

<http://lexvo.org/id/char/23936> a lvont:Character ;
    lvont:represents "𣤶"^^xsd:string .

<http://lexvo.org/id/char/23937> a lvont:Character ;
    lvont:represents "𣤷"^^xsd:string .

<http://lexvo.org/id/char/23938> a lvont:Character ;
    lvont:represents "𣤸"^^xsd:string .

<http://lexvo.org/id/char/23939> a lvont:Character ;
    lvont:represents "𣤹"^^xsd:string .

<http://lexvo.org/id/char/2393A> a lvont:Character ;
    lvont:represents "𣤺"^^xsd:string .

<http://lexvo.org/id/char/2393B> a lvont:Character ;
    lvont:represents "𣤻"^^xsd:string .

<http://lexvo.org/id/char/2393C> a lvont:Character ;
    lvont:represents "𣤼"^^xsd:string .

<http://lexvo.org/id/char/2393D> a lvont:Character ;
    lvont:represents "𣤽"^^xsd:string .

<http://lexvo.org/id/char/2393E> a lvont:Character ;
    lvont:represents "𣤾"^^xsd:string .

<http://lexvo.org/id/char/2393F> a lvont:Character ;
    lvont:represents "𣤿"^^xsd:string .

<http://lexvo.org/id/char/2394> a lvont:Character ;
    lvont:represents "⎔"^^xsd:string ;
    rdfs:comment "SOFTWARE-FUNCTION SYMBOL"@en .

<http://lexvo.org/id/char/23940> a lvont:Character ;
    lvont:represents "𣥀"^^xsd:string .

<http://lexvo.org/id/char/23941> a lvont:Character ;
    lvont:represents "𣥁"^^xsd:string .

<http://lexvo.org/id/char/23943> a lvont:Character ;
    lvont:represents "𣥃"^^xsd:string .

<http://lexvo.org/id/char/23944> a lvont:Character ;
    lvont:represents "𣥄"^^xsd:string .

<http://lexvo.org/id/char/23945> a lvont:Character ;
    lvont:represents "𣥅"^^xsd:string .

<http://lexvo.org/id/char/23946> a lvont:Character ;
    lvont:represents "𣥆"^^xsd:string .

<http://lexvo.org/id/char/23947> a lvont:Character ;
    lvont:represents "𣥇"^^xsd:string .

<http://lexvo.org/id/char/23948> a lvont:Character ;
    lvont:represents "𣥈"^^xsd:string .

<http://lexvo.org/id/char/23949> a lvont:Character ;
    lvont:represents "𣥉"^^xsd:string .

<http://lexvo.org/id/char/2394A> a lvont:Character ;
    lvont:represents "𣥊"^^xsd:string .

<http://lexvo.org/id/char/2394B> a lvont:Character ;
    lvont:represents "𣥋"^^xsd:string .

<http://lexvo.org/id/char/2394C> a lvont:Character ;
    lvont:represents "𣥌"^^xsd:string .

<http://lexvo.org/id/char/2394D> a lvont:Character ;
    lvont:represents "𣥍"^^xsd:string .

<http://lexvo.org/id/char/2394E> a lvont:Character ;
    lvont:represents "𣥎"^^xsd:string .

<http://lexvo.org/id/char/2394F> a lvont:Character ;
    lvont:represents "𣥏"^^xsd:string .

<http://lexvo.org/id/char/2395> a lvont:Character ;
    lvont:represents "⎕"^^xsd:string ;
    rdfs:comment "APL FUNCTIONAL SYMBOL QUAD"@en .

<http://lexvo.org/id/char/23950> a lvont:Character ;
    lvont:represents "𣥐"^^xsd:string .

<http://lexvo.org/id/char/23951> a lvont:Character ;
    lvont:represents "𣥑"^^xsd:string .

<http://lexvo.org/id/char/23952> a lvont:Character ;
    lvont:represents "𣥒"^^xsd:string .

<http://lexvo.org/id/char/23953> a lvont:Character ;
    lvont:represents "𣥓"^^xsd:string .

<http://lexvo.org/id/char/23954> a lvont:Character ;
    lvont:represents "𣥔"^^xsd:string .

<http://lexvo.org/id/char/23955> a lvont:Character ;
    lvont:represents "𣥕"^^xsd:string .

<http://lexvo.org/id/char/23956> a lvont:Character ;
    lvont:represents "𣥖"^^xsd:string .

<http://lexvo.org/id/char/23957> a lvont:Character ;
    lvont:represents "𣥗"^^xsd:string .

<http://lexvo.org/id/char/23958> a lvont:Character ;
    lvont:represents "𣥘"^^xsd:string .

<http://lexvo.org/id/char/23959> a lvont:Character ;
    lvont:represents "𣥙"^^xsd:string .

<http://lexvo.org/id/char/2395A> a lvont:Character ;
    lvont:represents "𣥚"^^xsd:string .

<http://lexvo.org/id/char/2395B> a lvont:Character ;
    lvont:represents "𣥛"^^xsd:string .

<http://lexvo.org/id/char/2395C> a lvont:Character ;
    lvont:represents "𣥜"^^xsd:string .

<http://lexvo.org/id/char/2395D> a lvont:Character ;
    lvont:represents "𣥝"^^xsd:string .

<http://lexvo.org/id/char/2395E> a lvont:Character ;
    lvont:represents "𣥞"^^xsd:string .

<http://lexvo.org/id/char/2395F> a lvont:Character ;
    lvont:represents "𣥟"^^xsd:string .

<http://lexvo.org/id/char/2396> a lvont:Character ;
    lvont:represents "⎖"^^xsd:string ;
    rdfs:comment "DECIMAL SEPARATOR KEY SYMBOL"@en .

<http://lexvo.org/id/char/23960> a lvont:Character ;
    lvont:represents "𣥠"^^xsd:string .

<http://lexvo.org/id/char/23961> a lvont:Character ;
    lvont:represents "𣥡"^^xsd:string .

<http://lexvo.org/id/char/23962> a lvont:Character ;
    lvont:represents "𣥢"^^xsd:string .

<http://lexvo.org/id/char/23963> a lvont:Character ;
    lvont:represents "𣥣"^^xsd:string .

<http://lexvo.org/id/char/23964> a lvont:Character ;
    lvont:represents "𣥤"^^xsd:string .

<http://lexvo.org/id/char/23965> a lvont:Character ;
    lvont:represents "𣥥"^^xsd:string .

<http://lexvo.org/id/char/23966> a lvont:Character ;
    lvont:represents "𣥦"^^xsd:string .

<http://lexvo.org/id/char/23967> a lvont:Character ;
    lvont:represents "𣥧"^^xsd:string .

<http://lexvo.org/id/char/23968> a lvont:Character ;
    lvont:represents "𣥨"^^xsd:string .

<http://lexvo.org/id/char/23969> a lvont:Character ;
    lvont:represents "𣥩"^^xsd:string .

<http://lexvo.org/id/char/2396A> a lvont:Character ;
    lvont:represents "𣥪"^^xsd:string .

<http://lexvo.org/id/char/2396B> a lvont:Character ;
    lvont:represents "𣥫"^^xsd:string .

<http://lexvo.org/id/char/2396C> a lvont:Character ;
    lvont:represents "𣥬"^^xsd:string .

<http://lexvo.org/id/char/2396D> a lvont:Character ;
    lvont:represents "𣥭"^^xsd:string .

<http://lexvo.org/id/char/2396E> a lvont:Character ;
    lvont:represents "𣥮"^^xsd:string .

<http://lexvo.org/id/char/2396F> a lvont:Character ;
    lvont:represents "𣥯"^^xsd:string .

<http://lexvo.org/id/char/2397> a lvont:Character ;
    lvont:represents "⎗"^^xsd:string ;
    rdfs:comment "PREVIOUS PAGE"@en .

<http://lexvo.org/id/char/23970> a lvont:Character ;
    lvont:represents "𣥰"^^xsd:string .

<http://lexvo.org/id/char/23971> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/tr%E1%BA%A3i>,
        "𣥱"^^xsd:string .

<http://lexvo.org/id/char/23972> a lvont:Character ;
    lvont:represents "𣥲"^^xsd:string .

<http://lexvo.org/id/char/23973> a lvont:Character ;
    lvont:represents "𣥳"^^xsd:string .

<http://lexvo.org/id/char/23974> a lvont:Character ;
    lvont:represents "𣥴"^^xsd:string .

<http://lexvo.org/id/char/23975> a lvont:Character ;
    lvont:represents "𣥵"^^xsd:string .

<http://lexvo.org/id/char/23976> a lvont:Character ;
    lvont:represents "𣥶"^^xsd:string .

<http://lexvo.org/id/char/23977> a lvont:Character ;
    lvont:represents "𣥷"^^xsd:string .

<http://lexvo.org/id/char/23978> a lvont:Character ;
    lvont:represents "𣥸"^^xsd:string .

<http://lexvo.org/id/char/23979> a lvont:Character ;
    lvont:represents "𣥹"^^xsd:string .

<http://lexvo.org/id/char/2397A> a lvont:Character ;
    lvont:represents "𣥺"^^xsd:string .

<http://lexvo.org/id/char/2397B> a lvont:Character ;
    lvont:represents "𣥻"^^xsd:string .

<http://lexvo.org/id/char/2397C> a lvont:Character ;
    lvont:represents "𣥼"^^xsd:string .

<http://lexvo.org/id/char/2397D> a lvont:Character ;
    lvont:represents "𣥽"^^xsd:string .

<http://lexvo.org/id/char/2397E> a lvont:Character ;
    lvont:represents "𣥾"^^xsd:string .

<http://lexvo.org/id/char/2397F> a lvont:Character ;
    lvont:represents "𣥿"^^xsd:string .

<http://lexvo.org/id/char/2398> a lvont:Character ;
    lvont:represents "⎘"^^xsd:string ;
    rdfs:comment "NEXT PAGE"@en .

<http://lexvo.org/id/char/23980> a lvont:Character ;
    lvont:represents "𣦀"^^xsd:string .

<http://lexvo.org/id/char/23981> a lvont:Character ;
    lvont:represents "𣦁"^^xsd:string .

<http://lexvo.org/id/char/23982> a lvont:Character ;
    lvont:represents "𣦂"^^xsd:string .

<http://lexvo.org/id/char/23983> a lvont:Character ;
    lvont:represents "𣦃"^^xsd:string .

<http://lexvo.org/id/char/23984> a lvont:Character ;
    lvont:represents "𣦄"^^xsd:string .

<http://lexvo.org/id/char/23985> a lvont:Character ;
    lvont:represents "𣦅"^^xsd:string .

<http://lexvo.org/id/char/23986> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/tr%E1%BA%A3i>,
        "𣦆"^^xsd:string .

<http://lexvo.org/id/char/23987> a lvont:Character ;
    lvont:represents "𣦇"^^xsd:string .

<http://lexvo.org/id/char/23988> a lvont:Character ;
    lvont:represents "𣦈"^^xsd:string .

<http://lexvo.org/id/char/23989> a lvont:Character ;
    lvont:represents "𣦉"^^xsd:string .

<http://lexvo.org/id/char/2398A> a lvont:Character ;
    lvont:represents "𣦊"^^xsd:string .

<http://lexvo.org/id/char/2398C> a lvont:Character ;
    lvont:represents "𣦌"^^xsd:string .

<http://lexvo.org/id/char/2398D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ngay>,
        "𣦍"^^xsd:string .

<http://lexvo.org/id/char/2398E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/th%E1%BA%B3ng>,
        "𣦎"^^xsd:string .

<http://lexvo.org/id/char/2398F> a lvont:Character ;
    lvont:represents "𣦏"^^xsd:string .

<http://lexvo.org/id/char/2399> a lvont:Character ;
    lvont:represents "⎙"^^xsd:string ;
    rdfs:comment "PRINT SCREEN SYMBOL"@en .

<http://lexvo.org/id/char/23990> a lvont:Character ;
    lvont:represents "𣦐"^^xsd:string .

<http://lexvo.org/id/char/23991> a lvont:Character ;
    lvont:represents "𣦑"^^xsd:string .

<http://lexvo.org/id/char/23992> a lvont:Character ;
    lvont:represents "𣦒"^^xsd:string .

<http://lexvo.org/id/char/23993> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/gi%C3%AAng>,
        "𣦓"^^xsd:string .

<http://lexvo.org/id/char/23994> a lvont:Character ;
    lvont:represents "𣦔"^^xsd:string .

<http://lexvo.org/id/char/23995> a lvont:Character ;
    lvont:represents "𣦕"^^xsd:string .

<http://lexvo.org/id/char/23996> a lvont:Character ;
    lvont:represents "𣦖"^^xsd:string .

<http://lexvo.org/id/char/23997> a lvont:Character ;
    lvont:represents "𣦗"^^xsd:string .

<http://lexvo.org/id/char/23998> a lvont:Character ;
    lvont:represents "𣦘"^^xsd:string .

<http://lexvo.org/id/char/23999> a lvont:Character ;
    lvont:represents "𣦙"^^xsd:string .

<http://lexvo.org/id/char/2399A> a lvont:Character ;
    lvont:represents "𣦚"^^xsd:string .

<http://lexvo.org/id/char/2399B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/th%E1%BA%B3ng>,
        "𣦛"^^xsd:string .

<http://lexvo.org/id/char/2399C> a lvont:Character ;
    lvont:represents "𣦜"^^xsd:string .

<http://lexvo.org/id/char/2399D> a lvont:Character ;
    lvont:represents "𣦝"^^xsd:string .

<http://lexvo.org/id/char/2399E> a lvont:Character ;
    lvont:represents "𣦞"^^xsd:string .

<http://lexvo.org/id/char/2399F> a lvont:Character ;
    lvont:represents "𣦟"^^xsd:string .

<http://lexvo.org/id/char/239A> a lvont:Character ;
    lvont:represents "⎚"^^xsd:string ;
    rdfs:comment "CLEAR SCREEN SYMBOL"@en .

<http://lexvo.org/id/char/239A0> a lvont:Character ;
    lvont:represents "𣦠"^^xsd:string .

<http://lexvo.org/id/char/239A1> a lvont:Character ;
    lvont:represents "𣦡"^^xsd:string .

<http://lexvo.org/id/char/239A2> a lvont:Character ;
    lvont:represents "𣦢"^^xsd:string .

<http://lexvo.org/id/char/239A3> a lvont:Character ;
    lvont:represents "𣦣"^^xsd:string .

<http://lexvo.org/id/char/239A4> a lvont:Character ;
    lvont:represents "𣦤"^^xsd:string .

<http://lexvo.org/id/char/239A5> a lvont:Character ;
    lvont:represents "𣦥"^^xsd:string .

<http://lexvo.org/id/char/239A6> a lvont:Character ;
    lvont:represents "𣦦"^^xsd:string .

<http://lexvo.org/id/char/239A7> a lvont:Character ;
    lvont:represents "𣦧"^^xsd:string .

<http://lexvo.org/id/char/239A8> a lvont:Character ;
    lvont:represents "𣦨"^^xsd:string .

<http://lexvo.org/id/char/239A9> a lvont:Character ;
    lvont:represents "𣦩"^^xsd:string .

<http://lexvo.org/id/char/239AA> a lvont:Character ;
    lvont:represents "𣦪"^^xsd:string .

<http://lexvo.org/id/char/239AB> a lvont:Character ;
    lvont:represents "𣦫"^^xsd:string .

<http://lexvo.org/id/char/239AC> a lvont:Character ;
    lvont:represents "𣦬"^^xsd:string .

<http://lexvo.org/id/char/239AD> a lvont:Character ;
    lvont:represents "𣦭"^^xsd:string .

<http://lexvo.org/id/char/239AE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/tu%E1%BB%95i>,
        "𣦮"^^xsd:string .

<http://lexvo.org/id/char/239AF> a lvont:Character ;
    lvont:represents "𣦯"^^xsd:string .

<http://lexvo.org/id/char/239B> a lvont:Character ;
    lvont:represents "⎛"^^xsd:string ;
    rdfs:comment "LEFT PARENTHESIS UPPER HOOK"@en .

<http://lexvo.org/id/char/239B0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/tr%E1%BA%A3i>,
        "𣦰"^^xsd:string .

<http://lexvo.org/id/char/239B1> a lvont:Character ;
    lvont:represents "𣦱"^^xsd:string .

<http://lexvo.org/id/char/239B2> a lvont:Character ;
    lvont:represents "𣦲"^^xsd:string .

<http://lexvo.org/id/char/239B3> a lvont:Character ;
    lvont:represents "𣦳"^^xsd:string .

<http://lexvo.org/id/char/239B4> a lvont:Character ;
    lvont:represents "𣦴"^^xsd:string .

<http://lexvo.org/id/char/239B7> a lvont:Character ;
    lvont:represents "𣦷"^^xsd:string .

<http://lexvo.org/id/char/239B8> a lvont:Character ;
    lvont:represents "𣦸"^^xsd:string .

<http://lexvo.org/id/char/239B9> a lvont:Character ;
    lvont:represents "𣦹"^^xsd:string .

<http://lexvo.org/id/char/239BA> a lvont:Character ;
    lvont:represents "𣦺"^^xsd:string .

<http://lexvo.org/id/char/239BB> a lvont:Character ;
    lvont:represents "𣦻"^^xsd:string .

<http://lexvo.org/id/char/239BC> a lvont:Character ;
    lvont:represents "𣦼"^^xsd:string .

<http://lexvo.org/id/char/239BD> a lvont:Character ;
    lvont:represents "𣦽"^^xsd:string .

<http://lexvo.org/id/char/239BE> a lvont:Character ;
    lvont:represents "𣦾"^^xsd:string .

<http://lexvo.org/id/char/239BF> a lvont:Character ;
    lvont:represents "𣦿"^^xsd:string .

<http://lexvo.org/id/char/239C> a lvont:Character ;
    lvont:represents "⎜"^^xsd:string ;
    rdfs:comment "LEFT PARENTHESIS EXTENSION"@en .

<http://lexvo.org/id/char/239C0> a lvont:Character ;
    lvont:represents "𣧀"^^xsd:string .

<http://lexvo.org/id/char/239C1> a lvont:Character ;
    lvont:represents "𣧁"^^xsd:string .

<http://lexvo.org/id/char/239C2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/laai5>,
        <http://lexvo.org/id/term/yue/%F0%A3%A7%82>,
        "𣧂"^^xsd:string ;
    rdfs:comment "(Cant.) untidy"@en .

<http://lexvo.org/id/char/239C3> a lvont:Character ;
    lvont:represents "𣧃"^^xsd:string .

<http://lexvo.org/id/char/239C4> a lvont:Character ;
    lvont:represents "𣧄"^^xsd:string .

<http://lexvo.org/id/char/239C5> a lvont:Character ;
    lvont:represents "𣧅"^^xsd:string .

<http://lexvo.org/id/char/239C6> a lvont:Character ;
    lvont:represents "𣧆"^^xsd:string .

<http://lexvo.org/id/char/239C7> a lvont:Character ;
    lvont:represents "𣧇"^^xsd:string .

<http://lexvo.org/id/char/239C8> a lvont:Character ;
    lvont:represents "𣧈"^^xsd:string .

<http://lexvo.org/id/char/239C9> a lvont:Character ;
    lvont:represents "𣧉"^^xsd:string .

<http://lexvo.org/id/char/239CA> a lvont:Character ;
    lvont:represents "𣧊"^^xsd:string .

<http://lexvo.org/id/char/239CB> a lvont:Character ;
    lvont:represents "𣧋"^^xsd:string .

<http://lexvo.org/id/char/239CC> a lvont:Character ;
    lvont:represents "𣧌"^^xsd:string .

<http://lexvo.org/id/char/239CD> a lvont:Character ;
    lvont:represents "𣧍"^^xsd:string .

<http://lexvo.org/id/char/239CE> a lvont:Character ;
    lvont:represents "𣧎"^^xsd:string .

<http://lexvo.org/id/char/239CF> a lvont:Character ;
    lvont:represents "𣧏"^^xsd:string .

<http://lexvo.org/id/char/239D> a lvont:Character ;
    lvont:represents "⎝"^^xsd:string ;
    rdfs:comment "LEFT PARENTHESIS LOWER HOOK"@en .

<http://lexvo.org/id/char/239D0> a lvont:Character ;
    lvont:represents "𣧐"^^xsd:string .

<http://lexvo.org/id/char/239D1> a lvont:Character ;
    lvont:represents "𣧑"^^xsd:string .

<http://lexvo.org/id/char/239D2> a lvont:Character ;
    lvont:represents "𣧒"^^xsd:string .

<http://lexvo.org/id/char/239D3> a lvont:Character ;
    lvont:represents "𣧓"^^xsd:string .

<http://lexvo.org/id/char/239D4> a lvont:Character ;
    lvont:represents "𣧔"^^xsd:string .

<http://lexvo.org/id/char/239D5> a lvont:Character ;
    lvont:represents "𣧕"^^xsd:string .

<http://lexvo.org/id/char/239D6> a lvont:Character ;
    lvont:represents "𣧖"^^xsd:string .

<http://lexvo.org/id/char/239D7> a lvont:Character ;
    lvont:represents "𣧗"^^xsd:string .

<http://lexvo.org/id/char/239D8> a lvont:Character ;
    lvont:represents "𣧘"^^xsd:string .

<http://lexvo.org/id/char/239D9> a lvont:Character ;
    lvont:represents "𣧙"^^xsd:string .

<http://lexvo.org/id/char/239DA> a lvont:Character ;
    lvont:represents "𣧚"^^xsd:string .

<http://lexvo.org/id/char/239DB> a lvont:Character ;
    lvont:represents "𣧛"^^xsd:string .

<http://lexvo.org/id/char/239DC> a lvont:Character ;
    lvont:represents "𣧜"^^xsd:string .

<http://lexvo.org/id/char/239DD> a lvont:Character ;
    lvont:represents "𣧝"^^xsd:string .

<http://lexvo.org/id/char/239DE> a lvont:Character ;
    lvont:represents "𣧞"^^xsd:string .

<http://lexvo.org/id/char/239DF> a lvont:Character ;
    lvont:represents "𣧟"^^xsd:string .

<http://lexvo.org/id/char/239E> a lvont:Character ;
    lvont:represents "⎞"^^xsd:string ;
    rdfs:comment "RIGHT PARENTHESIS UPPER HOOK"@en .

<http://lexvo.org/id/char/239E0> a lvont:Character ;
    lvont:represents "𣧠"^^xsd:string .

<http://lexvo.org/id/char/239E1> a lvont:Character ;
    lvont:represents "𣧡"^^xsd:string .

<http://lexvo.org/id/char/239E2> a lvont:Character ;
    lvont:represents "𣧢"^^xsd:string .

<http://lexvo.org/id/char/239E3> a lvont:Character ;
    lvont:represents "𣧣"^^xsd:string .

<http://lexvo.org/id/char/239E4> a lvont:Character ;
    lvont:represents "𣧤"^^xsd:string .

<http://lexvo.org/id/char/239E5> a lvont:Character ;
    lvont:represents "𣧥"^^xsd:string .

<http://lexvo.org/id/char/239E6> a lvont:Character ;
    lvont:represents "𣧦"^^xsd:string .

<http://lexvo.org/id/char/239E7> a lvont:Character ;
    lvont:represents "𣧧"^^xsd:string .

<http://lexvo.org/id/char/239E8> a lvont:Character ;
    lvont:represents "𣧨"^^xsd:string .

<http://lexvo.org/id/char/239E9> a lvont:Character ;
    lvont:represents "𣧩"^^xsd:string .

<http://lexvo.org/id/char/239EA> a lvont:Character ;
    lvont:represents "𣧪"^^xsd:string .

<http://lexvo.org/id/char/239EB> a lvont:Character ;
    lvont:represents "𣧫"^^xsd:string .

<http://lexvo.org/id/char/239EC> a lvont:Character ;
    lvont:represents "𣧬"^^xsd:string .

<http://lexvo.org/id/char/239ED> a lvont:Character ;
    lvont:represents "𣧭"^^xsd:string .

<http://lexvo.org/id/char/239EE> a lvont:Character ;
    lvont:represents "𣧮"^^xsd:string .

<http://lexvo.org/id/char/239EF> a lvont:Character ;
    lvont:represents "𣧯"^^xsd:string .

<http://lexvo.org/id/char/239F> a lvont:Character ;
    lvont:represents "⎟"^^xsd:string ;
    rdfs:comment "RIGHT PARENTHESIS EXTENSION"@en .

<http://lexvo.org/id/char/239F0> a lvont:Character ;
    lvont:represents "𣧰"^^xsd:string .

<http://lexvo.org/id/char/239F1> a lvont:Character ;
    lvont:represents "𣧱"^^xsd:string .

<http://lexvo.org/id/char/239F2> a lvont:Character ;
    lvont:represents "𣧲"^^xsd:string .

<http://lexvo.org/id/char/239F3> a lvont:Character ;
    lvont:represents "𣧳"^^xsd:string .

<http://lexvo.org/id/char/239F4> a lvont:Character ;
    lvont:represents "𣧴"^^xsd:string .

<http://lexvo.org/id/char/239F5> a lvont:Character ;
    lvont:represents "𣧵"^^xsd:string .

<http://lexvo.org/id/char/239F6> a lvont:Character ;
    lvont:represents "𣧶"^^xsd:string .

<http://lexvo.org/id/char/239F7> a lvont:Character ;
    lvont:represents "𣧷"^^xsd:string .

<http://lexvo.org/id/char/239F8> a lvont:Character ;
    lvont:represents "𣧸"^^xsd:string .

<http://lexvo.org/id/char/239F9> a lvont:Character ;
    lvont:represents "𣧹"^^xsd:string .

<http://lexvo.org/id/char/239FA> a lvont:Character ;
    lvont:represents "𣧺"^^xsd:string .

<http://lexvo.org/id/char/239FB> a lvont:Character ;
    lvont:represents "𣧻"^^xsd:string .

<http://lexvo.org/id/char/239FC> a lvont:Character ;
    lvont:represents "𣧼"^^xsd:string .

<http://lexvo.org/id/char/239FD> a lvont:Character ;
    lvont:represents "𣧽"^^xsd:string .

<http://lexvo.org/id/char/239FE> a lvont:Character ;
    lvont:represents "𣧾"^^xsd:string .

<http://lexvo.org/id/char/239FF> a lvont:Character ;
    lvont:represents "𣧿"^^xsd:string .

<http://lexvo.org/id/char/23A0> a lvont:Character ;
    lvont:represents "⎠"^^xsd:string ;
    rdfs:comment "RIGHT PARENTHESIS LOWER HOOK"@en .

<http://lexvo.org/id/char/23A00> a lvont:Character ;
    lvont:represents "𣨀"^^xsd:string .

<http://lexvo.org/id/char/23A01> a lvont:Character ;
    lvont:represents "𣨁"^^xsd:string .

<http://lexvo.org/id/char/23A02> a lvont:Character ;
    lvont:represents "𣨂"^^xsd:string .

<http://lexvo.org/id/char/23A03> a lvont:Character ;
    lvont:represents "𣨃"^^xsd:string .

<http://lexvo.org/id/char/23A04> a lvont:Character ;
    lvont:represents "𣨄"^^xsd:string .

<http://lexvo.org/id/char/23A05> a lvont:Character ;
    lvont:represents "𣨅"^^xsd:string .

<http://lexvo.org/id/char/23A06> a lvont:Character ;
    lvont:represents "𣨆"^^xsd:string .

<http://lexvo.org/id/char/23A07> a lvont:Character ;
    lvont:represents "𣨇"^^xsd:string .

<http://lexvo.org/id/char/23A08> a lvont:Character ;
    lvont:represents "𣨈"^^xsd:string .

<http://lexvo.org/id/char/23A09> a lvont:Character ;
    lvont:represents "𣨉"^^xsd:string .

<http://lexvo.org/id/char/23A0A> a lvont:Character ;
    lvont:represents "𣨊"^^xsd:string .

<http://lexvo.org/id/char/23A0B> a lvont:Character ;
    lvont:represents "𣨋"^^xsd:string .

<http://lexvo.org/id/char/23A0C> a lvont:Character ;
    lvont:represents "𣨌"^^xsd:string .

<http://lexvo.org/id/char/23A0D> a lvont:Character ;
    lvont:represents "𣨍"^^xsd:string .

<http://lexvo.org/id/char/23A0E> a lvont:Character ;
    lvont:represents "𣨎"^^xsd:string .

<http://lexvo.org/id/char/23A0F> a lvont:Character ;
    lvont:represents "𣨏"^^xsd:string .

<http://lexvo.org/id/char/23A1> a lvont:Character ;
    lvont:represents "⎡"^^xsd:string ;
    rdfs:comment "LEFT SQUARE BRACKET UPPER CORNER"@en .

<http://lexvo.org/id/char/23A10> a lvont:Character ;
    lvont:represents "𣨐"^^xsd:string .

<http://lexvo.org/id/char/23A11> a lvont:Character ;
    lvont:represents "𣨑"^^xsd:string .

<http://lexvo.org/id/char/23A12> a lvont:Character ;
    lvont:represents "𣨒"^^xsd:string .

<http://lexvo.org/id/char/23A13> a lvont:Character ;
    lvont:represents "𣨓"^^xsd:string .

<http://lexvo.org/id/char/23A14> a lvont:Character ;
    lvont:represents "𣨔"^^xsd:string .

<http://lexvo.org/id/char/23A15> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/gi%C3%A3>,
        "𣨕"^^xsd:string .

<http://lexvo.org/id/char/23A16> a lvont:Character ;
    lvont:represents "𣨖"^^xsd:string .

<http://lexvo.org/id/char/23A17> a lvont:Character ;
    lvont:represents "𣨗"^^xsd:string .

<http://lexvo.org/id/char/23A18> a lvont:Character ;
    lvont:represents "𣨘"^^xsd:string .

<http://lexvo.org/id/char/23A19> a lvont:Character ;
    lvont:represents "𣨙"^^xsd:string .

<http://lexvo.org/id/char/23A1A> a lvont:Character ;
    lvont:represents "𣨚"^^xsd:string .

<http://lexvo.org/id/char/23A1B> a lvont:Character ;
    lvont:represents "𣨛"^^xsd:string .

<http://lexvo.org/id/char/23A1C> a lvont:Character ;
    lvont:represents "𣨜"^^xsd:string .

<http://lexvo.org/id/char/23A1D> a lvont:Character ;
    lvont:represents "𣨝"^^xsd:string .

<http://lexvo.org/id/char/23A1E> a lvont:Character ;
    lvont:represents "𣨞"^^xsd:string .

<http://lexvo.org/id/char/23A1F> a lvont:Character ;
    lvont:represents "𣨟"^^xsd:string .

<http://lexvo.org/id/char/23A2> a lvont:Character ;
    lvont:represents "⎢"^^xsd:string ;
    rdfs:comment "LEFT SQUARE BRACKET EXTENSION"@en .

<http://lexvo.org/id/char/23A20> a lvont:Character ;
    lvont:represents "𣨠"^^xsd:string .

<http://lexvo.org/id/char/23A21> a lvont:Character ;
    lvont:represents "𣨡"^^xsd:string .

<http://lexvo.org/id/char/23A22> a lvont:Character ;
    lvont:represents "𣨢"^^xsd:string .

<http://lexvo.org/id/char/23A23> a lvont:Character ;
    lvont:represents "𣨣"^^xsd:string .

<http://lexvo.org/id/char/23A24> a lvont:Character ;
    lvont:represents "𣨤"^^xsd:string .

<http://lexvo.org/id/char/23A25> a lvont:Character ;
    lvont:represents "𣨥"^^xsd:string .

<http://lexvo.org/id/char/23A26> a lvont:Character ;
    lvont:represents "𣨦"^^xsd:string .

<http://lexvo.org/id/char/23A27> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/giu%E1%BB%99c>,
        "𣨧"^^xsd:string .

<http://lexvo.org/id/char/23A28> a lvont:Character ;
    lvont:represents "𣨨"^^xsd:string .

<http://lexvo.org/id/char/23A29> a lvont:Character ;
    lvont:represents "𣨩"^^xsd:string .

<http://lexvo.org/id/char/23A2A> a lvont:Character ;
    lvont:represents "𣨪"^^xsd:string .

<http://lexvo.org/id/char/23A2B> a lvont:Character ;
    lvont:represents "𣨫"^^xsd:string .

<http://lexvo.org/id/char/23A2C> a lvont:Character ;
    lvont:represents "𣨬"^^xsd:string .

<http://lexvo.org/id/char/23A2D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/qu%C3%A0n>,
        "𣨭"^^xsd:string .

<http://lexvo.org/id/char/23A2E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/gi%E1%BA%ABm>,
        "𣨮"^^xsd:string .

<http://lexvo.org/id/char/23A2F> a lvont:Character ;
    lvont:represents "𣨯"^^xsd:string .

<http://lexvo.org/id/char/23A3> a lvont:Character ;
    lvont:represents "⎣"^^xsd:string ;
    rdfs:comment "LEFT SQUARE BRACKET LOWER CORNER"@en .

<http://lexvo.org/id/char/23A30> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/th%C3%A1c>,
        "𣨰"^^xsd:string .

<http://lexvo.org/id/char/23A31> a lvont:Character ;
    lvont:represents "𣨱"^^xsd:string .

<http://lexvo.org/id/char/23A32> a lvont:Character ;
    lvont:represents "𣨲"^^xsd:string .

<http://lexvo.org/id/char/23A33> a lvont:Character ;
    lvont:represents "𣨳"^^xsd:string .

<http://lexvo.org/id/char/23A34> a lvont:Character ;
    lvont:represents "𣨴"^^xsd:string .

<http://lexvo.org/id/char/23A35> a lvont:Character ;
    lvont:represents "𣨵"^^xsd:string .

<http://lexvo.org/id/char/23A36> a lvont:Character ;
    lvont:represents "𣨶"^^xsd:string .

<http://lexvo.org/id/char/23A37> a lvont:Character ;
    lvont:represents "𣨷"^^xsd:string .

<http://lexvo.org/id/char/23A38> a lvont:Character ;
    lvont:represents "𣨸"^^xsd:string .

<http://lexvo.org/id/char/23A39> a lvont:Character ;
    lvont:represents "𣨹"^^xsd:string .

<http://lexvo.org/id/char/23A3A> a lvont:Character ;
    lvont:represents "𣨺"^^xsd:string .

<http://lexvo.org/id/char/23A3B> a lvont:Character ;
    lvont:represents "𣨻"^^xsd:string .

<http://lexvo.org/id/char/23A3C> a lvont:Character ;
    lvont:represents "𣨼"^^xsd:string .

<http://lexvo.org/id/char/23A3D> a lvont:Character ;
    lvont:represents "𣨽"^^xsd:string .

<http://lexvo.org/id/char/23A3E> a lvont:Character ;
    lvont:represents "𣨾"^^xsd:string .

<http://lexvo.org/id/char/23A3F> a lvont:Character ;
    lvont:represents "𣨿"^^xsd:string .

<http://lexvo.org/id/char/23A4> a lvont:Character ;
    lvont:represents "⎤"^^xsd:string ;
    rdfs:comment "RIGHT SQUARE BRACKET UPPER CORNER"@en .

<http://lexvo.org/id/char/23A40> a lvont:Character ;
    lvont:represents "𣩀"^^xsd:string .

<http://lexvo.org/id/char/23A41> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ch%E1%BA%BFt>,
        "𣩁"^^xsd:string .

<http://lexvo.org/id/char/23A42> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ch%E1%BA%BFt>,
        "𣩂"^^xsd:string .

<http://lexvo.org/id/char/23A43> a lvont:Character ;
    lvont:represents "𣩃"^^xsd:string .

<http://lexvo.org/id/char/23A44> a lvont:Character ;
    lvont:represents "𣩄"^^xsd:string .

<http://lexvo.org/id/char/23A45> a lvont:Character ;
    lvont:represents "𣩅"^^xsd:string .

<http://lexvo.org/id/char/23A46> a lvont:Character ;
    lvont:represents "𣩆"^^xsd:string .

<http://lexvo.org/id/char/23A47> a lvont:Character ;
    lvont:represents "𣩇"^^xsd:string .

<http://lexvo.org/id/char/23A48> a lvont:Character ;
    lvont:represents "𣩈"^^xsd:string .

<http://lexvo.org/id/char/23A49> a lvont:Character ;
    lvont:represents "𣩉"^^xsd:string .

<http://lexvo.org/id/char/23A4A> a lvont:Character ;
    lvont:represents "𣩊"^^xsd:string .

<http://lexvo.org/id/char/23A4B> a lvont:Character ;
    lvont:represents "𣩋"^^xsd:string .

<http://lexvo.org/id/char/23A4C> a lvont:Character ;
    lvont:represents "𣩌"^^xsd:string .

<http://lexvo.org/id/char/23A4D> a lvont:Character ;
    lvont:represents "𣩍"^^xsd:string .

<http://lexvo.org/id/char/23A4E> a lvont:Character ;
    lvont:represents "𣩎"^^xsd:string .

<http://lexvo.org/id/char/23A4F> a lvont:Character ;
    lvont:represents "𣩏"^^xsd:string .

<http://lexvo.org/id/char/23A5> a lvont:Character ;
    lvont:represents "⎥"^^xsd:string ;
    rdfs:comment "RIGHT SQUARE BRACKET EXTENSION"@en .

<http://lexvo.org/id/char/23A50> a lvont:Character ;
    lvont:represents "𣩐"^^xsd:string .

<http://lexvo.org/id/char/23A51> a lvont:Character ;
    lvont:represents "𣩑"^^xsd:string .

<http://lexvo.org/id/char/23A52> a lvont:Character ;
    lvont:represents "𣩒"^^xsd:string .

<http://lexvo.org/id/char/23A53> a lvont:Character ;
    lvont:represents "𣩓"^^xsd:string .

<http://lexvo.org/id/char/23A54> a lvont:Character ;
    lvont:represents "𣩔"^^xsd:string .

<http://lexvo.org/id/char/23A55> a lvont:Character ;
    lvont:represents "𣩕"^^xsd:string .

<http://lexvo.org/id/char/23A56> a lvont:Character ;
    lvont:represents "𣩖"^^xsd:string .

<http://lexvo.org/id/char/23A57> a lvont:Character ;
    lvont:represents "𣩗"^^xsd:string .

<http://lexvo.org/id/char/23A58> a lvont:Character ;
    lvont:represents "𣩘"^^xsd:string .

<http://lexvo.org/id/char/23A59> a lvont:Character ;
    lvont:represents "𣩙"^^xsd:string .

<http://lexvo.org/id/char/23A5A> a lvont:Character ;
    lvont:represents "𣩚"^^xsd:string .

<http://lexvo.org/id/char/23A5B> a lvont:Character ;
    lvont:represents "𣩛"^^xsd:string .

<http://lexvo.org/id/char/23A5C> a lvont:Character ;
    lvont:represents "𣩜"^^xsd:string .

<http://lexvo.org/id/char/23A5D> a lvont:Character ;
    lvont:represents "𣩝"^^xsd:string .

<http://lexvo.org/id/char/23A5E> a lvont:Character ;
    lvont:represents "𣩞"^^xsd:string .

<http://lexvo.org/id/char/23A5F> a lvont:Character ;
    lvont:represents "𣩟"^^xsd:string .

<http://lexvo.org/id/char/23A6> a lvont:Character ;
    lvont:represents "⎦"^^xsd:string ;
    rdfs:comment "RIGHT SQUARE BRACKET LOWER CORNER"@en .

<http://lexvo.org/id/char/23A60> a lvont:Character ;
    lvont:represents "𣩠"^^xsd:string .

<http://lexvo.org/id/char/23A61> a lvont:Character ;
    lvont:represents "𣩡"^^xsd:string .

<http://lexvo.org/id/char/23A62> a lvont:Character ;
    lvont:represents "𣩢"^^xsd:string .

<http://lexvo.org/id/char/23A63> a lvont:Character ;
    lvont:represents "𣩣"^^xsd:string .

<http://lexvo.org/id/char/23A64> a lvont:Character ;
    lvont:represents "𣩤"^^xsd:string .

<http://lexvo.org/id/char/23A65> a lvont:Character ;
    lvont:represents "𣩥"^^xsd:string .

<http://lexvo.org/id/char/23A66> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ngo%C3%A9o>,
        "𣩦"^^xsd:string .

<http://lexvo.org/id/char/23A67> a lvont:Character ;
    lvont:represents "𣩧"^^xsd:string .

<http://lexvo.org/id/char/23A68> a lvont:Character ;
    lvont:represents "𣩨"^^xsd:string .

<http://lexvo.org/id/char/23A69> a lvont:Character ;
    lvont:represents "𣩩"^^xsd:string .

<http://lexvo.org/id/char/23A6A> a lvont:Character ;
    lvont:represents "𣩪"^^xsd:string .

<http://lexvo.org/id/char/23A6B> a lvont:Character ;
    lvont:represents "𣩫"^^xsd:string .

<http://lexvo.org/id/char/23A6C> a lvont:Character ;
    lvont:represents "𣩬"^^xsd:string .

<http://lexvo.org/id/char/23A6D> a lvont:Character ;
    lvont:represents "𣩭"^^xsd:string .

<http://lexvo.org/id/char/23A6E> a lvont:Character ;
    lvont:represents "𣩮"^^xsd:string .

<http://lexvo.org/id/char/23A6F> a lvont:Character ;
    lvont:represents "𣩯"^^xsd:string .

<http://lexvo.org/id/char/23A7> a lvont:Character ;
    lvont:represents "⎧"^^xsd:string ;
    rdfs:comment "LEFT CURLY BRACKET UPPER HOOK"@en .

<http://lexvo.org/id/char/23A70> a lvont:Character ;
    lvont:represents "𣩰"^^xsd:string .

<http://lexvo.org/id/char/23A71> a lvont:Character ;
    lvont:represents "𣩱"^^xsd:string .

<http://lexvo.org/id/char/23A72> a lvont:Character ;
    lvont:represents "𣩲"^^xsd:string .

<http://lexvo.org/id/char/23A73> a lvont:Character ;
    lvont:represents "𣩳"^^xsd:string .

<http://lexvo.org/id/char/23A74> a lvont:Character ;
    lvont:represents "𣩴"^^xsd:string .

<http://lexvo.org/id/char/23A75> a lvont:Character ;
    lvont:represents "𣩵"^^xsd:string .

<http://lexvo.org/id/char/23A76> a lvont:Character ;
    lvont:represents "𣩶"^^xsd:string .

<http://lexvo.org/id/char/23A77> a lvont:Character ;
    lvont:represents "𣩷"^^xsd:string .

<http://lexvo.org/id/char/23A78> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/toi>,
        "𣩸"^^xsd:string .

<http://lexvo.org/id/char/23A79> a lvont:Character ;
    lvont:represents "𣩹"^^xsd:string .

<http://lexvo.org/id/char/23A7A> a lvont:Character ;
    lvont:represents "𣩺"^^xsd:string .

<http://lexvo.org/id/char/23A7B> a lvont:Character ;
    lvont:represents "𣩻"^^xsd:string .

<http://lexvo.org/id/char/23A7C> a lvont:Character ;
    lvont:represents "𣩼"^^xsd:string .

<http://lexvo.org/id/char/23A7D> a lvont:Character ;
    lvont:represents "𣩽"^^xsd:string .

<http://lexvo.org/id/char/23A7E> a lvont:Character ;
    lvont:represents "𣩾"^^xsd:string .

<http://lexvo.org/id/char/23A7F> a lvont:Character ;
    lvont:represents "𣩿"^^xsd:string .

<http://lexvo.org/id/char/23A8> a lvont:Character ;
    lvont:represents "⎨"^^xsd:string ;
    rdfs:comment "LEFT CURLY BRACKET MIDDLE PIECE"@en .

<http://lexvo.org/id/char/23A80> a lvont:Character ;
    lvont:represents "𣪀"^^xsd:string .

<http://lexvo.org/id/char/23A81> a lvont:Character ;
    lvont:represents "𣪁"^^xsd:string .

<http://lexvo.org/id/char/23A82> a lvont:Character ;
    lvont:represents "𣪂"^^xsd:string .

<http://lexvo.org/id/char/23A83> a lvont:Character ;
    lvont:represents "𣪃"^^xsd:string .

<http://lexvo.org/id/char/23A84> a lvont:Character ;
    lvont:represents "𣪄"^^xsd:string .

<http://lexvo.org/id/char/23A85> a lvont:Character ;
    lvont:represents "𣪅"^^xsd:string .

<http://lexvo.org/id/char/23A86> a lvont:Character ;
    lvont:represents "𣪆"^^xsd:string .

<http://lexvo.org/id/char/23A87> a lvont:Character ;
    lvont:represents "𣪇"^^xsd:string .

<http://lexvo.org/id/char/23A88> a lvont:Character ;
    lvont:represents "𣪈"^^xsd:string .

<http://lexvo.org/id/char/23A89> a lvont:Character ;
    lvont:represents "𣪉"^^xsd:string .

<http://lexvo.org/id/char/23A8A> a lvont:Character ;
    lvont:represents "𣪊"^^xsd:string .

<http://lexvo.org/id/char/23A8B> a lvont:Character ;
    lvont:represents "𣪋"^^xsd:string .

<http://lexvo.org/id/char/23A8C> a lvont:Character ;
    lvont:represents "𣪌"^^xsd:string .

<http://lexvo.org/id/char/23A8D> a lvont:Character ;
    lvont:represents "𣪍"^^xsd:string .

<http://lexvo.org/id/char/23A8E> a lvont:Character ;
    lvont:represents "𣪎"^^xsd:string .

<http://lexvo.org/id/char/23A8F> a lvont:Character ;
    lvont:represents "𣪏"^^xsd:string .

<http://lexvo.org/id/char/23A9> a lvont:Character ;
    lvont:represents "⎩"^^xsd:string ;
    rdfs:comment "LEFT CURLY BRACKET LOWER HOOK"@en .

<http://lexvo.org/id/char/23A90> a lvont:Character ;
    lvont:represents "𣪐"^^xsd:string .

<http://lexvo.org/id/char/23A91> a lvont:Character ;
    lvont:represents "𣪑"^^xsd:string .

<http://lexvo.org/id/char/23A92> a lvont:Character ;
    lvont:represents "𣪒"^^xsd:string .

<http://lexvo.org/id/char/23A93> a lvont:Character ;
    lvont:represents "𣪓"^^xsd:string .

<http://lexvo.org/id/char/23A94> a lvont:Character ;
    lvont:represents "𣪔"^^xsd:string .

<http://lexvo.org/id/char/23A95> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/gu%C7%90>,
        "𣪕"^^xsd:string .

<http://lexvo.org/id/char/23A96> a lvont:Character ;
    lvont:represents "𣪖"^^xsd:string .

<http://lexvo.org/id/char/23A97> a lvont:Character ;
    lvont:represents "𣪗"^^xsd:string .

<http://lexvo.org/id/char/23A98> a lvont:Character ;
    lvont:represents "𣪘"^^xsd:string .

<http://lexvo.org/id/char/23A99> a lvont:Character ;
    lvont:represents "𣪙"^^xsd:string .

<http://lexvo.org/id/char/23A9A> a lvont:Character ;
    lvont:represents "𣪚"^^xsd:string .

<http://lexvo.org/id/char/23A9B> a lvont:Character ;
    lvont:represents "𣪛"^^xsd:string .

<http://lexvo.org/id/char/23A9C> a lvont:Character ;
    lvont:represents "𣪜"^^xsd:string .

<http://lexvo.org/id/char/23A9D> a lvont:Character ;
    lvont:represents "𣪝"^^xsd:string .

<http://lexvo.org/id/char/23A9E> a lvont:Character ;
    lvont:represents "𣪞"^^xsd:string .

<http://lexvo.org/id/char/23A9F> a lvont:Character ;
    lvont:represents "𣪟"^^xsd:string .

<http://lexvo.org/id/char/23AA> a lvont:Character ;
    lvont:represents "⎪"^^xsd:string ;
    rdfs:comment "CURLY BRACKET EXTENSION"@en .

<http://lexvo.org/id/char/23AA0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%F0%A3%AA%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C4%AB%20j%C3%AC%20q%C3%AC>,
        "𣪠"^^xsd:string ;
    rdfs:comment "to attack"@en .

<http://lexvo.org/id/char/23AA1> a lvont:Character ;
    lvont:represents "𣪡"^^xsd:string .

<http://lexvo.org/id/char/23AA2> a lvont:Character ;
    lvont:represents "𣪢"^^xsd:string .

<http://lexvo.org/id/char/23AA3> a lvont:Character ;
    lvont:represents "𣪣"^^xsd:string .

<http://lexvo.org/id/char/23AA4> a lvont:Character ;
    lvont:represents "𣪤"^^xsd:string .

<http://lexvo.org/id/char/23AA5> a lvont:Character ;
    lvont:represents "𣪥"^^xsd:string .

<http://lexvo.org/id/char/23AA6> a lvont:Character ;
    lvont:represents "𣪦"^^xsd:string .

<http://lexvo.org/id/char/23AA7> a lvont:Character ;
    lvont:represents "𣪧"^^xsd:string .

<http://lexvo.org/id/char/23AA8> a lvont:Character ;
    lvont:represents "𣪨"^^xsd:string .

<http://lexvo.org/id/char/23AA9> a lvont:Character ;
    lvont:represents "𣪩"^^xsd:string .

<http://lexvo.org/id/char/23AAA> a lvont:Character ;
    lvont:represents "𣪪"^^xsd:string .

<http://lexvo.org/id/char/23AAB> a lvont:Character ;
    lvont:represents "𣪫"^^xsd:string .

<http://lexvo.org/id/char/23AAC> a lvont:Character ;
    lvont:represents "𣪬"^^xsd:string .

<http://lexvo.org/id/char/23AAD> a lvont:Character ;
    lvont:represents "𣪭"^^xsd:string .

<http://lexvo.org/id/char/23AAE> a lvont:Character ;
    lvont:represents "𣪮"^^xsd:string .

<http://lexvo.org/id/char/23AAF> a lvont:Character ;
    lvont:represents "𣪯"^^xsd:string .

<http://lexvo.org/id/char/23AB> a lvont:Character ;
    lvont:represents "⎫"^^xsd:string ;
    rdfs:comment "RIGHT CURLY BRACKET UPPER HOOK"@en .

<http://lexvo.org/id/char/23AB0> a lvont:Character ;
    lvont:represents "𣪰"^^xsd:string .

<http://lexvo.org/id/char/23AB1> a lvont:Character ;
    lvont:represents "𣪱"^^xsd:string .

<http://lexvo.org/id/char/23AB2> a lvont:Character ;
    lvont:represents "𣪲"^^xsd:string .

<http://lexvo.org/id/char/23AB3> a lvont:Character ;
    lvont:represents "𣪳"^^xsd:string .

<http://lexvo.org/id/char/23AB4> a lvont:Character ;
    lvont:represents "𣪴"^^xsd:string .

<http://lexvo.org/id/char/23AB5> a lvont:Character ;
    lvont:represents "𣪵"^^xsd:string .

<http://lexvo.org/id/char/23AB6> a lvont:Character ;
    lvont:represents "𣪶"^^xsd:string .

<http://lexvo.org/id/char/23AB7> a lvont:Character ;
    lvont:represents "𣪷"^^xsd:string .

<http://lexvo.org/id/char/23AB8> a lvont:Character ;
    lvont:represents "𣪸"^^xsd:string .

<http://lexvo.org/id/char/23AB9> a lvont:Character ;
    lvont:represents "𣪹"^^xsd:string .

<http://lexvo.org/id/char/23ABA> a lvont:Character ;
    lvont:represents "𣪺"^^xsd:string .

<http://lexvo.org/id/char/23ABB> a lvont:Character ;
    lvont:represents "𣪻"^^xsd:string .

<http://lexvo.org/id/char/23ABC> a lvont:Character ;
    lvont:represents "𣪼"^^xsd:string .

<http://lexvo.org/id/char/23ABD> a lvont:Character ;
    lvont:represents "𣪽"^^xsd:string .

<http://lexvo.org/id/char/23ABE> a lvont:Character ;
    lvont:represents "𣪾"^^xsd:string .

<http://lexvo.org/id/char/23ABF> a lvont:Character ;
    lvont:represents "𣪿"^^xsd:string .

<http://lexvo.org/id/char/23AC> a lvont:Character ;
    lvont:represents "⎬"^^xsd:string ;
    rdfs:comment "RIGHT CURLY BRACKET MIDDLE PIECE"@en .

<http://lexvo.org/id/char/23AC0> a lvont:Character ;
    lvont:represents "𣫀"^^xsd:string .

<http://lexvo.org/id/char/23AC1> a lvont:Character ;
    lvont:represents "𣫁"^^xsd:string .

<http://lexvo.org/id/char/23AC2> a lvont:Character ;
    lvont:represents "𣫂"^^xsd:string .

<http://lexvo.org/id/char/23AC3> a lvont:Character ;
    lvont:represents "𣫃"^^xsd:string .

<http://lexvo.org/id/char/23AC4> a lvont:Character ;
    lvont:represents "𣫄"^^xsd:string .

<http://lexvo.org/id/char/23AC5> a lvont:Character ;
    lvont:represents "𣫅"^^xsd:string .

<http://lexvo.org/id/char/23AC6> a lvont:Character ;
    lvont:represents "𣫆"^^xsd:string .

<http://lexvo.org/id/char/23AC7> a lvont:Character ;
    lvont:represents "𣫇"^^xsd:string .

<http://lexvo.org/id/char/23AC8> a lvont:Character ;
    lvont:represents "𣫈"^^xsd:string .

<http://lexvo.org/id/char/23AC9> a lvont:Character ;
    lvont:represents "𣫉"^^xsd:string .

<http://lexvo.org/id/char/23ACA> a lvont:Character ;
    lvont:represents "𣫊"^^xsd:string .

<http://lexvo.org/id/char/23ACB> a lvont:Character ;
    lvont:represents "𣫋"^^xsd:string .

<http://lexvo.org/id/char/23ACC> a lvont:Character ;
    lvont:represents "𣫌"^^xsd:string .

<http://lexvo.org/id/char/23ACD> a lvont:Character ;
    lvont:represents "𣫍"^^xsd:string .

<http://lexvo.org/id/char/23ACE> a lvont:Character ;
    lvont:represents "𣫎"^^xsd:string .

<http://lexvo.org/id/char/23ACF> a lvont:Character ;
    lvont:represents "𣫏"^^xsd:string .

<http://lexvo.org/id/char/23AD> a lvont:Character ;
    lvont:represents "⎭"^^xsd:string ;
    rdfs:comment "RIGHT CURLY BRACKET LOWER HOOK"@en .

<http://lexvo.org/id/char/23AD0> a lvont:Character ;
    lvont:represents "𣫐"^^xsd:string .

<http://lexvo.org/id/char/23AD1> a lvont:Character ;
    lvont:represents "𣫑"^^xsd:string .

<http://lexvo.org/id/char/23AD2> a lvont:Character ;
    lvont:represents "𣫒"^^xsd:string .

<http://lexvo.org/id/char/23AD3> a lvont:Character ;
    lvont:represents "𣫓"^^xsd:string .

<http://lexvo.org/id/char/23AD4> a lvont:Character ;
    lvont:represents "𣫔"^^xsd:string .

<http://lexvo.org/id/char/23AD5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/%C4%91%E1%BB%81n>,
        "𣫕"^^xsd:string .

<http://lexvo.org/id/char/23AD6> a lvont:Character ;
    lvont:represents "𣫖"^^xsd:string .

<http://lexvo.org/id/char/23AD7> a lvont:Character ;
    lvont:represents "𣫗"^^xsd:string .

<http://lexvo.org/id/char/23AD8> a lvont:Character ;
    lvont:represents "𣫘"^^xsd:string .

<http://lexvo.org/id/char/23AD9> a lvont:Character ;
    lvont:represents "𣫙"^^xsd:string .

<http://lexvo.org/id/char/23ADA> a lvont:Character ;
    lvont:represents "𣫚"^^xsd:string .

<http://lexvo.org/id/char/23ADB> a lvont:Character ;
    lvont:represents "𣫛"^^xsd:string .

<http://lexvo.org/id/char/23ADC> a lvont:Character ;
    lvont:represents "𣫜"^^xsd:string .

<http://lexvo.org/id/char/23ADD> a lvont:Character ;
    lvont:represents "𣫝"^^xsd:string .

<http://lexvo.org/id/char/23ADE> a lvont:Character ;
    lvont:represents "𣫞"^^xsd:string .

<http://lexvo.org/id/char/23ADF> a lvont:Character ;
    lvont:represents "𣫟"^^xsd:string .

<http://lexvo.org/id/char/23AE> a lvont:Character ;
    lvont:represents "⎮"^^xsd:string ;
    rdfs:comment "INTEGRAL EXTENSION"@en .

<http://lexvo.org/id/char/23AE0> a lvont:Character ;
    lvont:represents "𣫠"^^xsd:string .

<http://lexvo.org/id/char/23AE1> a lvont:Character ;
    lvont:represents "𣫡"^^xsd:string .

<http://lexvo.org/id/char/23AE2> a lvont:Character ;
    lvont:represents "𣫢"^^xsd:string .

<http://lexvo.org/id/char/23AE3> a lvont:Character ;
    lvont:represents "𣫣"^^xsd:string .

<http://lexvo.org/id/char/23AE4> a lvont:Character ;
    lvont:represents "𣫤"^^xsd:string .

<http://lexvo.org/id/char/23AE5> a lvont:Character ;
    lvont:represents "𣫥"^^xsd:string .

<http://lexvo.org/id/char/23AE6> a lvont:Character ;
    lvont:represents "𣫦"^^xsd:string .

<http://lexvo.org/id/char/23AE7> a lvont:Character ;
    lvont:represents "𣫧"^^xsd:string .

<http://lexvo.org/id/char/23AE8> a lvont:Character ;
    lvont:represents "𣫨"^^xsd:string .

<http://lexvo.org/id/char/23AE9> a lvont:Character ;
    lvont:represents "𣫩"^^xsd:string .

<http://lexvo.org/id/char/23AEA> a lvont:Character ;
    lvont:represents "𣫪"^^xsd:string .

<http://lexvo.org/id/char/23AEB> a lvont:Character ;
    lvont:represents "𣫫"^^xsd:string .

<http://lexvo.org/id/char/23AED> a lvont:Character ;
    lvont:represents "𣫭"^^xsd:string .

<http://lexvo.org/id/char/23AEE> a lvont:Character ;
    lvont:represents "𣫮"^^xsd:string .

<http://lexvo.org/id/char/23AEF> a lvont:Character ;
    lvont:represents "𣫯"^^xsd:string .

<http://lexvo.org/id/char/23AF> a lvont:Character ;
    lvont:represents "⎯"^^xsd:string ;
    rdfs:comment "HORIZONTAL LINE EXTENSION"@en .

<http://lexvo.org/id/char/23AF0> a lvont:Character ;
    lvont:represents "𣫰"^^xsd:string .

<http://lexvo.org/id/char/23AF1> a lvont:Character ;
    lvont:represents "𣫱"^^xsd:string .

<http://lexvo.org/id/char/23AF2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/%C4%91%E1%BB%ABng>,
        "𣫲"^^xsd:string .

<http://lexvo.org/id/char/23AF3> a lvont:Character ;
    lvont:represents "𣫳"^^xsd:string .

<http://lexvo.org/id/char/23AF4> a lvont:Character ;
    lvont:represents "𣫴"^^xsd:string .

<http://lexvo.org/id/char/23AF5> a lvont:Character ;
    lvont:represents "𣫵"^^xsd:string .

<http://lexvo.org/id/char/23AF6> a lvont:Character ;
    lvont:represents "𣫶"^^xsd:string .

<http://lexvo.org/id/char/23AF7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/v%E1%BA%AFn>,
        "𣫷"^^xsd:string .

<http://lexvo.org/id/char/23AF8> a lvont:Character ;
    lvont:represents "𣫸"^^xsd:string .

<http://lexvo.org/id/char/23AF9> a lvont:Character ;
    lvont:represents "𣫹"^^xsd:string .

<http://lexvo.org/id/char/23AFA> a lvont:Character ;
    lvont:represents "𣫺"^^xsd:string .

<http://lexvo.org/id/char/23AFB> a lvont:Character ;
    lvont:represents "𣫻"^^xsd:string .

<http://lexvo.org/id/char/23AFC> a lvont:Character ;
    lvont:represents "𣫼"^^xsd:string .

<http://lexvo.org/id/char/23AFD> a lvont:Character ;
    lvont:represents "𣫽"^^xsd:string .

<http://lexvo.org/id/char/23AFE> a lvont:Character ;
    lvont:represents "𣫾"^^xsd:string .

<http://lexvo.org/id/char/23AFF> a lvont:Character ;
    lvont:represents "𣫿"^^xsd:string .

<http://lexvo.org/id/char/23B0> a lvont:Character ;
    lvont:represents "⎰"^^xsd:string ;
    rdfs:comment "UPPER LEFT OR LOWER RIGHT CURLY BRACKET SECTION"@en .

<http://lexvo.org/id/char/23B00> a lvont:Character ;
    lvont:represents "𣬀"^^xsd:string .

<http://lexvo.org/id/char/23B01> a lvont:Character ;
    lvont:represents "𣬁"^^xsd:string .

<http://lexvo.org/id/char/23B02> a lvont:Character ;
    lvont:represents "𣬂"^^xsd:string .

<http://lexvo.org/id/char/23B03> a lvont:Character ;
    lvont:represents "𣬃"^^xsd:string .

<http://lexvo.org/id/char/23B04> a lvont:Character ;
    lvont:represents "𣬄"^^xsd:string .

<http://lexvo.org/id/char/23B05> a lvont:Character ;
    lvont:represents "𣬅"^^xsd:string .

<http://lexvo.org/id/char/23B06> a lvont:Character ;
    lvont:represents "𣬆"^^xsd:string .

<http://lexvo.org/id/char/23B07> a lvont:Character ;
    lvont:represents "𣬇"^^xsd:string .

<http://lexvo.org/id/char/23B08> a lvont:Character ;
    lvont:represents "𣬈"^^xsd:string .

<http://lexvo.org/id/char/23B09> a lvont:Character ;
    lvont:represents "𣬉"^^xsd:string .

<http://lexvo.org/id/char/23B0A> a lvont:Character ;
    lvont:represents "𣬊"^^xsd:string .

<http://lexvo.org/id/char/23B0B> a lvont:Character ;
    lvont:represents "𣬋"^^xsd:string .

<http://lexvo.org/id/char/23B0C> a lvont:Character ;
    lvont:represents "𣬌"^^xsd:string .

<http://lexvo.org/id/char/23B0D> a lvont:Character ;
    lvont:represents "𣬍"^^xsd:string .

<http://lexvo.org/id/char/23B0E> a lvont:Character ;
    lvont:represents "𣬎"^^xsd:string .

<http://lexvo.org/id/char/23B0F> a lvont:Character ;
    lvont:represents "𣬏"^^xsd:string .

<http://lexvo.org/id/char/23B1> a lvont:Character ;
    lvont:represents "⎱"^^xsd:string ;
    rdfs:comment "UPPER RIGHT OR LOWER LEFT CURLY BRACKET SECTION"@en .

<http://lexvo.org/id/char/23B10> a lvont:Character ;
    lvont:represents "𣬐"^^xsd:string .

<http://lexvo.org/id/char/23B11> a lvont:Character ;
    lvont:represents "𣬑"^^xsd:string .

<http://lexvo.org/id/char/23B12> a lvont:Character ;
    lvont:represents "𣬒"^^xsd:string .

<http://lexvo.org/id/char/23B13> a lvont:Character ;
    lvont:represents "𣬓"^^xsd:string .

<http://lexvo.org/id/char/23B14> a lvont:Character ;
    lvont:represents "𣬔"^^xsd:string .

<http://lexvo.org/id/char/23B15> a lvont:Character ;
    lvont:represents "𣬕"^^xsd:string .

<http://lexvo.org/id/char/23B16> a lvont:Character ;
    lvont:represents "𣬖"^^xsd:string .

<http://lexvo.org/id/char/23B17> a lvont:Character ;
    lvont:represents "𣬗"^^xsd:string .

<http://lexvo.org/id/char/23B18> a lvont:Character ;
    lvont:represents "𣬘"^^xsd:string .

<http://lexvo.org/id/char/23B19> a lvont:Character ;
    lvont:represents "𣬙"^^xsd:string .

<http://lexvo.org/id/char/23B1A> a lvont:Character ;
    lvont:represents "𣬚"^^xsd:string .

<http://lexvo.org/id/char/23B1C> a lvont:Character ;
    lvont:represents "𣬜"^^xsd:string .

<http://lexvo.org/id/char/23B1D> a lvont:Character ;
    lvont:represents "𣬝"^^xsd:string .

<http://lexvo.org/id/char/23B1E> a lvont:Character ;
    lvont:represents "𣬞"^^xsd:string .

<http://lexvo.org/id/char/23B1F> a lvont:Character ;
    lvont:represents "𣬟"^^xsd:string .

<http://lexvo.org/id/char/23B2> a lvont:Character ;
    lvont:represents "⎲"^^xsd:string ;
    rdfs:comment "SUMMATION TOP"@en .

<http://lexvo.org/id/char/23B20> a lvont:Character ;
    lvont:represents "𣬠"^^xsd:string .

<http://lexvo.org/id/char/23B21> a lvont:Character ;
    lvont:represents "𣬡"^^xsd:string .

<http://lexvo.org/id/char/23B22> a lvont:Character ;
    lvont:represents "𣬢"^^xsd:string .

<http://lexvo.org/id/char/23B23> a lvont:Character ;
    lvont:represents "𣬣"^^xsd:string .

<http://lexvo.org/id/char/23B24> a lvont:Character ;
    lvont:represents "𣬤"^^xsd:string .

<http://lexvo.org/id/char/23B25> a lvont:Character ;
    lvont:represents "𣬥"^^xsd:string .

<http://lexvo.org/id/char/23B26> a lvont:Character ;
    lvont:represents "𣬦"^^xsd:string .

<http://lexvo.org/id/char/23B27> a lvont:Character ;
    lvont:represents "𣬧"^^xsd:string .

<http://lexvo.org/id/char/23B28> a lvont:Character ;
    lvont:represents "𣬨"^^xsd:string .

<http://lexvo.org/id/char/23B29> a lvont:Character ;
    lvont:represents "𣬩"^^xsd:string .

<http://lexvo.org/id/char/23B2A> a lvont:Character ;
    lvont:represents "𣬪"^^xsd:string .

<http://lexvo.org/id/char/23B2B> a lvont:Character ;
    lvont:represents "𣬫"^^xsd:string .

<http://lexvo.org/id/char/23B2C> a lvont:Character ;
    lvont:represents "𣬬"^^xsd:string .

<http://lexvo.org/id/char/23B2D> a lvont:Character ;
    lvont:represents "𣬭"^^xsd:string .

<http://lexvo.org/id/char/23B2E> a lvont:Character ;
    lvont:represents "𣬮"^^xsd:string .

<http://lexvo.org/id/char/23B2F> a lvont:Character ;
    lvont:represents "𣬯"^^xsd:string .

<http://lexvo.org/id/char/23B3> a lvont:Character ;
    lvont:represents "⎳"^^xsd:string ;
    rdfs:comment "SUMMATION BOTTOM"@en .

<http://lexvo.org/id/char/23B30> a lvont:Character ;
    lvont:represents "𣬰"^^xsd:string .

<http://lexvo.org/id/char/23B31> a lvont:Character ;
    lvont:represents "𣬱"^^xsd:string .

<http://lexvo.org/id/char/23B32> a lvont:Character ;
    lvont:represents "𣬲"^^xsd:string .

<http://lexvo.org/id/char/23B33> a lvont:Character ;
    lvont:represents "𣬳"^^xsd:string .

<http://lexvo.org/id/char/23B34> a lvont:Character ;
    lvont:represents "𣬴"^^xsd:string .

<http://lexvo.org/id/char/23B35> a lvont:Character ;
    lvont:represents "𣬵"^^xsd:string .

<http://lexvo.org/id/char/23B36> a lvont:Character ;
    lvont:represents "𣬶"^^xsd:string .

<http://lexvo.org/id/char/23B37> a lvont:Character ;
    lvont:represents "𣬷"^^xsd:string .

<http://lexvo.org/id/char/23B38> a lvont:Character ;
    lvont:represents "𣬸"^^xsd:string .

<http://lexvo.org/id/char/23B39> a lvont:Character ;
    lvont:represents "𣬹"^^xsd:string .

<http://lexvo.org/id/char/23B3A> a lvont:Character ;
    lvont:represents "𣬺"^^xsd:string .

<http://lexvo.org/id/char/23B3B> a lvont:Character ;
    lvont:represents "𣬻"^^xsd:string .

<http://lexvo.org/id/char/23B3C> a lvont:Character ;
    lvont:represents "𣬼"^^xsd:string .

<http://lexvo.org/id/char/23B3D> a lvont:Character ;
    lvont:represents "𣬽"^^xsd:string .

<http://lexvo.org/id/char/23B3E> a lvont:Character ;
    lvont:represents "𣬾"^^xsd:string .

<http://lexvo.org/id/char/23B3F> a lvont:Character ;
    lvont:represents "𣬿"^^xsd:string .

<http://lexvo.org/id/char/23B4> a lvont:Character ;
    lvont:represents "⎴"^^xsd:string ;
    rdfs:comment "TOP SQUARE BRACKET"@en .

<http://lexvo.org/id/char/23B40> a lvont:Character ;
    lvont:represents "𣭀"^^xsd:string .

<http://lexvo.org/id/char/23B41> a lvont:Character ;
    lvont:represents "𣭁"^^xsd:string .

<http://lexvo.org/id/char/23B42> a lvont:Character ;
    lvont:represents "𣭂"^^xsd:string .

<http://lexvo.org/id/char/23B43> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/s%C3%B9>,
        "𣭃"^^xsd:string .

<http://lexvo.org/id/char/23B44> a lvont:Character ;
    lvont:represents "𣭄"^^xsd:string .

<http://lexvo.org/id/char/23B45> a lvont:Character ;
    lvont:represents "𣭅"^^xsd:string .

<http://lexvo.org/id/char/23B46> a lvont:Character ;
    lvont:represents "𣭆"^^xsd:string .

<http://lexvo.org/id/char/23B47> a lvont:Character ;
    lvont:represents "𣭇"^^xsd:string .

<http://lexvo.org/id/char/23B48> a lvont:Character ;
    lvont:represents "𣭈"^^xsd:string .

<http://lexvo.org/id/char/23B49> a lvont:Character ;
    lvont:represents "𣭉"^^xsd:string .

<http://lexvo.org/id/char/23B4A> a lvont:Character ;
    lvont:represents "𣭊"^^xsd:string .

<http://lexvo.org/id/char/23B4B> a lvont:Character ;
    lvont:represents "𣭋"^^xsd:string .

<http://lexvo.org/id/char/23B4C> a lvont:Character ;
    lvont:represents "𣭌"^^xsd:string .

<http://lexvo.org/id/char/23B4D> a lvont:Character ;
    lvont:represents "𣭍"^^xsd:string .

<http://lexvo.org/id/char/23B4E> a lvont:Character ;
    lvont:represents "𣭎"^^xsd:string .

<http://lexvo.org/id/char/23B4F> a lvont:Character ;
    lvont:represents "𣭏"^^xsd:string .

<http://lexvo.org/id/char/23B5> a lvont:Character ;
    lvont:represents "⎵"^^xsd:string ;
    rdfs:comment "BOTTOM SQUARE BRACKET"@en .

<http://lexvo.org/id/char/23B50> a lvont:Character ;
    lvont:represents "𣭐"^^xsd:string .

<http://lexvo.org/id/char/23B51> a lvont:Character ;
    lvont:represents "𣭑"^^xsd:string .

<http://lexvo.org/id/char/23B52> a lvont:Character ;
    lvont:represents "𣭒"^^xsd:string .

<http://lexvo.org/id/char/23B53> a lvont:Character ;
    lvont:represents "𣭓"^^xsd:string .

<http://lexvo.org/id/char/23B54> a lvont:Character ;
    lvont:represents "𣭔"^^xsd:string .

<http://lexvo.org/id/char/23B55> a lvont:Character ;
    lvont:represents "𣭕"^^xsd:string .

<http://lexvo.org/id/char/23B56> a lvont:Character ;
    lvont:represents "𣭖"^^xsd:string .

<http://lexvo.org/id/char/23B57> a lvont:Character ;
    lvont:represents "𣭗"^^xsd:string .

<http://lexvo.org/id/char/23B58> a lvont:Character ;
    lvont:represents "𣭘"^^xsd:string .

<http://lexvo.org/id/char/23B59> a lvont:Character ;
    lvont:represents "𣭙"^^xsd:string .

<http://lexvo.org/id/char/23B5A> a lvont:Character ;
    lvont:represents "𣭚"^^xsd:string .

<http://lexvo.org/id/char/23B5B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/b%E1%BB%9Dm>,
        "𣭛"^^xsd:string .

<http://lexvo.org/id/char/23B5C> a lvont:Character ;
    lvont:represents "𣭜"^^xsd:string .

<http://lexvo.org/id/char/23B5D> a lvont:Character ;
    lvont:represents "𣭝"^^xsd:string .

<http://lexvo.org/id/char/23B5E> a lvont:Character ;
    lvont:represents "𣭞"^^xsd:string .

<http://lexvo.org/id/char/23B5F> a lvont:Character ;
    lvont:represents "𣭟"^^xsd:string .

<http://lexvo.org/id/char/23B6> a lvont:Character ;
    lvont:represents "⎶"^^xsd:string ;
    rdfs:comment "BOTTOM SQUARE BRACKET OVER TOP SQUARE BRACKET"@en .

<http://lexvo.org/id/char/23B60> a lvont:Character ;
    lvont:represents "𣭠"^^xsd:string .

<http://lexvo.org/id/char/23B61> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C7%8En>,
        "𣭡"^^xsd:string .

<http://lexvo.org/id/char/23B62> a lvont:Character ;
    lvont:represents "𣭢"^^xsd:string .

<http://lexvo.org/id/char/23B63> a lvont:Character ;
    lvont:represents "𣭣"^^xsd:string .

<http://lexvo.org/id/char/23B64> a lvont:Character ;
    lvont:represents "𣭤"^^xsd:string .

<http://lexvo.org/id/char/23B65> a lvont:Character ;
    lvont:represents "𣭥"^^xsd:string .

<http://lexvo.org/id/char/23B66> a lvont:Character ;
    lvont:represents "𣭦"^^xsd:string .

<http://lexvo.org/id/char/23B67> a lvont:Character ;
    lvont:represents "𣭧"^^xsd:string .

<http://lexvo.org/id/char/23B68> a lvont:Character ;
    lvont:represents "𣭨"^^xsd:string .

<http://lexvo.org/id/char/23B69> a lvont:Character ;
    lvont:represents "𣭩"^^xsd:string .

<http://lexvo.org/id/char/23B6A> a lvont:Character ;
    lvont:represents "𣭪"^^xsd:string .

<http://lexvo.org/id/char/23B6B> a lvont:Character ;
    lvont:represents "𣭫"^^xsd:string .

<http://lexvo.org/id/char/23B6C> a lvont:Character ;
    lvont:represents "𣭬"^^xsd:string .

<http://lexvo.org/id/char/23B6D> a lvont:Character ;
    lvont:represents "𣭭"^^xsd:string .

<http://lexvo.org/id/char/23B6E> a lvont:Character ;
    lvont:represents "𣭮"^^xsd:string .

<http://lexvo.org/id/char/23B6F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ria>,
        "𣭯"^^xsd:string .

<http://lexvo.org/id/char/23B7> a lvont:Character ;
    lvont:represents "⎷"^^xsd:string ;
    rdfs:comment "RADICAL SYMBOL BOTTOM"@en .

<http://lexvo.org/id/char/23B70> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/m%C3%A0o>,
        "𣭰"^^xsd:string .

<http://lexvo.org/id/char/23B71> a lvont:Character ;
    lvont:represents "𣭱"^^xsd:string .

<http://lexvo.org/id/char/23B72> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/r%C7%92ng>,
        "𣭲"^^xsd:string .

<http://lexvo.org/id/char/23B73> a lvont:Character ;
    lvont:represents "𣭳"^^xsd:string .

<http://lexvo.org/id/char/23B74> a lvont:Character ;
    lvont:represents "𣭴"^^xsd:string .

<http://lexvo.org/id/char/23B75> a lvont:Character ;
    lvont:represents "𣭵"^^xsd:string .

<http://lexvo.org/id/char/23B76> a lvont:Character ;
    lvont:represents "𣭶"^^xsd:string .

<http://lexvo.org/id/char/23B77> a lvont:Character ;
    lvont:represents "𣭷"^^xsd:string .

<http://lexvo.org/id/char/23B78> a lvont:Character ;
    lvont:represents "𣭸"^^xsd:string .

<http://lexvo.org/id/char/23B79> a lvont:Character ;
    lvont:represents "𣭹"^^xsd:string .

<http://lexvo.org/id/char/23B7A> a lvont:Character ;
    lvont:represents "𣭺"^^xsd:string .

<http://lexvo.org/id/char/23B7B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/mau>,
        "𣭻"^^xsd:string .

<http://lexvo.org/id/char/23B7C> a lvont:Character ;
    lvont:represents "𣭼"^^xsd:string .

<http://lexvo.org/id/char/23B7D> a lvont:Character ;
    lvont:represents "𣭽"^^xsd:string .

<http://lexvo.org/id/char/23B7E> a lvont:Character ;
    lvont:represents "𣭾"^^xsd:string .

<http://lexvo.org/id/char/23B7F> a lvont:Character ;
    lvont:represents "𣭿"^^xsd:string .

<http://lexvo.org/id/char/23B8> a lvont:Character ;
    lvont:represents "⎸"^^xsd:string ;
    rdfs:comment "LEFT VERTICAL BOX LINE"@en .

<http://lexvo.org/id/char/23B80> a lvont:Character ;
    lvont:represents "𣮀"^^xsd:string .

<http://lexvo.org/id/char/23B81> a lvont:Character ;
    lvont:represents "𣮁"^^xsd:string .

<http://lexvo.org/id/char/23B82> a lvont:Character ;
    lvont:represents "𣮂"^^xsd:string .

<http://lexvo.org/id/char/23B83> a lvont:Character ;
    lvont:represents "𣮃"^^xsd:string .

<http://lexvo.org/id/char/23B84> a lvont:Character ;
    lvont:represents "𣮄"^^xsd:string .

<http://lexvo.org/id/char/23B85> a lvont:Character ;
    lvont:represents "𣮅"^^xsd:string .

<http://lexvo.org/id/char/23B86> a lvont:Character ;
    lvont:represents "𣮆"^^xsd:string .

<http://lexvo.org/id/char/23B87> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ng%C3%B9>,
        "𣮇"^^xsd:string .

<http://lexvo.org/id/char/23B88> a lvont:Character ;
    lvont:represents "𣮈"^^xsd:string .

<http://lexvo.org/id/char/23B89> a lvont:Character ;
    lvont:represents "𣮉"^^xsd:string .

<http://lexvo.org/id/char/23B8A> a lvont:Character ;
    lvont:represents "𣮊"^^xsd:string .

<http://lexvo.org/id/char/23B8B> a lvont:Character ;
    lvont:represents "𣮋"^^xsd:string .

<http://lexvo.org/id/char/23B8C> a lvont:Character ;
    lvont:represents "𣮌"^^xsd:string .

<http://lexvo.org/id/char/23B8D> a lvont:Character ;
    lvont:represents "𣮍"^^xsd:string .

<http://lexvo.org/id/char/23B8E> a lvont:Character ;
    lvont:represents "𣮎"^^xsd:string .

<http://lexvo.org/id/char/23B8F> a lvont:Character ;
    lvont:represents "𣮏"^^xsd:string .

<http://lexvo.org/id/char/23B9> a lvont:Character ;
    lvont:represents "⎹"^^xsd:string ;
    rdfs:comment "RIGHT VERTICAL BOX LINE"@en .

<http://lexvo.org/id/char/23B90> a lvont:Character ;
    lvont:represents "𣮐"^^xsd:string .

<http://lexvo.org/id/char/23B91> a lvont:Character ;
    lvont:represents "𣮑"^^xsd:string .

<http://lexvo.org/id/char/23B92> a lvont:Character ;
    lvont:represents "𣮒"^^xsd:string .

<http://lexvo.org/id/char/23B93> a lvont:Character ;
    lvont:represents "𣮓"^^xsd:string .

<http://lexvo.org/id/char/23B94> a lvont:Character ;
    lvont:represents "𣮔"^^xsd:string .

<http://lexvo.org/id/char/23B95> a lvont:Character ;
    lvont:represents "𣮕"^^xsd:string .

<http://lexvo.org/id/char/23B96> a lvont:Character ;
    lvont:represents "𣮖"^^xsd:string .

<http://lexvo.org/id/char/23B97> a lvont:Character ;
    lvont:represents "𣮗"^^xsd:string .

<http://lexvo.org/id/char/23B98> a lvont:Character ;
    lvont:represents "𣮘"^^xsd:string .

<http://lexvo.org/id/char/23B99> a lvont:Character ;
    lvont:represents "𣮙"^^xsd:string .

<http://lexvo.org/id/char/23B9A> a lvont:Character ;
    lvont:represents "𣮚"^^xsd:string .

<http://lexvo.org/id/char/23B9B> a lvont:Character ;
    lvont:represents "𣮛"^^xsd:string .

<http://lexvo.org/id/char/23B9C> a lvont:Character ;
    lvont:represents "𣮜"^^xsd:string .

<http://lexvo.org/id/char/23B9D> a lvont:Character ;
    lvont:represents "𣮝"^^xsd:string .

<http://lexvo.org/id/char/23B9E> a lvont:Character ;
    lvont:represents "𣮞"^^xsd:string .

<http://lexvo.org/id/char/23B9F> a lvont:Character ;
    lvont:represents "𣮟"^^xsd:string .

<http://lexvo.org/id/char/23BA> a lvont:Character ;
    lvont:represents "⎺"^^xsd:string ;
    rdfs:comment "HORIZONTAL SCAN LINE-1"@en .

<http://lexvo.org/id/char/23BA0> a lvont:Character ;
    lvont:represents "𣮠"^^xsd:string .

<http://lexvo.org/id/char/23BA1> a lvont:Character ;
    lvont:represents "𣮡"^^xsd:string .

<http://lexvo.org/id/char/23BA2> a lvont:Character ;
    lvont:represents "𣮢"^^xsd:string .

<http://lexvo.org/id/char/23BA3> a lvont:Character ;
    lvont:represents "𣮣"^^xsd:string .

<http://lexvo.org/id/char/23BA4> a lvont:Character ;
    lvont:represents "𣮤"^^xsd:string .

<http://lexvo.org/id/char/23BA5> a lvont:Character ;
    lvont:represents "𣮥"^^xsd:string .

<http://lexvo.org/id/char/23BA6> a lvont:Character ;
    lvont:represents "𣮦"^^xsd:string .

<http://lexvo.org/id/char/23BA7> a lvont:Character ;
    lvont:represents "𣮧"^^xsd:string .

<http://lexvo.org/id/char/23BA8> a lvont:Character ;
    lvont:represents "𣮨"^^xsd:string .

<http://lexvo.org/id/char/23BA9> a lvont:Character ;
    lvont:represents "𣮩"^^xsd:string .

<http://lexvo.org/id/char/23BAA> a lvont:Character ;
    lvont:represents "𣮪"^^xsd:string .

<http://lexvo.org/id/char/23BAB> a lvont:Character ;
    lvont:represents "𣮫"^^xsd:string .

<http://lexvo.org/id/char/23BAC> a lvont:Character ;
    lvont:represents "𣮬"^^xsd:string .

<http://lexvo.org/id/char/23BAD> a lvont:Character ;
    lvont:represents "𣮭"^^xsd:string .

<http://lexvo.org/id/char/23BAE> a lvont:Character ;
    lvont:represents "𣮮"^^xsd:string .

<http://lexvo.org/id/char/23BAF> a lvont:Character ;
    lvont:represents "𣮯"^^xsd:string .

<http://lexvo.org/id/char/23BB> a lvont:Character ;
    lvont:represents "⎻"^^xsd:string ;
    rdfs:comment "HORIZONTAL SCAN LINE-3"@en .

<http://lexvo.org/id/char/23BB0> a lvont:Character ;
    lvont:represents "𣮰"^^xsd:string .

<http://lexvo.org/id/char/23BB1> a lvont:Character ;
    lvont:represents "𣮱"^^xsd:string .

<http://lexvo.org/id/char/23BB2> a lvont:Character ;
    lvont:represents "𣮲"^^xsd:string .

<http://lexvo.org/id/char/23BB3> a lvont:Character ;
    lvont:represents "𣮳"^^xsd:string .

<http://lexvo.org/id/char/23BB4> a lvont:Character ;
    lvont:represents "𣮴"^^xsd:string .

<http://lexvo.org/id/char/23BB5> a lvont:Character ;
    lvont:represents "𣮵"^^xsd:string .

<http://lexvo.org/id/char/23BB6> a lvont:Character ;
    lvont:represents "𣮶"^^xsd:string .

<http://lexvo.org/id/char/23BB7> a lvont:Character ;
    lvont:represents "𣮷"^^xsd:string .

<http://lexvo.org/id/char/23BB8> a lvont:Character ;
    lvont:represents "𣮸"^^xsd:string .

<http://lexvo.org/id/char/23BB9> a lvont:Character ;
    lvont:represents "𣮹"^^xsd:string .

<http://lexvo.org/id/char/23BBA> a lvont:Character ;
    lvont:represents "𣮺"^^xsd:string .

<http://lexvo.org/id/char/23BBB> a lvont:Character ;
    lvont:represents "𣮻"^^xsd:string .

<http://lexvo.org/id/char/23BBC> a lvont:Character ;
    lvont:represents "𣮼"^^xsd:string .

<http://lexvo.org/id/char/23BBD> a lvont:Character ;
    lvont:represents "𣮽"^^xsd:string .

<http://lexvo.org/id/char/23BBE> a lvont:Character ;
    lvont:represents "𣮾"^^xsd:string .

<http://lexvo.org/id/char/23BBF> a lvont:Character ;
    lvont:represents "𣮿"^^xsd:string .

<http://lexvo.org/id/char/23BC> a lvont:Character ;
    lvont:represents "⎼"^^xsd:string ;
    rdfs:comment "HORIZONTAL SCAN LINE-7"@en .

<http://lexvo.org/id/char/23BC0> a lvont:Character ;
    lvont:represents "𣯀"^^xsd:string .

<http://lexvo.org/id/char/23BC1> a lvont:Character ;
    lvont:represents "𣯁"^^xsd:string .

<http://lexvo.org/id/char/23BC2> a lvont:Character ;
    lvont:represents "𣯂"^^xsd:string .

<http://lexvo.org/id/char/23BC3> a lvont:Character ;
    lvont:represents "𣯃"^^xsd:string .

<http://lexvo.org/id/char/23BC4> a lvont:Character ;
    lvont:represents "𣯄"^^xsd:string .

<http://lexvo.org/id/char/23BC5> a lvont:Character ;
    lvont:represents "𣯅"^^xsd:string .

<http://lexvo.org/id/char/23BC6> a lvont:Character ;
    lvont:represents "𣯆"^^xsd:string .

<http://lexvo.org/id/char/23BC7> a lvont:Character ;
    lvont:represents "𣯇"^^xsd:string .

<http://lexvo.org/id/char/23BC8> a lvont:Character ;
    lvont:represents "𣯈"^^xsd:string .

<http://lexvo.org/id/char/23BC9> a lvont:Character ;
    lvont:represents "𣯉"^^xsd:string .

<http://lexvo.org/id/char/23BCA> a lvont:Character ;
    lvont:represents "𣯊"^^xsd:string .

<http://lexvo.org/id/char/23BCB> a lvont:Character ;
    lvont:represents "𣯋"^^xsd:string .

<http://lexvo.org/id/char/23BCC> a lvont:Character ;
    lvont:represents "𣯌"^^xsd:string .

<http://lexvo.org/id/char/23BCD> a lvont:Character ;
    lvont:represents "𣯍"^^xsd:string .

<http://lexvo.org/id/char/23BCE> a lvont:Character ;
    lvont:represents "𣯎"^^xsd:string .

<http://lexvo.org/id/char/23BCF> a lvont:Character ;
    lvont:represents "𣯏"^^xsd:string .

<http://lexvo.org/id/char/23BD> a lvont:Character ;
    lvont:represents "⎽"^^xsd:string ;
    rdfs:comment "HORIZONTAL SCAN LINE-9"@en .

<http://lexvo.org/id/char/23BD0> a lvont:Character ;
    lvont:represents "𣯐"^^xsd:string .

<http://lexvo.org/id/char/23BD1> a lvont:Character ;
    lvont:represents "𣯑"^^xsd:string .

<http://lexvo.org/id/char/23BD2> a lvont:Character ;
    lvont:represents "𣯒"^^xsd:string .

<http://lexvo.org/id/char/23BD3> a lvont:Character ;
    lvont:represents "𣯓"^^xsd:string .

<http://lexvo.org/id/char/23BD4> a lvont:Character ;
    lvont:represents "𣯔"^^xsd:string .

<http://lexvo.org/id/char/23BD5> a lvont:Character ;
    lvont:represents "𣯕"^^xsd:string .

<http://lexvo.org/id/char/23BD6> a lvont:Character ;
    lvont:represents "𣯖"^^xsd:string .

<http://lexvo.org/id/char/23BD7> a lvont:Character ;
    lvont:represents "𣯗"^^xsd:string .

<http://lexvo.org/id/char/23BD8> a lvont:Character ;
    lvont:represents "𣯘"^^xsd:string .

<http://lexvo.org/id/char/23BD9> a lvont:Character ;
    lvont:represents "𣯙"^^xsd:string .

<http://lexvo.org/id/char/23BDA> a lvont:Character ;
    lvont:represents "𣯚"^^xsd:string .

<http://lexvo.org/id/char/23BDB> a lvont:Character ;
    lvont:represents "𣯛"^^xsd:string .

<http://lexvo.org/id/char/23BDC> a lvont:Character ;
    lvont:represents "𣯜"^^xsd:string .

<http://lexvo.org/id/char/23BDD> a lvont:Character ;
    lvont:represents "𣯝"^^xsd:string .

<http://lexvo.org/id/char/23BDE> a lvont:Character ;
    lvont:represents "𣯞"^^xsd:string .

<http://lexvo.org/id/char/23BDF> a lvont:Character ;
    lvont:represents "𣯟"^^xsd:string .

<http://lexvo.org/id/char/23BE> a lvont:Character ;
    lvont:represents "⎾"^^xsd:string ;
    rdfs:comment "DENTISTRY SYMBOL LIGHT VERTICAL AND TOP RIGHT"@en .

<http://lexvo.org/id/char/23BE0> a lvont:Character ;
    lvont:represents "𣯠"^^xsd:string .

<http://lexvo.org/id/char/23BE1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/l%C3%B4ng>,
        "𣯡"^^xsd:string .

<http://lexvo.org/id/char/23BE2> a lvont:Character ;
    lvont:represents "𣯢"^^xsd:string .

<http://lexvo.org/id/char/23BE3> a lvont:Character ;
    lvont:represents "𣯣"^^xsd:string .

<http://lexvo.org/id/char/23BE4> a lvont:Character ;
    lvont:represents "𣯤"^^xsd:string .

<http://lexvo.org/id/char/23BE5> a lvont:Character ;
    lvont:represents "𣯥"^^xsd:string .

<http://lexvo.org/id/char/23BE6> a lvont:Character ;
    lvont:represents "𣯦"^^xsd:string .

<http://lexvo.org/id/char/23BE7> a lvont:Character ;
    lvont:represents "𣯧"^^xsd:string .

<http://lexvo.org/id/char/23BE8> a lvont:Character ;
    lvont:represents "𣯨"^^xsd:string .

<http://lexvo.org/id/char/23BE9> a lvont:Character ;
    lvont:represents "𣯩"^^xsd:string .

<http://lexvo.org/id/char/23BEA> a lvont:Character ;
    lvont:represents "𣯪"^^xsd:string .

<http://lexvo.org/id/char/23BEB> a lvont:Character ;
    lvont:represents "𣯫"^^xsd:string .

<http://lexvo.org/id/char/23BEC> a lvont:Character ;
    lvont:represents "𣯬"^^xsd:string .

<http://lexvo.org/id/char/23BED> a lvont:Character ;
    lvont:represents "𣯭"^^xsd:string .

<http://lexvo.org/id/char/23BEE> a lvont:Character ;
    lvont:represents "𣯮"^^xsd:string .

<http://lexvo.org/id/char/23BEF> a lvont:Character ;
    lvont:represents "𣯯"^^xsd:string .

<http://lexvo.org/id/char/23BF> a lvont:Character ;
    lvont:represents "⎿"^^xsd:string ;
    rdfs:comment "DENTISTRY SYMBOL LIGHT VERTICAL AND BOTTOM RIGHT"@en .

<http://lexvo.org/id/char/23BF0> a lvont:Character ;
    lvont:represents "𣯰"^^xsd:string .

<http://lexvo.org/id/char/23BF1> a lvont:Character ;
    lvont:represents "𣯱"^^xsd:string .

<http://lexvo.org/id/char/23BF2> a lvont:Character ;
    lvont:represents "𣯲"^^xsd:string .

<http://lexvo.org/id/char/23BF3> a lvont:Character ;
    lvont:represents "𣯳"^^xsd:string .

<http://lexvo.org/id/char/23BF4> a lvont:Character ;
    lvont:represents "𣯴"^^xsd:string .

<http://lexvo.org/id/char/23BF5> a lvont:Character ;
    lvont:represents "𣯵"^^xsd:string .

<http://lexvo.org/id/char/23BF6> a lvont:Character ;
    lvont:represents "𣯶"^^xsd:string .

<http://lexvo.org/id/char/23BF7> a lvont:Character ;
    lvont:represents "𣯷"^^xsd:string .

<http://lexvo.org/id/char/23BF8> a lvont:Character ;
    lvont:represents "𣯸"^^xsd:string .

<http://lexvo.org/id/char/23BF9> a lvont:Character ;
    lvont:represents "𣯹"^^xsd:string .

<http://lexvo.org/id/char/23BFA> a lvont:Character ;
    lvont:represents "𣯺"^^xsd:string .

<http://lexvo.org/id/char/23BFB> a lvont:Character ;
    lvont:represents "𣯻"^^xsd:string .

<http://lexvo.org/id/char/23BFC> a lvont:Character ;
    lvont:represents "𣯼"^^xsd:string .

<http://lexvo.org/id/char/23BFD> a lvont:Character ;
    lvont:represents "𣯽"^^xsd:string .

<http://lexvo.org/id/char/23BFE> a lvont:Character ;
    lvont:represents "𣯾"^^xsd:string .

<http://lexvo.org/id/char/23BFF> a lvont:Character ;
    lvont:represents "𣯿"^^xsd:string .

<http://lexvo.org/id/char/23C0> a lvont:Character ;
    lvont:represents "⏀"^^xsd:string ;
    rdfs:comment "DENTISTRY SYMBOL LIGHT VERTICAL WITH CIRCLE"@en .

<http://lexvo.org/id/char/23C00> a lvont:Character ;
    lvont:represents "𣰀"^^xsd:string .

<http://lexvo.org/id/char/23C01> a lvont:Character ;
    lvont:represents "𣰁"^^xsd:string .

<http://lexvo.org/id/char/23C02> a lvont:Character ;
    lvont:represents "𣰂"^^xsd:string .

<http://lexvo.org/id/char/23C03> a lvont:Character ;
    lvont:represents "𣰃"^^xsd:string .

<http://lexvo.org/id/char/23C04> a lvont:Character ;
    lvont:represents "𣰄"^^xsd:string .

<http://lexvo.org/id/char/23C05> a lvont:Character ;
    lvont:represents "𣰅"^^xsd:string .

<http://lexvo.org/id/char/23C06> a lvont:Character ;
    lvont:represents "𣰆"^^xsd:string .

<http://lexvo.org/id/char/23C07> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/r%C7%92ng>,
        "𣰇"^^xsd:string .

<http://lexvo.org/id/char/23C08> a lvont:Character ;
    lvont:represents "𣰈"^^xsd:string .

<http://lexvo.org/id/char/23C09> a lvont:Character ;
    lvont:represents "𣰉"^^xsd:string .

<http://lexvo.org/id/char/23C0A> a lvont:Character ;
    lvont:represents "𣰊"^^xsd:string .

<http://lexvo.org/id/char/23C0B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C3%BA>,
        "𣰋"^^xsd:string .

<http://lexvo.org/id/char/23C0C> a lvont:Character ;
    lvont:represents "𣰌"^^xsd:string .

<http://lexvo.org/id/char/23C0D> a lvont:Character ;
    lvont:represents "𣰍"^^xsd:string .

<http://lexvo.org/id/char/23C0E> a lvont:Character ;
    lvont:represents "𣰎"^^xsd:string .

<http://lexvo.org/id/char/23C0F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ng%C3%B2i>,
        "𣰏"^^xsd:string .

<http://lexvo.org/id/char/23C1> a lvont:Character ;
    lvont:represents "⏁"^^xsd:string ;
    rdfs:comment "DENTISTRY SYMBOL LIGHT DOWN AND HORIZONTAL WITH CIRCLE"@en .

<http://lexvo.org/id/char/23C10> a lvont:Character ;
    lvont:represents "𣰐"^^xsd:string .

<http://lexvo.org/id/char/23C11> a lvont:Character ;
    lvont:represents "𣰑"^^xsd:string .

<http://lexvo.org/id/char/23C12> a lvont:Character ;
    lvont:represents "𣰒"^^xsd:string .

<http://lexvo.org/id/char/23C13> a lvont:Character ;
    lvont:represents "𣰓"^^xsd:string .

<http://lexvo.org/id/char/23C14> a lvont:Character ;
    lvont:represents "𣰔"^^xsd:string .

<http://lexvo.org/id/char/23C15> a lvont:Character ;
    lvont:represents "𣰕"^^xsd:string .

<http://lexvo.org/id/char/23C16> a lvont:Character ;
    lvont:represents "𣰖"^^xsd:string .

<http://lexvo.org/id/char/23C17> a lvont:Character ;
    lvont:represents "𣰗"^^xsd:string .

<http://lexvo.org/id/char/23C18> a lvont:Character ;
    lvont:represents "𣰘"^^xsd:string .

<http://lexvo.org/id/char/23C19> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/qu%E1%BA%B7m>,
        "𣰙"^^xsd:string .

<http://lexvo.org/id/char/23C1A> a lvont:Character ;
    lvont:represents "𣰚"^^xsd:string .

<http://lexvo.org/id/char/23C1B> a lvont:Character ;
    lvont:represents "𣰛"^^xsd:string .

<http://lexvo.org/id/char/23C1C> a lvont:Character ;
    lvont:represents "𣰜"^^xsd:string .

<http://lexvo.org/id/char/23C1D> a lvont:Character ;
    lvont:represents "𣰝"^^xsd:string .

<http://lexvo.org/id/char/23C1E> a lvont:Character ;
    lvont:represents "𣰞"^^xsd:string .

<http://lexvo.org/id/char/23C1F> a lvont:Character ;
    lvont:represents "𣰟"^^xsd:string .

<http://lexvo.org/id/char/23C2> a lvont:Character ;
    lvont:represents "⏂"^^xsd:string ;
    rdfs:comment "DENTISTRY SYMBOL LIGHT UP AND HORIZONTAL WITH CIRCLE"@en .

<http://lexvo.org/id/char/23C20> a lvont:Character ;
    lvont:represents "𣰠"^^xsd:string .

<http://lexvo.org/id/char/23C21> a lvont:Character ;
    lvont:represents "𣰡"^^xsd:string .

<http://lexvo.org/id/char/23C22> a lvont:Character ;
    lvont:represents "𣰢"^^xsd:string .

<http://lexvo.org/id/char/23C23> a lvont:Character ;
    lvont:represents "𣰣"^^xsd:string .

<http://lexvo.org/id/char/23C24> a lvont:Character ;
    lvont:represents "𣰤"^^xsd:string .

<http://lexvo.org/id/char/23C25> a lvont:Character ;
    lvont:represents "𣰥"^^xsd:string .

<http://lexvo.org/id/char/23C26> a lvont:Character ;
    lvont:represents "𣰦"^^xsd:string .

<http://lexvo.org/id/char/23C27> a lvont:Character ;
    lvont:represents "𣰧"^^xsd:string .

<http://lexvo.org/id/char/23C28> a lvont:Character ;
    lvont:represents "𣰨"^^xsd:string .

<http://lexvo.org/id/char/23C29> a lvont:Character ;
    lvont:represents "𣰩"^^xsd:string .

<http://lexvo.org/id/char/23C2A> a lvont:Character ;
    lvont:represents "𣰪"^^xsd:string .

<http://lexvo.org/id/char/23C2B> a lvont:Character ;
    lvont:represents "𣰫"^^xsd:string .

<http://lexvo.org/id/char/23C2C> a lvont:Character ;
    lvont:represents "𣰬"^^xsd:string .

<http://lexvo.org/id/char/23C2D> a lvont:Character ;
    lvont:represents "𣰭"^^xsd:string .

<http://lexvo.org/id/char/23C2E> a lvont:Character ;
    lvont:represents "𣰮"^^xsd:string .

<http://lexvo.org/id/char/23C2F> a lvont:Character ;
    lvont:represents "𣰯"^^xsd:string .

<http://lexvo.org/id/char/23C3> a lvont:Character ;
    lvont:represents "⏃"^^xsd:string ;
    rdfs:comment "DENTISTRY SYMBOL LIGHT VERTICAL WITH TRIANGLE"@en .

<http://lexvo.org/id/char/23C30> a lvont:Character ;
    lvont:represents "𣰰"^^xsd:string .

<http://lexvo.org/id/char/23C31> a lvont:Character ;
    lvont:represents "𣰱"^^xsd:string .

<http://lexvo.org/id/char/23C32> a lvont:Character ;
    lvont:represents "𣰲"^^xsd:string .

<http://lexvo.org/id/char/23C33> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/l%C3%B4ng>,
        "𣰳"^^xsd:string .

<http://lexvo.org/id/char/23C34> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/l%C3%B4ng>,
        "𣰴"^^xsd:string .

<http://lexvo.org/id/char/23C35> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/l%C3%B4ng>,
        "𣰵"^^xsd:string .

<http://lexvo.org/id/char/23C36> a lvont:Character ;
    lvont:represents "𣰶"^^xsd:string .

<http://lexvo.org/id/char/23C37> a lvont:Character ;
    lvont:represents "𣰷"^^xsd:string .

<http://lexvo.org/id/char/23C38> a lvont:Character ;
    lvont:represents "𣰸"^^xsd:string .

<http://lexvo.org/id/char/23C39> a lvont:Character ;
    lvont:represents "𣰹"^^xsd:string .

<http://lexvo.org/id/char/23C3A> a lvont:Character ;
    lvont:represents "𣰺"^^xsd:string .

<http://lexvo.org/id/char/23C3B> a lvont:Character ;
    lvont:represents "𣰻"^^xsd:string .

<http://lexvo.org/id/char/23C3C> a lvont:Character ;
    lvont:represents "𣰼"^^xsd:string .

<http://lexvo.org/id/char/23C3D> a lvont:Character ;
    lvont:represents "𣰽"^^xsd:string .

<http://lexvo.org/id/char/23C3E> a lvont:Character ;
    lvont:represents "𣰾"^^xsd:string .

<http://lexvo.org/id/char/23C3F> a lvont:Character ;
    lvont:represents "𣰿"^^xsd:string .

<http://lexvo.org/id/char/23C4> a lvont:Character ;
    lvont:represents "⏄"^^xsd:string ;
    rdfs:comment "DENTISTRY SYMBOL LIGHT DOWN AND HORIZONTAL WITH TRIANGLE"@en .

<http://lexvo.org/id/char/23C40> a lvont:Character ;
    lvont:represents "𣱀"^^xsd:string .

<http://lexvo.org/id/char/23C41> a lvont:Character ;
    lvont:represents "𣱁"^^xsd:string .

<http://lexvo.org/id/char/23C42> a lvont:Character ;
    lvont:represents "𣱂"^^xsd:string .

<http://lexvo.org/id/char/23C43> a lvont:Character ;
    lvont:represents "𣱃"^^xsd:string .

<http://lexvo.org/id/char/23C44> a lvont:Character ;
    lvont:represents "𣱄"^^xsd:string .

<http://lexvo.org/id/char/23C45> a lvont:Character ;
    lvont:represents "𣱅"^^xsd:string .

<http://lexvo.org/id/char/23C46> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/h%E1%BB%8D>,
        "𣱆"^^xsd:string .

<http://lexvo.org/id/char/23C47> a lvont:Character ;
    lvont:represents "𣱇"^^xsd:string .

<http://lexvo.org/id/char/23C48> a lvont:Character ;
    lvont:represents "𣱈"^^xsd:string .

<http://lexvo.org/id/char/23C49> a lvont:Character ;
    lvont:represents "𣱉"^^xsd:string .

<http://lexvo.org/id/char/23C4A> a lvont:Character ;
    lvont:represents "𣱊"^^xsd:string .

<http://lexvo.org/id/char/23C4B> a lvont:Character ;
    lvont:represents "𣱋"^^xsd:string .

<http://lexvo.org/id/char/23C4C> a lvont:Character ;
    lvont:represents "𣱌"^^xsd:string .

<http://lexvo.org/id/char/23C4D> a lvont:Character ;
    lvont:represents "𣱍"^^xsd:string .

<http://lexvo.org/id/char/23C4E> a lvont:Character ;
    lvont:represents "𣱎"^^xsd:string .

<http://lexvo.org/id/char/23C4F> a lvont:Character ;
    lvont:represents "𣱏"^^xsd:string .

<http://lexvo.org/id/char/23C5> a lvont:Character ;
    lvont:represents "⏅"^^xsd:string ;
    rdfs:comment "DENTISTRY SYMBOL LIGHT UP AND HORIZONTAL WITH TRIANGLE"@en .

<http://lexvo.org/id/char/23C50> a lvont:Character ;
    lvont:represents "𣱐"^^xsd:string .

<http://lexvo.org/id/char/23C51> a lvont:Character ;
    lvont:represents "𣱑"^^xsd:string .

<http://lexvo.org/id/char/23C52> a lvont:Character ;
    lvont:represents "𣱒"^^xsd:string .

<http://lexvo.org/id/char/23C53> a lvont:Character ;
    lvont:represents "𣱓"^^xsd:string .

<http://lexvo.org/id/char/23C54> a lvont:Character ;
    lvont:represents "𣱔"^^xsd:string .

<http://lexvo.org/id/char/23C55> a lvont:Character ;
    lvont:represents "𣱕"^^xsd:string .

<http://lexvo.org/id/char/23C56> a lvont:Character ;
    lvont:represents "𣱖"^^xsd:string .

<http://lexvo.org/id/char/23C57> a lvont:Character ;
    lvont:represents "𣱗"^^xsd:string .

<http://lexvo.org/id/char/23C58> a lvont:Character ;
    lvont:represents "𣱘"^^xsd:string .

<http://lexvo.org/id/char/23C59> a lvont:Character ;
    lvont:represents "𣱙"^^xsd:string .

<http://lexvo.org/id/char/23C5A> a lvont:Character ;
    lvont:represents "𣱚"^^xsd:string .

<http://lexvo.org/id/char/23C5B> a lvont:Character ;
    lvont:represents "𣱛"^^xsd:string .

<http://lexvo.org/id/char/23C5C> a lvont:Character ;
    lvont:represents "𣱜"^^xsd:string .

<http://lexvo.org/id/char/23C5D> a lvont:Character ;
    lvont:represents "𣱝"^^xsd:string .

<http://lexvo.org/id/char/23C5E> a lvont:Character ;
    lvont:represents "𣱞"^^xsd:string .

<http://lexvo.org/id/char/23C5F> a lvont:Character ;
    lvont:represents "𣱟"^^xsd:string .

<http://lexvo.org/id/char/23C6> a lvont:Character ;
    lvont:represents "⏆"^^xsd:string ;
    rdfs:comment "DENTISTRY SYMBOL LIGHT VERTICAL AND WAVE"@en .

<http://lexvo.org/id/char/23C60> a lvont:Character ;
    lvont:represents "𣱠"^^xsd:string .

<http://lexvo.org/id/char/23C61> a lvont:Character ;
    lvont:represents "𣱡"^^xsd:string .

<http://lexvo.org/id/char/23C62> a lvont:Character ;
    lvont:represents "𣱢"^^xsd:string .

<http://lexvo.org/id/char/23C63> a lvont:Character ;
    lvont:represents "𣱣"^^xsd:string .

<http://lexvo.org/id/char/23C64> a lvont:Character ;
    lvont:represents "𣱤"^^xsd:string .

<http://lexvo.org/id/char/23C65> a lvont:Character ;
    lvont:represents "𣱥"^^xsd:string .

<http://lexvo.org/id/char/23C66> a lvont:Character ;
    lvont:represents "𣱦"^^xsd:string .

<http://lexvo.org/id/char/23C67> a lvont:Character ;
    lvont:represents "𣱧"^^xsd:string .

<http://lexvo.org/id/char/23C68> a lvont:Character ;
    lvont:represents "𣱨"^^xsd:string .

<http://lexvo.org/id/char/23C69> a lvont:Character ;
    lvont:represents "𣱩"^^xsd:string .

<http://lexvo.org/id/char/23C6A> a lvont:Character ;
    lvont:represents "𣱪"^^xsd:string .

<http://lexvo.org/id/char/23C6B> a lvont:Character ;
    lvont:represents "𣱫"^^xsd:string .

<http://lexvo.org/id/char/23C6C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/h%C6%A1i>,
        "𣱬"^^xsd:string .

<http://lexvo.org/id/char/23C6D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/b%E1%BB%A7m>,
        "𣱭"^^xsd:string .

<http://lexvo.org/id/char/23C6E> a lvont:Character ;
    lvont:represents "𣱮"^^xsd:string .

<http://lexvo.org/id/char/23C6F> a lvont:Character ;
    lvont:represents "𣱯"^^xsd:string .

<http://lexvo.org/id/char/23C7> a lvont:Character ;
    lvont:represents "⏇"^^xsd:string ;
    rdfs:comment "DENTISTRY SYMBOL LIGHT DOWN AND HORIZONTAL WITH WAVE"@en .

<http://lexvo.org/id/char/23C70> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/r%E1%BA%AFm>,
        "𣱰"^^xsd:string .

<http://lexvo.org/id/char/23C72> a lvont:Character ;
    lvont:represents "𣱲"^^xsd:string .

<http://lexvo.org/id/char/23C73> a lvont:Character ;
    lvont:represents "𣱳"^^xsd:string .

<http://lexvo.org/id/char/23C74> a lvont:Character ;
    lvont:represents "𣱴"^^xsd:string .

<http://lexvo.org/id/char/23C75> a lvont:Character ;
    lvont:represents "𣱵"^^xsd:string .

<http://lexvo.org/id/char/23C76> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/v%E1%BB%A5c>,
        "𣱶"^^xsd:string .

<http://lexvo.org/id/char/23C77> a lvont:Character ;
    lvont:represents "𣱷"^^xsd:string .

<http://lexvo.org/id/char/23C78> a lvont:Character ;
    lvont:represents "𣱸"^^xsd:string .

<http://lexvo.org/id/char/23C79> a lvont:Character ;
    lvont:represents "𣱹"^^xsd:string .

<http://lexvo.org/id/char/23C7A> a lvont:Character ;
    lvont:represents "𣱺"^^xsd:string .

<http://lexvo.org/id/char/23C7B> a lvont:Character ;
    lvont:represents "𣱻"^^xsd:string .

<http://lexvo.org/id/char/23C7C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/%C4%91ao>,
        "𣱼"^^xsd:string .

<http://lexvo.org/id/char/23C7D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/l%E1%BA%A7y>,
        "𣱽"^^xsd:string .

<http://lexvo.org/id/char/23C7E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/l%E1%BA%BBo>,
        "𣱾"^^xsd:string .

<http://lexvo.org/id/char/23C7F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/nh%E1%BB%9Bp>,
        "𣱿"^^xsd:string .

<http://lexvo.org/id/char/23C8> a lvont:Character ;
    lvont:represents "⏈"^^xsd:string ;
    rdfs:comment "DENTISTRY SYMBOL LIGHT UP AND HORIZONTAL WITH WAVE"@en .

<http://lexvo.org/id/char/23C80> a lvont:Character ;
    lvont:represents "𣲀"^^xsd:string .

<http://lexvo.org/id/char/23C81> a lvont:Character ;
    lvont:represents "𣲁"^^xsd:string .

<http://lexvo.org/id/char/23C82> a lvont:Character ;
    lvont:represents "𣲂"^^xsd:string .

<http://lexvo.org/id/char/23C83> a lvont:Character ;
    lvont:represents "𣲃"^^xsd:string .

<http://lexvo.org/id/char/23C84> a lvont:Character ;
    lvont:represents "𣲄"^^xsd:string .

<http://lexvo.org/id/char/23C85> a lvont:Character ;
    lvont:represents "𣲅"^^xsd:string .

<http://lexvo.org/id/char/23C86> a lvont:Character ;
    lvont:represents "𣲆"^^xsd:string .

<http://lexvo.org/id/char/23C87> a lvont:Character ;
    lvont:represents "𣲇"^^xsd:string .

<http://lexvo.org/id/char/23C88> a lvont:Character ;
    lvont:represents "𣲈"^^xsd:string .

<http://lexvo.org/id/char/23C89> a lvont:Character ;
    lvont:represents "𣲉"^^xsd:string .

<http://lexvo.org/id/char/23C8A> a lvont:Character ;
    lvont:represents "𣲊"^^xsd:string .

<http://lexvo.org/id/char/23C8B> a lvont:Character ;
    lvont:represents "𣲋"^^xsd:string .

<http://lexvo.org/id/char/23C8C> a lvont:Character ;
    lvont:represents "𣲌"^^xsd:string .

<http://lexvo.org/id/char/23C8D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ng%E1%BB%A5t>,
        "𣲍"^^xsd:string .

<http://lexvo.org/id/char/23C8E> a lvont:Character ;
    lvont:represents "𣲎"^^xsd:string .

<http://lexvo.org/id/char/23C8F> a lvont:Character ;
    lvont:represents "𣲏"^^xsd:string .

<http://lexvo.org/id/char/23C9> a lvont:Character ;
    lvont:represents "⏉"^^xsd:string ;
    rdfs:comment "DENTISTRY SYMBOL LIGHT DOWN AND HORIZONTAL"@en .

<http://lexvo.org/id/char/23C90> a lvont:Character ;
    lvont:represents "𣲐"^^xsd:string .

<http://lexvo.org/id/char/23C91> a lvont:Character ;
    lvont:represents "𣲑"^^xsd:string .

<http://lexvo.org/id/char/23C92> a lvont:Character ;
    lvont:represents "𣲒"^^xsd:string .

<http://lexvo.org/id/char/23C93> a lvont:Character ;
    lvont:represents "𣲓"^^xsd:string .

<http://lexvo.org/id/char/23C94> a lvont:Character ;
    lvont:represents "𣲔"^^xsd:string .

<http://lexvo.org/id/char/23C95> a lvont:Character ;
    lvont:represents "𣲕"^^xsd:string .

<http://lexvo.org/id/char/23C96> a lvont:Character ;
    lvont:represents "𣲖"^^xsd:string .

<http://lexvo.org/id/char/23C97> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C3%A9i>,
        "𣲗"^^xsd:string .

<http://lexvo.org/id/char/23C98> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C7%94>,
        "𣲘"^^xsd:string .

<http://lexvo.org/id/char/23C99> a lvont:Character ;
    lvont:represents "𣲙"^^xsd:string .

<http://lexvo.org/id/char/23C9A> a lvont:Character ;
    lvont:represents "𣲚"^^xsd:string .

<http://lexvo.org/id/char/23C9B> a lvont:Character ;
    lvont:represents "𣲛"^^xsd:string .

<http://lexvo.org/id/char/23C9C> a lvont:Character ;
    lvont:represents "𣲜"^^xsd:string .

<http://lexvo.org/id/char/23C9D> a lvont:Character ;
    lvont:represents "𣲝"^^xsd:string .

<http://lexvo.org/id/char/23C9E> a lvont:Character ;
    lvont:represents "𣲞"^^xsd:string .

<http://lexvo.org/id/char/23C9F> a lvont:Character ;
    lvont:represents "𣲟"^^xsd:string .

<http://lexvo.org/id/char/23CA> a lvont:Character ;
    lvont:represents "⏊"^^xsd:string ;
    rdfs:comment "DENTISTRY SYMBOL LIGHT UP AND HORIZONTAL"@en .

<http://lexvo.org/id/char/23CA0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ng%E1%BB%9Bt>,
        "𣲠"^^xsd:string .

<http://lexvo.org/id/char/23CA1> a lvont:Character ;
    lvont:represents "𣲡"^^xsd:string .

<http://lexvo.org/id/char/23CA2> a lvont:Character ;
    lvont:represents "𣲢"^^xsd:string .

<http://lexvo.org/id/char/23CA3> a lvont:Character ;
    lvont:represents "𣲣"^^xsd:string .

<http://lexvo.org/id/char/23CA4> a lvont:Character ;
    lvont:represents "𣲤"^^xsd:string .

<http://lexvo.org/id/char/23CA5> a lvont:Character ;
    lvont:represents "𣲥"^^xsd:string .

<http://lexvo.org/id/char/23CA6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/s%E1%BB%83u>,
        "𣲦"^^xsd:string .

<http://lexvo.org/id/char/23CA7> a lvont:Character ;
    lvont:represents "𣲧"^^xsd:string .

<http://lexvo.org/id/char/23CA8> a lvont:Character ;
    lvont:represents "𣲨"^^xsd:string .

<http://lexvo.org/id/char/23CA9> a lvont:Character ;
    lvont:represents "𣲩"^^xsd:string .

<http://lexvo.org/id/char/23CAA> a lvont:Character ;
    lvont:represents "𣲪"^^xsd:string .

<http://lexvo.org/id/char/23CAB> a lvont:Character ;
    lvont:represents "𣲫"^^xsd:string .

<http://lexvo.org/id/char/23CAC> a lvont:Character ;
    lvont:represents "𣲬"^^xsd:string .

<http://lexvo.org/id/char/23CAD> a lvont:Character ;
    lvont:represents "𣲭"^^xsd:string .

<http://lexvo.org/id/char/23CAE> a lvont:Character ;
    lvont:represents "𣲮"^^xsd:string .

<http://lexvo.org/id/char/23CAF> a lvont:Character ;
    lvont:represents "𣲯"^^xsd:string .

<http://lexvo.org/id/char/23CB> a lvont:Character ;
    lvont:represents "⏋"^^xsd:string ;
    rdfs:comment "DENTISTRY SYMBOL LIGHT VERTICAL AND TOP LEFT"@en .

<http://lexvo.org/id/char/23CB0> a lvont:Character ;
    lvont:represents "𣲰"^^xsd:string .

<http://lexvo.org/id/char/23CB1> a lvont:Character ;
    lvont:represents "𣲱"^^xsd:string .

<http://lexvo.org/id/char/23CB2> a lvont:Character ;
    lvont:represents "𣲲"^^xsd:string .

<http://lexvo.org/id/char/23CB3> a lvont:Character ;
    lvont:represents "𣲳"^^xsd:string .

<http://lexvo.org/id/char/23CB4> a lvont:Character ;
    lvont:represents "𣲴"^^xsd:string .

<http://lexvo.org/id/char/23CB5> a lvont:Character ;
    lvont:represents "𣲵"^^xsd:string .

<http://lexvo.org/id/char/23CB6> a lvont:Character ;
    lvont:represents "𣲶"^^xsd:string .

<http://lexvo.org/id/char/23CB7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/nap6>,
        <http://lexvo.org/id/term/yue/%F0%A3%B2%B7>,
        "𣲷"^^xsd:string ;
    rdfs:comment "(Cant.) sticky; not smooth; slow"@en .

<http://lexvo.org/id/char/23CB8> a lvont:Character ;
    lvont:represents "𣲸"^^xsd:string .

<http://lexvo.org/id/char/23CB9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/nh%C3%A8m>,
        "𣲹"^^xsd:string .

<http://lexvo.org/id/char/23CBA> a lvont:Character ;
    lvont:represents "𣲺"^^xsd:string .

<http://lexvo.org/id/char/23CBB> a lvont:Character ;
    lvont:represents "𣲻"^^xsd:string .

<http://lexvo.org/id/char/23CBC> a lvont:Character ;
    lvont:represents "𣲼"^^xsd:string .

<http://lexvo.org/id/char/23CBD> a lvont:Character ;
    lvont:represents "𣲽"^^xsd:string .

<http://lexvo.org/id/char/23CBE> a lvont:Character ;
    lvont:represents "𣲾"^^xsd:string .

<http://lexvo.org/id/char/23CBF> a lvont:Character ;
    lvont:represents "𣲿"^^xsd:string .

<http://lexvo.org/id/char/23CC> a lvont:Character ;
    lvont:represents "⏌"^^xsd:string ;
    rdfs:comment "DENTISTRY SYMBOL LIGHT VERTICAL AND BOTTOM LEFT"@en .

<http://lexvo.org/id/char/23CC0> a lvont:Character ;
    lvont:represents "𣳀"^^xsd:string .

<http://lexvo.org/id/char/23CC1> a lvont:Character ;
    lvont:represents "𣳁"^^xsd:string .

<http://lexvo.org/id/char/23CC2> a lvont:Character ;
    lvont:represents "𣳂"^^xsd:string .

<http://lexvo.org/id/char/23CC3> a lvont:Character ;
    lvont:represents "𣳃"^^xsd:string .

<http://lexvo.org/id/char/23CC4> a lvont:Character ;
    lvont:represents "𣳄"^^xsd:string .

<http://lexvo.org/id/char/23CC5> a lvont:Character ;
    lvont:represents "𣳅"^^xsd:string .

<http://lexvo.org/id/char/23CC6> a lvont:Character ;
    lvont:represents "𣳆"^^xsd:string .

<http://lexvo.org/id/char/23CC7> a lvont:Character ;
    lvont:represents "𣳇"^^xsd:string .

<http://lexvo.org/id/char/23CC8> a lvont:Character ;
    lvont:represents "𣳈"^^xsd:string .

<http://lexvo.org/id/char/23CC9> a lvont:Character ;
    lvont:represents "𣳉"^^xsd:string .

<http://lexvo.org/id/char/23CCA> a lvont:Character ;
    lvont:represents "𣳊"^^xsd:string .

<http://lexvo.org/id/char/23CCB> a lvont:Character ;
    lvont:represents "𣳋"^^xsd:string .

<http://lexvo.org/id/char/23CCC> a lvont:Character ;
    lvont:represents "𣳌"^^xsd:string .

<http://lexvo.org/id/char/23CCD> a lvont:Character ;
    lvont:represents "𣳍"^^xsd:string .

<http://lexvo.org/id/char/23CCE> a lvont:Character ;
    lvont:represents "𣳎"^^xsd:string .

<http://lexvo.org/id/char/23CCF> a lvont:Character ;
    lvont:represents "𣳏"^^xsd:string .

<http://lexvo.org/id/char/23CD> a lvont:Character ;
    lvont:represents "⏍"^^xsd:string ;
    rdfs:comment "SQUARE FOOT"@en .

<http://lexvo.org/id/char/23CD0> a lvont:Character ;
    lvont:represents "𣳐"^^xsd:string .

<http://lexvo.org/id/char/23CD1> a lvont:Character ;
    lvont:represents "𣳑"^^xsd:string .

<http://lexvo.org/id/char/23CD2> a lvont:Character ;
    lvont:represents "𣳒"^^xsd:string .

<http://lexvo.org/id/char/23CD3> a lvont:Character ;
    lvont:represents "𣳓"^^xsd:string .

<http://lexvo.org/id/char/23CD4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/d%C3%B2ng>,
        "𣳔"^^xsd:string .

<http://lexvo.org/id/char/23CD5> a lvont:Character ;
    lvont:represents "𣳕"^^xsd:string .

<http://lexvo.org/id/char/23CD6> a lvont:Character ;
    lvont:represents "𣳖"^^xsd:string .

<http://lexvo.org/id/char/23CD7> a lvont:Character ;
    lvont:represents "𣳗"^^xsd:string .

<http://lexvo.org/id/char/23CD8> a lvont:Character ;
    lvont:represents "𣳘"^^xsd:string .

<http://lexvo.org/id/char/23CD9> a lvont:Character ;
    lvont:represents "𣳙"^^xsd:string .

<http://lexvo.org/id/char/23CDA> a lvont:Character ;
    lvont:represents "𣳚"^^xsd:string .

<http://lexvo.org/id/char/23CDB> a lvont:Character ;
    lvont:represents "𣳛"^^xsd:string .

<http://lexvo.org/id/char/23CDC> a lvont:Character ;
    lvont:represents "𣳜"^^xsd:string .

<http://lexvo.org/id/char/23CDD> a lvont:Character ;
    lvont:represents "𣳝"^^xsd:string .

<http://lexvo.org/id/char/23CDE> a lvont:Character ;
    lvont:represents "𣳞"^^xsd:string .

<http://lexvo.org/id/char/23CDF> a lvont:Character ;
    lvont:represents "𣳟"^^xsd:string .

<http://lexvo.org/id/char/23CE> a lvont:Character ;
    lvont:represents "⏎"^^xsd:string ;
    rdfs:comment "RETURN SYMBOL"@en .

<http://lexvo.org/id/char/23CE0> a lvont:Character ;
    lvont:represents "𣳠"^^xsd:string .

<http://lexvo.org/id/char/23CE1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/m%E1%BB%93>,
        "𣳡"^^xsd:string .

<http://lexvo.org/id/char/23CE2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ng%C3%B2i>,
        "𣳢"^^xsd:string .

<http://lexvo.org/id/char/23CE3> a lvont:Character ;
    lvont:represents "𣳣"^^xsd:string .

<http://lexvo.org/id/char/23CE4> a lvont:Character ;
    lvont:represents "𣳤"^^xsd:string .

<http://lexvo.org/id/char/23CE5> a lvont:Character ;
    lvont:represents "𣳥"^^xsd:string .

<http://lexvo.org/id/char/23CE6> a lvont:Character ;
    lvont:represents "𣳦"^^xsd:string .

<http://lexvo.org/id/char/23CE7> a lvont:Character ;
    lvont:represents "𣳧"^^xsd:string .

<http://lexvo.org/id/char/23CE8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/deoi1>,
        <http://lexvo.org/id/term/yue/%F0%A3%B3%A8>,
        "𣳨"^^xsd:string ;
    rdfs:comment "to store up, pile up"@en .

<http://lexvo.org/id/char/23CE9> a lvont:Character ;
    lvont:represents "𣳩"^^xsd:string .

<http://lexvo.org/id/char/23CEA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/l%C6%B0%E1%BB%A3i>,
        "𣳪"^^xsd:string .

<http://lexvo.org/id/char/23CEB> a lvont:Character ;
    lvont:represents "𣳫"^^xsd:string .

<http://lexvo.org/id/char/23CEC> a lvont:Character ;
    lvont:represents "𣳬"^^xsd:string .

<http://lexvo.org/id/char/23CED> a lvont:Character ;
    lvont:represents "𣳭"^^xsd:string .

<http://lexvo.org/id/char/23CEE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/l%E1%BA%A3>,
        "𣳮"^^xsd:string .

<http://lexvo.org/id/char/23CEF> a lvont:Character ;
    lvont:represents "𣳯"^^xsd:string .

<http://lexvo.org/id/char/23CF> a lvont:Character ;
    lvont:represents "⏏"^^xsd:string ;
    rdfs:comment "EJECT SYMBOL"@en .

<http://lexvo.org/id/char/23CF0> a lvont:Character ;
    lvont:represents "𣳰"^^xsd:string .

<http://lexvo.org/id/char/23CF1> a lvont:Character ;
    lvont:represents "𣳱"^^xsd:string .

<http://lexvo.org/id/char/23CF2> a lvont:Character ;
    lvont:represents "𣳲"^^xsd:string .

<http://lexvo.org/id/char/23CF3> a lvont:Character ;
    lvont:represents "𣳳"^^xsd:string .

<http://lexvo.org/id/char/23CF4> a lvont:Character ;
    lvont:represents "𣳴"^^xsd:string .

<http://lexvo.org/id/char/23CF5> a lvont:Character ;
    lvont:represents "𣳵"^^xsd:string .

<http://lexvo.org/id/char/23CF6> a lvont:Character ;
    lvont:represents "𣳶"^^xsd:string .

<http://lexvo.org/id/char/23CF7> a lvont:Character ;
    lvont:represents "𣳷"^^xsd:string .

<http://lexvo.org/id/char/23CF8> a lvont:Character ;
    lvont:represents "𣳸"^^xsd:string .

<http://lexvo.org/id/char/23CF9> a lvont:Character ;
    lvont:represents "𣳹"^^xsd:string .

<http://lexvo.org/id/char/23CFA> a lvont:Character ;
    lvont:represents "𣳺"^^xsd:string .

<http://lexvo.org/id/char/23CFB> a lvont:Character ;
    lvont:represents "𣳻"^^xsd:string .

<http://lexvo.org/id/char/23CFC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/doe4>,
        <http://lexvo.org/id/term/yue/%F0%A3%B3%BC>,
        "𣳼"^^xsd:string ;
    rdfs:comment "(Cant.) salivating"@en .

<http://lexvo.org/id/char/23CFD> a lvont:Character ;
    lvont:represents "𣳽"^^xsd:string .

<http://lexvo.org/id/char/23CFE> a lvont:Character ;
    lvont:represents "𣳾"^^xsd:string .

<http://lexvo.org/id/char/23CFF> a lvont:Character ;
    lvont:represents "𣳿"^^xsd:string .

<http://lexvo.org/id/char/23D0> a lvont:Character ;
    lvont:represents "⏐"^^xsd:string ;
    rdfs:comment "VERTICAL LINE EXTENSION"@en .

<http://lexvo.org/id/char/23D00> a lvont:Character ;
    lvont:represents "𣴀"^^xsd:string .

<http://lexvo.org/id/char/23D01> a lvont:Character ;
    lvont:represents "𣴁"^^xsd:string .

<http://lexvo.org/id/char/23D02> a lvont:Character ;
    lvont:represents "𣴂"^^xsd:string .

<http://lexvo.org/id/char/23D03> a lvont:Character ;
    lvont:represents "𣴃"^^xsd:string .

<http://lexvo.org/id/char/23D04> a lvont:Character ;
    lvont:represents "𣴄"^^xsd:string .

<http://lexvo.org/id/char/23D05> a lvont:Character ;
    lvont:represents "𣴅"^^xsd:string .

<http://lexvo.org/id/char/23D06> a lvont:Character ;
    lvont:represents "𣴆"^^xsd:string .

<http://lexvo.org/id/char/23D07> a lvont:Character ;
    lvont:represents "𣴇"^^xsd:string .

<http://lexvo.org/id/char/23D08> a lvont:Character ;
    lvont:represents "𣴈"^^xsd:string .

<http://lexvo.org/id/char/23D09> a lvont:Character ;
    lvont:represents "𣴉"^^xsd:string .

<http://lexvo.org/id/char/23D0A> a lvont:Character ;
    lvont:represents "𣴊"^^xsd:string .

<http://lexvo.org/id/char/23D0B> a lvont:Character ;
    lvont:represents "𣴋"^^xsd:string .

<http://lexvo.org/id/char/23D0C> a lvont:Character ;
    lvont:represents "𣴌"^^xsd:string .

<http://lexvo.org/id/char/23D0D> a lvont:Character ;
    lvont:represents "𣴍"^^xsd:string .

<http://lexvo.org/id/char/23D0E> a lvont:Character ;
    lvont:represents "𣴎"^^xsd:string .

<http://lexvo.org/id/char/23D0F> a lvont:Character ;
    lvont:represents "𣴏"^^xsd:string .

<http://lexvo.org/id/char/23D1> a lvont:Character ;
    lvont:represents "⏑"^^xsd:string ;
    rdfs:comment "METRICAL BREVE"@en .

<http://lexvo.org/id/char/23D10> a lvont:Character ;
    lvont:represents "𣴐"^^xsd:string .

<http://lexvo.org/id/char/23D11> a lvont:Character ;
    lvont:represents "𣴑"^^xsd:string .

<http://lexvo.org/id/char/23D12> a lvont:Character ;
    lvont:represents "𣴒"^^xsd:string .

<http://lexvo.org/id/char/23D13> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%A0n>,
        <http://lexvo.org/id/term/vie/c%E1%BA%A1n>,
        "𣴓"^^xsd:string ;
    rdfs:comment "北𣴓省, Bắc Kạn Province in northern Vietnam"@en .

<http://lexvo.org/id/char/23D14> a lvont:Character ;
    lvont:represents "𣴔"^^xsd:string .

<http://lexvo.org/id/char/23D15> a lvont:Character ;
    lvont:represents "𣴕"^^xsd:string .

<http://lexvo.org/id/char/23D16> a lvont:Character ;
    lvont:represents "𣴖"^^xsd:string .

<http://lexvo.org/id/char/23D17> a lvont:Character ;
    lvont:represents "𣴗"^^xsd:string .

<http://lexvo.org/id/char/23D18> a lvont:Character ;
    lvont:represents "𣴘"^^xsd:string .

<http://lexvo.org/id/char/23D19> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/%C4%91%C6%B0>,
        "𣴙"^^xsd:string .

<http://lexvo.org/id/char/23D1A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/h%E1%BB%A5p>,
        "𣴚"^^xsd:string .

<http://lexvo.org/id/char/23D1B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/nh%C3%BAng>,
        "𣴛"^^xsd:string .

<http://lexvo.org/id/char/23D1C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/th%C3%A1c>,
        "𣴜"^^xsd:string .

<http://lexvo.org/id/char/23D1D> a lvont:Character ;
    lvont:represents "𣴝"^^xsd:string .

<http://lexvo.org/id/char/23D1E> a lvont:Character ;
    lvont:represents "𣴞"^^xsd:string .

<http://lexvo.org/id/char/23D1F> a lvont:Character ;
    lvont:represents "𣴟"^^xsd:string .

<http://lexvo.org/id/char/23D2> a lvont:Character ;
    lvont:represents "⏒"^^xsd:string ;
    rdfs:comment "METRICAL LONG OVER SHORT"@en .

<http://lexvo.org/id/char/23D20> a lvont:Character ;
    lvont:represents "𣴠"^^xsd:string .

<http://lexvo.org/id/char/23D21> a lvont:Character ;
    lvont:represents "𣴡"^^xsd:string .

<http://lexvo.org/id/char/23D22> a lvont:Character ;
    lvont:represents "𣴢"^^xsd:string .

<http://lexvo.org/id/char/23D23> a lvont:Character ;
    lvont:represents "𣴣"^^xsd:string .

<http://lexvo.org/id/char/23D24> a lvont:Character ;
    lvont:represents "𣴤"^^xsd:string .

<http://lexvo.org/id/char/23D25> a lvont:Character ;
    lvont:represents "𣴥"^^xsd:string .

<http://lexvo.org/id/char/23D26> a lvont:Character ;
    lvont:represents "𣴦"^^xsd:string .

<http://lexvo.org/id/char/23D27> a lvont:Character ;
    lvont:represents "𣴧"^^xsd:string .

<http://lexvo.org/id/char/23D28> a lvont:Character ;
    lvont:represents "𣴨"^^xsd:string .

<http://lexvo.org/id/char/23D29> a lvont:Character ;
    lvont:represents "𣴩"^^xsd:string .

<http://lexvo.org/id/char/23D2A> a lvont:Character ;
    lvont:represents "𣴪"^^xsd:string .

<http://lexvo.org/id/char/23D2B> a lvont:Character ;
    lvont:represents "𣴫"^^xsd:string .

<http://lexvo.org/id/char/23D2C> a lvont:Character ;
    lvont:represents "𣴬"^^xsd:string .

<http://lexvo.org/id/char/23D2D> a lvont:Character ;
    lvont:represents "𣴭"^^xsd:string .

<http://lexvo.org/id/char/23D2E> a lvont:Character ;
    lvont:represents "𣴮"^^xsd:string .

<http://lexvo.org/id/char/23D2F> a lvont:Character ;
    lvont:represents "𣴯"^^xsd:string .

<http://lexvo.org/id/char/23D3> a lvont:Character ;
    lvont:represents "⏓"^^xsd:string ;
    rdfs:comment "METRICAL SHORT OVER LONG"@en .

<http://lexvo.org/id/char/23D30> a lvont:Character ;
    lvont:represents "𣴰"^^xsd:string .

<http://lexvo.org/id/char/23D31> a lvont:Character ;
    lvont:represents "𣴱"^^xsd:string .

<http://lexvo.org/id/char/23D32> a lvont:Character ;
    lvont:represents "𣴲"^^xsd:string .

<http://lexvo.org/id/char/23D33> a lvont:Character ;
    lvont:represents "𣴳"^^xsd:string .

<http://lexvo.org/id/char/23D34> a lvont:Character ;
    lvont:represents "𣴴"^^xsd:string .

<http://lexvo.org/id/char/23D35> a lvont:Character ;
    lvont:represents "𣴵"^^xsd:string .

<http://lexvo.org/id/char/23D36> a lvont:Character ;
    lvont:represents "𣴶"^^xsd:string .

<http://lexvo.org/id/char/23D37> a lvont:Character ;
    lvont:represents "𣴷"^^xsd:string .

<http://lexvo.org/id/char/23D38> a lvont:Character ;
    lvont:represents "𣴸"^^xsd:string .

<http://lexvo.org/id/char/23D39> a lvont:Character ;
    lvont:represents "𣴹"^^xsd:string .

<http://lexvo.org/id/char/23D3A> a lvont:Character ;
    lvont:represents "𣴺"^^xsd:string .

<http://lexvo.org/id/char/23D3B> a lvont:Character ;
    lvont:represents "𣴻"^^xsd:string .

<http://lexvo.org/id/char/23D3C> a lvont:Character ;
    lvont:represents "𣴼"^^xsd:string .

<http://lexvo.org/id/char/23D3D> a lvont:Character ;
    lvont:represents "𣴽"^^xsd:string .

<http://lexvo.org/id/char/23D3E> a lvont:Character ;
    lvont:represents "𣴾"^^xsd:string .

<http://lexvo.org/id/char/23D3F> a lvont:Character ;
    lvont:represents "𣴿"^^xsd:string .

<http://lexvo.org/id/char/23D4> a lvont:Character ;
    lvont:represents "⏔"^^xsd:string ;
    rdfs:comment "METRICAL LONG OVER TWO SHORTS"@en .

<http://lexvo.org/id/char/23D40> a lvont:Character ;
    lvont:represents "𣵀"^^xsd:string .

<http://lexvo.org/id/char/23D41> a lvont:Character ;
    lvont:represents "𣵁"^^xsd:string .

<http://lexvo.org/id/char/23D42> a lvont:Character ;
    lvont:represents "𣵂"^^xsd:string .

<http://lexvo.org/id/char/23D43> a lvont:Character ;
    lvont:represents "𣵃"^^xsd:string .

<http://lexvo.org/id/char/23D44> a lvont:Character ;
    lvont:represents "𣵄"^^xsd:string .

<http://lexvo.org/id/char/23D45> a lvont:Character ;
    lvont:represents "𣵅"^^xsd:string .

<http://lexvo.org/id/char/23D46> a lvont:Character ;
    lvont:represents "𣵆"^^xsd:string .

<http://lexvo.org/id/char/23D47> a lvont:Character ;
    lvont:represents "𣵇"^^xsd:string .

<http://lexvo.org/id/char/23D48> a lvont:Character ;
    lvont:represents "𣵈"^^xsd:string .

<http://lexvo.org/id/char/23D49> a lvont:Character ;
    lvont:represents "𣵉"^^xsd:string .

<http://lexvo.org/id/char/23D4A> a lvont:Character ;
    lvont:represents "𣵊"^^xsd:string .

<http://lexvo.org/id/char/23D4B> a lvont:Character ;
    lvont:represents "𣵋"^^xsd:string .

<http://lexvo.org/id/char/23D4C> a lvont:Character ;
    lvont:represents "𣵌"^^xsd:string .

<http://lexvo.org/id/char/23D4D> a lvont:Character ;
    lvont:represents "𣵍"^^xsd:string .

<http://lexvo.org/id/char/23D4E> a lvont:Character ;
    lvont:represents "𣵎"^^xsd:string .

<http://lexvo.org/id/char/23D4F> a lvont:Character ;
    lvont:represents "𣵏"^^xsd:string .

<http://lexvo.org/id/char/23D5> a lvont:Character ;
    lvont:represents "⏕"^^xsd:string ;
    rdfs:comment "METRICAL TWO SHORTS OVER LONG"@en .

<http://lexvo.org/id/char/23D50> a lvont:Character ;
    lvont:represents "𣵐"^^xsd:string .

<http://lexvo.org/id/char/23D51> a lvont:Character ;
    lvont:represents "𣵑"^^xsd:string .

<http://lexvo.org/id/char/23D52> a lvont:Character ;
    lvont:represents "𣵒"^^xsd:string .

<http://lexvo.org/id/char/23D53> a lvont:Character ;
    lvont:represents "𣵓"^^xsd:string .

<http://lexvo.org/id/char/23D54> a lvont:Character ;
    lvont:represents "𣵔"^^xsd:string .

<http://lexvo.org/id/char/23D55> a lvont:Character ;
    lvont:represents "𣵕"^^xsd:string .

<http://lexvo.org/id/char/23D56> a lvont:Character ;
    lvont:represents "𣵖"^^xsd:string .

<http://lexvo.org/id/char/23D57> a lvont:Character ;
    lvont:represents "𣵗"^^xsd:string .

<http://lexvo.org/id/char/23D58> a lvont:Character ;
    lvont:represents "𣵘"^^xsd:string .

<http://lexvo.org/id/char/23D59> a lvont:Character ;
    lvont:represents "𣵙"^^xsd:string .

<http://lexvo.org/id/char/23D5A> a lvont:Character ;
    lvont:represents "𣵚"^^xsd:string .

<http://lexvo.org/id/char/23D5B> a lvont:Character ;
    lvont:represents "𣵛"^^xsd:string .

<http://lexvo.org/id/char/23D5C> a lvont:Character ;
    lvont:represents "𣵜"^^xsd:string .

<http://lexvo.org/id/char/23D5D> a lvont:Character ;
    lvont:represents "𣵝"^^xsd:string .

<http://lexvo.org/id/char/23D5E> a lvont:Character ;
    lvont:represents "𣵞"^^xsd:string .

<http://lexvo.org/id/char/23D5F> a lvont:Character ;
    lvont:represents "𣵟"^^xsd:string .

<http://lexvo.org/id/char/23D6> a lvont:Character ;
    lvont:represents "⏖"^^xsd:string ;
    rdfs:comment "METRICAL TWO SHORTS JOINED"@en .

<http://lexvo.org/id/char/23D60> a lvont:Character ;
    lvont:represents "𣵠"^^xsd:string .

<http://lexvo.org/id/char/23D61> a lvont:Character ;
    lvont:represents "𣵡"^^xsd:string .

<http://lexvo.org/id/char/23D62> a lvont:Character ;
    lvont:represents "𣵢"^^xsd:string .

<http://lexvo.org/id/char/23D63> a lvont:Character ;
    lvont:represents "𣵣"^^xsd:string .

<http://lexvo.org/id/char/23D64> a lvont:Character ;
    lvont:represents "𣵤"^^xsd:string .

<http://lexvo.org/id/char/23D65> a lvont:Character ;
    lvont:represents "𣵥"^^xsd:string .

<http://lexvo.org/id/char/23D66> a lvont:Character ;
    lvont:represents "𣵦"^^xsd:string .

<http://lexvo.org/id/char/23D67> a lvont:Character ;
    lvont:represents "𣵧"^^xsd:string .

<http://lexvo.org/id/char/23D68> a lvont:Character ;
    lvont:represents "𣵨"^^xsd:string .

<http://lexvo.org/id/char/23D69> a lvont:Character ;
    lvont:represents "𣵩"^^xsd:string .

<http://lexvo.org/id/char/23D6A> a lvont:Character ;
    lvont:represents "𣵪"^^xsd:string .

<http://lexvo.org/id/char/23D6B> a lvont:Character ;
    lvont:represents "𣵫"^^xsd:string .

<http://lexvo.org/id/char/23D6C> a lvont:Character ;
    lvont:represents "𣵬"^^xsd:string .

<http://lexvo.org/id/char/23D6D> a lvont:Character ;
    lvont:represents "𣵭"^^xsd:string .

<http://lexvo.org/id/char/23D6E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/b%C6%B0ng>,
        "𣵮"^^xsd:string .

<http://lexvo.org/id/char/23D6F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/x%C3%B4i>,
        "𣵯"^^xsd:string .

<http://lexvo.org/id/char/23D7> a lvont:Character ;
    lvont:represents "⏗"^^xsd:string ;
    rdfs:comment "METRICAL TRISEME"@en .

<http://lexvo.org/id/char/23D70> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/l%E1%BA%B7n>,
        "𣵰"^^xsd:string .

<http://lexvo.org/id/char/23D71> a lvont:Character ;
    lvont:represents "𣵱"^^xsd:string .

<http://lexvo.org/id/char/23D72> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/b%E1%BB%A3n>,
        "𣵲"^^xsd:string .

<http://lexvo.org/id/char/23D73> a lvont:Character ;
    lvont:represents "𣵳"^^xsd:string .

<http://lexvo.org/id/char/23D74> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ng%E1%BA%A5m>,
        "𣵴"^^xsd:string .

<http://lexvo.org/id/char/23D75> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ng%E1%BA%ADp>,
        "𣵵"^^xsd:string .

<http://lexvo.org/id/char/23D76> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/xu%C3%B4i>,
        "𣵶"^^xsd:string .

<http://lexvo.org/id/char/23D77> a lvont:Character ;
    lvont:represents "𣵷"^^xsd:string .

<http://lexvo.org/id/char/23D78> a lvont:Character ;
    lvont:represents "𣵸"^^xsd:string .

<http://lexvo.org/id/char/23D79> a lvont:Character ;
    lvont:represents "𣵹"^^xsd:string .

<http://lexvo.org/id/char/23D7A> a lvont:Character ;
    lvont:represents "𣵺"^^xsd:string .

<http://lexvo.org/id/char/23D7B> a lvont:Character ;
    lvont:represents "𣵻"^^xsd:string .

<http://lexvo.org/id/char/23D7C> a lvont:Character ;
    lvont:represents "𣵼"^^xsd:string .

<http://lexvo.org/id/char/23D7D> a lvont:Character ;
    lvont:represents "𣵽"^^xsd:string .

<http://lexvo.org/id/char/23D7E> a lvont:Character ;
    lvont:represents "𣵾"^^xsd:string .

<http://lexvo.org/id/char/23D7F> a lvont:Character ;
    lvont:represents "𣵿"^^xsd:string .

<http://lexvo.org/id/char/23D8> a lvont:Character ;
    lvont:represents "⏘"^^xsd:string ;
    rdfs:comment "METRICAL TETRASEME"@en .

<http://lexvo.org/id/char/23D80> a lvont:Character ;
    lvont:represents "𣶀"^^xsd:string .

<http://lexvo.org/id/char/23D81> a lvont:Character ;
    lvont:represents "𣶁"^^xsd:string .

<http://lexvo.org/id/char/23D82> a lvont:Character ;
    lvont:represents "𣶂"^^xsd:string .

<http://lexvo.org/id/char/23D83> a lvont:Character ;
    lvont:represents "𣶃"^^xsd:string .

<http://lexvo.org/id/char/23D84> a lvont:Character ;
    lvont:represents "𣶄"^^xsd:string .

<http://lexvo.org/id/char/23D85> a lvont:Character ;
    lvont:represents "𣶅"^^xsd:string .

<http://lexvo.org/id/char/23D86> a lvont:Character ;
    lvont:represents "𣶆"^^xsd:string .

<http://lexvo.org/id/char/23D87> a lvont:Character ;
    lvont:represents "𣶇"^^xsd:string .

<http://lexvo.org/id/char/23D88> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/v%C3%B3ng>,
        "𣶈"^^xsd:string .

<http://lexvo.org/id/char/23D89> a lvont:Character ;
    lvont:represents "𣶉"^^xsd:string .

<http://lexvo.org/id/char/23D8A> a lvont:Character ;
    lvont:represents "𣶊"^^xsd:string .

<http://lexvo.org/id/char/23D8B> a lvont:Character ;
    lvont:represents "𣶋"^^xsd:string .

<http://lexvo.org/id/char/23D8C> a lvont:Character ;
    lvont:represents "𣶌"^^xsd:string .

<http://lexvo.org/id/char/23D8D> a lvont:Character ;
    lvont:represents "𣶍"^^xsd:string .

<http://lexvo.org/id/char/23D8E> a lvont:Character ;
    lvont:represents "𣶎"^^xsd:string .

<http://lexvo.org/id/char/23D8F> a lvont:Character ;
    lvont:represents "𣶏"^^xsd:string .

<http://lexvo.org/id/char/23D9> a lvont:Character ;
    lvont:represents "⏙"^^xsd:string ;
    rdfs:comment "METRICAL PENTASEME"@en .

<http://lexvo.org/id/char/23D90> a lvont:Character ;
    lvont:represents "𣶐"^^xsd:string .

<http://lexvo.org/id/char/23D91> a lvont:Character ;
    lvont:represents "𣶑"^^xsd:string .

<http://lexvo.org/id/char/23D92> a lvont:Character ;
    lvont:represents "𣶒"^^xsd:string .

<http://lexvo.org/id/char/23D93> a lvont:Character ;
    lvont:represents "𣶓"^^xsd:string .

<http://lexvo.org/id/char/23D94> a lvont:Character ;
    lvont:represents "𣶔"^^xsd:string .

<http://lexvo.org/id/char/23D95> a lvont:Character ;
    lvont:represents "𣶕"^^xsd:string .

<http://lexvo.org/id/char/23D96> a lvont:Character ;
    lvont:represents "𣶖"^^xsd:string .

<http://lexvo.org/id/char/23D97> a lvont:Character ;
    lvont:represents "𣶗"^^xsd:string .

<http://lexvo.org/id/char/23D98> a lvont:Character ;
    lvont:represents "𣶘"^^xsd:string .

<http://lexvo.org/id/char/23D99> a lvont:Character ;
    lvont:represents "𣶙"^^xsd:string .

<http://lexvo.org/id/char/23D9A> a lvont:Character ;
    lvont:represents "𣶚"^^xsd:string .

<http://lexvo.org/id/char/23D9B> a lvont:Character ;
    lvont:represents "𣶛"^^xsd:string .

<http://lexvo.org/id/char/23D9C> a lvont:Character ;
    lvont:represents "𣶜"^^xsd:string .

<http://lexvo.org/id/char/23D9D> a lvont:Character ;
    lvont:represents "𣶝"^^xsd:string .

<http://lexvo.org/id/char/23D9E> a lvont:Character ;
    lvont:represents "𣶞"^^xsd:string .

<http://lexvo.org/id/char/23D9F> a lvont:Character ;
    lvont:represents "𣶟"^^xsd:string .

<http://lexvo.org/id/char/23DA> a lvont:Character ;
    lvont:represents "⏚"^^xsd:string ;
    rdfs:comment "EARTH GROUND"@en .

<http://lexvo.org/id/char/23DA0> a lvont:Character ;
    lvont:represents "𣶠"^^xsd:string .

<http://lexvo.org/id/char/23DA1> a lvont:Character ;
    lvont:represents "𣶡"^^xsd:string .

<http://lexvo.org/id/char/23DA2> a lvont:Character ;
    lvont:represents "𣶢"^^xsd:string .

<http://lexvo.org/id/char/23DA3> a lvont:Character ;
    lvont:represents "𣶣"^^xsd:string .

<http://lexvo.org/id/char/23DA4> a lvont:Character ;
    lvont:represents "𣶤"^^xsd:string .

<http://lexvo.org/id/char/23DA5> a lvont:Character ;
    lvont:represents "𣶥"^^xsd:string .

<http://lexvo.org/id/char/23DA6> a lvont:Character ;
    lvont:represents "𣶦"^^xsd:string .

<http://lexvo.org/id/char/23DA7> a lvont:Character ;
    lvont:represents "𣶧"^^xsd:string .

<http://lexvo.org/id/char/23DA8> a lvont:Character ;
    lvont:represents "𣶨"^^xsd:string .

<http://lexvo.org/id/char/23DA9> a lvont:Character ;
    lvont:represents "𣶩"^^xsd:string .

<http://lexvo.org/id/char/23DAA> a lvont:Character ;
    lvont:represents "𣶪"^^xsd:string .

<http://lexvo.org/id/char/23DAB> a lvont:Character ;
    lvont:represents "𣶫"^^xsd:string .

<http://lexvo.org/id/char/23DAC> a lvont:Character ;
    lvont:represents "𣶬"^^xsd:string .

<http://lexvo.org/id/char/23DAD> a lvont:Character ;
    lvont:represents "𣶭"^^xsd:string .

<http://lexvo.org/id/char/23DAE> a lvont:Character ;
    lvont:represents "𣶮"^^xsd:string .

<http://lexvo.org/id/char/23DAF> a lvont:Character ;
    lvont:represents "𣶯"^^xsd:string .

<http://lexvo.org/id/char/23DB> a lvont:Character ;
    lvont:represents "⏛"^^xsd:string ;
    rdfs:comment "FUSE"@en .

<http://lexvo.org/id/char/23DB0> a lvont:Character ;
    lvont:represents "𣶰"^^xsd:string .

<http://lexvo.org/id/char/23DB1> a lvont:Character ;
    lvont:represents "𣶱"^^xsd:string .

<http://lexvo.org/id/char/23DB2> a lvont:Character ;
    lvont:represents "𣶲"^^xsd:string .

<http://lexvo.org/id/char/23DB3> a lvont:Character ;
    lvont:represents "𣶳"^^xsd:string .

<http://lexvo.org/id/char/23DB4> a lvont:Character ;
    lvont:represents "𣶴"^^xsd:string .

<http://lexvo.org/id/char/23DB5> a lvont:Character ;
    lvont:represents "𣶵"^^xsd:string .

<http://lexvo.org/id/char/23DB6> a lvont:Character ;
    lvont:represents "𣶶"^^xsd:string .

<http://lexvo.org/id/char/23DB7> a lvont:Character ;
    lvont:represents "𣶷"^^xsd:string .

<http://lexvo.org/id/char/23DB8> a lvont:Character ;
    lvont:represents "𣶸"^^xsd:string .

<http://lexvo.org/id/char/23DB9> a lvont:Character ;
    lvont:represents "𣶹"^^xsd:string .

<http://lexvo.org/id/char/23DBA> a lvont:Character ;
    lvont:represents "𣶺"^^xsd:string .

<http://lexvo.org/id/char/23DBB> a lvont:Character ;
    lvont:represents "𣶻"^^xsd:string .

<http://lexvo.org/id/char/23DBC> a lvont:Character ;
    lvont:represents "𣶼"^^xsd:string .

<http://lexvo.org/id/char/23DBD> a lvont:Character ;
    lvont:represents "𣶽"^^xsd:string .

<http://lexvo.org/id/char/23DBE> a lvont:Character ;
    lvont:represents "𣶾"^^xsd:string .

<http://lexvo.org/id/char/23DBF> a lvont:Character ;
    lvont:represents "𣶿"^^xsd:string .

<http://lexvo.org/id/char/23DC> a lvont:Character ;
    lvont:represents "⏜"^^xsd:string ;
    rdfs:comment "TOP PARENTHESIS"@en .

<http://lexvo.org/id/char/23DC0> a lvont:Character ;
    lvont:represents "𣷀"^^xsd:string .

<http://lexvo.org/id/char/23DC1> a lvont:Character ;
    lvont:represents "𣷁"^^xsd:string .

<http://lexvo.org/id/char/23DC2> a lvont:Character ;
    lvont:represents "𣷂"^^xsd:string .

<http://lexvo.org/id/char/23DC3> a lvont:Character ;
    lvont:represents "𣷃"^^xsd:string .

<http://lexvo.org/id/char/23DC4> a lvont:Character ;
    lvont:represents "𣷄"^^xsd:string .

<http://lexvo.org/id/char/23DC5> a lvont:Character ;
    lvont:represents "𣷅"^^xsd:string .

<http://lexvo.org/id/char/23DC6> a lvont:Character ;
    lvont:represents "𣷆"^^xsd:string .

<http://lexvo.org/id/char/23DC7> a lvont:Character ;
    lvont:represents "𣷇"^^xsd:string .

<http://lexvo.org/id/char/23DC8> a lvont:Character ;
    lvont:represents "𣷈"^^xsd:string .

<http://lexvo.org/id/char/23DC9> a lvont:Character ;
    lvont:represents "𣷉"^^xsd:string .

<http://lexvo.org/id/char/23DCA> a lvont:Character ;
    lvont:represents "𣷊"^^xsd:string .

<http://lexvo.org/id/char/23DCB> a lvont:Character ;
    lvont:represents "𣷋"^^xsd:string .

<http://lexvo.org/id/char/23DCC> a lvont:Character ;
    lvont:represents "𣷌"^^xsd:string .

<http://lexvo.org/id/char/23DCD> a lvont:Character ;
    lvont:represents "𣷍"^^xsd:string .

<http://lexvo.org/id/char/23DCE> a lvont:Character ;
    lvont:represents "𣷎"^^xsd:string .

<http://lexvo.org/id/char/23DCF> a lvont:Character ;
    lvont:represents "𣷏"^^xsd:string .

<http://lexvo.org/id/char/23DD> a lvont:Character ;
    lvont:represents "⏝"^^xsd:string ;
    rdfs:comment "BOTTOM PARENTHESIS"@en .

<http://lexvo.org/id/char/23DD0> a lvont:Character ;
    lvont:represents "𣷐"^^xsd:string .

<http://lexvo.org/id/char/23DD1> a lvont:Character ;
    lvont:represents "𣷑"^^xsd:string .

<http://lexvo.org/id/char/23DD2> a lvont:Character ;
    lvont:represents "𣷒"^^xsd:string .

<http://lexvo.org/id/char/23DD3> a lvont:Character ;
    lvont:represents "𣷓"^^xsd:string .

<http://lexvo.org/id/char/23DD4> a lvont:Character ;
    lvont:represents "𣷔"^^xsd:string .

<http://lexvo.org/id/char/23DD5> a lvont:Character ;
    lvont:represents "𣷕"^^xsd:string .

<http://lexvo.org/id/char/23DD6> a lvont:Character ;
    lvont:represents "𣷖"^^xsd:string .

<http://lexvo.org/id/char/23DD7> a lvont:Character ;
    lvont:represents "𣷗"^^xsd:string .

<http://lexvo.org/id/char/23DD8> a lvont:Character ;
    lvont:represents "𣷘"^^xsd:string .

<http://lexvo.org/id/char/23DD9> a lvont:Character ;
    lvont:represents "𣷙"^^xsd:string .

<http://lexvo.org/id/char/23DDA> a lvont:Character ;
    lvont:represents "𣷚"^^xsd:string .

<http://lexvo.org/id/char/23DDB> a lvont:Character ;
    lvont:represents "𣷛"^^xsd:string .

<http://lexvo.org/id/char/23DDC> a lvont:Character ;
    lvont:represents "𣷜"^^xsd:string .

<http://lexvo.org/id/char/23DDD> a lvont:Character ;
    lvont:represents "𣷝"^^xsd:string .

<http://lexvo.org/id/char/23DDE> a lvont:Character ;
    lvont:represents "𣷞"^^xsd:string .

<http://lexvo.org/id/char/23DDF> a lvont:Character ;
    lvont:represents "𣷟"^^xsd:string .

<http://lexvo.org/id/char/23DE> a lvont:Character ;
    lvont:represents "⏞"^^xsd:string ;
    rdfs:comment "TOP CURLY BRACKET"@en .

<http://lexvo.org/id/char/23DE0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/m%C3%AAnh>,
        "𣷠"^^xsd:string .

<http://lexvo.org/id/char/23DE1> a lvont:Character ;
    lvont:represents "𣷡"^^xsd:string .

<http://lexvo.org/id/char/23DE2> a lvont:Character ;
    lvont:represents "𣷢"^^xsd:string .

<http://lexvo.org/id/char/23DE3> a lvont:Character ;
    lvont:represents "𣷣"^^xsd:string .

<http://lexvo.org/id/char/23DE4> a lvont:Character ;
    lvont:represents "𣷤"^^xsd:string .

<http://lexvo.org/id/char/23DE5> a lvont:Character ;
    lvont:represents "𣷥"^^xsd:string .

<http://lexvo.org/id/char/23DE6> a lvont:Character ;
    lvont:represents "𣷦"^^xsd:string .

<http://lexvo.org/id/char/23DE7> a lvont:Character ;
    lvont:represents "𣷧"^^xsd:string .

<http://lexvo.org/id/char/23DE8> a lvont:Character ;
    lvont:represents "𣷨"^^xsd:string .

<http://lexvo.org/id/char/23DE9> a lvont:Character ;
    lvont:represents "𣷩"^^xsd:string .

<http://lexvo.org/id/char/23DEA> a lvont:Character ;
    lvont:represents "𣷪"^^xsd:string .

<http://lexvo.org/id/char/23DEB> a lvont:Character ;
    lvont:represents "𣷫"^^xsd:string .

<http://lexvo.org/id/char/23DEC> a lvont:Character ;
    lvont:represents "𣷬"^^xsd:string .

<http://lexvo.org/id/char/23DED> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/b%E1%BB%83>,
        "𣷭"^^xsd:string .

<http://lexvo.org/id/char/23DEE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/l%E1%BB%99i>,
        "𣷮"^^xsd:string .

<http://lexvo.org/id/char/23DEF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/c%E1%BA%B7n>,
        "𣷯"^^xsd:string .

<http://lexvo.org/id/char/23DF> a lvont:Character ;
    lvont:represents "⏟"^^xsd:string ;
    rdfs:comment "BOTTOM CURLY BRACKET"@en .

<http://lexvo.org/id/char/23DF0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/nh%C6%A1m>,
        "𣷰"^^xsd:string .

<http://lexvo.org/id/char/23DF1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/s%E1%BB%AFa>,
        "𣷱"^^xsd:string .

<http://lexvo.org/id/char/23DF2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/s%E1%BB%AFa>,
        "𣷲"^^xsd:string .

<http://lexvo.org/id/char/23DF3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/%C4%91%C3%A1y>,
        "𣷳"^^xsd:string .

<http://lexvo.org/id/char/23DF4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/v%E1%BA%BBo>,
        "𣷴"^^xsd:string .

<http://lexvo.org/id/char/23DF5> a lvont:Character ;
    lvont:represents "𣷵"^^xsd:string .

<http://lexvo.org/id/char/23DF6> a lvont:Character ;
    lvont:represents "𣷶"^^xsd:string .

<http://lexvo.org/id/char/23DF7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/bi%E1%BB%83n>,
        "𣷷"^^xsd:string .

<http://lexvo.org/id/char/23DF8> a lvont:Character ;
    lvont:represents "𣷸"^^xsd:string .

<http://lexvo.org/id/char/23DF9> a lvont:Character ;
    lvont:represents "𣷹"^^xsd:string .

<http://lexvo.org/id/char/23DFA> a lvont:Character ;
    lvont:represents "𣷺"^^xsd:string .

<http://lexvo.org/id/char/23DFB> a lvont:Character ;
    lvont:represents "𣷻"^^xsd:string .

<http://lexvo.org/id/char/23DFC> a lvont:Character ;
    lvont:represents "𣷼"^^xsd:string .

<http://lexvo.org/id/char/23DFD> a lvont:Character ;
    lvont:represents "𣷽"^^xsd:string .

<http://lexvo.org/id/char/23DFE> a lvont:Character ;
    lvont:represents "𣷾"^^xsd:string .

<http://lexvo.org/id/char/23DFF> a lvont:Character ;
    lvont:represents "𣷿"^^xsd:string .

<http://lexvo.org/id/char/23E0> a lvont:Character ;
    lvont:represents "⏠"^^xsd:string ;
    rdfs:comment "TOP TORTOISE SHELL BRACKET"@en .

<http://lexvo.org/id/char/23E00> a lvont:Character ;
    lvont:represents "𣸀"^^xsd:string .

<http://lexvo.org/id/char/23E01> a lvont:Character ;
    lvont:represents "𣸁"^^xsd:string .

<http://lexvo.org/id/char/23E02> a lvont:Character ;
    lvont:represents "𣸂"^^xsd:string .

<http://lexvo.org/id/char/23E03> a lvont:Character ;
    lvont:represents "𣸃"^^xsd:string .

<http://lexvo.org/id/char/23E04> a lvont:Character ;
    lvont:represents "𣸄"^^xsd:string .

<http://lexvo.org/id/char/23E05> a lvont:Character ;
    lvont:represents "𣸅"^^xsd:string .

<http://lexvo.org/id/char/23E06> a lvont:Character ;
    lvont:represents "𣸆"^^xsd:string .

<http://lexvo.org/id/char/23E07> a lvont:Character ;
    lvont:represents "𣸇"^^xsd:string .

<http://lexvo.org/id/char/23E08> a lvont:Character ;
    lvont:represents "𣸈"^^xsd:string .

<http://lexvo.org/id/char/23E09> a lvont:Character ;
    lvont:represents "𣸉"^^xsd:string .

<http://lexvo.org/id/char/23E0A> a lvont:Character ;
    lvont:represents "𣸊"^^xsd:string .

<http://lexvo.org/id/char/23E0B> a lvont:Character ;
    lvont:represents "𣸋"^^xsd:string .

<http://lexvo.org/id/char/23E0C> a lvont:Character ;
    lvont:represents "𣸌"^^xsd:string .

<http://lexvo.org/id/char/23E0D> a lvont:Character ;
    lvont:represents "𣸍"^^xsd:string .

<http://lexvo.org/id/char/23E0E> a lvont:Character ;
    lvont:represents "𣸎"^^xsd:string .

<http://lexvo.org/id/char/23E0F> a lvont:Character ;
    lvont:represents "𣸏"^^xsd:string .

<http://lexvo.org/id/char/23E1> a lvont:Character ;
    lvont:represents "⏡"^^xsd:string ;
    rdfs:comment "BOTTOM TORTOISE SHELL BRACKET"@en .

<http://lexvo.org/id/char/23E10> a lvont:Character ;
    lvont:represents "𣸐"^^xsd:string .

<http://lexvo.org/id/char/23E11> a lvont:Character ;
    lvont:represents "𣸑"^^xsd:string .

<http://lexvo.org/id/char/23E12> a lvont:Character ;
    lvont:represents "𣸒"^^xsd:string .

<http://lexvo.org/id/char/23E13> a lvont:Character ;
    lvont:represents "𣸓"^^xsd:string .

<http://lexvo.org/id/char/23E14> a lvont:Character ;
    lvont:represents "𣸔"^^xsd:string .

<http://lexvo.org/id/char/23E15> a lvont:Character ;
    lvont:represents "𣸕"^^xsd:string .

<http://lexvo.org/id/char/23E16> a lvont:Character ;
    lvont:represents "𣸖"^^xsd:string .

<http://lexvo.org/id/char/23E17> a lvont:Character ;
    lvont:represents "𣸗"^^xsd:string .

<http://lexvo.org/id/char/23E18> a lvont:Character ;
    lvont:represents "𣸘"^^xsd:string .

<http://lexvo.org/id/char/23E19> a lvont:Character ;
    lvont:represents "𣸙"^^xsd:string .

<http://lexvo.org/id/char/23E1A> a lvont:Character ;
    lvont:represents "𣸚"^^xsd:string .

<http://lexvo.org/id/char/23E1B> a lvont:Character ;
    lvont:represents "𣸛"^^xsd:string .

<http://lexvo.org/id/char/23E1C> a lvont:Character ;
    lvont:represents "𣸜"^^xsd:string .

<http://lexvo.org/id/char/23E1D> a lvont:Character ;
    lvont:represents "𣸝"^^xsd:string .

<http://lexvo.org/id/char/23E1E> a lvont:Character ;
    lvont:represents "𣸞"^^xsd:string .

<http://lexvo.org/id/char/23E1F> a lvont:Character ;
    lvont:represents "𣸟"^^xsd:string .

<http://lexvo.org/id/char/23E2> a lvont:Character ;
    lvont:represents "⏢"^^xsd:string ;
    rdfs:comment "WHITE TRAPEZIUM"@en .

<http://lexvo.org/id/char/23E20> a lvont:Character ;
    lvont:represents "𣸠"^^xsd:string .

<http://lexvo.org/id/char/23E21> a lvont:Character ;
    lvont:represents "𣸡"^^xsd:string .

<http://lexvo.org/id/char/23E22> a lvont:Character ;
    lvont:represents "𣸢"^^xsd:string .

<http://lexvo.org/id/char/23E23> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%A9n>,
        "𣸣"^^xsd:string .

<http://lexvo.org/id/char/23E24> a lvont:Character ;
    lvont:represents "𣸤"^^xsd:string .

<http://lexvo.org/id/char/23E25> a lvont:Character ;
    lvont:represents "𣸥"^^xsd:string .

<http://lexvo.org/id/char/23E26> a lvont:Character ;
    lvont:represents "𣸦"^^xsd:string .

<http://lexvo.org/id/char/23E27> a lvont:Character ;
    lvont:represents "𣸧"^^xsd:string .

<http://lexvo.org/id/char/23E28> a lvont:Character ;
    lvont:represents "𣸨"^^xsd:string .

<http://lexvo.org/id/char/23E29> a lvont:Character ;
    lvont:represents "𣸩"^^xsd:string .

<http://lexvo.org/id/char/23E2A> a lvont:Character ;
    lvont:represents "𣸪"^^xsd:string .

<http://lexvo.org/id/char/23E2B> a lvont:Character ;
    lvont:represents "𣸫"^^xsd:string .

<http://lexvo.org/id/char/23E2C> a lvont:Character ;
    lvont:represents "𣸬"^^xsd:string .

<http://lexvo.org/id/char/23E2D> a lvont:Character ;
    lvont:represents "𣸭"^^xsd:string .

<http://lexvo.org/id/char/23E2E> a lvont:Character ;
    lvont:represents "𣸮"^^xsd:string .

<http://lexvo.org/id/char/23E2F> a lvont:Character ;
    lvont:represents "𣸯"^^xsd:string .

<http://lexvo.org/id/char/23E3> a lvont:Character ;
    lvont:represents "⏣"^^xsd:string ;
    rdfs:comment "BENZENE RING WITH CIRCLE"@en .

<http://lexvo.org/id/char/23E30> a lvont:Character ;
    lvont:represents "𣸰"^^xsd:string .

<http://lexvo.org/id/char/23E31> a lvont:Character ;
    lvont:represents "𣸱"^^xsd:string .

<http://lexvo.org/id/char/23E32> a lvont:Character ;
    lvont:represents "𣸲"^^xsd:string .

<http://lexvo.org/id/char/23E33> a lvont:Character ;
    lvont:represents "𣸳"^^xsd:string .

<http://lexvo.org/id/char/23E34> a lvont:Character ;
    lvont:represents "𣸴"^^xsd:string .

<http://lexvo.org/id/char/23E35> a lvont:Character ;
    lvont:represents "𣸵"^^xsd:string .

<http://lexvo.org/id/char/23E36> a lvont:Character ;
    lvont:represents "𣸶"^^xsd:string .

<http://lexvo.org/id/char/23E37> a lvont:Character ;
    lvont:represents "𣸷"^^xsd:string .

<http://lexvo.org/id/char/23E38> a lvont:Character ;
    lvont:represents "𣸸"^^xsd:string .

<http://lexvo.org/id/char/23E39> a lvont:Character ;
    lvont:represents "𣸹"^^xsd:string .

<http://lexvo.org/id/char/23E3A> a lvont:Character ;
    lvont:represents "𣸺"^^xsd:string .

<http://lexvo.org/id/char/23E3B> a lvont:Character ;
    lvont:represents "𣸻"^^xsd:string .

<http://lexvo.org/id/char/23E3C> a lvont:Character ;
    lvont:represents "𣸼"^^xsd:string .

<http://lexvo.org/id/char/23E3D> a lvont:Character ;
    lvont:represents "𣸽"^^xsd:string .

<http://lexvo.org/id/char/23E3E> a lvont:Character ;
    lvont:represents "𣸾"^^xsd:string .

<http://lexvo.org/id/char/23E3F> a lvont:Character ;
    lvont:represents "𣸿"^^xsd:string .

<http://lexvo.org/id/char/23E4> a lvont:Character ;
    lvont:represents "⏤"^^xsd:string ;
    rdfs:comment "STRAIGHTNESS"@en .

<http://lexvo.org/id/char/23E40> a lvont:Character ;
    lvont:represents "𣹀"^^xsd:string .

<http://lexvo.org/id/char/23E41> a lvont:Character ;
    lvont:represents "𣹁"^^xsd:string .

<http://lexvo.org/id/char/23E42> a lvont:Character ;
    lvont:represents "𣹂"^^xsd:string .

<http://lexvo.org/id/char/23E43> a lvont:Character ;
    lvont:represents "𣹃"^^xsd:string .

<http://lexvo.org/id/char/23E44> a lvont:Character ;
    lvont:represents "𣹄"^^xsd:string .

<http://lexvo.org/id/char/23E45> a lvont:Character ;
    lvont:represents "𣹅"^^xsd:string .

<http://lexvo.org/id/char/23E46> a lvont:Character ;
    lvont:represents "𣹆"^^xsd:string .

<http://lexvo.org/id/char/23E47> a lvont:Character ;
    lvont:represents "𣹇"^^xsd:string .

<http://lexvo.org/id/char/23E48> a lvont:Character ;
    lvont:represents "𣹈"^^xsd:string .

<http://lexvo.org/id/char/23E49> a lvont:Character ;
    lvont:represents "𣹉"^^xsd:string .

<http://lexvo.org/id/char/23E4A> a lvont:Character ;
    lvont:represents "𣹊"^^xsd:string .

<http://lexvo.org/id/char/23E4B> a lvont:Character ;
    lvont:represents "𣹋"^^xsd:string .

<http://lexvo.org/id/char/23E4C> a lvont:Character ;
    lvont:represents "𣹌"^^xsd:string .

<http://lexvo.org/id/char/23E4D> a lvont:Character ;
    lvont:represents "𣹍"^^xsd:string .

<http://lexvo.org/id/char/23E4E> a lvont:Character ;
    lvont:represents "𣹎"^^xsd:string .

<http://lexvo.org/id/char/23E4F> a lvont:Character ;
    lvont:represents "𣹏"^^xsd:string .

<http://lexvo.org/id/char/23E5> a lvont:Character ;
    lvont:represents "⏥"^^xsd:string ;
    rdfs:comment "FLATNESS"@en .

<http://lexvo.org/id/char/23E50> a lvont:Character ;
    lvont:represents "𣹐"^^xsd:string .

<http://lexvo.org/id/char/23E51> a lvont:Character ;
    lvont:represents "𣹑"^^xsd:string .

<http://lexvo.org/id/char/23E52> a lvont:Character ;
    lvont:represents "𣹒"^^xsd:string .

<http://lexvo.org/id/char/23E53> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/%C4%91%E1%BA%A7y>,
        "𣹓"^^xsd:string .

<http://lexvo.org/id/char/23E54> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ho%E1%BA%A3nh>,
        "𣹔"^^xsd:string .

<http://lexvo.org/id/char/23E55> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/l%E1%BB%A5t>,
        "𣹕"^^xsd:string .

<http://lexvo.org/id/char/23E56> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/t%E1%BB%93>,
        "𣹖"^^xsd:string .

<http://lexvo.org/id/char/23E57> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/tr%C3%A0n>,
        "𣹗"^^xsd:string .

<http://lexvo.org/id/char/23E58> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/d%C3%A3i>,
        "𣹘"^^xsd:string .

<http://lexvo.org/id/char/23E59> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/%E1%BB%8D>,
        "𣹙"^^xsd:string .

<http://lexvo.org/id/char/23E5A> a lvont:Character ;
    lvont:represents "𣹚"^^xsd:string .

<http://lexvo.org/id/char/23E5B> a lvont:Character ;
    lvont:represents "𣹛"^^xsd:string .

<http://lexvo.org/id/char/23E5C> a lvont:Character ;
    lvont:represents "𣹜"^^xsd:string .

<http://lexvo.org/id/char/23E5D> a lvont:Character ;
    lvont:represents "𣹝"^^xsd:string .

<http://lexvo.org/id/char/23E5E> a lvont:Character ;
    lvont:represents "𣹞"^^xsd:string .

<http://lexvo.org/id/char/23E5F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/c%E1%BB%91ng>,
        "𣹟"^^xsd:string .

<http://lexvo.org/id/char/23E6> a lvont:Character ;
    lvont:represents "⏦"^^xsd:string ;
    rdfs:comment "AC CURRENT"@en .

<http://lexvo.org/id/char/23E60> a lvont:Character ;
    lvont:represents "𣹠"^^xsd:string .

<http://lexvo.org/id/char/23E61> a lvont:Character ;
    lvont:represents "𣹡"^^xsd:string .

<http://lexvo.org/id/char/23E62> a lvont:Character ;
    lvont:represents "𣹢"^^xsd:string .

<http://lexvo.org/id/char/23E63> a lvont:Character ;
    lvont:represents "𣹣"^^xsd:string .

<http://lexvo.org/id/char/23E64> a lvont:Character ;
    lvont:represents "𣹤"^^xsd:string .

<http://lexvo.org/id/char/23E65> a lvont:Character ;
    lvont:represents "𣹥"^^xsd:string .

<http://lexvo.org/id/char/23E66> a lvont:Character ;
    lvont:represents "𣹦"^^xsd:string .

<http://lexvo.org/id/char/23E67> a lvont:Character ;
    lvont:represents "𣹧"^^xsd:string .

<http://lexvo.org/id/char/23E68> a lvont:Character ;
    lvont:represents "𣹨"^^xsd:string .

<http://lexvo.org/id/char/23E69> a lvont:Character ;
    lvont:represents "𣹩"^^xsd:string .

<http://lexvo.org/id/char/23E6A> a lvont:Character ;
    lvont:represents "𣹪"^^xsd:string .

<http://lexvo.org/id/char/23E6B> a lvont:Character ;
    lvont:represents "𣹫"^^xsd:string .

<http://lexvo.org/id/char/23E6C> a lvont:Character ;
    lvont:represents "𣹬"^^xsd:string .

<http://lexvo.org/id/char/23E6D> a lvont:Character ;
    lvont:represents "𣹭"^^xsd:string .

<http://lexvo.org/id/char/23E6E> a lvont:Character ;
    lvont:represents "𣹮"^^xsd:string .

<http://lexvo.org/id/char/23E6F> a lvont:Character ;
    lvont:represents "𣹯"^^xsd:string .

<http://lexvo.org/id/char/23E7> a lvont:Character ;
    lvont:represents "⏧"^^xsd:string ;
    rdfs:comment "ELECTRICAL INTERSECTION"@en .

<http://lexvo.org/id/char/23E70> a lvont:Character ;
    lvont:represents "𣹰"^^xsd:string .

<http://lexvo.org/id/char/23E71> a lvont:Character ;
    lvont:represents "𣹱"^^xsd:string .

<http://lexvo.org/id/char/23E72> a lvont:Character ;
    lvont:represents "𣹲"^^xsd:string .

<http://lexvo.org/id/char/23E73> a lvont:Character ;
    lvont:represents "𣹳"^^xsd:string .

<http://lexvo.org/id/char/23E74> a lvont:Character ;
    lvont:represents "𣹴"^^xsd:string .

<http://lexvo.org/id/char/23E75> a lvont:Character ;
    lvont:represents "𣹵"^^xsd:string .

<http://lexvo.org/id/char/23E76> a lvont:Character ;
    lvont:represents "𣹶"^^xsd:string .

<http://lexvo.org/id/char/23E77> a lvont:Character ;
    lvont:represents "𣹷"^^xsd:string .

<http://lexvo.org/id/char/23E78> a lvont:Character ;
    lvont:represents "𣹸"^^xsd:string .

<http://lexvo.org/id/char/23E79> a lvont:Character ;
    lvont:represents "𣹹"^^xsd:string .

<http://lexvo.org/id/char/23E7A> a lvont:Character ;
    lvont:represents "𣹺"^^xsd:string .

<http://lexvo.org/id/char/23E7B> a lvont:Character ;
    lvont:represents "𣹻"^^xsd:string .

<http://lexvo.org/id/char/23E7C> a lvont:Character ;
    lvont:represents "𣹼"^^xsd:string .

<http://lexvo.org/id/char/23E7D> a lvont:Character ;
    lvont:represents "𣹽"^^xsd:string .

<http://lexvo.org/id/char/23E7E> a lvont:Character ;
    lvont:represents "𣹾"^^xsd:string .

<http://lexvo.org/id/char/23E7F> a lvont:Character ;
    lvont:represents "𣹿"^^xsd:string .

<http://lexvo.org/id/char/23E8> a lvont:Character ;
    lvont:represents "⏨"^^xsd:string ;
    rdfs:comment "DECIMAL EXPONENT SYMBOL"@en .

<http://lexvo.org/id/char/23E80> a lvont:Character ;
    lvont:represents "𣺀"^^xsd:string .

<http://lexvo.org/id/char/23E81> a lvont:Character ;
    lvont:represents "𣺁"^^xsd:string .

<http://lexvo.org/id/char/23E82> a lvont:Character ;
    lvont:represents "𣺂"^^xsd:string .

<http://lexvo.org/id/char/23E83> a lvont:Character ;
    lvont:represents "𣺃"^^xsd:string .

<http://lexvo.org/id/char/23E84> a lvont:Character ;
    lvont:represents "𣺄"^^xsd:string .

<http://lexvo.org/id/char/23E85> a lvont:Character ;
    lvont:represents "𣺅"^^xsd:string .

<http://lexvo.org/id/char/23E86> a lvont:Character ;
    lvont:represents "𣺆"^^xsd:string .

<http://lexvo.org/id/char/23E87> a lvont:Character ;
    lvont:represents "𣺇"^^xsd:string .

<http://lexvo.org/id/char/23E88> a lvont:Character ;
    lvont:represents "𣺈"^^xsd:string .

<http://lexvo.org/id/char/23E89> a lvont:Character ;
    lvont:represents "𣺉"^^xsd:string .

<http://lexvo.org/id/char/23E8A> a lvont:Character ;
    lvont:represents "𣺊"^^xsd:string .

<http://lexvo.org/id/char/23E8B> a lvont:Character ;
    lvont:represents "𣺋"^^xsd:string .

<http://lexvo.org/id/char/23E8C> a lvont:Character ;
    lvont:represents "𣺌"^^xsd:string .

<http://lexvo.org/id/char/23E8D> a lvont:Character ;
    lvont:represents "𣺍"^^xsd:string .

<http://lexvo.org/id/char/23E8E> a lvont:Character ;
    lvont:represents "𣺎"^^xsd:string .

<http://lexvo.org/id/char/23E8F> a lvont:Character ;
    lvont:represents "𣺏"^^xsd:string .

<http://lexvo.org/id/char/23E9> a lvont:Character ;
    lvont:represents "⏩"^^xsd:string ;
    rdfs:comment "BLACK RIGHT-POINTING DOUBLE TRIANGLE"@en .

<http://lexvo.org/id/char/23E90> a lvont:Character ;
    lvont:represents "𣺐"^^xsd:string .

<http://lexvo.org/id/char/23E91> a lvont:Character ;
    lvont:represents "𣺑"^^xsd:string .

<http://lexvo.org/id/char/23E92> a lvont:Character ;
    lvont:represents "𣺒"^^xsd:string .

<http://lexvo.org/id/char/23E93> a lvont:Character ;
    lvont:represents "𣺓"^^xsd:string .

<http://lexvo.org/id/char/23E94> a lvont:Character ;
    lvont:represents "𣺔"^^xsd:string .

<http://lexvo.org/id/char/23E95> a lvont:Character ;
    lvont:represents "𣺕"^^xsd:string .

<http://lexvo.org/id/char/23E96> a lvont:Character ;
    lvont:represents "𣺖"^^xsd:string .

<http://lexvo.org/id/char/23E97> a lvont:Character ;
    lvont:represents "𣺗"^^xsd:string .

<http://lexvo.org/id/char/23E98> a lvont:Character ;
    lvont:represents "𣺘"^^xsd:string .

<http://lexvo.org/id/char/23E99> a lvont:Character ;
    lvont:represents "𣺙"^^xsd:string .

<http://lexvo.org/id/char/23E9A> a lvont:Character ;
    lvont:represents "𣺚"^^xsd:string .

<http://lexvo.org/id/char/23E9B> a lvont:Character ;
    lvont:represents "𣺛"^^xsd:string .

<http://lexvo.org/id/char/23E9C> a lvont:Character ;
    lvont:represents "𣺜"^^xsd:string .

<http://lexvo.org/id/char/23E9D> a lvont:Character ;
    lvont:represents "𣺝"^^xsd:string .

<http://lexvo.org/id/char/23E9E> a lvont:Character ;
    lvont:represents "𣺞"^^xsd:string .

<http://lexvo.org/id/char/23E9F> a lvont:Character ;
    lvont:represents "𣺟"^^xsd:string .

<http://lexvo.org/id/char/23EA> a lvont:Character ;
    lvont:represents "⏪"^^xsd:string ;
    rdfs:comment "BLACK LEFT-POINTING DOUBLE TRIANGLE"@en .

<http://lexvo.org/id/char/23EA0> a lvont:Character ;
    lvont:represents "𣺠"^^xsd:string .

<http://lexvo.org/id/char/23EA1> a lvont:Character ;
    lvont:represents "𣺡"^^xsd:string .

<http://lexvo.org/id/char/23EA2> a lvont:Character ;
    lvont:represents "𣺢"^^xsd:string .

<http://lexvo.org/id/char/23EA3> a lvont:Character ;
    lvont:represents "𣺣"^^xsd:string .

<http://lexvo.org/id/char/23EA4> a lvont:Character ;
    lvont:represents "𣺤"^^xsd:string .

<http://lexvo.org/id/char/23EA5> a lvont:Character ;
    lvont:represents "𣺥"^^xsd:string .

<http://lexvo.org/id/char/23EA6> a lvont:Character ;
    lvont:represents "𣺦"^^xsd:string .

<http://lexvo.org/id/char/23EA7> a lvont:Character ;
    lvont:represents "𣺧"^^xsd:string .

<http://lexvo.org/id/char/23EA8> a lvont:Character ;
    lvont:represents "𣺨"^^xsd:string .

<http://lexvo.org/id/char/23EA9> a lvont:Character ;
    lvont:represents "𣺩"^^xsd:string .

<http://lexvo.org/id/char/23EAA> a lvont:Character ;
    lvont:represents "𣺪"^^xsd:string .

<http://lexvo.org/id/char/23EAB> a lvont:Character ;
    lvont:represents "𣺫"^^xsd:string .

<http://lexvo.org/id/char/23EAC> a lvont:Character ;
    lvont:represents "𣺬"^^xsd:string .

<http://lexvo.org/id/char/23EAD> a lvont:Character ;
    lvont:represents "𣺭"^^xsd:string .

<http://lexvo.org/id/char/23EAE> a lvont:Character ;
    lvont:represents "𣺮"^^xsd:string .

<http://lexvo.org/id/char/23EAF> a lvont:Character ;
    lvont:represents "𣺯"^^xsd:string .

<http://lexvo.org/id/char/23EB> a lvont:Character ;
    lvont:represents "⏫"^^xsd:string ;
    rdfs:comment "BLACK UP-POINTING DOUBLE TRIANGLE"@en .

<http://lexvo.org/id/char/23EB0> a lvont:Character ;
    lvont:represents "𣺰"^^xsd:string .

<http://lexvo.org/id/char/23EB1> a lvont:Character ;
    lvont:represents "𣺱"^^xsd:string .

<http://lexvo.org/id/char/23EB2> a lvont:Character ;
    lvont:represents "𣺲"^^xsd:string .

<http://lexvo.org/id/char/23EB3> a lvont:Character ;
    lvont:represents "𣺳"^^xsd:string .

<http://lexvo.org/id/char/23EB4> a lvont:Character ;
    lvont:represents "𣺴"^^xsd:string .

<http://lexvo.org/id/char/23EB5> a lvont:Character ;
    lvont:represents "𣺵"^^xsd:string .

<http://lexvo.org/id/char/23EB6> a lvont:Character ;
    lvont:represents "𣺶"^^xsd:string .

<http://lexvo.org/id/char/23EB7> a lvont:Character ;
    lvont:represents "𣺷"^^xsd:string .

<http://lexvo.org/id/char/23EB8> a lvont:Character ;
    lvont:represents "𣺸"^^xsd:string .

<http://lexvo.org/id/char/23EB9> a lvont:Character ;
    lvont:represents "𣺹"^^xsd:string .

<http://lexvo.org/id/char/23EBA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/d%C3%B2>,
        "𣺺"^^xsd:string .

<http://lexvo.org/id/char/23EBB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/%C4%91%E1%BA%AFm>,
        "𣺻"^^xsd:string .

<http://lexvo.org/id/char/23EBC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/%C4%91o%E1%BA%A3ng>,
        "𣺼"^^xsd:string .

<http://lexvo.org/id/char/23EBD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/b%C3%A3i>,
        "𣺽"^^xsd:string .

<http://lexvo.org/id/char/23EBE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/nh%E1%BB%B1a>,
        "𣺾"^^xsd:string .

<http://lexvo.org/id/char/23EBF> a lvont:Character ;
    lvont:represents "𣺿"^^xsd:string .

<http://lexvo.org/id/char/23EC> a lvont:Character ;
    lvont:represents "⏬"^^xsd:string ;
    rdfs:comment "BLACK DOWN-POINTING DOUBLE TRIANGLE"@en .

<http://lexvo.org/id/char/23EC0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/nu%E1%BB%99t>,
        "𣻀"^^xsd:string .

<http://lexvo.org/id/char/23EC1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ch%E1%BA%B7m>,
        "𣻁"^^xsd:string .

<http://lexvo.org/id/char/23EC2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/s%E1%BA%BFt>,
        "𣻂"^^xsd:string .

<http://lexvo.org/id/char/23EC3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/b%E1%BB%A5i>,
        "𣻃"^^xsd:string .

<http://lexvo.org/id/char/23EC4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/s%E1%BB%9D>,
        "𣻄"^^xsd:string .

<http://lexvo.org/id/char/23EC5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/c%C3%A1t>,
        "𣻅"^^xsd:string .

<http://lexvo.org/id/char/23EC6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/tu%C3%B4n>,
        "𣻆"^^xsd:string .

<http://lexvo.org/id/char/23EC7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/x%E1%BB%91i>,
        "𣻇"^^xsd:string .

<http://lexvo.org/id/char/23EC8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/b%E1%BB%8Fng>,
        "𣻈"^^xsd:string .

<http://lexvo.org/id/char/23EC9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/d%C6%B0%E1%BB%9Bi>,
        "𣻉"^^xsd:string .

<http://lexvo.org/id/char/23ECA> a lvont:Character ;
    lvont:represents "𣻊"^^xsd:string .

<http://lexvo.org/id/char/23ECB> a lvont:Character ;
    lvont:represents "𣻋"^^xsd:string .

<http://lexvo.org/id/char/23ECC> a lvont:Character ;
    lvont:represents "𣻌"^^xsd:string .

<http://lexvo.org/id/char/23ECD> a lvont:Character ;
    lvont:represents "𣻍"^^xsd:string .

<http://lexvo.org/id/char/23ECE> a lvont:Character ;
    lvont:represents "𣻎"^^xsd:string .

<http://lexvo.org/id/char/23ECF> a lvont:Character ;
    lvont:represents "𣻏"^^xsd:string .

<http://lexvo.org/id/char/23ED> a lvont:Character ;
    lvont:represents "⏭"^^xsd:string ;
    rdfs:comment "BLACK RIGHT-POINTING DOUBLE TRIANGLE WITH VERTICAL BAR"@en .

<http://lexvo.org/id/char/23ED0> a lvont:Character ;
    lvont:represents "𣻐"^^xsd:string .

<http://lexvo.org/id/char/23ED1> a lvont:Character ;
    lvont:represents "𣻑"^^xsd:string .

<http://lexvo.org/id/char/23ED2> a lvont:Character ;
    lvont:represents "𣻒"^^xsd:string .

<http://lexvo.org/id/char/23ED3> a lvont:Character ;
    lvont:represents "𣻓"^^xsd:string .

<http://lexvo.org/id/char/23ED4> a lvont:Character ;
    lvont:represents "𣻔"^^xsd:string .

<http://lexvo.org/id/char/23ED5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/m%C3%A0>,
        "𣻕"^^xsd:string .

<http://lexvo.org/id/char/23ED6> a lvont:Character ;
    lvont:represents "𣻖"^^xsd:string .

<http://lexvo.org/id/char/23ED7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/d%E1%BB%81>,
        "𣻗"^^xsd:string .

<http://lexvo.org/id/char/23ED8> a lvont:Character ;
    lvont:represents "𣻘"^^xsd:string .

<http://lexvo.org/id/char/23ED9> a lvont:Character ;
    lvont:represents "𣻙"^^xsd:string .

<http://lexvo.org/id/char/23EDA> a lvont:Character ;
    lvont:represents "𣻚"^^xsd:string .

<http://lexvo.org/id/char/23EDB> a lvont:Character ;
    lvont:represents "𣻛"^^xsd:string .

<http://lexvo.org/id/char/23EDC> a lvont:Character ;
    lvont:represents "𣻜"^^xsd:string .

<http://lexvo.org/id/char/23EDD> a lvont:Character ;
    lvont:represents "𣻝"^^xsd:string .

<http://lexvo.org/id/char/23EDE> a lvont:Character ;
    lvont:represents "𣻞"^^xsd:string .

<http://lexvo.org/id/char/23EDF> a lvont:Character ;
    lvont:represents "𣻟"^^xsd:string .

<http://lexvo.org/id/char/23EE> a lvont:Character ;
    lvont:represents "⏮"^^xsd:string ;
    rdfs:comment "BLACK LEFT-POINTING DOUBLE TRIANGLE WITH VERTICAL BAR"@en .

<http://lexvo.org/id/char/23EE0> a lvont:Character ;
    lvont:represents "𣻠"^^xsd:string .

<http://lexvo.org/id/char/23EE1> a lvont:Character ;
    lvont:represents "𣻡"^^xsd:string .

<http://lexvo.org/id/char/23EE2> a lvont:Character ;
    lvont:represents "𣻢"^^xsd:string .

<http://lexvo.org/id/char/23EE3> a lvont:Character ;
    lvont:represents "𣻣"^^xsd:string .

<http://lexvo.org/id/char/23EE4> a lvont:Character ;
    lvont:represents "𣻤"^^xsd:string .

<http://lexvo.org/id/char/23EE5> a lvont:Character ;
    lvont:represents "𣻥"^^xsd:string .

<http://lexvo.org/id/char/23EE6> a lvont:Character ;
    lvont:represents "𣻦"^^xsd:string .

<http://lexvo.org/id/char/23EE7> a lvont:Character ;
    lvont:represents "𣻧"^^xsd:string .

<http://lexvo.org/id/char/23EE8> a lvont:Character ;
    lvont:represents "𣻨"^^xsd:string .

<http://lexvo.org/id/char/23EE9> a lvont:Character ;
    lvont:represents "𣻩"^^xsd:string .

<http://lexvo.org/id/char/23EEA> a lvont:Character ;
    lvont:represents "𣻪"^^xsd:string .

<http://lexvo.org/id/char/23EEB> a lvont:Character ;
    lvont:represents "𣻫"^^xsd:string .

<http://lexvo.org/id/char/23EEC> a lvont:Character ;
    lvont:represents "𣻬"^^xsd:string .

<http://lexvo.org/id/char/23EED> a lvont:Character ;
    lvont:represents "𣻭"^^xsd:string .

<http://lexvo.org/id/char/23EEE> a lvont:Character ;
    lvont:represents "𣻮"^^xsd:string .

<http://lexvo.org/id/char/23EEF> a lvont:Character ;
    lvont:represents "𣻯"^^xsd:string .

<http://lexvo.org/id/char/23EF> a lvont:Character ;
    lvont:represents "⏯"^^xsd:string ;
    rdfs:comment "BLACK RIGHT-POINTING TRIANGLE WITH DOUBLE VERTICAL BAR"@en .

<http://lexvo.org/id/char/23EF0> a lvont:Character ;
    lvont:represents "𣻰"^^xsd:string .

<http://lexvo.org/id/char/23EF1> a lvont:Character ;
    lvont:represents "𣻱"^^xsd:string .

<http://lexvo.org/id/char/23EF2> a lvont:Character ;
    lvont:represents "𣻲"^^xsd:string .

<http://lexvo.org/id/char/23EF3> a lvont:Character ;
    lvont:represents "𣻳"^^xsd:string .

<http://lexvo.org/id/char/23EF4> a lvont:Character ;
    lvont:represents "𣻴"^^xsd:string .

<http://lexvo.org/id/char/23EF5> a lvont:Character ;
    lvont:represents "𣻵"^^xsd:string .

<http://lexvo.org/id/char/23EF6> a lvont:Character ;
    lvont:represents "𣻶"^^xsd:string .

<http://lexvo.org/id/char/23EF7> a lvont:Character ;
    lvont:represents "𣻷"^^xsd:string .

<http://lexvo.org/id/char/23EF8> a lvont:Character ;
    lvont:represents "𣻸"^^xsd:string .

<http://lexvo.org/id/char/23EF9> a lvont:Character ;
    lvont:represents "𣻹"^^xsd:string .

<http://lexvo.org/id/char/23EFA> a lvont:Character ;
    lvont:represents "𣻺"^^xsd:string .

<http://lexvo.org/id/char/23EFB> a lvont:Character ;
    lvont:represents "𣻻"^^xsd:string .

<http://lexvo.org/id/char/23EFC> a lvont:Character ;
    lvont:represents "𣻼"^^xsd:string .

<http://lexvo.org/id/char/23EFD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/k%C3%AAnh>,
        "𣻽"^^xsd:string .

<http://lexvo.org/id/char/23EFE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/n%C3%ADt>,
        "𣻾"^^xsd:string .

<http://lexvo.org/id/char/23EFF> a lvont:Character ;
    lvont:represents "𣻿"^^xsd:string .

<http://lexvo.org/id/char/23F0> a lvont:Character ;
    lvont:represents "⏰"^^xsd:string ;
    rdfs:comment "ALARM CLOCK"@en .

<http://lexvo.org/id/char/23F00> a lvont:Character ;
    lvont:represents "𣼀"^^xsd:string .

<http://lexvo.org/id/char/23F01> a lvont:Character ;
    lvont:represents "𣼁"^^xsd:string .

<http://lexvo.org/id/char/23F02> a lvont:Character ;
    lvont:represents "𣼂"^^xsd:string .

<http://lexvo.org/id/char/23F03> a lvont:Character ;
    lvont:represents "𣼃"^^xsd:string .

<http://lexvo.org/id/char/23F04> a lvont:Character ;
    lvont:represents "𣼄"^^xsd:string .

<http://lexvo.org/id/char/23F05> a lvont:Character ;
    lvont:represents "𣼅"^^xsd:string .

<http://lexvo.org/id/char/23F06> a lvont:Character ;
    lvont:represents "𣼆"^^xsd:string .

<http://lexvo.org/id/char/23F07> a lvont:Character ;
    lvont:represents "𣼇"^^xsd:string .

<http://lexvo.org/id/char/23F08> a lvont:Character ;
    lvont:represents "𣼈"^^xsd:string .

<http://lexvo.org/id/char/23F09> a lvont:Character ;
    lvont:represents "𣼉"^^xsd:string .

<http://lexvo.org/id/char/23F0A> a lvont:Character ;
    lvont:represents "𣼊"^^xsd:string .

<http://lexvo.org/id/char/23F0B> a lvont:Character ;
    lvont:represents "𣼋"^^xsd:string .

<http://lexvo.org/id/char/23F0C> a lvont:Character ;
    lvont:represents "𣼌"^^xsd:string .

<http://lexvo.org/id/char/23F0D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/s%C3%B3n>,
        "𣼍"^^xsd:string .

<http://lexvo.org/id/char/23F0E> a lvont:Character ;
    lvont:represents "𣼎"^^xsd:string .

<http://lexvo.org/id/char/23F0F> a lvont:Character ;
    lvont:represents "𣼏"^^xsd:string .

<http://lexvo.org/id/char/23F1> a lvont:Character ;
    lvont:represents "⏱"^^xsd:string ;
    rdfs:comment "STOPWATCH"@en .

<http://lexvo.org/id/char/23F10> a lvont:Character ;
    lvont:represents "𣼐"^^xsd:string .

<http://lexvo.org/id/char/23F11> a lvont:Character ;
    lvont:represents "𣼑"^^xsd:string .

<http://lexvo.org/id/char/23F12> a lvont:Character ;
    lvont:represents "𣼒"^^xsd:string .

<http://lexvo.org/id/char/23F13> a lvont:Character ;
    lvont:represents "𣼓"^^xsd:string .

<http://lexvo.org/id/char/23F14> a lvont:Character ;
    lvont:represents "𣼔"^^xsd:string .

<http://lexvo.org/id/char/23F15> a lvont:Character ;
    lvont:represents "𣼕"^^xsd:string .

<http://lexvo.org/id/char/23F16> a lvont:Character ;
    lvont:represents "𣼖"^^xsd:string .

<http://lexvo.org/id/char/23F17> a lvont:Character ;
    lvont:represents "𣼗"^^xsd:string .

<http://lexvo.org/id/char/23F18> a lvont:Character ;
    lvont:represents "𣼘"^^xsd:string .

<http://lexvo.org/id/char/23F19> a lvont:Character ;
    lvont:represents "𣼙"^^xsd:string .

<http://lexvo.org/id/char/23F1A> a lvont:Character ;
    lvont:represents "𣼚"^^xsd:string .

<http://lexvo.org/id/char/23F1B> a lvont:Character ;
    lvont:represents "𣼛"^^xsd:string .

<http://lexvo.org/id/char/23F1C> a lvont:Character ;
    lvont:represents "𣼜"^^xsd:string .

<http://lexvo.org/id/char/23F1D> a lvont:Character ;
    lvont:represents "𣼝"^^xsd:string .

<http://lexvo.org/id/char/23F1E> a lvont:Character ;
    lvont:represents "𣼞"^^xsd:string .

<http://lexvo.org/id/char/23F1F> a lvont:Character ;
    lvont:represents "𣼟"^^xsd:string .

<http://lexvo.org/id/char/23F2> a lvont:Character ;
    lvont:represents "⏲"^^xsd:string ;
    rdfs:comment "TIMER CLOCK"@en .

<http://lexvo.org/id/char/23F20> a lvont:Character ;
    lvont:represents "𣼠"^^xsd:string .

<http://lexvo.org/id/char/23F21> a lvont:Character ;
    lvont:represents "𣼡"^^xsd:string .

<http://lexvo.org/id/char/23F22> a lvont:Character ;
    lvont:represents "𣼢"^^xsd:string .

<http://lexvo.org/id/char/23F23> a lvont:Character ;
    lvont:represents "𣼣"^^xsd:string .

<http://lexvo.org/id/char/23F24> a lvont:Character ;
    lvont:represents "𣼤"^^xsd:string .

<http://lexvo.org/id/char/23F25> a lvont:Character ;
    lvont:represents "𣼥"^^xsd:string .

<http://lexvo.org/id/char/23F26> a lvont:Character ;
    lvont:represents "𣼦"^^xsd:string .

<http://lexvo.org/id/char/23F27> a lvont:Character ;
    lvont:represents "𣼧"^^xsd:string .

<http://lexvo.org/id/char/23F28> a lvont:Character ;
    lvont:represents "𣼨"^^xsd:string .

<http://lexvo.org/id/char/23F29> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/%E1%BA%A9m>,
        "𣼩"^^xsd:string .

<http://lexvo.org/id/char/23F2A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/b%E1%BB%9Bt>,
        "𣼪"^^xsd:string .

<http://lexvo.org/id/char/23F2B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ch%C3%A3>,
        "𣼫"^^xsd:string .

<http://lexvo.org/id/char/23F2C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/%C4%91%E1%BB%83nh>,
        "𣼬"^^xsd:string .

<http://lexvo.org/id/char/23F2D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/d%E1%BB%93i>,
        "𣼭"^^xsd:string .

<http://lexvo.org/id/char/23F2E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/th%C3%ACa>,
        "𣼮"^^xsd:string .

<http://lexvo.org/id/char/23F2F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/v%C3%B9i>,
        "𣼯"^^xsd:string .

<http://lexvo.org/id/char/23F3> a lvont:Character ;
    lvont:represents "⏳"^^xsd:string ;
    rdfs:comment "HOURGLASS WITH FLOWING SAND"@en .

<http://lexvo.org/id/char/23F30> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/l%C3%B9ng>,
        "𣼰"^^xsd:string .

<http://lexvo.org/id/char/23F31> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ng%C3%A0u>,
        "𣼱"^^xsd:string .

<http://lexvo.org/id/char/23F32> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/doi>,
        "𣼲"^^xsd:string .

<http://lexvo.org/id/char/23F33> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/x%E1%BB%8Dp>,
        "𣼳"^^xsd:string .

<http://lexvo.org/id/char/23F34> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/nh%E1%BA%B5ng>,
        "𣼴"^^xsd:string .

<http://lexvo.org/id/char/23F35> a lvont:Character ;
    lvont:represents "𣼵"^^xsd:string .

<http://lexvo.org/id/char/23F36> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/v%E1%BA%A9n>,
        "𣼶"^^xsd:string .

<http://lexvo.org/id/char/23F37> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/l%E1%BB%9Bt>,
        "𣼷"^^xsd:string .

<http://lexvo.org/id/char/23F38> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/nh%E1%BB%A3t>,
        "𣼸"^^xsd:string .

<http://lexvo.org/id/char/23F39> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/d%E1%BB%A3n>,
        "𣼹"^^xsd:string .

<http://lexvo.org/id/char/23F3A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/m%C3%A8m>,
        "𣼺"^^xsd:string .

<http://lexvo.org/id/char/23F3B> a lvont:Character ;
    lvont:represents "𣼻"^^xsd:string .

<http://lexvo.org/id/char/23F3C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/tr%C3%A0n>,
        "𣼼"^^xsd:string .

<http://lexvo.org/id/char/23F3D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/l%E1%BA%AFng>,
        "𣼽"^^xsd:string .

<http://lexvo.org/id/char/23F3E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/l%E1%BA%BBo>,
        "𣼾"^^xsd:string .

<http://lexvo.org/id/char/23F3F> a lvont:Character ;
    lvont:represents "𣼿"^^xsd:string .

<http://lexvo.org/id/char/23F40> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ng%E1%BA%A5u>,
        "𣽀"^^xsd:string .

<http://lexvo.org/id/char/23F41> a lvont:Character ;
    lvont:represents "𣽁"^^xsd:string .

<http://lexvo.org/id/char/23F42> a lvont:Character ;
    lvont:represents "𣽂"^^xsd:string .

<http://lexvo.org/id/char/23F43> a lvont:Character ;
    lvont:represents "𣽃"^^xsd:string .

<http://lexvo.org/id/char/23F44> a lvont:Character ;
    lvont:represents "𣽄"^^xsd:string .

<http://lexvo.org/id/char/23F45> a lvont:Character ;
    lvont:represents "𣽅"^^xsd:string .

<http://lexvo.org/id/char/23F46> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/veo>,
        "𣽆"^^xsd:string .

<http://lexvo.org/id/char/23F47> a lvont:Character ;
    lvont:represents "𣽇"^^xsd:string .

<http://lexvo.org/id/char/23F48> a lvont:Character ;
    lvont:represents "𣽈"^^xsd:string .

<http://lexvo.org/id/char/23F49> a lvont:Character ;
    lvont:represents "𣽉"^^xsd:string .

<http://lexvo.org/id/char/23F4A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/th%E1%BB%8Fi>,
        "𣽊"^^xsd:string .

<http://lexvo.org/id/char/23F4B> a lvont:Character ;
    lvont:represents "𣽋"^^xsd:string .

<http://lexvo.org/id/char/23F4C> a lvont:Character ;
    lvont:represents "𣽌"^^xsd:string .

<http://lexvo.org/id/char/23F4D> a lvont:Character ;
    lvont:represents "𣽍"^^xsd:string .

<http://lexvo.org/id/char/23F4E> a lvont:Character ;
    lvont:represents "𣽎"^^xsd:string .

<http://lexvo.org/id/char/23F4F> a lvont:Character ;
    lvont:represents "𣽏"^^xsd:string .

<http://lexvo.org/id/char/23F50> a lvont:Character ;
    lvont:represents "𣽐"^^xsd:string .

<http://lexvo.org/id/char/23F51> a lvont:Character ;
    lvont:represents "𣽑"^^xsd:string .

<http://lexvo.org/id/char/23F52> a lvont:Character ;
    lvont:represents "𣽒"^^xsd:string .

<http://lexvo.org/id/char/23F53> a lvont:Character ;
    lvont:represents "𣽓"^^xsd:string .

<http://lexvo.org/id/char/23F54> a lvont:Character ;
    lvont:represents "𣽔"^^xsd:string .

<http://lexvo.org/id/char/23F55> a lvont:Character ;
    lvont:represents "𣽕"^^xsd:string .

<http://lexvo.org/id/char/23F56> a lvont:Character ;
    lvont:represents "𣽖"^^xsd:string .

<http://lexvo.org/id/char/23F57> a lvont:Character ;
    lvont:represents "𣽗"^^xsd:string .

<http://lexvo.org/id/char/23F58> a lvont:Character ;
    lvont:represents "𣽘"^^xsd:string .

<http://lexvo.org/id/char/23F59> a lvont:Character ;
    lvont:represents "𣽙"^^xsd:string .

<http://lexvo.org/id/char/23F5A> a lvont:Character ;
    lvont:represents "𣽚"^^xsd:string .

<http://lexvo.org/id/char/23F5B> a lvont:Character ;
    lvont:represents "𣽛"^^xsd:string .

<http://lexvo.org/id/char/23F5C> a lvont:Character ;
    lvont:represents "𣽜"^^xsd:string .

<http://lexvo.org/id/char/23F5D> a lvont:Character ;
    lvont:represents "𣽝"^^xsd:string .

<http://lexvo.org/id/char/23F5E> a lvont:Character ;
    lvont:represents "𣽞"^^xsd:string .

<http://lexvo.org/id/char/23F5F> a lvont:Character ;
    lvont:represents "𣽟"^^xsd:string .

<http://lexvo.org/id/char/23F60> a lvont:Character ;
    lvont:represents "𣽠"^^xsd:string .

<http://lexvo.org/id/char/23F61> a lvont:Character ;
    lvont:represents "𣽡"^^xsd:string .

<http://lexvo.org/id/char/23F62> a lvont:Character ;
    lvont:represents "𣽢"^^xsd:string .

<http://lexvo.org/id/char/23F63> a lvont:Character ;
    lvont:represents "𣽣"^^xsd:string .

<http://lexvo.org/id/char/23F64> a lvont:Character ;
    lvont:represents "𣽤"^^xsd:string .

<http://lexvo.org/id/char/23F65> a lvont:Character ;
    lvont:represents "𣽥"^^xsd:string .

<http://lexvo.org/id/char/23F66> a lvont:Character ;
    lvont:represents "𣽦"^^xsd:string .

<http://lexvo.org/id/char/23F67> a lvont:Character ;
    lvont:represents "𣽧"^^xsd:string .

<http://lexvo.org/id/char/23F68> a lvont:Character ;
    lvont:represents "𣽨"^^xsd:string .

<http://lexvo.org/id/char/23F69> a lvont:Character ;
    lvont:represents "𣽩"^^xsd:string .

<http://lexvo.org/id/char/23F6A> a lvont:Character ;
    lvont:represents "𣽪"^^xsd:string .

<http://lexvo.org/id/char/23F6B> a lvont:Character ;
    lvont:represents "𣽫"^^xsd:string .

<http://lexvo.org/id/char/23F6C> a lvont:Character ;
    lvont:represents "𣽬"^^xsd:string .

<http://lexvo.org/id/char/23F6D> a lvont:Character ;
    lvont:represents "𣽭"^^xsd:string .

<http://lexvo.org/id/char/23F6E> a lvont:Character ;
    lvont:represents "𣽮"^^xsd:string .

<http://lexvo.org/id/char/23F6F> a lvont:Character ;
    lvont:represents "𣽯"^^xsd:string .

<http://lexvo.org/id/char/23F70> a lvont:Character ;
    lvont:represents "𣽰"^^xsd:string .

<http://lexvo.org/id/char/23F71> a lvont:Character ;
    lvont:represents "𣽱"^^xsd:string .

<http://lexvo.org/id/char/23F72> a lvont:Character ;
    lvont:represents "𣽲"^^xsd:string .

<http://lexvo.org/id/char/23F73> a lvont:Character ;
    lvont:represents "𣽳"^^xsd:string .

<http://lexvo.org/id/char/23F74> a lvont:Character ;
    lvont:represents "𣽴"^^xsd:string .

<http://lexvo.org/id/char/23F75> a lvont:Character ;
    lvont:represents "𣽵"^^xsd:string .

<http://lexvo.org/id/char/23F76> a lvont:Character ;
    lvont:represents "𣽶"^^xsd:string .

<http://lexvo.org/id/char/23F77> a lvont:Character ;
    lvont:represents "𣽷"^^xsd:string .

<http://lexvo.org/id/char/23F78> a lvont:Character ;
    lvont:represents "𣽸"^^xsd:string .

<http://lexvo.org/id/char/23F79> a lvont:Character ;
    lvont:represents "𣽹"^^xsd:string .

<http://lexvo.org/id/char/23F7A> a lvont:Character ;
    lvont:represents "𣽺"^^xsd:string .

<http://lexvo.org/id/char/23F7B> a lvont:Character ;
    lvont:represents "𣽻"^^xsd:string .

<http://lexvo.org/id/char/23F7C> a lvont:Character ;
    lvont:represents "𣽼"^^xsd:string .

<http://lexvo.org/id/char/23F7D> a lvont:Character ;
    lvont:represents "𣽽"^^xsd:string .

<http://lexvo.org/id/char/23F7E> a lvont:Character ;
    lvont:represents "𣽾"^^xsd:string .

<http://lexvo.org/id/char/23F7F> a lvont:Character ;
    lvont:represents "𣽿"^^xsd:string .

<http://lexvo.org/id/char/23F80> a lvont:Character ;
    lvont:represents "𣾀"^^xsd:string .

<http://lexvo.org/id/char/23F81> a lvont:Character ;
    lvont:represents "𣾁"^^xsd:string .

<http://lexvo.org/id/char/23F82> a lvont:Character ;
    lvont:represents "𣾂"^^xsd:string .

<http://lexvo.org/id/char/23F83> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ng%C3%B3t>,
        "𣾃"^^xsd:string .

<http://lexvo.org/id/char/23F84> a lvont:Character ;
    lvont:represents "𣾄"^^xsd:string .

<http://lexvo.org/id/char/23F85> a lvont:Character ;
    lvont:represents "𣾅"^^xsd:string .

<http://lexvo.org/id/char/23F86> a lvont:Character ;
    lvont:represents "𣾆"^^xsd:string .

<http://lexvo.org/id/char/23F87> a lvont:Character ;
    lvont:represents "𣾇"^^xsd:string .

<http://lexvo.org/id/char/23F88> a lvont:Character ;
    lvont:represents "𣾈"^^xsd:string .

<http://lexvo.org/id/char/23F89> a lvont:Character ;
    lvont:represents "𣾉"^^xsd:string .

<http://lexvo.org/id/char/23F8A> a lvont:Character ;
    lvont:represents "𣾊"^^xsd:string .

<http://lexvo.org/id/char/23F8B> a lvont:Character ;
    lvont:represents "𣾋"^^xsd:string .

<http://lexvo.org/id/char/23F8C> a lvont:Character ;
    lvont:represents "𣾌"^^xsd:string .

<http://lexvo.org/id/char/23F8D> a lvont:Character ;
    lvont:represents "𣾍"^^xsd:string .

<http://lexvo.org/id/char/23F8E> a lvont:Character ;
    lvont:represents "𣾎"^^xsd:string .

<http://lexvo.org/id/char/23F8F> a lvont:Character ;
    lvont:represents "𣾏"^^xsd:string .

<http://lexvo.org/id/char/23F90> a lvont:Character ;
    lvont:represents "𣾐"^^xsd:string .

<http://lexvo.org/id/char/23F91> a lvont:Character ;
    lvont:represents "𣾑"^^xsd:string .

<http://lexvo.org/id/char/23F92> a lvont:Character ;
    lvont:represents "𣾒"^^xsd:string .

<http://lexvo.org/id/char/23F93> a lvont:Character ;
    lvont:represents "𣾓"^^xsd:string .

<http://lexvo.org/id/char/23F94> a lvont:Character ;
    lvont:represents "𣾔"^^xsd:string .

<http://lexvo.org/id/char/23F95> a lvont:Character ;
    lvont:represents "𣾕"^^xsd:string .

<http://lexvo.org/id/char/23F96> a lvont:Character ;
    lvont:represents "𣾖"^^xsd:string .

<http://lexvo.org/id/char/23F97> a lvont:Character ;
    lvont:represents "𣾗"^^xsd:string .

<http://lexvo.org/id/char/23F98> a lvont:Character ;
    lvont:represents "𣾘"^^xsd:string .

<http://lexvo.org/id/char/23F99> a lvont:Character ;
    lvont:represents "𣾙"^^xsd:string .

<http://lexvo.org/id/char/23F9A> a lvont:Character ;
    lvont:represents "𣾚"^^xsd:string .

<http://lexvo.org/id/char/23F9B> a lvont:Character ;
    lvont:represents "𣾛"^^xsd:string .

<http://lexvo.org/id/char/23F9C> a lvont:Character ;
    lvont:represents "𣾜"^^xsd:string .

<http://lexvo.org/id/char/23F9D> a lvont:Character ;
    lvont:represents "𣾝"^^xsd:string .

<http://lexvo.org/id/char/23F9E> a lvont:Character ;
    lvont:represents "𣾞"^^xsd:string .

<http://lexvo.org/id/char/23F9F> a lvont:Character ;
    lvont:represents "𣾟"^^xsd:string .

<http://lexvo.org/id/char/23FA0> a lvont:Character ;
    lvont:represents "𣾠"^^xsd:string .

<http://lexvo.org/id/char/23FA1> a lvont:Character ;
    lvont:represents "𣾡"^^xsd:string .

<http://lexvo.org/id/char/23FA2> a lvont:Character ;
    lvont:represents "𣾢"^^xsd:string .

<http://lexvo.org/id/char/23FA3> a lvont:Character ;
    lvont:represents "𣾣"^^xsd:string .

<http://lexvo.org/id/char/23FA4> a lvont:Character ;
    lvont:represents "𣾤"^^xsd:string .

<http://lexvo.org/id/char/23FA5> a lvont:Character ;
    lvont:represents "𣾥"^^xsd:string .

<http://lexvo.org/id/char/23FA6> a lvont:Character ;
    lvont:represents "𣾦"^^xsd:string .

<http://lexvo.org/id/char/23FA7> a lvont:Character ;
    lvont:represents "𣾧"^^xsd:string .

<http://lexvo.org/id/char/23FA8> a lvont:Character ;
    lvont:represents "𣾨"^^xsd:string .

<http://lexvo.org/id/char/23FA9> a lvont:Character ;
    lvont:represents "𣾩"^^xsd:string .

<http://lexvo.org/id/char/23FAA> a lvont:Character ;
    lvont:represents "𣾪"^^xsd:string .

<http://lexvo.org/id/char/23FAB> a lvont:Character ;
    lvont:represents "𣾫"^^xsd:string .

<http://lexvo.org/id/char/23FAC> a lvont:Character ;
    lvont:represents "𣾬"^^xsd:string .

<http://lexvo.org/id/char/23FAD> a lvont:Character ;
    lvont:represents "𣾭"^^xsd:string .

<http://lexvo.org/id/char/23FAE> a lvont:Character ;
    lvont:represents "𣾮"^^xsd:string .

<http://lexvo.org/id/char/23FAF> a lvont:Character ;
    lvont:represents "𣾯"^^xsd:string .

<http://lexvo.org/id/char/23FB0> a lvont:Character ;
    lvont:represents "𣾰"^^xsd:string .

<http://lexvo.org/id/char/23FB1> a lvont:Character ;
    lvont:represents "𣾱"^^xsd:string .

<http://lexvo.org/id/char/23FB2> a lvont:Character ;
    lvont:represents "𣾲"^^xsd:string .

<http://lexvo.org/id/char/23FB3> a lvont:Character ;
    lvont:represents "𣾳"^^xsd:string .

<http://lexvo.org/id/char/23FB4> a lvont:Character ;
    lvont:represents "𣾴"^^xsd:string .

<http://lexvo.org/id/char/23FB5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/cho%E1%BA%B9t>,
        "𣾵"^^xsd:string .

<http://lexvo.org/id/char/23FB6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/d%E1%BB%99i>,
        "𣾶"^^xsd:string .

<http://lexvo.org/id/char/23FB7> a lvont:Character ;
    lvont:represents "𣾷"^^xsd:string .

<http://lexvo.org/id/char/23FB8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/%C4%91%C3%ACa>,
        "𣾸"^^xsd:string .

<http://lexvo.org/id/char/23FB9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/gi%E1%BA%B7t>,
        "𣾹"^^xsd:string .

<http://lexvo.org/id/char/23FBA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/kh%C6%A1i>,
        "𣾺"^^xsd:string .

<http://lexvo.org/id/char/23FBB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ch%C3%A3>,
        "𣾻"^^xsd:string .

<http://lexvo.org/id/char/23FBC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/v%C6%B0%E1%BB%A3t>,
        "𣾼"^^xsd:string .

<http://lexvo.org/id/char/23FBD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/x%E1%BB%91i>,
        "𣾽"^^xsd:string .

<http://lexvo.org/id/char/23FBE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/b%E1%BB%A5i>,
        "𣾾"^^xsd:string .

<http://lexvo.org/id/char/23FBF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/%C3%B3i>,
        "𣾿"^^xsd:string .

<http://lexvo.org/id/char/23FC0> a lvont:Character ;
    lvont:represents "𣿀"^^xsd:string .

<http://lexvo.org/id/char/23FC1> a lvont:Character ;
    lvont:represents "𣿁"^^xsd:string .

<http://lexvo.org/id/char/23FC2> a lvont:Character ;
    lvont:represents "𣿂"^^xsd:string .

<http://lexvo.org/id/char/23FC3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ng%E1%BA%A5u>,
        "𣿃"^^xsd:string .

<http://lexvo.org/id/char/23FC4> a lvont:Character ;
    lvont:represents "𣿄"^^xsd:string .

<http://lexvo.org/id/char/23FC5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/r%E1%BB%8Fng>,
        "𣿅"^^xsd:string .

<http://lexvo.org/id/char/23FC6> a lvont:Character ;
    lvont:represents "𣿆"^^xsd:string .

<http://lexvo.org/id/char/23FC7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/%C4%91%E1%BA%AFm>,
        "𣿇"^^xsd:string .

<http://lexvo.org/id/char/23FC8> a lvont:Character ;
    lvont:represents "𣿈"^^xsd:string .

<http://lexvo.org/id/char/23FC9> a lvont:Character ;
    lvont:represents "𣿉"^^xsd:string .

<http://lexvo.org/id/char/23FCA> a lvont:Character ;
    lvont:represents "𣿊"^^xsd:string .

<http://lexvo.org/id/char/23FCB> a lvont:Character ;
    lvont:represents "𣿋"^^xsd:string .

<http://lexvo.org/id/char/23FCC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/%E1%BA%A1t>,
        "𣿌"^^xsd:string .

<http://lexvo.org/id/char/23FCD> a lvont:Character ;
    lvont:represents "𣿍"^^xsd:string .

<http://lexvo.org/id/char/23FCE> a lvont:Character ;
    lvont:represents "𣿎"^^xsd:string .

<http://lexvo.org/id/char/23FCF> a lvont:Character ;
    lvont:represents "𣿏"^^xsd:string .

<http://lexvo.org/id/char/23FD0> a lvont:Character ;
    lvont:represents "𣿐"^^xsd:string .

<http://lexvo.org/id/char/23FD1> a lvont:Character ;
    lvont:represents "𣿑"^^xsd:string .

<http://lexvo.org/id/char/23FD2> a lvont:Character ;
    lvont:represents "𣿒"^^xsd:string .

<http://lexvo.org/id/char/23FD3> a lvont:Character ;
    lvont:represents "𣿓"^^xsd:string .

<http://lexvo.org/id/char/23FD4> a lvont:Character ;
    lvont:represents "𣿔"^^xsd:string .

<http://lexvo.org/id/char/23FD5> a lvont:Character ;
    lvont:represents "𣿕"^^xsd:string .

<http://lexvo.org/id/char/23FD6> a lvont:Character ;
    lvont:represents "𣿖"^^xsd:string .

<http://lexvo.org/id/char/23FD7> a lvont:Character ;
    lvont:represents "𣿗"^^xsd:string .

<http://lexvo.org/id/char/23FD8> a lvont:Character ;
    lvont:represents "𣿘"^^xsd:string .

<http://lexvo.org/id/char/23FD9> a lvont:Character ;
    lvont:represents "𣿙"^^xsd:string .

<http://lexvo.org/id/char/23FDA> a lvont:Character ;
    lvont:represents "𣿚"^^xsd:string .

<http://lexvo.org/id/char/23FDB> a lvont:Character ;
    lvont:represents "𣿛"^^xsd:string .

<http://lexvo.org/id/char/23FDC> a lvont:Character ;
    lvont:represents "𣿜"^^xsd:string .

<http://lexvo.org/id/char/23FDD> a lvont:Character ;
    lvont:represents "𣿝"^^xsd:string .

<http://lexvo.org/id/char/23FDE> a lvont:Character ;
    lvont:represents "𣿞"^^xsd:string .

<http://lexvo.org/id/char/23FDF> a lvont:Character ;
    lvont:represents "𣿟"^^xsd:string .

<http://lexvo.org/id/char/23FE0> a lvont:Character ;
    lvont:represents "𣿠"^^xsd:string .

<http://lexvo.org/id/char/23FE1> a lvont:Character ;
    lvont:represents "𣿡"^^xsd:string .

<http://lexvo.org/id/char/23FE2> a lvont:Character ;
    lvont:represents "𣿢"^^xsd:string .

<http://lexvo.org/id/char/23FE3> a lvont:Character ;
    lvont:represents "𣿣"^^xsd:string .

<http://lexvo.org/id/char/23FE4> a lvont:Character ;
    lvont:represents "𣿤"^^xsd:string .

<http://lexvo.org/id/char/23FE5> a lvont:Character ;
    lvont:represents "𣿥"^^xsd:string .

<http://lexvo.org/id/char/23FE6> a lvont:Character ;
    lvont:represents "𣿦"^^xsd:string .

<http://lexvo.org/id/char/23FE7> a lvont:Character ;
    lvont:represents "𣿧"^^xsd:string .

<http://lexvo.org/id/char/23FE8> a lvont:Character ;
    lvont:represents "𣿨"^^xsd:string .

<http://lexvo.org/id/char/23FE9> a lvont:Character ;
    lvont:represents "𣿩"^^xsd:string .

<http://lexvo.org/id/char/23FEA> a lvont:Character ;
    lvont:represents "𣿪"^^xsd:string .

<http://lexvo.org/id/char/23FEB> a lvont:Character ;
    lvont:represents "𣿫"^^xsd:string .

<http://lexvo.org/id/char/23FEC> a lvont:Character ;
    lvont:represents "𣿬"^^xsd:string .

<http://lexvo.org/id/char/23FED> a lvont:Character ;
    lvont:represents "𣿭"^^xsd:string .

<http://lexvo.org/id/char/23FEE> a lvont:Character ;
    lvont:represents "𣿮"^^xsd:string .

<http://lexvo.org/id/char/23FEF> a lvont:Character ;
    lvont:represents "𣿯"^^xsd:string .

<http://lexvo.org/id/char/23FF0> a lvont:Character ;
    lvont:represents "𣿰"^^xsd:string .

<http://lexvo.org/id/char/23FF1> a lvont:Character ;
    lvont:represents "𣿱"^^xsd:string .

<http://lexvo.org/id/char/23FF2> a lvont:Character ;
    lvont:represents "𣿲"^^xsd:string .

<http://lexvo.org/id/char/23FF3> a lvont:Character ;
    lvont:represents "𣿳"^^xsd:string .

<http://lexvo.org/id/char/23FF4> a lvont:Character ;
    lvont:represents "𣿴"^^xsd:string .

<http://lexvo.org/id/char/23FF5> a lvont:Character ;
    lvont:represents "𣿵"^^xsd:string .

<http://lexvo.org/id/char/23FF6> a lvont:Character ;
    lvont:represents "𣿶"^^xsd:string .

<http://lexvo.org/id/char/23FF7> a lvont:Character ;
    lvont:represents "𣿷"^^xsd:string .

<http://lexvo.org/id/char/23FF8> a lvont:Character ;
    lvont:represents "𣿸"^^xsd:string .

<http://lexvo.org/id/char/23FF9> a lvont:Character ;
    lvont:represents "𣿹"^^xsd:string .

<http://lexvo.org/id/char/23FFA> a lvont:Character ;
    lvont:represents "𣿺"^^xsd:string .

<http://lexvo.org/id/char/23FFB> a lvont:Character ;
    lvont:represents "𣿻"^^xsd:string .

<http://lexvo.org/id/char/23FFC> a lvont:Character ;
    lvont:represents "𣿼"^^xsd:string .

<http://lexvo.org/id/char/23FFD> a lvont:Character ;
    lvont:represents "𣿽"^^xsd:string .

<http://lexvo.org/id/char/23FFE> a lvont:Character ;
    lvont:represents "𣿾"^^xsd:string .

<http://lexvo.org/id/char/23FFF> a lvont:Character ;
    lvont:represents "𣿿"^^xsd:string .

<http://lexvo.org/id/char/2400> a lvont:Character ;
    lvont:represents "␀"^^xsd:string ;
    rdfs:comment "SYMBOL FOR NULL"@en .

<http://lexvo.org/id/char/24000> a lvont:Character ;
    lvont:represents "𤀀"^^xsd:string .

<http://lexvo.org/id/char/24001> a lvont:Character ;
    lvont:represents "𤀁"^^xsd:string .

<http://lexvo.org/id/char/24002> a lvont:Character ;
    lvont:represents "𤀂"^^xsd:string .

<http://lexvo.org/id/char/24003> a lvont:Character ;
    lvont:represents "𤀃"^^xsd:string .

<http://lexvo.org/id/char/24004> a lvont:Character ;
    lvont:represents "𤀄"^^xsd:string .

<http://lexvo.org/id/char/24005> a lvont:Character ;
    lvont:represents "𤀅"^^xsd:string .

<http://lexvo.org/id/char/24006> a lvont:Character ;
    lvont:represents "𤀆"^^xsd:string .

<http://lexvo.org/id/char/24007> a lvont:Character ;
    lvont:represents "𤀇"^^xsd:string .

<http://lexvo.org/id/char/24008> a lvont:Character ;
    lvont:represents "𤀈"^^xsd:string .

<http://lexvo.org/id/char/24009> a lvont:Character ;
    lvont:represents "𤀉"^^xsd:string .

<http://lexvo.org/id/char/2400A> a lvont:Character ;
    lvont:represents "𤀊"^^xsd:string .

<http://lexvo.org/id/char/2400B> a lvont:Character ;
    lvont:represents "𤀋"^^xsd:string .

<http://lexvo.org/id/char/2400C> a lvont:Character ;
    lvont:represents "𤀌"^^xsd:string .

<http://lexvo.org/id/char/2400D> a lvont:Character ;
    lvont:represents "𤀍"^^xsd:string .

<http://lexvo.org/id/char/2400E> a lvont:Character ;
    lvont:represents "𤀎"^^xsd:string .

<http://lexvo.org/id/char/2400F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/th%C3%ADa>,
        "𤀏"^^xsd:string .

<http://lexvo.org/id/char/2401> a lvont:Character ;
    lvont:represents "␁"^^xsd:string ;
    rdfs:comment "SYMBOL FOR START OF HEADING"@en .

<http://lexvo.org/id/char/24010> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/%C4%91%C3%A1y>,
        "𤀐"^^xsd:string .

<http://lexvo.org/id/char/24011> a lvont:Character ;
    lvont:represents "𤀑"^^xsd:string .

<http://lexvo.org/id/char/24012> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/nh%E1%BB%8F>,
        "𤀒"^^xsd:string .

<http://lexvo.org/id/char/24013> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/l%E1%BB%8Dc>,
        "𤀓"^^xsd:string .

<http://lexvo.org/id/char/24014> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/%E1%BA%A9m>,
        "𤀔"^^xsd:string .

<http://lexvo.org/id/char/24015> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/r%C3%A1y>,
        "𤀕"^^xsd:string .

<http://lexvo.org/id/char/24016> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ngoi>,
        "𤀖"^^xsd:string .

<http://lexvo.org/id/char/24017> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/r%E1%BB%ADa>,
        "𤀗"^^xsd:string .

<http://lexvo.org/id/char/24018> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/v%C3%B9ng>,
        "𤀘"^^xsd:string .

<http://lexvo.org/id/char/24019> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/%E1%BB%93>,
        "𤀙"^^xsd:string .

<http://lexvo.org/id/char/2401A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/l%C6%B0%E1%BB%A3n>,
        "𤀚"^^xsd:string .

<http://lexvo.org/id/char/2401B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/l%E1%BA%A7y>,
        "𤀛"^^xsd:string .

<http://lexvo.org/id/char/2401C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/t%C3%A0nh>,
        "𤀜"^^xsd:string .

<http://lexvo.org/id/char/2401D> a lvont:Character ;
    lvont:represents "𤀝"^^xsd:string .

<http://lexvo.org/id/char/2401E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ch%E1%BB%A9a>,
        "𤀞"^^xsd:string .

<http://lexvo.org/id/char/2401F> a lvont:Character ;
    lvont:represents "𤀟"^^xsd:string .

<http://lexvo.org/id/char/2402> a lvont:Character ;
    lvont:represents "␂"^^xsd:string ;
    rdfs:comment "SYMBOL FOR START OF TEXT"@en .

<http://lexvo.org/id/char/24020> a lvont:Character ;
    lvont:represents "𤀠"^^xsd:string .

<http://lexvo.org/id/char/24021> a lvont:Character ;
    lvont:represents "𤀡"^^xsd:string .

<http://lexvo.org/id/char/24022> a lvont:Character ;
    lvont:represents "𤀢"^^xsd:string .

<http://lexvo.org/id/char/24023> a lvont:Character ;
    lvont:represents "𤀣"^^xsd:string .

<http://lexvo.org/id/char/24024> a lvont:Character ;
    lvont:represents "𤀤"^^xsd:string .

<http://lexvo.org/id/char/24025> a lvont:Character ;
    lvont:represents "𤀥"^^xsd:string .

<http://lexvo.org/id/char/24026> a lvont:Character ;
    lvont:represents "𤀦"^^xsd:string .

<http://lexvo.org/id/char/24027> a lvont:Character ;
    lvont:represents "𤀧"^^xsd:string .

<http://lexvo.org/id/char/24028> a lvont:Character ;
    lvont:represents "𤀨"^^xsd:string .

<http://lexvo.org/id/char/24029> a lvont:Character ;
    lvont:represents "𤀩"^^xsd:string .

<http://lexvo.org/id/char/2402A> a lvont:Character ;
    lvont:represents "𤀪"^^xsd:string .

<http://lexvo.org/id/char/2402B> a lvont:Character ;
    lvont:represents "𤀫"^^xsd:string .

<http://lexvo.org/id/char/2402C> a lvont:Character ;
    lvont:represents "𤀬"^^xsd:string .

<http://lexvo.org/id/char/2402D> a lvont:Character ;
    lvont:represents "𤀭"^^xsd:string .

<http://lexvo.org/id/char/2402E> a lvont:Character ;
    lvont:represents "𤀮"^^xsd:string .

<http://lexvo.org/id/char/2402F> a lvont:Character ;
    lvont:represents "𤀯"^^xsd:string .

<http://lexvo.org/id/char/2403> a lvont:Character ;
    lvont:represents "␃"^^xsd:string ;
    rdfs:comment "SYMBOL FOR END OF TEXT"@en .

<http://lexvo.org/id/char/24030> a lvont:Character ;
    lvont:represents "𤀰"^^xsd:string .

<http://lexvo.org/id/char/24031> a lvont:Character ;
    lvont:represents "𤀱"^^xsd:string .

<http://lexvo.org/id/char/24032> a lvont:Character ;
    lvont:represents "𤀲"^^xsd:string .

<http://lexvo.org/id/char/24033> a lvont:Character ;
    lvont:represents "𤀳"^^xsd:string .

<http://lexvo.org/id/char/24034> a lvont:Character ;
    lvont:represents "𤀴"^^xsd:string .

<http://lexvo.org/id/char/24035> a lvont:Character ;
    lvont:represents "𤀵"^^xsd:string .

<http://lexvo.org/id/char/24036> a lvont:Character ;
    lvont:represents "𤀶"^^xsd:string .

<http://lexvo.org/id/char/24037> a lvont:Character ;
    lvont:represents "𤀷"^^xsd:string .

<http://lexvo.org/id/char/24038> a lvont:Character ;
    lvont:represents "𤀸"^^xsd:string .

<http://lexvo.org/id/char/24039> a lvont:Character ;
    lvont:represents "𤀹"^^xsd:string .

<http://lexvo.org/id/char/2403A> a lvont:Character ;
    lvont:represents "𤀺"^^xsd:string .

<http://lexvo.org/id/char/2403B> a lvont:Character ;
    lvont:represents "𤀻"^^xsd:string .

<http://lexvo.org/id/char/2403C> a lvont:Character ;
    lvont:represents "𤀼"^^xsd:string .

<http://lexvo.org/id/char/2403D> a lvont:Character ;
    lvont:represents "𤀽"^^xsd:string .

<http://lexvo.org/id/char/2403E> a lvont:Character ;
    lvont:represents "𤀾"^^xsd:string .

<http://lexvo.org/id/char/2403F> a lvont:Character ;
    lvont:represents "𤀿"^^xsd:string .

<http://lexvo.org/id/char/2404> a lvont:Character ;
    lvont:represents "␄"^^xsd:string ;
    rdfs:comment "SYMBOL FOR END OF TRANSMISSION"@en .

<http://lexvo.org/id/char/24040> a lvont:Character ;
    lvont:represents "𤁀"^^xsd:string .

<http://lexvo.org/id/char/24041> a lvont:Character ;
    lvont:represents "𤁁"^^xsd:string .

<http://lexvo.org/id/char/24042> a lvont:Character ;
    lvont:represents "𤁂"^^xsd:string .

<http://lexvo.org/id/char/24043> a lvont:Character ;
    lvont:represents "𤁃"^^xsd:string .

<http://lexvo.org/id/char/24044> a lvont:Character ;
    lvont:represents "𤁄"^^xsd:string .

<http://lexvo.org/id/char/24045> a lvont:Character ;
    lvont:represents "𤁅"^^xsd:string .

<http://lexvo.org/id/char/24046> a lvont:Character ;
    lvont:represents "𤁆"^^xsd:string .

<http://lexvo.org/id/char/24047> a lvont:Character ;
    lvont:represents "𤁇"^^xsd:string .

<http://lexvo.org/id/char/24048> a lvont:Character ;
    lvont:represents "𤁈"^^xsd:string .

<http://lexvo.org/id/char/24049> a lvont:Character ;
    lvont:represents "𤁉"^^xsd:string .

<http://lexvo.org/id/char/2404A> a lvont:Character ;
    lvont:represents "𤁊"^^xsd:string .

<http://lexvo.org/id/char/2404B> a lvont:Character ;
    lvont:represents "𤁋"^^xsd:string .

<http://lexvo.org/id/char/2404C> a lvont:Character ;
    lvont:represents "𤁌"^^xsd:string .

<http://lexvo.org/id/char/2404D> a lvont:Character ;
    lvont:represents "𤁍"^^xsd:string .

<http://lexvo.org/id/char/2404E> a lvont:Character ;
    lvont:represents "𤁎"^^xsd:string .

<http://lexvo.org/id/char/2404F> a lvont:Character ;
    lvont:represents "𤁏"^^xsd:string .

<http://lexvo.org/id/char/2405> a lvont:Character ;
    lvont:represents "␅"^^xsd:string ;
    rdfs:comment "SYMBOL FOR ENQUIRY"@en .

<http://lexvo.org/id/char/24050> a lvont:Character ;
    lvont:represents "𤁐"^^xsd:string .

<http://lexvo.org/id/char/24051> a lvont:Character ;
    lvont:represents "𤁑"^^xsd:string .

<http://lexvo.org/id/char/24052> a lvont:Character ;
    lvont:represents "𤁒"^^xsd:string .

<http://lexvo.org/id/char/24053> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/d%C3%A0o>,
        "𤁓"^^xsd:string .

<http://lexvo.org/id/char/24054> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/kh%C6%A1i>,
        "𤁔"^^xsd:string .

<http://lexvo.org/id/char/24055> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/l%E1%BA%A1t>,
        "𤁕"^^xsd:string .

<http://lexvo.org/id/char/24056> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/lo%C3%A3>,
        "𤁖"^^xsd:string .

<http://lexvo.org/id/char/24057> a lvont:Character ;
    lvont:represents "𤁗"^^xsd:string .

<http://lexvo.org/id/char/24058> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/trong>,
        "𤁘"^^xsd:string .

<http://lexvo.org/id/char/24059> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/b%E1%BB%9Bt>,
        "𤁙"^^xsd:string .

<http://lexvo.org/id/char/2405A> a lvont:Character ;
    lvont:represents "𤁚"^^xsd:string .

<http://lexvo.org/id/char/2405B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ch%E1%BB%ADa>,
        "𤁛"^^xsd:string .

<http://lexvo.org/id/char/2405C> a lvont:Character ;
    lvont:represents "𤁜"^^xsd:string .

<http://lexvo.org/id/char/2405D> a lvont:Character ;
    lvont:represents "𤁝"^^xsd:string .

<http://lexvo.org/id/char/2405E> a lvont:Character ;
    lvont:represents "𤁞"^^xsd:string .

<http://lexvo.org/id/char/2405F> a lvont:Character ;
    lvont:represents "𤁟"^^xsd:string .

<http://lexvo.org/id/char/2406> a lvont:Character ;
    lvont:represents "␆"^^xsd:string ;
    rdfs:comment "SYMBOL FOR ACKNOWLEDGE"@en .

<http://lexvo.org/id/char/24060> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/d%C3%A0o>,
        "𤁠"^^xsd:string .

<http://lexvo.org/id/char/24061> a lvont:Character ;
    lvont:represents "𤁡"^^xsd:string .

<http://lexvo.org/id/char/24062> a lvont:Character ;
    lvont:represents "𤁢"^^xsd:string .

<http://lexvo.org/id/char/24063> a lvont:Character ;
    lvont:represents "𤁣"^^xsd:string .

<http://lexvo.org/id/char/24064> a lvont:Character ;
    lvont:represents "𤁤"^^xsd:string .

<http://lexvo.org/id/char/24065> a lvont:Character ;
    lvont:represents "𤁥"^^xsd:string .

<http://lexvo.org/id/char/24066> a lvont:Character ;
    lvont:represents "𤁦"^^xsd:string .

<http://lexvo.org/id/char/24067> a lvont:Character ;
    lvont:represents "𤁧"^^xsd:string .

<http://lexvo.org/id/char/24068> a lvont:Character ;
    lvont:represents "𤁨"^^xsd:string .

<http://lexvo.org/id/char/24069> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/gi%E1%BB%A3t>,
        "𤁩"^^xsd:string .

<http://lexvo.org/id/char/2406A> a lvont:Character ;
    lvont:represents "𤁪"^^xsd:string .

<http://lexvo.org/id/char/2406B> a lvont:Character ;
    lvont:represents "𤁫"^^xsd:string .

<http://lexvo.org/id/char/2406C> a lvont:Character ;
    lvont:represents "𤁬"^^xsd:string .

<http://lexvo.org/id/char/2406D> a lvont:Character ;
    lvont:represents "𤁭"^^xsd:string .

<http://lexvo.org/id/char/2406E> a lvont:Character ;
    lvont:represents "𤁮"^^xsd:string .

<http://lexvo.org/id/char/2406F> a lvont:Character ;
    lvont:represents "𤁯"^^xsd:string .

<http://lexvo.org/id/char/2407> a lvont:Character ;
    lvont:represents "␇"^^xsd:string ;
    rdfs:comment "SYMBOL FOR BELL"@en .

<http://lexvo.org/id/char/24070> a lvont:Character ;
    lvont:represents "𤁰"^^xsd:string .

<http://lexvo.org/id/char/24071> a lvont:Character ;
    lvont:represents "𤁱"^^xsd:string .

<http://lexvo.org/id/char/24072> a lvont:Character ;
    lvont:represents "𤁲"^^xsd:string .

<http://lexvo.org/id/char/24073> a lvont:Character ;
    lvont:represents "𤁳"^^xsd:string .

<http://lexvo.org/id/char/24074> a lvont:Character ;
    lvont:represents "𤁴"^^xsd:string .

<http://lexvo.org/id/char/24075> a lvont:Character ;
    lvont:represents "𤁵"^^xsd:string .

<http://lexvo.org/id/char/24076> a lvont:Character ;
    lvont:represents "𤁶"^^xsd:string .

<http://lexvo.org/id/char/24077> a lvont:Character ;
    lvont:represents "𤁷"^^xsd:string .

<http://lexvo.org/id/char/24078> a lvont:Character ;
    lvont:represents "𤁸"^^xsd:string .

<http://lexvo.org/id/char/24079> a lvont:Character ;
    lvont:represents "𤁹"^^xsd:string .

<http://lexvo.org/id/char/2407A> a lvont:Character ;
    lvont:represents "𤁺"^^xsd:string .

<http://lexvo.org/id/char/2407B> a lvont:Character ;
    lvont:represents "𤁻"^^xsd:string .

<http://lexvo.org/id/char/2407C> a lvont:Character ;
    lvont:represents "𤁼"^^xsd:string .

<http://lexvo.org/id/char/2407D> a lvont:Character ;
    lvont:represents "𤁽"^^xsd:string .

<http://lexvo.org/id/char/2407E> a lvont:Character ;
    lvont:represents "𤁾"^^xsd:string .

<http://lexvo.org/id/char/2407F> a lvont:Character ;
    lvont:represents "𤁿"^^xsd:string .

<http://lexvo.org/id/char/2408> a lvont:Character ;
    lvont:represents "␈"^^xsd:string ;
    rdfs:comment "SYMBOL FOR BACKSPACE"@en .

<http://lexvo.org/id/char/24080> a lvont:Character ;
    lvont:represents "𤂀"^^xsd:string .

<http://lexvo.org/id/char/24081> a lvont:Character ;
    lvont:represents "𤂁"^^xsd:string .

<http://lexvo.org/id/char/24082> a lvont:Character ;
    lvont:represents "𤂂"^^xsd:string .

<http://lexvo.org/id/char/24083> a lvont:Character ;
    lvont:represents "𤂃"^^xsd:string .

<http://lexvo.org/id/char/24084> a lvont:Character ;
    lvont:represents "𤂄"^^xsd:string .

<http://lexvo.org/id/char/24085> a lvont:Character ;
    lvont:represents "𤂅"^^xsd:string .

<http://lexvo.org/id/char/24086> a lvont:Character ;
    lvont:represents "𤂆"^^xsd:string .

<http://lexvo.org/id/char/24087> a lvont:Character ;
    lvont:represents "𤂇"^^xsd:string .

<http://lexvo.org/id/char/24088> a lvont:Character ;
    lvont:represents "𤂈"^^xsd:string .

<http://lexvo.org/id/char/24089> a lvont:Character ;
    lvont:represents "𤂉"^^xsd:string .

<http://lexvo.org/id/char/2408A> a lvont:Character ;
    lvont:represents "𤂊"^^xsd:string .

<http://lexvo.org/id/char/2408B> a lvont:Character ;
    lvont:represents "𤂋"^^xsd:string .

<http://lexvo.org/id/char/2408C> a lvont:Character ;
    lvont:represents "𤂌"^^xsd:string .

<http://lexvo.org/id/char/2408D> a lvont:Character ;
    lvont:represents "𤂍"^^xsd:string .

<http://lexvo.org/id/char/2408E> a lvont:Character ;
    lvont:represents "𤂎"^^xsd:string .

<http://lexvo.org/id/char/2408F> a lvont:Character ;
    lvont:represents "𤂏"^^xsd:string .

<http://lexvo.org/id/char/2409> a lvont:Character ;
    lvont:represents "␉"^^xsd:string ;
    rdfs:comment "SYMBOL FOR HORIZONTAL TABULATION"@en .

<http://lexvo.org/id/char/24090> a lvont:Character ;
    lvont:represents "𤂐"^^xsd:string .

<http://lexvo.org/id/char/24091> a lvont:Character ;
    lvont:represents "𤂑"^^xsd:string .

<http://lexvo.org/id/char/24092> a lvont:Character ;
    lvont:represents "𤂒"^^xsd:string .

<http://lexvo.org/id/char/24093> a lvont:Character ;
    lvont:represents "𤂓"^^xsd:string .

<http://lexvo.org/id/char/24094> a lvont:Character ;
    lvont:represents "𤂔"^^xsd:string .

<http://lexvo.org/id/char/24095> a lvont:Character ;
    lvont:represents "𤂕"^^xsd:string .

<http://lexvo.org/id/char/24096> a lvont:Character ;
    lvont:represents "𤂖"^^xsd:string .

<http://lexvo.org/id/char/24097> a lvont:Character ;
    lvont:represents "𤂗"^^xsd:string .

<http://lexvo.org/id/char/24098> a lvont:Character ;
    lvont:represents "𤂘"^^xsd:string .

<http://lexvo.org/id/char/24099> a lvont:Character ;
    lvont:represents "𤂙"^^xsd:string .

<http://lexvo.org/id/char/2409A> a lvont:Character ;
    lvont:represents "𤂚"^^xsd:string .

<http://lexvo.org/id/char/2409B> a lvont:Character ;
    lvont:represents "𤂛"^^xsd:string .

<http://lexvo.org/id/char/2409C> a lvont:Character ;
    lvont:represents "𤂜"^^xsd:string .

<http://lexvo.org/id/char/2409D> a lvont:Character ;
    lvont:represents "𤂝"^^xsd:string .

<http://lexvo.org/id/char/2409E> a lvont:Character ;
    lvont:represents "𤂞"^^xsd:string .

<http://lexvo.org/id/char/2409F> a lvont:Character ;
    lvont:represents "𤂟"^^xsd:string .

<http://lexvo.org/id/char/240A> a lvont:Character ;
    lvont:represents "␊"^^xsd:string ;
    rdfs:comment "SYMBOL FOR LINE FEED"@en .

<http://lexvo.org/id/char/240A0> a lvont:Character ;
    lvont:represents "𤂠"^^xsd:string .

<http://lexvo.org/id/char/240A1> a lvont:Character ;
    lvont:represents "𤂡"^^xsd:string .

<http://lexvo.org/id/char/240A2> a lvont:Character ;
    lvont:represents "𤂢"^^xsd:string .

<http://lexvo.org/id/char/240A3> a lvont:Character ;
    lvont:represents "𤂣"^^xsd:string .

<http://lexvo.org/id/char/240A4> a lvont:Character ;
    lvont:represents "𤂤"^^xsd:string .

<http://lexvo.org/id/char/240A5> a lvont:Character ;
    lvont:represents "𤂥"^^xsd:string .

<http://lexvo.org/id/char/240A6> a lvont:Character ;
    lvont:represents "𤂦"^^xsd:string .

<http://lexvo.org/id/char/240A7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/b%E1%BB%93ng>,
        "𤂧"^^xsd:string .

<http://lexvo.org/id/char/240A8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/m%C3%B2>,
        "𤂨"^^xsd:string .

<http://lexvo.org/id/char/240A9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/r%E1%BB%ADa>,
        "𤂩"^^xsd:string .

<http://lexvo.org/id/char/240AA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/d%E1%BA%A5n>,
        "𤂪"^^xsd:string .

<http://lexvo.org/id/char/240AB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ph%C3%B9n>,
        "𤂫"^^xsd:string .

<http://lexvo.org/id/char/240AC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/l%E1%BB%99i>,
        "𤂬"^^xsd:string .

<http://lexvo.org/id/char/240AD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/to%C3%A9>,
        "𤂭"^^xsd:string .

<http://lexvo.org/id/char/240AE> a lvont:Character ;
    lvont:represents "𤂮"^^xsd:string .

<http://lexvo.org/id/char/240AF> a lvont:Character ;
    lvont:represents "𤂯"^^xsd:string .

<http://lexvo.org/id/char/240B> a lvont:Character ;
    lvont:represents "␋"^^xsd:string ;
    rdfs:comment "SYMBOL FOR VERTICAL TABULATION"@en .

<http://lexvo.org/id/char/240B0> a lvont:Character ;
    lvont:represents "𤂰"^^xsd:string .

<http://lexvo.org/id/char/240B1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/r%E1%BB%81>,
        "𤂱"^^xsd:string .

<http://lexvo.org/id/char/240B2> a lvont:Character ;
    lvont:represents "𤂲"^^xsd:string .

<http://lexvo.org/id/char/240B3> a lvont:Character ;
    lvont:represents "𤂳"^^xsd:string .

<http://lexvo.org/id/char/240B4> a lvont:Character ;
    lvont:represents "𤂴"^^xsd:string .

<http://lexvo.org/id/char/240B5> a lvont:Character ;
    lvont:represents "𤂵"^^xsd:string .

<http://lexvo.org/id/char/240B6> a lvont:Character ;
    lvont:represents "𤂶"^^xsd:string .

<http://lexvo.org/id/char/240B7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/%E1%BB%A9>,
        "𤂷"^^xsd:string .

<http://lexvo.org/id/char/240B8> a lvont:Character ;
    lvont:represents "𤂸"^^xsd:string .

<http://lexvo.org/id/char/240B9> a lvont:Character ;
    lvont:represents "𤂹"^^xsd:string .

<http://lexvo.org/id/char/240BA> a lvont:Character ;
    lvont:represents "𤂺"^^xsd:string .

<http://lexvo.org/id/char/240BB> a lvont:Character ;
    lvont:represents "𤂻"^^xsd:string .

<http://lexvo.org/id/char/240BC> a lvont:Character ;
    lvont:represents "𤂼"^^xsd:string .

<http://lexvo.org/id/char/240BD> a lvont:Character ;
    lvont:represents "𤂽"^^xsd:string .

<http://lexvo.org/id/char/240BE> a lvont:Character ;
    lvont:represents "𤂾"^^xsd:string .

<http://lexvo.org/id/char/240BF> a lvont:Character ;
    lvont:represents "𤂿"^^xsd:string .

<http://lexvo.org/id/char/240C> a lvont:Character ;
    lvont:represents "␌"^^xsd:string ;
    rdfs:comment "SYMBOL FOR FORM FEED"@en .

<http://lexvo.org/id/char/240C0> a lvont:Character ;
    lvont:represents "𤃀"^^xsd:string .

<http://lexvo.org/id/char/240C1> a lvont:Character ;
    lvont:represents "𤃁"^^xsd:string .

<http://lexvo.org/id/char/240C2> a lvont:Character ;
    lvont:represents "𤃂"^^xsd:string .

<http://lexvo.org/id/char/240C3> a lvont:Character ;
    lvont:represents "𤃃"^^xsd:string .

<http://lexvo.org/id/char/240C4> a lvont:Character ;
    lvont:represents "𤃄"^^xsd:string .

<http://lexvo.org/id/char/240C5> a lvont:Character ;
    lvont:represents "𤃅"^^xsd:string .

<http://lexvo.org/id/char/240C6> a lvont:Character ;
    lvont:represents "𤃆"^^xsd:string .

<http://lexvo.org/id/char/240C7> a lvont:Character ;
    lvont:represents "𤃇"^^xsd:string .

<http://lexvo.org/id/char/240C8> a lvont:Character ;
    lvont:represents "𤃈"^^xsd:string .

<http://lexvo.org/id/char/240C9> a lvont:Character ;
    lvont:represents "𤃉"^^xsd:string .

<http://lexvo.org/id/char/240CA> a lvont:Character ;
    lvont:represents "𤃊"^^xsd:string .

<http://lexvo.org/id/char/240CB> a lvont:Character ;
    lvont:represents "𤃋"^^xsd:string .

<http://lexvo.org/id/char/240CC> a lvont:Character ;
    lvont:represents "𤃌"^^xsd:string .

<http://lexvo.org/id/char/240CD> a lvont:Character ;
    lvont:represents "𤃍"^^xsd:string .

<http://lexvo.org/id/char/240CE> a lvont:Character ;
    lvont:represents "𤃎"^^xsd:string .

<http://lexvo.org/id/char/240CF> a lvont:Character ;
    lvont:represents "𤃏"^^xsd:string .

<http://lexvo.org/id/char/240D> a lvont:Character ;
    lvont:represents "␍"^^xsd:string ;
    rdfs:comment "SYMBOL FOR CARRIAGE RETURN"@en .

<http://lexvo.org/id/char/240D0> a lvont:Character ;
    lvont:represents "𤃐"^^xsd:string .

<http://lexvo.org/id/char/240D1> a lvont:Character ;
    lvont:represents "𤃑"^^xsd:string .

<http://lexvo.org/id/char/240D2> a lvont:Character ;
    lvont:represents "𤃒"^^xsd:string .

<http://lexvo.org/id/char/240D3> a lvont:Character ;
    lvont:represents "𤃓"^^xsd:string .

<http://lexvo.org/id/char/240D4> a lvont:Character ;
    lvont:represents "𤃔"^^xsd:string .

<http://lexvo.org/id/char/240D5> a lvont:Character ;
    lvont:represents "𤃕"^^xsd:string .

<http://lexvo.org/id/char/240D6> a lvont:Character ;
    lvont:represents "𤃖"^^xsd:string .

<http://lexvo.org/id/char/240D7> a lvont:Character ;
    lvont:represents "𤃗"^^xsd:string .

<http://lexvo.org/id/char/240D8> a lvont:Character ;
    lvont:represents "𤃘"^^xsd:string .

<http://lexvo.org/id/char/240D9> a lvont:Character ;
    lvont:represents "𤃙"^^xsd:string .

<http://lexvo.org/id/char/240DA> a lvont:Character ;
    lvont:represents "𤃚"^^xsd:string .

<http://lexvo.org/id/char/240DB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/b%E1%BB%81u>,
        "𤃛"^^xsd:string .

<http://lexvo.org/id/char/240DC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/leo>,
        "𤃜"^^xsd:string .

<http://lexvo.org/id/char/240DD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/r%C3%A1ch>,
        "𤃝"^^xsd:string .

<http://lexvo.org/id/char/240DE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/m%C6%B0%C6%A1ng>,
        "𤃞"^^xsd:string .

<http://lexvo.org/id/char/240DF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/%C3%BAng>,
        "𤃟"^^xsd:string .

<http://lexvo.org/id/char/240E> a lvont:Character ;
    lvont:represents "␎"^^xsd:string ;
    rdfs:comment "SYMBOL FOR SHIFT OUT"@en .

<http://lexvo.org/id/char/240E0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/n%E1%BB%95i>,
        "𤃠"^^xsd:string .

<http://lexvo.org/id/char/240E1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/r%C3%A3nh>,
        "𤃡"^^xsd:string .

<http://lexvo.org/id/char/240E2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/l%C3%B5m>,
        "𤃢"^^xsd:string .

<http://lexvo.org/id/char/240E3> a lvont:Character ;
    lvont:represents "𤃣"^^xsd:string .

<http://lexvo.org/id/char/240E4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/nh%C3%A3o>,
        "𤃤"^^xsd:string .

<http://lexvo.org/id/char/240E5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/r%C3%A8m>,
        "𤃥"^^xsd:string .

<http://lexvo.org/id/char/240E6> a lvont:Character ;
    lvont:represents "𤃦"^^xsd:string .

<http://lexvo.org/id/char/240E7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/th%C6%B0%E1%BB%9Bt>,
        "𤃧"^^xsd:string .

<http://lexvo.org/id/char/240E8> a lvont:Character ;
    lvont:represents "𤃨"^^xsd:string .

<http://lexvo.org/id/char/240E9> a lvont:Character ;
    lvont:represents "𤃩"^^xsd:string .

<http://lexvo.org/id/char/240EA> a lvont:Character ;
    lvont:represents "𤃪"^^xsd:string .

<http://lexvo.org/id/char/240EB> a lvont:Character ;
    lvont:represents "𤃫"^^xsd:string .

<http://lexvo.org/id/char/240EC> a lvont:Character ;
    lvont:represents "𤃬"^^xsd:string .

<http://lexvo.org/id/char/240ED> a lvont:Character ;
    lvont:represents "𤃭"^^xsd:string .

<http://lexvo.org/id/char/240EE> a lvont:Character ;
    lvont:represents "𤃮"^^xsd:string .

<http://lexvo.org/id/char/240EF> a lvont:Character ;
    lvont:represents "𤃯"^^xsd:string .

<http://lexvo.org/id/char/240F> a lvont:Character ;
    lvont:represents "␏"^^xsd:string ;
    rdfs:comment "SYMBOL FOR SHIFT IN"@en .

<http://lexvo.org/id/char/240F0> a lvont:Character ;
    lvont:represents "𤃰"^^xsd:string .

<http://lexvo.org/id/char/240F1> a lvont:Character ;
    lvont:represents "𤃱"^^xsd:string .

<http://lexvo.org/id/char/240F2> a lvont:Character ;
    lvont:represents "𤃲"^^xsd:string .

<http://lexvo.org/id/char/240F3> a lvont:Character ;
    lvont:represents "𤃳"^^xsd:string .

<http://lexvo.org/id/char/240F4> a lvont:Character ;
    lvont:represents "𤃴"^^xsd:string .

<http://lexvo.org/id/char/240F5> a lvont:Character ;
    lvont:represents "𤃵"^^xsd:string .

<http://lexvo.org/id/char/240F6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%F0%A4%83%B6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%A8ng>,
        "𤃶"^^xsd:string ;
    rdfs:comment "swept away, as by a flood; soaked, saturated; to settle, as with alum; to strain; to drain off"@en .

<http://lexvo.org/id/char/240F7> a lvont:Character ;
    lvont:represents "𤃷"^^xsd:string .

<http://lexvo.org/id/char/240F8> a lvont:Character ;
    lvont:represents "𤃸"^^xsd:string .

<http://lexvo.org/id/char/240F9> a lvont:Character ;
    lvont:represents "𤃹"^^xsd:string .

<http://lexvo.org/id/char/240FA> a lvont:Character ;
    lvont:represents "𤃺"^^xsd:string .

<http://lexvo.org/id/char/240FB> a lvont:Character ;
    lvont:represents "𤃻"^^xsd:string .

<http://lexvo.org/id/char/240FC> a lvont:Character ;
    lvont:represents "𤃼"^^xsd:string .

<http://lexvo.org/id/char/240FD> a lvont:Character ;
    lvont:represents "𤃽"^^xsd:string .

<http://lexvo.org/id/char/240FE> a lvont:Character ;
    lvont:represents "𤃾"^^xsd:string .

<http://lexvo.org/id/char/240FF> a lvont:Character ;
    lvont:represents "𤃿"^^xsd:string .

<http://lexvo.org/id/char/2410> a lvont:Character ;
    lvont:represents "␐"^^xsd:string ;
    rdfs:comment "SYMBOL FOR DATA LINK ESCAPE"@en .

<http://lexvo.org/id/char/24100> a lvont:Character ;
    lvont:represents "𤄀"^^xsd:string .

<http://lexvo.org/id/char/24101> a lvont:Character ;
    lvont:represents "𤄁"^^xsd:string .

<http://lexvo.org/id/char/24102> a lvont:Character ;
    lvont:represents "𤄂"^^xsd:string .

<http://lexvo.org/id/char/24103> a lvont:Character ;
    lvont:represents "𤄃"^^xsd:string .

<http://lexvo.org/id/char/24104> a lvont:Character ;
    lvont:represents "𤄄"^^xsd:string .

<http://lexvo.org/id/char/24105> a lvont:Character ;
    lvont:represents "𤄅"^^xsd:string .

<http://lexvo.org/id/char/24106> a lvont:Character ;
    lvont:represents "𤄆"^^xsd:string .

<http://lexvo.org/id/char/24107> a lvont:Character ;
    lvont:represents "𤄇"^^xsd:string .

<http://lexvo.org/id/char/24108> a lvont:Character ;
    lvont:represents "𤄈"^^xsd:string .

<http://lexvo.org/id/char/24109> a lvont:Character ;
    lvont:represents "𤄉"^^xsd:string .

<http://lexvo.org/id/char/2410A> a lvont:Character ;
    lvont:represents "𤄊"^^xsd:string .

<http://lexvo.org/id/char/2410B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/t%E1%BB%8Fng>,
        "𤄋"^^xsd:string .

<http://lexvo.org/id/char/2410C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/gi%E1%BA%BFt>,
        "𤄌"^^xsd:string .

<http://lexvo.org/id/char/2410D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/r%C6%B0%E1%BB%A3u>,
        "𤄍"^^xsd:string .

<http://lexvo.org/id/char/2410E> a lvont:Character ;
    lvont:represents "𤄎"^^xsd:string .

<http://lexvo.org/id/char/2410F> a lvont:Character ;
    lvont:represents "𤄏"^^xsd:string .

<http://lexvo.org/id/char/2411> a lvont:Character ;
    lvont:represents "␑"^^xsd:string ;
    rdfs:comment "SYMBOL FOR DEVICE CONTROL ONE"@en .

<http://lexvo.org/id/char/24110> a lvont:Character ;
    lvont:represents "𤄐"^^xsd:string .

<http://lexvo.org/id/char/24111> a lvont:Character ;
    lvont:represents "𤄑"^^xsd:string .

<http://lexvo.org/id/char/24112> a lvont:Character ;
    lvont:represents "𤄒"^^xsd:string .

<http://lexvo.org/id/char/24113> a lvont:Character ;
    lvont:represents "𤄓"^^xsd:string .

<http://lexvo.org/id/char/24114> a lvont:Character ;
    lvont:represents "𤄔"^^xsd:string .

<http://lexvo.org/id/char/24115> a lvont:Character ;
    lvont:represents "𤄕"^^xsd:string .

<http://lexvo.org/id/char/24116> a lvont:Character ;
    lvont:represents "𤄖"^^xsd:string .

<http://lexvo.org/id/char/24117> a lvont:Character ;
    lvont:represents "𤄗"^^xsd:string .

<http://lexvo.org/id/char/24118> a lvont:Character ;
    lvont:represents "𤄘"^^xsd:string .

<http://lexvo.org/id/char/24119> a lvont:Character ;
    lvont:represents "𤄙"^^xsd:string .

<http://lexvo.org/id/char/2411A> a lvont:Character ;
    lvont:represents "𤄚"^^xsd:string .

<http://lexvo.org/id/char/2411B> a lvont:Character ;
    lvont:represents "𤄛"^^xsd:string .

<http://lexvo.org/id/char/2411C> a lvont:Character ;
    lvont:represents "𤄜"^^xsd:string .

<http://lexvo.org/id/char/2411D> a lvont:Character ;
    lvont:represents "𤄝"^^xsd:string .

<http://lexvo.org/id/char/2411E> a lvont:Character ;
    lvont:represents "𤄞"^^xsd:string .

<http://lexvo.org/id/char/2411F> a lvont:Character ;
    lvont:represents "𤄟"^^xsd:string .

<http://lexvo.org/id/char/2412> a lvont:Character ;
    lvont:represents "␒"^^xsd:string ;
    rdfs:comment "SYMBOL FOR DEVICE CONTROL TWO"@en .

<http://lexvo.org/id/char/24120> a lvont:Character ;
    lvont:represents "𤄠"^^xsd:string .

<http://lexvo.org/id/char/24121> a lvont:Character ;
    lvont:represents "𤄡"^^xsd:string .

<http://lexvo.org/id/char/24122> a lvont:Character ;
    lvont:represents "𤄢"^^xsd:string .

<http://lexvo.org/id/char/24123> a lvont:Character ;
    lvont:represents "𤄣"^^xsd:string .

<http://lexvo.org/id/char/24124> a lvont:Character ;
    lvont:represents "𤄤"^^xsd:string .

<http://lexvo.org/id/char/24125> a lvont:Character ;
    lvont:represents "𤄥"^^xsd:string .

<http://lexvo.org/id/char/24126> a lvont:Character ;
    lvont:represents "𤄦"^^xsd:string .

<http://lexvo.org/id/char/24127> a lvont:Character ;
    lvont:represents "𤄧"^^xsd:string .

<http://lexvo.org/id/char/24128> a lvont:Character ;
    lvont:represents "𤄨"^^xsd:string .

<http://lexvo.org/id/char/24129> a lvont:Character ;
    lvont:represents "𤄩"^^xsd:string .

<http://lexvo.org/id/char/2412A> a lvont:Character ;
    lvont:represents "𤄪"^^xsd:string .

<http://lexvo.org/id/char/2412B> a lvont:Character ;
    lvont:represents "𤄫"^^xsd:string .

<http://lexvo.org/id/char/2412C> a lvont:Character ;
    lvont:represents "𤄬"^^xsd:string .

<http://lexvo.org/id/char/2412D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/r%E1%BB%81>,
        "𤄭"^^xsd:string .

<http://lexvo.org/id/char/2412E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/nhi%E1%BB%81u>,
        "𤄮"^^xsd:string .

<http://lexvo.org/id/char/2412F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/trong>,
        "𤄯"^^xsd:string .

<http://lexvo.org/id/char/2413> a lvont:Character ;
    lvont:represents "␓"^^xsd:string ;
    rdfs:comment "SYMBOL FOR DEVICE CONTROL THREE"@en .

<http://lexvo.org/id/char/24130> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/nh%C4%83n>,
        "𤄰"^^xsd:string .

<http://lexvo.org/id/char/24131> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/d%E1%BA%ABn>,
        "𤄱"^^xsd:string .

<http://lexvo.org/id/char/24132> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/c%E1%BA%A5n>,
        "𤄲"^^xsd:string .

<http://lexvo.org/id/char/24133> a lvont:Character ;
    lvont:represents "𤄳"^^xsd:string .

<http://lexvo.org/id/char/24134> a lvont:Character ;
    lvont:represents "𤄴"^^xsd:string .

<http://lexvo.org/id/char/24135> a lvont:Character ;
    lvont:represents "𤄵"^^xsd:string .

<http://lexvo.org/id/char/24136> a lvont:Character ;
    lvont:represents "𤄶"^^xsd:string .

<http://lexvo.org/id/char/24137> a lvont:Character ;
    lvont:represents "𤄷"^^xsd:string .

<http://lexvo.org/id/char/24138> a lvont:Character ;
    lvont:represents "𤄸"^^xsd:string .

<http://lexvo.org/id/char/24139> a lvont:Character ;
    lvont:represents "𤄹"^^xsd:string .

<http://lexvo.org/id/char/2413A> a lvont:Character ;
    lvont:represents "𤄺"^^xsd:string .

<http://lexvo.org/id/char/2413B> a lvont:Character ;
    lvont:represents "𤄻"^^xsd:string .

<http://lexvo.org/id/char/2413C> a lvont:Character ;
    lvont:represents "𤄼"^^xsd:string .

<http://lexvo.org/id/char/2413D> a lvont:Character ;
    lvont:represents "𤄽"^^xsd:string .

<http://lexvo.org/id/char/2413E> a lvont:Character ;
    lvont:represents "𤄾"^^xsd:string .

<http://lexvo.org/id/char/2413F> a lvont:Character ;
    lvont:represents "𤄿"^^xsd:string .

<http://lexvo.org/id/char/2414> a lvont:Character ;
    lvont:represents "␔"^^xsd:string ;
    rdfs:comment "SYMBOL FOR DEVICE CONTROL FOUR"@en .

<http://lexvo.org/id/char/24140> a lvont:Character ;
    lvont:represents "𤅀"^^xsd:string .

<http://lexvo.org/id/char/24141> a lvont:Character ;
    lvont:represents "𤅁"^^xsd:string .

<http://lexvo.org/id/char/24142> a lvont:Character ;
    lvont:represents "𤅂"^^xsd:string .

<http://lexvo.org/id/char/24143> a lvont:Character ;
    lvont:represents "𤅃"^^xsd:string .

<http://lexvo.org/id/char/24144> a lvont:Character ;
    lvont:represents "𤅄"^^xsd:string .

<http://lexvo.org/id/char/24145> a lvont:Character ;
    lvont:represents "𤅅"^^xsd:string .

<http://lexvo.org/id/char/24146> a lvont:Character ;
    lvont:represents "𤅆"^^xsd:string .

<http://lexvo.org/id/char/24147> a lvont:Character ;
    lvont:represents "𤅇"^^xsd:string .

<http://lexvo.org/id/char/24148> a lvont:Character ;
    lvont:represents "𤅈"^^xsd:string .

<http://lexvo.org/id/char/24149> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/r%C3%A1ng>,
        "𤅉"^^xsd:string .

<http://lexvo.org/id/char/2414A> a lvont:Character ;
    lvont:represents "𤅊"^^xsd:string .

<http://lexvo.org/id/char/2414B> a lvont:Character ;
    lvont:represents "𤅋"^^xsd:string .

<http://lexvo.org/id/char/2414C> a lvont:Character ;
    lvont:represents "𤅌"^^xsd:string .

<http://lexvo.org/id/char/2414D> a lvont:Character ;
    lvont:represents "𤅍"^^xsd:string .

<http://lexvo.org/id/char/2414E> a lvont:Character ;
    lvont:represents "𤅎"^^xsd:string .

<http://lexvo.org/id/char/2414F> a lvont:Character ;
    lvont:represents "𤅏"^^xsd:string .

<http://lexvo.org/id/char/2415> a lvont:Character ;
    lvont:represents "␕"^^xsd:string ;
    rdfs:comment "SYMBOL FOR NEGATIVE ACKNOWLEDGE"@en .

<http://lexvo.org/id/char/24150> a lvont:Character ;
    lvont:represents "𤅐"^^xsd:string .

<http://lexvo.org/id/char/24151> a lvont:Character ;
    lvont:represents "𤅑"^^xsd:string .

<http://lexvo.org/id/char/24152> a lvont:Character ;
    lvont:represents "𤅒"^^xsd:string .

<http://lexvo.org/id/char/24153> a lvont:Character ;
    lvont:represents "𤅓"^^xsd:string .

<http://lexvo.org/id/char/24154> a lvont:Character ;
    lvont:represents "𤅔"^^xsd:string .

<http://lexvo.org/id/char/24155> a lvont:Character ;
    lvont:represents "𤅕"^^xsd:string .

<http://lexvo.org/id/char/24156> a lvont:Character ;
    lvont:represents "𤅖"^^xsd:string .

<http://lexvo.org/id/char/24157> a lvont:Character ;
    lvont:represents "𤅗"^^xsd:string .

<http://lexvo.org/id/char/24158> a lvont:Character ;
    lvont:represents "𤅘"^^xsd:string .

<http://lexvo.org/id/char/24159> a lvont:Character ;
    lvont:represents "𤅙"^^xsd:string .

<http://lexvo.org/id/char/2415A> a lvont:Character ;
    lvont:represents "𤅚"^^xsd:string .

<http://lexvo.org/id/char/2415B> a lvont:Character ;
    lvont:represents "𤅛"^^xsd:string .

<http://lexvo.org/id/char/2415C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/veo>,
        "𤅜"^^xsd:string .

<http://lexvo.org/id/char/2415D> a lvont:Character ;
    lvont:represents "𤅝"^^xsd:string .

<http://lexvo.org/id/char/2415E> a lvont:Character ;
    lvont:represents "𤅞"^^xsd:string .

<http://lexvo.org/id/char/2415F> a lvont:Character ;
    lvont:represents "𤅟"^^xsd:string .

<http://lexvo.org/id/char/2416> a lvont:Character ;
    lvont:represents "␖"^^xsd:string ;
    rdfs:comment "SYMBOL FOR SYNCHRONOUS IDLE"@en .

<http://lexvo.org/id/char/24160> a lvont:Character ;
    lvont:represents "𤅠"^^xsd:string .

<http://lexvo.org/id/char/24161> a lvont:Character ;
    lvont:represents "𤅡"^^xsd:string .

<http://lexvo.org/id/char/24162> a lvont:Character ;
    lvont:represents "𤅢"^^xsd:string .

<http://lexvo.org/id/char/24163> a lvont:Character ;
    lvont:represents "𤅣"^^xsd:string .

<http://lexvo.org/id/char/24164> a lvont:Character ;
    lvont:represents "𤅤"^^xsd:string .

<http://lexvo.org/id/char/24165> a lvont:Character ;
    lvont:represents "𤅥"^^xsd:string .

<http://lexvo.org/id/char/24166> a lvont:Character ;
    lvont:represents "𤅦"^^xsd:string .

<http://lexvo.org/id/char/24167> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/x%E1%BB%95n>,
        "𤅧"^^xsd:string .

<http://lexvo.org/id/char/24168> a lvont:Character ;
    lvont:represents "𤅨"^^xsd:string .

<http://lexvo.org/id/char/24169> a lvont:Character ;
    lvont:represents "𤅩"^^xsd:string .

<http://lexvo.org/id/char/2416A> a lvont:Character ;
    lvont:represents "𤅪"^^xsd:string .

<http://lexvo.org/id/char/2416B> a lvont:Character ;
    lvont:represents "𤅫"^^xsd:string .

<http://lexvo.org/id/char/2416C> a lvont:Character ;
    lvont:represents "𤅬"^^xsd:string .

<http://lexvo.org/id/char/2416D> a lvont:Character ;
    lvont:represents "𤅭"^^xsd:string .

<http://lexvo.org/id/char/2416E> a lvont:Character ;
    lvont:represents "𤅮"^^xsd:string .

<http://lexvo.org/id/char/2416F> a lvont:Character ;
    lvont:represents "𤅯"^^xsd:string .

<http://lexvo.org/id/char/2417> a lvont:Character ;
    lvont:represents "␗"^^xsd:string ;
    rdfs:comment "SYMBOL FOR END OF TRANSMISSION BLOCK"@en .

<http://lexvo.org/id/char/24170> a lvont:Character ;
    lvont:represents "𤅰"^^xsd:string .

<http://lexvo.org/id/char/24171> a lvont:Character ;
    lvont:represents "𤅱"^^xsd:string .

<http://lexvo.org/id/char/24172> a lvont:Character ;
    lvont:represents "𤅲"^^xsd:string .

<http://lexvo.org/id/char/24173> a lvont:Character ;
    lvont:represents "𤅳"^^xsd:string .

<http://lexvo.org/id/char/24174> a lvont:Character ;
    lvont:represents "𤅴"^^xsd:string .

<http://lexvo.org/id/char/24175> a lvont:Character ;
    lvont:represents "𤅵"^^xsd:string .

<http://lexvo.org/id/char/24176> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/bi%E1%BB%83n>,
        "𤅶"^^xsd:string .

<http://lexvo.org/id/char/24177> a lvont:Character ;
    lvont:represents "𤅷"^^xsd:string .

<http://lexvo.org/id/char/24178> a lvont:Character ;
    lvont:represents "𤅸"^^xsd:string .

<http://lexvo.org/id/char/24179> a lvont:Character ;
    lvont:represents "𤅹"^^xsd:string .

<http://lexvo.org/id/char/2417A> a lvont:Character ;
    lvont:represents "𤅺"^^xsd:string .

<http://lexvo.org/id/char/2417B> a lvont:Character ;
    lvont:represents "𤅻"^^xsd:string .

<http://lexvo.org/id/char/2417C> a lvont:Character ;
    lvont:represents "𤅼"^^xsd:string .

<http://lexvo.org/id/char/2417D> a lvont:Character ;
    lvont:represents "𤅽"^^xsd:string .

<http://lexvo.org/id/char/2417E> a lvont:Character ;
    lvont:represents "𤅾"^^xsd:string .

<http://lexvo.org/id/char/2417F> a lvont:Character ;
    lvont:represents "𤅿"^^xsd:string .

<http://lexvo.org/id/char/2418> a lvont:Character ;
    lvont:represents "␘"^^xsd:string ;
    rdfs:comment "SYMBOL FOR CANCEL"@en .

<http://lexvo.org/id/char/24180> a lvont:Character ;
    lvont:represents "𤆀"^^xsd:string .

<http://lexvo.org/id/char/24181> a lvont:Character ;
    lvont:represents "𤆁"^^xsd:string .

<http://lexvo.org/id/char/24182> a lvont:Character ;
    lvont:represents "𤆂"^^xsd:string .

<http://lexvo.org/id/char/24183> a lvont:Character ;
    lvont:represents "𤆃"^^xsd:string .

<http://lexvo.org/id/char/24184> a lvont:Character ;
    lvont:represents "𤆄"^^xsd:string .

<http://lexvo.org/id/char/24185> a lvont:Character ;
    lvont:represents "𤆅"^^xsd:string .

<http://lexvo.org/id/char/24186> a lvont:Character ;
    lvont:represents "𤆆"^^xsd:string .

<http://lexvo.org/id/char/24187> a lvont:Character ;
    lvont:represents "𤆇"^^xsd:string .

<http://lexvo.org/id/char/24188> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/n%E1%BA%A3y>,
        "𤆈"^^xsd:string .

<http://lexvo.org/id/char/24189> a lvont:Character ;
    lvont:represents "𤆉"^^xsd:string .

<http://lexvo.org/id/char/2418A> a lvont:Character ;
    lvont:represents "𤆊"^^xsd:string .

<http://lexvo.org/id/char/2418B> a lvont:Character ;
    lvont:represents "𤆋"^^xsd:string .

<http://lexvo.org/id/char/2418C> a lvont:Character ;
    lvont:represents "𤆌"^^xsd:string .

<http://lexvo.org/id/char/2418D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%F0%A4%86%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cek3>,
        <http://lexvo.org/id/term/yue/%F0%A4%86%8D>,
        "𤆍"^^xsd:string ;
    rdfs:comment "red; communist, 'red'; bare"@en .

<http://lexvo.org/id/char/2418E> a lvont:Character ;
    lvont:represents "𤆎"^^xsd:string .

<http://lexvo.org/id/char/2418F> a lvont:Character ;
    lvont:represents "𤆏"^^xsd:string .

<http://lexvo.org/id/char/2419> a lvont:Character ;
    lvont:represents "␙"^^xsd:string ;
    rdfs:comment "SYMBOL FOR END OF MEDIUM"@en .

<http://lexvo.org/id/char/24190> a lvont:Character ;
    lvont:represents "𤆐"^^xsd:string .

<http://lexvo.org/id/char/24191> a lvont:Character ;
    lvont:represents "𤆑"^^xsd:string .

<http://lexvo.org/id/char/24192> a lvont:Character ;
    lvont:represents "𤆒"^^xsd:string .

<http://lexvo.org/id/char/24193> a lvont:Character ;
    lvont:represents "𤆓"^^xsd:string .

<http://lexvo.org/id/char/24194> a lvont:Character ;
    lvont:represents "𤆔"^^xsd:string .

<http://lexvo.org/id/char/24195> a lvont:Character ;
    lvont:represents "𤆕"^^xsd:string .

<http://lexvo.org/id/char/24196> a lvont:Character ;
    lvont:represents "𤆖"^^xsd:string .

<http://lexvo.org/id/char/24197> a lvont:Character ;
    lvont:represents "𤆗"^^xsd:string .

<http://lexvo.org/id/char/24198> a lvont:Character ;
    lvont:represents "𤆘"^^xsd:string .

<http://lexvo.org/id/char/24199> a lvont:Character ;
    lvont:represents "𤆙"^^xsd:string .

<http://lexvo.org/id/char/2419A> a lvont:Character ;
    lvont:represents "𤆚"^^xsd:string .

<http://lexvo.org/id/char/2419B> a lvont:Character ;
    lvont:represents "𤆛"^^xsd:string .

<http://lexvo.org/id/char/2419C> a lvont:Character ;
    lvont:represents "𤆜"^^xsd:string .

<http://lexvo.org/id/char/2419D> a lvont:Character ;
    lvont:represents "𤆝"^^xsd:string .

<http://lexvo.org/id/char/2419E> a lvont:Character ;
    lvont:represents "𤆞"^^xsd:string .

<http://lexvo.org/id/char/2419F> a lvont:Character ;
    lvont:represents "𤆟"^^xsd:string .

<http://lexvo.org/id/char/241A> a lvont:Character ;
    lvont:represents "␚"^^xsd:string ;
    rdfs:comment "SYMBOL FOR SUBSTITUTE"@en .

<http://lexvo.org/id/char/241A0> a lvont:Character ;
    lvont:represents "𤆠"^^xsd:string .

<http://lexvo.org/id/char/241A1> a lvont:Character ;
    lvont:represents "𤆡"^^xsd:string .

<http://lexvo.org/id/char/241A2> a lvont:Character ;
    lvont:represents "𤆢"^^xsd:string .

<http://lexvo.org/id/char/241A3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/saap6>,
        <http://lexvo.org/id/term/yue/%F0%A4%86%A3>,
        "𤆣"^^xsd:string ;
    rdfs:comment "(Cant.) to cook in boiling water"@en .

<http://lexvo.org/id/char/241A4> a lvont:Character ;
    lvont:represents "𤆤"^^xsd:string .

<http://lexvo.org/id/char/241A5> a lvont:Character ;
    lvont:represents "𤆥"^^xsd:string .

<http://lexvo.org/id/char/241A6> a lvont:Character ;
    lvont:represents "𤆦"^^xsd:string .

<http://lexvo.org/id/char/241A7> a lvont:Character ;
    lvont:represents "𤆧"^^xsd:string .

<http://lexvo.org/id/char/241A8> a lvont:Character ;
    lvont:represents "𤆨"^^xsd:string .

<http://lexvo.org/id/char/241A9> a lvont:Character ;
    lvont:represents "𤆩"^^xsd:string .

<http://lexvo.org/id/char/241AA> a lvont:Character ;
    lvont:represents "𤆪"^^xsd:string .

<http://lexvo.org/id/char/241AB> a lvont:Character ;
    lvont:represents "𤆫"^^xsd:string .

<http://lexvo.org/id/char/241AC> a lvont:Character ;
    lvont:represents "𤆬"^^xsd:string .

<http://lexvo.org/id/char/241AD> a lvont:Character ;
    lvont:represents "𤆭"^^xsd:string .

<http://lexvo.org/id/char/241AE> a lvont:Character ;
    lvont:represents "𤆮"^^xsd:string .

<http://lexvo.org/id/char/241AF> a lvont:Character ;
    lvont:represents "𤆯"^^xsd:string .

<http://lexvo.org/id/char/241B> a lvont:Character ;
    lvont:represents "␛"^^xsd:string ;
    rdfs:comment "SYMBOL FOR ESCAPE"@en .

<http://lexvo.org/id/char/241B0> a lvont:Character ;
    lvont:represents "𤆰"^^xsd:string .

<http://lexvo.org/id/char/241B1> a lvont:Character ;
    lvont:represents "𤆱"^^xsd:string .

<http://lexvo.org/id/char/241B2> a lvont:Character ;
    lvont:represents "𤆲"^^xsd:string .

<http://lexvo.org/id/char/241B3> a lvont:Character ;
    lvont:represents "𤆳"^^xsd:string .

<http://lexvo.org/id/char/241B4> a lvont:Character ;
    lvont:represents "𤆴"^^xsd:string .

<http://lexvo.org/id/char/241B5> a lvont:Character ;
    lvont:represents "𤆵"^^xsd:string .

<http://lexvo.org/id/char/241B6> a lvont:Character ;
    lvont:represents "𤆶"^^xsd:string .

<http://lexvo.org/id/char/241B7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/lo%C3%A1>,
        "𤆷"^^xsd:string .

<http://lexvo.org/id/char/241B8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/tom>,
        "𤆸"^^xsd:string .

<http://lexvo.org/id/char/241B9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/nh%C3%A1>,
        "𤆹"^^xsd:string .

<http://lexvo.org/id/char/241BA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/h%C3%B3ng>,
        "𤆺"^^xsd:string .

<http://lexvo.org/id/char/241BB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/th%E1%BA%BFp>,
        "𤆻"^^xsd:string .

<http://lexvo.org/id/char/241BC> a lvont:Character ;
    lvont:represents "𤆼"^^xsd:string .

<http://lexvo.org/id/char/241BD> a lvont:Character ;
    lvont:represents "𤆽"^^xsd:string .

<http://lexvo.org/id/char/241BE> a lvont:Character ;
    lvont:represents "𤆾"^^xsd:string .

<http://lexvo.org/id/char/241BF> a lvont:Character ;
    lvont:represents "𤆿"^^xsd:string .

<http://lexvo.org/id/char/241C> a lvont:Character ;
    lvont:represents "␜"^^xsd:string ;
    rdfs:comment "SYMBOL FOR FILE SEPARATOR"@en .

<http://lexvo.org/id/char/241C0> a lvont:Character ;
    lvont:represents "𤇀"^^xsd:string .

<http://lexvo.org/id/char/241C1> a lvont:Character ;
    lvont:represents "𤇁"^^xsd:string .

<http://lexvo.org/id/char/241C2> a lvont:Character ;
    lvont:represents "𤇂"^^xsd:string .

<http://lexvo.org/id/char/241C3> a lvont:Character ;
    lvont:represents "𤇃"^^xsd:string .

<http://lexvo.org/id/char/241C4> a lvont:Character ;
    lvont:represents "𤇄"^^xsd:string .

<http://lexvo.org/id/char/241C5> a lvont:Character ;
    lvont:represents "𤇅"^^xsd:string .

<http://lexvo.org/id/char/241C6> a lvont:Character ;
    lvont:represents "𤇆"^^xsd:string .

<http://lexvo.org/id/char/241C7> a lvont:Character ;
    lvont:represents "𤇇"^^xsd:string .

<http://lexvo.org/id/char/241C8> a lvont:Character ;
    lvont:represents "𤇈"^^xsd:string .

<http://lexvo.org/id/char/241C9> a lvont:Character ;
    lvont:represents "𤇉"^^xsd:string .

<http://lexvo.org/id/char/241CA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/b%E1%BB%ABng>,
        "𤇊"^^xsd:string .

<http://lexvo.org/id/char/241CB> a lvont:Character ;
    lvont:represents "𤇋"^^xsd:string .

<http://lexvo.org/id/char/241CC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/kho>,
        "𤇌"^^xsd:string .

<http://lexvo.org/id/char/241CD> a lvont:Character ;
    lvont:represents "𤇍"^^xsd:string .

<http://lexvo.org/id/char/241CE> a lvont:Character ;
    lvont:represents "𤇎"^^xsd:string .

<http://lexvo.org/id/char/241CF> a lvont:Character ;
    lvont:represents "𤇏"^^xsd:string .

<http://lexvo.org/id/char/241D> a lvont:Character ;
    lvont:represents "␝"^^xsd:string ;
    rdfs:comment "SYMBOL FOR GROUP SEPARATOR"@en .

<http://lexvo.org/id/char/241D0> a lvont:Character ;
    lvont:represents "𤇐"^^xsd:string .

<http://lexvo.org/id/char/241D1> a lvont:Character ;
    lvont:represents "𤇑"^^xsd:string .

<http://lexvo.org/id/char/241D2> a lvont:Character ;
    lvont:represents "𤇒"^^xsd:string .

<http://lexvo.org/id/char/241D3> a lvont:Character ;
    lvont:represents "𤇓"^^xsd:string .

<http://lexvo.org/id/char/241D4> a lvont:Character ;
    lvont:represents "𤇔"^^xsd:string .

<http://lexvo.org/id/char/241D5> a lvont:Character ;
    lvont:represents "𤇕"^^xsd:string .

<http://lexvo.org/id/char/241D6> a lvont:Character ;
    lvont:represents "𤇖"^^xsd:string .

<http://lexvo.org/id/char/241D7> a lvont:Character ;
    lvont:represents "𤇗"^^xsd:string .

<http://lexvo.org/id/char/241D8> a lvont:Character ;
    lvont:represents "𤇘"^^xsd:string .

<http://lexvo.org/id/char/241D9> a lvont:Character ;
    lvont:represents "𤇙"^^xsd:string .

<http://lexvo.org/id/char/241DA> a lvont:Character ;
    lvont:represents "𤇚"^^xsd:string .

<http://lexvo.org/id/char/241DB> a lvont:Character ;
    lvont:represents "𤇛"^^xsd:string .

<http://lexvo.org/id/char/241DC> a lvont:Character ;
    lvont:represents "𤇜"^^xsd:string .

<http://lexvo.org/id/char/241DD> a lvont:Character ;
    lvont:represents "𤇝"^^xsd:string .

<http://lexvo.org/id/char/241DE> a lvont:Character ;
    lvont:represents "𤇞"^^xsd:string .

<http://lexvo.org/id/char/241DF> a lvont:Character ;
    lvont:represents "𤇟"^^xsd:string .

<http://lexvo.org/id/char/241E> a lvont:Character ;
    lvont:represents "␞"^^xsd:string ;
    rdfs:comment "SYMBOL FOR RECORD SEPARATOR"@en .

<http://lexvo.org/id/char/241E0> a lvont:Character ;
    lvont:represents "𤇠"^^xsd:string .

<http://lexvo.org/id/char/241E1> a lvont:Character ;
    lvont:represents "𤇡"^^xsd:string .

<http://lexvo.org/id/char/241E2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/v%E1%BA%B7c>,
        "𤇢"^^xsd:string .

<http://lexvo.org/id/char/241E3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/x%C3%AAn>,
        "𤇣"^^xsd:string .

<http://lexvo.org/id/char/241E4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/x%C3%A1o>,
        "𤇤"^^xsd:string .

<http://lexvo.org/id/char/241E5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/l%E1%BA%ADp>,
        "𤇥"^^xsd:string .

<http://lexvo.org/id/char/241E6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/m%C3%B2>,
        "𤇦"^^xsd:string .

<http://lexvo.org/id/char/241E7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/s%E1%BA%A5y>,
        "𤇧"^^xsd:string .

<http://lexvo.org/id/char/241E8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ph%C6%A1i>,
        "𤇨"^^xsd:string .

<http://lexvo.org/id/char/241E9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/t%E1%BA%AFt>,
        "𤇩"^^xsd:string .

<http://lexvo.org/id/char/241EA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ch%C3%ADn>,
        "𤇪"^^xsd:string .

<http://lexvo.org/id/char/241EB> a lvont:Character ;
    lvont:represents "𤇫"^^xsd:string .

<http://lexvo.org/id/char/241EC> a lvont:Character ;
    lvont:represents "𤇬"^^xsd:string .

<http://lexvo.org/id/char/241ED> a lvont:Character ;
    lvont:represents "𤇭"^^xsd:string .

<http://lexvo.org/id/char/241EE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/b%C3%A9p>,
        "𤇮"^^xsd:string .

<http://lexvo.org/id/char/241EF> a lvont:Character ;
    lvont:represents "𤇯"^^xsd:string .

<http://lexvo.org/id/char/241F> a lvont:Character ;
    lvont:represents "␟"^^xsd:string ;
    rdfs:comment "SYMBOL FOR UNIT SEPARATOR"@en .

<http://lexvo.org/id/char/241F0> a lvont:Character ;
    lvont:represents "𤇰"^^xsd:string .

<http://lexvo.org/id/char/241F1> a lvont:Character ;
    lvont:represents "𤇱"^^xsd:string .

<http://lexvo.org/id/char/241F2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/nh%C3%BAm>,
        "𤇲"^^xsd:string .

<http://lexvo.org/id/char/241F3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/nh%C5%A9n>,
        "𤇳"^^xsd:string .

<http://lexvo.org/id/char/241F4> a lvont:Character ;
    lvont:represents "𤇴"^^xsd:string .

<http://lexvo.org/id/char/241F5> a lvont:Character ;
    lvont:represents "𤇵"^^xsd:string .

<http://lexvo.org/id/char/241F6> a lvont:Character ;
    lvont:represents "𤇶"^^xsd:string .

<http://lexvo.org/id/char/241F7> a lvont:Character ;
    lvont:represents "𤇷"^^xsd:string .

<http://lexvo.org/id/char/241F8> a lvont:Character ;
    lvont:represents "𤇸"^^xsd:string .

<http://lexvo.org/id/char/241F9> a lvont:Character ;
    lvont:represents "𤇹"^^xsd:string .

<http://lexvo.org/id/char/241FA> a lvont:Character ;
    lvont:represents "𤇺"^^xsd:string .

<http://lexvo.org/id/char/241FB> a lvont:Character ;
    lvont:represents "𤇻"^^xsd:string .

<http://lexvo.org/id/char/241FC> a lvont:Character ;
    lvont:represents "𤇼"^^xsd:string .

<http://lexvo.org/id/char/241FD> a lvont:Character ;
    lvont:represents "𤇽"^^xsd:string .

<http://lexvo.org/id/char/241FE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%F0%A4%87%BE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%ACng>,
        "𤇾"^^xsd:string ;
    rdfs:comment "brilliant"@en .

<http://lexvo.org/id/char/241FF> a lvont:Character ;
    lvont:represents "𤇿"^^xsd:string .

<http://lexvo.org/id/char/2420> a lvont:Character ;
    lvont:represents "␠"^^xsd:string ;
    rdfs:comment "SYMBOL FOR SPACE"@en .

<http://lexvo.org/id/char/24200> a lvont:Character ;
    lvont:represents "𤈀"^^xsd:string .

<http://lexvo.org/id/char/24201> a lvont:Character ;
    lvont:represents "𤈁"^^xsd:string .

<http://lexvo.org/id/char/24202> a lvont:Character ;
    lvont:represents "𤈂"^^xsd:string .

<http://lexvo.org/id/char/24203> a lvont:Character ;
    lvont:represents "𤈃"^^xsd:string .

<http://lexvo.org/id/char/24204> a lvont:Character ;
    lvont:represents "𤈄"^^xsd:string .

<http://lexvo.org/id/char/24205> a lvont:Character ;
    lvont:represents "𤈅"^^xsd:string .

<http://lexvo.org/id/char/24206> a lvont:Character ;
    lvont:represents "𤈆"^^xsd:string .

<http://lexvo.org/id/char/24207> a lvont:Character ;
    lvont:represents "𤈇"^^xsd:string .

<http://lexvo.org/id/char/24208> a lvont:Character ;
    lvont:represents "𤈈"^^xsd:string .

<http://lexvo.org/id/char/24209> a lvont:Character ;
    lvont:represents "𤈉"^^xsd:string .

<http://lexvo.org/id/char/2420A> a lvont:Character ;
    lvont:represents "𤈊"^^xsd:string .

<http://lexvo.org/id/char/2420B> a lvont:Character ;
    lvont:represents "𤈋"^^xsd:string .

<http://lexvo.org/id/char/2420C> a lvont:Character ;
    lvont:represents "𤈌"^^xsd:string .

<http://lexvo.org/id/char/2420D> a lvont:Character ;
    lvont:represents "𤈍"^^xsd:string .

<http://lexvo.org/id/char/2420E> a lvont:Character ;
    lvont:represents "𤈎"^^xsd:string .

<http://lexvo.org/id/char/2420F> a lvont:Character ;
    lvont:represents "𤈏"^^xsd:string .

<http://lexvo.org/id/char/2421> a lvont:Character ;
    lvont:represents "␡"^^xsd:string ;
    rdfs:comment "SYMBOL FOR DELETE"@en .

<http://lexvo.org/id/char/24210> a lvont:Character ;
    lvont:represents "𤈐"^^xsd:string .

<http://lexvo.org/id/char/24211> a lvont:Character ;
    lvont:represents "𤈑"^^xsd:string .

<http://lexvo.org/id/char/24212> a lvont:Character ;
    lvont:represents "𤈒"^^xsd:string .

<http://lexvo.org/id/char/24213> a lvont:Character ;
    lvont:represents "𤈓"^^xsd:string .

<http://lexvo.org/id/char/24214> a lvont:Character ;
    lvont:represents "𤈔"^^xsd:string .

<http://lexvo.org/id/char/24215> a lvont:Character ;
    lvont:represents "𤈕"^^xsd:string .

<http://lexvo.org/id/char/24216> a lvont:Character ;
    lvont:represents "𤈖"^^xsd:string .

<http://lexvo.org/id/char/24217> a lvont:Character ;
    lvont:represents "𤈗"^^xsd:string .

<http://lexvo.org/id/char/24218> a lvont:Character ;
    lvont:represents "𤈘"^^xsd:string .

<http://lexvo.org/id/char/24219> a lvont:Character ;
    lvont:represents "𤈙"^^xsd:string .

<http://lexvo.org/id/char/2421A> a lvont:Character ;
    lvont:represents "𤈚"^^xsd:string .

<http://lexvo.org/id/char/2421B> a lvont:Character ;
    lvont:represents "𤈛"^^xsd:string .

<http://lexvo.org/id/char/2421C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ch%C3%A1y>,
        "𤈜"^^xsd:string .

<http://lexvo.org/id/char/2421D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ngh%E1%BA%B9>,
        "𤈝"^^xsd:string .

<http://lexvo.org/id/char/2421E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/l%C3%B9i>,
        "𤈞"^^xsd:string .

<http://lexvo.org/id/char/2421F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/nh%E1%BB%AB>,
        "𤈟"^^xsd:string .

<http://lexvo.org/id/char/2422> a lvont:Character ;
    lvont:represents "␢"^^xsd:string ;
    rdfs:comment "BLANK SYMBOL"@en .

<http://lexvo.org/id/char/24220> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/s%E1%BB%91t>,
        "𤈠"^^xsd:string .

<http://lexvo.org/id/char/24221> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ng%C3%BAt>,
        "𤈡"^^xsd:string .

<http://lexvo.org/id/char/24222> a lvont:Character ;
    lvont:represents "𤈢"^^xsd:string .

<http://lexvo.org/id/char/24223> a lvont:Character ;
    lvont:represents "𤈣"^^xsd:string .

<http://lexvo.org/id/char/24224> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/h%C3%B4ng>,
        "𤈤"^^xsd:string .

<http://lexvo.org/id/char/24225> a lvont:Character ;
    lvont:represents "𤈥"^^xsd:string .

<http://lexvo.org/id/char/24226> a lvont:Character ;
    lvont:represents "𤈦"^^xsd:string .

<http://lexvo.org/id/char/24227> a lvont:Character ;
    lvont:represents "𤈧"^^xsd:string .

<http://lexvo.org/id/char/24228> a lvont:Character ;
    lvont:represents "𤈨"^^xsd:string .

<http://lexvo.org/id/char/24229> a lvont:Character ;
    lvont:represents "𤈩"^^xsd:string .

<http://lexvo.org/id/char/2422A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ch%E1%BB%9B>,
        "𤈪"^^xsd:string .

<http://lexvo.org/id/char/2422B> a lvont:Character ;
    lvont:represents "𤈫"^^xsd:string .

<http://lexvo.org/id/char/2422C> a lvont:Character ;
    lvont:represents "𤈬"^^xsd:string .

<http://lexvo.org/id/char/2422D> a lvont:Character ;
    lvont:represents "𤈭"^^xsd:string .

<http://lexvo.org/id/char/2422E> a lvont:Character ;
    lvont:represents "𤈮"^^xsd:string .

<http://lexvo.org/id/char/2422F> a lvont:Character ;
    lvont:represents "𤈯"^^xsd:string .

<http://lexvo.org/id/char/2423> a lvont:Character ;
    lvont:represents "␣"^^xsd:string ;
    rdfs:comment "OPEN BOX"@en .

<http://lexvo.org/id/char/24230> a lvont:Character ;
    lvont:represents "𤈰"^^xsd:string .

<http://lexvo.org/id/char/24231> a lvont:Character ;
    lvont:represents "𤈱"^^xsd:string .

<http://lexvo.org/id/char/24232> a lvont:Character ;
    lvont:represents "𤈲"^^xsd:string .

<http://lexvo.org/id/char/24233> a lvont:Character ;
    lvont:represents "𤈳"^^xsd:string .

<http://lexvo.org/id/char/24234> a lvont:Character ;
    lvont:represents "𤈴"^^xsd:string .

<http://lexvo.org/id/char/24235> a lvont:Character ;
    lvont:represents "𤈵"^^xsd:string .

<http://lexvo.org/id/char/24236> a lvont:Character ;
    lvont:represents "𤈶"^^xsd:string .

<http://lexvo.org/id/char/24237> a lvont:Character ;
    lvont:represents "𤈷"^^xsd:string .

<http://lexvo.org/id/char/24238> a lvont:Character ;
    lvont:represents "𤈸"^^xsd:string .

<http://lexvo.org/id/char/24239> a lvont:Character ;
    lvont:represents "𤈹"^^xsd:string .

<http://lexvo.org/id/char/2423A> a lvont:Character ;
    lvont:represents "𤈺"^^xsd:string .

<http://lexvo.org/id/char/2423B> a lvont:Character ;
    lvont:represents "𤈻"^^xsd:string .

<http://lexvo.org/id/char/2423C> a lvont:Character ;
    lvont:represents "𤈼"^^xsd:string .

<http://lexvo.org/id/char/2423D> a lvont:Character ;
    lvont:represents "𤈽"^^xsd:string .

<http://lexvo.org/id/char/2423E> a lvont:Character ;
    lvont:represents "𤈾"^^xsd:string .

<http://lexvo.org/id/char/2423F> a lvont:Character ;
    lvont:represents "𤈿"^^xsd:string .

<http://lexvo.org/id/char/2424> a lvont:Character ;
    lvont:represents "␤"^^xsd:string ;
    rdfs:comment "SYMBOL FOR NEWLINE"@en .

<http://lexvo.org/id/char/24240> a lvont:Character ;
    lvont:represents "𤉀"^^xsd:string .

<http://lexvo.org/id/char/24241> a lvont:Character ;
    lvont:represents "𤉁"^^xsd:string .

<http://lexvo.org/id/char/24242> a lvont:Character ;
    lvont:represents "𤉂"^^xsd:string .

<http://lexvo.org/id/char/24243> a lvont:Character ;
    lvont:represents "𤉃"^^xsd:string .

<http://lexvo.org/id/char/24244> a lvont:Character ;
    lvont:represents "𤉄"^^xsd:string .

<http://lexvo.org/id/char/24245> a lvont:Character ;
    lvont:represents "𤉅"^^xsd:string .

<http://lexvo.org/id/char/24246> a lvont:Character ;
    lvont:represents "𤉆"^^xsd:string .

<http://lexvo.org/id/char/24247> a lvont:Character ;
    lvont:represents "𤉇"^^xsd:string .

<http://lexvo.org/id/char/24248> a lvont:Character ;
    lvont:represents "𤉈"^^xsd:string .

<http://lexvo.org/id/char/24249> a lvont:Character ;
    lvont:represents "𤉉"^^xsd:string .

<http://lexvo.org/id/char/2424A> a lvont:Character ;
    lvont:represents "𤉊"^^xsd:string .

<http://lexvo.org/id/char/2424B> a lvont:Character ;
    lvont:represents "𤉋"^^xsd:string .

<http://lexvo.org/id/char/2424C> a lvont:Character ;
    lvont:represents "𤉌"^^xsd:string .

<http://lexvo.org/id/char/2424D> a lvont:Character ;
    lvont:represents "𤉍"^^xsd:string .

<http://lexvo.org/id/char/2424E> a lvont:Character ;
    lvont:represents "𤉎"^^xsd:string .

<http://lexvo.org/id/char/2424F> a lvont:Character ;
    lvont:represents "𤉏"^^xsd:string .

<http://lexvo.org/id/char/2425> a lvont:Character ;
    lvont:represents "␥"^^xsd:string ;
    rdfs:comment "SYMBOL FOR DELETE FORM TWO"@en .

<http://lexvo.org/id/char/24250> a lvont:Character ;
    lvont:represents "𤉐"^^xsd:string .

<http://lexvo.org/id/char/24251> a lvont:Character ;
    lvont:represents "𤉑"^^xsd:string .

<http://lexvo.org/id/char/24252> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/gi%C3%A3i>,
        "𤉒"^^xsd:string .

<http://lexvo.org/id/char/24253> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/tro>,
        "𤉓"^^xsd:string .

<http://lexvo.org/id/char/24254> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/t%C3%A1c>,
        "𤉔"^^xsd:string .

<http://lexvo.org/id/char/24255> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/tro>,
        "𤉕"^^xsd:string .

<http://lexvo.org/id/char/24256> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/se>,
        "𤉖"^^xsd:string .

<http://lexvo.org/id/char/24257> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/h%C3%A9o>,
        "𤉗"^^xsd:string .

<http://lexvo.org/id/char/24258> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ng%C3%BAn>,
        "𤉘"^^xsd:string .

<http://lexvo.org/id/char/24259> a lvont:Character ;
    lvont:represents "𤉙"^^xsd:string .

<http://lexvo.org/id/char/2425A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/s%C3%B4i>,
        "𤉚"^^xsd:string .

<http://lexvo.org/id/char/2425B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/to%C3%A0>,
        "𤉛"^^xsd:string .

<http://lexvo.org/id/char/2425C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/r%C3%A0ng>,
        "𤉜"^^xsd:string .

<http://lexvo.org/id/char/2425D> a lvont:Character ;
    lvont:represents "𤉝"^^xsd:string .

<http://lexvo.org/id/char/2425E> a lvont:Character ;
    lvont:represents "𤉞"^^xsd:string .

<http://lexvo.org/id/char/2425F> a lvont:Character ;
    lvont:represents "𤉟"^^xsd:string .

<http://lexvo.org/id/char/2426> a lvont:Character ;
    lvont:represents "␦"^^xsd:string ;
    rdfs:comment "SYMBOL FOR SUBSTITUTE FORM TWO"@en .

<http://lexvo.org/id/char/24260> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ch%C6%B0%E1%BB%9Dm>,
        "𤉠"^^xsd:string .

<http://lexvo.org/id/char/24261> a lvont:Character ;
    lvont:represents "𤉡"^^xsd:string .

<http://lexvo.org/id/char/24262> a lvont:Character ;
    lvont:represents "𤉢"^^xsd:string .

<http://lexvo.org/id/char/24263> a lvont:Character ;
    lvont:represents "𤉣"^^xsd:string .

<http://lexvo.org/id/char/24264> a lvont:Character ;
    lvont:represents "𤉤"^^xsd:string .

<http://lexvo.org/id/char/24265> a lvont:Character ;
    lvont:represents "𤉥"^^xsd:string .

<http://lexvo.org/id/char/24266> a lvont:Character ;
    lvont:represents "𤉦"^^xsd:string .

<http://lexvo.org/id/char/24267> a lvont:Character ;
    lvont:represents "𤉧"^^xsd:string .

<http://lexvo.org/id/char/24268> a lvont:Character ;
    lvont:represents "𤉨"^^xsd:string .

<http://lexvo.org/id/char/24269> a lvont:Character ;
    lvont:represents "𤉩"^^xsd:string .

<http://lexvo.org/id/char/2426A> a lvont:Character ;
    lvont:represents "𤉪"^^xsd:string .

<http://lexvo.org/id/char/2426B> a lvont:Character ;
    lvont:represents "𤉫"^^xsd:string .

<http://lexvo.org/id/char/2426C> a lvont:Character ;
    lvont:represents "𤉬"^^xsd:string .

<http://lexvo.org/id/char/2426D> a lvont:Character ;
    lvont:represents "𤉭"^^xsd:string .

<http://lexvo.org/id/char/2426E> a lvont:Character ;
    lvont:represents "𤉮"^^xsd:string .

<http://lexvo.org/id/char/2426F> a lvont:Character ;
    lvont:represents "𤉯"^^xsd:string .

<http://lexvo.org/id/char/24270> a lvont:Character ;
    lvont:represents "𤉰"^^xsd:string .

<http://lexvo.org/id/char/24271> a lvont:Character ;
    lvont:represents "𤉱"^^xsd:string .

<http://lexvo.org/id/char/24272> a lvont:Character ;
    lvont:represents "𤉲"^^xsd:string .

<http://lexvo.org/id/char/24273> a lvont:Character ;
    lvont:represents "𤉳"^^xsd:string .

<http://lexvo.org/id/char/24274> a lvont:Character ;
    lvont:represents "𤉴"^^xsd:string .

<http://lexvo.org/id/char/24275> a lvont:Character ;
    lvont:represents "𤉵"^^xsd:string .

<http://lexvo.org/id/char/24276> a lvont:Character ;
    lvont:represents "𤉶"^^xsd:string .

<http://lexvo.org/id/char/24277> a lvont:Character ;
    lvont:represents "𤉷"^^xsd:string .

<http://lexvo.org/id/char/24278> a lvont:Character ;
    lvont:represents "𤉸"^^xsd:string .

<http://lexvo.org/id/char/24279> a lvont:Character ;
    lvont:represents "𤉹"^^xsd:string .

<http://lexvo.org/id/char/2427A> a lvont:Character ;
    lvont:represents "𤉺"^^xsd:string .

<http://lexvo.org/id/char/2427B> a lvont:Character ;
    lvont:represents "𤉻"^^xsd:string .

<http://lexvo.org/id/char/2427C> a lvont:Character ;
    lvont:represents "𤉼"^^xsd:string .

<http://lexvo.org/id/char/2427D> a lvont:Character ;
    lvont:represents "𤉽"^^xsd:string .

<http://lexvo.org/id/char/2427E> a lvont:Character ;
    lvont:represents "𤉾"^^xsd:string .

<http://lexvo.org/id/char/2427F> a lvont:Character ;
    lvont:represents "𤉿"^^xsd:string .

<http://lexvo.org/id/char/24280> a lvont:Character ;
    lvont:represents "𤊀"^^xsd:string .

<http://lexvo.org/id/char/24281> a lvont:Character ;
    lvont:represents "𤊁"^^xsd:string .

<http://lexvo.org/id/char/24282> a lvont:Character ;
    lvont:represents "𤊂"^^xsd:string .

<http://lexvo.org/id/char/24283> a lvont:Character ;
    lvont:represents "𤊃"^^xsd:string .

<http://lexvo.org/id/char/24284> a lvont:Character ;
    lvont:represents "𤊄"^^xsd:string .

<http://lexvo.org/id/char/24285> a lvont:Character ;
    lvont:represents "𤊅"^^xsd:string .

<http://lexvo.org/id/char/24286> a lvont:Character ;
    lvont:represents "𤊆"^^xsd:string .

<http://lexvo.org/id/char/24287> a lvont:Character ;
    lvont:represents "𤊇"^^xsd:string .

<http://lexvo.org/id/char/24288> a lvont:Character ;
    lvont:represents "𤊈"^^xsd:string .

<http://lexvo.org/id/char/24289> a lvont:Character ;
    lvont:represents "𤊉"^^xsd:string .

<http://lexvo.org/id/char/2428A> a lvont:Character ;
    lvont:represents "𤊊"^^xsd:string .

<http://lexvo.org/id/char/2428B> a lvont:Character ;
    lvont:represents "𤊋"^^xsd:string .

<http://lexvo.org/id/char/2428C> a lvont:Character ;
    lvont:represents "𤊌"^^xsd:string .

<http://lexvo.org/id/char/2428D> a lvont:Character ;
    lvont:represents "𤊍"^^xsd:string .

<http://lexvo.org/id/char/2428E> a lvont:Character ;
    lvont:represents "𤊎"^^xsd:string .

<http://lexvo.org/id/char/2428F> a lvont:Character ;
    lvont:represents "𤊏"^^xsd:string .

<http://lexvo.org/id/char/24290> a lvont:Character ;
    lvont:represents "𤊐"^^xsd:string .

<http://lexvo.org/id/char/24291> a lvont:Character ;
    lvont:represents "𤊑"^^xsd:string .

<http://lexvo.org/id/char/24292> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/lu%E1%BB%99c>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/luk6>,
        <http://lexvo.org/id/term/yue/%F0%A4%8A%92>,
        "𤊒"^^xsd:string ;
    rdfs:comment "(Cant.) to scald with boiling water"@en .

<http://lexvo.org/id/char/24293> a lvont:Character ;
    lvont:represents "𤊓"^^xsd:string .

<http://lexvo.org/id/char/24294> a lvont:Character ;
    lvont:represents "𤊔"^^xsd:string .

<http://lexvo.org/id/char/24295> a lvont:Character ;
    lvont:represents "𤊕"^^xsd:string .

<http://lexvo.org/id/char/24296> a lvont:Character ;
    lvont:represents "𤊖"^^xsd:string .

<http://lexvo.org/id/char/24297> a lvont:Character ;
    lvont:represents "𤊗"^^xsd:string .

<http://lexvo.org/id/char/24298> a lvont:Character ;
    lvont:represents "𤊘"^^xsd:string .

<http://lexvo.org/id/char/24299> a lvont:Character ;
    lvont:represents "𤊙"^^xsd:string .

<http://lexvo.org/id/char/2429A> a lvont:Character ;
    lvont:represents "𤊚"^^xsd:string .

<http://lexvo.org/id/char/2429B> a lvont:Character ;
    lvont:represents "𤊛"^^xsd:string .

<http://lexvo.org/id/char/2429C> a lvont:Character ;
    lvont:represents "𤊜"^^xsd:string .

<http://lexvo.org/id/char/2429D> a lvont:Character ;
    lvont:represents "𤊝"^^xsd:string .

<http://lexvo.org/id/char/2429E> a lvont:Character ;
    lvont:represents "𤊞"^^xsd:string .

<http://lexvo.org/id/char/2429F> a lvont:Character ;
    lvont:represents "𤊟"^^xsd:string .

<http://lexvo.org/id/char/242A0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/r%E1%BB%8Di>,
        "𤊠"^^xsd:string .

<http://lexvo.org/id/char/242A1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/b%C3%B3ng>,
        "𤊡"^^xsd:string .

<http://lexvo.org/id/char/242A2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ng%E1%BB%9Di>,
        "𤊢"^^xsd:string .

<http://lexvo.org/id/char/242A3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/tro>,
        "𤊣"^^xsd:string .

<http://lexvo.org/id/char/242A4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/nhem>,
        "𤊤"^^xsd:string .

<http://lexvo.org/id/char/242A5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/l%E1%BB%ABng>,
        "𤊥"^^xsd:string .

<http://lexvo.org/id/char/242A6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ph%E1%BB%8Fng>,
        "𤊦"^^xsd:string .

<http://lexvo.org/id/char/242A7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/r%E1%BB%B1c>,
        "𤊧"^^xsd:string .

<http://lexvo.org/id/char/242A8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/v%E1%BA%B7c>,
        "𤊨"^^xsd:string .

<http://lexvo.org/id/char/242A9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/rom>,
        "𤊩"^^xsd:string .

<http://lexvo.org/id/char/242AA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/r%E1%BB%A1>,
        "𤊪"^^xsd:string .

<http://lexvo.org/id/char/242AB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ph%C6%A1i>,
        "𤊫"^^xsd:string .

<http://lexvo.org/id/char/242AC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ph%C6%A1i>,
        "𤊬"^^xsd:string .

<http://lexvo.org/id/char/242AD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/l%E1%BB%91m>,
        "𤊭"^^xsd:string .

<http://lexvo.org/id/char/242AE> a lvont:Character ;
    lvont:represents "𤊮"^^xsd:string .

<http://lexvo.org/id/char/242AF> a lvont:Character ;
    lvont:represents "𤊯"^^xsd:string .

<http://lexvo.org/id/char/242B0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/b%C3%A9n>,
        "𤊰"^^xsd:string .

<http://lexvo.org/id/char/242B1> a lvont:Character ;
    lvont:represents "𤊱"^^xsd:string .

<http://lexvo.org/id/char/242B2> a lvont:Character ;
    lvont:represents "𤊲"^^xsd:string .

<http://lexvo.org/id/char/242B3> a lvont:Character ;
    lvont:represents "𤊳"^^xsd:string .

<http://lexvo.org/id/char/242B4> a lvont:Character ;
    lvont:represents "𤊴"^^xsd:string .

<http://lexvo.org/id/char/242B5> a lvont:Character ;
    lvont:represents "𤊵"^^xsd:string .

<http://lexvo.org/id/char/242B6> a lvont:Character ;
    lvont:represents "𤊶"^^xsd:string .

<http://lexvo.org/id/char/242B7> a lvont:Character ;
    lvont:represents "𤊷"^^xsd:string .

<http://lexvo.org/id/char/242B8> a lvont:Character ;
    lvont:represents "𤊸"^^xsd:string .

<http://lexvo.org/id/char/242B9> a lvont:Character ;
    lvont:represents "𤊹"^^xsd:string .

<http://lexvo.org/id/char/242BA> a lvont:Character ;
    lvont:represents "𤊺"^^xsd:string .

<http://lexvo.org/id/char/242BB> a lvont:Character ;
    lvont:represents "𤊻"^^xsd:string .

<http://lexvo.org/id/char/242BC> a lvont:Character ;
    lvont:represents "𤊼"^^xsd:string .

<http://lexvo.org/id/char/242BD> a lvont:Character ;
    lvont:represents "𤊽"^^xsd:string .

<http://lexvo.org/id/char/242BE> a lvont:Character ;
    lvont:represents "𤊾"^^xsd:string .

<http://lexvo.org/id/char/242BF> a lvont:Character ;
    lvont:represents "𤊿"^^xsd:string .

<http://lexvo.org/id/char/242C0> a lvont:Character ;
    lvont:represents "𤋀"^^xsd:string .

<http://lexvo.org/id/char/242C1> a lvont:Character ;
    lvont:represents "𤋁"^^xsd:string .

<http://lexvo.org/id/char/242C2> a lvont:Character ;
    lvont:represents "𤋂"^^xsd:string .

<http://lexvo.org/id/char/242C3> a lvont:Character ;
    lvont:represents "𤋃"^^xsd:string .

<http://lexvo.org/id/char/242C4> a lvont:Character ;
    lvont:represents "𤋄"^^xsd:string .

<http://lexvo.org/id/char/242C5> a lvont:Character ;
    lvont:represents "𤋅"^^xsd:string .

<http://lexvo.org/id/char/242C6> a lvont:Character ;
    lvont:represents "𤋆"^^xsd:string .

<http://lexvo.org/id/char/242C7> a lvont:Character ;
    lvont:represents "𤋇"^^xsd:string .

<http://lexvo.org/id/char/242C8> a lvont:Character ;
    lvont:represents "𤋈"^^xsd:string .

<http://lexvo.org/id/char/242C9> a lvont:Character ;
    lvont:represents "𤋉"^^xsd:string .

<http://lexvo.org/id/char/242CA> a lvont:Character ;
    lvont:represents "𤋊"^^xsd:string .

<http://lexvo.org/id/char/242CB> a lvont:Character ;
    lvont:represents "𤋋"^^xsd:string .

<http://lexvo.org/id/char/242CC> a lvont:Character ;
    lvont:represents "𤋌"^^xsd:string .

<http://lexvo.org/id/char/242CD> a lvont:Character ;
    lvont:represents "𤋍"^^xsd:string .

<http://lexvo.org/id/char/242CE> a lvont:Character ;
    lvont:represents "𤋎"^^xsd:string .

<http://lexvo.org/id/char/242CF> a lvont:Character ;
    lvont:represents "𤋏"^^xsd:string .

<http://lexvo.org/id/char/242D0> a lvont:Character ;
    lvont:represents "𤋐"^^xsd:string .

<http://lexvo.org/id/char/242D1> a lvont:Character ;
    lvont:represents "𤋑"^^xsd:string .

<http://lexvo.org/id/char/242D2> a lvont:Character ;
    lvont:represents "𤋒"^^xsd:string .

<http://lexvo.org/id/char/242D3> a lvont:Character ;
    lvont:represents "𤋓"^^xsd:string .

<http://lexvo.org/id/char/242D4> a lvont:Character ;
    lvont:represents "𤋔"^^xsd:string .

<http://lexvo.org/id/char/242D5> a lvont:Character ;
    lvont:represents "𤋕"^^xsd:string .

<http://lexvo.org/id/char/242D6> a lvont:Character ;
    lvont:represents "𤋖"^^xsd:string .

<http://lexvo.org/id/char/242D7> a lvont:Character ;
    lvont:represents "𤋗"^^xsd:string .

<http://lexvo.org/id/char/242D8> a lvont:Character ;
    lvont:represents "𤋘"^^xsd:string .

<http://lexvo.org/id/char/242D9> a lvont:Character ;
    lvont:represents "𤋙"^^xsd:string .

<http://lexvo.org/id/char/242DA> a lvont:Character ;
    lvont:represents "𤋚"^^xsd:string .

<http://lexvo.org/id/char/242DB> a lvont:Character ;
    lvont:represents "𤋛"^^xsd:string .

<http://lexvo.org/id/char/242DC> a lvont:Character ;
    lvont:represents "𤋜"^^xsd:string .

<http://lexvo.org/id/char/242DD> a lvont:Character ;
    lvont:represents "𤋝"^^xsd:string .

<http://lexvo.org/id/char/242DE> a lvont:Character ;
    lvont:represents "𤋞"^^xsd:string .

<http://lexvo.org/id/char/242DF> a lvont:Character ;
    lvont:represents "𤋟"^^xsd:string .

<http://lexvo.org/id/char/242E0> a lvont:Character ;
    lvont:represents "𤋠"^^xsd:string .

<http://lexvo.org/id/char/242E1> a lvont:Character ;
    lvont:represents "𤋡"^^xsd:string .

<http://lexvo.org/id/char/242E2> a lvont:Character ;
    lvont:represents "𤋢"^^xsd:string .

<http://lexvo.org/id/char/242E3> a lvont:Character ;
    lvont:represents "𤋣"^^xsd:string .

<http://lexvo.org/id/char/242E4> a lvont:Character ;
    lvont:represents "𤋤"^^xsd:string .

<http://lexvo.org/id/char/242E5> a lvont:Character ;
    lvont:represents "𤋥"^^xsd:string .

<http://lexvo.org/id/char/242E6> a lvont:Character ;
    lvont:represents "𤋦"^^xsd:string .

<http://lexvo.org/id/char/242E7> a lvont:Character ;
    lvont:represents "𤋧"^^xsd:string .

<http://lexvo.org/id/char/242E8> a lvont:Character ;
    lvont:represents "𤋨"^^xsd:string .

<http://lexvo.org/id/char/242E9> a lvont:Character ;
    lvont:represents "𤋩"^^xsd:string .

<http://lexvo.org/id/char/242EA> a lvont:Character ;
    lvont:represents "𤋪"^^xsd:string .

<http://lexvo.org/id/char/242EB> a lvont:Character ;
    lvont:represents "𤋫"^^xsd:string .

<http://lexvo.org/id/char/242EC> a lvont:Character ;
    lvont:represents "𤋬"^^xsd:string .

<http://lexvo.org/id/char/242ED> a lvont:Character ;
    lvont:represents "𤋭"^^xsd:string .

<http://lexvo.org/id/char/242EE> a lvont:Character ;
    lvont:represents "𤋮"^^xsd:string .

<http://lexvo.org/id/char/242EF> a lvont:Character ;
    lvont:represents "𤋯"^^xsd:string .

<http://lexvo.org/id/char/242F0> a lvont:Character ;
    lvont:represents "𤋰"^^xsd:string .

<http://lexvo.org/id/char/242F1> a lvont:Character ;
    lvont:represents "𤋱"^^xsd:string .

<http://lexvo.org/id/char/242F2> a lvont:Character ;
    lvont:represents "𤋲"^^xsd:string .

<http://lexvo.org/id/char/242F4> a lvont:Character ;
    lvont:represents "𤋴"^^xsd:string .

<http://lexvo.org/id/char/242F5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/d%C3%A3i>,
        "𤋵"^^xsd:string .

<http://lexvo.org/id/char/242F6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/r%C3%A0nh>,
        "𤋶"^^xsd:string .

<http://lexvo.org/id/char/242F7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/n%E1%BA%A5u>,
        "𤋷"^^xsd:string .

<http://lexvo.org/id/char/242F8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/kh%C3%A9t>,
        "𤋸"^^xsd:string .

<http://lexvo.org/id/char/242F9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/kho>,
        "𤋹"^^xsd:string .

<http://lexvo.org/id/char/242FA> a lvont:Character ;
    lvont:represents "𤋺"^^xsd:string .

<http://lexvo.org/id/char/242FB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ph%E1%BB%9Bi>,
        "𤋻"^^xsd:string .

<http://lexvo.org/id/char/242FC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/kho>,
        "𤋼"^^xsd:string .

<http://lexvo.org/id/char/242FD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ch%E1%BB%9Bi>,
        "𤋽"^^xsd:string .

<http://lexvo.org/id/char/242FE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/um>,
        "𤋾"^^xsd:string .

<http://lexvo.org/id/char/242FF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/%C4%91%E1%BB%91t>,
        "𤋿"^^xsd:string .

<http://lexvo.org/id/char/24300> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/k%C3%ADp>,
        "𤌀"^^xsd:string .

<http://lexvo.org/id/char/24301> a lvont:Character ;
    lvont:represents "𤌁"^^xsd:string .

<http://lexvo.org/id/char/24302> a lvont:Character ;
    lvont:represents "𤌂"^^xsd:string .

<http://lexvo.org/id/char/24303> a lvont:Character ;
    lvont:represents "𤌃"^^xsd:string .

<http://lexvo.org/id/char/24304> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ch%E1%BA%A3>,
        "𤌄"^^xsd:string .

<http://lexvo.org/id/char/24305> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/nh%C3%A1ng>,
        "𤌅"^^xsd:string .

<http://lexvo.org/id/char/24306> a lvont:Character ;
    lvont:represents "𤌆"^^xsd:string .

<http://lexvo.org/id/char/24307> a lvont:Character ;
    lvont:represents "𤌇"^^xsd:string .

<http://lexvo.org/id/char/24308> a lvont:Character ;
    lvont:represents "𤌈"^^xsd:string .

<http://lexvo.org/id/char/24309> a lvont:Character ;
    lvont:represents "𤌉"^^xsd:string .

<http://lexvo.org/id/char/2430A> a lvont:Character ;
    lvont:represents "𤌊"^^xsd:string .

<http://lexvo.org/id/char/2430B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/kh%C3%B3i>,
        "𤌋"^^xsd:string .

<http://lexvo.org/id/char/2430C> a lvont:Character ;
    lvont:represents "𤌌"^^xsd:string .

<http://lexvo.org/id/char/2430D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/hok3>,
        <http://lexvo.org/id/term/yue/%F0%A4%8C%8D>,
        "𤌍"^^xsd:string ;
    rdfs:comment "(Cant.) to fry"@en .

<http://lexvo.org/id/char/2430E> a lvont:Character ;
    lvont:represents "𤌎"^^xsd:string .

<http://lexvo.org/id/char/2430F> a lvont:Character ;
    lvont:represents "𤌏"^^xsd:string .

<http://lexvo.org/id/char/24310> a lvont:Character ;
    lvont:represents "𤌐"^^xsd:string .

<http://lexvo.org/id/char/24311> a lvont:Character ;
    lvont:represents "𤌑"^^xsd:string .

<http://lexvo.org/id/char/24312> a lvont:Character ;
    lvont:represents "𤌒"^^xsd:string .

<http://lexvo.org/id/char/24313> a lvont:Character ;
    lvont:represents "𤌓"^^xsd:string .

<http://lexvo.org/id/char/24314> a lvont:Character ;
    lvont:represents "𤌔"^^xsd:string .

<http://lexvo.org/id/char/24315> a lvont:Character ;
    lvont:represents "𤌕"^^xsd:string .

<http://lexvo.org/id/char/24316> a lvont:Character ;
    lvont:represents "𤌖"^^xsd:string .

<http://lexvo.org/id/char/24317> a lvont:Character ;
    lvont:represents "𤌗"^^xsd:string .

<http://lexvo.org/id/char/24318> a lvont:Character ;
    lvont:represents "𤌘"^^xsd:string .

<http://lexvo.org/id/char/24319> a lvont:Character ;
    lvont:represents "𤌙"^^xsd:string .

<http://lexvo.org/id/char/2431A> a lvont:Character ;
    lvont:represents "𤌚"^^xsd:string .

<http://lexvo.org/id/char/2431B> a lvont:Character ;
    lvont:represents "𤌛"^^xsd:string .

<http://lexvo.org/id/char/2431C> a lvont:Character ;
    lvont:represents "𤌜"^^xsd:string .

<http://lexvo.org/id/char/2431D> a lvont:Character ;
    lvont:represents "𤌝"^^xsd:string .

<http://lexvo.org/id/char/2431E> a lvont:Character ;
    lvont:represents "𤌞"^^xsd:string .

<http://lexvo.org/id/char/2431F> a lvont:Character ;
    lvont:represents "𤌟"^^xsd:string .

<http://lexvo.org/id/char/24320> a lvont:Character ;
    lvont:represents "𤌠"^^xsd:string .

<http://lexvo.org/id/char/24321> a lvont:Character ;
    lvont:represents "𤌡"^^xsd:string .

<http://lexvo.org/id/char/24322> a lvont:Character ;
    lvont:represents "𤌢"^^xsd:string .

<http://lexvo.org/id/char/24323> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/r%C3%A1t>,
        "𤌣"^^xsd:string .

<http://lexvo.org/id/char/24324> a lvont:Character ;
    lvont:represents "𤌤"^^xsd:string .

<http://lexvo.org/id/char/24325> a lvont:Character ;
    lvont:represents "𤌥"^^xsd:string .

<http://lexvo.org/id/char/24326> a lvont:Character ;
    lvont:represents "𤌦"^^xsd:string .

<http://lexvo.org/id/char/24327> a lvont:Character ;
    lvont:represents "𤌧"^^xsd:string .

<http://lexvo.org/id/char/24328> a lvont:Character ;
    lvont:represents "𤌨"^^xsd:string .

<http://lexvo.org/id/char/24329> a lvont:Character ;
    lvont:represents "𤌩"^^xsd:string .

<http://lexvo.org/id/char/2432A> a lvont:Character ;
    lvont:represents "𤌪"^^xsd:string .

<http://lexvo.org/id/char/2432B> a lvont:Character ;
    lvont:represents "𤌫"^^xsd:string .

<http://lexvo.org/id/char/2432C> a lvont:Character ;
    lvont:represents "𤌬"^^xsd:string .

<http://lexvo.org/id/char/2432D> a lvont:Character ;
    lvont:represents "𤌭"^^xsd:string .

<http://lexvo.org/id/char/2432E> a lvont:Character ;
    lvont:represents "𤌮"^^xsd:string .

<http://lexvo.org/id/char/2432F> a lvont:Character ;
    lvont:represents "𤌯"^^xsd:string .

<http://lexvo.org/id/char/24330> a lvont:Character ;
    lvont:represents "𤌰"^^xsd:string .

<http://lexvo.org/id/char/24331> a lvont:Character ;
    lvont:represents "𤌱"^^xsd:string .

<http://lexvo.org/id/char/24332> a lvont:Character ;
    lvont:represents "𤌲"^^xsd:string .

<http://lexvo.org/id/char/24333> a lvont:Character ;
    lvont:represents "𤌳"^^xsd:string .

<http://lexvo.org/id/char/24334> a lvont:Character ;
    lvont:represents "𤌴"^^xsd:string .

<http://lexvo.org/id/char/24335> a lvont:Character ;
    lvont:represents "𤌵"^^xsd:string .

<http://lexvo.org/id/char/24336> a lvont:Character ;
    lvont:represents "𤌶"^^xsd:string .

<http://lexvo.org/id/char/24337> a lvont:Character ;
    lvont:represents "𤌷"^^xsd:string .

<http://lexvo.org/id/char/24338> a lvont:Character ;
    lvont:represents "𤌸"^^xsd:string .

<http://lexvo.org/id/char/24339> a lvont:Character ;
    lvont:represents "𤌹"^^xsd:string .

<http://lexvo.org/id/char/2433A> a lvont:Character ;
    lvont:represents "𤌺"^^xsd:string .

<http://lexvo.org/id/char/2433B> a lvont:Character ;
    lvont:represents "𤌻"^^xsd:string .

<http://lexvo.org/id/char/2433C> a lvont:Character ;
    lvont:represents "𤌼"^^xsd:string .

<http://lexvo.org/id/char/2433D> a lvont:Character ;
    lvont:represents "𤌽"^^xsd:string .

<http://lexvo.org/id/char/2433E> a lvont:Character ;
    lvont:represents "𤌾"^^xsd:string .

<http://lexvo.org/id/char/2433F> a lvont:Character ;
    lvont:represents "𤌿"^^xsd:string .

<http://lexvo.org/id/char/24340> a lvont:Character ;
    lvont:represents "𤍀"^^xsd:string .

<http://lexvo.org/id/char/24341> a lvont:Character ;
    lvont:represents "𤍁"^^xsd:string .

<http://lexvo.org/id/char/24342> a lvont:Character ;
    lvont:represents "𤍂"^^xsd:string .

<http://lexvo.org/id/char/24343> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/h%C3%A2y>,
        "𤍃"^^xsd:string .

<http://lexvo.org/id/char/24344> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/t%E1%BB%8F>,
        "𤍄"^^xsd:string .

<http://lexvo.org/id/char/24345> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/r%E1%BB%87t>,
        "𤍅"^^xsd:string .

<http://lexvo.org/id/char/24346> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ng%E1%BB%91t>,
        "𤍆"^^xsd:string .

<http://lexvo.org/id/char/24347> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/n%E1%BA%A5u>,
        "𤍇"^^xsd:string .

<http://lexvo.org/id/char/24348> a lvont:Character ;
    lvont:represents "𤍈"^^xsd:string .

<http://lexvo.org/id/char/24349> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ng%C3%B9n>,
        "𤍉"^^xsd:string .

<http://lexvo.org/id/char/2434A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/t%E1%BB%8F>,
        "𤍊"^^xsd:string .

<http://lexvo.org/id/char/2434B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/h%E1%BB%B1c>,
        "𤍋"^^xsd:string .

<http://lexvo.org/id/char/2434C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/thi%C3%AAng>,
        "𤍌"^^xsd:string .

<http://lexvo.org/id/char/2434D> a lvont:Character ;
    lvont:represents "𤍍"^^xsd:string .

<http://lexvo.org/id/char/2434E> a lvont:Character ;
    lvont:represents "𤍎"^^xsd:string .

<http://lexvo.org/id/char/2434F> a lvont:Character ;
    lvont:represents "𤍏"^^xsd:string .

<http://lexvo.org/id/char/24350> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/tu%C3%AC>,
        "𤍐"^^xsd:string .

<http://lexvo.org/id/char/24351> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/chong>,
        "𤍑"^^xsd:string .

<http://lexvo.org/id/char/24352> a lvont:Character ;
    lvont:represents "𤍒"^^xsd:string .

<http://lexvo.org/id/char/24353> a lvont:Character ;
    lvont:represents "𤍓"^^xsd:string .

<http://lexvo.org/id/char/24354> a lvont:Character ;
    lvont:represents "𤍔"^^xsd:string .

<http://lexvo.org/id/char/24355> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/jau4>,
        <http://lexvo.org/id/term/yue/%F0%A4%8D%95>,
        "𤍕"^^xsd:string ;
    rdfs:comment "to gather wood for a burnt sacrifice to Heaven"@en .

<http://lexvo.org/id/char/24356> a lvont:Character ;
    lvont:represents "𤍖"^^xsd:string .

<http://lexvo.org/id/char/24357> a lvont:Character ;
    lvont:represents "𤍗"^^xsd:string .

<http://lexvo.org/id/char/24358> a lvont:Character ;
    lvont:represents "𤍘"^^xsd:string .

<http://lexvo.org/id/char/24359> a lvont:Character ;
    lvont:represents "𤍙"^^xsd:string .

<http://lexvo.org/id/char/2435A> a lvont:Character ;
    lvont:represents "𤍚"^^xsd:string .

<http://lexvo.org/id/char/2435B> a lvont:Character ;
    lvont:represents "𤍛"^^xsd:string .

<http://lexvo.org/id/char/2435C> a lvont:Character ;
    lvont:represents "𤍜"^^xsd:string .

<http://lexvo.org/id/char/2435D> a lvont:Character ;
    lvont:represents "𤍝"^^xsd:string .

<http://lexvo.org/id/char/2435E> a lvont:Character ;
    lvont:represents "𤍞"^^xsd:string .

<http://lexvo.org/id/char/2435F> a lvont:Character ;
    lvont:represents "𤍟"^^xsd:string .

<http://lexvo.org/id/char/24360> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/jit6>,
        <http://lexvo.org/id/term/yue/%F0%A4%8D%A0>,
        "𤍠"^^xsd:string ;
    rdfs:comment "hot (in temperature)"@en .

<http://lexvo.org/id/char/24361> a lvont:Character ;
    lvont:represents "𤍡"^^xsd:string .

<http://lexvo.org/id/char/24362> a lvont:Character ;
    lvont:represents "𤍢"^^xsd:string .

<http://lexvo.org/id/char/24363> a lvont:Character ;
    lvont:represents "𤍣"^^xsd:string .

<http://lexvo.org/id/char/24364> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%F0%A4%8D%A4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C4%81ng>,
        "𤍤"^^xsd:string ;
    rdfs:comment "a flaming explosion, a flash"@en .

<http://lexvo.org/id/char/24365> a lvont:Character ;
    lvont:represents "𤍥"^^xsd:string .

<http://lexvo.org/id/char/24366> a lvont:Character ;
    lvont:represents "𤍦"^^xsd:string .

<http://lexvo.org/id/char/24367> a lvont:Character ;
    lvont:represents "𤍧"^^xsd:string .

<http://lexvo.org/id/char/24368> a lvont:Character ;
    lvont:represents "𤍨"^^xsd:string .

<http://lexvo.org/id/char/24369> a lvont:Character ;
    lvont:represents "𤍩"^^xsd:string .

<http://lexvo.org/id/char/2436A> a lvont:Character ;
    lvont:represents "𤍪"^^xsd:string .

<http://lexvo.org/id/char/2436B> a lvont:Character ;
    lvont:represents "𤍫"^^xsd:string .

<http://lexvo.org/id/char/2436C> a lvont:Character ;
    lvont:represents "𤍬"^^xsd:string .

<http://lexvo.org/id/char/2436D> a lvont:Character ;
    lvont:represents "𤍭"^^xsd:string .

<http://lexvo.org/id/char/2436E> a lvont:Character ;
    lvont:represents "𤍮"^^xsd:string .

<http://lexvo.org/id/char/2436F> a lvont:Character ;
    lvont:represents "𤍯"^^xsd:string .

<http://lexvo.org/id/char/24370> a lvont:Character ;
    lvont:represents "𤍰"^^xsd:string .

<http://lexvo.org/id/char/24371> a lvont:Character ;
    lvont:represents "𤍱"^^xsd:string .

<http://lexvo.org/id/char/24372> a lvont:Character ;
    lvont:represents "𤍲"^^xsd:string .

<http://lexvo.org/id/char/24373> a lvont:Character ;
    lvont:represents "𤍳"^^xsd:string .

<http://lexvo.org/id/char/24374> a lvont:Character ;
    lvont:represents "𤍴"^^xsd:string .

<http://lexvo.org/id/char/24375> a lvont:Character ;
    lvont:represents "𤍵"^^xsd:string .

<http://lexvo.org/id/char/24376> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/lo%C3%A0>,
        "𤍶"^^xsd:string .

<http://lexvo.org/id/char/24377> a lvont:Character ;
    lvont:represents "𤍷"^^xsd:string .

<http://lexvo.org/id/char/24378> a lvont:Character ;
    lvont:represents "𤍸"^^xsd:string .

<http://lexvo.org/id/char/24379> a lvont:Character ;
    lvont:represents "𤍹"^^xsd:string .

<http://lexvo.org/id/char/2437A> a lvont:Character ;
    lvont:represents "𤍺"^^xsd:string .

<http://lexvo.org/id/char/2437B> a lvont:Character ;
    lvont:represents "𤍻"^^xsd:string .

<http://lexvo.org/id/char/2437C> a lvont:Character ;
    lvont:represents "𤍼"^^xsd:string .

<http://lexvo.org/id/char/2437D> a lvont:Character ;
    lvont:represents "𤍽"^^xsd:string .

<http://lexvo.org/id/char/2437E> a lvont:Character ;
    lvont:represents "𤍾"^^xsd:string .

<http://lexvo.org/id/char/2437F> a lvont:Character ;
    lvont:represents "𤍿"^^xsd:string .

<http://lexvo.org/id/char/24380> a lvont:Character ;
    lvont:represents "𤎀"^^xsd:string .

<http://lexvo.org/id/char/24381> a lvont:Character ;
    lvont:represents "𤎁"^^xsd:string .

<http://lexvo.org/id/char/24382> a lvont:Character ;
    lvont:represents "𤎂"^^xsd:string .

<http://lexvo.org/id/char/24383> a lvont:Character ;
    lvont:represents "𤎃"^^xsd:string .

<http://lexvo.org/id/char/24384> a lvont:Character ;
    lvont:represents "𤎄"^^xsd:string .

<http://lexvo.org/id/char/24385> a lvont:Character ;
    lvont:represents "𤎅"^^xsd:string .

<http://lexvo.org/id/char/24386> a lvont:Character ;
    lvont:represents "𤎆"^^xsd:string .

<http://lexvo.org/id/char/24387> a lvont:Character ;
    lvont:represents "𤎇"^^xsd:string .

<http://lexvo.org/id/char/24388> a lvont:Character ;
    lvont:represents "𤎈"^^xsd:string .

<http://lexvo.org/id/char/24389> a lvont:Character ;
    lvont:represents "𤎉"^^xsd:string .

<http://lexvo.org/id/char/2438A> a lvont:Character ;
    lvont:represents "𤎊"^^xsd:string .

<http://lexvo.org/id/char/2438B> a lvont:Character ;
    lvont:represents "𤎋"^^xsd:string .

<http://lexvo.org/id/char/2438C> a lvont:Character ;
    lvont:represents "𤎌"^^xsd:string .

<http://lexvo.org/id/char/2438D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/qu%E1%BA%AFc>,
        "𤎍"^^xsd:string .

<http://lexvo.org/id/char/2438E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/m%E1%BB%9D>,
        "𤎎"^^xsd:string .

<http://lexvo.org/id/char/2438F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/n%C3%B3ng>,
        "𤎏"^^xsd:string .

<http://lexvo.org/id/char/24390> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/n%E1%BB%B1c>,
        "𤎐"^^xsd:string .

<http://lexvo.org/id/char/24391> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/m%C3%B5m>,
        "𤎑"^^xsd:string .

<http://lexvo.org/id/char/24392> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ph%E1%BA%A5p>,
        "𤎒"^^xsd:string .

<http://lexvo.org/id/char/24393> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/thi%C3%AAng>,
        "𤎓"^^xsd:string .

<http://lexvo.org/id/char/24394> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/r%E1%BA%A1ng>,
        "𤎔"^^xsd:string .

<http://lexvo.org/id/char/24395> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/t%E1%BA%AFt>,
        "𤎕"^^xsd:string .

<http://lexvo.org/id/char/24396> a lvont:Character ;
    lvont:represents "𤎖"^^xsd:string .

<http://lexvo.org/id/char/24397> a lvont:Character ;
    lvont:represents "𤎗"^^xsd:string .

<http://lexvo.org/id/char/24398> a lvont:Character ;
    lvont:represents "𤎘"^^xsd:string .

<http://lexvo.org/id/char/24399> a lvont:Character ;
    lvont:represents "𤎙"^^xsd:string .

<http://lexvo.org/id/char/2439A> a lvont:Character ;
    lvont:represents "𤎚"^^xsd:string .

<http://lexvo.org/id/char/2439B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/r%E1%BA%A5m>,
        "𤎛"^^xsd:string .

<http://lexvo.org/id/char/2439C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/r%E1%BA%ADng>,
        "𤎜"^^xsd:string .

<http://lexvo.org/id/char/2439D> a lvont:Character ;
    lvont:represents "𤎝"^^xsd:string .

<http://lexvo.org/id/char/2439E> a lvont:Character ;
    lvont:represents "𤎞"^^xsd:string .

<http://lexvo.org/id/char/2439F> a lvont:Character ;
    lvont:represents "𤎟"^^xsd:string .

<http://lexvo.org/id/char/243A0> a lvont:Character ;
    lvont:represents "𤎠"^^xsd:string .

<http://lexvo.org/id/char/243A1> a lvont:Character ;
    lvont:represents "𤎡"^^xsd:string .

<http://lexvo.org/id/char/243A2> a lvont:Character ;
    lvont:represents "𤎢"^^xsd:string .

<http://lexvo.org/id/char/243A3> a lvont:Character ;
    lvont:represents "𤎣"^^xsd:string .

<http://lexvo.org/id/char/243A4> a lvont:Character ;
    lvont:represents "𤎤"^^xsd:string .

<http://lexvo.org/id/char/243A5> a lvont:Character ;
    lvont:represents "𤎥"^^xsd:string .

<http://lexvo.org/id/char/243A6> a lvont:Character ;
    lvont:represents "𤎦"^^xsd:string .

<http://lexvo.org/id/char/243A7> a lvont:Character ;
    lvont:represents "𤎧"^^xsd:string .

<http://lexvo.org/id/char/243A8> a lvont:Character ;
    lvont:represents "𤎨"^^xsd:string .

<http://lexvo.org/id/char/243A9> a lvont:Character ;
    lvont:represents "𤎩"^^xsd:string .

<http://lexvo.org/id/char/243AA> a lvont:Character ;
    lvont:represents "𤎪"^^xsd:string .

<http://lexvo.org/id/char/243AB> a lvont:Character ;
    lvont:represents "𤎫"^^xsd:string .

<http://lexvo.org/id/char/243AC> a lvont:Character ;
    lvont:represents "𤎬"^^xsd:string .

<http://lexvo.org/id/char/243AD> a lvont:Character ;
    lvont:represents "𤎭"^^xsd:string .

<http://lexvo.org/id/char/243AE> a lvont:Character ;
    lvont:represents "𤎮"^^xsd:string .

<http://lexvo.org/id/char/243AF> a lvont:Character ;
    lvont:represents "𤎯"^^xsd:string .

<http://lexvo.org/id/char/243B0> a lvont:Character ;
    lvont:represents "𤎰"^^xsd:string .

<http://lexvo.org/id/char/243B1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%F0%A4%8E%B1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zu%C7%8En>,
        "𤎱"^^xsd:string ;
    rdfs:comment "to make chowder"@en .

<http://lexvo.org/id/char/243B2> a lvont:Character ;
    lvont:represents "𤎲"^^xsd:string .

<http://lexvo.org/id/char/243B3> a lvont:Character ;
    lvont:represents "𤎳"^^xsd:string .

<http://lexvo.org/id/char/243B4> a lvont:Character ;
    lvont:represents "𤎴"^^xsd:string .

<http://lexvo.org/id/char/243B5> a lvont:Character ;
    lvont:represents "𤎵"^^xsd:string .

<http://lexvo.org/id/char/243B6> a lvont:Character ;
    lvont:represents "𤎶"^^xsd:string .

<http://lexvo.org/id/char/243B7> a lvont:Character ;
    lvont:represents "𤎷"^^xsd:string .

<http://lexvo.org/id/char/243B8> a lvont:Character ;
    lvont:represents "𤎸"^^xsd:string .

<http://lexvo.org/id/char/243B9> a lvont:Character ;
    lvont:represents "𤎹"^^xsd:string .

<http://lexvo.org/id/char/243BA> a lvont:Character ;
    lvont:represents "𤎺"^^xsd:string .

<http://lexvo.org/id/char/243BB> a lvont:Character ;
    lvont:represents "𤎻"^^xsd:string .

<http://lexvo.org/id/char/243BC> a lvont:Character ;
    lvont:represents "𤎼"^^xsd:string .

<http://lexvo.org/id/char/243BD> a lvont:Character ;
    lvont:represents "𤎽"^^xsd:string .

<http://lexvo.org/id/char/243BE> a lvont:Character ;
    lvont:represents "𤎾"^^xsd:string .

<http://lexvo.org/id/char/243BF> a lvont:Character ;
    lvont:represents "𤎿"^^xsd:string .

<http://lexvo.org/id/char/243C0> a lvont:Character ;
    lvont:represents "𤏀"^^xsd:string .

<http://lexvo.org/id/char/243C1> a lvont:Character ;
    lvont:represents "𤏁"^^xsd:string .

<http://lexvo.org/id/char/243C2> a lvont:Character ;
    lvont:represents "𤏂"^^xsd:string .

<http://lexvo.org/id/char/243C3> a lvont:Character ;
    lvont:represents "𤏃"^^xsd:string .

<http://lexvo.org/id/char/243C4> a lvont:Character ;
    lvont:represents "𤏄"^^xsd:string .

<http://lexvo.org/id/char/243C5> a lvont:Character ;
    lvont:represents "𤏅"^^xsd:string .

<http://lexvo.org/id/char/243C6> a lvont:Character ;
    lvont:represents "𤏆"^^xsd:string .

<http://lexvo.org/id/char/243C7> a lvont:Character ;
    lvont:represents "𤏇"^^xsd:string .

<http://lexvo.org/id/char/243C8> a lvont:Character ;
    lvont:represents "𤏈"^^xsd:string .

<http://lexvo.org/id/char/243C9> a lvont:Character ;
    lvont:represents "𤏉"^^xsd:string .

<http://lexvo.org/id/char/243CA> a lvont:Character ;
    lvont:represents "𤏊"^^xsd:string .

<http://lexvo.org/id/char/243CB> a lvont:Character ;
    lvont:represents "𤏋"^^xsd:string .

<http://lexvo.org/id/char/243CC> a lvont:Character ;
    lvont:represents "𤏌"^^xsd:string .

<http://lexvo.org/id/char/243CD> a lvont:Character ;
    lvont:represents "𤏍"^^xsd:string .

<http://lexvo.org/id/char/243CE> a lvont:Character ;
    lvont:represents "𤏎"^^xsd:string .

<http://lexvo.org/id/char/243CF> a lvont:Character ;
    lvont:represents "𤏏"^^xsd:string .

<http://lexvo.org/id/char/243D0> a lvont:Character ;
    lvont:represents "𤏐"^^xsd:string .

<http://lexvo.org/id/char/243D1> a lvont:Character ;
    lvont:represents "𤏑"^^xsd:string .

<http://lexvo.org/id/char/243D2> a lvont:Character ;
    lvont:represents "𤏒"^^xsd:string .

<http://lexvo.org/id/char/243D3> a lvont:Character ;
    lvont:represents "𤏓"^^xsd:string .

<http://lexvo.org/id/char/243D4> a lvont:Character ;
    lvont:represents "𤏔"^^xsd:string .

<http://lexvo.org/id/char/243D5> a lvont:Character ;
    lvont:represents "𤏕"^^xsd:string .

<http://lexvo.org/id/char/243D6> a lvont:Character ;
    lvont:represents "𤏖"^^xsd:string .

<http://lexvo.org/id/char/243D7> a lvont:Character ;
    lvont:represents "𤏗"^^xsd:string .

<http://lexvo.org/id/char/243D8> a lvont:Character ;
    lvont:represents "𤏘"^^xsd:string .

<http://lexvo.org/id/char/243D9> a lvont:Character ;
    lvont:represents "𤏙"^^xsd:string .

<http://lexvo.org/id/char/243DA> a lvont:Character ;
    lvont:represents "𤏚"^^xsd:string .

<http://lexvo.org/id/char/243DB> a lvont:Character ;
    lvont:represents "𤏛"^^xsd:string .

<http://lexvo.org/id/char/243DC> a lvont:Character ;
    lvont:represents "𤏜"^^xsd:string .

<http://lexvo.org/id/char/243DD> a lvont:Character ;
    lvont:represents "𤏝"^^xsd:string .

<http://lexvo.org/id/char/243DE> a lvont:Character ;
    lvont:represents "𤏞"^^xsd:string .

<http://lexvo.org/id/char/243DF> a lvont:Character ;
    lvont:represents "𤏟"^^xsd:string .

<http://lexvo.org/id/char/243E0> a lvont:Character ;
    lvont:represents "𤏠"^^xsd:string .

<http://lexvo.org/id/char/243E1> a lvont:Character ;
    lvont:represents "𤏡"^^xsd:string .

<http://lexvo.org/id/char/243E2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/nh%E1%BB%99i>,
        "𤏢"^^xsd:string .

<http://lexvo.org/id/char/243E3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/t%E1%BB%8F>,
        "𤏣"^^xsd:string .

<http://lexvo.org/id/char/243E4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/h%C6%A1>,
        "𤏤"^^xsd:string .

<http://lexvo.org/id/char/243E5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/thui>,
        "𤏥"^^xsd:string .

<http://lexvo.org/id/char/243E6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/kh%C3%A9t>,
        "𤏦"^^xsd:string .

<http://lexvo.org/id/char/243E7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/th%E1%BA%AFp>,
        "𤏧"^^xsd:string .

<http://lexvo.org/id/char/243E8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/se>,
        "𤏨"^^xsd:string .

<http://lexvo.org/id/char/243E9> a lvont:Character ;
    lvont:represents "𤏩"^^xsd:string .

<http://lexvo.org/id/char/243EA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/rao>,
        "𤏪"^^xsd:string .

<http://lexvo.org/id/char/243EB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/bu%E1%BB%91t>,
        "𤏫"^^xsd:string .

<http://lexvo.org/id/char/243EC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/r%E1%BA%A1ng>,
        "𤏬"^^xsd:string .

<http://lexvo.org/id/char/243ED> a lvont:Character ;
    lvont:represents "𤏭"^^xsd:string .

<http://lexvo.org/id/char/243EE> a lvont:Character ;
    lvont:represents "𤏮"^^xsd:string .

<http://lexvo.org/id/char/243EF> a lvont:Character ;
    lvont:represents "𤏯"^^xsd:string .

<http://lexvo.org/id/char/243F0> a lvont:Character ;
    lvont:represents "𤏰"^^xsd:string .

<http://lexvo.org/id/char/243F1> a lvont:Character ;
    lvont:represents "𤏱"^^xsd:string .

<http://lexvo.org/id/char/243F2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%F0%A4%8F%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%B2u>,
        "𤏲"^^xsd:string ;
    rdfs:comment "to set on fire"@en .

<http://lexvo.org/id/char/243F3> a lvont:Character ;
    lvont:represents "𤏳"^^xsd:string .

<http://lexvo.org/id/char/243F4> a lvont:Character ;
    lvont:represents "𤏴"^^xsd:string .

<http://lexvo.org/id/char/243F5> a lvont:Character ;
    lvont:represents "𤏵"^^xsd:string .

<http://lexvo.org/id/char/243F6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C4%81o>,
        "𤏶"^^xsd:string .

<http://lexvo.org/id/char/243F7> a lvont:Character ;
    lvont:represents "𤏷"^^xsd:string .

<http://lexvo.org/id/char/243F8> a lvont:Character ;
    lvont:represents "𤏸"^^xsd:string .

<http://lexvo.org/id/char/243F9> a lvont:Character ;
    lvont:represents "𤏹"^^xsd:string .

<http://lexvo.org/id/char/243FA> a lvont:Character ;
    lvont:represents "𤏺"^^xsd:string .

<http://lexvo.org/id/char/243FB> a lvont:Character ;
    lvont:represents "𤏻"^^xsd:string .

<http://lexvo.org/id/char/243FC> a lvont:Character ;
    lvont:represents "𤏼"^^xsd:string .

<http://lexvo.org/id/char/243FD> a lvont:Character ;
    lvont:represents "𤏽"^^xsd:string .

<http://lexvo.org/id/char/243FE> a lvont:Character ;
    lvont:represents "𤏾"^^xsd:string .

<http://lexvo.org/id/char/243FF> a lvont:Character ;
    lvont:represents "𤏿"^^xsd:string .

<http://lexvo.org/id/char/2440> a lvont:Character ;
    lvont:represents "⑀"^^xsd:string ;
    rdfs:comment "OCR HOOK"@en .

<http://lexvo.org/id/char/24400> a lvont:Character ;
    lvont:represents "𤐀"^^xsd:string .

<http://lexvo.org/id/char/24401> a lvont:Character ;
    lvont:represents "𤐁"^^xsd:string .

<http://lexvo.org/id/char/24402> a lvont:Character ;
    lvont:represents "𤐂"^^xsd:string .

<http://lexvo.org/id/char/24403> a lvont:Character ;
    lvont:represents "𤐃"^^xsd:string .

<http://lexvo.org/id/char/24404> a lvont:Character ;
    lvont:represents "𤐄"^^xsd:string .

<http://lexvo.org/id/char/24405> a lvont:Character ;
    lvont:represents "𤐅"^^xsd:string .

<http://lexvo.org/id/char/24406> a lvont:Character ;
    lvont:represents "𤐆"^^xsd:string .

<http://lexvo.org/id/char/24407> a lvont:Character ;
    lvont:represents "𤐇"^^xsd:string .

<http://lexvo.org/id/char/24408> a lvont:Character ;
    lvont:represents "𤐈"^^xsd:string .

<http://lexvo.org/id/char/24409> a lvont:Character ;
    lvont:represents "𤐉"^^xsd:string .

<http://lexvo.org/id/char/2440A> a lvont:Character ;
    lvont:represents "𤐊"^^xsd:string .

<http://lexvo.org/id/char/2440B> a lvont:Character ;
    lvont:represents "𤐋"^^xsd:string .

<http://lexvo.org/id/char/2440C> a lvont:Character ;
    lvont:represents "𤐌"^^xsd:string .

<http://lexvo.org/id/char/2440D> a lvont:Character ;
    lvont:represents "𤐍"^^xsd:string .

<http://lexvo.org/id/char/2440E> a lvont:Character ;
    lvont:represents "𤐎"^^xsd:string .

<http://lexvo.org/id/char/2440F> a lvont:Character ;
    lvont:represents "𤐏"^^xsd:string .

<http://lexvo.org/id/char/2441> a lvont:Character ;
    lvont:represents "⑁"^^xsd:string ;
    rdfs:comment "OCR CHAIR"@en .

<http://lexvo.org/id/char/24410> a lvont:Character ;
    lvont:represents "𤐐"^^xsd:string .

<http://lexvo.org/id/char/24411> a lvont:Character ;
    lvont:represents "𤐑"^^xsd:string .

<http://lexvo.org/id/char/24412> a lvont:Character ;
    lvont:represents "𤐒"^^xsd:string .

<http://lexvo.org/id/char/24413> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/kh%C3%AA>,
        "𤐓"^^xsd:string .

<http://lexvo.org/id/char/24414> a lvont:Character ;
    lvont:represents "𤐔"^^xsd:string .

<http://lexvo.org/id/char/24415> a lvont:Character ;
    lvont:represents "𤐕"^^xsd:string .

<http://lexvo.org/id/char/24416> a lvont:Character ;
    lvont:represents "𤐖"^^xsd:string .

<http://lexvo.org/id/char/24417> a lvont:Character ;
    lvont:represents "𤐗"^^xsd:string .

<http://lexvo.org/id/char/24418> a lvont:Character ;
    lvont:represents "𤐘"^^xsd:string .

<http://lexvo.org/id/char/24419> a lvont:Character ;
    lvont:represents "𤐙"^^xsd:string .

<http://lexvo.org/id/char/2441A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/h%C3%A2m>,
        "𤐚"^^xsd:string .

<http://lexvo.org/id/char/2441B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/n%E1%BA%A5u>,
        "𤐛"^^xsd:string .

<http://lexvo.org/id/char/2441C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ng%C3%B2i>,
        "𤐜"^^xsd:string .

<http://lexvo.org/id/char/2441D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/soi>,
        "𤐝"^^xsd:string .

<http://lexvo.org/id/char/2441E> a lvont:Character ;
    lvont:represents "𤐞"^^xsd:string .

<http://lexvo.org/id/char/2441F> a lvont:Character ;
    lvont:represents "𤐟"^^xsd:string .

<http://lexvo.org/id/char/2442> a lvont:Character ;
    lvont:represents "⑂"^^xsd:string ;
    rdfs:comment "OCR FORK"@en .

<http://lexvo.org/id/char/24420> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/lu%E1%BB%99c>,
        "𤐠"^^xsd:string .

<http://lexvo.org/id/char/24421> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/kh%C3%B3i>,
        "𤐡"^^xsd:string .

<http://lexvo.org/id/char/24422> a lvont:Character ;
    lvont:represents "𤐢"^^xsd:string .

<http://lexvo.org/id/char/24423> a lvont:Character ;
    lvont:represents "𤐣"^^xsd:string .

<http://lexvo.org/id/char/24424> a lvont:Character ;
    lvont:represents "𤐤"^^xsd:string .

<http://lexvo.org/id/char/24425> a lvont:Character ;
    lvont:represents "𤐥"^^xsd:string .

<http://lexvo.org/id/char/24426> a lvont:Character ;
    lvont:represents "𤐦"^^xsd:string .

<http://lexvo.org/id/char/24427> a lvont:Character ;
    lvont:represents "𤐧"^^xsd:string .

<http://lexvo.org/id/char/24428> a lvont:Character ;
    lvont:represents "𤐨"^^xsd:string .

<http://lexvo.org/id/char/24429> a lvont:Character ;
    lvont:represents "𤐩"^^xsd:string .

<http://lexvo.org/id/char/2442A> a lvont:Character ;
    lvont:represents "𤐪"^^xsd:string .

<http://lexvo.org/id/char/2442B> a lvont:Character ;
    lvont:represents "𤐫"^^xsd:string .

<http://lexvo.org/id/char/2442C> a lvont:Character ;
    lvont:represents "𤐬"^^xsd:string .

<http://lexvo.org/id/char/2442D> a lvont:Character ;
    lvont:represents "𤐭"^^xsd:string .

<http://lexvo.org/id/char/2442E> a lvont:Character ;
    lvont:represents "𤐮"^^xsd:string .

<http://lexvo.org/id/char/2442F> a lvont:Character ;
    lvont:represents "𤐯"^^xsd:string .

<http://lexvo.org/id/char/2443> a lvont:Character ;
    lvont:represents "⑃"^^xsd:string ;
    rdfs:comment "OCR INVERTED FORK"@en .

<http://lexvo.org/id/char/24430> a lvont:Character ;
    lvont:represents "𤐰"^^xsd:string .

<http://lexvo.org/id/char/24431> a lvont:Character ;
    lvont:represents "𤐱"^^xsd:string .

<http://lexvo.org/id/char/24432> a lvont:Character ;
    lvont:represents "𤐲"^^xsd:string .

<http://lexvo.org/id/char/24433> a lvont:Character ;
    lvont:represents "𤐳"^^xsd:string .

<http://lexvo.org/id/char/24434> a lvont:Character ;
    lvont:represents "𤐴"^^xsd:string .

<http://lexvo.org/id/char/24435> a lvont:Character ;
    lvont:represents "𤐵"^^xsd:string .

<http://lexvo.org/id/char/24436> a lvont:Character ;
    lvont:represents "𤐶"^^xsd:string .

<http://lexvo.org/id/char/24437> a lvont:Character ;
    lvont:represents "𤐷"^^xsd:string .

<http://lexvo.org/id/char/24438> a lvont:Character ;
    lvont:represents "𤐸"^^xsd:string .

<http://lexvo.org/id/char/24439> a lvont:Character ;
    lvont:represents "𤐹"^^xsd:string .

<http://lexvo.org/id/char/2443A> a lvont:Character ;
    lvont:represents "𤐺"^^xsd:string .

<http://lexvo.org/id/char/2443B> a lvont:Character ;
    lvont:represents "𤐻"^^xsd:string .

<http://lexvo.org/id/char/2443C> a lvont:Character ;
    lvont:represents "𤐼"^^xsd:string .

<http://lexvo.org/id/char/2443D> a lvont:Character ;
    lvont:represents "𤐽"^^xsd:string .

<http://lexvo.org/id/char/2443E> a lvont:Character ;
    lvont:represents "𤐾"^^xsd:string .

<http://lexvo.org/id/char/2443F> a lvont:Character ;
    lvont:represents "𤐿"^^xsd:string .

<http://lexvo.org/id/char/2444> a lvont:Character ;
    lvont:represents "⑄"^^xsd:string ;
    rdfs:comment "OCR BELT BUCKLE"@en .

<http://lexvo.org/id/char/24440> a lvont:Character ;
    lvont:represents "𤑀"^^xsd:string .

<http://lexvo.org/id/char/24441> a lvont:Character ;
    lvont:represents "𤑁"^^xsd:string .

<http://lexvo.org/id/char/24442> a lvont:Character ;
    lvont:represents "𤑂"^^xsd:string .

<http://lexvo.org/id/char/24443> a lvont:Character ;
    lvont:represents "𤑃"^^xsd:string .

<http://lexvo.org/id/char/24444> a lvont:Character ;
    lvont:represents "𤑄"^^xsd:string .

<http://lexvo.org/id/char/24445> a lvont:Character ;
    lvont:represents "𤑅"^^xsd:string .

<http://lexvo.org/id/char/24446> a lvont:Character ;
    lvont:represents "𤑆"^^xsd:string .

<http://lexvo.org/id/char/24447> a lvont:Character ;
    lvont:represents "𤑇"^^xsd:string .

<http://lexvo.org/id/char/24448> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/chang>,
        "𤑈"^^xsd:string .

<http://lexvo.org/id/char/24449> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/r%E1%BB%A1>,
        "𤑉"^^xsd:string .

<http://lexvo.org/id/char/2444A> a lvont:Character ;
    lvont:represents "𤑊"^^xsd:string .

<http://lexvo.org/id/char/2444B> a lvont:Character ;
    lvont:represents "𤑋"^^xsd:string .

<http://lexvo.org/id/char/2444C> a lvont:Character ;
    lvont:represents "𤑌"^^xsd:string .

<http://lexvo.org/id/char/2444D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/h%E1%BB%ADng>,
        "𤑍"^^xsd:string .

<http://lexvo.org/id/char/2444E> a lvont:Character ;
    lvont:represents "𤑎"^^xsd:string .

<http://lexvo.org/id/char/2444F> a lvont:Character ;
    lvont:represents "𤑏"^^xsd:string .

<http://lexvo.org/id/char/2445> a lvont:Character ;
    lvont:represents "⑅"^^xsd:string ;
    rdfs:comment "OCR BOW TIE"@en .

<http://lexvo.org/id/char/24450> a lvont:Character ;
    lvont:represents "𤑐"^^xsd:string .

<http://lexvo.org/id/char/24451> a lvont:Character ;
    lvont:represents "𤑑"^^xsd:string .

<http://lexvo.org/id/char/24452> a lvont:Character ;
    lvont:represents "𤑒"^^xsd:string .

<http://lexvo.org/id/char/24453> a lvont:Character ;
    lvont:represents "𤑓"^^xsd:string .

<http://lexvo.org/id/char/24454> a lvont:Character ;
    lvont:represents "𤑔"^^xsd:string .

<http://lexvo.org/id/char/24455> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%F0%A4%91%95>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C5%ABn%20x%C3%B9n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fan1>,
        <http://lexvo.org/id/term/yue/%F0%A4%91%95>,
        "𤑕"^^xsd:string ;
    rdfs:comment "smoke, fog, vapor; smoke, cure"@en .

<http://lexvo.org/id/char/24456> a lvont:Character ;
    lvont:represents "𤑖"^^xsd:string .

<http://lexvo.org/id/char/24457> a lvont:Character ;
    lvont:represents "𤑗"^^xsd:string .

<http://lexvo.org/id/char/24458> a lvont:Character ;
    lvont:represents "𤑘"^^xsd:string .

<http://lexvo.org/id/char/24459> a lvont:Character ;
    lvont:represents "𤑙"^^xsd:string .

<http://lexvo.org/id/char/2445A> a lvont:Character ;
    lvont:represents "𤑚"^^xsd:string .

<http://lexvo.org/id/char/2445B> a lvont:Character ;
    lvont:represents "𤑛"^^xsd:string .

<http://lexvo.org/id/char/2445C> a lvont:Character ;
    lvont:represents "𤑜"^^xsd:string .

<http://lexvo.org/id/char/2445D> a lvont:Character ;
    lvont:represents "𤑝"^^xsd:string .

<http://lexvo.org/id/char/2445E> a lvont:Character ;
    lvont:represents "𤑞"^^xsd:string .

<http://lexvo.org/id/char/2445F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/r%C3%B5>,
        "𤑟"^^xsd:string .

<http://lexvo.org/id/char/2446> a lvont:Character ;
    lvont:represents "⑆"^^xsd:string ;
    rdfs:comment "OCR BRANCH BANK IDENTIFICATION"@en .

<http://lexvo.org/id/char/24460> a lvont:Character ;
    lvont:represents "𤑠"^^xsd:string .

<http://lexvo.org/id/char/24461> a lvont:Character ;
    lvont:represents "𤑡"^^xsd:string .

<http://lexvo.org/id/char/24462> a lvont:Character ;
    lvont:represents "𤑢"^^xsd:string .

<http://lexvo.org/id/char/24463> a lvont:Character ;
    lvont:represents "𤑣"^^xsd:string .

<http://lexvo.org/id/char/24464> a lvont:Character ;
    lvont:represents "𤑤"^^xsd:string .

<http://lexvo.org/id/char/24465> a lvont:Character ;
    lvont:represents "𤑥"^^xsd:string .

<http://lexvo.org/id/char/24466> a lvont:Character ;
    lvont:represents "𤑦"^^xsd:string .

<http://lexvo.org/id/char/24467> a lvont:Character ;
    lvont:represents "𤑧"^^xsd:string .

<http://lexvo.org/id/char/24468> a lvont:Character ;
    lvont:represents "𤑨"^^xsd:string .

<http://lexvo.org/id/char/24469> a lvont:Character ;
    lvont:represents "𤑩"^^xsd:string .

<http://lexvo.org/id/char/2446A> a lvont:Character ;
    lvont:represents "𤑪"^^xsd:string .

<http://lexvo.org/id/char/2446B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/b%C3%B9ng>,
        "𤑫"^^xsd:string .

<http://lexvo.org/id/char/2446C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/lo%C3%A9>,
        "𤑬"^^xsd:string .

<http://lexvo.org/id/char/2446D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/l%C3%B3i>,
        "𤑭"^^xsd:string .

<http://lexvo.org/id/char/2446E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/m%E1%BB%93>,
        "𤑮"^^xsd:string .

<http://lexvo.org/id/char/2446F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/s%C3%A9m>,
        "𤑯"^^xsd:string .

<http://lexvo.org/id/char/2447> a lvont:Character ;
    lvont:represents "⑇"^^xsd:string ;
    rdfs:comment "OCR AMOUNT OF CHECK"@en .

<http://lexvo.org/id/char/24470> a lvont:Character ;
    lvont:represents "𤑰"^^xsd:string .

<http://lexvo.org/id/char/24471> a lvont:Character ;
    lvont:represents "𤑱"^^xsd:string .

<http://lexvo.org/id/char/24472> a lvont:Character ;
    lvont:represents "𤑲"^^xsd:string .

<http://lexvo.org/id/char/24473> a lvont:Character ;
    lvont:represents "𤑳"^^xsd:string .

<http://lexvo.org/id/char/24474> a lvont:Character ;
    lvont:represents "𤑴"^^xsd:string .

<http://lexvo.org/id/char/24475> a lvont:Character ;
    lvont:represents "𤑵"^^xsd:string .

<http://lexvo.org/id/char/24476> a lvont:Character ;
    lvont:represents "𤑶"^^xsd:string .

<http://lexvo.org/id/char/24477> a lvont:Character ;
    lvont:represents "𤑷"^^xsd:string .

<http://lexvo.org/id/char/24478> a lvont:Character ;
    lvont:represents "𤑸"^^xsd:string .

<http://lexvo.org/id/char/24479> a lvont:Character ;
    lvont:represents "𤑹"^^xsd:string .

<http://lexvo.org/id/char/2447A> a lvont:Character ;
    lvont:represents "𤑺"^^xsd:string .

<http://lexvo.org/id/char/2447B> a lvont:Character ;
    lvont:represents "𤑻"^^xsd:string .

<http://lexvo.org/id/char/2447C> a lvont:Character ;
    lvont:represents "𤑼"^^xsd:string .

<http://lexvo.org/id/char/2447D> a lvont:Character ;
    lvont:represents "𤑽"^^xsd:string .

<http://lexvo.org/id/char/2447E> a lvont:Character ;
    lvont:represents "𤑾"^^xsd:string .

<http://lexvo.org/id/char/2447F> a lvont:Character ;
    lvont:represents "𤑿"^^xsd:string .

<http://lexvo.org/id/char/2448> a lvont:Character ;
    lvont:represents "⑈"^^xsd:string ;
    rdfs:comment "OCR DASH"@en .

<http://lexvo.org/id/char/24480> a lvont:Character ;
    lvont:represents "𤒀"^^xsd:string .

<http://lexvo.org/id/char/24481> a lvont:Character ;
    lvont:represents "𤒁"^^xsd:string .

<http://lexvo.org/id/char/24482> a lvont:Character ;
    lvont:represents "𤒂"^^xsd:string .

<http://lexvo.org/id/char/24483> a lvont:Character ;
    lvont:represents "𤒃"^^xsd:string .

<http://lexvo.org/id/char/24484> a lvont:Character ;
    lvont:represents "𤒄"^^xsd:string .

<http://lexvo.org/id/char/24485> a lvont:Character ;
    lvont:represents "𤒅"^^xsd:string .

<http://lexvo.org/id/char/24486> a lvont:Character ;
    lvont:represents "𤒆"^^xsd:string .

<http://lexvo.org/id/char/24487> a lvont:Character ;
    lvont:represents "𤒇"^^xsd:string .

<http://lexvo.org/id/char/24488> a lvont:Character ;
    lvont:represents "𤒈"^^xsd:string .

<http://lexvo.org/id/char/24489> a lvont:Character ;
    lvont:represents "𤒉"^^xsd:string .

<http://lexvo.org/id/char/2448A> a lvont:Character ;
    lvont:represents "𤒊"^^xsd:string .

<http://lexvo.org/id/char/2448B> a lvont:Character ;
    lvont:represents "𤒋"^^xsd:string .

<http://lexvo.org/id/char/2448C> a lvont:Character ;
    lvont:represents "𤒌"^^xsd:string .

<http://lexvo.org/id/char/2448D> a lvont:Character ;
    lvont:represents "𤒍"^^xsd:string .

<http://lexvo.org/id/char/2448E> a lvont:Character ;
    lvont:represents "𤒎"^^xsd:string .

<http://lexvo.org/id/char/2448F> a lvont:Character ;
    lvont:represents "𤒏"^^xsd:string .

<http://lexvo.org/id/char/2449> a lvont:Character ;
    lvont:represents "⑉"^^xsd:string ;
    rdfs:comment "OCR CUSTOMER ACCOUNT NUMBER"@en .

<http://lexvo.org/id/char/24490> a lvont:Character ;
    lvont:represents "𤒐"^^xsd:string .

<http://lexvo.org/id/char/24491> a lvont:Character ;
    lvont:represents "𤒑"^^xsd:string .

<http://lexvo.org/id/char/24492> a lvont:Character ;
    lvont:represents "𤒒"^^xsd:string .

<http://lexvo.org/id/char/24493> a lvont:Character ;
    lvont:represents "𤒓"^^xsd:string .

<http://lexvo.org/id/char/24494> a lvont:Character ;
    lvont:represents "𤒔"^^xsd:string .

<http://lexvo.org/id/char/24495> a lvont:Character ;
    lvont:represents "𤒕"^^xsd:string .

<http://lexvo.org/id/char/24496> a lvont:Character ;
    lvont:represents "𤒖"^^xsd:string .

<http://lexvo.org/id/char/24497> a lvont:Character ;
    lvont:represents "𤒗"^^xsd:string .

<http://lexvo.org/id/char/24498> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/%C4%91u%E1%BB%91c>,
        "𤒘"^^xsd:string .

<http://lexvo.org/id/char/24499> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ch%C3%ADn>,
        "𤒙"^^xsd:string .

<http://lexvo.org/id/char/2449A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/nung>,
        "𤒚"^^xsd:string .

<http://lexvo.org/id/char/2449B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/n%E1%BA%A5u>,
        "𤒛"^^xsd:string .

<http://lexvo.org/id/char/2449C> a lvont:Character ;
    lvont:represents "𤒜"^^xsd:string .

<http://lexvo.org/id/char/2449D> a lvont:Character ;
    lvont:represents "𤒝"^^xsd:string .

<http://lexvo.org/id/char/2449E> a lvont:Character ;
    lvont:represents "𤒞"^^xsd:string .

<http://lexvo.org/id/char/2449F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/nh%C3%B9i>,
        "𤒟"^^xsd:string .

<http://lexvo.org/id/char/244A> a lvont:Character ;
    lvont:represents "⑊"^^xsd:string ;
    rdfs:comment "OCR DOUBLE BACKSLASH"@en .

<http://lexvo.org/id/char/244A0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/%C4%91%E1%BB%8F>,
        "𤒠"^^xsd:string .

<http://lexvo.org/id/char/244A1> a lvont:Character ;
    lvont:represents "𤒡"^^xsd:string .

<http://lexvo.org/id/char/244A2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/l%E1%BB%91m>,
        "𤒢"^^xsd:string .

<http://lexvo.org/id/char/244A3> a lvont:Character ;
    lvont:represents "𤒣"^^xsd:string .

<http://lexvo.org/id/char/244A4> a lvont:Character ;
    lvont:represents "𤒤"^^xsd:string .

<http://lexvo.org/id/char/244A5> a lvont:Character ;
    lvont:represents "𤒥"^^xsd:string .

<http://lexvo.org/id/char/244A6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/s%C3%A9m>,
        "𤒦"^^xsd:string .

<http://lexvo.org/id/char/244A7> a lvont:Character ;
    lvont:represents "𤒧"^^xsd:string .

<http://lexvo.org/id/char/244A8> a lvont:Character ;
    lvont:represents "𤒨"^^xsd:string .

<http://lexvo.org/id/char/244A9> a lvont:Character ;
    lvont:represents "𤒩"^^xsd:string .

<http://lexvo.org/id/char/244AA> a lvont:Character ;
    lvont:represents "𤒪"^^xsd:string .

<http://lexvo.org/id/char/244AB> a lvont:Character ;
    lvont:represents "𤒫"^^xsd:string .

<http://lexvo.org/id/char/244AC> a lvont:Character ;
    lvont:represents "𤒬"^^xsd:string .

<http://lexvo.org/id/char/244AD> a lvont:Character ;
    lvont:represents "𤒭"^^xsd:string .

<http://lexvo.org/id/char/244AE> a lvont:Character ;
    lvont:represents "𤒮"^^xsd:string .

<http://lexvo.org/id/char/244AF> a lvont:Character ;
    lvont:represents "𤒯"^^xsd:string .

<http://lexvo.org/id/char/244B0> a lvont:Character ;
    lvont:represents "𤒰"^^xsd:string .

<http://lexvo.org/id/char/244B1> a lvont:Character ;
    lvont:represents "𤒱"^^xsd:string .

<http://lexvo.org/id/char/244B2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ch%E1%BB%9Dn>,
        "𤒲"^^xsd:string .

<http://lexvo.org/id/char/244B3> a lvont:Character ;
    lvont:represents "𤒳"^^xsd:string .

<http://lexvo.org/id/char/244B4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/th%E1%BA%AFp>,
        "𤒴"^^xsd:string .

<http://lexvo.org/id/char/244B5> a lvont:Character ;
    lvont:represents "𤒵"^^xsd:string .

<http://lexvo.org/id/char/244B6> a lvont:Character ;
    lvont:represents "𤒶"^^xsd:string .

<http://lexvo.org/id/char/244B7> a lvont:Character ;
    lvont:represents "𤒷"^^xsd:string .

<http://lexvo.org/id/char/244B8> a lvont:Character ;
    lvont:represents "𤒸"^^xsd:string .

<http://lexvo.org/id/char/244B9> a lvont:Character ;
    lvont:represents "𤒹"^^xsd:string .

<http://lexvo.org/id/char/244BA> a lvont:Character ;
    lvont:represents "𤒺"^^xsd:string .

<http://lexvo.org/id/char/244BB> a lvont:Character ;
    lvont:represents "𤒻"^^xsd:string .

<http://lexvo.org/id/char/244BC> a lvont:Character ;
    lvont:represents "𤒼"^^xsd:string .

<http://lexvo.org/id/char/244BD> a lvont:Character ;
    lvont:represents "𤒽"^^xsd:string .

<http://lexvo.org/id/char/244BE> a lvont:Character ;
    lvont:represents "𤒾"^^xsd:string .

<http://lexvo.org/id/char/244BF> a lvont:Character ;
    lvont:represents "𤒿"^^xsd:string .

<http://lexvo.org/id/char/244C0> a lvont:Character ;
    lvont:represents "𤓀"^^xsd:string .

<http://lexvo.org/id/char/244C1> a lvont:Character ;
    lvont:represents "𤓁"^^xsd:string .

<http://lexvo.org/id/char/244C2> a lvont:Character ;
    lvont:represents "𤓂"^^xsd:string .

<http://lexvo.org/id/char/244C3> a lvont:Character ;
    lvont:represents "𤓃"^^xsd:string .

<http://lexvo.org/id/char/244C4> a lvont:Character ;
    lvont:represents "𤓄"^^xsd:string .

<http://lexvo.org/id/char/244C5> a lvont:Character ;
    lvont:represents "𤓅"^^xsd:string .

<http://lexvo.org/id/char/244C6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ram>,
        "𤓆"^^xsd:string .

<http://lexvo.org/id/char/244C7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/qu%E1%BA%A7ng>,
        "𤓇"^^xsd:string .

<http://lexvo.org/id/char/244C8> a lvont:Character ;
    lvont:represents "𤓈"^^xsd:string .

<http://lexvo.org/id/char/244C9> a lvont:Character ;
    lvont:represents "𤓉"^^xsd:string .

<http://lexvo.org/id/char/244CA> a lvont:Character ;
    lvont:represents "𤓊"^^xsd:string .

<http://lexvo.org/id/char/244CB> a lvont:Character ;
    lvont:represents "𤓋"^^xsd:string .

<http://lexvo.org/id/char/244CC> a lvont:Character ;
    lvont:represents "𤓌"^^xsd:string .

<http://lexvo.org/id/char/244CD> a lvont:Character ;
    lvont:represents "𤓍"^^xsd:string .

<http://lexvo.org/id/char/244CE> a lvont:Character ;
    lvont:represents "𤓎"^^xsd:string .

<http://lexvo.org/id/char/244CF> a lvont:Character ;
    lvont:represents "𤓏"^^xsd:string .

<http://lexvo.org/id/char/244D0> a lvont:Character ;
    lvont:represents "𤓐"^^xsd:string .

<http://lexvo.org/id/char/244D1> a lvont:Character ;
    lvont:represents "𤓑"^^xsd:string .

<http://lexvo.org/id/char/244D2> a lvont:Character ;
    lvont:represents "𤓒"^^xsd:string .

<http://lexvo.org/id/char/244D3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/lo3>,
        <http://lexvo.org/id/term/yue/%F0%A4%93%93>,
        "𤓓"^^xsd:string ;
    rdfs:comment "smoky or burning smell"@en .

<http://lexvo.org/id/char/244D4> a lvont:Character ;
    lvont:represents "𤓔"^^xsd:string .

<http://lexvo.org/id/char/244D5> a lvont:Character ;
    lvont:represents "𤓕"^^xsd:string .

<http://lexvo.org/id/char/244D6> a lvont:Character ;
    lvont:represents "𤓖"^^xsd:string .

<http://lexvo.org/id/char/244D7> a lvont:Character ;
    lvont:represents "𤓗"^^xsd:string .

<http://lexvo.org/id/char/244D8> a lvont:Character ;
    lvont:represents "𤓘"^^xsd:string .

<http://lexvo.org/id/char/244D9> a lvont:Character ;
    lvont:represents "𤓙"^^xsd:string .

<http://lexvo.org/id/char/244DA> a lvont:Character ;
    lvont:represents "𤓚"^^xsd:string .

<http://lexvo.org/id/char/244DB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/d%C3%ACu>,
        "𤓛"^^xsd:string .

<http://lexvo.org/id/char/244DC> a lvont:Character ;
    lvont:represents "𤓜"^^xsd:string .

<http://lexvo.org/id/char/244DD> a lvont:Character ;
    lvont:represents "𤓝"^^xsd:string .

<http://lexvo.org/id/char/244DE> a lvont:Character ;
    lvont:represents "𤓞"^^xsd:string .

<http://lexvo.org/id/char/244DF> a lvont:Character ;
    lvont:represents "𤓟"^^xsd:string .

<http://lexvo.org/id/char/244E0> a lvont:Character ;
    lvont:represents "𤓠"^^xsd:string .

<http://lexvo.org/id/char/244E1> a lvont:Character ;
    lvont:represents "𤓡"^^xsd:string .

<http://lexvo.org/id/char/244E2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/n%E1%BA%BFn>,
        "𤓢"^^xsd:string .

<http://lexvo.org/id/char/244E3> a lvont:Character ;
    lvont:represents "𤓣"^^xsd:string .

<http://lexvo.org/id/char/244E4> a lvont:Character ;
    lvont:represents "𤓤"^^xsd:string .

<http://lexvo.org/id/char/244E5> a lvont:Character ;
    lvont:represents "𤓥"^^xsd:string .

<http://lexvo.org/id/char/244E6> a lvont:Character ;
    lvont:represents "𤓦"^^xsd:string .

<http://lexvo.org/id/char/244E7> a lvont:Character ;
    lvont:represents "𤓧"^^xsd:string .

<http://lexvo.org/id/char/244E8> a lvont:Character ;
    lvont:represents "𤓨"^^xsd:string .

<http://lexvo.org/id/char/244E9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/b%C3%A9n>,
        "𤓩"^^xsd:string .

<http://lexvo.org/id/char/244EA> a lvont:Character ;
    lvont:represents "𤓪"^^xsd:string .

<http://lexvo.org/id/char/244EB> a lvont:Character ;
    lvont:represents "𤓫"^^xsd:string .

<http://lexvo.org/id/char/244EC> a lvont:Character ;
    lvont:represents "𤓬"^^xsd:string .

<http://lexvo.org/id/char/244ED> a lvont:Character ;
    lvont:represents "𤓭"^^xsd:string .

<http://lexvo.org/id/char/244EE> a lvont:Character ;
    lvont:represents "𤓮"^^xsd:string .

<http://lexvo.org/id/char/244F1> a lvont:Character ;
    lvont:represents "𤓱"^^xsd:string .

<http://lexvo.org/id/char/244F2> a lvont:Character ;
    lvont:represents "𤓲"^^xsd:string .

<http://lexvo.org/id/char/244F3> a lvont:Character ;
    lvont:represents "𤓳"^^xsd:string .

<http://lexvo.org/id/char/244F4> a lvont:Character ;
    lvont:represents "𤓴"^^xsd:string .

<http://lexvo.org/id/char/244F5> a lvont:Character ;
    lvont:represents "𤓵"^^xsd:string .

<http://lexvo.org/id/char/244F6> a lvont:Character ;
    lvont:represents "𤓶"^^xsd:string .

<http://lexvo.org/id/char/244F7> a lvont:Character ;
    lvont:represents "𤓷"^^xsd:string .

<http://lexvo.org/id/char/244F8> a lvont:Character ;
    lvont:represents "𤓸"^^xsd:string .

<http://lexvo.org/id/char/244F9> a lvont:Character ;
    lvont:represents "𤓹"^^xsd:string .

<http://lexvo.org/id/char/244FA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/v%E1%BA%A5u>,
        "𤓺"^^xsd:string .

<http://lexvo.org/id/char/244FB> a lvont:Character ;
    lvont:represents "𤓻"^^xsd:string .

<http://lexvo.org/id/char/244FC> a lvont:Character ;
    lvont:represents "𤓼"^^xsd:string .

<http://lexvo.org/id/char/244FD> a lvont:Character ;
    lvont:represents "𤓽"^^xsd:string .

<http://lexvo.org/id/char/244FE> a lvont:Character ;
    lvont:represents "𤓾"^^xsd:string .

<http://lexvo.org/id/char/244FF> a lvont:Character ;
    lvont:represents "𤓿"^^xsd:string .

<http://lexvo.org/id/char/24500> a lvont:Character ;
    lvont:represents "𤔀"^^xsd:string .

<http://lexvo.org/id/char/24501> a lvont:Character ;
    lvont:represents "𤔁"^^xsd:string .

<http://lexvo.org/id/char/24502> a lvont:Character ;
    lvont:represents "𤔂"^^xsd:string .

<http://lexvo.org/id/char/24503> a lvont:Character ;
    lvont:represents "𤔃"^^xsd:string .

<http://lexvo.org/id/char/24504> a lvont:Character ;
    lvont:represents "𤔄"^^xsd:string .

<http://lexvo.org/id/char/24505> a lvont:Character ;
    lvont:represents "𤔅"^^xsd:string .

<http://lexvo.org/id/char/24506> a lvont:Character ;
    lvont:represents "𤔆"^^xsd:string .

<http://lexvo.org/id/char/24507> a lvont:Character ;
    lvont:represents "𤔇"^^xsd:string .

<http://lexvo.org/id/char/24508> a lvont:Character ;
    lvont:represents "𤔈"^^xsd:string .

<http://lexvo.org/id/char/24509> a lvont:Character ;
    lvont:represents "𤔉"^^xsd:string .

<http://lexvo.org/id/char/2450A> a lvont:Character ;
    lvont:represents "𤔊"^^xsd:string .

<http://lexvo.org/id/char/2450B> a lvont:Character ;
    lvont:represents "𤔋"^^xsd:string .

<http://lexvo.org/id/char/2450C> a lvont:Character ;
    lvont:represents "𤔌"^^xsd:string .

<http://lexvo.org/id/char/2450D> a lvont:Character ;
    lvont:represents "𤔍"^^xsd:string .

<http://lexvo.org/id/char/2450E> a lvont:Character ;
    lvont:represents "𤔎"^^xsd:string .

<http://lexvo.org/id/char/2450F> a lvont:Character ;
    lvont:represents "𤔏"^^xsd:string .

<http://lexvo.org/id/char/24510> a lvont:Character ;
    lvont:represents "𤔐"^^xsd:string .

<http://lexvo.org/id/char/24511> a lvont:Character ;
    lvont:represents "𤔑"^^xsd:string .

<http://lexvo.org/id/char/24512> a lvont:Character ;
    lvont:represents "𤔒"^^xsd:string .

<http://lexvo.org/id/char/24513> a lvont:Character ;
    lvont:represents "𤔓"^^xsd:string .

<http://lexvo.org/id/char/24514> a lvont:Character ;
    lvont:represents "𤔔"^^xsd:string ;
    rdfs:comment "to govern"@en .

<http://lexvo.org/id/char/24515> a lvont:Character ;
    lvont:represents "𤔕"^^xsd:string .

<http://lexvo.org/id/char/24516> a lvont:Character ;
    lvont:represents "𤔖"^^xsd:string .

<http://lexvo.org/id/char/24517> a lvont:Character ;
    lvont:represents "𤔗"^^xsd:string .

<http://lexvo.org/id/char/24518> a lvont:Character ;
    lvont:represents "𤔘"^^xsd:string .

<http://lexvo.org/id/char/24519> a lvont:Character ;
    lvont:represents "𤔙"^^xsd:string .

<http://lexvo.org/id/char/2451A> a lvont:Character ;
    lvont:represents "𤔚"^^xsd:string .

<http://lexvo.org/id/char/2451B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/s%E1%BB%A5>,
        "𤔛"^^xsd:string .

<http://lexvo.org/id/char/2451C> a lvont:Character ;
    lvont:represents "𤔜"^^xsd:string .

<http://lexvo.org/id/char/2451D> a lvont:Character ;
    lvont:represents "𤔝"^^xsd:string .

<http://lexvo.org/id/char/2451E> a lvont:Character ;
    lvont:represents "𤔞"^^xsd:string .

<http://lexvo.org/id/char/2451F> a lvont:Character ;
    lvont:represents "𤔟"^^xsd:string .

<http://lexvo.org/id/char/24520> a lvont:Character ;
    lvont:represents "𤔠"^^xsd:string .

<http://lexvo.org/id/char/24521> a lvont:Character ;
    lvont:represents "𤔡"^^xsd:string .

<http://lexvo.org/id/char/24522> a lvont:Character ;
    lvont:represents "𤔢"^^xsd:string .

<http://lexvo.org/id/char/24523> a lvont:Character ;
    lvont:represents "𤔣"^^xsd:string .

<http://lexvo.org/id/char/24524> a lvont:Character ;
    lvont:represents "𤔤"^^xsd:string .

<http://lexvo.org/id/char/24525> a lvont:Character ;
    lvont:represents "𤔥"^^xsd:string .

<http://lexvo.org/id/char/24526> a lvont:Character ;
    lvont:represents "𤔦"^^xsd:string .

<http://lexvo.org/id/char/24527> a lvont:Character ;
    lvont:represents "𤔧"^^xsd:string .

<http://lexvo.org/id/char/24528> a lvont:Character ;
    lvont:represents "𤔨"^^xsd:string .

<http://lexvo.org/id/char/24529> a lvont:Character ;
    lvont:represents "𤔩"^^xsd:string .

<http://lexvo.org/id/char/2452A> a lvont:Character ;
    lvont:represents "𤔪"^^xsd:string .

<http://lexvo.org/id/char/2452B> a lvont:Character ;
    lvont:represents "𤔫"^^xsd:string .

<http://lexvo.org/id/char/2452C> a lvont:Character ;
    lvont:represents "𤔬"^^xsd:string .

<http://lexvo.org/id/char/2452D> a lvont:Character ;
    lvont:represents "𤔭"^^xsd:string .

<http://lexvo.org/id/char/2452E> a lvont:Character ;
    lvont:represents "𤔮"^^xsd:string .

<http://lexvo.org/id/char/2452F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/vu%E1%BB%91t>,
        "𤔯"^^xsd:string .

<http://lexvo.org/id/char/24530> a lvont:Character ;
    lvont:represents "𤔰"^^xsd:string .

<http://lexvo.org/id/char/24531> a lvont:Character ;
    lvont:represents "𤔱"^^xsd:string .

<http://lexvo.org/id/char/24532> a lvont:Character ;
    lvont:represents "𤔲"^^xsd:string .

<http://lexvo.org/id/char/24533> a lvont:Character ;
    lvont:represents "𤔳"^^xsd:string .

<http://lexvo.org/id/char/24534> a lvont:Character ;
    lvont:represents "𤔴"^^xsd:string .

<http://lexvo.org/id/char/24535> a lvont:Character ;
    lvont:represents "𤔵"^^xsd:string .

<http://lexvo.org/id/char/24536> a lvont:Character ;
    lvont:represents "𤔶"^^xsd:string .

<http://lexvo.org/id/char/24537> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/d%C3%A0nh>,
        "𤔷"^^xsd:string .

<http://lexvo.org/id/char/24538> a lvont:Character ;
    lvont:represents "𤔸"^^xsd:string .

<http://lexvo.org/id/char/24539> a lvont:Character ;
    lvont:represents "𤔹"^^xsd:string .

<http://lexvo.org/id/char/2453A> a lvont:Character ;
    lvont:represents "𤔺"^^xsd:string .

<http://lexvo.org/id/char/2453B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/m%C3%B3ng>,
        "𤔻"^^xsd:string .

<http://lexvo.org/id/char/2453C> a lvont:Character ;
    lvont:represents "𤔼"^^xsd:string .

<http://lexvo.org/id/char/2453D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/m%C3%B3ng>,
        "𤔽"^^xsd:string .

<http://lexvo.org/id/char/2453E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/m%C3%B3ng>,
        "𤔾"^^xsd:string .

<http://lexvo.org/id/char/2453F> a lvont:Character ;
    lvont:represents "𤔿"^^xsd:string .

<http://lexvo.org/id/char/24540> a lvont:Character ;
    lvont:represents "𤕀"^^xsd:string .

<http://lexvo.org/id/char/24541> a lvont:Character ;
    lvont:represents "𤕁"^^xsd:string .

<http://lexvo.org/id/char/24542> a lvont:Character ;
    lvont:represents "𤕂"^^xsd:string .

<http://lexvo.org/id/char/24543> a lvont:Character ;
    lvont:represents "𤕃"^^xsd:string .

<http://lexvo.org/id/char/24544> a lvont:Character ;
    lvont:represents "𤕄"^^xsd:string .

<http://lexvo.org/id/char/24545> a lvont:Character ;
    lvont:represents "𤕅"^^xsd:string .

<http://lexvo.org/id/char/24546> a lvont:Character ;
    lvont:represents "𤕆"^^xsd:string .

<http://lexvo.org/id/char/24547> a lvont:Character ;
    lvont:represents "𤕇"^^xsd:string .

<http://lexvo.org/id/char/24548> a lvont:Character ;
    lvont:represents "𤕈"^^xsd:string .

<http://lexvo.org/id/char/24549> a lvont:Character ;
    lvont:represents "𤕉"^^xsd:string .

<http://lexvo.org/id/char/2454A> a lvont:Character ;
    lvont:represents "𤕊"^^xsd:string .

<http://lexvo.org/id/char/2454B> a lvont:Character ;
    lvont:represents "𤕋"^^xsd:string .

<http://lexvo.org/id/char/2454C> a lvont:Character ;
    lvont:represents "𤕌"^^xsd:string .

<http://lexvo.org/id/char/2454D> a lvont:Character ;
    lvont:represents "𤕍"^^xsd:string .

<http://lexvo.org/id/char/2454E> a lvont:Character ;
    lvont:represents "𤕎"^^xsd:string .

<http://lexvo.org/id/char/2454F> a lvont:Character ;
    lvont:represents "𤕏"^^xsd:string .

<http://lexvo.org/id/char/24550> a lvont:Character ;
    lvont:represents "𤕐"^^xsd:string .

<http://lexvo.org/id/char/24551> a lvont:Character ;
    lvont:represents "𤕑"^^xsd:string .

<http://lexvo.org/id/char/24552> a lvont:Character ;
    lvont:represents "𤕒"^^xsd:string .

<http://lexvo.org/id/char/24553> a lvont:Character ;
    lvont:represents "𤕓"^^xsd:string .

<http://lexvo.org/id/char/24554> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/cha>,
        "𤕔"^^xsd:string .

<http://lexvo.org/id/char/24555> a lvont:Character ;
    lvont:represents "𤕕"^^xsd:string .

<http://lexvo.org/id/char/24556> a lvont:Character ;
    lvont:represents "𤕖"^^xsd:string .

<http://lexvo.org/id/char/24557> a lvont:Character ;
    lvont:represents "𤕗"^^xsd:string .

<http://lexvo.org/id/char/24558> a lvont:Character ;
    lvont:represents "𤕘"^^xsd:string .

<http://lexvo.org/id/char/24559> a lvont:Character ;
    lvont:represents "𤕙"^^xsd:string .

<http://lexvo.org/id/char/2455A> a lvont:Character ;
    lvont:represents "𤕚"^^xsd:string .

<http://lexvo.org/id/char/2455B> a lvont:Character ;
    lvont:represents "𤕛"^^xsd:string .

<http://lexvo.org/id/char/2455C> a lvont:Character ;
    lvont:represents "𤕜"^^xsd:string .

<http://lexvo.org/id/char/2455D> a lvont:Character ;
    lvont:represents "𤕝"^^xsd:string .

<http://lexvo.org/id/char/2455E> a lvont:Character ;
    lvont:represents "𤕞"^^xsd:string .

<http://lexvo.org/id/char/2455F> a lvont:Character ;
    lvont:represents "𤕟"^^xsd:string .

<http://lexvo.org/id/char/24560> a lvont:Character ;
    lvont:represents "𤕠"^^xsd:string .

<http://lexvo.org/id/char/24561> a lvont:Character ;
    lvont:represents "𤕡"^^xsd:string .

<http://lexvo.org/id/char/24562> a lvont:Character ;
    lvont:represents "𤕢"^^xsd:string .

<http://lexvo.org/id/char/24563> a lvont:Character ;
    lvont:represents "𤕣"^^xsd:string .

<http://lexvo.org/id/char/24564> a lvont:Character ;
    lvont:represents "𤕤"^^xsd:string .

<http://lexvo.org/id/char/24565> a lvont:Character ;
    lvont:represents "𤕥"^^xsd:string .

<http://lexvo.org/id/char/24566> a lvont:Character ;
    lvont:represents "𤕦"^^xsd:string .

<http://lexvo.org/id/char/24567> a lvont:Character ;
    lvont:represents "𤕧"^^xsd:string .

<http://lexvo.org/id/char/24568> a lvont:Character ;
    lvont:represents "𤕨"^^xsd:string .

<http://lexvo.org/id/char/24569> a lvont:Character ;
    lvont:represents "𤕩"^^xsd:string .

<http://lexvo.org/id/char/2456B> a lvont:Character ;
    lvont:represents "𤕫"^^xsd:string .

<http://lexvo.org/id/char/2456C> a lvont:Character ;
    lvont:represents "𤕬"^^xsd:string .

<http://lexvo.org/id/char/2456D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%F0%A4%95%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C4%81ng%20ji%C3%A0ng%20qi%C4%81ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zoeng1>,
        <http://lexvo.org/id/term/yue/%F0%A4%95%AD>,
        "𤕭"^^xsd:string ;
    rdfs:comment "to get hold of, take"@en .

<http://lexvo.org/id/char/2456E> a lvont:Character ;
    lvont:represents "𤕮"^^xsd:string .

<http://lexvo.org/id/char/2456F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%F0%A4%95%AF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C4%81ng>,
        "𤕯"^^xsd:string ;
    rdfs:comment "a syrupy liquid"@en .

<http://lexvo.org/id/char/24570> a lvont:Character ;
    lvont:represents "𤕰"^^xsd:string .

<http://lexvo.org/id/char/24571> a lvont:Character ;
    lvont:represents "𤕱"^^xsd:string .

<http://lexvo.org/id/char/24572> a lvont:Character ;
    lvont:represents "𤕲"^^xsd:string .

<http://lexvo.org/id/char/24573> a lvont:Character ;
    lvont:represents "𤕳"^^xsd:string .

<http://lexvo.org/id/char/24574> a lvont:Character ;
    lvont:represents "𤕴"^^xsd:string .

<http://lexvo.org/id/char/24575> a lvont:Character ;
    lvont:represents "𤕵"^^xsd:string .

<http://lexvo.org/id/char/24576> a lvont:Character ;
    lvont:represents "𤕶"^^xsd:string .

<http://lexvo.org/id/char/24577> a lvont:Character ;
    lvont:represents "𤕷"^^xsd:string .

<http://lexvo.org/id/char/24578> a lvont:Character ;
    lvont:represents "𤕸"^^xsd:string .

<http://lexvo.org/id/char/24579> a lvont:Character ;
    lvont:represents "𤕹"^^xsd:string .

<http://lexvo.org/id/char/2457A> a lvont:Character ;
    lvont:represents "𤕺"^^xsd:string .

<http://lexvo.org/id/char/2457B> a lvont:Character ;
    lvont:represents "𤕻"^^xsd:string .

<http://lexvo.org/id/char/2457C> a lvont:Character ;
    lvont:represents "𤕼"^^xsd:string .

<http://lexvo.org/id/char/2457D> a lvont:Character ;
    lvont:represents "𤕽"^^xsd:string .

<http://lexvo.org/id/char/2457E> a lvont:Character ;
    lvont:represents "𤕾"^^xsd:string .

<http://lexvo.org/id/char/2457F> a lvont:Character ;
    lvont:represents "𤕿"^^xsd:string .

<http://lexvo.org/id/char/24580> a lvont:Character ;
    lvont:represents "𤖀"^^xsd:string .

<http://lexvo.org/id/char/24581> a lvont:Character ;
    lvont:represents "𤖁"^^xsd:string .

<http://lexvo.org/id/char/24582> a lvont:Character ;
    lvont:represents "𤖂"^^xsd:string .

<http://lexvo.org/id/char/24583> a lvont:Character ;
    lvont:represents "𤖃"^^xsd:string .

<http://lexvo.org/id/char/24584> a lvont:Character ;
    lvont:represents "𤖄"^^xsd:string .

<http://lexvo.org/id/char/24585> a lvont:Character ;
    lvont:represents "𤖅"^^xsd:string .

<http://lexvo.org/id/char/24586> a lvont:Character ;
    lvont:represents "𤖆"^^xsd:string .

<http://lexvo.org/id/char/24587> a lvont:Character ;
    lvont:represents "𤖇"^^xsd:string .

<http://lexvo.org/id/char/24588> a lvont:Character ;
    lvont:represents "𤖈"^^xsd:string .

<http://lexvo.org/id/char/24589> a lvont:Character ;
    lvont:represents "𤖉"^^xsd:string .

<http://lexvo.org/id/char/2458A> a lvont:Character ;
    lvont:represents "𤖊"^^xsd:string .

<http://lexvo.org/id/char/2458B> a lvont:Character ;
    lvont:represents "𤖋"^^xsd:string .

<http://lexvo.org/id/char/2458C> a lvont:Character ;
    lvont:represents "𤖌"^^xsd:string .

<http://lexvo.org/id/char/2458D> a lvont:Character ;
    lvont:represents "𤖍"^^xsd:string .

<http://lexvo.org/id/char/2458E> a lvont:Character ;
    lvont:represents "𤖎"^^xsd:string .

<http://lexvo.org/id/char/2458F> a lvont:Character ;
    lvont:represents "𤖏"^^xsd:string .

<http://lexvo.org/id/char/24590> a lvont:Character ;
    lvont:represents "𤖐"^^xsd:string .

<http://lexvo.org/id/char/24591> a lvont:Character ;
    lvont:represents "𤖑"^^xsd:string .

<http://lexvo.org/id/char/24592> a lvont:Character ;
    lvont:represents "𤖒"^^xsd:string .

<http://lexvo.org/id/char/24593> a lvont:Character ;
    lvont:represents "𤖓"^^xsd:string .

<http://lexvo.org/id/char/24594> a lvont:Character ;
    lvont:represents "𤖔"^^xsd:string .

<http://lexvo.org/id/char/24595> a lvont:Character ;
    lvont:represents "𤖕"^^xsd:string .

<http://lexvo.org/id/char/24596> a lvont:Character ;
    lvont:represents "𤖖"^^xsd:string .

<http://lexvo.org/id/char/24597> a lvont:Character ;
    lvont:represents "𤖗"^^xsd:string .

<http://lexvo.org/id/char/24598> a lvont:Character ;
    lvont:represents "𤖘"^^xsd:string .

<http://lexvo.org/id/char/24599> a lvont:Character ;
    lvont:represents "𤖙"^^xsd:string .

<http://lexvo.org/id/char/2459A> a lvont:Character ;
    lvont:represents "𤖚"^^xsd:string .

<http://lexvo.org/id/char/2459B> a lvont:Character ;
    lvont:represents "𤖛"^^xsd:string .

<http://lexvo.org/id/char/2459C> a lvont:Character ;
    lvont:represents "𤖜"^^xsd:string .

<http://lexvo.org/id/char/2459D> a lvont:Character ;
    lvont:represents "𤖝"^^xsd:string .

<http://lexvo.org/id/char/2459E> a lvont:Character ;
    lvont:represents "𤖞"^^xsd:string .

<http://lexvo.org/id/char/2459F> a lvont:Character ;
    lvont:represents "𤖟"^^xsd:string .

<http://lexvo.org/id/char/245A0> a lvont:Character ;
    lvont:represents "𤖠"^^xsd:string .

<http://lexvo.org/id/char/245A1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/r%C3%ACu>,
        "𤖡"^^xsd:string .

<http://lexvo.org/id/char/245A2> a lvont:Character ;
    lvont:represents "𤖢"^^xsd:string .

<http://lexvo.org/id/char/245A3> a lvont:Character ;
    lvont:represents "𤖣"^^xsd:string .

<http://lexvo.org/id/char/245A4> a lvont:Character ;
    lvont:represents "𤖤"^^xsd:string .

<http://lexvo.org/id/char/245A5> a lvont:Character ;
    lvont:represents "𤖥"^^xsd:string .

<http://lexvo.org/id/char/245A6> a lvont:Character ;
    lvont:represents "𤖦"^^xsd:string .

<http://lexvo.org/id/char/245A7> a lvont:Character ;
    lvont:represents "𤖧"^^xsd:string .

<http://lexvo.org/id/char/245A8> a lvont:Character ;
    lvont:represents "𤖨"^^xsd:string .

<http://lexvo.org/id/char/245A9> a lvont:Character ;
    lvont:represents "𤖩"^^xsd:string .

<http://lexvo.org/id/char/245AA> a lvont:Character ;
    lvont:represents "𤖪"^^xsd:string .

<http://lexvo.org/id/char/245AB> a lvont:Character ;
    lvont:represents "𤖫"^^xsd:string .

<http://lexvo.org/id/char/245AC> a lvont:Character ;
    lvont:represents "𤖬"^^xsd:string .

<http://lexvo.org/id/char/245AD> a lvont:Character ;
    lvont:represents "𤖭"^^xsd:string .

<http://lexvo.org/id/char/245AE> a lvont:Character ;
    lvont:represents "𤖮"^^xsd:string .

<http://lexvo.org/id/char/245AF> a lvont:Character ;
    lvont:represents "𤖯"^^xsd:string .

<http://lexvo.org/id/char/245B0> a lvont:Character ;
    lvont:represents "𤖰"^^xsd:string .

<http://lexvo.org/id/char/245B1> a lvont:Character ;
    lvont:represents "𤖱"^^xsd:string .

<http://lexvo.org/id/char/245B2> a lvont:Character ;
    lvont:represents "𤖲"^^xsd:string .

<http://lexvo.org/id/char/245B3> a lvont:Character ;
    lvont:represents "𤖳"^^xsd:string .

<http://lexvo.org/id/char/245B4> a lvont:Character ;
    lvont:represents "𤖴"^^xsd:string .

<http://lexvo.org/id/char/245B5> a lvont:Character ;
    lvont:represents "𤖵"^^xsd:string .

<http://lexvo.org/id/char/245B6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/b%C3%A1nh>,
        "𤖶"^^xsd:string .

<http://lexvo.org/id/char/245B7> a lvont:Character ;
    lvont:represents "𤖷"^^xsd:string .

<http://lexvo.org/id/char/245B8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ch%C5%A9a>,
        "𤖸"^^xsd:string .

<http://lexvo.org/id/char/245B9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/l%E1%BB%9Bp>,
        "𤖹"^^xsd:string .

<http://lexvo.org/id/char/245BA> a lvont:Character ;
    lvont:represents "𤖺"^^xsd:string .

<http://lexvo.org/id/char/245BB> a lvont:Character ;
    lvont:represents "𤖻"^^xsd:string .

<http://lexvo.org/id/char/245BC> a lvont:Character ;
    lvont:represents "𤖼"^^xsd:string .

<http://lexvo.org/id/char/245BD> a lvont:Character ;
    lvont:represents "𤖽"^^xsd:string .

<http://lexvo.org/id/char/245BE> a lvont:Character ;
    lvont:represents "𤖾"^^xsd:string .

<http://lexvo.org/id/char/245BF> a lvont:Character ;
    lvont:represents "𤖿"^^xsd:string .

<http://lexvo.org/id/char/245C0> a lvont:Character ;
    lvont:represents "𤗀"^^xsd:string .

<http://lexvo.org/id/char/245C1> a lvont:Character ;
    lvont:represents "𤗁"^^xsd:string .

<http://lexvo.org/id/char/245C2> a lvont:Character ;
    lvont:represents "𤗂"^^xsd:string .

<http://lexvo.org/id/char/245C3> a lvont:Character ;
    lvont:represents "𤗃"^^xsd:string .

<http://lexvo.org/id/char/245C4> a lvont:Character ;
    lvont:represents "𤗄"^^xsd:string .

<http://lexvo.org/id/char/245C5> a lvont:Character ;
    lvont:represents "𤗅"^^xsd:string .

<http://lexvo.org/id/char/245C6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/m%C3%BAi>,
        "𤗆"^^xsd:string .

<http://lexvo.org/id/char/245C7> a lvont:Character ;
    lvont:represents "𤗇"^^xsd:string .

<http://lexvo.org/id/char/245C8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/sip3>,
        <http://lexvo.org/id/term/yue/%F0%A4%97%88>,
        "𤗈"^^xsd:string ;
    rdfs:comment "(Cant.) to squeeze in, to stuff in"@en .

<http://lexvo.org/id/char/245C9> a lvont:Character ;
    lvont:represents "𤗉"^^xsd:string .

<http://lexvo.org/id/char/245CA> a lvont:Character ;
    lvont:represents "𤗊"^^xsd:string .

<http://lexvo.org/id/char/245CB> a lvont:Character ;
    lvont:represents "𤗋"^^xsd:string .

<http://lexvo.org/id/char/245CC> a lvont:Character ;
    lvont:represents "𤗌"^^xsd:string .

<http://lexvo.org/id/char/245CD> a lvont:Character ;
    lvont:represents "𤗍"^^xsd:string .

<http://lexvo.org/id/char/245CE> a lvont:Character ;
    lvont:represents "𤗎"^^xsd:string .

<http://lexvo.org/id/char/245CF> a lvont:Character ;
    lvont:represents "𤗏"^^xsd:string .

<http://lexvo.org/id/char/245D0> a lvont:Character ;
    lvont:represents "𤗐"^^xsd:string .

<http://lexvo.org/id/char/245D1> a lvont:Character ;
    lvont:represents "𤗑"^^xsd:string .

<http://lexvo.org/id/char/245D2> a lvont:Character ;
    lvont:represents "𤗒"^^xsd:string .

<http://lexvo.org/id/char/245D3> a lvont:Character ;
    lvont:represents "𤗓"^^xsd:string .

<http://lexvo.org/id/char/245D4> a lvont:Character ;
    lvont:represents "𤗔"^^xsd:string .

<http://lexvo.org/id/char/245D5> a lvont:Character ;
    lvont:represents "𤗕"^^xsd:string .

<http://lexvo.org/id/char/245D6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/m%E1%BA%A3nh>,
        "𤗖"^^xsd:string .

<http://lexvo.org/id/char/245D7> a lvont:Character ;
    lvont:represents "𤗗"^^xsd:string .

<http://lexvo.org/id/char/245D8> a lvont:Character ;
    lvont:represents "𤗘"^^xsd:string .

<http://lexvo.org/id/char/245D9> a lvont:Character ;
    lvont:represents "𤗙"^^xsd:string .

<http://lexvo.org/id/char/245DA> a lvont:Character ;
    lvont:represents "𤗚"^^xsd:string .

<http://lexvo.org/id/char/245DB> a lvont:Character ;
    lvont:represents "𤗛"^^xsd:string .

<http://lexvo.org/id/char/245DC> a lvont:Character ;
    lvont:represents "𤗜"^^xsd:string .

<http://lexvo.org/id/char/245DD> a lvont:Character ;
    lvont:represents "𤗝"^^xsd:string .

<http://lexvo.org/id/char/245DE> a lvont:Character ;
    lvont:represents "𤗞"^^xsd:string .

<http://lexvo.org/id/char/245DF> a lvont:Character ;
    lvont:represents "𤗟"^^xsd:string .

<http://lexvo.org/id/char/245E0> a lvont:Character ;
    lvont:represents "𤗠"^^xsd:string .

<http://lexvo.org/id/char/245E1> a lvont:Character ;
    lvont:represents "𤗡"^^xsd:string .

<http://lexvo.org/id/char/245E2> a lvont:Character ;
    lvont:represents "𤗢"^^xsd:string .

<http://lexvo.org/id/char/245E3> a lvont:Character ;
    lvont:represents "𤗣"^^xsd:string .

<http://lexvo.org/id/char/245E4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/c%E1%BB%95ng>,
        "𤗤"^^xsd:string .

<http://lexvo.org/id/char/245E5> a lvont:Character ;
    lvont:represents "𤗥"^^xsd:string .

<http://lexvo.org/id/char/245E6> a lvont:Character ;
    lvont:represents "𤗦"^^xsd:string .

<http://lexvo.org/id/char/245E7> a lvont:Character ;
    lvont:represents "𤗧"^^xsd:string .

<http://lexvo.org/id/char/245E8> a lvont:Character ;
    lvont:represents "𤗨"^^xsd:string .

<http://lexvo.org/id/char/245E9> a lvont:Character ;
    lvont:represents "𤗩"^^xsd:string .

<http://lexvo.org/id/char/245EA> a lvont:Character ;
    lvont:represents "𤗪"^^xsd:string .

<http://lexvo.org/id/char/245EB> a lvont:Character ;
    lvont:represents "𤗫"^^xsd:string .

<http://lexvo.org/id/char/245EC> a lvont:Character ;
    lvont:represents "𤗬"^^xsd:string .

<http://lexvo.org/id/char/245ED> a lvont:Character ;
    lvont:represents "𤗭"^^xsd:string .

<http://lexvo.org/id/char/245EE> a lvont:Character ;
    lvont:represents "𤗮"^^xsd:string .

<http://lexvo.org/id/char/245EF> a lvont:Character ;
    lvont:represents "𤗯"^^xsd:string .

<http://lexvo.org/id/char/245F0> a lvont:Character ;
    lvont:represents "𤗰"^^xsd:string .

<http://lexvo.org/id/char/245F1> a lvont:Character ;
    lvont:represents "𤗱"^^xsd:string .

<http://lexvo.org/id/char/245F2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/t%E1%BA%A5m>,
        "𤗲"^^xsd:string .

<http://lexvo.org/id/char/245F3> a lvont:Character ;
    lvont:represents "𤗳"^^xsd:string .

<http://lexvo.org/id/char/245F4> a lvont:Character ;
    lvont:represents "𤗴"^^xsd:string .

<http://lexvo.org/id/char/245F5> a lvont:Character ;
    lvont:represents "𤗵"^^xsd:string .

<http://lexvo.org/id/char/245F6> a lvont:Character ;
    lvont:represents "𤗶"^^xsd:string .

<http://lexvo.org/id/char/245F7> a lvont:Character ;
    lvont:represents "𤗷"^^xsd:string .

<http://lexvo.org/id/char/245F8> a lvont:Character ;
    lvont:represents "𤗸"^^xsd:string .

<http://lexvo.org/id/char/245F9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ph%C6%B0%E1%BB%9Bn>,
        "𤗹"^^xsd:string .

<http://lexvo.org/id/char/245FA> a lvont:Character ;
    lvont:represents "𤗺"^^xsd:string .

<http://lexvo.org/id/char/245FB> a lvont:Character ;
    lvont:represents "𤗻"^^xsd:string .

<http://lexvo.org/id/char/245FC> a lvont:Character ;
    lvont:represents "𤗼"^^xsd:string .

<http://lexvo.org/id/char/245FD> a lvont:Character ;
    lvont:represents "𤗽"^^xsd:string .

<http://lexvo.org/id/char/245FE> a lvont:Character ;
    lvont:represents "𤗾"^^xsd:string .

<http://lexvo.org/id/char/245FF> a lvont:Character ;
    lvont:represents "𤗿"^^xsd:string .

<http://lexvo.org/id/char/2460> a lvont:Character ;
    lvont:represents "①"^^xsd:string ;
    rdfs:comment "CIRCLED DIGIT ONE"@en .

<http://lexvo.org/id/char/24600> a lvont:Character ;
    lvont:represents "𤘀"^^xsd:string .

<http://lexvo.org/id/char/24601> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/m%E1%BB%8Fng>,
        "𤘁"^^xsd:string .

<http://lexvo.org/id/char/24602> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/m%E1%BB%8Fng>,
        "𤘂"^^xsd:string .

<http://lexvo.org/id/char/24603> a lvont:Character ;
    lvont:represents "𤘃"^^xsd:string .

<http://lexvo.org/id/char/24604> a lvont:Character ;
    lvont:represents "𤘄"^^xsd:string .

<http://lexvo.org/id/char/24605> a lvont:Character ;
    lvont:represents "𤘅"^^xsd:string ;
    rdfs:comment "a very young child"@en .

<http://lexvo.org/id/char/24606> a lvont:Character ;
    lvont:represents "𤘆"^^xsd:string .

<http://lexvo.org/id/char/24607> a lvont:Character ;
    lvont:represents "𤘇"^^xsd:string .

<http://lexvo.org/id/char/24608> a lvont:Character ;
    lvont:represents "𤘈"^^xsd:string .

<http://lexvo.org/id/char/24609> a lvont:Character ;
    lvont:represents "𤘉"^^xsd:string .

<http://lexvo.org/id/char/2460A> a lvont:Character ;
    lvont:represents "𤘊"^^xsd:string .

<http://lexvo.org/id/char/2460B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ng%C3%A0>,
        "𤘋"^^xsd:string .

<http://lexvo.org/id/char/2460C> a lvont:Character ;
    lvont:represents "𤘌"^^xsd:string .

<http://lexvo.org/id/char/2460D> a lvont:Character ;
    lvont:represents "𤘍"^^xsd:string .

<http://lexvo.org/id/char/2460E> a lvont:Character ;
    lvont:represents "𤘎"^^xsd:string .

<http://lexvo.org/id/char/2460F> a lvont:Character ;
    lvont:represents "𤘏"^^xsd:string .

<http://lexvo.org/id/char/2461> a lvont:Character ;
    lvont:represents "②"^^xsd:string ;
    rdfs:comment "CIRCLED DIGIT TWO"@en .

<http://lexvo.org/id/char/24610> a lvont:Character ;
    lvont:represents "𤘐"^^xsd:string .

<http://lexvo.org/id/char/24611> a lvont:Character ;
    lvont:represents "𤘑"^^xsd:string .

<http://lexvo.org/id/char/24612> a lvont:Character ;
    lvont:represents "𤘒"^^xsd:string .

<http://lexvo.org/id/char/24613> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/nanh>,
        "𤘓"^^xsd:string .

<http://lexvo.org/id/char/24614> a lvont:Character ;
    lvont:represents "𤘔"^^xsd:string .

<http://lexvo.org/id/char/24615> a lvont:Character ;
    lvont:represents "𤘕"^^xsd:string .

<http://lexvo.org/id/char/24616> a lvont:Character ;
    lvont:represents "𤘖"^^xsd:string .

<http://lexvo.org/id/char/24617> a lvont:Character ;
    lvont:represents "𤘗"^^xsd:string .

<http://lexvo.org/id/char/24618> a lvont:Character ;
    lvont:represents "𤘘"^^xsd:string ;
    rdfs:comment "cattle, domestic animals"@en .

<http://lexvo.org/id/char/24619> a lvont:Character ;
    lvont:represents "𤘙"^^xsd:string .

<http://lexvo.org/id/char/2461A> a lvont:Character ;
    lvont:represents "𤘚"^^xsd:string .

<http://lexvo.org/id/char/2461B> a lvont:Character ;
    lvont:represents "𤘛"^^xsd:string .

<http://lexvo.org/id/char/2461C> a lvont:Character ;
    lvont:represents "𤘜"^^xsd:string .

<http://lexvo.org/id/char/2461D> a lvont:Character ;
    lvont:represents "𤘝"^^xsd:string .

<http://lexvo.org/id/char/2461E> a lvont:Character ;
    lvont:represents "𤘞"^^xsd:string .

<http://lexvo.org/id/char/2461F> a lvont:Character ;
    lvont:represents "𤘟"^^xsd:string .

<http://lexvo.org/id/char/2462> a lvont:Character ;
    lvont:represents "③"^^xsd:string ;
    rdfs:comment "CIRCLED DIGIT THREE"@en .

<http://lexvo.org/id/char/24620> a lvont:Character ;
    lvont:represents "𤘠"^^xsd:string .

<http://lexvo.org/id/char/24621> a lvont:Character ;
    lvont:represents "𤘡"^^xsd:string .

<http://lexvo.org/id/char/24622> a lvont:Character ;
    lvont:represents "𤘢"^^xsd:string .

<http://lexvo.org/id/char/24623> a lvont:Character ;
    lvont:represents "𤘣"^^xsd:string .

<http://lexvo.org/id/char/24624> a lvont:Character ;
    lvont:represents "𤘤"^^xsd:string .

<http://lexvo.org/id/char/24625> a lvont:Character ;
    lvont:represents "𤘥"^^xsd:string .

<http://lexvo.org/id/char/24626> a lvont:Character ;
    lvont:represents "𤘦"^^xsd:string .

<http://lexvo.org/id/char/24627> a lvont:Character ;
    lvont:represents "𤘧"^^xsd:string .

<http://lexvo.org/id/char/24628> a lvont:Character ;
    lvont:represents "𤘨"^^xsd:string .

<http://lexvo.org/id/char/24629> a lvont:Character ;
    lvont:represents "𤘩"^^xsd:string .

<http://lexvo.org/id/char/2462A> a lvont:Character ;
    lvont:represents "𤘪"^^xsd:string .

<http://lexvo.org/id/char/2462B> a lvont:Character ;
    lvont:represents "𤘫"^^xsd:string .

<http://lexvo.org/id/char/2462C> a lvont:Character ;
    lvont:represents "𤘬"^^xsd:string .

<http://lexvo.org/id/char/2462D> a lvont:Character ;
    lvont:represents "𤘭"^^xsd:string .

<http://lexvo.org/id/char/2462E> a lvont:Character ;
    lvont:represents "𤘮"^^xsd:string .

<http://lexvo.org/id/char/2462F> a lvont:Character ;
    lvont:represents "𤘯"^^xsd:string .

<http://lexvo.org/id/char/2463> a lvont:Character ;
    lvont:represents "④"^^xsd:string ;
    rdfs:comment "CIRCLED DIGIT FOUR"@en .

<http://lexvo.org/id/char/24630> a lvont:Character ;
    lvont:represents "𤘰"^^xsd:string .

<http://lexvo.org/id/char/24631> a lvont:Character ;
    lvont:represents "𤘱"^^xsd:string .

<http://lexvo.org/id/char/24632> a lvont:Character ;
    lvont:represents "𤘲"^^xsd:string .

<http://lexvo.org/id/char/24633> a lvont:Character ;
    lvont:represents "𤘳"^^xsd:string .

<http://lexvo.org/id/char/24634> a lvont:Character ;
    lvont:represents "𤘴"^^xsd:string .

<http://lexvo.org/id/char/24635> a lvont:Character ;
    lvont:represents "𤘵"^^xsd:string .

<http://lexvo.org/id/char/24636> a lvont:Character ;
    lvont:represents "𤘶"^^xsd:string .

<http://lexvo.org/id/char/24637> a lvont:Character ;
    lvont:represents "𤘷"^^xsd:string .

<http://lexvo.org/id/char/24638> a lvont:Character ;
    lvont:represents "𤘸"^^xsd:string .

<http://lexvo.org/id/char/24639> a lvont:Character ;
    lvont:represents "𤘹"^^xsd:string .

<http://lexvo.org/id/char/2463A> a lvont:Character ;
    lvont:represents "𤘺"^^xsd:string .

<http://lexvo.org/id/char/2463B> a lvont:Character ;
    lvont:represents "𤘻"^^xsd:string .

<http://lexvo.org/id/char/2463C> a lvont:Character ;
    lvont:represents "𤘼"^^xsd:string .

<http://lexvo.org/id/char/2463D> a lvont:Character ;
    lvont:represents "𤘽"^^xsd:string .

<http://lexvo.org/id/char/2463E> a lvont:Character ;
    lvont:represents "𤘾"^^xsd:string .

<http://lexvo.org/id/char/2463F> a lvont:Character ;
    lvont:represents "𤘿"^^xsd:string .

<http://lexvo.org/id/char/2464> a lvont:Character ;
    lvont:represents "⑤"^^xsd:string ;
    rdfs:comment "CIRCLED DIGIT FIVE"@en .

<http://lexvo.org/id/char/24640> a lvont:Character ;
    lvont:represents "𤙀"^^xsd:string .

<http://lexvo.org/id/char/24641> a lvont:Character ;
    lvont:represents "𤙁"^^xsd:string .

<http://lexvo.org/id/char/24642> a lvont:Character ;
    lvont:represents "𤙂"^^xsd:string .

<http://lexvo.org/id/char/24643> a lvont:Character ;
    lvont:represents "𤙃"^^xsd:string .

<http://lexvo.org/id/char/24644> a lvont:Character ;
    lvont:represents "𤙄"^^xsd:string .

<http://lexvo.org/id/char/24645> a lvont:Character ;
    lvont:represents "𤙅"^^xsd:string .

<http://lexvo.org/id/char/24646> a lvont:Character ;
    lvont:represents "𤙆"^^xsd:string .

<http://lexvo.org/id/char/24647> a lvont:Character ;
    lvont:represents "𤙇"^^xsd:string .

<http://lexvo.org/id/char/24648> a lvont:Character ;
    lvont:represents "𤙈"^^xsd:string .

<http://lexvo.org/id/char/24649> a lvont:Character ;
    lvont:represents "𤙉"^^xsd:string .

<http://lexvo.org/id/char/2464A> a lvont:Character ;
    lvont:represents "𤙊"^^xsd:string .

<http://lexvo.org/id/char/2464B> a lvont:Character ;
    lvont:represents "𤙋"^^xsd:string .

<http://lexvo.org/id/char/2464C> a lvont:Character ;
    lvont:represents "𤙌"^^xsd:string .

<http://lexvo.org/id/char/2464D> a lvont:Character ;
    lvont:represents "𤙍"^^xsd:string .

<http://lexvo.org/id/char/2464E> a lvont:Character ;
    lvont:represents "𤙎"^^xsd:string .

<http://lexvo.org/id/char/2464F> a lvont:Character ;
    lvont:represents "𤙏"^^xsd:string .

<http://lexvo.org/id/char/2465> a lvont:Character ;
    lvont:represents "⑥"^^xsd:string ;
    rdfs:comment "CIRCLED DIGIT SIX"@en .

<http://lexvo.org/id/char/24650> a lvont:Character ;
    lvont:represents "𤙐"^^xsd:string .

<http://lexvo.org/id/char/24651> a lvont:Character ;
    lvont:represents "𤙑"^^xsd:string .

<http://lexvo.org/id/char/24652> a lvont:Character ;
    lvont:represents "𤙒"^^xsd:string .

<http://lexvo.org/id/char/24653> a lvont:Character ;
    lvont:represents "𤙓"^^xsd:string .

<http://lexvo.org/id/char/24654> a lvont:Character ;
    lvont:represents "𤙔"^^xsd:string .

<http://lexvo.org/id/char/24655> a lvont:Character ;
    lvont:represents "𤙕"^^xsd:string .

<http://lexvo.org/id/char/24656> a lvont:Character ;
    lvont:represents "𤙖"^^xsd:string .

<http://lexvo.org/id/char/24657> a lvont:Character ;
    lvont:represents "𤙗"^^xsd:string .

<http://lexvo.org/id/char/24658> a lvont:Character ;
    lvont:represents "𤙘"^^xsd:string .

<http://lexvo.org/id/char/24659> a lvont:Character ;
    lvont:represents "𤙙"^^xsd:string .

<http://lexvo.org/id/char/2465A> a lvont:Character ;
    lvont:represents "𤙚"^^xsd:string .

<http://lexvo.org/id/char/2465B> a lvont:Character ;
    lvont:represents "𤙛"^^xsd:string .

<http://lexvo.org/id/char/2465C> a lvont:Character ;
    lvont:represents "𤙜"^^xsd:string .

<http://lexvo.org/id/char/2465D> a lvont:Character ;
    lvont:represents "𤙝"^^xsd:string .

<http://lexvo.org/id/char/2465E> a lvont:Character ;
    lvont:represents "𤙞"^^xsd:string .

<http://lexvo.org/id/char/2465F> a lvont:Character ;
    lvont:represents "𤙟"^^xsd:string .

<http://lexvo.org/id/char/2466> a lvont:Character ;
    lvont:represents "⑦"^^xsd:string ;
    rdfs:comment "CIRCLED DIGIT SEVEN"@en .

<http://lexvo.org/id/char/24660> a lvont:Character ;
    lvont:represents "𤙠"^^xsd:string .

<http://lexvo.org/id/char/24661> a lvont:Character ;
    lvont:represents "𤙡"^^xsd:string .

<http://lexvo.org/id/char/24662> a lvont:Character ;
    lvont:represents "𤙢"^^xsd:string .

<http://lexvo.org/id/char/24663> a lvont:Character ;
    lvont:represents "𤙣"^^xsd:string .

<http://lexvo.org/id/char/24664> a lvont:Character ;
    lvont:represents "𤙤"^^xsd:string .

<http://lexvo.org/id/char/24665> a lvont:Character ;
    lvont:represents "𤙥"^^xsd:string .

<http://lexvo.org/id/char/24666> a lvont:Character ;
    lvont:represents "𤙦"^^xsd:string .

<http://lexvo.org/id/char/24667> a lvont:Character ;
    lvont:represents "𤙧"^^xsd:string .

<http://lexvo.org/id/char/24668> a lvont:Character ;
    lvont:represents "𤙨"^^xsd:string .

<http://lexvo.org/id/char/24669> a lvont:Character ;
    lvont:represents "𤙩"^^xsd:string .

<http://lexvo.org/id/char/2466A> a lvont:Character ;
    lvont:represents "𤙪"^^xsd:string .

<http://lexvo.org/id/char/2466B> a lvont:Character ;
    lvont:represents "𤙫"^^xsd:string .

<http://lexvo.org/id/char/2466C> a lvont:Character ;
    lvont:represents "𤙬"^^xsd:string .

<http://lexvo.org/id/char/2466D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/b%C3%B2>,
        "𤙭"^^xsd:string .

<http://lexvo.org/id/char/2466E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ng%C3%A0u>,
        "𤙮"^^xsd:string .

<http://lexvo.org/id/char/2466F> a lvont:Character ;
    lvont:represents "𤙯"^^xsd:string .

<http://lexvo.org/id/char/2467> a lvont:Character ;
    lvont:represents "⑧"^^xsd:string ;
    rdfs:comment "CIRCLED DIGIT EIGHT"@en .

<http://lexvo.org/id/char/24670> a lvont:Character ;
    lvont:represents "𤙰"^^xsd:string .

<http://lexvo.org/id/char/24671> a lvont:Character ;
    lvont:represents "𤙱"^^xsd:string .

<http://lexvo.org/id/char/24672> a lvont:Character ;
    lvont:represents "𤙲"^^xsd:string .

<http://lexvo.org/id/char/24673> a lvont:Character ;
    lvont:represents "𤙳"^^xsd:string .

<http://lexvo.org/id/char/24674> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/caau1>,
        <http://lexvo.org/id/term/yue/%F0%A4%99%B4>,
        "𤙴"^^xsd:string ;
    rdfs:comment "(Cant.) gore"@en .

<http://lexvo.org/id/char/24675> a lvont:Character ;
    lvont:represents "𤙵"^^xsd:string .

<http://lexvo.org/id/char/24676> a lvont:Character ;
    lvont:represents "𤙶"^^xsd:string .

<http://lexvo.org/id/char/24677> a lvont:Character ;
    lvont:represents "𤙷"^^xsd:string .

<http://lexvo.org/id/char/24678> a lvont:Character ;
    lvont:represents "𤙸"^^xsd:string .

<http://lexvo.org/id/char/24679> a lvont:Character ;
    lvont:represents "𤙹"^^xsd:string .

<http://lexvo.org/id/char/2467A> a lvont:Character ;
    lvont:represents "𤙺"^^xsd:string .

<http://lexvo.org/id/char/2467B> a lvont:Character ;
    lvont:represents "𤙻"^^xsd:string .

<http://lexvo.org/id/char/2467C> a lvont:Character ;
    lvont:represents "𤙼"^^xsd:string .

<http://lexvo.org/id/char/2467D> a lvont:Character ;
    lvont:represents "𤙽"^^xsd:string .

<http://lexvo.org/id/char/2467E> a lvont:Character ;
    lvont:represents "𤙾"^^xsd:string .

<http://lexvo.org/id/char/2467F> a lvont:Character ;
    lvont:represents "𤙿"^^xsd:string .

<http://lexvo.org/id/char/2468> a lvont:Character ;
    lvont:represents "⑨"^^xsd:string ;
    rdfs:comment "CIRCLED DIGIT NINE"@en .

<http://lexvo.org/id/char/24680> a lvont:Character ;
    lvont:represents "𤚀"^^xsd:string .

<http://lexvo.org/id/char/24681> a lvont:Character ;
    lvont:represents "𤚁"^^xsd:string .

<http://lexvo.org/id/char/24682> a lvont:Character ;
    lvont:represents "𤚂"^^xsd:string .

<http://lexvo.org/id/char/24683> a lvont:Character ;
    lvont:represents "𤚃"^^xsd:string .

<http://lexvo.org/id/char/24684> a lvont:Character ;
    lvont:represents "𤚄"^^xsd:string .

<http://lexvo.org/id/char/24685> a lvont:Character ;
    lvont:represents "𤚅"^^xsd:string .

<http://lexvo.org/id/char/24686> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/b%C3%AA>,
        "𤚆"^^xsd:string .

<http://lexvo.org/id/char/24687> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ngh%C3%A9>,
        "𤚇"^^xsd:string .

<http://lexvo.org/id/char/24688> a lvont:Character ;
    lvont:represents "𤚈"^^xsd:string .

<http://lexvo.org/id/char/24689> a lvont:Character ;
    lvont:represents "𤚉"^^xsd:string .

<http://lexvo.org/id/char/2468A> a lvont:Character ;
    lvont:represents "𤚊"^^xsd:string .

<http://lexvo.org/id/char/2468B> a lvont:Character ;
    lvont:represents "𤚋"^^xsd:string .

<http://lexvo.org/id/char/2468C> a lvont:Character ;
    lvont:represents "𤚌"^^xsd:string .

<http://lexvo.org/id/char/2468D> a lvont:Character ;
    lvont:represents "𤚍"^^xsd:string .

<http://lexvo.org/id/char/2468E> a lvont:Character ;
    lvont:represents "𤚎"^^xsd:string .

<http://lexvo.org/id/char/2468F> a lvont:Character ;
    lvont:represents "𤚏"^^xsd:string .

<http://lexvo.org/id/char/2469> a lvont:Character ;
    lvont:represents "⑩"^^xsd:string ;
    rdfs:comment "CIRCLED NUMBER TEN"@en .

<http://lexvo.org/id/char/24690> a lvont:Character ;
    lvont:represents "𤚐"^^xsd:string .

<http://lexvo.org/id/char/24691> a lvont:Character ;
    lvont:represents "𤚑"^^xsd:string .

<http://lexvo.org/id/char/24692> a lvont:Character ;
    lvont:represents "𤚒"^^xsd:string .

<http://lexvo.org/id/char/24693> a lvont:Character ;
    lvont:represents "𤚓"^^xsd:string .

<http://lexvo.org/id/char/24694> a lvont:Character ;
    lvont:represents "𤚔"^^xsd:string .

<http://lexvo.org/id/char/24695> a lvont:Character ;
    lvont:represents "𤚕"^^xsd:string .

<http://lexvo.org/id/char/24696> a lvont:Character ;
    lvont:represents "𤚖"^^xsd:string .

<http://lexvo.org/id/char/24697> a lvont:Character ;
    lvont:represents "𤚗"^^xsd:string .

<http://lexvo.org/id/char/24698> a lvont:Character ;
    lvont:represents "𤚘"^^xsd:string .

<http://lexvo.org/id/char/24699> a lvont:Character ;
    lvont:represents "𤚙"^^xsd:string .

<http://lexvo.org/id/char/2469A> a lvont:Character ;
    lvont:represents "𤚚"^^xsd:string .

<http://lexvo.org/id/char/2469B> a lvont:Character ;
    lvont:represents "𤚛"^^xsd:string .

<http://lexvo.org/id/char/2469C> a lvont:Character ;
    lvont:represents "𤚜"^^xsd:string .

<http://lexvo.org/id/char/2469D> a lvont:Character ;
    lvont:represents "𤚝"^^xsd:string .

<http://lexvo.org/id/char/2469E> a lvont:Character ;
    lvont:represents "𤚞"^^xsd:string .

<http://lexvo.org/id/char/2469F> a lvont:Character ;
    lvont:represents "𤚟"^^xsd:string .

<http://lexvo.org/id/char/246A> a lvont:Character ;
    lvont:represents "⑪"^^xsd:string ;
    rdfs:comment "CIRCLED NUMBER ELEVEN"@en .

<http://lexvo.org/id/char/246A0> a lvont:Character ;
    lvont:represents "𤚠"^^xsd:string .

<http://lexvo.org/id/char/246A1> a lvont:Character ;
    lvont:represents "𤚡"^^xsd:string .

<http://lexvo.org/id/char/246A2> a lvont:Character ;
    lvont:represents "𤚢"^^xsd:string .

<http://lexvo.org/id/char/246A3> a lvont:Character ;
    lvont:represents "𤚣"^^xsd:string .

<http://lexvo.org/id/char/246A4> a lvont:Character ;
    lvont:represents "𤚤"^^xsd:string .

<http://lexvo.org/id/char/246A5> a lvont:Character ;
    lvont:represents "𤚥"^^xsd:string .

<http://lexvo.org/id/char/246A6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/c%E1%BB%99>,
        "𤚦"^^xsd:string .

<http://lexvo.org/id/char/246A7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/sao>,
        "𤚧"^^xsd:string .

<http://lexvo.org/id/char/246A8> a lvont:Character ;
    lvont:represents "𤚨"^^xsd:string .

<http://lexvo.org/id/char/246A9> a lvont:Character ;
    lvont:represents "𤚩"^^xsd:string .

<http://lexvo.org/id/char/246AA> a lvont:Character ;
    lvont:represents "𤚪"^^xsd:string .

<http://lexvo.org/id/char/246AB> a lvont:Character ;
    lvont:represents "𤚫"^^xsd:string .

<http://lexvo.org/id/char/246AC> a lvont:Character ;
    lvont:represents "𤚬"^^xsd:string .

<http://lexvo.org/id/char/246AD> a lvont:Character ;
    lvont:represents "𤚭"^^xsd:string .

<http://lexvo.org/id/char/246AE> a lvont:Character ;
    lvont:represents "𤚮"^^xsd:string .

<http://lexvo.org/id/char/246AF> a lvont:Character ;
    lvont:represents "𤚯"^^xsd:string .

<http://lexvo.org/id/char/246B> a lvont:Character ;
    lvont:represents "⑫"^^xsd:string ;
    rdfs:comment "CIRCLED NUMBER TWELVE"@en .

<http://lexvo.org/id/char/246B0> a lvont:Character ;
    lvont:represents "𤚰"^^xsd:string .

<http://lexvo.org/id/char/246B1> a lvont:Character ;
    lvont:represents "𤚱"^^xsd:string .

<http://lexvo.org/id/char/246B2> a lvont:Character ;
    lvont:represents "𤚲"^^xsd:string .

<http://lexvo.org/id/char/246B3> a lvont:Character ;
    lvont:represents "𤚳"^^xsd:string .

<http://lexvo.org/id/char/246B4> a lvont:Character ;
    lvont:represents "𤚴"^^xsd:string .

<http://lexvo.org/id/char/246B5> a lvont:Character ;
    lvont:represents "𤚵"^^xsd:string .

<http://lexvo.org/id/char/246B6> a lvont:Character ;
    lvont:represents "𤚶"^^xsd:string .

<http://lexvo.org/id/char/246B7> a lvont:Character ;
    lvont:represents "𤚷"^^xsd:string .

<http://lexvo.org/id/char/246B8> a lvont:Character ;
    lvont:represents "𤚸"^^xsd:string .

<http://lexvo.org/id/char/246B9> a lvont:Character ;
    lvont:represents "𤚹"^^xsd:string .

<http://lexvo.org/id/char/246BA> a lvont:Character ;
    lvont:represents "𤚺"^^xsd:string .

<http://lexvo.org/id/char/246BB> a lvont:Character ;
    lvont:represents "𤚻"^^xsd:string .

<http://lexvo.org/id/char/246BC> a lvont:Character ;
    lvont:represents "𤚼"^^xsd:string .

<http://lexvo.org/id/char/246BD> a lvont:Character ;
    lvont:represents "𤚽"^^xsd:string .

<http://lexvo.org/id/char/246BE> a lvont:Character ;
    lvont:represents "𤚾"^^xsd:string .

<http://lexvo.org/id/char/246BF> a lvont:Character ;
    lvont:represents "𤚿"^^xsd:string .

<http://lexvo.org/id/char/246C> a lvont:Character ;
    lvont:represents "⑬"^^xsd:string ;
    rdfs:comment "CIRCLED NUMBER THIRTEEN"@en .

<http://lexvo.org/id/char/246C0> a lvont:Character ;
    lvont:represents "𤛀"^^xsd:string .

<http://lexvo.org/id/char/246C1> a lvont:Character ;
    lvont:represents "𤛁"^^xsd:string .

<http://lexvo.org/id/char/246C2> a lvont:Character ;
    lvont:represents "𤛂"^^xsd:string .

<http://lexvo.org/id/char/246C3> a lvont:Character ;
    lvont:represents "𤛃"^^xsd:string .

<http://lexvo.org/id/char/246C4> a lvont:Character ;
    lvont:represents "𤛄"^^xsd:string .

<http://lexvo.org/id/char/246C5> a lvont:Character ;
    lvont:represents "𤛅"^^xsd:string .

<http://lexvo.org/id/char/246C6> a lvont:Character ;
    lvont:represents "𤛆"^^xsd:string .

<http://lexvo.org/id/char/246C7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ch%C4%83n>,
        "𤛇"^^xsd:string .

<http://lexvo.org/id/char/246C8> a lvont:Character ;
    lvont:represents "𤛈"^^xsd:string .

<http://lexvo.org/id/char/246C9> a lvont:Character ;
    lvont:represents "𤛉"^^xsd:string .

<http://lexvo.org/id/char/246CA> a lvont:Character ;
    lvont:represents "𤛊"^^xsd:string .

<http://lexvo.org/id/char/246CB> a lvont:Character ;
    lvont:represents "𤛋"^^xsd:string .

<http://lexvo.org/id/char/246CC> a lvont:Character ;
    lvont:represents "𤛌"^^xsd:string .

<http://lexvo.org/id/char/246CD> a lvont:Character ;
    lvont:represents "𤛍"^^xsd:string .

<http://lexvo.org/id/char/246CE> a lvont:Character ;
    lvont:represents "𤛎"^^xsd:string .

<http://lexvo.org/id/char/246CF> a lvont:Character ;
    lvont:represents "𤛏"^^xsd:string .

<http://lexvo.org/id/char/246D> a lvont:Character ;
    lvont:represents "⑭"^^xsd:string ;
    rdfs:comment "CIRCLED NUMBER FOURTEEN"@en .

<http://lexvo.org/id/char/246D0> a lvont:Character ;
    lvont:represents "𤛐"^^xsd:string .

<http://lexvo.org/id/char/246D1> a lvont:Character ;
    lvont:represents "𤛑"^^xsd:string .

<http://lexvo.org/id/char/246D2> a lvont:Character ;
    lvont:represents "𤛒"^^xsd:string .

<http://lexvo.org/id/char/246D3> a lvont:Character ;
    lvont:represents "𤛓"^^xsd:string .

<http://lexvo.org/id/char/246D4> a lvont:Character ;
    lvont:represents "𤛔"^^xsd:string .

<http://lexvo.org/id/char/246D5> a lvont:Character ;
    lvont:represents "𤛕"^^xsd:string .

<http://lexvo.org/id/char/246D6> a lvont:Character ;
    lvont:represents "𤛖"^^xsd:string .

<http://lexvo.org/id/char/246D7> a lvont:Character ;
    lvont:represents "𤛗"^^xsd:string .

<http://lexvo.org/id/char/246D8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C4%81ng>,
        "𤛘"^^xsd:string .

<http://lexvo.org/id/char/246D9> a lvont:Character ;
    lvont:represents "𤛙"^^xsd:string .

<http://lexvo.org/id/char/246DA> a lvont:Character ;
    lvont:represents "𤛚"^^xsd:string .

<http://lexvo.org/id/char/246DB> a lvont:Character ;
    lvont:represents "𤛛"^^xsd:string .

<http://lexvo.org/id/char/246DC> a lvont:Character ;
    lvont:represents "𤛜"^^xsd:string .

<http://lexvo.org/id/char/246DD> a lvont:Character ;
    lvont:represents "𤛝"^^xsd:string .

<http://lexvo.org/id/char/246DE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ngh%C3%A9>,
        "𤛞"^^xsd:string .

<http://lexvo.org/id/char/246DF> a lvont:Character ;
    lvont:represents "𤛟"^^xsd:string .

<http://lexvo.org/id/char/246E> a lvont:Character ;
    lvont:represents "⑮"^^xsd:string ;
    rdfs:comment "CIRCLED NUMBER FIFTEEN"@en .

<http://lexvo.org/id/char/246E0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/tr%C3%A2u>,
        "𤛠"^^xsd:string .

<http://lexvo.org/id/char/246E1> a lvont:Character ;
    lvont:represents "𤛡"^^xsd:string .

<http://lexvo.org/id/char/246E2> a lvont:Character ;
    lvont:represents "𤛢"^^xsd:string .

<http://lexvo.org/id/char/246E3> a lvont:Character ;
    lvont:represents "𤛣"^^xsd:string .

<http://lexvo.org/id/char/246E4> a lvont:Character ;
    lvont:represents "𤛤"^^xsd:string .

<http://lexvo.org/id/char/246E5> a lvont:Character ;
    lvont:represents "𤛥"^^xsd:string .

<http://lexvo.org/id/char/246E6> a lvont:Character ;
    lvont:represents "𤛦"^^xsd:string .

<http://lexvo.org/id/char/246E7> a lvont:Character ;
    lvont:represents "𤛧"^^xsd:string .

<http://lexvo.org/id/char/246E8> a lvont:Character ;
    lvont:represents "𤛨"^^xsd:string .

<http://lexvo.org/id/char/246E9> a lvont:Character ;
    lvont:represents "𤛩"^^xsd:string .

<http://lexvo.org/id/char/246EA> a lvont:Character ;
    lvont:represents "𤛪"^^xsd:string .

<http://lexvo.org/id/char/246EB> a lvont:Character ;
    lvont:represents "𤛫"^^xsd:string .

<http://lexvo.org/id/char/246EC> a lvont:Character ;
    lvont:represents "𤛬"^^xsd:string .

<http://lexvo.org/id/char/246ED> a lvont:Character ;
    lvont:represents "𤛭"^^xsd:string .

<http://lexvo.org/id/char/246EE> a lvont:Character ;
    lvont:represents "𤛮"^^xsd:string .

<http://lexvo.org/id/char/246EF> a lvont:Character ;
    lvont:represents "𤛯"^^xsd:string .

<http://lexvo.org/id/char/246F> a lvont:Character ;
    lvont:represents "⑯"^^xsd:string ;
    rdfs:comment "CIRCLED NUMBER SIXTEEN"@en .

<http://lexvo.org/id/char/246F0> a lvont:Character ;
    lvont:represents "𤛰"^^xsd:string .

<http://lexvo.org/id/char/246F1> a lvont:Character ;
    lvont:represents "𤛱"^^xsd:string .

<http://lexvo.org/id/char/246F2> a lvont:Character ;
    lvont:represents "𤛲"^^xsd:string .

<http://lexvo.org/id/char/246F3> a lvont:Character ;
    lvont:represents "𤛳"^^xsd:string .

<http://lexvo.org/id/char/246F4> a lvont:Character ;
    lvont:represents "𤛴"^^xsd:string .

<http://lexvo.org/id/char/246F5> a lvont:Character ;
    lvont:represents "𤛵"^^xsd:string .

<http://lexvo.org/id/char/246F6> a lvont:Character ;
    lvont:represents "𤛶"^^xsd:string .

<http://lexvo.org/id/char/246F7> a lvont:Character ;
    lvont:represents "𤛷"^^xsd:string .

<http://lexvo.org/id/char/246F8> a lvont:Character ;
    lvont:represents "𤛸"^^xsd:string .

<http://lexvo.org/id/char/246F9> a lvont:Character ;
    lvont:represents "𤛹"^^xsd:string .

<http://lexvo.org/id/char/246FA> a lvont:Character ;
    lvont:represents "𤛺"^^xsd:string .

<http://lexvo.org/id/char/246FB> a lvont:Character ;
    lvont:represents "𤛻"^^xsd:string .

<http://lexvo.org/id/char/246FC> a lvont:Character ;
    lvont:represents "𤛼"^^xsd:string .

<http://lexvo.org/id/char/246FD> a lvont:Character ;
    lvont:represents "𤛽"^^xsd:string .

<http://lexvo.org/id/char/246FE> a lvont:Character ;
    lvont:represents "𤛾"^^xsd:string .

<http://lexvo.org/id/char/246FF> a lvont:Character ;
    lvont:represents "𤛿"^^xsd:string .

<http://lexvo.org/id/char/2470> a lvont:Character ;
    lvont:represents "⑰"^^xsd:string ;
    rdfs:comment "CIRCLED NUMBER SEVENTEEN"@en .

<http://lexvo.org/id/char/24700> a lvont:Character ;
    lvont:represents "𤜀"^^xsd:string .

<http://lexvo.org/id/char/24701> a lvont:Character ;
    lvont:represents "𤜁"^^xsd:string .

<http://lexvo.org/id/char/24702> a lvont:Character ;
    lvont:represents "𤜂"^^xsd:string .

<http://lexvo.org/id/char/24703> a lvont:Character ;
    lvont:represents "𤜃"^^xsd:string .

<http://lexvo.org/id/char/24704> a lvont:Character ;
    lvont:represents "𤜄"^^xsd:string .

<http://lexvo.org/id/char/24705> a lvont:Character ;
    lvont:represents "𤜅"^^xsd:string .

<http://lexvo.org/id/char/24706> a lvont:Character ;
    lvont:represents "𤜆"^^xsd:string .

<http://lexvo.org/id/char/24707> a lvont:Character ;
    lvont:represents "𤜇"^^xsd:string .

<http://lexvo.org/id/char/24708> a lvont:Character ;
    lvont:represents "𤜈"^^xsd:string .

<http://lexvo.org/id/char/24709> a lvont:Character ;
    lvont:represents "𤜉"^^xsd:string .

<http://lexvo.org/id/char/2470A> a lvont:Character ;
    lvont:represents "𤜊"^^xsd:string .

<http://lexvo.org/id/char/2470B> a lvont:Character ;
    lvont:represents "𤜋"^^xsd:string .

<http://lexvo.org/id/char/2470C> a lvont:Character ;
    lvont:represents "𤜌"^^xsd:string .

<http://lexvo.org/id/char/2470D> a lvont:Character ;
    lvont:represents "𤜍"^^xsd:string .

<http://lexvo.org/id/char/2470E> a lvont:Character ;
    lvont:represents "𤜎"^^xsd:string .

<http://lexvo.org/id/char/2470F> a lvont:Character ;
    lvont:represents "𤜏"^^xsd:string .

<http://lexvo.org/id/char/2471> a lvont:Character ;
    lvont:represents "⑱"^^xsd:string ;
    rdfs:comment "CIRCLED NUMBER EIGHTEEN"@en .

<http://lexvo.org/id/char/24710> a lvont:Character ;
    lvont:represents "𤜐"^^xsd:string .

<http://lexvo.org/id/char/24711> a lvont:Character ;
    lvont:represents "𤜑"^^xsd:string .

<http://lexvo.org/id/char/24712> a lvont:Character ;
    lvont:represents "𤜒"^^xsd:string .

<http://lexvo.org/id/char/24713> a lvont:Character ;
    lvont:represents "𤜓"^^xsd:string .

<http://lexvo.org/id/char/24714> a lvont:Character ;
    lvont:represents "𤜔"^^xsd:string .

<http://lexvo.org/id/char/24715> a lvont:Character ;
    lvont:represents "𤜕"^^xsd:string .

<http://lexvo.org/id/char/24716> a lvont:Character ;
    lvont:represents "𤜖"^^xsd:string .

<http://lexvo.org/id/char/24717> a lvont:Character ;
    lvont:represents "𤜗"^^xsd:string .

<http://lexvo.org/id/char/24718> a lvont:Character ;
    lvont:represents "𤜘"^^xsd:string .

<http://lexvo.org/id/char/24719> a lvont:Character ;
    lvont:represents "𤜙"^^xsd:string .

<http://lexvo.org/id/char/2471A> a lvont:Character ;
    lvont:represents "𤜚"^^xsd:string .

<http://lexvo.org/id/char/2471B> a lvont:Character ;
    lvont:represents "𤜛"^^xsd:string .

<http://lexvo.org/id/char/2471C> a lvont:Character ;
    lvont:represents "𤜜"^^xsd:string .

<http://lexvo.org/id/char/2471D> a lvont:Character ;
    lvont:represents "𤜝"^^xsd:string .

<http://lexvo.org/id/char/2471E> a lvont:Character ;
    lvont:represents "𤜞"^^xsd:string .

<http://lexvo.org/id/char/2471F> a lvont:Character ;
    lvont:represents "𤜟"^^xsd:string .

<http://lexvo.org/id/char/2472> a lvont:Character ;
    lvont:represents "⑲"^^xsd:string ;
    rdfs:comment "CIRCLED NUMBER NINETEEN"@en .

<http://lexvo.org/id/char/24720> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/n%C3%A1i>,
        "𤜠"^^xsd:string .

<http://lexvo.org/id/char/24721> a lvont:Character ;
    lvont:represents "𤜡"^^xsd:string .

<http://lexvo.org/id/char/24722> a lvont:Character ;
    lvont:represents "𤜢"^^xsd:string .

<http://lexvo.org/id/char/24723> a lvont:Character ;
    lvont:represents "𤜣"^^xsd:string .

<http://lexvo.org/id/char/24724> a lvont:Character ;
    lvont:represents "𤜤"^^xsd:string .

<http://lexvo.org/id/char/24725> a lvont:Character ;
    lvont:represents "𤜥"^^xsd:string .

<http://lexvo.org/id/char/24726> a lvont:Character ;
    lvont:represents "𤜦"^^xsd:string .

<http://lexvo.org/id/char/24727> a lvont:Character ;
    lvont:represents "𤜧"^^xsd:string .

<http://lexvo.org/id/char/24728> a lvont:Character ;
    lvont:represents "𤜨"^^xsd:string .

<http://lexvo.org/id/char/24729> a lvont:Character ;
    lvont:represents "𤜩"^^xsd:string .

<http://lexvo.org/id/char/2472A> a lvont:Character ;
    lvont:represents "𤜪"^^xsd:string .

<http://lexvo.org/id/char/2472B> a lvont:Character ;
    lvont:represents "𤜫"^^xsd:string .

<http://lexvo.org/id/char/2472C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/s%C4%83n>,
        "𤜬"^^xsd:string .

<http://lexvo.org/id/char/2472D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/t%E1%BB%AD>,
        "𤜭"^^xsd:string .

<http://lexvo.org/id/char/2472E> a lvont:Character ;
    lvont:represents "𤜮"^^xsd:string .

<http://lexvo.org/id/char/2472F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/c%E1%BB%8Dp>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kap6>,
        <http://lexvo.org/id/term/yue/%F0%A4%9C%AF>,
        "𤜯"^^xsd:string ;
    rdfs:comment "(Cant.) to bite"@en .

<http://lexvo.org/id/char/2473> a lvont:Character ;
    lvont:represents "⑳"^^xsd:string ;
    rdfs:comment "CIRCLED NUMBER TWENTY"@en .

<http://lexvo.org/id/char/24730> a lvont:Character ;
    lvont:represents "𤜰"^^xsd:string .

<http://lexvo.org/id/char/24731> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C4%81>,
        "𤜱"^^xsd:string .

<http://lexvo.org/id/char/24732> a lvont:Character ;
    lvont:represents "𤜲"^^xsd:string .

<http://lexvo.org/id/char/24733> a lvont:Character ;
    lvont:represents "𤜳"^^xsd:string .

<http://lexvo.org/id/char/24734> a lvont:Character ;
    lvont:represents "𤜴"^^xsd:string .

<http://lexvo.org/id/char/24735> a lvont:Character ;
    lvont:represents "𤜵"^^xsd:string .

<http://lexvo.org/id/char/24736> a lvont:Character ;
    lvont:represents "𤜶"^^xsd:string .

<http://lexvo.org/id/char/24737> a lvont:Character ;
    lvont:represents "𤜷"^^xsd:string .

<http://lexvo.org/id/char/24738> a lvont:Character ;
    lvont:represents "𤜸"^^xsd:string .

<http://lexvo.org/id/char/24739> a lvont:Character ;
    lvont:represents "𤜹"^^xsd:string .

<http://lexvo.org/id/char/2473A> a lvont:Character ;
    lvont:represents "𤜺"^^xsd:string .

<http://lexvo.org/id/char/2473B> a lvont:Character ;
    lvont:represents "𤜻"^^xsd:string .

<http://lexvo.org/id/char/2473C> a lvont:Character ;
    lvont:represents "𤜼"^^xsd:string .

<http://lexvo.org/id/char/2473D> a lvont:Character ;
    lvont:represents "𤜽"^^xsd:string .

<http://lexvo.org/id/char/2473E> a lvont:Character ;
    lvont:represents "𤜾"^^xsd:string .

<http://lexvo.org/id/char/2473F> a lvont:Character ;
    lvont:represents "𤜿"^^xsd:string .

<http://lexvo.org/id/char/2474> a lvont:Character ;
    lvont:represents "⑴"^^xsd:string ;
    rdfs:comment "PARENTHESIZED DIGIT ONE"@en .

<http://lexvo.org/id/char/24740> a lvont:Character ;
    lvont:represents "𤝀"^^xsd:string .

<http://lexvo.org/id/char/24741> a lvont:Character ;
    lvont:represents "𤝁"^^xsd:string .

<http://lexvo.org/id/char/24742> a lvont:Character ;
    lvont:represents "𤝂"^^xsd:string .

<http://lexvo.org/id/char/24743> a lvont:Character ;
    lvont:represents "𤝃"^^xsd:string .

<http://lexvo.org/id/char/24744> a lvont:Character ;
    lvont:represents "𤝄"^^xsd:string .

<http://lexvo.org/id/char/24745> a lvont:Character ;
    lvont:represents "𤝅"^^xsd:string .

<http://lexvo.org/id/char/24746> a lvont:Character ;
    lvont:represents "𤝆"^^xsd:string .

<http://lexvo.org/id/char/24747> a lvont:Character ;
    lvont:represents "𤝇"^^xsd:string .

<http://lexvo.org/id/char/24748> a lvont:Character ;
    lvont:represents "𤝈"^^xsd:string .

<http://lexvo.org/id/char/24749> a lvont:Character ;
    lvont:represents "𤝉"^^xsd:string .

<http://lexvo.org/id/char/2474A> a lvont:Character ;
    lvont:represents "𤝊"^^xsd:string .

<http://lexvo.org/id/char/2474B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/v%E1%BA%B1n>,
        "𤝋"^^xsd:string .

<http://lexvo.org/id/char/2474C> a lvont:Character ;
    lvont:represents "𤝌"^^xsd:string .

<http://lexvo.org/id/char/2474D> a lvont:Character ;
    lvont:represents "𤝍"^^xsd:string .

<http://lexvo.org/id/char/2474E> a lvont:Character ;
    lvont:represents "𤝎"^^xsd:string .

<http://lexvo.org/id/char/2474F> a lvont:Character ;
    lvont:represents "𤝏"^^xsd:string .

<http://lexvo.org/id/char/2475> a lvont:Character ;
    lvont:represents "⑵"^^xsd:string ;
    rdfs:comment "PARENTHESIZED DIGIT TWO"@en .

<http://lexvo.org/id/char/24750> a lvont:Character ;
    lvont:represents "𤝐"^^xsd:string .

<http://lexvo.org/id/char/24751> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/m%C6%B0%E1%BB%9Bp>,
        "𤝑"^^xsd:string .

<http://lexvo.org/id/char/24752> a lvont:Character ;
    lvont:represents "𤝒"^^xsd:string .

<http://lexvo.org/id/char/24753> a lvont:Character ;
    lvont:represents "𤝓"^^xsd:string .

<http://lexvo.org/id/char/24754> a lvont:Character ;
    lvont:represents "𤝔"^^xsd:string .

<http://lexvo.org/id/char/24755> a lvont:Character ;
    lvont:represents "𤝕"^^xsd:string .

<http://lexvo.org/id/char/24756> a lvont:Character ;
    lvont:represents "𤝖"^^xsd:string .

<http://lexvo.org/id/char/24757> a lvont:Character ;
    lvont:represents "𤝗"^^xsd:string .

<http://lexvo.org/id/char/24758> a lvont:Character ;
    lvont:represents "𤝘"^^xsd:string .

<http://lexvo.org/id/char/24759> a lvont:Character ;
    lvont:represents "𤝙"^^xsd:string .

<http://lexvo.org/id/char/2475A> a lvont:Character ;
    lvont:represents "𤝚"^^xsd:string .

<http://lexvo.org/id/char/2475B> a lvont:Character ;
    lvont:represents "𤝛"^^xsd:string .

<http://lexvo.org/id/char/2475C> a lvont:Character ;
    lvont:represents "𤝜"^^xsd:string .

<http://lexvo.org/id/char/2475D> a lvont:Character ;
    lvont:represents "𤝝"^^xsd:string .

<http://lexvo.org/id/char/2475E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/chu%E1%BB%99t>,
        "𤝞"^^xsd:string ;
    rdfs:comment "a lemur of the genus Cynocephalus"@en .

<http://lexvo.org/id/char/2475F> a lvont:Character ;
    lvont:represents "𤝟"^^xsd:string .

<http://lexvo.org/id/char/2476> a lvont:Character ;
    lvont:represents "⑶"^^xsd:string ;
    rdfs:comment "PARENTHESIZED DIGIT THREE"@en .

<http://lexvo.org/id/char/24760> a lvont:Character ;
    lvont:represents "𤝠"^^xsd:string .

<http://lexvo.org/id/char/24761> a lvont:Character ;
    lvont:represents "𤝡"^^xsd:string .

<http://lexvo.org/id/char/24762> a lvont:Character ;
    lvont:represents "𤝢"^^xsd:string .

<http://lexvo.org/id/char/24763> a lvont:Character ;
    lvont:represents "𤝣"^^xsd:string .

<http://lexvo.org/id/char/24764> a lvont:Character ;
    lvont:represents "𤝤"^^xsd:string .

<http://lexvo.org/id/char/24765> a lvont:Character ;
    lvont:represents "𤝥"^^xsd:string .

<http://lexvo.org/id/char/24766> a lvont:Character ;
    lvont:represents "𤝦"^^xsd:string .

<http://lexvo.org/id/char/24767> a lvont:Character ;
    lvont:represents "𤝧"^^xsd:string .

<http://lexvo.org/id/char/24768> a lvont:Character ;
    lvont:represents "𤝨"^^xsd:string .

<http://lexvo.org/id/char/24769> a lvont:Character ;
    lvont:represents "𤝩"^^xsd:string .

<http://lexvo.org/id/char/2476A> a lvont:Character ;
    lvont:represents "𤝪"^^xsd:string .

<http://lexvo.org/id/char/2476B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/nh%C3%ADm>,
        "𤝫"^^xsd:string .

<http://lexvo.org/id/char/2476C> a lvont:Character ;
    lvont:represents "𤝬"^^xsd:string .

<http://lexvo.org/id/char/2476D> a lvont:Character ;
    lvont:represents "𤝭"^^xsd:string .

<http://lexvo.org/id/char/2476E> a lvont:Character ;
    lvont:represents "𤝮"^^xsd:string .

<http://lexvo.org/id/char/2476F> a lvont:Character ;
    lvont:represents "𤝯"^^xsd:string .

<http://lexvo.org/id/char/2477> a lvont:Character ;
    lvont:represents "⑷"^^xsd:string ;
    rdfs:comment "PARENTHESIZED DIGIT FOUR"@en .

<http://lexvo.org/id/char/24770> a lvont:Character ;
    lvont:represents "𤝰"^^xsd:string .

<http://lexvo.org/id/char/24771> a lvont:Character ;
    lvont:represents "𤝱"^^xsd:string .

<http://lexvo.org/id/char/24772> a lvont:Character ;
    lvont:represents "𤝲"^^xsd:string .

<http://lexvo.org/id/char/24773> a lvont:Character ;
    lvont:represents "𤝳"^^xsd:string .

<http://lexvo.org/id/char/24774> a lvont:Character ;
    lvont:represents "𤝴"^^xsd:string .

<http://lexvo.org/id/char/24775> a lvont:Character ;
    lvont:represents "𤝵"^^xsd:string .

<http://lexvo.org/id/char/24776> a lvont:Character ;
    lvont:represents "𤝶"^^xsd:string .

<http://lexvo.org/id/char/24777> a lvont:Character ;
    lvont:represents "𤝷"^^xsd:string .

<http://lexvo.org/id/char/24778> a lvont:Character ;
    lvont:represents "𤝸"^^xsd:string .

<http://lexvo.org/id/char/24779> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ch%C3%B9>,
        "𤝹"^^xsd:string .

<http://lexvo.org/id/char/2477A> a lvont:Character ;
    lvont:represents "𤝺"^^xsd:string .

<http://lexvo.org/id/char/2477B> a lvont:Character ;
    lvont:represents "𤝻"^^xsd:string .

<http://lexvo.org/id/char/2477C> a lvont:Character ;
    lvont:represents "𤝼"^^xsd:string .

<http://lexvo.org/id/char/2477D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C7%9C>,
        "𤝽"^^xsd:string .

<http://lexvo.org/id/char/2477E> a lvont:Character ;
    lvont:represents "𤝾"^^xsd:string .

<http://lexvo.org/id/char/2477F> a lvont:Character ;
    lvont:represents "𤝿"^^xsd:string .

<http://lexvo.org/id/char/2478> a lvont:Character ;
    lvont:represents "⑸"^^xsd:string ;
    rdfs:comment "PARENTHESIZED DIGIT FIVE"@en .

<http://lexvo.org/id/char/24780> a lvont:Character ;
    lvont:represents "𤞀"^^xsd:string .

<http://lexvo.org/id/char/24781> a lvont:Character ;
    lvont:represents "𤞁"^^xsd:string .

<http://lexvo.org/id/char/24782> a lvont:Character ;
    lvont:represents "𤞂"^^xsd:string .

<http://lexvo.org/id/char/24783> a lvont:Character ;
    lvont:represents "𤞃"^^xsd:string .

<http://lexvo.org/id/char/24784> a lvont:Character ;
    lvont:represents "𤞄"^^xsd:string .

<http://lexvo.org/id/char/24785> a lvont:Character ;
    lvont:represents "𤞅"^^xsd:string .

<http://lexvo.org/id/char/24786> a lvont:Character ;
    lvont:represents "𤞆"^^xsd:string .

<http://lexvo.org/id/char/24787> a lvont:Character ;
    lvont:represents "𤞇"^^xsd:string .

<http://lexvo.org/id/char/24788> a lvont:Character ;
    lvont:represents "𤞈"^^xsd:string .

<http://lexvo.org/id/char/24789> a lvont:Character ;
    lvont:represents "𤞉"^^xsd:string .

<http://lexvo.org/id/char/2478A> a lvont:Character ;
    lvont:represents "𤞊"^^xsd:string .

<http://lexvo.org/id/char/2478B> a lvont:Character ;
    lvont:represents "𤞋"^^xsd:string .

<http://lexvo.org/id/char/2478C> a lvont:Character ;
    lvont:represents "𤞌"^^xsd:string .

<http://lexvo.org/id/char/2478D> a lvont:Character ;
    lvont:represents "𤞍"^^xsd:string .

<http://lexvo.org/id/char/2478E> a lvont:Character ;
    lvont:represents "𤞎"^^xsd:string .

<http://lexvo.org/id/char/2478F> a lvont:Character ;
    lvont:represents "𤞏"^^xsd:string .

<http://lexvo.org/id/char/2479> a lvont:Character ;
    lvont:represents "⑹"^^xsd:string ;
    rdfs:comment "PARENTHESIZED DIGIT SIX"@en .

<http://lexvo.org/id/char/24790> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ch%E1%BB%93n>,
        "𤞐"^^xsd:string .

<http://lexvo.org/id/char/24791> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/h%C3%B2i>,
        "𤞑"^^xsd:string .

<http://lexvo.org/id/char/24792> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ng%E1%BB%97ng>,
        "𤞒"^^xsd:string .

<http://lexvo.org/id/char/24793> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/s%C4%83n>,
        "𤞓"^^xsd:string .

<http://lexvo.org/id/char/24794> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/th%E1%BA%A5c>,
        "𤞔"^^xsd:string .

<http://lexvo.org/id/char/24795> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/t%E1%BA%A5y>,
        "𤞕"^^xsd:string .

<http://lexvo.org/id/char/24796> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/l%C3%B2i>,
        "𤞖"^^xsd:string .

<http://lexvo.org/id/char/24797> a lvont:Character ;
    lvont:represents "𤞗"^^xsd:string .

<http://lexvo.org/id/char/24798> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/s%E1%BB%81>,
        "𤞘"^^xsd:string .

<http://lexvo.org/id/char/24799> a lvont:Character ;
    lvont:represents "𤞙"^^xsd:string .

<http://lexvo.org/id/char/2479A> a lvont:Character ;
    lvont:represents "𤞚"^^xsd:string .

<http://lexvo.org/id/char/2479B> a lvont:Character ;
    lvont:represents "𤞛"^^xsd:string .

<http://lexvo.org/id/char/2479C> a lvont:Character ;
    lvont:represents "𤞜"^^xsd:string .

<http://lexvo.org/id/char/2479D> a lvont:Character ;
    lvont:represents "𤞝"^^xsd:string .

<http://lexvo.org/id/char/2479E> a lvont:Character ;
    lvont:represents "𤞞"^^xsd:string .

<http://lexvo.org/id/char/2479F> a lvont:Character ;
    lvont:represents "𤞟"^^xsd:string .

<http://lexvo.org/id/char/247A> a lvont:Character ;
    lvont:represents "⑺"^^xsd:string ;
    rdfs:comment "PARENTHESIZED DIGIT SEVEN"@en .

<http://lexvo.org/id/char/247A0> a lvont:Character ;
    lvont:represents "𤞠"^^xsd:string .

<http://lexvo.org/id/char/247A1> a lvont:Character ;
    lvont:represents "𤞡"^^xsd:string .

<http://lexvo.org/id/char/247A2> a lvont:Character ;
    lvont:represents "𤞢"^^xsd:string .

<http://lexvo.org/id/char/247A3> a lvont:Character ;
    lvont:represents "𤞣"^^xsd:string .

<http://lexvo.org/id/char/247A4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C7%8En>,
        "𤞤"^^xsd:string .

<http://lexvo.org/id/char/247A5> a lvont:Character ;
    lvont:represents "𤞥"^^xsd:string .

<http://lexvo.org/id/char/247A6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/m%E1%BB%8Di>,
        "𤞦"^^xsd:string .

<http://lexvo.org/id/char/247A7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/kh%E1%BB%8Dn>,
        "𤞧"^^xsd:string .

<http://lexvo.org/id/char/247A8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/b%C3%B2>,
        "𤞨"^^xsd:string .

<http://lexvo.org/id/char/247A9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/r%E1%BB%A3>,
        "𤞩"^^xsd:string .

<http://lexvo.org/id/char/247AA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/r%E1%BB%A3>,
        "𤞪"^^xsd:string .

<http://lexvo.org/id/char/247AB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/r%C3%A1i>,
        "𤞫"^^xsd:string .

<http://lexvo.org/id/char/247AC> a lvont:Character ;
    lvont:represents "𤞬"^^xsd:string .

<http://lexvo.org/id/char/247AD> a lvont:Character ;
    lvont:represents "𤞭"^^xsd:string .

<http://lexvo.org/id/char/247AE> a lvont:Character ;
    lvont:represents "𤞮"^^xsd:string .

<http://lexvo.org/id/char/247AF> a lvont:Character ;
    lvont:represents "𤞯"^^xsd:string .

<http://lexvo.org/id/char/247B> a lvont:Character ;
    lvont:represents "⑻"^^xsd:string ;
    rdfs:comment "PARENTHESIZED DIGIT EIGHT"@en .

<http://lexvo.org/id/char/247B0> a lvont:Character ;
    lvont:represents "𤞰"^^xsd:string .

<http://lexvo.org/id/char/247B1> a lvont:Character ;
    lvont:represents "𤞱"^^xsd:string .

<http://lexvo.org/id/char/247B2> a lvont:Character ;
    lvont:represents "𤞲"^^xsd:string .

<http://lexvo.org/id/char/247B3> a lvont:Character ;
    lvont:represents "𤞳"^^xsd:string .

<http://lexvo.org/id/char/247B4> a lvont:Character ;
    lvont:represents "𤞴"^^xsd:string .

<http://lexvo.org/id/char/247B5> a lvont:Character ;
    lvont:represents "𤞵"^^xsd:string .

<http://lexvo.org/id/char/247B6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C4%81n>,
        "𤞶"^^xsd:string .

<http://lexvo.org/id/char/247B7> a lvont:Character ;
    lvont:represents "𤞷"^^xsd:string .

<http://lexvo.org/id/char/247B8> a lvont:Character ;
    lvont:represents "𤞸"^^xsd:string .

<http://lexvo.org/id/char/247B9> a lvont:Character ;
    lvont:represents "𤞹"^^xsd:string .

<http://lexvo.org/id/char/247BA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/c%C3%A1o>,
        "𤞺"^^xsd:string .

<http://lexvo.org/id/char/247BB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/h%C3%B9m>,
        "𤞻"^^xsd:string .

<http://lexvo.org/id/char/247BC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/l%E1%BB%A3n>,
        "𤞼"^^xsd:string .

<http://lexvo.org/id/char/247BD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/m%C6%B0%E1%BB%9Dng>,
        "𤞽"^^xsd:string .

<http://lexvo.org/id/char/247BE> a lvont:Character ;
    lvont:represents "𤞾"^^xsd:string .

<http://lexvo.org/id/char/247BF> a lvont:Character ;
    lvont:represents "𤞿"^^xsd:string .

<http://lexvo.org/id/char/247C> a lvont:Character ;
    lvont:represents "⑼"^^xsd:string ;
    rdfs:comment "PARENTHESIZED DIGIT NINE"@en .

<http://lexvo.org/id/char/247C0> a lvont:Character ;
    lvont:represents "𤟀"^^xsd:string .

<http://lexvo.org/id/char/247C1> a lvont:Character ;
    lvont:represents "𤟁"^^xsd:string .

<http://lexvo.org/id/char/247C2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/%C4%91%E1%BB%99c>,
        "𤟂"^^xsd:string .

<http://lexvo.org/id/char/247C3> a lvont:Character ;
    lvont:represents "𤟃"^^xsd:string .

<http://lexvo.org/id/char/247C4> a lvont:Character ;
    lvont:represents "𤟄"^^xsd:string .

<http://lexvo.org/id/char/247C5> a lvont:Character ;
    lvont:represents "𤟅"^^xsd:string .

<http://lexvo.org/id/char/247C6> a lvont:Character ;
    lvont:represents "𤟆"^^xsd:string .

<http://lexvo.org/id/char/247C7> a lvont:Character ;
    lvont:represents "𤟇"^^xsd:string .

<http://lexvo.org/id/char/247C8> a lvont:Character ;
    lvont:represents "𤟈"^^xsd:string .

<http://lexvo.org/id/char/247C9> a lvont:Character ;
    lvont:represents "𤟉"^^xsd:string .

<http://lexvo.org/id/char/247CA> a lvont:Character ;
    lvont:represents "𤟊"^^xsd:string .

<http://lexvo.org/id/char/247CB> a lvont:Character ;
    lvont:represents "𤟋"^^xsd:string .

<http://lexvo.org/id/char/247CC> a lvont:Character ;
    lvont:represents "𤟌"^^xsd:string .

<http://lexvo.org/id/char/247CD> a lvont:Character ;
    lvont:represents "𤟍"^^xsd:string .

<http://lexvo.org/id/char/247CE> a lvont:Character ;
    lvont:represents "𤟎"^^xsd:string .

<http://lexvo.org/id/char/247CF> a lvont:Character ;
    lvont:represents "𤟏"^^xsd:string .

<http://lexvo.org/id/char/247D> a lvont:Character ;
    lvont:represents "⑽"^^xsd:string ;
    rdfs:comment "PARENTHESIZED NUMBER TEN"@en .

<http://lexvo.org/id/char/247D0> a lvont:Character ;
    lvont:represents "𤟐"^^xsd:string .

<http://lexvo.org/id/char/247D1> a lvont:Character ;
    lvont:represents "𤟑"^^xsd:string .

<http://lexvo.org/id/char/247D2> a lvont:Character ;
    lvont:represents "𤟒"^^xsd:string .

<http://lexvo.org/id/char/247D3> a lvont:Character ;
    lvont:represents "𤟓"^^xsd:string .

<http://lexvo.org/id/char/247D4> a lvont:Character ;
    lvont:represents "𤟔"^^xsd:string .

<http://lexvo.org/id/char/247D5> a lvont:Character ;
    lvont:represents "𤟕"^^xsd:string .

<http://lexvo.org/id/char/247D6> a lvont:Character ;
    lvont:represents "𤟖"^^xsd:string .

<http://lexvo.org/id/char/247D7> a lvont:Character ;
    lvont:represents "𤟗"^^xsd:string .

<http://lexvo.org/id/char/247D8> a lvont:Character ;
    lvont:represents "𤟘"^^xsd:string .

<http://lexvo.org/id/char/247D9> a lvont:Character ;
    lvont:represents "𤟙"^^xsd:string .

<http://lexvo.org/id/char/247DA> a lvont:Character ;
    lvont:represents "𤟚"^^xsd:string .

<http://lexvo.org/id/char/247DB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/th%E1%BB%8F>,
        "𤟛"^^xsd:string .

<http://lexvo.org/id/char/247DC> a lvont:Character ;
    lvont:represents "𤟜"^^xsd:string .

<http://lexvo.org/id/char/247DD> a lvont:Character ;
    lvont:represents "𤟝"^^xsd:string .

<http://lexvo.org/id/char/247DE> a lvont:Character ;
    lvont:represents "𤟞"^^xsd:string .

<http://lexvo.org/id/char/247DF> a lvont:Character ;
    lvont:represents "𤟟"^^xsd:string .

<http://lexvo.org/id/char/247E> a lvont:Character ;
    lvont:represents "⑾"^^xsd:string ;
    rdfs:comment "PARENTHESIZED NUMBER ELEVEN"@en .

<http://lexvo.org/id/char/247E0> a lvont:Character ;
    lvont:represents "𤟠"^^xsd:string .

<http://lexvo.org/id/char/247E1> a lvont:Character ;
    lvont:represents "𤟡"^^xsd:string .

<http://lexvo.org/id/char/247E2> a lvont:Character ;
    lvont:represents "𤟢"^^xsd:string .

<http://lexvo.org/id/char/247E3> a lvont:Character ;
    lvont:represents "𤟣"^^xsd:string .

<http://lexvo.org/id/char/247E4> a lvont:Character ;
    lvont:represents "𤟤"^^xsd:string .

<http://lexvo.org/id/char/247E5> a lvont:Character ;
    lvont:represents "𤟥"^^xsd:string .

<http://lexvo.org/id/char/247E6> a lvont:Character ;
    lvont:represents "𤟦"^^xsd:string .

<http://lexvo.org/id/char/247E7> a lvont:Character ;
    lvont:represents "𤟧"^^xsd:string .

<http://lexvo.org/id/char/247E8> a lvont:Character ;
    lvont:represents "𤟨"^^xsd:string .

<http://lexvo.org/id/char/247E9> a lvont:Character ;
    lvont:represents "𤟩"^^xsd:string .

<http://lexvo.org/id/char/247EA> a lvont:Character ;
    lvont:represents "𤟪"^^xsd:string .

<http://lexvo.org/id/char/247EB> a lvont:Character ;
    lvont:represents "𤟫"^^xsd:string .

<http://lexvo.org/id/char/247EC> a lvont:Character ;
    lvont:represents "𤟬"^^xsd:string .

<http://lexvo.org/id/char/247ED> a lvont:Character ;
    lvont:represents "𤟭"^^xsd:string .

<http://lexvo.org/id/char/247EE> a lvont:Character ;
    lvont:represents "𤟮"^^xsd:string .

<http://lexvo.org/id/char/247EF> a lvont:Character ;
    lvont:represents "𤟯"^^xsd:string .

<http://lexvo.org/id/char/247F> a lvont:Character ;
    lvont:represents "⑿"^^xsd:string ;
    rdfs:comment "PARENTHESIZED NUMBER TWELVE"@en .

<http://lexvo.org/id/char/247F0> a lvont:Character ;
    lvont:represents "𤟰"^^xsd:string .

<http://lexvo.org/id/char/247F1> a lvont:Character ;
    lvont:represents "𤟱"^^xsd:string .

<http://lexvo.org/id/char/247F2> a lvont:Character ;
    lvont:represents "𤟲"^^xsd:string .

<http://lexvo.org/id/char/247F3> a lvont:Character ;
    lvont:represents "𤟳"^^xsd:string .

<http://lexvo.org/id/char/247F4> a lvont:Character ;
    lvont:represents "𤟴"^^xsd:string .

<http://lexvo.org/id/char/247F5> a lvont:Character ;
    lvont:represents "𤟵"^^xsd:string .

<http://lexvo.org/id/char/247F6> a lvont:Character ;
    lvont:represents "𤟶"^^xsd:string .

<http://lexvo.org/id/char/247F7> a lvont:Character ;
    lvont:represents "𤟷"^^xsd:string .

<http://lexvo.org/id/char/247F8> a lvont:Character ;
    lvont:represents "𤟸"^^xsd:string .

<http://lexvo.org/id/char/247F9> a lvont:Character ;
    lvont:represents "𤟹"^^xsd:string .

<http://lexvo.org/id/char/247FA> a lvont:Character ;
    lvont:represents "𤟺"^^xsd:string .

<http://lexvo.org/id/char/247FB> a lvont:Character ;
    lvont:represents "𤟻"^^xsd:string .

<http://lexvo.org/id/char/247FC> a lvont:Character ;
    lvont:represents "𤟼"^^xsd:string .

<http://lexvo.org/id/char/247FD> a lvont:Character ;
    lvont:represents "𤟽"^^xsd:string .

<http://lexvo.org/id/char/247FE> a lvont:Character ;
    lvont:represents "𤟾"^^xsd:string .

<http://lexvo.org/id/char/247FF> a lvont:Character ;
    lvont:represents "𤟿"^^xsd:string .

<http://lexvo.org/id/char/2480> a lvont:Character ;
    lvont:represents "⒀"^^xsd:string ;
    rdfs:comment "PARENTHESIZED NUMBER THIRTEEN"@en .

<http://lexvo.org/id/char/24800> a lvont:Character ;
    lvont:represents "𤠀"^^xsd:string .

<http://lexvo.org/id/char/24801> a lvont:Character ;
    lvont:represents "𤠁"^^xsd:string .

<http://lexvo.org/id/char/24802> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/%C4%91%C6%B0%E1%BB%9Di>,
        "𤠂"^^xsd:string .

<http://lexvo.org/id/char/24803> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/k%E1%BB%85nh>,
        "𤠃"^^xsd:string .

<http://lexvo.org/id/char/24804> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/g%C3%A0>,
        "𤠄"^^xsd:string .

<http://lexvo.org/id/char/24805> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/voi>,
        "𤠅"^^xsd:string .

<http://lexvo.org/id/char/24806> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/%C6%B0%C6%A1i>,
        "𤠆"^^xsd:string .

<http://lexvo.org/id/char/24807> a lvont:Character ;
    lvont:represents "𤠇"^^xsd:string .

<http://lexvo.org/id/char/24808> a lvont:Character ;
    lvont:represents "𤠈"^^xsd:string .

<http://lexvo.org/id/char/24809> a lvont:Character ;
    lvont:represents "𤠉"^^xsd:string .

<http://lexvo.org/id/char/2480A> a lvont:Character ;
    lvont:represents "𤠊"^^xsd:string .

<http://lexvo.org/id/char/2480B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/tr%C3%A2u>,
        "𤠋"^^xsd:string .

<http://lexvo.org/id/char/2480C> a lvont:Character ;
    lvont:represents "𤠌"^^xsd:string .

<http://lexvo.org/id/char/2480D> a lvont:Character ;
    lvont:represents "𤠍"^^xsd:string .

<http://lexvo.org/id/char/2480E> a lvont:Character ;
    lvont:represents "𤠎"^^xsd:string .

<http://lexvo.org/id/char/2480F> a lvont:Character ;
    lvont:represents "𤠏"^^xsd:string .

<http://lexvo.org/id/char/2481> a lvont:Character ;
    lvont:represents "⒁"^^xsd:string ;
    rdfs:comment "PARENTHESIZED NUMBER FOURTEEN"@en .

<http://lexvo.org/id/char/24810> a lvont:Character ;
    lvont:represents "𤠐"^^xsd:string .

<http://lexvo.org/id/char/24811> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/lau4>,
        <http://lexvo.org/id/term/yue/%F0%A4%A0%91>,
        "𤠑"^^xsd:string ;
    rdfs:comment "sea otter"@en .

<http://lexvo.org/id/char/24812> a lvont:Character ;
    lvont:represents "𤠒"^^xsd:string .

<http://lexvo.org/id/char/24813> a lvont:Character ;
    lvont:represents "𤠓"^^xsd:string .

<http://lexvo.org/id/char/24814> a lvont:Character ;
    lvont:represents "𤠔"^^xsd:string .

<http://lexvo.org/id/char/24815> a lvont:Character ;
    lvont:represents "𤠕"^^xsd:string .

<http://lexvo.org/id/char/24816> a lvont:Character ;
    lvont:represents "𤠖"^^xsd:string .

<http://lexvo.org/id/char/24817> a lvont:Character ;
    lvont:represents "𤠗"^^xsd:string .

<http://lexvo.org/id/char/24818> a lvont:Character ;
    lvont:represents "𤠘"^^xsd:string .

<http://lexvo.org/id/char/24819> a lvont:Character ;
    lvont:represents "𤠙"^^xsd:string .

<http://lexvo.org/id/char/2481A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ch%C3%B3>,
        "𤠚"^^xsd:string .

<http://lexvo.org/id/char/2481B> a lvont:Character ;
    lvont:represents "𤠛"^^xsd:string .

<http://lexvo.org/id/char/2481C> a lvont:Character ;
    lvont:represents "𤠜"^^xsd:string .

<http://lexvo.org/id/char/2481D> a lvont:Character ;
    lvont:represents "𤠝"^^xsd:string .

<http://lexvo.org/id/char/2481E> a lvont:Character ;
    lvont:represents "𤠞"^^xsd:string .

<http://lexvo.org/id/char/2481F> a lvont:Character ;
    lvont:represents "𤠟"^^xsd:string .

<http://lexvo.org/id/char/2482> a lvont:Character ;
    lvont:represents "⒂"^^xsd:string ;
    rdfs:comment "PARENTHESIZED NUMBER FIFTEEN"@en .

<http://lexvo.org/id/char/24820> a lvont:Character ;
    lvont:represents "𤠠"^^xsd:string .

<http://lexvo.org/id/char/24821> a lvont:Character ;
    lvont:represents "𤠡"^^xsd:string .

<http://lexvo.org/id/char/24822> a lvont:Character ;
    lvont:represents "𤠢"^^xsd:string .

<http://lexvo.org/id/char/24823> a lvont:Character ;
    lvont:represents "𤠣"^^xsd:string .

<http://lexvo.org/id/char/24824> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ho%E1%BA%B5ng>,
        "𤠤"^^xsd:string .

<http://lexvo.org/id/char/24825> a lvont:Character ;
    lvont:represents "𤠥"^^xsd:string .

<http://lexvo.org/id/char/24826> a lvont:Character ;
    lvont:represents "𤠦"^^xsd:string .

<http://lexvo.org/id/char/24827> a lvont:Character ;
    lvont:represents "𤠧"^^xsd:string .

<http://lexvo.org/id/char/24828> a lvont:Character ;
    lvont:represents "𤠨"^^xsd:string .

<http://lexvo.org/id/char/24829> a lvont:Character ;
    lvont:represents "𤠩"^^xsd:string .

<http://lexvo.org/id/char/2482A> a lvont:Character ;
    lvont:represents "𤠪"^^xsd:string .

<http://lexvo.org/id/char/2482B> a lvont:Character ;
    lvont:represents "𤠫"^^xsd:string .

<http://lexvo.org/id/char/2482C> a lvont:Character ;
    lvont:represents "𤠬"^^xsd:string .

<http://lexvo.org/id/char/2482D> a lvont:Character ;
    lvont:represents "𤠭"^^xsd:string .

<http://lexvo.org/id/char/2482E> a lvont:Character ;
    lvont:represents "𤠮"^^xsd:string .

<http://lexvo.org/id/char/2482F> a lvont:Character ;
    lvont:represents "𤠯"^^xsd:string .

<http://lexvo.org/id/char/2483> a lvont:Character ;
    lvont:represents "⒃"^^xsd:string ;
    rdfs:comment "PARENTHESIZED NUMBER SIXTEEN"@en .

<http://lexvo.org/id/char/24830> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/g%E1%BA%A5u>,
        "𤠰"^^xsd:string .

<http://lexvo.org/id/char/24831> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/%C6%B0%C6%A1i>,
        "𤠱"^^xsd:string .

<http://lexvo.org/id/char/24832> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/kh%C3%A1i>,
        "𤠲"^^xsd:string .

<http://lexvo.org/id/char/24833> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/kh%E1%BB%89>,
        "𤠳"^^xsd:string .

<http://lexvo.org/id/char/24834> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/v%C6%B0%E1%BB%A3n>,
        "𤠴"^^xsd:string .

<http://lexvo.org/id/char/24835> a lvont:Character ;
    lvont:represents "𤠵"^^xsd:string .

<http://lexvo.org/id/char/24836> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ch%E1%BA%B1n>,
        "𤠶"^^xsd:string .

<http://lexvo.org/id/char/24837> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/s%E1%BB%81>,
        "𤠷"^^xsd:string .

<http://lexvo.org/id/char/24838> a lvont:Character ;
    lvont:represents "𤠸"^^xsd:string .

<http://lexvo.org/id/char/24839> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/r%C3%A1i>,
        "𤠹"^^xsd:string .

<http://lexvo.org/id/char/2483A> a lvont:Character ;
    lvont:represents "𤠺"^^xsd:string .

<http://lexvo.org/id/char/2483B> a lvont:Character ;
    lvont:represents "𤠻"^^xsd:string .

<http://lexvo.org/id/char/2483C> a lvont:Character ;
    lvont:represents "𤠼"^^xsd:string .

<http://lexvo.org/id/char/2483D> a lvont:Character ;
    lvont:represents "𤠽"^^xsd:string .

<http://lexvo.org/id/char/2483E> a lvont:Character ;
    lvont:represents "𤠾"^^xsd:string .

<http://lexvo.org/id/char/2483F> a lvont:Character ;
    lvont:represents "𤠿"^^xsd:string .

<http://lexvo.org/id/char/2484> a lvont:Character ;
    lvont:represents "⒄"^^xsd:string ;
    rdfs:comment "PARENTHESIZED NUMBER SEVENTEEN"@en .

<http://lexvo.org/id/char/24840> a lvont:Character ;
    lvont:represents "𤡀"^^xsd:string .

<http://lexvo.org/id/char/24841> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/m%C3%A3n>,
        "𤡁"^^xsd:string .

<http://lexvo.org/id/char/24842> a lvont:Character ;
    lvont:represents "𤡂"^^xsd:string .

<http://lexvo.org/id/char/24843> a lvont:Character ;
    lvont:represents "𤡃"^^xsd:string .

<http://lexvo.org/id/char/24844> a lvont:Character ;
    lvont:represents "𤡄"^^xsd:string .

<http://lexvo.org/id/char/24845> a lvont:Character ;
    lvont:represents "𤡅"^^xsd:string .

<http://lexvo.org/id/char/24846> a lvont:Character ;
    lvont:represents "𤡆"^^xsd:string .

<http://lexvo.org/id/char/24847> a lvont:Character ;
    lvont:represents "𤡇"^^xsd:string .

<http://lexvo.org/id/char/24848> a lvont:Character ;
    lvont:represents "𤡈"^^xsd:string .

<http://lexvo.org/id/char/24849> a lvont:Character ;
    lvont:represents "𤡉"^^xsd:string .

<http://lexvo.org/id/char/2484A> a lvont:Character ;
    lvont:represents "𤡊"^^xsd:string .

<http://lexvo.org/id/char/2484B> a lvont:Character ;
    lvont:represents "𤡋"^^xsd:string .

<http://lexvo.org/id/char/2484C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/mu%C3%B4ng>,
        "𤡌"^^xsd:string .

<http://lexvo.org/id/char/2484D> a lvont:Character ;
    lvont:represents "𤡍"^^xsd:string .

<http://lexvo.org/id/char/2484E> a lvont:Character ;
    lvont:represents "𤡎"^^xsd:string .

<http://lexvo.org/id/char/2484F> a lvont:Character ;
    lvont:represents "𤡏"^^xsd:string .

<http://lexvo.org/id/char/2485> a lvont:Character ;
    lvont:represents "⒅"^^xsd:string ;
    rdfs:comment "PARENTHESIZED NUMBER EIGHTEEN"@en .

<http://lexvo.org/id/char/24850> a lvont:Character ;
    lvont:represents "𤡐"^^xsd:string .

<http://lexvo.org/id/char/24851> a lvont:Character ;
    lvont:represents "𤡑"^^xsd:string .

<http://lexvo.org/id/char/24852> a lvont:Character ;
    lvont:represents "𤡒"^^xsd:string .

<http://lexvo.org/id/char/24853> a lvont:Character ;
    lvont:represents "𤡓"^^xsd:string .

<http://lexvo.org/id/char/24854> a lvont:Character ;
    lvont:represents "𤡔"^^xsd:string .

<http://lexvo.org/id/char/24855> a lvont:Character ;
    lvont:represents "𤡕"^^xsd:string .

<http://lexvo.org/id/char/24856> a lvont:Character ;
    lvont:represents "𤡖"^^xsd:string .

<http://lexvo.org/id/char/24857> a lvont:Character ;
    lvont:represents "𤡗"^^xsd:string .

<http://lexvo.org/id/char/24858> a lvont:Character ;
    lvont:represents "𤡘"^^xsd:string .

<http://lexvo.org/id/char/24859> a lvont:Character ;
    lvont:represents "𤡙"^^xsd:string .

<http://lexvo.org/id/char/2485A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/kh%C3%A1i>,
        "𤡚"^^xsd:string .

<http://lexvo.org/id/char/2485B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/nanh>,
        "𤡛"^^xsd:string .

<http://lexvo.org/id/char/2485C> a lvont:Character ;
    lvont:represents "𤡜"^^xsd:string .

<http://lexvo.org/id/char/2485D> a lvont:Character ;
    lvont:represents "𤡝"^^xsd:string .

<http://lexvo.org/id/char/2485E> a lvont:Character ;
    lvont:represents "𤡞"^^xsd:string .

<http://lexvo.org/id/char/2485F> a lvont:Character ;
    lvont:represents "𤡟"^^xsd:string .

<http://lexvo.org/id/char/2486> a lvont:Character ;
    lvont:represents "⒆"^^xsd:string ;
    rdfs:comment "PARENTHESIZED NUMBER NINETEEN"@en .

<http://lexvo.org/id/char/24860> a lvont:Character ;
    lvont:represents "𤡠"^^xsd:string .

<http://lexvo.org/id/char/24861> a lvont:Character ;
    lvont:represents "𤡡"^^xsd:string .

<http://lexvo.org/id/char/24862> a lvont:Character ;
    lvont:represents "𤡢"^^xsd:string .

<http://lexvo.org/id/char/24863> a lvont:Character ;
    lvont:represents "𤡣"^^xsd:string .

<http://lexvo.org/id/char/24864> a lvont:Character ;
    lvont:represents "𤡤"^^xsd:string .

<http://lexvo.org/id/char/24865> a lvont:Character ;
    lvont:represents "𤡥"^^xsd:string .

<http://lexvo.org/id/char/24866> a lvont:Character ;
    lvont:represents "𤡦"^^xsd:string .

<http://lexvo.org/id/char/24867> a lvont:Character ;
    lvont:represents "𤡧"^^xsd:string .

<http://lexvo.org/id/char/24868> a lvont:Character ;
    lvont:represents "𤡨"^^xsd:string .

<http://lexvo.org/id/char/24869> a lvont:Character ;
    lvont:represents "𤡩"^^xsd:string .

<http://lexvo.org/id/char/2486A> a lvont:Character ;
    lvont:represents "𤡪"^^xsd:string .

<http://lexvo.org/id/char/2486B> a lvont:Character ;
    lvont:represents "𤡫"^^xsd:string .

<http://lexvo.org/id/char/2486C> a lvont:Character ;
    lvont:represents "𤡬"^^xsd:string .

<http://lexvo.org/id/char/2486D> a lvont:Character ;
    lvont:represents "𤡭"^^xsd:string .

<http://lexvo.org/id/char/2486E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%F0%A4%A1%AE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/r%C3%A1n>,
        <http://lexvo.org/id/term/vie/nhi%C3%AAn%20nhen>,
        "𤡮"^^xsd:string ;
    rdfs:comment "a kind of monkey"@en .

<http://lexvo.org/id/char/2486F> a lvont:Character ;
    lvont:represents "𤡯"^^xsd:string .

<http://lexvo.org/id/char/2487> a lvont:Character ;
    lvont:represents "⒇"^^xsd:string ;
    rdfs:comment "PARENTHESIZED NUMBER TWENTY"@en .

<http://lexvo.org/id/char/24870> a lvont:Character ;
    lvont:represents "𤡰"^^xsd:string .

<http://lexvo.org/id/char/24871> a lvont:Character ;
    lvont:represents "𤡱"^^xsd:string .

<http://lexvo.org/id/char/24872> a lvont:Character ;
    lvont:represents "𤡲"^^xsd:string .

<http://lexvo.org/id/char/24873> a lvont:Character ;
    lvont:represents "𤡳"^^xsd:string .

<http://lexvo.org/id/char/24874> a lvont:Character ;
    lvont:represents "𤡴"^^xsd:string .

<http://lexvo.org/id/char/24875> a lvont:Character ;
    lvont:represents "𤡵"^^xsd:string .

<http://lexvo.org/id/char/24876> a lvont:Character ;
    lvont:represents "𤡶"^^xsd:string .

<http://lexvo.org/id/char/24877> a lvont:Character ;
    lvont:represents "𤡷"^^xsd:string .

<http://lexvo.org/id/char/24878> a lvont:Character ;
    lvont:represents "𤡸"^^xsd:string .

<http://lexvo.org/id/char/24879> a lvont:Character ;
    lvont:represents "𤡹"^^xsd:string .

<http://lexvo.org/id/char/2487A> a lvont:Character ;
    lvont:represents "𤡺"^^xsd:string .

<http://lexvo.org/id/char/2487B> a lvont:Character ;
    lvont:represents "𤡻"^^xsd:string .

<http://lexvo.org/id/char/2487C> a lvont:Character ;
    lvont:represents "𤡼"^^xsd:string .

<http://lexvo.org/id/char/2487D> a lvont:Character ;
    lvont:represents "𤡽"^^xsd:string .

<http://lexvo.org/id/char/2487E> a lvont:Character ;
    lvont:represents "𤡾"^^xsd:string .

<http://lexvo.org/id/char/2487F> a lvont:Character ;
    lvont:represents "𤡿"^^xsd:string .

<http://lexvo.org/id/char/2488> a lvont:Character ;
    lvont:represents "⒈"^^xsd:string ;
    rdfs:comment "DIGIT ONE FULL STOP"@en .

<http://lexvo.org/id/char/24880> a lvont:Character ;
    lvont:represents "𤢀"^^xsd:string .

<http://lexvo.org/id/char/24881> a lvont:Character ;
    lvont:represents "𤢁"^^xsd:string .

<http://lexvo.org/id/char/24882> a lvont:Character ;
    lvont:represents "𤢂"^^xsd:string .

<http://lexvo.org/id/char/24883> a lvont:Character ;
    lvont:represents "𤢃"^^xsd:string .

<http://lexvo.org/id/char/24884> a lvont:Character ;
    lvont:represents "𤢄"^^xsd:string .

<http://lexvo.org/id/char/24885> a lvont:Character ;
    lvont:represents "𤢅"^^xsd:string .

<http://lexvo.org/id/char/24886> a lvont:Character ;
    lvont:represents "𤢆"^^xsd:string .

<http://lexvo.org/id/char/24887> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/vu%E1%BB%91t>,
        "𤢇"^^xsd:string .

<http://lexvo.org/id/char/24888> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/s%C4%83n>,
        "𤢈"^^xsd:string .

<http://lexvo.org/id/char/24889> a lvont:Character ;
    lvont:represents "𤢉"^^xsd:string .

<http://lexvo.org/id/char/2488A> a lvont:Character ;
    lvont:represents "𤢊"^^xsd:string .

<http://lexvo.org/id/char/2488B> a lvont:Character ;
    lvont:represents "𤢋"^^xsd:string .

<http://lexvo.org/id/char/2488C> a lvont:Character ;
    lvont:represents "𤢌"^^xsd:string .

<http://lexvo.org/id/char/2488D> a lvont:Character ;
    lvont:represents "𤢍"^^xsd:string .

<http://lexvo.org/id/char/2488E> a lvont:Character ;
    lvont:represents "𤢎"^^xsd:string .

<http://lexvo.org/id/char/2488F> a lvont:Character ;
    lvont:represents "𤢏"^^xsd:string .

<http://lexvo.org/id/char/2489> a lvont:Character ;
    lvont:represents "⒉"^^xsd:string ;
    rdfs:comment "DIGIT TWO FULL STOP"@en .

<http://lexvo.org/id/char/24890> a lvont:Character ;
    lvont:represents "𤢐"^^xsd:string .

<http://lexvo.org/id/char/24891> a lvont:Character ;
    lvont:represents "𤢑"^^xsd:string .

<http://lexvo.org/id/char/24892> a lvont:Character ;
    lvont:represents "𤢒"^^xsd:string .

<http://lexvo.org/id/char/24893> a lvont:Character ;
    lvont:represents "𤢓"^^xsd:string .

<http://lexvo.org/id/char/24894> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/nhen>,
        "𤢔"^^xsd:string .

<http://lexvo.org/id/char/24895> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/dou3>,
        <http://lexvo.org/id/term/yue/%F0%A4%A2%95>,
        "𤢕"^^xsd:string ;
    rdfs:comment "to ruin; to tire of; to explain"@en .

<http://lexvo.org/id/char/24896> a lvont:Character ;
    lvont:represents "𤢖"^^xsd:string .

<http://lexvo.org/id/char/24897> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/l%C3%B2i>,
        "𤢗"^^xsd:string .

<http://lexvo.org/id/char/24898> a lvont:Character ;
    lvont:represents "𤢘"^^xsd:string .

<http://lexvo.org/id/char/24899> a lvont:Character ;
    lvont:represents "𤢙"^^xsd:string .

<http://lexvo.org/id/char/2489A> a lvont:Character ;
    lvont:represents "𤢚"^^xsd:string .

<http://lexvo.org/id/char/2489B> a lvont:Character ;
    lvont:represents "𤢛"^^xsd:string .

<http://lexvo.org/id/char/2489C> a lvont:Character ;
    lvont:represents "𤢜"^^xsd:string .

<http://lexvo.org/id/char/2489D> a lvont:Character ;
    lvont:represents "𤢝"^^xsd:string .

<http://lexvo.org/id/char/2489E> a lvont:Character ;
    lvont:represents "𤢞"^^xsd:string .

<http://lexvo.org/id/char/2489F> a lvont:Character ;
    lvont:represents "𤢟"^^xsd:string .

<http://lexvo.org/id/char/248A> a lvont:Character ;
    lvont:represents "⒊"^^xsd:string ;
    rdfs:comment "DIGIT THREE FULL STOP"@en .

<http://lexvo.org/id/char/248A0> a lvont:Character ;
    lvont:represents "𤢠"^^xsd:string .

<http://lexvo.org/id/char/248A1> a lvont:Character ;
    lvont:represents "𤢡"^^xsd:string .

<http://lexvo.org/id/char/248A2> a lvont:Character ;
    lvont:represents "𤢢"^^xsd:string .

<http://lexvo.org/id/char/248A3> a lvont:Character ;
    lvont:represents "𤢣"^^xsd:string .

<http://lexvo.org/id/char/248A4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/b%E1%BA%B5m>,
        "𤢤"^^xsd:string .

<http://lexvo.org/id/char/248A5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/v%C6%B0%E1%BB%A3n>,
        "𤢥"^^xsd:string .

<http://lexvo.org/id/char/248A6> a lvont:Character ;
    lvont:represents "𤢦"^^xsd:string .

<http://lexvo.org/id/char/248A7> a lvont:Character ;
    lvont:represents "𤢧"^^xsd:string .

<http://lexvo.org/id/char/248A8> a lvont:Character ;
    lvont:represents "𤢨"^^xsd:string .

<http://lexvo.org/id/char/248A9> a lvont:Character ;
    lvont:represents "𤢩"^^xsd:string .

<http://lexvo.org/id/char/248AA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%F0%A4%A2%AA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C3%A8>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lip6>,
        <http://lexvo.org/id/term/yue/%F0%A4%A2%AA>,
        "𤢪"^^xsd:string ;
    rdfs:comment "to hunt"@en .

<http://lexvo.org/id/char/248AB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ng%C3%A1o>,
        "𤢫"^^xsd:string .

<http://lexvo.org/id/char/248AC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/%C4%91%C6%B0%E1%BB%9Di>,
        "𤢬"^^xsd:string .

<http://lexvo.org/id/char/248AD> a lvont:Character ;
    lvont:represents "𤢭"^^xsd:string .

<http://lexvo.org/id/char/248AE> a lvont:Character ;
    lvont:represents "𤢮"^^xsd:string .

<http://lexvo.org/id/char/248AF> a lvont:Character ;
    lvont:represents "𤢯"^^xsd:string .

<http://lexvo.org/id/char/248B> a lvont:Character ;
    lvont:represents "⒋"^^xsd:string ;
    rdfs:comment "DIGIT FOUR FULL STOP"@en .

<http://lexvo.org/id/char/248B0> a lvont:Character ;
    lvont:represents "𤢰"^^xsd:string .

<http://lexvo.org/id/char/248B1> a lvont:Character ;
    lvont:represents "𤢱"^^xsd:string .

<http://lexvo.org/id/char/248B2> a lvont:Character ;
    lvont:represents "𤢲"^^xsd:string .

<http://lexvo.org/id/char/248B3> a lvont:Character ;
    lvont:represents "𤢳"^^xsd:string .

<http://lexvo.org/id/char/248B4> a lvont:Character ;
    lvont:represents "𤢴"^^xsd:string .

<http://lexvo.org/id/char/248B5> a lvont:Character ;
    lvont:represents "𤢵"^^xsd:string .

<http://lexvo.org/id/char/248B6> a lvont:Character ;
    lvont:represents "𤢶"^^xsd:string .

<http://lexvo.org/id/char/248B7> a lvont:Character ;
    lvont:represents "𤢷"^^xsd:string .

<http://lexvo.org/id/char/248B8> a lvont:Character ;
    lvont:represents "𤢸"^^xsd:string .

<http://lexvo.org/id/char/248B9> a lvont:Character ;
    lvont:represents "𤢹"^^xsd:string .

<http://lexvo.org/id/char/248BA> a lvont:Character ;
    lvont:represents "𤢺"^^xsd:string .

<http://lexvo.org/id/char/248BB> a lvont:Character ;
    lvont:represents "𤢻"^^xsd:string .

<http://lexvo.org/id/char/248BC> a lvont:Character ;
    lvont:represents "𤢼"^^xsd:string .

<http://lexvo.org/id/char/248BD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/nh%E1%BA%AFt>,
        "𤢽"^^xsd:string .

<http://lexvo.org/id/char/248BE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/nh%C3%ADm>,
        "𤢾"^^xsd:string .

<http://lexvo.org/id/char/248BF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/s%C3%B3i>,
        "𤢿"^^xsd:string .

<http://lexvo.org/id/char/248C> a lvont:Character ;
    lvont:represents "⒌"^^xsd:string ;
    rdfs:comment "DIGIT FIVE FULL STOP"@en .

<http://lexvo.org/id/char/248C0> a lvont:Character ;
    lvont:represents "𤣀"^^xsd:string .

<http://lexvo.org/id/char/248C1> a lvont:Character ;
    lvont:represents "𤣁"^^xsd:string .

<http://lexvo.org/id/char/248C2> a lvont:Character ;
    lvont:represents "𤣂"^^xsd:string .

<http://lexvo.org/id/char/248C3> a lvont:Character ;
    lvont:represents "𤣃"^^xsd:string .

<http://lexvo.org/id/char/248C4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/beo>,
        "𤣄"^^xsd:string .

<http://lexvo.org/id/char/248C5> a lvont:Character ;
    lvont:represents "𤣅"^^xsd:string .

<http://lexvo.org/id/char/248C6> a lvont:Character ;
    lvont:represents "𤣆"^^xsd:string .

<http://lexvo.org/id/char/248C7> a lvont:Character ;
    lvont:represents "𤣇"^^xsd:string .

<http://lexvo.org/id/char/248C8> a lvont:Character ;
    lvont:represents "𤣈"^^xsd:string .

<http://lexvo.org/id/char/248C9> a lvont:Character ;
    lvont:represents "𤣉"^^xsd:string .

<http://lexvo.org/id/char/248CA> a lvont:Character ;
    lvont:represents "𤣊"^^xsd:string .

<http://lexvo.org/id/char/248CB> a lvont:Character ;
    lvont:represents "𤣋"^^xsd:string .

<http://lexvo.org/id/char/248CC> a lvont:Character ;
    lvont:represents "𤣌"^^xsd:string .

<http://lexvo.org/id/char/248CD> a lvont:Character ;
    lvont:represents "𤣍"^^xsd:string .

<http://lexvo.org/id/char/248CE> a lvont:Character ;
    lvont:represents "𤣎"^^xsd:string .

<http://lexvo.org/id/char/248CF> a lvont:Character ;
    lvont:represents "𤣏"^^xsd:string .

<http://lexvo.org/id/char/248D> a lvont:Character ;
    lvont:represents "⒍"^^xsd:string ;
    rdfs:comment "DIGIT SIX FULL STOP"@en .

<http://lexvo.org/id/char/248D0> a lvont:Character ;
    lvont:represents "𤣐"^^xsd:string .

<http://lexvo.org/id/char/248D1> a lvont:Character ;
    lvont:represents "𤣑"^^xsd:string .

<http://lexvo.org/id/char/248D2> a lvont:Character ;
    lvont:represents "𤣒"^^xsd:string .

<http://lexvo.org/id/char/248D3> a lvont:Character ;
    lvont:represents "𤣓"^^xsd:string .

<http://lexvo.org/id/char/248D4> a lvont:Character ;
    lvont:represents "𤣔"^^xsd:string .

<http://lexvo.org/id/char/248D5> a lvont:Character ;
    lvont:represents "𤣕"^^xsd:string .

<http://lexvo.org/id/char/248D6> a lvont:Character ;
    lvont:represents "𤣖"^^xsd:string .

<http://lexvo.org/id/char/248D7> a lvont:Character ;
    lvont:represents "𤣗"^^xsd:string .

<http://lexvo.org/id/char/248D8> a lvont:Character ;
    lvont:represents "𤣘"^^xsd:string .

<http://lexvo.org/id/char/248D9> a lvont:Character ;
    lvont:represents "𤣙"^^xsd:string .

<http://lexvo.org/id/char/248DA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/nh%C3%ADm>,
        "𤣚"^^xsd:string .

<http://lexvo.org/id/char/248DB> a lvont:Character ;
    lvont:represents "𤣛"^^xsd:string .

<http://lexvo.org/id/char/248DC> a lvont:Character ;
    lvont:represents "𤣜"^^xsd:string .

<http://lexvo.org/id/char/248DD> a lvont:Character ;
    lvont:represents "𤣝"^^xsd:string .

<http://lexvo.org/id/char/248DE> a lvont:Character ;
    lvont:represents "𤣞"^^xsd:string .

<http://lexvo.org/id/char/248DF> a lvont:Character ;
    lvont:represents "𤣟"^^xsd:string .

<http://lexvo.org/id/char/248E> a lvont:Character ;
    lvont:represents "⒎"^^xsd:string ;
    rdfs:comment "DIGIT SEVEN FULL STOP"@en .

<http://lexvo.org/id/char/248E0> a lvont:Character ;
    lvont:represents "𤣠"^^xsd:string .

<http://lexvo.org/id/char/248E1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/d%E1%BB%8Dc>,
        "𤣡"^^xsd:string .

<http://lexvo.org/id/char/248E2> a lvont:Character ;
    lvont:represents "𤣢"^^xsd:string .

<http://lexvo.org/id/char/248E3> a lvont:Character ;
    lvont:represents "𤣣"^^xsd:string .

<http://lexvo.org/id/char/248E4> a lvont:Character ;
    lvont:represents "𤣤"^^xsd:string .

<http://lexvo.org/id/char/248E6> a lvont:Character ;
    lvont:represents "𤣦"^^xsd:string .

<http://lexvo.org/id/char/248E7> a lvont:Character ;
    lvont:represents "𤣧"^^xsd:string .

<http://lexvo.org/id/char/248E8> a lvont:Character ;
    lvont:represents "𤣨"^^xsd:string .

<http://lexvo.org/id/char/248EA> a lvont:Character ;
    lvont:represents "𤣪"^^xsd:string .

<http://lexvo.org/id/char/248EB> a lvont:Character ;
    lvont:represents "𤣫"^^xsd:string .

<http://lexvo.org/id/char/248EC> a lvont:Character ;
    lvont:represents "𤣬"^^xsd:string .

<http://lexvo.org/id/char/248ED> a lvont:Character ;
    lvont:represents "𤣭"^^xsd:string .

<http://lexvo.org/id/char/248EE> a lvont:Character ;
    lvont:represents "𤣮"^^xsd:string .

<http://lexvo.org/id/char/248EF> a lvont:Character ;
    lvont:represents "𤣯"^^xsd:string .

<http://lexvo.org/id/char/248F> a lvont:Character ;
    lvont:represents "⒏"^^xsd:string ;
    rdfs:comment "DIGIT EIGHT FULL STOP"@en .

<http://lexvo.org/id/char/248F0> a lvont:Character ;
    lvont:represents "𤣰"^^xsd:string .

<http://lexvo.org/id/char/248F1> a lvont:Character ;
    lvont:represents "𤣱"^^xsd:string .

<http://lexvo.org/id/char/248F2> a lvont:Character ;
    lvont:represents "𤣲"^^xsd:string .

<http://lexvo.org/id/char/248F3> a lvont:Character ;
    lvont:represents "𤣳"^^xsd:string .

<http://lexvo.org/id/char/248F4> a lvont:Character ;
    lvont:represents "𤣴"^^xsd:string .

<http://lexvo.org/id/char/248F5> a lvont:Character ;
    lvont:represents "𤣵"^^xsd:string .

<http://lexvo.org/id/char/248F6> a lvont:Character ;
    lvont:represents "𤣶"^^xsd:string .

<http://lexvo.org/id/char/248F7> a lvont:Character ;
    lvont:represents "𤣷"^^xsd:string .

<http://lexvo.org/id/char/248F8> a lvont:Character ;
    lvont:represents "𤣸"^^xsd:string .

<http://lexvo.org/id/char/248F9> a lvont:Character ;
    lvont:represents "𤣹"^^xsd:string .

<http://lexvo.org/id/char/248FA> a lvont:Character ;
    lvont:represents "𤣺"^^xsd:string .

<http://lexvo.org/id/char/248FB> a lvont:Character ;
    lvont:represents "𤣻"^^xsd:string .

<http://lexvo.org/id/char/248FC> a lvont:Character ;
    lvont:represents "𤣼"^^xsd:string .

<http://lexvo.org/id/char/248FD> a lvont:Character ;
    lvont:represents "𤣽"^^xsd:string .

<http://lexvo.org/id/char/248FE> a lvont:Character ;
    lvont:represents "𤣾"^^xsd:string .

<http://lexvo.org/id/char/248FF> a lvont:Character ;
    lvont:represents "𤣿"^^xsd:string .

<http://lexvo.org/id/char/2490> a lvont:Character ;
    lvont:represents "⒐"^^xsd:string ;
    rdfs:comment "DIGIT NINE FULL STOP"@en .

<http://lexvo.org/id/char/24900> a lvont:Character ;
    lvont:represents "𤤀"^^xsd:string .

<http://lexvo.org/id/char/24901> a lvont:Character ;
    lvont:represents "𤤁"^^xsd:string .

<http://lexvo.org/id/char/24902> a lvont:Character ;
    lvont:represents "𤤂"^^xsd:string .

<http://lexvo.org/id/char/24903> a lvont:Character ;
    lvont:represents "𤤃"^^xsd:string .

<http://lexvo.org/id/char/24904> a lvont:Character ;
    lvont:represents "𤤄"^^xsd:string .

<http://lexvo.org/id/char/24905> a lvont:Character ;
    lvont:represents "𤤅"^^xsd:string .

<http://lexvo.org/id/char/24906> a lvont:Character ;
    lvont:represents "𤤆"^^xsd:string .

<http://lexvo.org/id/char/24907> a lvont:Character ;
    lvont:represents "𤤇"^^xsd:string .

<http://lexvo.org/id/char/24908> a lvont:Character ;
    lvont:represents "𤤈"^^xsd:string .

<http://lexvo.org/id/char/24909> a lvont:Character ;
    lvont:represents "𤤉"^^xsd:string .

<http://lexvo.org/id/char/2490A> a lvont:Character ;
    lvont:represents "𤤊"^^xsd:string .

<http://lexvo.org/id/char/2490B> a lvont:Character ;
    lvont:represents "𤤋"^^xsd:string .

<http://lexvo.org/id/char/2490C> a lvont:Character ;
    lvont:represents "𤤌"^^xsd:string .

<http://lexvo.org/id/char/2490D> a lvont:Character ;
    lvont:represents "𤤍"^^xsd:string .

<http://lexvo.org/id/char/2490E> a lvont:Character ;
    lvont:represents "𤤎"^^xsd:string .

<http://lexvo.org/id/char/2490F> a lvont:Character ;
    lvont:represents "𤤏"^^xsd:string .

<http://lexvo.org/id/char/2491> a lvont:Character ;
    lvont:represents "⒑"^^xsd:string ;
    rdfs:comment "NUMBER TEN FULL STOP"@en .

<http://lexvo.org/id/char/24910> a lvont:Character ;
    lvont:represents "𤤐"^^xsd:string .

<http://lexvo.org/id/char/24911> a lvont:Character ;
    lvont:represents "𤤑"^^xsd:string .

<http://lexvo.org/id/char/24912> a lvont:Character ;
    lvont:represents "𤤒"^^xsd:string .

<http://lexvo.org/id/char/24913> a lvont:Character ;
    lvont:represents "𤤓"^^xsd:string .

<http://lexvo.org/id/char/24914> a lvont:Character ;
    lvont:represents "𤤔"^^xsd:string .

<http://lexvo.org/id/char/24915> a lvont:Character ;
    lvont:represents "𤤕"^^xsd:string .

<http://lexvo.org/id/char/24916> a lvont:Character ;
    lvont:represents "𤤖"^^xsd:string .

<http://lexvo.org/id/char/24917> a lvont:Character ;
    lvont:represents "𤤗"^^xsd:string .

<http://lexvo.org/id/char/24918> a lvont:Character ;
    lvont:represents "𤤘"^^xsd:string .

<http://lexvo.org/id/char/24919> a lvont:Character ;
    lvont:represents "𤤙"^^xsd:string .

<http://lexvo.org/id/char/2491A> a lvont:Character ;
    lvont:represents "𤤚"^^xsd:string .

<http://lexvo.org/id/char/2491B> a lvont:Character ;
    lvont:represents "𤤛"^^xsd:string .

<http://lexvo.org/id/char/2491C> a lvont:Character ;
    lvont:represents "𤤜"^^xsd:string .

<http://lexvo.org/id/char/2491D> a lvont:Character ;
    lvont:represents "𤤝"^^xsd:string .

<http://lexvo.org/id/char/2491E> a lvont:Character ;
    lvont:represents "𤤞"^^xsd:string .

<http://lexvo.org/id/char/2491F> a lvont:Character ;
    lvont:represents "𤤟"^^xsd:string .

<http://lexvo.org/id/char/2492> a lvont:Character ;
    lvont:represents "⒒"^^xsd:string ;
    rdfs:comment "NUMBER ELEVEN FULL STOP"@en .

<http://lexvo.org/id/char/24920> a lvont:Character ;
    lvont:represents "𤤠"^^xsd:string .

<http://lexvo.org/id/char/24921> a lvont:Character ;
    lvont:represents "𤤡"^^xsd:string .

<http://lexvo.org/id/char/24922> a lvont:Character ;
    lvont:represents "𤤢"^^xsd:string .

<http://lexvo.org/id/char/24923> a lvont:Character ;
    lvont:represents "𤤣"^^xsd:string .

<http://lexvo.org/id/char/24924> a lvont:Character ;
    lvont:represents "𤤤"^^xsd:string .

<http://lexvo.org/id/char/24925> a lvont:Character ;
    lvont:represents "𤤥"^^xsd:string .

<http://lexvo.org/id/char/24926> a lvont:Character ;
    lvont:represents "𤤦"^^xsd:string .

<http://lexvo.org/id/char/24927> a lvont:Character ;
    lvont:represents "𤤧"^^xsd:string .

<http://lexvo.org/id/char/24928> a lvont:Character ;
    lvont:represents "𤤨"^^xsd:string .

<http://lexvo.org/id/char/24929> a lvont:Character ;
    lvont:represents "𤤩"^^xsd:string .

<http://lexvo.org/id/char/2492A> a lvont:Character ;
    lvont:represents "𤤪"^^xsd:string .

<http://lexvo.org/id/char/2492B> a lvont:Character ;
    lvont:represents "𤤫"^^xsd:string .

<http://lexvo.org/id/char/2492C> a lvont:Character ;
    lvont:represents "𤤬"^^xsd:string .

<http://lexvo.org/id/char/2492D> a lvont:Character ;
    lvont:represents "𤤭"^^xsd:string .

<http://lexvo.org/id/char/2492E> a lvont:Character ;
    lvont:represents "𤤮"^^xsd:string .

<http://lexvo.org/id/char/2492F> a lvont:Character ;
    lvont:represents "𤤯"^^xsd:string .

<http://lexvo.org/id/char/2493> a lvont:Character ;
    lvont:represents "⒓"^^xsd:string ;
    rdfs:comment "NUMBER TWELVE FULL STOP"@en .

<http://lexvo.org/id/char/24930> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/vua>,
        "𤤰"^^xsd:string .

<http://lexvo.org/id/char/24931> a lvont:Character ;
    lvont:represents "𤤱"^^xsd:string .

<http://lexvo.org/id/char/24932> a lvont:Character ;
    lvont:represents "𤤲"^^xsd:string .

<http://lexvo.org/id/char/24933> a lvont:Character ;
    lvont:represents "𤤳"^^xsd:string .

<http://lexvo.org/id/char/24934> a lvont:Character ;
    lvont:represents "𤤴"^^xsd:string .

<http://lexvo.org/id/char/24935> a lvont:Character ;
    lvont:represents "𤤵"^^xsd:string .

<http://lexvo.org/id/char/24936> a lvont:Character ;
    lvont:represents "𤤶"^^xsd:string .

<http://lexvo.org/id/char/24937> a lvont:Character ;
    lvont:represents "𤤷"^^xsd:string .

<http://lexvo.org/id/char/24938> a lvont:Character ;
    lvont:represents "𤤸"^^xsd:string .

<http://lexvo.org/id/char/24939> a lvont:Character ;
    lvont:represents "𤤹"^^xsd:string .

<http://lexvo.org/id/char/2493A> a lvont:Character ;
    lvont:represents "𤤺"^^xsd:string .

<http://lexvo.org/id/char/2493B> a lvont:Character ;
    lvont:represents "𤤻"^^xsd:string .

<http://lexvo.org/id/char/2493C> a lvont:Character ;
    lvont:represents "𤤼"^^xsd:string .

<http://lexvo.org/id/char/2493D> a lvont:Character ;
    lvont:represents "𤤽"^^xsd:string .

<http://lexvo.org/id/char/2493E> a lvont:Character ;
    lvont:represents "𤤾"^^xsd:string .

<http://lexvo.org/id/char/2493F> a lvont:Character ;
    lvont:represents "𤤿"^^xsd:string .

<http://lexvo.org/id/char/2494> a lvont:Character ;
    lvont:represents "⒔"^^xsd:string ;
    rdfs:comment "NUMBER THIRTEEN FULL STOP"@en .

<http://lexvo.org/id/char/24940> a lvont:Character ;
    lvont:represents "𤥀"^^xsd:string .

<http://lexvo.org/id/char/24941> a lvont:Character ;
    lvont:represents "𤥁"^^xsd:string .

<http://lexvo.org/id/char/24942> a lvont:Character ;
    lvont:represents "𤥂"^^xsd:string .

<http://lexvo.org/id/char/24943> a lvont:Character ;
    lvont:represents "𤥃"^^xsd:string .

<http://lexvo.org/id/char/24944> a lvont:Character ;
    lvont:represents "𤥄"^^xsd:string .

<http://lexvo.org/id/char/24945> a lvont:Character ;
    lvont:represents "𤥅"^^xsd:string .

<http://lexvo.org/id/char/24946> a lvont:Character ;
    lvont:represents "𤥆"^^xsd:string .

<http://lexvo.org/id/char/24947> a lvont:Character ;
    lvont:represents "𤥇"^^xsd:string .

<http://lexvo.org/id/char/24948> a lvont:Character ;
    lvont:represents "𤥈"^^xsd:string .

<http://lexvo.org/id/char/24949> a lvont:Character ;
    lvont:represents "𤥉"^^xsd:string .

<http://lexvo.org/id/char/2494A> a lvont:Character ;
    lvont:represents "𤥊"^^xsd:string .

<http://lexvo.org/id/char/2494B> a lvont:Character ;
    lvont:represents "𤥋"^^xsd:string .

<http://lexvo.org/id/char/2494C> a lvont:Character ;
    lvont:represents "𤥌"^^xsd:string .

<http://lexvo.org/id/char/2494D> a lvont:Character ;
    lvont:represents "𤥍"^^xsd:string .

<http://lexvo.org/id/char/2494E> a lvont:Character ;
    lvont:represents "𤥎"^^xsd:string .

<http://lexvo.org/id/char/2494F> a lvont:Character ;
    lvont:represents "𤥏"^^xsd:string .

<http://lexvo.org/id/char/2495> a lvont:Character ;
    lvont:represents "⒕"^^xsd:string ;
    rdfs:comment "NUMBER FOURTEEN FULL STOP"@en .

<http://lexvo.org/id/char/24950> a lvont:Character ;
    lvont:represents "𤥐"^^xsd:string .

<http://lexvo.org/id/char/24951> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/v%C3%B2ng>,
        "𤥑"^^xsd:string .

<http://lexvo.org/id/char/24952> a lvont:Character ;
    lvont:represents "𤥒"^^xsd:string .

<http://lexvo.org/id/char/24953> a lvont:Character ;
    lvont:represents "𤥓"^^xsd:string .

<http://lexvo.org/id/char/24954> a lvont:Character ;
    lvont:represents "𤥔"^^xsd:string .

<http://lexvo.org/id/char/24955> a lvont:Character ;
    lvont:represents "𤥕"^^xsd:string .

<http://lexvo.org/id/char/24956> a lvont:Character ;
    lvont:represents "𤥖"^^xsd:string .

<http://lexvo.org/id/char/24957> a lvont:Character ;
    lvont:represents "𤥗"^^xsd:string .

<http://lexvo.org/id/char/24958> a lvont:Character ;
    lvont:represents "𤥘"^^xsd:string .

<http://lexvo.org/id/char/24959> a lvont:Character ;
    lvont:represents "𤥙"^^xsd:string .

<http://lexvo.org/id/char/2495A> a lvont:Character ;
    lvont:represents "𤥚"^^xsd:string .

<http://lexvo.org/id/char/2495B> a lvont:Character ;
    lvont:represents "𤥛"^^xsd:string .

<http://lexvo.org/id/char/2495C> a lvont:Character ;
    lvont:represents "𤥜"^^xsd:string .

<http://lexvo.org/id/char/2495D> a lvont:Character ;
    lvont:represents "𤥝"^^xsd:string .

<http://lexvo.org/id/char/2495E> a lvont:Character ;
    lvont:represents "𤥞"^^xsd:string .

<http://lexvo.org/id/char/2495F> a lvont:Character ;
    lvont:represents "𤥟"^^xsd:string .

<http://lexvo.org/id/char/2496> a lvont:Character ;
    lvont:represents "⒖"^^xsd:string ;
    rdfs:comment "NUMBER FIFTEEN FULL STOP"@en .

<http://lexvo.org/id/char/24960> a lvont:Character ;
    lvont:represents "𤥠"^^xsd:string .

<http://lexvo.org/id/char/24961> a lvont:Character ;
    lvont:represents "𤥡"^^xsd:string .

<http://lexvo.org/id/char/24962> a lvont:Character ;
    lvont:represents "𤥢"^^xsd:string .

<http://lexvo.org/id/char/24963> a lvont:Character ;
    lvont:represents "𤥣"^^xsd:string .

<http://lexvo.org/id/char/24964> a lvont:Character ;
    lvont:represents "𤥤"^^xsd:string .

<http://lexvo.org/id/char/24965> a lvont:Character ;
    lvont:represents "𤥥"^^xsd:string .

<http://lexvo.org/id/char/24966> a lvont:Character ;
    lvont:represents "𤥦"^^xsd:string .

<http://lexvo.org/id/char/24967> a lvont:Character ;
    lvont:represents "𤥧"^^xsd:string .

<http://lexvo.org/id/char/24968> a lvont:Character ;
    lvont:represents "𤥨"^^xsd:string .

<http://lexvo.org/id/char/24969> a lvont:Character ;
    lvont:represents "𤥩"^^xsd:string .

<http://lexvo.org/id/char/2496A> a lvont:Character ;
    lvont:represents "𤥪"^^xsd:string .

<http://lexvo.org/id/char/2496B> a lvont:Character ;
    lvont:represents "𤥫"^^xsd:string .

<http://lexvo.org/id/char/2496C> a lvont:Character ;
    lvont:represents "𤥬"^^xsd:string .

<http://lexvo.org/id/char/2496D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/x%C3%A0>,
        "𤥭"^^xsd:string .

<http://lexvo.org/id/char/2496E> a lvont:Character ;
    lvont:represents "𤥮"^^xsd:string .

<http://lexvo.org/id/char/2496F> a lvont:Character ;
    lvont:represents "𤥯"^^xsd:string .

<http://lexvo.org/id/char/2497> a lvont:Character ;
    lvont:represents "⒗"^^xsd:string ;
    rdfs:comment "NUMBER SIXTEEN FULL STOP"@en .

<http://lexvo.org/id/char/24970> a lvont:Character ;
    lvont:represents "𤥰"^^xsd:string .

<http://lexvo.org/id/char/24971> a lvont:Character ;
    lvont:represents "𤥱"^^xsd:string .

<http://lexvo.org/id/char/24972> a lvont:Character ;
    lvont:represents "𤥲"^^xsd:string .

<http://lexvo.org/id/char/24973> a lvont:Character ;
    lvont:represents "𤥳"^^xsd:string .

<http://lexvo.org/id/char/24974> a lvont:Character ;
    lvont:represents "𤥴"^^xsd:string .

<http://lexvo.org/id/char/24975> a lvont:Character ;
    lvont:represents "𤥵"^^xsd:string .

<http://lexvo.org/id/char/24976> a lvont:Character ;
    lvont:represents "𤥶"^^xsd:string .

<http://lexvo.org/id/char/24977> a lvont:Character ;
    lvont:represents "𤥷"^^xsd:string .

<http://lexvo.org/id/char/24978> a lvont:Character ;
    lvont:represents "𤥸"^^xsd:string .

<http://lexvo.org/id/char/24979> a lvont:Character ;
    lvont:represents "𤥹"^^xsd:string .

<http://lexvo.org/id/char/2497A> a lvont:Character ;
    lvont:represents "𤥺"^^xsd:string .

<http://lexvo.org/id/char/2497B> a lvont:Character ;
    lvont:represents "𤥻"^^xsd:string .

<http://lexvo.org/id/char/2497C> a lvont:Character ;
    lvont:represents "𤥼"^^xsd:string .

<http://lexvo.org/id/char/2497D> a lvont:Character ;
    lvont:represents "𤥽"^^xsd:string .

<http://lexvo.org/id/char/2497E> a lvont:Character ;
    lvont:represents "𤥾"^^xsd:string .

<http://lexvo.org/id/char/2497F> a lvont:Character ;
    lvont:represents "𤥿"^^xsd:string .

<http://lexvo.org/id/char/2498> a lvont:Character ;
    lvont:represents "⒘"^^xsd:string ;
    rdfs:comment "NUMBER SEVENTEEN FULL STOP"@en .

<http://lexvo.org/id/char/24980> a lvont:Character ;
    lvont:represents "𤦀"^^xsd:string .

<http://lexvo.org/id/char/24981> a lvont:Character ;
    lvont:represents "𤦁"^^xsd:string .

<http://lexvo.org/id/char/24982> a lvont:Character ;
    lvont:represents "𤦂"^^xsd:string .

<http://lexvo.org/id/char/24983> a lvont:Character ;
    lvont:represents "𤦃"^^xsd:string .

<http://lexvo.org/id/char/24984> a lvont:Character ;
    lvont:represents "𤦄"^^xsd:string .

<http://lexvo.org/id/char/24985> a lvont:Character ;
    lvont:represents "𤦅"^^xsd:string .

<http://lexvo.org/id/char/24986> a lvont:Character ;
    lvont:represents "𤦆"^^xsd:string .

<http://lexvo.org/id/char/24987> a lvont:Character ;
    lvont:represents "𤦇"^^xsd:string .

<http://lexvo.org/id/char/24988> a lvont:Character ;
    lvont:represents "𤦈"^^xsd:string .

<http://lexvo.org/id/char/24989> a lvont:Character ;
    lvont:represents "𤦉"^^xsd:string .

<http://lexvo.org/id/char/2498A> a lvont:Character ;
    lvont:represents "𤦊"^^xsd:string .

<http://lexvo.org/id/char/2498B> a lvont:Character ;
    lvont:represents "𤦋"^^xsd:string .

<http://lexvo.org/id/char/2498C> a lvont:Character ;
    lvont:represents "𤦌"^^xsd:string .

<http://lexvo.org/id/char/2498D> a lvont:Character ;
    lvont:represents "𤦍"^^xsd:string .

<http://lexvo.org/id/char/2498E> a lvont:Character ;
    lvont:represents "𤦎"^^xsd:string .

<http://lexvo.org/id/char/2498F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/cung1>,
        <http://lexvo.org/id/term/yue/%F0%A4%A6%8F>,
        "𤦏"^^xsd:string .

<http://lexvo.org/id/char/2499> a lvont:Character ;
    lvont:represents "⒙"^^xsd:string ;
    rdfs:comment "NUMBER EIGHTEEN FULL STOP"@en .

<http://lexvo.org/id/char/24990> a lvont:Character ;
    lvont:represents "𤦐"^^xsd:string .

<http://lexvo.org/id/char/24991> a lvont:Character ;
    lvont:represents "𤦑"^^xsd:string .

<http://lexvo.org/id/char/24992> a lvont:Character ;
    lvont:represents "𤦒"^^xsd:string .

<http://lexvo.org/id/char/24993> a lvont:Character ;
    lvont:represents "𤦓"^^xsd:string .

<http://lexvo.org/id/char/24994> a lvont:Character ;
    lvont:represents "𤦔"^^xsd:string .

<http://lexvo.org/id/char/24995> a lvont:Character ;
    lvont:represents "𤦕"^^xsd:string .

<http://lexvo.org/id/char/24996> a lvont:Character ;
    lvont:represents "𤦖"^^xsd:string .

<http://lexvo.org/id/char/24997> a lvont:Character ;
    lvont:represents "𤦗"^^xsd:string .

<http://lexvo.org/id/char/24998> a lvont:Character ;
    lvont:represents "𤦘"^^xsd:string .

<http://lexvo.org/id/char/24999> a lvont:Character ;
    lvont:represents "𤦙"^^xsd:string .

<http://lexvo.org/id/char/2499A> a lvont:Character ;
    lvont:represents "𤦚"^^xsd:string .

<http://lexvo.org/id/char/2499B> a lvont:Character ;
    lvont:represents "𤦛"^^xsd:string .

<http://lexvo.org/id/char/2499C> a lvont:Character ;
    lvont:represents "𤦜"^^xsd:string .

<http://lexvo.org/id/char/2499D> a lvont:Character ;
    lvont:represents "𤦝"^^xsd:string .

<http://lexvo.org/id/char/2499E> a lvont:Character ;
    lvont:represents "𤦞"^^xsd:string .

<http://lexvo.org/id/char/2499F> a lvont:Character ;
    lvont:represents "𤦟"^^xsd:string .

<http://lexvo.org/id/char/249A> a lvont:Character ;
    lvont:represents "⒚"^^xsd:string ;
    rdfs:comment "NUMBER NINETEEN FULL STOP"@en .

<http://lexvo.org/id/char/249A0> a lvont:Character ;
    lvont:represents "𤦠"^^xsd:string .

<http://lexvo.org/id/char/249A1> a lvont:Character ;
    lvont:represents "𤦡"^^xsd:string .

<http://lexvo.org/id/char/249A2> a lvont:Character ;
    lvont:represents "𤦢"^^xsd:string .

<http://lexvo.org/id/char/249A3> a lvont:Character ;
    lvont:represents "𤦣"^^xsd:string .

<http://lexvo.org/id/char/249A4> a lvont:Character ;
    lvont:represents "𤦤"^^xsd:string .

<http://lexvo.org/id/char/249A5> a lvont:Character ;
    lvont:represents "𤦥"^^xsd:string .

<http://lexvo.org/id/char/249A6> a lvont:Character ;
    lvont:represents "𤦦"^^xsd:string .

<http://lexvo.org/id/char/249A7> a lvont:Character ;
    lvont:represents "𤦧"^^xsd:string .

<http://lexvo.org/id/char/249A8> a lvont:Character ;
    lvont:represents "𤦨"^^xsd:string .

<http://lexvo.org/id/char/249A9> a lvont:Character ;
    lvont:represents "𤦩"^^xsd:string .

<http://lexvo.org/id/char/249AA> a lvont:Character ;
    lvont:represents "𤦪"^^xsd:string .

<http://lexvo.org/id/char/249AB> a lvont:Character ;
    lvont:represents "𤦫"^^xsd:string .

<http://lexvo.org/id/char/249AC> a lvont:Character ;
    lvont:represents "𤦬"^^xsd:string .

<http://lexvo.org/id/char/249AD> a lvont:Character ;
    lvont:represents "𤦭"^^xsd:string .

<http://lexvo.org/id/char/249AE> a lvont:Character ;
    lvont:represents "𤦮"^^xsd:string .

<http://lexvo.org/id/char/249AF> a lvont:Character ;
    lvont:represents "𤦯"^^xsd:string .

<http://lexvo.org/id/char/249B> a lvont:Character ;
    lvont:represents "⒛"^^xsd:string ;
    rdfs:comment "NUMBER TWENTY FULL STOP"@en .

<http://lexvo.org/id/char/249B0> a lvont:Character ;
    lvont:represents "𤦰"^^xsd:string .

<http://lexvo.org/id/char/249B1> a lvont:Character ;
    lvont:represents "𤦱"^^xsd:string .

<http://lexvo.org/id/char/249B2> a lvont:Character ;
    lvont:represents "𤦲"^^xsd:string .

<http://lexvo.org/id/char/249B3> a lvont:Character ;
    lvont:represents "𤦳"^^xsd:string .

<http://lexvo.org/id/char/249B4> a lvont:Character ;
    lvont:represents "𤦴"^^xsd:string .

<http://lexvo.org/id/char/249B5> a lvont:Character ;
    lvont:represents "𤦵"^^xsd:string .

<http://lexvo.org/id/char/249B6> a lvont:Character ;
    lvont:represents "𤦶"^^xsd:string .

<http://lexvo.org/id/char/249B7> a lvont:Character ;
    lvont:represents "𤦷"^^xsd:string .

<http://lexvo.org/id/char/249B8> a lvont:Character ;
    lvont:represents "𤦸"^^xsd:string .

<http://lexvo.org/id/char/249B9> a lvont:Character ;
    lvont:represents "𤦹"^^xsd:string .

<http://lexvo.org/id/char/249BA> a lvont:Character ;
    lvont:represents "𤦺"^^xsd:string .

<http://lexvo.org/id/char/249BB> a lvont:Character ;
    lvont:represents "𤦻"^^xsd:string .

<http://lexvo.org/id/char/249BC> a lvont:Character ;
    lvont:represents "𤦼"^^xsd:string .

<http://lexvo.org/id/char/249BD> a lvont:Character ;
    lvont:represents "𤦽"^^xsd:string .

<http://lexvo.org/id/char/249BE> a lvont:Character ;
    lvont:represents "𤦾"^^xsd:string .

<http://lexvo.org/id/char/249BF> a lvont:Character ;
    lvont:represents "𤦿"^^xsd:string .

<http://lexvo.org/id/char/249C> a lvont:Character ;
    lvont:represents "⒜"^^xsd:string ;
    rdfs:comment "PARENTHESIZED LATIN SMALL LETTER A"@en .

<http://lexvo.org/id/char/249C0> a lvont:Character ;
    lvont:represents "𤧀"^^xsd:string .

<http://lexvo.org/id/char/249C1> a lvont:Character ;
    lvont:represents "𤧁"^^xsd:string .

<http://lexvo.org/id/char/249C2> a lvont:Character ;
    lvont:represents "𤧂"^^xsd:string .

<http://lexvo.org/id/char/249C3> a lvont:Character ;
    lvont:represents "𤧃"^^xsd:string .

<http://lexvo.org/id/char/249C4> a lvont:Character ;
    lvont:represents "𤧄"^^xsd:string .

<http://lexvo.org/id/char/249C5> a lvont:Character ;
    lvont:represents "𤧅"^^xsd:string .

<http://lexvo.org/id/char/249C6> a lvont:Character ;
    lvont:represents "𤧆"^^xsd:string .

<http://lexvo.org/id/char/249C7> a lvont:Character ;
    lvont:represents "𤧇"^^xsd:string .

<http://lexvo.org/id/char/249C8> a lvont:Character ;
    lvont:represents "𤧈"^^xsd:string .

<http://lexvo.org/id/char/249C9> a lvont:Character ;
    lvont:represents "𤧉"^^xsd:string .

<http://lexvo.org/id/char/249CA> a lvont:Character ;
    lvont:represents "𤧊"^^xsd:string .

<http://lexvo.org/id/char/249CB> a lvont:Character ;
    lvont:represents "𤧋"^^xsd:string .

<http://lexvo.org/id/char/249CC> a lvont:Character ;
    lvont:represents "𤧌"^^xsd:string .

<http://lexvo.org/id/char/249CD> a lvont:Character ;
    lvont:represents "𤧍"^^xsd:string .

<http://lexvo.org/id/char/249CE> a lvont:Character ;
    lvont:represents "𤧎"^^xsd:string .

<http://lexvo.org/id/char/249CF> a lvont:Character ;
    lvont:represents "𤧏"^^xsd:string .

<http://lexvo.org/id/char/249D> a lvont:Character ;
    lvont:represents "⒝"^^xsd:string ;
    rdfs:comment "PARENTHESIZED LATIN SMALL LETTER B"@en .

<http://lexvo.org/id/char/249D0> a lvont:Character ;
    lvont:represents "𤧐"^^xsd:string .

<http://lexvo.org/id/char/249D1> a lvont:Character ;
    lvont:represents "𤧑"^^xsd:string .

<http://lexvo.org/id/char/249D2> a lvont:Character ;
    lvont:represents "𤧒"^^xsd:string .

<http://lexvo.org/id/char/249D3> a lvont:Character ;
    lvont:represents "𤧓"^^xsd:string .

<http://lexvo.org/id/char/249D4> a lvont:Character ;
    lvont:represents "𤧔"^^xsd:string .

<http://lexvo.org/id/char/249D5> a lvont:Character ;
    lvont:represents "𤧕"^^xsd:string .

<http://lexvo.org/id/char/249D6> a lvont:Character ;
    lvont:represents "𤧖"^^xsd:string .

<http://lexvo.org/id/char/249D7> a lvont:Character ;
    lvont:represents "𤧗"^^xsd:string .

<http://lexvo.org/id/char/249D8> a lvont:Character ;
    lvont:represents "𤧘"^^xsd:string .

<http://lexvo.org/id/char/249D9> a lvont:Character ;
    lvont:represents "𤧙"^^xsd:string .

<http://lexvo.org/id/char/249DA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%F0%A4%A7%9A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C5%8Dng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cung1>,
        <http://lexvo.org/id/term/yue/%F0%A4%A7%9A>,
        "𤧚"^^xsd:string ;
    rdfs:comment "turquoise"@en .

<http://lexvo.org/id/char/249DB> a lvont:Character ;
    lvont:represents "𤧛"^^xsd:string .

<http://lexvo.org/id/char/249DC> a lvont:Character ;
    lvont:represents "𤧜"^^xsd:string .

<http://lexvo.org/id/char/249DD> a lvont:Character ;
    lvont:represents "𤧝"^^xsd:string .

<http://lexvo.org/id/char/249DE> a lvont:Character ;
    lvont:represents "𤧞"^^xsd:string .

<http://lexvo.org/id/char/249DF> a lvont:Character ;
    lvont:represents "𤧟"^^xsd:string .

<http://lexvo.org/id/char/249E> a lvont:Character ;
    lvont:represents "⒞"^^xsd:string ;
    rdfs:comment "PARENTHESIZED LATIN SMALL LETTER C"@en .

<http://lexvo.org/id/char/249E0> a lvont:Character ;
    lvont:represents "𤧠"^^xsd:string .

<http://lexvo.org/id/char/249E1> a lvont:Character ;
    lvont:represents "𤧡"^^xsd:string .

<http://lexvo.org/id/char/249E2> a lvont:Character ;
    lvont:represents "𤧢"^^xsd:string .

<http://lexvo.org/id/char/249E3> a lvont:Character ;
    lvont:represents "𤧣"^^xsd:string .

<http://lexvo.org/id/char/249E4> a lvont:Character ;
    lvont:represents "𤧤"^^xsd:string .

<http://lexvo.org/id/char/249E5> a lvont:Character ;
    lvont:represents "𤧥"^^xsd:string .

<http://lexvo.org/id/char/249E6> a lvont:Character ;
    lvont:represents "𤧦"^^xsd:string .

<http://lexvo.org/id/char/249E7> a lvont:Character ;
    lvont:represents "𤧧"^^xsd:string .

<http://lexvo.org/id/char/249E8> a lvont:Character ;
    lvont:represents "𤧨"^^xsd:string .

<http://lexvo.org/id/char/249E9> a lvont:Character ;
    lvont:represents "𤧩"^^xsd:string .

<http://lexvo.org/id/char/249EA> a lvont:Character ;
    lvont:represents "𤧪"^^xsd:string .

<http://lexvo.org/id/char/249EB> a lvont:Character ;
    lvont:represents "𤧫"^^xsd:string .

<http://lexvo.org/id/char/249EC> a lvont:Character ;
    lvont:represents "𤧬"^^xsd:string .

<http://lexvo.org/id/char/249ED> a lvont:Character ;
    lvont:represents "𤧭"^^xsd:string .

<http://lexvo.org/id/char/249EE> a lvont:Character ;
    lvont:represents "𤧮"^^xsd:string .

<http://lexvo.org/id/char/249EF> a lvont:Character ;
    lvont:represents "𤧯"^^xsd:string .

<http://lexvo.org/id/char/249F> a lvont:Character ;
    lvont:represents "⒟"^^xsd:string ;
    rdfs:comment "PARENTHESIZED LATIN SMALL LETTER D"@en .

<http://lexvo.org/id/char/249F0> a lvont:Character ;
    lvont:represents "𤧰"^^xsd:string .

<http://lexvo.org/id/char/249F1> a lvont:Character ;
    lvont:represents "𤧱"^^xsd:string .

<http://lexvo.org/id/char/249F2> a lvont:Character ;
    lvont:represents "𤧲"^^xsd:string .

<http://lexvo.org/id/char/249F3> a lvont:Character ;
    lvont:represents "𤧳"^^xsd:string .

<http://lexvo.org/id/char/249F4> a lvont:Character ;
    lvont:represents "𤧴"^^xsd:string .

<http://lexvo.org/id/char/249F5> a lvont:Character ;
    lvont:represents "𤧵"^^xsd:string .

<http://lexvo.org/id/char/249F6> a lvont:Character ;
    lvont:represents "𤧶"^^xsd:string .

<http://lexvo.org/id/char/249F7> a lvont:Character ;
    lvont:represents "𤧷"^^xsd:string .

<http://lexvo.org/id/char/249F8> a lvont:Character ;
    lvont:represents "𤧸"^^xsd:string .

<http://lexvo.org/id/char/249F9> a lvont:Character ;
    lvont:represents "𤧹"^^xsd:string .

<http://lexvo.org/id/char/249FA> a lvont:Character ;
    lvont:represents "𤧺"^^xsd:string .

<http://lexvo.org/id/char/249FB> a lvont:Character ;
    lvont:represents "𤧻"^^xsd:string .

<http://lexvo.org/id/char/249FC> a lvont:Character ;
    lvont:represents "𤧼"^^xsd:string .

<http://lexvo.org/id/char/249FD> a lvont:Character ;
    lvont:represents "𤧽"^^xsd:string .

<http://lexvo.org/id/char/249FE> a lvont:Character ;
    lvont:represents "𤧾"^^xsd:string .

<http://lexvo.org/id/char/249FF> a lvont:Character ;
    lvont:represents "𤧿"^^xsd:string .

<http://lexvo.org/id/char/24A0> a lvont:Character ;
    lvont:represents "⒠"^^xsd:string ;
    rdfs:comment "PARENTHESIZED LATIN SMALL LETTER E"@en .

<http://lexvo.org/id/char/24A00> a lvont:Character ;
    lvont:represents "𤨀"^^xsd:string .

<http://lexvo.org/id/char/24A01> a lvont:Character ;
    lvont:represents "𤨁"^^xsd:string .

<http://lexvo.org/id/char/24A02> a lvont:Character ;
    lvont:represents "𤨂"^^xsd:string .

<http://lexvo.org/id/char/24A03> a lvont:Character ;
    lvont:represents "𤨃"^^xsd:string .

<http://lexvo.org/id/char/24A04> a lvont:Character ;
    lvont:represents "𤨄"^^xsd:string .

<http://lexvo.org/id/char/24A05> a lvont:Character ;
    lvont:represents "𤨅"^^xsd:string .

<http://lexvo.org/id/char/24A06> a lvont:Character ;
    lvont:represents "𤨆"^^xsd:string .

<http://lexvo.org/id/char/24A07> a lvont:Character ;
    lvont:represents "𤨇"^^xsd:string .

<http://lexvo.org/id/char/24A08> a lvont:Character ;
    lvont:represents "𤨈"^^xsd:string .

<http://lexvo.org/id/char/24A09> a lvont:Character ;
    lvont:represents "𤨉"^^xsd:string .

<http://lexvo.org/id/char/24A0A> a lvont:Character ;
    lvont:represents "𤨊"^^xsd:string .

<http://lexvo.org/id/char/24A0B> a lvont:Character ;
    lvont:represents "𤨋"^^xsd:string .

<http://lexvo.org/id/char/24A0C> a lvont:Character ;
    lvont:represents "𤨌"^^xsd:string .

<http://lexvo.org/id/char/24A0D> a lvont:Character ;
    lvont:represents "𤨍"^^xsd:string .

<http://lexvo.org/id/char/24A0E> a lvont:Character ;
    lvont:represents "𤨎"^^xsd:string .

<http://lexvo.org/id/char/24A0F> a lvont:Character ;
    lvont:represents "𤨏"^^xsd:string .

<http://lexvo.org/id/char/24A1> a lvont:Character ;
    lvont:represents "⒡"^^xsd:string ;
    rdfs:comment "PARENTHESIZED LATIN SMALL LETTER F"@en .

<http://lexvo.org/id/char/24A10> a lvont:Character ;
    lvont:represents "𤨐"^^xsd:string .

<http://lexvo.org/id/char/24A11> a lvont:Character ;
    lvont:represents "𤨑"^^xsd:string .

<http://lexvo.org/id/char/24A12> a lvont:Character ;
    lvont:represents "𤨒"^^xsd:string .

<http://lexvo.org/id/char/24A13> a lvont:Character ;
    lvont:represents "𤨓"^^xsd:string .

<http://lexvo.org/id/char/24A14> a lvont:Character ;
    lvont:represents "𤨔"^^xsd:string .

<http://lexvo.org/id/char/24A15> a lvont:Character ;
    lvont:represents "𤨕"^^xsd:string .

<http://lexvo.org/id/char/24A16> a lvont:Character ;
    lvont:represents "𤨖"^^xsd:string .

<http://lexvo.org/id/char/24A17> a lvont:Character ;
    lvont:represents "𤨗"^^xsd:string .

<http://lexvo.org/id/char/24A18> a lvont:Character ;
    lvont:represents "𤨘"^^xsd:string .

<http://lexvo.org/id/char/24A19> a lvont:Character ;
    lvont:represents "𤨙"^^xsd:string .

<http://lexvo.org/id/char/24A1A> a lvont:Character ;
    lvont:represents "𤨚"^^xsd:string .

<http://lexvo.org/id/char/24A1B> a lvont:Character ;
    lvont:represents "𤨛"^^xsd:string .

<http://lexvo.org/id/char/24A1C> a lvont:Character ;
    lvont:represents "𤨜"^^xsd:string .

<http://lexvo.org/id/char/24A1D> a lvont:Character ;
    lvont:represents "𤨝"^^xsd:string .

<http://lexvo.org/id/char/24A1E> a lvont:Character ;
    lvont:represents "𤨞"^^xsd:string .

<http://lexvo.org/id/char/24A1F> a lvont:Character ;
    lvont:represents "𤨟"^^xsd:string .

<http://lexvo.org/id/char/24A2> a lvont:Character ;
    lvont:represents "⒢"^^xsd:string ;
    rdfs:comment "PARENTHESIZED LATIN SMALL LETTER G"@en .

<http://lexvo.org/id/char/24A20> a lvont:Character ;
    lvont:represents "𤨠"^^xsd:string .

<http://lexvo.org/id/char/24A21> a lvont:Character ;
    lvont:represents "𤨡"^^xsd:string .

<http://lexvo.org/id/char/24A22> a lvont:Character ;
    lvont:represents "𤨢"^^xsd:string .

<http://lexvo.org/id/char/24A23> a lvont:Character ;
    lvont:represents "𤨣"^^xsd:string .

<http://lexvo.org/id/char/24A24> a lvont:Character ;
    lvont:represents "𤨤"^^xsd:string .

<http://lexvo.org/id/char/24A25> a lvont:Character ;
    lvont:represents "𤨥"^^xsd:string .

<http://lexvo.org/id/char/24A26> a lvont:Character ;
    lvont:represents "𤨦"^^xsd:string .

<http://lexvo.org/id/char/24A27> a lvont:Character ;
    lvont:represents "𤨧"^^xsd:string .

<http://lexvo.org/id/char/24A28> a lvont:Character ;
    lvont:represents "𤨨"^^xsd:string .

<http://lexvo.org/id/char/24A29> a lvont:Character ;
    lvont:represents "𤨩"^^xsd:string .

<http://lexvo.org/id/char/24A2A> a lvont:Character ;
    lvont:represents "𤨪"^^xsd:string .

<http://lexvo.org/id/char/24A2B> a lvont:Character ;
    lvont:represents "𤨫"^^xsd:string .

<http://lexvo.org/id/char/24A2C> a lvont:Character ;
    lvont:represents "𤨬"^^xsd:string .

<http://lexvo.org/id/char/24A2D> a lvont:Character ;
    lvont:represents "𤨭"^^xsd:string .

<http://lexvo.org/id/char/24A2E> a lvont:Character ;
    lvont:represents "𤨮"^^xsd:string .

<http://lexvo.org/id/char/24A2F> a lvont:Character ;
    lvont:represents "𤨯"^^xsd:string .

<http://lexvo.org/id/char/24A3> a lvont:Character ;
    lvont:represents "⒣"^^xsd:string ;
    rdfs:comment "PARENTHESIZED LATIN SMALL LETTER H"@en .

<http://lexvo.org/id/char/24A30> a lvont:Character ;
    lvont:represents "𤨰"^^xsd:string .

<http://lexvo.org/id/char/24A31> a lvont:Character ;
    lvont:represents "𤨱"^^xsd:string .

<http://lexvo.org/id/char/24A32> a lvont:Character ;
    lvont:represents "𤨲"^^xsd:string .

<http://lexvo.org/id/char/24A33> a lvont:Character ;
    lvont:represents "𤨳"^^xsd:string .

<http://lexvo.org/id/char/24A34> a lvont:Character ;
    lvont:represents "𤨴"^^xsd:string .

<http://lexvo.org/id/char/24A35> a lvont:Character ;
    lvont:represents "𤨵"^^xsd:string .

<http://lexvo.org/id/char/24A36> a lvont:Character ;
    lvont:represents "𤨶"^^xsd:string .

<http://lexvo.org/id/char/24A37> a lvont:Character ;
    lvont:represents "𤨷"^^xsd:string .

<http://lexvo.org/id/char/24A38> a lvont:Character ;
    lvont:represents "𤨸"^^xsd:string .

<http://lexvo.org/id/char/24A39> a lvont:Character ;
    lvont:represents "𤨹"^^xsd:string .

<http://lexvo.org/id/char/24A3A> a lvont:Character ;
    lvont:represents "𤨺"^^xsd:string .

<http://lexvo.org/id/char/24A3B> a lvont:Character ;
    lvont:represents "𤨻"^^xsd:string .

<http://lexvo.org/id/char/24A3C> a lvont:Character ;
    lvont:represents "𤨼"^^xsd:string .

<http://lexvo.org/id/char/24A3D> a lvont:Character ;
    lvont:represents "𤨽"^^xsd:string .

<http://lexvo.org/id/char/24A3E> a lvont:Character ;
    lvont:represents "𤨾"^^xsd:string .

<http://lexvo.org/id/char/24A3F> a lvont:Character ;
    lvont:represents "𤨿"^^xsd:string .

<http://lexvo.org/id/char/24A4> a lvont:Character ;
    lvont:represents "⒤"^^xsd:string ;
    rdfs:comment "PARENTHESIZED LATIN SMALL LETTER I"@en .

<http://lexvo.org/id/char/24A40> a lvont:Character ;
    lvont:represents "𤩀"^^xsd:string .

<http://lexvo.org/id/char/24A41> a lvont:Character ;
    lvont:represents "𤩁"^^xsd:string .

<http://lexvo.org/id/char/24A42> a lvont:Character ;
    lvont:represents "𤩂"^^xsd:string .

<http://lexvo.org/id/char/24A43> a lvont:Character ;
    lvont:represents "𤩃"^^xsd:string .

<http://lexvo.org/id/char/24A44> a lvont:Character ;
    lvont:represents "𤩄"^^xsd:string .

<http://lexvo.org/id/char/24A45> a lvont:Character ;
    lvont:represents "𤩅"^^xsd:string .

<http://lexvo.org/id/char/24A46> a lvont:Character ;
    lvont:represents "𤩆"^^xsd:string .

<http://lexvo.org/id/char/24A47> a lvont:Character ;
    lvont:represents "𤩇"^^xsd:string .

<http://lexvo.org/id/char/24A48> a lvont:Character ;
    lvont:represents "𤩈"^^xsd:string .

<http://lexvo.org/id/char/24A49> a lvont:Character ;
    lvont:represents "𤩉"^^xsd:string .

<http://lexvo.org/id/char/24A4A> a lvont:Character ;
    lvont:represents "𤩊"^^xsd:string .

<http://lexvo.org/id/char/24A4B> a lvont:Character ;
    lvont:represents "𤩋"^^xsd:string .

<http://lexvo.org/id/char/24A4C> a lvont:Character ;
    lvont:represents "𤩌"^^xsd:string .

<http://lexvo.org/id/char/24A4D> a lvont:Character ;
    lvont:represents "𤩍"^^xsd:string .

<http://lexvo.org/id/char/24A4E> a lvont:Character ;
    lvont:represents "𤩎"^^xsd:string .

<http://lexvo.org/id/char/24A4F> a lvont:Character ;
    lvont:represents "𤩏"^^xsd:string .

<http://lexvo.org/id/char/24A5> a lvont:Character ;
    lvont:represents "⒥"^^xsd:string ;
    rdfs:comment "PARENTHESIZED LATIN SMALL LETTER J"@en .

<http://lexvo.org/id/char/24A50> a lvont:Character ;
    lvont:represents "𤩐"^^xsd:string .

<http://lexvo.org/id/char/24A51> a lvont:Character ;
    lvont:represents "𤩑"^^xsd:string .

<http://lexvo.org/id/char/24A52> a lvont:Character ;
    lvont:represents "𤩒"^^xsd:string .

<http://lexvo.org/id/char/24A53> a lvont:Character ;
    lvont:represents "𤩓"^^xsd:string .

<http://lexvo.org/id/char/24A54> a lvont:Character ;
    lvont:represents "𤩔"^^xsd:string .

<http://lexvo.org/id/char/24A55> a lvont:Character ;
    lvont:represents "𤩕"^^xsd:string .

<http://lexvo.org/id/char/24A56> a lvont:Character ;
    lvont:represents "𤩖"^^xsd:string .

<http://lexvo.org/id/char/24A57> a lvont:Character ;
    lvont:represents "𤩗"^^xsd:string .

<http://lexvo.org/id/char/24A58> a lvont:Character ;
    lvont:represents "𤩘"^^xsd:string .

<http://lexvo.org/id/char/24A59> a lvont:Character ;
    lvont:represents "𤩙"^^xsd:string .

<http://lexvo.org/id/char/24A5A> a lvont:Character ;
    lvont:represents "𤩚"^^xsd:string .

<http://lexvo.org/id/char/24A5B> a lvont:Character ;
    lvont:represents "𤩛"^^xsd:string .

<http://lexvo.org/id/char/24A5C> a lvont:Character ;
    lvont:represents "𤩜"^^xsd:string .

<http://lexvo.org/id/char/24A5D> a lvont:Character ;
    lvont:represents "𤩝"^^xsd:string .

<http://lexvo.org/id/char/24A5E> a lvont:Character ;
    lvont:represents "𤩞"^^xsd:string .

<http://lexvo.org/id/char/24A5F> a lvont:Character ;
    lvont:represents "𤩟"^^xsd:string .

<http://lexvo.org/id/char/24A6> a lvont:Character ;
    lvont:represents "⒦"^^xsd:string ;
    rdfs:comment "PARENTHESIZED LATIN SMALL LETTER K"@en .

<http://lexvo.org/id/char/24A60> a lvont:Character ;
    lvont:represents "𤩠"^^xsd:string .

<http://lexvo.org/id/char/24A61> a lvont:Character ;
    lvont:represents "𤩡"^^xsd:string .

<http://lexvo.org/id/char/24A62> a lvont:Character ;
    lvont:represents "𤩢"^^xsd:string .

<http://lexvo.org/id/char/24A63> a lvont:Character ;
    lvont:represents "𤩣"^^xsd:string .

<http://lexvo.org/id/char/24A64> a lvont:Character ;
    lvont:represents "𤩤"^^xsd:string .

<http://lexvo.org/id/char/24A65> a lvont:Character ;
    lvont:represents "𤩥"^^xsd:string .

<http://lexvo.org/id/char/24A66> a lvont:Character ;
    lvont:represents "𤩦"^^xsd:string .

<http://lexvo.org/id/char/24A67> a lvont:Character ;
    lvont:represents "𤩧"^^xsd:string .

<http://lexvo.org/id/char/24A68> a lvont:Character ;
    lvont:represents "𤩨"^^xsd:string .

<http://lexvo.org/id/char/24A69> a lvont:Character ;
    lvont:represents "𤩩"^^xsd:string .

<http://lexvo.org/id/char/24A6A> a lvont:Character ;
    lvont:represents "𤩪"^^xsd:string .

<http://lexvo.org/id/char/24A6B> a lvont:Character ;
    lvont:represents "𤩫"^^xsd:string .

<http://lexvo.org/id/char/24A6C> a lvont:Character ;
    lvont:represents "𤩬"^^xsd:string .

<http://lexvo.org/id/char/24A6D> a lvont:Character ;
    lvont:represents "𤩭"^^xsd:string .

<http://lexvo.org/id/char/24A6E> a lvont:Character ;
    lvont:represents "𤩮"^^xsd:string .

<http://lexvo.org/id/char/24A6F> a lvont:Character ;
    lvont:represents "𤩯"^^xsd:string .

<http://lexvo.org/id/char/24A7> a lvont:Character ;
    lvont:represents "⒧"^^xsd:string ;
    rdfs:comment "PARENTHESIZED LATIN SMALL LETTER L"@en .

<http://lexvo.org/id/char/24A70> a lvont:Character ;
    lvont:represents "𤩰"^^xsd:string .

<http://lexvo.org/id/char/24A71> a lvont:Character ;
    lvont:represents "𤩱"^^xsd:string .

<http://lexvo.org/id/char/24A72> a lvont:Character ;
    lvont:represents "𤩲"^^xsd:string .

<http://lexvo.org/id/char/24A73> a lvont:Character ;
    lvont:represents "𤩳"^^xsd:string .

<http://lexvo.org/id/char/24A74> a lvont:Character ;
    lvont:represents "𤩴"^^xsd:string .

<http://lexvo.org/id/char/24A75> a lvont:Character ;
    lvont:represents "𤩵"^^xsd:string .

<http://lexvo.org/id/char/24A76> a lvont:Character ;
    lvont:represents "𤩶"^^xsd:string .

<http://lexvo.org/id/char/24A77> a lvont:Character ;
    lvont:represents "𤩷"^^xsd:string .

<http://lexvo.org/id/char/24A78> a lvont:Character ;
    lvont:represents "𤩸"^^xsd:string .

<http://lexvo.org/id/char/24A79> a lvont:Character ;
    lvont:represents "𤩹"^^xsd:string .

<http://lexvo.org/id/char/24A7A> a lvont:Character ;
    lvont:represents "𤩺"^^xsd:string .

<http://lexvo.org/id/char/24A7B> a lvont:Character ;
    lvont:represents "𤩻"^^xsd:string .

<http://lexvo.org/id/char/24A7C> a lvont:Character ;
    lvont:represents "𤩼"^^xsd:string .

<http://lexvo.org/id/char/24A7D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%A1n>,
        "𤩽"^^xsd:string .

<http://lexvo.org/id/char/24A7E> a lvont:Character ;
    lvont:represents "𤩾"^^xsd:string .

<http://lexvo.org/id/char/24A7F> a lvont:Character ;
    lvont:represents "𤩿"^^xsd:string .

<http://lexvo.org/id/char/24A8> a lvont:Character ;
    lvont:represents "⒨"^^xsd:string ;
    rdfs:comment "PARENTHESIZED LATIN SMALL LETTER M"@en .

<http://lexvo.org/id/char/24A80> a lvont:Character ;
    lvont:represents "𤪀"^^xsd:string .

<http://lexvo.org/id/char/24A81> a lvont:Character ;
    lvont:represents "𤪁"^^xsd:string .

<http://lexvo.org/id/char/24A82> a lvont:Character ;
    lvont:represents "𤪂"^^xsd:string .

<http://lexvo.org/id/char/24A83> a lvont:Character ;
    lvont:represents "𤪃"^^xsd:string .

<http://lexvo.org/id/char/24A84> a lvont:Character ;
    lvont:represents "𤪄"^^xsd:string .

<http://lexvo.org/id/char/24A85> a lvont:Character ;
    lvont:represents "𤪅"^^xsd:string .

<http://lexvo.org/id/char/24A86> a lvont:Character ;
    lvont:represents "𤪆"^^xsd:string .

<http://lexvo.org/id/char/24A87> a lvont:Character ;
    lvont:represents "𤪇"^^xsd:string .

<http://lexvo.org/id/char/24A88> a lvont:Character ;
    lvont:represents "𤪈"^^xsd:string .

<http://lexvo.org/id/char/24A89> a lvont:Character ;
    lvont:represents "𤪉"^^xsd:string .

<http://lexvo.org/id/char/24A8A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/c%C6%B0%E1%BB%9Dm>,
        "𤪊"^^xsd:string .

<http://lexvo.org/id/char/24A8B> a lvont:Character ;
    lvont:represents "𤪋"^^xsd:string .

<http://lexvo.org/id/char/24A8C> a lvont:Character ;
    lvont:represents "𤪌"^^xsd:string .

<http://lexvo.org/id/char/24A8D> a lvont:Character ;
    lvont:represents "𤪍"^^xsd:string .

<http://lexvo.org/id/char/24A8E> a lvont:Character ;
    lvont:represents "𤪎"^^xsd:string .

<http://lexvo.org/id/char/24A8F> a lvont:Character ;
    lvont:represents "𤪏"^^xsd:string .

<http://lexvo.org/id/char/24A9> a lvont:Character ;
    lvont:represents "⒩"^^xsd:string ;
    rdfs:comment "PARENTHESIZED LATIN SMALL LETTER N"@en .

<http://lexvo.org/id/char/24A90> a lvont:Character ;
    lvont:represents "𤪐"^^xsd:string .

<http://lexvo.org/id/char/24A91> a lvont:Character ;
    lvont:represents "𤪑"^^xsd:string .

<http://lexvo.org/id/char/24A92> a lvont:Character ;
    lvont:represents "𤪒"^^xsd:string .

<http://lexvo.org/id/char/24A93> a lvont:Character ;
    lvont:represents "𤪓"^^xsd:string .

<http://lexvo.org/id/char/24A94> a lvont:Character ;
    lvont:represents "𤪔"^^xsd:string .

<http://lexvo.org/id/char/24A95> a lvont:Character ;
    lvont:represents "𤪕"^^xsd:string .

<http://lexvo.org/id/char/24A96> a lvont:Character ;
    lvont:represents "𤪖"^^xsd:string .

<http://lexvo.org/id/char/24A97> a lvont:Character ;
    lvont:represents "𤪗"^^xsd:string .

<http://lexvo.org/id/char/24A98> a lvont:Character ;
    lvont:represents "𤪘"^^xsd:string .

<http://lexvo.org/id/char/24A99> a lvont:Character ;
    lvont:represents "𤪙"^^xsd:string .

<http://lexvo.org/id/char/24A9A> a lvont:Character ;
    lvont:represents "𤪚"^^xsd:string .

<http://lexvo.org/id/char/24A9B> a lvont:Character ;
    lvont:represents "𤪛"^^xsd:string .

<http://lexvo.org/id/char/24A9C> a lvont:Character ;
    lvont:represents "𤪜"^^xsd:string .

<http://lexvo.org/id/char/24A9D> a lvont:Character ;
    lvont:represents "𤪝"^^xsd:string .

<http://lexvo.org/id/char/24A9E> a lvont:Character ;
    lvont:represents "𤪞"^^xsd:string .

<http://lexvo.org/id/char/24A9F> a lvont:Character ;
    lvont:represents "𤪟"^^xsd:string .

<http://lexvo.org/id/char/24AA> a lvont:Character ;
    lvont:represents "⒪"^^xsd:string ;
    rdfs:comment "PARENTHESIZED LATIN SMALL LETTER O"@en .

<http://lexvo.org/id/char/24AA0> a lvont:Character ;
    lvont:represents "𤪠"^^xsd:string .

<http://lexvo.org/id/char/24AA1> a lvont:Character ;
    lvont:represents "𤪡"^^xsd:string .

<http://lexvo.org/id/char/24AA2> a lvont:Character ;
    lvont:represents "𤪢"^^xsd:string .

<http://lexvo.org/id/char/24AA3> a lvont:Character ;
    lvont:represents "𤪣"^^xsd:string .

<http://lexvo.org/id/char/24AA4> a lvont:Character ;
    lvont:represents "𤪤"^^xsd:string .

<http://lexvo.org/id/char/24AA5> a lvont:Character ;
    lvont:represents "𤪥"^^xsd:string .

<http://lexvo.org/id/char/24AA6> a lvont:Character ;
    lvont:represents "𤪦"^^xsd:string .

<http://lexvo.org/id/char/24AA7> a lvont:Character ;
    lvont:represents "𤪧"^^xsd:string .

<http://lexvo.org/id/char/24AA8> a lvont:Character ;
    lvont:represents "𤪨"^^xsd:string .

<http://lexvo.org/id/char/24AA9> a lvont:Character ;
    lvont:represents "𤪩"^^xsd:string .

<http://lexvo.org/id/char/24AAA> a lvont:Character ;
    lvont:represents "𤪪"^^xsd:string .

<http://lexvo.org/id/char/24AAB> a lvont:Character ;
    lvont:represents "𤪫"^^xsd:string .

<http://lexvo.org/id/char/24AAC> a lvont:Character ;
    lvont:represents "𤪬"^^xsd:string .

<http://lexvo.org/id/char/24AAD> a lvont:Character ;
    lvont:represents "𤪭"^^xsd:string .

<http://lexvo.org/id/char/24AAE> a lvont:Character ;
    lvont:represents "𤪮"^^xsd:string .

<http://lexvo.org/id/char/24AAF> a lvont:Character ;
    lvont:represents "𤪯"^^xsd:string .

<http://lexvo.org/id/char/24AB> a lvont:Character ;
    lvont:represents "⒫"^^xsd:string ;
    rdfs:comment "PARENTHESIZED LATIN SMALL LETTER P"@en .

<http://lexvo.org/id/char/24AB0> a lvont:Character ;
    lvont:represents "𤪰"^^xsd:string .

<http://lexvo.org/id/char/24AB1> a lvont:Character ;
    lvont:represents "𤪱"^^xsd:string .

<http://lexvo.org/id/char/24AB2> a lvont:Character ;
    lvont:represents "𤪲"^^xsd:string .

<http://lexvo.org/id/char/24AB3> a lvont:Character ;
    lvont:represents "𤪳"^^xsd:string .

<http://lexvo.org/id/char/24AB4> a lvont:Character ;
    lvont:represents "𤪴"^^xsd:string .

<http://lexvo.org/id/char/24AB5> a lvont:Character ;
    lvont:represents "𤪵"^^xsd:string .

<http://lexvo.org/id/char/24AB6> a lvont:Character ;
    lvont:represents "𤪶"^^xsd:string .

<http://lexvo.org/id/char/24AB7> a lvont:Character ;
    lvont:represents "𤪷"^^xsd:string .

<http://lexvo.org/id/char/24AB8> a lvont:Character ;
    lvont:represents "𤪸"^^xsd:string .

<http://lexvo.org/id/char/24AB9> a lvont:Character ;
    lvont:represents "𤪹"^^xsd:string .

<http://lexvo.org/id/char/24ABA> a lvont:Character ;
    lvont:represents "𤪺"^^xsd:string .

<http://lexvo.org/id/char/24ABB> a lvont:Character ;
    lvont:represents "𤪻"^^xsd:string .

<http://lexvo.org/id/char/24ABC> a lvont:Character ;
    lvont:represents "𤪼"^^xsd:string .

<http://lexvo.org/id/char/24ABD> a lvont:Character ;
    lvont:represents "𤪽"^^xsd:string .

<http://lexvo.org/id/char/24ABE> a lvont:Character ;
    lvont:represents "𤪾"^^xsd:string .

<http://lexvo.org/id/char/24ABF> a lvont:Character ;
    lvont:represents "𤪿"^^xsd:string .

<http://lexvo.org/id/char/24AC> a lvont:Character ;
    lvont:represents "⒬"^^xsd:string ;
    rdfs:comment "PARENTHESIZED LATIN SMALL LETTER Q"@en .

<http://lexvo.org/id/char/24AC0> a lvont:Character ;
    lvont:represents "𤫀"^^xsd:string .

<http://lexvo.org/id/char/24AC1> a lvont:Character ;
    lvont:represents "𤫁"^^xsd:string .

<http://lexvo.org/id/char/24AC2> a lvont:Character ;
    lvont:represents "𤫂"^^xsd:string .

<http://lexvo.org/id/char/24AC3> a lvont:Character ;
    lvont:represents "𤫃"^^xsd:string .

<http://lexvo.org/id/char/24AC4> a lvont:Character ;
    lvont:represents "𤫄"^^xsd:string .

<http://lexvo.org/id/char/24AC5> a lvont:Character ;
    lvont:represents "𤫅"^^xsd:string .

<http://lexvo.org/id/char/24AC6> a lvont:Character ;
    lvont:represents "𤫆"^^xsd:string .

<http://lexvo.org/id/char/24AC7> a lvont:Character ;
    lvont:represents "𤫇"^^xsd:string .

<http://lexvo.org/id/char/24AC8> a lvont:Character ;
    lvont:represents "𤫈"^^xsd:string .

<http://lexvo.org/id/char/24AC9> a lvont:Character ;
    lvont:represents "𤫉"^^xsd:string .

<http://lexvo.org/id/char/24ACA> a lvont:Character ;
    lvont:represents "𤫊"^^xsd:string .

<http://lexvo.org/id/char/24ACB> a lvont:Character ;
    lvont:represents "𤫋"^^xsd:string .

<http://lexvo.org/id/char/24ACC> a lvont:Character ;
    lvont:represents "𤫌"^^xsd:string .

<http://lexvo.org/id/char/24ACD> a lvont:Character ;
    lvont:represents "𤫍"^^xsd:string .

<http://lexvo.org/id/char/24ACE> a lvont:Character ;
    lvont:represents "𤫎"^^xsd:string .

<http://lexvo.org/id/char/24ACF> a lvont:Character ;
    lvont:represents "𤫏"^^xsd:string .

<http://lexvo.org/id/char/24AD> a lvont:Character ;
    lvont:represents "⒭"^^xsd:string ;
    rdfs:comment "PARENTHESIZED LATIN SMALL LETTER R"@en .

<http://lexvo.org/id/char/24AD0> a lvont:Character ;
    lvont:represents "𤫐"^^xsd:string .

<http://lexvo.org/id/char/24AD1> a lvont:Character ;
    lvont:represents "𤫑"^^xsd:string .

<http://lexvo.org/id/char/24AD2> a lvont:Character ;
    lvont:represents "𤫒"^^xsd:string .

<http://lexvo.org/id/char/24AD3> a lvont:Character ;
    lvont:represents "𤫓"^^xsd:string .

<http://lexvo.org/id/char/24AD4> a lvont:Character ;
    lvont:represents "𤫔"^^xsd:string .

<http://lexvo.org/id/char/24AD5> a lvont:Character ;
    lvont:represents "𤫕"^^xsd:string .

<http://lexvo.org/id/char/24AD6> a lvont:Character ;
    lvont:represents "𤫖"^^xsd:string .

<http://lexvo.org/id/char/24AD7> a lvont:Character ;
    lvont:represents "𤫗"^^xsd:string .

<http://lexvo.org/id/char/24AD8> a lvont:Character ;
    lvont:represents "𤫘"^^xsd:string .

<http://lexvo.org/id/char/24AD9> a lvont:Character ;
    lvont:represents "𤫙"^^xsd:string .

<http://lexvo.org/id/char/24ADA> a lvont:Character ;
    lvont:represents "𤫚"^^xsd:string .

<http://lexvo.org/id/char/24ADB> a lvont:Character ;
    lvont:represents "𤫛"^^xsd:string .

<http://lexvo.org/id/char/24ADC> a lvont:Character ;
    lvont:represents "𤫜"^^xsd:string .

<http://lexvo.org/id/char/24ADD> a lvont:Character ;
    lvont:represents "𤫝"^^xsd:string .

<http://lexvo.org/id/char/24ADE> a lvont:Character ;
    lvont:represents "𤫞"^^xsd:string .

<http://lexvo.org/id/char/24ADF> a lvont:Character ;
    lvont:represents "𤫟"^^xsd:string .

<http://lexvo.org/id/char/24AE> a lvont:Character ;
    lvont:represents "⒮"^^xsd:string ;
    rdfs:comment "PARENTHESIZED LATIN SMALL LETTER S"@en .

<http://lexvo.org/id/char/24AE0> a lvont:Character ;
    lvont:represents "𤫠"^^xsd:string .

<http://lexvo.org/id/char/24AE1> a lvont:Character ;
    lvont:represents "𤫡"^^xsd:string .

<http://lexvo.org/id/char/24AE2> a lvont:Character ;
    lvont:represents "𤫢"^^xsd:string .

<http://lexvo.org/id/char/24AE3> a lvont:Character ;
    lvont:represents "𤫣"^^xsd:string .

<http://lexvo.org/id/char/24AE4> a lvont:Character ;
    lvont:represents "𤫤"^^xsd:string .

<http://lexvo.org/id/char/24AE5> a lvont:Character ;
    lvont:represents "𤫥"^^xsd:string .

<http://lexvo.org/id/char/24AE6> a lvont:Character ;
    lvont:represents "𤫦"^^xsd:string .

<http://lexvo.org/id/char/24AE7> a lvont:Character ;
    lvont:represents "𤫧"^^xsd:string .

<http://lexvo.org/id/char/24AE8> a lvont:Character ;
    lvont:represents "𤫨"^^xsd:string .

<http://lexvo.org/id/char/24AE9> a lvont:Character ;
    lvont:represents "𤫩"^^xsd:string ;
    rdfs:comment "(same as U+73B2 玲) tinkling of jade pendants"@en .

<http://lexvo.org/id/char/24AEA> a lvont:Character ;
    lvont:represents "𤫪"^^xsd:string .

<http://lexvo.org/id/char/24AEB> a lvont:Character ;
    lvont:represents "𤫫"^^xsd:string .

<http://lexvo.org/id/char/24AEC> a lvont:Character ;
    lvont:represents "𤫬"^^xsd:string .

<http://lexvo.org/id/char/24AED> a lvont:Character ;
    lvont:represents "𤫭"^^xsd:string .

<http://lexvo.org/id/char/24AEE> a lvont:Character ;
    lvont:represents "𤫮"^^xsd:string .

<http://lexvo.org/id/char/24AEF> a lvont:Character ;
    lvont:represents "𤫯"^^xsd:string .

<http://lexvo.org/id/char/24AF> a lvont:Character ;
    lvont:represents "⒯"^^xsd:string ;
    rdfs:comment "PARENTHESIZED LATIN SMALL LETTER T"@en .

<http://lexvo.org/id/char/24AF0> a lvont:Character ;
    lvont:represents "𤫰"^^xsd:string .

<http://lexvo.org/id/char/24AF1> a lvont:Character ;
    lvont:represents "𤫱"^^xsd:string .

<http://lexvo.org/id/char/24AF2> a lvont:Character ;
    lvont:represents "𤫲"^^xsd:string .

<http://lexvo.org/id/char/24AF3> a lvont:Character ;
    lvont:represents "𤫳"^^xsd:string .

<http://lexvo.org/id/char/24AF4> a lvont:Character ;
    lvont:represents "𤫴"^^xsd:string .

<http://lexvo.org/id/char/24AF5> a lvont:Character ;
    lvont:represents "𤫵"^^xsd:string .

<http://lexvo.org/id/char/24AF6> a lvont:Character ;
    lvont:represents "𤫶"^^xsd:string .

<http://lexvo.org/id/char/24AF7> a lvont:Character ;
    lvont:represents "𤫷"^^xsd:string .

<http://lexvo.org/id/char/24AF8> a lvont:Character ;
    lvont:represents "𤫸"^^xsd:string .

<http://lexvo.org/id/char/24AF9> a lvont:Character ;
    lvont:represents "𤫹"^^xsd:string .

<http://lexvo.org/id/char/24AFA> a lvont:Character ;
    lvont:represents "𤫺"^^xsd:string .

<http://lexvo.org/id/char/24AFB> a lvont:Character ;
    lvont:represents "𤫻"^^xsd:string .

<http://lexvo.org/id/char/24AFC> a lvont:Character ;
    lvont:represents "𤫼"^^xsd:string .

<http://lexvo.org/id/char/24AFD> a lvont:Character ;
    lvont:represents "𤫽"^^xsd:string .

<http://lexvo.org/id/char/24AFE> a lvont:Character ;
    lvont:represents "𤫾"^^xsd:string .

<http://lexvo.org/id/char/24AFF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/d%C6%B0a>,
        "𤫿"^^xsd:string .

<http://lexvo.org/id/char/24B0> a lvont:Character ;
    lvont:represents "⒰"^^xsd:string ;
    rdfs:comment "PARENTHESIZED LATIN SMALL LETTER U"@en .

<http://lexvo.org/id/char/24B00> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/d%C6%B0a>,
        "𤬀"^^xsd:string .

<http://lexvo.org/id/char/24B01> a lvont:Character ;
    lvont:represents "𤬁"^^xsd:string .

<http://lexvo.org/id/char/24B02> a lvont:Character ;
    lvont:represents "𤬂"^^xsd:string .

<http://lexvo.org/id/char/24B03> a lvont:Character ;
    lvont:represents "𤬃"^^xsd:string .

<http://lexvo.org/id/char/24B04> a lvont:Character ;
    lvont:represents "𤬄"^^xsd:string .

<http://lexvo.org/id/char/24B05> a lvont:Character ;
    lvont:represents "𤬅"^^xsd:string .

<http://lexvo.org/id/char/24B06> a lvont:Character ;
    lvont:represents "𤬆"^^xsd:string .

<http://lexvo.org/id/char/24B07> a lvont:Character ;
    lvont:represents "𤬇"^^xsd:string .

<http://lexvo.org/id/char/24B08> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/h%E1%BA%A5u>,
        "𤬈"^^xsd:string .

<http://lexvo.org/id/char/24B09> a lvont:Character ;
    lvont:represents "𤬉"^^xsd:string .

<http://lexvo.org/id/char/24B0A> a lvont:Character ;
    lvont:represents "𤬊"^^xsd:string .

<http://lexvo.org/id/char/24B0B> a lvont:Character ;
    lvont:represents "𤬋"^^xsd:string .

<http://lexvo.org/id/char/24B0C> a lvont:Character ;
    lvont:represents "𤬌"^^xsd:string .

<http://lexvo.org/id/char/24B0D> a lvont:Character ;
    lvont:represents "𤬍"^^xsd:string .

<http://lexvo.org/id/char/24B0E> a lvont:Character ;
    lvont:represents "𤬎"^^xsd:string .

<http://lexvo.org/id/char/24B0F> a lvont:Character ;
    lvont:represents "𤬏"^^xsd:string .

<http://lexvo.org/id/char/24B1> a lvont:Character ;
    lvont:represents "⒱"^^xsd:string ;
    rdfs:comment "PARENTHESIZED LATIN SMALL LETTER V"@en .

<http://lexvo.org/id/char/24B10> a lvont:Character ;
    lvont:represents "𤬐"^^xsd:string .

<http://lexvo.org/id/char/24B11> a lvont:Character ;
    lvont:represents "𤬑"^^xsd:string .

<http://lexvo.org/id/char/24B12> a lvont:Character ;
    lvont:represents "𤬒"^^xsd:string .

<http://lexvo.org/id/char/24B13> a lvont:Character ;
    lvont:represents "𤬓"^^xsd:string .

<http://lexvo.org/id/char/24B14> a lvont:Character ;
    lvont:represents "𤬔"^^xsd:string .

<http://lexvo.org/id/char/24B15> a lvont:Character ;
    lvont:represents "𤬕"^^xsd:string .

<http://lexvo.org/id/char/24B16> a lvont:Character ;
    lvont:represents "𤬖"^^xsd:string .

<http://lexvo.org/id/char/24B17> a lvont:Character ;
    lvont:represents "𤬗"^^xsd:string .

<http://lexvo.org/id/char/24B18> a lvont:Character ;
    lvont:represents "𤬘"^^xsd:string .

<http://lexvo.org/id/char/24B19> a lvont:Character ;
    lvont:represents "𤬙"^^xsd:string .

<http://lexvo.org/id/char/24B1A> a lvont:Character ;
    lvont:represents "𤬚"^^xsd:string .

<http://lexvo.org/id/char/24B1B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%F0%A4%AC%9B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%BA>,
        "𤬛"^^xsd:string ;
    rdfs:comment "a gourd"@en .

<http://lexvo.org/id/char/24B1C> a lvont:Character ;
    lvont:represents "𤬜"^^xsd:string .

<http://lexvo.org/id/char/24B1D> a lvont:Character ;
    lvont:represents "𤬝"^^xsd:string .

<http://lexvo.org/id/char/24B1E> a lvont:Character ;
    lvont:represents "𤬞"^^xsd:string .

<http://lexvo.org/id/char/24B1F> a lvont:Character ;
    lvont:represents "𤬟"^^xsd:string .

<http://lexvo.org/id/char/24B2> a lvont:Character ;
    lvont:represents "⒲"^^xsd:string ;
    rdfs:comment "PARENTHESIZED LATIN SMALL LETTER W"@en .

<http://lexvo.org/id/char/24B20> a lvont:Character ;
    lvont:represents "𤬠"^^xsd:string .

<http://lexvo.org/id/char/24B21> a lvont:Character ;
    lvont:represents "𤬡"^^xsd:string .

<http://lexvo.org/id/char/24B22> a lvont:Character ;
    lvont:represents "𤬢"^^xsd:string .

<http://lexvo.org/id/char/24B23> a lvont:Character ;
    lvont:represents "𤬣"^^xsd:string .

<http://lexvo.org/id/char/24B24> a lvont:Character ;
    lvont:represents "𤬤"^^xsd:string .

<http://lexvo.org/id/char/24B25> a lvont:Character ;
    lvont:represents "𤬥"^^xsd:string .

<http://lexvo.org/id/char/24B26> a lvont:Character ;
    lvont:represents "𤬦"^^xsd:string .

<http://lexvo.org/id/char/24B27> a lvont:Character ;
    lvont:represents "𤬧"^^xsd:string .

<http://lexvo.org/id/char/24B28> a lvont:Character ;
    lvont:represents "𤬨"^^xsd:string .

<http://lexvo.org/id/char/24B29> a lvont:Character ;
    lvont:represents "𤬩"^^xsd:string .

<http://lexvo.org/id/char/24B2A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ng%C3%B3i>,
        "𤬪"^^xsd:string .

<http://lexvo.org/id/char/24B2B> a lvont:Character ;
    lvont:represents "𤬫"^^xsd:string .

<http://lexvo.org/id/char/24B2C> a lvont:Character ;
    lvont:represents "𤬬"^^xsd:string .

<http://lexvo.org/id/char/24B2D> a lvont:Character ;
    lvont:represents "𤬭"^^xsd:string .

<http://lexvo.org/id/char/24B2E> a lvont:Character ;
    lvont:represents "𤬮"^^xsd:string .

<http://lexvo.org/id/char/24B2F> a lvont:Character ;
    lvont:represents "𤬯"^^xsd:string .

<http://lexvo.org/id/char/24B3> a lvont:Character ;
    lvont:represents "⒳"^^xsd:string ;
    rdfs:comment "PARENTHESIZED LATIN SMALL LETTER X"@en .

<http://lexvo.org/id/char/24B30> a lvont:Character ;
    lvont:represents "𤬰"^^xsd:string .

<http://lexvo.org/id/char/24B31> a lvont:Character ;
    lvont:represents "𤬱"^^xsd:string .

<http://lexvo.org/id/char/24B32> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ng%C3%B3i>,
        "𤬲"^^xsd:string .

<http://lexvo.org/id/char/24B33> a lvont:Character ;
    lvont:represents "𤬳"^^xsd:string .

<http://lexvo.org/id/char/24B34> a lvont:Character ;
    lvont:represents "𤬴"^^xsd:string .

<http://lexvo.org/id/char/24B35> a lvont:Character ;
    lvont:represents "𤬵"^^xsd:string .

<http://lexvo.org/id/char/24B36> a lvont:Character ;
    lvont:represents "𤬶"^^xsd:string .

<http://lexvo.org/id/char/24B37> a lvont:Character ;
    lvont:represents "𤬷"^^xsd:string .

<http://lexvo.org/id/char/24B38> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/s%C3%A0nh>,
        "𤬸"^^xsd:string .

<http://lexvo.org/id/char/24B39> a lvont:Character ;
    lvont:represents "𤬹"^^xsd:string .

<http://lexvo.org/id/char/24B3A> a lvont:Character ;
    lvont:represents "𤬺"^^xsd:string .

<http://lexvo.org/id/char/24B3B> a lvont:Character ;
    lvont:represents "𤬻"^^xsd:string .

<http://lexvo.org/id/char/24B3C> a lvont:Character ;
    lvont:represents "𤬼"^^xsd:string .

<http://lexvo.org/id/char/24B3D> a lvont:Character ;
    lvont:represents "𤬽"^^xsd:string .

<http://lexvo.org/id/char/24B3E> a lvont:Character ;
    lvont:represents "𤬾"^^xsd:string .

<http://lexvo.org/id/char/24B3F> a lvont:Character ;
    lvont:represents "𤬿"^^xsd:string .

<http://lexvo.org/id/char/24B4> a lvont:Character ;
    lvont:represents "⒴"^^xsd:string ;
    rdfs:comment "PARENTHESIZED LATIN SMALL LETTER Y"@en .

<http://lexvo.org/id/char/24B40> a lvont:Character ;
    lvont:represents "𤭀"^^xsd:string .

<http://lexvo.org/id/char/24B41> a lvont:Character ;
    lvont:represents "𤭁"^^xsd:string .

<http://lexvo.org/id/char/24B42> a lvont:Character ;
    lvont:represents "𤭂"^^xsd:string .

<http://lexvo.org/id/char/24B43> a lvont:Character ;
    lvont:represents "𤭃"^^xsd:string .

<http://lexvo.org/id/char/24B44> a lvont:Character ;
    lvont:represents "𤭄"^^xsd:string .

<http://lexvo.org/id/char/24B45> a lvont:Character ;
    lvont:represents "𤭅"^^xsd:string .

<http://lexvo.org/id/char/24B46> a lvont:Character ;
    lvont:represents "𤭆"^^xsd:string .

<http://lexvo.org/id/char/24B47> a lvont:Character ;
    lvont:represents "𤭇"^^xsd:string .

<http://lexvo.org/id/char/24B48> a lvont:Character ;
    lvont:represents "𤭈"^^xsd:string .

<http://lexvo.org/id/char/24B49> a lvont:Character ;
    lvont:represents "𤭉"^^xsd:string .

<http://lexvo.org/id/char/24B4A> a lvont:Character ;
    lvont:represents "𤭊"^^xsd:string .

<http://lexvo.org/id/char/24B4B> a lvont:Character ;
    lvont:represents "𤭋"^^xsd:string .

<http://lexvo.org/id/char/24B4C> a lvont:Character ;
    lvont:represents "𤭌"^^xsd:string .

<http://lexvo.org/id/char/24B4D> a lvont:Character ;
    lvont:represents "𤭍"^^xsd:string .

<http://lexvo.org/id/char/24B4E> a lvont:Character ;
    lvont:represents "𤭎"^^xsd:string .

<http://lexvo.org/id/char/24B4F> a lvont:Character ;
    lvont:represents "𤭏"^^xsd:string .

<http://lexvo.org/id/char/24B5> a lvont:Character ;
    lvont:represents "⒵"^^xsd:string ;
    rdfs:comment "PARENTHESIZED LATIN SMALL LETTER Z"@en .

<http://lexvo.org/id/char/24B50> a lvont:Character ;
    lvont:represents "𤭐"^^xsd:string .

<http://lexvo.org/id/char/24B51> a lvont:Character ;
    lvont:represents "𤭑"^^xsd:string .

<http://lexvo.org/id/char/24B52> a lvont:Character ;
    lvont:represents "𤭒"^^xsd:string .

<http://lexvo.org/id/char/24B53> a lvont:Character ;
    lvont:represents "𤭓"^^xsd:string .

<http://lexvo.org/id/char/24B54> a lvont:Character ;
    lvont:represents "𤭔"^^xsd:string .

<http://lexvo.org/id/char/24B55> a lvont:Character ;
    lvont:represents "𤭕"^^xsd:string .

<http://lexvo.org/id/char/24B56> a lvont:Character ;
    lvont:represents "𤭖"^^xsd:string .

<http://lexvo.org/id/char/24B57> a lvont:Character ;
    lvont:represents "𤭗"^^xsd:string .

<http://lexvo.org/id/char/24B58> a lvont:Character ;
    lvont:represents "𤭘"^^xsd:string .

<http://lexvo.org/id/char/24B59> a lvont:Character ;
    lvont:represents "𤭙"^^xsd:string .

<http://lexvo.org/id/char/24B5A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/g%C3%A1o>,
        "𤭚"^^xsd:string .

<http://lexvo.org/id/char/24B5B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C4%81ng>,
        "𤭛"^^xsd:string .

<http://lexvo.org/id/char/24B5C> a lvont:Character ;
    lvont:represents "𤭜"^^xsd:string .

<http://lexvo.org/id/char/24B5D> a lvont:Character ;
    lvont:represents "𤭝"^^xsd:string .

<http://lexvo.org/id/char/24B5E> a lvont:Character ;
    lvont:represents "𤭞"^^xsd:string .

<http://lexvo.org/id/char/24B5F> a lvont:Character ;
    lvont:represents "𤭟"^^xsd:string .

<http://lexvo.org/id/char/24B6> a lvont:Character ;
    lvont:represents "Ⓐ"^^xsd:string ;
    rdfs:comment "CIRCLED LATIN CAPITAL LETTER A"@en .

<http://lexvo.org/id/char/24B60> a lvont:Character ;
    lvont:represents "𤭠"^^xsd:string .

<http://lexvo.org/id/char/24B61> a lvont:Character ;
    lvont:represents "𤭡"^^xsd:string .

<http://lexvo.org/id/char/24B62> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C3%A8i>,
        "𤭢"^^xsd:string .

<http://lexvo.org/id/char/24B63> a lvont:Character ;
    lvont:represents "𤭣"^^xsd:string .

<http://lexvo.org/id/char/24B64> a lvont:Character ;
    lvont:represents "𤭤"^^xsd:string .

<http://lexvo.org/id/char/24B65> a lvont:Character ;
    lvont:represents "𤭥"^^xsd:string .

<http://lexvo.org/id/char/24B66> a lvont:Character ;
    lvont:represents "𤭦"^^xsd:string .

<http://lexvo.org/id/char/24B67> a lvont:Character ;
    lvont:represents "𤭧"^^xsd:string .

<http://lexvo.org/id/char/24B68> a lvont:Character ;
    lvont:represents "𤭨"^^xsd:string .

<http://lexvo.org/id/char/24B69> a lvont:Character ;
    lvont:represents "𤭩"^^xsd:string .

<http://lexvo.org/id/char/24B6A> a lvont:Character ;
    lvont:represents "𤭪"^^xsd:string .

<http://lexvo.org/id/char/24B6B> a lvont:Character ;
    lvont:represents "𤭫"^^xsd:string .

<http://lexvo.org/id/char/24B6C> a lvont:Character ;
    lvont:represents "𤭬"^^xsd:string .

<http://lexvo.org/id/char/24B6D> a lvont:Character ;
    lvont:represents "𤭭"^^xsd:string .

<http://lexvo.org/id/char/24B6E> a lvont:Character ;
    lvont:represents "𤭮"^^xsd:string .

<http://lexvo.org/id/char/24B6F> a lvont:Character ;
    lvont:represents "𤭯"^^xsd:string .

<http://lexvo.org/id/char/24B7> a lvont:Character ;
    lvont:represents "Ⓑ"^^xsd:string ;
    rdfs:comment "CIRCLED LATIN CAPITAL LETTER B"@en .

<http://lexvo.org/id/char/24B70> a lvont:Character ;
    lvont:represents "𤭰"^^xsd:string .

<http://lexvo.org/id/char/24B71> a lvont:Character ;
    lvont:represents "𤭱"^^xsd:string .

<http://lexvo.org/id/char/24B72> a lvont:Character ;
    lvont:represents "𤭲"^^xsd:string .

<http://lexvo.org/id/char/24B73> a lvont:Character ;
    lvont:represents "𤭳"^^xsd:string .

<http://lexvo.org/id/char/24B74> a lvont:Character ;
    lvont:represents "𤭴"^^xsd:string .

<http://lexvo.org/id/char/24B75> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/%E1%BA%A5m>,
        "𤭵"^^xsd:string .

<http://lexvo.org/id/char/24B76> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/h%C3%B4ng>,
        "𤭶"^^xsd:string .

<http://lexvo.org/id/char/24B77> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ch%E1%BA%ADu>,
        "𤭷"^^xsd:string .

<http://lexvo.org/id/char/24B78> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/b%C3%ACnh>,
        "𤭸"^^xsd:string .

<http://lexvo.org/id/char/24B79> a lvont:Character ;
    lvont:represents "𤭹"^^xsd:string .

<http://lexvo.org/id/char/24B7A> a lvont:Character ;
    lvont:represents "𤭺"^^xsd:string .

<http://lexvo.org/id/char/24B7B> a lvont:Character ;
    lvont:represents "𤭻"^^xsd:string .

<http://lexvo.org/id/char/24B7C> a lvont:Character ;
    lvont:represents "𤭼"^^xsd:string .

<http://lexvo.org/id/char/24B7D> a lvont:Character ;
    lvont:represents "𤭽"^^xsd:string .

<http://lexvo.org/id/char/24B7E> a lvont:Character ;
    lvont:represents "𤭾"^^xsd:string .

<http://lexvo.org/id/char/24B7F> a lvont:Character ;
    lvont:represents "𤭿"^^xsd:string .

<http://lexvo.org/id/char/24B8> a lvont:Character ;
    lvont:represents "Ⓒ"^^xsd:string ;
    rdfs:comment "CIRCLED LATIN CAPITAL LETTER C"@en .

<http://lexvo.org/id/char/24B80> a lvont:Character ;
    lvont:represents "𤮀"^^xsd:string .

<http://lexvo.org/id/char/24B81> a lvont:Character ;
    lvont:represents "𤮁"^^xsd:string .

<http://lexvo.org/id/char/24B82> a lvont:Character ;
    lvont:represents "𤮂"^^xsd:string .

<http://lexvo.org/id/char/24B83> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ang>,
        "𤮃"^^xsd:string .

<http://lexvo.org/id/char/24B84> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/g%E1%BA%A1ch>,
        "𤮄"^^xsd:string .

<http://lexvo.org/id/char/24B85> a lvont:Character ;
    lvont:represents "𤮅"^^xsd:string .

<http://lexvo.org/id/char/24B86> a lvont:Character ;
    lvont:represents "𤮆"^^xsd:string .

<http://lexvo.org/id/char/24B87> a lvont:Character ;
    lvont:represents "𤮇"^^xsd:string .

<http://lexvo.org/id/char/24B88> a lvont:Character ;
    lvont:represents "𤮈"^^xsd:string .

<http://lexvo.org/id/char/24B89> a lvont:Character ;
    lvont:represents "𤮉"^^xsd:string .

<http://lexvo.org/id/char/24B8A> a lvont:Character ;
    lvont:represents "𤮊"^^xsd:string .

<http://lexvo.org/id/char/24B8B> a lvont:Character ;
    lvont:represents "𤮋"^^xsd:string .

<http://lexvo.org/id/char/24B8C> a lvont:Character ;
    lvont:represents "𤮌"^^xsd:string .

<http://lexvo.org/id/char/24B8D> a lvont:Character ;
    lvont:represents "𤮍"^^xsd:string .

<http://lexvo.org/id/char/24B8E> a lvont:Character ;
    lvont:represents "𤮎"^^xsd:string .

<http://lexvo.org/id/char/24B8F> a lvont:Character ;
    lvont:represents "𤮏"^^xsd:string .

<http://lexvo.org/id/char/24B9> a lvont:Character ;
    lvont:represents "Ⓓ"^^xsd:string ;
    rdfs:comment "CIRCLED LATIN CAPITAL LETTER D"@en .

<http://lexvo.org/id/char/24B90> a lvont:Character ;
    lvont:represents "𤮐"^^xsd:string .

<http://lexvo.org/id/char/24B91> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/be>,
        "𤮑"^^xsd:string .

<http://lexvo.org/id/char/24B92> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/h%C5%A9>,
        "𤮒"^^xsd:string .

<http://lexvo.org/id/char/24B93> a lvont:Character ;
    lvont:represents "𤮓"^^xsd:string .

<http://lexvo.org/id/char/24B94> a lvont:Character ;
    lvont:represents "𤮔"^^xsd:string .

<http://lexvo.org/id/char/24B95> a lvont:Character ;
    lvont:represents "𤮕"^^xsd:string .

<http://lexvo.org/id/char/24B96> a lvont:Character ;
    lvont:represents "𤮖"^^xsd:string .

<http://lexvo.org/id/char/24B97> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/l%E1%BB%8D>,
        "𤮗"^^xsd:string .

<http://lexvo.org/id/char/24B98> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/g%E1%BA%A1ch>,
        "𤮘"^^xsd:string .

<http://lexvo.org/id/char/24B99> a lvont:Character ;
    lvont:represents "𤮙"^^xsd:string .

<http://lexvo.org/id/char/24B9A> a lvont:Character ;
    lvont:represents "𤮚"^^xsd:string .

<http://lexvo.org/id/char/24B9B> a lvont:Character ;
    lvont:represents "𤮛"^^xsd:string .

<http://lexvo.org/id/char/24B9C> a lvont:Character ;
    lvont:represents "𤮜"^^xsd:string .

<http://lexvo.org/id/char/24B9D> a lvont:Character ;
    lvont:represents "𤮝"^^xsd:string .

<http://lexvo.org/id/char/24B9E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ng%C3%B3i>,
        "𤮞"^^xsd:string .

<http://lexvo.org/id/char/24B9F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ng%C3%B3i>,
        "𤮟"^^xsd:string .

<http://lexvo.org/id/char/24BA> a lvont:Character ;
    lvont:represents "Ⓔ"^^xsd:string ;
    rdfs:comment "CIRCLED LATIN CAPITAL LETTER E"@en .

<http://lexvo.org/id/char/24BA0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/mu%E1%BB%91ng>,
        "𤮠"^^xsd:string .

<http://lexvo.org/id/char/24BA1> a lvont:Character ;
    lvont:represents "𤮡"^^xsd:string .

<http://lexvo.org/id/char/24BA2> a lvont:Character ;
    lvont:represents "𤮢"^^xsd:string .

<http://lexvo.org/id/char/24BA3> a lvont:Character ;
    lvont:represents "𤮣"^^xsd:string .

<http://lexvo.org/id/char/24BA4> a lvont:Character ;
    lvont:represents "𤮤"^^xsd:string .

<http://lexvo.org/id/char/24BA5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/%C3%A2u>,
        "𤮥"^^xsd:string .

<http://lexvo.org/id/char/24BA6> a lvont:Character ;
    lvont:represents "𤮦"^^xsd:string .

<http://lexvo.org/id/char/24BA7> a lvont:Character ;
    lvont:represents "𤮧"^^xsd:string .

<http://lexvo.org/id/char/24BA8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/lung4>,
        <http://lexvo.org/id/term/yue/%F0%A4%AE%A8>,
        "𤮨"^^xsd:string ;
    rdfs:comment "to grind; a hull; a mill"@en .

<http://lexvo.org/id/char/24BA9> a lvont:Character ;
    lvont:represents "𤮩"^^xsd:string .

<http://lexvo.org/id/char/24BAA> a lvont:Character ;
    lvont:represents "𤮪"^^xsd:string .

<http://lexvo.org/id/char/24BAB> a lvont:Character ;
    lvont:represents "𤮫"^^xsd:string .

<http://lexvo.org/id/char/24BAC> a lvont:Character ;
    lvont:represents "𤮬"^^xsd:string .

<http://lexvo.org/id/char/24BAD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%F0%A4%AE%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%A0n>,
        "𤮭"^^xsd:string ;
    rdfs:comment "a jug for boiling congee"@en .

<http://lexvo.org/id/char/24BAE> a lvont:Character ;
    lvont:represents "𤮮"^^xsd:string .

<http://lexvo.org/id/char/24BAF> a lvont:Character ;
    lvont:represents "𤮯"^^xsd:string .

<http://lexvo.org/id/char/24BB> a lvont:Character ;
    lvont:represents "Ⓕ"^^xsd:string ;
    rdfs:comment "CIRCLED LATIN CAPITAL LETTER F"@en .

<http://lexvo.org/id/char/24BB0> a lvont:Character ;
    lvont:represents "𤮰"^^xsd:string .

<http://lexvo.org/id/char/24BB1> a lvont:Character ;
    lvont:represents "𤮱"^^xsd:string .

<http://lexvo.org/id/char/24BB2> a lvont:Character ;
    lvont:represents "𤮲"^^xsd:string .

<http://lexvo.org/id/char/24BB3> a lvont:Character ;
    lvont:represents "𤮳"^^xsd:string .

<http://lexvo.org/id/char/24BB4> a lvont:Character ;
    lvont:represents "𤮴"^^xsd:string .

<http://lexvo.org/id/char/24BB5> a lvont:Character ;
    lvont:represents "𤮵"^^xsd:string .

<http://lexvo.org/id/char/24BB6> a lvont:Character ;
    lvont:represents "𤮶"^^xsd:string .

<http://lexvo.org/id/char/24BB7> a lvont:Character ;
    lvont:represents "𤮷"^^xsd:string .

<http://lexvo.org/id/char/24BB8> a lvont:Character ;
    lvont:represents "𤮸"^^xsd:string .

<http://lexvo.org/id/char/24BB9> a lvont:Character ;
    lvont:represents "𤮹"^^xsd:string .

<http://lexvo.org/id/char/24BBB> a lvont:Character ;
    lvont:represents "𤮻"^^xsd:string .

<http://lexvo.org/id/char/24BBC> a lvont:Character ;
    lvont:represents "𤮼"^^xsd:string .

<http://lexvo.org/id/char/24BBD> a lvont:Character ;
    lvont:represents "𤮽"^^xsd:string .

<http://lexvo.org/id/char/24BBE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ng%E1%BB%8Dt>,
        "𤮾"^^xsd:string .

<http://lexvo.org/id/char/24BBF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ng%E1%BB%8Dt>,
        "𤮿"^^xsd:string .

<http://lexvo.org/id/char/24BC> a lvont:Character ;
    lvont:represents "Ⓖ"^^xsd:string ;
    rdfs:comment "CIRCLED LATIN CAPITAL LETTER G"@en .

<http://lexvo.org/id/char/24BC0> a lvont:Character ;
    lvont:represents "𤯀"^^xsd:string .

<http://lexvo.org/id/char/24BC1> a lvont:Character ;
    lvont:represents "𤯁"^^xsd:string .

<http://lexvo.org/id/char/24BC2> a lvont:Character ;
    lvont:represents "𤯂"^^xsd:string .

<http://lexvo.org/id/char/24BC3> a lvont:Character ;
    lvont:represents "𤯃"^^xsd:string .

<http://lexvo.org/id/char/24BC4> a lvont:Character ;
    lvont:represents "𤯄"^^xsd:string .

<http://lexvo.org/id/char/24BC5> a lvont:Character ;
    lvont:represents "𤯅"^^xsd:string .

<http://lexvo.org/id/char/24BC6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ngon>,
        "𤯆"^^xsd:string .

<http://lexvo.org/id/char/24BC7> a lvont:Character ;
    lvont:represents "𤯇"^^xsd:string .

<http://lexvo.org/id/char/24BC8> a lvont:Character ;
    lvont:represents "𤯈"^^xsd:string .

<http://lexvo.org/id/char/24BC9> a lvont:Character ;
    lvont:represents "𤯉"^^xsd:string .

<http://lexvo.org/id/char/24BCA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ch%C3%A8>,
        "𤯊"^^xsd:string .

<http://lexvo.org/id/char/24BCB> a lvont:Character ;
    lvont:represents "𤯋"^^xsd:string .

<http://lexvo.org/id/char/24BCC> a lvont:Character ;
    lvont:represents "𤯌"^^xsd:string .

<http://lexvo.org/id/char/24BCD> a lvont:Character ;
    lvont:represents "𤯍"^^xsd:string .

<http://lexvo.org/id/char/24BCE> a lvont:Character ;
    lvont:represents "𤯎"^^xsd:string .

<http://lexvo.org/id/char/24BCF> a lvont:Character ;
    lvont:represents "𤯏"^^xsd:string .

<http://lexvo.org/id/char/24BD> a lvont:Character ;
    lvont:represents "Ⓗ"^^xsd:string ;
    rdfs:comment "CIRCLED LATIN CAPITAL LETTER H"@en .

<http://lexvo.org/id/char/24BD0> a lvont:Character ;
    lvont:represents "𤯐"^^xsd:string .

<http://lexvo.org/id/char/24BD1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/l%E1%BA%AFm>,
        "𤯑"^^xsd:string .

<http://lexvo.org/id/char/24BD2> a lvont:Character ;
    lvont:represents "𤯒"^^xsd:string .

<http://lexvo.org/id/char/24BD4> a lvont:Character ;
    lvont:represents "𤯔"^^xsd:string .

<http://lexvo.org/id/char/24BD5> a lvont:Character ;
    lvont:represents "𤯕"^^xsd:string .

<http://lexvo.org/id/char/24BD6> a lvont:Character ;
    lvont:represents "𤯖"^^xsd:string .

<http://lexvo.org/id/char/24BD7> a lvont:Character ;
    lvont:represents "𤯗"^^xsd:string .

<http://lexvo.org/id/char/24BD8> a lvont:Character ;
    lvont:represents "𤯘"^^xsd:string .

<http://lexvo.org/id/char/24BD9> a lvont:Character ;
    lvont:represents "𤯙"^^xsd:string .

<http://lexvo.org/id/char/24BDA> a lvont:Character ;
    lvont:represents "𤯚"^^xsd:string .

<http://lexvo.org/id/char/24BDB> a lvont:Character ;
    lvont:represents "𤯛"^^xsd:string .

<http://lexvo.org/id/char/24BDC> a lvont:Character ;
    lvont:represents "𤯜"^^xsd:string .

<http://lexvo.org/id/char/24BDD> a lvont:Character ;
    lvont:represents "𤯝"^^xsd:string .

<http://lexvo.org/id/char/24BDE> a lvont:Character ;
    lvont:represents "𤯞"^^xsd:string .

<http://lexvo.org/id/char/24BDF> a lvont:Character ;
    lvont:represents "𤯟"^^xsd:string .

<http://lexvo.org/id/char/24BE> a lvont:Character ;
    lvont:represents "Ⓘ"^^xsd:string ;
    rdfs:comment "CIRCLED LATIN CAPITAL LETTER I"@en .

<http://lexvo.org/id/char/24BE0> a lvont:Character ;
    lvont:represents "𤯠"^^xsd:string .

<http://lexvo.org/id/char/24BE1> a lvont:Character ;
    lvont:represents "𤯡"^^xsd:string .

<http://lexvo.org/id/char/24BE2> a lvont:Character ;
    lvont:represents "𤯢"^^xsd:string .

<http://lexvo.org/id/char/24BE3> a lvont:Character ;
    lvont:represents "𤯣"^^xsd:string .

<http://lexvo.org/id/char/24BE4> a lvont:Character ;
    lvont:represents "𤯤"^^xsd:string .

<http://lexvo.org/id/char/24BE5> a lvont:Character ;
    lvont:represents "𤯥"^^xsd:string .

<http://lexvo.org/id/char/24BE6> a lvont:Character ;
    lvont:represents "𤯦"^^xsd:string .

<http://lexvo.org/id/char/24BE7> a lvont:Character ;
    lvont:represents "𤯧"^^xsd:string .

<http://lexvo.org/id/char/24BE8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/s%E1%BB%91ng>,
        "𤯨"^^xsd:string .

<http://lexvo.org/id/char/24BE9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/s%E1%BB%91ng>,
        "𤯩"^^xsd:string .

<http://lexvo.org/id/char/24BEA> a lvont:Character ;
    lvont:represents "𤯪"^^xsd:string .

<http://lexvo.org/id/char/24BEB> a lvont:Character ;
    lvont:represents "𤯫"^^xsd:string .

<http://lexvo.org/id/char/24BEC> a lvont:Character ;
    lvont:represents "𤯬"^^xsd:string .

<http://lexvo.org/id/char/24BED> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/s%C3%A1nh>,
        "𤯭"^^xsd:string .

<http://lexvo.org/id/char/24BEE> a lvont:Character ;
    lvont:represents "𤯮"^^xsd:string .

<http://lexvo.org/id/char/24BEF> a lvont:Character ;
    lvont:represents "𤯯"^^xsd:string .

<http://lexvo.org/id/char/24BF> a lvont:Character ;
    lvont:represents "Ⓙ"^^xsd:string ;
    rdfs:comment "CIRCLED LATIN CAPITAL LETTER J"@en .

<http://lexvo.org/id/char/24BF0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/%C4%91%E1%BA%BB>,
        "𤯰"^^xsd:string .

<http://lexvo.org/id/char/24BF1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/g%C3%A3>,
        "𤯱"^^xsd:string .

<http://lexvo.org/id/char/24BF2> a lvont:Character ;
    lvont:represents "𤯲"^^xsd:string .

<http://lexvo.org/id/char/24BF3> a lvont:Character ;
    lvont:represents "𤯳"^^xsd:string ;
    rdfs:comment "same as 甦 U+7526 to be reborn; to resuscitate, revive"@en .

<http://lexvo.org/id/char/24BF4> a lvont:Character ;
    lvont:represents "𤯴"^^xsd:string .

<http://lexvo.org/id/char/24BF5> a lvont:Character ;
    lvont:represents "𤯵"^^xsd:string .

<http://lexvo.org/id/char/24BF6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/c%E1%BB%AF>,
        "𤯶"^^xsd:string .

<http://lexvo.org/id/char/24BF7> a lvont:Character ;
    lvont:represents "𤯷"^^xsd:string .

<http://lexvo.org/id/char/24BF8> a lvont:Character ;
    lvont:represents "𤯸"^^xsd:string .

<http://lexvo.org/id/char/24BF9> a lvont:Character ;
    lvont:represents "𤯹"^^xsd:string .

<http://lexvo.org/id/char/24BFA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/si%C3%AAng>,
        "𤯺"^^xsd:string .

<http://lexvo.org/id/char/24BFB> a lvont:Character ;
    lvont:represents "𤯻"^^xsd:string .

<http://lexvo.org/id/char/24BFC> a lvont:Character ;
    lvont:represents "𤯼"^^xsd:string .

<http://lexvo.org/id/char/24BFD> a lvont:Character ;
    lvont:represents "𤯽"^^xsd:string .

<http://lexvo.org/id/char/24BFE> a lvont:Character ;
    lvont:represents "𤯾"^^xsd:string .

<http://lexvo.org/id/char/24BFF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/%C4%91%E1%BA%BB>,
        "𤯿"^^xsd:string .

<http://lexvo.org/id/char/24C0> a lvont:Character ;
    lvont:represents "Ⓚ"^^xsd:string ;
    rdfs:comment "CIRCLED LATIN CAPITAL LETTER K"@en .

<http://lexvo.org/id/char/24C00> a lvont:Character ;
    lvont:represents "𤰀"^^xsd:string .

<http://lexvo.org/id/char/24C01> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/c%E1%BB%AF>,
        "𤰁"^^xsd:string .

<http://lexvo.org/id/char/24C02> a lvont:Character ;
    lvont:represents "𤰂"^^xsd:string .

<http://lexvo.org/id/char/24C03> a lvont:Character ;
    lvont:represents "𤰃"^^xsd:string .

<http://lexvo.org/id/char/24C04> a lvont:Character ;
    lvont:represents "𤰄"^^xsd:string .

<http://lexvo.org/id/char/24C05> a lvont:Character ;
    lvont:represents "𤰅"^^xsd:string .

<http://lexvo.org/id/char/24C06> a lvont:Character ;
    lvont:represents "𤰆"^^xsd:string .

<http://lexvo.org/id/char/24C07> a lvont:Character ;
    lvont:represents "𤰇"^^xsd:string .

<http://lexvo.org/id/char/24C08> a lvont:Character ;
    lvont:represents "𤰈"^^xsd:string .

<http://lexvo.org/id/char/24C09> a lvont:Character ;
    lvont:represents "𤰉"^^xsd:string .

<http://lexvo.org/id/char/24C0A> a lvont:Character ;
    lvont:represents "𤰊"^^xsd:string .

<http://lexvo.org/id/char/24C0B> a lvont:Character ;
    lvont:represents "𤰋"^^xsd:string .

<http://lexvo.org/id/char/24C0C> a lvont:Character ;
    lvont:represents "𤰌"^^xsd:string .

<http://lexvo.org/id/char/24C0D> a lvont:Character ;
    lvont:represents "𤰍"^^xsd:string .

<http://lexvo.org/id/char/24C0E> a lvont:Character ;
    lvont:represents "𤰎"^^xsd:string .

<http://lexvo.org/id/char/24C0F> a lvont:Character ;
    lvont:represents "𤰏"^^xsd:string .

<http://lexvo.org/id/char/24C1> a lvont:Character ;
    lvont:represents "Ⓛ"^^xsd:string ;
    rdfs:comment "CIRCLED LATIN CAPITAL LETTER L"@en .

<http://lexvo.org/id/char/24C10> a lvont:Character ;
    lvont:represents "𤰐"^^xsd:string .

<http://lexvo.org/id/char/24C11> a lvont:Character ;
    lvont:represents "𤰑"^^xsd:string .

<http://lexvo.org/id/char/24C13> a lvont:Character ;
    lvont:represents "𤰓"^^xsd:string .

<http://lexvo.org/id/char/24C14> a lvont:Character ;
    lvont:represents "𤰔"^^xsd:string .

<http://lexvo.org/id/char/24C15> a lvont:Character ;
    lvont:represents "𤰕"^^xsd:string .

<http://lexvo.org/id/char/24C16> a lvont:Character ;
    lvont:represents "𤰖"^^xsd:string .

<http://lexvo.org/id/char/24C17> a lvont:Character ;
    lvont:represents "𤰗"^^xsd:string .

<http://lexvo.org/id/char/24C18> a lvont:Character ;
    lvont:represents "𤰘"^^xsd:string .

<http://lexvo.org/id/char/24C19> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C4%93>,
        "𤰙"^^xsd:string .

<http://lexvo.org/id/char/24C1A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C4%81>,
        "𤰚"^^xsd:string .

<http://lexvo.org/id/char/24C1B> a lvont:Character ;
    lvont:represents "𤰛"^^xsd:string .

<http://lexvo.org/id/char/24C1C> a lvont:Character ;
    lvont:represents "𤰜"^^xsd:string .

<http://lexvo.org/id/char/24C1D> a lvont:Character ;
    lvont:represents "𤰝"^^xsd:string .

<http://lexvo.org/id/char/24C1E> a lvont:Character ;
    lvont:represents "𤰞"^^xsd:string .

<http://lexvo.org/id/char/24C1F> a lvont:Character ;
    lvont:represents "𤰟"^^xsd:string .

<http://lexvo.org/id/char/24C2> a lvont:Character ;
    lvont:represents "Ⓜ"^^xsd:string ;
    rdfs:comment "CIRCLED LATIN CAPITAL LETTER M"@en .

<http://lexvo.org/id/char/24C20> a lvont:Character ;
    lvont:represents "𤰠"^^xsd:string .

<http://lexvo.org/id/char/24C21> a lvont:Character ;
    lvont:represents "𤰡"^^xsd:string .

<http://lexvo.org/id/char/24C22> a lvont:Character ;
    lvont:represents "𤰢"^^xsd:string .

<http://lexvo.org/id/char/24C23> a lvont:Character ;
    lvont:represents "𤰣"^^xsd:string .

<http://lexvo.org/id/char/24C24> a lvont:Character ;
    lvont:represents "𤰤"^^xsd:string .

<http://lexvo.org/id/char/24C25> a lvont:Character ;
    lvont:represents "𤰥"^^xsd:string .

<http://lexvo.org/id/char/24C26> a lvont:Character ;
    lvont:represents "𤰦"^^xsd:string .

<http://lexvo.org/id/char/24C27> a lvont:Character ;
    lvont:represents "𤰧"^^xsd:string .

<http://lexvo.org/id/char/24C28> a lvont:Character ;
    lvont:represents "𤰨"^^xsd:string .

<http://lexvo.org/id/char/24C29> a lvont:Character ;
    lvont:represents "𤰩"^^xsd:string .

<http://lexvo.org/id/char/24C2A> a lvont:Character ;
    lvont:represents "𤰪"^^xsd:string .

<http://lexvo.org/id/char/24C2B> a lvont:Character ;
    lvont:represents "𤰫"^^xsd:string .

<http://lexvo.org/id/char/24C2C> a lvont:Character ;
    lvont:represents "𤰬"^^xsd:string .

<http://lexvo.org/id/char/24C2D> a lvont:Character ;
    lvont:represents "𤰭"^^xsd:string .

<http://lexvo.org/id/char/24C2E> a lvont:Character ;
    lvont:represents "𤰮"^^xsd:string .

<http://lexvo.org/id/char/24C2F> a lvont:Character ;
    lvont:represents "𤰯"^^xsd:string .

<http://lexvo.org/id/char/24C3> a lvont:Character ;
    lvont:represents "Ⓝ"^^xsd:string ;
    rdfs:comment "CIRCLED LATIN CAPITAL LETTER N"@en .

<http://lexvo.org/id/char/24C30> a lvont:Character ;
    lvont:represents "𤰰"^^xsd:string .

<http://lexvo.org/id/char/24C31> a lvont:Character ;
    lvont:represents "𤰱"^^xsd:string .

<http://lexvo.org/id/char/24C32> a lvont:Character ;
    lvont:represents "𤰲"^^xsd:string .

<http://lexvo.org/id/char/24C33> a lvont:Character ;
    lvont:represents "𤰳"^^xsd:string .

<http://lexvo.org/id/char/24C34> a lvont:Character ;
    lvont:represents "𤰴"^^xsd:string .

<http://lexvo.org/id/char/24C35> a lvont:Character ;
    lvont:represents "𤰵"^^xsd:string .

<http://lexvo.org/id/char/24C36> a lvont:Character ;
    lvont:represents "𤰶"^^xsd:string .

<http://lexvo.org/id/char/24C37> a lvont:Character ;
    lvont:represents "𤰷"^^xsd:string .

<http://lexvo.org/id/char/24C38> a lvont:Character ;
    lvont:represents "𤰸"^^xsd:string .

<http://lexvo.org/id/char/24C39> a lvont:Character ;
    lvont:represents "𤰹"^^xsd:string .

<http://lexvo.org/id/char/24C3A> a lvont:Character ;
    lvont:represents "𤰺"^^xsd:string .

<http://lexvo.org/id/char/24C3B> a lvont:Character ;
    lvont:represents "𤰻"^^xsd:string .

<http://lexvo.org/id/char/24C3C> a lvont:Character ;
    lvont:represents "𤰼"^^xsd:string .

<http://lexvo.org/id/char/24C3D> a lvont:Character ;
    lvont:represents "𤰽"^^xsd:string .

<http://lexvo.org/id/char/24C3E> a lvont:Character ;
    lvont:represents "𤰾"^^xsd:string .

<http://lexvo.org/id/char/24C3F> a lvont:Character ;
    lvont:represents "𤰿"^^xsd:string .

<http://lexvo.org/id/char/24C4> a lvont:Character ;
    lvont:represents "Ⓞ"^^xsd:string ;
    rdfs:comment "CIRCLED LATIN CAPITAL LETTER O"@en .

<http://lexvo.org/id/char/24C40> a lvont:Character ;
    lvont:represents "𤱀"^^xsd:string .

<http://lexvo.org/id/char/24C41> a lvont:Character ;
    lvont:represents "𤱁"^^xsd:string .

<http://lexvo.org/id/char/24C42> a lvont:Character ;
    lvont:represents "𤱂"^^xsd:string .

<http://lexvo.org/id/char/24C43> a lvont:Character ;
    lvont:represents "𤱃"^^xsd:string .

<http://lexvo.org/id/char/24C44> a lvont:Character ;
    lvont:represents "𤱄"^^xsd:string .

<http://lexvo.org/id/char/24C45> a lvont:Character ;
    lvont:represents "𤱅"^^xsd:string .

<http://lexvo.org/id/char/24C46> a lvont:Character ;
    lvont:represents "𤱆"^^xsd:string .

<http://lexvo.org/id/char/24C47> a lvont:Character ;
    lvont:represents "𤱇"^^xsd:string .

<http://lexvo.org/id/char/24C48> a lvont:Character ;
    lvont:represents "𤱈"^^xsd:string .

<http://lexvo.org/id/char/24C49> a lvont:Character ;
    lvont:represents "𤱉"^^xsd:string .

<http://lexvo.org/id/char/24C4A> a lvont:Character ;
    lvont:represents "𤱊"^^xsd:string .

<http://lexvo.org/id/char/24C4B> a lvont:Character ;
    lvont:represents "𤱋"^^xsd:string .

<http://lexvo.org/id/char/24C4C> a lvont:Character ;
    lvont:represents "𤱌"^^xsd:string .

<http://lexvo.org/id/char/24C4D> a lvont:Character ;
    lvont:represents "𤱍"^^xsd:string .

<http://lexvo.org/id/char/24C4E> a lvont:Character ;
    lvont:represents "𤱎"^^xsd:string .

<http://lexvo.org/id/char/24C4F> a lvont:Character ;
    lvont:represents "𤱏"^^xsd:string .

<http://lexvo.org/id/char/24C5> a lvont:Character ;
    lvont:represents "Ⓟ"^^xsd:string ;
    rdfs:comment "CIRCLED LATIN CAPITAL LETTER P"@en .

<http://lexvo.org/id/char/24C50> a lvont:Character ;
    lvont:represents "𤱐"^^xsd:string .

<http://lexvo.org/id/char/24C51> a lvont:Character ;
    lvont:represents "𤱑"^^xsd:string .

<http://lexvo.org/id/char/24C52> a lvont:Character ;
    lvont:represents "𤱒"^^xsd:string .

<http://lexvo.org/id/char/24C53> a lvont:Character ;
    lvont:represents "𤱓"^^xsd:string .

<http://lexvo.org/id/char/24C54> a lvont:Character ;
    lvont:represents "𤱔"^^xsd:string .

<http://lexvo.org/id/char/24C55> a lvont:Character ;
    lvont:represents "𤱕"^^xsd:string .

<http://lexvo.org/id/char/24C56> a lvont:Character ;
    lvont:represents "𤱖"^^xsd:string .

<http://lexvo.org/id/char/24C57> a lvont:Character ;
    lvont:represents "𤱗"^^xsd:string .

<http://lexvo.org/id/char/24C58> a lvont:Character ;
    lvont:represents "𤱘"^^xsd:string .

<http://lexvo.org/id/char/24C59> a lvont:Character ;
    lvont:represents "𤱙"^^xsd:string .

<http://lexvo.org/id/char/24C5A> a lvont:Character ;
    lvont:represents "𤱚"^^xsd:string .

<http://lexvo.org/id/char/24C5B> a lvont:Character ;
    lvont:represents "𤱛"^^xsd:string .

<http://lexvo.org/id/char/24C5C> a lvont:Character ;
    lvont:represents "𤱜"^^xsd:string .

<http://lexvo.org/id/char/24C5D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/tu%C7%8En>,
        "𤱝"^^xsd:string .

<http://lexvo.org/id/char/24C5E> a lvont:Character ;
    lvont:represents "𤱞"^^xsd:string .

<http://lexvo.org/id/char/24C5F> a lvont:Character ;
    lvont:represents "𤱟"^^xsd:string .

<http://lexvo.org/id/char/24C6> a lvont:Character ;
    lvont:represents "Ⓠ"^^xsd:string ;
    rdfs:comment "CIRCLED LATIN CAPITAL LETTER Q"@en .

<http://lexvo.org/id/char/24C60> a lvont:Character ;
    lvont:represents "𤱠"^^xsd:string .

<http://lexvo.org/id/char/24C61> a lvont:Character ;
    lvont:represents "𤱡"^^xsd:string .

<http://lexvo.org/id/char/24C62> a lvont:Character ;
    lvont:represents "𤱢"^^xsd:string .

<http://lexvo.org/id/char/24C63> a lvont:Character ;
    lvont:represents "𤱣"^^xsd:string .

<http://lexvo.org/id/char/24C64> a lvont:Character ;
    lvont:represents "𤱤"^^xsd:string .

<http://lexvo.org/id/char/24C65> a lvont:Character ;
    lvont:represents "𤱥"^^xsd:string .

<http://lexvo.org/id/char/24C66> a lvont:Character ;
    lvont:represents "𤱦"^^xsd:string .

<http://lexvo.org/id/char/24C67> a lvont:Character ;
    lvont:represents "𤱧"^^xsd:string .

<http://lexvo.org/id/char/24C68> a lvont:Character ;
    lvont:represents "𤱨"^^xsd:string .

<http://lexvo.org/id/char/24C69> a lvont:Character ;
    lvont:represents "𤱩"^^xsd:string .

<http://lexvo.org/id/char/24C6A> a lvont:Character ;
    lvont:represents "𤱪"^^xsd:string .

<http://lexvo.org/id/char/24C6B> a lvont:Character ;
    lvont:represents "𤱫"^^xsd:string .

<http://lexvo.org/id/char/24C6C> a lvont:Character ;
    lvont:represents "𤱬"^^xsd:string .

<http://lexvo.org/id/char/24C6D> a lvont:Character ;
    lvont:represents "𤱭"^^xsd:string .

<http://lexvo.org/id/char/24C6E> a lvont:Character ;
    lvont:represents "𤱮"^^xsd:string .

<http://lexvo.org/id/char/24C6F> a lvont:Character ;
    lvont:represents "𤱯"^^xsd:string .

<http://lexvo.org/id/char/24C7> a lvont:Character ;
    lvont:represents "Ⓡ"^^xsd:string ;
    rdfs:comment "CIRCLED LATIN CAPITAL LETTER R"@en .

<http://lexvo.org/id/char/24C70> a lvont:Character ;
    lvont:represents "𤱰"^^xsd:string .

<http://lexvo.org/id/char/24C71> a lvont:Character ;
    lvont:represents "𤱱"^^xsd:string .

<http://lexvo.org/id/char/24C72> a lvont:Character ;
    lvont:represents "𤱲"^^xsd:string .

<http://lexvo.org/id/char/24C73> a lvont:Character ;
    lvont:represents "𤱳"^^xsd:string .

<http://lexvo.org/id/char/24C74> a lvont:Character ;
    lvont:represents "𤱴"^^xsd:string .

<http://lexvo.org/id/char/24C75> a lvont:Character ;
    lvont:represents "𤱵"^^xsd:string .

<http://lexvo.org/id/char/24C76> a lvont:Character ;
    lvont:represents "𤱶"^^xsd:string .

<http://lexvo.org/id/char/24C77> a lvont:Character ;
    lvont:represents "𤱷"^^xsd:string .

<http://lexvo.org/id/char/24C78> a lvont:Character ;
    lvont:represents "𤱸"^^xsd:string .

<http://lexvo.org/id/char/24C79> a lvont:Character ;
    lvont:represents "𤱹"^^xsd:string .

<http://lexvo.org/id/char/24C7A> a lvont:Character ;
    lvont:represents "𤱺"^^xsd:string .

<http://lexvo.org/id/char/24C7B> a lvont:Character ;
    lvont:represents "𤱻"^^xsd:string .

<http://lexvo.org/id/char/24C7C> a lvont:Character ;
    lvont:represents "𤱼"^^xsd:string .

<http://lexvo.org/id/char/24C7D> a lvont:Character ;
    lvont:represents "𤱽"^^xsd:string .

<http://lexvo.org/id/char/24C7E> a lvont:Character ;
    lvont:represents "𤱾"^^xsd:string .

<http://lexvo.org/id/char/24C7F> a lvont:Character ;
    lvont:represents "𤱿"^^xsd:string .

<http://lexvo.org/id/char/24C8> a lvont:Character ;
    lvont:represents "Ⓢ"^^xsd:string ;
    rdfs:comment "CIRCLED LATIN CAPITAL LETTER S"@en .

<http://lexvo.org/id/char/24C80> a lvont:Character ;
    lvont:represents "𤲀"^^xsd:string .

<http://lexvo.org/id/char/24C81> a lvont:Character ;
    lvont:represents "𤲁"^^xsd:string .

<http://lexvo.org/id/char/24C82> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/d%C6%B0%E1%BB%9Bi>,
        "𤲂"^^xsd:string .

<http://lexvo.org/id/char/24C83> a lvont:Character ;
    lvont:represents "𤲃"^^xsd:string .

<http://lexvo.org/id/char/24C84> a lvont:Character ;
    lvont:represents "𤲄"^^xsd:string .

<http://lexvo.org/id/char/24C85> a lvont:Character ;
    lvont:represents "𤲅"^^xsd:string .

<http://lexvo.org/id/char/24C86> a lvont:Character ;
    lvont:represents "𤲆"^^xsd:string .

<http://lexvo.org/id/char/24C87> a lvont:Character ;
    lvont:represents "𤲇"^^xsd:string .

<http://lexvo.org/id/char/24C88> a lvont:Character ;
    lvont:represents "𤲈"^^xsd:string .

<http://lexvo.org/id/char/24C89> a lvont:Character ;
    lvont:represents "𤲉"^^xsd:string .

<http://lexvo.org/id/char/24C8A> a lvont:Character ;
    lvont:represents "𤲊"^^xsd:string .

<http://lexvo.org/id/char/24C8B> a lvont:Character ;
    lvont:represents "𤲋"^^xsd:string .

<http://lexvo.org/id/char/24C8C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ru%E1%BB%99ng>,
        "𤲌"^^xsd:string .

<http://lexvo.org/id/char/24C8D> a lvont:Character ;
    lvont:represents "𤲍"^^xsd:string .

<http://lexvo.org/id/char/24C8E> a lvont:Character ;
    lvont:represents "𤲎"^^xsd:string .

<http://lexvo.org/id/char/24C8F> a lvont:Character ;
    lvont:represents "𤲏"^^xsd:string .

<http://lexvo.org/id/char/24C9> a lvont:Character ;
    lvont:represents "Ⓣ"^^xsd:string ;
    rdfs:comment "CIRCLED LATIN CAPITAL LETTER T"@en .

<http://lexvo.org/id/char/24C90> a lvont:Character ;
    lvont:represents "𤲐"^^xsd:string .

<http://lexvo.org/id/char/24C91> a lvont:Character ;
    lvont:represents "𤲑"^^xsd:string .

<http://lexvo.org/id/char/24C92> a lvont:Character ;
    lvont:represents "𤲒"^^xsd:string .

<http://lexvo.org/id/char/24C93> a lvont:Character ;
    lvont:represents "𤲓"^^xsd:string .

<http://lexvo.org/id/char/24C94> a lvont:Character ;
    lvont:represents "𤲔"^^xsd:string .

<http://lexvo.org/id/char/24C95> a lvont:Character ;
    lvont:represents "𤲕"^^xsd:string .

<http://lexvo.org/id/char/24C96> a lvont:Character ;
    lvont:represents "𤲖"^^xsd:string .

<http://lexvo.org/id/char/24C97> a lvont:Character ;
    lvont:represents "𤲗"^^xsd:string .

<http://lexvo.org/id/char/24C98> a lvont:Character ;
    lvont:represents "𤲘"^^xsd:string .

<http://lexvo.org/id/char/24C99> a lvont:Character ;
    lvont:represents "𤲙"^^xsd:string .

<http://lexvo.org/id/char/24C9A> a lvont:Character ;
    lvont:represents "𤲚"^^xsd:string .

<http://lexvo.org/id/char/24C9B> a lvont:Character ;
    lvont:represents "𤲛"^^xsd:string .

<http://lexvo.org/id/char/24C9C> a lvont:Character ;
    lvont:represents "𤲜"^^xsd:string .

<http://lexvo.org/id/char/24C9D> a lvont:Character ;
    lvont:represents "𤲝"^^xsd:string .

<http://lexvo.org/id/char/24C9E> a lvont:Character ;
    lvont:represents "𤲞"^^xsd:string .

<http://lexvo.org/id/char/24C9F> a lvont:Character ;
    lvont:represents "𤲟"^^xsd:string .

<http://lexvo.org/id/char/24CA> a lvont:Character ;
    lvont:represents "Ⓤ"^^xsd:string ;
    rdfs:comment "CIRCLED LATIN CAPITAL LETTER U"@en .

<http://lexvo.org/id/char/24CA0> a lvont:Character ;
    lvont:represents "𤲠"^^xsd:string .

<http://lexvo.org/id/char/24CA1> a lvont:Character ;
    lvont:represents "𤲡"^^xsd:string .

<http://lexvo.org/id/char/24CA2> a lvont:Character ;
    lvont:represents "𤲢"^^xsd:string .

<http://lexvo.org/id/char/24CA3> a lvont:Character ;
    lvont:represents "𤲣"^^xsd:string .

<http://lexvo.org/id/char/24CA4> a lvont:Character ;
    lvont:represents "𤲤"^^xsd:string .

<http://lexvo.org/id/char/24CA5> a lvont:Character ;
    lvont:represents "𤲥"^^xsd:string .

<http://lexvo.org/id/char/24CA6> a lvont:Character ;
    lvont:represents "𤲦"^^xsd:string .

<http://lexvo.org/id/char/24CA7> a lvont:Character ;
    lvont:represents "𤲧"^^xsd:string .

<http://lexvo.org/id/char/24CA8> a lvont:Character ;
    lvont:represents "𤲨"^^xsd:string .

<http://lexvo.org/id/char/24CA9> a lvont:Character ;
    lvont:represents "𤲩"^^xsd:string .

<http://lexvo.org/id/char/24CAA> a lvont:Character ;
    lvont:represents "𤲪"^^xsd:string .

<http://lexvo.org/id/char/24CAB> a lvont:Character ;
    lvont:represents "𤲫"^^xsd:string .

<http://lexvo.org/id/char/24CAC> a lvont:Character ;
    lvont:represents "𤲬"^^xsd:string .

<http://lexvo.org/id/char/24CAD> a lvont:Character ;
    lvont:represents "𤲭"^^xsd:string .

<http://lexvo.org/id/char/24CAE> a lvont:Character ;
    lvont:represents "𤲮"^^xsd:string .

<http://lexvo.org/id/char/24CAF> a lvont:Character ;
    lvont:represents "𤲯"^^xsd:string .

<http://lexvo.org/id/char/24CB> a lvont:Character ;
    lvont:represents "Ⓥ"^^xsd:string ;
    rdfs:comment "CIRCLED LATIN CAPITAL LETTER V"@en .

<http://lexvo.org/id/char/24CB0> a lvont:Character ;
    lvont:represents "𤲰"^^xsd:string .

<http://lexvo.org/id/char/24CB1> a lvont:Character ;
    lvont:represents "𤲱"^^xsd:string .

<http://lexvo.org/id/char/24CB2> a lvont:Character ;
    lvont:represents "𤲲"^^xsd:string .

<http://lexvo.org/id/char/24CB3> a lvont:Character ;
    lvont:represents "𤲳"^^xsd:string .

<http://lexvo.org/id/char/24CB4> a lvont:Character ;
    lvont:represents "𤲴"^^xsd:string .

<http://lexvo.org/id/char/24CB5> a lvont:Character ;
    lvont:represents "𤲵"^^xsd:string .

<http://lexvo.org/id/char/24CB6> a lvont:Character ;
    lvont:represents "𤲶"^^xsd:string .

<http://lexvo.org/id/char/24CB7> a lvont:Character ;
    lvont:represents "𤲷"^^xsd:string .

<http://lexvo.org/id/char/24CB8> a lvont:Character ;
    lvont:represents "𤲸"^^xsd:string .

<http://lexvo.org/id/char/24CB9> a lvont:Character ;
    lvont:represents "𤲹"^^xsd:string .

<http://lexvo.org/id/char/24CBA> a lvont:Character ;
    lvont:represents "𤲺"^^xsd:string .

<http://lexvo.org/id/char/24CBB> a lvont:Character ;
    lvont:represents "𤲻"^^xsd:string .

<http://lexvo.org/id/char/24CBC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/d%C3%A1i>,
        "𤲼"^^xsd:string .

<http://lexvo.org/id/char/24CBD> a lvont:Character ;
    lvont:represents "𤲽"^^xsd:string .

<http://lexvo.org/id/char/24CBE> a lvont:Character ;
    lvont:represents "𤲾"^^xsd:string .

<http://lexvo.org/id/char/24CBF> a lvont:Character ;
    lvont:represents "𤲿"^^xsd:string .

<http://lexvo.org/id/char/24CC> a lvont:Character ;
    lvont:represents "Ⓦ"^^xsd:string ;
    rdfs:comment "CIRCLED LATIN CAPITAL LETTER W"@en .

<http://lexvo.org/id/char/24CC0> a lvont:Character ;
    lvont:represents "𤳀"^^xsd:string .

<http://lexvo.org/id/char/24CC1> a lvont:Character ;
    lvont:represents "𤳁"^^xsd:string .

<http://lexvo.org/id/char/24CC2> a lvont:Character ;
    lvont:represents "𤳂"^^xsd:string .

<http://lexvo.org/id/char/24CC3> a lvont:Character ;
    lvont:represents "𤳃"^^xsd:string .

<http://lexvo.org/id/char/24CC4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/b%E1%BB%9Fi>,
        "𤳄"^^xsd:string .

<http://lexvo.org/id/char/24CC5> a lvont:Character ;
    lvont:represents "𤳅"^^xsd:string .

<http://lexvo.org/id/char/24CC6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/trai>,
        "𤳆"^^xsd:string .

<http://lexvo.org/id/char/24CC7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/trai>,
        "𤳇"^^xsd:string .

<http://lexvo.org/id/char/24CC8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C4%81ng>,
        "𤳈"^^xsd:string .

<http://lexvo.org/id/char/24CC9> a lvont:Character ;
    lvont:represents "𤳉"^^xsd:string .

<http://lexvo.org/id/char/24CCA> a lvont:Character ;
    lvont:represents "𤳊"^^xsd:string .

<http://lexvo.org/id/char/24CCB> a lvont:Character ;
    lvont:represents "𤳋"^^xsd:string .

<http://lexvo.org/id/char/24CCC> a lvont:Character ;
    lvont:represents "𤳌"^^xsd:string .

<http://lexvo.org/id/char/24CCD> a lvont:Character ;
    lvont:represents "𤳍"^^xsd:string .

<http://lexvo.org/id/char/24CCE> a lvont:Character ;
    lvont:represents "𤳎"^^xsd:string .

<http://lexvo.org/id/char/24CCF> a lvont:Character ;
    lvont:represents "𤳏"^^xsd:string .

<http://lexvo.org/id/char/24CD> a lvont:Character ;
    lvont:represents "Ⓧ"^^xsd:string ;
    rdfs:comment "CIRCLED LATIN CAPITAL LETTER X"@en .

<http://lexvo.org/id/char/24CD0> a lvont:Character ;
    lvont:represents "𤳐"^^xsd:string .

<http://lexvo.org/id/char/24CD1> a lvont:Character ;
    lvont:represents "𤳑"^^xsd:string .

<http://lexvo.org/id/char/24CD2> a lvont:Character ;
    lvont:represents "𤳒"^^xsd:string .

<http://lexvo.org/id/char/24CD3> a lvont:Character ;
    lvont:represents "𤳓"^^xsd:string .

<http://lexvo.org/id/char/24CD4> a lvont:Character ;
    lvont:represents "𤳔"^^xsd:string .

<http://lexvo.org/id/char/24CD5> a lvont:Character ;
    lvont:represents "𤳕"^^xsd:string .

<http://lexvo.org/id/char/24CD6> a lvont:Character ;
    lvont:represents "𤳖"^^xsd:string .

<http://lexvo.org/id/char/24CD7> a lvont:Character ;
    lvont:represents "𤳗"^^xsd:string .

<http://lexvo.org/id/char/24CD8> a lvont:Character ;
    lvont:represents "𤳘"^^xsd:string .

<http://lexvo.org/id/char/24CD9> a lvont:Character ;
    lvont:represents "𤳙"^^xsd:string .

<http://lexvo.org/id/char/24CDA> a lvont:Character ;
    lvont:represents "𤳚"^^xsd:string .

<http://lexvo.org/id/char/24CDB> a lvont:Character ;
    lvont:represents "𤳛"^^xsd:string .

<http://lexvo.org/id/char/24CDC> a lvont:Character ;
    lvont:represents "𤳜"^^xsd:string .

<http://lexvo.org/id/char/24CDD> a lvont:Character ;
    lvont:represents "𤳝"^^xsd:string .

<http://lexvo.org/id/char/24CDE> a lvont:Character ;
    lvont:represents "𤳞"^^xsd:string .

<http://lexvo.org/id/char/24CDF> a lvont:Character ;
    lvont:represents "𤳟"^^xsd:string .

<http://lexvo.org/id/char/24CE> a lvont:Character ;
    lvont:represents "Ⓨ"^^xsd:string ;
    rdfs:comment "CIRCLED LATIN CAPITAL LETTER Y"@en .

<http://lexvo.org/id/char/24CE0> a lvont:Character ;
    lvont:represents "𤳠"^^xsd:string .

<http://lexvo.org/id/char/24CE1> a lvont:Character ;
    lvont:represents "𤳡"^^xsd:string .

<http://lexvo.org/id/char/24CE2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/tr%E1%BB%91ng>,
        "𤳢"^^xsd:string .

<http://lexvo.org/id/char/24CE3> a lvont:Character ;
    lvont:represents "𤳣"^^xsd:string .

<http://lexvo.org/id/char/24CE4> a lvont:Character ;
    lvont:represents "𤳤"^^xsd:string .

<http://lexvo.org/id/char/24CE5> a lvont:Character ;
    lvont:represents "𤳥"^^xsd:string .

<http://lexvo.org/id/char/24CE6> a lvont:Character ;
    lvont:represents "𤳦"^^xsd:string .

<http://lexvo.org/id/char/24CE7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/l%E1%BA%A1>,
        "𤳧"^^xsd:string .

<http://lexvo.org/id/char/24CE8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/r%E1%BB%99c>,
        "𤳨"^^xsd:string .

<http://lexvo.org/id/char/24CE9> a lvont:Character ;
    lvont:represents "𤳩"^^xsd:string .

<http://lexvo.org/id/char/24CEA> a lvont:Character ;
    lvont:represents "𤳪"^^xsd:string .

<http://lexvo.org/id/char/24CEB> a lvont:Character ;
    lvont:represents "𤳫"^^xsd:string .

<http://lexvo.org/id/char/24CEC> a lvont:Character ;
    lvont:represents "𤳬"^^xsd:string .

<http://lexvo.org/id/char/24CED> a lvont:Character ;
    lvont:represents "𤳭"^^xsd:string .

<http://lexvo.org/id/char/24CEE> a lvont:Character ;
    lvont:represents "𤳮"^^xsd:string .

<http://lexvo.org/id/char/24CEF> a lvont:Character ;
    lvont:represents "𤳯"^^xsd:string .

<http://lexvo.org/id/char/24CF> a lvont:Character ;
    lvont:represents "Ⓩ"^^xsd:string ;
    rdfs:comment "CIRCLED LATIN CAPITAL LETTER Z"@en .

<http://lexvo.org/id/char/24CF0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ve>,
        "𤳰"^^xsd:string .

<http://lexvo.org/id/char/24CF1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ru%E1%BB%99ng>,
        "𤳱"^^xsd:string .

<http://lexvo.org/id/char/24CF2> a lvont:Character ;
    lvont:represents "𤳲"^^xsd:string .

<http://lexvo.org/id/char/24CF3> a lvont:Character ;
    lvont:represents "𤳳"^^xsd:string .

<http://lexvo.org/id/char/24CF4> a lvont:Character ;
    lvont:represents "𤳴"^^xsd:string .

<http://lexvo.org/id/char/24CF5> a lvont:Character ;
    lvont:represents "𤳵"^^xsd:string .

<http://lexvo.org/id/char/24CF6> a lvont:Character ;
    lvont:represents "𤳶"^^xsd:string .

<http://lexvo.org/id/char/24CF7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/b%E1%BB%9Fi>,
        "𤳷"^^xsd:string .

<http://lexvo.org/id/char/24CF8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/b%E1%BB%9Fi>,
        "𤳸"^^xsd:string .

<http://lexvo.org/id/char/24CF9> a lvont:Character ;
    lvont:represents "𤳹"^^xsd:string .

<http://lexvo.org/id/char/24CFA> a lvont:Character ;
    lvont:represents "𤳺"^^xsd:string .

<http://lexvo.org/id/char/24CFB> a lvont:Character ;
    lvont:represents "𤳻"^^xsd:string .

<http://lexvo.org/id/char/24CFC> a lvont:Character ;
    lvont:represents "𤳼"^^xsd:string .

<http://lexvo.org/id/char/24CFD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ru%E1%BB%99ng>,
        "𤳽"^^xsd:string .

<http://lexvo.org/id/char/24CFE> a lvont:Character ;
    lvont:represents "𤳾"^^xsd:string .

<http://lexvo.org/id/char/24CFF> a lvont:Character ;
    lvont:represents "𤳿"^^xsd:string .

<http://lexvo.org/id/char/24D0> a lvont:Character ;
    lvont:represents "ⓐ"^^xsd:string ;
    rdfs:comment "CIRCLED LATIN SMALL LETTER A"@en .

<http://lexvo.org/id/char/24D00> a lvont:Character ;
    lvont:represents "𤴀"^^xsd:string .

<http://lexvo.org/id/char/24D01> a lvont:Character ;
    lvont:represents "𤴁"^^xsd:string .

<http://lexvo.org/id/char/24D02> a lvont:Character ;
    lvont:represents "𤴂"^^xsd:string .

<http://lexvo.org/id/char/24D03> a lvont:Character ;
    lvont:represents "𤴃"^^xsd:string .

<http://lexvo.org/id/char/24D04> a lvont:Character ;
    lvont:represents "𤴄"^^xsd:string .

<http://lexvo.org/id/char/24D05> a lvont:Character ;
    lvont:represents "𤴅"^^xsd:string .

<http://lexvo.org/id/char/24D06> a lvont:Character ;
    lvont:represents "𤴆"^^xsd:string .

<http://lexvo.org/id/char/24D07> a lvont:Character ;
    lvont:represents "𤴇"^^xsd:string .

<http://lexvo.org/id/char/24D08> a lvont:Character ;
    lvont:represents "𤴈"^^xsd:string .

<http://lexvo.org/id/char/24D09> a lvont:Character ;
    lvont:represents "𤴉"^^xsd:string .

<http://lexvo.org/id/char/24D0A> a lvont:Character ;
    lvont:represents "𤴊"^^xsd:string .

<http://lexvo.org/id/char/24D0B> a lvont:Character ;
    lvont:represents "𤴋"^^xsd:string .

<http://lexvo.org/id/char/24D0C> a lvont:Character ;
    lvont:represents "𤴌"^^xsd:string .

<http://lexvo.org/id/char/24D0D> a lvont:Character ;
    lvont:represents "𤴍"^^xsd:string .

<http://lexvo.org/id/char/24D0E> a lvont:Character ;
    lvont:represents "𤴎"^^xsd:string .

<http://lexvo.org/id/char/24D0F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/l%E1%BA%A1>,
        "𤴏"^^xsd:string .

<http://lexvo.org/id/char/24D1> a lvont:Character ;
    lvont:represents "ⓑ"^^xsd:string ;
    rdfs:comment "CIRCLED LATIN SMALL LETTER B"@en .

<http://lexvo.org/id/char/24D10> a lvont:Character ;
    lvont:represents "𤴐"^^xsd:string .

<http://lexvo.org/id/char/24D11> a lvont:Character ;
    lvont:represents "𤴑"^^xsd:string .

<http://lexvo.org/id/char/24D12> a lvont:Character ;
    lvont:represents "𤴒"^^xsd:string .

<http://lexvo.org/id/char/24D15> a lvont:Character ;
    lvont:represents "𤴕"^^xsd:string .

<http://lexvo.org/id/char/24D16> a lvont:Character ;
    lvont:represents "𤴖"^^xsd:string .

<http://lexvo.org/id/char/24D17> a lvont:Character ;
    lvont:represents "𤴗"^^xsd:string .

<http://lexvo.org/id/char/24D18> a lvont:Character ;
    lvont:represents "𤴘"^^xsd:string .

<http://lexvo.org/id/char/24D19> a lvont:Character ;
    lvont:represents "𤴙"^^xsd:string .

<http://lexvo.org/id/char/24D1A> a lvont:Character ;
    lvont:represents "𤴚"^^xsd:string .

<http://lexvo.org/id/char/24D1B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%AC>,
        "𤴛"^^xsd:string .

<http://lexvo.org/id/char/24D1C> a lvont:Character ;
    lvont:represents "𤴜"^^xsd:string .

<http://lexvo.org/id/char/24D1D> a lvont:Character ;
    lvont:represents "𤴝"^^xsd:string .

<http://lexvo.org/id/char/24D1E> a lvont:Character ;
    lvont:represents "𤴞"^^xsd:string .

<http://lexvo.org/id/char/24D1F> a lvont:Character ;
    lvont:represents "𤴟"^^xsd:string .

<http://lexvo.org/id/char/24D2> a lvont:Character ;
    lvont:represents "ⓒ"^^xsd:string ;
    rdfs:comment "CIRCLED LATIN SMALL LETTER C"@en .

<http://lexvo.org/id/char/24D20> a lvont:Character ;
    lvont:represents "𤴠"^^xsd:string .

<http://lexvo.org/id/char/24D21> a lvont:Character ;
    lvont:represents "𤴡"^^xsd:string .

<http://lexvo.org/id/char/24D22> a lvont:Character ;
    lvont:represents "𤴢"^^xsd:string .

<http://lexvo.org/id/char/24D23> a lvont:Character ;
    lvont:represents "𤴣"^^xsd:string .

<http://lexvo.org/id/char/24D24> a lvont:Character ;
    lvont:represents "𤴤"^^xsd:string .

<http://lexvo.org/id/char/24D25> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ng%E1%BA%A5t>,
        "𤴥"^^xsd:string .

<http://lexvo.org/id/char/24D26> a lvont:Character ;
    lvont:represents "𤴦"^^xsd:string .

<http://lexvo.org/id/char/24D27> a lvont:Character ;
    lvont:represents "𤴧"^^xsd:string .

<http://lexvo.org/id/char/24D28> a lvont:Character ;
    lvont:represents "𤴨"^^xsd:string .

<http://lexvo.org/id/char/24D29> a lvont:Character ;
    lvont:represents "𤴩"^^xsd:string .

<http://lexvo.org/id/char/24D2A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/gh%E1%BA%BB>,
        "𤴪"^^xsd:string .

<http://lexvo.org/id/char/24D2B> a lvont:Character ;
    lvont:represents "𤴫"^^xsd:string .

<http://lexvo.org/id/char/24D2C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/%C4%91au>,
        "𤴬"^^xsd:string .

<http://lexvo.org/id/char/24D2D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/b%E1%BB%9Bt>,
        "𤴭"^^xsd:string .

<http://lexvo.org/id/char/24D2E> a lvont:Character ;
    lvont:represents "𤴮"^^xsd:string .

<http://lexvo.org/id/char/24D2F> a lvont:Character ;
    lvont:represents "𤴯"^^xsd:string .

<http://lexvo.org/id/char/24D3> a lvont:Character ;
    lvont:represents "ⓓ"^^xsd:string ;
    rdfs:comment "CIRCLED LATIN SMALL LETTER D"@en .

<http://lexvo.org/id/char/24D30> a lvont:Character ;
    lvont:represents "𤴰"^^xsd:string .

<http://lexvo.org/id/char/24D31> a lvont:Character ;
    lvont:represents "𤴱"^^xsd:string .

<http://lexvo.org/id/char/24D32> a lvont:Character ;
    lvont:represents "𤴲"^^xsd:string .

<http://lexvo.org/id/char/24D33> a lvont:Character ;
    lvont:represents "𤴳"^^xsd:string .

<http://lexvo.org/id/char/24D34> a lvont:Character ;
    lvont:represents "𤴴"^^xsd:string .

<http://lexvo.org/id/char/24D35> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/nh%E1%BB%A9c>,
        "𤴵"^^xsd:string .

<http://lexvo.org/id/char/24D36> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/s%E1%BB%9Fi>,
        "𤴶"^^xsd:string .

<http://lexvo.org/id/char/24D37> a lvont:Character ;
    lvont:represents "𤴷"^^xsd:string .

<http://lexvo.org/id/char/24D38> a lvont:Character ;
    lvont:represents "𤴸"^^xsd:string .

<http://lexvo.org/id/char/24D39> a lvont:Character ;
    lvont:represents "𤴹"^^xsd:string .

<http://lexvo.org/id/char/24D3A> a lvont:Character ;
    lvont:represents "𤴺"^^xsd:string .

<http://lexvo.org/id/char/24D3B> a lvont:Character ;
    lvont:represents "𤴻"^^xsd:string .

<http://lexvo.org/id/char/24D3C> a lvont:Character ;
    lvont:represents "𤴼"^^xsd:string .

<http://lexvo.org/id/char/24D3D> a lvont:Character ;
    lvont:represents "𤴽"^^xsd:string .

<http://lexvo.org/id/char/24D3E> a lvont:Character ;
    lvont:represents "𤴾"^^xsd:string .

<http://lexvo.org/id/char/24D3F> a lvont:Character ;
    lvont:represents "𤴿"^^xsd:string .

<http://lexvo.org/id/char/24D4> a lvont:Character ;
    lvont:represents "ⓔ"^^xsd:string ;
    rdfs:comment "CIRCLED LATIN SMALL LETTER E"@en .

<http://lexvo.org/id/char/24D40> a lvont:Character ;
    lvont:represents "𤵀"^^xsd:string .

<http://lexvo.org/id/char/24D41> a lvont:Character ;
    lvont:represents "𤵁"^^xsd:string .

<http://lexvo.org/id/char/24D42> a lvont:Character ;
    lvont:represents "𤵂"^^xsd:string .

<http://lexvo.org/id/char/24D43> a lvont:Character ;
    lvont:represents "𤵃"^^xsd:string .

<http://lexvo.org/id/char/24D44> a lvont:Character ;
    lvont:represents "𤵄"^^xsd:string .

<http://lexvo.org/id/char/24D45> a lvont:Character ;
    lvont:represents "𤵅"^^xsd:string .

<http://lexvo.org/id/char/24D46> a lvont:Character ;
    lvont:represents "𤵆"^^xsd:string .

<http://lexvo.org/id/char/24D47> a lvont:Character ;
    lvont:represents "𤵇"^^xsd:string .

<http://lexvo.org/id/char/24D48> a lvont:Character ;
    lvont:represents "𤵈"^^xsd:string .

<http://lexvo.org/id/char/24D49> a lvont:Character ;
    lvont:represents "𤵉"^^xsd:string .

<http://lexvo.org/id/char/24D4A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/%C4%91%C3%B2n>,
        "𤵊"^^xsd:string .

<http://lexvo.org/id/char/24D4B> a lvont:Character ;
    lvont:represents "𤵋"^^xsd:string .

<http://lexvo.org/id/char/24D4C> a lvont:Character ;
    lvont:represents "𤵌"^^xsd:string .

<http://lexvo.org/id/char/24D4D> a lvont:Character ;
    lvont:represents "𤵍"^^xsd:string .

<http://lexvo.org/id/char/24D4E> a lvont:Character ;
    lvont:represents "𤵎"^^xsd:string .

<http://lexvo.org/id/char/24D4F> a lvont:Character ;
    lvont:represents "𤵏"^^xsd:string .

<http://lexvo.org/id/char/24D5> a lvont:Character ;
    lvont:represents "ⓕ"^^xsd:string ;
    rdfs:comment "CIRCLED LATIN SMALL LETTER F"@en .

<http://lexvo.org/id/char/24D50> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C3%B9>,
        "𤵐"^^xsd:string .

<http://lexvo.org/id/char/24D51> a lvont:Character ;
    lvont:represents "𤵑"^^xsd:string .

<http://lexvo.org/id/char/24D52> a lvont:Character ;
    lvont:represents "𤵒"^^xsd:string .

<http://lexvo.org/id/char/24D53> a lvont:Character ;
    lvont:represents "𤵓"^^xsd:string .

<http://lexvo.org/id/char/24D54> a lvont:Character ;
    lvont:represents "𤵔"^^xsd:string .

<http://lexvo.org/id/char/24D55> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/kh%E1%BB%9D>,
        "𤵕"^^xsd:string .

<http://lexvo.org/id/char/24D56> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/v%E1%BA%BFt>,
        "𤵖"^^xsd:string .

<http://lexvo.org/id/char/24D57> a lvont:Character ;
    lvont:represents "𤵗"^^xsd:string .

<http://lexvo.org/id/char/24D58> a lvont:Character ;
    lvont:represents "𤵘"^^xsd:string .

<http://lexvo.org/id/char/24D59> a lvont:Character ;
    lvont:represents "𤵙"^^xsd:string .

<http://lexvo.org/id/char/24D5A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/to4>,
        <http://lexvo.org/id/term/yue/%F0%A4%B5%9A>,
        "𤵚"^^xsd:string ;
    rdfs:comment "humpback"@en .

<http://lexvo.org/id/char/24D5B> a lvont:Character ;
    lvont:represents "𤵛"^^xsd:string .

<http://lexvo.org/id/char/24D5C> a lvont:Character ;
    lvont:represents "𤵜"^^xsd:string .

<http://lexvo.org/id/char/24D5D> a lvont:Character ;
    lvont:represents "𤵝"^^xsd:string .

<http://lexvo.org/id/char/24D5E> a lvont:Character ;
    lvont:represents "𤵞"^^xsd:string .

<http://lexvo.org/id/char/24D5F> a lvont:Character ;
    lvont:represents "𤵟"^^xsd:string .

<http://lexvo.org/id/char/24D6> a lvont:Character ;
    lvont:represents "ⓖ"^^xsd:string ;
    rdfs:comment "CIRCLED LATIN SMALL LETTER G"@en .

<http://lexvo.org/id/char/24D60> a lvont:Character ;
    lvont:represents "𤵠"^^xsd:string .

<http://lexvo.org/id/char/24D61> a lvont:Character ;
    lvont:represents "𤵡"^^xsd:string .

<http://lexvo.org/id/char/24D62> a lvont:Character ;
    lvont:represents "𤵢"^^xsd:string .

<http://lexvo.org/id/char/24D63> a lvont:Character ;
    lvont:represents "𤵣"^^xsd:string .

<http://lexvo.org/id/char/24D64> a lvont:Character ;
    lvont:represents "𤵤"^^xsd:string .

<http://lexvo.org/id/char/24D65> a lvont:Character ;
    lvont:represents "𤵥"^^xsd:string .

<http://lexvo.org/id/char/24D66> a lvont:Character ;
    lvont:represents "𤵦"^^xsd:string .

<http://lexvo.org/id/char/24D67> a lvont:Character ;
    lvont:represents "𤵧"^^xsd:string .

<http://lexvo.org/id/char/24D68> a lvont:Character ;
    lvont:represents "𤵨"^^xsd:string .

<http://lexvo.org/id/char/24D69> a lvont:Character ;
    lvont:represents "𤵩"^^xsd:string .

<http://lexvo.org/id/char/24D6A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/s%E1%BA%B9o>,
        "𤵪"^^xsd:string .

<http://lexvo.org/id/char/24D6B> a lvont:Character ;
    lvont:represents "𤵫"^^xsd:string .

<http://lexvo.org/id/char/24D6C> a lvont:Character ;
    lvont:represents "𤵬"^^xsd:string .

<http://lexvo.org/id/char/24D6D> a lvont:Character ;
    lvont:represents "𤵭"^^xsd:string .

<http://lexvo.org/id/char/24D6E> a lvont:Character ;
    lvont:represents "𤵮"^^xsd:string .

<http://lexvo.org/id/char/24D6F> a lvont:Character ;
    lvont:represents "𤵯"^^xsd:string .

<http://lexvo.org/id/char/24D7> a lvont:Character ;
    lvont:represents "ⓗ"^^xsd:string ;
    rdfs:comment "CIRCLED LATIN SMALL LETTER H"@en .

<http://lexvo.org/id/char/24D70> a lvont:Character ;
    lvont:represents "𤵰"^^xsd:string .

<http://lexvo.org/id/char/24D71> a lvont:Character ;
    lvont:represents "𤵱"^^xsd:string .

<http://lexvo.org/id/char/24D72> a lvont:Character ;
    lvont:represents "𤵲"^^xsd:string .

<http://lexvo.org/id/char/24D73> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/b%C3%B3n>,
        "𤵳"^^xsd:string .

<http://lexvo.org/id/char/24D74> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/s%E1%BA%A3y>,
        "𤵴"^^xsd:string .

<http://lexvo.org/id/char/24D75> a lvont:Character ;
    lvont:represents "𤵵"^^xsd:string .

<http://lexvo.org/id/char/24D76> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/si>,
        "𤵶"^^xsd:string .

<http://lexvo.org/id/char/24D77> a lvont:Character ;
    lvont:represents "𤵷"^^xsd:string .

<http://lexvo.org/id/char/24D78> a lvont:Character ;
    lvont:represents "𤵸"^^xsd:string .

<http://lexvo.org/id/char/24D79> a lvont:Character ;
    lvont:represents "𤵹"^^xsd:string .

<http://lexvo.org/id/char/24D7A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/d%E1%BA%A1i>,
        "𤵺"^^xsd:string .

<http://lexvo.org/id/char/24D7B> a lvont:Character ;
    lvont:represents "𤵻"^^xsd:string .

<http://lexvo.org/id/char/24D7C> a lvont:Character ;
    lvont:represents "𤵼"^^xsd:string .

<http://lexvo.org/id/char/24D7D> a lvont:Character ;
    lvont:represents "𤵽"^^xsd:string .

<http://lexvo.org/id/char/24D7E> a lvont:Character ;
    lvont:represents "𤵾"^^xsd:string .

<http://lexvo.org/id/char/24D7F> a lvont:Character ;
    lvont:represents "𤵿"^^xsd:string .

<http://lexvo.org/id/char/24D8> a lvont:Character ;
    lvont:represents "ⓘ"^^xsd:string ;
    rdfs:comment "CIRCLED LATIN SMALL LETTER I"@en .

<http://lexvo.org/id/char/24D80> a lvont:Character ;
    lvont:represents "𤶀"^^xsd:string .

<http://lexvo.org/id/char/24D81> a lvont:Character ;
    lvont:represents "𤶁"^^xsd:string .

<http://lexvo.org/id/char/24D82> a lvont:Character ;
    lvont:represents "𤶂"^^xsd:string .

<http://lexvo.org/id/char/24D83> a lvont:Character ;
    lvont:represents "𤶃"^^xsd:string .

<http://lexvo.org/id/char/24D84> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/nh%E1%BA%B7m>,
        "𤶄"^^xsd:string .

<http://lexvo.org/id/char/24D85> a lvont:Character ;
    lvont:represents "𤶅"^^xsd:string .

<http://lexvo.org/id/char/24D86> a lvont:Character ;
    lvont:represents "𤶆"^^xsd:string .

<http://lexvo.org/id/char/24D87> a lvont:Character ;
    lvont:represents "𤶇"^^xsd:string .

<http://lexvo.org/id/char/24D88> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/t%E1%BA%A5y>,
        "𤶈"^^xsd:string .

<http://lexvo.org/id/char/24D89> a lvont:Character ;
    lvont:represents "𤶉"^^xsd:string .

<http://lexvo.org/id/char/24D8A> a lvont:Character ;
    lvont:represents "𤶊"^^xsd:string .

<http://lexvo.org/id/char/24D8B> a lvont:Character ;
    lvont:represents "𤶋"^^xsd:string .

<http://lexvo.org/id/char/24D8C> a lvont:Character ;
    lvont:represents "𤶌"^^xsd:string .

<http://lexvo.org/id/char/24D8D> a lvont:Character ;
    lvont:represents "𤶍"^^xsd:string .

<http://lexvo.org/id/char/24D8E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/chau>,
        "𤶎"^^xsd:string .

<http://lexvo.org/id/char/24D8F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/cho%C3%A1ng>,
        "𤶏"^^xsd:string .

<http://lexvo.org/id/char/24D9> a lvont:Character ;
    lvont:represents "ⓙ"^^xsd:string ;
    rdfs:comment "CIRCLED LATIN SMALL LETTER J"@en .

<http://lexvo.org/id/char/24D90> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ch%E1%BB%93n>,
        "𤶐"^^xsd:string .

<http://lexvo.org/id/char/24D91> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/nh%C4%83n>,
        "𤶑"^^xsd:string .

<http://lexvo.org/id/char/24D92> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ben>,
        "𤶒"^^xsd:string .

<http://lexvo.org/id/char/24D93> a lvont:Character ;
    lvont:represents "𤶓"^^xsd:string .

<http://lexvo.org/id/char/24D94> a lvont:Character ;
    lvont:represents "𤶔"^^xsd:string .

<http://lexvo.org/id/char/24D95> a lvont:Character ;
    lvont:represents "𤶕"^^xsd:string .

<http://lexvo.org/id/char/24D96> a lvont:Character ;
    lvont:represents "𤶖"^^xsd:string .

<http://lexvo.org/id/char/24D97> a lvont:Character ;
    lvont:represents "𤶗"^^xsd:string .

<http://lexvo.org/id/char/24D98> a lvont:Character ;
    lvont:represents "𤶘"^^xsd:string .

<http://lexvo.org/id/char/24D99> a lvont:Character ;
    lvont:represents "𤶙"^^xsd:string .

<http://lexvo.org/id/char/24D9A> a lvont:Character ;
    lvont:represents "𤶚"^^xsd:string .

<http://lexvo.org/id/char/24D9B> a lvont:Character ;
    lvont:represents "𤶛"^^xsd:string .

<http://lexvo.org/id/char/24D9C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/cho%C3%A1ng>,
        "𤶜"^^xsd:string .

<http://lexvo.org/id/char/24D9D> a lvont:Character ;
    lvont:represents "𤶝"^^xsd:string .

<http://lexvo.org/id/char/24D9E> a lvont:Character ;
    lvont:represents "𤶞"^^xsd:string .

<http://lexvo.org/id/char/24D9F> a lvont:Character ;
    lvont:represents "𤶟"^^xsd:string .

<http://lexvo.org/id/char/24DA> a lvont:Character ;
    lvont:represents "ⓚ"^^xsd:string ;
    rdfs:comment "CIRCLED LATIN SMALL LETTER K"@en .

<http://lexvo.org/id/char/24DA0> a lvont:Character ;
    lvont:represents "𤶠"^^xsd:string .

<http://lexvo.org/id/char/24DA1> a lvont:Character ;
    lvont:represents "𤶡"^^xsd:string .

<http://lexvo.org/id/char/24DA2> a lvont:Character ;
    lvont:represents "𤶢"^^xsd:string .

<http://lexvo.org/id/char/24DA3> a lvont:Character ;
    lvont:represents "𤶣"^^xsd:string .

<http://lexvo.org/id/char/24DA4> a lvont:Character ;
    lvont:represents "𤶤"^^xsd:string .

<http://lexvo.org/id/char/24DA5> a lvont:Character ;
    lvont:represents "𤶥"^^xsd:string .

<http://lexvo.org/id/char/24DA6> a lvont:Character ;
    lvont:represents "𤶦"^^xsd:string .

<http://lexvo.org/id/char/24DA7> a lvont:Character ;
    lvont:represents "𤶧"^^xsd:string .

<http://lexvo.org/id/char/24DA8> a lvont:Character ;
    lvont:represents "𤶨"^^xsd:string .

<http://lexvo.org/id/char/24DA9> a lvont:Character ;
    lvont:represents "𤶩"^^xsd:string .

<http://lexvo.org/id/char/24DAA> a lvont:Character ;
    lvont:represents "𤶪"^^xsd:string .

<http://lexvo.org/id/char/24DAB> a lvont:Character ;
    lvont:represents "𤶫"^^xsd:string .

<http://lexvo.org/id/char/24DAC> a lvont:Character ;
    lvont:represents "𤶬"^^xsd:string .

<http://lexvo.org/id/char/24DAD> a lvont:Character ;
    lvont:represents "𤶭"^^xsd:string .

<http://lexvo.org/id/char/24DAE> a lvont:Character ;
    lvont:represents "𤶮"^^xsd:string .

<http://lexvo.org/id/char/24DAF> a lvont:Character ;
    lvont:represents "𤶯"^^xsd:string .

<http://lexvo.org/id/char/24DB> a lvont:Character ;
    lvont:represents "ⓛ"^^xsd:string ;
    rdfs:comment "CIRCLED LATIN SMALL LETTER L"@en .

<http://lexvo.org/id/char/24DB0> a lvont:Character ;
    lvont:represents "𤶰"^^xsd:string .

<http://lexvo.org/id/char/24DB1> a lvont:Character ;
    lvont:represents "𤶱"^^xsd:string .

<http://lexvo.org/id/char/24DB2> a lvont:Character ;
    lvont:represents "𤶲"^^xsd:string .

<http://lexvo.org/id/char/24DB3> a lvont:Character ;
    lvont:represents "𤶳"^^xsd:string .

<http://lexvo.org/id/char/24DB4> a lvont:Character ;
    lvont:represents "𤶴"^^xsd:string .

<http://lexvo.org/id/char/24DB5> a lvont:Character ;
    lvont:represents "𤶵"^^xsd:string .

<http://lexvo.org/id/char/24DB6> a lvont:Character ;
    lvont:represents "𤶶"^^xsd:string .

<http://lexvo.org/id/char/24DB7> a lvont:Character ;
    lvont:represents "𤶷"^^xsd:string .

<http://lexvo.org/id/char/24DB8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/naa1>,
        <http://lexvo.org/id/term/yue/%F0%A4%B6%B8>,
        "𤶸"^^xsd:string ;
    rdfs:comment "(Cant.) a scar"@en .

<http://lexvo.org/id/char/24DB9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/gu%E1%BB%99c>,
        "𤶹"^^xsd:string .

<http://lexvo.org/id/char/24DBA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/xo%E1%BA%A3i>,
        "𤶺"^^xsd:string .

<http://lexvo.org/id/char/24DBB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ngh%C3%A9n>,
        "𤶻"^^xsd:string .

<http://lexvo.org/id/char/24DBC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/m%C3%A2ng>,
        "𤶼"^^xsd:string .

<http://lexvo.org/id/char/24DBD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/m%E1%BB%A5t>,
        "𤶽"^^xsd:string .

<http://lexvo.org/id/char/24DBE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/l%E1%BA%B1n>,
        "𤶾"^^xsd:string .

<http://lexvo.org/id/char/24DBF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/h%E1%BA%A7u>,
        "𤶿"^^xsd:string .

<http://lexvo.org/id/char/24DC> a lvont:Character ;
    lvont:represents "ⓜ"^^xsd:string ;
    rdfs:comment "CIRCLED LATIN SMALL LETTER M"@en .

<http://lexvo.org/id/char/24DC0> a lvont:Character ;
    lvont:represents "𤷀"^^xsd:string .

<http://lexvo.org/id/char/24DC1> a lvont:Character ;
    lvont:represents "𤷁"^^xsd:string .

<http://lexvo.org/id/char/24DC2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ph%E1%BB%8B>,
        "𤷂"^^xsd:string .

<http://lexvo.org/id/char/24DC3> a lvont:Character ;
    lvont:represents "𤷃"^^xsd:string .

<http://lexvo.org/id/char/24DC4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/qu%C3%A8n>,
        "𤷄"^^xsd:string .

<http://lexvo.org/id/char/24DC5> a lvont:Character ;
    lvont:represents "𤷅"^^xsd:string .

<http://lexvo.org/id/char/24DC6> a lvont:Character ;
    lvont:represents "𤷆"^^xsd:string .

<http://lexvo.org/id/char/24DC7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/wak6>,
        <http://lexvo.org/id/term/yue/%F0%A4%B7%87>,
        "𤷇"^^xsd:string ;
    rdfs:comment "(Cant.) severe pain"@en .

<http://lexvo.org/id/char/24DC8> a lvont:Character ;
    lvont:represents "𤷈"^^xsd:string .

<http://lexvo.org/id/char/24DC9> a lvont:Character ;
    lvont:represents "𤷉"^^xsd:string .

<http://lexvo.org/id/char/24DCA> a lvont:Character ;
    lvont:represents "𤷊"^^xsd:string .

<http://lexvo.org/id/char/24DCB> a lvont:Character ;
    lvont:represents "𤷋"^^xsd:string .

<http://lexvo.org/id/char/24DCC> a lvont:Character ;
    lvont:represents "𤷌"^^xsd:string .

<http://lexvo.org/id/char/24DCD> a lvont:Character ;
    lvont:represents "𤷍"^^xsd:string .

<http://lexvo.org/id/char/24DCE> a lvont:Character ;
    lvont:represents "𤷎"^^xsd:string .

<http://lexvo.org/id/char/24DCF> a lvont:Character ;
    lvont:represents "𤷏"^^xsd:string .

<http://lexvo.org/id/char/24DD> a lvont:Character ;
    lvont:represents "ⓝ"^^xsd:string ;
    rdfs:comment "CIRCLED LATIN SMALL LETTER N"@en .

<http://lexvo.org/id/char/24DD0> a lvont:Character ;
    lvont:represents "𤷐"^^xsd:string .

<http://lexvo.org/id/char/24DD1> a lvont:Character ;
    lvont:represents "𤷑"^^xsd:string .

<http://lexvo.org/id/char/24DD2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/t%C3%AA>,
        "𤷒"^^xsd:string .

<http://lexvo.org/id/char/24DD3> a lvont:Character ;
    lvont:represents "𤷓"^^xsd:string .

<http://lexvo.org/id/char/24DD4> a lvont:Character ;
    lvont:represents "𤷔"^^xsd:string .

<http://lexvo.org/id/char/24DD5> a lvont:Character ;
    lvont:represents "𤷕"^^xsd:string .

<http://lexvo.org/id/char/24DD6> a lvont:Character ;
    lvont:represents "𤷖"^^xsd:string .

<http://lexvo.org/id/char/24DD7> a lvont:Character ;
    lvont:represents "𤷗"^^xsd:string .

<http://lexvo.org/id/char/24DD8> a lvont:Character ;
    lvont:represents "𤷘"^^xsd:string .

<http://lexvo.org/id/char/24DD9> a lvont:Character ;
    lvont:represents "𤷙"^^xsd:string .

<http://lexvo.org/id/char/24DDA> a lvont:Character ;
    lvont:represents "𤷚"^^xsd:string .

<http://lexvo.org/id/char/24DDB> a lvont:Character ;
    lvont:represents "𤷛"^^xsd:string .

<http://lexvo.org/id/char/24DDC> a lvont:Character ;
    lvont:represents "𤷜"^^xsd:string .

<http://lexvo.org/id/char/24DDD> a lvont:Character ;
    lvont:represents "𤷝"^^xsd:string .

<http://lexvo.org/id/char/24DDE> a lvont:Character ;
    lvont:represents "𤷞"^^xsd:string .

<http://lexvo.org/id/char/24DDF> a lvont:Character ;
    lvont:represents "𤷟"^^xsd:string .

<http://lexvo.org/id/char/24DE> a lvont:Character ;
    lvont:represents "ⓞ"^^xsd:string ;
    rdfs:comment "CIRCLED LATIN SMALL LETTER O"@en .

<http://lexvo.org/id/char/24DE0> a lvont:Character ;
    lvont:represents "𤷠"^^xsd:string .

<http://lexvo.org/id/char/24DE1> a lvont:Character ;
    lvont:represents "𤷡"^^xsd:string .

<http://lexvo.org/id/char/24DE2> a lvont:Character ;
    lvont:represents "𤷢"^^xsd:string .

<http://lexvo.org/id/char/24DE3> a lvont:Character ;
    lvont:represents "𤷣"^^xsd:string .

<http://lexvo.org/id/char/24DE4> a lvont:Character ;
    lvont:represents "𤷤"^^xsd:string .

<http://lexvo.org/id/char/24DE5> a lvont:Character ;
    lvont:represents "𤷥"^^xsd:string .

<http://lexvo.org/id/char/24DE6> a lvont:Character ;
    lvont:represents "𤷦"^^xsd:string .

<http://lexvo.org/id/char/24DE7> a lvont:Character ;
    lvont:represents "𤷧"^^xsd:string .

<http://lexvo.org/id/char/24DE8> a lvont:Character ;
    lvont:represents "𤷨"^^xsd:string .

<http://lexvo.org/id/char/24DE9> a lvont:Character ;
    lvont:represents "𤷩"^^xsd:string .

<http://lexvo.org/id/char/24DEA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/mang2>,
        <http://lexvo.org/id/term/yue/%F0%A4%B7%AA>,
        "𤷪"^^xsd:string ;
    rdfs:comment "(Cant.) impatient, restless"@en .

<http://lexvo.org/id/char/24DEB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/cek3%20cik1>,
        <http://lexvo.org/id/term/yue/%F0%A4%B7%AB>,
        "𤷫"^^xsd:string ;
    rdfs:comment "(Cant.) a prickling pain, ache"@en .

<http://lexvo.org/id/char/24DEC> a lvont:Character ;
    lvont:represents "𤷬"^^xsd:string .

<http://lexvo.org/id/char/24DED> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/%C4%91i%E1%BA%BFc>,
        "𤷭"^^xsd:string .

<http://lexvo.org/id/char/24DEE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/v%C3%A1ng>,
        "𤷮"^^xsd:string .

<http://lexvo.org/id/char/24DEF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/lo%C3%A9t>,
        "𤷯"^^xsd:string .

<http://lexvo.org/id/char/24DF> a lvont:Character ;
    lvont:represents "ⓟ"^^xsd:string ;
    rdfs:comment "CIRCLED LATIN SMALL LETTER P"@en .

<http://lexvo.org/id/char/24DF0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/b%E1%BB%A7ng>,
        "𤷰"^^xsd:string .

<http://lexvo.org/id/char/24DF1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/m%C3%B2n>,
        "𤷱"^^xsd:string .

<http://lexvo.org/id/char/24DF2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/s%E1%BA%A7n>,
        "𤷲"^^xsd:string .

<http://lexvo.org/id/char/24DF3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/nhom>,
        "𤷳"^^xsd:string .

<http://lexvo.org/id/char/24DF4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/%C3%AA>,
        "𤷴"^^xsd:string .

<http://lexvo.org/id/char/24DF5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ph%E1%BB%9D>,
        "𤷵"^^xsd:string .

<http://lexvo.org/id/char/24DF6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/b%C6%B0%E1%BB%9Bu>,
        "𤷶"^^xsd:string .

<http://lexvo.org/id/char/24DF7> a lvont:Character ;
    lvont:represents "𤷷"^^xsd:string .

<http://lexvo.org/id/char/24DF8> a lvont:Character ;
    lvont:represents "𤷸"^^xsd:string .

<http://lexvo.org/id/char/24DF9> a lvont:Character ;
    lvont:represents "𤷹"^^xsd:string .

<http://lexvo.org/id/char/24DFA> a lvont:Character ;
    lvont:represents "𤷺"^^xsd:string .

<http://lexvo.org/id/char/24DFB> a lvont:Character ;
    lvont:represents "𤷻"^^xsd:string .

<http://lexvo.org/id/char/24DFC> a lvont:Character ;
    lvont:represents "𤷼"^^xsd:string .

<http://lexvo.org/id/char/24DFD> a lvont:Character ;
    lvont:represents "𤷽"^^xsd:string .

<http://lexvo.org/id/char/24DFE> a lvont:Character ;
    lvont:represents "𤷾"^^xsd:string .

<http://lexvo.org/id/char/24DFF> a lvont:Character ;
    lvont:represents "𤷿"^^xsd:string .

<http://lexvo.org/id/char/24E0> a lvont:Character ;
    lvont:represents "ⓠ"^^xsd:string ;
    rdfs:comment "CIRCLED LATIN SMALL LETTER Q"@en .

<http://lexvo.org/id/char/24E00> a lvont:Character ;
    lvont:represents "𤸀"^^xsd:string .

<http://lexvo.org/id/char/24E01> a lvont:Character ;
    lvont:represents "𤸁"^^xsd:string .

<http://lexvo.org/id/char/24E02> a lvont:Character ;
    lvont:represents "𤸂"^^xsd:string .

<http://lexvo.org/id/char/24E03> a lvont:Character ;
    lvont:represents "𤸃"^^xsd:string .

<http://lexvo.org/id/char/24E04> a lvont:Character ;
    lvont:represents "𤸄"^^xsd:string .

<http://lexvo.org/id/char/24E05> a lvont:Character ;
    lvont:represents "𤸅"^^xsd:string .

<http://lexvo.org/id/char/24E06> a lvont:Character ;
    lvont:represents "𤸆"^^xsd:string .

<http://lexvo.org/id/char/24E07> a lvont:Character ;
    lvont:represents "𤸇"^^xsd:string .

<http://lexvo.org/id/char/24E08> a lvont:Character ;
    lvont:represents "𤸈"^^xsd:string .

<http://lexvo.org/id/char/24E09> a lvont:Character ;
    lvont:represents "𤸉"^^xsd:string .

<http://lexvo.org/id/char/24E0A> a lvont:Character ;
    lvont:represents "𤸊"^^xsd:string .

<http://lexvo.org/id/char/24E0B> a lvont:Character ;
    lvont:represents "𤸋"^^xsd:string .

<http://lexvo.org/id/char/24E0C> a lvont:Character ;
    lvont:represents "𤸌"^^xsd:string .

<http://lexvo.org/id/char/24E0D> a lvont:Character ;
    lvont:represents "𤸍"^^xsd:string .

<http://lexvo.org/id/char/24E0E> a lvont:Character ;
    lvont:represents "𤸎"^^xsd:string .

<http://lexvo.org/id/char/24E0F> a lvont:Character ;
    lvont:represents "𤸏"^^xsd:string .

<http://lexvo.org/id/char/24E1> a lvont:Character ;
    lvont:represents "ⓡ"^^xsd:string ;
    rdfs:comment "CIRCLED LATIN SMALL LETTER R"@en .

<http://lexvo.org/id/char/24E10> a lvont:Character ;
    lvont:represents "𤸐"^^xsd:string .

<http://lexvo.org/id/char/24E11> a lvont:Character ;
    lvont:represents "𤸑"^^xsd:string .

<http://lexvo.org/id/char/24E12> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ng%C3%BAng>,
        "𤸒"^^xsd:string .

<http://lexvo.org/id/char/24E13> a lvont:Character ;
    lvont:represents "𤸓"^^xsd:string .

<http://lexvo.org/id/char/24E14> a lvont:Character ;
    lvont:represents "𤸔"^^xsd:string .

<http://lexvo.org/id/char/24E15> a lvont:Character ;
    lvont:represents "𤸕"^^xsd:string .

<http://lexvo.org/id/char/24E16> a lvont:Character ;
    lvont:represents "𤸖"^^xsd:string .

<http://lexvo.org/id/char/24E17> a lvont:Character ;
    lvont:represents "𤸗"^^xsd:string .

<http://lexvo.org/id/char/24E18> a lvont:Character ;
    lvont:represents "𤸘"^^xsd:string .

<http://lexvo.org/id/char/24E19> a lvont:Character ;
    lvont:represents "𤸙"^^xsd:string .

<http://lexvo.org/id/char/24E1A> a lvont:Character ;
    lvont:represents "𤸚"^^xsd:string .

<http://lexvo.org/id/char/24E1B> a lvont:Character ;
    lvont:represents "𤸛"^^xsd:string .

<http://lexvo.org/id/char/24E1C> a lvont:Character ;
    lvont:represents "𤸜"^^xsd:string .

<http://lexvo.org/id/char/24E1D> a lvont:Character ;
    lvont:represents "𤸝"^^xsd:string .

<http://lexvo.org/id/char/24E1E> a lvont:Character ;
    lvont:represents "𤸞"^^xsd:string .

<http://lexvo.org/id/char/24E1F> a lvont:Character ;
    lvont:represents "𤸟"^^xsd:string .

<http://lexvo.org/id/char/24E2> a lvont:Character ;
    lvont:represents "ⓢ"^^xsd:string ;
    rdfs:comment "CIRCLED LATIN SMALL LETTER S"@en .

<http://lexvo.org/id/char/24E20> a lvont:Character ;
    lvont:represents "𤸠"^^xsd:string .

<http://lexvo.org/id/char/24E21> a lvont:Character ;
    lvont:represents "𤸡"^^xsd:string .

<http://lexvo.org/id/char/24E22> a lvont:Character ;
    lvont:represents "𤸢"^^xsd:string .

<http://lexvo.org/id/char/24E23> a lvont:Character ;
    lvont:represents "𤸣"^^xsd:string .

<http://lexvo.org/id/char/24E24> a lvont:Character ;
    lvont:represents "𤸤"^^xsd:string .

<http://lexvo.org/id/char/24E25> a lvont:Character ;
    lvont:represents "𤸥"^^xsd:string .

<http://lexvo.org/id/char/24E26> a lvont:Character ;
    lvont:represents "𤸦"^^xsd:string .

<http://lexvo.org/id/char/24E27> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/hoen>,
        "𤸧"^^xsd:string .

<http://lexvo.org/id/char/24E28> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/x%C3%ACu>,
        "𤸨"^^xsd:string .

<http://lexvo.org/id/char/24E29> a lvont:Character ;
    lvont:represents "𤸩"^^xsd:string .

<http://lexvo.org/id/char/24E2A> a lvont:Character ;
    lvont:represents "𤸪"^^xsd:string .

<http://lexvo.org/id/char/24E2B> a lvont:Character ;
    lvont:represents "𤸫"^^xsd:string .

<http://lexvo.org/id/char/24E2C> a lvont:Character ;
    lvont:represents "𤸬"^^xsd:string .

<http://lexvo.org/id/char/24E2D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/r%E1%BB%93>,
        "𤸭"^^xsd:string .

<http://lexvo.org/id/char/24E2E> a lvont:Character ;
    lvont:represents "𤸮"^^xsd:string .

<http://lexvo.org/id/char/24E2F> a lvont:Character ;
    lvont:represents "𤸯"^^xsd:string .

<http://lexvo.org/id/char/24E3> a lvont:Character ;
    lvont:represents "ⓣ"^^xsd:string ;
    rdfs:comment "CIRCLED LATIN SMALL LETTER T"@en .

<http://lexvo.org/id/char/24E30> a lvont:Character ;
    lvont:represents "𤸰"^^xsd:string .

<http://lexvo.org/id/char/24E31> a lvont:Character ;
    lvont:represents "𤸱"^^xsd:string .

<http://lexvo.org/id/char/24E32> a lvont:Character ;
    lvont:represents "𤸲"^^xsd:string .

<http://lexvo.org/id/char/24E33> a lvont:Character ;
    lvont:represents "𤸳"^^xsd:string .

<http://lexvo.org/id/char/24E34> a lvont:Character ;
    lvont:represents "𤸴"^^xsd:string .

<http://lexvo.org/id/char/24E35> a lvont:Character ;
    lvont:represents "𤸵"^^xsd:string .

<http://lexvo.org/id/char/24E36> a lvont:Character ;
    lvont:represents "𤸶"^^xsd:string .

<http://lexvo.org/id/char/24E37> a lvont:Character ;
    lvont:represents "𤸷"^^xsd:string .

<http://lexvo.org/id/char/24E38> a lvont:Character ;
    lvont:represents "𤸸"^^xsd:string .

<http://lexvo.org/id/char/24E39> a lvont:Character ;
    lvont:represents "𤸹"^^xsd:string .

<http://lexvo.org/id/char/24E3A> a lvont:Character ;
    lvont:represents "𤸺"^^xsd:string .

<http://lexvo.org/id/char/24E3B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/naa1>,
        <http://lexvo.org/id/term/yue/%F0%A4%B8%BB>,
        "𤸻"^^xsd:string ;
    rdfs:comment "(Cant.) a scar, scab; and, with"@en .

<http://lexvo.org/id/char/24E3C> a lvont:Character ;
    lvont:represents "𤸼"^^xsd:string .

<http://lexvo.org/id/char/24E3D> a lvont:Character ;
    lvont:represents "𤸽"^^xsd:string .

<http://lexvo.org/id/char/24E3E> a lvont:Character ;
    lvont:represents "𤸾"^^xsd:string .

<http://lexvo.org/id/char/24E3F> a lvont:Character ;
    lvont:represents "𤸿"^^xsd:string .

<http://lexvo.org/id/char/24E4> a lvont:Character ;
    lvont:represents "ⓤ"^^xsd:string ;
    rdfs:comment "CIRCLED LATIN SMALL LETTER U"@en .

<http://lexvo.org/id/char/24E40> a lvont:Character ;
    lvont:represents "𤹀"^^xsd:string .

<http://lexvo.org/id/char/24E41> a lvont:Character ;
    lvont:represents "𤹁"^^xsd:string .

<http://lexvo.org/id/char/24E42> a lvont:Character ;
    lvont:represents "𤹂"^^xsd:string .

<http://lexvo.org/id/char/24E43> a lvont:Character ;
    lvont:represents "𤹃"^^xsd:string .

<http://lexvo.org/id/char/24E44> a lvont:Character ;
    lvont:represents "𤹄"^^xsd:string .

<http://lexvo.org/id/char/24E45> a lvont:Character ;
    lvont:represents "𤹅"^^xsd:string .

<http://lexvo.org/id/char/24E46> a lvont:Character ;
    lvont:represents "𤹆"^^xsd:string .

<http://lexvo.org/id/char/24E47> a lvont:Character ;
    lvont:represents "𤹇"^^xsd:string .

<http://lexvo.org/id/char/24E48> a lvont:Character ;
    lvont:represents "𤹈"^^xsd:string .

<http://lexvo.org/id/char/24E49> a lvont:Character ;
    lvont:represents "𤹉"^^xsd:string .

<http://lexvo.org/id/char/24E4A> a lvont:Character ;
    lvont:represents "𤹊"^^xsd:string .

<http://lexvo.org/id/char/24E4B> a lvont:Character ;
    lvont:represents "𤹋"^^xsd:string .

<http://lexvo.org/id/char/24E4C> a lvont:Character ;
    lvont:represents "𤹌"^^xsd:string .

<http://lexvo.org/id/char/24E4D> a lvont:Character ;
    lvont:represents "𤹍"^^xsd:string .

<http://lexvo.org/id/char/24E4E> a lvont:Character ;
    lvont:represents "𤹎"^^xsd:string .

<http://lexvo.org/id/char/24E4F> a lvont:Character ;
    lvont:represents "𤹏"^^xsd:string .

<http://lexvo.org/id/char/24E5> a lvont:Character ;
    lvont:represents "ⓥ"^^xsd:string ;
    rdfs:comment "CIRCLED LATIN SMALL LETTER V"@en .

<http://lexvo.org/id/char/24E50> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/lit3>,
        <http://lexvo.org/id/term/yue/%F0%A4%B9%90>,
        "𤹐"^^xsd:string ;
    rdfs:comment "(Cant.) a knot"@en .

<http://lexvo.org/id/char/24E51> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/r%C3%B4m>,
        "𤹑"^^xsd:string .

<http://lexvo.org/id/char/24E52> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/kh%E1%BB%AB>,
        "𤹒"^^xsd:string .

<http://lexvo.org/id/char/24E53> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/qu%E1%BA%B7n>,
        "𤹓"^^xsd:string .

<http://lexvo.org/id/char/24E54> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/b%C3%A1ng>,
        "𤹔"^^xsd:string .

<http://lexvo.org/id/char/24E55> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/%C6%B0%C6%A1n>,
        "𤹕"^^xsd:string .

<http://lexvo.org/id/char/24E56> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/hen>,
        "𤹖"^^xsd:string .

<http://lexvo.org/id/char/24E57> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/%E1%BB%8Fng>,
        "𤹗"^^xsd:string .

<http://lexvo.org/id/char/24E58> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/nh%E1%BB%8Dc>,
        "𤹘"^^xsd:string .

<http://lexvo.org/id/char/24E59> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ch%E1%BB%91c>,
        "𤹙"^^xsd:string .

<http://lexvo.org/id/char/24E5A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/nh%E1%BB%A9c>,
        "𤹚"^^xsd:string .

<http://lexvo.org/id/char/24E5B> a lvont:Character ;
    lvont:represents "𤹛"^^xsd:string .

<http://lexvo.org/id/char/24E5C> a lvont:Character ;
    lvont:represents "𤹜"^^xsd:string .

<http://lexvo.org/id/char/24E5D> a lvont:Character ;
    lvont:represents "𤹝"^^xsd:string .

<http://lexvo.org/id/char/24E5E> a lvont:Character ;
    lvont:represents "𤹞"^^xsd:string .

<http://lexvo.org/id/char/24E5F> a lvont:Character ;
    lvont:represents "𤹟"^^xsd:string .

<http://lexvo.org/id/char/24E6> a lvont:Character ;
    lvont:represents "ⓦ"^^xsd:string ;
    rdfs:comment "CIRCLED LATIN SMALL LETTER W"@en .

<http://lexvo.org/id/char/24E60> a lvont:Character ;
    lvont:represents "𤹠"^^xsd:string .

<http://lexvo.org/id/char/24E61> a lvont:Character ;
    lvont:represents "𤹡"^^xsd:string .

<http://lexvo.org/id/char/24E62> a lvont:Character ;
    lvont:represents "𤹢"^^xsd:string .

<http://lexvo.org/id/char/24E63> a lvont:Character ;
    lvont:represents "𤹣"^^xsd:string .

<http://lexvo.org/id/char/24E64> a lvont:Character ;
    lvont:represents "𤹤"^^xsd:string .

<http://lexvo.org/id/char/24E65> a lvont:Character ;
    lvont:represents "𤹥"^^xsd:string .

<http://lexvo.org/id/char/24E66> a lvont:Character ;
    lvont:represents "𤹦"^^xsd:string .

<http://lexvo.org/id/char/24E67> a lvont:Character ;
    lvont:represents "𤹧"^^xsd:string .

<http://lexvo.org/id/char/24E68> a lvont:Character ;
    lvont:represents "𤹨"^^xsd:string .

<http://lexvo.org/id/char/24E69> a lvont:Character ;
    lvont:represents "𤹩"^^xsd:string .

<http://lexvo.org/id/char/24E6A> a lvont:Character ;
    lvont:represents "𤹪"^^xsd:string .

<http://lexvo.org/id/char/24E6B> a lvont:Character ;
    lvont:represents "𤹫"^^xsd:string .

<http://lexvo.org/id/char/24E6C> a lvont:Character ;
    lvont:represents "𤹬"^^xsd:string .

<http://lexvo.org/id/char/24E6D> a lvont:Character ;
    lvont:represents "𤹭"^^xsd:string .

<http://lexvo.org/id/char/24E6E> a lvont:Character ;
    lvont:represents "𤹮"^^xsd:string .

<http://lexvo.org/id/char/24E6F> a lvont:Character ;
    lvont:represents "𤹯"^^xsd:string .

<http://lexvo.org/id/char/24E7> a lvont:Character ;
    lvont:represents "ⓧ"^^xsd:string ;
    rdfs:comment "CIRCLED LATIN SMALL LETTER X"@en .

<http://lexvo.org/id/char/24E70> a lvont:Character ;
    lvont:represents "𤹰"^^xsd:string .

<http://lexvo.org/id/char/24E71> a lvont:Character ;
    lvont:represents "𤹱"^^xsd:string .

<http://lexvo.org/id/char/24E72> a lvont:Character ;
    lvont:represents "𤹲"^^xsd:string .

<http://lexvo.org/id/char/24E73> a lvont:Character ;
    lvont:represents "𤹳"^^xsd:string .

<http://lexvo.org/id/char/24E74> a lvont:Character ;
    lvont:represents "𤹴"^^xsd:string .

<http://lexvo.org/id/char/24E75> a lvont:Character ;
    lvont:represents "𤹵"^^xsd:string .

<http://lexvo.org/id/char/24E76> a lvont:Character ;
    lvont:represents "𤹶"^^xsd:string .

<http://lexvo.org/id/char/24E77> a lvont:Character ;
    lvont:represents "𤹷"^^xsd:string .

<http://lexvo.org/id/char/24E78> a lvont:Character ;
    lvont:represents "𤹸"^^xsd:string .

<http://lexvo.org/id/char/24E79> a lvont:Character ;
    lvont:represents "𤹹"^^xsd:string .

<http://lexvo.org/id/char/24E7A> a lvont:Character ;
    lvont:represents "𤹺"^^xsd:string .

<http://lexvo.org/id/char/24E7B> a lvont:Character ;
    lvont:represents "𤹻"^^xsd:string .

<http://lexvo.org/id/char/24E7C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/b%C6%B0%E1%BB%9Bu>,
        "𤹼"^^xsd:string .

<http://lexvo.org/id/char/24E7D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/n%E1%BB%91t>,
        "𤹽"^^xsd:string .

<http://lexvo.org/id/char/24E7E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/h%E1%BB%A7i>,
        "𤹾"^^xsd:string .

<http://lexvo.org/id/char/24E7F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ng%C6%A1>,
        "𤹿"^^xsd:string .

<http://lexvo.org/id/char/24E8> a lvont:Character ;
    lvont:represents "ⓨ"^^xsd:string ;
    rdfs:comment "CIRCLED LATIN SMALL LETTER Y"@en .

<http://lexvo.org/id/char/24E80> a lvont:Character ;
    lvont:represents "𤺀"^^xsd:string .

<http://lexvo.org/id/char/24E81> a lvont:Character ;
    lvont:represents "𤺁"^^xsd:string .

<http://lexvo.org/id/char/24E82> a lvont:Character ;
    lvont:represents "𤺂"^^xsd:string .

<http://lexvo.org/id/char/24E83> a lvont:Character ;
    lvont:represents "𤺃"^^xsd:string .

<http://lexvo.org/id/char/24E84> a lvont:Character ;
    lvont:represents "𤺄"^^xsd:string .

<http://lexvo.org/id/char/24E85> a lvont:Character ;
    lvont:represents "𤺅"^^xsd:string .

<http://lexvo.org/id/char/24E86> a lvont:Character ;
    lvont:represents "𤺆"^^xsd:string .

<http://lexvo.org/id/char/24E87> a lvont:Character ;
    lvont:represents "𤺇"^^xsd:string .

<http://lexvo.org/id/char/24E88> a lvont:Character ;
    lvont:represents "𤺈"^^xsd:string .

<http://lexvo.org/id/char/24E89> a lvont:Character ;
    lvont:represents "𤺉"^^xsd:string .

<http://lexvo.org/id/char/24E8A> a lvont:Character ;
    lvont:represents "𤺊"^^xsd:string .

<http://lexvo.org/id/char/24E8B> a lvont:Character ;
    lvont:represents "𤺋"^^xsd:string .

<http://lexvo.org/id/char/24E8C> a lvont:Character ;
    lvont:represents "𤺌"^^xsd:string .

<http://lexvo.org/id/char/24E8D> a lvont:Character ;
    lvont:represents "𤺍"^^xsd:string .

<http://lexvo.org/id/char/24E8E> a lvont:Character ;
    lvont:represents "𤺎"^^xsd:string .

<http://lexvo.org/id/char/24E8F> a lvont:Character ;
    lvont:represents "𤺏"^^xsd:string .

<http://lexvo.org/id/char/24E9> a lvont:Character ;
    lvont:represents "ⓩ"^^xsd:string ;
    rdfs:comment "CIRCLED LATIN SMALL LETTER Z"@en .

<http://lexvo.org/id/char/24E90> a lvont:Character ;
    lvont:represents "𤺐"^^xsd:string .

<http://lexvo.org/id/char/24E91> a lvont:Character ;
    lvont:represents "𤺑"^^xsd:string .

<http://lexvo.org/id/char/24E92> a lvont:Character ;
    lvont:represents "𤺒"^^xsd:string .

<http://lexvo.org/id/char/24E93> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%F0%A4%BA%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/bi%C4%93>,
        "𤺓"^^xsd:string ;
    rdfs:comment "suppurating ulcer; to restrain"@en .

<http://lexvo.org/id/char/24E94> a lvont:Character ;
    lvont:represents "𤺔"^^xsd:string .

<http://lexvo.org/id/char/24E95> a lvont:Character ;
    lvont:represents "𤺕"^^xsd:string .

<http://lexvo.org/id/char/24E96> a lvont:Character ;
    lvont:represents "𤺖"^^xsd:string .

<http://lexvo.org/id/char/24E97> a lvont:Character ;
    lvont:represents "𤺗"^^xsd:string .

<http://lexvo.org/id/char/24E98> a lvont:Character ;
    lvont:represents "𤺘"^^xsd:string .

<http://lexvo.org/id/char/24E99> a lvont:Character ;
    lvont:represents "𤺙"^^xsd:string .

<http://lexvo.org/id/char/24E9A> a lvont:Character ;
    lvont:represents "𤺚"^^xsd:string .

<http://lexvo.org/id/char/24E9B> a lvont:Character ;
    lvont:represents "𤺛"^^xsd:string .

<http://lexvo.org/id/char/24E9C> a lvont:Character ;
    lvont:represents "𤺜"^^xsd:string .

<http://lexvo.org/id/char/24E9D> a lvont:Character ;
    lvont:represents "𤺝"^^xsd:string .

<http://lexvo.org/id/char/24E9E> a lvont:Character ;
    lvont:represents "𤺞"^^xsd:string .

<http://lexvo.org/id/char/24E9F> a lvont:Character ;
    lvont:represents "𤺟"^^xsd:string .

<http://lexvo.org/id/char/24EA> a lvont:Character ;
    lvont:represents "⓪"^^xsd:string ;
    rdfs:comment "CIRCLED DIGIT ZERO"@en .

<http://lexvo.org/id/char/24EA0> a lvont:Character ;
    lvont:represents "𤺠"^^xsd:string .

<http://lexvo.org/id/char/24EA1> a lvont:Character ;
    lvont:represents "𤺡"^^xsd:string .

<http://lexvo.org/id/char/24EA2> a lvont:Character ;
    lvont:represents "𤺢"^^xsd:string .

<http://lexvo.org/id/char/24EA3> a lvont:Character ;
    lvont:represents "𤺣"^^xsd:string .

<http://lexvo.org/id/char/24EA4> a lvont:Character ;
    lvont:represents "𤺤"^^xsd:string .

<http://lexvo.org/id/char/24EA5> a lvont:Character ;
    lvont:represents "𤺥"^^xsd:string .

<http://lexvo.org/id/char/24EA6> a lvont:Character ;
    lvont:represents "𤺦"^^xsd:string .

<http://lexvo.org/id/char/24EA7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/zang2>,
        <http://lexvo.org/id/term/yue/%F0%A4%BA%A7>,
        "𤺧"^^xsd:string ;
    rdfs:comment "(Cant.) annoyed"@en .

<http://lexvo.org/id/char/24EA8> a lvont:Character ;
    lvont:represents "𤺨"^^xsd:string .

<http://lexvo.org/id/char/24EA9> a lvont:Character ;
    lvont:represents "𤺩"^^xsd:string .

<http://lexvo.org/id/char/24EAA> a lvont:Character ;
    lvont:represents "𤺪"^^xsd:string .

<http://lexvo.org/id/char/24EAB> a lvont:Character ;
    lvont:represents "𤺫"^^xsd:string .

<http://lexvo.org/id/char/24EAC> a lvont:Character ;
    lvont:represents "𤺬"^^xsd:string .

<http://lexvo.org/id/char/24EAD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/bu%E1%BB%91t>,
        "𤺭"^^xsd:string .

<http://lexvo.org/id/char/24EAE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/g%C3%BAa>,
        "𤺮"^^xsd:string .

<http://lexvo.org/id/char/24EAF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/m%E1%BB%A5n>,
        "𤺯"^^xsd:string .

<http://lexvo.org/id/char/24EB> a lvont:Character ;
    lvont:represents "⓫"^^xsd:string ;
    rdfs:comment "NEGATIVE CIRCLED NUMBER ELEVEN"@en .

<http://lexvo.org/id/char/24EB0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/khom>,
        "𤺰"^^xsd:string .

<http://lexvo.org/id/char/24EB1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/nh%C3%A8n>,
        "𤺱"^^xsd:string .

<http://lexvo.org/id/char/24EB2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/s%E1%BB%9Fn>,
        "𤺲"^^xsd:string .

<http://lexvo.org/id/char/24EB3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/t%C3%AA>,
        "𤺳"^^xsd:string .

<http://lexvo.org/id/char/24EB4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/b%C6%B0%E1%BB%9Bu>,
        "𤺴"^^xsd:string .

<http://lexvo.org/id/char/24EB5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/%E1%BB%91m>,
        "𤺵"^^xsd:string .

<http://lexvo.org/id/char/24EB6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ng%E1%BB%A9a>,
        "𤺶"^^xsd:string .

<http://lexvo.org/id/char/24EB7> a lvont:Character ;
    lvont:represents "𤺷"^^xsd:string .

<http://lexvo.org/id/char/24EB8> a lvont:Character ;
    lvont:represents "𤺸"^^xsd:string .

<http://lexvo.org/id/char/24EB9> a lvont:Character ;
    lvont:represents "𤺹"^^xsd:string .

<http://lexvo.org/id/char/24EBA> a lvont:Character ;
    lvont:represents "𤺺"^^xsd:string .

<http://lexvo.org/id/char/24EBB> a lvont:Character ;
    lvont:represents "𤺻"^^xsd:string .

<http://lexvo.org/id/char/24EBC> a lvont:Character ;
    lvont:represents "𤺼"^^xsd:string .

<http://lexvo.org/id/char/24EBD> a lvont:Character ;
    lvont:represents "𤺽"^^xsd:string .

<http://lexvo.org/id/char/24EBE> a lvont:Character ;
    lvont:represents "𤺾"^^xsd:string .

<http://lexvo.org/id/char/24EBF> a lvont:Character ;
    lvont:represents "𤺿"^^xsd:string .

<http://lexvo.org/id/char/24EC> a lvont:Character ;
    lvont:represents "⓬"^^xsd:string ;
    rdfs:comment "NEGATIVE CIRCLED NUMBER TWELVE"@en .

<http://lexvo.org/id/char/24EC0> a lvont:Character ;
    lvont:represents "𤻀"^^xsd:string .

<http://lexvo.org/id/char/24EC1> a lvont:Character ;
    lvont:represents "𤻁"^^xsd:string .

<http://lexvo.org/id/char/24EC2> a lvont:Character ;
    lvont:represents "𤻂"^^xsd:string .

<http://lexvo.org/id/char/24EC3> a lvont:Character ;
    lvont:represents "𤻃"^^xsd:string .

<http://lexvo.org/id/char/24EC4> a lvont:Character ;
    lvont:represents "𤻄"^^xsd:string .

<http://lexvo.org/id/char/24EC5> a lvont:Character ;
    lvont:represents "𤻅"^^xsd:string .

<http://lexvo.org/id/char/24EC6> a lvont:Character ;
    lvont:represents "𤻆"^^xsd:string .

<http://lexvo.org/id/char/24EC7> a lvont:Character ;
    lvont:represents "𤻇"^^xsd:string .

<http://lexvo.org/id/char/24EC8> a lvont:Character ;
    lvont:represents "𤻈"^^xsd:string .

<http://lexvo.org/id/char/24EC9> a lvont:Character ;
    lvont:represents "𤻉"^^xsd:string .

<http://lexvo.org/id/char/24ECA> a lvont:Character ;
    lvont:represents "𤻊"^^xsd:string .

<http://lexvo.org/id/char/24ECB> a lvont:Character ;
    lvont:represents "𤻋"^^xsd:string .

<http://lexvo.org/id/char/24ECC> a lvont:Character ;
    lvont:represents "𤻌"^^xsd:string .

<http://lexvo.org/id/char/24ECD> a lvont:Character ;
    lvont:represents "𤻍"^^xsd:string .

<http://lexvo.org/id/char/24ECE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/c%C3%BAm>,
        "𤻎"^^xsd:string .

<http://lexvo.org/id/char/24ECF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/h%E1%BB%A7i>,
        "𤻏"^^xsd:string .

<http://lexvo.org/id/char/24ED> a lvont:Character ;
    lvont:represents "⓭"^^xsd:string ;
    rdfs:comment "NEGATIVE CIRCLED NUMBER THIRTEEN"@en .

<http://lexvo.org/id/char/24ED0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/hom>,
        "𤻐"^^xsd:string .

<http://lexvo.org/id/char/24ED1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/r%C3%AAm>,
        "𤻑"^^xsd:string .

<http://lexvo.org/id/char/24ED2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/toi>,
        "𤻒"^^xsd:string .

<http://lexvo.org/id/char/24ED3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/g%E1%BA%A7y>,
        "𤻓"^^xsd:string .

<http://lexvo.org/id/char/24ED4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ng%E1%BB%A9a>,
        "𤻔"^^xsd:string .

<http://lexvo.org/id/char/24ED5> a lvont:Character ;
    lvont:represents "𤻕"^^xsd:string .

<http://lexvo.org/id/char/24ED6> a lvont:Character ;
    lvont:represents "𤻖"^^xsd:string .

<http://lexvo.org/id/char/24ED7> a lvont:Character ;
    lvont:represents "𤻗"^^xsd:string .

<http://lexvo.org/id/char/24ED8> a lvont:Character ;
    lvont:represents "𤻘"^^xsd:string .

<http://lexvo.org/id/char/24ED9> a lvont:Character ;
    lvont:represents "𤻙"^^xsd:string .

<http://lexvo.org/id/char/24EDA> a lvont:Character ;
    lvont:represents "𤻚"^^xsd:string .

<http://lexvo.org/id/char/24EDB> a lvont:Character ;
    lvont:represents "𤻛"^^xsd:string .

<http://lexvo.org/id/char/24EDC> a lvont:Character ;
    lvont:represents "𤻜"^^xsd:string .

<http://lexvo.org/id/char/24EDD> a lvont:Character ;
    lvont:represents "𤻝"^^xsd:string .

<http://lexvo.org/id/char/24EDE> a lvont:Character ;
    lvont:represents "𤻞"^^xsd:string .

<http://lexvo.org/id/char/24EDF> a lvont:Character ;
    lvont:represents "𤻟"^^xsd:string .

<http://lexvo.org/id/char/24EE> a lvont:Character ;
    lvont:represents "⓮"^^xsd:string ;
    rdfs:comment "NEGATIVE CIRCLED NUMBER FOURTEEN"@en .

<http://lexvo.org/id/char/24EE0> a lvont:Character ;
    lvont:represents "𤻠"^^xsd:string .

<http://lexvo.org/id/char/24EE1> a lvont:Character ;
    lvont:represents "𤻡"^^xsd:string .

<http://lexvo.org/id/char/24EE2> a lvont:Character ;
    lvont:represents "𤻢"^^xsd:string .

<http://lexvo.org/id/char/24EE3> a lvont:Character ;
    lvont:represents "𤻣"^^xsd:string .

<http://lexvo.org/id/char/24EE4> a lvont:Character ;
    lvont:represents "𤻤"^^xsd:string .

<http://lexvo.org/id/char/24EE5> a lvont:Character ;
    lvont:represents "𤻥"^^xsd:string .

<http://lexvo.org/id/char/24EE6> a lvont:Character ;
    lvont:represents "𤻦"^^xsd:string .

<http://lexvo.org/id/char/24EE7> a lvont:Character ;
    lvont:represents "𤻧"^^xsd:string .

<http://lexvo.org/id/char/24EE8> a lvont:Character ;
    lvont:represents "𤻨"^^xsd:string .

<http://lexvo.org/id/char/24EE9> a lvont:Character ;
    lvont:represents "𤻩"^^xsd:string .

<http://lexvo.org/id/char/24EEA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/nh%C3%B3>,
        "𤻪"^^xsd:string .

<http://lexvo.org/id/char/24EEB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/nh%E1%BB%91i>,
        "𤻫"^^xsd:string .

<http://lexvo.org/id/char/24EEC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/th%C6%B0%E1%BB%A3t>,
        "𤻬"^^xsd:string .

<http://lexvo.org/id/char/24EED> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ng%E1%BB%A9a>,
        "𤻭"^^xsd:string .

<http://lexvo.org/id/char/24EEE> a lvont:Character ;
    lvont:represents "𤻮"^^xsd:string .

<http://lexvo.org/id/char/24EEF> a lvont:Character ;
    lvont:represents "𤻯"^^xsd:string .

<http://lexvo.org/id/char/24EF> a lvont:Character ;
    lvont:represents "⓯"^^xsd:string ;
    rdfs:comment "NEGATIVE CIRCLED NUMBER FIFTEEN"@en .

<http://lexvo.org/id/char/24EF0> a lvont:Character ;
    lvont:represents "𤻰"^^xsd:string .

<http://lexvo.org/id/char/24EF1> a lvont:Character ;
    lvont:represents "𤻱"^^xsd:string .

<http://lexvo.org/id/char/24EF2> a lvont:Character ;
    lvont:represents "𤻲"^^xsd:string .

<http://lexvo.org/id/char/24EF3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/lu%E1%BB%97i>,
        "𤻳"^^xsd:string .

<http://lexvo.org/id/char/24EF4> a lvont:Character ;
    lvont:represents "𤻴"^^xsd:string .

<http://lexvo.org/id/char/24EF5> a lvont:Character ;
    lvont:represents "𤻵"^^xsd:string .

<http://lexvo.org/id/char/24EF6> a lvont:Character ;
    lvont:represents "𤻶"^^xsd:string .

<http://lexvo.org/id/char/24EF7> a lvont:Character ;
    lvont:represents "𤻷"^^xsd:string .

<http://lexvo.org/id/char/24EF8> a lvont:Character ;
    lvont:represents "𤻸"^^xsd:string .

<http://lexvo.org/id/char/24EF9> a lvont:Character ;
    lvont:represents "𤻹"^^xsd:string .

<http://lexvo.org/id/char/24EFA> a lvont:Character ;
    lvont:represents "𤻺"^^xsd:string .

<http://lexvo.org/id/char/24EFB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/m%E1%BB%87t>,
        "𤻻"^^xsd:string .

<http://lexvo.org/id/char/24EFC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/r%E1%BB%97>,
        "𤻼"^^xsd:string .

<http://lexvo.org/id/char/24EFD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/x%E1%BA%A3i>,
        "𤻽"^^xsd:string .

<http://lexvo.org/id/char/24EFE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/r%E1%BA%A1n>,
        "𤻾"^^xsd:string .

<http://lexvo.org/id/char/24EFF> a lvont:Character ;
    lvont:represents "𤻿"^^xsd:string .

<http://lexvo.org/id/char/24F0> a lvont:Character ;
    lvont:represents "⓰"^^xsd:string ;
    rdfs:comment "NEGATIVE CIRCLED NUMBER SIXTEEN"@en .

<http://lexvo.org/id/char/24F00> a lvont:Character ;
    lvont:represents "𤼀"^^xsd:string .

<http://lexvo.org/id/char/24F01> a lvont:Character ;
    lvont:represents "𤼁"^^xsd:string .

<http://lexvo.org/id/char/24F02> a lvont:Character ;
    lvont:represents "𤼂"^^xsd:string .

<http://lexvo.org/id/char/24F03> a lvont:Character ;
    lvont:represents "𤼃"^^xsd:string .

<http://lexvo.org/id/char/24F04> a lvont:Character ;
    lvont:represents "𤼄"^^xsd:string .

<http://lexvo.org/id/char/24F05> a lvont:Character ;
    lvont:represents "𤼅"^^xsd:string .

<http://lexvo.org/id/char/24F06> a lvont:Character ;
    lvont:represents "𤼆"^^xsd:string .

<http://lexvo.org/id/char/24F07> a lvont:Character ;
    lvont:represents "𤼇"^^xsd:string .

<http://lexvo.org/id/char/24F08> a lvont:Character ;
    lvont:represents "𤼈"^^xsd:string .

<http://lexvo.org/id/char/24F09> a lvont:Character ;
    lvont:represents "𤼉"^^xsd:string .

<http://lexvo.org/id/char/24F0A> a lvont:Character ;
    lvont:represents "𤼊"^^xsd:string .

<http://lexvo.org/id/char/24F0B> a lvont:Character ;
    lvont:represents "𤼋"^^xsd:string .

<http://lexvo.org/id/char/24F0C> a lvont:Character ;
    lvont:represents "𤼌"^^xsd:string .

<http://lexvo.org/id/char/24F0D> a lvont:Character ;
    lvont:represents "𤼍"^^xsd:string .

<http://lexvo.org/id/char/24F0E> a lvont:Character ;
    lvont:represents "𤼎"^^xsd:string .

<http://lexvo.org/id/char/24F0F> a lvont:Character ;
    lvont:represents "𤼏"^^xsd:string .

<http://lexvo.org/id/char/24F1> a lvont:Character ;
    lvont:represents "⓱"^^xsd:string ;
    rdfs:comment "NEGATIVE CIRCLED NUMBER SEVENTEEN"@en .

<http://lexvo.org/id/char/24F10> a lvont:Character ;
    lvont:represents "𤼐"^^xsd:string .

<http://lexvo.org/id/char/24F11> a lvont:Character ;
    lvont:represents "𤼑"^^xsd:string .

<http://lexvo.org/id/char/24F12> a lvont:Character ;
    lvont:represents "𤼒"^^xsd:string .

<http://lexvo.org/id/char/24F13> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/r%C3%B4m>,
        "𤼓"^^xsd:string .

<http://lexvo.org/id/char/24F14> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ng%E1%BB%A3m>,
        "𤼔"^^xsd:string .

<http://lexvo.org/id/char/24F15> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/nh%E1%BB%A9c>,
        "𤼕"^^xsd:string .

<http://lexvo.org/id/char/24F16> a lvont:Character ;
    lvont:represents "𤼖"^^xsd:string .

<http://lexvo.org/id/char/24F17> a lvont:Character ;
    lvont:represents "𤼗"^^xsd:string .

<http://lexvo.org/id/char/24F18> a lvont:Character ;
    lvont:represents "𤼘"^^xsd:string .

<http://lexvo.org/id/char/24F19> a lvont:Character ;
    lvont:represents "𤼙"^^xsd:string .

<http://lexvo.org/id/char/24F1A> a lvont:Character ;
    lvont:represents "𤼚"^^xsd:string .

<http://lexvo.org/id/char/24F1B> a lvont:Character ;
    lvont:represents "𤼛"^^xsd:string .

<http://lexvo.org/id/char/24F1C> a lvont:Character ;
    lvont:represents "𤼜"^^xsd:string .

<http://lexvo.org/id/char/24F1D> a lvont:Character ;
    lvont:represents "𤼝"^^xsd:string .

<http://lexvo.org/id/char/24F1E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/g%E1%BA%A7y>,
        "𤼞"^^xsd:string .

<http://lexvo.org/id/char/24F1F> a lvont:Character ;
    lvont:represents "𤼟"^^xsd:string .

<http://lexvo.org/id/char/24F2> a lvont:Character ;
    lvont:represents "⓲"^^xsd:string ;
    rdfs:comment "NEGATIVE CIRCLED NUMBER EIGHTEEN"@en .

<http://lexvo.org/id/char/24F20> a lvont:Character ;
    lvont:represents "𤼠"^^xsd:string .

<http://lexvo.org/id/char/24F21> a lvont:Character ;
    lvont:represents "𤼡"^^xsd:string .

<http://lexvo.org/id/char/24F22> a lvont:Character ;
    lvont:represents "𤼢"^^xsd:string .

<http://lexvo.org/id/char/24F23> a lvont:Character ;
    lvont:represents "𤼣"^^xsd:string .

<http://lexvo.org/id/char/24F24> a lvont:Character ;
    lvont:represents "𤼤"^^xsd:string .

<http://lexvo.org/id/char/24F25> a lvont:Character ;
    lvont:represents "𤼥"^^xsd:string .

<http://lexvo.org/id/char/24F26> a lvont:Character ;
    lvont:represents "𤼦"^^xsd:string .

<http://lexvo.org/id/char/24F27> a lvont:Character ;
    lvont:represents "𤼧"^^xsd:string .

<http://lexvo.org/id/char/24F28> a lvont:Character ;
    lvont:represents "𤼨"^^xsd:string .

<http://lexvo.org/id/char/24F29> a lvont:Character ;
    lvont:represents "𤼩"^^xsd:string .

<http://lexvo.org/id/char/24F2A> a lvont:Character ;
    lvont:represents "𤼪"^^xsd:string .

<http://lexvo.org/id/char/24F2B> a lvont:Character ;
    lvont:represents "𤼫"^^xsd:string .

<http://lexvo.org/id/char/24F2C> a lvont:Character ;
    lvont:represents "𤼬"^^xsd:string .

<http://lexvo.org/id/char/24F2D> a lvont:Character ;
    lvont:represents "𤼭"^^xsd:string .

<http://lexvo.org/id/char/24F2E> a lvont:Character ;
    lvont:represents "𤼮"^^xsd:string .

<http://lexvo.org/id/char/24F2F> a lvont:Character ;
    lvont:represents "𤼯"^^xsd:string .

<http://lexvo.org/id/char/24F3> a lvont:Character ;
    lvont:represents "⓳"^^xsd:string ;
    rdfs:comment "NEGATIVE CIRCLED NUMBER NINETEEN"@en .

<http://lexvo.org/id/char/24F30> a lvont:Character ;
    lvont:represents "𤼰"^^xsd:string .

<http://lexvo.org/id/char/24F31> a lvont:Character ;
    lvont:represents "𤼱"^^xsd:string .

<http://lexvo.org/id/char/24F32> a lvont:Character ;
    lvont:represents "𤼲"^^xsd:string .

<http://lexvo.org/id/char/24F33> a lvont:Character ;
    lvont:represents "𤼳"^^xsd:string .

<http://lexvo.org/id/char/24F34> a lvont:Character ;
    lvont:represents "𤼴"^^xsd:string .

<http://lexvo.org/id/char/24F35> a lvont:Character ;
    lvont:represents "𤼵"^^xsd:string .

<http://lexvo.org/id/char/24F36> a lvont:Character ;
    lvont:represents "𤼶"^^xsd:string .

<http://lexvo.org/id/char/24F37> a lvont:Character ;
    lvont:represents "𤼷"^^xsd:string .

<http://lexvo.org/id/char/24F38> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/d%C3%A2ng>,
        "𤼸"^^xsd:string .

<http://lexvo.org/id/char/24F39> a lvont:Character ;
    lvont:represents "𤼹"^^xsd:string .

<http://lexvo.org/id/char/24F3A> a lvont:Character ;
    lvont:represents "𤼺"^^xsd:string .

<http://lexvo.org/id/char/24F3B> a lvont:Character ;
    lvont:represents "𤼻"^^xsd:string .

<http://lexvo.org/id/char/24F3C> a lvont:Character ;
    lvont:represents "𤼼"^^xsd:string .

<http://lexvo.org/id/char/24F3D> a lvont:Character ;
    lvont:represents "𤼽"^^xsd:string .

<http://lexvo.org/id/char/24F3E> a lvont:Character ;
    lvont:represents "𤼾"^^xsd:string .

<http://lexvo.org/id/char/24F3F> a lvont:Character ;
    lvont:represents "𤼿"^^xsd:string .

<http://lexvo.org/id/char/24F4> a lvont:Character ;
    lvont:represents "⓴"^^xsd:string ;
    rdfs:comment "NEGATIVE CIRCLED NUMBER TWENTY"@en .

<http://lexvo.org/id/char/24F40> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/tr%E1%BA%BBo>,
        "𤽀"^^xsd:string .

<http://lexvo.org/id/char/24F41> a lvont:Character ;
    lvont:represents "𤽁"^^xsd:string .

<http://lexvo.org/id/char/24F42> a lvont:Character ;
    lvont:represents "𤽂"^^xsd:string .

<http://lexvo.org/id/char/24F43> a lvont:Character ;
    lvont:represents "𤽃"^^xsd:string .

<http://lexvo.org/id/char/24F44> a lvont:Character ;
    lvont:represents "𤽄"^^xsd:string .

<http://lexvo.org/id/char/24F45> a lvont:Character ;
    lvont:represents "𤽅"^^xsd:string .

<http://lexvo.org/id/char/24F46> a lvont:Character ;
    lvont:represents "𤽆"^^xsd:string .

<http://lexvo.org/id/char/24F47> a lvont:Character ;
    lvont:represents "𤽇"^^xsd:string .

<http://lexvo.org/id/char/24F48> a lvont:Character ;
    lvont:represents "𤽈"^^xsd:string .

<http://lexvo.org/id/char/24F49> a lvont:Character ;
    lvont:represents "𤽉"^^xsd:string .

<http://lexvo.org/id/char/24F4A> a lvont:Character ;
    lvont:represents "𤽊"^^xsd:string .

<http://lexvo.org/id/char/24F4B> a lvont:Character ;
    lvont:represents "𤽋"^^xsd:string .

<http://lexvo.org/id/char/24F4C> a lvont:Character ;
    lvont:represents "𤽌"^^xsd:string .

<http://lexvo.org/id/char/24F4D> a lvont:Character ;
    lvont:represents "𤽍"^^xsd:string .

<http://lexvo.org/id/char/24F4E> a lvont:Character ;
    lvont:represents "𤽎"^^xsd:string .

<http://lexvo.org/id/char/24F4F> a lvont:Character ;
    lvont:represents "𤽏"^^xsd:string .

<http://lexvo.org/id/char/24F5> a lvont:Character ;
    lvont:represents "⓵"^^xsd:string ;
    rdfs:comment "DOUBLE CIRCLED DIGIT ONE"@en .

<http://lexvo.org/id/char/24F50> a lvont:Character ;
    lvont:represents "𤽐"^^xsd:string .

<http://lexvo.org/id/char/24F51> a lvont:Character ;
    lvont:represents "𤽑"^^xsd:string .

<http://lexvo.org/id/char/24F52> a lvont:Character ;
    lvont:represents "𤽒"^^xsd:string .

<http://lexvo.org/id/char/24F53> a lvont:Character ;
    lvont:represents "𤽓"^^xsd:string .

<http://lexvo.org/id/char/24F54> a lvont:Character ;
    lvont:represents "𤽔"^^xsd:string .

<http://lexvo.org/id/char/24F55> a lvont:Character ;
    lvont:represents "𤽕"^^xsd:string .

<http://lexvo.org/id/char/24F56> a lvont:Character ;
    lvont:represents "𤽖"^^xsd:string .

<http://lexvo.org/id/char/24F57> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ng%C6%B0%C6%A1i>,
        "𤽗"^^xsd:string .

<http://lexvo.org/id/char/24F58> a lvont:Character ;
    lvont:represents "𤽘"^^xsd:string .

<http://lexvo.org/id/char/24F59> a lvont:Character ;
    lvont:represents "𤽙"^^xsd:string .

<http://lexvo.org/id/char/24F5A> a lvont:Character ;
    lvont:represents "𤽚"^^xsd:string .

<http://lexvo.org/id/char/24F5B> a lvont:Character ;
    lvont:represents "𤽛"^^xsd:string .

<http://lexvo.org/id/char/24F5C> a lvont:Character ;
    lvont:represents "𤽜"^^xsd:string .

<http://lexvo.org/id/char/24F5D> a lvont:Character ;
    lvont:represents "𤽝"^^xsd:string .

<http://lexvo.org/id/char/24F5E> a lvont:Character ;
    lvont:represents "𤽞"^^xsd:string .

<http://lexvo.org/id/char/24F5F> a lvont:Character ;
    lvont:represents "𤽟"^^xsd:string .

<http://lexvo.org/id/char/24F6> a lvont:Character ;
    lvont:represents "⓶"^^xsd:string ;
    rdfs:comment "DOUBLE CIRCLED DIGIT TWO"@en .

<http://lexvo.org/id/char/24F60> a lvont:Character ;
    lvont:represents "𤽠"^^xsd:string .

<http://lexvo.org/id/char/24F61> a lvont:Character ;
    lvont:represents "𤽡"^^xsd:string .

<http://lexvo.org/id/char/24F62> a lvont:Character ;
    lvont:represents "𤽢"^^xsd:string .

<http://lexvo.org/id/char/24F63> a lvont:Character ;
    lvont:represents "𤽣"^^xsd:string .

<http://lexvo.org/id/char/24F64> a lvont:Character ;
    lvont:represents "𤽤"^^xsd:string .

<http://lexvo.org/id/char/24F65> a lvont:Character ;
    lvont:represents "𤽥"^^xsd:string .

<http://lexvo.org/id/char/24F66> a lvont:Character ;
    lvont:represents "𤽦"^^xsd:string .

<http://lexvo.org/id/char/24F67> a lvont:Character ;
    lvont:represents "𤽧"^^xsd:string .

<http://lexvo.org/id/char/24F68> a lvont:Character ;
    lvont:represents "𤽨"^^xsd:string .

<http://lexvo.org/id/char/24F69> a lvont:Character ;
    lvont:represents "𤽩"^^xsd:string .

<http://lexvo.org/id/char/24F6A> a lvont:Character ;
    lvont:represents "𤽪"^^xsd:string .

<http://lexvo.org/id/char/24F6B> a lvont:Character ;
    lvont:represents "𤽫"^^xsd:string .

<http://lexvo.org/id/char/24F6C> a lvont:Character ;
    lvont:represents "𤽬"^^xsd:string .

<http://lexvo.org/id/char/24F6D> a lvont:Character ;
    lvont:represents "𤽭"^^xsd:string .

<http://lexvo.org/id/char/24F6E> a lvont:Character ;
    lvont:represents "𤽮"^^xsd:string .

<http://lexvo.org/id/char/24F6F> a lvont:Character ;
    lvont:represents "𤽯"^^xsd:string .

<http://lexvo.org/id/char/24F7> a lvont:Character ;
    lvont:represents "⓷"^^xsd:string ;
    rdfs:comment "DOUBLE CIRCLED DIGIT THREE"@en .

<http://lexvo.org/id/char/24F70> a lvont:Character ;
    lvont:represents "𤽰"^^xsd:string .

<http://lexvo.org/id/char/24F71> a lvont:Character ;
    lvont:represents "𤽱"^^xsd:string .

<http://lexvo.org/id/char/24F72> a lvont:Character ;
    lvont:represents "𤽲"^^xsd:string .

<http://lexvo.org/id/char/24F73> a lvont:Character ;
    lvont:represents "𤽳"^^xsd:string .

<http://lexvo.org/id/char/24F74> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/h%E1%BA%BFu>,
        "𤽴"^^xsd:string .

<http://lexvo.org/id/char/24F75> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/phau>,
        "𤽵"^^xsd:string .

<http://lexvo.org/id/char/24F76> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/v%C3%ADa>,
        "𤽶"^^xsd:string .

<http://lexvo.org/id/char/24F77> a lvont:Character ;
    lvont:represents "𤽷"^^xsd:string .

<http://lexvo.org/id/char/24F78> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/tr%E1%BA%AFng>,
        "𤽸"^^xsd:string .

<http://lexvo.org/id/char/24F79> a lvont:Character ;
    lvont:represents "𤽹"^^xsd:string .

<http://lexvo.org/id/char/24F7A> a lvont:Character ;
    lvont:represents "𤽺"^^xsd:string .

<http://lexvo.org/id/char/24F7B> a lvont:Character ;
    lvont:represents "𤽻"^^xsd:string .

<http://lexvo.org/id/char/24F7C> a lvont:Character ;
    lvont:represents "𤽼"^^xsd:string .

<http://lexvo.org/id/char/24F7D> a lvont:Character ;
    lvont:represents "𤽽"^^xsd:string .

<http://lexvo.org/id/char/24F7E> a lvont:Character ;
    lvont:represents "𤽾"^^xsd:string .

<http://lexvo.org/id/char/24F7F> a lvont:Character ;
    lvont:represents "𤽿"^^xsd:string .

<http://lexvo.org/id/char/24F8> a lvont:Character ;
    lvont:represents "⓸"^^xsd:string ;
    rdfs:comment "DOUBLE CIRCLED DIGIT FOUR"@en .

<http://lexvo.org/id/char/24F80> a lvont:Character ;
    lvont:represents "𤾀"^^xsd:string .

<http://lexvo.org/id/char/24F81> a lvont:Character ;
    lvont:represents "𤾁"^^xsd:string .

<http://lexvo.org/id/char/24F82> a lvont:Character ;
    lvont:represents "𤾂"^^xsd:string .

<http://lexvo.org/id/char/24F83> a lvont:Character ;
    lvont:represents "𤾃"^^xsd:string .

<http://lexvo.org/id/char/24F84> a lvont:Character ;
    lvont:represents "𤾄"^^xsd:string .

<http://lexvo.org/id/char/24F85> a lvont:Character ;
    lvont:represents "𤾅"^^xsd:string .

<http://lexvo.org/id/char/24F86> a lvont:Character ;
    lvont:represents "𤾆"^^xsd:string .

<http://lexvo.org/id/char/24F87> a lvont:Character ;
    lvont:represents "𤾇"^^xsd:string .

<http://lexvo.org/id/char/24F88> a lvont:Character ;
    lvont:represents "𤾈"^^xsd:string .

<http://lexvo.org/id/char/24F89> a lvont:Character ;
    lvont:represents "𤾉"^^xsd:string .

<http://lexvo.org/id/char/24F8A> a lvont:Character ;
    lvont:represents "𤾊"^^xsd:string .

<http://lexvo.org/id/char/24F8B> a lvont:Character ;
    lvont:represents "𤾋"^^xsd:string .

<http://lexvo.org/id/char/24F8C> a lvont:Character ;
    lvont:represents "𤾌"^^xsd:string .

<http://lexvo.org/id/char/24F8D> a lvont:Character ;
    lvont:represents "𤾍"^^xsd:string .

<http://lexvo.org/id/char/24F8E> a lvont:Character ;
    lvont:represents "𤾎"^^xsd:string .

<http://lexvo.org/id/char/24F8F> a lvont:Character ;
    lvont:represents "𤾏"^^xsd:string .

<http://lexvo.org/id/char/24F9> a lvont:Character ;
    lvont:represents "⓹"^^xsd:string ;
    rdfs:comment "DOUBLE CIRCLED DIGIT FIVE"@en .

<http://lexvo.org/id/char/24F90> a lvont:Character ;
    lvont:represents "𤾐"^^xsd:string .

<http://lexvo.org/id/char/24F91> a lvont:Character ;
    lvont:represents "𤾑"^^xsd:string .

<http://lexvo.org/id/char/24F92> a lvont:Character ;
    lvont:represents "𤾒"^^xsd:string .

<http://lexvo.org/id/char/24F93> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/tr%C4%83m>,
        "𤾓"^^xsd:string .

<http://lexvo.org/id/char/24F94> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/vang>,
        "𤾔"^^xsd:string .

<http://lexvo.org/id/char/24F95> a lvont:Character ;
    lvont:represents "𤾕"^^xsd:string .

<http://lexvo.org/id/char/24F96> a lvont:Character ;
    lvont:represents "𤾖"^^xsd:string .

<http://lexvo.org/id/char/24F97> a lvont:Character ;
    lvont:represents "𤾗"^^xsd:string .

<http://lexvo.org/id/char/24F98> a lvont:Character ;
    lvont:represents "𤾘"^^xsd:string .

<http://lexvo.org/id/char/24F99> a lvont:Character ;
    lvont:represents "𤾙"^^xsd:string .

<http://lexvo.org/id/char/24F9A> a lvont:Character ;
    lvont:represents "𤾚"^^xsd:string .

<http://lexvo.org/id/char/24F9B> a lvont:Character ;
    lvont:represents "𤾛"^^xsd:string .

<http://lexvo.org/id/char/24F9C> a lvont:Character ;
    lvont:represents "𤾜"^^xsd:string .

<http://lexvo.org/id/char/24F9D> a lvont:Character ;
    lvont:represents "𤾝"^^xsd:string .

<http://lexvo.org/id/char/24F9E> a lvont:Character ;
    lvont:represents "𤾞"^^xsd:string .

<http://lexvo.org/id/char/24F9F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/h%E1%BB%9B>,
        "𤾟"^^xsd:string .

<http://lexvo.org/id/char/24FA> a lvont:Character ;
    lvont:represents "⓺"^^xsd:string ;
    rdfs:comment "DOUBLE CIRCLED DIGIT SIX"@en .

<http://lexvo.org/id/char/24FA0> a lvont:Character ;
    lvont:represents "𤾠"^^xsd:string .

<http://lexvo.org/id/char/24FA1> a lvont:Character ;
    lvont:represents "𤾡"^^xsd:string .

<http://lexvo.org/id/char/24FA2> a lvont:Character ;
    lvont:represents "𤾢"^^xsd:string .

<http://lexvo.org/id/char/24FA3> a lvont:Character ;
    lvont:represents "𤾣"^^xsd:string .

<http://lexvo.org/id/char/24FA4> a lvont:Character ;
    lvont:represents "𤾤"^^xsd:string .

<http://lexvo.org/id/char/24FA5> a lvont:Character ;
    lvont:represents "𤾥"^^xsd:string .

<http://lexvo.org/id/char/24FA6> a lvont:Character ;
    lvont:represents "𤾦"^^xsd:string .

<http://lexvo.org/id/char/24FA7> a lvont:Character ;
    lvont:represents "𤾧"^^xsd:string .

<http://lexvo.org/id/char/24FA8> a lvont:Character ;
    lvont:represents "𤾨"^^xsd:string .

<http://lexvo.org/id/char/24FA9> a lvont:Character ;
    lvont:represents "𤾩"^^xsd:string .

<http://lexvo.org/id/char/24FAA> a lvont:Character ;
    lvont:represents "𤾪"^^xsd:string .

<http://lexvo.org/id/char/24FAB> a lvont:Character ;
    lvont:represents "𤾫"^^xsd:string .

<http://lexvo.org/id/char/24FAC> a lvont:Character ;
    lvont:represents "𤾬"^^xsd:string .

<http://lexvo.org/id/char/24FAD> a lvont:Character ;
    lvont:represents "𤾭"^^xsd:string .

<http://lexvo.org/id/char/24FAE> a lvont:Character ;
    lvont:represents "𤾮"^^xsd:string .

<http://lexvo.org/id/char/24FAF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/m%E1%BB%9Fn>,
        "𤾯"^^xsd:string .

<http://lexvo.org/id/char/24FB> a lvont:Character ;
    lvont:represents "⓻"^^xsd:string ;
    rdfs:comment "DOUBLE CIRCLED DIGIT SEVEN"@en .

<http://lexvo.org/id/char/24FB0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ng%C6%B0%C6%A1i>,
        "𤾰"^^xsd:string .

<http://lexvo.org/id/char/24FB1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/nh%C3%AAnh>,
        "𤾱"^^xsd:string .

<http://lexvo.org/id/char/24FB2> a lvont:Character ;
    lvont:represents "𤾲"^^xsd:string .

<http://lexvo.org/id/char/24FB3> a lvont:Character ;
    lvont:represents "𤾳"^^xsd:string .

<http://lexvo.org/id/char/24FB4> a lvont:Character ;
    lvont:represents "𤾴"^^xsd:string .

<http://lexvo.org/id/char/24FB5> a lvont:Character ;
    lvont:represents "𤾵"^^xsd:string .

<http://lexvo.org/id/char/24FB6> a lvont:Character ;
    lvont:represents "𤾶"^^xsd:string .

<http://lexvo.org/id/char/24FB7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ph%E1%BA%BFch>,
        "𤾷"^^xsd:string .

<http://lexvo.org/id/char/24FB8> a lvont:Character ;
    lvont:represents "𤾸"^^xsd:string .

<http://lexvo.org/id/char/24FB9> a lvont:Character ;
    lvont:represents "𤾹"^^xsd:string .

<http://lexvo.org/id/char/24FBA> a lvont:Character ;
    lvont:represents "𤾺"^^xsd:string .

<http://lexvo.org/id/char/24FBB> a lvont:Character ;
    lvont:represents "𤾻"^^xsd:string .

<http://lexvo.org/id/char/24FBC> a lvont:Character ;
    lvont:represents "𤾼"^^xsd:string .

<http://lexvo.org/id/char/24FBD> a lvont:Character ;
    lvont:represents "𤾽"^^xsd:string .

<http://lexvo.org/id/char/24FBE> a lvont:Character ;
    lvont:represents "𤾾"^^xsd:string .

<http://lexvo.org/id/char/24FBF> a lvont:Character ;
    lvont:represents "𤾿"^^xsd:string .

<http://lexvo.org/id/char/24FC> a lvont:Character ;
    lvont:represents "⓼"^^xsd:string ;
    rdfs:comment "DOUBLE CIRCLED DIGIT EIGHT"@en .

<http://lexvo.org/id/char/24FC0> a lvont:Character ;
    lvont:represents "𤿀"^^xsd:string .

<http://lexvo.org/id/char/24FC1> a lvont:Character ;
    lvont:represents "𤿁"^^xsd:string .

<http://lexvo.org/id/char/24FC2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/saai4>,
        <http://lexvo.org/id/term/yue/%F0%A4%BF%82>,
        "𤿂"^^xsd:string ;
    rdfs:comment "(Cant.) unattractive, pale"@en .

<http://lexvo.org/id/char/24FC3> a lvont:Character ;
    lvont:represents "𤿃"^^xsd:string .

<http://lexvo.org/id/char/24FC4> a lvont:Character ;
    lvont:represents "𤿄"^^xsd:string .

<http://lexvo.org/id/char/24FC5> a lvont:Character ;
    lvont:represents "𤿅"^^xsd:string .

<http://lexvo.org/id/char/24FC6> a lvont:Character ;
    lvont:represents "𤿆"^^xsd:string .

<http://lexvo.org/id/char/24FC7> a lvont:Character ;
    lvont:represents "𤿇"^^xsd:string .

<http://lexvo.org/id/char/24FC8> a lvont:Character ;
    lvont:represents "𤿈"^^xsd:string .

<http://lexvo.org/id/char/24FC9> a lvont:Character ;
    lvont:represents "𤿉"^^xsd:string .

<http://lexvo.org/id/char/24FCA> a lvont:Character ;
    lvont:represents "𤿊"^^xsd:string .

<http://lexvo.org/id/char/24FCB> a lvont:Character ;
    lvont:represents "𤿋"^^xsd:string .

<http://lexvo.org/id/char/24FCC> a lvont:Character ;
    lvont:represents "𤿌"^^xsd:string .

<http://lexvo.org/id/char/24FCD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/v%E1%BB%8F>,
        "𤿍"^^xsd:string .

<http://lexvo.org/id/char/24FCE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%F0%A4%BF%8E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C4%AB>,
        "𤿎"^^xsd:string ;
    rdfs:comment "to split"@en .

<http://lexvo.org/id/char/24FCF> a lvont:Character ;
    lvont:represents "𤿏"^^xsd:string .

<http://lexvo.org/id/char/24FD> a lvont:Character ;
    lvont:represents "⓽"^^xsd:string ;
    rdfs:comment "DOUBLE CIRCLED DIGIT NINE"@en .

<http://lexvo.org/id/char/24FD0> a lvont:Character ;
    lvont:represents "𤿐"^^xsd:string .

<http://lexvo.org/id/char/24FD1> a lvont:Character ;
    lvont:represents "𤿑"^^xsd:string .

<http://lexvo.org/id/char/24FD2> a lvont:Character ;
    lvont:represents "𤿒"^^xsd:string .

<http://lexvo.org/id/char/24FD3> a lvont:Character ;
    lvont:represents "𤿓"^^xsd:string .

<http://lexvo.org/id/char/24FD4> a lvont:Character ;
    lvont:represents "𤿔"^^xsd:string .

<http://lexvo.org/id/char/24FD5> a lvont:Character ;
    lvont:represents "𤿕"^^xsd:string .

<http://lexvo.org/id/char/24FD6> a lvont:Character ;
    lvont:represents "𤿖"^^xsd:string .

<http://lexvo.org/id/char/24FD7> a lvont:Character ;
    lvont:represents "𤿗"^^xsd:string .

<http://lexvo.org/id/char/24FD8> a lvont:Character ;
    lvont:represents "𤿘"^^xsd:string .

<http://lexvo.org/id/char/24FD9> a lvont:Character ;
    lvont:represents "𤿙"^^xsd:string .

<http://lexvo.org/id/char/24FDA> a lvont:Character ;
    lvont:represents "𤿚"^^xsd:string .

<http://lexvo.org/id/char/24FDB> a lvont:Character ;
    lvont:represents "𤿛"^^xsd:string .

<http://lexvo.org/id/char/24FDC> a lvont:Character ;
    lvont:represents "𤿜"^^xsd:string .

<http://lexvo.org/id/char/24FDD> a lvont:Character ;
    lvont:represents "𤿝"^^xsd:string .

<http://lexvo.org/id/char/24FDE> a lvont:Character ;
    lvont:represents "𤿞"^^xsd:string .

<http://lexvo.org/id/char/24FDF> a lvont:Character ;
    lvont:represents "𤿟"^^xsd:string .

<http://lexvo.org/id/char/24FE> a lvont:Character ;
    lvont:represents "⓾"^^xsd:string ;
    rdfs:comment "DOUBLE CIRCLED NUMBER TEN"@en .

<http://lexvo.org/id/char/24FE0> a lvont:Character ;
    lvont:represents "𤿠"^^xsd:string .

<http://lexvo.org/id/char/24FE1> a lvont:Character ;
    lvont:represents "𤿡"^^xsd:string .

<http://lexvo.org/id/char/24FE2> a lvont:Character ;
    lvont:represents "𤿢"^^xsd:string .

<http://lexvo.org/id/char/24FE3> a lvont:Character ;
    lvont:represents "𤿣"^^xsd:string .

<http://lexvo.org/id/char/24FE4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/b%C3%A8>,
        "𤿤"^^xsd:string .

<http://lexvo.org/id/char/24FE5> a lvont:Character ;
    lvont:represents "𤿥"^^xsd:string .

<http://lexvo.org/id/char/24FE6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/da>,
        "𤿦"^^xsd:string .

<http://lexvo.org/id/char/24FE7> a lvont:Character ;
    lvont:represents "𤿧"^^xsd:string .

<http://lexvo.org/id/char/24FE8> a lvont:Character ;
    lvont:represents "𤿨"^^xsd:string .

<http://lexvo.org/id/char/24FE9> a lvont:Character ;
    lvont:represents "𤿩"^^xsd:string .

<http://lexvo.org/id/char/24FEA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/zaap3>,
        <http://lexvo.org/id/term/yue/%F0%A4%BF%AA>,
        "𤿪"^^xsd:string ;
    rdfs:comment "(Cant.) wrinkled, crumpled"@en .

<http://lexvo.org/id/char/24FEB> a lvont:Character ;
    lvont:represents "𤿫"^^xsd:string .

<http://lexvo.org/id/char/24FEC> a lvont:Character ;
    lvont:represents "𤿬"^^xsd:string .

<http://lexvo.org/id/char/24FED> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/v%E1%BB%8F>,
        "𤿭"^^xsd:string .

<http://lexvo.org/id/char/24FEE> a lvont:Character ;
    lvont:represents "𤿮"^^xsd:string .

<http://lexvo.org/id/char/24FEF> a lvont:Character ;
    lvont:represents "𤿯"^^xsd:string .

<http://lexvo.org/id/char/24FF> a lvont:Character ;
    lvont:represents "⓿"^^xsd:string ;
    rdfs:comment "NEGATIVE CIRCLED DIGIT ZERO"@en .

<http://lexvo.org/id/char/24FF0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/tr%E1%BB%91ng>,
        "𤿰"^^xsd:string .

<http://lexvo.org/id/char/24FF1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/b%E1%BB%8Bt>,
        "𤿱"^^xsd:string .

<http://lexvo.org/id/char/24FF2> a lvont:Character ;
    lvont:represents "𤿲"^^xsd:string .

<http://lexvo.org/id/char/24FF3> a lvont:Character ;
    lvont:represents "𤿳"^^xsd:string .

<http://lexvo.org/id/char/24FF4> a lvont:Character ;
    lvont:represents "𤿴"^^xsd:string .

<http://lexvo.org/id/char/24FF5> a lvont:Character ;
    lvont:represents "𤿵"^^xsd:string .

<http://lexvo.org/id/char/24FF6> a lvont:Character ;
    lvont:represents "𤿶"^^xsd:string .

<http://lexvo.org/id/char/24FF7> a lvont:Character ;
    lvont:represents "𤿷"^^xsd:string .

<http://lexvo.org/id/char/24FF8> a lvont:Character ;
    lvont:represents "𤿸"^^xsd:string .

<http://lexvo.org/id/char/24FF9> a lvont:Character ;
    lvont:represents "𤿹"^^xsd:string .

<http://lexvo.org/id/char/24FFA> a lvont:Character ;
    lvont:represents "𤿺"^^xsd:string .

<http://lexvo.org/id/char/24FFB> a lvont:Character ;
    lvont:represents "𤿻"^^xsd:string .

<http://lexvo.org/id/char/24FFC> a lvont:Character ;
    lvont:represents "𤿼"^^xsd:string .

<http://lexvo.org/id/char/24FFD> a lvont:Character ;
    lvont:represents "𤿽"^^xsd:string .

<http://lexvo.org/id/char/24FFE> a lvont:Character ;
    lvont:represents "𤿾"^^xsd:string .

<http://lexvo.org/id/char/24FFF> a lvont:Character ;
    lvont:represents "𤿿"^^xsd:string .

<http://lexvo.org/id/char/2500> a lvont:Character ;
    lvont:represents "─"^^xsd:string ;
    rdfs:comment "BOX DRAWINGS LIGHT HORIZONTAL"@en .

<http://lexvo.org/id/char/25000> a lvont:Character ;
    lvont:represents "𥀀"^^xsd:string .

<http://lexvo.org/id/char/25001> a lvont:Character ;
    lvont:represents "𥀁"^^xsd:string .

<http://lexvo.org/id/char/25002> a lvont:Character ;
    lvont:represents "𥀂"^^xsd:string .

<http://lexvo.org/id/char/25003> a lvont:Character ;
    lvont:represents "𥀃"^^xsd:string .

<http://lexvo.org/id/char/25004> a lvont:Character ;
    lvont:represents "𥀄"^^xsd:string .

<http://lexvo.org/id/char/25005> a lvont:Character ;
    lvont:represents "𥀅"^^xsd:string .

<http://lexvo.org/id/char/25006> a lvont:Character ;
    lvont:represents "𥀆"^^xsd:string .

<http://lexvo.org/id/char/25007> a lvont:Character ;
    lvont:represents "𥀇"^^xsd:string .

<http://lexvo.org/id/char/25008> a lvont:Character ;
    lvont:represents "𥀈"^^xsd:string .

<http://lexvo.org/id/char/25009> a lvont:Character ;
    lvont:represents "𥀉"^^xsd:string .

<http://lexvo.org/id/char/2500A> a lvont:Character ;
    lvont:represents "𥀊"^^xsd:string .

<http://lexvo.org/id/char/2500B> a lvont:Character ;
    lvont:represents "𥀋"^^xsd:string .

<http://lexvo.org/id/char/2500C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/gi%C3%A0y>,
        "𥀌"^^xsd:string .

<http://lexvo.org/id/char/2500D> a lvont:Character ;
    lvont:represents "𥀍"^^xsd:string .

<http://lexvo.org/id/char/2500E> a lvont:Character ;
    lvont:represents "𥀎"^^xsd:string .

<http://lexvo.org/id/char/2500F> a lvont:Character ;
    lvont:represents "𥀏"^^xsd:string .

<http://lexvo.org/id/char/2501> a lvont:Character ;
    lvont:represents "━"^^xsd:string ;
    rdfs:comment "BOX DRAWINGS HEAVY HORIZONTAL"@en .

<http://lexvo.org/id/char/25010> a lvont:Character ;
    lvont:represents "𥀐"^^xsd:string .

<http://lexvo.org/id/char/25011> a lvont:Character ;
    lvont:represents "𥀑"^^xsd:string .

<http://lexvo.org/id/char/25012> a lvont:Character ;
    lvont:represents "𥀒"^^xsd:string .

<http://lexvo.org/id/char/25013> a lvont:Character ;
    lvont:represents "𥀓"^^xsd:string .

<http://lexvo.org/id/char/25014> a lvont:Character ;
    lvont:represents "𥀔"^^xsd:string .

<http://lexvo.org/id/char/25015> a lvont:Character ;
    lvont:represents "𥀕"^^xsd:string .

<http://lexvo.org/id/char/25016> a lvont:Character ;
    lvont:represents "𥀖"^^xsd:string .

<http://lexvo.org/id/char/25017> a lvont:Character ;
    lvont:represents "𥀗"^^xsd:string .

<http://lexvo.org/id/char/25018> a lvont:Character ;
    lvont:represents "𥀘"^^xsd:string .

<http://lexvo.org/id/char/25019> a lvont:Character ;
    lvont:represents "𥀙"^^xsd:string .

<http://lexvo.org/id/char/2501A> a lvont:Character ;
    lvont:represents "𥀚"^^xsd:string .

<http://lexvo.org/id/char/2501B> a lvont:Character ;
    lvont:represents "𥀛"^^xsd:string .

<http://lexvo.org/id/char/2501C> a lvont:Character ;
    lvont:represents "𥀜"^^xsd:string .

<http://lexvo.org/id/char/2501D> a lvont:Character ;
    lvont:represents "𥀝"^^xsd:string .

<http://lexvo.org/id/char/2501E> a lvont:Character ;
    lvont:represents "𥀞"^^xsd:string .

<http://lexvo.org/id/char/2501F> a lvont:Character ;
    lvont:represents "𥀟"^^xsd:string .

<http://lexvo.org/id/char/2502> a lvont:Character ;
    lvont:represents "│"^^xsd:string ;
    rdfs:comment "BOX DRAWINGS LIGHT VERTICAL"@en .

<http://lexvo.org/id/char/25020> a lvont:Character ;
    lvont:represents "𥀠"^^xsd:string .

<http://lexvo.org/id/char/25021> a lvont:Character ;
    lvont:represents "𥀡"^^xsd:string .

<http://lexvo.org/id/char/25022> a lvont:Character ;
    lvont:represents "𥀢"^^xsd:string .

<http://lexvo.org/id/char/25023> a lvont:Character ;
    lvont:represents "𥀣"^^xsd:string .

<http://lexvo.org/id/char/25024> a lvont:Character ;
    lvont:represents "𥀤"^^xsd:string .

<http://lexvo.org/id/char/25025> a lvont:Character ;
    lvont:represents "𥀥"^^xsd:string .

<http://lexvo.org/id/char/25026> a lvont:Character ;
    lvont:represents "𥀦"^^xsd:string .

<http://lexvo.org/id/char/25027> a lvont:Character ;
    lvont:represents "𥀧"^^xsd:string .

<http://lexvo.org/id/char/25028> a lvont:Character ;
    lvont:represents "𥀨"^^xsd:string .

<http://lexvo.org/id/char/25029> a lvont:Character ;
    lvont:represents "𥀩"^^xsd:string .

<http://lexvo.org/id/char/2502A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/%E1%BB%A7ng>,
        "𥀪"^^xsd:string .

<http://lexvo.org/id/char/2502B> a lvont:Character ;
    lvont:represents "𥀫"^^xsd:string .

<http://lexvo.org/id/char/2502C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/jim2>,
        <http://lexvo.org/id/term/yue/%F0%A5%80%AC>,
        "𥀬"^^xsd:string ;
    rdfs:comment "(Cant.) a scar"@en .

<http://lexvo.org/id/char/2502D> a lvont:Character ;
    lvont:represents "𥀭"^^xsd:string .

<http://lexvo.org/id/char/2502E> a lvont:Character ;
    lvont:represents "𥀮"^^xsd:string .

<http://lexvo.org/id/char/2502F> a lvont:Character ;
    lvont:represents "𥀯"^^xsd:string .

<http://lexvo.org/id/char/2503> a lvont:Character ;
    lvont:represents "┃"^^xsd:string ;
    rdfs:comment "BOX DRAWINGS HEAVY VERTICAL"@en .

<http://lexvo.org/id/char/25030> a lvont:Character ;
    lvont:represents "𥀰"^^xsd:string .

<http://lexvo.org/id/char/25031> a lvont:Character ;
    lvont:represents "𥀱"^^xsd:string .

<http://lexvo.org/id/char/25032> a lvont:Character ;
    lvont:represents "𥀲"^^xsd:string .

<http://lexvo.org/id/char/25033> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/mo>,
        "𥀳"^^xsd:string .

<http://lexvo.org/id/char/25034> a lvont:Character ;
    lvont:represents "𥀴"^^xsd:string .

<http://lexvo.org/id/char/25035> a lvont:Character ;
    lvont:represents "𥀵"^^xsd:string .

<http://lexvo.org/id/char/25036> a lvont:Character ;
    lvont:represents "𥀶"^^xsd:string .

<http://lexvo.org/id/char/25037> a lvont:Character ;
    lvont:represents "𥀷"^^xsd:string .

<http://lexvo.org/id/char/25038> a lvont:Character ;
    lvont:represents "𥀸"^^xsd:string .

<http://lexvo.org/id/char/25039> a lvont:Character ;
    lvont:represents "𥀹"^^xsd:string .

<http://lexvo.org/id/char/2503A> a lvont:Character ;
    lvont:represents "𥀺"^^xsd:string .

<http://lexvo.org/id/char/2503B> a lvont:Character ;
    lvont:represents "𥀻"^^xsd:string .

<http://lexvo.org/id/char/2503C> a lvont:Character ;
    lvont:represents "𥀼"^^xsd:string .

<http://lexvo.org/id/char/2503D> a lvont:Character ;
    lvont:represents "𥀽"^^xsd:string .

<http://lexvo.org/id/char/2503E> a lvont:Character ;
    lvont:represents "𥀾"^^xsd:string .

<http://lexvo.org/id/char/2503F> a lvont:Character ;
    lvont:represents "𥀿"^^xsd:string .

<http://lexvo.org/id/char/2504> a lvont:Character ;
    lvont:represents "┄"^^xsd:string ;
    rdfs:comment "BOX DRAWINGS LIGHT TRIPLE DASH HORIZONTAL"@en .

<http://lexvo.org/id/char/25040> a lvont:Character ;
    lvont:represents "𥁀"^^xsd:string .

<http://lexvo.org/id/char/25041> a lvont:Character ;
    lvont:represents "𥁁"^^xsd:string .

<http://lexvo.org/id/char/25042> a lvont:Character ;
    lvont:represents "𥁂"^^xsd:string .

<http://lexvo.org/id/char/25043> a lvont:Character ;
    lvont:represents "𥁃"^^xsd:string .

<http://lexvo.org/id/char/25044> a lvont:Character ;
    lvont:represents "𥁄"^^xsd:string .

<http://lexvo.org/id/char/25045> a lvont:Character ;
    lvont:represents "𥁅"^^xsd:string .

<http://lexvo.org/id/char/25046> a lvont:Character ;
    lvont:represents "𥁆"^^xsd:string .

<http://lexvo.org/id/char/25047> a lvont:Character ;
    lvont:represents "𥁇"^^xsd:string .

<http://lexvo.org/id/char/25048> a lvont:Character ;
    lvont:represents "𥁈"^^xsd:string .

<http://lexvo.org/id/char/25049> a lvont:Character ;
    lvont:represents "𥁉"^^xsd:string .

<http://lexvo.org/id/char/2504A> a lvont:Character ;
    lvont:represents "𥁊"^^xsd:string .

<http://lexvo.org/id/char/2504B> a lvont:Character ;
    lvont:represents "𥁋"^^xsd:string .

<http://lexvo.org/id/char/2504C> a lvont:Character ;
    lvont:represents "𥁌"^^xsd:string .

<http://lexvo.org/id/char/2504D> a lvont:Character ;
    lvont:represents "𥁍"^^xsd:string .

<http://lexvo.org/id/char/2504E> a lvont:Character ;
    lvont:represents "𥁎"^^xsd:string .

<http://lexvo.org/id/char/2504F> a lvont:Character ;
    lvont:represents "𥁏"^^xsd:string .

<http://lexvo.org/id/char/2505> a lvont:Character ;
    lvont:represents "┅"^^xsd:string ;
    rdfs:comment "BOX DRAWINGS HEAVY TRIPLE DASH HORIZONTAL"@en .

<http://lexvo.org/id/char/25050> a lvont:Character ;
    lvont:represents "𥁐"^^xsd:string .

<http://lexvo.org/id/char/25051> a lvont:Character ;
    lvont:represents "𥁑"^^xsd:string .

<http://lexvo.org/id/char/25052> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/ngaau4>,
        <http://lexvo.org/id/term/yue/%F0%A5%81%92>,
        "𥁒"^^xsd:string ;
    rdfs:comment "(Cant.) warped"@en .

<http://lexvo.org/id/char/25053> a lvont:Character ;
    lvont:represents "𥁓"^^xsd:string .

<http://lexvo.org/id/char/25054> a lvont:Character ;
    lvont:represents "𥁔"^^xsd:string .

<http://lexvo.org/id/char/25055> a lvont:Character ;
    lvont:represents "𥁕"^^xsd:string ;
    rdfs:comment "compassionate; to feed a prisoner"@en .

<http://lexvo.org/id/char/25056> a lvont:Character ;
    lvont:represents "𥁖"^^xsd:string .

<http://lexvo.org/id/char/25057> a lvont:Character ;
    lvont:represents "𥁗"^^xsd:string .

<http://lexvo.org/id/char/25058> a lvont:Character ;
    lvont:represents "𥁘"^^xsd:string .

<http://lexvo.org/id/char/25059> a lvont:Character ;
    lvont:represents "𥁙"^^xsd:string .

<http://lexvo.org/id/char/2505A> a lvont:Character ;
    lvont:represents "𥁚"^^xsd:string .

<http://lexvo.org/id/char/2505B> a lvont:Character ;
    lvont:represents "𥁛"^^xsd:string .

<http://lexvo.org/id/char/2505C> a lvont:Character ;
    lvont:represents "𥁜"^^xsd:string .

<http://lexvo.org/id/char/2505D> a lvont:Character ;
    lvont:represents "𥁝"^^xsd:string .

<http://lexvo.org/id/char/2505E> a lvont:Character ;
    lvont:represents "𥁞"^^xsd:string .

<http://lexvo.org/id/char/2505F> a lvont:Character ;
    lvont:represents "𥁟"^^xsd:string .

<http://lexvo.org/id/char/2506> a lvont:Character ;
    lvont:represents "┆"^^xsd:string ;
    rdfs:comment "BOX DRAWINGS LIGHT TRIPLE DASH VERTICAL"@en .

<http://lexvo.org/id/char/25060> a lvont:Character ;
    lvont:represents "𥁠"^^xsd:string .

<http://lexvo.org/id/char/25061> a lvont:Character ;
    lvont:represents "𥁡"^^xsd:string .

<http://lexvo.org/id/char/25062> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C3%A1o>,
        "𥁢"^^xsd:string .

<http://lexvo.org/id/char/25063> a lvont:Character ;
    lvont:represents "𥁣"^^xsd:string .

<http://lexvo.org/id/char/25064> a lvont:Character ;
    lvont:represents "𥁤"^^xsd:string .

<http://lexvo.org/id/char/25065> a lvont:Character ;
    lvont:represents "𥁥"^^xsd:string .

<http://lexvo.org/id/char/25066> a lvont:Character ;
    lvont:represents "𥁦"^^xsd:string .

<http://lexvo.org/id/char/25067> a lvont:Character ;
    lvont:represents "𥁧"^^xsd:string .

<http://lexvo.org/id/char/25068> a lvont:Character ;
    lvont:represents "𥁨"^^xsd:string .

<http://lexvo.org/id/char/25069> a lvont:Character ;
    lvont:represents "𥁩"^^xsd:string .

<http://lexvo.org/id/char/2506A> a lvont:Character ;
    lvont:represents "𥁪"^^xsd:string .

<http://lexvo.org/id/char/2506B> a lvont:Character ;
    lvont:represents "𥁫"^^xsd:string .

<http://lexvo.org/id/char/2506C> a lvont:Character ;
    lvont:represents "𥁬"^^xsd:string .

<http://lexvo.org/id/char/2506D> a lvont:Character ;
    lvont:represents "𥁭"^^xsd:string .

<http://lexvo.org/id/char/2506E> a lvont:Character ;
    lvont:represents "𥁮"^^xsd:string .

<http://lexvo.org/id/char/2506F> a lvont:Character ;
    lvont:represents "𥁯"^^xsd:string .

<http://lexvo.org/id/char/2507> a lvont:Character ;
    lvont:represents "┇"^^xsd:string ;
    rdfs:comment "BOX DRAWINGS HEAVY TRIPLE DASH VERTICAL"@en .

<http://lexvo.org/id/char/25070> a lvont:Character ;
    lvont:represents "𥁰"^^xsd:string .

<http://lexvo.org/id/char/25071> a lvont:Character ;
    lvont:represents "𥁱"^^xsd:string .

<http://lexvo.org/id/char/25072> a lvont:Character ;
    lvont:represents "𥁲"^^xsd:string .

<http://lexvo.org/id/char/25073> a lvont:Character ;
    lvont:represents "𥁳"^^xsd:string .

<http://lexvo.org/id/char/25074> a lvont:Character ;
    lvont:represents "𥁴"^^xsd:string .

<http://lexvo.org/id/char/25075> a lvont:Character ;
    lvont:represents "𥁵"^^xsd:string .

<http://lexvo.org/id/char/25076> a lvont:Character ;
    lvont:represents "𥁶"^^xsd:string .

<http://lexvo.org/id/char/25077> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/v%E1%BB%8Bm>,
        "𥁷"^^xsd:string .

<http://lexvo.org/id/char/25078> a lvont:Character ;
    lvont:represents "𥁸"^^xsd:string .

<http://lexvo.org/id/char/25079> a lvont:Character ;
    lvont:represents "𥁹"^^xsd:string .

<http://lexvo.org/id/char/2507A> a lvont:Character ;
    lvont:represents "𥁺"^^xsd:string .

<http://lexvo.org/id/char/2507B> a lvont:Character ;
    lvont:represents "𥁻"^^xsd:string .

<http://lexvo.org/id/char/2507C> a lvont:Character ;
    lvont:represents "𥁼"^^xsd:string .

<http://lexvo.org/id/char/2507D> a lvont:Character ;
    lvont:represents "𥁽"^^xsd:string .

<http://lexvo.org/id/char/2507E> a lvont:Character ;
    lvont:represents "𥁾"^^xsd:string .

<http://lexvo.org/id/char/2507F> a lvont:Character ;
    lvont:represents "𥁿"^^xsd:string .

<http://lexvo.org/id/char/2508> a lvont:Character ;
    lvont:represents "┈"^^xsd:string ;
    rdfs:comment "BOX DRAWINGS LIGHT QUADRUPLE DASH HORIZONTAL"@en .

<http://lexvo.org/id/char/25080> a lvont:Character ;
    lvont:represents "𥂀"^^xsd:string .

<http://lexvo.org/id/char/25081> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/jim4>,
        <http://lexvo.org/id/term/yue/%F0%A5%82%81>,
        "𥂁"^^xsd:string ;
    rdfs:comment "salt"@en .

<http://lexvo.org/id/char/25082> a lvont:Character ;
    lvont:represents "𥂂"^^xsd:string .

<http://lexvo.org/id/char/25083> a lvont:Character ;
    lvont:represents "𥂃"^^xsd:string .

<http://lexvo.org/id/char/25084> a lvont:Character ;
    lvont:represents "𥂄"^^xsd:string .

<http://lexvo.org/id/char/25085> a lvont:Character ;
    lvont:represents "𥂅"^^xsd:string .

<http://lexvo.org/id/char/25086> a lvont:Character ;
    lvont:represents "𥂆"^^xsd:string .

<http://lexvo.org/id/char/25087> a lvont:Character ;
    lvont:represents "𥂇"^^xsd:string .

<http://lexvo.org/id/char/25088> a lvont:Character ;
    lvont:represents "𥂈"^^xsd:string .

<http://lexvo.org/id/char/25089> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/tr%E1%BB%99m>,
        "𥂉"^^xsd:string .

<http://lexvo.org/id/char/2508A> a lvont:Character ;
    lvont:represents "𥂊"^^xsd:string .

<http://lexvo.org/id/char/2508B> a lvont:Character ;
    lvont:represents "𥂋"^^xsd:string .

<http://lexvo.org/id/char/2508C> a lvont:Character ;
    lvont:represents "𥂌"^^xsd:string .

<http://lexvo.org/id/char/2508D> a lvont:Character ;
    lvont:represents "𥂍"^^xsd:string .

<http://lexvo.org/id/char/2508E> a lvont:Character ;
    lvont:represents "𥂎"^^xsd:string .

<http://lexvo.org/id/char/2508F> a lvont:Character ;
    lvont:represents "𥂏"^^xsd:string .

<http://lexvo.org/id/char/2509> a lvont:Character ;
    lvont:represents "┉"^^xsd:string ;
    rdfs:comment "BOX DRAWINGS HEAVY QUADRUPLE DASH HORIZONTAL"@en .

<http://lexvo.org/id/char/25090> a lvont:Character ;
    lvont:represents "𥂐"^^xsd:string .

<http://lexvo.org/id/char/25091> a lvont:Character ;
    lvont:represents "𥂑"^^xsd:string .

<http://lexvo.org/id/char/25092> a lvont:Character ;
    lvont:represents "𥂒"^^xsd:string .

<http://lexvo.org/id/char/25093> a lvont:Character ;
    lvont:represents "𥂓"^^xsd:string .

<http://lexvo.org/id/char/25094> a lvont:Character ;
    lvont:represents "𥂔"^^xsd:string .

<http://lexvo.org/id/char/25095> a lvont:Character ;
    lvont:represents "𥂕"^^xsd:string .

<http://lexvo.org/id/char/25096> a lvont:Character ;
    lvont:represents "𥂖"^^xsd:string .

<http://lexvo.org/id/char/25097> a lvont:Character ;
    lvont:represents "𥂗"^^xsd:string .

<http://lexvo.org/id/char/25098> a lvont:Character ;
    lvont:represents "𥂘"^^xsd:string .

<http://lexvo.org/id/char/25099> a lvont:Character ;
    lvont:represents "𥂙"^^xsd:string .

<http://lexvo.org/id/char/2509A> a lvont:Character ;
    lvont:represents "𥂚"^^xsd:string .

<http://lexvo.org/id/char/2509B> a lvont:Character ;
    lvont:represents "𥂛"^^xsd:string .

<http://lexvo.org/id/char/2509C> a lvont:Character ;
    lvont:represents "𥂜"^^xsd:string .

<http://lexvo.org/id/char/2509D> a lvont:Character ;
    lvont:represents "𥂝"^^xsd:string .

<http://lexvo.org/id/char/2509E> a lvont:Character ;
    lvont:represents "𥂞"^^xsd:string .

<http://lexvo.org/id/char/2509F> a lvont:Character ;
    lvont:represents "𥂟"^^xsd:string .

<http://lexvo.org/id/char/250A> a lvont:Character ;
    lvont:represents "┊"^^xsd:string ;
    rdfs:comment "BOX DRAWINGS LIGHT QUADRUPLE DASH VERTICAL"@en .

<http://lexvo.org/id/char/250A0> a lvont:Character ;
    lvont:represents "𥂠"^^xsd:string .

<http://lexvo.org/id/char/250A1> a lvont:Character ;
    lvont:represents "𥂡"^^xsd:string .

<http://lexvo.org/id/char/250A2> a lvont:Character ;
    lvont:represents "𥂢"^^xsd:string .

<http://lexvo.org/id/char/250A3> a lvont:Character ;
    lvont:represents "𥂣"^^xsd:string .

<http://lexvo.org/id/char/250A4> a lvont:Character ;
    lvont:represents "𥂤"^^xsd:string .

<http://lexvo.org/id/char/250A5> a lvont:Character ;
    lvont:represents "𥂥"^^xsd:string .

<http://lexvo.org/id/char/250A6> a lvont:Character ;
    lvont:represents "𥂦"^^xsd:string .

<http://lexvo.org/id/char/250A7> a lvont:Character ;
    lvont:represents "𥂧"^^xsd:string .

<http://lexvo.org/id/char/250A8> a lvont:Character ;
    lvont:represents "𥂨"^^xsd:string .

<http://lexvo.org/id/char/250A9> a lvont:Character ;
    lvont:represents "𥂩"^^xsd:string .

<http://lexvo.org/id/char/250AA> a lvont:Character ;
    lvont:represents "𥂪"^^xsd:string .

<http://lexvo.org/id/char/250AB> a lvont:Character ;
    lvont:represents "𥂫"^^xsd:string .

<http://lexvo.org/id/char/250AC> a lvont:Character ;
    lvont:represents "𥂬"^^xsd:string .

<http://lexvo.org/id/char/250AD> a lvont:Character ;
    lvont:represents "𥂭"^^xsd:string .

<http://lexvo.org/id/char/250AE> a lvont:Character ;
    lvont:represents "𥂮"^^xsd:string .

<http://lexvo.org/id/char/250AF> a lvont:Character ;
    lvont:represents "𥂯"^^xsd:string .

<http://lexvo.org/id/char/250B> a lvont:Character ;
    lvont:represents "┋"^^xsd:string ;
    rdfs:comment "BOX DRAWINGS HEAVY QUADRUPLE DASH VERTICAL"@en .

<http://lexvo.org/id/char/250B0> a lvont:Character ;
    lvont:represents "𥂰"^^xsd:string .

<http://lexvo.org/id/char/250B1> a lvont:Character ;
    lvont:represents "𥂱"^^xsd:string .

<http://lexvo.org/id/char/250B2> a lvont:Character ;
    lvont:represents "𥂲"^^xsd:string .

<http://lexvo.org/id/char/250B3> a lvont:Character ;
    lvont:represents "𥂳"^^xsd:string .

<http://lexvo.org/id/char/250B4> a lvont:Character ;
    lvont:represents "𥂴"^^xsd:string .

<http://lexvo.org/id/char/250B5> a lvont:Character ;
    lvont:represents "𥂵"^^xsd:string .

<http://lexvo.org/id/char/250B6> a lvont:Character ;
    lvont:represents "𥂶"^^xsd:string .

<http://lexvo.org/id/char/250B7> a lvont:Character ;
    lvont:represents "𥂷"^^xsd:string .

<http://lexvo.org/id/char/250B8> a lvont:Character ;
    lvont:represents "𥂸"^^xsd:string .

<http://lexvo.org/id/char/250B9> a lvont:Character ;
    lvont:represents "𥂹"^^xsd:string .

<http://lexvo.org/id/char/250BA> a lvont:Character ;
    lvont:represents "𥂺"^^xsd:string .

<http://lexvo.org/id/char/250BB> a lvont:Character ;
    lvont:represents "𥂻"^^xsd:string .

<http://lexvo.org/id/char/250BC> a lvont:Character ;
    lvont:represents "𥂼"^^xsd:string .

<http://lexvo.org/id/char/250BD> a lvont:Character ;
    lvont:represents "𥂽"^^xsd:string .

<http://lexvo.org/id/char/250BE> a lvont:Character ;
    lvont:represents "𥂾"^^xsd:string .

<http://lexvo.org/id/char/250BF> a lvont:Character ;
    lvont:represents "𥂿"^^xsd:string .

<http://lexvo.org/id/char/250C> a lvont:Character ;
    lvont:represents "┌"^^xsd:string ;
    rdfs:comment "BOX DRAWINGS LIGHT DOWN AND RIGHT"@en .

<http://lexvo.org/id/char/250C0> a lvont:Character ;
    lvont:represents "𥃀"^^xsd:string .

<http://lexvo.org/id/char/250C1> a lvont:Character ;
    lvont:represents "𥃁"^^xsd:string .

<http://lexvo.org/id/char/250C2> a lvont:Character ;
    lvont:represents "𥃂"^^xsd:string .

<http://lexvo.org/id/char/250C3> a lvont:Character ;
    lvont:represents "𥃃"^^xsd:string .

<http://lexvo.org/id/char/250C4> a lvont:Character ;
    lvont:represents "𥃄"^^xsd:string .

<http://lexvo.org/id/char/250C5> a lvont:Character ;
    lvont:represents "𥃅"^^xsd:string .

<http://lexvo.org/id/char/250C6> a lvont:Character ;
    lvont:represents "𥃆"^^xsd:string .

<http://lexvo.org/id/char/250C7> a lvont:Character ;
    lvont:represents "𥃇"^^xsd:string .

<http://lexvo.org/id/char/250C8> a lvont:Character ;
    lvont:represents "𥃈"^^xsd:string .

<http://lexvo.org/id/char/250C9> a lvont:Character ;
    lvont:represents "𥃉"^^xsd:string .

<http://lexvo.org/id/char/250CA> a lvont:Character ;
    lvont:represents "𥃊"^^xsd:string .

<http://lexvo.org/id/char/250CB> a lvont:Character ;
    lvont:represents "𥃋"^^xsd:string .

<http://lexvo.org/id/char/250CC> a lvont:Character ;
    lvont:represents "𥃌"^^xsd:string .

<http://lexvo.org/id/char/250CD> a lvont:Character ;
    lvont:represents "𥃍"^^xsd:string .

<http://lexvo.org/id/char/250CE> a lvont:Character ;
    lvont:represents "𥃎"^^xsd:string .

<http://lexvo.org/id/char/250CF> a lvont:Character ;
    lvont:represents "𥃏"^^xsd:string .

<http://lexvo.org/id/char/250D> a lvont:Character ;
    lvont:represents "┍"^^xsd:string ;
    rdfs:comment "BOX DRAWINGS DOWN LIGHT AND RIGHT HEAVY"@en .

<http://lexvo.org/id/char/250D0> a lvont:Character ;
    lvont:represents "𥃐"^^xsd:string .

<http://lexvo.org/id/char/250D1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/m%C3%A2m>,
        "𥃑"^^xsd:string .

<http://lexvo.org/id/char/250D2> a lvont:Character ;
    lvont:represents "𥃒"^^xsd:string .

<http://lexvo.org/id/char/250D3> a lvont:Character ;
    lvont:represents "𥃓"^^xsd:string .

<http://lexvo.org/id/char/250D4> a lvont:Character ;
    lvont:represents "𥃔"^^xsd:string .

<http://lexvo.org/id/char/250D5> a lvont:Character ;
    lvont:represents "𥃕"^^xsd:string .

<http://lexvo.org/id/char/250D6> a lvont:Character ;
    lvont:represents "𥃖"^^xsd:string .

<http://lexvo.org/id/char/250D7> a lvont:Character ;
    lvont:represents "𥃗"^^xsd:string .

<http://lexvo.org/id/char/250D8> a lvont:Character ;
    lvont:represents "𥃘"^^xsd:string .

<http://lexvo.org/id/char/250D9> a lvont:Character ;
    lvont:represents "𥃙"^^xsd:string .

<http://lexvo.org/id/char/250DA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/m%C3%A2m>,
        "𥃚"^^xsd:string .

<http://lexvo.org/id/char/250DB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/m%C3%A2m>,
        "𥃛"^^xsd:string .

<http://lexvo.org/id/char/250DC> a lvont:Character ;
    lvont:represents "𥃜"^^xsd:string .

<http://lexvo.org/id/char/250DD> a lvont:Character ;
    lvont:represents "𥃝"^^xsd:string .

<http://lexvo.org/id/char/250DE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/h%E1%BA%BFt>,
        "𥃞"^^xsd:string .

<http://lexvo.org/id/char/250DF> a lvont:Character ;
    lvont:represents "𥃟"^^xsd:string .

<http://lexvo.org/id/char/250E> a lvont:Character ;
    lvont:represents "┎"^^xsd:string ;
    rdfs:comment "BOX DRAWINGS DOWN HEAVY AND RIGHT LIGHT"@en .

<http://lexvo.org/id/char/250E0> a lvont:Character ;
    lvont:represents "𥃠"^^xsd:string .

<http://lexvo.org/id/char/250E1> a lvont:Character ;
    lvont:represents "𥃡"^^xsd:string .

<http://lexvo.org/id/char/250E2> a lvont:Character ;
    lvont:represents "𥃢"^^xsd:string .

<http://lexvo.org/id/char/250E3> a lvont:Character ;
    lvont:represents "𥃣"^^xsd:string .

<http://lexvo.org/id/char/250E4> a lvont:Character ;
    lvont:represents "𥃤"^^xsd:string .

<http://lexvo.org/id/char/250E5> a lvont:Character ;
    lvont:represents "𥃥"^^xsd:string .

<http://lexvo.org/id/char/250E6> a lvont:Character ;
    lvont:represents "𥃦"^^xsd:string .

<http://lexvo.org/id/char/250E7> a lvont:Character ;
    lvont:represents "𥃧"^^xsd:string .

<http://lexvo.org/id/char/250E8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/v%C3%BAc>,
        "𥃨"^^xsd:string .

<http://lexvo.org/id/char/250E9> a lvont:Character ;
    lvont:represents "𥃩"^^xsd:string .

<http://lexvo.org/id/char/250EA> a lvont:Character ;
    lvont:represents "𥃪"^^xsd:string .

<http://lexvo.org/id/char/250EB> a lvont:Character ;
    lvont:represents "𥃫"^^xsd:string .

<http://lexvo.org/id/char/250EC> a lvont:Character ;
    lvont:represents "𥃬"^^xsd:string .

<http://lexvo.org/id/char/250ED> a lvont:Character ;
    lvont:represents "𥃭"^^xsd:string .

<http://lexvo.org/id/char/250EE> a lvont:Character ;
    lvont:represents "𥃮"^^xsd:string .

<http://lexvo.org/id/char/250EF> a lvont:Character ;
    lvont:represents "𥃯"^^xsd:string .

<http://lexvo.org/id/char/250F> a lvont:Character ;
    lvont:represents "┏"^^xsd:string ;
    rdfs:comment "BOX DRAWINGS HEAVY DOWN AND RIGHT"@en .

<http://lexvo.org/id/char/250F0> a lvont:Character ;
    lvont:represents "𥃰"^^xsd:string .

<http://lexvo.org/id/char/250F1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/nh%E1%BA%AFp>,
        "𥃱"^^xsd:string .

<http://lexvo.org/id/char/250F2> a lvont:Character ;
    lvont:represents "𥃲"^^xsd:string .

<http://lexvo.org/id/char/250F3> a lvont:Character ;
    lvont:represents "𥃳"^^xsd:string .

<http://lexvo.org/id/char/250F4> a lvont:Character ;
    lvont:represents "𥃴"^^xsd:string .

<http://lexvo.org/id/char/250F5> a lvont:Character ;
    lvont:represents "𥃵"^^xsd:string .

<http://lexvo.org/id/char/250F6> a lvont:Character ;
    lvont:represents "𥃶"^^xsd:string .

<http://lexvo.org/id/char/250F7> a lvont:Character ;
    lvont:represents "𥃷"^^xsd:string .

<http://lexvo.org/id/char/250F8> a lvont:Character ;
    lvont:represents "𥃸"^^xsd:string .

<http://lexvo.org/id/char/250F9> a lvont:Character ;
    lvont:represents "𥃹"^^xsd:string .

<http://lexvo.org/id/char/250FA> a lvont:Character ;
    lvont:represents "𥃺"^^xsd:string .

<http://lexvo.org/id/char/250FB> a lvont:Character ;
    lvont:represents "𥃻"^^xsd:string .

<http://lexvo.org/id/char/250FC> a lvont:Character ;
    lvont:represents "𥃼"^^xsd:string .

<http://lexvo.org/id/char/250FD> a lvont:Character ;
    lvont:represents "𥃽"^^xsd:string .

<http://lexvo.org/id/char/250FE> a lvont:Character ;
    lvont:represents "𥃾"^^xsd:string .

<http://lexvo.org/id/char/250FF> a lvont:Character ;
    lvont:represents "𥃿"^^xsd:string .

<http://lexvo.org/id/char/2510> a lvont:Character ;
    lvont:represents "┐"^^xsd:string ;
    rdfs:comment "BOX DRAWINGS LIGHT DOWN AND LEFT"@en .

<http://lexvo.org/id/char/25100> a lvont:Character ;
    lvont:represents "𥄀"^^xsd:string .

<http://lexvo.org/id/char/25101> a lvont:Character ;
    lvont:represents "𥄁"^^xsd:string .

<http://lexvo.org/id/char/25102> a lvont:Character ;
    lvont:represents "𥄂"^^xsd:string .

<http://lexvo.org/id/char/25103> a lvont:Character ;
    lvont:represents "𥄃"^^xsd:string .

<http://lexvo.org/id/char/25104> a lvont:Character ;
    lvont:represents "𥄄"^^xsd:string .

<http://lexvo.org/id/char/25105> a lvont:Character ;
    lvont:represents "𥄅"^^xsd:string .

<http://lexvo.org/id/char/25106> a lvont:Character ;
    lvont:represents "𥄆"^^xsd:string .

<http://lexvo.org/id/char/25107> a lvont:Character ;
    lvont:represents "𥄇"^^xsd:string .

<http://lexvo.org/id/char/25108> a lvont:Character ;
    lvont:represents "𥄈"^^xsd:string .

<http://lexvo.org/id/char/25109> a lvont:Character ;
    lvont:represents "𥄉"^^xsd:string .

<http://lexvo.org/id/char/2510A> a lvont:Character ;
    lvont:represents "𥄊"^^xsd:string .

<http://lexvo.org/id/char/2510B> a lvont:Character ;
    lvont:represents "𥄋"^^xsd:string .

<http://lexvo.org/id/char/2510C> a lvont:Character ;
    lvont:represents "𥄌"^^xsd:string .

<http://lexvo.org/id/char/2510D> a lvont:Character ;
    lvont:represents "𥄍"^^xsd:string .

<http://lexvo.org/id/char/2510E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/cik1>,
        <http://lexvo.org/id/term/yue/%F0%A5%84%8E>,
        "𥄎"^^xsd:string ;
    rdfs:comment "(Cant.) to pull, lift up"@en .

<http://lexvo.org/id/char/2510F> a lvont:Character ;
    lvont:represents "𥄏"^^xsd:string .

<http://lexvo.org/id/char/2511> a lvont:Character ;
    lvont:represents "┑"^^xsd:string ;
    rdfs:comment "BOX DRAWINGS DOWN LIGHT AND LEFT HEAVY"@en .

<http://lexvo.org/id/char/25110> a lvont:Character ;
    lvont:represents "𥄐"^^xsd:string .

<http://lexvo.org/id/char/25111> a lvont:Character ;
    lvont:represents "𥄑"^^xsd:string .

<http://lexvo.org/id/char/25112> a lvont:Character ;
    lvont:represents "𥄒"^^xsd:string .

<http://lexvo.org/id/char/25113> a lvont:Character ;
    lvont:represents "𥄓"^^xsd:string .

<http://lexvo.org/id/char/25114> a lvont:Character ;
    lvont:represents "𥄔"^^xsd:string .

<http://lexvo.org/id/char/25115> a lvont:Character ;
    lvont:represents "𥄕"^^xsd:string .

<http://lexvo.org/id/char/25116> a lvont:Character ;
    lvont:represents "𥄖"^^xsd:string .

<http://lexvo.org/id/char/25117> a lvont:Character ;
    lvont:represents "𥄗"^^xsd:string .

<http://lexvo.org/id/char/25118> a lvont:Character ;
    lvont:represents "𥄘"^^xsd:string .

<http://lexvo.org/id/char/25119> a lvont:Character ;
    lvont:represents "𥄙"^^xsd:string .

<http://lexvo.org/id/char/2511A> a lvont:Character ;
    lvont:represents "𥄚"^^xsd:string .

<http://lexvo.org/id/char/2511B> a lvont:Character ;
    lvont:represents "𥄛"^^xsd:string .

<http://lexvo.org/id/char/2511C> a lvont:Character ;
    lvont:represents "𥄜"^^xsd:string .

<http://lexvo.org/id/char/2511D> a lvont:Character ;
    lvont:represents "𥄝"^^xsd:string .

<http://lexvo.org/id/char/2511E> a lvont:Character ;
    lvont:represents "𥄞"^^xsd:string .

<http://lexvo.org/id/char/2511F> a lvont:Character ;
    lvont:represents "𥄟"^^xsd:string .

<http://lexvo.org/id/char/2512> a lvont:Character ;
    lvont:represents "┒"^^xsd:string ;
    rdfs:comment "BOX DRAWINGS DOWN HEAVY AND LEFT LIGHT"@en .

<http://lexvo.org/id/char/25120> a lvont:Character ;
    lvont:represents "𥄠"^^xsd:string .

<http://lexvo.org/id/char/25121> a lvont:Character ;
    lvont:represents "𥄡"^^xsd:string .

<http://lexvo.org/id/char/25122> a lvont:Character ;
    lvont:represents "𥄢"^^xsd:string .

<http://lexvo.org/id/char/25123> a lvont:Character ;
    lvont:represents "𥄣"^^xsd:string .

<http://lexvo.org/id/char/25124> a lvont:Character ;
    lvont:represents "𥄤"^^xsd:string .

<http://lexvo.org/id/char/25125> a lvont:Character ;
    lvont:represents "𥄥"^^xsd:string .

<http://lexvo.org/id/char/25126> a lvont:Character ;
    lvont:represents "𥄦"^^xsd:string .

<http://lexvo.org/id/char/25127> a lvont:Character ;
    lvont:represents "𥄧"^^xsd:string .

<http://lexvo.org/id/char/25128> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C7%92u>,
        "𥄨"^^xsd:string .

<http://lexvo.org/id/char/25129> a lvont:Character ;
    lvont:represents "𥄩"^^xsd:string .

<http://lexvo.org/id/char/2512A> a lvont:Character ;
    lvont:represents "𥄪"^^xsd:string .

<http://lexvo.org/id/char/2512B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/m%E1%BA%ADp>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gap6>,
        <http://lexvo.org/id/term/yue/%F0%A5%84%AB>,
        "𥄫"^^xsd:string ;
    rdfs:comment "(Cant.) to stare, peep at"@en .

<http://lexvo.org/id/char/2512C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ng%E1%BB%A7>,
        "𥄬"^^xsd:string .

<http://lexvo.org/id/char/2512D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ng%C3%B3>,
        "𥄭"^^xsd:string .

<http://lexvo.org/id/char/2512E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/nh%E1%BA%AFm>,
        "𥄮"^^xsd:string .

<http://lexvo.org/id/char/2512F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ng%C6%A1m>,
        "𥄯"^^xsd:string .

<http://lexvo.org/id/char/2513> a lvont:Character ;
    lvont:represents "┓"^^xsd:string ;
    rdfs:comment "BOX DRAWINGS HEAVY DOWN AND LEFT"@en .

<http://lexvo.org/id/char/25130> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/nh%C6%A1n>,
        "𥄰"^^xsd:string .

<http://lexvo.org/id/char/25131> a lvont:Character ;
    lvont:represents "𥄱"^^xsd:string .

<http://lexvo.org/id/char/25132> a lvont:Character ;
    lvont:represents "𥄲"^^xsd:string .

<http://lexvo.org/id/char/25133> a lvont:Character ;
    lvont:represents "𥄳"^^xsd:string .

<http://lexvo.org/id/char/25134> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%F0%A5%84%B4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xu%C3%A9>,
        "𥄴"^^xsd:string ;
    rdfs:comment "looking about eagerly"@en .

<http://lexvo.org/id/char/25135> a lvont:Character ;
    lvont:represents "𥄵"^^xsd:string .

<http://lexvo.org/id/char/25136> a lvont:Character ;
    lvont:represents "𥄶"^^xsd:string .

<http://lexvo.org/id/char/25137> a lvont:Character ;
    lvont:represents "𥄷"^^xsd:string .

<http://lexvo.org/id/char/25138> a lvont:Character ;
    lvont:represents "𥄸"^^xsd:string .

<http://lexvo.org/id/char/25139> a lvont:Character ;
    lvont:represents "𥄹"^^xsd:string .

<http://lexvo.org/id/char/2513A> a lvont:Character ;
    lvont:represents "𥄺"^^xsd:string .

<http://lexvo.org/id/char/2513B> a lvont:Character ;
    lvont:represents "𥄻"^^xsd:string .

<http://lexvo.org/id/char/2513C> a lvont:Character ;
    lvont:represents "𥄼"^^xsd:string .

<http://lexvo.org/id/char/2513D> a lvont:Character ;
    lvont:represents "𥄽"^^xsd:string .

<http://lexvo.org/id/char/2513E> a lvont:Character ;
    lvont:represents "𥄾"^^xsd:string .

<http://lexvo.org/id/char/2513F> a lvont:Character ;
    lvont:represents "𥄿"^^xsd:string .

<http://lexvo.org/id/char/2514> a lvont:Character ;
    lvont:represents "└"^^xsd:string ;
    rdfs:comment "BOX DRAWINGS LIGHT UP AND RIGHT"@en .

<http://lexvo.org/id/char/25140> a lvont:Character ;
    lvont:represents "𥅀"^^xsd:string .

<http://lexvo.org/id/char/25141> a lvont:Character ;
    lvont:represents "𥅁"^^xsd:string .

<http://lexvo.org/id/char/25142> a lvont:Character ;
    lvont:represents "𥅂"^^xsd:string .

<http://lexvo.org/id/char/25143> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/nh%E1%BB%9Bn>,
        "𥅃"^^xsd:string .

<http://lexvo.org/id/char/25144> a lvont:Character ;
    lvont:represents "𥅄"^^xsd:string .

<http://lexvo.org/id/char/25145> a lvont:Character ;
    lvont:represents "𥅅"^^xsd:string .

<http://lexvo.org/id/char/25146> a lvont:Character ;
    lvont:represents "𥅆"^^xsd:string .

<http://lexvo.org/id/char/25147> a lvont:Character ;
    lvont:represents "𥅇"^^xsd:string .

<http://lexvo.org/id/char/25148> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/laap3>,
        <http://lexvo.org/id/term/yue/%F0%A5%85%88>,
        "𥅈"^^xsd:string ;
    rdfs:comment "(Cant.) to look, scan"@en .

<http://lexvo.org/id/char/25149> a lvont:Character ;
    lvont:represents "𥅉"^^xsd:string .

<http://lexvo.org/id/char/2514A> a lvont:Character ;
    lvont:represents "𥅊"^^xsd:string .

<http://lexvo.org/id/char/2514B> a lvont:Character ;
    lvont:represents "𥅋"^^xsd:string .

<http://lexvo.org/id/char/2514C> a lvont:Character ;
    lvont:represents "𥅌"^^xsd:string .

<http://lexvo.org/id/char/2514D> a lvont:Character ;
    lvont:represents "𥅍"^^xsd:string .

<http://lexvo.org/id/char/2514E> a lvont:Character ;
    lvont:represents "𥅎"^^xsd:string .

<http://lexvo.org/id/char/2514F> a lvont:Character ;
    lvont:represents "𥅏"^^xsd:string .

<http://lexvo.org/id/char/2515> a lvont:Character ;
    lvont:represents "┕"^^xsd:string ;
    rdfs:comment "BOX DRAWINGS UP LIGHT AND RIGHT HEAVY"@en .

<http://lexvo.org/id/char/25150> a lvont:Character ;
    lvont:represents "𥅐"^^xsd:string .

<http://lexvo.org/id/char/25151> a lvont:Character ;
    lvont:represents "𥅑"^^xsd:string .

<http://lexvo.org/id/char/25152> a lvont:Character ;
    lvont:represents "𥅒"^^xsd:string .

<http://lexvo.org/id/char/25153> a lvont:Character ;
    lvont:represents "𥅓"^^xsd:string .

<http://lexvo.org/id/char/25154> a lvont:Character ;
    lvont:represents "𥅔"^^xsd:string .

<http://lexvo.org/id/char/25155> a lvont:Character ;
    lvont:represents "𥅕"^^xsd:string .

<http://lexvo.org/id/char/25156> a lvont:Character ;
    lvont:represents "𥅖"^^xsd:string .

<http://lexvo.org/id/char/25157> a lvont:Character ;
    lvont:represents "𥅗"^^xsd:string .

<http://lexvo.org/id/char/25158> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/nh%C3%A1y>,
        "𥅘"^^xsd:string .

<http://lexvo.org/id/char/25159> a lvont:Character ;
    lvont:represents "𥅙"^^xsd:string .

<http://lexvo.org/id/char/2515A> a lvont:Character ;
    lvont:represents "𥅚"^^xsd:string .

<http://lexvo.org/id/char/2515B> a lvont:Character ;
    lvont:represents "𥅛"^^xsd:string .

<http://lexvo.org/id/char/2515C> a lvont:Character ;
    lvont:represents "𥅜"^^xsd:string .

<http://lexvo.org/id/char/2515D> a lvont:Character ;
    lvont:represents "𥅝"^^xsd:string .

<http://lexvo.org/id/char/2515E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/th%E1%BB%A9c>,
        "𥅞"^^xsd:string .

<http://lexvo.org/id/char/2515F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/ngaau1>,
        <http://lexvo.org/id/term/yue/%F0%A5%85%9F>,
        "𥅟"^^xsd:string .

<http://lexvo.org/id/char/2516> a lvont:Character ;
    lvont:represents "┖"^^xsd:string ;
    rdfs:comment "BOX DRAWINGS UP HEAVY AND RIGHT LIGHT"@en .

<http://lexvo.org/id/char/25160> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/hau1>,
        <http://lexvo.org/id/term/yue/%F0%A5%85%A0>,
        "𥅠"^^xsd:string ;
    rdfs:comment "(Cant.) to fix one's eyes on, gaze at"@en .

<http://lexvo.org/id/char/25161> a lvont:Character ;
    lvont:represents "𥅡"^^xsd:string .

<http://lexvo.org/id/char/25162> a lvont:Character ;
    lvont:represents "𥅢"^^xsd:string .

<http://lexvo.org/id/char/25163> a lvont:Character ;
    lvont:represents "𥅣"^^xsd:string .

<http://lexvo.org/id/char/25164> a lvont:Character ;
    lvont:represents "𥅤"^^xsd:string .

<http://lexvo.org/id/char/25165> a lvont:Character ;
    lvont:represents "𥅥"^^xsd:string .

<http://lexvo.org/id/char/25166> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/l%E1%BB%93i>,
        "𥅦"^^xsd:string .

<http://lexvo.org/id/char/25167> a lvont:Character ;
    lvont:represents "𥅧"^^xsd:string .

<http://lexvo.org/id/char/25168> a lvont:Character ;
    lvont:represents "𥅨"^^xsd:string .

<http://lexvo.org/id/char/25169> a lvont:Character ;
    lvont:represents "𥅩"^^xsd:string .

<http://lexvo.org/id/char/2516A> a lvont:Character ;
    lvont:represents "𥅪"^^xsd:string .

<http://lexvo.org/id/char/2516B> a lvont:Character ;
    lvont:represents "𥅫"^^xsd:string .

<http://lexvo.org/id/char/2516C> a lvont:Character ;
    lvont:represents "𥅬"^^xsd:string .

<http://lexvo.org/id/char/2516D> a lvont:Character ;
    lvont:represents "𥅭"^^xsd:string .

<http://lexvo.org/id/char/2516E> a lvont:Character ;
    lvont:represents "𥅮"^^xsd:string .

<http://lexvo.org/id/char/2516F> a lvont:Character ;
    lvont:represents "𥅯"^^xsd:string .

<http://lexvo.org/id/char/2517> a lvont:Character ;
    lvont:represents "┗"^^xsd:string ;
    rdfs:comment "BOX DRAWINGS HEAVY UP AND RIGHT"@en .

<http://lexvo.org/id/char/25170> a lvont:Character ;
    lvont:represents "𥅰"^^xsd:string .

<http://lexvo.org/id/char/25171> a lvont:Character ;
    lvont:represents "𥅱"^^xsd:string .

<http://lexvo.org/id/char/25172> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/chau>,
        "𥅲"^^xsd:string .

<http://lexvo.org/id/char/25173> a lvont:Character ;
    lvont:represents "𥅳"^^xsd:string .

<http://lexvo.org/id/char/25174> a lvont:Character ;
    lvont:represents "𥅴"^^xsd:string .

<http://lexvo.org/id/char/25175> a lvont:Character ;
    lvont:represents "𥅵"^^xsd:string .

<http://lexvo.org/id/char/25176> a lvont:Character ;
    lvont:represents "𥅶"^^xsd:string .

<http://lexvo.org/id/char/25177> a lvont:Character ;
    lvont:represents "𥅷"^^xsd:string .

<http://lexvo.org/id/char/25178> a lvont:Character ;
    lvont:represents "𥅸"^^xsd:string .

<http://lexvo.org/id/char/25179> a lvont:Character ;
    lvont:represents "𥅹"^^xsd:string .

<http://lexvo.org/id/char/2517A> a lvont:Character ;
    lvont:represents "𥅺"^^xsd:string .

<http://lexvo.org/id/char/2517B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%B2ng>,
        "𥅻"^^xsd:string .

<http://lexvo.org/id/char/2517C> a lvont:Character ;
    lvont:represents "𥅼"^^xsd:string .

<http://lexvo.org/id/char/2517D> a lvont:Character ;
    lvont:represents "𥅽"^^xsd:string .

<http://lexvo.org/id/char/2517E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/zong1>,
        <http://lexvo.org/id/term/yue/%F0%A5%85%BE>,
        "𥅾"^^xsd:string ;
    rdfs:comment "(Cant.) to peek or peep at"@en .

<http://lexvo.org/id/char/2517F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ch%E1%BB%A3p>,
        "𥅿"^^xsd:string .

<http://lexvo.org/id/char/2518> a lvont:Character ;
    lvont:represents "┘"^^xsd:string ;
    rdfs:comment "BOX DRAWINGS LIGHT UP AND LEFT"@en .

<http://lexvo.org/id/char/25180> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/gi%C6%B0%C6%A1ng>,
        "𥆀"^^xsd:string .

<http://lexvo.org/id/char/25181> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/li%E1%BA%BFc>,
        "𥆁"^^xsd:string .

<http://lexvo.org/id/char/25182> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/nh%E1%BA%B1m>,
        "𥆂"^^xsd:string .

<http://lexvo.org/id/char/25183> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/nh%C6%A1>,
        "𥆃"^^xsd:string .

<http://lexvo.org/id/char/25184> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/qu%C3%A1ng>,
        "𥆄"^^xsd:string .

<http://lexvo.org/id/char/25185> a lvont:Character ;
    lvont:represents "𥆅"^^xsd:string .

<http://lexvo.org/id/char/25186> a lvont:Character ;
    lvont:represents "𥆆"^^xsd:string .

<http://lexvo.org/id/char/25187> a lvont:Character ;
    lvont:represents "𥆇"^^xsd:string .

<http://lexvo.org/id/char/25188> a lvont:Character ;
    lvont:represents "𥆈"^^xsd:string .

<http://lexvo.org/id/char/25189> a lvont:Character ;
    lvont:represents "𥆉"^^xsd:string .

<http://lexvo.org/id/char/2518A> a lvont:Character ;
    lvont:represents "𥆊"^^xsd:string .

<http://lexvo.org/id/char/2518B> a lvont:Character ;
    lvont:represents "𥆋"^^xsd:string .

<http://lexvo.org/id/char/2518C> a lvont:Character ;
    lvont:represents "𥆌"^^xsd:string .

<http://lexvo.org/id/char/2518D> a lvont:Character ;
    lvont:represents "𥆍"^^xsd:string .

<http://lexvo.org/id/char/2518E> a lvont:Character ;
    lvont:represents "𥆎"^^xsd:string .

<http://lexvo.org/id/char/2518F> a lvont:Character ;
    lvont:represents "𥆏"^^xsd:string .

<http://lexvo.org/id/char/2519> a lvont:Character ;
    lvont:represents "┙"^^xsd:string ;
    rdfs:comment "BOX DRAWINGS UP LIGHT AND LEFT HEAVY"@en .

<http://lexvo.org/id/char/25190> a lvont:Character ;
    lvont:represents "𥆐"^^xsd:string .

<http://lexvo.org/id/char/25191> a lvont:Character ;
    lvont:represents "𥆑"^^xsd:string .

<http://lexvo.org/id/char/25192> a lvont:Character ;
    lvont:represents "𥆒"^^xsd:string .

<http://lexvo.org/id/char/25193> a lvont:Character ;
    lvont:represents "𥆓"^^xsd:string .

<http://lexvo.org/id/char/25194> a lvont:Character ;
    lvont:represents "𥆔"^^xsd:string .

<http://lexvo.org/id/char/25195> a lvont:Character ;
    lvont:represents "𥆕"^^xsd:string .

<http://lexvo.org/id/char/25196> a lvont:Character ;
    lvont:represents "𥆖"^^xsd:string .

<http://lexvo.org/id/char/25197> a lvont:Character ;
    lvont:represents "𥆗"^^xsd:string .

<http://lexvo.org/id/char/25198> a lvont:Character ;
    lvont:represents "𥆘"^^xsd:string .

<http://lexvo.org/id/char/25199> a lvont:Character ;
    lvont:represents "𥆙"^^xsd:string .

<http://lexvo.org/id/char/2519A> a lvont:Character ;
    lvont:represents "𥆚"^^xsd:string .

<http://lexvo.org/id/char/2519B> a lvont:Character ;
    lvont:represents "𥆛"^^xsd:string .

<http://lexvo.org/id/char/2519C> a lvont:Character ;
    lvont:represents "𥆜"^^xsd:string .

<http://lexvo.org/id/char/2519D> a lvont:Character ;
    lvont:represents "𥆝"^^xsd:string .

<http://lexvo.org/id/char/2519E> a lvont:Character ;
    lvont:represents "𥆞"^^xsd:string .

<http://lexvo.org/id/char/2519F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/%C4%91o%C3%A1i>,
        "𥆟"^^xsd:string .

<http://lexvo.org/id/char/251A> a lvont:Character ;
    lvont:represents "┚"^^xsd:string ;
    rdfs:comment "BOX DRAWINGS UP HEAVY AND LEFT LIGHT"@en .

<http://lexvo.org/id/char/251A0> a lvont:Character ;
    lvont:represents "𥆠"^^xsd:string .

<http://lexvo.org/id/char/251A1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/d%C3%B2m>,
        "𥆡"^^xsd:string .

<http://lexvo.org/id/char/251A2> a lvont:Character ;
    lvont:represents "𥆢"^^xsd:string .

<http://lexvo.org/id/char/251A3> a lvont:Character ;
    lvont:represents "𥆣"^^xsd:string .

<http://lexvo.org/id/char/251A4> a lvont:Character ;
    lvont:represents "𥆤"^^xsd:string .

<http://lexvo.org/id/char/251A5> a lvont:Character ;
    lvont:represents "𥆥"^^xsd:string .

<http://lexvo.org/id/char/251A6> a lvont:Character ;
    lvont:represents "𥆦"^^xsd:string .

<http://lexvo.org/id/char/251A7> a lvont:Character ;
    lvont:represents "𥆧"^^xsd:string .

<http://lexvo.org/id/char/251A8> a lvont:Character ;
    lvont:represents "𥆨"^^xsd:string .

<http://lexvo.org/id/char/251A9> a lvont:Character ;
    lvont:represents "𥆩"^^xsd:string .

<http://lexvo.org/id/char/251AA> a lvont:Character ;
    lvont:represents "𥆪"^^xsd:string .

<http://lexvo.org/id/char/251AB> a lvont:Character ;
    lvont:represents "𥆫"^^xsd:string .

<http://lexvo.org/id/char/251AC> a lvont:Character ;
    lvont:represents "𥆬"^^xsd:string .

<http://lexvo.org/id/char/251AD> a lvont:Character ;
    lvont:represents "𥆭"^^xsd:string .

<http://lexvo.org/id/char/251AE> a lvont:Character ;
    lvont:represents "𥆮"^^xsd:string .

<http://lexvo.org/id/char/251AF> a lvont:Character ;
    lvont:represents "𥆯"^^xsd:string .

<http://lexvo.org/id/char/251B> a lvont:Character ;
    lvont:represents "┛"^^xsd:string ;
    rdfs:comment "BOX DRAWINGS HEAVY UP AND LEFT"@en .

<http://lexvo.org/id/char/251B0> a lvont:Character ;
    lvont:represents "𥆰"^^xsd:string .

<http://lexvo.org/id/char/251B1> a lvont:Character ;
    lvont:represents "𥆱"^^xsd:string .

<http://lexvo.org/id/char/251B2> a lvont:Character ;
    lvont:represents "𥆲"^^xsd:string .

<http://lexvo.org/id/char/251B3> a lvont:Character ;
    lvont:represents "𥆳"^^xsd:string .

<http://lexvo.org/id/char/251B4> a lvont:Character ;
    lvont:represents "𥆴"^^xsd:string .

<http://lexvo.org/id/char/251B5> a lvont:Character ;
    lvont:represents "𥆵"^^xsd:string .

<http://lexvo.org/id/char/251B6> a lvont:Character ;
    lvont:represents "𥆶"^^xsd:string .

<http://lexvo.org/id/char/251B7> a lvont:Character ;
    lvont:represents "𥆷"^^xsd:string .

<http://lexvo.org/id/char/251B8> a lvont:Character ;
    lvont:represents "𥆸"^^xsd:string .

<http://lexvo.org/id/char/251B9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ng%E1%BB%9Bp>,
        "𥆹"^^xsd:string .

<http://lexvo.org/id/char/251BA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/d%E1%BA%A5u>,
        "𥆺"^^xsd:string .

<http://lexvo.org/id/char/251BB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/r%E1%BB%AD>,
        "𥆻"^^xsd:string .

<http://lexvo.org/id/char/251BC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/l%C3%A9>,
        "𥆼"^^xsd:string .

<http://lexvo.org/id/char/251BD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ng%E1%BB%8Fm>,
        "𥆽"^^xsd:string .

<http://lexvo.org/id/char/251BE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/nh%C3%ACn>,
        "𥆾"^^xsd:string .

<http://lexvo.org/id/char/251BF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/qu%C3%A0u>,
        "𥆿"^^xsd:string .

<http://lexvo.org/id/char/251C> a lvont:Character ;
    lvont:represents "├"^^xsd:string ;
    rdfs:comment "BOX DRAWINGS LIGHT VERTICAL AND RIGHT"@en .

<http://lexvo.org/id/char/251C0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/m%C3%A0ng>,
        "𥇀"^^xsd:string .

<http://lexvo.org/id/char/251C1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/tr%E1%BB%91>,
        "𥇁"^^xsd:string .

<http://lexvo.org/id/char/251C2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/b%C3%A9t>,
        "𥇂"^^xsd:string .

<http://lexvo.org/id/char/251C3> a lvont:Character ;
    lvont:represents "𥇃"^^xsd:string .

<http://lexvo.org/id/char/251C4> a lvont:Character ;
    lvont:represents "𥇄"^^xsd:string .

<http://lexvo.org/id/char/251C5> a lvont:Character ;
    lvont:represents "𥇅"^^xsd:string .

<http://lexvo.org/id/char/251C6> a lvont:Character ;
    lvont:represents "𥇆"^^xsd:string .

<http://lexvo.org/id/char/251C7> a lvont:Character ;
    lvont:represents "𥇇"^^xsd:string .

<http://lexvo.org/id/char/251C8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/nh%E1%BB%91n>,
        "𥇈"^^xsd:string .

<http://lexvo.org/id/char/251C9> a lvont:Character ;
    lvont:represents "𥇉"^^xsd:string .

<http://lexvo.org/id/char/251CA> a lvont:Character ;
    lvont:represents "𥇊"^^xsd:string .

<http://lexvo.org/id/char/251CB> a lvont:Character ;
    lvont:represents "𥇋"^^xsd:string .

<http://lexvo.org/id/char/251CC> a lvont:Character ;
    lvont:represents "𥇌"^^xsd:string .

<http://lexvo.org/id/char/251CD> a lvont:Character ;
    lvont:represents "𥇍"^^xsd:string .

<http://lexvo.org/id/char/251CE> a lvont:Character ;
    lvont:represents "𥇎"^^xsd:string .

<http://lexvo.org/id/char/251CF> a lvont:Character ;
    lvont:represents "𥇏"^^xsd:string .

<http://lexvo.org/id/char/251D> a lvont:Character ;
    lvont:represents "┝"^^xsd:string ;
    rdfs:comment "BOX DRAWINGS VERTICAL LIGHT AND RIGHT HEAVY"@en .

<http://lexvo.org/id/char/251D0> a lvont:Character ;
    lvont:represents "𥇐"^^xsd:string .

<http://lexvo.org/id/char/251D1> a lvont:Character ;
    lvont:represents "𥇑"^^xsd:string .

<http://lexvo.org/id/char/251D2> a lvont:Character ;
    lvont:represents "𥇒"^^xsd:string .

<http://lexvo.org/id/char/251D3> a lvont:Character ;
    lvont:represents "𥇓"^^xsd:string .

<http://lexvo.org/id/char/251D4> a lvont:Character ;
    lvont:represents "𥇔"^^xsd:string .

<http://lexvo.org/id/char/251D5> a lvont:Character ;
    lvont:represents "𥇕"^^xsd:string .

<http://lexvo.org/id/char/251D6> a lvont:Character ;
    lvont:represents "𥇖"^^xsd:string .

<http://lexvo.org/id/char/251D7> a lvont:Character ;
    lvont:represents "𥇗"^^xsd:string .

<http://lexvo.org/id/char/251D8> a lvont:Character ;
    lvont:represents "𥇘"^^xsd:string .

<http://lexvo.org/id/char/251D9> a lvont:Character ;
    lvont:represents "𥇙"^^xsd:string .

<http://lexvo.org/id/char/251DA> a lvont:Character ;
    lvont:represents "𥇚"^^xsd:string .

<http://lexvo.org/id/char/251DB> a lvont:Character ;
    lvont:represents "𥇛"^^xsd:string .

<http://lexvo.org/id/char/251DC> a lvont:Character ;
    lvont:represents "𥇜"^^xsd:string .

<http://lexvo.org/id/char/251DD> a lvont:Character ;
    lvont:represents "𥇝"^^xsd:string .

<http://lexvo.org/id/char/251DE> a lvont:Character ;
    lvont:represents "𥇞"^^xsd:string .

<http://lexvo.org/id/char/251DF> a lvont:Character ;
    lvont:represents "𥇟"^^xsd:string .

<http://lexvo.org/id/char/251E> a lvont:Character ;
    lvont:represents "┞"^^xsd:string ;
    rdfs:comment "BOX DRAWINGS UP HEAVY AND RIGHT DOWN LIGHT"@en .

<http://lexvo.org/id/char/251E0> a lvont:Character ;
    lvont:represents "𥇠"^^xsd:string .

<http://lexvo.org/id/char/251E1> a lvont:Character ;
    lvont:represents "𥇡"^^xsd:string .

<http://lexvo.org/id/char/251E2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C7%8En>,
        "𥇢"^^xsd:string .

<http://lexvo.org/id/char/251E3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/gwat6>,
        <http://lexvo.org/id/term/yue/%F0%A5%87%A3>,
        "𥇣"^^xsd:string ;
    rdfs:comment "(Cant.) to glance"@en .

<http://lexvo.org/id/char/251E4> a lvont:Character ;
    lvont:represents "𥇤"^^xsd:string .

<http://lexvo.org/id/char/251E5> a lvont:Character ;
    lvont:represents "𥇥"^^xsd:string .

<http://lexvo.org/id/char/251E6> a lvont:Character ;
    lvont:represents "𥇦"^^xsd:string .

<http://lexvo.org/id/char/251E7> a lvont:Character ;
    lvont:represents "𥇧"^^xsd:string .

<http://lexvo.org/id/char/251E8> a lvont:Character ;
    lvont:represents "𥇨"^^xsd:string .

<http://lexvo.org/id/char/251E9> a lvont:Character ;
    lvont:represents "𥇩"^^xsd:string .

<http://lexvo.org/id/char/251EA> a lvont:Character ;
    lvont:represents "𥇪"^^xsd:string .

<http://lexvo.org/id/char/251EB> a lvont:Character ;
    lvont:represents "𥇫"^^xsd:string .

<http://lexvo.org/id/char/251EC> a lvont:Character ;
    lvont:represents "𥇬"^^xsd:string .

<http://lexvo.org/id/char/251ED> a lvont:Character ;
    lvont:represents "𥇭"^^xsd:string .

<http://lexvo.org/id/char/251EE> a lvont:Character ;
    lvont:represents "𥇮"^^xsd:string .

<http://lexvo.org/id/char/251EF> a lvont:Character ;
    lvont:represents "𥇯"^^xsd:string .

<http://lexvo.org/id/char/251F> a lvont:Character ;
    lvont:represents "┟"^^xsd:string ;
    rdfs:comment "BOX DRAWINGS DOWN HEAVY AND RIGHT UP LIGHT"@en .

<http://lexvo.org/id/char/251F0> a lvont:Character ;
    lvont:represents "𥇰"^^xsd:string .

<http://lexvo.org/id/char/251F1> a lvont:Character ;
    lvont:represents "𥇱"^^xsd:string .

<http://lexvo.org/id/char/251F2> a lvont:Character ;
    lvont:represents "𥇲"^^xsd:string .

<http://lexvo.org/id/char/251F3> a lvont:Character ;
    lvont:represents "𥇳"^^xsd:string .

<http://lexvo.org/id/char/251F4> a lvont:Character ;
    lvont:represents "𥇴"^^xsd:string .

<http://lexvo.org/id/char/251F5> a lvont:Character ;
    lvont:represents "𥇵"^^xsd:string .

<http://lexvo.org/id/char/251F6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/him>,
        "𥇶"^^xsd:string .

<http://lexvo.org/id/char/251F7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/nh%C3%B2m>,
        "𥇷"^^xsd:string .

<http://lexvo.org/id/char/251F8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/nh%C3%A1c>,
        "𥇸"^^xsd:string .

<http://lexvo.org/id/char/251F9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ng%C3%A1i>,
        "𥇹"^^xsd:string .

<http://lexvo.org/id/char/251FA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/tr%E1%BB%A3n>,
        "𥇺"^^xsd:string .

<http://lexvo.org/id/char/251FB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/tr%E1%BB%91>,
        "𥇻"^^xsd:string .

<http://lexvo.org/id/char/251FC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/nh%C3%B5i>,
        "𥇼"^^xsd:string .

<http://lexvo.org/id/char/251FD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/nh%C3%B5>,
        "𥇽"^^xsd:string .

<http://lexvo.org/id/char/251FE> a lvont:Character ;
    lvont:represents "𥇾"^^xsd:string .

<http://lexvo.org/id/char/251FF> a lvont:Character ;
    lvont:represents "𥇿"^^xsd:string .

<http://lexvo.org/id/char/2520> a lvont:Character ;
    lvont:represents "┠"^^xsd:string ;
    rdfs:comment "BOX DRAWINGS VERTICAL HEAVY AND RIGHT LIGHT"@en .

<http://lexvo.org/id/char/25200> a lvont:Character ;
    lvont:represents "𥈀"^^xsd:string .

<http://lexvo.org/id/char/25201> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ngh%E1%BB%83nh>,
        "𥈁"^^xsd:string .

<http://lexvo.org/id/char/25202> a lvont:Character ;
    lvont:represents "𥈂"^^xsd:string .

<http://lexvo.org/id/char/25203> a lvont:Character ;
    lvont:represents "𥈃"^^xsd:string .

<http://lexvo.org/id/char/25204> a lvont:Character ;
    lvont:represents "𥈄"^^xsd:string .

<http://lexvo.org/id/char/25205> a lvont:Character ;
    lvont:represents "𥈅"^^xsd:string .

<http://lexvo.org/id/char/25206> a lvont:Character ;
    lvont:represents "𥈆"^^xsd:string .

<http://lexvo.org/id/char/25207> a lvont:Character ;
    lvont:represents "𥈇"^^xsd:string .

<http://lexvo.org/id/char/25208> a lvont:Character ;
    lvont:represents "𥈈"^^xsd:string .

<http://lexvo.org/id/char/25209> a lvont:Character ;
    lvont:represents "𥈉"^^xsd:string .

<http://lexvo.org/id/char/2520A> a lvont:Character ;
    lvont:represents "𥈊"^^xsd:string .

<http://lexvo.org/id/char/2520B> a lvont:Character ;
    lvont:represents "𥈋"^^xsd:string .

<http://lexvo.org/id/char/2520C> a lvont:Character ;
    lvont:represents "𥈌"^^xsd:string .

<http://lexvo.org/id/char/2520D> a lvont:Character ;
    lvont:represents "𥈍"^^xsd:string .

<http://lexvo.org/id/char/2520E> a lvont:Character ;
    lvont:represents "𥈎"^^xsd:string .

<http://lexvo.org/id/char/2520F> a lvont:Character ;
    lvont:represents "𥈏"^^xsd:string .

<http://lexvo.org/id/char/2521> a lvont:Character ;
    lvont:represents "┡"^^xsd:string ;
    rdfs:comment "BOX DRAWINGS DOWN LIGHT AND RIGHT UP HEAVY"@en .

<http://lexvo.org/id/char/25210> a lvont:Character ;
    lvont:represents "𥈐"^^xsd:string .

<http://lexvo.org/id/char/25211> a lvont:Character ;
    lvont:represents "𥈑"^^xsd:string .

<http://lexvo.org/id/char/25212> a lvont:Character ;
    lvont:represents "𥈒"^^xsd:string .

<http://lexvo.org/id/char/25213> a lvont:Character ;
    lvont:represents "𥈓"^^xsd:string .

<http://lexvo.org/id/char/25214> a lvont:Character ;
    lvont:represents "𥈔"^^xsd:string .

<http://lexvo.org/id/char/25215> a lvont:Character ;
    lvont:represents "𥈕"^^xsd:string .

<http://lexvo.org/id/char/25216> a lvont:Character ;
    lvont:represents "𥈖"^^xsd:string .

<http://lexvo.org/id/char/25217> a lvont:Character ;
    lvont:represents "𥈗"^^xsd:string .

<http://lexvo.org/id/char/25218> a lvont:Character ;
    lvont:represents "𥈘"^^xsd:string .

<http://lexvo.org/id/char/25219> a lvont:Character ;
    lvont:represents "𥈙"^^xsd:string .

<http://lexvo.org/id/char/2521A> a lvont:Character ;
    lvont:represents "𥈚"^^xsd:string .

<http://lexvo.org/id/char/2521B> a lvont:Character ;
    lvont:represents "𥈛"^^xsd:string .

<http://lexvo.org/id/char/2521C> a lvont:Character ;
    lvont:represents "𥈜"^^xsd:string .

<http://lexvo.org/id/char/2521D> a lvont:Character ;
    lvont:represents "𥈝"^^xsd:string .

<http://lexvo.org/id/char/2521E> a lvont:Character ;
    lvont:represents "𥈞"^^xsd:string .

<http://lexvo.org/id/char/2521F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%F0%A5%88%9F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C7%92u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sau2>,
        <http://lexvo.org/id/term/yue/%F0%A5%88%9F>,
        "𥈟"^^xsd:string ;
    rdfs:comment "blind; no pupil in the eye"@en .

<http://lexvo.org/id/char/2522> a lvont:Character ;
    lvont:represents "┢"^^xsd:string ;
    rdfs:comment "BOX DRAWINGS UP LIGHT AND RIGHT DOWN HEAVY"@en .

<http://lexvo.org/id/char/25220> a lvont:Character ;
    lvont:represents "𥈠"^^xsd:string .

<http://lexvo.org/id/char/25221> a lvont:Character ;
    lvont:represents "𥈡"^^xsd:string .

<http://lexvo.org/id/char/25222> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/m%C3%AD>,
        "𥈢"^^xsd:string .

<http://lexvo.org/id/char/25223> a lvont:Character ;
    lvont:represents "𥈣"^^xsd:string .

<http://lexvo.org/id/char/25224> a lvont:Character ;
    lvont:represents "𥈤"^^xsd:string .

<http://lexvo.org/id/char/25225> a lvont:Character ;
    lvont:represents "𥈥"^^xsd:string .

<http://lexvo.org/id/char/25226> a lvont:Character ;
    lvont:represents "𥈦"^^xsd:string .

<http://lexvo.org/id/char/25227> a lvont:Character ;
    lvont:represents "𥈧"^^xsd:string .

<http://lexvo.org/id/char/25228> a lvont:Character ;
    lvont:represents "𥈨"^^xsd:string .

<http://lexvo.org/id/char/25229> a lvont:Character ;
    lvont:represents "𥈩"^^xsd:string .

<http://lexvo.org/id/char/2522A> a lvont:Character ;
    lvont:represents "𥈪"^^xsd:string .

<http://lexvo.org/id/char/2522B> a lvont:Character ;
    lvont:represents "𥈫"^^xsd:string .

<http://lexvo.org/id/char/2522C> a lvont:Character ;
    lvont:represents "𥈬"^^xsd:string .

<http://lexvo.org/id/char/2522D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ng%C3%A1c>,
        "𥈭"^^xsd:string .

<http://lexvo.org/id/char/2522E> a lvont:Character ;
    lvont:represents "𥈮"^^xsd:string .

<http://lexvo.org/id/char/2522F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/l%C3%A1y>,
        "𥈯"^^xsd:string .

<http://lexvo.org/id/char/2523> a lvont:Character ;
    lvont:represents "┣"^^xsd:string ;
    rdfs:comment "BOX DRAWINGS HEAVY VERTICAL AND RIGHT"@en .

<http://lexvo.org/id/char/25230> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/h%C3%B3ng>,
        "𥈰"^^xsd:string .

<http://lexvo.org/id/char/25231> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/nh%C3%ACn>,
        "𥈱"^^xsd:string .

<http://lexvo.org/id/char/25232> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ng%E1%BA%A5p>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kip1>,
        <http://lexvo.org/id/term/yue/%F0%A5%88%B2>,
        "𥈲"^^xsd:string ;
    rdfs:comment "(Cant.) to keep a close eye on, to control"@en .

<http://lexvo.org/id/char/25233> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ch%E1%BB%99t>,
        "𥈳"^^xsd:string .

<http://lexvo.org/id/char/25234> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ng%C6%B0%E1%BB%9Bc>,
        "𥈴"^^xsd:string .

<http://lexvo.org/id/char/25235> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/nh%E1%BB%9Bn>,
        "𥈵"^^xsd:string .

<http://lexvo.org/id/char/25236> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/nom>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/nam6>,
        <http://lexvo.org/id/term/yue/%F0%A5%88%B6>,
        "𥈶"^^xsd:string ;
    rdfs:comment "(Cant.) sound asleep"@en .

<http://lexvo.org/id/char/25237> a lvont:Character ;
    lvont:represents "𥈷"^^xsd:string .

<http://lexvo.org/id/char/25238> a lvont:Character ;
    lvont:represents "𥈸"^^xsd:string .

<http://lexvo.org/id/char/25239> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/nh%C3%B2m>,
        "𥈹"^^xsd:string .

<http://lexvo.org/id/char/2523A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/d%C3%B2m>,
        "𥈺"^^xsd:string .

<http://lexvo.org/id/char/2523B> a lvont:Character ;
    lvont:represents "𥈻"^^xsd:string .

<http://lexvo.org/id/char/2523C> a lvont:Character ;
    lvont:represents "𥈼"^^xsd:string .

<http://lexvo.org/id/char/2523D> a lvont:Character ;
    lvont:represents "𥈽"^^xsd:string .

<http://lexvo.org/id/char/2523E> a lvont:Character ;
    lvont:represents "𥈾"^^xsd:string .

<http://lexvo.org/id/char/2523F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ng%C3%B3ng>,
        "𥈿"^^xsd:string .

<http://lexvo.org/id/char/2524> a lvont:Character ;
    lvont:represents "┤"^^xsd:string ;
    rdfs:comment "BOX DRAWINGS LIGHT VERTICAL AND LEFT"@en .

<http://lexvo.org/id/char/25240> a lvont:Character ;
    lvont:represents "𥉀"^^xsd:string .

<http://lexvo.org/id/char/25241> a lvont:Character ;
    lvont:represents "𥉁"^^xsd:string .

<http://lexvo.org/id/char/25242> a lvont:Character ;
    lvont:represents "𥉂"^^xsd:string .

<http://lexvo.org/id/char/25243> a lvont:Character ;
    lvont:represents "𥉃"^^xsd:string .

<http://lexvo.org/id/char/25244> a lvont:Character ;
    lvont:represents "𥉄"^^xsd:string .

<http://lexvo.org/id/char/25245> a lvont:Character ;
    lvont:represents "𥉅"^^xsd:string .

<http://lexvo.org/id/char/25246> a lvont:Character ;
    lvont:represents "𥉆"^^xsd:string .

<http://lexvo.org/id/char/25247> a lvont:Character ;
    lvont:represents "𥉇"^^xsd:string .

<http://lexvo.org/id/char/25248> a lvont:Character ;
    lvont:represents "𥉈"^^xsd:string .

<http://lexvo.org/id/char/25249> a lvont:Character ;
    lvont:represents "𥉉"^^xsd:string .

<http://lexvo.org/id/char/2524A> a lvont:Character ;
    lvont:represents "𥉊"^^xsd:string .

<http://lexvo.org/id/char/2524B> a lvont:Character ;
    lvont:represents "𥉋"^^xsd:string .

<http://lexvo.org/id/char/2524C> a lvont:Character ;
    lvont:represents "𥉌"^^xsd:string .

<http://lexvo.org/id/char/2524D> a lvont:Character ;
    lvont:represents "𥉍"^^xsd:string .

<http://lexvo.org/id/char/2524E> a lvont:Character ;
    lvont:represents "𥉎"^^xsd:string .

<http://lexvo.org/id/char/2524F> a lvont:Character ;
    lvont:represents "𥉏"^^xsd:string .

<http://lexvo.org/id/char/2525> a lvont:Character ;
    lvont:represents "┥"^^xsd:string ;
    rdfs:comment "BOX DRAWINGS VERTICAL LIGHT AND LEFT HEAVY"@en .

<http://lexvo.org/id/char/25250> a lvont:Character ;
    lvont:represents "𥉐"^^xsd:string .

<http://lexvo.org/id/char/25251> a lvont:Character ;
    lvont:represents "𥉑"^^xsd:string .

<http://lexvo.org/id/char/25252> a lvont:Character ;
    lvont:represents "𥉒"^^xsd:string .

<http://lexvo.org/id/char/25253> a lvont:Character ;
    lvont:represents "𥉓"^^xsd:string .

<http://lexvo.org/id/char/25254> a lvont:Character ;
    lvont:represents "𥉔"^^xsd:string .

<http://lexvo.org/id/char/25255> a lvont:Character ;
    lvont:represents "𥉕"^^xsd:string .

<http://lexvo.org/id/char/25256> a lvont:Character ;
    lvont:represents "𥉖"^^xsd:string .

<http://lexvo.org/id/char/25257> a lvont:Character ;
    lvont:represents "𥉗"^^xsd:string .

<http://lexvo.org/id/char/25258> a lvont:Character ;
    lvont:represents "𥉘"^^xsd:string .

<http://lexvo.org/id/char/25259> a lvont:Character ;
    lvont:represents "𥉙"^^xsd:string .

<http://lexvo.org/id/char/2525A> a lvont:Character ;
    lvont:represents "𥉚"^^xsd:string .

<http://lexvo.org/id/char/2525B> a lvont:Character ;
    lvont:represents "𥉛"^^xsd:string .

<http://lexvo.org/id/char/2525C> a lvont:Character ;
    lvont:represents "𥉜"^^xsd:string .

<http://lexvo.org/id/char/2525D> a lvont:Character ;
    lvont:represents "𥉝"^^xsd:string .

<http://lexvo.org/id/char/2525E> a lvont:Character ;
    lvont:represents "𥉞"^^xsd:string .

<http://lexvo.org/id/char/2525F> a lvont:Character ;
    lvont:represents "𥉟"^^xsd:string .

<http://lexvo.org/id/char/2526> a lvont:Character ;
    lvont:represents "┦"^^xsd:string ;
    rdfs:comment "BOX DRAWINGS UP HEAVY AND LEFT DOWN LIGHT"@en .

<http://lexvo.org/id/char/25260> a lvont:Character ;
    lvont:represents "𥉠"^^xsd:string .

<http://lexvo.org/id/char/25261> a lvont:Character ;
    lvont:represents "𥉡"^^xsd:string .

<http://lexvo.org/id/char/25262> a lvont:Character ;
    lvont:represents "𥉢"^^xsd:string .

<http://lexvo.org/id/char/25263> a lvont:Character ;
    lvont:represents "𥉣"^^xsd:string .

<http://lexvo.org/id/char/25264> a lvont:Character ;
    lvont:represents "𥉤"^^xsd:string .

<http://lexvo.org/id/char/25265> a lvont:Character ;
    lvont:represents "𥉥"^^xsd:string .

<http://lexvo.org/id/char/25266> a lvont:Character ;
    lvont:represents "𥉦"^^xsd:string .

<http://lexvo.org/id/char/25267> a lvont:Character ;
    lvont:represents "𥉧"^^xsd:string .

<http://lexvo.org/id/char/25268> a lvont:Character ;
    lvont:represents "𥉨"^^xsd:string .

<http://lexvo.org/id/char/25269> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/tr%C3%B4ng>,
        "𥉩"^^xsd:string .

<http://lexvo.org/id/char/2526A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/h%C3%A1y>,
        "𥉪"^^xsd:string .

<http://lexvo.org/id/char/2526B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/tr%C3%B4ng>,
        "𥉫"^^xsd:string .

<http://lexvo.org/id/char/2526C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/l%C3%A9t>,
        "𥉬"^^xsd:string .

<http://lexvo.org/id/char/2526D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/tr%C3%ADt>,
        "𥉭"^^xsd:string .

<http://lexvo.org/id/char/2526E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/s%E1%BB%8Dc>,
        "𥉮"^^xsd:string .

<http://lexvo.org/id/char/2526F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/kho%E1%BA%BB>,
        "𥉯"^^xsd:string .

<http://lexvo.org/id/char/2527> a lvont:Character ;
    lvont:represents "┧"^^xsd:string ;
    rdfs:comment "BOX DRAWINGS DOWN HEAVY AND LEFT UP LIGHT"@en .

<http://lexvo.org/id/char/25270> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/d%C3%B2m>,
        "𥉰"^^xsd:string .

<http://lexvo.org/id/char/25271> a lvont:Character ;
    lvont:represents "𥉱"^^xsd:string .

<http://lexvo.org/id/char/25272> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/tr%E1%BB%A3n>,
        "𥉲"^^xsd:string .

<http://lexvo.org/id/char/25273> a lvont:Character ;
    lvont:represents "𥉳"^^xsd:string .

<http://lexvo.org/id/char/25274> a lvont:Character ;
    lvont:represents "𥉴"^^xsd:string .

<http://lexvo.org/id/char/25275> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%F0%A5%89%B5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C7%8E>,
        "𥉵"^^xsd:string ;
    rdfs:comment "blurred eyes"@en .

<http://lexvo.org/id/char/25276> a lvont:Character ;
    lvont:represents "𥉶"^^xsd:string .

<http://lexvo.org/id/char/25277> a lvont:Character ;
    lvont:represents "𥉷"^^xsd:string .

<http://lexvo.org/id/char/25278> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/gh%C3%A8n>,
        "𥉸"^^xsd:string .

<http://lexvo.org/id/char/25279> a lvont:Character ;
    lvont:represents "𥉹"^^xsd:string .

<http://lexvo.org/id/char/2527A> a lvont:Character ;
    lvont:represents "𥉺"^^xsd:string .

<http://lexvo.org/id/char/2527B> a lvont:Character ;
    lvont:represents "𥉻"^^xsd:string .

<http://lexvo.org/id/char/2527C> a lvont:Character ;
    lvont:represents "𥉼"^^xsd:string .

<http://lexvo.org/id/char/2527D> a lvont:Character ;
    lvont:represents "𥉽"^^xsd:string .

<http://lexvo.org/id/char/2527E> a lvont:Character ;
    lvont:represents "𥉾"^^xsd:string .

<http://lexvo.org/id/char/2527F> a lvont:Character ;
    lvont:represents "𥉿"^^xsd:string .

<http://lexvo.org/id/char/2528> a lvont:Character ;
    lvont:represents "┨"^^xsd:string ;
    rdfs:comment "BOX DRAWINGS VERTICAL HEAVY AND LEFT LIGHT"@en .

<http://lexvo.org/id/char/25280> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/x%C4%83m>,
        "𥊀"^^xsd:string .

<http://lexvo.org/id/char/25281> a lvont:Character ;
    lvont:represents "𥊁"^^xsd:string .

<http://lexvo.org/id/char/25282> a lvont:Character ;
    lvont:represents "𥊂"^^xsd:string .

<http://lexvo.org/id/char/25283> a lvont:Character ;
    lvont:represents "𥊃"^^xsd:string .

<http://lexvo.org/id/char/25284> a lvont:Character ;
    lvont:represents "𥊄"^^xsd:string .

<http://lexvo.org/id/char/25285> a lvont:Character ;
    lvont:represents "𥊅"^^xsd:string .

<http://lexvo.org/id/char/25286> a lvont:Character ;
    lvont:represents "𥊆"^^xsd:string .

<http://lexvo.org/id/char/25287> a lvont:Character ;
    lvont:represents "𥊇"^^xsd:string .

<http://lexvo.org/id/char/25288> a lvont:Character ;
    lvont:represents "𥊈"^^xsd:string .

<http://lexvo.org/id/char/25289> a lvont:Character ;
    lvont:represents "𥊉"^^xsd:string .

<http://lexvo.org/id/char/2528A> a lvont:Character ;
    lvont:represents "𥊊"^^xsd:string .

<http://lexvo.org/id/char/2528B> a lvont:Character ;
    lvont:represents "𥊋"^^xsd:string .

<http://lexvo.org/id/char/2528C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/caau4>,
        <http://lexvo.org/id/term/yue/%F0%A5%8A%8C>,
        "𥊌"^^xsd:string ;
    rdfs:comment "(Cant.) wrinkled, folded, creased, crumpled"@en .

<http://lexvo.org/id/char/2528D> a lvont:Character ;
    lvont:represents "𥊍"^^xsd:string .

<http://lexvo.org/id/char/2528E> a lvont:Character ;
    lvont:represents "𥊎"^^xsd:string .

<http://lexvo.org/id/char/2528F> a lvont:Character ;
    lvont:represents "𥊏"^^xsd:string .

<http://lexvo.org/id/char/2529> a lvont:Character ;
    lvont:represents "┩"^^xsd:string ;
    rdfs:comment "BOX DRAWINGS DOWN LIGHT AND LEFT UP HEAVY"@en .

<http://lexvo.org/id/char/25290> a lvont:Character ;
    lvont:represents "𥊐"^^xsd:string .

<http://lexvo.org/id/char/25291> a lvont:Character ;
    lvont:represents "𥊑"^^xsd:string .

<http://lexvo.org/id/char/25292> a lvont:Character ;
    lvont:represents "𥊒"^^xsd:string .

<http://lexvo.org/id/char/25293> a lvont:Character ;
    lvont:represents "𥊓"^^xsd:string .

<http://lexvo.org/id/char/25294> a lvont:Character ;
    lvont:represents "𥊔"^^xsd:string .

<http://lexvo.org/id/char/25295> a lvont:Character ;
    lvont:represents "𥊕"^^xsd:string .

<http://lexvo.org/id/char/25296> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/%C4%91ui>,
        "𥊖"^^xsd:string .

<http://lexvo.org/id/char/25297> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/g%C6%B0%E1%BB%A3m>,
        "𥊗"^^xsd:string .

<http://lexvo.org/id/char/25298> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/gh%C3%A9>,
        "𥊘"^^xsd:string .

<http://lexvo.org/id/char/25299> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/m%C3%B2m>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zong1>,
        <http://lexvo.org/id/term/yue/%F0%A5%8A%99>,
        "𥊙"^^xsd:string ;
    rdfs:comment "(Cant.) to peep at, look at secretly"@en .

<http://lexvo.org/id/char/2529A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/m%E1%BB%9D>,
        "𥊚"^^xsd:string .

<http://lexvo.org/id/char/2529B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/tr%C3%B4ng>,
        "𥊛"^^xsd:string .

<http://lexvo.org/id/char/2529C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ngu%C3%BDt>,
        "𥊜"^^xsd:string .

<http://lexvo.org/id/char/2529D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ch%E1%BB%9Bp>,
        "𥊝"^^xsd:string .

<http://lexvo.org/id/char/2529E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/qu%E1%BA%AFc>,
        "𥊞"^^xsd:string .

<http://lexvo.org/id/char/2529F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/nh%C4%83n>,
        "𥊟"^^xsd:string .

<http://lexvo.org/id/char/252A> a lvont:Character ;
    lvont:represents "┪"^^xsd:string ;
    rdfs:comment "BOX DRAWINGS UP LIGHT AND LEFT DOWN HEAVY"@en .

<http://lexvo.org/id/char/252A0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/s%C3%B2ng>,
        "𥊠"^^xsd:string .

<http://lexvo.org/id/char/252A1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/nh%E1%BB%8Fn>,
        "𥊡"^^xsd:string .

<http://lexvo.org/id/char/252A2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/th%E1%BA%B3ng>,
        "𥊢"^^xsd:string .

<http://lexvo.org/id/char/252A3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/th%E1%BA%B3ng>,
        "𥊣"^^xsd:string .

<http://lexvo.org/id/char/252A4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ng%C6%B0%C6%A1i>,
        "𥊤"^^xsd:string .

<http://lexvo.org/id/char/252A5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/d%C3%B2m>,
        "𥊥"^^xsd:string .

<http://lexvo.org/id/char/252A6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/m%C3%B9>,
        "𥊦"^^xsd:string .

<http://lexvo.org/id/char/252A7> a lvont:Character ;
    lvont:represents "𥊧"^^xsd:string .

<http://lexvo.org/id/char/252A8> a lvont:Character ;
    lvont:represents "𥊨"^^xsd:string .

<http://lexvo.org/id/char/252A9> a lvont:Character ;
    lvont:represents "𥊩"^^xsd:string .

<http://lexvo.org/id/char/252AA> a lvont:Character ;
    lvont:represents "𥊪"^^xsd:string .

<http://lexvo.org/id/char/252AB> a lvont:Character ;
    lvont:represents "𥊫"^^xsd:string .

<http://lexvo.org/id/char/252AC> a lvont:Character ;
    lvont:represents "𥊬"^^xsd:string .

<http://lexvo.org/id/char/252AD> a lvont:Character ;
    lvont:represents "𥊭"^^xsd:string .

<http://lexvo.org/id/char/252AE> a lvont:Character ;
    lvont:represents "𥊮"^^xsd:string .

<http://lexvo.org/id/char/252AF> a lvont:Character ;
    lvont:represents "𥊯"^^xsd:string .

<http://lexvo.org/id/char/252B> a lvont:Character ;
    lvont:represents "┫"^^xsd:string ;
    rdfs:comment "BOX DRAWINGS HEAVY VERTICAL AND LEFT"@en .

<http://lexvo.org/id/char/252B0> a lvont:Character ;
    lvont:represents "𥊰"^^xsd:string .

<http://lexvo.org/id/char/252B1> a lvont:Character ;
    lvont:represents "𥊱"^^xsd:string .

<http://lexvo.org/id/char/252B2> a lvont:Character ;
    lvont:represents "𥊲"^^xsd:string .

<http://lexvo.org/id/char/252B3> a lvont:Character ;
    lvont:represents "𥊳"^^xsd:string .

<http://lexvo.org/id/char/252B4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/to%C3%A9t>,
        "𥊴"^^xsd:string .

<http://lexvo.org/id/char/252B5> a lvont:Character ;
    lvont:represents "𥊵"^^xsd:string .

<http://lexvo.org/id/char/252B6> a lvont:Character ;
    lvont:represents "𥊶"^^xsd:string .

<http://lexvo.org/id/char/252B7> a lvont:Character ;
    lvont:represents "𥊷"^^xsd:string .

<http://lexvo.org/id/char/252B8> a lvont:Character ;
    lvont:represents "𥊸"^^xsd:string .

<http://lexvo.org/id/char/252B9> a lvont:Character ;
    lvont:represents "𥊹"^^xsd:string .

<http://lexvo.org/id/char/252BA> a lvont:Character ;
    lvont:represents "𥊺"^^xsd:string .

<http://lexvo.org/id/char/252BB> a lvont:Character ;
    lvont:represents "𥊻"^^xsd:string .

<http://lexvo.org/id/char/252BC> a lvont:Character ;
    lvont:represents "𥊼"^^xsd:string .

<http://lexvo.org/id/char/252BD> a lvont:Character ;
    lvont:represents "𥊽"^^xsd:string .

<http://lexvo.org/id/char/252BE> a lvont:Character ;
    lvont:represents "𥊾"^^xsd:string .

<http://lexvo.org/id/char/252BF> a lvont:Character ;
    lvont:represents "𥊿"^^xsd:string .

<http://lexvo.org/id/char/252C> a lvont:Character ;
    lvont:represents "┬"^^xsd:string ;
    rdfs:comment "BOX DRAWINGS LIGHT DOWN AND HORIZONTAL"@en .

<http://lexvo.org/id/char/252C0> a lvont:Character ;
    lvont:represents "𥋀"^^xsd:string .

<http://lexvo.org/id/char/252C1> a lvont:Character ;
    lvont:represents "𥋁"^^xsd:string .

<http://lexvo.org/id/char/252C2> a lvont:Character ;
    lvont:represents "𥋂"^^xsd:string .

<http://lexvo.org/id/char/252C3> a lvont:Character ;
    lvont:represents "𥋃"^^xsd:string .

<http://lexvo.org/id/char/252C4> a lvont:Character ;
    lvont:represents "𥋄"^^xsd:string .

<http://lexvo.org/id/char/252C5> a lvont:Character ;
    lvont:represents "𥋅"^^xsd:string .

<http://lexvo.org/id/char/252C6> a lvont:Character ;
    lvont:represents "𥋆"^^xsd:string .

<http://lexvo.org/id/char/252C7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/caang3>,
        <http://lexvo.org/id/term/yue/%F0%A5%8B%87>,
        "𥋇"^^xsd:string ;
    rdfs:comment "(Cant.) to open the eyes wide"@en .

<http://lexvo.org/id/char/252C8> a lvont:Character ;
    lvont:represents "𥋈"^^xsd:string .

<http://lexvo.org/id/char/252C9> a lvont:Character ;
    lvont:represents "𥋉"^^xsd:string .

<http://lexvo.org/id/char/252CA> a lvont:Character ;
    lvont:represents "𥋊"^^xsd:string .

<http://lexvo.org/id/char/252CB> a lvont:Character ;
    lvont:represents "𥋋"^^xsd:string .

<http://lexvo.org/id/char/252CC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%F0%A5%8B%8C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C3%A1>,
        "𥋌"^^xsd:string ;
    rdfs:comment "to glance at, catch sight of"@en .

<http://lexvo.org/id/char/252CD> a lvont:Character ;
    lvont:represents "𥋍"^^xsd:string .

<http://lexvo.org/id/char/252CE> a lvont:Character ;
    lvont:represents "𥋎"^^xsd:string .

<http://lexvo.org/id/char/252CF> a lvont:Character ;
    lvont:represents "𥋏"^^xsd:string .

<http://lexvo.org/id/char/252D> a lvont:Character ;
    lvont:represents "┭"^^xsd:string ;
    rdfs:comment "BOX DRAWINGS LEFT HEAVY AND RIGHT DOWN LIGHT"@en .

<http://lexvo.org/id/char/252D0> a lvont:Character ;
    lvont:represents "𥋐"^^xsd:string .

<http://lexvo.org/id/char/252D1> a lvont:Character ;
    lvont:represents "𥋑"^^xsd:string .

<http://lexvo.org/id/char/252D2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/tr%C3%A9>,
        "𥋒"^^xsd:string .

<http://lexvo.org/id/char/252D3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ngo%E1%BA%A3nh>,
        "𥋓"^^xsd:string .

<http://lexvo.org/id/char/252D4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/tr%E1%BB%ABng>,
        "𥋔"^^xsd:string .

<http://lexvo.org/id/char/252D5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/tr%E1%BB%99m>,
        "𥋕"^^xsd:string .

<http://lexvo.org/id/char/252D6> a lvont:Character ;
    lvont:represents "𥋖"^^xsd:string .

<http://lexvo.org/id/char/252D7> a lvont:Character ;
    lvont:represents "𥋗"^^xsd:string .

<http://lexvo.org/id/char/252D8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/saau4>,
        <http://lexvo.org/id/term/yue/%F0%A5%8B%98>,
        "𥋘"^^xsd:string ;
    rdfs:comment "(Cant.) to swep the eyes over something"@en .

<http://lexvo.org/id/char/252D9> a lvont:Character ;
    lvont:represents "𥋙"^^xsd:string .

<http://lexvo.org/id/char/252DA> a lvont:Character ;
    lvont:represents "𥋚"^^xsd:string .

<http://lexvo.org/id/char/252DB> a lvont:Character ;
    lvont:represents "𥋛"^^xsd:string .

<http://lexvo.org/id/char/252DC> a lvont:Character ;
    lvont:represents "𥋜"^^xsd:string .

<http://lexvo.org/id/char/252DD> a lvont:Character ;
    lvont:represents "𥋝"^^xsd:string .

<http://lexvo.org/id/char/252DE> a lvont:Character ;
    lvont:represents "𥋞"^^xsd:string .

<http://lexvo.org/id/char/252DF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%F0%A5%8B%9F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C4%AB>,
        <http://lexvo.org/id/term/vie/ng%C6%B0%C6%A1i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hei1>,
        <http://lexvo.org/id/term/yue/%F0%A5%8B%9F>,
        "𥋟"^^xsd:string ;
    rdfs:comment "to wink"@en .

<http://lexvo.org/id/char/252E> a lvont:Character ;
    lvont:represents "┮"^^xsd:string ;
    rdfs:comment "BOX DRAWINGS RIGHT HEAVY AND LEFT DOWN LIGHT"@en .

<http://lexvo.org/id/char/252E0> a lvont:Character ;
    lvont:represents "𥋠"^^xsd:string .

<http://lexvo.org/id/char/252E1> a lvont:Character ;
    lvont:represents "𥋡"^^xsd:string .

<http://lexvo.org/id/char/252E2> a lvont:Character ;
    lvont:represents "𥋢"^^xsd:string .

<http://lexvo.org/id/char/252E3> a lvont:Character ;
    lvont:represents "𥋣"^^xsd:string .

<http://lexvo.org/id/char/252E4> a lvont:Character ;
    lvont:represents "𥋤"^^xsd:string .

<http://lexvo.org/id/char/252E5> a lvont:Character ;
    lvont:represents "𥋥"^^xsd:string .

<http://lexvo.org/id/char/252E6> a lvont:Character ;
    lvont:represents "𥋦"^^xsd:string .

<http://lexvo.org/id/char/252E7> a lvont:Character ;
    lvont:represents "𥋧"^^xsd:string .

<http://lexvo.org/id/char/252E8> a lvont:Character ;
    lvont:represents "𥋨"^^xsd:string .

<http://lexvo.org/id/char/252E9> a lvont:Character ;
    lvont:represents "𥋩"^^xsd:string .

<http://lexvo.org/id/char/252EA> a lvont:Character ;
    lvont:represents "𥋪"^^xsd:string .

<http://lexvo.org/id/char/252EB> a lvont:Character ;
    lvont:represents "𥋫"^^xsd:string .

<http://lexvo.org/id/char/252EC> a lvont:Character ;
    lvont:represents "𥋬"^^xsd:string .

<http://lexvo.org/id/char/252ED> a lvont:Character ;
    lvont:represents "𥋭"^^xsd:string .

<http://lexvo.org/id/char/252EE> a lvont:Character ;
    lvont:represents "𥋮"^^xsd:string .

<http://lexvo.org/id/char/252EF> a lvont:Character ;
    lvont:represents "𥋯"^^xsd:string .

<http://lexvo.org/id/char/252F> a lvont:Character ;
    lvont:represents "┯"^^xsd:string ;
    rdfs:comment "BOX DRAWINGS DOWN LIGHT AND HORIZONTAL HEAVY"@en .

<http://lexvo.org/id/char/252F0> a lvont:Character ;
    lvont:represents "𥋰"^^xsd:string .

<http://lexvo.org/id/char/252F1> a lvont:Character ;
    lvont:represents "𥋱"^^xsd:string .

<http://lexvo.org/id/char/252F2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/lem>,
        "𥋲"^^xsd:string .

<http://lexvo.org/id/char/252F3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/coi>,
        "𥋳"^^xsd:string .

<http://lexvo.org/id/char/252F4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ng%E1%BA%AFm>,
        "𥋴"^^xsd:string .

<http://lexvo.org/id/char/252F5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/him>,
        "𥋵"^^xsd:string .

<http://lexvo.org/id/char/252F6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/l%E1%BA%A5m>,
        "𥋶"^^xsd:string .

<http://lexvo.org/id/char/252F7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/li%E1%BA%BFc>,
        "𥋷"^^xsd:string .

<http://lexvo.org/id/char/252F8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/soi>,
        "𥋸"^^xsd:string .

<http://lexvo.org/id/char/252F9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ng%C3%A1y>,
        "𥋹"^^xsd:string .

<http://lexvo.org/id/char/252FA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/d%C3%B2m>,
        "𥋺"^^xsd:string .

<http://lexvo.org/id/char/252FB> a lvont:Character ;
    lvont:represents "𥋻"^^xsd:string .

<http://lexvo.org/id/char/252FC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/g%C6%B0%E1%BB%9Dm>,
        "𥋼"^^xsd:string .

<http://lexvo.org/id/char/252FD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/tr%C3%A1o>,
        "𥋽"^^xsd:string .

<http://lexvo.org/id/char/252FE> a lvont:Character ;
    lvont:represents "𥋾"^^xsd:string .

<http://lexvo.org/id/char/252FF> a lvont:Character ;
    lvont:represents "𥋿"^^xsd:string .

<http://lexvo.org/id/char/2530> a lvont:Character ;
    lvont:represents "┰"^^xsd:string ;
    rdfs:comment "BOX DRAWINGS DOWN HEAVY AND HORIZONTAL LIGHT"@en .

<http://lexvo.org/id/char/25300> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/x%C3%A9t>,
        "𥌀"^^xsd:string .

<http://lexvo.org/id/char/25301> a lvont:Character ;
    lvont:represents "𥌁"^^xsd:string .

<http://lexvo.org/id/char/25302> a lvont:Character ;
    lvont:represents "𥌂"^^xsd:string .

<http://lexvo.org/id/char/25303> a lvont:Character ;
    lvont:represents "𥌃"^^xsd:string .

<http://lexvo.org/id/char/25304> a lvont:Character ;
    lvont:represents "𥌄"^^xsd:string .

<http://lexvo.org/id/char/25305> a lvont:Character ;
    lvont:represents "𥌅"^^xsd:string .

<http://lexvo.org/id/char/25306> a lvont:Character ;
    lvont:represents "𥌆"^^xsd:string .

<http://lexvo.org/id/char/25307> a lvont:Character ;
    lvont:represents "𥌇"^^xsd:string .

<http://lexvo.org/id/char/25308> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/tr%E1%BB%99m>,
        "𥌈"^^xsd:string .

<http://lexvo.org/id/char/25309> a lvont:Character ;
    lvont:represents "𥌉"^^xsd:string .

<http://lexvo.org/id/char/2530A> a lvont:Character ;
    lvont:represents "𥌊"^^xsd:string .

<http://lexvo.org/id/char/2530B> a lvont:Character ;
    lvont:represents "𥌋"^^xsd:string .

<http://lexvo.org/id/char/2530C> a lvont:Character ;
    lvont:represents "𥌌"^^xsd:string .

<http://lexvo.org/id/char/2530D> a lvont:Character ;
    lvont:represents "𥌍"^^xsd:string .

<http://lexvo.org/id/char/2530E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/nh%C3%B3>,
        "𥌎"^^xsd:string .

<http://lexvo.org/id/char/2530F> a lvont:Character ;
    lvont:represents "𥌏"^^xsd:string .

<http://lexvo.org/id/char/2531> a lvont:Character ;
    lvont:represents "┱"^^xsd:string ;
    rdfs:comment "BOX DRAWINGS RIGHT LIGHT AND LEFT DOWN HEAVY"@en .

<http://lexvo.org/id/char/25310> a lvont:Character ;
    lvont:represents "𥌐"^^xsd:string .

<http://lexvo.org/id/char/25311> a lvont:Character ;
    lvont:represents "𥌑"^^xsd:string .

<http://lexvo.org/id/char/25312> a lvont:Character ;
    lvont:represents "𥌒"^^xsd:string .

<http://lexvo.org/id/char/25313> a lvont:Character ;
    lvont:represents "𥌓"^^xsd:string .

<http://lexvo.org/id/char/25314> a lvont:Character ;
    lvont:represents "𥌔"^^xsd:string .

<http://lexvo.org/id/char/25315> a lvont:Character ;
    lvont:represents "𥌕"^^xsd:string .

<http://lexvo.org/id/char/25316> a lvont:Character ;
    lvont:represents "𥌖"^^xsd:string .

<http://lexvo.org/id/char/25317> a lvont:Character ;
    lvont:represents "𥌗"^^xsd:string .

<http://lexvo.org/id/char/25318> a lvont:Character ;
    lvont:represents "𥌘"^^xsd:string .

<http://lexvo.org/id/char/25319> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/nh%C3%B3>,
        "𥌙"^^xsd:string .

<http://lexvo.org/id/char/2531A> a lvont:Character ;
    lvont:represents "𥌚"^^xsd:string .

<http://lexvo.org/id/char/2531B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/lai6>,
        <http://lexvo.org/id/term/yue/%F0%A5%8C%9B>,
        "𥌛"^^xsd:string ;
    rdfs:comment "(Cant.) to gaze greedily at"@en .

<http://lexvo.org/id/char/2531C> a lvont:Character ;
    lvont:represents "𥌜"^^xsd:string .

<http://lexvo.org/id/char/2531D> a lvont:Character ;
    lvont:represents "𥌝"^^xsd:string .

<http://lexvo.org/id/char/2531E> a lvont:Character ;
    lvont:represents "𥌞"^^xsd:string .

<http://lexvo.org/id/char/2531F> a lvont:Character ;
    lvont:represents "𥌟"^^xsd:string .

<http://lexvo.org/id/char/2532> a lvont:Character ;
    lvont:represents "┲"^^xsd:string ;
    rdfs:comment "BOX DRAWINGS LEFT LIGHT AND RIGHT DOWN HEAVY"@en .

<http://lexvo.org/id/char/25320> a lvont:Character ;
    lvont:represents "𥌠"^^xsd:string .

<http://lexvo.org/id/char/25321> a lvont:Character ;
    lvont:represents "𥌡"^^xsd:string .

<http://lexvo.org/id/char/25322> a lvont:Character ;
    lvont:represents "𥌢"^^xsd:string .

<http://lexvo.org/id/char/25323> a lvont:Character ;
    lvont:represents "𥌣"^^xsd:string .

<http://lexvo.org/id/char/25324> a lvont:Character ;
    lvont:represents "𥌤"^^xsd:string .

<http://lexvo.org/id/char/25325> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/kho%C3%A9>,
        "𥌥"^^xsd:string .

<http://lexvo.org/id/char/25326> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/l%C3%A9n>,
        "𥌦"^^xsd:string .

<http://lexvo.org/id/char/25327> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/l%C3%B3>,
        "𥌧"^^xsd:string .

<http://lexvo.org/id/char/25328> a lvont:Character ;
    lvont:represents "𥌨"^^xsd:string .

<http://lexvo.org/id/char/25329> a lvont:Character ;
    lvont:represents "𥌩"^^xsd:string .

<http://lexvo.org/id/char/2532A> a lvont:Character ;
    lvont:represents "𥌪"^^xsd:string .

<http://lexvo.org/id/char/2532B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/tr%E1%BB%A3n>,
        "𥌫"^^xsd:string .

<http://lexvo.org/id/char/2532C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/nh%C3%ACn>,
        "𥌬"^^xsd:string .

<http://lexvo.org/id/char/2532D> a lvont:Character ;
    lvont:represents "𥌭"^^xsd:string .

<http://lexvo.org/id/char/2532E> a lvont:Character ;
    lvont:represents "𥌮"^^xsd:string .

<http://lexvo.org/id/char/2532F> a lvont:Character ;
    lvont:represents "𥌯"^^xsd:string .

<http://lexvo.org/id/char/2533> a lvont:Character ;
    lvont:represents "┳"^^xsd:string ;
    rdfs:comment "BOX DRAWINGS HEAVY DOWN AND HORIZONTAL"@en .

<http://lexvo.org/id/char/25330> a lvont:Character ;
    lvont:represents "𥌰"^^xsd:string .

<http://lexvo.org/id/char/25331> a lvont:Character ;
    lvont:represents "𥌱"^^xsd:string .

<http://lexvo.org/id/char/25332> a lvont:Character ;
    lvont:represents "𥌲"^^xsd:string .

<http://lexvo.org/id/char/25333> a lvont:Character ;
    lvont:represents "𥌳"^^xsd:string .

<http://lexvo.org/id/char/25334> a lvont:Character ;
    lvont:represents "𥌴"^^xsd:string .

<http://lexvo.org/id/char/25335> a lvont:Character ;
    lvont:represents "𥌵"^^xsd:string .

<http://lexvo.org/id/char/25336> a lvont:Character ;
    lvont:represents "𥌶"^^xsd:string .

<http://lexvo.org/id/char/25337> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/hi%E1%BA%BFng>,
        "𥌷"^^xsd:string .

<http://lexvo.org/id/char/25338> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/dim>,
        "𥌸"^^xsd:string .

<http://lexvo.org/id/char/25339> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ng%E1%BA%AFm>,
        "𥌹"^^xsd:string .

<http://lexvo.org/id/char/2533A> a lvont:Character ;
    lvont:represents "𥌺"^^xsd:string .

<http://lexvo.org/id/char/2533B> a lvont:Character ;
    lvont:represents "𥌻"^^xsd:string .

<http://lexvo.org/id/char/2533C> a lvont:Character ;
    lvont:represents "𥌼"^^xsd:string .

<http://lexvo.org/id/char/2533D> a lvont:Character ;
    lvont:represents "𥌽"^^xsd:string .

<http://lexvo.org/id/char/2533E> a lvont:Character ;
    lvont:represents "𥌾"^^xsd:string .

<http://lexvo.org/id/char/2533F> a lvont:Character ;
    lvont:represents "𥌿"^^xsd:string .

<http://lexvo.org/id/char/2534> a lvont:Character ;
    lvont:represents "┴"^^xsd:string ;
    rdfs:comment "BOX DRAWINGS LIGHT UP AND HORIZONTAL"@en .

<http://lexvo.org/id/char/25340> a lvont:Character ;
    lvont:represents "𥍀"^^xsd:string .

<http://lexvo.org/id/char/25341> a lvont:Character ;
    lvont:represents "𥍁"^^xsd:string .

<http://lexvo.org/id/char/25342> a lvont:Character ;
    lvont:represents "𥍂"^^xsd:string .

<http://lexvo.org/id/char/25343> a lvont:Character ;
    lvont:represents "𥍃"^^xsd:string .

<http://lexvo.org/id/char/25344> a lvont:Character ;
    lvont:represents "𥍄"^^xsd:string .

<http://lexvo.org/id/char/25345> a lvont:Character ;
    lvont:represents "𥍅"^^xsd:string .

<http://lexvo.org/id/char/25346> a lvont:Character ;
    lvont:represents "𥍆"^^xsd:string .

<http://lexvo.org/id/char/25347> a lvont:Character ;
    lvont:represents "𥍇"^^xsd:string .

<http://lexvo.org/id/char/25348> a lvont:Character ;
    lvont:represents "𥍈"^^xsd:string .

<http://lexvo.org/id/char/25349> a lvont:Character ;
    lvont:represents "𥍉"^^xsd:string .

<http://lexvo.org/id/char/2534A> a lvont:Character ;
    lvont:represents "𥍊"^^xsd:string .

<http://lexvo.org/id/char/2534B> a lvont:Character ;
    lvont:represents "𥍋"^^xsd:string .

<http://lexvo.org/id/char/2534C> a lvont:Character ;
    lvont:represents "𥍌"^^xsd:string .

<http://lexvo.org/id/char/2534D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/lom>,
        "𥍍"^^xsd:string .

<http://lexvo.org/id/char/2534E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ng%C3%B3ng>,
        "𥍎"^^xsd:string .

<http://lexvo.org/id/char/2534F> a lvont:Character ;
    lvont:represents "𥍏"^^xsd:string .

<http://lexvo.org/id/char/2535> a lvont:Character ;
    lvont:represents "┵"^^xsd:string ;
    rdfs:comment "BOX DRAWINGS LEFT HEAVY AND RIGHT UP LIGHT"@en .

<http://lexvo.org/id/char/25350> a lvont:Character ;
    lvont:represents "𥍐"^^xsd:string .

<http://lexvo.org/id/char/25351> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/gh%E1%BA%B9o>,
        "𥍑"^^xsd:string .

<http://lexvo.org/id/char/25352> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ch%C4%83m>,
        "𥍒"^^xsd:string .

<http://lexvo.org/id/char/25353> a lvont:Character ;
    lvont:represents "𥍓"^^xsd:string .

<http://lexvo.org/id/char/25354> a lvont:Character ;
    lvont:represents "𥍔"^^xsd:string .

<http://lexvo.org/id/char/25355> a lvont:Character ;
    lvont:represents "𥍕"^^xsd:string .

<http://lexvo.org/id/char/25356> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/tr%C3%B5m>,
        "𥍖"^^xsd:string .

<http://lexvo.org/id/char/25357> a lvont:Character ;
    lvont:represents "𥍗"^^xsd:string .

<http://lexvo.org/id/char/25358> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/nheo>,
        "𥍘"^^xsd:string .

<http://lexvo.org/id/char/25359> a lvont:Character ;
    lvont:represents "𥍙"^^xsd:string .

<http://lexvo.org/id/char/2535A> a lvont:Character ;
    lvont:represents "𥍚"^^xsd:string .

<http://lexvo.org/id/char/2535B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ngom>,
        "𥍛"^^xsd:string .

<http://lexvo.org/id/char/2535C> a lvont:Character ;
    lvont:represents "𥍜"^^xsd:string .

<http://lexvo.org/id/char/2535D> a lvont:Character ;
    lvont:represents "𥍝"^^xsd:string .

<http://lexvo.org/id/char/2535E> a lvont:Character ;
    lvont:represents "𥍞"^^xsd:string .

<http://lexvo.org/id/char/2535F> a lvont:Character ;
    lvont:represents "𥍟"^^xsd:string .

<http://lexvo.org/id/char/2536> a lvont:Character ;
    lvont:represents "┶"^^xsd:string ;
    rdfs:comment "BOX DRAWINGS RIGHT HEAVY AND LEFT UP LIGHT"@en .

<http://lexvo.org/id/char/25360> a lvont:Character ;
    lvont:represents "𥍠"^^xsd:string .

<http://lexvo.org/id/char/25361> a lvont:Character ;
    lvont:represents "𥍡"^^xsd:string .

<http://lexvo.org/id/char/25362> a lvont:Character ;
    lvont:represents "𥍢"^^xsd:string .

<http://lexvo.org/id/char/25363> a lvont:Character ;
    lvont:represents "𥍣"^^xsd:string .

<http://lexvo.org/id/char/25364> a lvont:Character ;
    lvont:represents "𥍤"^^xsd:string .

<http://lexvo.org/id/char/25365> a lvont:Character ;
    lvont:represents "𥍥"^^xsd:string .

<http://lexvo.org/id/char/25366> a lvont:Character ;
    lvont:represents "𥍦"^^xsd:string .

<http://lexvo.org/id/char/25367> a lvont:Character ;
    lvont:represents "𥍧"^^xsd:string .

<http://lexvo.org/id/char/25368> a lvont:Character ;
    lvont:represents "𥍨"^^xsd:string .

<http://lexvo.org/id/char/25369> a lvont:Character ;
    lvont:represents "𥍩"^^xsd:string .

<http://lexvo.org/id/char/2536A> a lvont:Character ;
    lvont:represents "𥍪"^^xsd:string .

<http://lexvo.org/id/char/2536B> a lvont:Character ;
    lvont:represents "𥍫"^^xsd:string .

<http://lexvo.org/id/char/2536C> a lvont:Character ;
    lvont:represents "𥍬"^^xsd:string .

<http://lexvo.org/id/char/2536D> a lvont:Character ;
    lvont:represents "𥍭"^^xsd:string .

<http://lexvo.org/id/char/2536E> a lvont:Character ;
    lvont:represents "𥍮"^^xsd:string .

<http://lexvo.org/id/char/2536F> a lvont:Character ;
    lvont:represents "𥍯"^^xsd:string .

<http://lexvo.org/id/char/2537> a lvont:Character ;
    lvont:represents "┷"^^xsd:string ;
    rdfs:comment "BOX DRAWINGS UP LIGHT AND HORIZONTAL HEAVY"@en .

<http://lexvo.org/id/char/25370> a lvont:Character ;
    lvont:represents "𥍰"^^xsd:string .

<http://lexvo.org/id/char/25371> a lvont:Character ;
    lvont:represents "𥍱"^^xsd:string .

<http://lexvo.org/id/char/25372> a lvont:Character ;
    lvont:represents "𥍲"^^xsd:string .

<http://lexvo.org/id/char/25373> a lvont:Character ;
    lvont:represents "𥍳"^^xsd:string .

<http://lexvo.org/id/char/25374> a lvont:Character ;
    lvont:represents "𥍴"^^xsd:string .

<http://lexvo.org/id/char/25375> a lvont:Character ;
    lvont:represents "𥍵"^^xsd:string .

<http://lexvo.org/id/char/25376> a lvont:Character ;
    lvont:represents "𥍶"^^xsd:string .

<http://lexvo.org/id/char/25377> a lvont:Character ;
    lvont:represents "𥍷"^^xsd:string .

<http://lexvo.org/id/char/25378> a lvont:Character ;
    lvont:represents "𥍸"^^xsd:string .

<http://lexvo.org/id/char/25379> a lvont:Character ;
    lvont:represents "𥍹"^^xsd:string .

<http://lexvo.org/id/char/2537A> a lvont:Character ;
    lvont:represents "𥍺"^^xsd:string .

<http://lexvo.org/id/char/2537B> a lvont:Character ;
    lvont:represents "𥍻"^^xsd:string .

<http://lexvo.org/id/char/2537C> a lvont:Character ;
    lvont:represents "𥍼"^^xsd:string .

<http://lexvo.org/id/char/2537D> a lvont:Character ;
    lvont:represents "𥍽"^^xsd:string .

<http://lexvo.org/id/char/2537E> a lvont:Character ;
    lvont:represents "𥍾"^^xsd:string .

<http://lexvo.org/id/char/2537F> a lvont:Character ;
    lvont:represents "𥍿"^^xsd:string .

<http://lexvo.org/id/char/2538> a lvont:Character ;
    lvont:represents "┸"^^xsd:string ;
    rdfs:comment "BOX DRAWINGS UP HEAVY AND HORIZONTAL LIGHT"@en .

<http://lexvo.org/id/char/25380> a lvont:Character ;
    lvont:represents "𥎀"^^xsd:string .

<http://lexvo.org/id/char/25381> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/m%E1%BB%81m>,
        "𥎁"^^xsd:string .

<http://lexvo.org/id/char/25382> a lvont:Character ;
    lvont:represents "𥎂"^^xsd:string .

<http://lexvo.org/id/char/25383> a lvont:Character ;
    lvont:represents "𥎃"^^xsd:string .

<http://lexvo.org/id/char/25384> a lvont:Character ;
    lvont:represents "𥎄"^^xsd:string .

<http://lexvo.org/id/char/25385> a lvont:Character ;
    lvont:represents "𥎅"^^xsd:string .

<http://lexvo.org/id/char/25386> a lvont:Character ;
    lvont:represents "𥎆"^^xsd:string .

<http://lexvo.org/id/char/25387> a lvont:Character ;
    lvont:represents "𥎇"^^xsd:string .

<http://lexvo.org/id/char/25388> a lvont:Character ;
    lvont:represents "𥎈"^^xsd:string .

<http://lexvo.org/id/char/25389> a lvont:Character ;
    lvont:represents "𥎉"^^xsd:string .

<http://lexvo.org/id/char/2538A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C3%ADn>,
        "𥎊"^^xsd:string .

<http://lexvo.org/id/char/2538B> a lvont:Character ;
    lvont:represents "𥎋"^^xsd:string .

<http://lexvo.org/id/char/2538C> a lvont:Character ;
    lvont:represents "𥎌"^^xsd:string .

<http://lexvo.org/id/char/2538D> a lvont:Character ;
    lvont:represents "𥎍"^^xsd:string .

<http://lexvo.org/id/char/2538E> a lvont:Character ;
    lvont:represents "𥎎"^^xsd:string .

<http://lexvo.org/id/char/2538F> a lvont:Character ;
    lvont:represents "𥎏"^^xsd:string .

<http://lexvo.org/id/char/2539> a lvont:Character ;
    lvont:represents "┹"^^xsd:string ;
    rdfs:comment "BOX DRAWINGS RIGHT LIGHT AND LEFT UP HEAVY"@en .

<http://lexvo.org/id/char/25390> a lvont:Character ;
    lvont:represents "𥎐"^^xsd:string .

<http://lexvo.org/id/char/25391> a lvont:Character ;
    lvont:represents "𥎑"^^xsd:string .

<http://lexvo.org/id/char/25392> a lvont:Character ;
    lvont:represents "𥎒"^^xsd:string .

<http://lexvo.org/id/char/25393> a lvont:Character ;
    lvont:represents "𥎓"^^xsd:string .

<http://lexvo.org/id/char/25394> a lvont:Character ;
    lvont:represents "𥎔"^^xsd:string .

<http://lexvo.org/id/char/25395> a lvont:Character ;
    lvont:represents "𥎕"^^xsd:string .

<http://lexvo.org/id/char/25396> a lvont:Character ;
    lvont:represents "𥎖"^^xsd:string .

<http://lexvo.org/id/char/25397> a lvont:Character ;
    lvont:represents "𥎗"^^xsd:string .

<http://lexvo.org/id/char/25398> a lvont:Character ;
    lvont:represents "𥎘"^^xsd:string .

<http://lexvo.org/id/char/25399> a lvont:Character ;
    lvont:represents "𥎙"^^xsd:string .

<http://lexvo.org/id/char/2539A> a lvont:Character ;
    lvont:represents "𥎚"^^xsd:string .

<http://lexvo.org/id/char/2539B> a lvont:Character ;
    lvont:represents "𥎛"^^xsd:string .

<http://lexvo.org/id/char/2539C> a lvont:Character ;
    lvont:represents "𥎜"^^xsd:string .

<http://lexvo.org/id/char/2539D> a lvont:Character ;
    lvont:represents "𥎝"^^xsd:string .

<http://lexvo.org/id/char/2539E> a lvont:Character ;
    lvont:represents "𥎞"^^xsd:string .

<http://lexvo.org/id/char/2539F> a lvont:Character ;
    lvont:represents "𥎟"^^xsd:string .

<http://lexvo.org/id/char/253A> a lvont:Character ;
    lvont:represents "┺"^^xsd:string ;
    rdfs:comment "BOX DRAWINGS LEFT LIGHT AND RIGHT UP HEAVY"@en .

<http://lexvo.org/id/char/253A0> a lvont:Character ;
    lvont:represents "𥎠"^^xsd:string .

<http://lexvo.org/id/char/253A1> a lvont:Character ;
    lvont:represents "𥎡"^^xsd:string .

<http://lexvo.org/id/char/253A2> a lvont:Character ;
    lvont:represents "𥎢"^^xsd:string .

<http://lexvo.org/id/char/253A3> a lvont:Character ;
    lvont:represents "𥎣"^^xsd:string .

<http://lexvo.org/id/char/253A4> a lvont:Character ;
    lvont:represents "𥎤"^^xsd:string .

<http://lexvo.org/id/char/253A5> a lvont:Character ;
    lvont:represents "𥎥"^^xsd:string .

<http://lexvo.org/id/char/253A6> a lvont:Character ;
    lvont:represents "𥎦"^^xsd:string .

<http://lexvo.org/id/char/253A7> a lvont:Character ;
    lvont:represents "𥎧"^^xsd:string .

<http://lexvo.org/id/char/253A8> a lvont:Character ;
    lvont:represents "𥎨"^^xsd:string .

<http://lexvo.org/id/char/253A9> a lvont:Character ;
    lvont:represents "𥎩"^^xsd:string .

<http://lexvo.org/id/char/253AA> a lvont:Character ;
    lvont:represents "𥎪"^^xsd:string .

<http://lexvo.org/id/char/253AB> a lvont:Character ;
    lvont:represents "𥎫"^^xsd:string .

<http://lexvo.org/id/char/253AC> a lvont:Character ;
    lvont:represents "𥎬"^^xsd:string .

<http://lexvo.org/id/char/253AD> a lvont:Character ;
    lvont:represents "𥎭"^^xsd:string .

<http://lexvo.org/id/char/253AE> a lvont:Character ;
    lvont:represents "𥎮"^^xsd:string .

<http://lexvo.org/id/char/253AF> a lvont:Character ;
    lvont:represents "𥎯"^^xsd:string .

<http://lexvo.org/id/char/253B> a lvont:Character ;
    lvont:represents "┻"^^xsd:string ;
    rdfs:comment "BOX DRAWINGS HEAVY UP AND HORIZONTAL"@en .

<http://lexvo.org/id/char/253B0> a lvont:Character ;
    lvont:represents "𥎰"^^xsd:string .

<http://lexvo.org/id/char/253B1> a lvont:Character ;
    lvont:represents "𥎱"^^xsd:string .

<http://lexvo.org/id/char/253B2> a lvont:Character ;
    lvont:represents "𥎲"^^xsd:string .

<http://lexvo.org/id/char/253B3> a lvont:Character ;
    lvont:represents "𥎳"^^xsd:string .

<http://lexvo.org/id/char/253B4> a lvont:Character ;
    lvont:represents "𥎴"^^xsd:string .

<http://lexvo.org/id/char/253B5> a lvont:Character ;
    lvont:represents "𥎵"^^xsd:string .

<http://lexvo.org/id/char/253B6> a lvont:Character ;
    lvont:represents "𥎶"^^xsd:string .

<http://lexvo.org/id/char/253B7> a lvont:Character ;
    lvont:represents "𥎷"^^xsd:string .

<http://lexvo.org/id/char/253B8> a lvont:Character ;
    lvont:represents "𥎸"^^xsd:string .

<http://lexvo.org/id/char/253B9> a lvont:Character ;
    lvont:represents "𥎹"^^xsd:string .

<http://lexvo.org/id/char/253BA> a lvont:Character ;
    lvont:represents "𥎺"^^xsd:string .

<http://lexvo.org/id/char/253BB> a lvont:Character ;
    lvont:represents "𥎻"^^xsd:string .

<http://lexvo.org/id/char/253BC> a lvont:Character ;
    lvont:represents "𥎼"^^xsd:string .

<http://lexvo.org/id/char/253BD> a lvont:Character ;
    lvont:represents "𥎽"^^xsd:string .

<http://lexvo.org/id/char/253BE> a lvont:Character ;
    lvont:represents "𥎾"^^xsd:string .

<http://lexvo.org/id/char/253BF> a lvont:Character ;
    lvont:represents "𥎿"^^xsd:string .

<http://lexvo.org/id/char/253C> a lvont:Character ;
    lvont:represents "┼"^^xsd:string ;
    rdfs:comment "BOX DRAWINGS LIGHT VERTICAL AND HORIZONTAL"@en .

<http://lexvo.org/id/char/253C0> a lvont:Character ;
    lvont:represents "𥏀"^^xsd:string .

<http://lexvo.org/id/char/253C1> a lvont:Character ;
    lvont:represents "𥏁"^^xsd:string .

<http://lexvo.org/id/char/253C2> a lvont:Character ;
    lvont:represents "𥏂"^^xsd:string .

<http://lexvo.org/id/char/253C3> a lvont:Character ;
    lvont:represents "𥏃"^^xsd:string .

<http://lexvo.org/id/char/253C4> a lvont:Character ;
    lvont:represents "𥏄"^^xsd:string .

<http://lexvo.org/id/char/253C5> a lvont:Character ;
    lvont:represents "𥏅"^^xsd:string .

<http://lexvo.org/id/char/253C6> a lvont:Character ;
    lvont:represents "𥏆"^^xsd:string .

<http://lexvo.org/id/char/253C7> a lvont:Character ;
    lvont:represents "𥏇"^^xsd:string .

<http://lexvo.org/id/char/253C8> a lvont:Character ;
    lvont:represents "𥏈"^^xsd:string .

<http://lexvo.org/id/char/253C9> a lvont:Character ;
    lvont:represents "𥏉"^^xsd:string .

<http://lexvo.org/id/char/253CA> a lvont:Character ;
    lvont:represents "𥏊"^^xsd:string .

<http://lexvo.org/id/char/253CB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/t%C3%AAn>,
        "𥏋"^^xsd:string .

<http://lexvo.org/id/char/253CC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/t%C3%AAn>,
        "𥏌"^^xsd:string .

<http://lexvo.org/id/char/253CD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/t%C3%AAn>,
        "𥏍"^^xsd:string .

<http://lexvo.org/id/char/253CE> a lvont:Character ;
    lvont:represents "𥏎"^^xsd:string .

<http://lexvo.org/id/char/253CF> a lvont:Character ;
    lvont:represents "𥏏"^^xsd:string .

<http://lexvo.org/id/char/253D> a lvont:Character ;
    lvont:represents "┽"^^xsd:string ;
    rdfs:comment "BOX DRAWINGS LEFT HEAVY AND RIGHT VERTICAL LIGHT"@en .

<http://lexvo.org/id/char/253D0> a lvont:Character ;
    lvont:represents "𥏐"^^xsd:string .

<http://lexvo.org/id/char/253D1> a lvont:Character ;
    lvont:represents "𥏑"^^xsd:string .

<http://lexvo.org/id/char/253D2> a lvont:Character ;
    lvont:represents "𥏒"^^xsd:string .

<http://lexvo.org/id/char/253D3> a lvont:Character ;
    lvont:represents "𥏓"^^xsd:string .

<http://lexvo.org/id/char/253D4> a lvont:Character ;
    lvont:represents "𥏔"^^xsd:string .

<http://lexvo.org/id/char/253D5> a lvont:Character ;
    lvont:represents "𥏕"^^xsd:string .

<http://lexvo.org/id/char/253D6> a lvont:Character ;
    lvont:represents "𥏖"^^xsd:string .

<http://lexvo.org/id/char/253D7> a lvont:Character ;
    lvont:represents "𥏗"^^xsd:string .

<http://lexvo.org/id/char/253D8> a lvont:Character ;
    lvont:represents "𥏘"^^xsd:string .

<http://lexvo.org/id/char/253D9> a lvont:Character ;
    lvont:represents "𥏙"^^xsd:string .

<http://lexvo.org/id/char/253DA> a lvont:Character ;
    lvont:represents "𥏚"^^xsd:string .

<http://lexvo.org/id/char/253DB> a lvont:Character ;
    lvont:represents "𥏛"^^xsd:string .

<http://lexvo.org/id/char/253DC> a lvont:Character ;
    lvont:represents "𥏜"^^xsd:string .

<http://lexvo.org/id/char/253DD> a lvont:Character ;
    lvont:represents "𥏝"^^xsd:string .

<http://lexvo.org/id/char/253DE> a lvont:Character ;
    lvont:represents "𥏞"^^xsd:string .

<http://lexvo.org/id/char/253DF> a lvont:Character ;
    lvont:represents "𥏟"^^xsd:string .

<http://lexvo.org/id/char/253E> a lvont:Character ;
    lvont:represents "┾"^^xsd:string ;
    rdfs:comment "BOX DRAWINGS RIGHT HEAVY AND LEFT VERTICAL LIGHT"@en .

<http://lexvo.org/id/char/253E0> a lvont:Character ;
    lvont:represents "𥏠"^^xsd:string .

<http://lexvo.org/id/char/253E1> a lvont:Character ;
    lvont:represents "𥏡"^^xsd:string .

<http://lexvo.org/id/char/253E2> a lvont:Character ;
    lvont:represents "𥏢"^^xsd:string .

<http://lexvo.org/id/char/253E3> a lvont:Character ;
    lvont:represents "𥏣"^^xsd:string .

<http://lexvo.org/id/char/253E4> a lvont:Character ;
    lvont:represents "𥏤"^^xsd:string .

<http://lexvo.org/id/char/253E5> a lvont:Character ;
    lvont:represents "𥏥"^^xsd:string .

<http://lexvo.org/id/char/253E6> a lvont:Character ;
    lvont:represents "𥏦"^^xsd:string .

<http://lexvo.org/id/char/253E7> a lvont:Character ;
    lvont:represents "𥏧"^^xsd:string .

<http://lexvo.org/id/char/253E8> a lvont:Character ;
    lvont:represents "𥏨"^^xsd:string .

<http://lexvo.org/id/char/253E9> a lvont:Character ;
    lvont:represents "𥏩"^^xsd:string .

<http://lexvo.org/id/char/253EA> a lvont:Character ;
    lvont:represents "𥏪"^^xsd:string .

<http://lexvo.org/id/char/253EB> a lvont:Character ;
    lvont:represents "𥏫"^^xsd:string .

<http://lexvo.org/id/char/253EC> a lvont:Character ;
    lvont:represents "𥏬"^^xsd:string .

<http://lexvo.org/id/char/253ED> a lvont:Character ;
    lvont:represents "𥏭"^^xsd:string .

<http://lexvo.org/id/char/253EE> a lvont:Character ;
    lvont:represents "𥏮"^^xsd:string .

<http://lexvo.org/id/char/253EF> a lvont:Character ;
    lvont:represents "𥏯"^^xsd:string .

<http://lexvo.org/id/char/253F> a lvont:Character ;
    lvont:represents "┿"^^xsd:string ;
    rdfs:comment "BOX DRAWINGS VERTICAL LIGHT AND HORIZONTAL HEAVY"@en .

<http://lexvo.org/id/char/253F0> a lvont:Character ;
    lvont:represents "𥏰"^^xsd:string .

<http://lexvo.org/id/char/253F1> a lvont:Character ;
    lvont:represents "𥏱"^^xsd:string .

<http://lexvo.org/id/char/253F2> a lvont:Character ;
    lvont:represents "𥏲"^^xsd:string .

<http://lexvo.org/id/char/253F3> a lvont:Character ;
    lvont:represents "𥏳"^^xsd:string .

<http://lexvo.org/id/char/253F4> a lvont:Character ;
    lvont:represents "𥏴"^^xsd:string .

<http://lexvo.org/id/char/253F5> a lvont:Character ;
    lvont:represents "𥏵"^^xsd:string .

<http://lexvo.org/id/char/253F6> a lvont:Character ;
    lvont:represents "𥏶"^^xsd:string .

<http://lexvo.org/id/char/253F7> a lvont:Character ;
    lvont:represents "𥏷"^^xsd:string .

<http://lexvo.org/id/char/253F8> a lvont:Character ;
    lvont:represents "𥏸"^^xsd:string .

<http://lexvo.org/id/char/253F9> a lvont:Character ;
    lvont:represents "𥏹"^^xsd:string .

<http://lexvo.org/id/char/253FA> a lvont:Character ;
    lvont:represents "𥏺"^^xsd:string .

<http://lexvo.org/id/char/253FB> a lvont:Character ;
    lvont:represents "𥏻"^^xsd:string .

<http://lexvo.org/id/char/253FC> a lvont:Character ;
    lvont:represents "𥏼"^^xsd:string .

<http://lexvo.org/id/char/253FD> a lvont:Character ;
    lvont:represents "𥏽"^^xsd:string .

<http://lexvo.org/id/char/253FE> a lvont:Character ;
    lvont:represents "𥏾"^^xsd:string .

<http://lexvo.org/id/char/253FF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/v%E1%BA%AFn>,
        "𥏿"^^xsd:string .

<http://lexvo.org/id/char/2540> a lvont:Character ;
    lvont:represents "╀"^^xsd:string ;
    rdfs:comment "BOX DRAWINGS UP HEAVY AND DOWN HORIZONTAL LIGHT"@en .

<http://lexvo.org/id/char/25400> a lvont:Character ;
    lvont:represents "𥐀"^^xsd:string .

<http://lexvo.org/id/char/25401> a lvont:Character ;
    lvont:represents "𥐁"^^xsd:string .

<http://lexvo.org/id/char/25402> a lvont:Character ;
    lvont:represents "𥐂"^^xsd:string .

<http://lexvo.org/id/char/25403> a lvont:Character ;
    lvont:represents "𥐃"^^xsd:string .

<http://lexvo.org/id/char/25404> a lvont:Character ;
    lvont:represents "𥐄"^^xsd:string .

<http://lexvo.org/id/char/25405> a lvont:Character ;
    lvont:represents "𥐅"^^xsd:string .

<http://lexvo.org/id/char/25406> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/v%E1%BA%AFn>,
        "𥐆"^^xsd:string .

<http://lexvo.org/id/char/25407> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ng%E1%BA%AFn>,
        "𥐇"^^xsd:string .

<http://lexvo.org/id/char/25408> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/s%E1%BB%91>,
        "𥐈"^^xsd:string .

<http://lexvo.org/id/char/25409> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ng%E1%BA%AFn>,
        "𥐉"^^xsd:string .

<http://lexvo.org/id/char/2540A> a lvont:Character ;
    lvont:represents "𥐊"^^xsd:string .

<http://lexvo.org/id/char/2540B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ng%E1%BB%A7i>,
        "𥐋"^^xsd:string .

<http://lexvo.org/id/char/2540C> a lvont:Character ;
    lvont:represents "𥐌"^^xsd:string .

<http://lexvo.org/id/char/2540D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ng%E1%BA%AFn>,
        "𥐍"^^xsd:string .

<http://lexvo.org/id/char/2540E> a lvont:Character ;
    lvont:represents "𥐎"^^xsd:string .

<http://lexvo.org/id/char/2540F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/c%E1%BB%99c>,
        "𥐏"^^xsd:string .

<http://lexvo.org/id/char/2541> a lvont:Character ;
    lvont:represents "╁"^^xsd:string ;
    rdfs:comment "BOX DRAWINGS DOWN HEAVY AND UP HORIZONTAL LIGHT"@en .

<http://lexvo.org/id/char/25410> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ng%E1%BB%A7n>,
        "𥐐"^^xsd:string .

<http://lexvo.org/id/char/25411> a lvont:Character ;
    lvont:represents "𥐑"^^xsd:string .

<http://lexvo.org/id/char/25412> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/c%E1%BB%A5t>,
        "𥐒"^^xsd:string .

<http://lexvo.org/id/char/25413> a lvont:Character ;
    lvont:represents "𥐓"^^xsd:string .

<http://lexvo.org/id/char/25414> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/v%E1%BA%AFn>,
        "𥐔"^^xsd:string .

<http://lexvo.org/id/char/25415> a lvont:Character ;
    lvont:represents "𥐕"^^xsd:string .

<http://lexvo.org/id/char/25416> a lvont:Character ;
    lvont:represents "𥐖"^^xsd:string .

<http://lexvo.org/id/char/25417> a lvont:Character ;
    lvont:represents "𥐗"^^xsd:string .

<http://lexvo.org/id/char/25418> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%F0%A5%90%98>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%AD>,
        "𥐘"^^xsd:string ;
    rdfs:comment "a stone, rock"@en .

<http://lexvo.org/id/char/25419> a lvont:Character ;
    lvont:represents "𥐙"^^xsd:string .

<http://lexvo.org/id/char/2541A> a lvont:Character ;
    lvont:represents "𥐚"^^xsd:string .

<http://lexvo.org/id/char/2541B> a lvont:Character ;
    lvont:represents "𥐛"^^xsd:string .

<http://lexvo.org/id/char/2541C> a lvont:Character ;
    lvont:represents "𥐜"^^xsd:string .

<http://lexvo.org/id/char/2541D> a lvont:Character ;
    lvont:represents "𥐝"^^xsd:string .

<http://lexvo.org/id/char/2541E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/mong4>,
        <http://lexvo.org/id/term/yue/%F0%A5%90%9E>,
        "𥐞"^^xsd:string ;
    rdfs:comment "a crude saltpeter"@en .

<http://lexvo.org/id/char/2541F> a lvont:Character ;
    lvont:represents "𥐟"^^xsd:string .

<http://lexvo.org/id/char/2542> a lvont:Character ;
    lvont:represents "╂"^^xsd:string ;
    rdfs:comment "BOX DRAWINGS VERTICAL HEAVY AND HORIZONTAL LIGHT"@en .

<http://lexvo.org/id/char/25420> a lvont:Character ;
    lvont:represents "𥐠"^^xsd:string .

<http://lexvo.org/id/char/25421> a lvont:Character ;
    lvont:represents "𥐡"^^xsd:string .

<http://lexvo.org/id/char/25422> a lvont:Character ;
    lvont:represents "𥐢"^^xsd:string .

<http://lexvo.org/id/char/25423> a lvont:Character ;
    lvont:represents "𥐣"^^xsd:string .

<http://lexvo.org/id/char/25424> a lvont:Character ;
    lvont:represents "𥐤"^^xsd:string .

<http://lexvo.org/id/char/25425> a lvont:Character ;
    lvont:represents "𥐥"^^xsd:string .

<http://lexvo.org/id/char/25426> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/d%C4%A9a>,
        "𥐦"^^xsd:string .

<http://lexvo.org/id/char/25427> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/l%E1%BB%8Fi>,
        "𥐧"^^xsd:string .

<http://lexvo.org/id/char/25428> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/%C4%91%C4%A9a>,
        "𥐨"^^xsd:string .

<http://lexvo.org/id/char/25429> a lvont:Character ;
    lvont:represents "𥐩"^^xsd:string .

<http://lexvo.org/id/char/2542A> a lvont:Character ;
    lvont:represents "𥐪"^^xsd:string .

<http://lexvo.org/id/char/2542B> a lvont:Character ;
    lvont:represents "𥐫"^^xsd:string .

<http://lexvo.org/id/char/2542C> a lvont:Character ;
    lvont:represents "𥐬"^^xsd:string .

<http://lexvo.org/id/char/2542D> a lvont:Character ;
    lvont:represents "𥐭"^^xsd:string .

<http://lexvo.org/id/char/2542E> a lvont:Character ;
    lvont:represents "𥐮"^^xsd:string .

<http://lexvo.org/id/char/2542F> a lvont:Character ;
    lvont:represents "𥐯"^^xsd:string .

<http://lexvo.org/id/char/2543> a lvont:Character ;
    lvont:represents "╃"^^xsd:string ;
    rdfs:comment "BOX DRAWINGS LEFT UP HEAVY AND RIGHT DOWN LIGHT"@en .

<http://lexvo.org/id/char/25430> a lvont:Character ;
    lvont:represents "𥐰"^^xsd:string .

<http://lexvo.org/id/char/25431> a lvont:Character ;
    lvont:represents "𥐱"^^xsd:string .

<http://lexvo.org/id/char/25432> a lvont:Character ;
    lvont:represents "𥐲"^^xsd:string .

<http://lexvo.org/id/char/25433> a lvont:Character ;
    lvont:represents "𥐳"^^xsd:string .

<http://lexvo.org/id/char/25434> a lvont:Character ;
    lvont:represents "𥐴"^^xsd:string .

<http://lexvo.org/id/char/25435> a lvont:Character ;
    lvont:represents "𥐵"^^xsd:string .

<http://lexvo.org/id/char/25436> a lvont:Character ;
    lvont:represents "𥐶"^^xsd:string .

<http://lexvo.org/id/char/25437> a lvont:Character ;
    lvont:represents "𥐷"^^xsd:string .

<http://lexvo.org/id/char/25438> a lvont:Character ;
    lvont:represents "𥐸"^^xsd:string .

<http://lexvo.org/id/char/25439> a lvont:Character ;
    lvont:represents "𥐹"^^xsd:string .

<http://lexvo.org/id/char/2543A> a lvont:Character ;
    lvont:represents "𥐺"^^xsd:string .

<http://lexvo.org/id/char/2543B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C3%A1o>,
        "𥐻"^^xsd:string .

<http://lexvo.org/id/char/2543C> a lvont:Character ;
    lvont:represents "𥐼"^^xsd:string .

<http://lexvo.org/id/char/2543D> a lvont:Character ;
    lvont:represents "𥐽"^^xsd:string .

<http://lexvo.org/id/char/2543E> a lvont:Character ;
    lvont:represents "𥐾"^^xsd:string .

<http://lexvo.org/id/char/2543F> a lvont:Character ;
    lvont:represents "𥐿"^^xsd:string .

<http://lexvo.org/id/char/2544> a lvont:Character ;
    lvont:represents "╄"^^xsd:string ;
    rdfs:comment "BOX DRAWINGS RIGHT UP HEAVY AND LEFT DOWN LIGHT"@en .

<http://lexvo.org/id/char/25440> a lvont:Character ;
    lvont:represents "𥑀"^^xsd:string .

<http://lexvo.org/id/char/25441> a lvont:Character ;
    lvont:represents "𥑁"^^xsd:string .

<http://lexvo.org/id/char/25442> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/chai>,
        "𥑂"^^xsd:string .

<http://lexvo.org/id/char/25443> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/b%E1%BB%81n>,
        "𥑃"^^xsd:string .

<http://lexvo.org/id/char/25444> a lvont:Character ;
    lvont:represents "𥑄"^^xsd:string .

<http://lexvo.org/id/char/25445> a lvont:Character ;
    lvont:represents "𥑅"^^xsd:string .

<http://lexvo.org/id/char/25446> a lvont:Character ;
    lvont:represents "𥑆"^^xsd:string .

<http://lexvo.org/id/char/25447> a lvont:Character ;
    lvont:represents "𥑇"^^xsd:string .

<http://lexvo.org/id/char/25448> a lvont:Character ;
    lvont:represents "𥑈"^^xsd:string .

<http://lexvo.org/id/char/25449> a lvont:Character ;
    lvont:represents "𥑉"^^xsd:string .

<http://lexvo.org/id/char/2544A> a lvont:Character ;
    lvont:represents "𥑊"^^xsd:string .

<http://lexvo.org/id/char/2544B> a lvont:Character ;
    lvont:represents "𥑋"^^xsd:string .

<http://lexvo.org/id/char/2544C> a lvont:Character ;
    lvont:represents "𥑌"^^xsd:string .

<http://lexvo.org/id/char/2544D> a lvont:Character ;
    lvont:represents "𥑍"^^xsd:string .

<http://lexvo.org/id/char/2544E> a lvont:Character ;
    lvont:represents "𥑎"^^xsd:string .

<http://lexvo.org/id/char/2544F> a lvont:Character ;
    lvont:represents "𥑏"^^xsd:string .

<http://lexvo.org/id/char/2545> a lvont:Character ;
    lvont:represents "╅"^^xsd:string ;
    rdfs:comment "BOX DRAWINGS LEFT DOWN HEAVY AND RIGHT UP LIGHT"@en .

<http://lexvo.org/id/char/25450> a lvont:Character ;
    lvont:represents "𥑐"^^xsd:string .

<http://lexvo.org/id/char/25451> a lvont:Character ;
    lvont:represents "𥑑"^^xsd:string .

<http://lexvo.org/id/char/25452> a lvont:Character ;
    lvont:represents "𥑒"^^xsd:string .

<http://lexvo.org/id/char/25453> a lvont:Character ;
    lvont:represents "𥑓"^^xsd:string .

<http://lexvo.org/id/char/25454> a lvont:Character ;
    lvont:represents "𥑔"^^xsd:string .

<http://lexvo.org/id/char/25455> a lvont:Character ;
    lvont:represents "𥑕"^^xsd:string .

<http://lexvo.org/id/char/25456> a lvont:Character ;
    lvont:represents "𥑖"^^xsd:string .

<http://lexvo.org/id/char/25457> a lvont:Character ;
    lvont:represents "𥑗"^^xsd:string .

<http://lexvo.org/id/char/25458> a lvont:Character ;
    lvont:represents "𥑘"^^xsd:string .

<http://lexvo.org/id/char/25459> a lvont:Character ;
    lvont:represents "𥑙"^^xsd:string .

<http://lexvo.org/id/char/2545A> a lvont:Character ;
    lvont:represents "𥑚"^^xsd:string .

<http://lexvo.org/id/char/2545B> a lvont:Character ;
    lvont:represents "𥑛"^^xsd:string .

<http://lexvo.org/id/char/2545C> a lvont:Character ;
    lvont:represents "𥑜"^^xsd:string .

<http://lexvo.org/id/char/2545D> a lvont:Character ;
    lvont:represents "𥑝"^^xsd:string .

<http://lexvo.org/id/char/2545E> a lvont:Character ;
    lvont:represents "𥑞"^^xsd:string .

<http://lexvo.org/id/char/2545F> a lvont:Character ;
    lvont:represents "𥑟"^^xsd:string .

<http://lexvo.org/id/char/2546> a lvont:Character ;
    lvont:represents "╆"^^xsd:string ;
    rdfs:comment "BOX DRAWINGS RIGHT DOWN HEAVY AND LEFT UP LIGHT"@en .

<http://lexvo.org/id/char/25460> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/c%C6%B0%E1%BB%9Dm>,
        "𥑠"^^xsd:string .

<http://lexvo.org/id/char/25461> a lvont:Character ;
    lvont:represents "𥑡"^^xsd:string .

<http://lexvo.org/id/char/25462> a lvont:Character ;
    lvont:represents "𥑢"^^xsd:string ;
    rdfs:comment "boron (obsolete; see U+787C 硼)"@en .

<http://lexvo.org/id/char/25463> a lvont:Character ;
    lvont:represents "𥑣"^^xsd:string .

<http://lexvo.org/id/char/25464> a lvont:Character ;
    lvont:represents "𥑤"^^xsd:string .

<http://lexvo.org/id/char/25465> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/sinh>,
        "𥑥"^^xsd:string .

<http://lexvo.org/id/char/25466> a lvont:Character ;
    lvont:represents "𥑦"^^xsd:string .

<http://lexvo.org/id/char/25467> a lvont:Character ;
    lvont:represents "𥑧"^^xsd:string .

<http://lexvo.org/id/char/25468> a lvont:Character ;
    lvont:represents "𥑨"^^xsd:string .

<http://lexvo.org/id/char/25469> a lvont:Character ;
    lvont:represents "𥑩"^^xsd:string .

<http://lexvo.org/id/char/2546A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%F0%A5%91%AA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C3%A1o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/naau4>,
        <http://lexvo.org/id/term/yue/%F0%A5%91%AA>,
        "𥑪"^^xsd:string ;
    rdfs:comment "impure ammonium chloride"@en .

<http://lexvo.org/id/char/2546B> a lvont:Character ;
    lvont:represents "𥑫"^^xsd:string .

<http://lexvo.org/id/char/2546C> a lvont:Character ;
    lvont:represents "𥑬"^^xsd:string .

<http://lexvo.org/id/char/2546D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/x%C3%A1ch>,
        "𥑭"^^xsd:string .

<http://lexvo.org/id/char/2546E> a lvont:Character ;
    lvont:represents "𥑮"^^xsd:string .

<http://lexvo.org/id/char/2546F> a lvont:Character ;
    lvont:represents "𥑯"^^xsd:string .

<http://lexvo.org/id/char/2547> a lvont:Character ;
    lvont:represents "╇"^^xsd:string ;
    rdfs:comment "BOX DRAWINGS DOWN LIGHT AND UP HORIZONTAL HEAVY"@en .

<http://lexvo.org/id/char/25470> a lvont:Character ;
    lvont:represents "𥑰"^^xsd:string .

<http://lexvo.org/id/char/25471> a lvont:Character ;
    lvont:represents "𥑱"^^xsd:string .

<http://lexvo.org/id/char/25472> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/r%E1%BA%AFn>,
        "𥑲"^^xsd:string .

<http://lexvo.org/id/char/25473> a lvont:Character ;
    lvont:represents "𥑳"^^xsd:string .

<http://lexvo.org/id/char/25474> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/%C3%AC>,
        "𥑴"^^xsd:string .

<http://lexvo.org/id/char/25475> a lvont:Character ;
    lvont:represents "𥑵"^^xsd:string .

<http://lexvo.org/id/char/25476> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/l%E1%BB%8Di>,
        "𥑶"^^xsd:string .

<http://lexvo.org/id/char/25477> a lvont:Character ;
    lvont:represents "𥑷"^^xsd:string .

<http://lexvo.org/id/char/25478> a lvont:Character ;
    lvont:represents "𥑸"^^xsd:string .

<http://lexvo.org/id/char/25479> a lvont:Character ;
    lvont:represents "𥑹"^^xsd:string .

<http://lexvo.org/id/char/2547A> a lvont:Character ;
    lvont:represents "𥑺"^^xsd:string .

<http://lexvo.org/id/char/2547B> a lvont:Character ;
    lvont:represents "𥑻"^^xsd:string .

<http://lexvo.org/id/char/2547C> a lvont:Character ;
    lvont:represents "𥑼"^^xsd:string .

<http://lexvo.org/id/char/2547D> a lvont:Character ;
    lvont:represents "𥑽"^^xsd:string .

<http://lexvo.org/id/char/2547E> a lvont:Character ;
    lvont:represents "𥑾"^^xsd:string .

<http://lexvo.org/id/char/2547F> a lvont:Character ;
    lvont:represents "𥑿"^^xsd:string .

<http://lexvo.org/id/char/2548> a lvont:Character ;
    lvont:represents "╈"^^xsd:string ;
    rdfs:comment "BOX DRAWINGS UP LIGHT AND DOWN HORIZONTAL HEAVY"@en .

<http://lexvo.org/id/char/25480> a lvont:Character ;
    lvont:represents "𥒀"^^xsd:string .

<http://lexvo.org/id/char/25481> a lvont:Character ;
    lvont:represents "𥒁"^^xsd:string .

<http://lexvo.org/id/char/25482> a lvont:Character ;
    lvont:represents "𥒂"^^xsd:string .

<http://lexvo.org/id/char/25483> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/%C4%91%C4%A9a>,
        "𥒃"^^xsd:string .

<http://lexvo.org/id/char/25484> a lvont:Character ;
    lvont:represents "𥒄"^^xsd:string .

<http://lexvo.org/id/char/25485> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/g%E1%BA%A1i>,
        "𥒅"^^xsd:string .

<http://lexvo.org/id/char/25486> a lvont:Character ;
    lvont:represents "𥒆"^^xsd:string .

<http://lexvo.org/id/char/25487> a lvont:Character ;
    lvont:represents "𥒇"^^xsd:string .

<http://lexvo.org/id/char/25488> a lvont:Character ;
    lvont:represents "𥒈"^^xsd:string .

<http://lexvo.org/id/char/25489> a lvont:Character ;
    lvont:represents "𥒉"^^xsd:string .

<http://lexvo.org/id/char/2548A> a lvont:Character ;
    lvont:represents "𥒊"^^xsd:string .

<http://lexvo.org/id/char/2548B> a lvont:Character ;
    lvont:represents "𥒋"^^xsd:string .

<http://lexvo.org/id/char/2548C> a lvont:Character ;
    lvont:represents "𥒌"^^xsd:string .

<http://lexvo.org/id/char/2548D> a lvont:Character ;
    lvont:represents "𥒍"^^xsd:string .

<http://lexvo.org/id/char/2548E> a lvont:Character ;
    lvont:represents "𥒎"^^xsd:string .

<http://lexvo.org/id/char/2548F> a lvont:Character ;
    lvont:represents "𥒏"^^xsd:string .

<http://lexvo.org/id/char/2549> a lvont:Character ;
    lvont:represents "╉"^^xsd:string ;
    rdfs:comment "BOX DRAWINGS RIGHT LIGHT AND LEFT VERTICAL HEAVY"@en .

<http://lexvo.org/id/char/25490> a lvont:Character ;
    lvont:represents "𥒐"^^xsd:string .

<http://lexvo.org/id/char/25491> a lvont:Character ;
    lvont:represents "𥒑"^^xsd:string .

<http://lexvo.org/id/char/25492> a lvont:Character ;
    lvont:represents "𥒒"^^xsd:string .

<http://lexvo.org/id/char/25493> a lvont:Character ;
    lvont:represents "𥒓"^^xsd:string .

<http://lexvo.org/id/char/25494> a lvont:Character ;
    lvont:represents "𥒔"^^xsd:string .

<http://lexvo.org/id/char/25495> a lvont:Character ;
    lvont:represents "𥒕"^^xsd:string .

<http://lexvo.org/id/char/25496> a lvont:Character ;
    lvont:represents "𥒖"^^xsd:string .

<http://lexvo.org/id/char/25497> a lvont:Character ;
    lvont:represents "𥒗"^^xsd:string .

<http://lexvo.org/id/char/25498> a lvont:Character ;
    lvont:represents "𥒘"^^xsd:string .

<http://lexvo.org/id/char/25499> a lvont:Character ;
    lvont:represents "𥒙"^^xsd:string .

<http://lexvo.org/id/char/2549A> a lvont:Character ;
    lvont:represents "𥒚"^^xsd:string .

<http://lexvo.org/id/char/2549B> a lvont:Character ;
    lvont:represents "𥒛"^^xsd:string .

<http://lexvo.org/id/char/2549C> a lvont:Character ;
    lvont:represents "𥒜"^^xsd:string .

<http://lexvo.org/id/char/2549D> a lvont:Character ;
    lvont:represents "𥒝"^^xsd:string .

<http://lexvo.org/id/char/2549E> a lvont:Character ;
    lvont:represents "𥒞"^^xsd:string .

<http://lexvo.org/id/char/2549F> a lvont:Character ;
    lvont:represents "𥒟"^^xsd:string .

<http://lexvo.org/id/char/254A> a lvont:Character ;
    lvont:represents "╊"^^xsd:string ;
    rdfs:comment "BOX DRAWINGS LEFT LIGHT AND RIGHT VERTICAL HEAVY"@en .

<http://lexvo.org/id/char/254A0> a lvont:Character ;
    lvont:represents "𥒠"^^xsd:string .

<http://lexvo.org/id/char/254A1> a lvont:Character ;
    lvont:represents "𥒡"^^xsd:string .

<http://lexvo.org/id/char/254A2> a lvont:Character ;
    lvont:represents "𥒢"^^xsd:string .

<http://lexvo.org/id/char/254A3> a lvont:Character ;
    lvont:represents "𥒣"^^xsd:string .

<http://lexvo.org/id/char/254A4> a lvont:Character ;
    lvont:represents "𥒤"^^xsd:string .

<http://lexvo.org/id/char/254A5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/%C4%91%C3%A1>,
        "𥒥"^^xsd:string .

<http://lexvo.org/id/char/254A6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/%C4%91%C4%A9a>,
        "𥒦"^^xsd:string .

<http://lexvo.org/id/char/254A7> a lvont:Character ;
    lvont:represents "𥒧"^^xsd:string .

<http://lexvo.org/id/char/254A8> a lvont:Character ;
    lvont:represents "𥒨"^^xsd:string .

<http://lexvo.org/id/char/254A9> a lvont:Character ;
    lvont:represents "𥒩"^^xsd:string .

<http://lexvo.org/id/char/254AA> a lvont:Character ;
    lvont:represents "𥒪"^^xsd:string .

<http://lexvo.org/id/char/254AB> a lvont:Character ;
    lvont:represents "𥒫"^^xsd:string .

<http://lexvo.org/id/char/254AC> a lvont:Character ;
    lvont:represents "𥒬"^^xsd:string .

<http://lexvo.org/id/char/254AD> a lvont:Character ;
    lvont:represents "𥒭"^^xsd:string .

<http://lexvo.org/id/char/254AE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/v%E1%BB%A1>,
        "𥒮"^^xsd:string .

<http://lexvo.org/id/char/254AF> a lvont:Character ;
    lvont:represents "𥒯"^^xsd:string .

<http://lexvo.org/id/char/254B> a lvont:Character ;
    lvont:represents "╋"^^xsd:string ;
    rdfs:comment "BOX DRAWINGS HEAVY VERTICAL AND HORIZONTAL"@en .

<http://lexvo.org/id/char/254B0> a lvont:Character ;
    lvont:represents "𥒰"^^xsd:string .

<http://lexvo.org/id/char/254B1> a lvont:Character ;
    lvont:represents "𥒱"^^xsd:string .

<http://lexvo.org/id/char/254B2> a lvont:Character ;
    lvont:represents "𥒲"^^xsd:string .

<http://lexvo.org/id/char/254B3> a lvont:Character ;
    lvont:represents "𥒳"^^xsd:string .

<http://lexvo.org/id/char/254B4> a lvont:Character ;
    lvont:represents "𥒴"^^xsd:string .

<http://lexvo.org/id/char/254B5> a lvont:Character ;
    lvont:represents "𥒵"^^xsd:string .

<http://lexvo.org/id/char/254B6> a lvont:Character ;
    lvont:represents "𥒶"^^xsd:string .

<http://lexvo.org/id/char/254B7> a lvont:Character ;
    lvont:represents "𥒷"^^xsd:string .

<http://lexvo.org/id/char/254B8> a lvont:Character ;
    lvont:represents "𥒸"^^xsd:string .

<http://lexvo.org/id/char/254B9> a lvont:Character ;
    lvont:represents "𥒹"^^xsd:string .

<http://lexvo.org/id/char/254BA> a lvont:Character ;
    lvont:represents "𥒺"^^xsd:string .

<http://lexvo.org/id/char/254BB> a lvont:Character ;
    lvont:represents "𥒻"^^xsd:string .

<http://lexvo.org/id/char/254BC> a lvont:Character ;
    lvont:represents "𥒼"^^xsd:string .

<http://lexvo.org/id/char/254BD> a lvont:Character ;
    lvont:represents "𥒽"^^xsd:string .

<http://lexvo.org/id/char/254BE> a lvont:Character ;
    lvont:represents "𥒾"^^xsd:string .

<http://lexvo.org/id/char/254BF> a lvont:Character ;
    lvont:represents "𥒿"^^xsd:string .

<http://lexvo.org/id/char/254C> a lvont:Character ;
    lvont:represents "╌"^^xsd:string ;
    rdfs:comment "BOX DRAWINGS LIGHT DOUBLE DASH HORIZONTAL"@en .

<http://lexvo.org/id/char/254C0> a lvont:Character ;
    lvont:represents "𥓀"^^xsd:string .

<http://lexvo.org/id/char/254C1> a lvont:Character ;
    lvont:represents "𥓁"^^xsd:string .

<http://lexvo.org/id/char/254C2> a lvont:Character ;
    lvont:represents "𥓂"^^xsd:string .

<http://lexvo.org/id/char/254C3> a lvont:Character ;
    lvont:represents "𥓃"^^xsd:string .

<http://lexvo.org/id/char/254C4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/m%C3%A0i>,
        "𥓄"^^xsd:string .

<http://lexvo.org/id/char/254C5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/v%E1%BB%A1>,
        "𥓅"^^xsd:string .

<http://lexvo.org/id/char/254C6> a lvont:Character ;
    lvont:represents "𥓆"^^xsd:string .

<http://lexvo.org/id/char/254C7> a lvont:Character ;
    lvont:represents "𥓇"^^xsd:string .

<http://lexvo.org/id/char/254C8> a lvont:Character ;
    lvont:represents "𥓈"^^xsd:string .

<http://lexvo.org/id/char/254C9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/s%C3%A0nh>,
        "𥓉"^^xsd:string .

<http://lexvo.org/id/char/254CA> a lvont:Character ;
    lvont:represents "𥓊"^^xsd:string .

<http://lexvo.org/id/char/254CB> a lvont:Character ;
    lvont:represents "𥓋"^^xsd:string .

<http://lexvo.org/id/char/254CC> a lvont:Character ;
    lvont:represents "𥓌"^^xsd:string .

<http://lexvo.org/id/char/254CD> a lvont:Character ;
    lvont:represents "𥓍"^^xsd:string .

<http://lexvo.org/id/char/254CE> a lvont:Character ;
    lvont:represents "𥓎"^^xsd:string .

<http://lexvo.org/id/char/254CF> a lvont:Character ;
    lvont:represents "𥓏"^^xsd:string .

<http://lexvo.org/id/char/254D> a lvont:Character ;
    lvont:represents "╍"^^xsd:string ;
    rdfs:comment "BOX DRAWINGS HEAVY DOUBLE DASH HORIZONTAL"@en .

<http://lexvo.org/id/char/254D0> a lvont:Character ;
    lvont:represents "𥓐"^^xsd:string .

<http://lexvo.org/id/char/254D1> a lvont:Character ;
    lvont:represents "𥓑"^^xsd:string .

<http://lexvo.org/id/char/254D2> a lvont:Character ;
    lvont:represents "𥓒"^^xsd:string .

<http://lexvo.org/id/char/254D3> a lvont:Character ;
    lvont:represents "𥓓"^^xsd:string .

<http://lexvo.org/id/char/254D4> a lvont:Character ;
    lvont:represents "𥓔"^^xsd:string .

<http://lexvo.org/id/char/254D5> a lvont:Character ;
    lvont:represents "𥓕"^^xsd:string .

<http://lexvo.org/id/char/254D6> a lvont:Character ;
    lvont:represents "𥓖"^^xsd:string .

<http://lexvo.org/id/char/254D7> a lvont:Character ;
    lvont:represents "𥓗"^^xsd:string .

<http://lexvo.org/id/char/254D8> a lvont:Character ;
    lvont:represents "𥓘"^^xsd:string .

<http://lexvo.org/id/char/254D9> a lvont:Character ;
    lvont:represents "𥓙"^^xsd:string .

<http://lexvo.org/id/char/254DA> a lvont:Character ;
    lvont:represents "𥓚"^^xsd:string .

<http://lexvo.org/id/char/254DB> a lvont:Character ;
    lvont:represents "𥓛"^^xsd:string .

<http://lexvo.org/id/char/254DC> a lvont:Character ;
    lvont:represents "𥓜"^^xsd:string .

<http://lexvo.org/id/char/254DD> a lvont:Character ;
    lvont:represents "𥓝"^^xsd:string .

<http://lexvo.org/id/char/254DE> a lvont:Character ;
    lvont:represents "𥓞"^^xsd:string .

<http://lexvo.org/id/char/254DF> a lvont:Character ;
    lvont:represents "𥓟"^^xsd:string .

<http://lexvo.org/id/char/254E> a lvont:Character ;
    lvont:represents "╎"^^xsd:string ;
    rdfs:comment "BOX DRAWINGS LIGHT DOUBLE DASH VERTICAL"@en .

<http://lexvo.org/id/char/254E0> a lvont:Character ;
    lvont:represents "𥓠"^^xsd:string .

<http://lexvo.org/id/char/254E1> a lvont:Character ;
    lvont:represents "𥓡"^^xsd:string .

<http://lexvo.org/id/char/254E2> a lvont:Character ;
    lvont:represents "𥓢"^^xsd:string .

<http://lexvo.org/id/char/254E3> a lvont:Character ;
    lvont:represents "𥓣"^^xsd:string .

<http://lexvo.org/id/char/254E4> a lvont:Character ;
    lvont:represents "𥓤"^^xsd:string .

<http://lexvo.org/id/char/254E5> a lvont:Character ;
    lvont:represents "𥓥"^^xsd:string .

<http://lexvo.org/id/char/254E6> a lvont:Character ;
    lvont:represents "𥓦"^^xsd:string .

<http://lexvo.org/id/char/254E7> a lvont:Character ;
    lvont:represents "𥓧"^^xsd:string .

<http://lexvo.org/id/char/254E8> a lvont:Character ;
    lvont:represents "𥓨"^^xsd:string .

<http://lexvo.org/id/char/254E9> a lvont:Character ;
    lvont:represents "𥓩"^^xsd:string .

<http://lexvo.org/id/char/254EA> a lvont:Character ;
    lvont:represents "𥓪"^^xsd:string .

<http://lexvo.org/id/char/254EB> a lvont:Character ;
    lvont:represents "𥓫"^^xsd:string .

<http://lexvo.org/id/char/254EC> a lvont:Character ;
    lvont:represents "𥓬"^^xsd:string .

<http://lexvo.org/id/char/254ED> a lvont:Character ;
    lvont:represents "𥓭"^^xsd:string .

<http://lexvo.org/id/char/254EE> a lvont:Character ;
    lvont:represents "𥓮"^^xsd:string .

<http://lexvo.org/id/char/254EF> a lvont:Character ;
    lvont:represents "𥓯"^^xsd:string .

<http://lexvo.org/id/char/254F> a lvont:Character ;
    lvont:represents "╏"^^xsd:string ;
    rdfs:comment "BOX DRAWINGS HEAVY DOUBLE DASH VERTICAL"@en .

<http://lexvo.org/id/char/254F0> a lvont:Character ;
    lvont:represents "𥓰"^^xsd:string .

<http://lexvo.org/id/char/254F1> a lvont:Character ;
    lvont:represents "𥓱"^^xsd:string .

<http://lexvo.org/id/char/254F2> a lvont:Character ;
    lvont:represents "𥓲"^^xsd:string .

<http://lexvo.org/id/char/254F3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/b%E1%BB%83>,
        "𥓳"^^xsd:string .

<http://lexvo.org/id/char/254F4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/m%C3%A0i>,
        "𥓴"^^xsd:string .

<http://lexvo.org/id/char/254F5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/%C4%91%C4%A9a>,
        "𥓵"^^xsd:string .

<http://lexvo.org/id/char/254F6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/v%E1%BB%A1>,
        "𥓶"^^xsd:string .

<http://lexvo.org/id/char/254F7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/canh>,
        "𥓷"^^xsd:string .

<http://lexvo.org/id/char/254F8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/s%E1%BB%9Dm>,
        "𥓸"^^xsd:string .

<http://lexvo.org/id/char/254F9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/l%E1%BB%97i>,
        "𥓹"^^xsd:string .

<http://lexvo.org/id/char/254FA> a lvont:Character ;
    lvont:represents "𥓺"^^xsd:string .

<http://lexvo.org/id/char/254FB> a lvont:Character ;
    lvont:represents "𥓻"^^xsd:string .

<http://lexvo.org/id/char/254FC> a lvont:Character ;
    lvont:represents "𥓼"^^xsd:string .

<http://lexvo.org/id/char/254FD> a lvont:Character ;
    lvont:represents "𥓽"^^xsd:string .

<http://lexvo.org/id/char/254FE> a lvont:Character ;
    lvont:represents "𥓾"^^xsd:string .

<http://lexvo.org/id/char/254FF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%F0%A5%93%BF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/tu%C3%B3>,
        "𥓿"^^xsd:string ;
    rdfs:comment "stone roller, weight"@en .

<http://lexvo.org/id/char/2550> a lvont:Character ;
    lvont:represents "═"^^xsd:string ;
    rdfs:comment "BOX DRAWINGS DOUBLE HORIZONTAL"@en .

<http://lexvo.org/id/char/25500> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/gwang1>,
        <http://lexvo.org/id/term/yue/%F0%A5%94%80>,
        "𥔀"^^xsd:string ;
    rdfs:comment "roar, crash"@en .

<http://lexvo.org/id/char/25501> a lvont:Character ;
    lvont:represents "𥔁"^^xsd:string .

<http://lexvo.org/id/char/25502> a lvont:Character ;
    lvont:represents "𥔂"^^xsd:string .

<http://lexvo.org/id/char/25503> a lvont:Character ;
    lvont:represents "𥔃"^^xsd:string .

<http://lexvo.org/id/char/25504> a lvont:Character ;
    lvont:represents "𥔄"^^xsd:string .

<http://lexvo.org/id/char/25505> a lvont:Character ;
    lvont:represents "𥔅"^^xsd:string .

<http://lexvo.org/id/char/25506> a lvont:Character ;
    lvont:represents "𥔆"^^xsd:string .

<http://lexvo.org/id/char/25507> a lvont:Character ;
    lvont:represents "𥔇"^^xsd:string .

<http://lexvo.org/id/char/25508> a lvont:Character ;
    lvont:represents "𥔈"^^xsd:string .

<http://lexvo.org/id/char/25509> a lvont:Character ;
    lvont:represents "𥔉"^^xsd:string .

<http://lexvo.org/id/char/2550A> a lvont:Character ;
    lvont:represents "𥔊"^^xsd:string .

<http://lexvo.org/id/char/2550B> a lvont:Character ;
    lvont:represents "𥔋"^^xsd:string .

<http://lexvo.org/id/char/2550C> a lvont:Character ;
    lvont:represents "𥔌"^^xsd:string .

<http://lexvo.org/id/char/2550D> a lvont:Character ;
    lvont:represents "𥔍"^^xsd:string .

<http://lexvo.org/id/char/2550E> a lvont:Character ;
    lvont:represents "𥔎"^^xsd:string .

<http://lexvo.org/id/char/2550F> a lvont:Character ;
    lvont:represents "𥔏"^^xsd:string .

<http://lexvo.org/id/char/2551> a lvont:Character ;
    lvont:represents "║"^^xsd:string ;
    rdfs:comment "BOX DRAWINGS DOUBLE VERTICAL"@en .

<http://lexvo.org/id/char/25510> a lvont:Character ;
    lvont:represents "𥔐"^^xsd:string .

<http://lexvo.org/id/char/25511> a lvont:Character ;
    lvont:represents "𥔑"^^xsd:string .

<http://lexvo.org/id/char/25512> a lvont:Character ;
    lvont:represents "𥔒"^^xsd:string .

<http://lexvo.org/id/char/25513> a lvont:Character ;
    lvont:represents "𥔓"^^xsd:string .

<http://lexvo.org/id/char/25514> a lvont:Character ;
    lvont:represents "𥔔"^^xsd:string .

<http://lexvo.org/id/char/25515> a lvont:Character ;
    lvont:represents "𥔕"^^xsd:string .

<http://lexvo.org/id/char/25516> a lvont:Character ;
    lvont:represents "𥔖"^^xsd:string .

<http://lexvo.org/id/char/25517> a lvont:Character ;
    lvont:represents "𥔗"^^xsd:string .

<http://lexvo.org/id/char/25518> a lvont:Character ;
    lvont:represents "𥔘"^^xsd:string .

<http://lexvo.org/id/char/25519> a lvont:Character ;
    lvont:represents "𥔙"^^xsd:string .

<http://lexvo.org/id/char/2551A> a lvont:Character ;
    lvont:represents "𥔚"^^xsd:string .

<http://lexvo.org/id/char/2551B> a lvont:Character ;
    lvont:represents "𥔛"^^xsd:string .

<http://lexvo.org/id/char/2551C> a lvont:Character ;
    lvont:represents "𥔜"^^xsd:string .

<http://lexvo.org/id/char/2551D> a lvont:Character ;
    lvont:represents "𥔝"^^xsd:string .

<http://lexvo.org/id/char/2551E> a lvont:Character ;
    lvont:represents "𥔞"^^xsd:string .

<http://lexvo.org/id/char/2551F> a lvont:Character ;
    lvont:represents "𥔟"^^xsd:string .

<http://lexvo.org/id/char/2552> a lvont:Character ;
    lvont:represents "╒"^^xsd:string ;
    rdfs:comment "BOX DRAWINGS DOWN SINGLE AND RIGHT DOUBLE"@en .

<http://lexvo.org/id/char/25520> a lvont:Character ;
    lvont:represents "𥔠"^^xsd:string .

<http://lexvo.org/id/char/25521> a lvont:Character ;
    lvont:represents "𥔡"^^xsd:string .

<http://lexvo.org/id/char/25522> a lvont:Character ;
    lvont:represents "𥔢"^^xsd:string .

<http://lexvo.org/id/char/25523> a lvont:Character ;
    lvont:represents "𥔣"^^xsd:string .

<http://lexvo.org/id/char/25524> a lvont:Character ;
    lvont:represents "𥔤"^^xsd:string .

<http://lexvo.org/id/char/25525> a lvont:Character ;
    lvont:represents "𥔥"^^xsd:string .

<http://lexvo.org/id/char/25526> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/v%C3%B4i>,
        "𥔦"^^xsd:string .

<http://lexvo.org/id/char/25527> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ch%E1%BB%93ng>,
        "𥔧"^^xsd:string .

<http://lexvo.org/id/char/25528> a lvont:Character ;
    lvont:represents "𥔨"^^xsd:string .

<http://lexvo.org/id/char/25529> a lvont:Character ;
    lvont:represents "𥔩"^^xsd:string .

<http://lexvo.org/id/char/2552A> a lvont:Character ;
    lvont:represents "𥔪"^^xsd:string .

<http://lexvo.org/id/char/2552B> a lvont:Character ;
    lvont:represents "𥔫"^^xsd:string .

<http://lexvo.org/id/char/2552C> a lvont:Character ;
    lvont:represents "𥔬"^^xsd:string .

<http://lexvo.org/id/char/2552D> a lvont:Character ;
    lvont:represents "𥔭"^^xsd:string .

<http://lexvo.org/id/char/2552E> a lvont:Character ;
    lvont:represents "𥔮"^^xsd:string .

<http://lexvo.org/id/char/2552F> a lvont:Character ;
    lvont:represents "𥔯"^^xsd:string .

<http://lexvo.org/id/char/2553> a lvont:Character ;
    lvont:represents "╓"^^xsd:string ;
    rdfs:comment "BOX DRAWINGS DOWN DOUBLE AND RIGHT SINGLE"@en .

<http://lexvo.org/id/char/25530> a lvont:Character ;
    lvont:represents "𥔰"^^xsd:string .

<http://lexvo.org/id/char/25531> a lvont:Character ;
    lvont:represents "𥔱"^^xsd:string ;
    rdfs:comment "(Cant.) to slip"@en .

<http://lexvo.org/id/char/25532> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C3%A8>,
        "𥔲"^^xsd:string .

<http://lexvo.org/id/char/25533> a lvont:Character ;
    lvont:represents "𥔳"^^xsd:string .

<http://lexvo.org/id/char/25534> a lvont:Character ;
    lvont:represents "𥔴"^^xsd:string .

<http://lexvo.org/id/char/25535> a lvont:Character ;
    lvont:represents "𥔵"^^xsd:string ;
    rdfs:comment "variant of 磁 U+78C1, magnetic; magnetism; procelain"@en .

<http://lexvo.org/id/char/25536> a lvont:Character ;
    lvont:represents "𥔶"^^xsd:string .

<http://lexvo.org/id/char/25537> a lvont:Character ;
    lvont:represents "𥔷"^^xsd:string .

<http://lexvo.org/id/char/25538> a lvont:Character ;
    lvont:represents "𥔸"^^xsd:string .

<http://lexvo.org/id/char/25539> a lvont:Character ;
    lvont:represents "𥔹"^^xsd:string .

<http://lexvo.org/id/char/2553A> a lvont:Character ;
    lvont:represents "𥔺"^^xsd:string .

<http://lexvo.org/id/char/2553B> a lvont:Character ;
    lvont:represents "𥔻"^^xsd:string .

<http://lexvo.org/id/char/2553C> a lvont:Character ;
    lvont:represents "𥔼"^^xsd:string .

<http://lexvo.org/id/char/2553D> a lvont:Character ;
    lvont:represents "𥔽"^^xsd:string .

<http://lexvo.org/id/char/2553E> a lvont:Character ;
    lvont:represents "𥔾"^^xsd:string .

<http://lexvo.org/id/char/2553F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/ham2>,
        <http://lexvo.org/id/term/yue/%F0%A5%94%BF>,
        "𥔿"^^xsd:string ;
    rdfs:comment "(Cant.) classifier for cannons, large guns, etc."@en .

<http://lexvo.org/id/char/2554> a lvont:Character ;
    lvont:represents "╔"^^xsd:string ;
    rdfs:comment "BOX DRAWINGS DOUBLE DOWN AND RIGHT"@en .

<http://lexvo.org/id/char/25540> a lvont:Character ;
    lvont:represents "𥕀"^^xsd:string .

<http://lexvo.org/id/char/25541> a lvont:Character ;
    lvont:represents "𥕁"^^xsd:string .

<http://lexvo.org/id/char/25542> a lvont:Character ;
    lvont:represents "𥕂"^^xsd:string .

<http://lexvo.org/id/char/25543> a lvont:Character ;
    lvont:represents "𥕃"^^xsd:string .

<http://lexvo.org/id/char/25544> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/m%C3%A0i>,
        "𥕄"^^xsd:string .

<http://lexvo.org/id/char/25545> a lvont:Character ;
    lvont:represents "𥕅"^^xsd:string .

<http://lexvo.org/id/char/25546> a lvont:Character ;
    lvont:represents "𥕆"^^xsd:string .

<http://lexvo.org/id/char/25547> a lvont:Character ;
    lvont:represents "𥕇"^^xsd:string .

<http://lexvo.org/id/char/25548> a lvont:Character ;
    lvont:represents "𥕈"^^xsd:string .

<http://lexvo.org/id/char/25549> a lvont:Character ;
    lvont:represents "𥕉"^^xsd:string .

<http://lexvo.org/id/char/2554A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/m%E1%BA%A3nh>,
        "𥕊"^^xsd:string .

<http://lexvo.org/id/char/2554B> a lvont:Character ;
    lvont:represents "𥕋"^^xsd:string .

<http://lexvo.org/id/char/2554C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ch%E1%BB%9Fm>,
        "𥕌"^^xsd:string .

<http://lexvo.org/id/char/2554D> a lvont:Character ;
    lvont:represents "𥕍"^^xsd:string .

<http://lexvo.org/id/char/2554E> a lvont:Character ;
    lvont:represents "𥕎"^^xsd:string .

<http://lexvo.org/id/char/2554F> a lvont:Character ;
    lvont:represents "𥕏"^^xsd:string .

<http://lexvo.org/id/char/2555> a lvont:Character ;
    lvont:represents "╕"^^xsd:string ;
    rdfs:comment "BOX DRAWINGS DOWN SINGLE AND LEFT DOUBLE"@en .

<http://lexvo.org/id/char/25550> a lvont:Character ;
    lvont:represents "𥕐"^^xsd:string .

<http://lexvo.org/id/char/25551> a lvont:Character ;
    lvont:represents "𥕑"^^xsd:string .

<http://lexvo.org/id/char/25552> a lvont:Character ;
    lvont:represents "𥕒"^^xsd:string .

<http://lexvo.org/id/char/25553> a lvont:Character ;
    lvont:represents "𥕓"^^xsd:string .

<http://lexvo.org/id/char/25554> a lvont:Character ;
    lvont:represents "𥕔"^^xsd:string .

<http://lexvo.org/id/char/25555> a lvont:Character ;
    lvont:represents "𥕕"^^xsd:string .

<http://lexvo.org/id/char/25556> a lvont:Character ;
    lvont:represents "𥕖"^^xsd:string .

<http://lexvo.org/id/char/25557> a lvont:Character ;
    lvont:represents "𥕗"^^xsd:string .

<http://lexvo.org/id/char/25558> a lvont:Character ;
    lvont:represents "𥕘"^^xsd:string .

<http://lexvo.org/id/char/25559> a lvont:Character ;
    lvont:represents "𥕙"^^xsd:string .

<http://lexvo.org/id/char/2555A> a lvont:Character ;
    lvont:represents "𥕚"^^xsd:string .

<http://lexvo.org/id/char/2555B> a lvont:Character ;
    lvont:represents "𥕛"^^xsd:string .

<http://lexvo.org/id/char/2555C> a lvont:Character ;
    lvont:represents "𥕜"^^xsd:string .

<http://lexvo.org/id/char/2555D> a lvont:Character ;
    lvont:represents "𥕝"^^xsd:string .

<http://lexvo.org/id/char/2555E> a lvont:Character ;
    lvont:represents "𥕞"^^xsd:string .

<http://lexvo.org/id/char/2555F> a lvont:Character ;
    lvont:represents "𥕟"^^xsd:string .

<http://lexvo.org/id/char/2556> a lvont:Character ;
    lvont:represents "╖"^^xsd:string ;
    rdfs:comment "BOX DRAWINGS DOWN DOUBLE AND LEFT SINGLE"@en .

<http://lexvo.org/id/char/25560> a lvont:Character ;
    lvont:represents "𥕠"^^xsd:string .

<http://lexvo.org/id/char/25561> a lvont:Character ;
    lvont:represents "𥕡"^^xsd:string .

<http://lexvo.org/id/char/25562> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C3%A1o>,
        "𥕢"^^xsd:string .

<http://lexvo.org/id/char/25563> a lvont:Character ;
    lvont:represents "𥕣"^^xsd:string .

<http://lexvo.org/id/char/25564> a lvont:Character ;
    lvont:represents "𥕤"^^xsd:string .

<http://lexvo.org/id/char/25565> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/g%E1%BB%93>,
        "𥕥"^^xsd:string .

<http://lexvo.org/id/char/25566> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C7%94n>,
        "𥕦"^^xsd:string .

<http://lexvo.org/id/char/25567> a lvont:Character ;
    lvont:represents "𥕧"^^xsd:string .

<http://lexvo.org/id/char/25568> a lvont:Character ;
    lvont:represents "𥕨"^^xsd:string .

<http://lexvo.org/id/char/25569> a lvont:Character ;
    lvont:represents "𥕩"^^xsd:string .

<http://lexvo.org/id/char/2556A> a lvont:Character ;
    lvont:represents "𥕪"^^xsd:string .

<http://lexvo.org/id/char/2556B> a lvont:Character ;
    lvont:represents "𥕫"^^xsd:string .

<http://lexvo.org/id/char/2556C> a lvont:Character ;
    lvont:represents "𥕬"^^xsd:string .

<http://lexvo.org/id/char/2556D> a lvont:Character ;
    lvont:represents "𥕭"^^xsd:string .

<http://lexvo.org/id/char/2556E> a lvont:Character ;
    lvont:represents "𥕮"^^xsd:string .

<http://lexvo.org/id/char/2556F> a lvont:Character ;
    lvont:represents "𥕯"^^xsd:string .

<http://lexvo.org/id/char/2557> a lvont:Character ;
    lvont:represents "╗"^^xsd:string ;
    rdfs:comment "BOX DRAWINGS DOUBLE DOWN AND LEFT"@en .

<http://lexvo.org/id/char/25570> a lvont:Character ;
    lvont:represents "𥕰"^^xsd:string .

<http://lexvo.org/id/char/25571> a lvont:Character ;
    lvont:represents "𥕱"^^xsd:string .

<http://lexvo.org/id/char/25572> a lvont:Character ;
    lvont:represents "𥕲"^^xsd:string .

<http://lexvo.org/id/char/25573> a lvont:Character ;
    lvont:represents "𥕳"^^xsd:string .

<http://lexvo.org/id/char/25574> a lvont:Character ;
    lvont:represents "𥕴"^^xsd:string .

<http://lexvo.org/id/char/25575> a lvont:Character ;
    lvont:represents "𥕵"^^xsd:string .

<http://lexvo.org/id/char/25576> a lvont:Character ;
    lvont:represents "𥕶"^^xsd:string .

<http://lexvo.org/id/char/25577> a lvont:Character ;
    lvont:represents "𥕷"^^xsd:string .

<http://lexvo.org/id/char/25578> a lvont:Character ;
    lvont:represents "𥕸"^^xsd:string .

<http://lexvo.org/id/char/25579> a lvont:Character ;
    lvont:represents "𥕹"^^xsd:string .

<http://lexvo.org/id/char/2557A> a lvont:Character ;
    lvont:represents "𥕺"^^xsd:string .

<http://lexvo.org/id/char/2557B> a lvont:Character ;
    lvont:represents "𥕻"^^xsd:string .

<http://lexvo.org/id/char/2557C> a lvont:Character ;
    lvont:represents "𥕼"^^xsd:string .

<http://lexvo.org/id/char/2557D> a lvont:Character ;
    lvont:represents "𥕽"^^xsd:string .

<http://lexvo.org/id/char/2557E> a lvont:Character ;
    lvont:represents "𥕾"^^xsd:string .

<http://lexvo.org/id/char/2557F> a lvont:Character ;
    lvont:represents "𥕿"^^xsd:string .

<http://lexvo.org/id/char/2558> a lvont:Character ;
    lvont:represents "╘"^^xsd:string ;
    rdfs:comment "BOX DRAWINGS UP SINGLE AND RIGHT DOUBLE"@en .

<http://lexvo.org/id/char/25580> a lvont:Character ;
    lvont:represents "𥖀"^^xsd:string .

<http://lexvo.org/id/char/25581> a lvont:Character ;
    lvont:represents "𥖁"^^xsd:string .

<http://lexvo.org/id/char/25582> a lvont:Character ;
    lvont:represents "𥖂"^^xsd:string .

<http://lexvo.org/id/char/25583> a lvont:Character ;
    lvont:represents "𥖃"^^xsd:string .

<http://lexvo.org/id/char/25584> a lvont:Character ;
    lvont:represents "𥖄"^^xsd:string .

<http://lexvo.org/id/char/25585> a lvont:Character ;
    lvont:represents "𥖅"^^xsd:string .

<http://lexvo.org/id/char/25586> a lvont:Character ;
    lvont:represents "𥖆"^^xsd:string .

<http://lexvo.org/id/char/25587> a lvont:Character ;
    lvont:represents "𥖇"^^xsd:string .

<http://lexvo.org/id/char/25588> a lvont:Character ;
    lvont:represents "𥖈"^^xsd:string .

<http://lexvo.org/id/char/25589> a lvont:Character ;
    lvont:represents "𥖉"^^xsd:string .

<http://lexvo.org/id/char/2558A> a lvont:Character ;
    lvont:represents "𥖊"^^xsd:string .

<http://lexvo.org/id/char/2558B> a lvont:Character ;
    lvont:represents "𥖋"^^xsd:string .

<http://lexvo.org/id/char/2558C> a lvont:Character ;
    lvont:represents "𥖌"^^xsd:string .

<http://lexvo.org/id/char/2558D> a lvont:Character ;
    lvont:represents "𥖍"^^xsd:string .

<http://lexvo.org/id/char/2558E> a lvont:Character ;
    lvont:represents "𥖎"^^xsd:string .

<http://lexvo.org/id/char/2558F> a lvont:Character ;
    lvont:represents "𥖏"^^xsd:string .

<http://lexvo.org/id/char/2559> a lvont:Character ;
    lvont:represents "╙"^^xsd:string ;
    rdfs:comment "BOX DRAWINGS UP DOUBLE AND RIGHT SINGLE"@en .

<http://lexvo.org/id/char/25590> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/%C4%91%E1%BB%8Di>,
        "𥖐"^^xsd:string .

<http://lexvo.org/id/char/25591> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/v%E1%BB%A1>,
        "𥖑"^^xsd:string .

<http://lexvo.org/id/char/25592> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/qu%C3%A0nh>,
        "𥖒"^^xsd:string .

<http://lexvo.org/id/char/25593> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/v%E1%BB%A1>,
        "𥖓"^^xsd:string .

<http://lexvo.org/id/char/25594> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/s%E1%BA%A1n>,
        "𥖔"^^xsd:string .

<http://lexvo.org/id/char/25595> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/l%E1%BB%9F>,
        "𥖕"^^xsd:string .

<http://lexvo.org/id/char/25596> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/v%E1%BB%A1>,
        "𥖖"^^xsd:string .

<http://lexvo.org/id/char/25597> a lvont:Character ;
    lvont:represents "𥖗"^^xsd:string .

<http://lexvo.org/id/char/25598> a lvont:Character ;
    lvont:represents "𥖘"^^xsd:string .

<http://lexvo.org/id/char/25599> a lvont:Character ;
    lvont:represents "𥖙"^^xsd:string .

<http://lexvo.org/id/char/2559A> a lvont:Character ;
    lvont:represents "𥖚"^^xsd:string .

<http://lexvo.org/id/char/2559B> a lvont:Character ;
    lvont:represents "𥖛"^^xsd:string .

<http://lexvo.org/id/char/2559C> a lvont:Character ;
    lvont:represents "𥖜"^^xsd:string .

<http://lexvo.org/id/char/2559D> a lvont:Character ;
    lvont:represents "𥖝"^^xsd:string .

<http://lexvo.org/id/char/2559E> a lvont:Character ;
    lvont:represents "𥖞"^^xsd:string .

<http://lexvo.org/id/char/2559F> a lvont:Character ;
    lvont:represents "𥖟"^^xsd:string .

<http://lexvo.org/id/char/255A> a lvont:Character ;
    lvont:represents "╚"^^xsd:string ;
    rdfs:comment "BOX DRAWINGS DOUBLE UP AND RIGHT"@en .

<http://lexvo.org/id/char/255A0> a lvont:Character ;
    lvont:represents "𥖠"^^xsd:string .

<http://lexvo.org/id/char/255A1> a lvont:Character ;
    lvont:represents "𥖡"^^xsd:string .

<http://lexvo.org/id/char/255A2> a lvont:Character ;
    lvont:represents "𥖢"^^xsd:string .

<http://lexvo.org/id/char/255A3> a lvont:Character ;
    lvont:represents "𥖣"^^xsd:string .

<http://lexvo.org/id/char/255A4> a lvont:Character ;
    lvont:represents "𥖤"^^xsd:string .

<http://lexvo.org/id/char/255A5> a lvont:Character ;
    lvont:represents "𥖥"^^xsd:string .

<http://lexvo.org/id/char/255A6> a lvont:Character ;
    lvont:represents "𥖦"^^xsd:string .

<http://lexvo.org/id/char/255A7> a lvont:Character ;
    lvont:represents "𥖧"^^xsd:string .

<http://lexvo.org/id/char/255A8> a lvont:Character ;
    lvont:represents "𥖨"^^xsd:string .

<http://lexvo.org/id/char/255A9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/cu%E1%BB%99i>,
        "𥖩"^^xsd:string .

<http://lexvo.org/id/char/255AA> a lvont:Character ;
    lvont:represents "𥖪"^^xsd:string .

<http://lexvo.org/id/char/255AB> a lvont:Character ;
    lvont:represents "𥖫"^^xsd:string .

<http://lexvo.org/id/char/255AC> a lvont:Character ;
    lvont:represents "𥖬"^^xsd:string .

<http://lexvo.org/id/char/255AD> a lvont:Character ;
    lvont:represents "𥖭"^^xsd:string .

<http://lexvo.org/id/char/255AE> a lvont:Character ;
    lvont:represents "𥖮"^^xsd:string .

<http://lexvo.org/id/char/255AF> a lvont:Character ;
    lvont:represents "𥖯"^^xsd:string .

<http://lexvo.org/id/char/255B> a lvont:Character ;
    lvont:represents "╛"^^xsd:string ;
    rdfs:comment "BOX DRAWINGS UP SINGLE AND LEFT DOUBLE"@en .

<http://lexvo.org/id/char/255B0> a lvont:Character ;
    lvont:represents "𥖰"^^xsd:string .

<http://lexvo.org/id/char/255B1> a lvont:Character ;
    lvont:represents "𥖱"^^xsd:string .

<http://lexvo.org/id/char/255B2> a lvont:Character ;
    lvont:represents "𥖲"^^xsd:string .

<http://lexvo.org/id/char/255B3> a lvont:Character ;
    lvont:represents "𥖳"^^xsd:string .

<http://lexvo.org/id/char/255B4> a lvont:Character ;
    lvont:represents "𥖴"^^xsd:string .

<http://lexvo.org/id/char/255B5> a lvont:Character ;
    lvont:represents "𥖵"^^xsd:string .

<http://lexvo.org/id/char/255B6> a lvont:Character ;
    lvont:represents "𥖶"^^xsd:string .

<http://lexvo.org/id/char/255B7> a lvont:Character ;
    lvont:represents "𥖷"^^xsd:string .

<http://lexvo.org/id/char/255B8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/o%C3%A8>,
        "𥖸"^^xsd:string .

<http://lexvo.org/id/char/255B9> a lvont:Character ;
    lvont:represents "𥖹"^^xsd:string .

<http://lexvo.org/id/char/255BA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/m%E1%BA%BB>,
        "𥖺"^^xsd:string .

<http://lexvo.org/id/char/255BB> a lvont:Character ;
    lvont:represents "𥖻"^^xsd:string .

<http://lexvo.org/id/char/255BC> a lvont:Character ;
    lvont:represents "𥖼"^^xsd:string .

<http://lexvo.org/id/char/255BD> a lvont:Character ;
    lvont:represents "𥖽"^^xsd:string .

<http://lexvo.org/id/char/255BE> a lvont:Character ;
    lvont:represents "𥖾"^^xsd:string .

<http://lexvo.org/id/char/255BF> a lvont:Character ;
    lvont:represents "𥖿"^^xsd:string .

<http://lexvo.org/id/char/255C> a lvont:Character ;
    lvont:represents "╜"^^xsd:string ;
    rdfs:comment "BOX DRAWINGS UP DOUBLE AND LEFT SINGLE"@en .

<http://lexvo.org/id/char/255C0> a lvont:Character ;
    lvont:represents "𥗀"^^xsd:string .

<http://lexvo.org/id/char/255C1> a lvont:Character ;
    lvont:represents "𥗁"^^xsd:string .

<http://lexvo.org/id/char/255C2> a lvont:Character ;
    lvont:represents "𥗂"^^xsd:string .

<http://lexvo.org/id/char/255C3> a lvont:Character ;
    lvont:represents "𥗃"^^xsd:string .

<http://lexvo.org/id/char/255C4> a lvont:Character ;
    lvont:represents "𥗄"^^xsd:string .

<http://lexvo.org/id/char/255C5> a lvont:Character ;
    lvont:represents "𥗅"^^xsd:string .

<http://lexvo.org/id/char/255C6> a lvont:Character ;
    lvont:represents "𥗆"^^xsd:string .

<http://lexvo.org/id/char/255C7> a lvont:Character ;
    lvont:represents "𥗇"^^xsd:string .

<http://lexvo.org/id/char/255C8> a lvont:Character ;
    lvont:represents "𥗈"^^xsd:string .

<http://lexvo.org/id/char/255C9> a lvont:Character ;
    lvont:represents "𥗉"^^xsd:string .

<http://lexvo.org/id/char/255CA> a lvont:Character ;
    lvont:represents "𥗊"^^xsd:string .

<http://lexvo.org/id/char/255CB> a lvont:Character ;
    lvont:represents "𥗋"^^xsd:string .

<http://lexvo.org/id/char/255CC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/g%E1%BA%A1ch>,
        "𥗌"^^xsd:string .

<http://lexvo.org/id/char/255CD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/r%C3%A8>,
        "𥗍"^^xsd:string .

<http://lexvo.org/id/char/255CE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/gh%E1%BB%81>,
        "𥗎"^^xsd:string .

<http://lexvo.org/id/char/255CF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/qu%C3%A1nh>,
        "𥗏"^^xsd:string .

<http://lexvo.org/id/char/255D> a lvont:Character ;
    lvont:represents "╝"^^xsd:string ;
    rdfs:comment "BOX DRAWINGS DOUBLE UP AND LEFT"@en .

<http://lexvo.org/id/char/255D0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/s%E1%BB%8Fi>,
        "𥗐"^^xsd:string .

<http://lexvo.org/id/char/255D1> a lvont:Character ;
    lvont:represents "𥗑"^^xsd:string .

<http://lexvo.org/id/char/255D2> a lvont:Character ;
    lvont:represents "𥗒"^^xsd:string .

<http://lexvo.org/id/char/255D3> a lvont:Character ;
    lvont:represents "𥗓"^^xsd:string .

<http://lexvo.org/id/char/255D4> a lvont:Character ;
    lvont:represents "𥗔"^^xsd:string .

<http://lexvo.org/id/char/255D5> a lvont:Character ;
    lvont:represents "𥗕"^^xsd:string .

<http://lexvo.org/id/char/255D6> a lvont:Character ;
    lvont:represents "𥗖"^^xsd:string .

<http://lexvo.org/id/char/255D7> a lvont:Character ;
    lvont:represents "𥗗"^^xsd:string .

<http://lexvo.org/id/char/255D8> a lvont:Character ;
    lvont:represents "𥗘"^^xsd:string .

<http://lexvo.org/id/char/255D9> a lvont:Character ;
    lvont:represents "𥗙"^^xsd:string .

<http://lexvo.org/id/char/255DA> a lvont:Character ;
    lvont:represents "𥗚"^^xsd:string .

<http://lexvo.org/id/char/255DB> a lvont:Character ;
    lvont:represents "𥗛"^^xsd:string .

<http://lexvo.org/id/char/255DC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ch%C3%A9n>,
        "𥗜"^^xsd:string .

<http://lexvo.org/id/char/255DD> a lvont:Character ;
    lvont:represents "𥗝"^^xsd:string .

<http://lexvo.org/id/char/255DE> a lvont:Character ;
    lvont:represents "𥗞"^^xsd:string .

<http://lexvo.org/id/char/255DF> a lvont:Character ;
    lvont:represents "𥗟"^^xsd:string .

<http://lexvo.org/id/char/255E> a lvont:Character ;
    lvont:represents "╞"^^xsd:string ;
    rdfs:comment "BOX DRAWINGS VERTICAL SINGLE AND RIGHT DOUBLE"@en .

<http://lexvo.org/id/char/255E0> a lvont:Character ;
    lvont:represents "𥗠"^^xsd:string .

<http://lexvo.org/id/char/255E1> a lvont:Character ;
    lvont:represents "𥗡"^^xsd:string .

<http://lexvo.org/id/char/255E2> a lvont:Character ;
    lvont:represents "𥗢"^^xsd:string .

<http://lexvo.org/id/char/255E3> a lvont:Character ;
    lvont:represents "𥗣"^^xsd:string .

<http://lexvo.org/id/char/255E4> a lvont:Character ;
    lvont:represents "𥗤"^^xsd:string .

<http://lexvo.org/id/char/255E5> a lvont:Character ;
    lvont:represents "𥗥"^^xsd:string .

<http://lexvo.org/id/char/255E6> a lvont:Character ;
    lvont:represents "𥗦"^^xsd:string .

<http://lexvo.org/id/char/255E7> a lvont:Character ;
    lvont:represents "𥗧"^^xsd:string .

<http://lexvo.org/id/char/255E8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/n%C3%A9n>,
        "𥗨"^^xsd:string .

<http://lexvo.org/id/char/255E9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/g%E1%BA%A1ch>,
        "𥗩"^^xsd:string .

<http://lexvo.org/id/char/255EA> a lvont:Character ;
    lvont:represents "𥗪"^^xsd:string .

<http://lexvo.org/id/char/255EB> a lvont:Character ;
    lvont:represents "𥗫"^^xsd:string .

<http://lexvo.org/id/char/255EC> a lvont:Character ;
    lvont:represents "𥗬"^^xsd:string .

<http://lexvo.org/id/char/255ED> a lvont:Character ;
    lvont:represents "𥗭"^^xsd:string .

<http://lexvo.org/id/char/255EE> a lvont:Character ;
    lvont:represents "𥗮"^^xsd:string .

<http://lexvo.org/id/char/255EF> a lvont:Character ;
    lvont:represents "𥗯"^^xsd:string .

<http://lexvo.org/id/char/255F> a lvont:Character ;
    lvont:represents "╟"^^xsd:string ;
    rdfs:comment "BOX DRAWINGS VERTICAL DOUBLE AND RIGHT SINGLE"@en .

<http://lexvo.org/id/char/255F0> a lvont:Character ;
    lvont:represents "𥗰"^^xsd:string .

<http://lexvo.org/id/char/255F1> a lvont:Character ;
    lvont:represents "𥗱"^^xsd:string .

<http://lexvo.org/id/char/255F2> a lvont:Character ;
    lvont:represents "𥗲"^^xsd:string .

<http://lexvo.org/id/char/255F3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/g%E1%BA%A1ch>,
        "𥗳"^^xsd:string .

<http://lexvo.org/id/char/255F4> a lvont:Character ;
    lvont:represents "𥗴"^^xsd:string .

<http://lexvo.org/id/char/255F5> a lvont:Character ;
    lvont:represents "𥗵"^^xsd:string .

<http://lexvo.org/id/char/255F6> a lvont:Character ;
    lvont:represents "𥗶"^^xsd:string .

<http://lexvo.org/id/char/255F7> a lvont:Character ;
    lvont:represents "𥗷"^^xsd:string .

<http://lexvo.org/id/char/255F8> a lvont:Character ;
    lvont:represents "𥗸"^^xsd:string .

<http://lexvo.org/id/char/255F9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/t%C3%B4>,
        "𥗹"^^xsd:string .

<http://lexvo.org/id/char/255FA> a lvont:Character ;
    lvont:represents "𥗺"^^xsd:string .

<http://lexvo.org/id/char/255FB> a lvont:Character ;
    lvont:represents "𥗻"^^xsd:string .

<http://lexvo.org/id/char/255FC> a lvont:Character ;
    lvont:represents "𥗼"^^xsd:string .

<http://lexvo.org/id/char/255FD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/l%E1%BB%9Fm>,
        "𥗽"^^xsd:string .

<http://lexvo.org/id/char/255FE> a lvont:Character ;
    lvont:represents "𥗾"^^xsd:string .

<http://lexvo.org/id/char/255FF> a lvont:Character ;
    lvont:represents "𥗿"^^xsd:string .

<http://lexvo.org/id/char/2560> a lvont:Character ;
    lvont:represents "╠"^^xsd:string ;
    rdfs:comment "BOX DRAWINGS DOUBLE VERTICAL AND RIGHT"@en .

<http://lexvo.org/id/char/25600> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/n%E1%BA%B7ng>,
        "𥘀"^^xsd:string .

<http://lexvo.org/id/char/25601> a lvont:Character ;
    lvont:represents "𥘁"^^xsd:string .

<http://lexvo.org/id/char/25602> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/b%E1%BA%BFn>,
        "𥘂"^^xsd:string .

<http://lexvo.org/id/char/25603> a lvont:Character ;
    lvont:represents "𥘃"^^xsd:string .

<http://lexvo.org/id/char/25604> a lvont:Character ;
    lvont:represents "𥘄"^^xsd:string .

<http://lexvo.org/id/char/25606> a lvont:Character ;
    lvont:represents "𥘆"^^xsd:string .

<http://lexvo.org/id/char/25607> a lvont:Character ;
    lvont:represents "𥘇"^^xsd:string .

<http://lexvo.org/id/char/25608> a lvont:Character ;
    lvont:represents "𥘈"^^xsd:string .

<http://lexvo.org/id/char/25609> a lvont:Character ;
    lvont:represents "𥘉"^^xsd:string .

<http://lexvo.org/id/char/2560A> a lvont:Character ;
    lvont:represents "𥘊"^^xsd:string .

<http://lexvo.org/id/char/2560B> a lvont:Character ;
    lvont:represents "𥘋"^^xsd:string .

<http://lexvo.org/id/char/2560C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C4%AB>,
        "𥘌"^^xsd:string .

<http://lexvo.org/id/char/2560D> a lvont:Character ;
    lvont:represents "𥘍"^^xsd:string .

<http://lexvo.org/id/char/2560E> a lvont:Character ;
    lvont:represents "𥘎"^^xsd:string .

<http://lexvo.org/id/char/2560F> a lvont:Character ;
    lvont:represents "𥘏"^^xsd:string .

<http://lexvo.org/id/char/2561> a lvont:Character ;
    lvont:represents "╡"^^xsd:string ;
    rdfs:comment "BOX DRAWINGS VERTICAL SINGLE AND LEFT DOUBLE"@en .

<http://lexvo.org/id/char/25610> a lvont:Character ;
    lvont:represents "𥘐"^^xsd:string .

<http://lexvo.org/id/char/25611> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/v%E1%BA%A1>,
        "𥘑"^^xsd:string .

<http://lexvo.org/id/char/25612> a lvont:Character ;
    lvont:represents "𥘒"^^xsd:string .

<http://lexvo.org/id/char/25613> a lvont:Character ;
    lvont:represents "𥘓"^^xsd:string .

<http://lexvo.org/id/char/25614> a lvont:Character ;
    lvont:represents "𥘔"^^xsd:string .

<http://lexvo.org/id/char/25615> a lvont:Character ;
    lvont:represents "𥘕"^^xsd:string .

<http://lexvo.org/id/char/25616> a lvont:Character ;
    lvont:represents "𥘖"^^xsd:string .

<http://lexvo.org/id/char/25617> a lvont:Character ;
    lvont:represents "𥘗"^^xsd:string .

<http://lexvo.org/id/char/25618> a lvont:Character ;
    lvont:represents "𥘘"^^xsd:string .

<http://lexvo.org/id/char/25619> a lvont:Character ;
    lvont:represents "𥘙"^^xsd:string .

<http://lexvo.org/id/char/2561A> a lvont:Character ;
    lvont:represents "𥘚"^^xsd:string .

<http://lexvo.org/id/char/2561B> a lvont:Character ;
    lvont:represents "𥘛"^^xsd:string .

<http://lexvo.org/id/char/2561C> a lvont:Character ;
    lvont:represents "𥘜"^^xsd:string .

<http://lexvo.org/id/char/2561D> a lvont:Character ;
    lvont:represents "𥘝"^^xsd:string .

<http://lexvo.org/id/char/2561E> a lvont:Character ;
    lvont:represents "𥘞"^^xsd:string .

<http://lexvo.org/id/char/2561F> a lvont:Character ;
    lvont:represents "𥘟"^^xsd:string .

<http://lexvo.org/id/char/2562> a lvont:Character ;
    lvont:represents "╢"^^xsd:string ;
    rdfs:comment "BOX DRAWINGS VERTICAL DOUBLE AND LEFT SINGLE"@en .

<http://lexvo.org/id/char/25620> a lvont:Character ;
    lvont:represents "𥘠"^^xsd:string .

<http://lexvo.org/id/char/25621> a lvont:Character ;
    lvont:represents "𥘡"^^xsd:string .

<http://lexvo.org/id/char/25622> a lvont:Character ;
    lvont:represents "𥘢"^^xsd:string .

<http://lexvo.org/id/char/25623> a lvont:Character ;
    lvont:represents "𥘣"^^xsd:string .

<http://lexvo.org/id/char/25624> a lvont:Character ;
    lvont:represents "𥘤"^^xsd:string .

<http://lexvo.org/id/char/25625> a lvont:Character ;
    lvont:represents "𥘥"^^xsd:string .

<http://lexvo.org/id/char/25626> a lvont:Character ;
    lvont:represents "𥘦"^^xsd:string .

<http://lexvo.org/id/char/25627> a lvont:Character ;
    lvont:represents "𥘧"^^xsd:string .

<http://lexvo.org/id/char/25628> a lvont:Character ;
    lvont:represents "𥘨"^^xsd:string .

<http://lexvo.org/id/char/25629> a lvont:Character ;
    lvont:represents "𥘩"^^xsd:string .

<http://lexvo.org/id/char/2562A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ng%C3%B3>,
        "𥘪"^^xsd:string .

<http://lexvo.org/id/char/2562B> a lvont:Character ;
    lvont:represents "𥘫"^^xsd:string .

<http://lexvo.org/id/char/2562C> a lvont:Character ;
    lvont:represents "𥘬"^^xsd:string .

<http://lexvo.org/id/char/2562D> a lvont:Character ;
    lvont:represents "𥘭"^^xsd:string .

<http://lexvo.org/id/char/2562E> a lvont:Character ;
    lvont:represents "𥘮"^^xsd:string .

<http://lexvo.org/id/char/2562F> a lvont:Character ;
    lvont:represents "𥘯"^^xsd:string .

<http://lexvo.org/id/char/2563> a lvont:Character ;
    lvont:represents "╣"^^xsd:string ;
    rdfs:comment "BOX DRAWINGS DOUBLE VERTICAL AND LEFT"@en .

<http://lexvo.org/id/char/25630> a lvont:Character ;
    lvont:represents "𥘰"^^xsd:string .

<http://lexvo.org/id/char/25631> a lvont:Character ;
    lvont:represents "𥘱"^^xsd:string .

<http://lexvo.org/id/char/25632> a lvont:Character ;
    lvont:represents "𥘲"^^xsd:string .

<http://lexvo.org/id/char/25633> a lvont:Character ;
    lvont:represents "𥘳"^^xsd:string .

<http://lexvo.org/id/char/25634> a lvont:Character ;
    lvont:represents "𥘴"^^xsd:string .

<http://lexvo.org/id/char/25635> a lvont:Character ;
    lvont:represents "𥘵"^^xsd:string .

<http://lexvo.org/id/char/25636> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/tr%E1%BA%BD>,
        "𥘶"^^xsd:string .

<http://lexvo.org/id/char/25637> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/tr%E1%BA%BB>,
        "𥘷"^^xsd:string .

<http://lexvo.org/id/char/25638> a lvont:Character ;
    lvont:represents "𥘸"^^xsd:string .

<http://lexvo.org/id/char/25639> a lvont:Character ;
    lvont:represents "𥘹"^^xsd:string .

<http://lexvo.org/id/char/2563A> a lvont:Character ;
    lvont:represents "𥘺"^^xsd:string .

<http://lexvo.org/id/char/2563B> a lvont:Character ;
    lvont:represents "𥘻"^^xsd:string .

<http://lexvo.org/id/char/2563C> a lvont:Character ;
    lvont:represents "𥘼"^^xsd:string .

<http://lexvo.org/id/char/2563D> a lvont:Character ;
    lvont:represents "𥘽"^^xsd:string .

<http://lexvo.org/id/char/2563E> a lvont:Character ;
    lvont:represents "𥘾"^^xsd:string .

<http://lexvo.org/id/char/2563F> a lvont:Character ;
    lvont:represents "𥘿"^^xsd:string .

<http://lexvo.org/id/char/2564> a lvont:Character ;
    lvont:represents "╤"^^xsd:string ;
    rdfs:comment "BOX DRAWINGS DOWN SINGLE AND HORIZONTAL DOUBLE"@en .

<http://lexvo.org/id/char/25640> a lvont:Character ;
    lvont:represents "𥙀"^^xsd:string .

<http://lexvo.org/id/char/25641> a lvont:Character ;
    lvont:represents "𥙁"^^xsd:string .

<http://lexvo.org/id/char/25642> a lvont:Character ;
    lvont:represents "𥙂"^^xsd:string .

<http://lexvo.org/id/char/25643> a lvont:Character ;
    lvont:represents "𥙃"^^xsd:string .

<http://lexvo.org/id/char/25644> a lvont:Character ;
    lvont:represents "𥙄"^^xsd:string .

<http://lexvo.org/id/char/25645> a lvont:Character ;
    lvont:represents "𥙅"^^xsd:string .

<http://lexvo.org/id/char/25646> a lvont:Character ;
    lvont:represents "𥙆"^^xsd:string .

<http://lexvo.org/id/char/25647> a lvont:Character ;
    lvont:represents "𥙇"^^xsd:string .

<http://lexvo.org/id/char/25648> a lvont:Character ;
    lvont:represents "𥙈"^^xsd:string .

<http://lexvo.org/id/char/25649> a lvont:Character ;
    lvont:represents "𥙉"^^xsd:string .

<http://lexvo.org/id/char/2564A> a lvont:Character ;
    lvont:represents "𥙊"^^xsd:string .

<http://lexvo.org/id/char/2564B> a lvont:Character ;
    lvont:represents "𥙋"^^xsd:string .

<http://lexvo.org/id/char/2564C> a lvont:Character ;
    lvont:represents "𥙌"^^xsd:string .

<http://lexvo.org/id/char/2564D> a lvont:Character ;
    lvont:represents "𥙍"^^xsd:string .

<http://lexvo.org/id/char/2564E> a lvont:Character ;
    lvont:represents "𥙎"^^xsd:string .

<http://lexvo.org/id/char/2564F> a lvont:Character ;
    lvont:represents "𥙏"^^xsd:string .

<http://lexvo.org/id/char/2565> a lvont:Character ;
    lvont:represents "╥"^^xsd:string ;
    rdfs:comment "BOX DRAWINGS DOWN DOUBLE AND HORIZONTAL SINGLE"@en .

<http://lexvo.org/id/char/25650> a lvont:Character ;
    lvont:represents "𥙐"^^xsd:string .

<http://lexvo.org/id/char/25651> a lvont:Character ;
    lvont:represents "𥙑"^^xsd:string .

<http://lexvo.org/id/char/25652> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/tr%E1%BA%A9y>,
        "𥙒"^^xsd:string .

<http://lexvo.org/id/char/25653> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/r%C3%BAng>,
        "𥙓"^^xsd:string .

<http://lexvo.org/id/char/25654> a lvont:Character ;
    lvont:represents "𥙔"^^xsd:string .

<http://lexvo.org/id/char/25655> a lvont:Character ;
    lvont:represents "𥙕"^^xsd:string .

<http://lexvo.org/id/char/25656> a lvont:Character ;
    lvont:represents "𥙖"^^xsd:string .

<http://lexvo.org/id/char/25657> a lvont:Character ;
    lvont:represents "𥙗"^^xsd:string .

<http://lexvo.org/id/char/25658> a lvont:Character ;
    lvont:represents "𥙘"^^xsd:string .

<http://lexvo.org/id/char/25659> a lvont:Character ;
    lvont:represents "𥙙"^^xsd:string .

<http://lexvo.org/id/char/2565A> a lvont:Character ;
    lvont:represents "𥙚"^^xsd:string .

<http://lexvo.org/id/char/2565B> a lvont:Character ;
    lvont:represents "𥙛"^^xsd:string .

<http://lexvo.org/id/char/2565C> a lvont:Character ;
    lvont:represents "𥙜"^^xsd:string .

<http://lexvo.org/id/char/2565D> a lvont:Character ;
    lvont:represents "𥙝"^^xsd:string .

<http://lexvo.org/id/char/2565E> a lvont:Character ;
    lvont:represents "𥙞"^^xsd:string .

<http://lexvo.org/id/char/2565F> a lvont:Character ;
    lvont:represents "𥙟"^^xsd:string .

<http://lexvo.org/id/char/2566> a lvont:Character ;
    lvont:represents "╦"^^xsd:string ;
    rdfs:comment "BOX DRAWINGS DOUBLE DOWN AND HORIZONTAL"@en .

<http://lexvo.org/id/char/25660> a lvont:Character ;
    lvont:represents "𥙠"^^xsd:string .

<http://lexvo.org/id/char/25661> a lvont:Character ;
    lvont:represents "𥙡"^^xsd:string .

<http://lexvo.org/id/char/25662> a lvont:Character ;
    lvont:represents "𥙢"^^xsd:string .

<http://lexvo.org/id/char/25663> a lvont:Character ;
    lvont:represents "𥙣"^^xsd:string .

<http://lexvo.org/id/char/25664> a lvont:Character ;
    lvont:represents "𥙤"^^xsd:string .

<http://lexvo.org/id/char/25665> a lvont:Character ;
    lvont:represents "𥙥"^^xsd:string .

<http://lexvo.org/id/char/25666> a lvont:Character ;
    lvont:represents "𥙦"^^xsd:string .

<http://lexvo.org/id/char/25667> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/nh%E1%BA%BD>,
        "𥙧"^^xsd:string .

<http://lexvo.org/id/char/25668> a lvont:Character ;
    lvont:represents "𥙨"^^xsd:string .

<http://lexvo.org/id/char/25669> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/l%E1%BA%A5y>,
        "𥙩"^^xsd:string .

<http://lexvo.org/id/char/2566A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/r%C6%B0%E1%BB%A1i>,
        "𥙪"^^xsd:string .

<http://lexvo.org/id/char/2566B> a lvont:Character ;
    lvont:represents "𥙫"^^xsd:string .

<http://lexvo.org/id/char/2566C> a lvont:Character ;
    lvont:represents "𥙬"^^xsd:string .

<http://lexvo.org/id/char/2566D> a lvont:Character ;
    lvont:represents "𥙭"^^xsd:string .

<http://lexvo.org/id/char/2566E> a lvont:Character ;
    lvont:represents "𥙮"^^xsd:string .

<http://lexvo.org/id/char/2566F> a lvont:Character ;
    lvont:represents "𥙯"^^xsd:string .

<http://lexvo.org/id/char/2567> a lvont:Character ;
    lvont:represents "╧"^^xsd:string ;
    rdfs:comment "BOX DRAWINGS UP SINGLE AND HORIZONTAL DOUBLE"@en .

<http://lexvo.org/id/char/25670> a lvont:Character ;
    lvont:represents "𥙰"^^xsd:string .

<http://lexvo.org/id/char/25671> a lvont:Character ;
    lvont:represents "𥙱"^^xsd:string .

<http://lexvo.org/id/char/25672> a lvont:Character ;
    lvont:represents "𥙲"^^xsd:string .

<http://lexvo.org/id/char/25673> a lvont:Character ;
    lvont:represents "𥙳"^^xsd:string .

<http://lexvo.org/id/char/25674> a lvont:Character ;
    lvont:represents "𥙴"^^xsd:string .

<http://lexvo.org/id/char/25675> a lvont:Character ;
    lvont:represents "𥙵"^^xsd:string .

<http://lexvo.org/id/char/25676> a lvont:Character ;
    lvont:represents "𥙶"^^xsd:string .

<http://lexvo.org/id/char/25677> a lvont:Character ;
    lvont:represents "𥙷"^^xsd:string .

<http://lexvo.org/id/char/25678> a lvont:Character ;
    lvont:represents "𥙸"^^xsd:string .

<http://lexvo.org/id/char/25679> a lvont:Character ;
    lvont:represents "𥙹"^^xsd:string .

<http://lexvo.org/id/char/2567A> a lvont:Character ;
    lvont:represents "𥙺"^^xsd:string .

<http://lexvo.org/id/char/2567B> a lvont:Character ;
    lvont:represents "𥙻"^^xsd:string .

<http://lexvo.org/id/char/2567C> a lvont:Character ;
    lvont:represents "𥙼"^^xsd:string .

<http://lexvo.org/id/char/2567D> a lvont:Character ;
    lvont:represents "𥙽"^^xsd:string .

<http://lexvo.org/id/char/2567E> a lvont:Character ;
    lvont:represents "𥙾"^^xsd:string .

<http://lexvo.org/id/char/2567F> a lvont:Character ;
    lvont:represents "𥙿"^^xsd:string .

<http://lexvo.org/id/char/2568> a lvont:Character ;
    lvont:represents "╨"^^xsd:string ;
    rdfs:comment "BOX DRAWINGS UP DOUBLE AND HORIZONTAL SINGLE"@en .

<http://lexvo.org/id/char/25680> a lvont:Character ;
    lvont:represents "𥚀"^^xsd:string .

<http://lexvo.org/id/char/25681> a lvont:Character ;
    lvont:represents "𥚁"^^xsd:string .

<http://lexvo.org/id/char/25682> a lvont:Character ;
    lvont:represents "𥚂"^^xsd:string .

<http://lexvo.org/id/char/25683> a lvont:Character ;
    lvont:represents "𥚃"^^xsd:string .

<http://lexvo.org/id/char/25684> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/l%E1%BA%A1y>,
        "𥚄"^^xsd:string .

<http://lexvo.org/id/char/25685> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/nh%E1%BB%85>,
        "𥚅"^^xsd:string .

<http://lexvo.org/id/char/25686> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/nh%C3%ACn>,
        "𥚆"^^xsd:string .

<http://lexvo.org/id/char/25687> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/l%C6%B0%E1%BB%A1i>,
        "𥚇"^^xsd:string .

<http://lexvo.org/id/char/25688> a lvont:Character ;
    lvont:represents "𥚈"^^xsd:string .

<http://lexvo.org/id/char/25689> a lvont:Character ;
    lvont:represents "𥚉"^^xsd:string .

<http://lexvo.org/id/char/2568A> a lvont:Character ;
    lvont:represents "𥚊"^^xsd:string .

<http://lexvo.org/id/char/2568B> a lvont:Character ;
    lvont:represents "𥚋"^^xsd:string .

<http://lexvo.org/id/char/2568C> a lvont:Character ;
    lvont:represents "𥚌"^^xsd:string .

<http://lexvo.org/id/char/2568D> a lvont:Character ;
    lvont:represents "𥚍"^^xsd:string .

<http://lexvo.org/id/char/2568E> a lvont:Character ;
    lvont:represents "𥚎"^^xsd:string .

<http://lexvo.org/id/char/2568F> a lvont:Character ;
    lvont:represents "𥚏"^^xsd:string .

<http://lexvo.org/id/char/2569> a lvont:Character ;
    lvont:represents "╩"^^xsd:string ;
    rdfs:comment "BOX DRAWINGS DOUBLE UP AND HORIZONTAL"@en .

<http://lexvo.org/id/char/25690> a lvont:Character ;
    lvont:represents "𥚐"^^xsd:string .

<http://lexvo.org/id/char/25691> a lvont:Character ;
    lvont:represents "𥚑"^^xsd:string .

<http://lexvo.org/id/char/25692> a lvont:Character ;
    lvont:represents "𥚒"^^xsd:string .

<http://lexvo.org/id/char/25693> a lvont:Character ;
    lvont:represents "𥚓"^^xsd:string .

<http://lexvo.org/id/char/25694> a lvont:Character ;
    lvont:represents "𥚔"^^xsd:string .

<http://lexvo.org/id/char/25695> a lvont:Character ;
    lvont:represents "𥚕"^^xsd:string .

<http://lexvo.org/id/char/25696> a lvont:Character ;
    lvont:represents "𥚖"^^xsd:string .

<http://lexvo.org/id/char/25697> a lvont:Character ;
    lvont:represents "𥚗"^^xsd:string .

<http://lexvo.org/id/char/25698> a lvont:Character ;
    lvont:represents "𥚘"^^xsd:string .

<http://lexvo.org/id/char/25699> a lvont:Character ;
    lvont:represents "𥚙"^^xsd:string .

<http://lexvo.org/id/char/2569A> a lvont:Character ;
    lvont:represents "𥚚"^^xsd:string .

<http://lexvo.org/id/char/2569B> a lvont:Character ;
    lvont:represents "𥚛"^^xsd:string .

<http://lexvo.org/id/char/2569C> a lvont:Character ;
    lvont:represents "𥚜"^^xsd:string .

<http://lexvo.org/id/char/2569D> a lvont:Character ;
    lvont:represents "𥚝"^^xsd:string .

<http://lexvo.org/id/char/2569E> a lvont:Character ;
    lvont:represents "𥚞"^^xsd:string .

<http://lexvo.org/id/char/2569F> a lvont:Character ;
    lvont:represents "𥚟"^^xsd:string .

<http://lexvo.org/id/char/256A> a lvont:Character ;
    lvont:represents "╪"^^xsd:string ;
    rdfs:comment "BOX DRAWINGS VERTICAL SINGLE AND HORIZONTAL DOUBLE"@en .

<http://lexvo.org/id/char/256A0> a lvont:Character ;
    lvont:represents "𥚠"^^xsd:string .

<http://lexvo.org/id/char/256A1> a lvont:Character ;
    lvont:represents "𥚡"^^xsd:string .

<http://lexvo.org/id/char/256A2> a lvont:Character ;
    lvont:represents "𥚢"^^xsd:string .

<http://lexvo.org/id/char/256A3> a lvont:Character ;
    lvont:represents "𥚣"^^xsd:string .

<http://lexvo.org/id/char/256A4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/th%E1%BB%9D>,
        "𥚤"^^xsd:string .

<http://lexvo.org/id/char/256A5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/l%C3%A3i>,
        "𥚥"^^xsd:string .

<http://lexvo.org/id/char/256A6> a lvont:Character ;
    lvont:represents "𥚦"^^xsd:string .

<http://lexvo.org/id/char/256A7> a lvont:Character ;
    lvont:represents "𥚧"^^xsd:string .

<http://lexvo.org/id/char/256A8> a lvont:Character ;
    lvont:represents "𥚨"^^xsd:string .

<http://lexvo.org/id/char/256A9> a lvont:Character ;
    lvont:represents "𥚩"^^xsd:string .

<http://lexvo.org/id/char/256AA> a lvont:Character ;
    lvont:represents "𥚪"^^xsd:string .

<http://lexvo.org/id/char/256AB> a lvont:Character ;
    lvont:represents "𥚫"^^xsd:string .

<http://lexvo.org/id/char/256AC> a lvont:Character ;
    lvont:represents "𥚬"^^xsd:string .

<http://lexvo.org/id/char/256AD> a lvont:Character ;
    lvont:represents "𥚭"^^xsd:string .

<http://lexvo.org/id/char/256AE> a lvont:Character ;
    lvont:represents "𥚮"^^xsd:string .

<http://lexvo.org/id/char/256AF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/d%E1%BB%85>,
        "𥚯"^^xsd:string .

<http://lexvo.org/id/char/256B> a lvont:Character ;
    lvont:represents "╫"^^xsd:string ;
    rdfs:comment "BOX DRAWINGS VERTICAL DOUBLE AND HORIZONTAL SINGLE"@en .

<http://lexvo.org/id/char/256B0> a lvont:Character ;
    lvont:represents "𥚰"^^xsd:string .

<http://lexvo.org/id/char/256B1> a lvont:Character ;
    lvont:represents "𥚱"^^xsd:string .

<http://lexvo.org/id/char/256B2> a lvont:Character ;
    lvont:represents "𥚲"^^xsd:string .

<http://lexvo.org/id/char/256B3> a lvont:Character ;
    lvont:represents "𥚳"^^xsd:string .

<http://lexvo.org/id/char/256B4> a lvont:Character ;
    lvont:represents "𥚴"^^xsd:string .

<http://lexvo.org/id/char/256B5> a lvont:Character ;
    lvont:represents "𥚵"^^xsd:string .

<http://lexvo.org/id/char/256B6> a lvont:Character ;
    lvont:represents "𥚶"^^xsd:string .

<http://lexvo.org/id/char/256B7> a lvont:Character ;
    lvont:represents "𥚷"^^xsd:string .

<http://lexvo.org/id/char/256B8> a lvont:Character ;
    lvont:represents "𥚸"^^xsd:string .

<http://lexvo.org/id/char/256B9> a lvont:Character ;
    lvont:represents "𥚹"^^xsd:string .

<http://lexvo.org/id/char/256BA> a lvont:Character ;
    lvont:represents "𥚺"^^xsd:string .

<http://lexvo.org/id/char/256BB> a lvont:Character ;
    lvont:represents "𥚻"^^xsd:string .

<http://lexvo.org/id/char/256BC> a lvont:Character ;
    lvont:represents "𥚼"^^xsd:string .

<http://lexvo.org/id/char/256BD> a lvont:Character ;
    lvont:represents "𥚽"^^xsd:string .

<http://lexvo.org/id/char/256BE> a lvont:Character ;
    lvont:represents "𥚾"^^xsd:string .

<http://lexvo.org/id/char/256BF> a lvont:Character ;
    lvont:represents "𥚿"^^xsd:string .

<http://lexvo.org/id/char/256C> a lvont:Character ;
    lvont:represents "╬"^^xsd:string ;
    rdfs:comment "BOX DRAWINGS DOUBLE VERTICAL AND HORIZONTAL"@en .

<http://lexvo.org/id/char/256C0> a lvont:Character ;
    lvont:represents "𥛀"^^xsd:string .

<http://lexvo.org/id/char/256C1> a lvont:Character ;
    lvont:represents "𥛁"^^xsd:string .

<http://lexvo.org/id/char/256C2> a lvont:Character ;
    lvont:represents "𥛂"^^xsd:string .

<http://lexvo.org/id/char/256C3> a lvont:Character ;
    lvont:represents "𥛃"^^xsd:string .

<http://lexvo.org/id/char/256C4> a lvont:Character ;
    lvont:represents "𥛄"^^xsd:string .

<http://lexvo.org/id/char/256C5> a lvont:Character ;
    lvont:represents "𥛅"^^xsd:string .

<http://lexvo.org/id/char/256C6> a lvont:Character ;
    lvont:represents "𥛆"^^xsd:string .

<http://lexvo.org/id/char/256C7> a lvont:Character ;
    lvont:represents "𥛇"^^xsd:string .

<http://lexvo.org/id/char/256C8> a lvont:Character ;
    lvont:represents "𥛈"^^xsd:string .

<http://lexvo.org/id/char/256C9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/l%E1%BA%ADy>,
        "𥛉"^^xsd:string .

<http://lexvo.org/id/char/256CA> a lvont:Character ;
    lvont:represents "𥛊"^^xsd:string .

<http://lexvo.org/id/char/256CB> a lvont:Character ;
    lvont:represents "𥛋"^^xsd:string .

<http://lexvo.org/id/char/256CC> a lvont:Character ;
    lvont:represents "𥛌"^^xsd:string .

<http://lexvo.org/id/char/256CD> a lvont:Character ;
    lvont:represents "𥛍"^^xsd:string .

<http://lexvo.org/id/char/256CE> a lvont:Character ;
    lvont:represents "𥛎"^^xsd:string .

<http://lexvo.org/id/char/256CF> a lvont:Character ;
    lvont:represents "𥛏"^^xsd:string .

<http://lexvo.org/id/char/256D> a lvont:Character ;
    lvont:represents "╭"^^xsd:string ;
    rdfs:comment "BOX DRAWINGS LIGHT ARC DOWN AND RIGHT"@en .

<http://lexvo.org/id/char/256D0> a lvont:Character ;
    lvont:represents "𥛐"^^xsd:string .

<http://lexvo.org/id/char/256D1> a lvont:Character ;
    lvont:represents "𥛑"^^xsd:string .

<http://lexvo.org/id/char/256D2> a lvont:Character ;
    lvont:represents "𥛒"^^xsd:string .

<http://lexvo.org/id/char/256D3> a lvont:Character ;
    lvont:represents "𥛓"^^xsd:string .

<http://lexvo.org/id/char/256D4> a lvont:Character ;
    lvont:represents "𥛔"^^xsd:string .

<http://lexvo.org/id/char/256D5> a lvont:Character ;
    lvont:represents "𥛕"^^xsd:string .

<http://lexvo.org/id/char/256D6> a lvont:Character ;
    lvont:represents "𥛖"^^xsd:string .

<http://lexvo.org/id/char/256D7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/nh%C3%B2m>,
        "𥛗"^^xsd:string .

<http://lexvo.org/id/char/256D8> a lvont:Character ;
    lvont:represents "𥛘"^^xsd:string .

<http://lexvo.org/id/char/256D9> a lvont:Character ;
    lvont:represents "𥛙"^^xsd:string .

<http://lexvo.org/id/char/256DA> a lvont:Character ;
    lvont:represents "𥛚"^^xsd:string .

<http://lexvo.org/id/char/256DB> a lvont:Character ;
    lvont:represents "𥛛"^^xsd:string .

<http://lexvo.org/id/char/256DC> a lvont:Character ;
    lvont:represents "𥛜"^^xsd:string .

<http://lexvo.org/id/char/256DD> a lvont:Character ;
    lvont:represents "𥛝"^^xsd:string .

<http://lexvo.org/id/char/256DE> a lvont:Character ;
    lvont:represents "𥛞"^^xsd:string .

<http://lexvo.org/id/char/256DF> a lvont:Character ;
    lvont:represents "𥛟"^^xsd:string .

<http://lexvo.org/id/char/256E> a lvont:Character ;
    lvont:represents "╮"^^xsd:string ;
    rdfs:comment "BOX DRAWINGS LIGHT ARC DOWN AND LEFT"@en .

<http://lexvo.org/id/char/256E0> a lvont:Character ;
    lvont:represents "𥛠"^^xsd:string .

<http://lexvo.org/id/char/256E1> a lvont:Character ;
    lvont:represents "𥛡"^^xsd:string .

<http://lexvo.org/id/char/256E2> a lvont:Character ;
    lvont:represents "𥛢"^^xsd:string .

<http://lexvo.org/id/char/256E3> a lvont:Character ;
    lvont:represents "𥛣"^^xsd:string .

<http://lexvo.org/id/char/256E4> a lvont:Character ;
    lvont:represents "𥛤"^^xsd:string .

<http://lexvo.org/id/char/256E5> a lvont:Character ;
    lvont:represents "𥛥"^^xsd:string .

<http://lexvo.org/id/char/256E6> a lvont:Character ;
    lvont:represents "𥛦"^^xsd:string .

<http://lexvo.org/id/char/256E7> a lvont:Character ;
    lvont:represents "𥛧"^^xsd:string .

<http://lexvo.org/id/char/256E8> a lvont:Character ;
    lvont:represents "𥛨"^^xsd:string .

<http://lexvo.org/id/char/256E9> a lvont:Character ;
    lvont:represents "𥛩"^^xsd:string .

<http://lexvo.org/id/char/256EA> a lvont:Character ;
    lvont:represents "𥛪"^^xsd:string .

<http://lexvo.org/id/char/256EB> a lvont:Character ;
    lvont:represents "𥛫"^^xsd:string .

<http://lexvo.org/id/char/256EC> a lvont:Character ;
    lvont:represents "𥛬"^^xsd:string .

<http://lexvo.org/id/char/256ED> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/l%E1%BA%BB>,
        "𥛭"^^xsd:string .

<http://lexvo.org/id/char/256EE> a lvont:Character ;
    lvont:represents "𥛮"^^xsd:string .

<http://lexvo.org/id/char/256EF> a lvont:Character ;
    lvont:represents "𥛯"^^xsd:string .

<http://lexvo.org/id/char/256F> a lvont:Character ;
    lvont:represents "╯"^^xsd:string ;
    rdfs:comment "BOX DRAWINGS LIGHT ARC UP AND LEFT"@en .

<http://lexvo.org/id/char/256F0> a lvont:Character ;
    lvont:represents "𥛰"^^xsd:string .

<http://lexvo.org/id/char/256F1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C4%93ng>,
        "𥛱"^^xsd:string .

<http://lexvo.org/id/char/256F2> a lvont:Character ;
    lvont:represents "𥛲"^^xsd:string .

<http://lexvo.org/id/char/256F3> a lvont:Character ;
    lvont:represents "𥛳"^^xsd:string .

<http://lexvo.org/id/char/256F4> a lvont:Character ;
    lvont:represents "𥛴"^^xsd:string .

<http://lexvo.org/id/char/256F5> a lvont:Character ;
    lvont:represents "𥛵"^^xsd:string .

<http://lexvo.org/id/char/256F6> a lvont:Character ;
    lvont:represents "𥛶"^^xsd:string .

<http://lexvo.org/id/char/256F7> a lvont:Character ;
    lvont:represents "𥛷"^^xsd:string .

<http://lexvo.org/id/char/256F8> a lvont:Character ;
    lvont:represents "𥛸"^^xsd:string .

<http://lexvo.org/id/char/256F9> a lvont:Character ;
    lvont:represents "𥛹"^^xsd:string .

<http://lexvo.org/id/char/256FA> a lvont:Character ;
    lvont:represents "𥛺"^^xsd:string .

<http://lexvo.org/id/char/256FB> a lvont:Character ;
    lvont:represents "𥛻"^^xsd:string .

<http://lexvo.org/id/char/256FC> a lvont:Character ;
    lvont:represents "𥛼"^^xsd:string .

<http://lexvo.org/id/char/256FD> a lvont:Character ;
    lvont:represents "𥛽"^^xsd:string .

<http://lexvo.org/id/char/256FE> a lvont:Character ;
    lvont:represents "𥛾"^^xsd:string .

<http://lexvo.org/id/char/256FF> a lvont:Character ;
    lvont:represents "𥛿"^^xsd:string .

<http://lexvo.org/id/char/2570> a lvont:Character ;
    lvont:represents "╰"^^xsd:string ;
    rdfs:comment "BOX DRAWINGS LIGHT ARC UP AND RIGHT"@en .

<http://lexvo.org/id/char/25700> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/v%E1%BA%A3i>,
        "𥜀"^^xsd:string .

<http://lexvo.org/id/char/25701> a lvont:Character ;
    lvont:represents "𥜁"^^xsd:string .

<http://lexvo.org/id/char/25702> a lvont:Character ;
    lvont:represents "𥜂"^^xsd:string .

<http://lexvo.org/id/char/25703> a lvont:Character ;
    lvont:represents "𥜃"^^xsd:string .

<http://lexvo.org/id/char/25704> a lvont:Character ;
    lvont:represents "𥜄"^^xsd:string .

<http://lexvo.org/id/char/25705> a lvont:Character ;
    lvont:represents "𥜅"^^xsd:string .

<http://lexvo.org/id/char/25706> a lvont:Character ;
    lvont:represents "𥜆"^^xsd:string .

<http://lexvo.org/id/char/25707> a lvont:Character ;
    lvont:represents "𥜇"^^xsd:string .

<http://lexvo.org/id/char/25708> a lvont:Character ;
    lvont:represents "𥜈"^^xsd:string .

<http://lexvo.org/id/char/25709> a lvont:Character ;
    lvont:represents "𥜉"^^xsd:string .

<http://lexvo.org/id/char/2570A> a lvont:Character ;
    lvont:represents "𥜊"^^xsd:string .

<http://lexvo.org/id/char/2570B> a lvont:Character ;
    lvont:represents "𥜋"^^xsd:string .

<http://lexvo.org/id/char/2570C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C7%8Eo>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%F0%A5%9C%8C>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ou3>,
        <http://lexvo.org/id/term/yue/%F0%A5%9C%8C>,
        "𥜌"^^xsd:string ;
    rdfs:comment "a coat, jacket, robe"@en .

<http://lexvo.org/id/char/2570D> a lvont:Character ;
    lvont:represents "𥜍"^^xsd:string .

<http://lexvo.org/id/char/2570E> a lvont:Character ;
    lvont:represents "𥜎"^^xsd:string .

<http://lexvo.org/id/char/2570F> a lvont:Character ;
    lvont:represents "𥜏"^^xsd:string .

<http://lexvo.org/id/char/2571> a lvont:Character ;
    lvont:represents "╱"^^xsd:string ;
    rdfs:comment "BOX DRAWINGS LIGHT DIAGONAL UPPER RIGHT TO LOWER LEFT"@en .

<http://lexvo.org/id/char/25710> a lvont:Character ;
    lvont:represents "𥜐"^^xsd:string .

<http://lexvo.org/id/char/25711> a lvont:Character ;
    lvont:represents "𥜑"^^xsd:string .

<http://lexvo.org/id/char/25712> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%F0%A5%9C%92>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%8En>,
        "𥜒"^^xsd:string ;
    rdfs:comment "to pray to the gods"@en .

<http://lexvo.org/id/char/25713> a lvont:Character ;
    lvont:represents "𥜓"^^xsd:string .

<http://lexvo.org/id/char/25714> a lvont:Character ;
    lvont:represents "𥜔"^^xsd:string .

<http://lexvo.org/id/char/25715> a lvont:Character ;
    lvont:represents "𥜕"^^xsd:string .

<http://lexvo.org/id/char/25716> a lvont:Character ;
    lvont:represents "𥜖"^^xsd:string .

<http://lexvo.org/id/char/25717> a lvont:Character ;
    lvont:represents "𥜗"^^xsd:string .

<http://lexvo.org/id/char/25718> a lvont:Character ;
    lvont:represents "𥜘"^^xsd:string .

<http://lexvo.org/id/char/25719> a lvont:Character ;
    lvont:represents "𥜙"^^xsd:string .

<http://lexvo.org/id/char/2571A> a lvont:Character ;
    lvont:represents "𥜚"^^xsd:string .

<http://lexvo.org/id/char/2571B> a lvont:Character ;
    lvont:represents "𥜛"^^xsd:string .

<http://lexvo.org/id/char/2571C> a lvont:Character ;
    lvont:represents "𥜜"^^xsd:string .

<http://lexvo.org/id/char/2571D> a lvont:Character ;
    lvont:represents "𥜝"^^xsd:string .

<http://lexvo.org/id/char/2571E> a lvont:Character ;
    lvont:represents "𥜞"^^xsd:string .

<http://lexvo.org/id/char/2571F> a lvont:Character ;
    lvont:represents "𥜟"^^xsd:string .

<http://lexvo.org/id/char/2572> a lvont:Character ;
    lvont:represents "╲"^^xsd:string ;
    rdfs:comment "BOX DRAWINGS LIGHT DIAGONAL UPPER LEFT TO LOWER RIGHT"@en .

<http://lexvo.org/id/char/25720> a lvont:Character ;
    lvont:represents "𥜠"^^xsd:string .

<http://lexvo.org/id/char/25721> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/nh%E1%BA%BD>,
        "𥜡"^^xsd:string .

<http://lexvo.org/id/char/25722> a lvont:Character ;
    lvont:represents "𥜢"^^xsd:string .

<http://lexvo.org/id/char/25723> a lvont:Character ;
    lvont:represents "𥜣"^^xsd:string .

<http://lexvo.org/id/char/25724> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/r%E1%BA%BB>,
        "𥜤"^^xsd:string .

<http://lexvo.org/id/char/25725> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%F0%A5%9C%A5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%AC>,
        "𥜥"^^xsd:string ;
    rdfs:comment "the duration of a dynasty or reign"@en .

<http://lexvo.org/id/char/25726> a lvont:Character ;
    lvont:represents "𥜦"^^xsd:string .

<http://lexvo.org/id/char/25727> a lvont:Character ;
    lvont:represents "𥜧"^^xsd:string .

<http://lexvo.org/id/char/25728> a lvont:Character ;
    lvont:represents "𥜨"^^xsd:string .

<http://lexvo.org/id/char/25729> a lvont:Character ;
    lvont:represents "𥜩"^^xsd:string .

<http://lexvo.org/id/char/2572A> a lvont:Character ;
    lvont:represents "𥜪"^^xsd:string .

<http://lexvo.org/id/char/2572B> a lvont:Character ;
    lvont:represents "𥜫"^^xsd:string .

<http://lexvo.org/id/char/2572C> a lvont:Character ;
    lvont:represents "𥜬"^^xsd:string .

<http://lexvo.org/id/char/2572D> a lvont:Character ;
    lvont:represents "𥜭"^^xsd:string .

<http://lexvo.org/id/char/2572E> a lvont:Character ;
    lvont:represents "𥜮"^^xsd:string .

<http://lexvo.org/id/char/2572F> a lvont:Character ;
    lvont:represents "𥜯"^^xsd:string .

<http://lexvo.org/id/char/2573> a lvont:Character ;
    lvont:represents "╳"^^xsd:string ;
    rdfs:comment "BOX DRAWINGS LIGHT DIAGONAL CROSS"@en .

<http://lexvo.org/id/char/25730> a lvont:Character ;
    lvont:represents "𥜰"^^xsd:string .

<http://lexvo.org/id/char/25731> a lvont:Character ;
    lvont:represents "𥜱"^^xsd:string .

<http://lexvo.org/id/char/25732> a lvont:Character ;
    lvont:represents "𥜲"^^xsd:string .

<http://lexvo.org/id/char/25733> a lvont:Character ;
    lvont:represents "𥜳"^^xsd:string .

<http://lexvo.org/id/char/25734> a lvont:Character ;
    lvont:represents "𥜴"^^xsd:string .

<http://lexvo.org/id/char/25735> a lvont:Character ;
    lvont:represents "𥜵"^^xsd:string .

<http://lexvo.org/id/char/25736> a lvont:Character ;
    lvont:represents "𥜶"^^xsd:string .

<http://lexvo.org/id/char/25737> a lvont:Character ;
    lvont:represents "𥜷"^^xsd:string .

<http://lexvo.org/id/char/25738> a lvont:Character ;
    lvont:represents "𥜸"^^xsd:string .

<http://lexvo.org/id/char/25739> a lvont:Character ;
    lvont:represents "𥜹"^^xsd:string .

<http://lexvo.org/id/char/2573A> a lvont:Character ;
    lvont:represents "𥜺"^^xsd:string .

<http://lexvo.org/id/char/2573B> a lvont:Character ;
    lvont:represents "𥜻"^^xsd:string .

<http://lexvo.org/id/char/2573C> a lvont:Character ;
    lvont:represents "𥜼"^^xsd:string .

<http://lexvo.org/id/char/2573D> a lvont:Character ;
    lvont:represents "𥜽"^^xsd:string .

<http://lexvo.org/id/char/2573E> a lvont:Character ;
    lvont:represents "𥜾"^^xsd:string .

<http://lexvo.org/id/char/2573F> a lvont:Character ;
    lvont:represents "𥜿"^^xsd:string .

<http://lexvo.org/id/char/2574> a lvont:Character ;
    lvont:represents "╴"^^xsd:string ;
    rdfs:comment "BOX DRAWINGS LIGHT LEFT"@en .

<http://lexvo.org/id/char/25740> a lvont:Character ;
    lvont:represents "𥝀"^^xsd:string .

<http://lexvo.org/id/char/25741> a lvont:Character ;
    lvont:represents "𥝁"^^xsd:string .

<http://lexvo.org/id/char/25742> a lvont:Character ;
    lvont:represents "𥝂"^^xsd:string .

<http://lexvo.org/id/char/25743> a lvont:Character ;
    lvont:represents "𥝃"^^xsd:string .

<http://lexvo.org/id/char/25744> a lvont:Character ;
    lvont:represents "𥝄"^^xsd:string .

<http://lexvo.org/id/char/25745> a lvont:Character ;
    lvont:represents "𥝅"^^xsd:string .

<http://lexvo.org/id/char/25746> a lvont:Character ;
    lvont:represents "𥝆"^^xsd:string .

<http://lexvo.org/id/char/25747> a lvont:Character ;
    lvont:represents "𥝇"^^xsd:string .

<http://lexvo.org/id/char/25748> a lvont:Character ;
    lvont:represents "𥝈"^^xsd:string .

<http://lexvo.org/id/char/25749> a lvont:Character ;
    lvont:represents "𥝉"^^xsd:string .

<http://lexvo.org/id/char/2574A> a lvont:Character ;
    lvont:represents "𥝊"^^xsd:string .

<http://lexvo.org/id/char/2574B> a lvont:Character ;
    lvont:represents "𥝋"^^xsd:string .

<http://lexvo.org/id/char/2574D> a lvont:Character ;
    lvont:represents "𥝍"^^xsd:string .

<http://lexvo.org/id/char/2574E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/g%E1%BA%B7t>,
        "𥝎"^^xsd:string .

<http://lexvo.org/id/char/2574F> a lvont:Character ;
    lvont:represents "𥝏"^^xsd:string .

<http://lexvo.org/id/char/2575> a lvont:Character ;
    lvont:represents "╵"^^xsd:string ;
    rdfs:comment "BOX DRAWINGS LIGHT UP"@en .

<http://lexvo.org/id/char/25750> a lvont:Character ;
    lvont:represents "𥝐"^^xsd:string .

<http://lexvo.org/id/char/25751> a lvont:Character ;
    lvont:represents "𥝑"^^xsd:string .

<http://lexvo.org/id/char/25752> a lvont:Character ;
    lvont:represents "𥝒"^^xsd:string .

<http://lexvo.org/id/char/25753> a lvont:Character ;
    lvont:represents "𥝓"^^xsd:string .

<http://lexvo.org/id/char/25754> a lvont:Character ;
    lvont:represents "𥝔"^^xsd:string .

<http://lexvo.org/id/char/25755> a lvont:Character ;
    lvont:represents "𥝕"^^xsd:string .

<http://lexvo.org/id/char/25756> a lvont:Character ;
    lvont:represents "𥝖"^^xsd:string .

<http://lexvo.org/id/char/25757> a lvont:Character ;
    lvont:represents "𥝗"^^xsd:string .

<http://lexvo.org/id/char/25758> a lvont:Character ;
    lvont:represents "𥝘"^^xsd:string .

<http://lexvo.org/id/char/25759> a lvont:Character ;
    lvont:represents "𥝙"^^xsd:string .

<http://lexvo.org/id/char/2575A> a lvont:Character ;
    lvont:represents "𥝚"^^xsd:string .

<http://lexvo.org/id/char/2575B> a lvont:Character ;
    lvont:represents "𥝛"^^xsd:string .

<http://lexvo.org/id/char/2575C> a lvont:Character ;
    lvont:represents "𥝜"^^xsd:string .

<http://lexvo.org/id/char/2575D> a lvont:Character ;
    lvont:represents "𥝝"^^xsd:string .

<http://lexvo.org/id/char/2575E> a lvont:Character ;
    lvont:represents "𥝞"^^xsd:string .

<http://lexvo.org/id/char/2575F> a lvont:Character ;
    lvont:represents "𥝟"^^xsd:string .

<http://lexvo.org/id/char/2576> a lvont:Character ;
    lvont:represents "╶"^^xsd:string ;
    rdfs:comment "BOX DRAWINGS LIGHT RIGHT"@en .

<http://lexvo.org/id/char/25760> a lvont:Character ;
    lvont:represents "𥝠"^^xsd:string .

<http://lexvo.org/id/char/25761> a lvont:Character ;
    lvont:represents "𥝡"^^xsd:string .

<http://lexvo.org/id/char/25762> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%F0%A5%9D%A2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lei6>,
        <http://lexvo.org/id/term/yue/%F0%A5%9D%A2>,
        "𥝢"^^xsd:string ;
    rdfs:comment "to take advantage of; sharp (of weapons); profitable; profit"@en .

<http://lexvo.org/id/char/25763> a lvont:Character ;
    lvont:represents "𥝣"^^xsd:string .

<http://lexvo.org/id/char/25764> a lvont:Character ;
    lvont:represents "𥝤"^^xsd:string .

<http://lexvo.org/id/char/25765> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/c%E1%BA%B7p>,
        "𥝥"^^xsd:string .

<http://lexvo.org/id/char/25766> a lvont:Character ;
    lvont:represents "𥝦"^^xsd:string .

<http://lexvo.org/id/char/25767> a lvont:Character ;
    lvont:represents "𥝧"^^xsd:string .

<http://lexvo.org/id/char/25768> a lvont:Character ;
    lvont:represents "𥝨"^^xsd:string .

<http://lexvo.org/id/char/25769> a lvont:Character ;
    lvont:represents "𥝩"^^xsd:string .

<http://lexvo.org/id/char/2576A> a lvont:Character ;
    lvont:represents "𥝪"^^xsd:string .

<http://lexvo.org/id/char/2576B> a lvont:Character ;
    lvont:represents "𥝫"^^xsd:string .

<http://lexvo.org/id/char/2576C> a lvont:Character ;
    lvont:represents "𥝬"^^xsd:string .

<http://lexvo.org/id/char/2576D> a lvont:Character ;
    lvont:represents "𥝭"^^xsd:string .

<http://lexvo.org/id/char/2576E> a lvont:Character ;
    lvont:represents "𥝮"^^xsd:string .

<http://lexvo.org/id/char/2576F> a lvont:Character ;
    lvont:represents "𥝯"^^xsd:string .

<http://lexvo.org/id/char/2577> a lvont:Character ;
    lvont:represents "╷"^^xsd:string ;
    rdfs:comment "BOX DRAWINGS LIGHT DOWN"@en .

<http://lexvo.org/id/char/25770> a lvont:Character ;
    lvont:represents "𥝰"^^xsd:string .

<http://lexvo.org/id/char/25771> a lvont:Character ;
    lvont:represents "𥝱"^^xsd:string .

<http://lexvo.org/id/char/25772> a lvont:Character ;
    lvont:represents "𥝲"^^xsd:string .

<http://lexvo.org/id/char/25773> a lvont:Character ;
    lvont:represents "𥝳"^^xsd:string .

<http://lexvo.org/id/char/25774> a lvont:Character ;
    lvont:represents "𥝴"^^xsd:string .

<http://lexvo.org/id/char/25775> a lvont:Character ;
    lvont:represents "𥝵"^^xsd:string .

<http://lexvo.org/id/char/25776> a lvont:Character ;
    lvont:represents "𥝶"^^xsd:string .

<http://lexvo.org/id/char/25777> a lvont:Character ;
    lvont:represents "𥝷"^^xsd:string .

<http://lexvo.org/id/char/25778> a lvont:Character ;
    lvont:represents "𥝸"^^xsd:string .

<http://lexvo.org/id/char/25779> a lvont:Character ;
    lvont:represents "𥝹"^^xsd:string .

<http://lexvo.org/id/char/2577A> a lvont:Character ;
    lvont:represents "𥝺"^^xsd:string .

<http://lexvo.org/id/char/2577B> a lvont:Character ;
    lvont:represents "𥝻"^^xsd:string .

<http://lexvo.org/id/char/2577C> a lvont:Character ;
    lvont:represents "𥝼"^^xsd:string .

<http://lexvo.org/id/char/2577D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/c%E1%BA%A5y>,
        "𥝽"^^xsd:string .

<http://lexvo.org/id/char/2577E> a lvont:Character ;
    lvont:represents "𥝾"^^xsd:string .

<http://lexvo.org/id/char/2577F> a lvont:Character ;
    lvont:represents "𥝿"^^xsd:string .

<http://lexvo.org/id/char/2578> a lvont:Character ;
    lvont:represents "╸"^^xsd:string ;
    rdfs:comment "BOX DRAWINGS HEAVY LEFT"@en .

<http://lexvo.org/id/char/25780> a lvont:Character ;
    lvont:represents "𥞀"^^xsd:string .

<http://lexvo.org/id/char/25781> a lvont:Character ;
    lvont:represents "𥞁"^^xsd:string .

<http://lexvo.org/id/char/25782> a lvont:Character ;
    lvont:represents "𥞂"^^xsd:string .

<http://lexvo.org/id/char/25783> a lvont:Character ;
    lvont:represents "𥞃"^^xsd:string .

<http://lexvo.org/id/char/25784> a lvont:Character ;
    lvont:represents "𥞄"^^xsd:string .

<http://lexvo.org/id/char/25785> a lvont:Character ;
    lvont:represents "𥞅"^^xsd:string .

<http://lexvo.org/id/char/25786> a lvont:Character ;
    lvont:represents "𥞆"^^xsd:string .

<http://lexvo.org/id/char/25787> a lvont:Character ;
    lvont:represents "𥞇"^^xsd:string .

<http://lexvo.org/id/char/25788> a lvont:Character ;
    lvont:represents "𥞈"^^xsd:string .

<http://lexvo.org/id/char/25789> a lvont:Character ;
    lvont:represents "𥞉"^^xsd:string .

<http://lexvo.org/id/char/2578A> a lvont:Character ;
    lvont:represents "𥞊"^^xsd:string .

<http://lexvo.org/id/char/2578B> a lvont:Character ;
    lvont:represents "𥞋"^^xsd:string .

<http://lexvo.org/id/char/2578C> a lvont:Character ;
    lvont:represents "𥞌"^^xsd:string .

<http://lexvo.org/id/char/2578D> a lvont:Character ;
    lvont:represents "𥞍"^^xsd:string .

<http://lexvo.org/id/char/2578E> a lvont:Character ;
    lvont:represents "𥞎"^^xsd:string .

<http://lexvo.org/id/char/2578F> a lvont:Character ;
    lvont:represents "𥞏"^^xsd:string .

<http://lexvo.org/id/char/2579> a lvont:Character ;
    lvont:represents "╹"^^xsd:string ;
    rdfs:comment "BOX DRAWINGS HEAVY UP"@en .

<http://lexvo.org/id/char/25790> a lvont:Character ;
    lvont:represents "𥞐"^^xsd:string .

<http://lexvo.org/id/char/25791> a lvont:Character ;
    lvont:represents "𥞑"^^xsd:string .

<http://lexvo.org/id/char/25792> a lvont:Character ;
    lvont:represents "𥞒"^^xsd:string .

<http://lexvo.org/id/char/25793> a lvont:Character ;
    lvont:represents "𥞓"^^xsd:string .

<http://lexvo.org/id/char/25794> a lvont:Character ;
    lvont:represents "𥞔"^^xsd:string .

<http://lexvo.org/id/char/25795> a lvont:Character ;
    lvont:represents "𥞕"^^xsd:string .

<http://lexvo.org/id/char/25796> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/gi%E1%BB%91ng>,
        "𥞖"^^xsd:string .

<http://lexvo.org/id/char/25797> a lvont:Character ;
    lvont:represents "𥞗"^^xsd:string .

<http://lexvo.org/id/char/25798> a lvont:Character ;
    lvont:represents "𥞘"^^xsd:string .

<http://lexvo.org/id/char/25799> a lvont:Character ;
    lvont:represents "𥞙"^^xsd:string .

<http://lexvo.org/id/char/2579A> a lvont:Character ;
    lvont:represents "𥞚"^^xsd:string .

<http://lexvo.org/id/char/2579B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%F0%A5%9E%9B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/du%C3%B2>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/do6>,
        <http://lexvo.org/id/term/yue/%F0%A5%9E%9B>,
        "𥞛"^^xsd:string ;
    rdfs:comment "a stack, pile"@en .

<http://lexvo.org/id/char/2579C> a lvont:Character ;
    lvont:represents "𥞜"^^xsd:string .

<http://lexvo.org/id/char/2579D> a lvont:Character ;
    lvont:represents "𥞝"^^xsd:string .

<http://lexvo.org/id/char/2579E> a lvont:Character ;
    lvont:represents "𥞞"^^xsd:string .

<http://lexvo.org/id/char/2579F> a lvont:Character ;
    lvont:represents "𥞟"^^xsd:string .

<http://lexvo.org/id/char/257A> a lvont:Character ;
    lvont:represents "╺"^^xsd:string ;
    rdfs:comment "BOX DRAWINGS HEAVY RIGHT"@en .

<http://lexvo.org/id/char/257A0> a lvont:Character ;
    lvont:represents "𥞠"^^xsd:string .

<http://lexvo.org/id/char/257A1> a lvont:Character ;
    lvont:represents "𥞡"^^xsd:string .

<http://lexvo.org/id/char/257A2> a lvont:Character ;
    lvont:represents "𥞢"^^xsd:string .

<http://lexvo.org/id/char/257A3> a lvont:Character ;
    lvont:represents "𥞣"^^xsd:string .

<http://lexvo.org/id/char/257A4> a lvont:Character ;
    lvont:represents "𥞤"^^xsd:string .

<http://lexvo.org/id/char/257A5> a lvont:Character ;
    lvont:represents "𥞥"^^xsd:string .

<http://lexvo.org/id/char/257A6> a lvont:Character ;
    lvont:represents "𥞦"^^xsd:string .

<http://lexvo.org/id/char/257A7> a lvont:Character ;
    lvont:represents "𥞧"^^xsd:string .

<http://lexvo.org/id/char/257A8> a lvont:Character ;
    lvont:represents "𥞨"^^xsd:string .

<http://lexvo.org/id/char/257A9> a lvont:Character ;
    lvont:represents "𥞩"^^xsd:string .

<http://lexvo.org/id/char/257AA> a lvont:Character ;
    lvont:represents "𥞪"^^xsd:string .

<http://lexvo.org/id/char/257AB> a lvont:Character ;
    lvont:represents "𥞫"^^xsd:string .

<http://lexvo.org/id/char/257AC> a lvont:Character ;
    lvont:represents "𥞬"^^xsd:string .

<http://lexvo.org/id/char/257AD> a lvont:Character ;
    lvont:represents "𥞭"^^xsd:string .

<http://lexvo.org/id/char/257AE> a lvont:Character ;
    lvont:represents "𥞮"^^xsd:string .

<http://lexvo.org/id/char/257AF> a lvont:Character ;
    lvont:represents "𥞯"^^xsd:string .

<http://lexvo.org/id/char/257B> a lvont:Character ;
    lvont:represents "╻"^^xsd:string ;
    rdfs:comment "BOX DRAWINGS HEAVY DOWN"@en .

<http://lexvo.org/id/char/257B0> a lvont:Character ;
    lvont:represents "𥞰"^^xsd:string .

<http://lexvo.org/id/char/257B1> a lvont:Character ;
    lvont:represents "𥞱"^^xsd:string .

<http://lexvo.org/id/char/257B2> a lvont:Character ;
    lvont:represents "𥞲"^^xsd:string .

<http://lexvo.org/id/char/257B3> a lvont:Character ;
    lvont:represents "𥞳"^^xsd:string .

<http://lexvo.org/id/char/257B4> a lvont:Character ;
    lvont:represents "𥞴"^^xsd:string .

<http://lexvo.org/id/char/257B5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/th%C3%AA>,
        "𥞵"^^xsd:string .

<http://lexvo.org/id/char/257B6> a lvont:Character ;
    lvont:represents "𥞶"^^xsd:string .

<http://lexvo.org/id/char/257B7> a lvont:Character ;
    lvont:represents "𥞷"^^xsd:string .

<http://lexvo.org/id/char/257B8> a lvont:Character ;
    lvont:represents "𥞸"^^xsd:string .

<http://lexvo.org/id/char/257B9> a lvont:Character ;
    lvont:represents "𥞹"^^xsd:string .

<http://lexvo.org/id/char/257BA> a lvont:Character ;
    lvont:represents "𥞺"^^xsd:string .

<http://lexvo.org/id/char/257BB> a lvont:Character ;
    lvont:represents "𥞻"^^xsd:string .

<http://lexvo.org/id/char/257BC> a lvont:Character ;
    lvont:represents "𥞼"^^xsd:string .

<http://lexvo.org/id/char/257BD> a lvont:Character ;
    lvont:represents "𥞽"^^xsd:string .

<http://lexvo.org/id/char/257BE> a lvont:Character ;
    lvont:represents "𥞾"^^xsd:string .

<http://lexvo.org/id/char/257BF> a lvont:Character ;
    lvont:represents "𥞿"^^xsd:string .

<http://lexvo.org/id/char/257C> a lvont:Character ;
    lvont:represents "╼"^^xsd:string ;
    rdfs:comment "BOX DRAWINGS LIGHT LEFT AND HEAVY RIGHT"@en .

<http://lexvo.org/id/char/257C0> a lvont:Character ;
    lvont:represents "𥟀"^^xsd:string .

<http://lexvo.org/id/char/257C1> a lvont:Character ;
    lvont:represents "𥟁"^^xsd:string .

<http://lexvo.org/id/char/257C2> a lvont:Character ;
    lvont:represents "𥟂"^^xsd:string .

<http://lexvo.org/id/char/257C3> a lvont:Character ;
    lvont:represents "𥟃"^^xsd:string .

<http://lexvo.org/id/char/257C4> a lvont:Character ;
    lvont:represents "𥟄"^^xsd:string .

<http://lexvo.org/id/char/257C5> a lvont:Character ;
    lvont:represents "𥟅"^^xsd:string .

<http://lexvo.org/id/char/257C6> a lvont:Character ;
    lvont:represents "𥟆"^^xsd:string .

<http://lexvo.org/id/char/257C7> a lvont:Character ;
    lvont:represents "𥟇"^^xsd:string .

<http://lexvo.org/id/char/257C8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/th%C3%B3c>,
        "𥟈"^^xsd:string .

<http://lexvo.org/id/char/257C9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/th%C3%B3c>,
        "𥟉"^^xsd:string .

<http://lexvo.org/id/char/257CA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ng%C3%B4>,
        "𥟊"^^xsd:string .

<http://lexvo.org/id/char/257CB> a lvont:Character ;
    lvont:represents "𥟋"^^xsd:string .

<http://lexvo.org/id/char/257CC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/b%C3%B4ng>,
        "𥟌"^^xsd:string .

<http://lexvo.org/id/char/257CD> a lvont:Character ;
    lvont:represents "𥟍"^^xsd:string .

<http://lexvo.org/id/char/257CE> a lvont:Character ;
    lvont:represents "𥟎"^^xsd:string .

<http://lexvo.org/id/char/257CF> a lvont:Character ;
    lvont:represents "𥟏"^^xsd:string .

<http://lexvo.org/id/char/257D> a lvont:Character ;
    lvont:represents "╽"^^xsd:string ;
    rdfs:comment "BOX DRAWINGS LIGHT UP AND HEAVY DOWN"@en .

<http://lexvo.org/id/char/257D0> a lvont:Character ;
    lvont:represents "𥟐"^^xsd:string .

<http://lexvo.org/id/char/257D1> a lvont:Character ;
    lvont:represents "𥟑"^^xsd:string .

<http://lexvo.org/id/char/257D2> a lvont:Character ;
    lvont:represents "𥟒"^^xsd:string .

<http://lexvo.org/id/char/257D3> a lvont:Character ;
    lvont:represents "𥟓"^^xsd:string .

<http://lexvo.org/id/char/257D4> a lvont:Character ;
    lvont:represents "𥟔"^^xsd:string .

<http://lexvo.org/id/char/257D5> a lvont:Character ;
    lvont:represents "𥟕"^^xsd:string .

<http://lexvo.org/id/char/257D6> a lvont:Character ;
    lvont:represents "𥟖"^^xsd:string .

<http://lexvo.org/id/char/257D7> a lvont:Character ;
    lvont:represents "𥟗"^^xsd:string .

<http://lexvo.org/id/char/257D8> a lvont:Character ;
    lvont:represents "𥟘"^^xsd:string .

<http://lexvo.org/id/char/257D9> a lvont:Character ;
    lvont:represents "𥟙"^^xsd:string .

<http://lexvo.org/id/char/257DA> a lvont:Character ;
    lvont:represents "𥟚"^^xsd:string .

<http://lexvo.org/id/char/257DB> a lvont:Character ;
    lvont:represents "𥟛"^^xsd:string .

<http://lexvo.org/id/char/257DC> a lvont:Character ;
    lvont:represents "𥟜"^^xsd:string .

<http://lexvo.org/id/char/257DD> a lvont:Character ;
    lvont:represents "𥟝"^^xsd:string .

<http://lexvo.org/id/char/257DE> a lvont:Character ;
    lvont:represents "𥟞"^^xsd:string .

<http://lexvo.org/id/char/257DF> a lvont:Character ;
    lvont:represents "𥟟"^^xsd:string .

<http://lexvo.org/id/char/257E> a lvont:Character ;
    lvont:represents "╾"^^xsd:string ;
    rdfs:comment "BOX DRAWINGS HEAVY LEFT AND LIGHT RIGHT"@en .

<http://lexvo.org/id/char/257E0> a lvont:Character ;
    lvont:represents "𥟠"^^xsd:string .

<http://lexvo.org/id/char/257E1> a lvont:Character ;
    lvont:represents "𥟡"^^xsd:string .

<http://lexvo.org/id/char/257E2> a lvont:Character ;
    lvont:represents "𥟢"^^xsd:string .

<http://lexvo.org/id/char/257E3> a lvont:Character ;
    lvont:represents "𥟣"^^xsd:string .

<http://lexvo.org/id/char/257E4> a lvont:Character ;
    lvont:represents "𥟤"^^xsd:string .

<http://lexvo.org/id/char/257E5> a lvont:Character ;
    lvont:represents "𥟥"^^xsd:string .

<http://lexvo.org/id/char/257E6> a lvont:Character ;
    lvont:represents "𥟦"^^xsd:string .

<http://lexvo.org/id/char/257E7> a lvont:Character ;
    lvont:represents "𥟧"^^xsd:string .

<http://lexvo.org/id/char/257E8> a lvont:Character ;
    lvont:represents "𥟨"^^xsd:string .

<http://lexvo.org/id/char/257E9> a lvont:Character ;
    lvont:represents "𥟩"^^xsd:string .

<http://lexvo.org/id/char/257EA> a lvont:Character ;
    lvont:represents "𥟪"^^xsd:string .

<http://lexvo.org/id/char/257EB> a lvont:Character ;
    lvont:represents "𥟫"^^xsd:string .

<http://lexvo.org/id/char/257EC> a lvont:Character ;
    lvont:represents "𥟬"^^xsd:string .

<http://lexvo.org/id/char/257ED> a lvont:Character ;
    lvont:represents "𥟭"^^xsd:string .

<http://lexvo.org/id/char/257EE> a lvont:Character ;
    lvont:represents "𥟮"^^xsd:string .

<http://lexvo.org/id/char/257EF> a lvont:Character ;
    lvont:represents "𥟯"^^xsd:string .

<http://lexvo.org/id/char/257F> a lvont:Character ;
    lvont:represents "╿"^^xsd:string ;
    rdfs:comment "BOX DRAWINGS HEAVY UP AND LIGHT DOWN"@en .

<http://lexvo.org/id/char/257F0> a lvont:Character ;
    lvont:represents "𥟰"^^xsd:string .

<http://lexvo.org/id/char/257F1> a lvont:Character ;
    lvont:represents "𥟱"^^xsd:string .

<http://lexvo.org/id/char/257F2> a lvont:Character ;
    lvont:represents "𥟲"^^xsd:string .

<http://lexvo.org/id/char/257F3> a lvont:Character ;
    lvont:represents "𥟳"^^xsd:string .

<http://lexvo.org/id/char/257F4> a lvont:Character ;
    lvont:represents "𥟴"^^xsd:string .

<http://lexvo.org/id/char/257F5> a lvont:Character ;
    lvont:represents "𥟵"^^xsd:string .

<http://lexvo.org/id/char/257F6> a lvont:Character ;
    lvont:represents "𥟶"^^xsd:string .

<http://lexvo.org/id/char/257F7> a lvont:Character ;
    lvont:represents "𥟷"^^xsd:string .

<http://lexvo.org/id/char/257F8> a lvont:Character ;
    lvont:represents "𥟸"^^xsd:string .

<http://lexvo.org/id/char/257F9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/l%E1%BB%A5i>,
        "𥟹"^^xsd:string .

<http://lexvo.org/id/char/257FA> a lvont:Character ;
    lvont:represents "𥟺"^^xsd:string .

<http://lexvo.org/id/char/257FB> a lvont:Character ;
    lvont:represents "𥟻"^^xsd:string .

<http://lexvo.org/id/char/257FC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/b%E1%BA%AFp>,
        "𥟼"^^xsd:string .

<http://lexvo.org/id/char/257FD> a lvont:Character ;
    lvont:represents "𥟽"^^xsd:string .

<http://lexvo.org/id/char/257FE> a lvont:Character ;
    lvont:represents "𥟾"^^xsd:string .

<http://lexvo.org/id/char/257FF> a lvont:Character ;
    lvont:represents "𥟿"^^xsd:string .

<http://lexvo.org/id/char/2580> a lvont:Character ;
    lvont:represents "▀"^^xsd:string ;
    rdfs:comment "UPPER HALF BLOCK"@en .

<http://lexvo.org/id/char/25800> a lvont:Character ;
    lvont:represents "𥠀"^^xsd:string .

<http://lexvo.org/id/char/25801> a lvont:Character ;
    lvont:represents "𥠁"^^xsd:string .

<http://lexvo.org/id/char/25802> a lvont:Character ;
    lvont:represents "𥠂"^^xsd:string .

<http://lexvo.org/id/char/25803> a lvont:Character ;
    lvont:represents "𥠃"^^xsd:string .

<http://lexvo.org/id/char/25804> a lvont:Character ;
    lvont:represents "𥠄"^^xsd:string .

<http://lexvo.org/id/char/25805> a lvont:Character ;
    lvont:represents "𥠅"^^xsd:string .

<http://lexvo.org/id/char/25806> a lvont:Character ;
    lvont:represents "𥠆"^^xsd:string .

<http://lexvo.org/id/char/25807> a lvont:Character ;
    lvont:represents "𥠇"^^xsd:string .

<http://lexvo.org/id/char/25808> a lvont:Character ;
    lvont:represents "𥠈"^^xsd:string .

<http://lexvo.org/id/char/25809> a lvont:Character ;
    lvont:represents "𥠉"^^xsd:string .

<http://lexvo.org/id/char/2580A> a lvont:Character ;
    lvont:represents "𥠊"^^xsd:string .

<http://lexvo.org/id/char/2580B> a lvont:Character ;
    lvont:represents "𥠋"^^xsd:string .

<http://lexvo.org/id/char/2580C> a lvont:Character ;
    lvont:represents "𥠌"^^xsd:string .

<http://lexvo.org/id/char/2580D> a lvont:Character ;
    lvont:represents "𥠍"^^xsd:string .

<http://lexvo.org/id/char/2580E> a lvont:Character ;
    lvont:represents "𥠎"^^xsd:string .

<http://lexvo.org/id/char/2580F> a lvont:Character ;
    lvont:represents "𥠏"^^xsd:string .

<http://lexvo.org/id/char/2581> a lvont:Character ;
    lvont:represents "▁"^^xsd:string ;
    rdfs:comment "LOWER ONE EIGHTH BLOCK"@en .

<http://lexvo.org/id/char/25810> a lvont:Character ;
    lvont:represents "𥠐"^^xsd:string .

<http://lexvo.org/id/char/25811> a lvont:Character ;
    lvont:represents "𥠑"^^xsd:string .

<http://lexvo.org/id/char/25812> a lvont:Character ;
    lvont:represents "𥠒"^^xsd:string .

<http://lexvo.org/id/char/25813> a lvont:Character ;
    lvont:represents "𥠓"^^xsd:string .

<http://lexvo.org/id/char/25814> a lvont:Character ;
    lvont:represents "𥠔"^^xsd:string .

<http://lexvo.org/id/char/25815> a lvont:Character ;
    lvont:represents "𥠕"^^xsd:string .

<http://lexvo.org/id/char/25816> a lvont:Character ;
    lvont:represents "𥠖"^^xsd:string .

<http://lexvo.org/id/char/25817> a lvont:Character ;
    lvont:represents "𥠗"^^xsd:string .

<http://lexvo.org/id/char/25818> a lvont:Character ;
    lvont:represents "𥠘"^^xsd:string .

<http://lexvo.org/id/char/25819> a lvont:Character ;
    lvont:represents "𥠙"^^xsd:string .

<http://lexvo.org/id/char/2581A> a lvont:Character ;
    lvont:represents "𥠚"^^xsd:string .

<http://lexvo.org/id/char/2581B> a lvont:Character ;
    lvont:represents "𥠛"^^xsd:string .

<http://lexvo.org/id/char/2581C> a lvont:Character ;
    lvont:represents "𥠜"^^xsd:string .

<http://lexvo.org/id/char/2581D> a lvont:Character ;
    lvont:represents "𥠝"^^xsd:string .

<http://lexvo.org/id/char/2581E> a lvont:Character ;
    lvont:represents "𥠞"^^xsd:string .

<http://lexvo.org/id/char/2581F> a lvont:Character ;
    lvont:represents "𥠟"^^xsd:string .

<http://lexvo.org/id/char/2582> a lvont:Character ;
    lvont:represents "▂"^^xsd:string ;
    rdfs:comment "LOWER ONE QUARTER BLOCK"@en .

<http://lexvo.org/id/char/25820> a lvont:Character ;
    lvont:represents "𥠠"^^xsd:string .

<http://lexvo.org/id/char/25821> a lvont:Character ;
    lvont:represents "𥠡"^^xsd:string .

<http://lexvo.org/id/char/25822> a lvont:Character ;
    lvont:represents "𥠢"^^xsd:string .

<http://lexvo.org/id/char/25823> a lvont:Character ;
    lvont:represents "𥠣"^^xsd:string .

<http://lexvo.org/id/char/25824> a lvont:Character ;
    lvont:represents "𥠤"^^xsd:string .

<http://lexvo.org/id/char/25825> a lvont:Character ;
    lvont:represents "𥠥"^^xsd:string .

<http://lexvo.org/id/char/25826> a lvont:Character ;
    lvont:represents "𥠦"^^xsd:string .

<http://lexvo.org/id/char/25827> a lvont:Character ;
    lvont:represents "𥠧"^^xsd:string .

<http://lexvo.org/id/char/25828> a lvont:Character ;
    lvont:represents "𥠨"^^xsd:string .

<http://lexvo.org/id/char/25829> a lvont:Character ;
    lvont:represents "𥠩"^^xsd:string .

<http://lexvo.org/id/char/2582A> a lvont:Character ;
    lvont:represents "𥠪"^^xsd:string .

<http://lexvo.org/id/char/2582B> a lvont:Character ;
    lvont:represents "𥠫"^^xsd:string .

<http://lexvo.org/id/char/2582C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/tr%E1%BA%A5u>,
        "𥠬"^^xsd:string .

<http://lexvo.org/id/char/2582D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/gi%E1%BB%91ng>,
        "𥠭"^^xsd:string .

<http://lexvo.org/id/char/2582E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/r%C6%A1m>,
        "𥠮"^^xsd:string .

<http://lexvo.org/id/char/2582F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/r%C6%A1m>,
        "𥠯"^^xsd:string .

<http://lexvo.org/id/char/2583> a lvont:Character ;
    lvont:represents "▃"^^xsd:string ;
    rdfs:comment "LOWER THREE EIGHTHS BLOCK"@en .

<http://lexvo.org/id/char/25830> a lvont:Character ;
    lvont:represents "𥠰"^^xsd:string .

<http://lexvo.org/id/char/25831> a lvont:Character ;
    lvont:represents "𥠱"^^xsd:string .

<http://lexvo.org/id/char/25832> a lvont:Character ;
    lvont:represents "𥠲"^^xsd:string .

<http://lexvo.org/id/char/25833> a lvont:Character ;
    lvont:represents "𥠳"^^xsd:string .

<http://lexvo.org/id/char/25834> a lvont:Character ;
    lvont:represents "𥠴"^^xsd:string .

<http://lexvo.org/id/char/25835> a lvont:Character ;
    lvont:represents "𥠵"^^xsd:string .

<http://lexvo.org/id/char/25836> a lvont:Character ;
    lvont:represents "𥠶"^^xsd:string .

<http://lexvo.org/id/char/25837> a lvont:Character ;
    lvont:represents "𥠷"^^xsd:string .

<http://lexvo.org/id/char/25838> a lvont:Character ;
    lvont:represents "𥠸"^^xsd:string .

<http://lexvo.org/id/char/25839> a lvont:Character ;
    lvont:represents "𥠹"^^xsd:string .

<http://lexvo.org/id/char/2583A> a lvont:Character ;
    lvont:represents "𥠺"^^xsd:string .

<http://lexvo.org/id/char/2583B> a lvont:Character ;
    lvont:represents "𥠻"^^xsd:string .

<http://lexvo.org/id/char/2583C> a lvont:Character ;
    lvont:represents "𥠼"^^xsd:string .

<http://lexvo.org/id/char/2583D> a lvont:Character ;
    lvont:represents "𥠽"^^xsd:string .

<http://lexvo.org/id/char/2583E> a lvont:Character ;
    lvont:represents "𥠾"^^xsd:string .

<http://lexvo.org/id/char/2583F> a lvont:Character ;
    lvont:represents "𥠿"^^xsd:string .

<http://lexvo.org/id/char/2584> a lvont:Character ;
    lvont:represents "▄"^^xsd:string ;
    rdfs:comment "LOWER HALF BLOCK"@en .

<http://lexvo.org/id/char/25840> a lvont:Character ;
    lvont:represents "𥡀"^^xsd:string .

<http://lexvo.org/id/char/25841> a lvont:Character ;
    lvont:represents "𥡁"^^xsd:string .

<http://lexvo.org/id/char/25842> a lvont:Character ;
    lvont:represents "𥡂"^^xsd:string .

<http://lexvo.org/id/char/25843> a lvont:Character ;
    lvont:represents "𥡃"^^xsd:string .

<http://lexvo.org/id/char/25844> a lvont:Character ;
    lvont:represents "𥡄"^^xsd:string .

<http://lexvo.org/id/char/25845> a lvont:Character ;
    lvont:represents "𥡅"^^xsd:string .

<http://lexvo.org/id/char/25846> a lvont:Character ;
    lvont:represents "𥡆"^^xsd:string .

<http://lexvo.org/id/char/25847> a lvont:Character ;
    lvont:represents "𥡇"^^xsd:string .

<http://lexvo.org/id/char/25848> a lvont:Character ;
    lvont:represents "𥡈"^^xsd:string .

<http://lexvo.org/id/char/25849> a lvont:Character ;
    lvont:represents "𥡉"^^xsd:string .

<http://lexvo.org/id/char/2584A> a lvont:Character ;
    lvont:represents "𥡊"^^xsd:string .

<http://lexvo.org/id/char/2584B> a lvont:Character ;
    lvont:represents "𥡋"^^xsd:string .

<http://lexvo.org/id/char/2584C> a lvont:Character ;
    lvont:represents "𥡌"^^xsd:string .

<http://lexvo.org/id/char/2584D> a lvont:Character ;
    lvont:represents "𥡍"^^xsd:string .

<http://lexvo.org/id/char/2584E> a lvont:Character ;
    lvont:represents "𥡎"^^xsd:string .

<http://lexvo.org/id/char/2584F> a lvont:Character ;
    lvont:represents "𥡏"^^xsd:string .

<http://lexvo.org/id/char/2585> a lvont:Character ;
    lvont:represents "▅"^^xsd:string ;
    rdfs:comment "LOWER FIVE EIGHTHS BLOCK"@en .

<http://lexvo.org/id/char/25850> a lvont:Character ;
    lvont:represents "𥡐"^^xsd:string .

<http://lexvo.org/id/char/25851> a lvont:Character ;
    lvont:represents "𥡑"^^xsd:string .

<http://lexvo.org/id/char/25852> a lvont:Character ;
    lvont:represents "𥡒"^^xsd:string .

<http://lexvo.org/id/char/25853> a lvont:Character ;
    lvont:represents "𥡓"^^xsd:string .

<http://lexvo.org/id/char/25854> a lvont:Character ;
    lvont:represents "𥡔"^^xsd:string .

<http://lexvo.org/id/char/25855> a lvont:Character ;
    lvont:represents "𥡕"^^xsd:string .

<http://lexvo.org/id/char/25856> a lvont:Character ;
    lvont:represents "𥡖"^^xsd:string .

<http://lexvo.org/id/char/25857> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/m%C3%A1>,
        "𥡗"^^xsd:string .

<http://lexvo.org/id/char/25858> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/v%E1%BB%B1a>,
        "𥡘"^^xsd:string .

<http://lexvo.org/id/char/25859> a lvont:Character ;
    lvont:represents "𥡙"^^xsd:string .

<http://lexvo.org/id/char/2585A> a lvont:Character ;
    lvont:represents "𥡚"^^xsd:string .

<http://lexvo.org/id/char/2585B> a lvont:Character ;
    lvont:represents "𥡛"^^xsd:string .

<http://lexvo.org/id/char/2585C> a lvont:Character ;
    lvont:represents "𥡜"^^xsd:string .

<http://lexvo.org/id/char/2585D> a lvont:Character ;
    lvont:represents "𥡝"^^xsd:string .

<http://lexvo.org/id/char/2585E> a lvont:Character ;
    lvont:represents "𥡞"^^xsd:string .

<http://lexvo.org/id/char/2585F> a lvont:Character ;
    lvont:represents "𥡟"^^xsd:string .

<http://lexvo.org/id/char/2586> a lvont:Character ;
    lvont:represents "▆"^^xsd:string ;
    rdfs:comment "LOWER THREE QUARTERS BLOCK"@en .

<http://lexvo.org/id/char/25860> a lvont:Character ;
    lvont:represents "𥡠"^^xsd:string .

<http://lexvo.org/id/char/25861> a lvont:Character ;
    lvont:represents "𥡡"^^xsd:string .

<http://lexvo.org/id/char/25862> a lvont:Character ;
    lvont:represents "𥡢"^^xsd:string .

<http://lexvo.org/id/char/25863> a lvont:Character ;
    lvont:represents "𥡣"^^xsd:string .

<http://lexvo.org/id/char/25864> a lvont:Character ;
    lvont:represents "𥡤"^^xsd:string ;
    rdfs:comment "to shrink"@en .

<http://lexvo.org/id/char/25865> a lvont:Character ;
    lvont:represents "𥡥"^^xsd:string .

<http://lexvo.org/id/char/25866> a lvont:Character ;
    lvont:represents "𥡦"^^xsd:string .

<http://lexvo.org/id/char/25867> a lvont:Character ;
    lvont:represents "𥡧"^^xsd:string .

<http://lexvo.org/id/char/25868> a lvont:Character ;
    lvont:represents "𥡨"^^xsd:string .

<http://lexvo.org/id/char/25869> a lvont:Character ;
    lvont:represents "𥡩"^^xsd:string .

<http://lexvo.org/id/char/2586A> a lvont:Character ;
    lvont:represents "𥡪"^^xsd:string .

<http://lexvo.org/id/char/2586B> a lvont:Character ;
    lvont:represents "𥡫"^^xsd:string .

<http://lexvo.org/id/char/2586C> a lvont:Character ;
    lvont:represents "𥡬"^^xsd:string .

<http://lexvo.org/id/char/2586D> a lvont:Character ;
    lvont:represents "𥡭"^^xsd:string .

<http://lexvo.org/id/char/2586E> a lvont:Character ;
    lvont:represents "𥡮"^^xsd:string .

<http://lexvo.org/id/char/2586F> a lvont:Character ;
    lvont:represents "𥡯"^^xsd:string .

<http://lexvo.org/id/char/2587> a lvont:Character ;
    lvont:represents "▇"^^xsd:string ;
    rdfs:comment "LOWER SEVEN EIGHTHS BLOCK"@en .

<http://lexvo.org/id/char/25870> a lvont:Character ;
    lvont:represents "𥡰"^^xsd:string .

<http://lexvo.org/id/char/25871> a lvont:Character ;
    lvont:represents "𥡱"^^xsd:string .

<http://lexvo.org/id/char/25872> a lvont:Character ;
    lvont:represents "𥡲"^^xsd:string .

<http://lexvo.org/id/char/25873> a lvont:Character ;
    lvont:represents "𥡳"^^xsd:string .

<http://lexvo.org/id/char/25874> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%F0%A5%A1%B4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%AC>,
        "𥡴"^^xsd:string ;
    rdfs:comment "surname"@en .

<http://lexvo.org/id/char/25875> a lvont:Character ;
    lvont:represents "𥡵"^^xsd:string .

<http://lexvo.org/id/char/25876> a lvont:Character ;
    lvont:represents "𥡶"^^xsd:string .

<http://lexvo.org/id/char/25877> a lvont:Character ;
    lvont:represents "𥡷"^^xsd:string .

<http://lexvo.org/id/char/25878> a lvont:Character ;
    lvont:represents "𥡸"^^xsd:string .

<http://lexvo.org/id/char/25879> a lvont:Character ;
    lvont:represents "𥡹"^^xsd:string .

<http://lexvo.org/id/char/2587A> a lvont:Character ;
    lvont:represents "𥡺"^^xsd:string .

<http://lexvo.org/id/char/2587B> a lvont:Character ;
    lvont:represents "𥡻"^^xsd:string .

<http://lexvo.org/id/char/2587C> a lvont:Character ;
    lvont:represents "𥡼"^^xsd:string .

<http://lexvo.org/id/char/2587D> a lvont:Character ;
    lvont:represents "𥡽"^^xsd:string .

<http://lexvo.org/id/char/2587E> a lvont:Character ;
    lvont:represents "𥡾"^^xsd:string .

<http://lexvo.org/id/char/2587F> a lvont:Character ;
    lvont:represents "𥡿"^^xsd:string .

<http://lexvo.org/id/char/2588> a lvont:Character ;
    lvont:represents "█"^^xsd:string ;
    rdfs:comment "FULL BLOCK"@en .

<http://lexvo.org/id/char/25880> a lvont:Character ;
    lvont:represents "𥢀"^^xsd:string .

<http://lexvo.org/id/char/25881> a lvont:Character ;
    lvont:represents "𥢁"^^xsd:string .

<http://lexvo.org/id/char/25882> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/m%E1%BA%A1>,
        "𥢂"^^xsd:string .

<http://lexvo.org/id/char/25883> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/n%C3%A0nh>,
        "𥢃"^^xsd:string .

<http://lexvo.org/id/char/25884> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/m%E1%BA%A5m>,
        "𥢄"^^xsd:string .

<http://lexvo.org/id/char/25885> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ri%C3%AAng>,
        "𥢅"^^xsd:string .

<http://lexvo.org/id/char/25886> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ri%C3%AAng>,
        "𥢆"^^xsd:string .

<http://lexvo.org/id/char/25887> a lvont:Character ;
    lvont:represents "𥢇"^^xsd:string .

<http://lexvo.org/id/char/25888> a lvont:Character ;
    lvont:represents "𥢈"^^xsd:string .

<http://lexvo.org/id/char/25889> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/th%C3%B3c>,
        "𥢉"^^xsd:string .

<http://lexvo.org/id/char/2588A> a lvont:Character ;
    lvont:represents "𥢊"^^xsd:string .

<http://lexvo.org/id/char/2588B> a lvont:Character ;
    lvont:represents "𥢋"^^xsd:string .

<http://lexvo.org/id/char/2588C> a lvont:Character ;
    lvont:represents "𥢌"^^xsd:string .

<http://lexvo.org/id/char/2588D> a lvont:Character ;
    lvont:represents "𥢍"^^xsd:string .

<http://lexvo.org/id/char/2588E> a lvont:Character ;
    lvont:represents "𥢎"^^xsd:string .

<http://lexvo.org/id/char/2588F> a lvont:Character ;
    lvont:represents "𥢏"^^xsd:string .

<http://lexvo.org/id/char/2589> a lvont:Character ;
    lvont:represents "▉"^^xsd:string ;
    rdfs:comment "LEFT SEVEN EIGHTHS BLOCK"@en .

<http://lexvo.org/id/char/25890> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/cau>,
        "𥢐"^^xsd:string .

<http://lexvo.org/id/char/25891> a lvont:Character ;
    lvont:represents "𥢑"^^xsd:string .

<http://lexvo.org/id/char/25892> a lvont:Character ;
    lvont:represents "𥢒"^^xsd:string .

<http://lexvo.org/id/char/25893> a lvont:Character ;
    lvont:represents "𥢓"^^xsd:string .

<http://lexvo.org/id/char/25894> a lvont:Character ;
    lvont:represents "𥢔"^^xsd:string .

<http://lexvo.org/id/char/25895> a lvont:Character ;
    lvont:represents "𥢕"^^xsd:string .

<http://lexvo.org/id/char/25896> a lvont:Character ;
    lvont:represents "𥢖"^^xsd:string .

<http://lexvo.org/id/char/25897> a lvont:Character ;
    lvont:represents "𥢗"^^xsd:string .

<http://lexvo.org/id/char/25898> a lvont:Character ;
    lvont:represents "𥢘"^^xsd:string .

<http://lexvo.org/id/char/25899> a lvont:Character ;
    lvont:represents "𥢙"^^xsd:string .

<http://lexvo.org/id/char/2589A> a lvont:Character ;
    lvont:represents "𥢚"^^xsd:string .

<http://lexvo.org/id/char/2589B> a lvont:Character ;
    lvont:represents "𥢛"^^xsd:string .

<http://lexvo.org/id/char/2589C> a lvont:Character ;
    lvont:represents "𥢜"^^xsd:string .

<http://lexvo.org/id/char/2589D> a lvont:Character ;
    lvont:represents "𥢝"^^xsd:string .

<http://lexvo.org/id/char/2589E> a lvont:Character ;
    lvont:represents "𥢞"^^xsd:string .

<http://lexvo.org/id/char/2589F> a lvont:Character ;
    lvont:represents "𥢟"^^xsd:string .

<http://lexvo.org/id/char/258A> a lvont:Character ;
    lvont:represents "▊"^^xsd:string ;
    rdfs:comment "LEFT THREE QUARTERS BLOCK"@en .

<http://lexvo.org/id/char/258A0> a lvont:Character ;
    lvont:represents "𥢠"^^xsd:string .

<http://lexvo.org/id/char/258A1> a lvont:Character ;
    lvont:represents "𥢡"^^xsd:string .

<http://lexvo.org/id/char/258A2> a lvont:Character ;
    lvont:represents "𥢢"^^xsd:string .

<http://lexvo.org/id/char/258A3> a lvont:Character ;
    lvont:represents "𥢣"^^xsd:string .

<http://lexvo.org/id/char/258A4> a lvont:Character ;
    lvont:represents "𥢤"^^xsd:string .

<http://lexvo.org/id/char/258A5> a lvont:Character ;
    lvont:represents "𥢥"^^xsd:string .

<http://lexvo.org/id/char/258A6> a lvont:Character ;
    lvont:represents "𥢦"^^xsd:string .

<http://lexvo.org/id/char/258A7> a lvont:Character ;
    lvont:represents "𥢧"^^xsd:string .

<http://lexvo.org/id/char/258A8> a lvont:Character ;
    lvont:represents "𥢨"^^xsd:string .

<http://lexvo.org/id/char/258A9> a lvont:Character ;
    lvont:represents "𥢩"^^xsd:string .

<http://lexvo.org/id/char/258AA> a lvont:Character ;
    lvont:represents "𥢪"^^xsd:string .

<http://lexvo.org/id/char/258AB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/g%E1%BA%B7t>,
        "𥢫"^^xsd:string .

<http://lexvo.org/id/char/258AC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/v%C3%A8>,
        "𥢬"^^xsd:string .

<http://lexvo.org/id/char/258AD> a lvont:Character ;
    lvont:represents "𥢭"^^xsd:string .

<http://lexvo.org/id/char/258AE> a lvont:Character ;
    lvont:represents "𥢮"^^xsd:string .

<http://lexvo.org/id/char/258AF> a lvont:Character ;
    lvont:represents "𥢯"^^xsd:string .

<http://lexvo.org/id/char/258B> a lvont:Character ;
    lvont:represents "▋"^^xsd:string ;
    rdfs:comment "LEFT FIVE EIGHTHS BLOCK"@en .

<http://lexvo.org/id/char/258B0> a lvont:Character ;
    lvont:represents "𥢰"^^xsd:string .

<http://lexvo.org/id/char/258B1> a lvont:Character ;
    lvont:represents "𥢱"^^xsd:string .

<http://lexvo.org/id/char/258B2> a lvont:Character ;
    lvont:represents "𥢲"^^xsd:string .

<http://lexvo.org/id/char/258B3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ch%E1%BB%A9a>,
        "𥢳"^^xsd:string .

<http://lexvo.org/id/char/258B4> a lvont:Character ;
    lvont:represents "𥢴"^^xsd:string .

<http://lexvo.org/id/char/258B5> a lvont:Character ;
    lvont:represents "𥢵"^^xsd:string .

<http://lexvo.org/id/char/258B6> a lvont:Character ;
    lvont:represents "𥢶"^^xsd:string .

<http://lexvo.org/id/char/258B7> a lvont:Character ;
    lvont:represents "𥢷"^^xsd:string .

<http://lexvo.org/id/char/258B8> a lvont:Character ;
    lvont:represents "𥢸"^^xsd:string .

<http://lexvo.org/id/char/258B9> a lvont:Character ;
    lvont:represents "𥢹"^^xsd:string .

<http://lexvo.org/id/char/258BA> a lvont:Character ;
    lvont:represents "𥢺"^^xsd:string .

<http://lexvo.org/id/char/258BB> a lvont:Character ;
    lvont:represents "𥢻"^^xsd:string .

<http://lexvo.org/id/char/258BC> a lvont:Character ;
    lvont:represents "𥢼"^^xsd:string .

<http://lexvo.org/id/char/258BD> a lvont:Character ;
    lvont:represents "𥢽"^^xsd:string .

<http://lexvo.org/id/char/258BE> a lvont:Character ;
    lvont:represents "𥢾"^^xsd:string .

<http://lexvo.org/id/char/258BF> a lvont:Character ;
    lvont:represents "𥢿"^^xsd:string .

<http://lexvo.org/id/char/258C> a lvont:Character ;
    lvont:represents "▌"^^xsd:string ;
    rdfs:comment "LEFT HALF BLOCK"@en .

<http://lexvo.org/id/char/258C0> a lvont:Character ;
    lvont:represents "𥣀"^^xsd:string .

<http://lexvo.org/id/char/258C1> a lvont:Character ;
    lvont:represents "𥣁"^^xsd:string .

<http://lexvo.org/id/char/258C2> a lvont:Character ;
    lvont:represents "𥣂"^^xsd:string .

<http://lexvo.org/id/char/258C3> a lvont:Character ;
    lvont:represents "𥣃"^^xsd:string .

<http://lexvo.org/id/char/258C4> a lvont:Character ;
    lvont:represents "𥣄"^^xsd:string .

<http://lexvo.org/id/char/258C5> a lvont:Character ;
    lvont:represents "𥣅"^^xsd:string .

<http://lexvo.org/id/char/258C6> a lvont:Character ;
    lvont:represents "𥣆"^^xsd:string .

<http://lexvo.org/id/char/258C7> a lvont:Character ;
    lvont:represents "𥣇"^^xsd:string .

<http://lexvo.org/id/char/258C8> a lvont:Character ;
    lvont:represents "𥣈"^^xsd:string .

<http://lexvo.org/id/char/258C9> a lvont:Character ;
    lvont:represents "𥣉"^^xsd:string .

<http://lexvo.org/id/char/258CA> a lvont:Character ;
    lvont:represents "𥣊"^^xsd:string .

<http://lexvo.org/id/char/258CB> a lvont:Character ;
    lvont:represents "𥣋"^^xsd:string .

<http://lexvo.org/id/char/258CC> a lvont:Character ;
    lvont:represents "𥣌"^^xsd:string .

<http://lexvo.org/id/char/258CD> a lvont:Character ;
    lvont:represents "𥣍"^^xsd:string .

<http://lexvo.org/id/char/258CE> a lvont:Character ;
    lvont:represents "𥣎"^^xsd:string .

<http://lexvo.org/id/char/258CF> a lvont:Character ;
    lvont:represents "𥣏"^^xsd:string .

<http://lexvo.org/id/char/258D> a lvont:Character ;
    lvont:represents "▍"^^xsd:string ;
    rdfs:comment "LEFT THREE EIGHTHS BLOCK"@en .

<http://lexvo.org/id/char/258D0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/v%E1%BB%ABng>,
        "𥣐"^^xsd:string .

<http://lexvo.org/id/char/258D1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/tr%E1%BB%93ng>,
        "𥣑"^^xsd:string .

<http://lexvo.org/id/char/258D2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/gi%E1%BB%97>,
        "𥣒"^^xsd:string .

<http://lexvo.org/id/char/258D3> a lvont:Character ;
    lvont:represents "𥣓"^^xsd:string .

<http://lexvo.org/id/char/258D4> a lvont:Character ;
    lvont:represents "𥣔"^^xsd:string .

<http://lexvo.org/id/char/258D5> a lvont:Character ;
    lvont:represents "𥣕"^^xsd:string .

<http://lexvo.org/id/char/258D6> a lvont:Character ;
    lvont:represents "𥣖"^^xsd:string .

<http://lexvo.org/id/char/258D7> a lvont:Character ;
    lvont:represents "𥣗"^^xsd:string .

<http://lexvo.org/id/char/258D8> a lvont:Character ;
    lvont:represents "𥣘"^^xsd:string .

<http://lexvo.org/id/char/258D9> a lvont:Character ;
    lvont:represents "𥣙"^^xsd:string .

<http://lexvo.org/id/char/258DA> a lvont:Character ;
    lvont:represents "𥣚"^^xsd:string .

<http://lexvo.org/id/char/258DB> a lvont:Character ;
    lvont:represents "𥣛"^^xsd:string .

<http://lexvo.org/id/char/258DC> a lvont:Character ;
    lvont:represents "𥣜"^^xsd:string .

<http://lexvo.org/id/char/258DD> a lvont:Character ;
    lvont:represents "𥣝"^^xsd:string .

<http://lexvo.org/id/char/258DE> a lvont:Character ;
    lvont:represents "𥣞"^^xsd:string .

<http://lexvo.org/id/char/258DF> a lvont:Character ;
    lvont:represents "𥣟"^^xsd:string .

<http://lexvo.org/id/char/258E> a lvont:Character ;
    lvont:represents "▎"^^xsd:string ;
    rdfs:comment "LEFT ONE QUARTER BLOCK"@en .

<http://lexvo.org/id/char/258E0> a lvont:Character ;
    lvont:represents "𥣠"^^xsd:string .

<http://lexvo.org/id/char/258E1> a lvont:Character ;
    lvont:represents "𥣡"^^xsd:string .

<http://lexvo.org/id/char/258E2> a lvont:Character ;
    lvont:represents "𥣢"^^xsd:string .

<http://lexvo.org/id/char/258E3> a lvont:Character ;
    lvont:represents "𥣣"^^xsd:string .

<http://lexvo.org/id/char/258E4> a lvont:Character ;
    lvont:represents "𥣤"^^xsd:string .

<http://lexvo.org/id/char/258E5> a lvont:Character ;
    lvont:represents "𥣥"^^xsd:string .

<http://lexvo.org/id/char/258E6> a lvont:Character ;
    lvont:represents "𥣦"^^xsd:string .

<http://lexvo.org/id/char/258E7> a lvont:Character ;
    lvont:represents "𥣧"^^xsd:string .

<http://lexvo.org/id/char/258E8> a lvont:Character ;
    lvont:represents "𥣨"^^xsd:string .

<http://lexvo.org/id/char/258E9> a lvont:Character ;
    lvont:represents "𥣩"^^xsd:string .

<http://lexvo.org/id/char/258EA> a lvont:Character ;
    lvont:represents "𥣪"^^xsd:string .

<http://lexvo.org/id/char/258EB> a lvont:Character ;
    lvont:represents "𥣫"^^xsd:string .

<http://lexvo.org/id/char/258EC> a lvont:Character ;
    lvont:represents "𥣬"^^xsd:string .

<http://lexvo.org/id/char/258ED> a lvont:Character ;
    lvont:represents "𥣭"^^xsd:string .

<http://lexvo.org/id/char/258EE> a lvont:Character ;
    lvont:represents "𥣮"^^xsd:string .

<http://lexvo.org/id/char/258EF> a lvont:Character ;
    lvont:represents "𥣯"^^xsd:string .

<http://lexvo.org/id/char/258F> a lvont:Character ;
    lvont:represents "▏"^^xsd:string ;
    rdfs:comment "LEFT ONE EIGHTH BLOCK"@en .

<http://lexvo.org/id/char/258F0> a lvont:Character ;
    lvont:represents "𥣰"^^xsd:string .

<http://lexvo.org/id/char/258F1> a lvont:Character ;
    lvont:represents "𥣱"^^xsd:string .

<http://lexvo.org/id/char/258F2> a lvont:Character ;
    lvont:represents "𥣲"^^xsd:string .

<http://lexvo.org/id/char/258F3> a lvont:Character ;
    lvont:represents "𥣳"^^xsd:string .

<http://lexvo.org/id/char/258F4> a lvont:Character ;
    lvont:represents "𥣴"^^xsd:string .

<http://lexvo.org/id/char/258F5> a lvont:Character ;
    lvont:represents "𥣵"^^xsd:string .

<http://lexvo.org/id/char/258F6> a lvont:Character ;
    lvont:represents "𥣶"^^xsd:string .

<http://lexvo.org/id/char/258F7> a lvont:Character ;
    lvont:represents "𥣷"^^xsd:string .

<http://lexvo.org/id/char/258F8> a lvont:Character ;
    lvont:represents "𥣸"^^xsd:string .

<http://lexvo.org/id/char/258F9> a lvont:Character ;
    lvont:represents "𥣹"^^xsd:string .

<http://lexvo.org/id/char/258FA> a lvont:Character ;
    lvont:represents "𥣺"^^xsd:string .

<http://lexvo.org/id/char/258FB> a lvont:Character ;
    lvont:represents "𥣻"^^xsd:string .

<http://lexvo.org/id/char/258FC> a lvont:Character ;
    lvont:represents "𥣼"^^xsd:string .

<http://lexvo.org/id/char/258FD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/chu%E1%BB%97i>,
        "𥣽"^^xsd:string .

<http://lexvo.org/id/char/258FE> a lvont:Character ;
    lvont:represents "𥣾"^^xsd:string .

<http://lexvo.org/id/char/258FF> a lvont:Character ;
    lvont:represents "𥣿"^^xsd:string .

<http://lexvo.org/id/char/2590> a lvont:Character ;
    lvont:represents "▐"^^xsd:string ;
    rdfs:comment "RIGHT HALF BLOCK"@en .

<http://lexvo.org/id/char/25900> a lvont:Character ;
    lvont:represents "𥤀"^^xsd:string .

<http://lexvo.org/id/char/25901> a lvont:Character ;
    lvont:represents "𥤁"^^xsd:string .

<http://lexvo.org/id/char/25902> a lvont:Character ;
    lvont:represents "𥤂"^^xsd:string .

<http://lexvo.org/id/char/25903> a lvont:Character ;
    lvont:represents "𥤃"^^xsd:string .

<http://lexvo.org/id/char/25904> a lvont:Character ;
    lvont:represents "𥤄"^^xsd:string .

<http://lexvo.org/id/char/25905> a lvont:Character ;
    lvont:represents "𥤅"^^xsd:string .

<http://lexvo.org/id/char/25906> a lvont:Character ;
    lvont:represents "𥤆"^^xsd:string .

<http://lexvo.org/id/char/25907> a lvont:Character ;
    lvont:represents "𥤇"^^xsd:string .

<http://lexvo.org/id/char/25908> a lvont:Character ;
    lvont:represents "𥤈"^^xsd:string .

<http://lexvo.org/id/char/25909> a lvont:Character ;
    lvont:represents "𥤉"^^xsd:string .

<http://lexvo.org/id/char/2590A> a lvont:Character ;
    lvont:represents "𥤊"^^xsd:string .

<http://lexvo.org/id/char/2590B> a lvont:Character ;
    lvont:represents "𥤋"^^xsd:string .

<http://lexvo.org/id/char/2590C> a lvont:Character ;
    lvont:represents "𥤌"^^xsd:string .

<http://lexvo.org/id/char/2590D> a lvont:Character ;
    lvont:represents "𥤍"^^xsd:string .

<http://lexvo.org/id/char/2590E> a lvont:Character ;
    lvont:represents "𥤎"^^xsd:string .

<http://lexvo.org/id/char/2590F> a lvont:Character ;
    lvont:represents "𥤏"^^xsd:string .

<http://lexvo.org/id/char/2591> a lvont:Character ;
    lvont:represents "░"^^xsd:string ;
    rdfs:comment "LIGHT SHADE"@en .

<http://lexvo.org/id/char/25910> a lvont:Character ;
    lvont:represents "𥤐"^^xsd:string .

<http://lexvo.org/id/char/25911> a lvont:Character ;
    lvont:represents "𥤑"^^xsd:string .

<http://lexvo.org/id/char/25912> a lvont:Character ;
    lvont:represents "𥤒"^^xsd:string .

<http://lexvo.org/id/char/25913> a lvont:Character ;
    lvont:represents "𥤓"^^xsd:string .

<http://lexvo.org/id/char/25914> a lvont:Character ;
    lvont:represents "𥤔"^^xsd:string .

<http://lexvo.org/id/char/25915> a lvont:Character ;
    lvont:represents "𥤕"^^xsd:string .

<http://lexvo.org/id/char/25916> a lvont:Character ;
    lvont:represents "𥤖"^^xsd:string .

<http://lexvo.org/id/char/25917> a lvont:Character ;
    lvont:represents "𥤗"^^xsd:string .

<http://lexvo.org/id/char/25918> a lvont:Character ;
    lvont:represents "𥤘"^^xsd:string .

<http://lexvo.org/id/char/25919> a lvont:Character ;
    lvont:represents "𥤙"^^xsd:string .

<http://lexvo.org/id/char/2591A> a lvont:Character ;
    lvont:represents "𥤚"^^xsd:string .

<http://lexvo.org/id/char/2591B> a lvont:Character ;
    lvont:represents "𥤛"^^xsd:string .

<http://lexvo.org/id/char/2591C> a lvont:Character ;
    lvont:represents "𥤜"^^xsd:string .

<http://lexvo.org/id/char/2591D> a lvont:Character ;
    lvont:represents "𥤝"^^xsd:string .

<http://lexvo.org/id/char/2591E> a lvont:Character ;
    lvont:represents "𥤞"^^xsd:string .

<http://lexvo.org/id/char/2591F> a lvont:Character ;
    lvont:represents "𥤟"^^xsd:string .

<http://lexvo.org/id/char/2592> a lvont:Character ;
    lvont:represents "▒"^^xsd:string ;
    rdfs:comment "MEDIUM SHADE"@en .

<http://lexvo.org/id/char/25920> a lvont:Character ;
    lvont:represents "𥤠"^^xsd:string .

<http://lexvo.org/id/char/25921> a lvont:Character ;
    lvont:represents "𥤡"^^xsd:string .

<http://lexvo.org/id/char/25923> a lvont:Character ;
    lvont:represents "𥤣"^^xsd:string .

<http://lexvo.org/id/char/25924> a lvont:Character ;
    lvont:represents "𥤤"^^xsd:string .

<http://lexvo.org/id/char/25925> a lvont:Character ;
    lvont:represents "𥤥"^^xsd:string .

<http://lexvo.org/id/char/25926> a lvont:Character ;
    lvont:represents "𥤦"^^xsd:string .

<http://lexvo.org/id/char/25927> a lvont:Character ;
    lvont:represents "𥤧"^^xsd:string .

<http://lexvo.org/id/char/25928> a lvont:Character ;
    lvont:represents "𥤨"^^xsd:string .

<http://lexvo.org/id/char/25929> a lvont:Character ;
    lvont:represents "𥤩"^^xsd:string .

<http://lexvo.org/id/char/2592A> a lvont:Character ;
    lvont:represents "𥤪"^^xsd:string .

<http://lexvo.org/id/char/2592B> a lvont:Character ;
    lvont:represents "𥤫"^^xsd:string .

<http://lexvo.org/id/char/2592C> a lvont:Character ;
    lvont:represents "𥤬"^^xsd:string .

<http://lexvo.org/id/char/2592D> a lvont:Character ;
    lvont:represents "𥤭"^^xsd:string .

<http://lexvo.org/id/char/2592E> a lvont:Character ;
    lvont:represents "𥤮"^^xsd:string .

<http://lexvo.org/id/char/2592F> a lvont:Character ;
    lvont:represents "𥤯"^^xsd:string .

<http://lexvo.org/id/char/2593> a lvont:Character ;
    lvont:represents "▓"^^xsd:string ;
    rdfs:comment "DARK SHADE"@en .

<http://lexvo.org/id/char/25930> a lvont:Character ;
    lvont:represents "𥤰"^^xsd:string .

<http://lexvo.org/id/char/25931> a lvont:Character ;
    lvont:represents "𥤱"^^xsd:string .

<http://lexvo.org/id/char/25932> a lvont:Character ;
    lvont:represents "𥤲"^^xsd:string .

<http://lexvo.org/id/char/25933> a lvont:Character ;
    lvont:represents "𥤳"^^xsd:string .

<http://lexvo.org/id/char/25934> a lvont:Character ;
    lvont:represents "𥤴"^^xsd:string .

<http://lexvo.org/id/char/25935> a lvont:Character ;
    lvont:represents "𥤵"^^xsd:string .

<http://lexvo.org/id/char/25936> a lvont:Character ;
    lvont:represents "𥤶"^^xsd:string .

<http://lexvo.org/id/char/25937> a lvont:Character ;
    lvont:represents "𥤷"^^xsd:string .

<http://lexvo.org/id/char/25938> a lvont:Character ;
    lvont:represents "𥤸"^^xsd:string .

<http://lexvo.org/id/char/25939> a lvont:Character ;
    lvont:represents "𥤹"^^xsd:string .

<http://lexvo.org/id/char/2593A> a lvont:Character ;
    lvont:represents "𥤺"^^xsd:string .

<http://lexvo.org/id/char/2593B> a lvont:Character ;
    lvont:represents "𥤻"^^xsd:string .

<http://lexvo.org/id/char/2593C> a lvont:Character ;
    lvont:represents "𥤼"^^xsd:string .

<http://lexvo.org/id/char/2593D> a lvont:Character ;
    lvont:represents "𥤽"^^xsd:string .

<http://lexvo.org/id/char/2593E> a lvont:Character ;
    lvont:represents "𥤾"^^xsd:string .

<http://lexvo.org/id/char/2593F> a lvont:Character ;
    lvont:represents "𥤿"^^xsd:string .

<http://lexvo.org/id/char/2594> a lvont:Character ;
    lvont:represents "▔"^^xsd:string ;
    rdfs:comment "UPPER ONE EIGHTH BLOCK"@en .

<http://lexvo.org/id/char/25940> a lvont:Character ;
    lvont:represents "𥥀"^^xsd:string .

<http://lexvo.org/id/char/25941> a lvont:Character ;
    lvont:represents "𥥁"^^xsd:string .

<http://lexvo.org/id/char/25942> a lvont:Character ;
    lvont:represents "𥥂"^^xsd:string .

<http://lexvo.org/id/char/25943> a lvont:Character ;
    lvont:represents "𥥃"^^xsd:string .

<http://lexvo.org/id/char/25944> a lvont:Character ;
    lvont:represents "𥥄"^^xsd:string .

<http://lexvo.org/id/char/25945> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/lung1>,
        <http://lexvo.org/id/term/yue/%F0%A5%A5%85>,
        "𥥅"^^xsd:string ;
    rdfs:comment "(Cant.) a hole, hollow; cavity"@en .

<http://lexvo.org/id/char/25946> a lvont:Character ;
    lvont:represents "𥥆"^^xsd:string .

<http://lexvo.org/id/char/25947> a lvont:Character ;
    lvont:represents "𥥇"^^xsd:string .

<http://lexvo.org/id/char/25948> a lvont:Character ;
    lvont:represents "𥥈"^^xsd:string .

<http://lexvo.org/id/char/25949> a lvont:Character ;
    lvont:represents "𥥉"^^xsd:string .

<http://lexvo.org/id/char/2594A> a lvont:Character ;
    lvont:represents "𥥊"^^xsd:string .

<http://lexvo.org/id/char/2594B> a lvont:Character ;
    lvont:represents "𥥋"^^xsd:string .

<http://lexvo.org/id/char/2594C> a lvont:Character ;
    lvont:represents "𥥌"^^xsd:string .

<http://lexvo.org/id/char/2594D> a lvont:Character ;
    lvont:represents "𥥍"^^xsd:string .

<http://lexvo.org/id/char/2594E> a lvont:Character ;
    lvont:represents "𥥎"^^xsd:string .

<http://lexvo.org/id/char/2594F> a lvont:Character ;
    lvont:represents "𥥏"^^xsd:string .

<http://lexvo.org/id/char/2595> a lvont:Character ;
    lvont:represents "▕"^^xsd:string ;
    rdfs:comment "RIGHT ONE EIGHTH BLOCK"@en .

<http://lexvo.org/id/char/25950> a lvont:Character ;
    lvont:represents "𥥐"^^xsd:string .

<http://lexvo.org/id/char/25951> a lvont:Character ;
    lvont:represents "𥥑"^^xsd:string .

<http://lexvo.org/id/char/25952> a lvont:Character ;
    lvont:represents "𥥒"^^xsd:string .

<http://lexvo.org/id/char/25953> a lvont:Character ;
    lvont:represents "𥥓"^^xsd:string .

<http://lexvo.org/id/char/25954> a lvont:Character ;
    lvont:represents "𥥔"^^xsd:string .

<http://lexvo.org/id/char/25955> a lvont:Character ;
    lvont:represents "𥥕"^^xsd:string .

<http://lexvo.org/id/char/25956> a lvont:Character ;
    lvont:represents "𥥖"^^xsd:string .

<http://lexvo.org/id/char/25957> a lvont:Character ;
    lvont:represents "𥥗"^^xsd:string .

<http://lexvo.org/id/char/25958> a lvont:Character ;
    lvont:represents "𥥘"^^xsd:string .

<http://lexvo.org/id/char/25959> a lvont:Character ;
    lvont:represents "𥥙"^^xsd:string .

<http://lexvo.org/id/char/2595A> a lvont:Character ;
    lvont:represents "𥥚"^^xsd:string .

<http://lexvo.org/id/char/2595B> a lvont:Character ;
    lvont:represents "𥥛"^^xsd:string .

<http://lexvo.org/id/char/2595C> a lvont:Character ;
    lvont:represents "𥥜"^^xsd:string .

<http://lexvo.org/id/char/2595D> a lvont:Character ;
    lvont:represents "𥥝"^^xsd:string .

<http://lexvo.org/id/char/2595E> a lvont:Character ;
    lvont:represents "𥥞"^^xsd:string .

<http://lexvo.org/id/char/2595F> a lvont:Character ;
    lvont:represents "𥥟"^^xsd:string .

<http://lexvo.org/id/char/2596> a lvont:Character ;
    lvont:represents "▖"^^xsd:string ;
    rdfs:comment "QUADRANT LOWER LEFT"@en .

<http://lexvo.org/id/char/25960> a lvont:Character ;
    lvont:represents "𥥠"^^xsd:string .

<http://lexvo.org/id/char/25961> a lvont:Character ;
    lvont:represents "𥥡"^^xsd:string .

<http://lexvo.org/id/char/25962> a lvont:Character ;
    lvont:represents "𥥢"^^xsd:string .

<http://lexvo.org/id/char/25963> a lvont:Character ;
    lvont:represents "𥥣"^^xsd:string .

<http://lexvo.org/id/char/25964> a lvont:Character ;
    lvont:represents "𥥤"^^xsd:string .

<http://lexvo.org/id/char/25965> a lvont:Character ;
    lvont:represents "𥥥"^^xsd:string .

<http://lexvo.org/id/char/25966> a lvont:Character ;
    lvont:represents "𥥦"^^xsd:string .

<http://lexvo.org/id/char/25967> a lvont:Character ;
    lvont:represents "𥥧"^^xsd:string .

<http://lexvo.org/id/char/25968> a lvont:Character ;
    lvont:represents "𥥨"^^xsd:string .

<http://lexvo.org/id/char/25969> a lvont:Character ;
    lvont:represents "𥥩"^^xsd:string .

<http://lexvo.org/id/char/2596A> a lvont:Character ;
    lvont:represents "𥥪"^^xsd:string .

<http://lexvo.org/id/char/2596B> a lvont:Character ;
    lvont:represents "𥥫"^^xsd:string .

<http://lexvo.org/id/char/2596C> a lvont:Character ;
    lvont:represents "𥥬"^^xsd:string .

<http://lexvo.org/id/char/2596D> a lvont:Character ;
    lvont:represents "𥥭"^^xsd:string .

<http://lexvo.org/id/char/2596E> a lvont:Character ;
    lvont:represents "𥥮"^^xsd:string .

<http://lexvo.org/id/char/2596F> a lvont:Character ;
    lvont:represents "𥥯"^^xsd:string .

<http://lexvo.org/id/char/2597> a lvont:Character ;
    lvont:represents "▗"^^xsd:string ;
    rdfs:comment "QUADRANT LOWER RIGHT"@en .

<http://lexvo.org/id/char/25970> a lvont:Character ;
    lvont:represents "𥥰"^^xsd:string .

<http://lexvo.org/id/char/25971> a lvont:Character ;
    lvont:represents "𥥱"^^xsd:string .

<http://lexvo.org/id/char/25972> a lvont:Character ;
    lvont:represents "𥥲"^^xsd:string .

<http://lexvo.org/id/char/25973> a lvont:Character ;
    lvont:represents "𥥳"^^xsd:string .

<http://lexvo.org/id/char/25974> a lvont:Character ;
    lvont:represents "𥥴"^^xsd:string .

<http://lexvo.org/id/char/25975> a lvont:Character ;
    lvont:represents "𥥵"^^xsd:string .

<http://lexvo.org/id/char/25976> a lvont:Character ;
    lvont:represents "𥥶"^^xsd:string .

<http://lexvo.org/id/char/25977> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%B2u>,
        "𥥷"^^xsd:string .

<http://lexvo.org/id/char/25978> a lvont:Character ;
    lvont:represents "𥥸"^^xsd:string .

<http://lexvo.org/id/char/25979> a lvont:Character ;
    lvont:represents "𥥹"^^xsd:string .

<http://lexvo.org/id/char/2597A> a lvont:Character ;
    lvont:represents "𥥺"^^xsd:string .

<http://lexvo.org/id/char/2597B> a lvont:Character ;
    lvont:represents "𥥻"^^xsd:string .

<http://lexvo.org/id/char/2597C> a lvont:Character ;
    lvont:represents "𥥼"^^xsd:string .

<http://lexvo.org/id/char/2597D> a lvont:Character ;
    lvont:represents "𥥽"^^xsd:string .

<http://lexvo.org/id/char/2597E> a lvont:Character ;
    lvont:represents "𥥾"^^xsd:string .

<http://lexvo.org/id/char/2597F> a lvont:Character ;
    lvont:represents "𥥿"^^xsd:string .

<http://lexvo.org/id/char/2598> a lvont:Character ;
    lvont:represents "▘"^^xsd:string ;
    rdfs:comment "QUADRANT UPPER LEFT"@en .

<http://lexvo.org/id/char/25980> a lvont:Character ;
    lvont:represents "𥦀"^^xsd:string .

<http://lexvo.org/id/char/25981> a lvont:Character ;
    lvont:represents "𥦁"^^xsd:string .

<http://lexvo.org/id/char/25982> a lvont:Character ;
    lvont:represents "𥦂"^^xsd:string .

<http://lexvo.org/id/char/25983> a lvont:Character ;
    lvont:represents "𥦃"^^xsd:string .

<http://lexvo.org/id/char/25984> a lvont:Character ;
    lvont:represents "𥦄"^^xsd:string .

<http://lexvo.org/id/char/25985> a lvont:Character ;
    lvont:represents "𥦅"^^xsd:string .

<http://lexvo.org/id/char/25986> a lvont:Character ;
    lvont:represents "𥦆"^^xsd:string .

<http://lexvo.org/id/char/25987> a lvont:Character ;
    lvont:represents "𥦇"^^xsd:string .

<http://lexvo.org/id/char/25988> a lvont:Character ;
    lvont:represents "𥦈"^^xsd:string .

<http://lexvo.org/id/char/25989> a lvont:Character ;
    lvont:represents "𥦉"^^xsd:string .

<http://lexvo.org/id/char/2598A> a lvont:Character ;
    lvont:represents "𥦊"^^xsd:string .

<http://lexvo.org/id/char/2598B> a lvont:Character ;
    lvont:represents "𥦋"^^xsd:string .

<http://lexvo.org/id/char/2598C> a lvont:Character ;
    lvont:represents "𥦌"^^xsd:string .

<http://lexvo.org/id/char/2598D> a lvont:Character ;
    lvont:represents "𥦍"^^xsd:string .

<http://lexvo.org/id/char/2598E> a lvont:Character ;
    lvont:represents "𥦎"^^xsd:string .

<http://lexvo.org/id/char/2598F> a lvont:Character ;
    lvont:represents "𥦏"^^xsd:string .

<http://lexvo.org/id/char/2599> a lvont:Character ;
    lvont:represents "▙"^^xsd:string ;
    rdfs:comment "QUADRANT UPPER LEFT AND LOWER LEFT AND LOWER RIGHT"@en .

<http://lexvo.org/id/char/25990> a lvont:Character ;
    lvont:represents "𥦐"^^xsd:string .

<http://lexvo.org/id/char/25991> a lvont:Character ;
    lvont:represents "𥦑"^^xsd:string .

<http://lexvo.org/id/char/25992> a lvont:Character ;
    lvont:represents "𥦒"^^xsd:string .

<http://lexvo.org/id/char/25993> a lvont:Character ;
    lvont:represents "𥦓"^^xsd:string .

<http://lexvo.org/id/char/25994> a lvont:Character ;
    lvont:represents "𥦔"^^xsd:string .

<http://lexvo.org/id/char/25995> a lvont:Character ;
    lvont:represents "𥦕"^^xsd:string .

<http://lexvo.org/id/char/25996> a lvont:Character ;
    lvont:represents "𥦖"^^xsd:string .

<http://lexvo.org/id/char/25997> a lvont:Character ;
    lvont:represents "𥦗"^^xsd:string .

<http://lexvo.org/id/char/25998> a lvont:Character ;
    lvont:represents "𥦘"^^xsd:string .

<http://lexvo.org/id/char/25999> a lvont:Character ;
    lvont:represents "𥦙"^^xsd:string .

<http://lexvo.org/id/char/2599A> a lvont:Character ;
    lvont:represents "𥦚"^^xsd:string .

<http://lexvo.org/id/char/2599B> a lvont:Character ;
    lvont:represents "𥦛"^^xsd:string .

<http://lexvo.org/id/char/2599C> a lvont:Character ;
    lvont:represents "𥦜"^^xsd:string .

<http://lexvo.org/id/char/2599D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/d%C3%B2m>,
        "𥦝"^^xsd:string .

<http://lexvo.org/id/char/2599E> a lvont:Character ;
    lvont:represents "𥦞"^^xsd:string .

<http://lexvo.org/id/char/2599F> a lvont:Character ;
    lvont:represents "𥦟"^^xsd:string .

<http://lexvo.org/id/char/259A> a lvont:Character ;
    lvont:represents "▚"^^xsd:string ;
    rdfs:comment "QUADRANT UPPER LEFT AND LOWER RIGHT"@en .

<http://lexvo.org/id/char/259A0> a lvont:Character ;
    lvont:represents "𥦠"^^xsd:string .

<http://lexvo.org/id/char/259A1> a lvont:Character ;
    lvont:represents "𥦡"^^xsd:string .

<http://lexvo.org/id/char/259A2> a lvont:Character ;
    lvont:represents "𥦢"^^xsd:string .

<http://lexvo.org/id/char/259A3> a lvont:Character ;
    lvont:represents "𥦣"^^xsd:string .

<http://lexvo.org/id/char/259A4> a lvont:Character ;
    lvont:represents "𥦤"^^xsd:string .

<http://lexvo.org/id/char/259A5> a lvont:Character ;
    lvont:represents "𥦥"^^xsd:string .

<http://lexvo.org/id/char/259A6> a lvont:Character ;
    lvont:represents "𥦦"^^xsd:string .

<http://lexvo.org/id/char/259A7> a lvont:Character ;
    lvont:represents "𥦧"^^xsd:string .

<http://lexvo.org/id/char/259A8> a lvont:Character ;
    lvont:represents "𥦨"^^xsd:string .

<http://lexvo.org/id/char/259A9> a lvont:Character ;
    lvont:represents "𥦩"^^xsd:string .

<http://lexvo.org/id/char/259AA> a lvont:Character ;
    lvont:represents "𥦪"^^xsd:string .

<http://lexvo.org/id/char/259AB> a lvont:Character ;
    lvont:represents "𥦫"^^xsd:string .

<http://lexvo.org/id/char/259AC> a lvont:Character ;
    lvont:represents "𥦬"^^xsd:string .

<http://lexvo.org/id/char/259AD> a lvont:Character ;
    lvont:represents "𥦭"^^xsd:string .

<http://lexvo.org/id/char/259AE> a lvont:Character ;
    lvont:represents "𥦮"^^xsd:string .

<http://lexvo.org/id/char/259AF> a lvont:Character ;
    lvont:represents "𥦯"^^xsd:string .

<http://lexvo.org/id/char/259B> a lvont:Character ;
    lvont:represents "▛"^^xsd:string ;
    rdfs:comment "QUADRANT UPPER LEFT AND UPPER RIGHT AND LOWER LEFT"@en .

<http://lexvo.org/id/char/259B0> a lvont:Character ;
    lvont:represents "𥦰"^^xsd:string .

<http://lexvo.org/id/char/259B1> a lvont:Character ;
    lvont:represents "𥦱"^^xsd:string .

<http://lexvo.org/id/char/259B2> a lvont:Character ;
    lvont:represents "𥦲"^^xsd:string .

<http://lexvo.org/id/char/259B3> a lvont:Character ;
    lvont:represents "𥦳"^^xsd:string .

<http://lexvo.org/id/char/259B4> a lvont:Character ;
    lvont:represents "𥦴"^^xsd:string .

<http://lexvo.org/id/char/259B5> a lvont:Character ;
    lvont:represents "𥦵"^^xsd:string .

<http://lexvo.org/id/char/259B6> a lvont:Character ;
    lvont:represents "𥦶"^^xsd:string .

<http://lexvo.org/id/char/259B7> a lvont:Character ;
    lvont:represents "𥦷"^^xsd:string .

<http://lexvo.org/id/char/259B8> a lvont:Character ;
    lvont:represents "𥦸"^^xsd:string .

<http://lexvo.org/id/char/259B9> a lvont:Character ;
    lvont:represents "𥦹"^^xsd:string .

<http://lexvo.org/id/char/259BA> a lvont:Character ;
    lvont:represents "𥦺"^^xsd:string .

<http://lexvo.org/id/char/259BB> a lvont:Character ;
    lvont:represents "𥦻"^^xsd:string .

<http://lexvo.org/id/char/259BC> a lvont:Character ;
    lvont:represents "𥦼"^^xsd:string .

<http://lexvo.org/id/char/259BD> a lvont:Character ;
    lvont:represents "𥦽"^^xsd:string .

<http://lexvo.org/id/char/259BE> a lvont:Character ;
    lvont:represents "𥦾"^^xsd:string .

<http://lexvo.org/id/char/259BF> a lvont:Character ;
    lvont:represents "𥦿"^^xsd:string .

<http://lexvo.org/id/char/259C> a lvont:Character ;
    lvont:represents "▜"^^xsd:string ;
    rdfs:comment "QUADRANT UPPER LEFT AND UPPER RIGHT AND LOWER RIGHT"@en .

<http://lexvo.org/id/char/259C0> a lvont:Character ;
    lvont:represents "𥧀"^^xsd:string .

<http://lexvo.org/id/char/259C1> a lvont:Character ;
    lvont:represents "𥧁"^^xsd:string .

<http://lexvo.org/id/char/259C2> a lvont:Character ;
    lvont:represents "𥧂"^^xsd:string .

<http://lexvo.org/id/char/259C3> a lvont:Character ;
    lvont:represents "𥧃"^^xsd:string .

<http://lexvo.org/id/char/259C4> a lvont:Character ;
    lvont:represents "𥧄"^^xsd:string .

<http://lexvo.org/id/char/259C5> a lvont:Character ;
    lvont:represents "𥧅"^^xsd:string .

<http://lexvo.org/id/char/259C6> a lvont:Character ;
    lvont:represents "𥧆"^^xsd:string .

<http://lexvo.org/id/char/259C7> a lvont:Character ;
    lvont:represents "𥧇"^^xsd:string .

<http://lexvo.org/id/char/259C8> a lvont:Character ;
    lvont:represents "𥧈"^^xsd:string .

<http://lexvo.org/id/char/259C9> a lvont:Character ;
    lvont:represents "𥧉"^^xsd:string .

<http://lexvo.org/id/char/259CA> a lvont:Character ;
    lvont:represents "𥧊"^^xsd:string .

<http://lexvo.org/id/char/259CB> a lvont:Character ;
    lvont:represents "𥧋"^^xsd:string .

<http://lexvo.org/id/char/259CC> a lvont:Character ;
    lvont:represents "𥧌"^^xsd:string .

<http://lexvo.org/id/char/259CD> a lvont:Character ;
    lvont:represents "𥧍"^^xsd:string .

<http://lexvo.org/id/char/259CE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/hang>,
        "𥧎"^^xsd:string .

<http://lexvo.org/id/char/259CF> a lvont:Character ;
    lvont:represents "𥧏"^^xsd:string .

<http://lexvo.org/id/char/259D> a lvont:Character ;
    lvont:represents "▝"^^xsd:string ;
    rdfs:comment "QUADRANT UPPER RIGHT"@en .

<http://lexvo.org/id/char/259D0> a lvont:Character ;
    lvont:represents "𥧐"^^xsd:string .

<http://lexvo.org/id/char/259D1> a lvont:Character ;
    lvont:represents "𥧑"^^xsd:string .

<http://lexvo.org/id/char/259D2> a lvont:Character ;
    lvont:represents "𥧒"^^xsd:string .

<http://lexvo.org/id/char/259D3> a lvont:Character ;
    lvont:represents "𥧓"^^xsd:string .

<http://lexvo.org/id/char/259D4> a lvont:Character ;
    lvont:represents "𥧔"^^xsd:string .

<http://lexvo.org/id/char/259D5> a lvont:Character ;
    lvont:represents "𥧕"^^xsd:string .

<http://lexvo.org/id/char/259D6> a lvont:Character ;
    lvont:represents "𥧖"^^xsd:string .

<http://lexvo.org/id/char/259D7> a lvont:Character ;
    lvont:represents "𥧗"^^xsd:string .

<http://lexvo.org/id/char/259D8> a lvont:Character ;
    lvont:represents "𥧘"^^xsd:string .

<http://lexvo.org/id/char/259D9> a lvont:Character ;
    lvont:represents "𥧙"^^xsd:string .

<http://lexvo.org/id/char/259DA> a lvont:Character ;
    lvont:represents "𥧚"^^xsd:string .

<http://lexvo.org/id/char/259DB> a lvont:Character ;
    lvont:represents "𥧛"^^xsd:string .

<http://lexvo.org/id/char/259DC> a lvont:Character ;
    lvont:represents "𥧜"^^xsd:string .

<http://lexvo.org/id/char/259DD> a lvont:Character ;
    lvont:represents "𥧝"^^xsd:string .

<http://lexvo.org/id/char/259DE> a lvont:Character ;
    lvont:represents "𥧞"^^xsd:string .

<http://lexvo.org/id/char/259DF> a lvont:Character ;
    lvont:represents "𥧟"^^xsd:string .

<http://lexvo.org/id/char/259E> a lvont:Character ;
    lvont:represents "▞"^^xsd:string ;
    rdfs:comment "QUADRANT UPPER RIGHT AND LOWER LEFT"@en .

<http://lexvo.org/id/char/259E0> a lvont:Character ;
    lvont:represents "𥧠"^^xsd:string .

<http://lexvo.org/id/char/259E1> a lvont:Character ;
    lvont:represents "𥧡"^^xsd:string .

<http://lexvo.org/id/char/259E2> a lvont:Character ;
    lvont:represents "𥧢"^^xsd:string .

<http://lexvo.org/id/char/259E3> a lvont:Character ;
    lvont:represents "𥧣"^^xsd:string .

<http://lexvo.org/id/char/259E4> a lvont:Character ;
    lvont:represents "𥧤"^^xsd:string .

<http://lexvo.org/id/char/259E5> a lvont:Character ;
    lvont:represents "𥧥"^^xsd:string .

<http://lexvo.org/id/char/259E6> a lvont:Character ;
    lvont:represents "𥧦"^^xsd:string .

<http://lexvo.org/id/char/259E7> a lvont:Character ;
    lvont:represents "𥧧"^^xsd:string .

<http://lexvo.org/id/char/259E8> a lvont:Character ;
    lvont:represents "𥧨"^^xsd:string .

<http://lexvo.org/id/char/259E9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/n%C3%BAp>,
        "𥧩"^^xsd:string .

<http://lexvo.org/id/char/259EA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/r%E1%BB%97ng>,
        "𥧪"^^xsd:string .

<http://lexvo.org/id/char/259EB> a lvont:Character ;
    lvont:represents "𥧫"^^xsd:string .

<http://lexvo.org/id/char/259EC> a lvont:Character ;
    lvont:represents "𥧬"^^xsd:string .

<http://lexvo.org/id/char/259ED> a lvont:Character ;
    lvont:represents "𥧭"^^xsd:string .

<http://lexvo.org/id/char/259EE> a lvont:Character ;
    lvont:represents "𥧮"^^xsd:string .

<http://lexvo.org/id/char/259EF> a lvont:Character ;
    lvont:represents "𥧯"^^xsd:string .

<http://lexvo.org/id/char/259F> a lvont:Character ;
    lvont:represents "▟"^^xsd:string ;
    rdfs:comment "QUADRANT UPPER RIGHT AND LOWER LEFT AND LOWER RIGHT"@en .

<http://lexvo.org/id/char/259F0> a lvont:Character ;
    lvont:represents "𥧰"^^xsd:string .

<http://lexvo.org/id/char/259F1> a lvont:Character ;
    lvont:represents "𥧱"^^xsd:string .

<http://lexvo.org/id/char/259F2> a lvont:Character ;
    lvont:represents "𥧲"^^xsd:string .

<http://lexvo.org/id/char/259F3> a lvont:Character ;
    lvont:represents "𥧳"^^xsd:string .

<http://lexvo.org/id/char/259F4> a lvont:Character ;
    lvont:represents "𥧴"^^xsd:string .

<http://lexvo.org/id/char/259F5> a lvont:Character ;
    lvont:represents "𥧵"^^xsd:string .

<http://lexvo.org/id/char/259F6> a lvont:Character ;
    lvont:represents "𥧶"^^xsd:string .

<http://lexvo.org/id/char/259F7> a lvont:Character ;
    lvont:represents "𥧷"^^xsd:string .

<http://lexvo.org/id/char/259F8> a lvont:Character ;
    lvont:represents "𥧸"^^xsd:string .

<http://lexvo.org/id/char/259F9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/tam5>,
        <http://lexvo.org/id/term/yue/%F0%A5%A7%B9>,
        "𥧹"^^xsd:string ;
    rdfs:comment "(Cant.) puddle"@en .

<http://lexvo.org/id/char/259FA> a lvont:Character ;
    lvont:represents "𥧺"^^xsd:string .

<http://lexvo.org/id/char/259FB> a lvont:Character ;
    lvont:represents "𥧻"^^xsd:string .

<http://lexvo.org/id/char/259FC> a lvont:Character ;
    lvont:represents "𥧼"^^xsd:string .

<http://lexvo.org/id/char/259FD> a lvont:Character ;
    lvont:represents "𥧽"^^xsd:string .

<http://lexvo.org/id/char/259FE> a lvont:Character ;
    lvont:represents "𥧾"^^xsd:string .

<http://lexvo.org/id/char/259FF> a lvont:Character ;
    lvont:represents "𥧿"^^xsd:string .

<http://lexvo.org/id/char/25A0> a lvont:Character ;
    lvont:represents "■"^^xsd:string ;
    rdfs:comment "BLACK SQUARE"@en .

<http://lexvo.org/id/char/25A00> a lvont:Character ;
    lvont:represents "𥨀"^^xsd:string .

<http://lexvo.org/id/char/25A01> a lvont:Character ;
    lvont:represents "𥨁"^^xsd:string .

<http://lexvo.org/id/char/25A02> a lvont:Character ;
    lvont:represents "𥨂"^^xsd:string .

<http://lexvo.org/id/char/25A03> a lvont:Character ;
    lvont:represents "𥨃"^^xsd:string .

<http://lexvo.org/id/char/25A04> a lvont:Character ;
    lvont:represents "𥨄"^^xsd:string .

<http://lexvo.org/id/char/25A05> a lvont:Character ;
    lvont:represents "𥨅"^^xsd:string .

<http://lexvo.org/id/char/25A06> a lvont:Character ;
    lvont:represents "𥨆"^^xsd:string .

<http://lexvo.org/id/char/25A07> a lvont:Character ;
    lvont:represents "𥨇"^^xsd:string .

<http://lexvo.org/id/char/25A08> a lvont:Character ;
    lvont:represents "𥨈"^^xsd:string .

<http://lexvo.org/id/char/25A09> a lvont:Character ;
    lvont:represents "𥨉"^^xsd:string .

<http://lexvo.org/id/char/25A0A> a lvont:Character ;
    lvont:represents "𥨊"^^xsd:string .

<http://lexvo.org/id/char/25A0B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/l%E1%BB%A7ng>,
        "𥨋"^^xsd:string .

<http://lexvo.org/id/char/25A0C> a lvont:Character ;
    lvont:represents "𥨌"^^xsd:string .

<http://lexvo.org/id/char/25A0D> a lvont:Character ;
    lvont:represents "𥨍"^^xsd:string .

<http://lexvo.org/id/char/25A0E> a lvont:Character ;
    lvont:represents "𥨎"^^xsd:string .

<http://lexvo.org/id/char/25A0F> a lvont:Character ;
    lvont:represents "𥨏"^^xsd:string .

<http://lexvo.org/id/char/25A1> a lvont:Character ;
    lvont:represents "□"^^xsd:string ;
    rdfs:comment "WHITE SQUARE"@en .

<http://lexvo.org/id/char/25A10> a lvont:Character ;
    lvont:represents "𥨐"^^xsd:string .

<http://lexvo.org/id/char/25A11> a lvont:Character ;
    lvont:represents "𥨑"^^xsd:string .

<http://lexvo.org/id/char/25A12> a lvont:Character ;
    lvont:represents "𥨒"^^xsd:string .

<http://lexvo.org/id/char/25A13> a lvont:Character ;
    lvont:represents "𥨓"^^xsd:string .

<http://lexvo.org/id/char/25A14> a lvont:Character ;
    lvont:represents "𥨔"^^xsd:string .

<http://lexvo.org/id/char/25A15> a lvont:Character ;
    lvont:represents "𥨕"^^xsd:string .

<http://lexvo.org/id/char/25A16> a lvont:Character ;
    lvont:represents "𥨖"^^xsd:string .

<http://lexvo.org/id/char/25A17> a lvont:Character ;
    lvont:represents "𥨗"^^xsd:string .

<http://lexvo.org/id/char/25A18> a lvont:Character ;
    lvont:represents "𥨘"^^xsd:string .

<http://lexvo.org/id/char/25A19> a lvont:Character ;
    lvont:represents "𥨙"^^xsd:string .

<http://lexvo.org/id/char/25A1A> a lvont:Character ;
    lvont:represents "𥨚"^^xsd:string .

<http://lexvo.org/id/char/25A1B> a lvont:Character ;
    lvont:represents "𥨛"^^xsd:string .

<http://lexvo.org/id/char/25A1C> a lvont:Character ;
    lvont:represents "𥨜"^^xsd:string .

<http://lexvo.org/id/char/25A1D> a lvont:Character ;
    lvont:represents "𥨝"^^xsd:string .

<http://lexvo.org/id/char/25A1E> a lvont:Character ;
    lvont:represents "𥨞"^^xsd:string .

<http://lexvo.org/id/char/25A1F> a lvont:Character ;
    lvont:represents "𥨟"^^xsd:string .

<http://lexvo.org/id/char/25A2> a lvont:Character ;
    lvont:represents "▢"^^xsd:string ;
    rdfs:comment "WHITE SQUARE WITH ROUNDED CORNERS"@en .

<http://lexvo.org/id/char/25A20> a lvont:Character ;
    lvont:represents "𥨠"^^xsd:string .

<http://lexvo.org/id/char/25A21> a lvont:Character ;
    lvont:represents "𥨡"^^xsd:string .

<http://lexvo.org/id/char/25A22> a lvont:Character ;
    lvont:represents "𥨢"^^xsd:string .

<http://lexvo.org/id/char/25A23> a lvont:Character ;
    lvont:represents "𥨣"^^xsd:string .

<http://lexvo.org/id/char/25A24> a lvont:Character ;
    lvont:represents "𥨤"^^xsd:string .

<http://lexvo.org/id/char/25A25> a lvont:Character ;
    lvont:represents "𥨥"^^xsd:string .

<http://lexvo.org/id/char/25A26> a lvont:Character ;
    lvont:represents "𥨦"^^xsd:string .

<http://lexvo.org/id/char/25A27> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/x%C3%B3>,
        "𥨧"^^xsd:string .

<http://lexvo.org/id/char/25A28> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/tr%E1%BB%91ng>,
        "𥨨"^^xsd:string .

<http://lexvo.org/id/char/25A29> a lvont:Character ;
    lvont:represents "𥨩"^^xsd:string .

<http://lexvo.org/id/char/25A2A> a lvont:Character ;
    lvont:represents "𥨪"^^xsd:string .

<http://lexvo.org/id/char/25A2B> a lvont:Character ;
    lvont:represents "𥨫"^^xsd:string .

<http://lexvo.org/id/char/25A2C> a lvont:Character ;
    lvont:represents "𥨬"^^xsd:string .

<http://lexvo.org/id/char/25A2D> a lvont:Character ;
    lvont:represents "𥨭"^^xsd:string .

<http://lexvo.org/id/char/25A2E> a lvont:Character ;
    lvont:represents "𥨮"^^xsd:string .

<http://lexvo.org/id/char/25A2F> a lvont:Character ;
    lvont:represents "𥨯"^^xsd:string .

<http://lexvo.org/id/char/25A3> a lvont:Character ;
    lvont:represents "▣"^^xsd:string ;
    rdfs:comment "WHITE SQUARE CONTAINING BLACK SMALL SQUARE"@en .

<http://lexvo.org/id/char/25A30> a lvont:Character ;
    lvont:represents "𥨰"^^xsd:string .

<http://lexvo.org/id/char/25A31> a lvont:Character ;
    lvont:represents "𥨱"^^xsd:string .

<http://lexvo.org/id/char/25A32> a lvont:Character ;
    lvont:represents "𥨲"^^xsd:string .

<http://lexvo.org/id/char/25A33> a lvont:Character ;
    lvont:represents "𥨳"^^xsd:string .

<http://lexvo.org/id/char/25A34> a lvont:Character ;
    lvont:represents "𥨴"^^xsd:string .

<http://lexvo.org/id/char/25A35> a lvont:Character ;
    lvont:represents "𥨵"^^xsd:string .

<http://lexvo.org/id/char/25A36> a lvont:Character ;
    lvont:represents "𥨶"^^xsd:string .

<http://lexvo.org/id/char/25A37> a lvont:Character ;
    lvont:represents "𥨷"^^xsd:string .

<http://lexvo.org/id/char/25A38> a lvont:Character ;
    lvont:represents "𥨸"^^xsd:string .

<http://lexvo.org/id/char/25A39> a lvont:Character ;
    lvont:represents "𥨹"^^xsd:string .

<http://lexvo.org/id/char/25A3A> a lvont:Character ;
    lvont:represents "𥨺"^^xsd:string .

<http://lexvo.org/id/char/25A3B> a lvont:Character ;
    lvont:represents "𥨻"^^xsd:string .

<http://lexvo.org/id/char/25A3C> a lvont:Character ;
    lvont:represents "𥨼"^^xsd:string .

<http://lexvo.org/id/char/25A3D> a lvont:Character ;
    lvont:represents "𥨽"^^xsd:string .

<http://lexvo.org/id/char/25A3E> a lvont:Character ;
    lvont:represents "𥨾"^^xsd:string .

<http://lexvo.org/id/char/25A3F> a lvont:Character ;
    lvont:represents "𥨿"^^xsd:string .

<http://lexvo.org/id/char/25A4> a lvont:Character ;
    lvont:represents "▤"^^xsd:string ;
    rdfs:comment "SQUARE WITH HORIZONTAL FILL"@en .

<http://lexvo.org/id/char/25A40> a lvont:Character ;
    lvont:represents "𥩀"^^xsd:string .

<http://lexvo.org/id/char/25A41> a lvont:Character ;
    lvont:represents "𥩁"^^xsd:string .

<http://lexvo.org/id/char/25A42> a lvont:Character ;
    lvont:represents "𥩂"^^xsd:string .

<http://lexvo.org/id/char/25A43> a lvont:Character ;
    lvont:represents "𥩃"^^xsd:string .

<http://lexvo.org/id/char/25A44> a lvont:Character ;
    lvont:represents "𥩄"^^xsd:string .

<http://lexvo.org/id/char/25A45> a lvont:Character ;
    lvont:represents "𥩅"^^xsd:string .

<http://lexvo.org/id/char/25A46> a lvont:Character ;
    lvont:represents "𥩆"^^xsd:string .

<http://lexvo.org/id/char/25A47> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ho%E1%BA%AFm>,
        "𥩇"^^xsd:string .

<http://lexvo.org/id/char/25A48> a lvont:Character ;
    lvont:represents "𥩈"^^xsd:string .

<http://lexvo.org/id/char/25A49> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/chui>,
        "𥩉"^^xsd:string .

<http://lexvo.org/id/char/25A4A> a lvont:Character ;
    lvont:represents "𥩊"^^xsd:string .

<http://lexvo.org/id/char/25A4B> a lvont:Character ;
    lvont:represents "𥩋"^^xsd:string .

<http://lexvo.org/id/char/25A4C> a lvont:Character ;
    lvont:represents "𥩌"^^xsd:string .

<http://lexvo.org/id/char/25A4D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/x%E1%BB%8F>,
        "𥩍"^^xsd:string .

<http://lexvo.org/id/char/25A4E> a lvont:Character ;
    lvont:represents "𥩎"^^xsd:string .

<http://lexvo.org/id/char/25A4F> a lvont:Character ;
    lvont:represents "𥩏"^^xsd:string .

<http://lexvo.org/id/char/25A5> a lvont:Character ;
    lvont:represents "▥"^^xsd:string ;
    rdfs:comment "SQUARE WITH VERTICAL FILL"@en .

<http://lexvo.org/id/char/25A50> a lvont:Character ;
    lvont:represents "𥩐"^^xsd:string .

<http://lexvo.org/id/char/25A51> a lvont:Character ;
    lvont:represents "𥩑"^^xsd:string .

<http://lexvo.org/id/char/25A52> a lvont:Character ;
    lvont:represents "𥩒"^^xsd:string .

<http://lexvo.org/id/char/25A53> a lvont:Character ;
    lvont:represents "𥩓"^^xsd:string .

<http://lexvo.org/id/char/25A54> a lvont:Character ;
    lvont:represents "𥩔"^^xsd:string .

<http://lexvo.org/id/char/25A55> a lvont:Character ;
    lvont:represents "𥩕"^^xsd:string .

<http://lexvo.org/id/char/25A56> a lvont:Character ;
    lvont:represents "𥩖"^^xsd:string .

<http://lexvo.org/id/char/25A57> a lvont:Character ;
    lvont:represents "𥩗"^^xsd:string .

<http://lexvo.org/id/char/25A58> a lvont:Character ;
    lvont:represents "𥩘"^^xsd:string .

<http://lexvo.org/id/char/25A59> a lvont:Character ;
    lvont:represents "𥩙"^^xsd:string .

<http://lexvo.org/id/char/25A5A> a lvont:Character ;
    lvont:represents "𥩚"^^xsd:string .

<http://lexvo.org/id/char/25A5B> a lvont:Character ;
    lvont:represents "𥩛"^^xsd:string .

<http://lexvo.org/id/char/25A5C> a lvont:Character ;
    lvont:represents "𥩜"^^xsd:string .

<http://lexvo.org/id/char/25A5D> a lvont:Character ;
    lvont:represents "𥩝"^^xsd:string .

<http://lexvo.org/id/char/25A5E> a lvont:Character ;
    lvont:represents "𥩞"^^xsd:string .

<http://lexvo.org/id/char/25A5F> a lvont:Character ;
    lvont:represents "𥩟"^^xsd:string .

<http://lexvo.org/id/char/25A6> a lvont:Character ;
    lvont:represents "▦"^^xsd:string ;
    rdfs:comment "SQUARE WITH ORTHOGONAL CROSSHATCH FILL"@en .

<http://lexvo.org/id/char/25A60> a lvont:Character ;
    lvont:represents "𥩠"^^xsd:string .

<http://lexvo.org/id/char/25A61> a lvont:Character ;
    lvont:represents "𥩡"^^xsd:string .

<http://lexvo.org/id/char/25A62> a lvont:Character ;
    lvont:represents "𥩢"^^xsd:string .

<http://lexvo.org/id/char/25A63> a lvont:Character ;
    lvont:represents "𥩣"^^xsd:string .

<http://lexvo.org/id/char/25A64> a lvont:Character ;
    lvont:represents "𥩤"^^xsd:string .

<http://lexvo.org/id/char/25A65> a lvont:Character ;
    lvont:represents "𥩥"^^xsd:string .

<http://lexvo.org/id/char/25A66> a lvont:Character ;
    lvont:represents "𥩦"^^xsd:string .

<http://lexvo.org/id/char/25A67> a lvont:Character ;
    lvont:represents "𥩧"^^xsd:string .

<http://lexvo.org/id/char/25A68> a lvont:Character ;
    lvont:represents "𥩨"^^xsd:string .

<http://lexvo.org/id/char/25A69> a lvont:Character ;
    lvont:represents "𥩩"^^xsd:string .

<http://lexvo.org/id/char/25A6A> a lvont:Character ;
    lvont:represents "𥩪"^^xsd:string .

<http://lexvo.org/id/char/25A6B> a lvont:Character ;
    lvont:represents "𥩫"^^xsd:string .

<http://lexvo.org/id/char/25A6C> a lvont:Character ;
    lvont:represents "𥩬"^^xsd:string .

<http://lexvo.org/id/char/25A6D> a lvont:Character ;
    lvont:represents "𥩭"^^xsd:string .

<http://lexvo.org/id/char/25A6E> a lvont:Character ;
    lvont:represents "𥩮"^^xsd:string .

<http://lexvo.org/id/char/25A6F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/d%E1%BB%B1ng>,
        "𥩯"^^xsd:string .

<http://lexvo.org/id/char/25A7> a lvont:Character ;
    lvont:represents "▧"^^xsd:string ;
    rdfs:comment "SQUARE WITH UPPER LEFT TO LOWER RIGHT FILL"@en .

<http://lexvo.org/id/char/25A70> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/s%E1%BA%ADp>,
        "𥩰"^^xsd:string .

<http://lexvo.org/id/char/25A71> a lvont:Character ;
    lvont:represents "𥩱"^^xsd:string .

<http://lexvo.org/id/char/25A72> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%F0%A5%A9%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A0i>,
        "𥩲"^^xsd:string ;
    rdfs:comment "a god; to raise"@en .

<http://lexvo.org/id/char/25A73> a lvont:Character ;
    lvont:represents "𥩳"^^xsd:string .

<http://lexvo.org/id/char/25A74> a lvont:Character ;
    lvont:represents "𥩴"^^xsd:string .

<http://lexvo.org/id/char/25A75> a lvont:Character ;
    lvont:represents "𥩵"^^xsd:string .

<http://lexvo.org/id/char/25A76> a lvont:Character ;
    lvont:represents "𥩶"^^xsd:string .

<http://lexvo.org/id/char/25A77> a lvont:Character ;
    lvont:represents "𥩷"^^xsd:string .

<http://lexvo.org/id/char/25A78> a lvont:Character ;
    lvont:represents "𥩸"^^xsd:string .

<http://lexvo.org/id/char/25A79> a lvont:Character ;
    lvont:represents "𥩹"^^xsd:string .

<http://lexvo.org/id/char/25A7A> a lvont:Character ;
    lvont:represents "𥩺"^^xsd:string .

<http://lexvo.org/id/char/25A7B> a lvont:Character ;
    lvont:represents "𥩻"^^xsd:string .

<http://lexvo.org/id/char/25A7C> a lvont:Character ;
    lvont:represents "𥩼"^^xsd:string .

<http://lexvo.org/id/char/25A7D> a lvont:Character ;
    lvont:represents "𥩽"^^xsd:string .

<http://lexvo.org/id/char/25A7E> a lvont:Character ;
    lvont:represents "𥩾"^^xsd:string .

<http://lexvo.org/id/char/25A7F> a lvont:Character ;
    lvont:represents "𥩿"^^xsd:string .

<http://lexvo.org/id/char/25A8> a lvont:Character ;
    lvont:represents "▨"^^xsd:string ;
    rdfs:comment "SQUARE WITH UPPER RIGHT TO LOWER LEFT FILL"@en .

<http://lexvo.org/id/char/25A80> a lvont:Character ;
    lvont:represents "𥪀"^^xsd:string .

<http://lexvo.org/id/char/25A81> a lvont:Character ;
    lvont:represents "𥪁"^^xsd:string .

<http://lexvo.org/id/char/25A82> a lvont:Character ;
    lvont:represents "𥪂"^^xsd:string .

<http://lexvo.org/id/char/25A83> a lvont:Character ;
    lvont:represents "𥪃"^^xsd:string .

<http://lexvo.org/id/char/25A84> a lvont:Character ;
    lvont:represents "𥪄"^^xsd:string .

<http://lexvo.org/id/char/25A85> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/x%C3%B2i>,
        "𥪅"^^xsd:string .

<http://lexvo.org/id/char/25A86> a lvont:Character ;
    lvont:represents "𥪆"^^xsd:string .

<http://lexvo.org/id/char/25A87> a lvont:Character ;
    lvont:represents "𥪇"^^xsd:string .

<http://lexvo.org/id/char/25A88> a lvont:Character ;
    lvont:represents "𥪈"^^xsd:string .

<http://lexvo.org/id/char/25A89> a lvont:Character ;
    lvont:represents "𥪉"^^xsd:string .

<http://lexvo.org/id/char/25A8A> a lvont:Character ;
    lvont:represents "𥪊"^^xsd:string .

<http://lexvo.org/id/char/25A8B> a lvont:Character ;
    lvont:represents "𥪋"^^xsd:string .

<http://lexvo.org/id/char/25A8C> a lvont:Character ;
    lvont:represents "𥪌"^^xsd:string .

<http://lexvo.org/id/char/25A8D> a lvont:Character ;
    lvont:represents "𥪍"^^xsd:string .

<http://lexvo.org/id/char/25A8E> a lvont:Character ;
    lvont:represents "𥪎"^^xsd:string .

<http://lexvo.org/id/char/25A8F> a lvont:Character ;
    lvont:represents "𥪏"^^xsd:string .

<http://lexvo.org/id/char/25A9> a lvont:Character ;
    lvont:represents "▩"^^xsd:string ;
    rdfs:comment "SQUARE WITH DIAGONAL CROSSHATCH FILL"@en .

<http://lexvo.org/id/char/25A90> a lvont:Character ;
    lvont:represents "𥪐"^^xsd:string .

<http://lexvo.org/id/char/25A91> a lvont:Character ;
    lvont:represents "𥪑"^^xsd:string .

<http://lexvo.org/id/char/25A92> a lvont:Character ;
    lvont:represents "𥪒"^^xsd:string .

<http://lexvo.org/id/char/25A93> a lvont:Character ;
    lvont:represents "𥪓"^^xsd:string .

<http://lexvo.org/id/char/25A94> a lvont:Character ;
    lvont:represents "𥪔"^^xsd:string .

<http://lexvo.org/id/char/25A95> a lvont:Character ;
    lvont:represents "𥪕"^^xsd:string .

<http://lexvo.org/id/char/25A96> a lvont:Character ;
    lvont:represents "𥪖"^^xsd:string .

<http://lexvo.org/id/char/25A97> a lvont:Character ;
    lvont:represents "𥪗"^^xsd:string .

<http://lexvo.org/id/char/25A98> a lvont:Character ;
    lvont:represents "𥪘"^^xsd:string .

<http://lexvo.org/id/char/25A99> a lvont:Character ;
    lvont:represents "𥪙"^^xsd:string .

<http://lexvo.org/id/char/25A9A> a lvont:Character ;
    lvont:represents "𥪚"^^xsd:string .

<http://lexvo.org/id/char/25A9B> a lvont:Character ;
    lvont:represents "𥪛"^^xsd:string .

<http://lexvo.org/id/char/25A9C> a lvont:Character ;
    lvont:represents "𥪜"^^xsd:string .

<http://lexvo.org/id/char/25A9D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/trong>,
        "𥪝"^^xsd:string .

<http://lexvo.org/id/char/25A9E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/trong>,
        "𥪞"^^xsd:string .

<http://lexvo.org/id/char/25A9F> a lvont:Character ;
    lvont:represents "𥪟"^^xsd:string .

<http://lexvo.org/id/char/25AA> a lvont:Character ;
    lvont:represents "▪"^^xsd:string ;
    rdfs:comment "BLACK SMALL SQUARE"@en .

<http://lexvo.org/id/char/25AA0> a lvont:Character ;
    lvont:represents "𥪠"^^xsd:string .

<http://lexvo.org/id/char/25AA1> a lvont:Character ;
    lvont:represents "𥪡"^^xsd:string .

<http://lexvo.org/id/char/25AA2> a lvont:Character ;
    lvont:represents "𥪢"^^xsd:string .

<http://lexvo.org/id/char/25AA3> a lvont:Character ;
    lvont:represents "𥪣"^^xsd:string .

<http://lexvo.org/id/char/25AA4> a lvont:Character ;
    lvont:represents "𥪤"^^xsd:string .

<http://lexvo.org/id/char/25AA5> a lvont:Character ;
    lvont:represents "𥪥"^^xsd:string .

<http://lexvo.org/id/char/25AA6> a lvont:Character ;
    lvont:represents "𥪦"^^xsd:string .

<http://lexvo.org/id/char/25AA7> a lvont:Character ;
    lvont:represents "𥪧"^^xsd:string .

<http://lexvo.org/id/char/25AA8> a lvont:Character ;
    lvont:represents "𥪨"^^xsd:string .

<http://lexvo.org/id/char/25AA9> a lvont:Character ;
    lvont:represents "𥪩"^^xsd:string .

<http://lexvo.org/id/char/25AAA> a lvont:Character ;
    lvont:represents "𥪪"^^xsd:string .

<http://lexvo.org/id/char/25AAB> a lvont:Character ;
    lvont:represents "𥪫"^^xsd:string .

<http://lexvo.org/id/char/25AAC> a lvont:Character ;
    lvont:represents "𥪬"^^xsd:string .

<http://lexvo.org/id/char/25AAD> a lvont:Character ;
    lvont:represents "𥪭"^^xsd:string .

<http://lexvo.org/id/char/25AAE> a lvont:Character ;
    lvont:represents "𥪮"^^xsd:string .

<http://lexvo.org/id/char/25AAF> a lvont:Character ;
    lvont:represents "𥪯"^^xsd:string .

<http://lexvo.org/id/char/25AB> a lvont:Character ;
    lvont:represents "▫"^^xsd:string ;
    rdfs:comment "WHITE SMALL SQUARE"@en .

<http://lexvo.org/id/char/25AB0> a lvont:Character ;
    lvont:represents "𥪰"^^xsd:string .

<http://lexvo.org/id/char/25AB1> a lvont:Character ;
    lvont:represents "𥪱"^^xsd:string .

<http://lexvo.org/id/char/25AB2> a lvont:Character ;
    lvont:represents "𥪲"^^xsd:string .

<http://lexvo.org/id/char/25AB3> a lvont:Character ;
    lvont:represents "𥪳"^^xsd:string .

<http://lexvo.org/id/char/25AB4> a lvont:Character ;
    lvont:represents "𥪴"^^xsd:string .

<http://lexvo.org/id/char/25AB5> a lvont:Character ;
    lvont:represents "𥪵"^^xsd:string .

<http://lexvo.org/id/char/25AB6> a lvont:Character ;
    lvont:represents "𥪶"^^xsd:string .

<http://lexvo.org/id/char/25AB7> a lvont:Character ;
    lvont:represents "𥪷"^^xsd:string .

<http://lexvo.org/id/char/25AB8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/%C4%91%E1%BB%A9ng>,
        "𥪸"^^xsd:string .

<http://lexvo.org/id/char/25AB9> a lvont:Character ;
    lvont:represents "𥪹"^^xsd:string .

<http://lexvo.org/id/char/25ABA> a lvont:Character ;
    lvont:represents "𥪺"^^xsd:string .

<http://lexvo.org/id/char/25ABB> a lvont:Character ;
    lvont:represents "𥪻"^^xsd:string .

<http://lexvo.org/id/char/25ABC> a lvont:Character ;
    lvont:represents "𥪼"^^xsd:string .

<http://lexvo.org/id/char/25ABD> a lvont:Character ;
    lvont:represents "𥪽"^^xsd:string .

<http://lexvo.org/id/char/25ABE> a lvont:Character ;
    lvont:represents "𥪾"^^xsd:string .

<http://lexvo.org/id/char/25ABF> a lvont:Character ;
    lvont:represents "𥪿"^^xsd:string .

<http://lexvo.org/id/char/25AC> a lvont:Character ;
    lvont:represents "▬"^^xsd:string ;
    rdfs:comment "BLACK RECTANGLE"@en .

<http://lexvo.org/id/char/25AC0> a lvont:Character ;
    lvont:represents "𥫀"^^xsd:string .

<http://lexvo.org/id/char/25AC1> a lvont:Character ;
    lvont:represents "𥫁"^^xsd:string .

<http://lexvo.org/id/char/25AC2> a lvont:Character ;
    lvont:represents "𥫂"^^xsd:string .

<http://lexvo.org/id/char/25AC3> a lvont:Character ;
    lvont:represents "𥫃"^^xsd:string .

<http://lexvo.org/id/char/25AC4> a lvont:Character ;
    lvont:represents "𥫄"^^xsd:string .

<http://lexvo.org/id/char/25AC5> a lvont:Character ;
    lvont:represents "𥫅"^^xsd:string .

<http://lexvo.org/id/char/25AC6> a lvont:Character ;
    lvont:represents "𥫆"^^xsd:string .

<http://lexvo.org/id/char/25AC7> a lvont:Character ;
    lvont:represents "𥫇"^^xsd:string .

<http://lexvo.org/id/char/25AC8> a lvont:Character ;
    lvont:represents "𥫈"^^xsd:string .

<http://lexvo.org/id/char/25AC9> a lvont:Character ;
    lvont:represents "𥫉"^^xsd:string .

<http://lexvo.org/id/char/25ACA> a lvont:Character ;
    lvont:represents "𥫊"^^xsd:string .

<http://lexvo.org/id/char/25ACB> a lvont:Character ;
    lvont:represents "𥫋"^^xsd:string .

<http://lexvo.org/id/char/25ACC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/tr%E1%BB%97i>,
        "𥫌"^^xsd:string .

<http://lexvo.org/id/char/25ACD> a lvont:Character ;
    lvont:represents "𥫍"^^xsd:string .

<http://lexvo.org/id/char/25ACE> a lvont:Character ;
    lvont:represents "𥫎"^^xsd:string .

<http://lexvo.org/id/char/25ACF> a lvont:Character ;
    lvont:represents "𥫏"^^xsd:string .

<http://lexvo.org/id/char/25AD> a lvont:Character ;
    lvont:represents "▭"^^xsd:string ;
    rdfs:comment "WHITE RECTANGLE"@en .

<http://lexvo.org/id/char/25AD0> a lvont:Character ;
    lvont:represents "𥫐"^^xsd:string .

<http://lexvo.org/id/char/25AD1> a lvont:Character ;
    lvont:represents "𥫑"^^xsd:string .

<http://lexvo.org/id/char/25AD2> a lvont:Character ;
    lvont:represents "𥫒"^^xsd:string .

<http://lexvo.org/id/char/25AD3> a lvont:Character ;
    lvont:represents "𥫓"^^xsd:string .

<http://lexvo.org/id/char/25AD4> a lvont:Character ;
    lvont:represents "𥫔"^^xsd:string .

<http://lexvo.org/id/char/25AD5> a lvont:Character ;
    lvont:represents "𥫕"^^xsd:string .

<http://lexvo.org/id/char/25AD6> a lvont:Character ;
    lvont:represents "𥫖"^^xsd:string .

<http://lexvo.org/id/char/25AD8> a lvont:Character ;
    lvont:represents "𥫘"^^xsd:string .

<http://lexvo.org/id/char/25AD9> a lvont:Character ;
    lvont:represents "𥫙"^^xsd:string .

<http://lexvo.org/id/char/25ADA> a lvont:Character ;
    lvont:represents "𥫚"^^xsd:string .

<http://lexvo.org/id/char/25ADB> a lvont:Character ;
    lvont:represents "𥫛"^^xsd:string .

<http://lexvo.org/id/char/25ADC> a lvont:Character ;
    lvont:represents "𥫜"^^xsd:string .

<http://lexvo.org/id/char/25ADD> a lvont:Character ;
    lvont:represents "𥫝"^^xsd:string .

<http://lexvo.org/id/char/25ADE> a lvont:Character ;
    lvont:represents "𥫞"^^xsd:string .

<http://lexvo.org/id/char/25ADF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/gi%E1%BB%85>,
        "𥫟"^^xsd:string .

<http://lexvo.org/id/char/25AE> a lvont:Character ;
    lvont:represents "▮"^^xsd:string ;
    rdfs:comment "BLACK VERTICAL RECTANGLE"@en .

<http://lexvo.org/id/char/25AE0> a lvont:Character ;
    lvont:represents "𥫠"^^xsd:string .

<http://lexvo.org/id/char/25AE1> a lvont:Character ;
    lvont:represents "𥫡"^^xsd:string .

<http://lexvo.org/id/char/25AE2> a lvont:Character ;
    lvont:represents "𥫢"^^xsd:string .

<http://lexvo.org/id/char/25AE3> a lvont:Character ;
    lvont:represents "𥫣"^^xsd:string .

<http://lexvo.org/id/char/25AE4> a lvont:Character ;
    lvont:represents "𥫤"^^xsd:string .

<http://lexvo.org/id/char/25AE5> a lvont:Character ;
    lvont:represents "𥫥"^^xsd:string .

<http://lexvo.org/id/char/25AE6> a lvont:Character ;
    lvont:represents "𥫦"^^xsd:string .

<http://lexvo.org/id/char/25AE7> a lvont:Character ;
    lvont:represents "𥫧"^^xsd:string .

<http://lexvo.org/id/char/25AE8> a lvont:Character ;
    lvont:represents "𥫨"^^xsd:string .

<http://lexvo.org/id/char/25AE9> a lvont:Character ;
    lvont:represents "𥫩"^^xsd:string .

<http://lexvo.org/id/char/25AEA> a lvont:Character ;
    lvont:represents "𥫪"^^xsd:string .

<http://lexvo.org/id/char/25AEB> a lvont:Character ;
    lvont:represents "𥫫"^^xsd:string .

<http://lexvo.org/id/char/25AEC> a lvont:Character ;
    lvont:represents "𥫬"^^xsd:string .

<http://lexvo.org/id/char/25AED> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/n%E1%BB%A9a>,
        "𥫭"^^xsd:string .

<http://lexvo.org/id/char/25AEE> a lvont:Character ;
    lvont:represents "𥫮"^^xsd:string .

<http://lexvo.org/id/char/25AEF> a lvont:Character ;
    lvont:represents "𥫯"^^xsd:string .

<http://lexvo.org/id/char/25AF> a lvont:Character ;
    lvont:represents "▯"^^xsd:string ;
    rdfs:comment "WHITE VERTICAL RECTANGLE"@en .

<http://lexvo.org/id/char/25AF0> a lvont:Character ;
    lvont:represents "𥫰"^^xsd:string .

<http://lexvo.org/id/char/25AF1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/deon6>,
        <http://lexvo.org/id/term/yue/%F0%A5%AB%B1>,
        "𥫱"^^xsd:string ;
    rdfs:comment "to hoard"@en .

<http://lexvo.org/id/char/25AF2> a lvont:Character ;
    lvont:represents "𥫲"^^xsd:string .

<http://lexvo.org/id/char/25AF3> a lvont:Character ;
    lvont:represents "𥫳"^^xsd:string .

<http://lexvo.org/id/char/25AF4> a lvont:Character ;
    lvont:represents "𥫴"^^xsd:string .

<http://lexvo.org/id/char/25AF5> a lvont:Character ;
    lvont:represents "𥫵"^^xsd:string .

<http://lexvo.org/id/char/25AF6> a lvont:Character ;
    lvont:represents "𥫶"^^xsd:string .

<http://lexvo.org/id/char/25AF7> a lvont:Character ;
    lvont:represents "𥫷"^^xsd:string .

<http://lexvo.org/id/char/25AF8> a lvont:Character ;
    lvont:represents "𥫸"^^xsd:string .

<http://lexvo.org/id/char/25AF9> a lvont:Character ;
    lvont:represents "𥫹"^^xsd:string .

<http://lexvo.org/id/char/25AFA> a lvont:Character ;
    lvont:represents "𥫺"^^xsd:string .

<http://lexvo.org/id/char/25AFB> a lvont:Character ;
    lvont:represents "𥫻"^^xsd:string .

<http://lexvo.org/id/char/25AFC> a lvont:Character ;
    lvont:represents "𥫼"^^xsd:string .

<http://lexvo.org/id/char/25AFD> a lvont:Character ;
    lvont:represents "𥫽"^^xsd:string .

<http://lexvo.org/id/char/25AFE> a lvont:Character ;
    lvont:represents "𥫾"^^xsd:string .

<http://lexvo.org/id/char/25AFF> a lvont:Character ;
    lvont:represents "𥫿"^^xsd:string .

<http://lexvo.org/id/char/25B0> a lvont:Character ;
    lvont:represents "▰"^^xsd:string ;
    rdfs:comment "BLACK PARALLELOGRAM"@en .

<http://lexvo.org/id/char/25B00> a lvont:Character ;
    lvont:represents "𥬀"^^xsd:string .

<http://lexvo.org/id/char/25B01> a lvont:Character ;
    lvont:represents "𥬁"^^xsd:string .

<http://lexvo.org/id/char/25B02> a lvont:Character ;
    lvont:represents "𥬂"^^xsd:string .

<http://lexvo.org/id/char/25B03> a lvont:Character ;
    lvont:represents "𥬃"^^xsd:string .

<http://lexvo.org/id/char/25B04> a lvont:Character ;
    lvont:represents "𥬄"^^xsd:string .

<http://lexvo.org/id/char/25B05> a lvont:Character ;
    lvont:represents "𥬅"^^xsd:string .

<http://lexvo.org/id/char/25B06> a lvont:Character ;
    lvont:represents "𥬆"^^xsd:string .

<http://lexvo.org/id/char/25B07> a lvont:Character ;
    lvont:represents "𥬇"^^xsd:string .

<http://lexvo.org/id/char/25B08> a lvont:Character ;
    lvont:represents "𥬈"^^xsd:string .

<http://lexvo.org/id/char/25B09> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/g%E1%BA%A7u>,
        "𥬉"^^xsd:string .

<http://lexvo.org/id/char/25B0A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/c%E1%BA%A7n>,
        "𥬊"^^xsd:string .

<http://lexvo.org/id/char/25B0B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/s%E1%BB%81>,
        "𥬋"^^xsd:string .

<http://lexvo.org/id/char/25B0C> a lvont:Character ;
    lvont:represents "𥬌"^^xsd:string .

<http://lexvo.org/id/char/25B0D> a lvont:Character ;
    lvont:represents "𥬍"^^xsd:string .

<http://lexvo.org/id/char/25B0E> a lvont:Character ;
    lvont:represents "𥬎"^^xsd:string .

<http://lexvo.org/id/char/25B0F> a lvont:Character ;
    lvont:represents "𥬏"^^xsd:string .

<http://lexvo.org/id/char/25B1> a lvont:Character ;
    lvont:represents "▱"^^xsd:string ;
    rdfs:comment "WHITE PARALLELOGRAM"@en .

<http://lexvo.org/id/char/25B10> a lvont:Character ;
    lvont:represents "𥬐"^^xsd:string .

<http://lexvo.org/id/char/25B11> a lvont:Character ;
    lvont:represents "𥬑"^^xsd:string .

<http://lexvo.org/id/char/25B12> a lvont:Character ;
    lvont:represents "𥬒"^^xsd:string .

<http://lexvo.org/id/char/25B13> a lvont:Character ;
    lvont:represents "𥬓"^^xsd:string .

<http://lexvo.org/id/char/25B14> a lvont:Character ;
    lvont:represents "𥬔"^^xsd:string .

<http://lexvo.org/id/char/25B15> a lvont:Character ;
    lvont:represents "𥬕"^^xsd:string .

<http://lexvo.org/id/char/25B16> a lvont:Character ;
    lvont:represents "𥬖"^^xsd:string .

<http://lexvo.org/id/char/25B17> a lvont:Character ;
    lvont:represents "𥬗"^^xsd:string .

<http://lexvo.org/id/char/25B18> a lvont:Character ;
    lvont:represents "𥬘"^^xsd:string .

<http://lexvo.org/id/char/25B19> a lvont:Character ;
    lvont:represents "𥬙"^^xsd:string .

<http://lexvo.org/id/char/25B1A> a lvont:Character ;
    lvont:represents "𥬚"^^xsd:string .

<http://lexvo.org/id/char/25B1B> a lvont:Character ;
    lvont:represents "𥬛"^^xsd:string .

<http://lexvo.org/id/char/25B1C> a lvont:Character ;
    lvont:represents "𥬜"^^xsd:string .

<http://lexvo.org/id/char/25B1D> a lvont:Character ;
    lvont:represents "𥬝"^^xsd:string .

<http://lexvo.org/id/char/25B1E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/ni%C3%A8>,
        "𥬞"^^xsd:string .

<http://lexvo.org/id/char/25B1F> a lvont:Character ;
    lvont:represents "𥬟"^^xsd:string .

<http://lexvo.org/id/char/25B2> a lvont:Character ;
    lvont:represents "▲"^^xsd:string ;
    rdfs:comment "BLACK UP-POINTING TRIANGLE"@en .

<http://lexvo.org/id/char/25B20> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C5%8Du>,
        "𥬠"^^xsd:string .

<http://lexvo.org/id/char/25B21> a lvont:Character ;
    lvont:represents "𥬡"^^xsd:string .

<http://lexvo.org/id/char/25B22> a lvont:Character ;
    lvont:represents "𥬢"^^xsd:string .

<http://lexvo.org/id/char/25B23> a lvont:Character ;
    lvont:represents "𥬣"^^xsd:string .

<http://lexvo.org/id/char/25B24> a lvont:Character ;
    lvont:represents "𥬤"^^xsd:string .

<http://lexvo.org/id/char/25B25> a lvont:Character ;
    lvont:represents "𥬥"^^xsd:string .

<http://lexvo.org/id/char/25B26> a lvont:Character ;
    lvont:represents "𥬦"^^xsd:string .

<http://lexvo.org/id/char/25B27> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ch%C3%B2m>,
        "𥬧"^^xsd:string .

<http://lexvo.org/id/char/25B28> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/khau>,
        "𥬨"^^xsd:string .

<http://lexvo.org/id/char/25B29> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/nia>,
        "𥬩"^^xsd:string .

<http://lexvo.org/id/char/25B2A> a lvont:Character ;
    lvont:represents "𥬪"^^xsd:string .

<http://lexvo.org/id/char/25B2B> a lvont:Character ;
    lvont:represents "𥬫"^^xsd:string .

<http://lexvo.org/id/char/25B2C> a lvont:Character ;
    lvont:represents "𥬬"^^xsd:string .

<http://lexvo.org/id/char/25B2D> a lvont:Character ;
    lvont:represents "𥬭"^^xsd:string .

<http://lexvo.org/id/char/25B2E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/giang>,
        "𥬮"^^xsd:string .

<http://lexvo.org/id/char/25B2F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%F0%A5%AC%AF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C7%8Eo>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C7%8Eo%20k%C3%A0o>,
        "𥬯"^^xsd:string ;
    rdfs:comment "a basket"@en .

<http://lexvo.org/id/char/25B3> a lvont:Character ;
    lvont:represents "△"^^xsd:string ;
    rdfs:comment "WHITE UP-POINTING TRIANGLE"@en .

<http://lexvo.org/id/char/25B30> a lvont:Character ;
    lvont:represents "𥬰"^^xsd:string .

<http://lexvo.org/id/char/25B31> a lvont:Character ;
    lvont:represents "𥬱"^^xsd:string .

<http://lexvo.org/id/char/25B32> a lvont:Character ;
    lvont:represents "𥬲"^^xsd:string .

<http://lexvo.org/id/char/25B33> a lvont:Character ;
    lvont:represents "𥬳"^^xsd:string .

<http://lexvo.org/id/char/25B34> a lvont:Character ;
    lvont:represents "𥬴"^^xsd:string .

<http://lexvo.org/id/char/25B35> a lvont:Character ;
    lvont:represents "𥬵"^^xsd:string .

<http://lexvo.org/id/char/25B36> a lvont:Character ;
    lvont:represents "𥬶"^^xsd:string .

<http://lexvo.org/id/char/25B37> a lvont:Character ;
    lvont:represents "𥬷"^^xsd:string .

<http://lexvo.org/id/char/25B38> a lvont:Character ;
    lvont:represents "𥬸"^^xsd:string .

<http://lexvo.org/id/char/25B39> a lvont:Character ;
    lvont:represents "𥬹"^^xsd:string .

<http://lexvo.org/id/char/25B3A> a lvont:Character ;
    lvont:represents "𥬺"^^xsd:string .

<http://lexvo.org/id/char/25B3B> a lvont:Character ;
    lvont:represents "𥬻"^^xsd:string .

<http://lexvo.org/id/char/25B3C> a lvont:Character ;
    lvont:represents "𥬼"^^xsd:string .

<http://lexvo.org/id/char/25B3D> a lvont:Character ;
    lvont:represents "𥬽"^^xsd:string .

<http://lexvo.org/id/char/25B3E> a lvont:Character ;
    lvont:represents "𥬾"^^xsd:string .

<http://lexvo.org/id/char/25B3F> a lvont:Character ;
    lvont:represents "𥬿"^^xsd:string .

<http://lexvo.org/id/char/25B4> a lvont:Character ;
    lvont:represents "▴"^^xsd:string ;
    rdfs:comment "BLACK UP-POINTING SMALL TRIANGLE"@en .

<http://lexvo.org/id/char/25B40> a lvont:Character ;
    lvont:represents "𥭀"^^xsd:string .

<http://lexvo.org/id/char/25B41> a lvont:Character ;
    lvont:represents "𥭁"^^xsd:string .

<http://lexvo.org/id/char/25B42> a lvont:Character ;
    lvont:represents "𥭂"^^xsd:string .

<http://lexvo.org/id/char/25B43> a lvont:Character ;
    lvont:represents "𥭃"^^xsd:string .

<http://lexvo.org/id/char/25B44> a lvont:Character ;
    lvont:represents "𥭄"^^xsd:string .

<http://lexvo.org/id/char/25B45> a lvont:Character ;
    lvont:represents "𥭅"^^xsd:string .

<http://lexvo.org/id/char/25B46> a lvont:Character ;
    lvont:represents "𥭆"^^xsd:string .

<http://lexvo.org/id/char/25B47> a lvont:Character ;
    lvont:represents "𥭇"^^xsd:string .

<http://lexvo.org/id/char/25B48> a lvont:Character ;
    lvont:represents "𥭈"^^xsd:string .

<http://lexvo.org/id/char/25B49> a lvont:Character ;
    lvont:represents "𥭉"^^xsd:string .

<http://lexvo.org/id/char/25B4A> a lvont:Character ;
    lvont:represents "𥭊"^^xsd:string .

<http://lexvo.org/id/char/25B4B> a lvont:Character ;
    lvont:represents "𥭋"^^xsd:string .

<http://lexvo.org/id/char/25B4C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/tr%E1%BA%A1c>,
        "𥭌"^^xsd:string .

<http://lexvo.org/id/char/25B4D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/d%E1%BA%B1m>,
        "𥭍"^^xsd:string .

<http://lexvo.org/id/char/25B4E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/m%C4%83ng>,
        "𥭎"^^xsd:string .

<http://lexvo.org/id/char/25B4F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/m%E1%BA%A5u>,
        "𥭏"^^xsd:string .

<http://lexvo.org/id/char/25B5> a lvont:Character ;
    lvont:represents "▵"^^xsd:string ;
    rdfs:comment "WHITE UP-POINTING SMALL TRIANGLE"@en .

<http://lexvo.org/id/char/25B50> a lvont:Character ;
    lvont:represents "𥭐"^^xsd:string .

<http://lexvo.org/id/char/25B51> a lvont:Character ;
    lvont:represents "𥭑"^^xsd:string .

<http://lexvo.org/id/char/25B52> a lvont:Character ;
    lvont:represents "𥭒"^^xsd:string .

<http://lexvo.org/id/char/25B53> a lvont:Character ;
    lvont:represents "𥭓"^^xsd:string .

<http://lexvo.org/id/char/25B54> a lvont:Character ;
    lvont:represents "𥭔"^^xsd:string .

<http://lexvo.org/id/char/25B55> a lvont:Character ;
    lvont:represents "𥭕"^^xsd:string .

<http://lexvo.org/id/char/25B56> a lvont:Character ;
    lvont:represents "𥭖"^^xsd:string .

<http://lexvo.org/id/char/25B57> a lvont:Character ;
    lvont:represents "𥭗"^^xsd:string .

<http://lexvo.org/id/char/25B58> a lvont:Character ;
    lvont:represents "𥭘"^^xsd:string .

<http://lexvo.org/id/char/25B59> a lvont:Character ;
    lvont:represents "𥭙"^^xsd:string .

<http://lexvo.org/id/char/25B5A> a lvont:Character ;
    lvont:represents "𥭚"^^xsd:string .

<http://lexvo.org/id/char/25B5B> a lvont:Character ;
    lvont:represents "𥭛"^^xsd:string .

<http://lexvo.org/id/char/25B5C> a lvont:Character ;
    lvont:represents "𥭜"^^xsd:string .

<http://lexvo.org/id/char/25B5D> a lvont:Character ;
    lvont:represents "𥭝"^^xsd:string .

<http://lexvo.org/id/char/25B5E> a lvont:Character ;
    lvont:represents "𥭞"^^xsd:string .

<http://lexvo.org/id/char/25B5F> a lvont:Character ;
    lvont:represents "𥭟"^^xsd:string .

<http://lexvo.org/id/char/25B6> a lvont:Character ;
    lvont:represents "▶"^^xsd:string ;
    rdfs:comment "BLACK RIGHT-POINTING TRIANGLE"@en .

<http://lexvo.org/id/char/25B60> a lvont:Character ;
    lvont:represents "𥭠"^^xsd:string .

<http://lexvo.org/id/char/25B61> a lvont:Character ;
    lvont:represents "𥭡"^^xsd:string .

<http://lexvo.org/id/char/25B62> a lvont:Character ;
    lvont:represents "𥭢"^^xsd:string .

<http://lexvo.org/id/char/25B63> a lvont:Character ;
    lvont:represents "𥭣"^^xsd:string .

<http://lexvo.org/id/char/25B64> a lvont:Character ;
    lvont:represents "𥭤"^^xsd:string .

<http://lexvo.org/id/char/25B65> a lvont:Character ;
    lvont:represents "𥭥"^^xsd:string .

<http://lexvo.org/id/char/25B66> a lvont:Character ;
    lvont:represents "𥭦"^^xsd:string .

<http://lexvo.org/id/char/25B67> a lvont:Character ;
    lvont:represents "𥭧"^^xsd:string .

<http://lexvo.org/id/char/25B68> a lvont:Character ;
    lvont:represents "𥭨"^^xsd:string .

<http://lexvo.org/id/char/25B69> a lvont:Character ;
    lvont:represents "𥭩"^^xsd:string .

<http://lexvo.org/id/char/25B6A> a lvont:Character ;
    lvont:represents "𥭪"^^xsd:string .

<http://lexvo.org/id/char/25B6B> a lvont:Character ;
    lvont:represents "𥭫"^^xsd:string .

<http://lexvo.org/id/char/25B6C> a lvont:Character ;
    lvont:represents "𥭬"^^xsd:string .

<http://lexvo.org/id/char/25B6D> a lvont:Character ;
    lvont:represents "𥭭"^^xsd:string .

<http://lexvo.org/id/char/25B6E> a lvont:Character ;
    lvont:represents "𥭮"^^xsd:string .

<http://lexvo.org/id/char/25B6F> a lvont:Character ;
    lvont:represents "𥭯"^^xsd:string .

<http://lexvo.org/id/char/25B7> a lvont:Character ;
    lvont:represents "▷"^^xsd:string ;
    rdfs:comment "WHITE RIGHT-POINTING TRIANGLE"@en .

<http://lexvo.org/id/char/25B70> a lvont:Character ;
    lvont:represents "𥭰"^^xsd:string .

<http://lexvo.org/id/char/25B71> a lvont:Character ;
    lvont:represents "𥭱"^^xsd:string .

<http://lexvo.org/id/char/25B72> a lvont:Character ;
    lvont:represents "𥭲"^^xsd:string .

<http://lexvo.org/id/char/25B73> a lvont:Character ;
    lvont:represents "𥭳"^^xsd:string .

<http://lexvo.org/id/char/25B74> a lvont:Character ;
    lvont:represents "𥭴"^^xsd:string .

<http://lexvo.org/id/char/25B75> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/n%E1%BA%A3>,
        "𥭵"^^xsd:string .

<http://lexvo.org/id/char/25B76> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/m%C4%83ng>,
        "𥭶"^^xsd:string .

<http://lexvo.org/id/char/25B77> a lvont:Character ;
    lvont:represents "𥭷"^^xsd:string .

<http://lexvo.org/id/char/25B78> a lvont:Character ;
    lvont:represents "𥭸"^^xsd:string .

<http://lexvo.org/id/char/25B79> a lvont:Character ;
    lvont:represents "𥭹"^^xsd:string .

<http://lexvo.org/id/char/25B7A> a lvont:Character ;
    lvont:represents "𥭺"^^xsd:string .

<http://lexvo.org/id/char/25B7B> a lvont:Character ;
    lvont:represents "𥭻"^^xsd:string .

<http://lexvo.org/id/char/25B7C> a lvont:Character ;
    lvont:represents "𥭼"^^xsd:string .

<http://lexvo.org/id/char/25B7D> a lvont:Character ;
    lvont:represents "𥭽"^^xsd:string .

<http://lexvo.org/id/char/25B7E> a lvont:Character ;
    lvont:represents "𥭾"^^xsd:string .

<http://lexvo.org/id/char/25B7F> a lvont:Character ;
    lvont:represents "𥭿"^^xsd:string .

<http://lexvo.org/id/char/25B8> a lvont:Character ;
    lvont:represents "▸"^^xsd:string ;
    rdfs:comment "BLACK RIGHT-POINTING SMALL TRIANGLE"@en .

<http://lexvo.org/id/char/25B80> a lvont:Character ;
    lvont:represents "𥮀"^^xsd:string .

<http://lexvo.org/id/char/25B81> a lvont:Character ;
    lvont:represents "𥮁"^^xsd:string .

<http://lexvo.org/id/char/25B82> a lvont:Character ;
    lvont:represents "𥮂"^^xsd:string .

<http://lexvo.org/id/char/25B83> a lvont:Character ;
    lvont:represents "𥮃"^^xsd:string .

<http://lexvo.org/id/char/25B84> a lvont:Character ;
    lvont:represents "𥮄"^^xsd:string .

<http://lexvo.org/id/char/25B85> a lvont:Character ;
    lvont:represents "𥮅"^^xsd:string .

<http://lexvo.org/id/char/25B86> a lvont:Character ;
    lvont:represents "𥮆"^^xsd:string .

<http://lexvo.org/id/char/25B87> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/b%C6%B0%C6%A1ng>,
        "𥮇"^^xsd:string .

<http://lexvo.org/id/char/25B88> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/hum>,
        "𥮈"^^xsd:string .

<http://lexvo.org/id/char/25B89> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/bu>,
        "𥮉"^^xsd:string .

<http://lexvo.org/id/char/25B8A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/%C4%91%C5%A9a>,
        "𥮊"^^xsd:string .

<http://lexvo.org/id/char/25B8B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/th%E1%BA%BB>,
        "𥮋"^^xsd:string .

<http://lexvo.org/id/char/25B8C> a lvont:Character ;
    lvont:represents "𥮌"^^xsd:string .

<http://lexvo.org/id/char/25B8D> a lvont:Character ;
    lvont:represents "𥮍"^^xsd:string .

<http://lexvo.org/id/char/25B8E> a lvont:Character ;
    lvont:represents "𥮎"^^xsd:string .

<http://lexvo.org/id/char/25B8F> a lvont:Character ;
    lvont:represents "𥮏"^^xsd:string .

<http://lexvo.org/id/char/25B9> a lvont:Character ;
    lvont:represents "▹"^^xsd:string ;
    rdfs:comment "WHITE RIGHT-POINTING SMALL TRIANGLE"@en .

<http://lexvo.org/id/char/25B90> a lvont:Character ;
    lvont:represents "𥮐"^^xsd:string .

<http://lexvo.org/id/char/25B91> a lvont:Character ;
    lvont:represents "𥮑"^^xsd:string .

<http://lexvo.org/id/char/25B92> a lvont:Character ;
    lvont:represents "𥮒"^^xsd:string .

<http://lexvo.org/id/char/25B93> a lvont:Character ;
    lvont:represents "𥮓"^^xsd:string .

<http://lexvo.org/id/char/25B94> a lvont:Character ;
    lvont:represents "𥮔"^^xsd:string .

<http://lexvo.org/id/char/25B95> a lvont:Character ;
    lvont:represents "𥮕"^^xsd:string .

<http://lexvo.org/id/char/25B96> a lvont:Character ;
    lvont:represents "𥮖"^^xsd:string .

<http://lexvo.org/id/char/25B97> a lvont:Character ;
    lvont:represents "𥮗"^^xsd:string .

<http://lexvo.org/id/char/25B98> a lvont:Character ;
    lvont:represents "𥮘"^^xsd:string .

<http://lexvo.org/id/char/25B99> a lvont:Character ;
    lvont:represents "𥮙"^^xsd:string .

<http://lexvo.org/id/char/25B9A> a lvont:Character ;
    lvont:represents "𥮚"^^xsd:string .

<http://lexvo.org/id/char/25B9B> a lvont:Character ;
    lvont:represents "𥮛"^^xsd:string .

<http://lexvo.org/id/char/25B9C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%AD>,
        "𥮜"^^xsd:string .

<http://lexvo.org/id/char/25B9D> a lvont:Character ;
    lvont:represents "𥮝"^^xsd:string .

<http://lexvo.org/id/char/25B9E> a lvont:Character ;
    lvont:represents "𥮞"^^xsd:string .

<http://lexvo.org/id/char/25B9F> a lvont:Character ;
    lvont:represents "𥮟"^^xsd:string .

<http://lexvo.org/id/char/25BA> a lvont:Character ;
    lvont:represents "►"^^xsd:string ;
    rdfs:comment "BLACK RIGHT-POINTING POINTER"@en .

<http://lexvo.org/id/char/25BA0> a lvont:Character ;
    lvont:represents "𥮠"^^xsd:string .

<http://lexvo.org/id/char/25BA1> a lvont:Character ;
    lvont:represents "𥮡"^^xsd:string .

<http://lexvo.org/id/char/25BA2> a lvont:Character ;
    lvont:represents "𥮢"^^xsd:string .

<http://lexvo.org/id/char/25BA3> a lvont:Character ;
    lvont:represents "𥮣"^^xsd:string .

<http://lexvo.org/id/char/25BA4> a lvont:Character ;
    lvont:represents "𥮤"^^xsd:string .

<http://lexvo.org/id/char/25BA5> a lvont:Character ;
    lvont:represents "𥮥"^^xsd:string .

<http://lexvo.org/id/char/25BA6> a lvont:Character ;
    lvont:represents "𥮦"^^xsd:string .

<http://lexvo.org/id/char/25BA7> a lvont:Character ;
    lvont:represents "𥮧"^^xsd:string .

<http://lexvo.org/id/char/25BA8> a lvont:Character ;
    lvont:represents "𥮨"^^xsd:string .

<http://lexvo.org/id/char/25BA9> a lvont:Character ;
    lvont:represents "𥮩"^^xsd:string .

<http://lexvo.org/id/char/25BAA> a lvont:Character ;
    lvont:represents "𥮪"^^xsd:string .

<http://lexvo.org/id/char/25BAB> a lvont:Character ;
    lvont:represents "𥮫"^^xsd:string .

<http://lexvo.org/id/char/25BAC> a lvont:Character ;
    lvont:represents "𥮬"^^xsd:string .

<http://lexvo.org/id/char/25BAD> a lvont:Character ;
    lvont:represents "𥮭"^^xsd:string .

<http://lexvo.org/id/char/25BAE> a lvont:Character ;
    lvont:represents "𥮮"^^xsd:string .

<http://lexvo.org/id/char/25BAF> a lvont:Character ;
    lvont:represents "𥮯"^^xsd:string .

<http://lexvo.org/id/char/25BB> a lvont:Character ;
    lvont:represents "▻"^^xsd:string ;
    rdfs:comment "WHITE RIGHT-POINTING POINTER"@en .

<http://lexvo.org/id/char/25BB0> a lvont:Character ;
    lvont:represents "𥮰"^^xsd:string .

<http://lexvo.org/id/char/25BB1> a lvont:Character ;
    lvont:represents "𥮱"^^xsd:string .

<http://lexvo.org/id/char/25BB2> a lvont:Character ;
    lvont:represents "𥮲"^^xsd:string .

<http://lexvo.org/id/char/25BB3> a lvont:Character ;
    lvont:represents "𥮳"^^xsd:string .

<http://lexvo.org/id/char/25BB4> a lvont:Character ;
    lvont:represents "𥮴"^^xsd:string .

<http://lexvo.org/id/char/25BB5> a lvont:Character ;
    lvont:represents "𥮵"^^xsd:string .

<http://lexvo.org/id/char/25BB6> a lvont:Character ;
    lvont:represents "𥮶"^^xsd:string .

<http://lexvo.org/id/char/25BB7> a lvont:Character ;
    lvont:represents "𥮷"^^xsd:string .

<http://lexvo.org/id/char/25BB8> a lvont:Character ;
    lvont:represents "𥮸"^^xsd:string .

<http://lexvo.org/id/char/25BB9> a lvont:Character ;
    lvont:represents "𥮹"^^xsd:string .

<http://lexvo.org/id/char/25BBA> a lvont:Character ;
    lvont:represents "𥮺"^^xsd:string .

<http://lexvo.org/id/char/25BBB> a lvont:Character ;
    lvont:represents "𥮻"^^xsd:string .

<http://lexvo.org/id/char/25BBC> a lvont:Character ;
    lvont:represents "𥮼"^^xsd:string .

<http://lexvo.org/id/char/25BBD> a lvont:Character ;
    lvont:represents "𥮽"^^xsd:string .

<http://lexvo.org/id/char/25BBE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C7%8En%201439.030%3Az%C4%81n>,
        "𥮾"^^xsd:string .

<http://lexvo.org/id/char/25BBF> a lvont:Character ;
    lvont:represents "𥮿"^^xsd:string .

<http://lexvo.org/id/char/25BC> a lvont:Character ;
    lvont:represents "▼"^^xsd:string ;
    rdfs:comment "BLACK DOWN-POINTING TRIANGLE"@en .

<http://lexvo.org/id/char/25BC0> a lvont:Character ;
    lvont:represents "𥯀"^^xsd:string .

<http://lexvo.org/id/char/25BC1> a lvont:Character ;
    lvont:represents "𥯁"^^xsd:string .

<http://lexvo.org/id/char/25BC2> a lvont:Character ;
    lvont:represents "𥯂"^^xsd:string .

<http://lexvo.org/id/char/25BC3> a lvont:Character ;
    lvont:represents "𥯃"^^xsd:string .

<http://lexvo.org/id/char/25BC4> a lvont:Character ;
    lvont:represents "𥯄"^^xsd:string .

<http://lexvo.org/id/char/25BC5> a lvont:Character ;
    lvont:represents "𥯅"^^xsd:string .

<http://lexvo.org/id/char/25BC6> a lvont:Character ;
    lvont:represents "𥯆"^^xsd:string .

<http://lexvo.org/id/char/25BC7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/r%E1%BB%95>,
        "𥯇"^^xsd:string .

<http://lexvo.org/id/char/25BC8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/v%C3%A1n>,
        "𥯈"^^xsd:string .

<http://lexvo.org/id/char/25BC9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/%C4%91%C3%B3>,
        "𥯉"^^xsd:string .

<http://lexvo.org/id/char/25BCA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/r%C3%A1>,
        "𥯊"^^xsd:string .

<http://lexvo.org/id/char/25BCB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/m%C3%A0nh>,
        "𥯋"^^xsd:string .

<http://lexvo.org/id/char/25BCC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/tre>,
        "𥯌"^^xsd:string .

<http://lexvo.org/id/char/25BCD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/mui>,
        "𥯍"^^xsd:string .

<http://lexvo.org/id/char/25BCE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/x%C3%B3m>,
        "𥯎"^^xsd:string .

<http://lexvo.org/id/char/25BCF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/c%E1%BB%95ng>,
        "𥯏"^^xsd:string .

<http://lexvo.org/id/char/25BD> a lvont:Character ;
    lvont:represents "▽"^^xsd:string ;
    rdfs:comment "WHITE DOWN-POINTING TRIANGLE"@en .

<http://lexvo.org/id/char/25BD0> a lvont:Character ;
    lvont:represents "𥯐"^^xsd:string .

<http://lexvo.org/id/char/25BD1> a lvont:Character ;
    lvont:represents "𥯑"^^xsd:string .

<http://lexvo.org/id/char/25BD2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/t%C6%A1i>,
        "𥯒"^^xsd:string .

<http://lexvo.org/id/char/25BD3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/tr%C3%BAm>,
        "𥯓"^^xsd:string .

<http://lexvo.org/id/char/25BD4> a lvont:Character ;
    lvont:represents "𥯔"^^xsd:string .

<http://lexvo.org/id/char/25BD5> a lvont:Character ;
    lvont:represents "𥯕"^^xsd:string .

<http://lexvo.org/id/char/25BD6> a lvont:Character ;
    lvont:represents "𥯖"^^xsd:string .

<http://lexvo.org/id/char/25BD7> a lvont:Character ;
    lvont:represents "𥯗"^^xsd:string .

<http://lexvo.org/id/char/25BD8> a lvont:Character ;
    lvont:represents "𥯘"^^xsd:string .

<http://lexvo.org/id/char/25BD9> a lvont:Character ;
    lvont:represents "𥯙"^^xsd:string .

<http://lexvo.org/id/char/25BDA> a lvont:Character ;
    lvont:represents "𥯚"^^xsd:string .

<http://lexvo.org/id/char/25BDB> a lvont:Character ;
    lvont:represents "𥯛"^^xsd:string .

<http://lexvo.org/id/char/25BDC> a lvont:Character ;
    lvont:represents "𥯜"^^xsd:string .

<http://lexvo.org/id/char/25BDD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/%C4%91%E1%BB%91t>,
        "𥯝"^^xsd:string .

<http://lexvo.org/id/char/25BDE> a lvont:Character ;
    lvont:represents "𥯞"^^xsd:string .

<http://lexvo.org/id/char/25BDF> a lvont:Character ;
    lvont:represents "𥯟"^^xsd:string .

<http://lexvo.org/id/char/25BE> a lvont:Character ;
    lvont:represents "▾"^^xsd:string ;
    rdfs:comment "BLACK DOWN-POINTING SMALL TRIANGLE"@en .

<http://lexvo.org/id/char/25BE0> a lvont:Character ;
    lvont:represents "𥯠"^^xsd:string .

<http://lexvo.org/id/char/25BE1> a lvont:Character ;
    lvont:represents "𥯡"^^xsd:string .

<http://lexvo.org/id/char/25BE2> a lvont:Character ;
    lvont:represents "𥯢"^^xsd:string .

<http://lexvo.org/id/char/25BE3> a lvont:Character ;
    lvont:represents "𥯣"^^xsd:string .

<http://lexvo.org/id/char/25BE4> a lvont:Character ;
    lvont:represents "𥯤"^^xsd:string .

<http://lexvo.org/id/char/25BE5> a lvont:Character ;
    lvont:represents "𥯥"^^xsd:string .

<http://lexvo.org/id/char/25BE6> a lvont:Character ;
    lvont:represents "𥯦"^^xsd:string .

<http://lexvo.org/id/char/25BE7> a lvont:Character ;
    lvont:represents "𥯧"^^xsd:string .

<http://lexvo.org/id/char/25BE8> a lvont:Character ;
    lvont:represents "𥯨"^^xsd:string .

<http://lexvo.org/id/char/25BE9> a lvont:Character ;
    lvont:represents "𥯩"^^xsd:string .

<http://lexvo.org/id/char/25BEA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/tr%E1%BA%A5u>,
        "𥯪"^^xsd:string .

<http://lexvo.org/id/char/25BEB> a lvont:Character ;
    lvont:represents "𥯫"^^xsd:string .

<http://lexvo.org/id/char/25BEC> a lvont:Character ;
    lvont:represents "𥯬"^^xsd:string .

<http://lexvo.org/id/char/25BED> a lvont:Character ;
    lvont:represents "𥯭"^^xsd:string .

<http://lexvo.org/id/char/25BEE> a lvont:Character ;
    lvont:represents "𥯮"^^xsd:string .

<http://lexvo.org/id/char/25BEF> a lvont:Character ;
    lvont:represents "𥯯"^^xsd:string .

<http://lexvo.org/id/char/25BF> a lvont:Character ;
    lvont:represents "▿"^^xsd:string ;
    rdfs:comment "WHITE DOWN-POINTING SMALL TRIANGLE"@en .

<http://lexvo.org/id/char/25BF0> a lvont:Character ;
    lvont:represents "𥯰"^^xsd:string .

<http://lexvo.org/id/char/25BF1> a lvont:Character ;
    lvont:represents "𥯱"^^xsd:string .

<http://lexvo.org/id/char/25BF2> a lvont:Character ;
    lvont:represents "𥯲"^^xsd:string .

<http://lexvo.org/id/char/25BF3> a lvont:Character ;
    lvont:represents "𥯳"^^xsd:string .

<http://lexvo.org/id/char/25BF4> a lvont:Character ;
    lvont:represents "𥯴"^^xsd:string .

<http://lexvo.org/id/char/25BF5> a lvont:Character ;
    lvont:represents "𥯵"^^xsd:string .

<http://lexvo.org/id/char/25BF6> a lvont:Character ;
    lvont:represents "𥯶"^^xsd:string .

<http://lexvo.org/id/char/25BF7> a lvont:Character ;
    lvont:represents "𥯷"^^xsd:string .

<http://lexvo.org/id/char/25BF8> a lvont:Character ;
    lvont:represents "𥯸"^^xsd:string .

<http://lexvo.org/id/char/25BF9> a lvont:Character ;
    lvont:represents "𥯹"^^xsd:string .

<http://lexvo.org/id/char/25BFA> a lvont:Character ;
    lvont:represents "𥯺"^^xsd:string .

<http://lexvo.org/id/char/25BFB> a lvont:Character ;
    lvont:represents "𥯻"^^xsd:string .

<http://lexvo.org/id/char/25BFC> a lvont:Character ;
    lvont:represents "𥯼"^^xsd:string .

<http://lexvo.org/id/char/25BFD> a lvont:Character ;
    lvont:represents "𥯽"^^xsd:string .

<http://lexvo.org/id/char/25BFE> a lvont:Character ;
    lvont:represents "𥯾"^^xsd:string .

<http://lexvo.org/id/char/25BFF> a lvont:Character ;
    lvont:represents "𥯿"^^xsd:string .

<http://lexvo.org/id/char/25C0> a lvont:Character ;
    lvont:represents "◀"^^xsd:string ;
    rdfs:comment "BLACK LEFT-POINTING TRIANGLE"@en .

<http://lexvo.org/id/char/25C00> a lvont:Character ;
    lvont:represents "𥰀"^^xsd:string .

<http://lexvo.org/id/char/25C01> a lvont:Character ;
    lvont:represents "𥰁"^^xsd:string .

<http://lexvo.org/id/char/25C02> a lvont:Character ;
    lvont:represents "𥰂"^^xsd:string .

<http://lexvo.org/id/char/25C03> a lvont:Character ;
    lvont:represents "𥰃"^^xsd:string .

<http://lexvo.org/id/char/25C04> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/c%E1%BA%A3u>,
        "𥰄"^^xsd:string .

<http://lexvo.org/id/char/25C05> a lvont:Character ;
    lvont:represents "𥰅"^^xsd:string .

<http://lexvo.org/id/char/25C06> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/r%E1%BA%BF>,
        "𥰆"^^xsd:string .

<http://lexvo.org/id/char/25C07> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/k%C3%A8>,
        "𥰇"^^xsd:string .

<http://lexvo.org/id/char/25C08> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/si%E1%BB%83ng>,
        "𥰈"^^xsd:string .

<http://lexvo.org/id/char/25C09> a lvont:Character ;
    lvont:represents "𥰉"^^xsd:string .

<http://lexvo.org/id/char/25C0A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/th%E1%BA%A5p>,
        "𥰊"^^xsd:string .

<http://lexvo.org/id/char/25C0B> a lvont:Character ;
    lvont:represents "𥰋"^^xsd:string .

<http://lexvo.org/id/char/25C0C> a lvont:Character ;
    lvont:represents "𥰌"^^xsd:string .

<http://lexvo.org/id/char/25C0D> a lvont:Character ;
    lvont:represents "𥰍"^^xsd:string .

<http://lexvo.org/id/char/25C0E> a lvont:Character ;
    lvont:represents "𥰎"^^xsd:string .

<http://lexvo.org/id/char/25C0F> a lvont:Character ;
    lvont:represents "𥰏"^^xsd:string .

<http://lexvo.org/id/char/25C1> a lvont:Character ;
    lvont:represents "◁"^^xsd:string ;
    rdfs:comment "WHITE LEFT-POINTING TRIANGLE"@en .

<http://lexvo.org/id/char/25C10> a lvont:Character ;
    lvont:represents "𥰐"^^xsd:string .

<http://lexvo.org/id/char/25C11> a lvont:Character ;
    lvont:represents "𥰑"^^xsd:string .

<http://lexvo.org/id/char/25C12> a lvont:Character ;
    lvont:represents "𥰒"^^xsd:string .

<http://lexvo.org/id/char/25C13> a lvont:Character ;
    lvont:represents "𥰓"^^xsd:string .

<http://lexvo.org/id/char/25C14> a lvont:Character ;
    lvont:represents "𥰔"^^xsd:string .

<http://lexvo.org/id/char/25C15> a lvont:Character ;
    lvont:represents "𥰕"^^xsd:string .

<http://lexvo.org/id/char/25C16> a lvont:Character ;
    lvont:represents "𥰖"^^xsd:string .

<http://lexvo.org/id/char/25C17> a lvont:Character ;
    lvont:represents "𥰗"^^xsd:string .

<http://lexvo.org/id/char/25C18> a lvont:Character ;
    lvont:represents "𥰘"^^xsd:string .

<http://lexvo.org/id/char/25C19> a lvont:Character ;
    lvont:represents "𥰙"^^xsd:string .

<http://lexvo.org/id/char/25C1A> a lvont:Character ;
    lvont:represents "𥰚"^^xsd:string .

<http://lexvo.org/id/char/25C1B> a lvont:Character ;
    lvont:represents "𥰛"^^xsd:string .

<http://lexvo.org/id/char/25C1C> a lvont:Character ;
    lvont:represents "𥰜"^^xsd:string .

<http://lexvo.org/id/char/25C1D> a lvont:Character ;
    lvont:represents "𥰝"^^xsd:string .

<http://lexvo.org/id/char/25C1E> a lvont:Character ;
    lvont:represents "𥰞"^^xsd:string .

<http://lexvo.org/id/char/25C1F> a lvont:Character ;
    lvont:represents "𥰟"^^xsd:string .

<http://lexvo.org/id/char/25C2> a lvont:Character ;
    lvont:represents "◂"^^xsd:string ;
    rdfs:comment "BLACK LEFT-POINTING SMALL TRIANGLE"@en .

<http://lexvo.org/id/char/25C20> a lvont:Character ;
    lvont:represents "𥰠"^^xsd:string .

<http://lexvo.org/id/char/25C21> a lvont:Character ;
    lvont:represents "𥰡"^^xsd:string .

<http://lexvo.org/id/char/25C22> a lvont:Character ;
    lvont:represents "𥰢"^^xsd:string .

<http://lexvo.org/id/char/25C23> a lvont:Character ;
    lvont:represents "𥰣"^^xsd:string .

<http://lexvo.org/id/char/25C24> a lvont:Character ;
    lvont:represents "𥰤"^^xsd:string .

<http://lexvo.org/id/char/25C25> a lvont:Character ;
    lvont:represents "𥰥"^^xsd:string .

<http://lexvo.org/id/char/25C26> a lvont:Character ;
    lvont:represents "𥰦"^^xsd:string .

<http://lexvo.org/id/char/25C27> a lvont:Character ;
    lvont:represents "𥰧"^^xsd:string .

<http://lexvo.org/id/char/25C28> a lvont:Character ;
    lvont:represents "𥰨"^^xsd:string .

<http://lexvo.org/id/char/25C29> a lvont:Character ;
    lvont:represents "𥰩"^^xsd:string .

<http://lexvo.org/id/char/25C2A> a lvont:Character ;
    lvont:represents "𥰪"^^xsd:string .

<http://lexvo.org/id/char/25C2B> a lvont:Character ;
    lvont:represents "𥰫"^^xsd:string .

<http://lexvo.org/id/char/25C2C> a lvont:Character ;
    lvont:represents "𥰬"^^xsd:string .

<http://lexvo.org/id/char/25C2D> a lvont:Character ;
    lvont:represents "𥰭"^^xsd:string .

<http://lexvo.org/id/char/25C2E> a lvont:Character ;
    lvont:represents "𥰮"^^xsd:string .

<http://lexvo.org/id/char/25C2F> a lvont:Character ;
    lvont:represents "𥰯"^^xsd:string .

<http://lexvo.org/id/char/25C3> a lvont:Character ;
    lvont:represents "◃"^^xsd:string ;
    rdfs:comment "WHITE LEFT-POINTING SMALL TRIANGLE"@en .

<http://lexvo.org/id/char/25C30> a lvont:Character ;
    lvont:represents "𥰰"^^xsd:string .

<http://lexvo.org/id/char/25C31> a lvont:Character ;
    lvont:represents "𥰱"^^xsd:string .

<http://lexvo.org/id/char/25C32> a lvont:Character ;
    lvont:represents "𥰲"^^xsd:string .

<http://lexvo.org/id/char/25C33> a lvont:Character ;
    lvont:represents "𥰳"^^xsd:string .

<http://lexvo.org/id/char/25C34> a lvont:Character ;
    lvont:represents "𥰴"^^xsd:string .

<http://lexvo.org/id/char/25C35> a lvont:Character ;
    lvont:represents "𥰵"^^xsd:string .

<http://lexvo.org/id/char/25C36> a lvont:Character ;
    lvont:represents "𥰶"^^xsd:string .

<http://lexvo.org/id/char/25C37> a lvont:Character ;
    lvont:represents "𥰷"^^xsd:string .

<http://lexvo.org/id/char/25C38> a lvont:Character ;
    lvont:represents "𥰸"^^xsd:string .

<http://lexvo.org/id/char/25C39> a lvont:Character ;
    lvont:represents "𥰹"^^xsd:string .

<http://lexvo.org/id/char/25C3A> a lvont:Character ;
    lvont:represents "𥰺"^^xsd:string .

<http://lexvo.org/id/char/25C3B> a lvont:Character ;
    lvont:represents "𥰻"^^xsd:string .

<http://lexvo.org/id/char/25C3C> a lvont:Character ;
    lvont:represents "𥰼"^^xsd:string .

<http://lexvo.org/id/char/25C3D> a lvont:Character ;
    lvont:represents "𥰽"^^xsd:string .

<http://lexvo.org/id/char/25C3E> a lvont:Character ;
    lvont:represents "𥰾"^^xsd:string .

<http://lexvo.org/id/char/25C3F> a lvont:Character ;
    lvont:represents "𥰿"^^xsd:string .

<http://lexvo.org/id/char/25C4> a lvont:Character ;
    lvont:represents "◄"^^xsd:string ;
    rdfs:comment "BLACK LEFT-POINTING POINTER"@en .

<http://lexvo.org/id/char/25C40> a lvont:Character ;
    lvont:represents "𥱀"^^xsd:string .

<http://lexvo.org/id/char/25C41> a lvont:Character ;
    lvont:represents "𥱁"^^xsd:string .

<http://lexvo.org/id/char/25C42> a lvont:Character ;
    lvont:represents "𥱂"^^xsd:string .

<http://lexvo.org/id/char/25C43> a lvont:Character ;
    lvont:represents "𥱃"^^xsd:string .

<http://lexvo.org/id/char/25C44> a lvont:Character ;
    lvont:represents "𥱄"^^xsd:string .

<http://lexvo.org/id/char/25C45> a lvont:Character ;
    lvont:represents "𥱅"^^xsd:string .

<http://lexvo.org/id/char/25C46> a lvont:Character ;
    lvont:represents "𥱆"^^xsd:string .

<http://lexvo.org/id/char/25C47> a lvont:Character ;
    lvont:represents "𥱇"^^xsd:string .

<http://lexvo.org/id/char/25C48> a lvont:Character ;
    lvont:represents "𥱈"^^xsd:string .

<http://lexvo.org/id/char/25C49> a lvont:Character ;
    lvont:represents "𥱉"^^xsd:string .

<http://lexvo.org/id/char/25C4A> a lvont:Character ;
    lvont:represents "𥱊"^^xsd:string .

<http://lexvo.org/id/char/25C4B> a lvont:Character ;
    lvont:represents "𥱋"^^xsd:string .

<http://lexvo.org/id/char/25C4C> a lvont:Character ;
    lvont:represents "𥱌"^^xsd:string .

<http://lexvo.org/id/char/25C4D> a lvont:Character ;
    lvont:represents "𥱍"^^xsd:string .

<http://lexvo.org/id/char/25C4E> a lvont:Character ;
    lvont:represents "𥱎"^^xsd:string .

<http://lexvo.org/id/char/25C4F> a lvont:Character ;
    lvont:represents "𥱏"^^xsd:string .

<http://lexvo.org/id/char/25C5> a lvont:Character ;
    lvont:represents "◅"^^xsd:string ;
    rdfs:comment "WHITE LEFT-POINTING POINTER"@en .

<http://lexvo.org/id/char/25C50> a lvont:Character ;
    lvont:represents "𥱐"^^xsd:string .

<http://lexvo.org/id/char/25C51> a lvont:Character ;
    lvont:represents "𥱑"^^xsd:string .

<http://lexvo.org/id/char/25C52> a lvont:Character ;
    lvont:represents "𥱒"^^xsd:string .

<http://lexvo.org/id/char/25C53> a lvont:Character ;
    lvont:represents "𥱓"^^xsd:string .

<http://lexvo.org/id/char/25C54> a lvont:Character ;
    lvont:represents "𥱔"^^xsd:string .

<http://lexvo.org/id/char/25C55> a lvont:Character ;
    lvont:represents "𥱕"^^xsd:string .

<http://lexvo.org/id/char/25C56> a lvont:Character ;
    lvont:represents "𥱖"^^xsd:string .

<http://lexvo.org/id/char/25C57> a lvont:Character ;
    lvont:represents "𥱗"^^xsd:string .

<http://lexvo.org/id/char/25C58> a lvont:Character ;
    lvont:represents "𥱘"^^xsd:string .

<http://lexvo.org/id/char/25C59> a lvont:Character ;
    lvont:represents "𥱙"^^xsd:string .

<http://lexvo.org/id/char/25C5A> a lvont:Character ;
    lvont:represents "𥱚"^^xsd:string .

<http://lexvo.org/id/char/25C5B> a lvont:Character ;
    lvont:represents "𥱛"^^xsd:string .

<http://lexvo.org/id/char/25C5C> a lvont:Character ;
    lvont:represents "𥱜"^^xsd:string .

<http://lexvo.org/id/char/25C5D> a lvont:Character ;
    lvont:represents "𥱝"^^xsd:string .

<http://lexvo.org/id/char/25C5E> a lvont:Character ;
    lvont:represents "𥱞"^^xsd:string .

<http://lexvo.org/id/char/25C5F> a lvont:Character ;
    lvont:represents "𥱟"^^xsd:string .

<http://lexvo.org/id/char/25C6> a lvont:Character ;
    lvont:represents "◆"^^xsd:string ;
    rdfs:comment "BLACK DIAMOND"@en .

<http://lexvo.org/id/char/25C60> a lvont:Character ;
    lvont:represents "𥱠"^^xsd:string .

<http://lexvo.org/id/char/25C61> a lvont:Character ;
    lvont:represents "𥱡"^^xsd:string .

<http://lexvo.org/id/char/25C62> a lvont:Character ;
    lvont:represents "𥱢"^^xsd:string .

<http://lexvo.org/id/char/25C63> a lvont:Character ;
    lvont:represents "𥱣"^^xsd:string .

<http://lexvo.org/id/char/25C64> a lvont:Character ;
    lvont:represents "𥱤"^^xsd:string .

<http://lexvo.org/id/char/25C65> a lvont:Character ;
    lvont:represents "𥱥"^^xsd:string .

<http://lexvo.org/id/char/25C66> a lvont:Character ;
    lvont:represents "𥱦"^^xsd:string .

<http://lexvo.org/id/char/25C67> a lvont:Character ;
    lvont:represents "𥱧"^^xsd:string .

<http://lexvo.org/id/char/25C68> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/r%E1%BB%8D>,
        "𥱨"^^xsd:string .

<http://lexvo.org/id/char/25C69> a lvont:Character ;
    lvont:represents "𥱩"^^xsd:string .

<http://lexvo.org/id/char/25C6A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/c%C3%B3t>,
        "𥱪"^^xsd:string .

<http://lexvo.org/id/char/25C6B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/s%C3%A1o>,
        "𥱫"^^xsd:string .

<http://lexvo.org/id/char/25C6C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ghi>,
        "𥱬"^^xsd:string .

<http://lexvo.org/id/char/25C6D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/gi%C3%A0nh>,
        "𥱭"^^xsd:string .

<http://lexvo.org/id/char/25C6E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/n%C3%B4i>,
        "𥱮"^^xsd:string .

<http://lexvo.org/id/char/25C6F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/th%E1%BB%9Di>,
        "𥱯"^^xsd:string .

<http://lexvo.org/id/char/25C7> a lvont:Character ;
    lvont:represents "◇"^^xsd:string ;
    rdfs:comment "WHITE DIAMOND"@en .

<http://lexvo.org/id/char/25C70> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/gi%C3%B2>,
        "𥱰"^^xsd:string .

<http://lexvo.org/id/char/25C71> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ch%C3%B2m>,
        "𥱱"^^xsd:string .

<http://lexvo.org/id/char/25C72> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/k%C3%A8n>,
        "𥱲"^^xsd:string .

<http://lexvo.org/id/char/25C73> a lvont:Character ;
    lvont:represents "𥱳"^^xsd:string .

<http://lexvo.org/id/char/25C74> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/v%C3%B3>,
        "𥱴"^^xsd:string .

<http://lexvo.org/id/char/25C75> a lvont:Character ;
    lvont:represents "𥱵"^^xsd:string .

<http://lexvo.org/id/char/25C76> a lvont:Character ;
    lvont:represents "𥱶"^^xsd:string .

<http://lexvo.org/id/char/25C77> a lvont:Character ;
    lvont:represents "𥱷"^^xsd:string .

<http://lexvo.org/id/char/25C78> a lvont:Character ;
    lvont:represents "𥱸"^^xsd:string .

<http://lexvo.org/id/char/25C79> a lvont:Character ;
    lvont:represents "𥱹"^^xsd:string .

<http://lexvo.org/id/char/25C7A> a lvont:Character ;
    lvont:represents "𥱺"^^xsd:string .

<http://lexvo.org/id/char/25C7B> a lvont:Character ;
    lvont:represents "𥱻"^^xsd:string .

<http://lexvo.org/id/char/25C7C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%A1i>,
        "𥱼"^^xsd:string .

<http://lexvo.org/id/char/25C7D> a lvont:Character ;
    lvont:represents "𥱽"^^xsd:string .

<http://lexvo.org/id/char/25C7E> a lvont:Character ;
    lvont:represents "𥱾"^^xsd:string .

<http://lexvo.org/id/char/25C7F> a lvont:Character ;
    lvont:represents "𥱿"^^xsd:string .

<http://lexvo.org/id/char/25C8> a lvont:Character ;
    lvont:represents "◈"^^xsd:string ;
    rdfs:comment "WHITE DIAMOND CONTAINING BLACK SMALL DIAMOND"@en .

<http://lexvo.org/id/char/25C80> a lvont:Character ;
    lvont:represents "𥲀"^^xsd:string .

<http://lexvo.org/id/char/25C81> a lvont:Character ;
    lvont:represents "𥲁"^^xsd:string .

<http://lexvo.org/id/char/25C82> a lvont:Character ;
    lvont:represents "𥲂"^^xsd:string .

<http://lexvo.org/id/char/25C83> a lvont:Character ;
    lvont:represents "𥲃"^^xsd:string .

<http://lexvo.org/id/char/25C84> a lvont:Character ;
    lvont:represents "𥲄"^^xsd:string .

<http://lexvo.org/id/char/25C85> a lvont:Character ;
    lvont:represents "𥲅"^^xsd:string .

<http://lexvo.org/id/char/25C86> a lvont:Character ;
    lvont:represents "𥲆"^^xsd:string .

<http://lexvo.org/id/char/25C87> a lvont:Character ;
    lvont:represents "𥲇"^^xsd:string .

<http://lexvo.org/id/char/25C88> a lvont:Character ;
    lvont:represents "𥲈"^^xsd:string .

<http://lexvo.org/id/char/25C89> a lvont:Character ;
    lvont:represents "𥲉"^^xsd:string .

<http://lexvo.org/id/char/25C8A> a lvont:Character ;
    lvont:represents "𥲊"^^xsd:string .

<http://lexvo.org/id/char/25C8B> a lvont:Character ;
    lvont:represents "𥲋"^^xsd:string .

<http://lexvo.org/id/char/25C8C> a lvont:Character ;
    lvont:represents "𥲌"^^xsd:string .

<http://lexvo.org/id/char/25C8D> a lvont:Character ;
    lvont:represents "𥲍"^^xsd:string .

<http://lexvo.org/id/char/25C8E> a lvont:Character ;
    lvont:represents "𥲎"^^xsd:string .

<http://lexvo.org/id/char/25C8F> a lvont:Character ;
    lvont:represents "𥲏"^^xsd:string .

<http://lexvo.org/id/char/25C9> a lvont:Character ;
    lvont:represents "◉"^^xsd:string ;
    rdfs:comment "FISHEYE"@en .

<http://lexvo.org/id/char/25C90> a lvont:Character ;
    lvont:represents "𥲐"^^xsd:string .

<http://lexvo.org/id/char/25C91> a lvont:Character ;
    lvont:represents "𥲑"^^xsd:string .

<http://lexvo.org/id/char/25C92> a lvont:Character ;
    lvont:represents "𥲒"^^xsd:string .

<http://lexvo.org/id/char/25C93> a lvont:Character ;
    lvont:represents "𥲓"^^xsd:string .

<http://lexvo.org/id/char/25C94> a lvont:Character ;
    lvont:represents "𥲔"^^xsd:string .

<http://lexvo.org/id/char/25C95> a lvont:Character ;
    lvont:represents "𥲕"^^xsd:string .

<http://lexvo.org/id/char/25C96> a lvont:Character ;
    lvont:represents "𥲖"^^xsd:string .

<http://lexvo.org/id/char/25C97> a lvont:Character ;
    lvont:represents "𥲗"^^xsd:string .

<http://lexvo.org/id/char/25C98> a lvont:Character ;
    lvont:represents "𥲘"^^xsd:string .

<http://lexvo.org/id/char/25C99> a lvont:Character ;
    lvont:represents "𥲙"^^xsd:string .

<http://lexvo.org/id/char/25C9A> a lvont:Character ;
    lvont:represents "𥲚"^^xsd:string .

<http://lexvo.org/id/char/25C9B> a lvont:Character ;
    lvont:represents "𥲛"^^xsd:string .

<http://lexvo.org/id/char/25C9C> a lvont:Character ;
    lvont:represents "𥲜"^^xsd:string .

<http://lexvo.org/id/char/25C9D> a lvont:Character ;
    lvont:represents "𥲝"^^xsd:string .

<http://lexvo.org/id/char/25C9E> a lvont:Character ;
    lvont:represents "𥲞"^^xsd:string .

<http://lexvo.org/id/char/25C9F> a lvont:Character ;
    lvont:represents "𥲟"^^xsd:string .

<http://lexvo.org/id/char/25CA> a lvont:Character ;
    lvont:represents "◊"^^xsd:string ;
    rdfs:comment "LOZENGE"@en .

<http://lexvo.org/id/char/25CA0> a lvont:Character ;
    lvont:represents "𥲠"^^xsd:string .

<http://lexvo.org/id/char/25CA1> a lvont:Character ;
    lvont:represents "𥲡"^^xsd:string .

<http://lexvo.org/id/char/25CA2> a lvont:Character ;
    lvont:represents "𥲢"^^xsd:string .

<http://lexvo.org/id/char/25CA3> a lvont:Character ;
    lvont:represents "𥲣"^^xsd:string .

<http://lexvo.org/id/char/25CA4> a lvont:Character ;
    lvont:represents "𥲤"^^xsd:string .

<http://lexvo.org/id/char/25CA5> a lvont:Character ;
    lvont:represents "𥲥"^^xsd:string .

<http://lexvo.org/id/char/25CA6> a lvont:Character ;
    lvont:represents "𥲦"^^xsd:string .

<http://lexvo.org/id/char/25CA7> a lvont:Character ;
    lvont:represents "𥲧"^^xsd:string .

<http://lexvo.org/id/char/25CA8> a lvont:Character ;
    lvont:represents "𥲨"^^xsd:string .

<http://lexvo.org/id/char/25CA9> a lvont:Character ;
    lvont:represents "𥲩"^^xsd:string .

<http://lexvo.org/id/char/25CAA> a lvont:Character ;
    lvont:represents "𥲪"^^xsd:string .

<http://lexvo.org/id/char/25CAB> a lvont:Character ;
    lvont:represents "𥲫"^^xsd:string .

<http://lexvo.org/id/char/25CAC> a lvont:Character ;
    lvont:represents "𥲬"^^xsd:string .

<http://lexvo.org/id/char/25CAD> a lvont:Character ;
    lvont:represents "𥲭"^^xsd:string .

<http://lexvo.org/id/char/25CAE> a lvont:Character ;
    lvont:represents "𥲮"^^xsd:string .

<http://lexvo.org/id/char/25CAF> a lvont:Character ;
    lvont:represents "𥲯"^^xsd:string .

<http://lexvo.org/id/char/25CB> a lvont:Character ;
    lvont:represents "○"^^xsd:string ;
    rdfs:comment "WHITE CIRCLE"@en .

<http://lexvo.org/id/char/25CB0> a lvont:Character ;
    lvont:represents "𥲰"^^xsd:string .

<http://lexvo.org/id/char/25CB1> a lvont:Character ;
    lvont:represents "𥲱"^^xsd:string .

<http://lexvo.org/id/char/25CB2> a lvont:Character ;
    lvont:represents "𥲲"^^xsd:string .

<http://lexvo.org/id/char/25CB3> a lvont:Character ;
    lvont:represents "𥲳"^^xsd:string .

<http://lexvo.org/id/char/25CB4> a lvont:Character ;
    lvont:represents "𥲴"^^xsd:string .

<http://lexvo.org/id/char/25CB5> a lvont:Character ;
    lvont:represents "𥲵"^^xsd:string .

<http://lexvo.org/id/char/25CB6> a lvont:Character ;
    lvont:represents "𥲶"^^xsd:string .

<http://lexvo.org/id/char/25CB7> a lvont:Character ;
    lvont:represents "𥲷"^^xsd:string .

<http://lexvo.org/id/char/25CB8> a lvont:Character ;
    lvont:represents "𥲸"^^xsd:string .

<http://lexvo.org/id/char/25CB9> a lvont:Character ;
    lvont:represents "𥲹"^^xsd:string .

<http://lexvo.org/id/char/25CBA> a lvont:Character ;
    lvont:represents "𥲺"^^xsd:string .

<http://lexvo.org/id/char/25CBB> a lvont:Character ;
    lvont:represents "𥲻"^^xsd:string .

<http://lexvo.org/id/char/25CBC> a lvont:Character ;
    lvont:represents "𥲼"^^xsd:string .

<http://lexvo.org/id/char/25CBD> a lvont:Character ;
    lvont:represents "𥲽"^^xsd:string .

<http://lexvo.org/id/char/25CBE> a lvont:Character ;
    lvont:represents "𥲾"^^xsd:string .

<http://lexvo.org/id/char/25CBF> a lvont:Character ;
    lvont:represents "𥲿"^^xsd:string .

<http://lexvo.org/id/char/25CC> a lvont:Character ;
    lvont:represents "◌"^^xsd:string ;
    rdfs:comment "DOTTED CIRCLE"@en .

<http://lexvo.org/id/char/25CC0> a lvont:Character ;
    lvont:represents "𥳀"^^xsd:string .

<http://lexvo.org/id/char/25CC1> a lvont:Character ;
    lvont:represents "𥳁"^^xsd:string .

<http://lexvo.org/id/char/25CC2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/l%C6%B0%E1%BB%A3c>,
        "𥳂"^^xsd:string .

<http://lexvo.org/id/char/25CC3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/kh%E1%BA%A1i>,
        "𥳃"^^xsd:string .

<http://lexvo.org/id/char/25CC4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/gi%E1%BA%A7n>,
        "𥳄"^^xsd:string .

<http://lexvo.org/id/char/25CC5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/r%C3%A1>,
        "𥳅"^^xsd:string .

<http://lexvo.org/id/char/25CC6> a lvont:Character ;
    lvont:represents "𥳆"^^xsd:string .

<http://lexvo.org/id/char/25CC7> a lvont:Character ;
    lvont:represents "𥳇"^^xsd:string .

<http://lexvo.org/id/char/25CC8> a lvont:Character ;
    lvont:represents "𥳈"^^xsd:string .

<http://lexvo.org/id/char/25CC9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/gi%C3%B4>,
        "𥳉"^^xsd:string .

<http://lexvo.org/id/char/25CCA> a lvont:Character ;
    lvont:represents "𥳊"^^xsd:string .

<http://lexvo.org/id/char/25CCB> a lvont:Character ;
    lvont:represents "𥳋"^^xsd:string .

<http://lexvo.org/id/char/25CCC> a lvont:Character ;
    lvont:represents "𥳌"^^xsd:string .

<http://lexvo.org/id/char/25CCD> a lvont:Character ;
    lvont:represents "𥳍"^^xsd:string .

<http://lexvo.org/id/char/25CCE> a lvont:Character ;
    lvont:represents "𥳎"^^xsd:string .

<http://lexvo.org/id/char/25CCF> a lvont:Character ;
    lvont:represents "𥳏"^^xsd:string .

<http://lexvo.org/id/char/25CD> a lvont:Character ;
    lvont:represents "◍"^^xsd:string ;
    rdfs:comment "CIRCLE WITH VERTICAL FILL"@en .

<http://lexvo.org/id/char/25CD0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/khay>,
        "𥳐"^^xsd:string .

<http://lexvo.org/id/char/25CD1> a lvont:Character ;
    lvont:represents "𥳑"^^xsd:string .

<http://lexvo.org/id/char/25CD2> a lvont:Character ;
    lvont:represents "𥳒"^^xsd:string .

<http://lexvo.org/id/char/25CD3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/s%C3%A1o>,
        "𥳓"^^xsd:string .

<http://lexvo.org/id/char/25CD4> a lvont:Character ;
    lvont:represents "𥳔"^^xsd:string .

<http://lexvo.org/id/char/25CD5> a lvont:Character ;
    lvont:represents "𥳕"^^xsd:string .

<http://lexvo.org/id/char/25CD6> a lvont:Character ;
    lvont:represents "𥳖"^^xsd:string .

<http://lexvo.org/id/char/25CD7> a lvont:Character ;
    lvont:represents "𥳗"^^xsd:string .

<http://lexvo.org/id/char/25CD8> a lvont:Character ;
    lvont:represents "𥳘"^^xsd:string .

<http://lexvo.org/id/char/25CD9> a lvont:Character ;
    lvont:represents "𥳙"^^xsd:string .

<http://lexvo.org/id/char/25CDA> a lvont:Character ;
    lvont:represents "𥳚"^^xsd:string .

<http://lexvo.org/id/char/25CDB> a lvont:Character ;
    lvont:represents "𥳛"^^xsd:string .

<http://lexvo.org/id/char/25CDC> a lvont:Character ;
    lvont:represents "𥳜"^^xsd:string .

<http://lexvo.org/id/char/25CDD> a lvont:Character ;
    lvont:represents "𥳝"^^xsd:string .

<http://lexvo.org/id/char/25CDE> a lvont:Character ;
    lvont:represents "𥳞"^^xsd:string .

<http://lexvo.org/id/char/25CDF> a lvont:Character ;
    lvont:represents "𥳟"^^xsd:string .

<http://lexvo.org/id/char/25CE> a lvont:Character ;
    lvont:represents "◎"^^xsd:string ;
    rdfs:comment "BULLSEYE"@en .

<http://lexvo.org/id/char/25CE0> a lvont:Character ;
    lvont:represents "𥳠"^^xsd:string .

<http://lexvo.org/id/char/25CE1> a lvont:Character ;
    lvont:represents "𥳡"^^xsd:string .

<http://lexvo.org/id/char/25CE2> a lvont:Character ;
    lvont:represents "𥳢"^^xsd:string .

<http://lexvo.org/id/char/25CE3> a lvont:Character ;
    lvont:represents "𥳣"^^xsd:string .

<http://lexvo.org/id/char/25CE4> a lvont:Character ;
    lvont:represents "𥳤"^^xsd:string .

<http://lexvo.org/id/char/25CE5> a lvont:Character ;
    lvont:represents "𥳥"^^xsd:string .

<http://lexvo.org/id/char/25CE6> a lvont:Character ;
    lvont:represents "𥳦"^^xsd:string .

<http://lexvo.org/id/char/25CE7> a lvont:Character ;
    lvont:represents "𥳧"^^xsd:string .

<http://lexvo.org/id/char/25CE8> a lvont:Character ;
    lvont:represents "𥳨"^^xsd:string .

<http://lexvo.org/id/char/25CE9> a lvont:Character ;
    lvont:represents "𥳩"^^xsd:string .

<http://lexvo.org/id/char/25CEA> a lvont:Character ;
    lvont:represents "𥳪"^^xsd:string .

<http://lexvo.org/id/char/25CEB> a lvont:Character ;
    lvont:represents "𥳫"^^xsd:string .

<http://lexvo.org/id/char/25CEC> a lvont:Character ;
    lvont:represents "𥳬"^^xsd:string .

<http://lexvo.org/id/char/25CED> a lvont:Character ;
    lvont:represents "𥳭"^^xsd:string .

<http://lexvo.org/id/char/25CEE> a lvont:Character ;
    lvont:represents "𥳮"^^xsd:string .

<http://lexvo.org/id/char/25CEF> a lvont:Character ;
    lvont:represents "𥳯"^^xsd:string .

<http://lexvo.org/id/char/25CF> a lvont:Character ;
    lvont:represents "●"^^xsd:string ;
    rdfs:comment "BLACK CIRCLE"@en .

<http://lexvo.org/id/char/25CF0> a lvont:Character ;
    lvont:represents "𥳰"^^xsd:string .

<http://lexvo.org/id/char/25CF1> a lvont:Character ;
    lvont:represents "𥳱"^^xsd:string .

<http://lexvo.org/id/char/25CF2> a lvont:Character ;
    lvont:represents "𥳲"^^xsd:string .

<http://lexvo.org/id/char/25CF3> a lvont:Character ;
    lvont:represents "𥳳"^^xsd:string .

<http://lexvo.org/id/char/25CF4> a lvont:Character ;
    lvont:represents "𥳴"^^xsd:string .

<http://lexvo.org/id/char/25CF5> a lvont:Character ;
    lvont:represents "𥳵"^^xsd:string .

<http://lexvo.org/id/char/25CF6> a lvont:Character ;
    lvont:represents "𥳶"^^xsd:string .

<http://lexvo.org/id/char/25CF7> a lvont:Character ;
    lvont:represents "𥳷"^^xsd:string .

<http://lexvo.org/id/char/25CF8> a lvont:Character ;
    lvont:represents "𥳸"^^xsd:string .

<http://lexvo.org/id/char/25CF9> a lvont:Character ;
    lvont:represents "𥳹"^^xsd:string .

<http://lexvo.org/id/char/25CFA> a lvont:Character ;
    lvont:represents "𥳺"^^xsd:string .

<http://lexvo.org/id/char/25CFB> a lvont:Character ;
    lvont:represents "𥳻"^^xsd:string .

<http://lexvo.org/id/char/25CFC> a lvont:Character ;
    lvont:represents "𥳼"^^xsd:string .

<http://lexvo.org/id/char/25CFD> a lvont:Character ;
    lvont:represents "𥳽"^^xsd:string .

<http://lexvo.org/id/char/25CFE> a lvont:Character ;
    lvont:represents "𥳾"^^xsd:string .

<http://lexvo.org/id/char/25CFF> a lvont:Character ;
    lvont:represents "𥳿"^^xsd:string .

<http://lexvo.org/id/char/25D0> a lvont:Character ;
    lvont:represents "◐"^^xsd:string ;
    rdfs:comment "CIRCLE WITH LEFT HALF BLACK"@en .

<http://lexvo.org/id/char/25D00> a lvont:Character ;
    lvont:represents "𥴀"^^xsd:string .

<http://lexvo.org/id/char/25D01> a lvont:Character ;
    lvont:represents "𥴁"^^xsd:string .

<http://lexvo.org/id/char/25D02> a lvont:Character ;
    lvont:represents "𥴂"^^xsd:string .

<http://lexvo.org/id/char/25D03> a lvont:Character ;
    lvont:represents "𥴃"^^xsd:string .

<http://lexvo.org/id/char/25D04> a lvont:Character ;
    lvont:represents "𥴄"^^xsd:string .

<http://lexvo.org/id/char/25D05> a lvont:Character ;
    lvont:represents "𥴅"^^xsd:string .

<http://lexvo.org/id/char/25D06> a lvont:Character ;
    lvont:represents "𥴆"^^xsd:string .

<http://lexvo.org/id/char/25D07> a lvont:Character ;
    lvont:represents "𥴇"^^xsd:string .

<http://lexvo.org/id/char/25D08> a lvont:Character ;
    lvont:represents "𥴈"^^xsd:string .

<http://lexvo.org/id/char/25D09> a lvont:Character ;
    lvont:represents "𥴉"^^xsd:string .

<http://lexvo.org/id/char/25D0A> a lvont:Character ;
    lvont:represents "𥴊"^^xsd:string .

<http://lexvo.org/id/char/25D0B> a lvont:Character ;
    lvont:represents "𥴋"^^xsd:string .

<http://lexvo.org/id/char/25D0C> a lvont:Character ;
    lvont:represents "𥴌"^^xsd:string .

<http://lexvo.org/id/char/25D0D> a lvont:Character ;
    lvont:represents "𥴍"^^xsd:string .

<http://lexvo.org/id/char/25D0E> a lvont:Character ;
    lvont:represents "𥴎"^^xsd:string .

<http://lexvo.org/id/char/25D0F> a lvont:Character ;
    lvont:represents "𥴏"^^xsd:string .

<http://lexvo.org/id/char/25D1> a lvont:Character ;
    lvont:represents "◑"^^xsd:string ;
    rdfs:comment "CIRCLE WITH RIGHT HALF BLACK"@en .

<http://lexvo.org/id/char/25D10> a lvont:Character ;
    lvont:represents "𥴐"^^xsd:string .

<http://lexvo.org/id/char/25D11> a lvont:Character ;
    lvont:represents "𥴑"^^xsd:string .

<http://lexvo.org/id/char/25D12> a lvont:Character ;
    lvont:represents "𥴒"^^xsd:string .

<http://lexvo.org/id/char/25D13> a lvont:Character ;
    lvont:represents "𥴓"^^xsd:string .

<http://lexvo.org/id/char/25D14> a lvont:Character ;
    lvont:represents "𥴔"^^xsd:string .

<http://lexvo.org/id/char/25D15> a lvont:Character ;
    lvont:represents "𥴕"^^xsd:string .

<http://lexvo.org/id/char/25D16> a lvont:Character ;
    lvont:represents "𥴖"^^xsd:string .

<http://lexvo.org/id/char/25D17> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/th%C3%BAng>,
        "𥴗"^^xsd:string .

<http://lexvo.org/id/char/25D18> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/mui>,
        "𥴘"^^xsd:string .

<http://lexvo.org/id/char/25D19> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/d%E1%BA%ADu>,
        "𥴙"^^xsd:string .

<http://lexvo.org/id/char/25D1A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/g%E1%BA%A7u>,
        "𥴚"^^xsd:string .

<http://lexvo.org/id/char/25D1B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ch%C3%B2i>,
        "𥴛"^^xsd:string .

<http://lexvo.org/id/char/25D1C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/chi%E1%BA%BFu>,
        "𥴜"^^xsd:string .

<http://lexvo.org/id/char/25D1D> a lvont:Character ;
    lvont:represents "𥴝"^^xsd:string .

<http://lexvo.org/id/char/25D1E> a lvont:Character ;
    lvont:represents "𥴞"^^xsd:string .

<http://lexvo.org/id/char/25D1F> a lvont:Character ;
    lvont:represents "𥴟"^^xsd:string .

<http://lexvo.org/id/char/25D2> a lvont:Character ;
    lvont:represents "◒"^^xsd:string ;
    rdfs:comment "CIRCLE WITH LOWER HALF BLACK"@en .

<http://lexvo.org/id/char/25D20> a lvont:Character ;
    lvont:represents "𥴠"^^xsd:string .

<http://lexvo.org/id/char/25D21> a lvont:Character ;
    lvont:represents "𥴡"^^xsd:string .

<http://lexvo.org/id/char/25D22> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/tr%C4%A9>,
        "𥴢"^^xsd:string .

<http://lexvo.org/id/char/25D23> a lvont:Character ;
    lvont:represents "𥴣"^^xsd:string .

<http://lexvo.org/id/char/25D24> a lvont:Character ;
    lvont:represents "𥴤"^^xsd:string .

<http://lexvo.org/id/char/25D25> a lvont:Character ;
    lvont:represents "𥴥"^^xsd:string .

<http://lexvo.org/id/char/25D26> a lvont:Character ;
    lvont:represents "𥴦"^^xsd:string .

<http://lexvo.org/id/char/25D27> a lvont:Character ;
    lvont:represents "𥴧"^^xsd:string .

<http://lexvo.org/id/char/25D28> a lvont:Character ;
    lvont:represents "𥴨"^^xsd:string .

<http://lexvo.org/id/char/25D29> a lvont:Character ;
    lvont:represents "𥴩"^^xsd:string .

<http://lexvo.org/id/char/25D2A> a lvont:Character ;
    lvont:represents "𥴪"^^xsd:string .

<http://lexvo.org/id/char/25D2B> a lvont:Character ;
    lvont:represents "𥴫"^^xsd:string .

<http://lexvo.org/id/char/25D2C> a lvont:Character ;
    lvont:represents "𥴬"^^xsd:string .

<http://lexvo.org/id/char/25D2D> a lvont:Character ;
    lvont:represents "𥴭"^^xsd:string .

<http://lexvo.org/id/char/25D2E> a lvont:Character ;
    lvont:represents "𥴮"^^xsd:string .

<http://lexvo.org/id/char/25D2F> a lvont:Character ;
    lvont:represents "𥴯"^^xsd:string .

<http://lexvo.org/id/char/25D3> a lvont:Character ;
    lvont:represents "◓"^^xsd:string ;
    rdfs:comment "CIRCLE WITH UPPER HALF BLACK"@en .

<http://lexvo.org/id/char/25D30> a lvont:Character ;
    lvont:represents "𥴰"^^xsd:string .

<http://lexvo.org/id/char/25D31> a lvont:Character ;
    lvont:represents "𥴱"^^xsd:string .

<http://lexvo.org/id/char/25D32> a lvont:Character ;
    lvont:represents "𥴲"^^xsd:string .

<http://lexvo.org/id/char/25D33> a lvont:Character ;
    lvont:represents "𥴳"^^xsd:string .

<http://lexvo.org/id/char/25D34> a lvont:Character ;
    lvont:represents "𥴴"^^xsd:string .

<http://lexvo.org/id/char/25D35> a lvont:Character ;
    lvont:represents "𥴵"^^xsd:string .

<http://lexvo.org/id/char/25D36> a lvont:Character ;
    lvont:represents "𥴶"^^xsd:string .

<http://lexvo.org/id/char/25D37> a lvont:Character ;
    lvont:represents "𥴷"^^xsd:string .

<http://lexvo.org/id/char/25D38> a lvont:Character ;
    lvont:represents "𥴸"^^xsd:string .

<http://lexvo.org/id/char/25D39> a lvont:Character ;
    lvont:represents "𥴹"^^xsd:string .

<http://lexvo.org/id/char/25D3A> a lvont:Character ;
    lvont:represents "𥴺"^^xsd:string .

<http://lexvo.org/id/char/25D3B> a lvont:Character ;
    lvont:represents "𥴻"^^xsd:string .

<http://lexvo.org/id/char/25D3C> a lvont:Character ;
    lvont:represents "𥴼"^^xsd:string .

<http://lexvo.org/id/char/25D3D> a lvont:Character ;
    lvont:represents "𥴽"^^xsd:string .

<http://lexvo.org/id/char/25D3E> a lvont:Character ;
    lvont:represents "𥴾"^^xsd:string .

<http://lexvo.org/id/char/25D3F> a lvont:Character ;
    lvont:represents "𥴿"^^xsd:string .

<http://lexvo.org/id/char/25D4> a lvont:Character ;
    lvont:represents "◔"^^xsd:string ;
    rdfs:comment "CIRCLE WITH UPPER RIGHT QUADRANT BLACK"@en .

<http://lexvo.org/id/char/25D40> a lvont:Character ;
    lvont:represents "𥵀"^^xsd:string .

<http://lexvo.org/id/char/25D41> a lvont:Character ;
    lvont:represents "𥵁"^^xsd:string .

<http://lexvo.org/id/char/25D42> a lvont:Character ;
    lvont:represents "𥵂"^^xsd:string .

<http://lexvo.org/id/char/25D43> a lvont:Character ;
    lvont:represents "𥵃"^^xsd:string .

<http://lexvo.org/id/char/25D44> a lvont:Character ;
    lvont:represents "𥵄"^^xsd:string .

<http://lexvo.org/id/char/25D45> a lvont:Character ;
    lvont:represents "𥵅"^^xsd:string .

<http://lexvo.org/id/char/25D46> a lvont:Character ;
    lvont:represents "𥵆"^^xsd:string .

<http://lexvo.org/id/char/25D47> a lvont:Character ;
    lvont:represents "𥵇"^^xsd:string .

<http://lexvo.org/id/char/25D48> a lvont:Character ;
    lvont:represents "𥵈"^^xsd:string .

<http://lexvo.org/id/char/25D49> a lvont:Character ;
    lvont:represents "𥵉"^^xsd:string .

<http://lexvo.org/id/char/25D4A> a lvont:Character ;
    lvont:represents "𥵊"^^xsd:string .

<http://lexvo.org/id/char/25D4B> a lvont:Character ;
    lvont:represents "𥵋"^^xsd:string .

<http://lexvo.org/id/char/25D4C> a lvont:Character ;
    lvont:represents "𥵌"^^xsd:string .

<http://lexvo.org/id/char/25D4D> a lvont:Character ;
    lvont:represents "𥵍"^^xsd:string .

<http://lexvo.org/id/char/25D4E> a lvont:Character ;
    lvont:represents "𥵎"^^xsd:string .

<http://lexvo.org/id/char/25D4F> a lvont:Character ;
    lvont:represents "𥵏"^^xsd:string .

<http://lexvo.org/id/char/25D5> a lvont:Character ;
    lvont:represents "◕"^^xsd:string ;
    rdfs:comment "CIRCLE WITH ALL BUT UPPER LEFT QUADRANT BLACK"@en .

<http://lexvo.org/id/char/25D50> a lvont:Character ;
    lvont:represents "𥵐"^^xsd:string .

<http://lexvo.org/id/char/25D51> a lvont:Character ;
    lvont:represents "𥵑"^^xsd:string .

<http://lexvo.org/id/char/25D52> a lvont:Character ;
    lvont:represents "𥵒"^^xsd:string .

<http://lexvo.org/id/char/25D53> a lvont:Character ;
    lvont:represents "𥵓"^^xsd:string .

<http://lexvo.org/id/char/25D54> a lvont:Character ;
    lvont:represents "𥵔"^^xsd:string .

<http://lexvo.org/id/char/25D55> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/chi%E1%BA%BFu>,
        "𥵕"^^xsd:string .

<http://lexvo.org/id/char/25D56> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/t%C6%A1i>,
        "𥵖"^^xsd:string .

<http://lexvo.org/id/char/25D57> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/hom>,
        "𥵗"^^xsd:string .

<http://lexvo.org/id/char/25D58> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/r%C3%A2y>,
        "𥵘"^^xsd:string .

<http://lexvo.org/id/char/25D59> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/gi%E1%BA%ADu>,
        "𥵙"^^xsd:string .

<http://lexvo.org/id/char/25D5A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/c%E1%BA%A7n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lak6>,
        <http://lexvo.org/id/term/yue/%F0%A5%B5%9A>,
        "𥵚"^^xsd:string ;
    rdfs:comment "thorns, brambles"@en .

<http://lexvo.org/id/char/25D5B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/nong>,
        "𥵛"^^xsd:string .

<http://lexvo.org/id/char/25D5C> a lvont:Character ;
    lvont:represents "𥵜"^^xsd:string .

<http://lexvo.org/id/char/25D5D> a lvont:Character ;
    lvont:represents "𥵝"^^xsd:string .

<http://lexvo.org/id/char/25D5E> a lvont:Character ;
    lvont:represents "𥵞"^^xsd:string .

<http://lexvo.org/id/char/25D5F> a lvont:Character ;
    lvont:represents "𥵟"^^xsd:string .

<http://lexvo.org/id/char/25D6> a lvont:Character ;
    lvont:represents "◖"^^xsd:string ;
    rdfs:comment "LEFT HALF BLACK CIRCLE"@en .

<http://lexvo.org/id/char/25D60> a lvont:Character ;
    lvont:represents "𥵠"^^xsd:string .

<http://lexvo.org/id/char/25D61> a lvont:Character ;
    lvont:represents "𥵡"^^xsd:string .

<http://lexvo.org/id/char/25D62> a lvont:Character ;
    lvont:represents "𥵢"^^xsd:string .

<http://lexvo.org/id/char/25D63> a lvont:Character ;
    lvont:represents "𥵣"^^xsd:string .

<http://lexvo.org/id/char/25D64> a lvont:Character ;
    lvont:represents "𥵤"^^xsd:string .

<http://lexvo.org/id/char/25D65> a lvont:Character ;
    lvont:represents "𥵥"^^xsd:string .

<http://lexvo.org/id/char/25D66> a lvont:Character ;
    lvont:represents "𥵦"^^xsd:string .

<http://lexvo.org/id/char/25D67> a lvont:Character ;
    lvont:represents "𥵧"^^xsd:string .

<http://lexvo.org/id/char/25D68> a lvont:Character ;
    lvont:represents "𥵨"^^xsd:string .

<http://lexvo.org/id/char/25D69> a lvont:Character ;
    lvont:represents "𥵩"^^xsd:string .

<http://lexvo.org/id/char/25D6A> a lvont:Character ;
    lvont:represents "𥵪"^^xsd:string .

<http://lexvo.org/id/char/25D6B> a lvont:Character ;
    lvont:represents "𥵫"^^xsd:string .

<http://lexvo.org/id/char/25D6C> a lvont:Character ;
    lvont:represents "𥵬"^^xsd:string .

<http://lexvo.org/id/char/25D6D> a lvont:Character ;
    lvont:represents "𥵭"^^xsd:string .

<http://lexvo.org/id/char/25D6E> a lvont:Character ;
    lvont:represents "𥵮"^^xsd:string .

<http://lexvo.org/id/char/25D6F> a lvont:Character ;
    lvont:represents "𥵯"^^xsd:string .

<http://lexvo.org/id/char/25D7> a lvont:Character ;
    lvont:represents "◗"^^xsd:string ;
    rdfs:comment "RIGHT HALF BLACK CIRCLE"@en .

<http://lexvo.org/id/char/25D70> a lvont:Character ;
    lvont:represents "𥵰"^^xsd:string .

<http://lexvo.org/id/char/25D71> a lvont:Character ;
    lvont:represents "𥵱"^^xsd:string .

<http://lexvo.org/id/char/25D72> a lvont:Character ;
    lvont:represents "𥵲"^^xsd:string .

<http://lexvo.org/id/char/25D73> a lvont:Character ;
    lvont:represents "𥵳"^^xsd:string .

<http://lexvo.org/id/char/25D74> a lvont:Character ;
    lvont:represents "𥵴"^^xsd:string .

<http://lexvo.org/id/char/25D75> a lvont:Character ;
    lvont:represents "𥵵"^^xsd:string .

<http://lexvo.org/id/char/25D76> a lvont:Character ;
    lvont:represents "𥵶"^^xsd:string .

<http://lexvo.org/id/char/25D77> a lvont:Character ;
    lvont:represents "𥵷"^^xsd:string .

<http://lexvo.org/id/char/25D78> a lvont:Character ;
    lvont:represents "𥵸"^^xsd:string .

<http://lexvo.org/id/char/25D79> a lvont:Character ;
    lvont:represents "𥵹"^^xsd:string .

<http://lexvo.org/id/char/25D7A> a lvont:Character ;
    lvont:represents "𥵺"^^xsd:string .

<http://lexvo.org/id/char/25D7B> a lvont:Character ;
    lvont:represents "𥵻"^^xsd:string .

<http://lexvo.org/id/char/25D7C> a lvont:Character ;
    lvont:represents "𥵼"^^xsd:string .

<http://lexvo.org/id/char/25D7D> a lvont:Character ;
    lvont:represents "𥵽"^^xsd:string .

<http://lexvo.org/id/char/25D7E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ch%C3%B5ng>,
        "𥵾"^^xsd:string .

<http://lexvo.org/id/char/25D7F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/mung>,
        "𥵿"^^xsd:string .

<http://lexvo.org/id/char/25D8> a lvont:Character ;
    lvont:represents "◘"^^xsd:string ;
    rdfs:comment "INVERSE BULLET"@en .

<http://lexvo.org/id/char/25D80> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/th%C3%B9ng>,
        "𥶀"^^xsd:string .

<http://lexvo.org/id/char/25D81> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/l%E1%BA%A1t>,
        "𥶁"^^xsd:string .

<http://lexvo.org/id/char/25D82> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/g%C3%A2y>,
        "𥶂"^^xsd:string .

<http://lexvo.org/id/char/25D83> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/m%E1%BB%A7ng>,
        "𥶃"^^xsd:string .

<http://lexvo.org/id/char/25D84> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/n%C3%B3n>,
        "𥶄"^^xsd:string .

<http://lexvo.org/id/char/25D85> a lvont:Character ;
    lvont:represents "𥶅"^^xsd:string .

<http://lexvo.org/id/char/25D86> a lvont:Character ;
    lvont:represents "𥶆"^^xsd:string .

<http://lexvo.org/id/char/25D87> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/r%E1%BB%95>,
        "𥶇"^^xsd:string .

<http://lexvo.org/id/char/25D88> a lvont:Character ;
    lvont:represents "𥶈"^^xsd:string .

<http://lexvo.org/id/char/25D89> a lvont:Character ;
    lvont:represents "𥶉"^^xsd:string .

<http://lexvo.org/id/char/25D8A> a lvont:Character ;
    lvont:represents "𥶊"^^xsd:string .

<http://lexvo.org/id/char/25D8B> a lvont:Character ;
    lvont:represents "𥶋"^^xsd:string .

<http://lexvo.org/id/char/25D8C> a lvont:Character ;
    lvont:represents "𥶌"^^xsd:string .

<http://lexvo.org/id/char/25D8D> a lvont:Character ;
    lvont:represents "𥶍"^^xsd:string .

<http://lexvo.org/id/char/25D8E> a lvont:Character ;
    lvont:represents "𥶎"^^xsd:string .

<http://lexvo.org/id/char/25D8F> a lvont:Character ;
    lvont:represents "𥶏"^^xsd:string .

<http://lexvo.org/id/char/25D9> a lvont:Character ;
    lvont:represents "◙"^^xsd:string ;
    rdfs:comment "INVERSE WHITE CIRCLE"@en .

<http://lexvo.org/id/char/25D90> a lvont:Character ;
    lvont:represents "𥶐"^^xsd:string .

<http://lexvo.org/id/char/25D91> a lvont:Character ;
    lvont:represents "𥶑"^^xsd:string .

<http://lexvo.org/id/char/25D92> a lvont:Character ;
    lvont:represents "𥶒"^^xsd:string .

<http://lexvo.org/id/char/25D93> a lvont:Character ;
    lvont:represents "𥶓"^^xsd:string .

<http://lexvo.org/id/char/25D94> a lvont:Character ;
    lvont:represents "𥶔"^^xsd:string .

<http://lexvo.org/id/char/25D95> a lvont:Character ;
    lvont:represents "𥶕"^^xsd:string .

<http://lexvo.org/id/char/25D96> a lvont:Character ;
    lvont:represents "𥶖"^^xsd:string .

<http://lexvo.org/id/char/25D97> a lvont:Character ;
    lvont:represents "𥶗"^^xsd:string .

<http://lexvo.org/id/char/25D98> a lvont:Character ;
    lvont:represents "𥶘"^^xsd:string .

<http://lexvo.org/id/char/25D99> a lvont:Character ;
    lvont:represents "𥶙"^^xsd:string .

<http://lexvo.org/id/char/25D9A> a lvont:Character ;
    lvont:represents "𥶚"^^xsd:string .

<http://lexvo.org/id/char/25D9B> a lvont:Character ;
    lvont:represents "𥶛"^^xsd:string .

<http://lexvo.org/id/char/25D9C> a lvont:Character ;
    lvont:represents "𥶜"^^xsd:string .

<http://lexvo.org/id/char/25D9D> a lvont:Character ;
    lvont:represents "𥶝"^^xsd:string .

<http://lexvo.org/id/char/25D9E> a lvont:Character ;
    lvont:represents "𥶞"^^xsd:string .

<http://lexvo.org/id/char/25D9F> a lvont:Character ;
    lvont:represents "𥶟"^^xsd:string .

<http://lexvo.org/id/char/25DA> a lvont:Character ;
    lvont:represents "◚"^^xsd:string ;
    rdfs:comment "UPPER HALF INVERSE WHITE CIRCLE"@en .

<http://lexvo.org/id/char/25DA0> a lvont:Character ;
    lvont:represents "𥶠"^^xsd:string .

<http://lexvo.org/id/char/25DA1> a lvont:Character ;
    lvont:represents "𥶡"^^xsd:string .

<http://lexvo.org/id/char/25DA2> a lvont:Character ;
    lvont:represents "𥶢"^^xsd:string .

<http://lexvo.org/id/char/25DA3> a lvont:Character ;
    lvont:represents "𥶣"^^xsd:string .

<http://lexvo.org/id/char/25DA4> a lvont:Character ;
    lvont:represents "𥶤"^^xsd:string .

<http://lexvo.org/id/char/25DA5> a lvont:Character ;
    lvont:represents "𥶥"^^xsd:string .

<http://lexvo.org/id/char/25DA6> a lvont:Character ;
    lvont:represents "𥶦"^^xsd:string .

<http://lexvo.org/id/char/25DA7> a lvont:Character ;
    lvont:represents "𥶧"^^xsd:string .

<http://lexvo.org/id/char/25DA8> a lvont:Character ;
    lvont:represents "𥶨"^^xsd:string .

<http://lexvo.org/id/char/25DA9> a lvont:Character ;
    lvont:represents "𥶩"^^xsd:string .

<http://lexvo.org/id/char/25DAA> a lvont:Character ;
    lvont:represents "𥶪"^^xsd:string .

<http://lexvo.org/id/char/25DAB> a lvont:Character ;
    lvont:represents "𥶫"^^xsd:string .

<http://lexvo.org/id/char/25DAC> a lvont:Character ;
    lvont:represents "𥶬"^^xsd:string .

<http://lexvo.org/id/char/25DAD> a lvont:Character ;
    lvont:represents "𥶭"^^xsd:string .

<http://lexvo.org/id/char/25DAE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/toi>,
        "𥶮"^^xsd:string .

<http://lexvo.org/id/char/25DAF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/c%C3%B2i>,
        "𥶯"^^xsd:string .

<http://lexvo.org/id/char/25DB> a lvont:Character ;
    lvont:represents "◛"^^xsd:string ;
    rdfs:comment "LOWER HALF INVERSE WHITE CIRCLE"@en .

<http://lexvo.org/id/char/25DB0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/n%E1%BB%ABng>,
        "𥶰"^^xsd:string .

<http://lexvo.org/id/char/25DB1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ph%C3%A1ch>,
        "𥶱"^^xsd:string .

<http://lexvo.org/id/char/25DB2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ch%E1%BB%95i>,
        "𥶲"^^xsd:string .

<http://lexvo.org/id/char/25DB3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/d%E1%BA%B1m>,
        "𥶳"^^xsd:string .

<http://lexvo.org/id/char/25DB4> a lvont:Character ;
    lvont:represents "𥶴"^^xsd:string .

<http://lexvo.org/id/char/25DB5> a lvont:Character ;
    lvont:represents "𥶵"^^xsd:string .

<http://lexvo.org/id/char/25DB6> a lvont:Character ;
    lvont:represents "𥶶"^^xsd:string .

<http://lexvo.org/id/char/25DB7> a lvont:Character ;
    lvont:represents "𥶷"^^xsd:string .

<http://lexvo.org/id/char/25DB8> a lvont:Character ;
    lvont:represents "𥶸"^^xsd:string .

<http://lexvo.org/id/char/25DB9> a lvont:Character ;
    lvont:represents "𥶹"^^xsd:string .

<http://lexvo.org/id/char/25DBA> a lvont:Character ;
    lvont:represents "𥶺"^^xsd:string .

<http://lexvo.org/id/char/25DBB> a lvont:Character ;
    lvont:represents "𥶻"^^xsd:string .

<http://lexvo.org/id/char/25DBC> a lvont:Character ;
    lvont:represents "𥶼"^^xsd:string .

<http://lexvo.org/id/char/25DBD> a lvont:Character ;
    lvont:represents "𥶽"^^xsd:string .

<http://lexvo.org/id/char/25DBE> a lvont:Character ;
    lvont:represents "𥶾"^^xsd:string .

<http://lexvo.org/id/char/25DBF> a lvont:Character ;
    lvont:represents "𥶿"^^xsd:string .

<http://lexvo.org/id/char/25DC> a lvont:Character ;
    lvont:represents "◜"^^xsd:string ;
    rdfs:comment "UPPER LEFT QUADRANT CIRCULAR ARC"@en .

<http://lexvo.org/id/char/25DC0> a lvont:Character ;
    lvont:represents "𥷀"^^xsd:string .

<http://lexvo.org/id/char/25DC1> a lvont:Character ;
    lvont:represents "𥷁"^^xsd:string .

<http://lexvo.org/id/char/25DC2> a lvont:Character ;
    lvont:represents "𥷂"^^xsd:string .

<http://lexvo.org/id/char/25DC3> a lvont:Character ;
    lvont:represents "𥷃"^^xsd:string .

<http://lexvo.org/id/char/25DC4> a lvont:Character ;
    lvont:represents "𥷄"^^xsd:string .

<http://lexvo.org/id/char/25DC5> a lvont:Character ;
    lvont:represents "𥷅"^^xsd:string .

<http://lexvo.org/id/char/25DC6> a lvont:Character ;
    lvont:represents "𥷆"^^xsd:string .

<http://lexvo.org/id/char/25DC7> a lvont:Character ;
    lvont:represents "𥷇"^^xsd:string .

<http://lexvo.org/id/char/25DC8> a lvont:Character ;
    lvont:represents "𥷈"^^xsd:string .

<http://lexvo.org/id/char/25DC9> a lvont:Character ;
    lvont:represents "𥷉"^^xsd:string .

<http://lexvo.org/id/char/25DCA> a lvont:Character ;
    lvont:represents "𥷊"^^xsd:string .

<http://lexvo.org/id/char/25DCB> a lvont:Character ;
    lvont:represents "𥷋"^^xsd:string .

<http://lexvo.org/id/char/25DCC> a lvont:Character ;
    lvont:represents "𥷌"^^xsd:string .

<http://lexvo.org/id/char/25DCD> a lvont:Character ;
    lvont:represents "𥷍"^^xsd:string .

<http://lexvo.org/id/char/25DCE> a lvont:Character ;
    lvont:represents "𥷎"^^xsd:string .

<http://lexvo.org/id/char/25DCF> a lvont:Character ;
    lvont:represents "𥷏"^^xsd:string .

<http://lexvo.org/id/char/25DD> a lvont:Character ;
    lvont:represents "◝"^^xsd:string ;
    rdfs:comment "UPPER RIGHT QUADRANT CIRCULAR ARC"@en .

<http://lexvo.org/id/char/25DD0> a lvont:Character ;
    lvont:represents "𥷐"^^xsd:string .

<http://lexvo.org/id/char/25DD1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%AC>,
        "𥷑"^^xsd:string .

<http://lexvo.org/id/char/25DD2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/l%C3%A1ch>,
        "𥷒"^^xsd:string .

<http://lexvo.org/id/char/25DD3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/n%C3%B4i>,
        "𥷓"^^xsd:string .

<http://lexvo.org/id/char/25DD4> a lvont:Character ;
    lvont:represents "𥷔"^^xsd:string .

<http://lexvo.org/id/char/25DD5> a lvont:Character ;
    lvont:represents "𥷕"^^xsd:string .

<http://lexvo.org/id/char/25DD6> a lvont:Character ;
    lvont:represents "𥷖"^^xsd:string .

<http://lexvo.org/id/char/25DD7> a lvont:Character ;
    lvont:represents "𥷗"^^xsd:string .

<http://lexvo.org/id/char/25DD8> a lvont:Character ;
    lvont:represents "𥷘"^^xsd:string .

<http://lexvo.org/id/char/25DD9> a lvont:Character ;
    lvont:represents "𥷙"^^xsd:string .

<http://lexvo.org/id/char/25DDA> a lvont:Character ;
    lvont:represents "𥷚"^^xsd:string .

<http://lexvo.org/id/char/25DDB> a lvont:Character ;
    lvont:represents "𥷛"^^xsd:string .

<http://lexvo.org/id/char/25DDC> a lvont:Character ;
    lvont:represents "𥷜"^^xsd:string .

<http://lexvo.org/id/char/25DDD> a lvont:Character ;
    lvont:represents "𥷝"^^xsd:string .

<http://lexvo.org/id/char/25DDE> a lvont:Character ;
    lvont:represents "𥷞"^^xsd:string .

<http://lexvo.org/id/char/25DDF> a lvont:Character ;
    lvont:represents "𥷟"^^xsd:string .

<http://lexvo.org/id/char/25DE> a lvont:Character ;
    lvont:represents "◞"^^xsd:string ;
    rdfs:comment "LOWER RIGHT QUADRANT CIRCULAR ARC"@en .

<http://lexvo.org/id/char/25DE0> a lvont:Character ;
    lvont:represents "𥷠"^^xsd:string .

<http://lexvo.org/id/char/25DE1> a lvont:Character ;
    lvont:represents "𥷡"^^xsd:string .

<http://lexvo.org/id/char/25DE2> a lvont:Character ;
    lvont:represents "𥷢"^^xsd:string .

<http://lexvo.org/id/char/25DE3> a lvont:Character ;
    lvont:represents "𥷣"^^xsd:string .

<http://lexvo.org/id/char/25DE4> a lvont:Character ;
    lvont:represents "𥷤"^^xsd:string .

<http://lexvo.org/id/char/25DE5> a lvont:Character ;
    lvont:represents "𥷥"^^xsd:string .

<http://lexvo.org/id/char/25DE6> a lvont:Character ;
    lvont:represents "𥷦"^^xsd:string .

<http://lexvo.org/id/char/25DE7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/tr%E1%BA%A1c>,
        "𥷧"^^xsd:string .

<http://lexvo.org/id/char/25DE8> a lvont:Character ;
    lvont:represents "𥷨"^^xsd:string .

<http://lexvo.org/id/char/25DE9> a lvont:Character ;
    lvont:represents "𥷩"^^xsd:string .

<http://lexvo.org/id/char/25DEA> a lvont:Character ;
    lvont:represents "𥷪"^^xsd:string .

<http://lexvo.org/id/char/25DEB> a lvont:Character ;
    lvont:represents "𥷫"^^xsd:string .

<http://lexvo.org/id/char/25DEC> a lvont:Character ;
    lvont:represents "𥷬"^^xsd:string .

<http://lexvo.org/id/char/25DED> a lvont:Character ;
    lvont:represents "𥷭"^^xsd:string .

<http://lexvo.org/id/char/25DEE> a lvont:Character ;
    lvont:represents "𥷮"^^xsd:string .

<http://lexvo.org/id/char/25DEF> a lvont:Character ;
    lvont:represents "𥷯"^^xsd:string .

<http://lexvo.org/id/char/25DF> a lvont:Character ;
    lvont:represents "◟"^^xsd:string ;
    rdfs:comment "LOWER LEFT QUADRANT CIRCULAR ARC"@en .

<http://lexvo.org/id/char/25DF0> a lvont:Character ;
    lvont:represents "𥷰"^^xsd:string .

<http://lexvo.org/id/char/25DF1> a lvont:Character ;
    lvont:represents "𥷱"^^xsd:string .

<http://lexvo.org/id/char/25DF2> a lvont:Character ;
    lvont:represents "𥷲"^^xsd:string .

<http://lexvo.org/id/char/25DF3> a lvont:Character ;
    lvont:represents "𥷳"^^xsd:string .

<http://lexvo.org/id/char/25DF4> a lvont:Character ;
    lvont:represents "𥷴"^^xsd:string .

<http://lexvo.org/id/char/25DF5> a lvont:Character ;
    lvont:represents "𥷵"^^xsd:string .

<http://lexvo.org/id/char/25DF6> a lvont:Character ;
    lvont:represents "𥷶"^^xsd:string .

<http://lexvo.org/id/char/25DF7> a lvont:Character ;
    lvont:represents "𥷷"^^xsd:string .

<http://lexvo.org/id/char/25DF8> a lvont:Character ;
    lvont:represents "𥷸"^^xsd:string .

<http://lexvo.org/id/char/25DF9> a lvont:Character ;
    lvont:represents "𥷹"^^xsd:string .

<http://lexvo.org/id/char/25DFA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/mo>,
        "𥷺"^^xsd:string .

<http://lexvo.org/id/char/25DFB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/m%C3%A2y>,
        "𥷻"^^xsd:string .

<http://lexvo.org/id/char/25DFC> a lvont:Character ;
    lvont:represents "𥷼"^^xsd:string .

<http://lexvo.org/id/char/25DFD> a lvont:Character ;
    lvont:represents "𥷽"^^xsd:string .

<http://lexvo.org/id/char/25DFE> a lvont:Character ;
    lvont:represents "𥷾"^^xsd:string .

<http://lexvo.org/id/char/25DFF> a lvont:Character ;
    lvont:represents "𥷿"^^xsd:string .

<http://lexvo.org/id/char/25E0> a lvont:Character ;
    lvont:represents "◠"^^xsd:string ;
    rdfs:comment "UPPER HALF CIRCLE"@en .

<http://lexvo.org/id/char/25E00> a lvont:Character ;
    lvont:represents "𥸀"^^xsd:string .

<http://lexvo.org/id/char/25E01> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/nan>,
        "𥸁"^^xsd:string .

<http://lexvo.org/id/char/25E02> a lvont:Character ;
    lvont:represents "𥸂"^^xsd:string .

<http://lexvo.org/id/char/25E03> a lvont:Character ;
    lvont:represents "𥸃"^^xsd:string .

<http://lexvo.org/id/char/25E04> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/gi%E1%BA%ADm>,
        "𥸄"^^xsd:string .

<http://lexvo.org/id/char/25E05> a lvont:Character ;
    lvont:represents "𥸅"^^xsd:string .

<http://lexvo.org/id/char/25E06> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/li%E1%BA%BFp>,
        "𥸆"^^xsd:string .

<http://lexvo.org/id/char/25E07> a lvont:Character ;
    lvont:represents "𥸇"^^xsd:string .

<http://lexvo.org/id/char/25E08> a lvont:Character ;
    lvont:represents "𥸈"^^xsd:string .

<http://lexvo.org/id/char/25E09> a lvont:Character ;
    lvont:represents "𥸉"^^xsd:string .

<http://lexvo.org/id/char/25E0A> a lvont:Character ;
    lvont:represents "𥸊"^^xsd:string .

<http://lexvo.org/id/char/25E0B> a lvont:Character ;
    lvont:represents "𥸋"^^xsd:string .

<http://lexvo.org/id/char/25E0C> a lvont:Character ;
    lvont:represents "𥸌"^^xsd:string .

<http://lexvo.org/id/char/25E0D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/si%E1%BB%83ng>,
        "𥸍"^^xsd:string .

<http://lexvo.org/id/char/25E0E> a lvont:Character ;
    lvont:represents "𥸎"^^xsd:string .

<http://lexvo.org/id/char/25E0F> a lvont:Character ;
    lvont:represents "𥸏"^^xsd:string .

<http://lexvo.org/id/char/25E1> a lvont:Character ;
    lvont:represents "◡"^^xsd:string ;
    rdfs:comment "LOWER HALF CIRCLE"@en .

<http://lexvo.org/id/char/25E10> a lvont:Character ;
    lvont:represents "𥸐"^^xsd:string .

<http://lexvo.org/id/char/25E11> a lvont:Character ;
    lvont:represents "𥸑"^^xsd:string .

<http://lexvo.org/id/char/25E12> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/n%E1%BA%B3n>,
        "𥸒"^^xsd:string .

<http://lexvo.org/id/char/25E13> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/n%C3%ADp>,
        "𥸓"^^xsd:string .

<http://lexvo.org/id/char/25E14> a lvont:Character ;
    lvont:represents "𥸔"^^xsd:string .

<http://lexvo.org/id/char/25E15> a lvont:Character ;
    lvont:represents "𥸕"^^xsd:string .

<http://lexvo.org/id/char/25E16> a lvont:Character ;
    lvont:represents "𥸖"^^xsd:string .

<http://lexvo.org/id/char/25E17> a lvont:Character ;
    lvont:represents "𥸗"^^xsd:string .

<http://lexvo.org/id/char/25E18> a lvont:Character ;
    lvont:represents "𥸘"^^xsd:string .

<http://lexvo.org/id/char/25E19> a lvont:Character ;
    lvont:represents "𥸙"^^xsd:string .

<http://lexvo.org/id/char/25E1A> a lvont:Character ;
    lvont:represents "𥸚"^^xsd:string .

<http://lexvo.org/id/char/25E1B> a lvont:Character ;
    lvont:represents "𥸛"^^xsd:string .

<http://lexvo.org/id/char/25E1C> a lvont:Character ;
    lvont:represents "𥸜"^^xsd:string .

<http://lexvo.org/id/char/25E1D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/tr%C3%BAm>,
        "𥸝"^^xsd:string .

<http://lexvo.org/id/char/25E1E> a lvont:Character ;
    lvont:represents "𥸞"^^xsd:string .

<http://lexvo.org/id/char/25E1F> a lvont:Character ;
    lvont:represents "𥸟"^^xsd:string .

<http://lexvo.org/id/char/25E2> a lvont:Character ;
    lvont:represents "◢"^^xsd:string ;
    rdfs:comment "BLACK LOWER RIGHT TRIANGLE"@en .

<http://lexvo.org/id/char/25E20> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/th%E1%BA%BB>,
        "𥸠"^^xsd:string .

<http://lexvo.org/id/char/25E21> a lvont:Character ;
    lvont:represents "𥸡"^^xsd:string .

<http://lexvo.org/id/char/25E22> a lvont:Character ;
    lvont:represents "𥸢"^^xsd:string .

<http://lexvo.org/id/char/25E23> a lvont:Character ;
    lvont:represents "𥸣"^^xsd:string .

<http://lexvo.org/id/char/25E24> a lvont:Character ;
    lvont:represents "𥸤"^^xsd:string .

<http://lexvo.org/id/char/25E25> a lvont:Character ;
    lvont:represents "𥸥"^^xsd:string .

<http://lexvo.org/id/char/25E26> a lvont:Character ;
    lvont:represents "𥸦"^^xsd:string .

<http://lexvo.org/id/char/25E27> a lvont:Character ;
    lvont:represents "𥸧"^^xsd:string .

<http://lexvo.org/id/char/25E28> a lvont:Character ;
    lvont:represents "𥸨"^^xsd:string .

<http://lexvo.org/id/char/25E29> a lvont:Character ;
    lvont:represents "𥸩"^^xsd:string .

<http://lexvo.org/id/char/25E2A> a lvont:Character ;
    lvont:represents "𥸪"^^xsd:string .

<http://lexvo.org/id/char/25E2B> a lvont:Character ;
    lvont:represents "𥸫"^^xsd:string .

<http://lexvo.org/id/char/25E2C> a lvont:Character ;
    lvont:represents "𥸬"^^xsd:string .

<http://lexvo.org/id/char/25E2D> a lvont:Character ;
    lvont:represents "𥸭"^^xsd:string .

<http://lexvo.org/id/char/25E2E> a lvont:Character ;
    lvont:represents "𥸮"^^xsd:string .

<http://lexvo.org/id/char/25E2F> a lvont:Character ;
    lvont:represents "𥸯"^^xsd:string .

<http://lexvo.org/id/char/25E3> a lvont:Character ;
    lvont:represents "◣"^^xsd:string ;
    rdfs:comment "BLACK LOWER LEFT TRIANGLE"@en .

<http://lexvo.org/id/char/25E30> a lvont:Character ;
    lvont:represents "𥸰"^^xsd:string .

<http://lexvo.org/id/char/25E31> a lvont:Character ;
    lvont:represents "𥸱"^^xsd:string .

<http://lexvo.org/id/char/25E32> a lvont:Character ;
    lvont:represents "𥸲"^^xsd:string .

<http://lexvo.org/id/char/25E33> a lvont:Character ;
    lvont:represents "𥸳"^^xsd:string .

<http://lexvo.org/id/char/25E34> a lvont:Character ;
    lvont:represents "𥸴"^^xsd:string .

<http://lexvo.org/id/char/25E35> a lvont:Character ;
    lvont:represents "𥸵"^^xsd:string .

<http://lexvo.org/id/char/25E36> a lvont:Character ;
    lvont:represents "𥸶"^^xsd:string .

<http://lexvo.org/id/char/25E37> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/x%C3%B4i>,
        "𥸷"^^xsd:string .

<http://lexvo.org/id/char/25E38> a lvont:Character ;
    lvont:represents "𥸸"^^xsd:string .

<http://lexvo.org/id/char/25E39> a lvont:Character ;
    lvont:represents "𥸹"^^xsd:string .

<http://lexvo.org/id/char/25E3A> a lvont:Character ;
    lvont:represents "𥸺"^^xsd:string .

<http://lexvo.org/id/char/25E3B> a lvont:Character ;
    lvont:represents "𥸻"^^xsd:string .

<http://lexvo.org/id/char/25E3C> a lvont:Character ;
    lvont:represents "𥸼"^^xsd:string .

<http://lexvo.org/id/char/25E3D> a lvont:Character ;
    lvont:represents "𥸽"^^xsd:string .

<http://lexvo.org/id/char/25E3E> a lvont:Character ;
    lvont:represents "𥸾"^^xsd:string .

<http://lexvo.org/id/char/25E3F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/b%E1%BA%A3>,
        "𥸿"^^xsd:string .

<http://lexvo.org/id/char/25E4> a lvont:Character ;
    lvont:represents "◤"^^xsd:string ;
    rdfs:comment "BLACK UPPER LEFT TRIANGLE"@en .

<http://lexvo.org/id/char/25E40> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/t%E1%BA%A5m>,
        "𥹀"^^xsd:string .

<http://lexvo.org/id/char/25E41> a lvont:Character ;
    lvont:represents "𥹁"^^xsd:string .

<http://lexvo.org/id/char/25E42> a lvont:Character ;
    lvont:represents "𥹂"^^xsd:string .

<http://lexvo.org/id/char/25E43> a lvont:Character ;
    lvont:represents "𥹃"^^xsd:string .

<http://lexvo.org/id/char/25E44> a lvont:Character ;
    lvont:represents "𥹄"^^xsd:string .

<http://lexvo.org/id/char/25E45> a lvont:Character ;
    lvont:represents "𥹅"^^xsd:string .

<http://lexvo.org/id/char/25E46> a lvont:Character ;
    lvont:represents "𥹆"^^xsd:string .

<http://lexvo.org/id/char/25E47> a lvont:Character ;
    lvont:represents "𥹇"^^xsd:string .

<http://lexvo.org/id/char/25E48> a lvont:Character ;
    lvont:represents "𥹈"^^xsd:string .

<http://lexvo.org/id/char/25E49> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/nap6>,
        <http://lexvo.org/id/term/yue/%F0%A5%B9%89>,
        "𥹉"^^xsd:string ;
    rdfs:comment "(Cant.) sticky"@en .

<http://lexvo.org/id/char/25E4A> a lvont:Character ;
    lvont:represents "𥹊"^^xsd:string .

<http://lexvo.org/id/char/25E4B> a lvont:Character ;
    lvont:represents "𥹋"^^xsd:string .

<http://lexvo.org/id/char/25E4C> a lvont:Character ;
    lvont:represents "𥹌"^^xsd:string .

<http://lexvo.org/id/char/25E4D> a lvont:Character ;
    lvont:represents "𥹍"^^xsd:string .

<http://lexvo.org/id/char/25E4E> a lvont:Character ;
    lvont:represents "𥹎"^^xsd:string .

<http://lexvo.org/id/char/25E4F> a lvont:Character ;
    lvont:represents "𥹏"^^xsd:string .

<http://lexvo.org/id/char/25E5> a lvont:Character ;
    lvont:represents "◥"^^xsd:string ;
    rdfs:comment "BLACK UPPER RIGHT TRIANGLE"@en .

<http://lexvo.org/id/char/25E50> a lvont:Character ;
    lvont:represents "𥹐"^^xsd:string .

<http://lexvo.org/id/char/25E51> a lvont:Character ;
    lvont:represents "𥹑"^^xsd:string .

<http://lexvo.org/id/char/25E52> a lvont:Character ;
    lvont:represents "𥹒"^^xsd:string .

<http://lexvo.org/id/char/25E53> a lvont:Character ;
    lvont:represents "𥹓"^^xsd:string .

<http://lexvo.org/id/char/25E54> a lvont:Character ;
    lvont:represents "𥹔"^^xsd:string .

<http://lexvo.org/id/char/25E55> a lvont:Character ;
    lvont:represents "𥹕"^^xsd:string .

<http://lexvo.org/id/char/25E56> a lvont:Character ;
    lvont:represents "𥹖"^^xsd:string .

<http://lexvo.org/id/char/25E57> a lvont:Character ;
    lvont:represents "𥹗"^^xsd:string .

<http://lexvo.org/id/char/25E58> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/b%C3%A1nh>,
        "𥹘"^^xsd:string .

<http://lexvo.org/id/char/25E59> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ch%C3%A1o>,
        "𥹙"^^xsd:string .

<http://lexvo.org/id/char/25E5A> a lvont:Character ;
    lvont:represents "𥹚"^^xsd:string .

<http://lexvo.org/id/char/25E5B> a lvont:Character ;
    lvont:represents "𥹛"^^xsd:string .

<http://lexvo.org/id/char/25E5C> a lvont:Character ;
    lvont:represents "𥹜"^^xsd:string .

<http://lexvo.org/id/char/25E5D> a lvont:Character ;
    lvont:represents "𥹝"^^xsd:string .

<http://lexvo.org/id/char/25E5E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/d%E1%BA%A1i>,
        "𥹞"^^xsd:string .

<http://lexvo.org/id/char/25E5F> a lvont:Character ;
    lvont:represents "𥹟"^^xsd:string .

<http://lexvo.org/id/char/25E6> a lvont:Character ;
    lvont:represents "◦"^^xsd:string ;
    rdfs:comment "WHITE BULLET"@en .

<http://lexvo.org/id/char/25E60> a lvont:Character ;
    lvont:represents "𥹠"^^xsd:string .

<http://lexvo.org/id/char/25E61> a lvont:Character ;
    lvont:represents "𥹡"^^xsd:string .

<http://lexvo.org/id/char/25E62> a lvont:Character ;
    lvont:represents "𥹢"^^xsd:string .

<http://lexvo.org/id/char/25E63> a lvont:Character ;
    lvont:represents "𥹣"^^xsd:string .

<http://lexvo.org/id/char/25E64> a lvont:Character ;
    lvont:represents "𥹤"^^xsd:string .

<http://lexvo.org/id/char/25E65> a lvont:Character ;
    lvont:represents "𥹥"^^xsd:string .

<http://lexvo.org/id/char/25E66> a lvont:Character ;
    lvont:represents "𥹦"^^xsd:string .

<http://lexvo.org/id/char/25E67> a lvont:Character ;
    lvont:represents "𥹧"^^xsd:string .

<http://lexvo.org/id/char/25E68> a lvont:Character ;
    lvont:represents "𥹨"^^xsd:string .

<http://lexvo.org/id/char/25E69> a lvont:Character ;
    lvont:represents "𥹩"^^xsd:string .

<http://lexvo.org/id/char/25E6A> a lvont:Character ;
    lvont:represents "𥹪"^^xsd:string .

<http://lexvo.org/id/char/25E6B> a lvont:Character ;
    lvont:represents "𥹫"^^xsd:string .

<http://lexvo.org/id/char/25E6C> a lvont:Character ;
    lvont:represents "𥹬"^^xsd:string .

<http://lexvo.org/id/char/25E6D> a lvont:Character ;
    lvont:represents "𥹭"^^xsd:string .

<http://lexvo.org/id/char/25E6E> a lvont:Character ;
    lvont:represents "𥹮"^^xsd:string .

<http://lexvo.org/id/char/25E6F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/d%E1%BB%93i>,
        "𥹯"^^xsd:string .

<http://lexvo.org/id/char/25E7> a lvont:Character ;
    lvont:represents "◧"^^xsd:string ;
    rdfs:comment "SQUARE WITH LEFT HALF BLACK"@en .

<http://lexvo.org/id/char/25E70> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/l%C3%A2u>,
        "𥹰"^^xsd:string .

<http://lexvo.org/id/char/25E71> a lvont:Character ;
    lvont:represents "𥹱"^^xsd:string .

<http://lexvo.org/id/char/25E72> a lvont:Character ;
    lvont:represents "𥹲"^^xsd:string .

<http://lexvo.org/id/char/25E73> a lvont:Character ;
    lvont:represents "𥹳"^^xsd:string .

<http://lexvo.org/id/char/25E74> a lvont:Character ;
    lvont:represents "𥹴"^^xsd:string .

<http://lexvo.org/id/char/25E75> a lvont:Character ;
    lvont:represents "𥹵"^^xsd:string .

<http://lexvo.org/id/char/25E76> a lvont:Character ;
    lvont:represents "𥹶"^^xsd:string .

<http://lexvo.org/id/char/25E77> a lvont:Character ;
    lvont:represents "𥹷"^^xsd:string .

<http://lexvo.org/id/char/25E78> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/b%E1%BB%99t>,
        "𥹸"^^xsd:string .

<http://lexvo.org/id/char/25E79> a lvont:Character ;
    lvont:represents "𥹹"^^xsd:string .

<http://lexvo.org/id/char/25E7A> a lvont:Character ;
    lvont:represents "𥹺"^^xsd:string .

<http://lexvo.org/id/char/25E7B> a lvont:Character ;
    lvont:represents "𥹻"^^xsd:string .

<http://lexvo.org/id/char/25E7C> a lvont:Character ;
    lvont:represents "𥹼"^^xsd:string .

<http://lexvo.org/id/char/25E7D> a lvont:Character ;
    lvont:represents "𥹽"^^xsd:string .

<http://lexvo.org/id/char/25E7E> a lvont:Character ;
    lvont:represents "𥹾"^^xsd:string .

<http://lexvo.org/id/char/25E7F> a lvont:Character ;
    lvont:represents "𥹿"^^xsd:string .

<http://lexvo.org/id/char/25E8> a lvont:Character ;
    lvont:represents "◨"^^xsd:string ;
    rdfs:comment "SQUARE WITH RIGHT HALF BLACK"@en .

<http://lexvo.org/id/char/25E80> a lvont:Character ;
    lvont:represents "𥺀"^^xsd:string .

<http://lexvo.org/id/char/25E81> a lvont:Character ;
    lvont:represents "𥺁"^^xsd:string .

<http://lexvo.org/id/char/25E82> a lvont:Character ;
    lvont:represents "𥺂"^^xsd:string .

<http://lexvo.org/id/char/25E83> a lvont:Character ;
    lvont:represents "𥺃"^^xsd:string .

<http://lexvo.org/id/char/25E84> a lvont:Character ;
    lvont:represents "𥺄"^^xsd:string .

<http://lexvo.org/id/char/25E85> a lvont:Character ;
    lvont:represents "𥺅"^^xsd:string .

<http://lexvo.org/id/char/25E86> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/s%E1%BB%81n>,
        "𥺆"^^xsd:string .

<http://lexvo.org/id/char/25E87> a lvont:Character ;
    lvont:represents "𥺇"^^xsd:string .

<http://lexvo.org/id/char/25E88> a lvont:Character ;
    lvont:represents "𥺈"^^xsd:string .

<http://lexvo.org/id/char/25E89> a lvont:Character ;
    lvont:represents "𥺉"^^xsd:string .

<http://lexvo.org/id/char/25E8A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/g%E1%BA%A1o>,
        "𥺊"^^xsd:string .

<http://lexvo.org/id/char/25E8B> a lvont:Character ;
    lvont:represents "𥺋"^^xsd:string .

<http://lexvo.org/id/char/25E8C> a lvont:Character ;
    lvont:represents "𥺌"^^xsd:string .

<http://lexvo.org/id/char/25E8D> a lvont:Character ;
    lvont:represents "𥺍"^^xsd:string .

<http://lexvo.org/id/char/25E8E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/b%E1%BB%95i>,
        "𥺎"^^xsd:string .

<http://lexvo.org/id/char/25E8F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/x%C3%B4i>,
        "𥺏"^^xsd:string .

<http://lexvo.org/id/char/25E9> a lvont:Character ;
    lvont:represents "◩"^^xsd:string ;
    rdfs:comment "SQUARE WITH UPPER LEFT DIAGONAL HALF BLACK"@en .

<http://lexvo.org/id/char/25E90> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/th%C3%ADnh>,
        "𥺐"^^xsd:string .

<http://lexvo.org/id/char/25E91> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/t%E1%BA%A5m>,
        "𥺑"^^xsd:string .

<http://lexvo.org/id/char/25E92> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/th%C3%ADnh>,
        "𥺒"^^xsd:string .

<http://lexvo.org/id/char/25E93> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/l%E1%BB%9B>,
        "𥺓"^^xsd:string .

<http://lexvo.org/id/char/25E94> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/x%C3%B4i>,
        "𥺔"^^xsd:string .

<http://lexvo.org/id/char/25E95> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/b%C3%A3>,
        "𥺕"^^xsd:string .

<http://lexvo.org/id/char/25E96> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/b%C3%A3>,
        "𥺖"^^xsd:string .

<http://lexvo.org/id/char/25E97> a lvont:Character ;
    lvont:represents "𥺗"^^xsd:string .

<http://lexvo.org/id/char/25E98> a lvont:Character ;
    lvont:represents "𥺘"^^xsd:string .

<http://lexvo.org/id/char/25E99> a lvont:Character ;
    lvont:represents "𥺙"^^xsd:string .

<http://lexvo.org/id/char/25E9A> a lvont:Character ;
    lvont:represents "𥺚"^^xsd:string .

<http://lexvo.org/id/char/25E9B> a lvont:Character ;
    lvont:represents "𥺛"^^xsd:string .

<http://lexvo.org/id/char/25E9C> a lvont:Character ;
    lvont:represents "𥺜"^^xsd:string .

<http://lexvo.org/id/char/25E9D> a lvont:Character ;
    lvont:represents "𥺝"^^xsd:string .

<http://lexvo.org/id/char/25E9E> a lvont:Character ;
    lvont:represents "𥺞"^^xsd:string .

<http://lexvo.org/id/char/25E9F> a lvont:Character ;
    lvont:represents "𥺟"^^xsd:string .

<http://lexvo.org/id/char/25EA> a lvont:Character ;
    lvont:represents "◪"^^xsd:string ;
    rdfs:comment "SQUARE WITH LOWER RIGHT DIAGONAL HALF BLACK"@en .

<http://lexvo.org/id/char/25EA0> a lvont:Character ;
    lvont:represents "𥺠"^^xsd:string .

<http://lexvo.org/id/char/25EA1> a lvont:Character ;
    lvont:represents "𥺡"^^xsd:string .

<http://lexvo.org/id/char/25EA2> a lvont:Character ;
    lvont:represents "𥺢"^^xsd:string .

<http://lexvo.org/id/char/25EA3> a lvont:Character ;
    lvont:represents "𥺣"^^xsd:string .

<http://lexvo.org/id/char/25EA4> a lvont:Character ;
    lvont:represents "𥺤"^^xsd:string .

<http://lexvo.org/id/char/25EA5> a lvont:Character ;
    lvont:represents "𥺥"^^xsd:string .

<http://lexvo.org/id/char/25EA6> a lvont:Character ;
    lvont:represents "𥺦"^^xsd:string .

<http://lexvo.org/id/char/25EA7> a lvont:Character ;
    lvont:represents "𥺧"^^xsd:string .

<http://lexvo.org/id/char/25EA8> a lvont:Character ;
    lvont:represents "𥺨"^^xsd:string .

<http://lexvo.org/id/char/25EA9> a lvont:Character ;
    lvont:represents "𥺩"^^xsd:string .

<http://lexvo.org/id/char/25EAA> a lvont:Character ;
    lvont:represents "𥺪"^^xsd:string .

<http://lexvo.org/id/char/25EAB> a lvont:Character ;
    lvont:represents "𥺫"^^xsd:string .

<http://lexvo.org/id/char/25EAC> a lvont:Character ;
    lvont:represents "𥺬"^^xsd:string .

<http://lexvo.org/id/char/25EAD> a lvont:Character ;
    lvont:represents "𥺭"^^xsd:string .

<http://lexvo.org/id/char/25EAE> a lvont:Character ;
    lvont:represents "𥺮"^^xsd:string .

<http://lexvo.org/id/char/25EAF> a lvont:Character ;
    lvont:represents "𥺯"^^xsd:string .

<http://lexvo.org/id/char/25EB> a lvont:Character ;
    lvont:represents "◫"^^xsd:string ;
    rdfs:comment "WHITE SQUARE WITH VERTICAL BISECTING LINE"@en .

<http://lexvo.org/id/char/25EB0> a lvont:Character ;
    lvont:represents "𥺰"^^xsd:string .

<http://lexvo.org/id/char/25EB1> a lvont:Character ;
    lvont:represents "𥺱"^^xsd:string .

<http://lexvo.org/id/char/25EB2> a lvont:Character ;
    lvont:represents "𥺲"^^xsd:string .

<http://lexvo.org/id/char/25EB3> a lvont:Character ;
    lvont:represents "𥺳"^^xsd:string .

<http://lexvo.org/id/char/25EB4> a lvont:Character ;
    lvont:represents "𥺴"^^xsd:string .

<http://lexvo.org/id/char/25EB5> a lvont:Character ;
    lvont:represents "𥺵"^^xsd:string .

<http://lexvo.org/id/char/25EB6> a lvont:Character ;
    lvont:represents "𥺶"^^xsd:string .

<http://lexvo.org/id/char/25EB7> a lvont:Character ;
    lvont:represents "𥺷"^^xsd:string .

<http://lexvo.org/id/char/25EB8> a lvont:Character ;
    lvont:represents "𥺸"^^xsd:string .

<http://lexvo.org/id/char/25EB9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/o%E1%BA%A3n>,
        "𥺹"^^xsd:string .

<http://lexvo.org/id/char/25EBA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/x%E1%BB%87p>,
        "𥺺"^^xsd:string .

<http://lexvo.org/id/char/25EBB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/c%E1%BB%91m>,
        "𥺻"^^xsd:string .

<http://lexvo.org/id/char/25EBC> a lvont:Character ;
    lvont:represents "𥺼"^^xsd:string .

<http://lexvo.org/id/char/25EBD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/su%C3%B4ng>,
        "𥺽"^^xsd:string .

<http://lexvo.org/id/char/25EBE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/kh%E1%BA%B1n>,
        "𥺾"^^xsd:string .

<http://lexvo.org/id/char/25EBF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/%E1%BB%89a>,
        "𥺿"^^xsd:string .

<http://lexvo.org/id/char/25EC> a lvont:Character ;
    lvont:represents "◬"^^xsd:string ;
    rdfs:comment "WHITE UP-POINTING TRIANGLE WITH DOT"@en .

<http://lexvo.org/id/char/25EC0> a lvont:Character ;
    lvont:represents "𥻀"^^xsd:string .

<http://lexvo.org/id/char/25EC1> a lvont:Character ;
    lvont:represents "𥻁"^^xsd:string .

<http://lexvo.org/id/char/25EC2> a lvont:Character ;
    lvont:represents "𥻂"^^xsd:string .

<http://lexvo.org/id/char/25EC3> a lvont:Character ;
    lvont:represents "𥻃"^^xsd:string .

<http://lexvo.org/id/char/25EC4> a lvont:Character ;
    lvont:represents "𥻄"^^xsd:string .

<http://lexvo.org/id/char/25EC5> a lvont:Character ;
    lvont:represents "𥻅"^^xsd:string .

<http://lexvo.org/id/char/25EC6> a lvont:Character ;
    lvont:represents "𥻆"^^xsd:string .

<http://lexvo.org/id/char/25EC7> a lvont:Character ;
    lvont:represents "𥻇"^^xsd:string .

<http://lexvo.org/id/char/25EC8> a lvont:Character ;
    lvont:represents "𥻈"^^xsd:string .

<http://lexvo.org/id/char/25EC9> a lvont:Character ;
    lvont:represents "𥻉"^^xsd:string .

<http://lexvo.org/id/char/25ECA> a lvont:Character ;
    lvont:represents "𥻊"^^xsd:string .

<http://lexvo.org/id/char/25ECB> a lvont:Character ;
    lvont:represents "𥻋"^^xsd:string .

<http://lexvo.org/id/char/25ECC> a lvont:Character ;
    lvont:represents "𥻌"^^xsd:string .

<http://lexvo.org/id/char/25ECD> a lvont:Character ;
    lvont:represents "𥻍"^^xsd:string .

<http://lexvo.org/id/char/25ECE> a lvont:Character ;
    lvont:represents "𥻎"^^xsd:string .

<http://lexvo.org/id/char/25ECF> a lvont:Character ;
    lvont:represents "𥻏"^^xsd:string .

<http://lexvo.org/id/char/25ED> a lvont:Character ;
    lvont:represents "◭"^^xsd:string ;
    rdfs:comment "UP-POINTING TRIANGLE WITH LEFT HALF BLACK"@en .

<http://lexvo.org/id/char/25ED0> a lvont:Character ;
    lvont:represents "𥻐"^^xsd:string .

<http://lexvo.org/id/char/25ED1> a lvont:Character ;
    lvont:represents "𥻑"^^xsd:string .

<http://lexvo.org/id/char/25ED2> a lvont:Character ;
    lvont:represents "𥻒"^^xsd:string .

<http://lexvo.org/id/char/25ED3> a lvont:Character ;
    lvont:represents "𥻓"^^xsd:string .

<http://lexvo.org/id/char/25ED4> a lvont:Character ;
    lvont:represents "𥻔"^^xsd:string .

<http://lexvo.org/id/char/25ED5> a lvont:Character ;
    lvont:represents "𥻕"^^xsd:string .

<http://lexvo.org/id/char/25ED6> a lvont:Character ;
    lvont:represents "𥻖"^^xsd:string .

<http://lexvo.org/id/char/25ED7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%A1>,
        "𥻗"^^xsd:string .

<http://lexvo.org/id/char/25ED8> a lvont:Character ;
    lvont:represents "𥻘"^^xsd:string .

<http://lexvo.org/id/char/25ED9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/m%E1%BA%BB>,
        "𥻙"^^xsd:string .

<http://lexvo.org/id/char/25EDA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/nam1>,
        <http://lexvo.org/id/term/yue/%F0%A5%BB%9A>,
        "𥻚"^^xsd:string .

<http://lexvo.org/id/char/25EDB> a lvont:Character ;
    lvont:represents "𥻛"^^xsd:string .

<http://lexvo.org/id/char/25EDC> a lvont:Character ;
    lvont:represents "𥻜"^^xsd:string .

<http://lexvo.org/id/char/25EDD> a lvont:Character ;
    lvont:represents "𥻝"^^xsd:string .

<http://lexvo.org/id/char/25EDE> a lvont:Character ;
    lvont:represents "𥻞"^^xsd:string .

<http://lexvo.org/id/char/25EDF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/no6>,
        <http://lexvo.org/id/term/yue/%F0%A5%BB%9F>,
        "𥻟"^^xsd:string ;
    rdfs:comment "glutinous rice"@en .

<http://lexvo.org/id/char/25EE> a lvont:Character ;
    lvont:represents "◮"^^xsd:string ;
    rdfs:comment "UP-POINTING TRIANGLE WITH RIGHT HALF BLACK"@en .

<http://lexvo.org/id/char/25EE0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/d%E1%BA%BBo>,
        "𥻠"^^xsd:string .

<http://lexvo.org/id/char/25EE1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/m%C3%A0y>,
        "𥻡"^^xsd:string .

<http://lexvo.org/id/char/25EE2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/th%C3%ADnh>,
        "𥻢"^^xsd:string .

<http://lexvo.org/id/char/25EE3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/d%E1%BA%A7y>,
        "𥻣"^^xsd:string .

<http://lexvo.org/id/char/25EE4> a lvont:Character ;
    lvont:represents "𥻤"^^xsd:string .

<http://lexvo.org/id/char/25EE5> a lvont:Character ;
    lvont:represents "𥻥"^^xsd:string .

<http://lexvo.org/id/char/25EE6> a lvont:Character ;
    lvont:represents "𥻦"^^xsd:string .

<http://lexvo.org/id/char/25EE7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/h%C3%A8m>,
        "𥻧"^^xsd:string .

<http://lexvo.org/id/char/25EE8> a lvont:Character ;
    lvont:represents "𥻨"^^xsd:string .

<http://lexvo.org/id/char/25EE9> a lvont:Character ;
    lvont:represents "𥻩"^^xsd:string .

<http://lexvo.org/id/char/25EEA> a lvont:Character ;
    lvont:represents "𥻪"^^xsd:string .

<http://lexvo.org/id/char/25EEB> a lvont:Character ;
    lvont:represents "𥻫"^^xsd:string .

<http://lexvo.org/id/char/25EEC> a lvont:Character ;
    lvont:represents "𥻬"^^xsd:string .

<http://lexvo.org/id/char/25EED> a lvont:Character ;
    lvont:represents "𥻭"^^xsd:string .

<http://lexvo.org/id/char/25EEE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/t%E1%BA%BB>,
        "𥻮"^^xsd:string .

<http://lexvo.org/id/char/25EEF> a lvont:Character ;
    lvont:represents "𥻯"^^xsd:string .

<http://lexvo.org/id/char/25EF> a lvont:Character ;
    lvont:represents "◯"^^xsd:string ;
    rdfs:comment "LARGE CIRCLE"@en .

<http://lexvo.org/id/char/25EF0> a lvont:Character ;
    lvont:represents "𥻰"^^xsd:string .

<http://lexvo.org/id/char/25EF1> a lvont:Character ;
    lvont:represents "𥻱"^^xsd:string .

<http://lexvo.org/id/char/25EF2> a lvont:Character ;
    lvont:represents "𥻲"^^xsd:string .

<http://lexvo.org/id/char/25EF3> a lvont:Character ;
    lvont:represents "𥻳"^^xsd:string .

<http://lexvo.org/id/char/25EF4> a lvont:Character ;
    lvont:represents "𥻴"^^xsd:string .

<http://lexvo.org/id/char/25EF5> a lvont:Character ;
    lvont:represents "𥻵"^^xsd:string .

<http://lexvo.org/id/char/25EF6> a lvont:Character ;
    lvont:represents "𥻶"^^xsd:string .

<http://lexvo.org/id/char/25EF7> a lvont:Character ;
    lvont:represents "𥻷"^^xsd:string .

<http://lexvo.org/id/char/25EF8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/b%C3%BAn>,
        "𥻸"^^xsd:string .

<http://lexvo.org/id/char/25EF9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ch%C3%A8>,
        "𥻹"^^xsd:string .

<http://lexvo.org/id/char/25EFA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/kh%C3%AA>,
        "𥻺"^^xsd:string .

<http://lexvo.org/id/char/25EFB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/n%E1%BA%BFp>,
        "𥻻"^^xsd:string .

<http://lexvo.org/id/char/25EFC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/%C3%BA>,
        "𥻼"^^xsd:string .

<http://lexvo.org/id/char/25EFD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/c%E1%BB%A9t>,
        "𥻽"^^xsd:string .

<http://lexvo.org/id/char/25EFE> a lvont:Character ;
    lvont:represents "𥻾"^^xsd:string .

<http://lexvo.org/id/char/25EFF> a lvont:Character ;
    lvont:represents "𥻿"^^xsd:string .

<http://lexvo.org/id/char/25F0> a lvont:Character ;
    lvont:represents "◰"^^xsd:string ;
    rdfs:comment "WHITE SQUARE WITH UPPER LEFT QUADRANT"@en .

<http://lexvo.org/id/char/25F00> a lvont:Character ;
    lvont:represents "𥼀"^^xsd:string .

<http://lexvo.org/id/char/25F01> a lvont:Character ;
    lvont:represents "𥼁"^^xsd:string .

<http://lexvo.org/id/char/25F02> a lvont:Character ;
    lvont:represents "𥼂"^^xsd:string .

<http://lexvo.org/id/char/25F03> a lvont:Character ;
    lvont:represents "𥼃"^^xsd:string .

<http://lexvo.org/id/char/25F04> a lvont:Character ;
    lvont:represents "𥼄"^^xsd:string .

<http://lexvo.org/id/char/25F05> a lvont:Character ;
    lvont:represents "𥼅"^^xsd:string .

<http://lexvo.org/id/char/25F06> a lvont:Character ;
    lvont:represents "𥼆"^^xsd:string .

<http://lexvo.org/id/char/25F07> a lvont:Character ;
    lvont:represents "𥼇"^^xsd:string .

<http://lexvo.org/id/char/25F08> a lvont:Character ;
    lvont:represents "𥼈"^^xsd:string .

<http://lexvo.org/id/char/25F09> a lvont:Character ;
    lvont:represents "𥼉"^^xsd:string .

<http://lexvo.org/id/char/25F0A> a lvont:Character ;
    lvont:represents "𥼊"^^xsd:string .

<http://lexvo.org/id/char/25F0B> a lvont:Character ;
    lvont:represents "𥼋"^^xsd:string .

<http://lexvo.org/id/char/25F0C> a lvont:Character ;
    lvont:represents "𥼌"^^xsd:string .

<http://lexvo.org/id/char/25F0D> a lvont:Character ;
    lvont:represents "𥼍"^^xsd:string .

<http://lexvo.org/id/char/25F0E> a lvont:Character ;
    lvont:represents "𥼎"^^xsd:string .

<http://lexvo.org/id/char/25F0F> a lvont:Character ;
    lvont:represents "𥼏"^^xsd:string .

<http://lexvo.org/id/char/25F1> a lvont:Character ;
    lvont:represents "◱"^^xsd:string ;
    rdfs:comment "WHITE SQUARE WITH LOWER LEFT QUADRANT"@en .

<http://lexvo.org/id/char/25F10> a lvont:Character ;
    lvont:represents "𥼐"^^xsd:string .

<http://lexvo.org/id/char/25F11> a lvont:Character ;
    lvont:represents "𥼑"^^xsd:string .

<http://lexvo.org/id/char/25F12> a lvont:Character ;
    lvont:represents "𥼒"^^xsd:string .

<http://lexvo.org/id/char/25F13> a lvont:Character ;
    lvont:represents "𥼓"^^xsd:string .

<http://lexvo.org/id/char/25F14> a lvont:Character ;
    lvont:represents "𥼔"^^xsd:string .

<http://lexvo.org/id/char/25F15> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/l%C3%A9p>,
        "𥼕"^^xsd:string .

<http://lexvo.org/id/char/25F16> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/m%E1%BA%B3n>,
        "𥼖"^^xsd:string .

<http://lexvo.org/id/char/25F17> a lvont:Character ;
    lvont:represents "𥼗"^^xsd:string .

<http://lexvo.org/id/char/25F18> a lvont:Character ;
    lvont:represents "𥼘"^^xsd:string .

<http://lexvo.org/id/char/25F19> a lvont:Character ;
    lvont:represents "𥼙"^^xsd:string .

<http://lexvo.org/id/char/25F1A> a lvont:Character ;
    lvont:represents "𥼚"^^xsd:string .

<http://lexvo.org/id/char/25F1B> a lvont:Character ;
    lvont:represents "𥼛"^^xsd:string .

<http://lexvo.org/id/char/25F1C> a lvont:Character ;
    lvont:represents "𥼜"^^xsd:string .

<http://lexvo.org/id/char/25F1D> a lvont:Character ;
    lvont:represents "𥼝"^^xsd:string .

<http://lexvo.org/id/char/25F1E> a lvont:Character ;
    lvont:represents "𥼞"^^xsd:string .

<http://lexvo.org/id/char/25F1F> a lvont:Character ;
    lvont:represents "𥼟"^^xsd:string .

<http://lexvo.org/id/char/25F2> a lvont:Character ;
    lvont:represents "◲"^^xsd:string ;
    rdfs:comment "WHITE SQUARE WITH LOWER RIGHT QUADRANT"@en .

<http://lexvo.org/id/char/25F20> a lvont:Character ;
    lvont:represents "𥼠"^^xsd:string .

<http://lexvo.org/id/char/25F21> a lvont:Character ;
    lvont:represents "𥼡"^^xsd:string .

<http://lexvo.org/id/char/25F22> a lvont:Character ;
    lvont:represents "𥼢"^^xsd:string .

<http://lexvo.org/id/char/25F23> a lvont:Character ;
    lvont:represents "𥼣"^^xsd:string .

<http://lexvo.org/id/char/25F24> a lvont:Character ;
    lvont:represents "𥼤"^^xsd:string .

<http://lexvo.org/id/char/25F25> a lvont:Character ;
    lvont:represents "𥼥"^^xsd:string .

<http://lexvo.org/id/char/25F26> a lvont:Character ;
    lvont:represents "𥼦"^^xsd:string .

<http://lexvo.org/id/char/25F27> a lvont:Character ;
    lvont:represents "𥼧"^^xsd:string .

<http://lexvo.org/id/char/25F28> a lvont:Character ;
    lvont:represents "𥼨"^^xsd:string .

<http://lexvo.org/id/char/25F29> a lvont:Character ;
    lvont:represents "𥼩"^^xsd:string .

<http://lexvo.org/id/char/25F2A> a lvont:Character ;
    lvont:represents "𥼪"^^xsd:string .

<http://lexvo.org/id/char/25F2B> a lvont:Character ;
    lvont:represents "𥼫"^^xsd:string .

<http://lexvo.org/id/char/25F2C> a lvont:Character ;
    lvont:represents "𥼬"^^xsd:string .

<http://lexvo.org/id/char/25F2D> a lvont:Character ;
    lvont:represents "𥼭"^^xsd:string .

<http://lexvo.org/id/char/25F2E> a lvont:Character ;
    lvont:represents "𥼮"^^xsd:string .

<http://lexvo.org/id/char/25F2F> a lvont:Character ;
    lvont:represents "𥼯"^^xsd:string .

<http://lexvo.org/id/char/25F3> a lvont:Character ;
    lvont:represents "◳"^^xsd:string ;
    rdfs:comment "WHITE SQUARE WITH UPPER RIGHT QUADRANT"@en .

<http://lexvo.org/id/char/25F30> a lvont:Character ;
    lvont:represents "𥼰"^^xsd:string .

<http://lexvo.org/id/char/25F31> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/k%E1%BA%B9o>,
        "𥼱"^^xsd:string .

<http://lexvo.org/id/char/25F32> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/h%E1%BA%A9m>,
        "𥼲"^^xsd:string .

<http://lexvo.org/id/char/25F33> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/%C3%BA>,
        "𥼳"^^xsd:string .

<http://lexvo.org/id/char/25F34> a lvont:Character ;
    lvont:represents "𥼴"^^xsd:string .

<http://lexvo.org/id/char/25F35> a lvont:Character ;
    lvont:represents "𥼵"^^xsd:string .

<http://lexvo.org/id/char/25F36> a lvont:Character ;
    lvont:represents "𥼶"^^xsd:string .

<http://lexvo.org/id/char/25F37> a lvont:Character ;
    lvont:represents "𥼷"^^xsd:string .

<http://lexvo.org/id/char/25F38> a lvont:Character ;
    lvont:represents "𥼸"^^xsd:string .

<http://lexvo.org/id/char/25F39> a lvont:Character ;
    lvont:represents "𥼹"^^xsd:string .

<http://lexvo.org/id/char/25F3A> a lvont:Character ;
    lvont:represents "𥼺"^^xsd:string .

<http://lexvo.org/id/char/25F3B> a lvont:Character ;
    lvont:represents "𥼻"^^xsd:string .

<http://lexvo.org/id/char/25F3C> a lvont:Character ;
    lvont:represents "𥼼"^^xsd:string .

<http://lexvo.org/id/char/25F3D> a lvont:Character ;
    lvont:represents "𥼽"^^xsd:string .

<http://lexvo.org/id/char/25F3E> a lvont:Character ;
    lvont:represents "𥼾"^^xsd:string .

<http://lexvo.org/id/char/25F3F> a lvont:Character ;
    lvont:represents "𥼿"^^xsd:string .

<http://lexvo.org/id/char/25F4> a lvont:Character ;
    lvont:represents "◴"^^xsd:string ;
    rdfs:comment "WHITE CIRCLE WITH UPPER LEFT QUADRANT"@en .

<http://lexvo.org/id/char/25F40> a lvont:Character ;
    lvont:represents "𥽀"^^xsd:string .

<http://lexvo.org/id/char/25F41> a lvont:Character ;
    lvont:represents "𥽁"^^xsd:string .

<http://lexvo.org/id/char/25F42> a lvont:Character ;
    lvont:represents "𥽂"^^xsd:string .

<http://lexvo.org/id/char/25F43> a lvont:Character ;
    lvont:represents "𥽃"^^xsd:string .

<http://lexvo.org/id/char/25F44> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/th%C3%BAng>,
        "𥽄"^^xsd:string .

<http://lexvo.org/id/char/25F45> a lvont:Character ;
    lvont:represents "𥽅"^^xsd:string .

<http://lexvo.org/id/char/25F46> a lvont:Character ;
    lvont:represents "𥽆"^^xsd:string .

<http://lexvo.org/id/char/25F47> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/c%C3%A1m>,
        "𥽇"^^xsd:string .

<http://lexvo.org/id/char/25F48> a lvont:Character ;
    lvont:represents "𥽈"^^xsd:string .

<http://lexvo.org/id/char/25F49> a lvont:Character ;
    lvont:represents "𥽉"^^xsd:string .

<http://lexvo.org/id/char/25F4A> a lvont:Character ;
    lvont:represents "𥽊"^^xsd:string .

<http://lexvo.org/id/char/25F4B> a lvont:Character ;
    lvont:represents "𥽋"^^xsd:string .

<http://lexvo.org/id/char/25F4C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/g%E1%BA%A1o>,
        "𥽌"^^xsd:string .

<http://lexvo.org/id/char/25F4D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/c%E1%BB%91m>,
        "𥽍"^^xsd:string .

<http://lexvo.org/id/char/25F4E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/h%C3%A8m>,
        "𥽎"^^xsd:string .

<http://lexvo.org/id/char/25F4F> a lvont:Character ;
    lvont:represents "𥽏"^^xsd:string .

<http://lexvo.org/id/char/25F5> a lvont:Character ;
    lvont:represents "◵"^^xsd:string ;
    rdfs:comment "WHITE CIRCLE WITH LOWER LEFT QUADRANT"@en .

<http://lexvo.org/id/char/25F50> a lvont:Character ;
    lvont:represents "𥽐"^^xsd:string .

<http://lexvo.org/id/char/25F51> a lvont:Character ;
    lvont:represents "𥽑"^^xsd:string .

<http://lexvo.org/id/char/25F52> a lvont:Character ;
    lvont:represents "𥽒"^^xsd:string .

<http://lexvo.org/id/char/25F53> a lvont:Character ;
    lvont:represents "𥽓"^^xsd:string .

<http://lexvo.org/id/char/25F54> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/men>,
        "𥽔"^^xsd:string .

<http://lexvo.org/id/char/25F55> a lvont:Character ;
    lvont:represents "𥽕"^^xsd:string .

<http://lexvo.org/id/char/25F56> a lvont:Character ;
    lvont:represents "𥽖"^^xsd:string .

<http://lexvo.org/id/char/25F57> a lvont:Character ;
    lvont:represents "𥽗"^^xsd:string .

<http://lexvo.org/id/char/25F58> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%F0%A5%BD%98>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/mi%C3%A0o>,
        "𥽘"^^xsd:string ;
    rdfs:comment "broken grain"@en .

<http://lexvo.org/id/char/25F59> a lvont:Character ;
    lvont:represents "𥽙"^^xsd:string .

<http://lexvo.org/id/char/25F5A> a lvont:Character ;
    lvont:represents "𥽚"^^xsd:string .

<http://lexvo.org/id/char/25F5B> a lvont:Character ;
    lvont:represents "𥽛"^^xsd:string .

<http://lexvo.org/id/char/25F5C> a lvont:Character ;
    lvont:represents "𥽜"^^xsd:string .

<http://lexvo.org/id/char/25F5D> a lvont:Character ;
    lvont:represents "𥽝"^^xsd:string .

<http://lexvo.org/id/char/25F5E> a lvont:Character ;
    lvont:represents "𥽞"^^xsd:string .

<http://lexvo.org/id/char/25F5F> a lvont:Character ;
    lvont:represents "𥽟"^^xsd:string .

<http://lexvo.org/id/char/25F6> a lvont:Character ;
    lvont:represents "◶"^^xsd:string ;
    rdfs:comment "WHITE CIRCLE WITH LOWER RIGHT QUADRANT"@en .

<http://lexvo.org/id/char/25F60> a lvont:Character ;
    lvont:represents "𥽠"^^xsd:string .

<http://lexvo.org/id/char/25F61> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ph%C3%A2n>,
        "𥽡"^^xsd:string .

<http://lexvo.org/id/char/25F62> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ph%C3%A8n>,
        "𥽢"^^xsd:string .

<http://lexvo.org/id/char/25F63> a lvont:Character ;
    lvont:represents "𥽣"^^xsd:string .

<http://lexvo.org/id/char/25F64> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/xia>,
        "𥽤"^^xsd:string .

<http://lexvo.org/id/char/25F65> a lvont:Character ;
    lvont:represents "𥽥"^^xsd:string .

<http://lexvo.org/id/char/25F66> a lvont:Character ;
    lvont:represents "𥽦"^^xsd:string .

<http://lexvo.org/id/char/25F67> a lvont:Character ;
    lvont:represents "𥽧"^^xsd:string .

<http://lexvo.org/id/char/25F68> a lvont:Character ;
    lvont:represents "𥽨"^^xsd:string .

<http://lexvo.org/id/char/25F69> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/x%E1%BA%A7y>,
        "𥽩"^^xsd:string .

<http://lexvo.org/id/char/25F6A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/%C4%91%C3%BAc>,
        "𥽪"^^xsd:string .

<http://lexvo.org/id/char/25F6B> a lvont:Character ;
    lvont:represents "𥽫"^^xsd:string .

<http://lexvo.org/id/char/25F6C> a lvont:Character ;
    lvont:represents "𥽬"^^xsd:string .

<http://lexvo.org/id/char/25F6D> a lvont:Character ;
    lvont:represents "𥽭"^^xsd:string .

<http://lexvo.org/id/char/25F6E> a lvont:Character ;
    lvont:represents "𥽮"^^xsd:string .

<http://lexvo.org/id/char/25F6F> a lvont:Character ;
    lvont:represents "𥽯"^^xsd:string .

<http://lexvo.org/id/char/25F7> a lvont:Character ;
    lvont:represents "◷"^^xsd:string ;
    rdfs:comment "WHITE CIRCLE WITH UPPER RIGHT QUADRANT"@en .

<http://lexvo.org/id/char/25F70> a lvont:Character ;
    lvont:represents "𥽰"^^xsd:string .

<http://lexvo.org/id/char/25F71> a lvont:Character ;
    lvont:represents "𥽱"^^xsd:string .

<http://lexvo.org/id/char/25F72> a lvont:Character ;
    lvont:represents "𥽲"^^xsd:string .

<http://lexvo.org/id/char/25F73> a lvont:Character ;
    lvont:represents "𥽳"^^xsd:string .

<http://lexvo.org/id/char/25F74> a lvont:Character ;
    lvont:represents "𥽴"^^xsd:string .

<http://lexvo.org/id/char/25F75> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/nh%C3%A3o>,
        "𥽵"^^xsd:string .

<http://lexvo.org/id/char/25F76> a lvont:Character ;
    lvont:represents "𥽶"^^xsd:string .

<http://lexvo.org/id/char/25F77> a lvont:Character ;
    lvont:represents "𥽷"^^xsd:string .

<http://lexvo.org/id/char/25F78> a lvont:Character ;
    lvont:represents "𥽸"^^xsd:string .

<http://lexvo.org/id/char/25F79> a lvont:Character ;
    lvont:represents "𥽹"^^xsd:string .

<http://lexvo.org/id/char/25F7A> a lvont:Character ;
    lvont:represents "𥽺"^^xsd:string .

<http://lexvo.org/id/char/25F7B> a lvont:Character ;
    lvont:represents "𥽻"^^xsd:string .

<http://lexvo.org/id/char/25F7C> a lvont:Character ;
    lvont:represents "𥽼"^^xsd:string .

<http://lexvo.org/id/char/25F7D> a lvont:Character ;
    lvont:represents "𥽽"^^xsd:string .

<http://lexvo.org/id/char/25F7E> a lvont:Character ;
    lvont:represents "𥽾"^^xsd:string .

<http://lexvo.org/id/char/25F7F> a lvont:Character ;
    lvont:represents "𥽿"^^xsd:string .

<http://lexvo.org/id/char/25F8> a lvont:Character ;
    lvont:represents "◸"^^xsd:string ;
    rdfs:comment "UPPER LEFT TRIANGLE"@en .

<http://lexvo.org/id/char/25F80> a lvont:Character ;
    lvont:represents "𥾀"^^xsd:string .

<http://lexvo.org/id/char/25F81> a lvont:Character ;
    lvont:represents "𥾁"^^xsd:string .

<http://lexvo.org/id/char/25F82> a lvont:Character ;
    lvont:represents "𥾂"^^xsd:string .

<http://lexvo.org/id/char/25F83> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/men>,
        "𥾃"^^xsd:string .

<http://lexvo.org/id/char/25F84> a lvont:Character ;
    lvont:represents "𥾄"^^xsd:string .

<http://lexvo.org/id/char/25F85> a lvont:Character ;
    lvont:represents "𥾅"^^xsd:string .

<http://lexvo.org/id/char/25F86> a lvont:Character ;
    lvont:represents "𥾆"^^xsd:string .

<http://lexvo.org/id/char/25F87> a lvont:Character ;
    lvont:represents "𥾇"^^xsd:string .

<http://lexvo.org/id/char/25F88> a lvont:Character ;
    lvont:represents "𥾈"^^xsd:string .

<http://lexvo.org/id/char/25F89> a lvont:Character ;
    lvont:represents "𥾉"^^xsd:string .

<http://lexvo.org/id/char/25F8A> a lvont:Character ;
    lvont:represents "𥾊"^^xsd:string .

<http://lexvo.org/id/char/25F8B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/n%C3%A1i>,
        "𥾋"^^xsd:string .

<http://lexvo.org/id/char/25F8C> a lvont:Character ;
    lvont:represents "𥾌"^^xsd:string .

<http://lexvo.org/id/char/25F8D> a lvont:Character ;
    lvont:represents "𥾍"^^xsd:string .

<http://lexvo.org/id/char/25F8E> a lvont:Character ;
    lvont:represents "𥾎"^^xsd:string .

<http://lexvo.org/id/char/25F8F> a lvont:Character ;
    lvont:represents "𥾏"^^xsd:string .

<http://lexvo.org/id/char/25F9> a lvont:Character ;
    lvont:represents "◹"^^xsd:string ;
    rdfs:comment "UPPER RIGHT TRIANGLE"@en .

<http://lexvo.org/id/char/25F90> a lvont:Character ;
    lvont:represents "𥾐"^^xsd:string .

<http://lexvo.org/id/char/25F91> a lvont:Character ;
    lvont:represents "𥾑"^^xsd:string .

<http://lexvo.org/id/char/25F92> a lvont:Character ;
    lvont:represents "𥾒"^^xsd:string .

<http://lexvo.org/id/char/25F93> a lvont:Character ;
    lvont:represents "𥾓"^^xsd:string .

<http://lexvo.org/id/char/25F94> a lvont:Character ;
    lvont:represents "𥾔"^^xsd:string .

<http://lexvo.org/id/char/25F95> a lvont:Character ;
    lvont:represents "𥾕"^^xsd:string .

<http://lexvo.org/id/char/25F96> a lvont:Character ;
    lvont:represents "𥾖"^^xsd:string .

<http://lexvo.org/id/char/25F97> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/d%C3%ADu>,
        "𥾗"^^xsd:string .

<http://lexvo.org/id/char/25F98> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/S%E1%BB%A3i>,
        "𥾘"^^xsd:string .

<http://lexvo.org/id/char/25F99> a lvont:Character ;
    lvont:represents "𥾙"^^xsd:string .

<http://lexvo.org/id/char/25F9A> a lvont:Character ;
    lvont:represents "𥾚"^^xsd:string .

<http://lexvo.org/id/char/25F9B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ch%E1%BA%B7t>,
        "𥾛"^^xsd:string .

<http://lexvo.org/id/char/25F9C> a lvont:Character ;
    lvont:represents "𥾜"^^xsd:string .

<http://lexvo.org/id/char/25F9D> a lvont:Character ;
    lvont:represents "𥾝"^^xsd:string .

<http://lexvo.org/id/char/25F9E> a lvont:Character ;
    lvont:represents "𥾞"^^xsd:string .

<http://lexvo.org/id/char/25F9F> a lvont:Character ;
    lvont:represents "𥾟"^^xsd:string .

<http://lexvo.org/id/char/25FA> a lvont:Character ;
    lvont:represents "◺"^^xsd:string ;
    rdfs:comment "LOWER LEFT TRIANGLE"@en .

<http://lexvo.org/id/char/25FA0> a lvont:Character ;
    lvont:represents "𥾠"^^xsd:string .

<http://lexvo.org/id/char/25FA1> a lvont:Character ;
    lvont:represents "𥾡"^^xsd:string .

<http://lexvo.org/id/char/25FA2> a lvont:Character ;
    lvont:represents "𥾢"^^xsd:string .

<http://lexvo.org/id/char/25FA3> a lvont:Character ;
    lvont:represents "𥾣"^^xsd:string .

<http://lexvo.org/id/char/25FA4> a lvont:Character ;
    lvont:represents "𥾤"^^xsd:string .

<http://lexvo.org/id/char/25FA5> a lvont:Character ;
    lvont:represents "𥾥"^^xsd:string .

<http://lexvo.org/id/char/25FA6> a lvont:Character ;
    lvont:represents "𥾦"^^xsd:string .

<http://lexvo.org/id/char/25FA7> a lvont:Character ;
    lvont:represents "𥾧"^^xsd:string .

<http://lexvo.org/id/char/25FA8> a lvont:Character ;
    lvont:represents "𥾨"^^xsd:string .

<http://lexvo.org/id/char/25FA9> a lvont:Character ;
    lvont:represents "𥾩"^^xsd:string .

<http://lexvo.org/id/char/25FAA> a lvont:Character ;
    lvont:represents "𥾪"^^xsd:string .

<http://lexvo.org/id/char/25FAB> a lvont:Character ;
    lvont:represents "𥾫"^^xsd:string .

<http://lexvo.org/id/char/25FAC> a lvont:Character ;
    lvont:represents "𥾬"^^xsd:string .

<http://lexvo.org/id/char/25FAD> a lvont:Character ;
    lvont:represents "𥾭"^^xsd:string .

<http://lexvo.org/id/char/25FAE> a lvont:Character ;
    lvont:represents "𥾮"^^xsd:string .

<http://lexvo.org/id/char/25FAF> a lvont:Character ;
    lvont:represents "𥾯"^^xsd:string .

<http://lexvo.org/id/char/25FB> a lvont:Character ;
    lvont:represents "◻"^^xsd:string ;
    rdfs:comment "WHITE MEDIUM SQUARE"@en .

<http://lexvo.org/id/char/25FB0> a lvont:Character ;
    lvont:represents "𥾰"^^xsd:string .

<http://lexvo.org/id/char/25FB1> a lvont:Character ;
    lvont:represents "𥾱"^^xsd:string .

<http://lexvo.org/id/char/25FB2> a lvont:Character ;
    lvont:represents "𥾲"^^xsd:string .

<http://lexvo.org/id/char/25FB3> a lvont:Character ;
    lvont:represents "𥾳"^^xsd:string .

<http://lexvo.org/id/char/25FB4> a lvont:Character ;
    lvont:represents "𥾴"^^xsd:string .

<http://lexvo.org/id/char/25FB5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ph%E1%BA%A3ng>,
        "𥾵"^^xsd:string .

<http://lexvo.org/id/char/25FB6> a lvont:Character ;
    lvont:represents "𥾶"^^xsd:string .

<http://lexvo.org/id/char/25FB7> a lvont:Character ;
    lvont:represents "𥾷"^^xsd:string .

<http://lexvo.org/id/char/25FB8> a lvont:Character ;
    lvont:represents "𥾸"^^xsd:string .

<http://lexvo.org/id/char/25FB9> a lvont:Character ;
    lvont:represents "𥾹"^^xsd:string .

<http://lexvo.org/id/char/25FBA> a lvont:Character ;
    lvont:represents "𥾺"^^xsd:string .

<http://lexvo.org/id/char/25FBB> a lvont:Character ;
    lvont:represents "𥾻"^^xsd:string .

<http://lexvo.org/id/char/25FBC> a lvont:Character ;
    lvont:represents "𥾼"^^xsd:string .

<http://lexvo.org/id/char/25FBD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/b%E1%BB%81n>,
        "𥾽"^^xsd:string .

<http://lexvo.org/id/char/25FBE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/bu%E1%BB%99c>,
        "𥾾"^^xsd:string .

<http://lexvo.org/id/char/25FBF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ng%C3%B3>,
        "𥾿"^^xsd:string .

<http://lexvo.org/id/char/25FC> a lvont:Character ;
    lvont:represents "◼"^^xsd:string ;
    rdfs:comment "BLACK MEDIUM SQUARE"@en .

<http://lexvo.org/id/char/25FC0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/v%C3%ADt>,
        "𥿀"^^xsd:string .

<http://lexvo.org/id/char/25FC1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/v%C6%B0%C6%A1ng>,
        "𥿁"^^xsd:string .

<http://lexvo.org/id/char/25FC2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/tim>,
        "𥿂"^^xsd:string .

<http://lexvo.org/id/char/25FC3> a lvont:Character ;
    lvont:represents "𥿃"^^xsd:string .

<http://lexvo.org/id/char/25FC4> a lvont:Character ;
    lvont:represents "𥿄"^^xsd:string .

<http://lexvo.org/id/char/25FC5> a lvont:Character ;
    lvont:represents "𥿅"^^xsd:string .

<http://lexvo.org/id/char/25FC6> a lvont:Character ;
    lvont:represents "𥿆"^^xsd:string .

<http://lexvo.org/id/char/25FC7> a lvont:Character ;
    lvont:represents "𥿇"^^xsd:string .

<http://lexvo.org/id/char/25FC8> a lvont:Character ;
    lvont:represents "𥿈"^^xsd:string .

<http://lexvo.org/id/char/25FC9> a lvont:Character ;
    lvont:represents "𥿉"^^xsd:string .

<http://lexvo.org/id/char/25FCA> a lvont:Character ;
    lvont:represents "𥿊"^^xsd:string .

<http://lexvo.org/id/char/25FCB> a lvont:Character ;
    lvont:represents "𥿋"^^xsd:string .

<http://lexvo.org/id/char/25FCC> a lvont:Character ;
    lvont:represents "𥿌"^^xsd:string .

<http://lexvo.org/id/char/25FCD> a lvont:Character ;
    lvont:represents "𥿍"^^xsd:string .

<http://lexvo.org/id/char/25FCE> a lvont:Character ;
    lvont:represents "𥿎"^^xsd:string .

<http://lexvo.org/id/char/25FCF> a lvont:Character ;
    lvont:represents "𥿏"^^xsd:string .

<http://lexvo.org/id/char/25FD> a lvont:Character ;
    lvont:represents "◽"^^xsd:string ;
    rdfs:comment "WHITE MEDIUM SMALL SQUARE"@en .

<http://lexvo.org/id/char/25FD0> a lvont:Character ;
    lvont:represents "𥿐"^^xsd:string .

<http://lexvo.org/id/char/25FD1> a lvont:Character ;
    lvont:represents "𥿑"^^xsd:string .

<http://lexvo.org/id/char/25FD2> a lvont:Character ;
    lvont:represents "𥿒"^^xsd:string .

<http://lexvo.org/id/char/25FD3> a lvont:Character ;
    lvont:represents "𥿓"^^xsd:string .

<http://lexvo.org/id/char/25FD4> a lvont:Character ;
    lvont:represents "𥿔"^^xsd:string .

<http://lexvo.org/id/char/25FD5> a lvont:Character ;
    lvont:represents "𥿕"^^xsd:string .

<http://lexvo.org/id/char/25FD6> a lvont:Character ;
    lvont:represents "𥿖"^^xsd:string .

<http://lexvo.org/id/char/25FD7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/gi%E1%BA%A5y>,
        "𥿗"^^xsd:string .

<http://lexvo.org/id/char/25FD8> a lvont:Character ;
    lvont:represents "𥿘"^^xsd:string .

<http://lexvo.org/id/char/25FD9> a lvont:Character ;
    lvont:represents "𥿙"^^xsd:string .

<http://lexvo.org/id/char/25FDA> a lvont:Character ;
    lvont:represents "𥿚"^^xsd:string .

<http://lexvo.org/id/char/25FDB> a lvont:Character ;
    lvont:represents "𥿛"^^xsd:string .

<http://lexvo.org/id/char/25FDC> a lvont:Character ;
    lvont:represents "𥿜"^^xsd:string .

<http://lexvo.org/id/char/25FDD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%A0i>,
        "𥿝"^^xsd:string .

<http://lexvo.org/id/char/25FDE> a lvont:Character ;
    lvont:represents "𥿞"^^xsd:string .

<http://lexvo.org/id/char/25FDF> a lvont:Character ;
    lvont:represents "𥿟"^^xsd:string .

<http://lexvo.org/id/char/25FE> a lvont:Character ;
    lvont:represents "◾"^^xsd:string ;
    rdfs:comment "BLACK MEDIUM SMALL SQUARE"@en .

<http://lexvo.org/id/char/25FE0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/b%E1%BB%A7a>,
        "𥿠"^^xsd:string .

<http://lexvo.org/id/char/25FE1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/n%E1%BB%89>,
        "𥿡"^^xsd:string .

<http://lexvo.org/id/char/25FE2> a lvont:Character ;
    lvont:represents "𥿢"^^xsd:string .

<http://lexvo.org/id/char/25FE3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ch%C3%A3o>,
        "𥿣"^^xsd:string .

<http://lexvo.org/id/char/25FE4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/kh%C3%A2u>,
        "𥿤"^^xsd:string .

<http://lexvo.org/id/char/25FE5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/s%E1%BB%A3i>,
        "𥿥"^^xsd:string .

<http://lexvo.org/id/char/25FE6> a lvont:Character ;
    lvont:represents "𥿦"^^xsd:string .

<http://lexvo.org/id/char/25FE7> a lvont:Character ;
    lvont:represents "𥿧"^^xsd:string .

<http://lexvo.org/id/char/25FE8> a lvont:Character ;
    lvont:represents "𥿨"^^xsd:string .

<http://lexvo.org/id/char/25FE9> a lvont:Character ;
    lvont:represents "𥿩"^^xsd:string .

<http://lexvo.org/id/char/25FEA> a lvont:Character ;
    lvont:represents "𥿪"^^xsd:string .

<http://lexvo.org/id/char/25FEB> a lvont:Character ;
    lvont:represents "𥿫"^^xsd:string .

<http://lexvo.org/id/char/25FEC> a lvont:Character ;
    lvont:represents "𥿬"^^xsd:string .

<http://lexvo.org/id/char/25FED> a lvont:Character ;
    lvont:represents "𥿭"^^xsd:string .

<http://lexvo.org/id/char/25FEE> a lvont:Character ;
    lvont:represents "𥿮"^^xsd:string .

<http://lexvo.org/id/char/25FEF> a lvont:Character ;
    lvont:represents "𥿯"^^xsd:string .

<http://lexvo.org/id/char/25FF> a lvont:Character ;
    lvont:represents "◿"^^xsd:string ;
    rdfs:comment "LOWER RIGHT TRIANGLE"@en .

<http://lexvo.org/id/char/25FF0> a lvont:Character ;
    lvont:represents "𥿰"^^xsd:string .

<http://lexvo.org/id/char/25FF1> a lvont:Character ;
    lvont:represents "𥿱"^^xsd:string .

<http://lexvo.org/id/char/25FF2> a lvont:Character ;
    lvont:represents "𥿲"^^xsd:string .

<http://lexvo.org/id/char/25FF3> a lvont:Character ;
    lvont:represents "𥿳"^^xsd:string .

<http://lexvo.org/id/char/25FF4> a lvont:Character ;
    lvont:represents "𥿴"^^xsd:string .

<http://lexvo.org/id/char/25FF5> a lvont:Character ;
    lvont:represents "𥿵"^^xsd:string .

<http://lexvo.org/id/char/25FF6> a lvont:Character ;
    lvont:represents "𥿶"^^xsd:string .

<http://lexvo.org/id/char/25FF7> a lvont:Character ;
    lvont:represents "𥿷"^^xsd:string .

<http://lexvo.org/id/char/25FF8> a lvont:Character ;
    lvont:represents "𥿸"^^xsd:string .

<http://lexvo.org/id/char/25FF9> a lvont:Character ;
    lvont:represents "𥿹"^^xsd:string .

<http://lexvo.org/id/char/25FFA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/v%C3%B2ng>,
        "𥿺"^^xsd:string .

<http://lexvo.org/id/char/25FFB> a lvont:Character ;
    lvont:represents "𥿻"^^xsd:string .

<http://lexvo.org/id/char/25FFC> a lvont:Character ;
    lvont:represents "𥿼"^^xsd:string .

<http://lexvo.org/id/char/25FFD> a lvont:Character ;
    lvont:represents "𥿽"^^xsd:string .

<http://lexvo.org/id/char/25FFE> a lvont:Character ;
    lvont:represents "𥿾"^^xsd:string .

<http://lexvo.org/id/char/25FFF> a lvont:Character ;
    lvont:represents "𥿿"^^xsd:string .

<http://lexvo.org/id/char/2600> a lvont:Character ;
    lvont:represents "☀"^^xsd:string ;
    rdfs:comment "BLACK SUN WITH RAYS"@en .

<http://lexvo.org/id/char/26000> a lvont:Character ;
    lvont:represents "𦀀"^^xsd:string .

<http://lexvo.org/id/char/26001> a lvont:Character ;
    lvont:represents "𦀁"^^xsd:string .

<http://lexvo.org/id/char/26002> a lvont:Character ;
    lvont:represents "𦀂"^^xsd:string .

<http://lexvo.org/id/char/26003> a lvont:Character ;
    lvont:represents "𦀃"^^xsd:string .

<http://lexvo.org/id/char/26004> a lvont:Character ;
    lvont:represents "𦀄"^^xsd:string .

<http://lexvo.org/id/char/26005> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ni%E1%BB%81n>,
        "𦀅"^^xsd:string .

<http://lexvo.org/id/char/26006> a lvont:Character ;
    lvont:represents "𦀆"^^xsd:string .

<http://lexvo.org/id/char/26007> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%F0%A6%80%87>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C4%ABng>,
        "𦀇"^^xsd:string ;
    rdfs:comment "the past; a classic"@en .

<http://lexvo.org/id/char/26008> a lvont:Character ;
    lvont:represents "𦀈"^^xsd:string .

<http://lexvo.org/id/char/26009> a lvont:Character ;
    lvont:represents "𦀉"^^xsd:string .

<http://lexvo.org/id/char/2600A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/dai>,
        "𦀊"^^xsd:string .

<http://lexvo.org/id/char/2600B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/bu%C3%B4ng>,
        "𦀋"^^xsd:string .

<http://lexvo.org/id/char/2600C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/nh%E1%BB%A3>,
        "𦀌"^^xsd:string .

<http://lexvo.org/id/char/2600D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/r%C3%A1ch>,
        "𦀍"^^xsd:string .

<http://lexvo.org/id/char/2600E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ri%E1%BA%BFt>,
        "𦀎"^^xsd:string .

<http://lexvo.org/id/char/2600F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/th%C3%B9a>,
        "𦀏"^^xsd:string .

<http://lexvo.org/id/char/2601> a lvont:Character ;
    lvont:represents "☁"^^xsd:string ;
    rdfs:comment "CLOUD"@en .

<http://lexvo.org/id/char/26010> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ch%E1%BA%B1ng>,
        "𦀐"^^xsd:string .

<http://lexvo.org/id/char/26011> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/tr%C3%B3i>,
        "𦀑"^^xsd:string .

<http://lexvo.org/id/char/26012> a lvont:Character ;
    lvont:represents "𦀒"^^xsd:string .

<http://lexvo.org/id/char/26013> a lvont:Character ;
    lvont:represents "𦀓"^^xsd:string .

<http://lexvo.org/id/char/26014> a lvont:Character ;
    lvont:represents "𦀔"^^xsd:string .

<http://lexvo.org/id/char/26015> a lvont:Character ;
    lvont:represents "𦀕"^^xsd:string .

<http://lexvo.org/id/char/26016> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/k%C3%A9p>,
        "𦀖"^^xsd:string .

<http://lexvo.org/id/char/26017> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/x%C3%ADch>,
        "𦀗"^^xsd:string .

<http://lexvo.org/id/char/26018> a lvont:Character ;
    lvont:represents "𦀘"^^xsd:string .

<http://lexvo.org/id/char/26019> a lvont:Character ;
    lvont:represents "𦀙"^^xsd:string .

<http://lexvo.org/id/char/2601A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/gi%E1%BB%81ng>,
        "𦀚"^^xsd:string .

<http://lexvo.org/id/char/2601B> a lvont:Character ;
    lvont:represents "𦀛"^^xsd:string .

<http://lexvo.org/id/char/2601C> a lvont:Character ;
    lvont:represents "𦀜"^^xsd:string .

<http://lexvo.org/id/char/2601D> a lvont:Character ;
    lvont:represents "𦀝"^^xsd:string .

<http://lexvo.org/id/char/2601E> a lvont:Character ;
    lvont:represents "𦀞"^^xsd:string .

<http://lexvo.org/id/char/2601F> a lvont:Character ;
    lvont:represents "𦀟"^^xsd:string .

<http://lexvo.org/id/char/2602> a lvont:Character ;
    lvont:represents "☂"^^xsd:string ;
    rdfs:comment "UMBRELLA"@en .

<http://lexvo.org/id/char/26020> a lvont:Character ;
    lvont:represents "𦀠"^^xsd:string .

<http://lexvo.org/id/char/26021> a lvont:Character ;
    lvont:represents "𦀡"^^xsd:string .

<http://lexvo.org/id/char/26022> a lvont:Character ;
    lvont:represents "𦀢"^^xsd:string .

<http://lexvo.org/id/char/26023> a lvont:Character ;
    lvont:represents "𦀣"^^xsd:string .

<http://lexvo.org/id/char/26024> a lvont:Character ;
    lvont:represents "𦀤"^^xsd:string .

<http://lexvo.org/id/char/26025> a lvont:Character ;
    lvont:represents "𦀥"^^xsd:string .

<http://lexvo.org/id/char/26026> a lvont:Character ;
    lvont:represents "𦀦"^^xsd:string .

<http://lexvo.org/id/char/26027> a lvont:Character ;
    lvont:represents "𦀧"^^xsd:string .

<http://lexvo.org/id/char/26028> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/n%C6%A1>,
        "𦀨"^^xsd:string .

<http://lexvo.org/id/char/26029> a lvont:Character ;
    lvont:represents "𦀩"^^xsd:string .

<http://lexvo.org/id/char/2602A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/v%C3%A1>,
        "𦀪"^^xsd:string .

<http://lexvo.org/id/char/2602B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/y%E1%BA%BFm>,
        "𦀫"^^xsd:string .

<http://lexvo.org/id/char/2602C> a lvont:Character ;
    lvont:represents "𦀬"^^xsd:string .

<http://lexvo.org/id/char/2602D> a lvont:Character ;
    lvont:represents "𦀭"^^xsd:string .

<http://lexvo.org/id/char/2602E> a lvont:Character ;
    lvont:represents "𦀮"^^xsd:string .

<http://lexvo.org/id/char/2602F> a lvont:Character ;
    lvont:represents "𦀯"^^xsd:string .

<http://lexvo.org/id/char/2603> a lvont:Character ;
    lvont:represents "☃"^^xsd:string ;
    rdfs:comment "SNOWMAN"@en .

<http://lexvo.org/id/char/26030> a lvont:Character ;
    lvont:represents "𦀰"^^xsd:string .

<http://lexvo.org/id/char/26031> a lvont:Character ;
    lvont:represents "𦀱"^^xsd:string .

<http://lexvo.org/id/char/26032> a lvont:Character ;
    lvont:represents "𦀲"^^xsd:string .

<http://lexvo.org/id/char/26033> a lvont:Character ;
    lvont:represents "𦀳"^^xsd:string .

<http://lexvo.org/id/char/26034> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/m%E1%BA%A1ng>,
        "𦀴"^^xsd:string .

<http://lexvo.org/id/char/26035> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/chu%E1%BB%97i>,
        "𦀵"^^xsd:string .

<http://lexvo.org/id/char/26036> a lvont:Character ;
    lvont:represents "𦀶"^^xsd:string .

<http://lexvo.org/id/char/26037> a lvont:Character ;
    lvont:represents "𦀷"^^xsd:string .

<http://lexvo.org/id/char/26038> a lvont:Character ;
    lvont:represents "𦀸"^^xsd:string .

<http://lexvo.org/id/char/26039> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/thun>,
        "𦀹"^^xsd:string .

<http://lexvo.org/id/char/2603A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/xe>,
        "𦀺"^^xsd:string .

<http://lexvo.org/id/char/2603B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/c%E1%BB%ADi>,
        "𦀻"^^xsd:string .

<http://lexvo.org/id/char/2603C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/n%E1%BB%91i>,
        "𦀼"^^xsd:string .

<http://lexvo.org/id/char/2603D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/k%C3%A9o>,
        "𦀽"^^xsd:string .

<http://lexvo.org/id/char/2603E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/r%C3%A0ng>,
        "𦀾"^^xsd:string .

<http://lexvo.org/id/char/2603F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/v%E1%BA%A3i>,
        "𦀿"^^xsd:string .

<http://lexvo.org/id/char/2604> a lvont:Character ;
    lvont:represents "☄"^^xsd:string ;
    rdfs:comment "COMET"@en .

<http://lexvo.org/id/char/26040> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/b%E1%BB%91i>,
        "𦁀"^^xsd:string .

<http://lexvo.org/id/char/26041> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/nu%E1%BB%99c>,
        "𦁁"^^xsd:string .

<http://lexvo.org/id/char/26042> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/b%E1%BA%ADn>,
        "𦁂"^^xsd:string .

<http://lexvo.org/id/char/26043> a lvont:Character ;
    lvont:represents "𦁃"^^xsd:string .

<http://lexvo.org/id/char/26044> a lvont:Character ;
    lvont:represents "𦁄"^^xsd:string .

<http://lexvo.org/id/char/26045> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/s%C3%B4>,
        "𦁅"^^xsd:string .

<http://lexvo.org/id/char/26046> a lvont:Character ;
    lvont:represents "𦁆"^^xsd:string .

<http://lexvo.org/id/char/26047> a lvont:Character ;
    lvont:represents "𦁇"^^xsd:string .

<http://lexvo.org/id/char/26048> a lvont:Character ;
    lvont:represents "𦁈"^^xsd:string .

<http://lexvo.org/id/char/26049> a lvont:Character ;
    lvont:represents "𦁉"^^xsd:string .

<http://lexvo.org/id/char/2604A> a lvont:Character ;
    lvont:represents "𦁊"^^xsd:string .

<http://lexvo.org/id/char/2604B> a lvont:Character ;
    lvont:represents "𦁋"^^xsd:string .

<http://lexvo.org/id/char/2604C> a lvont:Character ;
    lvont:represents "𦁌"^^xsd:string .

<http://lexvo.org/id/char/2604D> a lvont:Character ;
    lvont:represents "𦁍"^^xsd:string .

<http://lexvo.org/id/char/2604E> a lvont:Character ;
    lvont:represents "𦁎"^^xsd:string .

<http://lexvo.org/id/char/2604F> a lvont:Character ;
    lvont:represents "𦁏"^^xsd:string .

<http://lexvo.org/id/char/2605> a lvont:Character ;
    lvont:represents "★"^^xsd:string ;
    rdfs:comment "BLACK STAR"@en .

<http://lexvo.org/id/char/26050> a lvont:Character ;
    lvont:represents "𦁐"^^xsd:string .

<http://lexvo.org/id/char/26051> a lvont:Character ;
    lvont:represents "𦁑"^^xsd:string .

<http://lexvo.org/id/char/26052> a lvont:Character ;
    lvont:represents "𦁒"^^xsd:string .

<http://lexvo.org/id/char/26053> a lvont:Character ;
    lvont:represents "𦁓"^^xsd:string .

<http://lexvo.org/id/char/26054> a lvont:Character ;
    lvont:represents "𦁔"^^xsd:string .

<http://lexvo.org/id/char/26055> a lvont:Character ;
    lvont:represents "𦁕"^^xsd:string .

<http://lexvo.org/id/char/26056> a lvont:Character ;
    lvont:represents "𦁖"^^xsd:string .

<http://lexvo.org/id/char/26057> a lvont:Character ;
    lvont:represents "𦁗"^^xsd:string .

<http://lexvo.org/id/char/26058> a lvont:Character ;
    lvont:represents "𦁘"^^xsd:string .

<http://lexvo.org/id/char/26059> a lvont:Character ;
    lvont:represents "𦁙"^^xsd:string .

<http://lexvo.org/id/char/2605A> a lvont:Character ;
    lvont:represents "𦁚"^^xsd:string .

<http://lexvo.org/id/char/2605B> a lvont:Character ;
    lvont:represents "𦁛"^^xsd:string .

<http://lexvo.org/id/char/2605C> a lvont:Character ;
    lvont:represents "𦁜"^^xsd:string .

<http://lexvo.org/id/char/2605D> a lvont:Character ;
    lvont:represents "𦁝"^^xsd:string .

<http://lexvo.org/id/char/2605E> a lvont:Character ;
    lvont:represents "𦁞"^^xsd:string .

<http://lexvo.org/id/char/2605F> a lvont:Character ;
    lvont:represents "𦁟"^^xsd:string .

<http://lexvo.org/id/char/2606> a lvont:Character ;
    lvont:represents "☆"^^xsd:string ;
    rdfs:comment "WHITE STAR"@en .

<http://lexvo.org/id/char/26060> a lvont:Character ;
    lvont:represents "𦁠"^^xsd:string .

<http://lexvo.org/id/char/26061> a lvont:Character ;
    lvont:represents "𦁡"^^xsd:string .

<http://lexvo.org/id/char/26062> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ch%E1%BA%B1ng>,
        "𦁢"^^xsd:string .

<http://lexvo.org/id/char/26063> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/go>,
        "𦁣"^^xsd:string .

<http://lexvo.org/id/char/26064> a lvont:Character ;
    lvont:represents "𦁤"^^xsd:string .

<http://lexvo.org/id/char/26065> a lvont:Character ;
    lvont:represents "𦁥"^^xsd:string .

<http://lexvo.org/id/char/26066> a lvont:Character ;
    lvont:represents "𦁦"^^xsd:string .

<http://lexvo.org/id/char/26067> a lvont:Character ;
    lvont:represents "𦁧"^^xsd:string .

<http://lexvo.org/id/char/26068> a lvont:Character ;
    lvont:represents "𦁨"^^xsd:string .

<http://lexvo.org/id/char/26069> a lvont:Character ;
    lvont:represents "𦁩"^^xsd:string .

<http://lexvo.org/id/char/2606A> a lvont:Character ;
    lvont:represents "𦁪"^^xsd:string .

<http://lexvo.org/id/char/2606B> a lvont:Character ;
    lvont:represents "𦁫"^^xsd:string .

<http://lexvo.org/id/char/2606C> a lvont:Character ;
    lvont:represents "𦁬"^^xsd:string .

<http://lexvo.org/id/char/2606D> a lvont:Character ;
    lvont:represents "𦁭"^^xsd:string .

<http://lexvo.org/id/char/2606E> a lvont:Character ;
    lvont:represents "𦁮"^^xsd:string .

<http://lexvo.org/id/char/2606F> a lvont:Character ;
    lvont:represents "𦁯"^^xsd:string .

<http://lexvo.org/id/char/2607> a lvont:Character ;
    lvont:represents "☇"^^xsd:string ;
    rdfs:comment "LIGHTNING"@en .

<http://lexvo.org/id/char/26070> a lvont:Character ;
    lvont:represents "𦁰"^^xsd:string .

<http://lexvo.org/id/char/26071> a lvont:Character ;
    lvont:represents "𦁱"^^xsd:string .

<http://lexvo.org/id/char/26072> a lvont:Character ;
    lvont:represents "𦁲"^^xsd:string .

<http://lexvo.org/id/char/26073> a lvont:Character ;
    lvont:represents "𦁳"^^xsd:string .

<http://lexvo.org/id/char/26074> a lvont:Character ;
    lvont:represents "𦁴"^^xsd:string .

<http://lexvo.org/id/char/26075> a lvont:Character ;
    lvont:represents "𦁵"^^xsd:string .

<http://lexvo.org/id/char/26076> a lvont:Character ;
    lvont:represents "𦁶"^^xsd:string .

<http://lexvo.org/id/char/26077> a lvont:Character ;
    lvont:represents "𦁷"^^xsd:string .

<http://lexvo.org/id/char/26078> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/m%E1%BA%A1ng>,
        "𦁸"^^xsd:string .

<http://lexvo.org/id/char/26079> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/r%E1%BB%9B>,
        "𦁹"^^xsd:string .

<http://lexvo.org/id/char/2607A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/m%C3%B3n>,
        "𦁺"^^xsd:string .

<http://lexvo.org/id/char/2607B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/n%E1%BB%8Bt>,
        "𦁻"^^xsd:string .

<http://lexvo.org/id/char/2607C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/may>,
        "𦁼"^^xsd:string .

<http://lexvo.org/id/char/2607D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/v%C6%B0%E1%BB%9Bng>,
        "𦁽"^^xsd:string .

<http://lexvo.org/id/char/2607E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/%E1%BB%ADng>,
        "𦁾"^^xsd:string .

<http://lexvo.org/id/char/2607F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/g%C3%B2>,
        "𦁿"^^xsd:string .

<http://lexvo.org/id/char/2608> a lvont:Character ;
    lvont:represents "☈"^^xsd:string ;
    rdfs:comment "THUNDERSTORM"@en .

<http://lexvo.org/id/char/26080> a lvont:Character ;
    lvont:represents "𦂀"^^xsd:string .

<http://lexvo.org/id/char/26081> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/%C4%91%E1%BB%8Fi>,
        "𦂁"^^xsd:string .

<http://lexvo.org/id/char/26082> a lvont:Character ;
    lvont:represents "𦂂"^^xsd:string .

<http://lexvo.org/id/char/26083> a lvont:Character ;
    lvont:represents "𦂃"^^xsd:string .

<http://lexvo.org/id/char/26084> a lvont:Character ;
    lvont:represents "𦂄"^^xsd:string .

<http://lexvo.org/id/char/26085> a lvont:Character ;
    lvont:represents "𦂅"^^xsd:string .

<http://lexvo.org/id/char/26086> a lvont:Character ;
    lvont:represents "𦂆"^^xsd:string .

<http://lexvo.org/id/char/26087> a lvont:Character ;
    lvont:represents "𦂇"^^xsd:string .

<http://lexvo.org/id/char/26088> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/tr%E1%BB%A7>,
        "𦂈"^^xsd:string .

<http://lexvo.org/id/char/26089> a lvont:Character ;
    lvont:represents "𦂉"^^xsd:string .

<http://lexvo.org/id/char/2608A> a lvont:Character ;
    lvont:represents "𦂊"^^xsd:string .

<http://lexvo.org/id/char/2608B> a lvont:Character ;
    lvont:represents "𦂋"^^xsd:string .

<http://lexvo.org/id/char/2608C> a lvont:Character ;
    lvont:represents "𦂌"^^xsd:string .

<http://lexvo.org/id/char/2608D> a lvont:Character ;
    lvont:represents "𦂍"^^xsd:string .

<http://lexvo.org/id/char/2608E> a lvont:Character ;
    lvont:represents "𦂎"^^xsd:string .

<http://lexvo.org/id/char/2608F> a lvont:Character ;
    lvont:represents "𦂏"^^xsd:string .

<http://lexvo.org/id/char/2609> a lvont:Character ;
    lvont:represents "☉"^^xsd:string ;
    rdfs:comment "SUN"@en .

<http://lexvo.org/id/char/26090> a lvont:Character ;
    lvont:represents "𦂐"^^xsd:string .

<http://lexvo.org/id/char/26091> a lvont:Character ;
    lvont:represents "𦂑"^^xsd:string .

<http://lexvo.org/id/char/26092> a lvont:Character ;
    lvont:represents "𦂒"^^xsd:string .

<http://lexvo.org/id/char/26093> a lvont:Character ;
    lvont:represents "𦂓"^^xsd:string .

<http://lexvo.org/id/char/26094> a lvont:Character ;
    lvont:represents "𦂔"^^xsd:string .

<http://lexvo.org/id/char/26095> a lvont:Character ;
    lvont:represents "𦂕"^^xsd:string .

<http://lexvo.org/id/char/26096> a lvont:Character ;
    lvont:represents "𦂖"^^xsd:string .

<http://lexvo.org/id/char/26097> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/sok3>,
        <http://lexvo.org/id/term/yue/%F0%A6%82%97>,
        "𦂗"^^xsd:string ;
    rdfs:comment "(Cant.) to tighten"@en .

<http://lexvo.org/id/char/26098> a lvont:Character ;
    lvont:represents "𦂘"^^xsd:string .

<http://lexvo.org/id/char/26099> a lvont:Character ;
    lvont:represents "𦂙"^^xsd:string .

<http://lexvo.org/id/char/2609A> a lvont:Character ;
    lvont:represents "𦂚"^^xsd:string .

<http://lexvo.org/id/char/2609B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/the>,
        "𦂛"^^xsd:string .

<http://lexvo.org/id/char/2609C> a lvont:Character ;
    lvont:represents "𦂜"^^xsd:string .

<http://lexvo.org/id/char/2609D> a lvont:Character ;
    lvont:represents "𦂝"^^xsd:string .

<http://lexvo.org/id/char/2609E> a lvont:Character ;
    lvont:represents "𦂞"^^xsd:string .

<http://lexvo.org/id/char/2609F> a lvont:Character ;
    lvont:represents "𦂟"^^xsd:string .

<http://lexvo.org/id/char/260A> a lvont:Character ;
    lvont:represents "☊"^^xsd:string ;
    rdfs:comment "ASCENDING NODE"@en .

<http://lexvo.org/id/char/260A0> a lvont:Character ;
    lvont:represents "𦂠"^^xsd:string .

<http://lexvo.org/id/char/260A1> a lvont:Character ;
    lvont:represents "𦂡"^^xsd:string .

<http://lexvo.org/id/char/260A2> a lvont:Character ;
    lvont:represents "𦂢"^^xsd:string .

<http://lexvo.org/id/char/260A3> a lvont:Character ;
    lvont:represents "𦂣"^^xsd:string .

<http://lexvo.org/id/char/260A4> a lvont:Character ;
    lvont:represents "𦂤"^^xsd:string .

<http://lexvo.org/id/char/260A5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/dam3>,
        <http://lexvo.org/id/term/yue/%F0%A6%82%A5>,
        "𦂥"^^xsd:string ;
    rdfs:comment "(Cant.) to drop down"@en .

<http://lexvo.org/id/char/260A6> a lvont:Character ;
    lvont:represents "𦂦"^^xsd:string .

<http://lexvo.org/id/char/260A7> a lvont:Character ;
    lvont:represents "𦂧"^^xsd:string .

<http://lexvo.org/id/char/260A8> a lvont:Character ;
    lvont:represents "𦂨"^^xsd:string .

<http://lexvo.org/id/char/260A9> a lvont:Character ;
    lvont:represents "𦂩"^^xsd:string .

<http://lexvo.org/id/char/260AA> a lvont:Character ;
    lvont:represents "𦂪"^^xsd:string .

<http://lexvo.org/id/char/260AB> a lvont:Character ;
    lvont:represents "𦂫"^^xsd:string .

<http://lexvo.org/id/char/260AC> a lvont:Character ;
    lvont:represents "𦂬"^^xsd:string .

<http://lexvo.org/id/char/260AD> a lvont:Character ;
    lvont:represents "𦂭"^^xsd:string .

<http://lexvo.org/id/char/260AE> a lvont:Character ;
    lvont:represents "𦂮"^^xsd:string .

<http://lexvo.org/id/char/260AF> a lvont:Character ;
    lvont:represents "𦂯"^^xsd:string .

<http://lexvo.org/id/char/260B> a lvont:Character ;
    lvont:represents "☋"^^xsd:string ;
    rdfs:comment "DESCENDING NODE"@en .

<http://lexvo.org/id/char/260B0> a lvont:Character ;
    lvont:represents "𦂰"^^xsd:string .

<http://lexvo.org/id/char/260B1> a lvont:Character ;
    lvont:represents "𦂱"^^xsd:string .

<http://lexvo.org/id/char/260B2> a lvont:Character ;
    lvont:represents "𦂲"^^xsd:string .

<http://lexvo.org/id/char/260B3> a lvont:Character ;
    lvont:represents "𦂳"^^xsd:string .

<http://lexvo.org/id/char/260B4> a lvont:Character ;
    lvont:represents "𦂴"^^xsd:string .

<http://lexvo.org/id/char/260B5> a lvont:Character ;
    lvont:represents "𦂵"^^xsd:string .

<http://lexvo.org/id/char/260B6> a lvont:Character ;
    lvont:represents "𦂶"^^xsd:string .

<http://lexvo.org/id/char/260B7> a lvont:Character ;
    lvont:represents "𦂷"^^xsd:string .

<http://lexvo.org/id/char/260B8> a lvont:Character ;
    lvont:represents "𦂸"^^xsd:string .

<http://lexvo.org/id/char/260B9> a lvont:Character ;
    lvont:represents "𦂹"^^xsd:string .

<http://lexvo.org/id/char/260BA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/%C6%B0%C6%A1m>,
        "𦂺"^^xsd:string .

<http://lexvo.org/id/char/260BB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/lu%E1%BB%91t>,
        "𦂻"^^xsd:string .

<http://lexvo.org/id/char/260BC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/gi%E1%BA%ADm>,
        "𦂼"^^xsd:string .

<http://lexvo.org/id/char/260BD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/%C4%91%E1%BB%99t>,
        "𦂽"^^xsd:string .

<http://lexvo.org/id/char/260BE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/d%E1%BB%87t>,
        "𦂾"^^xsd:string .

<http://lexvo.org/id/char/260BF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/bu%E1%BB%99c>,
        "𦂿"^^xsd:string .

<http://lexvo.org/id/char/260C> a lvont:Character ;
    lvont:represents "☌"^^xsd:string ;
    rdfs:comment "CONJUNCTION"@en .

<http://lexvo.org/id/char/260C0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ch%E1%BA%A3i>,
        "𦃀"^^xsd:string .

<http://lexvo.org/id/char/260C1> a lvont:Character ;
    lvont:represents "𦃁"^^xsd:string .

<http://lexvo.org/id/char/260C2> a lvont:Character ;
    lvont:represents "𦃂"^^xsd:string .

<http://lexvo.org/id/char/260C3> a lvont:Character ;
    lvont:represents "𦃃"^^xsd:string .

<http://lexvo.org/id/char/260C4> a lvont:Character ;
    lvont:represents "𦃄"^^xsd:string .

<http://lexvo.org/id/char/260C5> a lvont:Character ;
    lvont:represents "𦃅"^^xsd:string .

<http://lexvo.org/id/char/260C6> a lvont:Character ;
    lvont:represents "𦃆"^^xsd:string .

<http://lexvo.org/id/char/260C7> a lvont:Character ;
    lvont:represents "𦃇"^^xsd:string .

<http://lexvo.org/id/char/260C8> a lvont:Character ;
    lvont:represents "𦃈"^^xsd:string .

<http://lexvo.org/id/char/260C9> a lvont:Character ;
    lvont:represents "𦃉"^^xsd:string .

<http://lexvo.org/id/char/260CA> a lvont:Character ;
    lvont:represents "𦃊"^^xsd:string .

<http://lexvo.org/id/char/260CB> a lvont:Character ;
    lvont:represents "𦃋"^^xsd:string .

<http://lexvo.org/id/char/260CC> a lvont:Character ;
    lvont:represents "𦃌"^^xsd:string .

<http://lexvo.org/id/char/260CD> a lvont:Character ;
    lvont:represents "𦃍"^^xsd:string .

<http://lexvo.org/id/char/260CE> a lvont:Character ;
    lvont:represents "𦃎"^^xsd:string .

<http://lexvo.org/id/char/260CF> a lvont:Character ;
    lvont:represents "𦃏"^^xsd:string .

<http://lexvo.org/id/char/260D> a lvont:Character ;
    lvont:represents "☍"^^xsd:string ;
    rdfs:comment "OPPOSITION"@en .

<http://lexvo.org/id/char/260D0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/tao>,
        "𦃐"^^xsd:string .

<http://lexvo.org/id/char/260D1> a lvont:Character ;
    lvont:represents "𦃑"^^xsd:string .

<http://lexvo.org/id/char/260D2> a lvont:Character ;
    lvont:represents "𦃒"^^xsd:string .

<http://lexvo.org/id/char/260D3> a lvont:Character ;
    lvont:represents "𦃓"^^xsd:string .

<http://lexvo.org/id/char/260D4> a lvont:Character ;
    lvont:represents "𦃔"^^xsd:string .

<http://lexvo.org/id/char/260D5> a lvont:Character ;
    lvont:represents "𦃕"^^xsd:string .

<http://lexvo.org/id/char/260D6> a lvont:Character ;
    lvont:represents "𦃖"^^xsd:string .

<http://lexvo.org/id/char/260D7> a lvont:Character ;
    lvont:represents "𦃗"^^xsd:string .

<http://lexvo.org/id/char/260D8> a lvont:Character ;
    lvont:represents "𦃘"^^xsd:string .

<http://lexvo.org/id/char/260D9> a lvont:Character ;
    lvont:represents "𦃙"^^xsd:string .

<http://lexvo.org/id/char/260DA> a lvont:Character ;
    lvont:represents "𦃚"^^xsd:string .

<http://lexvo.org/id/char/260DB> a lvont:Character ;
    lvont:represents "𦃛"^^xsd:string .

<http://lexvo.org/id/char/260DC> a lvont:Character ;
    lvont:represents "𦃜"^^xsd:string .

<http://lexvo.org/id/char/260DD> a lvont:Character ;
    lvont:represents "𦃝"^^xsd:string .

<http://lexvo.org/id/char/260DE> a lvont:Character ;
    lvont:represents "𦃞"^^xsd:string .

<http://lexvo.org/id/char/260DF> a lvont:Character ;
    lvont:represents "𦃟"^^xsd:string .

<http://lexvo.org/id/char/260E> a lvont:Character ;
    lvont:represents "☎"^^xsd:string ;
    rdfs:comment "BLACK TELEPHONE"@en .

<http://lexvo.org/id/char/260E0> a lvont:Character ;
    lvont:represents "𦃠"^^xsd:string .

<http://lexvo.org/id/char/260E1> a lvont:Character ;
    lvont:represents "𦃡"^^xsd:string .

<http://lexvo.org/id/char/260E2> a lvont:Character ;
    lvont:represents "𦃢"^^xsd:string .

<http://lexvo.org/id/char/260E3> a lvont:Character ;
    lvont:represents "𦃣"^^xsd:string .

<http://lexvo.org/id/char/260E4> a lvont:Character ;
    lvont:represents "𦃤"^^xsd:string .

<http://lexvo.org/id/char/260E5> a lvont:Character ;
    lvont:represents "𦃥"^^xsd:string .

<http://lexvo.org/id/char/260E6> a lvont:Character ;
    lvont:represents "𦃦"^^xsd:string .

<http://lexvo.org/id/char/260E7> a lvont:Character ;
    lvont:represents "𦃧"^^xsd:string .

<http://lexvo.org/id/char/260E8> a lvont:Character ;
    lvont:represents "𦃨"^^xsd:string .

<http://lexvo.org/id/char/260E9> a lvont:Character ;
    lvont:represents "𦃩"^^xsd:string .

<http://lexvo.org/id/char/260EA> a lvont:Character ;
    lvont:represents "𦃪"^^xsd:string .

<http://lexvo.org/id/char/260EB> a lvont:Character ;
    lvont:represents "𦃫"^^xsd:string .

<http://lexvo.org/id/char/260EC> a lvont:Character ;
    lvont:represents "𦃬"^^xsd:string .

<http://lexvo.org/id/char/260ED> a lvont:Character ;
    lvont:represents "𦃭"^^xsd:string .

<http://lexvo.org/id/char/260EE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/gai>,
        "𦃮"^^xsd:string .

<http://lexvo.org/id/char/260EF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/t%C3%B3i>,
        "𦃯"^^xsd:string .

<http://lexvo.org/id/char/260F> a lvont:Character ;
    lvont:represents "☏"^^xsd:string ;
    rdfs:comment "WHITE TELEPHONE"@en .

<http://lexvo.org/id/char/260F0> a lvont:Character ;
    lvont:represents "𦃰"^^xsd:string .

<http://lexvo.org/id/char/260F1> a lvont:Character ;
    lvont:represents "𦃱"^^xsd:string .

<http://lexvo.org/id/char/260F2> a lvont:Character ;
    lvont:represents "𦃲"^^xsd:string .

<http://lexvo.org/id/char/260F3> a lvont:Character ;
    lvont:represents "𦃳"^^xsd:string .

<http://lexvo.org/id/char/260F4> a lvont:Character ;
    lvont:represents "𦃴"^^xsd:string .

<http://lexvo.org/id/char/260F5> a lvont:Character ;
    lvont:represents "𦃵"^^xsd:string .

<http://lexvo.org/id/char/260F6> a lvont:Character ;
    lvont:represents "𦃶"^^xsd:string .

<http://lexvo.org/id/char/260F7> a lvont:Character ;
    lvont:represents "𦃷"^^xsd:string .

<http://lexvo.org/id/char/260F8> a lvont:Character ;
    lvont:represents "𦃸"^^xsd:string .

<http://lexvo.org/id/char/260F9> a lvont:Character ;
    lvont:represents "𦃹"^^xsd:string .

<http://lexvo.org/id/char/260FA> a lvont:Character ;
    lvont:represents "𦃺"^^xsd:string .

<http://lexvo.org/id/char/260FB> a lvont:Character ;
    lvont:represents "𦃻"^^xsd:string .

<http://lexvo.org/id/char/260FC> a lvont:Character ;
    lvont:represents "𦃼"^^xsd:string .

<http://lexvo.org/id/char/260FD> a lvont:Character ;
    lvont:represents "𦃽"^^xsd:string .

<http://lexvo.org/id/char/260FE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/l%C6%B0%E1%BB%A3t>,
        "𦃾"^^xsd:string .

<http://lexvo.org/id/char/260FF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/v%E1%BA%A3i>,
        "𦃿"^^xsd:string .

<http://lexvo.org/id/char/2610> a lvont:Character ;
    lvont:represents "☐"^^xsd:string ;
    rdfs:comment "BALLOT BOX"@en .

<http://lexvo.org/id/char/26100> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/m%C3%A3>,
        "𦄀"^^xsd:string .

<http://lexvo.org/id/char/26101> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/th%C3%B9n>,
        "𦄁"^^xsd:string .

<http://lexvo.org/id/char/26102> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%F0%A6%84%82>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%A0i>,
        <http://lexvo.org/id/term/vie/d%E1%BA%A3i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/daai2%20daai3>,
        <http://lexvo.org/id/term/yue/%F0%A6%84%82>,
        "𦄂"^^xsd:string ;
    rdfs:comment "girdle; zone"@en .

<http://lexvo.org/id/char/26103> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ch%C3%ADt>,
        "𦄃"^^xsd:string .

<http://lexvo.org/id/char/26104> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/qu%E1%BA%A5n>,
        "𦄄"^^xsd:string .

<http://lexvo.org/id/char/26105> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/d%E1%BB%87t>,
        "𦄅"^^xsd:string .

<http://lexvo.org/id/char/26106> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/may>,
        "𦄆"^^xsd:string .

<http://lexvo.org/id/char/26107> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/n%E1%BB%8Bt>,
        "𦄇"^^xsd:string .

<http://lexvo.org/id/char/26108> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/xuy%E1%BA%BFn>,
        "𦄈"^^xsd:string .

<http://lexvo.org/id/char/26109> a lvont:Character ;
    lvont:represents "𦄉"^^xsd:string .

<http://lexvo.org/id/char/2610A> a lvont:Character ;
    lvont:represents "𦄊"^^xsd:string .

<http://lexvo.org/id/char/2610B> a lvont:Character ;
    lvont:represents "𦄋"^^xsd:string .

<http://lexvo.org/id/char/2610C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ch%E1%BA%AFp>,
        "𦄌"^^xsd:string .

<http://lexvo.org/id/char/2610D> a lvont:Character ;
    lvont:represents "𦄍"^^xsd:string .

<http://lexvo.org/id/char/2610E> a lvont:Character ;
    lvont:represents "𦄎"^^xsd:string .

<http://lexvo.org/id/char/2610F> a lvont:Character ;
    lvont:represents "𦄏"^^xsd:string .

<http://lexvo.org/id/char/2611> a lvont:Character ;
    lvont:represents "☑"^^xsd:string ;
    rdfs:comment "BALLOT BOX WITH CHECK"@en .

<http://lexvo.org/id/char/26110> a lvont:Character ;
    lvont:represents "𦄐"^^xsd:string .

<http://lexvo.org/id/char/26111> a lvont:Character ;
    lvont:represents "𦄑"^^xsd:string .

<http://lexvo.org/id/char/26112> a lvont:Character ;
    lvont:represents "𦄒"^^xsd:string .

<http://lexvo.org/id/char/26113> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/x%C3%A2u>,
        "𦄓"^^xsd:string .

<http://lexvo.org/id/char/26114> a lvont:Character ;
    lvont:represents "𦄔"^^xsd:string .

<http://lexvo.org/id/char/26115> a lvont:Character ;
    lvont:represents "𦄕"^^xsd:string .

<http://lexvo.org/id/char/26116> a lvont:Character ;
    lvont:represents "𦄖"^^xsd:string .

<http://lexvo.org/id/char/26117> a lvont:Character ;
    lvont:represents "𦄗"^^xsd:string .

<http://lexvo.org/id/char/26118> a lvont:Character ;
    lvont:represents "𦄘"^^xsd:string .

<http://lexvo.org/id/char/26119> a lvont:Character ;
    lvont:represents "𦄙"^^xsd:string .

<http://lexvo.org/id/char/2611A> a lvont:Character ;
    lvont:represents "𦄚"^^xsd:string .

<http://lexvo.org/id/char/2611B> a lvont:Character ;
    lvont:represents "𦄛"^^xsd:string .

<http://lexvo.org/id/char/2611C> a lvont:Character ;
    lvont:represents "𦄜"^^xsd:string .

<http://lexvo.org/id/char/2611D> a lvont:Character ;
    lvont:represents "𦄝"^^xsd:string .

<http://lexvo.org/id/char/2611E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/v%E1%BA%A5n>,
        "𦄞"^^xsd:string .

<http://lexvo.org/id/char/2611F> a lvont:Character ;
    lvont:represents "𦄟"^^xsd:string .

<http://lexvo.org/id/char/2612> a lvont:Character ;
    lvont:represents "☒"^^xsd:string ;
    rdfs:comment "BALLOT BOX WITH X"@en .

<http://lexvo.org/id/char/26120> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/n%C3%BAt>,
        "𦄠"^^xsd:string .

<http://lexvo.org/id/char/26121> a lvont:Character ;
    lvont:represents "𦄡"^^xsd:string .

<http://lexvo.org/id/char/26122> a lvont:Character ;
    lvont:represents "𦄢"^^xsd:string .

<http://lexvo.org/id/char/26123> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/cu%E1%BB%99n>,
        "𦄣"^^xsd:string .

<http://lexvo.org/id/char/26124> a lvont:Character ;
    lvont:represents "𦄤"^^xsd:string .

<http://lexvo.org/id/char/26125> a lvont:Character ;
    lvont:represents "𦄥"^^xsd:string .

<http://lexvo.org/id/char/26126> a lvont:Character ;
    lvont:represents "𦄦"^^xsd:string .

<http://lexvo.org/id/char/26127> a lvont:Character ;
    lvont:represents "𦄧"^^xsd:string .

<http://lexvo.org/id/char/26128> a lvont:Character ;
    lvont:represents "𦄨"^^xsd:string .

<http://lexvo.org/id/char/26129> a lvont:Character ;
    lvont:represents "𦄩"^^xsd:string .

<http://lexvo.org/id/char/2612A> a lvont:Character ;
    lvont:represents "𦄪"^^xsd:string .

<http://lexvo.org/id/char/2612B> a lvont:Character ;
    lvont:represents "𦄫"^^xsd:string .

<http://lexvo.org/id/char/2612C> a lvont:Character ;
    lvont:represents "𦄬"^^xsd:string .

<http://lexvo.org/id/char/2612D> a lvont:Character ;
    lvont:represents "𦄭"^^xsd:string .

<http://lexvo.org/id/char/2612E> a lvont:Character ;
    lvont:represents "𦄮"^^xsd:string .

<http://lexvo.org/id/char/2612F> a lvont:Character ;
    lvont:represents "𦄯"^^xsd:string .

<http://lexvo.org/id/char/2613> a lvont:Character ;
    lvont:represents "☓"^^xsd:string ;
    rdfs:comment "SALTIRE"@en .

<http://lexvo.org/id/char/26130> a lvont:Character ;
    lvont:represents "𦄰"^^xsd:string .

<http://lexvo.org/id/char/26131> a lvont:Character ;
    lvont:represents "𦄱"^^xsd:string .

<http://lexvo.org/id/char/26132> a lvont:Character ;
    lvont:represents "𦄲"^^xsd:string .

<http://lexvo.org/id/char/26133> a lvont:Character ;
    lvont:represents "𦄳"^^xsd:string .

<http://lexvo.org/id/char/26134> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ch%C3%A0i>,
        "𦄴"^^xsd:string .

<http://lexvo.org/id/char/26135> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/d%E1%BB%A9t>,
        "𦄵"^^xsd:string .

<http://lexvo.org/id/char/26136> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/r%C3%ACa>,
        "𦄶"^^xsd:string .

<http://lexvo.org/id/char/26137> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/th%C3%B2ng>,
        "𦄷"^^xsd:string .

<http://lexvo.org/id/char/26138> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/x%E1%BB%A5ng>,
        "𦄸"^^xsd:string .

<http://lexvo.org/id/char/26139> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ch%C3%A3o>,
        "𦄹"^^xsd:string .

<http://lexvo.org/id/char/2613A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/r%E1%BA%AFng>,
        "𦄺"^^xsd:string .

<http://lexvo.org/id/char/2613B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/qu%E1%BA%AFn>,
        "𦄻"^^xsd:string .

<http://lexvo.org/id/char/2613C> a lvont:Character ;
    lvont:represents "𦄼"^^xsd:string .

<http://lexvo.org/id/char/2613D> a lvont:Character ;
    lvont:represents "𦄽"^^xsd:string .

<http://lexvo.org/id/char/2613E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/v%C3%B3c>,
        "𦄾"^^xsd:string .

<http://lexvo.org/id/char/2613F> a lvont:Character ;
    lvont:represents "𦄿"^^xsd:string .

<http://lexvo.org/id/char/2614> a lvont:Character ;
    lvont:represents "☔"^^xsd:string ;
    rdfs:comment "UMBRELLA WITH RAIN DROPS"@en .

<http://lexvo.org/id/char/26140> a lvont:Character ;
    lvont:represents "𦅀"^^xsd:string .

<http://lexvo.org/id/char/26141> a lvont:Character ;
    lvont:represents "𦅁"^^xsd:string .

<http://lexvo.org/id/char/26142> a lvont:Character ;
    lvont:represents "𦅂"^^xsd:string .

<http://lexvo.org/id/char/26143> a lvont:Character ;
    lvont:represents "𦅃"^^xsd:string .

<http://lexvo.org/id/char/26144> a lvont:Character ;
    lvont:represents "𦅄"^^xsd:string .

<http://lexvo.org/id/char/26145> a lvont:Character ;
    lvont:represents "𦅅"^^xsd:string .

<http://lexvo.org/id/char/26146> a lvont:Character ;
    lvont:represents "𦅆"^^xsd:string .

<http://lexvo.org/id/char/26147> a lvont:Character ;
    lvont:represents "𦅇"^^xsd:string .

<http://lexvo.org/id/char/26148> a lvont:Character ;
    lvont:represents "𦅈"^^xsd:string .

<http://lexvo.org/id/char/26149> a lvont:Character ;
    lvont:represents "𦅉"^^xsd:string .

<http://lexvo.org/id/char/2614A> a lvont:Character ;
    lvont:represents "𦅊"^^xsd:string .

<http://lexvo.org/id/char/2614B> a lvont:Character ;
    lvont:represents "𦅋"^^xsd:string .

<http://lexvo.org/id/char/2614C> a lvont:Character ;
    lvont:represents "𦅌"^^xsd:string .

<http://lexvo.org/id/char/2614D> a lvont:Character ;
    lvont:represents "𦅍"^^xsd:string .

<http://lexvo.org/id/char/2614E> a lvont:Character ;
    lvont:represents "𦅎"^^xsd:string .

<http://lexvo.org/id/char/2614F> a lvont:Character ;
    lvont:represents "𦅏"^^xsd:string .

<http://lexvo.org/id/char/2615> a lvont:Character ;
    lvont:represents "☕"^^xsd:string ;
    rdfs:comment "HOT BEVERAGE"@en .

<http://lexvo.org/id/char/26150> a lvont:Character ;
    lvont:represents "𦅐"^^xsd:string .

<http://lexvo.org/id/char/26151> a lvont:Character ;
    lvont:represents "𦅑"^^xsd:string .

<http://lexvo.org/id/char/26152> a lvont:Character ;
    lvont:represents "𦅒"^^xsd:string .

<http://lexvo.org/id/char/26153> a lvont:Character ;
    lvont:represents "𦅓"^^xsd:string .

<http://lexvo.org/id/char/26154> a lvont:Character ;
    lvont:represents "𦅔"^^xsd:string .

<http://lexvo.org/id/char/26155> a lvont:Character ;
    lvont:represents "𦅕"^^xsd:string .

<http://lexvo.org/id/char/26156> a lvont:Character ;
    lvont:represents "𦅖"^^xsd:string .

<http://lexvo.org/id/char/26157> a lvont:Character ;
    lvont:represents "𦅗"^^xsd:string .

<http://lexvo.org/id/char/26158> a lvont:Character ;
    lvont:represents "𦅘"^^xsd:string .

<http://lexvo.org/id/char/26159> a lvont:Character ;
    lvont:represents "𦅙"^^xsd:string .

<http://lexvo.org/id/char/2615A> a lvont:Character ;
    lvont:represents "𦅚"^^xsd:string .

<http://lexvo.org/id/char/2615B> a lvont:Character ;
    lvont:represents "𦅛"^^xsd:string .

<http://lexvo.org/id/char/2615C> a lvont:Character ;
    lvont:represents "𦅜"^^xsd:string .

<http://lexvo.org/id/char/2615D> a lvont:Character ;
    lvont:represents "𦅝"^^xsd:string .

<http://lexvo.org/id/char/2615E> a lvont:Character ;
    lvont:represents "𦅞"^^xsd:string .

<http://lexvo.org/id/char/2615F> a lvont:Character ;
    lvont:represents "𦅟"^^xsd:string .

<http://lexvo.org/id/char/2616> a lvont:Character ;
    lvont:represents "☖"^^xsd:string ;
    rdfs:comment "WHITE SHOGI PIECE"@en .

<http://lexvo.org/id/char/26160> a lvont:Character ;
    lvont:represents "𦅠"^^xsd:string .

<http://lexvo.org/id/char/26161> a lvont:Character ;
    lvont:represents "𦅡"^^xsd:string .

<http://lexvo.org/id/char/26162> a lvont:Character ;
    lvont:represents "𦅢"^^xsd:string .

<http://lexvo.org/id/char/26163> a lvont:Character ;
    lvont:represents "𦅣"^^xsd:string .

<http://lexvo.org/id/char/26164> a lvont:Character ;
    lvont:represents "𦅤"^^xsd:string .

<http://lexvo.org/id/char/26165> a lvont:Character ;
    lvont:represents "𦅥"^^xsd:string .

<http://lexvo.org/id/char/26166> a lvont:Character ;
    lvont:represents "𦅦"^^xsd:string .

<http://lexvo.org/id/char/26167> a lvont:Character ;
    lvont:represents "𦅧"^^xsd:string .

<http://lexvo.org/id/char/26168> a lvont:Character ;
    lvont:represents "𦅨"^^xsd:string .

<http://lexvo.org/id/char/26169> a lvont:Character ;
    lvont:represents "𦅩"^^xsd:string .

<http://lexvo.org/id/char/2616A> a lvont:Character ;
    lvont:represents "𦅪"^^xsd:string .

<http://lexvo.org/id/char/2616B> a lvont:Character ;
    lvont:represents "𦅫"^^xsd:string .

<http://lexvo.org/id/char/2616C> a lvont:Character ;
    lvont:represents "𦅬"^^xsd:string .

<http://lexvo.org/id/char/2616D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/%C4%91%C5%A9i>,
        "𦅭"^^xsd:string .

<http://lexvo.org/id/char/2616E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/t%C3%A0n>,
        "𦅮"^^xsd:string .

<http://lexvo.org/id/char/2616F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/nh%E1%BA%B3ng>,
        "𦅯"^^xsd:string .

<http://lexvo.org/id/char/2617> a lvont:Character ;
    lvont:represents "☗"^^xsd:string ;
    rdfs:comment "BLACK SHOGI PIECE"@en .

<http://lexvo.org/id/char/26170> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/%C4%91%C3%B9m>,
        "𦅰"^^xsd:string .

<http://lexvo.org/id/char/26171> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/th%C3%B9a>,
        "𦅱"^^xsd:string .

<http://lexvo.org/id/char/26172> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/v%E1%BB%A3t>,
        "𦅲"^^xsd:string .

<http://lexvo.org/id/char/26173> a lvont:Character ;
    lvont:represents "𦅳"^^xsd:string .

<http://lexvo.org/id/char/26174> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/v%E1%BB%9F>,
        "𦅴"^^xsd:string .

<http://lexvo.org/id/char/26175> a lvont:Character ;
    lvont:represents "𦅵"^^xsd:string .

<http://lexvo.org/id/char/26176> a lvont:Character ;
    lvont:represents "𦅶"^^xsd:string .

<http://lexvo.org/id/char/26177> a lvont:Character ;
    lvont:represents "𦅷"^^xsd:string .

<http://lexvo.org/id/char/26178> a lvont:Character ;
    lvont:represents "𦅸"^^xsd:string .

<http://lexvo.org/id/char/26179> a lvont:Character ;
    lvont:represents "𦅹"^^xsd:string .

<http://lexvo.org/id/char/2617A> a lvont:Character ;
    lvont:represents "𦅺"^^xsd:string .

<http://lexvo.org/id/char/2617B> a lvont:Character ;
    lvont:represents "𦅻"^^xsd:string .

<http://lexvo.org/id/char/2617C> a lvont:Character ;
    lvont:represents "𦅼"^^xsd:string .

<http://lexvo.org/id/char/2617D> a lvont:Character ;
    lvont:represents "𦅽"^^xsd:string .

<http://lexvo.org/id/char/2617E> a lvont:Character ;
    lvont:represents "𦅾"^^xsd:string .

<http://lexvo.org/id/char/2617F> a lvont:Character ;
    lvont:represents "𦅿"^^xsd:string .

<http://lexvo.org/id/char/2618> a lvont:Character ;
    lvont:represents "☘"^^xsd:string ;
    rdfs:comment "SHAMROCK"@en .

<http://lexvo.org/id/char/26180> a lvont:Character ;
    lvont:represents "𦆀"^^xsd:string .

<http://lexvo.org/id/char/26181> a lvont:Character ;
    lvont:represents "𦆁"^^xsd:string .

<http://lexvo.org/id/char/26182> a lvont:Character ;
    lvont:represents "𦆂"^^xsd:string .

<http://lexvo.org/id/char/26183> a lvont:Character ;
    lvont:represents "𦆃"^^xsd:string .

<http://lexvo.org/id/char/26184> a lvont:Character ;
    lvont:represents "𦆄"^^xsd:string .

<http://lexvo.org/id/char/26185> a lvont:Character ;
    lvont:represents "𦆅"^^xsd:string .

<http://lexvo.org/id/char/26186> a lvont:Character ;
    lvont:represents "𦆆"^^xsd:string .

<http://lexvo.org/id/char/26187> a lvont:Character ;
    lvont:represents "𦆇"^^xsd:string .

<http://lexvo.org/id/char/26188> a lvont:Character ;
    lvont:represents "𦆈"^^xsd:string .

<http://lexvo.org/id/char/26189> a lvont:Character ;
    lvont:represents "𦆉"^^xsd:string .

<http://lexvo.org/id/char/2618A> a lvont:Character ;
    lvont:represents "𦆊"^^xsd:string .

<http://lexvo.org/id/char/2618B> a lvont:Character ;
    lvont:represents "𦆋"^^xsd:string .

<http://lexvo.org/id/char/2618C> a lvont:Character ;
    lvont:represents "𦆌"^^xsd:string .

<http://lexvo.org/id/char/2618D> a lvont:Character ;
    lvont:represents "𦆍"^^xsd:string .

<http://lexvo.org/id/char/2618E> a lvont:Character ;
    lvont:represents "𦆎"^^xsd:string .

<http://lexvo.org/id/char/2618F> a lvont:Character ;
    lvont:represents "𦆏"^^xsd:string .

<http://lexvo.org/id/char/2619> a lvont:Character ;
    lvont:represents "☙"^^xsd:string ;
    rdfs:comment "REVERSED ROTATED FLORAL HEART BULLET"@en .

<http://lexvo.org/id/char/26190> a lvont:Character ;
    lvont:represents "𦆐"^^xsd:string .

<http://lexvo.org/id/char/26191> a lvont:Character ;
    lvont:represents "𦆑"^^xsd:string .

<http://lexvo.org/id/char/26192> a lvont:Character ;
    lvont:represents "𦆒"^^xsd:string .

<http://lexvo.org/id/char/26193> a lvont:Character ;
    lvont:represents "𦆓"^^xsd:string .

<http://lexvo.org/id/char/26194> a lvont:Character ;
    lvont:represents "𦆔"^^xsd:string .

<http://lexvo.org/id/char/26195> a lvont:Character ;
    lvont:represents "𦆕"^^xsd:string .

<http://lexvo.org/id/char/26196> a lvont:Character ;
    lvont:represents "𦆖"^^xsd:string .

<http://lexvo.org/id/char/26197> a lvont:Character ;
    lvont:represents "𦆗"^^xsd:string .

<http://lexvo.org/id/char/26198> a lvont:Character ;
    lvont:represents "𦆘"^^xsd:string .

<http://lexvo.org/id/char/26199> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/s%E1%BB%93i>,
        "𦆙"^^xsd:string .

<http://lexvo.org/id/char/2619A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/n%C3%A9o>,
        "𦆚"^^xsd:string .

<http://lexvo.org/id/char/2619B> a lvont:Character ;
    lvont:represents "𦆛"^^xsd:string .

<http://lexvo.org/id/char/2619C> a lvont:Character ;
    lvont:represents "𦆜"^^xsd:string .

<http://lexvo.org/id/char/2619D> a lvont:Character ;
    lvont:represents "𦆝"^^xsd:string .

<http://lexvo.org/id/char/2619E> a lvont:Character ;
    lvont:represents "𦆞"^^xsd:string .

<http://lexvo.org/id/char/2619F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/m%C3%B9ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mung4>,
        <http://lexvo.org/id/term/yue/%F0%A6%86%9F>,
        "𦆟"^^xsd:string ;
    rdfs:comment "tangled"@en .

<http://lexvo.org/id/char/261A> a lvont:Character ;
    lvont:represents "☚"^^xsd:string ;
    rdfs:comment "BLACK LEFT POINTING INDEX"@en .

<http://lexvo.org/id/char/261A0> a lvont:Character ;
    lvont:represents "𦆠"^^xsd:string .

<http://lexvo.org/id/char/261A1> a lvont:Character ;
    lvont:represents "𦆡"^^xsd:string .

<http://lexvo.org/id/char/261A2> a lvont:Character ;
    lvont:represents "𦆢"^^xsd:string .

<http://lexvo.org/id/char/261A3> a lvont:Character ;
    lvont:represents "𦆣"^^xsd:string .

<http://lexvo.org/id/char/261A4> a lvont:Character ;
    lvont:represents "𦆤"^^xsd:string .

<http://lexvo.org/id/char/261A5> a lvont:Character ;
    lvont:represents "𦆥"^^xsd:string .

<http://lexvo.org/id/char/261A6> a lvont:Character ;
    lvont:represents "𦆦"^^xsd:string .

<http://lexvo.org/id/char/261A7> a lvont:Character ;
    lvont:represents "𦆧"^^xsd:string .

<http://lexvo.org/id/char/261A8> a lvont:Character ;
    lvont:represents "𦆨"^^xsd:string .

<http://lexvo.org/id/char/261A9> a lvont:Character ;
    lvont:represents "𦆩"^^xsd:string .

<http://lexvo.org/id/char/261AA> a lvont:Character ;
    lvont:represents "𦆪"^^xsd:string .

<http://lexvo.org/id/char/261AB> a lvont:Character ;
    lvont:represents "𦆫"^^xsd:string .

<http://lexvo.org/id/char/261AC> a lvont:Character ;
    lvont:represents "𦆬"^^xsd:string .

<http://lexvo.org/id/char/261AD> a lvont:Character ;
    lvont:represents "𦆭"^^xsd:string .

<http://lexvo.org/id/char/261AE> a lvont:Character ;
    lvont:represents "𦆮"^^xsd:string .

<http://lexvo.org/id/char/261AF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/ban1>,
        <http://lexvo.org/id/term/yue/%F0%A6%86%AF>,
        "𦆯"^^xsd:string ;
    rdfs:comment "confused"@en .

<http://lexvo.org/id/char/261B> a lvont:Character ;
    lvont:represents "☛"^^xsd:string ;
    rdfs:comment "BLACK RIGHT POINTING INDEX"@en .

<http://lexvo.org/id/char/261B0> a lvont:Character ;
    lvont:represents "𦆰"^^xsd:string .

<http://lexvo.org/id/char/261B1> a lvont:Character ;
    lvont:represents "𦆱"^^xsd:string .

<http://lexvo.org/id/char/261B2> a lvont:Character ;
    lvont:represents "𦆲"^^xsd:string .

<http://lexvo.org/id/char/261B3> a lvont:Character ;
    lvont:represents "𦆳"^^xsd:string .

<http://lexvo.org/id/char/261B4> a lvont:Character ;
    lvont:represents "𦆴"^^xsd:string .

<http://lexvo.org/id/char/261B5> a lvont:Character ;
    lvont:represents "𦆵"^^xsd:string .

<http://lexvo.org/id/char/261B6> a lvont:Character ;
    lvont:represents "𦆶"^^xsd:string .

<http://lexvo.org/id/char/261B7> a lvont:Character ;
    lvont:represents "𦆷"^^xsd:string .

<http://lexvo.org/id/char/261B8> a lvont:Character ;
    lvont:represents "𦆸"^^xsd:string .

<http://lexvo.org/id/char/261B9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/%C4%91%C5%A9i>,
        "𦆹"^^xsd:string .

<http://lexvo.org/id/char/261BA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/l%C4%A9nh>,
        "𦆺"^^xsd:string .

<http://lexvo.org/id/char/261BB> a lvont:Character ;
    lvont:represents "𦆻"^^xsd:string .

<http://lexvo.org/id/char/261BC> a lvont:Character ;
    lvont:represents "𦆼"^^xsd:string .

<http://lexvo.org/id/char/261BD> a lvont:Character ;
    lvont:represents "𦆽"^^xsd:string .

<http://lexvo.org/id/char/261BE> a lvont:Character ;
    lvont:represents "𦆾"^^xsd:string .

<http://lexvo.org/id/char/261BF> a lvont:Character ;
    lvont:represents "𦆿"^^xsd:string .

<http://lexvo.org/id/char/261C> a lvont:Character ;
    lvont:represents "☜"^^xsd:string ;
    rdfs:comment "WHITE LEFT POINTING INDEX"@en .

<http://lexvo.org/id/char/261C0> a lvont:Character ;
    lvont:represents "𦇀"^^xsd:string .

<http://lexvo.org/id/char/261C1> a lvont:Character ;
    lvont:represents "𦇁"^^xsd:string .

<http://lexvo.org/id/char/261C2> a lvont:Character ;
    lvont:represents "𦇂"^^xsd:string .

<http://lexvo.org/id/char/261C3> a lvont:Character ;
    lvont:represents "𦇃"^^xsd:string .

<http://lexvo.org/id/char/261C4> a lvont:Character ;
    lvont:represents "𦇄"^^xsd:string .

<http://lexvo.org/id/char/261C5> a lvont:Character ;
    lvont:represents "𦇅"^^xsd:string .

<http://lexvo.org/id/char/261C6> a lvont:Character ;
    lvont:represents "𦇆"^^xsd:string .

<http://lexvo.org/id/char/261C7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/nh%C3%A3o>,
        "𦇇"^^xsd:string .

<http://lexvo.org/id/char/261C8> a lvont:Character ;
    lvont:represents "𦇈"^^xsd:string .

<http://lexvo.org/id/char/261C9> a lvont:Character ;
    lvont:represents "𦇉"^^xsd:string .

<http://lexvo.org/id/char/261CA> a lvont:Character ;
    lvont:represents "𦇊"^^xsd:string .

<http://lexvo.org/id/char/261CB> a lvont:Character ;
    lvont:represents "𦇋"^^xsd:string .

<http://lexvo.org/id/char/261CC> a lvont:Character ;
    lvont:represents "𦇌"^^xsd:string .

<http://lexvo.org/id/char/261CD> a lvont:Character ;
    lvont:represents "𦇍"^^xsd:string .

<http://lexvo.org/id/char/261CE> a lvont:Character ;
    lvont:represents "𦇎"^^xsd:string .

<http://lexvo.org/id/char/261CF> a lvont:Character ;
    lvont:represents "𦇏"^^xsd:string .

<http://lexvo.org/id/char/261D> a lvont:Character ;
    lvont:represents "☝"^^xsd:string ;
    rdfs:comment "WHITE UP POINTING INDEX"@en .

<http://lexvo.org/id/char/261D0> a lvont:Character ;
    lvont:represents "𦇐"^^xsd:string .

<http://lexvo.org/id/char/261D1> a lvont:Character ;
    lvont:represents "𦇑"^^xsd:string .

<http://lexvo.org/id/char/261D2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/r%E1%BB%91i>,
        "𦇒"^^xsd:string .

<http://lexvo.org/id/char/261D3> a lvont:Character ;
    lvont:represents "𦇓"^^xsd:string .

<http://lexvo.org/id/char/261D4> a lvont:Character ;
    lvont:represents "𦇔"^^xsd:string .

<http://lexvo.org/id/char/261D5> a lvont:Character ;
    lvont:represents "𦇕"^^xsd:string .

<http://lexvo.org/id/char/261D6> a lvont:Character ;
    lvont:represents "𦇖"^^xsd:string .

<http://lexvo.org/id/char/261D7> a lvont:Character ;
    lvont:represents "𦇗"^^xsd:string .

<http://lexvo.org/id/char/261D8> a lvont:Character ;
    lvont:represents "𦇘"^^xsd:string .

<http://lexvo.org/id/char/261D9> a lvont:Character ;
    lvont:represents "𦇙"^^xsd:string .

<http://lexvo.org/id/char/261DA> a lvont:Character ;
    lvont:represents "𦇚"^^xsd:string .

<http://lexvo.org/id/char/261DB> a lvont:Character ;
    lvont:represents "𦇛"^^xsd:string .

<http://lexvo.org/id/char/261DC> a lvont:Character ;
    lvont:represents "𦇜"^^xsd:string .

<http://lexvo.org/id/char/261DD> a lvont:Character ;
    lvont:represents "𦇝"^^xsd:string .

<http://lexvo.org/id/char/261DE> a lvont:Character ;
    lvont:represents "𦇞"^^xsd:string .

<http://lexvo.org/id/char/261DF> a lvont:Character ;
    lvont:represents "𦇟"^^xsd:string .

<http://lexvo.org/id/char/261E> a lvont:Character ;
    lvont:represents "☞"^^xsd:string ;
    rdfs:comment "WHITE RIGHT POINTING INDEX"@en .

<http://lexvo.org/id/char/261E0> a lvont:Character ;
    lvont:represents "𦇠"^^xsd:string .

<http://lexvo.org/id/char/261E1> a lvont:Character ;
    lvont:represents "𦇡"^^xsd:string .

<http://lexvo.org/id/char/261E2> a lvont:Character ;
    lvont:represents "𦇢"^^xsd:string .

<http://lexvo.org/id/char/261E3> a lvont:Character ;
    lvont:represents "𦇣"^^xsd:string .

<http://lexvo.org/id/char/261E4> a lvont:Character ;
    lvont:represents "𦇤"^^xsd:string .

<http://lexvo.org/id/char/261E5> a lvont:Character ;
    lvont:represents "𦇥"^^xsd:string .

<http://lexvo.org/id/char/261E6> a lvont:Character ;
    lvont:represents "𦇦"^^xsd:string .

<http://lexvo.org/id/char/261E7> a lvont:Character ;
    lvont:represents "𦇧"^^xsd:string .

<http://lexvo.org/id/char/261E8> a lvont:Character ;
    lvont:represents "𦇨"^^xsd:string .

<http://lexvo.org/id/char/261E9> a lvont:Character ;
    lvont:represents "𦇩"^^xsd:string .

<http://lexvo.org/id/char/261EA> a lvont:Character ;
    lvont:represents "𦇪"^^xsd:string .

<http://lexvo.org/id/char/261EB> a lvont:Character ;
    lvont:represents "𦇫"^^xsd:string .

<http://lexvo.org/id/char/261EC> a lvont:Character ;
    lvont:represents "𦇬"^^xsd:string .

<http://lexvo.org/id/char/261ED> a lvont:Character ;
    lvont:represents "𦇭"^^xsd:string .

<http://lexvo.org/id/char/261EE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ch%C3%B9ng>,
        "𦇮"^^xsd:string .

<http://lexvo.org/id/char/261EF> a lvont:Character ;
    lvont:represents "𦇯"^^xsd:string .

<http://lexvo.org/id/char/261F> a lvont:Character ;
    lvont:represents "☟"^^xsd:string ;
    rdfs:comment "WHITE DOWN POINTING INDEX"@en .

<http://lexvo.org/id/char/261F0> a lvont:Character ;
    lvont:represents "𦇰"^^xsd:string .

<http://lexvo.org/id/char/261F1> a lvont:Character ;
    lvont:represents "𦇱"^^xsd:string .

<http://lexvo.org/id/char/261F2> a lvont:Character ;
    lvont:represents "𦇲"^^xsd:string .

<http://lexvo.org/id/char/261F3> a lvont:Character ;
    lvont:represents "𦇳"^^xsd:string .

<http://lexvo.org/id/char/261F4> a lvont:Character ;
    lvont:represents "𦇴"^^xsd:string .

<http://lexvo.org/id/char/261F5> a lvont:Character ;
    lvont:represents "𦇵"^^xsd:string .

<http://lexvo.org/id/char/261F6> a lvont:Character ;
    lvont:represents "𦇶"^^xsd:string .

<http://lexvo.org/id/char/261F7> a lvont:Character ;
    lvont:represents "𦇷"^^xsd:string .

<http://lexvo.org/id/char/261F8> a lvont:Character ;
    lvont:represents "𦇸"^^xsd:string .

<http://lexvo.org/id/char/261F9> a lvont:Character ;
    lvont:represents "𦇹"^^xsd:string .

<http://lexvo.org/id/char/261FA> a lvont:Character ;
    lvont:represents "𦇺"^^xsd:string .

<http://lexvo.org/id/char/261FB> a lvont:Character ;
    lvont:represents "𦇻"^^xsd:string .

<http://lexvo.org/id/char/261FC> a lvont:Character ;
    lvont:represents "𦇼"^^xsd:string .

<http://lexvo.org/id/char/261FD> a lvont:Character ;
    lvont:represents "𦇽"^^xsd:string .

<http://lexvo.org/id/char/261FE> a lvont:Character ;
    lvont:represents "𦇾"^^xsd:string .

<http://lexvo.org/id/char/261FF> a lvont:Character ;
    lvont:represents "𦇿"^^xsd:string .

<http://lexvo.org/id/char/2620> a lvont:Character ;
    lvont:represents "☠"^^xsd:string ;
    rdfs:comment "SKULL AND CROSSBONES"@en .

<http://lexvo.org/id/char/26200> a lvont:Character ;
    lvont:represents "𦈀"^^xsd:string .

<http://lexvo.org/id/char/26201> a lvont:Character ;
    lvont:represents "𦈁"^^xsd:string .

<http://lexvo.org/id/char/26202> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/nh%C3%A0u>,
        "𦈂"^^xsd:string .

<http://lexvo.org/id/char/26203> a lvont:Character ;
    lvont:represents "𦈃"^^xsd:string .

<http://lexvo.org/id/char/26204> a lvont:Character ;
    lvont:represents "𦈄"^^xsd:string .

<http://lexvo.org/id/char/26205> a lvont:Character ;
    lvont:represents "𦈅"^^xsd:string .

<http://lexvo.org/id/char/26206> a lvont:Character ;
    lvont:represents "𦈆"^^xsd:string .

<http://lexvo.org/id/char/26207> a lvont:Character ;
    lvont:represents "𦈇"^^xsd:string .

<http://lexvo.org/id/char/26208> a lvont:Character ;
    lvont:represents "𦈈"^^xsd:string .

<http://lexvo.org/id/char/26209> a lvont:Character ;
    lvont:represents "𦈉"^^xsd:string .

<http://lexvo.org/id/char/2620A> a lvont:Character ;
    lvont:represents "𦈊"^^xsd:string .

<http://lexvo.org/id/char/2620B> a lvont:Character ;
    lvont:represents "𦈋"^^xsd:string .

<http://lexvo.org/id/char/2620C> a lvont:Character ;
    lvont:represents "𦈌"^^xsd:string .

<http://lexvo.org/id/char/2620D> a lvont:Character ;
    lvont:represents "𦈍"^^xsd:string .

<http://lexvo.org/id/char/2620E> a lvont:Character ;
    lvont:represents "𦈎"^^xsd:string .

<http://lexvo.org/id/char/2620F> a lvont:Character ;
    lvont:represents "𦈏"^^xsd:string .

<http://lexvo.org/id/char/2621> a lvont:Character ;
    lvont:represents "☡"^^xsd:string ;
    rdfs:comment "CAUTION SIGN"@en .

<http://lexvo.org/id/char/26210> a lvont:Character ;
    lvont:represents "𦈐"^^xsd:string .

<http://lexvo.org/id/char/26211> a lvont:Character ;
    lvont:represents "𦈑"^^xsd:string .

<http://lexvo.org/id/char/26212> a lvont:Character ;
    lvont:represents "𦈒"^^xsd:string .

<http://lexvo.org/id/char/26213> a lvont:Character ;
    lvont:represents "𦈓"^^xsd:string .

<http://lexvo.org/id/char/26214> a lvont:Character ;
    lvont:represents "𦈔"^^xsd:string .

<http://lexvo.org/id/char/26215> a lvont:Character ;
    lvont:represents "𦈕"^^xsd:string .

<http://lexvo.org/id/char/26216> a lvont:Character ;
    lvont:represents "𦈖"^^xsd:string .

<http://lexvo.org/id/char/26217> a lvont:Character ;
    lvont:represents "𦈗"^^xsd:string .

<http://lexvo.org/id/char/26218> a lvont:Character ;
    lvont:represents "𦈘"^^xsd:string .

<http://lexvo.org/id/char/26219> a lvont:Character ;
    lvont:represents "𦈙"^^xsd:string .

<http://lexvo.org/id/char/2621A> a lvont:Character ;
    lvont:represents "𦈚"^^xsd:string .

<http://lexvo.org/id/char/2621B> a lvont:Character ;
    lvont:represents "𦈛"^^xsd:string .

<http://lexvo.org/id/char/2621C> a lvont:Character ;
    lvont:represents "𦈜"^^xsd:string .

<http://lexvo.org/id/char/2621D> a lvont:Character ;
    lvont:represents "𦈝"^^xsd:string .

<http://lexvo.org/id/char/2621E> a lvont:Character ;
    lvont:represents "𦈞"^^xsd:string .

<http://lexvo.org/id/char/2621F> a lvont:Character ;
    lvont:represents "𦈟"^^xsd:string .

<http://lexvo.org/id/char/2622> a lvont:Character ;
    lvont:represents "☢"^^xsd:string ;
    rdfs:comment "RADIOACTIVE SIGN"@en .

<http://lexvo.org/id/char/26220> a lvont:Character ;
    lvont:represents "𦈠"^^xsd:string .

<http://lexvo.org/id/char/26221> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C5%AB>,
        "𦈡"^^xsd:string .

<http://lexvo.org/id/char/26223> a lvont:Character ;
    lvont:represents "𦈣"^^xsd:string .

<http://lexvo.org/id/char/26224> a lvont:Character ;
    lvont:represents "𦈤"^^xsd:string .

<http://lexvo.org/id/char/26225> a lvont:Character ;
    lvont:represents "𦈥"^^xsd:string .

<http://lexvo.org/id/char/26226> a lvont:Character ;
    lvont:represents "𦈦"^^xsd:string .

<http://lexvo.org/id/char/26227> a lvont:Character ;
    lvont:represents "𦈧"^^xsd:string .

<http://lexvo.org/id/char/26228> a lvont:Character ;
    lvont:represents "𦈨"^^xsd:string .

<http://lexvo.org/id/char/26229> a lvont:Character ;
    lvont:represents "𦈩"^^xsd:string .

<http://lexvo.org/id/char/2622A> a lvont:Character ;
    lvont:represents "𦈪"^^xsd:string .

<http://lexvo.org/id/char/2622B> a lvont:Character ;
    lvont:represents "𦈫"^^xsd:string .

<http://lexvo.org/id/char/2622C> a lvont:Character ;
    lvont:represents "𦈬"^^xsd:string .

<http://lexvo.org/id/char/2622D> a lvont:Character ;
    lvont:represents "𦈭"^^xsd:string .

<http://lexvo.org/id/char/2622E> a lvont:Character ;
    lvont:represents "𦈮"^^xsd:string .

<http://lexvo.org/id/char/2622F> a lvont:Character ;
    lvont:represents "𦈯"^^xsd:string .

<http://lexvo.org/id/char/2623> a lvont:Character ;
    lvont:represents "☣"^^xsd:string ;
    rdfs:comment "BIOHAZARD SIGN"@en .

<http://lexvo.org/id/char/26230> a lvont:Character ;
    lvont:represents "𦈰"^^xsd:string .

<http://lexvo.org/id/char/26231> a lvont:Character ;
    lvont:represents "𦈱"^^xsd:string .

<http://lexvo.org/id/char/26232> a lvont:Character ;
    lvont:represents "𦈲"^^xsd:string .

<http://lexvo.org/id/char/26233> a lvont:Character ;
    lvont:represents "𦈳"^^xsd:string .

<http://lexvo.org/id/char/26234> a lvont:Character ;
    lvont:represents "𦈴"^^xsd:string .

<http://lexvo.org/id/char/26235> a lvont:Character ;
    lvont:represents "𦈵"^^xsd:string .

<http://lexvo.org/id/char/26236> a lvont:Character ;
    lvont:represents "𦈶"^^xsd:string .

<http://lexvo.org/id/char/26237> a lvont:Character ;
    lvont:represents "𦈷"^^xsd:string .

<http://lexvo.org/id/char/26238> a lvont:Character ;
    lvont:represents "𦈸"^^xsd:string .

<http://lexvo.org/id/char/26239> a lvont:Character ;
    lvont:represents "𦈹"^^xsd:string .

<http://lexvo.org/id/char/2623A> a lvont:Character ;
    lvont:represents "𦈺"^^xsd:string .

<http://lexvo.org/id/char/2623B> a lvont:Character ;
    lvont:represents "𦈻"^^xsd:string .

<http://lexvo.org/id/char/2623C> a lvont:Character ;
    lvont:represents "𦈼"^^xsd:string .

<http://lexvo.org/id/char/2623D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ch%E1%BA%ADu>,
        "𦈽"^^xsd:string .

<http://lexvo.org/id/char/2623E> a lvont:Character ;
    lvont:represents "𦈾"^^xsd:string .

<http://lexvo.org/id/char/2623F> a lvont:Character ;
    lvont:represents "𦈿"^^xsd:string .

<http://lexvo.org/id/char/2624> a lvont:Character ;
    lvont:represents "☤"^^xsd:string ;
    rdfs:comment "CADUCEUS"@en .

<http://lexvo.org/id/char/26240> a lvont:Character ;
    lvont:represents "𦉀"^^xsd:string .

<http://lexvo.org/id/char/26241> a lvont:Character ;
    lvont:represents "𦉁"^^xsd:string .

<http://lexvo.org/id/char/26242> a lvont:Character ;
    lvont:represents "𦉂"^^xsd:string .

<http://lexvo.org/id/char/26243> a lvont:Character ;
    lvont:represents "𦉃"^^xsd:string .

<http://lexvo.org/id/char/26244> a lvont:Character ;
    lvont:represents "𦉄"^^xsd:string .

<http://lexvo.org/id/char/26245> a lvont:Character ;
    lvont:represents "𦉅"^^xsd:string .

<http://lexvo.org/id/char/26246> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%F0%A6%89%86>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%A1%20ch%C3%A0>,
        "𦉆"^^xsd:string ;
    rdfs:comment "to break off; a potsherd, a flaw"@en .

<http://lexvo.org/id/char/26247> a lvont:Character ;
    lvont:represents "𦉇"^^xsd:string .

<http://lexvo.org/id/char/26248> a lvont:Character ;
    lvont:represents "𦉈"^^xsd:string .

<http://lexvo.org/id/char/26249> a lvont:Character ;
    lvont:represents "𦉉"^^xsd:string .

<http://lexvo.org/id/char/2624A> a lvont:Character ;
    lvont:represents "𦉊"^^xsd:string .

<http://lexvo.org/id/char/2624B> a lvont:Character ;
    lvont:represents "𦉋"^^xsd:string .

<http://lexvo.org/id/char/2624C> a lvont:Character ;
    lvont:represents "𦉌"^^xsd:string .

<http://lexvo.org/id/char/2624D> a lvont:Character ;
    lvont:represents "𦉍"^^xsd:string .

<http://lexvo.org/id/char/2624E> a lvont:Character ;
    lvont:represents "𦉎"^^xsd:string .

<http://lexvo.org/id/char/2624F> a lvont:Character ;
    lvont:represents "𦉏"^^xsd:string .

<http://lexvo.org/id/char/2625> a lvont:Character ;
    lvont:represents "☥"^^xsd:string ;
    rdfs:comment "ANKH"@en .

<http://lexvo.org/id/char/26250> a lvont:Character ;
    lvont:represents "𦉐"^^xsd:string .

<http://lexvo.org/id/char/26251> a lvont:Character ;
    lvont:represents "𦉑"^^xsd:string .

<http://lexvo.org/id/char/26252> a lvont:Character ;
    lvont:represents "𦉒"^^xsd:string .

<http://lexvo.org/id/char/26253> a lvont:Character ;
    lvont:represents "𦉓"^^xsd:string .

<http://lexvo.org/id/char/26254> a lvont:Character ;
    lvont:represents "𦉔"^^xsd:string .

<http://lexvo.org/id/char/26255> a lvont:Character ;
    lvont:represents "𦉕"^^xsd:string .

<http://lexvo.org/id/char/26256> a lvont:Character ;
    lvont:represents "𦉖"^^xsd:string .

<http://lexvo.org/id/char/26257> a lvont:Character ;
    lvont:represents "𦉗"^^xsd:string .

<http://lexvo.org/id/char/26258> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/caang1>,
        <http://lexvo.org/id/term/yue/%F0%A6%89%98>,
        "𦉘"^^xsd:string ;
    rdfs:comment "(Cant.) a cooking pot, cooker"@en .

<http://lexvo.org/id/char/26259> a lvont:Character ;
    lvont:represents "𦉙"^^xsd:string .

<http://lexvo.org/id/char/2625A> a lvont:Character ;
    lvont:represents "𦉚"^^xsd:string .

<http://lexvo.org/id/char/2625B> a lvont:Character ;
    lvont:represents "𦉛"^^xsd:string .

<http://lexvo.org/id/char/2625C> a lvont:Character ;
    lvont:represents "𦉜"^^xsd:string .

<http://lexvo.org/id/char/2625D> a lvont:Character ;
    lvont:represents "𦉝"^^xsd:string .

<http://lexvo.org/id/char/2625E> a lvont:Character ;
    lvont:represents "𦉞"^^xsd:string .

<http://lexvo.org/id/char/2625F> a lvont:Character ;
    lvont:represents "𦉟"^^xsd:string .

<http://lexvo.org/id/char/2626> a lvont:Character ;
    lvont:represents "☦"^^xsd:string ;
    rdfs:comment "ORTHODOX CROSS"@en .

<http://lexvo.org/id/char/26260> a lvont:Character ;
    lvont:represents "𦉠"^^xsd:string .

<http://lexvo.org/id/char/26261> a lvont:Character ;
    lvont:represents "𦉡"^^xsd:string .

<http://lexvo.org/id/char/26262> a lvont:Character ;
    lvont:represents "𦉢"^^xsd:string .

<http://lexvo.org/id/char/26263> a lvont:Character ;
    lvont:represents "𦉣"^^xsd:string .

<http://lexvo.org/id/char/26264> a lvont:Character ;
    lvont:represents "𦉤"^^xsd:string .

<http://lexvo.org/id/char/26265> a lvont:Character ;
    lvont:represents "𦉥"^^xsd:string .

<http://lexvo.org/id/char/26266> a lvont:Character ;
    lvont:represents "𦉦"^^xsd:string .

<http://lexvo.org/id/char/26267> a lvont:Character ;
    lvont:represents "𦉧"^^xsd:string .

<http://lexvo.org/id/char/26268> a lvont:Character ;
    lvont:represents "𦉨"^^xsd:string .

<http://lexvo.org/id/char/26269> a lvont:Character ;
    lvont:represents "𦉩"^^xsd:string .

<http://lexvo.org/id/char/2626C> a lvont:Character ;
    lvont:represents "𦉬"^^xsd:string .

<http://lexvo.org/id/char/2626E> a lvont:Character ;
    lvont:represents "𦉮"^^xsd:string .

<http://lexvo.org/id/char/2626F> a lvont:Character ;
    lvont:represents "𦉯"^^xsd:string .

<http://lexvo.org/id/char/2627> a lvont:Character ;
    lvont:represents "☧"^^xsd:string ;
    rdfs:comment "CHI RHO"@en .

<http://lexvo.org/id/char/26271> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/b%E1%BA%A3y>,
        "𦉱"^^xsd:string .

<http://lexvo.org/id/char/26272> a lvont:Character ;
    lvont:represents "𦉲"^^xsd:string .

<http://lexvo.org/id/char/26273> a lvont:Character ;
    lvont:represents "𦉳"^^xsd:string .

<http://lexvo.org/id/char/26274> a lvont:Character ;
    lvont:represents "𦉴"^^xsd:string .

<http://lexvo.org/id/char/26275> a lvont:Character ;
    lvont:represents "𦉵"^^xsd:string .

<http://lexvo.org/id/char/26276> a lvont:Character ;
    lvont:represents "𦉶"^^xsd:string .

<http://lexvo.org/id/char/26277> a lvont:Character ;
    lvont:represents "𦉷"^^xsd:string .

<http://lexvo.org/id/char/26278> a lvont:Character ;
    lvont:represents "𦉸"^^xsd:string .

<http://lexvo.org/id/char/26279> a lvont:Character ;
    lvont:represents "𦉹"^^xsd:string .

<http://lexvo.org/id/char/2627A> a lvont:Character ;
    lvont:represents "𦉺"^^xsd:string .

<http://lexvo.org/id/char/2627B> a lvont:Character ;
    lvont:represents "𦉻"^^xsd:string .

<http://lexvo.org/id/char/2627C> a lvont:Character ;
    lvont:represents "𦉼"^^xsd:string .

<http://lexvo.org/id/char/2627D> a lvont:Character ;
    lvont:represents "𦉽"^^xsd:string .

<http://lexvo.org/id/char/2627E> a lvont:Character ;
    lvont:represents "𦉾"^^xsd:string .

<http://lexvo.org/id/char/2627F> a lvont:Character ;
    lvont:represents "𦉿"^^xsd:string .

<http://lexvo.org/id/char/2628> a lvont:Character ;
    lvont:represents "☨"^^xsd:string ;
    rdfs:comment "CROSS OF LORRAINE"@en .

<http://lexvo.org/id/char/26280> a lvont:Character ;
    lvont:represents "𦊀"^^xsd:string .

<http://lexvo.org/id/char/26281> a lvont:Character ;
    lvont:represents "𦊁"^^xsd:string .

<http://lexvo.org/id/char/26282> a lvont:Character ;
    lvont:represents "𦊂"^^xsd:string .

<http://lexvo.org/id/char/26283> a lvont:Character ;
    lvont:represents "𦊃"^^xsd:string .

<http://lexvo.org/id/char/26284> a lvont:Character ;
    lvont:represents "𦊄"^^xsd:string .

<http://lexvo.org/id/char/26285> a lvont:Character ;
    lvont:represents "𦊅"^^xsd:string .

<http://lexvo.org/id/char/26286> a lvont:Character ;
    lvont:represents "𦊆"^^xsd:string .

<http://lexvo.org/id/char/26287> a lvont:Character ;
    lvont:represents "𦊇"^^xsd:string .

<http://lexvo.org/id/char/26288> a lvont:Character ;
    lvont:represents "𦊈"^^xsd:string .

<http://lexvo.org/id/char/26289> a lvont:Character ;
    lvont:represents "𦊉"^^xsd:string .

<http://lexvo.org/id/char/2628A> a lvont:Character ;
    lvont:represents "𦊊"^^xsd:string .

<http://lexvo.org/id/char/2628B> a lvont:Character ;
    lvont:represents "𦊋"^^xsd:string .

<http://lexvo.org/id/char/2628C> a lvont:Character ;
    lvont:represents "𦊌"^^xsd:string .

<http://lexvo.org/id/char/2628D> a lvont:Character ;
    lvont:represents "𦊍"^^xsd:string .

<http://lexvo.org/id/char/2628E> a lvont:Character ;
    lvont:represents "𦊎"^^xsd:string .

<http://lexvo.org/id/char/2628F> a lvont:Character ;
    lvont:represents "𦊏"^^xsd:string .

<http://lexvo.org/id/char/2629> a lvont:Character ;
    lvont:represents "☩"^^xsd:string ;
    rdfs:comment "CROSS OF JERUSALEM"@en .

<http://lexvo.org/id/char/26290> a lvont:Character ;
    lvont:represents "𦊐"^^xsd:string .

<http://lexvo.org/id/char/26291> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C7%94>,
        "𦊑"^^xsd:string .

<http://lexvo.org/id/char/26292> a lvont:Character ;
    lvont:represents "𦊒"^^xsd:string .

<http://lexvo.org/id/char/26293> a lvont:Character ;
    lvont:represents "𦊓"^^xsd:string .

<http://lexvo.org/id/char/26294> a lvont:Character ;
    lvont:represents "𦊔"^^xsd:string .

<http://lexvo.org/id/char/26295> a lvont:Character ;
    lvont:represents "𦊕"^^xsd:string .

<http://lexvo.org/id/char/26296> a lvont:Character ;
    lvont:represents "𦊖"^^xsd:string .

<http://lexvo.org/id/char/26297> a lvont:Character ;
    lvont:represents "𦊗"^^xsd:string .

<http://lexvo.org/id/char/26298> a lvont:Character ;
    lvont:represents "𦊘"^^xsd:string .

<http://lexvo.org/id/char/26299> a lvont:Character ;
    lvont:represents "𦊙"^^xsd:string .

<http://lexvo.org/id/char/2629A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/b%E1%BB%91n>,
        "𦊚"^^xsd:string .

<http://lexvo.org/id/char/2629B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/t%C6%B0>,
        "𦊛"^^xsd:string .

<http://lexvo.org/id/char/2629C> a lvont:Character ;
    lvont:represents "𦊜"^^xsd:string .

<http://lexvo.org/id/char/2629D> a lvont:Character ;
    lvont:represents "𦊝"^^xsd:string .

<http://lexvo.org/id/char/2629E> a lvont:Character ;
    lvont:represents "𦊞"^^xsd:string .

<http://lexvo.org/id/char/2629F> a lvont:Character ;
    lvont:represents "𦊟"^^xsd:string .

<http://lexvo.org/id/char/262A> a lvont:Character ;
    lvont:represents "☪"^^xsd:string ;
    rdfs:comment "STAR AND CRESCENT"@en .

<http://lexvo.org/id/char/262A0> a lvont:Character ;
    lvont:represents "𦊠"^^xsd:string .

<http://lexvo.org/id/char/262A1> a lvont:Character ;
    lvont:represents "𦊡"^^xsd:string .

<http://lexvo.org/id/char/262A2> a lvont:Character ;
    lvont:represents "𦊢"^^xsd:string .

<http://lexvo.org/id/char/262A3> a lvont:Character ;
    lvont:represents "𦊣"^^xsd:string .

<http://lexvo.org/id/char/262A4> a lvont:Character ;
    lvont:represents "𦊤"^^xsd:string .

<http://lexvo.org/id/char/262A5> a lvont:Character ;
    lvont:represents "𦊥"^^xsd:string .

<http://lexvo.org/id/char/262A6> a lvont:Character ;
    lvont:represents "𦊦"^^xsd:string .

<http://lexvo.org/id/char/262A7> a lvont:Character ;
    lvont:represents "𦊧"^^xsd:string .

<http://lexvo.org/id/char/262A8> a lvont:Character ;
    lvont:represents "𦊨"^^xsd:string .

<http://lexvo.org/id/char/262A9> a lvont:Character ;
    lvont:represents "𦊩"^^xsd:string .

<http://lexvo.org/id/char/262AA> a lvont:Character ;
    lvont:represents "𦊪"^^xsd:string .

<http://lexvo.org/id/char/262AB> a lvont:Character ;
    lvont:represents "𦊫"^^xsd:string .

<http://lexvo.org/id/char/262AC> a lvont:Character ;
    lvont:represents "𦊬"^^xsd:string .

<http://lexvo.org/id/char/262AD> a lvont:Character ;
    lvont:represents "𦊭"^^xsd:string .

<http://lexvo.org/id/char/262AE> a lvont:Character ;
    lvont:represents "𦊮"^^xsd:string .

<http://lexvo.org/id/char/262AF> a lvont:Character ;
    lvont:represents "𦊯"^^xsd:string .

<http://lexvo.org/id/char/262B> a lvont:Character ;
    lvont:represents "☫"^^xsd:string ;
    rdfs:comment "FARSI SYMBOL"@en .

<http://lexvo.org/id/char/262B0> a lvont:Character ;
    lvont:represents "𦊰"^^xsd:string .

<http://lexvo.org/id/char/262B1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/gu%C3%A0>,
        "𦊱"^^xsd:string .

<http://lexvo.org/id/char/262B2> a lvont:Character ;
    lvont:represents "𦊲"^^xsd:string .

<http://lexvo.org/id/char/262B3> a lvont:Character ;
    lvont:represents "𦊳"^^xsd:string .

<http://lexvo.org/id/char/262B4> a lvont:Character ;
    lvont:represents "𦊴"^^xsd:string .

<http://lexvo.org/id/char/262B5> a lvont:Character ;
    lvont:represents "𦊵"^^xsd:string .

<http://lexvo.org/id/char/262B6> a lvont:Character ;
    lvont:represents "𦊶"^^xsd:string .

<http://lexvo.org/id/char/262B7> a lvont:Character ;
    lvont:represents "𦊷"^^xsd:string .

<http://lexvo.org/id/char/262B8> a lvont:Character ;
    lvont:represents "𦊸"^^xsd:string .

<http://lexvo.org/id/char/262B9> a lvont:Character ;
    lvont:represents "𦊹"^^xsd:string .

<http://lexvo.org/id/char/262BA> a lvont:Character ;
    lvont:represents "𦊺"^^xsd:string .

<http://lexvo.org/id/char/262BB> a lvont:Character ;
    lvont:represents "𦊻"^^xsd:string .

<http://lexvo.org/id/char/262BC> a lvont:Character ;
    lvont:represents "𦊼"^^xsd:string .

<http://lexvo.org/id/char/262BD> a lvont:Character ;
    lvont:represents "𦊽"^^xsd:string .

<http://lexvo.org/id/char/262BE> a lvont:Character ;
    lvont:represents "𦊾"^^xsd:string .

<http://lexvo.org/id/char/262BF> a lvont:Character ;
    lvont:represents "𦊿"^^xsd:string .

<http://lexvo.org/id/char/262C> a lvont:Character ;
    lvont:represents "☬"^^xsd:string ;
    rdfs:comment "ADI SHAKTI"@en .

<http://lexvo.org/id/char/262C0> a lvont:Character ;
    lvont:represents "𦋀"^^xsd:string .

<http://lexvo.org/id/char/262C1> a lvont:Character ;
    lvont:represents "𦋁"^^xsd:string .

<http://lexvo.org/id/char/262C2> a lvont:Character ;
    lvont:represents "𦋂"^^xsd:string .

<http://lexvo.org/id/char/262C3> a lvont:Character ;
    lvont:represents "𦋃"^^xsd:string .

<http://lexvo.org/id/char/262C4> a lvont:Character ;
    lvont:represents "𦋄"^^xsd:string .

<http://lexvo.org/id/char/262C5> a lvont:Character ;
    lvont:represents "𦋅"^^xsd:string .

<http://lexvo.org/id/char/262C6> a lvont:Character ;
    lvont:represents "𦋆"^^xsd:string .

<http://lexvo.org/id/char/262C7> a lvont:Character ;
    lvont:represents "𦋇"^^xsd:string .

<http://lexvo.org/id/char/262C8> a lvont:Character ;
    lvont:represents "𦋈"^^xsd:string .

<http://lexvo.org/id/char/262C9> a lvont:Character ;
    lvont:represents "𦋉"^^xsd:string .

<http://lexvo.org/id/char/262CA> a lvont:Character ;
    lvont:represents "𦋊"^^xsd:string .

<http://lexvo.org/id/char/262CB> a lvont:Character ;
    lvont:represents "𦋋"^^xsd:string .

<http://lexvo.org/id/char/262CC> a lvont:Character ;
    lvont:represents "𦋌"^^xsd:string .

<http://lexvo.org/id/char/262CD> a lvont:Character ;
    lvont:represents "𦋍"^^xsd:string .

<http://lexvo.org/id/char/262CE> a lvont:Character ;
    lvont:represents "𦋎"^^xsd:string .

<http://lexvo.org/id/char/262CF> a lvont:Character ;
    lvont:represents "𦋏"^^xsd:string .

<http://lexvo.org/id/char/262D> a lvont:Character ;
    lvont:represents "☭"^^xsd:string ;
    rdfs:comment "HAMMER AND SICKLE"@en .

<http://lexvo.org/id/char/262D0> a lvont:Character ;
    lvont:represents "𦋐"^^xsd:string .

<http://lexvo.org/id/char/262D1> a lvont:Character ;
    lvont:represents "𦋑"^^xsd:string .

<http://lexvo.org/id/char/262D2> a lvont:Character ;
    lvont:represents "𦋒"^^xsd:string .

<http://lexvo.org/id/char/262D3> a lvont:Character ;
    lvont:represents "𦋓"^^xsd:string .

<http://lexvo.org/id/char/262D4> a lvont:Character ;
    lvont:represents "𦋔"^^xsd:string .

<http://lexvo.org/id/char/262D5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/b%E1%BA%ABy>,
        "𦋕"^^xsd:string .

<http://lexvo.org/id/char/262D6> a lvont:Character ;
    lvont:represents "𦋖"^^xsd:string .

<http://lexvo.org/id/char/262D7> a lvont:Character ;
    lvont:represents "𦋗"^^xsd:string .

<http://lexvo.org/id/char/262D8> a lvont:Character ;
    lvont:represents "𦋘"^^xsd:string .

<http://lexvo.org/id/char/262D9> a lvont:Character ;
    lvont:represents "𦋙"^^xsd:string .

<http://lexvo.org/id/char/262DA> a lvont:Character ;
    lvont:represents "𦋚"^^xsd:string .

<http://lexvo.org/id/char/262DB> a lvont:Character ;
    lvont:represents "𦋛"^^xsd:string .

<http://lexvo.org/id/char/262DC> a lvont:Character ;
    lvont:represents "𦋜"^^xsd:string .

<http://lexvo.org/id/char/262DD> a lvont:Character ;
    lvont:represents "𦋝"^^xsd:string .

<http://lexvo.org/id/char/262DE> a lvont:Character ;
    lvont:represents "𦋞"^^xsd:string .

<http://lexvo.org/id/char/262DF> a lvont:Character ;
    lvont:represents "𦋟"^^xsd:string .

<http://lexvo.org/id/char/262E> a lvont:Character ;
    lvont:represents "☮"^^xsd:string ;
    rdfs:comment "PEACE SYMBOL"@en .

<http://lexvo.org/id/char/262E0> a lvont:Character ;
    lvont:represents "𦋠"^^xsd:string .

<http://lexvo.org/id/char/262E1> a lvont:Character ;
    lvont:represents "𦋡"^^xsd:string .

<http://lexvo.org/id/char/262E2> a lvont:Character ;
    lvont:represents "𦋢"^^xsd:string .

<http://lexvo.org/id/char/262E3> a lvont:Character ;
    lvont:represents "𦋣"^^xsd:string .

<http://lexvo.org/id/char/262E4> a lvont:Character ;
    lvont:represents "𦋤"^^xsd:string .

<http://lexvo.org/id/char/262E5> a lvont:Character ;
    lvont:represents "𦋥"^^xsd:string .

<http://lexvo.org/id/char/262E6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ra>,
        "𦋦"^^xsd:string .

<http://lexvo.org/id/char/262E7> a lvont:Character ;
    lvont:represents "𦋧"^^xsd:string .

<http://lexvo.org/id/char/262E8> a lvont:Character ;
    lvont:represents "𦋨"^^xsd:string .

<http://lexvo.org/id/char/262E9> a lvont:Character ;
    lvont:represents "𦋩"^^xsd:string .

<http://lexvo.org/id/char/262EA> a lvont:Character ;
    lvont:represents "𦋪"^^xsd:string .

<http://lexvo.org/id/char/262EB> a lvont:Character ;
    lvont:represents "𦋫"^^xsd:string .

<http://lexvo.org/id/char/262EC> a lvont:Character ;
    lvont:represents "𦋬"^^xsd:string .

<http://lexvo.org/id/char/262ED> a lvont:Character ;
    lvont:represents "𦋭"^^xsd:string .

<http://lexvo.org/id/char/262EE> a lvont:Character ;
    lvont:represents "𦋮"^^xsd:string .

<http://lexvo.org/id/char/262EF> a lvont:Character ;
    lvont:represents "𦋯"^^xsd:string .

<http://lexvo.org/id/char/262F> a lvont:Character ;
    lvont:represents "☯"^^xsd:string ;
    rdfs:comment "YIN YANG"@en .

<http://lexvo.org/id/char/262F0> a lvont:Character ;
    lvont:represents "𦋰"^^xsd:string .

<http://lexvo.org/id/char/262F1> a lvont:Character ;
    lvont:represents "𦋱"^^xsd:string .

<http://lexvo.org/id/char/262F2> a lvont:Character ;
    lvont:represents "𦋲"^^xsd:string .

<http://lexvo.org/id/char/262F3> a lvont:Character ;
    lvont:represents "𦋳"^^xsd:string .

<http://lexvo.org/id/char/262F4> a lvont:Character ;
    lvont:represents "𦋴"^^xsd:string .

<http://lexvo.org/id/char/262F5> a lvont:Character ;
    lvont:represents "𦋵"^^xsd:string .

<http://lexvo.org/id/char/262F6> a lvont:Character ;
    lvont:represents "𦋶"^^xsd:string .

<http://lexvo.org/id/char/262F7> a lvont:Character ;
    lvont:represents "𦋷"^^xsd:string .

<http://lexvo.org/id/char/262F8> a lvont:Character ;
    lvont:represents "𦋸"^^xsd:string .

<http://lexvo.org/id/char/262F9> a lvont:Character ;
    lvont:represents "𦋹"^^xsd:string .

<http://lexvo.org/id/char/262FA> a lvont:Character ;
    lvont:represents "𦋺"^^xsd:string .

<http://lexvo.org/id/char/262FB> a lvont:Character ;
    lvont:represents "𦋻"^^xsd:string .

<http://lexvo.org/id/char/262FC> a lvont:Character ;
    lvont:represents "𦋼"^^xsd:string .

<http://lexvo.org/id/char/262FD> a lvont:Character ;
    lvont:represents "𦋽"^^xsd:string .

<http://lexvo.org/id/char/262FE> a lvont:Character ;
    lvont:represents "𦋾"^^xsd:string .

<http://lexvo.org/id/char/262FF> a lvont:Character ;
    lvont:represents "𦋿"^^xsd:string .

<http://lexvo.org/id/char/2630> a lvont:Character ;
    lvont:represents "☰"^^xsd:string ;
    rdfs:comment "TRIGRAM FOR HEAVEN"@en .

<http://lexvo.org/id/char/26300> a lvont:Character ;
    lvont:represents "𦌀"^^xsd:string .

<http://lexvo.org/id/char/26301> a lvont:Character ;
    lvont:represents "𦌁"^^xsd:string ;
    rdfs:comment "a net"@en .

<http://lexvo.org/id/char/26302> a lvont:Character ;
    lvont:represents "𦌂"^^xsd:string .

<http://lexvo.org/id/char/26303> a lvont:Character ;
    lvont:represents "𦌃"^^xsd:string .

<http://lexvo.org/id/char/26304> a lvont:Character ;
    lvont:represents "𦌄"^^xsd:string .

<http://lexvo.org/id/char/26305> a lvont:Character ;
    lvont:represents "𦌅"^^xsd:string .

<http://lexvo.org/id/char/26306> a lvont:Character ;
    lvont:represents "𦌆"^^xsd:string .

<http://lexvo.org/id/char/26307> a lvont:Character ;
    lvont:represents "𦌇"^^xsd:string .

<http://lexvo.org/id/char/26308> a lvont:Character ;
    lvont:represents "𦌈"^^xsd:string .

<http://lexvo.org/id/char/26309> a lvont:Character ;
    lvont:represents "𦌉"^^xsd:string .

<http://lexvo.org/id/char/2630A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C3%B9>,
        "𦌊"^^xsd:string .

<http://lexvo.org/id/char/2630B> a lvont:Character ;
    lvont:represents "𦌋"^^xsd:string .

<http://lexvo.org/id/char/2630C> a lvont:Character ;
    lvont:represents "𦌌"^^xsd:string .

<http://lexvo.org/id/char/2630D> a lvont:Character ;
    lvont:represents "𦌍"^^xsd:string .

<http://lexvo.org/id/char/2630E> a lvont:Character ;
    lvont:represents "𦌎"^^xsd:string .

<http://lexvo.org/id/char/2630F> a lvont:Character ;
    lvont:represents "𦌏"^^xsd:string .

<http://lexvo.org/id/char/2631> a lvont:Character ;
    lvont:represents "☱"^^xsd:string ;
    rdfs:comment "TRIGRAM FOR LAKE"@en .

<http://lexvo.org/id/char/26310> a lvont:Character ;
    lvont:represents "𦌐"^^xsd:string .

<http://lexvo.org/id/char/26311> a lvont:Character ;
    lvont:represents "𦌑"^^xsd:string .

<http://lexvo.org/id/char/26312> a lvont:Character ;
    lvont:represents "𦌒"^^xsd:string .

<http://lexvo.org/id/char/26313> a lvont:Character ;
    lvont:represents "𦌓"^^xsd:string .

<http://lexvo.org/id/char/26314> a lvont:Character ;
    lvont:represents "𦌔"^^xsd:string .

<http://lexvo.org/id/char/26315> a lvont:Character ;
    lvont:represents "𦌕"^^xsd:string .

<http://lexvo.org/id/char/26316> a lvont:Character ;
    lvont:represents "𦌖"^^xsd:string .

<http://lexvo.org/id/char/26317> a lvont:Character ;
    lvont:represents "𦌗"^^xsd:string .

<http://lexvo.org/id/char/26318> a lvont:Character ;
    lvont:represents "𦌘"^^xsd:string .

<http://lexvo.org/id/char/26319> a lvont:Character ;
    lvont:represents "𦌙"^^xsd:string .

<http://lexvo.org/id/char/2631A> a lvont:Character ;
    lvont:represents "𦌚"^^xsd:string .

<http://lexvo.org/id/char/2631B> a lvont:Character ;
    lvont:represents "𦌛"^^xsd:string .

<http://lexvo.org/id/char/2631C> a lvont:Character ;
    lvont:represents "𦌜"^^xsd:string .

<http://lexvo.org/id/char/2631D> a lvont:Character ;
    lvont:represents "𦌝"^^xsd:string .

<http://lexvo.org/id/char/2631E> a lvont:Character ;
    lvont:represents "𦌞"^^xsd:string .

<http://lexvo.org/id/char/2631F> a lvont:Character ;
    lvont:represents "𦌟"^^xsd:string .

<http://lexvo.org/id/char/2632> a lvont:Character ;
    lvont:represents "☲"^^xsd:string ;
    rdfs:comment "TRIGRAM FOR FIRE"@en .

<http://lexvo.org/id/char/26320> a lvont:Character ;
    lvont:represents "𦌠"^^xsd:string .

<http://lexvo.org/id/char/26321> a lvont:Character ;
    lvont:represents "𦌡"^^xsd:string .

<http://lexvo.org/id/char/26322> a lvont:Character ;
    lvont:represents "𦌢"^^xsd:string .

<http://lexvo.org/id/char/26323> a lvont:Character ;
    lvont:represents "𦌣"^^xsd:string .

<http://lexvo.org/id/char/26324> a lvont:Character ;
    lvont:represents "𦌤"^^xsd:string .

<http://lexvo.org/id/char/26325> a lvont:Character ;
    lvont:represents "𦌥"^^xsd:string .

<http://lexvo.org/id/char/26326> a lvont:Character ;
    lvont:represents "𦌦"^^xsd:string .

<http://lexvo.org/id/char/26327> a lvont:Character ;
    lvont:represents "𦌧"^^xsd:string .

<http://lexvo.org/id/char/26328> a lvont:Character ;
    lvont:represents "𦌨"^^xsd:string .

<http://lexvo.org/id/char/26329> a lvont:Character ;
    lvont:represents "𦌩"^^xsd:string .

<http://lexvo.org/id/char/2632A> a lvont:Character ;
    lvont:represents "𦌪"^^xsd:string .

<http://lexvo.org/id/char/2632B> a lvont:Character ;
    lvont:represents "𦌫"^^xsd:string .

<http://lexvo.org/id/char/2632C> a lvont:Character ;
    lvont:represents "𦌬"^^xsd:string .

<http://lexvo.org/id/char/2632D> a lvont:Character ;
    lvont:represents "𦌭"^^xsd:string .

<http://lexvo.org/id/char/2632E> a lvont:Character ;
    lvont:represents "𦌮"^^xsd:string .

<http://lexvo.org/id/char/2632F> a lvont:Character ;
    lvont:represents "𦌯"^^xsd:string .

<http://lexvo.org/id/char/2633> a lvont:Character ;
    lvont:represents "☳"^^xsd:string ;
    rdfs:comment "TRIGRAM FOR THUNDER"@en .

<http://lexvo.org/id/char/26330> a lvont:Character ;
    lvont:represents "𦌰"^^xsd:string .

<http://lexvo.org/id/char/26331> a lvont:Character ;
    lvont:represents "𦌱"^^xsd:string .

<http://lexvo.org/id/char/26332> a lvont:Character ;
    lvont:represents "𦌲"^^xsd:string .

<http://lexvo.org/id/char/26333> a lvont:Character ;
    lvont:represents "𦌳"^^xsd:string .

<http://lexvo.org/id/char/26334> a lvont:Character ;
    lvont:represents "𦌴"^^xsd:string .

<http://lexvo.org/id/char/26335> a lvont:Character ;
    lvont:represents "𦌵"^^xsd:string .

<http://lexvo.org/id/char/26336> a lvont:Character ;
    lvont:represents "𦌶"^^xsd:string .

<http://lexvo.org/id/char/26337> a lvont:Character ;
    lvont:represents "𦌷"^^xsd:string .

<http://lexvo.org/id/char/26338> a lvont:Character ;
    lvont:represents "𦌸"^^xsd:string .

<http://lexvo.org/id/char/26339> a lvont:Character ;
    lvont:represents "𦌹"^^xsd:string .

<http://lexvo.org/id/char/2633A> a lvont:Character ;
    lvont:represents "𦌺"^^xsd:string .

<http://lexvo.org/id/char/2633B> a lvont:Character ;
    lvont:represents "𦌻"^^xsd:string .

<http://lexvo.org/id/char/2633C> a lvont:Character ;
    lvont:represents "𦌼"^^xsd:string .

<http://lexvo.org/id/char/2633D> a lvont:Character ;
    lvont:represents "𦌽"^^xsd:string .

<http://lexvo.org/id/char/2633E> a lvont:Character ;
    lvont:represents "𦌾"^^xsd:string .

<http://lexvo.org/id/char/2633F> a lvont:Character ;
    lvont:represents "𦌿"^^xsd:string .

<http://lexvo.org/id/char/2634> a lvont:Character ;
    lvont:represents "☴"^^xsd:string ;
    rdfs:comment "TRIGRAM FOR WIND"@en .

<http://lexvo.org/id/char/26340> a lvont:Character ;
    lvont:represents "𦍀"^^xsd:string .

<http://lexvo.org/id/char/26341> a lvont:Character ;
    lvont:represents "𦍁"^^xsd:string .

<http://lexvo.org/id/char/26342> a lvont:Character ;
    lvont:represents "𦍂"^^xsd:string .

<http://lexvo.org/id/char/26343> a lvont:Character ;
    lvont:represents "𦍃"^^xsd:string .

<http://lexvo.org/id/char/26344> a lvont:Character ;
    lvont:represents "𦍄"^^xsd:string .

<http://lexvo.org/id/char/26345> a lvont:Character ;
    lvont:represents "𦍅"^^xsd:string .

<http://lexvo.org/id/char/26346> a lvont:Character ;
    lvont:represents "𦍆"^^xsd:string .

<http://lexvo.org/id/char/26347> a lvont:Character ;
    lvont:represents "𦍇"^^xsd:string .

<http://lexvo.org/id/char/26348> a lvont:Character ;
    lvont:represents "𦍈"^^xsd:string .

<http://lexvo.org/id/char/26349> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/l%E1%BA%A1>,
        "𦍉"^^xsd:string .

<http://lexvo.org/id/char/2634A> a lvont:Character ;
    lvont:represents "𦍊"^^xsd:string .

<http://lexvo.org/id/char/2634E> a lvont:Character ;
    lvont:represents "𦍎"^^xsd:string .

<http://lexvo.org/id/char/2634F> a lvont:Character ;
    lvont:represents "𦍏"^^xsd:string .

<http://lexvo.org/id/char/2635> a lvont:Character ;
    lvont:represents "☵"^^xsd:string ;
    rdfs:comment "TRIGRAM FOR WATER"@en .

<http://lexvo.org/id/char/26350> a lvont:Character ;
    lvont:represents "𦍐"^^xsd:string .

<http://lexvo.org/id/char/26351> a lvont:Character ;
    lvont:represents "𦍑"^^xsd:string .

<http://lexvo.org/id/char/26352> a lvont:Character ;
    lvont:represents "𦍒"^^xsd:string .

<http://lexvo.org/id/char/26353> a lvont:Character ;
    lvont:represents "𦍓"^^xsd:string .

<http://lexvo.org/id/char/26354> a lvont:Character ;
    lvont:represents "𦍔"^^xsd:string .

<http://lexvo.org/id/char/26355> a lvont:Character ;
    lvont:represents "𦍕"^^xsd:string .

<http://lexvo.org/id/char/26356> a lvont:Character ;
    lvont:represents "𦍖"^^xsd:string .

<http://lexvo.org/id/char/26357> a lvont:Character ;
    lvont:represents "𦍗"^^xsd:string .

<http://lexvo.org/id/char/26358> a lvont:Character ;
    lvont:represents "𦍘"^^xsd:string .

<http://lexvo.org/id/char/26359> a lvont:Character ;
    lvont:represents "𦍙"^^xsd:string .

<http://lexvo.org/id/char/2635A> a lvont:Character ;
    lvont:represents "𦍚"^^xsd:string .

<http://lexvo.org/id/char/2635B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/d%C3%A1ng>,
        "𦍛"^^xsd:string .

<http://lexvo.org/id/char/2635C> a lvont:Character ;
    lvont:represents "𦍜"^^xsd:string .

<http://lexvo.org/id/char/2635D> a lvont:Character ;
    lvont:represents "𦍝"^^xsd:string .

<http://lexvo.org/id/char/2635E> a lvont:Character ;
    lvont:represents "𦍞"^^xsd:string .

<http://lexvo.org/id/char/2635F> a lvont:Character ;
    lvont:represents "𦍟"^^xsd:string .

<http://lexvo.org/id/char/2636> a lvont:Character ;
    lvont:represents "☶"^^xsd:string ;
    rdfs:comment "TRIGRAM FOR MOUNTAIN"@en .

<http://lexvo.org/id/char/26360> a lvont:Character ;
    lvont:represents "𦍠"^^xsd:string .

<http://lexvo.org/id/char/26361> a lvont:Character ;
    lvont:represents "𦍡"^^xsd:string .

<http://lexvo.org/id/char/26362> a lvont:Character ;
    lvont:represents "𦍢"^^xsd:string .

<http://lexvo.org/id/char/26363> a lvont:Character ;
    lvont:represents "𦍣"^^xsd:string .

<http://lexvo.org/id/char/26364> a lvont:Character ;
    lvont:represents "𦍤"^^xsd:string .

<http://lexvo.org/id/char/26365> a lvont:Character ;
    lvont:represents "𦍥"^^xsd:string .

<http://lexvo.org/id/char/26366> a lvont:Character ;
    lvont:represents "𦍦"^^xsd:string .

<http://lexvo.org/id/char/26367> a lvont:Character ;
    lvont:represents "𦍧"^^xsd:string .

<http://lexvo.org/id/char/26368> a lvont:Character ;
    lvont:represents "𦍨"^^xsd:string .

<http://lexvo.org/id/char/26369> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C7%94>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gu2>,
        <http://lexvo.org/id/term/yue/%F0%A6%8D%A9>,
        "𦍩"^^xsd:string ;
    rdfs:comment "a ram"@en .

<http://lexvo.org/id/char/2636A> a lvont:Character ;
    lvont:represents "𦍪"^^xsd:string .

<http://lexvo.org/id/char/2636B> a lvont:Character ;
    lvont:represents "𦍫"^^xsd:string .

<http://lexvo.org/id/char/2636C> a lvont:Character ;
    lvont:represents "𦍬"^^xsd:string .

<http://lexvo.org/id/char/2636D> a lvont:Character ;
    lvont:represents "𦍭"^^xsd:string .

<http://lexvo.org/id/char/2636E> a lvont:Character ;
    lvont:represents "𦍮"^^xsd:string .

<http://lexvo.org/id/char/2636F> a lvont:Character ;
    lvont:represents "𦍯"^^xsd:string .

<http://lexvo.org/id/char/2637> a lvont:Character ;
    lvont:represents "☷"^^xsd:string ;
    rdfs:comment "TRIGRAM FOR EARTH"@en .

<http://lexvo.org/id/char/26370> a lvont:Character ;
    lvont:represents "𦍰"^^xsd:string .

<http://lexvo.org/id/char/26371> a lvont:Character ;
    lvont:represents "𦍱"^^xsd:string .

<http://lexvo.org/id/char/26372> a lvont:Character ;
    lvont:represents "𦍲"^^xsd:string .

<http://lexvo.org/id/char/26373> a lvont:Character ;
    lvont:represents "𦍳"^^xsd:string .

<http://lexvo.org/id/char/26374> a lvont:Character ;
    lvont:represents "𦍴"^^xsd:string .

<http://lexvo.org/id/char/26375> a lvont:Character ;
    lvont:represents "𦍵"^^xsd:string .

<http://lexvo.org/id/char/26376> a lvont:Character ;
    lvont:represents "𦍶"^^xsd:string .

<http://lexvo.org/id/char/26377> a lvont:Character ;
    lvont:represents "𦍷"^^xsd:string .

<http://lexvo.org/id/char/26378> a lvont:Character ;
    lvont:represents "𦍸"^^xsd:string .

<http://lexvo.org/id/char/26379> a lvont:Character ;
    lvont:represents "𦍹"^^xsd:string .

<http://lexvo.org/id/char/2637A> a lvont:Character ;
    lvont:represents "𦍺"^^xsd:string .

<http://lexvo.org/id/char/2637B> a lvont:Character ;
    lvont:represents "𦍻"^^xsd:string .

<http://lexvo.org/id/char/2637C> a lvont:Character ;
    lvont:represents "𦍼"^^xsd:string .

<http://lexvo.org/id/char/2637D> a lvont:Character ;
    lvont:represents "𦍽"^^xsd:string .

<http://lexvo.org/id/char/2637E> a lvont:Character ;
    lvont:represents "𦍾"^^xsd:string .

<http://lexvo.org/id/char/2637F> a lvont:Character ;
    lvont:represents "𦍿"^^xsd:string .

<http://lexvo.org/id/char/2638> a lvont:Character ;
    lvont:represents "☸"^^xsd:string ;
    rdfs:comment "WHEEL OF DHARMA"@en .

<http://lexvo.org/id/char/26380> a lvont:Character ;
    lvont:represents "𦎀"^^xsd:string .

<http://lexvo.org/id/char/26381> a lvont:Character ;
    lvont:represents "𦎁"^^xsd:string .

<http://lexvo.org/id/char/26382> a lvont:Character ;
    lvont:represents "𦎂"^^xsd:string .

<http://lexvo.org/id/char/26383> a lvont:Character ;
    lvont:represents "𦎃"^^xsd:string .

<http://lexvo.org/id/char/26384> a lvont:Character ;
    lvont:represents "𦎄"^^xsd:string .

<http://lexvo.org/id/char/26385> a lvont:Character ;
    lvont:represents "𦎅"^^xsd:string .

<http://lexvo.org/id/char/26386> a lvont:Character ;
    lvont:represents "𦎆"^^xsd:string .

<http://lexvo.org/id/char/26387> a lvont:Character ;
    lvont:represents "𦎇"^^xsd:string .

<http://lexvo.org/id/char/26388> a lvont:Character ;
    lvont:represents "𦎈"^^xsd:string .

<http://lexvo.org/id/char/26389> a lvont:Character ;
    lvont:represents "𦎉"^^xsd:string .

<http://lexvo.org/id/char/2638A> a lvont:Character ;
    lvont:represents "𦎊"^^xsd:string .

<http://lexvo.org/id/char/2638B> a lvont:Character ;
    lvont:represents "𦎋"^^xsd:string .

<http://lexvo.org/id/char/2638C> a lvont:Character ;
    lvont:represents "𦎌"^^xsd:string .

<http://lexvo.org/id/char/2638D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/gi%C3%B2n>,
        "𦎍"^^xsd:string .

<http://lexvo.org/id/char/2638E> a lvont:Character ;
    lvont:represents "𦎎"^^xsd:string .

<http://lexvo.org/id/char/2638F> a lvont:Character ;
    lvont:represents "𦎏"^^xsd:string .

<http://lexvo.org/id/char/2639> a lvont:Character ;
    lvont:represents "☹"^^xsd:string ;
    rdfs:comment "WHITE FROWNING FACE"@en .

<http://lexvo.org/id/char/26390> a lvont:Character ;
    lvont:represents "𦎐"^^xsd:string .

<http://lexvo.org/id/char/26391> a lvont:Character ;
    lvont:represents "𦎑"^^xsd:string .

<http://lexvo.org/id/char/26392> a lvont:Character ;
    lvont:represents "𦎒"^^xsd:string .

<http://lexvo.org/id/char/26393> a lvont:Character ;
    lvont:represents "𦎓"^^xsd:string .

<http://lexvo.org/id/char/26394> a lvont:Character ;
    lvont:represents "𦎔"^^xsd:string .

<http://lexvo.org/id/char/26395> a lvont:Character ;
    lvont:represents "𦎕"^^xsd:string .

<http://lexvo.org/id/char/26396> a lvont:Character ;
    lvont:represents "𦎖"^^xsd:string .

<http://lexvo.org/id/char/26397> a lvont:Character ;
    lvont:represents "𦎗"^^xsd:string .

<http://lexvo.org/id/char/26398> a lvont:Character ;
    lvont:represents "𦎘"^^xsd:string .

<http://lexvo.org/id/char/26399> a lvont:Character ;
    lvont:represents "𦎙"^^xsd:string .

<http://lexvo.org/id/char/2639A> a lvont:Character ;
    lvont:represents "𦎚"^^xsd:string .

<http://lexvo.org/id/char/2639B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/g%C6%B0%C6%A1ng>,
        "𦎛"^^xsd:string .

<http://lexvo.org/id/char/2639C> a lvont:Character ;
    lvont:represents "𦎜"^^xsd:string .

<http://lexvo.org/id/char/2639D> a lvont:Character ;
    lvont:represents "𦎝"^^xsd:string .

<http://lexvo.org/id/char/2639E> a lvont:Character ;
    lvont:represents "𦎞"^^xsd:string .

<http://lexvo.org/id/char/2639F> a lvont:Character ;
    lvont:represents "𦎟"^^xsd:string .

<http://lexvo.org/id/char/263A> a lvont:Character ;
    lvont:represents "☺"^^xsd:string ;
    rdfs:comment "WHITE SMILING FACE"@en .

<http://lexvo.org/id/char/263A0> a lvont:Character ;
    lvont:represents "𦎠"^^xsd:string .

<http://lexvo.org/id/char/263A1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/xinh>,
        "𦎡"^^xsd:string .

<http://lexvo.org/id/char/263A2> a lvont:Character ;
    lvont:represents "𦎢"^^xsd:string .

<http://lexvo.org/id/char/263A3> a lvont:Character ;
    lvont:represents "𦎣"^^xsd:string .

<http://lexvo.org/id/char/263A4> a lvont:Character ;
    lvont:represents "𦎤"^^xsd:string .

<http://lexvo.org/id/char/263A5> a lvont:Character ;
    lvont:represents "𦎥"^^xsd:string .

<http://lexvo.org/id/char/263A6> a lvont:Character ;
    lvont:represents "𦎦"^^xsd:string .

<http://lexvo.org/id/char/263A7> a lvont:Character ;
    lvont:represents "𦎧"^^xsd:string .

<http://lexvo.org/id/char/263A8> a lvont:Character ;
    lvont:represents "𦎨"^^xsd:string .

<http://lexvo.org/id/char/263A9> a lvont:Character ;
    lvont:represents "𦎩"^^xsd:string .

<http://lexvo.org/id/char/263AA> a lvont:Character ;
    lvont:represents "𦎪"^^xsd:string .

<http://lexvo.org/id/char/263AB> a lvont:Character ;
    lvont:represents "𦎫"^^xsd:string .

<http://lexvo.org/id/char/263AC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/tanh>,
        "𦎬"^^xsd:string .

<http://lexvo.org/id/char/263AD> a lvont:Character ;
    lvont:represents "𦎭"^^xsd:string .

<http://lexvo.org/id/char/263AE> a lvont:Character ;
    lvont:represents "𦎮"^^xsd:string .

<http://lexvo.org/id/char/263AF> a lvont:Character ;
    lvont:represents "𦎯"^^xsd:string .

<http://lexvo.org/id/char/263B> a lvont:Character ;
    lvont:represents "☻"^^xsd:string ;
    rdfs:comment "BLACK SMILING FACE"@en .

<http://lexvo.org/id/char/263B0> a lvont:Character ;
    lvont:represents "𦎰"^^xsd:string .

<http://lexvo.org/id/char/263B1> a lvont:Character ;
    lvont:represents "𦎱"^^xsd:string .

<http://lexvo.org/id/char/263B2> a lvont:Character ;
    lvont:represents "𦎲"^^xsd:string .

<http://lexvo.org/id/char/263B3> a lvont:Character ;
    lvont:represents "𦎳"^^xsd:string .

<http://lexvo.org/id/char/263B4> a lvont:Character ;
    lvont:represents "𦎴"^^xsd:string .

<http://lexvo.org/id/char/263B5> a lvont:Character ;
    lvont:represents "𦎵"^^xsd:string .

<http://lexvo.org/id/char/263B6> a lvont:Character ;
    lvont:represents "𦎶"^^xsd:string .

<http://lexvo.org/id/char/263B7> a lvont:Character ;
    lvont:represents "𦎷"^^xsd:string .

<http://lexvo.org/id/char/263B8> a lvont:Character ;
    lvont:represents "𦎸"^^xsd:string .

<http://lexvo.org/id/char/263B9> a lvont:Character ;
    lvont:represents "𦎹"^^xsd:string .

<http://lexvo.org/id/char/263BA> a lvont:Character ;
    lvont:represents "𦎺"^^xsd:string .

<http://lexvo.org/id/char/263BB> a lvont:Character ;
    lvont:represents "𦎻"^^xsd:string .

<http://lexvo.org/id/char/263BC> a lvont:Character ;
    lvont:represents "𦎼"^^xsd:string .

<http://lexvo.org/id/char/263BD> a lvont:Character ;
    lvont:represents "𦎽"^^xsd:string .

<http://lexvo.org/id/char/263BE> a lvont:Character ;
    lvont:represents "𦎾"^^xsd:string .

<http://lexvo.org/id/char/263BF> a lvont:Character ;
    lvont:represents "𦎿"^^xsd:string .

<http://lexvo.org/id/char/263C> a lvont:Character ;
    lvont:represents "☼"^^xsd:string ;
    rdfs:comment "WHITE SUN WITH RAYS"@en .

<http://lexvo.org/id/char/263C0> a lvont:Character ;
    lvont:represents "𦏀"^^xsd:string .

<http://lexvo.org/id/char/263C1> a lvont:Character ;
    lvont:represents "𦏁"^^xsd:string .

<http://lexvo.org/id/char/263C2> a lvont:Character ;
    lvont:represents "𦏂"^^xsd:string .

<http://lexvo.org/id/char/263C3> a lvont:Character ;
    lvont:represents "𦏃"^^xsd:string .

<http://lexvo.org/id/char/263C4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/%C4%91%E1%BB%8Fm>,
        "𦏄"^^xsd:string .

<http://lexvo.org/id/char/263C5> a lvont:Character ;
    lvont:represents "𦏅"^^xsd:string .

<http://lexvo.org/id/char/263C6> a lvont:Character ;
    lvont:represents "𦏆"^^xsd:string .

<http://lexvo.org/id/char/263C7> a lvont:Character ;
    lvont:represents "𦏇"^^xsd:string .

<http://lexvo.org/id/char/263C8> a lvont:Character ;
    lvont:represents "𦏈"^^xsd:string .

<http://lexvo.org/id/char/263C9> a lvont:Character ;
    lvont:represents "𦏉"^^xsd:string .

<http://lexvo.org/id/char/263CA> a lvont:Character ;
    lvont:represents "𦏊"^^xsd:string .

<http://lexvo.org/id/char/263CB> a lvont:Character ;
    lvont:represents "𦏋"^^xsd:string .

<http://lexvo.org/id/char/263CC> a lvont:Character ;
    lvont:represents "𦏌"^^xsd:string .

<http://lexvo.org/id/char/263CD> a lvont:Character ;
    lvont:represents "𦏍"^^xsd:string .

<http://lexvo.org/id/char/263CE> a lvont:Character ;
    lvont:represents "𦏎"^^xsd:string .

<http://lexvo.org/id/char/263CF> a lvont:Character ;
    lvont:represents "𦏏"^^xsd:string .

<http://lexvo.org/id/char/263D> a lvont:Character ;
    lvont:represents "☽"^^xsd:string ;
    rdfs:comment "FIRST QUARTER MOON"@en .

<http://lexvo.org/id/char/263D0> a lvont:Character ;
    lvont:represents "𦏐"^^xsd:string .

<http://lexvo.org/id/char/263D1> a lvont:Character ;
    lvont:represents "𦏑"^^xsd:string .

<http://lexvo.org/id/char/263D2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/mi%E1%BB%81u>,
        "𦏒"^^xsd:string .

<http://lexvo.org/id/char/263D3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/b%E1%BB%8Dn>,
        "𦏓"^^xsd:string .

<http://lexvo.org/id/char/263D4> a lvont:Character ;
    lvont:represents "𦏔"^^xsd:string .

<http://lexvo.org/id/char/263D5> a lvont:Character ;
    lvont:represents "𦏕"^^xsd:string .

<http://lexvo.org/id/char/263D6> a lvont:Character ;
    lvont:represents "𦏖"^^xsd:string .

<http://lexvo.org/id/char/263D7> a lvont:Character ;
    lvont:represents "𦏗"^^xsd:string .

<http://lexvo.org/id/char/263D8> a lvont:Character ;
    lvont:represents "𦏘"^^xsd:string .

<http://lexvo.org/id/char/263D9> a lvont:Character ;
    lvont:represents "𦏙"^^xsd:string .

<http://lexvo.org/id/char/263DA> a lvont:Character ;
    lvont:represents "𦏚"^^xsd:string .

<http://lexvo.org/id/char/263DB> a lvont:Character ;
    lvont:represents "𦏛"^^xsd:string .

<http://lexvo.org/id/char/263DC> a lvont:Character ;
    lvont:represents "𦏜"^^xsd:string .

<http://lexvo.org/id/char/263DD> a lvont:Character ;
    lvont:represents "𦏝"^^xsd:string .

<http://lexvo.org/id/char/263DE> a lvont:Character ;
    lvont:represents "𦏞"^^xsd:string .

<http://lexvo.org/id/char/263DF> a lvont:Character ;
    lvont:represents "𦏟"^^xsd:string .

<http://lexvo.org/id/char/263E> a lvont:Character ;
    lvont:represents "☾"^^xsd:string ;
    rdfs:comment "LAST QUARTER MOON"@en .

<http://lexvo.org/id/char/263E0> a lvont:Character ;
    lvont:represents "𦏠"^^xsd:string .

<http://lexvo.org/id/char/263E1> a lvont:Character ;
    lvont:represents "𦏡"^^xsd:string .

<http://lexvo.org/id/char/263E2> a lvont:Character ;
    lvont:represents "𦏢"^^xsd:string .

<http://lexvo.org/id/char/263E3> a lvont:Character ;
    lvont:represents "𦏣"^^xsd:string .

<http://lexvo.org/id/char/263E4> a lvont:Character ;
    lvont:represents "𦏤"^^xsd:string .

<http://lexvo.org/id/char/263E5> a lvont:Character ;
    lvont:represents "𦏥"^^xsd:string .

<http://lexvo.org/id/char/263E6> a lvont:Character ;
    lvont:represents "𦏦"^^xsd:string .

<http://lexvo.org/id/char/263E7> a lvont:Character ;
    lvont:represents "𦏧"^^xsd:string .

<http://lexvo.org/id/char/263E8> a lvont:Character ;
    lvont:represents "𦏨"^^xsd:string .

<http://lexvo.org/id/char/263E9> a lvont:Character ;
    lvont:represents "𦏩"^^xsd:string .

<http://lexvo.org/id/char/263EA> a lvont:Character ;
    lvont:represents "𦏪"^^xsd:string .

<http://lexvo.org/id/char/263EB> a lvont:Character ;
    lvont:represents "𦏫"^^xsd:string .

<http://lexvo.org/id/char/263EC> a lvont:Character ;
    lvont:represents "𦏬"^^xsd:string .

<http://lexvo.org/id/char/263ED> a lvont:Character ;
    lvont:represents "𦏭"^^xsd:string .

<http://lexvo.org/id/char/263EE> a lvont:Character ;
    lvont:represents "𦏮"^^xsd:string .

<http://lexvo.org/id/char/263EF> a lvont:Character ;
    lvont:represents "𦏯"^^xsd:string .

<http://lexvo.org/id/char/263F> a lvont:Character ;
    lvont:represents "☿"^^xsd:string ;
    rdfs:comment "MERCURY"@en .

<http://lexvo.org/id/char/263F0> a lvont:Character ;
    lvont:represents "𦏰"^^xsd:string .

<http://lexvo.org/id/char/263F1> a lvont:Character ;
    lvont:represents "𦏱"^^xsd:string .

<http://lexvo.org/id/char/263F3> a lvont:Character ;
    lvont:represents "𦏳"^^xsd:string .

<http://lexvo.org/id/char/263F4> a lvont:Character ;
    lvont:represents "𦏴"^^xsd:string .

<http://lexvo.org/id/char/263F5> a lvont:Character ;
    lvont:represents "𦏵"^^xsd:string .

<http://lexvo.org/id/char/263F6> a lvont:Character ;
    lvont:represents "𦏶"^^xsd:string .

<http://lexvo.org/id/char/263F7> a lvont:Character ;
    lvont:represents "𦏷"^^xsd:string .

<http://lexvo.org/id/char/263F8> a lvont:Character ;
    lvont:represents "𦏸"^^xsd:string .

<http://lexvo.org/id/char/263F9> a lvont:Character ;
    lvont:represents "𦏹"^^xsd:string .

<http://lexvo.org/id/char/263FA> a lvont:Character ;
    lvont:represents "𦏺"^^xsd:string .

<http://lexvo.org/id/char/263FB> a lvont:Character ;
    lvont:represents "𦏻"^^xsd:string .

<http://lexvo.org/id/char/263FC> a lvont:Character ;
    lvont:represents "𦏼"^^xsd:string .

<http://lexvo.org/id/char/263FD> a lvont:Character ;
    lvont:represents "𦏽"^^xsd:string .

<http://lexvo.org/id/char/263FE> a lvont:Character ;
    lvont:represents "𦏾"^^xsd:string .

<http://lexvo.org/id/char/263FF> a lvont:Character ;
    lvont:represents "𦏿"^^xsd:string .

<http://lexvo.org/id/char/2640> a lvont:Character ;
    lvont:represents "♀"^^xsd:string ;
    rdfs:comment "FEMALE SIGN"@en .

<http://lexvo.org/id/char/26400> a lvont:Character ;
    lvont:represents "𦐀"^^xsd:string .

<http://lexvo.org/id/char/26401> a lvont:Character ;
    lvont:represents "𦐁"^^xsd:string .

<http://lexvo.org/id/char/26402> a lvont:Character ;
    lvont:represents "𦐂"^^xsd:string .

<http://lexvo.org/id/char/26403> a lvont:Character ;
    lvont:represents "𦐃"^^xsd:string .

<http://lexvo.org/id/char/26404> a lvont:Character ;
    lvont:represents "𦐄"^^xsd:string .

<http://lexvo.org/id/char/26405> a lvont:Character ;
    lvont:represents "𦐅"^^xsd:string .

<http://lexvo.org/id/char/26406> a lvont:Character ;
    lvont:represents "𦐆"^^xsd:string .

<http://lexvo.org/id/char/26407> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/taap3>,
        <http://lexvo.org/id/term/yue/%F0%A6%90%87>,
        "𦐇"^^xsd:string ;
    rdfs:comment "the sound of wings, whir"@en .

<http://lexvo.org/id/char/26408> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%F0%A6%90%88>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C4%93n>,
        "𦐈"^^xsd:string ;
    rdfs:comment "to fly"@en .

<http://lexvo.org/id/char/26409> a lvont:Character ;
    lvont:represents "𦐉"^^xsd:string .

<http://lexvo.org/id/char/2640A> a lvont:Character ;
    lvont:represents "𦐊"^^xsd:string .

<http://lexvo.org/id/char/2640B> a lvont:Character ;
    lvont:represents "𦐋"^^xsd:string .

<http://lexvo.org/id/char/2640C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%B3ng>,
        "𦐌"^^xsd:string .

<http://lexvo.org/id/char/2640D> a lvont:Character ;
    lvont:represents "𦐍"^^xsd:string .

<http://lexvo.org/id/char/2640E> a lvont:Character ;
    lvont:represents "𦐎"^^xsd:string .

<http://lexvo.org/id/char/2640F> a lvont:Character ;
    lvont:represents "𦐏"^^xsd:string .

<http://lexvo.org/id/char/2641> a lvont:Character ;
    lvont:represents "♁"^^xsd:string ;
    rdfs:comment "EARTH"@en .

<http://lexvo.org/id/char/26410> a lvont:Character ;
    lvont:represents "𦐐"^^xsd:string .

<http://lexvo.org/id/char/26411> a lvont:Character ;
    lvont:represents "𦐑"^^xsd:string .

<http://lexvo.org/id/char/26412> a lvont:Character ;
    lvont:represents "𦐒"^^xsd:string .

<http://lexvo.org/id/char/26413> a lvont:Character ;
    lvont:represents "𦐓"^^xsd:string .

<http://lexvo.org/id/char/26414> a lvont:Character ;
    lvont:represents "𦐔"^^xsd:string .

<http://lexvo.org/id/char/26415> a lvont:Character ;
    lvont:represents "𦐕"^^xsd:string .

<http://lexvo.org/id/char/26416> a lvont:Character ;
    lvont:represents "𦐖"^^xsd:string .

<http://lexvo.org/id/char/26417> a lvont:Character ;
    lvont:represents "𦐗"^^xsd:string .

<http://lexvo.org/id/char/26418> a lvont:Character ;
    lvont:represents "𦐘"^^xsd:string .

<http://lexvo.org/id/char/26419> a lvont:Character ;
    lvont:represents "𦐙"^^xsd:string .

<http://lexvo.org/id/char/2641A> a lvont:Character ;
    lvont:represents "𦐚"^^xsd:string .

<http://lexvo.org/id/char/2641B> a lvont:Character ;
    lvont:represents "𦐛"^^xsd:string .

<http://lexvo.org/id/char/2641C> a lvont:Character ;
    lvont:represents "𦐜"^^xsd:string .

<http://lexvo.org/id/char/2641D> a lvont:Character ;
    lvont:represents "𦐝"^^xsd:string .

<http://lexvo.org/id/char/2641E> a lvont:Character ;
    lvont:represents "𦐞"^^xsd:string .

<http://lexvo.org/id/char/2641F> a lvont:Character ;
    lvont:represents "𦐟"^^xsd:string .

<http://lexvo.org/id/char/2642> a lvont:Character ;
    lvont:represents "♂"^^xsd:string ;
    rdfs:comment "MALE SIGN"@en .

<http://lexvo.org/id/char/26420> a lvont:Character ;
    lvont:represents "𦐠"^^xsd:string .

<http://lexvo.org/id/char/26421> a lvont:Character ;
    lvont:represents "𦐡"^^xsd:string .

<http://lexvo.org/id/char/26422> a lvont:Character ;
    lvont:represents "𦐢"^^xsd:string .

<http://lexvo.org/id/char/26423> a lvont:Character ;
    lvont:represents "𦐣"^^xsd:string .

<http://lexvo.org/id/char/26424> a lvont:Character ;
    lvont:represents "𦐤"^^xsd:string .

<http://lexvo.org/id/char/26425> a lvont:Character ;
    lvont:represents "𦐥"^^xsd:string .

<http://lexvo.org/id/char/26426> a lvont:Character ;
    lvont:represents "𦐦"^^xsd:string .

<http://lexvo.org/id/char/26427> a lvont:Character ;
    lvont:represents "𦐧"^^xsd:string .

<http://lexvo.org/id/char/26428> a lvont:Character ;
    lvont:represents "𦐨"^^xsd:string .

<http://lexvo.org/id/char/26429> a lvont:Character ;
    lvont:represents "𦐩"^^xsd:string .

<http://lexvo.org/id/char/2642A> a lvont:Character ;
    lvont:represents "𦐪"^^xsd:string .

<http://lexvo.org/id/char/2642B> a lvont:Character ;
    lvont:represents "𦐫"^^xsd:string .

<http://lexvo.org/id/char/2642C> a lvont:Character ;
    lvont:represents "𦐬"^^xsd:string .

<http://lexvo.org/id/char/2642D> a lvont:Character ;
    lvont:represents "𦐭"^^xsd:string .

<http://lexvo.org/id/char/2642E> a lvont:Character ;
    lvont:represents "𦐮"^^xsd:string .

<http://lexvo.org/id/char/2642F> a lvont:Character ;
    lvont:represents "𦐯"^^xsd:string .

<http://lexvo.org/id/char/2643> a lvont:Character ;
    lvont:represents "♃"^^xsd:string ;
    rdfs:comment "JUPITER"@en .

<http://lexvo.org/id/char/26430> a lvont:Character ;
    lvont:represents "𦐰"^^xsd:string .

<http://lexvo.org/id/char/26431> a lvont:Character ;
    lvont:represents "𦐱"^^xsd:string .

<http://lexvo.org/id/char/26432> a lvont:Character ;
    lvont:represents "𦐲"^^xsd:string .

<http://lexvo.org/id/char/26433> a lvont:Character ;
    lvont:represents "𦐳"^^xsd:string .

<http://lexvo.org/id/char/26434> a lvont:Character ;
    lvont:represents "𦐴"^^xsd:string .

<http://lexvo.org/id/char/26435> a lvont:Character ;
    lvont:represents "𦐵"^^xsd:string .

<http://lexvo.org/id/char/26436> a lvont:Character ;
    lvont:represents "𦐶"^^xsd:string .

<http://lexvo.org/id/char/26437> a lvont:Character ;
    lvont:represents "𦐷"^^xsd:string .

<http://lexvo.org/id/char/26438> a lvont:Character ;
    lvont:represents "𦐸"^^xsd:string .

<http://lexvo.org/id/char/26439> a lvont:Character ;
    lvont:represents "𦐹"^^xsd:string .

<http://lexvo.org/id/char/2643A> a lvont:Character ;
    lvont:represents "𦐺"^^xsd:string .

<http://lexvo.org/id/char/2643B> a lvont:Character ;
    lvont:represents "𦐻"^^xsd:string .

<http://lexvo.org/id/char/2643C> a lvont:Character ;
    lvont:represents "𦐼"^^xsd:string .

<http://lexvo.org/id/char/2643D> a lvont:Character ;
    lvont:represents "𦐽"^^xsd:string .

<http://lexvo.org/id/char/2643E> a lvont:Character ;
    lvont:represents "𦐾"^^xsd:string .

<http://lexvo.org/id/char/2643F> a lvont:Character ;
    lvont:represents "𦐿"^^xsd:string .

<http://lexvo.org/id/char/2644> a lvont:Character ;
    lvont:represents "♄"^^xsd:string ;
    rdfs:comment "SATURN"@en .

<http://lexvo.org/id/char/26440> a lvont:Character ;
    lvont:represents "𦑀"^^xsd:string .

<http://lexvo.org/id/char/26441> a lvont:Character ;
    lvont:represents "𦑁"^^xsd:string .

<http://lexvo.org/id/char/26442> a lvont:Character ;
    lvont:represents "𦑂"^^xsd:string .

<http://lexvo.org/id/char/26443> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/c%C3%A1nh>,
        "𦑃"^^xsd:string .

<http://lexvo.org/id/char/26444> a lvont:Character ;
    lvont:represents "𦑄"^^xsd:string .

<http://lexvo.org/id/char/26445> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/l%C6%B0%E1%BB%A3n>,
        "𦑅"^^xsd:string .

<http://lexvo.org/id/char/26446> a lvont:Character ;
    lvont:represents "𦑆"^^xsd:string .

<http://lexvo.org/id/char/26447> a lvont:Character ;
    lvont:represents "𦑇"^^xsd:string .

<http://lexvo.org/id/char/26448> a lvont:Character ;
    lvont:represents "𦑈"^^xsd:string .

<http://lexvo.org/id/char/26449> a lvont:Character ;
    lvont:represents "𦑉"^^xsd:string .

<http://lexvo.org/id/char/2644A> a lvont:Character ;
    lvont:represents "𦑊"^^xsd:string .

<http://lexvo.org/id/char/2644B> a lvont:Character ;
    lvont:represents "𦑋"^^xsd:string .

<http://lexvo.org/id/char/2644C> a lvont:Character ;
    lvont:represents "𦑌"^^xsd:string .

<http://lexvo.org/id/char/2644D> a lvont:Character ;
    lvont:represents "𦑍"^^xsd:string .

<http://lexvo.org/id/char/2644E> a lvont:Character ;
    lvont:represents "𦑎"^^xsd:string .

<http://lexvo.org/id/char/2644F> a lvont:Character ;
    lvont:represents "𦑏"^^xsd:string .

<http://lexvo.org/id/char/2645> a lvont:Character ;
    lvont:represents "♅"^^xsd:string ;
    rdfs:comment "URANUS"@en .

<http://lexvo.org/id/char/26450> a lvont:Character ;
    lvont:represents "𦑐"^^xsd:string .

<http://lexvo.org/id/char/26451> a lvont:Character ;
    lvont:represents "𦑑"^^xsd:string .

<http://lexvo.org/id/char/26452> a lvont:Character ;
    lvont:represents "𦑒"^^xsd:string .

<http://lexvo.org/id/char/26453> a lvont:Character ;
    lvont:represents "𦑓"^^xsd:string .

<http://lexvo.org/id/char/26454> a lvont:Character ;
    lvont:represents "𦑔"^^xsd:string .

<http://lexvo.org/id/char/26455> a lvont:Character ;
    lvont:represents "𦑕"^^xsd:string .

<http://lexvo.org/id/char/26456> a lvont:Character ;
    lvont:represents "𦑖"^^xsd:string .

<http://lexvo.org/id/char/26457> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/qu%E1%BA%A1t>,
        "𦑗"^^xsd:string .

<http://lexvo.org/id/char/26458> a lvont:Character ;
    lvont:represents "𦑘"^^xsd:string .

<http://lexvo.org/id/char/26459> a lvont:Character ;
    lvont:represents "𦑙"^^xsd:string .

<http://lexvo.org/id/char/2645A> a lvont:Character ;
    lvont:represents "𦑚"^^xsd:string .

<http://lexvo.org/id/char/2645B> a lvont:Character ;
    lvont:represents "𦑛"^^xsd:string .

<http://lexvo.org/id/char/2645C> a lvont:Character ;
    lvont:represents "𦑜"^^xsd:string .

<http://lexvo.org/id/char/2645D> a lvont:Character ;
    lvont:represents "𦑝"^^xsd:string .

<http://lexvo.org/id/char/2645E> a lvont:Character ;
    lvont:represents "𦑞"^^xsd:string .

<http://lexvo.org/id/char/2645F> a lvont:Character ;
    lvont:represents "𦑟"^^xsd:string .

<http://lexvo.org/id/char/2646> a lvont:Character ;
    lvont:represents "♆"^^xsd:string ;
    rdfs:comment "NEPTUNE"@en .

<http://lexvo.org/id/char/26460> a lvont:Character ;
    lvont:represents "𦑠"^^xsd:string .

<http://lexvo.org/id/char/26461> a lvont:Character ;
    lvont:represents "𦑡"^^xsd:string .

<http://lexvo.org/id/char/26462> a lvont:Character ;
    lvont:represents "𦑢"^^xsd:string .

<http://lexvo.org/id/char/26463> a lvont:Character ;
    lvont:represents "𦑣"^^xsd:string .

<http://lexvo.org/id/char/26464> a lvont:Character ;
    lvont:represents "𦑤"^^xsd:string .

<http://lexvo.org/id/char/26465> a lvont:Character ;
    lvont:represents "𦑥"^^xsd:string .

<http://lexvo.org/id/char/26466> a lvont:Character ;
    lvont:represents "𦑦"^^xsd:string .

<http://lexvo.org/id/char/26467> a lvont:Character ;
    lvont:represents "𦑧"^^xsd:string .

<http://lexvo.org/id/char/26468> a lvont:Character ;
    lvont:represents "𦑨"^^xsd:string .

<http://lexvo.org/id/char/26469> a lvont:Character ;
    lvont:represents "𦑩"^^xsd:string .

<http://lexvo.org/id/char/2646A> a lvont:Character ;
    lvont:represents "𦑪"^^xsd:string .

<http://lexvo.org/id/char/2646B> a lvont:Character ;
    lvont:represents "𦑫"^^xsd:string .

<http://lexvo.org/id/char/2646C> a lvont:Character ;
    lvont:represents "𦑬"^^xsd:string .

<http://lexvo.org/id/char/2646D> a lvont:Character ;
    lvont:represents "𦑭"^^xsd:string .

<http://lexvo.org/id/char/2646E> a lvont:Character ;
    lvont:represents "𦑮"^^xsd:string .

<http://lexvo.org/id/char/2646F> a lvont:Character ;
    lvont:represents "𦑯"^^xsd:string .

<http://lexvo.org/id/char/2647> a lvont:Character ;
    lvont:represents "♇"^^xsd:string ;
    rdfs:comment "PLUTO"@en .

<http://lexvo.org/id/char/26470> a lvont:Character ;
    lvont:represents "𦑰"^^xsd:string .

<http://lexvo.org/id/char/26471> a lvont:Character ;
    lvont:represents "𦑱"^^xsd:string .

<http://lexvo.org/id/char/26472> a lvont:Character ;
    lvont:represents "𦑲"^^xsd:string .

<http://lexvo.org/id/char/26473> a lvont:Character ;
    lvont:represents "𦑳"^^xsd:string .

<http://lexvo.org/id/char/26474> a lvont:Character ;
    lvont:represents "𦑴"^^xsd:string .

<http://lexvo.org/id/char/26475> a lvont:Character ;
    lvont:represents "𦑵"^^xsd:string .

<http://lexvo.org/id/char/26476> a lvont:Character ;
    lvont:represents "𦑶"^^xsd:string .

<http://lexvo.org/id/char/26477> a lvont:Character ;
    lvont:represents "𦑷"^^xsd:string .

<http://lexvo.org/id/char/26478> a lvont:Character ;
    lvont:represents "𦑸"^^xsd:string .

<http://lexvo.org/id/char/26479> a lvont:Character ;
    lvont:represents "𦑹"^^xsd:string .

<http://lexvo.org/id/char/2647A> a lvont:Character ;
    lvont:represents "𦑺"^^xsd:string .

<http://lexvo.org/id/char/2647B> a lvont:Character ;
    lvont:represents "𦑻"^^xsd:string .

<http://lexvo.org/id/char/2647C> a lvont:Character ;
    lvont:represents "𦑼"^^xsd:string .

<http://lexvo.org/id/char/2647D> a lvont:Character ;
    lvont:represents "𦑽"^^xsd:string .

<http://lexvo.org/id/char/2647E> a lvont:Character ;
    lvont:represents "𦑾"^^xsd:string .

<http://lexvo.org/id/char/2647F> a lvont:Character ;
    lvont:represents "𦑿"^^xsd:string .

<http://lexvo.org/id/char/2648> a lvont:Character ;
    lvont:represents "♈"^^xsd:string ;
    rdfs:comment "ARIES"@en .

<http://lexvo.org/id/char/26480> a lvont:Character ;
    lvont:represents "𦒀"^^xsd:string .

<http://lexvo.org/id/char/26481> a lvont:Character ;
    lvont:represents "𦒁"^^xsd:string .

<http://lexvo.org/id/char/26482> a lvont:Character ;
    lvont:represents "𦒂"^^xsd:string .

<http://lexvo.org/id/char/26483> a lvont:Character ;
    lvont:represents "𦒃"^^xsd:string .

<http://lexvo.org/id/char/26484> a lvont:Character ;
    lvont:represents "𦒄"^^xsd:string .

<http://lexvo.org/id/char/26485> a lvont:Character ;
    lvont:represents "𦒅"^^xsd:string .

<http://lexvo.org/id/char/26486> a lvont:Character ;
    lvont:represents "𦒆"^^xsd:string .

<http://lexvo.org/id/char/26487> a lvont:Character ;
    lvont:represents "𦒇"^^xsd:string .

<http://lexvo.org/id/char/26488> a lvont:Character ;
    lvont:represents "𦒈"^^xsd:string .

<http://lexvo.org/id/char/26489> a lvont:Character ;
    lvont:represents "𦒉"^^xsd:string .

<http://lexvo.org/id/char/2648A> a lvont:Character ;
    lvont:represents "𦒊"^^xsd:string .

<http://lexvo.org/id/char/2648B> a lvont:Character ;
    lvont:represents "𦒋"^^xsd:string .

<http://lexvo.org/id/char/2648C> a lvont:Character ;
    lvont:represents "𦒌"^^xsd:string .

<http://lexvo.org/id/char/2648D> a lvont:Character ;
    lvont:represents "𦒍"^^xsd:string .

<http://lexvo.org/id/char/2648E> a lvont:Character ;
    lvont:represents "𦒎"^^xsd:string .

<http://lexvo.org/id/char/2648F> a lvont:Character ;
    lvont:represents "𦒏"^^xsd:string .

<http://lexvo.org/id/char/2649> a lvont:Character ;
    lvont:represents "♉"^^xsd:string ;
    rdfs:comment "TAURUS"@en .

<http://lexvo.org/id/char/26490> a lvont:Character ;
    lvont:represents "𦒐"^^xsd:string .

<http://lexvo.org/id/char/26491> a lvont:Character ;
    lvont:represents "𦒑"^^xsd:string .

<http://lexvo.org/id/char/26492> a lvont:Character ;
    lvont:represents "𦒒"^^xsd:string .

<http://lexvo.org/id/char/26493> a lvont:Character ;
    lvont:represents "𦒓"^^xsd:string .

<http://lexvo.org/id/char/26494> a lvont:Character ;
    lvont:represents "𦒔"^^xsd:string .

<http://lexvo.org/id/char/26495> a lvont:Character ;
    lvont:represents "𦒕"^^xsd:string .

<http://lexvo.org/id/char/26496> a lvont:Character ;
    lvont:represents "𦒖"^^xsd:string .

<http://lexvo.org/id/char/26497> a lvont:Character ;
    lvont:represents "𦒗"^^xsd:string .

<http://lexvo.org/id/char/26498> a lvont:Character ;
    lvont:represents "𦒘"^^xsd:string .

<http://lexvo.org/id/char/26499> a lvont:Character ;
    lvont:represents "𦒙"^^xsd:string .

<http://lexvo.org/id/char/2649A> a lvont:Character ;
    lvont:represents "𦒚"^^xsd:string .

<http://lexvo.org/id/char/2649B> a lvont:Character ;
    lvont:represents "𦒛"^^xsd:string .

<http://lexvo.org/id/char/2649C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/zin1>,
        <http://lexvo.org/id/term/yue/%F0%A6%92%9C>,
        "𦒜"^^xsd:string .

<http://lexvo.org/id/char/2649D> a lvont:Character ;
    lvont:represents "𦒝"^^xsd:string .

<http://lexvo.org/id/char/2649E> a lvont:Character ;
    lvont:represents "𦒞"^^xsd:string .

<http://lexvo.org/id/char/2649F> a lvont:Character ;
    lvont:represents "𦒟"^^xsd:string .

<http://lexvo.org/id/char/264A> a lvont:Character ;
    lvont:represents "♊"^^xsd:string ;
    rdfs:comment "GEMINI"@en .

<http://lexvo.org/id/char/264A0> a lvont:Character ;
    lvont:represents "𦒠"^^xsd:string .

<http://lexvo.org/id/char/264A1> a lvont:Character ;
    lvont:represents "𦒡"^^xsd:string .

<http://lexvo.org/id/char/264A2> a lvont:Character ;
    lvont:represents "𦒢"^^xsd:string .

<http://lexvo.org/id/char/264A3> a lvont:Character ;
    lvont:represents "𦒣"^^xsd:string .

<http://lexvo.org/id/char/264A4> a lvont:Character ;
    lvont:represents "𦒤"^^xsd:string .

<http://lexvo.org/id/char/264A5> a lvont:Character ;
    lvont:represents "𦒥"^^xsd:string .

<http://lexvo.org/id/char/264A6> a lvont:Character ;
    lvont:represents "𦒦"^^xsd:string .

<http://lexvo.org/id/char/264A7> a lvont:Character ;
    lvont:represents "𦒧"^^xsd:string .

<http://lexvo.org/id/char/264A8> a lvont:Character ;
    lvont:represents "𦒨"^^xsd:string .

<http://lexvo.org/id/char/264A9> a lvont:Character ;
    lvont:represents "𦒩"^^xsd:string .

<http://lexvo.org/id/char/264AA> a lvont:Character ;
    lvont:represents "𦒪"^^xsd:string .

<http://lexvo.org/id/char/264AB> a lvont:Character ;
    lvont:represents "𦒫"^^xsd:string .

<http://lexvo.org/id/char/264AC> a lvont:Character ;
    lvont:represents "𦒬"^^xsd:string .

<http://lexvo.org/id/char/264AD> a lvont:Character ;
    lvont:represents "𦒭"^^xsd:string .

<http://lexvo.org/id/char/264AE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/l%C3%B4ng>,
        "𦒮"^^xsd:string .

<http://lexvo.org/id/char/264AF> a lvont:Character ;
    lvont:represents "𦒯"^^xsd:string .

<http://lexvo.org/id/char/264B> a lvont:Character ;
    lvont:represents "♋"^^xsd:string ;
    rdfs:comment "CANCER"@en .

<http://lexvo.org/id/char/264B0> a lvont:Character ;
    lvont:represents "𦒰"^^xsd:string .

<http://lexvo.org/id/char/264B1> a lvont:Character ;
    lvont:represents "𦒱"^^xsd:string .

<http://lexvo.org/id/char/264B2> a lvont:Character ;
    lvont:represents "𦒲"^^xsd:string .

<http://lexvo.org/id/char/264B3> a lvont:Character ;
    lvont:represents "𦒳"^^xsd:string .

<http://lexvo.org/id/char/264B4> a lvont:Character ;
    lvont:represents "𦒴"^^xsd:string .

<http://lexvo.org/id/char/264B5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/kh%E1%BB%A5>,
        "𦒵"^^xsd:string .

<http://lexvo.org/id/char/264B6> a lvont:Character ;
    lvont:represents "𦒶"^^xsd:string .

<http://lexvo.org/id/char/264B7> a lvont:Character ;
    lvont:represents "𦒷"^^xsd:string ;
    rdfs:comment "senility"@en .

<http://lexvo.org/id/char/264B8> a lvont:Character ;
    lvont:represents "𦒸"^^xsd:string .

<http://lexvo.org/id/char/264B9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/s%C3%A1u>,
        "𦒹"^^xsd:string .

<http://lexvo.org/id/char/264BA> a lvont:Character ;
    lvont:represents "𦒺"^^xsd:string .

<http://lexvo.org/id/char/264BB> a lvont:Character ;
    lvont:represents "𦒻"^^xsd:string .

<http://lexvo.org/id/char/264BC> a lvont:Character ;
    lvont:represents "𦒼"^^xsd:string .

<http://lexvo.org/id/char/264BD> a lvont:Character ;
    lvont:represents "𦒽"^^xsd:string .

<http://lexvo.org/id/char/264BE> a lvont:Character ;
    lvont:represents "𦒾"^^xsd:string .

<http://lexvo.org/id/char/264BF> a lvont:Character ;
    lvont:represents "𦒿"^^xsd:string .

<http://lexvo.org/id/char/264C> a lvont:Character ;
    lvont:represents "♌"^^xsd:string ;
    rdfs:comment "LEO"@en .

<http://lexvo.org/id/char/264C0> a lvont:Character ;
    lvont:represents "𦓀"^^xsd:string .

<http://lexvo.org/id/char/264C1> a lvont:Character ;
    lvont:represents "𦓁"^^xsd:string .

<http://lexvo.org/id/char/264C2> a lvont:Character ;
    lvont:represents "𦓂"^^xsd:string .

<http://lexvo.org/id/char/264C3> a lvont:Character ;
    lvont:represents "𦓃"^^xsd:string .

<http://lexvo.org/id/char/264C4> a lvont:Character ;
    lvont:represents "𦓄"^^xsd:string .

<http://lexvo.org/id/char/264C5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/gi%C3%A0>,
        "𦓅"^^xsd:string .

<http://lexvo.org/id/char/264C6> a lvont:Character ;
    lvont:represents "𦓆"^^xsd:string .

<http://lexvo.org/id/char/264C7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/kh%E1%BB%A5>,
        "𦓇"^^xsd:string .

<http://lexvo.org/id/char/264C8> a lvont:Character ;
    lvont:represents "𦓈"^^xsd:string .

<http://lexvo.org/id/char/264C9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/l%E1%BB%A5>,
        "𦓉"^^xsd:string .

<http://lexvo.org/id/char/264CA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/c%E1%BB%97i>,
        "𦓊"^^xsd:string .

<http://lexvo.org/id/char/264CB> a lvont:Character ;
    lvont:represents "𦓋"^^xsd:string .

<http://lexvo.org/id/char/264CC> a lvont:Character ;
    lvont:represents "𦓌"^^xsd:string .

<http://lexvo.org/id/char/264CD> a lvont:Character ;
    lvont:represents "𦓍"^^xsd:string .

<http://lexvo.org/id/char/264CE> a lvont:Character ;
    lvont:represents "𦓎"^^xsd:string .

<http://lexvo.org/id/char/264CF> a lvont:Character ;
    lvont:represents "𦓏"^^xsd:string .

<http://lexvo.org/id/char/264D> a lvont:Character ;
    lvont:represents "♍"^^xsd:string ;
    rdfs:comment "VIRGO"@en .

<http://lexvo.org/id/char/264D1> a lvont:Character ;
    lvont:represents "𦓑"^^xsd:string .

<http://lexvo.org/id/char/264D2> a lvont:Character ;
    lvont:represents "𦓒"^^xsd:string .

<http://lexvo.org/id/char/264D3> a lvont:Character ;
    lvont:represents "𦓓"^^xsd:string .

<http://lexvo.org/id/char/264D4> a lvont:Character ;
    lvont:represents "𦓔"^^xsd:string .

<http://lexvo.org/id/char/264D5> a lvont:Character ;
    lvont:represents "𦓕"^^xsd:string .

<http://lexvo.org/id/char/264D6> a lvont:Character ;
    lvont:represents "𦓖"^^xsd:string .

<http://lexvo.org/id/char/264D7> a lvont:Character ;
    lvont:represents "𦓗"^^xsd:string .

<http://lexvo.org/id/char/264D8> a lvont:Character ;
    lvont:represents "𦓘"^^xsd:string .

<http://lexvo.org/id/char/264D9> a lvont:Character ;
    lvont:represents "𦓙"^^xsd:string .

<http://lexvo.org/id/char/264DA> a lvont:Character ;
    lvont:represents "𦓚"^^xsd:string .

<http://lexvo.org/id/char/264DB> a lvont:Character ;
    lvont:represents "𦓛"^^xsd:string .

<http://lexvo.org/id/char/264DC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/l%E1%BA%ABu>,
        "𦓜"^^xsd:string .

<http://lexvo.org/id/char/264DD> a lvont:Character ;
    lvont:represents "𦓝"^^xsd:string .

<http://lexvo.org/id/char/264DE> a lvont:Character ;
    lvont:represents "𦓞"^^xsd:string .

<http://lexvo.org/id/char/264DF> a lvont:Character ;
    lvont:represents "𦓟"^^xsd:string .

<http://lexvo.org/id/char/264E> a lvont:Character ;
    lvont:represents "♎"^^xsd:string ;
    rdfs:comment "LIBRA"@en .

<http://lexvo.org/id/char/264E0> a lvont:Character ;
    lvont:represents "𦓠"^^xsd:string .

<http://lexvo.org/id/char/264E1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/m%C3%A0>,
        "𦓡"^^xsd:string .

<http://lexvo.org/id/char/264E2> a lvont:Character ;
    lvont:represents "𦓢"^^xsd:string .

<http://lexvo.org/id/char/264E3> a lvont:Character ;
    lvont:represents "𦓣"^^xsd:string .

<http://lexvo.org/id/char/264E5> a lvont:Character ;
    lvont:represents "𦓥"^^xsd:string .

<http://lexvo.org/id/char/264E6> a lvont:Character ;
    lvont:represents "𦓦"^^xsd:string .

<http://lexvo.org/id/char/264E7> a lvont:Character ;
    lvont:represents "𦓧"^^xsd:string .

<http://lexvo.org/id/char/264E8> a lvont:Character ;
    lvont:represents "𦓨"^^xsd:string .

<http://lexvo.org/id/char/264E9> a lvont:Character ;
    lvont:represents "𦓩"^^xsd:string .

<http://lexvo.org/id/char/264EA> a lvont:Character ;
    lvont:represents "𦓪"^^xsd:string .

<http://lexvo.org/id/char/264EB> a lvont:Character ;
    lvont:represents "𦓫"^^xsd:string .

<http://lexvo.org/id/char/264EC> a lvont:Character ;
    lvont:represents "𦓬"^^xsd:string .

<http://lexvo.org/id/char/264ED> a lvont:Character ;
    lvont:represents "𦓭"^^xsd:string .

<http://lexvo.org/id/char/264EE> a lvont:Character ;
    lvont:represents "𦓮"^^xsd:string .

<http://lexvo.org/id/char/264EF> a lvont:Character ;
    lvont:represents "𦓯"^^xsd:string .

<http://lexvo.org/id/char/264F> a lvont:Character ;
    lvont:represents "♏"^^xsd:string ;
    rdfs:comment "SCORPIUS"@en .

<http://lexvo.org/id/char/264F0> a lvont:Character ;
    lvont:represents "𦓰"^^xsd:string .

<http://lexvo.org/id/char/264F1> a lvont:Character ;
    lvont:represents "𦓱"^^xsd:string .

<http://lexvo.org/id/char/264F2> a lvont:Character ;
    lvont:represents "𦓲"^^xsd:string .

<http://lexvo.org/id/char/264F3> a lvont:Character ;
    lvont:represents "𦓳"^^xsd:string .

<http://lexvo.org/id/char/264F4> a lvont:Character ;
    lvont:represents "𦓴"^^xsd:string .

<http://lexvo.org/id/char/264F5> a lvont:Character ;
    lvont:represents "𦓵"^^xsd:string .

<http://lexvo.org/id/char/264F6> a lvont:Character ;
    lvont:represents "𦓶"^^xsd:string .

<http://lexvo.org/id/char/264F7> a lvont:Character ;
    lvont:represents "𦓷"^^xsd:string .

<http://lexvo.org/id/char/264F8> a lvont:Character ;
    lvont:represents "𦓸"^^xsd:string .

<http://lexvo.org/id/char/264F9> a lvont:Character ;
    lvont:represents "𦓹"^^xsd:string .

<http://lexvo.org/id/char/264FA> a lvont:Character ;
    lvont:represents "𦓺"^^xsd:string .

<http://lexvo.org/id/char/264FB> a lvont:Character ;
    lvont:represents "𦓻"^^xsd:string .

<http://lexvo.org/id/char/264FC> a lvont:Character ;
    lvont:represents "𦓼"^^xsd:string .

<http://lexvo.org/id/char/264FD> a lvont:Character ;
    lvont:represents "𦓽"^^xsd:string .

<http://lexvo.org/id/char/264FE> a lvont:Character ;
    lvont:represents "𦓾"^^xsd:string .

<http://lexvo.org/id/char/264FF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/c%E1%BA%A7y>,
        "𦓿"^^xsd:string .

<http://lexvo.org/id/char/2650> a lvont:Character ;
    lvont:represents "♐"^^xsd:string ;
    rdfs:comment "SAGITTARIUS"@en .

<http://lexvo.org/id/char/26500> a lvont:Character ;
    lvont:represents "𦔀"^^xsd:string .

<http://lexvo.org/id/char/26501> a lvont:Character ;
    lvont:represents "𦔁"^^xsd:string .

<http://lexvo.org/id/char/26502> a lvont:Character ;
    lvont:represents "𦔂"^^xsd:string .

<http://lexvo.org/id/char/26503> a lvont:Character ;
    lvont:represents "𦔃"^^xsd:string .

<http://lexvo.org/id/char/26504> a lvont:Character ;
    lvont:represents "𦔄"^^xsd:string .

<http://lexvo.org/id/char/26505> a lvont:Character ;
    lvont:represents "𦔅"^^xsd:string .

<http://lexvo.org/id/char/26506> a lvont:Character ;
    lvont:represents "𦔆"^^xsd:string .

<http://lexvo.org/id/char/26507> a lvont:Character ;
    lvont:represents "𦔇"^^xsd:string .

<http://lexvo.org/id/char/26508> a lvont:Character ;
    lvont:represents "𦔈"^^xsd:string .

<http://lexvo.org/id/char/26509> a lvont:Character ;
    lvont:represents "𦔉"^^xsd:string .

<http://lexvo.org/id/char/2650A> a lvont:Character ;
    lvont:represents "𦔊"^^xsd:string .

<http://lexvo.org/id/char/2650B> a lvont:Character ;
    lvont:represents "𦔋"^^xsd:string .

<http://lexvo.org/id/char/2650C> a lvont:Character ;
    lvont:represents "𦔌"^^xsd:string .

<http://lexvo.org/id/char/2650D> a lvont:Character ;
    lvont:represents "𦔍"^^xsd:string .

<http://lexvo.org/id/char/2650E> a lvont:Character ;
    lvont:represents "𦔎"^^xsd:string .

<http://lexvo.org/id/char/2650F> a lvont:Character ;
    lvont:represents "𦔏"^^xsd:string .

<http://lexvo.org/id/char/2651> a lvont:Character ;
    lvont:represents "♑"^^xsd:string ;
    rdfs:comment "CAPRICORN"@en .

<http://lexvo.org/id/char/26510> a lvont:Character ;
    lvont:represents "𦔐"^^xsd:string .

<http://lexvo.org/id/char/26511> a lvont:Character ;
    lvont:represents "𦔑"^^xsd:string .

<http://lexvo.org/id/char/26512> a lvont:Character ;
    lvont:represents "𦔒"^^xsd:string .

<http://lexvo.org/id/char/26513> a lvont:Character ;
    lvont:represents "𦔓"^^xsd:string .

<http://lexvo.org/id/char/26514> a lvont:Character ;
    lvont:represents "𦔔"^^xsd:string .

<http://lexvo.org/id/char/26515> a lvont:Character ;
    lvont:represents "𦔕"^^xsd:string .

<http://lexvo.org/id/char/26516> a lvont:Character ;
    lvont:represents "𦔖"^^xsd:string .

<http://lexvo.org/id/char/26517> a lvont:Character ;
    lvont:represents "𦔗"^^xsd:string .

<http://lexvo.org/id/char/26518> a lvont:Character ;
    lvont:represents "𦔘"^^xsd:string .

<http://lexvo.org/id/char/26519> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/c%E1%BA%A5y>,
        "𦔙"^^xsd:string .

<http://lexvo.org/id/char/2651A> a lvont:Character ;
    lvont:represents "𦔚"^^xsd:string .

<http://lexvo.org/id/char/2651B> a lvont:Character ;
    lvont:represents "𦔛"^^xsd:string .

<http://lexvo.org/id/char/2651C> a lvont:Character ;
    lvont:represents "𦔜"^^xsd:string .

<http://lexvo.org/id/char/2651D> a lvont:Character ;
    lvont:represents "𦔝"^^xsd:string .

<http://lexvo.org/id/char/2651E> a lvont:Character ;
    lvont:represents "𦔞"^^xsd:string .

<http://lexvo.org/id/char/2651F> a lvont:Character ;
    lvont:represents "𦔟"^^xsd:string .

<http://lexvo.org/id/char/2652> a lvont:Character ;
    lvont:represents "♒"^^xsd:string ;
    rdfs:comment "AQUARIUS"@en .

<http://lexvo.org/id/char/26520> a lvont:Character ;
    lvont:represents "𦔠"^^xsd:string .

<http://lexvo.org/id/char/26521> a lvont:Character ;
    lvont:represents "𦔡"^^xsd:string .

<http://lexvo.org/id/char/26522> a lvont:Character ;
    lvont:represents "𦔢"^^xsd:string .

<http://lexvo.org/id/char/26523> a lvont:Character ;
    lvont:represents "𦔣"^^xsd:string .

<http://lexvo.org/id/char/26524> a lvont:Character ;
    lvont:represents "𦔤"^^xsd:string .

<http://lexvo.org/id/char/26525> a lvont:Character ;
    lvont:represents "𦔥"^^xsd:string .

<http://lexvo.org/id/char/26526> a lvont:Character ;
    lvont:represents "𦔦"^^xsd:string .

<http://lexvo.org/id/char/26527> a lvont:Character ;
    lvont:represents "𦔧"^^xsd:string .

<http://lexvo.org/id/char/26528> a lvont:Character ;
    lvont:represents "𦔨"^^xsd:string .

<http://lexvo.org/id/char/26529> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/bi%C4%81o>,
        "𦔩"^^xsd:string .

<http://lexvo.org/id/char/2652A> a lvont:Character ;
    lvont:represents "𦔪"^^xsd:string .

<http://lexvo.org/id/char/2652B> a lvont:Character ;
    lvont:represents "𦔫"^^xsd:string .

<http://lexvo.org/id/char/2652C> a lvont:Character ;
    lvont:represents "𦔬"^^xsd:string .

<http://lexvo.org/id/char/2652D> a lvont:Character ;
    lvont:represents "𦔭"^^xsd:string .

<http://lexvo.org/id/char/2652E> a lvont:Character ;
    lvont:represents "𦔮"^^xsd:string .

<http://lexvo.org/id/char/2652F> a lvont:Character ;
    lvont:represents "𦔯"^^xsd:string .

<http://lexvo.org/id/char/2653> a lvont:Character ;
    lvont:represents "♓"^^xsd:string ;
    rdfs:comment "PISCES"@en .

<http://lexvo.org/id/char/26530> a lvont:Character ;
    lvont:represents "𦔰"^^xsd:string .

<http://lexvo.org/id/char/26531> a lvont:Character ;
    lvont:represents "𦔱"^^xsd:string .

<http://lexvo.org/id/char/26532> a lvont:Character ;
    lvont:represents "𦔲"^^xsd:string .

<http://lexvo.org/id/char/26533> a lvont:Character ;
    lvont:represents "𦔳"^^xsd:string .

<http://lexvo.org/id/char/26534> a lvont:Character ;
    lvont:represents "𦔴"^^xsd:string .

<http://lexvo.org/id/char/26535> a lvont:Character ;
    lvont:represents "𦔵"^^xsd:string .

<http://lexvo.org/id/char/26536> a lvont:Character ;
    lvont:represents "𦔶"^^xsd:string .

<http://lexvo.org/id/char/26537> a lvont:Character ;
    lvont:represents "𦔷"^^xsd:string .

<http://lexvo.org/id/char/26538> a lvont:Character ;
    lvont:represents "𦔸"^^xsd:string .

<http://lexvo.org/id/char/26539> a lvont:Character ;
    lvont:represents "𦔹"^^xsd:string .

<http://lexvo.org/id/char/2653A> a lvont:Character ;
    lvont:represents "𦔺"^^xsd:string .

<http://lexvo.org/id/char/2653B> a lvont:Character ;
    lvont:represents "𦔻"^^xsd:string .

<http://lexvo.org/id/char/2653C> a lvont:Character ;
    lvont:represents "𦔼"^^xsd:string .

<http://lexvo.org/id/char/2653D> a lvont:Character ;
    lvont:represents "𦔽"^^xsd:string .

<http://lexvo.org/id/char/2653E> a lvont:Character ;
    lvont:represents "𦔾"^^xsd:string .

<http://lexvo.org/id/char/2653F> a lvont:Character ;
    lvont:represents "𦔿"^^xsd:string .

<http://lexvo.org/id/char/2654> a lvont:Character ;
    lvont:represents "♔"^^xsd:string ;
    rdfs:comment "WHITE CHESS KING"@en .

<http://lexvo.org/id/char/26540> a lvont:Character ;
    lvont:represents "𦕀"^^xsd:string .

<http://lexvo.org/id/char/26541> a lvont:Character ;
    lvont:represents "𦕁"^^xsd:string .

<http://lexvo.org/id/char/26542> a lvont:Character ;
    lvont:represents "𦕂"^^xsd:string .

<http://lexvo.org/id/char/26543> a lvont:Character ;
    lvont:represents "𦕃"^^xsd:string .

<http://lexvo.org/id/char/26544> a lvont:Character ;
    lvont:represents "𦕄"^^xsd:string .

<http://lexvo.org/id/char/26545> a lvont:Character ;
    lvont:represents "𦕅"^^xsd:string .

<http://lexvo.org/id/char/26546> a lvont:Character ;
    lvont:represents "𦕆"^^xsd:string .

<http://lexvo.org/id/char/26547> a lvont:Character ;
    lvont:represents "𦕇"^^xsd:string .

<http://lexvo.org/id/char/26548> a lvont:Character ;
    lvont:represents "𦕈"^^xsd:string .

<http://lexvo.org/id/char/26549> a lvont:Character ;
    lvont:represents "𦕉"^^xsd:string .

<http://lexvo.org/id/char/2654A> a lvont:Character ;
    lvont:represents "𦕊"^^xsd:string .

<http://lexvo.org/id/char/2654B> a lvont:Character ;
    lvont:represents "𦕋"^^xsd:string .

<http://lexvo.org/id/char/2654C> a lvont:Character ;
    lvont:represents "𦕌"^^xsd:string .

<http://lexvo.org/id/char/2654D> a lvont:Character ;
    lvont:represents "𦕍"^^xsd:string .

<http://lexvo.org/id/char/2654E> a lvont:Character ;
    lvont:represents "𦕎"^^xsd:string .

<http://lexvo.org/id/char/2654F> a lvont:Character ;
    lvont:represents "𦕏"^^xsd:string .

<http://lexvo.org/id/char/2655> a lvont:Character ;
    lvont:represents "♕"^^xsd:string ;
    rdfs:comment "WHITE CHESS QUEEN"@en .

<http://lexvo.org/id/char/26550> a lvont:Character ;
    lvont:represents "𦕐"^^xsd:string .

<http://lexvo.org/id/char/26551> a lvont:Character ;
    lvont:represents "𦕑"^^xsd:string .

<http://lexvo.org/id/char/26552> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/zim1>,
        <http://lexvo.org/id/term/yue/%F0%A6%95%92>,
        "𦕒"^^xsd:string ;
    rdfs:comment "to spy, peep"@en .

<http://lexvo.org/id/char/26553> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C3%B9>,
        "𦕓"^^xsd:string .

<http://lexvo.org/id/char/26554> a lvont:Character ;
    lvont:represents "𦕔"^^xsd:string .

<http://lexvo.org/id/char/26555> a lvont:Character ;
    lvont:represents "𦕕"^^xsd:string .

<http://lexvo.org/id/char/26556> a lvont:Character ;
    lvont:represents "𦕖"^^xsd:string .

<http://lexvo.org/id/char/26557> a lvont:Character ;
    lvont:represents "𦕗"^^xsd:string .

<http://lexvo.org/id/char/26558> a lvont:Character ;
    lvont:represents "𦕘"^^xsd:string .

<http://lexvo.org/id/char/26559> a lvont:Character ;
    lvont:represents "𦕙"^^xsd:string .

<http://lexvo.org/id/char/2655A> a lvont:Character ;
    lvont:represents "𦕚"^^xsd:string .

<http://lexvo.org/id/char/2655B> a lvont:Character ;
    lvont:represents "𦕛"^^xsd:string .

<http://lexvo.org/id/char/2655C> a lvont:Character ;
    lvont:represents "𦕜"^^xsd:string .

<http://lexvo.org/id/char/2655D> a lvont:Character ;
    lvont:represents "𦕝"^^xsd:string .

<http://lexvo.org/id/char/2655E> a lvont:Character ;
    lvont:represents "𦕞"^^xsd:string .

<http://lexvo.org/id/char/2655F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/v%E1%BB%83nh>,
        "𦕟"^^xsd:string .

<http://lexvo.org/id/char/2656> a lvont:Character ;
    lvont:represents "♖"^^xsd:string ;
    rdfs:comment "WHITE CHESS ROOK"@en .

<http://lexvo.org/id/char/26560> a lvont:Character ;
    lvont:represents "𦕠"^^xsd:string .

<http://lexvo.org/id/char/26561> a lvont:Character ;
    lvont:represents "𦕡"^^xsd:string .

<http://lexvo.org/id/char/26562> a lvont:Character ;
    lvont:represents "𦕢"^^xsd:string .

<http://lexvo.org/id/char/26563> a lvont:Character ;
    lvont:represents "𦕣"^^xsd:string .

<http://lexvo.org/id/char/26564> a lvont:Character ;
    lvont:represents "𦕤"^^xsd:string .

<http://lexvo.org/id/char/26565> a lvont:Character ;
    lvont:represents "𦕥"^^xsd:string .

<http://lexvo.org/id/char/26566> a lvont:Character ;
    lvont:represents "𦕦"^^xsd:string .

<http://lexvo.org/id/char/26567> a lvont:Character ;
    lvont:represents "𦕧"^^xsd:string .

<http://lexvo.org/id/char/26568> a lvont:Character ;
    lvont:represents "𦕨"^^xsd:string .

<http://lexvo.org/id/char/26569> a lvont:Character ;
    lvont:represents "𦕩"^^xsd:string .

<http://lexvo.org/id/char/2656A> a lvont:Character ;
    lvont:represents "𦕪"^^xsd:string .

<http://lexvo.org/id/char/2656B> a lvont:Character ;
    lvont:represents "𦕫"^^xsd:string .

<http://lexvo.org/id/char/2656C> a lvont:Character ;
    lvont:represents "𦕬"^^xsd:string .

<http://lexvo.org/id/char/2656D> a lvont:Character ;
    lvont:represents "𦕭"^^xsd:string .

<http://lexvo.org/id/char/2656E> a lvont:Character ;
    lvont:represents "𦕮"^^xsd:string .

<http://lexvo.org/id/char/2656F> a lvont:Character ;
    lvont:represents "𦕯"^^xsd:string .

<http://lexvo.org/id/char/2657> a lvont:Character ;
    lvont:represents "♗"^^xsd:string ;
    rdfs:comment "WHITE CHESS BISHOP"@en .

<http://lexvo.org/id/char/26570> a lvont:Character ;
    lvont:represents "𦕰"^^xsd:string .

<http://lexvo.org/id/char/26571> a lvont:Character ;
    lvont:represents "𦕱"^^xsd:string .

<http://lexvo.org/id/char/26572> a lvont:Character ;
    lvont:represents "𦕲"^^xsd:string .

<http://lexvo.org/id/char/26573> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/l%E1%BA%A3u>,
        "𦕳"^^xsd:string .

<http://lexvo.org/id/char/26574> a lvont:Character ;
    lvont:represents "𦕴"^^xsd:string .

<http://lexvo.org/id/char/26575> a lvont:Character ;
    lvont:represents "𦕵"^^xsd:string .

<http://lexvo.org/id/char/26576> a lvont:Character ;
    lvont:represents "𦕶"^^xsd:string .

<http://lexvo.org/id/char/26577> a lvont:Character ;
    lvont:represents "𦕷"^^xsd:string .

<http://lexvo.org/id/char/26578> a lvont:Character ;
    lvont:represents "𦕸"^^xsd:string .

<http://lexvo.org/id/char/26579> a lvont:Character ;
    lvont:represents "𦕹"^^xsd:string .

<http://lexvo.org/id/char/2657A> a lvont:Character ;
    lvont:represents "𦕺"^^xsd:string .

<http://lexvo.org/id/char/2657B> a lvont:Character ;
    lvont:represents "𦕻"^^xsd:string .

<http://lexvo.org/id/char/2657C> a lvont:Character ;
    lvont:represents "𦕼"^^xsd:string .

<http://lexvo.org/id/char/2657D> a lvont:Character ;
    lvont:represents "𦕽"^^xsd:string .

<http://lexvo.org/id/char/2657E> a lvont:Character ;
    lvont:represents "𦕾"^^xsd:string .

<http://lexvo.org/id/char/2657F> a lvont:Character ;
    lvont:represents "𦕿"^^xsd:string .

<http://lexvo.org/id/char/2658> a lvont:Character ;
    lvont:represents "♘"^^xsd:string ;
    rdfs:comment "WHITE CHESS KNIGHT"@en .

<http://lexvo.org/id/char/26580> a lvont:Character ;
    lvont:represents "𦖀"^^xsd:string .

<http://lexvo.org/id/char/26581> a lvont:Character ;
    lvont:represents "𦖁"^^xsd:string .

<http://lexvo.org/id/char/26582> a lvont:Character ;
    lvont:represents "𦖂"^^xsd:string .

<http://lexvo.org/id/char/26583> a lvont:Character ;
    lvont:represents "𦖃"^^xsd:string .

<http://lexvo.org/id/char/26584> a lvont:Character ;
    lvont:represents "𦖄"^^xsd:string .

<http://lexvo.org/id/char/26585> a lvont:Character ;
    lvont:represents "𦖅"^^xsd:string .

<http://lexvo.org/id/char/26586> a lvont:Character ;
    lvont:represents "𦖆"^^xsd:string .

<http://lexvo.org/id/char/26587> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/b%E1%BB%8Bt>,
        "𦖇"^^xsd:string .

<http://lexvo.org/id/char/26588> a lvont:Character ;
    lvont:represents "𦖈"^^xsd:string .

<http://lexvo.org/id/char/26589> a lvont:Character ;
    lvont:represents "𦖉"^^xsd:string .

<http://lexvo.org/id/char/2658A> a lvont:Character ;
    lvont:represents "𦖊"^^xsd:string .

<http://lexvo.org/id/char/2658B> a lvont:Character ;
    lvont:represents "𦖋"^^xsd:string .

<http://lexvo.org/id/char/2658C> a lvont:Character ;
    lvont:represents "𦖌"^^xsd:string .

<http://lexvo.org/id/char/2658D> a lvont:Character ;
    lvont:represents "𦖍"^^xsd:string .

<http://lexvo.org/id/char/2658E> a lvont:Character ;
    lvont:represents "𦖎"^^xsd:string .

<http://lexvo.org/id/char/2658F> a lvont:Character ;
    lvont:represents "𦖏"^^xsd:string .

<http://lexvo.org/id/char/2659> a lvont:Character ;
    lvont:represents "♙"^^xsd:string ;
    rdfs:comment "WHITE CHESS PAWN"@en .

<http://lexvo.org/id/char/26590> a lvont:Character ;
    lvont:represents "𦖐"^^xsd:string .

<http://lexvo.org/id/char/26591> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/nghe>,
        "𦖑"^^xsd:string .

<http://lexvo.org/id/char/26592> a lvont:Character ;
    lvont:represents "𦖒"^^xsd:string .

<http://lexvo.org/id/char/26593> a lvont:Character ;
    lvont:represents "𦖓"^^xsd:string .

<http://lexvo.org/id/char/26594> a lvont:Character ;
    lvont:represents "𦖔"^^xsd:string .

<http://lexvo.org/id/char/26595> a lvont:Character ;
    lvont:represents "𦖕"^^xsd:string .

<http://lexvo.org/id/char/26596> a lvont:Character ;
    lvont:represents "𦖖"^^xsd:string .

<http://lexvo.org/id/char/26597> a lvont:Character ;
    lvont:represents "𦖗"^^xsd:string .

<http://lexvo.org/id/char/26598> a lvont:Character ;
    lvont:represents "𦖘"^^xsd:string .

<http://lexvo.org/id/char/26599> a lvont:Character ;
    lvont:represents "𦖙"^^xsd:string .

<http://lexvo.org/id/char/2659A> a lvont:Character ;
    lvont:represents "𦖚"^^xsd:string .

<http://lexvo.org/id/char/2659B> a lvont:Character ;
    lvont:represents "𦖛"^^xsd:string .

<http://lexvo.org/id/char/2659C> a lvont:Character ;
    lvont:represents "𦖜"^^xsd:string .

<http://lexvo.org/id/char/2659D> a lvont:Character ;
    lvont:represents "𦖝"^^xsd:string .

<http://lexvo.org/id/char/2659E> a lvont:Character ;
    lvont:represents "𦖞"^^xsd:string .

<http://lexvo.org/id/char/2659F> a lvont:Character ;
    lvont:represents "𦖟"^^xsd:string .

<http://lexvo.org/id/char/265A> a lvont:Character ;
    lvont:represents "♚"^^xsd:string ;
    rdfs:comment "BLACK CHESS KING"@en .

<http://lexvo.org/id/char/265A0> a lvont:Character ;
    lvont:represents "𦖠"^^xsd:string .

<http://lexvo.org/id/char/265A1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/%C4%91i%E1%BA%BFc>,
        "𦖡"^^xsd:string .

<http://lexvo.org/id/char/265A2> a lvont:Character ;
    lvont:represents "𦖢"^^xsd:string .

<http://lexvo.org/id/char/265A3> a lvont:Character ;
    lvont:represents "𦖣"^^xsd:string .

<http://lexvo.org/id/char/265A4> a lvont:Character ;
    lvont:represents "𦖤"^^xsd:string .

<http://lexvo.org/id/char/265A5> a lvont:Character ;
    lvont:represents "𦖥"^^xsd:string .

<http://lexvo.org/id/char/265A6> a lvont:Character ;
    lvont:represents "𦖦"^^xsd:string .

<http://lexvo.org/id/char/265A7> a lvont:Character ;
    lvont:represents "𦖧"^^xsd:string .

<http://lexvo.org/id/char/265A8> a lvont:Character ;
    lvont:represents "𦖨"^^xsd:string .

<http://lexvo.org/id/char/265A9> a lvont:Character ;
    lvont:represents "𦖩"^^xsd:string .

<http://lexvo.org/id/char/265AA> a lvont:Character ;
    lvont:represents "𦖪"^^xsd:string .

<http://lexvo.org/id/char/265AB> a lvont:Character ;
    lvont:represents "𦖫"^^xsd:string .

<http://lexvo.org/id/char/265AC> a lvont:Character ;
    lvont:represents "𦖬"^^xsd:string .

<http://lexvo.org/id/char/265AD> a lvont:Character ;
    lvont:represents "𦖭"^^xsd:string .

<http://lexvo.org/id/char/265AE> a lvont:Character ;
    lvont:represents "𦖮"^^xsd:string .

<http://lexvo.org/id/char/265AF> a lvont:Character ;
    lvont:represents "𦖯"^^xsd:string .

<http://lexvo.org/id/char/265B> a lvont:Character ;
    lvont:represents "♛"^^xsd:string ;
    rdfs:comment "BLACK CHESS QUEEN"@en .

<http://lexvo.org/id/char/265B0> a lvont:Character ;
    lvont:represents "𦖰"^^xsd:string .

<http://lexvo.org/id/char/265B1> a lvont:Character ;
    lvont:represents "𦖱"^^xsd:string .

<http://lexvo.org/id/char/265B2> a lvont:Character ;
    lvont:represents "𦖲"^^xsd:string .

<http://lexvo.org/id/char/265B3> a lvont:Character ;
    lvont:represents "𦖳"^^xsd:string .

<http://lexvo.org/id/char/265B4> a lvont:Character ;
    lvont:represents "𦖴"^^xsd:string .

<http://lexvo.org/id/char/265B5> a lvont:Character ;
    lvont:represents "𦖵"^^xsd:string .

<http://lexvo.org/id/char/265B6> a lvont:Character ;
    lvont:represents "𦖶"^^xsd:string .

<http://lexvo.org/id/char/265B7> a lvont:Character ;
    lvont:represents "𦖷"^^xsd:string .

<http://lexvo.org/id/char/265B8> a lvont:Character ;
    lvont:represents "𦖸"^^xsd:string .

<http://lexvo.org/id/char/265B9> a lvont:Character ;
    lvont:represents "𦖹"^^xsd:string .

<http://lexvo.org/id/char/265BA> a lvont:Character ;
    lvont:represents "𦖺"^^xsd:string .

<http://lexvo.org/id/char/265BB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/tai>,
        "𦖻"^^xsd:string .

<http://lexvo.org/id/char/265BC> a lvont:Character ;
    lvont:represents "𦖼"^^xsd:string .

<http://lexvo.org/id/char/265BD> a lvont:Character ;
    lvont:represents "𦖽"^^xsd:string .

<http://lexvo.org/id/char/265BE> a lvont:Character ;
    lvont:represents "𦖾"^^xsd:string .

<http://lexvo.org/id/char/265BF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/dap1>,
        <http://lexvo.org/id/term/yue/%F0%A6%96%BF>,
        "𦖿"^^xsd:string ;
    rdfs:comment "(Cant.) to hang down; to lower one's head"@en .

<http://lexvo.org/id/char/265C> a lvont:Character ;
    lvont:represents "♜"^^xsd:string ;
    rdfs:comment "BLACK CHESS ROOK"@en .

<http://lexvo.org/id/char/265C0> a lvont:Character ;
    lvont:represents "𦗀"^^xsd:string .

<http://lexvo.org/id/char/265C1> a lvont:Character ;
    lvont:represents "𦗁"^^xsd:string .

<http://lexvo.org/id/char/265C2> a lvont:Character ;
    lvont:represents "𦗂"^^xsd:string .

<http://lexvo.org/id/char/265C3> a lvont:Character ;
    lvont:represents "𦗃"^^xsd:string .

<http://lexvo.org/id/char/265C4> a lvont:Character ;
    lvont:represents "𦗄"^^xsd:string .

<http://lexvo.org/id/char/265C5> a lvont:Character ;
    lvont:represents "𦗅"^^xsd:string .

<http://lexvo.org/id/char/265C6> a lvont:Character ;
    lvont:represents "𦗆"^^xsd:string .

<http://lexvo.org/id/char/265C7> a lvont:Character ;
    lvont:represents "𦗇"^^xsd:string .

<http://lexvo.org/id/char/265C8> a lvont:Character ;
    lvont:represents "𦗈"^^xsd:string .

<http://lexvo.org/id/char/265C9> a lvont:Character ;
    lvont:represents "𦗉"^^xsd:string .

<http://lexvo.org/id/char/265CA> a lvont:Character ;
    lvont:represents "𦗊"^^xsd:string .

<http://lexvo.org/id/char/265CB> a lvont:Character ;
    lvont:represents "𦗋"^^xsd:string .

<http://lexvo.org/id/char/265CC> a lvont:Character ;
    lvont:represents "𦗌"^^xsd:string .

<http://lexvo.org/id/char/265CD> a lvont:Character ;
    lvont:represents "𦗍"^^xsd:string .

<http://lexvo.org/id/char/265CE> a lvont:Character ;
    lvont:represents "𦗎"^^xsd:string .

<http://lexvo.org/id/char/265CF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/l%E1%BA%AFng>,
        "𦗏"^^xsd:string .

<http://lexvo.org/id/char/265D> a lvont:Character ;
    lvont:represents "♝"^^xsd:string ;
    rdfs:comment "BLACK CHESS BISHOP"@en .

<http://lexvo.org/id/char/265D0> a lvont:Character ;
    lvont:represents "𦗐"^^xsd:string .

<http://lexvo.org/id/char/265D1> a lvont:Character ;
    lvont:represents "𦗑"^^xsd:string .

<http://lexvo.org/id/char/265D2> a lvont:Character ;
    lvont:represents "𦗒"^^xsd:string .

<http://lexvo.org/id/char/265D3> a lvont:Character ;
    lvont:represents "𦗓"^^xsd:string .

<http://lexvo.org/id/char/265D4> a lvont:Character ;
    lvont:represents "𦗔"^^xsd:string .

<http://lexvo.org/id/char/265D5> a lvont:Character ;
    lvont:represents "𦗕"^^xsd:string .

<http://lexvo.org/id/char/265D6> a lvont:Character ;
    lvont:represents "𦗖"^^xsd:string .

<http://lexvo.org/id/char/265D7> a lvont:Character ;
    lvont:represents "𦗗"^^xsd:string .

<http://lexvo.org/id/char/265D8> a lvont:Character ;
    lvont:represents "𦗘"^^xsd:string .

<http://lexvo.org/id/char/265D9> a lvont:Character ;
    lvont:represents "𦗙"^^xsd:string .

<http://lexvo.org/id/char/265DA> a lvont:Character ;
    lvont:represents "𦗚"^^xsd:string .

<http://lexvo.org/id/char/265DB> a lvont:Character ;
    lvont:represents "𦗛"^^xsd:string .

<http://lexvo.org/id/char/265DC> a lvont:Character ;
    lvont:represents "𦗜"^^xsd:string .

<http://lexvo.org/id/char/265DD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/l%E1%BB%8Fm>,
        "𦗝"^^xsd:string .

<http://lexvo.org/id/char/265DE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/gh%C3%A9>,
        "𦗞"^^xsd:string .

<http://lexvo.org/id/char/265DF> a lvont:Character ;
    lvont:represents "𦗟"^^xsd:string .

<http://lexvo.org/id/char/265E> a lvont:Character ;
    lvont:represents "♞"^^xsd:string ;
    rdfs:comment "BLACK CHESS KNIGHT"@en .

<http://lexvo.org/id/char/265E0> a lvont:Character ;
    lvont:represents "𦗠"^^xsd:string .

<http://lexvo.org/id/char/265E1> a lvont:Character ;
    lvont:represents "𦗡"^^xsd:string .

<http://lexvo.org/id/char/265E2> a lvont:Character ;
    lvont:represents "𦗢"^^xsd:string .

<http://lexvo.org/id/char/265E3> a lvont:Character ;
    lvont:represents "𦗣"^^xsd:string .

<http://lexvo.org/id/char/265E4> a lvont:Character ;
    lvont:represents "𦗤"^^xsd:string .

<http://lexvo.org/id/char/265E5> a lvont:Character ;
    lvont:represents "𦗥"^^xsd:string .

<http://lexvo.org/id/char/265E6> a lvont:Character ;
    lvont:represents "𦗦"^^xsd:string .

<http://lexvo.org/id/char/265E7> a lvont:Character ;
    lvont:represents "𦗧"^^xsd:string .

<http://lexvo.org/id/char/265E8> a lvont:Character ;
    lvont:represents "𦗨"^^xsd:string .

<http://lexvo.org/id/char/265E9> a lvont:Character ;
    lvont:represents "𦗩"^^xsd:string .

<http://lexvo.org/id/char/265EA> a lvont:Character ;
    lvont:represents "𦗪"^^xsd:string .

<http://lexvo.org/id/char/265EB> a lvont:Character ;
    lvont:represents "𦗫"^^xsd:string .

<http://lexvo.org/id/char/265EC> a lvont:Character ;
    lvont:represents "𦗬"^^xsd:string .

<http://lexvo.org/id/char/265ED> a lvont:Character ;
    lvont:represents "𦗭"^^xsd:string .

<http://lexvo.org/id/char/265EE> a lvont:Character ;
    lvont:represents "𦗮"^^xsd:string .

<http://lexvo.org/id/char/265EF> a lvont:Character ;
    lvont:represents "𦗯"^^xsd:string .

<http://lexvo.org/id/char/265F> a lvont:Character ;
    lvont:represents "♟"^^xsd:string ;
    rdfs:comment "BLACK CHESS PAWN"@en .

<http://lexvo.org/id/char/265F0> a lvont:Character ;
    lvont:represents "𦗰"^^xsd:string .

<http://lexvo.org/id/char/265F1> a lvont:Character ;
    lvont:represents "𦗱"^^xsd:string .

<http://lexvo.org/id/char/265F2> a lvont:Character ;
    lvont:represents "𦗲"^^xsd:string .

<http://lexvo.org/id/char/265F3> a lvont:Character ;
    lvont:represents "𦗳"^^xsd:string .

<http://lexvo.org/id/char/265F4> a lvont:Character ;
    lvont:represents "𦗴"^^xsd:string .

<http://lexvo.org/id/char/265F5> a lvont:Character ;
    lvont:represents "𦗵"^^xsd:string .

<http://lexvo.org/id/char/265F6> a lvont:Character ;
    lvont:represents "𦗶"^^xsd:string .

<http://lexvo.org/id/char/265F7> a lvont:Character ;
    lvont:represents "𦗷"^^xsd:string .

<http://lexvo.org/id/char/265F8> a lvont:Character ;
    lvont:represents "𦗸"^^xsd:string .

<http://lexvo.org/id/char/265F9> a lvont:Character ;
    lvont:represents "𦗹"^^xsd:string .

<http://lexvo.org/id/char/265FA> a lvont:Character ;
    lvont:represents "𦗺"^^xsd:string .

<http://lexvo.org/id/char/265FB> a lvont:Character ;
    lvont:represents "𦗻"^^xsd:string .

<http://lexvo.org/id/char/265FC> a lvont:Character ;
    lvont:represents "𦗼"^^xsd:string .

<http://lexvo.org/id/char/265FD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/%C4%91i%E1%BA%BFc>,
        "𦗽"^^xsd:string .

<http://lexvo.org/id/char/265FE> a lvont:Character ;
    lvont:represents "𦗾"^^xsd:string .

<http://lexvo.org/id/char/265FF> a lvont:Character ;
    lvont:represents "𦗿"^^xsd:string .

<http://lexvo.org/id/char/2660> a lvont:Character ;
    lvont:represents "♠"^^xsd:string ;
    rdfs:comment "BLACK SPADE SUIT"@en .

<http://lexvo.org/id/char/26600> a lvont:Character ;
    lvont:represents "𦘀"^^xsd:string .

<http://lexvo.org/id/char/26601> a lvont:Character ;
    lvont:represents "𦘁"^^xsd:string .

<http://lexvo.org/id/char/26602> a lvont:Character ;
    lvont:represents "𦘂"^^xsd:string .

<http://lexvo.org/id/char/26603> a lvont:Character ;
    lvont:represents "𦘃"^^xsd:string .

<http://lexvo.org/id/char/26604> a lvont:Character ;
    lvont:represents "𦘄"^^xsd:string .

<http://lexvo.org/id/char/26605> a lvont:Character ;
    lvont:represents "𦘅"^^xsd:string .

<http://lexvo.org/id/char/26606> a lvont:Character ;
    lvont:represents "𦘆"^^xsd:string .

<http://lexvo.org/id/char/26607> a lvont:Character ;
    lvont:represents "𦘇"^^xsd:string .

<http://lexvo.org/id/char/26608> a lvont:Character ;
    lvont:represents "𦘈"^^xsd:string .

<http://lexvo.org/id/char/26609> a lvont:Character ;
    lvont:represents "𦘉"^^xsd:string .

<http://lexvo.org/id/char/2660A> a lvont:Character ;
    lvont:represents "𦘊"^^xsd:string .

<http://lexvo.org/id/char/2660B> a lvont:Character ;
    lvont:represents "𦘋"^^xsd:string .

<http://lexvo.org/id/char/2660C> a lvont:Character ;
    lvont:represents "𦘌"^^xsd:string .

<http://lexvo.org/id/char/2660D> a lvont:Character ;
    lvont:represents "𦘍"^^xsd:string .

<http://lexvo.org/id/char/2660E> a lvont:Character ;
    lvont:represents "𦘎"^^xsd:string .

<http://lexvo.org/id/char/2660F> a lvont:Character ;
    lvont:represents "𦘏"^^xsd:string .

<http://lexvo.org/id/char/2661> a lvont:Character ;
    lvont:represents "♡"^^xsd:string ;
    rdfs:comment "WHITE HEART SUIT"@en .

<http://lexvo.org/id/char/26610> a lvont:Character ;
    lvont:represents "𦘐"^^xsd:string .

<http://lexvo.org/id/char/26611> a lvont:Character ;
    lvont:represents "𦘑"^^xsd:string .

<http://lexvo.org/id/char/26613> a lvont:Character ;
    lvont:represents "𦘓"^^xsd:string .

<http://lexvo.org/id/char/26614> a lvont:Character ;
    lvont:represents "𦘔"^^xsd:string .

<http://lexvo.org/id/char/26615> a lvont:Character ;
    lvont:represents "𦘕"^^xsd:string .

<http://lexvo.org/id/char/26616> a lvont:Character ;
    lvont:represents "𦘖"^^xsd:string .

<http://lexvo.org/id/char/26617> a lvont:Character ;
    lvont:represents "𦘗"^^xsd:string .

<http://lexvo.org/id/char/26618> a lvont:Character ;
    lvont:represents "𦘘"^^xsd:string .

<http://lexvo.org/id/char/26619> a lvont:Character ;
    lvont:represents "𦘙"^^xsd:string .

<http://lexvo.org/id/char/2661A> a lvont:Character ;
    lvont:represents "𦘚"^^xsd:string .

<http://lexvo.org/id/char/2661B> a lvont:Character ;
    lvont:represents "𦘛"^^xsd:string .

<http://lexvo.org/id/char/2661C> a lvont:Character ;
    lvont:represents "𦘜"^^xsd:string .

<http://lexvo.org/id/char/2661D> a lvont:Character ;
    lvont:represents "𦘝"^^xsd:string .

<http://lexvo.org/id/char/2661E> a lvont:Character ;
    lvont:represents "𦘞"^^xsd:string .

<http://lexvo.org/id/char/2661F> a lvont:Character ;
    lvont:represents "𦘟"^^xsd:string .

<http://lexvo.org/id/char/2662> a lvont:Character ;
    lvont:represents "♢"^^xsd:string ;
    rdfs:comment "WHITE DIAMOND SUIT"@en .

<http://lexvo.org/id/char/26620> a lvont:Character ;
    lvont:represents "𦘠"^^xsd:string .

<http://lexvo.org/id/char/26621> a lvont:Character ;
    lvont:represents "𦘡"^^xsd:string .

<http://lexvo.org/id/char/26622> a lvont:Character ;
    lvont:represents "𦘢"^^xsd:string .

<http://lexvo.org/id/char/26623> a lvont:Character ;
    lvont:represents "𦘣"^^xsd:string .

<http://lexvo.org/id/char/26624> a lvont:Character ;
    lvont:represents "𦘤"^^xsd:string .

<http://lexvo.org/id/char/26625> a lvont:Character ;
    lvont:represents "𦘥"^^xsd:string .

<http://lexvo.org/id/char/26626> a lvont:Character ;
    lvont:represents "𦘦"^^xsd:string .

<http://lexvo.org/id/char/26627> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/v%E1%BA%BD>,
        "𦘧"^^xsd:string .

<http://lexvo.org/id/char/26628> a lvont:Character ;
    lvont:represents "𦘨"^^xsd:string .

<http://lexvo.org/id/char/26629> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/paa4>,
        <http://lexvo.org/id/term/yue/%F0%A6%98%A9>,
        "𦘩"^^xsd:string ;
    rdfs:comment "(Cant.) chin"@en .

<http://lexvo.org/id/char/2662A> a lvont:Character ;
    lvont:represents "𦘪"^^xsd:string .

<http://lexvo.org/id/char/2662B> a lvont:Character ;
    lvont:represents "𦘫"^^xsd:string .

<http://lexvo.org/id/char/2662C> a lvont:Character ;
    lvont:represents "𦘬"^^xsd:string .

<http://lexvo.org/id/char/2662D> a lvont:Character ;
    lvont:represents "𦘭"^^xsd:string .

<http://lexvo.org/id/char/2662E> a lvont:Character ;
    lvont:represents "𦘮"^^xsd:string .

<http://lexvo.org/id/char/2662F> a lvont:Character ;
    lvont:represents "𦘯"^^xsd:string .

<http://lexvo.org/id/char/2663> a lvont:Character ;
    lvont:represents "♣"^^xsd:string ;
    rdfs:comment "BLACK CLUB SUIT"@en .

<http://lexvo.org/id/char/26630> a lvont:Character ;
    lvont:represents "𦘰"^^xsd:string .

<http://lexvo.org/id/char/26631> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/v%C3%B3c>,
        "𦘱"^^xsd:string .

<http://lexvo.org/id/char/26632> a lvont:Character ;
    lvont:represents "𦘲"^^xsd:string .

<http://lexvo.org/id/char/26633> a lvont:Character ;
    lvont:represents "𦘳"^^xsd:string .

<http://lexvo.org/id/char/26634> a lvont:Character ;
    lvont:represents "𦘴"^^xsd:string .

<http://lexvo.org/id/char/26635> a lvont:Character ;
    lvont:represents "𦘵"^^xsd:string .

<http://lexvo.org/id/char/26636> a lvont:Character ;
    lvont:represents "𦘶"^^xsd:string .

<http://lexvo.org/id/char/26637> a lvont:Character ;
    lvont:represents "𦘷"^^xsd:string .

<http://lexvo.org/id/char/26638> a lvont:Character ;
    lvont:represents "𦘸"^^xsd:string .

<http://lexvo.org/id/char/26639> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/s%C6%B0%E1%BB%9Dn>,
        "𦘹"^^xsd:string .

<http://lexvo.org/id/char/2663A> a lvont:Character ;
    lvont:represents "𦘺"^^xsd:string .

<http://lexvo.org/id/char/2663B> a lvont:Character ;
    lvont:represents "𦘻"^^xsd:string .

<http://lexvo.org/id/char/2663C> a lvont:Character ;
    lvont:represents "𦘼"^^xsd:string .

<http://lexvo.org/id/char/2663D> a lvont:Character ;
    lvont:represents "𦘽"^^xsd:string .

<http://lexvo.org/id/char/2663E> a lvont:Character ;
    lvont:represents "𦘾"^^xsd:string .

<http://lexvo.org/id/char/2663F> a lvont:Character ;
    lvont:represents "𦘿"^^xsd:string .

<http://lexvo.org/id/char/2664> a lvont:Character ;
    lvont:represents "♤"^^xsd:string ;
    rdfs:comment "WHITE SPADE SUIT"@en .

<http://lexvo.org/id/char/26640> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ph%E1%BB%A1n>,
        "𦙀"^^xsd:string .

<http://lexvo.org/id/char/26641> a lvont:Character ;
    lvont:represents "𦙁"^^xsd:string .

<http://lexvo.org/id/char/26642> a lvont:Character ;
    lvont:represents "𦙂"^^xsd:string .

<http://lexvo.org/id/char/26643> a lvont:Character ;
    lvont:represents "𦙃"^^xsd:string .

<http://lexvo.org/id/char/26644> a lvont:Character ;
    lvont:represents "𦙄"^^xsd:string .

<http://lexvo.org/id/char/26645> a lvont:Character ;
    lvont:represents "𦙅"^^xsd:string .

<http://lexvo.org/id/char/26646> a lvont:Character ;
    lvont:represents "𦙆"^^xsd:string .

<http://lexvo.org/id/char/26647> a lvont:Character ;
    lvont:represents "𦙇"^^xsd:string .

<http://lexvo.org/id/char/26648> a lvont:Character ;
    lvont:represents "𦙈"^^xsd:string .

<http://lexvo.org/id/char/26649> a lvont:Character ;
    lvont:represents "𦙉"^^xsd:string .

<http://lexvo.org/id/char/2664A> a lvont:Character ;
    lvont:represents "𦙊"^^xsd:string .

<http://lexvo.org/id/char/2664B> a lvont:Character ;
    lvont:represents "𦙋"^^xsd:string .

<http://lexvo.org/id/char/2664C> a lvont:Character ;
    lvont:represents "𦙌"^^xsd:string .

<http://lexvo.org/id/char/2664D> a lvont:Character ;
    lvont:represents "𦙍"^^xsd:string .

<http://lexvo.org/id/char/2664E> a lvont:Character ;
    lvont:represents "𦙎"^^xsd:string .

<http://lexvo.org/id/char/2664F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ng%E1%BB%B1c>,
        "𦙏"^^xsd:string .

<http://lexvo.org/id/char/2665> a lvont:Character ;
    lvont:represents "♥"^^xsd:string ;
    rdfs:comment "BLACK HEART SUIT"@en .

<http://lexvo.org/id/char/26650> a lvont:Character ;
    lvont:represents "𦙐"^^xsd:string .

<http://lexvo.org/id/char/26651> a lvont:Character ;
    lvont:represents "𦙑"^^xsd:string .

<http://lexvo.org/id/char/26652> a lvont:Character ;
    lvont:represents "𦙒"^^xsd:string .

<http://lexvo.org/id/char/26653> a lvont:Character ;
    lvont:represents "𦙓"^^xsd:string .

<http://lexvo.org/id/char/26654> a lvont:Character ;
    lvont:represents "𦙔"^^xsd:string .

<http://lexvo.org/id/char/26655> a lvont:Character ;
    lvont:represents "𦙕"^^xsd:string .

<http://lexvo.org/id/char/26656> a lvont:Character ;
    lvont:represents "𦙖"^^xsd:string .

<http://lexvo.org/id/char/26657> a lvont:Character ;
    lvont:represents "𦙗"^^xsd:string .

<http://lexvo.org/id/char/26658> a lvont:Character ;
    lvont:represents "𦙘"^^xsd:string .

<http://lexvo.org/id/char/26659> a lvont:Character ;
    lvont:represents "𦙙"^^xsd:string .

<http://lexvo.org/id/char/2665A> a lvont:Character ;
    lvont:represents "𦙚"^^xsd:string .

<http://lexvo.org/id/char/2665B> a lvont:Character ;
    lvont:represents "𦙛"^^xsd:string .

<http://lexvo.org/id/char/2665C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/n%C3%A1ch>,
        "𦙜"^^xsd:string .

<http://lexvo.org/id/char/2665D> a lvont:Character ;
    lvont:represents "𦙝"^^xsd:string .

<http://lexvo.org/id/char/2665E> a lvont:Character ;
    lvont:represents "𦙞"^^xsd:string .

<http://lexvo.org/id/char/2665F> a lvont:Character ;
    lvont:represents "𦙟"^^xsd:string .

<http://lexvo.org/id/char/2666> a lvont:Character ;
    lvont:represents "♦"^^xsd:string ;
    rdfs:comment "BLACK DIAMOND SUIT"@en .

<http://lexvo.org/id/char/26660> a lvont:Character ;
    lvont:represents "𦙠"^^xsd:string .

<http://lexvo.org/id/char/26661> a lvont:Character ;
    lvont:represents "𦙡"^^xsd:string .

<http://lexvo.org/id/char/26662> a lvont:Character ;
    lvont:represents "𦙢"^^xsd:string .

<http://lexvo.org/id/char/26663> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/m%E1%BB%8Dc>,
        "𦙣"^^xsd:string .

<http://lexvo.org/id/char/26664> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/m%C3%A0o>,
        "𦙤"^^xsd:string .

<http://lexvo.org/id/char/26665> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/h%E1%BB%8Dng>,
        "𦙥"^^xsd:string .

<http://lexvo.org/id/char/26666> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/tim>,
        "𦙦"^^xsd:string .

<http://lexvo.org/id/char/26667> a lvont:Character ;
    lvont:represents "𦙧"^^xsd:string .

<http://lexvo.org/id/char/26668> a lvont:Character ;
    lvont:represents "𦙨"^^xsd:string .

<http://lexvo.org/id/char/26669> a lvont:Character ;
    lvont:represents "𦙩"^^xsd:string .

<http://lexvo.org/id/char/2666A> a lvont:Character ;
    lvont:represents "𦙪"^^xsd:string .

<http://lexvo.org/id/char/2666B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/gi%C3%AAng>,
        "𦙫"^^xsd:string .

<http://lexvo.org/id/char/2666C> a lvont:Character ;
    lvont:represents "𦙬"^^xsd:string .

<http://lexvo.org/id/char/2666D> a lvont:Character ;
    lvont:represents "𦙭"^^xsd:string .

<http://lexvo.org/id/char/2666E> a lvont:Character ;
    lvont:represents "𦙮"^^xsd:string .

<http://lexvo.org/id/char/2666F> a lvont:Character ;
    lvont:represents "𦙯"^^xsd:string .

<http://lexvo.org/id/char/2667> a lvont:Character ;
    lvont:represents "♧"^^xsd:string ;
    rdfs:comment "WHITE CLUB SUIT"@en .

<http://lexvo.org/id/char/26670> a lvont:Character ;
    lvont:represents "𦙰"^^xsd:string .

<http://lexvo.org/id/char/26671> a lvont:Character ;
    lvont:represents "𦙱"^^xsd:string .

<http://lexvo.org/id/char/26672> a lvont:Character ;
    lvont:represents "𦙲"^^xsd:string .

<http://lexvo.org/id/char/26673> a lvont:Character ;
    lvont:represents "𦙳"^^xsd:string .

<http://lexvo.org/id/char/26674> a lvont:Character ;
    lvont:represents "𦙴"^^xsd:string .

<http://lexvo.org/id/char/26675> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%F0%A6%99%B5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C3%A0n>,
        "𦙵"^^xsd:string ;
    rdfs:comment "the wrist; universal joint"@en .

<http://lexvo.org/id/char/26676> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/gu2>,
        <http://lexvo.org/id/term/yue/%F0%A6%99%B6>,
        "𦙶"^^xsd:string .

<http://lexvo.org/id/char/26677> a lvont:Character ;
    lvont:represents "𦙷"^^xsd:string .

<http://lexvo.org/id/char/26678> a lvont:Character ;
    lvont:represents "𦙸"^^xsd:string .

<http://lexvo.org/id/char/26679> a lvont:Character ;
    lvont:represents "𦙹"^^xsd:string .

<http://lexvo.org/id/char/2667A> a lvont:Character ;
    lvont:represents "𦙺"^^xsd:string .

<http://lexvo.org/id/char/2667B> a lvont:Character ;
    lvont:represents "𦙻"^^xsd:string .

<http://lexvo.org/id/char/2667C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/ci3>,
        <http://lexvo.org/id/term/yue/%F0%A6%99%BC>,
        "𦙼"^^xsd:string ;
    rdfs:comment "a putrid carcase"@en .

<http://lexvo.org/id/char/2667D> a lvont:Character ;
    lvont:represents "𦙽"^^xsd:string .

<http://lexvo.org/id/char/2667E> a lvont:Character ;
    lvont:represents "𦙾"^^xsd:string .

<http://lexvo.org/id/char/2667F> a lvont:Character ;
    lvont:represents "𦙿"^^xsd:string .

<http://lexvo.org/id/char/2668> a lvont:Character ;
    lvont:represents "♨"^^xsd:string ;
    rdfs:comment "HOT SPRINGS"@en .

<http://lexvo.org/id/char/26680> a lvont:Character ;
    lvont:represents "𦚀"^^xsd:string .

<http://lexvo.org/id/char/26681> a lvont:Character ;
    lvont:represents "𦚁"^^xsd:string .

<http://lexvo.org/id/char/26682> a lvont:Character ;
    lvont:represents "𦚂"^^xsd:string .

<http://lexvo.org/id/char/26683> a lvont:Character ;
    lvont:represents "𦚃"^^xsd:string .

<http://lexvo.org/id/char/26684> a lvont:Character ;
    lvont:represents "𦚄"^^xsd:string .

<http://lexvo.org/id/char/26685> a lvont:Character ;
    lvont:represents "𦚅"^^xsd:string .

<http://lexvo.org/id/char/26686> a lvont:Character ;
    lvont:represents "𦚆"^^xsd:string .

<http://lexvo.org/id/char/26687> a lvont:Character ;
    lvont:represents "𦚇"^^xsd:string .

<http://lexvo.org/id/char/26688> a lvont:Character ;
    lvont:represents "𦚈"^^xsd:string .

<http://lexvo.org/id/char/26689> a lvont:Character ;
    lvont:represents "𦚉"^^xsd:string .

<http://lexvo.org/id/char/2668A> a lvont:Character ;
    lvont:represents "𦚊"^^xsd:string .

<http://lexvo.org/id/char/2668B> a lvont:Character ;
    lvont:represents "𦚋"^^xsd:string .

<http://lexvo.org/id/char/2668C> a lvont:Character ;
    lvont:represents "𦚌"^^xsd:string .

<http://lexvo.org/id/char/2668D> a lvont:Character ;
    lvont:represents "𦚍"^^xsd:string .

<http://lexvo.org/id/char/2668E> a lvont:Character ;
    lvont:represents "𦚎"^^xsd:string .

<http://lexvo.org/id/char/2668F> a lvont:Character ;
    lvont:represents "𦚏"^^xsd:string .

<http://lexvo.org/id/char/2669> a lvont:Character ;
    lvont:represents "♩"^^xsd:string ;
    rdfs:comment "QUARTER NOTE"@en .

<http://lexvo.org/id/char/26690> a lvont:Character ;
    lvont:represents "𦚐"^^xsd:string .

<http://lexvo.org/id/char/26691> a lvont:Character ;
    lvont:represents "𦚑"^^xsd:string .

<http://lexvo.org/id/char/26692> a lvont:Character ;
    lvont:represents "𦚒"^^xsd:string .

<http://lexvo.org/id/char/26693> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%F0%A6%9A%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%ADng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/pun3%20pun4>,
        <http://lexvo.org/id/term/yue/%F0%A6%9A%93>,
        "𦚓"^^xsd:string ;
    rdfs:comment "fat"@en .

<http://lexvo.org/id/char/26694> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ch%E1%BA%A1o>,
        "𦚔"^^xsd:string .

<http://lexvo.org/id/char/26695> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/c%E1%BA%B1m>,
        "𦚕"^^xsd:string .

<http://lexvo.org/id/char/26696> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/m%E1%BA%ADp>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zaap3>,
        <http://lexvo.org/id/term/yue/%F0%A6%9A%96>,
        "𦚖"^^xsd:string ;
    rdfs:comment "(Cant.) to wink"@en .

<http://lexvo.org/id/char/26697> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/t%C3%B3p>,
        "𦚗"^^xsd:string .

<http://lexvo.org/id/char/26698> a lvont:Character ;
    lvont:represents "𦚘"^^xsd:string .

<http://lexvo.org/id/char/26699> a lvont:Character ;
    lvont:represents "𦚙"^^xsd:string .

<http://lexvo.org/id/char/2669A> a lvont:Character ;
    lvont:represents "𦚚"^^xsd:string .

<http://lexvo.org/id/char/2669B> a lvont:Character ;
    lvont:represents "𦚛"^^xsd:string .

<http://lexvo.org/id/char/2669C> a lvont:Character ;
    lvont:represents "𦚜"^^xsd:string .

<http://lexvo.org/id/char/2669D> a lvont:Character ;
    lvont:represents "𦚝"^^xsd:string .

<http://lexvo.org/id/char/2669E> a lvont:Character ;
    lvont:represents "𦚞"^^xsd:string .

<http://lexvo.org/id/char/2669F> a lvont:Character ;
    lvont:represents "𦚟"^^xsd:string .

<http://lexvo.org/id/char/266A> a lvont:Character ;
    lvont:represents "♪"^^xsd:string ;
    rdfs:comment "EIGHTH NOTE"@en .

<http://lexvo.org/id/char/266A0> a lvont:Character ;
    lvont:represents "𦚠"^^xsd:string .

<http://lexvo.org/id/char/266A1> a lvont:Character ;
    lvont:represents "𦚡"^^xsd:string .

<http://lexvo.org/id/char/266A2> a lvont:Character ;
    lvont:represents "𦚢"^^xsd:string .

<http://lexvo.org/id/char/266A3> a lvont:Character ;
    lvont:represents "𦚣"^^xsd:string .

<http://lexvo.org/id/char/266A4> a lvont:Character ;
    lvont:represents "𦚤"^^xsd:string .

<http://lexvo.org/id/char/266A5> a lvont:Character ;
    lvont:represents "𦚥"^^xsd:string .

<http://lexvo.org/id/char/266A6> a lvont:Character ;
    lvont:represents "𦚦"^^xsd:string .

<http://lexvo.org/id/char/266A7> a lvont:Character ;
    lvont:represents "𦚧"^^xsd:string .

<http://lexvo.org/id/char/266A8> a lvont:Character ;
    lvont:represents "𦚨"^^xsd:string .

<http://lexvo.org/id/char/266A9> a lvont:Character ;
    lvont:represents "𦚩"^^xsd:string .

<http://lexvo.org/id/char/266AA> a lvont:Character ;
    lvont:represents "𦚪"^^xsd:string .

<http://lexvo.org/id/char/266AB> a lvont:Character ;
    lvont:represents "𦚫"^^xsd:string .

<http://lexvo.org/id/char/266AC> a lvont:Character ;
    lvont:represents "𦚬"^^xsd:string .

<http://lexvo.org/id/char/266AD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/tru%E1%BB%93ng>,
        "𦚭"^^xsd:string .

<http://lexvo.org/id/char/266AE> a lvont:Character ;
    lvont:represents "𦚮"^^xsd:string .

<http://lexvo.org/id/char/266AF> a lvont:Character ;
    lvont:represents "𦚯"^^xsd:string .

<http://lexvo.org/id/char/266B> a lvont:Character ;
    lvont:represents "♫"^^xsd:string ;
    rdfs:comment "BEAMED EIGHTH NOTES"@en .

<http://lexvo.org/id/char/266B0> a lvont:Character ;
    lvont:represents "𦚰"^^xsd:string .

<http://lexvo.org/id/char/266B1> a lvont:Character ;
    lvont:represents "𦚱"^^xsd:string .

<http://lexvo.org/id/char/266B2> a lvont:Character ;
    lvont:represents "𦚲"^^xsd:string .

<http://lexvo.org/id/char/266B3> a lvont:Character ;
    lvont:represents "𦚳"^^xsd:string .

<http://lexvo.org/id/char/266B4> a lvont:Character ;
    lvont:represents "𦚴"^^xsd:string .

<http://lexvo.org/id/char/266B5> a lvont:Character ;
    lvont:represents "𦚵"^^xsd:string .

<http://lexvo.org/id/char/266B6> a lvont:Character ;
    lvont:represents "𦚶"^^xsd:string .

<http://lexvo.org/id/char/266B7> a lvont:Character ;
    lvont:represents "𦚷"^^xsd:string .

<http://lexvo.org/id/char/266B8> a lvont:Character ;
    lvont:represents "𦚸"^^xsd:string .

<http://lexvo.org/id/char/266B9> a lvont:Character ;
    lvont:represents "𦚹"^^xsd:string .

<http://lexvo.org/id/char/266BA> a lvont:Character ;
    lvont:represents "𦚺"^^xsd:string .

<http://lexvo.org/id/char/266BB> a lvont:Character ;
    lvont:represents "𦚻"^^xsd:string .

<http://lexvo.org/id/char/266BC> a lvont:Character ;
    lvont:represents "𦚼"^^xsd:string .

<http://lexvo.org/id/char/266BD> a lvont:Character ;
    lvont:represents "𦚽"^^xsd:string .

<http://lexvo.org/id/char/266BE> a lvont:Character ;
    lvont:represents "𦚾"^^xsd:string .

<http://lexvo.org/id/char/266BF> a lvont:Character ;
    lvont:represents "𦚿"^^xsd:string .

<http://lexvo.org/id/char/266C> a lvont:Character ;
    lvont:represents "♬"^^xsd:string ;
    rdfs:comment "BEAMED SIXTEENTH NOTES"@en .

<http://lexvo.org/id/char/266C0> a lvont:Character ;
    lvont:represents "𦛀"^^xsd:string .

<http://lexvo.org/id/char/266C1> a lvont:Character ;
    lvont:represents "𦛁"^^xsd:string .

<http://lexvo.org/id/char/266C2> a lvont:Character ;
    lvont:represents "𦛂"^^xsd:string .

<http://lexvo.org/id/char/266C3> a lvont:Character ;
    lvont:represents "𦛃"^^xsd:string .

<http://lexvo.org/id/char/266C4> a lvont:Character ;
    lvont:represents "𦛄"^^xsd:string .

<http://lexvo.org/id/char/266C5> a lvont:Character ;
    lvont:represents "𦛅"^^xsd:string .

<http://lexvo.org/id/char/266C6> a lvont:Character ;
    lvont:represents "𦛆"^^xsd:string .

<http://lexvo.org/id/char/266C7> a lvont:Character ;
    lvont:represents "𦛇"^^xsd:string .

<http://lexvo.org/id/char/266C8> a lvont:Character ;
    lvont:represents "𦛈"^^xsd:string .

<http://lexvo.org/id/char/266C9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/%C4%91%C3%A9o>,
        "𦛉"^^xsd:string .

<http://lexvo.org/id/char/266CA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ch%E1%BB%93n>,
        "𦛊"^^xsd:string .

<http://lexvo.org/id/char/266CB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/g%E1%BA%ADt>,
        "𦛋"^^xsd:string .

<http://lexvo.org/id/char/266CC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ru%E1%BB%99t>,
        "𦛌"^^xsd:string .

<http://lexvo.org/id/char/266CD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/t%C3%A1i>,
        "𦛍"^^xsd:string .

<http://lexvo.org/id/char/266CE> a lvont:Character ;
    lvont:represents "𦛎"^^xsd:string .

<http://lexvo.org/id/char/266CF> a lvont:Character ;
    lvont:represents "𦛏"^^xsd:string ;
    rdfs:comment "buttocks"@en .

<http://lexvo.org/id/char/266D> a lvont:Character ;
    lvont:represents "♭"^^xsd:string ;
    rdfs:comment "MUSIC FLAT SIGN"@en .

<http://lexvo.org/id/char/266D0> a lvont:Character ;
    lvont:represents "𦛐"^^xsd:string .

<http://lexvo.org/id/char/266D1> a lvont:Character ;
    lvont:represents "𦛑"^^xsd:string .

<http://lexvo.org/id/char/266D2> a lvont:Character ;
    lvont:represents "𦛒"^^xsd:string .

<http://lexvo.org/id/char/266D3> a lvont:Character ;
    lvont:represents "𦛓"^^xsd:string .

<http://lexvo.org/id/char/266D4> a lvont:Character ;
    lvont:represents "𦛔"^^xsd:string .

<http://lexvo.org/id/char/266D5> a lvont:Character ;
    lvont:represents "𦛕"^^xsd:string .

<http://lexvo.org/id/char/266D6> a lvont:Character ;
    lvont:represents "𦛖"^^xsd:string .

<http://lexvo.org/id/char/266D7> a lvont:Character ;
    lvont:represents "𦛗"^^xsd:string .

<http://lexvo.org/id/char/266D8> a lvont:Character ;
    lvont:represents "𦛘"^^xsd:string .

<http://lexvo.org/id/char/266D9> a lvont:Character ;
    lvont:represents "𦛙"^^xsd:string .

<http://lexvo.org/id/char/266DA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/nam6>,
        <http://lexvo.org/id/term/yue/%F0%A6%9B%9A>,
        "𦛚"^^xsd:string ;
    rdfs:comment "oily"@en .

<http://lexvo.org/id/char/266DB> a lvont:Character ;
    lvont:represents "𦛛"^^xsd:string .

<http://lexvo.org/id/char/266DC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/h%C3%A0m>,
        "𦛜"^^xsd:string .

<http://lexvo.org/id/char/266DD> a lvont:Character ;
    lvont:represents "𦛝"^^xsd:string .

<http://lexvo.org/id/char/266DE> a lvont:Character ;
    lvont:represents "𦛞"^^xsd:string .

<http://lexvo.org/id/char/266DF> a lvont:Character ;
    lvont:represents "𦛟"^^xsd:string .

<http://lexvo.org/id/char/266E> a lvont:Character ;
    lvont:represents "♮"^^xsd:string ;
    rdfs:comment "MUSIC NATURAL SIGN"@en .

<http://lexvo.org/id/char/266E0> a lvont:Character ;
    lvont:represents "𦛠"^^xsd:string .

<http://lexvo.org/id/char/266E1> a lvont:Character ;
    lvont:represents "𦛡"^^xsd:string .

<http://lexvo.org/id/char/266E2> a lvont:Character ;
    lvont:represents "𦛢"^^xsd:string .

<http://lexvo.org/id/char/266E3> a lvont:Character ;
    lvont:represents "𦛣"^^xsd:string .

<http://lexvo.org/id/char/266E4> a lvont:Character ;
    lvont:represents "𦛤"^^xsd:string .

<http://lexvo.org/id/char/266E5> a lvont:Character ;
    lvont:represents "𦛥"^^xsd:string .

<http://lexvo.org/id/char/266E6> a lvont:Character ;
    lvont:represents "𦛦"^^xsd:string .

<http://lexvo.org/id/char/266E7> a lvont:Character ;
    lvont:represents "𦛧"^^xsd:string .

<http://lexvo.org/id/char/266E8> a lvont:Character ;
    lvont:represents "𦛨"^^xsd:string .

<http://lexvo.org/id/char/266E9> a lvont:Character ;
    lvont:represents "𦛩"^^xsd:string .

<http://lexvo.org/id/char/266EA> a lvont:Character ;
    lvont:represents "𦛪"^^xsd:string .

<http://lexvo.org/id/char/266EB> a lvont:Character ;
    lvont:represents "𦛫"^^xsd:string .

<http://lexvo.org/id/char/266EC> a lvont:Character ;
    lvont:represents "𦛬"^^xsd:string .

<http://lexvo.org/id/char/266ED> a lvont:Character ;
    lvont:represents "𦛭"^^xsd:string .

<http://lexvo.org/id/char/266EE> a lvont:Character ;
    lvont:represents "𦛮"^^xsd:string .

<http://lexvo.org/id/char/266EF> a lvont:Character ;
    lvont:represents "𦛯"^^xsd:string .

<http://lexvo.org/id/char/266F> a lvont:Character ;
    lvont:represents "♯"^^xsd:string ;
    rdfs:comment "MUSIC SHARP SIGN"@en .

<http://lexvo.org/id/char/266F0> a lvont:Character ;
    lvont:represents "𦛰"^^xsd:string .

<http://lexvo.org/id/char/266F1> a lvont:Character ;
    lvont:represents "𦛱"^^xsd:string .

<http://lexvo.org/id/char/266F2> a lvont:Character ;
    lvont:represents "𦛲"^^xsd:string .

<http://lexvo.org/id/char/266F3> a lvont:Character ;
    lvont:represents "𦛳"^^xsd:string .

<http://lexvo.org/id/char/266F4> a lvont:Character ;
    lvont:represents "𦛴"^^xsd:string .

<http://lexvo.org/id/char/266F5> a lvont:Character ;
    lvont:represents "𦛵"^^xsd:string .

<http://lexvo.org/id/char/266F6> a lvont:Character ;
    lvont:represents "𦛶"^^xsd:string .

<http://lexvo.org/id/char/266F7> a lvont:Character ;
    lvont:represents "𦛷"^^xsd:string .

<http://lexvo.org/id/char/266F8> a lvont:Character ;
    lvont:represents "𦛸"^^xsd:string .

<http://lexvo.org/id/char/266F9> a lvont:Character ;
    lvont:represents "𦛹"^^xsd:string .

<http://lexvo.org/id/char/266FA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/b%C3%A9t>,
        "𦛺"^^xsd:string .

<http://lexvo.org/id/char/266FB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/th%E1%BB%99n>,
        "𦛻"^^xsd:string .

<http://lexvo.org/id/char/266FC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/b%C3%AAnh>,
        "𦛼"^^xsd:string .

<http://lexvo.org/id/char/266FD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ng%C3%B3m>,
        "𦛽"^^xsd:string .

<http://lexvo.org/id/char/266FE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/n%E1%BB%A5c>,
        "𦛾"^^xsd:string .

<http://lexvo.org/id/char/266FF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/mang>,
        "𦛿"^^xsd:string .

<http://lexvo.org/id/char/2670> a lvont:Character ;
    lvont:represents "♰"^^xsd:string ;
    rdfs:comment "WEST SYRIAC CROSS"@en .

<http://lexvo.org/id/char/26700> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ph%E1%BB%8B>,
        "𦜀"^^xsd:string .

<http://lexvo.org/id/char/26701> a lvont:Character ;
    lvont:represents "𦜁"^^xsd:string .

<http://lexvo.org/id/char/26702> a lvont:Character ;
    lvont:represents "𦜂"^^xsd:string .

<http://lexvo.org/id/char/26703> a lvont:Character ;
    lvont:represents "𦜃"^^xsd:string .

<http://lexvo.org/id/char/26704> a lvont:Character ;
    lvont:represents "𦜄"^^xsd:string .

<http://lexvo.org/id/char/26705> a lvont:Character ;
    lvont:represents "𦜅"^^xsd:string .

<http://lexvo.org/id/char/26706> a lvont:Character ;
    lvont:represents "𦜆"^^xsd:string .

<http://lexvo.org/id/char/26707> a lvont:Character ;
    lvont:represents "𦜇"^^xsd:string .

<http://lexvo.org/id/char/26708> a lvont:Character ;
    lvont:represents "𦜈"^^xsd:string .

<http://lexvo.org/id/char/26709> a lvont:Character ;
    lvont:represents "𦜉"^^xsd:string .

<http://lexvo.org/id/char/2670A> a lvont:Character ;
    lvont:represents "𦜊"^^xsd:string .

<http://lexvo.org/id/char/2670B> a lvont:Character ;
    lvont:represents "𦜋"^^xsd:string .

<http://lexvo.org/id/char/2670C> a lvont:Character ;
    lvont:represents "𦜌"^^xsd:string .

<http://lexvo.org/id/char/2670D> a lvont:Character ;
    lvont:represents "𦜍"^^xsd:string .

<http://lexvo.org/id/char/2670E> a lvont:Character ;
    lvont:represents "𦜎"^^xsd:string .

<http://lexvo.org/id/char/2670F> a lvont:Character ;
    lvont:represents "𦜏"^^xsd:string .

<http://lexvo.org/id/char/2671> a lvont:Character ;
    lvont:represents "♱"^^xsd:string ;
    rdfs:comment "EAST SYRIAC CROSS"@en .

<http://lexvo.org/id/char/26710> a lvont:Character ;
    lvont:represents "𦜐"^^xsd:string .

<http://lexvo.org/id/char/26711> a lvont:Character ;
    lvont:represents "𦜑"^^xsd:string .

<http://lexvo.org/id/char/26712> a lvont:Character ;
    lvont:represents "𦜒"^^xsd:string .

<http://lexvo.org/id/char/26713> a lvont:Character ;
    lvont:represents "𦜓"^^xsd:string .

<http://lexvo.org/id/char/26714> a lvont:Character ;
    lvont:represents "𦜔"^^xsd:string .

<http://lexvo.org/id/char/26715> a lvont:Character ;
    lvont:represents "𦜕"^^xsd:string .

<http://lexvo.org/id/char/26716> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/ngaa6>,
        <http://lexvo.org/id/term/yue/%F0%A6%9C%96>,
        "𦜖"^^xsd:string ;
    rdfs:comment "to stretch, spread"@en .

<http://lexvo.org/id/char/26717> a lvont:Character ;
    lvont:represents "𦜗"^^xsd:string .

<http://lexvo.org/id/char/26718> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/v%C3%BA>,
        "𦜘"^^xsd:string .

<http://lexvo.org/id/char/26719> a lvont:Character ;
    lvont:represents "𦜙"^^xsd:string .

<http://lexvo.org/id/char/2671A> a lvont:Character ;
    lvont:represents "𦜚"^^xsd:string .

<http://lexvo.org/id/char/2671B> a lvont:Character ;
    lvont:represents "𦜛"^^xsd:string .

<http://lexvo.org/id/char/2671C> a lvont:Character ;
    lvont:represents "𦜜"^^xsd:string .

<http://lexvo.org/id/char/2671D> a lvont:Character ;
    lvont:represents "𦜝"^^xsd:string .

<http://lexvo.org/id/char/2671E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/r%E1%BB%91n>,
        "𦜞"^^xsd:string .

<http://lexvo.org/id/char/2671F> a lvont:Character ;
    lvont:represents "𦜟"^^xsd:string .

<http://lexvo.org/id/char/2672> a lvont:Character ;
    lvont:represents "♲"^^xsd:string ;
    rdfs:comment "UNIVERSAL RECYCLING SYMBOL"@en .

<http://lexvo.org/id/char/26720> a lvont:Character ;
    lvont:represents "𦜠"^^xsd:string .

<http://lexvo.org/id/char/26721> a lvont:Character ;
    lvont:represents "𦜡"^^xsd:string .

<http://lexvo.org/id/char/26722> a lvont:Character ;
    lvont:represents "𦜢"^^xsd:string .

<http://lexvo.org/id/char/26723> a lvont:Character ;
    lvont:represents "𦜣"^^xsd:string .

<http://lexvo.org/id/char/26724> a lvont:Character ;
    lvont:represents "𦜤"^^xsd:string .

<http://lexvo.org/id/char/26725> a lvont:Character ;
    lvont:represents "𦜥"^^xsd:string .

<http://lexvo.org/id/char/26726> a lvont:Character ;
    lvont:represents "𦜦"^^xsd:string .

<http://lexvo.org/id/char/26727> a lvont:Character ;
    lvont:represents "𦜧"^^xsd:string .

<http://lexvo.org/id/char/26728> a lvont:Character ;
    lvont:represents "𦜨"^^xsd:string .

<http://lexvo.org/id/char/26729> a lvont:Character ;
    lvont:represents "𦜩"^^xsd:string .

<http://lexvo.org/id/char/2672A> a lvont:Character ;
    lvont:represents "𦜪"^^xsd:string .

<http://lexvo.org/id/char/2672B> a lvont:Character ;
    lvont:represents "𦜫"^^xsd:string .

<http://lexvo.org/id/char/2672C> a lvont:Character ;
    lvont:represents "𦜬"^^xsd:string .

<http://lexvo.org/id/char/2672D> a lvont:Character ;
    lvont:represents "𦜭"^^xsd:string .

<http://lexvo.org/id/char/2672E> a lvont:Character ;
    lvont:represents "𦜮"^^xsd:string .

<http://lexvo.org/id/char/2672F> a lvont:Character ;
    lvont:represents "𦜯"^^xsd:string .

<http://lexvo.org/id/char/2673> a lvont:Character ;
    lvont:represents "♳"^^xsd:string ;
    rdfs:comment "RECYCLING SYMBOL FOR TYPE-1 PLASTICS"@en .

<http://lexvo.org/id/char/26730> a lvont:Character ;
    lvont:represents "𦜰"^^xsd:string .

<http://lexvo.org/id/char/26731> a lvont:Character ;
    lvont:represents "𦜱"^^xsd:string .

<http://lexvo.org/id/char/26732> a lvont:Character ;
    lvont:represents "𦜲"^^xsd:string .

<http://lexvo.org/id/char/26733> a lvont:Character ;
    lvont:represents "𦜳"^^xsd:string .

<http://lexvo.org/id/char/26734> a lvont:Character ;
    lvont:represents "𦜴"^^xsd:string .

<http://lexvo.org/id/char/26735> a lvont:Character ;
    lvont:represents "𦜵"^^xsd:string .

<http://lexvo.org/id/char/26736> a lvont:Character ;
    lvont:represents "𦜶"^^xsd:string .

<http://lexvo.org/id/char/26737> a lvont:Character ;
    lvont:represents "𦜷"^^xsd:string .

<http://lexvo.org/id/char/26738> a lvont:Character ;
    lvont:represents "𦜸"^^xsd:string .

<http://lexvo.org/id/char/26739> a lvont:Character ;
    lvont:represents "𦜹"^^xsd:string .

<http://lexvo.org/id/char/2673A> a lvont:Character ;
    lvont:represents "𦜺"^^xsd:string .

<http://lexvo.org/id/char/2673B> a lvont:Character ;
    lvont:represents "𦜻"^^xsd:string .

<http://lexvo.org/id/char/2673C> a lvont:Character ;
    lvont:represents "𦜼"^^xsd:string .

<http://lexvo.org/id/char/2673D> a lvont:Character ;
    lvont:represents "𦜽"^^xsd:string .

<http://lexvo.org/id/char/2673E> a lvont:Character ;
    lvont:represents "𦜾"^^xsd:string .

<http://lexvo.org/id/char/2673F> a lvont:Character ;
    lvont:represents "𦜿"^^xsd:string .

<http://lexvo.org/id/char/2674> a lvont:Character ;
    lvont:represents "♴"^^xsd:string ;
    rdfs:comment "RECYCLING SYMBOL FOR TYPE-2 PLASTICS"@en .

<http://lexvo.org/id/char/26740> a lvont:Character ;
    lvont:represents "𦝀"^^xsd:string .

<http://lexvo.org/id/char/26741> a lvont:Character ;
    lvont:represents "𦝁"^^xsd:string .

<http://lexvo.org/id/char/26742> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/%C4%91%C3%ADt>,
        "𦝂"^^xsd:string .

<http://lexvo.org/id/char/26743> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/r%C3%B2m>,
        "𦝃"^^xsd:string .

<http://lexvo.org/id/char/26744> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/r%C4%83ng>,
        "𦝄"^^xsd:string .

<http://lexvo.org/id/char/26745> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ph%E1%BB%85n>,
        "𦝅"^^xsd:string .

<http://lexvo.org/id/char/26746> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/s%E1%BA%A7n>,
        "𦝆"^^xsd:string .

<http://lexvo.org/id/char/26747> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/%C4%91%C3%ADt>,
        "𦝇"^^xsd:string .

<http://lexvo.org/id/char/26748> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ng%E1%BA%AFc>,
        "𦝈"^^xsd:string .

<http://lexvo.org/id/char/26749> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/%C4%91%E1%BA%BB>,
        "𦝉"^^xsd:string .

<http://lexvo.org/id/char/2674A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/tr%C3%B4n>,
        "𦝊"^^xsd:string .

<http://lexvo.org/id/char/2674B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/m%E1%BB%A5n>,
        "𦝋"^^xsd:string .

<http://lexvo.org/id/char/2674C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/m%C3%A9p>,
        "𦝌"^^xsd:string .

<http://lexvo.org/id/char/2674D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/s%E1%BA%A7n>,
        "𦝍"^^xsd:string .

<http://lexvo.org/id/char/2674E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ph%E1%BB%91p>,
        "𦝎"^^xsd:string .

<http://lexvo.org/id/char/2674F> a lvont:Character ;
    lvont:represents "𦝏"^^xsd:string .

<http://lexvo.org/id/char/2675> a lvont:Character ;
    lvont:represents "♵"^^xsd:string ;
    rdfs:comment "RECYCLING SYMBOL FOR TYPE-3 PLASTICS"@en .

<http://lexvo.org/id/char/26750> a lvont:Character ;
    lvont:represents "𦝐"^^xsd:string .

<http://lexvo.org/id/char/26751> a lvont:Character ;
    lvont:represents "𦝑"^^xsd:string .

<http://lexvo.org/id/char/26752> a lvont:Character ;
    lvont:represents "𦝒"^^xsd:string .

<http://lexvo.org/id/char/26753> a lvont:Character ;
    lvont:represents "𦝓"^^xsd:string .

<http://lexvo.org/id/char/26754> a lvont:Character ;
    lvont:represents "𦝔"^^xsd:string .

<http://lexvo.org/id/char/26755> a lvont:Character ;
    lvont:represents "𦝕"^^xsd:string .

<http://lexvo.org/id/char/26756> a lvont:Character ;
    lvont:represents "𦝖"^^xsd:string .

<http://lexvo.org/id/char/26757> a lvont:Character ;
    lvont:represents "𦝗"^^xsd:string .

<http://lexvo.org/id/char/26758> a lvont:Character ;
    lvont:represents "𦝘"^^xsd:string .

<http://lexvo.org/id/char/26759> a lvont:Character ;
    lvont:represents "𦝙"^^xsd:string .

<http://lexvo.org/id/char/2675A> a lvont:Character ;
    lvont:represents "𦝚"^^xsd:string .

<http://lexvo.org/id/char/2675B> a lvont:Character ;
    lvont:represents "𦝛"^^xsd:string .

<http://lexvo.org/id/char/2675C> a lvont:Character ;
    lvont:represents "𦝜"^^xsd:string .

<http://lexvo.org/id/char/2675D> a lvont:Character ;
    lvont:represents "𦝝"^^xsd:string .

<http://lexvo.org/id/char/2675E> a lvont:Character ;
    lvont:represents "𦝞"^^xsd:string .

<http://lexvo.org/id/char/2675F> a lvont:Character ;
    lvont:represents "𦝟"^^xsd:string .

<http://lexvo.org/id/char/2676> a lvont:Character ;
    lvont:represents "♶"^^xsd:string ;
    rdfs:comment "RECYCLING SYMBOL FOR TYPE-4 PLASTICS"@en .

<http://lexvo.org/id/char/26760> a lvont:Character ;
    lvont:represents "𦝠"^^xsd:string .

<http://lexvo.org/id/char/26761> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/jim1%20jim2>,
        <http://lexvo.org/id/term/yue/%F0%A6%9D%A1>,
        "𦝡"^^xsd:string .

<http://lexvo.org/id/char/26762> a lvont:Character ;
    lvont:represents "𦝢"^^xsd:string .

<http://lexvo.org/id/char/26763> a lvont:Character ;
    lvont:represents "𦝣"^^xsd:string .

<http://lexvo.org/id/char/26764> a lvont:Character ;
    lvont:represents "𦝤"^^xsd:string .

<http://lexvo.org/id/char/26765> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/s%C3%A1p>,
        "𦝥"^^xsd:string .

<http://lexvo.org/id/char/26766> a lvont:Character ;
    lvont:represents "𦝦"^^xsd:string .

<http://lexvo.org/id/char/26767> a lvont:Character ;
    lvont:represents "𦝧"^^xsd:string .

<http://lexvo.org/id/char/26768> a lvont:Character ;
    lvont:represents "𦝨"^^xsd:string .

<http://lexvo.org/id/char/26769> a lvont:Character ;
    lvont:represents "𦝩"^^xsd:string .

<http://lexvo.org/id/char/2676A> a lvont:Character ;
    lvont:represents "𦝪"^^xsd:string .

<http://lexvo.org/id/char/2676B> a lvont:Character ;
    lvont:represents "𦝫"^^xsd:string .

<http://lexvo.org/id/char/2676C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/nh%C3%B3t>,
        "𦝬"^^xsd:string .

<http://lexvo.org/id/char/2676D> a lvont:Character ;
    lvont:represents "𦝭"^^xsd:string .

<http://lexvo.org/id/char/2676E> a lvont:Character ;
    lvont:represents "𦝮"^^xsd:string .

<http://lexvo.org/id/char/2676F> a lvont:Character ;
    lvont:represents "𦝯"^^xsd:string .

<http://lexvo.org/id/char/2677> a lvont:Character ;
    lvont:represents "♷"^^xsd:string ;
    rdfs:comment "RECYCLING SYMBOL FOR TYPE-5 PLASTICS"@en .

<http://lexvo.org/id/char/26770> a lvont:Character ;
    lvont:represents "𦝰"^^xsd:string .

<http://lexvo.org/id/char/26771> a lvont:Character ;
    lvont:represents "𦝱"^^xsd:string .

<http://lexvo.org/id/char/26772> a lvont:Character ;
    lvont:represents "𦝲"^^xsd:string .

<http://lexvo.org/id/char/26773> a lvont:Character ;
    lvont:represents "𦝳"^^xsd:string .

<http://lexvo.org/id/char/26774> a lvont:Character ;
    lvont:represents "𦝴"^^xsd:string .

<http://lexvo.org/id/char/26775> a lvont:Character ;
    lvont:represents "𦝵"^^xsd:string .

<http://lexvo.org/id/char/26776> a lvont:Character ;
    lvont:represents "𦝶"^^xsd:string .

<http://lexvo.org/id/char/26777> a lvont:Character ;
    lvont:represents "𦝷"^^xsd:string .

<http://lexvo.org/id/char/26778> a lvont:Character ;
    lvont:represents "𦝸"^^xsd:string .

<http://lexvo.org/id/char/26779> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/l%C6%B0%E1%BB%9Dn>,
        "𦝹"^^xsd:string .

<http://lexvo.org/id/char/2677A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/m%E1%BA%A9y>,
        "𦝺"^^xsd:string .

<http://lexvo.org/id/char/2677B> a lvont:Character ;
    lvont:represents "𦝻"^^xsd:string .

<http://lexvo.org/id/char/2677C> a lvont:Character ;
    lvont:represents "𦝼"^^xsd:string .

<http://lexvo.org/id/char/2677D> a lvont:Character ;
    lvont:represents "𦝽"^^xsd:string .

<http://lexvo.org/id/char/2677E> a lvont:Character ;
    lvont:represents "𦝾"^^xsd:string .

<http://lexvo.org/id/char/2677F> a lvont:Character ;
    lvont:represents "𦝿"^^xsd:string .

<http://lexvo.org/id/char/2678> a lvont:Character ;
    lvont:represents "♸"^^xsd:string ;
    rdfs:comment "RECYCLING SYMBOL FOR TYPE-6 PLASTICS"@en .

<http://lexvo.org/id/char/26780> a lvont:Character ;
    lvont:represents "𦞀"^^xsd:string .

<http://lexvo.org/id/char/26781> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/t%C6%B0%C6%A1i>,
        "𦞁"^^xsd:string .

<http://lexvo.org/id/char/26782> a lvont:Character ;
    lvont:represents "𦞂"^^xsd:string .

<http://lexvo.org/id/char/26783> a lvont:Character ;
    lvont:represents "𦞃"^^xsd:string .

<http://lexvo.org/id/char/26784> a lvont:Character ;
    lvont:represents "𦞄"^^xsd:string .

<http://lexvo.org/id/char/26785> a lvont:Character ;
    lvont:represents "𦞅"^^xsd:string .

<http://lexvo.org/id/char/26786> a lvont:Character ;
    lvont:represents "𦞆"^^xsd:string .

<http://lexvo.org/id/char/26787> a lvont:Character ;
    lvont:represents "𦞇"^^xsd:string .

<http://lexvo.org/id/char/26788> a lvont:Character ;
    lvont:represents "𦞈"^^xsd:string .

<http://lexvo.org/id/char/26789> a lvont:Character ;
    lvont:represents "𦞉"^^xsd:string .

<http://lexvo.org/id/char/2678A> a lvont:Character ;
    lvont:represents "𦞊"^^xsd:string .

<http://lexvo.org/id/char/2678B> a lvont:Character ;
    lvont:represents "𦞋"^^xsd:string .

<http://lexvo.org/id/char/2678C> a lvont:Character ;
    lvont:represents "𦞌"^^xsd:string .

<http://lexvo.org/id/char/2678D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/c%C3%A1y>,
        "𦞍"^^xsd:string .

<http://lexvo.org/id/char/2678E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ngh%C3%A9n>,
        "𦞎"^^xsd:string .

<http://lexvo.org/id/char/2678F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/%C3%B4i>,
        "𦞏"^^xsd:string .

<http://lexvo.org/id/char/2679> a lvont:Character ;
    lvont:represents "♹"^^xsd:string ;
    rdfs:comment "RECYCLING SYMBOL FOR TYPE-7 PLASTICS"@en .

<http://lexvo.org/id/char/26790> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ng%E1%BB%B1c>,
        "𦞐"^^xsd:string .

<http://lexvo.org/id/char/26791> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/v%C3%B2i>,
        "𦞑"^^xsd:string .

<http://lexvo.org/id/char/26792> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/%C4%91%E1%BA%ABy>,
        "𦞒"^^xsd:string .

<http://lexvo.org/id/char/26793> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/phay>,
        "𦞓"^^xsd:string .

<http://lexvo.org/id/char/26794> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ho%E1%BA%B3n>,
        "𦞔"^^xsd:string .

<http://lexvo.org/id/char/26795> a lvont:Character ;
    lvont:represents "𦞕"^^xsd:string .

<http://lexvo.org/id/char/26796> a lvont:Character ;
    lvont:represents "𦞖"^^xsd:string .

<http://lexvo.org/id/char/26797> a lvont:Character ;
    lvont:represents "𦞗"^^xsd:string .

<http://lexvo.org/id/char/26798> a lvont:Character ;
    lvont:represents "𦞘"^^xsd:string .

<http://lexvo.org/id/char/26799> a lvont:Character ;
    lvont:represents "𦞙"^^xsd:string .

<http://lexvo.org/id/char/2679A> a lvont:Character ;
    lvont:represents "𦞚"^^xsd:string .

<http://lexvo.org/id/char/2679B> a lvont:Character ;
    lvont:represents "𦞛"^^xsd:string .

<http://lexvo.org/id/char/2679C> a lvont:Character ;
    lvont:represents "𦞜"^^xsd:string .

<http://lexvo.org/id/char/2679D> a lvont:Character ;
    lvont:represents "𦞝"^^xsd:string .

<http://lexvo.org/id/char/2679E> a lvont:Character ;
    lvont:represents "𦞞"^^xsd:string .

<http://lexvo.org/id/char/2679F> a lvont:Character ;
    lvont:represents "𦞟"^^xsd:string .

<http://lexvo.org/id/char/267A> a lvont:Character ;
    lvont:represents "♺"^^xsd:string ;
    rdfs:comment "RECYCLING SYMBOL FOR GENERIC MATERIALS"@en .

<http://lexvo.org/id/char/267A0> a lvont:Character ;
    lvont:represents "𦞠"^^xsd:string .

<http://lexvo.org/id/char/267A1> a lvont:Character ;
    lvont:represents "𦞡"^^xsd:string .

<http://lexvo.org/id/char/267A2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/tao>,
        "𦞢"^^xsd:string .

<http://lexvo.org/id/char/267A3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%F0%A6%9E%A3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C4%81o%20s%C3%A0o>,
        "𦞣"^^xsd:string ;
    rdfs:comment "rank; rancid; fetid"@en .

<http://lexvo.org/id/char/267A4> a lvont:Character ;
    lvont:represents "𦞤"^^xsd:string .

<http://lexvo.org/id/char/267A5> a lvont:Character ;
    lvont:represents "𦞥"^^xsd:string .

<http://lexvo.org/id/char/267A6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%B2>,
        "𦞦"^^xsd:string .

<http://lexvo.org/id/char/267A7> a lvont:Character ;
    lvont:represents "𦞧"^^xsd:string .

<http://lexvo.org/id/char/267A8> a lvont:Character ;
    lvont:represents "𦞨"^^xsd:string .

<http://lexvo.org/id/char/267A9> a lvont:Character ;
    lvont:represents "𦞩"^^xsd:string .

<http://lexvo.org/id/char/267AA> a lvont:Character ;
    lvont:represents "𦞪"^^xsd:string .

<http://lexvo.org/id/char/267AB> a lvont:Character ;
    lvont:represents "𦞫"^^xsd:string .

<http://lexvo.org/id/char/267AC> a lvont:Character ;
    lvont:represents "𦞬"^^xsd:string .

<http://lexvo.org/id/char/267AD> a lvont:Character ;
    lvont:represents "𦞭"^^xsd:string .

<http://lexvo.org/id/char/267AE> a lvont:Character ;
    lvont:represents "𦞮"^^xsd:string .

<http://lexvo.org/id/char/267AF> a lvont:Character ;
    lvont:represents "𦞯"^^xsd:string .

<http://lexvo.org/id/char/267B> a lvont:Character ;
    lvont:represents "♻"^^xsd:string ;
    rdfs:comment "BLACK UNIVERSAL RECYCLING SYMBOL"@en .

<http://lexvo.org/id/char/267B0> a lvont:Character ;
    lvont:represents "𦞰"^^xsd:string .

<http://lexvo.org/id/char/267B1> a lvont:Character ;
    lvont:represents "𦞱"^^xsd:string .

<http://lexvo.org/id/char/267B2> a lvont:Character ;
    lvont:represents "𦞲"^^xsd:string .

<http://lexvo.org/id/char/267B3> a lvont:Character ;
    lvont:represents "𦞳"^^xsd:string .

<http://lexvo.org/id/char/267B4> a lvont:Character ;
    lvont:represents "𦞴"^^xsd:string .

<http://lexvo.org/id/char/267B5> a lvont:Character ;
    lvont:represents "𦞵"^^xsd:string .

<http://lexvo.org/id/char/267B6> a lvont:Character ;
    lvont:represents "𦞶"^^xsd:string .

<http://lexvo.org/id/char/267B7> a lvont:Character ;
    lvont:represents "𦞷"^^xsd:string .

<http://lexvo.org/id/char/267B8> a lvont:Character ;
    lvont:represents "𦞸"^^xsd:string .

<http://lexvo.org/id/char/267B9> a lvont:Character ;
    lvont:represents "𦞹"^^xsd:string .

<http://lexvo.org/id/char/267BA> a lvont:Character ;
    lvont:represents "𦞺"^^xsd:string .

<http://lexvo.org/id/char/267BB> a lvont:Character ;
    lvont:represents "𦞻"^^xsd:string .

<http://lexvo.org/id/char/267BC> a lvont:Character ;
    lvont:represents "𦞼"^^xsd:string .

<http://lexvo.org/id/char/267BD> a lvont:Character ;
    lvont:represents "𦞽"^^xsd:string .

<http://lexvo.org/id/char/267BE> a lvont:Character ;
    lvont:represents "𦞾"^^xsd:string .

<http://lexvo.org/id/char/267BF> a lvont:Character ;
    lvont:represents "𦞿"^^xsd:string .

<http://lexvo.org/id/char/267C> a lvont:Character ;
    lvont:represents "♼"^^xsd:string ;
    rdfs:comment "RECYCLED PAPER SYMBOL"@en .

<http://lexvo.org/id/char/267C0> a lvont:Character ;
    lvont:represents "𦟀"^^xsd:string .

<http://lexvo.org/id/char/267C1> a lvont:Character ;
    lvont:represents "𦟁"^^xsd:string .

<http://lexvo.org/id/char/267C2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/m%E1%BB%81>,
        "𦟂"^^xsd:string .

<http://lexvo.org/id/char/267C3> a lvont:Character ;
    lvont:represents "𦟃"^^xsd:string .

<http://lexvo.org/id/char/267C4> a lvont:Character ;
    lvont:represents "𦟄"^^xsd:string .

<http://lexvo.org/id/char/267C5> a lvont:Character ;
    lvont:represents "𦟅"^^xsd:string .

<http://lexvo.org/id/char/267C6> a lvont:Character ;
    lvont:represents "𦟆"^^xsd:string .

<http://lexvo.org/id/char/267C7> a lvont:Character ;
    lvont:represents "𦟇"^^xsd:string .

<http://lexvo.org/id/char/267C8> a lvont:Character ;
    lvont:represents "𦟈"^^xsd:string .

<http://lexvo.org/id/char/267C9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/c%C3%B2m>,
        "𦟉"^^xsd:string .

<http://lexvo.org/id/char/267CA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ph%E1%BB%95i>,
        "𦟊"^^xsd:string .

<http://lexvo.org/id/char/267CB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/b%E1%BB%8D>,
        "𦟋"^^xsd:string .

<http://lexvo.org/id/char/267CC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/zin2>,
        <http://lexvo.org/id/term/yue/%F0%A6%9F%8C>,
        "𦟌"^^xsd:string ;
    rdfs:comment "muscle"@en .

<http://lexvo.org/id/char/267CD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/g%C3%A2y>,
        "𦟍"^^xsd:string .

<http://lexvo.org/id/char/267CE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/s%C6%B0%C6%A1i>,
        "𦟎"^^xsd:string .

<http://lexvo.org/id/char/267CF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/khu>,
        "𦟏"^^xsd:string .

<http://lexvo.org/id/char/267D> a lvont:Character ;
    lvont:represents "♽"^^xsd:string ;
    rdfs:comment "PARTIALLY-RECYCLED PAPER SYMBOL"@en .

<http://lexvo.org/id/char/267D0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/m%C3%A1>,
        "𦟐"^^xsd:string .

<http://lexvo.org/id/char/267D1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/i%E1%BA%A3>,
        "𦟑"^^xsd:string .

<http://lexvo.org/id/char/267D2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/gi%C3%B2n>,
        "𦟒"^^xsd:string .

<http://lexvo.org/id/char/267D3> a lvont:Character ;
    lvont:represents "𦟓"^^xsd:string .

<http://lexvo.org/id/char/267D4> a lvont:Character ;
    lvont:represents "𦟔"^^xsd:string .

<http://lexvo.org/id/char/267D5> a lvont:Character ;
    lvont:represents "𦟕"^^xsd:string .

<http://lexvo.org/id/char/267D6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/m%E1%BB%A1>,
        "𦟖"^^xsd:string .

<http://lexvo.org/id/char/267D7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/nem>,
        "𦟗"^^xsd:string .

<http://lexvo.org/id/char/267D8> a lvont:Character ;
    lvont:represents "𦟘"^^xsd:string .

<http://lexvo.org/id/char/267D9> a lvont:Character ;
    lvont:represents "𦟙"^^xsd:string .

<http://lexvo.org/id/char/267DA> a lvont:Character ;
    lvont:represents "𦟚"^^xsd:string .

<http://lexvo.org/id/char/267DB> a lvont:Character ;
    lvont:represents "𦟛"^^xsd:string .

<http://lexvo.org/id/char/267DC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/n%C3%A1ch>,
        "𦟜"^^xsd:string .

<http://lexvo.org/id/char/267DD> a lvont:Character ;
    lvont:represents "𦟝"^^xsd:string .

<http://lexvo.org/id/char/267DE> a lvont:Character ;
    lvont:represents "𦟞"^^xsd:string .

<http://lexvo.org/id/char/267DF> a lvont:Character ;
    lvont:represents "𦟟"^^xsd:string .

<http://lexvo.org/id/char/267E> a lvont:Character ;
    lvont:represents "♾"^^xsd:string ;
    rdfs:comment "PERMANENT PAPER SIGN"@en .

<http://lexvo.org/id/char/267E0> a lvont:Character ;
    lvont:represents "𦟠"^^xsd:string .

<http://lexvo.org/id/char/267E1> a lvont:Character ;
    lvont:represents "𦟡"^^xsd:string .

<http://lexvo.org/id/char/267E2> a lvont:Character ;
    lvont:represents "𦟢"^^xsd:string .

<http://lexvo.org/id/char/267E3> a lvont:Character ;
    lvont:represents "𦟣"^^xsd:string .

<http://lexvo.org/id/char/267E4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%F0%A6%9F%A4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C5%AB>,
        "𦟤"^^xsd:string ;
    rdfs:comment "viands, delicacies"@en .

<http://lexvo.org/id/char/267E5> a lvont:Character ;
    lvont:represents "𦟥"^^xsd:string .

<http://lexvo.org/id/char/267E6> a lvont:Character ;
    lvont:represents "𦟦"^^xsd:string .

<http://lexvo.org/id/char/267E7> a lvont:Character ;
    lvont:represents "𦟧"^^xsd:string .

<http://lexvo.org/id/char/267E8> a lvont:Character ;
    lvont:represents "𦟨"^^xsd:string .

<http://lexvo.org/id/char/267E9> a lvont:Character ;
    lvont:represents "𦟩"^^xsd:string .

<http://lexvo.org/id/char/267EA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/l%C6%B0%E1%BB%9Dn>,
        "𦟪"^^xsd:string .

<http://lexvo.org/id/char/267EB> a lvont:Character ;
    lvont:represents "𦟫"^^xsd:string .

<http://lexvo.org/id/char/267EC> a lvont:Character ;
    lvont:represents "𦟬"^^xsd:string .

<http://lexvo.org/id/char/267ED> a lvont:Character ;
    lvont:represents "𦟭"^^xsd:string .

<http://lexvo.org/id/char/267EE> a lvont:Character ;
    lvont:represents "𦟮"^^xsd:string .

<http://lexvo.org/id/char/267EF> a lvont:Character ;
    lvont:represents "𦟯"^^xsd:string .

<http://lexvo.org/id/char/267F> a lvont:Character ;
    lvont:represents "♿"^^xsd:string ;
    rdfs:comment "WHEELCHAIR SYMBOL"@en .

<http://lexvo.org/id/char/267F0> a lvont:Character ;
    lvont:represents "𦟰"^^xsd:string .

<http://lexvo.org/id/char/267F1> a lvont:Character ;
    lvont:represents "𦟱"^^xsd:string .

<http://lexvo.org/id/char/267F2> a lvont:Character ;
    lvont:represents "𦟲"^^xsd:string .

<http://lexvo.org/id/char/267F3> a lvont:Character ;
    lvont:represents "𦟳"^^xsd:string .

<http://lexvo.org/id/char/267F4> a lvont:Character ;
    lvont:represents "𦟴"^^xsd:string .

<http://lexvo.org/id/char/267F5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/b%E1%BB%87u>,
        "𦟵"^^xsd:string .

<http://lexvo.org/id/char/267F6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/nem>,
        "𦟶"^^xsd:string .

<http://lexvo.org/id/char/267F7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/b%C3%B2i>,
        "𦟷"^^xsd:string .

<http://lexvo.org/id/char/267F8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/n%C3%A1ch>,
        "𦟸"^^xsd:string .

<http://lexvo.org/id/char/267F9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/l%E1%BB%93n>,
        "𦟹"^^xsd:string .

<http://lexvo.org/id/char/267FA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ngo%E1%BA%A3i>,
        "𦟺"^^xsd:string .

<http://lexvo.org/id/char/267FB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/n%E1%BA%A1c>,
        "𦟻"^^xsd:string .

<http://lexvo.org/id/char/267FC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/b%E1%BA%BF>,
        "𦟼"^^xsd:string .

<http://lexvo.org/id/char/267FD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/m%E1%BA%ADt>,
        "𦟽"^^xsd:string .

<http://lexvo.org/id/char/267FE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/kh%C3%B9>,
        "𦟾"^^xsd:string .

<http://lexvo.org/id/char/267FF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/%C4%91%C3%B9i>,
        "𦟿"^^xsd:string .

<http://lexvo.org/id/char/2680> a lvont:Character ;
    lvont:represents "⚀"^^xsd:string ;
    rdfs:comment "DIE FACE-1"@en .

<http://lexvo.org/id/char/26800> a lvont:Character ;
    lvont:represents "𦠀"^^xsd:string .

<http://lexvo.org/id/char/26801> a lvont:Character ;
    lvont:represents "𦠁"^^xsd:string .

<http://lexvo.org/id/char/26802> a lvont:Character ;
    lvont:represents "𦠂"^^xsd:string .

<http://lexvo.org/id/char/26803> a lvont:Character ;
    lvont:represents "𦠃"^^xsd:string .

<http://lexvo.org/id/char/26804> a lvont:Character ;
    lvont:represents "𦠄"^^xsd:string .

<http://lexvo.org/id/char/26805> a lvont:Character ;
    lvont:represents "𦠅"^^xsd:string .

<http://lexvo.org/id/char/26806> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/s%E1%BB%A5n>,
        "𦠆"^^xsd:string .

<http://lexvo.org/id/char/26807> a lvont:Character ;
    lvont:represents "𦠇"^^xsd:string .

<http://lexvo.org/id/char/26808> a lvont:Character ;
    lvont:represents "𦠈"^^xsd:string .

<http://lexvo.org/id/char/26809> a lvont:Character ;
    lvont:represents "𦠉"^^xsd:string .

<http://lexvo.org/id/char/2680A> a lvont:Character ;
    lvont:represents "𦠊"^^xsd:string .

<http://lexvo.org/id/char/2680B> a lvont:Character ;
    lvont:represents "𦠋"^^xsd:string .

<http://lexvo.org/id/char/2680C> a lvont:Character ;
    lvont:represents "𦠌"^^xsd:string .

<http://lexvo.org/id/char/2680D> a lvont:Character ;
    lvont:represents "𦠍"^^xsd:string .

<http://lexvo.org/id/char/2680E> a lvont:Character ;
    lvont:represents "𦠎"^^xsd:string .

<http://lexvo.org/id/char/2680F> a lvont:Character ;
    lvont:represents "𦠏"^^xsd:string .

<http://lexvo.org/id/char/2681> a lvont:Character ;
    lvont:represents "⚁"^^xsd:string ;
    rdfs:comment "DIE FACE-2"@en .

<http://lexvo.org/id/char/26810> a lvont:Character ;
    lvont:represents "𦠐"^^xsd:string .

<http://lexvo.org/id/char/26811> a lvont:Character ;
    lvont:represents "𦠑"^^xsd:string .

<http://lexvo.org/id/char/26812> a lvont:Character ;
    lvont:represents "𦠒"^^xsd:string .

<http://lexvo.org/id/char/26813> a lvont:Character ;
    lvont:represents "𦠓"^^xsd:string .

<http://lexvo.org/id/char/26814> a lvont:Character ;
    lvont:represents "𦠔"^^xsd:string .

<http://lexvo.org/id/char/26815> a lvont:Character ;
    lvont:represents "𦠕"^^xsd:string .

<http://lexvo.org/id/char/26816> a lvont:Character ;
    lvont:represents "𦠖"^^xsd:string .

<http://lexvo.org/id/char/26817> a lvont:Character ;
    lvont:represents "𦠗"^^xsd:string .

<http://lexvo.org/id/char/26818> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/vai>,
        "𦠘"^^xsd:string .

<http://lexvo.org/id/char/26819> a lvont:Character ;
    lvont:represents "𦠙"^^xsd:string .

<http://lexvo.org/id/char/2681A> a lvont:Character ;
    lvont:represents "𦠚"^^xsd:string .

<http://lexvo.org/id/char/2681B> a lvont:Character ;
    lvont:represents "𦠛"^^xsd:string .

<http://lexvo.org/id/char/2681C> a lvont:Character ;
    lvont:represents "𦠜"^^xsd:string .

<http://lexvo.org/id/char/2681D> a lvont:Character ;
    lvont:represents "𦠝"^^xsd:string .

<http://lexvo.org/id/char/2681E> a lvont:Character ;
    lvont:represents "𦠞"^^xsd:string .

<http://lexvo.org/id/char/2681F> a lvont:Character ;
    lvont:represents "𦠟"^^xsd:string .

<http://lexvo.org/id/char/2682> a lvont:Character ;
    lvont:represents "⚂"^^xsd:string ;
    rdfs:comment "DIE FACE-3"@en .

<http://lexvo.org/id/char/26820> a lvont:Character ;
    lvont:represents "𦠠"^^xsd:string .

<http://lexvo.org/id/char/26821> a lvont:Character ;
    lvont:represents "𦠡"^^xsd:string .

<http://lexvo.org/id/char/26822> a lvont:Character ;
    lvont:represents "𦠢"^^xsd:string .

<http://lexvo.org/id/char/26823> a lvont:Character ;
    lvont:represents "𦠣"^^xsd:string .

<http://lexvo.org/id/char/26824> a lvont:Character ;
    lvont:represents "𦠤"^^xsd:string .

<http://lexvo.org/id/char/26825> a lvont:Character ;
    lvont:represents "𦠥"^^xsd:string .

<http://lexvo.org/id/char/26826> a lvont:Character ;
    lvont:represents "𦠦"^^xsd:string .

<http://lexvo.org/id/char/26827> a lvont:Character ;
    lvont:represents "𦠧"^^xsd:string .

<http://lexvo.org/id/char/26828> a lvont:Character ;
    lvont:represents "𦠨"^^xsd:string .

<http://lexvo.org/id/char/26829> a lvont:Character ;
    lvont:represents "𦠩"^^xsd:string .

<http://lexvo.org/id/char/2682A> a lvont:Character ;
    lvont:represents "𦠪"^^xsd:string .

<http://lexvo.org/id/char/2682B> a lvont:Character ;
    lvont:represents "𦠫"^^xsd:string .

<http://lexvo.org/id/char/2682C> a lvont:Character ;
    lvont:represents "𦠬"^^xsd:string .

<http://lexvo.org/id/char/2682D> a lvont:Character ;
    lvont:represents "𦠭"^^xsd:string .

<http://lexvo.org/id/char/2682E> a lvont:Character ;
    lvont:represents "𦠮"^^xsd:string .

<http://lexvo.org/id/char/2682F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/nh%E1%BB%9Dn>,
        "𦠯"^^xsd:string .

<http://lexvo.org/id/char/2683> a lvont:Character ;
    lvont:represents "⚃"^^xsd:string ;
    rdfs:comment "DIE FACE-4"@en .

<http://lexvo.org/id/char/26830> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/v%C3%A1c>,
        "𦠰"^^xsd:string .

<http://lexvo.org/id/char/26831> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ph%C3%A9t>,
        "𦠱"^^xsd:string .

<http://lexvo.org/id/char/26832> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/%C3%BA>,
        "𦠲"^^xsd:string .

<http://lexvo.org/id/char/26833> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/s%C6%B0%E1%BB%9Dn>,
        "𦠳"^^xsd:string .

<http://lexvo.org/id/char/26834> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/c%E1%BA%B1m>,
        "𦠴"^^xsd:string .

<http://lexvo.org/id/char/26835> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/r%E1%BB%8Di>,
        "𦠵"^^xsd:string .

<http://lexvo.org/id/char/26836> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/seo>,
        "𦠶"^^xsd:string .

<http://lexvo.org/id/char/26837> a lvont:Character ;
    lvont:represents "𦠷"^^xsd:string .

<http://lexvo.org/id/char/26838> a lvont:Character ;
    lvont:represents "𦠸"^^xsd:string .

<http://lexvo.org/id/char/26839> a lvont:Character ;
    lvont:represents "𦠹"^^xsd:string .

<http://lexvo.org/id/char/2683A> a lvont:Character ;
    lvont:represents "𦠺"^^xsd:string .

<http://lexvo.org/id/char/2683B> a lvont:Character ;
    lvont:represents "𦠻"^^xsd:string .

<http://lexvo.org/id/char/2683C> a lvont:Character ;
    lvont:represents "𦠼"^^xsd:string .

<http://lexvo.org/id/char/2683D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/v%C3%B2i>,
        "𦠽"^^xsd:string .

<http://lexvo.org/id/char/2683E> a lvont:Character ;
    lvont:represents "𦠾"^^xsd:string .

<http://lexvo.org/id/char/2683F> a lvont:Character ;
    lvont:represents "𦠿"^^xsd:string .

<http://lexvo.org/id/char/2684> a lvont:Character ;
    lvont:represents "⚄"^^xsd:string ;
    rdfs:comment "DIE FACE-5"@en .

<http://lexvo.org/id/char/26840> a lvont:Character ;
    lvont:represents "𦡀"^^xsd:string .

<http://lexvo.org/id/char/26841> a lvont:Character ;
    lvont:represents "𦡁"^^xsd:string .

<http://lexvo.org/id/char/26842> a lvont:Character ;
    lvont:represents "𦡂"^^xsd:string .

<http://lexvo.org/id/char/26843> a lvont:Character ;
    lvont:represents "𦡃"^^xsd:string .

<http://lexvo.org/id/char/26844> a lvont:Character ;
    lvont:represents "𦡄"^^xsd:string .

<http://lexvo.org/id/char/26845> a lvont:Character ;
    lvont:represents "𦡅"^^xsd:string .

<http://lexvo.org/id/char/26846> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/fat1>,
        <http://lexvo.org/id/term/yue/%F0%A6%A1%86>,
        "𦡆"^^xsd:string ;
    rdfs:comment "(Cant., vulg.) anus"@en .

<http://lexvo.org/id/char/26847> a lvont:Character ;
    lvont:represents "𦡇"^^xsd:string .

<http://lexvo.org/id/char/26848> a lvont:Character ;
    lvont:represents "𦡈"^^xsd:string .

<http://lexvo.org/id/char/26849> a lvont:Character ;
    lvont:represents "𦡉"^^xsd:string .

<http://lexvo.org/id/char/2684A> a lvont:Character ;
    lvont:represents "𦡊"^^xsd:string .

<http://lexvo.org/id/char/2684B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/r%E1%BB%91n>,
        "𦡋"^^xsd:string .

<http://lexvo.org/id/char/2684C> a lvont:Character ;
    lvont:represents "𦡌"^^xsd:string .

<http://lexvo.org/id/char/2684D> a lvont:Character ;
    lvont:represents "𦡍"^^xsd:string .

<http://lexvo.org/id/char/2684E> a lvont:Character ;
    lvont:represents "𦡎"^^xsd:string .

<http://lexvo.org/id/char/2684F> a lvont:Character ;
    lvont:represents "𦡏"^^xsd:string .

<http://lexvo.org/id/char/2685> a lvont:Character ;
    lvont:represents "⚅"^^xsd:string ;
    rdfs:comment "DIE FACE-6"@en .

<http://lexvo.org/id/char/26850> a lvont:Character ;
    lvont:represents "𦡐"^^xsd:string .

<http://lexvo.org/id/char/26851> a lvont:Character ;
    lvont:represents "𦡑"^^xsd:string .

<http://lexvo.org/id/char/26852> a lvont:Character ;
    lvont:represents "𦡒"^^xsd:string .

<http://lexvo.org/id/char/26853> a lvont:Character ;
    lvont:represents "𦡓"^^xsd:string .

<http://lexvo.org/id/char/26854> a lvont:Character ;
    lvont:represents "𦡔"^^xsd:string .

<http://lexvo.org/id/char/26855> a lvont:Character ;
    lvont:represents "𦡕"^^xsd:string .

<http://lexvo.org/id/char/26856> a lvont:Character ;
    lvont:represents "𦡖"^^xsd:string .

<http://lexvo.org/id/char/26857> a lvont:Character ;
    lvont:represents "𦡗"^^xsd:string .

<http://lexvo.org/id/char/26858> a lvont:Character ;
    lvont:represents "𦡘"^^xsd:string .

<http://lexvo.org/id/char/26859> a lvont:Character ;
    lvont:represents "𦡙"^^xsd:string .

<http://lexvo.org/id/char/2685A> a lvont:Character ;
    lvont:represents "𦡚"^^xsd:string .

<http://lexvo.org/id/char/2685B> a lvont:Character ;
    lvont:represents "𦡛"^^xsd:string .

<http://lexvo.org/id/char/2685C> a lvont:Character ;
    lvont:represents "𦡜"^^xsd:string .

<http://lexvo.org/id/char/2685D> a lvont:Character ;
    lvont:represents "𦡝"^^xsd:string .

<http://lexvo.org/id/char/2685E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ng%E1%BA%A5m>,
        "𦡞"^^xsd:string .

<http://lexvo.org/id/char/2685F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/l%C6%B0ng>,
        "𦡟"^^xsd:string .

<http://lexvo.org/id/char/2686> a lvont:Character ;
    lvont:represents "⚆"^^xsd:string ;
    rdfs:comment "WHITE CIRCLE WITH DOT RIGHT"@en .

<http://lexvo.org/id/char/26860> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/s%E1%BB%91ng>,
        "𦡠"^^xsd:string .

<http://lexvo.org/id/char/26861> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ng%E1%BA%ADy>,
        "𦡡"^^xsd:string .

<http://lexvo.org/id/char/26862> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/rau>,
        "𦡢"^^xsd:string .

<http://lexvo.org/id/char/26863> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/b%E1%BA%A7m>,
        "𦡣"^^xsd:string .

<http://lexvo.org/id/char/26864> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ch%C5%A9n>,
        "𦡤"^^xsd:string .

<http://lexvo.org/id/char/26865> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/n%C3%A1ch>,
        "𦡥"^^xsd:string .

<http://lexvo.org/id/char/26866> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/d%E1%BB%8Fng>,
        "𦡦"^^xsd:string .

<http://lexvo.org/id/char/26867> a lvont:Character ;
    lvont:represents "𦡧"^^xsd:string .

<http://lexvo.org/id/char/26868> a lvont:Character ;
    lvont:represents "𦡨"^^xsd:string .

<http://lexvo.org/id/char/26869> a lvont:Character ;
    lvont:represents "𦡩"^^xsd:string .

<http://lexvo.org/id/char/2686A> a lvont:Character ;
    lvont:represents "𦡪"^^xsd:string .

<http://lexvo.org/id/char/2686B> a lvont:Character ;
    lvont:represents "𦡫"^^xsd:string .

<http://lexvo.org/id/char/2686C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/c%E1%BA%B1m>,
        "𦡬"^^xsd:string .

<http://lexvo.org/id/char/2686D> a lvont:Character ;
    lvont:represents "𦡭"^^xsd:string .

<http://lexvo.org/id/char/2686E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ph%E1%BB%95i>,
        "𦡮"^^xsd:string .

<http://lexvo.org/id/char/2686F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/%C4%91%C3%ADt>,
        "𦡯"^^xsd:string .

<http://lexvo.org/id/char/2687> a lvont:Character ;
    lvont:represents "⚇"^^xsd:string ;
    rdfs:comment "WHITE CIRCLE WITH TWO DOTS"@en .

<http://lexvo.org/id/char/26870> a lvont:Character ;
    lvont:represents "𦡰"^^xsd:string .

<http://lexvo.org/id/char/26871> a lvont:Character ;
    lvont:represents "𦡱"^^xsd:string .

<http://lexvo.org/id/char/26872> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/n%C3%ADnh>,
        "𦡲"^^xsd:string .

<http://lexvo.org/id/char/26873> a lvont:Character ;
    lvont:represents "𦡳"^^xsd:string .

<http://lexvo.org/id/char/26874> a lvont:Character ;
    lvont:represents "𦡴"^^xsd:string .

<http://lexvo.org/id/char/26875> a lvont:Character ;
    lvont:represents "𦡵"^^xsd:string .

<http://lexvo.org/id/char/26876> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/l%E1%BB%8Dm>,
        "𦡶"^^xsd:string .

<http://lexvo.org/id/char/26877> a lvont:Character ;
    lvont:represents "𦡷"^^xsd:string .

<http://lexvo.org/id/char/26878> a lvont:Character ;
    lvont:represents "𦡸"^^xsd:string .

<http://lexvo.org/id/char/26879> a lvont:Character ;
    lvont:represents "𦡹"^^xsd:string .

<http://lexvo.org/id/char/2687A> a lvont:Character ;
    lvont:represents "𦡺"^^xsd:string .

<http://lexvo.org/id/char/2687B> a lvont:Character ;
    lvont:represents "𦡻"^^xsd:string .

<http://lexvo.org/id/char/2687C> a lvont:Character ;
    lvont:represents "𦡼"^^xsd:string .

<http://lexvo.org/id/char/2687D> a lvont:Character ;
    lvont:represents "𦡽"^^xsd:string .

<http://lexvo.org/id/char/2687E> a lvont:Character ;
    lvont:represents "𦡾"^^xsd:string .

<http://lexvo.org/id/char/2687F> a lvont:Character ;
    lvont:represents "𦡿"^^xsd:string .

<http://lexvo.org/id/char/2688> a lvont:Character ;
    lvont:represents "⚈"^^xsd:string ;
    rdfs:comment "BLACK CIRCLE WITH WHITE DOT RIGHT"@en .

<http://lexvo.org/id/char/26880> a lvont:Character ;
    lvont:represents "𦢀"^^xsd:string .

<http://lexvo.org/id/char/26881> a lvont:Character ;
    lvont:represents "𦢁"^^xsd:string .

<http://lexvo.org/id/char/26882> a lvont:Character ;
    lvont:represents "𦢂"^^xsd:string .

<http://lexvo.org/id/char/26883> a lvont:Character ;
    lvont:represents "𦢃"^^xsd:string .

<http://lexvo.org/id/char/26884> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/bu%E1%BB%93i>,
        "𦢄"^^xsd:string .

<http://lexvo.org/id/char/26885> a lvont:Character ;
    lvont:represents "𦢅"^^xsd:string .

<http://lexvo.org/id/char/26886> a lvont:Character ;
    lvont:represents "𦢆"^^xsd:string .

<http://lexvo.org/id/char/26887> a lvont:Character ;
    lvont:represents "𦢇"^^xsd:string .

<http://lexvo.org/id/char/26888> a lvont:Character ;
    lvont:represents "𦢈"^^xsd:string .

<http://lexvo.org/id/char/26889> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/m%E1%BA%ADt>,
        "𦢉"^^xsd:string .

<http://lexvo.org/id/char/2688A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/pok1>,
        <http://lexvo.org/id/term/yue/%F0%A6%A2%8A>,
        "𦢊"^^xsd:string ;
    rdfs:comment "(Cant.) blister"@en .

<http://lexvo.org/id/char/2688B> a lvont:Character ;
    lvont:represents "𦢋"^^xsd:string .

<http://lexvo.org/id/char/2688C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/duk6>,
        <http://lexvo.org/id/term/yue/%F0%A6%A2%8C>,
        "𦢌"^^xsd:string ;
    rdfs:comment "an abortion, miscarriage"@en .

<http://lexvo.org/id/char/2688D> a lvont:Character ;
    lvont:represents "𦢍"^^xsd:string .

<http://lexvo.org/id/char/2688E> a lvont:Character ;
    lvont:represents "𦢎"^^xsd:string .

<http://lexvo.org/id/char/2688F> a lvont:Character ;
    lvont:represents "𦢏"^^xsd:string .

<http://lexvo.org/id/char/2689> a lvont:Character ;
    lvont:represents "⚉"^^xsd:string ;
    rdfs:comment "BLACK CIRCLE WITH TWO WHITE DOTS"@en .

<http://lexvo.org/id/char/26890> a lvont:Character ;
    lvont:represents "𦢐"^^xsd:string .

<http://lexvo.org/id/char/26891> a lvont:Character ;
    lvont:represents "𦢑"^^xsd:string .

<http://lexvo.org/id/char/26892> a lvont:Character ;
    lvont:represents "𦢒"^^xsd:string .

<http://lexvo.org/id/char/26893> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/mak6>,
        <http://lexvo.org/id/term/yue/%F0%A6%A2%93>,
        "𦢓"^^xsd:string ;
    rdfs:comment "(Cant.) mole on skin"@en .

<http://lexvo.org/id/char/26894> a lvont:Character ;
    lvont:represents "𦢔"^^xsd:string .

<http://lexvo.org/id/char/26895> a lvont:Character ;
    lvont:represents "𦢕"^^xsd:string .

<http://lexvo.org/id/char/26896> a lvont:Character ;
    lvont:represents "𦢖"^^xsd:string .

<http://lexvo.org/id/char/26897> a lvont:Character ;
    lvont:represents "𦢗"^^xsd:string .

<http://lexvo.org/id/char/26898> a lvont:Character ;
    lvont:represents "𦢘"^^xsd:string .

<http://lexvo.org/id/char/26899> a lvont:Character ;
    lvont:represents "𦢙"^^xsd:string .

<http://lexvo.org/id/char/2689A> a lvont:Character ;
    lvont:represents "𦢚"^^xsd:string .

<http://lexvo.org/id/char/2689B> a lvont:Character ;
    lvont:represents "𦢛"^^xsd:string .

<http://lexvo.org/id/char/2689C> a lvont:Character ;
    lvont:represents "𦢜"^^xsd:string .

<http://lexvo.org/id/char/2689D> a lvont:Character ;
    lvont:represents "𦢝"^^xsd:string .

<http://lexvo.org/id/char/2689E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ch%C3%B3>,
        "𦢞"^^xsd:string .

<http://lexvo.org/id/char/2689F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ph%E1%BB%8Bch>,
        "𦢟"^^xsd:string .

<http://lexvo.org/id/char/268A> a lvont:Character ;
    lvont:represents "⚊"^^xsd:string ;
    rdfs:comment "MONOGRAM FOR YANG"@en .

<http://lexvo.org/id/char/268A0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/r%C4%83ng>,
        "𦢠"^^xsd:string .

<http://lexvo.org/id/char/268A1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/n%C3%B3c>,
        "𦢡"^^xsd:string .

<http://lexvo.org/id/char/268A2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/n%C3%B3c>,
        "𦢢"^^xsd:string .

<http://lexvo.org/id/char/268A3> a lvont:Character ;
    lvont:represents "𦢣"^^xsd:string .

<http://lexvo.org/id/char/268A4> a lvont:Character ;
    lvont:represents "𦢤"^^xsd:string .

<http://lexvo.org/id/char/268A5> a lvont:Character ;
    lvont:represents "𦢥"^^xsd:string .

<http://lexvo.org/id/char/268A6> a lvont:Character ;
    lvont:represents "𦢦"^^xsd:string .

<http://lexvo.org/id/char/268A7> a lvont:Character ;
    lvont:represents "𦢧"^^xsd:string .

<http://lexvo.org/id/char/268A8> a lvont:Character ;
    lvont:represents "𦢨"^^xsd:string .

<http://lexvo.org/id/char/268A9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/t%E1%BB%A7y>,
        "𦢩"^^xsd:string .

<http://lexvo.org/id/char/268AA> a lvont:Character ;
    lvont:represents "𦢪"^^xsd:string .

<http://lexvo.org/id/char/268AB> a lvont:Character ;
    lvont:represents "𦢫"^^xsd:string .

<http://lexvo.org/id/char/268AC> a lvont:Character ;
    lvont:represents "𦢬"^^xsd:string .

<http://lexvo.org/id/char/268AD> a lvont:Character ;
    lvont:represents "𦢭"^^xsd:string .

<http://lexvo.org/id/char/268AE> a lvont:Character ;
    lvont:represents "𦢮"^^xsd:string .

<http://lexvo.org/id/char/268AF> a lvont:Character ;
    lvont:represents "𦢯"^^xsd:string .

<http://lexvo.org/id/char/268B> a lvont:Character ;
    lvont:represents "⚋"^^xsd:string ;
    rdfs:comment "MONOGRAM FOR YIN"@en .

<http://lexvo.org/id/char/268B0> a lvont:Character ;
    lvont:represents "𦢰"^^xsd:string .

<http://lexvo.org/id/char/268B1> a lvont:Character ;
    lvont:represents "𦢱"^^xsd:string .

<http://lexvo.org/id/char/268B2> a lvont:Character ;
    lvont:represents "𦢲"^^xsd:string .

<http://lexvo.org/id/char/268B3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/vai>,
        "𦢳"^^xsd:string .

<http://lexvo.org/id/char/268B4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/l%E1%BB%99t>,
        "𦢴"^^xsd:string .

<http://lexvo.org/id/char/268B5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/r%C3%B5m>,
        "𦢵"^^xsd:string .

<http://lexvo.org/id/char/268B6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/%C4%91%C3%B9i>,
        "𦢶"^^xsd:string .

<http://lexvo.org/id/char/268B7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/m%C3%A1>,
        "𦢷"^^xsd:string .

<http://lexvo.org/id/char/268B8> a lvont:Character ;
    lvont:represents "𦢸"^^xsd:string .

<http://lexvo.org/id/char/268B9> a lvont:Character ;
    lvont:represents "𦢹"^^xsd:string .

<http://lexvo.org/id/char/268BA> a lvont:Character ;
    lvont:represents "𦢺"^^xsd:string .

<http://lexvo.org/id/char/268BB> a lvont:Character ;
    lvont:represents "𦢻"^^xsd:string .

<http://lexvo.org/id/char/268BC> a lvont:Character ;
    lvont:represents "𦢼"^^xsd:string .

<http://lexvo.org/id/char/268BD> a lvont:Character ;
    lvont:represents "𦢽"^^xsd:string .

<http://lexvo.org/id/char/268BE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/g%C3%A1y>,
        "𦢾"^^xsd:string .

<http://lexvo.org/id/char/268BF> a lvont:Character ;
    lvont:represents "𦢿"^^xsd:string .

<http://lexvo.org/id/char/268C> a lvont:Character ;
    lvont:represents "⚌"^^xsd:string ;
    rdfs:comment "DIGRAM FOR GREATER YANG"@en .

<http://lexvo.org/id/char/268C0> a lvont:Character ;
    lvont:represents "𦣀"^^xsd:string .

<http://lexvo.org/id/char/268C1> a lvont:Character ;
    lvont:represents "𦣁"^^xsd:string .

<http://lexvo.org/id/char/268C2> a lvont:Character ;
    lvont:represents "𦣂"^^xsd:string .

<http://lexvo.org/id/char/268C3> a lvont:Character ;
    lvont:represents "𦣃"^^xsd:string .

<http://lexvo.org/id/char/268C4> a lvont:Character ;
    lvont:represents "𦣄"^^xsd:string .

<http://lexvo.org/id/char/268C5> a lvont:Character ;
    lvont:represents "𦣅"^^xsd:string .

<http://lexvo.org/id/char/268C6> a lvont:Character ;
    lvont:represents "𦣆"^^xsd:string .

<http://lexvo.org/id/char/268C7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/lo1>,
        <http://lexvo.org/id/term/yue/%F0%A6%A3%87>,
        "𦣇"^^xsd:string ;
    rdfs:comment "(Cant.) buttocks"@en .

<http://lexvo.org/id/char/268C8> a lvont:Character ;
    lvont:represents "𦣈"^^xsd:string .

<http://lexvo.org/id/char/268C9> a lvont:Character ;
    lvont:represents "𦣉"^^xsd:string .

<http://lexvo.org/id/char/268CA> a lvont:Character ;
    lvont:represents "𦣊"^^xsd:string .

<http://lexvo.org/id/char/268CB> a lvont:Character ;
    lvont:represents "𦣋"^^xsd:string .

<http://lexvo.org/id/char/268CC> a lvont:Character ;
    lvont:represents "𦣌"^^xsd:string .

<http://lexvo.org/id/char/268CD> a lvont:Character ;
    lvont:represents "𦣍"^^xsd:string .

<http://lexvo.org/id/char/268CE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/n%C3%A2n>,
        "𦣎"^^xsd:string .

<http://lexvo.org/id/char/268CF> a lvont:Character ;
    lvont:represents "𦣏"^^xsd:string .

<http://lexvo.org/id/char/268D> a lvont:Character ;
    lvont:represents "⚍"^^xsd:string ;
    rdfs:comment "DIGRAM FOR LESSER YIN"@en .

<http://lexvo.org/id/char/268D0> a lvont:Character ;
    lvont:represents "𦣐"^^xsd:string .

<http://lexvo.org/id/char/268D1> a lvont:Character ;
    lvont:represents "𦣑"^^xsd:string .

<http://lexvo.org/id/char/268D2> a lvont:Character ;
    lvont:represents "𦣒"^^xsd:string .

<http://lexvo.org/id/char/268D3> a lvont:Character ;
    lvont:represents "𦣓"^^xsd:string .

<http://lexvo.org/id/char/268D4> a lvont:Character ;
    lvont:represents "𦣔"^^xsd:string .

<http://lexvo.org/id/char/268D5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ph%C3%A8o>,
        "𦣕"^^xsd:string .

<http://lexvo.org/id/char/268D6> a lvont:Character ;
    lvont:represents "𦣖"^^xsd:string .

<http://lexvo.org/id/char/268D7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/nhau>,
        "𦣗"^^xsd:string .

<http://lexvo.org/id/char/268D8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/n%E1%BB%A9ng>,
        "𦣘"^^xsd:string .

<http://lexvo.org/id/char/268D9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/n%E1%BA%A5ng>,
        "𦣙"^^xsd:string .

<http://lexvo.org/id/char/268DA> a lvont:Character ;
    lvont:represents "𦣚"^^xsd:string .

<http://lexvo.org/id/char/268DB> a lvont:Character ;
    lvont:represents "𦣛"^^xsd:string .

<http://lexvo.org/id/char/268DC> a lvont:Character ;
    lvont:represents "𦣜"^^xsd:string .

<http://lexvo.org/id/char/268DF> a lvont:Character ;
    lvont:represents "𦣟"^^xsd:string .

<http://lexvo.org/id/char/268E> a lvont:Character ;
    lvont:represents "⚎"^^xsd:string ;
    rdfs:comment "DIGRAM FOR LESSER YANG"@en .

<http://lexvo.org/id/char/268E0> a lvont:Character ;
    lvont:represents "𦣠"^^xsd:string .

<http://lexvo.org/id/char/268E1> a lvont:Character ;
    lvont:represents "𦣡"^^xsd:string .

<http://lexvo.org/id/char/268E2> a lvont:Character ;
    lvont:represents "𦣢"^^xsd:string .

<http://lexvo.org/id/char/268E3> a lvont:Character ;
    lvont:represents "𦣣"^^xsd:string .

<http://lexvo.org/id/char/268E4> a lvont:Character ;
    lvont:represents "𦣤"^^xsd:string .

<http://lexvo.org/id/char/268E5> a lvont:Character ;
    lvont:represents "𦣥"^^xsd:string .

<http://lexvo.org/id/char/268E6> a lvont:Character ;
    lvont:represents "𦣦"^^xsd:string .

<http://lexvo.org/id/char/268E7> a lvont:Character ;
    lvont:represents "𦣧"^^xsd:string .

<http://lexvo.org/id/char/268E8> a lvont:Character ;
    lvont:represents "𦣨"^^xsd:string .

<http://lexvo.org/id/char/268E9> a lvont:Character ;
    lvont:represents "𦣩"^^xsd:string .

<http://lexvo.org/id/char/268EA> a lvont:Character ;
    lvont:represents "𦣪"^^xsd:string .

<http://lexvo.org/id/char/268EB> a lvont:Character ;
    lvont:represents "𦣫"^^xsd:string .

<http://lexvo.org/id/char/268EC> a lvont:Character ;
    lvont:represents "𦣬"^^xsd:string .

<http://lexvo.org/id/char/268ED> a lvont:Character ;
    lvont:represents "𦣭"^^xsd:string .

<http://lexvo.org/id/char/268EE> a lvont:Character ;
    lvont:represents "𦣮"^^xsd:string .

<http://lexvo.org/id/char/268EF> a lvont:Character ;
    lvont:represents "𦣯"^^xsd:string .

<http://lexvo.org/id/char/268F> a lvont:Character ;
    lvont:represents "⚏"^^xsd:string ;
    rdfs:comment "DIGRAM FOR GREATER YIN"@en .

<http://lexvo.org/id/char/268F0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/n%E1%BA%B1m>,
        "𦣰"^^xsd:string .

<http://lexvo.org/id/char/268F1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/zak1>,
        <http://lexvo.org/id/term/yue/%F0%A6%A3%B1>,
        "𦣱"^^xsd:string ;
    rdfs:comment "mysterious, occult"@en .

<http://lexvo.org/id/char/268F2> a lvont:Character ;
    lvont:represents "𦣲"^^xsd:string .

<http://lexvo.org/id/char/268F3> a lvont:Character ;
    lvont:represents "𦣳"^^xsd:string .

<http://lexvo.org/id/char/268F4> a lvont:Character ;
    lvont:represents "𦣴"^^xsd:string .

<http://lexvo.org/id/char/268F5> a lvont:Character ;
    lvont:represents "𦣵"^^xsd:string .

<http://lexvo.org/id/char/268F6> a lvont:Character ;
    lvont:represents "𦣶"^^xsd:string .

<http://lexvo.org/id/char/268F7> a lvont:Character ;
    lvont:represents "𦣷"^^xsd:string .

<http://lexvo.org/id/char/268F8> a lvont:Character ;
    lvont:represents "𦣸"^^xsd:string .

<http://lexvo.org/id/char/268FA> a lvont:Character ;
    lvont:represents "𦣺"^^xsd:string .

<http://lexvo.org/id/char/268FB> a lvont:Character ;
    lvont:represents "𦣻"^^xsd:string .

<http://lexvo.org/id/char/268FC> a lvont:Character ;
    lvont:represents "𦣼"^^xsd:string .

<http://lexvo.org/id/char/268FD> a lvont:Character ;
    lvont:represents "𦣽"^^xsd:string .

<http://lexvo.org/id/char/268FE> a lvont:Character ;
    lvont:represents "𦣾"^^xsd:string .

<http://lexvo.org/id/char/268FF> a lvont:Character ;
    lvont:represents "𦣿"^^xsd:string .

<http://lexvo.org/id/char/2690> a lvont:Character ;
    lvont:represents "⚐"^^xsd:string ;
    rdfs:comment "WHITE FLAG"@en .

<http://lexvo.org/id/char/26900> a lvont:Character ;
    lvont:represents "𦤀"^^xsd:string .

<http://lexvo.org/id/char/26901> a lvont:Character ;
    lvont:represents "𦤁"^^xsd:string .

<http://lexvo.org/id/char/26902> a lvont:Character ;
    lvont:represents "𦤂"^^xsd:string .

<http://lexvo.org/id/char/26903> a lvont:Character ;
    lvont:represents "𦤃"^^xsd:string .

<http://lexvo.org/id/char/26904> a lvont:Character ;
    lvont:represents "𦤄"^^xsd:string .

<http://lexvo.org/id/char/26905> a lvont:Character ;
    lvont:represents "𦤅"^^xsd:string .

<http://lexvo.org/id/char/26906> a lvont:Character ;
    lvont:represents "𦤆"^^xsd:string .

<http://lexvo.org/id/char/26907> a lvont:Character ;
    lvont:represents "𦤇"^^xsd:string .

<http://lexvo.org/id/char/26908> a lvont:Character ;
    lvont:represents "𦤈"^^xsd:string .

<http://lexvo.org/id/char/26909> a lvont:Character ;
    lvont:represents "𦤉"^^xsd:string .

<http://lexvo.org/id/char/2690A> a lvont:Character ;
    lvont:represents "𦤊"^^xsd:string .

<http://lexvo.org/id/char/2690B> a lvont:Character ;
    lvont:represents "𦤋"^^xsd:string .

<http://lexvo.org/id/char/2690C> a lvont:Character ;
    lvont:represents "𦤌"^^xsd:string .

<http://lexvo.org/id/char/2690D> a lvont:Character ;
    lvont:represents "𦤍"^^xsd:string .

<http://lexvo.org/id/char/2690E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%F0%A6%A4%8E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C4%81o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gou1>,
        <http://lexvo.org/id/term/yue/%F0%A6%A4%8E>,
        "𦤎"^^xsd:string ;
    rdfs:comment "a marsh, pool; high; the fifth month"@en .

<http://lexvo.org/id/char/2690F> a lvont:Character ;
    lvont:represents "𦤏"^^xsd:string .

<http://lexvo.org/id/char/2691> a lvont:Character ;
    lvont:represents "⚑"^^xsd:string ;
    rdfs:comment "BLACK FLAG"@en .

<http://lexvo.org/id/char/26910> a lvont:Character ;
    lvont:represents "𦤐"^^xsd:string .

<http://lexvo.org/id/char/26911> a lvont:Character ;
    lvont:represents "𦤑"^^xsd:string .

<http://lexvo.org/id/char/26912> a lvont:Character ;
    lvont:represents "𦤒"^^xsd:string .

<http://lexvo.org/id/char/26913> a lvont:Character ;
    lvont:represents "𦤓"^^xsd:string .

<http://lexvo.org/id/char/26914> a lvont:Character ;
    lvont:represents "𦤔"^^xsd:string .

<http://lexvo.org/id/char/26915> a lvont:Character ;
    lvont:represents "𦤕"^^xsd:string .

<http://lexvo.org/id/char/26916> a lvont:Character ;
    lvont:represents "𦤖"^^xsd:string .

<http://lexvo.org/id/char/26917> a lvont:Character ;
    lvont:represents "𦤗"^^xsd:string .

<http://lexvo.org/id/char/26918> a lvont:Character ;
    lvont:represents "𦤘"^^xsd:string .

<http://lexvo.org/id/char/26919> a lvont:Character ;
    lvont:represents "𦤙"^^xsd:string .

<http://lexvo.org/id/char/2691A> a lvont:Character ;
    lvont:represents "𦤚"^^xsd:string .

<http://lexvo.org/id/char/2691B> a lvont:Character ;
    lvont:represents "𦤛"^^xsd:string .

<http://lexvo.org/id/char/2691C> a lvont:Character ;
    lvont:represents "𦤜"^^xsd:string .

<http://lexvo.org/id/char/2691D> a lvont:Character ;
    lvont:represents "𦤝"^^xsd:string .

<http://lexvo.org/id/char/2691E> a lvont:Character ;
    lvont:represents "𦤞"^^xsd:string .

<http://lexvo.org/id/char/2691F> a lvont:Character ;
    lvont:represents "𦤟"^^xsd:string .

<http://lexvo.org/id/char/2692> a lvont:Character ;
    lvont:represents "⚒"^^xsd:string ;
    rdfs:comment "HAMMER AND PICK"@en .

<http://lexvo.org/id/char/26920> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/h%C3%B4i>,
        "𦤠"^^xsd:string .

<http://lexvo.org/id/char/26921> a lvont:Character ;
    lvont:represents "𦤡"^^xsd:string .

<http://lexvo.org/id/char/26922> a lvont:Character ;
    lvont:represents "𦤢"^^xsd:string .

<http://lexvo.org/id/char/26923> a lvont:Character ;
    lvont:represents "𦤣"^^xsd:string .

<http://lexvo.org/id/char/26924> a lvont:Character ;
    lvont:represents "𦤤"^^xsd:string .

<http://lexvo.org/id/char/26925> a lvont:Character ;
    lvont:represents "𦤥"^^xsd:string .

<http://lexvo.org/id/char/26926> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/hot3>,
        <http://lexvo.org/id/term/yue/%F0%A6%A4%A6>,
        "𦤦"^^xsd:string ;
    rdfs:comment "(Cant.) a smell, scent"@en .

<http://lexvo.org/id/char/26927> a lvont:Character ;
    lvont:represents "𦤧"^^xsd:string .

<http://lexvo.org/id/char/26928> a lvont:Character ;
    lvont:represents "𦤨"^^xsd:string .

<http://lexvo.org/id/char/26929> a lvont:Character ;
    lvont:represents "𦤩"^^xsd:string .

<http://lexvo.org/id/char/2692A> a lvont:Character ;
    lvont:represents "𦤪"^^xsd:string .

<http://lexvo.org/id/char/2692B> a lvont:Character ;
    lvont:represents "𦤫"^^xsd:string .

<http://lexvo.org/id/char/2692C> a lvont:Character ;
    lvont:represents "𦤬"^^xsd:string .

<http://lexvo.org/id/char/2692D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/l%E1%BA%B9t>,
        "𦤭"^^xsd:string .

<http://lexvo.org/id/char/2692E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/th%E1%BB%91i>,
        "𦤮"^^xsd:string .

<http://lexvo.org/id/char/2692F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/kh%E1%BA%AFm>,
        "𦤯"^^xsd:string .

<http://lexvo.org/id/char/2693> a lvont:Character ;
    lvont:represents "⚓"^^xsd:string ;
    rdfs:comment "ANCHOR"@en .

<http://lexvo.org/id/char/26930> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/th%E1%BB%A7m>,
        "𦤰"^^xsd:string .

<http://lexvo.org/id/char/26931> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/kh%E1%BA%B3n>,
        "𦤱"^^xsd:string .

<http://lexvo.org/id/char/26932> a lvont:Character ;
    lvont:represents "𦤲"^^xsd:string .

<http://lexvo.org/id/char/26935> a lvont:Character ;
    lvont:represents "𦤵"^^xsd:string .

<http://lexvo.org/id/char/26936> a lvont:Character ;
    lvont:represents "𦤶"^^xsd:string .

<http://lexvo.org/id/char/26937> a lvont:Character ;
    lvont:represents "𦤷"^^xsd:string .

<http://lexvo.org/id/char/26938> a lvont:Character ;
    lvont:represents "𦤸"^^xsd:string .

<http://lexvo.org/id/char/26939> a lvont:Character ;
    lvont:represents "𦤹"^^xsd:string .

<http://lexvo.org/id/char/2693A> a lvont:Character ;
    lvont:represents "𦤺"^^xsd:string .

<http://lexvo.org/id/char/2693B> a lvont:Character ;
    lvont:represents "𦤻"^^xsd:string .

<http://lexvo.org/id/char/2693C> a lvont:Character ;
    lvont:represents "𦤼"^^xsd:string .

<http://lexvo.org/id/char/2693D> a lvont:Character ;
    lvont:represents "𦤽"^^xsd:string .

<http://lexvo.org/id/char/2693E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/%C4%91%E1%BA%BFn>,
        "𦤾"^^xsd:string .

<http://lexvo.org/id/char/2693F> a lvont:Character ;
    lvont:represents "𦤿"^^xsd:string .

<http://lexvo.org/id/char/2694> a lvont:Character ;
    lvont:represents "⚔"^^xsd:string ;
    rdfs:comment "CROSSED SWORDS"@en .

<http://lexvo.org/id/char/26940> a lvont:Character ;
    lvont:represents "𦥀"^^xsd:string .

<http://lexvo.org/id/char/26941> a lvont:Character ;
    lvont:represents "𦥁"^^xsd:string .

<http://lexvo.org/id/char/26942> a lvont:Character ;
    lvont:represents "𦥂"^^xsd:string .

<http://lexvo.org/id/char/26943> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/%C4%91%E1%BA%BFn>,
        "𦥃"^^xsd:string .

<http://lexvo.org/id/char/26944> a lvont:Character ;
    lvont:represents "𦥄"^^xsd:string .

<http://lexvo.org/id/char/26945> a lvont:Character ;
    lvont:represents "𦥅"^^xsd:string .

<http://lexvo.org/id/char/26946> a lvont:Character ;
    lvont:represents "𦥆"^^xsd:string .

<http://lexvo.org/id/char/26947> a lvont:Character ;
    lvont:represents "𦥇"^^xsd:string .

<http://lexvo.org/id/char/26948> a lvont:Character ;
    lvont:represents "𦥈"^^xsd:string .

<http://lexvo.org/id/char/26949> a lvont:Character ;
    lvont:represents "𦥉"^^xsd:string .

<http://lexvo.org/id/char/2694A> a lvont:Character ;
    lvont:represents "𦥊"^^xsd:string .

<http://lexvo.org/id/char/2694B> a lvont:Character ;
    lvont:represents "𦥋"^^xsd:string .

<http://lexvo.org/id/char/2694C> a lvont:Character ;
    lvont:represents "𦥌"^^xsd:string .

<http://lexvo.org/id/char/2694D> a lvont:Character ;
    lvont:represents "𦥍"^^xsd:string .

<http://lexvo.org/id/char/2694E> a lvont:Character ;
    lvont:represents "𦥎"^^xsd:string .

<http://lexvo.org/id/char/2694F> a lvont:Character ;
    lvont:represents "𦥏"^^xsd:string .

<http://lexvo.org/id/char/2695> a lvont:Character ;
    lvont:represents "⚕"^^xsd:string ;
    rdfs:comment "STAFF OF AESCULAPIUS"@en .

<http://lexvo.org/id/char/26950> a lvont:Character ;
    lvont:represents "𦥐"^^xsd:string .

<http://lexvo.org/id/char/26954> a lvont:Character ;
    lvont:represents "𦥔"^^xsd:string .

<http://lexvo.org/id/char/26955> a lvont:Character ;
    lvont:represents "𦥕"^^xsd:string .

<http://lexvo.org/id/char/26956> a lvont:Character ;
    lvont:represents "𦥖"^^xsd:string .

<http://lexvo.org/id/char/26957> a lvont:Character ;
    lvont:represents "𦥗"^^xsd:string .

<http://lexvo.org/id/char/26958> a lvont:Character ;
    lvont:represents "𦥘"^^xsd:string .

<http://lexvo.org/id/char/26959> a lvont:Character ;
    lvont:represents "𦥙"^^xsd:string .

<http://lexvo.org/id/char/2695A> a lvont:Character ;
    lvont:represents "𦥚"^^xsd:string .

<http://lexvo.org/id/char/2695B> a lvont:Character ;
    lvont:represents "𦥛"^^xsd:string .

<http://lexvo.org/id/char/2695C> a lvont:Character ;
    lvont:represents "𦥜"^^xsd:string .

<http://lexvo.org/id/char/2695D> a lvont:Character ;
    lvont:represents "𦥝"^^xsd:string .

<http://lexvo.org/id/char/2695E> a lvont:Character ;
    lvont:represents "𦥞"^^xsd:string .

<http://lexvo.org/id/char/2695F> a lvont:Character ;
    lvont:represents "𦥟"^^xsd:string .

<http://lexvo.org/id/char/2696> a lvont:Character ;
    lvont:represents "⚖"^^xsd:string ;
    rdfs:comment "SCALES"@en .

<http://lexvo.org/id/char/26960> a lvont:Character ;
    lvont:represents "𦥠"^^xsd:string .

<http://lexvo.org/id/char/26961> a lvont:Character ;
    lvont:represents "𦥡"^^xsd:string .

<http://lexvo.org/id/char/26962> a lvont:Character ;
    lvont:represents "𦥢"^^xsd:string .

<http://lexvo.org/id/char/26963> a lvont:Character ;
    lvont:represents "𦥣"^^xsd:string .

<http://lexvo.org/id/char/26964> a lvont:Character ;
    lvont:represents "𦥤"^^xsd:string .

<http://lexvo.org/id/char/26965> a lvont:Character ;
    lvont:represents "𦥥"^^xsd:string .

<http://lexvo.org/id/char/26966> a lvont:Character ;
    lvont:represents "𦥦"^^xsd:string .

<http://lexvo.org/id/char/26967> a lvont:Character ;
    lvont:represents "𦥧"^^xsd:string .

<http://lexvo.org/id/char/26968> a lvont:Character ;
    lvont:represents "𦥨"^^xsd:string .

<http://lexvo.org/id/char/26969> a lvont:Character ;
    lvont:represents "𦥩"^^xsd:string .

<http://lexvo.org/id/char/2696A> a lvont:Character ;
    lvont:represents "𦥪"^^xsd:string .

<http://lexvo.org/id/char/2696B> a lvont:Character ;
    lvont:represents "𦥫"^^xsd:string .

<http://lexvo.org/id/char/2696C> a lvont:Character ;
    lvont:represents "𦥬"^^xsd:string .

<http://lexvo.org/id/char/2696D> a lvont:Character ;
    lvont:represents "𦥭"^^xsd:string .

<http://lexvo.org/id/char/2696E> a lvont:Character ;
    lvont:represents "𦥮"^^xsd:string .

<http://lexvo.org/id/char/2696F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%F0%A6%A5%AF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xu%C3%A9>,
        "𦥯"^^xsd:string ;
    rdfs:comment "to learn"@en .

<http://lexvo.org/id/char/2697> a lvont:Character ;
    lvont:represents "⚗"^^xsd:string ;
    rdfs:comment "ALEMBIC"@en .

<http://lexvo.org/id/char/26970> a lvont:Character ;
    lvont:represents "𦥰"^^xsd:string .

<http://lexvo.org/id/char/26971> a lvont:Character ;
    lvont:represents "𦥱"^^xsd:string .

<http://lexvo.org/id/char/26972> a lvont:Character ;
    lvont:represents "𦥲"^^xsd:string .

<http://lexvo.org/id/char/26973> a lvont:Character ;
    lvont:represents "𦥳"^^xsd:string .

<http://lexvo.org/id/char/26974> a lvont:Character ;
    lvont:represents "𦥴"^^xsd:string .

<http://lexvo.org/id/char/26975> a lvont:Character ;
    lvont:represents "𦥵"^^xsd:string .

<http://lexvo.org/id/char/26976> a lvont:Character ;
    lvont:represents "𦥶"^^xsd:string .

<http://lexvo.org/id/char/26977> a lvont:Character ;
    lvont:represents "𦥷"^^xsd:string .

<http://lexvo.org/id/char/26978> a lvont:Character ;
    lvont:represents "𦥸"^^xsd:string .

<http://lexvo.org/id/char/26979> a lvont:Character ;
    lvont:represents "𦥹"^^xsd:string .

<http://lexvo.org/id/char/2697A> a lvont:Character ;
    lvont:represents "𦥺"^^xsd:string .

<http://lexvo.org/id/char/2697B> a lvont:Character ;
    lvont:represents "𦥻"^^xsd:string .

<http://lexvo.org/id/char/2697C> a lvont:Character ;
    lvont:represents "𦥼"^^xsd:string .

<http://lexvo.org/id/char/2697D> a lvont:Character ;
    lvont:represents "𦥽"^^xsd:string .

<http://lexvo.org/id/char/2697E> a lvont:Character ;
    lvont:represents "𦥾"^^xsd:string .

<http://lexvo.org/id/char/2697F> a lvont:Character ;
    lvont:represents "𦥿"^^xsd:string .

<http://lexvo.org/id/char/2698> a lvont:Character ;
    lvont:represents "⚘"^^xsd:string ;
    rdfs:comment "FLOWER"@en .

<http://lexvo.org/id/char/26980> a lvont:Character ;
    lvont:represents "𦦀"^^xsd:string .

<http://lexvo.org/id/char/26981> a lvont:Character ;
    lvont:represents "𦦁"^^xsd:string .

<http://lexvo.org/id/char/26982> a lvont:Character ;
    lvont:represents "𦦂"^^xsd:string .

<http://lexvo.org/id/char/26983> a lvont:Character ;
    lvont:represents "𦦃"^^xsd:string .

<http://lexvo.org/id/char/26984> a lvont:Character ;
    lvont:represents "𦦄"^^xsd:string .

<http://lexvo.org/id/char/26985> a lvont:Character ;
    lvont:represents "𦦅"^^xsd:string .

<http://lexvo.org/id/char/26986> a lvont:Character ;
    lvont:represents "𦦆"^^xsd:string .

<http://lexvo.org/id/char/26987> a lvont:Character ;
    lvont:represents "𦦇"^^xsd:string .

<http://lexvo.org/id/char/26988> a lvont:Character ;
    lvont:represents "𦦈"^^xsd:string .

<http://lexvo.org/id/char/26989> a lvont:Character ;
    lvont:represents "𦦉"^^xsd:string .

<http://lexvo.org/id/char/2698A> a lvont:Character ;
    lvont:represents "𦦊"^^xsd:string .

<http://lexvo.org/id/char/2698B> a lvont:Character ;
    lvont:represents "𦦋"^^xsd:string .

<http://lexvo.org/id/char/2698C> a lvont:Character ;
    lvont:represents "𦦌"^^xsd:string .

<http://lexvo.org/id/char/2698D> a lvont:Character ;
    lvont:represents "𦦍"^^xsd:string .

<http://lexvo.org/id/char/2698E> a lvont:Character ;
    lvont:represents "𦦎"^^xsd:string .

<http://lexvo.org/id/char/2698F> a lvont:Character ;
    lvont:represents "𦦏"^^xsd:string .

<http://lexvo.org/id/char/2699> a lvont:Character ;
    lvont:represents "⚙"^^xsd:string ;
    rdfs:comment "GEAR"@en .

<http://lexvo.org/id/char/26990> a lvont:Character ;
    lvont:represents "𦦐"^^xsd:string .

<http://lexvo.org/id/char/26991> a lvont:Character ;
    lvont:represents "𦦑"^^xsd:string .

<http://lexvo.org/id/char/26992> a lvont:Character ;
    lvont:represents "𦦒"^^xsd:string .

<http://lexvo.org/id/char/26993> a lvont:Character ;
    lvont:represents "𦦓"^^xsd:string .

<http://lexvo.org/id/char/26994> a lvont:Character ;
    lvont:represents "𦦔"^^xsd:string .

<http://lexvo.org/id/char/26995> a lvont:Character ;
    lvont:represents "𦦕"^^xsd:string .

<http://lexvo.org/id/char/26996> a lvont:Character ;
    lvont:represents "𦦖"^^xsd:string .

<http://lexvo.org/id/char/26997> a lvont:Character ;
    lvont:represents "𦦗"^^xsd:string .

<http://lexvo.org/id/char/26998> a lvont:Character ;
    lvont:represents "𦦘"^^xsd:string .

<http://lexvo.org/id/char/26999> a lvont:Character ;
    lvont:represents "𦦙"^^xsd:string ;
    rdfs:comment "variant of 挙 U+6319, to raise, lift up; to recommend"@en .

<http://lexvo.org/id/char/2699A> a lvont:Character ;
    lvont:represents "𦦚"^^xsd:string .

<http://lexvo.org/id/char/2699B> a lvont:Character ;
    lvont:represents "𦦛"^^xsd:string .

<http://lexvo.org/id/char/2699C> a lvont:Character ;
    lvont:represents "𦦜"^^xsd:string .

<http://lexvo.org/id/char/2699D> a lvont:Character ;
    lvont:represents "𦦝"^^xsd:string .

<http://lexvo.org/id/char/2699E> a lvont:Character ;
    lvont:represents "𦦞"^^xsd:string .

<http://lexvo.org/id/char/2699F> a lvont:Character ;
    lvont:represents "𦦟"^^xsd:string .

<http://lexvo.org/id/char/269A> a lvont:Character ;
    lvont:represents "⚚"^^xsd:string ;
    rdfs:comment "STAFF OF HERMES"@en .

<http://lexvo.org/id/char/269A0> a lvont:Character ;
    lvont:represents "𦦠"^^xsd:string .

<http://lexvo.org/id/char/269A1> a lvont:Character ;
    lvont:represents "𦦡"^^xsd:string .

<http://lexvo.org/id/char/269A2> a lvont:Character ;
    lvont:represents "𦦢"^^xsd:string .

<http://lexvo.org/id/char/269A3> a lvont:Character ;
    lvont:represents "𦦣"^^xsd:string .

<http://lexvo.org/id/char/269A4> a lvont:Character ;
    lvont:represents "𦦤"^^xsd:string .

<http://lexvo.org/id/char/269A5> a lvont:Character ;
    lvont:represents "𦦥"^^xsd:string .

<http://lexvo.org/id/char/269A6> a lvont:Character ;
    lvont:represents "𦦦"^^xsd:string .

<http://lexvo.org/id/char/269A7> a lvont:Character ;
    lvont:represents "𦦧"^^xsd:string .

<http://lexvo.org/id/char/269A8> a lvont:Character ;
    lvont:represents "𦦨"^^xsd:string .

<http://lexvo.org/id/char/269A9> a lvont:Character ;
    lvont:represents "𦦩"^^xsd:string .

<http://lexvo.org/id/char/269AA> a lvont:Character ;
    lvont:represents "𦦪"^^xsd:string .

<http://lexvo.org/id/char/269AB> a lvont:Character ;
    lvont:represents "𦦫"^^xsd:string .

<http://lexvo.org/id/char/269AC> a lvont:Character ;
    lvont:represents "𦦬"^^xsd:string .

<http://lexvo.org/id/char/269AD> a lvont:Character ;
    lvont:represents "𦦭"^^xsd:string .

<http://lexvo.org/id/char/269AE> a lvont:Character ;
    lvont:represents "𦦮"^^xsd:string .

<http://lexvo.org/id/char/269AF> a lvont:Character ;
    lvont:represents "𦦯"^^xsd:string .

<http://lexvo.org/id/char/269B> a lvont:Character ;
    lvont:represents "⚛"^^xsd:string ;
    rdfs:comment "ATOM SYMBOL"@en .

<http://lexvo.org/id/char/269B0> a lvont:Character ;
    lvont:represents "𦦰"^^xsd:string .

<http://lexvo.org/id/char/269B1> a lvont:Character ;
    lvont:represents "𦦱"^^xsd:string .

<http://lexvo.org/id/char/269B2> a lvont:Character ;
    lvont:represents "𦦲"^^xsd:string .

<http://lexvo.org/id/char/269B3> a lvont:Character ;
    lvont:represents "𦦳"^^xsd:string .

<http://lexvo.org/id/char/269B4> a lvont:Character ;
    lvont:represents "𦦴"^^xsd:string .

<http://lexvo.org/id/char/269B5> a lvont:Character ;
    lvont:represents "𦦵"^^xsd:string .

<http://lexvo.org/id/char/269B6> a lvont:Character ;
    lvont:represents "𦦶"^^xsd:string .

<http://lexvo.org/id/char/269B7> a lvont:Character ;
    lvont:represents "𦦷"^^xsd:string .

<http://lexvo.org/id/char/269B8> a lvont:Character ;
    lvont:represents "𦦸"^^xsd:string .

<http://lexvo.org/id/char/269B9> a lvont:Character ;
    lvont:represents "𦦹"^^xsd:string .

<http://lexvo.org/id/char/269BA> a lvont:Character ;
    lvont:represents "𦦺"^^xsd:string .

<http://lexvo.org/id/char/269BB> a lvont:Character ;
    lvont:represents "𦦻"^^xsd:string .

<http://lexvo.org/id/char/269BC> a lvont:Character ;
    lvont:represents "𦦼"^^xsd:string .

<http://lexvo.org/id/char/269BD> a lvont:Character ;
    lvont:represents "𦦽"^^xsd:string .

<http://lexvo.org/id/char/269BE> a lvont:Character ;
    lvont:represents "𦦾"^^xsd:string .

<http://lexvo.org/id/char/269BF> a lvont:Character ;
    lvont:represents "𦦿"^^xsd:string .

<http://lexvo.org/id/char/269C> a lvont:Character ;
    lvont:represents "⚜"^^xsd:string ;
    rdfs:comment "FLEUR-DE-LIS"@en .

<http://lexvo.org/id/char/269C0> a lvont:Character ;
    lvont:represents "𦧀"^^xsd:string .

<http://lexvo.org/id/char/269C1> a lvont:Character ;
    lvont:represents "𦧁"^^xsd:string .

<http://lexvo.org/id/char/269C2> a lvont:Character ;
    lvont:represents "𦧂"^^xsd:string .

<http://lexvo.org/id/char/269C3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/l%C3%A2u>,
        "𦧃"^^xsd:string .

<http://lexvo.org/id/char/269C4> a lvont:Character ;
    lvont:represents "𦧄"^^xsd:string .

<http://lexvo.org/id/char/269C5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%F0%A6%A7%85>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C3%A8ng>,
        "𦧅"^^xsd:string .

<http://lexvo.org/id/char/269C6> a lvont:Character ;
    lvont:represents "𦧆"^^xsd:string .

<http://lexvo.org/id/char/269C7> a lvont:Character ;
    lvont:represents "𦧇"^^xsd:string .

<http://lexvo.org/id/char/269C8> a lvont:Character ;
    lvont:represents "𦧈"^^xsd:string .

<http://lexvo.org/id/char/269C9> a lvont:Character ;
    lvont:represents "𦧉"^^xsd:string .

<http://lexvo.org/id/char/269CA> a lvont:Character ;
    lvont:represents "𦧊"^^xsd:string .

<http://lexvo.org/id/char/269CB> a lvont:Character ;
    lvont:represents "𦧋"^^xsd:string .

<http://lexvo.org/id/char/269CC> a lvont:Character ;
    lvont:represents "𦧌"^^xsd:string .

<http://lexvo.org/id/char/269CD> a lvont:Character ;
    lvont:represents "𦧍"^^xsd:string .

<http://lexvo.org/id/char/269CE> a lvont:Character ;
    lvont:represents "𦧎"^^xsd:string .

<http://lexvo.org/id/char/269CF> a lvont:Character ;
    lvont:represents "𦧏"^^xsd:string .

<http://lexvo.org/id/char/269D> a lvont:Character ;
    lvont:represents "⚝"^^xsd:string ;
    rdfs:comment "OUTLINED WHITE STAR"@en .

<http://lexvo.org/id/char/269D0> a lvont:Character ;
    lvont:represents "𦧐"^^xsd:string .

<http://lexvo.org/id/char/269D1> a lvont:Character ;
    lvont:represents "𦧑"^^xsd:string .

<http://lexvo.org/id/char/269D2> a lvont:Character ;
    lvont:represents "𦧒"^^xsd:string .

<http://lexvo.org/id/char/269D3> a lvont:Character ;
    lvont:represents "𦧓"^^xsd:string .

<http://lexvo.org/id/char/269D4> a lvont:Character ;
    lvont:represents "𦧔"^^xsd:string .

<http://lexvo.org/id/char/269D5> a lvont:Character ;
    lvont:represents "𦧕"^^xsd:string .

<http://lexvo.org/id/char/269D6> a lvont:Character ;
    lvont:represents "𦧖"^^xsd:string .

<http://lexvo.org/id/char/269D7> a lvont:Character ;
    lvont:represents "𦧗"^^xsd:string .

<http://lexvo.org/id/char/269D8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/th%E1%BB%8Bt>,
        "𦧘"^^xsd:string .

<http://lexvo.org/id/char/269D9> a lvont:Character ;
    lvont:represents "𦧙"^^xsd:string .

<http://lexvo.org/id/char/269DA> a lvont:Character ;
    lvont:represents "𦧚"^^xsd:string .

<http://lexvo.org/id/char/269DB> a lvont:Character ;
    lvont:represents "𦧛"^^xsd:string .

<http://lexvo.org/id/char/269DC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/l%C6%B0%E1%BB%A1i>,
        "𦧜"^^xsd:string .

<http://lexvo.org/id/char/269DD> a lvont:Character ;
    lvont:represents "𦧝"^^xsd:string .

<http://lexvo.org/id/char/269DE> a lvont:Character ;
    lvont:represents "𦧞"^^xsd:string .

<http://lexvo.org/id/char/269DF> a lvont:Character ;
    lvont:represents "𦧟"^^xsd:string .

<http://lexvo.org/id/char/269E> a lvont:Character ;
    lvont:represents "⚞"^^xsd:string ;
    rdfs:comment "THREE LINES CONVERGING RIGHT"@en .

<http://lexvo.org/id/char/269E0> a lvont:Character ;
    lvont:represents "𦧠"^^xsd:string .

<http://lexvo.org/id/char/269E1> a lvont:Character ;
    lvont:represents "𦧡"^^xsd:string .

<http://lexvo.org/id/char/269E2> a lvont:Character ;
    lvont:represents "𦧢"^^xsd:string .

<http://lexvo.org/id/char/269E3> a lvont:Character ;
    lvont:represents "𦧣"^^xsd:string .

<http://lexvo.org/id/char/269E4> a lvont:Character ;
    lvont:represents "𦧤"^^xsd:string .

<http://lexvo.org/id/char/269E5> a lvont:Character ;
    lvont:represents "𦧥"^^xsd:string .

<http://lexvo.org/id/char/269E6> a lvont:Character ;
    lvont:represents "𦧦"^^xsd:string .

<http://lexvo.org/id/char/269E7> a lvont:Character ;
    lvont:represents "𦧧"^^xsd:string .

<http://lexvo.org/id/char/269E8> a lvont:Character ;
    lvont:represents "𦧨"^^xsd:string .

<http://lexvo.org/id/char/269E9> a lvont:Character ;
    lvont:represents "𦧩"^^xsd:string .

<http://lexvo.org/id/char/269EA> a lvont:Character ;
    lvont:represents "𦧪"^^xsd:string .

<http://lexvo.org/id/char/269EB> a lvont:Character ;
    lvont:represents "𦧫"^^xsd:string .

<http://lexvo.org/id/char/269EC> a lvont:Character ;
    lvont:represents "𦧬"^^xsd:string .

<http://lexvo.org/id/char/269ED> a lvont:Character ;
    lvont:represents "𦧭"^^xsd:string .

<http://lexvo.org/id/char/269EE> a lvont:Character ;
    lvont:represents "𦧮"^^xsd:string .

<http://lexvo.org/id/char/269EF> a lvont:Character ;
    lvont:represents "𦧯"^^xsd:string .

<http://lexvo.org/id/char/269F> a lvont:Character ;
    lvont:represents "⚟"^^xsd:string ;
    rdfs:comment "THREE LINES CONVERGING LEFT"@en .

<http://lexvo.org/id/char/269F0> a lvont:Character ;
    lvont:represents "𦧰"^^xsd:string .

<http://lexvo.org/id/char/269F1> a lvont:Character ;
    lvont:represents "𦧱"^^xsd:string .

<http://lexvo.org/id/char/269F2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/loe1%20loe2>,
        <http://lexvo.org/id/term/yue/%F0%A6%A7%B2>,
        "𦧲"^^xsd:string ;
    rdfs:comment "(Cant.) to dribble, spit; to pester, nag"@en .

<http://lexvo.org/id/char/269F3> a lvont:Character ;
    lvont:represents "𦧳"^^xsd:string .

<http://lexvo.org/id/char/269F4> a lvont:Character ;
    lvont:represents "𦧴"^^xsd:string .

<http://lexvo.org/id/char/269F5> a lvont:Character ;
    lvont:represents "𦧵"^^xsd:string .

<http://lexvo.org/id/char/269F6> a lvont:Character ;
    lvont:represents "𦧶"^^xsd:string .

<http://lexvo.org/id/char/269F7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/li%E1%BA%BFm>,
        "𦧷"^^xsd:string .

<http://lexvo.org/id/char/269F8> a lvont:Character ;
    lvont:represents "𦧸"^^xsd:string .

<http://lexvo.org/id/char/269F9> a lvont:Character ;
    lvont:represents "𦧹"^^xsd:string .

<http://lexvo.org/id/char/269FA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/laai2%20laai5>,
        <http://lexvo.org/id/term/yue/%F0%A6%A7%BA>,
        "𦧺"^^xsd:string ;
    rdfs:comment "(Cant.) to lick, lap up"@en .

<http://lexvo.org/id/char/269FB> a lvont:Character ;
    lvont:represents "𦧻"^^xsd:string .

<http://lexvo.org/id/char/269FC> a lvont:Character ;
    lvont:represents "𦧼"^^xsd:string .

<http://lexvo.org/id/char/269FD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/l%C6%B0%E1%BB%A1i>,
        "𦧽"^^xsd:string .

<http://lexvo.org/id/char/269FE> a lvont:Character ;
    lvont:represents "𦧾"^^xsd:string .

<http://lexvo.org/id/char/269FF> a lvont:Character ;
    lvont:represents "𦧿"^^xsd:string .

<http://lexvo.org/id/char/26A0> a lvont:Character ;
    lvont:represents "⚠"^^xsd:string ;
    rdfs:comment "WARNING SIGN"@en .

<http://lexvo.org/id/char/26A00> a lvont:Character ;
    lvont:represents "𦨀"^^xsd:string .

<http://lexvo.org/id/char/26A01> a lvont:Character ;
    lvont:represents "𦨁"^^xsd:string .

<http://lexvo.org/id/char/26A02> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/m%C3%BAa>,
        "𦨂"^^xsd:string .

<http://lexvo.org/id/char/26A03> a lvont:Character ;
    lvont:represents "𦨃"^^xsd:string .

<http://lexvo.org/id/char/26A04> a lvont:Character ;
    lvont:represents "𦨄"^^xsd:string .

<http://lexvo.org/id/char/26A05> a lvont:Character ;
    lvont:represents "𦨅"^^xsd:string .

<http://lexvo.org/id/char/26A06> a lvont:Character ;
    lvont:represents "𦨆"^^xsd:string .

<http://lexvo.org/id/char/26A07> a lvont:Character ;
    lvont:represents "𦨇"^^xsd:string .

<http://lexvo.org/id/char/26A08> a lvont:Character ;
    lvont:represents "𦨈"^^xsd:string .

<http://lexvo.org/id/char/26A09> a lvont:Character ;
    lvont:represents "𦨉"^^xsd:string .

<http://lexvo.org/id/char/26A0A> a lvont:Character ;
    lvont:represents "𦨊"^^xsd:string .

<http://lexvo.org/id/char/26A0B> a lvont:Character ;
    lvont:represents "𦨋"^^xsd:string .

<http://lexvo.org/id/char/26A0C> a lvont:Character ;
    lvont:represents "𦨌"^^xsd:string .

<http://lexvo.org/id/char/26A0D> a lvont:Character ;
    lvont:represents "𦨍"^^xsd:string .

<http://lexvo.org/id/char/26A0E> a lvont:Character ;
    lvont:represents "𦨎"^^xsd:string .

<http://lexvo.org/id/char/26A0F> a lvont:Character ;
    lvont:represents "𦨏"^^xsd:string .

<http://lexvo.org/id/char/26A1> a lvont:Character ;
    lvont:represents "⚡"^^xsd:string ;
    rdfs:comment "HIGH VOLTAGE SIGN"@en .

<http://lexvo.org/id/char/26A10> a lvont:Character ;
    lvont:represents "𦨐"^^xsd:string .

<http://lexvo.org/id/char/26A11> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ch%C3%A0i>,
        "𦨑"^^xsd:string .

<http://lexvo.org/id/char/26A12> a lvont:Character ;
    lvont:represents "𦨒"^^xsd:string .

<http://lexvo.org/id/char/26A13> a lvont:Character ;
    lvont:represents "𦨓"^^xsd:string .

<http://lexvo.org/id/char/26A14> a lvont:Character ;
    lvont:represents "𦨔"^^xsd:string .

<http://lexvo.org/id/char/26A15> a lvont:Character ;
    lvont:represents "𦨕"^^xsd:string .

<http://lexvo.org/id/char/26A16> a lvont:Character ;
    lvont:represents "𦨖"^^xsd:string .

<http://lexvo.org/id/char/26A17> a lvont:Character ;
    lvont:represents "𦨗"^^xsd:string .

<http://lexvo.org/id/char/26A18> a lvont:Character ;
    lvont:represents "𦨘"^^xsd:string .

<http://lexvo.org/id/char/26A19> a lvont:Character ;
    lvont:represents "𦨙"^^xsd:string .

<http://lexvo.org/id/char/26A1A> a lvont:Character ;
    lvont:represents "𦨚"^^xsd:string .

<http://lexvo.org/id/char/26A1B> a lvont:Character ;
    lvont:represents "𦨛"^^xsd:string .

<http://lexvo.org/id/char/26A1C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/qua>,
        "𦨜"^^xsd:string .

<http://lexvo.org/id/char/26A1D> a lvont:Character ;
    lvont:represents "𦨝"^^xsd:string .

<http://lexvo.org/id/char/26A1E> a lvont:Character ;
    lvont:represents "𦨞"^^xsd:string .

<http://lexvo.org/id/char/26A1F> a lvont:Character ;
    lvont:represents "𦨟"^^xsd:string .

<http://lexvo.org/id/char/26A2> a lvont:Character ;
    lvont:represents "⚢"^^xsd:string ;
    rdfs:comment "DOUBLED FEMALE SIGN"@en .

<http://lexvo.org/id/char/26A20> a lvont:Character ;
    lvont:represents "𦨠"^^xsd:string .

<http://lexvo.org/id/char/26A21> a lvont:Character ;
    lvont:represents "𦨡"^^xsd:string .

<http://lexvo.org/id/char/26A22> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/%C4%91%C3%A1y>,
        "𦨢"^^xsd:string .

<http://lexvo.org/id/char/26A23> a lvont:Character ;
    lvont:represents "𦨣"^^xsd:string .

<http://lexvo.org/id/char/26A24> a lvont:Character ;
    lvont:represents "𦨤"^^xsd:string .

<http://lexvo.org/id/char/26A25> a lvont:Character ;
    lvont:represents "𦨥"^^xsd:string .

<http://lexvo.org/id/char/26A26> a lvont:Character ;
    lvont:represents "𦨦"^^xsd:string .

<http://lexvo.org/id/char/26A27> a lvont:Character ;
    lvont:represents "𦨧"^^xsd:string .

<http://lexvo.org/id/char/26A28> a lvont:Character ;
    lvont:represents "𦨨"^^xsd:string .

<http://lexvo.org/id/char/26A29> a lvont:Character ;
    lvont:represents "𦨩"^^xsd:string .

<http://lexvo.org/id/char/26A2A> a lvont:Character ;
    lvont:represents "𦨪"^^xsd:string .

<http://lexvo.org/id/char/26A2B> a lvont:Character ;
    lvont:represents "𦨫"^^xsd:string .

<http://lexvo.org/id/char/26A2C> a lvont:Character ;
    lvont:represents "𦨬"^^xsd:string .

<http://lexvo.org/id/char/26A2D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%AD>,
        "𦨭"^^xsd:string .

<http://lexvo.org/id/char/26A2E> a lvont:Character ;
    lvont:represents "𦨮"^^xsd:string .

<http://lexvo.org/id/char/26A2F> a lvont:Character ;
    lvont:represents "𦨯"^^xsd:string .

<http://lexvo.org/id/char/26A3> a lvont:Character ;
    lvont:represents "⚣"^^xsd:string ;
    rdfs:comment "DOUBLED MALE SIGN"@en .

<http://lexvo.org/id/char/26A30> a lvont:Character ;
    lvont:represents "𦨰"^^xsd:string .

<http://lexvo.org/id/char/26A31> a lvont:Character ;
    lvont:represents "𦨱"^^xsd:string .

<http://lexvo.org/id/char/26A32> a lvont:Character ;
    lvont:represents "𦨲"^^xsd:string .

<http://lexvo.org/id/char/26A33> a lvont:Character ;
    lvont:represents "𦨳"^^xsd:string .

<http://lexvo.org/id/char/26A34> a lvont:Character ;
    lvont:represents "𦨴"^^xsd:string .

<http://lexvo.org/id/char/26A35> a lvont:Character ;
    lvont:represents "𦨵"^^xsd:string .

<http://lexvo.org/id/char/26A36> a lvont:Character ;
    lvont:represents "𦨶"^^xsd:string .

<http://lexvo.org/id/char/26A37> a lvont:Character ;
    lvont:represents "𦨷"^^xsd:string .

<http://lexvo.org/id/char/26A38> a lvont:Character ;
    lvont:represents "𦨸"^^xsd:string .

<http://lexvo.org/id/char/26A39> a lvont:Character ;
    lvont:represents "𦨹"^^xsd:string .

<http://lexvo.org/id/char/26A3A> a lvont:Character ;
    lvont:represents "𦨺"^^xsd:string .

<http://lexvo.org/id/char/26A3B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/khoang>,
        "𦨻"^^xsd:string .

<http://lexvo.org/id/char/26A3C> a lvont:Character ;
    lvont:represents "𦨼"^^xsd:string .

<http://lexvo.org/id/char/26A3D> a lvont:Character ;
    lvont:represents "𦨽"^^xsd:string .

<http://lexvo.org/id/char/26A3E> a lvont:Character ;
    lvont:represents "𦨾"^^xsd:string .

<http://lexvo.org/id/char/26A3F> a lvont:Character ;
    lvont:represents "𦨿"^^xsd:string .

<http://lexvo.org/id/char/26A4> a lvont:Character ;
    lvont:represents "⚤"^^xsd:string ;
    rdfs:comment "INTERLOCKED FEMALE AND MALE SIGN"@en .

<http://lexvo.org/id/char/26A40> a lvont:Character ;
    lvont:represents "𦩀"^^xsd:string .

<http://lexvo.org/id/char/26A41> a lvont:Character ;
    lvont:represents "𦩁"^^xsd:string .

<http://lexvo.org/id/char/26A42> a lvont:Character ;
    lvont:represents "𦩂"^^xsd:string .

<http://lexvo.org/id/char/26A43> a lvont:Character ;
    lvont:represents "𦩃"^^xsd:string .

<http://lexvo.org/id/char/26A44> a lvont:Character ;
    lvont:represents "𦩄"^^xsd:string .

<http://lexvo.org/id/char/26A45> a lvont:Character ;
    lvont:represents "𦩅"^^xsd:string .

<http://lexvo.org/id/char/26A46> a lvont:Character ;
    lvont:represents "𦩆"^^xsd:string .

<http://lexvo.org/id/char/26A47> a lvont:Character ;
    lvont:represents "𦩇"^^xsd:string .

<http://lexvo.org/id/char/26A48> a lvont:Character ;
    lvont:represents "𦩈"^^xsd:string .

<http://lexvo.org/id/char/26A49> a lvont:Character ;
    lvont:represents "𦩉"^^xsd:string .

<http://lexvo.org/id/char/26A4A> a lvont:Character ;
    lvont:represents "𦩊"^^xsd:string .

<http://lexvo.org/id/char/26A4B> a lvont:Character ;
    lvont:represents "𦩋"^^xsd:string .

<http://lexvo.org/id/char/26A4C> a lvont:Character ;
    lvont:represents "𦩌"^^xsd:string .

<http://lexvo.org/id/char/26A4D> a lvont:Character ;
    lvont:represents "𦩍"^^xsd:string .

<http://lexvo.org/id/char/26A4E> a lvont:Character ;
    lvont:represents "𦩎"^^xsd:string .

<http://lexvo.org/id/char/26A4F> a lvont:Character ;
    lvont:represents "𦩏"^^xsd:string .

<http://lexvo.org/id/char/26A5> a lvont:Character ;
    lvont:represents "⚥"^^xsd:string ;
    rdfs:comment "MALE AND FEMALE SIGN"@en .

<http://lexvo.org/id/char/26A50> a lvont:Character ;
    lvont:represents "𦩐"^^xsd:string .

<http://lexvo.org/id/char/26A51> a lvont:Character ;
    lvont:represents "𦩑"^^xsd:string .

<http://lexvo.org/id/char/26A52> a lvont:Character ;
    lvont:represents "𦩒"^^xsd:string .

<http://lexvo.org/id/char/26A53> a lvont:Character ;
    lvont:represents "𦩓"^^xsd:string .

<http://lexvo.org/id/char/26A54> a lvont:Character ;
    lvont:represents "𦩔"^^xsd:string .

<http://lexvo.org/id/char/26A55> a lvont:Character ;
    lvont:represents "𦩕"^^xsd:string .

<http://lexvo.org/id/char/26A56> a lvont:Character ;
    lvont:represents "𦩖"^^xsd:string .

<http://lexvo.org/id/char/26A57> a lvont:Character ;
    lvont:represents "𦩗"^^xsd:string .

<http://lexvo.org/id/char/26A58> a lvont:Character ;
    lvont:represents "𦩘"^^xsd:string .

<http://lexvo.org/id/char/26A59> a lvont:Character ;
    lvont:represents "𦩙"^^xsd:string .

<http://lexvo.org/id/char/26A5A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/mui>,
        "𦩚"^^xsd:string .

<http://lexvo.org/id/char/26A5B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/g%E1%BB%A5>,
        "𦩛"^^xsd:string .

<http://lexvo.org/id/char/26A5C> a lvont:Character ;
    lvont:represents "𦩜"^^xsd:string .

<http://lexvo.org/id/char/26A5D> a lvont:Character ;
    lvont:represents "𦩝"^^xsd:string .

<http://lexvo.org/id/char/26A5E> a lvont:Character ;
    lvont:represents "𦩞"^^xsd:string .

<http://lexvo.org/id/char/26A5F> a lvont:Character ;
    lvont:represents "𦩟"^^xsd:string .

<http://lexvo.org/id/char/26A6> a lvont:Character ;
    lvont:represents "⚦"^^xsd:string ;
    rdfs:comment "MALE WITH STROKE SIGN"@en .

<http://lexvo.org/id/char/26A60> a lvont:Character ;
    lvont:represents "𦩠"^^xsd:string .

<http://lexvo.org/id/char/26A61> a lvont:Character ;
    lvont:represents "𦩡"^^xsd:string .

<http://lexvo.org/id/char/26A62> a lvont:Character ;
    lvont:represents "𦩢"^^xsd:string .

<http://lexvo.org/id/char/26A63> a lvont:Character ;
    lvont:represents "𦩣"^^xsd:string .

<http://lexvo.org/id/char/26A64> a lvont:Character ;
    lvont:represents "𦩤"^^xsd:string .

<http://lexvo.org/id/char/26A65> a lvont:Character ;
    lvont:represents "𦩥"^^xsd:string .

<http://lexvo.org/id/char/26A66> a lvont:Character ;
    lvont:represents "𦩦"^^xsd:string .

<http://lexvo.org/id/char/26A67> a lvont:Character ;
    lvont:represents "𦩧"^^xsd:string .

<http://lexvo.org/id/char/26A68> a lvont:Character ;
    lvont:represents "𦩨"^^xsd:string .

<http://lexvo.org/id/char/26A69> a lvont:Character ;
    lvont:represents "𦩩"^^xsd:string .

<http://lexvo.org/id/char/26A6A> a lvont:Character ;
    lvont:represents "𦩪"^^xsd:string .

<http://lexvo.org/id/char/26A6B> a lvont:Character ;
    lvont:represents "𦩫"^^xsd:string .

<http://lexvo.org/id/char/26A6C> a lvont:Character ;
    lvont:represents "𦩬"^^xsd:string .

<http://lexvo.org/id/char/26A6D> a lvont:Character ;
    lvont:represents "𦩭"^^xsd:string .

<http://lexvo.org/id/char/26A6E> a lvont:Character ;
    lvont:represents "𦩮"^^xsd:string .

<http://lexvo.org/id/char/26A6F> a lvont:Character ;
    lvont:represents "𦩯"^^xsd:string .

<http://lexvo.org/id/char/26A7> a lvont:Character ;
    lvont:represents "⚧"^^xsd:string ;
    rdfs:comment "MALE WITH STROKE AND MALE AND FEMALE SIGN"@en .

<http://lexvo.org/id/char/26A70> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/xu%E1%BB%93ng>,
        "𦩰"^^xsd:string .

<http://lexvo.org/id/char/26A71> a lvont:Character ;
    lvont:represents "𦩱"^^xsd:string .

<http://lexvo.org/id/char/26A72> a lvont:Character ;
    lvont:represents "𦩲"^^xsd:string .

<http://lexvo.org/id/char/26A73> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/gi%C3%A3>,
        "𦩳"^^xsd:string .

<http://lexvo.org/id/char/26A74> a lvont:Character ;
    lvont:represents "𦩴"^^xsd:string .

<http://lexvo.org/id/char/26A75> a lvont:Character ;
    lvont:represents "𦩵"^^xsd:string .

<http://lexvo.org/id/char/26A76> a lvont:Character ;
    lvont:represents "𦩶"^^xsd:string .

<http://lexvo.org/id/char/26A77> a lvont:Character ;
    lvont:represents "𦩷"^^xsd:string .

<http://lexvo.org/id/char/26A78> a lvont:Character ;
    lvont:represents "𦩸"^^xsd:string .

<http://lexvo.org/id/char/26A79> a lvont:Character ;
    lvont:represents "𦩹"^^xsd:string .

<http://lexvo.org/id/char/26A7A> a lvont:Character ;
    lvont:represents "𦩺"^^xsd:string .

<http://lexvo.org/id/char/26A7B> a lvont:Character ;
    lvont:represents "𦩻"^^xsd:string .

<http://lexvo.org/id/char/26A7C> a lvont:Character ;
    lvont:represents "𦩼"^^xsd:string .

<http://lexvo.org/id/char/26A7D> a lvont:Character ;
    lvont:represents "𦩽"^^xsd:string .

<http://lexvo.org/id/char/26A7E> a lvont:Character ;
    lvont:represents "𦩾"^^xsd:string .

<http://lexvo.org/id/char/26A7F> a lvont:Character ;
    lvont:represents "𦩿"^^xsd:string .

<http://lexvo.org/id/char/26A8> a lvont:Character ;
    lvont:represents "⚨"^^xsd:string ;
    rdfs:comment "VERTICAL MALE WITH STROKE SIGN"@en .

<http://lexvo.org/id/char/26A80> a lvont:Character ;
    lvont:represents "𦪀"^^xsd:string .

<http://lexvo.org/id/char/26A81> a lvont:Character ;
    lvont:represents "𦪁"^^xsd:string .

<http://lexvo.org/id/char/26A82> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/%C4%91%C3%B2>,
        "𦪂"^^xsd:string .

<http://lexvo.org/id/char/26A83> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/s%C3%B5ng>,
        "𦪃"^^xsd:string .

<http://lexvo.org/id/char/26A84> a lvont:Character ;
    lvont:represents "𦪄"^^xsd:string .

<http://lexvo.org/id/char/26A85> a lvont:Character ;
    lvont:represents "𦪅"^^xsd:string .

<http://lexvo.org/id/char/26A86> a lvont:Character ;
    lvont:represents "𦪆"^^xsd:string .

<http://lexvo.org/id/char/26A87> a lvont:Character ;
    lvont:represents "𦪇"^^xsd:string .

<http://lexvo.org/id/char/26A88> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C3%A1o>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%F0%A6%AA%88>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ngou3>,
        <http://lexvo.org/id/term/yue/%F0%A6%AA%88>,
        "𦪈"^^xsd:string ;
    rdfs:comment "(Cant.) to kneel"@en .

<http://lexvo.org/id/char/26A89> a lvont:Character ;
    lvont:represents "𦪉"^^xsd:string .

<http://lexvo.org/id/char/26A8A> a lvont:Character ;
    lvont:represents "𦪊"^^xsd:string .

<http://lexvo.org/id/char/26A8B> a lvont:Character ;
    lvont:represents "𦪋"^^xsd:string .

<http://lexvo.org/id/char/26A8C> a lvont:Character ;
    lvont:represents "𦪌"^^xsd:string .

<http://lexvo.org/id/char/26A8D> a lvont:Character ;
    lvont:represents "𦪍"^^xsd:string .

<http://lexvo.org/id/char/26A8E> a lvont:Character ;
    lvont:represents "𦪎"^^xsd:string .

<http://lexvo.org/id/char/26A8F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/thong>,
        "𦪏"^^xsd:string .

<http://lexvo.org/id/char/26A9> a lvont:Character ;
    lvont:represents "⚩"^^xsd:string ;
    rdfs:comment "HORIZONTAL MALE WITH STROKE SIGN"@en .

<http://lexvo.org/id/char/26A90> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/s%C3%B5ng>,
        "𦪐"^^xsd:string .

<http://lexvo.org/id/char/26A91> a lvont:Character ;
    lvont:represents "𦪑"^^xsd:string .

<http://lexvo.org/id/char/26A92> a lvont:Character ;
    lvont:represents "𦪒"^^xsd:string .

<http://lexvo.org/id/char/26A93> a lvont:Character ;
    lvont:represents "𦪓"^^xsd:string .

<http://lexvo.org/id/char/26A94> a lvont:Character ;
    lvont:represents "𦪔"^^xsd:string .

<http://lexvo.org/id/char/26A95> a lvont:Character ;
    lvont:represents "𦪕"^^xsd:string .

<http://lexvo.org/id/char/26A96> a lvont:Character ;
    lvont:represents "𦪖"^^xsd:string .

<http://lexvo.org/id/char/26A97> a lvont:Character ;
    lvont:represents "𦪗"^^xsd:string .

<http://lexvo.org/id/char/26A98> a lvont:Character ;
    lvont:represents "𦪘"^^xsd:string .

<http://lexvo.org/id/char/26A99> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%A0>,
        "𦪙"^^xsd:string .

<http://lexvo.org/id/char/26A9A> a lvont:Character ;
    lvont:represents "𦪚"^^xsd:string .

<http://lexvo.org/id/char/26A9B> a lvont:Character ;
    lvont:represents "𦪛"^^xsd:string .

<http://lexvo.org/id/char/26A9C> a lvont:Character ;
    lvont:represents "𦪜"^^xsd:string .

<http://lexvo.org/id/char/26A9D> a lvont:Character ;
    lvont:represents "𦪝"^^xsd:string .

<http://lexvo.org/id/char/26A9E> a lvont:Character ;
    lvont:represents "𦪞"^^xsd:string .

<http://lexvo.org/id/char/26A9F> a lvont:Character ;
    lvont:represents "𦪟"^^xsd:string .

<http://lexvo.org/id/char/26AA> a lvont:Character ;
    lvont:represents "⚪"^^xsd:string ;
    rdfs:comment "MEDIUM WHITE CIRCLE"@en .

<http://lexvo.org/id/char/26AA0> a lvont:Character ;
    lvont:represents "𦪠"^^xsd:string .

<http://lexvo.org/id/char/26AA1> a lvont:Character ;
    lvont:represents "𦪡"^^xsd:string .

<http://lexvo.org/id/char/26AA2> a lvont:Character ;
    lvont:represents "𦪢"^^xsd:string .

<http://lexvo.org/id/char/26AA3> a lvont:Character ;
    lvont:represents "𦪣"^^xsd:string .

<http://lexvo.org/id/char/26AA4> a lvont:Character ;
    lvont:represents "𦪤"^^xsd:string .

<http://lexvo.org/id/char/26AA5> a lvont:Character ;
    lvont:represents "𦪥"^^xsd:string .

<http://lexvo.org/id/char/26AA6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/x%C6%B0%E1%BB%9Fng>,
        "𦪦"^^xsd:string .

<http://lexvo.org/id/char/26AA7> a lvont:Character ;
    lvont:represents "𦪧"^^xsd:string .

<http://lexvo.org/id/char/26AA8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/tr%E1%BA%A9y>,
        "𦪨"^^xsd:string .

<http://lexvo.org/id/char/26AA9> a lvont:Character ;
    lvont:represents "𦪩"^^xsd:string .

<http://lexvo.org/id/char/26AAA> a lvont:Character ;
    lvont:represents "𦪪"^^xsd:string .

<http://lexvo.org/id/char/26AAB> a lvont:Character ;
    lvont:represents "𦪫"^^xsd:string .

<http://lexvo.org/id/char/26AAC> a lvont:Character ;
    lvont:represents "𦪬"^^xsd:string .

<http://lexvo.org/id/char/26AAD> a lvont:Character ;
    lvont:represents "𦪭"^^xsd:string .

<http://lexvo.org/id/char/26AAE> a lvont:Character ;
    lvont:represents "𦪮"^^xsd:string .

<http://lexvo.org/id/char/26AAF> a lvont:Character ;
    lvont:represents "𦪯"^^xsd:string .

<http://lexvo.org/id/char/26AB> a lvont:Character ;
    lvont:represents "⚫"^^xsd:string ;
    rdfs:comment "MEDIUM BLACK CIRCLE"@en .

<http://lexvo.org/id/char/26AB0> a lvont:Character ;
    lvont:represents "𦪰"^^xsd:string .

<http://lexvo.org/id/char/26AB1> a lvont:Character ;
    lvont:represents "𦪱"^^xsd:string .

<http://lexvo.org/id/char/26AB2> a lvont:Character ;
    lvont:represents "𦪲"^^xsd:string .

<http://lexvo.org/id/char/26AB3> a lvont:Character ;
    lvont:represents "𦪳"^^xsd:string .

<http://lexvo.org/id/char/26AB4> a lvont:Character ;
    lvont:represents "𦪴"^^xsd:string .

<http://lexvo.org/id/char/26AB5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ghe>,
        "𦪵"^^xsd:string .

<http://lexvo.org/id/char/26AB6> a lvont:Character ;
    lvont:represents "𦪶"^^xsd:string .

<http://lexvo.org/id/char/26AB7> a lvont:Character ;
    lvont:represents "𦪷"^^xsd:string .

<http://lexvo.org/id/char/26AB8> a lvont:Character ;
    lvont:represents "𦪸"^^xsd:string .

<http://lexvo.org/id/char/26AB9> a lvont:Character ;
    lvont:represents "𦪹"^^xsd:string .

<http://lexvo.org/id/char/26ABA> a lvont:Character ;
    lvont:represents "𦪺"^^xsd:string .

<http://lexvo.org/id/char/26ABB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/khoang>,
        "𦪻"^^xsd:string .

<http://lexvo.org/id/char/26ABC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ghe>,
        "𦪼"^^xsd:string .

<http://lexvo.org/id/char/26ABD> a lvont:Character ;
    lvont:represents "𦪽"^^xsd:string .

<http://lexvo.org/id/char/26ABE> a lvont:Character ;
    lvont:represents "𦪾"^^xsd:string .

<http://lexvo.org/id/char/26ABF> a lvont:Character ;
    lvont:represents "𦪿"^^xsd:string .

<http://lexvo.org/id/char/26AC> a lvont:Character ;
    lvont:represents "⚬"^^xsd:string ;
    rdfs:comment "MEDIUM SMALL WHITE CIRCLE"@en .

<http://lexvo.org/id/char/26AC0> a lvont:Character ;
    lvont:represents "𦫀"^^xsd:string .

<http://lexvo.org/id/char/26AC1> a lvont:Character ;
    lvont:represents "𦫁"^^xsd:string .

<http://lexvo.org/id/char/26AC2> a lvont:Character ;
    lvont:represents "𦫂"^^xsd:string .

<http://lexvo.org/id/char/26AC3> a lvont:Character ;
    lvont:represents "𦫃"^^xsd:string .

<http://lexvo.org/id/char/26AC4> a lvont:Character ;
    lvont:represents "𦫄"^^xsd:string .

<http://lexvo.org/id/char/26AC5> a lvont:Character ;
    lvont:represents "𦫅"^^xsd:string .

<http://lexvo.org/id/char/26AC6> a lvont:Character ;
    lvont:represents "𦫆"^^xsd:string .

<http://lexvo.org/id/char/26AC7> a lvont:Character ;
    lvont:represents "𦫇"^^xsd:string .

<http://lexvo.org/id/char/26AC8> a lvont:Character ;
    lvont:represents "𦫈"^^xsd:string .

<http://lexvo.org/id/char/26AC9> a lvont:Character ;
    lvont:represents "𦫉"^^xsd:string .

<http://lexvo.org/id/char/26ACA> a lvont:Character ;
    lvont:represents "𦫊"^^xsd:string .

<http://lexvo.org/id/char/26ACB> a lvont:Character ;
    lvont:represents "𦫋"^^xsd:string .

<http://lexvo.org/id/char/26ACC> a lvont:Character ;
    lvont:represents "𦫌"^^xsd:string .

<http://lexvo.org/id/char/26ACD> a lvont:Character ;
    lvont:represents "𦫍"^^xsd:string .

<http://lexvo.org/id/char/26ACE> a lvont:Character ;
    lvont:represents "𦫎"^^xsd:string .

<http://lexvo.org/id/char/26ACF> a lvont:Character ;
    lvont:represents "𦫏"^^xsd:string .

<http://lexvo.org/id/char/26AD> a lvont:Character ;
    lvont:represents "⚭"^^xsd:string ;
    rdfs:comment "MARRIAGE SYMBOL"@en .

<http://lexvo.org/id/char/26AD0> a lvont:Character ;
    lvont:represents "𦫐"^^xsd:string .

<http://lexvo.org/id/char/26AD1> a lvont:Character ;
    lvont:represents "𦫑"^^xsd:string .

<http://lexvo.org/id/char/26AD2> a lvont:Character ;
    lvont:represents "𦫒"^^xsd:string .

<http://lexvo.org/id/char/26AD3> a lvont:Character ;
    lvont:represents "𦫓"^^xsd:string .

<http://lexvo.org/id/char/26AD4> a lvont:Character ;
    lvont:represents "𦫔"^^xsd:string .

<http://lexvo.org/id/char/26AD5> a lvont:Character ;
    lvont:represents "𦫕"^^xsd:string .

<http://lexvo.org/id/char/26AD6> a lvont:Character ;
    lvont:represents "𦫖"^^xsd:string .

<http://lexvo.org/id/char/26AD7> a lvont:Character ;
    lvont:represents "𦫗"^^xsd:string .

<http://lexvo.org/id/char/26AD8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/b%E1%BB%A3t>,
        "𦫘"^^xsd:string .

<http://lexvo.org/id/char/26AD9> a lvont:Character ;
    lvont:represents "𦫙"^^xsd:string .

<http://lexvo.org/id/char/26ADA> a lvont:Character ;
    lvont:represents "𦫚"^^xsd:string .

<http://lexvo.org/id/char/26ADB> a lvont:Character ;
    lvont:represents "𦫛"^^xsd:string .

<http://lexvo.org/id/char/26ADC> a lvont:Character ;
    lvont:represents "𦫜"^^xsd:string .

<http://lexvo.org/id/char/26ADD> a lvont:Character ;
    lvont:represents "𦫝"^^xsd:string .

<http://lexvo.org/id/char/26ADE> a lvont:Character ;
    lvont:represents "𦫞"^^xsd:string .

<http://lexvo.org/id/char/26ADF> a lvont:Character ;
    lvont:represents "𦫟"^^xsd:string .

<http://lexvo.org/id/char/26AE> a lvont:Character ;
    lvont:represents "⚮"^^xsd:string ;
    rdfs:comment "DIVORCE SYMBOL"@en .

<http://lexvo.org/id/char/26AE0> a lvont:Character ;
    lvont:represents "𦫠"^^xsd:string .

<http://lexvo.org/id/char/26AE1> a lvont:Character ;
    lvont:represents "𦫡"^^xsd:string .

<http://lexvo.org/id/char/26AE2> a lvont:Character ;
    lvont:represents "𦫢"^^xsd:string .

<http://lexvo.org/id/char/26AE3> a lvont:Character ;
    lvont:represents "𦫣"^^xsd:string .

<http://lexvo.org/id/char/26AE4> a lvont:Character ;
    lvont:represents "𦫤"^^xsd:string .

<http://lexvo.org/id/char/26AE5> a lvont:Character ;
    lvont:represents "𦫥"^^xsd:string .

<http://lexvo.org/id/char/26AE6> a lvont:Character ;
    lvont:represents "𦫦"^^xsd:string .

<http://lexvo.org/id/char/26AE7> a lvont:Character ;
    lvont:represents "𦫧"^^xsd:string .

<http://lexvo.org/id/char/26AE8> a lvont:Character ;
    lvont:represents "𦫨"^^xsd:string .

<http://lexvo.org/id/char/26AE9> a lvont:Character ;
    lvont:represents "𦫩"^^xsd:string .

<http://lexvo.org/id/char/26AEA> a lvont:Character ;
    lvont:represents "𦫪"^^xsd:string .

<http://lexvo.org/id/char/26AEB> a lvont:Character ;
    lvont:represents "𦫫"^^xsd:string .

<http://lexvo.org/id/char/26AEC> a lvont:Character ;
    lvont:represents "𦫬"^^xsd:string .

<http://lexvo.org/id/char/26AED> a lvont:Character ;
    lvont:represents "𦫭"^^xsd:string .

<http://lexvo.org/id/char/26AEE> a lvont:Character ;
    lvont:represents "𦫮"^^xsd:string .

<http://lexvo.org/id/char/26AEF> a lvont:Character ;
    lvont:represents "𦫯"^^xsd:string .

<http://lexvo.org/id/char/26AF> a lvont:Character ;
    lvont:represents "⚯"^^xsd:string ;
    rdfs:comment "UNMARRIED PARTNERSHIP SYMBOL"@en .

<http://lexvo.org/id/char/26AF0> a lvont:Character ;
    lvont:represents "𦫰"^^xsd:string .

<http://lexvo.org/id/char/26AF1> a lvont:Character ;
    lvont:represents "𦫱"^^xsd:string .

<http://lexvo.org/id/char/26AF2> a lvont:Character ;
    lvont:represents "𦫲"^^xsd:string .

<http://lexvo.org/id/char/26AF3> a lvont:Character ;
    lvont:represents "𦫳"^^xsd:string .

<http://lexvo.org/id/char/26AF4> a lvont:Character ;
    lvont:represents "𦫴"^^xsd:string .

<http://lexvo.org/id/char/26AF5> a lvont:Character ;
    lvont:represents "𦫵"^^xsd:string .

<http://lexvo.org/id/char/26AF6> a lvont:Character ;
    lvont:represents "𦫶"^^xsd:string .

<http://lexvo.org/id/char/26AF7> a lvont:Character ;
    lvont:represents "𦫷"^^xsd:string .

<http://lexvo.org/id/char/26AF8> a lvont:Character ;
    lvont:represents "𦫸"^^xsd:string .

<http://lexvo.org/id/char/26AF9> a lvont:Character ;
    lvont:represents "𦫹"^^xsd:string .

<http://lexvo.org/id/char/26AFA> a lvont:Character ;
    lvont:represents "𦫺"^^xsd:string .

<http://lexvo.org/id/char/26AFB> a lvont:Character ;
    lvont:represents "𦫻"^^xsd:string .

<http://lexvo.org/id/char/26AFC> a lvont:Character ;
    lvont:represents "𦫼"^^xsd:string .

<http://lexvo.org/id/char/26AFD> a lvont:Character ;
    lvont:represents "𦫽"^^xsd:string .

<http://lexvo.org/id/char/26AFE> a lvont:Character ;
    lvont:represents "𦫾"^^xsd:string .

<http://lexvo.org/id/char/26AFF> a lvont:Character ;
    lvont:represents "𦫿"^^xsd:string .

<http://lexvo.org/id/char/26B0> a lvont:Character ;
    lvont:represents "⚰"^^xsd:string ;
    rdfs:comment "COFFIN"@en .

<http://lexvo.org/id/char/26B00> a lvont:Character ;
    lvont:represents "𦬀"^^xsd:string .

<http://lexvo.org/id/char/26B01> a lvont:Character ;
    lvont:represents "𦬁"^^xsd:string .

<http://lexvo.org/id/char/26B02> a lvont:Character ;
    lvont:represents "𦬂"^^xsd:string .

<http://lexvo.org/id/char/26B03> a lvont:Character ;
    lvont:represents "𦬃"^^xsd:string .

<http://lexvo.org/id/char/26B04> a lvont:Character ;
    lvont:represents "𦬄"^^xsd:string .

<http://lexvo.org/id/char/26B05> a lvont:Character ;
    lvont:represents "𦬅"^^xsd:string .

<http://lexvo.org/id/char/26B06> a lvont:Character ;
    lvont:represents "𦬆"^^xsd:string .

<http://lexvo.org/id/char/26B07> a lvont:Character ;
    lvont:represents "𦬇"^^xsd:string .

<http://lexvo.org/id/char/26B08> a lvont:Character ;
    lvont:represents "𦬈"^^xsd:string .

<http://lexvo.org/id/char/26B09> a lvont:Character ;
    lvont:represents "𦬉"^^xsd:string .

<http://lexvo.org/id/char/26B0A> a lvont:Character ;
    lvont:represents "𦬊"^^xsd:string .

<http://lexvo.org/id/char/26B0B> a lvont:Character ;
    lvont:represents "𦬋"^^xsd:string .

<http://lexvo.org/id/char/26B0C> a lvont:Character ;
    lvont:represents "𦬌"^^xsd:string .

<http://lexvo.org/id/char/26B0D> a lvont:Character ;
    lvont:represents "𦬍"^^xsd:string .

<http://lexvo.org/id/char/26B0E> a lvont:Character ;
    lvont:represents "𦬎"^^xsd:string .

<http://lexvo.org/id/char/26B0F> a lvont:Character ;
    lvont:represents "𦬏"^^xsd:string .

<http://lexvo.org/id/char/26B1> a lvont:Character ;
    lvont:represents "⚱"^^xsd:string ;
    rdfs:comment "FUNERAL URN"@en .

<http://lexvo.org/id/char/26B10> a lvont:Character ;
    lvont:represents "𦬐"^^xsd:string .

<http://lexvo.org/id/char/26B11> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/n%E1%BB%9F>,
        "𦬑"^^xsd:string .

<http://lexvo.org/id/char/26B12> a lvont:Character ;
    lvont:represents "𦬒"^^xsd:string .

<http://lexvo.org/id/char/26B13> a lvont:Character ;
    lvont:represents "𦬓"^^xsd:string .

<http://lexvo.org/id/char/26B14> a lvont:Character ;
    lvont:represents "𦬔"^^xsd:string .

<http://lexvo.org/id/char/26B15> a lvont:Character ;
    lvont:represents "𦬕"^^xsd:string .

<http://lexvo.org/id/char/26B16> a lvont:Character ;
    lvont:represents "𦬖"^^xsd:string .

<http://lexvo.org/id/char/26B17> a lvont:Character ;
    lvont:represents "𦬗"^^xsd:string .

<http://lexvo.org/id/char/26B18> a lvont:Character ;
    lvont:represents "𦬘"^^xsd:string .

<http://lexvo.org/id/char/26B19> a lvont:Character ;
    lvont:represents "𦬙"^^xsd:string .

<http://lexvo.org/id/char/26B1A> a lvont:Character ;
    lvont:represents "𦬚"^^xsd:string .

<http://lexvo.org/id/char/26B1B> a lvont:Character ;
    lvont:represents "𦬛"^^xsd:string .

<http://lexvo.org/id/char/26B1C> a lvont:Character ;
    lvont:represents "𦬜"^^xsd:string .

<http://lexvo.org/id/char/26B1D> a lvont:Character ;
    lvont:represents "𦬝"^^xsd:string .

<http://lexvo.org/id/char/26B1E> a lvont:Character ;
    lvont:represents "𦬞"^^xsd:string .

<http://lexvo.org/id/char/26B1F> a lvont:Character ;
    lvont:represents "𦬟"^^xsd:string .

<http://lexvo.org/id/char/26B2> a lvont:Character ;
    lvont:represents "⚲"^^xsd:string ;
    rdfs:comment "NEUTER"@en .

<http://lexvo.org/id/char/26B20> a lvont:Character ;
    lvont:represents "𦬠"^^xsd:string .

<http://lexvo.org/id/char/26B21> a lvont:Character ;
    lvont:represents "𦬡"^^xsd:string .

<http://lexvo.org/id/char/26B22> a lvont:Character ;
    lvont:represents "𦬢"^^xsd:string .

<http://lexvo.org/id/char/26B23> a lvont:Character ;
    lvont:represents "𦬣"^^xsd:string .

<http://lexvo.org/id/char/26B24> a lvont:Character ;
    lvont:represents "𦬤"^^xsd:string .

<http://lexvo.org/id/char/26B25> a lvont:Character ;
    lvont:represents "𦬥"^^xsd:string .

<http://lexvo.org/id/char/26B26> a lvont:Character ;
    lvont:represents "𦬦"^^xsd:string .

<http://lexvo.org/id/char/26B27> a lvont:Character ;
    lvont:represents "𦬧"^^xsd:string .

<http://lexvo.org/id/char/26B28> a lvont:Character ;
    lvont:represents "𦬨"^^xsd:string .

<http://lexvo.org/id/char/26B29> a lvont:Character ;
    lvont:represents "𦬩"^^xsd:string .

<http://lexvo.org/id/char/26B2A> a lvont:Character ;
    lvont:represents "𦬪"^^xsd:string .

<http://lexvo.org/id/char/26B2B> a lvont:Character ;
    lvont:represents "𦬫"^^xsd:string .

<http://lexvo.org/id/char/26B2C> a lvont:Character ;
    lvont:represents "𦬬"^^xsd:string .

<http://lexvo.org/id/char/26B2D> a lvont:Character ;
    lvont:represents "𦬭"^^xsd:string .

<http://lexvo.org/id/char/26B2E> a lvont:Character ;
    lvont:represents "𦬮"^^xsd:string .

<http://lexvo.org/id/char/26B2F> a lvont:Character ;
    lvont:represents "𦬯"^^xsd:string .

<http://lexvo.org/id/char/26B3> a lvont:Character ;
    lvont:represents "⚳"^^xsd:string ;
    rdfs:comment "CERES"@en .

<http://lexvo.org/id/char/26B30> a lvont:Character ;
    lvont:represents "𦬰"^^xsd:string .

<http://lexvo.org/id/char/26B31> a lvont:Character ;
    lvont:represents "𦬱"^^xsd:string .

<http://lexvo.org/id/char/26B32> a lvont:Character ;
    lvont:represents "𦬲"^^xsd:string .

<http://lexvo.org/id/char/26B33> a lvont:Character ;
    lvont:represents "𦬳"^^xsd:string .

<http://lexvo.org/id/char/26B34> a lvont:Character ;
    lvont:represents "𦬴"^^xsd:string .

<http://lexvo.org/id/char/26B35> a lvont:Character ;
    lvont:represents "𦬵"^^xsd:string .

<http://lexvo.org/id/char/26B36> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ng%C3%B2>,
        "𦬶"^^xsd:string .

<http://lexvo.org/id/char/26B37> a lvont:Character ;
    lvont:represents "𦬷"^^xsd:string .

<http://lexvo.org/id/char/26B38> a lvont:Character ;
    lvont:represents "𦬸"^^xsd:string .

<http://lexvo.org/id/char/26B39> a lvont:Character ;
    lvont:represents "𦬹"^^xsd:string .

<http://lexvo.org/id/char/26B3A> a lvont:Character ;
    lvont:represents "𦬺"^^xsd:string .

<http://lexvo.org/id/char/26B3B> a lvont:Character ;
    lvont:represents "𦬻"^^xsd:string .

<http://lexvo.org/id/char/26B3C> a lvont:Character ;
    lvont:represents "𦬼"^^xsd:string .

<http://lexvo.org/id/char/26B3D> a lvont:Character ;
    lvont:represents "𦬽"^^xsd:string .

<http://lexvo.org/id/char/26B3E> a lvont:Character ;
    lvont:represents "𦬾"^^xsd:string .

<http://lexvo.org/id/char/26B3F> a lvont:Character ;
    lvont:represents "𦬿"^^xsd:string .

<http://lexvo.org/id/char/26B4> a lvont:Character ;
    lvont:represents "⚴"^^xsd:string ;
    rdfs:comment "PALLAS"@en .

<http://lexvo.org/id/char/26B40> a lvont:Character ;
    lvont:represents "𦭀"^^xsd:string .

<http://lexvo.org/id/char/26B41> a lvont:Character ;
    lvont:represents "𦭁"^^xsd:string .

<http://lexvo.org/id/char/26B42> a lvont:Character ;
    lvont:represents "𦭂"^^xsd:string .

<http://lexvo.org/id/char/26B43> a lvont:Character ;
    lvont:represents "𦭃"^^xsd:string .

<http://lexvo.org/id/char/26B44> a lvont:Character ;
    lvont:represents "𦭄"^^xsd:string .

<http://lexvo.org/id/char/26B45> a lvont:Character ;
    lvont:represents "𦭅"^^xsd:string .

<http://lexvo.org/id/char/26B46> a lvont:Character ;
    lvont:represents "𦭆"^^xsd:string .

<http://lexvo.org/id/char/26B47> a lvont:Character ;
    lvont:represents "𦭇"^^xsd:string .

<http://lexvo.org/id/char/26B48> a lvont:Character ;
    lvont:represents "𦭈"^^xsd:string .

<http://lexvo.org/id/char/26B49> a lvont:Character ;
    lvont:represents "𦭉"^^xsd:string .

<http://lexvo.org/id/char/26B4A> a lvont:Character ;
    lvont:represents "𦭊"^^xsd:string .

<http://lexvo.org/id/char/26B4B> a lvont:Character ;
    lvont:represents "𦭋"^^xsd:string .

<http://lexvo.org/id/char/26B4C> a lvont:Character ;
    lvont:represents "𦭌"^^xsd:string .

<http://lexvo.org/id/char/26B4D> a lvont:Character ;
    lvont:represents "𦭍"^^xsd:string .

<http://lexvo.org/id/char/26B4E> a lvont:Character ;
    lvont:represents "𦭎"^^xsd:string .

<http://lexvo.org/id/char/26B4F> a lvont:Character ;
    lvont:represents "𦭏"^^xsd:string .

<http://lexvo.org/id/char/26B5> a lvont:Character ;
    lvont:represents "⚵"^^xsd:string ;
    rdfs:comment "JUNO"@en .

<http://lexvo.org/id/char/26B50> a lvont:Character ;
    lvont:represents "𦭐"^^xsd:string .

<http://lexvo.org/id/char/26B51> a lvont:Character ;
    lvont:represents "𦭑"^^xsd:string .

<http://lexvo.org/id/char/26B52> a lvont:Character ;
    lvont:represents "𦭒"^^xsd:string .

<http://lexvo.org/id/char/26B53> a lvont:Character ;
    lvont:represents "𦭓"^^xsd:string .

<http://lexvo.org/id/char/26B54> a lvont:Character ;
    lvont:represents "𦭔"^^xsd:string .

<http://lexvo.org/id/char/26B55> a lvont:Character ;
    lvont:represents "𦭕"^^xsd:string .

<http://lexvo.org/id/char/26B56> a lvont:Character ;
    lvont:represents "𦭖"^^xsd:string .

<http://lexvo.org/id/char/26B57> a lvont:Character ;
    lvont:represents "𦭗"^^xsd:string .

<http://lexvo.org/id/char/26B58> a lvont:Character ;
    lvont:represents "𦭘"^^xsd:string .

<http://lexvo.org/id/char/26B59> a lvont:Character ;
    lvont:represents "𦭙"^^xsd:string .

<http://lexvo.org/id/char/26B5A> a lvont:Character ;
    lvont:represents "𦭚"^^xsd:string .

<http://lexvo.org/id/char/26B5B> a lvont:Character ;
    lvont:represents "𦭛"^^xsd:string .

<http://lexvo.org/id/char/26B5C> a lvont:Character ;
    lvont:represents "𦭜"^^xsd:string .

<http://lexvo.org/id/char/26B5D> a lvont:Character ;
    lvont:represents "𦭝"^^xsd:string .

<http://lexvo.org/id/char/26B5E> a lvont:Character ;
    lvont:represents "𦭞"^^xsd:string .

<http://lexvo.org/id/char/26B5F> a lvont:Character ;
    lvont:represents "𦭟"^^xsd:string .

<http://lexvo.org/id/char/26B6> a lvont:Character ;
    lvont:represents "⚶"^^xsd:string ;
    rdfs:comment "VESTA"@en .

<http://lexvo.org/id/char/26B60> a lvont:Character ;
    lvont:represents "𦭠"^^xsd:string .

<http://lexvo.org/id/char/26B61> a lvont:Character ;
    lvont:represents "𦭡"^^xsd:string .

<http://lexvo.org/id/char/26B62> a lvont:Character ;
    lvont:represents "𦭢"^^xsd:string .

<http://lexvo.org/id/char/26B63> a lvont:Character ;
    lvont:represents "𦭣"^^xsd:string .

<http://lexvo.org/id/char/26B64> a lvont:Character ;
    lvont:represents "𦭤"^^xsd:string .

<http://lexvo.org/id/char/26B65> a lvont:Character ;
    lvont:represents "𦭥"^^xsd:string .

<http://lexvo.org/id/char/26B66> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/tr%E1%BB%95>,
        "𦭦"^^xsd:string .

<http://lexvo.org/id/char/26B67> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/t%C3%BAp>,
        "𦭧"^^xsd:string .

<http://lexvo.org/id/char/26B68> a lvont:Character ;
    lvont:represents "𦭨"^^xsd:string .

<http://lexvo.org/id/char/26B69> a lvont:Character ;
    lvont:represents "𦭩"^^xsd:string .

<http://lexvo.org/id/char/26B6A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/h%C3%BAng>,
        "𦭪"^^xsd:string .

<http://lexvo.org/id/char/26B6B> a lvont:Character ;
    lvont:represents "𦭫"^^xsd:string .

<http://lexvo.org/id/char/26B6C> a lvont:Character ;
    lvont:represents "𦭬"^^xsd:string .

<http://lexvo.org/id/char/26B6D> a lvont:Character ;
    lvont:represents "𦭭"^^xsd:string .

<http://lexvo.org/id/char/26B6E> a lvont:Character ;
    lvont:represents "𦭮"^^xsd:string .

<http://lexvo.org/id/char/26B6F> a lvont:Character ;
    lvont:represents "𦭯"^^xsd:string .

<http://lexvo.org/id/char/26B7> a lvont:Character ;
    lvont:represents "⚷"^^xsd:string ;
    rdfs:comment "CHIRON"@en .

<http://lexvo.org/id/char/26B70> a lvont:Character ;
    lvont:represents "𦭰"^^xsd:string .

<http://lexvo.org/id/char/26B71> a lvont:Character ;
    lvont:represents "𦭱"^^xsd:string .

<http://lexvo.org/id/char/26B72> a lvont:Character ;
    lvont:represents "𦭲"^^xsd:string .

<http://lexvo.org/id/char/26B73> a lvont:Character ;
    lvont:represents "𦭳"^^xsd:string .

<http://lexvo.org/id/char/26B74> a lvont:Character ;
    lvont:represents "𦭴"^^xsd:string .

<http://lexvo.org/id/char/26B75> a lvont:Character ;
    lvont:represents "𦭵"^^xsd:string .

<http://lexvo.org/id/char/26B76> a lvont:Character ;
    lvont:represents "𦭶"^^xsd:string .

<http://lexvo.org/id/char/26B77> a lvont:Character ;
    lvont:represents "𦭷"^^xsd:string .

<http://lexvo.org/id/char/26B78> a lvont:Character ;
    lvont:represents "𦭸"^^xsd:string .

<http://lexvo.org/id/char/26B79> a lvont:Character ;
    lvont:represents "𦭹"^^xsd:string .

<http://lexvo.org/id/char/26B7A> a lvont:Character ;
    lvont:represents "𦭺"^^xsd:string .

<http://lexvo.org/id/char/26B7B> a lvont:Character ;
    lvont:represents "𦭻"^^xsd:string .

<http://lexvo.org/id/char/26B7C> a lvont:Character ;
    lvont:represents "𦭼"^^xsd:string .

<http://lexvo.org/id/char/26B7D> a lvont:Character ;
    lvont:represents "𦭽"^^xsd:string .

<http://lexvo.org/id/char/26B7E> a lvont:Character ;
    lvont:represents "𦭾"^^xsd:string .

<http://lexvo.org/id/char/26B7F> a lvont:Character ;
    lvont:represents "𦭿"^^xsd:string .

<http://lexvo.org/id/char/26B8> a lvont:Character ;
    lvont:represents "⚸"^^xsd:string ;
    rdfs:comment "BLACK MOON LILITH"@en .

<http://lexvo.org/id/char/26B80> a lvont:Character ;
    lvont:represents "𦮀"^^xsd:string .

<http://lexvo.org/id/char/26B81> a lvont:Character ;
    lvont:represents "𦮁"^^xsd:string .

<http://lexvo.org/id/char/26B82> a lvont:Character ;
    lvont:represents "𦮂"^^xsd:string .

<http://lexvo.org/id/char/26B83> a lvont:Character ;
    lvont:represents "𦮃"^^xsd:string .

<http://lexvo.org/id/char/26B84> a lvont:Character ;
    lvont:represents "𦮄"^^xsd:string .

<http://lexvo.org/id/char/26B85> a lvont:Character ;
    lvont:represents "𦮅"^^xsd:string .

<http://lexvo.org/id/char/26B86> a lvont:Character ;
    lvont:represents "𦮆"^^xsd:string .

<http://lexvo.org/id/char/26B87> a lvont:Character ;
    lvont:represents "𦮇"^^xsd:string .

<http://lexvo.org/id/char/26B88> a lvont:Character ;
    lvont:represents "𦮈"^^xsd:string .

<http://lexvo.org/id/char/26B89> a lvont:Character ;
    lvont:represents "𦮉"^^xsd:string .

<http://lexvo.org/id/char/26B8A> a lvont:Character ;
    lvont:represents "𦮊"^^xsd:string .

<http://lexvo.org/id/char/26B8B> a lvont:Character ;
    lvont:represents "𦮋"^^xsd:string .

<http://lexvo.org/id/char/26B8C> a lvont:Character ;
    lvont:represents "𦮌"^^xsd:string .

<http://lexvo.org/id/char/26B8D> a lvont:Character ;
    lvont:represents "𦮍"^^xsd:string .

<http://lexvo.org/id/char/26B8E> a lvont:Character ;
    lvont:represents "𦮎"^^xsd:string .

<http://lexvo.org/id/char/26B8F> a lvont:Character ;
    lvont:represents "𦮏"^^xsd:string .

<http://lexvo.org/id/char/26B9> a lvont:Character ;
    lvont:represents "⚹"^^xsd:string ;
    rdfs:comment "SEXTILE"@en .

<http://lexvo.org/id/char/26B90> a lvont:Character ;
    lvont:represents "𦮐"^^xsd:string .

<http://lexvo.org/id/char/26B91> a lvont:Character ;
    lvont:represents "𦮑"^^xsd:string .

<http://lexvo.org/id/char/26B92> a lvont:Character ;
    lvont:represents "𦮒"^^xsd:string .

<http://lexvo.org/id/char/26B93> a lvont:Character ;
    lvont:represents "𦮓"^^xsd:string .

<http://lexvo.org/id/char/26B94> a lvont:Character ;
    lvont:represents "𦮔"^^xsd:string .

<http://lexvo.org/id/char/26B95> a lvont:Character ;
    lvont:represents "𦮕"^^xsd:string .

<http://lexvo.org/id/char/26B96> a lvont:Character ;
    lvont:represents "𦮖"^^xsd:string .

<http://lexvo.org/id/char/26B97> a lvont:Character ;
    lvont:represents "𦮗"^^xsd:string .

<http://lexvo.org/id/char/26B98> a lvont:Character ;
    lvont:represents "𦮘"^^xsd:string .

<http://lexvo.org/id/char/26B99> a lvont:Character ;
    lvont:represents "𦮙"^^xsd:string .

<http://lexvo.org/id/char/26B9A> a lvont:Character ;
    lvont:represents "𦮚"^^xsd:string .

<http://lexvo.org/id/char/26B9B> a lvont:Character ;
    lvont:represents "𦮛"^^xsd:string .

<http://lexvo.org/id/char/26B9C> a lvont:Character ;
    lvont:represents "𦮜"^^xsd:string .

<http://lexvo.org/id/char/26B9D> a lvont:Character ;
    lvont:represents "𦮝"^^xsd:string .

<http://lexvo.org/id/char/26B9E> a lvont:Character ;
    lvont:represents "𦮞"^^xsd:string .

<http://lexvo.org/id/char/26B9F> a lvont:Character ;
    lvont:represents "𦮟"^^xsd:string .

<http://lexvo.org/id/char/26BA> a lvont:Character ;
    lvont:represents "⚺"^^xsd:string ;
    rdfs:comment "SEMISEXTILE"@en .

<http://lexvo.org/id/char/26BA0> a lvont:Character ;
    lvont:represents "𦮠"^^xsd:string .

<http://lexvo.org/id/char/26BA1> a lvont:Character ;
    lvont:represents "𦮡"^^xsd:string .

<http://lexvo.org/id/char/26BA2> a lvont:Character ;
    lvont:represents "𦮢"^^xsd:string .

<http://lexvo.org/id/char/26BA3> a lvont:Character ;
    lvont:represents "𦮣"^^xsd:string .

<http://lexvo.org/id/char/26BA4> a lvont:Character ;
    lvont:represents "𦮤"^^xsd:string .

<http://lexvo.org/id/char/26BA5> a lvont:Character ;
    lvont:represents "𦮥"^^xsd:string .

<http://lexvo.org/id/char/26BA6> a lvont:Character ;
    lvont:represents "𦮦"^^xsd:string .

<http://lexvo.org/id/char/26BA7> a lvont:Character ;
    lvont:represents "𦮧"^^xsd:string .

<http://lexvo.org/id/char/26BA8> a lvont:Character ;
    lvont:represents "𦮨"^^xsd:string .

<http://lexvo.org/id/char/26BA9> a lvont:Character ;
    lvont:represents "𦮩"^^xsd:string .

<http://lexvo.org/id/char/26BAA> a lvont:Character ;
    lvont:represents "𦮪"^^xsd:string .

<http://lexvo.org/id/char/26BAB> a lvont:Character ;
    lvont:represents "𦮫"^^xsd:string .

<http://lexvo.org/id/char/26BAC> a lvont:Character ;
    lvont:represents "𦮬"^^xsd:string .

<http://lexvo.org/id/char/26BAD> a lvont:Character ;
    lvont:represents "𦮭"^^xsd:string .

<http://lexvo.org/id/char/26BAE> a lvont:Character ;
    lvont:represents "𦮮"^^xsd:string .

<http://lexvo.org/id/char/26BAF> a lvont:Character ;
    lvont:represents "𦮯"^^xsd:string .

<http://lexvo.org/id/char/26BB> a lvont:Character ;
    lvont:represents "⚻"^^xsd:string ;
    rdfs:comment "QUINCUNX"@en .

<http://lexvo.org/id/char/26BB0> a lvont:Character ;
    lvont:represents "𦮰"^^xsd:string .

<http://lexvo.org/id/char/26BB1> a lvont:Character ;
    lvont:represents "𦮱"^^xsd:string .

<http://lexvo.org/id/char/26BB2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/r%E1%BB%85>,
        "𦮲"^^xsd:string .

<http://lexvo.org/id/char/26BB3> a lvont:Character ;
    lvont:represents "𦮳"^^xsd:string .

<http://lexvo.org/id/char/26BB4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/nen>,
        "𦮴"^^xsd:string .

<http://lexvo.org/id/char/26BB5> a lvont:Character ;
    lvont:represents "𦮵"^^xsd:string .

<http://lexvo.org/id/char/26BB6> a lvont:Character ;
    lvont:represents "𦮶"^^xsd:string .

<http://lexvo.org/id/char/26BB7> a lvont:Character ;
    lvont:represents "𦮷"^^xsd:string .

<http://lexvo.org/id/char/26BB8> a lvont:Character ;
    lvont:represents "𦮸"^^xsd:string .

<http://lexvo.org/id/char/26BB9> a lvont:Character ;
    lvont:represents "𦮹"^^xsd:string .

<http://lexvo.org/id/char/26BBA> a lvont:Character ;
    lvont:represents "𦮺"^^xsd:string .

<http://lexvo.org/id/char/26BBB> a lvont:Character ;
    lvont:represents "𦮻"^^xsd:string .

<http://lexvo.org/id/char/26BBC> a lvont:Character ;
    lvont:represents "𦮼"^^xsd:string .

<http://lexvo.org/id/char/26BBD> a lvont:Character ;
    lvont:represents "𦮽"^^xsd:string .

<http://lexvo.org/id/char/26BBE> a lvont:Character ;
    lvont:represents "𦮾"^^xsd:string .

<http://lexvo.org/id/char/26BBF> a lvont:Character ;
    lvont:represents "𦮿"^^xsd:string .

<http://lexvo.org/id/char/26BC> a lvont:Character ;
    lvont:represents "⚼"^^xsd:string ;
    rdfs:comment "SESQUIQUADRATE"@en .

<http://lexvo.org/id/char/26BC0> a lvont:Character ;
    lvont:represents "𦯀"^^xsd:string .

<http://lexvo.org/id/char/26BC1> a lvont:Character ;
    lvont:represents "𦯁"^^xsd:string .

<http://lexvo.org/id/char/26BC2> a lvont:Character ;
    lvont:represents "𦯂"^^xsd:string .

<http://lexvo.org/id/char/26BC3> a lvont:Character ;
    lvont:represents "𦯃"^^xsd:string .

<http://lexvo.org/id/char/26BC4> a lvont:Character ;
    lvont:represents "𦯄"^^xsd:string .

<http://lexvo.org/id/char/26BC5> a lvont:Character ;
    lvont:represents "𦯅"^^xsd:string .

<http://lexvo.org/id/char/26BC6> a lvont:Character ;
    lvont:represents "𦯆"^^xsd:string .

<http://lexvo.org/id/char/26BC7> a lvont:Character ;
    lvont:represents "𦯇"^^xsd:string .

<http://lexvo.org/id/char/26BC8> a lvont:Character ;
    lvont:represents "𦯈"^^xsd:string .

<http://lexvo.org/id/char/26BC9> a lvont:Character ;
    lvont:represents "𦯉"^^xsd:string .

<http://lexvo.org/id/char/26BCA> a lvont:Character ;
    lvont:represents "𦯊"^^xsd:string .

<http://lexvo.org/id/char/26BCB> a lvont:Character ;
    lvont:represents "𦯋"^^xsd:string .

<http://lexvo.org/id/char/26BCC> a lvont:Character ;
    lvont:represents "𦯌"^^xsd:string .

<http://lexvo.org/id/char/26BCD> a lvont:Character ;
    lvont:represents "𦯍"^^xsd:string .

<http://lexvo.org/id/char/26BCE> a lvont:Character ;
    lvont:represents "𦯎"^^xsd:string .

<http://lexvo.org/id/char/26BCF> a lvont:Character ;
    lvont:represents "𦯏"^^xsd:string .

<http://lexvo.org/id/char/26BD> a lvont:Character ;
    lvont:represents "⚽"^^xsd:string ;
    rdfs:comment "SOCCER BALL"@en .

<http://lexvo.org/id/char/26BD0> a lvont:Character ;
    lvont:represents "𦯐"^^xsd:string .

<http://lexvo.org/id/char/26BD1> a lvont:Character ;
    lvont:represents "𦯑"^^xsd:string .

<http://lexvo.org/id/char/26BD2> a lvont:Character ;
    lvont:represents "𦯒"^^xsd:string .

<http://lexvo.org/id/char/26BD3> a lvont:Character ;
    lvont:represents "𦯓"^^xsd:string .

<http://lexvo.org/id/char/26BD4> a lvont:Character ;
    lvont:represents "𦯔"^^xsd:string .

<http://lexvo.org/id/char/26BD5> a lvont:Character ;
    lvont:represents "𦯕"^^xsd:string .

<http://lexvo.org/id/char/26BD6> a lvont:Character ;
    lvont:represents "𦯖"^^xsd:string .

<http://lexvo.org/id/char/26BD7> a lvont:Character ;
    lvont:represents "𦯗"^^xsd:string .

<http://lexvo.org/id/char/26BD8> a lvont:Character ;
    lvont:represents "𦯘"^^xsd:string .

<http://lexvo.org/id/char/26BD9> a lvont:Character ;
    lvont:represents "𦯙"^^xsd:string .

<http://lexvo.org/id/char/26BDA> a lvont:Character ;
    lvont:represents "𦯚"^^xsd:string .

<http://lexvo.org/id/char/26BDB> a lvont:Character ;
    lvont:represents "𦯛"^^xsd:string .

<http://lexvo.org/id/char/26BDC> a lvont:Character ;
    lvont:represents "𦯜"^^xsd:string .

<http://lexvo.org/id/char/26BDD> a lvont:Character ;
    lvont:represents "𦯝"^^xsd:string .

<http://lexvo.org/id/char/26BDE> a lvont:Character ;
    lvont:represents "𦯞"^^xsd:string .

<http://lexvo.org/id/char/26BDF> a lvont:Character ;
    lvont:represents "𦯟"^^xsd:string .

<http://lexvo.org/id/char/26BE> a lvont:Character ;
    lvont:represents "⚾"^^xsd:string ;
    rdfs:comment "BASEBALL"@en .

<http://lexvo.org/id/char/26BE0> a lvont:Character ;
    lvont:represents "𦯠"^^xsd:string .

<http://lexvo.org/id/char/26BE1> a lvont:Character ;
    lvont:represents "𦯡"^^xsd:string .

<http://lexvo.org/id/char/26BE2> a lvont:Character ;
    lvont:represents "𦯢"^^xsd:string .

<http://lexvo.org/id/char/26BE3> a lvont:Character ;
    lvont:represents "𦯣"^^xsd:string .

<http://lexvo.org/id/char/26BE4> a lvont:Character ;
    lvont:represents "𦯤"^^xsd:string .

<http://lexvo.org/id/char/26BE5> a lvont:Character ;
    lvont:represents "𦯥"^^xsd:string .

<http://lexvo.org/id/char/26BE6> a lvont:Character ;
    lvont:represents "𦯦"^^xsd:string .

<http://lexvo.org/id/char/26BE7> a lvont:Character ;
    lvont:represents "𦯧"^^xsd:string .

<http://lexvo.org/id/char/26BE8> a lvont:Character ;
    lvont:represents "𦯨"^^xsd:string .

<http://lexvo.org/id/char/26BE9> a lvont:Character ;
    lvont:represents "𦯩"^^xsd:string .

<http://lexvo.org/id/char/26BEA> a lvont:Character ;
    lvont:represents "𦯪"^^xsd:string .

<http://lexvo.org/id/char/26BEB> a lvont:Character ;
    lvont:represents "𦯫"^^xsd:string .

<http://lexvo.org/id/char/26BEC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/d%C6%B0a>,
        "𦯬"^^xsd:string .

<http://lexvo.org/id/char/26BED> a lvont:Character ;
    lvont:represents "𦯭"^^xsd:string .

<http://lexvo.org/id/char/26BEE> a lvont:Character ;
    lvont:represents "𦯮"^^xsd:string .

<http://lexvo.org/id/char/26BEF> a lvont:Character ;
    lvont:represents "𦯯"^^xsd:string .

<http://lexvo.org/id/char/26BF> a lvont:Character ;
    lvont:represents "⚿"^^xsd:string ;
    rdfs:comment "SQUARED KEY"@en .

<http://lexvo.org/id/char/26BF0> a lvont:Character ;
    lvont:represents "𦯰"^^xsd:string .

<http://lexvo.org/id/char/26BF1> a lvont:Character ;
    lvont:represents "𦯱"^^xsd:string .

<http://lexvo.org/id/char/26BF2> a lvont:Character ;
    lvont:represents "𦯲"^^xsd:string .

<http://lexvo.org/id/char/26BF3> a lvont:Character ;
    lvont:represents "𦯳"^^xsd:string .

<http://lexvo.org/id/char/26BF4> a lvont:Character ;
    lvont:represents "𦯴"^^xsd:string .

<http://lexvo.org/id/char/26BF5> a lvont:Character ;
    lvont:represents "𦯵"^^xsd:string .

<http://lexvo.org/id/char/26BF6> a lvont:Character ;
    lvont:represents "𦯶"^^xsd:string .

<http://lexvo.org/id/char/26BF7> a lvont:Character ;
    lvont:represents "𦯷"^^xsd:string .

<http://lexvo.org/id/char/26BF8> a lvont:Character ;
    lvont:represents "𦯸"^^xsd:string .

<http://lexvo.org/id/char/26BF9> a lvont:Character ;
    lvont:represents "𦯹"^^xsd:string .

<http://lexvo.org/id/char/26BFA> a lvont:Character ;
    lvont:represents "𦯺"^^xsd:string .

<http://lexvo.org/id/char/26BFB> a lvont:Character ;
    lvont:represents "𦯻"^^xsd:string .

<http://lexvo.org/id/char/26BFC> a lvont:Character ;
    lvont:represents "𦯼"^^xsd:string .

<http://lexvo.org/id/char/26BFD> a lvont:Character ;
    lvont:represents "𦯽"^^xsd:string .

<http://lexvo.org/id/char/26BFE> a lvont:Character ;
    lvont:represents "𦯾"^^xsd:string .

<http://lexvo.org/id/char/26BFF> a lvont:Character ;
    lvont:represents "𦯿"^^xsd:string .

<http://lexvo.org/id/char/26C0> a lvont:Character ;
    lvont:represents "⛀"^^xsd:string ;
    rdfs:comment "WHITE DRAUGHTS MAN"@en .

<http://lexvo.org/id/char/26C00> a lvont:Character ;
    lvont:represents "𦰀"^^xsd:string .

<http://lexvo.org/id/char/26C01> a lvont:Character ;
    lvont:represents "𦰁"^^xsd:string .

<http://lexvo.org/id/char/26C02> a lvont:Character ;
    lvont:represents "𦰂"^^xsd:string .

<http://lexvo.org/id/char/26C03> a lvont:Character ;
    lvont:represents "𦰃"^^xsd:string .

<http://lexvo.org/id/char/26C04> a lvont:Character ;
    lvont:represents "𦰄"^^xsd:string .

<http://lexvo.org/id/char/26C05> a lvont:Character ;
    lvont:represents "𦰅"^^xsd:string .

<http://lexvo.org/id/char/26C06> a lvont:Character ;
    lvont:represents "𦰆"^^xsd:string .

<http://lexvo.org/id/char/26C07> a lvont:Character ;
    lvont:represents "𦰇"^^xsd:string .

<http://lexvo.org/id/char/26C08> a lvont:Character ;
    lvont:represents "𦰈"^^xsd:string .

<http://lexvo.org/id/char/26C09> a lvont:Character ;
    lvont:represents "𦰉"^^xsd:string .

<http://lexvo.org/id/char/26C0A> a lvont:Character ;
    lvont:represents "𦰊"^^xsd:string .

<http://lexvo.org/id/char/26C0B> a lvont:Character ;
    lvont:represents "𦰋"^^xsd:string .

<http://lexvo.org/id/char/26C0C> a lvont:Character ;
    lvont:represents "𦰌"^^xsd:string .

<http://lexvo.org/id/char/26C0D> a lvont:Character ;
    lvont:represents "𦰍"^^xsd:string .

<http://lexvo.org/id/char/26C0E> a lvont:Character ;
    lvont:represents "𦰎"^^xsd:string .

<http://lexvo.org/id/char/26C0F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/di%C3%A0o>,
        "𦰏"^^xsd:string .

<http://lexvo.org/id/char/26C1> a lvont:Character ;
    lvont:represents "⛁"^^xsd:string ;
    rdfs:comment "WHITE DRAUGHTS KING"@en .

<http://lexvo.org/id/char/26C10> a lvont:Character ;
    lvont:represents "𦰐"^^xsd:string .

<http://lexvo.org/id/char/26C11> a lvont:Character ;
    lvont:represents "𦰑"^^xsd:string .

<http://lexvo.org/id/char/26C12> a lvont:Character ;
    lvont:represents "𦰒"^^xsd:string .

<http://lexvo.org/id/char/26C13> a lvont:Character ;
    lvont:represents "𦰓"^^xsd:string .

<http://lexvo.org/id/char/26C14> a lvont:Character ;
    lvont:represents "𦰔"^^xsd:string .

<http://lexvo.org/id/char/26C15> a lvont:Character ;
    lvont:represents "𦰕"^^xsd:string .

<http://lexvo.org/id/char/26C16> a lvont:Character ;
    lvont:represents "𦰖"^^xsd:string .

<http://lexvo.org/id/char/26C17> a lvont:Character ;
    lvont:represents "𦰗"^^xsd:string .

<http://lexvo.org/id/char/26C18> a lvont:Character ;
    lvont:represents "𦰘"^^xsd:string .

<http://lexvo.org/id/char/26C19> a lvont:Character ;
    lvont:represents "𦰙"^^xsd:string .

<http://lexvo.org/id/char/26C1A> a lvont:Character ;
    lvont:represents "𦰚"^^xsd:string .

<http://lexvo.org/id/char/26C1B> a lvont:Character ;
    lvont:represents "𦰛"^^xsd:string .

<http://lexvo.org/id/char/26C1C> a lvont:Character ;
    lvont:represents "𦰜"^^xsd:string .

<http://lexvo.org/id/char/26C1D> a lvont:Character ;
    lvont:represents "𦰝"^^xsd:string .

<http://lexvo.org/id/char/26C1E> a lvont:Character ;
    lvont:represents "𦰞"^^xsd:string .

<http://lexvo.org/id/char/26C1F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ng%E1%BB%8Dn>,
        "𦰟"^^xsd:string .

<http://lexvo.org/id/char/26C2> a lvont:Character ;
    lvont:represents "⛂"^^xsd:string ;
    rdfs:comment "BLACK DRAUGHTS MAN"@en .

<http://lexvo.org/id/char/26C20> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/%C3%B3ng>,
        "𦰠"^^xsd:string .

<http://lexvo.org/id/char/26C21> a lvont:Character ;
    lvont:represents "𦰡"^^xsd:string .

<http://lexvo.org/id/char/26C22> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/n%C6%B0a>,
        "𦰢"^^xsd:string .

<http://lexvo.org/id/char/26C23> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/%C4%91ay>,
        "𦰣"^^xsd:string .

<http://lexvo.org/id/char/26C24> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/lau>,
        "𦰤"^^xsd:string .

<http://lexvo.org/id/char/26C25> a lvont:Character ;
    lvont:represents "𦰥"^^xsd:string .

<http://lexvo.org/id/char/26C26> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/c%E1%BA%A3i>,
        "𦰦"^^xsd:string .

<http://lexvo.org/id/char/26C27> a lvont:Character ;
    lvont:represents "𦰧"^^xsd:string .

<http://lexvo.org/id/char/26C28> a lvont:Character ;
    lvont:represents "𦰨"^^xsd:string .

<http://lexvo.org/id/char/26C29> a lvont:Character ;
    lvont:represents "𦰩"^^xsd:string .

<http://lexvo.org/id/char/26C2A> a lvont:Character ;
    lvont:represents "𦰪"^^xsd:string .

<http://lexvo.org/id/char/26C2B> a lvont:Character ;
    lvont:represents "𦰫"^^xsd:string .

<http://lexvo.org/id/char/26C2C> a lvont:Character ;
    lvont:represents "𦰬"^^xsd:string .

<http://lexvo.org/id/char/26C2D> a lvont:Character ;
    lvont:represents "𦰭"^^xsd:string .

<http://lexvo.org/id/char/26C2E> a lvont:Character ;
    lvont:represents "𦰮"^^xsd:string .

<http://lexvo.org/id/char/26C2F> a lvont:Character ;
    lvont:represents "𦰯"^^xsd:string .

<http://lexvo.org/id/char/26C3> a lvont:Character ;
    lvont:represents "⛃"^^xsd:string ;
    rdfs:comment "BLACK DRAUGHTS KING"@en .

<http://lexvo.org/id/char/26C30> a lvont:Character ;
    lvont:represents "𦰰"^^xsd:string .

<http://lexvo.org/id/char/26C31> a lvont:Character ;
    lvont:represents "𦰱"^^xsd:string .

<http://lexvo.org/id/char/26C32> a lvont:Character ;
    lvont:represents "𦰲"^^xsd:string .

<http://lexvo.org/id/char/26C33> a lvont:Character ;
    lvont:represents "𦰳"^^xsd:string .

<http://lexvo.org/id/char/26C34> a lvont:Character ;
    lvont:represents "𦰴"^^xsd:string .

<http://lexvo.org/id/char/26C35> a lvont:Character ;
    lvont:represents "𦰵"^^xsd:string .

<http://lexvo.org/id/char/26C36> a lvont:Character ;
    lvont:represents "𦰶"^^xsd:string .

<http://lexvo.org/id/char/26C37> a lvont:Character ;
    lvont:represents "𦰷"^^xsd:string .

<http://lexvo.org/id/char/26C38> a lvont:Character ;
    lvont:represents "𦰸"^^xsd:string .

<http://lexvo.org/id/char/26C39> a lvont:Character ;
    lvont:represents "𦰹"^^xsd:string .

<http://lexvo.org/id/char/26C3A> a lvont:Character ;
    lvont:represents "𦰺"^^xsd:string .

<http://lexvo.org/id/char/26C3B> a lvont:Character ;
    lvont:represents "𦰻"^^xsd:string .

<http://lexvo.org/id/char/26C3C> a lvont:Character ;
    lvont:represents "𦰼"^^xsd:string .

<http://lexvo.org/id/char/26C3D> a lvont:Character ;
    lvont:represents "𦰽"^^xsd:string .

<http://lexvo.org/id/char/26C3E> a lvont:Character ;
    lvont:represents "𦰾"^^xsd:string .

<http://lexvo.org/id/char/26C3F> a lvont:Character ;
    lvont:represents "𦰿"^^xsd:string .

<http://lexvo.org/id/char/26C4> a lvont:Character ;
    lvont:represents "⛄"^^xsd:string ;
    rdfs:comment "SNOWMAN WITHOUT SNOW"@en .

<http://lexvo.org/id/char/26C40> a lvont:Character ;
    lvont:represents "𦱀"^^xsd:string .

<http://lexvo.org/id/char/26C41> a lvont:Character ;
    lvont:represents "𦱁"^^xsd:string .

<http://lexvo.org/id/char/26C42> a lvont:Character ;
    lvont:represents "𦱂"^^xsd:string .

<http://lexvo.org/id/char/26C43> a lvont:Character ;
    lvont:represents "𦱃"^^xsd:string .

<http://lexvo.org/id/char/26C44> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/gu1>,
        <http://lexvo.org/id/term/yue/%F0%A6%B1%84>,
        "𦱄"^^xsd:string ;
    rdfs:comment "mushroom"@en .

<http://lexvo.org/id/char/26C45> a lvont:Character ;
    lvont:represents "𦱅"^^xsd:string .

<http://lexvo.org/id/char/26C46> a lvont:Character ;
    lvont:represents "𦱆"^^xsd:string .

<http://lexvo.org/id/char/26C47> a lvont:Character ;
    lvont:represents "𦱇"^^xsd:string .

<http://lexvo.org/id/char/26C48> a lvont:Character ;
    lvont:represents "𦱈"^^xsd:string .

<http://lexvo.org/id/char/26C49> a lvont:Character ;
    lvont:represents "𦱉"^^xsd:string .

<http://lexvo.org/id/char/26C4A> a lvont:Character ;
    lvont:represents "𦱊"^^xsd:string .

<http://lexvo.org/id/char/26C4B> a lvont:Character ;
    lvont:represents "𦱋"^^xsd:string .

<http://lexvo.org/id/char/26C4C> a lvont:Character ;
    lvont:represents "𦱌"^^xsd:string .

<http://lexvo.org/id/char/26C4D> a lvont:Character ;
    lvont:represents "𦱍"^^xsd:string .

<http://lexvo.org/id/char/26C4E> a lvont:Character ;
    lvont:represents "𦱎"^^xsd:string .

<http://lexvo.org/id/char/26C4F> a lvont:Character ;
    lvont:represents "𦱏"^^xsd:string .

<http://lexvo.org/id/char/26C5> a lvont:Character ;
    lvont:represents "⛅"^^xsd:string ;
    rdfs:comment "SUN BEHIND CLOUD"@en .

<http://lexvo.org/id/char/26C50> a lvont:Character ;
    lvont:represents "𦱐"^^xsd:string .

<http://lexvo.org/id/char/26C51> a lvont:Character ;
    lvont:represents "𦱑"^^xsd:string .

<http://lexvo.org/id/char/26C52> a lvont:Character ;
    lvont:represents "𦱒"^^xsd:string .

<http://lexvo.org/id/char/26C53> a lvont:Character ;
    lvont:represents "𦱓"^^xsd:string .

<http://lexvo.org/id/char/26C54> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/bei1>,
        <http://lexvo.org/id/term/yue/%F0%A6%B1%94>,
        "𦱔"^^xsd:string .

<http://lexvo.org/id/char/26C55> a lvont:Character ;
    lvont:represents "𦱕"^^xsd:string .

<http://lexvo.org/id/char/26C56> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%F0%A6%B1%96>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%B9>,
        "𦱖"^^xsd:string ;
    rdfs:comment "wolfsbane"@en .

<http://lexvo.org/id/char/26C57> a lvont:Character ;
    lvont:represents "𦱗"^^xsd:string .

<http://lexvo.org/id/char/26C58> a lvont:Character ;
    lvont:represents "𦱘"^^xsd:string .

<http://lexvo.org/id/char/26C59> a lvont:Character ;
    lvont:represents "𦱙"^^xsd:string .

<http://lexvo.org/id/char/26C5A> a lvont:Character ;
    lvont:represents "𦱚"^^xsd:string .

<http://lexvo.org/id/char/26C5B> a lvont:Character ;
    lvont:represents "𦱛"^^xsd:string .

<http://lexvo.org/id/char/26C5C> a lvont:Character ;
    lvont:represents "𦱜"^^xsd:string .

<http://lexvo.org/id/char/26C5D> a lvont:Character ;
    lvont:represents "𦱝"^^xsd:string .

<http://lexvo.org/id/char/26C5E> a lvont:Character ;
    lvont:represents "𦱞"^^xsd:string .

<http://lexvo.org/id/char/26C5F> a lvont:Character ;
    lvont:represents "𦱟"^^xsd:string .

<http://lexvo.org/id/char/26C6> a lvont:Character ;
    lvont:represents "⛆"^^xsd:string ;
    rdfs:comment "RAIN"@en .

<http://lexvo.org/id/char/26C60> a lvont:Character ;
    lvont:represents "𦱠"^^xsd:string .

<http://lexvo.org/id/char/26C61> a lvont:Character ;
    lvont:represents "𦱡"^^xsd:string .

<http://lexvo.org/id/char/26C62> a lvont:Character ;
    lvont:represents "𦱢"^^xsd:string .

<http://lexvo.org/id/char/26C63> a lvont:Character ;
    lvont:represents "𦱣"^^xsd:string .

<http://lexvo.org/id/char/26C64> a lvont:Character ;
    lvont:represents "𦱤"^^xsd:string .

<http://lexvo.org/id/char/26C65> a lvont:Character ;
    lvont:represents "𦱥"^^xsd:string .

<http://lexvo.org/id/char/26C66> a lvont:Character ;
    lvont:represents "𦱦"^^xsd:string .

<http://lexvo.org/id/char/26C67> a lvont:Character ;
    lvont:represents "𦱧"^^xsd:string .

<http://lexvo.org/id/char/26C68> a lvont:Character ;
    lvont:represents "𦱨"^^xsd:string .

<http://lexvo.org/id/char/26C69> a lvont:Character ;
    lvont:represents "𦱩"^^xsd:string .

<http://lexvo.org/id/char/26C6A> a lvont:Character ;
    lvont:represents "𦱪"^^xsd:string .

<http://lexvo.org/id/char/26C6B> a lvont:Character ;
    lvont:represents "𦱫"^^xsd:string .

<http://lexvo.org/id/char/26C6C> a lvont:Character ;
    lvont:represents "𦱬"^^xsd:string .

<http://lexvo.org/id/char/26C6D> a lvont:Character ;
    lvont:represents "𦱭"^^xsd:string .

<http://lexvo.org/id/char/26C6E> a lvont:Character ;
    lvont:represents "𦱮"^^xsd:string .

<http://lexvo.org/id/char/26C6F> a lvont:Character ;
    lvont:represents "𦱯"^^xsd:string .

<http://lexvo.org/id/char/26C7> a lvont:Character ;
    lvont:represents "⛇"^^xsd:string ;
    rdfs:comment "BLACK SNOWMAN"@en .

<http://lexvo.org/id/char/26C70> a lvont:Character ;
    lvont:represents "𦱰"^^xsd:string .

<http://lexvo.org/id/char/26C71> a lvont:Character ;
    lvont:represents "𦱱"^^xsd:string .

<http://lexvo.org/id/char/26C72> a lvont:Character ;
    lvont:represents "𦱲"^^xsd:string .

<http://lexvo.org/id/char/26C73> a lvont:Character ;
    lvont:represents "𦱳"^^xsd:string .

<http://lexvo.org/id/char/26C74> a lvont:Character ;
    lvont:represents "𦱴"^^xsd:string .

<http://lexvo.org/id/char/26C75> a lvont:Character ;
    lvont:represents "𦱵"^^xsd:string .

<http://lexvo.org/id/char/26C76> a lvont:Character ;
    lvont:represents "𦱶"^^xsd:string .

<http://lexvo.org/id/char/26C77> a lvont:Character ;
    lvont:represents "𦱷"^^xsd:string .

<http://lexvo.org/id/char/26C78> a lvont:Character ;
    lvont:represents "𦱸"^^xsd:string .

<http://lexvo.org/id/char/26C79> a lvont:Character ;
    lvont:represents "𦱹"^^xsd:string .

<http://lexvo.org/id/char/26C7A> a lvont:Character ;
    lvont:represents "𦱺"^^xsd:string .

<http://lexvo.org/id/char/26C7B> a lvont:Character ;
    lvont:represents "𦱻"^^xsd:string .

<http://lexvo.org/id/char/26C7C> a lvont:Character ;
    lvont:represents "𦱼"^^xsd:string .

<http://lexvo.org/id/char/26C7D> a lvont:Character ;
    lvont:represents "𦱽"^^xsd:string .

<http://lexvo.org/id/char/26C7E> a lvont:Character ;
    lvont:represents "𦱾"^^xsd:string .

<http://lexvo.org/id/char/26C7F> a lvont:Character ;
    lvont:represents "𦱿"^^xsd:string .

<http://lexvo.org/id/char/26C8> a lvont:Character ;
    lvont:represents "⛈"^^xsd:string ;
    rdfs:comment "THUNDER CLOUD AND RAIN"@en .

<http://lexvo.org/id/char/26C80> a lvont:Character ;
    lvont:represents "𦲀"^^xsd:string .

<http://lexvo.org/id/char/26C81> a lvont:Character ;
    lvont:represents "𦲁"^^xsd:string .

<http://lexvo.org/id/char/26C82> a lvont:Character ;
    lvont:represents "𦲂"^^xsd:string .

<http://lexvo.org/id/char/26C83> a lvont:Character ;
    lvont:represents "𦲃"^^xsd:string .

<http://lexvo.org/id/char/26C84> a lvont:Character ;
    lvont:represents "𦲄"^^xsd:string .

<http://lexvo.org/id/char/26C85> a lvont:Character ;
    lvont:represents "𦲅"^^xsd:string .

<http://lexvo.org/id/char/26C86> a lvont:Character ;
    lvont:represents "𦲆"^^xsd:string .

<http://lexvo.org/id/char/26C87> a lvont:Character ;
    lvont:represents "𦲇"^^xsd:string .

<http://lexvo.org/id/char/26C88> a lvont:Character ;
    lvont:represents "𦲈"^^xsd:string .

<http://lexvo.org/id/char/26C89> a lvont:Character ;
    lvont:represents "𦲉"^^xsd:string .

<http://lexvo.org/id/char/26C8A> a lvont:Character ;
    lvont:represents "𦲊"^^xsd:string .

<http://lexvo.org/id/char/26C8B> a lvont:Character ;
    lvont:represents "𦲋"^^xsd:string .

<http://lexvo.org/id/char/26C8C> a lvont:Character ;
    lvont:represents "𦲌"^^xsd:string .

<http://lexvo.org/id/char/26C8D> a lvont:Character ;
    lvont:represents "𦲍"^^xsd:string .

<http://lexvo.org/id/char/26C8E> a lvont:Character ;
    lvont:represents "𦲎"^^xsd:string .

<http://lexvo.org/id/char/26C8F> a lvont:Character ;
    lvont:represents "𦲏"^^xsd:string .

<http://lexvo.org/id/char/26C9> a lvont:Character ;
    lvont:represents "⛉"^^xsd:string ;
    rdfs:comment "TURNED WHITE SHOGI PIECE"@en .

<http://lexvo.org/id/char/26C90> a lvont:Character ;
    lvont:represents "𦲐"^^xsd:string .

<http://lexvo.org/id/char/26C91> a lvont:Character ;
    lvont:represents "𦲑"^^xsd:string .

<http://lexvo.org/id/char/26C92> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/nh%C3%A0i>,
        "𦲒"^^xsd:string .

<http://lexvo.org/id/char/26C93> a lvont:Character ;
    lvont:represents "𦲓"^^xsd:string .

<http://lexvo.org/id/char/26C94> a lvont:Character ;
    lvont:represents "𦲔"^^xsd:string .

<http://lexvo.org/id/char/26C95> a lvont:Character ;
    lvont:represents "𦲕"^^xsd:string .

<http://lexvo.org/id/char/26C96> a lvont:Character ;
    lvont:represents "𦲖"^^xsd:string .

<http://lexvo.org/id/char/26C97> a lvont:Character ;
    lvont:represents "𦲗"^^xsd:string .

<http://lexvo.org/id/char/26C98> a lvont:Character ;
    lvont:represents "𦲘"^^xsd:string .

<http://lexvo.org/id/char/26C99> a lvont:Character ;
    lvont:represents "𦲙"^^xsd:string .

<http://lexvo.org/id/char/26C9A> a lvont:Character ;
    lvont:represents "𦲚"^^xsd:string .

<http://lexvo.org/id/char/26C9B> a lvont:Character ;
    lvont:represents "𦲛"^^xsd:string .

<http://lexvo.org/id/char/26C9C> a lvont:Character ;
    lvont:represents "𦲜"^^xsd:string .

<http://lexvo.org/id/char/26C9D> a lvont:Character ;
    lvont:represents "𦲝"^^xsd:string .

<http://lexvo.org/id/char/26C9E> a lvont:Character ;
    lvont:represents "𦲞"^^xsd:string .

<http://lexvo.org/id/char/26C9F> a lvont:Character ;
    lvont:represents "𦲟"^^xsd:string .

<http://lexvo.org/id/char/26CA> a lvont:Character ;
    lvont:represents "⛊"^^xsd:string ;
    rdfs:comment "TURNED BLACK SHOGI PIECE"@en .

<http://lexvo.org/id/char/26CA0> a lvont:Character ;
    lvont:represents "𦲠"^^xsd:string .

<http://lexvo.org/id/char/26CA1> a lvont:Character ;
    lvont:represents "𦲡"^^xsd:string .

<http://lexvo.org/id/char/26CA2> a lvont:Character ;
    lvont:represents "𦲢"^^xsd:string .

<http://lexvo.org/id/char/26CA3> a lvont:Character ;
    lvont:represents "𦲣"^^xsd:string .

<http://lexvo.org/id/char/26CA4> a lvont:Character ;
    lvont:represents "𦲤"^^xsd:string .

<http://lexvo.org/id/char/26CA5> a lvont:Character ;
    lvont:represents "𦲥"^^xsd:string .

<http://lexvo.org/id/char/26CA6> a lvont:Character ;
    lvont:represents "𦲦"^^xsd:string .

<http://lexvo.org/id/char/26CA7> a lvont:Character ;
    lvont:represents "𦲧"^^xsd:string .

<http://lexvo.org/id/char/26CA8> a lvont:Character ;
    lvont:represents "𦲨"^^xsd:string .

<http://lexvo.org/id/char/26CA9> a lvont:Character ;
    lvont:represents "𦲩"^^xsd:string .

<http://lexvo.org/id/char/26CAA> a lvont:Character ;
    lvont:represents "𦲪"^^xsd:string .

<http://lexvo.org/id/char/26CAB> a lvont:Character ;
    lvont:represents "𦲫"^^xsd:string .

<http://lexvo.org/id/char/26CAC> a lvont:Character ;
    lvont:represents "𦲬"^^xsd:string .

<http://lexvo.org/id/char/26CAD> a lvont:Character ;
    lvont:represents "𦲭"^^xsd:string .

<http://lexvo.org/id/char/26CAE> a lvont:Character ;
    lvont:represents "𦲮"^^xsd:string .

<http://lexvo.org/id/char/26CAF> a lvont:Character ;
    lvont:represents "𦲯"^^xsd:string .

<http://lexvo.org/id/char/26CB> a lvont:Character ;
    lvont:represents "⛋"^^xsd:string ;
    rdfs:comment "WHITE DIAMOND IN SQUARE"@en .

<http://lexvo.org/id/char/26CB0> a lvont:Character ;
    lvont:represents "𦲰"^^xsd:string .

<http://lexvo.org/id/char/26CB1> a lvont:Character ;
    lvont:represents "𦲱"^^xsd:string .

<http://lexvo.org/id/char/26CB2> a lvont:Character ;
    lvont:represents "𦲲"^^xsd:string .

<http://lexvo.org/id/char/26CB3> a lvont:Character ;
    lvont:represents "𦲳"^^xsd:string .

<http://lexvo.org/id/char/26CB4> a lvont:Character ;
    lvont:represents "𦲴"^^xsd:string .

<http://lexvo.org/id/char/26CB5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ch%C3%AAnh>,
        "𦲵"^^xsd:string .

<http://lexvo.org/id/char/26CB6> a lvont:Character ;
    lvont:represents "𦲶"^^xsd:string .

<http://lexvo.org/id/char/26CB7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/lei6>,
        <http://lexvo.org/id/term/yue/%F0%A6%B2%B7>,
        "𦲷"^^xsd:string ;
    rdfs:comment "to arrive, enter"@en .

<http://lexvo.org/id/char/26CB8> a lvont:Character ;
    lvont:represents "𦲸"^^xsd:string .

<http://lexvo.org/id/char/26CB9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/r%E1%BA%A1>,
        "𦲹"^^xsd:string .

<http://lexvo.org/id/char/26CBA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/s%E1%BA%A3>,
        "𦲺"^^xsd:string .

<http://lexvo.org/id/char/26CBB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/r%C6%A1m>,
        "𦲻"^^xsd:string .

<http://lexvo.org/id/char/26CBC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ng%C3%B3>,
        "𦲼"^^xsd:string .

<http://lexvo.org/id/char/26CBD> a lvont:Character ;
    lvont:represents "𦲽"^^xsd:string .

<http://lexvo.org/id/char/26CBE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/m%C6%B0%E1%BB%9Bp>,
        "𦲾"^^xsd:string .

<http://lexvo.org/id/char/26CBF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/l%C3%A1>,
        "𦲿"^^xsd:string .

<http://lexvo.org/id/char/26CC> a lvont:Character ;
    lvont:represents "⛌"^^xsd:string ;
    rdfs:comment "CROSSING LANES"@en .

<http://lexvo.org/id/char/26CC0> a lvont:Character ;
    lvont:represents "𦳀"^^xsd:string .

<http://lexvo.org/id/char/26CC1> a lvont:Character ;
    lvont:represents "𦳁"^^xsd:string .

<http://lexvo.org/id/char/26CC2> a lvont:Character ;
    lvont:represents "𦳂"^^xsd:string .

<http://lexvo.org/id/char/26CC3> a lvont:Character ;
    lvont:represents "𦳃"^^xsd:string .

<http://lexvo.org/id/char/26CC4> a lvont:Character ;
    lvont:represents "𦳄"^^xsd:string .

<http://lexvo.org/id/char/26CC5> a lvont:Character ;
    lvont:represents "𦳅"^^xsd:string .

<http://lexvo.org/id/char/26CC6> a lvont:Character ;
    lvont:represents "𦳆"^^xsd:string .

<http://lexvo.org/id/char/26CC7> a lvont:Character ;
    lvont:represents "𦳇"^^xsd:string .

<http://lexvo.org/id/char/26CC8> a lvont:Character ;
    lvont:represents "𦳈"^^xsd:string .

<http://lexvo.org/id/char/26CC9> a lvont:Character ;
    lvont:represents "𦳉"^^xsd:string .

<http://lexvo.org/id/char/26CCA> a lvont:Character ;
    lvont:represents "𦳊"^^xsd:string .

<http://lexvo.org/id/char/26CCB> a lvont:Character ;
    lvont:represents "𦳋"^^xsd:string .

<http://lexvo.org/id/char/26CCC> a lvont:Character ;
    lvont:represents "𦳌"^^xsd:string .

<http://lexvo.org/id/char/26CCD> a lvont:Character ;
    lvont:represents "𦳍"^^xsd:string .

<http://lexvo.org/id/char/26CCE> a lvont:Character ;
    lvont:represents "𦳎"^^xsd:string .

<http://lexvo.org/id/char/26CCF> a lvont:Character ;
    lvont:represents "𦳏"^^xsd:string .

<http://lexvo.org/id/char/26CD> a lvont:Character ;
    lvont:represents "⛍"^^xsd:string ;
    rdfs:comment "DISABLED CAR"@en .

<http://lexvo.org/id/char/26CD0> a lvont:Character ;
    lvont:represents "𦳐"^^xsd:string .

<http://lexvo.org/id/char/26CD1> a lvont:Character ;
    lvont:represents "𦳑"^^xsd:string .

<http://lexvo.org/id/char/26CD2> a lvont:Character ;
    lvont:represents "𦳒"^^xsd:string .

<http://lexvo.org/id/char/26CD3> a lvont:Character ;
    lvont:represents "𦳓"^^xsd:string .

<http://lexvo.org/id/char/26CD4> a lvont:Character ;
    lvont:represents "𦳔"^^xsd:string .

<http://lexvo.org/id/char/26CD5> a lvont:Character ;
    lvont:represents "𦳕"^^xsd:string .

<http://lexvo.org/id/char/26CD6> a lvont:Character ;
    lvont:represents "𦳖"^^xsd:string .

<http://lexvo.org/id/char/26CD7> a lvont:Character ;
    lvont:represents "𦳗"^^xsd:string .

<http://lexvo.org/id/char/26CD8> a lvont:Character ;
    lvont:represents "𦳘"^^xsd:string .

<http://lexvo.org/id/char/26CD9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/tr%C3%A9>,
        "𦳙"^^xsd:string .

<http://lexvo.org/id/char/26CDA> a lvont:Character ;
    lvont:represents "𦳚"^^xsd:string .

<http://lexvo.org/id/char/26CDB> a lvont:Character ;
    lvont:represents "𦳛"^^xsd:string .

<http://lexvo.org/id/char/26CDC> a lvont:Character ;
    lvont:represents "𦳜"^^xsd:string .

<http://lexvo.org/id/char/26CDD> a lvont:Character ;
    lvont:represents "𦳝"^^xsd:string .

<http://lexvo.org/id/char/26CDE> a lvont:Character ;
    lvont:represents "𦳞"^^xsd:string .

<http://lexvo.org/id/char/26CDF> a lvont:Character ;
    lvont:represents "𦳟"^^xsd:string .

<http://lexvo.org/id/char/26CE> a lvont:Character ;
    lvont:represents "⛎"^^xsd:string ;
    rdfs:comment "OPHIUCHUS"@en .

<http://lexvo.org/id/char/26CE0> a lvont:Character ;
    lvont:represents "𦳠"^^xsd:string .

<http://lexvo.org/id/char/26CE1> a lvont:Character ;
    lvont:represents "𦳡"^^xsd:string .

<http://lexvo.org/id/char/26CE2> a lvont:Character ;
    lvont:represents "𦳢"^^xsd:string .

<http://lexvo.org/id/char/26CE3> a lvont:Character ;
    lvont:represents "𦳣"^^xsd:string .

<http://lexvo.org/id/char/26CE4> a lvont:Character ;
    lvont:represents "𦳤"^^xsd:string .

<http://lexvo.org/id/char/26CE5> a lvont:Character ;
    lvont:represents "𦳥"^^xsd:string .

<http://lexvo.org/id/char/26CE6> a lvont:Character ;
    lvont:represents "𦳦"^^xsd:string .

<http://lexvo.org/id/char/26CE7> a lvont:Character ;
    lvont:represents "𦳧"^^xsd:string .

<http://lexvo.org/id/char/26CE8> a lvont:Character ;
    lvont:represents "𦳨"^^xsd:string .

<http://lexvo.org/id/char/26CE9> a lvont:Character ;
    lvont:represents "𦳩"^^xsd:string .

<http://lexvo.org/id/char/26CEA> a lvont:Character ;
    lvont:represents "𦳪"^^xsd:string .

<http://lexvo.org/id/char/26CEB> a lvont:Character ;
    lvont:represents "𦳫"^^xsd:string .

<http://lexvo.org/id/char/26CEC> a lvont:Character ;
    lvont:represents "𦳬"^^xsd:string .

<http://lexvo.org/id/char/26CED> a lvont:Character ;
    lvont:represents "𦳭"^^xsd:string .

<http://lexvo.org/id/char/26CEE> a lvont:Character ;
    lvont:represents "𦳮"^^xsd:string .

<http://lexvo.org/id/char/26CEF> a lvont:Character ;
    lvont:represents "𦳯"^^xsd:string .

<http://lexvo.org/id/char/26CF> a lvont:Character ;
    lvont:represents "⛏"^^xsd:string ;
    rdfs:comment "PICK"@en .

<http://lexvo.org/id/char/26CF0> a lvont:Character ;
    lvont:represents "𦳰"^^xsd:string .

<http://lexvo.org/id/char/26CF1> a lvont:Character ;
    lvont:represents "𦳱"^^xsd:string .

<http://lexvo.org/id/char/26CF2> a lvont:Character ;
    lvont:represents "𦳲"^^xsd:string .

<http://lexvo.org/id/char/26CF3> a lvont:Character ;
    lvont:represents "𦳳"^^xsd:string .

<http://lexvo.org/id/char/26CF4> a lvont:Character ;
    lvont:represents "𦳴"^^xsd:string .

<http://lexvo.org/id/char/26CF5> a lvont:Character ;
    lvont:represents "𦳵"^^xsd:string .

<http://lexvo.org/id/char/26CF6> a lvont:Character ;
    lvont:represents "𦳶"^^xsd:string .

<http://lexvo.org/id/char/26CF7> a lvont:Character ;
    lvont:represents "𦳷"^^xsd:string .

<http://lexvo.org/id/char/26CF8> a lvont:Character ;
    lvont:represents "𦳸"^^xsd:string .

<http://lexvo.org/id/char/26CF9> a lvont:Character ;
    lvont:represents "𦳹"^^xsd:string .

<http://lexvo.org/id/char/26CFA> a lvont:Character ;
    lvont:represents "𦳺"^^xsd:string .

<http://lexvo.org/id/char/26CFB> a lvont:Character ;
    lvont:represents "𦳻"^^xsd:string .

<http://lexvo.org/id/char/26CFC> a lvont:Character ;
    lvont:represents "𦳼"^^xsd:string .

<http://lexvo.org/id/char/26CFD> a lvont:Character ;
    lvont:represents "𦳽"^^xsd:string .

<http://lexvo.org/id/char/26CFE> a lvont:Character ;
    lvont:represents "𦳾"^^xsd:string .

<http://lexvo.org/id/char/26CFF> a lvont:Character ;
    lvont:represents "𦳿"^^xsd:string .

<http://lexvo.org/id/char/26D0> a lvont:Character ;
    lvont:represents "⛐"^^xsd:string ;
    rdfs:comment "CAR SLIDING"@en .

<http://lexvo.org/id/char/26D00> a lvont:Character ;
    lvont:represents "𦴀"^^xsd:string .

<http://lexvo.org/id/char/26D01> a lvont:Character ;
    lvont:represents "𦴁"^^xsd:string .

<http://lexvo.org/id/char/26D02> a lvont:Character ;
    lvont:represents "𦴂"^^xsd:string .

<http://lexvo.org/id/char/26D03> a lvont:Character ;
    lvont:represents "𦴃"^^xsd:string .

<http://lexvo.org/id/char/26D04> a lvont:Character ;
    lvont:represents "𦴄"^^xsd:string .

<http://lexvo.org/id/char/26D05> a lvont:Character ;
    lvont:represents "𦴅"^^xsd:string .

<http://lexvo.org/id/char/26D06> a lvont:Character ;
    lvont:represents "𦴆"^^xsd:string .

<http://lexvo.org/id/char/26D07> a lvont:Character ;
    lvont:represents "𦴇"^^xsd:string .

<http://lexvo.org/id/char/26D08> a lvont:Character ;
    lvont:represents "𦴈"^^xsd:string .

<http://lexvo.org/id/char/26D09> a lvont:Character ;
    lvont:represents "𦴉"^^xsd:string .

<http://lexvo.org/id/char/26D0A> a lvont:Character ;
    lvont:represents "𦴊"^^xsd:string .

<http://lexvo.org/id/char/26D0B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/m%E1%BB%91ng>,
        "𦴋"^^xsd:string .

<http://lexvo.org/id/char/26D0C> a lvont:Character ;
    lvont:represents "𦴌"^^xsd:string .

<http://lexvo.org/id/char/26D0D> a lvont:Character ;
    lvont:represents "𦴍"^^xsd:string .

<http://lexvo.org/id/char/26D0E> a lvont:Character ;
    lvont:represents "𦴎"^^xsd:string .

<http://lexvo.org/id/char/26D0F> a lvont:Character ;
    lvont:represents "𦴏"^^xsd:string .

<http://lexvo.org/id/char/26D1> a lvont:Character ;
    lvont:represents "⛑"^^xsd:string ;
    rdfs:comment "HELMET WITH WHITE CROSS"@en .

<http://lexvo.org/id/char/26D10> a lvont:Character ;
    lvont:represents "𦴐"^^xsd:string .

<http://lexvo.org/id/char/26D11> a lvont:Character ;
    lvont:represents "𦴑"^^xsd:string .

<http://lexvo.org/id/char/26D12> a lvont:Character ;
    lvont:represents "𦴒"^^xsd:string .

<http://lexvo.org/id/char/26D13> a lvont:Character ;
    lvont:represents "𦴓"^^xsd:string .

<http://lexvo.org/id/char/26D14> a lvont:Character ;
    lvont:represents "𦴔"^^xsd:string .

<http://lexvo.org/id/char/26D15> a lvont:Character ;
    lvont:represents "𦴕"^^xsd:string .

<http://lexvo.org/id/char/26D16> a lvont:Character ;
    lvont:represents "𦴖"^^xsd:string .

<http://lexvo.org/id/char/26D17> a lvont:Character ;
    lvont:represents "𦴗"^^xsd:string .

<http://lexvo.org/id/char/26D18> a lvont:Character ;
    lvont:represents "𦴘"^^xsd:string .

<http://lexvo.org/id/char/26D19> a lvont:Character ;
    lvont:represents "𦴙"^^xsd:string .

<http://lexvo.org/id/char/26D1A> a lvont:Character ;
    lvont:represents "𦴚"^^xsd:string .

<http://lexvo.org/id/char/26D1B> a lvont:Character ;
    lvont:represents "𦴛"^^xsd:string .

<http://lexvo.org/id/char/26D1C> a lvont:Character ;
    lvont:represents "𦴜"^^xsd:string .

<http://lexvo.org/id/char/26D1D> a lvont:Character ;
    lvont:represents "𦴝"^^xsd:string .

<http://lexvo.org/id/char/26D1E> a lvont:Character ;
    lvont:represents "𦴞"^^xsd:string .

<http://lexvo.org/id/char/26D1F> a lvont:Character ;
    lvont:represents "𦴟"^^xsd:string .

<http://lexvo.org/id/char/26D2> a lvont:Character ;
    lvont:represents "⛒"^^xsd:string ;
    rdfs:comment "CIRCLED CROSSING LANES"@en .

<http://lexvo.org/id/char/26D20> a lvont:Character ;
    lvont:represents "𦴠"^^xsd:string .

<http://lexvo.org/id/char/26D21> a lvont:Character ;
    lvont:represents "𦴡"^^xsd:string .

<http://lexvo.org/id/char/26D22> a lvont:Character ;
    lvont:represents "𦴢"^^xsd:string .

<http://lexvo.org/id/char/26D23> a lvont:Character ;
    lvont:represents "𦴣"^^xsd:string .

<http://lexvo.org/id/char/26D24> a lvont:Character ;
    lvont:represents "𦴤"^^xsd:string .

<http://lexvo.org/id/char/26D25> a lvont:Character ;
    lvont:represents "𦴥"^^xsd:string .

<http://lexvo.org/id/char/26D26> a lvont:Character ;
    lvont:represents "𦴦"^^xsd:string .

<http://lexvo.org/id/char/26D27> a lvont:Character ;
    lvont:represents "𦴧"^^xsd:string .

<http://lexvo.org/id/char/26D28> a lvont:Character ;
    lvont:represents "𦴨"^^xsd:string .

<http://lexvo.org/id/char/26D29> a lvont:Character ;
    lvont:represents "𦴩"^^xsd:string .

<http://lexvo.org/id/char/26D2A> a lvont:Character ;
    lvont:represents "𦴪"^^xsd:string .

<http://lexvo.org/id/char/26D2B> a lvont:Character ;
    lvont:represents "𦴫"^^xsd:string .

<http://lexvo.org/id/char/26D2C> a lvont:Character ;
    lvont:represents "𦴬"^^xsd:string .

<http://lexvo.org/id/char/26D2D> a lvont:Character ;
    lvont:represents "𦴭"^^xsd:string .

<http://lexvo.org/id/char/26D2E> a lvont:Character ;
    lvont:represents "𦴮"^^xsd:string .

<http://lexvo.org/id/char/26D2F> a lvont:Character ;
    lvont:represents "𦴯"^^xsd:string .

<http://lexvo.org/id/char/26D3> a lvont:Character ;
    lvont:represents "⛓"^^xsd:string ;
    rdfs:comment "CHAINS"@en .

<http://lexvo.org/id/char/26D30> a lvont:Character ;
    lvont:represents "𦴰"^^xsd:string .

<http://lexvo.org/id/char/26D31> a lvont:Character ;
    lvont:represents "𦴱"^^xsd:string .

<http://lexvo.org/id/char/26D32> a lvont:Character ;
    lvont:represents "𦴲"^^xsd:string .

<http://lexvo.org/id/char/26D33> a lvont:Character ;
    lvont:represents "𦴳"^^xsd:string .

<http://lexvo.org/id/char/26D34> a lvont:Character ;
    lvont:represents "𦴴"^^xsd:string .

<http://lexvo.org/id/char/26D35> a lvont:Character ;
    lvont:represents "𦴵"^^xsd:string .

<http://lexvo.org/id/char/26D36> a lvont:Character ;
    lvont:represents "𦴶"^^xsd:string .

<http://lexvo.org/id/char/26D37> a lvont:Character ;
    lvont:represents "𦴷"^^xsd:string .

<http://lexvo.org/id/char/26D38> a lvont:Character ;
    lvont:represents "𦴸"^^xsd:string .

<http://lexvo.org/id/char/26D39> a lvont:Character ;
    lvont:represents "𦴹"^^xsd:string .

<http://lexvo.org/id/char/26D3A> a lvont:Character ;
    lvont:represents "𦴺"^^xsd:string .

<http://lexvo.org/id/char/26D3B> a lvont:Character ;
    lvont:represents "𦴻"^^xsd:string .

<http://lexvo.org/id/char/26D3C> a lvont:Character ;
    lvont:represents "𦴼"^^xsd:string .

<http://lexvo.org/id/char/26D3D> a lvont:Character ;
    lvont:represents "𦴽"^^xsd:string .

<http://lexvo.org/id/char/26D3E> a lvont:Character ;
    lvont:represents "𦴾"^^xsd:string .

<http://lexvo.org/id/char/26D3F> a lvont:Character ;
    lvont:represents "𦴿"^^xsd:string .

<http://lexvo.org/id/char/26D4> a lvont:Character ;
    lvont:represents "⛔"^^xsd:string ;
    rdfs:comment "NO ENTRY"@en .

<http://lexvo.org/id/char/26D40> a lvont:Character ;
    lvont:represents "𦵀"^^xsd:string .

<http://lexvo.org/id/char/26D41> a lvont:Character ;
    lvont:represents "𦵁"^^xsd:string .

<http://lexvo.org/id/char/26D42> a lvont:Character ;
    lvont:represents "𦵂"^^xsd:string .

<http://lexvo.org/id/char/26D43> a lvont:Character ;
    lvont:represents "𦵃"^^xsd:string .

<http://lexvo.org/id/char/26D44> a lvont:Character ;
    lvont:represents "𦵄"^^xsd:string .

<http://lexvo.org/id/char/26D45> a lvont:Character ;
    lvont:represents "𦵅"^^xsd:string .

<http://lexvo.org/id/char/26D46> a lvont:Character ;
    lvont:represents "𦵆"^^xsd:string .

<http://lexvo.org/id/char/26D47> a lvont:Character ;
    lvont:represents "𦵇"^^xsd:string .

<http://lexvo.org/id/char/26D48> a lvont:Character ;
    lvont:represents "𦵈"^^xsd:string .

<http://lexvo.org/id/char/26D49> a lvont:Character ;
    lvont:represents "𦵉"^^xsd:string .

<http://lexvo.org/id/char/26D4A> a lvont:Character ;
    lvont:represents "𦵊"^^xsd:string .

<http://lexvo.org/id/char/26D4B> a lvont:Character ;
    lvont:represents "𦵋"^^xsd:string .

<http://lexvo.org/id/char/26D4C> a lvont:Character ;
    lvont:represents "𦵌"^^xsd:string .

<http://lexvo.org/id/char/26D4D> a lvont:Character ;
    lvont:represents "𦵍"^^xsd:string .

<http://lexvo.org/id/char/26D4E> a lvont:Character ;
    lvont:represents "𦵎"^^xsd:string .

<http://lexvo.org/id/char/26D4F> a lvont:Character ;
    lvont:represents "𦵏"^^xsd:string .

<http://lexvo.org/id/char/26D5> a lvont:Character ;
    lvont:represents "⛕"^^xsd:string ;
    rdfs:comment "ALTERNATE ONE-WAY LEFT WAY TRAFFIC"@en .

<http://lexvo.org/id/char/26D50> a lvont:Character ;
    lvont:represents "𦵐"^^xsd:string .

<http://lexvo.org/id/char/26D51> a lvont:Character ;
    lvont:represents "𦵑"^^xsd:string .

<http://lexvo.org/id/char/26D52> a lvont:Character ;
    lvont:represents "𦵒"^^xsd:string .

<http://lexvo.org/id/char/26D53> a lvont:Character ;
    lvont:represents "𦵓"^^xsd:string .

<http://lexvo.org/id/char/26D54> a lvont:Character ;
    lvont:represents "𦵔"^^xsd:string .

<http://lexvo.org/id/char/26D55> a lvont:Character ;
    lvont:represents "𦵕"^^xsd:string .

<http://lexvo.org/id/char/26D56> a lvont:Character ;
    lvont:represents "𦵖"^^xsd:string .

<http://lexvo.org/id/char/26D57> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/k%C3%A9>,
        "𦵗"^^xsd:string .

<http://lexvo.org/id/char/26D58> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/s%E1%BA%A3>,
        "𦵘"^^xsd:string .

<http://lexvo.org/id/char/26D59> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/nh%E1%BB%B1a>,
        "𦵙"^^xsd:string .

<http://lexvo.org/id/char/26D5A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/n%E1%BB%A5>,
        "𦵚"^^xsd:string .

<http://lexvo.org/id/char/26D5B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/%C4%91%E1%BB%91t>,
        "𦵛"^^xsd:string .

<http://lexvo.org/id/char/26D5C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/r%C3%A1y>,
        "𦵜"^^xsd:string .

<http://lexvo.org/id/char/26D5D> a lvont:Character ;
    lvont:represents "𦵝"^^xsd:string .

<http://lexvo.org/id/char/26D5E> a lvont:Character ;
    lvont:represents "𦵞"^^xsd:string .

<http://lexvo.org/id/char/26D5F> a lvont:Character ;
    lvont:represents "𦵟"^^xsd:string .

<http://lexvo.org/id/char/26D6> a lvont:Character ;
    lvont:represents "⛖"^^xsd:string ;
    rdfs:comment "BLACK TWO-WAY LEFT WAY TRAFFIC"@en .

<http://lexvo.org/id/char/26D60> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/h%E1%BA%B9>,
        "𦵠"^^xsd:string .

<http://lexvo.org/id/char/26D61> a lvont:Character ;
    lvont:represents "𦵡"^^xsd:string .

<http://lexvo.org/id/char/26D62> a lvont:Character ;
    lvont:represents "𦵢"^^xsd:string .

<http://lexvo.org/id/char/26D63> a lvont:Character ;
    lvont:represents "𦵣"^^xsd:string .

<http://lexvo.org/id/char/26D64> a lvont:Character ;
    lvont:represents "𦵤"^^xsd:string .

<http://lexvo.org/id/char/26D65> a lvont:Character ;
    lvont:represents "𦵥"^^xsd:string .

<http://lexvo.org/id/char/26D66> a lvont:Character ;
    lvont:represents "𦵦"^^xsd:string .

<http://lexvo.org/id/char/26D67> a lvont:Character ;
    lvont:represents "𦵧"^^xsd:string .

<http://lexvo.org/id/char/26D68> a lvont:Character ;
    lvont:represents "𦵨"^^xsd:string .

<http://lexvo.org/id/char/26D69> a lvont:Character ;
    lvont:represents "𦵩"^^xsd:string .

<http://lexvo.org/id/char/26D6A> a lvont:Character ;
    lvont:represents "𦵪"^^xsd:string .

<http://lexvo.org/id/char/26D6B> a lvont:Character ;
    lvont:represents "𦵫"^^xsd:string .

<http://lexvo.org/id/char/26D6C> a lvont:Character ;
    lvont:represents "𦵬"^^xsd:string .

<http://lexvo.org/id/char/26D6D> a lvont:Character ;
    lvont:represents "𦵭"^^xsd:string .

<http://lexvo.org/id/char/26D6E> a lvont:Character ;
    lvont:represents "𦵮"^^xsd:string .

<http://lexvo.org/id/char/26D6F> a lvont:Character ;
    lvont:represents "𦵯"^^xsd:string .

<http://lexvo.org/id/char/26D7> a lvont:Character ;
    lvont:represents "⛗"^^xsd:string ;
    rdfs:comment "WHITE TWO-WAY LEFT WAY TRAFFIC"@en .

<http://lexvo.org/id/char/26D70> a lvont:Character ;
    lvont:represents "𦵰"^^xsd:string .

<http://lexvo.org/id/char/26D71> a lvont:Character ;
    lvont:represents "𦵱"^^xsd:string .

<http://lexvo.org/id/char/26D72> a lvont:Character ;
    lvont:represents "𦵲"^^xsd:string .

<http://lexvo.org/id/char/26D73> a lvont:Character ;
    lvont:represents "𦵳"^^xsd:string .

<http://lexvo.org/id/char/26D74> a lvont:Character ;
    lvont:represents "𦵴"^^xsd:string .

<http://lexvo.org/id/char/26D75> a lvont:Character ;
    lvont:represents "𦵵"^^xsd:string .

<http://lexvo.org/id/char/26D76> a lvont:Character ;
    lvont:represents "𦵶"^^xsd:string .

<http://lexvo.org/id/char/26D77> a lvont:Character ;
    lvont:represents "𦵷"^^xsd:string .

<http://lexvo.org/id/char/26D78> a lvont:Character ;
    lvont:represents "𦵸"^^xsd:string .

<http://lexvo.org/id/char/26D79> a lvont:Character ;
    lvont:represents "𦵹"^^xsd:string .

<http://lexvo.org/id/char/26D7A> a lvont:Character ;
    lvont:represents "𦵺"^^xsd:string .

<http://lexvo.org/id/char/26D7B> a lvont:Character ;
    lvont:represents "𦵻"^^xsd:string .

<http://lexvo.org/id/char/26D7C> a lvont:Character ;
    lvont:represents "𦵼"^^xsd:string .

<http://lexvo.org/id/char/26D7D> a lvont:Character ;
    lvont:represents "𦵽"^^xsd:string .

<http://lexvo.org/id/char/26D7E> a lvont:Character ;
    lvont:represents "𦵾"^^xsd:string .

<http://lexvo.org/id/char/26D7F> a lvont:Character ;
    lvont:represents "𦵿"^^xsd:string .

<http://lexvo.org/id/char/26D8> a lvont:Character ;
    lvont:represents "⛘"^^xsd:string ;
    rdfs:comment "BLACK LEFT LANE MERGE"@en .

<http://lexvo.org/id/char/26D80> a lvont:Character ;
    lvont:represents "𦶀"^^xsd:string .

<http://lexvo.org/id/char/26D81> a lvont:Character ;
    lvont:represents "𦶁"^^xsd:string .

<http://lexvo.org/id/char/26D82> a lvont:Character ;
    lvont:represents "𦶂"^^xsd:string .

<http://lexvo.org/id/char/26D83> a lvont:Character ;
    lvont:represents "𦶃"^^xsd:string .

<http://lexvo.org/id/char/26D84> a lvont:Character ;
    lvont:represents "𦶄"^^xsd:string .

<http://lexvo.org/id/char/26D85> a lvont:Character ;
    lvont:represents "𦶅"^^xsd:string .

<http://lexvo.org/id/char/26D86> a lvont:Character ;
    lvont:represents "𦶆"^^xsd:string .

<http://lexvo.org/id/char/26D87> a lvont:Character ;
    lvont:represents "𦶇"^^xsd:string .

<http://lexvo.org/id/char/26D88> a lvont:Character ;
    lvont:represents "𦶈"^^xsd:string .

<http://lexvo.org/id/char/26D89> a lvont:Character ;
    lvont:represents "𦶉"^^xsd:string .

<http://lexvo.org/id/char/26D8A> a lvont:Character ;
    lvont:represents "𦶊"^^xsd:string .

<http://lexvo.org/id/char/26D8B> a lvont:Character ;
    lvont:represents "𦶋"^^xsd:string .

<http://lexvo.org/id/char/26D8C> a lvont:Character ;
    lvont:represents "𦶌"^^xsd:string .

<http://lexvo.org/id/char/26D8D> a lvont:Character ;
    lvont:represents "𦶍"^^xsd:string .

<http://lexvo.org/id/char/26D8E> a lvont:Character ;
    lvont:represents "𦶎"^^xsd:string .

<http://lexvo.org/id/char/26D8F> a lvont:Character ;
    lvont:represents "𦶏"^^xsd:string .

<http://lexvo.org/id/char/26D9> a lvont:Character ;
    lvont:represents "⛙"^^xsd:string ;
    rdfs:comment "WHITE LEFT LANE MERGE"@en .

<http://lexvo.org/id/char/26D90> a lvont:Character ;
    lvont:represents "𦶐"^^xsd:string .

<http://lexvo.org/id/char/26D91> a lvont:Character ;
    lvont:represents "𦶑"^^xsd:string .

<http://lexvo.org/id/char/26D92> a lvont:Character ;
    lvont:represents "𦶒"^^xsd:string .

<http://lexvo.org/id/char/26D93> a lvont:Character ;
    lvont:represents "𦶓"^^xsd:string .

<http://lexvo.org/id/char/26D94> a lvont:Character ;
    lvont:represents "𦶔"^^xsd:string .

<http://lexvo.org/id/char/26D95> a lvont:Character ;
    lvont:represents "𦶕"^^xsd:string .

<http://lexvo.org/id/char/26D96> a lvont:Character ;
    lvont:represents "𦶖"^^xsd:string .

<http://lexvo.org/id/char/26D97> a lvont:Character ;
    lvont:represents "𦶗"^^xsd:string .

<http://lexvo.org/id/char/26D98> a lvont:Character ;
    lvont:represents "𦶘"^^xsd:string .

<http://lexvo.org/id/char/26D99> a lvont:Character ;
    lvont:represents "𦶙"^^xsd:string .

<http://lexvo.org/id/char/26D9A> a lvont:Character ;
    lvont:represents "𦶚"^^xsd:string .

<http://lexvo.org/id/char/26D9B> a lvont:Character ;
    lvont:represents "𦶛"^^xsd:string .

<http://lexvo.org/id/char/26D9C> a lvont:Character ;
    lvont:represents "𦶜"^^xsd:string .

<http://lexvo.org/id/char/26D9D> a lvont:Character ;
    lvont:represents "𦶝"^^xsd:string .

<http://lexvo.org/id/char/26D9E> a lvont:Character ;
    lvont:represents "𦶞"^^xsd:string .

<http://lexvo.org/id/char/26D9F> a lvont:Character ;
    lvont:represents "𦶟"^^xsd:string .

<http://lexvo.org/id/char/26DA> a lvont:Character ;
    lvont:represents "⛚"^^xsd:string ;
    rdfs:comment "DRIVE SLOW SIGN"@en .

<http://lexvo.org/id/char/26DA0> a lvont:Character ;
    lvont:represents "𦶠"^^xsd:string .

<http://lexvo.org/id/char/26DA1> a lvont:Character ;
    lvont:represents "𦶡"^^xsd:string .

<http://lexvo.org/id/char/26DA2> a lvont:Character ;
    lvont:represents "𦶢"^^xsd:string .

<http://lexvo.org/id/char/26DA3> a lvont:Character ;
    lvont:represents "𦶣"^^xsd:string .

<http://lexvo.org/id/char/26DA4> a lvont:Character ;
    lvont:represents "𦶤"^^xsd:string .

<http://lexvo.org/id/char/26DA5> a lvont:Character ;
    lvont:represents "𦶥"^^xsd:string .

<http://lexvo.org/id/char/26DA6> a lvont:Character ;
    lvont:represents "𦶦"^^xsd:string .

<http://lexvo.org/id/char/26DA7> a lvont:Character ;
    lvont:represents "𦶧"^^xsd:string .

<http://lexvo.org/id/char/26DA8> a lvont:Character ;
    lvont:represents "𦶨"^^xsd:string .

<http://lexvo.org/id/char/26DA9> a lvont:Character ;
    lvont:represents "𦶩"^^xsd:string .

<http://lexvo.org/id/char/26DAA> a lvont:Character ;
    lvont:represents "𦶪"^^xsd:string .

<http://lexvo.org/id/char/26DAB> a lvont:Character ;
    lvont:represents "𦶫"^^xsd:string .

<http://lexvo.org/id/char/26DAC> a lvont:Character ;
    lvont:represents "𦶬"^^xsd:string .

<http://lexvo.org/id/char/26DAD> a lvont:Character ;
    lvont:represents "𦶭"^^xsd:string .

<http://lexvo.org/id/char/26DAE> a lvont:Character ;
    lvont:represents "𦶮"^^xsd:string .

<http://lexvo.org/id/char/26DAF> a lvont:Character ;
    lvont:represents "𦶯"^^xsd:string .

<http://lexvo.org/id/char/26DB> a lvont:Character ;
    lvont:represents "⛛"^^xsd:string ;
    rdfs:comment "HEAVY WHITE DOWN-POINTING TRIANGLE"@en .

<http://lexvo.org/id/char/26DB0> a lvont:Character ;
    lvont:represents "𦶰"^^xsd:string .

<http://lexvo.org/id/char/26DB1> a lvont:Character ;
    lvont:represents "𦶱"^^xsd:string .

<http://lexvo.org/id/char/26DB2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%F0%A6%B6%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C3%B2u>,
        "𦶲"^^xsd:string ;
    rdfs:comment "cardamom seeds"@en .

<http://lexvo.org/id/char/26DB3> a lvont:Character ;
    lvont:represents "𦶳"^^xsd:string .

<http://lexvo.org/id/char/26DB4> a lvont:Character ;
    lvont:represents "𦶴"^^xsd:string .

<http://lexvo.org/id/char/26DB5> a lvont:Character ;
    lvont:represents "𦶵"^^xsd:string .

<http://lexvo.org/id/char/26DB6> a lvont:Character ;
    lvont:represents "𦶶"^^xsd:string .

<http://lexvo.org/id/char/26DB7> a lvont:Character ;
    lvont:represents "𦶷"^^xsd:string .

<http://lexvo.org/id/char/26DB8> a lvont:Character ;
    lvont:represents "𦶸"^^xsd:string .

<http://lexvo.org/id/char/26DB9> a lvont:Character ;
    lvont:represents "𦶹"^^xsd:string .

<http://lexvo.org/id/char/26DBA> a lvont:Character ;
    lvont:represents "𦶺"^^xsd:string .

<http://lexvo.org/id/char/26DBB> a lvont:Character ;
    lvont:represents "𦶻"^^xsd:string .

<http://lexvo.org/id/char/26DBC> a lvont:Character ;
    lvont:represents "𦶼"^^xsd:string .

<http://lexvo.org/id/char/26DBD> a lvont:Character ;
    lvont:represents "𦶽"^^xsd:string .

<http://lexvo.org/id/char/26DBE> a lvont:Character ;
    lvont:represents "𦶾"^^xsd:string .

<http://lexvo.org/id/char/26DBF> a lvont:Character ;
    lvont:represents "𦶿"^^xsd:string .

<http://lexvo.org/id/char/26DC> a lvont:Character ;
    lvont:represents "⛜"^^xsd:string ;
    rdfs:comment "LEFT CLOSED ENTRY"@en .

<http://lexvo.org/id/char/26DC0> a lvont:Character ;
    lvont:represents "𦷀"^^xsd:string .

<http://lexvo.org/id/char/26DC1> a lvont:Character ;
    lvont:represents "𦷁"^^xsd:string .

<http://lexvo.org/id/char/26DC2> a lvont:Character ;
    lvont:represents "𦷂"^^xsd:string .

<http://lexvo.org/id/char/26DC3> a lvont:Character ;
    lvont:represents "𦷃"^^xsd:string .

<http://lexvo.org/id/char/26DC4> a lvont:Character ;
    lvont:represents "𦷄"^^xsd:string .

<http://lexvo.org/id/char/26DC5> a lvont:Character ;
    lvont:represents "𦷅"^^xsd:string .

<http://lexvo.org/id/char/26DC6> a lvont:Character ;
    lvont:represents "𦷆"^^xsd:string .

<http://lexvo.org/id/char/26DC7> a lvont:Character ;
    lvont:represents "𦷇"^^xsd:string .

<http://lexvo.org/id/char/26DC8> a lvont:Character ;
    lvont:represents "𦷈"^^xsd:string .

<http://lexvo.org/id/char/26DC9> a lvont:Character ;
    lvont:represents "𦷉"^^xsd:string .

<http://lexvo.org/id/char/26DCA> a lvont:Character ;
    lvont:represents "𦷊"^^xsd:string .

<http://lexvo.org/id/char/26DCB> a lvont:Character ;
    lvont:represents "𦷋"^^xsd:string .

<http://lexvo.org/id/char/26DCC> a lvont:Character ;
    lvont:represents "𦷌"^^xsd:string .

<http://lexvo.org/id/char/26DCD> a lvont:Character ;
    lvont:represents "𦷍"^^xsd:string .

<http://lexvo.org/id/char/26DCE> a lvont:Character ;
    lvont:represents "𦷎"^^xsd:string .

<http://lexvo.org/id/char/26DCF> a lvont:Character ;
    lvont:represents "𦷏"^^xsd:string .

<http://lexvo.org/id/char/26DD> a lvont:Character ;
    lvont:represents "⛝"^^xsd:string ;
    rdfs:comment "SQUARED SALTIRE"@en .

<http://lexvo.org/id/char/26DD0> a lvont:Character ;
    lvont:represents "𦷐"^^xsd:string .

<http://lexvo.org/id/char/26DD1> a lvont:Character ;
    lvont:represents "𦷑"^^xsd:string .

<http://lexvo.org/id/char/26DD2> a lvont:Character ;
    lvont:represents "𦷒"^^xsd:string .

<http://lexvo.org/id/char/26DD3> a lvont:Character ;
    lvont:represents "𦷓"^^xsd:string .

<http://lexvo.org/id/char/26DD4> a lvont:Character ;
    lvont:represents "𦷔"^^xsd:string .

<http://lexvo.org/id/char/26DD5> a lvont:Character ;
    lvont:represents "𦷕"^^xsd:string .

<http://lexvo.org/id/char/26DD6> a lvont:Character ;
    lvont:represents "𦷖"^^xsd:string .

<http://lexvo.org/id/char/26DD7> a lvont:Character ;
    lvont:represents "𦷗"^^xsd:string .

<http://lexvo.org/id/char/26DD8> a lvont:Character ;
    lvont:represents "𦷘"^^xsd:string .

<http://lexvo.org/id/char/26DD9> a lvont:Character ;
    lvont:represents "𦷙"^^xsd:string .

<http://lexvo.org/id/char/26DDA> a lvont:Character ;
    lvont:represents "𦷚"^^xsd:string .

<http://lexvo.org/id/char/26DDB> a lvont:Character ;
    lvont:represents "𦷛"^^xsd:string .

<http://lexvo.org/id/char/26DDC> a lvont:Character ;
    lvont:represents "𦷜"^^xsd:string .

<http://lexvo.org/id/char/26DDD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%F0%A6%B7%9D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%BA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/co1>,
        <http://lexvo.org/id/term/yue/%F0%A6%B7%9D>,
        "𦷝"^^xsd:string ;
    rdfs:comment "to cut grass; hay"@en .

<http://lexvo.org/id/char/26DDE> a lvont:Character ;
    lvont:represents "𦷞"^^xsd:string .

<http://lexvo.org/id/char/26DDF> a lvont:Character ;
    lvont:represents "𦷟"^^xsd:string .

<http://lexvo.org/id/char/26DE> a lvont:Character ;
    lvont:represents "⛞"^^xsd:string ;
    rdfs:comment "FALLING DIAGONAL IN WHITE CIRCLE IN BLACK SQUARE"@en .

<http://lexvo.org/id/char/26DE0> a lvont:Character ;
    lvont:represents "𦷠"^^xsd:string .

<http://lexvo.org/id/char/26DE1> a lvont:Character ;
    lvont:represents "𦷡"^^xsd:string .

<http://lexvo.org/id/char/26DE2> a lvont:Character ;
    lvont:represents "𦷢"^^xsd:string .

<http://lexvo.org/id/char/26DE3> a lvont:Character ;
    lvont:represents "𦷣"^^xsd:string .

<http://lexvo.org/id/char/26DE4> a lvont:Character ;
    lvont:represents "𦷤"^^xsd:string .

<http://lexvo.org/id/char/26DE5> a lvont:Character ;
    lvont:represents "𦷥"^^xsd:string .

<http://lexvo.org/id/char/26DE6> a lvont:Character ;
    lvont:represents "𦷦"^^xsd:string .

<http://lexvo.org/id/char/26DE7> a lvont:Character ;
    lvont:represents "𦷧"^^xsd:string .

<http://lexvo.org/id/char/26DE8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ch%C3%A8>,
        "𦷨"^^xsd:string .

<http://lexvo.org/id/char/26DE9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/b%E1%BB%91m>,
        "𦷩"^^xsd:string .

<http://lexvo.org/id/char/26DEA> a lvont:Character ;
    lvont:represents "𦷪"^^xsd:string .

<http://lexvo.org/id/char/26DEB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/h%C3%A1i>,
        "𦷫"^^xsd:string .

<http://lexvo.org/id/char/26DEC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/b%C3%AD>,
        "𦷬"^^xsd:string .

<http://lexvo.org/id/char/26DED> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/c%C3%B3i>,
        "𦷭"^^xsd:string .

<http://lexvo.org/id/char/26DEE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ng%E1%BB%95>,
        "𦷮"^^xsd:string .

<http://lexvo.org/id/char/26DEF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/m%C3%A0i>,
        "𦷯"^^xsd:string .

<http://lexvo.org/id/char/26DF> a lvont:Character ;
    lvont:represents "⛟"^^xsd:string ;
    rdfs:comment "BLACK TRUCK"@en .

<http://lexvo.org/id/char/26DF0> a lvont:Character ;
    lvont:represents "𦷰"^^xsd:string .

<http://lexvo.org/id/char/26DF1> a lvont:Character ;
    lvont:represents "𦷱"^^xsd:string .

<http://lexvo.org/id/char/26DF2> a lvont:Character ;
    lvont:represents "𦷲"^^xsd:string .

<http://lexvo.org/id/char/26DF3> a lvont:Character ;
    lvont:represents "𦷳"^^xsd:string .

<http://lexvo.org/id/char/26DF4> a lvont:Character ;
    lvont:represents "𦷴"^^xsd:string .

<http://lexvo.org/id/char/26DF5> a lvont:Character ;
    lvont:represents "𦷵"^^xsd:string .

<http://lexvo.org/id/char/26DF6> a lvont:Character ;
    lvont:represents "𦷶"^^xsd:string .

<http://lexvo.org/id/char/26DF7> a lvont:Character ;
    lvont:represents "𦷷"^^xsd:string .

<http://lexvo.org/id/char/26DF8> a lvont:Character ;
    lvont:represents "𦷸"^^xsd:string .

<http://lexvo.org/id/char/26DF9> a lvont:Character ;
    lvont:represents "𦷹"^^xsd:string .

<http://lexvo.org/id/char/26DFA> a lvont:Character ;
    lvont:represents "𦷺"^^xsd:string .

<http://lexvo.org/id/char/26DFB> a lvont:Character ;
    lvont:represents "𦷻"^^xsd:string .

<http://lexvo.org/id/char/26DFC> a lvont:Character ;
    lvont:represents "𦷼"^^xsd:string .

<http://lexvo.org/id/char/26DFD> a lvont:Character ;
    lvont:represents "𦷽"^^xsd:string .

<http://lexvo.org/id/char/26DFE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/%C4%91%E1%BA%A5y>,
        "𦷾"^^xsd:string .

<http://lexvo.org/id/char/26DFF> a lvont:Character ;
    lvont:represents "𦷿"^^xsd:string .

<http://lexvo.org/id/char/26E0> a lvont:Character ;
    lvont:represents "⛠"^^xsd:string ;
    rdfs:comment "RESTRICTED LEFT ENTRY-1"@en .

<http://lexvo.org/id/char/26E00> a lvont:Character ;
    lvont:represents "𦸀"^^xsd:string .

<http://lexvo.org/id/char/26E01> a lvont:Character ;
    lvont:represents "𦸁"^^xsd:string .

<http://lexvo.org/id/char/26E02> a lvont:Character ;
    lvont:represents "𦸂"^^xsd:string .

<http://lexvo.org/id/char/26E03> a lvont:Character ;
    lvont:represents "𦸃"^^xsd:string .

<http://lexvo.org/id/char/26E04> a lvont:Character ;
    lvont:represents "𦸄"^^xsd:string .

<http://lexvo.org/id/char/26E05> a lvont:Character ;
    lvont:represents "𦸅"^^xsd:string .

<http://lexvo.org/id/char/26E06> a lvont:Character ;
    lvont:represents "𦸆"^^xsd:string .

<http://lexvo.org/id/char/26E07> a lvont:Character ;
    lvont:represents "𦸇"^^xsd:string .

<http://lexvo.org/id/char/26E08> a lvont:Character ;
    lvont:represents "𦸈"^^xsd:string .

<http://lexvo.org/id/char/26E09> a lvont:Character ;
    lvont:represents "𦸉"^^xsd:string .

<http://lexvo.org/id/char/26E0A> a lvont:Character ;
    lvont:represents "𦸊"^^xsd:string .

<http://lexvo.org/id/char/26E0B> a lvont:Character ;
    lvont:represents "𦸋"^^xsd:string .

<http://lexvo.org/id/char/26E0C> a lvont:Character ;
    lvont:represents "𦸌"^^xsd:string .

<http://lexvo.org/id/char/26E0D> a lvont:Character ;
    lvont:represents "𦸍"^^xsd:string .

<http://lexvo.org/id/char/26E0E> a lvont:Character ;
    lvont:represents "𦸎"^^xsd:string .

<http://lexvo.org/id/char/26E0F> a lvont:Character ;
    lvont:represents "𦸏"^^xsd:string .

<http://lexvo.org/id/char/26E1> a lvont:Character ;
    lvont:represents "⛡"^^xsd:string ;
    rdfs:comment "RESTRICTED LEFT ENTRY-2"@en .

<http://lexvo.org/id/char/26E10> a lvont:Character ;
    lvont:represents "𦸐"^^xsd:string .

<http://lexvo.org/id/char/26E11> a lvont:Character ;
    lvont:represents "𦸑"^^xsd:string .

<http://lexvo.org/id/char/26E12> a lvont:Character ;
    lvont:represents "𦸒"^^xsd:string .

<http://lexvo.org/id/char/26E13> a lvont:Character ;
    lvont:represents "𦸓"^^xsd:string .

<http://lexvo.org/id/char/26E14> a lvont:Character ;
    lvont:represents "𦸔"^^xsd:string .

<http://lexvo.org/id/char/26E15> a lvont:Character ;
    lvont:represents "𦸕"^^xsd:string .

<http://lexvo.org/id/char/26E16> a lvont:Character ;
    lvont:represents "𦸖"^^xsd:string .

<http://lexvo.org/id/char/26E17> a lvont:Character ;
    lvont:represents "𦸗"^^xsd:string .

<http://lexvo.org/id/char/26E18> a lvont:Character ;
    lvont:represents "𦸘"^^xsd:string .

<http://lexvo.org/id/char/26E19> a lvont:Character ;
    lvont:represents "𦸙"^^xsd:string .

<http://lexvo.org/id/char/26E1A> a lvont:Character ;
    lvont:represents "𦸚"^^xsd:string .

<http://lexvo.org/id/char/26E1B> a lvont:Character ;
    lvont:represents "𦸛"^^xsd:string .

<http://lexvo.org/id/char/26E1C> a lvont:Character ;
    lvont:represents "𦸜"^^xsd:string .

<http://lexvo.org/id/char/26E1D> a lvont:Character ;
    lvont:represents "𦸝"^^xsd:string .

<http://lexvo.org/id/char/26E1E> a lvont:Character ;
    lvont:represents "𦸞"^^xsd:string .

<http://lexvo.org/id/char/26E1F> a lvont:Character ;
    lvont:represents "𦸟"^^xsd:string .

<http://lexvo.org/id/char/26E2> a lvont:Character ;
    lvont:represents "⛢"^^xsd:string ;
    rdfs:comment "ASTRONOMICAL SYMBOL FOR URANUS"@en .

<http://lexvo.org/id/char/26E20> a lvont:Character ;
    lvont:represents "𦸠"^^xsd:string .

<http://lexvo.org/id/char/26E21> a lvont:Character ;
    lvont:represents "𦸡"^^xsd:string .

<http://lexvo.org/id/char/26E22> a lvont:Character ;
    lvont:represents "𦸢"^^xsd:string .

<http://lexvo.org/id/char/26E23> a lvont:Character ;
    lvont:represents "𦸣"^^xsd:string .

<http://lexvo.org/id/char/26E24> a lvont:Character ;
    lvont:represents "𦸤"^^xsd:string .

<http://lexvo.org/id/char/26E25> a lvont:Character ;
    lvont:represents "𦸥"^^xsd:string .

<http://lexvo.org/id/char/26E26> a lvont:Character ;
    lvont:represents "𦸦"^^xsd:string .

<http://lexvo.org/id/char/26E27> a lvont:Character ;
    lvont:represents "𦸧"^^xsd:string .

<http://lexvo.org/id/char/26E28> a lvont:Character ;
    lvont:represents "𦸨"^^xsd:string .

<http://lexvo.org/id/char/26E29> a lvont:Character ;
    lvont:represents "𦸩"^^xsd:string .

<http://lexvo.org/id/char/26E2A> a lvont:Character ;
    lvont:represents "𦸪"^^xsd:string .

<http://lexvo.org/id/char/26E2B> a lvont:Character ;
    lvont:represents "𦸫"^^xsd:string .

<http://lexvo.org/id/char/26E2C> a lvont:Character ;
    lvont:represents "𦸬"^^xsd:string .

<http://lexvo.org/id/char/26E2D> a lvont:Character ;
    lvont:represents "𦸭"^^xsd:string .

<http://lexvo.org/id/char/26E2E> a lvont:Character ;
    lvont:represents "𦸮"^^xsd:string .

<http://lexvo.org/id/char/26E2F> a lvont:Character ;
    lvont:represents "𦸯"^^xsd:string .

<http://lexvo.org/id/char/26E3> a lvont:Character ;
    lvont:represents "⛣"^^xsd:string ;
    rdfs:comment "HEAVY CIRCLE WITH STROKE AND TWO DOTS ABOVE"@en .

<http://lexvo.org/id/char/26E30> a lvont:Character ;
    lvont:represents "𦸰"^^xsd:string .

<http://lexvo.org/id/char/26E31> a lvont:Character ;
    lvont:represents "𦸱"^^xsd:string .

<http://lexvo.org/id/char/26E32> a lvont:Character ;
    lvont:represents "𦸲"^^xsd:string .

<http://lexvo.org/id/char/26E33> a lvont:Character ;
    lvont:represents "𦸳"^^xsd:string .

<http://lexvo.org/id/char/26E34> a lvont:Character ;
    lvont:represents "𦸴"^^xsd:string .

<http://lexvo.org/id/char/26E35> a lvont:Character ;
    lvont:represents "𦸵"^^xsd:string .

<http://lexvo.org/id/char/26E36> a lvont:Character ;
    lvont:represents "𦸶"^^xsd:string .

<http://lexvo.org/id/char/26E37> a lvont:Character ;
    lvont:represents "𦸷"^^xsd:string .

<http://lexvo.org/id/char/26E38> a lvont:Character ;
    lvont:represents "𦸸"^^xsd:string .

<http://lexvo.org/id/char/26E39> a lvont:Character ;
    lvont:represents "𦸹"^^xsd:string .

<http://lexvo.org/id/char/26E3A> a lvont:Character ;
    lvont:represents "𦸺"^^xsd:string .

<http://lexvo.org/id/char/26E3B> a lvont:Character ;
    lvont:represents "𦸻"^^xsd:string .

<http://lexvo.org/id/char/26E3C> a lvont:Character ;
    lvont:represents "𦸼"^^xsd:string .

<http://lexvo.org/id/char/26E3D> a lvont:Character ;
    lvont:represents "𦸽"^^xsd:string .

<http://lexvo.org/id/char/26E3E> a lvont:Character ;
    lvont:represents "𦸾"^^xsd:string .

<http://lexvo.org/id/char/26E3F> a lvont:Character ;
    lvont:represents "𦸿"^^xsd:string .

<http://lexvo.org/id/char/26E4> a lvont:Character ;
    lvont:represents "⛤"^^xsd:string ;
    rdfs:comment "PENTAGRAM"@en .

<http://lexvo.org/id/char/26E40> a lvont:Character ;
    lvont:represents "𦹀"^^xsd:string .

<http://lexvo.org/id/char/26E41> a lvont:Character ;
    lvont:represents "𦹁"^^xsd:string .

<http://lexvo.org/id/char/26E42> a lvont:Character ;
    lvont:represents "𦹂"^^xsd:string .

<http://lexvo.org/id/char/26E43> a lvont:Character ;
    lvont:represents "𦹃"^^xsd:string .

<http://lexvo.org/id/char/26E44> a lvont:Character ;
    lvont:represents "𦹄"^^xsd:string .

<http://lexvo.org/id/char/26E45> a lvont:Character ;
    lvont:represents "𦹅"^^xsd:string .

<http://lexvo.org/id/char/26E46> a lvont:Character ;
    lvont:represents "𦹆"^^xsd:string .

<http://lexvo.org/id/char/26E47> a lvont:Character ;
    lvont:represents "𦹇"^^xsd:string .

<http://lexvo.org/id/char/26E48> a lvont:Character ;
    lvont:represents "𦹈"^^xsd:string .

<http://lexvo.org/id/char/26E49> a lvont:Character ;
    lvont:represents "𦹉"^^xsd:string .

<http://lexvo.org/id/char/26E4A> a lvont:Character ;
    lvont:represents "𦹊"^^xsd:string .

<http://lexvo.org/id/char/26E4B> a lvont:Character ;
    lvont:represents "𦹋"^^xsd:string .

<http://lexvo.org/id/char/26E4C> a lvont:Character ;
    lvont:represents "𦹌"^^xsd:string .

<http://lexvo.org/id/char/26E4D> a lvont:Character ;
    lvont:represents "𦹍"^^xsd:string .

<http://lexvo.org/id/char/26E4E> a lvont:Character ;
    lvont:represents "𦹎"^^xsd:string .

<http://lexvo.org/id/char/26E4F> a lvont:Character ;
    lvont:represents "𦹏"^^xsd:string .

<http://lexvo.org/id/char/26E5> a lvont:Character ;
    lvont:represents "⛥"^^xsd:string ;
    rdfs:comment "RIGHT-HANDED INTERLACED PENTAGRAM"@en .

<http://lexvo.org/id/char/26E50> a lvont:Character ;
    lvont:represents "𦹐"^^xsd:string .

<http://lexvo.org/id/char/26E51> a lvont:Character ;
    lvont:represents "𦹑"^^xsd:string .

<http://lexvo.org/id/char/26E52> a lvont:Character ;
    lvont:represents "𦹒"^^xsd:string .

<http://lexvo.org/id/char/26E53> a lvont:Character ;
    lvont:represents "𦹓"^^xsd:string .

<http://lexvo.org/id/char/26E54> a lvont:Character ;
    lvont:represents "𦹔"^^xsd:string .

<http://lexvo.org/id/char/26E55> a lvont:Character ;
    lvont:represents "𦹕"^^xsd:string .

<http://lexvo.org/id/char/26E56> a lvont:Character ;
    lvont:represents "𦹖"^^xsd:string .

<http://lexvo.org/id/char/26E57> a lvont:Character ;
    lvont:represents "𦹗"^^xsd:string .

<http://lexvo.org/id/char/26E58> a lvont:Character ;
    lvont:represents "𦹘"^^xsd:string .

<http://lexvo.org/id/char/26E59> a lvont:Character ;
    lvont:represents "𦹙"^^xsd:string .

<http://lexvo.org/id/char/26E5A> a lvont:Character ;
    lvont:represents "𦹚"^^xsd:string .

<http://lexvo.org/id/char/26E5B> a lvont:Character ;
    lvont:represents "𦹛"^^xsd:string .

<http://lexvo.org/id/char/26E5C> a lvont:Character ;
    lvont:represents "𦹜"^^xsd:string .

<http://lexvo.org/id/char/26E5D> a lvont:Character ;
    lvont:represents "𦹝"^^xsd:string .

<http://lexvo.org/id/char/26E5E> a lvont:Character ;
    lvont:represents "𦹞"^^xsd:string .

<http://lexvo.org/id/char/26E5F> a lvont:Character ;
    lvont:represents "𦹟"^^xsd:string .

<http://lexvo.org/id/char/26E6> a lvont:Character ;
    lvont:represents "⛦"^^xsd:string ;
    rdfs:comment "LEFT-HANDED INTERLACED PENTAGRAM"@en .

<http://lexvo.org/id/char/26E60> a lvont:Character ;
    lvont:represents "𦹠"^^xsd:string .

<http://lexvo.org/id/char/26E61> a lvont:Character ;
    lvont:represents "𦹡"^^xsd:string .

<http://lexvo.org/id/char/26E62> a lvont:Character ;
    lvont:represents "𦹢"^^xsd:string .

<http://lexvo.org/id/char/26E63> a lvont:Character ;
    lvont:represents "𦹣"^^xsd:string .

<http://lexvo.org/id/char/26E64> a lvont:Character ;
    lvont:represents "𦹤"^^xsd:string .

<http://lexvo.org/id/char/26E65> a lvont:Character ;
    lvont:represents "𦹥"^^xsd:string .

<http://lexvo.org/id/char/26E66> a lvont:Character ;
    lvont:represents "𦹦"^^xsd:string .

<http://lexvo.org/id/char/26E67> a lvont:Character ;
    lvont:represents "𦹧"^^xsd:string .

<http://lexvo.org/id/char/26E68> a lvont:Character ;
    lvont:represents "𦹨"^^xsd:string .

<http://lexvo.org/id/char/26E69> a lvont:Character ;
    lvont:represents "𦹩"^^xsd:string .

<http://lexvo.org/id/char/26E6A> a lvont:Character ;
    lvont:represents "𦹪"^^xsd:string .

<http://lexvo.org/id/char/26E6B> a lvont:Character ;
    lvont:represents "𦹫"^^xsd:string .

<http://lexvo.org/id/char/26E6C> a lvont:Character ;
    lvont:represents "𦹬"^^xsd:string .

<http://lexvo.org/id/char/26E6D> a lvont:Character ;
    lvont:represents "𦹭"^^xsd:string .

<http://lexvo.org/id/char/26E6E> a lvont:Character ;
    lvont:represents "𦹮"^^xsd:string .

<http://lexvo.org/id/char/26E6F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/c%E1%BB%8F>,
        "𦹯"^^xsd:string .

<http://lexvo.org/id/char/26E7> a lvont:Character ;
    lvont:represents "⛧"^^xsd:string ;
    rdfs:comment "INVERTED PENTAGRAM"@en .

<http://lexvo.org/id/char/26E70> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/m%E1%BA%A7m>,
        "𦹰"^^xsd:string .

<http://lexvo.org/id/char/26E71> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/g%E1%BB%ABng>,
        "𦹱"^^xsd:string .

<http://lexvo.org/id/char/26E72> a lvont:Character ;
    lvont:represents "𦹲"^^xsd:string .

<http://lexvo.org/id/char/26E73> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/th%C6%A1m>,
        "𦹳"^^xsd:string .

<http://lexvo.org/id/char/26E74> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/b%C3%ACm>,
        "𦹴"^^xsd:string .

<http://lexvo.org/id/char/26E75> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/c%E1%BB%8F>,
        "𦹵"^^xsd:string .

<http://lexvo.org/id/char/26E76> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/v%E1%BB%91i>,
        "𦹶"^^xsd:string .

<http://lexvo.org/id/char/26E77> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/b%E1%BB%A5i>,
        "𦹷"^^xsd:string .

<http://lexvo.org/id/char/26E78> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/d%E1%BB%81n>,
        "𦹸"^^xsd:string .

<http://lexvo.org/id/char/26E79> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/nh%C3%A0i>,
        "𦹹"^^xsd:string .

<http://lexvo.org/id/char/26E7A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/r%C3%A1c>,
        "𦹺"^^xsd:string .

<http://lexvo.org/id/char/26E7B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/d%C3%A2m>,
        "𦹻"^^xsd:string .

<http://lexvo.org/id/char/26E7C> a lvont:Character ;
    lvont:represents "𦹼"^^xsd:string .

<http://lexvo.org/id/char/26E7D> a lvont:Character ;
    lvont:represents "𦹽"^^xsd:string .

<http://lexvo.org/id/char/26E7E> a lvont:Character ;
    lvont:represents "𦹾"^^xsd:string .

<http://lexvo.org/id/char/26E7F> a lvont:Character ;
    lvont:represents "𦹿"^^xsd:string .

<http://lexvo.org/id/char/26E8> a lvont:Character ;
    lvont:represents "⛨"^^xsd:string ;
    rdfs:comment "BLACK CROSS ON SHIELD"@en .

<http://lexvo.org/id/char/26E80> a lvont:Character ;
    lvont:represents "𦺀"^^xsd:string .

<http://lexvo.org/id/char/26E81> a lvont:Character ;
    lvont:represents "𦺁"^^xsd:string .

<http://lexvo.org/id/char/26E82> a lvont:Character ;
    lvont:represents "𦺂"^^xsd:string .

<http://lexvo.org/id/char/26E83> a lvont:Character ;
    lvont:represents "𦺃"^^xsd:string .

<http://lexvo.org/id/char/26E84> a lvont:Character ;
    lvont:represents "𦺄"^^xsd:string .

<http://lexvo.org/id/char/26E85> a lvont:Character ;
    lvont:represents "𦺅"^^xsd:string .

<http://lexvo.org/id/char/26E86> a lvont:Character ;
    lvont:represents "𦺆"^^xsd:string .

<http://lexvo.org/id/char/26E87> a lvont:Character ;
    lvont:represents "𦺇"^^xsd:string .

<http://lexvo.org/id/char/26E88> a lvont:Character ;
    lvont:represents "𦺈"^^xsd:string .

<http://lexvo.org/id/char/26E89> a lvont:Character ;
    lvont:represents "𦺉"^^xsd:string .

<http://lexvo.org/id/char/26E8A> a lvont:Character ;
    lvont:represents "𦺊"^^xsd:string .

<http://lexvo.org/id/char/26E8B> a lvont:Character ;
    lvont:represents "𦺋"^^xsd:string .

<http://lexvo.org/id/char/26E8C> a lvont:Character ;
    lvont:represents "𦺌"^^xsd:string .

<http://lexvo.org/id/char/26E8D> a lvont:Character ;
    lvont:represents "𦺍"^^xsd:string .

<http://lexvo.org/id/char/26E8E> a lvont:Character ;
    lvont:represents "𦺎"^^xsd:string .

<http://lexvo.org/id/char/26E8F> a lvont:Character ;
    lvont:represents "𦺏"^^xsd:string .

<http://lexvo.org/id/char/26E9> a lvont:Character ;
    lvont:represents "⛩"^^xsd:string ;
    rdfs:comment "SHINTO SHRINE"@en .

<http://lexvo.org/id/char/26E90> a lvont:Character ;
    lvont:represents "𦺐"^^xsd:string .

<http://lexvo.org/id/char/26E91> a lvont:Character ;
    lvont:represents "𦺑"^^xsd:string .

<http://lexvo.org/id/char/26E92> a lvont:Character ;
    lvont:represents "𦺒"^^xsd:string .

<http://lexvo.org/id/char/26E93> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/tr%E1%BA%A7u>,
        "𦺓"^^xsd:string .

<http://lexvo.org/id/char/26E94> a lvont:Character ;
    lvont:represents "𦺔"^^xsd:string .

<http://lexvo.org/id/char/26E95> a lvont:Character ;
    lvont:represents "𦺕"^^xsd:string .

<http://lexvo.org/id/char/26E96> a lvont:Character ;
    lvont:represents "𦺖"^^xsd:string .

<http://lexvo.org/id/char/26E97> a lvont:Character ;
    lvont:represents "𦺗"^^xsd:string .

<http://lexvo.org/id/char/26E98> a lvont:Character ;
    lvont:represents "𦺘"^^xsd:string .

<http://lexvo.org/id/char/26E99> a lvont:Character ;
    lvont:represents "𦺙"^^xsd:string .

<http://lexvo.org/id/char/26E9A> a lvont:Character ;
    lvont:represents "𦺚"^^xsd:string .

<http://lexvo.org/id/char/26E9B> a lvont:Character ;
    lvont:represents "𦺛"^^xsd:string .

<http://lexvo.org/id/char/26E9C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%F0%A6%BA%9C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%A0o%20l%C3%A1o>,
        "𦺜"^^xsd:string ;
    rdfs:comment "to weed; a plant"@en .

<http://lexvo.org/id/char/26E9D> a lvont:Character ;
    lvont:represents "𦺝"^^xsd:string .

<http://lexvo.org/id/char/26E9E> a lvont:Character ;
    lvont:represents "𦺞"^^xsd:string .

<http://lexvo.org/id/char/26E9F> a lvont:Character ;
    lvont:represents "𦺟"^^xsd:string .

<http://lexvo.org/id/char/26EA> a lvont:Character ;
    lvont:represents "⛪"^^xsd:string ;
    rdfs:comment "CHURCH"@en .

<http://lexvo.org/id/char/26EA0> a lvont:Character ;
    lvont:represents "𦺠"^^xsd:string .

<http://lexvo.org/id/char/26EA1> a lvont:Character ;
    lvont:represents "𦺡"^^xsd:string .

<http://lexvo.org/id/char/26EA2> a lvont:Character ;
    lvont:represents "𦺢"^^xsd:string .

<http://lexvo.org/id/char/26EA3> a lvont:Character ;
    lvont:represents "𦺣"^^xsd:string .

<http://lexvo.org/id/char/26EA4> a lvont:Character ;
    lvont:represents "𦺤"^^xsd:string .

<http://lexvo.org/id/char/26EA5> a lvont:Character ;
    lvont:represents "𦺥"^^xsd:string .

<http://lexvo.org/id/char/26EA6> a lvont:Character ;
    lvont:represents "𦺦"^^xsd:string .

<http://lexvo.org/id/char/26EA7> a lvont:Character ;
    lvont:represents "𦺧"^^xsd:string .

<http://lexvo.org/id/char/26EA8> a lvont:Character ;
    lvont:represents "𦺨"^^xsd:string .

<http://lexvo.org/id/char/26EA9> a lvont:Character ;
    lvont:represents "𦺩"^^xsd:string .

<http://lexvo.org/id/char/26EAA> a lvont:Character ;
    lvont:represents "𦺪"^^xsd:string .

<http://lexvo.org/id/char/26EAB> a lvont:Character ;
    lvont:represents "𦺫"^^xsd:string .

<http://lexvo.org/id/char/26EAC> a lvont:Character ;
    lvont:represents "𦺬"^^xsd:string .

<http://lexvo.org/id/char/26EAD> a lvont:Character ;
    lvont:represents "𦺭"^^xsd:string .

<http://lexvo.org/id/char/26EAE> a lvont:Character ;
    lvont:represents "𦺮"^^xsd:string .

<http://lexvo.org/id/char/26EAF> a lvont:Character ;
    lvont:represents "𦺯"^^xsd:string .

<http://lexvo.org/id/char/26EB> a lvont:Character ;
    lvont:represents "⛫"^^xsd:string ;
    rdfs:comment "CASTLE"@en .

<http://lexvo.org/id/char/26EB0> a lvont:Character ;
    lvont:represents "𦺰"^^xsd:string .

<http://lexvo.org/id/char/26EB1> a lvont:Character ;
    lvont:represents "𦺱"^^xsd:string .

<http://lexvo.org/id/char/26EB2> a lvont:Character ;
    lvont:represents "𦺲"^^xsd:string .

<http://lexvo.org/id/char/26EB3> a lvont:Character ;
    lvont:represents "𦺳"^^xsd:string .

<http://lexvo.org/id/char/26EB4> a lvont:Character ;
    lvont:represents "𦺴"^^xsd:string .

<http://lexvo.org/id/char/26EB5> a lvont:Character ;
    lvont:represents "𦺵"^^xsd:string .

<http://lexvo.org/id/char/26EB6> a lvont:Character ;
    lvont:represents "𦺶"^^xsd:string .

<http://lexvo.org/id/char/26EB7> a lvont:Character ;
    lvont:represents "𦺷"^^xsd:string .

<http://lexvo.org/id/char/26EB8> a lvont:Character ;
    lvont:represents "𦺸"^^xsd:string .

<http://lexvo.org/id/char/26EB9> a lvont:Character ;
    lvont:represents "𦺹"^^xsd:string .

<http://lexvo.org/id/char/26EBA> a lvont:Character ;
    lvont:represents "𦺺"^^xsd:string .

<http://lexvo.org/id/char/26EBB> a lvont:Character ;
    lvont:represents "𦺻"^^xsd:string .

<http://lexvo.org/id/char/26EBC> a lvont:Character ;
    lvont:represents "𦺼"^^xsd:string .

<http://lexvo.org/id/char/26EBD> a lvont:Character ;
    lvont:represents "𦺽"^^xsd:string .

<http://lexvo.org/id/char/26EBE> a lvont:Character ;
    lvont:represents "𦺾"^^xsd:string .

<http://lexvo.org/id/char/26EBF> a lvont:Character ;
    lvont:represents "𦺿"^^xsd:string .

<http://lexvo.org/id/char/26EC> a lvont:Character ;
    lvont:represents "⛬"^^xsd:string ;
    rdfs:comment "HISTORIC SITE"@en .

<http://lexvo.org/id/char/26EC0> a lvont:Character ;
    lvont:represents "𦻀"^^xsd:string .

<http://lexvo.org/id/char/26EC1> a lvont:Character ;
    lvont:represents "𦻁"^^xsd:string .

<http://lexvo.org/id/char/26EC2> a lvont:Character ;
    lvont:represents "𦻂"^^xsd:string .

<http://lexvo.org/id/char/26EC3> a lvont:Character ;
    lvont:represents "𦻃"^^xsd:string .

<http://lexvo.org/id/char/26EC4> a lvont:Character ;
    lvont:represents "𦻄"^^xsd:string .

<http://lexvo.org/id/char/26EC5> a lvont:Character ;
    lvont:represents "𦻅"^^xsd:string .

<http://lexvo.org/id/char/26EC6> a lvont:Character ;
    lvont:represents "𦻆"^^xsd:string .

<http://lexvo.org/id/char/26EC7> a lvont:Character ;
    lvont:represents "𦻇"^^xsd:string .

<http://lexvo.org/id/char/26EC8> a lvont:Character ;
    lvont:represents "𦻈"^^xsd:string .

<http://lexvo.org/id/char/26EC9> a lvont:Character ;
    lvont:represents "𦻉"^^xsd:string .

<http://lexvo.org/id/char/26ECA> a lvont:Character ;
    lvont:represents "𦻊"^^xsd:string .

<http://lexvo.org/id/char/26ECB> a lvont:Character ;
    lvont:represents "𦻋"^^xsd:string .

<http://lexvo.org/id/char/26ECC> a lvont:Character ;
    lvont:represents "𦻌"^^xsd:string .

<http://lexvo.org/id/char/26ECD> a lvont:Character ;
    lvont:represents "𦻍"^^xsd:string .

<http://lexvo.org/id/char/26ECE> a lvont:Character ;
    lvont:represents "𦻎"^^xsd:string .

<http://lexvo.org/id/char/26ECF> a lvont:Character ;
    lvont:represents "𦻏"^^xsd:string .

<http://lexvo.org/id/char/26ED> a lvont:Character ;
    lvont:represents "⛭"^^xsd:string ;
    rdfs:comment "GEAR WITHOUT HUB"@en .

<http://lexvo.org/id/char/26ED0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/zaau3>,
        <http://lexvo.org/id/term/yue/%F0%A6%BB%90>,
        "𦻐"^^xsd:string ;
    rdfs:comment "(Cant.) to fry in oil"@en .

<http://lexvo.org/id/char/26ED1> a lvont:Character ;
    lvont:represents "𦻑"^^xsd:string .

<http://lexvo.org/id/char/26ED2> a lvont:Character ;
    lvont:represents "𦻒"^^xsd:string .

<http://lexvo.org/id/char/26ED3> a lvont:Character ;
    lvont:represents "𦻓"^^xsd:string .

<http://lexvo.org/id/char/26ED4> a lvont:Character ;
    lvont:represents "𦻔"^^xsd:string .

<http://lexvo.org/id/char/26ED5> a lvont:Character ;
    lvont:represents "𦻕"^^xsd:string .

<http://lexvo.org/id/char/26ED6> a lvont:Character ;
    lvont:represents "𦻖"^^xsd:string .

<http://lexvo.org/id/char/26ED7> a lvont:Character ;
    lvont:represents "𦻗"^^xsd:string .

<http://lexvo.org/id/char/26ED8> a lvont:Character ;
    lvont:represents "𦻘"^^xsd:string .

<http://lexvo.org/id/char/26ED9> a lvont:Character ;
    lvont:represents "𦻙"^^xsd:string .

<http://lexvo.org/id/char/26EDA> a lvont:Character ;
    lvont:represents "𦻚"^^xsd:string .

<http://lexvo.org/id/char/26EDB> a lvont:Character ;
    lvont:represents "𦻛"^^xsd:string .

<http://lexvo.org/id/char/26EDC> a lvont:Character ;
    lvont:represents "𦻜"^^xsd:string .

<http://lexvo.org/id/char/26EDD> a lvont:Character ;
    lvont:represents "𦻝"^^xsd:string .

<http://lexvo.org/id/char/26EDE> a lvont:Character ;
    lvont:represents "𦻞"^^xsd:string .

<http://lexvo.org/id/char/26EDF> a lvont:Character ;
    lvont:represents "𦻟"^^xsd:string .

<http://lexvo.org/id/char/26EE> a lvont:Character ;
    lvont:represents "⛮"^^xsd:string ;
    rdfs:comment "GEAR WITH HANDLES"@en .

<http://lexvo.org/id/char/26EE0> a lvont:Character ;
    lvont:represents "𦻠"^^xsd:string .

<http://lexvo.org/id/char/26EE1> a lvont:Character ;
    lvont:represents "𦻡"^^xsd:string .

<http://lexvo.org/id/char/26EE2> a lvont:Character ;
    lvont:represents "𦻢"^^xsd:string .

<http://lexvo.org/id/char/26EE3> a lvont:Character ;
    lvont:represents "𦻣"^^xsd:string .

<http://lexvo.org/id/char/26EE4> a lvont:Character ;
    lvont:represents "𦻤"^^xsd:string .

<http://lexvo.org/id/char/26EE5> a lvont:Character ;
    lvont:represents "𦻥"^^xsd:string .

<http://lexvo.org/id/char/26EE6> a lvont:Character ;
    lvont:represents "𦻦"^^xsd:string .

<http://lexvo.org/id/char/26EE7> a lvont:Character ;
    lvont:represents "𦻧"^^xsd:string .

<http://lexvo.org/id/char/26EE8> a lvont:Character ;
    lvont:represents "𦻨"^^xsd:string .

<http://lexvo.org/id/char/26EE9> a lvont:Character ;
    lvont:represents "𦻩"^^xsd:string .

<http://lexvo.org/id/char/26EEA> a lvont:Character ;
    lvont:represents "𦻪"^^xsd:string .

<http://lexvo.org/id/char/26EEB> a lvont:Character ;
    lvont:represents "𦻫"^^xsd:string .

<http://lexvo.org/id/char/26EEC> a lvont:Character ;
    lvont:represents "𦻬"^^xsd:string .

<http://lexvo.org/id/char/26EED> a lvont:Character ;
    lvont:represents "𦻭"^^xsd:string .

<http://lexvo.org/id/char/26EEE> a lvont:Character ;
    lvont:represents "𦻮"^^xsd:string .

<http://lexvo.org/id/char/26EEF> a lvont:Character ;
    lvont:represents "𦻯"^^xsd:string .

<http://lexvo.org/id/char/26EF> a lvont:Character ;
    lvont:represents "⛯"^^xsd:string ;
    rdfs:comment "MAP SYMBOL FOR LIGHTHOUSE"@en .

<http://lexvo.org/id/char/26EF0> a lvont:Character ;
    lvont:represents "𦻰"^^xsd:string .

<http://lexvo.org/id/char/26EF1> a lvont:Character ;
    lvont:represents "𦻱"^^xsd:string .

<http://lexvo.org/id/char/26EF2> a lvont:Character ;
    lvont:represents "𦻲"^^xsd:string .

<http://lexvo.org/id/char/26EF3> a lvont:Character ;
    lvont:represents "𦻳"^^xsd:string .

<http://lexvo.org/id/char/26EF4> a lvont:Character ;
    lvont:represents "𦻴"^^xsd:string .

<http://lexvo.org/id/char/26EF5> a lvont:Character ;
    lvont:represents "𦻵"^^xsd:string .

<http://lexvo.org/id/char/26EF6> a lvont:Character ;
    lvont:represents "𦻶"^^xsd:string .

<http://lexvo.org/id/char/26EF7> a lvont:Character ;
    lvont:represents "𦻷"^^xsd:string .

<http://lexvo.org/id/char/26EF8> a lvont:Character ;
    lvont:represents "𦻸"^^xsd:string .

<http://lexvo.org/id/char/26EF9> a lvont:Character ;
    lvont:represents "𦻹"^^xsd:string .

<http://lexvo.org/id/char/26EFA> a lvont:Character ;
    lvont:represents "𦻺"^^xsd:string .

<http://lexvo.org/id/char/26EFB> a lvont:Character ;
    lvont:represents "𦻻"^^xsd:string .

<http://lexvo.org/id/char/26EFC> a lvont:Character ;
    lvont:represents "𦻼"^^xsd:string .

<http://lexvo.org/id/char/26EFD> a lvont:Character ;
    lvont:represents "𦻽"^^xsd:string .

<http://lexvo.org/id/char/26EFE> a lvont:Character ;
    lvont:represents "𦻾"^^xsd:string .

<http://lexvo.org/id/char/26EFF> a lvont:Character ;
    lvont:represents "𦻿"^^xsd:string .

<http://lexvo.org/id/char/26F0> a lvont:Character ;
    lvont:represents "⛰"^^xsd:string ;
    rdfs:comment "MOUNTAIN"@en .

<http://lexvo.org/id/char/26F00> a lvont:Character ;
    lvont:represents "𦼀"^^xsd:string .

<http://lexvo.org/id/char/26F01> a lvont:Character ;
    lvont:represents "𦼁"^^xsd:string .

<http://lexvo.org/id/char/26F02> a lvont:Character ;
    lvont:represents "𦼂"^^xsd:string .

<http://lexvo.org/id/char/26F03> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/s%E1%BA%AFng>,
        "𦼃"^^xsd:string .

<http://lexvo.org/id/char/26F04> a lvont:Character ;
    lvont:represents "𦼄"^^xsd:string .

<http://lexvo.org/id/char/26F05> a lvont:Character ;
    lvont:represents "𦼅"^^xsd:string .

<http://lexvo.org/id/char/26F06> a lvont:Character ;
    lvont:represents "𦼆"^^xsd:string .

<http://lexvo.org/id/char/26F07> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/%C3%BAa>,
        "𦼇"^^xsd:string .

<http://lexvo.org/id/char/26F08> a lvont:Character ;
    lvont:represents "𦼈"^^xsd:string .

<http://lexvo.org/id/char/26F09> a lvont:Character ;
    lvont:represents "𦼉"^^xsd:string .

<http://lexvo.org/id/char/26F0A> a lvont:Character ;
    lvont:represents "𦼊"^^xsd:string .

<http://lexvo.org/id/char/26F0B> a lvont:Character ;
    lvont:represents "𦼋"^^xsd:string .

<http://lexvo.org/id/char/26F0C> a lvont:Character ;
    lvont:represents "𦼌"^^xsd:string .

<http://lexvo.org/id/char/26F0D> a lvont:Character ;
    lvont:represents "𦼍"^^xsd:string .

<http://lexvo.org/id/char/26F0E> a lvont:Character ;
    lvont:represents "𦼎"^^xsd:string .

<http://lexvo.org/id/char/26F0F> a lvont:Character ;
    lvont:represents "𦼏"^^xsd:string .

<http://lexvo.org/id/char/26F1> a lvont:Character ;
    lvont:represents "⛱"^^xsd:string ;
    rdfs:comment "UMBRELLA ON GROUND"@en .

<http://lexvo.org/id/char/26F10> a lvont:Character ;
    lvont:represents "𦼐"^^xsd:string .

<http://lexvo.org/id/char/26F11> a lvont:Character ;
    lvont:represents "𦼑"^^xsd:string .

<http://lexvo.org/id/char/26F12> a lvont:Character ;
    lvont:represents "𦼒"^^xsd:string .

<http://lexvo.org/id/char/26F13> a lvont:Character ;
    lvont:represents "𦼓"^^xsd:string .

<http://lexvo.org/id/char/26F14> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/l%E1%BB%81u>,
        "𦼔"^^xsd:string .

<http://lexvo.org/id/char/26F15> a lvont:Character ;
    lvont:represents "𦼕"^^xsd:string .

<http://lexvo.org/id/char/26F16> a lvont:Character ;
    lvont:represents "𦼖"^^xsd:string .

<http://lexvo.org/id/char/26F17> a lvont:Character ;
    lvont:represents "𦼗"^^xsd:string .

<http://lexvo.org/id/char/26F18> a lvont:Character ;
    lvont:represents "𦼘"^^xsd:string .

<http://lexvo.org/id/char/26F19> a lvont:Character ;
    lvont:represents "𦼙"^^xsd:string .

<http://lexvo.org/id/char/26F1A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/l%C3%B9m>,
        "𦼚"^^xsd:string .

<http://lexvo.org/id/char/26F1B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/s%E1%BA%AFn>,
        "𦼛"^^xsd:string .

<http://lexvo.org/id/char/26F1C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/s%E1%BA%AFn>,
        "𦼜"^^xsd:string .

<http://lexvo.org/id/char/26F1D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/n%E1%BA%ABu>,
        "𦼝"^^xsd:string .

<http://lexvo.org/id/char/26F1E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/d%C6%B0a>,
        "𦼞"^^xsd:string .

<http://lexvo.org/id/char/26F1F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/khay>,
        "𦼟"^^xsd:string .

<http://lexvo.org/id/char/26F2> a lvont:Character ;
    lvont:represents "⛲"^^xsd:string ;
    rdfs:comment "FOUNTAIN"@en .

<http://lexvo.org/id/char/26F20> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/s%C3%BAng>,
        "𦼠"^^xsd:string .

<http://lexvo.org/id/char/26F21> a lvont:Character ;
    lvont:represents "𦼡"^^xsd:string .

<http://lexvo.org/id/char/26F22> a lvont:Character ;
    lvont:represents "𦼢"^^xsd:string .

<http://lexvo.org/id/char/26F23> a lvont:Character ;
    lvont:represents "𦼣"^^xsd:string .

<http://lexvo.org/id/char/26F24> a lvont:Character ;
    lvont:represents "𦼤"^^xsd:string .

<http://lexvo.org/id/char/26F25> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/d%E1%BB%A9a>,
        "𦼥"^^xsd:string .

<http://lexvo.org/id/char/26F26> a lvont:Character ;
    lvont:represents "𦼦"^^xsd:string .

<http://lexvo.org/id/char/26F27> a lvont:Character ;
    lvont:represents "𦼧"^^xsd:string .

<http://lexvo.org/id/char/26F28> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/c%C5%A9>,
        "𦼨"^^xsd:string .

<http://lexvo.org/id/char/26F29> a lvont:Character ;
    lvont:represents "𦼩"^^xsd:string .

<http://lexvo.org/id/char/26F2A> a lvont:Character ;
    lvont:represents "𦼪"^^xsd:string .

<http://lexvo.org/id/char/26F2B> a lvont:Character ;
    lvont:represents "𦼫"^^xsd:string .

<http://lexvo.org/id/char/26F2C> a lvont:Character ;
    lvont:represents "𦼬"^^xsd:string .

<http://lexvo.org/id/char/26F2D> a lvont:Character ;
    lvont:represents "𦼭"^^xsd:string .

<http://lexvo.org/id/char/26F2E> a lvont:Character ;
    lvont:represents "𦼮"^^xsd:string .

<http://lexvo.org/id/char/26F2F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/zuk6>,
        <http://lexvo.org/id/term/yue/%F0%A6%BC%AF>,
        "𦼯"^^xsd:string ;
    rdfs:comment "dock"@en .

<http://lexvo.org/id/char/26F3> a lvont:Character ;
    lvont:represents "⛳"^^xsd:string ;
    rdfs:comment "FLAG IN HOLE"@en .

<http://lexvo.org/id/char/26F30> a lvont:Character ;
    lvont:represents "𦼰"^^xsd:string .

<http://lexvo.org/id/char/26F31> a lvont:Character ;
    lvont:represents "𦼱"^^xsd:string .

<http://lexvo.org/id/char/26F32> a lvont:Character ;
    lvont:represents "𦼲"^^xsd:string .

<http://lexvo.org/id/char/26F33> a lvont:Character ;
    lvont:represents "𦼳"^^xsd:string .

<http://lexvo.org/id/char/26F34> a lvont:Character ;
    lvont:represents "𦼴"^^xsd:string .

<http://lexvo.org/id/char/26F35> a lvont:Character ;
    lvont:represents "𦼵"^^xsd:string .

<http://lexvo.org/id/char/26F36> a lvont:Character ;
    lvont:represents "𦼶"^^xsd:string .

<http://lexvo.org/id/char/26F37> a lvont:Character ;
    lvont:represents "𦼷"^^xsd:string .

<http://lexvo.org/id/char/26F38> a lvont:Character ;
    lvont:represents "𦼸"^^xsd:string .

<http://lexvo.org/id/char/26F39> a lvont:Character ;
    lvont:represents "𦼹"^^xsd:string .

<http://lexvo.org/id/char/26F3A> a lvont:Character ;
    lvont:represents "𦼺"^^xsd:string .

<http://lexvo.org/id/char/26F3B> a lvont:Character ;
    lvont:represents "𦼻"^^xsd:string .

<http://lexvo.org/id/char/26F3C> a lvont:Character ;
    lvont:represents "𦼼"^^xsd:string .

<http://lexvo.org/id/char/26F3D> a lvont:Character ;
    lvont:represents "𦼽"^^xsd:string .

<http://lexvo.org/id/char/26F3E> a lvont:Character ;
    lvont:represents "𦼾"^^xsd:string .

<http://lexvo.org/id/char/26F3F> a lvont:Character ;
    lvont:represents "𦼿"^^xsd:string .

<http://lexvo.org/id/char/26F4> a lvont:Character ;
    lvont:represents "⛴"^^xsd:string ;
    rdfs:comment "FERRY"@en .

<http://lexvo.org/id/char/26F40> a lvont:Character ;
    lvont:represents "𦽀"^^xsd:string .

<http://lexvo.org/id/char/26F41> a lvont:Character ;
    lvont:represents "𦽁"^^xsd:string .

<http://lexvo.org/id/char/26F42> a lvont:Character ;
    lvont:represents "𦽂"^^xsd:string .

<http://lexvo.org/id/char/26F43> a lvont:Character ;
    lvont:represents "𦽃"^^xsd:string .

<http://lexvo.org/id/char/26F44> a lvont:Character ;
    lvont:represents "𦽄"^^xsd:string .

<http://lexvo.org/id/char/26F45> a lvont:Character ;
    lvont:represents "𦽅"^^xsd:string .

<http://lexvo.org/id/char/26F46> a lvont:Character ;
    lvont:represents "𦽆"^^xsd:string .

<http://lexvo.org/id/char/26F47> a lvont:Character ;
    lvont:represents "𦽇"^^xsd:string .

<http://lexvo.org/id/char/26F48> a lvont:Character ;
    lvont:represents "𦽈"^^xsd:string .

<http://lexvo.org/id/char/26F49> a lvont:Character ;
    lvont:represents "𦽉"^^xsd:string .

<http://lexvo.org/id/char/26F4A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/waa4>,
        <http://lexvo.org/id/term/yue/%F0%A6%BD%8A>,
        "𦽊"^^xsd:string ;
    rdfs:comment "a chestnut horse"@en .

<http://lexvo.org/id/char/26F4B> a lvont:Character ;
    lvont:represents "𦽋"^^xsd:string .

<http://lexvo.org/id/char/26F4C> a lvont:Character ;
    lvont:represents "𦽌"^^xsd:string .

<http://lexvo.org/id/char/26F4D> a lvont:Character ;
    lvont:represents "𦽍"^^xsd:string .

<http://lexvo.org/id/char/26F4E> a lvont:Character ;
    lvont:represents "𦽎"^^xsd:string .

<http://lexvo.org/id/char/26F4F> a lvont:Character ;
    lvont:represents "𦽏"^^xsd:string .

<http://lexvo.org/id/char/26F5> a lvont:Character ;
    lvont:represents "⛵"^^xsd:string ;
    rdfs:comment "SAILBOAT"@en .

<http://lexvo.org/id/char/26F50> a lvont:Character ;
    lvont:represents "𦽐"^^xsd:string .

<http://lexvo.org/id/char/26F51> a lvont:Character ;
    lvont:represents "𦽑"^^xsd:string .

<http://lexvo.org/id/char/26F52> a lvont:Character ;
    lvont:represents "𦽒"^^xsd:string .

<http://lexvo.org/id/char/26F53> a lvont:Character ;
    lvont:represents "𦽓"^^xsd:string .

<http://lexvo.org/id/char/26F54> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/om>,
        "𦽔"^^xsd:string .

<http://lexvo.org/id/char/26F55> a lvont:Character ;
    lvont:represents "𦽕"^^xsd:string .

<http://lexvo.org/id/char/26F56> a lvont:Character ;
    lvont:represents "𦽖"^^xsd:string .

<http://lexvo.org/id/char/26F57> a lvont:Character ;
    lvont:represents "𦽗"^^xsd:string .

<http://lexvo.org/id/char/26F58> a lvont:Character ;
    lvont:represents "𦽘"^^xsd:string .

<http://lexvo.org/id/char/26F59> a lvont:Character ;
    lvont:represents "𦽙"^^xsd:string .

<http://lexvo.org/id/char/26F5A> a lvont:Character ;
    lvont:represents "𦽚"^^xsd:string .

<http://lexvo.org/id/char/26F5B> a lvont:Character ;
    lvont:represents "𦽛"^^xsd:string .

<http://lexvo.org/id/char/26F5C> a lvont:Character ;
    lvont:represents "𦽜"^^xsd:string .

<http://lexvo.org/id/char/26F5D> a lvont:Character ;
    lvont:represents "𦽝"^^xsd:string .

<http://lexvo.org/id/char/26F5E> a lvont:Character ;
    lvont:represents "𦽞"^^xsd:string .

<http://lexvo.org/id/char/26F5F> a lvont:Character ;
    lvont:represents "𦽟"^^xsd:string .

<http://lexvo.org/id/char/26F6> a lvont:Character ;
    lvont:represents "⛶"^^xsd:string ;
    rdfs:comment "SQUARE FOUR CORNERS"@en .

<http://lexvo.org/id/char/26F60> a lvont:Character ;
    lvont:represents "𦽠"^^xsd:string .

<http://lexvo.org/id/char/26F61> a lvont:Character ;
    lvont:represents "𦽡"^^xsd:string .

<http://lexvo.org/id/char/26F62> a lvont:Character ;
    lvont:represents "𦽢"^^xsd:string .

<http://lexvo.org/id/char/26F63> a lvont:Character ;
    lvont:represents "𦽣"^^xsd:string .

<http://lexvo.org/id/char/26F64> a lvont:Character ;
    lvont:represents "𦽤"^^xsd:string .

<http://lexvo.org/id/char/26F65> a lvont:Character ;
    lvont:represents "𦽥"^^xsd:string .

<http://lexvo.org/id/char/26F66> a lvont:Character ;
    lvont:represents "𦽦"^^xsd:string .

<http://lexvo.org/id/char/26F67> a lvont:Character ;
    lvont:represents "𦽧"^^xsd:string .

<http://lexvo.org/id/char/26F68> a lvont:Character ;
    lvont:represents "𦽨"^^xsd:string .

<http://lexvo.org/id/char/26F69> a lvont:Character ;
    lvont:represents "𦽩"^^xsd:string .

<http://lexvo.org/id/char/26F6A> a lvont:Character ;
    lvont:represents "𦽪"^^xsd:string .

<http://lexvo.org/id/char/26F6B> a lvont:Character ;
    lvont:represents "𦽫"^^xsd:string .

<http://lexvo.org/id/char/26F6C> a lvont:Character ;
    lvont:represents "𦽬"^^xsd:string .

<http://lexvo.org/id/char/26F6D> a lvont:Character ;
    lvont:represents "𦽭"^^xsd:string .

<http://lexvo.org/id/char/26F6E> a lvont:Character ;
    lvont:represents "𦽮"^^xsd:string .

<http://lexvo.org/id/char/26F6F> a lvont:Character ;
    lvont:represents "𦽯"^^xsd:string .

<http://lexvo.org/id/char/26F7> a lvont:Character ;
    lvont:represents "⛷"^^xsd:string ;
    rdfs:comment "SKIER"@en .

<http://lexvo.org/id/char/26F70> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/tranh>,
        "𦽰"^^xsd:string .

<http://lexvo.org/id/char/26F71> a lvont:Character ;
    lvont:represents "𦽱"^^xsd:string .

<http://lexvo.org/id/char/26F72> a lvont:Character ;
    lvont:represents "𦽲"^^xsd:string .

<http://lexvo.org/id/char/26F73> a lvont:Character ;
    lvont:represents "𦽳"^^xsd:string .

<http://lexvo.org/id/char/26F74> a lvont:Character ;
    lvont:represents "𦽴"^^xsd:string .

<http://lexvo.org/id/char/26F75> a lvont:Character ;
    lvont:represents "𦽵"^^xsd:string .

<http://lexvo.org/id/char/26F76> a lvont:Character ;
    lvont:represents "𦽶"^^xsd:string .

<http://lexvo.org/id/char/26F77> a lvont:Character ;
    lvont:represents "𦽷"^^xsd:string .

<http://lexvo.org/id/char/26F78> a lvont:Character ;
    lvont:represents "𦽸"^^xsd:string .

<http://lexvo.org/id/char/26F79> a lvont:Character ;
    lvont:represents "𦽹"^^xsd:string .

<http://lexvo.org/id/char/26F7A> a lvont:Character ;
    lvont:represents "𦽺"^^xsd:string .

<http://lexvo.org/id/char/26F7B> a lvont:Character ;
    lvont:represents "𦽻"^^xsd:string .

<http://lexvo.org/id/char/26F7C> a lvont:Character ;
    lvont:represents "𦽼"^^xsd:string .

<http://lexvo.org/id/char/26F7D> a lvont:Character ;
    lvont:represents "𦽽"^^xsd:string .

<http://lexvo.org/id/char/26F7E> a lvont:Character ;
    lvont:represents "𦽾"^^xsd:string .

<http://lexvo.org/id/char/26F7F> a lvont:Character ;
    lvont:represents "𦽿"^^xsd:string .

<http://lexvo.org/id/char/26F8> a lvont:Character ;
    lvont:represents "⛸"^^xsd:string ;
    rdfs:comment "ICE SKATE"@en .

<http://lexvo.org/id/char/26F80> a lvont:Character ;
    lvont:represents "𦾀"^^xsd:string .

<http://lexvo.org/id/char/26F81> a lvont:Character ;
    lvont:represents "𦾁"^^xsd:string .

<http://lexvo.org/id/char/26F82> a lvont:Character ;
    lvont:represents "𦾂"^^xsd:string .

<http://lexvo.org/id/char/26F83> a lvont:Character ;
    lvont:represents "𦾃"^^xsd:string .

<http://lexvo.org/id/char/26F84> a lvont:Character ;
    lvont:represents "𦾄"^^xsd:string .

<http://lexvo.org/id/char/26F85> a lvont:Character ;
    lvont:represents "𦾅"^^xsd:string .

<http://lexvo.org/id/char/26F86> a lvont:Character ;
    lvont:represents "𦾆"^^xsd:string .

<http://lexvo.org/id/char/26F87> a lvont:Character ;
    lvont:represents "𦾇"^^xsd:string .

<http://lexvo.org/id/char/26F88> a lvont:Character ;
    lvont:represents "𦾈"^^xsd:string .

<http://lexvo.org/id/char/26F89> a lvont:Character ;
    lvont:represents "𦾉"^^xsd:string .

<http://lexvo.org/id/char/26F8A> a lvont:Character ;
    lvont:represents "𦾊"^^xsd:string .

<http://lexvo.org/id/char/26F8B> a lvont:Character ;
    lvont:represents "𦾋"^^xsd:string .

<http://lexvo.org/id/char/26F8C> a lvont:Character ;
    lvont:represents "𦾌"^^xsd:string .

<http://lexvo.org/id/char/26F8D> a lvont:Character ;
    lvont:represents "𦾍"^^xsd:string .

<http://lexvo.org/id/char/26F8E> a lvont:Character ;
    lvont:represents "𦾎"^^xsd:string .

<http://lexvo.org/id/char/26F8F> a lvont:Character ;
    lvont:represents "𦾏"^^xsd:string .

<http://lexvo.org/id/char/26F9> a lvont:Character ;
    lvont:represents "⛹"^^xsd:string ;
    rdfs:comment "PERSON WITH BALL"@en .

<http://lexvo.org/id/char/26F90> a lvont:Character ;
    lvont:represents "𦾐"^^xsd:string .

<http://lexvo.org/id/char/26F91> a lvont:Character ;
    lvont:represents "𦾑"^^xsd:string .

<http://lexvo.org/id/char/26F92> a lvont:Character ;
    lvont:represents "𦾒"^^xsd:string .

<http://lexvo.org/id/char/26F93> a lvont:Character ;
    lvont:represents "𦾓"^^xsd:string .

<http://lexvo.org/id/char/26F94> a lvont:Character ;
    lvont:represents "𦾔"^^xsd:string .

<http://lexvo.org/id/char/26F95> a lvont:Character ;
    lvont:represents "𦾕"^^xsd:string .

<http://lexvo.org/id/char/26F96> a lvont:Character ;
    lvont:represents "𦾖"^^xsd:string .

<http://lexvo.org/id/char/26F97> a lvont:Character ;
    lvont:represents "𦾗"^^xsd:string .

<http://lexvo.org/id/char/26F98> a lvont:Character ;
    lvont:represents "𦾘"^^xsd:string .

<http://lexvo.org/id/char/26F99> a lvont:Character ;
    lvont:represents "𦾙"^^xsd:string .

<http://lexvo.org/id/char/26F9A> a lvont:Character ;
    lvont:represents "𦾚"^^xsd:string .

<http://lexvo.org/id/char/26F9B> a lvont:Character ;
    lvont:represents "𦾛"^^xsd:string .

<http://lexvo.org/id/char/26F9C> a lvont:Character ;
    lvont:represents "𦾜"^^xsd:string .

<http://lexvo.org/id/char/26F9D> a lvont:Character ;
    lvont:represents "𦾝"^^xsd:string .

<http://lexvo.org/id/char/26F9E> a lvont:Character ;
    lvont:represents "𦾞"^^xsd:string .

<http://lexvo.org/id/char/26F9F> a lvont:Character ;
    lvont:represents "𦾟"^^xsd:string .

<http://lexvo.org/id/char/26FA> a lvont:Character ;
    lvont:represents "⛺"^^xsd:string ;
    rdfs:comment "TENT"@en .

<http://lexvo.org/id/char/26FA0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/d%C6%B0a>,
        "𦾠"^^xsd:string .

<http://lexvo.org/id/char/26FA1> a lvont:Character ;
    lvont:represents "𦾡"^^xsd:string .

<http://lexvo.org/id/char/26FA2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/r%E1%BA%ADm>,
        "𦾢"^^xsd:string .

<http://lexvo.org/id/char/26FA3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ch%E1%BB%93i>,
        "𦾣"^^xsd:string .

<http://lexvo.org/id/char/26FA4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/d%C3%B3>,
        "𦾤"^^xsd:string .

<http://lexvo.org/id/char/26FA5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/v%E1%BB%ABng>,
        "𦾥"^^xsd:string .

<http://lexvo.org/id/char/26FA6> a lvont:Character ;
    lvont:represents "𦾦"^^xsd:string .

<http://lexvo.org/id/char/26FA7> a lvont:Character ;
    lvont:represents "𦾧"^^xsd:string .

<http://lexvo.org/id/char/26FA8> a lvont:Character ;
    lvont:represents "𦾨"^^xsd:string .

<http://lexvo.org/id/char/26FA9> a lvont:Character ;
    lvont:represents "𦾩"^^xsd:string .

<http://lexvo.org/id/char/26FAA> a lvont:Character ;
    lvont:represents "𦾪"^^xsd:string .

<http://lexvo.org/id/char/26FAB> a lvont:Character ;
    lvont:represents "𦾫"^^xsd:string .

<http://lexvo.org/id/char/26FAC> a lvont:Character ;
    lvont:represents "𦾬"^^xsd:string .

<http://lexvo.org/id/char/26FAD> a lvont:Character ;
    lvont:represents "𦾭"^^xsd:string .

<http://lexvo.org/id/char/26FAE> a lvont:Character ;
    lvont:represents "𦾮"^^xsd:string .

<http://lexvo.org/id/char/26FAF> a lvont:Character ;
    lvont:represents "𦾯"^^xsd:string .

<http://lexvo.org/id/char/26FB> a lvont:Character ;
    lvont:represents "⛻"^^xsd:string ;
    rdfs:comment "JAPANESE BANK SYMBOL"@en .

<http://lexvo.org/id/char/26FB0> a lvont:Character ;
    lvont:represents "𦾰"^^xsd:string .

<http://lexvo.org/id/char/26FB1> a lvont:Character ;
    lvont:represents "𦾱"^^xsd:string .

<http://lexvo.org/id/char/26FB2> a lvont:Character ;
    lvont:represents "𦾲"^^xsd:string .

<http://lexvo.org/id/char/26FB3> a lvont:Character ;
    lvont:represents "𦾳"^^xsd:string .

<http://lexvo.org/id/char/26FB4> a lvont:Character ;
    lvont:represents "𦾴"^^xsd:string .

<http://lexvo.org/id/char/26FB5> a lvont:Character ;
    lvont:represents "𦾵"^^xsd:string .

<http://lexvo.org/id/char/26FB6> a lvont:Character ;
    lvont:represents "𦾶"^^xsd:string .

<http://lexvo.org/id/char/26FB7> a lvont:Character ;
    lvont:represents "𦾷"^^xsd:string .

<http://lexvo.org/id/char/26FB8> a lvont:Character ;
    lvont:represents "𦾸"^^xsd:string .

<http://lexvo.org/id/char/26FB9> a lvont:Character ;
    lvont:represents "𦾹"^^xsd:string .

<http://lexvo.org/id/char/26FBA> a lvont:Character ;
    lvont:represents "𦾺"^^xsd:string .

<http://lexvo.org/id/char/26FBB> a lvont:Character ;
    lvont:represents "𦾻"^^xsd:string .

<http://lexvo.org/id/char/26FBC> a lvont:Character ;
    lvont:represents "𦾼"^^xsd:string .

<http://lexvo.org/id/char/26FBD> a lvont:Character ;
    lvont:represents "𦾽"^^xsd:string .

<http://lexvo.org/id/char/26FBE> a lvont:Character ;
    lvont:represents "𦾾"^^xsd:string .

<http://lexvo.org/id/char/26FBF> a lvont:Character ;
    lvont:represents "𦾿"^^xsd:string .

<http://lexvo.org/id/char/26FC> a lvont:Character ;
    lvont:represents "⛼"^^xsd:string ;
    rdfs:comment "HEADSTONE GRAVEYARD SYMBOL"@en .

<http://lexvo.org/id/char/26FC0> a lvont:Character ;
    lvont:represents "𦿀"^^xsd:string .

<http://lexvo.org/id/char/26FC1> a lvont:Character ;
    lvont:represents "𦿁"^^xsd:string .

<http://lexvo.org/id/char/26FC2> a lvont:Character ;
    lvont:represents "𦿂"^^xsd:string .

<http://lexvo.org/id/char/26FC3> a lvont:Character ;
    lvont:represents "𦿃"^^xsd:string .

<http://lexvo.org/id/char/26FC4> a lvont:Character ;
    lvont:represents "𦿄"^^xsd:string .

<http://lexvo.org/id/char/26FC5> a lvont:Character ;
    lvont:represents "𦿅"^^xsd:string .

<http://lexvo.org/id/char/26FC6> a lvont:Character ;
    lvont:represents "𦿆"^^xsd:string .

<http://lexvo.org/id/char/26FC7> a lvont:Character ;
    lvont:represents "𦿇"^^xsd:string .

<http://lexvo.org/id/char/26FC8> a lvont:Character ;
    lvont:represents "𦿈"^^xsd:string .

<http://lexvo.org/id/char/26FC9> a lvont:Character ;
    lvont:represents "𦿉"^^xsd:string .

<http://lexvo.org/id/char/26FCA> a lvont:Character ;
    lvont:represents "𦿊"^^xsd:string .

<http://lexvo.org/id/char/26FCB> a lvont:Character ;
    lvont:represents "𦿋"^^xsd:string .

<http://lexvo.org/id/char/26FCC> a lvont:Character ;
    lvont:represents "𦿌"^^xsd:string .

<http://lexvo.org/id/char/26FCD> a lvont:Character ;
    lvont:represents "𦿍"^^xsd:string .

<http://lexvo.org/id/char/26FCE> a lvont:Character ;
    lvont:represents "𦿎"^^xsd:string .

<http://lexvo.org/id/char/26FCF> a lvont:Character ;
    lvont:represents "𦿏"^^xsd:string .

<http://lexvo.org/id/char/26FD> a lvont:Character ;
    lvont:represents "⛽"^^xsd:string ;
    rdfs:comment "FUEL PUMP"@en .

<http://lexvo.org/id/char/26FD0> a lvont:Character ;
    lvont:represents "𦿐"^^xsd:string .

<http://lexvo.org/id/char/26FD1> a lvont:Character ;
    lvont:represents "𦿑"^^xsd:string .

<http://lexvo.org/id/char/26FD2> a lvont:Character ;
    lvont:represents "𦿒"^^xsd:string .

<http://lexvo.org/id/char/26FD3> a lvont:Character ;
    lvont:represents "𦿓"^^xsd:string .

<http://lexvo.org/id/char/26FD4> a lvont:Character ;
    lvont:represents "𦿔"^^xsd:string .

<http://lexvo.org/id/char/26FD5> a lvont:Character ;
    lvont:represents "𦿕"^^xsd:string .

<http://lexvo.org/id/char/26FD6> a lvont:Character ;
    lvont:represents "𦿖"^^xsd:string .

<http://lexvo.org/id/char/26FD7> a lvont:Character ;
    lvont:represents "𦿗"^^xsd:string .

<http://lexvo.org/id/char/26FD8> a lvont:Character ;
    lvont:represents "𦿘"^^xsd:string .

<http://lexvo.org/id/char/26FD9> a lvont:Character ;
    lvont:represents "𦿙"^^xsd:string .

<http://lexvo.org/id/char/26FDA> a lvont:Character ;
    lvont:represents "𦿚"^^xsd:string .

<http://lexvo.org/id/char/26FDB> a lvont:Character ;
    lvont:represents "𦿛"^^xsd:string .

<http://lexvo.org/id/char/26FDC> a lvont:Character ;
    lvont:represents "𦿜"^^xsd:string .

<http://lexvo.org/id/char/26FDD> a lvont:Character ;
    lvont:represents "𦿝"^^xsd:string .

<http://lexvo.org/id/char/26FDE> a lvont:Character ;
    lvont:represents "𦿞"^^xsd:string .

<http://lexvo.org/id/char/26FDF> a lvont:Character ;
    lvont:represents "𦿟"^^xsd:string .

<http://lexvo.org/id/char/26FE> a lvont:Character ;
    lvont:represents "⛾"^^xsd:string ;
    rdfs:comment "CUP ON BLACK SQUARE"@en .

<http://lexvo.org/id/char/26FE0> a lvont:Character ;
    lvont:represents "𦿠"^^xsd:string .

<http://lexvo.org/id/char/26FE1> a lvont:Character ;
    lvont:represents "𦿡"^^xsd:string .

<http://lexvo.org/id/char/26FE2> a lvont:Character ;
    lvont:represents "𦿢"^^xsd:string .

<http://lexvo.org/id/char/26FE3> a lvont:Character ;
    lvont:represents "𦿣"^^xsd:string .

<http://lexvo.org/id/char/26FE4> a lvont:Character ;
    lvont:represents "𦿤"^^xsd:string .

<http://lexvo.org/id/char/26FE5> a lvont:Character ;
    lvont:represents "𦿥"^^xsd:string .

<http://lexvo.org/id/char/26FE6> a lvont:Character ;
    lvont:represents "𦿦"^^xsd:string .

<http://lexvo.org/id/char/26FE7> a lvont:Character ;
    lvont:represents "𦿧"^^xsd:string .

<http://lexvo.org/id/char/26FE8> a lvont:Character ;
    lvont:represents "𦿨"^^xsd:string .

<http://lexvo.org/id/char/26FE9> a lvont:Character ;
    lvont:represents "𦿩"^^xsd:string .

<http://lexvo.org/id/char/26FEA> a lvont:Character ;
    lvont:represents "𦿪"^^xsd:string .

<http://lexvo.org/id/char/26FEB> a lvont:Character ;
    lvont:represents "𦿫"^^xsd:string .

<http://lexvo.org/id/char/26FEC> a lvont:Character ;
    lvont:represents "𦿬"^^xsd:string .

<http://lexvo.org/id/char/26FED> a lvont:Character ;
    lvont:represents "𦿭"^^xsd:string .

<http://lexvo.org/id/char/26FEE> a lvont:Character ;
    lvont:represents "𦿮"^^xsd:string .

<http://lexvo.org/id/char/26FEF> a lvont:Character ;
    lvont:represents "𦿯"^^xsd:string .

<http://lexvo.org/id/char/26FF> a lvont:Character ;
    lvont:represents "⛿"^^xsd:string ;
    rdfs:comment "WHITE FLAG WITH HORIZONTAL MIDDLE BLACK STRIPE"@en .

<http://lexvo.org/id/char/26FF0> a lvont:Character ;
    lvont:represents "𦿰"^^xsd:string .

<http://lexvo.org/id/char/26FF1> a lvont:Character ;
    lvont:represents "𦿱"^^xsd:string .

<http://lexvo.org/id/char/26FF2> a lvont:Character ;
    lvont:represents "𦿲"^^xsd:string .

<http://lexvo.org/id/char/26FF3> a lvont:Character ;
    lvont:represents "𦿳"^^xsd:string .

<http://lexvo.org/id/char/26FF4> a lvont:Character ;
    lvont:represents "𦿴"^^xsd:string .

<http://lexvo.org/id/char/26FF5> a lvont:Character ;
    lvont:represents "𦿵"^^xsd:string .

<http://lexvo.org/id/char/26FF6> a lvont:Character ;
    lvont:represents "𦿶"^^xsd:string .

<http://lexvo.org/id/char/26FF7> a lvont:Character ;
    lvont:represents "𦿷"^^xsd:string .

<http://lexvo.org/id/char/26FF8> a lvont:Character ;
    lvont:represents "𦿸"^^xsd:string .

<http://lexvo.org/id/char/26FF9> a lvont:Character ;
    lvont:represents "𦿹"^^xsd:string .

<http://lexvo.org/id/char/26FFA> a lvont:Character ;
    lvont:represents "𦿺"^^xsd:string .

<http://lexvo.org/id/char/26FFB> a lvont:Character ;
    lvont:represents "𦿻"^^xsd:string .

<http://lexvo.org/id/char/26FFC> a lvont:Character ;
    lvont:represents "𦿼"^^xsd:string .

<http://lexvo.org/id/char/26FFD> a lvont:Character ;
    lvont:represents "𦿽"^^xsd:string .

<http://lexvo.org/id/char/26FFE> a lvont:Character ;
    lvont:represents "𦿾"^^xsd:string .

<http://lexvo.org/id/char/26FFF> a lvont:Character ;
    lvont:represents "𦿿"^^xsd:string .

<http://lexvo.org/id/char/27000> a lvont:Character ;
    lvont:represents "𧀀"^^xsd:string .

<http://lexvo.org/id/char/27001> a lvont:Character ;
    lvont:represents "𧀁"^^xsd:string .

<http://lexvo.org/id/char/27002> a lvont:Character ;
    lvont:represents "𧀂"^^xsd:string .

<http://lexvo.org/id/char/27003> a lvont:Character ;
    lvont:represents "𧀃"^^xsd:string .

<http://lexvo.org/id/char/27004> a lvont:Character ;
    lvont:represents "𧀄"^^xsd:string .

<http://lexvo.org/id/char/27005> a lvont:Character ;
    lvont:represents "𧀅"^^xsd:string .

<http://lexvo.org/id/char/27006> a lvont:Character ;
    lvont:represents "𧀆"^^xsd:string .

<http://lexvo.org/id/char/27007> a lvont:Character ;
    lvont:represents "𧀇"^^xsd:string .

<http://lexvo.org/id/char/27008> a lvont:Character ;
    lvont:represents "𧀈"^^xsd:string .

<http://lexvo.org/id/char/27009> a lvont:Character ;
    lvont:represents "𧀉"^^xsd:string .

<http://lexvo.org/id/char/2700A> a lvont:Character ;
    lvont:represents "𧀊"^^xsd:string .

<http://lexvo.org/id/char/2700B> a lvont:Character ;
    lvont:represents "𧀋"^^xsd:string .

<http://lexvo.org/id/char/2700C> a lvont:Character ;
    lvont:represents "𧀌"^^xsd:string .

<http://lexvo.org/id/char/2700D> a lvont:Character ;
    lvont:represents "𧀍"^^xsd:string .

<http://lexvo.org/id/char/2700E> a lvont:Character ;
    lvont:represents "𧀎"^^xsd:string .

<http://lexvo.org/id/char/2700F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/s%C3%BAng>,
        "𧀏"^^xsd:string .

<http://lexvo.org/id/char/2701> a lvont:Character ;
    lvont:represents "✁"^^xsd:string ;
    rdfs:comment "UPPER BLADE SCISSORS"@en .

<http://lexvo.org/id/char/27010> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/g%E1%BB%93i>,
        "𧀐"^^xsd:string .

<http://lexvo.org/id/char/27011> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/gi%E1%BB%91ng>,
        "𧀑"^^xsd:string .

<http://lexvo.org/id/char/27012> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/non>,
        "𧀒"^^xsd:string .

<http://lexvo.org/id/char/27013> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/r%C3%BA>,
        "𧀓"^^xsd:string .

<http://lexvo.org/id/char/27014> a lvont:Character ;
    lvont:represents "𧀔"^^xsd:string .

<http://lexvo.org/id/char/27015> a lvont:Character ;
    lvont:represents "𧀕"^^xsd:string .

<http://lexvo.org/id/char/27016> a lvont:Character ;
    lvont:represents "𧀖"^^xsd:string .

<http://lexvo.org/id/char/27017> a lvont:Character ;
    lvont:represents "𧀗"^^xsd:string .

<http://lexvo.org/id/char/27018> a lvont:Character ;
    lvont:represents "𧀘"^^xsd:string .

<http://lexvo.org/id/char/27019> a lvont:Character ;
    lvont:represents "𧀙"^^xsd:string .

<http://lexvo.org/id/char/2701A> a lvont:Character ;
    lvont:represents "𧀚"^^xsd:string .

<http://lexvo.org/id/char/2701B> a lvont:Character ;
    lvont:represents "𧀛"^^xsd:string .

<http://lexvo.org/id/char/2701C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/sam>,
        "𧀜"^^xsd:string .

<http://lexvo.org/id/char/2701D> a lvont:Character ;
    lvont:represents "𧀝"^^xsd:string .

<http://lexvo.org/id/char/2701E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/tr%C3%A1i>,
        "𧀞"^^xsd:string .

<http://lexvo.org/id/char/2701F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/%C4%91%E1%BA%A7y>,
        "𧀟"^^xsd:string .

<http://lexvo.org/id/char/2702> a lvont:Character ;
    lvont:represents "✂"^^xsd:string ;
    rdfs:comment "BLACK SCISSORS"@en .

<http://lexvo.org/id/char/27020> a lvont:Character ;
    lvont:represents "𧀠"^^xsd:string .

<http://lexvo.org/id/char/27021> a lvont:Character ;
    lvont:represents "𧀡"^^xsd:string .

<http://lexvo.org/id/char/27022> a lvont:Character ;
    lvont:represents "𧀢"^^xsd:string .

<http://lexvo.org/id/char/27023> a lvont:Character ;
    lvont:represents "𧀣"^^xsd:string .

<http://lexvo.org/id/char/27024> a lvont:Character ;
    lvont:represents "𧀤"^^xsd:string .

<http://lexvo.org/id/char/27025> a lvont:Character ;
    lvont:represents "𧀥"^^xsd:string .

<http://lexvo.org/id/char/27026> a lvont:Character ;
    lvont:represents "𧀦"^^xsd:string .

<http://lexvo.org/id/char/27027> a lvont:Character ;
    lvont:represents "𧀧"^^xsd:string .

<http://lexvo.org/id/char/27028> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/l%E1%BB%91p>,
        "𧀨"^^xsd:string .

<http://lexvo.org/id/char/27029> a lvont:Character ;
    lvont:represents "𧀩"^^xsd:string .

<http://lexvo.org/id/char/2702A> a lvont:Character ;
    lvont:represents "𧀪"^^xsd:string .

<http://lexvo.org/id/char/2702B> a lvont:Character ;
    lvont:represents "𧀫"^^xsd:string .

<http://lexvo.org/id/char/2702C> a lvont:Character ;
    lvont:represents "𧀬"^^xsd:string .

<http://lexvo.org/id/char/2702D> a lvont:Character ;
    lvont:represents "𧀭"^^xsd:string .

<http://lexvo.org/id/char/2702E> a lvont:Character ;
    lvont:represents "𧀮"^^xsd:string .

<http://lexvo.org/id/char/2702F> a lvont:Character ;
    lvont:represents "𧀯"^^xsd:string .

<http://lexvo.org/id/char/2703> a lvont:Character ;
    lvont:represents "✃"^^xsd:string ;
    rdfs:comment "LOWER BLADE SCISSORS"@en .

<http://lexvo.org/id/char/27030> a lvont:Character ;
    lvont:represents "𧀰"^^xsd:string .

<http://lexvo.org/id/char/27031> a lvont:Character ;
    lvont:represents "𧀱"^^xsd:string .

<http://lexvo.org/id/char/27032> a lvont:Character ;
    lvont:represents "𧀲"^^xsd:string .

<http://lexvo.org/id/char/27033> a lvont:Character ;
    lvont:represents "𧀳"^^xsd:string .

<http://lexvo.org/id/char/27034> a lvont:Character ;
    lvont:represents "𧀴"^^xsd:string .

<http://lexvo.org/id/char/27035> a lvont:Character ;
    lvont:represents "𧀵"^^xsd:string .

<http://lexvo.org/id/char/27036> a lvont:Character ;
    lvont:represents "𧀶"^^xsd:string .

<http://lexvo.org/id/char/27037> a lvont:Character ;
    lvont:represents "𧀷"^^xsd:string .

<http://lexvo.org/id/char/27038> a lvont:Character ;
    lvont:represents "𧀸"^^xsd:string .

<http://lexvo.org/id/char/27039> a lvont:Character ;
    lvont:represents "𧀹"^^xsd:string .

<http://lexvo.org/id/char/2703A> a lvont:Character ;
    lvont:represents "𧀺"^^xsd:string .

<http://lexvo.org/id/char/2703B> a lvont:Character ;
    lvont:represents "𧀻"^^xsd:string .

<http://lexvo.org/id/char/2703C> a lvont:Character ;
    lvont:represents "𧀼"^^xsd:string .

<http://lexvo.org/id/char/2703D> a lvont:Character ;
    lvont:represents "𧀽"^^xsd:string .

<http://lexvo.org/id/char/2703E> a lvont:Character ;
    lvont:represents "𧀾"^^xsd:string .

<http://lexvo.org/id/char/2703F> a lvont:Character ;
    lvont:represents "𧀿"^^xsd:string .

<http://lexvo.org/id/char/2704> a lvont:Character ;
    lvont:represents "✄"^^xsd:string ;
    rdfs:comment "WHITE SCISSORS"@en .

<http://lexvo.org/id/char/27040> a lvont:Character ;
    lvont:represents "𧁀"^^xsd:string .

<http://lexvo.org/id/char/27041> a lvont:Character ;
    lvont:represents "𧁁"^^xsd:string .

<http://lexvo.org/id/char/27042> a lvont:Character ;
    lvont:represents "𧁂"^^xsd:string .

<http://lexvo.org/id/char/27043> a lvont:Character ;
    lvont:represents "𧁃"^^xsd:string .

<http://lexvo.org/id/char/27044> a lvont:Character ;
    lvont:represents "𧁄"^^xsd:string .

<http://lexvo.org/id/char/27045> a lvont:Character ;
    lvont:represents "𧁅"^^xsd:string .

<http://lexvo.org/id/char/27046> a lvont:Character ;
    lvont:represents "𧁆"^^xsd:string .

<http://lexvo.org/id/char/27047> a lvont:Character ;
    lvont:represents "𧁇"^^xsd:string .

<http://lexvo.org/id/char/27048> a lvont:Character ;
    lvont:represents "𧁈"^^xsd:string .

<http://lexvo.org/id/char/27049> a lvont:Character ;
    lvont:represents "𧁉"^^xsd:string .

<http://lexvo.org/id/char/2704A> a lvont:Character ;
    lvont:represents "𧁊"^^xsd:string .

<http://lexvo.org/id/char/2704B> a lvont:Character ;
    lvont:represents "𧁋"^^xsd:string .

<http://lexvo.org/id/char/2704C> a lvont:Character ;
    lvont:represents "𧁌"^^xsd:string .

<http://lexvo.org/id/char/2704D> a lvont:Character ;
    lvont:represents "𧁍"^^xsd:string .

<http://lexvo.org/id/char/2704E> a lvont:Character ;
    lvont:represents "𧁎"^^xsd:string .

<http://lexvo.org/id/char/2704F> a lvont:Character ;
    lvont:represents "𧁏"^^xsd:string .

<http://lexvo.org/id/char/2705> a lvont:Character ;
    lvont:represents "✅"^^xsd:string ;
    rdfs:comment "WHITE HEAVY CHECK MARK"@en .

<http://lexvo.org/id/char/27050> a lvont:Character ;
    lvont:represents "𧁐"^^xsd:string .

<http://lexvo.org/id/char/27051> a lvont:Character ;
    lvont:represents "𧁑"^^xsd:string .

<http://lexvo.org/id/char/27052> a lvont:Character ;
    lvont:represents "𧁒"^^xsd:string .

<http://lexvo.org/id/char/27053> a lvont:Character ;
    lvont:represents "𧁓"^^xsd:string .

<http://lexvo.org/id/char/27054> a lvont:Character ;
    lvont:represents "𧁔"^^xsd:string .

<http://lexvo.org/id/char/27055> a lvont:Character ;
    lvont:represents "𧁕"^^xsd:string .

<http://lexvo.org/id/char/27056> a lvont:Character ;
    lvont:represents "𧁖"^^xsd:string .

<http://lexvo.org/id/char/27057> a lvont:Character ;
    lvont:represents "𧁗"^^xsd:string .

<http://lexvo.org/id/char/27058> a lvont:Character ;
    lvont:represents "𧁘"^^xsd:string .

<http://lexvo.org/id/char/27059> a lvont:Character ;
    lvont:represents "𧁙"^^xsd:string .

<http://lexvo.org/id/char/2705A> a lvont:Character ;
    lvont:represents "𧁚"^^xsd:string .

<http://lexvo.org/id/char/2705B> a lvont:Character ;
    lvont:represents "𧁛"^^xsd:string .

<http://lexvo.org/id/char/2705C> a lvont:Character ;
    lvont:represents "𧁜"^^xsd:string .

<http://lexvo.org/id/char/2705D> a lvont:Character ;
    lvont:represents "𧁝"^^xsd:string .

<http://lexvo.org/id/char/2705E> a lvont:Character ;
    lvont:represents "𧁞"^^xsd:string .

<http://lexvo.org/id/char/2705F> a lvont:Character ;
    lvont:represents "𧁟"^^xsd:string .

<http://lexvo.org/id/char/2706> a lvont:Character ;
    lvont:represents "✆"^^xsd:string ;
    rdfs:comment "TELEPHONE LOCATION SIGN"@en .

<http://lexvo.org/id/char/27060> a lvont:Character ;
    lvont:represents "𧁠"^^xsd:string .

<http://lexvo.org/id/char/27061> a lvont:Character ;
    lvont:represents "𧁡"^^xsd:string .

<http://lexvo.org/id/char/27062> a lvont:Character ;
    lvont:represents "𧁢"^^xsd:string .

<http://lexvo.org/id/char/27063> a lvont:Character ;
    lvont:represents "𧁣"^^xsd:string .

<http://lexvo.org/id/char/27064> a lvont:Character ;
    lvont:represents "𧁤"^^xsd:string .

<http://lexvo.org/id/char/27065> a lvont:Character ;
    lvont:represents "𧁥"^^xsd:string .

<http://lexvo.org/id/char/27066> a lvont:Character ;
    lvont:represents "𧁦"^^xsd:string .

<http://lexvo.org/id/char/27067> a lvont:Character ;
    lvont:represents "𧁧"^^xsd:string .

<http://lexvo.org/id/char/27068> a lvont:Character ;
    lvont:represents "𧁨"^^xsd:string .

<http://lexvo.org/id/char/27069> a lvont:Character ;
    lvont:represents "𧁩"^^xsd:string .

<http://lexvo.org/id/char/2706A> a lvont:Character ;
    lvont:represents "𧁪"^^xsd:string .

<http://lexvo.org/id/char/2706B> a lvont:Character ;
    lvont:represents "𧁫"^^xsd:string .

<http://lexvo.org/id/char/2706C> a lvont:Character ;
    lvont:represents "𧁬"^^xsd:string .

<http://lexvo.org/id/char/2706D> a lvont:Character ;
    lvont:represents "𧁭"^^xsd:string .

<http://lexvo.org/id/char/2706E> a lvont:Character ;
    lvont:represents "𧁮"^^xsd:string .

<http://lexvo.org/id/char/2706F> a lvont:Character ;
    lvont:represents "𧁯"^^xsd:string .

<http://lexvo.org/id/char/2707> a lvont:Character ;
    lvont:represents "✇"^^xsd:string ;
    rdfs:comment "TAPE DRIVE"@en .

<http://lexvo.org/id/char/27070> a lvont:Character ;
    lvont:represents "𧁰"^^xsd:string .

<http://lexvo.org/id/char/27071> a lvont:Character ;
    lvont:represents "𧁱"^^xsd:string .

<http://lexvo.org/id/char/27072> a lvont:Character ;
    lvont:represents "𧁲"^^xsd:string .

<http://lexvo.org/id/char/27073> a lvont:Character ;
    lvont:represents "𧁳"^^xsd:string .

<http://lexvo.org/id/char/27074> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/gh%C3%A9m>,
        "𧁴"^^xsd:string .

<http://lexvo.org/id/char/27075> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/v%E1%BB%8F>,
        "𧁵"^^xsd:string .

<http://lexvo.org/id/char/27076> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/gi%E1%BB%81n>,
        "𧁶"^^xsd:string .

<http://lexvo.org/id/char/27077> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/kh%C3%B3>,
        "𧁷"^^xsd:string .

<http://lexvo.org/id/char/27078> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/v%E1%BB%ABng>,
        "𧁸"^^xsd:string .

<http://lexvo.org/id/char/27079> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/kh%C3%B3>,
        "𧁹"^^xsd:string .

<http://lexvo.org/id/char/2707A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/r%C6%B0%E1%BB%9Dm>,
        "𧁺"^^xsd:string .

<http://lexvo.org/id/char/2707B> a lvont:Character ;
    lvont:represents "𧁻"^^xsd:string .

<http://lexvo.org/id/char/2707C> a lvont:Character ;
    lvont:represents "𧁼"^^xsd:string .

<http://lexvo.org/id/char/2707D> a lvont:Character ;
    lvont:represents "𧁽"^^xsd:string .

<http://lexvo.org/id/char/2707E> a lvont:Character ;
    lvont:represents "𧁾"^^xsd:string .

<http://lexvo.org/id/char/2707F> a lvont:Character ;
    lvont:represents "𧁿"^^xsd:string .

<http://lexvo.org/id/char/2708> a lvont:Character ;
    lvont:represents "✈"^^xsd:string ;
    rdfs:comment "AIRPLANE"@en .

<http://lexvo.org/id/char/27080> a lvont:Character ;
    lvont:represents "𧂀"^^xsd:string .

<http://lexvo.org/id/char/27081> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ch%E1%BB%87n>,
        "𧂁"^^xsd:string .

<http://lexvo.org/id/char/27082> a lvont:Character ;
    lvont:represents "𧂂"^^xsd:string .

<http://lexvo.org/id/char/27083> a lvont:Character ;
    lvont:represents "𧂃"^^xsd:string .

<http://lexvo.org/id/char/27084> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/r%C6%B0%E1%BB%9Dm>,
        "𧂄"^^xsd:string .

<http://lexvo.org/id/char/27085> a lvont:Character ;
    lvont:represents "𧂅"^^xsd:string .

<http://lexvo.org/id/char/27086> a lvont:Character ;
    lvont:represents "𧂆"^^xsd:string .

<http://lexvo.org/id/char/27087> a lvont:Character ;
    lvont:represents "𧂇"^^xsd:string .

<http://lexvo.org/id/char/27088> a lvont:Character ;
    lvont:represents "𧂈"^^xsd:string .

<http://lexvo.org/id/char/27089> a lvont:Character ;
    lvont:represents "𧂉"^^xsd:string .

<http://lexvo.org/id/char/2708A> a lvont:Character ;
    lvont:represents "𧂊"^^xsd:string .

<http://lexvo.org/id/char/2708B> a lvont:Character ;
    lvont:represents "𧂋"^^xsd:string .

<http://lexvo.org/id/char/2708C> a lvont:Character ;
    lvont:represents "𧂌"^^xsd:string .

<http://lexvo.org/id/char/2708D> a lvont:Character ;
    lvont:represents "𧂍"^^xsd:string .

<http://lexvo.org/id/char/2708E> a lvont:Character ;
    lvont:represents "𧂎"^^xsd:string .

<http://lexvo.org/id/char/2708F> a lvont:Character ;
    lvont:represents "𧂏"^^xsd:string .

<http://lexvo.org/id/char/2709> a lvont:Character ;
    lvont:represents "✉"^^xsd:string ;
    rdfs:comment "ENVELOPE"@en .

<http://lexvo.org/id/char/27090> a lvont:Character ;
    lvont:represents "𧂐"^^xsd:string .

<http://lexvo.org/id/char/27091> a lvont:Character ;
    lvont:represents "𧂑"^^xsd:string .

<http://lexvo.org/id/char/27092> a lvont:Character ;
    lvont:represents "𧂒"^^xsd:string .

<http://lexvo.org/id/char/27093> a lvont:Character ;
    lvont:represents "𧂓"^^xsd:string .

<http://lexvo.org/id/char/27094> a lvont:Character ;
    lvont:represents "𧂔"^^xsd:string .

<http://lexvo.org/id/char/27095> a lvont:Character ;
    lvont:represents "𧂕"^^xsd:string .

<http://lexvo.org/id/char/27096> a lvont:Character ;
    lvont:represents "𧂖"^^xsd:string .

<http://lexvo.org/id/char/27097> a lvont:Character ;
    lvont:represents "𧂗"^^xsd:string .

<http://lexvo.org/id/char/27098> a lvont:Character ;
    lvont:represents "𧂘"^^xsd:string .

<http://lexvo.org/id/char/27099> a lvont:Character ;
    lvont:represents "𧂙"^^xsd:string .

<http://lexvo.org/id/char/2709A> a lvont:Character ;
    lvont:represents "𧂚"^^xsd:string .

<http://lexvo.org/id/char/2709B> a lvont:Character ;
    lvont:represents "𧂛"^^xsd:string .

<http://lexvo.org/id/char/2709C> a lvont:Character ;
    lvont:represents "𧂜"^^xsd:string .

<http://lexvo.org/id/char/2709D> a lvont:Character ;
    lvont:represents "𧂝"^^xsd:string .

<http://lexvo.org/id/char/2709E> a lvont:Character ;
    lvont:represents "𧂞"^^xsd:string .

<http://lexvo.org/id/char/2709F> a lvont:Character ;
    lvont:represents "𧂟"^^xsd:string .

<http://lexvo.org/id/char/270A> a lvont:Character ;
    lvont:represents "✊"^^xsd:string ;
    rdfs:comment "RAISED FIST"@en .

<http://lexvo.org/id/char/270A0> a lvont:Character ;
    lvont:represents "𧂠"^^xsd:string .

<http://lexvo.org/id/char/270A1> a lvont:Character ;
    lvont:represents "𧂡"^^xsd:string .

<http://lexvo.org/id/char/270A2> a lvont:Character ;
    lvont:represents "𧂢"^^xsd:string .

<http://lexvo.org/id/char/270A3> a lvont:Character ;
    lvont:represents "𧂣"^^xsd:string .

<http://lexvo.org/id/char/270A4> a lvont:Character ;
    lvont:represents "𧂤"^^xsd:string .

<http://lexvo.org/id/char/270A5> a lvont:Character ;
    lvont:represents "𧂥"^^xsd:string .

<http://lexvo.org/id/char/270A6> a lvont:Character ;
    lvont:represents "𧂦"^^xsd:string .

<http://lexvo.org/id/char/270A7> a lvont:Character ;
    lvont:represents "𧂧"^^xsd:string .

<http://lexvo.org/id/char/270A8> a lvont:Character ;
    lvont:represents "𧂨"^^xsd:string .

<http://lexvo.org/id/char/270A9> a lvont:Character ;
    lvont:represents "𧂩"^^xsd:string .

<http://lexvo.org/id/char/270AA> a lvont:Character ;
    lvont:represents "𧂪"^^xsd:string .

<http://lexvo.org/id/char/270AB> a lvont:Character ;
    lvont:represents "𧂫"^^xsd:string .

<http://lexvo.org/id/char/270AC> a lvont:Character ;
    lvont:represents "𧂬"^^xsd:string .

<http://lexvo.org/id/char/270AD> a lvont:Character ;
    lvont:represents "𧂭"^^xsd:string .

<http://lexvo.org/id/char/270AE> a lvont:Character ;
    lvont:represents "𧂮"^^xsd:string .

<http://lexvo.org/id/char/270AF> a lvont:Character ;
    lvont:represents "𧂯"^^xsd:string .

<http://lexvo.org/id/char/270B> a lvont:Character ;
    lvont:represents "✋"^^xsd:string ;
    rdfs:comment "RAISED HAND"@en .

<http://lexvo.org/id/char/270B0> a lvont:Character ;
    lvont:represents "𧂰"^^xsd:string .

<http://lexvo.org/id/char/270B1> a lvont:Character ;
    lvont:represents "𧂱"^^xsd:string .

<http://lexvo.org/id/char/270B2> a lvont:Character ;
    lvont:represents "𧂲"^^xsd:string .

<http://lexvo.org/id/char/270B3> a lvont:Character ;
    lvont:represents "𧂳"^^xsd:string .

<http://lexvo.org/id/char/270B4> a lvont:Character ;
    lvont:represents "𧂴"^^xsd:string .

<http://lexvo.org/id/char/270B5> a lvont:Character ;
    lvont:represents "𧂵"^^xsd:string .

<http://lexvo.org/id/char/270B6> a lvont:Character ;
    lvont:represents "𧂶"^^xsd:string .

<http://lexvo.org/id/char/270B7> a lvont:Character ;
    lvont:represents "𧂷"^^xsd:string .

<http://lexvo.org/id/char/270B8> a lvont:Character ;
    lvont:represents "𧂸"^^xsd:string .

<http://lexvo.org/id/char/270B9> a lvont:Character ;
    lvont:represents "𧂹"^^xsd:string .

<http://lexvo.org/id/char/270BA> a lvont:Character ;
    lvont:represents "𧂺"^^xsd:string .

<http://lexvo.org/id/char/270BB> a lvont:Character ;
    lvont:represents "𧂻"^^xsd:string .

<http://lexvo.org/id/char/270BC> a lvont:Character ;
    lvont:represents "𧂼"^^xsd:string .

<http://lexvo.org/id/char/270BD> a lvont:Character ;
    lvont:represents "𧂽"^^xsd:string .

<http://lexvo.org/id/char/270BE> a lvont:Character ;
    lvont:represents "𧂾"^^xsd:string .

<http://lexvo.org/id/char/270BF> a lvont:Character ;
    lvont:represents "𧂿"^^xsd:string .

<http://lexvo.org/id/char/270C> a lvont:Character ;
    lvont:represents "✌"^^xsd:string ;
    rdfs:comment "VICTORY HAND"@en .

<http://lexvo.org/id/char/270C0> a lvont:Character ;
    lvont:represents "𧃀"^^xsd:string .

<http://lexvo.org/id/char/270C1> a lvont:Character ;
    lvont:represents "𧃁"^^xsd:string .

<http://lexvo.org/id/char/270C2> a lvont:Character ;
    lvont:represents "𧃂"^^xsd:string .

<http://lexvo.org/id/char/270C3> a lvont:Character ;
    lvont:represents "𧃃"^^xsd:string .

<http://lexvo.org/id/char/270C4> a lvont:Character ;
    lvont:represents "𧃄"^^xsd:string .

<http://lexvo.org/id/char/270C5> a lvont:Character ;
    lvont:represents "𧃅"^^xsd:string .

<http://lexvo.org/id/char/270C6> a lvont:Character ;
    lvont:represents "𧃆"^^xsd:string .

<http://lexvo.org/id/char/270C7> a lvont:Character ;
    lvont:represents "𧃇"^^xsd:string .

<http://lexvo.org/id/char/270C8> a lvont:Character ;
    lvont:represents "𧃈"^^xsd:string .

<http://lexvo.org/id/char/270C9> a lvont:Character ;
    lvont:represents "𧃉"^^xsd:string .

<http://lexvo.org/id/char/270CA> a lvont:Character ;
    lvont:represents "𧃊"^^xsd:string .

<http://lexvo.org/id/char/270CB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/d%C6%B0a>,
        "𧃋"^^xsd:string .

<http://lexvo.org/id/char/270CC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/r%E1%BA%A1p>,
        "𧃌"^^xsd:string .

<http://lexvo.org/id/char/270CD> a lvont:Character ;
    lvont:represents "𧃍"^^xsd:string .

<http://lexvo.org/id/char/270CE> a lvont:Character ;
    lvont:represents "𧃎"^^xsd:string .

<http://lexvo.org/id/char/270CF> a lvont:Character ;
    lvont:represents "𧃏"^^xsd:string .

<http://lexvo.org/id/char/270D> a lvont:Character ;
    lvont:represents "✍"^^xsd:string ;
    rdfs:comment "WRITING HAND"@en .

<http://lexvo.org/id/char/270D0> a lvont:Character ;
    lvont:represents "𧃐"^^xsd:string .

<http://lexvo.org/id/char/270D1> a lvont:Character ;
    lvont:represents "𧃑"^^xsd:string .

<http://lexvo.org/id/char/270D2> a lvont:Character ;
    lvont:represents "𧃒"^^xsd:string .

<http://lexvo.org/id/char/270D3> a lvont:Character ;
    lvont:represents "𧃓"^^xsd:string .

<http://lexvo.org/id/char/270D4> a lvont:Character ;
    lvont:represents "𧃔"^^xsd:string .

<http://lexvo.org/id/char/270D5> a lvont:Character ;
    lvont:represents "𧃕"^^xsd:string .

<http://lexvo.org/id/char/270D6> a lvont:Character ;
    lvont:represents "𧃖"^^xsd:string .

<http://lexvo.org/id/char/270D7> a lvont:Character ;
    lvont:represents "𧃗"^^xsd:string .

<http://lexvo.org/id/char/270D8> a lvont:Character ;
    lvont:represents "𧃘"^^xsd:string .

<http://lexvo.org/id/char/270D9> a lvont:Character ;
    lvont:represents "𧃙"^^xsd:string .

<http://lexvo.org/id/char/270DA> a lvont:Character ;
    lvont:represents "𧃚"^^xsd:string .

<http://lexvo.org/id/char/270DB> a lvont:Character ;
    lvont:represents "𧃛"^^xsd:string .

<http://lexvo.org/id/char/270DC> a lvont:Character ;
    lvont:represents "𧃜"^^xsd:string .

<http://lexvo.org/id/char/270DD> a lvont:Character ;
    lvont:represents "𧃝"^^xsd:string .

<http://lexvo.org/id/char/270DE> a lvont:Character ;
    lvont:represents "𧃞"^^xsd:string .

<http://lexvo.org/id/char/270DF> a lvont:Character ;
    lvont:represents "𧃟"^^xsd:string .

<http://lexvo.org/id/char/270E> a lvont:Character ;
    lvont:represents "✎"^^xsd:string ;
    rdfs:comment "LOWER RIGHT PENCIL"@en .

<http://lexvo.org/id/char/270E0> a lvont:Character ;
    lvont:represents "𧃠"^^xsd:string .

<http://lexvo.org/id/char/270E1> a lvont:Character ;
    lvont:represents "𧃡"^^xsd:string .

<http://lexvo.org/id/char/270E2> a lvont:Character ;
    lvont:represents "𧃢"^^xsd:string .

<http://lexvo.org/id/char/270E3> a lvont:Character ;
    lvont:represents "𧃣"^^xsd:string .

<http://lexvo.org/id/char/270E4> a lvont:Character ;
    lvont:represents "𧃤"^^xsd:string .

<http://lexvo.org/id/char/270E5> a lvont:Character ;
    lvont:represents "𧃥"^^xsd:string .

<http://lexvo.org/id/char/270E6> a lvont:Character ;
    lvont:represents "𧃦"^^xsd:string .

<http://lexvo.org/id/char/270E7> a lvont:Character ;
    lvont:represents "𧃧"^^xsd:string .

<http://lexvo.org/id/char/270E8> a lvont:Character ;
    lvont:represents "𧃨"^^xsd:string .

<http://lexvo.org/id/char/270E9> a lvont:Character ;
    lvont:represents "𧃩"^^xsd:string .

<http://lexvo.org/id/char/270EA> a lvont:Character ;
    lvont:represents "𧃪"^^xsd:string .

<http://lexvo.org/id/char/270EB> a lvont:Character ;
    lvont:represents "𧃫"^^xsd:string .

<http://lexvo.org/id/char/270EC> a lvont:Character ;
    lvont:represents "𧃬"^^xsd:string .

<http://lexvo.org/id/char/270ED> a lvont:Character ;
    lvont:represents "𧃭"^^xsd:string .

<http://lexvo.org/id/char/270EE> a lvont:Character ;
    lvont:represents "𧃮"^^xsd:string .

<http://lexvo.org/id/char/270EF> a lvont:Character ;
    lvont:represents "𧃯"^^xsd:string .

<http://lexvo.org/id/char/270F> a lvont:Character ;
    lvont:represents "✏"^^xsd:string ;
    rdfs:comment "PENCIL"@en .

<http://lexvo.org/id/char/270F0> a lvont:Character ;
    lvont:represents "𧃰"^^xsd:string .

<http://lexvo.org/id/char/270F1> a lvont:Character ;
    lvont:represents "𧃱"^^xsd:string .

<http://lexvo.org/id/char/270F2> a lvont:Character ;
    lvont:represents "𧃲"^^xsd:string .

<http://lexvo.org/id/char/270F3> a lvont:Character ;
    lvont:represents "𧃳"^^xsd:string .

<http://lexvo.org/id/char/270F4> a lvont:Character ;
    lvont:represents "𧃴"^^xsd:string .

<http://lexvo.org/id/char/270F5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/%C4%91%E1%BA%AFng>,
        "𧃵"^^xsd:string .

<http://lexvo.org/id/char/270F6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/mu%E1%BB%91ng>,
        "𧃶"^^xsd:string .

<http://lexvo.org/id/char/270F7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/khoai>,
        "𧃷"^^xsd:string .

<http://lexvo.org/id/char/270F8> a lvont:Character ;
    lvont:represents "𧃸"^^xsd:string .

<http://lexvo.org/id/char/270F9> a lvont:Character ;
    lvont:represents "𧃹"^^xsd:string .

<http://lexvo.org/id/char/270FA> a lvont:Character ;
    lvont:represents "𧃺"^^xsd:string .

<http://lexvo.org/id/char/270FB> a lvont:Character ;
    lvont:represents "𧃻"^^xsd:string .

<http://lexvo.org/id/char/270FC> a lvont:Character ;
    lvont:represents "𧃼"^^xsd:string .

<http://lexvo.org/id/char/270FD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/%E1%BB%A9ng>,
        "𧃽"^^xsd:string .

<http://lexvo.org/id/char/270FE> a lvont:Character ;
    lvont:represents "𧃾"^^xsd:string .

<http://lexvo.org/id/char/270FF> a lvont:Character ;
    lvont:represents "𧃿"^^xsd:string .

<http://lexvo.org/id/char/2710> a lvont:Character ;
    lvont:represents "✐"^^xsd:string ;
    rdfs:comment "UPPER RIGHT PENCIL"@en .

<http://lexvo.org/id/char/27100> a lvont:Character ;
    lvont:represents "𧄀"^^xsd:string .

<http://lexvo.org/id/char/27101> a lvont:Character ;
    lvont:represents "𧄁"^^xsd:string .

<http://lexvo.org/id/char/27102> a lvont:Character ;
    lvont:represents "𧄂"^^xsd:string .

<http://lexvo.org/id/char/27103> a lvont:Character ;
    lvont:represents "𧄃"^^xsd:string .

<http://lexvo.org/id/char/27104> a lvont:Character ;
    lvont:represents "𧄄"^^xsd:string .

<http://lexvo.org/id/char/27105> a lvont:Character ;
    lvont:represents "𧄅"^^xsd:string .

<http://lexvo.org/id/char/27106> a lvont:Character ;
    lvont:represents "𧄆"^^xsd:string .

<http://lexvo.org/id/char/27107> a lvont:Character ;
    lvont:represents "𧄇"^^xsd:string .

<http://lexvo.org/id/char/27108> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/r%C3%AAu>,
        "𧄈"^^xsd:string .

<http://lexvo.org/id/char/27109> a lvont:Character ;
    lvont:represents "𧄉"^^xsd:string .

<http://lexvo.org/id/char/2710A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/han>,
        "𧄊"^^xsd:string .

<http://lexvo.org/id/char/2710B> a lvont:Character ;
    lvont:represents "𧄋"^^xsd:string .

<http://lexvo.org/id/char/2710C> a lvont:Character ;
    lvont:represents "𧄌"^^xsd:string .

<http://lexvo.org/id/char/2710D> a lvont:Character ;
    lvont:represents "𧄍"^^xsd:string .

<http://lexvo.org/id/char/2710E> a lvont:Character ;
    lvont:represents "𧄎"^^xsd:string .

<http://lexvo.org/id/char/2710F> a lvont:Character ;
    lvont:represents "𧄏"^^xsd:string .

<http://lexvo.org/id/char/2711> a lvont:Character ;
    lvont:represents "✑"^^xsd:string ;
    rdfs:comment "WHITE NIB"@en .

<http://lexvo.org/id/char/27110> a lvont:Character ;
    lvont:represents "𧄐"^^xsd:string .

<http://lexvo.org/id/char/27111> a lvont:Character ;
    lvont:represents "𧄑"^^xsd:string .

<http://lexvo.org/id/char/27112> a lvont:Character ;
    lvont:represents "𧄒"^^xsd:string .

<http://lexvo.org/id/char/27113> a lvont:Character ;
    lvont:represents "𧄓"^^xsd:string .

<http://lexvo.org/id/char/27114> a lvont:Character ;
    lvont:represents "𧄔"^^xsd:string .

<http://lexvo.org/id/char/27115> a lvont:Character ;
    lvont:represents "𧄕"^^xsd:string .

<http://lexvo.org/id/char/27116> a lvont:Character ;
    lvont:represents "𧄖"^^xsd:string .

<http://lexvo.org/id/char/27117> a lvont:Character ;
    lvont:represents "𧄗"^^xsd:string .

<http://lexvo.org/id/char/27118> a lvont:Character ;
    lvont:represents "𧄘"^^xsd:string .

<http://lexvo.org/id/char/27119> a lvont:Character ;
    lvont:represents "𧄙"^^xsd:string .

<http://lexvo.org/id/char/2711A> a lvont:Character ;
    lvont:represents "𧄚"^^xsd:string .

<http://lexvo.org/id/char/2711B> a lvont:Character ;
    lvont:represents "𧄛"^^xsd:string .

<http://lexvo.org/id/char/2711C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/ru%C7%90>,
        "𧄜"^^xsd:string .

<http://lexvo.org/id/char/2711D> a lvont:Character ;
    lvont:represents "𧄝"^^xsd:string .

<http://lexvo.org/id/char/2711E> a lvont:Character ;
    lvont:represents "𧄞"^^xsd:string .

<http://lexvo.org/id/char/2711F> a lvont:Character ;
    lvont:represents "𧄟"^^xsd:string .

<http://lexvo.org/id/char/2712> a lvont:Character ;
    lvont:represents "✒"^^xsd:string ;
    rdfs:comment "BLACK NIB"@en .

<http://lexvo.org/id/char/27120> a lvont:Character ;
    lvont:represents "𧄠"^^xsd:string .

<http://lexvo.org/id/char/27121> a lvont:Character ;
    lvont:represents "𧄡"^^xsd:string .

<http://lexvo.org/id/char/27122> a lvont:Character ;
    lvont:represents "𧄢"^^xsd:string .

<http://lexvo.org/id/char/27123> a lvont:Character ;
    lvont:represents "𧄣"^^xsd:string .

<http://lexvo.org/id/char/27124> a lvont:Character ;
    lvont:represents "𧄤"^^xsd:string .

<http://lexvo.org/id/char/27125> a lvont:Character ;
    lvont:represents "𧄥"^^xsd:string .

<http://lexvo.org/id/char/27126> a lvont:Character ;
    lvont:represents "𧄦"^^xsd:string .

<http://lexvo.org/id/char/27127> a lvont:Character ;
    lvont:represents "𧄧"^^xsd:string .

<http://lexvo.org/id/char/27128> a lvont:Character ;
    lvont:represents "𧄨"^^xsd:string .

<http://lexvo.org/id/char/27129> a lvont:Character ;
    lvont:represents "𧄩"^^xsd:string .

<http://lexvo.org/id/char/2712A> a lvont:Character ;
    lvont:represents "𧄪"^^xsd:string .

<http://lexvo.org/id/char/2712B> a lvont:Character ;
    lvont:represents "𧄫"^^xsd:string .

<http://lexvo.org/id/char/2712C> a lvont:Character ;
    lvont:represents "𧄬"^^xsd:string .

<http://lexvo.org/id/char/2712D> a lvont:Character ;
    lvont:represents "𧄭"^^xsd:string .

<http://lexvo.org/id/char/2712E> a lvont:Character ;
    lvont:represents "𧄮"^^xsd:string .

<http://lexvo.org/id/char/2712F> a lvont:Character ;
    lvont:represents "𧄯"^^xsd:string .

<http://lexvo.org/id/char/2713> a lvont:Character ;
    lvont:represents "✓"^^xsd:string ;
    rdfs:comment "CHECK MARK"@en .

<http://lexvo.org/id/char/27130> a lvont:Character ;
    lvont:represents "𧄰"^^xsd:string .

<http://lexvo.org/id/char/27131> a lvont:Character ;
    lvont:represents "𧄱"^^xsd:string .

<http://lexvo.org/id/char/27132> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/mo>,
        "𧄲"^^xsd:string .

<http://lexvo.org/id/char/27133> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ki%E1%BB%87u>,
        "𧄳"^^xsd:string .

<http://lexvo.org/id/char/27134> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ng%E1%BB%93ng>,
        "𧄴"^^xsd:string .

<http://lexvo.org/id/char/27135> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/r%E1%BA%A1p>,
        "𧄵"^^xsd:string .

<http://lexvo.org/id/char/27136> a lvont:Character ;
    lvont:represents "𧄶"^^xsd:string .

<http://lexvo.org/id/char/27137> a lvont:Character ;
    lvont:represents "𧄷"^^xsd:string .

<http://lexvo.org/id/char/27138> a lvont:Character ;
    lvont:represents "𧄸"^^xsd:string .

<http://lexvo.org/id/char/27139> a lvont:Character ;
    lvont:represents "𧄹"^^xsd:string .

<http://lexvo.org/id/char/2713A> a lvont:Character ;
    lvont:represents "𧄺"^^xsd:string .

<http://lexvo.org/id/char/2713B> a lvont:Character ;
    lvont:represents "𧄻"^^xsd:string .

<http://lexvo.org/id/char/2713C> a lvont:Character ;
    lvont:represents "𧄼"^^xsd:string .

<http://lexvo.org/id/char/2713D> a lvont:Character ;
    lvont:represents "𧄽"^^xsd:string .

<http://lexvo.org/id/char/2713E> a lvont:Character ;
    lvont:represents "𧄾"^^xsd:string .

<http://lexvo.org/id/char/2713F> a lvont:Character ;
    lvont:represents "𧄿"^^xsd:string .

<http://lexvo.org/id/char/2714> a lvont:Character ;
    lvont:represents "✔"^^xsd:string ;
    rdfs:comment "HEAVY CHECK MARK"@en .

<http://lexvo.org/id/char/27140> a lvont:Character ;
    lvont:represents "𧅀"^^xsd:string .

<http://lexvo.org/id/char/27141> a lvont:Character ;
    lvont:represents "𧅁"^^xsd:string .

<http://lexvo.org/id/char/27142> a lvont:Character ;
    lvont:represents "𧅂"^^xsd:string .

<http://lexvo.org/id/char/27143> a lvont:Character ;
    lvont:represents "𧅃"^^xsd:string .

<http://lexvo.org/id/char/27144> a lvont:Character ;
    lvont:represents "𧅄"^^xsd:string .

<http://lexvo.org/id/char/27145> a lvont:Character ;
    lvont:represents "𧅅"^^xsd:string .

<http://lexvo.org/id/char/27146> a lvont:Character ;
    lvont:represents "𧅆"^^xsd:string .

<http://lexvo.org/id/char/27147> a lvont:Character ;
    lvont:represents "𧅇"^^xsd:string .

<http://lexvo.org/id/char/27148> a lvont:Character ;
    lvont:represents "𧅈"^^xsd:string .

<http://lexvo.org/id/char/27149> a lvont:Character ;
    lvont:represents "𧅉"^^xsd:string .

<http://lexvo.org/id/char/2714A> a lvont:Character ;
    lvont:represents "𧅊"^^xsd:string .

<http://lexvo.org/id/char/2714B> a lvont:Character ;
    lvont:represents "𧅋"^^xsd:string .

<http://lexvo.org/id/char/2714C> a lvont:Character ;
    lvont:represents "𧅌"^^xsd:string .

<http://lexvo.org/id/char/2714D> a lvont:Character ;
    lvont:represents "𧅍"^^xsd:string .

<http://lexvo.org/id/char/2714E> a lvont:Character ;
    lvont:represents "𧅎"^^xsd:string .

<http://lexvo.org/id/char/2714F> a lvont:Character ;
    lvont:represents "𧅏"^^xsd:string .

<http://lexvo.org/id/char/2715> a lvont:Character ;
    lvont:represents "✕"^^xsd:string ;
    rdfs:comment "MULTIPLICATION X"@en .

<http://lexvo.org/id/char/27150> a lvont:Character ;
    lvont:represents "𧅐"^^xsd:string .

<http://lexvo.org/id/char/27151> a lvont:Character ;
    lvont:represents "𧅑"^^xsd:string .

<http://lexvo.org/id/char/27152> a lvont:Character ;
    lvont:represents "𧅒"^^xsd:string .

<http://lexvo.org/id/char/27153> a lvont:Character ;
    lvont:represents "𧅓"^^xsd:string .

<http://lexvo.org/id/char/27154> a lvont:Character ;
    lvont:represents "𧅔"^^xsd:string .

<http://lexvo.org/id/char/27155> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/r%E1%BA%A1p>,
        "𧅕"^^xsd:string .

<http://lexvo.org/id/char/27156> a lvont:Character ;
    lvont:represents "𧅖"^^xsd:string .

<http://lexvo.org/id/char/27157> a lvont:Character ;
    lvont:represents "𧅗"^^xsd:string .

<http://lexvo.org/id/char/27158> a lvont:Character ;
    lvont:represents "𧅘"^^xsd:string .

<http://lexvo.org/id/char/27159> a lvont:Character ;
    lvont:represents "𧅙"^^xsd:string .

<http://lexvo.org/id/char/2715A> a lvont:Character ;
    lvont:represents "𧅚"^^xsd:string .

<http://lexvo.org/id/char/2715B> a lvont:Character ;
    lvont:represents "𧅛"^^xsd:string .

<http://lexvo.org/id/char/2715C> a lvont:Character ;
    lvont:represents "𧅜"^^xsd:string .

<http://lexvo.org/id/char/2715D> a lvont:Character ;
    lvont:represents "𧅝"^^xsd:string .

<http://lexvo.org/id/char/2715E> a lvont:Character ;
    lvont:represents "𧅞"^^xsd:string .

<http://lexvo.org/id/char/2715F> a lvont:Character ;
    lvont:represents "𧅟"^^xsd:string .

<http://lexvo.org/id/char/2716> a lvont:Character ;
    lvont:represents "✖"^^xsd:string ;
    rdfs:comment "HEAVY MULTIPLICATION X"@en .

<http://lexvo.org/id/char/27160> a lvont:Character ;
    lvont:represents "𧅠"^^xsd:string .

<http://lexvo.org/id/char/27161> a lvont:Character ;
    lvont:represents "𧅡"^^xsd:string .

<http://lexvo.org/id/char/27162> a lvont:Character ;
    lvont:represents "𧅢"^^xsd:string .

<http://lexvo.org/id/char/27163> a lvont:Character ;
    lvont:represents "𧅣"^^xsd:string .

<http://lexvo.org/id/char/27164> a lvont:Character ;
    lvont:represents "𧅤"^^xsd:string .

<http://lexvo.org/id/char/27165> a lvont:Character ;
    lvont:represents "𧅥"^^xsd:string .

<http://lexvo.org/id/char/27166> a lvont:Character ;
    lvont:represents "𧅦"^^xsd:string .

<http://lexvo.org/id/char/27167> a lvont:Character ;
    lvont:represents "𧅧"^^xsd:string .

<http://lexvo.org/id/char/27168> a lvont:Character ;
    lvont:represents "𧅨"^^xsd:string .

<http://lexvo.org/id/char/27169> a lvont:Character ;
    lvont:represents "𧅩"^^xsd:string .

<http://lexvo.org/id/char/2716A> a lvont:Character ;
    lvont:represents "𧅪"^^xsd:string .

<http://lexvo.org/id/char/2716B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/r%C3%A1c>,
        "𧅫"^^xsd:string .

<http://lexvo.org/id/char/2716C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/men>,
        "𧅬"^^xsd:string .

<http://lexvo.org/id/char/2716D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/mu%E1%BB%91ng>,
        "𧅭"^^xsd:string .

<http://lexvo.org/id/char/2716E> a lvont:Character ;
    lvont:represents "𧅮"^^xsd:string .

<http://lexvo.org/id/char/2716F> a lvont:Character ;
    lvont:represents "𧅯"^^xsd:string .

<http://lexvo.org/id/char/2717> a lvont:Character ;
    lvont:represents "✗"^^xsd:string ;
    rdfs:comment "BALLOT X"@en .

<http://lexvo.org/id/char/27170> a lvont:Character ;
    lvont:represents "𧅰"^^xsd:string .

<http://lexvo.org/id/char/27171> a lvont:Character ;
    lvont:represents "𧅱"^^xsd:string .

<http://lexvo.org/id/char/27172> a lvont:Character ;
    lvont:represents "𧅲"^^xsd:string .

<http://lexvo.org/id/char/27173> a lvont:Character ;
    lvont:represents "𧅳"^^xsd:string .

<http://lexvo.org/id/char/27174> a lvont:Character ;
    lvont:represents "𧅴"^^xsd:string .

<http://lexvo.org/id/char/27175> a lvont:Character ;
    lvont:represents "𧅵"^^xsd:string .

<http://lexvo.org/id/char/27176> a lvont:Character ;
    lvont:represents "𧅶"^^xsd:string .

<http://lexvo.org/id/char/27177> a lvont:Character ;
    lvont:represents "𧅷"^^xsd:string .

<http://lexvo.org/id/char/27178> a lvont:Character ;
    lvont:represents "𧅸"^^xsd:string .

<http://lexvo.org/id/char/27179> a lvont:Character ;
    lvont:represents "𧅹"^^xsd:string .

<http://lexvo.org/id/char/2717A> a lvont:Character ;
    lvont:represents "𧅺"^^xsd:string .

<http://lexvo.org/id/char/2717B> a lvont:Character ;
    lvont:represents "𧅻"^^xsd:string .

<http://lexvo.org/id/char/2717C> a lvont:Character ;
    lvont:represents "𧅼"^^xsd:string .

<http://lexvo.org/id/char/2717D> a lvont:Character ;
    lvont:represents "𧅽"^^xsd:string .

<http://lexvo.org/id/char/2717E> a lvont:Character ;
    lvont:represents "𧅾"^^xsd:string .

<http://lexvo.org/id/char/2717F> a lvont:Character ;
    lvont:represents "𧅿"^^xsd:string .

<http://lexvo.org/id/char/2718> a lvont:Character ;
    lvont:represents "✘"^^xsd:string ;
    rdfs:comment "HEAVY BALLOT X"@en .

<http://lexvo.org/id/char/27180> a lvont:Character ;
    lvont:represents "𧆀"^^xsd:string .

<http://lexvo.org/id/char/27181> a lvont:Character ;
    lvont:represents "𧆁"^^xsd:string .

<http://lexvo.org/id/char/27182> a lvont:Character ;
    lvont:represents "𧆂"^^xsd:string .

<http://lexvo.org/id/char/27183> a lvont:Character ;
    lvont:represents "𧆃"^^xsd:string .

<http://lexvo.org/id/char/27184> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/thu%E1%BB%91c>,
        "𧆄"^^xsd:string .

<http://lexvo.org/id/char/27185> a lvont:Character ;
    lvont:represents "𧆅"^^xsd:string .

<http://lexvo.org/id/char/27186> a lvont:Character ;
    lvont:represents "𧆆"^^xsd:string .

<http://lexvo.org/id/char/27187> a lvont:Character ;
    lvont:represents "𧆇"^^xsd:string .

<http://lexvo.org/id/char/27188> a lvont:Character ;
    lvont:represents "𧆈"^^xsd:string .

<http://lexvo.org/id/char/27189> a lvont:Character ;
    lvont:represents "𧆉"^^xsd:string .

<http://lexvo.org/id/char/2718A> a lvont:Character ;
    lvont:represents "𧆊"^^xsd:string .

<http://lexvo.org/id/char/2718B> a lvont:Character ;
    lvont:represents "𧆋"^^xsd:string .

<http://lexvo.org/id/char/2718C> a lvont:Character ;
    lvont:represents "𧆌"^^xsd:string .

<http://lexvo.org/id/char/2718D> a lvont:Character ;
    lvont:represents "𧆍"^^xsd:string .

<http://lexvo.org/id/char/2718E> a lvont:Character ;
    lvont:represents "𧆎"^^xsd:string .

<http://lexvo.org/id/char/2718F> a lvont:Character ;
    lvont:represents "𧆏"^^xsd:string .

<http://lexvo.org/id/char/2719> a lvont:Character ;
    lvont:represents "✙"^^xsd:string ;
    rdfs:comment "OUTLINED GREEK CROSS"@en .

<http://lexvo.org/id/char/27190> a lvont:Character ;
    lvont:represents "𧆐"^^xsd:string .

<http://lexvo.org/id/char/27191> a lvont:Character ;
    lvont:represents "𧆑"^^xsd:string .

<http://lexvo.org/id/char/27192> a lvont:Character ;
    lvont:represents "𧆒"^^xsd:string .

<http://lexvo.org/id/char/27193> a lvont:Character ;
    lvont:represents "𧆓"^^xsd:string .

<http://lexvo.org/id/char/27194> a lvont:Character ;
    lvont:represents "𧆔"^^xsd:string .

<http://lexvo.org/id/char/27195> a lvont:Character ;
    lvont:represents "𧆕"^^xsd:string .

<http://lexvo.org/id/char/27196> a lvont:Character ;
    lvont:represents "𧆖"^^xsd:string .

<http://lexvo.org/id/char/27197> a lvont:Character ;
    lvont:represents "𧆗"^^xsd:string .

<http://lexvo.org/id/char/27198> a lvont:Character ;
    lvont:represents "𧆘"^^xsd:string .

<http://lexvo.org/id/char/27199> a lvont:Character ;
    lvont:represents "𧆙"^^xsd:string .

<http://lexvo.org/id/char/2719A> a lvont:Character ;
    lvont:represents "𧆚"^^xsd:string .

<http://lexvo.org/id/char/2719B> a lvont:Character ;
    lvont:represents "𧆛"^^xsd:string .

<http://lexvo.org/id/char/2719C> a lvont:Character ;
    lvont:represents "𧆜"^^xsd:string .

<http://lexvo.org/id/char/2719D> a lvont:Character ;
    lvont:represents "𧆝"^^xsd:string .

<http://lexvo.org/id/char/2719E> a lvont:Character ;
    lvont:represents "𧆞"^^xsd:string .

<http://lexvo.org/id/char/2719F> a lvont:Character ;
    lvont:represents "𧆟"^^xsd:string .

<http://lexvo.org/id/char/271A> a lvont:Character ;
    lvont:represents "✚"^^xsd:string ;
    rdfs:comment "HEAVY GREEK CROSS"@en .

<http://lexvo.org/id/char/271A0> a lvont:Character ;
    lvont:represents "𧆠"^^xsd:string .

<http://lexvo.org/id/char/271A1> a lvont:Character ;
    lvont:represents "𧆡"^^xsd:string .

<http://lexvo.org/id/char/271A2> a lvont:Character ;
    lvont:represents "𧆢"^^xsd:string .

<http://lexvo.org/id/char/271A3> a lvont:Character ;
    lvont:represents "𧆣"^^xsd:string .

<http://lexvo.org/id/char/271A4> a lvont:Character ;
    lvont:represents "𧆤"^^xsd:string .

<http://lexvo.org/id/char/271A5> a lvont:Character ;
    lvont:represents "𧆥"^^xsd:string .

<http://lexvo.org/id/char/271A6> a lvont:Character ;
    lvont:represents "𧆦"^^xsd:string .

<http://lexvo.org/id/char/271A7> a lvont:Character ;
    lvont:represents "𧆧"^^xsd:string .

<http://lexvo.org/id/char/271A8> a lvont:Character ;
    lvont:represents "𧆨"^^xsd:string .

<http://lexvo.org/id/char/271A9> a lvont:Character ;
    lvont:represents "𧆩"^^xsd:string .

<http://lexvo.org/id/char/271AA> a lvont:Character ;
    lvont:represents "𧆪"^^xsd:string .

<http://lexvo.org/id/char/271AB> a lvont:Character ;
    lvont:represents "𧆫"^^xsd:string .

<http://lexvo.org/id/char/271AC> a lvont:Character ;
    lvont:represents "𧆬"^^xsd:string .

<http://lexvo.org/id/char/271AD> a lvont:Character ;
    lvont:represents "𧆭"^^xsd:string .

<http://lexvo.org/id/char/271AE> a lvont:Character ;
    lvont:represents "𧆮"^^xsd:string .

<http://lexvo.org/id/char/271AF> a lvont:Character ;
    lvont:represents "𧆯"^^xsd:string .

<http://lexvo.org/id/char/271B> a lvont:Character ;
    lvont:represents "✛"^^xsd:string ;
    rdfs:comment "OPEN CENTRE CROSS"@en .

<http://lexvo.org/id/char/271B0> a lvont:Character ;
    lvont:represents "𧆰"^^xsd:string .

<http://lexvo.org/id/char/271B1> a lvont:Character ;
    lvont:represents "𧆱"^^xsd:string .

<http://lexvo.org/id/char/271B2> a lvont:Character ;
    lvont:represents "𧆲"^^xsd:string .

<http://lexvo.org/id/char/271B3> a lvont:Character ;
    lvont:represents "𧆳"^^xsd:string .

<http://lexvo.org/id/char/271B4> a lvont:Character ;
    lvont:represents "𧆴"^^xsd:string .

<http://lexvo.org/id/char/271B5> a lvont:Character ;
    lvont:represents "𧆵"^^xsd:string .

<http://lexvo.org/id/char/271B6> a lvont:Character ;
    lvont:represents "𧆶"^^xsd:string .

<http://lexvo.org/id/char/271B7> a lvont:Character ;
    lvont:represents "𧆷"^^xsd:string .

<http://lexvo.org/id/char/271B8> a lvont:Character ;
    lvont:represents "𧆸"^^xsd:string .

<http://lexvo.org/id/char/271B9> a lvont:Character ;
    lvont:represents "𧆹"^^xsd:string .

<http://lexvo.org/id/char/271BA> a lvont:Character ;
    lvont:represents "𧆺"^^xsd:string .

<http://lexvo.org/id/char/271BB> a lvont:Character ;
    lvont:represents "𧆻"^^xsd:string .

<http://lexvo.org/id/char/271BC> a lvont:Character ;
    lvont:represents "𧆼"^^xsd:string .

<http://lexvo.org/id/char/271BD> a lvont:Character ;
    lvont:represents "𧆽"^^xsd:string .

<http://lexvo.org/id/char/271BE> a lvont:Character ;
    lvont:represents "𧆾"^^xsd:string .

<http://lexvo.org/id/char/271BF> a lvont:Character ;
    lvont:represents "𧆿"^^xsd:string .

<http://lexvo.org/id/char/271C> a lvont:Character ;
    lvont:represents "✜"^^xsd:string ;
    rdfs:comment "HEAVY OPEN CENTRE CROSS"@en .

<http://lexvo.org/id/char/271C0> a lvont:Character ;
    lvont:represents "𧇀"^^xsd:string .

<http://lexvo.org/id/char/271C1> a lvont:Character ;
    lvont:represents "𧇁"^^xsd:string .

<http://lexvo.org/id/char/271C2> a lvont:Character ;
    lvont:represents "𧇂"^^xsd:string .

<http://lexvo.org/id/char/271C3> a lvont:Character ;
    lvont:represents "𧇃"^^xsd:string .

<http://lexvo.org/id/char/271C4> a lvont:Character ;
    lvont:represents "𧇄"^^xsd:string .

<http://lexvo.org/id/char/271C5> a lvont:Character ;
    lvont:represents "𧇅"^^xsd:string .

<http://lexvo.org/id/char/271C6> a lvont:Character ;
    lvont:represents "𧇆"^^xsd:string .

<http://lexvo.org/id/char/271C7> a lvont:Character ;
    lvont:represents "𧇇"^^xsd:string .

<http://lexvo.org/id/char/271C8> a lvont:Character ;
    lvont:represents "𧇈"^^xsd:string .

<http://lexvo.org/id/char/271C9> a lvont:Character ;
    lvont:represents "𧇉"^^xsd:string .

<http://lexvo.org/id/char/271CA> a lvont:Character ;
    lvont:represents "𧇊"^^xsd:string .

<http://lexvo.org/id/char/271CB> a lvont:Character ;
    lvont:represents "𧇋"^^xsd:string .

<http://lexvo.org/id/char/271CC> a lvont:Character ;
    lvont:represents "𧇌"^^xsd:string .

<http://lexvo.org/id/char/271CD> a lvont:Character ;
    lvont:represents "𧇍"^^xsd:string .

<http://lexvo.org/id/char/271CE> a lvont:Character ;
    lvont:represents "𧇎"^^xsd:string .

<http://lexvo.org/id/char/271CF> a lvont:Character ;
    lvont:represents "𧇏"^^xsd:string .

<http://lexvo.org/id/char/271D> a lvont:Character ;
    lvont:represents "✝"^^xsd:string ;
    rdfs:comment "LATIN CROSS"@en .

<http://lexvo.org/id/char/271D0> a lvont:Character ;
    lvont:represents "𧇐"^^xsd:string .

<http://lexvo.org/id/char/271D1> a lvont:Character ;
    lvont:represents "𧇑"^^xsd:string .

<http://lexvo.org/id/char/271D2> a lvont:Character ;
    lvont:represents "𧇒"^^xsd:string .

<http://lexvo.org/id/char/271D3> a lvont:Character ;
    lvont:represents "𧇓"^^xsd:string .

<http://lexvo.org/id/char/271D4> a lvont:Character ;
    lvont:represents "𧇔"^^xsd:string .

<http://lexvo.org/id/char/271D5> a lvont:Character ;
    lvont:represents "𧇕"^^xsd:string .

<http://lexvo.org/id/char/271D6> a lvont:Character ;
    lvont:represents "𧇖"^^xsd:string .

<http://lexvo.org/id/char/271D7> a lvont:Character ;
    lvont:represents "𧇗"^^xsd:string .

<http://lexvo.org/id/char/271D8> a lvont:Character ;
    lvont:represents "𧇘"^^xsd:string .

<http://lexvo.org/id/char/271D9> a lvont:Character ;
    lvont:represents "𧇙"^^xsd:string .

<http://lexvo.org/id/char/271DA> a lvont:Character ;
    lvont:represents "𧇚"^^xsd:string .

<http://lexvo.org/id/char/271DB> a lvont:Character ;
    lvont:represents "𧇛"^^xsd:string .

<http://lexvo.org/id/char/271DC> a lvont:Character ;
    lvont:represents "𧇜"^^xsd:string .

<http://lexvo.org/id/char/271DD> a lvont:Character ;
    lvont:represents "𧇝"^^xsd:string .

<http://lexvo.org/id/char/271DE> a lvont:Character ;
    lvont:represents "𧇞"^^xsd:string .

<http://lexvo.org/id/char/271DF> a lvont:Character ;
    lvont:represents "𧇟"^^xsd:string .

<http://lexvo.org/id/char/271E> a lvont:Character ;
    lvont:represents "✞"^^xsd:string ;
    rdfs:comment "SHADOWED WHITE LATIN CROSS"@en .

<http://lexvo.org/id/char/271E0> a lvont:Character ;
    lvont:represents "𧇠"^^xsd:string .

<http://lexvo.org/id/char/271E1> a lvont:Character ;
    lvont:represents "𧇡"^^xsd:string .

<http://lexvo.org/id/char/271E2> a lvont:Character ;
    lvont:represents "𧇢"^^xsd:string .

<http://lexvo.org/id/char/271E3> a lvont:Character ;
    lvont:represents "𧇣"^^xsd:string .

<http://lexvo.org/id/char/271E4> a lvont:Character ;
    lvont:represents "𧇤"^^xsd:string .

<http://lexvo.org/id/char/271E5> a lvont:Character ;
    lvont:represents "𧇥"^^xsd:string .

<http://lexvo.org/id/char/271E6> a lvont:Character ;
    lvont:represents "𧇦"^^xsd:string .

<http://lexvo.org/id/char/271E7> a lvont:Character ;
    lvont:represents "𧇧"^^xsd:string .

<http://lexvo.org/id/char/271E8> a lvont:Character ;
    lvont:represents "𧇨"^^xsd:string .

<http://lexvo.org/id/char/271E9> a lvont:Character ;
    lvont:represents "𧇩"^^xsd:string .

<http://lexvo.org/id/char/271EA> a lvont:Character ;
    lvont:represents "𧇪"^^xsd:string .

<http://lexvo.org/id/char/271EB> a lvont:Character ;
    lvont:represents "𧇫"^^xsd:string .

<http://lexvo.org/id/char/271EC> a lvont:Character ;
    lvont:represents "𧇬"^^xsd:string .

<http://lexvo.org/id/char/271ED> a lvont:Character ;
    lvont:represents "𧇭"^^xsd:string .

<http://lexvo.org/id/char/271EE> a lvont:Character ;
    lvont:represents "𧇮"^^xsd:string .

<http://lexvo.org/id/char/271EF> a lvont:Character ;
    lvont:represents "𧇯"^^xsd:string .

<http://lexvo.org/id/char/271F> a lvont:Character ;
    lvont:represents "✟"^^xsd:string ;
    rdfs:comment "OUTLINED LATIN CROSS"@en .

<http://lexvo.org/id/char/271F0> a lvont:Character ;
    lvont:represents "𧇰"^^xsd:string .

<http://lexvo.org/id/char/271F1> a lvont:Character ;
    lvont:represents "𧇱"^^xsd:string .

<http://lexvo.org/id/char/271F2> a lvont:Character ;
    lvont:represents "𧇲"^^xsd:string .

<http://lexvo.org/id/char/271F3> a lvont:Character ;
    lvont:represents "𧇳"^^xsd:string .

<http://lexvo.org/id/char/271F4> a lvont:Character ;
    lvont:represents "𧇴"^^xsd:string .

<http://lexvo.org/id/char/271F5> a lvont:Character ;
    lvont:represents "𧇵"^^xsd:string .

<http://lexvo.org/id/char/271F6> a lvont:Character ;
    lvont:represents "𧇶"^^xsd:string .

<http://lexvo.org/id/char/271F7> a lvont:Character ;
    lvont:represents "𧇷"^^xsd:string .

<http://lexvo.org/id/char/271F8> a lvont:Character ;
    lvont:represents "𧇸"^^xsd:string .

<http://lexvo.org/id/char/271F9> a lvont:Character ;
    lvont:represents "𧇹"^^xsd:string .

<http://lexvo.org/id/char/271FA> a lvont:Character ;
    lvont:represents "𧇺"^^xsd:string .

<http://lexvo.org/id/char/271FB> a lvont:Character ;
    lvont:represents "𧇻"^^xsd:string .

<http://lexvo.org/id/char/271FC> a lvont:Character ;
    lvont:represents "𧇼"^^xsd:string .

<http://lexvo.org/id/char/271FD> a lvont:Character ;
    lvont:represents "𧇽"^^xsd:string .

<http://lexvo.org/id/char/271FE> a lvont:Character ;
    lvont:represents "𧇾"^^xsd:string .

<http://lexvo.org/id/char/271FF> a lvont:Character ;
    lvont:represents "𧇿"^^xsd:string .

<http://lexvo.org/id/char/2720> a lvont:Character ;
    lvont:represents "✠"^^xsd:string ;
    rdfs:comment "MALTESE CROSS"@en .

<http://lexvo.org/id/char/27200> a lvont:Character ;
    lvont:represents "𧈀"^^xsd:string .

<http://lexvo.org/id/char/27201> a lvont:Character ;
    lvont:represents "𧈁"^^xsd:string .

<http://lexvo.org/id/char/27202> a lvont:Character ;
    lvont:represents "𧈂"^^xsd:string .

<http://lexvo.org/id/char/27203> a lvont:Character ;
    lvont:represents "𧈃"^^xsd:string .

<http://lexvo.org/id/char/27204> a lvont:Character ;
    lvont:represents "𧈄"^^xsd:string .

<http://lexvo.org/id/char/27205> a lvont:Character ;
    lvont:represents "𧈅"^^xsd:string .

<http://lexvo.org/id/char/27206> a lvont:Character ;
    lvont:represents "𧈆"^^xsd:string .

<http://lexvo.org/id/char/27207> a lvont:Character ;
    lvont:represents "𧈇"^^xsd:string .

<http://lexvo.org/id/char/27208> a lvont:Character ;
    lvont:represents "𧈈"^^xsd:string .

<http://lexvo.org/id/char/27209> a lvont:Character ;
    lvont:represents "𧈉"^^xsd:string .

<http://lexvo.org/id/char/2720A> a lvont:Character ;
    lvont:represents "𧈊"^^xsd:string .

<http://lexvo.org/id/char/2720B> a lvont:Character ;
    lvont:represents "𧈋"^^xsd:string .

<http://lexvo.org/id/char/2720C> a lvont:Character ;
    lvont:represents "𧈌"^^xsd:string .

<http://lexvo.org/id/char/2720D> a lvont:Character ;
    lvont:represents "𧈍"^^xsd:string .

<http://lexvo.org/id/char/2720E> a lvont:Character ;
    lvont:represents "𧈎"^^xsd:string .

<http://lexvo.org/id/char/2720F> a lvont:Character ;
    lvont:represents "𧈏"^^xsd:string .

<http://lexvo.org/id/char/2721> a lvont:Character ;
    lvont:represents "✡"^^xsd:string ;
    rdfs:comment "STAR OF DAVID"@en .

<http://lexvo.org/id/char/27210> a lvont:Character ;
    lvont:represents "𧈐"^^xsd:string .

<http://lexvo.org/id/char/27211> a lvont:Character ;
    lvont:represents "𧈑"^^xsd:string .

<http://lexvo.org/id/char/27212> a lvont:Character ;
    lvont:represents "𧈒"^^xsd:string .

<http://lexvo.org/id/char/27213> a lvont:Character ;
    lvont:represents "𧈓"^^xsd:string .

<http://lexvo.org/id/char/27214> a lvont:Character ;
    lvont:represents "𧈔"^^xsd:string .

<http://lexvo.org/id/char/27215> a lvont:Character ;
    lvont:represents "𧈕"^^xsd:string .

<http://lexvo.org/id/char/27216> a lvont:Character ;
    lvont:represents "𧈖"^^xsd:string .

<http://lexvo.org/id/char/27217> a lvont:Character ;
    lvont:represents "𧈗"^^xsd:string .

<http://lexvo.org/id/char/27218> a lvont:Character ;
    lvont:represents "𧈘"^^xsd:string .

<http://lexvo.org/id/char/27219> a lvont:Character ;
    lvont:represents "𧈙"^^xsd:string .

<http://lexvo.org/id/char/2721A> a lvont:Character ;
    lvont:represents "𧈚"^^xsd:string .

<http://lexvo.org/id/char/2721B> a lvont:Character ;
    lvont:represents "𧈛"^^xsd:string .

<http://lexvo.org/id/char/2721C> a lvont:Character ;
    lvont:represents "𧈜"^^xsd:string .

<http://lexvo.org/id/char/2721D> a lvont:Character ;
    lvont:represents "𧈝"^^xsd:string .

<http://lexvo.org/id/char/2721E> a lvont:Character ;
    lvont:represents "𧈞"^^xsd:string .

<http://lexvo.org/id/char/2721F> a lvont:Character ;
    lvont:represents "𧈟"^^xsd:string .

<http://lexvo.org/id/char/2722> a lvont:Character ;
    lvont:represents "✢"^^xsd:string ;
    rdfs:comment "FOUR TEARDROP-SPOKED ASTERISK"@en .

<http://lexvo.org/id/char/27220> a lvont:Character ;
    lvont:represents "𧈠"^^xsd:string .

<http://lexvo.org/id/char/27221> a lvont:Character ;
    lvont:represents "𧈡"^^xsd:string .

<http://lexvo.org/id/char/27222> a lvont:Character ;
    lvont:represents "𧈢"^^xsd:string .

<http://lexvo.org/id/char/27223> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/n%C3%A1i>,
        "𧈣"^^xsd:string .

<http://lexvo.org/id/char/27224> a lvont:Character ;
    lvont:represents "𧈤"^^xsd:string .

<http://lexvo.org/id/char/27225> a lvont:Character ;
    lvont:represents "𧈥"^^xsd:string .

<http://lexvo.org/id/char/27226> a lvont:Character ;
    lvont:represents "𧈦"^^xsd:string .

<http://lexvo.org/id/char/27227> a lvont:Character ;
    lvont:represents "𧈧"^^xsd:string .

<http://lexvo.org/id/char/27228> a lvont:Character ;
    lvont:represents "𧈨"^^xsd:string .

<http://lexvo.org/id/char/27229> a lvont:Character ;
    lvont:represents "𧈩"^^xsd:string .

<http://lexvo.org/id/char/2722A> a lvont:Character ;
    lvont:represents "𧈪"^^xsd:string .

<http://lexvo.org/id/char/2722B> a lvont:Character ;
    lvont:represents "𧈫"^^xsd:string .

<http://lexvo.org/id/char/2722C> a lvont:Character ;
    lvont:represents "𧈬"^^xsd:string .

<http://lexvo.org/id/char/2722D> a lvont:Character ;
    lvont:represents "𧈭"^^xsd:string .

<http://lexvo.org/id/char/2722E> a lvont:Character ;
    lvont:represents "𧈮"^^xsd:string .

<http://lexvo.org/id/char/2722F> a lvont:Character ;
    lvont:represents "𧈯"^^xsd:string .

<http://lexvo.org/id/char/2723> a lvont:Character ;
    lvont:represents "✣"^^xsd:string ;
    rdfs:comment "FOUR BALLOON-SPOKED ASTERISK"@en .

<http://lexvo.org/id/char/27230> a lvont:Character ;
    lvont:represents "𧈰"^^xsd:string .

<http://lexvo.org/id/char/27231> a lvont:Character ;
    lvont:represents "𧈱"^^xsd:string .

<http://lexvo.org/id/char/27232> a lvont:Character ;
    lvont:represents "𧈲"^^xsd:string .

<http://lexvo.org/id/char/27233> a lvont:Character ;
    lvont:represents "𧈳"^^xsd:string .

<http://lexvo.org/id/char/27234> a lvont:Character ;
    lvont:represents "𧈴"^^xsd:string .

<http://lexvo.org/id/char/27235> a lvont:Character ;
    lvont:represents "𧈵"^^xsd:string .

<http://lexvo.org/id/char/27236> a lvont:Character ;
    lvont:represents "𧈶"^^xsd:string .

<http://lexvo.org/id/char/27237> a lvont:Character ;
    lvont:represents "𧈷"^^xsd:string .

<http://lexvo.org/id/char/27238> a lvont:Character ;
    lvont:represents "𧈸"^^xsd:string .

<http://lexvo.org/id/char/27239> a lvont:Character ;
    lvont:represents "𧈹"^^xsd:string .

<http://lexvo.org/id/char/2723A> a lvont:Character ;
    lvont:represents "𧈺"^^xsd:string .

<http://lexvo.org/id/char/2723B> a lvont:Character ;
    lvont:represents "𧈻"^^xsd:string .

<http://lexvo.org/id/char/2723C> a lvont:Character ;
    lvont:represents "𧈼"^^xsd:string .

<http://lexvo.org/id/char/2723D> a lvont:Character ;
    lvont:represents "𧈽"^^xsd:string .

<http://lexvo.org/id/char/2723E> a lvont:Character ;
    lvont:represents "𧈾"^^xsd:string .

<http://lexvo.org/id/char/2723F> a lvont:Character ;
    lvont:represents "𧈿"^^xsd:string .

<http://lexvo.org/id/char/2724> a lvont:Character ;
    lvont:represents "✤"^^xsd:string ;
    rdfs:comment "HEAVY FOUR BALLOON-SPOKED ASTERISK"@en .

<http://lexvo.org/id/char/27240> a lvont:Character ;
    lvont:represents "𧉀"^^xsd:string .

<http://lexvo.org/id/char/27241> a lvont:Character ;
    lvont:represents "𧉁"^^xsd:string .

<http://lexvo.org/id/char/27242> a lvont:Character ;
    lvont:represents "𧉂"^^xsd:string .

<http://lexvo.org/id/char/27243> a lvont:Character ;
    lvont:represents "𧉃"^^xsd:string .

<http://lexvo.org/id/char/27244> a lvont:Character ;
    lvont:represents "𧉄"^^xsd:string .

<http://lexvo.org/id/char/27245> a lvont:Character ;
    lvont:represents "𧉅"^^xsd:string .

<http://lexvo.org/id/char/27246> a lvont:Character ;
    lvont:represents "𧉆"^^xsd:string .

<http://lexvo.org/id/char/27247> a lvont:Character ;
    lvont:represents "𧉇"^^xsd:string .

<http://lexvo.org/id/char/27248> a lvont:Character ;
    lvont:represents "𧉈"^^xsd:string .

<http://lexvo.org/id/char/27249> a lvont:Character ;
    lvont:represents "𧉉"^^xsd:string .

<http://lexvo.org/id/char/2724A> a lvont:Character ;
    lvont:represents "𧉊"^^xsd:string .

<http://lexvo.org/id/char/2724B> a lvont:Character ;
    lvont:represents "𧉋"^^xsd:string .

<http://lexvo.org/id/char/2724C> a lvont:Character ;
    lvont:represents "𧉌"^^xsd:string .

<http://lexvo.org/id/char/2724D> a lvont:Character ;
    lvont:represents "𧉍"^^xsd:string .

<http://lexvo.org/id/char/2724E> a lvont:Character ;
    lvont:represents "𧉎"^^xsd:string .

<http://lexvo.org/id/char/2724F> a lvont:Character ;
    lvont:represents "𧉏"^^xsd:string .

<http://lexvo.org/id/char/2725> a lvont:Character ;
    lvont:represents "✥"^^xsd:string ;
    rdfs:comment "FOUR CLUB-SPOKED ASTERISK"@en .

<http://lexvo.org/id/char/27250> a lvont:Character ;
    lvont:represents "𧉐"^^xsd:string .

<http://lexvo.org/id/char/27251> a lvont:Character ;
    lvont:represents "𧉑"^^xsd:string .

<http://lexvo.org/id/char/27252> a lvont:Character ;
    lvont:represents "𧉒"^^xsd:string .

<http://lexvo.org/id/char/27253> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%B9>,
        "𧉓"^^xsd:string .

<http://lexvo.org/id/char/27254> a lvont:Character ;
    lvont:represents "𧉔"^^xsd:string .

<http://lexvo.org/id/char/27255> a lvont:Character ;
    lvont:represents "𧉕"^^xsd:string .

<http://lexvo.org/id/char/27256> a lvont:Character ;
    lvont:represents "𧉖"^^xsd:string .

<http://lexvo.org/id/char/27257> a lvont:Character ;
    lvont:represents "𧉗"^^xsd:string .

<http://lexvo.org/id/char/27258> a lvont:Character ;
    lvont:represents "𧉘"^^xsd:string .

<http://lexvo.org/id/char/27259> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/tr%C3%B9n>,
        "𧉙"^^xsd:string .

<http://lexvo.org/id/char/2725A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/v%E1%BA%AFt>,
        "𧉚"^^xsd:string .

<http://lexvo.org/id/char/2725B> a lvont:Character ;
    lvont:represents "𧉛"^^xsd:string .

<http://lexvo.org/id/char/2725C> a lvont:Character ;
    lvont:represents "𧉜"^^xsd:string .

<http://lexvo.org/id/char/2725D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/c%C3%A1y>,
        "𧉝"^^xsd:string .

<http://lexvo.org/id/char/2725E> a lvont:Character ;
    lvont:represents "𧉞"^^xsd:string .

<http://lexvo.org/id/char/2725F> a lvont:Character ;
    lvont:represents "𧉟"^^xsd:string .

<http://lexvo.org/id/char/2726> a lvont:Character ;
    lvont:represents "✦"^^xsd:string ;
    rdfs:comment "BLACK FOUR POINTED STAR"@en .

<http://lexvo.org/id/char/27260> a lvont:Character ;
    lvont:represents "𧉠"^^xsd:string .

<http://lexvo.org/id/char/27261> a lvont:Character ;
    lvont:represents "𧉡"^^xsd:string .

<http://lexvo.org/id/char/27262> a lvont:Character ;
    lvont:represents "𧉢"^^xsd:string .

<http://lexvo.org/id/char/27263> a lvont:Character ;
    lvont:represents "𧉣"^^xsd:string .

<http://lexvo.org/id/char/27264> a lvont:Character ;
    lvont:represents "𧉤"^^xsd:string .

<http://lexvo.org/id/char/27265> a lvont:Character ;
    lvont:represents "𧉥"^^xsd:string .

<http://lexvo.org/id/char/27266> a lvont:Character ;
    lvont:represents "𧉦"^^xsd:string .

<http://lexvo.org/id/char/27267> a lvont:Character ;
    lvont:represents "𧉧"^^xsd:string .

<http://lexvo.org/id/char/27268> a lvont:Character ;
    lvont:represents "𧉨"^^xsd:string .

<http://lexvo.org/id/char/27269> a lvont:Character ;
    lvont:represents "𧉩"^^xsd:string .

<http://lexvo.org/id/char/2726A> a lvont:Character ;
    lvont:represents "𧉪"^^xsd:string .

<http://lexvo.org/id/char/2726B> a lvont:Character ;
    lvont:represents "𧉫"^^xsd:string .

<http://lexvo.org/id/char/2726C> a lvont:Character ;
    lvont:represents "𧉬"^^xsd:string .

<http://lexvo.org/id/char/2726D> a lvont:Character ;
    lvont:represents "𧉭"^^xsd:string .

<http://lexvo.org/id/char/2726E> a lvont:Character ;
    lvont:represents "𧉮"^^xsd:string .

<http://lexvo.org/id/char/2726F> a lvont:Character ;
    lvont:represents "𧉯"^^xsd:string .

<http://lexvo.org/id/char/2727> a lvont:Character ;
    lvont:represents "✧"^^xsd:string ;
    rdfs:comment "WHITE FOUR POINTED STAR"@en .

<http://lexvo.org/id/char/27270> a lvont:Character ;
    lvont:represents "𧉰"^^xsd:string .

<http://lexvo.org/id/char/27271> a lvont:Character ;
    lvont:represents "𧉱"^^xsd:string .

<http://lexvo.org/id/char/27272> a lvont:Character ;
    lvont:represents "𧉲"^^xsd:string .

<http://lexvo.org/id/char/27273> a lvont:Character ;
    lvont:represents "𧉳"^^xsd:string .

<http://lexvo.org/id/char/27274> a lvont:Character ;
    lvont:represents "𧉴"^^xsd:string .

<http://lexvo.org/id/char/27275> a lvont:Character ;
    lvont:represents "𧉵"^^xsd:string .

<http://lexvo.org/id/char/27276> a lvont:Character ;
    lvont:represents "𧉶"^^xsd:string .

<http://lexvo.org/id/char/27277> a lvont:Character ;
    lvont:represents "𧉷"^^xsd:string .

<http://lexvo.org/id/char/27278> a lvont:Character ;
    lvont:represents "𧉸"^^xsd:string .

<http://lexvo.org/id/char/27279> a lvont:Character ;
    lvont:represents "𧉹"^^xsd:string .

<http://lexvo.org/id/char/2727A> a lvont:Character ;
    lvont:represents "𧉺"^^xsd:string .

<http://lexvo.org/id/char/2727B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/b%E1%BA%A1ng>,
        "𧉻"^^xsd:string .

<http://lexvo.org/id/char/2727C> a lvont:Character ;
    lvont:represents "𧉼"^^xsd:string .

<http://lexvo.org/id/char/2727D> a lvont:Character ;
    lvont:represents "𧉽"^^xsd:string .

<http://lexvo.org/id/char/2727E> a lvont:Character ;
    lvont:represents "𧉾"^^xsd:string .

<http://lexvo.org/id/char/2727F> a lvont:Character ;
    lvont:represents "𧉿"^^xsd:string .

<http://lexvo.org/id/char/2728> a lvont:Character ;
    lvont:represents "✨"^^xsd:string ;
    rdfs:comment "SPARKLES"@en .

<http://lexvo.org/id/char/27280> a lvont:Character ;
    lvont:represents "𧊀"^^xsd:string .

<http://lexvo.org/id/char/27281> a lvont:Character ;
    lvont:represents "𧊁"^^xsd:string .

<http://lexvo.org/id/char/27282> a lvont:Character ;
    lvont:represents "𧊂"^^xsd:string .

<http://lexvo.org/id/char/27283> a lvont:Character ;
    lvont:represents "𧊃"^^xsd:string .

<http://lexvo.org/id/char/27284> a lvont:Character ;
    lvont:represents "𧊄"^^xsd:string .

<http://lexvo.org/id/char/27285> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/gwaai2>,
        <http://lexvo.org/id/term/yue/%F0%A7%8A%85>,
        "𧊅"^^xsd:string ;
    rdfs:comment "(Cant.) frog, toad"@en .

<http://lexvo.org/id/char/27286> a lvont:Character ;
    lvont:represents "𧊆"^^xsd:string .

<http://lexvo.org/id/char/27287> a lvont:Character ;
    lvont:represents "𧊇"^^xsd:string .

<http://lexvo.org/id/char/27288> a lvont:Character ;
    lvont:represents "𧊈"^^xsd:string .

<http://lexvo.org/id/char/27289> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/b%C6%B0%E1%BB%9Bm>,
        "𧊉"^^xsd:string .

<http://lexvo.org/id/char/2728A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/nh%E1%BB%99ng>,
        "𧊊"^^xsd:string .

<http://lexvo.org/id/char/2728B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/th%E1%BA%B1n>,
        "𧊋"^^xsd:string .

<http://lexvo.org/id/char/2728C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ch%C3%A3o>,
        "𧊌"^^xsd:string .

<http://lexvo.org/id/char/2728D> a lvont:Character ;
    lvont:represents "𧊍"^^xsd:string .

<http://lexvo.org/id/char/2728E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/v%E1%BA%AFt>,
        "𧊎"^^xsd:string .

<http://lexvo.org/id/char/2728F> a lvont:Character ;
    lvont:represents "𧊏"^^xsd:string .

<http://lexvo.org/id/char/2729> a lvont:Character ;
    lvont:represents "✩"^^xsd:string ;
    rdfs:comment "STRESS OUTLINED WHITE STAR"@en .

<http://lexvo.org/id/char/27290> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/tr%C3%BAt>,
        "𧊐"^^xsd:string .

<http://lexvo.org/id/char/27291> a lvont:Character ;
    lvont:represents "𧊑"^^xsd:string .

<http://lexvo.org/id/char/27292> a lvont:Character ;
    lvont:represents "𧊒"^^xsd:string .

<http://lexvo.org/id/char/27293> a lvont:Character ;
    lvont:represents "𧊓"^^xsd:string .

<http://lexvo.org/id/char/27294> a lvont:Character ;
    lvont:represents "𧊔"^^xsd:string .

<http://lexvo.org/id/char/27295> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/nh%C3%B4ng>,
        "𧊕"^^xsd:string .

<http://lexvo.org/id/char/27296> a lvont:Character ;
    lvont:represents "𧊖"^^xsd:string .

<http://lexvo.org/id/char/27297> a lvont:Character ;
    lvont:represents "𧊗"^^xsd:string .

<http://lexvo.org/id/char/27298> a lvont:Character ;
    lvont:represents "𧊘"^^xsd:string .

<http://lexvo.org/id/char/27299> a lvont:Character ;
    lvont:represents "𧊙"^^xsd:string .

<http://lexvo.org/id/char/2729A> a lvont:Character ;
    lvont:represents "𧊚"^^xsd:string .

<http://lexvo.org/id/char/2729B> a lvont:Character ;
    lvont:represents "𧊛"^^xsd:string .

<http://lexvo.org/id/char/2729C> a lvont:Character ;
    lvont:represents "𧊜"^^xsd:string .

<http://lexvo.org/id/char/2729D> a lvont:Character ;
    lvont:represents "𧊝"^^xsd:string .

<http://lexvo.org/id/char/2729E> a lvont:Character ;
    lvont:represents "𧊞"^^xsd:string .

<http://lexvo.org/id/char/2729F> a lvont:Character ;
    lvont:represents "𧊟"^^xsd:string .

<http://lexvo.org/id/char/272A> a lvont:Character ;
    lvont:represents "✪"^^xsd:string ;
    rdfs:comment "CIRCLED WHITE STAR"@en .

<http://lexvo.org/id/char/272A0> a lvont:Character ;
    lvont:represents "𧊠"^^xsd:string .

<http://lexvo.org/id/char/272A1> a lvont:Character ;
    lvont:represents "𧊡"^^xsd:string .

<http://lexvo.org/id/char/272A2> a lvont:Character ;
    lvont:represents "𧊢"^^xsd:string .

<http://lexvo.org/id/char/272A3> a lvont:Character ;
    lvont:represents "𧊣"^^xsd:string .

<http://lexvo.org/id/char/272A4> a lvont:Character ;
    lvont:represents "𧊤"^^xsd:string .

<http://lexvo.org/id/char/272A5> a lvont:Character ;
    lvont:represents "𧊥"^^xsd:string .

<http://lexvo.org/id/char/272A6> a lvont:Character ;
    lvont:represents "𧊦"^^xsd:string .

<http://lexvo.org/id/char/272A7> a lvont:Character ;
    lvont:represents "𧊧"^^xsd:string .

<http://lexvo.org/id/char/272A8> a lvont:Character ;
    lvont:represents "𧊨"^^xsd:string .

<http://lexvo.org/id/char/272A9> a lvont:Character ;
    lvont:represents "𧊩"^^xsd:string .

<http://lexvo.org/id/char/272AA> a lvont:Character ;
    lvont:represents "𧊪"^^xsd:string .

<http://lexvo.org/id/char/272AB> a lvont:Character ;
    lvont:represents "𧊫"^^xsd:string .

<http://lexvo.org/id/char/272AC> a lvont:Character ;
    lvont:represents "𧊬"^^xsd:string .

<http://lexvo.org/id/char/272AD> a lvont:Character ;
    lvont:represents "𧊭"^^xsd:string .

<http://lexvo.org/id/char/272AE> a lvont:Character ;
    lvont:represents "𧊮"^^xsd:string .

<http://lexvo.org/id/char/272AF> a lvont:Character ;
    lvont:represents "𧊯"^^xsd:string .

<http://lexvo.org/id/char/272B> a lvont:Character ;
    lvont:represents "✫"^^xsd:string ;
    rdfs:comment "OPEN CENTRE BLACK STAR"@en .

<http://lexvo.org/id/char/272B0> a lvont:Character ;
    lvont:represents "𧊰"^^xsd:string .

<http://lexvo.org/id/char/272B1> a lvont:Character ;
    lvont:represents "𧊱"^^xsd:string .

<http://lexvo.org/id/char/272B2> a lvont:Character ;
    lvont:represents "𧊲"^^xsd:string .

<http://lexvo.org/id/char/272B3> a lvont:Character ;
    lvont:represents "𧊳"^^xsd:string .

<http://lexvo.org/id/char/272B4> a lvont:Character ;
    lvont:represents "𧊴"^^xsd:string .

<http://lexvo.org/id/char/272B5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/gong3>,
        <http://lexvo.org/id/term/yue/%F0%A7%8A%B5>,
        "𧊵"^^xsd:string .

<http://lexvo.org/id/char/272B6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/doe3>,
        <http://lexvo.org/id/term/yue/%F0%A7%8A%B6>,
        "𧊶"^^xsd:string ;
    rdfs:comment "(Cant.) insect sting"@en .

<http://lexvo.org/id/char/272B7> a lvont:Character ;
    lvont:represents "𧊷"^^xsd:string .

<http://lexvo.org/id/char/272B8> a lvont:Character ;
    lvont:represents "𧊸"^^xsd:string .

<http://lexvo.org/id/char/272B9> a lvont:Character ;
    lvont:represents "𧊹"^^xsd:string .

<http://lexvo.org/id/char/272BA> a lvont:Character ;
    lvont:represents "𧊺"^^xsd:string .

<http://lexvo.org/id/char/272BB> a lvont:Character ;
    lvont:represents "𧊻"^^xsd:string .

<http://lexvo.org/id/char/272BC> a lvont:Character ;
    lvont:represents "𧊼"^^xsd:string .

<http://lexvo.org/id/char/272BD> a lvont:Character ;
    lvont:represents "𧊽"^^xsd:string .

<http://lexvo.org/id/char/272BE> a lvont:Character ;
    lvont:represents "𧊾"^^xsd:string .

<http://lexvo.org/id/char/272BF> a lvont:Character ;
    lvont:represents "𧊿"^^xsd:string .

<http://lexvo.org/id/char/272C> a lvont:Character ;
    lvont:represents "✬"^^xsd:string ;
    rdfs:comment "BLACK CENTRE WHITE STAR"@en .

<http://lexvo.org/id/char/272C0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ch%E1%BA%A5u>,
        "𧋀"^^xsd:string .

<http://lexvo.org/id/char/272C1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/nh%C3%A1i>,
        "𧋁"^^xsd:string .

<http://lexvo.org/id/char/272C2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/v%C3%B2>,
        "𧋂"^^xsd:string .

<http://lexvo.org/id/char/272C3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/chu%E1%BB%93n>,
        "𧋃"^^xsd:string .

<http://lexvo.org/id/char/272C4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/c%C3%B2ng>,
        "𧋄"^^xsd:string .

<http://lexvo.org/id/char/272C5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/r%E1%BA%ADn>,
        "𧋅"^^xsd:string .

<http://lexvo.org/id/char/272C6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/d%C3%B2i>,
        "𧋆"^^xsd:string .

<http://lexvo.org/id/char/272C7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ch%E1%BA%A1ch>,
        "𧋇"^^xsd:string .

<http://lexvo.org/id/char/272C8> a lvont:Character ;
    lvont:represents "𧋈"^^xsd:string .

<http://lexvo.org/id/char/272C9> a lvont:Character ;
    lvont:represents "𧋉"^^xsd:string .

<http://lexvo.org/id/char/272CA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/saa1>,
        <http://lexvo.org/id/term/yue/%F0%A7%8B%8A>,
        "𧋊"^^xsd:string ;
    rdfs:comment "(Cant.) a large butterfly"@en .

<http://lexvo.org/id/char/272CB> a lvont:Character ;
    lvont:represents "𧋋"^^xsd:string .

<http://lexvo.org/id/char/272CC> a lvont:Character ;
    lvont:represents "𧋌"^^xsd:string .

<http://lexvo.org/id/char/272CD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%F0%A7%8B%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%A9>,
        <http://lexvo.org/id/term/vie/ch%C3%A9t>,
        "𧋍"^^xsd:string ;
    rdfs:comment "to sting, a sting"@en .

<http://lexvo.org/id/char/272CE> a lvont:Character ;
    lvont:represents "𧋎"^^xsd:string .

<http://lexvo.org/id/char/272CF> a lvont:Character ;
    lvont:represents "𧋏"^^xsd:string .

<http://lexvo.org/id/char/272D> a lvont:Character ;
    lvont:represents "✭"^^xsd:string ;
    rdfs:comment "OUTLINED BLACK STAR"@en .

<http://lexvo.org/id/char/272D0> a lvont:Character ;
    lvont:represents "𧋐"^^xsd:string .

<http://lexvo.org/id/char/272D1> a lvont:Character ;
    lvont:represents "𧋑"^^xsd:string .

<http://lexvo.org/id/char/272D2> a lvont:Character ;
    lvont:represents "𧋒"^^xsd:string .

<http://lexvo.org/id/char/272D3> a lvont:Character ;
    lvont:represents "𧋓"^^xsd:string .

<http://lexvo.org/id/char/272D4> a lvont:Character ;
    lvont:represents "𧋔"^^xsd:string .

<http://lexvo.org/id/char/272D5> a lvont:Character ;
    lvont:represents "𧋕"^^xsd:string .

<http://lexvo.org/id/char/272D6> a lvont:Character ;
    lvont:represents "𧋖"^^xsd:string .

<http://lexvo.org/id/char/272D7> a lvont:Character ;
    lvont:represents "𧋗"^^xsd:string .

<http://lexvo.org/id/char/272D8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/%C4%91%E1%BB%89a>,
        "𧋘"^^xsd:string .

<http://lexvo.org/id/char/272D9> a lvont:Character ;
    lvont:represents "𧋙"^^xsd:string .

<http://lexvo.org/id/char/272DA> a lvont:Character ;
    lvont:represents "𧋚"^^xsd:string .

<http://lexvo.org/id/char/272DB> a lvont:Character ;
    lvont:represents "𧋛"^^xsd:string .

<http://lexvo.org/id/char/272DC> a lvont:Character ;
    lvont:represents "𧋜"^^xsd:string .

<http://lexvo.org/id/char/272DD> a lvont:Character ;
    lvont:represents "𧋝"^^xsd:string .

<http://lexvo.org/id/char/272DE> a lvont:Character ;
    lvont:represents "𧋞"^^xsd:string .

<http://lexvo.org/id/char/272DF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/m%E1%BB%91i>,
        "𧋟"^^xsd:string .

<http://lexvo.org/id/char/272E> a lvont:Character ;
    lvont:represents "✮"^^xsd:string ;
    rdfs:comment "HEAVY OUTLINED BLACK STAR"@en .

<http://lexvo.org/id/char/272E0> a lvont:Character ;
    lvont:represents "𧋠"^^xsd:string .

<http://lexvo.org/id/char/272E1> a lvont:Character ;
    lvont:represents "𧋡"^^xsd:string .

<http://lexvo.org/id/char/272E2> a lvont:Character ;
    lvont:represents "𧋢"^^xsd:string .

<http://lexvo.org/id/char/272E3> a lvont:Character ;
    lvont:represents "𧋣"^^xsd:string .

<http://lexvo.org/id/char/272E4> a lvont:Character ;
    lvont:represents "𧋤"^^xsd:string .

<http://lexvo.org/id/char/272E5> a lvont:Character ;
    lvont:represents "𧋥"^^xsd:string .

<http://lexvo.org/id/char/272E6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/mei1>,
        <http://lexvo.org/id/term/yue/%F0%A7%8B%A6>,
        "𧋦"^^xsd:string ;
    rdfs:comment "(Cant.) a dragonfly; a small boat without a sail"@en .

<http://lexvo.org/id/char/272E7> a lvont:Character ;
    lvont:represents "𧋧"^^xsd:string .

<http://lexvo.org/id/char/272E8> a lvont:Character ;
    lvont:represents "𧋨"^^xsd:string .

<http://lexvo.org/id/char/272E9> a lvont:Character ;
    lvont:represents "𧋩"^^xsd:string .

<http://lexvo.org/id/char/272EA> a lvont:Character ;
    lvont:represents "𧋪"^^xsd:string .

<http://lexvo.org/id/char/272EB> a lvont:Character ;
    lvont:represents "𧋫"^^xsd:string .

<http://lexvo.org/id/char/272EC> a lvont:Character ;
    lvont:represents "𧋬"^^xsd:string .

<http://lexvo.org/id/char/272ED> a lvont:Character ;
    lvont:represents "𧋭"^^xsd:string .

<http://lexvo.org/id/char/272EE> a lvont:Character ;
    lvont:represents "𧋮"^^xsd:string .

<http://lexvo.org/id/char/272EF> a lvont:Character ;
    lvont:represents "𧋯"^^xsd:string .

<http://lexvo.org/id/char/272F> a lvont:Character ;
    lvont:represents "✯"^^xsd:string ;
    rdfs:comment "PINWHEEL STAR"@en .

<http://lexvo.org/id/char/272F0> a lvont:Character ;
    lvont:represents "𧋰"^^xsd:string .

<http://lexvo.org/id/char/272F1> a lvont:Character ;
    lvont:represents "𧋱"^^xsd:string .

<http://lexvo.org/id/char/272F2> a lvont:Character ;
    lvont:represents "𧋲"^^xsd:string .

<http://lexvo.org/id/char/272F3> a lvont:Character ;
    lvont:represents "𧋳"^^xsd:string .

<http://lexvo.org/id/char/272F4> a lvont:Character ;
    lvont:represents "𧋴"^^xsd:string .

<http://lexvo.org/id/char/272F5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/cu%E1%BB%91ng>,
        "𧋵"^^xsd:string .

<http://lexvo.org/id/char/272F6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/m%E1%BB%8Dt>,
        "𧋶"^^xsd:string .

<http://lexvo.org/id/char/272F7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/gh%E1%BA%B9>,
        "𧋷"^^xsd:string .

<http://lexvo.org/id/char/272F8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/tr%E1%BA%A1nh>,
        "𧋸"^^xsd:string .

<http://lexvo.org/id/char/272F9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/gi%E1%BB%9Di>,
        "𧋹"^^xsd:string .

<http://lexvo.org/id/char/272FA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ch%E1%BA%A5y>,
        "𧋺"^^xsd:string .

<http://lexvo.org/id/char/272FB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/l%E1%BA%B1n>,
        "𧋻"^^xsd:string .

<http://lexvo.org/id/char/272FC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/nh%E1%BB%99ng>,
        "𧋼"^^xsd:string .

<http://lexvo.org/id/char/272FD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/mang>,
        "𧋽"^^xsd:string .

<http://lexvo.org/id/char/272FE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/%E1%BB%99p>,
        "𧋾"^^xsd:string .

<http://lexvo.org/id/char/272FF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/kho%E1%BA%A3i>,
        "𧋿"^^xsd:string .

<http://lexvo.org/id/char/2730> a lvont:Character ;
    lvont:represents "✰"^^xsd:string ;
    rdfs:comment "SHADOWED WHITE STAR"@en .

<http://lexvo.org/id/char/27300> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/th%E1%BA%B1n>,
        "𧌀"^^xsd:string .

<http://lexvo.org/id/char/27301> a lvont:Character ;
    lvont:represents "𧌁"^^xsd:string .

<http://lexvo.org/id/char/27302> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/b%E1%BB%8D>,
        "𧌂"^^xsd:string .

<http://lexvo.org/id/char/27303> a lvont:Character ;
    lvont:represents "𧌃"^^xsd:string .

<http://lexvo.org/id/char/27304> a lvont:Character ;
    lvont:represents "𧌄"^^xsd:string .

<http://lexvo.org/id/char/27305> a lvont:Character ;
    lvont:represents "𧌅"^^xsd:string .

<http://lexvo.org/id/char/27306> a lvont:Character ;
    lvont:represents "𧌆"^^xsd:string .

<http://lexvo.org/id/char/27307> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/bang1>,
        <http://lexvo.org/id/term/yue/%F0%A7%8C%87>,
        "𧌇"^^xsd:string ;
    rdfs:comment "(Cant.) a large butterfly"@en .

<http://lexvo.org/id/char/27308> a lvont:Character ;
    lvont:represents "𧌈"^^xsd:string .

<http://lexvo.org/id/char/27309> a lvont:Character ;
    lvont:represents "𧌉"^^xsd:string .

<http://lexvo.org/id/char/2730A> a lvont:Character ;
    lvont:represents "𧌊"^^xsd:string .

<http://lexvo.org/id/char/2730B> a lvont:Character ;
    lvont:represents "𧌋"^^xsd:string .

<http://lexvo.org/id/char/2730C> a lvont:Character ;
    lvont:represents "𧌌"^^xsd:string .

<http://lexvo.org/id/char/2730D> a lvont:Character ;
    lvont:represents "𧌍"^^xsd:string .

<http://lexvo.org/id/char/2730E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/%C4%91%E1%BA%BBn>,
        "𧌎"^^xsd:string .

<http://lexvo.org/id/char/2730F> a lvont:Character ;
    lvont:represents "𧌏"^^xsd:string .

<http://lexvo.org/id/char/2731> a lvont:Character ;
    lvont:represents "✱"^^xsd:string ;
    rdfs:comment "HEAVY ASTERISK"@en .

<http://lexvo.org/id/char/27310> a lvont:Character ;
    lvont:represents "𧌐"^^xsd:string .

<http://lexvo.org/id/char/27311> a lvont:Character ;
    lvont:represents "𧌑"^^xsd:string .

<http://lexvo.org/id/char/27312> a lvont:Character ;
    lvont:represents "𧌒"^^xsd:string .

<http://lexvo.org/id/char/27313> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%F0%A7%8C%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fau6>,
        <http://lexvo.org/id/term/yue/%F0%A7%8C%93>,
        "𧌓"^^xsd:string ;
    rdfs:comment "a grasshopper, locust"@en .

<http://lexvo.org/id/char/27314> a lvont:Character ;
    lvont:represents "𧌔"^^xsd:string .

<http://lexvo.org/id/char/27315> a lvont:Character ;
    lvont:represents "𧌕"^^xsd:string .

<http://lexvo.org/id/char/27316> a lvont:Character ;
    lvont:represents "𧌖"^^xsd:string .

<http://lexvo.org/id/char/27317> a lvont:Character ;
    lvont:represents "𧌗"^^xsd:string .

<http://lexvo.org/id/char/27318> a lvont:Character ;
    lvont:represents "𧌘"^^xsd:string .

<http://lexvo.org/id/char/27319> a lvont:Character ;
    lvont:represents "𧌙"^^xsd:string .

<http://lexvo.org/id/char/2731A> a lvont:Character ;
    lvont:represents "𧌚"^^xsd:string .

<http://lexvo.org/id/char/2731B> a lvont:Character ;
    lvont:represents "𧌛"^^xsd:string .

<http://lexvo.org/id/char/2731C> a lvont:Character ;
    lvont:represents "𧌜"^^xsd:string .

<http://lexvo.org/id/char/2731D> a lvont:Character ;
    lvont:represents "𧌝"^^xsd:string .

<http://lexvo.org/id/char/2731E> a lvont:Character ;
    lvont:represents "𧌞"^^xsd:string .

<http://lexvo.org/id/char/2731F> a lvont:Character ;
    lvont:represents "𧌟"^^xsd:string .

<http://lexvo.org/id/char/2732> a lvont:Character ;
    lvont:represents "✲"^^xsd:string ;
    rdfs:comment "OPEN CENTRE ASTERISK"@en .

<http://lexvo.org/id/char/27320> a lvont:Character ;
    lvont:represents "𧌠"^^xsd:string .

<http://lexvo.org/id/char/27321> a lvont:Character ;
    lvont:represents "𧌡"^^xsd:string .

<http://lexvo.org/id/char/27322> a lvont:Character ;
    lvont:represents "𧌢"^^xsd:string .

<http://lexvo.org/id/char/27323> a lvont:Character ;
    lvont:represents "𧌣"^^xsd:string .

<http://lexvo.org/id/char/27324> a lvont:Character ;
    lvont:represents "𧌤"^^xsd:string .

<http://lexvo.org/id/char/27325> a lvont:Character ;
    lvont:represents "𧌥"^^xsd:string .

<http://lexvo.org/id/char/27326> a lvont:Character ;
    lvont:represents "𧌦"^^xsd:string .

<http://lexvo.org/id/char/27327> a lvont:Character ;
    lvont:represents "𧌧"^^xsd:string .

<http://lexvo.org/id/char/27328> a lvont:Character ;
    lvont:represents "𧌨"^^xsd:string .

<http://lexvo.org/id/char/27329> a lvont:Character ;
    lvont:represents "𧌩"^^xsd:string .

<http://lexvo.org/id/char/2732A> a lvont:Character ;
    lvont:represents "𧌪"^^xsd:string .

<http://lexvo.org/id/char/2732B> a lvont:Character ;
    lvont:represents "𧌫"^^xsd:string .

<http://lexvo.org/id/char/2732C> a lvont:Character ;
    lvont:represents "𧌬"^^xsd:string .

<http://lexvo.org/id/char/2732D> a lvont:Character ;
    lvont:represents "𧌭"^^xsd:string .

<http://lexvo.org/id/char/2732E> a lvont:Character ;
    lvont:represents "𧌮"^^xsd:string .

<http://lexvo.org/id/char/2732F> a lvont:Character ;
    lvont:represents "𧌯"^^xsd:string .

<http://lexvo.org/id/char/2733> a lvont:Character ;
    lvont:represents "✳"^^xsd:string ;
    rdfs:comment "EIGHT SPOKED ASTERISK"@en .

<http://lexvo.org/id/char/27330> a lvont:Character ;
    lvont:represents "𧌰"^^xsd:string .

<http://lexvo.org/id/char/27331> a lvont:Character ;
    lvont:represents "𧌱"^^xsd:string .

<http://lexvo.org/id/char/27332> a lvont:Character ;
    lvont:represents "𧌲"^^xsd:string .

<http://lexvo.org/id/char/27333> a lvont:Character ;
    lvont:represents "𧌳"^^xsd:string .

<http://lexvo.org/id/char/27334> a lvont:Character ;
    lvont:represents "𧌴"^^xsd:string .

<http://lexvo.org/id/char/27335> a lvont:Character ;
    lvont:represents "𧌵"^^xsd:string .

<http://lexvo.org/id/char/27336> a lvont:Character ;
    lvont:represents "𧌶"^^xsd:string .

<http://lexvo.org/id/char/27337> a lvont:Character ;
    lvont:represents "𧌷"^^xsd:string .

<http://lexvo.org/id/char/27338> a lvont:Character ;
    lvont:represents "𧌸"^^xsd:string .

<http://lexvo.org/id/char/27339> a lvont:Character ;
    lvont:represents "𧌹"^^xsd:string .

<http://lexvo.org/id/char/2733A> a lvont:Character ;
    lvont:represents "𧌺"^^xsd:string .

<http://lexvo.org/id/char/2733B> a lvont:Character ;
    lvont:represents "𧌻"^^xsd:string .

<http://lexvo.org/id/char/2733C> a lvont:Character ;
    lvont:represents "𧌼"^^xsd:string .

<http://lexvo.org/id/char/2733D> a lvont:Character ;
    lvont:represents "𧌽"^^xsd:string .

<http://lexvo.org/id/char/2733E> a lvont:Character ;
    lvont:represents "𧌾"^^xsd:string .

<http://lexvo.org/id/char/2733F> a lvont:Character ;
    lvont:represents "𧌿"^^xsd:string .

<http://lexvo.org/id/char/2734> a lvont:Character ;
    lvont:represents "✴"^^xsd:string ;
    rdfs:comment "EIGHT POINTED BLACK STAR"@en .

<http://lexvo.org/id/char/27340> a lvont:Character ;
    lvont:represents "𧍀"^^xsd:string .

<http://lexvo.org/id/char/27341> a lvont:Character ;
    lvont:represents "𧍁"^^xsd:string .

<http://lexvo.org/id/char/27342> a lvont:Character ;
    lvont:represents "𧍂"^^xsd:string .

<http://lexvo.org/id/char/27343> a lvont:Character ;
    lvont:represents "𧍃"^^xsd:string .

<http://lexvo.org/id/char/27344> a lvont:Character ;
    lvont:represents "𧍄"^^xsd:string .

<http://lexvo.org/id/char/27345> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/s%E1%BB%A9a>,
        "𧍅"^^xsd:string .

<http://lexvo.org/id/char/27346> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/cua>,
        "𧍆"^^xsd:string .

<http://lexvo.org/id/char/27347> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/s%E1%BB%A9a>,
        "𧍇"^^xsd:string .

<http://lexvo.org/id/char/27348> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/%C4%91%C3%B3m>,
        "𧍈"^^xsd:string .

<http://lexvo.org/id/char/27349> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/%C4%91%E1%BB%89a>,
        "𧍉"^^xsd:string .

<http://lexvo.org/id/char/2734A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/gi%E1%BB%9Di>,
        "𧍊"^^xsd:string .

<http://lexvo.org/id/char/2734B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ng%C3%A0i>,
        "𧍋"^^xsd:string .

<http://lexvo.org/id/char/2734C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ch%E1%BA%ABu>,
        "𧍌"^^xsd:string .

<http://lexvo.org/id/char/2734D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/r%E1%BA%A7y>,
        "𧍍"^^xsd:string .

<http://lexvo.org/id/char/2734E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/h%C3%B4n>,
        "𧍎"^^xsd:string .

<http://lexvo.org/id/char/2734F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/cua>,
        "𧍏"^^xsd:string .

<http://lexvo.org/id/char/2735> a lvont:Character ;
    lvont:represents "✵"^^xsd:string ;
    rdfs:comment "EIGHT POINTED PINWHEEL STAR"@en .

<http://lexvo.org/id/char/27350> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/r%E1%BA%A7y>,
        "𧍐"^^xsd:string .

<http://lexvo.org/id/char/27351> a lvont:Character ;
    lvont:represents "𧍑"^^xsd:string .

<http://lexvo.org/id/char/27352> a lvont:Character ;
    lvont:represents "𧍒"^^xsd:string .

<http://lexvo.org/id/char/27353> a lvont:Character ;
    lvont:represents "𧍓"^^xsd:string .

<http://lexvo.org/id/char/27354> a lvont:Character ;
    lvont:represents "𧍔"^^xsd:string .

<http://lexvo.org/id/char/27355> a lvont:Character ;
    lvont:represents "𧍕"^^xsd:string .

<http://lexvo.org/id/char/27356> a lvont:Character ;
    lvont:represents "𧍖"^^xsd:string .

<http://lexvo.org/id/char/27357> a lvont:Character ;
    lvont:represents "𧍗"^^xsd:string .

<http://lexvo.org/id/char/27358> a lvont:Character ;
    lvont:represents "𧍘"^^xsd:string .

<http://lexvo.org/id/char/27359> a lvont:Character ;
    lvont:represents "𧍙"^^xsd:string .

<http://lexvo.org/id/char/2735A> a lvont:Character ;
    lvont:represents "𧍚"^^xsd:string .

<http://lexvo.org/id/char/2735B> a lvont:Character ;
    lvont:represents "𧍛"^^xsd:string .

<http://lexvo.org/id/char/2735C> a lvont:Character ;
    lvont:represents "𧍜"^^xsd:string .

<http://lexvo.org/id/char/2735D> a lvont:Character ;
    lvont:represents "𧍝"^^xsd:string .

<http://lexvo.org/id/char/2735E> a lvont:Character ;
    lvont:represents "𧍞"^^xsd:string .

<http://lexvo.org/id/char/2735F> a lvont:Character ;
    lvont:represents "𧍟"^^xsd:string .

<http://lexvo.org/id/char/2736> a lvont:Character ;
    lvont:represents "✶"^^xsd:string ;
    rdfs:comment "SIX POINTED BLACK STAR"@en .

<http://lexvo.org/id/char/27360> a lvont:Character ;
    lvont:represents "𧍠"^^xsd:string .

<http://lexvo.org/id/char/27361> a lvont:Character ;
    lvont:represents "𧍡"^^xsd:string .

<http://lexvo.org/id/char/27362> a lvont:Character ;
    lvont:represents "𧍢"^^xsd:string .

<http://lexvo.org/id/char/27363> a lvont:Character ;
    lvont:represents "𧍣"^^xsd:string .

<http://lexvo.org/id/char/27364> a lvont:Character ;
    lvont:represents "𧍤"^^xsd:string .

<http://lexvo.org/id/char/27365> a lvont:Character ;
    lvont:represents "𧍥"^^xsd:string .

<http://lexvo.org/id/char/27366> a lvont:Character ;
    lvont:represents "𧍦"^^xsd:string .

<http://lexvo.org/id/char/27367> a lvont:Character ;
    lvont:represents "𧍧"^^xsd:string .

<http://lexvo.org/id/char/27368> a lvont:Character ;
    lvont:represents "𧍨"^^xsd:string .

<http://lexvo.org/id/char/27369> a lvont:Character ;
    lvont:represents "𧍩"^^xsd:string .

<http://lexvo.org/id/char/2736A> a lvont:Character ;
    lvont:represents "𧍪"^^xsd:string .

<http://lexvo.org/id/char/2736B> a lvont:Character ;
    lvont:represents "𧍫"^^xsd:string .

<http://lexvo.org/id/char/2736C> a lvont:Character ;
    lvont:represents "𧍬"^^xsd:string .

<http://lexvo.org/id/char/2736D> a lvont:Character ;
    lvont:represents "𧍭"^^xsd:string .

<http://lexvo.org/id/char/2736E> a lvont:Character ;
    lvont:represents "𧍮"^^xsd:string .

<http://lexvo.org/id/char/2736F> a lvont:Character ;
    lvont:represents "𧍯"^^xsd:string .

<http://lexvo.org/id/char/2737> a lvont:Character ;
    lvont:represents "✷"^^xsd:string ;
    rdfs:comment "EIGHT POINTED RECTILINEAR BLACK STAR"@en .

<http://lexvo.org/id/char/27370> a lvont:Character ;
    lvont:represents "𧍰"^^xsd:string .

<http://lexvo.org/id/char/27371> a lvont:Character ;
    lvont:represents "𧍱"^^xsd:string .

<http://lexvo.org/id/char/27372> a lvont:Character ;
    lvont:represents "𧍲"^^xsd:string .

<http://lexvo.org/id/char/27373> a lvont:Character ;
    lvont:represents "𧍳"^^xsd:string .

<http://lexvo.org/id/char/27374> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/gi%C3%A1n>,
        "𧍴"^^xsd:string .

<http://lexvo.org/id/char/27375> a lvont:Character ;
    lvont:represents "𧍵"^^xsd:string .

<http://lexvo.org/id/char/27376> a lvont:Character ;
    lvont:represents "𧍶"^^xsd:string .

<http://lexvo.org/id/char/27377> a lvont:Character ;
    lvont:represents "𧍷"^^xsd:string .

<http://lexvo.org/id/char/27378> a lvont:Character ;
    lvont:represents "𧍸"^^xsd:string .

<http://lexvo.org/id/char/27379> a lvont:Character ;
    lvont:represents "𧍹"^^xsd:string .

<http://lexvo.org/id/char/2737A> a lvont:Character ;
    lvont:represents "𧍺"^^xsd:string .

<http://lexvo.org/id/char/2737B> a lvont:Character ;
    lvont:represents "𧍻"^^xsd:string .

<http://lexvo.org/id/char/2737C> a lvont:Character ;
    lvont:represents "𧍼"^^xsd:string .

<http://lexvo.org/id/char/2737D> a lvont:Character ;
    lvont:represents "𧍽"^^xsd:string .

<http://lexvo.org/id/char/2737E> a lvont:Character ;
    lvont:represents "𧍾"^^xsd:string .

<http://lexvo.org/id/char/2737F> a lvont:Character ;
    lvont:represents "𧍿"^^xsd:string .

<http://lexvo.org/id/char/2738> a lvont:Character ;
    lvont:represents "✸"^^xsd:string ;
    rdfs:comment "HEAVY EIGHT POINTED RECTILINEAR BLACK STAR"@en .

<http://lexvo.org/id/char/27380> a lvont:Character ;
    lvont:represents "𧎀"^^xsd:string .

<http://lexvo.org/id/char/27381> a lvont:Character ;
    lvont:represents "𧎁"^^xsd:string .

<http://lexvo.org/id/char/27382> a lvont:Character ;
    lvont:represents "𧎂"^^xsd:string .

<http://lexvo.org/id/char/27383> a lvont:Character ;
    lvont:represents "𧎃"^^xsd:string .

<http://lexvo.org/id/char/27384> a lvont:Character ;
    lvont:represents "𧎄"^^xsd:string .

<http://lexvo.org/id/char/27385> a lvont:Character ;
    lvont:represents "𧎅"^^xsd:string .

<http://lexvo.org/id/char/27386> a lvont:Character ;
    lvont:represents "𧎆"^^xsd:string .

<http://lexvo.org/id/char/27387> a lvont:Character ;
    lvont:represents "𧎇"^^xsd:string .

<http://lexvo.org/id/char/27388> a lvont:Character ;
    lvont:represents "𧎈"^^xsd:string .

<http://lexvo.org/id/char/27389> a lvont:Character ;
    lvont:represents "𧎉"^^xsd:string .

<http://lexvo.org/id/char/2738A> a lvont:Character ;
    lvont:represents "𧎊"^^xsd:string .

<http://lexvo.org/id/char/2738B> a lvont:Character ;
    lvont:represents "𧎋"^^xsd:string .

<http://lexvo.org/id/char/2738C> a lvont:Character ;
    lvont:represents "𧎌"^^xsd:string .

<http://lexvo.org/id/char/2738D> a lvont:Character ;
    lvont:represents "𧎍"^^xsd:string .

<http://lexvo.org/id/char/2738E> a lvont:Character ;
    lvont:represents "𧎎"^^xsd:string .

<http://lexvo.org/id/char/2738F> a lvont:Character ;
    lvont:represents "𧎏"^^xsd:string .

<http://lexvo.org/id/char/2739> a lvont:Character ;
    lvont:represents "✹"^^xsd:string ;
    rdfs:comment "TWELVE POINTED BLACK STAR"@en .

<http://lexvo.org/id/char/27390> a lvont:Character ;
    lvont:represents "𧎐"^^xsd:string .

<http://lexvo.org/id/char/27391> a lvont:Character ;
    lvont:represents "𧎑"^^xsd:string .

<http://lexvo.org/id/char/27392> a lvont:Character ;
    lvont:represents "𧎒"^^xsd:string .

<http://lexvo.org/id/char/27393> a lvont:Character ;
    lvont:represents "𧎓"^^xsd:string .

<http://lexvo.org/id/char/27394> a lvont:Character ;
    lvont:represents "𧎔"^^xsd:string .

<http://lexvo.org/id/char/27395> a lvont:Character ;
    lvont:represents "𧎕"^^xsd:string .

<http://lexvo.org/id/char/27396> a lvont:Character ;
    lvont:represents "𧎖"^^xsd:string .

<http://lexvo.org/id/char/27397> a lvont:Character ;
    lvont:represents "𧎗"^^xsd:string .

<http://lexvo.org/id/char/27398> a lvont:Character ;
    lvont:represents "𧎘"^^xsd:string .

<http://lexvo.org/id/char/27399> a lvont:Character ;
    lvont:represents "𧎙"^^xsd:string .

<http://lexvo.org/id/char/2739A> a lvont:Character ;
    lvont:represents "𧎚"^^xsd:string .

<http://lexvo.org/id/char/2739B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/%C4%91%E1%BB%8Dt>,
        "𧎛"^^xsd:string .

<http://lexvo.org/id/char/2739C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/%E1%BB%91c>,
        "𧎜"^^xsd:string .

<http://lexvo.org/id/char/2739D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ch%E1%BA%A5u>,
        "𧎝"^^xsd:string .

<http://lexvo.org/id/char/2739E> a lvont:Character ;
    lvont:represents "𧎞"^^xsd:string .

<http://lexvo.org/id/char/2739F> a lvont:Character ;
    lvont:represents "𧎟"^^xsd:string .

<http://lexvo.org/id/char/273A> a lvont:Character ;
    lvont:represents "✺"^^xsd:string ;
    rdfs:comment "SIXTEEN POINTED ASTERISK"@en .

<http://lexvo.org/id/char/273A0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/r%E1%BA%ADn>,
        "𧎠"^^xsd:string .

<http://lexvo.org/id/char/273A1> a lvont:Character ;
    lvont:represents "𧎡"^^xsd:string .

<http://lexvo.org/id/char/273A2> a lvont:Character ;
    lvont:represents "𧎢"^^xsd:string .

<http://lexvo.org/id/char/273A3> a lvont:Character ;
    lvont:represents "𧎣"^^xsd:string .

<http://lexvo.org/id/char/273A4> a lvont:Character ;
    lvont:represents "𧎤"^^xsd:string .

<http://lexvo.org/id/char/273A5> a lvont:Character ;
    lvont:represents "𧎥"^^xsd:string .

<http://lexvo.org/id/char/273A6> a lvont:Character ;
    lvont:represents "𧎦"^^xsd:string .

<http://lexvo.org/id/char/273A7> a lvont:Character ;
    lvont:represents "𧎧"^^xsd:string .

<http://lexvo.org/id/char/273A8> a lvont:Character ;
    lvont:represents "𧎨"^^xsd:string .

<http://lexvo.org/id/char/273A9> a lvont:Character ;
    lvont:represents "𧎩"^^xsd:string .

<http://lexvo.org/id/char/273AA> a lvont:Character ;
    lvont:represents "𧎪"^^xsd:string .

<http://lexvo.org/id/char/273AB> a lvont:Character ;
    lvont:represents "𧎫"^^xsd:string .

<http://lexvo.org/id/char/273AC> a lvont:Character ;
    lvont:represents "𧎬"^^xsd:string .

<http://lexvo.org/id/char/273AD> a lvont:Character ;
    lvont:represents "𧎭"^^xsd:string .

<http://lexvo.org/id/char/273AE> a lvont:Character ;
    lvont:represents "𧎮"^^xsd:string .

<http://lexvo.org/id/char/273AF> a lvont:Character ;
    lvont:represents "𧎯"^^xsd:string .

<http://lexvo.org/id/char/273B> a lvont:Character ;
    lvont:represents "✻"^^xsd:string ;
    rdfs:comment "TEARDROP-SPOKED ASTERISK"@en .

<http://lexvo.org/id/char/273B0> a lvont:Character ;
    lvont:represents "𧎰"^^xsd:string .

<http://lexvo.org/id/char/273B1> a lvont:Character ;
    lvont:represents "𧎱"^^xsd:string .

<http://lexvo.org/id/char/273B2> a lvont:Character ;
    lvont:represents "𧎲"^^xsd:string .

<http://lexvo.org/id/char/273B3> a lvont:Character ;
    lvont:represents "𧎳"^^xsd:string .

<http://lexvo.org/id/char/273B4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/r%E1%BA%BFt>,
        "𧎴"^^xsd:string .

<http://lexvo.org/id/char/273B5> a lvont:Character ;
    lvont:represents "𧎵"^^xsd:string .

<http://lexvo.org/id/char/273B6> a lvont:Character ;
    lvont:represents "𧎶"^^xsd:string .

<http://lexvo.org/id/char/273B7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/s%C3%B2>,
        "𧎷"^^xsd:string .

<http://lexvo.org/id/char/273B8> a lvont:Character ;
    lvont:represents "𧎸"^^xsd:string .

<http://lexvo.org/id/char/273B9> a lvont:Character ;
    lvont:represents "𧎹"^^xsd:string .

<http://lexvo.org/id/char/273BA> a lvont:Character ;
    lvont:represents "𧎺"^^xsd:string .

<http://lexvo.org/id/char/273BB> a lvont:Character ;
    lvont:represents "𧎻"^^xsd:string .

<http://lexvo.org/id/char/273BC> a lvont:Character ;
    lvont:represents "𧎼"^^xsd:string .

<http://lexvo.org/id/char/273BD> a lvont:Character ;
    lvont:represents "𧎽"^^xsd:string .

<http://lexvo.org/id/char/273BE> a lvont:Character ;
    lvont:represents "𧎾"^^xsd:string .

<http://lexvo.org/id/char/273BF> a lvont:Character ;
    lvont:represents "𧎿"^^xsd:string .

<http://lexvo.org/id/char/273C> a lvont:Character ;
    lvont:represents "✼"^^xsd:string ;
    rdfs:comment "OPEN CENTRE TEARDROP-SPOKED ASTERISK"@en .

<http://lexvo.org/id/char/273C0> a lvont:Character ;
    lvont:represents "𧏀"^^xsd:string .

<http://lexvo.org/id/char/273C1> a lvont:Character ;
    lvont:represents "𧏁"^^xsd:string .

<http://lexvo.org/id/char/273C2> a lvont:Character ;
    lvont:represents "𧏂"^^xsd:string .

<http://lexvo.org/id/char/273C3> a lvont:Character ;
    lvont:represents "𧏃"^^xsd:string .

<http://lexvo.org/id/char/273C4> a lvont:Character ;
    lvont:represents "𧏄"^^xsd:string .

<http://lexvo.org/id/char/273C5> a lvont:Character ;
    lvont:represents "𧏅"^^xsd:string .

<http://lexvo.org/id/char/273C6> a lvont:Character ;
    lvont:represents "𧏆"^^xsd:string .

<http://lexvo.org/id/char/273C7> a lvont:Character ;
    lvont:represents "𧏇"^^xsd:string .

<http://lexvo.org/id/char/273C8> a lvont:Character ;
    lvont:represents "𧏈"^^xsd:string .

<http://lexvo.org/id/char/273C9> a lvont:Character ;
    lvont:represents "𧏉"^^xsd:string .

<http://lexvo.org/id/char/273CA> a lvont:Character ;
    lvont:represents "𧏊"^^xsd:string .

<http://lexvo.org/id/char/273CB> a lvont:Character ;
    lvont:represents "𧏋"^^xsd:string .

<http://lexvo.org/id/char/273CC> a lvont:Character ;
    lvont:represents "𧏌"^^xsd:string .

<http://lexvo.org/id/char/273CD> a lvont:Character ;
    lvont:represents "𧏍"^^xsd:string .

<http://lexvo.org/id/char/273CE> a lvont:Character ;
    lvont:represents "𧏎"^^xsd:string .

<http://lexvo.org/id/char/273CF> a lvont:Character ;
    lvont:represents "𧏏"^^xsd:string .

<http://lexvo.org/id/char/273D> a lvont:Character ;
    lvont:represents "✽"^^xsd:string ;
    rdfs:comment "HEAVY TEARDROP-SPOKED ASTERISK"@en .

<http://lexvo.org/id/char/273D0> a lvont:Character ;
    lvont:represents "𧏐"^^xsd:string .

<http://lexvo.org/id/char/273D1> a lvont:Character ;
    lvont:represents "𧏑"^^xsd:string .

<http://lexvo.org/id/char/273D2> a lvont:Character ;
    lvont:represents "𧏒"^^xsd:string .

<http://lexvo.org/id/char/273D3> a lvont:Character ;
    lvont:represents "𧏓"^^xsd:string .

<http://lexvo.org/id/char/273D4> a lvont:Character ;
    lvont:represents "𧏔"^^xsd:string .

<http://lexvo.org/id/char/273D5> a lvont:Character ;
    lvont:represents "𧏕"^^xsd:string .

<http://lexvo.org/id/char/273D6> a lvont:Character ;
    lvont:represents "𧏖"^^xsd:string .

<http://lexvo.org/id/char/273D7> a lvont:Character ;
    lvont:represents "𧏗"^^xsd:string .

<http://lexvo.org/id/char/273D8> a lvont:Character ;
    lvont:represents "𧏘"^^xsd:string .

<http://lexvo.org/id/char/273D9> a lvont:Character ;
    lvont:represents "𧏙"^^xsd:string .

<http://lexvo.org/id/char/273DA> a lvont:Character ;
    lvont:represents "𧏚"^^xsd:string .

<http://lexvo.org/id/char/273DB> a lvont:Character ;
    lvont:represents "𧏛"^^xsd:string .

<http://lexvo.org/id/char/273DC> a lvont:Character ;
    lvont:represents "𧏜"^^xsd:string .

<http://lexvo.org/id/char/273DD> a lvont:Character ;
    lvont:represents "𧏝"^^xsd:string .

<http://lexvo.org/id/char/273DE> a lvont:Character ;
    lvont:represents "𧏞"^^xsd:string .

<http://lexvo.org/id/char/273DF> a lvont:Character ;
    lvont:represents "𧏟"^^xsd:string .

<http://lexvo.org/id/char/273E> a lvont:Character ;
    lvont:represents "✾"^^xsd:string ;
    rdfs:comment "SIX PETALLED BLACK AND WHITE FLORETTE"@en .

<http://lexvo.org/id/char/273E0> a lvont:Character ;
    lvont:represents "𧏠"^^xsd:string .

<http://lexvo.org/id/char/273E1> a lvont:Character ;
    lvont:represents "𧏡"^^xsd:string .

<http://lexvo.org/id/char/273E2> a lvont:Character ;
    lvont:represents "𧏢"^^xsd:string .

<http://lexvo.org/id/char/273E3> a lvont:Character ;
    lvont:represents "𧏣"^^xsd:string .

<http://lexvo.org/id/char/273E4> a lvont:Character ;
    lvont:represents "𧏤"^^xsd:string .

<http://lexvo.org/id/char/273E5> a lvont:Character ;
    lvont:represents "𧏥"^^xsd:string .

<http://lexvo.org/id/char/273E6> a lvont:Character ;
    lvont:represents "𧏦"^^xsd:string .

<http://lexvo.org/id/char/273E7> a lvont:Character ;
    lvont:represents "𧏧"^^xsd:string .

<http://lexvo.org/id/char/273E8> a lvont:Character ;
    lvont:represents "𧏨"^^xsd:string .

<http://lexvo.org/id/char/273E9> a lvont:Character ;
    lvont:represents "𧏩"^^xsd:string .

<http://lexvo.org/id/char/273EA> a lvont:Character ;
    lvont:represents "𧏪"^^xsd:string .

<http://lexvo.org/id/char/273EB> a lvont:Character ;
    lvont:represents "𧏫"^^xsd:string .

<http://lexvo.org/id/char/273EC> a lvont:Character ;
    lvont:represents "𧏬"^^xsd:string .

<http://lexvo.org/id/char/273ED> a lvont:Character ;
    lvont:represents "𧏭"^^xsd:string .

<http://lexvo.org/id/char/273EE> a lvont:Character ;
    lvont:represents "𧏮"^^xsd:string .

<http://lexvo.org/id/char/273EF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/nh%C3%BAc>,
        "𧏯"^^xsd:string .

<http://lexvo.org/id/char/273F> a lvont:Character ;
    lvont:represents "✿"^^xsd:string ;
    rdfs:comment "BLACK FLORETTE"@en .

<http://lexvo.org/id/char/273F0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/sam>,
        "𧏰"^^xsd:string .

<http://lexvo.org/id/char/273F1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/%C4%91%C3%B3m>,
        "𧏱"^^xsd:string .

<http://lexvo.org/id/char/273F2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/r%E1%BA%BFt>,
        "𧏲"^^xsd:string .

<http://lexvo.org/id/char/273F3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/b%E1%BB%8D>,
        "𧏳"^^xsd:string .

<http://lexvo.org/id/char/273F4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/choi>,
        "𧏴"^^xsd:string .

<http://lexvo.org/id/char/273F5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/r%E1%BB%93ng>,
        "𧏵"^^xsd:string .

<http://lexvo.org/id/char/273F6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/r%E1%BA%ADn>,
        "𧏶"^^xsd:string .

<http://lexvo.org/id/char/273F7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/nh%C3%BAc>,
        "𧏷"^^xsd:string .

<http://lexvo.org/id/char/273F8> a lvont:Character ;
    lvont:represents "𧏸"^^xsd:string .

<http://lexvo.org/id/char/273F9> a lvont:Character ;
    lvont:represents "𧏹"^^xsd:string .

<http://lexvo.org/id/char/273FA> a lvont:Character ;
    lvont:represents "𧏺"^^xsd:string .

<http://lexvo.org/id/char/273FB> a lvont:Character ;
    lvont:represents "𧏻"^^xsd:string .

<http://lexvo.org/id/char/273FC> a lvont:Character ;
    lvont:represents "𧏼"^^xsd:string .

<http://lexvo.org/id/char/273FD> a lvont:Character ;
    lvont:represents "𧏽"^^xsd:string .

<http://lexvo.org/id/char/273FE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C3%AC>,
        "𧏾"^^xsd:string .

<http://lexvo.org/id/char/273FF> a lvont:Character ;
    lvont:represents "𧏿"^^xsd:string .

<http://lexvo.org/id/char/2740> a lvont:Character ;
    lvont:represents "❀"^^xsd:string ;
    rdfs:comment "WHITE FLORETTE"@en .

<http://lexvo.org/id/char/27400> a lvont:Character ;
    lvont:represents "𧐀"^^xsd:string .

<http://lexvo.org/id/char/27401> a lvont:Character ;
    lvont:represents "𧐁"^^xsd:string .

<http://lexvo.org/id/char/27402> a lvont:Character ;
    lvont:represents "𧐂"^^xsd:string .

<http://lexvo.org/id/char/27403> a lvont:Character ;
    lvont:represents "𧐃"^^xsd:string .

<http://lexvo.org/id/char/27404> a lvont:Character ;
    lvont:represents "𧐄"^^xsd:string .

<http://lexvo.org/id/char/27405> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/zeoi1>,
        <http://lexvo.org/id/term/yue/%F0%A7%90%85>,
        "𧐅"^^xsd:string ;
    rdfs:comment "maggots, centipedes"@en .

<http://lexvo.org/id/char/27406> a lvont:Character ;
    lvont:represents "𧐆"^^xsd:string .

<http://lexvo.org/id/char/27407> a lvont:Character ;
    lvont:represents "𧐇"^^xsd:string .

<http://lexvo.org/id/char/27408> a lvont:Character ;
    lvont:represents "𧐈"^^xsd:string .

<http://lexvo.org/id/char/27409> a lvont:Character ;
    lvont:represents "𧐉"^^xsd:string .

<http://lexvo.org/id/char/2740A> a lvont:Character ;
    lvont:represents "𧐊"^^xsd:string .

<http://lexvo.org/id/char/2740B> a lvont:Character ;
    lvont:represents "𧐋"^^xsd:string .

<http://lexvo.org/id/char/2740C> a lvont:Character ;
    lvont:represents "𧐌"^^xsd:string .

<http://lexvo.org/id/char/2740D> a lvont:Character ;
    lvont:represents "𧐍"^^xsd:string .

<http://lexvo.org/id/char/2740E> a lvont:Character ;
    lvont:represents "𧐎"^^xsd:string .

<http://lexvo.org/id/char/2740F> a lvont:Character ;
    lvont:represents "𧐏"^^xsd:string .

<http://lexvo.org/id/char/2741> a lvont:Character ;
    lvont:represents "❁"^^xsd:string ;
    rdfs:comment "EIGHT PETALLED OUTLINED BLACK FLORETTE"@en .

<http://lexvo.org/id/char/27410> a lvont:Character ;
    lvont:represents "𧐐"^^xsd:string .

<http://lexvo.org/id/char/27411> a lvont:Character ;
    lvont:represents "𧐑"^^xsd:string .

<http://lexvo.org/id/char/27412> a lvont:Character ;
    lvont:represents "𧐒"^^xsd:string .

<http://lexvo.org/id/char/27413> a lvont:Character ;
    lvont:represents "𧐓"^^xsd:string .

<http://lexvo.org/id/char/27414> a lvont:Character ;
    lvont:represents "𧐔"^^xsd:string .

<http://lexvo.org/id/char/27415> a lvont:Character ;
    lvont:represents "𧐕"^^xsd:string .

<http://lexvo.org/id/char/27416> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/l%C6%B0%C6%A1n>,
        "𧐖"^^xsd:string .

<http://lexvo.org/id/char/27417> a lvont:Character ;
    lvont:represents "𧐗"^^xsd:string .

<http://lexvo.org/id/char/27418> a lvont:Character ;
    lvont:represents "𧐘"^^xsd:string .

<http://lexvo.org/id/char/27419> a lvont:Character ;
    lvont:represents "𧐙"^^xsd:string .

<http://lexvo.org/id/char/2741A> a lvont:Character ;
    lvont:represents "𧐚"^^xsd:string .

<http://lexvo.org/id/char/2741B> a lvont:Character ;
    lvont:represents "𧐛"^^xsd:string .

<http://lexvo.org/id/char/2741C> a lvont:Character ;
    lvont:represents "𧐜"^^xsd:string .

<http://lexvo.org/id/char/2741D> a lvont:Character ;
    lvont:represents "𧐝"^^xsd:string .

<http://lexvo.org/id/char/2741E> a lvont:Character ;
    lvont:represents "𧐞"^^xsd:string .

<http://lexvo.org/id/char/2741F> a lvont:Character ;
    lvont:represents "𧐟"^^xsd:string .

<http://lexvo.org/id/char/2742> a lvont:Character ;
    lvont:represents "❂"^^xsd:string ;
    rdfs:comment "CIRCLED OPEN CENTRE EIGHT POINTED STAR"@en .

<http://lexvo.org/id/char/27420> a lvont:Character ;
    lvont:represents "𧐠"^^xsd:string .

<http://lexvo.org/id/char/27421> a lvont:Character ;
    lvont:represents "𧐡"^^xsd:string .

<http://lexvo.org/id/char/27422> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/hou4>,
        <http://lexvo.org/id/term/yue/%F0%A7%90%A2>,
        "𧐢"^^xsd:string ;
    rdfs:comment "an oyster"@en .

<http://lexvo.org/id/char/27423> a lvont:Character ;
    lvont:represents "𧐣"^^xsd:string .

<http://lexvo.org/id/char/27424> a lvont:Character ;
    lvont:represents "𧐤"^^xsd:string .

<http://lexvo.org/id/char/27425> a lvont:Character ;
    lvont:represents "𧐥"^^xsd:string .

<http://lexvo.org/id/char/27426> a lvont:Character ;
    lvont:represents "𧐦"^^xsd:string .

<http://lexvo.org/id/char/27427> a lvont:Character ;
    lvont:represents "𧐧"^^xsd:string .

<http://lexvo.org/id/char/27428> a lvont:Character ;
    lvont:represents "𧐨"^^xsd:string .

<http://lexvo.org/id/char/27429> a lvont:Character ;
    lvont:represents "𧐩"^^xsd:string .

<http://lexvo.org/id/char/2742A> a lvont:Character ;
    lvont:represents "𧐪"^^xsd:string .

<http://lexvo.org/id/char/2742B> a lvont:Character ;
    lvont:represents "𧐫"^^xsd:string .

<http://lexvo.org/id/char/2742C> a lvont:Character ;
    lvont:represents "𧐬"^^xsd:string .

<http://lexvo.org/id/char/2742D> a lvont:Character ;
    lvont:represents "𧐭"^^xsd:string .

<http://lexvo.org/id/char/2742E> a lvont:Character ;
    lvont:represents "𧐮"^^xsd:string .

<http://lexvo.org/id/char/2742F> a lvont:Character ;
    lvont:represents "𧐯"^^xsd:string .

<http://lexvo.org/id/char/2743> a lvont:Character ;
    lvont:represents "❃"^^xsd:string ;
    rdfs:comment "HEAVY TEARDROP-SPOKED PINWHEEL ASTERISK"@en .

<http://lexvo.org/id/char/27430> a lvont:Character ;
    lvont:represents "𧐰"^^xsd:string .

<http://lexvo.org/id/char/27431> a lvont:Character ;
    lvont:represents "𧐱"^^xsd:string .

<http://lexvo.org/id/char/27432> a lvont:Character ;
    lvont:represents "𧐲"^^xsd:string .

<http://lexvo.org/id/char/27433> a lvont:Character ;
    lvont:represents "𧐳"^^xsd:string .

<http://lexvo.org/id/char/27434> a lvont:Character ;
    lvont:represents "𧐴"^^xsd:string .

<http://lexvo.org/id/char/27435> a lvont:Character ;
    lvont:represents "𧐵"^^xsd:string .

<http://lexvo.org/id/char/27436> a lvont:Character ;
    lvont:represents "𧐶"^^xsd:string .

<http://lexvo.org/id/char/27437> a lvont:Character ;
    lvont:represents "𧐷"^^xsd:string .

<http://lexvo.org/id/char/27438> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/%C4%91iu>,
        "𧐸"^^xsd:string .

<http://lexvo.org/id/char/27439> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/d%E1%BB%9Di>,
        "𧐹"^^xsd:string .

<http://lexvo.org/id/char/2743A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/thu%E1%BB%93ng>,
        "𧐺"^^xsd:string .

<http://lexvo.org/id/char/2743B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/nh%E1%BB%93i>,
        "𧐻"^^xsd:string .

<http://lexvo.org/id/char/2743C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ch%E1%BA%ABu>,
        "𧐼"^^xsd:string .

<http://lexvo.org/id/char/2743D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/r%C3%B3m>,
        "𧐽"^^xsd:string .

<http://lexvo.org/id/char/2743E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/b%E1%BB%8D>,
        "𧐾"^^xsd:string .

<http://lexvo.org/id/char/2743F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/s%C3%B9ng>,
        "𧐿"^^xsd:string .

<http://lexvo.org/id/char/2744> a lvont:Character ;
    lvont:represents "❄"^^xsd:string ;
    rdfs:comment "SNOWFLAKE"@en .

<http://lexvo.org/id/char/27440> a lvont:Character ;
    lvont:represents "𧑀"^^xsd:string .

<http://lexvo.org/id/char/27441> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/sam>,
        "𧑁"^^xsd:string .

<http://lexvo.org/id/char/27442> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/c%C3%A1y>,
        "𧑂"^^xsd:string .

<http://lexvo.org/id/char/27443> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ngao>,
        "𧑃"^^xsd:string .

<http://lexvo.org/id/char/27444> a lvont:Character ;
    lvont:represents "𧑄"^^xsd:string .

<http://lexvo.org/id/char/27445> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/v%C3%A9t>,
        "𧑅"^^xsd:string .

<http://lexvo.org/id/char/27446> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ch%C3%A0ng>,
        "𧑆"^^xsd:string .

<http://lexvo.org/id/char/27447> a lvont:Character ;
    lvont:represents "𧑇"^^xsd:string .

<http://lexvo.org/id/char/27448> a lvont:Character ;
    lvont:represents "𧑈"^^xsd:string .

<http://lexvo.org/id/char/27449> a lvont:Character ;
    lvont:represents "𧑉"^^xsd:string .

<http://lexvo.org/id/char/2744A> a lvont:Character ;
    lvont:represents "𧑊"^^xsd:string .

<http://lexvo.org/id/char/2744B> a lvont:Character ;
    lvont:represents "𧑋"^^xsd:string .

<http://lexvo.org/id/char/2744C> a lvont:Character ;
    lvont:represents "𧑌"^^xsd:string .

<http://lexvo.org/id/char/2744D> a lvont:Character ;
    lvont:represents "𧑍"^^xsd:string .

<http://lexvo.org/id/char/2744E> a lvont:Character ;
    lvont:represents "𧑎"^^xsd:string .

<http://lexvo.org/id/char/2744F> a lvont:Character ;
    lvont:represents "𧑏"^^xsd:string .

<http://lexvo.org/id/char/2745> a lvont:Character ;
    lvont:represents "❅"^^xsd:string ;
    rdfs:comment "TIGHT TRIFOLIATE SNOWFLAKE"@en .

<http://lexvo.org/id/char/27450> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/qu%C3%ADt>,
        "𧑐"^^xsd:string .

<http://lexvo.org/id/char/27451> a lvont:Character ;
    lvont:represents "𧑑"^^xsd:string .

<http://lexvo.org/id/char/27452> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/giun>,
        "𧑒"^^xsd:string .

<http://lexvo.org/id/char/27453> a lvont:Character ;
    lvont:represents "𧑓"^^xsd:string .

<http://lexvo.org/id/char/27454> a lvont:Character ;
    lvont:represents "𧑔"^^xsd:string .

<http://lexvo.org/id/char/27455> a lvont:Character ;
    lvont:represents "𧑕"^^xsd:string .

<http://lexvo.org/id/char/27456> a lvont:Character ;
    lvont:represents "𧑖"^^xsd:string .

<http://lexvo.org/id/char/27457> a lvont:Character ;
    lvont:represents "𧑗"^^xsd:string .

<http://lexvo.org/id/char/27458> a lvont:Character ;
    lvont:represents "𧑘"^^xsd:string .

<http://lexvo.org/id/char/27459> a lvont:Character ;
    lvont:represents "𧑙"^^xsd:string .

<http://lexvo.org/id/char/2745A> a lvont:Character ;
    lvont:represents "𧑚"^^xsd:string .

<http://lexvo.org/id/char/2745B> a lvont:Character ;
    lvont:represents "𧑛"^^xsd:string .

<http://lexvo.org/id/char/2745C> a lvont:Character ;
    lvont:represents "𧑜"^^xsd:string .

<http://lexvo.org/id/char/2745D> a lvont:Character ;
    lvont:represents "𧑝"^^xsd:string .

<http://lexvo.org/id/char/2745E> a lvont:Character ;
    lvont:represents "𧑞"^^xsd:string .

<http://lexvo.org/id/char/2745F> a lvont:Character ;
    lvont:represents "𧑟"^^xsd:string .

<http://lexvo.org/id/char/2746> a lvont:Character ;
    lvont:represents "❆"^^xsd:string ;
    rdfs:comment "HEAVY CHEVRON SNOWFLAKE"@en .

<http://lexvo.org/id/char/27460> a lvont:Character ;
    lvont:represents "𧑠"^^xsd:string .

<http://lexvo.org/id/char/27461> a lvont:Character ;
    lvont:represents "𧑡"^^xsd:string .

<http://lexvo.org/id/char/27462> a lvont:Character ;
    lvont:represents "𧑢"^^xsd:string .

<http://lexvo.org/id/char/27463> a lvont:Character ;
    lvont:represents "𧑣"^^xsd:string .

<http://lexvo.org/id/char/27464> a lvont:Character ;
    lvont:represents "𧑤"^^xsd:string .

<http://lexvo.org/id/char/27465> a lvont:Character ;
    lvont:represents "𧑥"^^xsd:string .

<http://lexvo.org/id/char/27466> a lvont:Character ;
    lvont:represents "𧑦"^^xsd:string .

<http://lexvo.org/id/char/27467> a lvont:Character ;
    lvont:represents "𧑧"^^xsd:string .

<http://lexvo.org/id/char/27468> a lvont:Character ;
    lvont:represents "𧑨"^^xsd:string .

<http://lexvo.org/id/char/27469> a lvont:Character ;
    lvont:represents "𧑩"^^xsd:string .

<http://lexvo.org/id/char/2746A> a lvont:Character ;
    lvont:represents "𧑪"^^xsd:string .

<http://lexvo.org/id/char/2746B> a lvont:Character ;
    lvont:represents "𧑫"^^xsd:string .

<http://lexvo.org/id/char/2746C> a lvont:Character ;
    lvont:represents "𧑬"^^xsd:string .

<http://lexvo.org/id/char/2746D> a lvont:Character ;
    lvont:represents "𧑭"^^xsd:string .

<http://lexvo.org/id/char/2746E> a lvont:Character ;
    lvont:represents "𧑮"^^xsd:string .

<http://lexvo.org/id/char/2746F> a lvont:Character ;
    lvont:represents "𧑯"^^xsd:string .

<http://lexvo.org/id/char/2747> a lvont:Character ;
    lvont:represents "❇"^^xsd:string ;
    rdfs:comment "SPARKLE"@en .

<http://lexvo.org/id/char/27470> a lvont:Character ;
    lvont:represents "𧑰"^^xsd:string .

<http://lexvo.org/id/char/27471> a lvont:Character ;
    lvont:represents "𧑱"^^xsd:string .

<http://lexvo.org/id/char/27472> a lvont:Character ;
    lvont:represents "𧑲"^^xsd:string .

<http://lexvo.org/id/char/27473> a lvont:Character ;
    lvont:represents "𧑳"^^xsd:string .

<http://lexvo.org/id/char/27474> a lvont:Character ;
    lvont:represents "𧑴"^^xsd:string .

<http://lexvo.org/id/char/27475> a lvont:Character ;
    lvont:represents "𧑵"^^xsd:string .

<http://lexvo.org/id/char/27476> a lvont:Character ;
    lvont:represents "𧑶"^^xsd:string .

<http://lexvo.org/id/char/27477> a lvont:Character ;
    lvont:represents "𧑷"^^xsd:string .

<http://lexvo.org/id/char/27478> a lvont:Character ;
    lvont:represents "𧑸"^^xsd:string .

<http://lexvo.org/id/char/27479> a lvont:Character ;
    lvont:represents "𧑹"^^xsd:string .

<http://lexvo.org/id/char/2747A> a lvont:Character ;
    lvont:represents "𧑺"^^xsd:string .

<http://lexvo.org/id/char/2747B> a lvont:Character ;
    lvont:represents "𧑻"^^xsd:string .

<http://lexvo.org/id/char/2747C> a lvont:Character ;
    lvont:represents "𧑼"^^xsd:string .

<http://lexvo.org/id/char/2747D> a lvont:Character ;
    lvont:represents "𧑽"^^xsd:string .

<http://lexvo.org/id/char/2747E> a lvont:Character ;
    lvont:represents "𧑾"^^xsd:string .

<http://lexvo.org/id/char/2747F> a lvont:Character ;
    lvont:represents "𧑿"^^xsd:string .

<http://lexvo.org/id/char/2748> a lvont:Character ;
    lvont:represents "❈"^^xsd:string ;
    rdfs:comment "HEAVY SPARKLE"@en .

<http://lexvo.org/id/char/27480> a lvont:Character ;
    lvont:represents "𧒀"^^xsd:string .

<http://lexvo.org/id/char/27481> a lvont:Character ;
    lvont:represents "𧒁"^^xsd:string .

<http://lexvo.org/id/char/27482> a lvont:Character ;
    lvont:represents "𧒂"^^xsd:string .

<http://lexvo.org/id/char/27483> a lvont:Character ;
    lvont:represents "𧒃"^^xsd:string .

<http://lexvo.org/id/char/27484> a lvont:Character ;
    lvont:represents "𧒄"^^xsd:string .

<http://lexvo.org/id/char/27485> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/b%C6%B0%E1%BB%9Bm>,
        "𧒅"^^xsd:string .

<http://lexvo.org/id/char/27486> a lvont:Character ;
    lvont:represents "𧒆"^^xsd:string .

<http://lexvo.org/id/char/27487> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/s%C3%A2u>,
        "𧒇"^^xsd:string .

<http://lexvo.org/id/char/27488> a lvont:Character ;
    lvont:represents "𧒈"^^xsd:string .

<http://lexvo.org/id/char/27489> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/r%C3%B9a>,
        "𧒉"^^xsd:string .

<http://lexvo.org/id/char/2748A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/r%C3%A1y>,
        "𧒊"^^xsd:string .

<http://lexvo.org/id/char/2748B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/r%E1%BB%8Dm>,
        "𧒋"^^xsd:string .

<http://lexvo.org/id/char/2748C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/r%C3%B9a>,
        "𧒌"^^xsd:string .

<http://lexvo.org/id/char/2748D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/r%C3%B9a>,
        "𧒍"^^xsd:string .

<http://lexvo.org/id/char/2748E> a lvont:Character ;
    lvont:represents "𧒎"^^xsd:string .

<http://lexvo.org/id/char/2748F> a lvont:Character ;
    lvont:represents "𧒏"^^xsd:string .

<http://lexvo.org/id/char/2749> a lvont:Character ;
    lvont:represents "❉"^^xsd:string ;
    rdfs:comment "BALLOON-SPOKED ASTERISK"@en .

<http://lexvo.org/id/char/27490> a lvont:Character ;
    lvont:represents "𧒐"^^xsd:string .

<http://lexvo.org/id/char/27491> a lvont:Character ;
    lvont:represents "𧒑"^^xsd:string .

<http://lexvo.org/id/char/27492> a lvont:Character ;
    lvont:represents "𧒒"^^xsd:string .

<http://lexvo.org/id/char/27493> a lvont:Character ;
    lvont:represents "𧒓"^^xsd:string .

<http://lexvo.org/id/char/27494> a lvont:Character ;
    lvont:represents "𧒔"^^xsd:string .

<http://lexvo.org/id/char/27495> a lvont:Character ;
    lvont:represents "𧒕"^^xsd:string .

<http://lexvo.org/id/char/27496> a lvont:Character ;
    lvont:represents "𧒖"^^xsd:string .

<http://lexvo.org/id/char/27497> a lvont:Character ;
    lvont:represents "𧒗"^^xsd:string .

<http://lexvo.org/id/char/27498> a lvont:Character ;
    lvont:represents "𧒘"^^xsd:string .

<http://lexvo.org/id/char/27499> a lvont:Character ;
    lvont:represents "𧒙"^^xsd:string .

<http://lexvo.org/id/char/2749A> a lvont:Character ;
    lvont:represents "𧒚"^^xsd:string .

<http://lexvo.org/id/char/2749B> a lvont:Character ;
    lvont:represents "𧒛"^^xsd:string .

<http://lexvo.org/id/char/2749C> a lvont:Character ;
    lvont:represents "𧒜"^^xsd:string .

<http://lexvo.org/id/char/2749D> a lvont:Character ;
    lvont:represents "𧒝"^^xsd:string .

<http://lexvo.org/id/char/2749E> a lvont:Character ;
    lvont:represents "𧒞"^^xsd:string .

<http://lexvo.org/id/char/2749F> a lvont:Character ;
    lvont:represents "𧒟"^^xsd:string .

<http://lexvo.org/id/char/274A> a lvont:Character ;
    lvont:represents "❊"^^xsd:string ;
    rdfs:comment "EIGHT TEARDROP-SPOKED PROPELLER ASTERISK"@en .

<http://lexvo.org/id/char/274A0> a lvont:Character ;
    lvont:represents "𧒠"^^xsd:string .

<http://lexvo.org/id/char/274A1> a lvont:Character ;
    lvont:represents "𧒡"^^xsd:string .

<http://lexvo.org/id/char/274A2> a lvont:Character ;
    lvont:represents "𧒢"^^xsd:string .

<http://lexvo.org/id/char/274A3> a lvont:Character ;
    lvont:represents "𧒣"^^xsd:string .

<http://lexvo.org/id/char/274A4> a lvont:Character ;
    lvont:represents "𧒤"^^xsd:string .

<http://lexvo.org/id/char/274A5> a lvont:Character ;
    lvont:represents "𧒥"^^xsd:string .

<http://lexvo.org/id/char/274A6> a lvont:Character ;
    lvont:represents "𧒦"^^xsd:string .

<http://lexvo.org/id/char/274A7> a lvont:Character ;
    lvont:represents "𧒧"^^xsd:string .

<http://lexvo.org/id/char/274A8> a lvont:Character ;
    lvont:represents "𧒨"^^xsd:string .

<http://lexvo.org/id/char/274A9> a lvont:Character ;
    lvont:represents "𧒩"^^xsd:string .

<http://lexvo.org/id/char/274AA> a lvont:Character ;
    lvont:represents "𧒪"^^xsd:string .

<http://lexvo.org/id/char/274AB> a lvont:Character ;
    lvont:represents "𧒫"^^xsd:string .

<http://lexvo.org/id/char/274AC> a lvont:Character ;
    lvont:represents "𧒬"^^xsd:string .

<http://lexvo.org/id/char/274AD> a lvont:Character ;
    lvont:represents "𧒭"^^xsd:string .

<http://lexvo.org/id/char/274AE> a lvont:Character ;
    lvont:represents "𧒮"^^xsd:string .

<http://lexvo.org/id/char/274AF> a lvont:Character ;
    lvont:represents "𧒯"^^xsd:string .

<http://lexvo.org/id/char/274B> a lvont:Character ;
    lvont:represents "❋"^^xsd:string ;
    rdfs:comment "HEAVY EIGHT TEARDROP-SPOKED PROPELLER ASTERISK"@en .

<http://lexvo.org/id/char/274B0> a lvont:Character ;
    lvont:represents "𧒰"^^xsd:string .

<http://lexvo.org/id/char/274B1> a lvont:Character ;
    lvont:represents "𧒱"^^xsd:string .

<http://lexvo.org/id/char/274B2> a lvont:Character ;
    lvont:represents "𧒲"^^xsd:string .

<http://lexvo.org/id/char/274B3> a lvont:Character ;
    lvont:represents "𧒳"^^xsd:string .

<http://lexvo.org/id/char/274B4> a lvont:Character ;
    lvont:represents "𧒴"^^xsd:string .

<http://lexvo.org/id/char/274B5> a lvont:Character ;
    lvont:represents "𧒵"^^xsd:string .

<http://lexvo.org/id/char/274B6> a lvont:Character ;
    lvont:represents "𧒶"^^xsd:string .

<http://lexvo.org/id/char/274B7> a lvont:Character ;
    lvont:represents "𧒷"^^xsd:string .

<http://lexvo.org/id/char/274B8> a lvont:Character ;
    lvont:represents "𧒸"^^xsd:string .

<http://lexvo.org/id/char/274B9> a lvont:Character ;
    lvont:represents "𧒹"^^xsd:string .

<http://lexvo.org/id/char/274BA> a lvont:Character ;
    lvont:represents "𧒺"^^xsd:string .

<http://lexvo.org/id/char/274BB> a lvont:Character ;
    lvont:represents "𧒻"^^xsd:string .

<http://lexvo.org/id/char/274BC> a lvont:Character ;
    lvont:represents "𧒼"^^xsd:string .

<http://lexvo.org/id/char/274BD> a lvont:Character ;
    lvont:represents "𧒽"^^xsd:string .

<http://lexvo.org/id/char/274BE> a lvont:Character ;
    lvont:represents "𧒾"^^xsd:string .

<http://lexvo.org/id/char/274BF> a lvont:Character ;
    lvont:represents "𧒿"^^xsd:string .

<http://lexvo.org/id/char/274C> a lvont:Character ;
    lvont:represents "❌"^^xsd:string ;
    rdfs:comment "CROSS MARK"@en .

<http://lexvo.org/id/char/274C0> a lvont:Character ;
    lvont:represents "𧓀"^^xsd:string .

<http://lexvo.org/id/char/274C1> a lvont:Character ;
    lvont:represents "𧓁"^^xsd:string .

<http://lexvo.org/id/char/274C2> a lvont:Character ;
    lvont:represents "𧓂"^^xsd:string .

<http://lexvo.org/id/char/274C3> a lvont:Character ;
    lvont:represents "𧓃"^^xsd:string .

<http://lexvo.org/id/char/274C4> a lvont:Character ;
    lvont:represents "𧓄"^^xsd:string .

<http://lexvo.org/id/char/274C5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/n%C3%B2ng>,
        "𧓅"^^xsd:string .

<http://lexvo.org/id/char/274C6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/chu%E1%BB%93n>,
        "𧓆"^^xsd:string .

<http://lexvo.org/id/char/274C7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ri%E1%BB%87n>,
        "𧓇"^^xsd:string .

<http://lexvo.org/id/char/274C8> a lvont:Character ;
    lvont:represents "𧓈"^^xsd:string .

<http://lexvo.org/id/char/274C9> a lvont:Character ;
    lvont:represents "𧓉"^^xsd:string .

<http://lexvo.org/id/char/274CA> a lvont:Character ;
    lvont:represents "𧓊"^^xsd:string .

<http://lexvo.org/id/char/274CB> a lvont:Character ;
    lvont:represents "𧓋"^^xsd:string .

<http://lexvo.org/id/char/274CC> a lvont:Character ;
    lvont:represents "𧓌"^^xsd:string .

<http://lexvo.org/id/char/274CD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/ban1>,
        <http://lexvo.org/id/term/yue/%F0%A7%93%8D>,
        "𧓍"^^xsd:string ;
    rdfs:comment "pearl oyster"@en .

<http://lexvo.org/id/char/274CE> a lvont:Character ;
    lvont:represents "𧓎"^^xsd:string .

<http://lexvo.org/id/char/274CF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/h%E1%BA%A7u>,
        "𧓏"^^xsd:string .

<http://lexvo.org/id/char/274D> a lvont:Character ;
    lvont:represents "❍"^^xsd:string ;
    rdfs:comment "SHADOWED WHITE CIRCLE"@en .

<http://lexvo.org/id/char/274D0> a lvont:Character ;
    lvont:represents "𧓐"^^xsd:string .

<http://lexvo.org/id/char/274D1> a lvont:Character ;
    lvont:represents "𧓑"^^xsd:string .

<http://lexvo.org/id/char/274D2> a lvont:Character ;
    lvont:represents "𧓒"^^xsd:string .

<http://lexvo.org/id/char/274D3> a lvont:Character ;
    lvont:represents "𧓓"^^xsd:string .

<http://lexvo.org/id/char/274D4> a lvont:Character ;
    lvont:represents "𧓔"^^xsd:string .

<http://lexvo.org/id/char/274D5> a lvont:Character ;
    lvont:represents "𧓕"^^xsd:string .

<http://lexvo.org/id/char/274D6> a lvont:Character ;
    lvont:represents "𧓖"^^xsd:string .

<http://lexvo.org/id/char/274D7> a lvont:Character ;
    lvont:represents "𧓗"^^xsd:string .

<http://lexvo.org/id/char/274D8> a lvont:Character ;
    lvont:represents "𧓘"^^xsd:string .

<http://lexvo.org/id/char/274D9> a lvont:Character ;
    lvont:represents "𧓙"^^xsd:string .

<http://lexvo.org/id/char/274DA> a lvont:Character ;
    lvont:represents "𧓚"^^xsd:string .

<http://lexvo.org/id/char/274DB> a lvont:Character ;
    lvont:represents "𧓛"^^xsd:string .

<http://lexvo.org/id/char/274DC> a lvont:Character ;
    lvont:represents "𧓜"^^xsd:string .

<http://lexvo.org/id/char/274DD> a lvont:Character ;
    lvont:represents "𧓝"^^xsd:string .

<http://lexvo.org/id/char/274DE> a lvont:Character ;
    lvont:represents "𧓞"^^xsd:string .

<http://lexvo.org/id/char/274DF> a lvont:Character ;
    lvont:represents "𧓟"^^xsd:string .

<http://lexvo.org/id/char/274E> a lvont:Character ;
    lvont:represents "❎"^^xsd:string ;
    rdfs:comment "NEGATIVE SQUARED CROSS MARK"@en .

<http://lexvo.org/id/char/274E0> a lvont:Character ;
    lvont:represents "𧓠"^^xsd:string .

<http://lexvo.org/id/char/274E1> a lvont:Character ;
    lvont:represents "𧓡"^^xsd:string .

<http://lexvo.org/id/char/274E2> a lvont:Character ;
    lvont:represents "𧓢"^^xsd:string .

<http://lexvo.org/id/char/274E3> a lvont:Character ;
    lvont:represents "𧓣"^^xsd:string .

<http://lexvo.org/id/char/274E4> a lvont:Character ;
    lvont:represents "𧓤"^^xsd:string .

<http://lexvo.org/id/char/274E5> a lvont:Character ;
    lvont:represents "𧓥"^^xsd:string .

<http://lexvo.org/id/char/274E6> a lvont:Character ;
    lvont:represents "𧓦"^^xsd:string .

<http://lexvo.org/id/char/274E7> a lvont:Character ;
    lvont:represents "𧓧"^^xsd:string .

<http://lexvo.org/id/char/274E8> a lvont:Character ;
    lvont:represents "𧓨"^^xsd:string .

<http://lexvo.org/id/char/274E9> a lvont:Character ;
    lvont:represents "𧓩"^^xsd:string .

<http://lexvo.org/id/char/274EA> a lvont:Character ;
    lvont:represents "𧓪"^^xsd:string .

<http://lexvo.org/id/char/274EB> a lvont:Character ;
    lvont:represents "𧓫"^^xsd:string .

<http://lexvo.org/id/char/274EC> a lvont:Character ;
    lvont:represents "𧓬"^^xsd:string .

<http://lexvo.org/id/char/274ED> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/m%C3%A8n>,
        "𧓭"^^xsd:string .

<http://lexvo.org/id/char/274EE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/v%C3%ADch>,
        "𧓮"^^xsd:string .

<http://lexvo.org/id/char/274EF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ngo%C3%A9>,
        "𧓯"^^xsd:string .

<http://lexvo.org/id/char/274F> a lvont:Character ;
    lvont:represents "❏"^^xsd:string ;
    rdfs:comment "LOWER RIGHT DROP-SHADOWED WHITE SQUARE"@en .

<http://lexvo.org/id/char/274F0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/sam>,
        "𧓰"^^xsd:string .

<http://lexvo.org/id/char/274F1> a lvont:Character ;
    lvont:represents "𧓱"^^xsd:string .

<http://lexvo.org/id/char/274F2> a lvont:Character ;
    lvont:represents "𧓲"^^xsd:string .

<http://lexvo.org/id/char/274F3> a lvont:Character ;
    lvont:represents "𧓳"^^xsd:string .

<http://lexvo.org/id/char/274F4> a lvont:Character ;
    lvont:represents "𧓴"^^xsd:string .

<http://lexvo.org/id/char/274F5> a lvont:Character ;
    lvont:represents "𧓵"^^xsd:string .

<http://lexvo.org/id/char/274F6> a lvont:Character ;
    lvont:represents "𧓶"^^xsd:string .

<http://lexvo.org/id/char/274F7> a lvont:Character ;
    lvont:represents "𧓷"^^xsd:string .

<http://lexvo.org/id/char/274F8> a lvont:Character ;
    lvont:represents "𧓸"^^xsd:string .

<http://lexvo.org/id/char/274F9> a lvont:Character ;
    lvont:represents "𧓹"^^xsd:string .

<http://lexvo.org/id/char/274FA> a lvont:Character ;
    lvont:represents "𧓺"^^xsd:string .

<http://lexvo.org/id/char/274FB> a lvont:Character ;
    lvont:represents "𧓻"^^xsd:string .

<http://lexvo.org/id/char/274FC> a lvont:Character ;
    lvont:represents "𧓼"^^xsd:string .

<http://lexvo.org/id/char/274FD> a lvont:Character ;
    lvont:represents "𧓽"^^xsd:string .

<http://lexvo.org/id/char/274FE> a lvont:Character ;
    lvont:represents "𧓾"^^xsd:string .

<http://lexvo.org/id/char/274FF> a lvont:Character ;
    lvont:represents "𧓿"^^xsd:string .

<http://lexvo.org/id/char/2750> a lvont:Character ;
    lvont:represents "❐"^^xsd:string ;
    rdfs:comment "UPPER RIGHT DROP-SHADOWED WHITE SQUARE"@en .

<http://lexvo.org/id/char/27500> a lvont:Character ;
    lvont:represents "𧔀"^^xsd:string .

<http://lexvo.org/id/char/27501> a lvont:Character ;
    lvont:represents "𧔁"^^xsd:string .

<http://lexvo.org/id/char/27502> a lvont:Character ;
    lvont:represents "𧔂"^^xsd:string .

<http://lexvo.org/id/char/27503> a lvont:Character ;
    lvont:represents "𧔃"^^xsd:string .

<http://lexvo.org/id/char/27504> a lvont:Character ;
    lvont:represents "𧔄"^^xsd:string .

<http://lexvo.org/id/char/27505> a lvont:Character ;
    lvont:represents "𧔅"^^xsd:string .

<http://lexvo.org/id/char/27506> a lvont:Character ;
    lvont:represents "𧔆"^^xsd:string .

<http://lexvo.org/id/char/27507> a lvont:Character ;
    lvont:represents "𧔇"^^xsd:string .

<http://lexvo.org/id/char/27508> a lvont:Character ;
    lvont:represents "𧔈"^^xsd:string .

<http://lexvo.org/id/char/27509> a lvont:Character ;
    lvont:represents "𧔉"^^xsd:string .

<http://lexvo.org/id/char/2750A> a lvont:Character ;
    lvont:represents "𧔊"^^xsd:string .

<http://lexvo.org/id/char/2750B> a lvont:Character ;
    lvont:represents "𧔋"^^xsd:string .

<http://lexvo.org/id/char/2750C> a lvont:Character ;
    lvont:represents "𧔌"^^xsd:string .

<http://lexvo.org/id/char/2750D> a lvont:Character ;
    lvont:represents "𧔍"^^xsd:string .

<http://lexvo.org/id/char/2750E> a lvont:Character ;
    lvont:represents "𧔎"^^xsd:string .

<http://lexvo.org/id/char/2750F> a lvont:Character ;
    lvont:represents "𧔏"^^xsd:string .

<http://lexvo.org/id/char/2751> a lvont:Character ;
    lvont:represents "❑"^^xsd:string ;
    rdfs:comment "LOWER RIGHT SHADOWED WHITE SQUARE"@en .

<http://lexvo.org/id/char/27510> a lvont:Character ;
    lvont:represents "𧔐"^^xsd:string .

<http://lexvo.org/id/char/27511> a lvont:Character ;
    lvont:represents "𧔑"^^xsd:string .

<http://lexvo.org/id/char/27512> a lvont:Character ;
    lvont:represents "𧔒"^^xsd:string .

<http://lexvo.org/id/char/27513> a lvont:Character ;
    lvont:represents "𧔓"^^xsd:string .

<http://lexvo.org/id/char/27514> a lvont:Character ;
    lvont:represents "𧔔"^^xsd:string .

<http://lexvo.org/id/char/27515> a lvont:Character ;
    lvont:represents "𧔕"^^xsd:string .

<http://lexvo.org/id/char/27516> a lvont:Character ;
    lvont:represents "𧔖"^^xsd:string .

<http://lexvo.org/id/char/27517> a lvont:Character ;
    lvont:represents "𧔗"^^xsd:string .

<http://lexvo.org/id/char/27518> a lvont:Character ;
    lvont:represents "𧔘"^^xsd:string .

<http://lexvo.org/id/char/27519> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/b%E1%BA%ADu>,
        "𧔙"^^xsd:string .

<http://lexvo.org/id/char/2751A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/c%C3%B2ng>,
        "𧔚"^^xsd:string .

<http://lexvo.org/id/char/2751B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/nh%E1%BA%B7ng>,
        "𧔛"^^xsd:string .

<http://lexvo.org/id/char/2751C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/r%E1%BA%A1m>,
        "𧔜"^^xsd:string .

<http://lexvo.org/id/char/2751D> a lvont:Character ;
    lvont:represents "𧔝"^^xsd:string .

<http://lexvo.org/id/char/2751E> a lvont:Character ;
    lvont:represents "𧔞"^^xsd:string .

<http://lexvo.org/id/char/2751F> a lvont:Character ;
    lvont:represents "𧔟"^^xsd:string .

<http://lexvo.org/id/char/2752> a lvont:Character ;
    lvont:represents "❒"^^xsd:string ;
    rdfs:comment "UPPER RIGHT SHADOWED WHITE SQUARE"@en .

<http://lexvo.org/id/char/27520> a lvont:Character ;
    lvont:represents "𧔠"^^xsd:string .

<http://lexvo.org/id/char/27521> a lvont:Character ;
    lvont:represents "𧔡"^^xsd:string .

<http://lexvo.org/id/char/27522> a lvont:Character ;
    lvont:represents "𧔢"^^xsd:string .

<http://lexvo.org/id/char/27523> a lvont:Character ;
    lvont:represents "𧔣"^^xsd:string .

<http://lexvo.org/id/char/27524> a lvont:Character ;
    lvont:represents "𧔤"^^xsd:string .

<http://lexvo.org/id/char/27525> a lvont:Character ;
    lvont:represents "𧔥"^^xsd:string .

<http://lexvo.org/id/char/27526> a lvont:Character ;
    lvont:represents "𧔦"^^xsd:string .

<http://lexvo.org/id/char/27527> a lvont:Character ;
    lvont:represents "𧔧"^^xsd:string .

<http://lexvo.org/id/char/27528> a lvont:Character ;
    lvont:represents "𧔨"^^xsd:string .

<http://lexvo.org/id/char/27529> a lvont:Character ;
    lvont:represents "𧔩"^^xsd:string .

<http://lexvo.org/id/char/2752A> a lvont:Character ;
    lvont:represents "𧔪"^^xsd:string .

<http://lexvo.org/id/char/2752B> a lvont:Character ;
    lvont:represents "𧔫"^^xsd:string .

<http://lexvo.org/id/char/2752C> a lvont:Character ;
    lvont:represents "𧔬"^^xsd:string .

<http://lexvo.org/id/char/2752D> a lvont:Character ;
    lvont:represents "𧔭"^^xsd:string .

<http://lexvo.org/id/char/2752E> a lvont:Character ;
    lvont:represents "𧔮"^^xsd:string .

<http://lexvo.org/id/char/2752F> a lvont:Character ;
    lvont:represents "𧔯"^^xsd:string .

<http://lexvo.org/id/char/2753> a lvont:Character ;
    lvont:represents "❓"^^xsd:string ;
    rdfs:comment "BLACK QUESTION MARK ORNAMENT"@en .

<http://lexvo.org/id/char/27530> a lvont:Character ;
    lvont:represents "𧔰"^^xsd:string .

<http://lexvo.org/id/char/27531> a lvont:Character ;
    lvont:represents "𧔱"^^xsd:string .

<http://lexvo.org/id/char/27532> a lvont:Character ;
    lvont:represents "𧔲"^^xsd:string .

<http://lexvo.org/id/char/27533> a lvont:Character ;
    lvont:represents "𧔳"^^xsd:string .

<http://lexvo.org/id/char/27534> a lvont:Character ;
    lvont:represents "𧔴"^^xsd:string .

<http://lexvo.org/id/char/27535> a lvont:Character ;
    lvont:represents "𧔵"^^xsd:string .

<http://lexvo.org/id/char/27536> a lvont:Character ;
    lvont:represents "𧔶"^^xsd:string .

<http://lexvo.org/id/char/27537> a lvont:Character ;
    lvont:represents "𧔷"^^xsd:string .

<http://lexvo.org/id/char/27538> a lvont:Character ;
    lvont:represents "𧔸"^^xsd:string .

<http://lexvo.org/id/char/27539> a lvont:Character ;
    lvont:represents "𧔹"^^xsd:string .

<http://lexvo.org/id/char/2753A> a lvont:Character ;
    lvont:represents "𧔺"^^xsd:string .

<http://lexvo.org/id/char/2753B> a lvont:Character ;
    lvont:represents "𧔻"^^xsd:string .

<http://lexvo.org/id/char/2753C> a lvont:Character ;
    lvont:represents "𧔼"^^xsd:string .

<http://lexvo.org/id/char/2753D> a lvont:Character ;
    lvont:represents "𧔽"^^xsd:string .

<http://lexvo.org/id/char/2753E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/gi%C3%B2i>,
        "𧔾"^^xsd:string .

<http://lexvo.org/id/char/2753F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/%C4%91iu>,
        "𧔿"^^xsd:string .

<http://lexvo.org/id/char/2754> a lvont:Character ;
    lvont:represents "❔"^^xsd:string ;
    rdfs:comment "WHITE QUESTION MARK ORNAMENT"@en .

<http://lexvo.org/id/char/27540> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/v%C3%ADch>,
        "𧕀"^^xsd:string .

<http://lexvo.org/id/char/27541> a lvont:Character ;
    lvont:represents "𧕁"^^xsd:string .

<http://lexvo.org/id/char/27542> a lvont:Character ;
    lvont:represents "𧕂"^^xsd:string .

<http://lexvo.org/id/char/27543> a lvont:Character ;
    lvont:represents "𧕃"^^xsd:string .

<http://lexvo.org/id/char/27544> a lvont:Character ;
    lvont:represents "𧕄"^^xsd:string .

<http://lexvo.org/id/char/27545> a lvont:Character ;
    lvont:represents "𧕅"^^xsd:string .

<http://lexvo.org/id/char/27546> a lvont:Character ;
    lvont:represents "𧕆"^^xsd:string .

<http://lexvo.org/id/char/27547> a lvont:Character ;
    lvont:represents "𧕇"^^xsd:string .

<http://lexvo.org/id/char/27548> a lvont:Character ;
    lvont:represents "𧕈"^^xsd:string .

<http://lexvo.org/id/char/27549> a lvont:Character ;
    lvont:represents "𧕉"^^xsd:string .

<http://lexvo.org/id/char/2754A> a lvont:Character ;
    lvont:represents "𧕊"^^xsd:string .

<http://lexvo.org/id/char/2754B> a lvont:Character ;
    lvont:represents "𧕋"^^xsd:string .

<http://lexvo.org/id/char/2754C> a lvont:Character ;
    lvont:represents "𧕌"^^xsd:string .

<http://lexvo.org/id/char/2754D> a lvont:Character ;
    lvont:represents "𧕍"^^xsd:string .

<http://lexvo.org/id/char/2754E> a lvont:Character ;
    lvont:represents "𧕎"^^xsd:string .

<http://lexvo.org/id/char/2754F> a lvont:Character ;
    lvont:represents "𧕏"^^xsd:string .

<http://lexvo.org/id/char/2755> a lvont:Character ;
    lvont:represents "❕"^^xsd:string ;
    rdfs:comment "WHITE EXCLAMATION MARK ORNAMENT"@en .

<http://lexvo.org/id/char/27550> a lvont:Character ;
    lvont:represents "𧕐"^^xsd:string .

<http://lexvo.org/id/char/27551> a lvont:Character ;
    lvont:represents "𧕑"^^xsd:string .

<http://lexvo.org/id/char/27552> a lvont:Character ;
    lvont:represents "𧕒"^^xsd:string .

<http://lexvo.org/id/char/27553> a lvont:Character ;
    lvont:represents "𧕓"^^xsd:string .

<http://lexvo.org/id/char/27554> a lvont:Character ;
    lvont:represents "𧕔"^^xsd:string .

<http://lexvo.org/id/char/27555> a lvont:Character ;
    lvont:represents "𧕕"^^xsd:string .

<http://lexvo.org/id/char/27556> a lvont:Character ;
    lvont:represents "𧕖"^^xsd:string .

<http://lexvo.org/id/char/27557> a lvont:Character ;
    lvont:represents "𧕗"^^xsd:string .

<http://lexvo.org/id/char/27558> a lvont:Character ;
    lvont:represents "𧕘"^^xsd:string .

<http://lexvo.org/id/char/27559> a lvont:Character ;
    lvont:represents "𧕙"^^xsd:string .

<http://lexvo.org/id/char/2755A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/trai>,
        "𧕚"^^xsd:string .

<http://lexvo.org/id/char/2755B> a lvont:Character ;
    lvont:represents "𧕛"^^xsd:string .

<http://lexvo.org/id/char/2755C> a lvont:Character ;
    lvont:represents "𧕜"^^xsd:string .

<http://lexvo.org/id/char/2755D> a lvont:Character ;
    lvont:represents "𧕝"^^xsd:string .

<http://lexvo.org/id/char/2755E> a lvont:Character ;
    lvont:represents "𧕞"^^xsd:string .

<http://lexvo.org/id/char/2755F> a lvont:Character ;
    lvont:represents "𧕟"^^xsd:string .

<http://lexvo.org/id/char/2756> a lvont:Character ;
    lvont:represents "❖"^^xsd:string ;
    rdfs:comment "BLACK DIAMOND MINUS WHITE X"@en .

<http://lexvo.org/id/char/27560> a lvont:Character ;
    lvont:represents "𧕠"^^xsd:string .

<http://lexvo.org/id/char/27561> a lvont:Character ;
    lvont:represents "𧕡"^^xsd:string .

<http://lexvo.org/id/char/27562> a lvont:Character ;
    lvont:represents "𧕢"^^xsd:string .

<http://lexvo.org/id/char/27563> a lvont:Character ;
    lvont:represents "𧕣"^^xsd:string .

<http://lexvo.org/id/char/27564> a lvont:Character ;
    lvont:represents "𧕤"^^xsd:string .

<http://lexvo.org/id/char/27565> a lvont:Character ;
    lvont:represents "𧕥"^^xsd:string .

<http://lexvo.org/id/char/27566> a lvont:Character ;
    lvont:represents "𧕦"^^xsd:string .

<http://lexvo.org/id/char/27567> a lvont:Character ;
    lvont:represents "𧕧"^^xsd:string .

<http://lexvo.org/id/char/27568> a lvont:Character ;
    lvont:represents "𧕨"^^xsd:string .

<http://lexvo.org/id/char/27569> a lvont:Character ;
    lvont:represents "𧕩"^^xsd:string .

<http://lexvo.org/id/char/2756A> a lvont:Character ;
    lvont:represents "𧕪"^^xsd:string .

<http://lexvo.org/id/char/2756B> a lvont:Character ;
    lvont:represents "𧕫"^^xsd:string .

<http://lexvo.org/id/char/2756C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/r%E1%BA%BD>,
        "𧕬"^^xsd:string .

<http://lexvo.org/id/char/2756D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/r%E1%BA%A1m>,
        "𧕭"^^xsd:string .

<http://lexvo.org/id/char/2756E> a lvont:Character ;
    lvont:represents "𧕮"^^xsd:string .

<http://lexvo.org/id/char/2756F> a lvont:Character ;
    lvont:represents "𧕯"^^xsd:string .

<http://lexvo.org/id/char/2757> a lvont:Character ;
    lvont:represents "❗"^^xsd:string ;
    rdfs:comment "HEAVY EXCLAMATION MARK SYMBOL"@en .

<http://lexvo.org/id/char/27570> a lvont:Character ;
    lvont:represents "𧕰"^^xsd:string .

<http://lexvo.org/id/char/27571> a lvont:Character ;
    lvont:represents "𧕱"^^xsd:string .

<http://lexvo.org/id/char/27572> a lvont:Character ;
    lvont:represents "𧕲"^^xsd:string .

<http://lexvo.org/id/char/27573> a lvont:Character ;
    lvont:represents "𧕳"^^xsd:string .

<http://lexvo.org/id/char/27574> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/naan3>,
        <http://lexvo.org/id/term/yue/%F0%A7%95%B4>,
        "𧕴"^^xsd:string ;
    rdfs:comment "(Cant.) a pimple, an insect bite"@en .

<http://lexvo.org/id/char/27575> a lvont:Character ;
    lvont:represents "𧕵"^^xsd:string .

<http://lexvo.org/id/char/27576> a lvont:Character ;
    lvont:represents "𧕶"^^xsd:string .

<http://lexvo.org/id/char/27577> a lvont:Character ;
    lvont:represents "𧕷"^^xsd:string .

<http://lexvo.org/id/char/27578> a lvont:Character ;
    lvont:represents "𧕸"^^xsd:string .

<http://lexvo.org/id/char/27579> a lvont:Character ;
    lvont:represents "𧕹"^^xsd:string .

<http://lexvo.org/id/char/2757A> a lvont:Character ;
    lvont:represents "𧕺"^^xsd:string .

<http://lexvo.org/id/char/2757B> a lvont:Character ;
    lvont:represents "𧕻"^^xsd:string .

<http://lexvo.org/id/char/2757C> a lvont:Character ;
    lvont:represents "𧕼"^^xsd:string .

<http://lexvo.org/id/char/2757D> a lvont:Character ;
    lvont:represents "𧕽"^^xsd:string .

<http://lexvo.org/id/char/2757E> a lvont:Character ;
    lvont:represents "𧕾"^^xsd:string .

<http://lexvo.org/id/char/2757F> a lvont:Character ;
    lvont:represents "𧕿"^^xsd:string .

<http://lexvo.org/id/char/2758> a lvont:Character ;
    lvont:represents "❘"^^xsd:string ;
    rdfs:comment "LIGHT VERTICAL BAR"@en .

<http://lexvo.org/id/char/27580> a lvont:Character ;
    lvont:represents "𧖀"^^xsd:string .

<http://lexvo.org/id/char/27581> a lvont:Character ;
    lvont:represents "𧖁"^^xsd:string .

<http://lexvo.org/id/char/27582> a lvont:Character ;
    lvont:represents "𧖂"^^xsd:string .

<http://lexvo.org/id/char/27583> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/h%E1%BA%BFn>,
        "𧖃"^^xsd:string .

<http://lexvo.org/id/char/27584> a lvont:Character ;
    lvont:represents "𧖄"^^xsd:string .

<http://lexvo.org/id/char/27585> a lvont:Character ;
    lvont:represents "𧖅"^^xsd:string .

<http://lexvo.org/id/char/27586> a lvont:Character ;
    lvont:represents "𧖆"^^xsd:string .

<http://lexvo.org/id/char/27587> a lvont:Character ;
    lvont:represents "𧖇"^^xsd:string .

<http://lexvo.org/id/char/27588> a lvont:Character ;
    lvont:represents "𧖈"^^xsd:string .

<http://lexvo.org/id/char/27589> a lvont:Character ;
    lvont:represents "𧖉"^^xsd:string .

<http://lexvo.org/id/char/2758A> a lvont:Character ;
    lvont:represents "𧖊"^^xsd:string .

<http://lexvo.org/id/char/2758B> a lvont:Character ;
    lvont:represents "𧖋"^^xsd:string .

<http://lexvo.org/id/char/2758C> a lvont:Character ;
    lvont:represents "𧖌"^^xsd:string .

<http://lexvo.org/id/char/2758D> a lvont:Character ;
    lvont:represents "𧖍"^^xsd:string .

<http://lexvo.org/id/char/2758E> a lvont:Character ;
    lvont:represents "𧖎"^^xsd:string .

<http://lexvo.org/id/char/2758F> a lvont:Character ;
    lvont:represents "𧖏"^^xsd:string .

<http://lexvo.org/id/char/2759> a lvont:Character ;
    lvont:represents "❙"^^xsd:string ;
    rdfs:comment "MEDIUM VERTICAL BAR"@en .

<http://lexvo.org/id/char/27590> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/r%C3%B3m>,
        "𧖐"^^xsd:string .

<http://lexvo.org/id/char/27591> a lvont:Character ;
    lvont:represents "𧖑"^^xsd:string .

<http://lexvo.org/id/char/27592> a lvont:Character ;
    lvont:represents "𧖒"^^xsd:string .

<http://lexvo.org/id/char/27593> a lvont:Character ;
    lvont:represents "𧖓"^^xsd:string .

<http://lexvo.org/id/char/27594> a lvont:Character ;
    lvont:represents "𧖔"^^xsd:string .

<http://lexvo.org/id/char/27595> a lvont:Character ;
    lvont:represents "𧖕"^^xsd:string .

<http://lexvo.org/id/char/27596> a lvont:Character ;
    lvont:represents "𧖖"^^xsd:string .

<http://lexvo.org/id/char/27597> a lvont:Character ;
    lvont:represents "𧖗"^^xsd:string .

<http://lexvo.org/id/char/27598> a lvont:Character ;
    lvont:represents "𧖘"^^xsd:string .

<http://lexvo.org/id/char/27599> a lvont:Character ;
    lvont:represents "𧖙"^^xsd:string .

<http://lexvo.org/id/char/2759A> a lvont:Character ;
    lvont:represents "𧖚"^^xsd:string .

<http://lexvo.org/id/char/2759B> a lvont:Character ;
    lvont:represents "𧖛"^^xsd:string .

<http://lexvo.org/id/char/2759C> a lvont:Character ;
    lvont:represents "𧖜"^^xsd:string .

<http://lexvo.org/id/char/2759D> a lvont:Character ;
    lvont:represents "𧖝"^^xsd:string .

<http://lexvo.org/id/char/2759E> a lvont:Character ;
    lvont:represents "𧖞"^^xsd:string .

<http://lexvo.org/id/char/2759F> a lvont:Character ;
    lvont:represents "𧖟"^^xsd:string .

<http://lexvo.org/id/char/275A> a lvont:Character ;
    lvont:represents "❚"^^xsd:string ;
    rdfs:comment "HEAVY VERTICAL BAR"@en .

<http://lexvo.org/id/char/275A0> a lvont:Character ;
    lvont:represents "𧖠"^^xsd:string .

<http://lexvo.org/id/char/275A1> a lvont:Character ;
    lvont:represents "𧖡"^^xsd:string .

<http://lexvo.org/id/char/275A2> a lvont:Character ;
    lvont:represents "𧖢"^^xsd:string .

<http://lexvo.org/id/char/275A3> a lvont:Character ;
    lvont:represents "𧖣"^^xsd:string .

<http://lexvo.org/id/char/275A4> a lvont:Character ;
    lvont:represents "𧖤"^^xsd:string .

<http://lexvo.org/id/char/275A5> a lvont:Character ;
    lvont:represents "𧖥"^^xsd:string .

<http://lexvo.org/id/char/275A6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/m%E1%BB%8Di>,
        "𧖦"^^xsd:string .

<http://lexvo.org/id/char/275A7> a lvont:Character ;
    lvont:represents "𧖧"^^xsd:string .

<http://lexvo.org/id/char/275A8> a lvont:Character ;
    lvont:represents "𧖨"^^xsd:string .

<http://lexvo.org/id/char/275A9> a lvont:Character ;
    lvont:represents "𧖩"^^xsd:string .

<http://lexvo.org/id/char/275AA> a lvont:Character ;
    lvont:represents "𧖪"^^xsd:string .

<http://lexvo.org/id/char/275AB> a lvont:Character ;
    lvont:represents "𧖫"^^xsd:string .

<http://lexvo.org/id/char/275AC> a lvont:Character ;
    lvont:represents "𧖬"^^xsd:string .

<http://lexvo.org/id/char/275AD> a lvont:Character ;
    lvont:represents "𧖭"^^xsd:string .

<http://lexvo.org/id/char/275AE> a lvont:Character ;
    lvont:represents "𧖮"^^xsd:string .

<http://lexvo.org/id/char/275AF> a lvont:Character ;
    lvont:represents "𧖯"^^xsd:string .

<http://lexvo.org/id/char/275B> a lvont:Character ;
    lvont:represents "❛"^^xsd:string ;
    rdfs:comment "HEAVY SINGLE TURNED COMMA QUOTATION MARK ORNAMENT"@en .

<http://lexvo.org/id/char/275B0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/m%C3%A1u>,
        "𧖰"^^xsd:string .

<http://lexvo.org/id/char/275B1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/m%C3%A1u>,
        "𧖱"^^xsd:string .

<http://lexvo.org/id/char/275B2> a lvont:Character ;
    lvont:represents "𧖲"^^xsd:string .

<http://lexvo.org/id/char/275B3> a lvont:Character ;
    lvont:represents "𧖳"^^xsd:string .

<http://lexvo.org/id/char/275B4> a lvont:Character ;
    lvont:represents "𧖴"^^xsd:string .

<http://lexvo.org/id/char/275B5> a lvont:Character ;
    lvont:represents "𧖵"^^xsd:string .

<http://lexvo.org/id/char/275B6> a lvont:Character ;
    lvont:represents "𧖶"^^xsd:string .

<http://lexvo.org/id/char/275B7> a lvont:Character ;
    lvont:represents "𧖷"^^xsd:string .

<http://lexvo.org/id/char/275B8> a lvont:Character ;
    lvont:represents "𧖸"^^xsd:string .

<http://lexvo.org/id/char/275B9> a lvont:Character ;
    lvont:represents "𧖹"^^xsd:string .

<http://lexvo.org/id/char/275BA> a lvont:Character ;
    lvont:represents "𧖺"^^xsd:string .

<http://lexvo.org/id/char/275BB> a lvont:Character ;
    lvont:represents "𧖻"^^xsd:string .

<http://lexvo.org/id/char/275BC> a lvont:Character ;
    lvont:represents "𧖼"^^xsd:string .

<http://lexvo.org/id/char/275BD> a lvont:Character ;
    lvont:represents "𧖽"^^xsd:string .

<http://lexvo.org/id/char/275BE> a lvont:Character ;
    lvont:represents "𧖾"^^xsd:string .

<http://lexvo.org/id/char/275BF> a lvont:Character ;
    lvont:represents "𧖿"^^xsd:string .

<http://lexvo.org/id/char/275C> a lvont:Character ;
    lvont:represents "❜"^^xsd:string ;
    rdfs:comment "HEAVY SINGLE COMMA QUOTATION MARK ORNAMENT"@en .

<http://lexvo.org/id/char/275C0> a lvont:Character ;
    lvont:represents "𧗀"^^xsd:string .

<http://lexvo.org/id/char/275C1> a lvont:Character ;
    lvont:represents "𧗁"^^xsd:string .

<http://lexvo.org/id/char/275C2> a lvont:Character ;
    lvont:represents "𧗂"^^xsd:string .

<http://lexvo.org/id/char/275C3> a lvont:Character ;
    lvont:represents "𧗃"^^xsd:string .

<http://lexvo.org/id/char/275C4> a lvont:Character ;
    lvont:represents "𧗄"^^xsd:string .

<http://lexvo.org/id/char/275C5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/m%E1%BB%A7>,
        "𧗅"^^xsd:string .

<http://lexvo.org/id/char/275C6> a lvont:Character ;
    lvont:represents "𧗆"^^xsd:string .

<http://lexvo.org/id/char/275C7> a lvont:Character ;
    lvont:represents "𧗇"^^xsd:string .

<http://lexvo.org/id/char/275C8> a lvont:Character ;
    lvont:represents "𧗈"^^xsd:string .

<http://lexvo.org/id/char/275C9> a lvont:Character ;
    lvont:represents "𧗉"^^xsd:string .

<http://lexvo.org/id/char/275CA> a lvont:Character ;
    lvont:represents "𧗊"^^xsd:string .

<http://lexvo.org/id/char/275CB> a lvont:Character ;
    lvont:represents "𧗋"^^xsd:string .

<http://lexvo.org/id/char/275CC> a lvont:Character ;
    lvont:represents "𧗌"^^xsd:string .

<http://lexvo.org/id/char/275CD> a lvont:Character ;
    lvont:represents "𧗍"^^xsd:string .

<http://lexvo.org/id/char/275CE> a lvont:Character ;
    lvont:represents "𧗎"^^xsd:string .

<http://lexvo.org/id/char/275CF> a lvont:Character ;
    lvont:represents "𧗏"^^xsd:string .

<http://lexvo.org/id/char/275D> a lvont:Character ;
    lvont:represents "❝"^^xsd:string ;
    rdfs:comment "HEAVY DOUBLE TURNED COMMA QUOTATION MARK ORNAMENT"@en .

<http://lexvo.org/id/char/275D0> a lvont:Character ;
    lvont:represents "𧗐"^^xsd:string .

<http://lexvo.org/id/char/275D1> a lvont:Character ;
    lvont:represents "𧗑"^^xsd:string .

<http://lexvo.org/id/char/275D2> a lvont:Character ;
    lvont:represents "𧗒"^^xsd:string .

<http://lexvo.org/id/char/275D3> a lvont:Character ;
    lvont:represents "𧗓"^^xsd:string .

<http://lexvo.org/id/char/275D4> a lvont:Character ;
    lvont:represents "𧗔"^^xsd:string .

<http://lexvo.org/id/char/275D5> a lvont:Character ;
    lvont:represents "𧗕"^^xsd:string .

<http://lexvo.org/id/char/275D6> a lvont:Character ;
    lvont:represents "𧗖"^^xsd:string .

<http://lexvo.org/id/char/275D7> a lvont:Character ;
    lvont:represents "𧗗"^^xsd:string ;
    rdfs:comment "same as 衄 U+8844, a nosebleed"@en .

<http://lexvo.org/id/char/275D8> a lvont:Character ;
    lvont:represents "𧗘"^^xsd:string .

<http://lexvo.org/id/char/275D9> a lvont:Character ;
    lvont:represents "𧗙"^^xsd:string .

<http://lexvo.org/id/char/275DA> a lvont:Character ;
    lvont:represents "𧗚"^^xsd:string .

<http://lexvo.org/id/char/275DB> a lvont:Character ;
    lvont:represents "𧗛"^^xsd:string .

<http://lexvo.org/id/char/275DC> a lvont:Character ;
    lvont:represents "𧗜"^^xsd:string .

<http://lexvo.org/id/char/275DD> a lvont:Character ;
    lvont:represents "𧗝"^^xsd:string .

<http://lexvo.org/id/char/275DE> a lvont:Character ;
    lvont:represents "𧗞"^^xsd:string .

<http://lexvo.org/id/char/275DF> a lvont:Character ;
    lvont:represents "𧗟"^^xsd:string .

<http://lexvo.org/id/char/275E> a lvont:Character ;
    lvont:represents "❞"^^xsd:string ;
    rdfs:comment "HEAVY DOUBLE COMMA QUOTATION MARK ORNAMENT"@en .

<http://lexvo.org/id/char/275E0> a lvont:Character ;
    lvont:represents "𧗠"^^xsd:string .

<http://lexvo.org/id/char/275E1> a lvont:Character ;
    lvont:represents "𧗡"^^xsd:string .

<http://lexvo.org/id/char/275E2> a lvont:Character ;
    lvont:represents "𧗢"^^xsd:string .

<http://lexvo.org/id/char/275E3> a lvont:Character ;
    lvont:represents "𧗣"^^xsd:string .

<http://lexvo.org/id/char/275E4> a lvont:Character ;
    lvont:represents "𧗤"^^xsd:string .

<http://lexvo.org/id/char/275E5> a lvont:Character ;
    lvont:represents "𧗥"^^xsd:string .

<http://lexvo.org/id/char/275E6> a lvont:Character ;
    lvont:represents "𧗦"^^xsd:string .

<http://lexvo.org/id/char/275E7> a lvont:Character ;
    lvont:represents "𧗧"^^xsd:string .

<http://lexvo.org/id/char/275E8> a lvont:Character ;
    lvont:represents "𧗨"^^xsd:string .

<http://lexvo.org/id/char/275E9> a lvont:Character ;
    lvont:represents "𧗩"^^xsd:string .

<http://lexvo.org/id/char/275EA> a lvont:Character ;
    lvont:represents "𧗪"^^xsd:string .

<http://lexvo.org/id/char/275EB> a lvont:Character ;
    lvont:represents "𧗫"^^xsd:string .

<http://lexvo.org/id/char/275EC> a lvont:Character ;
    lvont:represents "𧗬"^^xsd:string .

<http://lexvo.org/id/char/275ED> a lvont:Character ;
    lvont:represents "𧗭"^^xsd:string .

<http://lexvo.org/id/char/275EE> a lvont:Character ;
    lvont:represents "𧗮"^^xsd:string .

<http://lexvo.org/id/char/275EF> a lvont:Character ;
    lvont:represents "𧗯"^^xsd:string .

<http://lexvo.org/id/char/275F> a lvont:Character ;
    lvont:represents "❟"^^xsd:string ;
    rdfs:comment "HEAVY LOW SINGLE COMMA QUOTATION MARK ORNAMENT"@en .

<http://lexvo.org/id/char/275F0> a lvont:Character ;
    lvont:represents "𧗰"^^xsd:string .

<http://lexvo.org/id/char/275F1> a lvont:Character ;
    lvont:represents "𧗱"^^xsd:string .

<http://lexvo.org/id/char/275F2> a lvont:Character ;
    lvont:represents "𧗲"^^xsd:string .

<http://lexvo.org/id/char/275F3> a lvont:Character ;
    lvont:represents "𧗳"^^xsd:string .

<http://lexvo.org/id/char/275F4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/jung5>,
        <http://lexvo.org/id/term/yue/%F0%A7%97%B4>,
        "𧗴"^^xsd:string ;
    rdfs:comment "a raised path"@en .

<http://lexvo.org/id/char/275F5> a lvont:Character ;
    lvont:represents "𧗵"^^xsd:string .

<http://lexvo.org/id/char/275F6> a lvont:Character ;
    lvont:represents "𧗶"^^xsd:string .

<http://lexvo.org/id/char/275F7> a lvont:Character ;
    lvont:represents "𧗷"^^xsd:string ;
    rdfs:comment "(J) non-standard variant of 術 U+8853, art, skill, special feat; method"@en .

<http://lexvo.org/id/char/275F8> a lvont:Character ;
    lvont:represents "𧗸"^^xsd:string .

<http://lexvo.org/id/char/275F9> a lvont:Character ;
    lvont:represents "𧗹"^^xsd:string .

<http://lexvo.org/id/char/275FA> a lvont:Character ;
    lvont:represents "𧗺"^^xsd:string .

<http://lexvo.org/id/char/275FB> a lvont:Character ;
    lvont:represents "𧗻"^^xsd:string .

<http://lexvo.org/id/char/275FC> a lvont:Character ;
    lvont:represents "𧗼"^^xsd:string .

<http://lexvo.org/id/char/275FD> a lvont:Character ;
    lvont:represents "𧗽"^^xsd:string .

<http://lexvo.org/id/char/275FE> a lvont:Character ;
    lvont:represents "𧗾"^^xsd:string .

<http://lexvo.org/id/char/275FF> a lvont:Character ;
    lvont:represents "𧗿"^^xsd:string .

<http://lexvo.org/id/char/2760> a lvont:Character ;
    lvont:represents "❠"^^xsd:string ;
    rdfs:comment "HEAVY LOW DOUBLE COMMA QUOTATION MARK ORNAMENT"@en .

<http://lexvo.org/id/char/27600> a lvont:Character ;
    lvont:represents "𧘀"^^xsd:string .

<http://lexvo.org/id/char/27601> a lvont:Character ;
    lvont:represents "𧘁"^^xsd:string .

<http://lexvo.org/id/char/27602> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%F0%A7%98%82>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C5%8Dng%20ch%C3%B2ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cung1>,
        <http://lexvo.org/id/term/yue/%F0%A7%98%82>,
        "𧘂"^^xsd:string ;
    rdfs:comment "to rush at, dash against"@en .

<http://lexvo.org/id/char/27603> a lvont:Character ;
    lvont:represents "𧘃"^^xsd:string .

<http://lexvo.org/id/char/27604> a lvont:Character ;
    lvont:represents "𧘄"^^xsd:string .

<http://lexvo.org/id/char/27605> a lvont:Character ;
    lvont:represents "𧘅"^^xsd:string .

<http://lexvo.org/id/char/27606> a lvont:Character ;
    lvont:represents "𧘆"^^xsd:string .

<http://lexvo.org/id/char/27608> a lvont:Character ;
    lvont:represents "𧘈"^^xsd:string .

<http://lexvo.org/id/char/27609> a lvont:Character ;
    lvont:represents "𧘉"^^xsd:string .

<http://lexvo.org/id/char/2760A> a lvont:Character ;
    lvont:represents "𧘊"^^xsd:string .

<http://lexvo.org/id/char/2760B> a lvont:Character ;
    lvont:represents "𧘋"^^xsd:string .

<http://lexvo.org/id/char/2760C> a lvont:Character ;
    lvont:represents "𧘌"^^xsd:string .

<http://lexvo.org/id/char/2760D> a lvont:Character ;
    lvont:represents "𧘍"^^xsd:string .

<http://lexvo.org/id/char/2760E> a lvont:Character ;
    lvont:represents "𧘎"^^xsd:string .

<http://lexvo.org/id/char/2760F> a lvont:Character ;
    lvont:represents "𧘏"^^xsd:string .

<http://lexvo.org/id/char/2761> a lvont:Character ;
    lvont:represents "❡"^^xsd:string ;
    rdfs:comment "CURVED STEM PARAGRAPH SIGN ORNAMENT"@en .

<http://lexvo.org/id/char/27610> a lvont:Character ;
    lvont:represents "𧘐"^^xsd:string .

<http://lexvo.org/id/char/27611> a lvont:Character ;
    lvont:represents "𧘑"^^xsd:string .

<http://lexvo.org/id/char/27612> a lvont:Character ;
    lvont:represents "𧘒"^^xsd:string .

<http://lexvo.org/id/char/27613> a lvont:Character ;
    lvont:represents "𧘓"^^xsd:string .

<http://lexvo.org/id/char/27614> a lvont:Character ;
    lvont:represents "𧘔"^^xsd:string .

<http://lexvo.org/id/char/27615> a lvont:Character ;
    lvont:represents "𧘕"^^xsd:string .

<http://lexvo.org/id/char/27616> a lvont:Character ;
    lvont:represents "𧘖"^^xsd:string .

<http://lexvo.org/id/char/27617> a lvont:Character ;
    lvont:represents "𧘗"^^xsd:string .

<http://lexvo.org/id/char/27618> a lvont:Character ;
    lvont:represents "𧘘"^^xsd:string .

<http://lexvo.org/id/char/27619> a lvont:Character ;
    lvont:represents "𧘙"^^xsd:string .

<http://lexvo.org/id/char/2761A> a lvont:Character ;
    lvont:represents "𧘚"^^xsd:string .

<http://lexvo.org/id/char/2761B> a lvont:Character ;
    lvont:represents "𧘛"^^xsd:string .

<http://lexvo.org/id/char/2761C> a lvont:Character ;
    lvont:represents "𧘜"^^xsd:string .

<http://lexvo.org/id/char/2761D> a lvont:Character ;
    lvont:represents "𧘝"^^xsd:string .

<http://lexvo.org/id/char/2761E> a lvont:Character ;
    lvont:represents "𧘞"^^xsd:string .

<http://lexvo.org/id/char/2761F> a lvont:Character ;
    lvont:represents "𧘟"^^xsd:string .

<http://lexvo.org/id/char/2762> a lvont:Character ;
    lvont:represents "❢"^^xsd:string ;
    rdfs:comment "HEAVY EXCLAMATION MARK ORNAMENT"@en .

<http://lexvo.org/id/char/27620> a lvont:Character ;
    lvont:represents "𧘠"^^xsd:string .

<http://lexvo.org/id/char/27621> a lvont:Character ;
    lvont:represents "𧘡"^^xsd:string .

<http://lexvo.org/id/char/27622> a lvont:Character ;
    lvont:represents "𧘢"^^xsd:string .

<http://lexvo.org/id/char/27623> a lvont:Character ;
    lvont:represents "𧘣"^^xsd:string .

<http://lexvo.org/id/char/27624> a lvont:Character ;
    lvont:represents "𧘤"^^xsd:string .

<http://lexvo.org/id/char/27625> a lvont:Character ;
    lvont:represents "𧘥"^^xsd:string .

<http://lexvo.org/id/char/27626> a lvont:Character ;
    lvont:represents "𧘦"^^xsd:string .

<http://lexvo.org/id/char/27627> a lvont:Character ;
    lvont:represents "𧘧"^^xsd:string .

<http://lexvo.org/id/char/27628> a lvont:Character ;
    lvont:represents "𧘨"^^xsd:string .

<http://lexvo.org/id/char/27629> a lvont:Character ;
    lvont:represents "𧘩"^^xsd:string .

<http://lexvo.org/id/char/2762A> a lvont:Character ;
    lvont:represents "𧘪"^^xsd:string .

<http://lexvo.org/id/char/2762B> a lvont:Character ;
    lvont:represents "𧘫"^^xsd:string .

<http://lexvo.org/id/char/2762C> a lvont:Character ;
    lvont:represents "𧘬"^^xsd:string .

<http://lexvo.org/id/char/2762D> a lvont:Character ;
    lvont:represents "𧘭"^^xsd:string .

<http://lexvo.org/id/char/2762E> a lvont:Character ;
    lvont:represents "𧘮"^^xsd:string .

<http://lexvo.org/id/char/2762F> a lvont:Character ;
    lvont:represents "𧘯"^^xsd:string .

<http://lexvo.org/id/char/2763> a lvont:Character ;
    lvont:represents "❣"^^xsd:string ;
    rdfs:comment "HEAVY HEART EXCLAMATION MARK ORNAMENT"@en .

<http://lexvo.org/id/char/27630> a lvont:Character ;
    lvont:represents "𧘰"^^xsd:string .

<http://lexvo.org/id/char/27631> a lvont:Character ;
    lvont:represents "𧘱"^^xsd:string .

<http://lexvo.org/id/char/27632> a lvont:Character ;
    lvont:represents "𧘲"^^xsd:string .

<http://lexvo.org/id/char/27633> a lvont:Character ;
    lvont:represents "𧘳"^^xsd:string .

<http://lexvo.org/id/char/27634> a lvont:Character ;
    lvont:represents "𧘴"^^xsd:string .

<http://lexvo.org/id/char/27635> a lvont:Character ;
    lvont:represents "𧘵"^^xsd:string .

<http://lexvo.org/id/char/27636> a lvont:Character ;
    lvont:represents "𧘶"^^xsd:string .

<http://lexvo.org/id/char/27637> a lvont:Character ;
    lvont:represents "𧘷"^^xsd:string .

<http://lexvo.org/id/char/27638> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/x%C3%B2n>,
        "𧘸"^^xsd:string .

<http://lexvo.org/id/char/27639> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/taai1>,
        <http://lexvo.org/id/term/yue/%F0%A7%98%B9>,
        "𧘹"^^xsd:string ;
    rdfs:comment "(Cant.) a necktie"@en .

<http://lexvo.org/id/char/2763A> a lvont:Character ;
    lvont:represents "𧘺"^^xsd:string .

<http://lexvo.org/id/char/2763B> a lvont:Character ;
    lvont:represents "𧘻"^^xsd:string .

<http://lexvo.org/id/char/2763C> a lvont:Character ;
    lvont:represents "𧘼"^^xsd:string .

<http://lexvo.org/id/char/2763D> a lvont:Character ;
    lvont:represents "𧘽"^^xsd:string .

<http://lexvo.org/id/char/2763E> a lvont:Character ;
    lvont:represents "𧘾"^^xsd:string .

<http://lexvo.org/id/char/2763F> a lvont:Character ;
    lvont:represents "𧘿"^^xsd:string .

<http://lexvo.org/id/char/2764> a lvont:Character ;
    lvont:represents "❤"^^xsd:string ;
    rdfs:comment "HEAVY BLACK HEART"@en .

<http://lexvo.org/id/char/27640> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%F0%A7%99%80>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%A0>,
        "𧙀"^^xsd:string ;
    rdfs:comment "old or badly fitting clothes; untidy"@en .

<http://lexvo.org/id/char/27641> a lvont:Character ;
    lvont:represents "𧙁"^^xsd:string .

<http://lexvo.org/id/char/27642> a lvont:Character ;
    lvont:represents "𧙂"^^xsd:string .

<http://lexvo.org/id/char/27643> a lvont:Character ;
    lvont:represents "𧙃"^^xsd:string .

<http://lexvo.org/id/char/27644> a lvont:Character ;
    lvont:represents "𧙄"^^xsd:string .

<http://lexvo.org/id/char/27645> a lvont:Character ;
    lvont:represents "𧙅"^^xsd:string .

<http://lexvo.org/id/char/27646> a lvont:Character ;
    lvont:represents "𧙆"^^xsd:string .

<http://lexvo.org/id/char/27647> a lvont:Character ;
    lvont:represents "𧙇"^^xsd:string .

<http://lexvo.org/id/char/27648> a lvont:Character ;
    lvont:represents "𧙈"^^xsd:string .

<http://lexvo.org/id/char/27649> a lvont:Character ;
    lvont:represents "𧙉"^^xsd:string .

<http://lexvo.org/id/char/2764A> a lvont:Character ;
    lvont:represents "𧙊"^^xsd:string .

<http://lexvo.org/id/char/2764B> a lvont:Character ;
    lvont:represents "𧙋"^^xsd:string .

<http://lexvo.org/id/char/2764C> a lvont:Character ;
    lvont:represents "𧙌"^^xsd:string .

<http://lexvo.org/id/char/2764D> a lvont:Character ;
    lvont:represents "𧙍"^^xsd:string .

<http://lexvo.org/id/char/2764E> a lvont:Character ;
    lvont:represents "𧙎"^^xsd:string .

<http://lexvo.org/id/char/2764F> a lvont:Character ;
    lvont:represents "𧙏"^^xsd:string .

<http://lexvo.org/id/char/2765> a lvont:Character ;
    lvont:represents "❥"^^xsd:string ;
    rdfs:comment "ROTATED HEAVY BLACK HEART BULLET"@en .

<http://lexvo.org/id/char/27650> a lvont:Character ;
    lvont:represents "𧙐"^^xsd:string .

<http://lexvo.org/id/char/27651> a lvont:Character ;
    lvont:represents "𧙑"^^xsd:string .

<http://lexvo.org/id/char/27652> a lvont:Character ;
    lvont:represents "𧙒"^^xsd:string .

<http://lexvo.org/id/char/27653> a lvont:Character ;
    lvont:represents "𧙓"^^xsd:string .

<http://lexvo.org/id/char/27654> a lvont:Character ;
    lvont:represents "𧙔"^^xsd:string .

<http://lexvo.org/id/char/27655> a lvont:Character ;
    lvont:represents "𧙕"^^xsd:string .

<http://lexvo.org/id/char/27656> a lvont:Character ;
    lvont:represents "𧙖"^^xsd:string .

<http://lexvo.org/id/char/27657> a lvont:Character ;
    lvont:represents "𧙗"^^xsd:string .

<http://lexvo.org/id/char/27658> a lvont:Character ;
    lvont:represents "𧙘"^^xsd:string .

<http://lexvo.org/id/char/27659> a lvont:Character ;
    lvont:represents "𧙙"^^xsd:string .

<http://lexvo.org/id/char/2765A> a lvont:Character ;
    lvont:represents "𧙚"^^xsd:string .

<http://lexvo.org/id/char/2765B> a lvont:Character ;
    lvont:represents "𧙛"^^xsd:string .

<http://lexvo.org/id/char/2765C> a lvont:Character ;
    lvont:represents "𧙜"^^xsd:string .

<http://lexvo.org/id/char/2765D> a lvont:Character ;
    lvont:represents "𧙝"^^xsd:string .

<http://lexvo.org/id/char/2765E> a lvont:Character ;
    lvont:represents "𧙞"^^xsd:string .

<http://lexvo.org/id/char/2765F> a lvont:Character ;
    lvont:represents "𧙟"^^xsd:string .

<http://lexvo.org/id/char/2766> a lvont:Character ;
    lvont:represents "❦"^^xsd:string ;
    rdfs:comment "FLORAL HEART"@en .

<http://lexvo.org/id/char/27660> a lvont:Character ;
    lvont:represents "𧙠"^^xsd:string .

<http://lexvo.org/id/char/27661> a lvont:Character ;
    lvont:represents "𧙡"^^xsd:string .

<http://lexvo.org/id/char/27662> a lvont:Character ;
    lvont:represents "𧙢"^^xsd:string .

<http://lexvo.org/id/char/27663> a lvont:Character ;
    lvont:represents "𧙣"^^xsd:string .

<http://lexvo.org/id/char/27664> a lvont:Character ;
    lvont:represents "𧙤"^^xsd:string .

<http://lexvo.org/id/char/27665> a lvont:Character ;
    lvont:represents "𧙥"^^xsd:string .

<http://lexvo.org/id/char/27666> a lvont:Character ;
    lvont:represents "𧙦"^^xsd:string .

<http://lexvo.org/id/char/27667> a lvont:Character ;
    lvont:represents "𧙧"^^xsd:string .

<http://lexvo.org/id/char/27668> a lvont:Character ;
    lvont:represents "𧙨"^^xsd:string .

<http://lexvo.org/id/char/27669> a lvont:Character ;
    lvont:represents "𧙩"^^xsd:string .

<http://lexvo.org/id/char/2766A> a lvont:Character ;
    lvont:represents "𧙪"^^xsd:string .

<http://lexvo.org/id/char/2766B> a lvont:Character ;
    lvont:represents "𧙫"^^xsd:string .

<http://lexvo.org/id/char/2766C> a lvont:Character ;
    lvont:represents "𧙬"^^xsd:string .

<http://lexvo.org/id/char/2766D> a lvont:Character ;
    lvont:represents "𧙭"^^xsd:string .

<http://lexvo.org/id/char/2766E> a lvont:Character ;
    lvont:represents "𧙮"^^xsd:string .

<http://lexvo.org/id/char/2766F> a lvont:Character ;
    lvont:represents "𧙯"^^xsd:string .

<http://lexvo.org/id/char/2767> a lvont:Character ;
    lvont:represents "❧"^^xsd:string ;
    rdfs:comment "ROTATED FLORAL HEART BULLET"@en .

<http://lexvo.org/id/char/27670> a lvont:Character ;
    lvont:represents "𧙰"^^xsd:string .

<http://lexvo.org/id/char/27671> a lvont:Character ;
    lvont:represents "𧙱"^^xsd:string .

<http://lexvo.org/id/char/27672> a lvont:Character ;
    lvont:represents "𧙲"^^xsd:string .

<http://lexvo.org/id/char/27673> a lvont:Character ;
    lvont:represents "𧙳"^^xsd:string .

<http://lexvo.org/id/char/27674> a lvont:Character ;
    lvont:represents "𧙴"^^xsd:string .

<http://lexvo.org/id/char/27675> a lvont:Character ;
    lvont:represents "𧙵"^^xsd:string .

<http://lexvo.org/id/char/27676> a lvont:Character ;
    lvont:represents "𧙶"^^xsd:string .

<http://lexvo.org/id/char/27677> a lvont:Character ;
    lvont:represents "𧙷"^^xsd:string .

<http://lexvo.org/id/char/27678> a lvont:Character ;
    lvont:represents "𧙸"^^xsd:string .

<http://lexvo.org/id/char/27679> a lvont:Character ;
    lvont:represents "𧙹"^^xsd:string .

<http://lexvo.org/id/char/2767A> a lvont:Character ;
    lvont:represents "𧙺"^^xsd:string .

<http://lexvo.org/id/char/2767B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/l%E1%BB%91t>,
        "𧙻"^^xsd:string .

<http://lexvo.org/id/char/2767C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/r%C3%A1ch>,
        "𧙼"^^xsd:string .

<http://lexvo.org/id/char/2767D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/tru%E1%BB%93ng>,
        "𧙽"^^xsd:string .

<http://lexvo.org/id/char/2767E> a lvont:Character ;
    lvont:represents "𧙾"^^xsd:string .

<http://lexvo.org/id/char/2767F> a lvont:Character ;
    lvont:represents "𧙿"^^xsd:string .

<http://lexvo.org/id/char/2768> a lvont:Character ;
    lvont:represents "❨"^^xsd:string ;
    rdfs:comment "MEDIUM LEFT PARENTHESIS ORNAMENT"@en .

<http://lexvo.org/id/char/27680> a lvont:Character ;
    lvont:represents "𧚀"^^xsd:string .

<http://lexvo.org/id/char/27681> a lvont:Character ;
    lvont:represents "𧚁"^^xsd:string .

<http://lexvo.org/id/char/27682> a lvont:Character ;
    lvont:represents "𧚂"^^xsd:string .

<http://lexvo.org/id/char/27683> a lvont:Character ;
    lvont:represents "𧚃"^^xsd:string .

<http://lexvo.org/id/char/27684> a lvont:Character ;
    lvont:represents "𧚄"^^xsd:string .

<http://lexvo.org/id/char/27685> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/long6>,
        <http://lexvo.org/id/term/yue/%F0%A7%9A%85>,
        "𧚅"^^xsd:string ;
    rdfs:comment "(Cant.) crotch"@en .

<http://lexvo.org/id/char/27686> a lvont:Character ;
    lvont:represents "𧚆"^^xsd:string .

<http://lexvo.org/id/char/27687> a lvont:Character ;
    lvont:represents "𧚇"^^xsd:string .

<http://lexvo.org/id/char/27688> a lvont:Character ;
    lvont:represents "𧚈"^^xsd:string .

<http://lexvo.org/id/char/27689> a lvont:Character ;
    lvont:represents "𧚉"^^xsd:string .

<http://lexvo.org/id/char/2768A> a lvont:Character ;
    lvont:represents "𧚊"^^xsd:string .

<http://lexvo.org/id/char/2768B> a lvont:Character ;
    lvont:represents "𧚋"^^xsd:string .

<http://lexvo.org/id/char/2768C> a lvont:Character ;
    lvont:represents "𧚌"^^xsd:string .

<http://lexvo.org/id/char/2768D> a lvont:Character ;
    lvont:represents "𧚍"^^xsd:string .

<http://lexvo.org/id/char/2768E> a lvont:Character ;
    lvont:represents "𧚎"^^xsd:string .

<http://lexvo.org/id/char/2768F> a lvont:Character ;
    lvont:represents "𧚏"^^xsd:string .

<http://lexvo.org/id/char/2769> a lvont:Character ;
    lvont:represents "❩"^^xsd:string ;
    rdfs:comment "MEDIUM RIGHT PARENTHESIS ORNAMENT"@en .

<http://lexvo.org/id/char/27690> a lvont:Character ;
    lvont:represents "𧚐"^^xsd:string .

<http://lexvo.org/id/char/27691> a lvont:Character ;
    lvont:represents "𧚑"^^xsd:string .

<http://lexvo.org/id/char/27692> a lvont:Character ;
    lvont:represents "𧚒"^^xsd:string .

<http://lexvo.org/id/char/27693> a lvont:Character ;
    lvont:represents "𧚓"^^xsd:string .

<http://lexvo.org/id/char/27694> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/tung2>,
        <http://lexvo.org/id/term/yue/%F0%A7%9A%94>,
        "𧚔"^^xsd:string ;
    rdfs:comment "(Cant.) a kind of skirt"@en .

<http://lexvo.org/id/char/27695> a lvont:Character ;
    lvont:represents "𧚕"^^xsd:string .

<http://lexvo.org/id/char/27696> a lvont:Character ;
    lvont:represents "𧚖"^^xsd:string .

<http://lexvo.org/id/char/27697> a lvont:Character ;
    lvont:represents "𧚗"^^xsd:string .

<http://lexvo.org/id/char/27698> a lvont:Character ;
    lvont:represents "𧚘"^^xsd:string .

<http://lexvo.org/id/char/27699> a lvont:Character ;
    lvont:represents "𧚙"^^xsd:string .

<http://lexvo.org/id/char/2769A> a lvont:Character ;
    lvont:represents "𧚚"^^xsd:string .

<http://lexvo.org/id/char/2769B> a lvont:Character ;
    lvont:represents "𧚛"^^xsd:string .

<http://lexvo.org/id/char/2769C> a lvont:Character ;
    lvont:represents "𧚜"^^xsd:string .

<http://lexvo.org/id/char/2769D> a lvont:Character ;
    lvont:represents "𧚝"^^xsd:string .

<http://lexvo.org/id/char/2769E> a lvont:Character ;
    lvont:represents "𧚞"^^xsd:string .

<http://lexvo.org/id/char/2769F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/v%C3%A1y>,
        "𧚟"^^xsd:string .

<http://lexvo.org/id/char/276A> a lvont:Character ;
    lvont:represents "❪"^^xsd:string ;
    rdfs:comment "MEDIUM FLATTENED LEFT PARENTHESIS ORNAMENT"@en .

<http://lexvo.org/id/char/276A0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/s%E1%BB%91ng>,
        "𧚠"^^xsd:string .

<http://lexvo.org/id/char/276A1> a lvont:Character ;
    lvont:represents "𧚡"^^xsd:string .

<http://lexvo.org/id/char/276A2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/x%E1%BB%91ng>,
        "𧚢"^^xsd:string .

<http://lexvo.org/id/char/276A3> a lvont:Character ;
    lvont:represents "𧚣"^^xsd:string .

<http://lexvo.org/id/char/276A4> a lvont:Character ;
    lvont:represents "𧚤"^^xsd:string .

<http://lexvo.org/id/char/276A5> a lvont:Character ;
    lvont:represents "𧚥"^^xsd:string .

<http://lexvo.org/id/char/276A6> a lvont:Character ;
    lvont:represents "𧚦"^^xsd:string .

<http://lexvo.org/id/char/276A7> a lvont:Character ;
    lvont:represents "𧚧"^^xsd:string .

<http://lexvo.org/id/char/276A8> a lvont:Character ;
    lvont:represents "𧚨"^^xsd:string .

<http://lexvo.org/id/char/276A9> a lvont:Character ;
    lvont:represents "𧚩"^^xsd:string .

<http://lexvo.org/id/char/276AA> a lvont:Character ;
    lvont:represents "𧚪"^^xsd:string .

<http://lexvo.org/id/char/276AB> a lvont:Character ;
    lvont:represents "𧚫"^^xsd:string .

<http://lexvo.org/id/char/276AC> a lvont:Character ;
    lvont:represents "𧚬"^^xsd:string .

<http://lexvo.org/id/char/276AD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/m%E1%BB%81n>,
        "𧚭"^^xsd:string .

<http://lexvo.org/id/char/276AE> a lvont:Character ;
    lvont:represents "𧚮"^^xsd:string .

<http://lexvo.org/id/char/276AF> a lvont:Character ;
    lvont:represents "𧚯"^^xsd:string .

<http://lexvo.org/id/char/276B> a lvont:Character ;
    lvont:represents "❫"^^xsd:string ;
    rdfs:comment "MEDIUM FLATTENED RIGHT PARENTHESIS ORNAMENT"@en .

<http://lexvo.org/id/char/276B0> a lvont:Character ;
    lvont:represents "𧚰"^^xsd:string .

<http://lexvo.org/id/char/276B1> a lvont:Character ;
    lvont:represents "𧚱"^^xsd:string .

<http://lexvo.org/id/char/276B2> a lvont:Character ;
    lvont:represents "𧚲"^^xsd:string .

<http://lexvo.org/id/char/276B3> a lvont:Character ;
    lvont:represents "𧚳"^^xsd:string .

<http://lexvo.org/id/char/276B4> a lvont:Character ;
    lvont:represents "𧚴"^^xsd:string .

<http://lexvo.org/id/char/276B5> a lvont:Character ;
    lvont:represents "𧚵"^^xsd:string .

<http://lexvo.org/id/char/276B6> a lvont:Character ;
    lvont:represents "𧚶"^^xsd:string .

<http://lexvo.org/id/char/276B7> a lvont:Character ;
    lvont:represents "𧚷"^^xsd:string .

<http://lexvo.org/id/char/276B8> a lvont:Character ;
    lvont:represents "𧚸"^^xsd:string .

<http://lexvo.org/id/char/276B9> a lvont:Character ;
    lvont:represents "𧚹"^^xsd:string .

<http://lexvo.org/id/char/276BA> a lvont:Character ;
    lvont:represents "𧚺"^^xsd:string .

<http://lexvo.org/id/char/276BB> a lvont:Character ;
    lvont:represents "𧚻"^^xsd:string .

<http://lexvo.org/id/char/276BC> a lvont:Character ;
    lvont:represents "𧚼"^^xsd:string .

<http://lexvo.org/id/char/276BD> a lvont:Character ;
    lvont:represents "𧚽"^^xsd:string .

<http://lexvo.org/id/char/276BE> a lvont:Character ;
    lvont:represents "𧚾"^^xsd:string .

<http://lexvo.org/id/char/276BF> a lvont:Character ;
    lvont:represents "𧚿"^^xsd:string .

<http://lexvo.org/id/char/276C> a lvont:Character ;
    lvont:represents "❬"^^xsd:string ;
    rdfs:comment "MEDIUM LEFT-POINTING ANGLE BRACKET ORNAMENT"@en .

<http://lexvo.org/id/char/276C0> a lvont:Character ;
    lvont:represents "𧛀"^^xsd:string .

<http://lexvo.org/id/char/276C1> a lvont:Character ;
    lvont:represents "𧛁"^^xsd:string .

<http://lexvo.org/id/char/276C2> a lvont:Character ;
    lvont:represents "𧛂"^^xsd:string .

<http://lexvo.org/id/char/276C3> a lvont:Character ;
    lvont:represents "𧛃"^^xsd:string .

<http://lexvo.org/id/char/276C4> a lvont:Character ;
    lvont:represents "𧛄"^^xsd:string .

<http://lexvo.org/id/char/276C5> a lvont:Character ;
    lvont:represents "𧛅"^^xsd:string .

<http://lexvo.org/id/char/276C6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/%C4%91%E1%BB%A5p>,
        "𧛆"^^xsd:string .

<http://lexvo.org/id/char/276C7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/tr%C3%A0ng>,
        "𧛇"^^xsd:string .

<http://lexvo.org/id/char/276C8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/l%E1%BB%A5n>,
        "𧛈"^^xsd:string .

<http://lexvo.org/id/char/276C9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/may>,
        "𧛉"^^xsd:string .

<http://lexvo.org/id/char/276CA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/r%C3%A1ch>,
        "𧛊"^^xsd:string .

<http://lexvo.org/id/char/276CB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/n%E1%BB%87m>,
        "𧛋"^^xsd:string .

<http://lexvo.org/id/char/276CC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/v%E1%BA%A1t>,
        "𧛌"^^xsd:string .

<http://lexvo.org/id/char/276CD> a lvont:Character ;
    lvont:represents "𧛍"^^xsd:string .

<http://lexvo.org/id/char/276CE> a lvont:Character ;
    lvont:represents "𧛎"^^xsd:string .

<http://lexvo.org/id/char/276CF> a lvont:Character ;
    lvont:represents "𧛏"^^xsd:string .

<http://lexvo.org/id/char/276D> a lvont:Character ;
    lvont:represents "❭"^^xsd:string ;
    rdfs:comment "MEDIUM RIGHT-POINTING ANGLE BRACKET ORNAMENT"@en .

<http://lexvo.org/id/char/276D0> a lvont:Character ;
    lvont:represents "𧛐"^^xsd:string .

<http://lexvo.org/id/char/276D1> a lvont:Character ;
    lvont:represents "𧛑"^^xsd:string .

<http://lexvo.org/id/char/276D2> a lvont:Character ;
    lvont:represents "𧛒"^^xsd:string .

<http://lexvo.org/id/char/276D3> a lvont:Character ;
    lvont:represents "𧛓"^^xsd:string .

<http://lexvo.org/id/char/276D4> a lvont:Character ;
    lvont:represents "𧛔"^^xsd:string .

<http://lexvo.org/id/char/276D5> a lvont:Character ;
    lvont:represents "𧛕"^^xsd:string .

<http://lexvo.org/id/char/276D6> a lvont:Character ;
    lvont:represents "𧛖"^^xsd:string .

<http://lexvo.org/id/char/276D7> a lvont:Character ;
    lvont:represents "𧛗"^^xsd:string .

<http://lexvo.org/id/char/276D8> a lvont:Character ;
    lvont:represents "𧛘"^^xsd:string .

<http://lexvo.org/id/char/276D9> a lvont:Character ;
    lvont:represents "𧛙"^^xsd:string .

<http://lexvo.org/id/char/276DA> a lvont:Character ;
    lvont:represents "𧛚"^^xsd:string .

<http://lexvo.org/id/char/276DB> a lvont:Character ;
    lvont:represents "𧛛"^^xsd:string .

<http://lexvo.org/id/char/276DC> a lvont:Character ;
    lvont:represents "𧛜"^^xsd:string .

<http://lexvo.org/id/char/276DD> a lvont:Character ;
    lvont:represents "𧛝"^^xsd:string .

<http://lexvo.org/id/char/276DE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/h%C3%B2>,
        "𧛞"^^xsd:string .

<http://lexvo.org/id/char/276DF> a lvont:Character ;
    lvont:represents "𧛟"^^xsd:string .

<http://lexvo.org/id/char/276E> a lvont:Character ;
    lvont:represents "❮"^^xsd:string ;
    rdfs:comment "HEAVY LEFT-POINTING ANGLE QUOTATION MARK ORNAMENT"@en .

<http://lexvo.org/id/char/276E0> a lvont:Character ;
    lvont:represents "𧛠"^^xsd:string .

<http://lexvo.org/id/char/276E1> a lvont:Character ;
    lvont:represents "𧛡"^^xsd:string .

<http://lexvo.org/id/char/276E2> a lvont:Character ;
    lvont:represents "𧛢"^^xsd:string .

<http://lexvo.org/id/char/276E3> a lvont:Character ;
    lvont:represents "𧛣"^^xsd:string .

<http://lexvo.org/id/char/276E4> a lvont:Character ;
    lvont:represents "𧛤"^^xsd:string .

<http://lexvo.org/id/char/276E5> a lvont:Character ;
    lvont:represents "𧛥"^^xsd:string .

<http://lexvo.org/id/char/276E6> a lvont:Character ;
    lvont:represents "𧛦"^^xsd:string .

<http://lexvo.org/id/char/276E7> a lvont:Character ;
    lvont:represents "𧛧"^^xsd:string .

<http://lexvo.org/id/char/276E8> a lvont:Character ;
    lvont:represents "𧛨"^^xsd:string .

<http://lexvo.org/id/char/276E9> a lvont:Character ;
    lvont:represents "𧛩"^^xsd:string .

<http://lexvo.org/id/char/276EA> a lvont:Character ;
    lvont:represents "𧛪"^^xsd:string .

<http://lexvo.org/id/char/276EB> a lvont:Character ;
    lvont:represents "𧛫"^^xsd:string .

<http://lexvo.org/id/char/276EC> a lvont:Character ;
    lvont:represents "𧛬"^^xsd:string .

<http://lexvo.org/id/char/276ED> a lvont:Character ;
    lvont:represents "𧛭"^^xsd:string .

<http://lexvo.org/id/char/276EE> a lvont:Character ;
    lvont:represents "𧛮"^^xsd:string .

<http://lexvo.org/id/char/276EF> a lvont:Character ;
    lvont:represents "𧛯"^^xsd:string .

<http://lexvo.org/id/char/276F> a lvont:Character ;
    lvont:represents "❯"^^xsd:string ;
    rdfs:comment "HEAVY RIGHT-POINTING ANGLE QUOTATION MARK ORNAMENT"@en .

<http://lexvo.org/id/char/276F0> a lvont:Character ;
    lvont:represents "𧛰"^^xsd:string .

<http://lexvo.org/id/char/276F1> a lvont:Character ;
    lvont:represents "𧛱"^^xsd:string .

<http://lexvo.org/id/char/276F2> a lvont:Character ;
    lvont:represents "𧛲"^^xsd:string .

<http://lexvo.org/id/char/276F3> a lvont:Character ;
    lvont:represents "𧛳"^^xsd:string .

<http://lexvo.org/id/char/276F4> a lvont:Character ;
    lvont:represents "𧛴"^^xsd:string .

<http://lexvo.org/id/char/276F5> a lvont:Character ;
    lvont:represents "𧛵"^^xsd:string .

<http://lexvo.org/id/char/276F6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/%C4%91%C3%A3y>,
        "𧛶"^^xsd:string .

<http://lexvo.org/id/char/276F7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/t%C6%A1i>,
        "𧛷"^^xsd:string .

<http://lexvo.org/id/char/276F8> a lvont:Character ;
    lvont:represents "𧛸"^^xsd:string .

<http://lexvo.org/id/char/276F9> a lvont:Character ;
    lvont:represents "𧛹"^^xsd:string .

<http://lexvo.org/id/char/276FA> a lvont:Character ;
    lvont:represents "𧛺"^^xsd:string .

<http://lexvo.org/id/char/276FB> a lvont:Character ;
    lvont:represents "𧛻"^^xsd:string .

<http://lexvo.org/id/char/276FC> a lvont:Character ;
    lvont:represents "𧛼"^^xsd:string .

<http://lexvo.org/id/char/276FD> a lvont:Character ;
    lvont:represents "𧛽"^^xsd:string .

<http://lexvo.org/id/char/276FE> a lvont:Character ;
    lvont:represents "𧛾"^^xsd:string .

<http://lexvo.org/id/char/276FF> a lvont:Character ;
    lvont:represents "𧛿"^^xsd:string .

<http://lexvo.org/id/char/2770> a lvont:Character ;
    lvont:represents "❰"^^xsd:string ;
    rdfs:comment "HEAVY LEFT-POINTING ANGLE BRACKET ORNAMENT"@en .

<http://lexvo.org/id/char/27700> a lvont:Character ;
    lvont:represents "𧜀"^^xsd:string .

<http://lexvo.org/id/char/27701> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%F0%A7%9C%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C4%81%20sh%C3%A0>,
        "𧜁"^^xsd:string ;
    rdfs:comment "to make smaller, fit; seam"@en .

<http://lexvo.org/id/char/27702> a lvont:Character ;
    lvont:represents "𧜂"^^xsd:string .

<http://lexvo.org/id/char/27703> a lvont:Character ;
    lvont:represents "𧜃"^^xsd:string .

<http://lexvo.org/id/char/27704> a lvont:Character ;
    lvont:represents "𧜄"^^xsd:string .

<http://lexvo.org/id/char/27705> a lvont:Character ;
    lvont:represents "𧜅"^^xsd:string .

<http://lexvo.org/id/char/27706> a lvont:Character ;
    lvont:represents "𧜆"^^xsd:string .

<http://lexvo.org/id/char/27707> a lvont:Character ;
    lvont:represents "𧜇"^^xsd:string .

<http://lexvo.org/id/char/27708> a lvont:Character ;
    lvont:represents "𧜈"^^xsd:string .

<http://lexvo.org/id/char/27709> a lvont:Character ;
    lvont:represents "𧜉"^^xsd:string .

<http://lexvo.org/id/char/2770A> a lvont:Character ;
    lvont:represents "𧜊"^^xsd:string .

<http://lexvo.org/id/char/2770B> a lvont:Character ;
    lvont:represents "𧜋"^^xsd:string .

<http://lexvo.org/id/char/2770C> a lvont:Character ;
    lvont:represents "𧜌"^^xsd:string .

<http://lexvo.org/id/char/2770D> a lvont:Character ;
    lvont:represents "𧜍"^^xsd:string .

<http://lexvo.org/id/char/2770E> a lvont:Character ;
    lvont:represents "𧜎"^^xsd:string .

<http://lexvo.org/id/char/2770F> a lvont:Character ;
    lvont:represents "𧜏"^^xsd:string .

<http://lexvo.org/id/char/2771> a lvont:Character ;
    lvont:represents "❱"^^xsd:string ;
    rdfs:comment "HEAVY RIGHT-POINTING ANGLE BRACKET ORNAMENT"@en .

<http://lexvo.org/id/char/27710> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/tr%E1%BB%85>,
        "𧜐"^^xsd:string .

<http://lexvo.org/id/char/27711> a lvont:Character ;
    lvont:represents "𧜑"^^xsd:string .

<http://lexvo.org/id/char/27712> a lvont:Character ;
    lvont:represents "𧜒"^^xsd:string .

<http://lexvo.org/id/char/27713> a lvont:Character ;
    lvont:represents "𧜓"^^xsd:string .

<http://lexvo.org/id/char/27714> a lvont:Character ;
    lvont:represents "𧜔"^^xsd:string .

<http://lexvo.org/id/char/27715> a lvont:Character ;
    lvont:represents "𧜕"^^xsd:string .

<http://lexvo.org/id/char/27716> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ch%C4%83n>,
        "𧜖"^^xsd:string .

<http://lexvo.org/id/char/27717> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/m%E1%BB%9B>,
        "𧜗"^^xsd:string .

<http://lexvo.org/id/char/27718> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/vi%E1%BB%81n>,
        "𧜘"^^xsd:string .

<http://lexvo.org/id/char/27719> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/x%E1%BB%91ng>,
        "𧜙"^^xsd:string .

<http://lexvo.org/id/char/2771A> a lvont:Character ;
    lvont:represents "𧜚"^^xsd:string .

<http://lexvo.org/id/char/2771B> a lvont:Character ;
    lvont:represents "𧜛"^^xsd:string .

<http://lexvo.org/id/char/2771C> a lvont:Character ;
    lvont:represents "𧜜"^^xsd:string .

<http://lexvo.org/id/char/2771D> a lvont:Character ;
    lvont:represents "𧜝"^^xsd:string .

<http://lexvo.org/id/char/2771E> a lvont:Character ;
    lvont:represents "𧜞"^^xsd:string .

<http://lexvo.org/id/char/2771F> a lvont:Character ;
    lvont:represents "𧜟"^^xsd:string .

<http://lexvo.org/id/char/2772> a lvont:Character ;
    lvont:represents "❲"^^xsd:string ;
    rdfs:comment "LIGHT LEFT TORTOISE SHELL BRACKET ORNAMENT"@en .

<http://lexvo.org/id/char/27720> a lvont:Character ;
    lvont:represents "𧜠"^^xsd:string .

<http://lexvo.org/id/char/27721> a lvont:Character ;
    lvont:represents "𧜡"^^xsd:string .

<http://lexvo.org/id/char/27722> a lvont:Character ;
    lvont:represents "𧜢"^^xsd:string .

<http://lexvo.org/id/char/27723> a lvont:Character ;
    lvont:represents "𧜣"^^xsd:string .

<http://lexvo.org/id/char/27724> a lvont:Character ;
    lvont:represents "𧜤"^^xsd:string .

<http://lexvo.org/id/char/27725> a lvont:Character ;
    lvont:represents "𧜥"^^xsd:string .

<http://lexvo.org/id/char/27726> a lvont:Character ;
    lvont:represents "𧜦"^^xsd:string .

<http://lexvo.org/id/char/27727> a lvont:Character ;
    lvont:represents "𧜧"^^xsd:string .

<http://lexvo.org/id/char/27728> a lvont:Character ;
    lvont:represents "𧜨"^^xsd:string .

<http://lexvo.org/id/char/27729> a lvont:Character ;
    lvont:represents "𧜩"^^xsd:string .

<http://lexvo.org/id/char/2772A> a lvont:Character ;
    lvont:represents "𧜪"^^xsd:string .

<http://lexvo.org/id/char/2772B> a lvont:Character ;
    lvont:represents "𧜫"^^xsd:string .

<http://lexvo.org/id/char/2772C> a lvont:Character ;
    lvont:represents "𧜬"^^xsd:string .

<http://lexvo.org/id/char/2772D> a lvont:Character ;
    lvont:represents "𧜭"^^xsd:string .

<http://lexvo.org/id/char/2772E> a lvont:Character ;
    lvont:represents "𧜮"^^xsd:string .

<http://lexvo.org/id/char/2772F> a lvont:Character ;
    lvont:represents "𧜯"^^xsd:string .

<http://lexvo.org/id/char/2773> a lvont:Character ;
    lvont:represents "❳"^^xsd:string ;
    rdfs:comment "LIGHT RIGHT TORTOISE SHELL BRACKET ORNAMENT"@en .

<http://lexvo.org/id/char/27730> a lvont:Character ;
    lvont:represents "𧜰"^^xsd:string .

<http://lexvo.org/id/char/27731> a lvont:Character ;
    lvont:represents "𧜱"^^xsd:string .

<http://lexvo.org/id/char/27732> a lvont:Character ;
    lvont:represents "𧜲"^^xsd:string .

<http://lexvo.org/id/char/27733> a lvont:Character ;
    lvont:represents "𧜳"^^xsd:string .

<http://lexvo.org/id/char/27734> a lvont:Character ;
    lvont:represents "𧜴"^^xsd:string .

<http://lexvo.org/id/char/27735> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/%C4%91ai>,
        "𧜵"^^xsd:string ;
    rdfs:comment "arid; dry; parched"@en .

<http://lexvo.org/id/char/27736> a lvont:Character ;
    lvont:represents "𧜶"^^xsd:string .

<http://lexvo.org/id/char/27737> a lvont:Character ;
    lvont:represents "𧜷"^^xsd:string .

<http://lexvo.org/id/char/27738> a lvont:Character ;
    lvont:represents "𧜸"^^xsd:string .

<http://lexvo.org/id/char/27739> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/x%C6%B0%E1%BB%9Di>,
        "𧜹"^^xsd:string .

<http://lexvo.org/id/char/2773A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/b%C3%A2u>,
        "𧜺"^^xsd:string .

<http://lexvo.org/id/char/2773B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/%C4%91%C5%A9ng>,
        "𧜻"^^xsd:string .

<http://lexvo.org/id/char/2773C> a lvont:Character ;
    lvont:represents "𧜼"^^xsd:string .

<http://lexvo.org/id/char/2773D> a lvont:Character ;
    lvont:represents "𧜽"^^xsd:string .

<http://lexvo.org/id/char/2773E> a lvont:Character ;
    lvont:represents "𧜾"^^xsd:string .

<http://lexvo.org/id/char/2773F> a lvont:Character ;
    lvont:represents "𧜿"^^xsd:string .

<http://lexvo.org/id/char/2774> a lvont:Character ;
    lvont:represents "❴"^^xsd:string ;
    rdfs:comment "MEDIUM LEFT CURLY BRACKET ORNAMENT"@en .

<http://lexvo.org/id/char/27740> a lvont:Character ;
    lvont:represents "𧝀"^^xsd:string .

<http://lexvo.org/id/char/27741> a lvont:Character ;
    lvont:represents "𧝁"^^xsd:string .

<http://lexvo.org/id/char/27742> a lvont:Character ;
    lvont:represents "𧝂"^^xsd:string .

<http://lexvo.org/id/char/27743> a lvont:Character ;
    lvont:represents "𧝃"^^xsd:string .

<http://lexvo.org/id/char/27744> a lvont:Character ;
    lvont:represents "𧝄"^^xsd:string .

<http://lexvo.org/id/char/27745> a lvont:Character ;
    lvont:represents "𧝅"^^xsd:string .

<http://lexvo.org/id/char/27746> a lvont:Character ;
    lvont:represents "𧝆"^^xsd:string .

<http://lexvo.org/id/char/27747> a lvont:Character ;
    lvont:represents "𧝇"^^xsd:string .

<http://lexvo.org/id/char/27748> a lvont:Character ;
    lvont:represents "𧝈"^^xsd:string .

<http://lexvo.org/id/char/27749> a lvont:Character ;
    lvont:represents "𧝉"^^xsd:string .

<http://lexvo.org/id/char/2774A> a lvont:Character ;
    lvont:represents "𧝊"^^xsd:string .

<http://lexvo.org/id/char/2774B> a lvont:Character ;
    lvont:represents "𧝋"^^xsd:string .

<http://lexvo.org/id/char/2774C> a lvont:Character ;
    lvont:represents "𧝌"^^xsd:string .

<http://lexvo.org/id/char/2774D> a lvont:Character ;
    lvont:represents "𧝍"^^xsd:string .

<http://lexvo.org/id/char/2774E> a lvont:Character ;
    lvont:represents "𧝎"^^xsd:string .

<http://lexvo.org/id/char/2774F> a lvont:Character ;
    lvont:represents "𧝏"^^xsd:string .

<http://lexvo.org/id/char/2775> a lvont:Character ;
    lvont:represents "❵"^^xsd:string ;
    rdfs:comment "MEDIUM RIGHT CURLY BRACKET ORNAMENT"@en .

<http://lexvo.org/id/char/27750> a lvont:Character ;
    lvont:represents "𧝐"^^xsd:string .

<http://lexvo.org/id/char/27751> a lvont:Character ;
    lvont:represents "𧝑"^^xsd:string .

<http://lexvo.org/id/char/27752> a lvont:Character ;
    lvont:represents "𧝒"^^xsd:string .

<http://lexvo.org/id/char/27753> a lvont:Character ;
    lvont:represents "𧝓"^^xsd:string .

<http://lexvo.org/id/char/27754> a lvont:Character ;
    lvont:represents "𧝔"^^xsd:string .

<http://lexvo.org/id/char/27755> a lvont:Character ;
    lvont:represents "𧝕"^^xsd:string .

<http://lexvo.org/id/char/27756> a lvont:Character ;
    lvont:represents "𧝖"^^xsd:string .

<http://lexvo.org/id/char/27757> a lvont:Character ;
    lvont:represents "𧝗"^^xsd:string .

<http://lexvo.org/id/char/27758> a lvont:Character ;
    lvont:represents "𧝘"^^xsd:string .

<http://lexvo.org/id/char/27759> a lvont:Character ;
    lvont:represents "𧝙"^^xsd:string .

<http://lexvo.org/id/char/2775A> a lvont:Character ;
    lvont:represents "𧝚"^^xsd:string .

<http://lexvo.org/id/char/2775B> a lvont:Character ;
    lvont:represents "𧝛"^^xsd:string .

<http://lexvo.org/id/char/2775C> a lvont:Character ;
    lvont:represents "𧝜"^^xsd:string .

<http://lexvo.org/id/char/2775D> a lvont:Character ;
    lvont:represents "𧝝"^^xsd:string .

<http://lexvo.org/id/char/2775E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/gei1>,
        <http://lexvo.org/id/term/yue/%F0%A7%9D%9E>,
        "𧝞"^^xsd:string ;
    rdfs:comment "(Cant.) 卡𧝞, khaki"@en .

<http://lexvo.org/id/char/2775F> a lvont:Character ;
    lvont:represents "𧝟"^^xsd:string .

<http://lexvo.org/id/char/2776> a lvont:Character ;
    lvont:represents "❶"^^xsd:string ;
    rdfs:comment "DINGBAT NEGATIVE CIRCLED DIGIT ONE"@en .

<http://lexvo.org/id/char/27760> a lvont:Character ;
    lvont:represents "𧝠"^^xsd:string .

<http://lexvo.org/id/char/27761> a lvont:Character ;
    lvont:represents "𧝡"^^xsd:string .

<http://lexvo.org/id/char/27762> a lvont:Character ;
    lvont:represents "𧝢"^^xsd:string .

<http://lexvo.org/id/char/27763> a lvont:Character ;
    lvont:represents "𧝣"^^xsd:string .

<http://lexvo.org/id/char/27764> a lvont:Character ;
    lvont:represents "𧝤"^^xsd:string .

<http://lexvo.org/id/char/27765> a lvont:Character ;
    lvont:represents "𧝥"^^xsd:string .

<http://lexvo.org/id/char/27766> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/r%C3%A1ch>,
        "𧝦"^^xsd:string .

<http://lexvo.org/id/char/27767> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ch%E1%BA%BBn>,
        "𧝧"^^xsd:string .

<http://lexvo.org/id/char/27768> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ch%C3%A9o>,
        "𧝨"^^xsd:string .

<http://lexvo.org/id/char/27769> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/to%C3%A0ng>,
        "𧝩"^^xsd:string .

<http://lexvo.org/id/char/2776A> a lvont:Character ;
    lvont:represents "𧝪"^^xsd:string .

<http://lexvo.org/id/char/2776B> a lvont:Character ;
    lvont:represents "𧝫"^^xsd:string .

<http://lexvo.org/id/char/2776C> a lvont:Character ;
    lvont:represents "𧝬"^^xsd:string .

<http://lexvo.org/id/char/2776D> a lvont:Character ;
    lvont:represents "𧝭"^^xsd:string .

<http://lexvo.org/id/char/2776E> a lvont:Character ;
    lvont:represents "𧝮"^^xsd:string .

<http://lexvo.org/id/char/2776F> a lvont:Character ;
    lvont:represents "𧝯"^^xsd:string .

<http://lexvo.org/id/char/2777> a lvont:Character ;
    lvont:represents "❷"^^xsd:string ;
    rdfs:comment "DINGBAT NEGATIVE CIRCLED DIGIT TWO"@en .

<http://lexvo.org/id/char/27770> a lvont:Character ;
    lvont:represents "𧝰"^^xsd:string .

<http://lexvo.org/id/char/27771> a lvont:Character ;
    lvont:represents "𧝱"^^xsd:string .

<http://lexvo.org/id/char/27772> a lvont:Character ;
    lvont:represents "𧝲"^^xsd:string .

<http://lexvo.org/id/char/27773> a lvont:Character ;
    lvont:represents "𧝳"^^xsd:string .

<http://lexvo.org/id/char/27774> a lvont:Character ;
    lvont:represents "𧝴"^^xsd:string .

<http://lexvo.org/id/char/27775> a lvont:Character ;
    lvont:represents "𧝵"^^xsd:string .

<http://lexvo.org/id/char/27776> a lvont:Character ;
    lvont:represents "𧝶"^^xsd:string .

<http://lexvo.org/id/char/27777> a lvont:Character ;
    lvont:represents "𧝷"^^xsd:string .

<http://lexvo.org/id/char/27778> a lvont:Character ;
    lvont:represents "𧝸"^^xsd:string .

<http://lexvo.org/id/char/27779> a lvont:Character ;
    lvont:represents "𧝹"^^xsd:string .

<http://lexvo.org/id/char/2777A> a lvont:Character ;
    lvont:represents "𧝺"^^xsd:string .

<http://lexvo.org/id/char/2777B> a lvont:Character ;
    lvont:represents "𧝻"^^xsd:string .

<http://lexvo.org/id/char/2777C> a lvont:Character ;
    lvont:represents "𧝼"^^xsd:string .

<http://lexvo.org/id/char/2777D> a lvont:Character ;
    lvont:represents "𧝽"^^xsd:string .

<http://lexvo.org/id/char/2777E> a lvont:Character ;
    lvont:represents "𧝾"^^xsd:string .

<http://lexvo.org/id/char/2777F> a lvont:Character ;
    lvont:represents "𧝿"^^xsd:string .

<http://lexvo.org/id/char/2778> a lvont:Character ;
    lvont:represents "❸"^^xsd:string ;
    rdfs:comment "DINGBAT NEGATIVE CIRCLED DIGIT THREE"@en .

<http://lexvo.org/id/char/27780> a lvont:Character ;
    lvont:represents "𧞀"^^xsd:string .

<http://lexvo.org/id/char/27781> a lvont:Character ;
    lvont:represents "𧞁"^^xsd:string .

<http://lexvo.org/id/char/27782> a lvont:Character ;
    lvont:represents "𧞂"^^xsd:string .

<http://lexvo.org/id/char/27783> a lvont:Character ;
    lvont:represents "𧞃"^^xsd:string .

<http://lexvo.org/id/char/27784> a lvont:Character ;
    lvont:represents "𧞄"^^xsd:string .

<http://lexvo.org/id/char/27785> a lvont:Character ;
    lvont:represents "𧞅"^^xsd:string .

<http://lexvo.org/id/char/27786> a lvont:Character ;
    lvont:represents "𧞆"^^xsd:string .

<http://lexvo.org/id/char/27787> a lvont:Character ;
    lvont:represents "𧞇"^^xsd:string .

<http://lexvo.org/id/char/27788> a lvont:Character ;
    lvont:represents "𧞈"^^xsd:string .

<http://lexvo.org/id/char/27789> a lvont:Character ;
    lvont:represents "𧞉"^^xsd:string .

<http://lexvo.org/id/char/2778A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/d%E1%BA%A3i>,
        "𧞊"^^xsd:string .

<http://lexvo.org/id/char/2778B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/r%C3%A8m>,
        "𧞋"^^xsd:string .

<http://lexvo.org/id/char/2778C> a lvont:Character ;
    lvont:represents "𧞌"^^xsd:string .

<http://lexvo.org/id/char/2778D> a lvont:Character ;
    lvont:represents "𧞍"^^xsd:string .

<http://lexvo.org/id/char/2778E> a lvont:Character ;
    lvont:represents "𧞎"^^xsd:string .

<http://lexvo.org/id/char/2778F> a lvont:Character ;
    lvont:represents "𧞏"^^xsd:string .

<http://lexvo.org/id/char/2779> a lvont:Character ;
    lvont:represents "❹"^^xsd:string ;
    rdfs:comment "DINGBAT NEGATIVE CIRCLED DIGIT FOUR"@en .

<http://lexvo.org/id/char/27790> a lvont:Character ;
    lvont:represents "𧞐"^^xsd:string .

<http://lexvo.org/id/char/27791> a lvont:Character ;
    lvont:represents "𧞑"^^xsd:string .

<http://lexvo.org/id/char/27792> a lvont:Character ;
    lvont:represents "𧞒"^^xsd:string .

<http://lexvo.org/id/char/27793> a lvont:Character ;
    lvont:represents "𧞓"^^xsd:string .

<http://lexvo.org/id/char/27794> a lvont:Character ;
    lvont:represents "𧞔"^^xsd:string .

<http://lexvo.org/id/char/27795> a lvont:Character ;
    lvont:represents "𧞕"^^xsd:string .

<http://lexvo.org/id/char/27796> a lvont:Character ;
    lvont:represents "𧞖"^^xsd:string .

<http://lexvo.org/id/char/27797> a lvont:Character ;
    lvont:represents "𧞗"^^xsd:string .

<http://lexvo.org/id/char/27798> a lvont:Character ;
    lvont:represents "𧞘"^^xsd:string .

<http://lexvo.org/id/char/27799> a lvont:Character ;
    lvont:represents "𧞙"^^xsd:string .

<http://lexvo.org/id/char/2779A> a lvont:Character ;
    lvont:represents "𧞚"^^xsd:string .

<http://lexvo.org/id/char/2779B> a lvont:Character ;
    lvont:represents "𧞛"^^xsd:string .

<http://lexvo.org/id/char/2779C> a lvont:Character ;
    lvont:represents "𧞜"^^xsd:string .

<http://lexvo.org/id/char/2779D> a lvont:Character ;
    lvont:represents "𧞝"^^xsd:string .

<http://lexvo.org/id/char/2779E> a lvont:Character ;
    lvont:represents "𧞞"^^xsd:string .

<http://lexvo.org/id/char/2779F> a lvont:Character ;
    lvont:represents "𧞟"^^xsd:string .

<http://lexvo.org/id/char/277A> a lvont:Character ;
    lvont:represents "❺"^^xsd:string ;
    rdfs:comment "DINGBAT NEGATIVE CIRCLED DIGIT FIVE"@en .

<http://lexvo.org/id/char/277A0> a lvont:Character ;
    lvont:represents "𧞠"^^xsd:string .

<http://lexvo.org/id/char/277A1> a lvont:Character ;
    lvont:represents "𧞡"^^xsd:string .

<http://lexvo.org/id/char/277A2> a lvont:Character ;
    lvont:represents "𧞢"^^xsd:string .

<http://lexvo.org/id/char/277A3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/y%E1%BA%BFm>,
        "𧞣"^^xsd:string .

<http://lexvo.org/id/char/277A4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/to%E1%BA%A1c>,
        "𧞤"^^xsd:string .

<http://lexvo.org/id/char/277A5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/n%C3%B2i>,
        "𧞥"^^xsd:string .

<http://lexvo.org/id/char/277A6> a lvont:Character ;
    lvont:represents "𧞦"^^xsd:string .

<http://lexvo.org/id/char/277A7> a lvont:Character ;
    lvont:represents "𧞧"^^xsd:string .

<http://lexvo.org/id/char/277A8> a lvont:Character ;
    lvont:represents "𧞨"^^xsd:string .

<http://lexvo.org/id/char/277A9> a lvont:Character ;
    lvont:represents "𧞩"^^xsd:string .

<http://lexvo.org/id/char/277AA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%F0%A7%9E%AA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%A0>,
        "𧞪"^^xsd:string ;
    rdfs:comment "old or badly fitting clothes; untidy"@en .

<http://lexvo.org/id/char/277AB> a lvont:Character ;
    lvont:represents "𧞫"^^xsd:string .

<http://lexvo.org/id/char/277AC> a lvont:Character ;
    lvont:represents "𧞬"^^xsd:string .

<http://lexvo.org/id/char/277AD> a lvont:Character ;
    lvont:represents "𧞭"^^xsd:string .

<http://lexvo.org/id/char/277AE> a lvont:Character ;
    lvont:represents "𧞮"^^xsd:string .

<http://lexvo.org/id/char/277AF> a lvont:Character ;
    lvont:represents "𧞯"^^xsd:string .

<http://lexvo.org/id/char/277B> a lvont:Character ;
    lvont:represents "❻"^^xsd:string ;
    rdfs:comment "DINGBAT NEGATIVE CIRCLED DIGIT SIX"@en .

<http://lexvo.org/id/char/277B0> a lvont:Character ;
    lvont:represents "𧞰"^^xsd:string .

<http://lexvo.org/id/char/277B1> a lvont:Character ;
    lvont:represents "𧞱"^^xsd:string .

<http://lexvo.org/id/char/277B2> a lvont:Character ;
    lvont:represents "𧞲"^^xsd:string .

<http://lexvo.org/id/char/277B3> a lvont:Character ;
    lvont:represents "𧞳"^^xsd:string .

<http://lexvo.org/id/char/277B4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/%C4%91%E1%BB%8Bu>,
        "𧞴"^^xsd:string .

<http://lexvo.org/id/char/277B5> a lvont:Character ;
    lvont:represents "𧞵"^^xsd:string .

<http://lexvo.org/id/char/277B6> a lvont:Character ;
    lvont:represents "𧞶"^^xsd:string .

<http://lexvo.org/id/char/277B7> a lvont:Character ;
    lvont:represents "𧞷"^^xsd:string .

<http://lexvo.org/id/char/277B8> a lvont:Character ;
    lvont:represents "𧞸"^^xsd:string .

<http://lexvo.org/id/char/277B9> a lvont:Character ;
    lvont:represents "𧞹"^^xsd:string .

<http://lexvo.org/id/char/277BA> a lvont:Character ;
    lvont:represents "𧞺"^^xsd:string .

<http://lexvo.org/id/char/277BB> a lvont:Character ;
    lvont:represents "𧞻"^^xsd:string .

<http://lexvo.org/id/char/277BC> a lvont:Character ;
    lvont:represents "𧞼"^^xsd:string .

<http://lexvo.org/id/char/277BD> a lvont:Character ;
    lvont:represents "𧞽"^^xsd:string .

<http://lexvo.org/id/char/277BE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/m%E1%BA%B7c>,
        "𧞾"^^xsd:string .

<http://lexvo.org/id/char/277BF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/r%C3%A1ch>,
        "𧞿"^^xsd:string .

<http://lexvo.org/id/char/277C> a lvont:Character ;
    lvont:represents "❼"^^xsd:string ;
    rdfs:comment "DINGBAT NEGATIVE CIRCLED DIGIT SEVEN"@en .

<http://lexvo.org/id/char/277C0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ch%E1%BA%BDn>,
        "𧟀"^^xsd:string .

<http://lexvo.org/id/char/277C1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/vi%E1%BB%81n>,
        "𧟁"^^xsd:string .

<http://lexvo.org/id/char/277C2> a lvont:Character ;
    lvont:represents "𧟂"^^xsd:string .

<http://lexvo.org/id/char/277C3> a lvont:Character ;
    lvont:represents "𧟃"^^xsd:string .

<http://lexvo.org/id/char/277C4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/r%C3%A1ng>,
        "𧟄"^^xsd:string .

<http://lexvo.org/id/char/277C5> a lvont:Character ;
    lvont:represents "𧟅"^^xsd:string .

<http://lexvo.org/id/char/277C6> a lvont:Character ;
    lvont:represents "𧟆"^^xsd:string .

<http://lexvo.org/id/char/277C7> a lvont:Character ;
    lvont:represents "𧟇"^^xsd:string .

<http://lexvo.org/id/char/277C8> a lvont:Character ;
    lvont:represents "𧟈"^^xsd:string .

<http://lexvo.org/id/char/277C9> a lvont:Character ;
    lvont:represents "𧟉"^^xsd:string .

<http://lexvo.org/id/char/277CA> a lvont:Character ;
    lvont:represents "𧟊"^^xsd:string .

<http://lexvo.org/id/char/277CB> a lvont:Character ;
    lvont:represents "𧟋"^^xsd:string .

<http://lexvo.org/id/char/277CC> a lvont:Character ;
    lvont:represents "𧟌"^^xsd:string .

<http://lexvo.org/id/char/277CD> a lvont:Character ;
    lvont:represents "𧟍"^^xsd:string .

<http://lexvo.org/id/char/277CE> a lvont:Character ;
    lvont:represents "𧟎"^^xsd:string .

<http://lexvo.org/id/char/277CF> a lvont:Character ;
    lvont:represents "𧟏"^^xsd:string .

<http://lexvo.org/id/char/277D> a lvont:Character ;
    lvont:represents "❽"^^xsd:string ;
    rdfs:comment "DINGBAT NEGATIVE CIRCLED DIGIT EIGHT"@en .

<http://lexvo.org/id/char/277D0> a lvont:Character ;
    lvont:represents "𧟐"^^xsd:string .

<http://lexvo.org/id/char/277D1> a lvont:Character ;
    lvont:represents "𧟑"^^xsd:string .

<http://lexvo.org/id/char/277D2> a lvont:Character ;
    lvont:represents "𧟒"^^xsd:string .

<http://lexvo.org/id/char/277D3> a lvont:Character ;
    lvont:represents "𧟓"^^xsd:string .

<http://lexvo.org/id/char/277D4> a lvont:Character ;
    lvont:represents "𧟔"^^xsd:string .

<http://lexvo.org/id/char/277D5> a lvont:Character ;
    lvont:represents "𧟕"^^xsd:string .

<http://lexvo.org/id/char/277D6> a lvont:Character ;
    lvont:represents "𧟖"^^xsd:string .

<http://lexvo.org/id/char/277D7> a lvont:Character ;
    lvont:represents "𧟗"^^xsd:string .

<http://lexvo.org/id/char/277D8> a lvont:Character ;
    lvont:represents "𧟘"^^xsd:string .

<http://lexvo.org/id/char/277D9> a lvont:Character ;
    lvont:represents "𧟙"^^xsd:string .

<http://lexvo.org/id/char/277DA> a lvont:Character ;
    lvont:represents "𧟚"^^xsd:string .

<http://lexvo.org/id/char/277DB> a lvont:Character ;
    lvont:represents "𧟛"^^xsd:string .

<http://lexvo.org/id/char/277DC> a lvont:Character ;
    lvont:represents "𧟜"^^xsd:string .

<http://lexvo.org/id/char/277DD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/v%E1%BA%A1t>,
        "𧟝"^^xsd:string .

<http://lexvo.org/id/char/277DE> a lvont:Character ;
    lvont:represents "𧟞"^^xsd:string .

<http://lexvo.org/id/char/277DF> a lvont:Character ;
    lvont:represents "𧟟"^^xsd:string .

<http://lexvo.org/id/char/277E> a lvont:Character ;
    lvont:represents "❾"^^xsd:string ;
    rdfs:comment "DINGBAT NEGATIVE CIRCLED DIGIT NINE"@en .

<http://lexvo.org/id/char/277E0> a lvont:Character ;
    lvont:represents "𧟠"^^xsd:string .

<http://lexvo.org/id/char/277E1> a lvont:Character ;
    lvont:represents "𧟡"^^xsd:string .

<http://lexvo.org/id/char/277E2> a lvont:Character ;
    lvont:represents "𧟢"^^xsd:string .

<http://lexvo.org/id/char/277E3> a lvont:Character ;
    lvont:represents "𧟣"^^xsd:string .

<http://lexvo.org/id/char/277E4> a lvont:Character ;
    lvont:represents "𧟤"^^xsd:string .

<http://lexvo.org/id/char/277E5> a lvont:Character ;
    lvont:represents "𧟥"^^xsd:string .

<http://lexvo.org/id/char/277E6> a lvont:Character ;
    lvont:represents "𧟦"^^xsd:string .

<http://lexvo.org/id/char/277E7> a lvont:Character ;
    lvont:represents "𧟧"^^xsd:string .

<http://lexvo.org/id/char/277E8> a lvont:Character ;
    lvont:represents "𧟨"^^xsd:string .

<http://lexvo.org/id/char/277E9> a lvont:Character ;
    lvont:represents "𧟩"^^xsd:string .

<http://lexvo.org/id/char/277EA> a lvont:Character ;
    lvont:represents "𧟪"^^xsd:string .

<http://lexvo.org/id/char/277EB> a lvont:Character ;
    lvont:represents "𧟫"^^xsd:string .

<http://lexvo.org/id/char/277EC> a lvont:Character ;
    lvont:represents "𧟬"^^xsd:string .

<http://lexvo.org/id/char/277ED> a lvont:Character ;
    lvont:represents "𧟭"^^xsd:string .

<http://lexvo.org/id/char/277EE> a lvont:Character ;
    lvont:represents "𧟮"^^xsd:string .

<http://lexvo.org/id/char/277EF> a lvont:Character ;
    lvont:represents "𧟯"^^xsd:string .

<http://lexvo.org/id/char/277F> a lvont:Character ;
    lvont:represents "❿"^^xsd:string ;
    rdfs:comment "DINGBAT NEGATIVE CIRCLED NUMBER TEN"@en .

<http://lexvo.org/id/char/277F0> a lvont:Character ;
    lvont:represents "𧟰"^^xsd:string .

<http://lexvo.org/id/char/277F1> a lvont:Character ;
    lvont:represents "𧟱"^^xsd:string .

<http://lexvo.org/id/char/277F2> a lvont:Character ;
    lvont:represents "𧟲"^^xsd:string .

<http://lexvo.org/id/char/277F3> a lvont:Character ;
    lvont:represents "𧟳"^^xsd:string .

<http://lexvo.org/id/char/277F4> a lvont:Character ;
    lvont:represents "𧟴"^^xsd:string .

<http://lexvo.org/id/char/277F5> a lvont:Character ;
    lvont:represents "𧟵"^^xsd:string .

<http://lexvo.org/id/char/277F6> a lvont:Character ;
    lvont:represents "𧟶"^^xsd:string .

<http://lexvo.org/id/char/277F7> a lvont:Character ;
    lvont:represents "𧟷"^^xsd:string .

<http://lexvo.org/id/char/277F8> a lvont:Character ;
    lvont:represents "𧟸"^^xsd:string .

<http://lexvo.org/id/char/277F9> a lvont:Character ;
    lvont:represents "𧟹"^^xsd:string .

<http://lexvo.org/id/char/277FA> a lvont:Character ;
    lvont:represents "𧟺"^^xsd:string .

<http://lexvo.org/id/char/277FB> a lvont:Character ;
    lvont:represents "𧟻"^^xsd:string .

<http://lexvo.org/id/char/277FC> a lvont:Character ;
    lvont:represents "𧟼"^^xsd:string .

<http://lexvo.org/id/char/277FD> a lvont:Character ;
    lvont:represents "𧟽"^^xsd:string .

<http://lexvo.org/id/char/277FE> a lvont:Character ;
    lvont:represents "𧟾"^^xsd:string .

<http://lexvo.org/id/char/277FF> a lvont:Character ;
    lvont:represents "𧟿"^^xsd:string .

<http://lexvo.org/id/char/2780> a lvont:Character ;
    lvont:represents "➀"^^xsd:string ;
    rdfs:comment "DINGBAT CIRCLED SANS-SERIF DIGIT ONE"@en .

<http://lexvo.org/id/char/27800> a lvont:Character ;
    lvont:represents "𧠀"^^xsd:string .

<http://lexvo.org/id/char/27801> a lvont:Character ;
    lvont:represents "𧠁"^^xsd:string .

<http://lexvo.org/id/char/27802> a lvont:Character ;
    lvont:represents "𧠂"^^xsd:string .

<http://lexvo.org/id/char/27803> a lvont:Character ;
    lvont:represents "𧠃"^^xsd:string .

<http://lexvo.org/id/char/27804> a lvont:Character ;
    lvont:represents "𧠄"^^xsd:string .

<http://lexvo.org/id/char/27805> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/%C3%BAp>,
        "𧠅"^^xsd:string .

<http://lexvo.org/id/char/27806> a lvont:Character ;
    lvont:represents "𧠆"^^xsd:string .

<http://lexvo.org/id/char/27807> a lvont:Character ;
    lvont:represents "𧠇"^^xsd:string .

<http://lexvo.org/id/char/27808> a lvont:Character ;
    lvont:represents "𧠈"^^xsd:string .

<http://lexvo.org/id/char/27809> a lvont:Character ;
    lvont:represents "𧠉"^^xsd:string .

<http://lexvo.org/id/char/2780A> a lvont:Character ;
    lvont:represents "𧠊"^^xsd:string .

<http://lexvo.org/id/char/2780B> a lvont:Character ;
    lvont:represents "𧠋"^^xsd:string .

<http://lexvo.org/id/char/2780C> a lvont:Character ;
    lvont:represents "𧠌"^^xsd:string .

<http://lexvo.org/id/char/2780D> a lvont:Character ;
    lvont:represents "𧠍"^^xsd:string .

<http://lexvo.org/id/char/2780E> a lvont:Character ;
    lvont:represents "𧠎"^^xsd:string .

<http://lexvo.org/id/char/2780F> a lvont:Character ;
    lvont:represents "𧠏"^^xsd:string .

<http://lexvo.org/id/char/2781> a lvont:Character ;
    lvont:represents "➁"^^xsd:string ;
    rdfs:comment "DINGBAT CIRCLED SANS-SERIF DIGIT TWO"@en .

<http://lexvo.org/id/char/27810> a lvont:Character ;
    lvont:represents "𧠐"^^xsd:string .

<http://lexvo.org/id/char/27811> a lvont:Character ;
    lvont:represents "𧠑"^^xsd:string .

<http://lexvo.org/id/char/27812> a lvont:Character ;
    lvont:represents "𧠒"^^xsd:string .

<http://lexvo.org/id/char/27813> a lvont:Character ;
    lvont:represents "𧠓"^^xsd:string .

<http://lexvo.org/id/char/27814> a lvont:Character ;
    lvont:represents "𧠔"^^xsd:string .

<http://lexvo.org/id/char/27815> a lvont:Character ;
    lvont:represents "𧠕"^^xsd:string .

<http://lexvo.org/id/char/27816> a lvont:Character ;
    lvont:represents "𧠖"^^xsd:string .

<http://lexvo.org/id/char/27817> a lvont:Character ;
    lvont:represents "𧠗"^^xsd:string .

<http://lexvo.org/id/char/27818> a lvont:Character ;
    lvont:represents "𧠘"^^xsd:string .

<http://lexvo.org/id/char/27819> a lvont:Character ;
    lvont:represents "𧠙"^^xsd:string .

<http://lexvo.org/id/char/2781A> a lvont:Character ;
    lvont:represents "𧠚"^^xsd:string .

<http://lexvo.org/id/char/2781B> a lvont:Character ;
    lvont:represents "𧠛"^^xsd:string .

<http://lexvo.org/id/char/2781C> a lvont:Character ;
    lvont:represents "𧠜"^^xsd:string .

<http://lexvo.org/id/char/2781D> a lvont:Character ;
    lvont:represents "𧠝"^^xsd:string .

<http://lexvo.org/id/char/2781E> a lvont:Character ;
    lvont:represents "𧠞"^^xsd:string .

<http://lexvo.org/id/char/2781F> a lvont:Character ;
    lvont:represents "𧠟"^^xsd:string .

<http://lexvo.org/id/char/2782> a lvont:Character ;
    lvont:represents "➂"^^xsd:string ;
    rdfs:comment "DINGBAT CIRCLED SANS-SERIF DIGIT THREE"@en .

<http://lexvo.org/id/char/27820> a lvont:Character ;
    lvont:represents "𧠠"^^xsd:string .

<http://lexvo.org/id/char/27821> a lvont:Character ;
    lvont:represents "𧠡"^^xsd:string .

<http://lexvo.org/id/char/27822> a lvont:Character ;
    lvont:represents "𧠢"^^xsd:string .

<http://lexvo.org/id/char/27823> a lvont:Character ;
    lvont:represents "𧠣"^^xsd:string .

<http://lexvo.org/id/char/27824> a lvont:Character ;
    lvont:represents "𧠤"^^xsd:string .

<http://lexvo.org/id/char/27825> a lvont:Character ;
    lvont:represents "𧠥"^^xsd:string .

<http://lexvo.org/id/char/27826> a lvont:Character ;
    lvont:represents "𧠦"^^xsd:string .

<http://lexvo.org/id/char/27827> a lvont:Character ;
    lvont:represents "𧠧"^^xsd:string .

<http://lexvo.org/id/char/27828> a lvont:Character ;
    lvont:represents "𧠨"^^xsd:string .

<http://lexvo.org/id/char/27829> a lvont:Character ;
    lvont:represents "𧠩"^^xsd:string .

<http://lexvo.org/id/char/2782A> a lvont:Character ;
    lvont:represents "𧠪"^^xsd:string .

<http://lexvo.org/id/char/2782B> a lvont:Character ;
    lvont:represents "𧠫"^^xsd:string .

<http://lexvo.org/id/char/2782C> a lvont:Character ;
    lvont:represents "𧠬"^^xsd:string .

<http://lexvo.org/id/char/2782D> a lvont:Character ;
    lvont:represents "𧠭"^^xsd:string .

<http://lexvo.org/id/char/2782E> a lvont:Character ;
    lvont:represents "𧠮"^^xsd:string .

<http://lexvo.org/id/char/2782F> a lvont:Character ;
    lvont:represents "𧠯"^^xsd:string .

<http://lexvo.org/id/char/2783> a lvont:Character ;
    lvont:represents "➃"^^xsd:string ;
    rdfs:comment "DINGBAT CIRCLED SANS-SERIF DIGIT FOUR"@en .

<http://lexvo.org/id/char/27830> a lvont:Character ;
    lvont:represents "𧠰"^^xsd:string .

<http://lexvo.org/id/char/27831> a lvont:Character ;
    lvont:represents "𧠱"^^xsd:string .

<http://lexvo.org/id/char/27832> a lvont:Character ;
    lvont:represents "𧠲"^^xsd:string .

<http://lexvo.org/id/char/27833> a lvont:Character ;
    lvont:represents "𧠳"^^xsd:string .

<http://lexvo.org/id/char/27834> a lvont:Character ;
    lvont:represents "𧠴"^^xsd:string .

<http://lexvo.org/id/char/27835> a lvont:Character ;
    lvont:represents "𧠵"^^xsd:string .

<http://lexvo.org/id/char/27836> a lvont:Character ;
    lvont:represents "𧠶"^^xsd:string .

<http://lexvo.org/id/char/27837> a lvont:Character ;
    lvont:represents "𧠷"^^xsd:string .

<http://lexvo.org/id/char/27838> a lvont:Character ;
    lvont:represents "𧠸"^^xsd:string .

<http://lexvo.org/id/char/27839> a lvont:Character ;
    lvont:represents "𧠹"^^xsd:string .

<http://lexvo.org/id/char/2783A> a lvont:Character ;
    lvont:represents "𧠺"^^xsd:string .

<http://lexvo.org/id/char/2783B> a lvont:Character ;
    lvont:represents "𧠻"^^xsd:string .

<http://lexvo.org/id/char/2783C> a lvont:Character ;
    lvont:represents "𧠼"^^xsd:string .

<http://lexvo.org/id/char/2783D> a lvont:Character ;
    lvont:represents "𧠽"^^xsd:string .

<http://lexvo.org/id/char/2783E> a lvont:Character ;
    lvont:represents "𧠾"^^xsd:string .

<http://lexvo.org/id/char/2783F> a lvont:Character ;
    lvont:represents "𧠿"^^xsd:string .

<http://lexvo.org/id/char/2784> a lvont:Character ;
    lvont:represents "➄"^^xsd:string ;
    rdfs:comment "DINGBAT CIRCLED SANS-SERIF DIGIT FIVE"@en .

<http://lexvo.org/id/char/27840> a lvont:Character ;
    lvont:represents "𧡀"^^xsd:string .

<http://lexvo.org/id/char/27841> a lvont:Character ;
    lvont:represents "𧡁"^^xsd:string .

<http://lexvo.org/id/char/27842> a lvont:Character ;
    lvont:represents "𧡂"^^xsd:string .

<http://lexvo.org/id/char/27843> a lvont:Character ;
    lvont:represents "𧡃"^^xsd:string .

<http://lexvo.org/id/char/27844> a lvont:Character ;
    lvont:represents "𧡄"^^xsd:string .

<http://lexvo.org/id/char/27845> a lvont:Character ;
    lvont:represents "𧡅"^^xsd:string .

<http://lexvo.org/id/char/27846> a lvont:Character ;
    lvont:represents "𧡆"^^xsd:string .

<http://lexvo.org/id/char/27847> a lvont:Character ;
    lvont:represents "𧡇"^^xsd:string .

<http://lexvo.org/id/char/27848> a lvont:Character ;
    lvont:represents "𧡈"^^xsd:string .

<http://lexvo.org/id/char/27849> a lvont:Character ;
    lvont:represents "𧡉"^^xsd:string .

<http://lexvo.org/id/char/2784A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/th%E1%BA%A5y>,
        "𧡊"^^xsd:string .

<http://lexvo.org/id/char/2784B> a lvont:Character ;
    lvont:represents "𧡋"^^xsd:string .

<http://lexvo.org/id/char/2784C> a lvont:Character ;
    lvont:represents "𧡌"^^xsd:string .

<http://lexvo.org/id/char/2784D> a lvont:Character ;
    lvont:represents "𧡍"^^xsd:string .

<http://lexvo.org/id/char/2784E> a lvont:Character ;
    lvont:represents "𧡎"^^xsd:string .

<http://lexvo.org/id/char/2784F> a lvont:Character ;
    lvont:represents "𧡏"^^xsd:string .

<http://lexvo.org/id/char/2785> a lvont:Character ;
    lvont:represents "➅"^^xsd:string ;
    rdfs:comment "DINGBAT CIRCLED SANS-SERIF DIGIT SIX"@en .

<http://lexvo.org/id/char/27850> a lvont:Character ;
    lvont:represents "𧡐"^^xsd:string .

<http://lexvo.org/id/char/27851> a lvont:Character ;
    lvont:represents "𧡑"^^xsd:string .

<http://lexvo.org/id/char/27852> a lvont:Character ;
    lvont:represents "𧡒"^^xsd:string .

<http://lexvo.org/id/char/27853> a lvont:Character ;
    lvont:represents "𧡓"^^xsd:string .

<http://lexvo.org/id/char/27854> a lvont:Character ;
    lvont:represents "𧡔"^^xsd:string .

<http://lexvo.org/id/char/27855> a lvont:Character ;
    lvont:represents "𧡕"^^xsd:string .

<http://lexvo.org/id/char/27856> a lvont:Character ;
    lvont:represents "𧡖"^^xsd:string .

<http://lexvo.org/id/char/27857> a lvont:Character ;
    lvont:represents "𧡗"^^xsd:string .

<http://lexvo.org/id/char/27858> a lvont:Character ;
    lvont:represents "𧡘"^^xsd:string .

<http://lexvo.org/id/char/27859> a lvont:Character ;
    lvont:represents "𧡙"^^xsd:string .

<http://lexvo.org/id/char/2785A> a lvont:Character ;
    lvont:represents "𧡚"^^xsd:string .

<http://lexvo.org/id/char/2785B> a lvont:Character ;
    lvont:represents "𧡛"^^xsd:string .

<http://lexvo.org/id/char/2785C> a lvont:Character ;
    lvont:represents "𧡜"^^xsd:string .

<http://lexvo.org/id/char/2785D> a lvont:Character ;
    lvont:represents "𧡝"^^xsd:string .

<http://lexvo.org/id/char/2785E> a lvont:Character ;
    lvont:represents "𧡞"^^xsd:string .

<http://lexvo.org/id/char/2785F> a lvont:Character ;
    lvont:represents "𧡟"^^xsd:string .

<http://lexvo.org/id/char/2786> a lvont:Character ;
    lvont:represents "➆"^^xsd:string ;
    rdfs:comment "DINGBAT CIRCLED SANS-SERIF DIGIT SEVEN"@en .

<http://lexvo.org/id/char/27860> a lvont:Character ;
    lvont:represents "𧡠"^^xsd:string .

<http://lexvo.org/id/char/27861> a lvont:Character ;
    lvont:represents "𧡡"^^xsd:string .

<http://lexvo.org/id/char/27862> a lvont:Character ;
    lvont:represents "𧡢"^^xsd:string .

<http://lexvo.org/id/char/27863> a lvont:Character ;
    lvont:represents "𧡣"^^xsd:string ;
    rdfs:comment "to look at something unhappily"@en .

<http://lexvo.org/id/char/27864> a lvont:Character ;
    lvont:represents "𧡤"^^xsd:string .

<http://lexvo.org/id/char/27865> a lvont:Character ;
    lvont:represents "𧡥"^^xsd:string .

<http://lexvo.org/id/char/27866> a lvont:Character ;
    lvont:represents "𧡦"^^xsd:string .

<http://lexvo.org/id/char/27867> a lvont:Character ;
    lvont:represents "𧡧"^^xsd:string .

<http://lexvo.org/id/char/27868> a lvont:Character ;
    lvont:represents "𧡨"^^xsd:string .

<http://lexvo.org/id/char/27869> a lvont:Character ;
    lvont:represents "𧡩"^^xsd:string .

<http://lexvo.org/id/char/2786A> a lvont:Character ;
    lvont:represents "𧡪"^^xsd:string .

<http://lexvo.org/id/char/2786B> a lvont:Character ;
    lvont:represents "𧡫"^^xsd:string .

<http://lexvo.org/id/char/2786C> a lvont:Character ;
    lvont:represents "𧡬"^^xsd:string .

<http://lexvo.org/id/char/2786D> a lvont:Character ;
    lvont:represents "𧡭"^^xsd:string .

<http://lexvo.org/id/char/2786E> a lvont:Character ;
    lvont:represents "𧡮"^^xsd:string .

<http://lexvo.org/id/char/2786F> a lvont:Character ;
    lvont:represents "𧡯"^^xsd:string .

<http://lexvo.org/id/char/2787> a lvont:Character ;
    lvont:represents "➇"^^xsd:string ;
    rdfs:comment "DINGBAT CIRCLED SANS-SERIF DIGIT EIGHT"@en .

<http://lexvo.org/id/char/27870> a lvont:Character ;
    lvont:represents "𧡰"^^xsd:string .

<http://lexvo.org/id/char/27871> a lvont:Character ;
    lvont:represents "𧡱"^^xsd:string .

<http://lexvo.org/id/char/27872> a lvont:Character ;
    lvont:represents "𧡲"^^xsd:string .

<http://lexvo.org/id/char/27873> a lvont:Character ;
    lvont:represents "𧡳"^^xsd:string .

<http://lexvo.org/id/char/27874> a lvont:Character ;
    lvont:represents "𧡴"^^xsd:string .

<http://lexvo.org/id/char/27875> a lvont:Character ;
    lvont:represents "𧡵"^^xsd:string .

<http://lexvo.org/id/char/27876> a lvont:Character ;
    lvont:represents "𧡶"^^xsd:string .

<http://lexvo.org/id/char/27877> a lvont:Character ;
    lvont:represents "𧡷"^^xsd:string .

<http://lexvo.org/id/char/27878> a lvont:Character ;
    lvont:represents "𧡸"^^xsd:string .

<http://lexvo.org/id/char/27879> a lvont:Character ;
    lvont:represents "𧡹"^^xsd:string .

<http://lexvo.org/id/char/2787A> a lvont:Character ;
    lvont:represents "𧡺"^^xsd:string .

<http://lexvo.org/id/char/2787B> a lvont:Character ;
    lvont:represents "𧡻"^^xsd:string .

<http://lexvo.org/id/char/2787C> a lvont:Character ;
    lvont:represents "𧡼"^^xsd:string .

<http://lexvo.org/id/char/2787D> a lvont:Character ;
    lvont:represents "𧡽"^^xsd:string .

<http://lexvo.org/id/char/2787E> a lvont:Character ;
    lvont:represents "𧡾"^^xsd:string .

<http://lexvo.org/id/char/2787F> a lvont:Character ;
    lvont:represents "𧡿"^^xsd:string .

<http://lexvo.org/id/char/2788> a lvont:Character ;
    lvont:represents "➈"^^xsd:string ;
    rdfs:comment "DINGBAT CIRCLED SANS-SERIF DIGIT NINE"@en .

<http://lexvo.org/id/char/27880> a lvont:Character ;
    lvont:represents "𧢀"^^xsd:string .

<http://lexvo.org/id/char/27881> a lvont:Character ;
    lvont:represents "𧢁"^^xsd:string .

<http://lexvo.org/id/char/27882> a lvont:Character ;
    lvont:represents "𧢂"^^xsd:string .

<http://lexvo.org/id/char/27883> a lvont:Character ;
    lvont:represents "𧢃"^^xsd:string .

<http://lexvo.org/id/char/27884> a lvont:Character ;
    lvont:represents "𧢄"^^xsd:string .

<http://lexvo.org/id/char/27885> a lvont:Character ;
    lvont:represents "𧢅"^^xsd:string .

<http://lexvo.org/id/char/27886> a lvont:Character ;
    lvont:represents "𧢆"^^xsd:string .

<http://lexvo.org/id/char/27887> a lvont:Character ;
    lvont:represents "𧢇"^^xsd:string .

<http://lexvo.org/id/char/27888> a lvont:Character ;
    lvont:represents "𧢈"^^xsd:string .

<http://lexvo.org/id/char/27889> a lvont:Character ;
    lvont:represents "𧢉"^^xsd:string .

<http://lexvo.org/id/char/2788A> a lvont:Character ;
    lvont:represents "𧢊"^^xsd:string .

<http://lexvo.org/id/char/2788B> a lvont:Character ;
    lvont:represents "𧢋"^^xsd:string .

<http://lexvo.org/id/char/2788C> a lvont:Character ;
    lvont:represents "𧢌"^^xsd:string .

<http://lexvo.org/id/char/2788D> a lvont:Character ;
    lvont:represents "𧢍"^^xsd:string .

<http://lexvo.org/id/char/2788E> a lvont:Character ;
    lvont:represents "𧢎"^^xsd:string .

<http://lexvo.org/id/char/2788F> a lvont:Character ;
    lvont:represents "𧢏"^^xsd:string .

<http://lexvo.org/id/char/2789> a lvont:Character ;
    lvont:represents "➉"^^xsd:string ;
    rdfs:comment "DINGBAT CIRCLED SANS-SERIF NUMBER TEN"@en .

<http://lexvo.org/id/char/27890> a lvont:Character ;
    lvont:represents "𧢐"^^xsd:string .

<http://lexvo.org/id/char/27891> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/d%E1%BB%9Bn>,
        "𧢑"^^xsd:string .

<http://lexvo.org/id/char/27892> a lvont:Character ;
    lvont:represents "𧢒"^^xsd:string .

<http://lexvo.org/id/char/27893> a lvont:Character ;
    lvont:represents "𧢓"^^xsd:string .

<http://lexvo.org/id/char/27894> a lvont:Character ;
    lvont:represents "𧢔"^^xsd:string .

<http://lexvo.org/id/char/27895> a lvont:Character ;
    lvont:represents "𧢕"^^xsd:string .

<http://lexvo.org/id/char/27896> a lvont:Character ;
    lvont:represents "𧢖"^^xsd:string .

<http://lexvo.org/id/char/27897> a lvont:Character ;
    lvont:represents "𧢗"^^xsd:string .

<http://lexvo.org/id/char/27898> a lvont:Character ;
    lvont:represents "𧢘"^^xsd:string .

<http://lexvo.org/id/char/27899> a lvont:Character ;
    lvont:represents "𧢙"^^xsd:string .

<http://lexvo.org/id/char/2789A> a lvont:Character ;
    lvont:represents "𧢚"^^xsd:string .

<http://lexvo.org/id/char/2789B> a lvont:Character ;
    lvont:represents "𧢛"^^xsd:string .

<http://lexvo.org/id/char/2789C> a lvont:Character ;
    lvont:represents "𧢜"^^xsd:string .

<http://lexvo.org/id/char/2789D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/lai6>,
        <http://lexvo.org/id/term/yue/%F0%A7%A2%9D>,
        "𧢝"^^xsd:string ;
    rdfs:comment "(Cant.) to stare angrily"@en .

<http://lexvo.org/id/char/2789E> a lvont:Character ;
    lvont:represents "𧢞"^^xsd:string .

<http://lexvo.org/id/char/2789F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/nghi%E1%BA%BFn>,
        "𧢟"^^xsd:string .

<http://lexvo.org/id/char/278A> a lvont:Character ;
    lvont:represents "➊"^^xsd:string ;
    rdfs:comment "DINGBAT NEGATIVE CIRCLED SANS-SERIF DIGIT ONE"@en .

<http://lexvo.org/id/char/278A0> a lvont:Character ;
    lvont:represents "𧢠"^^xsd:string .

<http://lexvo.org/id/char/278A1> a lvont:Character ;
    lvont:represents "𧢡"^^xsd:string .

<http://lexvo.org/id/char/278A2> a lvont:Character ;
    lvont:represents "𧢢"^^xsd:string .

<http://lexvo.org/id/char/278A3> a lvont:Character ;
    lvont:represents "𧢣"^^xsd:string .

<http://lexvo.org/id/char/278A4> a lvont:Character ;
    lvont:represents "𧢤"^^xsd:string .

<http://lexvo.org/id/char/278A5> a lvont:Character ;
    lvont:represents "𧢥"^^xsd:string .

<http://lexvo.org/id/char/278A6> a lvont:Character ;
    lvont:represents "𧢦"^^xsd:string .

<http://lexvo.org/id/char/278A7> a lvont:Character ;
    lvont:represents "𧢧"^^xsd:string .

<http://lexvo.org/id/char/278A8> a lvont:Character ;
    lvont:represents "𧢨"^^xsd:string .

<http://lexvo.org/id/char/278A9> a lvont:Character ;
    lvont:represents "𧢩"^^xsd:string .

<http://lexvo.org/id/char/278AA> a lvont:Character ;
    lvont:represents "𧢪"^^xsd:string .

<http://lexvo.org/id/char/278AB> a lvont:Character ;
    lvont:represents "𧢫"^^xsd:string .

<http://lexvo.org/id/char/278AC> a lvont:Character ;
    lvont:represents "𧢬"^^xsd:string .

<http://lexvo.org/id/char/278AD> a lvont:Character ;
    lvont:represents "𧢭"^^xsd:string .

<http://lexvo.org/id/char/278AE> a lvont:Character ;
    lvont:represents "𧢮"^^xsd:string .

<http://lexvo.org/id/char/278AF> a lvont:Character ;
    lvont:represents "𧢯"^^xsd:string .

<http://lexvo.org/id/char/278B> a lvont:Character ;
    lvont:represents "➋"^^xsd:string ;
    rdfs:comment "DINGBAT NEGATIVE CIRCLED SANS-SERIF DIGIT TWO"@en .

<http://lexvo.org/id/char/278B0> a lvont:Character ;
    lvont:represents "𧢰"^^xsd:string .

<http://lexvo.org/id/char/278B1> a lvont:Character ;
    lvont:represents "𧢱"^^xsd:string .

<http://lexvo.org/id/char/278B3> a lvont:Character ;
    lvont:represents "𧢳"^^xsd:string .

<http://lexvo.org/id/char/278B4> a lvont:Character ;
    lvont:represents "𧢴"^^xsd:string .

<http://lexvo.org/id/char/278B5> a lvont:Character ;
    lvont:represents "𧢵"^^xsd:string .

<http://lexvo.org/id/char/278B6> a lvont:Character ;
    lvont:represents "𧢶"^^xsd:string .

<http://lexvo.org/id/char/278B7> a lvont:Character ;
    lvont:represents "𧢷"^^xsd:string .

<http://lexvo.org/id/char/278B8> a lvont:Character ;
    lvont:represents "𧢸"^^xsd:string .

<http://lexvo.org/id/char/278B9> a lvont:Character ;
    lvont:represents "𧢹"^^xsd:string .

<http://lexvo.org/id/char/278BA> a lvont:Character ;
    lvont:represents "𧢺"^^xsd:string .

<http://lexvo.org/id/char/278BB> a lvont:Character ;
    lvont:represents "𧢻"^^xsd:string .

<http://lexvo.org/id/char/278BC> a lvont:Character ;
    lvont:represents "𧢼"^^xsd:string .

<http://lexvo.org/id/char/278BD> a lvont:Character ;
    lvont:represents "𧢽"^^xsd:string .

<http://lexvo.org/id/char/278BE> a lvont:Character ;
    lvont:represents "𧢾"^^xsd:string .

<http://lexvo.org/id/char/278BF> a lvont:Character ;
    lvont:represents "𧢿"^^xsd:string .

<http://lexvo.org/id/char/278C> a lvont:Character ;
    lvont:represents "➌"^^xsd:string ;
    rdfs:comment "DINGBAT NEGATIVE CIRCLED SANS-SERIF DIGIT THREE"@en .

<http://lexvo.org/id/char/278C0> a lvont:Character ;
    lvont:represents "𧣀"^^xsd:string .

<http://lexvo.org/id/char/278C1> a lvont:Character ;
    lvont:represents "𧣁"^^xsd:string .

<http://lexvo.org/id/char/278C2> a lvont:Character ;
    lvont:represents "𧣂"^^xsd:string .

<http://lexvo.org/id/char/278C3> a lvont:Character ;
    lvont:represents "𧣃"^^xsd:string .

<http://lexvo.org/id/char/278C4> a lvont:Character ;
    lvont:represents "𧣄"^^xsd:string .

<http://lexvo.org/id/char/278C5> a lvont:Character ;
    lvont:represents "𧣅"^^xsd:string .

<http://lexvo.org/id/char/278C6> a lvont:Character ;
    lvont:represents "𧣆"^^xsd:string .

<http://lexvo.org/id/char/278C7> a lvont:Character ;
    lvont:represents "𧣇"^^xsd:string .

<http://lexvo.org/id/char/278C8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/caau1>,
        <http://lexvo.org/id/term/yue/%F0%A7%A3%88>,
        "𧣈"^^xsd:string ;
    rdfs:comment "(Cant.) to gore"@en .

<http://lexvo.org/id/char/278C9> a lvont:Character ;
    lvont:represents "𧣉"^^xsd:string .

<http://lexvo.org/id/char/278CA> a lvont:Character ;
    lvont:represents "𧣊"^^xsd:string .

<http://lexvo.org/id/char/278CB> a lvont:Character ;
    lvont:represents "𧣋"^^xsd:string .

<http://lexvo.org/id/char/278CC> a lvont:Character ;
    lvont:represents "𧣌"^^xsd:string .

<http://lexvo.org/id/char/278CD> a lvont:Character ;
    lvont:represents "𧣍"^^xsd:string .

<http://lexvo.org/id/char/278CE> a lvont:Character ;
    lvont:represents "𧣎"^^xsd:string .

<http://lexvo.org/id/char/278CF> a lvont:Character ;
    lvont:represents "𧣏"^^xsd:string .

<http://lexvo.org/id/char/278D> a lvont:Character ;
    lvont:represents "➍"^^xsd:string ;
    rdfs:comment "DINGBAT NEGATIVE CIRCLED SANS-SERIF DIGIT FOUR"@en .

<http://lexvo.org/id/char/278D0> a lvont:Character ;
    lvont:represents "𧣐"^^xsd:string .

<http://lexvo.org/id/char/278D1> a lvont:Character ;
    lvont:represents "𧣑"^^xsd:string .

<http://lexvo.org/id/char/278D2> a lvont:Character ;
    lvont:represents "𧣒"^^xsd:string .

<http://lexvo.org/id/char/278D3> a lvont:Character ;
    lvont:represents "𧣓"^^xsd:string .

<http://lexvo.org/id/char/278D4> a lvont:Character ;
    lvont:represents "𧣔"^^xsd:string .

<http://lexvo.org/id/char/278D5> a lvont:Character ;
    lvont:represents "𧣕"^^xsd:string .

<http://lexvo.org/id/char/278D6> a lvont:Character ;
    lvont:represents "𧣖"^^xsd:string .

<http://lexvo.org/id/char/278D7> a lvont:Character ;
    lvont:represents "𧣗"^^xsd:string .

<http://lexvo.org/id/char/278D8> a lvont:Character ;
    lvont:represents "𧣘"^^xsd:string .

<http://lexvo.org/id/char/278D9> a lvont:Character ;
    lvont:represents "𧣙"^^xsd:string .

<http://lexvo.org/id/char/278DA> a lvont:Character ;
    lvont:represents "𧣚"^^xsd:string .

<http://lexvo.org/id/char/278DB> a lvont:Character ;
    lvont:represents "𧣛"^^xsd:string .

<http://lexvo.org/id/char/278DC> a lvont:Character ;
    lvont:represents "𧣜"^^xsd:string .

<http://lexvo.org/id/char/278DD> a lvont:Character ;
    lvont:represents "𧣝"^^xsd:string .

<http://lexvo.org/id/char/278DE> a lvont:Character ;
    lvont:represents "𧣞"^^xsd:string .

<http://lexvo.org/id/char/278DF> a lvont:Character ;
    lvont:represents "𧣟"^^xsd:string .

<http://lexvo.org/id/char/278E> a lvont:Character ;
    lvont:represents "➎"^^xsd:string ;
    rdfs:comment "DINGBAT NEGATIVE CIRCLED SANS-SERIF DIGIT FIVE"@en .

<http://lexvo.org/id/char/278E0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ch%C3%A1nh>,
        "𧣠"^^xsd:string .

<http://lexvo.org/id/char/278E1> a lvont:Character ;
    lvont:represents "𧣡"^^xsd:string .

<http://lexvo.org/id/char/278E2> a lvont:Character ;
    lvont:represents "𧣢"^^xsd:string .

<http://lexvo.org/id/char/278E3> a lvont:Character ;
    lvont:represents "𧣣"^^xsd:string .

<http://lexvo.org/id/char/278E4> a lvont:Character ;
    lvont:represents "𧣤"^^xsd:string .

<http://lexvo.org/id/char/278E5> a lvont:Character ;
    lvont:represents "𧣥"^^xsd:string .

<http://lexvo.org/id/char/278E6> a lvont:Character ;
    lvont:represents "𧣦"^^xsd:string .

<http://lexvo.org/id/char/278E7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/dia>,
        "𧣧"^^xsd:string .

<http://lexvo.org/id/char/278E8> a lvont:Character ;
    lvont:represents "𧣨"^^xsd:string .

<http://lexvo.org/id/char/278E9> a lvont:Character ;
    lvont:represents "𧣩"^^xsd:string .

<http://lexvo.org/id/char/278EA> a lvont:Character ;
    lvont:represents "𧣪"^^xsd:string .

<http://lexvo.org/id/char/278EB> a lvont:Character ;
    lvont:represents "𧣫"^^xsd:string .

<http://lexvo.org/id/char/278EC> a lvont:Character ;
    lvont:represents "𧣬"^^xsd:string .

<http://lexvo.org/id/char/278ED> a lvont:Character ;
    lvont:represents "𧣭"^^xsd:string .

<http://lexvo.org/id/char/278EE> a lvont:Character ;
    lvont:represents "𧣮"^^xsd:string .

<http://lexvo.org/id/char/278EF> a lvont:Character ;
    lvont:represents "𧣯"^^xsd:string .

<http://lexvo.org/id/char/278F> a lvont:Character ;
    lvont:represents "➏"^^xsd:string ;
    rdfs:comment "DINGBAT NEGATIVE CIRCLED SANS-SERIF DIGIT SIX"@en .

<http://lexvo.org/id/char/278F0> a lvont:Character ;
    lvont:represents "𧣰"^^xsd:string .

<http://lexvo.org/id/char/278F1> a lvont:Character ;
    lvont:represents "𧣱"^^xsd:string .

<http://lexvo.org/id/char/278F2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/c%E1%BA%A1nh>,
        "𧣲"^^xsd:string .

<http://lexvo.org/id/char/278F3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/g%C3%B3c>,
        "𧣳"^^xsd:string .

<http://lexvo.org/id/char/278F4> a lvont:Character ;
    lvont:represents "𧣴"^^xsd:string ;
    rdfs:comment "a cup"@en .

<http://lexvo.org/id/char/278F5> a lvont:Character ;
    lvont:represents "𧣵"^^xsd:string .

<http://lexvo.org/id/char/278F6> a lvont:Character ;
    lvont:represents "𧣶"^^xsd:string .

<http://lexvo.org/id/char/278F7> a lvont:Character ;
    lvont:represents "𧣷"^^xsd:string .

<http://lexvo.org/id/char/278F8> a lvont:Character ;
    lvont:represents "𧣸"^^xsd:string .

<http://lexvo.org/id/char/278F9> a lvont:Character ;
    lvont:represents "𧣹"^^xsd:string .

<http://lexvo.org/id/char/278FA> a lvont:Character ;
    lvont:represents "𧣺"^^xsd:string .

<http://lexvo.org/id/char/278FB> a lvont:Character ;
    lvont:represents "𧣻"^^xsd:string .

<http://lexvo.org/id/char/278FC> a lvont:Character ;
    lvont:represents "𧣼"^^xsd:string .

<http://lexvo.org/id/char/278FD> a lvont:Character ;
    lvont:represents "𧣽"^^xsd:string .

<http://lexvo.org/id/char/278FE> a lvont:Character ;
    lvont:represents "𧣾"^^xsd:string .

<http://lexvo.org/id/char/278FF> a lvont:Character ;
    lvont:represents "𧣿"^^xsd:string .

<http://lexvo.org/id/char/2790> a lvont:Character ;
    lvont:represents "➐"^^xsd:string ;
    rdfs:comment "DINGBAT NEGATIVE CIRCLED SANS-SERIF DIGIT SEVEN"@en .

<http://lexvo.org/id/char/27900> a lvont:Character ;
    lvont:represents "𧤀"^^xsd:string .

<http://lexvo.org/id/char/27901> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/s%E1%BB%ABng>,
        "𧤁"^^xsd:string .

<http://lexvo.org/id/char/27902> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/s%E1%BB%ABng>,
        "𧤂"^^xsd:string .

<http://lexvo.org/id/char/27903> a lvont:Character ;
    lvont:represents "𧤃"^^xsd:string .

<http://lexvo.org/id/char/27904> a lvont:Character ;
    lvont:represents "𧤄"^^xsd:string .

<http://lexvo.org/id/char/27905> a lvont:Character ;
    lvont:represents "𧤅"^^xsd:string .

<http://lexvo.org/id/char/27906> a lvont:Character ;
    lvont:represents "𧤆"^^xsd:string .

<http://lexvo.org/id/char/27907> a lvont:Character ;
    lvont:represents "𧤇"^^xsd:string .

<http://lexvo.org/id/char/27908> a lvont:Character ;
    lvont:represents "𧤈"^^xsd:string .

<http://lexvo.org/id/char/27909> a lvont:Character ;
    lvont:represents "𧤉"^^xsd:string .

<http://lexvo.org/id/char/2790A> a lvont:Character ;
    lvont:represents "𧤊"^^xsd:string .

<http://lexvo.org/id/char/2790B> a lvont:Character ;
    lvont:represents "𧤋"^^xsd:string .

<http://lexvo.org/id/char/2790C> a lvont:Character ;
    lvont:represents "𧤌"^^xsd:string .

<http://lexvo.org/id/char/2790D> a lvont:Character ;
    lvont:represents "𧤍"^^xsd:string .

<http://lexvo.org/id/char/2790E> a lvont:Character ;
    lvont:represents "𧤎"^^xsd:string .

<http://lexvo.org/id/char/2790F> a lvont:Character ;
    lvont:represents "𧤏"^^xsd:string .

<http://lexvo.org/id/char/2791> a lvont:Character ;
    lvont:represents "➑"^^xsd:string ;
    rdfs:comment "DINGBAT NEGATIVE CIRCLED SANS-SERIF DIGIT EIGHT"@en .

<http://lexvo.org/id/char/27910> a lvont:Character ;
    lvont:represents "𧤐"^^xsd:string .

<http://lexvo.org/id/char/27911> a lvont:Character ;
    lvont:represents "𧤑"^^xsd:string .

<http://lexvo.org/id/char/27912> a lvont:Character ;
    lvont:represents "𧤒"^^xsd:string .

<http://lexvo.org/id/char/27913> a lvont:Character ;
    lvont:represents "𧤓"^^xsd:string .

<http://lexvo.org/id/char/27914> a lvont:Character ;
    lvont:represents "𧤔"^^xsd:string .

<http://lexvo.org/id/char/27915> a lvont:Character ;
    lvont:represents "𧤕"^^xsd:string .

<http://lexvo.org/id/char/27916> a lvont:Character ;
    lvont:represents "𧤖"^^xsd:string .

<http://lexvo.org/id/char/27917> a lvont:Character ;
    lvont:represents "𧤗"^^xsd:string .

<http://lexvo.org/id/char/27918> a lvont:Character ;
    lvont:represents "𧤘"^^xsd:string .

<http://lexvo.org/id/char/27919> a lvont:Character ;
    lvont:represents "𧤙"^^xsd:string .

<http://lexvo.org/id/char/2791A> a lvont:Character ;
    lvont:represents "𧤚"^^xsd:string .

<http://lexvo.org/id/char/2791B> a lvont:Character ;
    lvont:represents "𧤛"^^xsd:string .

<http://lexvo.org/id/char/2791C> a lvont:Character ;
    lvont:represents "𧤜"^^xsd:string .

<http://lexvo.org/id/char/2791D> a lvont:Character ;
    lvont:represents "𧤝"^^xsd:string .

<http://lexvo.org/id/char/2791E> a lvont:Character ;
    lvont:represents "𧤞"^^xsd:string .

<http://lexvo.org/id/char/2791F> a lvont:Character ;
    lvont:represents "𧤟"^^xsd:string .

<http://lexvo.org/id/char/2792> a lvont:Character ;
    lvont:represents "➒"^^xsd:string ;
    rdfs:comment "DINGBAT NEGATIVE CIRCLED SANS-SERIF DIGIT NINE"@en .

<http://lexvo.org/id/char/27920> a lvont:Character ;
    lvont:represents "𧤠"^^xsd:string .

<http://lexvo.org/id/char/27921> a lvont:Character ;
    lvont:represents "𧤡"^^xsd:string .

<http://lexvo.org/id/char/27922> a lvont:Character ;
    lvont:represents "𧤢"^^xsd:string .

<http://lexvo.org/id/char/27923> a lvont:Character ;
    lvont:represents "𧤣"^^xsd:string .

<http://lexvo.org/id/char/27924> a lvont:Character ;
    lvont:represents "𧤤"^^xsd:string .

<http://lexvo.org/id/char/27925> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/k%C3%A8n>,
        "𧤥"^^xsd:string .

<http://lexvo.org/id/char/27926> a lvont:Character ;
    lvont:represents "𧤦"^^xsd:string .

<http://lexvo.org/id/char/27927> a lvont:Character ;
    lvont:represents "𧤧"^^xsd:string .

<http://lexvo.org/id/char/27928> a lvont:Character ;
    lvont:represents "𧤨"^^xsd:string .

<http://lexvo.org/id/char/27929> a lvont:Character ;
    lvont:represents "𧤩"^^xsd:string .

<http://lexvo.org/id/char/2792A> a lvont:Character ;
    lvont:represents "𧤪"^^xsd:string .

<http://lexvo.org/id/char/2792B> a lvont:Character ;
    lvont:represents "𧤫"^^xsd:string .

<http://lexvo.org/id/char/2792C> a lvont:Character ;
    lvont:represents "𧤬"^^xsd:string .

<http://lexvo.org/id/char/2792D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ba>,
        "𧤭"^^xsd:string .

<http://lexvo.org/id/char/2792E> a lvont:Character ;
    lvont:represents "𧤮"^^xsd:string .

<http://lexvo.org/id/char/2792F> a lvont:Character ;
    lvont:represents "𧤯"^^xsd:string .

<http://lexvo.org/id/char/2793> a lvont:Character ;
    lvont:represents "➓"^^xsd:string ;
    rdfs:comment "DINGBAT NEGATIVE CIRCLED SANS-SERIF NUMBER TEN"@en .

<http://lexvo.org/id/char/27930> a lvont:Character ;
    lvont:represents "𧤰"^^xsd:string .

<http://lexvo.org/id/char/27931> a lvont:Character ;
    lvont:represents "𧤱"^^xsd:string .

<http://lexvo.org/id/char/27932> a lvont:Character ;
    lvont:represents "𧤲"^^xsd:string .

<http://lexvo.org/id/char/27933> a lvont:Character ;
    lvont:represents "𧤳"^^xsd:string .

<http://lexvo.org/id/char/27934> a lvont:Character ;
    lvont:represents "𧤴"^^xsd:string .

<http://lexvo.org/id/char/27935> a lvont:Character ;
    lvont:represents "𧤵"^^xsd:string .

<http://lexvo.org/id/char/27936> a lvont:Character ;
    lvont:represents "𧤶"^^xsd:string .

<http://lexvo.org/id/char/27937> a lvont:Character ;
    lvont:represents "𧤷"^^xsd:string .

<http://lexvo.org/id/char/27938> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/m%C3%A1m>,
        "𧤸"^^xsd:string .

<http://lexvo.org/id/char/27939> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/thoi>,
        "𧤹"^^xsd:string .

<http://lexvo.org/id/char/2793A> a lvont:Character ;
    lvont:represents "𧤺"^^xsd:string .

<http://lexvo.org/id/char/2793B> a lvont:Character ;
    lvont:represents "𧤻"^^xsd:string .

<http://lexvo.org/id/char/2793C> a lvont:Character ;
    lvont:represents "𧤼"^^xsd:string .

<http://lexvo.org/id/char/2793D> a lvont:Character ;
    lvont:represents "𧤽"^^xsd:string .

<http://lexvo.org/id/char/2793E> a lvont:Character ;
    lvont:represents "𧤾"^^xsd:string .

<http://lexvo.org/id/char/2793F> a lvont:Character ;
    lvont:represents "𧤿"^^xsd:string .

<http://lexvo.org/id/char/2794> a lvont:Character ;
    lvont:represents "➔"^^xsd:string ;
    rdfs:comment "HEAVY WIDE-HEADED RIGHTWARDS ARROW"@en .

<http://lexvo.org/id/char/27940> a lvont:Character ;
    lvont:represents "𧥀"^^xsd:string .

<http://lexvo.org/id/char/27941> a lvont:Character ;
    lvont:represents "𧥁"^^xsd:string .

<http://lexvo.org/id/char/27942> a lvont:Character ;
    lvont:represents "𧥂"^^xsd:string .

<http://lexvo.org/id/char/27943> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ch%E1%BB%8Di>,
        "𧥃"^^xsd:string .

<http://lexvo.org/id/char/27944> a lvont:Character ;
    lvont:represents "𧥄"^^xsd:string .

<http://lexvo.org/id/char/27945> a lvont:Character ;
    lvont:represents "𧥅"^^xsd:string .

<http://lexvo.org/id/char/27946> a lvont:Character ;
    lvont:represents "𧥆"^^xsd:string .

<http://lexvo.org/id/char/27947> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/c%C3%B2i>,
        "𧥇"^^xsd:string .

<http://lexvo.org/id/char/27948> a lvont:Character ;
    lvont:represents "𧥈"^^xsd:string .

<http://lexvo.org/id/char/27949> a lvont:Character ;
    lvont:represents "𧥉"^^xsd:string .

<http://lexvo.org/id/char/2794A> a lvont:Character ;
    lvont:represents "𧥊"^^xsd:string .

<http://lexvo.org/id/char/2794B> a lvont:Character ;
    lvont:represents "𧥋"^^xsd:string .

<http://lexvo.org/id/char/2794C> a lvont:Character ;
    lvont:represents "𧥌"^^xsd:string .

<http://lexvo.org/id/char/2794D> a lvont:Character ;
    lvont:represents "𧥍"^^xsd:string .

<http://lexvo.org/id/char/2794E> a lvont:Character ;
    lvont:represents "𧥎"^^xsd:string .

<http://lexvo.org/id/char/2794F> a lvont:Character ;
    lvont:represents "𧥏"^^xsd:string .

<http://lexvo.org/id/char/2795> a lvont:Character ;
    lvont:represents "➕"^^xsd:string ;
    rdfs:comment "HEAVY PLUS SIGN"@en .

<http://lexvo.org/id/char/27950> a lvont:Character ;
    lvont:represents "𧥐"^^xsd:string .

<http://lexvo.org/id/char/27951> a lvont:Character ;
    lvont:represents "𧥑"^^xsd:string .

<http://lexvo.org/id/char/27952> a lvont:Character ;
    lvont:represents "𧥒"^^xsd:string .

<http://lexvo.org/id/char/27953> a lvont:Character ;
    lvont:represents "𧥓"^^xsd:string .

<http://lexvo.org/id/char/27954> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/va>,
        "𧥔"^^xsd:string .

<http://lexvo.org/id/char/27955> a lvont:Character ;
    lvont:represents "𧥕"^^xsd:string .

<http://lexvo.org/id/char/27956> a lvont:Character ;
    lvont:represents "𧥖"^^xsd:string .

<http://lexvo.org/id/char/27957> a lvont:Character ;
    lvont:represents "𧥗"^^xsd:string .

<http://lexvo.org/id/char/27958> a lvont:Character ;
    lvont:represents "𧥘"^^xsd:string .

<http://lexvo.org/id/char/27959> a lvont:Character ;
    lvont:represents "𧥙"^^xsd:string .

<http://lexvo.org/id/char/2795A> a lvont:Character ;
    lvont:represents "𧥚"^^xsd:string .

<http://lexvo.org/id/char/2795D> a lvont:Character ;
    lvont:represents "𧥝"^^xsd:string .

<http://lexvo.org/id/char/2795E> a lvont:Character ;
    lvont:represents "𧥞"^^xsd:string .

<http://lexvo.org/id/char/2795F> a lvont:Character ;
    lvont:represents "𧥟"^^xsd:string .

<http://lexvo.org/id/char/2796> a lvont:Character ;
    lvont:represents "➖"^^xsd:string ;
    rdfs:comment "HEAVY MINUS SIGN"@en .

<http://lexvo.org/id/char/27960> a lvont:Character ;
    lvont:represents "𧥠"^^xsd:string .

<http://lexvo.org/id/char/27961> a lvont:Character ;
    lvont:represents "𧥡"^^xsd:string .

<http://lexvo.org/id/char/27962> a lvont:Character ;
    lvont:represents "𧥢"^^xsd:string .

<http://lexvo.org/id/char/27963> a lvont:Character ;
    lvont:represents "𧥣"^^xsd:string .

<http://lexvo.org/id/char/27964> a lvont:Character ;
    lvont:represents "𧥤"^^xsd:string .

<http://lexvo.org/id/char/27965> a lvont:Character ;
    lvont:represents "𧥥"^^xsd:string .

<http://lexvo.org/id/char/27966> a lvont:Character ;
    lvont:represents "𧥦"^^xsd:string .

<http://lexvo.org/id/char/27967> a lvont:Character ;
    lvont:represents "𧥧"^^xsd:string .

<http://lexvo.org/id/char/27968> a lvont:Character ;
    lvont:represents "𧥨"^^xsd:string .

<http://lexvo.org/id/char/27969> a lvont:Character ;
    lvont:represents "𧥩"^^xsd:string .

<http://lexvo.org/id/char/2796A> a lvont:Character ;
    lvont:represents "𧥪"^^xsd:string .

<http://lexvo.org/id/char/2796B> a lvont:Character ;
    lvont:represents "𧥫"^^xsd:string .

<http://lexvo.org/id/char/2796C> a lvont:Character ;
    lvont:represents "𧥬"^^xsd:string .

<http://lexvo.org/id/char/2796D> a lvont:Character ;
    lvont:represents "𧥭"^^xsd:string .

<http://lexvo.org/id/char/2796E> a lvont:Character ;
    lvont:represents "𧥮"^^xsd:string .

<http://lexvo.org/id/char/2796F> a lvont:Character ;
    lvont:represents "𧥯"^^xsd:string .

<http://lexvo.org/id/char/2797> a lvont:Character ;
    lvont:represents "➗"^^xsd:string ;
    rdfs:comment "HEAVY DIVISION SIGN"@en .

<http://lexvo.org/id/char/27970> a lvont:Character ;
    lvont:represents "𧥰"^^xsd:string .

<http://lexvo.org/id/char/27971> a lvont:Character ;
    lvont:represents "𧥱"^^xsd:string .

<http://lexvo.org/id/char/27972> a lvont:Character ;
    lvont:represents "𧥲"^^xsd:string .

<http://lexvo.org/id/char/27973> a lvont:Character ;
    lvont:represents "𧥳"^^xsd:string .

<http://lexvo.org/id/char/27974> a lvont:Character ;
    lvont:represents "𧥴"^^xsd:string .

<http://lexvo.org/id/char/27975> a lvont:Character ;
    lvont:represents "𧥵"^^xsd:string .

<http://lexvo.org/id/char/27976> a lvont:Character ;
    lvont:represents "𧥶"^^xsd:string .

<http://lexvo.org/id/char/27977> a lvont:Character ;
    lvont:represents "𧥷"^^xsd:string .

<http://lexvo.org/id/char/27978> a lvont:Character ;
    lvont:represents "𧥸"^^xsd:string .

<http://lexvo.org/id/char/27979> a lvont:Character ;
    lvont:represents "𧥹"^^xsd:string .

<http://lexvo.org/id/char/2797A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/kwan1>,
        <http://lexvo.org/id/term/yue/%F0%A7%A5%BA>,
        "𧥺"^^xsd:string ;
    rdfs:comment "(Cant.) to fool, deceive, hoodwink"@en .

<http://lexvo.org/id/char/2797B> a lvont:Character ;
    lvont:represents "𧥻"^^xsd:string .

<http://lexvo.org/id/char/2797C> a lvont:Character ;
    lvont:represents "𧥼"^^xsd:string .

<http://lexvo.org/id/char/2797D> a lvont:Character ;
    lvont:represents "𧥽"^^xsd:string .

<http://lexvo.org/id/char/2797E> a lvont:Character ;
    lvont:represents "𧥾"^^xsd:string .

<http://lexvo.org/id/char/2797F> a lvont:Character ;
    lvont:represents "𧥿"^^xsd:string .

<http://lexvo.org/id/char/2798> a lvont:Character ;
    lvont:represents "➘"^^xsd:string ;
    rdfs:comment "HEAVY SOUTH EAST ARROW"@en .

<http://lexvo.org/id/char/27980> a lvont:Character ;
    lvont:represents "𧦀"^^xsd:string .

<http://lexvo.org/id/char/27981> a lvont:Character ;
    lvont:represents "𧦁"^^xsd:string .

<http://lexvo.org/id/char/27982> a lvont:Character ;
    lvont:represents "𧦂"^^xsd:string .

<http://lexvo.org/id/char/27983> a lvont:Character ;
    lvont:represents "𧦃"^^xsd:string .

<http://lexvo.org/id/char/27984> a lvont:Character ;
    lvont:represents "𧦄"^^xsd:string .

<http://lexvo.org/id/char/27985> a lvont:Character ;
    lvont:represents "𧦅"^^xsd:string .

<http://lexvo.org/id/char/27986> a lvont:Character ;
    lvont:represents "𧦆"^^xsd:string .

<http://lexvo.org/id/char/27987> a lvont:Character ;
    lvont:represents "𧦇"^^xsd:string .

<http://lexvo.org/id/char/27988> a lvont:Character ;
    lvont:represents "𧦈"^^xsd:string .

<http://lexvo.org/id/char/27989> a lvont:Character ;
    lvont:represents "𧦉"^^xsd:string .

<http://lexvo.org/id/char/2798A> a lvont:Character ;
    lvont:represents "𧦊"^^xsd:string .

<http://lexvo.org/id/char/2798B> a lvont:Character ;
    lvont:represents "𧦋"^^xsd:string .

<http://lexvo.org/id/char/2798C> a lvont:Character ;
    lvont:represents "𧦌"^^xsd:string .

<http://lexvo.org/id/char/2798D> a lvont:Character ;
    lvont:represents "𧦍"^^xsd:string .

<http://lexvo.org/id/char/2798E> a lvont:Character ;
    lvont:represents "𧦎"^^xsd:string .

<http://lexvo.org/id/char/2798F> a lvont:Character ;
    lvont:represents "𧦏"^^xsd:string .

<http://lexvo.org/id/char/2799> a lvont:Character ;
    lvont:represents "➙"^^xsd:string ;
    rdfs:comment "HEAVY RIGHTWARDS ARROW"@en .

<http://lexvo.org/id/char/27990> a lvont:Character ;
    lvont:represents "𧦐"^^xsd:string .

<http://lexvo.org/id/char/27991> a lvont:Character ;
    lvont:represents "𧦑"^^xsd:string .

<http://lexvo.org/id/char/27992> a lvont:Character ;
    lvont:represents "𧦒"^^xsd:string .

<http://lexvo.org/id/char/27993> a lvont:Character ;
    lvont:represents "𧦓"^^xsd:string .

<http://lexvo.org/id/char/27994> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/gh%E1%BA%BF>,
        "𧦔"^^xsd:string .

<http://lexvo.org/id/char/27995> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/k%E1%BB%83>,
        "𧦕"^^xsd:string .

<http://lexvo.org/id/char/27996> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/%C4%91%E1%BB%93n>,
        "𧦖"^^xsd:string .

<http://lexvo.org/id/char/27997> a lvont:Character ;
    lvont:represents "𧦗"^^xsd:string .

<http://lexvo.org/id/char/27998> a lvont:Character ;
    lvont:represents "𧦘"^^xsd:string .

<http://lexvo.org/id/char/27999> a lvont:Character ;
    lvont:represents "𧦙"^^xsd:string .

<http://lexvo.org/id/char/2799A> a lvont:Character ;
    lvont:represents "𧦚"^^xsd:string .

<http://lexvo.org/id/char/2799B> a lvont:Character ;
    lvont:represents "𧦛"^^xsd:string .

<http://lexvo.org/id/char/2799C> a lvont:Character ;
    lvont:represents "𧦜"^^xsd:string .

<http://lexvo.org/id/char/2799D> a lvont:Character ;
    lvont:represents "𧦝"^^xsd:string .

<http://lexvo.org/id/char/2799E> a lvont:Character ;
    lvont:represents "𧦞"^^xsd:string .

<http://lexvo.org/id/char/2799F> a lvont:Character ;
    lvont:represents "𧦟"^^xsd:string .

<http://lexvo.org/id/char/279A> a lvont:Character ;
    lvont:represents "➚"^^xsd:string ;
    rdfs:comment "HEAVY NORTH EAST ARROW"@en .

<http://lexvo.org/id/char/279A0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/ngaak1>,
        <http://lexvo.org/id/term/yue/%F0%A7%A6%A0>,
        "𧦠"^^xsd:string ;
    rdfs:comment "(Cant.) to deceive"@en .

<http://lexvo.org/id/char/279A1> a lvont:Character ;
    lvont:represents "𧦡"^^xsd:string .

<http://lexvo.org/id/char/279A2> a lvont:Character ;
    lvont:represents "𧦢"^^xsd:string .

<http://lexvo.org/id/char/279A3> a lvont:Character ;
    lvont:represents "𧦣"^^xsd:string .

<http://lexvo.org/id/char/279A4> a lvont:Character ;
    lvont:represents "𧦤"^^xsd:string .

<http://lexvo.org/id/char/279A5> a lvont:Character ;
    lvont:represents "𧦥"^^xsd:string .

<http://lexvo.org/id/char/279A6> a lvont:Character ;
    lvont:represents "𧦦"^^xsd:string .

<http://lexvo.org/id/char/279A7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%AD>,
        "𧦧"^^xsd:string .

<http://lexvo.org/id/char/279A8> a lvont:Character ;
    lvont:represents "𧦨"^^xsd:string .

<http://lexvo.org/id/char/279A9> a lvont:Character ;
    lvont:represents "𧦩"^^xsd:string .

<http://lexvo.org/id/char/279AA> a lvont:Character ;
    lvont:represents "𧦪"^^xsd:string .

<http://lexvo.org/id/char/279AB> a lvont:Character ;
    lvont:represents "𧦫"^^xsd:string .

<http://lexvo.org/id/char/279AC> a lvont:Character ;
    lvont:represents "𧦬"^^xsd:string .

<http://lexvo.org/id/char/279AD> a lvont:Character ;
    lvont:represents "𧦭"^^xsd:string .

<http://lexvo.org/id/char/279AE> a lvont:Character ;
    lvont:represents "𧦮"^^xsd:string .

<http://lexvo.org/id/char/279AF> a lvont:Character ;
    lvont:represents "𧦯"^^xsd:string .

<http://lexvo.org/id/char/279B> a lvont:Character ;
    lvont:represents "➛"^^xsd:string ;
    rdfs:comment "DRAFTING POINT RIGHTWARDS ARROW"@en .

<http://lexvo.org/id/char/279B0> a lvont:Character ;
    lvont:represents "𧦰"^^xsd:string .

<http://lexvo.org/id/char/279B1> a lvont:Character ;
    lvont:represents "𧦱"^^xsd:string .

<http://lexvo.org/id/char/279B2> a lvont:Character ;
    lvont:represents "𧦲"^^xsd:string .

<http://lexvo.org/id/char/279B3> a lvont:Character ;
    lvont:represents "𧦳"^^xsd:string .

<http://lexvo.org/id/char/279B4> a lvont:Character ;
    lvont:represents "𧦴"^^xsd:string .

<http://lexvo.org/id/char/279B5> a lvont:Character ;
    lvont:represents "𧦵"^^xsd:string .

<http://lexvo.org/id/char/279B6> a lvont:Character ;
    lvont:represents "𧦶"^^xsd:string .

<http://lexvo.org/id/char/279B7> a lvont:Character ;
    lvont:represents "𧦷"^^xsd:string .

<http://lexvo.org/id/char/279B8> a lvont:Character ;
    lvont:represents "𧦸"^^xsd:string .

<http://lexvo.org/id/char/279B9> a lvont:Character ;
    lvont:represents "𧦹"^^xsd:string .

<http://lexvo.org/id/char/279BA> a lvont:Character ;
    lvont:represents "𧦺"^^xsd:string .

<http://lexvo.org/id/char/279BB> a lvont:Character ;
    lvont:represents "𧦻"^^xsd:string .

<http://lexvo.org/id/char/279BC> a lvont:Character ;
    lvont:represents "𧦼"^^xsd:string .

<http://lexvo.org/id/char/279BD> a lvont:Character ;
    lvont:represents "𧦽"^^xsd:string .

<http://lexvo.org/id/char/279BE> a lvont:Character ;
    lvont:represents "𧦾"^^xsd:string .

<http://lexvo.org/id/char/279BF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/b%C3%A9ng>,
        "𧦿"^^xsd:string .

<http://lexvo.org/id/char/279C> a lvont:Character ;
    lvont:represents "➜"^^xsd:string ;
    rdfs:comment "HEAVY ROUND-TIPPED RIGHTWARDS ARROW"@en .

<http://lexvo.org/id/char/279C0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ngoa>,
        "𧧀"^^xsd:string .

<http://lexvo.org/id/char/279C1> a lvont:Character ;
    lvont:represents "𧧁"^^xsd:string .

<http://lexvo.org/id/char/279C2> a lvont:Character ;
    lvont:represents "𧧂"^^xsd:string .

<http://lexvo.org/id/char/279C3> a lvont:Character ;
    lvont:represents "𧧃"^^xsd:string .

<http://lexvo.org/id/char/279C4> a lvont:Character ;
    lvont:represents "𧧄"^^xsd:string .

<http://lexvo.org/id/char/279C5> a lvont:Character ;
    lvont:represents "𧧅"^^xsd:string .

<http://lexvo.org/id/char/279C6> a lvont:Character ;
    lvont:represents "𧧆"^^xsd:string .

<http://lexvo.org/id/char/279C7> a lvont:Character ;
    lvont:represents "𧧇"^^xsd:string .

<http://lexvo.org/id/char/279C8> a lvont:Character ;
    lvont:represents "𧧈"^^xsd:string .

<http://lexvo.org/id/char/279C9> a lvont:Character ;
    lvont:represents "𧧉"^^xsd:string .

<http://lexvo.org/id/char/279CA> a lvont:Character ;
    lvont:represents "𧧊"^^xsd:string .

<http://lexvo.org/id/char/279CB> a lvont:Character ;
    lvont:represents "𧧋"^^xsd:string .

<http://lexvo.org/id/char/279CC> a lvont:Character ;
    lvont:represents "𧧌"^^xsd:string .

<http://lexvo.org/id/char/279CD> a lvont:Character ;
    lvont:represents "𧧍"^^xsd:string .

<http://lexvo.org/id/char/279CE> a lvont:Character ;
    lvont:represents "𧧎"^^xsd:string .

<http://lexvo.org/id/char/279CF> a lvont:Character ;
    lvont:represents "𧧏"^^xsd:string .

<http://lexvo.org/id/char/279D> a lvont:Character ;
    lvont:represents "➝"^^xsd:string ;
    rdfs:comment "TRIANGLE-HEADED RIGHTWARDS ARROW"@en .

<http://lexvo.org/id/char/279D0> a lvont:Character ;
    lvont:represents "𧧐"^^xsd:string .

<http://lexvo.org/id/char/279D1> a lvont:Character ;
    lvont:represents "𧧑"^^xsd:string .

<http://lexvo.org/id/char/279D2> a lvont:Character ;
    lvont:represents "𧧒"^^xsd:string .

<http://lexvo.org/id/char/279D3> a lvont:Character ;
    lvont:represents "𧧓"^^xsd:string .

<http://lexvo.org/id/char/279D4> a lvont:Character ;
    lvont:represents "𧧔"^^xsd:string .

<http://lexvo.org/id/char/279D5> a lvont:Character ;
    lvont:represents "𧧕"^^xsd:string .

<http://lexvo.org/id/char/279D6> a lvont:Character ;
    lvont:represents "𧧖"^^xsd:string .

<http://lexvo.org/id/char/279D7> a lvont:Character ;
    lvont:represents "𧧗"^^xsd:string .

<http://lexvo.org/id/char/279D8> a lvont:Character ;
    lvont:represents "𧧘"^^xsd:string .

<http://lexvo.org/id/char/279D9> a lvont:Character ;
    lvont:represents "𧧙"^^xsd:string .

<http://lexvo.org/id/char/279DA> a lvont:Character ;
    lvont:represents "𧧚"^^xsd:string .

<http://lexvo.org/id/char/279DB> a lvont:Character ;
    lvont:represents "𧧛"^^xsd:string .

<http://lexvo.org/id/char/279DC> a lvont:Character ;
    lvont:represents "𧧜"^^xsd:string .

<http://lexvo.org/id/char/279DD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/ngaa6>,
        <http://lexvo.org/id/term/yue/%F0%A7%A7%9D>,
        "𧧝"^^xsd:string ;
    rdfs:comment "(Cant.) 𧧝𧨊, to bar the way, obstruct"@en .

<http://lexvo.org/id/char/279DE> a lvont:Character ;
    lvont:represents "𧧞"^^xsd:string .

<http://lexvo.org/id/char/279DF> a lvont:Character ;
    lvont:represents "𧧟"^^xsd:string .

<http://lexvo.org/id/char/279E> a lvont:Character ;
    lvont:represents "➞"^^xsd:string ;
    rdfs:comment "HEAVY TRIANGLE-HEADED RIGHTWARDS ARROW"@en .

<http://lexvo.org/id/char/279E0> a lvont:Character ;
    lvont:represents "𧧠"^^xsd:string .

<http://lexvo.org/id/char/279E1> a lvont:Character ;
    lvont:represents "𧧡"^^xsd:string .

<http://lexvo.org/id/char/279E2> a lvont:Character ;
    lvont:represents "𧧢"^^xsd:string .

<http://lexvo.org/id/char/279E3> a lvont:Character ;
    lvont:represents "𧧣"^^xsd:string .

<http://lexvo.org/id/char/279E4> a lvont:Character ;
    lvont:represents "𧧤"^^xsd:string .

<http://lexvo.org/id/char/279E5> a lvont:Character ;
    lvont:represents "𧧥"^^xsd:string .

<http://lexvo.org/id/char/279E6> a lvont:Character ;
    lvont:represents "𧧦"^^xsd:string .

<http://lexvo.org/id/char/279E7> a lvont:Character ;
    lvont:represents "𧧧"^^xsd:string .

<http://lexvo.org/id/char/279E8> a lvont:Character ;
    lvont:represents "𧧨"^^xsd:string .

<http://lexvo.org/id/char/279E9> a lvont:Character ;
    lvont:represents "𧧩"^^xsd:string .

<http://lexvo.org/id/char/279EA> a lvont:Character ;
    lvont:represents "𧧪"^^xsd:string .

<http://lexvo.org/id/char/279EB> a lvont:Character ;
    lvont:represents "𧧫"^^xsd:string .

<http://lexvo.org/id/char/279EC> a lvont:Character ;
    lvont:represents "𧧬"^^xsd:string .

<http://lexvo.org/id/char/279ED> a lvont:Character ;
    lvont:represents "𧧭"^^xsd:string .

<http://lexvo.org/id/char/279EE> a lvont:Character ;
    lvont:represents "𧧮"^^xsd:string .

<http://lexvo.org/id/char/279EF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/khoang>,
        "𧧯"^^xsd:string .

<http://lexvo.org/id/char/279F> a lvont:Character ;
    lvont:represents "➟"^^xsd:string ;
    rdfs:comment "DASHED TRIANGLE-HEADED RIGHTWARDS ARROW"@en .

<http://lexvo.org/id/char/279F0> a lvont:Character ;
    lvont:represents "𧧰"^^xsd:string .

<http://lexvo.org/id/char/279F1> a lvont:Character ;
    lvont:represents "𧧱"^^xsd:string .

<http://lexvo.org/id/char/279F2> a lvont:Character ;
    lvont:represents "𧧲"^^xsd:string .

<http://lexvo.org/id/char/279F3> a lvont:Character ;
    lvont:represents "𧧳"^^xsd:string .

<http://lexvo.org/id/char/279F4> a lvont:Character ;
    lvont:represents "𧧴"^^xsd:string .

<http://lexvo.org/id/char/279F5> a lvont:Character ;
    lvont:represents "𧧵"^^xsd:string .

<http://lexvo.org/id/char/279F6> a lvont:Character ;
    lvont:represents "𧧶"^^xsd:string .

<http://lexvo.org/id/char/279F7> a lvont:Character ;
    lvont:represents "𧧷"^^xsd:string .

<http://lexvo.org/id/char/279F8> a lvont:Character ;
    lvont:represents "𧧸"^^xsd:string .

<http://lexvo.org/id/char/279F9> a lvont:Character ;
    lvont:represents "𧧹"^^xsd:string .

<http://lexvo.org/id/char/279FA> a lvont:Character ;
    lvont:represents "𧧺"^^xsd:string .

<http://lexvo.org/id/char/279FB> a lvont:Character ;
    lvont:represents "𧧻"^^xsd:string .

<http://lexvo.org/id/char/279FC> a lvont:Character ;
    lvont:represents "𧧼"^^xsd:string .

<http://lexvo.org/id/char/279FD> a lvont:Character ;
    lvont:represents "𧧽"^^xsd:string .

<http://lexvo.org/id/char/279FE> a lvont:Character ;
    lvont:represents "𧧾"^^xsd:string .

<http://lexvo.org/id/char/279FF> a lvont:Character ;
    lvont:represents "𧧿"^^xsd:string .

<http://lexvo.org/id/char/27A0> a lvont:Character ;
    lvont:represents "➠"^^xsd:string ;
    rdfs:comment "HEAVY DASHED TRIANGLE-HEADED RIGHTWARDS ARROW"@en .

<http://lexvo.org/id/char/27A00> a lvont:Character ;
    lvont:represents "𧨀"^^xsd:string .

<http://lexvo.org/id/char/27A01> a lvont:Character ;
    lvont:represents "𧨁"^^xsd:string .

<http://lexvo.org/id/char/27A02> a lvont:Character ;
    lvont:represents "𧨂"^^xsd:string .

<http://lexvo.org/id/char/27A03> a lvont:Character ;
    lvont:represents "𧨃"^^xsd:string .

<http://lexvo.org/id/char/27A04> a lvont:Character ;
    lvont:represents "𧨄"^^xsd:string .

<http://lexvo.org/id/char/27A05> a lvont:Character ;
    lvont:represents "𧨅"^^xsd:string .

<http://lexvo.org/id/char/27A06> a lvont:Character ;
    lvont:represents "𧨆"^^xsd:string .

<http://lexvo.org/id/char/27A07> a lvont:Character ;
    lvont:represents "𧨇"^^xsd:string .

<http://lexvo.org/id/char/27A08> a lvont:Character ;
    lvont:represents "𧨈"^^xsd:string .

<http://lexvo.org/id/char/27A09> a lvont:Character ;
    lvont:represents "𧨉"^^xsd:string .

<http://lexvo.org/id/char/27A0A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/zaa6>,
        <http://lexvo.org/id/term/yue/%F0%A7%A8%8A>,
        "𧨊"^^xsd:string ;
    rdfs:comment "(Cant.) 𧧝𧨊, to bar the way, obstruct"@en .

<http://lexvo.org/id/char/27A0B> a lvont:Character ;
    lvont:represents "𧨋"^^xsd:string .

<http://lexvo.org/id/char/27A0C> a lvont:Character ;
    lvont:represents "𧨌"^^xsd:string .

<http://lexvo.org/id/char/27A0D> a lvont:Character ;
    lvont:represents "𧨍"^^xsd:string .

<http://lexvo.org/id/char/27A0E> a lvont:Character ;
    lvont:represents "𧨎"^^xsd:string .

<http://lexvo.org/id/char/27A0F> a lvont:Character ;
    lvont:represents "𧨏"^^xsd:string .

<http://lexvo.org/id/char/27A1> a lvont:Character ;
    lvont:represents "➡"^^xsd:string ;
    rdfs:comment "BLACK RIGHTWARDS ARROW"@en .

<http://lexvo.org/id/char/27A10> a lvont:Character ;
    lvont:represents "𧨐"^^xsd:string .

<http://lexvo.org/id/char/27A11> a lvont:Character ;
    lvont:represents "𧨑"^^xsd:string .

<http://lexvo.org/id/char/27A12> a lvont:Character ;
    lvont:represents "𧨒"^^xsd:string .

<http://lexvo.org/id/char/27A13> a lvont:Character ;
    lvont:represents "𧨓"^^xsd:string .

<http://lexvo.org/id/char/27A14> a lvont:Character ;
    lvont:represents "𧨔"^^xsd:string .

<http://lexvo.org/id/char/27A15> a lvont:Character ;
    lvont:represents "𧨕"^^xsd:string .

<http://lexvo.org/id/char/27A16> a lvont:Character ;
    lvont:represents "𧨖"^^xsd:string .

<http://lexvo.org/id/char/27A17> a lvont:Character ;
    lvont:represents "𧨗"^^xsd:string .

<http://lexvo.org/id/char/27A18> a lvont:Character ;
    lvont:represents "𧨘"^^xsd:string .

<http://lexvo.org/id/char/27A19> a lvont:Character ;
    lvont:represents "𧨙"^^xsd:string .

<http://lexvo.org/id/char/27A1A> a lvont:Character ;
    lvont:represents "𧨚"^^xsd:string .

<http://lexvo.org/id/char/27A1B> a lvont:Character ;
    lvont:represents "𧨛"^^xsd:string .

<http://lexvo.org/id/char/27A1C> a lvont:Character ;
    lvont:represents "𧨜"^^xsd:string .

<http://lexvo.org/id/char/27A1D> a lvont:Character ;
    lvont:represents "𧨝"^^xsd:string .

<http://lexvo.org/id/char/27A1E> a lvont:Character ;
    lvont:represents "𧨞"^^xsd:string .

<http://lexvo.org/id/char/27A1F> a lvont:Character ;
    lvont:represents "𧨟"^^xsd:string .

<http://lexvo.org/id/char/27A2> a lvont:Character ;
    lvont:represents "➢"^^xsd:string ;
    rdfs:comment "THREE-D TOP-LIGHTED RIGHTWARDS ARROWHEAD"@en .

<http://lexvo.org/id/char/27A20> a lvont:Character ;
    lvont:represents "𧨠"^^xsd:string .

<http://lexvo.org/id/char/27A21> a lvont:Character ;
    lvont:represents "𧨡"^^xsd:string .

<http://lexvo.org/id/char/27A22> a lvont:Character ;
    lvont:represents "𧨢"^^xsd:string .

<http://lexvo.org/id/char/27A23> a lvont:Character ;
    lvont:represents "𧨣"^^xsd:string .

<http://lexvo.org/id/char/27A24> a lvont:Character ;
    lvont:represents "𧨤"^^xsd:string .

<http://lexvo.org/id/char/27A25> a lvont:Character ;
    lvont:represents "𧨥"^^xsd:string .

<http://lexvo.org/id/char/27A26> a lvont:Character ;
    lvont:represents "𧨦"^^xsd:string .

<http://lexvo.org/id/char/27A27> a lvont:Character ;
    lvont:represents "𧨧"^^xsd:string .

<http://lexvo.org/id/char/27A28> a lvont:Character ;
    lvont:represents "𧨨"^^xsd:string .

<http://lexvo.org/id/char/27A29> a lvont:Character ;
    lvont:represents "𧨩"^^xsd:string .

<http://lexvo.org/id/char/27A2A> a lvont:Character ;
    lvont:represents "𧨪"^^xsd:string .

<http://lexvo.org/id/char/27A2B> a lvont:Character ;
    lvont:represents "𧨫"^^xsd:string .

<http://lexvo.org/id/char/27A2C> a lvont:Character ;
    lvont:represents "𧨬"^^xsd:string .

<http://lexvo.org/id/char/27A2D> a lvont:Character ;
    lvont:represents "𧨭"^^xsd:string .

<http://lexvo.org/id/char/27A2E> a lvont:Character ;
    lvont:represents "𧨮"^^xsd:string .

<http://lexvo.org/id/char/27A2F> a lvont:Character ;
    lvont:represents "𧨯"^^xsd:string .

<http://lexvo.org/id/char/27A3> a lvont:Character ;
    lvont:represents "➣"^^xsd:string ;
    rdfs:comment "THREE-D BOTTOM-LIGHTED RIGHTWARDS ARROWHEAD"@en .

<http://lexvo.org/id/char/27A30> a lvont:Character ;
    lvont:represents "𧨰"^^xsd:string .

<http://lexvo.org/id/char/27A31> a lvont:Character ;
    lvont:represents "𧨱"^^xsd:string .

<http://lexvo.org/id/char/27A32> a lvont:Character ;
    lvont:represents "𧨲"^^xsd:string .

<http://lexvo.org/id/char/27A33> a lvont:Character ;
    lvont:represents "𧨳"^^xsd:string .

<http://lexvo.org/id/char/27A34> a lvont:Character ;
    lvont:represents "𧨴"^^xsd:string .

<http://lexvo.org/id/char/27A35> a lvont:Character ;
    lvont:represents "𧨵"^^xsd:string .

<http://lexvo.org/id/char/27A36> a lvont:Character ;
    lvont:represents "𧨶"^^xsd:string .

<http://lexvo.org/id/char/27A37> a lvont:Character ;
    lvont:represents "𧨷"^^xsd:string .

<http://lexvo.org/id/char/27A38> a lvont:Character ;
    lvont:represents "𧨸"^^xsd:string .

<http://lexvo.org/id/char/27A39> a lvont:Character ;
    lvont:represents "𧨹"^^xsd:string .

<http://lexvo.org/id/char/27A3A> a lvont:Character ;
    lvont:represents "𧨺"^^xsd:string .

<http://lexvo.org/id/char/27A3B> a lvont:Character ;
    lvont:represents "𧨻"^^xsd:string .

<http://lexvo.org/id/char/27A3C> a lvont:Character ;
    lvont:represents "𧨼"^^xsd:string .

<http://lexvo.org/id/char/27A3D> a lvont:Character ;
    lvont:represents "𧨽"^^xsd:string .

<http://lexvo.org/id/char/27A3E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/tam3>,
        <http://lexvo.org/id/term/yue/%F0%A7%A8%BE>,
        "𧨾"^^xsd:string ;
    rdfs:comment "(Cant.) to fool, trick, cheat"@en .

<http://lexvo.org/id/char/27A3F> a lvont:Character ;
    lvont:represents "𧨿"^^xsd:string .

<http://lexvo.org/id/char/27A4> a lvont:Character ;
    lvont:represents "➤"^^xsd:string ;
    rdfs:comment "BLACK RIGHTWARDS ARROWHEAD"@en .

<http://lexvo.org/id/char/27A40> a lvont:Character ;
    lvont:represents "𧩀"^^xsd:string .

<http://lexvo.org/id/char/27A41> a lvont:Character ;
    lvont:represents "𧩁"^^xsd:string .

<http://lexvo.org/id/char/27A42> a lvont:Character ;
    lvont:represents "𧩂"^^xsd:string .

<http://lexvo.org/id/char/27A43> a lvont:Character ;
    lvont:represents "𧩃"^^xsd:string .

<http://lexvo.org/id/char/27A44> a lvont:Character ;
    lvont:represents "𧩄"^^xsd:string .

<http://lexvo.org/id/char/27A45> a lvont:Character ;
    lvont:represents "𧩅"^^xsd:string .

<http://lexvo.org/id/char/27A46> a lvont:Character ;
    lvont:represents "𧩆"^^xsd:string .

<http://lexvo.org/id/char/27A47> a lvont:Character ;
    lvont:represents "𧩇"^^xsd:string .

<http://lexvo.org/id/char/27A48> a lvont:Character ;
    lvont:represents "𧩈"^^xsd:string .

<http://lexvo.org/id/char/27A49> a lvont:Character ;
    lvont:represents "𧩉"^^xsd:string .

<http://lexvo.org/id/char/27A4A> a lvont:Character ;
    lvont:represents "𧩊"^^xsd:string .

<http://lexvo.org/id/char/27A4B> a lvont:Character ;
    lvont:represents "𧩋"^^xsd:string .

<http://lexvo.org/id/char/27A4C> a lvont:Character ;
    lvont:represents "𧩌"^^xsd:string .

<http://lexvo.org/id/char/27A4D> a lvont:Character ;
    lvont:represents "𧩍"^^xsd:string .

<http://lexvo.org/id/char/27A4E> a lvont:Character ;
    lvont:represents "𧩎"^^xsd:string .

<http://lexvo.org/id/char/27A4F> a lvont:Character ;
    lvont:represents "𧩏"^^xsd:string .

<http://lexvo.org/id/char/27A5> a lvont:Character ;
    lvont:represents "➥"^^xsd:string ;
    rdfs:comment "HEAVY BLACK CURVED DOWNWARDS AND RIGHTWARDS ARROW"@en .

<http://lexvo.org/id/char/27A50> a lvont:Character ;
    lvont:represents "𧩐"^^xsd:string .

<http://lexvo.org/id/char/27A51> a lvont:Character ;
    lvont:represents "𧩑"^^xsd:string .

<http://lexvo.org/id/char/27A52> a lvont:Character ;
    lvont:represents "𧩒"^^xsd:string .

<http://lexvo.org/id/char/27A53> a lvont:Character ;
    lvont:represents "𧩓"^^xsd:string .

<http://lexvo.org/id/char/27A54> a lvont:Character ;
    lvont:represents "𧩔"^^xsd:string .

<http://lexvo.org/id/char/27A55> a lvont:Character ;
    lvont:represents "𧩕"^^xsd:string .

<http://lexvo.org/id/char/27A56> a lvont:Character ;
    lvont:represents "𧩖"^^xsd:string .

<http://lexvo.org/id/char/27A57> a lvont:Character ;
    lvont:represents "𧩗"^^xsd:string .

<http://lexvo.org/id/char/27A58> a lvont:Character ;
    lvont:represents "𧩘"^^xsd:string .

<http://lexvo.org/id/char/27A59> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/daan3>,
        <http://lexvo.org/id/term/yue/%F0%A7%A9%99>,
        "𧩙"^^xsd:string ;
    rdfs:comment "birthday; to be born, give birth to"@en .

<http://lexvo.org/id/char/27A5A> a lvont:Character ;
    lvont:represents "𧩚"^^xsd:string .

<http://lexvo.org/id/char/27A5B> a lvont:Character ;
    lvont:represents "𧩛"^^xsd:string .

<http://lexvo.org/id/char/27A5C> a lvont:Character ;
    lvont:represents "𧩜"^^xsd:string .

<http://lexvo.org/id/char/27A5D> a lvont:Character ;
    lvont:represents "𧩝"^^xsd:string .

<http://lexvo.org/id/char/27A5E> a lvont:Character ;
    lvont:represents "𧩞"^^xsd:string .

<http://lexvo.org/id/char/27A5F> a lvont:Character ;
    lvont:represents "𧩟"^^xsd:string .

<http://lexvo.org/id/char/27A6> a lvont:Character ;
    lvont:represents "➦"^^xsd:string ;
    rdfs:comment "HEAVY BLACK CURVED UPWARDS AND RIGHTWARDS ARROW"@en .

<http://lexvo.org/id/char/27A60> a lvont:Character ;
    lvont:represents "𧩠"^^xsd:string .

<http://lexvo.org/id/char/27A61> a lvont:Character ;
    lvont:represents "𧩡"^^xsd:string .

<http://lexvo.org/id/char/27A62> a lvont:Character ;
    lvont:represents "𧩢"^^xsd:string .

<http://lexvo.org/id/char/27A63> a lvont:Character ;
    lvont:represents "𧩣"^^xsd:string .

<http://lexvo.org/id/char/27A64> a lvont:Character ;
    lvont:represents "𧩤"^^xsd:string .

<http://lexvo.org/id/char/27A65> a lvont:Character ;
    lvont:represents "𧩥"^^xsd:string .

<http://lexvo.org/id/char/27A66> a lvont:Character ;
    lvont:represents "𧩦"^^xsd:string .

<http://lexvo.org/id/char/27A67> a lvont:Character ;
    lvont:represents "𧩧"^^xsd:string .

<http://lexvo.org/id/char/27A68> a lvont:Character ;
    lvont:represents "𧩨"^^xsd:string .

<http://lexvo.org/id/char/27A69> a lvont:Character ;
    lvont:represents "𧩩"^^xsd:string .

<http://lexvo.org/id/char/27A6A> a lvont:Character ;
    lvont:represents "𧩪"^^xsd:string .

<http://lexvo.org/id/char/27A6B> a lvont:Character ;
    lvont:represents "𧩫"^^xsd:string .

<http://lexvo.org/id/char/27A6C> a lvont:Character ;
    lvont:represents "𧩬"^^xsd:string .

<http://lexvo.org/id/char/27A6D> a lvont:Character ;
    lvont:represents "𧩭"^^xsd:string .

<http://lexvo.org/id/char/27A6E> a lvont:Character ;
    lvont:represents "𧩮"^^xsd:string .

<http://lexvo.org/id/char/27A6F> a lvont:Character ;
    lvont:represents "𧩯"^^xsd:string .

<http://lexvo.org/id/char/27A7> a lvont:Character ;
    lvont:represents "➧"^^xsd:string ;
    rdfs:comment "SQUAT BLACK RIGHTWARDS ARROW"@en .

<http://lexvo.org/id/char/27A70> a lvont:Character ;
    lvont:represents "𧩰"^^xsd:string .

<http://lexvo.org/id/char/27A71> a lvont:Character ;
    lvont:represents "𧩱"^^xsd:string .

<http://lexvo.org/id/char/27A72> a lvont:Character ;
    lvont:represents "𧩲"^^xsd:string .

<http://lexvo.org/id/char/27A73> a lvont:Character ;
    lvont:represents "𧩳"^^xsd:string .

<http://lexvo.org/id/char/27A74> a lvont:Character ;
    lvont:represents "𧩴"^^xsd:string .

<http://lexvo.org/id/char/27A75> a lvont:Character ;
    lvont:represents "𧩵"^^xsd:string .

<http://lexvo.org/id/char/27A76> a lvont:Character ;
    lvont:represents "𧩶"^^xsd:string .

<http://lexvo.org/id/char/27A77> a lvont:Character ;
    lvont:represents "𧩷"^^xsd:string .

<http://lexvo.org/id/char/27A78> a lvont:Character ;
    lvont:represents "𧩸"^^xsd:string .

<http://lexvo.org/id/char/27A79> a lvont:Character ;
    lvont:represents "𧩹"^^xsd:string .

<http://lexvo.org/id/char/27A7A> a lvont:Character ;
    lvont:represents "𧩺"^^xsd:string .

<http://lexvo.org/id/char/27A7B> a lvont:Character ;
    lvont:represents "𧩻"^^xsd:string .

<http://lexvo.org/id/char/27A7C> a lvont:Character ;
    lvont:represents "𧩼"^^xsd:string .

<http://lexvo.org/id/char/27A7D> a lvont:Character ;
    lvont:represents "𧩽"^^xsd:string .

<http://lexvo.org/id/char/27A7E> a lvont:Character ;
    lvont:represents "𧩾"^^xsd:string .

<http://lexvo.org/id/char/27A7F> a lvont:Character ;
    lvont:represents "𧩿"^^xsd:string .

<http://lexvo.org/id/char/27A8> a lvont:Character ;
    lvont:represents "➨"^^xsd:string ;
    rdfs:comment "HEAVY CONCAVE-POINTED BLACK RIGHTWARDS ARROW"@en .

<http://lexvo.org/id/char/27A80> a lvont:Character ;
    lvont:represents "𧪀"^^xsd:string .

<http://lexvo.org/id/char/27A81> a lvont:Character ;
    lvont:represents "𧪁"^^xsd:string .

<http://lexvo.org/id/char/27A82> a lvont:Character ;
    lvont:represents "𧪂"^^xsd:string .

<http://lexvo.org/id/char/27A83> a lvont:Character ;
    lvont:represents "𧪃"^^xsd:string .

<http://lexvo.org/id/char/27A84> a lvont:Character ;
    lvont:represents "𧪄"^^xsd:string .

<http://lexvo.org/id/char/27A85> a lvont:Character ;
    lvont:represents "𧪅"^^xsd:string .

<http://lexvo.org/id/char/27A86> a lvont:Character ;
    lvont:represents "𧪆"^^xsd:string .

<http://lexvo.org/id/char/27A87> a lvont:Character ;
    lvont:represents "𧪇"^^xsd:string .

<http://lexvo.org/id/char/27A88> a lvont:Character ;
    lvont:represents "𧪈"^^xsd:string .

<http://lexvo.org/id/char/27A89> a lvont:Character ;
    lvont:represents "𧪉"^^xsd:string .

<http://lexvo.org/id/char/27A8A> a lvont:Character ;
    lvont:represents "𧪊"^^xsd:string .

<http://lexvo.org/id/char/27A8B> a lvont:Character ;
    lvont:represents "𧪋"^^xsd:string .

<http://lexvo.org/id/char/27A8C> a lvont:Character ;
    lvont:represents "𧪌"^^xsd:string .

<http://lexvo.org/id/char/27A8D> a lvont:Character ;
    lvont:represents "𧪍"^^xsd:string .

<http://lexvo.org/id/char/27A8E> a lvont:Character ;
    lvont:represents "𧪎"^^xsd:string .

<http://lexvo.org/id/char/27A8F> a lvont:Character ;
    lvont:represents "𧪏"^^xsd:string .

<http://lexvo.org/id/char/27A9> a lvont:Character ;
    lvont:represents "➩"^^xsd:string ;
    rdfs:comment "RIGHT-SHADED WHITE RIGHTWARDS ARROW"@en .

<http://lexvo.org/id/char/27A90> a lvont:Character ;
    lvont:represents "𧪐"^^xsd:string .

<http://lexvo.org/id/char/27A91> a lvont:Character ;
    lvont:represents "𧪑"^^xsd:string .

<http://lexvo.org/id/char/27A92> a lvont:Character ;
    lvont:represents "𧪒"^^xsd:string .

<http://lexvo.org/id/char/27A93> a lvont:Character ;
    lvont:represents "𧪓"^^xsd:string .

<http://lexvo.org/id/char/27A94> a lvont:Character ;
    lvont:represents "𧪔"^^xsd:string .

<http://lexvo.org/id/char/27A95> a lvont:Character ;
    lvont:represents "𧪕"^^xsd:string .

<http://lexvo.org/id/char/27A96> a lvont:Character ;
    lvont:represents "𧪖"^^xsd:string .

<http://lexvo.org/id/char/27A97> a lvont:Character ;
    lvont:represents "𧪗"^^xsd:string .

<http://lexvo.org/id/char/27A98> a lvont:Character ;
    lvont:represents "𧪘"^^xsd:string .

<http://lexvo.org/id/char/27A99> a lvont:Character ;
    lvont:represents "𧪙"^^xsd:string .

<http://lexvo.org/id/char/27A9A> a lvont:Character ;
    lvont:represents "𧪚"^^xsd:string .

<http://lexvo.org/id/char/27A9B> a lvont:Character ;
    lvont:represents "𧪛"^^xsd:string .

<http://lexvo.org/id/char/27A9C> a lvont:Character ;
    lvont:represents "𧪜"^^xsd:string .

<http://lexvo.org/id/char/27A9D> a lvont:Character ;
    lvont:represents "𧪝"^^xsd:string .

<http://lexvo.org/id/char/27A9E> a lvont:Character ;
    lvont:represents "𧪞"^^xsd:string .

<http://lexvo.org/id/char/27A9F> a lvont:Character ;
    lvont:represents "𧪟"^^xsd:string .

<http://lexvo.org/id/char/27AA> a lvont:Character ;
    lvont:represents "➪"^^xsd:string ;
    rdfs:comment "LEFT-SHADED WHITE RIGHTWARDS ARROW"@en .

<http://lexvo.org/id/char/27AA0> a lvont:Character ;
    lvont:represents "𧪠"^^xsd:string .

<http://lexvo.org/id/char/27AA1> a lvont:Character ;
    lvont:represents "𧪡"^^xsd:string .

<http://lexvo.org/id/char/27AA2> a lvont:Character ;
    lvont:represents "𧪢"^^xsd:string .

<http://lexvo.org/id/char/27AA3> a lvont:Character ;
    lvont:represents "𧪣"^^xsd:string .

<http://lexvo.org/id/char/27AA4> a lvont:Character ;
    lvont:represents "𧪤"^^xsd:string .

<http://lexvo.org/id/char/27AA5> a lvont:Character ;
    lvont:represents "𧪥"^^xsd:string .

<http://lexvo.org/id/char/27AA6> a lvont:Character ;
    lvont:represents "𧪦"^^xsd:string .

<http://lexvo.org/id/char/27AA7> a lvont:Character ;
    lvont:represents "𧪧"^^xsd:string .

<http://lexvo.org/id/char/27AA8> a lvont:Character ;
    lvont:represents "𧪨"^^xsd:string .

<http://lexvo.org/id/char/27AA9> a lvont:Character ;
    lvont:represents "𧪩"^^xsd:string .

<http://lexvo.org/id/char/27AAA> a lvont:Character ;
    lvont:represents "𧪪"^^xsd:string .

<http://lexvo.org/id/char/27AAB> a lvont:Character ;
    lvont:represents "𧪫"^^xsd:string .

<http://lexvo.org/id/char/27AAC> a lvont:Character ;
    lvont:represents "𧪬"^^xsd:string .

<http://lexvo.org/id/char/27AAD> a lvont:Character ;
    lvont:represents "𧪭"^^xsd:string .

<http://lexvo.org/id/char/27AAE> a lvont:Character ;
    lvont:represents "𧪮"^^xsd:string .

<http://lexvo.org/id/char/27AAF> a lvont:Character ;
    lvont:represents "𧪯"^^xsd:string .

<http://lexvo.org/id/char/27AB> a lvont:Character ;
    lvont:represents "➫"^^xsd:string ;
    rdfs:comment "BACK-TILTED SHADOWED WHITE RIGHTWARDS ARROW"@en .

<http://lexvo.org/id/char/27AB0> a lvont:Character ;
    lvont:represents "𧪰"^^xsd:string .

<http://lexvo.org/id/char/27AB1> a lvont:Character ;
    lvont:represents "𧪱"^^xsd:string .

<http://lexvo.org/id/char/27AB2> a lvont:Character ;
    lvont:represents "𧪲"^^xsd:string .

<http://lexvo.org/id/char/27AB3> a lvont:Character ;
    lvont:represents "𧪳"^^xsd:string .

<http://lexvo.org/id/char/27AB4> a lvont:Character ;
    lvont:represents "𧪴"^^xsd:string .

<http://lexvo.org/id/char/27AB5> a lvont:Character ;
    lvont:represents "𧪵"^^xsd:string .

<http://lexvo.org/id/char/27AB6> a lvont:Character ;
    lvont:represents "𧪶"^^xsd:string .

<http://lexvo.org/id/char/27AB7> a lvont:Character ;
    lvont:represents "𧪷"^^xsd:string .

<http://lexvo.org/id/char/27AB8> a lvont:Character ;
    lvont:represents "𧪸"^^xsd:string .

<http://lexvo.org/id/char/27AB9> a lvont:Character ;
    lvont:represents "𧪹"^^xsd:string .

<http://lexvo.org/id/char/27ABA> a lvont:Character ;
    lvont:represents "𧪺"^^xsd:string .

<http://lexvo.org/id/char/27ABB> a lvont:Character ;
    lvont:represents "𧪻"^^xsd:string .

<http://lexvo.org/id/char/27ABC> a lvont:Character ;
    lvont:represents "𧪼"^^xsd:string .

<http://lexvo.org/id/char/27ABD> a lvont:Character ;
    lvont:represents "𧪽"^^xsd:string .

<http://lexvo.org/id/char/27ABE> a lvont:Character ;
    lvont:represents "𧪾"^^xsd:string .

<http://lexvo.org/id/char/27ABF> a lvont:Character ;
    lvont:represents "𧪿"^^xsd:string .

<http://lexvo.org/id/char/27AC> a lvont:Character ;
    lvont:represents "➬"^^xsd:string ;
    rdfs:comment "FRONT-TILTED SHADOWED WHITE RIGHTWARDS ARROW"@en .

<http://lexvo.org/id/char/27AC0> a lvont:Character ;
    lvont:represents "𧫀"^^xsd:string .

<http://lexvo.org/id/char/27AC1> a lvont:Character ;
    lvont:represents "𧫁"^^xsd:string .

<http://lexvo.org/id/char/27AC2> a lvont:Character ;
    lvont:represents "𧫂"^^xsd:string .

<http://lexvo.org/id/char/27AC3> a lvont:Character ;
    lvont:represents "𧫃"^^xsd:string .

<http://lexvo.org/id/char/27AC4> a lvont:Character ;
    lvont:represents "𧫄"^^xsd:string .

<http://lexvo.org/id/char/27AC5> a lvont:Character ;
    lvont:represents "𧫅"^^xsd:string .

<http://lexvo.org/id/char/27AC6> a lvont:Character ;
    lvont:represents "𧫆"^^xsd:string .

<http://lexvo.org/id/char/27AC7> a lvont:Character ;
    lvont:represents "𧫇"^^xsd:string .

<http://lexvo.org/id/char/27AC8> a lvont:Character ;
    lvont:represents "𧫈"^^xsd:string .

<http://lexvo.org/id/char/27AC9> a lvont:Character ;
    lvont:represents "𧫉"^^xsd:string .

<http://lexvo.org/id/char/27ACA> a lvont:Character ;
    lvont:represents "𧫊"^^xsd:string .

<http://lexvo.org/id/char/27ACB> a lvont:Character ;
    lvont:represents "𧫋"^^xsd:string .

<http://lexvo.org/id/char/27ACC> a lvont:Character ;
    lvont:represents "𧫌"^^xsd:string .

<http://lexvo.org/id/char/27ACD> a lvont:Character ;
    lvont:represents "𧫍"^^xsd:string .

<http://lexvo.org/id/char/27ACE> a lvont:Character ;
    lvont:represents "𧫎"^^xsd:string .

<http://lexvo.org/id/char/27ACF> a lvont:Character ;
    lvont:represents "𧫏"^^xsd:string .

<http://lexvo.org/id/char/27AD> a lvont:Character ;
    lvont:represents "➭"^^xsd:string ;
    rdfs:comment "HEAVY LOWER RIGHT-SHADOWED WHITE RIGHTWARDS ARROW"@en .

<http://lexvo.org/id/char/27AD0> a lvont:Character ;
    lvont:represents "𧫐"^^xsd:string .

<http://lexvo.org/id/char/27AD1> a lvont:Character ;
    lvont:represents "𧫑"^^xsd:string .

<http://lexvo.org/id/char/27AD2> a lvont:Character ;
    lvont:represents "𧫒"^^xsd:string .

<http://lexvo.org/id/char/27AD3> a lvont:Character ;
    lvont:represents "𧫓"^^xsd:string .

<http://lexvo.org/id/char/27AD4> a lvont:Character ;
    lvont:represents "𧫔"^^xsd:string .

<http://lexvo.org/id/char/27AD5> a lvont:Character ;
    lvont:represents "𧫕"^^xsd:string .

<http://lexvo.org/id/char/27AD6> a lvont:Character ;
    lvont:represents "𧫖"^^xsd:string .

<http://lexvo.org/id/char/27AD7> a lvont:Character ;
    lvont:represents "𧫗"^^xsd:string .

<http://lexvo.org/id/char/27AD8> a lvont:Character ;
    lvont:represents "𧫘"^^xsd:string .

<http://lexvo.org/id/char/27AD9> a lvont:Character ;
    lvont:represents "𧫙"^^xsd:string .

<http://lexvo.org/id/char/27ADA> a lvont:Character ;
    lvont:represents "𧫚"^^xsd:string .

<http://lexvo.org/id/char/27ADB> a lvont:Character ;
    lvont:represents "𧫛"^^xsd:string .

<http://lexvo.org/id/char/27ADC> a lvont:Character ;
    lvont:represents "𧫜"^^xsd:string .

<http://lexvo.org/id/char/27ADD> a lvont:Character ;
    lvont:represents "𧫝"^^xsd:string .

<http://lexvo.org/id/char/27ADE> a lvont:Character ;
    lvont:represents "𧫞"^^xsd:string .

<http://lexvo.org/id/char/27ADF> a lvont:Character ;
    lvont:represents "𧫟"^^xsd:string .

<http://lexvo.org/id/char/27AE> a lvont:Character ;
    lvont:represents "➮"^^xsd:string ;
    rdfs:comment "HEAVY UPPER RIGHT-SHADOWED WHITE RIGHTWARDS ARROW"@en .

<http://lexvo.org/id/char/27AE0> a lvont:Character ;
    lvont:represents "𧫠"^^xsd:string .

<http://lexvo.org/id/char/27AE1> a lvont:Character ;
    lvont:represents "𧫡"^^xsd:string .

<http://lexvo.org/id/char/27AE2> a lvont:Character ;
    lvont:represents "𧫢"^^xsd:string .

<http://lexvo.org/id/char/27AE3> a lvont:Character ;
    lvont:represents "𧫣"^^xsd:string .

<http://lexvo.org/id/char/27AE4> a lvont:Character ;
    lvont:represents "𧫤"^^xsd:string .

<http://lexvo.org/id/char/27AE5> a lvont:Character ;
    lvont:represents "𧫥"^^xsd:string .

<http://lexvo.org/id/char/27AE6> a lvont:Character ;
    lvont:represents "𧫦"^^xsd:string .

<http://lexvo.org/id/char/27AE7> a lvont:Character ;
    lvont:represents "𧫧"^^xsd:string .

<http://lexvo.org/id/char/27AE8> a lvont:Character ;
    lvont:represents "𧫨"^^xsd:string .

<http://lexvo.org/id/char/27AE9> a lvont:Character ;
    lvont:represents "𧫩"^^xsd:string .

<http://lexvo.org/id/char/27AEA> a lvont:Character ;
    lvont:represents "𧫪"^^xsd:string .

<http://lexvo.org/id/char/27AEB> a lvont:Character ;
    lvont:represents "𧫫"^^xsd:string .

<http://lexvo.org/id/char/27AEC> a lvont:Character ;
    lvont:represents "𧫬"^^xsd:string .

<http://lexvo.org/id/char/27AED> a lvont:Character ;
    lvont:represents "𧫭"^^xsd:string .

<http://lexvo.org/id/char/27AEE> a lvont:Character ;
    lvont:represents "𧫮"^^xsd:string .

<http://lexvo.org/id/char/27AEF> a lvont:Character ;
    lvont:represents "𧫯"^^xsd:string .

<http://lexvo.org/id/char/27AF> a lvont:Character ;
    lvont:represents "➯"^^xsd:string ;
    rdfs:comment "NOTCHED LOWER RIGHT-SHADOWED WHITE RIGHTWARDS ARROW"@en .

<http://lexvo.org/id/char/27AF0> a lvont:Character ;
    lvont:represents "𧫰"^^xsd:string .

<http://lexvo.org/id/char/27AF1> a lvont:Character ;
    lvont:represents "𧫱"^^xsd:string .

<http://lexvo.org/id/char/27AF2> a lvont:Character ;
    lvont:represents "𧫲"^^xsd:string .

<http://lexvo.org/id/char/27AF3> a lvont:Character ;
    lvont:represents "𧫳"^^xsd:string .

<http://lexvo.org/id/char/27AF4> a lvont:Character ;
    lvont:represents "𧫴"^^xsd:string .

<http://lexvo.org/id/char/27AF5> a lvont:Character ;
    lvont:represents "𧫵"^^xsd:string .

<http://lexvo.org/id/char/27AF6> a lvont:Character ;
    lvont:represents "𧫶"^^xsd:string .

<http://lexvo.org/id/char/27AF7> a lvont:Character ;
    lvont:represents "𧫷"^^xsd:string .

<http://lexvo.org/id/char/27AF8> a lvont:Character ;
    lvont:represents "𧫸"^^xsd:string .

<http://lexvo.org/id/char/27AF9> a lvont:Character ;
    lvont:represents "𧫹"^^xsd:string .

<http://lexvo.org/id/char/27AFA> a lvont:Character ;
    lvont:represents "𧫺"^^xsd:string .

<http://lexvo.org/id/char/27AFB> a lvont:Character ;
    lvont:represents "𧫻"^^xsd:string .

<http://lexvo.org/id/char/27AFC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/m%C6%A1>,
        "𧫼"^^xsd:string .

<http://lexvo.org/id/char/27AFD> a lvont:Character ;
    lvont:represents "𧫽"^^xsd:string .

<http://lexvo.org/id/char/27AFE> a lvont:Character ;
    lvont:represents "𧫾"^^xsd:string .

<http://lexvo.org/id/char/27AFF> a lvont:Character ;
    lvont:represents "𧫿"^^xsd:string .

<http://lexvo.org/id/char/27B0> a lvont:Character ;
    lvont:represents "➰"^^xsd:string ;
    rdfs:comment "CURLY LOOP"@en .

<http://lexvo.org/id/char/27B00> a lvont:Character ;
    lvont:represents "𧬀"^^xsd:string .

<http://lexvo.org/id/char/27B01> a lvont:Character ;
    lvont:represents "𧬁"^^xsd:string .

<http://lexvo.org/id/char/27B02> a lvont:Character ;
    lvont:represents "𧬂"^^xsd:string .

<http://lexvo.org/id/char/27B03> a lvont:Character ;
    lvont:represents "𧬃"^^xsd:string .

<http://lexvo.org/id/char/27B04> a lvont:Character ;
    lvont:represents "𧬄"^^xsd:string .

<http://lexvo.org/id/char/27B05> a lvont:Character ;
    lvont:represents "𧬅"^^xsd:string .

<http://lexvo.org/id/char/27B06> a lvont:Character ;
    lvont:represents "𧬆"^^xsd:string .

<http://lexvo.org/id/char/27B07> a lvont:Character ;
    lvont:represents "𧬇"^^xsd:string .

<http://lexvo.org/id/char/27B08> a lvont:Character ;
    lvont:represents "𧬈"^^xsd:string .

<http://lexvo.org/id/char/27B09> a lvont:Character ;
    lvont:represents "𧬉"^^xsd:string .

<http://lexvo.org/id/char/27B0A> a lvont:Character ;
    lvont:represents "𧬊"^^xsd:string .

<http://lexvo.org/id/char/27B0B> a lvont:Character ;
    lvont:represents "𧬋"^^xsd:string .

<http://lexvo.org/id/char/27B0C> a lvont:Character ;
    lvont:represents "𧬌"^^xsd:string .

<http://lexvo.org/id/char/27B0D> a lvont:Character ;
    lvont:represents "𧬍"^^xsd:string .

<http://lexvo.org/id/char/27B0E> a lvont:Character ;
    lvont:represents "𧬎"^^xsd:string .

<http://lexvo.org/id/char/27B0F> a lvont:Character ;
    lvont:represents "𧬏"^^xsd:string .

<http://lexvo.org/id/char/27B1> a lvont:Character ;
    lvont:represents "➱"^^xsd:string ;
    rdfs:comment "NOTCHED UPPER RIGHT-SHADOWED WHITE RIGHTWARDS ARROW"@en .

<http://lexvo.org/id/char/27B10> a lvont:Character ;
    lvont:represents "𧬐"^^xsd:string .

<http://lexvo.org/id/char/27B11> a lvont:Character ;
    lvont:represents "𧬑"^^xsd:string .

<http://lexvo.org/id/char/27B12> a lvont:Character ;
    lvont:represents "𧬒"^^xsd:string .

<http://lexvo.org/id/char/27B13> a lvont:Character ;
    lvont:represents "𧬓"^^xsd:string .

<http://lexvo.org/id/char/27B14> a lvont:Character ;
    lvont:represents "𧬔"^^xsd:string .

<http://lexvo.org/id/char/27B15> a lvont:Character ;
    lvont:represents "𧬕"^^xsd:string .

<http://lexvo.org/id/char/27B16> a lvont:Character ;
    lvont:represents "𧬖"^^xsd:string .

<http://lexvo.org/id/char/27B17> a lvont:Character ;
    lvont:represents "𧬗"^^xsd:string .

<http://lexvo.org/id/char/27B18> a lvont:Character ;
    lvont:represents "𧬘"^^xsd:string .

<http://lexvo.org/id/char/27B19> a lvont:Character ;
    lvont:represents "𧬙"^^xsd:string .

<http://lexvo.org/id/char/27B1A> a lvont:Character ;
    lvont:represents "𧬚"^^xsd:string .

<http://lexvo.org/id/char/27B1B> a lvont:Character ;
    lvont:represents "𧬛"^^xsd:string .

<http://lexvo.org/id/char/27B1C> a lvont:Character ;
    lvont:represents "𧬜"^^xsd:string .

<http://lexvo.org/id/char/27B1D> a lvont:Character ;
    lvont:represents "𧬝"^^xsd:string .

<http://lexvo.org/id/char/27B1E> a lvont:Character ;
    lvont:represents "𧬞"^^xsd:string .

<http://lexvo.org/id/char/27B1F> a lvont:Character ;
    lvont:represents "𧬟"^^xsd:string .

<http://lexvo.org/id/char/27B2> a lvont:Character ;
    lvont:represents "➲"^^xsd:string ;
    rdfs:comment "CIRCLED HEAVY WHITE RIGHTWARDS ARROW"@en .

<http://lexvo.org/id/char/27B20> a lvont:Character ;
    lvont:represents "𧬠"^^xsd:string .

<http://lexvo.org/id/char/27B21> a lvont:Character ;
    lvont:represents "𧬡"^^xsd:string .

<http://lexvo.org/id/char/27B22> a lvont:Character ;
    lvont:represents "𧬢"^^xsd:string .

<http://lexvo.org/id/char/27B23> a lvont:Character ;
    lvont:represents "𧬣"^^xsd:string .

<http://lexvo.org/id/char/27B24> a lvont:Character ;
    lvont:represents "𧬤"^^xsd:string .

<http://lexvo.org/id/char/27B25> a lvont:Character ;
    lvont:represents "𧬥"^^xsd:string .

<http://lexvo.org/id/char/27B26> a lvont:Character ;
    lvont:represents "𧬦"^^xsd:string .

<http://lexvo.org/id/char/27B27> a lvont:Character ;
    lvont:represents "𧬧"^^xsd:string .

<http://lexvo.org/id/char/27B28> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/wai3>,
        <http://lexvo.org/id/term/yue/%F0%A7%AC%A8>,
        "𧬨"^^xsd:string ;
    rdfs:comment "ringing, spacious"@en .

<http://lexvo.org/id/char/27B29> a lvont:Character ;
    lvont:represents "𧬩"^^xsd:string .

<http://lexvo.org/id/char/27B2A> a lvont:Character ;
    lvont:represents "𧬪"^^xsd:string .

<http://lexvo.org/id/char/27B2B> a lvont:Character ;
    lvont:represents "𧬫"^^xsd:string .

<http://lexvo.org/id/char/27B2C> a lvont:Character ;
    lvont:represents "𧬬"^^xsd:string .

<http://lexvo.org/id/char/27B2D> a lvont:Character ;
    lvont:represents "𧬭"^^xsd:string .

<http://lexvo.org/id/char/27B2E> a lvont:Character ;
    lvont:represents "𧬮"^^xsd:string .

<http://lexvo.org/id/char/27B2F> a lvont:Character ;
    lvont:represents "𧬯"^^xsd:string .

<http://lexvo.org/id/char/27B3> a lvont:Character ;
    lvont:represents "➳"^^xsd:string ;
    rdfs:comment "WHITE-FEATHERED RIGHTWARDS ARROW"@en .

<http://lexvo.org/id/char/27B30> a lvont:Character ;
    lvont:represents "𧬰"^^xsd:string .

<http://lexvo.org/id/char/27B31> a lvont:Character ;
    lvont:represents "𧬱"^^xsd:string .

<http://lexvo.org/id/char/27B32> a lvont:Character ;
    lvont:represents "𧬲"^^xsd:string .

<http://lexvo.org/id/char/27B33> a lvont:Character ;
    lvont:represents "𧬳"^^xsd:string .

<http://lexvo.org/id/char/27B34> a lvont:Character ;
    lvont:represents "𧬴"^^xsd:string .

<http://lexvo.org/id/char/27B35> a lvont:Character ;
    lvont:represents "𧬵"^^xsd:string .

<http://lexvo.org/id/char/27B36> a lvont:Character ;
    lvont:represents "𧬶"^^xsd:string .

<http://lexvo.org/id/char/27B37> a lvont:Character ;
    lvont:represents "𧬷"^^xsd:string .

<http://lexvo.org/id/char/27B38> a lvont:Character ;
    lvont:represents "𧬸"^^xsd:string .

<http://lexvo.org/id/char/27B39> a lvont:Character ;
    lvont:represents "𧬹"^^xsd:string .

<http://lexvo.org/id/char/27B3A> a lvont:Character ;
    lvont:represents "𧬺"^^xsd:string .

<http://lexvo.org/id/char/27B3B> a lvont:Character ;
    lvont:represents "𧬻"^^xsd:string .

<http://lexvo.org/id/char/27B3C> a lvont:Character ;
    lvont:represents "𧬼"^^xsd:string .

<http://lexvo.org/id/char/27B3D> a lvont:Character ;
    lvont:represents "𧬽"^^xsd:string .

<http://lexvo.org/id/char/27B3E> a lvont:Character ;
    lvont:represents "𧬾"^^xsd:string .

<http://lexvo.org/id/char/27B3F> a lvont:Character ;
    lvont:represents "𧬿"^^xsd:string .

<http://lexvo.org/id/char/27B4> a lvont:Character ;
    lvont:represents "➴"^^xsd:string ;
    rdfs:comment "BLACK-FEATHERED SOUTH EAST ARROW"@en .

<http://lexvo.org/id/char/27B40> a lvont:Character ;
    lvont:represents "𧭀"^^xsd:string .

<http://lexvo.org/id/char/27B41> a lvont:Character ;
    lvont:represents "𧭁"^^xsd:string .

<http://lexvo.org/id/char/27B42> a lvont:Character ;
    lvont:represents "𧭂"^^xsd:string .

<http://lexvo.org/id/char/27B43> a lvont:Character ;
    lvont:represents "𧭃"^^xsd:string .

<http://lexvo.org/id/char/27B44> a lvont:Character ;
    lvont:represents "𧭄"^^xsd:string .

<http://lexvo.org/id/char/27B45> a lvont:Character ;
    lvont:represents "𧭅"^^xsd:string .

<http://lexvo.org/id/char/27B46> a lvont:Character ;
    lvont:represents "𧭆"^^xsd:string .

<http://lexvo.org/id/char/27B47> a lvont:Character ;
    lvont:represents "𧭇"^^xsd:string .

<http://lexvo.org/id/char/27B48> a lvont:Character ;
    lvont:represents "𧭈"^^xsd:string .

<http://lexvo.org/id/char/27B49> a lvont:Character ;
    lvont:represents "𧭉"^^xsd:string .

<http://lexvo.org/id/char/27B4A> a lvont:Character ;
    lvont:represents "𧭊"^^xsd:string .

<http://lexvo.org/id/char/27B4B> a lvont:Character ;
    lvont:represents "𧭋"^^xsd:string .

<http://lexvo.org/id/char/27B4C> a lvont:Character ;
    lvont:represents "𧭌"^^xsd:string .

<http://lexvo.org/id/char/27B4D> a lvont:Character ;
    lvont:represents "𧭍"^^xsd:string .

<http://lexvo.org/id/char/27B4E> a lvont:Character ;
    lvont:represents "𧭎"^^xsd:string .

<http://lexvo.org/id/char/27B4F> a lvont:Character ;
    lvont:represents "𧭏"^^xsd:string .

<http://lexvo.org/id/char/27B5> a lvont:Character ;
    lvont:represents "➵"^^xsd:string ;
    rdfs:comment "BLACK-FEATHERED RIGHTWARDS ARROW"@en .

<http://lexvo.org/id/char/27B50> a lvont:Character ;
    lvont:represents "𧭐"^^xsd:string .

<http://lexvo.org/id/char/27B51> a lvont:Character ;
    lvont:represents "𧭑"^^xsd:string .

<http://lexvo.org/id/char/27B52> a lvont:Character ;
    lvont:represents "𧭒"^^xsd:string .

<http://lexvo.org/id/char/27B53> a lvont:Character ;
    lvont:represents "𧭓"^^xsd:string .

<http://lexvo.org/id/char/27B54> a lvont:Character ;
    lvont:represents "𧭔"^^xsd:string .

<http://lexvo.org/id/char/27B55> a lvont:Character ;
    lvont:represents "𧭕"^^xsd:string .

<http://lexvo.org/id/char/27B56> a lvont:Character ;
    lvont:represents "𧭖"^^xsd:string .

<http://lexvo.org/id/char/27B57> a lvont:Character ;
    lvont:represents "𧭗"^^xsd:string .

<http://lexvo.org/id/char/27B58> a lvont:Character ;
    lvont:represents "𧭘"^^xsd:string .

<http://lexvo.org/id/char/27B59> a lvont:Character ;
    lvont:represents "𧭙"^^xsd:string .

<http://lexvo.org/id/char/27B5A> a lvont:Character ;
    lvont:represents "𧭚"^^xsd:string .

<http://lexvo.org/id/char/27B5B> a lvont:Character ;
    lvont:represents "𧭛"^^xsd:string .

<http://lexvo.org/id/char/27B5C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/leoi6>,
        <http://lexvo.org/id/term/yue/%F0%A7%AD%9C>,
        "𧭜"^^xsd:string ;
    rdfs:comment "to deceive"@en .

<http://lexvo.org/id/char/27B5D> a lvont:Character ;
    lvont:represents "𧭝"^^xsd:string .

<http://lexvo.org/id/char/27B5E> a lvont:Character ;
    lvont:represents "𧭞"^^xsd:string .

<http://lexvo.org/id/char/27B5F> a lvont:Character ;
    lvont:represents "𧭟"^^xsd:string .

<http://lexvo.org/id/char/27B6> a lvont:Character ;
    lvont:represents "➶"^^xsd:string ;
    rdfs:comment "BLACK-FEATHERED NORTH EAST ARROW"@en .

<http://lexvo.org/id/char/27B60> a lvont:Character ;
    lvont:represents "𧭠"^^xsd:string .

<http://lexvo.org/id/char/27B61> a lvont:Character ;
    lvont:represents "𧭡"^^xsd:string .

<http://lexvo.org/id/char/27B62> a lvont:Character ;
    lvont:represents "𧭢"^^xsd:string .

<http://lexvo.org/id/char/27B63> a lvont:Character ;
    lvont:represents "𧭣"^^xsd:string .

<http://lexvo.org/id/char/27B64> a lvont:Character ;
    lvont:represents "𧭤"^^xsd:string .

<http://lexvo.org/id/char/27B65> a lvont:Character ;
    lvont:represents "𧭥"^^xsd:string .

<http://lexvo.org/id/char/27B66> a lvont:Character ;
    lvont:represents "𧭦"^^xsd:string .

<http://lexvo.org/id/char/27B67> a lvont:Character ;
    lvont:represents "𧭧"^^xsd:string .

<http://lexvo.org/id/char/27B68> a lvont:Character ;
    lvont:represents "𧭨"^^xsd:string .

<http://lexvo.org/id/char/27B69> a lvont:Character ;
    lvont:represents "𧭩"^^xsd:string .

<http://lexvo.org/id/char/27B6A> a lvont:Character ;
    lvont:represents "𧭪"^^xsd:string .

<http://lexvo.org/id/char/27B6B> a lvont:Character ;
    lvont:represents "𧭫"^^xsd:string .

<http://lexvo.org/id/char/27B6C> a lvont:Character ;
    lvont:represents "𧭬"^^xsd:string .

<http://lexvo.org/id/char/27B6D> a lvont:Character ;
    lvont:represents "𧭭"^^xsd:string .

<http://lexvo.org/id/char/27B6E> a lvont:Character ;
    lvont:represents "𧭮"^^xsd:string .

<http://lexvo.org/id/char/27B6F> a lvont:Character ;
    lvont:represents "𧭯"^^xsd:string .

<http://lexvo.org/id/char/27B7> a lvont:Character ;
    lvont:represents "➷"^^xsd:string ;
    rdfs:comment "HEAVY BLACK-FEATHERED SOUTH EAST ARROW"@en .

<http://lexvo.org/id/char/27B70> a lvont:Character ;
    lvont:represents "𧭰"^^xsd:string .

<http://lexvo.org/id/char/27B71> a lvont:Character ;
    lvont:represents "𧭱"^^xsd:string .

<http://lexvo.org/id/char/27B72> a lvont:Character ;
    lvont:represents "𧭲"^^xsd:string .

<http://lexvo.org/id/char/27B73> a lvont:Character ;
    lvont:represents "𧭳"^^xsd:string .

<http://lexvo.org/id/char/27B74> a lvont:Character ;
    lvont:represents "𧭴"^^xsd:string .

<http://lexvo.org/id/char/27B75> a lvont:Character ;
    lvont:represents "𧭵"^^xsd:string .

<http://lexvo.org/id/char/27B76> a lvont:Character ;
    lvont:represents "𧭶"^^xsd:string .

<http://lexvo.org/id/char/27B77> a lvont:Character ;
    lvont:represents "𧭷"^^xsd:string .

<http://lexvo.org/id/char/27B78> a lvont:Character ;
    lvont:represents "𧭸"^^xsd:string .

<http://lexvo.org/id/char/27B79> a lvont:Character ;
    lvont:represents "𧭹"^^xsd:string .

<http://lexvo.org/id/char/27B7A> a lvont:Character ;
    lvont:represents "𧭺"^^xsd:string .

<http://lexvo.org/id/char/27B7B> a lvont:Character ;
    lvont:represents "𧭻"^^xsd:string .

<http://lexvo.org/id/char/27B7C> a lvont:Character ;
    lvont:represents "𧭼"^^xsd:string .

<http://lexvo.org/id/char/27B7D> a lvont:Character ;
    lvont:represents "𧭽"^^xsd:string .

<http://lexvo.org/id/char/27B7E> a lvont:Character ;
    lvont:represents "𧭾"^^xsd:string .

<http://lexvo.org/id/char/27B7F> a lvont:Character ;
    lvont:represents "𧭿"^^xsd:string .

<http://lexvo.org/id/char/27B8> a lvont:Character ;
    lvont:represents "➸"^^xsd:string ;
    rdfs:comment "HEAVY BLACK-FEATHERED RIGHTWARDS ARROW"@en .

<http://lexvo.org/id/char/27B80> a lvont:Character ;
    lvont:represents "𧮀"^^xsd:string .

<http://lexvo.org/id/char/27B81> a lvont:Character ;
    lvont:represents "𧮁"^^xsd:string .

<http://lexvo.org/id/char/27B82> a lvont:Character ;
    lvont:represents "𧮂"^^xsd:string .

<http://lexvo.org/id/char/27B83> a lvont:Character ;
    lvont:represents "𧮃"^^xsd:string .

<http://lexvo.org/id/char/27B84> a lvont:Character ;
    lvont:represents "𧮄"^^xsd:string .

<http://lexvo.org/id/char/27B85> a lvont:Character ;
    lvont:represents "𧮅"^^xsd:string .

<http://lexvo.org/id/char/27B86> a lvont:Character ;
    lvont:represents "𧮆"^^xsd:string .

<http://lexvo.org/id/char/27B87> a lvont:Character ;
    lvont:represents "𧮇"^^xsd:string .

<http://lexvo.org/id/char/27B88> a lvont:Character ;
    lvont:represents "𧮈"^^xsd:string .

<http://lexvo.org/id/char/27B89> a lvont:Character ;
    lvont:represents "𧮉"^^xsd:string .

<http://lexvo.org/id/char/27B8A> a lvont:Character ;
    lvont:represents "𧮊"^^xsd:string .

<http://lexvo.org/id/char/27B8B> a lvont:Character ;
    lvont:represents "𧮋"^^xsd:string .

<http://lexvo.org/id/char/27B8C> a lvont:Character ;
    lvont:represents "𧮌"^^xsd:string .

<http://lexvo.org/id/char/27B8D> a lvont:Character ;
    lvont:represents "𧮍"^^xsd:string .

<http://lexvo.org/id/char/27B8E> a lvont:Character ;
    lvont:represents "𧮎"^^xsd:string .

<http://lexvo.org/id/char/27B8F> a lvont:Character ;
    lvont:represents "𧮏"^^xsd:string .

<http://lexvo.org/id/char/27B9> a lvont:Character ;
    lvont:represents "➹"^^xsd:string ;
    rdfs:comment "HEAVY BLACK-FEATHERED NORTH EAST ARROW"@en .

<http://lexvo.org/id/char/27B90> a lvont:Character ;
    lvont:represents "𧮐"^^xsd:string .

<http://lexvo.org/id/char/27B91> a lvont:Character ;
    lvont:represents "𧮑"^^xsd:string .

<http://lexvo.org/id/char/27B92> a lvont:Character ;
    lvont:represents "𧮒"^^xsd:string .

<http://lexvo.org/id/char/27B93> a lvont:Character ;
    lvont:represents "𧮓"^^xsd:string .

<http://lexvo.org/id/char/27B94> a lvont:Character ;
    lvont:represents "𧮔"^^xsd:string .

<http://lexvo.org/id/char/27B95> a lvont:Character ;
    lvont:represents "𧮕"^^xsd:string .

<http://lexvo.org/id/char/27B96> a lvont:Character ;
    lvont:represents "𧮖"^^xsd:string .

<http://lexvo.org/id/char/27B97> a lvont:Character ;
    lvont:represents "𧮗"^^xsd:string .

<http://lexvo.org/id/char/27B98> a lvont:Character ;
    lvont:represents "𧮘"^^xsd:string .

<http://lexvo.org/id/char/27B99> a lvont:Character ;
    lvont:represents "𧮙"^^xsd:string .

<http://lexvo.org/id/char/27B9A> a lvont:Character ;
    lvont:represents "𧮚"^^xsd:string .

<http://lexvo.org/id/char/27B9B> a lvont:Character ;
    lvont:represents "𧮛"^^xsd:string .

<http://lexvo.org/id/char/27B9C> a lvont:Character ;
    lvont:represents "𧮜"^^xsd:string .

<http://lexvo.org/id/char/27B9D> a lvont:Character ;
    lvont:represents "𧮝"^^xsd:string .

<http://lexvo.org/id/char/27B9E> a lvont:Character ;
    lvont:represents "𧮞"^^xsd:string .

<http://lexvo.org/id/char/27B9F> a lvont:Character ;
    lvont:represents "𧮟"^^xsd:string .

<http://lexvo.org/id/char/27BA> a lvont:Character ;
    lvont:represents "➺"^^xsd:string ;
    rdfs:comment "TEARDROP-BARBED RIGHTWARDS ARROW"@en .

<http://lexvo.org/id/char/27BA0> a lvont:Character ;
    lvont:represents "𧮠"^^xsd:string .

<http://lexvo.org/id/char/27BA1> a lvont:Character ;
    lvont:represents "𧮡"^^xsd:string .

<http://lexvo.org/id/char/27BA2> a lvont:Character ;
    lvont:represents "𧮢"^^xsd:string .

<http://lexvo.org/id/char/27BA3> a lvont:Character ;
    lvont:represents "𧮣"^^xsd:string .

<http://lexvo.org/id/char/27BA4> a lvont:Character ;
    lvont:represents "𧮤"^^xsd:string .

<http://lexvo.org/id/char/27BA5> a lvont:Character ;
    lvont:represents "𧮥"^^xsd:string .

<http://lexvo.org/id/char/27BA6> a lvont:Character ;
    lvont:represents "𧮦"^^xsd:string .

<http://lexvo.org/id/char/27BA7> a lvont:Character ;
    lvont:represents "𧮧"^^xsd:string .

<http://lexvo.org/id/char/27BA8> a lvont:Character ;
    lvont:represents "𧮨"^^xsd:string .

<http://lexvo.org/id/char/27BA9> a lvont:Character ;
    lvont:represents "𧮩"^^xsd:string .

<http://lexvo.org/id/char/27BAA> a lvont:Character ;
    lvont:represents "𧮪"^^xsd:string .

<http://lexvo.org/id/char/27BAC> a lvont:Character ;
    lvont:represents "𧮬"^^xsd:string .

<http://lexvo.org/id/char/27BAD> a lvont:Character ;
    lvont:represents "𧮭"^^xsd:string .

<http://lexvo.org/id/char/27BAE> a lvont:Character ;
    lvont:represents "𧮮"^^xsd:string .

<http://lexvo.org/id/char/27BAF> a lvont:Character ;
    lvont:represents "𧮯"^^xsd:string .

<http://lexvo.org/id/char/27BB> a lvont:Character ;
    lvont:represents "➻"^^xsd:string ;
    rdfs:comment "HEAVY TEARDROP-SHANKED RIGHTWARDS ARROW"@en .

<http://lexvo.org/id/char/27BB0> a lvont:Character ;
    lvont:represents "𧮰"^^xsd:string .

<http://lexvo.org/id/char/27BB1> a lvont:Character ;
    lvont:represents "𧮱"^^xsd:string .

<http://lexvo.org/id/char/27BB2> a lvont:Character ;
    lvont:represents "𧮲"^^xsd:string .

<http://lexvo.org/id/char/27BB3> a lvont:Character ;
    lvont:represents "𧮳"^^xsd:string .

<http://lexvo.org/id/char/27BB4> a lvont:Character ;
    lvont:represents "𧮴"^^xsd:string .

<http://lexvo.org/id/char/27BB5> a lvont:Character ;
    lvont:represents "𧮵"^^xsd:string .

<http://lexvo.org/id/char/27BB6> a lvont:Character ;
    lvont:represents "𧮶"^^xsd:string .

<http://lexvo.org/id/char/27BB7> a lvont:Character ;
    lvont:represents "𧮷"^^xsd:string .

<http://lexvo.org/id/char/27BB8> a lvont:Character ;
    lvont:represents "𧮸"^^xsd:string .

<http://lexvo.org/id/char/27BB9> a lvont:Character ;
    lvont:represents "𧮹"^^xsd:string .

<http://lexvo.org/id/char/27BBA> a lvont:Character ;
    lvont:represents "𧮺"^^xsd:string .

<http://lexvo.org/id/char/27BBB> a lvont:Character ;
    lvont:represents "𧮻"^^xsd:string .

<http://lexvo.org/id/char/27BBC> a lvont:Character ;
    lvont:represents "𧮼"^^xsd:string .

<http://lexvo.org/id/char/27BBD> a lvont:Character ;
    lvont:represents "𧮽"^^xsd:string .

<http://lexvo.org/id/char/27BBE> a lvont:Character ;
    lvont:represents "𧮾"^^xsd:string .

<http://lexvo.org/id/char/27BBF> a lvont:Character ;
    lvont:represents "𧮿"^^xsd:string .

<http://lexvo.org/id/char/27BC> a lvont:Character ;
    lvont:represents "➼"^^xsd:string ;
    rdfs:comment "WEDGE-TAILED RIGHTWARDS ARROW"@en .

<http://lexvo.org/id/char/27BC0> a lvont:Character ;
    lvont:represents "𧯀"^^xsd:string .

<http://lexvo.org/id/char/27BC1> a lvont:Character ;
    lvont:represents "𧯁"^^xsd:string .

<http://lexvo.org/id/char/27BC2> a lvont:Character ;
    lvont:represents "𧯂"^^xsd:string .

<http://lexvo.org/id/char/27BC3> a lvont:Character ;
    lvont:represents "𧯃"^^xsd:string .

<http://lexvo.org/id/char/27BC4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/hang>,
        "𧯄"^^xsd:string .

<http://lexvo.org/id/char/27BC5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/hang>,
        "𧯅"^^xsd:string .

<http://lexvo.org/id/char/27BC6> a lvont:Character ;
    lvont:represents "𧯆"^^xsd:string .

<http://lexvo.org/id/char/27BC7> a lvont:Character ;
    lvont:represents "𧯇"^^xsd:string .

<http://lexvo.org/id/char/27BC8> a lvont:Character ;
    lvont:represents "𧯈"^^xsd:string .

<http://lexvo.org/id/char/27BC9> a lvont:Character ;
    lvont:represents "𧯉"^^xsd:string .

<http://lexvo.org/id/char/27BCA> a lvont:Character ;
    lvont:represents "𧯊"^^xsd:string .

<http://lexvo.org/id/char/27BCB> a lvont:Character ;
    lvont:represents "𧯋"^^xsd:string .

<http://lexvo.org/id/char/27BCC> a lvont:Character ;
    lvont:represents "𧯌"^^xsd:string .

<http://lexvo.org/id/char/27BCD> a lvont:Character ;
    lvont:represents "𧯍"^^xsd:string .

<http://lexvo.org/id/char/27BCE> a lvont:Character ;
    lvont:represents "𧯎"^^xsd:string .

<http://lexvo.org/id/char/27BCF> a lvont:Character ;
    lvont:represents "𧯏"^^xsd:string .

<http://lexvo.org/id/char/27BD> a lvont:Character ;
    lvont:represents "➽"^^xsd:string ;
    rdfs:comment "HEAVY WEDGE-TAILED RIGHTWARDS ARROW"@en .

<http://lexvo.org/id/char/27BD0> a lvont:Character ;
    lvont:represents "𧯐"^^xsd:string .

<http://lexvo.org/id/char/27BD1> a lvont:Character ;
    lvont:represents "𧯑"^^xsd:string .

<http://lexvo.org/id/char/27BD2> a lvont:Character ;
    lvont:represents "𧯒"^^xsd:string .

<http://lexvo.org/id/char/27BD3> a lvont:Character ;
    lvont:represents "𧯓"^^xsd:string .

<http://lexvo.org/id/char/27BD4> a lvont:Character ;
    lvont:represents "𧯔"^^xsd:string .

<http://lexvo.org/id/char/27BD5> a lvont:Character ;
    lvont:represents "𧯕"^^xsd:string .

<http://lexvo.org/id/char/27BD6> a lvont:Character ;
    lvont:represents "𧯖"^^xsd:string .

<http://lexvo.org/id/char/27BD7> a lvont:Character ;
    lvont:represents "𧯗"^^xsd:string .

<http://lexvo.org/id/char/27BD8> a lvont:Character ;
    lvont:represents "𧯘"^^xsd:string .

<http://lexvo.org/id/char/27BD9> a lvont:Character ;
    lvont:represents "𧯙"^^xsd:string .

<http://lexvo.org/id/char/27BDA> a lvont:Character ;
    lvont:represents "𧯚"^^xsd:string .

<http://lexvo.org/id/char/27BDB> a lvont:Character ;
    lvont:represents "𧯛"^^xsd:string .

<http://lexvo.org/id/char/27BDC> a lvont:Character ;
    lvont:represents "𧯜"^^xsd:string .

<http://lexvo.org/id/char/27BDD> a lvont:Character ;
    lvont:represents "𧯝"^^xsd:string .

<http://lexvo.org/id/char/27BDE> a lvont:Character ;
    lvont:represents "𧯞"^^xsd:string .

<http://lexvo.org/id/char/27BDF> a lvont:Character ;
    lvont:represents "𧯟"^^xsd:string .

<http://lexvo.org/id/char/27BE> a lvont:Character ;
    lvont:represents "➾"^^xsd:string ;
    rdfs:comment "OPEN-OUTLINED RIGHTWARDS ARROW"@en .

<http://lexvo.org/id/char/27BE0> a lvont:Character ;
    lvont:represents "𧯠"^^xsd:string .

<http://lexvo.org/id/char/27BE1> a lvont:Character ;
    lvont:represents "𧯡"^^xsd:string .

<http://lexvo.org/id/char/27BE2> a lvont:Character ;
    lvont:represents "𧯢"^^xsd:string .

<http://lexvo.org/id/char/27BE3> a lvont:Character ;
    lvont:represents "𧯣"^^xsd:string .

<http://lexvo.org/id/char/27BE4> a lvont:Character ;
    lvont:represents "𧯤"^^xsd:string .

<http://lexvo.org/id/char/27BE5> a lvont:Character ;
    lvont:represents "𧯥"^^xsd:string .

<http://lexvo.org/id/char/27BE6> a lvont:Character ;
    lvont:represents "𧯦"^^xsd:string .

<http://lexvo.org/id/char/27BE7> a lvont:Character ;
    lvont:represents "𧯧"^^xsd:string .

<http://lexvo.org/id/char/27BE8> a lvont:Character ;
    lvont:represents "𧯨"^^xsd:string .

<http://lexvo.org/id/char/27BE9> a lvont:Character ;
    lvont:represents "𧯩"^^xsd:string .

<http://lexvo.org/id/char/27BEA> a lvont:Character ;
    lvont:represents "𧯪"^^xsd:string .

<http://lexvo.org/id/char/27BEB> a lvont:Character ;
    lvont:represents "𧯫"^^xsd:string .

<http://lexvo.org/id/char/27BEC> a lvont:Character ;
    lvont:represents "𧯬"^^xsd:string .

<http://lexvo.org/id/char/27BED> a lvont:Character ;
    lvont:represents "𧯭"^^xsd:string .

<http://lexvo.org/id/char/27BEE> a lvont:Character ;
    lvont:represents "𧯮"^^xsd:string .

<http://lexvo.org/id/char/27BEF> a lvont:Character ;
    lvont:represents "𧯯"^^xsd:string .

<http://lexvo.org/id/char/27BF> a lvont:Character ;
    lvont:represents "➿"^^xsd:string ;
    rdfs:comment "DOUBLE CURLY LOOP"@en .

<http://lexvo.org/id/char/27BF0> a lvont:Character ;
    lvont:represents "𧯰"^^xsd:string .

<http://lexvo.org/id/char/27BF1> a lvont:Character ;
    lvont:represents "𧯱"^^xsd:string .

<http://lexvo.org/id/char/27BF2> a lvont:Character ;
    lvont:represents "𧯲"^^xsd:string .

<http://lexvo.org/id/char/27BF3> a lvont:Character ;
    lvont:represents "𧯳"^^xsd:string .

<http://lexvo.org/id/char/27BF4> a lvont:Character ;
    lvont:represents "𧯴"^^xsd:string .

<http://lexvo.org/id/char/27BF5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ph%E1%BB%99ng>,
        "𧯵"^^xsd:string .

<http://lexvo.org/id/char/27BF6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/h%C3%A1>,
        "𧯶"^^xsd:string .

<http://lexvo.org/id/char/27BF7> a lvont:Character ;
    lvont:represents "𧯷"^^xsd:string .

<http://lexvo.org/id/char/27BF8> a lvont:Character ;
    lvont:represents "𧯸"^^xsd:string .

<http://lexvo.org/id/char/27BF9> a lvont:Character ;
    lvont:represents "𧯹"^^xsd:string .

<http://lexvo.org/id/char/27BFA> a lvont:Character ;
    lvont:represents "𧯺"^^xsd:string .

<http://lexvo.org/id/char/27BFB> a lvont:Character ;
    lvont:represents "𧯻"^^xsd:string .

<http://lexvo.org/id/char/27BFC> a lvont:Character ;
    lvont:represents "𧯼"^^xsd:string .

<http://lexvo.org/id/char/27BFD> a lvont:Character ;
    lvont:represents "𧯽"^^xsd:string .

<http://lexvo.org/id/char/27BFE> a lvont:Character ;
    lvont:represents "𧯾"^^xsd:string .

<http://lexvo.org/id/char/27BFF> a lvont:Character ;
    lvont:represents "𧯿"^^xsd:string .

<http://lexvo.org/id/char/27C0> a lvont:Character ;
    lvont:represents "⟀"^^xsd:string ;
    rdfs:comment "THREE DIMENSIONAL ANGLE"@en .

<http://lexvo.org/id/char/27C00> a lvont:Character ;
    lvont:represents "𧰀"^^xsd:string .

<http://lexvo.org/id/char/27C01> a lvont:Character ;
    lvont:represents "𧰁"^^xsd:string .

<http://lexvo.org/id/char/27C02> a lvont:Character ;
    lvont:represents "𧰂"^^xsd:string .

<http://lexvo.org/id/char/27C03> a lvont:Character ;
    lvont:represents "𧰃"^^xsd:string .

<http://lexvo.org/id/char/27C04> a lvont:Character ;
    lvont:represents "𧰄"^^xsd:string .

<http://lexvo.org/id/char/27C05> a lvont:Character ;
    lvont:represents "𧰅"^^xsd:string .

<http://lexvo.org/id/char/27C06> a lvont:Character ;
    lvont:represents "𧰆"^^xsd:string .

<http://lexvo.org/id/char/27C07> a lvont:Character ;
    lvont:represents "𧰇"^^xsd:string .

<http://lexvo.org/id/char/27C08> a lvont:Character ;
    lvont:represents "𧰈"^^xsd:string .

<http://lexvo.org/id/char/27C09> a lvont:Character ;
    lvont:represents "𧰉"^^xsd:string .

<http://lexvo.org/id/char/27C0A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%F0%A7%B0%8A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ti%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tin4>,
        <http://lexvo.org/id/term/yue/%F0%A7%B0%8A>,
        "𧰊"^^xsd:string ;
    rdfs:comment "a rumbling sound"@en .

<http://lexvo.org/id/char/27C0B> a lvont:Character ;
    lvont:represents "𧰋"^^xsd:string .

<http://lexvo.org/id/char/27C0C> a lvont:Character ;
    lvont:represents "𧰌"^^xsd:string .

<http://lexvo.org/id/char/27C0D> a lvont:Character ;
    lvont:represents "𧰍"^^xsd:string .

<http://lexvo.org/id/char/27C0E> a lvont:Character ;
    lvont:represents "𧰎"^^xsd:string .

<http://lexvo.org/id/char/27C0F> a lvont:Character ;
    lvont:represents "𧰏"^^xsd:string .

<http://lexvo.org/id/char/27C1> a lvont:Character ;
    lvont:represents "⟁"^^xsd:string ;
    rdfs:comment "WHITE TRIANGLE CONTAINING SMALL WHITE TRIANGLE"@en .

<http://lexvo.org/id/char/27C10> a lvont:Character ;
    lvont:represents "𧰐"^^xsd:string .

<http://lexvo.org/id/char/27C11> a lvont:Character ;
    lvont:represents "𧰑"^^xsd:string .

<http://lexvo.org/id/char/27C12> a lvont:Character ;
    lvont:represents "𧰒"^^xsd:string .

<http://lexvo.org/id/char/27C13> a lvont:Character ;
    lvont:represents "𧰓"^^xsd:string .

<http://lexvo.org/id/char/27C14> a lvont:Character ;
    lvont:represents "𧰔"^^xsd:string .

<http://lexvo.org/id/char/27C15> a lvont:Character ;
    lvont:represents "𧰕"^^xsd:string .

<http://lexvo.org/id/char/27C16> a lvont:Character ;
    lvont:represents "𧰖"^^xsd:string .

<http://lexvo.org/id/char/27C17> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/n%C3%A0nh>,
        "𧰗"^^xsd:string .

<http://lexvo.org/id/char/27C18> a lvont:Character ;
    lvont:represents "𧰘"^^xsd:string .

<http://lexvo.org/id/char/27C19> a lvont:Character ;
    lvont:represents "𧰙"^^xsd:string .

<http://lexvo.org/id/char/27C1A> a lvont:Character ;
    lvont:represents "𧰚"^^xsd:string .

<http://lexvo.org/id/char/27C1B> a lvont:Character ;
    lvont:represents "𧰛"^^xsd:string .

<http://lexvo.org/id/char/27C1C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ch%C3%B2ng>,
        "𧰜"^^xsd:string .

<http://lexvo.org/id/char/27C1D> a lvont:Character ;
    lvont:represents "𧰝"^^xsd:string .

<http://lexvo.org/id/char/27C1E> a lvont:Character ;
    lvont:represents "𧰞"^^xsd:string .

<http://lexvo.org/id/char/27C1F> a lvont:Character ;
    lvont:represents "𧰟"^^xsd:string .

<http://lexvo.org/id/char/27C2> a lvont:Character ;
    lvont:represents "⟂"^^xsd:string ;
    rdfs:comment "PERPENDICULAR"@en .

<http://lexvo.org/id/char/27C20> a lvont:Character ;
    lvont:represents "𧰠"^^xsd:string .

<http://lexvo.org/id/char/27C21> a lvont:Character ;
    lvont:represents "𧰡"^^xsd:string .

<http://lexvo.org/id/char/27C22> a lvont:Character ;
    lvont:represents "𧰢"^^xsd:string .

<http://lexvo.org/id/char/27C23> a lvont:Character ;
    lvont:represents "𧰣"^^xsd:string .

<http://lexvo.org/id/char/27C24> a lvont:Character ;
    lvont:represents "𧰤"^^xsd:string .

<http://lexvo.org/id/char/27C25> a lvont:Character ;
    lvont:represents "𧰥"^^xsd:string .

<http://lexvo.org/id/char/27C26> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/%E1%BB%A5t>,
        "𧰦"^^xsd:string .

<http://lexvo.org/id/char/27C29> a lvont:Character ;
    lvont:represents "𧰩"^^xsd:string .

<http://lexvo.org/id/char/27C2A> a lvont:Character ;
    lvont:represents "𧰪"^^xsd:string .

<http://lexvo.org/id/char/27C2B> a lvont:Character ;
    lvont:represents "𧰫"^^xsd:string .

<http://lexvo.org/id/char/27C2C> a lvont:Character ;
    lvont:represents "𧰬"^^xsd:string .

<http://lexvo.org/id/char/27C2D> a lvont:Character ;
    lvont:represents "𧰭"^^xsd:string .

<http://lexvo.org/id/char/27C2E> a lvont:Character ;
    lvont:represents "𧰮"^^xsd:string .

<http://lexvo.org/id/char/27C2F> a lvont:Character ;
    lvont:represents "𧰯"^^xsd:string .

<http://lexvo.org/id/char/27C3> a lvont:Character ;
    lvont:represents "⟃"^^xsd:string ;
    rdfs:comment "OPEN SUBSET"@en .

<http://lexvo.org/id/char/27C30> a lvont:Character ;
    lvont:represents "𧰰"^^xsd:string .

<http://lexvo.org/id/char/27C31> a lvont:Character ;
    lvont:represents "𧰱"^^xsd:string .

<http://lexvo.org/id/char/27C32> a lvont:Character ;
    lvont:represents "𧰲"^^xsd:string .

<http://lexvo.org/id/char/27C33> a lvont:Character ;
    lvont:represents "𧰳"^^xsd:string .

<http://lexvo.org/id/char/27C34> a lvont:Character ;
    lvont:represents "𧰴"^^xsd:string .

<http://lexvo.org/id/char/27C35> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C5%AB>,
        "𧰵"^^xsd:string .

<http://lexvo.org/id/char/27C36> a lvont:Character ;
    lvont:represents "𧰶"^^xsd:string .

<http://lexvo.org/id/char/27C37> a lvont:Character ;
    lvont:represents "𧰷"^^xsd:string .

<http://lexvo.org/id/char/27C38> a lvont:Character ;
    lvont:represents "𧰸"^^xsd:string .

<http://lexvo.org/id/char/27C39> a lvont:Character ;
    lvont:represents "𧰹"^^xsd:string .

<http://lexvo.org/id/char/27C3A> a lvont:Character ;
    lvont:represents "𧰺"^^xsd:string .

<http://lexvo.org/id/char/27C3B> a lvont:Character ;
    lvont:represents "𧰻"^^xsd:string .

<http://lexvo.org/id/char/27C3C> a lvont:Character ;
    lvont:represents "𧰼"^^xsd:string .

<http://lexvo.org/id/char/27C3D> a lvont:Character ;
    lvont:represents "𧰽"^^xsd:string .

<http://lexvo.org/id/char/27C3E> a lvont:Character ;
    lvont:represents "𧰾"^^xsd:string .

<http://lexvo.org/id/char/27C3F> a lvont:Character ;
    lvont:represents "𧰿"^^xsd:string .

<http://lexvo.org/id/char/27C4> a lvont:Character ;
    lvont:represents "⟄"^^xsd:string ;
    rdfs:comment "OPEN SUPERSET"@en .

<http://lexvo.org/id/char/27C40> a lvont:Character ;
    lvont:represents "𧱀"^^xsd:string .

<http://lexvo.org/id/char/27C41> a lvont:Character ;
    lvont:represents "𧱁"^^xsd:string .

<http://lexvo.org/id/char/27C42> a lvont:Character ;
    lvont:represents "𧱂"^^xsd:string .

<http://lexvo.org/id/char/27C43> a lvont:Character ;
    lvont:represents "𧱃"^^xsd:string .

<http://lexvo.org/id/char/27C44> a lvont:Character ;
    lvont:represents "𧱄"^^xsd:string .

<http://lexvo.org/id/char/27C45> a lvont:Character ;
    lvont:represents "𧱅"^^xsd:string .

<http://lexvo.org/id/char/27C46> a lvont:Character ;
    lvont:represents "𧱆"^^xsd:string .

<http://lexvo.org/id/char/27C47> a lvont:Character ;
    lvont:represents "𧱇"^^xsd:string .

<http://lexvo.org/id/char/27C48> a lvont:Character ;
    lvont:represents "𧱈"^^xsd:string .

<http://lexvo.org/id/char/27C49> a lvont:Character ;
    lvont:represents "𧱉"^^xsd:string .

<http://lexvo.org/id/char/27C4A> a lvont:Character ;
    lvont:represents "𧱊"^^xsd:string .

<http://lexvo.org/id/char/27C4B> a lvont:Character ;
    lvont:represents "𧱋"^^xsd:string .

<http://lexvo.org/id/char/27C4C> a lvont:Character ;
    lvont:represents "𧱌"^^xsd:string .

<http://lexvo.org/id/char/27C4D> a lvont:Character ;
    lvont:represents "𧱍"^^xsd:string .

<http://lexvo.org/id/char/27C4E> a lvont:Character ;
    lvont:represents "𧱎"^^xsd:string .

<http://lexvo.org/id/char/27C4F> a lvont:Character ;
    lvont:represents "𧱏"^^xsd:string .

<http://lexvo.org/id/char/27C5> a lvont:Character ;
    lvont:represents "⟅"^^xsd:string ;
    rdfs:comment "LEFT S-SHAPED BAG DELIMITER"@en .

<http://lexvo.org/id/char/27C50> a lvont:Character ;
    lvont:represents "𧱐"^^xsd:string .

<http://lexvo.org/id/char/27C51> a lvont:Character ;
    lvont:represents "𧱑"^^xsd:string .

<http://lexvo.org/id/char/27C52> a lvont:Character ;
    lvont:represents "𧱒"^^xsd:string .

<http://lexvo.org/id/char/27C53> a lvont:Character ;
    lvont:represents "𧱓"^^xsd:string .

<http://lexvo.org/id/char/27C54> a lvont:Character ;
    lvont:represents "𧱔"^^xsd:string .

<http://lexvo.org/id/char/27C55> a lvont:Character ;
    lvont:represents "𧱕"^^xsd:string .

<http://lexvo.org/id/char/27C56> a lvont:Character ;
    lvont:represents "𧱖"^^xsd:string .

<http://lexvo.org/id/char/27C57> a lvont:Character ;
    lvont:represents "𧱗"^^xsd:string .

<http://lexvo.org/id/char/27C58> a lvont:Character ;
    lvont:represents "𧱘"^^xsd:string .

<http://lexvo.org/id/char/27C59> a lvont:Character ;
    lvont:represents "𧱙"^^xsd:string .

<http://lexvo.org/id/char/27C5A> a lvont:Character ;
    lvont:represents "𧱚"^^xsd:string .

<http://lexvo.org/id/char/27C5B> a lvont:Character ;
    lvont:represents "𧱛"^^xsd:string .

<http://lexvo.org/id/char/27C5C> a lvont:Character ;
    lvont:represents "𧱜"^^xsd:string .

<http://lexvo.org/id/char/27C5D> a lvont:Character ;
    lvont:represents "𧱝"^^xsd:string .

<http://lexvo.org/id/char/27C5E> a lvont:Character ;
    lvont:represents "𧱞"^^xsd:string .

<http://lexvo.org/id/char/27C5F> a lvont:Character ;
    lvont:represents "𧱟"^^xsd:string .

<http://lexvo.org/id/char/27C6> a lvont:Character ;
    lvont:represents "⟆"^^xsd:string ;
    rdfs:comment "RIGHT S-SHAPED BAG DELIMITER"@en .

<http://lexvo.org/id/char/27C60> a lvont:Character ;
    lvont:represents "𧱠"^^xsd:string .

<http://lexvo.org/id/char/27C61> a lvont:Character ;
    lvont:represents "𧱡"^^xsd:string .

<http://lexvo.org/id/char/27C62> a lvont:Character ;
    lvont:represents "𧱢"^^xsd:string .

<http://lexvo.org/id/char/27C63> a lvont:Character ;
    lvont:represents "𧱣"^^xsd:string .

<http://lexvo.org/id/char/27C64> a lvont:Character ;
    lvont:represents "𧱤"^^xsd:string .

<http://lexvo.org/id/char/27C65> a lvont:Character ;
    lvont:represents "𧱥"^^xsd:string .

<http://lexvo.org/id/char/27C66> a lvont:Character ;
    lvont:represents "𧱦"^^xsd:string .

<http://lexvo.org/id/char/27C67> a lvont:Character ;
    lvont:represents "𧱧"^^xsd:string .

<http://lexvo.org/id/char/27C68> a lvont:Character ;
    lvont:represents "𧱨"^^xsd:string .

<http://lexvo.org/id/char/27C69> a lvont:Character ;
    lvont:represents "𧱩"^^xsd:string .

<http://lexvo.org/id/char/27C6A> a lvont:Character ;
    lvont:represents "𧱪"^^xsd:string .

<http://lexvo.org/id/char/27C6B> a lvont:Character ;
    lvont:represents "𧱫"^^xsd:string .

<http://lexvo.org/id/char/27C6C> a lvont:Character ;
    lvont:represents "𧱬"^^xsd:string .

<http://lexvo.org/id/char/27C6D> a lvont:Character ;
    lvont:represents "𧱭"^^xsd:string .

<http://lexvo.org/id/char/27C6E> a lvont:Character ;
    lvont:represents "𧱮"^^xsd:string .

<http://lexvo.org/id/char/27C6F> a lvont:Character ;
    lvont:represents "𧱯"^^xsd:string .

<http://lexvo.org/id/char/27C7> a lvont:Character ;
    lvont:represents "⟇"^^xsd:string ;
    rdfs:comment "OR WITH DOT INSIDE"@en .

<http://lexvo.org/id/char/27C70> a lvont:Character ;
    lvont:represents "𧱰"^^xsd:string .

<http://lexvo.org/id/char/27C71> a lvont:Character ;
    lvont:represents "𧱱"^^xsd:string .

<http://lexvo.org/id/char/27C72> a lvont:Character ;
    lvont:represents "𧱲"^^xsd:string .

<http://lexvo.org/id/char/27C73> a lvont:Character ;
    lvont:represents "𧱳"^^xsd:string .

<http://lexvo.org/id/char/27C74> a lvont:Character ;
    lvont:represents "𧱴"^^xsd:string .

<http://lexvo.org/id/char/27C75> a lvont:Character ;
    lvont:represents "𧱵"^^xsd:string .

<http://lexvo.org/id/char/27C76> a lvont:Character ;
    lvont:represents "𧱶"^^xsd:string .

<http://lexvo.org/id/char/27C77> a lvont:Character ;
    lvont:represents "𧱷"^^xsd:string .

<http://lexvo.org/id/char/27C78> a lvont:Character ;
    lvont:represents "𧱸"^^xsd:string .

<http://lexvo.org/id/char/27C79> a lvont:Character ;
    lvont:represents "𧱹"^^xsd:string .

<http://lexvo.org/id/char/27C7A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/%E1%BB%B7>,
        "𧱺"^^xsd:string .

<http://lexvo.org/id/char/27C7B> a lvont:Character ;
    lvont:represents "𧱻"^^xsd:string .

<http://lexvo.org/id/char/27C7C> a lvont:Character ;
    lvont:represents "𧱼"^^xsd:string .

<http://lexvo.org/id/char/27C7D> a lvont:Character ;
    lvont:represents "𧱽"^^xsd:string .

<http://lexvo.org/id/char/27C7E> a lvont:Character ;
    lvont:represents "𧱾"^^xsd:string .

<http://lexvo.org/id/char/27C7F> a lvont:Character ;
    lvont:represents "𧱿"^^xsd:string .

<http://lexvo.org/id/char/27C8> a lvont:Character ;
    lvont:represents "⟈"^^xsd:string ;
    rdfs:comment "REVERSE SOLIDUS PRECEDING SUBSET"@en .

<http://lexvo.org/id/char/27C80> a lvont:Character ;
    lvont:represents "𧲀"^^xsd:string .

<http://lexvo.org/id/char/27C81> a lvont:Character ;
    lvont:represents "𧲁"^^xsd:string .

<http://lexvo.org/id/char/27C82> a lvont:Character ;
    lvont:represents "𧲂"^^xsd:string .

<http://lexvo.org/id/char/27C83> a lvont:Character ;
    lvont:represents "𧲃"^^xsd:string .

<http://lexvo.org/id/char/27C84> a lvont:Character ;
    lvont:represents "𧲄"^^xsd:string .

<http://lexvo.org/id/char/27C85> a lvont:Character ;
    lvont:represents "𧲅"^^xsd:string .

<http://lexvo.org/id/char/27C86> a lvont:Character ;
    lvont:represents "𧲆"^^xsd:string .

<http://lexvo.org/id/char/27C87> a lvont:Character ;
    lvont:represents "𧲇"^^xsd:string .

<http://lexvo.org/id/char/27C88> a lvont:Character ;
    lvont:represents "𧲈"^^xsd:string .

<http://lexvo.org/id/char/27C89> a lvont:Character ;
    lvont:represents "𧲉"^^xsd:string .

<http://lexvo.org/id/char/27C8A> a lvont:Character ;
    lvont:represents "𧲊"^^xsd:string .

<http://lexvo.org/id/char/27C8B> a lvont:Character ;
    lvont:represents "𧲋"^^xsd:string .

<http://lexvo.org/id/char/27C8C> a lvont:Character ;
    lvont:represents "𧲌"^^xsd:string .

<http://lexvo.org/id/char/27C8D> a lvont:Character ;
    lvont:represents "𧲍"^^xsd:string .

<http://lexvo.org/id/char/27C8E> a lvont:Character ;
    lvont:represents "𧲎"^^xsd:string .

<http://lexvo.org/id/char/27C8F> a lvont:Character ;
    lvont:represents "𧲏"^^xsd:string .

<http://lexvo.org/id/char/27C9> a lvont:Character ;
    lvont:represents "⟉"^^xsd:string ;
    rdfs:comment "SUPERSET PRECEDING SOLIDUS"@en .

<http://lexvo.org/id/char/27C90> a lvont:Character ;
    lvont:represents "𧲐"^^xsd:string .

<http://lexvo.org/id/char/27C91> a lvont:Character ;
    lvont:represents "𧲑"^^xsd:string .

<http://lexvo.org/id/char/27C92> a lvont:Character ;
    lvont:represents "𧲒"^^xsd:string .

<http://lexvo.org/id/char/27C93> a lvont:Character ;
    lvont:represents "𧲓"^^xsd:string .

<http://lexvo.org/id/char/27C94> a lvont:Character ;
    lvont:represents "𧲔"^^xsd:string .

<http://lexvo.org/id/char/27C95> a lvont:Character ;
    lvont:represents "𧲕"^^xsd:string .

<http://lexvo.org/id/char/27C96> a lvont:Character ;
    lvont:represents "𧲖"^^xsd:string .

<http://lexvo.org/id/char/27C97> a lvont:Character ;
    lvont:represents "𧲗"^^xsd:string .

<http://lexvo.org/id/char/27C98> a lvont:Character ;
    lvont:represents "𧲘"^^xsd:string .

<http://lexvo.org/id/char/27C99> a lvont:Character ;
    lvont:represents "𧲙"^^xsd:string .

<http://lexvo.org/id/char/27C9A> a lvont:Character ;
    lvont:represents "𧲚"^^xsd:string .

<http://lexvo.org/id/char/27C9B> a lvont:Character ;
    lvont:represents "𧲛"^^xsd:string .

<http://lexvo.org/id/char/27C9C> a lvont:Character ;
    lvont:represents "𧲜"^^xsd:string .

<http://lexvo.org/id/char/27C9D> a lvont:Character ;
    lvont:represents "𧲝"^^xsd:string .

<http://lexvo.org/id/char/27C9E> a lvont:Character ;
    lvont:represents "𧲞"^^xsd:string .

<http://lexvo.org/id/char/27C9F> a lvont:Character ;
    lvont:represents "𧲟"^^xsd:string .

<http://lexvo.org/id/char/27CA> a lvont:Character ;
    lvont:represents "⟊"^^xsd:string ;
    rdfs:comment "VERTICAL BAR WITH HORIZONTAL STROKE"@en .

<http://lexvo.org/id/char/27CA0> a lvont:Character ;
    lvont:represents "𧲠"^^xsd:string .

<http://lexvo.org/id/char/27CA1> a lvont:Character ;
    lvont:represents "𧲡"^^xsd:string .

<http://lexvo.org/id/char/27CA2> a lvont:Character ;
    lvont:represents "𧲢"^^xsd:string .

<http://lexvo.org/id/char/27CA3> a lvont:Character ;
    lvont:represents "𧲣"^^xsd:string .

<http://lexvo.org/id/char/27CA4> a lvont:Character ;
    lvont:represents "𧲤"^^xsd:string .

<http://lexvo.org/id/char/27CA5> a lvont:Character ;
    lvont:represents "𧲥"^^xsd:string .

<http://lexvo.org/id/char/27CA6> a lvont:Character ;
    lvont:represents "𧲦"^^xsd:string .

<http://lexvo.org/id/char/27CA7> a lvont:Character ;
    lvont:represents "𧲧"^^xsd:string .

<http://lexvo.org/id/char/27CA8> a lvont:Character ;
    lvont:represents "𧲨"^^xsd:string .

<http://lexvo.org/id/char/27CA9> a lvont:Character ;
    lvont:represents "𧲩"^^xsd:string .

<http://lexvo.org/id/char/27CAA> a lvont:Character ;
    lvont:represents "𧲪"^^xsd:string .

<http://lexvo.org/id/char/27CAB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/c%E1%BB%8Dp>,
        "𧲫"^^xsd:string .

<http://lexvo.org/id/char/27CAC> a lvont:Character ;
    lvont:represents "𧲬"^^xsd:string .

<http://lexvo.org/id/char/27CAD> a lvont:Character ;
    lvont:represents "𧲭"^^xsd:string .

<http://lexvo.org/id/char/27CAE> a lvont:Character ;
    lvont:represents "𧲮"^^xsd:string .

<http://lexvo.org/id/char/27CAF> a lvont:Character ;
    lvont:represents "𧲯"^^xsd:string .

<http://lexvo.org/id/char/27CB> a lvont:Character ;
    lvont:represents "⟋"^^xsd:string ;
    rdfs:comment "MATHEMATICAL RISING DIAGONAL"@en .

<http://lexvo.org/id/char/27CB0> a lvont:Character ;
    lvont:represents "𧲰"^^xsd:string .

<http://lexvo.org/id/char/27CB1> a lvont:Character ;
    lvont:represents "𧲱"^^xsd:string .

<http://lexvo.org/id/char/27CB2> a lvont:Character ;
    lvont:represents "𧲲"^^xsd:string .

<http://lexvo.org/id/char/27CB3> a lvont:Character ;
    lvont:represents "𧲳"^^xsd:string .

<http://lexvo.org/id/char/27CB4> a lvont:Character ;
    lvont:represents "𧲴"^^xsd:string .

<http://lexvo.org/id/char/27CB5> a lvont:Character ;
    lvont:represents "𧲵"^^xsd:string .

<http://lexvo.org/id/char/27CB6> a lvont:Character ;
    lvont:represents "𧲶"^^xsd:string .

<http://lexvo.org/id/char/27CB7> a lvont:Character ;
    lvont:represents "𧲷"^^xsd:string .

<http://lexvo.org/id/char/27CB8> a lvont:Character ;
    lvont:represents "𧲸"^^xsd:string .

<http://lexvo.org/id/char/27CB9> a lvont:Character ;
    lvont:represents "𧲹"^^xsd:string .

<http://lexvo.org/id/char/27CBA> a lvont:Character ;
    lvont:represents "𧲺"^^xsd:string .

<http://lexvo.org/id/char/27CBB> a lvont:Character ;
    lvont:represents "𧲻"^^xsd:string .

<http://lexvo.org/id/char/27CBC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/beo>,
        "𧲼"^^xsd:string .

<http://lexvo.org/id/char/27CBD> a lvont:Character ;
    lvont:represents "𧲽"^^xsd:string .

<http://lexvo.org/id/char/27CBE> a lvont:Character ;
    lvont:represents "𧲾"^^xsd:string .

<http://lexvo.org/id/char/27CBF> a lvont:Character ;
    lvont:represents "𧲿"^^xsd:string .

<http://lexvo.org/id/char/27CC> a lvont:Character ;
    lvont:represents "⟌"^^xsd:string ;
    rdfs:comment "LONG DIVISION"@en .

<http://lexvo.org/id/char/27CC0> a lvont:Character ;
    lvont:represents "𧳀"^^xsd:string .

<http://lexvo.org/id/char/27CC1> a lvont:Character ;
    lvont:represents "𧳁"^^xsd:string .

<http://lexvo.org/id/char/27CC2> a lvont:Character ;
    lvont:represents "𧳂"^^xsd:string .

<http://lexvo.org/id/char/27CC3> a lvont:Character ;
    lvont:represents "𧳃"^^xsd:string .

<http://lexvo.org/id/char/27CC4> a lvont:Character ;
    lvont:represents "𧳄"^^xsd:string .

<http://lexvo.org/id/char/27CC5> a lvont:Character ;
    lvont:represents "𧳅"^^xsd:string .

<http://lexvo.org/id/char/27CC6> a lvont:Character ;
    lvont:represents "𧳆"^^xsd:string .

<http://lexvo.org/id/char/27CC7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/c%E1%BB%8Dp>,
        "𧳇"^^xsd:string .

<http://lexvo.org/id/char/27CC8> a lvont:Character ;
    lvont:represents "𧳈"^^xsd:string .

<http://lexvo.org/id/char/27CC9> a lvont:Character ;
    lvont:represents "𧳉"^^xsd:string .

<http://lexvo.org/id/char/27CCA> a lvont:Character ;
    lvont:represents "𧳊"^^xsd:string .

<http://lexvo.org/id/char/27CCB> a lvont:Character ;
    lvont:represents "𧳋"^^xsd:string .

<http://lexvo.org/id/char/27CCC> a lvont:Character ;
    lvont:represents "𧳌"^^xsd:string .

<http://lexvo.org/id/char/27CCD> a lvont:Character ;
    lvont:represents "𧳍"^^xsd:string .

<http://lexvo.org/id/char/27CCE> a lvont:Character ;
    lvont:represents "𧳎"^^xsd:string .

<http://lexvo.org/id/char/27CCF> a lvont:Character ;
    lvont:represents "𧳏"^^xsd:string .

<http://lexvo.org/id/char/27CD> a lvont:Character ;
    lvont:represents "⟍"^^xsd:string ;
    rdfs:comment "MATHEMATICAL FALLING DIAGONAL"@en .

<http://lexvo.org/id/char/27CD0> a lvont:Character ;
    lvont:represents "𧳐"^^xsd:string .

<http://lexvo.org/id/char/27CD1> a lvont:Character ;
    lvont:represents "𧳑"^^xsd:string .

<http://lexvo.org/id/char/27CD2> a lvont:Character ;
    lvont:represents "𧳒"^^xsd:string .

<http://lexvo.org/id/char/27CD3> a lvont:Character ;
    lvont:represents "𧳓"^^xsd:string .

<http://lexvo.org/id/char/27CD4> a lvont:Character ;
    lvont:represents "𧳔"^^xsd:string .

<http://lexvo.org/id/char/27CD5> a lvont:Character ;
    lvont:represents "𧳕"^^xsd:string .

<http://lexvo.org/id/char/27CD6> a lvont:Character ;
    lvont:represents "𧳖"^^xsd:string .

<http://lexvo.org/id/char/27CD7> a lvont:Character ;
    lvont:represents "𧳗"^^xsd:string .

<http://lexvo.org/id/char/27CD8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/h%C3%B9m>,
        "𧳘"^^xsd:string .

<http://lexvo.org/id/char/27CD9> a lvont:Character ;
    lvont:represents "𧳙"^^xsd:string .

<http://lexvo.org/id/char/27CDA> a lvont:Character ;
    lvont:represents "𧳚"^^xsd:string .

<http://lexvo.org/id/char/27CDB> a lvont:Character ;
    lvont:represents "𧳛"^^xsd:string .

<http://lexvo.org/id/char/27CDC> a lvont:Character ;
    lvont:represents "𧳜"^^xsd:string .

<http://lexvo.org/id/char/27CDD> a lvont:Character ;
    lvont:represents "𧳝"^^xsd:string .

<http://lexvo.org/id/char/27CDE> a lvont:Character ;
    lvont:represents "𧳞"^^xsd:string .

<http://lexvo.org/id/char/27CDF> a lvont:Character ;
    lvont:represents "𧳟"^^xsd:string .

<http://lexvo.org/id/char/27CE> a lvont:Character ;
    lvont:represents "⟎"^^xsd:string ;
    rdfs:comment "SQUARED LOGICAL AND"@en .

<http://lexvo.org/id/char/27CE0> a lvont:Character ;
    lvont:represents "𧳠"^^xsd:string .

<http://lexvo.org/id/char/27CE1> a lvont:Character ;
    lvont:represents "𧳡"^^xsd:string .

<http://lexvo.org/id/char/27CE2> a lvont:Character ;
    lvont:represents "𧳢"^^xsd:string .

<http://lexvo.org/id/char/27CE3> a lvont:Character ;
    lvont:represents "𧳣"^^xsd:string .

<http://lexvo.org/id/char/27CE4> a lvont:Character ;
    lvont:represents "𧳤"^^xsd:string .

<http://lexvo.org/id/char/27CE5> a lvont:Character ;
    lvont:represents "𧳥"^^xsd:string .

<http://lexvo.org/id/char/27CE6> a lvont:Character ;
    lvont:represents "𧳦"^^xsd:string .

<http://lexvo.org/id/char/27CE7> a lvont:Character ;
    lvont:represents "𧳧"^^xsd:string .

<http://lexvo.org/id/char/27CE8> a lvont:Character ;
    lvont:represents "𧳨"^^xsd:string .

<http://lexvo.org/id/char/27CE9> a lvont:Character ;
    lvont:represents "𧳩"^^xsd:string .

<http://lexvo.org/id/char/27CEA> a lvont:Character ;
    lvont:represents "𧳪"^^xsd:string .

<http://lexvo.org/id/char/27CEB> a lvont:Character ;
    lvont:represents "𧳫"^^xsd:string .

<http://lexvo.org/id/char/27CEC> a lvont:Character ;
    lvont:represents "𧳬"^^xsd:string .

<http://lexvo.org/id/char/27CED> a lvont:Character ;
    lvont:represents "𧳭"^^xsd:string .

<http://lexvo.org/id/char/27CEE> a lvont:Character ;
    lvont:represents "𧳮"^^xsd:string .

<http://lexvo.org/id/char/27CEF> a lvont:Character ;
    lvont:represents "𧳯"^^xsd:string .

<http://lexvo.org/id/char/27CF> a lvont:Character ;
    lvont:represents "⟏"^^xsd:string ;
    rdfs:comment "SQUARED LOGICAL OR"@en .

<http://lexvo.org/id/char/27CF0> a lvont:Character ;
    lvont:represents "𧳰"^^xsd:string .

<http://lexvo.org/id/char/27CF1> a lvont:Character ;
    lvont:represents "𧳱"^^xsd:string .

<http://lexvo.org/id/char/27CF2> a lvont:Character ;
    lvont:represents "𧳲"^^xsd:string .

<http://lexvo.org/id/char/27CF3> a lvont:Character ;
    lvont:represents "𧳳"^^xsd:string .

<http://lexvo.org/id/char/27CF4> a lvont:Character ;
    lvont:represents "𧳴"^^xsd:string .

<http://lexvo.org/id/char/27CF5> a lvont:Character ;
    lvont:represents "𧳵"^^xsd:string .

<http://lexvo.org/id/char/27CF6> a lvont:Character ;
    lvont:represents "𧳶"^^xsd:string .

<http://lexvo.org/id/char/27CF7> a lvont:Character ;
    lvont:represents "𧳷"^^xsd:string .

<http://lexvo.org/id/char/27CF8> a lvont:Character ;
    lvont:represents "𧳸"^^xsd:string .

<http://lexvo.org/id/char/27CF9> a lvont:Character ;
    lvont:represents "𧳹"^^xsd:string .

<http://lexvo.org/id/char/27CFA> a lvont:Character ;
    lvont:represents "𧳺"^^xsd:string .

<http://lexvo.org/id/char/27CFB> a lvont:Character ;
    lvont:represents "𧳻"^^xsd:string .

<http://lexvo.org/id/char/27CFC> a lvont:Character ;
    lvont:represents "𧳼"^^xsd:string .

<http://lexvo.org/id/char/27CFD> a lvont:Character ;
    lvont:represents "𧳽"^^xsd:string .

<http://lexvo.org/id/char/27CFE> a lvont:Character ;
    lvont:represents "𧳾"^^xsd:string .

<http://lexvo.org/id/char/27CFF> a lvont:Character ;
    lvont:represents "𧳿"^^xsd:string .

<http://lexvo.org/id/char/27D0> a lvont:Character ;
    lvont:represents "⟐"^^xsd:string ;
    rdfs:comment "WHITE DIAMOND WITH CENTRED DOT"@en .

<http://lexvo.org/id/char/27D00> a lvont:Character ;
    lvont:represents "𧴀"^^xsd:string .

<http://lexvo.org/id/char/27D01> a lvont:Character ;
    lvont:represents "𧴁"^^xsd:string .

<http://lexvo.org/id/char/27D02> a lvont:Character ;
    lvont:represents "𧴂"^^xsd:string .

<http://lexvo.org/id/char/27D03> a lvont:Character ;
    lvont:represents "𧴃"^^xsd:string .

<http://lexvo.org/id/char/27D04> a lvont:Character ;
    lvont:represents "𧴄"^^xsd:string .

<http://lexvo.org/id/char/27D05> a lvont:Character ;
    lvont:represents "𧴅"^^xsd:string .

<http://lexvo.org/id/char/27D06> a lvont:Character ;
    lvont:represents "𧴆"^^xsd:string .

<http://lexvo.org/id/char/27D07> a lvont:Character ;
    lvont:represents "𧴇"^^xsd:string .

<http://lexvo.org/id/char/27D08> a lvont:Character ;
    lvont:represents "𧴈"^^xsd:string .

<http://lexvo.org/id/char/27D09> a lvont:Character ;
    lvont:represents "𧴉"^^xsd:string .

<http://lexvo.org/id/char/27D0A> a lvont:Character ;
    lvont:represents "𧴊"^^xsd:string .

<http://lexvo.org/id/char/27D0B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/beo>,
        "𧴋"^^xsd:string .

<http://lexvo.org/id/char/27D0C> a lvont:Character ;
    lvont:represents "𧴌"^^xsd:string .

<http://lexvo.org/id/char/27D0D> a lvont:Character ;
    lvont:represents "𧴍"^^xsd:string .

<http://lexvo.org/id/char/27D0E> a lvont:Character ;
    lvont:represents "𧴎"^^xsd:string .

<http://lexvo.org/id/char/27D0F> a lvont:Character ;
    lvont:represents "𧴏"^^xsd:string .

<http://lexvo.org/id/char/27D1> a lvont:Character ;
    lvont:represents "⟑"^^xsd:string ;
    rdfs:comment "AND WITH DOT"@en .

<http://lexvo.org/id/char/27D10> a lvont:Character ;
    lvont:represents "𧴐"^^xsd:string .

<http://lexvo.org/id/char/27D11> a lvont:Character ;
    lvont:represents "𧴑"^^xsd:string .

<http://lexvo.org/id/char/27D12> a lvont:Character ;
    lvont:represents "𧴒"^^xsd:string .

<http://lexvo.org/id/char/27D13> a lvont:Character ;
    lvont:represents "𧴓"^^xsd:string .

<http://lexvo.org/id/char/27D14> a lvont:Character ;
    lvont:represents "𧴔"^^xsd:string .

<http://lexvo.org/id/char/27D15> a lvont:Character ;
    lvont:represents "𧴕"^^xsd:string .

<http://lexvo.org/id/char/27D16> a lvont:Character ;
    lvont:represents "𧴖"^^xsd:string .

<http://lexvo.org/id/char/27D17> a lvont:Character ;
    lvont:represents "𧴗"^^xsd:string .

<http://lexvo.org/id/char/27D18> a lvont:Character ;
    lvont:represents "𧴘"^^xsd:string .

<http://lexvo.org/id/char/27D19> a lvont:Character ;
    lvont:represents "𧴙"^^xsd:string .

<http://lexvo.org/id/char/27D1A> a lvont:Character ;
    lvont:represents "𧴚"^^xsd:string .

<http://lexvo.org/id/char/27D1B> a lvont:Character ;
    lvont:represents "𧴛"^^xsd:string .

<http://lexvo.org/id/char/27D1C> a lvont:Character ;
    lvont:represents "𧴜"^^xsd:string .

<http://lexvo.org/id/char/27D1D> a lvont:Character ;
    lvont:represents "𧴝"^^xsd:string .

<http://lexvo.org/id/char/27D1E> a lvont:Character ;
    lvont:represents "𧴞"^^xsd:string .

<http://lexvo.org/id/char/27D1F> a lvont:Character ;
    lvont:represents "𧴟"^^xsd:string .

<http://lexvo.org/id/char/27D2> a lvont:Character ;
    lvont:represents "⟒"^^xsd:string ;
    rdfs:comment "ELEMENT OF OPENING UPWARDS"@en .

<http://lexvo.org/id/char/27D20> a lvont:Character ;
    lvont:represents "𧴠"^^xsd:string .

<http://lexvo.org/id/char/27D21> a lvont:Character ;
    lvont:represents "𧴡"^^xsd:string .

<http://lexvo.org/id/char/27D22> a lvont:Character ;
    lvont:represents "𧴢"^^xsd:string .

<http://lexvo.org/id/char/27D23> a lvont:Character ;
    lvont:represents "𧴣"^^xsd:string .

<http://lexvo.org/id/char/27D24> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/b%C3%B3i>,
        "𧴤"^^xsd:string .

<http://lexvo.org/id/char/27D25> a lvont:Character ;
    lvont:represents "𧴥"^^xsd:string .

<http://lexvo.org/id/char/27D26> a lvont:Character ;
    lvont:represents "𧴦"^^xsd:string .

<http://lexvo.org/id/char/27D27> a lvont:Character ;
    lvont:represents "𧴧"^^xsd:string .

<http://lexvo.org/id/char/27D28> a lvont:Character ;
    lvont:represents "𧴨"^^xsd:string .

<http://lexvo.org/id/char/27D29> a lvont:Character ;
    lvont:represents "𧴩"^^xsd:string .

<http://lexvo.org/id/char/27D2A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%F0%A7%B4%AA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/su%C7%92>,
        "𧴪"^^xsd:string ;
    rdfs:comment "fragments"@en .

<http://lexvo.org/id/char/27D2B> a lvont:Character ;
    lvont:represents "𧴫"^^xsd:string .

<http://lexvo.org/id/char/27D2C> a lvont:Character ;
    lvont:represents "𧴬"^^xsd:string .

<http://lexvo.org/id/char/27D2D> a lvont:Character ;
    lvont:represents "𧴭"^^xsd:string .

<http://lexvo.org/id/char/27D2E> a lvont:Character ;
    lvont:represents "𧴮"^^xsd:string .

<http://lexvo.org/id/char/27D2F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/me1>,
        <http://lexvo.org/id/term/yue/%F0%A7%B4%AF>,
        "𧴯"^^xsd:string ;
    rdfs:comment "(Cant.) to carry on the back"@en .

<http://lexvo.org/id/char/27D3> a lvont:Character ;
    lvont:represents "⟓"^^xsd:string ;
    rdfs:comment "LOWER RIGHT CORNER WITH DOT"@en .

<http://lexvo.org/id/char/27D30> a lvont:Character ;
    lvont:represents "𧴰"^^xsd:string .

<http://lexvo.org/id/char/27D31> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/n%E1%BB%A3>,
        "𧴱"^^xsd:string .

<http://lexvo.org/id/char/27D32> a lvont:Character ;
    lvont:represents "𧴲"^^xsd:string .

<http://lexvo.org/id/char/27D33> a lvont:Character ;
    lvont:represents "𧴳"^^xsd:string .

<http://lexvo.org/id/char/27D34> a lvont:Character ;
    lvont:represents "𧴴"^^xsd:string .

<http://lexvo.org/id/char/27D35> a lvont:Character ;
    lvont:represents "𧴵"^^xsd:string .

<http://lexvo.org/id/char/27D36> a lvont:Character ;
    lvont:represents "𧴶"^^xsd:string .

<http://lexvo.org/id/char/27D37> a lvont:Character ;
    lvont:represents "𧴷"^^xsd:string .

<http://lexvo.org/id/char/27D38> a lvont:Character ;
    lvont:represents "𧴸"^^xsd:string .

<http://lexvo.org/id/char/27D39> a lvont:Character ;
    lvont:represents "𧴹"^^xsd:string .

<http://lexvo.org/id/char/27D3A> a lvont:Character ;
    lvont:represents "𧴺"^^xsd:string .

<http://lexvo.org/id/char/27D3B> a lvont:Character ;
    lvont:represents "𧴻"^^xsd:string .

<http://lexvo.org/id/char/27D3C> a lvont:Character ;
    lvont:represents "𧴼"^^xsd:string .

<http://lexvo.org/id/char/27D3D> a lvont:Character ;
    lvont:represents "𧴽"^^xsd:string .

<http://lexvo.org/id/char/27D3E> a lvont:Character ;
    lvont:represents "𧴾"^^xsd:string .

<http://lexvo.org/id/char/27D3F> a lvont:Character ;
    lvont:represents "𧴿"^^xsd:string .

<http://lexvo.org/id/char/27D4> a lvont:Character ;
    lvont:represents "⟔"^^xsd:string ;
    rdfs:comment "UPPER LEFT CORNER WITH DOT"@en .

<http://lexvo.org/id/char/27D40> a lvont:Character ;
    lvont:represents "𧵀"^^xsd:string .

<http://lexvo.org/id/char/27D41> a lvont:Character ;
    lvont:represents "𧵁"^^xsd:string .

<http://lexvo.org/id/char/27D42> a lvont:Character ;
    lvont:represents "𧵂"^^xsd:string .

<http://lexvo.org/id/char/27D43> a lvont:Character ;
    lvont:represents "𧵃"^^xsd:string .

<http://lexvo.org/id/char/27D44> a lvont:Character ;
    lvont:represents "𧵄"^^xsd:string .

<http://lexvo.org/id/char/27D45> a lvont:Character ;
    lvont:represents "𧵅"^^xsd:string .

<http://lexvo.org/id/char/27D46> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/g%E1%BA%A7n>,
        "𧵆"^^xsd:string .

<http://lexvo.org/id/char/27D47> a lvont:Character ;
    lvont:represents "𧵇"^^xsd:string .

<http://lexvo.org/id/char/27D48> a lvont:Character ;
    lvont:represents "𧵈"^^xsd:string .

<http://lexvo.org/id/char/27D49> a lvont:Character ;
    lvont:represents "𧵉"^^xsd:string .

<http://lexvo.org/id/char/27D4A> a lvont:Character ;
    lvont:represents "𧵊"^^xsd:string .

<http://lexvo.org/id/char/27D4B> a lvont:Character ;
    lvont:represents "𧵋"^^xsd:string .

<http://lexvo.org/id/char/27D4C> a lvont:Character ;
    lvont:represents "𧵌"^^xsd:string .

<http://lexvo.org/id/char/27D4D> a lvont:Character ;
    lvont:represents "𧵍"^^xsd:string .

<http://lexvo.org/id/char/27D4E> a lvont:Character ;
    lvont:represents "𧵎"^^xsd:string .

<http://lexvo.org/id/char/27D4F> a lvont:Character ;
    lvont:represents "𧵏"^^xsd:string .

<http://lexvo.org/id/char/27D5> a lvont:Character ;
    lvont:represents "⟕"^^xsd:string ;
    rdfs:comment "LEFT OUTER JOIN"@en .

<http://lexvo.org/id/char/27D50> a lvont:Character ;
    lvont:represents "𧵐"^^xsd:string .

<http://lexvo.org/id/char/27D51> a lvont:Character ;
    lvont:represents "𧵑"^^xsd:string .

<http://lexvo.org/id/char/27D52> a lvont:Character ;
    lvont:represents "𧵒"^^xsd:string .

<http://lexvo.org/id/char/27D53> a lvont:Character ;
    lvont:represents "𧵓"^^xsd:string .

<http://lexvo.org/id/char/27D54> a lvont:Character ;
    lvont:represents "𧵔"^^xsd:string .

<http://lexvo.org/id/char/27D55> a lvont:Character ;
    lvont:represents "𧵕"^^xsd:string .

<http://lexvo.org/id/char/27D56> a lvont:Character ;
    lvont:represents "𧵖"^^xsd:string .

<http://lexvo.org/id/char/27D57> a lvont:Character ;
    lvont:represents "𧵗"^^xsd:string .

<http://lexvo.org/id/char/27D58> a lvont:Character ;
    lvont:represents "𧵘"^^xsd:string .

<http://lexvo.org/id/char/27D59> a lvont:Character ;
    lvont:represents "𧵙"^^xsd:string .

<http://lexvo.org/id/char/27D5A> a lvont:Character ;
    lvont:represents "𧵚"^^xsd:string .

<http://lexvo.org/id/char/27D5B> a lvont:Character ;
    lvont:represents "𧵛"^^xsd:string .

<http://lexvo.org/id/char/27D5C> a lvont:Character ;
    lvont:represents "𧵜"^^xsd:string .

<http://lexvo.org/id/char/27D5D> a lvont:Character ;
    lvont:represents "𧵝"^^xsd:string .

<http://lexvo.org/id/char/27D5E> a lvont:Character ;
    lvont:represents "𧵞"^^xsd:string .

<http://lexvo.org/id/char/27D5F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/qu%C3%A0>,
        "𧵟"^^xsd:string .

<http://lexvo.org/id/char/27D6> a lvont:Character ;
    lvont:represents "⟖"^^xsd:string ;
    rdfs:comment "RIGHT OUTER JOIN"@en .

<http://lexvo.org/id/char/27D60> a lvont:Character ;
    lvont:represents "𧵠"^^xsd:string .

<http://lexvo.org/id/char/27D61> a lvont:Character ;
    lvont:represents "𧵡"^^xsd:string .

<http://lexvo.org/id/char/27D62> a lvont:Character ;
    lvont:represents "𧵢"^^xsd:string .

<http://lexvo.org/id/char/27D63> a lvont:Character ;
    lvont:represents "𧵣"^^xsd:string .

<http://lexvo.org/id/char/27D64> a lvont:Character ;
    lvont:represents "𧵤"^^xsd:string .

<http://lexvo.org/id/char/27D65> a lvont:Character ;
    lvont:represents "𧵥"^^xsd:string .

<http://lexvo.org/id/char/27D66> a lvont:Character ;
    lvont:represents "𧵦"^^xsd:string .

<http://lexvo.org/id/char/27D67> a lvont:Character ;
    lvont:represents "𧵧"^^xsd:string .

<http://lexvo.org/id/char/27D68> a lvont:Character ;
    lvont:represents "𧵨"^^xsd:string .

<http://lexvo.org/id/char/27D69> a lvont:Character ;
    lvont:represents "𧵩"^^xsd:string .

<http://lexvo.org/id/char/27D6A> a lvont:Character ;
    lvont:represents "𧵪"^^xsd:string .

<http://lexvo.org/id/char/27D6B> a lvont:Character ;
    lvont:represents "𧵫"^^xsd:string .

<http://lexvo.org/id/char/27D6C> a lvont:Character ;
    lvont:represents "𧵬"^^xsd:string .

<http://lexvo.org/id/char/27D6D> a lvont:Character ;
    lvont:represents "𧵭"^^xsd:string .

<http://lexvo.org/id/char/27D6E> a lvont:Character ;
    lvont:represents "𧵮"^^xsd:string .

<http://lexvo.org/id/char/27D6F> a lvont:Character ;
    lvont:represents "𧵯"^^xsd:string .

<http://lexvo.org/id/char/27D7> a lvont:Character ;
    lvont:represents "⟗"^^xsd:string ;
    rdfs:comment "FULL OUTER JOIN"@en .

<http://lexvo.org/id/char/27D70> a lvont:Character ;
    lvont:represents "𧵰"^^xsd:string .

<http://lexvo.org/id/char/27D71> a lvont:Character ;
    lvont:represents "𧵱"^^xsd:string .

<http://lexvo.org/id/char/27D72> a lvont:Character ;
    lvont:represents "𧵲"^^xsd:string .

<http://lexvo.org/id/char/27D73> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%F0%A7%B5%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%A9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sit6>,
        <http://lexvo.org/id/term/yue/%F0%A7%B5%B3>,
        "𧵳"^^xsd:string ;
    rdfs:comment "a loss; to lose (e.g., money in trade)"@en .

<http://lexvo.org/id/char/27D74> a lvont:Character ;
    lvont:represents "𧵴"^^xsd:string .

<http://lexvo.org/id/char/27D75> a lvont:Character ;
    lvont:represents "𧵵"^^xsd:string .

<http://lexvo.org/id/char/27D76> a lvont:Character ;
    lvont:represents "𧵶"^^xsd:string .

<http://lexvo.org/id/char/27D77> a lvont:Character ;
    lvont:represents "𧵷"^^xsd:string .

<http://lexvo.org/id/char/27D78> a lvont:Character ;
    lvont:represents "𧵸"^^xsd:string .

<http://lexvo.org/id/char/27D79> a lvont:Character ;
    lvont:represents "𧵹"^^xsd:string .

<http://lexvo.org/id/char/27D7A> a lvont:Character ;
    lvont:represents "𧵺"^^xsd:string .

<http://lexvo.org/id/char/27D7B> a lvont:Character ;
    lvont:represents "𧵻"^^xsd:string .

<http://lexvo.org/id/char/27D7C> a lvont:Character ;
    lvont:represents "𧵼"^^xsd:string .

<http://lexvo.org/id/char/27D7D> a lvont:Character ;
    lvont:represents "𧵽"^^xsd:string .

<http://lexvo.org/id/char/27D7E> a lvont:Character ;
    lvont:represents "𧵾"^^xsd:string .

<http://lexvo.org/id/char/27D7F> a lvont:Character ;
    lvont:represents "𧵿"^^xsd:string .

<http://lexvo.org/id/char/27D8> a lvont:Character ;
    lvont:represents "⟘"^^xsd:string ;
    rdfs:comment "LARGE UP TACK"@en .

<http://lexvo.org/id/char/27D80> a lvont:Character ;
    lvont:represents "𧶀"^^xsd:string .

<http://lexvo.org/id/char/27D81> a lvont:Character ;
    lvont:represents "𧶁"^^xsd:string .

<http://lexvo.org/id/char/27D82> a lvont:Character ;
    lvont:represents "𧶂"^^xsd:string .

<http://lexvo.org/id/char/27D83> a lvont:Character ;
    lvont:represents "𧶃"^^xsd:string .

<http://lexvo.org/id/char/27D84> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/d%C3%A0nh>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zaang1>,
        <http://lexvo.org/id/term/yue/%F0%A7%B6%84>,
        "𧶄"^^xsd:string ;
    rdfs:comment "(Cant.) to owe"@en .

<http://lexvo.org/id/char/27D85> a lvont:Character ;
    lvont:represents "𧶅"^^xsd:string .

<http://lexvo.org/id/char/27D86> a lvont:Character ;
    lvont:represents "𧶆"^^xsd:string .

<http://lexvo.org/id/char/27D87> a lvont:Character ;
    lvont:represents "𧶇"^^xsd:string .

<http://lexvo.org/id/char/27D88> a lvont:Character ;
    lvont:represents "𧶈"^^xsd:string .

<http://lexvo.org/id/char/27D89> a lvont:Character ;
    lvont:represents "𧶉"^^xsd:string .

<http://lexvo.org/id/char/27D8A> a lvont:Character ;
    lvont:represents "𧶊"^^xsd:string .

<http://lexvo.org/id/char/27D8B> a lvont:Character ;
    lvont:represents "𧶋"^^xsd:string .

<http://lexvo.org/id/char/27D8C> a lvont:Character ;
    lvont:represents "𧶌"^^xsd:string .

<http://lexvo.org/id/char/27D8D> a lvont:Character ;
    lvont:represents "𧶍"^^xsd:string .

<http://lexvo.org/id/char/27D8E> a lvont:Character ;
    lvont:represents "𧶎"^^xsd:string .

<http://lexvo.org/id/char/27D8F> a lvont:Character ;
    lvont:represents "𧶏"^^xsd:string .

<http://lexvo.org/id/char/27D9> a lvont:Character ;
    lvont:represents "⟙"^^xsd:string ;
    rdfs:comment "LARGE DOWN TACK"@en .

<http://lexvo.org/id/char/27D90> a lvont:Character ;
    lvont:represents "𧶐"^^xsd:string .

<http://lexvo.org/id/char/27D91> a lvont:Character ;
    lvont:represents "𧶑"^^xsd:string .

<http://lexvo.org/id/char/27D92> a lvont:Character ;
    lvont:represents "𧶒"^^xsd:string .

<http://lexvo.org/id/char/27D93> a lvont:Character ;
    lvont:represents "𧶓"^^xsd:string .

<http://lexvo.org/id/char/27D94> a lvont:Character ;
    lvont:represents "𧶔"^^xsd:string .

<http://lexvo.org/id/char/27D95> a lvont:Character ;
    lvont:represents "𧶕"^^xsd:string .

<http://lexvo.org/id/char/27D96> a lvont:Character ;
    lvont:represents "𧶖"^^xsd:string .

<http://lexvo.org/id/char/27D97> a lvont:Character ;
    lvont:represents "𧶗"^^xsd:string .

<http://lexvo.org/id/char/27D98> a lvont:Character ;
    lvont:represents "𧶘"^^xsd:string .

<http://lexvo.org/id/char/27D99> a lvont:Character ;
    lvont:represents "𧶙"^^xsd:string .

<http://lexvo.org/id/char/27D9A> a lvont:Character ;
    lvont:represents "𧶚"^^xsd:string .

<http://lexvo.org/id/char/27D9B> a lvont:Character ;
    lvont:represents "𧶛"^^xsd:string .

<http://lexvo.org/id/char/27D9C> a lvont:Character ;
    lvont:represents "𧶜"^^xsd:string .

<http://lexvo.org/id/char/27D9D> a lvont:Character ;
    lvont:represents "𧶝"^^xsd:string .

<http://lexvo.org/id/char/27D9E> a lvont:Character ;
    lvont:represents "𧶞"^^xsd:string .

<http://lexvo.org/id/char/27D9F> a lvont:Character ;
    lvont:represents "𧶟"^^xsd:string .

<http://lexvo.org/id/char/27DA> a lvont:Character ;
    lvont:represents "⟚"^^xsd:string ;
    rdfs:comment "LEFT AND RIGHT DOUBLE TURNSTILE"@en .

<http://lexvo.org/id/char/27DA0> a lvont:Character ;
    lvont:represents "𧶠"^^xsd:string .

<http://lexvo.org/id/char/27DA1> a lvont:Character ;
    lvont:represents "𧶡"^^xsd:string .

<http://lexvo.org/id/char/27DA2> a lvont:Character ;
    lvont:represents "𧶢"^^xsd:string .

<http://lexvo.org/id/char/27DA3> a lvont:Character ;
    lvont:represents "𧶣"^^xsd:string .

<http://lexvo.org/id/char/27DA4> a lvont:Character ;
    lvont:represents "𧶤"^^xsd:string .

<http://lexvo.org/id/char/27DA5> a lvont:Character ;
    lvont:represents "𧶥"^^xsd:string .

<http://lexvo.org/id/char/27DA6> a lvont:Character ;
    lvont:represents "𧶦"^^xsd:string .

<http://lexvo.org/id/char/27DA7> a lvont:Character ;
    lvont:represents "𧶧"^^xsd:string .

<http://lexvo.org/id/char/27DA8> a lvont:Character ;
    lvont:represents "𧶨"^^xsd:string .

<http://lexvo.org/id/char/27DA9> a lvont:Character ;
    lvont:represents "𧶩"^^xsd:string .

<http://lexvo.org/id/char/27DAA> a lvont:Character ;
    lvont:represents "𧶪"^^xsd:string .

<http://lexvo.org/id/char/27DAB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/bi%E1%BA%BFu>,
        "𧶫"^^xsd:string .

<http://lexvo.org/id/char/27DAC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/%C4%91%E1%BA%AFt>,
        "𧶬"^^xsd:string .

<http://lexvo.org/id/char/27DAD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/bu%C3%B4n>,
        "𧶭"^^xsd:string .

<http://lexvo.org/id/char/27DAE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/c%E1%BB%A7a>,
        "𧶮"^^xsd:string .

<http://lexvo.org/id/char/27DAF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/c%C3%B5ng>,
        "𧶯"^^xsd:string .

<http://lexvo.org/id/char/27DB> a lvont:Character ;
    lvont:represents "⟛"^^xsd:string ;
    rdfs:comment "LEFT AND RIGHT TACK"@en .

<http://lexvo.org/id/char/27DB0> a lvont:Character ;
    lvont:represents "𧶰"^^xsd:string .

<http://lexvo.org/id/char/27DB1> a lvont:Character ;
    lvont:represents "𧶱"^^xsd:string .

<http://lexvo.org/id/char/27DB2> a lvont:Character ;
    lvont:represents "𧶲"^^xsd:string .

<http://lexvo.org/id/char/27DB3> a lvont:Character ;
    lvont:represents "𧶳"^^xsd:string .

<http://lexvo.org/id/char/27DB4> a lvont:Character ;
    lvont:represents "𧶴"^^xsd:string .

<http://lexvo.org/id/char/27DB5> a lvont:Character ;
    lvont:represents "𧶵"^^xsd:string .

<http://lexvo.org/id/char/27DB6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/faan3>,
        <http://lexvo.org/id/term/yue/%F0%A7%B6%B6>,
        "𧶶"^^xsd:string ;
    rdfs:comment "to peddle, trade, deal in"@en .

<http://lexvo.org/id/char/27DB7> a lvont:Character ;
    lvont:represents "𧶷"^^xsd:string .

<http://lexvo.org/id/char/27DB8> a lvont:Character ;
    lvont:represents "𧶸"^^xsd:string .

<http://lexvo.org/id/char/27DB9> a lvont:Character ;
    lvont:represents "𧶹"^^xsd:string .

<http://lexvo.org/id/char/27DBA> a lvont:Character ;
    lvont:represents "𧶺"^^xsd:string .

<http://lexvo.org/id/char/27DBB> a lvont:Character ;
    lvont:represents "𧶻"^^xsd:string .

<http://lexvo.org/id/char/27DBC> a lvont:Character ;
    lvont:represents "𧶼"^^xsd:string .

<http://lexvo.org/id/char/27DBD> a lvont:Character ;
    lvont:represents "𧶽"^^xsd:string .

<http://lexvo.org/id/char/27DBE> a lvont:Character ;
    lvont:represents "𧶾"^^xsd:string .

<http://lexvo.org/id/char/27DBF> a lvont:Character ;
    lvont:represents "𧶿"^^xsd:string .

<http://lexvo.org/id/char/27DC> a lvont:Character ;
    lvont:represents "⟜"^^xsd:string ;
    rdfs:comment "LEFT MULTIMAP"@en .

<http://lexvo.org/id/char/27DC0> a lvont:Character ;
    lvont:represents "𧷀"^^xsd:string .

<http://lexvo.org/id/char/27DC1> a lvont:Character ;
    lvont:represents "𧷁"^^xsd:string .

<http://lexvo.org/id/char/27DC2> a lvont:Character ;
    lvont:represents "𧷂"^^xsd:string .

<http://lexvo.org/id/char/27DC3> a lvont:Character ;
    lvont:represents "𧷃"^^xsd:string .

<http://lexvo.org/id/char/27DC4> a lvont:Character ;
    lvont:represents "𧷄"^^xsd:string .

<http://lexvo.org/id/char/27DC5> a lvont:Character ;
    lvont:represents "𧷅"^^xsd:string .

<http://lexvo.org/id/char/27DC6> a lvont:Character ;
    lvont:represents "𧷆"^^xsd:string .

<http://lexvo.org/id/char/27DC7> a lvont:Character ;
    lvont:represents "𧷇"^^xsd:string .

<http://lexvo.org/id/char/27DC8> a lvont:Character ;
    lvont:represents "𧷈"^^xsd:string .

<http://lexvo.org/id/char/27DC9> a lvont:Character ;
    lvont:represents "𧷉"^^xsd:string .

<http://lexvo.org/id/char/27DCA> a lvont:Character ;
    lvont:represents "𧷊"^^xsd:string .

<http://lexvo.org/id/char/27DCB> a lvont:Character ;
    lvont:represents "𧷋"^^xsd:string .

<http://lexvo.org/id/char/27DCC> a lvont:Character ;
    lvont:represents "𧷌"^^xsd:string .

<http://lexvo.org/id/char/27DCD> a lvont:Character ;
    lvont:represents "𧷍"^^xsd:string .

<http://lexvo.org/id/char/27DCE> a lvont:Character ;
    lvont:represents "𧷎"^^xsd:string .

<http://lexvo.org/id/char/27DCF> a lvont:Character ;
    lvont:represents "𧷏"^^xsd:string .

<http://lexvo.org/id/char/27DD> a lvont:Character ;
    lvont:represents "⟝"^^xsd:string ;
    rdfs:comment "LONG RIGHT TACK"@en .

<http://lexvo.org/id/char/27DD0> a lvont:Character ;
    lvont:represents "𧷐"^^xsd:string .

<http://lexvo.org/id/char/27DD1> a lvont:Character ;
    lvont:represents "𧷑"^^xsd:string .

<http://lexvo.org/id/char/27DD2> a lvont:Character ;
    lvont:represents "𧷒"^^xsd:string .

<http://lexvo.org/id/char/27DD3> a lvont:Character ;
    lvont:represents "𧷓"^^xsd:string .

<http://lexvo.org/id/char/27DD4> a lvont:Character ;
    lvont:represents "𧷔"^^xsd:string .

<http://lexvo.org/id/char/27DD5> a lvont:Character ;
    lvont:represents "𧷕"^^xsd:string .

<http://lexvo.org/id/char/27DD6> a lvont:Character ;
    lvont:represents "𧷖"^^xsd:string .

<http://lexvo.org/id/char/27DD7> a lvont:Character ;
    lvont:represents "𧷗"^^xsd:string .

<http://lexvo.org/id/char/27DD8> a lvont:Character ;
    lvont:represents "𧷘"^^xsd:string .

<http://lexvo.org/id/char/27DD9> a lvont:Character ;
    lvont:represents "𧷙"^^xsd:string .

<http://lexvo.org/id/char/27DDA> a lvont:Character ;
    lvont:represents "𧷚"^^xsd:string .

<http://lexvo.org/id/char/27DDB> a lvont:Character ;
    lvont:represents "𧷛"^^xsd:string .

<http://lexvo.org/id/char/27DDC> a lvont:Character ;
    lvont:represents "𧷜"^^xsd:string .

<http://lexvo.org/id/char/27DDD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/xoe>,
        "𧷝"^^xsd:string .

<http://lexvo.org/id/char/27DDE> a lvont:Character ;
    lvont:represents "𧷞"^^xsd:string .

<http://lexvo.org/id/char/27DDF> a lvont:Character ;
    lvont:represents "𧷟"^^xsd:string .

<http://lexvo.org/id/char/27DE> a lvont:Character ;
    lvont:represents "⟞"^^xsd:string ;
    rdfs:comment "LONG LEFT TACK"@en .

<http://lexvo.org/id/char/27DE0> a lvont:Character ;
    lvont:represents "𧷠"^^xsd:string .

<http://lexvo.org/id/char/27DE1> a lvont:Character ;
    lvont:represents "𧷡"^^xsd:string .

<http://lexvo.org/id/char/27DE2> a lvont:Character ;
    lvont:represents "𧷢"^^xsd:string .

<http://lexvo.org/id/char/27DE3> a lvont:Character ;
    lvont:represents "𧷣"^^xsd:string .

<http://lexvo.org/id/char/27DE4> a lvont:Character ;
    lvont:represents "𧷤"^^xsd:string .

<http://lexvo.org/id/char/27DE5> a lvont:Character ;
    lvont:represents "𧷥"^^xsd:string .

<http://lexvo.org/id/char/27DE6> a lvont:Character ;
    lvont:represents "𧷦"^^xsd:string .

<http://lexvo.org/id/char/27DE7> a lvont:Character ;
    lvont:represents "𧷧"^^xsd:string .

<http://lexvo.org/id/char/27DE8> a lvont:Character ;
    lvont:represents "𧷨"^^xsd:string .

<http://lexvo.org/id/char/27DE9> a lvont:Character ;
    lvont:represents "𧷩"^^xsd:string .

<http://lexvo.org/id/char/27DEA> a lvont:Character ;
    lvont:represents "𧷪"^^xsd:string .

<http://lexvo.org/id/char/27DEB> a lvont:Character ;
    lvont:represents "𧷫"^^xsd:string .

<http://lexvo.org/id/char/27DEC> a lvont:Character ;
    lvont:represents "𧷬"^^xsd:string .

<http://lexvo.org/id/char/27DED> a lvont:Character ;
    lvont:represents "𧷭"^^xsd:string .

<http://lexvo.org/id/char/27DEE> a lvont:Character ;
    lvont:represents "𧷮"^^xsd:string .

<http://lexvo.org/id/char/27DEF> a lvont:Character ;
    lvont:represents "𧷯"^^xsd:string .

<http://lexvo.org/id/char/27DF> a lvont:Character ;
    lvont:represents "⟟"^^xsd:string ;
    rdfs:comment "UP TACK WITH CIRCLE ABOVE"@en .

<http://lexvo.org/id/char/27DF0> a lvont:Character ;
    lvont:represents "𧷰"^^xsd:string .

<http://lexvo.org/id/char/27DF1> a lvont:Character ;
    lvont:represents "𧷱"^^xsd:string .

<http://lexvo.org/id/char/27DF2> a lvont:Character ;
    lvont:represents "𧷲"^^xsd:string .

<http://lexvo.org/id/char/27DF3> a lvont:Character ;
    lvont:represents "𧷳"^^xsd:string .

<http://lexvo.org/id/char/27DF4> a lvont:Character ;
    lvont:represents "𧷴"^^xsd:string .

<http://lexvo.org/id/char/27DF5> a lvont:Character ;
    lvont:represents "𧷵"^^xsd:string .

<http://lexvo.org/id/char/27DF6> a lvont:Character ;
    lvont:represents "𧷶"^^xsd:string .

<http://lexvo.org/id/char/27DF7> a lvont:Character ;
    lvont:represents "𧷷"^^xsd:string .

<http://lexvo.org/id/char/27DF8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/mua>,
        "𧷸"^^xsd:string .

<http://lexvo.org/id/char/27DF9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/t%E1%BA%ADu>,
        "𧷹"^^xsd:string .

<http://lexvo.org/id/char/27DFA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/tr%C3%B2n>,
        "𧷺"^^xsd:string .

<http://lexvo.org/id/char/27DFB> a lvont:Character ;
    lvont:represents "𧷻"^^xsd:string .

<http://lexvo.org/id/char/27DFC> a lvont:Character ;
    lvont:represents "𧷼"^^xsd:string .

<http://lexvo.org/id/char/27DFD> a lvont:Character ;
    lvont:represents "𧷽"^^xsd:string .

<http://lexvo.org/id/char/27DFE> a lvont:Character ;
    lvont:represents "𧷾"^^xsd:string .

<http://lexvo.org/id/char/27DFF> a lvont:Character ;
    lvont:represents "𧷿"^^xsd:string .

<http://lexvo.org/id/char/27E0> a lvont:Character ;
    lvont:represents "⟠"^^xsd:string ;
    rdfs:comment "LOZENGE DIVIDED BY HORIZONTAL RULE"@en .

<http://lexvo.org/id/char/27E00> a lvont:Character ;
    lvont:represents "𧸀"^^xsd:string .

<http://lexvo.org/id/char/27E01> a lvont:Character ;
    lvont:represents "𧸁"^^xsd:string .

<http://lexvo.org/id/char/27E02> a lvont:Character ;
    lvont:represents "𧸂"^^xsd:string .

<http://lexvo.org/id/char/27E03> a lvont:Character ;
    lvont:represents "𧸃"^^xsd:string .

<http://lexvo.org/id/char/27E04> a lvont:Character ;
    lvont:represents "𧸄"^^xsd:string .

<http://lexvo.org/id/char/27E05> a lvont:Character ;
    lvont:represents "𧸅"^^xsd:string .

<http://lexvo.org/id/char/27E06> a lvont:Character ;
    lvont:represents "𧸆"^^xsd:string .

<http://lexvo.org/id/char/27E07> a lvont:Character ;
    lvont:represents "𧸇"^^xsd:string .

<http://lexvo.org/id/char/27E08> a lvont:Character ;
    lvont:represents "𧸈"^^xsd:string .

<http://lexvo.org/id/char/27E09> a lvont:Character ;
    lvont:represents "𧸉"^^xsd:string .

<http://lexvo.org/id/char/27E0A> a lvont:Character ;
    lvont:represents "𧸊"^^xsd:string .

<http://lexvo.org/id/char/27E0B> a lvont:Character ;
    lvont:represents "𧸋"^^xsd:string .

<http://lexvo.org/id/char/27E0C> a lvont:Character ;
    lvont:represents "𧸌"^^xsd:string .

<http://lexvo.org/id/char/27E0D> a lvont:Character ;
    lvont:represents "𧸍"^^xsd:string .

<http://lexvo.org/id/char/27E0E> a lvont:Character ;
    lvont:represents "𧸎"^^xsd:string .

<http://lexvo.org/id/char/27E0F> a lvont:Character ;
    lvont:represents "𧸏"^^xsd:string .

<http://lexvo.org/id/char/27E1> a lvont:Character ;
    lvont:represents "⟡"^^xsd:string ;
    rdfs:comment "WHITE CONCAVE-SIDED DIAMOND"@en .

<http://lexvo.org/id/char/27E10> a lvont:Character ;
    lvont:represents "𧸐"^^xsd:string .

<http://lexvo.org/id/char/27E11> a lvont:Character ;
    lvont:represents "𧸑"^^xsd:string .

<http://lexvo.org/id/char/27E12> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/v%E1%BB%A7i>,
        "𧸒"^^xsd:string .

<http://lexvo.org/id/char/27E13> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ch%E1%BB%A9a>,
        "𧸓"^^xsd:string .

<http://lexvo.org/id/char/27E14> a lvont:Character ;
    lvont:represents "𧸔"^^xsd:string .

<http://lexvo.org/id/char/27E15> a lvont:Character ;
    lvont:represents "𧸕"^^xsd:string .

<http://lexvo.org/id/char/27E16> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%F0%A7%B8%96>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zhu%C3%A0n>,
        "𧸖"^^xsd:string ;
    rdfs:comment "to earn, sell at a profit"@en .

<http://lexvo.org/id/char/27E17> a lvont:Character ;
    lvont:represents "𧸗"^^xsd:string .

<http://lexvo.org/id/char/27E18> a lvont:Character ;
    lvont:represents "𧸘"^^xsd:string .

<http://lexvo.org/id/char/27E19> a lvont:Character ;
    lvont:represents "𧸙"^^xsd:string .

<http://lexvo.org/id/char/27E1A> a lvont:Character ;
    lvont:represents "𧸚"^^xsd:string .

<http://lexvo.org/id/char/27E1B> a lvont:Character ;
    lvont:represents "𧸛"^^xsd:string .

<http://lexvo.org/id/char/27E1C> a lvont:Character ;
    lvont:represents "𧸜"^^xsd:string .

<http://lexvo.org/id/char/27E1D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/b%C3%A1n>,
        "𧸝"^^xsd:string .

<http://lexvo.org/id/char/27E1E> a lvont:Character ;
    lvont:represents "𧸞"^^xsd:string .

<http://lexvo.org/id/char/27E1F> a lvont:Character ;
    lvont:represents "𧸟"^^xsd:string .

<http://lexvo.org/id/char/27E2> a lvont:Character ;
    lvont:represents "⟢"^^xsd:string ;
    rdfs:comment "WHITE CONCAVE-SIDED DIAMOND WITH LEFTWARDS TICK"@en .

<http://lexvo.org/id/char/27E20> a lvont:Character ;
    lvont:represents "𧸠"^^xsd:string .

<http://lexvo.org/id/char/27E21> a lvont:Character ;
    lvont:represents "𧸡"^^xsd:string .

<http://lexvo.org/id/char/27E22> a lvont:Character ;
    lvont:represents "𧸢"^^xsd:string .

<http://lexvo.org/id/char/27E23> a lvont:Character ;
    lvont:represents "𧸣"^^xsd:string .

<http://lexvo.org/id/char/27E24> a lvont:Character ;
    lvont:represents "𧸤"^^xsd:string .

<http://lexvo.org/id/char/27E25> a lvont:Character ;
    lvont:represents "𧸥"^^xsd:string .

<http://lexvo.org/id/char/27E26> a lvont:Character ;
    lvont:represents "𧸦"^^xsd:string .

<http://lexvo.org/id/char/27E27> a lvont:Character ;
    lvont:represents "𧸧"^^xsd:string .

<http://lexvo.org/id/char/27E28> a lvont:Character ;
    lvont:represents "𧸨"^^xsd:string .

<http://lexvo.org/id/char/27E29> a lvont:Character ;
    lvont:represents "𧸩"^^xsd:string .

<http://lexvo.org/id/char/27E2A> a lvont:Character ;
    lvont:represents "𧸪"^^xsd:string .

<http://lexvo.org/id/char/27E2B> a lvont:Character ;
    lvont:represents "𧸫"^^xsd:string .

<http://lexvo.org/id/char/27E2C> a lvont:Character ;
    lvont:represents "𧸬"^^xsd:string .

<http://lexvo.org/id/char/27E2D> a lvont:Character ;
    lvont:represents "𧸭"^^xsd:string .

<http://lexvo.org/id/char/27E2E> a lvont:Character ;
    lvont:represents "𧸮"^^xsd:string .

<http://lexvo.org/id/char/27E2F> a lvont:Character ;
    lvont:represents "𧸯"^^xsd:string .

<http://lexvo.org/id/char/27E3> a lvont:Character ;
    lvont:represents "⟣"^^xsd:string ;
    rdfs:comment "WHITE CONCAVE-SIDED DIAMOND WITH RIGHTWARDS TICK"@en .

<http://lexvo.org/id/char/27E30> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/kh%E1%BB%81nh>,
        "𧸰"^^xsd:string .

<http://lexvo.org/id/char/27E31> a lvont:Character ;
    lvont:represents "𧸱"^^xsd:string .

<http://lexvo.org/id/char/27E32> a lvont:Character ;
    lvont:represents "𧸲"^^xsd:string .

<http://lexvo.org/id/char/27E33> a lvont:Character ;
    lvont:represents "𧸳"^^xsd:string .

<http://lexvo.org/id/char/27E34> a lvont:Character ;
    lvont:represents "𧸴"^^xsd:string .

<http://lexvo.org/id/char/27E35> a lvont:Character ;
    lvont:represents "𧸵"^^xsd:string .

<http://lexvo.org/id/char/27E36> a lvont:Character ;
    lvont:represents "𧸶"^^xsd:string .

<http://lexvo.org/id/char/27E37> a lvont:Character ;
    lvont:represents "𧸷"^^xsd:string .

<http://lexvo.org/id/char/27E38> a lvont:Character ;
    lvont:represents "𧸸"^^xsd:string .

<http://lexvo.org/id/char/27E39> a lvont:Character ;
    lvont:represents "𧸹"^^xsd:string .

<http://lexvo.org/id/char/27E3A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/c%C3%B2ng>,
        "𧸺"^^xsd:string .

<http://lexvo.org/id/char/27E3B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/b%C3%BAi>,
        "𧸻"^^xsd:string .

<http://lexvo.org/id/char/27E3C> a lvont:Character ;
    lvont:represents "𧸼"^^xsd:string .

<http://lexvo.org/id/char/27E3D> a lvont:Character ;
    lvont:represents "𧸽"^^xsd:string .

<http://lexvo.org/id/char/27E3E> a lvont:Character ;
    lvont:represents "𧸾"^^xsd:string .

<http://lexvo.org/id/char/27E3F> a lvont:Character ;
    lvont:represents "𧸿"^^xsd:string .

<http://lexvo.org/id/char/27E4> a lvont:Character ;
    lvont:represents "⟤"^^xsd:string ;
    rdfs:comment "WHITE SQUARE WITH LEFTWARDS TICK"@en .

<http://lexvo.org/id/char/27E40> a lvont:Character ;
    lvont:represents "𧹀"^^xsd:string .

<http://lexvo.org/id/char/27E41> a lvont:Character ;
    lvont:represents "𧹁"^^xsd:string .

<http://lexvo.org/id/char/27E42> a lvont:Character ;
    lvont:represents "𧹂"^^xsd:string .

<http://lexvo.org/id/char/27E43> a lvont:Character ;
    lvont:represents "𧹃"^^xsd:string .

<http://lexvo.org/id/char/27E44> a lvont:Character ;
    lvont:represents "𧹄"^^xsd:string .

<http://lexvo.org/id/char/27E45> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ngh%C3%A8o>,
        "𧹅"^^xsd:string .

<http://lexvo.org/id/char/27E46> a lvont:Character ;
    lvont:represents "𧹆"^^xsd:string .

<http://lexvo.org/id/char/27E47> a lvont:Character ;
    lvont:represents "𧹇"^^xsd:string .

<http://lexvo.org/id/char/27E48> a lvont:Character ;
    lvont:represents "𧹈"^^xsd:string .

<http://lexvo.org/id/char/27E49> a lvont:Character ;
    lvont:represents "𧹉"^^xsd:string .

<http://lexvo.org/id/char/27E4A> a lvont:Character ;
    lvont:represents "𧹊"^^xsd:string .

<http://lexvo.org/id/char/27E4B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/vay>,
        "𧹋"^^xsd:string .

<http://lexvo.org/id/char/27E4C> a lvont:Character ;
    lvont:represents "𧹌"^^xsd:string .

<http://lexvo.org/id/char/27E4D> a lvont:Character ;
    lvont:represents "𧹍"^^xsd:string .

<http://lexvo.org/id/char/27E4E> a lvont:Character ;
    lvont:represents "𧹎"^^xsd:string .

<http://lexvo.org/id/char/27E4F> a lvont:Character ;
    lvont:represents "𧹏"^^xsd:string .

<http://lexvo.org/id/char/27E5> a lvont:Character ;
    lvont:represents "⟥"^^xsd:string ;
    rdfs:comment "WHITE SQUARE WITH RIGHTWARDS TICK"@en .

<http://lexvo.org/id/char/27E50> a lvont:Character ;
    lvont:represents "𧹐"^^xsd:string .

<http://lexvo.org/id/char/27E51> a lvont:Character ;
    lvont:represents "𧹑"^^xsd:string .

<http://lexvo.org/id/char/27E52> a lvont:Character ;
    lvont:represents "𧹒"^^xsd:string .

<http://lexvo.org/id/char/27E53> a lvont:Character ;
    lvont:represents "𧹓"^^xsd:string .

<http://lexvo.org/id/char/27E54> a lvont:Character ;
    lvont:represents "𧹔"^^xsd:string .

<http://lexvo.org/id/char/27E55> a lvont:Character ;
    lvont:represents "𧹕"^^xsd:string .

<http://lexvo.org/id/char/27E56> a lvont:Character ;
    lvont:represents "𧹖"^^xsd:string .

<http://lexvo.org/id/char/27E57> a lvont:Character ;
    lvont:represents "𧹗"^^xsd:string .

<http://lexvo.org/id/char/27E58> a lvont:Character ;
    lvont:represents "𧹘"^^xsd:string .

<http://lexvo.org/id/char/27E59> a lvont:Character ;
    lvont:represents "𧹙"^^xsd:string .

<http://lexvo.org/id/char/27E5A> a lvont:Character ;
    lvont:represents "𧹚"^^xsd:string .

<http://lexvo.org/id/char/27E5B> a lvont:Character ;
    lvont:represents "𧹛"^^xsd:string .

<http://lexvo.org/id/char/27E5C> a lvont:Character ;
    lvont:represents "𧹜"^^xsd:string .

<http://lexvo.org/id/char/27E5D> a lvont:Character ;
    lvont:represents "𧹝"^^xsd:string .

<http://lexvo.org/id/char/27E5E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C7%8En>,
        "𧹞"^^xsd:string .

<http://lexvo.org/id/char/27E5F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/%C4%91%C3%A0>,
        "𧹟"^^xsd:string .

<http://lexvo.org/id/char/27E6> a lvont:Character ;
    lvont:represents "⟦"^^xsd:string ;
    rdfs:comment "MATHEMATICAL LEFT WHITE SQUARE BRACKET"@en .

<http://lexvo.org/id/char/27E60> a lvont:Character ;
    lvont:represents "𧹠"^^xsd:string .

<http://lexvo.org/id/char/27E61> a lvont:Character ;
    lvont:represents "𧹡"^^xsd:string .

<http://lexvo.org/id/char/27E62> a lvont:Character ;
    lvont:represents "𧹢"^^xsd:string .

<http://lexvo.org/id/char/27E63> a lvont:Character ;
    lvont:represents "𧹣"^^xsd:string .

<http://lexvo.org/id/char/27E64> a lvont:Character ;
    lvont:represents "𧹤"^^xsd:string .

<http://lexvo.org/id/char/27E65> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/%C4%91%E1%BB%8F>,
        "𧹥"^^xsd:string .

<http://lexvo.org/id/char/27E66> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/%C4%91%E1%BB%8F>,
        "𧹦"^^xsd:string .

<http://lexvo.org/id/char/27E67> a lvont:Character ;
    lvont:represents "𧹧"^^xsd:string .

<http://lexvo.org/id/char/27E68> a lvont:Character ;
    lvont:represents "𧹨"^^xsd:string .

<http://lexvo.org/id/char/27E69> a lvont:Character ;
    lvont:represents "𧹩"^^xsd:string .

<http://lexvo.org/id/char/27E6A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/son>,
        "𧹪"^^xsd:string .

<http://lexvo.org/id/char/27E6B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/l%C3%B2m>,
        "𧹫"^^xsd:string .

<http://lexvo.org/id/char/27E6C> a lvont:Character ;
    lvont:represents "𧹬"^^xsd:string .

<http://lexvo.org/id/char/27E6D> a lvont:Character ;
    lvont:represents "𧹭"^^xsd:string .

<http://lexvo.org/id/char/27E6E> a lvont:Character ;
    lvont:represents "𧹮"^^xsd:string .

<http://lexvo.org/id/char/27E6F> a lvont:Character ;
    lvont:represents "𧹯"^^xsd:string .

<http://lexvo.org/id/char/27E7> a lvont:Character ;
    lvont:represents "⟧"^^xsd:string ;
    rdfs:comment "MATHEMATICAL RIGHT WHITE SQUARE BRACKET"@en .

<http://lexvo.org/id/char/27E70> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/h%C6%B0%E1%BB%9Dng>,
        "𧹰"^^xsd:string .

<http://lexvo.org/id/char/27E71> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/th%E1%BA%AFm>,
        "𧹱"^^xsd:string .

<http://lexvo.org/id/char/27E72> a lvont:Character ;
    lvont:represents "𧹲"^^xsd:string .

<http://lexvo.org/id/char/27E73> a lvont:Character ;
    lvont:represents "𧹳"^^xsd:string .

<http://lexvo.org/id/char/27E74> a lvont:Character ;
    lvont:represents "𧹴"^^xsd:string .

<http://lexvo.org/id/char/27E75> a lvont:Character ;
    lvont:represents "𧹵"^^xsd:string .

<http://lexvo.org/id/char/27E76> a lvont:Character ;
    lvont:represents "𧹶"^^xsd:string .

<http://lexvo.org/id/char/27E77> a lvont:Character ;
    lvont:represents "𧹷"^^xsd:string .

<http://lexvo.org/id/char/27E78> a lvont:Character ;
    lvont:represents "𧹸"^^xsd:string .

<http://lexvo.org/id/char/27E79> a lvont:Character ;
    lvont:represents "𧹹"^^xsd:string .

<http://lexvo.org/id/char/27E7A> a lvont:Character ;
    lvont:represents "𧹺"^^xsd:string .

<http://lexvo.org/id/char/27E7B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/%C4%91%E1%BB%8F>,
        "𧹻"^^xsd:string .

<http://lexvo.org/id/char/27E7C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/%C4%91%E1%BB%8F>,
        "𧹼"^^xsd:string .

<http://lexvo.org/id/char/27E7D> a lvont:Character ;
    lvont:represents "𧹽"^^xsd:string .

<http://lexvo.org/id/char/27E7E> a lvont:Character ;
    lvont:represents "𧹾"^^xsd:string .

<http://lexvo.org/id/char/27E7F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/t%C3%ADm>,
        "𧹿"^^xsd:string .

<http://lexvo.org/id/char/27E8> a lvont:Character ;
    lvont:represents "⟨"^^xsd:string ;
    rdfs:comment "MATHEMATICAL LEFT ANGLE BRACKET"@en .

<http://lexvo.org/id/char/27E80> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/th%E1%BA%AFm>,
        "𧺀"^^xsd:string .

<http://lexvo.org/id/char/27E81> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/th%E1%BA%AFm>,
        "𧺁"^^xsd:string .

<http://lexvo.org/id/char/27E82> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/%C4%91%E1%BB%95>,
        "𧺂"^^xsd:string .

<http://lexvo.org/id/char/27E83> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/%C4%91%E1%BB%8F>,
        "𧺃"^^xsd:string .

<http://lexvo.org/id/char/27E84> a lvont:Character ;
    lvont:represents "𧺄"^^xsd:string .

<http://lexvo.org/id/char/27E85> a lvont:Character ;
    lvont:represents "𧺅"^^xsd:string .

<http://lexvo.org/id/char/27E87> a lvont:Character ;
    lvont:represents "𧺇"^^xsd:string .

<http://lexvo.org/id/char/27E88> a lvont:Character ;
    lvont:represents "𧺈"^^xsd:string .

<http://lexvo.org/id/char/27E89> a lvont:Character ;
    lvont:represents "𧺉"^^xsd:string .

<http://lexvo.org/id/char/27E8A> a lvont:Character ;
    lvont:represents "𧺊"^^xsd:string .

<http://lexvo.org/id/char/27E8B> a lvont:Character ;
    lvont:represents "𧺋"^^xsd:string .

<http://lexvo.org/id/char/27E8C> a lvont:Character ;
    lvont:represents "𧺌"^^xsd:string .

<http://lexvo.org/id/char/27E8D> a lvont:Character ;
    lvont:represents "𧺍"^^xsd:string .

<http://lexvo.org/id/char/27E8E> a lvont:Character ;
    lvont:represents "𧺎"^^xsd:string .

<http://lexvo.org/id/char/27E8F> a lvont:Character ;
    lvont:represents "𧺏"^^xsd:string .

<http://lexvo.org/id/char/27E9> a lvont:Character ;
    lvont:represents "⟩"^^xsd:string ;
    rdfs:comment "MATHEMATICAL RIGHT ANGLE BRACKET"@en .

<http://lexvo.org/id/char/27E90> a lvont:Character ;
    lvont:represents "𧺐"^^xsd:string .

<http://lexvo.org/id/char/27E91> a lvont:Character ;
    lvont:represents "𧺑"^^xsd:string .

<http://lexvo.org/id/char/27E92> a lvont:Character ;
    lvont:represents "𧺒"^^xsd:string .

<http://lexvo.org/id/char/27E93> a lvont:Character ;
    lvont:represents "𧺓"^^xsd:string .

<http://lexvo.org/id/char/27E94> a lvont:Character ;
    lvont:represents "𧺔"^^xsd:string .

<http://lexvo.org/id/char/27E95> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/r%C6%B0%E1%BB%A3t>,
        "𧺕"^^xsd:string .

<http://lexvo.org/id/char/27E96> a lvont:Character ;
    lvont:represents "𧺖"^^xsd:string .

<http://lexvo.org/id/char/27E97> a lvont:Character ;
    lvont:represents "𧺗"^^xsd:string .

<http://lexvo.org/id/char/27E98> a lvont:Character ;
    lvont:represents "𧺘"^^xsd:string .

<http://lexvo.org/id/char/27E99> a lvont:Character ;
    lvont:represents "𧺙"^^xsd:string .

<http://lexvo.org/id/char/27E9A> a lvont:Character ;
    lvont:represents "𧺚"^^xsd:string .

<http://lexvo.org/id/char/27E9B> a lvont:Character ;
    lvont:represents "𧺛"^^xsd:string .

<http://lexvo.org/id/char/27E9C> a lvont:Character ;
    lvont:represents "𧺜"^^xsd:string .

<http://lexvo.org/id/char/27E9D> a lvont:Character ;
    lvont:represents "𧺝"^^xsd:string .

<http://lexvo.org/id/char/27E9E> a lvont:Character ;
    lvont:represents "𧺞"^^xsd:string .

<http://lexvo.org/id/char/27E9F> a lvont:Character ;
    lvont:represents "𧺟"^^xsd:string .

<http://lexvo.org/id/char/27EA> a lvont:Character ;
    lvont:represents "⟪"^^xsd:string ;
    rdfs:comment "MATHEMATICAL LEFT DOUBLE ANGLE BRACKET"@en .

<http://lexvo.org/id/char/27EA0> a lvont:Character ;
    lvont:represents "𧺠"^^xsd:string .

<http://lexvo.org/id/char/27EA1> a lvont:Character ;
    lvont:represents "𧺡"^^xsd:string .

<http://lexvo.org/id/char/27EA2> a lvont:Character ;
    lvont:represents "𧺢"^^xsd:string .

<http://lexvo.org/id/char/27EA3> a lvont:Character ;
    lvont:represents "𧺣"^^xsd:string .

<http://lexvo.org/id/char/27EA4> a lvont:Character ;
    lvont:represents "𧺤"^^xsd:string .

<http://lexvo.org/id/char/27EA5> a lvont:Character ;
    lvont:represents "𧺥"^^xsd:string .

<http://lexvo.org/id/char/27EA6> a lvont:Character ;
    lvont:represents "𧺦"^^xsd:string .

<http://lexvo.org/id/char/27EA7> a lvont:Character ;
    lvont:represents "𧺧"^^xsd:string .

<http://lexvo.org/id/char/27EA8> a lvont:Character ;
    lvont:represents "𧺨"^^xsd:string .

<http://lexvo.org/id/char/27EA9> a lvont:Character ;
    lvont:represents "𧺩"^^xsd:string .

<http://lexvo.org/id/char/27EAA> a lvont:Character ;
    lvont:represents "𧺪"^^xsd:string .

<http://lexvo.org/id/char/27EAB> a lvont:Character ;
    lvont:represents "𧺫"^^xsd:string .

<http://lexvo.org/id/char/27EAC> a lvont:Character ;
    lvont:represents "𧺬"^^xsd:string .

<http://lexvo.org/id/char/27EAD> a lvont:Character ;
    lvont:represents "𧺭"^^xsd:string .

<http://lexvo.org/id/char/27EAE> a lvont:Character ;
    lvont:represents "𧺮"^^xsd:string .

<http://lexvo.org/id/char/27EAF> a lvont:Character ;
    lvont:represents "𧺯"^^xsd:string .

<http://lexvo.org/id/char/27EB> a lvont:Character ;
    lvont:represents "⟫"^^xsd:string ;
    rdfs:comment "MATHEMATICAL RIGHT DOUBLE ANGLE BRACKET"@en .

<http://lexvo.org/id/char/27EB0> a lvont:Character ;
    lvont:represents "𧺰"^^xsd:string .

<http://lexvo.org/id/char/27EB1> a lvont:Character ;
    lvont:represents "𧺱"^^xsd:string .

<http://lexvo.org/id/char/27EB2> a lvont:Character ;
    lvont:represents "𧺲"^^xsd:string .

<http://lexvo.org/id/char/27EB3> a lvont:Character ;
    lvont:represents "𧺳"^^xsd:string .

<http://lexvo.org/id/char/27EB4> a lvont:Character ;
    lvont:represents "𧺴"^^xsd:string .

<http://lexvo.org/id/char/27EB5> a lvont:Character ;
    lvont:represents "𧺵"^^xsd:string .

<http://lexvo.org/id/char/27EB6> a lvont:Character ;
    lvont:represents "𧺶"^^xsd:string .

<http://lexvo.org/id/char/27EB7> a lvont:Character ;
    lvont:represents "𧺷"^^xsd:string .

<http://lexvo.org/id/char/27EB8> a lvont:Character ;
    lvont:represents "𧺸"^^xsd:string .

<http://lexvo.org/id/char/27EB9> a lvont:Character ;
    lvont:represents "𧺹"^^xsd:string .

<http://lexvo.org/id/char/27EBA> a lvont:Character ;
    lvont:represents "𧺺"^^xsd:string .

<http://lexvo.org/id/char/27EBB> a lvont:Character ;
    lvont:represents "𧺻"^^xsd:string .

<http://lexvo.org/id/char/27EBC> a lvont:Character ;
    lvont:represents "𧺼"^^xsd:string .

<http://lexvo.org/id/char/27EBD> a lvont:Character ;
    lvont:represents "𧺽"^^xsd:string .

<http://lexvo.org/id/char/27EBE> a lvont:Character ;
    lvont:represents "𧺾"^^xsd:string .

<http://lexvo.org/id/char/27EBF> a lvont:Character ;
    lvont:represents "𧺿"^^xsd:string .

<http://lexvo.org/id/char/27EC> a lvont:Character ;
    lvont:represents "⟬"^^xsd:string ;
    rdfs:comment "MATHEMATICAL LEFT WHITE TORTOISE SHELL BRACKET"@en .

<http://lexvo.org/id/char/27EC0> a lvont:Character ;
    lvont:represents "𧻀"^^xsd:string .

<http://lexvo.org/id/char/27EC1> a lvont:Character ;
    lvont:represents "𧻁"^^xsd:string .

<http://lexvo.org/id/char/27EC2> a lvont:Character ;
    lvont:represents "𧻂"^^xsd:string .

<http://lexvo.org/id/char/27EC3> a lvont:Character ;
    lvont:represents "𧻃"^^xsd:string .

<http://lexvo.org/id/char/27EC4> a lvont:Character ;
    lvont:represents "𧻄"^^xsd:string .

<http://lexvo.org/id/char/27EC5> a lvont:Character ;
    lvont:represents "𧻅"^^xsd:string .

<http://lexvo.org/id/char/27EC6> a lvont:Character ;
    lvont:represents "𧻆"^^xsd:string .

<http://lexvo.org/id/char/27EC7> a lvont:Character ;
    lvont:represents "𧻇"^^xsd:string .

<http://lexvo.org/id/char/27EC8> a lvont:Character ;
    lvont:represents "𧻈"^^xsd:string .

<http://lexvo.org/id/char/27EC9> a lvont:Character ;
    lvont:represents "𧻉"^^xsd:string .

<http://lexvo.org/id/char/27ECA> a lvont:Character ;
    lvont:represents "𧻊"^^xsd:string .

<http://lexvo.org/id/char/27ECB> a lvont:Character ;
    lvont:represents "𧻋"^^xsd:string .

<http://lexvo.org/id/char/27ECC> a lvont:Character ;
    lvont:represents "𧻌"^^xsd:string .

<http://lexvo.org/id/char/27ECD> a lvont:Character ;
    lvont:represents "𧻍"^^xsd:string .

<http://lexvo.org/id/char/27ECE> a lvont:Character ;
    lvont:represents "𧻎"^^xsd:string .

<http://lexvo.org/id/char/27ECF> a lvont:Character ;
    lvont:represents "𧻏"^^xsd:string .

<http://lexvo.org/id/char/27ED> a lvont:Character ;
    lvont:represents "⟭"^^xsd:string ;
    rdfs:comment "MATHEMATICAL RIGHT WHITE TORTOISE SHELL BRACKET"@en .

<http://lexvo.org/id/char/27ED0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/%C4%91u%E1%BB%95i>,
        "𧻐"^^xsd:string .

<http://lexvo.org/id/char/27ED1> a lvont:Character ;
    lvont:represents "𧻑"^^xsd:string .

<http://lexvo.org/id/char/27ED2> a lvont:Character ;
    lvont:represents "𧻒"^^xsd:string .

<http://lexvo.org/id/char/27ED3> a lvont:Character ;
    lvont:represents "𧻓"^^xsd:string .

<http://lexvo.org/id/char/27ED4> a lvont:Character ;
    lvont:represents "𧻔"^^xsd:string .

<http://lexvo.org/id/char/27ED5> a lvont:Character ;
    lvont:represents "𧻕"^^xsd:string .

<http://lexvo.org/id/char/27ED6> a lvont:Character ;
    lvont:represents "𧻖"^^xsd:string .

<http://lexvo.org/id/char/27ED7> a lvont:Character ;
    lvont:represents "𧻗"^^xsd:string .

<http://lexvo.org/id/char/27ED8> a lvont:Character ;
    lvont:represents "𧻘"^^xsd:string .

<http://lexvo.org/id/char/27ED9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/mut6>,
        <http://lexvo.org/id/term/yue/%F0%A7%BB%99>,
        "𧻙"^^xsd:string ;
    rdfs:comment "(Cant.) 轉灣𧻙角, not straightforward"@en .

<http://lexvo.org/id/char/27EDA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/c%E1%BA%A3n>,
        "𧻚"^^xsd:string .

<http://lexvo.org/id/char/27EDB> a lvont:Character ;
    lvont:represents "𧻛"^^xsd:string .

<http://lexvo.org/id/char/27EDC> a lvont:Character ;
    lvont:represents "𧻜"^^xsd:string .

<http://lexvo.org/id/char/27EDD> a lvont:Character ;
    lvont:represents "𧻝"^^xsd:string .

<http://lexvo.org/id/char/27EDE> a lvont:Character ;
    lvont:represents "𧻞"^^xsd:string .

<http://lexvo.org/id/char/27EDF> a lvont:Character ;
    lvont:represents "𧻟"^^xsd:string .

<http://lexvo.org/id/char/27EE> a lvont:Character ;
    lvont:represents "⟮"^^xsd:string ;
    rdfs:comment "MATHEMATICAL LEFT FLATTENED PARENTHESIS"@en .

<http://lexvo.org/id/char/27EE0> a lvont:Character ;
    lvont:represents "𧻠"^^xsd:string .

<http://lexvo.org/id/char/27EE1> a lvont:Character ;
    lvont:represents "𧻡"^^xsd:string .

<http://lexvo.org/id/char/27EE2> a lvont:Character ;
    lvont:represents "𧻢"^^xsd:string .

<http://lexvo.org/id/char/27EE3> a lvont:Character ;
    lvont:represents "𧻣"^^xsd:string .

<http://lexvo.org/id/char/27EE4> a lvont:Character ;
    lvont:represents "𧻤"^^xsd:string .

<http://lexvo.org/id/char/27EE5> a lvont:Character ;
    lvont:represents "𧻥"^^xsd:string .

<http://lexvo.org/id/char/27EE6> a lvont:Character ;
    lvont:represents "𧻦"^^xsd:string .

<http://lexvo.org/id/char/27EE7> a lvont:Character ;
    lvont:represents "𧻧"^^xsd:string .

<http://lexvo.org/id/char/27EE8> a lvont:Character ;
    lvont:represents "𧻨"^^xsd:string .

<http://lexvo.org/id/char/27EE9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/r%E1%BA%A3o>,
        "𧻩"^^xsd:string .

<http://lexvo.org/id/char/27EEA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/nh%C3%B4ng>,
        "𧻪"^^xsd:string .

<http://lexvo.org/id/char/27EEB> a lvont:Character ;
    lvont:represents "𧻫"^^xsd:string .

<http://lexvo.org/id/char/27EEC> a lvont:Character ;
    lvont:represents "𧻬"^^xsd:string .

<http://lexvo.org/id/char/27EED> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/d%E1%BA%ADy>,
        "𧻭"^^xsd:string .

<http://lexvo.org/id/char/27EEE> a lvont:Character ;
    lvont:represents "𧻮"^^xsd:string .

<http://lexvo.org/id/char/27EEF> a lvont:Character ;
    lvont:represents "𧻯"^^xsd:string .

<http://lexvo.org/id/char/27EF> a lvont:Character ;
    lvont:represents "⟯"^^xsd:string ;
    rdfs:comment "MATHEMATICAL RIGHT FLATTENED PARENTHESIS"@en .

<http://lexvo.org/id/char/27EF0> a lvont:Character ;
    lvont:represents "𧻰"^^xsd:string .

<http://lexvo.org/id/char/27EF1> a lvont:Character ;
    lvont:represents "𧻱"^^xsd:string .

<http://lexvo.org/id/char/27EF2> a lvont:Character ;
    lvont:represents "𧻲"^^xsd:string .

<http://lexvo.org/id/char/27EF3> a lvont:Character ;
    lvont:represents "𧻳"^^xsd:string .

<http://lexvo.org/id/char/27EF4> a lvont:Character ;
    lvont:represents "𧻴"^^xsd:string .

<http://lexvo.org/id/char/27EF5> a lvont:Character ;
    lvont:represents "𧻵"^^xsd:string .

<http://lexvo.org/id/char/27EF6> a lvont:Character ;
    lvont:represents "𧻶"^^xsd:string .

<http://lexvo.org/id/char/27EF7> a lvont:Character ;
    lvont:represents "𧻷"^^xsd:string .

<http://lexvo.org/id/char/27EF8> a lvont:Character ;
    lvont:represents "𧻸"^^xsd:string .

<http://lexvo.org/id/char/27EF9> a lvont:Character ;
    lvont:represents "𧻹"^^xsd:string .

<http://lexvo.org/id/char/27EFA> a lvont:Character ;
    lvont:represents "𧻺"^^xsd:string .

<http://lexvo.org/id/char/27EFB> a lvont:Character ;
    lvont:represents "𧻻"^^xsd:string .

<http://lexvo.org/id/char/27EFC> a lvont:Character ;
    lvont:represents "𧻼"^^xsd:string .

<http://lexvo.org/id/char/27EFD> a lvont:Character ;
    lvont:represents "𧻽"^^xsd:string .

<http://lexvo.org/id/char/27EFE> a lvont:Character ;
    lvont:represents "𧻾"^^xsd:string .

<http://lexvo.org/id/char/27EFF> a lvont:Character ;
    lvont:represents "𧻿"^^xsd:string .

<http://lexvo.org/id/char/27F0> a lvont:Character ;
    lvont:represents "⟰"^^xsd:string ;
    rdfs:comment "UPWARDS QUADRUPLE ARROW"@en .

<http://lexvo.org/id/char/27F00> a lvont:Character ;
    lvont:represents "𧼀"^^xsd:string .

<http://lexvo.org/id/char/27F01> a lvont:Character ;
    lvont:represents "𧼁"^^xsd:string .

<http://lexvo.org/id/char/27F02> a lvont:Character ;
    lvont:represents "𧼂"^^xsd:string .

<http://lexvo.org/id/char/27F03> a lvont:Character ;
    lvont:represents "𧼃"^^xsd:string .

<http://lexvo.org/id/char/27F04> a lvont:Character ;
    lvont:represents "𧼄"^^xsd:string .

<http://lexvo.org/id/char/27F05> a lvont:Character ;
    lvont:represents "𧼅"^^xsd:string .

<http://lexvo.org/id/char/27F06> a lvont:Character ;
    lvont:represents "𧼆"^^xsd:string .

<http://lexvo.org/id/char/27F07> a lvont:Character ;
    lvont:represents "𧼇"^^xsd:string .

<http://lexvo.org/id/char/27F08> a lvont:Character ;
    lvont:represents "𧼈"^^xsd:string .

<http://lexvo.org/id/char/27F09> a lvont:Character ;
    lvont:represents "𧼉"^^xsd:string .

<http://lexvo.org/id/char/27F0A> a lvont:Character ;
    lvont:represents "𧼊"^^xsd:string .

<http://lexvo.org/id/char/27F0B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ch%E1%BA%A1y>,
        "𧼋"^^xsd:string .

<http://lexvo.org/id/char/27F0C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ch%E1%BA%A1y>,
        "𧼌"^^xsd:string .

<http://lexvo.org/id/char/27F0D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/lanh>,
        "𧼍"^^xsd:string .

<http://lexvo.org/id/char/27F0E> a lvont:Character ;
    lvont:represents "𧼎"^^xsd:string .

<http://lexvo.org/id/char/27F0F> a lvont:Character ;
    lvont:represents "𧼏"^^xsd:string .

<http://lexvo.org/id/char/27F1> a lvont:Character ;
    lvont:represents "⟱"^^xsd:string ;
    rdfs:comment "DOWNWARDS QUADRUPLE ARROW"@en .

<http://lexvo.org/id/char/27F10> a lvont:Character ;
    lvont:represents "𧼐"^^xsd:string .

<http://lexvo.org/id/char/27F11> a lvont:Character ;
    lvont:represents "𧼑"^^xsd:string .

<http://lexvo.org/id/char/27F12> a lvont:Character ;
    lvont:represents "𧼒"^^xsd:string .

<http://lexvo.org/id/char/27F13> a lvont:Character ;
    lvont:represents "𧼓"^^xsd:string .

<http://lexvo.org/id/char/27F14> a lvont:Character ;
    lvont:represents "𧼔"^^xsd:string .

<http://lexvo.org/id/char/27F15> a lvont:Character ;
    lvont:represents "𧼕"^^xsd:string .

<http://lexvo.org/id/char/27F16> a lvont:Character ;
    lvont:represents "𧼖"^^xsd:string .

<http://lexvo.org/id/char/27F17> a lvont:Character ;
    lvont:represents "𧼗"^^xsd:string .

<http://lexvo.org/id/char/27F18> a lvont:Character ;
    lvont:represents "𧼘"^^xsd:string .

<http://lexvo.org/id/char/27F19> a lvont:Character ;
    lvont:represents "𧼙"^^xsd:string .

<http://lexvo.org/id/char/27F1A> a lvont:Character ;
    lvont:represents "𧼚"^^xsd:string .

<http://lexvo.org/id/char/27F1B> a lvont:Character ;
    lvont:represents "𧼛"^^xsd:string .

<http://lexvo.org/id/char/27F1C> a lvont:Character ;
    lvont:represents "𧼜"^^xsd:string .

<http://lexvo.org/id/char/27F1D> a lvont:Character ;
    lvont:represents "𧼝"^^xsd:string .

<http://lexvo.org/id/char/27F1E> a lvont:Character ;
    lvont:represents "𧼞"^^xsd:string .

<http://lexvo.org/id/char/27F1F> a lvont:Character ;
    lvont:represents "𧼟"^^xsd:string .

<http://lexvo.org/id/char/27F2> a lvont:Character ;
    lvont:represents "⟲"^^xsd:string ;
    rdfs:comment "ANTICLOCKWISE GAPPED CIRCLE ARROW"@en .

<http://lexvo.org/id/char/27F20> a lvont:Character ;
    lvont:represents "𧼠"^^xsd:string .

<http://lexvo.org/id/char/27F21> a lvont:Character ;
    lvont:represents "𧼡"^^xsd:string .

<http://lexvo.org/id/char/27F22> a lvont:Character ;
    lvont:represents "𧼢"^^xsd:string .

<http://lexvo.org/id/char/27F23> a lvont:Character ;
    lvont:represents "𧼣"^^xsd:string .

<http://lexvo.org/id/char/27F24> a lvont:Character ;
    lvont:represents "𧼤"^^xsd:string .

<http://lexvo.org/id/char/27F25> a lvont:Character ;
    lvont:represents "𧼥"^^xsd:string .

<http://lexvo.org/id/char/27F26> a lvont:Character ;
    lvont:represents "𧼦"^^xsd:string .

<http://lexvo.org/id/char/27F27> a lvont:Character ;
    lvont:represents "𧼧"^^xsd:string .

<http://lexvo.org/id/char/27F28> a lvont:Character ;
    lvont:represents "𧼨"^^xsd:string .

<http://lexvo.org/id/char/27F29> a lvont:Character ;
    lvont:represents "𧼩"^^xsd:string .

<http://lexvo.org/id/char/27F2A> a lvont:Character ;
    lvont:represents "𧼪"^^xsd:string .

<http://lexvo.org/id/char/27F2B> a lvont:Character ;
    lvont:represents "𧼫"^^xsd:string .

<http://lexvo.org/id/char/27F2C> a lvont:Character ;
    lvont:represents "𧼬"^^xsd:string .

<http://lexvo.org/id/char/27F2D> a lvont:Character ;
    lvont:represents "𧼭"^^xsd:string .

<http://lexvo.org/id/char/27F2E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%F0%A7%BC%AE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C4%81ng>,
        "𧼮"^^xsd:string ;
    rdfs:comment "to wade"@en .

<http://lexvo.org/id/char/27F2F> a lvont:Character ;
    lvont:represents "𧼯"^^xsd:string .

<http://lexvo.org/id/char/27F3> a lvont:Character ;
    lvont:represents "⟳"^^xsd:string ;
    rdfs:comment "CLOCKWISE GAPPED CIRCLE ARROW"@en .

<http://lexvo.org/id/char/27F30> a lvont:Character ;
    lvont:represents "𧼰"^^xsd:string .

<http://lexvo.org/id/char/27F31> a lvont:Character ;
    lvont:represents "𧼱"^^xsd:string .

<http://lexvo.org/id/char/27F32> a lvont:Character ;
    lvont:represents "𧼲"^^xsd:string .

<http://lexvo.org/id/char/27F33> a lvont:Character ;
    lvont:represents "𧼳"^^xsd:string .

<http://lexvo.org/id/char/27F34> a lvont:Character ;
    lvont:represents "𧼴"^^xsd:string .

<http://lexvo.org/id/char/27F35> a lvont:Character ;
    lvont:represents "𧼵"^^xsd:string .

<http://lexvo.org/id/char/27F36> a lvont:Character ;
    lvont:represents "𧼶"^^xsd:string .

<http://lexvo.org/id/char/27F37> a lvont:Character ;
    lvont:represents "𧼷"^^xsd:string .

<http://lexvo.org/id/char/27F38> a lvont:Character ;
    lvont:represents "𧼸"^^xsd:string .

<http://lexvo.org/id/char/27F39> a lvont:Character ;
    lvont:represents "𧼹"^^xsd:string .

<http://lexvo.org/id/char/27F3A> a lvont:Character ;
    lvont:represents "𧼺"^^xsd:string .

<http://lexvo.org/id/char/27F3B> a lvont:Character ;
    lvont:represents "𧼻"^^xsd:string .

<http://lexvo.org/id/char/27F3C> a lvont:Character ;
    lvont:represents "𧼼"^^xsd:string .

<http://lexvo.org/id/char/27F3D> a lvont:Character ;
    lvont:represents "𧼽"^^xsd:string .

<http://lexvo.org/id/char/27F3E> a lvont:Character ;
    lvont:represents "𧼾"^^xsd:string .

<http://lexvo.org/id/char/27F3F> a lvont:Character ;
    lvont:represents "𧼿"^^xsd:string .

<http://lexvo.org/id/char/27F4> a lvont:Character ;
    lvont:represents "⟴"^^xsd:string ;
    rdfs:comment "RIGHT ARROW WITH CIRCLED PLUS"@en .

<http://lexvo.org/id/char/27F40> a lvont:Character ;
    lvont:represents "𧽀"^^xsd:string .

<http://lexvo.org/id/char/27F41> a lvont:Character ;
    lvont:represents "𧽁"^^xsd:string .

<http://lexvo.org/id/char/27F42> a lvont:Character ;
    lvont:represents "𧽂"^^xsd:string .

<http://lexvo.org/id/char/27F43> a lvont:Character ;
    lvont:represents "𧽃"^^xsd:string .

<http://lexvo.org/id/char/27F44> a lvont:Character ;
    lvont:represents "𧽄"^^xsd:string .

<http://lexvo.org/id/char/27F45> a lvont:Character ;
    lvont:represents "𧽅"^^xsd:string .

<http://lexvo.org/id/char/27F46> a lvont:Character ;
    lvont:represents "𧽆"^^xsd:string .

<http://lexvo.org/id/char/27F47> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/d%E1%BA%A5y>,
        "𧽇"^^xsd:string .

<http://lexvo.org/id/char/27F48> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/d%E1%BA%A5y>,
        "𧽈"^^xsd:string .

<http://lexvo.org/id/char/27F49> a lvont:Character ;
    lvont:represents "𧽉"^^xsd:string .

<http://lexvo.org/id/char/27F4A> a lvont:Character ;
    lvont:represents "𧽊"^^xsd:string .

<http://lexvo.org/id/char/27F4B> a lvont:Character ;
    lvont:represents "𧽋"^^xsd:string .

<http://lexvo.org/id/char/27F4C> a lvont:Character ;
    lvont:represents "𧽌"^^xsd:string .

<http://lexvo.org/id/char/27F4D> a lvont:Character ;
    lvont:represents "𧽍"^^xsd:string ;
    rdfs:comment "to jolt in trotting"@en .

<http://lexvo.org/id/char/27F4E> a lvont:Character ;
    lvont:represents "𧽎"^^xsd:string .

<http://lexvo.org/id/char/27F4F> a lvont:Character ;
    lvont:represents "𧽏"^^xsd:string .

<http://lexvo.org/id/char/27F5> a lvont:Character ;
    lvont:represents "⟵"^^xsd:string ;
    rdfs:comment "LONG LEFTWARDS ARROW"@en .

<http://lexvo.org/id/char/27F50> a lvont:Character ;
    lvont:represents "𧽐"^^xsd:string .

<http://lexvo.org/id/char/27F51> a lvont:Character ;
    lvont:represents "𧽑"^^xsd:string .

<http://lexvo.org/id/char/27F52> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/cau5>,
        <http://lexvo.org/id/term/yue/%F0%A7%BD%92>,
        "𧽒"^^xsd:string .

<http://lexvo.org/id/char/27F53> a lvont:Character ;
    lvont:represents "𧽓"^^xsd:string .

<http://lexvo.org/id/char/27F54> a lvont:Character ;
    lvont:represents "𧽔"^^xsd:string .

<http://lexvo.org/id/char/27F55> a lvont:Character ;
    lvont:represents "𧽕"^^xsd:string .

<http://lexvo.org/id/char/27F56> a lvont:Character ;
    lvont:represents "𧽖"^^xsd:string .

<http://lexvo.org/id/char/27F57> a lvont:Character ;
    lvont:represents "𧽗"^^xsd:string .

<http://lexvo.org/id/char/27F58> a lvont:Character ;
    lvont:represents "𧽘"^^xsd:string .

<http://lexvo.org/id/char/27F59> a lvont:Character ;
    lvont:represents "𧽙"^^xsd:string .

<http://lexvo.org/id/char/27F5A> a lvont:Character ;
    lvont:represents "𧽚"^^xsd:string .

<http://lexvo.org/id/char/27F5B> a lvont:Character ;
    lvont:represents "𧽛"^^xsd:string .

<http://lexvo.org/id/char/27F5C> a lvont:Character ;
    lvont:represents "𧽜"^^xsd:string .

<http://lexvo.org/id/char/27F5D> a lvont:Character ;
    lvont:represents "𧽝"^^xsd:string .

<http://lexvo.org/id/char/27F5E> a lvont:Character ;
    lvont:represents "𧽞"^^xsd:string .

<http://lexvo.org/id/char/27F5F> a lvont:Character ;
    lvont:represents "𧽟"^^xsd:string .

<http://lexvo.org/id/char/27F6> a lvont:Character ;
    lvont:represents "⟶"^^xsd:string ;
    rdfs:comment "LONG RIGHTWARDS ARROW"@en .

<http://lexvo.org/id/char/27F60> a lvont:Character ;
    lvont:represents "𧽠"^^xsd:string .

<http://lexvo.org/id/char/27F61> a lvont:Character ;
    lvont:represents "𧽡"^^xsd:string .

<http://lexvo.org/id/char/27F62> a lvont:Character ;
    lvont:represents "𧽢"^^xsd:string .

<http://lexvo.org/id/char/27F63> a lvont:Character ;
    lvont:represents "𧽣"^^xsd:string .

<http://lexvo.org/id/char/27F64> a lvont:Character ;
    lvont:represents "𧽤"^^xsd:string .

<http://lexvo.org/id/char/27F65> a lvont:Character ;
    lvont:represents "𧽥"^^xsd:string .

<http://lexvo.org/id/char/27F66> a lvont:Character ;
    lvont:represents "𧽦"^^xsd:string .

<http://lexvo.org/id/char/27F67> a lvont:Character ;
    lvont:represents "𧽧"^^xsd:string .

<http://lexvo.org/id/char/27F68> a lvont:Character ;
    lvont:represents "𧽨"^^xsd:string .

<http://lexvo.org/id/char/27F69> a lvont:Character ;
    lvont:represents "𧽩"^^xsd:string .

<http://lexvo.org/id/char/27F6A> a lvont:Character ;
    lvont:represents "𧽪"^^xsd:string .

<http://lexvo.org/id/char/27F6B> a lvont:Character ;
    lvont:represents "𧽫"^^xsd:string .

<http://lexvo.org/id/char/27F6C> a lvont:Character ;
    lvont:represents "𧽬"^^xsd:string .

<http://lexvo.org/id/char/27F6D> a lvont:Character ;
    lvont:represents "𧽭"^^xsd:string .

<http://lexvo.org/id/char/27F6E> a lvont:Character ;
    lvont:represents "𧽮"^^xsd:string .

<http://lexvo.org/id/char/27F6F> a lvont:Character ;
    lvont:represents "𧽯"^^xsd:string .

<http://lexvo.org/id/char/27F7> a lvont:Character ;
    lvont:represents "⟷"^^xsd:string ;
    rdfs:comment "LONG LEFT RIGHT ARROW"@en .

<http://lexvo.org/id/char/27F70> a lvont:Character ;
    lvont:represents "𧽰"^^xsd:string .

<http://lexvo.org/id/char/27F71> a lvont:Character ;
    lvont:represents "𧽱"^^xsd:string .

<http://lexvo.org/id/char/27F72> a lvont:Character ;
    lvont:represents "𧽲"^^xsd:string .

<http://lexvo.org/id/char/27F73> a lvont:Character ;
    lvont:represents "𧽳"^^xsd:string .

<http://lexvo.org/id/char/27F74> a lvont:Character ;
    lvont:represents "𧽴"^^xsd:string .

<http://lexvo.org/id/char/27F75> a lvont:Character ;
    lvont:represents "𧽵"^^xsd:string .

<http://lexvo.org/id/char/27F76> a lvont:Character ;
    lvont:represents "𧽶"^^xsd:string .

<http://lexvo.org/id/char/27F77> a lvont:Character ;
    lvont:represents "𧽷"^^xsd:string .

<http://lexvo.org/id/char/27F78> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%F0%A7%BD%B8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ju%C3%A9>,
        "𧽸"^^xsd:string ;
    rdfs:comment "to step, jump"@en .

<http://lexvo.org/id/char/27F79> a lvont:Character ;
    lvont:represents "𧽹"^^xsd:string .

<http://lexvo.org/id/char/27F7A> a lvont:Character ;
    lvont:represents "𧽺"^^xsd:string .

<http://lexvo.org/id/char/27F7B> a lvont:Character ;
    lvont:represents "𧽻"^^xsd:string .

<http://lexvo.org/id/char/27F7C> a lvont:Character ;
    lvont:represents "𧽼"^^xsd:string .

<http://lexvo.org/id/char/27F7D> a lvont:Character ;
    lvont:represents "𧽽"^^xsd:string .

<http://lexvo.org/id/char/27F7E> a lvont:Character ;
    lvont:represents "𧽾"^^xsd:string .

<http://lexvo.org/id/char/27F7F> a lvont:Character ;
    lvont:represents "𧽿"^^xsd:string .

<http://lexvo.org/id/char/27F8> a lvont:Character ;
    lvont:represents "⟸"^^xsd:string ;
    rdfs:comment "LONG LEFTWARDS DOUBLE ARROW"@en .

<http://lexvo.org/id/char/27F80> a lvont:Character ;
    lvont:represents "𧾀"^^xsd:string .

<http://lexvo.org/id/char/27F81> a lvont:Character ;
    lvont:represents "𧾁"^^xsd:string .

<http://lexvo.org/id/char/27F82> a lvont:Character ;
    lvont:represents "𧾂"^^xsd:string .

<http://lexvo.org/id/char/27F83> a lvont:Character ;
    lvont:represents "𧾃"^^xsd:string .

<http://lexvo.org/id/char/27F84> a lvont:Character ;
    lvont:represents "𧾄"^^xsd:string .

<http://lexvo.org/id/char/27F85> a lvont:Character ;
    lvont:represents "𧾅"^^xsd:string .

<http://lexvo.org/id/char/27F86> a lvont:Character ;
    lvont:represents "𧾆"^^xsd:string .

<http://lexvo.org/id/char/27F87> a lvont:Character ;
    lvont:represents "𧾇"^^xsd:string .

<http://lexvo.org/id/char/27F88> a lvont:Character ;
    lvont:represents "𧾈"^^xsd:string .

<http://lexvo.org/id/char/27F89> a lvont:Character ;
    lvont:represents "𧾉"^^xsd:string .

<http://lexvo.org/id/char/27F8A> a lvont:Character ;
    lvont:represents "𧾊"^^xsd:string .

<http://lexvo.org/id/char/27F8B> a lvont:Character ;
    lvont:represents "𧾋"^^xsd:string .

<http://lexvo.org/id/char/27F8C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/tr%E1%BB%91n>,
        "𧾌"^^xsd:string .

<http://lexvo.org/id/char/27F8D> a lvont:Character ;
    lvont:represents "𧾍"^^xsd:string .

<http://lexvo.org/id/char/27F8E> a lvont:Character ;
    lvont:represents "𧾎"^^xsd:string .

<http://lexvo.org/id/char/27F8F> a lvont:Character ;
    lvont:represents "𧾏"^^xsd:string .

<http://lexvo.org/id/char/27F9> a lvont:Character ;
    lvont:represents "⟹"^^xsd:string ;
    rdfs:comment "LONG RIGHTWARDS DOUBLE ARROW"@en .

<http://lexvo.org/id/char/27F90> a lvont:Character ;
    lvont:represents "𧾐"^^xsd:string .

<http://lexvo.org/id/char/27F91> a lvont:Character ;
    lvont:represents "𧾑"^^xsd:string .

<http://lexvo.org/id/char/27F92> a lvont:Character ;
    lvont:represents "𧾒"^^xsd:string .

<http://lexvo.org/id/char/27F93> a lvont:Character ;
    lvont:represents "𧾓"^^xsd:string .

<http://lexvo.org/id/char/27F94> a lvont:Character ;
    lvont:represents "𧾔"^^xsd:string .

<http://lexvo.org/id/char/27F95> a lvont:Character ;
    lvont:represents "𧾕"^^xsd:string .

<http://lexvo.org/id/char/27F96> a lvont:Character ;
    lvont:represents "𧾖"^^xsd:string .

<http://lexvo.org/id/char/27F97> a lvont:Character ;
    lvont:represents "𧾗"^^xsd:string .

<http://lexvo.org/id/char/27F98> a lvont:Character ;
    lvont:represents "𧾘"^^xsd:string .

<http://lexvo.org/id/char/27F99> a lvont:Character ;
    lvont:represents "𧾙"^^xsd:string .

<http://lexvo.org/id/char/27F9A> a lvont:Character ;
    lvont:represents "𧾚"^^xsd:string .

<http://lexvo.org/id/char/27F9B> a lvont:Character ;
    lvont:represents "𧾛"^^xsd:string .

<http://lexvo.org/id/char/27F9C> a lvont:Character ;
    lvont:represents "𧾜"^^xsd:string .

<http://lexvo.org/id/char/27F9D> a lvont:Character ;
    lvont:represents "𧾝"^^xsd:string .

<http://lexvo.org/id/char/27F9E> a lvont:Character ;
    lvont:represents "𧾞"^^xsd:string .

<http://lexvo.org/id/char/27F9F> a lvont:Character ;
    lvont:represents "𧾟"^^xsd:string .

<http://lexvo.org/id/char/27FA> a lvont:Character ;
    lvont:represents "⟺"^^xsd:string ;
    rdfs:comment "LONG LEFT RIGHT DOUBLE ARROW"@en .

<http://lexvo.org/id/char/27FA0> a lvont:Character ;
    lvont:represents "𧾠"^^xsd:string .

<http://lexvo.org/id/char/27FA1> a lvont:Character ;
    lvont:represents "𧾡"^^xsd:string .

<http://lexvo.org/id/char/27FA2> a lvont:Character ;
    lvont:represents "𧾢"^^xsd:string .

<http://lexvo.org/id/char/27FA3> a lvont:Character ;
    lvont:represents "𧾣"^^xsd:string .

<http://lexvo.org/id/char/27FA4> a lvont:Character ;
    lvont:represents "𧾤"^^xsd:string .

<http://lexvo.org/id/char/27FA5> a lvont:Character ;
    lvont:represents "𧾥"^^xsd:string .

<http://lexvo.org/id/char/27FA6> a lvont:Character ;
    lvont:represents "𧾦"^^xsd:string .

<http://lexvo.org/id/char/27FA7> a lvont:Character ;
    lvont:represents "𧾧"^^xsd:string .

<http://lexvo.org/id/char/27FA8> a lvont:Character ;
    lvont:represents "𧾨"^^xsd:string .

<http://lexvo.org/id/char/27FA9> a lvont:Character ;
    lvont:represents "𧾩"^^xsd:string .

<http://lexvo.org/id/char/27FAA> a lvont:Character ;
    lvont:represents "𧾪"^^xsd:string .

<http://lexvo.org/id/char/27FAB> a lvont:Character ;
    lvont:represents "𧾫"^^xsd:string .

<http://lexvo.org/id/char/27FAC> a lvont:Character ;
    lvont:represents "𧾬"^^xsd:string .

<http://lexvo.org/id/char/27FAD> a lvont:Character ;
    lvont:represents "𧾭"^^xsd:string .

<http://lexvo.org/id/char/27FAE> a lvont:Character ;
    lvont:represents "𧾮"^^xsd:string .

<http://lexvo.org/id/char/27FAF> a lvont:Character ;
    lvont:represents "𧾯"^^xsd:string .

<http://lexvo.org/id/char/27FB> a lvont:Character ;
    lvont:represents "⟻"^^xsd:string ;
    rdfs:comment "LONG LEFTWARDS ARROW FROM BAR"@en .

<http://lexvo.org/id/char/27FB0> a lvont:Character ;
    lvont:represents "𧾰"^^xsd:string .

<http://lexvo.org/id/char/27FB1> a lvont:Character ;
    lvont:represents "𧾱"^^xsd:string .

<http://lexvo.org/id/char/27FB2> a lvont:Character ;
    lvont:represents "𧾲"^^xsd:string .

<http://lexvo.org/id/char/27FB3> a lvont:Character ;
    lvont:represents "𧾳"^^xsd:string .

<http://lexvo.org/id/char/27FB4> a lvont:Character ;
    lvont:represents "𧾴"^^xsd:string .

<http://lexvo.org/id/char/27FB5> a lvont:Character ;
    lvont:represents "𧾵"^^xsd:string .

<http://lexvo.org/id/char/27FB6> a lvont:Character ;
    lvont:represents "𧾶"^^xsd:string .

<http://lexvo.org/id/char/27FB8> a lvont:Character ;
    lvont:represents "𧾸"^^xsd:string .

<http://lexvo.org/id/char/27FB9> a lvont:Character ;
    lvont:represents "𧾹"^^xsd:string .

<http://lexvo.org/id/char/27FBA> a lvont:Character ;
    lvont:represents "𧾺"^^xsd:string .

<http://lexvo.org/id/char/27FBB> a lvont:Character ;
    lvont:represents "𧾻"^^xsd:string .

<http://lexvo.org/id/char/27FBC> a lvont:Character ;
    lvont:represents "𧾼"^^xsd:string .

<http://lexvo.org/id/char/27FBD> a lvont:Character ;
    lvont:represents "𧾽"^^xsd:string .

<http://lexvo.org/id/char/27FBE> a lvont:Character ;
    lvont:represents "𧾾"^^xsd:string .

<http://lexvo.org/id/char/27FBF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/tr%C3%A9o>,
        "𧾿"^^xsd:string .

<http://lexvo.org/id/char/27FC> a lvont:Character ;
    lvont:represents "⟼"^^xsd:string ;
    rdfs:comment "LONG RIGHTWARDS ARROW FROM BAR"@en .

<http://lexvo.org/id/char/27FC0> a lvont:Character ;
    lvont:represents "𧿀"^^xsd:string .

<http://lexvo.org/id/char/27FC1> a lvont:Character ;
    lvont:represents "𧿁"^^xsd:string .

<http://lexvo.org/id/char/27FC2> a lvont:Character ;
    lvont:represents "𧿂"^^xsd:string .

<http://lexvo.org/id/char/27FC3> a lvont:Character ;
    lvont:represents "𧿃"^^xsd:string .

<http://lexvo.org/id/char/27FC4> a lvont:Character ;
    lvont:represents "𧿄"^^xsd:string .

<http://lexvo.org/id/char/27FC5> a lvont:Character ;
    lvont:represents "𧿅"^^xsd:string .

<http://lexvo.org/id/char/27FC6> a lvont:Character ;
    lvont:represents "𧿆"^^xsd:string .

<http://lexvo.org/id/char/27FC7> a lvont:Character ;
    lvont:represents "𧿇"^^xsd:string .

<http://lexvo.org/id/char/27FC8> a lvont:Character ;
    lvont:represents "𧿈"^^xsd:string .

<http://lexvo.org/id/char/27FC9> a lvont:Character ;
    lvont:represents "𧿉"^^xsd:string .

<http://lexvo.org/id/char/27FCA> a lvont:Character ;
    lvont:represents "𧿊"^^xsd:string .

<http://lexvo.org/id/char/27FCB> a lvont:Character ;
    lvont:represents "𧿋"^^xsd:string .

<http://lexvo.org/id/char/27FCC> a lvont:Character ;
    lvont:represents "𧿌"^^xsd:string .

<http://lexvo.org/id/char/27FCD> a lvont:Character ;
    lvont:represents "𧿍"^^xsd:string .

<http://lexvo.org/id/char/27FCE> a lvont:Character ;
    lvont:represents "𧿎"^^xsd:string .

<http://lexvo.org/id/char/27FCF> a lvont:Character ;
    lvont:represents "𧿏"^^xsd:string .

<http://lexvo.org/id/char/27FD> a lvont:Character ;
    lvont:represents "⟽"^^xsd:string ;
    rdfs:comment "LONG LEFTWARDS DOUBLE ARROW FROM BAR"@en .

<http://lexvo.org/id/char/27FD0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/chen>,
        "𧿐"^^xsd:string .

<http://lexvo.org/id/char/27FD1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/nh%E1%BA%AFc>,
        "𧿑"^^xsd:string .

<http://lexvo.org/id/char/27FD2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/dam6>,
        <http://lexvo.org/id/term/yue/%F0%A7%BF%92>,
        "𧿒"^^xsd:string ;
    rdfs:comment "(Cant.) to stamp (one's foot)"@en .

<http://lexvo.org/id/char/27FD3> a lvont:Character ;
    lvont:represents "𧿓"^^xsd:string .

<http://lexvo.org/id/char/27FD4> a lvont:Character ;
    lvont:represents "𧿔"^^xsd:string .

<http://lexvo.org/id/char/27FD5> a lvont:Character ;
    lvont:represents "𧿕"^^xsd:string .

<http://lexvo.org/id/char/27FD6> a lvont:Character ;
    lvont:represents "𧿖"^^xsd:string .

<http://lexvo.org/id/char/27FD7> a lvont:Character ;
    lvont:represents "𧿗"^^xsd:string .

<http://lexvo.org/id/char/27FD8> a lvont:Character ;
    lvont:represents "𧿘"^^xsd:string .

<http://lexvo.org/id/char/27FD9> a lvont:Character ;
    lvont:represents "𧿙"^^xsd:string .

<http://lexvo.org/id/char/27FDA> a lvont:Character ;
    lvont:represents "𧿚"^^xsd:string .

<http://lexvo.org/id/char/27FDB> a lvont:Character ;
    lvont:represents "𧿛"^^xsd:string .

<http://lexvo.org/id/char/27FDC> a lvont:Character ;
    lvont:represents "𧿜"^^xsd:string .

<http://lexvo.org/id/char/27FDD> a lvont:Character ;
    lvont:represents "𧿝"^^xsd:string .

<http://lexvo.org/id/char/27FDE> a lvont:Character ;
    lvont:represents "𧿞"^^xsd:string .

<http://lexvo.org/id/char/27FDF> a lvont:Character ;
    lvont:represents "𧿟"^^xsd:string .

<http://lexvo.org/id/char/27FE> a lvont:Character ;
    lvont:represents "⟾"^^xsd:string ;
    rdfs:comment "LONG RIGHTWARDS DOUBLE ARROW FROM BAR"@en .

<http://lexvo.org/id/char/27FE0> a lvont:Character ;
    lvont:represents "𧿠"^^xsd:string .

<http://lexvo.org/id/char/27FE1> a lvont:Character ;
    lvont:represents "𧿡"^^xsd:string .

<http://lexvo.org/id/char/27FE2> a lvont:Character ;
    lvont:represents "𧿢"^^xsd:string .

<http://lexvo.org/id/char/27FE3> a lvont:Character ;
    lvont:represents "𧿣"^^xsd:string .

<http://lexvo.org/id/char/27FE4> a lvont:Character ;
    lvont:represents "𧿤"^^xsd:string .

<http://lexvo.org/id/char/27FE5> a lvont:Character ;
    lvont:represents "𧿥"^^xsd:string .

<http://lexvo.org/id/char/27FE6> a lvont:Character ;
    lvont:represents "𧿦"^^xsd:string .

<http://lexvo.org/id/char/27FE7> a lvont:Character ;
    lvont:represents "𧿧"^^xsd:string .

<http://lexvo.org/id/char/27FE8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/tr%E1%BB%9F>,
        "𧿨"^^xsd:string .

<http://lexvo.org/id/char/27FE9> a lvont:Character ;
    lvont:represents "𧿩"^^xsd:string .

<http://lexvo.org/id/char/27FEA> a lvont:Character ;
    lvont:represents "𧿪"^^xsd:string .

<http://lexvo.org/id/char/27FEB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/d%E1%BA%A5u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tau2>,
        <http://lexvo.org/id/term/yue/%F0%A7%BF%AB>,
        "𧿫"^^xsd:string ;
    rdfs:comment "(Cant.) to have a rest"@en .

<http://lexvo.org/id/char/27FEC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/nh%C3%B3n>,
        "𧿬"^^xsd:string .

<http://lexvo.org/id/char/27FED> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/v%E1%BA%BFt>,
        "𧿭"^^xsd:string .

<http://lexvo.org/id/char/27FEE> a lvont:Character ;
    lvont:represents "𧿮"^^xsd:string .

<http://lexvo.org/id/char/27FEF> a lvont:Character ;
    lvont:represents "𧿯"^^xsd:string .

<http://lexvo.org/id/char/27FF> a lvont:Character ;
    lvont:represents "⟿"^^xsd:string ;
    rdfs:comment "LONG RIGHTWARDS SQUIGGLE ARROW"@en .

<http://lexvo.org/id/char/27FF0> a lvont:Character ;
    lvont:represents "𧿰"^^xsd:string .

<http://lexvo.org/id/char/27FF1> a lvont:Character ;
    lvont:represents "𧿱"^^xsd:string .

<http://lexvo.org/id/char/27FF2> a lvont:Character ;
    lvont:represents "𧿲"^^xsd:string .

<http://lexvo.org/id/char/27FF3> a lvont:Character ;
    lvont:represents "𧿳"^^xsd:string .

<http://lexvo.org/id/char/27FF4> a lvont:Character ;
    lvont:represents "𧿴"^^xsd:string .

<http://lexvo.org/id/char/27FF5> a lvont:Character ;
    lvont:represents "𧿵"^^xsd:string .

<http://lexvo.org/id/char/27FF6> a lvont:Character ;
    lvont:represents "𧿶"^^xsd:string .

<http://lexvo.org/id/char/27FF7> a lvont:Character ;
    lvont:represents "𧿷"^^xsd:string .

<http://lexvo.org/id/char/27FF8> a lvont:Character ;
    lvont:represents "𧿸"^^xsd:string .

<http://lexvo.org/id/char/27FF9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/mau5>,
        <http://lexvo.org/id/term/yue/%F0%A7%BF%B9>,
        "𧿹"^^xsd:string ;
    rdfs:comment "thumb, big toe"@en .

<http://lexvo.org/id/char/27FFA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/xo%E1%BA%AFt>,
        "𧿺"^^xsd:string .

<http://lexvo.org/id/char/27FFB> a lvont:Character ;
    lvont:represents "𧿻"^^xsd:string .

<http://lexvo.org/id/char/27FFC> a lvont:Character ;
    lvont:represents "𧿼"^^xsd:string .

<http://lexvo.org/id/char/27FFD> a lvont:Character ;
    lvont:represents "𧿽"^^xsd:string .

<http://lexvo.org/id/char/27FFE> a lvont:Character ;
    lvont:represents "𧿾"^^xsd:string .

<http://lexvo.org/id/char/27FFF> a lvont:Character ;
    lvont:represents "𧿿"^^xsd:string .

<http://lexvo.org/id/char/2800> a lvont:Character ;
    lvont:represents "⠀"^^xsd:string ;
    rdfs:comment "BRAILLE PATTERN BLANK"@en .

<http://lexvo.org/id/char/28000> a lvont:Character ;
    lvont:represents "𨀀"^^xsd:string .

<http://lexvo.org/id/char/28001> a lvont:Character ;
    lvont:represents "𨀁"^^xsd:string .

<http://lexvo.org/id/char/28002> a lvont:Character ;
    lvont:represents "𨀂"^^xsd:string .

<http://lexvo.org/id/char/28003> a lvont:Character ;
    lvont:represents "𨀃"^^xsd:string .

<http://lexvo.org/id/char/28004> a lvont:Character ;
    lvont:represents "𨀄"^^xsd:string .

<http://lexvo.org/id/char/28005> a lvont:Character ;
    lvont:represents "𨀅"^^xsd:string .

<http://lexvo.org/id/char/28006> a lvont:Character ;
    lvont:represents "𨀆"^^xsd:string .

<http://lexvo.org/id/char/28007> a lvont:Character ;
    lvont:represents "𨀇"^^xsd:string .

<http://lexvo.org/id/char/28008> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/b%C6%B0%E1%BB%9Bc>,
        "𨀈"^^xsd:string .

<http://lexvo.org/id/char/28009> a lvont:Character ;
    lvont:represents "𨀉"^^xsd:string .

<http://lexvo.org/id/char/2800A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/d%E1%BA%ADng>,
        "𨀊"^^xsd:string .

<http://lexvo.org/id/char/2800B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/s%E1%BA%A9y>,
        "𨀋"^^xsd:string .

<http://lexvo.org/id/char/2800C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/l%C3%A1nh>,
        "𨀌"^^xsd:string .

<http://lexvo.org/id/char/2800D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/d%C3%B9ng>,
        "𨀍"^^xsd:string .

<http://lexvo.org/id/char/2800E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/l%E1%BB%99p>,
        "𨀎"^^xsd:string .

<http://lexvo.org/id/char/2800F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/%C4%91%E1%BA%BFn>,
        "𨀏"^^xsd:string .

<http://lexvo.org/id/char/2801> a lvont:Character ;
    lvont:represents "⠁"^^xsd:string ;
    rdfs:comment "BRAILLE PATTERN DOTS-1"@en .

<http://lexvo.org/id/char/28010> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/rong>,
        "𨀐"^^xsd:string .

<http://lexvo.org/id/char/28011> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ngo%C3%A1y>,
        "𨀑"^^xsd:string .

<http://lexvo.org/id/char/28012> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/v%C3%B3>,
        "𨀒"^^xsd:string .

<http://lexvo.org/id/char/28013> a lvont:Character ;
    lvont:represents "𨀓"^^xsd:string .

<http://lexvo.org/id/char/28014> a lvont:Character ;
    lvont:represents "𨀔"^^xsd:string .

<http://lexvo.org/id/char/28015> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/%C4%91i>,
        "𨀕"^^xsd:string .

<http://lexvo.org/id/char/28016> a lvont:Character ;
    lvont:represents "𨀖"^^xsd:string .

<http://lexvo.org/id/char/28017> a lvont:Character ;
    lvont:represents "𨀗"^^xsd:string .

<http://lexvo.org/id/char/28018> a lvont:Character ;
    lvont:represents "𨀘"^^xsd:string .

<http://lexvo.org/id/char/28019> a lvont:Character ;
    lvont:represents "𨀙"^^xsd:string .

<http://lexvo.org/id/char/2801A> a lvont:Character ;
    lvont:represents "𨀚"^^xsd:string .

<http://lexvo.org/id/char/2801B> a lvont:Character ;
    lvont:represents "𨀛"^^xsd:string .

<http://lexvo.org/id/char/2801C> a lvont:Character ;
    lvont:represents "𨀜"^^xsd:string .

<http://lexvo.org/id/char/2801D> a lvont:Character ;
    lvont:represents "𨀝"^^xsd:string .

<http://lexvo.org/id/char/2801E> a lvont:Character ;
    lvont:represents "𨀞"^^xsd:string .

<http://lexvo.org/id/char/2801F> a lvont:Character ;
    lvont:represents "𨀟"^^xsd:string .

<http://lexvo.org/id/char/2802> a lvont:Character ;
    lvont:represents "⠂"^^xsd:string ;
    rdfs:comment "BRAILLE PATTERN DOTS-2"@en .

<http://lexvo.org/id/char/28020> a lvont:Character ;
    lvont:represents "𨀠"^^xsd:string .

<http://lexvo.org/id/char/28021> a lvont:Character ;
    lvont:represents "𨀡"^^xsd:string .

<http://lexvo.org/id/char/28022> a lvont:Character ;
    lvont:represents "𨀢"^^xsd:string .

<http://lexvo.org/id/char/28023> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/kei2>,
        <http://lexvo.org/id/term/yue/%F0%A8%80%A3>,
        "𨀣"^^xsd:string ;
    rdfs:comment "(Cant.) a home, house"@en .

<http://lexvo.org/id/char/28024> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ch%E1%BB%8Di>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/leoi1>,
        <http://lexvo.org/id/term/yue/%F0%A8%80%A4>,
        "𨀤"^^xsd:string ;
    rdfs:comment "(Cant.) to suddenly fall or drop down"@en .

<http://lexvo.org/id/char/28025> a lvont:Character ;
    lvont:represents "𨀥"^^xsd:string .

<http://lexvo.org/id/char/28026> a lvont:Character ;
    lvont:represents "𨀦"^^xsd:string .

<http://lexvo.org/id/char/28027> a lvont:Character ;
    lvont:represents "𨀧"^^xsd:string .

<http://lexvo.org/id/char/28028> a lvont:Character ;
    lvont:represents "𨀨"^^xsd:string .

<http://lexvo.org/id/char/28029> a lvont:Character ;
    lvont:represents "𨀩"^^xsd:string .

<http://lexvo.org/id/char/2802A> a lvont:Character ;
    lvont:represents "𨀪"^^xsd:string .

<http://lexvo.org/id/char/2802B> a lvont:Character ;
    lvont:represents "𨀫"^^xsd:string .

<http://lexvo.org/id/char/2802C> a lvont:Character ;
    lvont:represents "𨀬"^^xsd:string .

<http://lexvo.org/id/char/2802D> a lvont:Character ;
    lvont:represents "𨀭"^^xsd:string .

<http://lexvo.org/id/char/2802E> a lvont:Character ;
    lvont:represents "𨀮"^^xsd:string .

<http://lexvo.org/id/char/2802F> a lvont:Character ;
    lvont:represents "𨀯"^^xsd:string .

<http://lexvo.org/id/char/2803> a lvont:Character ;
    lvont:represents "⠃"^^xsd:string ;
    rdfs:comment "BRAILLE PATTERN DOTS-12"@en .

<http://lexvo.org/id/char/28030> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/b%C4%83ng>,
        "𨀰"^^xsd:string .

<http://lexvo.org/id/char/28031> a lvont:Character ;
    lvont:represents "𨀱"^^xsd:string .

<http://lexvo.org/id/char/28032> a lvont:Character ;
    lvont:represents "𨀲"^^xsd:string .

<http://lexvo.org/id/char/28033> a lvont:Character ;
    lvont:represents "𨀳"^^xsd:string .

<http://lexvo.org/id/char/28034> a lvont:Character ;
    lvont:represents "𨀴"^^xsd:string .

<http://lexvo.org/id/char/28035> a lvont:Character ;
    lvont:represents "𨀵"^^xsd:string .

<http://lexvo.org/id/char/28036> a lvont:Character ;
    lvont:represents "𨀶"^^xsd:string .

<http://lexvo.org/id/char/28037> a lvont:Character ;
    lvont:represents "𨀷"^^xsd:string .

<http://lexvo.org/id/char/28038> a lvont:Character ;
    lvont:represents "𨀸"^^xsd:string .

<http://lexvo.org/id/char/28039> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/gi%E1%BA%A1ng>,
        "𨀹"^^xsd:string .

<http://lexvo.org/id/char/2803A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/l%E1%BA%BFt>,
        "𨀺"^^xsd:string .

<http://lexvo.org/id/char/2803B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/nh%C3%B2ng>,
        "𨀻"^^xsd:string .

<http://lexvo.org/id/char/2803C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/r%E1%BA%A3o>,
        "𨀼"^^xsd:string .

<http://lexvo.org/id/char/2803D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/r%C3%ADu>,
        "𨀽"^^xsd:string .

<http://lexvo.org/id/char/2803E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/nh%E1%BB%A1>,
        "𨀾"^^xsd:string .

<http://lexvo.org/id/char/2803F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/c%E1%BA%B3ng>,
        "𨀿"^^xsd:string .

<http://lexvo.org/id/char/2804> a lvont:Character ;
    lvont:represents "⠄"^^xsd:string ;
    rdfs:comment "BRAILLE PATTERN DOTS-3"@en .

<http://lexvo.org/id/char/28040> a lvont:Character ;
    lvont:represents "𨁀"^^xsd:string .

<http://lexvo.org/id/char/28041> a lvont:Character ;
    lvont:represents "𨁁"^^xsd:string .

<http://lexvo.org/id/char/28042> a lvont:Character ;
    lvont:represents "𨁂"^^xsd:string .

<http://lexvo.org/id/char/28043> a lvont:Character ;
    lvont:represents "𨁃"^^xsd:string .

<http://lexvo.org/id/char/28044> a lvont:Character ;
    lvont:represents "𨁄"^^xsd:string .

<http://lexvo.org/id/char/28045> a lvont:Character ;
    lvont:represents "𨁅"^^xsd:string .

<http://lexvo.org/id/char/28046> a lvont:Character ;
    lvont:represents "𨁆"^^xsd:string .

<http://lexvo.org/id/char/28047> a lvont:Character ;
    lvont:represents "𨁇"^^xsd:string .

<http://lexvo.org/id/char/28048> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/gaang3>,
        <http://lexvo.org/id/term/yue/%F0%A8%81%88>,
        "𨁈"^^xsd:string ;
    rdfs:comment "(Cant.) to ford, wade"@en .

<http://lexvo.org/id/char/28049> a lvont:Character ;
    lvont:represents "𨁉"^^xsd:string .

<http://lexvo.org/id/char/2804A> a lvont:Character ;
    lvont:represents "𨁊"^^xsd:string .

<http://lexvo.org/id/char/2804B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/%C4%91%E1%BA%ADu>,
        "𨁋"^^xsd:string .

<http://lexvo.org/id/char/2804C> a lvont:Character ;
    lvont:represents "𨁌"^^xsd:string .

<http://lexvo.org/id/char/2804D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/r%C3%A9n>,
        "𨁍"^^xsd:string .

<http://lexvo.org/id/char/2804E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/cho%C3%A0nh>,
        "𨁎"^^xsd:string .

<http://lexvo.org/id/char/2804F> a lvont:Character ;
    lvont:represents "𨁏"^^xsd:string .

<http://lexvo.org/id/char/2805> a lvont:Character ;
    lvont:represents "⠅"^^xsd:string ;
    rdfs:comment "BRAILLE PATTERN DOTS-13"@en .

<http://lexvo.org/id/char/28050> a lvont:Character ;
    lvont:represents "𨁐"^^xsd:string .

<http://lexvo.org/id/char/28051> a lvont:Character ;
    lvont:represents "𨁑"^^xsd:string .

<http://lexvo.org/id/char/28052> a lvont:Character ;
    lvont:represents "𨁒"^^xsd:string .

<http://lexvo.org/id/char/28053> a lvont:Character ;
    lvont:represents "𨁓"^^xsd:string .

<http://lexvo.org/id/char/28054> a lvont:Character ;
    lvont:represents "𨁔"^^xsd:string .

<http://lexvo.org/id/char/28055> a lvont:Character ;
    lvont:represents "𨁕"^^xsd:string .

<http://lexvo.org/id/char/28056> a lvont:Character ;
    lvont:represents "𨁖"^^xsd:string .

<http://lexvo.org/id/char/28057> a lvont:Character ;
    lvont:represents "𨁗"^^xsd:string .

<http://lexvo.org/id/char/28058> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/cho%E1%BA%A3i>,
        "𨁘"^^xsd:string .

<http://lexvo.org/id/char/28059> a lvont:Character ;
    lvont:represents "𨁙"^^xsd:string .

<http://lexvo.org/id/char/2805A> a lvont:Character ;
    lvont:represents "𨁚"^^xsd:string .

<http://lexvo.org/id/char/2805B> a lvont:Character ;
    lvont:represents "𨁛"^^xsd:string .

<http://lexvo.org/id/char/2805C> a lvont:Character ;
    lvont:represents "𨁜"^^xsd:string .

<http://lexvo.org/id/char/2805D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/bu%E1%BB%99t>,
        "𨁝"^^xsd:string .

<http://lexvo.org/id/char/2805E> a lvont:Character ;
    lvont:represents "𨁞"^^xsd:string .

<http://lexvo.org/id/char/2805F> a lvont:Character ;
    lvont:represents "𨁟"^^xsd:string .

<http://lexvo.org/id/char/2806> a lvont:Character ;
    lvont:represents "⠆"^^xsd:string ;
    rdfs:comment "BRAILLE PATTERN DOTS-23"@en .

<http://lexvo.org/id/char/28060> a lvont:Character ;
    lvont:represents "𨁠"^^xsd:string .

<http://lexvo.org/id/char/28061> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/noi>,
        "𨁡"^^xsd:string .

<http://lexvo.org/id/char/28062> a lvont:Character ;
    lvont:represents "𨁢"^^xsd:string .

<http://lexvo.org/id/char/28063> a lvont:Character ;
    lvont:represents "𨁣"^^xsd:string .

<http://lexvo.org/id/char/28064> a lvont:Character ;
    lvont:represents "𨁤"^^xsd:string .

<http://lexvo.org/id/char/28065> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/%C4%91%E1%BB%A7>,
        "𨁥"^^xsd:string .

<http://lexvo.org/id/char/28066> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/l%C3%B5ng>,
        "𨁦"^^xsd:string .

<http://lexvo.org/id/char/28067> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/noi>,
        "𨁧"^^xsd:string .

<http://lexvo.org/id/char/28068> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/cu%E1%BB%91ng>,
        "𨁨"^^xsd:string .

<http://lexvo.org/id/char/28069> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/b%E1%BA%A3>,
        "𨁩"^^xsd:string .

<http://lexvo.org/id/char/2806A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/d%E1%BA%A5u>,
        "𨁪"^^xsd:string .

<http://lexvo.org/id/char/2806B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/l%E1%BB%89a>,
        "𨁫"^^xsd:string .

<http://lexvo.org/id/char/2806C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/du%E1%BB%97i>,
        "𨁬"^^xsd:string .

<http://lexvo.org/id/char/2806D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/r%E1%BA%A3o>,
        "𨁭"^^xsd:string .

<http://lexvo.org/id/char/2806E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/l%E1%BA%A7n>,
        "𨁮"^^xsd:string .

<http://lexvo.org/id/char/2806F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/x%E1%BA%BFch>,
        "𨁯"^^xsd:string .

<http://lexvo.org/id/char/2807> a lvont:Character ;
    lvont:represents "⠇"^^xsd:string ;
    rdfs:comment "BRAILLE PATTERN DOTS-123"@en .

<http://lexvo.org/id/char/28070> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/x%E1%BB%A5i>,
        "𨁰"^^xsd:string .

<http://lexvo.org/id/char/28071> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/v%C3%A3>,
        "𨁱"^^xsd:string .

<http://lexvo.org/id/char/28072> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/%E1%BA%ADp>,
        "𨁲"^^xsd:string .

<http://lexvo.org/id/char/28073> a lvont:Character ;
    lvont:represents "𨁳"^^xsd:string .

<http://lexvo.org/id/char/28074> a lvont:Character ;
    lvont:represents "𨁴"^^xsd:string .

<http://lexvo.org/id/char/28075> a lvont:Character ;
    lvont:represents "𨁵"^^xsd:string .

<http://lexvo.org/id/char/28076> a lvont:Character ;
    lvont:represents "𨁶"^^xsd:string .

<http://lexvo.org/id/char/28077> a lvont:Character ;
    lvont:represents "𨁷"^^xsd:string .

<http://lexvo.org/id/char/28078> a lvont:Character ;
    lvont:represents "𨁸"^^xsd:string .

<http://lexvo.org/id/char/28079> a lvont:Character ;
    lvont:represents "𨁹"^^xsd:string .

<http://lexvo.org/id/char/2807A> a lvont:Character ;
    lvont:represents "𨁺"^^xsd:string .

<http://lexvo.org/id/char/2807B> a lvont:Character ;
    lvont:represents "𨁻"^^xsd:string .

<http://lexvo.org/id/char/2807C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/bon>,
        "𨁼"^^xsd:string .

<http://lexvo.org/id/char/2807D> a lvont:Character ;
    lvont:represents "𨁽"^^xsd:string .

<http://lexvo.org/id/char/2807E> a lvont:Character ;
    lvont:represents "𨁾"^^xsd:string .

<http://lexvo.org/id/char/2807F> a lvont:Character ;
    lvont:represents "𨁿"^^xsd:string .

<http://lexvo.org/id/char/2808> a lvont:Character ;
    lvont:represents "⠈"^^xsd:string ;
    rdfs:comment "BRAILLE PATTERN DOTS-4"@en .

<http://lexvo.org/id/char/28080> a lvont:Character ;
    lvont:represents "𨂀"^^xsd:string .

<http://lexvo.org/id/char/28081> a lvont:Character ;
    lvont:represents "𨂁"^^xsd:string .

<http://lexvo.org/id/char/28082> a lvont:Character ;
    lvont:represents "𨂂"^^xsd:string .

<http://lexvo.org/id/char/28083> a lvont:Character ;
    lvont:represents "𨂃"^^xsd:string .

<http://lexvo.org/id/char/28084> a lvont:Character ;
    lvont:represents "𨂄"^^xsd:string .

<http://lexvo.org/id/char/28085> a lvont:Character ;
    lvont:represents "𨂅"^^xsd:string .

<http://lexvo.org/id/char/28086> a lvont:Character ;
    lvont:represents "𨂆"^^xsd:string .

<http://lexvo.org/id/char/28087> a lvont:Character ;
    lvont:represents "𨂇"^^xsd:string .

<http://lexvo.org/id/char/28088> a lvont:Character ;
    lvont:represents "𨂈"^^xsd:string .

<http://lexvo.org/id/char/28089> a lvont:Character ;
    lvont:represents "𨂉"^^xsd:string .

<http://lexvo.org/id/char/2808A> a lvont:Character ;
    lvont:represents "𨂊"^^xsd:string .

<http://lexvo.org/id/char/2808B> a lvont:Character ;
    lvont:represents "𨂋"^^xsd:string .

<http://lexvo.org/id/char/2808C> a lvont:Character ;
    lvont:represents "𨂌"^^xsd:string .

<http://lexvo.org/id/char/2808D> a lvont:Character ;
    lvont:represents "𨂍"^^xsd:string .

<http://lexvo.org/id/char/2808E> a lvont:Character ;
    lvont:represents "𨂎"^^xsd:string .

<http://lexvo.org/id/char/2808F> a lvont:Character ;
    lvont:represents "𨂏"^^xsd:string .

<http://lexvo.org/id/char/2809> a lvont:Character ;
    lvont:represents "⠉"^^xsd:string ;
    rdfs:comment "BRAILLE PATTERN DOTS-14"@en .

<http://lexvo.org/id/char/28090> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/leoi1>,
        <http://lexvo.org/id/term/yue/%F0%A8%82%90>,
        "𨂐"^^xsd:string ;
    rdfs:comment "(Cant.) to suddenly fall or drop down"@en .

<http://lexvo.org/id/char/28091> a lvont:Character ;
    lvont:represents "𨂑"^^xsd:string .

<http://lexvo.org/id/char/28092> a lvont:Character ;
    lvont:represents "𨂒"^^xsd:string .

<http://lexvo.org/id/char/28093> a lvont:Character ;
    lvont:represents "𨂓"^^xsd:string .

<http://lexvo.org/id/char/28094> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/d%E1%BB%8Dc>,
        "𨂔"^^xsd:string .

<http://lexvo.org/id/char/28095> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/l%E1%BB%93m>,
        "𨂕"^^xsd:string .

<http://lexvo.org/id/char/28096> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/kh%E1%BA%ADp>,
        "𨂖"^^xsd:string .

<http://lexvo.org/id/char/28097> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/co>,
        "𨂗"^^xsd:string .

<http://lexvo.org/id/char/28098> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/r%E1%BA%A7m>,
        "𨂘"^^xsd:string .

<http://lexvo.org/id/char/28099> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/gh%E1%BB%81nh>,
        "𨂙"^^xsd:string .

<http://lexvo.org/id/char/2809A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/r%C3%B3n>,
        "𨂚"^^xsd:string .

<http://lexvo.org/id/char/2809B> a lvont:Character ;
    lvont:represents "𨂛"^^xsd:string .

<http://lexvo.org/id/char/2809C> a lvont:Character ;
    lvont:represents "𨂜"^^xsd:string .

<http://lexvo.org/id/char/2809D> a lvont:Character ;
    lvont:represents "𨂝"^^xsd:string .

<http://lexvo.org/id/char/2809E> a lvont:Character ;
    lvont:represents "𨂞"^^xsd:string .

<http://lexvo.org/id/char/2809F> a lvont:Character ;
    lvont:represents "𨂟"^^xsd:string .

<http://lexvo.org/id/char/280A> a lvont:Character ;
    lvont:represents "⠊"^^xsd:string ;
    rdfs:comment "BRAILLE PATTERN DOTS-24"@en .

<http://lexvo.org/id/char/280A0> a lvont:Character ;
    lvont:represents "𨂠"^^xsd:string .

<http://lexvo.org/id/char/280A1> a lvont:Character ;
    lvont:represents "𨂡"^^xsd:string .

<http://lexvo.org/id/char/280A2> a lvont:Character ;
    lvont:represents "𨂢"^^xsd:string .

<http://lexvo.org/id/char/280A3> a lvont:Character ;
    lvont:represents "𨂣"^^xsd:string .

<http://lexvo.org/id/char/280A4> a lvont:Character ;
    lvont:represents "𨂤"^^xsd:string .

<http://lexvo.org/id/char/280A5> a lvont:Character ;
    lvont:represents "𨂥"^^xsd:string .

<http://lexvo.org/id/char/280A6> a lvont:Character ;
    lvont:represents "𨂦"^^xsd:string .

<http://lexvo.org/id/char/280A7> a lvont:Character ;
    lvont:represents "𨂧"^^xsd:string .

<http://lexvo.org/id/char/280A8> a lvont:Character ;
    lvont:represents "𨂨"^^xsd:string .

<http://lexvo.org/id/char/280A9> a lvont:Character ;
    lvont:represents "𨂩"^^xsd:string .

<http://lexvo.org/id/char/280AA> a lvont:Character ;
    lvont:represents "𨂪"^^xsd:string .

<http://lexvo.org/id/char/280AB> a lvont:Character ;
    lvont:represents "𨂫"^^xsd:string .

<http://lexvo.org/id/char/280AC> a lvont:Character ;
    lvont:represents "𨂬"^^xsd:string .

<http://lexvo.org/id/char/280AD> a lvont:Character ;
    lvont:represents "𨂭"^^xsd:string .

<http://lexvo.org/id/char/280AE> a lvont:Character ;
    lvont:represents "𨂮"^^xsd:string .

<http://lexvo.org/id/char/280AF> a lvont:Character ;
    lvont:represents "𨂯"^^xsd:string .

<http://lexvo.org/id/char/280B> a lvont:Character ;
    lvont:represents "⠋"^^xsd:string ;
    rdfs:comment "BRAILLE PATTERN DOTS-124"@en .

<http://lexvo.org/id/char/280B0> a lvont:Character ;
    lvont:represents "𨂰"^^xsd:string .

<http://lexvo.org/id/char/280B1> a lvont:Character ;
    lvont:represents "𨂱"^^xsd:string .

<http://lexvo.org/id/char/280B2> a lvont:Character ;
    lvont:represents "𨂲"^^xsd:string .

<http://lexvo.org/id/char/280B3> a lvont:Character ;
    lvont:represents "𨂳"^^xsd:string .

<http://lexvo.org/id/char/280B4> a lvont:Character ;
    lvont:represents "𨂴"^^xsd:string .

<http://lexvo.org/id/char/280B5> a lvont:Character ;
    lvont:represents "𨂵"^^xsd:string .

<http://lexvo.org/id/char/280B6> a lvont:Character ;
    lvont:represents "𨂶"^^xsd:string .

<http://lexvo.org/id/char/280B7> a lvont:Character ;
    lvont:represents "𨂷"^^xsd:string .

<http://lexvo.org/id/char/280B8> a lvont:Character ;
    lvont:represents "𨂸"^^xsd:string .

<http://lexvo.org/id/char/280B9> a lvont:Character ;
    lvont:represents "𨂹"^^xsd:string .

<http://lexvo.org/id/char/280BA> a lvont:Character ;
    lvont:represents "𨂺"^^xsd:string .

<http://lexvo.org/id/char/280BB> a lvont:Character ;
    lvont:represents "𨂻"^^xsd:string .

<http://lexvo.org/id/char/280BC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/r%E1%BA%BD>,
        "𨂼"^^xsd:string .

<http://lexvo.org/id/char/280BD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/dam6>,
        <http://lexvo.org/id/term/yue/%F0%A8%82%BD>,
        "𨂽"^^xsd:string ;
    rdfs:comment "(Cant.) to stamp the foot"@en .

<http://lexvo.org/id/char/280BE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/naam3>,
        <http://lexvo.org/id/term/yue/%F0%A8%82%BE>,
        "𨂾"^^xsd:string ;
    rdfs:comment "(Cant.) to step across"@en .

<http://lexvo.org/id/char/280BF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C7%8Ei>,
        "𨂿"^^xsd:string .

<http://lexvo.org/id/char/280C> a lvont:Character ;
    lvont:represents "⠌"^^xsd:string ;
    rdfs:comment "BRAILLE PATTERN DOTS-34"@en .

<http://lexvo.org/id/char/280C0> a lvont:Character ;
    lvont:represents "𨃀"^^xsd:string .

<http://lexvo.org/id/char/280C1> a lvont:Character ;
    lvont:represents "𨃁"^^xsd:string .

<http://lexvo.org/id/char/280C2> a lvont:Character ;
    lvont:represents "𨃂"^^xsd:string .

<http://lexvo.org/id/char/280C3> a lvont:Character ;
    lvont:represents "𨃃"^^xsd:string .

<http://lexvo.org/id/char/280C4> a lvont:Character ;
    lvont:represents "𨃄"^^xsd:string .

<http://lexvo.org/id/char/280C5> a lvont:Character ;
    lvont:represents "𨃅"^^xsd:string .

<http://lexvo.org/id/char/280C6> a lvont:Character ;
    lvont:represents "𨃆"^^xsd:string .

<http://lexvo.org/id/char/280C7> a lvont:Character ;
    lvont:represents "𨃇"^^xsd:string .

<http://lexvo.org/id/char/280C8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/c%E1%BA%B3ng>,
        "𨃈"^^xsd:string .

<http://lexvo.org/id/char/280C9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/gi%C3%A3y>,
        "𨃉"^^xsd:string .

<http://lexvo.org/id/char/280CA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/nh%E1%BB%95m>,
        "𨃊"^^xsd:string .

<http://lexvo.org/id/char/280CB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/r%C3%ADu>,
        "𨃋"^^xsd:string .

<http://lexvo.org/id/char/280CC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/gi%C3%A0y>,
        "𨃌"^^xsd:string .

<http://lexvo.org/id/char/280CD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/t%E1%BB%8Dt>,
        "𨃍"^^xsd:string .

<http://lexvo.org/id/char/280CE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/l%E1%BB%93m>,
        "𨃎"^^xsd:string .

<http://lexvo.org/id/char/280CF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/x%C4%83m>,
        "𨃏"^^xsd:string .

<http://lexvo.org/id/char/280D> a lvont:Character ;
    lvont:represents "⠍"^^xsd:string ;
    rdfs:comment "BRAILLE PATTERN DOTS-134"@en .

<http://lexvo.org/id/char/280D0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/gi%C3%A0y>,
        "𨃐"^^xsd:string .

<http://lexvo.org/id/char/280D1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/kho%C3%A8o>,
        "𨃑"^^xsd:string .

<http://lexvo.org/id/char/280D2> a lvont:Character ;
    lvont:represents "𨃒"^^xsd:string .

<http://lexvo.org/id/char/280D3> a lvont:Character ;
    lvont:represents "𨃓"^^xsd:string .

<http://lexvo.org/id/char/280D4> a lvont:Character ;
    lvont:represents "𨃔"^^xsd:string .

<http://lexvo.org/id/char/280D5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/s%E1%BB%99c>,
        "𨃕"^^xsd:string .

<http://lexvo.org/id/char/280D6> a lvont:Character ;
    lvont:represents "𨃖"^^xsd:string .

<http://lexvo.org/id/char/280D7> a lvont:Character ;
    lvont:represents "𨃗"^^xsd:string .

<http://lexvo.org/id/char/280D8> a lvont:Character ;
    lvont:represents "𨃘"^^xsd:string .

<http://lexvo.org/id/char/280D9> a lvont:Character ;
    lvont:represents "𨃙"^^xsd:string .

<http://lexvo.org/id/char/280DA> a lvont:Character ;
    lvont:represents "𨃚"^^xsd:string .

<http://lexvo.org/id/char/280DB> a lvont:Character ;
    lvont:represents "𨃛"^^xsd:string .

<http://lexvo.org/id/char/280DC> a lvont:Character ;
    lvont:represents "𨃜"^^xsd:string .

<http://lexvo.org/id/char/280DD> a lvont:Character ;
    lvont:represents "𨃝"^^xsd:string .

<http://lexvo.org/id/char/280DE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/pun4>,
        <http://lexvo.org/id/term/yue/%F0%A8%83%9E>,
        "𨃞"^^xsd:string ;
    rdfs:comment "to sit cross-legged"@en .

<http://lexvo.org/id/char/280DF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/pun4>,
        <http://lexvo.org/id/term/yue/%F0%A8%83%9F>,
        "𨃟"^^xsd:string ;
    rdfs:comment "to sit cross-legged"@en .

<http://lexvo.org/id/char/280E> a lvont:Character ;
    lvont:represents "⠎"^^xsd:string ;
    rdfs:comment "BRAILLE PATTERN DOTS-234"@en .

<http://lexvo.org/id/char/280E0> a lvont:Character ;
    lvont:represents "𨃠"^^xsd:string .

<http://lexvo.org/id/char/280E1> a lvont:Character ;
    lvont:represents "𨃡"^^xsd:string .

<http://lexvo.org/id/char/280E2> a lvont:Character ;
    lvont:represents "𨃢"^^xsd:string .

<http://lexvo.org/id/char/280E3> a lvont:Character ;
    lvont:represents "𨃣"^^xsd:string .

<http://lexvo.org/id/char/280E4> a lvont:Character ;
    lvont:represents "𨃤"^^xsd:string .

<http://lexvo.org/id/char/280E5> a lvont:Character ;
    lvont:represents "𨃥"^^xsd:string .

<http://lexvo.org/id/char/280E6> a lvont:Character ;
    lvont:represents "𨃦"^^xsd:string .

<http://lexvo.org/id/char/280E7> a lvont:Character ;
    lvont:represents "𨃧"^^xsd:string .

<http://lexvo.org/id/char/280E8> a lvont:Character ;
    lvont:represents "𨃨"^^xsd:string .

<http://lexvo.org/id/char/280E9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/sin3>,
        <http://lexvo.org/id/term/yue/%F0%A8%83%A9>,
        "𨃩"^^xsd:string ;
    rdfs:comment "(Cant.) to slip, slide"@en .

<http://lexvo.org/id/char/280EA> a lvont:Character ;
    lvont:represents "𨃪"^^xsd:string .

<http://lexvo.org/id/char/280EB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/nh%E1%BA%A3o>,
        "𨃫"^^xsd:string .

<http://lexvo.org/id/char/280EC> a lvont:Character ;
    lvont:represents "𨃬"^^xsd:string .

<http://lexvo.org/id/char/280ED> a lvont:Character ;
    lvont:represents "𨃭"^^xsd:string .

<http://lexvo.org/id/char/280EE> a lvont:Character ;
    lvont:represents "𨃮"^^xsd:string .

<http://lexvo.org/id/char/280EF> a lvont:Character ;
    lvont:represents "𨃯"^^xsd:string .

<http://lexvo.org/id/char/280F> a lvont:Character ;
    lvont:represents "⠏"^^xsd:string ;
    rdfs:comment "BRAILLE PATTERN DOTS-1234"@en .

<http://lexvo.org/id/char/280F0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/c%E1%BB%93m>,
        "𨃰"^^xsd:string .

<http://lexvo.org/id/char/280F1> a lvont:Character ;
    lvont:represents "𨃱"^^xsd:string .

<http://lexvo.org/id/char/280F2> a lvont:Character ;
    lvont:represents "𨃲"^^xsd:string .

<http://lexvo.org/id/char/280F3> a lvont:Character ;
    lvont:represents "𨃳"^^xsd:string .

<http://lexvo.org/id/char/280F4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/g%C3%B3t>,
        "𨃴"^^xsd:string .

<http://lexvo.org/id/char/280F5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ch%E1%BB%97m>,
        "𨃵"^^xsd:string .

<http://lexvo.org/id/char/280F6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/gh%E1%BA%BFch>,
        "𨃶"^^xsd:string .

<http://lexvo.org/id/char/280F7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ch%C3%BAc>,
        "𨃷"^^xsd:string .

<http://lexvo.org/id/char/280F8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/x%C3%B4ng>,
        "𨃸"^^xsd:string .

<http://lexvo.org/id/char/280F9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/l%E1%BA%A3ng>,
        "𨃹"^^xsd:string .

<http://lexvo.org/id/char/280FA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/n%E1%BA%ADp>,
        "𨃺"^^xsd:string .

<http://lexvo.org/id/char/280FB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/l%E1%BA%BFt>,
        "𨃻"^^xsd:string .

<http://lexvo.org/id/char/280FC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/t%E1%BB%8D>,
        "𨃼"^^xsd:string .

<http://lexvo.org/id/char/280FD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/nh%C3%BAc>,
        "𨃽"^^xsd:string .

<http://lexvo.org/id/char/280FE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/x%E1%BB%ADng>,
        "𨃾"^^xsd:string .

<http://lexvo.org/id/char/280FF> a lvont:Character ;
    lvont:represents "𨃿"^^xsd:string .

<http://lexvo.org/id/char/2810> a lvont:Character ;
    lvont:represents "⠐"^^xsd:string ;
    rdfs:comment "BRAILLE PATTERN DOTS-5"@en .

<http://lexvo.org/id/char/28100> a lvont:Character ;
    lvont:represents "𨄀"^^xsd:string .

<http://lexvo.org/id/char/28101> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/%C4%91%C3%A2m>,
        "𨄁"^^xsd:string .

<http://lexvo.org/id/char/28102> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/l%E1%BB%A9ng>,
        "𨄂"^^xsd:string .

<http://lexvo.org/id/char/28103> a lvont:Character ;
    lvont:represents "𨄃"^^xsd:string .

<http://lexvo.org/id/char/28104> a lvont:Character ;
    lvont:represents "𨄄"^^xsd:string .

<http://lexvo.org/id/char/28105> a lvont:Character ;
    lvont:represents "𨄅"^^xsd:string .

<http://lexvo.org/id/char/28106> a lvont:Character ;
    lvont:represents "𨄆"^^xsd:string .

<http://lexvo.org/id/char/28107> a lvont:Character ;
    lvont:represents "𨄇"^^xsd:string .

<http://lexvo.org/id/char/28108> a lvont:Character ;
    lvont:represents "𨄈"^^xsd:string .

<http://lexvo.org/id/char/28109> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/s%E1%BB%AFng>,
        "𨄉"^^xsd:string .

<http://lexvo.org/id/char/2810A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/t%C3%A9>,
        "𨄊"^^xsd:string .

<http://lexvo.org/id/char/2810B> a lvont:Character ;
    lvont:represents "𨄋"^^xsd:string .

<http://lexvo.org/id/char/2810C> a lvont:Character ;
    lvont:represents "𨄌"^^xsd:string .

<http://lexvo.org/id/char/2810D> a lvont:Character ;
    lvont:represents "𨄍"^^xsd:string .

<http://lexvo.org/id/char/2810E> a lvont:Character ;
    lvont:represents "𨄎"^^xsd:string .

<http://lexvo.org/id/char/2810F> a lvont:Character ;
    lvont:represents "𨄏"^^xsd:string .

<http://lexvo.org/id/char/2811> a lvont:Character ;
    lvont:represents "⠑"^^xsd:string ;
    rdfs:comment "BRAILLE PATTERN DOTS-15"@en .

<http://lexvo.org/id/char/28110> a lvont:Character ;
    lvont:represents "𨄐"^^xsd:string .

<http://lexvo.org/id/char/28111> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/b%E1%BA%ADc>,
        "𨄑"^^xsd:string .

<http://lexvo.org/id/char/28112> a lvont:Character ;
    lvont:represents "𨄒"^^xsd:string .

<http://lexvo.org/id/char/28113> a lvont:Character ;
    lvont:represents "𨄓"^^xsd:string .

<http://lexvo.org/id/char/28114> a lvont:Character ;
    lvont:represents "𨄔"^^xsd:string .

<http://lexvo.org/id/char/28115> a lvont:Character ;
    lvont:represents "𨄕"^^xsd:string .

<http://lexvo.org/id/char/28116> a lvont:Character ;
    lvont:represents "𨄖"^^xsd:string .

<http://lexvo.org/id/char/28117> a lvont:Character ;
    lvont:represents "𨄗"^^xsd:string .

<http://lexvo.org/id/char/28118> a lvont:Character ;
    lvont:represents "𨄘"^^xsd:string .

<http://lexvo.org/id/char/28119> a lvont:Character ;
    lvont:represents "𨄙"^^xsd:string .

<http://lexvo.org/id/char/2811A> a lvont:Character ;
    lvont:represents "𨄚"^^xsd:string .

<http://lexvo.org/id/char/2811B> a lvont:Character ;
    lvont:represents "𨄛"^^xsd:string .

<http://lexvo.org/id/char/2811C> a lvont:Character ;
    lvont:represents "𨄜"^^xsd:string .

<http://lexvo.org/id/char/2811D> a lvont:Character ;
    lvont:represents "𨄝"^^xsd:string .

<http://lexvo.org/id/char/2811E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ch%C3%B3ng>,
        "𨄞"^^xsd:string .

<http://lexvo.org/id/char/2811F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/%C4%91%C3%B9i>,
        "𨄟"^^xsd:string .

<http://lexvo.org/id/char/2812> a lvont:Character ;
    lvont:represents "⠒"^^xsd:string ;
    rdfs:comment "BRAILLE PATTERN DOTS-25"@en .

<http://lexvo.org/id/char/28120> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/t%E1%BA%AFt>,
        "𨄠"^^xsd:string .

<http://lexvo.org/id/char/28121> a lvont:Character ;
    lvont:represents "𨄡"^^xsd:string .

<http://lexvo.org/id/char/28122> a lvont:Character ;
    lvont:represents "𨄢"^^xsd:string .

<http://lexvo.org/id/char/28123> a lvont:Character ;
    lvont:represents "𨄣"^^xsd:string .

<http://lexvo.org/id/char/28124> a lvont:Character ;
    lvont:represents "𨄤"^^xsd:string .

<http://lexvo.org/id/char/28125> a lvont:Character ;
    lvont:represents "𨄥"^^xsd:string .

<http://lexvo.org/id/char/28126> a lvont:Character ;
    lvont:represents "𨄦"^^xsd:string .

<http://lexvo.org/id/char/28127> a lvont:Character ;
    lvont:represents "𨄧"^^xsd:string .

<http://lexvo.org/id/char/28128> a lvont:Character ;
    lvont:represents "𨄨"^^xsd:string .

<http://lexvo.org/id/char/28129> a lvont:Character ;
    lvont:represents "𨄩"^^xsd:string .

<http://lexvo.org/id/char/2812A> a lvont:Character ;
    lvont:represents "𨄪"^^xsd:string .

<http://lexvo.org/id/char/2812B> a lvont:Character ;
    lvont:represents "𨄫"^^xsd:string .

<http://lexvo.org/id/char/2812C> a lvont:Character ;
    lvont:represents "𨄬"^^xsd:string .

<http://lexvo.org/id/char/2812D> a lvont:Character ;
    lvont:represents "𨄭"^^xsd:string .

<http://lexvo.org/id/char/2812E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/shu%C4%81i>,
        "𨄮"^^xsd:string .

<http://lexvo.org/id/char/2812F> a lvont:Character ;
    lvont:represents "𨄯"^^xsd:string .

<http://lexvo.org/id/char/2813> a lvont:Character ;
    lvont:represents "⠓"^^xsd:string ;
    rdfs:comment "BRAILLE PATTERN DOTS-125"@en .

<http://lexvo.org/id/char/28130> a lvont:Character ;
    lvont:represents "𨄰"^^xsd:string .

<http://lexvo.org/id/char/28131> a lvont:Character ;
    lvont:represents "𨄱"^^xsd:string .

<http://lexvo.org/id/char/28132> a lvont:Character ;
    lvont:represents "𨄲"^^xsd:string .

<http://lexvo.org/id/char/28133> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/b%C3%B2>,
        "𨄳"^^xsd:string .

<http://lexvo.org/id/char/28134> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/s%E1%BB%A5p>,
        "𨄴"^^xsd:string .

<http://lexvo.org/id/char/28135> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/s%E1%BA%A1o>,
        "𨄵"^^xsd:string .

<http://lexvo.org/id/char/28136> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/d%E1%BA%A1ng>,
        "𨄶"^^xsd:string .

<http://lexvo.org/id/char/28137> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/s%E1%BB%AFng>,
        "𨄷"^^xsd:string .

<http://lexvo.org/id/char/28138> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/%C4%91%E1%BB%89nh>,
        "𨄸"^^xsd:string .

<http://lexvo.org/id/char/28139> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/d%E1%BA%A1o>,
        "𨄹"^^xsd:string .

<http://lexvo.org/id/char/2813A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/chui>,
        "𨄺"^^xsd:string .

<http://lexvo.org/id/char/2813B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/d%E1%BA%ADn>,
        "𨄻"^^xsd:string .

<http://lexvo.org/id/char/2813C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/d%E1%BB%9Di>,
        "𨄼"^^xsd:string .

<http://lexvo.org/id/char/2813D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/h%E1%BB%95m>,
        "𨄽"^^xsd:string .

<http://lexvo.org/id/char/2813E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/gh%C3%A9>,
        "𨄾"^^xsd:string .

<http://lexvo.org/id/char/2813F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/giong>,
        "𨄿"^^xsd:string .

<http://lexvo.org/id/char/2814> a lvont:Character ;
    lvont:represents "⠔"^^xsd:string ;
    rdfs:comment "BRAILLE PATTERN DOTS-35"@en .

<http://lexvo.org/id/char/28140> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/l%E1%BB%87p>,
        "𨅀"^^xsd:string .

<http://lexvo.org/id/char/28141> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/s%E1%BB%A5p>,
        "𨅁"^^xsd:string .

<http://lexvo.org/id/char/28142> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/m%E1%BB%8Dp>,
        "𨅂"^^xsd:string .

<http://lexvo.org/id/char/28143> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/x%E1%BB%93ng>,
        "𨅃"^^xsd:string .

<http://lexvo.org/id/char/28144> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/nh%C3%B3n>,
        "𨅄"^^xsd:string .

<http://lexvo.org/id/char/28145> a lvont:Character ;
    lvont:represents "𨅅"^^xsd:string .

<http://lexvo.org/id/char/28146> a lvont:Character ;
    lvont:represents "𨅆"^^xsd:string .

<http://lexvo.org/id/char/28147> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/t%C3%B2i>,
        "𨅇"^^xsd:string .

<http://lexvo.org/id/char/28148> a lvont:Character ;
    lvont:represents "𨅈"^^xsd:string .

<http://lexvo.org/id/char/28149> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/l%E1%BB%ADng>,
        "𨅉"^^xsd:string .

<http://lexvo.org/id/char/2814A> a lvont:Character ;
    lvont:represents "𨅊"^^xsd:string .

<http://lexvo.org/id/char/2814B> a lvont:Character ;
    lvont:represents "𨅋"^^xsd:string .

<http://lexvo.org/id/char/2814C> a lvont:Character ;
    lvont:represents "𨅌"^^xsd:string .

<http://lexvo.org/id/char/2814D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/r%C3%A9n>,
        "𨅍"^^xsd:string .

<http://lexvo.org/id/char/2814E> a lvont:Character ;
    lvont:represents "𨅎"^^xsd:string .

<http://lexvo.org/id/char/2814F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/laam3>,
        <http://lexvo.org/id/term/yue/%F0%A8%85%8F>,
        "𨅏"^^xsd:string ;
    rdfs:comment "(Cant.) to step over, step across"@en .

<http://lexvo.org/id/char/2815> a lvont:Character ;
    lvont:represents "⠕"^^xsd:string ;
    rdfs:comment "BRAILLE PATTERN DOTS-135"@en .

<http://lexvo.org/id/char/28150> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/qu%C3%A8>,
        "𨅐"^^xsd:string .

<http://lexvo.org/id/char/28151> a lvont:Character ;
    lvont:represents "𨅑"^^xsd:string .

<http://lexvo.org/id/char/28152> a lvont:Character ;
    lvont:represents "𨅒"^^xsd:string .

<http://lexvo.org/id/char/28153> a lvont:Character ;
    lvont:represents "𨅓"^^xsd:string .

<http://lexvo.org/id/char/28154> a lvont:Character ;
    lvont:represents "𨅔"^^xsd:string .

<http://lexvo.org/id/char/28155> a lvont:Character ;
    lvont:represents "𨅕"^^xsd:string .

<http://lexvo.org/id/char/28156> a lvont:Character ;
    lvont:represents "𨅖"^^xsd:string .

<http://lexvo.org/id/char/28157> a lvont:Character ;
    lvont:represents "𨅗"^^xsd:string .

<http://lexvo.org/id/char/28158> a lvont:Character ;
    lvont:represents "𨅘"^^xsd:string .

<http://lexvo.org/id/char/28159> a lvont:Character ;
    lvont:represents "𨅙"^^xsd:string .

<http://lexvo.org/id/char/2815A> a lvont:Character ;
    lvont:represents "𨅚"^^xsd:string .

<http://lexvo.org/id/char/2815B> a lvont:Character ;
    lvont:represents "𨅛"^^xsd:string .

<http://lexvo.org/id/char/2815C> a lvont:Character ;
    lvont:represents "𨅜"^^xsd:string .

<http://lexvo.org/id/char/2815D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/jaang3>,
        <http://lexvo.org/id/term/yue/%F0%A8%85%9D>,
        "𨅝"^^xsd:string ;
    rdfs:comment "(Cant.) to press down or out with the foot; to kick; to tread on"@en .

<http://lexvo.org/id/char/2815E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/nh%E1%BA%A5p>,
        "𨅞"^^xsd:string .

<http://lexvo.org/id/char/2815F> a lvont:Character ;
    lvont:represents "𨅟"^^xsd:string .

<http://lexvo.org/id/char/2816> a lvont:Character ;
    lvont:represents "⠖"^^xsd:string ;
    rdfs:comment "BRAILLE PATTERN DOTS-235"@en .

<http://lexvo.org/id/char/28160> a lvont:Character ;
    lvont:represents "𨅠"^^xsd:string .

<http://lexvo.org/id/char/28161> a lvont:Character ;
    lvont:represents "𨅡"^^xsd:string .

<http://lexvo.org/id/char/28162> a lvont:Character ;
    lvont:represents "𨅢"^^xsd:string .

<http://lexvo.org/id/char/28163> a lvont:Character ;
    lvont:represents "𨅣"^^xsd:string .

<http://lexvo.org/id/char/28164> a lvont:Character ;
    lvont:represents "𨅤"^^xsd:string .

<http://lexvo.org/id/char/28165> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/bay>,
        "𨅥"^^xsd:string .

<http://lexvo.org/id/char/28166> a lvont:Character ;
    lvont:represents "𨅦"^^xsd:string .

<http://lexvo.org/id/char/28167> a lvont:Character ;
    lvont:represents "𨅧"^^xsd:string .

<http://lexvo.org/id/char/28168> a lvont:Character ;
    lvont:represents "𨅨"^^xsd:string .

<http://lexvo.org/id/char/28169> a lvont:Character ;
    lvont:represents "𨅩"^^xsd:string .

<http://lexvo.org/id/char/2816A> a lvont:Character ;
    lvont:represents "𨅪"^^xsd:string .

<http://lexvo.org/id/char/2816B> a lvont:Character ;
    lvont:represents "𨅫"^^xsd:string .

<http://lexvo.org/id/char/2816C> a lvont:Character ;
    lvont:represents "𨅬"^^xsd:string .

<http://lexvo.org/id/char/2816D> a lvont:Character ;
    lvont:represents "𨅭"^^xsd:string .

<http://lexvo.org/id/char/2816E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/%C4%91ua>,
        "𨅮"^^xsd:string .

<http://lexvo.org/id/char/2816F> a lvont:Character ;
    lvont:represents "𨅯"^^xsd:string .

<http://lexvo.org/id/char/2817> a lvont:Character ;
    lvont:represents "⠗"^^xsd:string ;
    rdfs:comment "BRAILLE PATTERN DOTS-1235"@en .

<http://lexvo.org/id/char/28170> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ch%E1%BB%AFng>,
        "𨅰"^^xsd:string .

<http://lexvo.org/id/char/28171> a lvont:Character ;
    lvont:represents "𨅱"^^xsd:string .

<http://lexvo.org/id/char/28172> a lvont:Character ;
    lvont:represents "𨅲"^^xsd:string .

<http://lexvo.org/id/char/28173> a lvont:Character ;
    lvont:represents "𨅳"^^xsd:string .

<http://lexvo.org/id/char/28174> a lvont:Character ;
    lvont:represents "𨅴"^^xsd:string .

<http://lexvo.org/id/char/28175> a lvont:Character ;
    lvont:represents "𨅵"^^xsd:string .

<http://lexvo.org/id/char/28176> a lvont:Character ;
    lvont:represents "𨅶"^^xsd:string .

<http://lexvo.org/id/char/28177> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/d%E1%BB%8Di>,
        "𨅷"^^xsd:string .

<http://lexvo.org/id/char/28178> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/%C4%91%E1%BB%A9ng>,
        "𨅸"^^xsd:string .

<http://lexvo.org/id/char/28179> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/tr%C3%A8o>,
        "𨅹"^^xsd:string .

<http://lexvo.org/id/char/2817A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ch%E1%BB%95m>,
        "𨅺"^^xsd:string .

<http://lexvo.org/id/char/2817B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/kh%C3%A8o>,
        "𨅻"^^xsd:string .

<http://lexvo.org/id/char/2817C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/l%C3%A1y>,
        "𨅼"^^xsd:string .

<http://lexvo.org/id/char/2817D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/l%C3%B2n>,
        "𨅽"^^xsd:string .

<http://lexvo.org/id/char/2817E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/s%E1%BB%A5m>,
        "𨅾"^^xsd:string .

<http://lexvo.org/id/char/2817F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/v%C6%B0%E1%BB%A3t>,
        "𨅿"^^xsd:string .

<http://lexvo.org/id/char/2818> a lvont:Character ;
    lvont:represents "⠘"^^xsd:string ;
    rdfs:comment "BRAILLE PATTERN DOTS-45"@en .

<http://lexvo.org/id/char/28180> a lvont:Character ;
    lvont:represents "𨆀"^^xsd:string .

<http://lexvo.org/id/char/28181> a lvont:Character ;
    lvont:represents "𨆁"^^xsd:string .

<http://lexvo.org/id/char/28182> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/kh%C3%BAm>,
        "𨆂"^^xsd:string .

<http://lexvo.org/id/char/28183> a lvont:Character ;
    lvont:represents "𨆃"^^xsd:string .

<http://lexvo.org/id/char/28184> a lvont:Character ;
    lvont:represents "𨆄"^^xsd:string .

<http://lexvo.org/id/char/28185> a lvont:Character ;
    lvont:represents "𨆅"^^xsd:string .

<http://lexvo.org/id/char/28186> a lvont:Character ;
    lvont:represents "𨆆"^^xsd:string .

<http://lexvo.org/id/char/28187> a lvont:Character ;
    lvont:represents "𨆇"^^xsd:string .

<http://lexvo.org/id/char/28188> a lvont:Character ;
    lvont:represents "𨆈"^^xsd:string .

<http://lexvo.org/id/char/28189> a lvont:Character ;
    lvont:represents "𨆉"^^xsd:string .

<http://lexvo.org/id/char/2818A> a lvont:Character ;
    lvont:represents "𨆊"^^xsd:string .

<http://lexvo.org/id/char/2818B> a lvont:Character ;
    lvont:represents "𨆋"^^xsd:string .

<http://lexvo.org/id/char/2818C> a lvont:Character ;
    lvont:represents "𨆌"^^xsd:string .

<http://lexvo.org/id/char/2818D> a lvont:Character ;
    lvont:represents "𨆍"^^xsd:string .

<http://lexvo.org/id/char/2818E> a lvont:Character ;
    lvont:represents "𨆎"^^xsd:string .

<http://lexvo.org/id/char/2818F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/%C4%91u%E1%BB%95i>,
        "𨆏"^^xsd:string .

<http://lexvo.org/id/char/2819> a lvont:Character ;
    lvont:represents "⠙"^^xsd:string ;
    rdfs:comment "BRAILLE PATTERN DOTS-145"@en .

<http://lexvo.org/id/char/28190> a lvont:Character ;
    lvont:represents "𨆐"^^xsd:string .

<http://lexvo.org/id/char/28191> a lvont:Character ;
    lvont:represents "𨆑"^^xsd:string .

<http://lexvo.org/id/char/28192> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/cho%E1%BA%A1ng>,
        "𨆒"^^xsd:string .

<http://lexvo.org/id/char/28193> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/c%E1%BA%A7m>,
        "𨆓"^^xsd:string .

<http://lexvo.org/id/char/28194> a lvont:Character ;
    lvont:represents "𨆔"^^xsd:string .

<http://lexvo.org/id/char/28195> a lvont:Character ;
    lvont:represents "𨆕"^^xsd:string .

<http://lexvo.org/id/char/28196> a lvont:Character ;
    lvont:represents "𨆖"^^xsd:string .

<http://lexvo.org/id/char/28197> a lvont:Character ;
    lvont:represents "𨆗"^^xsd:string .

<http://lexvo.org/id/char/28198> a lvont:Character ;
    lvont:represents "𨆘"^^xsd:string .

<http://lexvo.org/id/char/28199> a lvont:Character ;
    lvont:represents "𨆙"^^xsd:string .

<http://lexvo.org/id/char/2819A> a lvont:Character ;
    lvont:represents "𨆚"^^xsd:string .

<http://lexvo.org/id/char/2819B> a lvont:Character ;
    lvont:represents "𨆛"^^xsd:string .

<http://lexvo.org/id/char/2819C> a lvont:Character ;
    lvont:represents "𨆜"^^xsd:string .

<http://lexvo.org/id/char/2819D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/c%C3%BAi>,
        "𨆝"^^xsd:string .

<http://lexvo.org/id/char/2819E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/l%E1%BB%8Fng>,
        "𨆞"^^xsd:string .

<http://lexvo.org/id/char/2819F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/%C4%91%E1%BB%A7ng>,
        "𨆟"^^xsd:string .

<http://lexvo.org/id/char/281A> a lvont:Character ;
    lvont:represents "⠚"^^xsd:string ;
    rdfs:comment "BRAILLE PATTERN DOTS-245"@en .

<http://lexvo.org/id/char/281A0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/qu%C3%A0y>,
        "𨆠"^^xsd:string .

<http://lexvo.org/id/char/281A1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/d%C3%A9p>,
        "𨆡"^^xsd:string .

<http://lexvo.org/id/char/281A2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/l%C3%B4i>,
        "𨆢"^^xsd:string .

<http://lexvo.org/id/char/281A3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/v%E1%BB%A3n>,
        "𨆣"^^xsd:string .

<http://lexvo.org/id/char/281A4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/qu%E1%BA%B1n>,
        "𨆤"^^xsd:string .

<http://lexvo.org/id/char/281A5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/tu%E1%BB%91n>,
        "𨆥"^^xsd:string .

<http://lexvo.org/id/char/281A6> a lvont:Character ;
    lvont:represents "𨆦"^^xsd:string .

<http://lexvo.org/id/char/281A7> a lvont:Character ;
    lvont:represents "𨆧"^^xsd:string .

<http://lexvo.org/id/char/281A8> a lvont:Character ;
    lvont:represents "𨆨"^^xsd:string .

<http://lexvo.org/id/char/281A9> a lvont:Character ;
    lvont:represents "𨆩"^^xsd:string .

<http://lexvo.org/id/char/281AA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/jaang3>,
        <http://lexvo.org/id/term/yue/%F0%A8%86%AA>,
        "𨆪"^^xsd:string ;
    rdfs:comment "(Cant.) to press down or push out with the foot"@en .

<http://lexvo.org/id/char/281AB> a lvont:Character ;
    lvont:represents "𨆫"^^xsd:string .

<http://lexvo.org/id/char/281AC> a lvont:Character ;
    lvont:represents "𨆬"^^xsd:string .

<http://lexvo.org/id/char/281AD> a lvont:Character ;
    lvont:represents "𨆭"^^xsd:string .

<http://lexvo.org/id/char/281AE> a lvont:Character ;
    lvont:represents "𨆮"^^xsd:string .

<http://lexvo.org/id/char/281AF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/buk6>,
        <http://lexvo.org/id/term/yue/%F0%A8%86%AF>,
        "𨆯"^^xsd:string ;
    rdfs:comment "(Cant.) to lie prone, bend over"@en .

<http://lexvo.org/id/char/281B> a lvont:Character ;
    lvont:represents "⠛"^^xsd:string ;
    rdfs:comment "BRAILLE PATTERN DOTS-1245"@en .

<http://lexvo.org/id/char/281B0> a lvont:Character ;
    lvont:represents "𨆰"^^xsd:string .

<http://lexvo.org/id/char/281B1> a lvont:Character ;
    lvont:represents "𨆱"^^xsd:string .

<http://lexvo.org/id/char/281B2> a lvont:Character ;
    lvont:represents "𨆲"^^xsd:string .

<http://lexvo.org/id/char/281B3> a lvont:Character ;
    lvont:represents "𨆳"^^xsd:string .

<http://lexvo.org/id/char/281B4> a lvont:Character ;
    lvont:represents "𨆴"^^xsd:string .

<http://lexvo.org/id/char/281B5> a lvont:Character ;
    lvont:represents "𨆵"^^xsd:string .

<http://lexvo.org/id/char/281B6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/b%C3%B2>,
        "𨆶"^^xsd:string .

<http://lexvo.org/id/char/281B7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/%C4%91u%E1%BB%95i>,
        "𨆷"^^xsd:string .

<http://lexvo.org/id/char/281B8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ngo%C3%A8n>,
        "𨆸"^^xsd:string .

<http://lexvo.org/id/char/281B9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/gi%E1%BA%A1t>,
        "𨆹"^^xsd:string .

<http://lexvo.org/id/char/281BA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/v%C3%AAu>,
        "𨆺"^^xsd:string .

<http://lexvo.org/id/char/281BB> a lvont:Character ;
    lvont:represents "𨆻"^^xsd:string .

<http://lexvo.org/id/char/281BC> a lvont:Character ;
    lvont:represents "𨆼"^^xsd:string .

<http://lexvo.org/id/char/281BD> a lvont:Character ;
    lvont:represents "𨆽"^^xsd:string .

<http://lexvo.org/id/char/281BE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/x%E1%BA%B9t>,
        "𨆾"^^xsd:string .

<http://lexvo.org/id/char/281BF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/g%C3%A1c>,
        "𨆿"^^xsd:string .

<http://lexvo.org/id/char/281C> a lvont:Character ;
    lvont:represents "⠜"^^xsd:string ;
    rdfs:comment "BRAILLE PATTERN DOTS-345"@en .

<http://lexvo.org/id/char/281C0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/khi%E1%BB%85ng>,
        "𨇀"^^xsd:string .

<http://lexvo.org/id/char/281C1> a lvont:Character ;
    lvont:represents "𨇁"^^xsd:string .

<http://lexvo.org/id/char/281C2> a lvont:Character ;
    lvont:represents "𨇂"^^xsd:string .

<http://lexvo.org/id/char/281C3> a lvont:Character ;
    lvont:represents "𨇃"^^xsd:string .

<http://lexvo.org/id/char/281C4> a lvont:Character ;
    lvont:represents "𨇄"^^xsd:string .

<http://lexvo.org/id/char/281C5> a lvont:Character ;
    lvont:represents "𨇅"^^xsd:string .

<http://lexvo.org/id/char/281C6> a lvont:Character ;
    lvont:represents "𨇆"^^xsd:string .

<http://lexvo.org/id/char/281C7> a lvont:Character ;
    lvont:represents "𨇇"^^xsd:string .

<http://lexvo.org/id/char/281C8> a lvont:Character ;
    lvont:represents "𨇈"^^xsd:string .

<http://lexvo.org/id/char/281C9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/leo>,
        "𨇉"^^xsd:string .

<http://lexvo.org/id/char/281CA> a lvont:Character ;
    lvont:represents "𨇊"^^xsd:string .

<http://lexvo.org/id/char/281CB> a lvont:Character ;
    lvont:represents "𨇋"^^xsd:string .

<http://lexvo.org/id/char/281CC> a lvont:Character ;
    lvont:represents "𨇌"^^xsd:string .

<http://lexvo.org/id/char/281CD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/l%E1%BA%BBn>,
        "𨇍"^^xsd:string .

<http://lexvo.org/id/char/281CE> a lvont:Character ;
    lvont:represents "𨇎"^^xsd:string .

<http://lexvo.org/id/char/281CF> a lvont:Character ;
    lvont:represents "𨇏"^^xsd:string .

<http://lexvo.org/id/char/281D> a lvont:Character ;
    lvont:represents "⠝"^^xsd:string ;
    rdfs:comment "BRAILLE PATTERN DOTS-1345"@en .

<http://lexvo.org/id/char/281D0> a lvont:Character ;
    lvont:represents "𨇐"^^xsd:string .

<http://lexvo.org/id/char/281D1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/b%E1%BA%A3i>,
        "𨇑"^^xsd:string .

<http://lexvo.org/id/char/281D2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/l%E1%BB%A7i>,
        "𨇒"^^xsd:string .

<http://lexvo.org/id/char/281D3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/g%C6%B0%E1%BB%A3m>,
        "𨇓"^^xsd:string .

<http://lexvo.org/id/char/281D4> a lvont:Character ;
    lvont:represents "𨇔"^^xsd:string .

<http://lexvo.org/id/char/281D5> a lvont:Character ;
    lvont:represents "𨇕"^^xsd:string .

<http://lexvo.org/id/char/281D6> a lvont:Character ;
    lvont:represents "𨇖"^^xsd:string .

<http://lexvo.org/id/char/281D7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/s%E1%BB%8Bch>,
        "𨇗"^^xsd:string .

<http://lexvo.org/id/char/281D8> a lvont:Character ;
    lvont:represents "𨇘"^^xsd:string .

<http://lexvo.org/id/char/281D9> a lvont:Character ;
    lvont:represents "𨇙"^^xsd:string .

<http://lexvo.org/id/char/281DA> a lvont:Character ;
    lvont:represents "𨇚"^^xsd:string .

<http://lexvo.org/id/char/281DB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/%C4%91%E1%BB%A7>,
        "𨇛"^^xsd:string .

<http://lexvo.org/id/char/281DC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/%C4%91%E1%BB%A7>,
        "𨇜"^^xsd:string .

<http://lexvo.org/id/char/281DD> a lvont:Character ;
    lvont:represents "𨇝"^^xsd:string .

<http://lexvo.org/id/char/281DE> a lvont:Character ;
    lvont:represents "𨇞"^^xsd:string .

<http://lexvo.org/id/char/281DF> a lvont:Character ;
    lvont:represents "𨇟"^^xsd:string .

<http://lexvo.org/id/char/281E> a lvont:Character ;
    lvont:represents "⠞"^^xsd:string ;
    rdfs:comment "BRAILLE PATTERN DOTS-2345"@en .

<http://lexvo.org/id/char/281E0> a lvont:Character ;
    lvont:represents "𨇠"^^xsd:string .

<http://lexvo.org/id/char/281E1> a lvont:Character ;
    lvont:represents "𨇡"^^xsd:string .

<http://lexvo.org/id/char/281E2> a lvont:Character ;
    lvont:represents "𨇢"^^xsd:string .

<http://lexvo.org/id/char/281E3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/l%C3%B4m>,
        "𨇣"^^xsd:string .

<http://lexvo.org/id/char/281E4> a lvont:Character ;
    lvont:represents "𨇤"^^xsd:string .

<http://lexvo.org/id/char/281E5> a lvont:Character ;
    lvont:represents "𨇥"^^xsd:string .

<http://lexvo.org/id/char/281E6> a lvont:Character ;
    lvont:represents "𨇦"^^xsd:string .

<http://lexvo.org/id/char/281E7> a lvont:Character ;
    lvont:represents "𨇧"^^xsd:string .

<http://lexvo.org/id/char/281E8> a lvont:Character ;
    lvont:represents "𨇨"^^xsd:string .

<http://lexvo.org/id/char/281E9> a lvont:Character ;
    lvont:represents "𨇩"^^xsd:string .

<http://lexvo.org/id/char/281EA> a lvont:Character ;
    lvont:represents "𨇪"^^xsd:string .

<http://lexvo.org/id/char/281EB> a lvont:Character ;
    lvont:represents "𨇫"^^xsd:string .

<http://lexvo.org/id/char/281EC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/s%C3%B3m>,
        "𨇬"^^xsd:string .

<http://lexvo.org/id/char/281ED> a lvont:Character ;
    lvont:represents "𨇭"^^xsd:string .

<http://lexvo.org/id/char/281EE> a lvont:Character ;
    lvont:represents "𨇮"^^xsd:string .

<http://lexvo.org/id/char/281EF> a lvont:Character ;
    lvont:represents "𨇯"^^xsd:string .

<http://lexvo.org/id/char/281F> a lvont:Character ;
    lvont:represents "⠟"^^xsd:string ;
    rdfs:comment "BRAILLE PATTERN DOTS-12345"@en .

<http://lexvo.org/id/char/281F0> a lvont:Character ;
    lvont:represents "𨇰"^^xsd:string .

<http://lexvo.org/id/char/281F1> a lvont:Character ;
    lvont:represents "𨇱"^^xsd:string .

<http://lexvo.org/id/char/281F2> a lvont:Character ;
    lvont:represents "𨇲"^^xsd:string .

<http://lexvo.org/id/char/281F3> a lvont:Character ;
    lvont:represents "𨇳"^^xsd:string .

<http://lexvo.org/id/char/281F4> a lvont:Character ;
    lvont:represents "𨇴"^^xsd:string .

<http://lexvo.org/id/char/281F5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/nh%C3%A0o>,
        "𨇵"^^xsd:string .

<http://lexvo.org/id/char/281F6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/kh%E1%BB%A5y>,
        "𨇶"^^xsd:string .

<http://lexvo.org/id/char/281F7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ngo%E1%BA%B9o>,
        "𨇷"^^xsd:string .

<http://lexvo.org/id/char/281F8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ch%E1%BB%93m>,
        "𨇸"^^xsd:string .

<http://lexvo.org/id/char/281F9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/%E1%BB%91ng>,
        "𨇹"^^xsd:string .

<http://lexvo.org/id/char/281FA> a lvont:Character ;
    lvont:represents "𨇺"^^xsd:string .

<http://lexvo.org/id/char/281FB> a lvont:Character ;
    lvont:represents "𨇻"^^xsd:string .

<http://lexvo.org/id/char/281FC> a lvont:Character ;
    lvont:represents "𨇼"^^xsd:string .

<http://lexvo.org/id/char/281FD> a lvont:Character ;
    lvont:represents "𨇽"^^xsd:string .

<http://lexvo.org/id/char/281FE> a lvont:Character ;
    lvont:represents "𨇾"^^xsd:string .

<http://lexvo.org/id/char/281FF> a lvont:Character ;
    lvont:represents "𨇿"^^xsd:string .

<http://lexvo.org/id/char/2820> a lvont:Character ;
    lvont:represents "⠠"^^xsd:string ;
    rdfs:comment "BRAILLE PATTERN DOTS-6"@en .

<http://lexvo.org/id/char/28200> a lvont:Character ;
    lvont:represents "𨈀"^^xsd:string .

<http://lexvo.org/id/char/28201> a lvont:Character ;
    lvont:represents "𨈁"^^xsd:string .

<http://lexvo.org/id/char/28202> a lvont:Character ;
    lvont:represents "𨈂"^^xsd:string .

<http://lexvo.org/id/char/28203> a lvont:Character ;
    lvont:represents "𨈃"^^xsd:string .

<http://lexvo.org/id/char/28204> a lvont:Character ;
    lvont:represents "𨈄"^^xsd:string .

<http://lexvo.org/id/char/28205> a lvont:Character ;
    lvont:represents "𨈅"^^xsd:string .

<http://lexvo.org/id/char/28206> a lvont:Character ;
    lvont:represents "𨈆"^^xsd:string .

<http://lexvo.org/id/char/28207> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/laam3>,
        <http://lexvo.org/id/term/yue/%F0%A8%88%87>,
        "𨈇"^^xsd:string ;
    rdfs:comment "(Cant.) to step over, step across"@en .

<http://lexvo.org/id/char/28208> a lvont:Character ;
    lvont:represents "𨈈"^^xsd:string .

<http://lexvo.org/id/char/28209> a lvont:Character ;
    lvont:represents "𨈉"^^xsd:string .

<http://lexvo.org/id/char/2820A> a lvont:Character ;
    lvont:represents "𨈊"^^xsd:string .

<http://lexvo.org/id/char/2820B> a lvont:Character ;
    lvont:represents "𨈋"^^xsd:string .

<http://lexvo.org/id/char/2820C> a lvont:Character ;
    lvont:represents "𨈌"^^xsd:string .

<http://lexvo.org/id/char/2820D> a lvont:Character ;
    lvont:represents "𨈍"^^xsd:string .

<http://lexvo.org/id/char/2820E> a lvont:Character ;
    lvont:represents "𨈎"^^xsd:string .

<http://lexvo.org/id/char/2821> a lvont:Character ;
    lvont:represents "⠡"^^xsd:string ;
    rdfs:comment "BRAILLE PATTERN DOTS-16"@en .

<http://lexvo.org/id/char/28212> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/v%C3%B3c>,
        "𨈒"^^xsd:string .

<http://lexvo.org/id/char/28213> a lvont:Character ;
    lvont:represents "𨈓"^^xsd:string .

<http://lexvo.org/id/char/28214> a lvont:Character ;
    lvont:represents "𨈔"^^xsd:string .

<http://lexvo.org/id/char/28215> a lvont:Character ;
    lvont:represents "𨈕"^^xsd:string .

<http://lexvo.org/id/char/28216> a lvont:Character ;
    lvont:represents "𨈖"^^xsd:string .

<http://lexvo.org/id/char/28217> a lvont:Character ;
    lvont:represents "𨈗"^^xsd:string .

<http://lexvo.org/id/char/28218> a lvont:Character ;
    lvont:represents "𨈘"^^xsd:string .

<http://lexvo.org/id/char/28219> a lvont:Character ;
    lvont:represents "𨈙"^^xsd:string .

<http://lexvo.org/id/char/2821A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/pei4>,
        <http://lexvo.org/id/term/yue/%F0%A8%88%9A>,
        "𨈚"^^xsd:string ;
    rdfs:comment "weak"@en .

<http://lexvo.org/id/char/2821B> a lvont:Character ;
    lvont:represents "𨈛"^^xsd:string .

<http://lexvo.org/id/char/2821C> a lvont:Character ;
    lvont:represents "𨈜"^^xsd:string .

<http://lexvo.org/id/char/2821D> a lvont:Character ;
    lvont:represents "𨈝"^^xsd:string .

<http://lexvo.org/id/char/2821E> a lvont:Character ;
    lvont:represents "𨈞"^^xsd:string .

<http://lexvo.org/id/char/2821F> a lvont:Character ;
    lvont:represents "𨈟"^^xsd:string .

<http://lexvo.org/id/char/2822> a lvont:Character ;
    lvont:represents "⠢"^^xsd:string ;
    rdfs:comment "BRAILLE PATTERN DOTS-26"@en .

<http://lexvo.org/id/char/28220> a lvont:Character ;
    lvont:represents "𨈠"^^xsd:string .

<http://lexvo.org/id/char/28221> a lvont:Character ;
    lvont:represents "𨈡"^^xsd:string .

<http://lexvo.org/id/char/28222> a lvont:Character ;
    lvont:represents "𨈢"^^xsd:string .

<http://lexvo.org/id/char/28223> a lvont:Character ;
    lvont:represents "𨈣"^^xsd:string .

<http://lexvo.org/id/char/28224> a lvont:Character ;
    lvont:represents "𨈤"^^xsd:string .

<http://lexvo.org/id/char/28225> a lvont:Character ;
    lvont:represents "𨈥"^^xsd:string .

<http://lexvo.org/id/char/28226> a lvont:Character ;
    lvont:represents "𨈦"^^xsd:string .

<http://lexvo.org/id/char/28227> a lvont:Character ;
    lvont:represents "𨈧"^^xsd:string .

<http://lexvo.org/id/char/28228> a lvont:Character ;
    lvont:represents "𨈨"^^xsd:string .

<http://lexvo.org/id/char/28229> a lvont:Character ;
    lvont:represents "𨈩"^^xsd:string .

<http://lexvo.org/id/char/2822A> a lvont:Character ;
    lvont:represents "𨈪"^^xsd:string .

<http://lexvo.org/id/char/2822B> a lvont:Character ;
    lvont:represents "𨈫"^^xsd:string .

<http://lexvo.org/id/char/2822C> a lvont:Character ;
    lvont:represents "𨈬"^^xsd:string .

<http://lexvo.org/id/char/2822D> a lvont:Character ;
    lvont:represents "𨈭"^^xsd:string .

<http://lexvo.org/id/char/2822E> a lvont:Character ;
    lvont:represents "𨈮"^^xsd:string .

<http://lexvo.org/id/char/2822F> a lvont:Character ;
    lvont:represents "𨈯"^^xsd:string .

<http://lexvo.org/id/char/2823> a lvont:Character ;
    lvont:represents "⠣"^^xsd:string ;
    rdfs:comment "BRAILLE PATTERN DOTS-126"@en .

<http://lexvo.org/id/char/28230> a lvont:Character ;
    lvont:represents "𨈰"^^xsd:string .

<http://lexvo.org/id/char/28231> a lvont:Character ;
    lvont:represents "𨈱"^^xsd:string .

<http://lexvo.org/id/char/28232> a lvont:Character ;
    lvont:represents "𨈲"^^xsd:string .

<http://lexvo.org/id/char/28233> a lvont:Character ;
    lvont:represents "𨈳"^^xsd:string .

<http://lexvo.org/id/char/28234> a lvont:Character ;
    lvont:represents "𨈴"^^xsd:string .

<http://lexvo.org/id/char/28235> a lvont:Character ;
    lvont:represents "𨈵"^^xsd:string .

<http://lexvo.org/id/char/28236> a lvont:Character ;
    lvont:represents "𨈶"^^xsd:string .

<http://lexvo.org/id/char/28237> a lvont:Character ;
    lvont:represents "𨈷"^^xsd:string .

<http://lexvo.org/id/char/28238> a lvont:Character ;
    lvont:represents "𨈸"^^xsd:string .

<http://lexvo.org/id/char/28239> a lvont:Character ;
    lvont:represents "𨈹"^^xsd:string .

<http://lexvo.org/id/char/2823A> a lvont:Character ;
    lvont:represents "𨈺"^^xsd:string .

<http://lexvo.org/id/char/2823B> a lvont:Character ;
    lvont:represents "𨈻"^^xsd:string .

<http://lexvo.org/id/char/2823C> a lvont:Character ;
    lvont:represents "𨈼"^^xsd:string .

<http://lexvo.org/id/char/2823D> a lvont:Character ;
    lvont:represents "𨈽"^^xsd:string .

<http://lexvo.org/id/char/2823E> a lvont:Character ;
    lvont:represents "𨈾"^^xsd:string .

<http://lexvo.org/id/char/2823F> a lvont:Character ;
    lvont:represents "𨈿"^^xsd:string .

<http://lexvo.org/id/char/2824> a lvont:Character ;
    lvont:represents "⠤"^^xsd:string ;
    rdfs:comment "BRAILLE PATTERN DOTS-36"@en .

<http://lexvo.org/id/char/28240> a lvont:Character ;
    lvont:represents "𨉀"^^xsd:string .

<http://lexvo.org/id/char/28241> a lvont:Character ;
    lvont:represents "𨉁"^^xsd:string .

<http://lexvo.org/id/char/28242> a lvont:Character ;
    lvont:represents "𨉂"^^xsd:string .

<http://lexvo.org/id/char/28243> a lvont:Character ;
    lvont:represents "𨉃"^^xsd:string .

<http://lexvo.org/id/char/28244> a lvont:Character ;
    lvont:represents "𨉄"^^xsd:string .

<http://lexvo.org/id/char/28245> a lvont:Character ;
    lvont:represents "𨉅"^^xsd:string .

<http://lexvo.org/id/char/28246> a lvont:Character ;
    lvont:represents "𨉆"^^xsd:string .

<http://lexvo.org/id/char/28247> a lvont:Character ;
    lvont:represents "𨉇"^^xsd:string .

<http://lexvo.org/id/char/28248> a lvont:Character ;
    lvont:represents "𨉈"^^xsd:string .

<http://lexvo.org/id/char/28249> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/pei4>,
        <http://lexvo.org/id/term/yue/%F0%A8%89%89>,
        "𨉉"^^xsd:string ;
    rdfs:comment "weak"@en .

<http://lexvo.org/id/char/2824A> a lvont:Character ;
    lvont:represents "𨉊"^^xsd:string .

<http://lexvo.org/id/char/2824B> a lvont:Character ;
    lvont:represents "𨉋"^^xsd:string .

<http://lexvo.org/id/char/2824C> a lvont:Character ;
    lvont:represents "𨉌"^^xsd:string .

<http://lexvo.org/id/char/2824D> a lvont:Character ;
    lvont:represents "𨉍"^^xsd:string .

<http://lexvo.org/id/char/2824E> a lvont:Character ;
    lvont:represents "𨉎"^^xsd:string .

<http://lexvo.org/id/char/2824F> a lvont:Character ;
    lvont:represents "𨉏"^^xsd:string .

<http://lexvo.org/id/char/2825> a lvont:Character ;
    lvont:represents "⠥"^^xsd:string ;
    rdfs:comment "BRAILLE PATTERN DOTS-136"@en .

<http://lexvo.org/id/char/28250> a lvont:Character ;
    lvont:represents "𨉐"^^xsd:string .

<http://lexvo.org/id/char/28251> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/r%C3%ACnh>,
        "𨉑"^^xsd:string .

<http://lexvo.org/id/char/28252> a lvont:Character ;
    lvont:represents "𨉒"^^xsd:string .

<http://lexvo.org/id/char/28253> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/m%C3%ACnh>,
        "𨉓"^^xsd:string .

<http://lexvo.org/id/char/28254> a lvont:Character ;
    lvont:represents "𨉔"^^xsd:string .

<http://lexvo.org/id/char/28255> a lvont:Character ;
    lvont:represents "𨉕"^^xsd:string .

<http://lexvo.org/id/char/28256> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/nei1%20ni1>,
        <http://lexvo.org/id/term/yue/%F0%A8%89%96>,
        "𨉖"^^xsd:string ;
    rdfs:comment "(Cant.) to hide oneself"@en .

<http://lexvo.org/id/char/28257> a lvont:Character ;
    lvont:represents "𨉗"^^xsd:string .

<http://lexvo.org/id/char/28258> a lvont:Character ;
    lvont:represents "𨉘"^^xsd:string .

<http://lexvo.org/id/char/28259> a lvont:Character ;
    lvont:represents "𨉙"^^xsd:string .

<http://lexvo.org/id/char/2825A> a lvont:Character ;
    lvont:represents "𨉚"^^xsd:string .

<http://lexvo.org/id/char/2825B> a lvont:Character ;
    lvont:represents "𨉛"^^xsd:string .

<http://lexvo.org/id/char/2825C> a lvont:Character ;
    lvont:represents "𨉜"^^xsd:string .

<http://lexvo.org/id/char/2825D> a lvont:Character ;
    lvont:represents "𨉝"^^xsd:string .

<http://lexvo.org/id/char/2825E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/l%C6%B0ng>,
        "𨉞"^^xsd:string .

<http://lexvo.org/id/char/2825F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/m%C3%ACnh>,
        "𨉟"^^xsd:string .

<http://lexvo.org/id/char/2826> a lvont:Character ;
    lvont:represents "⠦"^^xsd:string ;
    rdfs:comment "BRAILLE PATTERN DOTS-236"@en .

<http://lexvo.org/id/char/28260> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/b%E1%BA%AFn>,
        "𨉠"^^xsd:string .

<http://lexvo.org/id/char/28261> a lvont:Character ;
    lvont:represents "𨉡"^^xsd:string .

<http://lexvo.org/id/char/28262> a lvont:Character ;
    lvont:represents "𨉢"^^xsd:string .

<http://lexvo.org/id/char/28263> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C4%81>,
        "𨉣"^^xsd:string .

<http://lexvo.org/id/char/28264> a lvont:Character ;
    lvont:represents "𨉤"^^xsd:string .

<http://lexvo.org/id/char/28265> a lvont:Character ;
    lvont:represents "𨉥"^^xsd:string .

<http://lexvo.org/id/char/28266> a lvont:Character ;
    lvont:represents "𨉦"^^xsd:string .

<http://lexvo.org/id/char/28267> a lvont:Character ;
    lvont:represents "𨉧"^^xsd:string .

<http://lexvo.org/id/char/28268> a lvont:Character ;
    lvont:represents "𨉨"^^xsd:string .

<http://lexvo.org/id/char/28269> a lvont:Character ;
    lvont:represents "𨉩"^^xsd:string .

<http://lexvo.org/id/char/2826A> a lvont:Character ;
    lvont:represents "𨉪"^^xsd:string .

<http://lexvo.org/id/char/2826B> a lvont:Character ;
    lvont:represents "𨉫"^^xsd:string .

<http://lexvo.org/id/char/2826C> a lvont:Character ;
    lvont:represents "𨉬"^^xsd:string .

<http://lexvo.org/id/char/2826D> a lvont:Character ;
    lvont:represents "𨉭"^^xsd:string .

<http://lexvo.org/id/char/2826E> a lvont:Character ;
    lvont:represents "𨉮"^^xsd:string .

<http://lexvo.org/id/char/2826F> a lvont:Character ;
    lvont:represents "𨉯"^^xsd:string .

<http://lexvo.org/id/char/2827> a lvont:Character ;
    lvont:represents "⠧"^^xsd:string ;
    rdfs:comment "BRAILLE PATTERN DOTS-1236"@en .

<http://lexvo.org/id/char/28270> a lvont:Character ;
    lvont:represents "𨉰"^^xsd:string .

<http://lexvo.org/id/char/28271> a lvont:Character ;
    lvont:represents "𨉱"^^xsd:string .

<http://lexvo.org/id/char/28272> a lvont:Character ;
    lvont:represents "𨉲"^^xsd:string .

<http://lexvo.org/id/char/28273> a lvont:Character ;
    lvont:represents "𨉳"^^xsd:string .

<http://lexvo.org/id/char/28274> a lvont:Character ;
    lvont:represents "𨉴"^^xsd:string .

<http://lexvo.org/id/char/28275> a lvont:Character ;
    lvont:represents "𨉵"^^xsd:string .

<http://lexvo.org/id/char/28276> a lvont:Character ;
    lvont:represents "𨉶"^^xsd:string .

<http://lexvo.org/id/char/28277> a lvont:Character ;
    lvont:represents "𨉷"^^xsd:string .

<http://lexvo.org/id/char/28278> a lvont:Character ;
    lvont:represents "𨉸"^^xsd:string .

<http://lexvo.org/id/char/28279> a lvont:Character ;
    lvont:represents "𨉹"^^xsd:string .

<http://lexvo.org/id/char/2827A> a lvont:Character ;
    lvont:represents "𨉺"^^xsd:string .

<http://lexvo.org/id/char/2827B> a lvont:Character ;
    lvont:represents "𨉻"^^xsd:string .

<http://lexvo.org/id/char/2827C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/wu3>,
        <http://lexvo.org/id/term/yue/%F0%A8%89%BC>,
        "𨉼"^^xsd:string ;
    rdfs:comment "(Cant.) to stoop, bow"@en .

<http://lexvo.org/id/char/2827D> a lvont:Character ;
    lvont:represents "𨉽"^^xsd:string .

<http://lexvo.org/id/char/2827E> a lvont:Character ;
    lvont:represents "𨉾"^^xsd:string .

<http://lexvo.org/id/char/2827F> a lvont:Character ;
    lvont:represents "𨉿"^^xsd:string .

<http://lexvo.org/id/char/2828> a lvont:Character ;
    lvont:represents "⠨"^^xsd:string ;
    rdfs:comment "BRAILLE PATTERN DOTS-46"@en .

<http://lexvo.org/id/char/28280> a lvont:Character ;
    lvont:represents "𨊀"^^xsd:string .

<http://lexvo.org/id/char/28281> a lvont:Character ;
    lvont:represents "𨊁"^^xsd:string .

<http://lexvo.org/id/char/28282> a lvont:Character ;
    lvont:represents "𨊂"^^xsd:string .

<http://lexvo.org/id/char/28283> a lvont:Character ;
    lvont:represents "𨊃"^^xsd:string .

<http://lexvo.org/id/char/28284> a lvont:Character ;
    lvont:represents "𨊄"^^xsd:string .

<http://lexvo.org/id/char/28285> a lvont:Character ;
    lvont:represents "𨊅"^^xsd:string .

<http://lexvo.org/id/char/28286> a lvont:Character ;
    lvont:represents "𨊆"^^xsd:string .

<http://lexvo.org/id/char/28287> a lvont:Character ;
    lvont:represents "𨊇"^^xsd:string .

<http://lexvo.org/id/char/28288> a lvont:Character ;
    lvont:represents "𨊈"^^xsd:string .

<http://lexvo.org/id/char/28289> a lvont:Character ;
    lvont:represents "𨊉"^^xsd:string .

<http://lexvo.org/id/char/2828A> a lvont:Character ;
    lvont:represents "𨊊"^^xsd:string .

<http://lexvo.org/id/char/2828B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/m%E1%BA%A9y>,
        "𨊋"^^xsd:string .

<http://lexvo.org/id/char/2828C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/l%C4%83n>,
        "𨊌"^^xsd:string .

<http://lexvo.org/id/char/2828D> a lvont:Character ;
    lvont:represents "𨊍"^^xsd:string .

<http://lexvo.org/id/char/2828E> a lvont:Character ;
    lvont:represents "𨊎"^^xsd:string .

<http://lexvo.org/id/char/2828F> a lvont:Character ;
    lvont:represents "𨊏"^^xsd:string .

<http://lexvo.org/id/char/2829> a lvont:Character ;
    lvont:represents "⠩"^^xsd:string ;
    rdfs:comment "BRAILLE PATTERN DOTS-146"@en .

<http://lexvo.org/id/char/28290> a lvont:Character ;
    lvont:represents "𨊐"^^xsd:string .

<http://lexvo.org/id/char/28291> a lvont:Character ;
    lvont:represents "𨊑"^^xsd:string .

<http://lexvo.org/id/char/28292> a lvont:Character ;
    lvont:represents "𨊒"^^xsd:string .

<http://lexvo.org/id/char/28293> a lvont:Character ;
    lvont:represents "𨊓"^^xsd:string .

<http://lexvo.org/id/char/28294> a lvont:Character ;
    lvont:represents "𨊔"^^xsd:string .

<http://lexvo.org/id/char/28295> a lvont:Character ;
    lvont:represents "𨊕"^^xsd:string .

<http://lexvo.org/id/char/28296> a lvont:Character ;
    lvont:represents "𨊖"^^xsd:string .

<http://lexvo.org/id/char/28297> a lvont:Character ;
    lvont:represents "𨊗"^^xsd:string .

<http://lexvo.org/id/char/28298> a lvont:Character ;
    lvont:represents "𨊘"^^xsd:string .

<http://lexvo.org/id/char/28299> a lvont:Character ;
    lvont:represents "𨊙"^^xsd:string .

<http://lexvo.org/id/char/2829A> a lvont:Character ;
    lvont:represents "𨊚"^^xsd:string .

<http://lexvo.org/id/char/2829B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/laak3>,
        <http://lexvo.org/id/term/yue/%F0%A8%8A%9B>,
        "𨊛"^^xsd:string ;
    rdfs:comment "(Cant.) nude, naked"@en .

<http://lexvo.org/id/char/2829C> a lvont:Character ;
    lvont:represents "𨊜"^^xsd:string .

<http://lexvo.org/id/char/2829D> a lvont:Character ;
    lvont:represents "𨊝"^^xsd:string .

<http://lexvo.org/id/char/2829E> a lvont:Character ;
    lvont:represents "𨊞"^^xsd:string .

<http://lexvo.org/id/char/2829F> a lvont:Character ;
    lvont:represents "𨊟"^^xsd:string .

<http://lexvo.org/id/char/282A> a lvont:Character ;
    lvont:represents "⠪"^^xsd:string ;
    rdfs:comment "BRAILLE PATTERN DOTS-246"@en .

<http://lexvo.org/id/char/282A0> a lvont:Character ;
    lvont:represents "𨊠"^^xsd:string .

<http://lexvo.org/id/char/282A1> a lvont:Character ;
    lvont:represents "𨊡"^^xsd:string .

<http://lexvo.org/id/char/282A2> a lvont:Character ;
    lvont:represents "𨊢"^^xsd:string .

<http://lexvo.org/id/char/282A3> a lvont:Character ;
    lvont:represents "𨊣"^^xsd:string .

<http://lexvo.org/id/char/282A4> a lvont:Character ;
    lvont:represents "𨊤"^^xsd:string .

<http://lexvo.org/id/char/282A5> a lvont:Character ;
    lvont:represents "𨊥"^^xsd:string .

<http://lexvo.org/id/char/282A6> a lvont:Character ;
    lvont:represents "𨊦"^^xsd:string .

<http://lexvo.org/id/char/282A7> a lvont:Character ;
    lvont:represents "𨊧"^^xsd:string .

<http://lexvo.org/id/char/282A8> a lvont:Character ;
    lvont:represents "𨊨"^^xsd:string .

<http://lexvo.org/id/char/282A9> a lvont:Character ;
    lvont:represents "𨊩"^^xsd:string .

<http://lexvo.org/id/char/282AA> a lvont:Character ;
    lvont:represents "𨊪"^^xsd:string .

<http://lexvo.org/id/char/282AB> a lvont:Character ;
    lvont:represents "𨊫"^^xsd:string .

<http://lexvo.org/id/char/282AC> a lvont:Character ;
    lvont:represents "𨊬"^^xsd:string .

<http://lexvo.org/id/char/282AD> a lvont:Character ;
    lvont:represents "𨊭"^^xsd:string .

<http://lexvo.org/id/char/282AE> a lvont:Character ;
    lvont:represents "𨊮"^^xsd:string .

<http://lexvo.org/id/char/282AF> a lvont:Character ;
    lvont:represents "𨊯"^^xsd:string .

<http://lexvo.org/id/char/282B> a lvont:Character ;
    lvont:represents "⠫"^^xsd:string ;
    rdfs:comment "BRAILLE PATTERN DOTS-1246"@en .

<http://lexvo.org/id/char/282B0> a lvont:Character ;
    lvont:represents "𨊰"^^xsd:string .

<http://lexvo.org/id/char/282B1> a lvont:Character ;
    lvont:represents "𨊱"^^xsd:string .

<http://lexvo.org/id/char/282B2> a lvont:Character ;
    lvont:represents "𨊲"^^xsd:string .

<http://lexvo.org/id/char/282B3> a lvont:Character ;
    lvont:represents "𨊳"^^xsd:string .

<http://lexvo.org/id/char/282B4> a lvont:Character ;
    lvont:represents "𨊴"^^xsd:string .

<http://lexvo.org/id/char/282B5> a lvont:Character ;
    lvont:represents "𨊵"^^xsd:string .

<http://lexvo.org/id/char/282B6> a lvont:Character ;
    lvont:represents "𨊶"^^xsd:string .

<http://lexvo.org/id/char/282B7> a lvont:Character ;
    lvont:represents "𨊷"^^xsd:string .

<http://lexvo.org/id/char/282B8> a lvont:Character ;
    lvont:represents "𨊸"^^xsd:string .

<http://lexvo.org/id/char/282B9> a lvont:Character ;
    lvont:represents "𨊹"^^xsd:string .

<http://lexvo.org/id/char/282BA> a lvont:Character ;
    lvont:represents "𨊺"^^xsd:string .

<http://lexvo.org/id/char/282BB> a lvont:Character ;
    lvont:represents "𨊻"^^xsd:string .

<http://lexvo.org/id/char/282BC> a lvont:Character ;
    lvont:represents "𨊼"^^xsd:string .

<http://lexvo.org/id/char/282BD> a lvont:Character ;
    lvont:represents "𨊽"^^xsd:string .

<http://lexvo.org/id/char/282BE> a lvont:Character ;
    lvont:represents "𨊾"^^xsd:string .

<http://lexvo.org/id/char/282BF> a lvont:Character ;
    lvont:represents "𨊿"^^xsd:string .

<http://lexvo.org/id/char/282C> a lvont:Character ;
    lvont:represents "⠬"^^xsd:string ;
    rdfs:comment "BRAILLE PATTERN DOTS-346"@en .

<http://lexvo.org/id/char/282C0> a lvont:Character ;
    lvont:represents "𨋀"^^xsd:string .

<http://lexvo.org/id/char/282C1> a lvont:Character ;
    lvont:represents "𨋁"^^xsd:string .

<http://lexvo.org/id/char/282C2> a lvont:Character ;
    lvont:represents "𨋂"^^xsd:string .

<http://lexvo.org/id/char/282C3> a lvont:Character ;
    lvont:represents "𨋃"^^xsd:string .

<http://lexvo.org/id/char/282C4> a lvont:Character ;
    lvont:represents "𨋄"^^xsd:string .

<http://lexvo.org/id/char/282C5> a lvont:Character ;
    lvont:represents "𨋅"^^xsd:string .

<http://lexvo.org/id/char/282C6> a lvont:Character ;
    lvont:represents "𨋆"^^xsd:string .

<http://lexvo.org/id/char/282C7> a lvont:Character ;
    lvont:represents "𨋇"^^xsd:string .

<http://lexvo.org/id/char/282C8> a lvont:Character ;
    lvont:represents "𨋈"^^xsd:string .

<http://lexvo.org/id/char/282C9> a lvont:Character ;
    lvont:represents "𨋉"^^xsd:string .

<http://lexvo.org/id/char/282CA> a lvont:Character ;
    lvont:represents "𨋊"^^xsd:string .

<http://lexvo.org/id/char/282CB> a lvont:Character ;
    lvont:represents "𨋋"^^xsd:string .

<http://lexvo.org/id/char/282CC> a lvont:Character ;
    lvont:represents "𨋌"^^xsd:string .

<http://lexvo.org/id/char/282CD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/wan1%20wen1>,
        <http://lexvo.org/id/term/yue/%F0%A8%8B%8D>,
        "𨋍"^^xsd:string ;
    rdfs:comment "(Cant.) a van"@en .

<http://lexvo.org/id/char/282CE> a lvont:Character ;
    lvont:represents "𨋎"^^xsd:string .

<http://lexvo.org/id/char/282CF> a lvont:Character ;
    lvont:represents "𨋏"^^xsd:string .

<http://lexvo.org/id/char/282D> a lvont:Character ;
    lvont:represents "⠭"^^xsd:string ;
    rdfs:comment "BRAILLE PATTERN DOTS-1346"@en .

<http://lexvo.org/id/char/282D0> a lvont:Character ;
    lvont:represents "𨋐"^^xsd:string .

<http://lexvo.org/id/char/282D1> a lvont:Character ;
    lvont:represents "𨋑"^^xsd:string .

<http://lexvo.org/id/char/282D2> a lvont:Character ;
    lvont:represents "𨋒"^^xsd:string .

<http://lexvo.org/id/char/282D3> a lvont:Character ;
    lvont:represents "𨋓"^^xsd:string .

<http://lexvo.org/id/char/282D4> a lvont:Character ;
    lvont:represents "𨋔"^^xsd:string .

<http://lexvo.org/id/char/282D5> a lvont:Character ;
    lvont:represents "𨋕"^^xsd:string .

<http://lexvo.org/id/char/282D6> a lvont:Character ;
    lvont:represents "𨋖"^^xsd:string .

<http://lexvo.org/id/char/282D7> a lvont:Character ;
    lvont:represents "𨋗"^^xsd:string .

<http://lexvo.org/id/char/282D8> a lvont:Character ;
    lvont:represents "𨋘"^^xsd:string .

<http://lexvo.org/id/char/282D9> a lvont:Character ;
    lvont:represents "𨋙"^^xsd:string .

<http://lexvo.org/id/char/282DA> a lvont:Character ;
    lvont:represents "𨋚"^^xsd:string .

<http://lexvo.org/id/char/282DB> a lvont:Character ;
    lvont:represents "𨋛"^^xsd:string .

<http://lexvo.org/id/char/282DC> a lvont:Character ;
    lvont:represents "𨋜"^^xsd:string .

<http://lexvo.org/id/char/282DD> a lvont:Character ;
    lvont:represents "𨋝"^^xsd:string .

<http://lexvo.org/id/char/282DE> a lvont:Character ;
    lvont:represents "𨋞"^^xsd:string .

<http://lexvo.org/id/char/282DF> a lvont:Character ;
    lvont:represents "𨋟"^^xsd:string .

<http://lexvo.org/id/char/282E> a lvont:Character ;
    lvont:represents "⠮"^^xsd:string ;
    rdfs:comment "BRAILLE PATTERN DOTS-2346"@en .

<http://lexvo.org/id/char/282E0> a lvont:Character ;
    lvont:represents "𨋠"^^xsd:string .

<http://lexvo.org/id/char/282E1> a lvont:Character ;
    lvont:represents "𨋡"^^xsd:string .

<http://lexvo.org/id/char/282E2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/lip1>,
        <http://lexvo.org/id/term/yue/%F0%A8%8B%A2>,
        "𨋢"^^xsd:string ;
    rdfs:comment "(Cant.) an elevator (from the British 'lift')"@en .

<http://lexvo.org/id/char/282E3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/b%C3%A1nh>,
        "𨋣"^^xsd:string .

<http://lexvo.org/id/char/282E4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/so>,
        "𨋤"^^xsd:string .

<http://lexvo.org/id/char/282E5> a lvont:Character ;
    lvont:represents "𨋥"^^xsd:string .

<http://lexvo.org/id/char/282E6> a lvont:Character ;
    lvont:represents "𨋦"^^xsd:string .

<http://lexvo.org/id/char/282E7> a lvont:Character ;
    lvont:represents "𨋧"^^xsd:string .

<http://lexvo.org/id/char/282E8> a lvont:Character ;
    lvont:represents "𨋨"^^xsd:string .

<http://lexvo.org/id/char/282E9> a lvont:Character ;
    lvont:represents "𨋩"^^xsd:string .

<http://lexvo.org/id/char/282EA> a lvont:Character ;
    lvont:represents "𨋪"^^xsd:string .

<http://lexvo.org/id/char/282EB> a lvont:Character ;
    lvont:represents "𨋫"^^xsd:string .

<http://lexvo.org/id/char/282EC> a lvont:Character ;
    lvont:represents "𨋬"^^xsd:string .

<http://lexvo.org/id/char/282ED> a lvont:Character ;
    lvont:represents "𨋭"^^xsd:string .

<http://lexvo.org/id/char/282EE> a lvont:Character ;
    lvont:represents "𨋮"^^xsd:string .

<http://lexvo.org/id/char/282EF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%F0%A8%8B%AF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zhu%C7%8Ei>,
        "𨋯"^^xsd:string ;
    rdfs:comment "potholes"@en .

<http://lexvo.org/id/char/282F> a lvont:Character ;
    lvont:represents "⠯"^^xsd:string ;
    rdfs:comment "BRAILLE PATTERN DOTS-12346"@en .

<http://lexvo.org/id/char/282F0> a lvont:Character ;
    lvont:represents "𨋰"^^xsd:string .

<http://lexvo.org/id/char/282F1> a lvont:Character ;
    lvont:represents "𨋱"^^xsd:string .

<http://lexvo.org/id/char/282F2> a lvont:Character ;
    lvont:represents "𨋲"^^xsd:string .

<http://lexvo.org/id/char/282F3> a lvont:Character ;
    lvont:represents "𨋳"^^xsd:string .

<http://lexvo.org/id/char/282F4> a lvont:Character ;
    lvont:represents "𨋴"^^xsd:string .

<http://lexvo.org/id/char/282F5> a lvont:Character ;
    lvont:represents "𨋵"^^xsd:string .

<http://lexvo.org/id/char/282F6> a lvont:Character ;
    lvont:represents "𨋶"^^xsd:string .

<http://lexvo.org/id/char/282F7> a lvont:Character ;
    lvont:represents "𨋷"^^xsd:string .

<http://lexvo.org/id/char/282F8> a lvont:Character ;
    lvont:represents "𨋸"^^xsd:string .

<http://lexvo.org/id/char/282F9> a lvont:Character ;
    lvont:represents "𨋹"^^xsd:string .

<http://lexvo.org/id/char/282FA> a lvont:Character ;
    lvont:represents "𨋺"^^xsd:string .

<http://lexvo.org/id/char/282FB> a lvont:Character ;
    lvont:represents "𨋻"^^xsd:string .

<http://lexvo.org/id/char/282FC> a lvont:Character ;
    lvont:represents "𨋼"^^xsd:string .

<http://lexvo.org/id/char/282FD> a lvont:Character ;
    lvont:represents "𨋽"^^xsd:string .

<http://lexvo.org/id/char/282FE> a lvont:Character ;
    lvont:represents "𨋾"^^xsd:string .

<http://lexvo.org/id/char/282FF> a lvont:Character ;
    lvont:represents "𨋿"^^xsd:string .

<http://lexvo.org/id/char/2830> a lvont:Character ;
    lvont:represents "⠰"^^xsd:string ;
    rdfs:comment "BRAILLE PATTERN DOTS-56"@en .

<http://lexvo.org/id/char/28300> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/nh%E1%BA%B9>,
        "𨌀"^^xsd:string .

<http://lexvo.org/id/char/28301> a lvont:Character ;
    lvont:represents "𨌁"^^xsd:string .

<http://lexvo.org/id/char/28302> a lvont:Character ;
    lvont:represents "𨌂"^^xsd:string .

<http://lexvo.org/id/char/28303> a lvont:Character ;
    lvont:represents "𨌃"^^xsd:string .

<http://lexvo.org/id/char/28304> a lvont:Character ;
    lvont:represents "𨌄"^^xsd:string .

<http://lexvo.org/id/char/28305> a lvont:Character ;
    lvont:represents "𨌅"^^xsd:string .

<http://lexvo.org/id/char/28306> a lvont:Character ;
    lvont:represents "𨌆"^^xsd:string .

<http://lexvo.org/id/char/28307> a lvont:Character ;
    lvont:represents "𨌇"^^xsd:string .

<http://lexvo.org/id/char/28308> a lvont:Character ;
    lvont:represents "𨌈"^^xsd:string .

<http://lexvo.org/id/char/28309> a lvont:Character ;
    lvont:represents "𨌉"^^xsd:string .

<http://lexvo.org/id/char/2830A> a lvont:Character ;
    lvont:represents "𨌊"^^xsd:string .

<http://lexvo.org/id/char/2830B> a lvont:Character ;
    lvont:represents "𨌋"^^xsd:string .

<http://lexvo.org/id/char/2830C> a lvont:Character ;
    lvont:represents "𨌌"^^xsd:string .

<http://lexvo.org/id/char/2830D> a lvont:Character ;
    lvont:represents "𨌍"^^xsd:string .

<http://lexvo.org/id/char/2830E> a lvont:Character ;
    lvont:represents "𨌎"^^xsd:string .

<http://lexvo.org/id/char/2830F> a lvont:Character ;
    lvont:represents "𨌏"^^xsd:string .

<http://lexvo.org/id/char/2831> a lvont:Character ;
    lvont:represents "⠱"^^xsd:string ;
    rdfs:comment "BRAILLE PATTERN DOTS-156"@en .

<http://lexvo.org/id/char/28310> a lvont:Character ;
    lvont:represents "𨌐"^^xsd:string .

<http://lexvo.org/id/char/28311> a lvont:Character ;
    lvont:represents "𨌑"^^xsd:string .

<http://lexvo.org/id/char/28312> a lvont:Character ;
    lvont:represents "𨌒"^^xsd:string .

<http://lexvo.org/id/char/28313> a lvont:Character ;
    lvont:represents "𨌓"^^xsd:string .

<http://lexvo.org/id/char/28314> a lvont:Character ;
    lvont:represents "𨌔"^^xsd:string .

<http://lexvo.org/id/char/28315> a lvont:Character ;
    lvont:represents "𨌕"^^xsd:string .

<http://lexvo.org/id/char/28316> a lvont:Character ;
    lvont:represents "𨌖"^^xsd:string .

<http://lexvo.org/id/char/28317> a lvont:Character ;
    lvont:represents "𨌗"^^xsd:string .

<http://lexvo.org/id/char/28318> a lvont:Character ;
    lvont:represents "𨌘"^^xsd:string .

<http://lexvo.org/id/char/28319> a lvont:Character ;
    lvont:represents "𨌙"^^xsd:string .

<http://lexvo.org/id/char/2831A> a lvont:Character ;
    lvont:represents "𨌚"^^xsd:string .

<http://lexvo.org/id/char/2831B> a lvont:Character ;
    lvont:represents "𨌛"^^xsd:string .

<http://lexvo.org/id/char/2831C> a lvont:Character ;
    lvont:represents "𨌜"^^xsd:string .

<http://lexvo.org/id/char/2831D> a lvont:Character ;
    lvont:represents "𨌝"^^xsd:string .

<http://lexvo.org/id/char/2831E> a lvont:Character ;
    lvont:represents "𨌞"^^xsd:string .

<http://lexvo.org/id/char/2831F> a lvont:Character ;
    lvont:represents "𨌟"^^xsd:string .

<http://lexvo.org/id/char/2832> a lvont:Character ;
    lvont:represents "⠲"^^xsd:string ;
    rdfs:comment "BRAILLE PATTERN DOTS-256"@en .

<http://lexvo.org/id/char/28320> a lvont:Character ;
    lvont:represents "𨌠"^^xsd:string .

<http://lexvo.org/id/char/28321> a lvont:Character ;
    lvont:represents "𨌡"^^xsd:string .

<http://lexvo.org/id/char/28322> a lvont:Character ;
    lvont:represents "𨌢"^^xsd:string .

<http://lexvo.org/id/char/28323> a lvont:Character ;
    lvont:represents "𨌣"^^xsd:string .

<http://lexvo.org/id/char/28324> a lvont:Character ;
    lvont:represents "𨌤"^^xsd:string .

<http://lexvo.org/id/char/28325> a lvont:Character ;
    lvont:represents "𨌥"^^xsd:string .

<http://lexvo.org/id/char/28326> a lvont:Character ;
    lvont:represents "𨌦"^^xsd:string .

<http://lexvo.org/id/char/28327> a lvont:Character ;
    lvont:represents "𨌧"^^xsd:string .

<http://lexvo.org/id/char/28328> a lvont:Character ;
    lvont:represents "𨌨"^^xsd:string .

<http://lexvo.org/id/char/28329> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%F0%A8%8C%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%A0ng>,
        "𨌩"^^xsd:string ;
    rdfs:comment "a time; row"@en .

<http://lexvo.org/id/char/2832A> a lvont:Character ;
    lvont:represents "𨌪"^^xsd:string .

<http://lexvo.org/id/char/2832B> a lvont:Character ;
    lvont:represents "𨌫"^^xsd:string .

<http://lexvo.org/id/char/2832C> a lvont:Character ;
    lvont:represents "𨌬"^^xsd:string .

<http://lexvo.org/id/char/2832D> a lvont:Character ;
    lvont:represents "𨌭"^^xsd:string .

<http://lexvo.org/id/char/2832E> a lvont:Character ;
    lvont:represents "𨌮"^^xsd:string .

<http://lexvo.org/id/char/2832F> a lvont:Character ;
    lvont:represents "𨌯"^^xsd:string .

<http://lexvo.org/id/char/2833> a lvont:Character ;
    lvont:represents "⠳"^^xsd:string ;
    rdfs:comment "BRAILLE PATTERN DOTS-1256"@en .

<http://lexvo.org/id/char/28330> a lvont:Character ;
    lvont:represents "𨌰"^^xsd:string .

<http://lexvo.org/id/char/28331> a lvont:Character ;
    lvont:represents "𨌱"^^xsd:string .

<http://lexvo.org/id/char/28332> a lvont:Character ;
    lvont:represents "𨌲"^^xsd:string .

<http://lexvo.org/id/char/28333> a lvont:Character ;
    lvont:represents "𨌳"^^xsd:string .

<http://lexvo.org/id/char/28334> a lvont:Character ;
    lvont:represents "𨌴"^^xsd:string .

<http://lexvo.org/id/char/28335> a lvont:Character ;
    lvont:represents "𨌵"^^xsd:string .

<http://lexvo.org/id/char/28336> a lvont:Character ;
    lvont:represents "𨌶"^^xsd:string .

<http://lexvo.org/id/char/28337> a lvont:Character ;
    lvont:represents "𨌷"^^xsd:string .

<http://lexvo.org/id/char/28338> a lvont:Character ;
    lvont:represents "𨌸"^^xsd:string .

<http://lexvo.org/id/char/28339> a lvont:Character ;
    lvont:represents "𨌹"^^xsd:string .

<http://lexvo.org/id/char/2833A> a lvont:Character ;
    lvont:represents "𨌺"^^xsd:string .

<http://lexvo.org/id/char/2833B> a lvont:Character ;
    lvont:represents "𨌻"^^xsd:string .

<http://lexvo.org/id/char/2833C> a lvont:Character ;
    lvont:represents "𨌼"^^xsd:string .

<http://lexvo.org/id/char/2833D> a lvont:Character ;
    lvont:represents "𨌽"^^xsd:string .

<http://lexvo.org/id/char/2833E> a lvont:Character ;
    lvont:represents "𨌾"^^xsd:string .

<http://lexvo.org/id/char/2833F> a lvont:Character ;
    lvont:represents "𨌿"^^xsd:string .

<http://lexvo.org/id/char/2834> a lvont:Character ;
    lvont:represents "⠴"^^xsd:string ;
    rdfs:comment "BRAILLE PATTERN DOTS-356"@en .

<http://lexvo.org/id/char/28340> a lvont:Character ;
    lvont:represents "𨍀"^^xsd:string .

<http://lexvo.org/id/char/28341> a lvont:Character ;
    lvont:represents "𨍁"^^xsd:string .

<http://lexvo.org/id/char/28342> a lvont:Character ;
    lvont:represents "𨍂"^^xsd:string .

<http://lexvo.org/id/char/28343> a lvont:Character ;
    lvont:represents "𨍃"^^xsd:string .

<http://lexvo.org/id/char/28344> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/c%E1%BB%99>,
        "𨍄"^^xsd:string .

<http://lexvo.org/id/char/28345> a lvont:Character ;
    lvont:represents "𨍅"^^xsd:string .

<http://lexvo.org/id/char/28346> a lvont:Character ;
    lvont:represents "𨍆"^^xsd:string .

<http://lexvo.org/id/char/28347> a lvont:Character ;
    lvont:represents "𨍇"^^xsd:string .

<http://lexvo.org/id/char/28348> a lvont:Character ;
    lvont:represents "𨍈"^^xsd:string .

<http://lexvo.org/id/char/28349> a lvont:Character ;
    lvont:represents "𨍉"^^xsd:string .

<http://lexvo.org/id/char/2834A> a lvont:Character ;
    lvont:represents "𨍊"^^xsd:string .

<http://lexvo.org/id/char/2834B> a lvont:Character ;
    lvont:represents "𨍋"^^xsd:string .

<http://lexvo.org/id/char/2834C> a lvont:Character ;
    lvont:represents "𨍌"^^xsd:string .

<http://lexvo.org/id/char/2834D> a lvont:Character ;
    lvont:represents "𨍍"^^xsd:string .

<http://lexvo.org/id/char/2834E> a lvont:Character ;
    lvont:represents "𨍎"^^xsd:string .

<http://lexvo.org/id/char/2834F> a lvont:Character ;
    lvont:represents "𨍏"^^xsd:string .

<http://lexvo.org/id/char/2835> a lvont:Character ;
    lvont:represents "⠵"^^xsd:string ;
    rdfs:comment "BRAILLE PATTERN DOTS-1356"@en .

<http://lexvo.org/id/char/28350> a lvont:Character ;
    lvont:represents "𨍐"^^xsd:string .

<http://lexvo.org/id/char/28351> a lvont:Character ;
    lvont:represents "𨍑"^^xsd:string .

<http://lexvo.org/id/char/28352> a lvont:Character ;
    lvont:represents "𨍒"^^xsd:string .

<http://lexvo.org/id/char/28353> a lvont:Character ;
    lvont:represents "𨍓"^^xsd:string .

<http://lexvo.org/id/char/28354> a lvont:Character ;
    lvont:represents "𨍔"^^xsd:string .

<http://lexvo.org/id/char/28355> a lvont:Character ;
    lvont:represents "𨍕"^^xsd:string .

<http://lexvo.org/id/char/28356> a lvont:Character ;
    lvont:represents "𨍖"^^xsd:string .

<http://lexvo.org/id/char/28357> a lvont:Character ;
    lvont:represents "𨍗"^^xsd:string .

<http://lexvo.org/id/char/28358> a lvont:Character ;
    lvont:represents "𨍘"^^xsd:string .

<http://lexvo.org/id/char/28359> a lvont:Character ;
    lvont:represents "𨍙"^^xsd:string .

<http://lexvo.org/id/char/2835A> a lvont:Character ;
    lvont:represents "𨍚"^^xsd:string .

<http://lexvo.org/id/char/2835B> a lvont:Character ;
    lvont:represents "𨍛"^^xsd:string .

<http://lexvo.org/id/char/2835C> a lvont:Character ;
    lvont:represents "𨍜"^^xsd:string .

<http://lexvo.org/id/char/2835D> a lvont:Character ;
    lvont:represents "𨍝"^^xsd:string .

<http://lexvo.org/id/char/2835E> a lvont:Character ;
    lvont:represents "𨍞"^^xsd:string .

<http://lexvo.org/id/char/2835F> a lvont:Character ;
    lvont:represents "𨍟"^^xsd:string .

<http://lexvo.org/id/char/2836> a lvont:Character ;
    lvont:represents "⠶"^^xsd:string ;
    rdfs:comment "BRAILLE PATTERN DOTS-2356"@en .

<http://lexvo.org/id/char/28360> a lvont:Character ;
    lvont:represents "𨍠"^^xsd:string .

<http://lexvo.org/id/char/28361> a lvont:Character ;
    lvont:represents "𨍡"^^xsd:string .

<http://lexvo.org/id/char/28362> a lvont:Character ;
    lvont:represents "𨍢"^^xsd:string .

<http://lexvo.org/id/char/28363> a lvont:Character ;
    lvont:represents "𨍣"^^xsd:string .

<http://lexvo.org/id/char/28364> a lvont:Character ;
    lvont:represents "𨍤"^^xsd:string .

<http://lexvo.org/id/char/28365> a lvont:Character ;
    lvont:represents "𨍥"^^xsd:string .

<http://lexvo.org/id/char/28366> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/sau>,
        "𨍦"^^xsd:string .

<http://lexvo.org/id/char/28367> a lvont:Character ;
    lvont:represents "𨍧"^^xsd:string .

<http://lexvo.org/id/char/28368> a lvont:Character ;
    lvont:represents "𨍨"^^xsd:string .

<http://lexvo.org/id/char/28369> a lvont:Character ;
    lvont:represents "𨍩"^^xsd:string .

<http://lexvo.org/id/char/2836A> a lvont:Character ;
    lvont:represents "𨍪"^^xsd:string .

<http://lexvo.org/id/char/2836B> a lvont:Character ;
    lvont:represents "𨍫"^^xsd:string .

<http://lexvo.org/id/char/2836C> a lvont:Character ;
    lvont:represents "𨍬"^^xsd:string .

<http://lexvo.org/id/char/2836D> a lvont:Character ;
    lvont:represents "𨍭"^^xsd:string .

<http://lexvo.org/id/char/2836E> a lvont:Character ;
    lvont:represents "𨍮"^^xsd:string .

<http://lexvo.org/id/char/2836F> a lvont:Character ;
    lvont:represents "𨍯"^^xsd:string .

<http://lexvo.org/id/char/2837> a lvont:Character ;
    lvont:represents "⠷"^^xsd:string ;
    rdfs:comment "BRAILLE PATTERN DOTS-12356"@en .

<http://lexvo.org/id/char/28370> a lvont:Character ;
    lvont:represents "𨍰"^^xsd:string .

<http://lexvo.org/id/char/28371> a lvont:Character ;
    lvont:represents "𨍱"^^xsd:string .

<http://lexvo.org/id/char/28372> a lvont:Character ;
    lvont:represents "𨍲"^^xsd:string .

<http://lexvo.org/id/char/28373> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%F0%A8%8D%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A1o%20di%C4%81o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jiu4>,
        <http://lexvo.org/id/term/yue/%F0%A8%8D%B3>,
        "𨍳"^^xsd:string ;
    rdfs:comment "distant; an open carriage"@en .

<http://lexvo.org/id/char/28374> a lvont:Character ;
    lvont:represents "𨍴"^^xsd:string .

<http://lexvo.org/id/char/28375> a lvont:Character ;
    lvont:represents "𨍵"^^xsd:string .

<http://lexvo.org/id/char/28376> a lvont:Character ;
    lvont:represents "𨍶"^^xsd:string .

<http://lexvo.org/id/char/28377> a lvont:Character ;
    lvont:represents "𨍷"^^xsd:string .

<http://lexvo.org/id/char/28378> a lvont:Character ;
    lvont:represents "𨍸"^^xsd:string .

<http://lexvo.org/id/char/28379> a lvont:Character ;
    lvont:represents "𨍹"^^xsd:string .

<http://lexvo.org/id/char/2837A> a lvont:Character ;
    lvont:represents "𨍺"^^xsd:string .

<http://lexvo.org/id/char/2837B> a lvont:Character ;
    lvont:represents "𨍻"^^xsd:string .

<http://lexvo.org/id/char/2837C> a lvont:Character ;
    lvont:represents "𨍼"^^xsd:string .

<http://lexvo.org/id/char/2837D> a lvont:Character ;
    lvont:represents "𨍽"^^xsd:string .

<http://lexvo.org/id/char/2837E> a lvont:Character ;
    lvont:represents "𨍾"^^xsd:string .

<http://lexvo.org/id/char/2837F> a lvont:Character ;
    lvont:represents "𨍿"^^xsd:string .

<http://lexvo.org/id/char/2838> a lvont:Character ;
    lvont:represents "⠸"^^xsd:string ;
    rdfs:comment "BRAILLE PATTERN DOTS-456"@en .

<http://lexvo.org/id/char/28380> a lvont:Character ;
    lvont:represents "𨎀"^^xsd:string .

<http://lexvo.org/id/char/28381> a lvont:Character ;
    lvont:represents "𨎁"^^xsd:string .

<http://lexvo.org/id/char/28382> a lvont:Character ;
    lvont:represents "𨎂"^^xsd:string .

<http://lexvo.org/id/char/28383> a lvont:Character ;
    lvont:represents "𨎃"^^xsd:string .

<http://lexvo.org/id/char/28384> a lvont:Character ;
    lvont:represents "𨎄"^^xsd:string .

<http://lexvo.org/id/char/28385> a lvont:Character ;
    lvont:represents "𨎅"^^xsd:string .

<http://lexvo.org/id/char/28386> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/so>,
        "𨎆"^^xsd:string .

<http://lexvo.org/id/char/28387> a lvont:Character ;
    lvont:represents "𨎇"^^xsd:string .

<http://lexvo.org/id/char/28388> a lvont:Character ;
    lvont:represents "𨎈"^^xsd:string .

<http://lexvo.org/id/char/28389> a lvont:Character ;
    lvont:represents "𨎉"^^xsd:string .

<http://lexvo.org/id/char/2838A> a lvont:Character ;
    lvont:represents "𨎊"^^xsd:string .

<http://lexvo.org/id/char/2838B> a lvont:Character ;
    lvont:represents "𨎋"^^xsd:string .

<http://lexvo.org/id/char/2838C> a lvont:Character ;
    lvont:represents "𨎌"^^xsd:string .

<http://lexvo.org/id/char/2838D> a lvont:Character ;
    lvont:represents "𨎍"^^xsd:string .

<http://lexvo.org/id/char/2838E> a lvont:Character ;
    lvont:represents "𨎎"^^xsd:string .

<http://lexvo.org/id/char/2838F> a lvont:Character ;
    lvont:represents "𨎏"^^xsd:string .

<http://lexvo.org/id/char/2839> a lvont:Character ;
    lvont:represents "⠹"^^xsd:string ;
    rdfs:comment "BRAILLE PATTERN DOTS-1456"@en .

<http://lexvo.org/id/char/28390> a lvont:Character ;
    lvont:represents "𨎐"^^xsd:string .

<http://lexvo.org/id/char/28391> a lvont:Character ;
    lvont:represents "𨎑"^^xsd:string .

<http://lexvo.org/id/char/28392> a lvont:Character ;
    lvont:represents "𨎒"^^xsd:string .

<http://lexvo.org/id/char/28393> a lvont:Character ;
    lvont:represents "𨎓"^^xsd:string .

<http://lexvo.org/id/char/28394> a lvont:Character ;
    lvont:represents "𨎔"^^xsd:string .

<http://lexvo.org/id/char/28395> a lvont:Character ;
    lvont:represents "𨎕"^^xsd:string .

<http://lexvo.org/id/char/28396> a lvont:Character ;
    lvont:represents "𨎖"^^xsd:string .

<http://lexvo.org/id/char/28397> a lvont:Character ;
    lvont:represents "𨎗"^^xsd:string .

<http://lexvo.org/id/char/28398> a lvont:Character ;
    lvont:represents "𨎘"^^xsd:string .

<http://lexvo.org/id/char/28399> a lvont:Character ;
    lvont:represents "𨎙"^^xsd:string .

<http://lexvo.org/id/char/2839A> a lvont:Character ;
    lvont:represents "𨎚"^^xsd:string .

<http://lexvo.org/id/char/2839B> a lvont:Character ;
    lvont:represents "𨎛"^^xsd:string .

<http://lexvo.org/id/char/2839C> a lvont:Character ;
    lvont:represents "𨎜"^^xsd:string .

<http://lexvo.org/id/char/2839D> a lvont:Character ;
    lvont:represents "𨎝"^^xsd:string .

<http://lexvo.org/id/char/2839E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ng%C3%A1o>,
        "𨎞"^^xsd:string .

<http://lexvo.org/id/char/2839F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/tr%C6%B0%E1%BB%9Bc>,
        "𨎟"^^xsd:string .

<http://lexvo.org/id/char/283A> a lvont:Character ;
    lvont:represents "⠺"^^xsd:string ;
    rdfs:comment "BRAILLE PATTERN DOTS-2456"@en .

<http://lexvo.org/id/char/283A0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/tr%C6%B0%E1%BB%9Bc>,
        "𨎠"^^xsd:string .

<http://lexvo.org/id/char/283A1> a lvont:Character ;
    lvont:represents "𨎡"^^xsd:string .

<http://lexvo.org/id/char/283A2> a lvont:Character ;
    lvont:represents "𨎢"^^xsd:string .

<http://lexvo.org/id/char/283A3> a lvont:Character ;
    lvont:represents "𨎣"^^xsd:string .

<http://lexvo.org/id/char/283A4> a lvont:Character ;
    lvont:represents "𨎤"^^xsd:string .

<http://lexvo.org/id/char/283A5> a lvont:Character ;
    lvont:represents "𨎥"^^xsd:string .

<http://lexvo.org/id/char/283A6> a lvont:Character ;
    lvont:represents "𨎦"^^xsd:string .

<http://lexvo.org/id/char/283A7> a lvont:Character ;
    lvont:represents "𨎧"^^xsd:string .

<http://lexvo.org/id/char/283A8> a lvont:Character ;
    lvont:represents "𨎨"^^xsd:string .

<http://lexvo.org/id/char/283A9> a lvont:Character ;
    lvont:represents "𨎩"^^xsd:string .

<http://lexvo.org/id/char/283AA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C3%A9r>,
        "𨎪"^^xsd:string .

<http://lexvo.org/id/char/283AB> a lvont:Character ;
    lvont:represents "𨎫"^^xsd:string .

<http://lexvo.org/id/char/283AC> a lvont:Character ;
    lvont:represents "𨎬"^^xsd:string .

<http://lexvo.org/id/char/283AD> a lvont:Character ;
    lvont:represents "𨎭"^^xsd:string .

<http://lexvo.org/id/char/283AE> a lvont:Character ;
    lvont:represents "𨎮"^^xsd:string .

<http://lexvo.org/id/char/283AF> a lvont:Character ;
    lvont:represents "𨎯"^^xsd:string .

<http://lexvo.org/id/char/283B> a lvont:Character ;
    lvont:represents "⠻"^^xsd:string ;
    rdfs:comment "BRAILLE PATTERN DOTS-12456"@en .

<http://lexvo.org/id/char/283B0> a lvont:Character ;
    lvont:represents "𨎰"^^xsd:string .

<http://lexvo.org/id/char/283B1> a lvont:Character ;
    lvont:represents "𨎱"^^xsd:string .

<http://lexvo.org/id/char/283B2> a lvont:Character ;
    lvont:represents "𨎲"^^xsd:string .

<http://lexvo.org/id/char/283B3> a lvont:Character ;
    lvont:represents "𨎳"^^xsd:string .

<http://lexvo.org/id/char/283B4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%F0%A8%8E%B4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C4%81ng>,
        "𨎴"^^xsd:string ;
    rdfs:comment "vertical pegs of wood used to keep the axle-tree of a cart in its place"@en .

<http://lexvo.org/id/char/283B5> a lvont:Character ;
    lvont:represents "𨎵"^^xsd:string .

<http://lexvo.org/id/char/283B6> a lvont:Character ;
    lvont:represents "𨎶"^^xsd:string .

<http://lexvo.org/id/char/283B7> a lvont:Character ;
    lvont:represents "𨎷"^^xsd:string .

<http://lexvo.org/id/char/283B8> a lvont:Character ;
    lvont:represents "𨎸"^^xsd:string .

<http://lexvo.org/id/char/283B9> a lvont:Character ;
    lvont:represents "𨎹"^^xsd:string .

<http://lexvo.org/id/char/283BA> a lvont:Character ;
    lvont:represents "𨎺"^^xsd:string .

<http://lexvo.org/id/char/283BB> a lvont:Character ;
    lvont:represents "𨎻"^^xsd:string .

<http://lexvo.org/id/char/283BC> a lvont:Character ;
    lvont:represents "𨎼"^^xsd:string .

<http://lexvo.org/id/char/283BD> a lvont:Character ;
    lvont:represents "𨎽"^^xsd:string .

<http://lexvo.org/id/char/283BE> a lvont:Character ;
    lvont:represents "𨎾"^^xsd:string .

<http://lexvo.org/id/char/283BF> a lvont:Character ;
    lvont:represents "𨎿"^^xsd:string .

<http://lexvo.org/id/char/283C> a lvont:Character ;
    lvont:represents "⠼"^^xsd:string ;
    rdfs:comment "BRAILLE PATTERN DOTS-3456"@en .

<http://lexvo.org/id/char/283C0> a lvont:Character ;
    lvont:represents "𨏀"^^xsd:string .

<http://lexvo.org/id/char/283C1> a lvont:Character ;
    lvont:represents "𨏁"^^xsd:string .

<http://lexvo.org/id/char/283C2> a lvont:Character ;
    lvont:represents "𨏂"^^xsd:string .

<http://lexvo.org/id/char/283C3> a lvont:Character ;
    lvont:represents "𨏃"^^xsd:string .

<http://lexvo.org/id/char/283C4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/nh%E1%BA%B9>,
        "𨏄"^^xsd:string .

<http://lexvo.org/id/char/283C5> a lvont:Character ;
    lvont:represents "𨏅"^^xsd:string .

<http://lexvo.org/id/char/283C6> a lvont:Character ;
    lvont:represents "𨏆"^^xsd:string .

<http://lexvo.org/id/char/283C7> a lvont:Character ;
    lvont:represents "𨏇"^^xsd:string .

<http://lexvo.org/id/char/283C8> a lvont:Character ;
    lvont:represents "𨏈"^^xsd:string .

<http://lexvo.org/id/char/283C9> a lvont:Character ;
    lvont:represents "𨏉"^^xsd:string .

<http://lexvo.org/id/char/283CA> a lvont:Character ;
    lvont:represents "𨏊"^^xsd:string .

<http://lexvo.org/id/char/283CB> a lvont:Character ;
    lvont:represents "𨏋"^^xsd:string .

<http://lexvo.org/id/char/283CC> a lvont:Character ;
    lvont:represents "𨏌"^^xsd:string .

<http://lexvo.org/id/char/283CD> a lvont:Character ;
    lvont:represents "𨏍"^^xsd:string .

<http://lexvo.org/id/char/283CE> a lvont:Character ;
    lvont:represents "𨏎"^^xsd:string .

<http://lexvo.org/id/char/283CF> a lvont:Character ;
    lvont:represents "𨏏"^^xsd:string .

<http://lexvo.org/id/char/283D> a lvont:Character ;
    lvont:represents "⠽"^^xsd:string ;
    rdfs:comment "BRAILLE PATTERN DOTS-13456"@en .

<http://lexvo.org/id/char/283D0> a lvont:Character ;
    lvont:represents "𨏐"^^xsd:string .

<http://lexvo.org/id/char/283D1> a lvont:Character ;
    lvont:represents "𨏑"^^xsd:string .

<http://lexvo.org/id/char/283D2> a lvont:Character ;
    lvont:represents "𨏒"^^xsd:string .

<http://lexvo.org/id/char/283D3> a lvont:Character ;
    lvont:represents "𨏓"^^xsd:string .

<http://lexvo.org/id/char/283D4> a lvont:Character ;
    lvont:represents "𨏔"^^xsd:string .

<http://lexvo.org/id/char/283D5> a lvont:Character ;
    lvont:represents "𨏕"^^xsd:string .

<http://lexvo.org/id/char/283D6> a lvont:Character ;
    lvont:represents "𨏖"^^xsd:string .

<http://lexvo.org/id/char/283D7> a lvont:Character ;
    lvont:represents "𨏗"^^xsd:string .

<http://lexvo.org/id/char/283D8> a lvont:Character ;
    lvont:represents "𨏘"^^xsd:string .

<http://lexvo.org/id/char/283D9> a lvont:Character ;
    lvont:represents "𨏙"^^xsd:string .

<http://lexvo.org/id/char/283DA> a lvont:Character ;
    lvont:represents "𨏚"^^xsd:string .

<http://lexvo.org/id/char/283DB> a lvont:Character ;
    lvont:represents "𨏛"^^xsd:string .

<http://lexvo.org/id/char/283DC> a lvont:Character ;
    lvont:represents "𨏜"^^xsd:string .

<http://lexvo.org/id/char/283DD> a lvont:Character ;
    lvont:represents "𨏝"^^xsd:string .

<http://lexvo.org/id/char/283DE> a lvont:Character ;
    lvont:represents "𨏞"^^xsd:string .

<http://lexvo.org/id/char/283DF> a lvont:Character ;
    lvont:represents "𨏟"^^xsd:string .

<http://lexvo.org/id/char/283E> a lvont:Character ;
    lvont:represents "⠾"^^xsd:string ;
    rdfs:comment "BRAILLE PATTERN DOTS-23456"@en .

<http://lexvo.org/id/char/283E0> a lvont:Character ;
    lvont:represents "𨏠"^^xsd:string .

<http://lexvo.org/id/char/283E1> a lvont:Character ;
    lvont:represents "𨏡"^^xsd:string .

<http://lexvo.org/id/char/283E2> a lvont:Character ;
    lvont:represents "𨏢"^^xsd:string .

<http://lexvo.org/id/char/283E3> a lvont:Character ;
    lvont:represents "𨏣"^^xsd:string .

<http://lexvo.org/id/char/283E4> a lvont:Character ;
    lvont:represents "𨏤"^^xsd:string .

<http://lexvo.org/id/char/283E5> a lvont:Character ;
    lvont:represents "𨏥"^^xsd:string .

<http://lexvo.org/id/char/283E6> a lvont:Character ;
    lvont:represents "𨏦"^^xsd:string .

<http://lexvo.org/id/char/283E7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/so>,
        "𨏧"^^xsd:string .

<http://lexvo.org/id/char/283E8> a lvont:Character ;
    lvont:represents "𨏨"^^xsd:string .

<http://lexvo.org/id/char/283E9> a lvont:Character ;
    lvont:represents "𨏩"^^xsd:string .

<http://lexvo.org/id/char/283EA> a lvont:Character ;
    lvont:represents "𨏪"^^xsd:string .

<http://lexvo.org/id/char/283EB> a lvont:Character ;
    lvont:represents "𨏫"^^xsd:string .

<http://lexvo.org/id/char/283EC> a lvont:Character ;
    lvont:represents "𨏬"^^xsd:string .

<http://lexvo.org/id/char/283ED> a lvont:Character ;
    lvont:represents "𨏭"^^xsd:string .

<http://lexvo.org/id/char/283EE> a lvont:Character ;
    lvont:represents "𨏮"^^xsd:string .

<http://lexvo.org/id/char/283EF> a lvont:Character ;
    lvont:represents "𨏯"^^xsd:string .

<http://lexvo.org/id/char/283F> a lvont:Character ;
    lvont:represents "⠿"^^xsd:string ;
    rdfs:comment "BRAILLE PATTERN DOTS-123456"@en .

<http://lexvo.org/id/char/283F0> a lvont:Character ;
    lvont:represents "𨏰"^^xsd:string .

<http://lexvo.org/id/char/283F1> a lvont:Character ;
    lvont:represents "𨏱"^^xsd:string .

<http://lexvo.org/id/char/283F2> a lvont:Character ;
    lvont:represents "𨏲"^^xsd:string .

<http://lexvo.org/id/char/283F3> a lvont:Character ;
    lvont:represents "𨏳"^^xsd:string .

<http://lexvo.org/id/char/283F4> a lvont:Character ;
    lvont:represents "𨏴"^^xsd:string .

<http://lexvo.org/id/char/283F5> a lvont:Character ;
    lvont:represents "𨏵"^^xsd:string .

<http://lexvo.org/id/char/283F6> a lvont:Character ;
    lvont:represents "𨏶"^^xsd:string .

<http://lexvo.org/id/char/283F7> a lvont:Character ;
    lvont:represents "𨏷"^^xsd:string .

<http://lexvo.org/id/char/283F8> a lvont:Character ;
    lvont:represents "𨏸"^^xsd:string .

<http://lexvo.org/id/char/283F9> a lvont:Character ;
    lvont:represents "𨏹"^^xsd:string .

<http://lexvo.org/id/char/283FA> a lvont:Character ;
    lvont:represents "𨏺"^^xsd:string .

<http://lexvo.org/id/char/283FB> a lvont:Character ;
    lvont:represents "𨏻"^^xsd:string .

<http://lexvo.org/id/char/283FC> a lvont:Character ;
    lvont:represents "𨏼"^^xsd:string .

<http://lexvo.org/id/char/283FD> a lvont:Character ;
    lvont:represents "𨏽"^^xsd:string .

<http://lexvo.org/id/char/283FE> a lvont:Character ;
    lvont:represents "𨏾"^^xsd:string .

<http://lexvo.org/id/char/283FF> a lvont:Character ;
    lvont:represents "𨏿"^^xsd:string .

<http://lexvo.org/id/char/2840> a lvont:Character ;
    lvont:represents "⡀"^^xsd:string ;
    rdfs:comment "BRAILLE PATTERN DOTS-7"@en .

<http://lexvo.org/id/char/28400> a lvont:Character ;
    lvont:represents "𨐀"^^xsd:string .

<http://lexvo.org/id/char/28401> a lvont:Character ;
    lvont:represents "𨐁"^^xsd:string .

<http://lexvo.org/id/char/28402> a lvont:Character ;
    lvont:represents "𨐂"^^xsd:string .

<http://lexvo.org/id/char/28403> a lvont:Character ;
    lvont:represents "𨐃"^^xsd:string .

<http://lexvo.org/id/char/28404> a lvont:Character ;
    lvont:represents "𨐄"^^xsd:string .

<http://lexvo.org/id/char/28405> a lvont:Character ;
    lvont:represents "𨐅"^^xsd:string .

<http://lexvo.org/id/char/28406> a lvont:Character ;
    lvont:represents "𨐆"^^xsd:string .

<http://lexvo.org/id/char/28407> a lvont:Character ;
    lvont:represents "𨐇"^^xsd:string .

<http://lexvo.org/id/char/28408> a lvont:Character ;
    lvont:represents "𨐈"^^xsd:string .

<http://lexvo.org/id/char/28409> a lvont:Character ;
    lvont:represents "𨐉"^^xsd:string .

<http://lexvo.org/id/char/2840A> a lvont:Character ;
    lvont:represents "𨐊"^^xsd:string .

<http://lexvo.org/id/char/2840C> a lvont:Character ;
    lvont:represents "𨐌"^^xsd:string .

<http://lexvo.org/id/char/2840D> a lvont:Character ;
    lvont:represents "𨐍"^^xsd:string .

<http://lexvo.org/id/char/2840E> a lvont:Character ;
    lvont:represents "𨐎"^^xsd:string .

<http://lexvo.org/id/char/2840F> a lvont:Character ;
    lvont:represents "𨐏"^^xsd:string .

<http://lexvo.org/id/char/2841> a lvont:Character ;
    lvont:represents "⡁"^^xsd:string ;
    rdfs:comment "BRAILLE PATTERN DOTS-17"@en .

<http://lexvo.org/id/char/28410> a lvont:Character ;
    lvont:represents "𨐐"^^xsd:string .

<http://lexvo.org/id/char/28411> a lvont:Character ;
    lvont:represents "𨐑"^^xsd:string .

<http://lexvo.org/id/char/28412> a lvont:Character ;
    lvont:represents "𨐒"^^xsd:string .

<http://lexvo.org/id/char/28413> a lvont:Character ;
    lvont:represents "𨐓"^^xsd:string .

<http://lexvo.org/id/char/28414> a lvont:Character ;
    lvont:represents "𨐔"^^xsd:string .

<http://lexvo.org/id/char/28415> a lvont:Character ;
    lvont:represents "𨐕"^^xsd:string .

<http://lexvo.org/id/char/28416> a lvont:Character ;
    lvont:represents "𨐖"^^xsd:string .

<http://lexvo.org/id/char/28417> a lvont:Character ;
    lvont:represents "𨐗"^^xsd:string .

<http://lexvo.org/id/char/28418> a lvont:Character ;
    lvont:represents "𨐘"^^xsd:string .

<http://lexvo.org/id/char/28419> a lvont:Character ;
    lvont:represents "𨐙"^^xsd:string .

<http://lexvo.org/id/char/2841A> a lvont:Character ;
    lvont:represents "𨐚"^^xsd:string .

<http://lexvo.org/id/char/2841B> a lvont:Character ;
    lvont:represents "𨐛"^^xsd:string .

<http://lexvo.org/id/char/2841C> a lvont:Character ;
    lvont:represents "𨐜"^^xsd:string .

<http://lexvo.org/id/char/2841D> a lvont:Character ;
    lvont:represents "𨐝"^^xsd:string .

<http://lexvo.org/id/char/2841E> a lvont:Character ;
    lvont:represents "𨐞"^^xsd:string .

<http://lexvo.org/id/char/2841F> a lvont:Character ;
    lvont:represents "𨐟"^^xsd:string .

<http://lexvo.org/id/char/2842> a lvont:Character ;
    lvont:represents "⡂"^^xsd:string ;
    rdfs:comment "BRAILLE PATTERN DOTS-27"@en .

<http://lexvo.org/id/char/28420> a lvont:Character ;
    lvont:represents "𨐠"^^xsd:string .

<http://lexvo.org/id/char/28421> a lvont:Character ;
    lvont:represents "𨐡"^^xsd:string .

<http://lexvo.org/id/char/28422> a lvont:Character ;
    lvont:represents "𨐢"^^xsd:string .

<http://lexvo.org/id/char/28423> a lvont:Character ;
    lvont:represents "𨐣"^^xsd:string .

<http://lexvo.org/id/char/28424> a lvont:Character ;
    lvont:represents "𨐤"^^xsd:string .

<http://lexvo.org/id/char/28425> a lvont:Character ;
    lvont:represents "𨐥"^^xsd:string .

<http://lexvo.org/id/char/28426> a lvont:Character ;
    lvont:represents "𨐦"^^xsd:string .

<http://lexvo.org/id/char/28427> a lvont:Character ;
    lvont:represents "𨐧"^^xsd:string .

<http://lexvo.org/id/char/28428> a lvont:Character ;
    lvont:represents "𨐨"^^xsd:string .

<http://lexvo.org/id/char/28429> a lvont:Character ;
    lvont:represents "𨐩"^^xsd:string .

<http://lexvo.org/id/char/2842A> a lvont:Character ;
    lvont:represents "𨐪"^^xsd:string .

<http://lexvo.org/id/char/2842B> a lvont:Character ;
    lvont:represents "𨐫"^^xsd:string .

<http://lexvo.org/id/char/2842C> a lvont:Character ;
    lvont:represents "𨐬"^^xsd:string .

<http://lexvo.org/id/char/2842D> a lvont:Character ;
    lvont:represents "𨐭"^^xsd:string .

<http://lexvo.org/id/char/2842E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/cay>,
        "𨐮"^^xsd:string .

<http://lexvo.org/id/char/2842F> a lvont:Character ;
    lvont:represents "𨐯"^^xsd:string .

<http://lexvo.org/id/char/2843> a lvont:Character ;
    lvont:represents "⡃"^^xsd:string ;
    rdfs:comment "BRAILLE PATTERN DOTS-127"@en .

<http://lexvo.org/id/char/28430> a lvont:Character ;
    lvont:represents "𨐰"^^xsd:string .

<http://lexvo.org/id/char/28431> a lvont:Character ;
    lvont:represents "𨐱"^^xsd:string .

<http://lexvo.org/id/char/28432> a lvont:Character ;
    lvont:represents "𨐲"^^xsd:string .

<http://lexvo.org/id/char/28433> a lvont:Character ;
    lvont:represents "𨐳"^^xsd:string .

<http://lexvo.org/id/char/28434> a lvont:Character ;
    lvont:represents "𨐴"^^xsd:string .

<http://lexvo.org/id/char/28435> a lvont:Character ;
    lvont:represents "𨐵"^^xsd:string .

<http://lexvo.org/id/char/28436> a lvont:Character ;
    lvont:represents "𨐶"^^xsd:string .

<http://lexvo.org/id/char/28437> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ch%C3%A1t>,
        "𨐷"^^xsd:string .

<http://lexvo.org/id/char/28438> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/%C4%91%E1%BA%AFng>,
        "𨐸"^^xsd:string .

<http://lexvo.org/id/char/28439> a lvont:Character ;
    lvont:represents "𨐹"^^xsd:string .

<http://lexvo.org/id/char/2843A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/n%E1%BB%93ng>,
        "𨐺"^^xsd:string .

<http://lexvo.org/id/char/2843B> a lvont:Character ;
    lvont:represents "𨐻"^^xsd:string .

<http://lexvo.org/id/char/2843C> a lvont:Character ;
    lvont:represents "𨐼"^^xsd:string .

<http://lexvo.org/id/char/2843D> a lvont:Character ;
    lvont:represents "𨐽"^^xsd:string .

<http://lexvo.org/id/char/2843E> a lvont:Character ;
    lvont:represents "𨐾"^^xsd:string .

<http://lexvo.org/id/char/2843F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ch%C3%A1t>,
        "𨐿"^^xsd:string .

<http://lexvo.org/id/char/2844> a lvont:Character ;
    lvont:represents "⡄"^^xsd:string ;
    rdfs:comment "BRAILLE PATTERN DOTS-37"@en .

<http://lexvo.org/id/char/28440> a lvont:Character ;
    lvont:represents "𨑀"^^xsd:string .

<http://lexvo.org/id/char/28441> a lvont:Character ;
    lvont:represents "𨑁"^^xsd:string .

<http://lexvo.org/id/char/28442> a lvont:Character ;
    lvont:represents "𨑂"^^xsd:string .

<http://lexvo.org/id/char/28445> a lvont:Character ;
    lvont:represents "𨑅"^^xsd:string .

<http://lexvo.org/id/char/28446> a lvont:Character ;
    lvont:represents "𨑆"^^xsd:string .

<http://lexvo.org/id/char/28447> a lvont:Character ;
    lvont:represents "𨑇"^^xsd:string .

<http://lexvo.org/id/char/28448> a lvont:Character ;
    lvont:represents "𨑈"^^xsd:string .

<http://lexvo.org/id/char/28449> a lvont:Character ;
    lvont:represents "𨑉"^^xsd:string .

<http://lexvo.org/id/char/2844A> a lvont:Character ;
    lvont:represents "𨑊"^^xsd:string .

<http://lexvo.org/id/char/2844B> a lvont:Character ;
    lvont:represents "𨑋"^^xsd:string .

<http://lexvo.org/id/char/2844C> a lvont:Character ;
    lvont:represents "𨑌"^^xsd:string .

<http://lexvo.org/id/char/2844D> a lvont:Character ;
    lvont:represents "𨑍"^^xsd:string .

<http://lexvo.org/id/char/2844E> a lvont:Character ;
    lvont:represents "𨑎"^^xsd:string .

<http://lexvo.org/id/char/2844F> a lvont:Character ;
    lvont:represents "𨑏"^^xsd:string .

<http://lexvo.org/id/char/2845> a lvont:Character ;
    lvont:represents "⡅"^^xsd:string ;
    rdfs:comment "BRAILLE PATTERN DOTS-137"@en .

<http://lexvo.org/id/char/28450> a lvont:Character ;
    lvont:represents "𨑐"^^xsd:string .

<http://lexvo.org/id/char/28451> a lvont:Character ;
    lvont:represents "𨑑"^^xsd:string .

<http://lexvo.org/id/char/28452> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%F0%A8%91%92>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%BA>,
        "𨑒"^^xsd:string ;
    rdfs:comment "a disciple"@en .

<http://lexvo.org/id/char/28453> a lvont:Character ;
    lvont:represents "𨑓"^^xsd:string .

<http://lexvo.org/id/char/28454> a lvont:Character ;
    lvont:represents "𨑔"^^xsd:string .

<http://lexvo.org/id/char/28455> a lvont:Character ;
    lvont:represents "𨑕"^^xsd:string .

<http://lexvo.org/id/char/28456> a lvont:Character ;
    lvont:represents "𨑖"^^xsd:string .

<http://lexvo.org/id/char/28457> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/tr%C3%AAn>,
        "𨑗"^^xsd:string .

<http://lexvo.org/id/char/28458> a lvont:Character ;
    lvont:represents "𨑘"^^xsd:string .

<http://lexvo.org/id/char/28459> a lvont:Character ;
    lvont:represents "𨑙"^^xsd:string .

<http://lexvo.org/id/char/2845A> a lvont:Character ;
    lvont:represents "𨑚"^^xsd:string .

<http://lexvo.org/id/char/2845B> a lvont:Character ;
    lvont:represents "𨑛"^^xsd:string .

<http://lexvo.org/id/char/2845C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/xu%E1%BB%91ng>,
        "𨑜"^^xsd:string .

<http://lexvo.org/id/char/2845D> a lvont:Character ;
    lvont:represents "𨑝"^^xsd:string .

<http://lexvo.org/id/char/2845E> a lvont:Character ;
    lvont:represents "𨑞"^^xsd:string .

<http://lexvo.org/id/char/2845F> a lvont:Character ;
    lvont:represents "𨑟"^^xsd:string .

<http://lexvo.org/id/char/2846> a lvont:Character ;
    lvont:represents "⡆"^^xsd:string ;
    rdfs:comment "BRAILLE PATTERN DOTS-237"@en .

<http://lexvo.org/id/char/28460> a lvont:Character ;
    lvont:represents "𨑠"^^xsd:string .

<http://lexvo.org/id/char/28461> a lvont:Character ;
    lvont:represents "𨑡"^^xsd:string .

<http://lexvo.org/id/char/28462> a lvont:Character ;
    lvont:represents "𨑢"^^xsd:string .

<http://lexvo.org/id/char/28463> a lvont:Character ;
    lvont:represents "𨑣"^^xsd:string .

<http://lexvo.org/id/char/28464> a lvont:Character ;
    lvont:represents "𨑤"^^xsd:string .

<http://lexvo.org/id/char/28465> a lvont:Character ;
    lvont:represents "𨑥"^^xsd:string .

<http://lexvo.org/id/char/28466> a lvont:Character ;
    lvont:represents "𨑦"^^xsd:string .

<http://lexvo.org/id/char/28467> a lvont:Character ;
    lvont:represents "𨑧"^^xsd:string .

<http://lexvo.org/id/char/28468> a lvont:Character ;
    lvont:represents "𨑨"^^xsd:string .

<http://lexvo.org/id/char/28469> a lvont:Character ;
    lvont:represents "𨑩"^^xsd:string .

<http://lexvo.org/id/char/2846A> a lvont:Character ;
    lvont:represents "𨑪"^^xsd:string .

<http://lexvo.org/id/char/2846B> a lvont:Character ;
    lvont:represents "𨑫"^^xsd:string .

<http://lexvo.org/id/char/2846C> a lvont:Character ;
    lvont:represents "𨑬"^^xsd:string .

<http://lexvo.org/id/char/2846D> a lvont:Character ;
    lvont:represents "𨑭"^^xsd:string .

<http://lexvo.org/id/char/2846E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/m%C6%B0%E1%BB%9Di>,
        "𨑮"^^xsd:string .

<http://lexvo.org/id/char/2846F> a lvont:Character ;
    lvont:represents "𨑯"^^xsd:string .

<http://lexvo.org/id/char/2847> a lvont:Character ;
    lvont:represents "⡇"^^xsd:string ;
    rdfs:comment "BRAILLE PATTERN DOTS-1237"@en .

<http://lexvo.org/id/char/28470> a lvont:Character ;
    lvont:represents "𨑰"^^xsd:string .

<http://lexvo.org/id/char/28471> a lvont:Character ;
    lvont:represents "𨑱"^^xsd:string .

<http://lexvo.org/id/char/28472> a lvont:Character ;
    lvont:represents "𨑲"^^xsd:string .

<http://lexvo.org/id/char/28473> a lvont:Character ;
    lvont:represents "𨑳"^^xsd:string .

<http://lexvo.org/id/char/28474> a lvont:Character ;
    lvont:represents "𨑴"^^xsd:string .

<http://lexvo.org/id/char/28475> a lvont:Character ;
    lvont:represents "𨑵"^^xsd:string .

<http://lexvo.org/id/char/28476> a lvont:Character ;
    lvont:represents "𨑶"^^xsd:string .

<http://lexvo.org/id/char/28477> a lvont:Character ;
    lvont:represents "𨑷"^^xsd:string .

<http://lexvo.org/id/char/28478> a lvont:Character ;
    lvont:represents "𨑸"^^xsd:string .

<http://lexvo.org/id/char/28479> a lvont:Character ;
    lvont:represents "𨑹"^^xsd:string .

<http://lexvo.org/id/char/2847A> a lvont:Character ;
    lvont:represents "𨑺"^^xsd:string .

<http://lexvo.org/id/char/2847B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/%C4%91em>,
        "𨑻"^^xsd:string .

<http://lexvo.org/id/char/2847C> a lvont:Character ;
    lvont:represents "𨑼"^^xsd:string .

<http://lexvo.org/id/char/2847D> a lvont:Character ;
    lvont:represents "𨑽"^^xsd:string .

<http://lexvo.org/id/char/2847E> a lvont:Character ;
    lvont:represents "𨑾"^^xsd:string .

<http://lexvo.org/id/char/2847F> a lvont:Character ;
    lvont:represents "𨑿"^^xsd:string .

<http://lexvo.org/id/char/2848> a lvont:Character ;
    lvont:represents "⡈"^^xsd:string ;
    rdfs:comment "BRAILLE PATTERN DOTS-47"@en .

<http://lexvo.org/id/char/28480> a lvont:Character ;
    lvont:represents "𨒀"^^xsd:string .

<http://lexvo.org/id/char/28481> a lvont:Character ;
    lvont:represents "𨒁"^^xsd:string .

<http://lexvo.org/id/char/28482> a lvont:Character ;
    lvont:represents "𨒂"^^xsd:string .

<http://lexvo.org/id/char/28483> a lvont:Character ;
    lvont:represents "𨒃"^^xsd:string .

<http://lexvo.org/id/char/28484> a lvont:Character ;
    lvont:represents "𨒄"^^xsd:string .

<http://lexvo.org/id/char/28485> a lvont:Character ;
    lvont:represents "𨒅"^^xsd:string .

<http://lexvo.org/id/char/28486> a lvont:Character ;
    lvont:represents "𨒆"^^xsd:string .

<http://lexvo.org/id/char/28487> a lvont:Character ;
    lvont:represents "𨒇"^^xsd:string .

<http://lexvo.org/id/char/28488> a lvont:Character ;
    lvont:represents "𨒈"^^xsd:string .

<http://lexvo.org/id/char/28489> a lvont:Character ;
    lvont:represents "𨒉"^^xsd:string .

<http://lexvo.org/id/char/2848A> a lvont:Character ;
    lvont:represents "𨒊"^^xsd:string .

<http://lexvo.org/id/char/2848B> a lvont:Character ;
    lvont:represents "𨒋"^^xsd:string .

<http://lexvo.org/id/char/2848C> a lvont:Character ;
    lvont:represents "𨒌"^^xsd:string .

<http://lexvo.org/id/char/2848D> a lvont:Character ;
    lvont:represents "𨒍"^^xsd:string .

<http://lexvo.org/id/char/2848E> a lvont:Character ;
    lvont:represents "𨒎"^^xsd:string .

<http://lexvo.org/id/char/2848F> a lvont:Character ;
    lvont:represents "𨒏"^^xsd:string .

<http://lexvo.org/id/char/2849> a lvont:Character ;
    lvont:represents "⡉"^^xsd:string ;
    rdfs:comment "BRAILLE PATTERN DOTS-147"@en .

<http://lexvo.org/id/char/28490> a lvont:Character ;
    lvont:represents "𨒐"^^xsd:string .

<http://lexvo.org/id/char/28491> a lvont:Character ;
    lvont:represents "𨒑"^^xsd:string .

<http://lexvo.org/id/char/28492> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/m%C6%B0%E1%BB%9Di>,
        "𨒒"^^xsd:string .

<http://lexvo.org/id/char/28493> a lvont:Character ;
    lvont:represents "𨒓"^^xsd:string .

<http://lexvo.org/id/char/28494> a lvont:Character ;
    lvont:represents "𨒔"^^xsd:string .

<http://lexvo.org/id/char/28495> a lvont:Character ;
    lvont:represents "𨒕"^^xsd:string .

<http://lexvo.org/id/char/28496> a lvont:Character ;
    lvont:represents "𨒖"^^xsd:string .

<http://lexvo.org/id/char/28497> a lvont:Character ;
    lvont:represents "𨒗"^^xsd:string .

<http://lexvo.org/id/char/28498> a lvont:Character ;
    lvont:represents "𨒘"^^xsd:string .

<http://lexvo.org/id/char/28499> a lvont:Character ;
    lvont:represents "𨒙"^^xsd:string .

<http://lexvo.org/id/char/2849A> a lvont:Character ;
    lvont:represents "𨒚"^^xsd:string .

<http://lexvo.org/id/char/2849B> a lvont:Character ;
    lvont:represents "𨒛"^^xsd:string .

<http://lexvo.org/id/char/2849C> a lvont:Character ;
    lvont:represents "𨒜"^^xsd:string .

<http://lexvo.org/id/char/2849D> a lvont:Character ;
    lvont:represents "𨒝"^^xsd:string .

<http://lexvo.org/id/char/2849E> a lvont:Character ;
    lvont:represents "𨒞"^^xsd:string .

<http://lexvo.org/id/char/2849F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/%C4%91ong>,
        "𨒟"^^xsd:string .

<http://lexvo.org/id/char/284A> a lvont:Character ;
    lvont:represents "⡊"^^xsd:string ;
    rdfs:comment "BRAILLE PATTERN DOTS-247"@en .

<http://lexvo.org/id/char/284A0> a lvont:Character ;
    lvont:represents "𨒠"^^xsd:string .

<http://lexvo.org/id/char/284A1> a lvont:Character ;
    lvont:represents "𨒡"^^xsd:string .

<http://lexvo.org/id/char/284A2> a lvont:Character ;
    lvont:represents "𨒢"^^xsd:string .

<http://lexvo.org/id/char/284A3> a lvont:Character ;
    lvont:represents "𨒣"^^xsd:string .

<http://lexvo.org/id/char/284A4> a lvont:Character ;
    lvont:represents "𨒤"^^xsd:string .

<http://lexvo.org/id/char/284A5> a lvont:Character ;
    lvont:represents "𨒥"^^xsd:string .

<http://lexvo.org/id/char/284A6> a lvont:Character ;
    lvont:represents "𨒦"^^xsd:string .

<http://lexvo.org/id/char/284A7> a lvont:Character ;
    lvont:represents "𨒧"^^xsd:string .

<http://lexvo.org/id/char/284A8> a lvont:Character ;
    lvont:represents "𨒨"^^xsd:string .

<http://lexvo.org/id/char/284A9> a lvont:Character ;
    lvont:represents "𨒩"^^xsd:string .

<http://lexvo.org/id/char/284AA> a lvont:Character ;
    lvont:represents "𨒪"^^xsd:string .

<http://lexvo.org/id/char/284AB> a lvont:Character ;
    lvont:represents "𨒫"^^xsd:string .

<http://lexvo.org/id/char/284AC> a lvont:Character ;
    lvont:represents "𨒬"^^xsd:string .

<http://lexvo.org/id/char/284AD> a lvont:Character ;
    lvont:represents "𨒭"^^xsd:string .

<http://lexvo.org/id/char/284AE> a lvont:Character ;
    lvont:represents "𨒮"^^xsd:string .

<http://lexvo.org/id/char/284AF> a lvont:Character ;
    lvont:represents "𨒯"^^xsd:string .

<http://lexvo.org/id/char/284B> a lvont:Character ;
    lvont:represents "⡋"^^xsd:string ;
    rdfs:comment "BRAILLE PATTERN DOTS-1247"@en .

<http://lexvo.org/id/char/284B0> a lvont:Character ;
    lvont:represents "𨒰"^^xsd:string .

<http://lexvo.org/id/char/284B1> a lvont:Character ;
    lvont:represents "𨒱"^^xsd:string .

<http://lexvo.org/id/char/284B2> a lvont:Character ;
    lvont:represents "𨒲"^^xsd:string .

<http://lexvo.org/id/char/284B3> a lvont:Character ;
    lvont:represents "𨒳"^^xsd:string .

<http://lexvo.org/id/char/284B4> a lvont:Character ;
    lvont:represents "𨒴"^^xsd:string .

<http://lexvo.org/id/char/284B5> a lvont:Character ;
    lvont:represents "𨒵"^^xsd:string .

<http://lexvo.org/id/char/284B6> a lvont:Character ;
    lvont:represents "𨒶"^^xsd:string .

<http://lexvo.org/id/char/284B7> a lvont:Character ;
    lvont:represents "𨒷"^^xsd:string .

<http://lexvo.org/id/char/284B8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/chu%E1%BB%93n>,
        "𨒸"^^xsd:string .

<http://lexvo.org/id/char/284B9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/b%E1%BA%A1ch>,
        "𨒹"^^xsd:string .

<http://lexvo.org/id/char/284BA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/quanh>,
        "𨒺"^^xsd:string .

<http://lexvo.org/id/char/284BB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/%C4%91u%E1%BB%95i>,
        "𨒻"^^xsd:string .

<http://lexvo.org/id/char/284BC> a lvont:Character ;
    lvont:represents "𨒼"^^xsd:string .

<http://lexvo.org/id/char/284BD> a lvont:Character ;
    lvont:represents "𨒽"^^xsd:string .

<http://lexvo.org/id/char/284BE> a lvont:Character ;
    lvont:represents "𨒾"^^xsd:string .

<http://lexvo.org/id/char/284BF> a lvont:Character ;
    lvont:represents "𨒿"^^xsd:string .

<http://lexvo.org/id/char/284C> a lvont:Character ;
    lvont:represents "⡌"^^xsd:string ;
    rdfs:comment "BRAILLE PATTERN DOTS-347"@en .

<http://lexvo.org/id/char/284C0> a lvont:Character ;
    lvont:represents "𨓀"^^xsd:string .

<http://lexvo.org/id/char/284C1> a lvont:Character ;
    lvont:represents "𨓁"^^xsd:string .

<http://lexvo.org/id/char/284C2> a lvont:Character ;
    lvont:represents "𨓂"^^xsd:string .

<http://lexvo.org/id/char/284C3> a lvont:Character ;
    lvont:represents "𨓃"^^xsd:string .

<http://lexvo.org/id/char/284C4> a lvont:Character ;
    lvont:represents "𨓄"^^xsd:string .

<http://lexvo.org/id/char/284C5> a lvont:Character ;
    lvont:represents "𨓅"^^xsd:string .

<http://lexvo.org/id/char/284C6> a lvont:Character ;
    lvont:represents "𨓆"^^xsd:string .

<http://lexvo.org/id/char/284C7> a lvont:Character ;
    lvont:represents "𨓇"^^xsd:string .

<http://lexvo.org/id/char/284C8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/ku%C3%B2>,
        "𨓈"^^xsd:string .

<http://lexvo.org/id/char/284C9> a lvont:Character ;
    lvont:represents "𨓉"^^xsd:string .

<http://lexvo.org/id/char/284CA> a lvont:Character ;
    lvont:represents "𨓊"^^xsd:string .

<http://lexvo.org/id/char/284CB> a lvont:Character ;
    lvont:represents "𨓋"^^xsd:string .

<http://lexvo.org/id/char/284CC> a lvont:Character ;
    lvont:represents "𨓌"^^xsd:string .

<http://lexvo.org/id/char/284CD> a lvont:Character ;
    lvont:represents "𨓍"^^xsd:string .

<http://lexvo.org/id/char/284CE> a lvont:Character ;
    lvont:represents "𨓎"^^xsd:string .

<http://lexvo.org/id/char/284CF> a lvont:Character ;
    lvont:represents "𨓏"^^xsd:string .

<http://lexvo.org/id/char/284D> a lvont:Character ;
    lvont:represents "⡍"^^xsd:string ;
    rdfs:comment "BRAILLE PATTERN DOTS-1347"@en .

<http://lexvo.org/id/char/284D0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/l%E1%BA%A1>,
        "𨓐"^^xsd:string .

<http://lexvo.org/id/char/284D1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ngh%E1%BB%83nh>,
        "𨓑"^^xsd:string .

<http://lexvo.org/id/char/284D2> a lvont:Character ;
    lvont:represents "𨓒"^^xsd:string .

<http://lexvo.org/id/char/284D3> a lvont:Character ;
    lvont:represents "𨓓"^^xsd:string .

<http://lexvo.org/id/char/284D4> a lvont:Character ;
    lvont:represents "𨓔"^^xsd:string .

<http://lexvo.org/id/char/284D5> a lvont:Character ;
    lvont:represents "𨓕"^^xsd:string .

<http://lexvo.org/id/char/284D6> a lvont:Character ;
    lvont:represents "𨓖"^^xsd:string .

<http://lexvo.org/id/char/284D7> a lvont:Character ;
    lvont:represents "𨓗"^^xsd:string .

<http://lexvo.org/id/char/284D8> a lvont:Character ;
    lvont:represents "𨓘"^^xsd:string .

<http://lexvo.org/id/char/284D9> a lvont:Character ;
    lvont:represents "𨓙"^^xsd:string .

<http://lexvo.org/id/char/284DA> a lvont:Character ;
    lvont:represents "𨓚"^^xsd:string .

<http://lexvo.org/id/char/284DB> a lvont:Character ;
    lvont:represents "𨓛"^^xsd:string .

<http://lexvo.org/id/char/284DC> a lvont:Character ;
    lvont:represents "𨓜"^^xsd:string .

<http://lexvo.org/id/char/284DD> a lvont:Character ;
    lvont:represents "𨓝"^^xsd:string .

<http://lexvo.org/id/char/284DE> a lvont:Character ;
    lvont:represents "𨓞"^^xsd:string .

<http://lexvo.org/id/char/284DF> a lvont:Character ;
    lvont:represents "𨓟"^^xsd:string .

<http://lexvo.org/id/char/284E> a lvont:Character ;
    lvont:represents "⡎"^^xsd:string ;
    rdfs:comment "BRAILLE PATTERN DOTS-2347"@en .

<http://lexvo.org/id/char/284E0> a lvont:Character ;
    lvont:represents "𨓠"^^xsd:string .

<http://lexvo.org/id/char/284E1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/l%C3%B9ng>,
        "𨓡"^^xsd:string .

<http://lexvo.org/id/char/284E2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ng%C3%B3t>,
        "𨓢"^^xsd:string .

<http://lexvo.org/id/char/284E3> a lvont:Character ;
    lvont:represents "𨓣"^^xsd:string .

<http://lexvo.org/id/char/284E4> a lvont:Character ;
    lvont:represents "𨓤"^^xsd:string .

<http://lexvo.org/id/char/284E5> a lvont:Character ;
    lvont:represents "𨓥"^^xsd:string .

<http://lexvo.org/id/char/284E6> a lvont:Character ;
    lvont:represents "𨓦"^^xsd:string .

<http://lexvo.org/id/char/284E7> a lvont:Character ;
    lvont:represents "𨓧"^^xsd:string .

<http://lexvo.org/id/char/284E8> a lvont:Character ;
    lvont:represents "𨓨"^^xsd:string .

<http://lexvo.org/id/char/284E9> a lvont:Character ;
    lvont:represents "𨓩"^^xsd:string .

<http://lexvo.org/id/char/284EA> a lvont:Character ;
    lvont:represents "𨓪"^^xsd:string .

<http://lexvo.org/id/char/284EB> a lvont:Character ;
    lvont:represents "𨓫"^^xsd:string .

<http://lexvo.org/id/char/284EC> a lvont:Character ;
    lvont:represents "𨓬"^^xsd:string .

<http://lexvo.org/id/char/284ED> a lvont:Character ;
    lvont:represents "𨓭"^^xsd:string .

<http://lexvo.org/id/char/284EE> a lvont:Character ;
    lvont:represents "𨓮"^^xsd:string .

<http://lexvo.org/id/char/284EF> a lvont:Character ;
    lvont:represents "𨓯"^^xsd:string .

<http://lexvo.org/id/char/284F> a lvont:Character ;
    lvont:represents "⡏"^^xsd:string ;
    rdfs:comment "BRAILLE PATTERN DOTS-12347"@en .

<http://lexvo.org/id/char/284F0> a lvont:Character ;
    lvont:represents "𨓰"^^xsd:string .

<http://lexvo.org/id/char/284F1> a lvont:Character ;
    lvont:represents "𨓱"^^xsd:string .

<http://lexvo.org/id/char/284F2> a lvont:Character ;
    lvont:represents "𨓲"^^xsd:string .

<http://lexvo.org/id/char/284F3> a lvont:Character ;
    lvont:represents "𨓳"^^xsd:string .

<http://lexvo.org/id/char/284F4> a lvont:Character ;
    lvont:represents "𨓴"^^xsd:string .

<http://lexvo.org/id/char/284F5> a lvont:Character ;
    lvont:represents "𨓵"^^xsd:string .

<http://lexvo.org/id/char/284F6> a lvont:Character ;
    lvont:represents "𨓶"^^xsd:string .

<http://lexvo.org/id/char/284F7> a lvont:Character ;
    lvont:represents "𨓷"^^xsd:string .

<http://lexvo.org/id/char/284F8> a lvont:Character ;
    lvont:represents "𨓸"^^xsd:string .

<http://lexvo.org/id/char/284F9> a lvont:Character ;
    lvont:represents "𨓹"^^xsd:string .

<http://lexvo.org/id/char/284FA> a lvont:Character ;
    lvont:represents "𨓺"^^xsd:string .

<http://lexvo.org/id/char/284FB> a lvont:Character ;
    lvont:represents "𨓻"^^xsd:string .

<http://lexvo.org/id/char/284FC> a lvont:Character ;
    lvont:represents "𨓼"^^xsd:string .

<http://lexvo.org/id/char/284FD> a lvont:Character ;
    lvont:represents "𨓽"^^xsd:string .

<http://lexvo.org/id/char/284FE> a lvont:Character ;
    lvont:represents "𨓾"^^xsd:string .

<http://lexvo.org/id/char/284FF> a lvont:Character ;
    lvont:represents "𨓿"^^xsd:string .

<http://lexvo.org/id/char/2850> a lvont:Character ;
    lvont:represents "⡐"^^xsd:string ;
    rdfs:comment "BRAILLE PATTERN DOTS-57"@en .

<http://lexvo.org/id/char/28500> a lvont:Character ;
    lvont:represents "𨔀"^^xsd:string .

<http://lexvo.org/id/char/28501> a lvont:Character ;
    lvont:represents "𨔁"^^xsd:string .

<http://lexvo.org/id/char/28502> a lvont:Character ;
    lvont:represents "𨔂"^^xsd:string .

<http://lexvo.org/id/char/28503> a lvont:Character ;
    lvont:represents "𨔃"^^xsd:string .

<http://lexvo.org/id/char/28504> a lvont:Character ;
    lvont:represents "𨔄"^^xsd:string .

<http://lexvo.org/id/char/28505> a lvont:Character ;
    lvont:represents "𨔅"^^xsd:string .

<http://lexvo.org/id/char/28506> a lvont:Character ;
    lvont:represents "𨔆"^^xsd:string .

<http://lexvo.org/id/char/28507> a lvont:Character ;
    lvont:represents "𨔇"^^xsd:string .

<http://lexvo.org/id/char/28508> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ch%C6%A1i>,
        "𨔈"^^xsd:string .

<http://lexvo.org/id/char/28509> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/g%E1%BB%A1>,
        "𨔉"^^xsd:string .

<http://lexvo.org/id/char/2850A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/su%E1%BB%91t>,
        "𨔊"^^xsd:string .

<http://lexvo.org/id/char/2850B> a lvont:Character ;
    lvont:represents "𨔋"^^xsd:string .

<http://lexvo.org/id/char/2850C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/co>,
        "𨔌"^^xsd:string .

<http://lexvo.org/id/char/2850D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/l%E1%BA%A1>,
        "𨔍"^^xsd:string .

<http://lexvo.org/id/char/2850E> a lvont:Character ;
    lvont:represents "𨔎"^^xsd:string .

<http://lexvo.org/id/char/2850F> a lvont:Character ;
    lvont:represents "𨔏"^^xsd:string .

<http://lexvo.org/id/char/2851> a lvont:Character ;
    lvont:represents "⡑"^^xsd:string ;
    rdfs:comment "BRAILLE PATTERN DOTS-157"@en .

<http://lexvo.org/id/char/28510> a lvont:Character ;
    lvont:represents "𨔐"^^xsd:string .

<http://lexvo.org/id/char/28511> a lvont:Character ;
    lvont:represents "𨔑"^^xsd:string .

<http://lexvo.org/id/char/28512> a lvont:Character ;
    lvont:represents "𨔒"^^xsd:string .

<http://lexvo.org/id/char/28513> a lvont:Character ;
    lvont:represents "𨔓"^^xsd:string .

<http://lexvo.org/id/char/28514> a lvont:Character ;
    lvont:represents "𨔔"^^xsd:string .

<http://lexvo.org/id/char/28515> a lvont:Character ;
    lvont:represents "𨔕"^^xsd:string .

<http://lexvo.org/id/char/28516> a lvont:Character ;
    lvont:represents "𨔖"^^xsd:string .

<http://lexvo.org/id/char/28517> a lvont:Character ;
    lvont:represents "𨔗"^^xsd:string .

<http://lexvo.org/id/char/28518> a lvont:Character ;
    lvont:represents "𨔘"^^xsd:string .

<http://lexvo.org/id/char/28519> a lvont:Character ;
    lvont:represents "𨔙"^^xsd:string .

<http://lexvo.org/id/char/2851A> a lvont:Character ;
    lvont:represents "𨔚"^^xsd:string .

<http://lexvo.org/id/char/2851B> a lvont:Character ;
    lvont:represents "𨔛"^^xsd:string .

<http://lexvo.org/id/char/2851C> a lvont:Character ;
    lvont:represents "𨔜"^^xsd:string .

<http://lexvo.org/id/char/2851D> a lvont:Character ;
    lvont:represents "𨔝"^^xsd:string .

<http://lexvo.org/id/char/2851E> a lvont:Character ;
    lvont:represents "𨔞"^^xsd:string .

<http://lexvo.org/id/char/2851F> a lvont:Character ;
    lvont:represents "𨔟"^^xsd:string .

<http://lexvo.org/id/char/2852> a lvont:Character ;
    lvont:represents "⡒"^^xsd:string ;
    rdfs:comment "BRAILLE PATTERN DOTS-257"@en .

<http://lexvo.org/id/char/28520> a lvont:Character ;
    lvont:represents "𨔠"^^xsd:string .

<http://lexvo.org/id/char/28521> a lvont:Character ;
    lvont:represents "𨔡"^^xsd:string .

<http://lexvo.org/id/char/28522> a lvont:Character ;
    lvont:represents "𨔢"^^xsd:string .

<http://lexvo.org/id/char/28523> a lvont:Character ;
    lvont:represents "𨔣"^^xsd:string .

<http://lexvo.org/id/char/28524> a lvont:Character ;
    lvont:represents "𨔤"^^xsd:string .

<http://lexvo.org/id/char/28525> a lvont:Character ;
    lvont:represents "𨔥"^^xsd:string .

<http://lexvo.org/id/char/28526> a lvont:Character ;
    lvont:represents "𨔦"^^xsd:string .

<http://lexvo.org/id/char/28527> a lvont:Character ;
    lvont:represents "𨔧"^^xsd:string .

<http://lexvo.org/id/char/28528> a lvont:Character ;
    lvont:represents "𨔨"^^xsd:string .

<http://lexvo.org/id/char/28529> a lvont:Character ;
    lvont:represents "𨔩"^^xsd:string .

<http://lexvo.org/id/char/2852A> a lvont:Character ;
    lvont:represents "𨔪"^^xsd:string .

<http://lexvo.org/id/char/2852B> a lvont:Character ;
    lvont:represents "𨔫"^^xsd:string .

<http://lexvo.org/id/char/2852C> a lvont:Character ;
    lvont:represents "𨔬"^^xsd:string .

<http://lexvo.org/id/char/2852D> a lvont:Character ;
    lvont:represents "𨔭"^^xsd:string .

<http://lexvo.org/id/char/2852E> a lvont:Character ;
    lvont:represents "𨔮"^^xsd:string .

<http://lexvo.org/id/char/2852F> a lvont:Character ;
    lvont:represents "𨔯"^^xsd:string .

<http://lexvo.org/id/char/2853> a lvont:Character ;
    lvont:represents "⡓"^^xsd:string ;
    rdfs:comment "BRAILLE PATTERN DOTS-1257"@en .

<http://lexvo.org/id/char/28530> a lvont:Character ;
    lvont:represents "𨔰"^^xsd:string .

<http://lexvo.org/id/char/28531> a lvont:Character ;
    lvont:represents "𨔱"^^xsd:string .

<http://lexvo.org/id/char/28532> a lvont:Character ;
    lvont:represents "𨔲"^^xsd:string .

<http://lexvo.org/id/char/28533> a lvont:Character ;
    lvont:represents "𨔳"^^xsd:string .

<http://lexvo.org/id/char/28534> a lvont:Character ;
    lvont:represents "𨔴"^^xsd:string .

<http://lexvo.org/id/char/28535> a lvont:Character ;
    lvont:represents "𨔵"^^xsd:string .

<http://lexvo.org/id/char/28536> a lvont:Character ;
    lvont:represents "𨔶"^^xsd:string .

<http://lexvo.org/id/char/28537> a lvont:Character ;
    lvont:represents "𨔷"^^xsd:string .

<http://lexvo.org/id/char/28538> a lvont:Character ;
    lvont:represents "𨔸"^^xsd:string .

<http://lexvo.org/id/char/28539> a lvont:Character ;
    lvont:represents "𨔹"^^xsd:string .

<http://lexvo.org/id/char/2853A> a lvont:Character ;
    lvont:represents "𨔺"^^xsd:string .

<http://lexvo.org/id/char/2853B> a lvont:Character ;
    lvont:represents "𨔻"^^xsd:string .

<http://lexvo.org/id/char/2853C> a lvont:Character ;
    lvont:represents "𨔼"^^xsd:string .

<http://lexvo.org/id/char/2853D> a lvont:Character ;
    lvont:represents "𨔽"^^xsd:string .

<http://lexvo.org/id/char/2853E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ch%E1%BB%9F>,
        "𨔾"^^xsd:string .

<http://lexvo.org/id/char/2853F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ch%E1%BB%A5c>,
        "𨔿"^^xsd:string .

<http://lexvo.org/id/char/2854> a lvont:Character ;
    lvont:represents "⡔"^^xsd:string ;
    rdfs:comment "BRAILLE PATTERN DOTS-357"@en .

<http://lexvo.org/id/char/28540> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/%C4%91%E1%BB%8Bt>,
        "𨕀"^^xsd:string .

<http://lexvo.org/id/char/28541> a lvont:Character ;
    lvont:represents "𨕁"^^xsd:string .

<http://lexvo.org/id/char/28542> a lvont:Character ;
    lvont:represents "𨕂"^^xsd:string .

<http://lexvo.org/id/char/28543> a lvont:Character ;
    lvont:represents "𨕃"^^xsd:string .

<http://lexvo.org/id/char/28544> a lvont:Character ;
    lvont:represents "𨕄"^^xsd:string .

<http://lexvo.org/id/char/28545> a lvont:Character ;
    lvont:represents "𨕅"^^xsd:string .

<http://lexvo.org/id/char/28546> a lvont:Character ;
    lvont:represents "𨕆"^^xsd:string .

<http://lexvo.org/id/char/28547> a lvont:Character ;
    lvont:represents "𨕇"^^xsd:string .

<http://lexvo.org/id/char/28548> a lvont:Character ;
    lvont:represents "𨕈"^^xsd:string .

<http://lexvo.org/id/char/28549> a lvont:Character ;
    lvont:represents "𨕉"^^xsd:string .

<http://lexvo.org/id/char/2854A> a lvont:Character ;
    lvont:represents "𨕊"^^xsd:string .

<http://lexvo.org/id/char/2854B> a lvont:Character ;
    lvont:represents "𨕋"^^xsd:string .

<http://lexvo.org/id/char/2854C> a lvont:Character ;
    lvont:represents "𨕌"^^xsd:string .

<http://lexvo.org/id/char/2854D> a lvont:Character ;
    lvont:represents "𨕍"^^xsd:string .

<http://lexvo.org/id/char/2854E> a lvont:Character ;
    lvont:represents "𨕎"^^xsd:string .

<http://lexvo.org/id/char/2854F> a lvont:Character ;
    lvont:represents "𨕏"^^xsd:string .

<http://lexvo.org/id/char/2855> a lvont:Character ;
    lvont:represents "⡕"^^xsd:string ;
    rdfs:comment "BRAILLE PATTERN DOTS-1357"@en .

<http://lexvo.org/id/char/28550> a lvont:Character ;
    lvont:represents "𨕐"^^xsd:string .

<http://lexvo.org/id/char/28551> a lvont:Character ;
    lvont:represents "𨕑"^^xsd:string .

<http://lexvo.org/id/char/28552> a lvont:Character ;
    lvont:represents "𨕒"^^xsd:string .

<http://lexvo.org/id/char/28553> a lvont:Character ;
    lvont:represents "𨕓"^^xsd:string .

<http://lexvo.org/id/char/28554> a lvont:Character ;
    lvont:represents "𨕔"^^xsd:string .

<http://lexvo.org/id/char/28555> a lvont:Character ;
    lvont:represents "𨕕"^^xsd:string .

<http://lexvo.org/id/char/28556> a lvont:Character ;
    lvont:represents "𨕖"^^xsd:string .

<http://lexvo.org/id/char/28557> a lvont:Character ;
    lvont:represents "𨕗"^^xsd:string .

<http://lexvo.org/id/char/28558> a lvont:Character ;
    lvont:represents "𨕘"^^xsd:string .

<http://lexvo.org/id/char/28559> a lvont:Character ;
    lvont:represents "𨕙"^^xsd:string .

<http://lexvo.org/id/char/2855A> a lvont:Character ;
    lvont:represents "𨕚"^^xsd:string .

<http://lexvo.org/id/char/2855B> a lvont:Character ;
    lvont:represents "𨕛"^^xsd:string .

<http://lexvo.org/id/char/2855C> a lvont:Character ;
    lvont:represents "𨕜"^^xsd:string .

<http://lexvo.org/id/char/2855D> a lvont:Character ;
    lvont:represents "𨕝"^^xsd:string .

<http://lexvo.org/id/char/2855E> a lvont:Character ;
    lvont:represents "𨕞"^^xsd:string .

<http://lexvo.org/id/char/2855F> a lvont:Character ;
    lvont:represents "𨕟"^^xsd:string .

<http://lexvo.org/id/char/2856> a lvont:Character ;
    lvont:represents "⡖"^^xsd:string ;
    rdfs:comment "BRAILLE PATTERN DOTS-2357"@en .

<http://lexvo.org/id/char/28560> a lvont:Character ;
    lvont:represents "𨕠"^^xsd:string .

<http://lexvo.org/id/char/28561> a lvont:Character ;
    lvont:represents "𨕡"^^xsd:string .

<http://lexvo.org/id/char/28562> a lvont:Character ;
    lvont:represents "𨕢"^^xsd:string .

<http://lexvo.org/id/char/28563> a lvont:Character ;
    lvont:represents "𨕣"^^xsd:string .

<http://lexvo.org/id/char/28564> a lvont:Character ;
    lvont:represents "𨕤"^^xsd:string .

<http://lexvo.org/id/char/28565> a lvont:Character ;
    lvont:represents "𨕥"^^xsd:string .

<http://lexvo.org/id/char/28566> a lvont:Character ;
    lvont:represents "𨕦"^^xsd:string .

<http://lexvo.org/id/char/28567> a lvont:Character ;
    lvont:represents "𨕧"^^xsd:string .

<http://lexvo.org/id/char/28568> a lvont:Character ;
    lvont:represents "𨕨"^^xsd:string .

<http://lexvo.org/id/char/28569> a lvont:Character ;
    lvont:represents "𨕩"^^xsd:string .

<http://lexvo.org/id/char/2856A> a lvont:Character ;
    lvont:represents "𨕪"^^xsd:string .

<http://lexvo.org/id/char/2856B> a lvont:Character ;
    lvont:represents "𨕫"^^xsd:string .

<http://lexvo.org/id/char/2856C> a lvont:Character ;
    lvont:represents "𨕬"^^xsd:string .

<http://lexvo.org/id/char/2856D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/tr%C3%AAn>,
        "𨕭"^^xsd:string .

<http://lexvo.org/id/char/2856E> a lvont:Character ;
    lvont:represents "𨕮"^^xsd:string .

<http://lexvo.org/id/char/2856F> a lvont:Character ;
    lvont:represents "𨕯"^^xsd:string .

<http://lexvo.org/id/char/2857> a lvont:Character ;
    lvont:represents "⡗"^^xsd:string ;
    rdfs:comment "BRAILLE PATTERN DOTS-12357"@en .

<http://lexvo.org/id/char/28570> a lvont:Character ;
    lvont:represents "𨕰"^^xsd:string .

<http://lexvo.org/id/char/28571> a lvont:Character ;
    lvont:represents "𨕱"^^xsd:string .

<http://lexvo.org/id/char/28572> a lvont:Character ;
    lvont:represents "𨕲"^^xsd:string .

<http://lexvo.org/id/char/28573> a lvont:Character ;
    lvont:represents "𨕳"^^xsd:string .

<http://lexvo.org/id/char/28574> a lvont:Character ;
    lvont:represents "𨕴"^^xsd:string .

<http://lexvo.org/id/char/28575> a lvont:Character ;
    lvont:represents "𨕵"^^xsd:string .

<http://lexvo.org/id/char/28576> a lvont:Character ;
    lvont:represents "𨕶"^^xsd:string .

<http://lexvo.org/id/char/28577> a lvont:Character ;
    lvont:represents "𨕷"^^xsd:string .

<http://lexvo.org/id/char/28578> a lvont:Character ;
    lvont:represents "𨕸"^^xsd:string .

<http://lexvo.org/id/char/28579> a lvont:Character ;
    lvont:represents "𨕹"^^xsd:string .

<http://lexvo.org/id/char/2857A> a lvont:Character ;
    lvont:represents "𨕺"^^xsd:string .

<http://lexvo.org/id/char/2857B> a lvont:Character ;
    lvont:represents "𨕻"^^xsd:string .

<http://lexvo.org/id/char/2857C> a lvont:Character ;
    lvont:represents "𨕼"^^xsd:string .

<http://lexvo.org/id/char/2857D> a lvont:Character ;
    lvont:represents "𨕽"^^xsd:string .

<http://lexvo.org/id/char/2857E> a lvont:Character ;
    lvont:represents "𨕾"^^xsd:string .

<http://lexvo.org/id/char/2857F> a lvont:Character ;
    lvont:represents "𨕿"^^xsd:string .

<http://lexvo.org/id/char/2858> a lvont:Character ;
    lvont:represents "⡘"^^xsd:string ;
    rdfs:comment "BRAILLE PATTERN DOTS-457"@en .

<http://lexvo.org/id/char/28580> a lvont:Character ;
    lvont:represents "𨖀"^^xsd:string .

<http://lexvo.org/id/char/28581> a lvont:Character ;
    lvont:represents "𨖁"^^xsd:string .

<http://lexvo.org/id/char/28582> a lvont:Character ;
    lvont:represents "𨖂"^^xsd:string .

<http://lexvo.org/id/char/28583> a lvont:Character ;
    lvont:represents "𨖃"^^xsd:string .

<http://lexvo.org/id/char/28584> a lvont:Character ;
    lvont:represents "𨖄"^^xsd:string .

<http://lexvo.org/id/char/28585> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/sang>,
        "𨖅"^^xsd:string .

<http://lexvo.org/id/char/28586> a lvont:Character ;
    lvont:represents "𨖆"^^xsd:string .

<http://lexvo.org/id/char/28587> a lvont:Character ;
    lvont:represents "𨖇"^^xsd:string .

<http://lexvo.org/id/char/28588> a lvont:Character ;
    lvont:represents "𨖈"^^xsd:string .

<http://lexvo.org/id/char/28589> a lvont:Character ;
    lvont:represents "𨖉"^^xsd:string .

<http://lexvo.org/id/char/2858A> a lvont:Character ;
    lvont:represents "𨖊"^^xsd:string .

<http://lexvo.org/id/char/2858B> a lvont:Character ;
    lvont:represents "𨖋"^^xsd:string .

<http://lexvo.org/id/char/2858C> a lvont:Character ;
    lvont:represents "𨖌"^^xsd:string .

<http://lexvo.org/id/char/2858D> a lvont:Character ;
    lvont:represents "𨖍"^^xsd:string .

<http://lexvo.org/id/char/2858E> a lvont:Character ;
    lvont:represents "𨖎"^^xsd:string .

<http://lexvo.org/id/char/2858F> a lvont:Character ;
    lvont:represents "𨖏"^^xsd:string .

<http://lexvo.org/id/char/2859> a lvont:Character ;
    lvont:represents "⡙"^^xsd:string ;
    rdfs:comment "BRAILLE PATTERN DOTS-1457"@en .

<http://lexvo.org/id/char/28590> a lvont:Character ;
    lvont:represents "𨖐"^^xsd:string .

<http://lexvo.org/id/char/28591> a lvont:Character ;
    lvont:represents "𨖑"^^xsd:string .

<http://lexvo.org/id/char/28592> a lvont:Character ;
    lvont:represents "𨖒"^^xsd:string .

<http://lexvo.org/id/char/28593> a lvont:Character ;
    lvont:represents "𨖓"^^xsd:string .

<http://lexvo.org/id/char/28594> a lvont:Character ;
    lvont:represents "𨖔"^^xsd:string .

<http://lexvo.org/id/char/28595> a lvont:Character ;
    lvont:represents "𨖕"^^xsd:string .

<http://lexvo.org/id/char/28596> a lvont:Character ;
    lvont:represents "𨖖"^^xsd:string .

<http://lexvo.org/id/char/28597> a lvont:Character ;
    lvont:represents "𨖗"^^xsd:string .

<http://lexvo.org/id/char/28598> a lvont:Character ;
    lvont:represents "𨖘"^^xsd:string .

<http://lexvo.org/id/char/28599> a lvont:Character ;
    lvont:represents "𨖙"^^xsd:string .

<http://lexvo.org/id/char/2859A> a lvont:Character ;
    lvont:represents "𨖚"^^xsd:string .

<http://lexvo.org/id/char/2859B> a lvont:Character ;
    lvont:represents "𨖛"^^xsd:string .

<http://lexvo.org/id/char/2859C> a lvont:Character ;
    lvont:represents "𨖜"^^xsd:string .

<http://lexvo.org/id/char/2859D> a lvont:Character ;
    lvont:represents "𨖝"^^xsd:string .

<http://lexvo.org/id/char/2859E> a lvont:Character ;
    lvont:represents "𨖞"^^xsd:string .

<http://lexvo.org/id/char/2859F> a lvont:Character ;
    lvont:represents "𨖟"^^xsd:string .

<http://lexvo.org/id/char/285A> a lvont:Character ;
    lvont:represents "⡚"^^xsd:string ;
    rdfs:comment "BRAILLE PATTERN DOTS-2457"@en .

<http://lexvo.org/id/char/285A0> a lvont:Character ;
    lvont:represents "𨖠"^^xsd:string .

<http://lexvo.org/id/char/285A1> a lvont:Character ;
    lvont:represents "𨖡"^^xsd:string .

<http://lexvo.org/id/char/285A2> a lvont:Character ;
    lvont:represents "𨖢"^^xsd:string .

<http://lexvo.org/id/char/285A3> a lvont:Character ;
    lvont:represents "𨖣"^^xsd:string .

<http://lexvo.org/id/char/285A4> a lvont:Character ;
    lvont:represents "𨖤"^^xsd:string .

<http://lexvo.org/id/char/285A5> a lvont:Character ;
    lvont:represents "𨖥"^^xsd:string .

<http://lexvo.org/id/char/285A6> a lvont:Character ;
    lvont:represents "𨖦"^^xsd:string .

<http://lexvo.org/id/char/285A7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/mau>,
        "𨖧"^^xsd:string .

<http://lexvo.org/id/char/285A8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/r%E1%BB%9Di>,
        "𨖨"^^xsd:string .

<http://lexvo.org/id/char/285A9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/qu%C3%BDnh>,
        "𨖩"^^xsd:string .

<http://lexvo.org/id/char/285AA> a lvont:Character ;
    lvont:represents "𨖪"^^xsd:string .

<http://lexvo.org/id/char/285AB> a lvont:Character ;
    lvont:represents "𨖫"^^xsd:string .

<http://lexvo.org/id/char/285AC> a lvont:Character ;
    lvont:represents "𨖬"^^xsd:string .

<http://lexvo.org/id/char/285AD> a lvont:Character ;
    lvont:represents "𨖭"^^xsd:string .

<http://lexvo.org/id/char/285AE> a lvont:Character ;
    lvont:represents "𨖮"^^xsd:string .

<http://lexvo.org/id/char/285AF> a lvont:Character ;
    lvont:represents "𨖯"^^xsd:string .

<http://lexvo.org/id/char/285B> a lvont:Character ;
    lvont:represents "⡛"^^xsd:string ;
    rdfs:comment "BRAILLE PATTERN DOTS-12457"@en .

<http://lexvo.org/id/char/285B0> a lvont:Character ;
    lvont:represents "𨖰"^^xsd:string .

<http://lexvo.org/id/char/285B1> a lvont:Character ;
    lvont:represents "𨖱"^^xsd:string .

<http://lexvo.org/id/char/285B2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/l%C3%AAn>,
        "𨖲"^^xsd:string .

<http://lexvo.org/id/char/285B3> a lvont:Character ;
    lvont:represents "𨖳"^^xsd:string .

<http://lexvo.org/id/char/285B4> a lvont:Character ;
    lvont:represents "𨖴"^^xsd:string .

<http://lexvo.org/id/char/285B5> a lvont:Character ;
    lvont:represents "𨖵"^^xsd:string .

<http://lexvo.org/id/char/285B6> a lvont:Character ;
    lvont:represents "𨖶"^^xsd:string .

<http://lexvo.org/id/char/285B7> a lvont:Character ;
    lvont:represents "𨖷"^^xsd:string .

<http://lexvo.org/id/char/285B8> a lvont:Character ;
    lvont:represents "𨖸"^^xsd:string .

<http://lexvo.org/id/char/285B9> a lvont:Character ;
    lvont:represents "𨖹"^^xsd:string .

<http://lexvo.org/id/char/285BA> a lvont:Character ;
    lvont:represents "𨖺"^^xsd:string .

<http://lexvo.org/id/char/285BB> a lvont:Character ;
    lvont:represents "𨖻"^^xsd:string .

<http://lexvo.org/id/char/285BC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ch%C3%B3ng>,
        "𨖼"^^xsd:string .

<http://lexvo.org/id/char/285BD> a lvont:Character ;
    lvont:represents "𨖽"^^xsd:string .

<http://lexvo.org/id/char/285BE> a lvont:Character ;
    lvont:represents "𨖾"^^xsd:string .

<http://lexvo.org/id/char/285BF> a lvont:Character ;
    lvont:represents "𨖿"^^xsd:string .

<http://lexvo.org/id/char/285C> a lvont:Character ;
    lvont:represents "⡜"^^xsd:string ;
    rdfs:comment "BRAILLE PATTERN DOTS-3457"@en .

<http://lexvo.org/id/char/285C0> a lvont:Character ;
    lvont:represents "𨗀"^^xsd:string .

<http://lexvo.org/id/char/285C1> a lvont:Character ;
    lvont:represents "𨗁"^^xsd:string .

<http://lexvo.org/id/char/285C2> a lvont:Character ;
    lvont:represents "𨗂"^^xsd:string .

<http://lexvo.org/id/char/285C3> a lvont:Character ;
    lvont:represents "𨗃"^^xsd:string .

<http://lexvo.org/id/char/285C4> a lvont:Character ;
    lvont:represents "𨗄"^^xsd:string .

<http://lexvo.org/id/char/285C5> a lvont:Character ;
    lvont:represents "𨗅"^^xsd:string .

<http://lexvo.org/id/char/285C6> a lvont:Character ;
    lvont:represents "𨗆"^^xsd:string .

<http://lexvo.org/id/char/285C7> a lvont:Character ;
    lvont:represents "𨗇"^^xsd:string .

<http://lexvo.org/id/char/285C8> a lvont:Character ;
    lvont:represents "𨗈"^^xsd:string .

<http://lexvo.org/id/char/285C9> a lvont:Character ;
    lvont:represents "𨗉"^^xsd:string .

<http://lexvo.org/id/char/285CA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/%C4%91%C3%B2>,
        "𨗊"^^xsd:string .

<http://lexvo.org/id/char/285CB> a lvont:Character ;
    lvont:represents "𨗋"^^xsd:string .

<http://lexvo.org/id/char/285CC> a lvont:Character ;
    lvont:represents "𨗌"^^xsd:string .

<http://lexvo.org/id/char/285CD> a lvont:Character ;
    lvont:represents "𨗍"^^xsd:string .

<http://lexvo.org/id/char/285CE> a lvont:Character ;
    lvont:represents "𨗎"^^xsd:string .

<http://lexvo.org/id/char/285CF> a lvont:Character ;
    lvont:represents "𨗏"^^xsd:string .

<http://lexvo.org/id/char/285D> a lvont:Character ;
    lvont:represents "⡝"^^xsd:string ;
    rdfs:comment "BRAILLE PATTERN DOTS-13457"@en .

<http://lexvo.org/id/char/285D0> a lvont:Character ;
    lvont:represents "𨗐"^^xsd:string .

<http://lexvo.org/id/char/285D1> a lvont:Character ;
    lvont:represents "𨗑"^^xsd:string .

<http://lexvo.org/id/char/285D2> a lvont:Character ;
    lvont:represents "𨗒"^^xsd:string .

<http://lexvo.org/id/char/285D3> a lvont:Character ;
    lvont:represents "𨗓"^^xsd:string .

<http://lexvo.org/id/char/285D4> a lvont:Character ;
    lvont:represents "𨗔"^^xsd:string .

<http://lexvo.org/id/char/285D5> a lvont:Character ;
    lvont:represents "𨗕"^^xsd:string .

<http://lexvo.org/id/char/285D6> a lvont:Character ;
    lvont:represents "𨗖"^^xsd:string .

<http://lexvo.org/id/char/285D7> a lvont:Character ;
    lvont:represents "𨗗"^^xsd:string .

<http://lexvo.org/id/char/285D8> a lvont:Character ;
    lvont:represents "𨗘"^^xsd:string .

<http://lexvo.org/id/char/285D9> a lvont:Character ;
    lvont:represents "𨗙"^^xsd:string .

<http://lexvo.org/id/char/285DA> a lvont:Character ;
    lvont:represents "𨗚"^^xsd:string .

<http://lexvo.org/id/char/285DB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ch%E1%BA%A7u>,
        "𨗛"^^xsd:string .

<http://lexvo.org/id/char/285DC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/nhanh>,
        "𨗜"^^xsd:string .

<http://lexvo.org/id/char/285DD> a lvont:Character ;
    lvont:represents "𨗝"^^xsd:string .

<http://lexvo.org/id/char/285DE> a lvont:Character ;
    lvont:represents "𨗞"^^xsd:string .

<http://lexvo.org/id/char/285DF> a lvont:Character ;
    lvont:represents "𨗟"^^xsd:string .

<http://lexvo.org/id/char/285E> a lvont:Character ;
    lvont:represents "⡞"^^xsd:string ;
    rdfs:comment "BRAILLE PATTERN DOTS-23457"@en .

<http://lexvo.org/id/char/285E0> a lvont:Character ;
    lvont:represents "𨗠"^^xsd:string .

<http://lexvo.org/id/char/285E1> a lvont:Character ;
    lvont:represents "𨗡"^^xsd:string .

<http://lexvo.org/id/char/285E2> a lvont:Character ;
    lvont:represents "𨗢"^^xsd:string .

<http://lexvo.org/id/char/285E3> a lvont:Character ;
    lvont:represents "𨗣"^^xsd:string .

<http://lexvo.org/id/char/285E4> a lvont:Character ;
    lvont:represents "𨗤"^^xsd:string .

<http://lexvo.org/id/char/285E5> a lvont:Character ;
    lvont:represents "𨗥"^^xsd:string .

<http://lexvo.org/id/char/285E6> a lvont:Character ;
    lvont:represents "𨗦"^^xsd:string .

<http://lexvo.org/id/char/285E7> a lvont:Character ;
    lvont:represents "𨗧"^^xsd:string .

<http://lexvo.org/id/char/285E8> a lvont:Character ;
    lvont:represents "𨗨"^^xsd:string .

<http://lexvo.org/id/char/285E9> a lvont:Character ;
    lvont:represents "𨗩"^^xsd:string .

<http://lexvo.org/id/char/285EA> a lvont:Character ;
    lvont:represents "𨗪"^^xsd:string .

<http://lexvo.org/id/char/285EB> a lvont:Character ;
    lvont:represents "𨗫"^^xsd:string .

<http://lexvo.org/id/char/285EC> a lvont:Character ;
    lvont:represents "𨗬"^^xsd:string .

<http://lexvo.org/id/char/285ED> a lvont:Character ;
    lvont:represents "𨗭"^^xsd:string .

<http://lexvo.org/id/char/285EE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/m%E1%BA%B7n>,
        "𨗮"^^xsd:string .

<http://lexvo.org/id/char/285EF> a lvont:Character ;
    lvont:represents "𨗯"^^xsd:string .

<http://lexvo.org/id/char/285F> a lvont:Character ;
    lvont:represents "⡟"^^xsd:string ;
    rdfs:comment "BRAILLE PATTERN DOTS-123457"@en .

<http://lexvo.org/id/char/285F0> a lvont:Character ;
    lvont:represents "𨗰"^^xsd:string .

<http://lexvo.org/id/char/285F1> a lvont:Character ;
    lvont:represents "𨗱"^^xsd:string .

<http://lexvo.org/id/char/285F2> a lvont:Character ;
    lvont:represents "𨗲"^^xsd:string .

<http://lexvo.org/id/char/285F3> a lvont:Character ;
    lvont:represents "𨗳"^^xsd:string .

<http://lexvo.org/id/char/285F4> a lvont:Character ;
    lvont:represents "𨗴"^^xsd:string .

<http://lexvo.org/id/char/285F5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/%C4%91%E1%BB%8Bt>,
        "𨗵"^^xsd:string .

<http://lexvo.org/id/char/285F6> a lvont:Character ;
    lvont:represents "𨗶"^^xsd:string .

<http://lexvo.org/id/char/285F7> a lvont:Character ;
    lvont:represents "𨗷"^^xsd:string .

<http://lexvo.org/id/char/285F8> a lvont:Character ;
    lvont:represents "𨗸"^^xsd:string .

<http://lexvo.org/id/char/285F9> a lvont:Character ;
    lvont:represents "𨗹"^^xsd:string .

<http://lexvo.org/id/char/285FA> a lvont:Character ;
    lvont:represents "𨗺"^^xsd:string .

<http://lexvo.org/id/char/285FB> a lvont:Character ;
    lvont:represents "𨗻"^^xsd:string .

<http://lexvo.org/id/char/285FC> a lvont:Character ;
    lvont:represents "𨗼"^^xsd:string .

<http://lexvo.org/id/char/285FD> a lvont:Character ;
    lvont:represents "𨗽"^^xsd:string .

<http://lexvo.org/id/char/285FE> a lvont:Character ;
    lvont:represents "𨗾"^^xsd:string .

<http://lexvo.org/id/char/285FF> a lvont:Character ;
    lvont:represents "𨗿"^^xsd:string .

<http://lexvo.org/id/char/2860> a lvont:Character ;
    lvont:represents "⡠"^^xsd:string ;
    rdfs:comment "BRAILLE PATTERN DOTS-67"@en .

<http://lexvo.org/id/char/28600> a lvont:Character ;
    lvont:represents "𨘀"^^xsd:string .

<http://lexvo.org/id/char/28601> a lvont:Character ;
    lvont:represents "𨘁"^^xsd:string .

<http://lexvo.org/id/char/28602> a lvont:Character ;
    lvont:represents "𨘂"^^xsd:string .

<http://lexvo.org/id/char/28603> a lvont:Character ;
    lvont:represents "𨘃"^^xsd:string .

<http://lexvo.org/id/char/28604> a lvont:Character ;
    lvont:represents "𨘄"^^xsd:string .

<http://lexvo.org/id/char/28605> a lvont:Character ;
    lvont:represents "𨘅"^^xsd:string .

<http://lexvo.org/id/char/28606> a lvont:Character ;
    lvont:represents "𨘆"^^xsd:string .

<http://lexvo.org/id/char/28607> a lvont:Character ;
    lvont:represents "𨘇"^^xsd:string .

<http://lexvo.org/id/char/28608> a lvont:Character ;
    lvont:represents "𨘈"^^xsd:string .

<http://lexvo.org/id/char/28609> a lvont:Character ;
    lvont:represents "𨘉"^^xsd:string .

<http://lexvo.org/id/char/2860A> a lvont:Character ;
    lvont:represents "𨘊"^^xsd:string .

<http://lexvo.org/id/char/2860B> a lvont:Character ;
    lvont:represents "𨘋"^^xsd:string .

<http://lexvo.org/id/char/2860C> a lvont:Character ;
    lvont:represents "𨘌"^^xsd:string .

<http://lexvo.org/id/char/2860D> a lvont:Character ;
    lvont:represents "𨘍"^^xsd:string .

<http://lexvo.org/id/char/2860E> a lvont:Character ;
    lvont:represents "𨘎"^^xsd:string .

<http://lexvo.org/id/char/2860F> a lvont:Character ;
    lvont:represents "𨘏"^^xsd:string .

<http://lexvo.org/id/char/2861> a lvont:Character ;
    lvont:represents "⡡"^^xsd:string ;
    rdfs:comment "BRAILLE PATTERN DOTS-167"@en .

<http://lexvo.org/id/char/28610> a lvont:Character ;
    lvont:represents "𨘐"^^xsd:string .

<http://lexvo.org/id/char/28611> a lvont:Character ;
    lvont:represents "𨘑"^^xsd:string .

<http://lexvo.org/id/char/28612> a lvont:Character ;
    lvont:represents "𨘒"^^xsd:string .

<http://lexvo.org/id/char/28613> a lvont:Character ;
    lvont:represents "𨘓"^^xsd:string .

<http://lexvo.org/id/char/28614> a lvont:Character ;
    lvont:represents "𨘔"^^xsd:string .

<http://lexvo.org/id/char/28615> a lvont:Character ;
    lvont:represents "𨘕"^^xsd:string .

<http://lexvo.org/id/char/28616> a lvont:Character ;
    lvont:represents "𨘖"^^xsd:string .

<http://lexvo.org/id/char/28617> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/%C4%91u%E1%BB%95i>,
        "𨘗"^^xsd:string .

<http://lexvo.org/id/char/28618> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/v%C3%A3>,
        "𨘘"^^xsd:string .

<http://lexvo.org/id/char/28619> a lvont:Character ;
    lvont:represents "𨘙"^^xsd:string .

<http://lexvo.org/id/char/2861A> a lvont:Character ;
    lvont:represents "𨘚"^^xsd:string .

<http://lexvo.org/id/char/2861B> a lvont:Character ;
    lvont:represents "𨘛"^^xsd:string .

<http://lexvo.org/id/char/2861C> a lvont:Character ;
    lvont:represents "𨘜"^^xsd:string .

<http://lexvo.org/id/char/2861D> a lvont:Character ;
    lvont:represents "𨘝"^^xsd:string .

<http://lexvo.org/id/char/2861E> a lvont:Character ;
    lvont:represents "𨘞"^^xsd:string .

<http://lexvo.org/id/char/2861F> a lvont:Character ;
    lvont:represents "𨘟"^^xsd:string .

<http://lexvo.org/id/char/2862> a lvont:Character ;
    lvont:represents "⡢"^^xsd:string ;
    rdfs:comment "BRAILLE PATTERN DOTS-267"@en .

<http://lexvo.org/id/char/28620> a lvont:Character ;
    lvont:represents "𨘠"^^xsd:string .

<http://lexvo.org/id/char/28621> a lvont:Character ;
    lvont:represents "𨘡"^^xsd:string .

<http://lexvo.org/id/char/28622> a lvont:Character ;
    lvont:represents "𨘢"^^xsd:string .

<http://lexvo.org/id/char/28623> a lvont:Character ;
    lvont:represents "𨘣"^^xsd:string .

<http://lexvo.org/id/char/28624> a lvont:Character ;
    lvont:represents "𨘤"^^xsd:string .

<http://lexvo.org/id/char/28625> a lvont:Character ;
    lvont:represents "𨘥"^^xsd:string .

<http://lexvo.org/id/char/28626> a lvont:Character ;
    lvont:represents "𨘦"^^xsd:string .

<http://lexvo.org/id/char/28627> a lvont:Character ;
    lvont:represents "𨘧"^^xsd:string .

<http://lexvo.org/id/char/28628> a lvont:Character ;
    lvont:represents "𨘨"^^xsd:string .

<http://lexvo.org/id/char/28629> a lvont:Character ;
    lvont:represents "𨘩"^^xsd:string .

<http://lexvo.org/id/char/2862A> a lvont:Character ;
    lvont:represents "𨘪"^^xsd:string .

<http://lexvo.org/id/char/2862B> a lvont:Character ;
    lvont:represents "𨘫"^^xsd:string .

<http://lexvo.org/id/char/2862C> a lvont:Character ;
    lvont:represents "𨘬"^^xsd:string .

<http://lexvo.org/id/char/2862D> a lvont:Character ;
    lvont:represents "𨘭"^^xsd:string .

<http://lexvo.org/id/char/2862E> a lvont:Character ;
    lvont:represents "𨘮"^^xsd:string .

<http://lexvo.org/id/char/2862F> a lvont:Character ;
    lvont:represents "𨘯"^^xsd:string .

<http://lexvo.org/id/char/2863> a lvont:Character ;
    lvont:represents "⡣"^^xsd:string ;
    rdfs:comment "BRAILLE PATTERN DOTS-1267"@en .

<http://lexvo.org/id/char/28630> a lvont:Character ;
    lvont:represents "𨘰"^^xsd:string .

<http://lexvo.org/id/char/28631> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/nhanh>,
        "𨘱"^^xsd:string .

<http://lexvo.org/id/char/28632> a lvont:Character ;
    lvont:represents "𨘲"^^xsd:string .

<http://lexvo.org/id/char/28633> a lvont:Character ;
    lvont:represents "𨘳"^^xsd:string .

<http://lexvo.org/id/char/28634> a lvont:Character ;
    lvont:represents "𨘴"^^xsd:string .

<http://lexvo.org/id/char/28635> a lvont:Character ;
    lvont:represents "𨘵"^^xsd:string .

<http://lexvo.org/id/char/28636> a lvont:Character ;
    lvont:represents "𨘶"^^xsd:string .

<http://lexvo.org/id/char/28637> a lvont:Character ;
    lvont:represents "𨘷"^^xsd:string .

<http://lexvo.org/id/char/28638> a lvont:Character ;
    lvont:represents "𨘸"^^xsd:string .

<http://lexvo.org/id/char/28639> a lvont:Character ;
    lvont:represents "𨘹"^^xsd:string .

<http://lexvo.org/id/char/2863A> a lvont:Character ;
    lvont:represents "𨘺"^^xsd:string .

<http://lexvo.org/id/char/2863B> a lvont:Character ;
    lvont:represents "𨘻"^^xsd:string .

<http://lexvo.org/id/char/2863C> a lvont:Character ;
    lvont:represents "𨘼"^^xsd:string .

<http://lexvo.org/id/char/2863D> a lvont:Character ;
    lvont:represents "𨘽"^^xsd:string .

<http://lexvo.org/id/char/2863E> a lvont:Character ;
    lvont:represents "𨘾"^^xsd:string .

<http://lexvo.org/id/char/2863F> a lvont:Character ;
    lvont:represents "𨘿"^^xsd:string .

<http://lexvo.org/id/char/2864> a lvont:Character ;
    lvont:represents "⡤"^^xsd:string ;
    rdfs:comment "BRAILLE PATTERN DOTS-367"@en .

<http://lexvo.org/id/char/28640> a lvont:Character ;
    lvont:represents "𨙀"^^xsd:string .

<http://lexvo.org/id/char/28641> a lvont:Character ;
    lvont:represents "𨙁"^^xsd:string .

<http://lexvo.org/id/char/28642> a lvont:Character ;
    lvont:represents "𨙂"^^xsd:string .

<http://lexvo.org/id/char/28643> a lvont:Character ;
    lvont:represents "𨙃"^^xsd:string .

<http://lexvo.org/id/char/28644> a lvont:Character ;
    lvont:represents "𨙄"^^xsd:string .

<http://lexvo.org/id/char/28645> a lvont:Character ;
    lvont:represents "𨙅"^^xsd:string .

<http://lexvo.org/id/char/28646> a lvont:Character ;
    lvont:represents "𨙆"^^xsd:string .

<http://lexvo.org/id/char/28647> a lvont:Character ;
    lvont:represents "𨙇"^^xsd:string .

<http://lexvo.org/id/char/28648> a lvont:Character ;
    lvont:represents "𨙈"^^xsd:string .

<http://lexvo.org/id/char/28649> a lvont:Character ;
    lvont:represents "𨙉"^^xsd:string .

<http://lexvo.org/id/char/2864A> a lvont:Character ;
    lvont:represents "𨙊"^^xsd:string .

<http://lexvo.org/id/char/2864B> a lvont:Character ;
    lvont:represents "𨙋"^^xsd:string .

<http://lexvo.org/id/char/2864C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/t%C3%ADt>,
        "𨙌"^^xsd:string .

<http://lexvo.org/id/char/2864D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/k%C3%A9o>,
        "𨙍"^^xsd:string .

<http://lexvo.org/id/char/2864E> a lvont:Character ;
    lvont:represents "𨙎"^^xsd:string .

<http://lexvo.org/id/char/2864F> a lvont:Character ;
    lvont:represents "𨙏"^^xsd:string .

<http://lexvo.org/id/char/2865> a lvont:Character ;
    lvont:represents "⡥"^^xsd:string ;
    rdfs:comment "BRAILLE PATTERN DOTS-1367"@en .

<http://lexvo.org/id/char/28650> a lvont:Character ;
    lvont:represents "𨙐"^^xsd:string .

<http://lexvo.org/id/char/28651> a lvont:Character ;
    lvont:represents "𨙑"^^xsd:string .

<http://lexvo.org/id/char/28652> a lvont:Character ;
    lvont:represents "𨙒"^^xsd:string .

<http://lexvo.org/id/char/28653> a lvont:Character ;
    lvont:represents "𨙓"^^xsd:string .

<http://lexvo.org/id/char/28654> a lvont:Character ;
    lvont:represents "𨙔"^^xsd:string .

<http://lexvo.org/id/char/28655> a lvont:Character ;
    lvont:represents "𨙕"^^xsd:string .

<http://lexvo.org/id/char/28656> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/su%E1%BB%91t>,
        "𨙖"^^xsd:string .

<http://lexvo.org/id/char/28657> a lvont:Character ;
    lvont:represents "𨙗"^^xsd:string .

<http://lexvo.org/id/char/28658> a lvont:Character ;
    lvont:represents "𨙘"^^xsd:string .

<http://lexvo.org/id/char/28659> a lvont:Character ;
    lvont:represents "𨙙"^^xsd:string .

<http://lexvo.org/id/char/2865A> a lvont:Character ;
    lvont:represents "𨙚"^^xsd:string .

<http://lexvo.org/id/char/2865B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ch%C3%B3ng>,
        "𨙛"^^xsd:string .

<http://lexvo.org/id/char/2865C> a lvont:Character ;
    lvont:represents "𨙜"^^xsd:string .

<http://lexvo.org/id/char/2865D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/lui>,
        "𨙝"^^xsd:string .

<http://lexvo.org/id/char/2865E> a lvont:Character ;
    lvont:represents "𨙞"^^xsd:string .

<http://lexvo.org/id/char/2865F> a lvont:Character ;
    lvont:represents "𨙟"^^xsd:string .

<http://lexvo.org/id/char/2866> a lvont:Character ;
    lvont:represents "⡦"^^xsd:string ;
    rdfs:comment "BRAILLE PATTERN DOTS-2367"@en .

<http://lexvo.org/id/char/28660> a lvont:Character ;
    lvont:represents "𨙠"^^xsd:string .

<http://lexvo.org/id/char/28661> a lvont:Character ;
    lvont:represents "𨙡"^^xsd:string .

<http://lexvo.org/id/char/28662> a lvont:Character ;
    lvont:represents "𨙢"^^xsd:string .

<http://lexvo.org/id/char/28663> a lvont:Character ;
    lvont:represents "𨙣"^^xsd:string .

<http://lexvo.org/id/char/28664> a lvont:Character ;
    lvont:represents "𨙤"^^xsd:string .

<http://lexvo.org/id/char/28665> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/xo%E1%BA%A3ng>,
        "𨙥"^^xsd:string .

<http://lexvo.org/id/char/28666> a lvont:Character ;
    lvont:represents "𨙦"^^xsd:string .

<http://lexvo.org/id/char/28667> a lvont:Character ;
    lvont:represents "𨙧"^^xsd:string .

<http://lexvo.org/id/char/28669> a lvont:Character ;
    lvont:represents "𨙩"^^xsd:string .

<http://lexvo.org/id/char/2866A> a lvont:Character ;
    lvont:represents "𨙪"^^xsd:string .

<http://lexvo.org/id/char/2866B> a lvont:Character ;
    lvont:represents "𨙫"^^xsd:string .

<http://lexvo.org/id/char/2866C> a lvont:Character ;
    lvont:represents "𨙬"^^xsd:string .

<http://lexvo.org/id/char/2866D> a lvont:Character ;
    lvont:represents "𨙭"^^xsd:string .

<http://lexvo.org/id/char/2866E> a lvont:Character ;
    lvont:represents "𨙮"^^xsd:string .

<http://lexvo.org/id/char/2866F> a lvont:Character ;
    lvont:represents "𨙯"^^xsd:string .

<http://lexvo.org/id/char/2867> a lvont:Character ;
    lvont:represents "⡧"^^xsd:string ;
    rdfs:comment "BRAILLE PATTERN DOTS-12367"@en .

<http://lexvo.org/id/char/28670> a lvont:Character ;
    lvont:represents "𨙰"^^xsd:string .

<http://lexvo.org/id/char/28671> a lvont:Character ;
    lvont:represents "𨙱"^^xsd:string .

<http://lexvo.org/id/char/28672> a lvont:Character ;
    lvont:represents "𨙲"^^xsd:string .

<http://lexvo.org/id/char/28673> a lvont:Character ;
    lvont:represents "𨙳"^^xsd:string .

<http://lexvo.org/id/char/28674> a lvont:Character ;
    lvont:represents "𨙴"^^xsd:string .

<http://lexvo.org/id/char/28675> a lvont:Character ;
    lvont:represents "𨙵"^^xsd:string .

<http://lexvo.org/id/char/28676> a lvont:Character ;
    lvont:represents "𨙶"^^xsd:string .

<http://lexvo.org/id/char/28677> a lvont:Character ;
    lvont:represents "𨙷"^^xsd:string .

<http://lexvo.org/id/char/28678> a lvont:Character ;
    lvont:represents "𨙸"^^xsd:string .

<http://lexvo.org/id/char/28679> a lvont:Character ;
    lvont:represents "𨙹"^^xsd:string .

<http://lexvo.org/id/char/2867A> a lvont:Character ;
    lvont:represents "𨙺"^^xsd:string .

<http://lexvo.org/id/char/2867B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C3%A0>,
        "𨙻"^^xsd:string .

<http://lexvo.org/id/char/2867C> a lvont:Character ;
    lvont:represents "𨙼"^^xsd:string .

<http://lexvo.org/id/char/2867D> a lvont:Character ;
    lvont:represents "𨙽"^^xsd:string .

<http://lexvo.org/id/char/2867E> a lvont:Character ;
    lvont:represents "𨙾"^^xsd:string .

<http://lexvo.org/id/char/2867F> a lvont:Character ;
    lvont:represents "𨙿"^^xsd:string .

<http://lexvo.org/id/char/2868> a lvont:Character ;
    lvont:represents "⡨"^^xsd:string ;
    rdfs:comment "BRAILLE PATTERN DOTS-467"@en .

<http://lexvo.org/id/char/28680> a lvont:Character ;
    lvont:represents "𨚀"^^xsd:string .

<http://lexvo.org/id/char/28681> a lvont:Character ;
    lvont:represents "𨚁"^^xsd:string .

<http://lexvo.org/id/char/28682> a lvont:Character ;
    lvont:represents "𨚂"^^xsd:string .

<http://lexvo.org/id/char/28683> a lvont:Character ;
    lvont:represents "𨚃"^^xsd:string .

<http://lexvo.org/id/char/28684> a lvont:Character ;
    lvont:represents "𨚄"^^xsd:string .

<http://lexvo.org/id/char/28685> a lvont:Character ;
    lvont:represents "𨚅"^^xsd:string .

<http://lexvo.org/id/char/28686> a lvont:Character ;
    lvont:represents "𨚆"^^xsd:string .

<http://lexvo.org/id/char/28687> a lvont:Character ;
    lvont:represents "𨚇"^^xsd:string .

<http://lexvo.org/id/char/28688> a lvont:Character ;
    lvont:represents "𨚈"^^xsd:string .

<http://lexvo.org/id/char/28689> a lvont:Character ;
    lvont:represents "𨚉"^^xsd:string .

<http://lexvo.org/id/char/2868A> a lvont:Character ;
    lvont:represents "𨚊"^^xsd:string .

<http://lexvo.org/id/char/2868B> a lvont:Character ;
    lvont:represents "𨚋"^^xsd:string .

<http://lexvo.org/id/char/2868C> a lvont:Character ;
    lvont:represents "𨚌"^^xsd:string .

<http://lexvo.org/id/char/2868D> a lvont:Character ;
    lvont:represents "𨚍"^^xsd:string .

<http://lexvo.org/id/char/2868E> a lvont:Character ;
    lvont:represents "𨚎"^^xsd:string .

<http://lexvo.org/id/char/2868F> a lvont:Character ;
    lvont:represents "𨚏"^^xsd:string .

<http://lexvo.org/id/char/2869> a lvont:Character ;
    lvont:represents "⡩"^^xsd:string ;
    rdfs:comment "BRAILLE PATTERN DOTS-1467"@en .

<http://lexvo.org/id/char/28690> a lvont:Character ;
    lvont:represents "𨚐"^^xsd:string .

<http://lexvo.org/id/char/28691> a lvont:Character ;
    lvont:represents "𨚑"^^xsd:string .

<http://lexvo.org/id/char/28692> a lvont:Character ;
    lvont:represents "𨚒"^^xsd:string .

<http://lexvo.org/id/char/28693> a lvont:Character ;
    lvont:represents "𨚓"^^xsd:string .

<http://lexvo.org/id/char/28694> a lvont:Character ;
    lvont:represents "𨚔"^^xsd:string .

<http://lexvo.org/id/char/28695> a lvont:Character ;
    lvont:represents "𨚕"^^xsd:string .

<http://lexvo.org/id/char/28696> a lvont:Character ;
    lvont:represents "𨚖"^^xsd:string .

<http://lexvo.org/id/char/28697> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C3%A0>,
        "𨚗"^^xsd:string .

<http://lexvo.org/id/char/28698> a lvont:Character ;
    lvont:represents "𨚘"^^xsd:string .

<http://lexvo.org/id/char/28699> a lvont:Character ;
    lvont:represents "𨚙"^^xsd:string .

<http://lexvo.org/id/char/2869A> a lvont:Character ;
    lvont:represents "𨚚"^^xsd:string .

<http://lexvo.org/id/char/2869B> a lvont:Character ;
    lvont:represents "𨚛"^^xsd:string .

<http://lexvo.org/id/char/2869C> a lvont:Character ;
    lvont:represents "𨚜"^^xsd:string .

<http://lexvo.org/id/char/2869D> a lvont:Character ;
    lvont:represents "𨚝"^^xsd:string .

<http://lexvo.org/id/char/2869E> a lvont:Character ;
    lvont:represents "𨚞"^^xsd:string .

<http://lexvo.org/id/char/2869F> a lvont:Character ;
    lvont:represents "𨚟"^^xsd:string .

<http://lexvo.org/id/char/286A> a lvont:Character ;
    lvont:represents "⡪"^^xsd:string ;
    rdfs:comment "BRAILLE PATTERN DOTS-2467"@en .

<http://lexvo.org/id/char/286A0> a lvont:Character ;
    lvont:represents "𨚠"^^xsd:string .

<http://lexvo.org/id/char/286A1> a lvont:Character ;
    lvont:represents "𨚡"^^xsd:string .

<http://lexvo.org/id/char/286A2> a lvont:Character ;
    lvont:represents "𨚢"^^xsd:string .

<http://lexvo.org/id/char/286A3> a lvont:Character ;
    lvont:represents "𨚣"^^xsd:string .

<http://lexvo.org/id/char/286A4> a lvont:Character ;
    lvont:represents "𨚤"^^xsd:string .

<http://lexvo.org/id/char/286A5> a lvont:Character ;
    lvont:represents "𨚥"^^xsd:string .

<http://lexvo.org/id/char/286A6> a lvont:Character ;
    lvont:represents "𨚦"^^xsd:string .

<http://lexvo.org/id/char/286A7> a lvont:Character ;
    lvont:represents "𨚧"^^xsd:string .

<http://lexvo.org/id/char/286A8> a lvont:Character ;
    lvont:represents "𨚨"^^xsd:string .

<http://lexvo.org/id/char/286A9> a lvont:Character ;
    lvont:represents "𨚩"^^xsd:string .

<http://lexvo.org/id/char/286AA> a lvont:Character ;
    lvont:represents "𨚪"^^xsd:string .

<http://lexvo.org/id/char/286AB> a lvont:Character ;
    lvont:represents "𨚫"^^xsd:string .

<http://lexvo.org/id/char/286AC> a lvont:Character ;
    lvont:represents "𨚬"^^xsd:string .

<http://lexvo.org/id/char/286AD> a lvont:Character ;
    lvont:represents "𨚭"^^xsd:string .

<http://lexvo.org/id/char/286AE> a lvont:Character ;
    lvont:represents "𨚮"^^xsd:string .

<http://lexvo.org/id/char/286AF> a lvont:Character ;
    lvont:represents "𨚯"^^xsd:string .

<http://lexvo.org/id/char/286B> a lvont:Character ;
    lvont:represents "⡫"^^xsd:string ;
    rdfs:comment "BRAILLE PATTERN DOTS-12467"@en .

<http://lexvo.org/id/char/286B0> a lvont:Character ;
    lvont:represents "𨚰"^^xsd:string .

<http://lexvo.org/id/char/286B1> a lvont:Character ;
    lvont:represents "𨚱"^^xsd:string .

<http://lexvo.org/id/char/286B2> a lvont:Character ;
    lvont:represents "𨚲"^^xsd:string .

<http://lexvo.org/id/char/286B3> a lvont:Character ;
    lvont:represents "𨚳"^^xsd:string .

<http://lexvo.org/id/char/286B4> a lvont:Character ;
    lvont:represents "𨚴"^^xsd:string .

<http://lexvo.org/id/char/286B5> a lvont:Character ;
    lvont:represents "𨚵"^^xsd:string .

<http://lexvo.org/id/char/286B6> a lvont:Character ;
    lvont:represents "𨚶"^^xsd:string .

<http://lexvo.org/id/char/286B7> a lvont:Character ;
    lvont:represents "𨚷"^^xsd:string .

<http://lexvo.org/id/char/286B8> a lvont:Character ;
    lvont:represents "𨚸"^^xsd:string .

<http://lexvo.org/id/char/286B9> a lvont:Character ;
    lvont:represents "𨚹"^^xsd:string .

<http://lexvo.org/id/char/286BA> a lvont:Character ;
    lvont:represents "𨚺"^^xsd:string .

<http://lexvo.org/id/char/286BB> a lvont:Character ;
    lvont:represents "𨚻"^^xsd:string .

<http://lexvo.org/id/char/286BC> a lvont:Character ;
    lvont:represents "𨚼"^^xsd:string .

<http://lexvo.org/id/char/286BD> a lvont:Character ;
    lvont:represents "𨚽"^^xsd:string .

<http://lexvo.org/id/char/286BE> a lvont:Character ;
    lvont:represents "𨚾"^^xsd:string .

<http://lexvo.org/id/char/286BF> a lvont:Character ;
    lvont:represents "𨚿"^^xsd:string .

<http://lexvo.org/id/char/286C> a lvont:Character ;
    lvont:represents "⡬"^^xsd:string ;
    rdfs:comment "BRAILLE PATTERN DOTS-3467"@en .

<http://lexvo.org/id/char/286C0> a lvont:Character ;
    lvont:represents "𨛀"^^xsd:string .

<http://lexvo.org/id/char/286C1> a lvont:Character ;
    lvont:represents "𨛁"^^xsd:string .

<http://lexvo.org/id/char/286C2> a lvont:Character ;
    lvont:represents "𨛂"^^xsd:string .

<http://lexvo.org/id/char/286C3> a lvont:Character ;
    lvont:represents "𨛃"^^xsd:string .

<http://lexvo.org/id/char/286C4> a lvont:Character ;
    lvont:represents "𨛄"^^xsd:string .

<http://lexvo.org/id/char/286C5> a lvont:Character ;
    lvont:represents "𨛅"^^xsd:string .

<http://lexvo.org/id/char/286C6> a lvont:Character ;
    lvont:represents "𨛆"^^xsd:string .

<http://lexvo.org/id/char/286C7> a lvont:Character ;
    lvont:represents "𨛇"^^xsd:string .

<http://lexvo.org/id/char/286C8> a lvont:Character ;
    lvont:represents "𨛈"^^xsd:string .

<http://lexvo.org/id/char/286C9> a lvont:Character ;
    lvont:represents "𨛉"^^xsd:string .

<http://lexvo.org/id/char/286CA> a lvont:Character ;
    lvont:represents "𨛊"^^xsd:string .

<http://lexvo.org/id/char/286CB> a lvont:Character ;
    lvont:represents "𨛋"^^xsd:string .

<http://lexvo.org/id/char/286CC> a lvont:Character ;
    lvont:represents "𨛌"^^xsd:string .

<http://lexvo.org/id/char/286CD> a lvont:Character ;
    lvont:represents "𨛍"^^xsd:string .

<http://lexvo.org/id/char/286CE> a lvont:Character ;
    lvont:represents "𨛎"^^xsd:string .

<http://lexvo.org/id/char/286CF> a lvont:Character ;
    lvont:represents "𨛏"^^xsd:string .

<http://lexvo.org/id/char/286D> a lvont:Character ;
    lvont:represents "⡭"^^xsd:string ;
    rdfs:comment "BRAILLE PATTERN DOTS-13467"@en .

<http://lexvo.org/id/char/286D0> a lvont:Character ;
    lvont:represents "𨛐"^^xsd:string .

<http://lexvo.org/id/char/286D1> a lvont:Character ;
    lvont:represents "𨛑"^^xsd:string .

<http://lexvo.org/id/char/286D2> a lvont:Character ;
    lvont:represents "𨛒"^^xsd:string .

<http://lexvo.org/id/char/286D3> a lvont:Character ;
    lvont:represents "𨛓"^^xsd:string .

<http://lexvo.org/id/char/286D4> a lvont:Character ;
    lvont:represents "𨛔"^^xsd:string .

<http://lexvo.org/id/char/286D5> a lvont:Character ;
    lvont:represents "𨛕"^^xsd:string .

<http://lexvo.org/id/char/286D6> a lvont:Character ;
    lvont:represents "𨛖"^^xsd:string .

<http://lexvo.org/id/char/286D7> a lvont:Character ;
    lvont:represents "𨛗"^^xsd:string .

<http://lexvo.org/id/char/286D8> a lvont:Character ;
    lvont:represents "𨛘"^^xsd:string .

<http://lexvo.org/id/char/286D9> a lvont:Character ;
    lvont:represents "𨛙"^^xsd:string .

<http://lexvo.org/id/char/286DA> a lvont:Character ;
    lvont:represents "𨛚"^^xsd:string .

<http://lexvo.org/id/char/286DB> a lvont:Character ;
    lvont:represents "𨛛"^^xsd:string .

<http://lexvo.org/id/char/286DC> a lvont:Character ;
    lvont:represents "𨛜"^^xsd:string .

<http://lexvo.org/id/char/286DD> a lvont:Character ;
    lvont:represents "𨛝"^^xsd:string .

<http://lexvo.org/id/char/286DE> a lvont:Character ;
    lvont:represents "𨛞"^^xsd:string .

<http://lexvo.org/id/char/286DF> a lvont:Character ;
    lvont:represents "𨛟"^^xsd:string .

<http://lexvo.org/id/char/286E> a lvont:Character ;
    lvont:represents "⡮"^^xsd:string ;
    rdfs:comment "BRAILLE PATTERN DOTS-23467"@en .

<http://lexvo.org/id/char/286E0> a lvont:Character ;
    lvont:represents "𨛠"^^xsd:string .

<http://lexvo.org/id/char/286E1> a lvont:Character ;
    lvont:represents "𨛡"^^xsd:string .

<http://lexvo.org/id/char/286E2> a lvont:Character ;
    lvont:represents "𨛢"^^xsd:string .

<http://lexvo.org/id/char/286E3> a lvont:Character ;
    lvont:represents "𨛣"^^xsd:string .

<http://lexvo.org/id/char/286E4> a lvont:Character ;
    lvont:represents "𨛤"^^xsd:string .

<http://lexvo.org/id/char/286E5> a lvont:Character ;
    lvont:represents "𨛥"^^xsd:string .

<http://lexvo.org/id/char/286E6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/qu%E1%BA%A9n>,
        "𨛦"^^xsd:string .

<http://lexvo.org/id/char/286E7> a lvont:Character ;
    lvont:represents "𨛧"^^xsd:string .

<http://lexvo.org/id/char/286E8> a lvont:Character ;
    lvont:represents "𨛨"^^xsd:string .

<http://lexvo.org/id/char/286E9> a lvont:Character ;
    lvont:represents "𨛩"^^xsd:string .

<http://lexvo.org/id/char/286EA> a lvont:Character ;
    lvont:represents "𨛪"^^xsd:string .

<http://lexvo.org/id/char/286EB> a lvont:Character ;
    lvont:represents "𨛫"^^xsd:string .

<http://lexvo.org/id/char/286EC> a lvont:Character ;
    lvont:represents "𨛬"^^xsd:string .

<http://lexvo.org/id/char/286ED> a lvont:Character ;
    lvont:represents "𨛭"^^xsd:string .

<http://lexvo.org/id/char/286EE> a lvont:Character ;
    lvont:represents "𨛮"^^xsd:string .

<http://lexvo.org/id/char/286EF> a lvont:Character ;
    lvont:represents "𨛯"^^xsd:string .

<http://lexvo.org/id/char/286F> a lvont:Character ;
    lvont:represents "⡯"^^xsd:string ;
    rdfs:comment "BRAILLE PATTERN DOTS-123467"@en .

<http://lexvo.org/id/char/286F0> a lvont:Character ;
    lvont:represents "𨛰"^^xsd:string .

<http://lexvo.org/id/char/286F1> a lvont:Character ;
    lvont:represents "𨛱"^^xsd:string .

<http://lexvo.org/id/char/286F2> a lvont:Character ;
    lvont:represents "𨛲"^^xsd:string .

<http://lexvo.org/id/char/286F3> a lvont:Character ;
    lvont:represents "𨛳"^^xsd:string .

<http://lexvo.org/id/char/286F4> a lvont:Character ;
    lvont:represents "𨛴"^^xsd:string .

<http://lexvo.org/id/char/286F5> a lvont:Character ;
    lvont:represents "𨛵"^^xsd:string .

<http://lexvo.org/id/char/286F6> a lvont:Character ;
    lvont:represents "𨛶"^^xsd:string .

<http://lexvo.org/id/char/286F7> a lvont:Character ;
    lvont:represents "𨛷"^^xsd:string .

<http://lexvo.org/id/char/286F8> a lvont:Character ;
    lvont:represents "𨛸"^^xsd:string .

<http://lexvo.org/id/char/286F9> a lvont:Character ;
    lvont:represents "𨛹"^^xsd:string .

<http://lexvo.org/id/char/286FA> a lvont:Character ;
    lvont:represents "𨛺"^^xsd:string .

<http://lexvo.org/id/char/286FB> a lvont:Character ;
    lvont:represents "𨛻"^^xsd:string .

<http://lexvo.org/id/char/286FC> a lvont:Character ;
    lvont:represents "𨛼"^^xsd:string .

<http://lexvo.org/id/char/286FD> a lvont:Character ;
    lvont:represents "𨛽"^^xsd:string .

<http://lexvo.org/id/char/286FE> a lvont:Character ;
    lvont:represents "𨛾"^^xsd:string .

<http://lexvo.org/id/char/286FF> a lvont:Character ;
    lvont:represents "𨛿"^^xsd:string .

<http://lexvo.org/id/char/2870> a lvont:Character ;
    lvont:represents "⡰"^^xsd:string ;
    rdfs:comment "BRAILLE PATTERN DOTS-567"@en .

<http://lexvo.org/id/char/28700> a lvont:Character ;
    lvont:represents "𨜀"^^xsd:string .

<http://lexvo.org/id/char/28701> a lvont:Character ;
    lvont:represents "𨜁"^^xsd:string .

<http://lexvo.org/id/char/28702> a lvont:Character ;
    lvont:represents "𨜂"^^xsd:string .

<http://lexvo.org/id/char/28703> a lvont:Character ;
    lvont:represents "𨜃"^^xsd:string .

<http://lexvo.org/id/char/28704> a lvont:Character ;
    lvont:represents "𨜄"^^xsd:string .

<http://lexvo.org/id/char/28705> a lvont:Character ;
    lvont:represents "𨜅"^^xsd:string .

<http://lexvo.org/id/char/28706> a lvont:Character ;
    lvont:represents "𨜆"^^xsd:string .

<http://lexvo.org/id/char/28707> a lvont:Character ;
    lvont:represents "𨜇"^^xsd:string .

<http://lexvo.org/id/char/28708> a lvont:Character ;
    lvont:represents "𨜈"^^xsd:string .

<http://lexvo.org/id/char/28709> a lvont:Character ;
    lvont:represents "𨜉"^^xsd:string .

<http://lexvo.org/id/char/2870A> a lvont:Character ;
    lvont:represents "𨜊"^^xsd:string .

<http://lexvo.org/id/char/2870B> a lvont:Character ;
    lvont:represents "𨜋"^^xsd:string .

<http://lexvo.org/id/char/2870C> a lvont:Character ;
    lvont:represents "𨜌"^^xsd:string .

<http://lexvo.org/id/char/2870D> a lvont:Character ;
    lvont:represents "𨜍"^^xsd:string .

<http://lexvo.org/id/char/2870E> a lvont:Character ;
    lvont:represents "𨜎"^^xsd:string .

<http://lexvo.org/id/char/2870F> a lvont:Character ;
    lvont:represents "𨜏"^^xsd:string .

<http://lexvo.org/id/char/2871> a lvont:Character ;
    lvont:represents "⡱"^^xsd:string ;
    rdfs:comment "BRAILLE PATTERN DOTS-1567"@en .

<http://lexvo.org/id/char/28710> a lvont:Character ;
    lvont:represents "𨜐"^^xsd:string .

<http://lexvo.org/id/char/28711> a lvont:Character ;
    lvont:represents "𨜑"^^xsd:string .

<http://lexvo.org/id/char/28712> a lvont:Character ;
    lvont:represents "𨜒"^^xsd:string .

<http://lexvo.org/id/char/28713> a lvont:Character ;
    lvont:represents "𨜓"^^xsd:string .

<http://lexvo.org/id/char/28714> a lvont:Character ;
    lvont:represents "𨜔"^^xsd:string .

<http://lexvo.org/id/char/28715> a lvont:Character ;
    lvont:represents "𨜕"^^xsd:string .

<http://lexvo.org/id/char/28716> a lvont:Character ;
    lvont:represents "𨜖"^^xsd:string .

<http://lexvo.org/id/char/28717> a lvont:Character ;
    lvont:represents "𨜗"^^xsd:string .

<http://lexvo.org/id/char/28718> a lvont:Character ;
    lvont:represents "𨜘"^^xsd:string .

<http://lexvo.org/id/char/28719> a lvont:Character ;
    lvont:represents "𨜙"^^xsd:string .

<http://lexvo.org/id/char/2871A> a lvont:Character ;
    lvont:represents "𨜚"^^xsd:string .

<http://lexvo.org/id/char/2871B> a lvont:Character ;
    lvont:represents "𨜛"^^xsd:string .

<http://lexvo.org/id/char/2871C> a lvont:Character ;
    lvont:represents "𨜜"^^xsd:string .

<http://lexvo.org/id/char/2871D> a lvont:Character ;
    lvont:represents "𨜝"^^xsd:string .

<http://lexvo.org/id/char/2871E> a lvont:Character ;
    lvont:represents "𨜞"^^xsd:string .

<http://lexvo.org/id/char/2871F> a lvont:Character ;
    lvont:represents "𨜟"^^xsd:string .

<http://lexvo.org/id/char/2872> a lvont:Character ;
    lvont:represents "⡲"^^xsd:string ;
    rdfs:comment "BRAILLE PATTERN DOTS-2567"@en .

<http://lexvo.org/id/char/28720> a lvont:Character ;
    lvont:represents "𨜠"^^xsd:string .

<http://lexvo.org/id/char/28721> a lvont:Character ;
    lvont:represents "𨜡"^^xsd:string .

<http://lexvo.org/id/char/28722> a lvont:Character ;
    lvont:represents "𨜢"^^xsd:string .

<http://lexvo.org/id/char/28723> a lvont:Character ;
    lvont:represents "𨜣"^^xsd:string .

<http://lexvo.org/id/char/28724> a lvont:Character ;
    lvont:represents "𨜤"^^xsd:string .

<http://lexvo.org/id/char/28725> a lvont:Character ;
    lvont:represents "𨜥"^^xsd:string .

<http://lexvo.org/id/char/28726> a lvont:Character ;
    lvont:represents "𨜦"^^xsd:string .

<http://lexvo.org/id/char/28727> a lvont:Character ;
    lvont:represents "𨜧"^^xsd:string .

<http://lexvo.org/id/char/28728> a lvont:Character ;
    lvont:represents "𨜨"^^xsd:string .

<http://lexvo.org/id/char/28729> a lvont:Character ;
    lvont:represents "𨜩"^^xsd:string .

<http://lexvo.org/id/char/2872A> a lvont:Character ;
    lvont:represents "𨜪"^^xsd:string .

<http://lexvo.org/id/char/2872B> a lvont:Character ;
    lvont:represents "𨜫"^^xsd:string .

<http://lexvo.org/id/char/2872C> a lvont:Character ;
    lvont:represents "𨜬"^^xsd:string .

<http://lexvo.org/id/char/2872D> a lvont:Character ;
    lvont:represents "𨜭"^^xsd:string .

<http://lexvo.org/id/char/2872E> a lvont:Character ;
    lvont:represents "𨜮"^^xsd:string .

<http://lexvo.org/id/char/2872F> a lvont:Character ;
    lvont:represents "𨜯"^^xsd:string .

<http://lexvo.org/id/char/2873> a lvont:Character ;
    lvont:represents "⡳"^^xsd:string ;
    rdfs:comment "BRAILLE PATTERN DOTS-12567"@en .

<http://lexvo.org/id/char/28730> a lvont:Character ;
    lvont:represents "𨜰"^^xsd:string .

<http://lexvo.org/id/char/28731> a lvont:Character ;
    lvont:represents "𨜱"^^xsd:string .

<http://lexvo.org/id/char/28732> a lvont:Character ;
    lvont:represents "𨜲"^^xsd:string .

<http://lexvo.org/id/char/28733> a lvont:Character ;
    lvont:represents "𨜳"^^xsd:string .

<http://lexvo.org/id/char/28734> a lvont:Character ;
    lvont:represents "𨜴"^^xsd:string .

<http://lexvo.org/id/char/28735> a lvont:Character ;
    lvont:represents "𨜵"^^xsd:string .

<http://lexvo.org/id/char/28736> a lvont:Character ;
    lvont:represents "𨜶"^^xsd:string .

<http://lexvo.org/id/char/28737> a lvont:Character ;
    lvont:represents "𨜷"^^xsd:string .

<http://lexvo.org/id/char/28738> a lvont:Character ;
    lvont:represents "𨜸"^^xsd:string .

<http://lexvo.org/id/char/28739> a lvont:Character ;
    lvont:represents "𨜹"^^xsd:string .

<http://lexvo.org/id/char/2873A> a lvont:Character ;
    lvont:represents "𨜺"^^xsd:string .

<http://lexvo.org/id/char/2873B> a lvont:Character ;
    lvont:represents "𨜻"^^xsd:string .

<http://lexvo.org/id/char/2873C> a lvont:Character ;
    lvont:represents "𨜼"^^xsd:string .

<http://lexvo.org/id/char/2873D> a lvont:Character ;
    lvont:represents "𨜽"^^xsd:string .

<http://lexvo.org/id/char/2873E> a lvont:Character ;
    lvont:represents "𨜾"^^xsd:string .

<http://lexvo.org/id/char/2873F> a lvont:Character ;
    lvont:represents "𨜿"^^xsd:string .

<http://lexvo.org/id/char/2874> a lvont:Character ;
    lvont:represents "⡴"^^xsd:string ;
    rdfs:comment "BRAILLE PATTERN DOTS-3567"@en .

<http://lexvo.org/id/char/28740> a lvont:Character ;
    lvont:represents "𨝀"^^xsd:string .

<http://lexvo.org/id/char/28741> a lvont:Character ;
    lvont:represents "𨝁"^^xsd:string .

<http://lexvo.org/id/char/28742> a lvont:Character ;
    lvont:represents "𨝂"^^xsd:string .

<http://lexvo.org/id/char/28743> a lvont:Character ;
    lvont:represents "𨝃"^^xsd:string .

<http://lexvo.org/id/char/28744> a lvont:Character ;
    lvont:represents "𨝄"^^xsd:string .

<http://lexvo.org/id/char/28745> a lvont:Character ;
    lvont:represents "𨝅"^^xsd:string .

<http://lexvo.org/id/char/28746> a lvont:Character ;
    lvont:represents "𨝆"^^xsd:string .

<http://lexvo.org/id/char/28747> a lvont:Character ;
    lvont:represents "𨝇"^^xsd:string .

<http://lexvo.org/id/char/28748> a lvont:Character ;
    lvont:represents "𨝈"^^xsd:string .

<http://lexvo.org/id/char/28749> a lvont:Character ;
    lvont:represents "𨝉"^^xsd:string .

<http://lexvo.org/id/char/2874A> a lvont:Character ;
    lvont:represents "𨝊"^^xsd:string .

<http://lexvo.org/id/char/2874B> a lvont:Character ;
    lvont:represents "𨝋"^^xsd:string .

<http://lexvo.org/id/char/2874C> a lvont:Character ;
    lvont:represents "𨝌"^^xsd:string .

<http://lexvo.org/id/char/2874D> a lvont:Character ;
    lvont:represents "𨝍"^^xsd:string .

<http://lexvo.org/id/char/2874E> a lvont:Character ;
    lvont:represents "𨝎"^^xsd:string .

<http://lexvo.org/id/char/2874F> a lvont:Character ;
    lvont:represents "𨝏"^^xsd:string .

<http://lexvo.org/id/char/2875> a lvont:Character ;
    lvont:represents "⡵"^^xsd:string ;
    rdfs:comment "BRAILLE PATTERN DOTS-13567"@en .

<http://lexvo.org/id/char/28750> a lvont:Character ;
    lvont:represents "𨝐"^^xsd:string .

<http://lexvo.org/id/char/28751> a lvont:Character ;
    lvont:represents "𨝑"^^xsd:string .

<http://lexvo.org/id/char/28752> a lvont:Character ;
    lvont:represents "𨝒"^^xsd:string .

<http://lexvo.org/id/char/28753> a lvont:Character ;
    lvont:represents "𨝓"^^xsd:string .

<http://lexvo.org/id/char/28754> a lvont:Character ;
    lvont:represents "𨝔"^^xsd:string .

<http://lexvo.org/id/char/28755> a lvont:Character ;
    lvont:represents "𨝕"^^xsd:string .

<http://lexvo.org/id/char/28756> a lvont:Character ;
    lvont:represents "𨝖"^^xsd:string .

<http://lexvo.org/id/char/28757> a lvont:Character ;
    lvont:represents "𨝗"^^xsd:string .

<http://lexvo.org/id/char/28758> a lvont:Character ;
    lvont:represents "𨝘"^^xsd:string .

<http://lexvo.org/id/char/28759> a lvont:Character ;
    lvont:represents "𨝙"^^xsd:string .

<http://lexvo.org/id/char/2875A> a lvont:Character ;
    lvont:represents "𨝚"^^xsd:string .

<http://lexvo.org/id/char/2875B> a lvont:Character ;
    lvont:represents "𨝛"^^xsd:string .

<http://lexvo.org/id/char/2875C> a lvont:Character ;
    lvont:represents "𨝜"^^xsd:string .

<http://lexvo.org/id/char/2875D> a lvont:Character ;
    lvont:represents "𨝝"^^xsd:string .

<http://lexvo.org/id/char/2875E> a lvont:Character ;
    lvont:represents "𨝞"^^xsd:string .

<http://lexvo.org/id/char/2875F> a lvont:Character ;
    lvont:represents "𨝟"^^xsd:string .

<http://lexvo.org/id/char/2876> a lvont:Character ;
    lvont:represents "⡶"^^xsd:string ;
    rdfs:comment "BRAILLE PATTERN DOTS-23567"@en .

<http://lexvo.org/id/char/28760> a lvont:Character ;
    lvont:represents "𨝠"^^xsd:string .

<http://lexvo.org/id/char/28761> a lvont:Character ;
    lvont:represents "𨝡"^^xsd:string .

<http://lexvo.org/id/char/28762> a lvont:Character ;
    lvont:represents "𨝢"^^xsd:string .

<http://lexvo.org/id/char/28763> a lvont:Character ;
    lvont:represents "𨝣"^^xsd:string .

<http://lexvo.org/id/char/28764> a lvont:Character ;
    lvont:represents "𨝤"^^xsd:string .

<http://lexvo.org/id/char/28765> a lvont:Character ;
    lvont:represents "𨝥"^^xsd:string .

<http://lexvo.org/id/char/28766> a lvont:Character ;
    lvont:represents "𨝦"^^xsd:string .

<http://lexvo.org/id/char/28767> a lvont:Character ;
    lvont:represents "𨝧"^^xsd:string .

<http://lexvo.org/id/char/28768> a lvont:Character ;
    lvont:represents "𨝨"^^xsd:string .

<http://lexvo.org/id/char/28769> a lvont:Character ;
    lvont:represents "𨝩"^^xsd:string .

<http://lexvo.org/id/char/2876A> a lvont:Character ;
    lvont:represents "𨝪"^^xsd:string .

<http://lexvo.org/id/char/2876B> a lvont:Character ;
    lvont:represents "𨝫"^^xsd:string .

<http://lexvo.org/id/char/2876C> a lvont:Character ;
    lvont:represents "𨝬"^^xsd:string .

<http://lexvo.org/id/char/2876D> a lvont:Character ;
    lvont:represents "𨝭"^^xsd:string .

<http://lexvo.org/id/char/2876E> a lvont:Character ;
    lvont:represents "𨝮"^^xsd:string .

<http://lexvo.org/id/char/2876F> a lvont:Character ;
    lvont:represents "𨝯"^^xsd:string .

<http://lexvo.org/id/char/2877> a lvont:Character ;
    lvont:represents "⡷"^^xsd:string ;
    rdfs:comment "BRAILLE PATTERN DOTS-123567"@en .

<http://lexvo.org/id/char/28770> a lvont:Character ;
    lvont:represents "𨝰"^^xsd:string .

<http://lexvo.org/id/char/28771> a lvont:Character ;
    lvont:represents "𨝱"^^xsd:string .

<http://lexvo.org/id/char/28772> a lvont:Character ;
    lvont:represents "𨝲"^^xsd:string .

<http://lexvo.org/id/char/28773> a lvont:Character ;
    lvont:represents "𨝳"^^xsd:string .

<http://lexvo.org/id/char/28774> a lvont:Character ;
    lvont:represents "𨝴"^^xsd:string .

<http://lexvo.org/id/char/28775> a lvont:Character ;
    lvont:represents "𨝵"^^xsd:string .

<http://lexvo.org/id/char/28776> a lvont:Character ;
    lvont:represents "𨝶"^^xsd:string .

<http://lexvo.org/id/char/28777> a lvont:Character ;
    lvont:represents "𨝷"^^xsd:string .

<http://lexvo.org/id/char/28778> a lvont:Character ;
    lvont:represents "𨝸"^^xsd:string .

<http://lexvo.org/id/char/28779> a lvont:Character ;
    lvont:represents "𨝹"^^xsd:string .

<http://lexvo.org/id/char/2877A> a lvont:Character ;
    lvont:represents "𨝺"^^xsd:string .

<http://lexvo.org/id/char/2877B> a lvont:Character ;
    lvont:represents "𨝻"^^xsd:string .

<http://lexvo.org/id/char/2877C> a lvont:Character ;
    lvont:represents "𨝼"^^xsd:string .

<http://lexvo.org/id/char/2877D> a lvont:Character ;
    lvont:represents "𨝽"^^xsd:string .

<http://lexvo.org/id/char/2877E> a lvont:Character ;
    lvont:represents "𨝾"^^xsd:string .

<http://lexvo.org/id/char/2877F> a lvont:Character ;
    lvont:represents "𨝿"^^xsd:string .

<http://lexvo.org/id/char/2878> a lvont:Character ;
    lvont:represents "⡸"^^xsd:string ;
    rdfs:comment "BRAILLE PATTERN DOTS-4567"@en .

<http://lexvo.org/id/char/28780> a lvont:Character ;
    lvont:represents "𨞀"^^xsd:string .

<http://lexvo.org/id/char/28781> a lvont:Character ;
    lvont:represents "𨞁"^^xsd:string .

<http://lexvo.org/id/char/28782> a lvont:Character ;
    lvont:represents "𨞂"^^xsd:string .

<http://lexvo.org/id/char/28783> a lvont:Character ;
    lvont:represents "𨞃"^^xsd:string .

<http://lexvo.org/id/char/28784> a lvont:Character ;
    lvont:represents "𨞄"^^xsd:string .

<http://lexvo.org/id/char/28785> a lvont:Character ;
    lvont:represents "𨞅"^^xsd:string .

<http://lexvo.org/id/char/28786> a lvont:Character ;
    lvont:represents "𨞆"^^xsd:string .

<http://lexvo.org/id/char/28787> a lvont:Character ;
    lvont:represents "𨞇"^^xsd:string .

<http://lexvo.org/id/char/28788> a lvont:Character ;
    lvont:represents "𨞈"^^xsd:string .

<http://lexvo.org/id/char/28789> a lvont:Character ;
    lvont:represents "𨞉"^^xsd:string .

<http://lexvo.org/id/char/2878A> a lvont:Character ;
    lvont:represents "𨞊"^^xsd:string .

<http://lexvo.org/id/char/2878B> a lvont:Character ;
    lvont:represents "𨞋"^^xsd:string .

<http://lexvo.org/id/char/2878C> a lvont:Character ;
    lvont:represents "𨞌"^^xsd:string .

<http://lexvo.org/id/char/2878D> a lvont:Character ;
    lvont:represents "𨞍"^^xsd:string .

<http://lexvo.org/id/char/2878E> a lvont:Character ;
    lvont:represents "𨞎"^^xsd:string .

<http://lexvo.org/id/char/2878F> a lvont:Character ;
    lvont:represents "𨞏"^^xsd:string .

<http://lexvo.org/id/char/2879> a lvont:Character ;
    lvont:represents "⡹"^^xsd:string ;
    rdfs:comment "BRAILLE PATTERN DOTS-14567"@en .

<http://lexvo.org/id/char/28790> a lvont:Character ;
    lvont:represents "𨞐"^^xsd:string .

<http://lexvo.org/id/char/28791> a lvont:Character ;
    lvont:represents "𨞑"^^xsd:string .

<http://lexvo.org/id/char/28792> a lvont:Character ;
    lvont:represents "𨞒"^^xsd:string .

<http://lexvo.org/id/char/28793> a lvont:Character ;
    lvont:represents "𨞓"^^xsd:string .

<http://lexvo.org/id/char/28794> a lvont:Character ;
    lvont:represents "𨞔"^^xsd:string .

<http://lexvo.org/id/char/28795> a lvont:Character ;
    lvont:represents "𨞕"^^xsd:string .

<http://lexvo.org/id/char/28796> a lvont:Character ;
    lvont:represents "𨞖"^^xsd:string .

<http://lexvo.org/id/char/28797> a lvont:Character ;
    lvont:represents "𨞗"^^xsd:string .

<http://lexvo.org/id/char/28798> a lvont:Character ;
    lvont:represents "𨞘"^^xsd:string .

<http://lexvo.org/id/char/28799> a lvont:Character ;
    lvont:represents "𨞙"^^xsd:string .

<http://lexvo.org/id/char/2879A> a lvont:Character ;
    lvont:represents "𨞚"^^xsd:string .

<http://lexvo.org/id/char/2879B> a lvont:Character ;
    lvont:represents "𨞛"^^xsd:string .

<http://lexvo.org/id/char/2879C> a lvont:Character ;
    lvont:represents "𨞜"^^xsd:string .

<http://lexvo.org/id/char/2879D> a lvont:Character ;
    lvont:represents "𨞝"^^xsd:string .

<http://lexvo.org/id/char/2879E> a lvont:Character ;
    lvont:represents "𨞞"^^xsd:string .

<http://lexvo.org/id/char/2879F> a lvont:Character ;
    lvont:represents "𨞟"^^xsd:string .

<http://lexvo.org/id/char/287A> a lvont:Character ;
    lvont:represents "⡺"^^xsd:string ;
    rdfs:comment "BRAILLE PATTERN DOTS-24567"@en .

<http://lexvo.org/id/char/287A0> a lvont:Character ;
    lvont:represents "𨞠"^^xsd:string .

<http://lexvo.org/id/char/287A1> a lvont:Character ;
    lvont:represents "𨞡"^^xsd:string .

<http://lexvo.org/id/char/287A2> a lvont:Character ;
    lvont:represents "𨞢"^^xsd:string .

<http://lexvo.org/id/char/287A3> a lvont:Character ;
    lvont:represents "𨞣"^^xsd:string .

<http://lexvo.org/id/char/287A4> a lvont:Character ;
    lvont:represents "𨞤"^^xsd:string .

<http://lexvo.org/id/char/287A5> a lvont:Character ;
    lvont:represents "𨞥"^^xsd:string .

<http://lexvo.org/id/char/287A6> a lvont:Character ;
    lvont:represents "𨞦"^^xsd:string .

<http://lexvo.org/id/char/287A7> a lvont:Character ;
    lvont:represents "𨞧"^^xsd:string .

<http://lexvo.org/id/char/287A8> a lvont:Character ;
    lvont:represents "𨞨"^^xsd:string .

<http://lexvo.org/id/char/287A9> a lvont:Character ;
    lvont:represents "𨞩"^^xsd:string .

<http://lexvo.org/id/char/287AA> a lvont:Character ;
    lvont:represents "𨞪"^^xsd:string .

<http://lexvo.org/id/char/287AB> a lvont:Character ;
    lvont:represents "𨞫"^^xsd:string .

<http://lexvo.org/id/char/287AC> a lvont:Character ;
    lvont:represents "𨞬"^^xsd:string .

<http://lexvo.org/id/char/287AD> a lvont:Character ;
    lvont:represents "𨞭"^^xsd:string .

<http://lexvo.org/id/char/287AE> a lvont:Character ;
    lvont:represents "𨞮"^^xsd:string .

<http://lexvo.org/id/char/287AF> a lvont:Character ;
    lvont:represents "𨞯"^^xsd:string .

<http://lexvo.org/id/char/287B> a lvont:Character ;
    lvont:represents "⡻"^^xsd:string ;
    rdfs:comment "BRAILLE PATTERN DOTS-124567"@en .

<http://lexvo.org/id/char/287B0> a lvont:Character ;
    lvont:represents "𨞰"^^xsd:string .

<http://lexvo.org/id/char/287B1> a lvont:Character ;
    lvont:represents "𨞱"^^xsd:string .

<http://lexvo.org/id/char/287B2> a lvont:Character ;
    lvont:represents "𨞲"^^xsd:string .

<http://lexvo.org/id/char/287B3> a lvont:Character ;
    lvont:represents "𨞳"^^xsd:string .

<http://lexvo.org/id/char/287B4> a lvont:Character ;
    lvont:represents "𨞴"^^xsd:string .

<http://lexvo.org/id/char/287B5> a lvont:Character ;
    lvont:represents "𨞵"^^xsd:string .

<http://lexvo.org/id/char/287B6> a lvont:Character ;
    lvont:represents "𨞶"^^xsd:string .

<http://lexvo.org/id/char/287B7> a lvont:Character ;
    lvont:represents "𨞷"^^xsd:string .

<http://lexvo.org/id/char/287B8> a lvont:Character ;
    lvont:represents "𨞸"^^xsd:string .

<http://lexvo.org/id/char/287B9> a lvont:Character ;
    lvont:represents "𨞹"^^xsd:string .

<http://lexvo.org/id/char/287BA> a lvont:Character ;
    lvont:represents "𨞺"^^xsd:string .

<http://lexvo.org/id/char/287BB> a lvont:Character ;
    lvont:represents "𨞻"^^xsd:string .

<http://lexvo.org/id/char/287BC> a lvont:Character ;
    lvont:represents "𨞼"^^xsd:string .

<http://lexvo.org/id/char/287BD> a lvont:Character ;
    lvont:represents "𨞽"^^xsd:string .

<http://lexvo.org/id/char/287BE> a lvont:Character ;
    lvont:represents "𨞾"^^xsd:string .

<http://lexvo.org/id/char/287BF> a lvont:Character ;
    lvont:represents "𨞿"^^xsd:string .

<http://lexvo.org/id/char/287C> a lvont:Character ;
    lvont:represents "⡼"^^xsd:string ;
    rdfs:comment "BRAILLE PATTERN DOTS-34567"@en .

<http://lexvo.org/id/char/287C0> a lvont:Character ;
    lvont:represents "𨟀"^^xsd:string .

<http://lexvo.org/id/char/287C1> a lvont:Character ;
    lvont:represents "𨟁"^^xsd:string .

<http://lexvo.org/id/char/287C2> a lvont:Character ;
    lvont:represents "𨟂"^^xsd:string .

<http://lexvo.org/id/char/287C3> a lvont:Character ;
    lvont:represents "𨟃"^^xsd:string .

<http://lexvo.org/id/char/287C4> a lvont:Character ;
    lvont:represents "𨟄"^^xsd:string .

<http://lexvo.org/id/char/287C5> a lvont:Character ;
    lvont:represents "𨟅"^^xsd:string .

<http://lexvo.org/id/char/287C6> a lvont:Character ;
    lvont:represents "𨟆"^^xsd:string .

<http://lexvo.org/id/char/287C7> a lvont:Character ;
    lvont:represents "𨟇"^^xsd:string .

<http://lexvo.org/id/char/287C8> a lvont:Character ;
    lvont:represents "𨟈"^^xsd:string .

<http://lexvo.org/id/char/287C9> a lvont:Character ;
    lvont:represents "𨟉"^^xsd:string .

<http://lexvo.org/id/char/287CA> a lvont:Character ;
    lvont:represents "𨟊"^^xsd:string .

<http://lexvo.org/id/char/287CB> a lvont:Character ;
    lvont:represents "𨟋"^^xsd:string .

<http://lexvo.org/id/char/287CC> a lvont:Character ;
    lvont:represents "𨟌"^^xsd:string .

<http://lexvo.org/id/char/287CD> a lvont:Character ;
    lvont:represents "𨟍"^^xsd:string .

<http://lexvo.org/id/char/287CE> a lvont:Character ;
    lvont:represents "𨟎"^^xsd:string .

<http://lexvo.org/id/char/287CF> a lvont:Character ;
    lvont:represents "𨟏"^^xsd:string .

<http://lexvo.org/id/char/287D> a lvont:Character ;
    lvont:represents "⡽"^^xsd:string ;
    rdfs:comment "BRAILLE PATTERN DOTS-134567"@en .

<http://lexvo.org/id/char/287D0> a lvont:Character ;
    lvont:represents "𨟐"^^xsd:string .

<http://lexvo.org/id/char/287D1> a lvont:Character ;
    lvont:represents "𨟑"^^xsd:string .

<http://lexvo.org/id/char/287D2> a lvont:Character ;
    lvont:represents "𨟒"^^xsd:string .

<http://lexvo.org/id/char/287D3> a lvont:Character ;
    lvont:represents "𨟓"^^xsd:string .

<http://lexvo.org/id/char/287D4> a lvont:Character ;
    lvont:represents "𨟔"^^xsd:string .

<http://lexvo.org/id/char/287D5> a lvont:Character ;
    lvont:represents "𨟕"^^xsd:string .

<http://lexvo.org/id/char/287D6> a lvont:Character ;
    lvont:represents "𨟖"^^xsd:string .

<http://lexvo.org/id/char/287D7> a lvont:Character ;
    lvont:represents "𨟗"^^xsd:string .

<http://lexvo.org/id/char/287D8> a lvont:Character ;
    lvont:represents "𨟘"^^xsd:string .

<http://lexvo.org/id/char/287D9> a lvont:Character ;
    lvont:represents "𨟙"^^xsd:string .

<http://lexvo.org/id/char/287DA> a lvont:Character ;
    lvont:represents "𨟚"^^xsd:string .

<http://lexvo.org/id/char/287DB> a lvont:Character ;
    lvont:represents "𨟛"^^xsd:string .

<http://lexvo.org/id/char/287DC> a lvont:Character ;
    lvont:represents "𨟜"^^xsd:string .

<http://lexvo.org/id/char/287DD> a lvont:Character ;
    lvont:represents "𨟝"^^xsd:string .

<http://lexvo.org/id/char/287DE> a lvont:Character ;
    lvont:represents "𨟞"^^xsd:string .

<http://lexvo.org/id/char/287DF> a lvont:Character ;
    lvont:represents "𨟟"^^xsd:string .

<http://lexvo.org/id/char/287E> a lvont:Character ;
    lvont:represents "⡾"^^xsd:string ;
    rdfs:comment "BRAILLE PATTERN DOTS-234567"@en .

<http://lexvo.org/id/char/287E0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/qu%C4%81n>,
        "𨟠"^^xsd:string .

<http://lexvo.org/id/char/287E1> a lvont:Character ;
    lvont:represents "𨟡"^^xsd:string .

<http://lexvo.org/id/char/287E2> a lvont:Character ;
    lvont:represents "𨟢"^^xsd:string .

<http://lexvo.org/id/char/287E3> a lvont:Character ;
    lvont:represents "𨟣"^^xsd:string .

<http://lexvo.org/id/char/287E4> a lvont:Character ;
    lvont:represents "𨟤"^^xsd:string .

<http://lexvo.org/id/char/287E5> a lvont:Character ;
    lvont:represents "𨟥"^^xsd:string .

<http://lexvo.org/id/char/287E6> a lvont:Character ;
    lvont:represents "𨟦"^^xsd:string .

<http://lexvo.org/id/char/287E7> a lvont:Character ;
    lvont:represents "𨟧"^^xsd:string .

<http://lexvo.org/id/char/287E8> a lvont:Character ;
    lvont:represents "𨟨"^^xsd:string .

<http://lexvo.org/id/char/287E9> a lvont:Character ;
    lvont:represents "𨟩"^^xsd:string .

<http://lexvo.org/id/char/287EA> a lvont:Character ;
    lvont:represents "𨟪"^^xsd:string .

<http://lexvo.org/id/char/287EB> a lvont:Character ;
    lvont:represents "𨟫"^^xsd:string .

<http://lexvo.org/id/char/287EC> a lvont:Character ;
    lvont:represents "𨟬"^^xsd:string .

<http://lexvo.org/id/char/287ED> a lvont:Character ;
    lvont:represents "𨟭"^^xsd:string .

<http://lexvo.org/id/char/287EE> a lvont:Character ;
    lvont:represents "𨟮"^^xsd:string .

<http://lexvo.org/id/char/287EF> a lvont:Character ;
    lvont:represents "𨟯"^^xsd:string .

<http://lexvo.org/id/char/287F> a lvont:Character ;
    lvont:represents "⡿"^^xsd:string ;
    rdfs:comment "BRAILLE PATTERN DOTS-1234567"@en .

<http://lexvo.org/id/char/287F0> a lvont:Character ;
    lvont:represents "𨟰"^^xsd:string .

<http://lexvo.org/id/char/287F1> a lvont:Character ;
    lvont:represents "𨟱"^^xsd:string .

<http://lexvo.org/id/char/287F2> a lvont:Character ;
    lvont:represents "𨟲"^^xsd:string .

<http://lexvo.org/id/char/287F3> a lvont:Character ;
    lvont:represents "𨟳"^^xsd:string .

<http://lexvo.org/id/char/287F4> a lvont:Character ;
    lvont:represents "𨟴"^^xsd:string .

<http://lexvo.org/id/char/287F5> a lvont:Character ;
    lvont:represents "𨟵"^^xsd:string .

<http://lexvo.org/id/char/287F6> a lvont:Character ;
    lvont:represents "𨟶"^^xsd:string .

<http://lexvo.org/id/char/287F7> a lvont:Character ;
    lvont:represents "𨟷"^^xsd:string .

<http://lexvo.org/id/char/287F8> a lvont:Character ;
    lvont:represents "𨟸"^^xsd:string .

<http://lexvo.org/id/char/287F9> a lvont:Character ;
    lvont:represents "𨟹"^^xsd:string .

<http://lexvo.org/id/char/287FA> a lvont:Character ;
    lvont:represents "𨟺"^^xsd:string .

<http://lexvo.org/id/char/287FB> a lvont:Character ;
    lvont:represents "𨟻"^^xsd:string .

<http://lexvo.org/id/char/287FC> a lvont:Character ;
    lvont:represents "𨟼"^^xsd:string .

<http://lexvo.org/id/char/287FD> a lvont:Character ;
    lvont:represents "𨟽"^^xsd:string .

<http://lexvo.org/id/char/287FE> a lvont:Character ;
    lvont:represents "𨟾"^^xsd:string .

<http://lexvo.org/id/char/287FF> a lvont:Character ;
    lvont:represents "𨟿"^^xsd:string .

<http://lexvo.org/id/char/2880> a lvont:Character ;
    lvont:represents "⢀"^^xsd:string ;
    rdfs:comment "BRAILLE PATTERN DOTS-8"@en .

<http://lexvo.org/id/char/28800> a lvont:Character ;
    lvont:represents "𨠀"^^xsd:string .

<http://lexvo.org/id/char/28801> a lvont:Character ;
    lvont:represents "𨠁"^^xsd:string .

<http://lexvo.org/id/char/28802> a lvont:Character ;
    lvont:represents "𨠂"^^xsd:string .

<http://lexvo.org/id/char/28803> a lvont:Character ;
    lvont:represents "𨠃"^^xsd:string .

<http://lexvo.org/id/char/28804> a lvont:Character ;
    lvont:represents "𨠄"^^xsd:string .

<http://lexvo.org/id/char/28805> a lvont:Character ;
    lvont:represents "𨠅"^^xsd:string .

<http://lexvo.org/id/char/28806> a lvont:Character ;
    lvont:represents "𨠆"^^xsd:string .

<http://lexvo.org/id/char/28807> a lvont:Character ;
    lvont:represents "𨠇"^^xsd:string .

<http://lexvo.org/id/char/28808> a lvont:Character ;
    lvont:represents "𨠈"^^xsd:string .

<http://lexvo.org/id/char/28809> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/t%C4%83m>,
        "𨠉"^^xsd:string .

<http://lexvo.org/id/char/2880A> a lvont:Character ;
    lvont:represents "𨠊"^^xsd:string .

<http://lexvo.org/id/char/2880B> a lvont:Character ;
    lvont:represents "𨠋"^^xsd:string .

<http://lexvo.org/id/char/2880C> a lvont:Character ;
    lvont:represents "𨠌"^^xsd:string .

<http://lexvo.org/id/char/2880D> a lvont:Character ;
    lvont:represents "𨠍"^^xsd:string .

<http://lexvo.org/id/char/2880E> a lvont:Character ;
    lvont:represents "𨠎"^^xsd:string .

<http://lexvo.org/id/char/2880F> a lvont:Character ;
    lvont:represents "𨠏"^^xsd:string .

<http://lexvo.org/id/char/2881> a lvont:Character ;
    lvont:represents "⢁"^^xsd:string ;
    rdfs:comment "BRAILLE PATTERN DOTS-18"@en .

<http://lexvo.org/id/char/28810> a lvont:Character ;
    lvont:represents "𨠐"^^xsd:string .

<http://lexvo.org/id/char/28811> a lvont:Character ;
    lvont:represents "𨠑"^^xsd:string .

<http://lexvo.org/id/char/28812> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/faan5>,
        <http://lexvo.org/id/term/yue/%F0%A8%A0%92>,
        "𨠒"^^xsd:string .

<http://lexvo.org/id/char/28813> a lvont:Character ;
    lvont:represents "𨠓"^^xsd:string .

<http://lexvo.org/id/char/28814> a lvont:Character ;
    lvont:represents "𨠔"^^xsd:string .

<http://lexvo.org/id/char/28815> a lvont:Character ;
    lvont:represents "𨠕"^^xsd:string .

<http://lexvo.org/id/char/28816> a lvont:Character ;
    lvont:represents "𨠖"^^xsd:string .

<http://lexvo.org/id/char/28817> a lvont:Character ;
    lvont:represents "𨠗"^^xsd:string .

<http://lexvo.org/id/char/28818> a lvont:Character ;
    lvont:represents "𨠘"^^xsd:string .

<http://lexvo.org/id/char/28819> a lvont:Character ;
    lvont:represents "𨠙"^^xsd:string .

<http://lexvo.org/id/char/2881A> a lvont:Character ;
    lvont:represents "𨠚"^^xsd:string .

<http://lexvo.org/id/char/2881B> a lvont:Character ;
    lvont:represents "𨠛"^^xsd:string .

<http://lexvo.org/id/char/2881C> a lvont:Character ;
    lvont:represents "𨠜"^^xsd:string .

<http://lexvo.org/id/char/2881D> a lvont:Character ;
    lvont:represents "𨠝"^^xsd:string .

<http://lexvo.org/id/char/2881E> a lvont:Character ;
    lvont:represents "𨠞"^^xsd:string .

<http://lexvo.org/id/char/2881F> a lvont:Character ;
    lvont:represents "𨠟"^^xsd:string .

<http://lexvo.org/id/char/2882> a lvont:Character ;
    lvont:represents "⢂"^^xsd:string ;
    rdfs:comment "BRAILLE PATTERN DOTS-28"@en .

<http://lexvo.org/id/char/28820> a lvont:Character ;
    lvont:represents "𨠠"^^xsd:string .

<http://lexvo.org/id/char/28821> a lvont:Character ;
    lvont:represents "𨠡"^^xsd:string .

<http://lexvo.org/id/char/28822> a lvont:Character ;
    lvont:represents "𨠢"^^xsd:string .

<http://lexvo.org/id/char/28823> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/chu%E1%BA%BFnh>,
        "𨠣"^^xsd:string .

<http://lexvo.org/id/char/28824> a lvont:Character ;
    lvont:represents "𨠤"^^xsd:string .

<http://lexvo.org/id/char/28825> a lvont:Character ;
    lvont:represents "𨠥"^^xsd:string .

<http://lexvo.org/id/char/28826> a lvont:Character ;
    lvont:represents "𨠦"^^xsd:string .

<http://lexvo.org/id/char/28827> a lvont:Character ;
    lvont:represents "𨠧"^^xsd:string .

<http://lexvo.org/id/char/28828> a lvont:Character ;
    lvont:represents "𨠨"^^xsd:string .

<http://lexvo.org/id/char/28829> a lvont:Character ;
    lvont:represents "𨠩"^^xsd:string .

<http://lexvo.org/id/char/2882A> a lvont:Character ;
    lvont:represents "𨠪"^^xsd:string .

<http://lexvo.org/id/char/2882B> a lvont:Character ;
    lvont:represents "𨠫"^^xsd:string .

<http://lexvo.org/id/char/2882C> a lvont:Character ;
    lvont:represents "𨠬"^^xsd:string .

<http://lexvo.org/id/char/2882D> a lvont:Character ;
    lvont:represents "𨠭"^^xsd:string .

<http://lexvo.org/id/char/2882E> a lvont:Character ;
    lvont:represents "𨠮"^^xsd:string .

<http://lexvo.org/id/char/2882F> a lvont:Character ;
    lvont:represents "𨠯"^^xsd:string .

<http://lexvo.org/id/char/2883> a lvont:Character ;
    lvont:represents "⢃"^^xsd:string ;
    rdfs:comment "BRAILLE PATTERN DOTS-128"@en .

<http://lexvo.org/id/char/28830> a lvont:Character ;
    lvont:represents "𨠰"^^xsd:string .

<http://lexvo.org/id/char/28831> a lvont:Character ;
    lvont:represents "𨠱"^^xsd:string .

<http://lexvo.org/id/char/28832> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/gi%E1%BA%A5m>,
        "𨠲"^^xsd:string .

<http://lexvo.org/id/char/28833> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/g%C3%A2y>,
        "𨠳"^^xsd:string .

<http://lexvo.org/id/char/28834> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/s%C6%B0a>,
        "𨠴"^^xsd:string .

<http://lexvo.org/id/char/28835> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/xo%C3%A0ng>,
        "𨠵"^^xsd:string .

<http://lexvo.org/id/char/28836> a lvont:Character ;
    lvont:represents "𨠶"^^xsd:string .

<http://lexvo.org/id/char/28837> a lvont:Character ;
    lvont:represents "𨠷"^^xsd:string .

<http://lexvo.org/id/char/28838> a lvont:Character ;
    lvont:represents "𨠸"^^xsd:string .

<http://lexvo.org/id/char/28839> a lvont:Character ;
    lvont:represents "𨠹"^^xsd:string .

<http://lexvo.org/id/char/2883A> a lvont:Character ;
    lvont:represents "𨠺"^^xsd:string .

<http://lexvo.org/id/char/2883B> a lvont:Character ;
    lvont:represents "𨠻"^^xsd:string .

<http://lexvo.org/id/char/2883C> a lvont:Character ;
    lvont:represents "𨠼"^^xsd:string .

<http://lexvo.org/id/char/2883D> a lvont:Character ;
    lvont:represents "𨠽"^^xsd:string .

<http://lexvo.org/id/char/2883E> a lvont:Character ;
    lvont:represents "𨠾"^^xsd:string .

<http://lexvo.org/id/char/2883F> a lvont:Character ;
    lvont:represents "𨠿"^^xsd:string .

<http://lexvo.org/id/char/2884> a lvont:Character ;
    lvont:represents "⢄"^^xsd:string ;
    rdfs:comment "BRAILLE PATTERN DOTS-38"@en .

<http://lexvo.org/id/char/28840> a lvont:Character ;
    lvont:represents "𨡀"^^xsd:string .

<http://lexvo.org/id/char/28841> a lvont:Character ;
    lvont:represents "𨡁"^^xsd:string .

<http://lexvo.org/id/char/28842> a lvont:Character ;
    lvont:represents "𨡂"^^xsd:string .

<http://lexvo.org/id/char/28843> a lvont:Character ;
    lvont:represents "𨡃"^^xsd:string .

<http://lexvo.org/id/char/28844> a lvont:Character ;
    lvont:represents "𨡄"^^xsd:string .

<http://lexvo.org/id/char/28845> a lvont:Character ;
    lvont:represents "𨡅"^^xsd:string .

<http://lexvo.org/id/char/28846> a lvont:Character ;
    lvont:represents "𨡆"^^xsd:string .

<http://lexvo.org/id/char/28847> a lvont:Character ;
    lvont:represents "𨡇"^^xsd:string .

<http://lexvo.org/id/char/28848> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/cho%C3%A1ng>,
        "𨡈"^^xsd:string .

<http://lexvo.org/id/char/28849> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/d%E1%BA%A5m>,
        "𨡉"^^xsd:string .

<http://lexvo.org/id/char/2884A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/mi%E1%BB%87t>,
        "𨡊"^^xsd:string .

<http://lexvo.org/id/char/2884B> a lvont:Character ;
    lvont:represents "𨡋"^^xsd:string .

<http://lexvo.org/id/char/2884C> a lvont:Character ;
    lvont:represents "𨡌"^^xsd:string .

<http://lexvo.org/id/char/2884D> a lvont:Character ;
    lvont:represents "𨡍"^^xsd:string .

<http://lexvo.org/id/char/2884E> a lvont:Character ;
    lvont:represents "𨡎"^^xsd:string .

<http://lexvo.org/id/char/2884F> a lvont:Character ;
    lvont:represents "𨡏"^^xsd:string .

<http://lexvo.org/id/char/2885> a lvont:Character ;
    lvont:represents "⢅"^^xsd:string ;
    rdfs:comment "BRAILLE PATTERN DOTS-138"@en .

<http://lexvo.org/id/char/28850> a lvont:Character ;
    lvont:represents "𨡐"^^xsd:string .

<http://lexvo.org/id/char/28851> a lvont:Character ;
    lvont:represents "𨡑"^^xsd:string .

<http://lexvo.org/id/char/28852> a lvont:Character ;
    lvont:represents "𨡒"^^xsd:string .

<http://lexvo.org/id/char/28853> a lvont:Character ;
    lvont:represents "𨡓"^^xsd:string .

<http://lexvo.org/id/char/28854> a lvont:Character ;
    lvont:represents "𨡔"^^xsd:string .

<http://lexvo.org/id/char/28855> a lvont:Character ;
    lvont:represents "𨡕"^^xsd:string .

<http://lexvo.org/id/char/28856> a lvont:Character ;
    lvont:represents "𨡖"^^xsd:string .

<http://lexvo.org/id/char/28857> a lvont:Character ;
    lvont:represents "𨡗"^^xsd:string .

<http://lexvo.org/id/char/28858> a lvont:Character ;
    lvont:represents "𨡘"^^xsd:string .

<http://lexvo.org/id/char/28859> a lvont:Character ;
    lvont:represents "𨡙"^^xsd:string .

<http://lexvo.org/id/char/2885A> a lvont:Character ;
    lvont:represents "𨡚"^^xsd:string .

<http://lexvo.org/id/char/2885B> a lvont:Character ;
    lvont:represents "𨡛"^^xsd:string .

<http://lexvo.org/id/char/2885C> a lvont:Character ;
    lvont:represents "𨡜"^^xsd:string .

<http://lexvo.org/id/char/2885D> a lvont:Character ;
    lvont:represents "𨡝"^^xsd:string .

<http://lexvo.org/id/char/2885E> a lvont:Character ;
    lvont:represents "𨡞"^^xsd:string .

<http://lexvo.org/id/char/2885F> a lvont:Character ;
    lvont:represents "𨡟"^^xsd:string .

<http://lexvo.org/id/char/2886> a lvont:Character ;
    lvont:represents "⢆"^^xsd:string ;
    rdfs:comment "BRAILLE PATTERN DOTS-238"@en .

<http://lexvo.org/id/char/28860> a lvont:Character ;
    lvont:represents "𨡠"^^xsd:string .

<http://lexvo.org/id/char/28861> a lvont:Character ;
    lvont:represents "𨡡"^^xsd:string .

<http://lexvo.org/id/char/28862> a lvont:Character ;
    lvont:represents "𨡢"^^xsd:string .

<http://lexvo.org/id/char/28863> a lvont:Character ;
    lvont:represents "𨡣"^^xsd:string .

<http://lexvo.org/id/char/28864> a lvont:Character ;
    lvont:represents "𨡤"^^xsd:string .

<http://lexvo.org/id/char/28865> a lvont:Character ;
    lvont:represents "𨡥"^^xsd:string .

<http://lexvo.org/id/char/28866> a lvont:Character ;
    lvont:represents "𨡦"^^xsd:string .

<http://lexvo.org/id/char/28867> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/cho%E1%BA%A1ng>,
        "𨡧"^^xsd:string .

<http://lexvo.org/id/char/28868> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/g%C3%A2y>,
        "𨡨"^^xsd:string .

<http://lexvo.org/id/char/28869> a lvont:Character ;
    lvont:represents "𨡩"^^xsd:string .

<http://lexvo.org/id/char/2886A> a lvont:Character ;
    lvont:represents "𨡪"^^xsd:string .

<http://lexvo.org/id/char/2886B> a lvont:Character ;
    lvont:represents "𨡫"^^xsd:string .

<http://lexvo.org/id/char/2886C> a lvont:Character ;
    lvont:represents "𨡬"^^xsd:string .

<http://lexvo.org/id/char/2886D> a lvont:Character ;
    lvont:represents "𨡭"^^xsd:string .

<http://lexvo.org/id/char/2886E> a lvont:Character ;
    lvont:represents "𨡮"^^xsd:string .

<http://lexvo.org/id/char/2886F> a lvont:Character ;
    lvont:represents "𨡯"^^xsd:string .

<http://lexvo.org/id/char/2887> a lvont:Character ;
    lvont:represents "⢇"^^xsd:string ;
    rdfs:comment "BRAILLE PATTERN DOTS-1238"@en .

<http://lexvo.org/id/char/28870> a lvont:Character ;
    lvont:represents "𨡰"^^xsd:string .

<http://lexvo.org/id/char/28871> a lvont:Character ;
    lvont:represents "𨡱"^^xsd:string .

<http://lexvo.org/id/char/28872> a lvont:Character ;
    lvont:represents "𨡲"^^xsd:string .

<http://lexvo.org/id/char/28873> a lvont:Character ;
    lvont:represents "𨡳"^^xsd:string .

<http://lexvo.org/id/char/28874> a lvont:Character ;
    lvont:represents "𨡴"^^xsd:string .

<http://lexvo.org/id/char/28875> a lvont:Character ;
    lvont:represents "𨡵"^^xsd:string .

<http://lexvo.org/id/char/28876> a lvont:Character ;
    lvont:represents "𨡶"^^xsd:string .

<http://lexvo.org/id/char/28877> a lvont:Character ;
    lvont:represents "𨡷"^^xsd:string .

<http://lexvo.org/id/char/28878> a lvont:Character ;
    lvont:represents "𨡸"^^xsd:string .

<http://lexvo.org/id/char/28879> a lvont:Character ;
    lvont:represents "𨡹"^^xsd:string .

<http://lexvo.org/id/char/2887A> a lvont:Character ;
    lvont:represents "𨡺"^^xsd:string .

<http://lexvo.org/id/char/2887B> a lvont:Character ;
    lvont:represents "𨡻"^^xsd:string .

<http://lexvo.org/id/char/2887C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/gi%E1%BA%A5m>,
        "𨡼"^^xsd:string .

<http://lexvo.org/id/char/2887D> a lvont:Character ;
    lvont:represents "𨡽"^^xsd:string .

<http://lexvo.org/id/char/2887E> a lvont:Character ;
    lvont:represents "𨡾"^^xsd:string .

<http://lexvo.org/id/char/2887F> a lvont:Character ;
    lvont:represents "𨡿"^^xsd:string .

<http://lexvo.org/id/char/2888> a lvont:Character ;
    lvont:represents "⢈"^^xsd:string ;
    rdfs:comment "BRAILLE PATTERN DOTS-48"@en .

<http://lexvo.org/id/char/28880> a lvont:Character ;
    lvont:represents "𨢀"^^xsd:string .

<http://lexvo.org/id/char/28881> a lvont:Character ;
    lvont:represents "𨢁"^^xsd:string .

<http://lexvo.org/id/char/28882> a lvont:Character ;
    lvont:represents "𨢂"^^xsd:string .

<http://lexvo.org/id/char/28883> a lvont:Character ;
    lvont:represents "𨢃"^^xsd:string .

<http://lexvo.org/id/char/28884> a lvont:Character ;
    lvont:represents "𨢄"^^xsd:string .

<http://lexvo.org/id/char/28885> a lvont:Character ;
    lvont:represents "𨢅"^^xsd:string .

<http://lexvo.org/id/char/28886> a lvont:Character ;
    lvont:represents "𨢆"^^xsd:string .

<http://lexvo.org/id/char/28887> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/r%C6%B0%E1%BB%A3u>,
        "𨢇"^^xsd:string .

<http://lexvo.org/id/char/28888> a lvont:Character ;
    lvont:represents "𨢈"^^xsd:string .

<http://lexvo.org/id/char/28889> a lvont:Character ;
    lvont:represents "𨢉"^^xsd:string .

<http://lexvo.org/id/char/2888A> a lvont:Character ;
    lvont:represents "𨢊"^^xsd:string .

<http://lexvo.org/id/char/2888B> a lvont:Character ;
    lvont:represents "𨢋"^^xsd:string .

<http://lexvo.org/id/char/2888C> a lvont:Character ;
    lvont:represents "𨢌"^^xsd:string .

<http://lexvo.org/id/char/2888D> a lvont:Character ;
    lvont:represents "𨢍"^^xsd:string .

<http://lexvo.org/id/char/2888E> a lvont:Character ;
    lvont:represents "𨢎"^^xsd:string .

<http://lexvo.org/id/char/2888F> a lvont:Character ;
    lvont:represents "𨢏"^^xsd:string .

<http://lexvo.org/id/char/2889> a lvont:Character ;
    lvont:represents "⢉"^^xsd:string ;
    rdfs:comment "BRAILLE PATTERN DOTS-148"@en .

<http://lexvo.org/id/char/28890> a lvont:Character ;
    lvont:represents "𨢐"^^xsd:string .

<http://lexvo.org/id/char/28891> a lvont:Character ;
    lvont:represents "𨢑"^^xsd:string .

<http://lexvo.org/id/char/28892> a lvont:Character ;
    lvont:represents "𨢒"^^xsd:string .

<http://lexvo.org/id/char/28893> a lvont:Character ;
    lvont:represents "𨢓"^^xsd:string .

<http://lexvo.org/id/char/28894> a lvont:Character ;
    lvont:represents "𨢔"^^xsd:string .

<http://lexvo.org/id/char/28895> a lvont:Character ;
    lvont:represents "𨢕"^^xsd:string .

<http://lexvo.org/id/char/28896> a lvont:Character ;
    lvont:represents "𨢖"^^xsd:string .

<http://lexvo.org/id/char/28897> a lvont:Character ;
    lvont:represents "𨢗"^^xsd:string .

<http://lexvo.org/id/char/28898> a lvont:Character ;
    lvont:represents "𨢘"^^xsd:string .

<http://lexvo.org/id/char/28899> a lvont:Character ;
    lvont:represents "𨢙"^^xsd:string .

<http://lexvo.org/id/char/2889A> a lvont:Character ;
    lvont:represents "𨢚"^^xsd:string .

<http://lexvo.org/id/char/2889B> a lvont:Character ;
    lvont:represents "𨢛"^^xsd:string .

<http://lexvo.org/id/char/2889C> a lvont:Character ;
    lvont:represents "𨢜"^^xsd:string .

<http://lexvo.org/id/char/2889D> a lvont:Character ;
    lvont:represents "𨢝"^^xsd:string .

<http://lexvo.org/id/char/2889E> a lvont:Character ;
    lvont:represents "𨢞"^^xsd:string .

<http://lexvo.org/id/char/2889F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/cay>,
        "𨢟"^^xsd:string .

<http://lexvo.org/id/char/288A> a lvont:Character ;
    lvont:represents "⢊"^^xsd:string ;
    rdfs:comment "BRAILLE PATTERN DOTS-248"@en .

<http://lexvo.org/id/char/288A0> a lvont:Character ;
    lvont:represents "𨢠"^^xsd:string .

<http://lexvo.org/id/char/288A1> a lvont:Character ;
    lvont:represents "𨢡"^^xsd:string .

<http://lexvo.org/id/char/288A2> a lvont:Character ;
    lvont:represents "𨢢"^^xsd:string .

<http://lexvo.org/id/char/288A3> a lvont:Character ;
    lvont:represents "𨢣"^^xsd:string .

<http://lexvo.org/id/char/288A4> a lvont:Character ;
    lvont:represents "𨢤"^^xsd:string .

<http://lexvo.org/id/char/288A5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%F0%A8%A2%A5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%AD>,
        <http://lexvo.org/id/term/vie/m%E1%BA%B7n>,
        "𨢥"^^xsd:string ;
    rdfs:comment "(same as 䤍) rotten paste or soybean sauce; to grow mildewed"@en .

<http://lexvo.org/id/char/288A6> a lvont:Character ;
    lvont:represents "𨢦"^^xsd:string .

<http://lexvo.org/id/char/288A7> a lvont:Character ;
    lvont:represents "𨢧"^^xsd:string .

<http://lexvo.org/id/char/288A8> a lvont:Character ;
    lvont:represents "𨢨"^^xsd:string .

<http://lexvo.org/id/char/288A9> a lvont:Character ;
    lvont:represents "𨢩"^^xsd:string .

<http://lexvo.org/id/char/288AA> a lvont:Character ;
    lvont:represents "𨢪"^^xsd:string .

<http://lexvo.org/id/char/288AB> a lvont:Character ;
    lvont:represents "𨢫"^^xsd:string .

<http://lexvo.org/id/char/288AC> a lvont:Character ;
    lvont:represents "𨢬"^^xsd:string .

<http://lexvo.org/id/char/288AD> a lvont:Character ;
    lvont:represents "𨢭"^^xsd:string .

<http://lexvo.org/id/char/288AE> a lvont:Character ;
    lvont:represents "𨢮"^^xsd:string .

<http://lexvo.org/id/char/288AF> a lvont:Character ;
    lvont:represents "𨢯"^^xsd:string .

<http://lexvo.org/id/char/288B> a lvont:Character ;
    lvont:represents "⢋"^^xsd:string ;
    rdfs:comment "BRAILLE PATTERN DOTS-1248"@en .

<http://lexvo.org/id/char/288B0> a lvont:Character ;
    lvont:represents "𨢰"^^xsd:string .

<http://lexvo.org/id/char/288B1> a lvont:Character ;
    lvont:represents "𨢱"^^xsd:string .

<http://lexvo.org/id/char/288B2> a lvont:Character ;
    lvont:represents "𨢲"^^xsd:string .

<http://lexvo.org/id/char/288B3> a lvont:Character ;
    lvont:represents "𨢳"^^xsd:string .

<http://lexvo.org/id/char/288B4> a lvont:Character ;
    lvont:represents "𨢴"^^xsd:string .

<http://lexvo.org/id/char/288B5> a lvont:Character ;
    lvont:represents "𨢵"^^xsd:string .

<http://lexvo.org/id/char/288B6> a lvont:Character ;
    lvont:represents "𨢶"^^xsd:string .

<http://lexvo.org/id/char/288B7> a lvont:Character ;
    lvont:represents "𨢷"^^xsd:string .

<http://lexvo.org/id/char/288B8> a lvont:Character ;
    lvont:represents "𨢸"^^xsd:string .

<http://lexvo.org/id/char/288B9> a lvont:Character ;
    lvont:represents "𨢹"^^xsd:string .

<http://lexvo.org/id/char/288BA> a lvont:Character ;
    lvont:represents "𨢺"^^xsd:string .

<http://lexvo.org/id/char/288BB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/mi%E1%BB%81n>,
        "𨢻"^^xsd:string .

<http://lexvo.org/id/char/288BC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/m%E1%BA%BFn>,
        "𨢼"^^xsd:string .

<http://lexvo.org/id/char/288BD> a lvont:Character ;
    lvont:represents "𨢽"^^xsd:string .

<http://lexvo.org/id/char/288BE> a lvont:Character ;
    lvont:represents "𨢾"^^xsd:string .

<http://lexvo.org/id/char/288BF> a lvont:Character ;
    lvont:represents "𨢿"^^xsd:string .

<http://lexvo.org/id/char/288C> a lvont:Character ;
    lvont:represents "⢌"^^xsd:string ;
    rdfs:comment "BRAILLE PATTERN DOTS-348"@en .

<http://lexvo.org/id/char/288C0> a lvont:Character ;
    lvont:represents "𨣀"^^xsd:string .

<http://lexvo.org/id/char/288C1> a lvont:Character ;
    lvont:represents "𨣁"^^xsd:string .

<http://lexvo.org/id/char/288C2> a lvont:Character ;
    lvont:represents "𨣂"^^xsd:string .

<http://lexvo.org/id/char/288C3> a lvont:Character ;
    lvont:represents "𨣃"^^xsd:string .

<http://lexvo.org/id/char/288C4> a lvont:Character ;
    lvont:represents "𨣄"^^xsd:string .

<http://lexvo.org/id/char/288C5> a lvont:Character ;
    lvont:represents "𨣅"^^xsd:string .

<http://lexvo.org/id/char/288C6> a lvont:Character ;
    lvont:represents "𨣆"^^xsd:string .

<http://lexvo.org/id/char/288C7> a lvont:Character ;
    lvont:represents "𨣇"^^xsd:string .

<http://lexvo.org/id/char/288C8> a lvont:Character ;
    lvont:represents "𨣈"^^xsd:string .

<http://lexvo.org/id/char/288C9> a lvont:Character ;
    lvont:represents "𨣉"^^xsd:string .

<http://lexvo.org/id/char/288CA> a lvont:Character ;
    lvont:represents "𨣊"^^xsd:string .

<http://lexvo.org/id/char/288CB> a lvont:Character ;
    lvont:represents "𨣋"^^xsd:string .

<http://lexvo.org/id/char/288CC> a lvont:Character ;
    lvont:represents "𨣌"^^xsd:string .

<http://lexvo.org/id/char/288CD> a lvont:Character ;
    lvont:represents "𨣍"^^xsd:string .

<http://lexvo.org/id/char/288CE> a lvont:Character ;
    lvont:represents "𨣎"^^xsd:string .

<http://lexvo.org/id/char/288CF> a lvont:Character ;
    lvont:represents "𨣏"^^xsd:string .

<http://lexvo.org/id/char/288D> a lvont:Character ;
    lvont:represents "⢍"^^xsd:string ;
    rdfs:comment "BRAILLE PATTERN DOTS-1348"@en .

<http://lexvo.org/id/char/288D0> a lvont:Character ;
    lvont:represents "𨣐"^^xsd:string .

<http://lexvo.org/id/char/288D1> a lvont:Character ;
    lvont:represents "𨣑"^^xsd:string .

<http://lexvo.org/id/char/288D2> a lvont:Character ;
    lvont:represents "𨣒"^^xsd:string .

<http://lexvo.org/id/char/288D3> a lvont:Character ;
    lvont:represents "𨣓"^^xsd:string .

<http://lexvo.org/id/char/288D4> a lvont:Character ;
    lvont:represents "𨣔"^^xsd:string .

<http://lexvo.org/id/char/288D5> a lvont:Character ;
    lvont:represents "𨣕"^^xsd:string .

<http://lexvo.org/id/char/288D6> a lvont:Character ;
    lvont:represents "𨣖"^^xsd:string .

<http://lexvo.org/id/char/288D7> a lvont:Character ;
    lvont:represents "𨣗"^^xsd:string .

<http://lexvo.org/id/char/288D8> a lvont:Character ;
    lvont:represents "𨣘"^^xsd:string .

<http://lexvo.org/id/char/288D9> a lvont:Character ;
    lvont:represents "𨣙"^^xsd:string .

<http://lexvo.org/id/char/288DA> a lvont:Character ;
    lvont:represents "𨣚"^^xsd:string .

<http://lexvo.org/id/char/288DB> a lvont:Character ;
    lvont:represents "𨣛"^^xsd:string .

<http://lexvo.org/id/char/288DC> a lvont:Character ;
    lvont:represents "𨣜"^^xsd:string .

<http://lexvo.org/id/char/288DD> a lvont:Character ;
    lvont:represents "𨣝"^^xsd:string .

<http://lexvo.org/id/char/288DE> a lvont:Character ;
    lvont:represents "𨣞"^^xsd:string .

<http://lexvo.org/id/char/288DF> a lvont:Character ;
    lvont:represents "𨣟"^^xsd:string .

<http://lexvo.org/id/char/288E> a lvont:Character ;
    lvont:represents "⢎"^^xsd:string ;
    rdfs:comment "BRAILLE PATTERN DOTS-2348"@en .

<http://lexvo.org/id/char/288E0> a lvont:Character ;
    lvont:represents "𨣠"^^xsd:string .

<http://lexvo.org/id/char/288E1> a lvont:Character ;
    lvont:represents "𨣡"^^xsd:string .

<http://lexvo.org/id/char/288E2> a lvont:Character ;
    lvont:represents "𨣢"^^xsd:string .

<http://lexvo.org/id/char/288E3> a lvont:Character ;
    lvont:represents "𨣣"^^xsd:string .

<http://lexvo.org/id/char/288E4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/gi%E1%BA%A5m>,
        "𨣤"^^xsd:string .

<http://lexvo.org/id/char/288E5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/d%E1%BA%A5u>,
        "𨣥"^^xsd:string .

<http://lexvo.org/id/char/288E6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/zeoi6>,
        <http://lexvo.org/id/term/yue/%F0%A8%A3%A6>,
        "𨣦"^^xsd:string ;
    rdfs:comment "clear; strained"@en .

<http://lexvo.org/id/char/288E7> a lvont:Character ;
    lvont:represents "𨣧"^^xsd:string .

<http://lexvo.org/id/char/288E8> a lvont:Character ;
    lvont:represents "𨣨"^^xsd:string .

<http://lexvo.org/id/char/288E9> a lvont:Character ;
    lvont:represents "𨣩"^^xsd:string .

<http://lexvo.org/id/char/288EA> a lvont:Character ;
    lvont:represents "𨣪"^^xsd:string .

<http://lexvo.org/id/char/288EB> a lvont:Character ;
    lvont:represents "𨣫"^^xsd:string .

<http://lexvo.org/id/char/288EC> a lvont:Character ;
    lvont:represents "𨣬"^^xsd:string .

<http://lexvo.org/id/char/288ED> a lvont:Character ;
    lvont:represents "𨣭"^^xsd:string .

<http://lexvo.org/id/char/288EE> a lvont:Character ;
    lvont:represents "𨣮"^^xsd:string .

<http://lexvo.org/id/char/288EF> a lvont:Character ;
    lvont:represents "𨣯"^^xsd:string .

<http://lexvo.org/id/char/288F> a lvont:Character ;
    lvont:represents "⢏"^^xsd:string ;
    rdfs:comment "BRAILLE PATTERN DOTS-12348"@en .

<http://lexvo.org/id/char/288F0> a lvont:Character ;
    lvont:represents "𨣰"^^xsd:string .

<http://lexvo.org/id/char/288F1> a lvont:Character ;
    lvont:represents "𨣱"^^xsd:string .

<http://lexvo.org/id/char/288F2> a lvont:Character ;
    lvont:represents "𨣲"^^xsd:string .

<http://lexvo.org/id/char/288F3> a lvont:Character ;
    lvont:represents "𨣳"^^xsd:string .

<http://lexvo.org/id/char/288F4> a lvont:Character ;
    lvont:represents "𨣴"^^xsd:string .

<http://lexvo.org/id/char/288F5> a lvont:Character ;
    lvont:represents "𨣵"^^xsd:string .

<http://lexvo.org/id/char/288F6> a lvont:Character ;
    lvont:represents "𨣶"^^xsd:string .

<http://lexvo.org/id/char/288F7> a lvont:Character ;
    lvont:represents "𨣷"^^xsd:string .

<http://lexvo.org/id/char/288F8> a lvont:Character ;
    lvont:represents "𨣸"^^xsd:string .

<http://lexvo.org/id/char/288F9> a lvont:Character ;
    lvont:represents "𨣹"^^xsd:string .

<http://lexvo.org/id/char/288FA> a lvont:Character ;
    lvont:represents "𨣺"^^xsd:string .

<http://lexvo.org/id/char/288FB> a lvont:Character ;
    lvont:represents "𨣻"^^xsd:string .

<http://lexvo.org/id/char/288FC> a lvont:Character ;
    lvont:represents "𨣼"^^xsd:string .

<http://lexvo.org/id/char/288FD> a lvont:Character ;
    lvont:represents "𨣽"^^xsd:string .

<http://lexvo.org/id/char/288FE> a lvont:Character ;
    lvont:represents "𨣾"^^xsd:string .

<http://lexvo.org/id/char/288FF> a lvont:Character ;
    lvont:represents "𨣿"^^xsd:string .

<http://lexvo.org/id/char/2890> a lvont:Character ;
    lvont:represents "⢐"^^xsd:string ;
    rdfs:comment "BRAILLE PATTERN DOTS-58"@en .

<http://lexvo.org/id/char/28900> a lvont:Character ;
    lvont:represents "𨤀"^^xsd:string .

<http://lexvo.org/id/char/28901> a lvont:Character ;
    lvont:represents "𨤁"^^xsd:string .

<http://lexvo.org/id/char/28902> a lvont:Character ;
    lvont:represents "𨤂"^^xsd:string .

<http://lexvo.org/id/char/28903> a lvont:Character ;
    lvont:represents "𨤃"^^xsd:string .

<http://lexvo.org/id/char/28904> a lvont:Character ;
    lvont:represents "𨤄"^^xsd:string .

<http://lexvo.org/id/char/28905> a lvont:Character ;
    lvont:represents "𨤅"^^xsd:string .

<http://lexvo.org/id/char/28906> a lvont:Character ;
    lvont:represents "𨤆"^^xsd:string .

<http://lexvo.org/id/char/28907> a lvont:Character ;
    lvont:represents "𨤇"^^xsd:string .

<http://lexvo.org/id/char/28908> a lvont:Character ;
    lvont:represents "𨤈"^^xsd:string .

<http://lexvo.org/id/char/28909> a lvont:Character ;
    lvont:represents "𨤉"^^xsd:string .

<http://lexvo.org/id/char/2890A> a lvont:Character ;
    lvont:represents "𨤊"^^xsd:string .

<http://lexvo.org/id/char/2890B> a lvont:Character ;
    lvont:represents "𨤋"^^xsd:string .

<http://lexvo.org/id/char/2890C> a lvont:Character ;
    lvont:represents "𨤌"^^xsd:string .

<http://lexvo.org/id/char/2890D> a lvont:Character ;
    lvont:represents "𨤍"^^xsd:string .

<http://lexvo.org/id/char/2890E> a lvont:Character ;
    lvont:represents "𨤎"^^xsd:string .

<http://lexvo.org/id/char/2890F> a lvont:Character ;
    lvont:represents "𨤏"^^xsd:string .

<http://lexvo.org/id/char/2891> a lvont:Character ;
    lvont:represents "⢑"^^xsd:string ;
    rdfs:comment "BRAILLE PATTERN DOTS-158"@en .

<http://lexvo.org/id/char/28910> a lvont:Character ;
    lvont:represents "𨤐"^^xsd:string .

<http://lexvo.org/id/char/28911> a lvont:Character ;
    lvont:represents "𨤑"^^xsd:string .

<http://lexvo.org/id/char/28912> a lvont:Character ;
    lvont:represents "𨤒"^^xsd:string .

<http://lexvo.org/id/char/28913> a lvont:Character ;
    lvont:represents "𨤓"^^xsd:string .

<http://lexvo.org/id/char/28914> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/v%E1%BA%BB>,
        "𨤔"^^xsd:string .

<http://lexvo.org/id/char/28915> a lvont:Character ;
    lvont:represents "𨤕"^^xsd:string .

<http://lexvo.org/id/char/28916> a lvont:Character ;
    lvont:represents "𨤖"^^xsd:string .

<http://lexvo.org/id/char/28917> a lvont:Character ;
    lvont:represents "𨤗"^^xsd:string .

<http://lexvo.org/id/char/28918> a lvont:Character ;
    lvont:represents "𨤘"^^xsd:string .

<http://lexvo.org/id/char/28919> a lvont:Character ;
    lvont:represents "𨤙"^^xsd:string .

<http://lexvo.org/id/char/2891A> a lvont:Character ;
    lvont:represents "𨤚"^^xsd:string .

<http://lexvo.org/id/char/2891B> a lvont:Character ;
    lvont:represents "𨤛"^^xsd:string .

<http://lexvo.org/id/char/2891C> a lvont:Character ;
    lvont:represents "𨤜"^^xsd:string .

<http://lexvo.org/id/char/2891D> a lvont:Character ;
    lvont:represents "𨤝"^^xsd:string .

<http://lexvo.org/id/char/2891E> a lvont:Character ;
    lvont:represents "𨤞"^^xsd:string .

<http://lexvo.org/id/char/2891F> a lvont:Character ;
    lvont:represents "𨤟"^^xsd:string .

<http://lexvo.org/id/char/2892> a lvont:Character ;
    lvont:represents "⢒"^^xsd:string ;
    rdfs:comment "BRAILLE PATTERN DOTS-258"@en .

<http://lexvo.org/id/char/28920> a lvont:Character ;
    lvont:represents "𨤠"^^xsd:string .

<http://lexvo.org/id/char/28921> a lvont:Character ;
    lvont:represents "𨤡"^^xsd:string .

<http://lexvo.org/id/char/28922> a lvont:Character ;
    lvont:represents "𨤢"^^xsd:string .

<http://lexvo.org/id/char/28923> a lvont:Character ;
    lvont:represents "𨤣"^^xsd:string .

<http://lexvo.org/id/char/28924> a lvont:Character ;
    lvont:represents "𨤤"^^xsd:string .

<http://lexvo.org/id/char/28925> a lvont:Character ;
    lvont:represents "𨤥"^^xsd:string .

<http://lexvo.org/id/char/28926> a lvont:Character ;
    lvont:represents "𨤦"^^xsd:string .

<http://lexvo.org/id/char/28927> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/l%E1%BA%BD>,
        "𨤧"^^xsd:string .

<http://lexvo.org/id/char/28928> a lvont:Character ;
    lvont:represents "𨤨"^^xsd:string .

<http://lexvo.org/id/char/28929> a lvont:Character ;
    lvont:represents "𨤩"^^xsd:string .

<http://lexvo.org/id/char/2892A> a lvont:Character ;
    lvont:represents "𨤪"^^xsd:string .

<http://lexvo.org/id/char/2892B> a lvont:Character ;
    lvont:represents "𨤫"^^xsd:string .

<http://lexvo.org/id/char/2892C> a lvont:Character ;
    lvont:represents "𨤬"^^xsd:string .

<http://lexvo.org/id/char/2892D> a lvont:Character ;
    lvont:represents "𨤭"^^xsd:string .

<http://lexvo.org/id/char/2892E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/d%E1%BA%B7m>,
        "𨤮"^^xsd:string .

<http://lexvo.org/id/char/2892F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ch%E1%BB%93ng>,
        "𨤯"^^xsd:string .

<http://lexvo.org/id/char/2893> a lvont:Character ;
    lvont:represents "⢓"^^xsd:string ;
    rdfs:comment "BRAILLE PATTERN DOTS-1258"@en .

<http://lexvo.org/id/char/28930> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/nh%E1%BA%BD>,
        "𨤰"^^xsd:string .

<http://lexvo.org/id/char/28931> a lvont:Character ;
    lvont:represents "𨤱"^^xsd:string .

<http://lexvo.org/id/char/28932> a lvont:Character ;
    lvont:represents "𨤲"^^xsd:string .

<http://lexvo.org/id/char/28933> a lvont:Character ;
    lvont:represents "𨤳"^^xsd:string .

<http://lexvo.org/id/char/28934> a lvont:Character ;
    lvont:represents "𨤴"^^xsd:string .

<http://lexvo.org/id/char/28935> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/d%E1%BA%B7m>,
        "𨤵"^^xsd:string .

<http://lexvo.org/id/char/28936> a lvont:Character ;
    lvont:represents "𨤶"^^xsd:string .

<http://lexvo.org/id/char/28937> a lvont:Character ;
    lvont:represents "𨤷"^^xsd:string .

<http://lexvo.org/id/char/28938> a lvont:Character ;
    lvont:represents "𨤸"^^xsd:string .

<http://lexvo.org/id/char/28939> a lvont:Character ;
    lvont:represents "𨤹"^^xsd:string .

<http://lexvo.org/id/char/2893A> a lvont:Character ;
    lvont:represents "𨤺"^^xsd:string .

<http://lexvo.org/id/char/2893B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/nh%E1%BA%BD>,
        "𨤻"^^xsd:string .

<http://lexvo.org/id/char/2893C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/n%E1%BA%B7ng>,
        "𨤼"^^xsd:string .

<http://lexvo.org/id/char/2893D> a lvont:Character ;
    lvont:represents "𨤽"^^xsd:string .

<http://lexvo.org/id/char/2893E> a lvont:Character ;
    lvont:represents "𨤾"^^xsd:string .

<http://lexvo.org/id/char/2893F> a lvont:Character ;
    lvont:represents "𨤿"^^xsd:string .

<http://lexvo.org/id/char/2894> a lvont:Character ;
    lvont:represents "⢔"^^xsd:string ;
    rdfs:comment "BRAILLE PATTERN DOTS-358"@en .

<http://lexvo.org/id/char/28940> a lvont:Character ;
    lvont:represents "𨥀"^^xsd:string .

<http://lexvo.org/id/char/28941> a lvont:Character ;
    lvont:represents "𨥁"^^xsd:string .

<http://lexvo.org/id/char/28942> a lvont:Character ;
    lvont:represents "𨥂"^^xsd:string .

<http://lexvo.org/id/char/28943> a lvont:Character ;
    lvont:represents "𨥃"^^xsd:string .

<http://lexvo.org/id/char/28944> a lvont:Character ;
    lvont:represents "𨥄"^^xsd:string .

<http://lexvo.org/id/char/28945> a lvont:Character ;
    lvont:represents "𨥅"^^xsd:string .

<http://lexvo.org/id/char/28946> a lvont:Character ;
    lvont:represents "𨥆"^^xsd:string .

<http://lexvo.org/id/char/28947> a lvont:Character ;
    lvont:represents "𨥇"^^xsd:string .

<http://lexvo.org/id/char/28948> a lvont:Character ;
    lvont:represents "𨥈"^^xsd:string .

<http://lexvo.org/id/char/28949> a lvont:Character ;
    lvont:represents "𨥉"^^xsd:string .

<http://lexvo.org/id/char/2894A> a lvont:Character ;
    lvont:represents "𨥊"^^xsd:string .

<http://lexvo.org/id/char/2894B> a lvont:Character ;
    lvont:represents "𨥋"^^xsd:string .

<http://lexvo.org/id/char/2894C> a lvont:Character ;
    lvont:represents "𨥌"^^xsd:string .

<http://lexvo.org/id/char/2894D> a lvont:Character ;
    lvont:represents "𨥍"^^xsd:string .

<http://lexvo.org/id/char/2894E> a lvont:Character ;
    lvont:represents "𨥎"^^xsd:string .

<http://lexvo.org/id/char/2894F> a lvont:Character ;
    lvont:represents "𨥏"^^xsd:string .

<http://lexvo.org/id/char/2895> a lvont:Character ;
    lvont:represents "⢕"^^xsd:string ;
    rdfs:comment "BRAILLE PATTERN DOTS-1358"@en .

<http://lexvo.org/id/char/28950> a lvont:Character ;
    lvont:represents "𨥐"^^xsd:string .

<http://lexvo.org/id/char/28951> a lvont:Character ;
    lvont:represents "𨥑"^^xsd:string .

<http://lexvo.org/id/char/28952> a lvont:Character ;
    lvont:represents "𨥒"^^xsd:string .

<http://lexvo.org/id/char/28953> a lvont:Character ;
    lvont:represents "𨥓"^^xsd:string .

<http://lexvo.org/id/char/28954> a lvont:Character ;
    lvont:represents "𨥔"^^xsd:string .

<http://lexvo.org/id/char/28955> a lvont:Character ;
    lvont:represents "𨥕"^^xsd:string .

<http://lexvo.org/id/char/28956> a lvont:Character ;
    lvont:represents "𨥖"^^xsd:string .

<http://lexvo.org/id/char/28957> a lvont:Character ;
    lvont:represents "𨥗"^^xsd:string .

<http://lexvo.org/id/char/28958> a lvont:Character ;
    lvont:represents "𨥘"^^xsd:string .

<http://lexvo.org/id/char/28959> a lvont:Character ;
    lvont:represents "𨥙"^^xsd:string .

<http://lexvo.org/id/char/2895A> a lvont:Character ;
    lvont:represents "𨥚"^^xsd:string .

<http://lexvo.org/id/char/2895B> a lvont:Character ;
    lvont:represents "𨥛"^^xsd:string .

<http://lexvo.org/id/char/2895C> a lvont:Character ;
    lvont:represents "𨥜"^^xsd:string .

<http://lexvo.org/id/char/2895D> a lvont:Character ;
    lvont:represents "𨥝"^^xsd:string .

<http://lexvo.org/id/char/2895E> a lvont:Character ;
    lvont:represents "𨥞"^^xsd:string .

<http://lexvo.org/id/char/2895F> a lvont:Character ;
    lvont:represents "𨥟"^^xsd:string .

<http://lexvo.org/id/char/2896> a lvont:Character ;
    lvont:represents "⢖"^^xsd:string ;
    rdfs:comment "BRAILLE PATTERN DOTS-2358"@en .

<http://lexvo.org/id/char/28960> a lvont:Character ;
    lvont:represents "𨥠"^^xsd:string .

<http://lexvo.org/id/char/28961> a lvont:Character ;
    lvont:represents "𨥡"^^xsd:string .

<http://lexvo.org/id/char/28962> a lvont:Character ;
    lvont:represents "𨥢"^^xsd:string .

<http://lexvo.org/id/char/28963> a lvont:Character ;
    lvont:represents "𨥣"^^xsd:string .

<http://lexvo.org/id/char/28964> a lvont:Character ;
    lvont:represents "𨥤"^^xsd:string .

<http://lexvo.org/id/char/28965> a lvont:Character ;
    lvont:represents "𨥥"^^xsd:string .

<http://lexvo.org/id/char/28966> a lvont:Character ;
    lvont:represents "𨥦"^^xsd:string .

<http://lexvo.org/id/char/28967> a lvont:Character ;
    lvont:represents "𨥧"^^xsd:string .

<http://lexvo.org/id/char/28968> a lvont:Character ;
    lvont:represents "𨥨"^^xsd:string .

<http://lexvo.org/id/char/28969> a lvont:Character ;
    lvont:represents "𨥩"^^xsd:string .

<http://lexvo.org/id/char/2896A> a lvont:Character ;
    lvont:represents "𨥪"^^xsd:string .

<http://lexvo.org/id/char/2896B> a lvont:Character ;
    lvont:represents "𨥫"^^xsd:string .

<http://lexvo.org/id/char/2896C> a lvont:Character ;
    lvont:represents "𨥬"^^xsd:string .

<http://lexvo.org/id/char/2896D> a lvont:Character ;
    lvont:represents "𨥭"^^xsd:string .

<http://lexvo.org/id/char/2896E> a lvont:Character ;
    lvont:represents "𨥮"^^xsd:string .

<http://lexvo.org/id/char/2896F> a lvont:Character ;
    lvont:represents "𨥯"^^xsd:string .

<http://lexvo.org/id/char/2897> a lvont:Character ;
    lvont:represents "⢗"^^xsd:string ;
    rdfs:comment "BRAILLE PATTERN DOTS-12358"@en .

<http://lexvo.org/id/char/28970> a lvont:Character ;
    lvont:represents "𨥰"^^xsd:string .

<http://lexvo.org/id/char/28971> a lvont:Character ;
    lvont:represents "𨥱"^^xsd:string .

<http://lexvo.org/id/char/28972> a lvont:Character ;
    lvont:represents "𨥲"^^xsd:string .

<http://lexvo.org/id/char/28973> a lvont:Character ;
    lvont:represents "𨥳"^^xsd:string .

<http://lexvo.org/id/char/28974> a lvont:Character ;
    lvont:represents "𨥴"^^xsd:string .

<http://lexvo.org/id/char/28975> a lvont:Character ;
    lvont:represents "𨥵"^^xsd:string .

<http://lexvo.org/id/char/28976> a lvont:Character ;
    lvont:represents "𨥶"^^xsd:string .

<http://lexvo.org/id/char/28977> a lvont:Character ;
    lvont:represents "𨥷"^^xsd:string .

<http://lexvo.org/id/char/28978> a lvont:Character ;
    lvont:represents "𨥸"^^xsd:string .

<http://lexvo.org/id/char/28979> a lvont:Character ;
    lvont:represents "𨥹"^^xsd:string .

<http://lexvo.org/id/char/2897A> a lvont:Character ;
    lvont:represents "𨥺"^^xsd:string .

<http://lexvo.org/id/char/2897B> a lvont:Character ;
    lvont:represents "𨥻"^^xsd:string .

<http://lexvo.org/id/char/2897C> a lvont:Character ;
    lvont:represents "𨥼"^^xsd:string .

<http://lexvo.org/id/char/2897D> a lvont:Character ;
    lvont:represents "𨥽"^^xsd:string .

<http://lexvo.org/id/char/2897E> a lvont:Character ;
    lvont:represents "𨥾"^^xsd:string .

<http://lexvo.org/id/char/2897F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ch%E1%BA%A3o>,
        "𨥿"^^xsd:string .

<http://lexvo.org/id/char/2898> a lvont:Character ;
    lvont:represents "⢘"^^xsd:string ;
    rdfs:comment "BRAILLE PATTERN DOTS-458"@en .

<http://lexvo.org/id/char/28980> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/k%C3%A9o>,
        "𨦀"^^xsd:string .

<http://lexvo.org/id/char/28981> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/s%C3%A3>,
        "𨦁"^^xsd:string .

<http://lexvo.org/id/char/28982> a lvont:Character ;
    lvont:represents "𨦂"^^xsd:string .

<http://lexvo.org/id/char/28983> a lvont:Character ;
    lvont:represents "𨦃"^^xsd:string .

<http://lexvo.org/id/char/28984> a lvont:Character ;
    lvont:represents "𨦄"^^xsd:string .

<http://lexvo.org/id/char/28985> a lvont:Character ;
    lvont:represents "𨦅"^^xsd:string .

<http://lexvo.org/id/char/28986> a lvont:Character ;
    lvont:represents "𨦆"^^xsd:string .

<http://lexvo.org/id/char/28987> a lvont:Character ;
    lvont:represents "𨦇"^^xsd:string .

<http://lexvo.org/id/char/28988> a lvont:Character ;
    lvont:represents "𨦈"^^xsd:string .

<http://lexvo.org/id/char/28989> a lvont:Character ;
    lvont:represents "𨦉"^^xsd:string .

<http://lexvo.org/id/char/2898A> a lvont:Character ;
    lvont:represents "𨦊"^^xsd:string .

<http://lexvo.org/id/char/2898B> a lvont:Character ;
    lvont:represents "𨦋"^^xsd:string .

<http://lexvo.org/id/char/2898C> a lvont:Character ;
    lvont:represents "𨦌"^^xsd:string .

<http://lexvo.org/id/char/2898D> a lvont:Character ;
    lvont:represents "𨦍"^^xsd:string .

<http://lexvo.org/id/char/2898E> a lvont:Character ;
    lvont:represents "𨦎"^^xsd:string .

<http://lexvo.org/id/char/2898F> a lvont:Character ;
    lvont:represents "𨦏"^^xsd:string .

<http://lexvo.org/id/char/2899> a lvont:Character ;
    lvont:represents "⢙"^^xsd:string ;
    rdfs:comment "BRAILLE PATTERN DOTS-1458"@en .

<http://lexvo.org/id/char/28990> a lvont:Character ;
    lvont:represents "𨦐"^^xsd:string .

<http://lexvo.org/id/char/28991> a lvont:Character ;
    lvont:represents "𨦑"^^xsd:string .

<http://lexvo.org/id/char/28992> a lvont:Character ;
    lvont:represents "𨦒"^^xsd:string .

<http://lexvo.org/id/char/28993> a lvont:Character ;
    lvont:represents "𨦓"^^xsd:string .

<http://lexvo.org/id/char/28994> a lvont:Character ;
    lvont:represents "𨦔"^^xsd:string .

<http://lexvo.org/id/char/28995> a lvont:Character ;
    lvont:represents "𨦕"^^xsd:string .

<http://lexvo.org/id/char/28996> a lvont:Character ;
    lvont:represents "𨦖"^^xsd:string .

<http://lexvo.org/id/char/28997> a lvont:Character ;
    lvont:represents "𨦗"^^xsd:string .

<http://lexvo.org/id/char/28998> a lvont:Character ;
    lvont:represents "𨦘"^^xsd:string .

<http://lexvo.org/id/char/28999> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/l%E1%BB%81>,
        "𨦙"^^xsd:string .

<http://lexvo.org/id/char/2899A> a lvont:Character ;
    lvont:represents "𨦚"^^xsd:string .

<http://lexvo.org/id/char/2899B> a lvont:Character ;
    lvont:represents "𨦛"^^xsd:string .

<http://lexvo.org/id/char/2899C> a lvont:Character ;
    lvont:represents "𨦜"^^xsd:string .

<http://lexvo.org/id/char/2899D> a lvont:Character ;
    lvont:represents "𨦝"^^xsd:string .

<http://lexvo.org/id/char/2899E> a lvont:Character ;
    lvont:represents "𨦞"^^xsd:string .

<http://lexvo.org/id/char/2899F> a lvont:Character ;
    lvont:represents "𨦟"^^xsd:string .

<http://lexvo.org/id/char/289A> a lvont:Character ;
    lvont:represents "⢚"^^xsd:string ;
    rdfs:comment "BRAILLE PATTERN DOTS-2458"@en .

<http://lexvo.org/id/char/289A0> a lvont:Character ;
    lvont:represents "𨦠"^^xsd:string .

<http://lexvo.org/id/char/289A1> a lvont:Character ;
    lvont:represents "𨦡"^^xsd:string .

<http://lexvo.org/id/char/289A2> a lvont:Character ;
    lvont:represents "𨦢"^^xsd:string .

<http://lexvo.org/id/char/289A3> a lvont:Character ;
    lvont:represents "𨦣"^^xsd:string .

<http://lexvo.org/id/char/289A4> a lvont:Character ;
    lvont:represents "𨦤"^^xsd:string .

<http://lexvo.org/id/char/289A5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ch%C3%AC>,
        "𨦥"^^xsd:string .

<http://lexvo.org/id/char/289A6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/v%E1%BB%A1>,
        "𨦦"^^xsd:string .

<http://lexvo.org/id/char/289A7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/n%C3%A9n>,
        "𨦧"^^xsd:string .

<http://lexvo.org/id/char/289A8> a lvont:Character ;
    lvont:represents "𨦨"^^xsd:string .

<http://lexvo.org/id/char/289A9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/v%C3%B2ng>,
        "𨦩"^^xsd:string .

<http://lexvo.org/id/char/289AA> a lvont:Character ;
    lvont:represents "𨦪"^^xsd:string .

<http://lexvo.org/id/char/289AB> a lvont:Character ;
    lvont:represents "𨦫"^^xsd:string .

<http://lexvo.org/id/char/289AC> a lvont:Character ;
    lvont:represents "𨦬"^^xsd:string .

<http://lexvo.org/id/char/289AD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/lao>,
        "𨦭"^^xsd:string .

<http://lexvo.org/id/char/289AE> a lvont:Character ;
    lvont:represents "𨦮"^^xsd:string .

<http://lexvo.org/id/char/289AF> a lvont:Character ;
    lvont:represents "𨦯"^^xsd:string .

<http://lexvo.org/id/char/289B> a lvont:Character ;
    lvont:represents "⢛"^^xsd:string ;
    rdfs:comment "BRAILLE PATTERN DOTS-12458"@en .

<http://lexvo.org/id/char/289B0> a lvont:Character ;
    lvont:represents "𨦰"^^xsd:string .

<http://lexvo.org/id/char/289B1> a lvont:Character ;
    lvont:represents "𨦱"^^xsd:string .

<http://lexvo.org/id/char/289B2> a lvont:Character ;
    lvont:represents "𨦲"^^xsd:string .

<http://lexvo.org/id/char/289B3> a lvont:Character ;
    lvont:represents "𨦳"^^xsd:string .

<http://lexvo.org/id/char/289B4> a lvont:Character ;
    lvont:represents "𨦴"^^xsd:string .

<http://lexvo.org/id/char/289B5> a lvont:Character ;
    lvont:represents "𨦵"^^xsd:string .

<http://lexvo.org/id/char/289B6> a lvont:Character ;
    lvont:represents "𨦶"^^xsd:string .

<http://lexvo.org/id/char/289B7> a lvont:Character ;
    lvont:represents "𨦷"^^xsd:string .

<http://lexvo.org/id/char/289B8> a lvont:Character ;
    lvont:represents "𨦸"^^xsd:string .

<http://lexvo.org/id/char/289B9> a lvont:Character ;
    lvont:represents "𨦹"^^xsd:string .

<http://lexvo.org/id/char/289BA> a lvont:Character ;
    lvont:represents "𨦺"^^xsd:string .

<http://lexvo.org/id/char/289BB> a lvont:Character ;
    lvont:represents "𨦻"^^xsd:string .

<http://lexvo.org/id/char/289BC> a lvont:Character ;
    lvont:represents "𨦼"^^xsd:string .

<http://lexvo.org/id/char/289BD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/r%E1%BA%A3ng>,
        "𨦽"^^xsd:string .

<http://lexvo.org/id/char/289BE> a lvont:Character ;
    lvont:represents "𨦾"^^xsd:string .

<http://lexvo.org/id/char/289BF> a lvont:Character ;
    lvont:represents "𨦿"^^xsd:string .

<http://lexvo.org/id/char/289C> a lvont:Character ;
    lvont:represents "⢜"^^xsd:string ;
    rdfs:comment "BRAILLE PATTERN DOTS-3458"@en .

<http://lexvo.org/id/char/289C0> a lvont:Character ;
    lvont:represents "𨧀"^^xsd:string .

<http://lexvo.org/id/char/289C1> a lvont:Character ;
    lvont:represents "𨧁"^^xsd:string .

<http://lexvo.org/id/char/289C2> a lvont:Character ;
    lvont:represents "𨧂"^^xsd:string .

<http://lexvo.org/id/char/289C3> a lvont:Character ;
    lvont:represents "𨧃"^^xsd:string .

<http://lexvo.org/id/char/289C4> a lvont:Character ;
    lvont:represents "𨧄"^^xsd:string .

<http://lexvo.org/id/char/289C5> a lvont:Character ;
    lvont:represents "𨧅"^^xsd:string .

<http://lexvo.org/id/char/289C6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/b%E1%BB%ADa>,
        "𨧆"^^xsd:string .

<http://lexvo.org/id/char/289C7> a lvont:Character ;
    lvont:represents "𨧇"^^xsd:string .

<http://lexvo.org/id/char/289C8> a lvont:Character ;
    lvont:represents "𨧈"^^xsd:string .

<http://lexvo.org/id/char/289C9> a lvont:Character ;
    lvont:represents "𨧉"^^xsd:string .

<http://lexvo.org/id/char/289CA> a lvont:Character ;
    lvont:represents "𨧊"^^xsd:string .

<http://lexvo.org/id/char/289CB> a lvont:Character ;
    lvont:represents "𨧋"^^xsd:string .

<http://lexvo.org/id/char/289CC> a lvont:Character ;
    lvont:represents "𨧌"^^xsd:string .

<http://lexvo.org/id/char/289CD> a lvont:Character ;
    lvont:represents "𨧍"^^xsd:string .

<http://lexvo.org/id/char/289CE> a lvont:Character ;
    lvont:represents "𨧎"^^xsd:string .

<http://lexvo.org/id/char/289CF> a lvont:Character ;
    lvont:represents "𨧏"^^xsd:string .

<http://lexvo.org/id/char/289D> a lvont:Character ;
    lvont:represents "⢝"^^xsd:string ;
    rdfs:comment "BRAILLE PATTERN DOTS-13458"@en .

<http://lexvo.org/id/char/289D0> a lvont:Character ;
    lvont:represents "𨧐"^^xsd:string .

<http://lexvo.org/id/char/289D1> a lvont:Character ;
    lvont:represents "𨧑"^^xsd:string .

<http://lexvo.org/id/char/289D2> a lvont:Character ;
    lvont:represents "𨧒"^^xsd:string .

<http://lexvo.org/id/char/289D3> a lvont:Character ;
    lvont:represents "𨧓"^^xsd:string .

<http://lexvo.org/id/char/289D4> a lvont:Character ;
    lvont:represents "𨧔"^^xsd:string .

<http://lexvo.org/id/char/289D5> a lvont:Character ;
    lvont:represents "𨧕"^^xsd:string .

<http://lexvo.org/id/char/289D6> a lvont:Character ;
    lvont:represents "𨧖"^^xsd:string .

<http://lexvo.org/id/char/289D7> a lvont:Character ;
    lvont:represents "𨧗"^^xsd:string .

<http://lexvo.org/id/char/289D8> a lvont:Character ;
    lvont:represents "𨧘"^^xsd:string .

<http://lexvo.org/id/char/289D9> a lvont:Character ;
    lvont:represents "𨧙"^^xsd:string .

<http://lexvo.org/id/char/289DA> a lvont:Character ;
    lvont:represents "𨧚"^^xsd:string .

<http://lexvo.org/id/char/289DB> a lvont:Character ;
    lvont:represents "𨧛"^^xsd:string .

<http://lexvo.org/id/char/289DC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/bong1>,
        <http://lexvo.org/id/term/yue/%F0%A8%A7%9C>,
        "𨧜"^^xsd:string ;
    rdfs:comment "a broad hoe, a mattock"@en .

<http://lexvo.org/id/char/289DD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/%C4%91%E1%BA%B5n>,
        "𨧝"^^xsd:string .

<http://lexvo.org/id/char/289DE> a lvont:Character ;
    lvont:represents "𨧞"^^xsd:string .

<http://lexvo.org/id/char/289DF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/nh%E1%BA%ABn>,
        "𨧟"^^xsd:string .

<http://lexvo.org/id/char/289E> a lvont:Character ;
    lvont:represents "⢞"^^xsd:string ;
    rdfs:comment "BRAILLE PATTERN DOTS-23458"@en .

<http://lexvo.org/id/char/289E0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/gang>,
        "𨧠"^^xsd:string .

<http://lexvo.org/id/char/289E1> a lvont:Character ;
    lvont:represents "𨧡"^^xsd:string .

<http://lexvo.org/id/char/289E2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/b%E1%BB%8Bt>,
        "𨧢"^^xsd:string .

<http://lexvo.org/id/char/289E3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/x%E1%BB%9Bt>,
        "𨧣"^^xsd:string .

<http://lexvo.org/id/char/289E4> a lvont:Character ;
    lvont:represents "𨧤"^^xsd:string .

<http://lexvo.org/id/char/289E5> a lvont:Character ;
    lvont:represents "𨧥"^^xsd:string .

<http://lexvo.org/id/char/289E6> a lvont:Character ;
    lvont:represents "𨧦"^^xsd:string .

<http://lexvo.org/id/char/289E7> a lvont:Character ;
    lvont:represents "𨧧"^^xsd:string ;
    rdfs:comment "to strike, attack"@en .

<http://lexvo.org/id/char/289E8> a lvont:Character ;
    lvont:represents "𨧨"^^xsd:string .

<http://lexvo.org/id/char/289E9> a lvont:Character ;
    lvont:represents "𨧩"^^xsd:string .

<http://lexvo.org/id/char/289EA> a lvont:Character ;
    lvont:represents "𨧪"^^xsd:string .

<http://lexvo.org/id/char/289EB> a lvont:Character ;
    lvont:represents "𨧫"^^xsd:string .

<http://lexvo.org/id/char/289EC> a lvont:Character ;
    lvont:represents "𨧬"^^xsd:string .

<http://lexvo.org/id/char/289ED> a lvont:Character ;
    lvont:represents "𨧭"^^xsd:string .

<http://lexvo.org/id/char/289EE> a lvont:Character ;
    lvont:represents "𨧮"^^xsd:string .

<http://lexvo.org/id/char/289EF> a lvont:Character ;
    lvont:represents "𨧯"^^xsd:string .

<http://lexvo.org/id/char/289F> a lvont:Character ;
    lvont:represents "⢟"^^xsd:string ;
    rdfs:comment "BRAILLE PATTERN DOTS-123458"@en .

<http://lexvo.org/id/char/289F0> a lvont:Character ;
    lvont:represents "𨧰"^^xsd:string .

<http://lexvo.org/id/char/289F1> a lvont:Character ;
    lvont:represents "𨧱"^^xsd:string .

<http://lexvo.org/id/char/289F2> a lvont:Character ;
    lvont:represents "𨧲"^^xsd:string .

<http://lexvo.org/id/char/289F3> a lvont:Character ;
    lvont:represents "𨧳"^^xsd:string .

<http://lexvo.org/id/char/289F4> a lvont:Character ;
    lvont:represents "𨧴"^^xsd:string .

<http://lexvo.org/id/char/289F5> a lvont:Character ;
    lvont:represents "𨧵"^^xsd:string .

<http://lexvo.org/id/char/289F6> a lvont:Character ;
    lvont:represents "𨧶"^^xsd:string .

<http://lexvo.org/id/char/289F7> a lvont:Character ;
    lvont:represents "𨧷"^^xsd:string .

<http://lexvo.org/id/char/289F8> a lvont:Character ;
    lvont:represents "𨧸"^^xsd:string .

<http://lexvo.org/id/char/289F9> a lvont:Character ;
    lvont:represents "𨧹"^^xsd:string .

<http://lexvo.org/id/char/289FA> a lvont:Character ;
    lvont:represents "𨧺"^^xsd:string .

<http://lexvo.org/id/char/289FB> a lvont:Character ;
    lvont:represents "𨧻"^^xsd:string .

<http://lexvo.org/id/char/289FC> a lvont:Character ;
    lvont:represents "𨧼"^^xsd:string .

<http://lexvo.org/id/char/289FD> a lvont:Character ;
    lvont:represents "𨧽"^^xsd:string .

<http://lexvo.org/id/char/289FE> a lvont:Character ;
    lvont:represents "𨧾"^^xsd:string .

<http://lexvo.org/id/char/289FF> a lvont:Character ;
    lvont:represents "𨧿"^^xsd:string .

<http://lexvo.org/id/char/28A0> a lvont:Character ;
    lvont:represents "⢠"^^xsd:string ;
    rdfs:comment "BRAILLE PATTERN DOTS-68"@en .

<http://lexvo.org/id/char/28A00> a lvont:Character ;
    lvont:represents "𨨀"^^xsd:string .

<http://lexvo.org/id/char/28A01> a lvont:Character ;
    lvont:represents "𨨁"^^xsd:string .

<http://lexvo.org/id/char/28A02> a lvont:Character ;
    lvont:represents "𨨂"^^xsd:string .

<http://lexvo.org/id/char/28A03> a lvont:Character ;
    lvont:represents "𨨃"^^xsd:string .

<http://lexvo.org/id/char/28A04> a lvont:Character ;
    lvont:represents "𨨄"^^xsd:string .

<http://lexvo.org/id/char/28A05> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ho%E1%BA%AFt>,
        "𨨅"^^xsd:string .

<http://lexvo.org/id/char/28A06> a lvont:Character ;
    lvont:represents "𨨆"^^xsd:string .

<http://lexvo.org/id/char/28A07> a lvont:Character ;
    lvont:represents "𨨇"^^xsd:string .

<http://lexvo.org/id/char/28A08> a lvont:Character ;
    lvont:represents "𨨈"^^xsd:string .

<http://lexvo.org/id/char/28A09> a lvont:Character ;
    lvont:represents "𨨉"^^xsd:string .

<http://lexvo.org/id/char/28A0A> a lvont:Character ;
    lvont:represents "𨨊"^^xsd:string .

<http://lexvo.org/id/char/28A0B> a lvont:Character ;
    lvont:represents "𨨋"^^xsd:string .

<http://lexvo.org/id/char/28A0C> a lvont:Character ;
    lvont:represents "𨨌"^^xsd:string .

<http://lexvo.org/id/char/28A0D> a lvont:Character ;
    lvont:represents "𨨍"^^xsd:string .

<http://lexvo.org/id/char/28A0E> a lvont:Character ;
    lvont:represents "𨨎"^^xsd:string .

<http://lexvo.org/id/char/28A0F> a lvont:Character ;
    lvont:represents "𨨏"^^xsd:string .

<http://lexvo.org/id/char/28A1> a lvont:Character ;
    lvont:represents "⢡"^^xsd:string ;
    rdfs:comment "BRAILLE PATTERN DOTS-168"@en .

<http://lexvo.org/id/char/28A10> a lvont:Character ;
    lvont:represents "𨨐"^^xsd:string .

<http://lexvo.org/id/char/28A11> a lvont:Character ;
    lvont:represents "𨨑"^^xsd:string .

<http://lexvo.org/id/char/28A12> a lvont:Character ;
    lvont:represents "𨨒"^^xsd:string .

<http://lexvo.org/id/char/28A13> a lvont:Character ;
    lvont:represents "𨨓"^^xsd:string .

<http://lexvo.org/id/char/28A14> a lvont:Character ;
    lvont:represents "𨨔"^^xsd:string .

<http://lexvo.org/id/char/28A15> a lvont:Character ;
    lvont:represents "𨨕"^^xsd:string .

<http://lexvo.org/id/char/28A16> a lvont:Character ;
    lvont:represents "𨨖"^^xsd:string .

<http://lexvo.org/id/char/28A17> a lvont:Character ;
    lvont:represents "𨨗"^^xsd:string .

<http://lexvo.org/id/char/28A18> a lvont:Character ;
    lvont:represents "𨨘"^^xsd:string .

<http://lexvo.org/id/char/28A19> a lvont:Character ;
    lvont:represents "𨨙"^^xsd:string .

<http://lexvo.org/id/char/28A1A> a lvont:Character ;
    lvont:represents "𨨚"^^xsd:string .

<http://lexvo.org/id/char/28A1B> a lvont:Character ;
    lvont:represents "𨨛"^^xsd:string .

<http://lexvo.org/id/char/28A1C> a lvont:Character ;
    lvont:represents "𨨜"^^xsd:string .

<http://lexvo.org/id/char/28A1D> a lvont:Character ;
    lvont:represents "𨨝"^^xsd:string .

<http://lexvo.org/id/char/28A1E> a lvont:Character ;
    lvont:represents "𨨞"^^xsd:string .

<http://lexvo.org/id/char/28A1F> a lvont:Character ;
    lvont:represents "𨨟"^^xsd:string .

<http://lexvo.org/id/char/28A2> a lvont:Character ;
    lvont:represents "⢢"^^xsd:string ;
    rdfs:comment "BRAILLE PATTERN DOTS-268"@en .

<http://lexvo.org/id/char/28A20> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/cu%E1%BB%91c>,
        "𨨠"^^xsd:string .

<http://lexvo.org/id/char/28A21> a lvont:Character ;
    lvont:represents "𨨡"^^xsd:string .

<http://lexvo.org/id/char/28A22> a lvont:Character ;
    lvont:represents "𨨢"^^xsd:string .

<http://lexvo.org/id/char/28A23> a lvont:Character ;
    lvont:represents "𨨣"^^xsd:string .

<http://lexvo.org/id/char/28A24> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/kh%C3%A9p>,
        "𨨤"^^xsd:string .

<http://lexvo.org/id/char/28A25> a lvont:Character ;
    lvont:represents "𨨥"^^xsd:string .

<http://lexvo.org/id/char/28A26> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/mai>,
        "𨨦"^^xsd:string .

<http://lexvo.org/id/char/28A27> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/th%C3%A9p>,
        "𨨧"^^xsd:string .

<http://lexvo.org/id/char/28A28> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/chi%C3%AAng>,
        "𨨨"^^xsd:string .

<http://lexvo.org/id/char/28A29> a lvont:Character ;
    lvont:represents "𨨩"^^xsd:string .

<http://lexvo.org/id/char/28A2A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ch%E1%BA%BB>,
        "𨨪"^^xsd:string .

<http://lexvo.org/id/char/28A2B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/h%C3%A1i>,
        "𨨫"^^xsd:string .

<http://lexvo.org/id/char/28A2C> a lvont:Character ;
    lvont:represents "𨨬"^^xsd:string .

<http://lexvo.org/id/char/28A2D> a lvont:Character ;
    lvont:represents "𨨭"^^xsd:string .

<http://lexvo.org/id/char/28A2E> a lvont:Character ;
    lvont:represents "𨨮"^^xsd:string .

<http://lexvo.org/id/char/28A2F> a lvont:Character ;
    lvont:represents "𨨯"^^xsd:string .

<http://lexvo.org/id/char/28A3> a lvont:Character ;
    lvont:represents "⢣"^^xsd:string ;
    rdfs:comment "BRAILLE PATTERN DOTS-1268"@en .

<http://lexvo.org/id/char/28A30> a lvont:Character ;
    lvont:represents "𨨰"^^xsd:string .

<http://lexvo.org/id/char/28A31> a lvont:Character ;
    lvont:represents "𨨱"^^xsd:string .

<http://lexvo.org/id/char/28A32> a lvont:Character ;
    lvont:represents "𨨲"^^xsd:string .

<http://lexvo.org/id/char/28A33> a lvont:Character ;
    lvont:represents "𨨳"^^xsd:string .

<http://lexvo.org/id/char/28A34> a lvont:Character ;
    lvont:represents "𨨴"^^xsd:string .

<http://lexvo.org/id/char/28A35> a lvont:Character ;
    lvont:represents "𨨵"^^xsd:string .

<http://lexvo.org/id/char/28A36> a lvont:Character ;
    lvont:represents "𨨶"^^xsd:string .

<http://lexvo.org/id/char/28A37> a lvont:Character ;
    lvont:represents "𨨷"^^xsd:string .

<http://lexvo.org/id/char/28A38> a lvont:Character ;
    lvont:represents "𨨸"^^xsd:string .

<http://lexvo.org/id/char/28A39> a lvont:Character ;
    lvont:represents "𨨹"^^xsd:string .

<http://lexvo.org/id/char/28A3A> a lvont:Character ;
    lvont:represents "𨨺"^^xsd:string .

<http://lexvo.org/id/char/28A3B> a lvont:Character ;
    lvont:represents "𨨻"^^xsd:string .

<http://lexvo.org/id/char/28A3C> a lvont:Character ;
    lvont:represents "𨨼"^^xsd:string .

<http://lexvo.org/id/char/28A3D> a lvont:Character ;
    lvont:represents "𨨽"^^xsd:string .

<http://lexvo.org/id/char/28A3E> a lvont:Character ;
    lvont:represents "𨨾"^^xsd:string .

<http://lexvo.org/id/char/28A3F> a lvont:Character ;
    lvont:represents "𨨿"^^xsd:string .

<http://lexvo.org/id/char/28A4> a lvont:Character ;
    lvont:represents "⢤"^^xsd:string ;
    rdfs:comment "BRAILLE PATTERN DOTS-368"@en .

<http://lexvo.org/id/char/28A40> a lvont:Character ;
    lvont:represents "𨩀"^^xsd:string .

<http://lexvo.org/id/char/28A41> a lvont:Character ;
    lvont:represents "𨩁"^^xsd:string .

<http://lexvo.org/id/char/28A42> a lvont:Character ;
    lvont:represents "𨩂"^^xsd:string .

<http://lexvo.org/id/char/28A43> a lvont:Character ;
    lvont:represents "𨩃"^^xsd:string .

<http://lexvo.org/id/char/28A44> a lvont:Character ;
    lvont:represents "𨩄"^^xsd:string .

<http://lexvo.org/id/char/28A45> a lvont:Character ;
    lvont:represents "𨩅"^^xsd:string .

<http://lexvo.org/id/char/28A46> a lvont:Character ;
    lvont:represents "𨩆"^^xsd:string .

<http://lexvo.org/id/char/28A47> a lvont:Character ;
    lvont:represents "𨩇"^^xsd:string .

<http://lexvo.org/id/char/28A48> a lvont:Character ;
    lvont:represents "𨩈"^^xsd:string .

<http://lexvo.org/id/char/28A49> a lvont:Character ;
    lvont:represents "𨩉"^^xsd:string .

<http://lexvo.org/id/char/28A4A> a lvont:Character ;
    lvont:represents "𨩊"^^xsd:string .

<http://lexvo.org/id/char/28A4B> a lvont:Character ;
    lvont:represents "𨩋"^^xsd:string .

<http://lexvo.org/id/char/28A4C> a lvont:Character ;
    lvont:represents "𨩌"^^xsd:string .

<http://lexvo.org/id/char/28A4D> a lvont:Character ;
    lvont:represents "𨩍"^^xsd:string .

<http://lexvo.org/id/char/28A4E> a lvont:Character ;
    lvont:represents "𨩎"^^xsd:string .

<http://lexvo.org/id/char/28A4F> a lvont:Character ;
    lvont:represents "𨩏"^^xsd:string .

<http://lexvo.org/id/char/28A5> a lvont:Character ;
    lvont:represents "⢥"^^xsd:string ;
    rdfs:comment "BRAILLE PATTERN DOTS-1368"@en .

<http://lexvo.org/id/char/28A50> a lvont:Character ;
    lvont:represents "𨩐"^^xsd:string .

<http://lexvo.org/id/char/28A51> a lvont:Character ;
    lvont:represents "𨩑"^^xsd:string .

<http://lexvo.org/id/char/28A52> a lvont:Character ;
    lvont:represents "𨩒"^^xsd:string .

<http://lexvo.org/id/char/28A53> a lvont:Character ;
    lvont:represents "𨩓"^^xsd:string .

<http://lexvo.org/id/char/28A54> a lvont:Character ;
    lvont:represents "𨩔"^^xsd:string .

<http://lexvo.org/id/char/28A55> a lvont:Character ;
    lvont:represents "𨩕"^^xsd:string .

<http://lexvo.org/id/char/28A56> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/l%C3%ACnh>,
        "𨩖"^^xsd:string .

<http://lexvo.org/id/char/28A57> a lvont:Character ;
    lvont:represents "𨩗"^^xsd:string .

<http://lexvo.org/id/char/28A58> a lvont:Character ;
    lvont:represents "𨩘"^^xsd:string .

<http://lexvo.org/id/char/28A59> a lvont:Character ;
    lvont:represents "𨩙"^^xsd:string .

<http://lexvo.org/id/char/28A5A> a lvont:Character ;
    lvont:represents "𨩚"^^xsd:string .

<http://lexvo.org/id/char/28A5B> a lvont:Character ;
    lvont:represents "𨩛"^^xsd:string .

<http://lexvo.org/id/char/28A5C> a lvont:Character ;
    lvont:represents "𨩜"^^xsd:string .

<http://lexvo.org/id/char/28A5D> a lvont:Character ;
    lvont:represents "𨩝"^^xsd:string .

<http://lexvo.org/id/char/28A5E> a lvont:Character ;
    lvont:represents "𨩞"^^xsd:string .

<http://lexvo.org/id/char/28A5F> a lvont:Character ;
    lvont:represents "𨩟"^^xsd:string .

<http://lexvo.org/id/char/28A6> a lvont:Character ;
    lvont:represents "⢦"^^xsd:string ;
    rdfs:comment "BRAILLE PATTERN DOTS-2368"@en .

<http://lexvo.org/id/char/28A60> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/t%C4%A9n>,
        "𨩠"^^xsd:string .

<http://lexvo.org/id/char/28A61> a lvont:Character ;
    lvont:represents "𨩡"^^xsd:string .

<http://lexvo.org/id/char/28A62> a lvont:Character ;
    lvont:represents "𨩢"^^xsd:string .

<http://lexvo.org/id/char/28A63> a lvont:Character ;
    lvont:represents "𨩣"^^xsd:string .

<http://lexvo.org/id/char/28A64> a lvont:Character ;
    lvont:represents "𨩤"^^xsd:string .

<http://lexvo.org/id/char/28A65> a lvont:Character ;
    lvont:represents "𨩥"^^xsd:string .

<http://lexvo.org/id/char/28A66> a lvont:Character ;
    lvont:represents "𨩦"^^xsd:string .

<http://lexvo.org/id/char/28A67> a lvont:Character ;
    lvont:represents "𨩧"^^xsd:string .

<http://lexvo.org/id/char/28A68> a lvont:Character ;
    lvont:represents "𨩨"^^xsd:string .

<http://lexvo.org/id/char/28A69> a lvont:Character ;
    lvont:represents "𨩩"^^xsd:string .

<http://lexvo.org/id/char/28A6A> a lvont:Character ;
    lvont:represents "𨩪"^^xsd:string .

<http://lexvo.org/id/char/28A6B> a lvont:Character ;
    lvont:represents "𨩫"^^xsd:string .

<http://lexvo.org/id/char/28A6C> a lvont:Character ;
    lvont:represents "𨩬"^^xsd:string .

<http://lexvo.org/id/char/28A6D> a lvont:Character ;
    lvont:represents "𨩭"^^xsd:string .

<http://lexvo.org/id/char/28A6E> a lvont:Character ;
    lvont:represents "𨩮"^^xsd:string .

<http://lexvo.org/id/char/28A6F> a lvont:Character ;
    lvont:represents "𨩯"^^xsd:string .

<http://lexvo.org/id/char/28A7> a lvont:Character ;
    lvont:represents "⢧"^^xsd:string ;
    rdfs:comment "BRAILLE PATTERN DOTS-12368"@en .

<http://lexvo.org/id/char/28A70> a lvont:Character ;
    lvont:represents "𨩰"^^xsd:string .

<http://lexvo.org/id/char/28A71> a lvont:Character ;
    lvont:represents "𨩱"^^xsd:string .

<http://lexvo.org/id/char/28A72> a lvont:Character ;
    lvont:represents "𨩲"^^xsd:string .

<http://lexvo.org/id/char/28A73> a lvont:Character ;
    lvont:represents "𨩳"^^xsd:string .

<http://lexvo.org/id/char/28A74> a lvont:Character ;
    lvont:represents "𨩴"^^xsd:string .

<http://lexvo.org/id/char/28A75> a lvont:Character ;
    lvont:represents "𨩵"^^xsd:string .

<http://lexvo.org/id/char/28A76> a lvont:Character ;
    lvont:represents "𨩶"^^xsd:string .

<http://lexvo.org/id/char/28A77> a lvont:Character ;
    lvont:represents "𨩷"^^xsd:string .

<http://lexvo.org/id/char/28A78> a lvont:Character ;
    lvont:represents "𨩸"^^xsd:string .

<http://lexvo.org/id/char/28A79> a lvont:Character ;
    lvont:represents "𨩹"^^xsd:string .

<http://lexvo.org/id/char/28A7A> a lvont:Character ;
    lvont:represents "𨩺"^^xsd:string .

<http://lexvo.org/id/char/28A7B> a lvont:Character ;
    lvont:represents "𨩻"^^xsd:string .

<http://lexvo.org/id/char/28A7C> a lvont:Character ;
    lvont:represents "𨩼"^^xsd:string .

<http://lexvo.org/id/char/28A7D> a lvont:Character ;
    lvont:represents "𨩽"^^xsd:string .

<http://lexvo.org/id/char/28A7E> a lvont:Character ;
    lvont:represents "𨩾"^^xsd:string .

<http://lexvo.org/id/char/28A7F> a lvont:Character ;
    lvont:represents "𨩿"^^xsd:string .

<http://lexvo.org/id/char/28A8> a lvont:Character ;
    lvont:represents "⢨"^^xsd:string ;
    rdfs:comment "BRAILLE PATTERN DOTS-468"@en .

<http://lexvo.org/id/char/28A80> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/m%E1%BB%8F>,
        "𨪀"^^xsd:string .

<http://lexvo.org/id/char/28A81> a lvont:Character ;
    lvont:represents "𨪁"^^xsd:string .

<http://lexvo.org/id/char/28A82> a lvont:Character ;
    lvont:represents "𨪂"^^xsd:string .

<http://lexvo.org/id/char/28A83> a lvont:Character ;
    lvont:represents "𨪃"^^xsd:string .

<http://lexvo.org/id/char/28A84> a lvont:Character ;
    lvont:represents "𨪄"^^xsd:string .

<http://lexvo.org/id/char/28A85> a lvont:Character ;
    lvont:represents "𨪅"^^xsd:string .

<http://lexvo.org/id/char/28A86> a lvont:Character ;
    lvont:represents "𨪆"^^xsd:string .

<http://lexvo.org/id/char/28A87> a lvont:Character ;
    lvont:represents "𨪇"^^xsd:string .

<http://lexvo.org/id/char/28A88> a lvont:Character ;
    lvont:represents "𨪈"^^xsd:string .

<http://lexvo.org/id/char/28A89> a lvont:Character ;
    lvont:represents "𨪉"^^xsd:string .

<http://lexvo.org/id/char/28A8A> a lvont:Character ;
    lvont:represents "𨪊"^^xsd:string .

<http://lexvo.org/id/char/28A8B> a lvont:Character ;
    lvont:represents "𨪋"^^xsd:string .

<http://lexvo.org/id/char/28A8C> a lvont:Character ;
    lvont:represents "𨪌"^^xsd:string .

<http://lexvo.org/id/char/28A8D> a lvont:Character ;
    lvont:represents "𨪍"^^xsd:string .

<http://lexvo.org/id/char/28A8E> a lvont:Character ;
    lvont:represents "𨪎"^^xsd:string .

<http://lexvo.org/id/char/28A8F> a lvont:Character ;
    lvont:represents "𨪏"^^xsd:string .

<http://lexvo.org/id/char/28A9> a lvont:Character ;
    lvont:represents "⢩"^^xsd:string ;
    rdfs:comment "BRAILLE PATTERN DOTS-1468"@en .

<http://lexvo.org/id/char/28A90> a lvont:Character ;
    lvont:represents "𨪐"^^xsd:string .

<http://lexvo.org/id/char/28A91> a lvont:Character ;
    lvont:represents "𨪑"^^xsd:string .

<http://lexvo.org/id/char/28A92> a lvont:Character ;
    lvont:represents "𨪒"^^xsd:string .

<http://lexvo.org/id/char/28A93> a lvont:Character ;
    lvont:represents "𨪓"^^xsd:string .

<http://lexvo.org/id/char/28A94> a lvont:Character ;
    lvont:represents "𨪔"^^xsd:string .

<http://lexvo.org/id/char/28A95> a lvont:Character ;
    lvont:represents "𨪕"^^xsd:string .

<http://lexvo.org/id/char/28A96> a lvont:Character ;
    lvont:represents "𨪖"^^xsd:string .

<http://lexvo.org/id/char/28A97> a lvont:Character ;
    lvont:represents "𨪗"^^xsd:string .

<http://lexvo.org/id/char/28A98> a lvont:Character ;
    lvont:represents "𨪘"^^xsd:string .

<http://lexvo.org/id/char/28A99> a lvont:Character ;
    lvont:represents "𨪙"^^xsd:string .

<http://lexvo.org/id/char/28A9A> a lvont:Character ;
    lvont:represents "𨪚"^^xsd:string .

<http://lexvo.org/id/char/28A9B> a lvont:Character ;
    lvont:represents "𨪛"^^xsd:string .

<http://lexvo.org/id/char/28A9C> a lvont:Character ;
    lvont:represents "𨪜"^^xsd:string .

<http://lexvo.org/id/char/28A9D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/k%E1%BB%81n>,
        "𨪝"^^xsd:string .

<http://lexvo.org/id/char/28A9E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/thu%E1%BB%95ng>,
        "𨪞"^^xsd:string .

<http://lexvo.org/id/char/28A9F> a lvont:Character ;
    lvont:represents "𨪟"^^xsd:string .

<http://lexvo.org/id/char/28AA> a lvont:Character ;
    lvont:represents "⢪"^^xsd:string ;
    rdfs:comment "BRAILLE PATTERN DOTS-2468"@en .

<http://lexvo.org/id/char/28AA0> a lvont:Character ;
    lvont:represents "𨪠"^^xsd:string .

<http://lexvo.org/id/char/28AA1> a lvont:Character ;
    lvont:represents "𨪡"^^xsd:string .

<http://lexvo.org/id/char/28AA2> a lvont:Character ;
    lvont:represents "𨪢"^^xsd:string .

<http://lexvo.org/id/char/28AA3> a lvont:Character ;
    lvont:represents "𨪣"^^xsd:string .

<http://lexvo.org/id/char/28AA4> a lvont:Character ;
    lvont:represents "𨪤"^^xsd:string .

<http://lexvo.org/id/char/28AA5> a lvont:Character ;
    lvont:represents "𨪥"^^xsd:string .

<http://lexvo.org/id/char/28AA6> a lvont:Character ;
    lvont:represents "𨪦"^^xsd:string .

<http://lexvo.org/id/char/28AA7> a lvont:Character ;
    lvont:represents "𨪧"^^xsd:string .

<http://lexvo.org/id/char/28AA8> a lvont:Character ;
    lvont:represents "𨪨"^^xsd:string .

<http://lexvo.org/id/char/28AA9> a lvont:Character ;
    lvont:represents "𨪩"^^xsd:string .

<http://lexvo.org/id/char/28AAA> a lvont:Character ;
    lvont:represents "𨪪"^^xsd:string .

<http://lexvo.org/id/char/28AAB> a lvont:Character ;
    lvont:represents "𨪫"^^xsd:string .

<http://lexvo.org/id/char/28AAC> a lvont:Character ;
    lvont:represents "𨪬"^^xsd:string .

<http://lexvo.org/id/char/28AAD> a lvont:Character ;
    lvont:represents "𨪭"^^xsd:string .

<http://lexvo.org/id/char/28AAE> a lvont:Character ;
    lvont:represents "𨪮"^^xsd:string .

<http://lexvo.org/id/char/28AAF> a lvont:Character ;
    lvont:represents "𨪯"^^xsd:string .

<http://lexvo.org/id/char/28AB> a lvont:Character ;
    lvont:represents "⢫"^^xsd:string ;
    rdfs:comment "BRAILLE PATTERN DOTS-12468"@en .

<http://lexvo.org/id/char/28AB0> a lvont:Character ;
    lvont:represents "𨪰"^^xsd:string .

<http://lexvo.org/id/char/28AB1> a lvont:Character ;
    lvont:represents "𨪱"^^xsd:string .

<http://lexvo.org/id/char/28AB2> a lvont:Character ;
    lvont:represents "𨪲"^^xsd:string .

<http://lexvo.org/id/char/28AB3> a lvont:Character ;
    lvont:represents "𨪳"^^xsd:string .

<http://lexvo.org/id/char/28AB4> a lvont:Character ;
    lvont:represents "𨪴"^^xsd:string .

<http://lexvo.org/id/char/28AB5> a lvont:Character ;
    lvont:represents "𨪵"^^xsd:string .

<http://lexvo.org/id/char/28AB6> a lvont:Character ;
    lvont:represents "𨪶"^^xsd:string .

<http://lexvo.org/id/char/28AB7> a lvont:Character ;
    lvont:represents "𨪷"^^xsd:string .

<http://lexvo.org/id/char/28AB8> a lvont:Character ;
    lvont:represents "𨪸"^^xsd:string .

<http://lexvo.org/id/char/28AB9> a lvont:Character ;
    lvont:represents "𨪹"^^xsd:string .

<http://lexvo.org/id/char/28ABA> a lvont:Character ;
    lvont:represents "𨪺"^^xsd:string .

<http://lexvo.org/id/char/28ABB> a lvont:Character ;
    lvont:represents "𨪻"^^xsd:string .

<http://lexvo.org/id/char/28ABC> a lvont:Character ;
    lvont:represents "𨪼"^^xsd:string .

<http://lexvo.org/id/char/28ABD> a lvont:Character ;
    lvont:represents "𨪽"^^xsd:string .

<http://lexvo.org/id/char/28ABE> a lvont:Character ;
    lvont:represents "𨪾"^^xsd:string .

<http://lexvo.org/id/char/28ABF> a lvont:Character ;
    lvont:represents "𨪿"^^xsd:string .

<http://lexvo.org/id/char/28AC> a lvont:Character ;
    lvont:represents "⢬"^^xsd:string ;
    rdfs:comment "BRAILLE PATTERN DOTS-3468"@en .

<http://lexvo.org/id/char/28AC0> a lvont:Character ;
    lvont:represents "𨫀"^^xsd:string .

<http://lexvo.org/id/char/28AC1> a lvont:Character ;
    lvont:represents "𨫁"^^xsd:string .

<http://lexvo.org/id/char/28AC2> a lvont:Character ;
    lvont:represents "𨫂"^^xsd:string .

<http://lexvo.org/id/char/28AC3> a lvont:Character ;
    lvont:represents "𨫃"^^xsd:string .

<http://lexvo.org/id/char/28AC4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/b%C4%83m>,
        "𨫄"^^xsd:string .

<http://lexvo.org/id/char/28AC5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/lon>,
        "𨫅"^^xsd:string .

<http://lexvo.org/id/char/28AC6> a lvont:Character ;
    lvont:represents "𨫆"^^xsd:string .

<http://lexvo.org/id/char/28AC7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ch%C5%A9m>,
        "𨫇"^^xsd:string .

<http://lexvo.org/id/char/28AC8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ch%E1%BB%8Dc>,
        "𨫈"^^xsd:string .

<http://lexvo.org/id/char/28AC9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/th%C3%ACa>,
        "𨫉"^^xsd:string .

<http://lexvo.org/id/char/28ACA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/s%E1%BA%AFt>,
        "𨫊"^^xsd:string .

<http://lexvo.org/id/char/28ACB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/c%E1%BB%93ng>,
        "𨫋"^^xsd:string .

<http://lexvo.org/id/char/28ACC> a lvont:Character ;
    lvont:represents "𨫌"^^xsd:string .

<http://lexvo.org/id/char/28ACD> a lvont:Character ;
    lvont:represents "𨫍"^^xsd:string .

<http://lexvo.org/id/char/28ACE> a lvont:Character ;
    lvont:represents "𨫎"^^xsd:string .

<http://lexvo.org/id/char/28ACF> a lvont:Character ;
    lvont:represents "𨫏"^^xsd:string .

<http://lexvo.org/id/char/28AD> a lvont:Character ;
    lvont:represents "⢭"^^xsd:string ;
    rdfs:comment "BRAILLE PATTERN DOTS-13468"@en .

<http://lexvo.org/id/char/28AD0> a lvont:Character ;
    lvont:represents "𨫐"^^xsd:string .

<http://lexvo.org/id/char/28AD1> a lvont:Character ;
    lvont:represents "𨫑"^^xsd:string .

<http://lexvo.org/id/char/28AD2> a lvont:Character ;
    lvont:represents "𨫒"^^xsd:string .

<http://lexvo.org/id/char/28AD3> a lvont:Character ;
    lvont:represents "𨫓"^^xsd:string .

<http://lexvo.org/id/char/28AD4> a lvont:Character ;
    lvont:represents "𨫔"^^xsd:string .

<http://lexvo.org/id/char/28AD5> a lvont:Character ;
    lvont:represents "𨫕"^^xsd:string .

<http://lexvo.org/id/char/28AD6> a lvont:Character ;
    lvont:represents "𨫖"^^xsd:string .

<http://lexvo.org/id/char/28AD7> a lvont:Character ;
    lvont:represents "𨫗"^^xsd:string .

<http://lexvo.org/id/char/28AD8> a lvont:Character ;
    lvont:represents "𨫘"^^xsd:string .

<http://lexvo.org/id/char/28AD9> a lvont:Character ;
    lvont:represents "𨫙"^^xsd:string .

<http://lexvo.org/id/char/28ADA> a lvont:Character ;
    lvont:represents "𨫚"^^xsd:string .

<http://lexvo.org/id/char/28ADB> a lvont:Character ;
    lvont:represents "𨫛"^^xsd:string .

<http://lexvo.org/id/char/28ADC> a lvont:Character ;
    lvont:represents "𨫜"^^xsd:string .

<http://lexvo.org/id/char/28ADD> a lvont:Character ;
    lvont:represents "𨫝"^^xsd:string .

<http://lexvo.org/id/char/28ADE> a lvont:Character ;
    lvont:represents "𨫞"^^xsd:string .

<http://lexvo.org/id/char/28ADF> a lvont:Character ;
    lvont:represents "𨫟"^^xsd:string .

<http://lexvo.org/id/char/28AE> a lvont:Character ;
    lvont:represents "⢮"^^xsd:string ;
    rdfs:comment "BRAILLE PATTERN DOTS-23468"@en .

<http://lexvo.org/id/char/28AE0> a lvont:Character ;
    lvont:represents "𨫠"^^xsd:string .

<http://lexvo.org/id/char/28AE1> a lvont:Character ;
    lvont:represents "𨫡"^^xsd:string .

<http://lexvo.org/id/char/28AE2> a lvont:Character ;
    lvont:represents "𨫢"^^xsd:string .

<http://lexvo.org/id/char/28AE3> a lvont:Character ;
    lvont:represents "𨫣"^^xsd:string .

<http://lexvo.org/id/char/28AE4> a lvont:Character ;
    lvont:represents "𨫤"^^xsd:string .

<http://lexvo.org/id/char/28AE5> a lvont:Character ;
    lvont:represents "𨫥"^^xsd:string .

<http://lexvo.org/id/char/28AE6> a lvont:Character ;
    lvont:represents "𨫦"^^xsd:string .

<http://lexvo.org/id/char/28AE7> a lvont:Character ;
    lvont:represents "𨫧"^^xsd:string .

<http://lexvo.org/id/char/28AE8> a lvont:Character ;
    lvont:represents "𨫨"^^xsd:string .

<http://lexvo.org/id/char/28AE9> a lvont:Character ;
    lvont:represents "𨫩"^^xsd:string .

<http://lexvo.org/id/char/28AEA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/han>,
        "𨫪"^^xsd:string .

<http://lexvo.org/id/char/28AEB> a lvont:Character ;
    lvont:represents "𨫫"^^xsd:string .

<http://lexvo.org/id/char/28AEC> a lvont:Character ;
    lvont:represents "𨫬"^^xsd:string .

<http://lexvo.org/id/char/28AED> a lvont:Character ;
    lvont:represents "𨫭"^^xsd:string .

<http://lexvo.org/id/char/28AEE> a lvont:Character ;
    lvont:represents "𨫮"^^xsd:string .

<http://lexvo.org/id/char/28AEF> a lvont:Character ;
    lvont:represents "𨫯"^^xsd:string .

<http://lexvo.org/id/char/28AF> a lvont:Character ;
    lvont:represents "⢯"^^xsd:string ;
    rdfs:comment "BRAILLE PATTERN DOTS-123468"@en .

<http://lexvo.org/id/char/28AF0> a lvont:Character ;
    lvont:represents "𨫰"^^xsd:string .

<http://lexvo.org/id/char/28AF1> a lvont:Character ;
    lvont:represents "𨫱"^^xsd:string .

<http://lexvo.org/id/char/28AF2> a lvont:Character ;
    lvont:represents "𨫲"^^xsd:string .

<http://lexvo.org/id/char/28AF3> a lvont:Character ;
    lvont:represents "𨫳"^^xsd:string .

<http://lexvo.org/id/char/28AF4> a lvont:Character ;
    lvont:represents "𨫴"^^xsd:string .

<http://lexvo.org/id/char/28AF5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/cu%E1%BB%91c>,
        "𨫵"^^xsd:string .

<http://lexvo.org/id/char/28AF6> a lvont:Character ;
    lvont:represents "𨫶"^^xsd:string .

<http://lexvo.org/id/char/28AF7> a lvont:Character ;
    lvont:represents "𨫷"^^xsd:string .

<http://lexvo.org/id/char/28AF8> a lvont:Character ;
    lvont:represents "𨫸"^^xsd:string .

<http://lexvo.org/id/char/28AF9> a lvont:Character ;
    lvont:represents "𨫹"^^xsd:string .

<http://lexvo.org/id/char/28AFA> a lvont:Character ;
    lvont:represents "𨫺"^^xsd:string .

<http://lexvo.org/id/char/28AFB> a lvont:Character ;
    lvont:represents "𨫻"^^xsd:string .

<http://lexvo.org/id/char/28AFC> a lvont:Character ;
    lvont:represents "𨫼"^^xsd:string .

<http://lexvo.org/id/char/28AFD> a lvont:Character ;
    lvont:represents "𨫽"^^xsd:string .

<http://lexvo.org/id/char/28AFE> a lvont:Character ;
    lvont:represents "𨫾"^^xsd:string .

<http://lexvo.org/id/char/28AFF> a lvont:Character ;
    lvont:represents "𨫿"^^xsd:string .

<http://lexvo.org/id/char/28B0> a lvont:Character ;
    lvont:represents "⢰"^^xsd:string ;
    rdfs:comment "BRAILLE PATTERN DOTS-568"@en .

<http://lexvo.org/id/char/28B00> a lvont:Character ;
    lvont:represents "𨬀"^^xsd:string .

<http://lexvo.org/id/char/28B01> a lvont:Character ;
    lvont:represents "𨬁"^^xsd:string .

<http://lexvo.org/id/char/28B02> a lvont:Character ;
    lvont:represents "𨬂"^^xsd:string .

<http://lexvo.org/id/char/28B03> a lvont:Character ;
    lvont:represents "𨬃"^^xsd:string .

<http://lexvo.org/id/char/28B04> a lvont:Character ;
    lvont:represents "𨬄"^^xsd:string .

<http://lexvo.org/id/char/28B05> a lvont:Character ;
    lvont:represents "𨬅"^^xsd:string .

<http://lexvo.org/id/char/28B06> a lvont:Character ;
    lvont:represents "𨬆"^^xsd:string .

<http://lexvo.org/id/char/28B07> a lvont:Character ;
    lvont:represents "𨬇"^^xsd:string .

<http://lexvo.org/id/char/28B08> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/m%E1%BA%A1>,
        "𨬈"^^xsd:string .

<http://lexvo.org/id/char/28B09> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/d%C3%B9i>,
        "𨬉"^^xsd:string .

<http://lexvo.org/id/char/28B0A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/gi%C3%A1o>,
        "𨬊"^^xsd:string .

<http://lexvo.org/id/char/28B0B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/mi%E1%BB%83ng>,
        "𨬋"^^xsd:string .

<http://lexvo.org/id/char/28B0C> a lvont:Character ;
    lvont:represents "𨬌"^^xsd:string .

<http://lexvo.org/id/char/28B0D> a lvont:Character ;
    lvont:represents "𨬍"^^xsd:string .

<http://lexvo.org/id/char/28B0E> a lvont:Character ;
    lvont:represents "𨬎"^^xsd:string .

<http://lexvo.org/id/char/28B0F> a lvont:Character ;
    lvont:represents "𨬏"^^xsd:string .

<http://lexvo.org/id/char/28B1> a lvont:Character ;
    lvont:represents "⢱"^^xsd:string ;
    rdfs:comment "BRAILLE PATTERN DOTS-1568"@en .

<http://lexvo.org/id/char/28B10> a lvont:Character ;
    lvont:represents "𨬐"^^xsd:string .

<http://lexvo.org/id/char/28B11> a lvont:Character ;
    lvont:represents "𨬑"^^xsd:string .

<http://lexvo.org/id/char/28B12> a lvont:Character ;
    lvont:represents "𨬒"^^xsd:string .

<http://lexvo.org/id/char/28B13> a lvont:Character ;
    lvont:represents "𨬓"^^xsd:string .

<http://lexvo.org/id/char/28B14> a lvont:Character ;
    lvont:represents "𨬔"^^xsd:string .

<http://lexvo.org/id/char/28B15> a lvont:Character ;
    lvont:represents "𨬕"^^xsd:string .

<http://lexvo.org/id/char/28B16> a lvont:Character ;
    lvont:represents "𨬖"^^xsd:string .

<http://lexvo.org/id/char/28B17> a lvont:Character ;
    lvont:represents "𨬗"^^xsd:string .

<http://lexvo.org/id/char/28B18> a lvont:Character ;
    lvont:represents "𨬘"^^xsd:string .

<http://lexvo.org/id/char/28B19> a lvont:Character ;
    lvont:represents "𨬙"^^xsd:string .

<http://lexvo.org/id/char/28B1A> a lvont:Character ;
    lvont:represents "𨬚"^^xsd:string .

<http://lexvo.org/id/char/28B1B> a lvont:Character ;
    lvont:represents "𨬛"^^xsd:string .

<http://lexvo.org/id/char/28B1C> a lvont:Character ;
    lvont:represents "𨬜"^^xsd:string .

<http://lexvo.org/id/char/28B1D> a lvont:Character ;
    lvont:represents "𨬝"^^xsd:string .

<http://lexvo.org/id/char/28B1E> a lvont:Character ;
    lvont:represents "𨬞"^^xsd:string .

<http://lexvo.org/id/char/28B1F> a lvont:Character ;
    lvont:represents "𨬟"^^xsd:string .

<http://lexvo.org/id/char/28B2> a lvont:Character ;
    lvont:represents "⢲"^^xsd:string ;
    rdfs:comment "BRAILLE PATTERN DOTS-2568"@en .

<http://lexvo.org/id/char/28B20> a lvont:Character ;
    lvont:represents "𨬠"^^xsd:string .

<http://lexvo.org/id/char/28B21> a lvont:Character ;
    lvont:represents "𨬡"^^xsd:string .

<http://lexvo.org/id/char/28B22> a lvont:Character ;
    lvont:represents "𨬢"^^xsd:string .

<http://lexvo.org/id/char/28B23> a lvont:Character ;
    lvont:represents "𨬣"^^xsd:string .

<http://lexvo.org/id/char/28B24> a lvont:Character ;
    lvont:represents "𨬤"^^xsd:string .

<http://lexvo.org/id/char/28B25> a lvont:Character ;
    lvont:represents "𨬥"^^xsd:string .

<http://lexvo.org/id/char/28B26> a lvont:Character ;
    lvont:represents "𨬦"^^xsd:string .

<http://lexvo.org/id/char/28B27> a lvont:Character ;
    lvont:represents "𨬧"^^xsd:string .

<http://lexvo.org/id/char/28B28> a lvont:Character ;
    lvont:represents "𨬨"^^xsd:string .

<http://lexvo.org/id/char/28B29> a lvont:Character ;
    lvont:represents "𨬩"^^xsd:string .

<http://lexvo.org/id/char/28B2A> a lvont:Character ;
    lvont:represents "𨬪"^^xsd:string .

<http://lexvo.org/id/char/28B2B> a lvont:Character ;
    lvont:represents "𨬫"^^xsd:string .

<http://lexvo.org/id/char/28B2C> a lvont:Character ;
    lvont:represents "𨬬"^^xsd:string .

<http://lexvo.org/id/char/28B2D> a lvont:Character ;
    lvont:represents "𨬭"^^xsd:string .

<http://lexvo.org/id/char/28B2E> a lvont:Character ;
    lvont:represents "𨬮"^^xsd:string .

<http://lexvo.org/id/char/28B2F> a lvont:Character ;
    lvont:represents "𨬯"^^xsd:string .

<http://lexvo.org/id/char/28B3> a lvont:Character ;
    lvont:represents "⢳"^^xsd:string ;
    rdfs:comment "BRAILLE PATTERN DOTS-12568"@en .

<http://lexvo.org/id/char/28B30> a lvont:Character ;
    lvont:represents "𨬰"^^xsd:string .

<http://lexvo.org/id/char/28B31> a lvont:Character ;
    lvont:represents "𨬱"^^xsd:string .

<http://lexvo.org/id/char/28B32> a lvont:Character ;
    lvont:represents "𨬲"^^xsd:string .

<http://lexvo.org/id/char/28B33> a lvont:Character ;
    lvont:represents "𨬳"^^xsd:string .

<http://lexvo.org/id/char/28B34> a lvont:Character ;
    lvont:represents "𨬴"^^xsd:string .

<http://lexvo.org/id/char/28B35> a lvont:Character ;
    lvont:represents "𨬵"^^xsd:string .

<http://lexvo.org/id/char/28B36> a lvont:Character ;
    lvont:represents "𨬶"^^xsd:string .

<http://lexvo.org/id/char/28B37> a lvont:Character ;
    lvont:represents "𨬷"^^xsd:string .

<http://lexvo.org/id/char/28B38> a lvont:Character ;
    lvont:represents "𨬸"^^xsd:string .

<http://lexvo.org/id/char/28B39> a lvont:Character ;
    lvont:represents "𨬹"^^xsd:string .

<http://lexvo.org/id/char/28B3A> a lvont:Character ;
    lvont:represents "𨬺"^^xsd:string .

<http://lexvo.org/id/char/28B3B> a lvont:Character ;
    lvont:represents "𨬻"^^xsd:string .

<http://lexvo.org/id/char/28B3C> a lvont:Character ;
    lvont:represents "𨬼"^^xsd:string .

<http://lexvo.org/id/char/28B3D> a lvont:Character ;
    lvont:represents "𨬽"^^xsd:string .

<http://lexvo.org/id/char/28B3E> a lvont:Character ;
    lvont:represents "𨬾"^^xsd:string .

<http://lexvo.org/id/char/28B3F> a lvont:Character ;
    lvont:represents "𨬿"^^xsd:string .

<http://lexvo.org/id/char/28B4> a lvont:Character ;
    lvont:represents "⢴"^^xsd:string ;
    rdfs:comment "BRAILLE PATTERN DOTS-3568"@en .

<http://lexvo.org/id/char/28B40> a lvont:Character ;
    lvont:represents "𨭀"^^xsd:string .

<http://lexvo.org/id/char/28B41> a lvont:Character ;
    lvont:represents "𨭁"^^xsd:string .

<http://lexvo.org/id/char/28B42> a lvont:Character ;
    lvont:represents "𨭂"^^xsd:string .

<http://lexvo.org/id/char/28B43> a lvont:Character ;
    lvont:represents "𨭃"^^xsd:string .

<http://lexvo.org/id/char/28B44> a lvont:Character ;
    lvont:represents "𨭄"^^xsd:string .

<http://lexvo.org/id/char/28B45> a lvont:Character ;
    lvont:represents "𨭅"^^xsd:string .

<http://lexvo.org/id/char/28B46> a lvont:Character ;
    lvont:represents "𨭆"^^xsd:string .

<http://lexvo.org/id/char/28B47> a lvont:Character ;
    lvont:represents "𨭇"^^xsd:string .

<http://lexvo.org/id/char/28B48> a lvont:Character ;
    lvont:represents "𨭈"^^xsd:string .

<http://lexvo.org/id/char/28B49> a lvont:Character ;
    lvont:represents "𨭉"^^xsd:string .

<http://lexvo.org/id/char/28B4A> a lvont:Character ;
    lvont:represents "𨭊"^^xsd:string .

<http://lexvo.org/id/char/28B4B> a lvont:Character ;
    lvont:represents "𨭋"^^xsd:string .

<http://lexvo.org/id/char/28B4C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/baang1%20paang1>,
        <http://lexvo.org/id/term/yue/%F0%A8%AD%8C>,
        "𨭌"^^xsd:string ;
    rdfs:comment "(Cant.) bang; pan (Eng. loanwords)"@en .

<http://lexvo.org/id/char/28B4D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/bay>,
        "𨭍"^^xsd:string .

<http://lexvo.org/id/char/28B4E> a lvont:Character ;
    lvont:represents "𨭎"^^xsd:string .

<http://lexvo.org/id/char/28B4F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/choang>,
        "𨭏"^^xsd:string .

<http://lexvo.org/id/char/28B5> a lvont:Character ;
    lvont:represents "⢵"^^xsd:string ;
    rdfs:comment "BRAILLE PATTERN DOTS-13568"@en .

<http://lexvo.org/id/char/28B50> a lvont:Character ;
    lvont:represents "𨭐"^^xsd:string .

<http://lexvo.org/id/char/28B51> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/thu%E1%BB%95ng>,
        "𨭑"^^xsd:string .

<http://lexvo.org/id/char/28B52> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/choang>,
        "𨭒"^^xsd:string .

<http://lexvo.org/id/char/28B53> a lvont:Character ;
    lvont:represents "𨭓"^^xsd:string .

<http://lexvo.org/id/char/28B54> a lvont:Character ;
    lvont:represents "𨭔"^^xsd:string .

<http://lexvo.org/id/char/28B55> a lvont:Character ;
    lvont:represents "𨭕"^^xsd:string .

<http://lexvo.org/id/char/28B56> a lvont:Character ;
    lvont:represents "𨭖"^^xsd:string .

<http://lexvo.org/id/char/28B57> a lvont:Character ;
    lvont:represents "𨭗"^^xsd:string .

<http://lexvo.org/id/char/28B58> a lvont:Character ;
    lvont:represents "𨭘"^^xsd:string .

<http://lexvo.org/id/char/28B59> a lvont:Character ;
    lvont:represents "𨭙"^^xsd:string .

<http://lexvo.org/id/char/28B5A> a lvont:Character ;
    lvont:represents "𨭚"^^xsd:string .

<http://lexvo.org/id/char/28B5B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%A0>,
        "𨭛"^^xsd:string .

<http://lexvo.org/id/char/28B5C> a lvont:Character ;
    lvont:represents "𨭜"^^xsd:string .

<http://lexvo.org/id/char/28B5D> a lvont:Character ;
    lvont:represents "𨭝"^^xsd:string .

<http://lexvo.org/id/char/28B5E> a lvont:Character ;
    lvont:represents "𨭞"^^xsd:string .

<http://lexvo.org/id/char/28B5F> a lvont:Character ;
    lvont:represents "𨭟"^^xsd:string .

<http://lexvo.org/id/char/28B6> a lvont:Character ;
    lvont:represents "⢶"^^xsd:string ;
    rdfs:comment "BRAILLE PATTERN DOTS-23568"@en .

<http://lexvo.org/id/char/28B60> a lvont:Character ;
    lvont:represents "𨭠"^^xsd:string .

<http://lexvo.org/id/char/28B61> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/thau>,
        "𨭡"^^xsd:string .

<http://lexvo.org/id/char/28B62> a lvont:Character ;
    lvont:represents "𨭢"^^xsd:string .

<http://lexvo.org/id/char/28B63> a lvont:Character ;
    lvont:represents "𨭣"^^xsd:string .

<http://lexvo.org/id/char/28B64> a lvont:Character ;
    lvont:represents "𨭤"^^xsd:string .

<http://lexvo.org/id/char/28B65> a lvont:Character ;
    lvont:represents "𨭥"^^xsd:string .

<http://lexvo.org/id/char/28B66> a lvont:Character ;
    lvont:represents "𨭦"^^xsd:string .

<http://lexvo.org/id/char/28B67> a lvont:Character ;
    lvont:represents "𨭧"^^xsd:string .

<http://lexvo.org/id/char/28B68> a lvont:Character ;
    lvont:represents "𨭨"^^xsd:string .

<http://lexvo.org/id/char/28B69> a lvont:Character ;
    lvont:represents "𨭩"^^xsd:string .

<http://lexvo.org/id/char/28B6A> a lvont:Character ;
    lvont:represents "𨭪"^^xsd:string .

<http://lexvo.org/id/char/28B6B> a lvont:Character ;
    lvont:represents "𨭫"^^xsd:string .

<http://lexvo.org/id/char/28B6C> a lvont:Character ;
    lvont:represents "𨭬"^^xsd:string .

<http://lexvo.org/id/char/28B6D> a lvont:Character ;
    lvont:represents "𨭭"^^xsd:string .

<http://lexvo.org/id/char/28B6E> a lvont:Character ;
    lvont:represents "𨭮"^^xsd:string .

<http://lexvo.org/id/char/28B6F> a lvont:Character ;
    lvont:represents "𨭯"^^xsd:string .

<http://lexvo.org/id/char/28B7> a lvont:Character ;
    lvont:represents "⢷"^^xsd:string ;
    rdfs:comment "BRAILLE PATTERN DOTS-123568"@en .

<http://lexvo.org/id/char/28B70> a lvont:Character ;
    lvont:represents "𨭰"^^xsd:string .

<http://lexvo.org/id/char/28B71> a lvont:Character ;
    lvont:represents "𨭱"^^xsd:string .

<http://lexvo.org/id/char/28B72> a lvont:Character ;
    lvont:represents "𨭲"^^xsd:string .

<http://lexvo.org/id/char/28B73> a lvont:Character ;
    lvont:represents "𨭳"^^xsd:string .

<http://lexvo.org/id/char/28B74> a lvont:Character ;
    lvont:represents "𨭴"^^xsd:string .

<http://lexvo.org/id/char/28B75> a lvont:Character ;
    lvont:represents "𨭵"^^xsd:string .

<http://lexvo.org/id/char/28B76> a lvont:Character ;
    lvont:represents "𨭶"^^xsd:string .

<http://lexvo.org/id/char/28B77> a lvont:Character ;
    lvont:represents "𨭷"^^xsd:string .

<http://lexvo.org/id/char/28B78> a lvont:Character ;
    lvont:represents "𨭸"^^xsd:string .

<http://lexvo.org/id/char/28B79> a lvont:Character ;
    lvont:represents "𨭹"^^xsd:string .

<http://lexvo.org/id/char/28B7A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/c%E1%BB%91m>,
        "𨭺"^^xsd:string .

<http://lexvo.org/id/char/28B7B> a lvont:Character ;
    lvont:represents "𨭻"^^xsd:string .

<http://lexvo.org/id/char/28B7C> a lvont:Character ;
    lvont:represents "𨭼"^^xsd:string .

<http://lexvo.org/id/char/28B7D> a lvont:Character ;
    lvont:represents "𨭽"^^xsd:string .

<http://lexvo.org/id/char/28B7E> a lvont:Character ;
    lvont:represents "𨭾"^^xsd:string .

<http://lexvo.org/id/char/28B7F> a lvont:Character ;
    lvont:represents "𨭿"^^xsd:string .

<http://lexvo.org/id/char/28B8> a lvont:Character ;
    lvont:represents "⢸"^^xsd:string ;
    rdfs:comment "BRAILLE PATTERN DOTS-4568"@en .

<http://lexvo.org/id/char/28B80> a lvont:Character ;
    lvont:represents "𨮀"^^xsd:string .

<http://lexvo.org/id/char/28B81> a lvont:Character ;
    lvont:represents "𨮁"^^xsd:string .

<http://lexvo.org/id/char/28B82> a lvont:Character ;
    lvont:represents "𨮂"^^xsd:string .

<http://lexvo.org/id/char/28B83> a lvont:Character ;
    lvont:represents "𨮃"^^xsd:string .

<http://lexvo.org/id/char/28B84> a lvont:Character ;
    lvont:represents "𨮄"^^xsd:string .

<http://lexvo.org/id/char/28B85> a lvont:Character ;
    lvont:represents "𨮅"^^xsd:string .

<http://lexvo.org/id/char/28B86> a lvont:Character ;
    lvont:represents "𨮆"^^xsd:string .

<http://lexvo.org/id/char/28B87> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/bung>,
        "𨮇"^^xsd:string .

<http://lexvo.org/id/char/28B88> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/hom>,
        "𨮈"^^xsd:string .

<http://lexvo.org/id/char/28B89> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/c%C3%B9n>,
        "𨮉"^^xsd:string .

<http://lexvo.org/id/char/28B8A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/%C4%91%C3%A2m>,
        "𨮊"^^xsd:string .

<http://lexvo.org/id/char/28B8B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/gi%C5%A9a>,
        "𨮋"^^xsd:string .

<http://lexvo.org/id/char/28B8C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/r%E1%BB%B1a>,
        "𨮌"^^xsd:string .

<http://lexvo.org/id/char/28B8D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/v%E1%BA%B1m>,
        "𨮍"^^xsd:string .

<http://lexvo.org/id/char/28B8E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/l%E1%BA%A1p>,
        "𨮎"^^xsd:string .

<http://lexvo.org/id/char/28B8F> a lvont:Character ;
    lvont:represents "𨮏"^^xsd:string .

<http://lexvo.org/id/char/28B9> a lvont:Character ;
    lvont:represents "⢹"^^xsd:string ;
    rdfs:comment "BRAILLE PATTERN DOTS-14568"@en .

<http://lexvo.org/id/char/28B90> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/nh%E1%BB%8Dn>,
        "𨮐"^^xsd:string .

<http://lexvo.org/id/char/28B91> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/thoi>,
        "𨮑"^^xsd:string .

<http://lexvo.org/id/char/28B92> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/mu%E1%BB%97ng>,
        "𨮒"^^xsd:string .

<http://lexvo.org/id/char/28B93> a lvont:Character ;
    lvont:represents "𨮓"^^xsd:string .

<http://lexvo.org/id/char/28B94> a lvont:Character ;
    lvont:represents "𨮔"^^xsd:string .

<http://lexvo.org/id/char/28B95> a lvont:Character ;
    lvont:represents "𨮕"^^xsd:string .

<http://lexvo.org/id/char/28B96> a lvont:Character ;
    lvont:represents "𨮖"^^xsd:string .

<http://lexvo.org/id/char/28B97> a lvont:Character ;
    lvont:represents "𨮗"^^xsd:string .

<http://lexvo.org/id/char/28B98> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/ban1>,
        <http://lexvo.org/id/term/yue/%F0%A8%AE%98>,
        "𨮘"^^xsd:string ;
    rdfs:comment "a fine grade of steel"@en .

<http://lexvo.org/id/char/28B99> a lvont:Character ;
    lvont:represents "𨮙"^^xsd:string .

<http://lexvo.org/id/char/28B9A> a lvont:Character ;
    lvont:represents "𨮚"^^xsd:string .

<http://lexvo.org/id/char/28B9B> a lvont:Character ;
    lvont:represents "𨮛"^^xsd:string .

<http://lexvo.org/id/char/28B9C> a lvont:Character ;
    lvont:represents "𨮜"^^xsd:string .

<http://lexvo.org/id/char/28B9D> a lvont:Character ;
    lvont:represents "𨮝"^^xsd:string .

<http://lexvo.org/id/char/28B9E> a lvont:Character ;
    lvont:represents "𨮞"^^xsd:string .

<http://lexvo.org/id/char/28B9F> a lvont:Character ;
    lvont:represents "𨮟"^^xsd:string .

<http://lexvo.org/id/char/28BA> a lvont:Character ;
    lvont:represents "⢺"^^xsd:string ;
    rdfs:comment "BRAILLE PATTERN DOTS-24568"@en .

<http://lexvo.org/id/char/28BA0> a lvont:Character ;
    lvont:represents "𨮠"^^xsd:string .

<http://lexvo.org/id/char/28BA1> a lvont:Character ;
    lvont:represents "𨮡"^^xsd:string .

<http://lexvo.org/id/char/28BA2> a lvont:Character ;
    lvont:represents "𨮢"^^xsd:string .

<http://lexvo.org/id/char/28BA3> a lvont:Character ;
    lvont:represents "𨮣"^^xsd:string .

<http://lexvo.org/id/char/28BA4> a lvont:Character ;
    lvont:represents "𨮤"^^xsd:string .

<http://lexvo.org/id/char/28BA5> a lvont:Character ;
    lvont:represents "𨮥"^^xsd:string .

<http://lexvo.org/id/char/28BA6> a lvont:Character ;
    lvont:represents "𨮦"^^xsd:string .

<http://lexvo.org/id/char/28BA7> a lvont:Character ;
    lvont:represents "𨮧"^^xsd:string .

<http://lexvo.org/id/char/28BA8> a lvont:Character ;
    lvont:represents "𨮨"^^xsd:string .

<http://lexvo.org/id/char/28BA9> a lvont:Character ;
    lvont:represents "𨮩"^^xsd:string .

<http://lexvo.org/id/char/28BAA> a lvont:Character ;
    lvont:represents "𨮪"^^xsd:string .

<http://lexvo.org/id/char/28BAB> a lvont:Character ;
    lvont:represents "𨮫"^^xsd:string .

<http://lexvo.org/id/char/28BAC> a lvont:Character ;
    lvont:represents "𨮬"^^xsd:string .

<http://lexvo.org/id/char/28BAD> a lvont:Character ;
    lvont:represents "𨮭"^^xsd:string .

<http://lexvo.org/id/char/28BAE> a lvont:Character ;
    lvont:represents "𨮮"^^xsd:string .

<http://lexvo.org/id/char/28BAF> a lvont:Character ;
    lvont:represents "𨮯"^^xsd:string .

<http://lexvo.org/id/char/28BB> a lvont:Character ;
    lvont:represents "⢻"^^xsd:string ;
    rdfs:comment "BRAILLE PATTERN DOTS-124568"@en .

<http://lexvo.org/id/char/28BB0> a lvont:Character ;
    lvont:represents "𨮰"^^xsd:string .

<http://lexvo.org/id/char/28BB1> a lvont:Character ;
    lvont:represents "𨮱"^^xsd:string .

<http://lexvo.org/id/char/28BB2> a lvont:Character ;
    lvont:represents "𨮲"^^xsd:string .

<http://lexvo.org/id/char/28BB3> a lvont:Character ;
    lvont:represents "𨮳"^^xsd:string .

<http://lexvo.org/id/char/28BB4> a lvont:Character ;
    lvont:represents "𨮴"^^xsd:string .

<http://lexvo.org/id/char/28BB5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/mu%E1%BB%95ng>,
        "𨮵"^^xsd:string .

<http://lexvo.org/id/char/28BB6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/v%E1%BA%BFu>,
        "𨮶"^^xsd:string .

<http://lexvo.org/id/char/28BB7> a lvont:Character ;
    lvont:represents "𨮷"^^xsd:string .

<http://lexvo.org/id/char/28BB8> a lvont:Character ;
    lvont:represents "𨮸"^^xsd:string .

<http://lexvo.org/id/char/28BB9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/thi%E1%BA%BFc>,
        "𨮹"^^xsd:string .

<http://lexvo.org/id/char/28BBA> a lvont:Character ;
    lvont:represents "𨮺"^^xsd:string .

<http://lexvo.org/id/char/28BBB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/r%C3%A8n>,
        "𨮻"^^xsd:string .

<http://lexvo.org/id/char/28BBC> a lvont:Character ;
    lvont:represents "𨮼"^^xsd:string .

<http://lexvo.org/id/char/28BBD> a lvont:Character ;
    lvont:represents "𨮽"^^xsd:string .

<http://lexvo.org/id/char/28BBE> a lvont:Character ;
    lvont:represents "𨮾"^^xsd:string .

<http://lexvo.org/id/char/28BBF> a lvont:Character ;
    lvont:represents "𨮿"^^xsd:string .

<http://lexvo.org/id/char/28BC> a lvont:Character ;
    lvont:represents "⢼"^^xsd:string ;
    rdfs:comment "BRAILLE PATTERN DOTS-34568"@en .

<http://lexvo.org/id/char/28BC0> a lvont:Character ;
    lvont:represents "𨯀"^^xsd:string .

<http://lexvo.org/id/char/28BC1> a lvont:Character ;
    lvont:represents "𨯁"^^xsd:string .

<http://lexvo.org/id/char/28BC2> a lvont:Character ;
    lvont:represents "𨯂"^^xsd:string .

<http://lexvo.org/id/char/28BC3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/s%E1%BB%8F>,
        "𨯃"^^xsd:string .

<http://lexvo.org/id/char/28BC4> a lvont:Character ;
    lvont:represents "𨯄"^^xsd:string .

<http://lexvo.org/id/char/28BC5> a lvont:Character ;
    lvont:represents "𨯅"^^xsd:string .

<http://lexvo.org/id/char/28BC6> a lvont:Character ;
    lvont:represents "𨯆"^^xsd:string .

<http://lexvo.org/id/char/28BC7> a lvont:Character ;
    lvont:represents "𨯇"^^xsd:string .

<http://lexvo.org/id/char/28BC8> a lvont:Character ;
    lvont:represents "𨯈"^^xsd:string .

<http://lexvo.org/id/char/28BC9> a lvont:Character ;
    lvont:represents "𨯉"^^xsd:string .

<http://lexvo.org/id/char/28BCA> a lvont:Character ;
    lvont:represents "𨯊"^^xsd:string .

<http://lexvo.org/id/char/28BCB> a lvont:Character ;
    lvont:represents "𨯋"^^xsd:string .

<http://lexvo.org/id/char/28BCC> a lvont:Character ;
    lvont:represents "𨯌"^^xsd:string .

<http://lexvo.org/id/char/28BCD> a lvont:Character ;
    lvont:represents "𨯍"^^xsd:string .

<http://lexvo.org/id/char/28BCE> a lvont:Character ;
    lvont:represents "𨯎"^^xsd:string .

<http://lexvo.org/id/char/28BCF> a lvont:Character ;
    lvont:represents "𨯏"^^xsd:string .

<http://lexvo.org/id/char/28BD> a lvont:Character ;
    lvont:represents "⢽"^^xsd:string ;
    rdfs:comment "BRAILLE PATTERN DOTS-134568"@en .

<http://lexvo.org/id/char/28BD0> a lvont:Character ;
    lvont:represents "𨯐"^^xsd:string .

<http://lexvo.org/id/char/28BD1> a lvont:Character ;
    lvont:represents "𨯑"^^xsd:string .

<http://lexvo.org/id/char/28BD2> a lvont:Character ;
    lvont:represents "𨯒"^^xsd:string .

<http://lexvo.org/id/char/28BD3> a lvont:Character ;
    lvont:represents "𨯓"^^xsd:string .

<http://lexvo.org/id/char/28BD4> a lvont:Character ;
    lvont:represents "𨯔"^^xsd:string .

<http://lexvo.org/id/char/28BD5> a lvont:Character ;
    lvont:represents "𨯕"^^xsd:string .

<http://lexvo.org/id/char/28BD6> a lvont:Character ;
    lvont:represents "𨯖"^^xsd:string .

<http://lexvo.org/id/char/28BD7> a lvont:Character ;
    lvont:represents "𨯗"^^xsd:string .

<http://lexvo.org/id/char/28BD8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/k%E1%BA%BDm>,
        "𨯘"^^xsd:string .

<http://lexvo.org/id/char/28BD9> a lvont:Character ;
    lvont:represents "𨯙"^^xsd:string .

<http://lexvo.org/id/char/28BDA> a lvont:Character ;
    lvont:represents "𨯚"^^xsd:string .

<http://lexvo.org/id/char/28BDB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/%E1%BA%A5m>,
        "𨯛"^^xsd:string .

<http://lexvo.org/id/char/28BDC> a lvont:Character ;
    lvont:represents "𨯜"^^xsd:string .

<http://lexvo.org/id/char/28BDD> a lvont:Character ;
    lvont:represents "𨯝"^^xsd:string .

<http://lexvo.org/id/char/28BDE> a lvont:Character ;
    lvont:represents "𨯞"^^xsd:string .

<http://lexvo.org/id/char/28BDF> a lvont:Character ;
    lvont:represents "𨯟"^^xsd:string .

<http://lexvo.org/id/char/28BE> a lvont:Character ;
    lvont:represents "⢾"^^xsd:string ;
    rdfs:comment "BRAILLE PATTERN DOTS-234568"@en .

<http://lexvo.org/id/char/28BE0> a lvont:Character ;
    lvont:represents "𨯠"^^xsd:string .

<http://lexvo.org/id/char/28BE1> a lvont:Character ;
    lvont:represents "𨯡"^^xsd:string .

<http://lexvo.org/id/char/28BE2> a lvont:Character ;
    lvont:represents "𨯢"^^xsd:string .

<http://lexvo.org/id/char/28BE3> a lvont:Character ;
    lvont:represents "𨯣"^^xsd:string .

<http://lexvo.org/id/char/28BE4> a lvont:Character ;
    lvont:represents "𨯤"^^xsd:string .

<http://lexvo.org/id/char/28BE5> a lvont:Character ;
    lvont:represents "𨯥"^^xsd:string .

<http://lexvo.org/id/char/28BE6> a lvont:Character ;
    lvont:represents "𨯦"^^xsd:string .

<http://lexvo.org/id/char/28BE7> a lvont:Character ;
    lvont:represents "𨯧"^^xsd:string .

<http://lexvo.org/id/char/28BE8> a lvont:Character ;
    lvont:represents "𨯨"^^xsd:string .

<http://lexvo.org/id/char/28BE9> a lvont:Character ;
    lvont:represents "𨯩"^^xsd:string .

<http://lexvo.org/id/char/28BEA> a lvont:Character ;
    lvont:represents "𨯪"^^xsd:string .

<http://lexvo.org/id/char/28BEB> a lvont:Character ;
    lvont:represents "𨯫"^^xsd:string .

<http://lexvo.org/id/char/28BEC> a lvont:Character ;
    lvont:represents "𨯬"^^xsd:string .

<http://lexvo.org/id/char/28BED> a lvont:Character ;
    lvont:represents "𨯭"^^xsd:string .

<http://lexvo.org/id/char/28BEE> a lvont:Character ;
    lvont:represents "𨯮"^^xsd:string .

<http://lexvo.org/id/char/28BEF> a lvont:Character ;
    lvont:represents "𨯯"^^xsd:string .

<http://lexvo.org/id/char/28BF> a lvont:Character ;
    lvont:represents "⢿"^^xsd:string ;
    rdfs:comment "BRAILLE PATTERN DOTS-1234568"@en .

<http://lexvo.org/id/char/28BF0> a lvont:Character ;
    lvont:represents "𨯰"^^xsd:string .

<http://lexvo.org/id/char/28BF1> a lvont:Character ;
    lvont:represents "𨯱"^^xsd:string .

<http://lexvo.org/id/char/28BF2> a lvont:Character ;
    lvont:represents "𨯲"^^xsd:string .

<http://lexvo.org/id/char/28BF3> a lvont:Character ;
    lvont:represents "𨯳"^^xsd:string .

<http://lexvo.org/id/char/28BF4> a lvont:Character ;
    lvont:represents "𨯴"^^xsd:string .

<http://lexvo.org/id/char/28BF5> a lvont:Character ;
    lvont:represents "𨯵"^^xsd:string .

<http://lexvo.org/id/char/28BF6> a lvont:Character ;
    lvont:represents "𨯶"^^xsd:string .

<http://lexvo.org/id/char/28BF7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/%C4%91%E1%BA%A5ng>,
        "𨯷"^^xsd:string .

<http://lexvo.org/id/char/28BF8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/d%C3%B9i>,
        "𨯸"^^xsd:string .

<http://lexvo.org/id/char/28BF9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/%C4%91%C3%BAc>,
        "𨯹"^^xsd:string .

<http://lexvo.org/id/char/28BFA> a lvont:Character ;
    lvont:represents "𨯺"^^xsd:string .

<http://lexvo.org/id/char/28BFB> a lvont:Character ;
    lvont:represents "𨯻"^^xsd:string .

<http://lexvo.org/id/char/28BFC> a lvont:Character ;
    lvont:represents "𨯼"^^xsd:string .

<http://lexvo.org/id/char/28BFD> a lvont:Character ;
    lvont:represents "𨯽"^^xsd:string .

<http://lexvo.org/id/char/28BFE> a lvont:Character ;
    lvont:represents "𨯾"^^xsd:string .

<http://lexvo.org/id/char/28BFF> a lvont:Character ;
    lvont:represents "𨯿"^^xsd:string .

<http://lexvo.org/id/char/28C0> a lvont:Character ;
    lvont:represents "⣀"^^xsd:string ;
    rdfs:comment "BRAILLE PATTERN DOTS-78"@en .

<http://lexvo.org/id/char/28C00> a lvont:Character ;
    lvont:represents "𨰀"^^xsd:string .

<http://lexvo.org/id/char/28C01> a lvont:Character ;
    lvont:represents "𨰁"^^xsd:string .

<http://lexvo.org/id/char/28C02> a lvont:Character ;
    lvont:represents "𨰂"^^xsd:string .

<http://lexvo.org/id/char/28C03> a lvont:Character ;
    lvont:represents "𨰃"^^xsd:string .

<http://lexvo.org/id/char/28C04> a lvont:Character ;
    lvont:represents "𨰄"^^xsd:string .

<http://lexvo.org/id/char/28C05> a lvont:Character ;
    lvont:represents "𨰅"^^xsd:string .

<http://lexvo.org/id/char/28C06> a lvont:Character ;
    lvont:represents "𨰆"^^xsd:string .

<http://lexvo.org/id/char/28C07> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/k%E1%BA%BDm>,
        "𨰇"^^xsd:string .

<http://lexvo.org/id/char/28C08> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ki%E1%BB%81ng>,
        "𨰈"^^xsd:string .

<http://lexvo.org/id/char/28C09> a lvont:Character ;
    lvont:represents "𨰉"^^xsd:string .

<http://lexvo.org/id/char/28C0A> a lvont:Character ;
    lvont:represents "𨰊"^^xsd:string .

<http://lexvo.org/id/char/28C0B> a lvont:Character ;
    lvont:represents "𨰋"^^xsd:string .

<http://lexvo.org/id/char/28C0C> a lvont:Character ;
    lvont:represents "𨰌"^^xsd:string .

<http://lexvo.org/id/char/28C0D> a lvont:Character ;
    lvont:represents "𨰍"^^xsd:string .

<http://lexvo.org/id/char/28C0E> a lvont:Character ;
    lvont:represents "𨰎"^^xsd:string .

<http://lexvo.org/id/char/28C0F> a lvont:Character ;
    lvont:represents "𨰏"^^xsd:string .

<http://lexvo.org/id/char/28C1> a lvont:Character ;
    lvont:represents "⣁"^^xsd:string ;
    rdfs:comment "BRAILLE PATTERN DOTS-178"@en .

<http://lexvo.org/id/char/28C10> a lvont:Character ;
    lvont:represents "𨰐"^^xsd:string .

<http://lexvo.org/id/char/28C11> a lvont:Character ;
    lvont:represents "𨰑"^^xsd:string .

<http://lexvo.org/id/char/28C12> a lvont:Character ;
    lvont:represents "𨰒"^^xsd:string .

<http://lexvo.org/id/char/28C13> a lvont:Character ;
    lvont:represents "𨰓"^^xsd:string .

<http://lexvo.org/id/char/28C14> a lvont:Character ;
    lvont:represents "𨰔"^^xsd:string .

<http://lexvo.org/id/char/28C15> a lvont:Character ;
    lvont:represents "𨰕"^^xsd:string .

<http://lexvo.org/id/char/28C16> a lvont:Character ;
    lvont:represents "𨰖"^^xsd:string .

<http://lexvo.org/id/char/28C17> a lvont:Character ;
    lvont:represents "𨰗"^^xsd:string .

<http://lexvo.org/id/char/28C18> a lvont:Character ;
    lvont:represents "𨰘"^^xsd:string .

<http://lexvo.org/id/char/28C19> a lvont:Character ;
    lvont:represents "𨰙"^^xsd:string .

<http://lexvo.org/id/char/28C1A> a lvont:Character ;
    lvont:represents "𨰚"^^xsd:string .

<http://lexvo.org/id/char/28C1B> a lvont:Character ;
    lvont:represents "𨰛"^^xsd:string .

<http://lexvo.org/id/char/28C1C> a lvont:Character ;
    lvont:represents "𨰜"^^xsd:string .

<http://lexvo.org/id/char/28C1D> a lvont:Character ;
    lvont:represents "𨰝"^^xsd:string .

<http://lexvo.org/id/char/28C1E> a lvont:Character ;
    lvont:represents "𨰞"^^xsd:string .

<http://lexvo.org/id/char/28C1F> a lvont:Character ;
    lvont:represents "𨰟"^^xsd:string .

<http://lexvo.org/id/char/28C2> a lvont:Character ;
    lvont:represents "⣂"^^xsd:string ;
    rdfs:comment "BRAILLE PATTERN DOTS-278"@en .

<http://lexvo.org/id/char/28C20> a lvont:Character ;
    lvont:represents "𨰠"^^xsd:string .

<http://lexvo.org/id/char/28C21> a lvont:Character ;
    lvont:represents "𨰡"^^xsd:string .

<http://lexvo.org/id/char/28C22> a lvont:Character ;
    lvont:represents "𨰢"^^xsd:string .

<http://lexvo.org/id/char/28C23> a lvont:Character ;
    lvont:represents "𨰣"^^xsd:string .

<http://lexvo.org/id/char/28C24> a lvont:Character ;
    lvont:represents "𨰤"^^xsd:string .

<http://lexvo.org/id/char/28C25> a lvont:Character ;
    lvont:represents "𨰥"^^xsd:string .

<http://lexvo.org/id/char/28C26> a lvont:Character ;
    lvont:represents "𨰦"^^xsd:string .

<http://lexvo.org/id/char/28C27> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/s%E1%BB%A7ng>,
        "𨰧"^^xsd:string .

<http://lexvo.org/id/char/28C28> a lvont:Character ;
    lvont:represents "𨰨"^^xsd:string .

<http://lexvo.org/id/char/28C29> a lvont:Character ;
    lvont:represents "𨰩"^^xsd:string .

<http://lexvo.org/id/char/28C2A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/thi%E1%BA%BFc>,
        "𨰪"^^xsd:string .

<http://lexvo.org/id/char/28C2B> a lvont:Character ;
    lvont:represents "𨰫"^^xsd:string .

<http://lexvo.org/id/char/28C2C> a lvont:Character ;
    lvont:represents "𨰬"^^xsd:string .

<http://lexvo.org/id/char/28C2D> a lvont:Character ;
    lvont:represents "𨰭"^^xsd:string .

<http://lexvo.org/id/char/28C2E> a lvont:Character ;
    lvont:represents "𨰮"^^xsd:string .

<http://lexvo.org/id/char/28C2F> a lvont:Character ;
    lvont:represents "𨰯"^^xsd:string .

<http://lexvo.org/id/char/28C3> a lvont:Character ;
    lvont:represents "⣃"^^xsd:string ;
    rdfs:comment "BRAILLE PATTERN DOTS-1278"@en .

<http://lexvo.org/id/char/28C30> a lvont:Character ;
    lvont:represents "𨰰"^^xsd:string .

<http://lexvo.org/id/char/28C31> a lvont:Character ;
    lvont:represents "𨰱"^^xsd:string .

<http://lexvo.org/id/char/28C32> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/l%C3%B5m>,
        "𨰲"^^xsd:string .

<http://lexvo.org/id/char/28C33> a lvont:Character ;
    lvont:represents "𨰳"^^xsd:string .

<http://lexvo.org/id/char/28C34> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/n%C3%A9n>,
        "𨰴"^^xsd:string .

<http://lexvo.org/id/char/28C35> a lvont:Character ;
    lvont:represents "𨰵"^^xsd:string .

<http://lexvo.org/id/char/28C36> a lvont:Character ;
    lvont:represents "𨰶"^^xsd:string .

<http://lexvo.org/id/char/28C37> a lvont:Character ;
    lvont:represents "𨰷"^^xsd:string .

<http://lexvo.org/id/char/28C38> a lvont:Character ;
    lvont:represents "𨰸"^^xsd:string .

<http://lexvo.org/id/char/28C39> a lvont:Character ;
    lvont:represents "𨰹"^^xsd:string .

<http://lexvo.org/id/char/28C3A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/b%C3%A9n>,
        "𨰺"^^xsd:string .

<http://lexvo.org/id/char/28C3B> a lvont:Character ;
    lvont:represents "𨰻"^^xsd:string .

<http://lexvo.org/id/char/28C3C> a lvont:Character ;
    lvont:represents "𨰼"^^xsd:string .

<http://lexvo.org/id/char/28C3D> a lvont:Character ;
    lvont:represents "𨰽"^^xsd:string .

<http://lexvo.org/id/char/28C3E> a lvont:Character ;
    lvont:represents "𨰾"^^xsd:string .

<http://lexvo.org/id/char/28C3F> a lvont:Character ;
    lvont:represents "𨰿"^^xsd:string .

<http://lexvo.org/id/char/28C4> a lvont:Character ;
    lvont:represents "⣄"^^xsd:string ;
    rdfs:comment "BRAILLE PATTERN DOTS-378"@en .

<http://lexvo.org/id/char/28C40> a lvont:Character ;
    lvont:represents "𨱀"^^xsd:string .

<http://lexvo.org/id/char/28C41> a lvont:Character ;
    lvont:represents "𨱁"^^xsd:string .

<http://lexvo.org/id/char/28C42> a lvont:Character ;
    lvont:represents "𨱂"^^xsd:string .

<http://lexvo.org/id/char/28C43> a lvont:Character ;
    lvont:represents "𨱃"^^xsd:string .

<http://lexvo.org/id/char/28C44> a lvont:Character ;
    lvont:represents "𨱄"^^xsd:string .

<http://lexvo.org/id/char/28C45> a lvont:Character ;
    lvont:represents "𨱅"^^xsd:string .

<http://lexvo.org/id/char/28C46> a lvont:Character ;
    lvont:represents "𨱆"^^xsd:string .

<http://lexvo.org/id/char/28C47> a lvont:Character ;
    lvont:represents "𨱇"^^xsd:string .

<http://lexvo.org/id/char/28C48> a lvont:Character ;
    lvont:represents "𨱈"^^xsd:string .

<http://lexvo.org/id/char/28C49> a lvont:Character ;
    lvont:represents "𨱉"^^xsd:string .

<http://lexvo.org/id/char/28C4A> a lvont:Character ;
    lvont:represents "𨱊"^^xsd:string .

<http://lexvo.org/id/char/28C4B> a lvont:Character ;
    lvont:represents "𨱋"^^xsd:string .

<http://lexvo.org/id/char/28C4C> a lvont:Character ;
    lvont:represents "𨱌"^^xsd:string .

<http://lexvo.org/id/char/28C4D> a lvont:Character ;
    lvont:represents "𨱍"^^xsd:string .

<http://lexvo.org/id/char/28C4E> a lvont:Character ;
    lvont:represents "𨱎"^^xsd:string .

<http://lexvo.org/id/char/28C4F> a lvont:Character ;
    lvont:represents "𨱏"^^xsd:string ;
    rdfs:comment "technetium"@en .

<http://lexvo.org/id/char/28C5> a lvont:Character ;
    lvont:represents "⣅"^^xsd:string ;
    rdfs:comment "BRAILLE PATTERN DOTS-1378"@en .

<http://lexvo.org/id/char/28C50> a lvont:Character ;
    lvont:represents "𨱐"^^xsd:string .

<http://lexvo.org/id/char/28C51> a lvont:Character ;
    lvont:represents "𨱑"^^xsd:string .

<http://lexvo.org/id/char/28C52> a lvont:Character ;
    lvont:represents "𨱒"^^xsd:string .

<http://lexvo.org/id/char/28C53> a lvont:Character ;
    lvont:represents "𨱓"^^xsd:string .

<http://lexvo.org/id/char/28C54> a lvont:Character ;
    lvont:represents "𨱔"^^xsd:string .

<http://lexvo.org/id/char/28C55> a lvont:Character ;
    lvont:represents "𨱕"^^xsd:string .

<http://lexvo.org/id/char/28C56> a lvont:Character ;
    lvont:represents "𨱖"^^xsd:string .

<http://lexvo.org/id/char/28C59> a lvont:Character ;
    lvont:represents "𨱙"^^xsd:string .

<http://lexvo.org/id/char/28C5A> a lvont:Character ;
    lvont:represents "𨱚"^^xsd:string .

<http://lexvo.org/id/char/28C5B> a lvont:Character ;
    lvont:represents "𨱛"^^xsd:string .

<http://lexvo.org/id/char/28C5C> a lvont:Character ;
    lvont:represents "𨱜"^^xsd:string .

<http://lexvo.org/id/char/28C5D> a lvont:Character ;
    lvont:represents "𨱝"^^xsd:string .

<http://lexvo.org/id/char/28C5E> a lvont:Character ;
    lvont:represents "𨱞"^^xsd:string .

<http://lexvo.org/id/char/28C5F> a lvont:Character ;
    lvont:represents "𨱟"^^xsd:string .

<http://lexvo.org/id/char/28C6> a lvont:Character ;
    lvont:represents "⣆"^^xsd:string ;
    rdfs:comment "BRAILLE PATTERN DOTS-2378"@en .

<http://lexvo.org/id/char/28C60> a lvont:Character ;
    lvont:represents "𨱠"^^xsd:string .

<http://lexvo.org/id/char/28C61> a lvont:Character ;
    lvont:represents "𨱡"^^xsd:string .

<http://lexvo.org/id/char/28C62> a lvont:Character ;
    lvont:represents "𨱢"^^xsd:string .

<http://lexvo.org/id/char/28C63> a lvont:Character ;
    lvont:represents "𨱣"^^xsd:string .

<http://lexvo.org/id/char/28C64> a lvont:Character ;
    lvont:represents "𨱤"^^xsd:string .

<http://lexvo.org/id/char/28C65> a lvont:Character ;
    lvont:represents "𨱥"^^xsd:string .

<http://lexvo.org/id/char/28C66> a lvont:Character ;
    lvont:represents "𨱦"^^xsd:string .

<http://lexvo.org/id/char/28C67> a lvont:Character ;
    lvont:represents "𨱧"^^xsd:string .

<http://lexvo.org/id/char/28C68> a lvont:Character ;
    lvont:represents "𨱨"^^xsd:string .

<http://lexvo.org/id/char/28C69> a lvont:Character ;
    lvont:represents "𨱩"^^xsd:string .

<http://lexvo.org/id/char/28C6A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/%C4%91%C6%B0%E1%BB%9Dn>,
        "𨱪"^^xsd:string .

<http://lexvo.org/id/char/28C6B> a lvont:Character ;
    lvont:represents "𨱫"^^xsd:string .

<http://lexvo.org/id/char/28C6C> a lvont:Character ;
    lvont:represents "𨱬"^^xsd:string .

<http://lexvo.org/id/char/28C6D> a lvont:Character ;
    lvont:represents "𨱭"^^xsd:string .

<http://lexvo.org/id/char/28C6E> a lvont:Character ;
    lvont:represents "𨱮"^^xsd:string .

<http://lexvo.org/id/char/28C6F> a lvont:Character ;
    lvont:represents "𨱯"^^xsd:string .

<http://lexvo.org/id/char/28C7> a lvont:Character ;
    lvont:represents "⣇"^^xsd:string ;
    rdfs:comment "BRAILLE PATTERN DOTS-12378"@en .

<http://lexvo.org/id/char/28C70> a lvont:Character ;
    lvont:represents "𨱰"^^xsd:string .

<http://lexvo.org/id/char/28C71> a lvont:Character ;
    lvont:represents "𨱱"^^xsd:string .

<http://lexvo.org/id/char/28C72> a lvont:Character ;
    lvont:represents "𨱲"^^xsd:string .

<http://lexvo.org/id/char/28C73> a lvont:Character ;
    lvont:represents "𨱳"^^xsd:string .

<http://lexvo.org/id/char/28C74> a lvont:Character ;
    lvont:represents "𨱴"^^xsd:string .

<http://lexvo.org/id/char/28C75> a lvont:Character ;
    lvont:represents "𨱵"^^xsd:string .

<http://lexvo.org/id/char/28C76> a lvont:Character ;
    lvont:represents "𨱶"^^xsd:string .

<http://lexvo.org/id/char/28C77> a lvont:Character ;
    lvont:represents "𨱷"^^xsd:string .

<http://lexvo.org/id/char/28C78> a lvont:Character ;
    lvont:represents "𨱸"^^xsd:string .

<http://lexvo.org/id/char/28C79> a lvont:Character ;
    lvont:represents "𨱹"^^xsd:string .

<http://lexvo.org/id/char/28C7A> a lvont:Character ;
    lvont:represents "𨱺"^^xsd:string .

<http://lexvo.org/id/char/28C7B> a lvont:Character ;
    lvont:represents "𨱻"^^xsd:string .

<http://lexvo.org/id/char/28C7C> a lvont:Character ;
    lvont:represents "𨱼"^^xsd:string .

<http://lexvo.org/id/char/28C7D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/d%C3%A0i>,
        "𨱽"^^xsd:string .

<http://lexvo.org/id/char/28C7E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/d%C3%A0i>,
        "𨱾"^^xsd:string .

<http://lexvo.org/id/char/28C7F> a lvont:Character ;
    lvont:represents "𨱿"^^xsd:string .

<http://lexvo.org/id/char/28C8> a lvont:Character ;
    lvont:represents "⣈"^^xsd:string ;
    rdfs:comment "BRAILLE PATTERN DOTS-478"@en .

<http://lexvo.org/id/char/28C80> a lvont:Character ;
    lvont:represents "𨲀"^^xsd:string .

<http://lexvo.org/id/char/28C81> a lvont:Character ;
    lvont:represents "𨲁"^^xsd:string .

<http://lexvo.org/id/char/28C82> a lvont:Character ;
    lvont:represents "𨲂"^^xsd:string .

<http://lexvo.org/id/char/28C83> a lvont:Character ;
    lvont:represents "𨲃"^^xsd:string .

<http://lexvo.org/id/char/28C84> a lvont:Character ;
    lvont:represents "𨲄"^^xsd:string .

<http://lexvo.org/id/char/28C85> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/nh%E1%BA%B1ng>,
        "𨲅"^^xsd:string .

<http://lexvo.org/id/char/28C86> a lvont:Character ;
    lvont:represents "𨲆"^^xsd:string .

<http://lexvo.org/id/char/28C87> a lvont:Character ;
    lvont:represents "𨲇"^^xsd:string .

<http://lexvo.org/id/char/28C88> a lvont:Character ;
    lvont:represents "𨲈"^^xsd:string .

<http://lexvo.org/id/char/28C89> a lvont:Character ;
    lvont:represents "𨲉"^^xsd:string .

<http://lexvo.org/id/char/28C8A> a lvont:Character ;
    lvont:represents "𨲊"^^xsd:string .

<http://lexvo.org/id/char/28C8B> a lvont:Character ;
    lvont:represents "𨲋"^^xsd:string .

<http://lexvo.org/id/char/28C8C> a lvont:Character ;
    lvont:represents "𨲌"^^xsd:string .

<http://lexvo.org/id/char/28C8D> a lvont:Character ;
    lvont:represents "𨲍"^^xsd:string .

<http://lexvo.org/id/char/28C8E> a lvont:Character ;
    lvont:represents "𨲎"^^xsd:string .

<http://lexvo.org/id/char/28C8F> a lvont:Character ;
    lvont:represents "𨲏"^^xsd:string .

<http://lexvo.org/id/char/28C9> a lvont:Character ;
    lvont:represents "⣉"^^xsd:string ;
    rdfs:comment "BRAILLE PATTERN DOTS-1478"@en .

<http://lexvo.org/id/char/28C90> a lvont:Character ;
    lvont:represents "𨲐"^^xsd:string .

<http://lexvo.org/id/char/28C91> a lvont:Character ;
    lvont:represents "𨲑"^^xsd:string .

<http://lexvo.org/id/char/28C92> a lvont:Character ;
    lvont:represents "𨲒"^^xsd:string .

<http://lexvo.org/id/char/28C93> a lvont:Character ;
    lvont:represents "𨲓"^^xsd:string .

<http://lexvo.org/id/char/28C94> a lvont:Character ;
    lvont:represents "𨲔"^^xsd:string .

<http://lexvo.org/id/char/28C95> a lvont:Character ;
    lvont:represents "𨲕"^^xsd:string .

<http://lexvo.org/id/char/28C96> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ng%C3%B2ng>,
        "𨲖"^^xsd:string .

<http://lexvo.org/id/char/28C97> a lvont:Character ;
    lvont:represents "𨲗"^^xsd:string .

<http://lexvo.org/id/char/28C98> a lvont:Character ;
    lvont:represents "𨲘"^^xsd:string .

<http://lexvo.org/id/char/28C99> a lvont:Character ;
    lvont:represents "𨲙"^^xsd:string .

<http://lexvo.org/id/char/28C9A> a lvont:Character ;
    lvont:represents "𨲚"^^xsd:string .

<http://lexvo.org/id/char/28C9B> a lvont:Character ;
    lvont:represents "𨲛"^^xsd:string .

<http://lexvo.org/id/char/28C9C> a lvont:Character ;
    lvont:represents "𨲜"^^xsd:string .

<http://lexvo.org/id/char/28C9D> a lvont:Character ;
    lvont:represents "𨲝"^^xsd:string .

<http://lexvo.org/id/char/28C9E> a lvont:Character ;
    lvont:represents "𨲞"^^xsd:string .

<http://lexvo.org/id/char/28C9F> a lvont:Character ;
    lvont:represents "𨲟"^^xsd:string .

<http://lexvo.org/id/char/28CA> a lvont:Character ;
    lvont:represents "⣊"^^xsd:string ;
    rdfs:comment "BRAILLE PATTERN DOTS-2478"@en .

<http://lexvo.org/id/char/28CA0> a lvont:Character ;
    lvont:represents "𨲠"^^xsd:string .

<http://lexvo.org/id/char/28CA1> a lvont:Character ;
    lvont:represents "𨲡"^^xsd:string .

<http://lexvo.org/id/char/28CA2> a lvont:Character ;
    lvont:represents "𨲢"^^xsd:string .

<http://lexvo.org/id/char/28CA3> a lvont:Character ;
    lvont:represents "𨲣"^^xsd:string .

<http://lexvo.org/id/char/28CA4> a lvont:Character ;
    lvont:represents "𨲤"^^xsd:string .

<http://lexvo.org/id/char/28CA5> a lvont:Character ;
    lvont:represents "𨲥"^^xsd:string .

<http://lexvo.org/id/char/28CA6> a lvont:Character ;
    lvont:represents "𨲦"^^xsd:string .

<http://lexvo.org/id/char/28CA7> a lvont:Character ;
    lvont:represents "𨲧"^^xsd:string .

<http://lexvo.org/id/char/28CA8> a lvont:Character ;
    lvont:represents "𨲨"^^xsd:string .

<http://lexvo.org/id/char/28CA9> a lvont:Character ;
    lvont:represents "𨲩"^^xsd:string .

<http://lexvo.org/id/char/28CAA> a lvont:Character ;
    lvont:represents "𨲪"^^xsd:string .

<http://lexvo.org/id/char/28CAB> a lvont:Character ;
    lvont:represents "𨲫"^^xsd:string .

<http://lexvo.org/id/char/28CAC> a lvont:Character ;
    lvont:represents "𨲬"^^xsd:string .

<http://lexvo.org/id/char/28CAD> a lvont:Character ;
    lvont:represents "𨲭"^^xsd:string .

<http://lexvo.org/id/char/28CAE> a lvont:Character ;
    lvont:represents "𨲮"^^xsd:string .

<http://lexvo.org/id/char/28CAF> a lvont:Character ;
    lvont:represents "𨲯"^^xsd:string .

<http://lexvo.org/id/char/28CB> a lvont:Character ;
    lvont:represents "⣋"^^xsd:string ;
    rdfs:comment "BRAILLE PATTERN DOTS-12478"@en .

<http://lexvo.org/id/char/28CB0> a lvont:Character ;
    lvont:represents "𨲰"^^xsd:string .

<http://lexvo.org/id/char/28CB1> a lvont:Character ;
    lvont:represents "𨲱"^^xsd:string .

<http://lexvo.org/id/char/28CB2> a lvont:Character ;
    lvont:represents "𨲲"^^xsd:string .

<http://lexvo.org/id/char/28CB3> a lvont:Character ;
    lvont:represents "𨲳"^^xsd:string .

<http://lexvo.org/id/char/28CB4> a lvont:Character ;
    lvont:represents "𨲴"^^xsd:string .

<http://lexvo.org/id/char/28CB5> a lvont:Character ;
    lvont:represents "𨲵"^^xsd:string .

<http://lexvo.org/id/char/28CB6> a lvont:Character ;
    lvont:represents "𨲶"^^xsd:string .

<http://lexvo.org/id/char/28CB7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/%C4%91%C6%B0%E1%BB%9Dn>,
        "𨲷"^^xsd:string .

<http://lexvo.org/id/char/28CB8> a lvont:Character ;
    lvont:represents "𨲸"^^xsd:string .

<http://lexvo.org/id/char/28CB9> a lvont:Character ;
    lvont:represents "𨲹"^^xsd:string .

<http://lexvo.org/id/char/28CBA> a lvont:Character ;
    lvont:represents "𨲺"^^xsd:string .

<http://lexvo.org/id/char/28CBB> a lvont:Character ;
    lvont:represents "𨲻"^^xsd:string .

<http://lexvo.org/id/char/28CBC> a lvont:Character ;
    lvont:represents "𨲼"^^xsd:string .

<http://lexvo.org/id/char/28CBD> a lvont:Character ;
    lvont:represents "𨲽"^^xsd:string .

<http://lexvo.org/id/char/28CBE> a lvont:Character ;
    lvont:represents "𨲾"^^xsd:string .

<http://lexvo.org/id/char/28CBF> a lvont:Character ;
    lvont:represents "𨲿"^^xsd:string .

<http://lexvo.org/id/char/28CC> a lvont:Character ;
    lvont:represents "⣌"^^xsd:string ;
    rdfs:comment "BRAILLE PATTERN DOTS-3478"@en .

<http://lexvo.org/id/char/28CC0> a lvont:Character ;
    lvont:represents "𨳀"^^xsd:string .

<http://lexvo.org/id/char/28CC1> a lvont:Character ;
    lvont:represents "𨳁"^^xsd:string .

<http://lexvo.org/id/char/28CC2> a lvont:Character ;
    lvont:represents "𨳂"^^xsd:string .

<http://lexvo.org/id/char/28CC3> a lvont:Character ;
    lvont:represents "𨳃"^^xsd:string .

<http://lexvo.org/id/char/28CC4> a lvont:Character ;
    lvont:represents "𨳄"^^xsd:string .

<http://lexvo.org/id/char/28CC5> a lvont:Character ;
    lvont:represents "𨳅"^^xsd:string .

<http://lexvo.org/id/char/28CC6> a lvont:Character ;
    lvont:represents "𨳆"^^xsd:string .

<http://lexvo.org/id/char/28CC9> a lvont:Character ;
    lvont:represents "𨳉"^^xsd:string .

<http://lexvo.org/id/char/28CCA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/gau1>,
        <http://lexvo.org/id/term/yue/%F0%A8%B3%8A>,
        "𨳊"^^xsd:string ;
    rdfs:comment "(Cant.) penis (vulg.)"@en .

<http://lexvo.org/id/char/28CCB> a lvont:Character ;
    lvont:represents "𨳋"^^xsd:string .

<http://lexvo.org/id/char/28CCC> a lvont:Character ;
    lvont:represents "𨳌"^^xsd:string .

<http://lexvo.org/id/char/28CCD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/cat6>,
        <http://lexvo.org/id/term/yue/%F0%A8%B3%8D>,
        "𨳍"^^xsd:string ;
    rdfs:comment "(Cant.) penis (vulg.)"@en .

<http://lexvo.org/id/char/28CCE> a lvont:Character ;
    lvont:represents "𨳎"^^xsd:string .

<http://lexvo.org/id/char/28CCF> a lvont:Character ;
    lvont:represents "𨳏"^^xsd:string .

<http://lexvo.org/id/char/28CD> a lvont:Character ;
    lvont:represents "⣍"^^xsd:string ;
    rdfs:comment "BRAILLE PATTERN DOTS-13478"@en .

<http://lexvo.org/id/char/28CD0> a lvont:Character ;
    lvont:represents "𨳐"^^xsd:string .

<http://lexvo.org/id/char/28CD1> a lvont:Character ;
    lvont:represents "𨳑"^^xsd:string .

<http://lexvo.org/id/char/28CD2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/m%E1%BB%8Dn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/diu2>,
        <http://lexvo.org/id/term/yue/%F0%A8%B3%92>,
        "𨳒"^^xsd:string ;
    rdfs:comment "(Cant.) sexual intercourse (vulg.)"@en .

<http://lexvo.org/id/char/28CD3> a lvont:Character ;
    lvont:represents "𨳓"^^xsd:string .

<http://lexvo.org/id/char/28CD4> a lvont:Character ;
    lvont:represents "𨳔"^^xsd:string .

<http://lexvo.org/id/char/28CD5> a lvont:Character ;
    lvont:represents "𨳕"^^xsd:string .

<http://lexvo.org/id/char/28CD6> a lvont:Character ;
    lvont:represents "𨳖"^^xsd:string .

<http://lexvo.org/id/char/28CD7> a lvont:Character ;
    lvont:represents "𨳗"^^xsd:string .

<http://lexvo.org/id/char/28CD8> a lvont:Character ;
    lvont:represents "𨳘"^^xsd:string .

<http://lexvo.org/id/char/28CD9> a lvont:Character ;
    lvont:represents "𨳙"^^xsd:string .

<http://lexvo.org/id/char/28CDA> a lvont:Character ;
    lvont:represents "𨳚"^^xsd:string .

<http://lexvo.org/id/char/28CDB> a lvont:Character ;
    lvont:represents "𨳛"^^xsd:string .

<http://lexvo.org/id/char/28CDC> a lvont:Character ;
    lvont:represents "𨳜"^^xsd:string .

<http://lexvo.org/id/char/28CDD> a lvont:Character ;
    lvont:represents "𨳝"^^xsd:string .

<http://lexvo.org/id/char/28CDE> a lvont:Character ;
    lvont:represents "𨳞"^^xsd:string .

<http://lexvo.org/id/char/28CDF> a lvont:Character ;
    lvont:represents "𨳟"^^xsd:string .

<http://lexvo.org/id/char/28CE> a lvont:Character ;
    lvont:represents "⣎"^^xsd:string ;
    rdfs:comment "BRAILLE PATTERN DOTS-23478"@en .

<http://lexvo.org/id/char/28CE0> a lvont:Character ;
    lvont:represents "𨳠"^^xsd:string .

<http://lexvo.org/id/char/28CE1> a lvont:Character ;
    lvont:represents "𨳡"^^xsd:string .

<http://lexvo.org/id/char/28CE2> a lvont:Character ;
    lvont:represents "𨳢"^^xsd:string .

<http://lexvo.org/id/char/28CE3> a lvont:Character ;
    lvont:represents "𨳣"^^xsd:string .

<http://lexvo.org/id/char/28CE4> a lvont:Character ;
    lvont:represents "𨳤"^^xsd:string .

<http://lexvo.org/id/char/28CE5> a lvont:Character ;
    lvont:represents "𨳥"^^xsd:string .

<http://lexvo.org/id/char/28CE6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/su%E1%BB%93ng>,
        "𨳦"^^xsd:string .

<http://lexvo.org/id/char/28CE7> a lvont:Character ;
    lvont:represents "𨳧"^^xsd:string .

<http://lexvo.org/id/char/28CE8> a lvont:Character ;
    lvont:represents "𨳨"^^xsd:string .

<http://lexvo.org/id/char/28CE9> a lvont:Character ;
    lvont:represents "𨳩"^^xsd:string .

<http://lexvo.org/id/char/28CEA> a lvont:Character ;
    lvont:represents "𨳪"^^xsd:string .

<http://lexvo.org/id/char/28CEB> a lvont:Character ;
    lvont:represents "𨳫"^^xsd:string .

<http://lexvo.org/id/char/28CEC> a lvont:Character ;
    lvont:represents "𨳬"^^xsd:string .

<http://lexvo.org/id/char/28CED> a lvont:Character ;
    lvont:represents "𨳭"^^xsd:string .

<http://lexvo.org/id/char/28CEE> a lvont:Character ;
    lvont:represents "𨳮"^^xsd:string .

<http://lexvo.org/id/char/28CEF> a lvont:Character ;
    lvont:represents "𨳯"^^xsd:string .

<http://lexvo.org/id/char/28CF> a lvont:Character ;
    lvont:represents "⣏"^^xsd:string ;
    rdfs:comment "BRAILLE PATTERN DOTS-123478"@en .

<http://lexvo.org/id/char/28CF0> a lvont:Character ;
    lvont:represents "𨳰"^^xsd:string .

<http://lexvo.org/id/char/28CF1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ng%C3%B5>,
        "𨳱"^^xsd:string .

<http://lexvo.org/id/char/28CF2> a lvont:Character ;
    lvont:represents "𨳲"^^xsd:string .

<http://lexvo.org/id/char/28CF3> a lvont:Character ;
    lvont:represents "𨳳"^^xsd:string .

<http://lexvo.org/id/char/28CF4> a lvont:Character ;
    lvont:represents "𨳴"^^xsd:string .

<http://lexvo.org/id/char/28CF5> a lvont:Character ;
    lvont:represents "𨳵"^^xsd:string .

<http://lexvo.org/id/char/28CF6> a lvont:Character ;
    lvont:represents "𨳶"^^xsd:string .

<http://lexvo.org/id/char/28CF7> a lvont:Character ;
    lvont:represents "𨳷"^^xsd:string .

<http://lexvo.org/id/char/28CF8> a lvont:Character ;
    lvont:represents "𨳸"^^xsd:string .

<http://lexvo.org/id/char/28CF9> a lvont:Character ;
    lvont:represents "𨳹"^^xsd:string .

<http://lexvo.org/id/char/28CFA> a lvont:Character ;
    lvont:represents "𨳺"^^xsd:string .

<http://lexvo.org/id/char/28CFB> a lvont:Character ;
    lvont:represents "𨳻"^^xsd:string .

<http://lexvo.org/id/char/28CFC> a lvont:Character ;
    lvont:represents "𨳼"^^xsd:string .

<http://lexvo.org/id/char/28CFD> a lvont:Character ;
    lvont:represents "𨳽"^^xsd:string .

<http://lexvo.org/id/char/28CFE> a lvont:Character ;
    lvont:represents "𨳾"^^xsd:string .

<http://lexvo.org/id/char/28CFF> a lvont:Character ;
    lvont:represents "𨳿"^^xsd:string .

<http://lexvo.org/id/char/28D0> a lvont:Character ;
    lvont:represents "⣐"^^xsd:string ;
    rdfs:comment "BRAILLE PATTERN DOTS-578"@en .

<http://lexvo.org/id/char/28D00> a lvont:Character ;
    lvont:represents "𨴀"^^xsd:string .

<http://lexvo.org/id/char/28D01> a lvont:Character ;
    lvont:represents "𨴁"^^xsd:string .

<http://lexvo.org/id/char/28D02> a lvont:Character ;
    lvont:represents "𨴂"^^xsd:string .

<http://lexvo.org/id/char/28D03> a lvont:Character ;
    lvont:represents "𨴃"^^xsd:string .

<http://lexvo.org/id/char/28D04> a lvont:Character ;
    lvont:represents "𨴄"^^xsd:string .

<http://lexvo.org/id/char/28D05> a lvont:Character ;
    lvont:represents "𨴅"^^xsd:string .

<http://lexvo.org/id/char/28D06> a lvont:Character ;
    lvont:represents "𨴆"^^xsd:string .

<http://lexvo.org/id/char/28D07> a lvont:Character ;
    lvont:represents "𨴇"^^xsd:string .

<http://lexvo.org/id/char/28D08> a lvont:Character ;
    lvont:represents "𨴈"^^xsd:string .

<http://lexvo.org/id/char/28D09> a lvont:Character ;
    lvont:represents "𨴉"^^xsd:string .

<http://lexvo.org/id/char/28D0A> a lvont:Character ;
    lvont:represents "𨴊"^^xsd:string .

<http://lexvo.org/id/char/28D0B> a lvont:Character ;
    lvont:represents "𨴋"^^xsd:string .

<http://lexvo.org/id/char/28D0C> a lvont:Character ;
    lvont:represents "𨴌"^^xsd:string .

<http://lexvo.org/id/char/28D0D> a lvont:Character ;
    lvont:represents "𨴍"^^xsd:string .

<http://lexvo.org/id/char/28D0E> a lvont:Character ;
    lvont:represents "𨴎"^^xsd:string .

<http://lexvo.org/id/char/28D0F> a lvont:Character ;
    lvont:represents "𨴏"^^xsd:string .

<http://lexvo.org/id/char/28D1> a lvont:Character ;
    lvont:represents "⣑"^^xsd:string ;
    rdfs:comment "BRAILLE PATTERN DOTS-1578"@en .

<http://lexvo.org/id/char/28D10> a lvont:Character ;
    lvont:represents "𨴐"^^xsd:string .

<http://lexvo.org/id/char/28D11> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%F0%A8%B4%91>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ku%C4%81ng>,
        "𨴑"^^xsd:string ;
    rdfs:comment "the frame of a door or window fixed in a wall"@en .

<http://lexvo.org/id/char/28D12> a lvont:Character ;
    lvont:represents "𨴒"^^xsd:string .

<http://lexvo.org/id/char/28D13> a lvont:Character ;
    lvont:represents "𨴓"^^xsd:string .

<http://lexvo.org/id/char/28D14> a lvont:Character ;
    lvont:represents "𨴔"^^xsd:string .

<http://lexvo.org/id/char/28D15> a lvont:Character ;
    lvont:represents "𨴕"^^xsd:string .

<http://lexvo.org/id/char/28D16> a lvont:Character ;
    lvont:represents "𨴖"^^xsd:string .

<http://lexvo.org/id/char/28D17> a lvont:Character ;
    lvont:represents "𨴗"^^xsd:string .

<http://lexvo.org/id/char/28D18> a lvont:Character ;
    lvont:represents "𨴘"^^xsd:string .

<http://lexvo.org/id/char/28D19> a lvont:Character ;
    lvont:represents "𨴙"^^xsd:string .

<http://lexvo.org/id/char/28D1A> a lvont:Character ;
    lvont:represents "𨴚"^^xsd:string .

<http://lexvo.org/id/char/28D1B> a lvont:Character ;
    lvont:represents "𨴛"^^xsd:string .

<http://lexvo.org/id/char/28D1C> a lvont:Character ;
    lvont:represents "𨴜"^^xsd:string .

<http://lexvo.org/id/char/28D1D> a lvont:Character ;
    lvont:represents "𨴝"^^xsd:string .

<http://lexvo.org/id/char/28D1E> a lvont:Character ;
    lvont:represents "𨴞"^^xsd:string .

<http://lexvo.org/id/char/28D1F> a lvont:Character ;
    lvont:represents "𨴟"^^xsd:string .

<http://lexvo.org/id/char/28D2> a lvont:Character ;
    lvont:represents "⣒"^^xsd:string ;
    rdfs:comment "BRAILLE PATTERN DOTS-2578"@en .

<http://lexvo.org/id/char/28D20> a lvont:Character ;
    lvont:represents "𨴠"^^xsd:string .

<http://lexvo.org/id/char/28D21> a lvont:Character ;
    lvont:represents "𨴡"^^xsd:string .

<http://lexvo.org/id/char/28D22> a lvont:Character ;
    lvont:represents "𨴢"^^xsd:string .

<http://lexvo.org/id/char/28D23> a lvont:Character ;
    lvont:represents "𨴣"^^xsd:string .

<http://lexvo.org/id/char/28D24> a lvont:Character ;
    lvont:represents "𨴤"^^xsd:string .

<http://lexvo.org/id/char/28D25> a lvont:Character ;
    lvont:represents "𨴥"^^xsd:string .

<http://lexvo.org/id/char/28D26> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/c%E1%BB%ADa>,
        "𨴦"^^xsd:string .

<http://lexvo.org/id/char/28D27> a lvont:Character ;
    lvont:represents "𨴧"^^xsd:string .

<http://lexvo.org/id/char/28D28> a lvont:Character ;
    lvont:represents "𨴨"^^xsd:string .

<http://lexvo.org/id/char/28D29> a lvont:Character ;
    lvont:represents "𨴩"^^xsd:string .

<http://lexvo.org/id/char/28D2A> a lvont:Character ;
    lvont:represents "𨴪"^^xsd:string .

<http://lexvo.org/id/char/28D2B> a lvont:Character ;
    lvont:represents "𨴫"^^xsd:string .

<http://lexvo.org/id/char/28D2C> a lvont:Character ;
    lvont:represents "𨴬"^^xsd:string .

<http://lexvo.org/id/char/28D2D> a lvont:Character ;
    lvont:represents "𨴭"^^xsd:string .

<http://lexvo.org/id/char/28D2E> a lvont:Character ;
    lvont:represents "𨴮"^^xsd:string .

<http://lexvo.org/id/char/28D2F> a lvont:Character ;
    lvont:represents "𨴯"^^xsd:string .

<http://lexvo.org/id/char/28D3> a lvont:Character ;
    lvont:represents "⣓"^^xsd:string ;
    rdfs:comment "BRAILLE PATTERN DOTS-12578"@en .

<http://lexvo.org/id/char/28D30> a lvont:Character ;
    lvont:represents "𨴰"^^xsd:string .

<http://lexvo.org/id/char/28D31> a lvont:Character ;
    lvont:represents "𨴱"^^xsd:string .

<http://lexvo.org/id/char/28D32> a lvont:Character ;
    lvont:represents "𨴲"^^xsd:string .

<http://lexvo.org/id/char/28D33> a lvont:Character ;
    lvont:represents "𨴳"^^xsd:string .

<http://lexvo.org/id/char/28D34> a lvont:Character ;
    lvont:represents "𨴴"^^xsd:string .

<http://lexvo.org/id/char/28D35> a lvont:Character ;
    lvont:represents "𨴵"^^xsd:string .

<http://lexvo.org/id/char/28D36> a lvont:Character ;
    lvont:represents "𨴶"^^xsd:string .

<http://lexvo.org/id/char/28D37> a lvont:Character ;
    lvont:represents "𨴷"^^xsd:string .

<http://lexvo.org/id/char/28D38> a lvont:Character ;
    lvont:represents "𨴸"^^xsd:string .

<http://lexvo.org/id/char/28D39> a lvont:Character ;
    lvont:represents "𨴹"^^xsd:string .

<http://lexvo.org/id/char/28D3A> a lvont:Character ;
    lvont:represents "𨴺"^^xsd:string .

<http://lexvo.org/id/char/28D3B> a lvont:Character ;
    lvont:represents "𨴻"^^xsd:string .

<http://lexvo.org/id/char/28D3C> a lvont:Character ;
    lvont:represents "𨴼"^^xsd:string .

<http://lexvo.org/id/char/28D3D> a lvont:Character ;
    lvont:represents "𨴽"^^xsd:string .

<http://lexvo.org/id/char/28D3E> a lvont:Character ;
    lvont:represents "𨴾"^^xsd:string .

<http://lexvo.org/id/char/28D3F> a lvont:Character ;
    lvont:represents "𨴿"^^xsd:string .

<http://lexvo.org/id/char/28D4> a lvont:Character ;
    lvont:represents "⣔"^^xsd:string ;
    rdfs:comment "BRAILLE PATTERN DOTS-3578"@en .

<http://lexvo.org/id/char/28D40> a lvont:Character ;
    lvont:represents "𨵀"^^xsd:string .

<http://lexvo.org/id/char/28D41> a lvont:Character ;
    lvont:represents "𨵁"^^xsd:string .

<http://lexvo.org/id/char/28D42> a lvont:Character ;
    lvont:represents "𨵂"^^xsd:string .

<http://lexvo.org/id/char/28D43> a lvont:Character ;
    lvont:represents "𨵃"^^xsd:string .

<http://lexvo.org/id/char/28D44> a lvont:Character ;
    lvont:represents "𨵄"^^xsd:string .

<http://lexvo.org/id/char/28D45> a lvont:Character ;
    lvont:represents "𨵅"^^xsd:string .

<http://lexvo.org/id/char/28D46> a lvont:Character ;
    lvont:represents "𨵆"^^xsd:string .

<http://lexvo.org/id/char/28D47> a lvont:Character ;
    lvont:represents "𨵇"^^xsd:string .

<http://lexvo.org/id/char/28D48> a lvont:Character ;
    lvont:represents "𨵈"^^xsd:string .

<http://lexvo.org/id/char/28D49> a lvont:Character ;
    lvont:represents "𨵉"^^xsd:string .

<http://lexvo.org/id/char/28D4A> a lvont:Character ;
    lvont:represents "𨵊"^^xsd:string .

<http://lexvo.org/id/char/28D4B> a lvont:Character ;
    lvont:represents "𨵋"^^xsd:string .

<http://lexvo.org/id/char/28D4C> a lvont:Character ;
    lvont:represents "𨵌"^^xsd:string .

<http://lexvo.org/id/char/28D4D> a lvont:Character ;
    lvont:represents "𨵍"^^xsd:string .

<http://lexvo.org/id/char/28D4E> a lvont:Character ;
    lvont:represents "𨵎"^^xsd:string .

<http://lexvo.org/id/char/28D4F> a lvont:Character ;
    lvont:represents "𨵏"^^xsd:string .

<http://lexvo.org/id/char/28D5> a lvont:Character ;
    lvont:represents "⣕"^^xsd:string ;
    rdfs:comment "BRAILLE PATTERN DOTS-13578"@en .

<http://lexvo.org/id/char/28D50> a lvont:Character ;
    lvont:represents "𨵐"^^xsd:string .

<http://lexvo.org/id/char/28D51> a lvont:Character ;
    lvont:represents "𨵑"^^xsd:string .

<http://lexvo.org/id/char/28D52> a lvont:Character ;
    lvont:represents "𨵒"^^xsd:string .

<http://lexvo.org/id/char/28D53> a lvont:Character ;
    lvont:represents "𨵓"^^xsd:string .

<http://lexvo.org/id/char/28D54> a lvont:Character ;
    lvont:represents "𨵔"^^xsd:string .

<http://lexvo.org/id/char/28D55> a lvont:Character ;
    lvont:represents "𨵕"^^xsd:string .

<http://lexvo.org/id/char/28D56> a lvont:Character ;
    lvont:represents "𨵖"^^xsd:string .

<http://lexvo.org/id/char/28D57> a lvont:Character ;
    lvont:represents "𨵗"^^xsd:string .

<http://lexvo.org/id/char/28D58> a lvont:Character ;
    lvont:represents "𨵘"^^xsd:string .

<http://lexvo.org/id/char/28D59> a lvont:Character ;
    lvont:represents "𨵙"^^xsd:string .

<http://lexvo.org/id/char/28D5A> a lvont:Character ;
    lvont:represents "𨵚"^^xsd:string .

<http://lexvo.org/id/char/28D5B> a lvont:Character ;
    lvont:represents "𨵛"^^xsd:string .

<http://lexvo.org/id/char/28D5C> a lvont:Character ;
    lvont:represents "𨵜"^^xsd:string .

<http://lexvo.org/id/char/28D5D> a lvont:Character ;
    lvont:represents "𨵝"^^xsd:string .

<http://lexvo.org/id/char/28D5E> a lvont:Character ;
    lvont:represents "𨵞"^^xsd:string .

<http://lexvo.org/id/char/28D5F> a lvont:Character ;
    lvont:represents "𨵟"^^xsd:string .

<http://lexvo.org/id/char/28D6> a lvont:Character ;
    lvont:represents "⣖"^^xsd:string ;
    rdfs:comment "BRAILLE PATTERN DOTS-23578"@en .

<http://lexvo.org/id/char/28D60> a lvont:Character ;
    lvont:represents "𨵠"^^xsd:string .

<http://lexvo.org/id/char/28D61> a lvont:Character ;
    lvont:represents "𨵡"^^xsd:string .

<http://lexvo.org/id/char/28D62> a lvont:Character ;
    lvont:represents "𨵢"^^xsd:string .

<http://lexvo.org/id/char/28D63> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/c%E1%BB%ADa>,
        "𨵣"^^xsd:string .

<http://lexvo.org/id/char/28D64> a lvont:Character ;
    lvont:represents "𨵤"^^xsd:string .

<http://lexvo.org/id/char/28D65> a lvont:Character ;
    lvont:represents "𨵥"^^xsd:string .

<http://lexvo.org/id/char/28D66> a lvont:Character ;
    lvont:represents "𨵦"^^xsd:string .

<http://lexvo.org/id/char/28D67> a lvont:Character ;
    lvont:represents "𨵧"^^xsd:string .

<http://lexvo.org/id/char/28D68> a lvont:Character ;
    lvont:represents "𨵨"^^xsd:string .

<http://lexvo.org/id/char/28D69> a lvont:Character ;
    lvont:represents "𨵩"^^xsd:string .

<http://lexvo.org/id/char/28D6A> a lvont:Character ;
    lvont:represents "𨵪"^^xsd:string .

<http://lexvo.org/id/char/28D6B> a lvont:Character ;
    lvont:represents "𨵫"^^xsd:string .

<http://lexvo.org/id/char/28D6C> a lvont:Character ;
    lvont:represents "𨵬"^^xsd:string .

<http://lexvo.org/id/char/28D6D> a lvont:Character ;
    lvont:represents "𨵭"^^xsd:string .

<http://lexvo.org/id/char/28D6E> a lvont:Character ;
    lvont:represents "𨵮"^^xsd:string .

<http://lexvo.org/id/char/28D6F> a lvont:Character ;
    lvont:represents "𨵯"^^xsd:string .

<http://lexvo.org/id/char/28D7> a lvont:Character ;
    lvont:represents "⣗"^^xsd:string ;
    rdfs:comment "BRAILLE PATTERN DOTS-123578"@en .

<http://lexvo.org/id/char/28D70> a lvont:Character ;
    lvont:represents "𨵰"^^xsd:string .

<http://lexvo.org/id/char/28D71> a lvont:Character ;
    lvont:represents "𨵱"^^xsd:string .

<http://lexvo.org/id/char/28D72> a lvont:Character ;
    lvont:represents "𨵲"^^xsd:string .

<http://lexvo.org/id/char/28D73> a lvont:Character ;
    lvont:represents "𨵳"^^xsd:string .

<http://lexvo.org/id/char/28D74> a lvont:Character ;
    lvont:represents "𨵴"^^xsd:string .

<http://lexvo.org/id/char/28D75> a lvont:Character ;
    lvont:represents "𨵵"^^xsd:string .

<http://lexvo.org/id/char/28D76> a lvont:Character ;
    lvont:represents "𨵶"^^xsd:string .

<http://lexvo.org/id/char/28D77> a lvont:Character ;
    lvont:represents "𨵷"^^xsd:string .

<http://lexvo.org/id/char/28D78> a lvont:Character ;
    lvont:represents "𨵸"^^xsd:string .

<http://lexvo.org/id/char/28D79> a lvont:Character ;
    lvont:represents "𨵹"^^xsd:string .

<http://lexvo.org/id/char/28D7A> a lvont:Character ;
    lvont:represents "𨵺"^^xsd:string .

<http://lexvo.org/id/char/28D7B> a lvont:Character ;
    lvont:represents "𨵻"^^xsd:string .

<http://lexvo.org/id/char/28D7C> a lvont:Character ;
    lvont:represents "𨵼"^^xsd:string .

<http://lexvo.org/id/char/28D7D> a lvont:Character ;
    lvont:represents "𨵽"^^xsd:string .

<http://lexvo.org/id/char/28D7E> a lvont:Character ;
    lvont:represents "𨵾"^^xsd:string .

<http://lexvo.org/id/char/28D7F> a lvont:Character ;
    lvont:represents "𨵿"^^xsd:string .

<http://lexvo.org/id/char/28D8> a lvont:Character ;
    lvont:represents "⣘"^^xsd:string ;
    rdfs:comment "BRAILLE PATTERN DOTS-4578"@en .

<http://lexvo.org/id/char/28D80> a lvont:Character ;
    lvont:represents "𨶀"^^xsd:string .

<http://lexvo.org/id/char/28D81> a lvont:Character ;
    lvont:represents "𨶁"^^xsd:string .

<http://lexvo.org/id/char/28D82> a lvont:Character ;
    lvont:represents "𨶂"^^xsd:string .

<http://lexvo.org/id/char/28D83> a lvont:Character ;
    lvont:represents "𨶃"^^xsd:string .

<http://lexvo.org/id/char/28D84> a lvont:Character ;
    lvont:represents "𨶄"^^xsd:string .

<http://lexvo.org/id/char/28D85> a lvont:Character ;
    lvont:represents "𨶅"^^xsd:string .

<http://lexvo.org/id/char/28D86> a lvont:Character ;
    lvont:represents "𨶆"^^xsd:string .

<http://lexvo.org/id/char/28D87> a lvont:Character ;
    lvont:represents "𨶇"^^xsd:string .

<http://lexvo.org/id/char/28D88> a lvont:Character ;
    lvont:represents "𨶈"^^xsd:string .

<http://lexvo.org/id/char/28D89> a lvont:Character ;
    lvont:represents "𨶉"^^xsd:string .

<http://lexvo.org/id/char/28D8A> a lvont:Character ;
    lvont:represents "𨶊"^^xsd:string .

<http://lexvo.org/id/char/28D8B> a lvont:Character ;
    lvont:represents "𨶋"^^xsd:string .

<http://lexvo.org/id/char/28D8C> a lvont:Character ;
    lvont:represents "𨶌"^^xsd:string .

<http://lexvo.org/id/char/28D8D> a lvont:Character ;
    lvont:represents "𨶍"^^xsd:string .

<http://lexvo.org/id/char/28D8E> a lvont:Character ;
    lvont:represents "𨶎"^^xsd:string .

<http://lexvo.org/id/char/28D8F> a lvont:Character ;
    lvont:represents "𨶏"^^xsd:string .

<http://lexvo.org/id/char/28D9> a lvont:Character ;
    lvont:represents "⣙"^^xsd:string ;
    rdfs:comment "BRAILLE PATTERN DOTS-14578"@en .

<http://lexvo.org/id/char/28D90> a lvont:Character ;
    lvont:represents "𨶐"^^xsd:string .

<http://lexvo.org/id/char/28D91> a lvont:Character ;
    lvont:represents "𨶑"^^xsd:string .

<http://lexvo.org/id/char/28D92> a lvont:Character ;
    lvont:represents "𨶒"^^xsd:string .

<http://lexvo.org/id/char/28D93> a lvont:Character ;
    lvont:represents "𨶓"^^xsd:string .

<http://lexvo.org/id/char/28D94> a lvont:Character ;
    lvont:represents "𨶔"^^xsd:string .

<http://lexvo.org/id/char/28D95> a lvont:Character ;
    lvont:represents "𨶕"^^xsd:string .

<http://lexvo.org/id/char/28D96> a lvont:Character ;
    lvont:represents "𨶖"^^xsd:string .

<http://lexvo.org/id/char/28D97> a lvont:Character ;
    lvont:represents "𨶗"^^xsd:string .

<http://lexvo.org/id/char/28D98> a lvont:Character ;
    lvont:represents "𨶘"^^xsd:string .

<http://lexvo.org/id/char/28D99> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/lan2>,
        <http://lexvo.org/id/term/yue/%F0%A8%B6%99>,
        "𨶙"^^xsd:string ;
    rdfs:comment "(Cant., vulg.) penis"@en .

<http://lexvo.org/id/char/28D9A> a lvont:Character ;
    lvont:represents "𨶚"^^xsd:string .

<http://lexvo.org/id/char/28D9B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/c%E1%BB%95ng>,
        "𨶛"^^xsd:string .

<http://lexvo.org/id/char/28D9C> a lvont:Character ;
    lvont:represents "𨶜"^^xsd:string .

<http://lexvo.org/id/char/28D9D> a lvont:Character ;
    lvont:represents "𨶝"^^xsd:string .

<http://lexvo.org/id/char/28D9E> a lvont:Character ;
    lvont:represents "𨶞"^^xsd:string .

<http://lexvo.org/id/char/28D9F> a lvont:Character ;
    lvont:represents "𨶟"^^xsd:string .

<http://lexvo.org/id/char/28DA> a lvont:Character ;
    lvont:represents "⣚"^^xsd:string ;
    rdfs:comment "BRAILLE PATTERN DOTS-24578"@en .

<http://lexvo.org/id/char/28DA0> a lvont:Character ;
    lvont:represents "𨶠"^^xsd:string .

<http://lexvo.org/id/char/28DA1> a lvont:Character ;
    lvont:represents "𨶡"^^xsd:string .

<http://lexvo.org/id/char/28DA2> a lvont:Character ;
    lvont:represents "𨶢"^^xsd:string .

<http://lexvo.org/id/char/28DA3> a lvont:Character ;
    lvont:represents "𨶣"^^xsd:string .

<http://lexvo.org/id/char/28DA4> a lvont:Character ;
    lvont:represents "𨶤"^^xsd:string .

<http://lexvo.org/id/char/28DA5> a lvont:Character ;
    lvont:represents "𨶥"^^xsd:string .

<http://lexvo.org/id/char/28DA6> a lvont:Character ;
    lvont:represents "𨶦"^^xsd:string .

<http://lexvo.org/id/char/28DA7> a lvont:Character ;
    lvont:represents "𨶧"^^xsd:string .

<http://lexvo.org/id/char/28DA8> a lvont:Character ;
    lvont:represents "𨶨"^^xsd:string .

<http://lexvo.org/id/char/28DA9> a lvont:Character ;
    lvont:represents "𨶩"^^xsd:string .

<http://lexvo.org/id/char/28DAA> a lvont:Character ;
    lvont:represents "𨶪"^^xsd:string .

<http://lexvo.org/id/char/28DAB> a lvont:Character ;
    lvont:represents "𨶫"^^xsd:string .

<http://lexvo.org/id/char/28DAC> a lvont:Character ;
    lvont:represents "𨶬"^^xsd:string .

<http://lexvo.org/id/char/28DAD> a lvont:Character ;
    lvont:represents "𨶭"^^xsd:string .

<http://lexvo.org/id/char/28DAE> a lvont:Character ;
    lvont:represents "𨶮"^^xsd:string .

<http://lexvo.org/id/char/28DAF> a lvont:Character ;
    lvont:represents "𨶯"^^xsd:string .

<http://lexvo.org/id/char/28DB> a lvont:Character ;
    lvont:represents "⣛"^^xsd:string ;
    rdfs:comment "BRAILLE PATTERN DOTS-124578"@en .

<http://lexvo.org/id/char/28DB0> a lvont:Character ;
    lvont:represents "𨶰"^^xsd:string .

<http://lexvo.org/id/char/28DB1> a lvont:Character ;
    lvont:represents "𨶱"^^xsd:string .

<http://lexvo.org/id/char/28DB2> a lvont:Character ;
    lvont:represents "𨶲"^^xsd:string .

<http://lexvo.org/id/char/28DB3> a lvont:Character ;
    lvont:represents "𨶳"^^xsd:string .

<http://lexvo.org/id/char/28DB4> a lvont:Character ;
    lvont:represents "𨶴"^^xsd:string .

<http://lexvo.org/id/char/28DB5> a lvont:Character ;
    lvont:represents "𨶵"^^xsd:string .

<http://lexvo.org/id/char/28DB6> a lvont:Character ;
    lvont:represents "𨶶"^^xsd:string .

<http://lexvo.org/id/char/28DB7> a lvont:Character ;
    lvont:represents "𨶷"^^xsd:string .

<http://lexvo.org/id/char/28DB8> a lvont:Character ;
    lvont:represents "𨶸"^^xsd:string .

<http://lexvo.org/id/char/28DB9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/gwaan1>,
        <http://lexvo.org/id/term/yue/%F0%A8%B6%B9>,
        "𨶹"^^xsd:string ;
    rdfs:comment "to close, shut"@en .

<http://lexvo.org/id/char/28DBA> a lvont:Character ;
    lvont:represents "𨶺"^^xsd:string .

<http://lexvo.org/id/char/28DBB> a lvont:Character ;
    lvont:represents "𨶻"^^xsd:string .

<http://lexvo.org/id/char/28DBC> a lvont:Character ;
    lvont:represents "𨶼"^^xsd:string .

<http://lexvo.org/id/char/28DBD> a lvont:Character ;
    lvont:represents "𨶽"^^xsd:string .

<http://lexvo.org/id/char/28DBE> a lvont:Character ;
    lvont:represents "𨶾"^^xsd:string .

<http://lexvo.org/id/char/28DBF> a lvont:Character ;
    lvont:represents "𨶿"^^xsd:string .

<http://lexvo.org/id/char/28DC> a lvont:Character ;
    lvont:represents "⣜"^^xsd:string ;
    rdfs:comment "BRAILLE PATTERN DOTS-34578"@en .

<http://lexvo.org/id/char/28DC0> a lvont:Character ;
    lvont:represents "𨷀"^^xsd:string .

<http://lexvo.org/id/char/28DC1> a lvont:Character ;
    lvont:represents "𨷁"^^xsd:string .

<http://lexvo.org/id/char/28DC2> a lvont:Character ;
    lvont:represents "𨷂"^^xsd:string .

<http://lexvo.org/id/char/28DC3> a lvont:Character ;
    lvont:represents "𨷃"^^xsd:string .

<http://lexvo.org/id/char/28DC4> a lvont:Character ;
    lvont:represents "𨷄"^^xsd:string .

<http://lexvo.org/id/char/28DC5> a lvont:Character ;
    lvont:represents "𨷅"^^xsd:string .

<http://lexvo.org/id/char/28DC6> a lvont:Character ;
    lvont:represents "𨷆"^^xsd:string .

<http://lexvo.org/id/char/28DC7> a lvont:Character ;
    lvont:represents "𨷇"^^xsd:string .

<http://lexvo.org/id/char/28DC8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/mu%C3%B4n>,
        "𨷈"^^xsd:string .

<http://lexvo.org/id/char/28DC9> a lvont:Character ;
    lvont:represents "𨷉"^^xsd:string .

<http://lexvo.org/id/char/28DCA> a lvont:Character ;
    lvont:represents "𨷊"^^xsd:string .

<http://lexvo.org/id/char/28DCB> a lvont:Character ;
    lvont:represents "𨷋"^^xsd:string .

<http://lexvo.org/id/char/28DCC> a lvont:Character ;
    lvont:represents "𨷌"^^xsd:string .

<http://lexvo.org/id/char/28DCD> a lvont:Character ;
    lvont:represents "𨷍"^^xsd:string .

<http://lexvo.org/id/char/28DCE> a lvont:Character ;
    lvont:represents "𨷎"^^xsd:string .

<http://lexvo.org/id/char/28DCF> a lvont:Character ;
    lvont:represents "𨷏"^^xsd:string .

<http://lexvo.org/id/char/28DD> a lvont:Character ;
    lvont:represents "⣝"^^xsd:string ;
    rdfs:comment "BRAILLE PATTERN DOTS-134578"@en .

<http://lexvo.org/id/char/28DD0> a lvont:Character ;
    lvont:represents "𨷐"^^xsd:string .

<http://lexvo.org/id/char/28DD1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/m%E1%BB%9F>,
        "𨷑"^^xsd:string .

<http://lexvo.org/id/char/28DD2> a lvont:Character ;
    lvont:represents "𨷒"^^xsd:string .

<http://lexvo.org/id/char/28DD3> a lvont:Character ;
    lvont:represents "𨷓"^^xsd:string .

<http://lexvo.org/id/char/28DD4> a lvont:Character ;
    lvont:represents "𨷔"^^xsd:string .

<http://lexvo.org/id/char/28DD5> a lvont:Character ;
    lvont:represents "𨷕"^^xsd:string .

<http://lexvo.org/id/char/28DD6> a lvont:Character ;
    lvont:represents "𨷖"^^xsd:string .

<http://lexvo.org/id/char/28DD7> a lvont:Character ;
    lvont:represents "𨷗"^^xsd:string .

<http://lexvo.org/id/char/28DD8> a lvont:Character ;
    lvont:represents "𨷘"^^xsd:string .

<http://lexvo.org/id/char/28DD9> a lvont:Character ;
    lvont:represents "𨷙"^^xsd:string .

<http://lexvo.org/id/char/28DDA> a lvont:Character ;
    lvont:represents "𨷚"^^xsd:string .

<http://lexvo.org/id/char/28DDB> a lvont:Character ;
    lvont:represents "𨷛"^^xsd:string .

<http://lexvo.org/id/char/28DDC> a lvont:Character ;
    lvont:represents "𨷜"^^xsd:string .

<http://lexvo.org/id/char/28DDD> a lvont:Character ;
    lvont:represents "𨷝"^^xsd:string .

<http://lexvo.org/id/char/28DDE> a lvont:Character ;
    lvont:represents "𨷞"^^xsd:string .

<http://lexvo.org/id/char/28DDF> a lvont:Character ;
    lvont:represents "𨷟"^^xsd:string .

<http://lexvo.org/id/char/28DE> a lvont:Character ;
    lvont:represents "⣞"^^xsd:string ;
    rdfs:comment "BRAILLE PATTERN DOTS-234578"@en .

<http://lexvo.org/id/char/28DE0> a lvont:Character ;
    lvont:represents "𨷠"^^xsd:string .

<http://lexvo.org/id/char/28DE1> a lvont:Character ;
    lvont:represents "𨷡"^^xsd:string .

<http://lexvo.org/id/char/28DE2> a lvont:Character ;
    lvont:represents "𨷢"^^xsd:string .

<http://lexvo.org/id/char/28DE3> a lvont:Character ;
    lvont:represents "𨷣"^^xsd:string .

<http://lexvo.org/id/char/28DE4> a lvont:Character ;
    lvont:represents "𨷤"^^xsd:string .

<http://lexvo.org/id/char/28DE5> a lvont:Character ;
    lvont:represents "𨷥"^^xsd:string .

<http://lexvo.org/id/char/28DE6> a lvont:Character ;
    lvont:represents "𨷦"^^xsd:string .

<http://lexvo.org/id/char/28DE7> a lvont:Character ;
    lvont:represents "𨷧"^^xsd:string .

<http://lexvo.org/id/char/28DE8> a lvont:Character ;
    lvont:represents "𨷨"^^xsd:string .

<http://lexvo.org/id/char/28DE9> a lvont:Character ;
    lvont:represents "𨷩"^^xsd:string .

<http://lexvo.org/id/char/28DEA> a lvont:Character ;
    lvont:represents "𨷪"^^xsd:string .

<http://lexvo.org/id/char/28DEB> a lvont:Character ;
    lvont:represents "𨷫"^^xsd:string .

<http://lexvo.org/id/char/28DEC> a lvont:Character ;
    lvont:represents "𨷬"^^xsd:string .

<http://lexvo.org/id/char/28DED> a lvont:Character ;
    lvont:represents "𨷭"^^xsd:string .

<http://lexvo.org/id/char/28DEE> a lvont:Character ;
    lvont:represents "𨷮"^^xsd:string .

<http://lexvo.org/id/char/28DEF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/c%E1%BB%ADa>,
        "𨷯"^^xsd:string .

<http://lexvo.org/id/char/28DF> a lvont:Character ;
    lvont:represents "⣟"^^xsd:string ;
    rdfs:comment "BRAILLE PATTERN DOTS-1234578"@en .

<http://lexvo.org/id/char/28DF0> a lvont:Character ;
    lvont:represents "𨷰"^^xsd:string .

<http://lexvo.org/id/char/28DF1> a lvont:Character ;
    lvont:represents "𨷱"^^xsd:string .

<http://lexvo.org/id/char/28DF2> a lvont:Character ;
    lvont:represents "𨷲"^^xsd:string .

<http://lexvo.org/id/char/28DF3> a lvont:Character ;
    lvont:represents "𨷳"^^xsd:string .

<http://lexvo.org/id/char/28DF4> a lvont:Character ;
    lvont:represents "𨷴"^^xsd:string .

<http://lexvo.org/id/char/28DF5> a lvont:Character ;
    lvont:represents "𨷵"^^xsd:string .

<http://lexvo.org/id/char/28DF6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/c%E1%BB%ADa>,
        "𨷶"^^xsd:string .

<http://lexvo.org/id/char/28DF7> a lvont:Character ;
    lvont:represents "𨷷"^^xsd:string .

<http://lexvo.org/id/char/28DF8> a lvont:Character ;
    lvont:represents "𨷸"^^xsd:string .

<http://lexvo.org/id/char/28DF9> a lvont:Character ;
    lvont:represents "𨷹"^^xsd:string .

<http://lexvo.org/id/char/28DFA> a lvont:Character ;
    lvont:represents "𨷺"^^xsd:string .

<http://lexvo.org/id/char/28DFB> a lvont:Character ;
    lvont:represents "𨷻"^^xsd:string .

<http://lexvo.org/id/char/28DFC> a lvont:Character ;
    lvont:represents "𨷼"^^xsd:string .

<http://lexvo.org/id/char/28DFD> a lvont:Character ;
    lvont:represents "𨷽"^^xsd:string .

<http://lexvo.org/id/char/28DFE> a lvont:Character ;
    lvont:represents "𨷾"^^xsd:string .

<http://lexvo.org/id/char/28DFF> a lvont:Character ;
    lvont:represents "𨷿"^^xsd:string .

<http://lexvo.org/id/char/28E0> a lvont:Character ;
    lvont:represents "⣠"^^xsd:string ;
    rdfs:comment "BRAILLE PATTERN DOTS-678"@en .

<http://lexvo.org/id/char/28E00> a lvont:Character ;
    lvont:represents "𨸀"^^xsd:string .

<http://lexvo.org/id/char/28E01> a lvont:Character ;
    lvont:represents "𨸁"^^xsd:string .

<http://lexvo.org/id/char/28E02> a lvont:Character ;
    lvont:represents "𨸂"^^xsd:string .

<http://lexvo.org/id/char/28E03> a lvont:Character ;
    lvont:represents "𨸃"^^xsd:string .

<http://lexvo.org/id/char/28E04> a lvont:Character ;
    lvont:represents "𨸄"^^xsd:string .

<http://lexvo.org/id/char/28E05> a lvont:Character ;
    lvont:represents "𨸅"^^xsd:string .

<http://lexvo.org/id/char/28E06> a lvont:Character ;
    lvont:represents "𨸆"^^xsd:string .

<http://lexvo.org/id/char/28E07> a lvont:Character ;
    lvont:represents "𨸇"^^xsd:string .

<http://lexvo.org/id/char/28E08> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/m%E1%BB%9F>,
        "𨸈"^^xsd:string .

<http://lexvo.org/id/char/28E09> a lvont:Character ;
    lvont:represents "𨸉"^^xsd:string .

<http://lexvo.org/id/char/28E0A> a lvont:Character ;
    lvont:represents "𨸊"^^xsd:string .

<http://lexvo.org/id/char/28E0B> a lvont:Character ;
    lvont:represents "𨸋"^^xsd:string .

<http://lexvo.org/id/char/28E0C> a lvont:Character ;
    lvont:represents "𨸌"^^xsd:string .

<http://lexvo.org/id/char/28E0D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/c%E1%BB%A5p>,
        "𨸍"^^xsd:string .

<http://lexvo.org/id/char/28E0E> a lvont:Character ;
    lvont:represents "𨸎"^^xsd:string .

<http://lexvo.org/id/char/28E1> a lvont:Character ;
    lvont:represents "⣡"^^xsd:string ;
    rdfs:comment "BRAILLE PATTERN DOTS-1678"@en .

<http://lexvo.org/id/char/28E10> a lvont:Character ;
    lvont:represents "𨸐"^^xsd:string .

<http://lexvo.org/id/char/28E11> a lvont:Character ;
    lvont:represents "𨸑"^^xsd:string .

<http://lexvo.org/id/char/28E12> a lvont:Character ;
    lvont:represents "𨸒"^^xsd:string .

<http://lexvo.org/id/char/28E13> a lvont:Character ;
    lvont:represents "𨸓"^^xsd:string .

<http://lexvo.org/id/char/28E14> a lvont:Character ;
    lvont:represents "𨸔"^^xsd:string .

<http://lexvo.org/id/char/28E15> a lvont:Character ;
    lvont:represents "𨸕"^^xsd:string .

<http://lexvo.org/id/char/28E16> a lvont:Character ;
    lvont:represents "𨸖"^^xsd:string .

<http://lexvo.org/id/char/28E17> a lvont:Character ;
    lvont:represents "𨸗"^^xsd:string .

<http://lexvo.org/id/char/28E18> a lvont:Character ;
    lvont:represents "𨸘"^^xsd:string .

<http://lexvo.org/id/char/28E19> a lvont:Character ;
    lvont:represents "𨸙"^^xsd:string .

<http://lexvo.org/id/char/28E1A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%F0%A8%B8%9A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kap1>,
        <http://lexvo.org/id/term/yue/%F0%A8%B8%9A>,
        "𨸚"^^xsd:string ;
    rdfs:comment "series, rank, grade"@en .

<http://lexvo.org/id/char/28E1B> a lvont:Character ;
    lvont:represents "𨸛"^^xsd:string .

<http://lexvo.org/id/char/28E1C> a lvont:Character ;
    lvont:represents "𨸜"^^xsd:string .

<http://lexvo.org/id/char/28E1D> a lvont:Character ;
    lvont:represents "𨸝"^^xsd:string .

<http://lexvo.org/id/char/28E1E> a lvont:Character ;
    lvont:represents "𨸞"^^xsd:string .

<http://lexvo.org/id/char/28E1F> a lvont:Character ;
    lvont:represents "𨸟"^^xsd:string .

<http://lexvo.org/id/char/28E2> a lvont:Character ;
    lvont:represents "⣢"^^xsd:string ;
    rdfs:comment "BRAILLE PATTERN DOTS-2678"@en .

<http://lexvo.org/id/char/28E20> a lvont:Character ;
    lvont:represents "𨸠"^^xsd:string .

<http://lexvo.org/id/char/28E21> a lvont:Character ;
    lvont:represents "𨸡"^^xsd:string .

<http://lexvo.org/id/char/28E22> a lvont:Character ;
    lvont:represents "𨸢"^^xsd:string .

<http://lexvo.org/id/char/28E23> a lvont:Character ;
    lvont:represents "𨸣"^^xsd:string .

<http://lexvo.org/id/char/28E24> a lvont:Character ;
    lvont:represents "𨸤"^^xsd:string .

<http://lexvo.org/id/char/28E25> a lvont:Character ;
    lvont:represents "𨸥"^^xsd:string .

<http://lexvo.org/id/char/28E26> a lvont:Character ;
    lvont:represents "𨸦"^^xsd:string .

<http://lexvo.org/id/char/28E27> a lvont:Character ;
    lvont:represents "𨸧"^^xsd:string .

<http://lexvo.org/id/char/28E28> a lvont:Character ;
    lvont:represents "𨸨"^^xsd:string .

<http://lexvo.org/id/char/28E29> a lvont:Character ;
    lvont:represents "𨸩"^^xsd:string .

<http://lexvo.org/id/char/28E2A> a lvont:Character ;
    lvont:represents "𨸪"^^xsd:string .

<http://lexvo.org/id/char/28E2B> a lvont:Character ;
    lvont:represents "𨸫"^^xsd:string .

<http://lexvo.org/id/char/28E2C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%F0%A8%B8%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%A8n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zan6>,
        <http://lexvo.org/id/term/yue/%F0%A8%B8%AC>,
        "𨸬"^^xsd:string ;
    rdfs:comment "battle-field, battle array"@en .

<http://lexvo.org/id/char/28E2D> a lvont:Character ;
    lvont:represents "𨸭"^^xsd:string .

<http://lexvo.org/id/char/28E2E> a lvont:Character ;
    lvont:represents "𨸮"^^xsd:string .

<http://lexvo.org/id/char/28E2F> a lvont:Character ;
    lvont:represents "𨸯"^^xsd:string .

<http://lexvo.org/id/char/28E3> a lvont:Character ;
    lvont:represents "⣣"^^xsd:string ;
    rdfs:comment "BRAILLE PATTERN DOTS-12678"@en .

<http://lexvo.org/id/char/28E30> a lvont:Character ;
    lvont:represents "𨸰"^^xsd:string .

<http://lexvo.org/id/char/28E31> a lvont:Character ;
    lvont:represents "𨸱"^^xsd:string .

<http://lexvo.org/id/char/28E32> a lvont:Character ;
    lvont:represents "𨸲"^^xsd:string .

<http://lexvo.org/id/char/28E33> a lvont:Character ;
    lvont:represents "𨸳"^^xsd:string .

<http://lexvo.org/id/char/28E34> a lvont:Character ;
    lvont:represents "𨸴"^^xsd:string .

<http://lexvo.org/id/char/28E35> a lvont:Character ;
    lvont:represents "𨸵"^^xsd:string .

<http://lexvo.org/id/char/28E36> a lvont:Character ;
    lvont:represents "𨸶"^^xsd:string .

<http://lexvo.org/id/char/28E37> a lvont:Character ;
    lvont:represents "𨸷"^^xsd:string .

<http://lexvo.org/id/char/28E38> a lvont:Character ;
    lvont:represents "𨸸"^^xsd:string .

<http://lexvo.org/id/char/28E39> a lvont:Character ;
    lvont:represents "𨸹"^^xsd:string .

<http://lexvo.org/id/char/28E3A> a lvont:Character ;
    lvont:represents "𨸺"^^xsd:string .

<http://lexvo.org/id/char/28E3B> a lvont:Character ;
    lvont:represents "𨸻"^^xsd:string .

<http://lexvo.org/id/char/28E3C> a lvont:Character ;
    lvont:represents "𨸼"^^xsd:string .

<http://lexvo.org/id/char/28E3D> a lvont:Character ;
    lvont:represents "𨸽"^^xsd:string .

<http://lexvo.org/id/char/28E3E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/b%E1%BA%ADc>,
        "𨸾"^^xsd:string .

<http://lexvo.org/id/char/28E3F> a lvont:Character ;
    lvont:represents "𨸿"^^xsd:string .

<http://lexvo.org/id/char/28E4> a lvont:Character ;
    lvont:represents "⣤"^^xsd:string ;
    rdfs:comment "BRAILLE PATTERN DOTS-3678"@en .

<http://lexvo.org/id/char/28E40> a lvont:Character ;
    lvont:represents "𨹀"^^xsd:string .

<http://lexvo.org/id/char/28E41> a lvont:Character ;
    lvont:represents "𨹁"^^xsd:string .

<http://lexvo.org/id/char/28E42> a lvont:Character ;
    lvont:represents "𨹂"^^xsd:string .

<http://lexvo.org/id/char/28E43> a lvont:Character ;
    lvont:represents "𨹃"^^xsd:string .

<http://lexvo.org/id/char/28E44> a lvont:Character ;
    lvont:represents "𨹄"^^xsd:string .

<http://lexvo.org/id/char/28E45> a lvont:Character ;
    lvont:represents "𨹅"^^xsd:string .

<http://lexvo.org/id/char/28E46> a lvont:Character ;
    lvont:represents "𨹆"^^xsd:string .

<http://lexvo.org/id/char/28E47> a lvont:Character ;
    lvont:represents "𨹇"^^xsd:string .

<http://lexvo.org/id/char/28E48> a lvont:Character ;
    lvont:represents "𨹈"^^xsd:string .

<http://lexvo.org/id/char/28E49> a lvont:Character ;
    lvont:represents "𨹉"^^xsd:string .

<http://lexvo.org/id/char/28E4A> a lvont:Character ;
    lvont:represents "𨹊"^^xsd:string .

<http://lexvo.org/id/char/28E4B> a lvont:Character ;
    lvont:represents "𨹋"^^xsd:string .

<http://lexvo.org/id/char/28E4C> a lvont:Character ;
    lvont:represents "𨹌"^^xsd:string .

<http://lexvo.org/id/char/28E4D> a lvont:Character ;
    lvont:represents "𨹍"^^xsd:string .

<http://lexvo.org/id/char/28E4E> a lvont:Character ;
    lvont:represents "𨹎"^^xsd:string .

<http://lexvo.org/id/char/28E4F> a lvont:Character ;
    lvont:represents "𨹏"^^xsd:string .

<http://lexvo.org/id/char/28E5> a lvont:Character ;
    lvont:represents "⣥"^^xsd:string ;
    rdfs:comment "BRAILLE PATTERN DOTS-13678"@en .

<http://lexvo.org/id/char/28E50> a lvont:Character ;
    lvont:represents "𨹐"^^xsd:string .

<http://lexvo.org/id/char/28E51> a lvont:Character ;
    lvont:represents "𨹑"^^xsd:string .

<http://lexvo.org/id/char/28E52> a lvont:Character ;
    lvont:represents "𨹒"^^xsd:string .

<http://lexvo.org/id/char/28E53> a lvont:Character ;
    lvont:represents "𨹓"^^xsd:string .

<http://lexvo.org/id/char/28E54> a lvont:Character ;
    lvont:represents "𨹔"^^xsd:string .

<http://lexvo.org/id/char/28E55> a lvont:Character ;
    lvont:represents "𨹕"^^xsd:string .

<http://lexvo.org/id/char/28E56> a lvont:Character ;
    lvont:represents "𨹖"^^xsd:string .

<http://lexvo.org/id/char/28E57> a lvont:Character ;
    lvont:represents "𨹗"^^xsd:string .

<http://lexvo.org/id/char/28E58> a lvont:Character ;
    lvont:represents "𨹘"^^xsd:string .

<http://lexvo.org/id/char/28E59> a lvont:Character ;
    lvont:represents "𨹙"^^xsd:string .

<http://lexvo.org/id/char/28E5A> a lvont:Character ;
    lvont:represents "𨹚"^^xsd:string .

<http://lexvo.org/id/char/28E5B> a lvont:Character ;
    lvont:represents "𨹛"^^xsd:string .

<http://lexvo.org/id/char/28E5C> a lvont:Character ;
    lvont:represents "𨹜"^^xsd:string .

<http://lexvo.org/id/char/28E5D> a lvont:Character ;
    lvont:represents "𨹝"^^xsd:string .

<http://lexvo.org/id/char/28E5E> a lvont:Character ;
    lvont:represents "𨹞"^^xsd:string .

<http://lexvo.org/id/char/28E5F> a lvont:Character ;
    lvont:represents "𨹟"^^xsd:string .

<http://lexvo.org/id/char/28E6> a lvont:Character ;
    lvont:represents "⣦"^^xsd:string ;
    rdfs:comment "BRAILLE PATTERN DOTS-23678"@en .

<http://lexvo.org/id/char/28E60> a lvont:Character ;
    lvont:represents "𨹠"^^xsd:string .

<http://lexvo.org/id/char/28E61> a lvont:Character ;
    lvont:represents "𨹡"^^xsd:string .

<http://lexvo.org/id/char/28E62> a lvont:Character ;
    lvont:represents "𨹢"^^xsd:string .

<http://lexvo.org/id/char/28E63> a lvont:Character ;
    lvont:represents "𨹣"^^xsd:string .

<http://lexvo.org/id/char/28E64> a lvont:Character ;
    lvont:represents "𨹤"^^xsd:string .

<http://lexvo.org/id/char/28E65> a lvont:Character ;
    lvont:represents "𨹥"^^xsd:string .

<http://lexvo.org/id/char/28E66> a lvont:Character ;
    lvont:represents "𨹦"^^xsd:string .

<http://lexvo.org/id/char/28E67> a lvont:Character ;
    lvont:represents "𨹧"^^xsd:string .

<http://lexvo.org/id/char/28E68> a lvont:Character ;
    lvont:represents "𨹨"^^xsd:string .

<http://lexvo.org/id/char/28E69> a lvont:Character ;
    lvont:represents "𨹩"^^xsd:string .

<http://lexvo.org/id/char/28E6A> a lvont:Character ;
    lvont:represents "𨹪"^^xsd:string .

<http://lexvo.org/id/char/28E6B> a lvont:Character ;
    lvont:represents "𨹫"^^xsd:string .

<http://lexvo.org/id/char/28E6C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/l%E1%BB%9F>,
        "𨹬"^^xsd:string .

<http://lexvo.org/id/char/28E6D> a lvont:Character ;
    lvont:represents "𨹭"^^xsd:string .

<http://lexvo.org/id/char/28E6E> a lvont:Character ;
    lvont:represents "𨹮"^^xsd:string .

<http://lexvo.org/id/char/28E6F> a lvont:Character ;
    lvont:represents "𨹯"^^xsd:string .

<http://lexvo.org/id/char/28E7> a lvont:Character ;
    lvont:represents "⣧"^^xsd:string ;
    rdfs:comment "BRAILLE PATTERN DOTS-123678"@en .

<http://lexvo.org/id/char/28E70> a lvont:Character ;
    lvont:represents "𨹰"^^xsd:string .

<http://lexvo.org/id/char/28E71> a lvont:Character ;
    lvont:represents "𨹱"^^xsd:string .

<http://lexvo.org/id/char/28E72> a lvont:Character ;
    lvont:represents "𨹲"^^xsd:string .

<http://lexvo.org/id/char/28E73> a lvont:Character ;
    lvont:represents "𨹳"^^xsd:string .

<http://lexvo.org/id/char/28E74> a lvont:Character ;
    lvont:represents "𨹴"^^xsd:string .

<http://lexvo.org/id/char/28E75> a lvont:Character ;
    lvont:represents "𨹵"^^xsd:string .

<http://lexvo.org/id/char/28E76> a lvont:Character ;
    lvont:represents "𨹶"^^xsd:string .

<http://lexvo.org/id/char/28E77> a lvont:Character ;
    lvont:represents "𨹷"^^xsd:string .

<http://lexvo.org/id/char/28E78> a lvont:Character ;
    lvont:represents "𨹸"^^xsd:string .

<http://lexvo.org/id/char/28E79> a lvont:Character ;
    lvont:represents "𨹹"^^xsd:string .

<http://lexvo.org/id/char/28E7A> a lvont:Character ;
    lvont:represents "𨹺"^^xsd:string .

<http://lexvo.org/id/char/28E7B> a lvont:Character ;
    lvont:represents "𨹻"^^xsd:string .

<http://lexvo.org/id/char/28E7C> a lvont:Character ;
    lvont:represents "𨹼"^^xsd:string .

<http://lexvo.org/id/char/28E7D> a lvont:Character ;
    lvont:represents "𨹽"^^xsd:string .

<http://lexvo.org/id/char/28E7E> a lvont:Character ;
    lvont:represents "𨹾"^^xsd:string .

<http://lexvo.org/id/char/28E7F> a lvont:Character ;
    lvont:represents "𨹿"^^xsd:string .

<http://lexvo.org/id/char/28E8> a lvont:Character ;
    lvont:represents "⣨"^^xsd:string ;
    rdfs:comment "BRAILLE PATTERN DOTS-4678"@en .

<http://lexvo.org/id/char/28E80> a lvont:Character ;
    lvont:represents "𨺀"^^xsd:string .

<http://lexvo.org/id/char/28E81> a lvont:Character ;
    lvont:represents "𨺁"^^xsd:string .

<http://lexvo.org/id/char/28E82> a lvont:Character ;
    lvont:represents "𨺂"^^xsd:string .

<http://lexvo.org/id/char/28E83> a lvont:Character ;
    lvont:represents "𨺃"^^xsd:string .

<http://lexvo.org/id/char/28E84> a lvont:Character ;
    lvont:represents "𨺄"^^xsd:string .

<http://lexvo.org/id/char/28E85> a lvont:Character ;
    lvont:represents "𨺅"^^xsd:string .

<http://lexvo.org/id/char/28E86> a lvont:Character ;
    lvont:represents "𨺆"^^xsd:string .

<http://lexvo.org/id/char/28E87> a lvont:Character ;
    lvont:represents "𨺇"^^xsd:string .

<http://lexvo.org/id/char/28E88> a lvont:Character ;
    lvont:represents "𨺈"^^xsd:string .

<http://lexvo.org/id/char/28E89> a lvont:Character ;
    lvont:represents "𨺉"^^xsd:string .

<http://lexvo.org/id/char/28E8A> a lvont:Character ;
    lvont:represents "𨺊"^^xsd:string .

<http://lexvo.org/id/char/28E8B> a lvont:Character ;
    lvont:represents "𨺋"^^xsd:string .

<http://lexvo.org/id/char/28E8C> a lvont:Character ;
    lvont:represents "𨺌"^^xsd:string .

<http://lexvo.org/id/char/28E8D> a lvont:Character ;
    lvont:represents "𨺍"^^xsd:string .

<http://lexvo.org/id/char/28E8E> a lvont:Character ;
    lvont:represents "𨺎"^^xsd:string .

<http://lexvo.org/id/char/28E8F> a lvont:Character ;
    lvont:represents "𨺏"^^xsd:string .

<http://lexvo.org/id/char/28E9> a lvont:Character ;
    lvont:represents "⣩"^^xsd:string ;
    rdfs:comment "BRAILLE PATTERN DOTS-14678"@en .

<http://lexvo.org/id/char/28E90> a lvont:Character ;
    lvont:represents "𨺐"^^xsd:string .

<http://lexvo.org/id/char/28E91> a lvont:Character ;
    lvont:represents "𨺑"^^xsd:string .

<http://lexvo.org/id/char/28E92> a lvont:Character ;
    lvont:represents "𨺒"^^xsd:string .

<http://lexvo.org/id/char/28E93> a lvont:Character ;
    lvont:represents "𨺓"^^xsd:string .

<http://lexvo.org/id/char/28E94> a lvont:Character ;
    lvont:represents "𨺔"^^xsd:string .

<http://lexvo.org/id/char/28E95> a lvont:Character ;
    lvont:represents "𨺕"^^xsd:string .

<http://lexvo.org/id/char/28E96> a lvont:Character ;
    lvont:represents "𨺖"^^xsd:string .

<http://lexvo.org/id/char/28E97> a lvont:Character ;
    lvont:represents "𨺗"^^xsd:string .

<http://lexvo.org/id/char/28E98> a lvont:Character ;
    lvont:represents "𨺘"^^xsd:string .

<http://lexvo.org/id/char/28E99> a lvont:Character ;
    lvont:represents "𨺙"^^xsd:string .

<http://lexvo.org/id/char/28E9A> a lvont:Character ;
    lvont:represents "𨺚"^^xsd:string .

<http://lexvo.org/id/char/28E9B> a lvont:Character ;
    lvont:represents "𨺛"^^xsd:string .

<http://lexvo.org/id/char/28E9C> a lvont:Character ;
    lvont:represents "𨺜"^^xsd:string .

<http://lexvo.org/id/char/28E9D> a lvont:Character ;
    lvont:represents "𨺝"^^xsd:string .

<http://lexvo.org/id/char/28E9E> a lvont:Character ;
    lvont:represents "𨺞"^^xsd:string .

<http://lexvo.org/id/char/28E9F> a lvont:Character ;
    lvont:represents "𨺟"^^xsd:string .

<http://lexvo.org/id/char/28EA> a lvont:Character ;
    lvont:represents "⣪"^^xsd:string ;
    rdfs:comment "BRAILLE PATTERN DOTS-24678"@en .

<http://lexvo.org/id/char/28EA0> a lvont:Character ;
    lvont:represents "𨺠"^^xsd:string .

<http://lexvo.org/id/char/28EA1> a lvont:Character ;
    lvont:represents "𨺡"^^xsd:string .

<http://lexvo.org/id/char/28EA2> a lvont:Character ;
    lvont:represents "𨺢"^^xsd:string .

<http://lexvo.org/id/char/28EA3> a lvont:Character ;
    lvont:represents "𨺣"^^xsd:string .

<http://lexvo.org/id/char/28EA4> a lvont:Character ;
    lvont:represents "𨺤"^^xsd:string .

<http://lexvo.org/id/char/28EA5> a lvont:Character ;
    lvont:represents "𨺥"^^xsd:string .

<http://lexvo.org/id/char/28EA6> a lvont:Character ;
    lvont:represents "𨺦"^^xsd:string .

<http://lexvo.org/id/char/28EA7> a lvont:Character ;
    lvont:represents "𨺧"^^xsd:string .

<http://lexvo.org/id/char/28EA8> a lvont:Character ;
    lvont:represents "𨺨"^^xsd:string .

<http://lexvo.org/id/char/28EA9> a lvont:Character ;
    lvont:represents "𨺩"^^xsd:string .

<http://lexvo.org/id/char/28EAA> a lvont:Character ;
    lvont:represents "𨺪"^^xsd:string .

<http://lexvo.org/id/char/28EAB> a lvont:Character ;
    lvont:represents "𨺫"^^xsd:string .

<http://lexvo.org/id/char/28EAC> a lvont:Character ;
    lvont:represents "𨺬"^^xsd:string .

<http://lexvo.org/id/char/28EAD> a lvont:Character ;
    lvont:represents "𨺭"^^xsd:string .

<http://lexvo.org/id/char/28EAE> a lvont:Character ;
    lvont:represents "𨺮"^^xsd:string .

<http://lexvo.org/id/char/28EAF> a lvont:Character ;
    lvont:represents "𨺯"^^xsd:string .

<http://lexvo.org/id/char/28EB> a lvont:Character ;
    lvont:represents "⣫"^^xsd:string ;
    rdfs:comment "BRAILLE PATTERN DOTS-124678"@en .

<http://lexvo.org/id/char/28EB0> a lvont:Character ;
    lvont:represents "𨺰"^^xsd:string .

<http://lexvo.org/id/char/28EB1> a lvont:Character ;
    lvont:represents "𨺱"^^xsd:string .

<http://lexvo.org/id/char/28EB2> a lvont:Character ;
    lvont:represents "𨺲"^^xsd:string .

<http://lexvo.org/id/char/28EB3> a lvont:Character ;
    lvont:represents "𨺳"^^xsd:string .

<http://lexvo.org/id/char/28EB4> a lvont:Character ;
    lvont:represents "𨺴"^^xsd:string .

<http://lexvo.org/id/char/28EB5> a lvont:Character ;
    lvont:represents "𨺵"^^xsd:string .

<http://lexvo.org/id/char/28EB6> a lvont:Character ;
    lvont:represents "𨺶"^^xsd:string .

<http://lexvo.org/id/char/28EB7> a lvont:Character ;
    lvont:represents "𨺷"^^xsd:string .

<http://lexvo.org/id/char/28EB8> a lvont:Character ;
    lvont:represents "𨺸"^^xsd:string .

<http://lexvo.org/id/char/28EB9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%F0%A8%BA%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C4%81o>,
        "𨺹"^^xsd:string ;
    rdfs:comment "mournful, narrow; used for U+6E6B 湫"@en .

<http://lexvo.org/id/char/28EBA> a lvont:Character ;
    lvont:represents "𨺺"^^xsd:string .

<http://lexvo.org/id/char/28EBB> a lvont:Character ;
    lvont:represents "𨺻"^^xsd:string .

<http://lexvo.org/id/char/28EBC> a lvont:Character ;
    lvont:represents "𨺼"^^xsd:string .

<http://lexvo.org/id/char/28EBD> a lvont:Character ;
    lvont:represents "𨺽"^^xsd:string .

<http://lexvo.org/id/char/28EBE> a lvont:Character ;
    lvont:represents "𨺾"^^xsd:string .

<http://lexvo.org/id/char/28EBF> a lvont:Character ;
    lvont:represents "𨺿"^^xsd:string .

<http://lexvo.org/id/char/28EC> a lvont:Character ;
    lvont:represents "⣬"^^xsd:string ;
    rdfs:comment "BRAILLE PATTERN DOTS-34678"@en .

<http://lexvo.org/id/char/28EC0> a lvont:Character ;
    lvont:represents "𨻀"^^xsd:string .

<http://lexvo.org/id/char/28EC1> a lvont:Character ;
    lvont:represents "𨻁"^^xsd:string .

<http://lexvo.org/id/char/28EC2> a lvont:Character ;
    lvont:represents "𨻂"^^xsd:string .

<http://lexvo.org/id/char/28EC3> a lvont:Character ;
    lvont:represents "𨻃"^^xsd:string .

<http://lexvo.org/id/char/28EC4> a lvont:Character ;
    lvont:represents "𨻄"^^xsd:string .

<http://lexvo.org/id/char/28EC5> a lvont:Character ;
    lvont:represents "𨻅"^^xsd:string .

<http://lexvo.org/id/char/28EC6> a lvont:Character ;
    lvont:represents "𨻆"^^xsd:string .

<http://lexvo.org/id/char/28EC7> a lvont:Character ;
    lvont:represents "𨻇"^^xsd:string .

<http://lexvo.org/id/char/28EC8> a lvont:Character ;
    lvont:represents "𨻈"^^xsd:string .

<http://lexvo.org/id/char/28EC9> a lvont:Character ;
    lvont:represents "𨻉"^^xsd:string .

<http://lexvo.org/id/char/28ECA> a lvont:Character ;
    lvont:represents "𨻊"^^xsd:string .

<http://lexvo.org/id/char/28ECB> a lvont:Character ;
    lvont:represents "𨻋"^^xsd:string .

<http://lexvo.org/id/char/28ECC> a lvont:Character ;
    lvont:represents "𨻌"^^xsd:string .

<http://lexvo.org/id/char/28ECD> a lvont:Character ;
    lvont:represents "𨻍"^^xsd:string .

<http://lexvo.org/id/char/28ECE> a lvont:Character ;
    lvont:represents "𨻎"^^xsd:string .

<http://lexvo.org/id/char/28ECF> a lvont:Character ;
    lvont:represents "𨻏"^^xsd:string .

<http://lexvo.org/id/char/28ED> a lvont:Character ;
    lvont:represents "⣭"^^xsd:string ;
    rdfs:comment "BRAILLE PATTERN DOTS-134678"@en .

<http://lexvo.org/id/char/28ED0> a lvont:Character ;
    lvont:represents "𨻐"^^xsd:string .

<http://lexvo.org/id/char/28ED1> a lvont:Character ;
    lvont:represents "𨻑"^^xsd:string .

<http://lexvo.org/id/char/28ED2> a lvont:Character ;
    lvont:represents "𨻒"^^xsd:string .

<http://lexvo.org/id/char/28ED3> a lvont:Character ;
    lvont:represents "𨻓"^^xsd:string .

<http://lexvo.org/id/char/28ED4> a lvont:Character ;
    lvont:represents "𨻔"^^xsd:string .

<http://lexvo.org/id/char/28ED5> a lvont:Character ;
    lvont:represents "𨻕"^^xsd:string .

<http://lexvo.org/id/char/28ED6> a lvont:Character ;
    lvont:represents "𨻖"^^xsd:string .

<http://lexvo.org/id/char/28ED7> a lvont:Character ;
    lvont:represents "𨻗"^^xsd:string .

<http://lexvo.org/id/char/28ED8> a lvont:Character ;
    lvont:represents "𨻘"^^xsd:string .

<http://lexvo.org/id/char/28ED9> a lvont:Character ;
    lvont:represents "𨻙"^^xsd:string .

<http://lexvo.org/id/char/28EDA> a lvont:Character ;
    lvont:represents "𨻚"^^xsd:string .

<http://lexvo.org/id/char/28EDB> a lvont:Character ;
    lvont:represents "𨻛"^^xsd:string .

<http://lexvo.org/id/char/28EDC> a lvont:Character ;
    lvont:represents "𨻜"^^xsd:string .

<http://lexvo.org/id/char/28EDD> a lvont:Character ;
    lvont:represents "𨻝"^^xsd:string .

<http://lexvo.org/id/char/28EDE> a lvont:Character ;
    lvont:represents "𨻞"^^xsd:string .

<http://lexvo.org/id/char/28EDF> a lvont:Character ;
    lvont:represents "𨻟"^^xsd:string .

<http://lexvo.org/id/char/28EE> a lvont:Character ;
    lvont:represents "⣮"^^xsd:string ;
    rdfs:comment "BRAILLE PATTERN DOTS-234678"@en .

<http://lexvo.org/id/char/28EE0> a lvont:Character ;
    lvont:represents "𨻠"^^xsd:string .

<http://lexvo.org/id/char/28EE1> a lvont:Character ;
    lvont:represents "𨻡"^^xsd:string .

<http://lexvo.org/id/char/28EE2> a lvont:Character ;
    lvont:represents "𨻢"^^xsd:string .

<http://lexvo.org/id/char/28EE3> a lvont:Character ;
    lvont:represents "𨻣"^^xsd:string .

<http://lexvo.org/id/char/28EE4> a lvont:Character ;
    lvont:represents "𨻤"^^xsd:string .

<http://lexvo.org/id/char/28EE5> a lvont:Character ;
    lvont:represents "𨻥"^^xsd:string .

<http://lexvo.org/id/char/28EE6> a lvont:Character ;
    lvont:represents "𨻦"^^xsd:string .

<http://lexvo.org/id/char/28EE7> a lvont:Character ;
    lvont:represents "𨻧"^^xsd:string .

<http://lexvo.org/id/char/28EE8> a lvont:Character ;
    lvont:represents "𨻨"^^xsd:string .

<http://lexvo.org/id/char/28EE9> a lvont:Character ;
    lvont:represents "𨻩"^^xsd:string .

<http://lexvo.org/id/char/28EEA> a lvont:Character ;
    lvont:represents "𨻪"^^xsd:string .

<http://lexvo.org/id/char/28EEB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/lu%E1%BB%91ng>,
        "𨻫"^^xsd:string .

<http://lexvo.org/id/char/28EEC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/x%C3%B3>,
        "𨻬"^^xsd:string .

<http://lexvo.org/id/char/28EED> a lvont:Character ;
    lvont:represents "𨻭"^^xsd:string .

<http://lexvo.org/id/char/28EEE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/v%E1%BB%87n>,
        "𨻮"^^xsd:string .

<http://lexvo.org/id/char/28EEF> a lvont:Character ;
    lvont:represents "𨻯"^^xsd:string .

<http://lexvo.org/id/char/28EF> a lvont:Character ;
    lvont:represents "⣯"^^xsd:string ;
    rdfs:comment "BRAILLE PATTERN DOTS-1234678"@en .

<http://lexvo.org/id/char/28EF0> a lvont:Character ;
    lvont:represents "𨻰"^^xsd:string .

<http://lexvo.org/id/char/28EF1> a lvont:Character ;
    lvont:represents "𨻱"^^xsd:string .

<http://lexvo.org/id/char/28EF2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%F0%A8%BB%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A0>,
        "𨻲"^^xsd:string ;
    rdfs:comment "a crack, fissure"@en .

<http://lexvo.org/id/char/28EF3> a lvont:Character ;
    lvont:represents "𨻳"^^xsd:string .

<http://lexvo.org/id/char/28EF4> a lvont:Character ;
    lvont:represents "𨻴"^^xsd:string .

<http://lexvo.org/id/char/28EF5> a lvont:Character ;
    lvont:represents "𨻵"^^xsd:string .

<http://lexvo.org/id/char/28EF6> a lvont:Character ;
    lvont:represents "𨻶"^^xsd:string ;
    rdfs:comment "a crevise, fissure; time, leisure; unpreparedness"@en .

<http://lexvo.org/id/char/28EF7> a lvont:Character ;
    lvont:represents "𨻷"^^xsd:string .

<http://lexvo.org/id/char/28EF8> a lvont:Character ;
    lvont:represents "𨻸"^^xsd:string .

<http://lexvo.org/id/char/28EF9> a lvont:Character ;
    lvont:represents "𨻹"^^xsd:string .

<http://lexvo.org/id/char/28EFA> a lvont:Character ;
    lvont:represents "𨻺"^^xsd:string .

<http://lexvo.org/id/char/28EFB> a lvont:Character ;
    lvont:represents "𨻻"^^xsd:string .

<http://lexvo.org/id/char/28EFC> a lvont:Character ;
    lvont:represents "𨻼"^^xsd:string .

<http://lexvo.org/id/char/28EFD> a lvont:Character ;
    lvont:represents "𨻽"^^xsd:string .

<http://lexvo.org/id/char/28EFE> a lvont:Character ;
    lvont:represents "𨻾"^^xsd:string .

<http://lexvo.org/id/char/28EFF> a lvont:Character ;
    lvont:represents "𨻿"^^xsd:string .

<http://lexvo.org/id/char/28F0> a lvont:Character ;
    lvont:represents "⣰"^^xsd:string ;
    rdfs:comment "BRAILLE PATTERN DOTS-5678"@en .

<http://lexvo.org/id/char/28F00> a lvont:Character ;
    lvont:represents "𨼀"^^xsd:string .

<http://lexvo.org/id/char/28F01> a lvont:Character ;
    lvont:represents "𨼁"^^xsd:string .

<http://lexvo.org/id/char/28F02> a lvont:Character ;
    lvont:represents "𨼂"^^xsd:string .

<http://lexvo.org/id/char/28F03> a lvont:Character ;
    lvont:represents "𨼃"^^xsd:string .

<http://lexvo.org/id/char/28F04> a lvont:Character ;
    lvont:represents "𨼄"^^xsd:string .

<http://lexvo.org/id/char/28F05> a lvont:Character ;
    lvont:represents "𨼅"^^xsd:string .

<http://lexvo.org/id/char/28F06> a lvont:Character ;
    lvont:represents "𨼆"^^xsd:string .

<http://lexvo.org/id/char/28F07> a lvont:Character ;
    lvont:represents "𨼇"^^xsd:string .

<http://lexvo.org/id/char/28F08> a lvont:Character ;
    lvont:represents "𨼈"^^xsd:string .

<http://lexvo.org/id/char/28F09> a lvont:Character ;
    lvont:represents "𨼉"^^xsd:string .

<http://lexvo.org/id/char/28F0A> a lvont:Character ;
    lvont:represents "𨼊"^^xsd:string .

<http://lexvo.org/id/char/28F0B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/h%E1%BB%9D>,
        "𨼋"^^xsd:string .

<http://lexvo.org/id/char/28F0C> a lvont:Character ;
    lvont:represents "𨼌"^^xsd:string .

<http://lexvo.org/id/char/28F0D> a lvont:Character ;
    lvont:represents "𨼍"^^xsd:string .

<http://lexvo.org/id/char/28F0E> a lvont:Character ;
    lvont:represents "𨼎"^^xsd:string .

<http://lexvo.org/id/char/28F0F> a lvont:Character ;
    lvont:represents "𨼏"^^xsd:string .

<http://lexvo.org/id/char/28F1> a lvont:Character ;
    lvont:represents "⣱"^^xsd:string ;
    rdfs:comment "BRAILLE PATTERN DOTS-15678"@en .

<http://lexvo.org/id/char/28F10> a lvont:Character ;
    lvont:represents "𨼐"^^xsd:string .

<http://lexvo.org/id/char/28F11> a lvont:Character ;
    lvont:represents "𨼑"^^xsd:string .

<http://lexvo.org/id/char/28F12> a lvont:Character ;
    lvont:represents "𨼒"^^xsd:string .

<http://lexvo.org/id/char/28F13> a lvont:Character ;
    lvont:represents "𨼓"^^xsd:string .

<http://lexvo.org/id/char/28F14> a lvont:Character ;
    lvont:represents "𨼔"^^xsd:string .

<http://lexvo.org/id/char/28F15> a lvont:Character ;
    lvont:represents "𨼕"^^xsd:string .

<http://lexvo.org/id/char/28F16> a lvont:Character ;
    lvont:represents "𨼖"^^xsd:string .

<http://lexvo.org/id/char/28F17> a lvont:Character ;
    lvont:represents "𨼗"^^xsd:string .

<http://lexvo.org/id/char/28F18> a lvont:Character ;
    lvont:represents "𨼘"^^xsd:string .

<http://lexvo.org/id/char/28F19> a lvont:Character ;
    lvont:represents "𨼙"^^xsd:string .

<http://lexvo.org/id/char/28F1A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/be>,
        "𨼚"^^xsd:string .

<http://lexvo.org/id/char/28F1B> a lvont:Character ;
    lvont:represents "𨼛"^^xsd:string .

<http://lexvo.org/id/char/28F1C> a lvont:Character ;
    lvont:represents "𨼜"^^xsd:string .

<http://lexvo.org/id/char/28F1D> a lvont:Character ;
    lvont:represents "𨼝"^^xsd:string .

<http://lexvo.org/id/char/28F1E> a lvont:Character ;
    lvont:represents "𨼞"^^xsd:string .

<http://lexvo.org/id/char/28F1F> a lvont:Character ;
    lvont:represents "𨼟"^^xsd:string .

<http://lexvo.org/id/char/28F2> a lvont:Character ;
    lvont:represents "⣲"^^xsd:string ;
    rdfs:comment "BRAILLE PATTERN DOTS-25678"@en .

<http://lexvo.org/id/char/28F20> a lvont:Character ;
    lvont:represents "𨼠"^^xsd:string .

<http://lexvo.org/id/char/28F21> a lvont:Character ;
    lvont:represents "𨼡"^^xsd:string .

<http://lexvo.org/id/char/28F22> a lvont:Character ;
    lvont:represents "𨼢"^^xsd:string .

<http://lexvo.org/id/char/28F23> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C3%A9>,
        "𨼣"^^xsd:string .

<http://lexvo.org/id/char/28F24> a lvont:Character ;
    lvont:represents "𨼤"^^xsd:string .

<http://lexvo.org/id/char/28F25> a lvont:Character ;
    lvont:represents "𨼥"^^xsd:string .

<http://lexvo.org/id/char/28F26> a lvont:Character ;
    lvont:represents "𨼦"^^xsd:string .

<http://lexvo.org/id/char/28F27> a lvont:Character ;
    lvont:represents "𨼧"^^xsd:string .

<http://lexvo.org/id/char/28F28> a lvont:Character ;
    lvont:represents "𨼨"^^xsd:string .

<http://lexvo.org/id/char/28F29> a lvont:Character ;
    lvont:represents "𨼩"^^xsd:string .

<http://lexvo.org/id/char/28F2A> a lvont:Character ;
    lvont:represents "𨼪"^^xsd:string .

<http://lexvo.org/id/char/28F2B> a lvont:Character ;
    lvont:represents "𨼫"^^xsd:string .

<http://lexvo.org/id/char/28F2C> a lvont:Character ;
    lvont:represents "𨼬"^^xsd:string .

<http://lexvo.org/id/char/28F2D> a lvont:Character ;
    lvont:represents "𨼭"^^xsd:string .

<http://lexvo.org/id/char/28F2E> a lvont:Character ;
    lvont:represents "𨼮"^^xsd:string .

<http://lexvo.org/id/char/28F2F> a lvont:Character ;
    lvont:represents "𨼯"^^xsd:string .

<http://lexvo.org/id/char/28F3> a lvont:Character ;
    lvont:represents "⣳"^^xsd:string ;
    rdfs:comment "BRAILLE PATTERN DOTS-125678"@en .

<http://lexvo.org/id/char/28F30> a lvont:Character ;
    lvont:represents "𨼰"^^xsd:string .

<http://lexvo.org/id/char/28F31> a lvont:Character ;
    lvont:represents "𨼱"^^xsd:string .

<http://lexvo.org/id/char/28F32> a lvont:Character ;
    lvont:represents "𨼲"^^xsd:string .

<http://lexvo.org/id/char/28F33> a lvont:Character ;
    lvont:represents "𨼳"^^xsd:string .

<http://lexvo.org/id/char/28F34> a lvont:Character ;
    lvont:represents "𨼴"^^xsd:string .

<http://lexvo.org/id/char/28F35> a lvont:Character ;
    lvont:represents "𨼵"^^xsd:string .

<http://lexvo.org/id/char/28F36> a lvont:Character ;
    lvont:represents "𨼶"^^xsd:string .

<http://lexvo.org/id/char/28F37> a lvont:Character ;
    lvont:represents "𨼷"^^xsd:string .

<http://lexvo.org/id/char/28F38> a lvont:Character ;
    lvont:represents "𨼸"^^xsd:string .

<http://lexvo.org/id/char/28F39> a lvont:Character ;
    lvont:represents "𨼹"^^xsd:string .

<http://lexvo.org/id/char/28F3A> a lvont:Character ;
    lvont:represents "𨼺"^^xsd:string .

<http://lexvo.org/id/char/28F3B> a lvont:Character ;
    lvont:represents "𨼻"^^xsd:string .

<http://lexvo.org/id/char/28F3C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/nh%E1%BB%8F>,
        "𨼼"^^xsd:string .

<http://lexvo.org/id/char/28F3D> a lvont:Character ;
    lvont:represents "𨼽"^^xsd:string .

<http://lexvo.org/id/char/28F3E> a lvont:Character ;
    lvont:represents "𨼾"^^xsd:string .

<http://lexvo.org/id/char/28F3F> a lvont:Character ;
    lvont:represents "𨼿"^^xsd:string .

<http://lexvo.org/id/char/28F4> a lvont:Character ;
    lvont:represents "⣴"^^xsd:string ;
    rdfs:comment "BRAILLE PATTERN DOTS-35678"@en .

<http://lexvo.org/id/char/28F40> a lvont:Character ;
    lvont:represents "𨽀"^^xsd:string .

<http://lexvo.org/id/char/28F41> a lvont:Character ;
    lvont:represents "𨽁"^^xsd:string .

<http://lexvo.org/id/char/28F42> a lvont:Character ;
    lvont:represents "𨽂"^^xsd:string .

<http://lexvo.org/id/char/28F43> a lvont:Character ;
    lvont:represents "𨽃"^^xsd:string .

<http://lexvo.org/id/char/28F44> a lvont:Character ;
    lvont:represents "𨽄"^^xsd:string .

<http://lexvo.org/id/char/28F45> a lvont:Character ;
    lvont:represents "𨽅"^^xsd:string .

<http://lexvo.org/id/char/28F46> a lvont:Character ;
    lvont:represents "𨽆"^^xsd:string .

<http://lexvo.org/id/char/28F47> a lvont:Character ;
    lvont:represents "𨽇"^^xsd:string .

<http://lexvo.org/id/char/28F48> a lvont:Character ;
    lvont:represents "𨽈"^^xsd:string .

<http://lexvo.org/id/char/28F49> a lvont:Character ;
    lvont:represents "𨽉"^^xsd:string .

<http://lexvo.org/id/char/28F4A> a lvont:Character ;
    lvont:represents "𨽊"^^xsd:string .

<http://lexvo.org/id/char/28F4B> a lvont:Character ;
    lvont:represents "𨽋"^^xsd:string .

<http://lexvo.org/id/char/28F4C> a lvont:Character ;
    lvont:represents "𨽌"^^xsd:string .

<http://lexvo.org/id/char/28F4D> a lvont:Character ;
    lvont:represents "𨽍"^^xsd:string .

<http://lexvo.org/id/char/28F4E> a lvont:Character ;
    lvont:represents "𨽎"^^xsd:string .

<http://lexvo.org/id/char/28F4F> a lvont:Character ;
    lvont:represents "𨽏"^^xsd:string .

<http://lexvo.org/id/char/28F5> a lvont:Character ;
    lvont:represents "⣵"^^xsd:string ;
    rdfs:comment "BRAILLE PATTERN DOTS-135678"@en .

<http://lexvo.org/id/char/28F50> a lvont:Character ;
    lvont:represents "𨽐"^^xsd:string .

<http://lexvo.org/id/char/28F51> a lvont:Character ;
    lvont:represents "𨽑"^^xsd:string .

<http://lexvo.org/id/char/28F52> a lvont:Character ;
    lvont:represents "𨽒"^^xsd:string .

<http://lexvo.org/id/char/28F53> a lvont:Character ;
    lvont:represents "𨽓"^^xsd:string .

<http://lexvo.org/id/char/28F54> a lvont:Character ;
    lvont:represents "𨽔"^^xsd:string .

<http://lexvo.org/id/char/28F55> a lvont:Character ;
    lvont:represents "𨽕"^^xsd:string .

<http://lexvo.org/id/char/28F56> a lvont:Character ;
    lvont:represents "𨽖"^^xsd:string .

<http://lexvo.org/id/char/28F57> a lvont:Character ;
    lvont:represents "𨽗"^^xsd:string .

<http://lexvo.org/id/char/28F58> a lvont:Character ;
    lvont:represents "𨽘"^^xsd:string .

<http://lexvo.org/id/char/28F59> a lvont:Character ;
    lvont:represents "𨽙"^^xsd:string .

<http://lexvo.org/id/char/28F5A> a lvont:Character ;
    lvont:represents "𨽚"^^xsd:string .

<http://lexvo.org/id/char/28F5B> a lvont:Character ;
    lvont:represents "𨽛"^^xsd:string .

<http://lexvo.org/id/char/28F5C> a lvont:Character ;
    lvont:represents "𨽜"^^xsd:string .

<http://lexvo.org/id/char/28F5D> a lvont:Character ;
    lvont:represents "𨽝"^^xsd:string .

<http://lexvo.org/id/char/28F5E> a lvont:Character ;
    lvont:represents "𨽞"^^xsd:string .

<http://lexvo.org/id/char/28F5F> a lvont:Character ;
    lvont:represents "𨽟"^^xsd:string .

<http://lexvo.org/id/char/28F6> a lvont:Character ;
    lvont:represents "⣶"^^xsd:string ;
    rdfs:comment "BRAILLE PATTERN DOTS-235678"@en .

<http://lexvo.org/id/char/28F60> a lvont:Character ;
    lvont:represents "𨽠"^^xsd:string .

<http://lexvo.org/id/char/28F61> a lvont:Character ;
    lvont:represents "𨽡"^^xsd:string .

<http://lexvo.org/id/char/28F62> a lvont:Character ;
    lvont:represents "𨽢"^^xsd:string .

<http://lexvo.org/id/char/28F63> a lvont:Character ;
    lvont:represents "𨽣"^^xsd:string .

<http://lexvo.org/id/char/28F64> a lvont:Character ;
    lvont:represents "𨽤"^^xsd:string .

<http://lexvo.org/id/char/28F65> a lvont:Character ;
    lvont:represents "𨽥"^^xsd:string .

<http://lexvo.org/id/char/28F66> a lvont:Character ;
    lvont:represents "𨽦"^^xsd:string .

<http://lexvo.org/id/char/28F67> a lvont:Character ;
    lvont:represents "𨽧"^^xsd:string .

<http://lexvo.org/id/char/28F68> a lvont:Character ;
    lvont:represents "𨽨"^^xsd:string .

<http://lexvo.org/id/char/28F69> a lvont:Character ;
    lvont:represents "𨽩"^^xsd:string .

<http://lexvo.org/id/char/28F6A> a lvont:Character ;
    lvont:represents "𨽪"^^xsd:string .

<http://lexvo.org/id/char/28F6B> a lvont:Character ;
    lvont:represents "𨽫"^^xsd:string .

<http://lexvo.org/id/char/28F6C> a lvont:Character ;
    lvont:represents "𨽬"^^xsd:string .

<http://lexvo.org/id/char/28F6D> a lvont:Character ;
    lvont:represents "𨽭"^^xsd:string .

<http://lexvo.org/id/char/28F6E> a lvont:Character ;
    lvont:represents "𨽮"^^xsd:string .

<http://lexvo.org/id/char/28F6F> a lvont:Character ;
    lvont:represents "𨽯"^^xsd:string .

<http://lexvo.org/id/char/28F7> a lvont:Character ;
    lvont:represents "⣷"^^xsd:string ;
    rdfs:comment "BRAILLE PATTERN DOTS-1235678"@en .

<http://lexvo.org/id/char/28F70> a lvont:Character ;
    lvont:represents "𨽰"^^xsd:string .

<http://lexvo.org/id/char/28F71> a lvont:Character ;
    lvont:represents "𨽱"^^xsd:string .

<http://lexvo.org/id/char/28F72> a lvont:Character ;
    lvont:represents "𨽲"^^xsd:string .

<http://lexvo.org/id/char/28F73> a lvont:Character ;
    lvont:represents "𨽳"^^xsd:string .

<http://lexvo.org/id/char/28F74> a lvont:Character ;
    lvont:represents "𨽴"^^xsd:string .

<http://lexvo.org/id/char/28F75> a lvont:Character ;
    lvont:represents "𨽵"^^xsd:string .

<http://lexvo.org/id/char/28F76> a lvont:Character ;
    lvont:represents "𨽶"^^xsd:string .

<http://lexvo.org/id/char/28F77> a lvont:Character ;
    lvont:represents "𨽷"^^xsd:string .

<http://lexvo.org/id/char/28F78> a lvont:Character ;
    lvont:represents "𨽸"^^xsd:string .

<http://lexvo.org/id/char/28F79> a lvont:Character ;
    lvont:represents "𨽹"^^xsd:string .

<http://lexvo.org/id/char/28F7A> a lvont:Character ;
    lvont:represents "𨽺"^^xsd:string .

<http://lexvo.org/id/char/28F7B> a lvont:Character ;
    lvont:represents "𨽻"^^xsd:string .

<http://lexvo.org/id/char/28F7C> a lvont:Character ;
    lvont:represents "𨽼"^^xsd:string .

<http://lexvo.org/id/char/28F7D> a lvont:Character ;
    lvont:represents "𨽽"^^xsd:string .

<http://lexvo.org/id/char/28F7E> a lvont:Character ;
    lvont:represents "𨽾"^^xsd:string .

<http://lexvo.org/id/char/28F7F> a lvont:Character ;
    lvont:represents "𨽿"^^xsd:string .

<http://lexvo.org/id/char/28F8> a lvont:Character ;
    lvont:represents "⣸"^^xsd:string ;
    rdfs:comment "BRAILLE PATTERN DOTS-45678"@en .

<http://lexvo.org/id/char/28F80> a lvont:Character ;
    lvont:represents "𨾀"^^xsd:string .

<http://lexvo.org/id/char/28F81> a lvont:Character ;
    lvont:represents "𨾁"^^xsd:string .

<http://lexvo.org/id/char/28F82> a lvont:Character ;
    lvont:represents "𨾂"^^xsd:string .

<http://lexvo.org/id/char/28F83> a lvont:Character ;
    lvont:represents "𨾃"^^xsd:string .

<http://lexvo.org/id/char/28F84> a lvont:Character ;
    lvont:represents "𨾄"^^xsd:string .

<http://lexvo.org/id/char/28F85> a lvont:Character ;
    lvont:represents "𨾅"^^xsd:string .

<http://lexvo.org/id/char/28F86> a lvont:Character ;
    lvont:represents "𨾆"^^xsd:string .

<http://lexvo.org/id/char/28F87> a lvont:Character ;
    lvont:represents "𨾇"^^xsd:string .

<http://lexvo.org/id/char/28F88> a lvont:Character ;
    lvont:represents "𨾈"^^xsd:string .

<http://lexvo.org/id/char/28F89> a lvont:Character ;
    lvont:represents "𨾉"^^xsd:string .

<http://lexvo.org/id/char/28F8A> a lvont:Character ;
    lvont:represents "𨾊"^^xsd:string .

<http://lexvo.org/id/char/28F8B> a lvont:Character ;
    lvont:represents "𨾋"^^xsd:string .

<http://lexvo.org/id/char/28F8C> a lvont:Character ;
    lvont:represents "𨾌"^^xsd:string .

<http://lexvo.org/id/char/28F8D> a lvont:Character ;
    lvont:represents "𨾍"^^xsd:string .

<http://lexvo.org/id/char/28F8E> a lvont:Character ;
    lvont:represents "𨾎"^^xsd:string .

<http://lexvo.org/id/char/28F8F> a lvont:Character ;
    lvont:represents "𨾏"^^xsd:string .

<http://lexvo.org/id/char/28F9> a lvont:Character ;
    lvont:represents "⣹"^^xsd:string ;
    rdfs:comment "BRAILLE PATTERN DOTS-145678"@en .

<http://lexvo.org/id/char/28F90> a lvont:Character ;
    lvont:represents "𨾐"^^xsd:string .

<http://lexvo.org/id/char/28F91> a lvont:Character ;
    lvont:represents "𨾑"^^xsd:string .

<http://lexvo.org/id/char/28F92> a lvont:Character ;
    lvont:represents "𨾒"^^xsd:string .

<http://lexvo.org/id/char/28F93> a lvont:Character ;
    lvont:represents "𨾓"^^xsd:string .

<http://lexvo.org/id/char/28F94> a lvont:Character ;
    lvont:represents "𨾔"^^xsd:string .

<http://lexvo.org/id/char/28F95> a lvont:Character ;
    lvont:represents "𨾕"^^xsd:string .

<http://lexvo.org/id/char/28F96> a lvont:Character ;
    lvont:represents "𨾖"^^xsd:string .

<http://lexvo.org/id/char/28F97> a lvont:Character ;
    lvont:represents "𨾗"^^xsd:string .

<http://lexvo.org/id/char/28F98> a lvont:Character ;
    lvont:represents "𨾘"^^xsd:string .

<http://lexvo.org/id/char/28F99> a lvont:Character ;
    lvont:represents "𨾙"^^xsd:string .

<http://lexvo.org/id/char/28F9A> a lvont:Character ;
    lvont:represents "𨾚"^^xsd:string .

<http://lexvo.org/id/char/28F9B> a lvont:Character ;
    lvont:represents "𨾛"^^xsd:string .

<http://lexvo.org/id/char/28F9C> a lvont:Character ;
    lvont:represents "𨾜"^^xsd:string .

<http://lexvo.org/id/char/28F9D> a lvont:Character ;
    lvont:represents "𨾝"^^xsd:string .

<http://lexvo.org/id/char/28F9E> a lvont:Character ;
    lvont:represents "𨾞"^^xsd:string .

<http://lexvo.org/id/char/28F9F> a lvont:Character ;
    lvont:represents "𨾟"^^xsd:string .

<http://lexvo.org/id/char/28FA> a lvont:Character ;
    lvont:represents "⣺"^^xsd:string ;
    rdfs:comment "BRAILLE PATTERN DOTS-245678"@en .

<http://lexvo.org/id/char/28FA0> a lvont:Character ;
    lvont:represents "𨾠"^^xsd:string .

<http://lexvo.org/id/char/28FA1> a lvont:Character ;
    lvont:represents "𨾡"^^xsd:string .

<http://lexvo.org/id/char/28FA2> a lvont:Character ;
    lvont:represents "𨾢"^^xsd:string .

<http://lexvo.org/id/char/28FA3> a lvont:Character ;
    lvont:represents "𨾣"^^xsd:string .

<http://lexvo.org/id/char/28FA4> a lvont:Character ;
    lvont:represents "𨾤"^^xsd:string .

<http://lexvo.org/id/char/28FA5> a lvont:Character ;
    lvont:represents "𨾥"^^xsd:string .

<http://lexvo.org/id/char/28FA6> a lvont:Character ;
    lvont:represents "𨾦"^^xsd:string .

<http://lexvo.org/id/char/28FA7> a lvont:Character ;
    lvont:represents "𨾧"^^xsd:string .

<http://lexvo.org/id/char/28FA8> a lvont:Character ;
    lvont:represents "𨾨"^^xsd:string .

<http://lexvo.org/id/char/28FA9> a lvont:Character ;
    lvont:represents "𨾩"^^xsd:string .

<http://lexvo.org/id/char/28FAA> a lvont:Character ;
    lvont:represents "𨾪"^^xsd:string .

<http://lexvo.org/id/char/28FAB> a lvont:Character ;
    lvont:represents "𨾫"^^xsd:string .

<http://lexvo.org/id/char/28FAC> a lvont:Character ;
    lvont:represents "𨾬"^^xsd:string .

<http://lexvo.org/id/char/28FAD> a lvont:Character ;
    lvont:represents "𨾭"^^xsd:string .

<http://lexvo.org/id/char/28FAE> a lvont:Character ;
    lvont:represents "𨾮"^^xsd:string .

<http://lexvo.org/id/char/28FAF> a lvont:Character ;
    lvont:represents "𨾯"^^xsd:string .

<http://lexvo.org/id/char/28FB> a lvont:Character ;
    lvont:represents "⣻"^^xsd:string ;
    rdfs:comment "BRAILLE PATTERN DOTS-1245678"@en .

<http://lexvo.org/id/char/28FB0> a lvont:Character ;
    lvont:represents "𨾰"^^xsd:string .

<http://lexvo.org/id/char/28FB1> a lvont:Character ;
    lvont:represents "𨾱"^^xsd:string .

<http://lexvo.org/id/char/28FB2> a lvont:Character ;
    lvont:represents "𨾲"^^xsd:string .

<http://lexvo.org/id/char/28FB3> a lvont:Character ;
    lvont:represents "𨾳"^^xsd:string .

<http://lexvo.org/id/char/28FB4> a lvont:Character ;
    lvont:represents "𨾴"^^xsd:string .

<http://lexvo.org/id/char/28FB5> a lvont:Character ;
    lvont:represents "𨾵"^^xsd:string .

<http://lexvo.org/id/char/28FB6> a lvont:Character ;
    lvont:represents "𨾶"^^xsd:string .

<http://lexvo.org/id/char/28FB7> a lvont:Character ;
    lvont:represents "𨾷"^^xsd:string .

<http://lexvo.org/id/char/28FB8> a lvont:Character ;
    lvont:represents "𨾸"^^xsd:string .

<http://lexvo.org/id/char/28FB9> a lvont:Character ;
    lvont:represents "𨾹"^^xsd:string .

<http://lexvo.org/id/char/28FBA> a lvont:Character ;
    lvont:represents "𨾺"^^xsd:string .

<http://lexvo.org/id/char/28FBB> a lvont:Character ;
    lvont:represents "𨾻"^^xsd:string .

<http://lexvo.org/id/char/28FBC> a lvont:Character ;
    lvont:represents "𨾼"^^xsd:string .

<http://lexvo.org/id/char/28FBD> a lvont:Character ;
    lvont:represents "𨾽"^^xsd:string .

<http://lexvo.org/id/char/28FBE> a lvont:Character ;
    lvont:represents "𨾾"^^xsd:string .

<http://lexvo.org/id/char/28FBF> a lvont:Character ;
    lvont:represents "𨾿"^^xsd:string .

<http://lexvo.org/id/char/28FC> a lvont:Character ;
    lvont:represents "⣼"^^xsd:string ;
    rdfs:comment "BRAILLE PATTERN DOTS-345678"@en .

<http://lexvo.org/id/char/28FC0> a lvont:Character ;
    lvont:represents "𨿀"^^xsd:string .

<http://lexvo.org/id/char/28FC1> a lvont:Character ;
    lvont:represents "𨿁"^^xsd:string .

<http://lexvo.org/id/char/28FC2> a lvont:Character ;
    lvont:represents "𨿂"^^xsd:string .

<http://lexvo.org/id/char/28FC3> a lvont:Character ;
    lvont:represents "𨿃"^^xsd:string .

<http://lexvo.org/id/char/28FC4> a lvont:Character ;
    lvont:represents "𨿄"^^xsd:string .

<http://lexvo.org/id/char/28FC5> a lvont:Character ;
    lvont:represents "𨿅"^^xsd:string .

<http://lexvo.org/id/char/28FC6> a lvont:Character ;
    lvont:represents "𨿆"^^xsd:string .

<http://lexvo.org/id/char/28FC7> a lvont:Character ;
    lvont:represents "𨿇"^^xsd:string .

<http://lexvo.org/id/char/28FC8> a lvont:Character ;
    lvont:represents "𨿈"^^xsd:string .

<http://lexvo.org/id/char/28FC9> a lvont:Character ;
    lvont:represents "𨿉"^^xsd:string .

<http://lexvo.org/id/char/28FCA> a lvont:Character ;
    lvont:represents "𨿊"^^xsd:string .

<http://lexvo.org/id/char/28FCB> a lvont:Character ;
    lvont:represents "𨿋"^^xsd:string .

<http://lexvo.org/id/char/28FCC> a lvont:Character ;
    lvont:represents "𨿌"^^xsd:string .

<http://lexvo.org/id/char/28FCD> a lvont:Character ;
    lvont:represents "𨿍"^^xsd:string .

<http://lexvo.org/id/char/28FCE> a lvont:Character ;
    lvont:represents "𨿎"^^xsd:string .

<http://lexvo.org/id/char/28FCF> a lvont:Character ;
    lvont:represents "𨿏"^^xsd:string .

<http://lexvo.org/id/char/28FD> a lvont:Character ;
    lvont:represents "⣽"^^xsd:string ;
    rdfs:comment "BRAILLE PATTERN DOTS-1345678"@en .

<http://lexvo.org/id/char/28FD0> a lvont:Character ;
    lvont:represents "𨿐"^^xsd:string .

<http://lexvo.org/id/char/28FD1> a lvont:Character ;
    lvont:represents "𨿑"^^xsd:string .

<http://lexvo.org/id/char/28FD2> a lvont:Character ;
    lvont:represents "𨿒"^^xsd:string .

<http://lexvo.org/id/char/28FD3> a lvont:Character ;
    lvont:represents "𨿓"^^xsd:string .

<http://lexvo.org/id/char/28FD4> a lvont:Character ;
    lvont:represents "𨿔"^^xsd:string .

<http://lexvo.org/id/char/28FD5> a lvont:Character ;
    lvont:represents "𨿕"^^xsd:string .

<http://lexvo.org/id/char/28FD6> a lvont:Character ;
    lvont:represents "𨿖"^^xsd:string .

<http://lexvo.org/id/char/28FD7> a lvont:Character ;
    lvont:represents "𨿗"^^xsd:string .

<http://lexvo.org/id/char/28FD8> a lvont:Character ;
    lvont:represents "𨿘"^^xsd:string .

<http://lexvo.org/id/char/28FD9> a lvont:Character ;
    lvont:represents "𨿙"^^xsd:string .

<http://lexvo.org/id/char/28FDA> a lvont:Character ;
    lvont:represents "𨿚"^^xsd:string .

<http://lexvo.org/id/char/28FDB> a lvont:Character ;
    lvont:represents "𨿛"^^xsd:string .

<http://lexvo.org/id/char/28FDC> a lvont:Character ;
    lvont:represents "𨿜"^^xsd:string .

<http://lexvo.org/id/char/28FDD> a lvont:Character ;
    lvont:represents "𨿝"^^xsd:string .

<http://lexvo.org/id/char/28FDE> a lvont:Character ;
    lvont:represents "𨿞"^^xsd:string .

<http://lexvo.org/id/char/28FDF> a lvont:Character ;
    lvont:represents "𨿟"^^xsd:string .

<http://lexvo.org/id/char/28FE> a lvont:Character ;
    lvont:represents "⣾"^^xsd:string ;
    rdfs:comment "BRAILLE PATTERN DOTS-2345678"@en .

<http://lexvo.org/id/char/28FE0> a lvont:Character ;
    lvont:represents "𨿠"^^xsd:string .

<http://lexvo.org/id/char/28FE1> a lvont:Character ;
    lvont:represents "𨿡"^^xsd:string .

<http://lexvo.org/id/char/28FE2> a lvont:Character ;
    lvont:represents "𨿢"^^xsd:string .

<http://lexvo.org/id/char/28FE3> a lvont:Character ;
    lvont:represents "𨿣"^^xsd:string .

<http://lexvo.org/id/char/28FE4> a lvont:Character ;
    lvont:represents "𨿤"^^xsd:string .

<http://lexvo.org/id/char/28FE5> a lvont:Character ;
    lvont:represents "𨿥"^^xsd:string .

<http://lexvo.org/id/char/28FE6> a lvont:Character ;
    lvont:represents "𨿦"^^xsd:string .

<http://lexvo.org/id/char/28FE7> a lvont:Character ;
    lvont:represents "𨿧"^^xsd:string .

<http://lexvo.org/id/char/28FE8> a lvont:Character ;
    lvont:represents "𨿨"^^xsd:string .

<http://lexvo.org/id/char/28FE9> a lvont:Character ;
    lvont:represents "𨿩"^^xsd:string .

<http://lexvo.org/id/char/28FEA> a lvont:Character ;
    lvont:represents "𨿪"^^xsd:string .

<http://lexvo.org/id/char/28FEB> a lvont:Character ;
    lvont:represents "𨿫"^^xsd:string .

<http://lexvo.org/id/char/28FEC> a lvont:Character ;
    lvont:represents "𨿬"^^xsd:string .

<http://lexvo.org/id/char/28FED> a lvont:Character ;
    lvont:represents "𨿭"^^xsd:string .

<http://lexvo.org/id/char/28FEE> a lvont:Character ;
    lvont:represents "𨿮"^^xsd:string .

<http://lexvo.org/id/char/28FEF> a lvont:Character ;
    lvont:represents "𨿯"^^xsd:string .

<http://lexvo.org/id/char/28FF> a lvont:Character ;
    lvont:represents "⣿"^^xsd:string ;
    rdfs:comment "BRAILLE PATTERN DOTS-12345678"@en .

<http://lexvo.org/id/char/28FF0> a lvont:Character ;
    lvont:represents "𨿰"^^xsd:string .

<http://lexvo.org/id/char/28FF1> a lvont:Character ;
    lvont:represents "𨿱"^^xsd:string .

<http://lexvo.org/id/char/28FF2> a lvont:Character ;
    lvont:represents "𨿲"^^xsd:string .

<http://lexvo.org/id/char/28FF3> a lvont:Character ;
    lvont:represents "𨿳"^^xsd:string .

<http://lexvo.org/id/char/28FF4> a lvont:Character ;
    lvont:represents "𨿴"^^xsd:string .

<http://lexvo.org/id/char/28FF5> a lvont:Character ;
    lvont:represents "𨿵"^^xsd:string .

<http://lexvo.org/id/char/28FF6> a lvont:Character ;
    lvont:represents "𨿶"^^xsd:string .

<http://lexvo.org/id/char/28FF7> a lvont:Character ;
    lvont:represents "𨿷"^^xsd:string .

<http://lexvo.org/id/char/28FF8> a lvont:Character ;
    lvont:represents "𨿸"^^xsd:string .

<http://lexvo.org/id/char/28FF9> a lvont:Character ;
    lvont:represents "𨿹"^^xsd:string .

<http://lexvo.org/id/char/28FFA> a lvont:Character ;
    lvont:represents "𨿺"^^xsd:string .

<http://lexvo.org/id/char/28FFB> a lvont:Character ;
    lvont:represents "𨿻"^^xsd:string .

<http://lexvo.org/id/char/28FFC> a lvont:Character ;
    lvont:represents "𨿼"^^xsd:string .

<http://lexvo.org/id/char/28FFD> a lvont:Character ;
    lvont:represents "𨿽"^^xsd:string .

<http://lexvo.org/id/char/28FFE> a lvont:Character ;
    lvont:represents "𨿾"^^xsd:string .

<http://lexvo.org/id/char/28FFF> a lvont:Character ;
    lvont:represents "𨿿"^^xsd:string .

<http://lexvo.org/id/char/2900> a lvont:Character ;
    lvont:represents "⤀"^^xsd:string ;
    rdfs:comment "RIGHTWARDS TWO-HEADED ARROW WITH VERTICAL STROKE"@en .

<http://lexvo.org/id/char/29000> a lvont:Character ;
    lvont:represents "𩀀"^^xsd:string .

<http://lexvo.org/id/char/29001> a lvont:Character ;
    lvont:represents "𩀁"^^xsd:string .

<http://lexvo.org/id/char/29002> a lvont:Character ;
    lvont:represents "𩀂"^^xsd:string .

<http://lexvo.org/id/char/29003> a lvont:Character ;
    lvont:represents "𩀃"^^xsd:string .

<http://lexvo.org/id/char/29004> a lvont:Character ;
    lvont:represents "𩀄"^^xsd:string .

<http://lexvo.org/id/char/29005> a lvont:Character ;
    lvont:represents "𩀅"^^xsd:string .

<http://lexvo.org/id/char/29006> a lvont:Character ;
    lvont:represents "𩀆"^^xsd:string .

<http://lexvo.org/id/char/29007> a lvont:Character ;
    lvont:represents "𩀇"^^xsd:string .

<http://lexvo.org/id/char/29008> a lvont:Character ;
    lvont:represents "𩀈"^^xsd:string .

<http://lexvo.org/id/char/29009> a lvont:Character ;
    lvont:represents "𩀉"^^xsd:string .

<http://lexvo.org/id/char/2900A> a lvont:Character ;
    lvont:represents "𩀊"^^xsd:string .

<http://lexvo.org/id/char/2900B> a lvont:Character ;
    lvont:represents "𩀋"^^xsd:string .

<http://lexvo.org/id/char/2900C> a lvont:Character ;
    lvont:represents "𩀌"^^xsd:string .

<http://lexvo.org/id/char/2900D> a lvont:Character ;
    lvont:represents "𩀍"^^xsd:string .

<http://lexvo.org/id/char/2900E> a lvont:Character ;
    lvont:represents "𩀎"^^xsd:string .

<http://lexvo.org/id/char/2900F> a lvont:Character ;
    lvont:represents "𩀏"^^xsd:string .

<http://lexvo.org/id/char/2901> a lvont:Character ;
    lvont:represents "⤁"^^xsd:string ;
    rdfs:comment "RIGHTWARDS TWO-HEADED ARROW WITH DOUBLE VERTICAL STROKE"@en .

<http://lexvo.org/id/char/29010> a lvont:Character ;
    lvont:represents "𩀐"^^xsd:string .

<http://lexvo.org/id/char/29011> a lvont:Character ;
    lvont:represents "𩀑"^^xsd:string .

<http://lexvo.org/id/char/29012> a lvont:Character ;
    lvont:represents "𩀒"^^xsd:string .

<http://lexvo.org/id/char/29013> a lvont:Character ;
    lvont:represents "𩀓"^^xsd:string .

<http://lexvo.org/id/char/29014> a lvont:Character ;
    lvont:represents "𩀔"^^xsd:string .

<http://lexvo.org/id/char/29015> a lvont:Character ;
    lvont:represents "𩀕"^^xsd:string .

<http://lexvo.org/id/char/29016> a lvont:Character ;
    lvont:represents "𩀖"^^xsd:string .

<http://lexvo.org/id/char/29017> a lvont:Character ;
    lvont:represents "𩀗"^^xsd:string .

<http://lexvo.org/id/char/29018> a lvont:Character ;
    lvont:represents "𩀘"^^xsd:string .

<http://lexvo.org/id/char/29019> a lvont:Character ;
    lvont:represents "𩀙"^^xsd:string .

<http://lexvo.org/id/char/2901A> a lvont:Character ;
    lvont:represents "𩀚"^^xsd:string .

<http://lexvo.org/id/char/2901B> a lvont:Character ;
    lvont:represents "𩀛"^^xsd:string .

<http://lexvo.org/id/char/2901C> a lvont:Character ;
    lvont:represents "𩀜"^^xsd:string .

<http://lexvo.org/id/char/2901D> a lvont:Character ;
    lvont:represents "𩀝"^^xsd:string .

<http://lexvo.org/id/char/2901E> a lvont:Character ;
    lvont:represents "𩀞"^^xsd:string .

<http://lexvo.org/id/char/2901F> a lvont:Character ;
    lvont:represents "𩀟"^^xsd:string .

<http://lexvo.org/id/char/2902> a lvont:Character ;
    lvont:represents "⤂"^^xsd:string ;
    rdfs:comment "LEFTWARDS DOUBLE ARROW WITH VERTICAL STROKE"@en .

<http://lexvo.org/id/char/29020> a lvont:Character ;
    lvont:represents "𩀠"^^xsd:string .

<http://lexvo.org/id/char/29021> a lvont:Character ;
    lvont:represents "𩀡"^^xsd:string .

<http://lexvo.org/id/char/29022> a lvont:Character ;
    lvont:represents "𩀢"^^xsd:string .

<http://lexvo.org/id/char/29023> a lvont:Character ;
    lvont:represents "𩀣"^^xsd:string .

<http://lexvo.org/id/char/29024> a lvont:Character ;
    lvont:represents "𩀤"^^xsd:string .

<http://lexvo.org/id/char/29025> a lvont:Character ;
    lvont:represents "𩀥"^^xsd:string .

<http://lexvo.org/id/char/29026> a lvont:Character ;
    lvont:represents "𩀦"^^xsd:string .

<http://lexvo.org/id/char/29027> a lvont:Character ;
    lvont:represents "𩀧"^^xsd:string .

<http://lexvo.org/id/char/29028> a lvont:Character ;
    lvont:represents "𩀨"^^xsd:string .

<http://lexvo.org/id/char/29029> a lvont:Character ;
    lvont:represents "𩀩"^^xsd:string .

<http://lexvo.org/id/char/2902A> a lvont:Character ;
    lvont:represents "𩀪"^^xsd:string .

<http://lexvo.org/id/char/2902B> a lvont:Character ;
    lvont:represents "𩀫"^^xsd:string .

<http://lexvo.org/id/char/2902C> a lvont:Character ;
    lvont:represents "𩀬"^^xsd:string .

<http://lexvo.org/id/char/2902D> a lvont:Character ;
    lvont:represents "𩀭"^^xsd:string .

<http://lexvo.org/id/char/2902E> a lvont:Character ;
    lvont:represents "𩀮"^^xsd:string .

<http://lexvo.org/id/char/2902F> a lvont:Character ;
    lvont:represents "𩀯"^^xsd:string .

<http://lexvo.org/id/char/2903> a lvont:Character ;
    lvont:represents "⤃"^^xsd:string ;
    rdfs:comment "RIGHTWARDS DOUBLE ARROW WITH VERTICAL STROKE"@en .

<http://lexvo.org/id/char/29030> a lvont:Character ;
    lvont:represents "𩀰"^^xsd:string .

<http://lexvo.org/id/char/29031> a lvont:Character ;
    lvont:represents "𩀱"^^xsd:string .

<http://lexvo.org/id/char/29032> a lvont:Character ;
    lvont:represents "𩀲"^^xsd:string .

<http://lexvo.org/id/char/29033> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/s%E1%BB%91ng>,
        "𩀳"^^xsd:string .

<http://lexvo.org/id/char/29034> a lvont:Character ;
    lvont:represents "𩀴"^^xsd:string .

<http://lexvo.org/id/char/29035> a lvont:Character ;
    lvont:represents "𩀵"^^xsd:string .

<http://lexvo.org/id/char/29036> a lvont:Character ;
    lvont:represents "𩀶"^^xsd:string .

<http://lexvo.org/id/char/29037> a lvont:Character ;
    lvont:represents "𩀷"^^xsd:string .

<http://lexvo.org/id/char/29038> a lvont:Character ;
    lvont:represents "𩀸"^^xsd:string .

<http://lexvo.org/id/char/29039> a lvont:Character ;
    lvont:represents "𩀹"^^xsd:string .

<http://lexvo.org/id/char/2903A> a lvont:Character ;
    lvont:represents "𩀺"^^xsd:string .

<http://lexvo.org/id/char/2903B> a lvont:Character ;
    lvont:represents "𩀻"^^xsd:string .

<http://lexvo.org/id/char/2903C> a lvont:Character ;
    lvont:represents "𩀼"^^xsd:string .

<http://lexvo.org/id/char/2903D> a lvont:Character ;
    lvont:represents "𩀽"^^xsd:string .

<http://lexvo.org/id/char/2903E> a lvont:Character ;
    lvont:represents "𩀾"^^xsd:string .

<http://lexvo.org/id/char/2903F> a lvont:Character ;
    lvont:represents "𩀿"^^xsd:string .

<http://lexvo.org/id/char/2904> a lvont:Character ;
    lvont:represents "⤄"^^xsd:string ;
    rdfs:comment "LEFT RIGHT DOUBLE ARROW WITH VERTICAL STROKE"@en .

<http://lexvo.org/id/char/29040> a lvont:Character ;
    lvont:represents "𩁀"^^xsd:string .

<http://lexvo.org/id/char/29041> a lvont:Character ;
    lvont:represents "𩁁"^^xsd:string .

<http://lexvo.org/id/char/29042> a lvont:Character ;
    lvont:represents "𩁂"^^xsd:string .

<http://lexvo.org/id/char/29043> a lvont:Character ;
    lvont:represents "𩁃"^^xsd:string .

<http://lexvo.org/id/char/29044> a lvont:Character ;
    lvont:represents "𩁄"^^xsd:string .

<http://lexvo.org/id/char/29045> a lvont:Character ;
    lvont:represents "𩁅"^^xsd:string .

<http://lexvo.org/id/char/29046> a lvont:Character ;
    lvont:represents "𩁆"^^xsd:string .

<http://lexvo.org/id/char/29047> a lvont:Character ;
    lvont:represents "𩁇"^^xsd:string .

<http://lexvo.org/id/char/29048> a lvont:Character ;
    lvont:represents "𩁈"^^xsd:string .

<http://lexvo.org/id/char/29049> a lvont:Character ;
    lvont:represents "𩁉"^^xsd:string .

<http://lexvo.org/id/char/2904A> a lvont:Character ;
    lvont:represents "𩁊"^^xsd:string .

<http://lexvo.org/id/char/2904B> a lvont:Character ;
    lvont:represents "𩁋"^^xsd:string .

<http://lexvo.org/id/char/2904C> a lvont:Character ;
    lvont:represents "𩁌"^^xsd:string .

<http://lexvo.org/id/char/2904D> a lvont:Character ;
    lvont:represents "𩁍"^^xsd:string .

<http://lexvo.org/id/char/2904E> a lvont:Character ;
    lvont:represents "𩁎"^^xsd:string .

<http://lexvo.org/id/char/2904F> a lvont:Character ;
    lvont:represents "𩁏"^^xsd:string .

<http://lexvo.org/id/char/2905> a lvont:Character ;
    lvont:represents "⤅"^^xsd:string ;
    rdfs:comment "RIGHTWARDS TWO-HEADED ARROW FROM BAR"@en .

<http://lexvo.org/id/char/29050> a lvont:Character ;
    lvont:represents "𩁐"^^xsd:string .

<http://lexvo.org/id/char/29051> a lvont:Character ;
    lvont:represents "𩁑"^^xsd:string .

<http://lexvo.org/id/char/29052> a lvont:Character ;
    lvont:represents "𩁒"^^xsd:string .

<http://lexvo.org/id/char/29053> a lvont:Character ;
    lvont:represents "𩁓"^^xsd:string .

<http://lexvo.org/id/char/29054> a lvont:Character ;
    lvont:represents "𩁔"^^xsd:string .

<http://lexvo.org/id/char/29055> a lvont:Character ;
    lvont:represents "𩁕"^^xsd:string .

<http://lexvo.org/id/char/29056> a lvont:Character ;
    lvont:represents "𩁖"^^xsd:string .

<http://lexvo.org/id/char/29057> a lvont:Character ;
    lvont:represents "𩁗"^^xsd:string .

<http://lexvo.org/id/char/29058> a lvont:Character ;
    lvont:represents "𩁘"^^xsd:string .

<http://lexvo.org/id/char/29059> a lvont:Character ;
    lvont:represents "𩁙"^^xsd:string .

<http://lexvo.org/id/char/2905A> a lvont:Character ;
    lvont:represents "𩁚"^^xsd:string .

<http://lexvo.org/id/char/2905B> a lvont:Character ;
    lvont:represents "𩁛"^^xsd:string .

<http://lexvo.org/id/char/2905C> a lvont:Character ;
    lvont:represents "𩁜"^^xsd:string .

<http://lexvo.org/id/char/2905D> a lvont:Character ;
    lvont:represents "𩁝"^^xsd:string .

<http://lexvo.org/id/char/2905E> a lvont:Character ;
    lvont:represents "𩁞"^^xsd:string .

<http://lexvo.org/id/char/2905F> a lvont:Character ;
    lvont:represents "𩁟"^^xsd:string .

<http://lexvo.org/id/char/2906> a lvont:Character ;
    lvont:represents "⤆"^^xsd:string ;
    rdfs:comment "LEFTWARDS DOUBLE ARROW FROM BAR"@en .

<http://lexvo.org/id/char/29060> a lvont:Character ;
    lvont:represents "𩁠"^^xsd:string .

<http://lexvo.org/id/char/29061> a lvont:Character ;
    lvont:represents "𩁡"^^xsd:string .

<http://lexvo.org/id/char/29062> a lvont:Character ;
    lvont:represents "𩁢"^^xsd:string .

<http://lexvo.org/id/char/29063> a lvont:Character ;
    lvont:represents "𩁣"^^xsd:string .

<http://lexvo.org/id/char/29064> a lvont:Character ;
    lvont:represents "𩁤"^^xsd:string .

<http://lexvo.org/id/char/29065> a lvont:Character ;
    lvont:represents "𩁥"^^xsd:string .

<http://lexvo.org/id/char/29066> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/loi>,
        "𩁦"^^xsd:string .

<http://lexvo.org/id/char/29067> a lvont:Character ;
    lvont:represents "𩁧"^^xsd:string .

<http://lexvo.org/id/char/29068> a lvont:Character ;
    lvont:represents "𩁨"^^xsd:string .

<http://lexvo.org/id/char/29069> a lvont:Character ;
    lvont:represents "𩁩"^^xsd:string .

<http://lexvo.org/id/char/2906A> a lvont:Character ;
    lvont:represents "𩁪"^^xsd:string .

<http://lexvo.org/id/char/2906B> a lvont:Character ;
    lvont:represents "𩁫"^^xsd:string .

<http://lexvo.org/id/char/2906C> a lvont:Character ;
    lvont:represents "𩁬"^^xsd:string .

<http://lexvo.org/id/char/2906D> a lvont:Character ;
    lvont:represents "𩁭"^^xsd:string .

<http://lexvo.org/id/char/2906E> a lvont:Character ;
    lvont:represents "𩁮"^^xsd:string .

<http://lexvo.org/id/char/2906F> a lvont:Character ;
    lvont:represents "𩁯"^^xsd:string .

<http://lexvo.org/id/char/2907> a lvont:Character ;
    lvont:represents "⤇"^^xsd:string ;
    rdfs:comment "RIGHTWARDS DOUBLE ARROW FROM BAR"@en .

<http://lexvo.org/id/char/29070> a lvont:Character ;
    lvont:represents "𩁰"^^xsd:string .

<http://lexvo.org/id/char/29071> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/nh%C3%B3m>,
        "𩁱"^^xsd:string .

<http://lexvo.org/id/char/29072> a lvont:Character ;
    lvont:represents "𩁲"^^xsd:string .

<http://lexvo.org/id/char/29073> a lvont:Character ;
    lvont:represents "𩁳"^^xsd:string .

<http://lexvo.org/id/char/29074> a lvont:Character ;
    lvont:represents "𩁴"^^xsd:string .

<http://lexvo.org/id/char/29075> a lvont:Character ;
    lvont:represents "𩁵"^^xsd:string .

<http://lexvo.org/id/char/29076> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ng%E1%BA%A5t>,
        "𩁶"^^xsd:string .

<http://lexvo.org/id/char/29077> a lvont:Character ;
    lvont:represents "𩁷"^^xsd:string .

<http://lexvo.org/id/char/29078> a lvont:Character ;
    lvont:represents "𩁸"^^xsd:string .

<http://lexvo.org/id/char/29079> a lvont:Character ;
    lvont:represents "𩁹"^^xsd:string .

<http://lexvo.org/id/char/2907A> a lvont:Character ;
    lvont:represents "𩁺"^^xsd:string .

<http://lexvo.org/id/char/2907B> a lvont:Character ;
    lvont:represents "𩁻"^^xsd:string .

<http://lexvo.org/id/char/2907C> a lvont:Character ;
    lvont:represents "𩁼"^^xsd:string .

<http://lexvo.org/id/char/2907D> a lvont:Character ;
    lvont:represents "𩁽"^^xsd:string .

<http://lexvo.org/id/char/2907E> a lvont:Character ;
    lvont:represents "𩁾"^^xsd:string .

<http://lexvo.org/id/char/2907F> a lvont:Character ;
    lvont:represents "𩁿"^^xsd:string .

<http://lexvo.org/id/char/2908> a lvont:Character ;
    lvont:represents "⤈"^^xsd:string ;
    rdfs:comment "DOWNWARDS ARROW WITH HORIZONTAL STROKE"@en .

<http://lexvo.org/id/char/29080> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/c%C6%A1n>,
        "𩂀"^^xsd:string .

<http://lexvo.org/id/char/29081> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ng%C3%BAt>,
        "𩂁"^^xsd:string .

<http://lexvo.org/id/char/29082> a lvont:Character ;
    lvont:represents "𩂂"^^xsd:string .

<http://lexvo.org/id/char/29083> a lvont:Character ;
    lvont:represents "𩂃"^^xsd:string .

<http://lexvo.org/id/char/29084> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/%C4%91%C3%B9n>,
        "𩂄"^^xsd:string .

<http://lexvo.org/id/char/29085> a lvont:Character ;
    lvont:represents "𩂅"^^xsd:string .

<http://lexvo.org/id/char/29086> a lvont:Character ;
    lvont:represents "𩂆"^^xsd:string .

<http://lexvo.org/id/char/29087> a lvont:Character ;
    lvont:represents "𩂇"^^xsd:string .

<http://lexvo.org/id/char/29088> a lvont:Character ;
    lvont:represents "𩂈"^^xsd:string .

<http://lexvo.org/id/char/29089> a lvont:Character ;
    lvont:represents "𩂉"^^xsd:string .

<http://lexvo.org/id/char/2908A> a lvont:Character ;
    lvont:represents "𩂊"^^xsd:string .

<http://lexvo.org/id/char/2908B> a lvont:Character ;
    lvont:represents "𩂋"^^xsd:string .

<http://lexvo.org/id/char/2908C> a lvont:Character ;
    lvont:represents "𩂌"^^xsd:string .

<http://lexvo.org/id/char/2908D> a lvont:Character ;
    lvont:represents "𩂍"^^xsd:string .

<http://lexvo.org/id/char/2908E> a lvont:Character ;
    lvont:represents "𩂎"^^xsd:string .

<http://lexvo.org/id/char/2908F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/che>,
        "𩂏"^^xsd:string .

<http://lexvo.org/id/char/2909> a lvont:Character ;
    lvont:represents "⤉"^^xsd:string ;
    rdfs:comment "UPWARDS ARROW WITH HORIZONTAL STROKE"@en .

<http://lexvo.org/id/char/29090> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/r%C3%A2m>,
        "𩂐"^^xsd:string .

<http://lexvo.org/id/char/29091> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/b%C3%B9ng>,
        "𩂑"^^xsd:string .

<http://lexvo.org/id/char/29092> a lvont:Character ;
    lvont:represents "𩂒"^^xsd:string .

<http://lexvo.org/id/char/29093> a lvont:Character ;
    lvont:represents "𩂓"^^xsd:string .

<http://lexvo.org/id/char/29094> a lvont:Character ;
    lvont:represents "𩂔"^^xsd:string .

<http://lexvo.org/id/char/29095> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ph%E1%BA%A5t>,
        "𩂕"^^xsd:string .

<http://lexvo.org/id/char/29096> a lvont:Character ;
    lvont:represents "𩂖"^^xsd:string .

<http://lexvo.org/id/char/29097> a lvont:Character ;
    lvont:represents "𩂗"^^xsd:string .

<http://lexvo.org/id/char/29098> a lvont:Character ;
    lvont:represents "𩂘"^^xsd:string .

<http://lexvo.org/id/char/29099> a lvont:Character ;
    lvont:represents "𩂙"^^xsd:string .

<http://lexvo.org/id/char/2909A> a lvont:Character ;
    lvont:represents "𩂚"^^xsd:string .

<http://lexvo.org/id/char/2909B> a lvont:Character ;
    lvont:represents "𩂛"^^xsd:string .

<http://lexvo.org/id/char/2909C> a lvont:Character ;
    lvont:represents "𩂜"^^xsd:string .

<http://lexvo.org/id/char/2909D> a lvont:Character ;
    lvont:represents "𩂝"^^xsd:string .

<http://lexvo.org/id/char/2909E> a lvont:Character ;
    lvont:represents "𩂞"^^xsd:string .

<http://lexvo.org/id/char/2909F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/m%C3%B9>,
        "𩂟"^^xsd:string .

<http://lexvo.org/id/char/290A> a lvont:Character ;
    lvont:represents "⤊"^^xsd:string ;
    rdfs:comment "UPWARDS TRIPLE ARROW"@en .

<http://lexvo.org/id/char/290A0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/%C4%91%E1%BA%ADy>,
        "𩂠"^^xsd:string .

<http://lexvo.org/id/char/290A1> a lvont:Character ;
    lvont:represents "𩂡"^^xsd:string .

<http://lexvo.org/id/char/290A2> a lvont:Character ;
    lvont:represents "𩂢"^^xsd:string .

<http://lexvo.org/id/char/290A3> a lvont:Character ;
    lvont:represents "𩂣"^^xsd:string .

<http://lexvo.org/id/char/290A4> a lvont:Character ;
    lvont:represents "𩂤"^^xsd:string .

<http://lexvo.org/id/char/290A5> a lvont:Character ;
    lvont:represents "𩂥"^^xsd:string .

<http://lexvo.org/id/char/290A6> a lvont:Character ;
    lvont:represents "𩂦"^^xsd:string .

<http://lexvo.org/id/char/290A7> a lvont:Character ;
    lvont:represents "𩂧"^^xsd:string .

<http://lexvo.org/id/char/290A8> a lvont:Character ;
    lvont:represents "𩂨"^^xsd:string .

<http://lexvo.org/id/char/290A9> a lvont:Character ;
    lvont:represents "𩂩"^^xsd:string .

<http://lexvo.org/id/char/290AA> a lvont:Character ;
    lvont:represents "𩂪"^^xsd:string .

<http://lexvo.org/id/char/290AB> a lvont:Character ;
    lvont:represents "𩂫"^^xsd:string .

<http://lexvo.org/id/char/290AC> a lvont:Character ;
    lvont:represents "𩂬"^^xsd:string .

<http://lexvo.org/id/char/290AD> a lvont:Character ;
    lvont:represents "𩂭"^^xsd:string .

<http://lexvo.org/id/char/290AE> a lvont:Character ;
    lvont:represents "𩂮"^^xsd:string .

<http://lexvo.org/id/char/290AF> a lvont:Character ;
    lvont:represents "𩂯"^^xsd:string .

<http://lexvo.org/id/char/290B> a lvont:Character ;
    lvont:represents "⤋"^^xsd:string ;
    rdfs:comment "DOWNWARDS TRIPLE ARROW"@en .

<http://lexvo.org/id/char/290B0> a lvont:Character ;
    lvont:represents "𩂰"^^xsd:string .

<http://lexvo.org/id/char/290B1> a lvont:Character ;
    lvont:represents "𩂱"^^xsd:string .

<http://lexvo.org/id/char/290B2> a lvont:Character ;
    lvont:represents "𩂲"^^xsd:string .

<http://lexvo.org/id/char/290B3> a lvont:Character ;
    lvont:represents "𩂳"^^xsd:string ;
    rdfs:comment "non-standard variant of 靈 U+9748, a spirit, soul; the spiritual world"@en .

<http://lexvo.org/id/char/290B4> a lvont:Character ;
    lvont:represents "𩂴"^^xsd:string .

<http://lexvo.org/id/char/290B5> a lvont:Character ;
    lvont:represents "𩂵"^^xsd:string .

<http://lexvo.org/id/char/290B6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/s%C3%A9t>,
        "𩂶"^^xsd:string .

<http://lexvo.org/id/char/290B7> a lvont:Character ;
    lvont:represents "𩂷"^^xsd:string .

<http://lexvo.org/id/char/290B8> a lvont:Character ;
    lvont:represents "𩂸"^^xsd:string .

<http://lexvo.org/id/char/290B9> a lvont:Character ;
    lvont:represents "𩂹"^^xsd:string .

<http://lexvo.org/id/char/290BA> a lvont:Character ;
    lvont:represents "𩂺"^^xsd:string .

<http://lexvo.org/id/char/290BB> a lvont:Character ;
    lvont:represents "𩂻"^^xsd:string .

<http://lexvo.org/id/char/290BC> a lvont:Character ;
    lvont:represents "𩂼"^^xsd:string .

<http://lexvo.org/id/char/290BD> a lvont:Character ;
    lvont:represents "𩂽"^^xsd:string .

<http://lexvo.org/id/char/290BE> a lvont:Character ;
    lvont:represents "𩂾"^^xsd:string .

<http://lexvo.org/id/char/290BF> a lvont:Character ;
    lvont:represents "𩂿"^^xsd:string .

<http://lexvo.org/id/char/290C> a lvont:Character ;
    lvont:represents "⤌"^^xsd:string ;
    rdfs:comment "LEFTWARDS DOUBLE DASH ARROW"@en .

<http://lexvo.org/id/char/290C0> a lvont:Character ;
    lvont:represents "𩃀"^^xsd:string .

<http://lexvo.org/id/char/290C1> a lvont:Character ;
    lvont:represents "𩃁"^^xsd:string .

<http://lexvo.org/id/char/290C2> a lvont:Character ;
    lvont:represents "𩃂"^^xsd:string .

<http://lexvo.org/id/char/290C3> a lvont:Character ;
    lvont:represents "𩃃"^^xsd:string .

<http://lexvo.org/id/char/290C4> a lvont:Character ;
    lvont:represents "𩃄"^^xsd:string .

<http://lexvo.org/id/char/290C5> a lvont:Character ;
    lvont:represents "𩃅"^^xsd:string .

<http://lexvo.org/id/char/290C6> a lvont:Character ;
    lvont:represents "𩃆"^^xsd:string .

<http://lexvo.org/id/char/290C7> a lvont:Character ;
    lvont:represents "𩃇"^^xsd:string .

<http://lexvo.org/id/char/290C8> a lvont:Character ;
    lvont:represents "𩃈"^^xsd:string .

<http://lexvo.org/id/char/290C9> a lvont:Character ;
    lvont:represents "𩃉"^^xsd:string .

<http://lexvo.org/id/char/290CA> a lvont:Character ;
    lvont:represents "𩃊"^^xsd:string .

<http://lexvo.org/id/char/290CB> a lvont:Character ;
    lvont:represents "𩃋"^^xsd:string .

<http://lexvo.org/id/char/290CC> a lvont:Character ;
    lvont:represents "𩃌"^^xsd:string .

<http://lexvo.org/id/char/290CD> a lvont:Character ;
    lvont:represents "𩃍"^^xsd:string .

<http://lexvo.org/id/char/290CE> a lvont:Character ;
    lvont:represents "𩃎"^^xsd:string .

<http://lexvo.org/id/char/290CF> a lvont:Character ;
    lvont:represents "𩃏"^^xsd:string .

<http://lexvo.org/id/char/290D> a lvont:Character ;
    lvont:represents "⤍"^^xsd:string ;
    rdfs:comment "RIGHTWARDS DOUBLE DASH ARROW"@en .

<http://lexvo.org/id/char/290D0> a lvont:Character ;
    lvont:represents "𩃐"^^xsd:string .

<http://lexvo.org/id/char/290D1> a lvont:Character ;
    lvont:represents "𩃑"^^xsd:string .

<http://lexvo.org/id/char/290D2> a lvont:Character ;
    lvont:represents "𩃒"^^xsd:string .

<http://lexvo.org/id/char/290D3> a lvont:Character ;
    lvont:represents "𩃓"^^xsd:string .

<http://lexvo.org/id/char/290D4> a lvont:Character ;
    lvont:represents "𩃔"^^xsd:string .

<http://lexvo.org/id/char/290D5> a lvont:Character ;
    lvont:represents "𩃕"^^xsd:string .

<http://lexvo.org/id/char/290D6> a lvont:Character ;
    lvont:represents "𩃖"^^xsd:string .

<http://lexvo.org/id/char/290D7> a lvont:Character ;
    lvont:represents "𩃗"^^xsd:string .

<http://lexvo.org/id/char/290D8> a lvont:Character ;
    lvont:represents "𩃘"^^xsd:string .

<http://lexvo.org/id/char/290D9> a lvont:Character ;
    lvont:represents "𩃙"^^xsd:string .

<http://lexvo.org/id/char/290DA> a lvont:Character ;
    lvont:represents "𩃚"^^xsd:string .

<http://lexvo.org/id/char/290DB> a lvont:Character ;
    lvont:represents "𩃛"^^xsd:string .

<http://lexvo.org/id/char/290DC> a lvont:Character ;
    lvont:represents "𩃜"^^xsd:string .

<http://lexvo.org/id/char/290DD> a lvont:Character ;
    lvont:represents "𩃝"^^xsd:string .

<http://lexvo.org/id/char/290DE> a lvont:Character ;
    lvont:represents "𩃞"^^xsd:string .

<http://lexvo.org/id/char/290DF> a lvont:Character ;
    lvont:represents "𩃟"^^xsd:string .

<http://lexvo.org/id/char/290E> a lvont:Character ;
    lvont:represents "⤎"^^xsd:string ;
    rdfs:comment "LEFTWARDS TRIPLE DASH ARROW"@en .

<http://lexvo.org/id/char/290E0> a lvont:Character ;
    lvont:represents "𩃠"^^xsd:string .

<http://lexvo.org/id/char/290E1> a lvont:Character ;
    lvont:represents "𩃡"^^xsd:string .

<http://lexvo.org/id/char/290E2> a lvont:Character ;
    lvont:represents "𩃢"^^xsd:string .

<http://lexvo.org/id/char/290E3> a lvont:Character ;
    lvont:represents "𩃣"^^xsd:string .

<http://lexvo.org/id/char/290E4> a lvont:Character ;
    lvont:represents "𩃤"^^xsd:string .

<http://lexvo.org/id/char/290E5> a lvont:Character ;
    lvont:represents "𩃥"^^xsd:string .

<http://lexvo.org/id/char/290E6> a lvont:Character ;
    lvont:represents "𩃦"^^xsd:string .

<http://lexvo.org/id/char/290E7> a lvont:Character ;
    lvont:represents "𩃧"^^xsd:string .

<http://lexvo.org/id/char/290E8> a lvont:Character ;
    lvont:represents "𩃨"^^xsd:string .

<http://lexvo.org/id/char/290E9> a lvont:Character ;
    lvont:represents "𩃩"^^xsd:string .

<http://lexvo.org/id/char/290EA> a lvont:Character ;
    lvont:represents "𩃪"^^xsd:string .

<http://lexvo.org/id/char/290EB> a lvont:Character ;
    lvont:represents "𩃫"^^xsd:string .

<http://lexvo.org/id/char/290EC> a lvont:Character ;
    lvont:represents "𩃬"^^xsd:string .

<http://lexvo.org/id/char/290ED> a lvont:Character ;
    lvont:represents "𩃭"^^xsd:string .

<http://lexvo.org/id/char/290EE> a lvont:Character ;
    lvont:represents "𩃮"^^xsd:string .

<http://lexvo.org/id/char/290EF> a lvont:Character ;
    lvont:represents "𩃯"^^xsd:string .

<http://lexvo.org/id/char/290F> a lvont:Character ;
    lvont:represents "⤏"^^xsd:string ;
    rdfs:comment "RIGHTWARDS TRIPLE DASH ARROW"@en .

<http://lexvo.org/id/char/290F0> a lvont:Character ;
    lvont:represents "𩃰"^^xsd:string .

<http://lexvo.org/id/char/290F1> a lvont:Character ;
    lvont:represents "𩃱"^^xsd:string .

<http://lexvo.org/id/char/290F2> a lvont:Character ;
    lvont:represents "𩃲"^^xsd:string .

<http://lexvo.org/id/char/290F3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/b%C3%B3ng>,
        "𩃳"^^xsd:string .

<http://lexvo.org/id/char/290F4> a lvont:Character ;
    lvont:represents "𩃴"^^xsd:string .

<http://lexvo.org/id/char/290F5> a lvont:Character ;
    lvont:represents "𩃵"^^xsd:string .

<http://lexvo.org/id/char/290F6> a lvont:Character ;
    lvont:represents "𩃶"^^xsd:string .

<http://lexvo.org/id/char/290F7> a lvont:Character ;
    lvont:represents "𩃷"^^xsd:string .

<http://lexvo.org/id/char/290F8> a lvont:Character ;
    lvont:represents "𩃸"^^xsd:string .

<http://lexvo.org/id/char/290F9> a lvont:Character ;
    lvont:represents "𩃹"^^xsd:string .

<http://lexvo.org/id/char/290FA> a lvont:Character ;
    lvont:represents "𩃺"^^xsd:string .

<http://lexvo.org/id/char/290FB> a lvont:Character ;
    lvont:represents "𩃻"^^xsd:string .

<http://lexvo.org/id/char/290FC> a lvont:Character ;
    lvont:represents "𩃼"^^xsd:string .

<http://lexvo.org/id/char/290FD> a lvont:Character ;
    lvont:represents "𩃽"^^xsd:string .

<http://lexvo.org/id/char/290FE> a lvont:Character ;
    lvont:represents "𩃾"^^xsd:string .

<http://lexvo.org/id/char/290FF> a lvont:Character ;
    lvont:represents "𩃿"^^xsd:string .

<http://lexvo.org/id/char/2910> a lvont:Character ;
    lvont:represents "⤐"^^xsd:string ;
    rdfs:comment "RIGHTWARDS TWO-HEADED TRIPLE DASH ARROW"@en .

<http://lexvo.org/id/char/29100> a lvont:Character ;
    lvont:represents "𩄀"^^xsd:string .

<http://lexvo.org/id/char/29101> a lvont:Character ;
    lvont:represents "𩄁"^^xsd:string .

<http://lexvo.org/id/char/29102> a lvont:Character ;
    lvont:represents "𩄂"^^xsd:string .

<http://lexvo.org/id/char/29103> a lvont:Character ;
    lvont:represents "𩄃"^^xsd:string .

<http://lexvo.org/id/char/29104> a lvont:Character ;
    lvont:represents "𩄄"^^xsd:string .

<http://lexvo.org/id/char/29105> a lvont:Character ;
    lvont:represents "𩄅"^^xsd:string .

<http://lexvo.org/id/char/29106> a lvont:Character ;
    lvont:represents "𩄆"^^xsd:string .

<http://lexvo.org/id/char/29107> a lvont:Character ;
    lvont:represents "𩄇"^^xsd:string .

<http://lexvo.org/id/char/29108> a lvont:Character ;
    lvont:represents "𩄈"^^xsd:string .

<http://lexvo.org/id/char/29109> a lvont:Character ;
    lvont:represents "𩄉"^^xsd:string .

<http://lexvo.org/id/char/2910A> a lvont:Character ;
    lvont:represents "𩄊"^^xsd:string .

<http://lexvo.org/id/char/2910B> a lvont:Character ;
    lvont:represents "𩄋"^^xsd:string .

<http://lexvo.org/id/char/2910C> a lvont:Character ;
    lvont:represents "𩄌"^^xsd:string .

<http://lexvo.org/id/char/2910D> a lvont:Character ;
    lvont:represents "𩄍"^^xsd:string .

<http://lexvo.org/id/char/2910E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/m%C6%B0a>,
        "𩄎"^^xsd:string .

<http://lexvo.org/id/char/2910F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/b%C3%B9ng>,
        "𩄏"^^xsd:string .

<http://lexvo.org/id/char/2911> a lvont:Character ;
    lvont:represents "⤑"^^xsd:string ;
    rdfs:comment "RIGHTWARDS ARROW WITH DOTTED STEM"@en .

<http://lexvo.org/id/char/29110> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/r%C3%A1ng>,
        "𩄐"^^xsd:string .

<http://lexvo.org/id/char/29111> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/n%E1%BB%93m>,
        "𩄑"^^xsd:string .

<http://lexvo.org/id/char/29112> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/%C5%A9m>,
        "𩄒"^^xsd:string .

<http://lexvo.org/id/char/29113> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/r%E1%BB%A3p>,
        "𩄓"^^xsd:string .

<http://lexvo.org/id/char/29114> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/x%E1%BA%A9ng>,
        "𩄔"^^xsd:string .

<http://lexvo.org/id/char/29115> a lvont:Character ;
    lvont:represents "𩄕"^^xsd:string .

<http://lexvo.org/id/char/29116> a lvont:Character ;
    lvont:represents "𩄖"^^xsd:string .

<http://lexvo.org/id/char/29117> a lvont:Character ;
    lvont:represents "𩄗"^^xsd:string .

<http://lexvo.org/id/char/29118> a lvont:Character ;
    lvont:represents "𩄘"^^xsd:string .

<http://lexvo.org/id/char/29119> a lvont:Character ;
    lvont:represents "𩄙"^^xsd:string .

<http://lexvo.org/id/char/2911A> a lvont:Character ;
    lvont:represents "𩄚"^^xsd:string .

<http://lexvo.org/id/char/2911B> a lvont:Character ;
    lvont:represents "𩄛"^^xsd:string .

<http://lexvo.org/id/char/2911C> a lvont:Character ;
    lvont:represents "𩄜"^^xsd:string .

<http://lexvo.org/id/char/2911D> a lvont:Character ;
    lvont:represents "𩄝"^^xsd:string .

<http://lexvo.org/id/char/2911E> a lvont:Character ;
    lvont:represents "𩄞"^^xsd:string .

<http://lexvo.org/id/char/2911F> a lvont:Character ;
    lvont:represents "𩄟"^^xsd:string .

<http://lexvo.org/id/char/2912> a lvont:Character ;
    lvont:represents "⤒"^^xsd:string ;
    rdfs:comment "UPWARDS ARROW TO BAR"@en .

<http://lexvo.org/id/char/29120> a lvont:Character ;
    lvont:represents "𩄠"^^xsd:string .

<http://lexvo.org/id/char/29121> a lvont:Character ;
    lvont:represents "𩄡"^^xsd:string .

<http://lexvo.org/id/char/29122> a lvont:Character ;
    lvont:represents "𩄢"^^xsd:string .

<http://lexvo.org/id/char/29123> a lvont:Character ;
    lvont:represents "𩄣"^^xsd:string .

<http://lexvo.org/id/char/29124> a lvont:Character ;
    lvont:represents "𩄤"^^xsd:string .

<http://lexvo.org/id/char/29125> a lvont:Character ;
    lvont:represents "𩄥"^^xsd:string .

<http://lexvo.org/id/char/29126> a lvont:Character ;
    lvont:represents "𩄦"^^xsd:string .

<http://lexvo.org/id/char/29127> a lvont:Character ;
    lvont:represents "𩄧"^^xsd:string .

<http://lexvo.org/id/char/29128> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/gu%E1%BB%91t>,
        "𩄨"^^xsd:string .

<http://lexvo.org/id/char/29129> a lvont:Character ;
    lvont:represents "𩄩"^^xsd:string .

<http://lexvo.org/id/char/2912A> a lvont:Character ;
    lvont:represents "𩄪"^^xsd:string .

<http://lexvo.org/id/char/2912B> a lvont:Character ;
    lvont:represents "𩄫"^^xsd:string .

<http://lexvo.org/id/char/2912C> a lvont:Character ;
    lvont:represents "𩄬"^^xsd:string .

<http://lexvo.org/id/char/2912D> a lvont:Character ;
    lvont:represents "𩄭"^^xsd:string .

<http://lexvo.org/id/char/2912E> a lvont:Character ;
    lvont:represents "𩄮"^^xsd:string .

<http://lexvo.org/id/char/2912F> a lvont:Character ;
    lvont:represents "𩄯"^^xsd:string .

<http://lexvo.org/id/char/2913> a lvont:Character ;
    lvont:represents "⤓"^^xsd:string ;
    rdfs:comment "DOWNWARDS ARROW TO BAR"@en .

<http://lexvo.org/id/char/29130> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/s%C3%A9t>,
        "𩄰"^^xsd:string .

<http://lexvo.org/id/char/29131> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/d%C3%B4ng>,
        "𩄱"^^xsd:string .

<http://lexvo.org/id/char/29132> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/m%C3%A2y>,
        "𩄲"^^xsd:string .

<http://lexvo.org/id/char/29133> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/t%E1%BA%A1nh>,
        "𩄳"^^xsd:string .

<http://lexvo.org/id/char/29134> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/b%C3%B3ng>,
        "𩄴"^^xsd:string .

<http://lexvo.org/id/char/29135> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/n%E1%BA%A5p>,
        "𩄵"^^xsd:string .

<http://lexvo.org/id/char/29136> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/x%E1%BB%91i>,
        "𩄶"^^xsd:string .

<http://lexvo.org/id/char/29137> a lvont:Character ;
    lvont:represents "𩄷"^^xsd:string .

<http://lexvo.org/id/char/29138> a lvont:Character ;
    lvont:represents "𩄸"^^xsd:string .

<http://lexvo.org/id/char/29139> a lvont:Character ;
    lvont:represents "𩄹"^^xsd:string .

<http://lexvo.org/id/char/2913A> a lvont:Character ;
    lvont:represents "𩄺"^^xsd:string .

<http://lexvo.org/id/char/2913B> a lvont:Character ;
    lvont:represents "𩄻"^^xsd:string .

<http://lexvo.org/id/char/2913C> a lvont:Character ;
    lvont:represents "𩄼"^^xsd:string .

<http://lexvo.org/id/char/2913D> a lvont:Character ;
    lvont:represents "𩄽"^^xsd:string .

<http://lexvo.org/id/char/2913E> a lvont:Character ;
    lvont:represents "𩄾"^^xsd:string .

<http://lexvo.org/id/char/2913F> a lvont:Character ;
    lvont:represents "𩄿"^^xsd:string .

<http://lexvo.org/id/char/2914> a lvont:Character ;
    lvont:represents "⤔"^^xsd:string ;
    rdfs:comment "RIGHTWARDS ARROW WITH TAIL WITH VERTICAL STROKE"@en .

<http://lexvo.org/id/char/29140> a lvont:Character ;
    lvont:represents "𩅀"^^xsd:string .

<http://lexvo.org/id/char/29141> a lvont:Character ;
    lvont:represents "𩅁"^^xsd:string .

<http://lexvo.org/id/char/29142> a lvont:Character ;
    lvont:represents "𩅂"^^xsd:string .

<http://lexvo.org/id/char/29143> a lvont:Character ;
    lvont:represents "𩅃"^^xsd:string .

<http://lexvo.org/id/char/29144> a lvont:Character ;
    lvont:represents "𩅄"^^xsd:string .

<http://lexvo.org/id/char/29145> a lvont:Character ;
    lvont:represents "𩅅"^^xsd:string .

<http://lexvo.org/id/char/29146> a lvont:Character ;
    lvont:represents "𩅆"^^xsd:string .

<http://lexvo.org/id/char/29147> a lvont:Character ;
    lvont:represents "𩅇"^^xsd:string .

<http://lexvo.org/id/char/29148> a lvont:Character ;
    lvont:represents "𩅈"^^xsd:string .

<http://lexvo.org/id/char/29149> a lvont:Character ;
    lvont:represents "𩅉"^^xsd:string .

<http://lexvo.org/id/char/2914A> a lvont:Character ;
    lvont:represents "𩅊"^^xsd:string .

<http://lexvo.org/id/char/2914B> a lvont:Character ;
    lvont:represents "𩅋"^^xsd:string .

<http://lexvo.org/id/char/2914C> a lvont:Character ;
    lvont:represents "𩅌"^^xsd:string .

<http://lexvo.org/id/char/2914D> a lvont:Character ;
    lvont:represents "𩅍"^^xsd:string .

<http://lexvo.org/id/char/2914E> a lvont:Character ;
    lvont:represents "𩅎"^^xsd:string .

<http://lexvo.org/id/char/2914F> a lvont:Character ;
    lvont:represents "𩅏"^^xsd:string .

<http://lexvo.org/id/char/2915> a lvont:Character ;
    lvont:represents "⤕"^^xsd:string ;
    rdfs:comment "RIGHTWARDS ARROW WITH TAIL WITH DOUBLE VERTICAL STROKE"@en .

<http://lexvo.org/id/char/29150> a lvont:Character ;
    lvont:represents "𩅐"^^xsd:string .

<http://lexvo.org/id/char/29151> a lvont:Character ;
    lvont:represents "𩅑"^^xsd:string .

<http://lexvo.org/id/char/29152> a lvont:Character ;
    lvont:represents "𩅒"^^xsd:string .

<http://lexvo.org/id/char/29153> a lvont:Character ;
    lvont:represents "𩅓"^^xsd:string .

<http://lexvo.org/id/char/29154> a lvont:Character ;
    lvont:represents "𩅔"^^xsd:string .

<http://lexvo.org/id/char/29155> a lvont:Character ;
    lvont:represents "𩅕"^^xsd:string .

<http://lexvo.org/id/char/29156> a lvont:Character ;
    lvont:represents "𩅖"^^xsd:string .

<http://lexvo.org/id/char/29157> a lvont:Character ;
    lvont:represents "𩅗"^^xsd:string .

<http://lexvo.org/id/char/29158> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/t%C3%B3c>,
        "𩅘"^^xsd:string .

<http://lexvo.org/id/char/29159> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/s%E1%BA%A9m>,
        "𩅙"^^xsd:string .

<http://lexvo.org/id/char/2915A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/d%E1%BB%93i>,
        "𩅚"^^xsd:string .

<http://lexvo.org/id/char/2915B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/b%C3%B9ng>,
        "𩅛"^^xsd:string .

<http://lexvo.org/id/char/2915C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/r%C3%A1ng>,
        "𩅜"^^xsd:string .

<http://lexvo.org/id/char/2915D> a lvont:Character ;
    lvont:represents "𩅝"^^xsd:string .

<http://lexvo.org/id/char/2915E> a lvont:Character ;
    lvont:represents "𩅞"^^xsd:string .

<http://lexvo.org/id/char/2915F> a lvont:Character ;
    lvont:represents "𩅟"^^xsd:string .

<http://lexvo.org/id/char/2916> a lvont:Character ;
    lvont:represents "⤖"^^xsd:string ;
    rdfs:comment "RIGHTWARDS TWO-HEADED ARROW WITH TAIL"@en .

<http://lexvo.org/id/char/29160> a lvont:Character ;
    lvont:represents "𩅠"^^xsd:string .

<http://lexvo.org/id/char/29161> a lvont:Character ;
    lvont:represents "𩅡"^^xsd:string .

<http://lexvo.org/id/char/29162> a lvont:Character ;
    lvont:represents "𩅢"^^xsd:string .

<http://lexvo.org/id/char/29163> a lvont:Character ;
    lvont:represents "𩅣"^^xsd:string .

<http://lexvo.org/id/char/29164> a lvont:Character ;
    lvont:represents "𩅤"^^xsd:string .

<http://lexvo.org/id/char/29165> a lvont:Character ;
    lvont:represents "𩅥"^^xsd:string .

<http://lexvo.org/id/char/29166> a lvont:Character ;
    lvont:represents "𩅦"^^xsd:string .

<http://lexvo.org/id/char/29167> a lvont:Character ;
    lvont:represents "𩅧"^^xsd:string .

<http://lexvo.org/id/char/29168> a lvont:Character ;
    lvont:represents "𩅨"^^xsd:string .

<http://lexvo.org/id/char/29169> a lvont:Character ;
    lvont:represents "𩅩"^^xsd:string .

<http://lexvo.org/id/char/2916A> a lvont:Character ;
    lvont:represents "𩅪"^^xsd:string .

<http://lexvo.org/id/char/2916B> a lvont:Character ;
    lvont:represents "𩅫"^^xsd:string .

<http://lexvo.org/id/char/2916C> a lvont:Character ;
    lvont:represents "𩅬"^^xsd:string .

<http://lexvo.org/id/char/2916D> a lvont:Character ;
    lvont:represents "𩅭"^^xsd:string .

<http://lexvo.org/id/char/2916E> a lvont:Character ;
    lvont:represents "𩅮"^^xsd:string .

<http://lexvo.org/id/char/2916F> a lvont:Character ;
    lvont:represents "𩅯"^^xsd:string .

<http://lexvo.org/id/char/2917> a lvont:Character ;
    lvont:represents "⤗"^^xsd:string ;
    rdfs:comment "RIGHTWARDS TWO-HEADED ARROW WITH TAIL WITH VERTICAL STROKE"@en .

<http://lexvo.org/id/char/29170> a lvont:Character ;
    lvont:represents "𩅰"^^xsd:string .

<http://lexvo.org/id/char/29171> a lvont:Character ;
    lvont:represents "𩅱"^^xsd:string .

<http://lexvo.org/id/char/29172> a lvont:Character ;
    lvont:represents "𩅲"^^xsd:string .

<http://lexvo.org/id/char/29173> a lvont:Character ;
    lvont:represents "𩅳"^^xsd:string .

<http://lexvo.org/id/char/29174> a lvont:Character ;
    lvont:represents "𩅴"^^xsd:string .

<http://lexvo.org/id/char/29175> a lvont:Character ;
    lvont:represents "𩅵"^^xsd:string .

<http://lexvo.org/id/char/29176> a lvont:Character ;
    lvont:represents "𩅶"^^xsd:string .

<http://lexvo.org/id/char/29177> a lvont:Character ;
    lvont:represents "𩅷"^^xsd:string .

<http://lexvo.org/id/char/29178> a lvont:Character ;
    lvont:represents "𩅸"^^xsd:string .

<http://lexvo.org/id/char/29179> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/m%C3%A2y>,
        "𩅹"^^xsd:string .

<http://lexvo.org/id/char/2917A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/r%C3%A2u>,
        "𩅺"^^xsd:string .

<http://lexvo.org/id/char/2917B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ch%E1%BB%9F>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zyu3>,
        <http://lexvo.org/id/term/yue/%F0%A9%85%BB>,
        "𩅻"^^xsd:string ;
    rdfs:comment "pelting rain"@en .

<http://lexvo.org/id/char/2917C> a lvont:Character ;
    lvont:represents "𩅼"^^xsd:string .

<http://lexvo.org/id/char/2917D> a lvont:Character ;
    lvont:represents "𩅽"^^xsd:string .

<http://lexvo.org/id/char/2917E> a lvont:Character ;
    lvont:represents "𩅾"^^xsd:string .

<http://lexvo.org/id/char/2917F> a lvont:Character ;
    lvont:represents "𩅿"^^xsd:string .

<http://lexvo.org/id/char/2918> a lvont:Character ;
    lvont:represents "⤘"^^xsd:string ;
    rdfs:comment "RIGHTWARDS TWO-HEADED ARROW WITH TAIL WITH DOUBLE VERTICAL STROKE"@en .

<http://lexvo.org/id/char/29180> a lvont:Character ;
    lvont:represents "𩆀"^^xsd:string .

<http://lexvo.org/id/char/29181> a lvont:Character ;
    lvont:represents "𩆁"^^xsd:string .

<http://lexvo.org/id/char/29182> a lvont:Character ;
    lvont:represents "𩆂"^^xsd:string .

<http://lexvo.org/id/char/29183> a lvont:Character ;
    lvont:represents "𩆃"^^xsd:string .

<http://lexvo.org/id/char/29184> a lvont:Character ;
    lvont:represents "𩆄"^^xsd:string .

<http://lexvo.org/id/char/29185> a lvont:Character ;
    lvont:represents "𩆅"^^xsd:string .

<http://lexvo.org/id/char/29186> a lvont:Character ;
    lvont:represents "𩆆"^^xsd:string .

<http://lexvo.org/id/char/29187> a lvont:Character ;
    lvont:represents "𩆇"^^xsd:string .

<http://lexvo.org/id/char/29188> a lvont:Character ;
    lvont:represents "𩆈"^^xsd:string .

<http://lexvo.org/id/char/29189> a lvont:Character ;
    lvont:represents "𩆉"^^xsd:string .

<http://lexvo.org/id/char/2918A> a lvont:Character ;
    lvont:represents "𩆊"^^xsd:string .

<http://lexvo.org/id/char/2918B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/r%C3%A0o>,
        "𩆋"^^xsd:string .

<http://lexvo.org/id/char/2918C> a lvont:Character ;
    lvont:represents "𩆌"^^xsd:string .

<http://lexvo.org/id/char/2918D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/r%C3%A0o>,
        "𩆍"^^xsd:string .

<http://lexvo.org/id/char/2918E> a lvont:Character ;
    lvont:represents "𩆎"^^xsd:string .

<http://lexvo.org/id/char/2918F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/r%E1%BB%A3p>,
        "𩆏"^^xsd:string .

<http://lexvo.org/id/char/2919> a lvont:Character ;
    lvont:represents "⤙"^^xsd:string ;
    rdfs:comment "LEFTWARDS ARROW-TAIL"@en .

<http://lexvo.org/id/char/29190> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/s%E1%BA%A5m>,
        "𩆐"^^xsd:string .

<http://lexvo.org/id/char/29191> a lvont:Character ;
    lvont:represents "𩆑"^^xsd:string .

<http://lexvo.org/id/char/29192> a lvont:Character ;
    lvont:represents "𩆒"^^xsd:string .

<http://lexvo.org/id/char/29193> a lvont:Character ;
    lvont:represents "𩆓"^^xsd:string .

<http://lexvo.org/id/char/29194> a lvont:Character ;
    lvont:represents "𩆔"^^xsd:string .

<http://lexvo.org/id/char/29195> a lvont:Character ;
    lvont:represents "𩆕"^^xsd:string .

<http://lexvo.org/id/char/29196> a lvont:Character ;
    lvont:represents "𩆖"^^xsd:string .

<http://lexvo.org/id/char/29197> a lvont:Character ;
    lvont:represents "𩆗"^^xsd:string .

<http://lexvo.org/id/char/29198> a lvont:Character ;
    lvont:represents "𩆘"^^xsd:string .

<http://lexvo.org/id/char/29199> a lvont:Character ;
    lvont:represents "𩆙"^^xsd:string .

<http://lexvo.org/id/char/2919A> a lvont:Character ;
    lvont:represents "𩆚"^^xsd:string .

<http://lexvo.org/id/char/2919B> a lvont:Character ;
    lvont:represents "𩆛"^^xsd:string .

<http://lexvo.org/id/char/2919C> a lvont:Character ;
    lvont:represents "𩆜"^^xsd:string .

<http://lexvo.org/id/char/2919D> a lvont:Character ;
    lvont:represents "𩆝"^^xsd:string .

<http://lexvo.org/id/char/2919E> a lvont:Character ;
    lvont:represents "𩆞"^^xsd:string .

<http://lexvo.org/id/char/2919F> a lvont:Character ;
    lvont:represents "𩆟"^^xsd:string .

<http://lexvo.org/id/char/291A> a lvont:Character ;
    lvont:represents "⤚"^^xsd:string ;
    rdfs:comment "RIGHTWARDS ARROW-TAIL"@en .

<http://lexvo.org/id/char/291A0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/m%E1%BB%91ng>,
        "𩆠"^^xsd:string .

<http://lexvo.org/id/char/291A1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/r%C3%A0o>,
        "𩆡"^^xsd:string .

<http://lexvo.org/id/char/291A2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/%E1%BA%A7m>,
        "𩆢"^^xsd:string .

<http://lexvo.org/id/char/291A3> a lvont:Character ;
    lvont:represents "𩆣"^^xsd:string .

<http://lexvo.org/id/char/291A4> a lvont:Character ;
    lvont:represents "𩆤"^^xsd:string .

<http://lexvo.org/id/char/291A5> a lvont:Character ;
    lvont:represents "𩆥"^^xsd:string .

<http://lexvo.org/id/char/291A6> a lvont:Character ;
    lvont:represents "𩆦"^^xsd:string .

<http://lexvo.org/id/char/291A7> a lvont:Character ;
    lvont:represents "𩆧"^^xsd:string .

<http://lexvo.org/id/char/291A8> a lvont:Character ;
    lvont:represents "𩆨"^^xsd:string .

<http://lexvo.org/id/char/291A9> a lvont:Character ;
    lvont:represents "𩆩"^^xsd:string .

<http://lexvo.org/id/char/291AA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/m%E1%BB%8Bt>,
        "𩆪"^^xsd:string .

<http://lexvo.org/id/char/291AB> a lvont:Character ;
    lvont:represents "𩆫"^^xsd:string .

<http://lexvo.org/id/char/291AC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/m%E1%BB%91ng>,
        "𩆬"^^xsd:string .

<http://lexvo.org/id/char/291AD> a lvont:Character ;
    lvont:represents "𩆭"^^xsd:string .

<http://lexvo.org/id/char/291AE> a lvont:Character ;
    lvont:represents "𩆮"^^xsd:string .

<http://lexvo.org/id/char/291AF> a lvont:Character ;
    lvont:represents "𩆯"^^xsd:string .

<http://lexvo.org/id/char/291B> a lvont:Character ;
    lvont:represents "⤛"^^xsd:string ;
    rdfs:comment "LEFTWARDS DOUBLE ARROW-TAIL"@en .

<http://lexvo.org/id/char/291B0> a lvont:Character ;
    lvont:represents "𩆰"^^xsd:string .

<http://lexvo.org/id/char/291B1> a lvont:Character ;
    lvont:represents "𩆱"^^xsd:string .

<http://lexvo.org/id/char/291B2> a lvont:Character ;
    lvont:represents "𩆲"^^xsd:string .

<http://lexvo.org/id/char/291B3> a lvont:Character ;
    lvont:represents "𩆳"^^xsd:string .

<http://lexvo.org/id/char/291B4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/l%E1%BB%9D>,
        "𩆴"^^xsd:string .

<http://lexvo.org/id/char/291B5> a lvont:Character ;
    lvont:represents "𩆵"^^xsd:string .

<http://lexvo.org/id/char/291B6> a lvont:Character ;
    lvont:represents "𩆶"^^xsd:string .

<http://lexvo.org/id/char/291B7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/s%E1%BA%A5m>,
        "𩆷"^^xsd:string .

<http://lexvo.org/id/char/291B8> a lvont:Character ;
    lvont:represents "𩆸"^^xsd:string .

<http://lexvo.org/id/char/291B9> a lvont:Character ;
    lvont:represents "𩆹"^^xsd:string .

<http://lexvo.org/id/char/291BA> a lvont:Character ;
    lvont:represents "𩆺"^^xsd:string .

<http://lexvo.org/id/char/291BB> a lvont:Character ;
    lvont:represents "𩆻"^^xsd:string .

<http://lexvo.org/id/char/291BC> a lvont:Character ;
    lvont:represents "𩆼"^^xsd:string .

<http://lexvo.org/id/char/291BD> a lvont:Character ;
    lvont:represents "𩆽"^^xsd:string .

<http://lexvo.org/id/char/291BE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/khuya>,
        "𩆾"^^xsd:string .

<http://lexvo.org/id/char/291BF> a lvont:Character ;
    lvont:represents "𩆿"^^xsd:string .

<http://lexvo.org/id/char/291C> a lvont:Character ;
    lvont:represents "⤜"^^xsd:string ;
    rdfs:comment "RIGHTWARDS DOUBLE ARROW-TAIL"@en .

<http://lexvo.org/id/char/291C0> a lvont:Character ;
    lvont:represents "𩇀"^^xsd:string .

<http://lexvo.org/id/char/291C1> a lvont:Character ;
    lvont:represents "𩇁"^^xsd:string .

<http://lexvo.org/id/char/291C2> a lvont:Character ;
    lvont:represents "𩇂"^^xsd:string .

<http://lexvo.org/id/char/291C3> a lvont:Character ;
    lvont:represents "𩇃"^^xsd:string .

<http://lexvo.org/id/char/291C4> a lvont:Character ;
    lvont:represents "𩇄"^^xsd:string .

<http://lexvo.org/id/char/291C5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/m%C3%B9>,
        "𩇅"^^xsd:string .

<http://lexvo.org/id/char/291C6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/s%E1%BA%A5m>,
        "𩇆"^^xsd:string .

<http://lexvo.org/id/char/291C7> a lvont:Character ;
    lvont:represents "𩇇"^^xsd:string .

<http://lexvo.org/id/char/291C8> a lvont:Character ;
    lvont:represents "𩇈"^^xsd:string .

<http://lexvo.org/id/char/291C9> a lvont:Character ;
    lvont:represents "𩇉"^^xsd:string .

<http://lexvo.org/id/char/291CA> a lvont:Character ;
    lvont:represents "𩇊"^^xsd:string .

<http://lexvo.org/id/char/291CB> a lvont:Character ;
    lvont:represents "𩇋"^^xsd:string .

<http://lexvo.org/id/char/291CC> a lvont:Character ;
    lvont:represents "𩇌"^^xsd:string .

<http://lexvo.org/id/char/291CD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/lo%C3%A0>,
        "𩇍"^^xsd:string .

<http://lexvo.org/id/char/291CE> a lvont:Character ;
    lvont:represents "𩇎"^^xsd:string .

<http://lexvo.org/id/char/291CF> a lvont:Character ;
    lvont:represents "𩇏"^^xsd:string .

<http://lexvo.org/id/char/291D> a lvont:Character ;
    lvont:represents "⤝"^^xsd:string ;
    rdfs:comment "LEFTWARDS ARROW TO BLACK DIAMOND"@en .

<http://lexvo.org/id/char/291D0> a lvont:Character ;
    lvont:represents "𩇐"^^xsd:string .

<http://lexvo.org/id/char/291D1> a lvont:Character ;
    lvont:represents "𩇑"^^xsd:string .

<http://lexvo.org/id/char/291D2> a lvont:Character ;
    lvont:represents "𩇒"^^xsd:string .

<http://lexvo.org/id/char/291D3> a lvont:Character ;
    lvont:represents "𩇓"^^xsd:string .

<http://lexvo.org/id/char/291D4> a lvont:Character ;
    lvont:represents "𩇔"^^xsd:string .

<http://lexvo.org/id/char/291D5> a lvont:Character ;
    lvont:represents "𩇕"^^xsd:string .

<http://lexvo.org/id/char/291D6> a lvont:Character ;
    lvont:represents "𩇖"^^xsd:string .

<http://lexvo.org/id/char/291D7> a lvont:Character ;
    lvont:represents "𩇗"^^xsd:string .

<http://lexvo.org/id/char/291D8> a lvont:Character ;
    lvont:represents "𩇘"^^xsd:string .

<http://lexvo.org/id/char/291D9> a lvont:Character ;
    lvont:represents "𩇙"^^xsd:string .

<http://lexvo.org/id/char/291DA> a lvont:Character ;
    lvont:represents "𩇚"^^xsd:string .

<http://lexvo.org/id/char/291DB> a lvont:Character ;
    lvont:represents "𩇛"^^xsd:string .

<http://lexvo.org/id/char/291DC> a lvont:Character ;
    lvont:represents "𩇜"^^xsd:string .

<http://lexvo.org/id/char/291DD> a lvont:Character ;
    lvont:represents "𩇝"^^xsd:string .

<http://lexvo.org/id/char/291DE> a lvont:Character ;
    lvont:represents "𩇞"^^xsd:string .

<http://lexvo.org/id/char/291DF> a lvont:Character ;
    lvont:represents "𩇟"^^xsd:string .

<http://lexvo.org/id/char/291E> a lvont:Character ;
    lvont:represents "⤞"^^xsd:string ;
    rdfs:comment "RIGHTWARDS ARROW TO BLACK DIAMOND"@en .

<http://lexvo.org/id/char/291E0> a lvont:Character ;
    lvont:represents "𩇠"^^xsd:string .

<http://lexvo.org/id/char/291E1> a lvont:Character ;
    lvont:represents "𩇡"^^xsd:string .

<http://lexvo.org/id/char/291E2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/xanh>,
        "𩇢"^^xsd:string .

<http://lexvo.org/id/char/291E3> a lvont:Character ;
    lvont:represents "𩇣"^^xsd:string .

<http://lexvo.org/id/char/291E4> a lvont:Character ;
    lvont:represents "𩇤"^^xsd:string .

<http://lexvo.org/id/char/291E5> a lvont:Character ;
    lvont:represents "𩇥"^^xsd:string .

<http://lexvo.org/id/char/291E6> a lvont:Character ;
    lvont:represents "𩇦"^^xsd:string .

<http://lexvo.org/id/char/291E7> a lvont:Character ;
    lvont:represents "𩇧"^^xsd:string .

<http://lexvo.org/id/char/291E8> a lvont:Character ;
    lvont:represents "𩇨"^^xsd:string .

<http://lexvo.org/id/char/291E9> a lvont:Character ;
    lvont:represents "𩇩"^^xsd:string .

<http://lexvo.org/id/char/291EA> a lvont:Character ;
    lvont:represents "𩇪"^^xsd:string .

<http://lexvo.org/id/char/291EB> a lvont:Character ;
    lvont:represents "𩇫"^^xsd:string .

<http://lexvo.org/id/char/291EC> a lvont:Character ;
    lvont:represents "𩇬"^^xsd:string .

<http://lexvo.org/id/char/291ED> a lvont:Character ;
    lvont:represents "𩇭"^^xsd:string .

<http://lexvo.org/id/char/291EE> a lvont:Character ;
    lvont:represents "𩇮"^^xsd:string .

<http://lexvo.org/id/char/291EF> a lvont:Character ;
    lvont:represents "𩇯"^^xsd:string .

<http://lexvo.org/id/char/291F> a lvont:Character ;
    lvont:represents "⤟"^^xsd:string ;
    rdfs:comment "LEFTWARDS ARROW FROM BAR TO BLACK DIAMOND"@en .

<http://lexvo.org/id/char/291F0> a lvont:Character ;
    lvont:represents "𩇰"^^xsd:string .

<http://lexvo.org/id/char/291F1> a lvont:Character ;
    lvont:represents "𩇱"^^xsd:string .

<http://lexvo.org/id/char/291F2> a lvont:Character ;
    lvont:represents "𩇲"^^xsd:string .

<http://lexvo.org/id/char/291F3> a lvont:Character ;
    lvont:represents "𩇳"^^xsd:string .

<http://lexvo.org/id/char/291F4> a lvont:Character ;
    lvont:represents "𩇴"^^xsd:string .

<http://lexvo.org/id/char/291F5> a lvont:Character ;
    lvont:represents "𩇵"^^xsd:string .

<http://lexvo.org/id/char/291F6> a lvont:Character ;
    lvont:represents "𩇶"^^xsd:string .

<http://lexvo.org/id/char/291F7> a lvont:Character ;
    lvont:represents "𩇷"^^xsd:string .

<http://lexvo.org/id/char/291F8> a lvont:Character ;
    lvont:represents "𩇸"^^xsd:string .

<http://lexvo.org/id/char/291F9> a lvont:Character ;
    lvont:represents "𩇹"^^xsd:string .

<http://lexvo.org/id/char/291FA> a lvont:Character ;
    lvont:represents "𩇺"^^xsd:string .

<http://lexvo.org/id/char/291FB> a lvont:Character ;
    lvont:represents "𩇻"^^xsd:string .

<http://lexvo.org/id/char/291FC> a lvont:Character ;
    lvont:represents "𩇼"^^xsd:string .

<http://lexvo.org/id/char/291FD> a lvont:Character ;
    lvont:represents "𩇽"^^xsd:string .

<http://lexvo.org/id/char/291FE> a lvont:Character ;
    lvont:represents "𩇾"^^xsd:string .

<http://lexvo.org/id/char/291FF> a lvont:Character ;
    lvont:represents "𩇿"^^xsd:string .

<http://lexvo.org/id/char/2920> a lvont:Character ;
    lvont:represents "⤠"^^xsd:string ;
    rdfs:comment "RIGHTWARDS ARROW FROM BAR TO BLACK DIAMOND"@en .

<http://lexvo.org/id/char/29200> a lvont:Character ;
    lvont:represents "𩈀"^^xsd:string .

<http://lexvo.org/id/char/29201> a lvont:Character ;
    lvont:represents "𩈁"^^xsd:string .

<http://lexvo.org/id/char/29202> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/bay>,
        "𩈂"^^xsd:string .

<http://lexvo.org/id/char/29203> a lvont:Character ;
    lvont:represents "𩈃"^^xsd:string .

<http://lexvo.org/id/char/29204> a lvont:Character ;
    lvont:represents "𩈄"^^xsd:string .

<http://lexvo.org/id/char/29205> a lvont:Character ;
    lvont:represents "𩈅"^^xsd:string .

<http://lexvo.org/id/char/29206> a lvont:Character ;
    lvont:represents "𩈆"^^xsd:string .

<http://lexvo.org/id/char/29207> a lvont:Character ;
    lvont:represents "𩈇"^^xsd:string .

<http://lexvo.org/id/char/29208> a lvont:Character ;
    lvont:represents "𩈈"^^xsd:string .

<http://lexvo.org/id/char/29209> a lvont:Character ;
    lvont:represents "𩈉"^^xsd:string .

<http://lexvo.org/id/char/2920A> a lvont:Character ;
    lvont:represents "𩈊"^^xsd:string .

<http://lexvo.org/id/char/2920B> a lvont:Character ;
    lvont:represents "𩈋"^^xsd:string .

<http://lexvo.org/id/char/2920C> a lvont:Character ;
    lvont:represents "𩈌"^^xsd:string .

<http://lexvo.org/id/char/2920D> a lvont:Character ;
    lvont:represents "𩈍"^^xsd:string .

<http://lexvo.org/id/char/2920E> a lvont:Character ;
    lvont:represents "𩈎"^^xsd:string .

<http://lexvo.org/id/char/2920F> a lvont:Character ;
    lvont:represents "𩈏"^^xsd:string .

<http://lexvo.org/id/char/2921> a lvont:Character ;
    lvont:represents "⤡"^^xsd:string ;
    rdfs:comment "NORTH WEST AND SOUTH EAST ARROW"@en .

<http://lexvo.org/id/char/29210> a lvont:Character ;
    lvont:represents "𩈐"^^xsd:string .

<http://lexvo.org/id/char/29211> a lvont:Character ;
    lvont:represents "𩈑"^^xsd:string .

<http://lexvo.org/id/char/29212> a lvont:Character ;
    lvont:represents "𩈒"^^xsd:string .

<http://lexvo.org/id/char/29213> a lvont:Character ;
    lvont:represents "𩈓"^^xsd:string .

<http://lexvo.org/id/char/29214> a lvont:Character ;
    lvont:represents "𩈔"^^xsd:string .

<http://lexvo.org/id/char/29215> a lvont:Character ;
    lvont:represents "𩈕"^^xsd:string .

<http://lexvo.org/id/char/29216> a lvont:Character ;
    lvont:represents "𩈖"^^xsd:string .

<http://lexvo.org/id/char/29217> a lvont:Character ;
    lvont:represents "𩈗"^^xsd:string .

<http://lexvo.org/id/char/29218> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/m%E1%BA%B7t>,
        "𩈘"^^xsd:string .

<http://lexvo.org/id/char/29219> a lvont:Character ;
    lvont:represents "𩈙"^^xsd:string .

<http://lexvo.org/id/char/2921A> a lvont:Character ;
    lvont:represents "𩈚"^^xsd:string .

<http://lexvo.org/id/char/2921B> a lvont:Character ;
    lvont:represents "𩈛"^^xsd:string .

<http://lexvo.org/id/char/2921C> a lvont:Character ;
    lvont:represents "𩈜"^^xsd:string .

<http://lexvo.org/id/char/2921D> a lvont:Character ;
    lvont:represents "𩈝"^^xsd:string .

<http://lexvo.org/id/char/2921E> a lvont:Character ;
    lvont:represents "𩈞"^^xsd:string .

<http://lexvo.org/id/char/2921F> a lvont:Character ;
    lvont:represents "𩈟"^^xsd:string .

<http://lexvo.org/id/char/2922> a lvont:Character ;
    lvont:represents "⤢"^^xsd:string ;
    rdfs:comment "NORTH EAST AND SOUTH WEST ARROW"@en .

<http://lexvo.org/id/char/29220> a lvont:Character ;
    lvont:represents "𩈠"^^xsd:string .

<http://lexvo.org/id/char/29221> a lvont:Character ;
    lvont:represents "𩈡"^^xsd:string .

<http://lexvo.org/id/char/29222> a lvont:Character ;
    lvont:represents "𩈢"^^xsd:string .

<http://lexvo.org/id/char/29223> a lvont:Character ;
    lvont:represents "𩈣"^^xsd:string .

<http://lexvo.org/id/char/29224> a lvont:Character ;
    lvont:represents "𩈤"^^xsd:string .

<http://lexvo.org/id/char/29225> a lvont:Character ;
    lvont:represents "𩈥"^^xsd:string .

<http://lexvo.org/id/char/29226> a lvont:Character ;
    lvont:represents "𩈦"^^xsd:string .

<http://lexvo.org/id/char/29227> a lvont:Character ;
    lvont:represents "𩈧"^^xsd:string .

<http://lexvo.org/id/char/29228> a lvont:Character ;
    lvont:represents "𩈨"^^xsd:string .

<http://lexvo.org/id/char/29229> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/n%E1%BA%A1>,
        "𩈩"^^xsd:string .

<http://lexvo.org/id/char/2922A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/tr%C3%A1n>,
        "𩈪"^^xsd:string .

<http://lexvo.org/id/char/2922B> a lvont:Character ;
    lvont:represents "𩈫"^^xsd:string .

<http://lexvo.org/id/char/2922C> a lvont:Character ;
    lvont:represents "𩈬"^^xsd:string .

<http://lexvo.org/id/char/2922D> a lvont:Character ;
    lvont:represents "𩈭"^^xsd:string .

<http://lexvo.org/id/char/2922E> a lvont:Character ;
    lvont:represents "𩈮"^^xsd:string .

<http://lexvo.org/id/char/2922F> a lvont:Character ;
    lvont:represents "𩈯"^^xsd:string .

<http://lexvo.org/id/char/2923> a lvont:Character ;
    lvont:represents "⤣"^^xsd:string ;
    rdfs:comment "NORTH WEST ARROW WITH HOOK"@en .

<http://lexvo.org/id/char/29230> a lvont:Character ;
    lvont:represents "𩈰"^^xsd:string .

<http://lexvo.org/id/char/29231> a lvont:Character ;
    lvont:represents "𩈱"^^xsd:string .

<http://lexvo.org/id/char/29232> a lvont:Character ;
    lvont:represents "𩈲"^^xsd:string .

<http://lexvo.org/id/char/29233> a lvont:Character ;
    lvont:represents "𩈳"^^xsd:string .

<http://lexvo.org/id/char/29234> a lvont:Character ;
    lvont:represents "𩈴"^^xsd:string .

<http://lexvo.org/id/char/29235> a lvont:Character ;
    lvont:represents "𩈵"^^xsd:string .

<http://lexvo.org/id/char/29236> a lvont:Character ;
    lvont:represents "𩈶"^^xsd:string .

<http://lexvo.org/id/char/29237> a lvont:Character ;
    lvont:represents "𩈷"^^xsd:string .

<http://lexvo.org/id/char/29238> a lvont:Character ;
    lvont:represents "𩈸"^^xsd:string .

<http://lexvo.org/id/char/29239> a lvont:Character ;
    lvont:represents "𩈹"^^xsd:string .

<http://lexvo.org/id/char/2923A> a lvont:Character ;
    lvont:represents "𩈺"^^xsd:string .

<http://lexvo.org/id/char/2923B> a lvont:Character ;
    lvont:represents "𩈻"^^xsd:string .

<http://lexvo.org/id/char/2923C> a lvont:Character ;
    lvont:represents "𩈼"^^xsd:string .

<http://lexvo.org/id/char/2923D> a lvont:Character ;
    lvont:represents "𩈽"^^xsd:string .

<http://lexvo.org/id/char/2923E> a lvont:Character ;
    lvont:represents "𩈾"^^xsd:string .

<http://lexvo.org/id/char/2923F> a lvont:Character ;
    lvont:represents "𩈿"^^xsd:string .

<http://lexvo.org/id/char/2924> a lvont:Character ;
    lvont:represents "⤤"^^xsd:string ;
    rdfs:comment "NORTH EAST ARROW WITH HOOK"@en .

<http://lexvo.org/id/char/29240> a lvont:Character ;
    lvont:represents "𩉀"^^xsd:string .

<http://lexvo.org/id/char/29241> a lvont:Character ;
    lvont:represents "𩉁"^^xsd:string .

<http://lexvo.org/id/char/29242> a lvont:Character ;
    lvont:represents "𩉂"^^xsd:string .

<http://lexvo.org/id/char/29243> a lvont:Character ;
    lvont:represents "𩉃"^^xsd:string .

<http://lexvo.org/id/char/29244> a lvont:Character ;
    lvont:represents "𩉄"^^xsd:string .

<http://lexvo.org/id/char/29245> a lvont:Character ;
    lvont:represents "𩉅"^^xsd:string .

<http://lexvo.org/id/char/29246> a lvont:Character ;
    lvont:represents "𩉆"^^xsd:string .

<http://lexvo.org/id/char/29247> a lvont:Character ;
    lvont:represents "𩉇"^^xsd:string .

<http://lexvo.org/id/char/29248> a lvont:Character ;
    lvont:represents "𩉈"^^xsd:string .

<http://lexvo.org/id/char/29249> a lvont:Character ;
    lvont:represents "𩉉"^^xsd:string .

<http://lexvo.org/id/char/2924A> a lvont:Character ;
    lvont:represents "𩉊"^^xsd:string .

<http://lexvo.org/id/char/2924B> a lvont:Character ;
    lvont:represents "𩉋"^^xsd:string .

<http://lexvo.org/id/char/2924C> a lvont:Character ;
    lvont:represents "𩉌"^^xsd:string .

<http://lexvo.org/id/char/2924D> a lvont:Character ;
    lvont:represents "𩉍"^^xsd:string .

<http://lexvo.org/id/char/2924E> a lvont:Character ;
    lvont:represents "𩉎"^^xsd:string .

<http://lexvo.org/id/char/2924F> a lvont:Character ;
    lvont:represents "𩉏"^^xsd:string .

<http://lexvo.org/id/char/2925> a lvont:Character ;
    lvont:represents "⤥"^^xsd:string ;
    rdfs:comment "SOUTH EAST ARROW WITH HOOK"@en .

<http://lexvo.org/id/char/29250> a lvont:Character ;
    lvont:represents "𩉐"^^xsd:string .

<http://lexvo.org/id/char/29251> a lvont:Character ;
    lvont:represents "𩉑"^^xsd:string .

<http://lexvo.org/id/char/29252> a lvont:Character ;
    lvont:represents "𩉒"^^xsd:string .

<http://lexvo.org/id/char/29253> a lvont:Character ;
    lvont:represents "𩉓"^^xsd:string .

<http://lexvo.org/id/char/29254> a lvont:Character ;
    lvont:represents "𩉔"^^xsd:string .

<http://lexvo.org/id/char/29255> a lvont:Character ;
    lvont:represents "𩉕"^^xsd:string .

<http://lexvo.org/id/char/29256> a lvont:Character ;
    lvont:represents "𩉖"^^xsd:string .

<http://lexvo.org/id/char/29257> a lvont:Character ;
    lvont:represents "𩉗"^^xsd:string .

<http://lexvo.org/id/char/29258> a lvont:Character ;
    lvont:represents "𩉘"^^xsd:string .

<http://lexvo.org/id/char/29259> a lvont:Character ;
    lvont:represents "𩉙"^^xsd:string .

<http://lexvo.org/id/char/2925A> a lvont:Character ;
    lvont:represents "𩉚"^^xsd:string .

<http://lexvo.org/id/char/2925B> a lvont:Character ;
    lvont:represents "𩉛"^^xsd:string .

<http://lexvo.org/id/char/2925C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C4%AB>,
        "𩉜"^^xsd:string .

<http://lexvo.org/id/char/2925D> a lvont:Character ;
    lvont:represents "𩉝"^^xsd:string .

<http://lexvo.org/id/char/2925E> a lvont:Character ;
    lvont:represents "𩉞"^^xsd:string .

<http://lexvo.org/id/char/2925F> a lvont:Character ;
    lvont:represents "𩉟"^^xsd:string .

<http://lexvo.org/id/char/2926> a lvont:Character ;
    lvont:represents "⤦"^^xsd:string ;
    rdfs:comment "SOUTH WEST ARROW WITH HOOK"@en .

<http://lexvo.org/id/char/29260> a lvont:Character ;
    lvont:represents "𩉠"^^xsd:string .

<http://lexvo.org/id/char/29261> a lvont:Character ;
    lvont:represents "𩉡"^^xsd:string .

<http://lexvo.org/id/char/29262> a lvont:Character ;
    lvont:represents "𩉢"^^xsd:string .

<http://lexvo.org/id/char/29263> a lvont:Character ;
    lvont:represents "𩉣"^^xsd:string .

<http://lexvo.org/id/char/29264> a lvont:Character ;
    lvont:represents "𩉤"^^xsd:string .

<http://lexvo.org/id/char/29265> a lvont:Character ;
    lvont:represents "𩉥"^^xsd:string .

<http://lexvo.org/id/char/29266> a lvont:Character ;
    lvont:represents "𩉦"^^xsd:string .

<http://lexvo.org/id/char/29267> a lvont:Character ;
    lvont:represents "𩉧"^^xsd:string .

<http://lexvo.org/id/char/29268> a lvont:Character ;
    lvont:represents "𩉨"^^xsd:string .

<http://lexvo.org/id/char/29269> a lvont:Character ;
    lvont:represents "𩉩"^^xsd:string .

<http://lexvo.org/id/char/2926A> a lvont:Character ;
    lvont:represents "𩉪"^^xsd:string .

<http://lexvo.org/id/char/2926B> a lvont:Character ;
    lvont:represents "𩉫"^^xsd:string .

<http://lexvo.org/id/char/2926C> a lvont:Character ;
    lvont:represents "𩉬"^^xsd:string .

<http://lexvo.org/id/char/2926D> a lvont:Character ;
    lvont:represents "𩉭"^^xsd:string .

<http://lexvo.org/id/char/2926E> a lvont:Character ;
    lvont:represents "𩉮"^^xsd:string .

<http://lexvo.org/id/char/2926F> a lvont:Character ;
    lvont:represents "𩉯"^^xsd:string .

<http://lexvo.org/id/char/2927> a lvont:Character ;
    lvont:represents "⤧"^^xsd:string ;
    rdfs:comment "NORTH WEST ARROW AND NORTH EAST ARROW"@en .

<http://lexvo.org/id/char/29270> a lvont:Character ;
    lvont:represents "𩉰"^^xsd:string .

<http://lexvo.org/id/char/29271> a lvont:Character ;
    lvont:represents "𩉱"^^xsd:string .

<http://lexvo.org/id/char/29272> a lvont:Character ;
    lvont:represents "𩉲"^^xsd:string .

<http://lexvo.org/id/char/29273> a lvont:Character ;
    lvont:represents "𩉳"^^xsd:string .

<http://lexvo.org/id/char/29274> a lvont:Character ;
    lvont:represents "𩉴"^^xsd:string .

<http://lexvo.org/id/char/29275> a lvont:Character ;
    lvont:represents "𩉵"^^xsd:string .

<http://lexvo.org/id/char/29276> a lvont:Character ;
    lvont:represents "𩉶"^^xsd:string .

<http://lexvo.org/id/char/29277> a lvont:Character ;
    lvont:represents "𩉷"^^xsd:string .

<http://lexvo.org/id/char/29278> a lvont:Character ;
    lvont:represents "𩉸"^^xsd:string .

<http://lexvo.org/id/char/29279> a lvont:Character ;
    lvont:represents "𩉹"^^xsd:string .

<http://lexvo.org/id/char/2927A> a lvont:Character ;
    lvont:represents "𩉺"^^xsd:string .

<http://lexvo.org/id/char/2927B> a lvont:Character ;
    lvont:represents "𩉻"^^xsd:string .

<http://lexvo.org/id/char/2927C> a lvont:Character ;
    lvont:represents "𩉼"^^xsd:string .

<http://lexvo.org/id/char/2927D> a lvont:Character ;
    lvont:represents "𩉽"^^xsd:string .

<http://lexvo.org/id/char/2927E> a lvont:Character ;
    lvont:represents "𩉾"^^xsd:string .

<http://lexvo.org/id/char/2927F> a lvont:Character ;
    lvont:represents "𩉿"^^xsd:string .

<http://lexvo.org/id/char/2928> a lvont:Character ;
    lvont:represents "⤨"^^xsd:string ;
    rdfs:comment "NORTH EAST ARROW AND SOUTH EAST ARROW"@en .

<http://lexvo.org/id/char/29280> a lvont:Character ;
    lvont:represents "𩊀"^^xsd:string .

<http://lexvo.org/id/char/29281> a lvont:Character ;
    lvont:represents "𩊁"^^xsd:string .

<http://lexvo.org/id/char/29282> a lvont:Character ;
    lvont:represents "𩊂"^^xsd:string .

<http://lexvo.org/id/char/29283> a lvont:Character ;
    lvont:represents "𩊃"^^xsd:string .

<http://lexvo.org/id/char/29284> a lvont:Character ;
    lvont:represents "𩊄"^^xsd:string .

<http://lexvo.org/id/char/29285> a lvont:Character ;
    lvont:represents "𩊅"^^xsd:string .

<http://lexvo.org/id/char/29286> a lvont:Character ;
    lvont:represents "𩊆"^^xsd:string .

<http://lexvo.org/id/char/29287> a lvont:Character ;
    lvont:represents "𩊇"^^xsd:string .

<http://lexvo.org/id/char/29288> a lvont:Character ;
    lvont:represents "𩊈"^^xsd:string .

<http://lexvo.org/id/char/29289> a lvont:Character ;
    lvont:represents "𩊉"^^xsd:string .

<http://lexvo.org/id/char/2928A> a lvont:Character ;
    lvont:represents "𩊊"^^xsd:string .

<http://lexvo.org/id/char/2928B> a lvont:Character ;
    lvont:represents "𩊋"^^xsd:string .

<http://lexvo.org/id/char/2928C> a lvont:Character ;
    lvont:represents "𩊌"^^xsd:string .

<http://lexvo.org/id/char/2928D> a lvont:Character ;
    lvont:represents "𩊍"^^xsd:string .

<http://lexvo.org/id/char/2928E> a lvont:Character ;
    lvont:represents "𩊎"^^xsd:string .

<http://lexvo.org/id/char/2928F> a lvont:Character ;
    lvont:represents "𩊏"^^xsd:string .

<http://lexvo.org/id/char/2929> a lvont:Character ;
    lvont:represents "⤩"^^xsd:string ;
    rdfs:comment "SOUTH EAST ARROW AND SOUTH WEST ARROW"@en .

<http://lexvo.org/id/char/29290> a lvont:Character ;
    lvont:represents "𩊐"^^xsd:string .

<http://lexvo.org/id/char/29291> a lvont:Character ;
    lvont:represents "𩊑"^^xsd:string .

<http://lexvo.org/id/char/29292> a lvont:Character ;
    lvont:represents "𩊒"^^xsd:string .

<http://lexvo.org/id/char/29293> a lvont:Character ;
    lvont:represents "𩊓"^^xsd:string .

<http://lexvo.org/id/char/29294> a lvont:Character ;
    lvont:represents "𩊔"^^xsd:string .

<http://lexvo.org/id/char/29295> a lvont:Character ;
    lvont:represents "𩊕"^^xsd:string .

<http://lexvo.org/id/char/29296> a lvont:Character ;
    lvont:represents "𩊖"^^xsd:string .

<http://lexvo.org/id/char/29297> a lvont:Character ;
    lvont:represents "𩊗"^^xsd:string .

<http://lexvo.org/id/char/29298> a lvont:Character ;
    lvont:represents "𩊘"^^xsd:string .

<http://lexvo.org/id/char/29299> a lvont:Character ;
    lvont:represents "𩊙"^^xsd:string .

<http://lexvo.org/id/char/2929A> a lvont:Character ;
    lvont:represents "𩊚"^^xsd:string .

<http://lexvo.org/id/char/2929B> a lvont:Character ;
    lvont:represents "𩊛"^^xsd:string .

<http://lexvo.org/id/char/2929C> a lvont:Character ;
    lvont:represents "𩊜"^^xsd:string .

<http://lexvo.org/id/char/2929D> a lvont:Character ;
    lvont:represents "𩊝"^^xsd:string .

<http://lexvo.org/id/char/2929E> a lvont:Character ;
    lvont:represents "𩊞"^^xsd:string .

<http://lexvo.org/id/char/2929F> a lvont:Character ;
    lvont:represents "𩊟"^^xsd:string .

<http://lexvo.org/id/char/292A> a lvont:Character ;
    lvont:represents "⤪"^^xsd:string ;
    rdfs:comment "SOUTH WEST ARROW AND NORTH WEST ARROW"@en .

<http://lexvo.org/id/char/292A0> a lvont:Character ;
    lvont:represents "𩊠"^^xsd:string .

<http://lexvo.org/id/char/292A1> a lvont:Character ;
    lvont:represents "𩊡"^^xsd:string .

<http://lexvo.org/id/char/292A2> a lvont:Character ;
    lvont:represents "𩊢"^^xsd:string .

<http://lexvo.org/id/char/292A3> a lvont:Character ;
    lvont:represents "𩊣"^^xsd:string .

<http://lexvo.org/id/char/292A4> a lvont:Character ;
    lvont:represents "𩊤"^^xsd:string .

<http://lexvo.org/id/char/292A5> a lvont:Character ;
    lvont:represents "𩊥"^^xsd:string .

<http://lexvo.org/id/char/292A6> a lvont:Character ;
    lvont:represents "𩊦"^^xsd:string .

<http://lexvo.org/id/char/292A7> a lvont:Character ;
    lvont:represents "𩊧"^^xsd:string .

<http://lexvo.org/id/char/292A8> a lvont:Character ;
    lvont:represents "𩊨"^^xsd:string .

<http://lexvo.org/id/char/292A9> a lvont:Character ;
    lvont:represents "𩊩"^^xsd:string .

<http://lexvo.org/id/char/292AA> a lvont:Character ;
    lvont:represents "𩊪"^^xsd:string .

<http://lexvo.org/id/char/292AB> a lvont:Character ;
    lvont:represents "𩊫"^^xsd:string .

<http://lexvo.org/id/char/292AC> a lvont:Character ;
    lvont:represents "𩊬"^^xsd:string .

<http://lexvo.org/id/char/292AD> a lvont:Character ;
    lvont:represents "𩊭"^^xsd:string .

<http://lexvo.org/id/char/292AE> a lvont:Character ;
    lvont:represents "𩊮"^^xsd:string .

<http://lexvo.org/id/char/292AF> a lvont:Character ;
    lvont:represents "𩊯"^^xsd:string .

<http://lexvo.org/id/char/292B> a lvont:Character ;
    lvont:represents "⤫"^^xsd:string ;
    rdfs:comment "RISING DIAGONAL CROSSING FALLING DIAGONAL"@en .

<http://lexvo.org/id/char/292B0> a lvont:Character ;
    lvont:represents "𩊰"^^xsd:string .

<http://lexvo.org/id/char/292B1> a lvont:Character ;
    lvont:represents "𩊱"^^xsd:string .

<http://lexvo.org/id/char/292B2> a lvont:Character ;
    lvont:represents "𩊲"^^xsd:string .

<http://lexvo.org/id/char/292B3> a lvont:Character ;
    lvont:represents "𩊳"^^xsd:string .

<http://lexvo.org/id/char/292B4> a lvont:Character ;
    lvont:represents "𩊴"^^xsd:string .

<http://lexvo.org/id/char/292B5> a lvont:Character ;
    lvont:represents "𩊵"^^xsd:string .

<http://lexvo.org/id/char/292B6> a lvont:Character ;
    lvont:represents "𩊶"^^xsd:string .

<http://lexvo.org/id/char/292B7> a lvont:Character ;
    lvont:represents "𩊷"^^xsd:string .

<http://lexvo.org/id/char/292B8> a lvont:Character ;
    lvont:represents "𩊸"^^xsd:string .

<http://lexvo.org/id/char/292B9> a lvont:Character ;
    lvont:represents "𩊹"^^xsd:string .

<http://lexvo.org/id/char/292BA> a lvont:Character ;
    lvont:represents "𩊺"^^xsd:string .

<http://lexvo.org/id/char/292BB> a lvont:Character ;
    lvont:represents "𩊻"^^xsd:string .

<http://lexvo.org/id/char/292BC> a lvont:Character ;
    lvont:represents "𩊼"^^xsd:string .

<http://lexvo.org/id/char/292BD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/hia>,
        "𩊽"^^xsd:string .

<http://lexvo.org/id/char/292BE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/d%C3%B5n>,
        "𩊾"^^xsd:string .

<http://lexvo.org/id/char/292BF> a lvont:Character ;
    lvont:represents "𩊿"^^xsd:string .

<http://lexvo.org/id/char/292C> a lvont:Character ;
    lvont:represents "⤬"^^xsd:string ;
    rdfs:comment "FALLING DIAGONAL CROSSING RISING DIAGONAL"@en .

<http://lexvo.org/id/char/292C0> a lvont:Character ;
    lvont:represents "𩋀"^^xsd:string .

<http://lexvo.org/id/char/292C1> a lvont:Character ;
    lvont:represents "𩋁"^^xsd:string .

<http://lexvo.org/id/char/292C2> a lvont:Character ;
    lvont:represents "𩋂"^^xsd:string .

<http://lexvo.org/id/char/292C3> a lvont:Character ;
    lvont:represents "𩋃"^^xsd:string .

<http://lexvo.org/id/char/292C4> a lvont:Character ;
    lvont:represents "𩋄"^^xsd:string .

<http://lexvo.org/id/char/292C5> a lvont:Character ;
    lvont:represents "𩋅"^^xsd:string .

<http://lexvo.org/id/char/292C6> a lvont:Character ;
    lvont:represents "𩋆"^^xsd:string .

<http://lexvo.org/id/char/292C7> a lvont:Character ;
    lvont:represents "𩋇"^^xsd:string .

<http://lexvo.org/id/char/292C8> a lvont:Character ;
    lvont:represents "𩋈"^^xsd:string .

<http://lexvo.org/id/char/292C9> a lvont:Character ;
    lvont:represents "𩋉"^^xsd:string .

<http://lexvo.org/id/char/292CA> a lvont:Character ;
    lvont:represents "𩋊"^^xsd:string .

<http://lexvo.org/id/char/292CB> a lvont:Character ;
    lvont:represents "𩋋"^^xsd:string .

<http://lexvo.org/id/char/292CC> a lvont:Character ;
    lvont:represents "𩋌"^^xsd:string .

<http://lexvo.org/id/char/292CD> a lvont:Character ;
    lvont:represents "𩋍"^^xsd:string .

<http://lexvo.org/id/char/292CE> a lvont:Character ;
    lvont:represents "𩋎"^^xsd:string .

<http://lexvo.org/id/char/292CF> a lvont:Character ;
    lvont:represents "𩋏"^^xsd:string .

<http://lexvo.org/id/char/292D> a lvont:Character ;
    lvont:represents "⤭"^^xsd:string ;
    rdfs:comment "SOUTH EAST ARROW CROSSING NORTH EAST ARROW"@en .

<http://lexvo.org/id/char/292D0> a lvont:Character ;
    lvont:represents "𩋐"^^xsd:string .

<http://lexvo.org/id/char/292D1> a lvont:Character ;
    lvont:represents "𩋑"^^xsd:string .

<http://lexvo.org/id/char/292D2> a lvont:Character ;
    lvont:represents "𩋒"^^xsd:string .

<http://lexvo.org/id/char/292D3> a lvont:Character ;
    lvont:represents "𩋓"^^xsd:string .

<http://lexvo.org/id/char/292D4> a lvont:Character ;
    lvont:represents "𩋔"^^xsd:string .

<http://lexvo.org/id/char/292D5> a lvont:Character ;
    lvont:represents "𩋕"^^xsd:string .

<http://lexvo.org/id/char/292D6> a lvont:Character ;
    lvont:represents "𩋖"^^xsd:string .

<http://lexvo.org/id/char/292D7> a lvont:Character ;
    lvont:represents "𩋗"^^xsd:string .

<http://lexvo.org/id/char/292D8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%F0%A9%8B%98>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A9%20w%C4%81>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/haai4>,
        <http://lexvo.org/id/term/yue/%F0%A9%8B%98>,
        "𩋘"^^xsd:string ;
    rdfs:comment "shoes"@en .

<http://lexvo.org/id/char/292D9> a lvont:Character ;
    lvont:represents "𩋙"^^xsd:string .

<http://lexvo.org/id/char/292DA> a lvont:Character ;
    lvont:represents "𩋚"^^xsd:string .

<http://lexvo.org/id/char/292DB> a lvont:Character ;
    lvont:represents "𩋛"^^xsd:string .

<http://lexvo.org/id/char/292DC> a lvont:Character ;
    lvont:represents "𩋜"^^xsd:string .

<http://lexvo.org/id/char/292DD> a lvont:Character ;
    lvont:represents "𩋝"^^xsd:string .

<http://lexvo.org/id/char/292DE> a lvont:Character ;
    lvont:represents "𩋞"^^xsd:string .

<http://lexvo.org/id/char/292DF> a lvont:Character ;
    lvont:represents "𩋟"^^xsd:string .

<http://lexvo.org/id/char/292E> a lvont:Character ;
    lvont:represents "⤮"^^xsd:string ;
    rdfs:comment "NORTH EAST ARROW CROSSING SOUTH EAST ARROW"@en .

<http://lexvo.org/id/char/292E0> a lvont:Character ;
    lvont:represents "𩋠"^^xsd:string .

<http://lexvo.org/id/char/292E1> a lvont:Character ;
    lvont:represents "𩋡"^^xsd:string .

<http://lexvo.org/id/char/292E2> a lvont:Character ;
    lvont:represents "𩋢"^^xsd:string .

<http://lexvo.org/id/char/292E3> a lvont:Character ;
    lvont:represents "𩋣"^^xsd:string .

<http://lexvo.org/id/char/292E4> a lvont:Character ;
    lvont:represents "𩋤"^^xsd:string .

<http://lexvo.org/id/char/292E5> a lvont:Character ;
    lvont:represents "𩋥"^^xsd:string .

<http://lexvo.org/id/char/292E6> a lvont:Character ;
    lvont:represents "𩋦"^^xsd:string .

<http://lexvo.org/id/char/292E7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%F0%A9%8B%A7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A9%20k%C3%A0i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/haai4>,
        <http://lexvo.org/id/term/yue/%F0%A9%8B%A7>,
        "𩋧"^^xsd:string ;
    rdfs:comment "shoes; the name of a drum"@en .

<http://lexvo.org/id/char/292E8> a lvont:Character ;
    lvont:represents "𩋨"^^xsd:string .

<http://lexvo.org/id/char/292E9> a lvont:Character ;
    lvont:represents "𩋩"^^xsd:string .

<http://lexvo.org/id/char/292EA> a lvont:Character ;
    lvont:represents "𩋪"^^xsd:string .

<http://lexvo.org/id/char/292EB> a lvont:Character ;
    lvont:represents "𩋫"^^xsd:string .

<http://lexvo.org/id/char/292EC> a lvont:Character ;
    lvont:represents "𩋬"^^xsd:string .

<http://lexvo.org/id/char/292ED> a lvont:Character ;
    lvont:represents "𩋭"^^xsd:string .

<http://lexvo.org/id/char/292EE> a lvont:Character ;
    lvont:represents "𩋮"^^xsd:string .

<http://lexvo.org/id/char/292EF> a lvont:Character ;
    lvont:represents "𩋯"^^xsd:string .

<http://lexvo.org/id/char/292F> a lvont:Character ;
    lvont:represents "⤯"^^xsd:string ;
    rdfs:comment "FALLING DIAGONAL CROSSING NORTH EAST ARROW"@en .

<http://lexvo.org/id/char/292F0> a lvont:Character ;
    lvont:represents "𩋰"^^xsd:string .

<http://lexvo.org/id/char/292F1> a lvont:Character ;
    lvont:represents "𩋱"^^xsd:string .

<http://lexvo.org/id/char/292F2> a lvont:Character ;
    lvont:represents "𩋲"^^xsd:string .

<http://lexvo.org/id/char/292F3> a lvont:Character ;
    lvont:represents "𩋳"^^xsd:string .

<http://lexvo.org/id/char/292F4> a lvont:Character ;
    lvont:represents "𩋴"^^xsd:string .

<http://lexvo.org/id/char/292F5> a lvont:Character ;
    lvont:represents "𩋵"^^xsd:string .

<http://lexvo.org/id/char/292F6> a lvont:Character ;
    lvont:represents "𩋶"^^xsd:string .

<http://lexvo.org/id/char/292F7> a lvont:Character ;
    lvont:represents "𩋷"^^xsd:string .

<http://lexvo.org/id/char/292F8> a lvont:Character ;
    lvont:represents "𩋸"^^xsd:string .

<http://lexvo.org/id/char/292F9> a lvont:Character ;
    lvont:represents "𩋹"^^xsd:string .

<http://lexvo.org/id/char/292FA> a lvont:Character ;
    lvont:represents "𩋺"^^xsd:string .

<http://lexvo.org/id/char/292FB> a lvont:Character ;
    lvont:represents "𩋻"^^xsd:string .

<http://lexvo.org/id/char/292FC> a lvont:Character ;
    lvont:represents "𩋼"^^xsd:string .

<http://lexvo.org/id/char/292FD> a lvont:Character ;
    lvont:represents "𩋽"^^xsd:string .

<http://lexvo.org/id/char/292FE> a lvont:Character ;
    lvont:represents "𩋾"^^xsd:string .

<http://lexvo.org/id/char/292FF> a lvont:Character ;
    lvont:represents "𩋿"^^xsd:string .

<http://lexvo.org/id/char/2930> a lvont:Character ;
    lvont:represents "⤰"^^xsd:string ;
    rdfs:comment "RISING DIAGONAL CROSSING SOUTH EAST ARROW"@en .

<http://lexvo.org/id/char/29300> a lvont:Character ;
    lvont:represents "𩌀"^^xsd:string .

<http://lexvo.org/id/char/29301> a lvont:Character ;
    lvont:represents "𩌁"^^xsd:string .

<http://lexvo.org/id/char/29302> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/gi%E1%BA%A7y>,
        "𩌂"^^xsd:string .

<http://lexvo.org/id/char/29303> a lvont:Character ;
    lvont:represents "𩌃"^^xsd:string .

<http://lexvo.org/id/char/29304> a lvont:Character ;
    lvont:represents "𩌄"^^xsd:string .

<http://lexvo.org/id/char/29305> a lvont:Character ;
    lvont:represents "𩌅"^^xsd:string .

<http://lexvo.org/id/char/29306> a lvont:Character ;
    lvont:represents "𩌆"^^xsd:string .

<http://lexvo.org/id/char/29307> a lvont:Character ;
    lvont:represents "𩌇"^^xsd:string .

<http://lexvo.org/id/char/29308> a lvont:Character ;
    lvont:represents "𩌈"^^xsd:string .

<http://lexvo.org/id/char/29309> a lvont:Character ;
    lvont:represents "𩌉"^^xsd:string .

<http://lexvo.org/id/char/2930A> a lvont:Character ;
    lvont:represents "𩌊"^^xsd:string .

<http://lexvo.org/id/char/2930B> a lvont:Character ;
    lvont:represents "𩌋"^^xsd:string .

<http://lexvo.org/id/char/2930C> a lvont:Character ;
    lvont:represents "𩌌"^^xsd:string .

<http://lexvo.org/id/char/2930D> a lvont:Character ;
    lvont:represents "𩌍"^^xsd:string .

<http://lexvo.org/id/char/2930E> a lvont:Character ;
    lvont:represents "𩌎"^^xsd:string .

<http://lexvo.org/id/char/2930F> a lvont:Character ;
    lvont:represents "𩌏"^^xsd:string .

<http://lexvo.org/id/char/2931> a lvont:Character ;
    lvont:represents "⤱"^^xsd:string ;
    rdfs:comment "NORTH EAST ARROW CROSSING NORTH WEST ARROW"@en .

<http://lexvo.org/id/char/29310> a lvont:Character ;
    lvont:represents "𩌐"^^xsd:string .

<http://lexvo.org/id/char/29311> a lvont:Character ;
    lvont:represents "𩌑"^^xsd:string .

<http://lexvo.org/id/char/29312> a lvont:Character ;
    lvont:represents "𩌒"^^xsd:string .

<http://lexvo.org/id/char/29313> a lvont:Character ;
    lvont:represents "𩌓"^^xsd:string .

<http://lexvo.org/id/char/29314> a lvont:Character ;
    lvont:represents "𩌔"^^xsd:string .

<http://lexvo.org/id/char/29315> a lvont:Character ;
    lvont:represents "𩌕"^^xsd:string .

<http://lexvo.org/id/char/29316> a lvont:Character ;
    lvont:represents "𩌖"^^xsd:string .

<http://lexvo.org/id/char/29317> a lvont:Character ;
    lvont:represents "𩌗"^^xsd:string .

<http://lexvo.org/id/char/29318> a lvont:Character ;
    lvont:represents "𩌘"^^xsd:string .

<http://lexvo.org/id/char/29319> a lvont:Character ;
    lvont:represents "𩌙"^^xsd:string .

<http://lexvo.org/id/char/2931A> a lvont:Character ;
    lvont:represents "𩌚"^^xsd:string .

<http://lexvo.org/id/char/2931B> a lvont:Character ;
    lvont:represents "𩌛"^^xsd:string .

<http://lexvo.org/id/char/2931C> a lvont:Character ;
    lvont:represents "𩌜"^^xsd:string .

<http://lexvo.org/id/char/2931D> a lvont:Character ;
    lvont:represents "𩌝"^^xsd:string .

<http://lexvo.org/id/char/2931E> a lvont:Character ;
    lvont:represents "𩌞"^^xsd:string .

<http://lexvo.org/id/char/2931F> a lvont:Character ;
    lvont:represents "𩌟"^^xsd:string .

<http://lexvo.org/id/char/2932> a lvont:Character ;
    lvont:represents "⤲"^^xsd:string ;
    rdfs:comment "NORTH WEST ARROW CROSSING NORTH EAST ARROW"@en .

<http://lexvo.org/id/char/29320> a lvont:Character ;
    lvont:represents "𩌠"^^xsd:string .

<http://lexvo.org/id/char/29321> a lvont:Character ;
    lvont:represents "𩌡"^^xsd:string .

<http://lexvo.org/id/char/29322> a lvont:Character ;
    lvont:represents "𩌢"^^xsd:string .

<http://lexvo.org/id/char/29323> a lvont:Character ;
    lvont:represents "𩌣"^^xsd:string .

<http://lexvo.org/id/char/29324> a lvont:Character ;
    lvont:represents "𩌤"^^xsd:string .

<http://lexvo.org/id/char/29325> a lvont:Character ;
    lvont:represents "𩌥"^^xsd:string .

<http://lexvo.org/id/char/29326> a lvont:Character ;
    lvont:represents "𩌦"^^xsd:string .

<http://lexvo.org/id/char/29327> a lvont:Character ;
    lvont:represents "𩌧"^^xsd:string .

<http://lexvo.org/id/char/29328> a lvont:Character ;
    lvont:represents "𩌨"^^xsd:string .

<http://lexvo.org/id/char/29329> a lvont:Character ;
    lvont:represents "𩌩"^^xsd:string .

<http://lexvo.org/id/char/2932A> a lvont:Character ;
    lvont:represents "𩌪"^^xsd:string .

<http://lexvo.org/id/char/2932B> a lvont:Character ;
    lvont:represents "𩌫"^^xsd:string .

<http://lexvo.org/id/char/2932C> a lvont:Character ;
    lvont:represents "𩌬"^^xsd:string .

<http://lexvo.org/id/char/2932D> a lvont:Character ;
    lvont:represents "𩌭"^^xsd:string .

<http://lexvo.org/id/char/2932E> a lvont:Character ;
    lvont:represents "𩌮"^^xsd:string .

<http://lexvo.org/id/char/2932F> a lvont:Character ;
    lvont:represents "𩌯"^^xsd:string .

<http://lexvo.org/id/char/2933> a lvont:Character ;
    lvont:represents "⤳"^^xsd:string ;
    rdfs:comment "WAVE ARROW POINTING DIRECTLY RIGHT"@en .

<http://lexvo.org/id/char/29330> a lvont:Character ;
    lvont:represents "𩌰"^^xsd:string .

<http://lexvo.org/id/char/29331> a lvont:Character ;
    lvont:represents "𩌱"^^xsd:string .

<http://lexvo.org/id/char/29332> a lvont:Character ;
    lvont:represents "𩌲"^^xsd:string .

<http://lexvo.org/id/char/29333> a lvont:Character ;
    lvont:represents "𩌳"^^xsd:string .

<http://lexvo.org/id/char/29334> a lvont:Character ;
    lvont:represents "𩌴"^^xsd:string .

<http://lexvo.org/id/char/29335> a lvont:Character ;
    lvont:represents "𩌵"^^xsd:string .

<http://lexvo.org/id/char/29336> a lvont:Character ;
    lvont:represents "𩌶"^^xsd:string .

<http://lexvo.org/id/char/29337> a lvont:Character ;
    lvont:represents "𩌷"^^xsd:string .

<http://lexvo.org/id/char/29338> a lvont:Character ;
    lvont:represents "𩌸"^^xsd:string .

<http://lexvo.org/id/char/29339> a lvont:Character ;
    lvont:represents "𩌹"^^xsd:string .

<http://lexvo.org/id/char/2933A> a lvont:Character ;
    lvont:represents "𩌺"^^xsd:string .

<http://lexvo.org/id/char/2933B> a lvont:Character ;
    lvont:represents "𩌻"^^xsd:string .

<http://lexvo.org/id/char/2933C> a lvont:Character ;
    lvont:represents "𩌼"^^xsd:string .

<http://lexvo.org/id/char/2933D> a lvont:Character ;
    lvont:represents "𩌽"^^xsd:string .

<http://lexvo.org/id/char/2933E> a lvont:Character ;
    lvont:represents "𩌾"^^xsd:string .

<http://lexvo.org/id/char/2933F> a lvont:Character ;
    lvont:represents "𩌿"^^xsd:string .

<http://lexvo.org/id/char/2934> a lvont:Character ;
    lvont:represents "⤴"^^xsd:string ;
    rdfs:comment "ARROW POINTING RIGHTWARDS THEN CURVING UPWARDS"@en .

<http://lexvo.org/id/char/29340> a lvont:Character ;
    lvont:represents "𩍀"^^xsd:string .

<http://lexvo.org/id/char/29341> a lvont:Character ;
    lvont:represents "𩍁"^^xsd:string .

<http://lexvo.org/id/char/29342> a lvont:Character ;
    lvont:represents "𩍂"^^xsd:string .

<http://lexvo.org/id/char/29343> a lvont:Character ;
    lvont:represents "𩍃"^^xsd:string .

<http://lexvo.org/id/char/29344> a lvont:Character ;
    lvont:represents "𩍄"^^xsd:string .

<http://lexvo.org/id/char/29345> a lvont:Character ;
    lvont:represents "𩍅"^^xsd:string .

<http://lexvo.org/id/char/29346> a lvont:Character ;
    lvont:represents "𩍆"^^xsd:string .

<http://lexvo.org/id/char/29347> a lvont:Character ;
    lvont:represents "𩍇"^^xsd:string .

<http://lexvo.org/id/char/29348> a lvont:Character ;
    lvont:represents "𩍈"^^xsd:string .

<http://lexvo.org/id/char/29349> a lvont:Character ;
    lvont:represents "𩍉"^^xsd:string .

<http://lexvo.org/id/char/2934A> a lvont:Character ;
    lvont:represents "𩍊"^^xsd:string .

<http://lexvo.org/id/char/2934B> a lvont:Character ;
    lvont:represents "𩍋"^^xsd:string .

<http://lexvo.org/id/char/2934C> a lvont:Character ;
    lvont:represents "𩍌"^^xsd:string .

<http://lexvo.org/id/char/2934D> a lvont:Character ;
    lvont:represents "𩍍"^^xsd:string .

<http://lexvo.org/id/char/2934E> a lvont:Character ;
    lvont:represents "𩍎"^^xsd:string .

<http://lexvo.org/id/char/2934F> a lvont:Character ;
    lvont:represents "𩍏"^^xsd:string .

<http://lexvo.org/id/char/2935> a lvont:Character ;
    lvont:represents "⤵"^^xsd:string ;
    rdfs:comment "ARROW POINTING RIGHTWARDS THEN CURVING DOWNWARDS"@en .

<http://lexvo.org/id/char/29350> a lvont:Character ;
    lvont:represents "𩍐"^^xsd:string .

<http://lexvo.org/id/char/29351> a lvont:Character ;
    lvont:represents "𩍑"^^xsd:string .

<http://lexvo.org/id/char/29352> a lvont:Character ;
    lvont:represents "𩍒"^^xsd:string .

<http://lexvo.org/id/char/29353> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/%E1%BB%A7ng>,
        "𩍓"^^xsd:string .

<http://lexvo.org/id/char/29354> a lvont:Character ;
    lvont:represents "𩍔"^^xsd:string .

<http://lexvo.org/id/char/29355> a lvont:Character ;
    lvont:represents "𩍕"^^xsd:string .

<http://lexvo.org/id/char/29356> a lvont:Character ;
    lvont:represents "𩍖"^^xsd:string .

<http://lexvo.org/id/char/29357> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%F0%A9%8D%97>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C4%81ng>,
        "𩍗"^^xsd:string ;
    rdfs:comment "the lining of a shoe; the vamp or upper part of a shoe or boot"@en .

<http://lexvo.org/id/char/29358> a lvont:Character ;
    lvont:represents "𩍘"^^xsd:string .

<http://lexvo.org/id/char/29359> a lvont:Character ;
    lvont:represents "𩍙"^^xsd:string .

<http://lexvo.org/id/char/2935A> a lvont:Character ;
    lvont:represents "𩍚"^^xsd:string .

<http://lexvo.org/id/char/2935B> a lvont:Character ;
    lvont:represents "𩍛"^^xsd:string .

<http://lexvo.org/id/char/2935C> a lvont:Character ;
    lvont:represents "𩍜"^^xsd:string .

<http://lexvo.org/id/char/2935D> a lvont:Character ;
    lvont:represents "𩍝"^^xsd:string .

<http://lexvo.org/id/char/2935E> a lvont:Character ;
    lvont:represents "𩍞"^^xsd:string .

<http://lexvo.org/id/char/2935F> a lvont:Character ;
    lvont:represents "𩍟"^^xsd:string .

<http://lexvo.org/id/char/2936> a lvont:Character ;
    lvont:represents "⤶"^^xsd:string ;
    rdfs:comment "ARROW POINTING DOWNWARDS THEN CURVING LEFTWARDS"@en .

<http://lexvo.org/id/char/29360> a lvont:Character ;
    lvont:represents "𩍠"^^xsd:string .

<http://lexvo.org/id/char/29361> a lvont:Character ;
    lvont:represents "𩍡"^^xsd:string .

<http://lexvo.org/id/char/29362> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/roi>,
        "𩍢"^^xsd:string .

<http://lexvo.org/id/char/29363> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/d%C3%A9p>,
        "𩍣"^^xsd:string .

<http://lexvo.org/id/char/29364> a lvont:Character ;
    lvont:represents "𩍤"^^xsd:string .

<http://lexvo.org/id/char/29365> a lvont:Character ;
    lvont:represents "𩍥"^^xsd:string .

<http://lexvo.org/id/char/29366> a lvont:Character ;
    lvont:represents "𩍦"^^xsd:string .

<http://lexvo.org/id/char/29367> a lvont:Character ;
    lvont:represents "𩍧"^^xsd:string .

<http://lexvo.org/id/char/29368> a lvont:Character ;
    lvont:represents "𩍨"^^xsd:string .

<http://lexvo.org/id/char/29369> a lvont:Character ;
    lvont:represents "𩍩"^^xsd:string .

<http://lexvo.org/id/char/2936A> a lvont:Character ;
    lvont:represents "𩍪"^^xsd:string .

<http://lexvo.org/id/char/2936B> a lvont:Character ;
    lvont:represents "𩍫"^^xsd:string .

<http://lexvo.org/id/char/2936C> a lvont:Character ;
    lvont:represents "𩍬"^^xsd:string .

<http://lexvo.org/id/char/2936D> a lvont:Character ;
    lvont:represents "𩍭"^^xsd:string .

<http://lexvo.org/id/char/2936E> a lvont:Character ;
    lvont:represents "𩍮"^^xsd:string .

<http://lexvo.org/id/char/2936F> a lvont:Character ;
    lvont:represents "𩍯"^^xsd:string .

<http://lexvo.org/id/char/2937> a lvont:Character ;
    lvont:represents "⤷"^^xsd:string ;
    rdfs:comment "ARROW POINTING DOWNWARDS THEN CURVING RIGHTWARDS"@en .

<http://lexvo.org/id/char/29370> a lvont:Character ;
    lvont:represents "𩍰"^^xsd:string .

<http://lexvo.org/id/char/29371> a lvont:Character ;
    lvont:represents "𩍱"^^xsd:string .

<http://lexvo.org/id/char/29372> a lvont:Character ;
    lvont:represents "𩍲"^^xsd:string .

<http://lexvo.org/id/char/29373> a lvont:Character ;
    lvont:represents "𩍳"^^xsd:string .

<http://lexvo.org/id/char/29374> a lvont:Character ;
    lvont:represents "𩍴"^^xsd:string .

<http://lexvo.org/id/char/29375> a lvont:Character ;
    lvont:represents "𩍵"^^xsd:string .

<http://lexvo.org/id/char/29376> a lvont:Character ;
    lvont:represents "𩍶"^^xsd:string .

<http://lexvo.org/id/char/29377> a lvont:Character ;
    lvont:represents "𩍷"^^xsd:string .

<http://lexvo.org/id/char/29378> a lvont:Character ;
    lvont:represents "𩍸"^^xsd:string .

<http://lexvo.org/id/char/29379> a lvont:Character ;
    lvont:represents "𩍹"^^xsd:string .

<http://lexvo.org/id/char/2937A> a lvont:Character ;
    lvont:represents "𩍺"^^xsd:string .

<http://lexvo.org/id/char/2937B> a lvont:Character ;
    lvont:represents "𩍻"^^xsd:string .

<http://lexvo.org/id/char/2937C> a lvont:Character ;
    lvont:represents "𩍼"^^xsd:string .

<http://lexvo.org/id/char/2937D> a lvont:Character ;
    lvont:represents "𩍽"^^xsd:string .

<http://lexvo.org/id/char/2937E> a lvont:Character ;
    lvont:represents "𩍾"^^xsd:string .

<http://lexvo.org/id/char/2937F> a lvont:Character ;
    lvont:represents "𩍿"^^xsd:string .

<http://lexvo.org/id/char/2938> a lvont:Character ;
    lvont:represents "⤸"^^xsd:string ;
    rdfs:comment "RIGHT-SIDE ARC CLOCKWISE ARROW"@en .

<http://lexvo.org/id/char/29380> a lvont:Character ;
    lvont:represents "𩎀"^^xsd:string .

<http://lexvo.org/id/char/29381> a lvont:Character ;
    lvont:represents "𩎁"^^xsd:string .

<http://lexvo.org/id/char/29382> a lvont:Character ;
    lvont:represents "𩎂"^^xsd:string .

<http://lexvo.org/id/char/29383> a lvont:Character ;
    lvont:represents "𩎃"^^xsd:string .

<http://lexvo.org/id/char/29384> a lvont:Character ;
    lvont:represents "𩎄"^^xsd:string .

<http://lexvo.org/id/char/29385> a lvont:Character ;
    lvont:represents "𩎅"^^xsd:string .

<http://lexvo.org/id/char/29386> a lvont:Character ;
    lvont:represents "𩎆"^^xsd:string .

<http://lexvo.org/id/char/29387> a lvont:Character ;
    lvont:represents "𩎇"^^xsd:string .

<http://lexvo.org/id/char/29388> a lvont:Character ;
    lvont:represents "𩎈"^^xsd:string .

<http://lexvo.org/id/char/29389> a lvont:Character ;
    lvont:represents "𩎉"^^xsd:string .

<http://lexvo.org/id/char/2938A> a lvont:Character ;
    lvont:represents "𩎊"^^xsd:string .

<http://lexvo.org/id/char/2938B> a lvont:Character ;
    lvont:represents "𩎋"^^xsd:string .

<http://lexvo.org/id/char/2938C> a lvont:Character ;
    lvont:represents "𩎌"^^xsd:string .

<http://lexvo.org/id/char/2938D> a lvont:Character ;
    lvont:represents "𩎍"^^xsd:string .

<http://lexvo.org/id/char/2938E> a lvont:Character ;
    lvont:represents "𩎎"^^xsd:string .

<http://lexvo.org/id/char/2938F> a lvont:Character ;
    lvont:represents "𩎏"^^xsd:string .

<http://lexvo.org/id/char/2939> a lvont:Character ;
    lvont:represents "⤹"^^xsd:string ;
    rdfs:comment "LEFT-SIDE ARC ANTICLOCKWISE ARROW"@en .

<http://lexvo.org/id/char/29390> a lvont:Character ;
    lvont:represents "𩎐"^^xsd:string .

<http://lexvo.org/id/char/29391> a lvont:Character ;
    lvont:represents "𩎑"^^xsd:string .

<http://lexvo.org/id/char/29392> a lvont:Character ;
    lvont:represents "𩎒"^^xsd:string .

<http://lexvo.org/id/char/29393> a lvont:Character ;
    lvont:represents "𩎓"^^xsd:string .

<http://lexvo.org/id/char/29394> a lvont:Character ;
    lvont:represents "𩎔"^^xsd:string .

<http://lexvo.org/id/char/29395> a lvont:Character ;
    lvont:represents "𩎕"^^xsd:string .

<http://lexvo.org/id/char/29396> a lvont:Character ;
    lvont:represents "𩎖"^^xsd:string .

<http://lexvo.org/id/char/29397> a lvont:Character ;
    lvont:represents "𩎗"^^xsd:string .

<http://lexvo.org/id/char/29398> a lvont:Character ;
    lvont:represents "𩎘"^^xsd:string .

<http://lexvo.org/id/char/29399> a lvont:Character ;
    lvont:represents "𩎙"^^xsd:string .

<http://lexvo.org/id/char/2939A> a lvont:Character ;
    lvont:represents "𩎚"^^xsd:string .

<http://lexvo.org/id/char/2939B> a lvont:Character ;
    lvont:represents "𩎛"^^xsd:string .

<http://lexvo.org/id/char/2939C> a lvont:Character ;
    lvont:represents "𩎜"^^xsd:string .

<http://lexvo.org/id/char/2939D> a lvont:Character ;
    lvont:represents "𩎝"^^xsd:string .

<http://lexvo.org/id/char/2939E> a lvont:Character ;
    lvont:represents "𩎞"^^xsd:string .

<http://lexvo.org/id/char/2939F> a lvont:Character ;
    lvont:represents "𩎟"^^xsd:string .

<http://lexvo.org/id/char/293A> a lvont:Character ;
    lvont:represents "⤺"^^xsd:string ;
    rdfs:comment "TOP ARC ANTICLOCKWISE ARROW"@en .

<http://lexvo.org/id/char/293A0> a lvont:Character ;
    lvont:represents "𩎠"^^xsd:string .

<http://lexvo.org/id/char/293A1> a lvont:Character ;
    lvont:represents "𩎡"^^xsd:string .

<http://lexvo.org/id/char/293A2> a lvont:Character ;
    lvont:represents "𩎢"^^xsd:string .

<http://lexvo.org/id/char/293A3> a lvont:Character ;
    lvont:represents "𩎣"^^xsd:string .

<http://lexvo.org/id/char/293A4> a lvont:Character ;
    lvont:represents "𩎤"^^xsd:string .

<http://lexvo.org/id/char/293A5> a lvont:Character ;
    lvont:represents "𩎥"^^xsd:string .

<http://lexvo.org/id/char/293A6> a lvont:Character ;
    lvont:represents "𩎦"^^xsd:string .

<http://lexvo.org/id/char/293A7> a lvont:Character ;
    lvont:represents "𩎧"^^xsd:string .

<http://lexvo.org/id/char/293A8> a lvont:Character ;
    lvont:represents "𩎨"^^xsd:string .

<http://lexvo.org/id/char/293A9> a lvont:Character ;
    lvont:represents "𩎩"^^xsd:string .

<http://lexvo.org/id/char/293AA> a lvont:Character ;
    lvont:represents "𩎪"^^xsd:string .

<http://lexvo.org/id/char/293AB> a lvont:Character ;
    lvont:represents "𩎫"^^xsd:string .

<http://lexvo.org/id/char/293AC> a lvont:Character ;
    lvont:represents "𩎬"^^xsd:string .

<http://lexvo.org/id/char/293AD> a lvont:Character ;
    lvont:represents "𩎭"^^xsd:string .

<http://lexvo.org/id/char/293AE> a lvont:Character ;
    lvont:represents "𩎮"^^xsd:string .

<http://lexvo.org/id/char/293AF> a lvont:Character ;
    lvont:represents "𩎯"^^xsd:string .

<http://lexvo.org/id/char/293B> a lvont:Character ;
    lvont:represents "⤻"^^xsd:string ;
    rdfs:comment "BOTTOM ARC ANTICLOCKWISE ARROW"@en .

<http://lexvo.org/id/char/293B0> a lvont:Character ;
    lvont:represents "𩎰"^^xsd:string .

<http://lexvo.org/id/char/293B1> a lvont:Character ;
    lvont:represents "𩎱"^^xsd:string .

<http://lexvo.org/id/char/293B2> a lvont:Character ;
    lvont:represents "𩎲"^^xsd:string .

<http://lexvo.org/id/char/293B3> a lvont:Character ;
    lvont:represents "𩎳"^^xsd:string .

<http://lexvo.org/id/char/293B4> a lvont:Character ;
    lvont:represents "𩎴"^^xsd:string .

<http://lexvo.org/id/char/293B5> a lvont:Character ;
    lvont:represents "𩎵"^^xsd:string .

<http://lexvo.org/id/char/293B6> a lvont:Character ;
    lvont:represents "𩎶"^^xsd:string .

<http://lexvo.org/id/char/293B7> a lvont:Character ;
    lvont:represents "𩎷"^^xsd:string .

<http://lexvo.org/id/char/293B8> a lvont:Character ;
    lvont:represents "𩎸"^^xsd:string .

<http://lexvo.org/id/char/293B9> a lvont:Character ;
    lvont:represents "𩎹"^^xsd:string .

<http://lexvo.org/id/char/293BA> a lvont:Character ;
    lvont:represents "𩎺"^^xsd:string .

<http://lexvo.org/id/char/293BB> a lvont:Character ;
    lvont:represents "𩎻"^^xsd:string .

<http://lexvo.org/id/char/293BC> a lvont:Character ;
    lvont:represents "𩎼"^^xsd:string .

<http://lexvo.org/id/char/293BD> a lvont:Character ;
    lvont:represents "𩎽"^^xsd:string .

<http://lexvo.org/id/char/293BE> a lvont:Character ;
    lvont:represents "𩎾"^^xsd:string .

<http://lexvo.org/id/char/293BF> a lvont:Character ;
    lvont:represents "𩎿"^^xsd:string .

<http://lexvo.org/id/char/293C> a lvont:Character ;
    lvont:represents "⤼"^^xsd:string ;
    rdfs:comment "TOP ARC CLOCKWISE ARROW WITH MINUS"@en .

<http://lexvo.org/id/char/293C0> a lvont:Character ;
    lvont:represents "𩏀"^^xsd:string .

<http://lexvo.org/id/char/293C1> a lvont:Character ;
    lvont:represents "𩏁"^^xsd:string .

<http://lexvo.org/id/char/293C2> a lvont:Character ;
    lvont:represents "𩏂"^^xsd:string .

<http://lexvo.org/id/char/293C3> a lvont:Character ;
    lvont:represents "𩏃"^^xsd:string .

<http://lexvo.org/id/char/293C4> a lvont:Character ;
    lvont:represents "𩏄"^^xsd:string .

<http://lexvo.org/id/char/293C5> a lvont:Character ;
    lvont:represents "𩏅"^^xsd:string .

<http://lexvo.org/id/char/293C6> a lvont:Character ;
    lvont:represents "𩏆"^^xsd:string .

<http://lexvo.org/id/char/293C7> a lvont:Character ;
    lvont:represents "𩏇"^^xsd:string .

<http://lexvo.org/id/char/293C8> a lvont:Character ;
    lvont:represents "𩏈"^^xsd:string .

<http://lexvo.org/id/char/293C9> a lvont:Character ;
    lvont:represents "𩏉"^^xsd:string .

<http://lexvo.org/id/char/293CA> a lvont:Character ;
    lvont:represents "𩏊"^^xsd:string .

<http://lexvo.org/id/char/293CB> a lvont:Character ;
    lvont:represents "𩏋"^^xsd:string .

<http://lexvo.org/id/char/293CC> a lvont:Character ;
    lvont:represents "𩏌"^^xsd:string .

<http://lexvo.org/id/char/293CD> a lvont:Character ;
    lvont:represents "𩏍"^^xsd:string .

<http://lexvo.org/id/char/293CE> a lvont:Character ;
    lvont:represents "𩏎"^^xsd:string .

<http://lexvo.org/id/char/293CF> a lvont:Character ;
    lvont:represents "𩏏"^^xsd:string .

<http://lexvo.org/id/char/293D> a lvont:Character ;
    lvont:represents "⤽"^^xsd:string ;
    rdfs:comment "TOP ARC ANTICLOCKWISE ARROW WITH PLUS"@en .

<http://lexvo.org/id/char/293D0> a lvont:Character ;
    lvont:represents "𩏐"^^xsd:string .

<http://lexvo.org/id/char/293D1> a lvont:Character ;
    lvont:represents "𩏑"^^xsd:string .

<http://lexvo.org/id/char/293D2> a lvont:Character ;
    lvont:represents "𩏒"^^xsd:string .

<http://lexvo.org/id/char/293D3> a lvont:Character ;
    lvont:represents "𩏓"^^xsd:string .

<http://lexvo.org/id/char/293D4> a lvont:Character ;
    lvont:represents "𩏔"^^xsd:string .

<http://lexvo.org/id/char/293D5> a lvont:Character ;
    lvont:represents "𩏕"^^xsd:string .

<http://lexvo.org/id/char/293D6> a lvont:Character ;
    lvont:represents "𩏖"^^xsd:string .

<http://lexvo.org/id/char/293D7> a lvont:Character ;
    lvont:represents "𩏗"^^xsd:string .

<http://lexvo.org/id/char/293D8> a lvont:Character ;
    lvont:represents "𩏘"^^xsd:string .

<http://lexvo.org/id/char/293D9> a lvont:Character ;
    lvont:represents "𩏙"^^xsd:string .

<http://lexvo.org/id/char/293DA> a lvont:Character ;
    lvont:represents "𩏚"^^xsd:string .

<http://lexvo.org/id/char/293DB> a lvont:Character ;
    lvont:represents "𩏛"^^xsd:string .

<http://lexvo.org/id/char/293DC> a lvont:Character ;
    lvont:represents "𩏜"^^xsd:string .

<http://lexvo.org/id/char/293DD> a lvont:Character ;
    lvont:represents "𩏝"^^xsd:string .

<http://lexvo.org/id/char/293DE> a lvont:Character ;
    lvont:represents "𩏞"^^xsd:string .

<http://lexvo.org/id/char/293DF> a lvont:Character ;
    lvont:represents "𩏟"^^xsd:string .

<http://lexvo.org/id/char/293E> a lvont:Character ;
    lvont:represents "⤾"^^xsd:string ;
    rdfs:comment "LOWER RIGHT SEMICIRCULAR CLOCKWISE ARROW"@en .

<http://lexvo.org/id/char/293E0> a lvont:Character ;
    lvont:represents "𩏠"^^xsd:string .

<http://lexvo.org/id/char/293E1> a lvont:Character ;
    lvont:represents "𩏡"^^xsd:string .

<http://lexvo.org/id/char/293E2> a lvont:Character ;
    lvont:represents "𩏢"^^xsd:string .

<http://lexvo.org/id/char/293E3> a lvont:Character ;
    lvont:represents "𩏣"^^xsd:string .

<http://lexvo.org/id/char/293E4> a lvont:Character ;
    lvont:represents "𩏤"^^xsd:string .

<http://lexvo.org/id/char/293E5> a lvont:Character ;
    lvont:represents "𩏥"^^xsd:string .

<http://lexvo.org/id/char/293E6> a lvont:Character ;
    lvont:represents "𩏦"^^xsd:string .

<http://lexvo.org/id/char/293E7> a lvont:Character ;
    lvont:represents "𩏧"^^xsd:string .

<http://lexvo.org/id/char/293E8> a lvont:Character ;
    lvont:represents "𩏨"^^xsd:string .

<http://lexvo.org/id/char/293E9> a lvont:Character ;
    lvont:represents "𩏩"^^xsd:string .

<http://lexvo.org/id/char/293EA> a lvont:Character ;
    lvont:represents "𩏪"^^xsd:string .

<http://lexvo.org/id/char/293EB> a lvont:Character ;
    lvont:represents "𩏫"^^xsd:string .

<http://lexvo.org/id/char/293EC> a lvont:Character ;
    lvont:represents "𩏬"^^xsd:string .

<http://lexvo.org/id/char/293ED> a lvont:Character ;
    lvont:represents "𩏭"^^xsd:string .

<http://lexvo.org/id/char/293EE> a lvont:Character ;
    lvont:represents "𩏮"^^xsd:string .

<http://lexvo.org/id/char/293EF> a lvont:Character ;
    lvont:represents "𩏯"^^xsd:string .

<http://lexvo.org/id/char/293F> a lvont:Character ;
    lvont:represents "⤿"^^xsd:string ;
    rdfs:comment "LOWER LEFT SEMICIRCULAR ANTICLOCKWISE ARROW"@en .

<http://lexvo.org/id/char/293F0> a lvont:Character ;
    lvont:represents "𩏰"^^xsd:string .

<http://lexvo.org/id/char/293F1> a lvont:Character ;
    lvont:represents "𩏱"^^xsd:string .

<http://lexvo.org/id/char/293F2> a lvont:Character ;
    lvont:represents "𩏲"^^xsd:string .

<http://lexvo.org/id/char/293F3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/v%C3%ADa>,
        "𩏳"^^xsd:string .

<http://lexvo.org/id/char/293F4> a lvont:Character ;
    lvont:represents "𩏴"^^xsd:string .

<http://lexvo.org/id/char/293F5> a lvont:Character ;
    lvont:represents "𩏵"^^xsd:string .

<http://lexvo.org/id/char/293F6> a lvont:Character ;
    lvont:represents "𩏶"^^xsd:string .

<http://lexvo.org/id/char/293F7> a lvont:Character ;
    lvont:represents "𩏷"^^xsd:string .

<http://lexvo.org/id/char/293F8> a lvont:Character ;
    lvont:represents "𩏸"^^xsd:string .

<http://lexvo.org/id/char/293F9> a lvont:Character ;
    lvont:represents "𩏹"^^xsd:string .

<http://lexvo.org/id/char/293FA> a lvont:Character ;
    lvont:represents "𩏺"^^xsd:string .

<http://lexvo.org/id/char/293FB> a lvont:Character ;
    lvont:represents "𩏻"^^xsd:string .

<http://lexvo.org/id/char/293FC> a lvont:Character ;
    lvont:represents "𩏼"^^xsd:string .

<http://lexvo.org/id/char/293FD> a lvont:Character ;
    lvont:represents "𩏽"^^xsd:string .

<http://lexvo.org/id/char/293FE> a lvont:Character ;
    lvont:represents "𩏾"^^xsd:string .

<http://lexvo.org/id/char/293FF> a lvont:Character ;
    lvont:represents "𩏿"^^xsd:string .

<http://lexvo.org/id/char/2940> a lvont:Character ;
    lvont:represents "⥀"^^xsd:string ;
    rdfs:comment "ANTICLOCKWISE CLOSED CIRCLE ARROW"@en .

<http://lexvo.org/id/char/29400> a lvont:Character ;
    lvont:represents "𩐀"^^xsd:string .

<http://lexvo.org/id/char/29401> a lvont:Character ;
    lvont:represents "𩐁"^^xsd:string .

<http://lexvo.org/id/char/29402> a lvont:Character ;
    lvont:represents "𩐂"^^xsd:string .

<http://lexvo.org/id/char/29403> a lvont:Character ;
    lvont:represents "𩐃"^^xsd:string .

<http://lexvo.org/id/char/29404> a lvont:Character ;
    lvont:represents "𩐄"^^xsd:string .

<http://lexvo.org/id/char/29405> a lvont:Character ;
    lvont:represents "𩐅"^^xsd:string .

<http://lexvo.org/id/char/29406> a lvont:Character ;
    lvont:represents "𩐆"^^xsd:string .

<http://lexvo.org/id/char/29407> a lvont:Character ;
    lvont:represents "𩐇"^^xsd:string .

<http://lexvo.org/id/char/29408> a lvont:Character ;
    lvont:represents "𩐈"^^xsd:string .

<http://lexvo.org/id/char/29409> a lvont:Character ;
    lvont:represents "𩐉"^^xsd:string .

<http://lexvo.org/id/char/2940A> a lvont:Character ;
    lvont:represents "𩐊"^^xsd:string .

<http://lexvo.org/id/char/2940B> a lvont:Character ;
    lvont:represents "𩐋"^^xsd:string .

<http://lexvo.org/id/char/2940C> a lvont:Character ;
    lvont:represents "𩐌"^^xsd:string .

<http://lexvo.org/id/char/2940D> a lvont:Character ;
    lvont:represents "𩐍"^^xsd:string .

<http://lexvo.org/id/char/2940E> a lvont:Character ;
    lvont:represents "𩐎"^^xsd:string .

<http://lexvo.org/id/char/2940F> a lvont:Character ;
    lvont:represents "𩐏"^^xsd:string .

<http://lexvo.org/id/char/2941> a lvont:Character ;
    lvont:represents "⥁"^^xsd:string ;
    rdfs:comment "CLOCKWISE CLOSED CIRCLE ARROW"@en .

<http://lexvo.org/id/char/29410> a lvont:Character ;
    lvont:represents "𩐐"^^xsd:string .

<http://lexvo.org/id/char/29411> a lvont:Character ;
    lvont:represents "𩐑"^^xsd:string .

<http://lexvo.org/id/char/29412> a lvont:Character ;
    lvont:represents "𩐒"^^xsd:string .

<http://lexvo.org/id/char/29413> a lvont:Character ;
    lvont:represents "𩐓"^^xsd:string .

<http://lexvo.org/id/char/29414> a lvont:Character ;
    lvont:represents "𩐔"^^xsd:string .

<http://lexvo.org/id/char/29415> a lvont:Character ;
    lvont:represents "𩐕"^^xsd:string .

<http://lexvo.org/id/char/29416> a lvont:Character ;
    lvont:represents "𩐖"^^xsd:string .

<http://lexvo.org/id/char/29417> a lvont:Character ;
    lvont:represents "𩐗"^^xsd:string .

<http://lexvo.org/id/char/29418> a lvont:Character ;
    lvont:represents "𩐘"^^xsd:string .

<http://lexvo.org/id/char/29419> a lvont:Character ;
    lvont:represents "𩐙"^^xsd:string .

<http://lexvo.org/id/char/2941A> a lvont:Character ;
    lvont:represents "𩐚"^^xsd:string .

<http://lexvo.org/id/char/2941B> a lvont:Character ;
    lvont:represents "𩐛"^^xsd:string .

<http://lexvo.org/id/char/2941C> a lvont:Character ;
    lvont:represents "𩐜"^^xsd:string .

<http://lexvo.org/id/char/2941D> a lvont:Character ;
    lvont:represents "𩐝"^^xsd:string .

<http://lexvo.org/id/char/2941E> a lvont:Character ;
    lvont:represents "𩐞"^^xsd:string .

<http://lexvo.org/id/char/2941F> a lvont:Character ;
    lvont:represents "𩐟"^^xsd:string .

<http://lexvo.org/id/char/2942> a lvont:Character ;
    lvont:represents "⥂"^^xsd:string ;
    rdfs:comment "RIGHTWARDS ARROW ABOVE SHORT LEFTWARDS ARROW"@en .

<http://lexvo.org/id/char/29420> a lvont:Character ;
    lvont:represents "𩐠"^^xsd:string .

<http://lexvo.org/id/char/29421> a lvont:Character ;
    lvont:represents "𩐡"^^xsd:string .

<http://lexvo.org/id/char/29422> a lvont:Character ;
    lvont:represents "𩐢"^^xsd:string .

<http://lexvo.org/id/char/29423> a lvont:Character ;
    lvont:represents "𩐣"^^xsd:string .

<http://lexvo.org/id/char/29424> a lvont:Character ;
    lvont:represents "𩐤"^^xsd:string .

<http://lexvo.org/id/char/29425> a lvont:Character ;
    lvont:represents "𩐥"^^xsd:string .

<http://lexvo.org/id/char/29426> a lvont:Character ;
    lvont:represents "𩐦"^^xsd:string .

<http://lexvo.org/id/char/29427> a lvont:Character ;
    lvont:represents "𩐧"^^xsd:string .

<http://lexvo.org/id/char/29428> a lvont:Character ;
    lvont:represents "𩐨"^^xsd:string .

<http://lexvo.org/id/char/29429> a lvont:Character ;
    lvont:represents "𩐩"^^xsd:string .

<http://lexvo.org/id/char/2942A> a lvont:Character ;
    lvont:represents "𩐪"^^xsd:string .

<http://lexvo.org/id/char/2942B> a lvont:Character ;
    lvont:represents "𩐫"^^xsd:string .

<http://lexvo.org/id/char/2942C> a lvont:Character ;
    lvont:represents "𩐬"^^xsd:string .

<http://lexvo.org/id/char/2942D> a lvont:Character ;
    lvont:represents "𩐭"^^xsd:string .

<http://lexvo.org/id/char/2942E> a lvont:Character ;
    lvont:represents "𩐮"^^xsd:string .

<http://lexvo.org/id/char/2942F> a lvont:Character ;
    lvont:represents "𩐯"^^xsd:string .

<http://lexvo.org/id/char/2943> a lvont:Character ;
    lvont:represents "⥃"^^xsd:string ;
    rdfs:comment "LEFTWARDS ARROW ABOVE SHORT RIGHTWARDS ARROW"@en .

<http://lexvo.org/id/char/29430> a lvont:Character ;
    lvont:represents "𩐰"^^xsd:string .

<http://lexvo.org/id/char/29431> a lvont:Character ;
    lvont:represents "𩐱"^^xsd:string .

<http://lexvo.org/id/char/29432> a lvont:Character ;
    lvont:represents "𩐲"^^xsd:string .

<http://lexvo.org/id/char/29433> a lvont:Character ;
    lvont:represents "𩐳"^^xsd:string .

<http://lexvo.org/id/char/29434> a lvont:Character ;
    lvont:represents "𩐴"^^xsd:string .

<http://lexvo.org/id/char/29435> a lvont:Character ;
    lvont:represents "𩐵"^^xsd:string .

<http://lexvo.org/id/char/29436> a lvont:Character ;
    lvont:represents "𩐶"^^xsd:string .

<http://lexvo.org/id/char/29437> a lvont:Character ;
    lvont:represents "𩐷"^^xsd:string .

<http://lexvo.org/id/char/29438> a lvont:Character ;
    lvont:represents "𩐸"^^xsd:string .

<http://lexvo.org/id/char/29439> a lvont:Character ;
    lvont:represents "𩐹"^^xsd:string .

<http://lexvo.org/id/char/2943A> a lvont:Character ;
    lvont:represents "𩐺"^^xsd:string .

<http://lexvo.org/id/char/2943B> a lvont:Character ;
    lvont:represents "𩐻"^^xsd:string .

<http://lexvo.org/id/char/2943C> a lvont:Character ;
    lvont:represents "𩐼"^^xsd:string .

<http://lexvo.org/id/char/2943D> a lvont:Character ;
    lvont:represents "𩐽"^^xsd:string .

<http://lexvo.org/id/char/2943E> a lvont:Character ;
    lvont:represents "𩐾"^^xsd:string .

<http://lexvo.org/id/char/2943F> a lvont:Character ;
    lvont:represents "𩐿"^^xsd:string .

<http://lexvo.org/id/char/2944> a lvont:Character ;
    lvont:represents "⥄"^^xsd:string ;
    rdfs:comment "SHORT RIGHTWARDS ARROW ABOVE LEFTWARDS ARROW"@en .

<http://lexvo.org/id/char/29440> a lvont:Character ;
    lvont:represents "𩑀"^^xsd:string .

<http://lexvo.org/id/char/29441> a lvont:Character ;
    lvont:represents "𩑁"^^xsd:string .

<http://lexvo.org/id/char/29442> a lvont:Character ;
    lvont:represents "𩑂"^^xsd:string .

<http://lexvo.org/id/char/29443> a lvont:Character ;
    lvont:represents "𩑃"^^xsd:string .

<http://lexvo.org/id/char/29444> a lvont:Character ;
    lvont:represents "𩑄"^^xsd:string .

<http://lexvo.org/id/char/29445> a lvont:Character ;
    lvont:represents "𩑅"^^xsd:string .

<http://lexvo.org/id/char/29446> a lvont:Character ;
    lvont:represents "𩑆"^^xsd:string .

<http://lexvo.org/id/char/29447> a lvont:Character ;
    lvont:represents "𩑇"^^xsd:string .

<http://lexvo.org/id/char/29448> a lvont:Character ;
    lvont:represents "𩑈"^^xsd:string .

<http://lexvo.org/id/char/29449> a lvont:Character ;
    lvont:represents "𩑉"^^xsd:string .

<http://lexvo.org/id/char/2944A> a lvont:Character ;
    lvont:represents "𩑊"^^xsd:string .

<http://lexvo.org/id/char/2944C> a lvont:Character ;
    lvont:represents "𩑌"^^xsd:string .

<http://lexvo.org/id/char/2944D> a lvont:Character ;
    lvont:represents "𩑍"^^xsd:string .

<http://lexvo.org/id/char/2944E> a lvont:Character ;
    lvont:represents "𩑎"^^xsd:string .

<http://lexvo.org/id/char/2944F> a lvont:Character ;
    lvont:represents "𩑏"^^xsd:string .

<http://lexvo.org/id/char/2945> a lvont:Character ;
    lvont:represents "⥅"^^xsd:string ;
    rdfs:comment "RIGHTWARDS ARROW WITH PLUS BELOW"@en .

<http://lexvo.org/id/char/29450> a lvont:Character ;
    lvont:represents "𩑐"^^xsd:string .

<http://lexvo.org/id/char/29451> a lvont:Character ;
    lvont:represents "𩑑"^^xsd:string .

<http://lexvo.org/id/char/29452> a lvont:Character ;
    lvont:represents "𩑒"^^xsd:string .

<http://lexvo.org/id/char/29453> a lvont:Character ;
    lvont:represents "𩑓"^^xsd:string .

<http://lexvo.org/id/char/29454> a lvont:Character ;
    lvont:represents "𩑔"^^xsd:string .

<http://lexvo.org/id/char/29455> a lvont:Character ;
    lvont:represents "𩑕"^^xsd:string .

<http://lexvo.org/id/char/29456> a lvont:Character ;
    lvont:represents "𩑖"^^xsd:string .

<http://lexvo.org/id/char/29457> a lvont:Character ;
    lvont:represents "𩑗"^^xsd:string .

<http://lexvo.org/id/char/29458> a lvont:Character ;
    lvont:represents "𩑘"^^xsd:string .

<http://lexvo.org/id/char/29459> a lvont:Character ;
    lvont:represents "𩑙"^^xsd:string .

<http://lexvo.org/id/char/2945A> a lvont:Character ;
    lvont:represents "𩑚"^^xsd:string .

<http://lexvo.org/id/char/2945B> a lvont:Character ;
    lvont:represents "𩑛"^^xsd:string .

<http://lexvo.org/id/char/2945C> a lvont:Character ;
    lvont:represents "𩑜"^^xsd:string .

<http://lexvo.org/id/char/2945D> a lvont:Character ;
    lvont:represents "𩑝"^^xsd:string .

<http://lexvo.org/id/char/2945E> a lvont:Character ;
    lvont:represents "𩑞"^^xsd:string .

<http://lexvo.org/id/char/2945F> a lvont:Character ;
    lvont:represents "𩑟"^^xsd:string .

<http://lexvo.org/id/char/2946> a lvont:Character ;
    lvont:represents "⥆"^^xsd:string ;
    rdfs:comment "LEFTWARDS ARROW WITH PLUS BELOW"@en .

<http://lexvo.org/id/char/29460> a lvont:Character ;
    lvont:represents "𩑠"^^xsd:string .

<http://lexvo.org/id/char/29461> a lvont:Character ;
    lvont:represents "𩑡"^^xsd:string .

<http://lexvo.org/id/char/29462> a lvont:Character ;
    lvont:represents "𩑢"^^xsd:string .

<http://lexvo.org/id/char/29463> a lvont:Character ;
    lvont:represents "𩑣"^^xsd:string .

<http://lexvo.org/id/char/29464> a lvont:Character ;
    lvont:represents "𩑤"^^xsd:string .

<http://lexvo.org/id/char/29465> a lvont:Character ;
    lvont:represents "𩑥"^^xsd:string .

<http://lexvo.org/id/char/29466> a lvont:Character ;
    lvont:represents "𩑦"^^xsd:string .

<http://lexvo.org/id/char/29467> a lvont:Character ;
    lvont:represents "𩑧"^^xsd:string .

<http://lexvo.org/id/char/29468> a lvont:Character ;
    lvont:represents "𩑨"^^xsd:string .

<http://lexvo.org/id/char/29469> a lvont:Character ;
    lvont:represents "𩑩"^^xsd:string .

<http://lexvo.org/id/char/2946A> a lvont:Character ;
    lvont:represents "𩑪"^^xsd:string .

<http://lexvo.org/id/char/2946B> a lvont:Character ;
    lvont:represents "𩑫"^^xsd:string .

<http://lexvo.org/id/char/2946C> a lvont:Character ;
    lvont:represents "𩑬"^^xsd:string .

<http://lexvo.org/id/char/2946D> a lvont:Character ;
    lvont:represents "𩑭"^^xsd:string .

<http://lexvo.org/id/char/2946E> a lvont:Character ;
    lvont:represents "𩑮"^^xsd:string .

<http://lexvo.org/id/char/2946F> a lvont:Character ;
    lvont:represents "𩑯"^^xsd:string .

<http://lexvo.org/id/char/2947> a lvont:Character ;
    lvont:represents "⥇"^^xsd:string ;
    rdfs:comment "RIGHTWARDS ARROW THROUGH X"@en .

<http://lexvo.org/id/char/29470> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/tr%C3%A1n>,
        "𩑰"^^xsd:string .

<http://lexvo.org/id/char/29471> a lvont:Character ;
    lvont:represents "𩑱"^^xsd:string .

<http://lexvo.org/id/char/29472> a lvont:Character ;
    lvont:represents "𩑲"^^xsd:string .

<http://lexvo.org/id/char/29473> a lvont:Character ;
    lvont:represents "𩑳"^^xsd:string .

<http://lexvo.org/id/char/29474> a lvont:Character ;
    lvont:represents "𩑴"^^xsd:string .

<http://lexvo.org/id/char/29475> a lvont:Character ;
    lvont:represents "𩑵"^^xsd:string .

<http://lexvo.org/id/char/29476> a lvont:Character ;
    lvont:represents "𩑶"^^xsd:string .

<http://lexvo.org/id/char/29477> a lvont:Character ;
    lvont:represents "𩑷"^^xsd:string .

<http://lexvo.org/id/char/29478> a lvont:Character ;
    lvont:represents "𩑸"^^xsd:string .

<http://lexvo.org/id/char/29479> a lvont:Character ;
    lvont:represents "𩑹"^^xsd:string .

<http://lexvo.org/id/char/2947A> a lvont:Character ;
    lvont:represents "𩑺"^^xsd:string .

<http://lexvo.org/id/char/2947B> a lvont:Character ;
    lvont:represents "𩑻"^^xsd:string .

<http://lexvo.org/id/char/2947C> a lvont:Character ;
    lvont:represents "𩑼"^^xsd:string .

<http://lexvo.org/id/char/2947D> a lvont:Character ;
    lvont:represents "𩑽"^^xsd:string .

<http://lexvo.org/id/char/2947E> a lvont:Character ;
    lvont:represents "𩑾"^^xsd:string .

<http://lexvo.org/id/char/2947F> a lvont:Character ;
    lvont:represents "𩑿"^^xsd:string .

<http://lexvo.org/id/char/2948> a lvont:Character ;
    lvont:represents "⥈"^^xsd:string ;
    rdfs:comment "LEFT RIGHT ARROW THROUGH SMALL CIRCLE"@en .

<http://lexvo.org/id/char/29480> a lvont:Character ;
    lvont:represents "𩒀"^^xsd:string .

<http://lexvo.org/id/char/29481> a lvont:Character ;
    lvont:represents "𩒁"^^xsd:string .

<http://lexvo.org/id/char/29482> a lvont:Character ;
    lvont:represents "𩒂"^^xsd:string .

<http://lexvo.org/id/char/29483> a lvont:Character ;
    lvont:represents "𩒃"^^xsd:string .

<http://lexvo.org/id/char/29484> a lvont:Character ;
    lvont:represents "𩒄"^^xsd:string .

<http://lexvo.org/id/char/29485> a lvont:Character ;
    lvont:represents "𩒅"^^xsd:string .

<http://lexvo.org/id/char/29486> a lvont:Character ;
    lvont:represents "𩒆"^^xsd:string .

<http://lexvo.org/id/char/29487> a lvont:Character ;
    lvont:represents "𩒇"^^xsd:string .

<http://lexvo.org/id/char/29488> a lvont:Character ;
    lvont:represents "𩒈"^^xsd:string .

<http://lexvo.org/id/char/29489> a lvont:Character ;
    lvont:represents "𩒉"^^xsd:string .

<http://lexvo.org/id/char/2948A> a lvont:Character ;
    lvont:represents "𩒊"^^xsd:string .

<http://lexvo.org/id/char/2948B> a lvont:Character ;
    lvont:represents "𩒋"^^xsd:string .

<http://lexvo.org/id/char/2948C> a lvont:Character ;
    lvont:represents "𩒌"^^xsd:string .

<http://lexvo.org/id/char/2948D> a lvont:Character ;
    lvont:represents "𩒍"^^xsd:string .

<http://lexvo.org/id/char/2948E> a lvont:Character ;
    lvont:represents "𩒎"^^xsd:string .

<http://lexvo.org/id/char/2948F> a lvont:Character ;
    lvont:represents "𩒏"^^xsd:string .

<http://lexvo.org/id/char/2949> a lvont:Character ;
    lvont:represents "⥉"^^xsd:string ;
    rdfs:comment "UPWARDS TWO-HEADED ARROW FROM SMALL CIRCLE"@en .

<http://lexvo.org/id/char/29490> a lvont:Character ;
    lvont:represents "𩒐"^^xsd:string .

<http://lexvo.org/id/char/29491> a lvont:Character ;
    lvont:represents "𩒑"^^xsd:string .

<http://lexvo.org/id/char/29492> a lvont:Character ;
    lvont:represents "𩒒"^^xsd:string .

<http://lexvo.org/id/char/29493> a lvont:Character ;
    lvont:represents "𩒓"^^xsd:string .

<http://lexvo.org/id/char/29494> a lvont:Character ;
    lvont:represents "𩒔"^^xsd:string .

<http://lexvo.org/id/char/29495> a lvont:Character ;
    lvont:represents "𩒕"^^xsd:string .

<http://lexvo.org/id/char/29496> a lvont:Character ;
    lvont:represents "𩒖"^^xsd:string .

<http://lexvo.org/id/char/29497> a lvont:Character ;
    lvont:represents "𩒗"^^xsd:string .

<http://lexvo.org/id/char/29498> a lvont:Character ;
    lvont:represents "𩒘"^^xsd:string .

<http://lexvo.org/id/char/29499> a lvont:Character ;
    lvont:represents "𩒙"^^xsd:string .

<http://lexvo.org/id/char/2949A> a lvont:Character ;
    lvont:represents "𩒚"^^xsd:string .

<http://lexvo.org/id/char/2949B> a lvont:Character ;
    lvont:represents "𩒛"^^xsd:string .

<http://lexvo.org/id/char/2949C> a lvont:Character ;
    lvont:represents "𩒜"^^xsd:string .

<http://lexvo.org/id/char/2949D> a lvont:Character ;
    lvont:represents "𩒝"^^xsd:string .

<http://lexvo.org/id/char/2949E> a lvont:Character ;
    lvont:represents "𩒞"^^xsd:string .

<http://lexvo.org/id/char/2949F> a lvont:Character ;
    lvont:represents "𩒟"^^xsd:string .

<http://lexvo.org/id/char/294A> a lvont:Character ;
    lvont:represents "⥊"^^xsd:string ;
    rdfs:comment "LEFT BARB UP RIGHT BARB DOWN HARPOON"@en .

<http://lexvo.org/id/char/294A0> a lvont:Character ;
    lvont:represents "𩒠"^^xsd:string .

<http://lexvo.org/id/char/294A1> a lvont:Character ;
    lvont:represents "𩒡"^^xsd:string .

<http://lexvo.org/id/char/294A2> a lvont:Character ;
    lvont:represents "𩒢"^^xsd:string .

<http://lexvo.org/id/char/294A3> a lvont:Character ;
    lvont:represents "𩒣"^^xsd:string .

<http://lexvo.org/id/char/294A4> a lvont:Character ;
    lvont:represents "𩒤"^^xsd:string .

<http://lexvo.org/id/char/294A5> a lvont:Character ;
    lvont:represents "𩒥"^^xsd:string .

<http://lexvo.org/id/char/294A6> a lvont:Character ;
    lvont:represents "𩒦"^^xsd:string .

<http://lexvo.org/id/char/294A7> a lvont:Character ;
    lvont:represents "𩒧"^^xsd:string .

<http://lexvo.org/id/char/294A8> a lvont:Character ;
    lvont:represents "𩒨"^^xsd:string .

<http://lexvo.org/id/char/294A9> a lvont:Character ;
    lvont:represents "𩒩"^^xsd:string .

<http://lexvo.org/id/char/294AA> a lvont:Character ;
    lvont:represents "𩒪"^^xsd:string .

<http://lexvo.org/id/char/294AB> a lvont:Character ;
    lvont:represents "𩒫"^^xsd:string .

<http://lexvo.org/id/char/294AC> a lvont:Character ;
    lvont:represents "𩒬"^^xsd:string .

<http://lexvo.org/id/char/294AD> a lvont:Character ;
    lvont:represents "𩒭"^^xsd:string .

<http://lexvo.org/id/char/294AE> a lvont:Character ;
    lvont:represents "𩒮"^^xsd:string .

<http://lexvo.org/id/char/294AF> a lvont:Character ;
    lvont:represents "𩒯"^^xsd:string .

<http://lexvo.org/id/char/294B> a lvont:Character ;
    lvont:represents "⥋"^^xsd:string ;
    rdfs:comment "LEFT BARB DOWN RIGHT BARB UP HARPOON"@en .

<http://lexvo.org/id/char/294B0> a lvont:Character ;
    lvont:represents "𩒰"^^xsd:string .

<http://lexvo.org/id/char/294B1> a lvont:Character ;
    lvont:represents "𩒱"^^xsd:string .

<http://lexvo.org/id/char/294B2> a lvont:Character ;
    lvont:represents "𩒲"^^xsd:string .

<http://lexvo.org/id/char/294B3> a lvont:Character ;
    lvont:represents "𩒳"^^xsd:string .

<http://lexvo.org/id/char/294B4> a lvont:Character ;
    lvont:represents "𩒴"^^xsd:string .

<http://lexvo.org/id/char/294B5> a lvont:Character ;
    lvont:represents "𩒵"^^xsd:string .

<http://lexvo.org/id/char/294B6> a lvont:Character ;
    lvont:represents "𩒶"^^xsd:string .

<http://lexvo.org/id/char/294B7> a lvont:Character ;
    lvont:represents "𩒷"^^xsd:string .

<http://lexvo.org/id/char/294B8> a lvont:Character ;
    lvont:represents "𩒸"^^xsd:string .

<http://lexvo.org/id/char/294B9> a lvont:Character ;
    lvont:represents "𩒹"^^xsd:string .

<http://lexvo.org/id/char/294BA> a lvont:Character ;
    lvont:represents "𩒺"^^xsd:string .

<http://lexvo.org/id/char/294BB> a lvont:Character ;
    lvont:represents "𩒻"^^xsd:string .

<http://lexvo.org/id/char/294BC> a lvont:Character ;
    lvont:represents "𩒼"^^xsd:string .

<http://lexvo.org/id/char/294BD> a lvont:Character ;
    lvont:represents "𩒽"^^xsd:string .

<http://lexvo.org/id/char/294BE> a lvont:Character ;
    lvont:represents "𩒾"^^xsd:string .

<http://lexvo.org/id/char/294BF> a lvont:Character ;
    lvont:represents "𩒿"^^xsd:string .

<http://lexvo.org/id/char/294C> a lvont:Character ;
    lvont:represents "⥌"^^xsd:string ;
    rdfs:comment "UP BARB RIGHT DOWN BARB LEFT HARPOON"@en .

<http://lexvo.org/id/char/294C0> a lvont:Character ;
    lvont:represents "𩓀"^^xsd:string .

<http://lexvo.org/id/char/294C1> a lvont:Character ;
    lvont:represents "𩓁"^^xsd:string .

<http://lexvo.org/id/char/294C2> a lvont:Character ;
    lvont:represents "𩓂"^^xsd:string .

<http://lexvo.org/id/char/294C3> a lvont:Character ;
    lvont:represents "𩓃"^^xsd:string .

<http://lexvo.org/id/char/294C4> a lvont:Character ;
    lvont:represents "𩓄"^^xsd:string .

<http://lexvo.org/id/char/294C5> a lvont:Character ;
    lvont:represents "𩓅"^^xsd:string .

<http://lexvo.org/id/char/294C6> a lvont:Character ;
    lvont:represents "𩓆"^^xsd:string .

<http://lexvo.org/id/char/294C7> a lvont:Character ;
    lvont:represents "𩓇"^^xsd:string .

<http://lexvo.org/id/char/294C8> a lvont:Character ;
    lvont:represents "𩓈"^^xsd:string .

<http://lexvo.org/id/char/294C9> a lvont:Character ;
    lvont:represents "𩓉"^^xsd:string .

<http://lexvo.org/id/char/294CA> a lvont:Character ;
    lvont:represents "𩓊"^^xsd:string .

<http://lexvo.org/id/char/294CB> a lvont:Character ;
    lvont:represents "𩓋"^^xsd:string .

<http://lexvo.org/id/char/294CC> a lvont:Character ;
    lvont:represents "𩓌"^^xsd:string .

<http://lexvo.org/id/char/294CD> a lvont:Character ;
    lvont:represents "𩓍"^^xsd:string .

<http://lexvo.org/id/char/294CE> a lvont:Character ;
    lvont:represents "𩓎"^^xsd:string .

<http://lexvo.org/id/char/294CF> a lvont:Character ;
    lvont:represents "𩓏"^^xsd:string .

<http://lexvo.org/id/char/294D> a lvont:Character ;
    lvont:represents "⥍"^^xsd:string ;
    rdfs:comment "UP BARB LEFT DOWN BARB RIGHT HARPOON"@en .

<http://lexvo.org/id/char/294D0> a lvont:Character ;
    lvont:represents "𩓐"^^xsd:string .

<http://lexvo.org/id/char/294D1> a lvont:Character ;
    lvont:represents "𩓑"^^xsd:string .

<http://lexvo.org/id/char/294D2> a lvont:Character ;
    lvont:represents "𩓒"^^xsd:string .

<http://lexvo.org/id/char/294D3> a lvont:Character ;
    lvont:represents "𩓓"^^xsd:string .

<http://lexvo.org/id/char/294D4> a lvont:Character ;
    lvont:represents "𩓔"^^xsd:string .

<http://lexvo.org/id/char/294D5> a lvont:Character ;
    lvont:represents "𩓕"^^xsd:string .

<http://lexvo.org/id/char/294D6> a lvont:Character ;
    lvont:represents "𩓖"^^xsd:string .

<http://lexvo.org/id/char/294D7> a lvont:Character ;
    lvont:represents "𩓗"^^xsd:string .

<http://lexvo.org/id/char/294D8> a lvont:Character ;
    lvont:represents "𩓘"^^xsd:string .

<http://lexvo.org/id/char/294D9> a lvont:Character ;
    lvont:represents "𩓙"^^xsd:string .

<http://lexvo.org/id/char/294DA> a lvont:Character ;
    lvont:represents "𩓚"^^xsd:string .

<http://lexvo.org/id/char/294DB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ng%E1%BB%A5p>,
        "𩓛"^^xsd:string .

<http://lexvo.org/id/char/294DC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/m%C3%A0ng>,
        "𩓜"^^xsd:string .

<http://lexvo.org/id/char/294DD> a lvont:Character ;
    lvont:represents "𩓝"^^xsd:string .

<http://lexvo.org/id/char/294DE> a lvont:Character ;
    lvont:represents "𩓞"^^xsd:string .

<http://lexvo.org/id/char/294DF> a lvont:Character ;
    lvont:represents "𩓟"^^xsd:string .

<http://lexvo.org/id/char/294E> a lvont:Character ;
    lvont:represents "⥎"^^xsd:string ;
    rdfs:comment "LEFT BARB UP RIGHT BARB UP HARPOON"@en .

<http://lexvo.org/id/char/294E0> a lvont:Character ;
    lvont:represents "𩓠"^^xsd:string .

<http://lexvo.org/id/char/294E1> a lvont:Character ;
    lvont:represents "𩓡"^^xsd:string .

<http://lexvo.org/id/char/294E2> a lvont:Character ;
    lvont:represents "𩓢"^^xsd:string .

<http://lexvo.org/id/char/294E3> a lvont:Character ;
    lvont:represents "𩓣"^^xsd:string .

<http://lexvo.org/id/char/294E4> a lvont:Character ;
    lvont:represents "𩓤"^^xsd:string .

<http://lexvo.org/id/char/294E5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/ngok6>,
        <http://lexvo.org/id/term/yue/%F0%A9%93%A5>,
        "𩓥"^^xsd:string ;
    rdfs:comment "(Cant.) to raise the head"@en .

<http://lexvo.org/id/char/294E6> a lvont:Character ;
    lvont:represents "𩓦"^^xsd:string .

<http://lexvo.org/id/char/294E7> a lvont:Character ;
    lvont:represents "𩓧"^^xsd:string .

<http://lexvo.org/id/char/294E8> a lvont:Character ;
    lvont:represents "𩓨"^^xsd:string .

<http://lexvo.org/id/char/294E9> a lvont:Character ;
    lvont:represents "𩓩"^^xsd:string .

<http://lexvo.org/id/char/294EA> a lvont:Character ;
    lvont:represents "𩓪"^^xsd:string .

<http://lexvo.org/id/char/294EB> a lvont:Character ;
    lvont:represents "𩓫"^^xsd:string .

<http://lexvo.org/id/char/294EC> a lvont:Character ;
    lvont:represents "𩓬"^^xsd:string .

<http://lexvo.org/id/char/294ED> a lvont:Character ;
    lvont:represents "𩓭"^^xsd:string .

<http://lexvo.org/id/char/294EE> a lvont:Character ;
    lvont:represents "𩓮"^^xsd:string .

<http://lexvo.org/id/char/294EF> a lvont:Character ;
    lvont:represents "𩓯"^^xsd:string .

<http://lexvo.org/id/char/294F> a lvont:Character ;
    lvont:represents "⥏"^^xsd:string ;
    rdfs:comment "UP BARB RIGHT DOWN BARB RIGHT HARPOON"@en .

<http://lexvo.org/id/char/294F0> a lvont:Character ;
    lvont:represents "𩓰"^^xsd:string .

<http://lexvo.org/id/char/294F1> a lvont:Character ;
    lvont:represents "𩓱"^^xsd:string .

<http://lexvo.org/id/char/294F2> a lvont:Character ;
    lvont:represents "𩓲"^^xsd:string .

<http://lexvo.org/id/char/294F3> a lvont:Character ;
    lvont:represents "𩓳"^^xsd:string .

<http://lexvo.org/id/char/294F4> a lvont:Character ;
    lvont:represents "𩓴"^^xsd:string .

<http://lexvo.org/id/char/294F5> a lvont:Character ;
    lvont:represents "𩓵"^^xsd:string .

<http://lexvo.org/id/char/294F6> a lvont:Character ;
    lvont:represents "𩓶"^^xsd:string .

<http://lexvo.org/id/char/294F7> a lvont:Character ;
    lvont:represents "𩓷"^^xsd:string .

<http://lexvo.org/id/char/294F8> a lvont:Character ;
    lvont:represents "𩓸"^^xsd:string .

<http://lexvo.org/id/char/294F9> a lvont:Character ;
    lvont:represents "𩓹"^^xsd:string .

<http://lexvo.org/id/char/294FA> a lvont:Character ;
    lvont:represents "𩓺"^^xsd:string .

<http://lexvo.org/id/char/294FB> a lvont:Character ;
    lvont:represents "𩓻"^^xsd:string .

<http://lexvo.org/id/char/294FC> a lvont:Character ;
    lvont:represents "𩓼"^^xsd:string .

<http://lexvo.org/id/char/294FD> a lvont:Character ;
    lvont:represents "𩓽"^^xsd:string .

<http://lexvo.org/id/char/294FE> a lvont:Character ;
    lvont:represents "𩓾"^^xsd:string .

<http://lexvo.org/id/char/294FF> a lvont:Character ;
    lvont:represents "𩓿"^^xsd:string .

<http://lexvo.org/id/char/2950> a lvont:Character ;
    lvont:represents "⥐"^^xsd:string ;
    rdfs:comment "LEFT BARB DOWN RIGHT BARB DOWN HARPOON"@en .

<http://lexvo.org/id/char/29500> a lvont:Character ;
    lvont:represents "𩔀"^^xsd:string .

<http://lexvo.org/id/char/29501> a lvont:Character ;
    lvont:represents "𩔁"^^xsd:string .

<http://lexvo.org/id/char/29502> a lvont:Character ;
    lvont:represents "𩔂"^^xsd:string .

<http://lexvo.org/id/char/29503> a lvont:Character ;
    lvont:represents "𩔃"^^xsd:string .

<http://lexvo.org/id/char/29504> a lvont:Character ;
    lvont:represents "𩔄"^^xsd:string .

<http://lexvo.org/id/char/29505> a lvont:Character ;
    lvont:represents "𩔅"^^xsd:string .

<http://lexvo.org/id/char/29506> a lvont:Character ;
    lvont:represents "𩔆"^^xsd:string .

<http://lexvo.org/id/char/29507> a lvont:Character ;
    lvont:represents "𩔇"^^xsd:string .

<http://lexvo.org/id/char/29508> a lvont:Character ;
    lvont:represents "𩔈"^^xsd:string .

<http://lexvo.org/id/char/29509> a lvont:Character ;
    lvont:represents "𩔉"^^xsd:string .

<http://lexvo.org/id/char/2950A> a lvont:Character ;
    lvont:represents "𩔊"^^xsd:string .

<http://lexvo.org/id/char/2950B> a lvont:Character ;
    lvont:represents "𩔋"^^xsd:string .

<http://lexvo.org/id/char/2950C> a lvont:Character ;
    lvont:represents "𩔌"^^xsd:string .

<http://lexvo.org/id/char/2950D> a lvont:Character ;
    lvont:represents "𩔍"^^xsd:string .

<http://lexvo.org/id/char/2950E> a lvont:Character ;
    lvont:represents "𩔎"^^xsd:string .

<http://lexvo.org/id/char/2950F> a lvont:Character ;
    lvont:represents "𩔏"^^xsd:string .

<http://lexvo.org/id/char/2951> a lvont:Character ;
    lvont:represents "⥑"^^xsd:string ;
    rdfs:comment "UP BARB LEFT DOWN BARB LEFT HARPOON"@en .

<http://lexvo.org/id/char/29510> a lvont:Character ;
    lvont:represents "𩔐"^^xsd:string .

<http://lexvo.org/id/char/29511> a lvont:Character ;
    lvont:represents "𩔑"^^xsd:string .

<http://lexvo.org/id/char/29512> a lvont:Character ;
    lvont:represents "𩔒"^^xsd:string .

<http://lexvo.org/id/char/29513> a lvont:Character ;
    lvont:represents "𩔓"^^xsd:string .

<http://lexvo.org/id/char/29514> a lvont:Character ;
    lvont:represents "𩔔"^^xsd:string .

<http://lexvo.org/id/char/29515> a lvont:Character ;
    lvont:represents "𩔕"^^xsd:string .

<http://lexvo.org/id/char/29516> a lvont:Character ;
    lvont:represents "𩔖"^^xsd:string .

<http://lexvo.org/id/char/29517> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%F0%A9%94%97>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%A8i%20l%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/leoi6>,
        <http://lexvo.org/id/term/yue/%F0%A9%94%97>,
        "𩔗"^^xsd:string ;
    rdfs:comment "kind, species; to be similar to"@en .

<http://lexvo.org/id/char/29518> a lvont:Character ;
    lvont:represents "𩔘"^^xsd:string .

<http://lexvo.org/id/char/29519> a lvont:Character ;
    lvont:represents "𩔙"^^xsd:string .

<http://lexvo.org/id/char/2951A> a lvont:Character ;
    lvont:represents "𩔚"^^xsd:string .

<http://lexvo.org/id/char/2951B> a lvont:Character ;
    lvont:represents "𩔛"^^xsd:string .

<http://lexvo.org/id/char/2951C> a lvont:Character ;
    lvont:represents "𩔜"^^xsd:string .

<http://lexvo.org/id/char/2951D> a lvont:Character ;
    lvont:represents "𩔝"^^xsd:string .

<http://lexvo.org/id/char/2951E> a lvont:Character ;
    lvont:represents "𩔞"^^xsd:string .

<http://lexvo.org/id/char/2951F> a lvont:Character ;
    lvont:represents "𩔟"^^xsd:string .

<http://lexvo.org/id/char/2952> a lvont:Character ;
    lvont:represents "⥒"^^xsd:string ;
    rdfs:comment "LEFTWARDS HARPOON WITH BARB UP TO BAR"@en .

<http://lexvo.org/id/char/29520> a lvont:Character ;
    lvont:represents "𩔠"^^xsd:string .

<http://lexvo.org/id/char/29521> a lvont:Character ;
    lvont:represents "𩔡"^^xsd:string .

<http://lexvo.org/id/char/29522> a lvont:Character ;
    lvont:represents "𩔢"^^xsd:string .

<http://lexvo.org/id/char/29523> a lvont:Character ;
    lvont:represents "𩔣"^^xsd:string .

<http://lexvo.org/id/char/29524> a lvont:Character ;
    lvont:represents "𩔤"^^xsd:string .

<http://lexvo.org/id/char/29525> a lvont:Character ;
    lvont:represents "𩔥"^^xsd:string .

<http://lexvo.org/id/char/29526> a lvont:Character ;
    lvont:represents "𩔦"^^xsd:string .

<http://lexvo.org/id/char/29527> a lvont:Character ;
    lvont:represents "𩔧"^^xsd:string .

<http://lexvo.org/id/char/29528> a lvont:Character ;
    lvont:represents "𩔨"^^xsd:string .

<http://lexvo.org/id/char/29529> a lvont:Character ;
    lvont:represents "𩔩"^^xsd:string .

<http://lexvo.org/id/char/2952A> a lvont:Character ;
    lvont:represents "𩔪"^^xsd:string .

<http://lexvo.org/id/char/2952B> a lvont:Character ;
    lvont:represents "𩔫"^^xsd:string .

<http://lexvo.org/id/char/2952C> a lvont:Character ;
    lvont:represents "𩔬"^^xsd:string .

<http://lexvo.org/id/char/2952D> a lvont:Character ;
    lvont:represents "𩔭"^^xsd:string .

<http://lexvo.org/id/char/2952E> a lvont:Character ;
    lvont:represents "𩔮"^^xsd:string .

<http://lexvo.org/id/char/2952F> a lvont:Character ;
    lvont:represents "𩔯"^^xsd:string .

<http://lexvo.org/id/char/2953> a lvont:Character ;
    lvont:represents "⥓"^^xsd:string ;
    rdfs:comment "RIGHTWARDS HARPOON WITH BARB UP TO BAR"@en .

<http://lexvo.org/id/char/29530> a lvont:Character ;
    lvont:represents "𩔰"^^xsd:string .

<http://lexvo.org/id/char/29531> a lvont:Character ;
    lvont:represents "𩔱"^^xsd:string .

<http://lexvo.org/id/char/29532> a lvont:Character ;
    lvont:represents "𩔲"^^xsd:string .

<http://lexvo.org/id/char/29533> a lvont:Character ;
    lvont:represents "𩔳"^^xsd:string .

<http://lexvo.org/id/char/29534> a lvont:Character ;
    lvont:represents "𩔴"^^xsd:string .

<http://lexvo.org/id/char/29535> a lvont:Character ;
    lvont:represents "𩔵"^^xsd:string .

<http://lexvo.org/id/char/29536> a lvont:Character ;
    lvont:represents "𩔶"^^xsd:string .

<http://lexvo.org/id/char/29537> a lvont:Character ;
    lvont:represents "𩔷"^^xsd:string .

<http://lexvo.org/id/char/29538> a lvont:Character ;
    lvont:represents "𩔸"^^xsd:string .

<http://lexvo.org/id/char/29539> a lvont:Character ;
    lvont:represents "𩔹"^^xsd:string .

<http://lexvo.org/id/char/2953A> a lvont:Character ;
    lvont:represents "𩔺"^^xsd:string .

<http://lexvo.org/id/char/2953B> a lvont:Character ;
    lvont:represents "𩔻"^^xsd:string .

<http://lexvo.org/id/char/2953C> a lvont:Character ;
    lvont:represents "𩔼"^^xsd:string .

<http://lexvo.org/id/char/2953D> a lvont:Character ;
    lvont:represents "𩔽"^^xsd:string .

<http://lexvo.org/id/char/2953E> a lvont:Character ;
    lvont:represents "𩔾"^^xsd:string .

<http://lexvo.org/id/char/2953F> a lvont:Character ;
    lvont:represents "𩔿"^^xsd:string .

<http://lexvo.org/id/char/2954> a lvont:Character ;
    lvont:represents "⥔"^^xsd:string ;
    rdfs:comment "UPWARDS HARPOON WITH BARB RIGHT TO BAR"@en .

<http://lexvo.org/id/char/29540> a lvont:Character ;
    lvont:represents "𩕀"^^xsd:string .

<http://lexvo.org/id/char/29541> a lvont:Character ;
    lvont:represents "𩕁"^^xsd:string .

<http://lexvo.org/id/char/29542> a lvont:Character ;
    lvont:represents "𩕂"^^xsd:string .

<http://lexvo.org/id/char/29543> a lvont:Character ;
    lvont:represents "𩕃"^^xsd:string .

<http://lexvo.org/id/char/29544> a lvont:Character ;
    lvont:represents "𩕄"^^xsd:string .

<http://lexvo.org/id/char/29545> a lvont:Character ;
    lvont:represents "𩕅"^^xsd:string .

<http://lexvo.org/id/char/29546> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ch%E1%BA%A1ng>,
        "𩕆"^^xsd:string .

<http://lexvo.org/id/char/29547> a lvont:Character ;
    lvont:represents "𩕇"^^xsd:string .

<http://lexvo.org/id/char/29548> a lvont:Character ;
    lvont:represents "𩕈"^^xsd:string .

<http://lexvo.org/id/char/29549> a lvont:Character ;
    lvont:represents "𩕉"^^xsd:string .

<http://lexvo.org/id/char/2954A> a lvont:Character ;
    lvont:represents "𩕊"^^xsd:string .

<http://lexvo.org/id/char/2954B> a lvont:Character ;
    lvont:represents "𩕋"^^xsd:string .

<http://lexvo.org/id/char/2954C> a lvont:Character ;
    lvont:represents "𩕌"^^xsd:string .

<http://lexvo.org/id/char/2954D> a lvont:Character ;
    lvont:represents "𩕍"^^xsd:string .

<http://lexvo.org/id/char/2954E> a lvont:Character ;
    lvont:represents "𩕎"^^xsd:string .

<http://lexvo.org/id/char/2954F> a lvont:Character ;
    lvont:represents "𩕏"^^xsd:string .

<http://lexvo.org/id/char/2955> a lvont:Character ;
    lvont:represents "⥕"^^xsd:string ;
    rdfs:comment "DOWNWARDS HARPOON WITH BARB RIGHT TO BAR"@en .

<http://lexvo.org/id/char/29550> a lvont:Character ;
    lvont:represents "𩕐"^^xsd:string .

<http://lexvo.org/id/char/29551> a lvont:Character ;
    lvont:represents "𩕑"^^xsd:string .

<http://lexvo.org/id/char/29552> a lvont:Character ;
    lvont:represents "𩕒"^^xsd:string .

<http://lexvo.org/id/char/29553> a lvont:Character ;
    lvont:represents "𩕓"^^xsd:string .

<http://lexvo.org/id/char/29554> a lvont:Character ;
    lvont:represents "𩕔"^^xsd:string .

<http://lexvo.org/id/char/29555> a lvont:Character ;
    lvont:represents "𩕕"^^xsd:string .

<http://lexvo.org/id/char/29556> a lvont:Character ;
    lvont:represents "𩕖"^^xsd:string .

<http://lexvo.org/id/char/29557> a lvont:Character ;
    lvont:represents "𩕗"^^xsd:string .

<http://lexvo.org/id/char/29558> a lvont:Character ;
    lvont:represents "𩕘"^^xsd:string .

<http://lexvo.org/id/char/29559> a lvont:Character ;
    lvont:represents "𩕙"^^xsd:string .

<http://lexvo.org/id/char/2955A> a lvont:Character ;
    lvont:represents "𩕚"^^xsd:string .

<http://lexvo.org/id/char/2955B> a lvont:Character ;
    lvont:represents "𩕛"^^xsd:string .

<http://lexvo.org/id/char/2955C> a lvont:Character ;
    lvont:represents "𩕜"^^xsd:string .

<http://lexvo.org/id/char/2955D> a lvont:Character ;
    lvont:represents "𩕝"^^xsd:string .

<http://lexvo.org/id/char/2955E> a lvont:Character ;
    lvont:represents "𩕞"^^xsd:string .

<http://lexvo.org/id/char/2955F> a lvont:Character ;
    lvont:represents "𩕟"^^xsd:string .

<http://lexvo.org/id/char/2956> a lvont:Character ;
    lvont:represents "⥖"^^xsd:string ;
    rdfs:comment "LEFTWARDS HARPOON WITH BARB DOWN TO BAR"@en .

<http://lexvo.org/id/char/29560> a lvont:Character ;
    lvont:represents "𩕠"^^xsd:string .

<http://lexvo.org/id/char/29561> a lvont:Character ;
    lvont:represents "𩕡"^^xsd:string .

<http://lexvo.org/id/char/29562> a lvont:Character ;
    lvont:represents "𩕢"^^xsd:string .

<http://lexvo.org/id/char/29563> a lvont:Character ;
    lvont:represents "𩕣"^^xsd:string .

<http://lexvo.org/id/char/29564> a lvont:Character ;
    lvont:represents "𩕤"^^xsd:string .

<http://lexvo.org/id/char/29565> a lvont:Character ;
    lvont:represents "𩕥"^^xsd:string .

<http://lexvo.org/id/char/29566> a lvont:Character ;
    lvont:represents "𩕦"^^xsd:string .

<http://lexvo.org/id/char/29567> a lvont:Character ;
    lvont:represents "𩕧"^^xsd:string .

<http://lexvo.org/id/char/29568> a lvont:Character ;
    lvont:represents "𩕨"^^xsd:string .

<http://lexvo.org/id/char/29569> a lvont:Character ;
    lvont:represents "𩕩"^^xsd:string .

<http://lexvo.org/id/char/2956A> a lvont:Character ;
    lvont:represents "𩕪"^^xsd:string .

<http://lexvo.org/id/char/2956B> a lvont:Character ;
    lvont:represents "𩕫"^^xsd:string .

<http://lexvo.org/id/char/2956C> a lvont:Character ;
    lvont:represents "𩕬"^^xsd:string .

<http://lexvo.org/id/char/2956D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%F0%A9%95%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C3%A0i>,
        "𩕭"^^xsd:string ;
    rdfs:comment "the top of a skull"@en .

<http://lexvo.org/id/char/2956E> a lvont:Character ;
    lvont:represents "𩕮"^^xsd:string .

<http://lexvo.org/id/char/2956F> a lvont:Character ;
    lvont:represents "𩕯"^^xsd:string .

<http://lexvo.org/id/char/2957> a lvont:Character ;
    lvont:represents "⥗"^^xsd:string ;
    rdfs:comment "RIGHTWARDS HARPOON WITH BARB DOWN TO BAR"@en .

<http://lexvo.org/id/char/29570> a lvont:Character ;
    lvont:represents "𩕰"^^xsd:string .

<http://lexvo.org/id/char/29571> a lvont:Character ;
    lvont:represents "𩕱"^^xsd:string .

<http://lexvo.org/id/char/29572> a lvont:Character ;
    lvont:represents "𩕲"^^xsd:string .

<http://lexvo.org/id/char/29573> a lvont:Character ;
    lvont:represents "𩕳"^^xsd:string .

<http://lexvo.org/id/char/29574> a lvont:Character ;
    lvont:represents "𩕴"^^xsd:string .

<http://lexvo.org/id/char/29575> a lvont:Character ;
    lvont:represents "𩕵"^^xsd:string .

<http://lexvo.org/id/char/29576> a lvont:Character ;
    lvont:represents "𩕶"^^xsd:string .

<http://lexvo.org/id/char/29577> a lvont:Character ;
    lvont:represents "𩕷"^^xsd:string .

<http://lexvo.org/id/char/29578> a lvont:Character ;
    lvont:represents "𩕸"^^xsd:string .

<http://lexvo.org/id/char/29579> a lvont:Character ;
    lvont:represents "𩕹"^^xsd:string .

<http://lexvo.org/id/char/2957A> a lvont:Character ;
    lvont:represents "𩕺"^^xsd:string .

<http://lexvo.org/id/char/2957B> a lvont:Character ;
    lvont:represents "𩕻"^^xsd:string .

<http://lexvo.org/id/char/2957C> a lvont:Character ;
    lvont:represents "𩕼"^^xsd:string .

<http://lexvo.org/id/char/2957D> a lvont:Character ;
    lvont:represents "𩕽"^^xsd:string .

<http://lexvo.org/id/char/2957E> a lvont:Character ;
    lvont:represents "𩕾"^^xsd:string .

<http://lexvo.org/id/char/2957F> a lvont:Character ;
    lvont:represents "𩕿"^^xsd:string .

<http://lexvo.org/id/char/2958> a lvont:Character ;
    lvont:represents "⥘"^^xsd:string ;
    rdfs:comment "UPWARDS HARPOON WITH BARB LEFT TO BAR"@en .

<http://lexvo.org/id/char/29580> a lvont:Character ;
    lvont:represents "𩖀"^^xsd:string .

<http://lexvo.org/id/char/29581> a lvont:Character ;
    lvont:represents "𩖁"^^xsd:string .

<http://lexvo.org/id/char/29582> a lvont:Character ;
    lvont:represents "𩖂"^^xsd:string .

<http://lexvo.org/id/char/29583> a lvont:Character ;
    lvont:represents "𩖃"^^xsd:string .

<http://lexvo.org/id/char/29584> a lvont:Character ;
    lvont:represents "𩖄"^^xsd:string .

<http://lexvo.org/id/char/29585> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/s%E1%BB%8F>,
        "𩖅"^^xsd:string .

<http://lexvo.org/id/char/29586> a lvont:Character ;
    lvont:represents "𩖆"^^xsd:string .

<http://lexvo.org/id/char/29587> a lvont:Character ;
    lvont:represents "𩖇"^^xsd:string .

<http://lexvo.org/id/char/29588> a lvont:Character ;
    lvont:represents "𩖈"^^xsd:string .

<http://lexvo.org/id/char/29589> a lvont:Character ;
    lvont:represents "𩖉"^^xsd:string .

<http://lexvo.org/id/char/2958A> a lvont:Character ;
    lvont:represents "𩖊"^^xsd:string .

<http://lexvo.org/id/char/2958B> a lvont:Character ;
    lvont:represents "𩖋"^^xsd:string .

<http://lexvo.org/id/char/2958C> a lvont:Character ;
    lvont:represents "𩖌"^^xsd:string .

<http://lexvo.org/id/char/2958D> a lvont:Character ;
    lvont:represents "𩖍"^^xsd:string .

<http://lexvo.org/id/char/2958E> a lvont:Character ;
    lvont:represents "𩖎"^^xsd:string .

<http://lexvo.org/id/char/2958F> a lvont:Character ;
    lvont:represents "𩖏"^^xsd:string .

<http://lexvo.org/id/char/2959> a lvont:Character ;
    lvont:represents "⥙"^^xsd:string ;
    rdfs:comment "DOWNWARDS HARPOON WITH BARB LEFT TO BAR"@en .

<http://lexvo.org/id/char/29590> a lvont:Character ;
    lvont:represents "𩖐"^^xsd:string .

<http://lexvo.org/id/char/29591> a lvont:Character ;
    lvont:represents "𩖑"^^xsd:string .

<http://lexvo.org/id/char/29592> a lvont:Character ;
    lvont:represents "𩖒"^^xsd:string .

<http://lexvo.org/id/char/29593> a lvont:Character ;
    lvont:represents "𩖓"^^xsd:string .

<http://lexvo.org/id/char/29594> a lvont:Character ;
    lvont:represents "𩖔"^^xsd:string .

<http://lexvo.org/id/char/29595> a lvont:Character ;
    lvont:represents "𩖕"^^xsd:string .

<http://lexvo.org/id/char/29596> a lvont:Character ;
    lvont:represents "𩖖"^^xsd:string .

<http://lexvo.org/id/char/29597> a lvont:Character ;
    lvont:represents "𩖗"^^xsd:string .

<http://lexvo.org/id/char/29598> a lvont:Character ;
    lvont:represents "𩖘"^^xsd:string .

<http://lexvo.org/id/char/29599> a lvont:Character ;
    lvont:represents "𩖙"^^xsd:string .

<http://lexvo.org/id/char/2959A> a lvont:Character ;
    lvont:represents "𩖚"^^xsd:string .

<http://lexvo.org/id/char/2959B> a lvont:Character ;
    lvont:represents "𩖛"^^xsd:string .

<http://lexvo.org/id/char/2959C> a lvont:Character ;
    lvont:represents "𩖜"^^xsd:string .

<http://lexvo.org/id/char/2959D> a lvont:Character ;
    lvont:represents "𩖝"^^xsd:string .

<http://lexvo.org/id/char/2959E> a lvont:Character ;
    lvont:represents "𩖞"^^xsd:string .

<http://lexvo.org/id/char/2959F> a lvont:Character ;
    lvont:represents "𩖟"^^xsd:string .

<http://lexvo.org/id/char/295A> a lvont:Character ;
    lvont:represents "⥚"^^xsd:string ;
    rdfs:comment "LEFTWARDS HARPOON WITH BARB UP FROM BAR"@en .

<http://lexvo.org/id/char/295A0> a lvont:Character ;
    lvont:represents "𩖠"^^xsd:string .

<http://lexvo.org/id/char/295A1> a lvont:Character ;
    lvont:represents "𩖡"^^xsd:string .

<http://lexvo.org/id/char/295A2> a lvont:Character ;
    lvont:represents "𩖢"^^xsd:string .

<http://lexvo.org/id/char/295A3> a lvont:Character ;
    lvont:represents "𩖣"^^xsd:string .

<http://lexvo.org/id/char/295A4> a lvont:Character ;
    lvont:represents "𩖤"^^xsd:string .

<http://lexvo.org/id/char/295A5> a lvont:Character ;
    lvont:represents "𩖥"^^xsd:string .

<http://lexvo.org/id/char/295A6> a lvont:Character ;
    lvont:represents "𩖦"^^xsd:string .

<http://lexvo.org/id/char/295A7> a lvont:Character ;
    lvont:represents "𩖧"^^xsd:string .

<http://lexvo.org/id/char/295A8> a lvont:Character ;
    lvont:represents "𩖨"^^xsd:string .

<http://lexvo.org/id/char/295A9> a lvont:Character ;
    lvont:represents "𩖩"^^xsd:string .

<http://lexvo.org/id/char/295AA> a lvont:Character ;
    lvont:represents "𩖪"^^xsd:string .

<http://lexvo.org/id/char/295AB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/vu%C3%B4ng>,
        "𩖫"^^xsd:string .

<http://lexvo.org/id/char/295AC> a lvont:Character ;
    lvont:represents "𩖬"^^xsd:string .

<http://lexvo.org/id/char/295AD> a lvont:Character ;
    lvont:represents "𩖭"^^xsd:string .

<http://lexvo.org/id/char/295AE> a lvont:Character ;
    lvont:represents "𩖮"^^xsd:string .

<http://lexvo.org/id/char/295AF> a lvont:Character ;
    lvont:represents "𩖯"^^xsd:string .

<http://lexvo.org/id/char/295B> a lvont:Character ;
    lvont:represents "⥛"^^xsd:string ;
    rdfs:comment "RIGHTWARDS HARPOON WITH BARB UP FROM BAR"@en .

<http://lexvo.org/id/char/295B0> a lvont:Character ;
    lvont:represents "𩖰"^^xsd:string .

<http://lexvo.org/id/char/295B1> a lvont:Character ;
    lvont:represents "𩖱"^^xsd:string .

<http://lexvo.org/id/char/295B2> a lvont:Character ;
    lvont:represents "𩖲"^^xsd:string .

<http://lexvo.org/id/char/295B3> a lvont:Character ;
    lvont:represents "𩖳"^^xsd:string .

<http://lexvo.org/id/char/295B4> a lvont:Character ;
    lvont:represents "𩖴"^^xsd:string .

<http://lexvo.org/id/char/295B5> a lvont:Character ;
    lvont:represents "𩖵"^^xsd:string .

<http://lexvo.org/id/char/295B6> a lvont:Character ;
    lvont:represents "𩖶"^^xsd:string .

<http://lexvo.org/id/char/295B7> a lvont:Character ;
    lvont:represents "𩖷"^^xsd:string .

<http://lexvo.org/id/char/295B8> a lvont:Character ;
    lvont:represents "𩖸"^^xsd:string .

<http://lexvo.org/id/char/295B9> a lvont:Character ;
    lvont:represents "𩖹"^^xsd:string .

<http://lexvo.org/id/char/295BA> a lvont:Character ;
    lvont:represents "𩖺"^^xsd:string .

<http://lexvo.org/id/char/295BB> a lvont:Character ;
    lvont:represents "𩖻"^^xsd:string .

<http://lexvo.org/id/char/295BC> a lvont:Character ;
    lvont:represents "𩖼"^^xsd:string .

<http://lexvo.org/id/char/295BD> a lvont:Character ;
    lvont:represents "𩖽"^^xsd:string .

<http://lexvo.org/id/char/295BE> a lvont:Character ;
    lvont:represents "𩖾"^^xsd:string .

<http://lexvo.org/id/char/295BF> a lvont:Character ;
    lvont:represents "𩖿"^^xsd:string .

<http://lexvo.org/id/char/295C> a lvont:Character ;
    lvont:represents "⥜"^^xsd:string ;
    rdfs:comment "UPWARDS HARPOON WITH BARB RIGHT FROM BAR"@en .

<http://lexvo.org/id/char/295C0> a lvont:Character ;
    lvont:represents "𩗀"^^xsd:string .

<http://lexvo.org/id/char/295C1> a lvont:Character ;
    lvont:represents "𩗁"^^xsd:string .

<http://lexvo.org/id/char/295C2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/m%C3%A1t>,
        "𩗂"^^xsd:string .

<http://lexvo.org/id/char/295C3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/t%E1%BB%91>,
        "𩗃"^^xsd:string .

<http://lexvo.org/id/char/295C4> a lvont:Character ;
    lvont:represents "𩗄"^^xsd:string .

<http://lexvo.org/id/char/295C5> a lvont:Character ;
    lvont:represents "𩗅"^^xsd:string .

<http://lexvo.org/id/char/295C6> a lvont:Character ;
    lvont:represents "𩗆"^^xsd:string .

<http://lexvo.org/id/char/295C7> a lvont:Character ;
    lvont:represents "𩗇"^^xsd:string .

<http://lexvo.org/id/char/295C8> a lvont:Character ;
    lvont:represents "𩗈"^^xsd:string .

<http://lexvo.org/id/char/295C9> a lvont:Character ;
    lvont:represents "𩗉"^^xsd:string .

<http://lexvo.org/id/char/295CA> a lvont:Character ;
    lvont:represents "𩗊"^^xsd:string .

<http://lexvo.org/id/char/295CB> a lvont:Character ;
    lvont:represents "𩗋"^^xsd:string .

<http://lexvo.org/id/char/295CC> a lvont:Character ;
    lvont:represents "𩗌"^^xsd:string .

<http://lexvo.org/id/char/295CD> a lvont:Character ;
    lvont:represents "𩗍"^^xsd:string .

<http://lexvo.org/id/char/295CE> a lvont:Character ;
    lvont:represents "𩗎"^^xsd:string .

<http://lexvo.org/id/char/295CF> a lvont:Character ;
    lvont:represents "𩗏"^^xsd:string .

<http://lexvo.org/id/char/295D> a lvont:Character ;
    lvont:represents "⥝"^^xsd:string ;
    rdfs:comment "DOWNWARDS HARPOON WITH BARB RIGHT FROM BAR"@en .

<http://lexvo.org/id/char/295D0> a lvont:Character ;
    lvont:represents "𩗐"^^xsd:string .

<http://lexvo.org/id/char/295D1> a lvont:Character ;
    lvont:represents "𩗑"^^xsd:string .

<http://lexvo.org/id/char/295D2> a lvont:Character ;
    lvont:represents "𩗒"^^xsd:string .

<http://lexvo.org/id/char/295D3> a lvont:Character ;
    lvont:represents "𩗓"^^xsd:string .

<http://lexvo.org/id/char/295D4> a lvont:Character ;
    lvont:represents "𩗔"^^xsd:string .

<http://lexvo.org/id/char/295D5> a lvont:Character ;
    lvont:represents "𩗕"^^xsd:string .

<http://lexvo.org/id/char/295D6> a lvont:Character ;
    lvont:represents "𩗖"^^xsd:string .

<http://lexvo.org/id/char/295D7> a lvont:Character ;
    lvont:represents "𩗗"^^xsd:string .

<http://lexvo.org/id/char/295D8> a lvont:Character ;
    lvont:represents "𩗘"^^xsd:string .

<http://lexvo.org/id/char/295D9> a lvont:Character ;
    lvont:represents "𩗙"^^xsd:string .

<http://lexvo.org/id/char/295DA> a lvont:Character ;
    lvont:represents "𩗚"^^xsd:string .

<http://lexvo.org/id/char/295DB> a lvont:Character ;
    lvont:represents "𩗛"^^xsd:string .

<http://lexvo.org/id/char/295DC> a lvont:Character ;
    lvont:represents "𩗜"^^xsd:string .

<http://lexvo.org/id/char/295DD> a lvont:Character ;
    lvont:represents "𩗝"^^xsd:string .

<http://lexvo.org/id/char/295DE> a lvont:Character ;
    lvont:represents "𩗞"^^xsd:string .

<http://lexvo.org/id/char/295DF> a lvont:Character ;
    lvont:represents "𩗟"^^xsd:string .

<http://lexvo.org/id/char/295E> a lvont:Character ;
    lvont:represents "⥞"^^xsd:string ;
    rdfs:comment "LEFTWARDS HARPOON WITH BARB DOWN FROM BAR"@en .

<http://lexvo.org/id/char/295E0> a lvont:Character ;
    lvont:represents "𩗠"^^xsd:string .

<http://lexvo.org/id/char/295E1> a lvont:Character ;
    lvont:represents "𩗡"^^xsd:string .

<http://lexvo.org/id/char/295E2> a lvont:Character ;
    lvont:represents "𩗢"^^xsd:string .

<http://lexvo.org/id/char/295E3> a lvont:Character ;
    lvont:represents "𩗣"^^xsd:string .

<http://lexvo.org/id/char/295E4> a lvont:Character ;
    lvont:represents "𩗤"^^xsd:string .

<http://lexvo.org/id/char/295E5> a lvont:Character ;
    lvont:represents "𩗥"^^xsd:string .

<http://lexvo.org/id/char/295E6> a lvont:Character ;
    lvont:represents "𩗦"^^xsd:string .

<http://lexvo.org/id/char/295E7> a lvont:Character ;
    lvont:represents "𩗧"^^xsd:string .

<http://lexvo.org/id/char/295E8> a lvont:Character ;
    lvont:represents "𩗨"^^xsd:string .

<http://lexvo.org/id/char/295E9> a lvont:Character ;
    lvont:represents "𩗩"^^xsd:string .

<http://lexvo.org/id/char/295EA> a lvont:Character ;
    lvont:represents "𩗪"^^xsd:string .

<http://lexvo.org/id/char/295EB> a lvont:Character ;
    lvont:represents "𩗫"^^xsd:string .

<http://lexvo.org/id/char/295EC> a lvont:Character ;
    lvont:represents "𩗬"^^xsd:string .

<http://lexvo.org/id/char/295ED> a lvont:Character ;
    lvont:represents "𩗭"^^xsd:string .

<http://lexvo.org/id/char/295EE> a lvont:Character ;
    lvont:represents "𩗮"^^xsd:string .

<http://lexvo.org/id/char/295EF> a lvont:Character ;
    lvont:represents "𩗯"^^xsd:string .

<http://lexvo.org/id/char/295F> a lvont:Character ;
    lvont:represents "⥟"^^xsd:string ;
    rdfs:comment "RIGHTWARDS HARPOON WITH BARB DOWN FROM BAR"@en .

<http://lexvo.org/id/char/295F0> a lvont:Character ;
    lvont:represents "𩗰"^^xsd:string .

<http://lexvo.org/id/char/295F1> a lvont:Character ;
    lvont:represents "𩗱"^^xsd:string .

<http://lexvo.org/id/char/295F2> a lvont:Character ;
    lvont:represents "𩗲"^^xsd:string .

<http://lexvo.org/id/char/295F3> a lvont:Character ;
    lvont:represents "𩗳"^^xsd:string .

<http://lexvo.org/id/char/295F4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/bung6>,
        <http://lexvo.org/id/term/yue/%F0%A9%97%B4>,
        "𩗴"^^xsd:string ;
    rdfs:comment "(Cant.) classifier for odors"@en .

<http://lexvo.org/id/char/295F5> a lvont:Character ;
    lvont:represents "𩗵"^^xsd:string .

<http://lexvo.org/id/char/295F6> a lvont:Character ;
    lvont:represents "𩗶"^^xsd:string .

<http://lexvo.org/id/char/295F7> a lvont:Character ;
    lvont:represents "𩗷"^^xsd:string .

<http://lexvo.org/id/char/295F8> a lvont:Character ;
    lvont:represents "𩗸"^^xsd:string .

<http://lexvo.org/id/char/295F9> a lvont:Character ;
    lvont:represents "𩗹"^^xsd:string .

<http://lexvo.org/id/char/295FA> a lvont:Character ;
    lvont:represents "𩗺"^^xsd:string .

<http://lexvo.org/id/char/295FB> a lvont:Character ;
    lvont:represents "𩗻"^^xsd:string .

<http://lexvo.org/id/char/295FC> a lvont:Character ;
    lvont:represents "𩗼"^^xsd:string .

<http://lexvo.org/id/char/295FD> a lvont:Character ;
    lvont:represents "𩗽"^^xsd:string .

<http://lexvo.org/id/char/295FE> a lvont:Character ;
    lvont:represents "𩗾"^^xsd:string .

<http://lexvo.org/id/char/295FF> a lvont:Character ;
    lvont:represents "𩗿"^^xsd:string .

<http://lexvo.org/id/char/2960> a lvont:Character ;
    lvont:represents "⥠"^^xsd:string ;
    rdfs:comment "UPWARDS HARPOON WITH BARB LEFT FROM BAR"@en .

<http://lexvo.org/id/char/29600> a lvont:Character ;
    lvont:represents "𩘀"^^xsd:string .

<http://lexvo.org/id/char/29601> a lvont:Character ;
    lvont:represents "𩘁"^^xsd:string .

<http://lexvo.org/id/char/29602> a lvont:Character ;
    lvont:represents "𩘂"^^xsd:string .

<http://lexvo.org/id/char/29603> a lvont:Character ;
    lvont:represents "𩘃"^^xsd:string .

<http://lexvo.org/id/char/29604> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/may>,
        "𩘄"^^xsd:string .

<http://lexvo.org/id/char/29605> a lvont:Character ;
    lvont:represents "𩘅"^^xsd:string .

<http://lexvo.org/id/char/29606> a lvont:Character ;
    lvont:represents "𩘆"^^xsd:string .

<http://lexvo.org/id/char/29607> a lvont:Character ;
    lvont:represents "𩘇"^^xsd:string .

<http://lexvo.org/id/char/29608> a lvont:Character ;
    lvont:represents "𩘈"^^xsd:string .

<http://lexvo.org/id/char/29609> a lvont:Character ;
    lvont:represents "𩘉"^^xsd:string .

<http://lexvo.org/id/char/2960A> a lvont:Character ;
    lvont:represents "𩘊"^^xsd:string .

<http://lexvo.org/id/char/2960B> a lvont:Character ;
    lvont:represents "𩘋"^^xsd:string .

<http://lexvo.org/id/char/2960C> a lvont:Character ;
    lvont:represents "𩘌"^^xsd:string .

<http://lexvo.org/id/char/2960D> a lvont:Character ;
    lvont:represents "𩘍"^^xsd:string .

<http://lexvo.org/id/char/2960E> a lvont:Character ;
    lvont:represents "𩘎"^^xsd:string .

<http://lexvo.org/id/char/2960F> a lvont:Character ;
    lvont:represents "𩘏"^^xsd:string .

<http://lexvo.org/id/char/2961> a lvont:Character ;
    lvont:represents "⥡"^^xsd:string ;
    rdfs:comment "DOWNWARDS HARPOON WITH BARB LEFT FROM BAR"@en .

<http://lexvo.org/id/char/29610> a lvont:Character ;
    lvont:represents "𩘐"^^xsd:string .

<http://lexvo.org/id/char/29611> a lvont:Character ;
    lvont:represents "𩘑"^^xsd:string .

<http://lexvo.org/id/char/29612> a lvont:Character ;
    lvont:represents "𩘒"^^xsd:string .

<http://lexvo.org/id/char/29613> a lvont:Character ;
    lvont:represents "𩘓"^^xsd:string .

<http://lexvo.org/id/char/29614> a lvont:Character ;
    lvont:represents "𩘔"^^xsd:string .

<http://lexvo.org/id/char/29615> a lvont:Character ;
    lvont:represents "𩘕"^^xsd:string .

<http://lexvo.org/id/char/29616> a lvont:Character ;
    lvont:represents "𩘖"^^xsd:string .

<http://lexvo.org/id/char/29617> a lvont:Character ;
    lvont:represents "𩘗"^^xsd:string .

<http://lexvo.org/id/char/29618> a lvont:Character ;
    lvont:represents "𩘘"^^xsd:string .

<http://lexvo.org/id/char/29619> a lvont:Character ;
    lvont:represents "𩘙"^^xsd:string .

<http://lexvo.org/id/char/2961A> a lvont:Character ;
    lvont:represents "𩘚"^^xsd:string .

<http://lexvo.org/id/char/2961B> a lvont:Character ;
    lvont:represents "𩘛"^^xsd:string .

<http://lexvo.org/id/char/2961C> a lvont:Character ;
    lvont:represents "𩘜"^^xsd:string .

<http://lexvo.org/id/char/2961D> a lvont:Character ;
    lvont:represents "𩘝"^^xsd:string .

<http://lexvo.org/id/char/2961E> a lvont:Character ;
    lvont:represents "𩘞"^^xsd:string .

<http://lexvo.org/id/char/2961F> a lvont:Character ;
    lvont:represents "𩘟"^^xsd:string .

<http://lexvo.org/id/char/2962> a lvont:Character ;
    lvont:represents "⥢"^^xsd:string ;
    rdfs:comment "LEFTWARDS HARPOON WITH BARB UP ABOVE LEFTWARDS HARPOON WITH BARB DOWN"@en .

<http://lexvo.org/id/char/29620> a lvont:Character ;
    lvont:represents "𩘠"^^xsd:string .

<http://lexvo.org/id/char/29621> a lvont:Character ;
    lvont:represents "𩘡"^^xsd:string .

<http://lexvo.org/id/char/29622> a lvont:Character ;
    lvont:represents "𩘢"^^xsd:string .

<http://lexvo.org/id/char/29623> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/t%E1%BB%91>,
        "𩘣"^^xsd:string .

<http://lexvo.org/id/char/29624> a lvont:Character ;
    lvont:represents "𩘤"^^xsd:string .

<http://lexvo.org/id/char/29625> a lvont:Character ;
    lvont:represents "𩘥"^^xsd:string .

<http://lexvo.org/id/char/29626> a lvont:Character ;
    lvont:represents "𩘦"^^xsd:string .

<http://lexvo.org/id/char/29627> a lvont:Character ;
    lvont:represents "𩘧"^^xsd:string .

<http://lexvo.org/id/char/29628> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/d%C3%B4ng>,
        "𩘨"^^xsd:string .

<http://lexvo.org/id/char/29629> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/th%C3%B3i>,
        "𩘩"^^xsd:string .

<http://lexvo.org/id/char/2962A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/gi%C3%B4ng>,
        "𩘪"^^xsd:string .

<http://lexvo.org/id/char/2962B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/h%E1%BA%A9y>,
        "𩘫"^^xsd:string .

<http://lexvo.org/id/char/2962C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/th%C3%B3i>,
        "𩘬"^^xsd:string .

<http://lexvo.org/id/char/2962D> a lvont:Character ;
    lvont:represents "𩘭"^^xsd:string .

<http://lexvo.org/id/char/2962E> a lvont:Character ;
    lvont:represents "𩘮"^^xsd:string .

<http://lexvo.org/id/char/2962F> a lvont:Character ;
    lvont:represents "𩘯"^^xsd:string .

<http://lexvo.org/id/char/2963> a lvont:Character ;
    lvont:represents "⥣"^^xsd:string ;
    rdfs:comment "UPWARDS HARPOON WITH BARB LEFT BESIDE UPWARDS HARPOON WITH BARB RIGHT"@en .

<http://lexvo.org/id/char/29630> a lvont:Character ;
    lvont:represents "𩘰"^^xsd:string .

<http://lexvo.org/id/char/29631> a lvont:Character ;
    lvont:represents "𩘱"^^xsd:string .

<http://lexvo.org/id/char/29632> a lvont:Character ;
    lvont:represents "𩘲"^^xsd:string .

<http://lexvo.org/id/char/29633> a lvont:Character ;
    lvont:represents "𩘳"^^xsd:string .

<http://lexvo.org/id/char/29634> a lvont:Character ;
    lvont:represents "𩘴"^^xsd:string .

<http://lexvo.org/id/char/29635> a lvont:Character ;
    lvont:represents "𩘵"^^xsd:string .

<http://lexvo.org/id/char/29636> a lvont:Character ;
    lvont:represents "𩘶"^^xsd:string .

<http://lexvo.org/id/char/29637> a lvont:Character ;
    lvont:represents "𩘷"^^xsd:string .

<http://lexvo.org/id/char/29638> a lvont:Character ;
    lvont:represents "𩘸"^^xsd:string .

<http://lexvo.org/id/char/29639> a lvont:Character ;
    lvont:represents "𩘹"^^xsd:string .

<http://lexvo.org/id/char/2963A> a lvont:Character ;
    lvont:represents "𩘺"^^xsd:string .

<http://lexvo.org/id/char/2963B> a lvont:Character ;
    lvont:represents "𩘻"^^xsd:string .

<http://lexvo.org/id/char/2963C> a lvont:Character ;
    lvont:represents "𩘼"^^xsd:string .

<http://lexvo.org/id/char/2963D> a lvont:Character ;
    lvont:represents "𩘽"^^xsd:string .

<http://lexvo.org/id/char/2963E> a lvont:Character ;
    lvont:represents "𩘾"^^xsd:string .

<http://lexvo.org/id/char/2963F> a lvont:Character ;
    lvont:represents "𩘿"^^xsd:string .

<http://lexvo.org/id/char/2964> a lvont:Character ;
    lvont:represents "⥤"^^xsd:string ;
    rdfs:comment "RIGHTWARDS HARPOON WITH BARB UP ABOVE RIGHTWARDS HARPOON WITH BARB DOWN"@en .

<http://lexvo.org/id/char/29640> a lvont:Character ;
    lvont:represents "𩙀"^^xsd:string .

<http://lexvo.org/id/char/29641> a lvont:Character ;
    lvont:represents "𩙁"^^xsd:string .

<http://lexvo.org/id/char/29642> a lvont:Character ;
    lvont:represents "𩙂"^^xsd:string .

<http://lexvo.org/id/char/29643> a lvont:Character ;
    lvont:represents "𩙃"^^xsd:string .

<http://lexvo.org/id/char/29644> a lvont:Character ;
    lvont:represents "𩙄"^^xsd:string .

<http://lexvo.org/id/char/29645> a lvont:Character ;
    lvont:represents "𩙅"^^xsd:string .

<http://lexvo.org/id/char/29646> a lvont:Character ;
    lvont:represents "𩙆"^^xsd:string .

<http://lexvo.org/id/char/29647> a lvont:Character ;
    lvont:represents "𩙇"^^xsd:string .

<http://lexvo.org/id/char/29648> a lvont:Character ;
    lvont:represents "𩙈"^^xsd:string .

<http://lexvo.org/id/char/29649> a lvont:Character ;
    lvont:represents "𩙉"^^xsd:string .

<http://lexvo.org/id/char/2964A> a lvont:Character ;
    lvont:represents "𩙊"^^xsd:string .

<http://lexvo.org/id/char/2964B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/gi%C3%B3>,
        "𩙋"^^xsd:string .

<http://lexvo.org/id/char/2964C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/gi%C3%B3>,
        "𩙌"^^xsd:string .

<http://lexvo.org/id/char/2964D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/gi%C3%B3>,
        "𩙍"^^xsd:string .

<http://lexvo.org/id/char/2964E> a lvont:Character ;
    lvont:represents "𩙎"^^xsd:string .

<http://lexvo.org/id/char/2964F> a lvont:Character ;
    lvont:represents "𩙏"^^xsd:string .

<http://lexvo.org/id/char/2965> a lvont:Character ;
    lvont:represents "⥥"^^xsd:string ;
    rdfs:comment "DOWNWARDS HARPOON WITH BARB LEFT BESIDE DOWNWARDS HARPOON WITH BARB RIGHT"@en .

<http://lexvo.org/id/char/29650> a lvont:Character ;
    lvont:represents "𩙐"^^xsd:string .

<http://lexvo.org/id/char/29651> a lvont:Character ;
    lvont:represents "𩙑"^^xsd:string .

<http://lexvo.org/id/char/29652> a lvont:Character ;
    lvont:represents "𩙒"^^xsd:string .

<http://lexvo.org/id/char/29653> a lvont:Character ;
    lvont:represents "𩙓"^^xsd:string .

<http://lexvo.org/id/char/29654> a lvont:Character ;
    lvont:represents "𩙔"^^xsd:string .

<http://lexvo.org/id/char/29655> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/b%C3%A3o>,
        "𩙕"^^xsd:string .

<http://lexvo.org/id/char/29656> a lvont:Character ;
    lvont:represents "𩙖"^^xsd:string .

<http://lexvo.org/id/char/29657> a lvont:Character ;
    lvont:represents "𩙗"^^xsd:string .

<http://lexvo.org/id/char/29658> a lvont:Character ;
    lvont:represents "𩙘"^^xsd:string .

<http://lexvo.org/id/char/29659> a lvont:Character ;
    lvont:represents "𩙙"^^xsd:string .

<http://lexvo.org/id/char/2965A> a lvont:Character ;
    lvont:represents "𩙚"^^xsd:string .

<http://lexvo.org/id/char/2965B> a lvont:Character ;
    lvont:represents "𩙛"^^xsd:string .

<http://lexvo.org/id/char/2965C> a lvont:Character ;
    lvont:represents "𩙜"^^xsd:string .

<http://lexvo.org/id/char/2965D> a lvont:Character ;
    lvont:represents "𩙝"^^xsd:string .

<http://lexvo.org/id/char/2965E> a lvont:Character ;
    lvont:represents "𩙞"^^xsd:string .

<http://lexvo.org/id/char/2965F> a lvont:Character ;
    lvont:represents "𩙟"^^xsd:string .

<http://lexvo.org/id/char/2966> a lvont:Character ;
    lvont:represents "⥦"^^xsd:string ;
    rdfs:comment "LEFTWARDS HARPOON WITH BARB UP ABOVE RIGHTWARDS HARPOON WITH BARB UP"@en .

<http://lexvo.org/id/char/29660> a lvont:Character ;
    lvont:represents "𩙠"^^xsd:string .

<http://lexvo.org/id/char/29661> a lvont:Character ;
    lvont:represents "𩙡"^^xsd:string .

<http://lexvo.org/id/char/29662> a lvont:Character ;
    lvont:represents "𩙢"^^xsd:string .

<http://lexvo.org/id/char/29663> a lvont:Character ;
    lvont:represents "𩙣"^^xsd:string .

<http://lexvo.org/id/char/29664> a lvont:Character ;
    lvont:represents "𩙤"^^xsd:string .

<http://lexvo.org/id/char/29665> a lvont:Character ;
    lvont:represents "𩙥"^^xsd:string .

<http://lexvo.org/id/char/29666> a lvont:Character ;
    lvont:represents "𩙦"^^xsd:string .

<http://lexvo.org/id/char/29667> a lvont:Character ;
    lvont:represents "𩙧"^^xsd:string .

<http://lexvo.org/id/char/29668> a lvont:Character ;
    lvont:represents "𩙨"^^xsd:string .

<http://lexvo.org/id/char/29669> a lvont:Character ;
    lvont:represents "𩙩"^^xsd:string .

<http://lexvo.org/id/char/2966A> a lvont:Character ;
    lvont:represents "𩙪"^^xsd:string .

<http://lexvo.org/id/char/2966B> a lvont:Character ;
    lvont:represents "𩙫"^^xsd:string .

<http://lexvo.org/id/char/2966C> a lvont:Character ;
    lvont:represents "𩙬"^^xsd:string .

<http://lexvo.org/id/char/2966D> a lvont:Character ;
    lvont:represents "𩙭"^^xsd:string .

<http://lexvo.org/id/char/2966E> a lvont:Character ;
    lvont:represents "𩙮"^^xsd:string .

<http://lexvo.org/id/char/2966F> a lvont:Character ;
    lvont:represents "𩙯"^^xsd:string .

<http://lexvo.org/id/char/2967> a lvont:Character ;
    lvont:represents "⥧"^^xsd:string ;
    rdfs:comment "LEFTWARDS HARPOON WITH BARB DOWN ABOVE RIGHTWARDS HARPOON WITH BARB DOWN"@en .

<http://lexvo.org/id/char/29670> a lvont:Character ;
    lvont:represents "𩙰"^^xsd:string .

<http://lexvo.org/id/char/29672> a lvont:Character ;
    lvont:represents "𩙲"^^xsd:string .

<http://lexvo.org/id/char/29673> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/li%E1%BB%87ng>,
        "𩙳"^^xsd:string .

<http://lexvo.org/id/char/29674> a lvont:Character ;
    lvont:represents "𩙴"^^xsd:string .

<http://lexvo.org/id/char/29675> a lvont:Character ;
    lvont:represents "𩙵"^^xsd:string .

<http://lexvo.org/id/char/29676> a lvont:Character ;
    lvont:represents "𩙶"^^xsd:string .

<http://lexvo.org/id/char/29677> a lvont:Character ;
    lvont:represents "𩙷"^^xsd:string .

<http://lexvo.org/id/char/29678> a lvont:Character ;
    lvont:represents "𩙸"^^xsd:string .

<http://lexvo.org/id/char/29679> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/b%E1%BB%95ng>,
        "𩙹"^^xsd:string .

<http://lexvo.org/id/char/2967A> a lvont:Character ;
    lvont:represents "𩙺"^^xsd:string .

<http://lexvo.org/id/char/2967B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/bay>,
        "𩙻"^^xsd:string .

<http://lexvo.org/id/char/2967C> a lvont:Character ;
    lvont:represents "𩙼"^^xsd:string .

<http://lexvo.org/id/char/2967D> a lvont:Character ;
    lvont:represents "𩙽"^^xsd:string .

<http://lexvo.org/id/char/2967E> a lvont:Character ;
    lvont:represents "𩙾"^^xsd:string .

<http://lexvo.org/id/char/2968> a lvont:Character ;
    lvont:represents "⥨"^^xsd:string ;
    rdfs:comment "RIGHTWARDS HARPOON WITH BARB UP ABOVE LEFTWARDS HARPOON WITH BARB UP"@en .

<http://lexvo.org/id/char/29682> a lvont:Character ;
    lvont:represents "𩚂"^^xsd:string .

<http://lexvo.org/id/char/29684> a lvont:Character ;
    lvont:represents "𩚄"^^xsd:string .

<http://lexvo.org/id/char/29685> a lvont:Character ;
    lvont:represents "𩚅"^^xsd:string .

<http://lexvo.org/id/char/29686> a lvont:Character ;
    lvont:represents "𩚆"^^xsd:string .

<http://lexvo.org/id/char/29687> a lvont:Character ;
    lvont:represents "𩚇"^^xsd:string .

<http://lexvo.org/id/char/29688> a lvont:Character ;
    lvont:represents "𩚈"^^xsd:string .

<http://lexvo.org/id/char/29689> a lvont:Character ;
    lvont:represents "𩚉"^^xsd:string .

<http://lexvo.org/id/char/2968A> a lvont:Character ;
    lvont:represents "𩚊"^^xsd:string .

<http://lexvo.org/id/char/2968B> a lvont:Character ;
    lvont:represents "𩚋"^^xsd:string .

<http://lexvo.org/id/char/2968C> a lvont:Character ;
    lvont:represents "𩚌"^^xsd:string .

<http://lexvo.org/id/char/2968D> a lvont:Character ;
    lvont:represents "𩚍"^^xsd:string .

<http://lexvo.org/id/char/2968E> a lvont:Character ;
    lvont:represents "𩚎"^^xsd:string .

<http://lexvo.org/id/char/2968F> a lvont:Character ;
    lvont:represents "𩚏"^^xsd:string .

<http://lexvo.org/id/char/2969> a lvont:Character ;
    lvont:represents "⥩"^^xsd:string ;
    rdfs:comment "RIGHTWARDS HARPOON WITH BARB DOWN ABOVE LEFTWARDS HARPOON WITH BARB DOWN"@en .

<http://lexvo.org/id/char/29690> a lvont:Character ;
    lvont:represents "𩚐"^^xsd:string .

<http://lexvo.org/id/char/29691> a lvont:Character ;
    lvont:represents "𩚑"^^xsd:string .

<http://lexvo.org/id/char/29692> a lvont:Character ;
    lvont:represents "𩚒"^^xsd:string .

<http://lexvo.org/id/char/29693> a lvont:Character ;
    lvont:represents "𩚓"^^xsd:string .

<http://lexvo.org/id/char/29694> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/nh%E1%BB%AD>,
        "𩚔"^^xsd:string .

<http://lexvo.org/id/char/29695> a lvont:Character ;
    lvont:represents "𩚕"^^xsd:string .

<http://lexvo.org/id/char/29696> a lvont:Character ;
    lvont:represents "𩚖"^^xsd:string .

<http://lexvo.org/id/char/29697> a lvont:Character ;
    lvont:represents "𩚗"^^xsd:string .

<http://lexvo.org/id/char/29698> a lvont:Character ;
    lvont:represents "𩚘"^^xsd:string .

<http://lexvo.org/id/char/29699> a lvont:Character ;
    lvont:represents "𩚙"^^xsd:string .

<http://lexvo.org/id/char/2969A> a lvont:Character ;
    lvont:represents "𩚚"^^xsd:string .

<http://lexvo.org/id/char/2969B> a lvont:Character ;
    lvont:represents "𩚛"^^xsd:string .

<http://lexvo.org/id/char/2969C> a lvont:Character ;
    lvont:represents "𩚜"^^xsd:string .

<http://lexvo.org/id/char/2969D> a lvont:Character ;
    lvont:represents "𩚝"^^xsd:string .

<http://lexvo.org/id/char/2969E> a lvont:Character ;
    lvont:represents "𩚞"^^xsd:string .

<http://lexvo.org/id/char/2969F> a lvont:Character ;
    lvont:represents "𩚟"^^xsd:string .

<http://lexvo.org/id/char/296A> a lvont:Character ;
    lvont:represents "⥪"^^xsd:string ;
    rdfs:comment "LEFTWARDS HARPOON WITH BARB UP ABOVE LONG DASH"@en .

<http://lexvo.org/id/char/296A0> a lvont:Character ;
    lvont:represents "𩚠"^^xsd:string .

<http://lexvo.org/id/char/296A1> a lvont:Character ;
    lvont:represents "𩚡"^^xsd:string .

<http://lexvo.org/id/char/296A2> a lvont:Character ;
    lvont:represents "𩚢"^^xsd:string .

<http://lexvo.org/id/char/296A3> a lvont:Character ;
    lvont:represents "𩚣"^^xsd:string .

<http://lexvo.org/id/char/296A4> a lvont:Character ;
    lvont:represents "𩚤"^^xsd:string .

<http://lexvo.org/id/char/296A5> a lvont:Character ;
    lvont:represents "𩚥"^^xsd:string .

<http://lexvo.org/id/char/296A6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/th%E1%BA%BFt>,
        "𩚦"^^xsd:string .

<http://lexvo.org/id/char/296A7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/qu%C3%A0>,
        "𩚧"^^xsd:string .

<http://lexvo.org/id/char/296A8> a lvont:Character ;
    lvont:represents "𩚨"^^xsd:string .

<http://lexvo.org/id/char/296A9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/c%E1%BB%97>,
        "𩚩"^^xsd:string .

<http://lexvo.org/id/char/296AA> a lvont:Character ;
    lvont:represents "𩚪"^^xsd:string .

<http://lexvo.org/id/char/296AB> a lvont:Character ;
    lvont:represents "𩚫"^^xsd:string .

<http://lexvo.org/id/char/296AC> a lvont:Character ;
    lvont:represents "𩚬"^^xsd:string .

<http://lexvo.org/id/char/296AD> a lvont:Character ;
    lvont:represents "𩚭"^^xsd:string .

<http://lexvo.org/id/char/296AE> a lvont:Character ;
    lvont:represents "𩚮"^^xsd:string .

<http://lexvo.org/id/char/296AF> a lvont:Character ;
    lvont:represents "𩚯"^^xsd:string .

<http://lexvo.org/id/char/296B> a lvont:Character ;
    lvont:represents "⥫"^^xsd:string ;
    rdfs:comment "LEFTWARDS HARPOON WITH BARB DOWN BELOW LONG DASH"@en .

<http://lexvo.org/id/char/296B0> a lvont:Character ;
    lvont:represents "𩚰"^^xsd:string .

<http://lexvo.org/id/char/296B1> a lvont:Character ;
    lvont:represents "𩚱"^^xsd:string .

<http://lexvo.org/id/char/296B2> a lvont:Character ;
    lvont:represents "𩚲"^^xsd:string .

<http://lexvo.org/id/char/296B3> a lvont:Character ;
    lvont:represents "𩚳"^^xsd:string .

<http://lexvo.org/id/char/296B4> a lvont:Character ;
    lvont:represents "𩚴"^^xsd:string .

<http://lexvo.org/id/char/296B5> a lvont:Character ;
    lvont:represents "𩚵"^^xsd:string .

<http://lexvo.org/id/char/296B6> a lvont:Character ;
    lvont:represents "𩚶"^^xsd:string .

<http://lexvo.org/id/char/296B7> a lvont:Character ;
    lvont:represents "𩚷"^^xsd:string .

<http://lexvo.org/id/char/296B8> a lvont:Character ;
    lvont:represents "𩚸"^^xsd:string .

<http://lexvo.org/id/char/296B9> a lvont:Character ;
    lvont:represents "𩚹"^^xsd:string .

<http://lexvo.org/id/char/296BA> a lvont:Character ;
    lvont:represents "𩚺"^^xsd:string .

<http://lexvo.org/id/char/296BB> a lvont:Character ;
    lvont:represents "𩚻"^^xsd:string .

<http://lexvo.org/id/char/296BC> a lvont:Character ;
    lvont:represents "𩚼"^^xsd:string .

<http://lexvo.org/id/char/296BD> a lvont:Character ;
    lvont:represents "𩚽"^^xsd:string .

<http://lexvo.org/id/char/296BE> a lvont:Character ;
    lvont:represents "𩚾"^^xsd:string .

<http://lexvo.org/id/char/296BF> a lvont:Character ;
    lvont:represents "𩚿"^^xsd:string .

<http://lexvo.org/id/char/296C> a lvont:Character ;
    lvont:represents "⥬"^^xsd:string ;
    rdfs:comment "RIGHTWARDS HARPOON WITH BARB UP ABOVE LONG DASH"@en .

<http://lexvo.org/id/char/296C0> a lvont:Character ;
    lvont:represents "𩛀"^^xsd:string .

<http://lexvo.org/id/char/296C1> a lvont:Character ;
    lvont:represents "𩛁"^^xsd:string .

<http://lexvo.org/id/char/296C2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/no>,
        "𩛂"^^xsd:string .

<http://lexvo.org/id/char/296C3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/qu%C3%A0>,
        "𩛃"^^xsd:string .

<http://lexvo.org/id/char/296C4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/b%C3%A1nh>,
        "𩛄"^^xsd:string .

<http://lexvo.org/id/char/296C5> a lvont:Character ;
    lvont:represents "𩛅"^^xsd:string .

<http://lexvo.org/id/char/296C6> a lvont:Character ;
    lvont:represents "𩛆"^^xsd:string .

<http://lexvo.org/id/char/296C7> a lvont:Character ;
    lvont:represents "𩛇"^^xsd:string .

<http://lexvo.org/id/char/296C8> a lvont:Character ;
    lvont:represents "𩛈"^^xsd:string .

<http://lexvo.org/id/char/296C9> a lvont:Character ;
    lvont:represents "𩛉"^^xsd:string .

<http://lexvo.org/id/char/296CA> a lvont:Character ;
    lvont:represents "𩛊"^^xsd:string .

<http://lexvo.org/id/char/296CB> a lvont:Character ;
    lvont:represents "𩛋"^^xsd:string .

<http://lexvo.org/id/char/296CC> a lvont:Character ;
    lvont:represents "𩛌"^^xsd:string .

<http://lexvo.org/id/char/296CD> a lvont:Character ;
    lvont:represents "𩛍"^^xsd:string .

<http://lexvo.org/id/char/296CE> a lvont:Character ;
    lvont:represents "𩛎"^^xsd:string .

<http://lexvo.org/id/char/296CF> a lvont:Character ;
    lvont:represents "𩛏"^^xsd:string .

<http://lexvo.org/id/char/296D> a lvont:Character ;
    lvont:represents "⥭"^^xsd:string ;
    rdfs:comment "RIGHTWARDS HARPOON WITH BARB DOWN BELOW LONG DASH"@en .

<http://lexvo.org/id/char/296D0> a lvont:Character ;
    lvont:represents "𩛐"^^xsd:string .

<http://lexvo.org/id/char/296D1> a lvont:Character ;
    lvont:represents "𩛑"^^xsd:string .

<http://lexvo.org/id/char/296D2> a lvont:Character ;
    lvont:represents "𩛒"^^xsd:string .

<http://lexvo.org/id/char/296D3> a lvont:Character ;
    lvont:represents "𩛓"^^xsd:string .

<http://lexvo.org/id/char/296D4> a lvont:Character ;
    lvont:represents "𩛔"^^xsd:string .

<http://lexvo.org/id/char/296D5> a lvont:Character ;
    lvont:represents "𩛕"^^xsd:string .

<http://lexvo.org/id/char/296D6> a lvont:Character ;
    lvont:represents "𩛖"^^xsd:string .

<http://lexvo.org/id/char/296D7> a lvont:Character ;
    lvont:represents "𩛗"^^xsd:string .

<http://lexvo.org/id/char/296D8> a lvont:Character ;
    lvont:represents "𩛘"^^xsd:string .

<http://lexvo.org/id/char/296D9> a lvont:Character ;
    lvont:represents "𩛙"^^xsd:string .

<http://lexvo.org/id/char/296DA> a lvont:Character ;
    lvont:represents "𩛚"^^xsd:string .

<http://lexvo.org/id/char/296DB> a lvont:Character ;
    lvont:represents "𩛛"^^xsd:string .

<http://lexvo.org/id/char/296DC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/%C4%91%C3%B3i>,
        "𩛜"^^xsd:string .

<http://lexvo.org/id/char/296DD> a lvont:Character ;
    lvont:represents "𩛝"^^xsd:string .

<http://lexvo.org/id/char/296DE> a lvont:Character ;
    lvont:represents "𩛞"^^xsd:string .

<http://lexvo.org/id/char/296DF> a lvont:Character ;
    lvont:represents "𩛟"^^xsd:string .

<http://lexvo.org/id/char/296E> a lvont:Character ;
    lvont:represents "⥮"^^xsd:string ;
    rdfs:comment "UPWARDS HARPOON WITH BARB LEFT BESIDE DOWNWARDS HARPOON WITH BARB RIGHT"@en .

<http://lexvo.org/id/char/296E0> a lvont:Character ;
    lvont:represents "𩛠"^^xsd:string .

<http://lexvo.org/id/char/296E1> a lvont:Character ;
    lvont:represents "𩛡"^^xsd:string .

<http://lexvo.org/id/char/296E2> a lvont:Character ;
    lvont:represents "𩛢"^^xsd:string .

<http://lexvo.org/id/char/296E3> a lvont:Character ;
    lvont:represents "𩛣"^^xsd:string .

<http://lexvo.org/id/char/296E4> a lvont:Character ;
    lvont:represents "𩛤"^^xsd:string .

<http://lexvo.org/id/char/296E5> a lvont:Character ;
    lvont:represents "𩛥"^^xsd:string .

<http://lexvo.org/id/char/296E6> a lvont:Character ;
    lvont:represents "𩛦"^^xsd:string .

<http://lexvo.org/id/char/296E7> a lvont:Character ;
    lvont:represents "𩛧"^^xsd:string .

<http://lexvo.org/id/char/296E8> a lvont:Character ;
    lvont:represents "𩛨"^^xsd:string .

<http://lexvo.org/id/char/296E9> a lvont:Character ;
    lvont:represents "𩛩"^^xsd:string .

<http://lexvo.org/id/char/296EA> a lvont:Character ;
    lvont:represents "𩛪"^^xsd:string .

<http://lexvo.org/id/char/296EB> a lvont:Character ;
    lvont:represents "𩛫"^^xsd:string .

<http://lexvo.org/id/char/296EC> a lvont:Character ;
    lvont:represents "𩛬"^^xsd:string .

<http://lexvo.org/id/char/296ED> a lvont:Character ;
    lvont:represents "𩛭"^^xsd:string .

<http://lexvo.org/id/char/296EE> a lvont:Character ;
    lvont:represents "𩛮"^^xsd:string .

<http://lexvo.org/id/char/296EF> a lvont:Character ;
    lvont:represents "𩛯"^^xsd:string .

<http://lexvo.org/id/char/296F> a lvont:Character ;
    lvont:represents "⥯"^^xsd:string ;
    rdfs:comment "DOWNWARDS HARPOON WITH BARB LEFT BESIDE UPWARDS HARPOON WITH BARB RIGHT"@en .

<http://lexvo.org/id/char/296F0> a lvont:Character ;
    lvont:represents "𩛰"^^xsd:string .

<http://lexvo.org/id/char/296F1> a lvont:Character ;
    lvont:represents "𩛱"^^xsd:string .

<http://lexvo.org/id/char/296F2> a lvont:Character ;
    lvont:represents "𩛲"^^xsd:string .

<http://lexvo.org/id/char/296F3> a lvont:Character ;
    lvont:represents "𩛳"^^xsd:string .

<http://lexvo.org/id/char/296F4> a lvont:Character ;
    lvont:represents "𩛴"^^xsd:string .

<http://lexvo.org/id/char/296F5> a lvont:Character ;
    lvont:represents "𩛵"^^xsd:string .

<http://lexvo.org/id/char/296F6> a lvont:Character ;
    lvont:represents "𩛶"^^xsd:string .

<http://lexvo.org/id/char/296F7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/b%E1%BB%AFa>,
        "𩛷"^^xsd:string .

<http://lexvo.org/id/char/296F8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/m%E1%BB%93i>,
        "𩛸"^^xsd:string .

<http://lexvo.org/id/char/296F9> a lvont:Character ;
    lvont:represents "𩛹"^^xsd:string .

<http://lexvo.org/id/char/296FA> a lvont:Character ;
    lvont:represents "𩛺"^^xsd:string .

<http://lexvo.org/id/char/296FB> a lvont:Character ;
    lvont:represents "𩛻"^^xsd:string .

<http://lexvo.org/id/char/296FC> a lvont:Character ;
    lvont:represents "𩛼"^^xsd:string .

<http://lexvo.org/id/char/296FD> a lvont:Character ;
    lvont:represents "𩛽"^^xsd:string .

<http://lexvo.org/id/char/296FE> a lvont:Character ;
    lvont:represents "𩛾"^^xsd:string .

<http://lexvo.org/id/char/296FF> a lvont:Character ;
    lvont:represents "𩛿"^^xsd:string .

<http://lexvo.org/id/char/2970> a lvont:Character ;
    lvont:represents "⥰"^^xsd:string ;
    rdfs:comment "RIGHT DOUBLE ARROW WITH ROUNDED HEAD"@en .

<http://lexvo.org/id/char/29700> a lvont:Character ;
    lvont:represents "𩜀"^^xsd:string .

<http://lexvo.org/id/char/29701> a lvont:Character ;
    lvont:represents "𩜁"^^xsd:string .

<http://lexvo.org/id/char/29702> a lvont:Character ;
    lvont:represents "𩜂"^^xsd:string .

<http://lexvo.org/id/char/29703> a lvont:Character ;
    lvont:represents "𩜃"^^xsd:string .

<http://lexvo.org/id/char/29704> a lvont:Character ;
    lvont:represents "𩜄"^^xsd:string .

<http://lexvo.org/id/char/29705> a lvont:Character ;
    lvont:represents "𩜅"^^xsd:string .

<http://lexvo.org/id/char/29706> a lvont:Character ;
    lvont:represents "𩜆"^^xsd:string .

<http://lexvo.org/id/char/29707> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%F0%A9%9C%87>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ju%C7%8En>,
        "𩜇"^^xsd:string ;
    rdfs:comment "thin wafers in which meat and other foods are rolled and eaten"@en .

<http://lexvo.org/id/char/29708> a lvont:Character ;
    lvont:represents "𩜈"^^xsd:string .

<http://lexvo.org/id/char/29709> a lvont:Character ;
    lvont:represents "𩜉"^^xsd:string .

<http://lexvo.org/id/char/2970A> a lvont:Character ;
    lvont:represents "𩜊"^^xsd:string .

<http://lexvo.org/id/char/2970B> a lvont:Character ;
    lvont:represents "𩜋"^^xsd:string .

<http://lexvo.org/id/char/2970C> a lvont:Character ;
    lvont:represents "𩜌"^^xsd:string .

<http://lexvo.org/id/char/2970D> a lvont:Character ;
    lvont:represents "𩜍"^^xsd:string .

<http://lexvo.org/id/char/2970E> a lvont:Character ;
    lvont:represents "𩜎"^^xsd:string .

<http://lexvo.org/id/char/2970F> a lvont:Character ;
    lvont:represents "𩜏"^^xsd:string .

<http://lexvo.org/id/char/2971> a lvont:Character ;
    lvont:represents "⥱"^^xsd:string ;
    rdfs:comment "EQUALS SIGN ABOVE RIGHTWARDS ARROW"@en .

<http://lexvo.org/id/char/29710> a lvont:Character ;
    lvont:represents "𩜐"^^xsd:string .

<http://lexvo.org/id/char/29711> a lvont:Character ;
    lvont:represents "𩜑"^^xsd:string .

<http://lexvo.org/id/char/29712> a lvont:Character ;
    lvont:represents "𩜒"^^xsd:string .

<http://lexvo.org/id/char/29713> a lvont:Character ;
    lvont:represents "𩜓"^^xsd:string .

<http://lexvo.org/id/char/29714> a lvont:Character ;
    lvont:represents "𩜔"^^xsd:string .

<http://lexvo.org/id/char/29715> a lvont:Character ;
    lvont:represents "𩜕"^^xsd:string .

<http://lexvo.org/id/char/29716> a lvont:Character ;
    lvont:represents "𩜖"^^xsd:string .

<http://lexvo.org/id/char/29717> a lvont:Character ;
    lvont:represents "𩜗"^^xsd:string .

<http://lexvo.org/id/char/29718> a lvont:Character ;
    lvont:represents "𩜘"^^xsd:string .

<http://lexvo.org/id/char/29719> a lvont:Character ;
    lvont:represents "𩜙"^^xsd:string .

<http://lexvo.org/id/char/2971A> a lvont:Character ;
    lvont:represents "𩜚"^^xsd:string .

<http://lexvo.org/id/char/2971B> a lvont:Character ;
    lvont:represents "𩜛"^^xsd:string .

<http://lexvo.org/id/char/2971C> a lvont:Character ;
    lvont:represents "𩜜"^^xsd:string .

<http://lexvo.org/id/char/2971D> a lvont:Character ;
    lvont:represents "𩜝"^^xsd:string .

<http://lexvo.org/id/char/2971E> a lvont:Character ;
    lvont:represents "𩜞"^^xsd:string .

<http://lexvo.org/id/char/2971F> a lvont:Character ;
    lvont:represents "𩜟"^^xsd:string .

<http://lexvo.org/id/char/2972> a lvont:Character ;
    lvont:represents "⥲"^^xsd:string ;
    rdfs:comment "TILDE OPERATOR ABOVE RIGHTWARDS ARROW"@en .

<http://lexvo.org/id/char/29720> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/mam1%20ngam1>,
        <http://lexvo.org/id/term/yue/%F0%A9%9C%A0>,
        "𩜠"^^xsd:string ;
    rdfs:comment "(Cant.) soft rice for a small child"@en .

<http://lexvo.org/id/char/29721> a lvont:Character ;
    lvont:represents "𩜡"^^xsd:string .

<http://lexvo.org/id/char/29722> a lvont:Character ;
    lvont:represents "𩜢"^^xsd:string .

<http://lexvo.org/id/char/29723> a lvont:Character ;
    lvont:represents "𩜣"^^xsd:string .

<http://lexvo.org/id/char/29724> a lvont:Character ;
    lvont:represents "𩜤"^^xsd:string .

<http://lexvo.org/id/char/29725> a lvont:Character ;
    lvont:represents "𩜥"^^xsd:string .

<http://lexvo.org/id/char/29726> a lvont:Character ;
    lvont:represents "𩜦"^^xsd:string .

<http://lexvo.org/id/char/29727> a lvont:Character ;
    lvont:represents "𩜧"^^xsd:string .

<http://lexvo.org/id/char/29728> a lvont:Character ;
    lvont:represents "𩜨"^^xsd:string .

<http://lexvo.org/id/char/29729> a lvont:Character ;
    lvont:represents "𩜩"^^xsd:string .

<http://lexvo.org/id/char/2972A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/nh%E1%BA%A1y>,
        "𩜪"^^xsd:string .

<http://lexvo.org/id/char/2972B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/m%E1%BB%93i>,
        "𩜫"^^xsd:string .

<http://lexvo.org/id/char/2972C> a lvont:Character ;
    lvont:represents "𩜬"^^xsd:string .

<http://lexvo.org/id/char/2972D> a lvont:Character ;
    lvont:represents "𩜭"^^xsd:string .

<http://lexvo.org/id/char/2972E> a lvont:Character ;
    lvont:represents "𩜮"^^xsd:string .

<http://lexvo.org/id/char/2972F> a lvont:Character ;
    lvont:represents "𩜯"^^xsd:string .

<http://lexvo.org/id/char/2973> a lvont:Character ;
    lvont:represents "⥳"^^xsd:string ;
    rdfs:comment "LEFTWARDS ARROW ABOVE TILDE OPERATOR"@en .

<http://lexvo.org/id/char/29730> a lvont:Character ;
    lvont:represents "𩜰"^^xsd:string .

<http://lexvo.org/id/char/29731> a lvont:Character ;
    lvont:represents "𩜱"^^xsd:string .

<http://lexvo.org/id/char/29732> a lvont:Character ;
    lvont:represents "𩜲"^^xsd:string .

<http://lexvo.org/id/char/29733> a lvont:Character ;
    lvont:represents "𩜳"^^xsd:string .

<http://lexvo.org/id/char/29734> a lvont:Character ;
    lvont:represents "𩜴"^^xsd:string .

<http://lexvo.org/id/char/29735> a lvont:Character ;
    lvont:represents "𩜵"^^xsd:string .

<http://lexvo.org/id/char/29736> a lvont:Character ;
    lvont:represents "𩜶"^^xsd:string .

<http://lexvo.org/id/char/29737> a lvont:Character ;
    lvont:represents "𩜷"^^xsd:string .

<http://lexvo.org/id/char/29738> a lvont:Character ;
    lvont:represents "𩜸"^^xsd:string .

<http://lexvo.org/id/char/29739> a lvont:Character ;
    lvont:represents "𩜹"^^xsd:string .

<http://lexvo.org/id/char/2973A> a lvont:Character ;
    lvont:represents "𩜺"^^xsd:string .

<http://lexvo.org/id/char/2973B> a lvont:Character ;
    lvont:represents "𩜻"^^xsd:string .

<http://lexvo.org/id/char/2973C> a lvont:Character ;
    lvont:represents "𩜼"^^xsd:string .

<http://lexvo.org/id/char/2973D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ng%C3%A1n>,
        "𩜽"^^xsd:string .

<http://lexvo.org/id/char/2973E> a lvont:Character ;
    lvont:represents "𩜾"^^xsd:string .

<http://lexvo.org/id/char/2973F> a lvont:Character ;
    lvont:represents "𩜿"^^xsd:string .

<http://lexvo.org/id/char/2974> a lvont:Character ;
    lvont:represents "⥴"^^xsd:string ;
    rdfs:comment "RIGHTWARDS ARROW ABOVE TILDE OPERATOR"@en .

<http://lexvo.org/id/char/29740> a lvont:Character ;
    lvont:represents "𩝀"^^xsd:string .

<http://lexvo.org/id/char/29741> a lvont:Character ;
    lvont:represents "𩝁"^^xsd:string .

<http://lexvo.org/id/char/29742> a lvont:Character ;
    lvont:represents "𩝂"^^xsd:string .

<http://lexvo.org/id/char/29743> a lvont:Character ;
    lvont:represents "𩝃"^^xsd:string .

<http://lexvo.org/id/char/29744> a lvont:Character ;
    lvont:represents "𩝄"^^xsd:string .

<http://lexvo.org/id/char/29745> a lvont:Character ;
    lvont:represents "𩝅"^^xsd:string .

<http://lexvo.org/id/char/29746> a lvont:Character ;
    lvont:represents "𩝆"^^xsd:string .

<http://lexvo.org/id/char/29747> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/m%E1%BB%93i>,
        "𩝇"^^xsd:string .

<http://lexvo.org/id/char/29748> a lvont:Character ;
    lvont:represents "𩝈"^^xsd:string .

<http://lexvo.org/id/char/29749> a lvont:Character ;
    lvont:represents "𩝉"^^xsd:string .

<http://lexvo.org/id/char/2974A> a lvont:Character ;
    lvont:represents "𩝊"^^xsd:string .

<http://lexvo.org/id/char/2974B> a lvont:Character ;
    lvont:represents "𩝋"^^xsd:string .

<http://lexvo.org/id/char/2974C> a lvont:Character ;
    lvont:represents "𩝌"^^xsd:string .

<http://lexvo.org/id/char/2974D> a lvont:Character ;
    lvont:represents "𩝍"^^xsd:string .

<http://lexvo.org/id/char/2974E> a lvont:Character ;
    lvont:represents "𩝎"^^xsd:string .

<http://lexvo.org/id/char/2974F> a lvont:Character ;
    lvont:represents "𩝏"^^xsd:string .

<http://lexvo.org/id/char/2975> a lvont:Character ;
    lvont:represents "⥵"^^xsd:string ;
    rdfs:comment "RIGHTWARDS ARROW ABOVE ALMOST EQUAL TO"@en .

<http://lexvo.org/id/char/29750> a lvont:Character ;
    lvont:represents "𩝐"^^xsd:string .

<http://lexvo.org/id/char/29751> a lvont:Character ;
    lvont:represents "𩝑"^^xsd:string .

<http://lexvo.org/id/char/29752> a lvont:Character ;
    lvont:represents "𩝒"^^xsd:string .

<http://lexvo.org/id/char/29753> a lvont:Character ;
    lvont:represents "𩝓"^^xsd:string .

<http://lexvo.org/id/char/29754> a lvont:Character ;
    lvont:represents "𩝔"^^xsd:string .

<http://lexvo.org/id/char/29755> a lvont:Character ;
    lvont:represents "𩝕"^^xsd:string .

<http://lexvo.org/id/char/29756> a lvont:Character ;
    lvont:represents "𩝖"^^xsd:string .

<http://lexvo.org/id/char/29757> a lvont:Character ;
    lvont:represents "𩝗"^^xsd:string .

<http://lexvo.org/id/char/29758> a lvont:Character ;
    lvont:represents "𩝘"^^xsd:string .

<http://lexvo.org/id/char/29759> a lvont:Character ;
    lvont:represents "𩝙"^^xsd:string .

<http://lexvo.org/id/char/2975A> a lvont:Character ;
    lvont:represents "𩝚"^^xsd:string .

<http://lexvo.org/id/char/2975B> a lvont:Character ;
    lvont:represents "𩝛"^^xsd:string .

<http://lexvo.org/id/char/2975C> a lvont:Character ;
    lvont:represents "𩝜"^^xsd:string .

<http://lexvo.org/id/char/2975D> a lvont:Character ;
    lvont:represents "𩝝"^^xsd:string .

<http://lexvo.org/id/char/2975E> a lvont:Character ;
    lvont:represents "𩝞"^^xsd:string .

<http://lexvo.org/id/char/2975F> a lvont:Character ;
    lvont:represents "𩝟"^^xsd:string .

<http://lexvo.org/id/char/2976> a lvont:Character ;
    lvont:represents "⥶"^^xsd:string ;
    rdfs:comment "LESS-THAN ABOVE LEFTWARDS ARROW"@en .

<http://lexvo.org/id/char/29760> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%F0%A9%9D%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C5%AB>,
        "𩝠"^^xsd:string ;
    rdfs:comment "spoiled provisions"@en .

<http://lexvo.org/id/char/29761> a lvont:Character ;
    lvont:represents "𩝡"^^xsd:string .

<http://lexvo.org/id/char/29762> a lvont:Character ;
    lvont:represents "𩝢"^^xsd:string .

<http://lexvo.org/id/char/29763> a lvont:Character ;
    lvont:represents "𩝣"^^xsd:string .

<http://lexvo.org/id/char/29764> a lvont:Character ;
    lvont:represents "𩝤"^^xsd:string .

<http://lexvo.org/id/char/29765> a lvont:Character ;
    lvont:represents "𩝥"^^xsd:string .

<http://lexvo.org/id/char/29766> a lvont:Character ;
    lvont:represents "𩝦"^^xsd:string .

<http://lexvo.org/id/char/29767> a lvont:Character ;
    lvont:represents "𩝧"^^xsd:string .

<http://lexvo.org/id/char/29768> a lvont:Character ;
    lvont:represents "𩝨"^^xsd:string .

<http://lexvo.org/id/char/29769> a lvont:Character ;
    lvont:represents "𩝩"^^xsd:string .

<http://lexvo.org/id/char/2976A> a lvont:Character ;
    lvont:represents "𩝪"^^xsd:string .

<http://lexvo.org/id/char/2976B> a lvont:Character ;
    lvont:represents "𩝫"^^xsd:string .

<http://lexvo.org/id/char/2976C> a lvont:Character ;
    lvont:represents "𩝬"^^xsd:string .

<http://lexvo.org/id/char/2976D> a lvont:Character ;
    lvont:represents "𩝭"^^xsd:string .

<http://lexvo.org/id/char/2976E> a lvont:Character ;
    lvont:represents "𩝮"^^xsd:string .

<http://lexvo.org/id/char/2976F> a lvont:Character ;
    lvont:represents "𩝯"^^xsd:string .

<http://lexvo.org/id/char/2977> a lvont:Character ;
    lvont:represents "⥷"^^xsd:string ;
    rdfs:comment "LEFTWARDS ARROW THROUGH LESS-THAN"@en .

<http://lexvo.org/id/char/29770> a lvont:Character ;
    lvont:represents "𩝰"^^xsd:string .

<http://lexvo.org/id/char/29771> a lvont:Character ;
    lvont:represents "𩝱"^^xsd:string .

<http://lexvo.org/id/char/29772> a lvont:Character ;
    lvont:represents "𩝲"^^xsd:string .

<http://lexvo.org/id/char/29773> a lvont:Character ;
    lvont:represents "𩝳"^^xsd:string .

<http://lexvo.org/id/char/29774> a lvont:Character ;
    lvont:represents "𩝴"^^xsd:string .

<http://lexvo.org/id/char/29775> a lvont:Character ;
    lvont:represents "𩝵"^^xsd:string .

<http://lexvo.org/id/char/29776> a lvont:Character ;
    lvont:represents "𩝶"^^xsd:string .

<http://lexvo.org/id/char/29777> a lvont:Character ;
    lvont:represents "𩝷"^^xsd:string .

<http://lexvo.org/id/char/29778> a lvont:Character ;
    lvont:represents "𩝸"^^xsd:string .

<http://lexvo.org/id/char/29779> a lvont:Character ;
    lvont:represents "𩝹"^^xsd:string .

<http://lexvo.org/id/char/2977A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/nu%C3%B4i>,
        "𩝺"^^xsd:string .

<http://lexvo.org/id/char/2977B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ch%C4%83n>,
        "𩝻"^^xsd:string .

<http://lexvo.org/id/char/2977C> a lvont:Character ;
    lvont:represents "𩝼"^^xsd:string .

<http://lexvo.org/id/char/2977D> a lvont:Character ;
    lvont:represents "𩝽"^^xsd:string .

<http://lexvo.org/id/char/2977E> a lvont:Character ;
    lvont:represents "𩝾"^^xsd:string .

<http://lexvo.org/id/char/2977F> a lvont:Character ;
    lvont:represents "𩝿"^^xsd:string .

<http://lexvo.org/id/char/2978> a lvont:Character ;
    lvont:represents "⥸"^^xsd:string ;
    rdfs:comment "GREATER-THAN ABOVE RIGHTWARDS ARROW"@en .

<http://lexvo.org/id/char/29780> a lvont:Character ;
    lvont:represents "𩞀"^^xsd:string .

<http://lexvo.org/id/char/29781> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%B3>,
        "𩞁"^^xsd:string .

<http://lexvo.org/id/char/29782> a lvont:Character ;
    lvont:represents "𩞂"^^xsd:string .

<http://lexvo.org/id/char/29783> a lvont:Character ;
    lvont:represents "𩞃"^^xsd:string .

<http://lexvo.org/id/char/29784> a lvont:Character ;
    lvont:represents "𩞄"^^xsd:string .

<http://lexvo.org/id/char/29785> a lvont:Character ;
    lvont:represents "𩞅"^^xsd:string .

<http://lexvo.org/id/char/29786> a lvont:Character ;
    lvont:represents "𩞆"^^xsd:string .

<http://lexvo.org/id/char/29787> a lvont:Character ;
    lvont:represents "𩞇"^^xsd:string .

<http://lexvo.org/id/char/29788> a lvont:Character ;
    lvont:represents "𩞈"^^xsd:string .

<http://lexvo.org/id/char/29789> a lvont:Character ;
    lvont:represents "𩞉"^^xsd:string .

<http://lexvo.org/id/char/2978A> a lvont:Character ;
    lvont:represents "𩞊"^^xsd:string .

<http://lexvo.org/id/char/2978B> a lvont:Character ;
    lvont:represents "𩞋"^^xsd:string .

<http://lexvo.org/id/char/2978C> a lvont:Character ;
    lvont:represents "𩞌"^^xsd:string .

<http://lexvo.org/id/char/2978D> a lvont:Character ;
    lvont:represents "𩞍"^^xsd:string .

<http://lexvo.org/id/char/2978E> a lvont:Character ;
    lvont:represents "𩞎"^^xsd:string .

<http://lexvo.org/id/char/2978F> a lvont:Character ;
    lvont:represents "𩞏"^^xsd:string .

<http://lexvo.org/id/char/2979> a lvont:Character ;
    lvont:represents "⥹"^^xsd:string ;
    rdfs:comment "SUBSET ABOVE RIGHTWARDS ARROW"@en .

<http://lexvo.org/id/char/29790> a lvont:Character ;
    lvont:represents "𩞐"^^xsd:string .

<http://lexvo.org/id/char/29791> a lvont:Character ;
    lvont:represents "𩞑"^^xsd:string .

<http://lexvo.org/id/char/29792> a lvont:Character ;
    lvont:represents "𩞒"^^xsd:string .

<http://lexvo.org/id/char/29793> a lvont:Character ;
    lvont:represents "𩞓"^^xsd:string .

<http://lexvo.org/id/char/29794> a lvont:Character ;
    lvont:represents "𩞔"^^xsd:string .

<http://lexvo.org/id/char/29795> a lvont:Character ;
    lvont:represents "𩞕"^^xsd:string .

<http://lexvo.org/id/char/29796> a lvont:Character ;
    lvont:represents "𩞖"^^xsd:string .

<http://lexvo.org/id/char/29797> a lvont:Character ;
    lvont:represents "𩞗"^^xsd:string .

<http://lexvo.org/id/char/29798> a lvont:Character ;
    lvont:represents "𩞘"^^xsd:string .

<http://lexvo.org/id/char/29799> a lvont:Character ;
    lvont:represents "𩞙"^^xsd:string .

<http://lexvo.org/id/char/2979A> a lvont:Character ;
    lvont:represents "𩞚"^^xsd:string .

<http://lexvo.org/id/char/2979B> a lvont:Character ;
    lvont:represents "𩞛"^^xsd:string .

<http://lexvo.org/id/char/2979C> a lvont:Character ;
    lvont:represents "𩞜"^^xsd:string .

<http://lexvo.org/id/char/2979D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/m%E1%BB%81m>,
        "𩞝"^^xsd:string .

<http://lexvo.org/id/char/2979E> a lvont:Character ;
    lvont:represents "𩞞"^^xsd:string .

<http://lexvo.org/id/char/2979F> a lvont:Character ;
    lvont:represents "𩞟"^^xsd:string .

<http://lexvo.org/id/char/297A> a lvont:Character ;
    lvont:represents "⥺"^^xsd:string ;
    rdfs:comment "LEFTWARDS ARROW THROUGH SUBSET"@en .

<http://lexvo.org/id/char/297A0> a lvont:Character ;
    lvont:represents "𩞠"^^xsd:string .

<http://lexvo.org/id/char/297A1> a lvont:Character ;
    lvont:represents "𩞡"^^xsd:string .

<http://lexvo.org/id/char/297A2> a lvont:Character ;
    lvont:represents "𩞢"^^xsd:string .

<http://lexvo.org/id/char/297A3> a lvont:Character ;
    lvont:represents "𩞣"^^xsd:string .

<http://lexvo.org/id/char/297A4> a lvont:Character ;
    lvont:represents "𩞤"^^xsd:string .

<http://lexvo.org/id/char/297A5> a lvont:Character ;
    lvont:represents "𩞥"^^xsd:string .

<http://lexvo.org/id/char/297A6> a lvont:Character ;
    lvont:represents "𩞦"^^xsd:string .

<http://lexvo.org/id/char/297A7> a lvont:Character ;
    lvont:represents "𩞧"^^xsd:string .

<http://lexvo.org/id/char/297A8> a lvont:Character ;
    lvont:represents "𩞨"^^xsd:string .

<http://lexvo.org/id/char/297A9> a lvont:Character ;
    lvont:represents "𩞩"^^xsd:string .

<http://lexvo.org/id/char/297AA> a lvont:Character ;
    lvont:represents "𩞪"^^xsd:string .

<http://lexvo.org/id/char/297AB> a lvont:Character ;
    lvont:represents "𩞫"^^xsd:string .

<http://lexvo.org/id/char/297AC> a lvont:Character ;
    lvont:represents "𩞬"^^xsd:string .

<http://lexvo.org/id/char/297AD> a lvont:Character ;
    lvont:represents "𩞭"^^xsd:string .

<http://lexvo.org/id/char/297AE> a lvont:Character ;
    lvont:represents "𩞮"^^xsd:string .

<http://lexvo.org/id/char/297AF> a lvont:Character ;
    lvont:represents "𩞯"^^xsd:string .

<http://lexvo.org/id/char/297B> a lvont:Character ;
    lvont:represents "⥻"^^xsd:string ;
    rdfs:comment "SUPERSET ABOVE LEFTWARDS ARROW"@en .

<http://lexvo.org/id/char/297B0> a lvont:Character ;
    lvont:represents "𩞰"^^xsd:string .

<http://lexvo.org/id/char/297B1> a lvont:Character ;
    lvont:represents "𩞱"^^xsd:string .

<http://lexvo.org/id/char/297B2> a lvont:Character ;
    lvont:represents "𩞲"^^xsd:string .

<http://lexvo.org/id/char/297B3> a lvont:Character ;
    lvont:represents "𩞳"^^xsd:string .

<http://lexvo.org/id/char/297B4> a lvont:Character ;
    lvont:represents "𩞴"^^xsd:string .

<http://lexvo.org/id/char/297B5> a lvont:Character ;
    lvont:represents "𩞵"^^xsd:string .

<http://lexvo.org/id/char/297B6> a lvont:Character ;
    lvont:represents "𩞶"^^xsd:string .

<http://lexvo.org/id/char/297B7> a lvont:Character ;
    lvont:represents "𩞷"^^xsd:string .

<http://lexvo.org/id/char/297B8> a lvont:Character ;
    lvont:represents "𩞸"^^xsd:string .

<http://lexvo.org/id/char/297B9> a lvont:Character ;
    lvont:represents "𩞹"^^xsd:string .

<http://lexvo.org/id/char/297BA> a lvont:Character ;
    lvont:represents "𩞺"^^xsd:string .

<http://lexvo.org/id/char/297BB> a lvont:Character ;
    lvont:represents "𩞻"^^xsd:string .

<http://lexvo.org/id/char/297BC> a lvont:Character ;
    lvont:represents "𩞼"^^xsd:string .

<http://lexvo.org/id/char/297BD> a lvont:Character ;
    lvont:represents "𩞽"^^xsd:string .

<http://lexvo.org/id/char/297BE> a lvont:Character ;
    lvont:represents "𩞾"^^xsd:string .

<http://lexvo.org/id/char/297BF> a lvont:Character ;
    lvont:represents "𩞿"^^xsd:string .

<http://lexvo.org/id/char/297C> a lvont:Character ;
    lvont:represents "⥼"^^xsd:string ;
    rdfs:comment "LEFT FISH TAIL"@en .

<http://lexvo.org/id/char/297C0> a lvont:Character ;
    lvont:represents "𩟀"^^xsd:string .

<http://lexvo.org/id/char/297C1> a lvont:Character ;
    lvont:represents "𩟁"^^xsd:string .

<http://lexvo.org/id/char/297C2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/qu%C3%A0>,
        "𩟂"^^xsd:string .

<http://lexvo.org/id/char/297C3> a lvont:Character ;
    lvont:represents "𩟃"^^xsd:string .

<http://lexvo.org/id/char/297C4> a lvont:Character ;
    lvont:represents "𩟄"^^xsd:string .

<http://lexvo.org/id/char/297C5> a lvont:Character ;
    lvont:represents "𩟅"^^xsd:string .

<http://lexvo.org/id/char/297C6> a lvont:Character ;
    lvont:represents "𩟆"^^xsd:string .

<http://lexvo.org/id/char/297C7> a lvont:Character ;
    lvont:represents "𩟇"^^xsd:string .

<http://lexvo.org/id/char/297C8> a lvont:Character ;
    lvont:represents "𩟈"^^xsd:string .

<http://lexvo.org/id/char/297C9> a lvont:Character ;
    lvont:represents "𩟉"^^xsd:string .

<http://lexvo.org/id/char/297CA> a lvont:Character ;
    lvont:represents "𩟊"^^xsd:string .

<http://lexvo.org/id/char/297CB> a lvont:Character ;
    lvont:represents "𩟋"^^xsd:string .

<http://lexvo.org/id/char/297CC> a lvont:Character ;
    lvont:represents "𩟌"^^xsd:string .

<http://lexvo.org/id/char/297CD> a lvont:Character ;
    lvont:represents "𩟍"^^xsd:string .

<http://lexvo.org/id/char/297CE> a lvont:Character ;
    lvont:represents "𩟎"^^xsd:string .

<http://lexvo.org/id/char/297CF> a lvont:Character ;
    lvont:represents "𩟏"^^xsd:string .

<http://lexvo.org/id/char/297D> a lvont:Character ;
    lvont:represents "⥽"^^xsd:string ;
    rdfs:comment "RIGHT FISH TAIL"@en .

<http://lexvo.org/id/char/297D0> a lvont:Character ;
    lvont:represents "𩟐"^^xsd:string .

<http://lexvo.org/id/char/297D1> a lvont:Character ;
    lvont:represents "𩟑"^^xsd:string .

<http://lexvo.org/id/char/297D2> a lvont:Character ;
    lvont:represents "𩟒"^^xsd:string .

<http://lexvo.org/id/char/297D3> a lvont:Character ;
    lvont:represents "𩟓"^^xsd:string .

<http://lexvo.org/id/char/297D4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/caat3>,
        <http://lexvo.org/id/term/yue/%F0%A9%9F%94>,
        "𩟔"^^xsd:string ;
    rdfs:comment "(Cant., vulg.) to eat"@en .

<http://lexvo.org/id/char/297D5> a lvont:Character ;
    lvont:represents "𩟕"^^xsd:string .

<http://lexvo.org/id/char/297D6> a lvont:Character ;
    lvont:represents "𩟖"^^xsd:string .

<http://lexvo.org/id/char/297D7> a lvont:Character ;
    lvont:represents "𩟗"^^xsd:string .

<http://lexvo.org/id/char/297D8> a lvont:Character ;
    lvont:represents "𩟘"^^xsd:string .

<http://lexvo.org/id/char/297D9> a lvont:Character ;
    lvont:represents "𩟙"^^xsd:string .

<http://lexvo.org/id/char/297DA> a lvont:Character ;
    lvont:represents "𩟚"^^xsd:string .

<http://lexvo.org/id/char/297DB> a lvont:Character ;
    lvont:represents "𩟛"^^xsd:string .

<http://lexvo.org/id/char/297DC> a lvont:Character ;
    lvont:represents "𩟜"^^xsd:string .

<http://lexvo.org/id/char/297DD> a lvont:Character ;
    lvont:represents "𩟝"^^xsd:string .

<http://lexvo.org/id/char/297DE> a lvont:Character ;
    lvont:represents "𩟞"^^xsd:string .

<http://lexvo.org/id/char/297DF> a lvont:Character ;
    lvont:represents "𩟟"^^xsd:string .

<http://lexvo.org/id/char/297E> a lvont:Character ;
    lvont:represents "⥾"^^xsd:string ;
    rdfs:comment "UP FISH TAIL"@en .

<http://lexvo.org/id/char/297E0> a lvont:Character ;
    lvont:represents "𩟠"^^xsd:string .

<http://lexvo.org/id/char/297E1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/%C4%91%C3%B3i>,
        "𩟡"^^xsd:string .

<http://lexvo.org/id/char/297E2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/b%C3%B2>,
        "𩟢"^^xsd:string .

<http://lexvo.org/id/char/297E3> a lvont:Character ;
    lvont:represents "𩟣"^^xsd:string .

<http://lexvo.org/id/char/297E4> a lvont:Character ;
    lvont:represents "𩟤"^^xsd:string .

<http://lexvo.org/id/char/297E5> a lvont:Character ;
    lvont:represents "𩟥"^^xsd:string .

<http://lexvo.org/id/char/297E6> a lvont:Character ;
    lvont:represents "𩟦"^^xsd:string .

<http://lexvo.org/id/char/297E7> a lvont:Character ;
    lvont:represents "𩟧"^^xsd:string .

<http://lexvo.org/id/char/297E8> a lvont:Character ;
    lvont:represents "𩟨"^^xsd:string .

<http://lexvo.org/id/char/297E9> a lvont:Character ;
    lvont:represents "𩟩"^^xsd:string .

<http://lexvo.org/id/char/297EA> a lvont:Character ;
    lvont:represents "𩟪"^^xsd:string .

<http://lexvo.org/id/char/297EB> a lvont:Character ;
    lvont:represents "𩟫"^^xsd:string .

<http://lexvo.org/id/char/297EC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/s%E1%BB%95i>,
        "𩟬"^^xsd:string .

<http://lexvo.org/id/char/297ED> a lvont:Character ;
    lvont:represents "𩟭"^^xsd:string .

<http://lexvo.org/id/char/297EE> a lvont:Character ;
    lvont:represents "𩟮"^^xsd:string .

<http://lexvo.org/id/char/297EF> a lvont:Character ;
    lvont:represents "𩟯"^^xsd:string .

<http://lexvo.org/id/char/297F> a lvont:Character ;
    lvont:represents "⥿"^^xsd:string ;
    rdfs:comment "DOWN FISH TAIL"@en .

<http://lexvo.org/id/char/297F0> a lvont:Character ;
    lvont:represents "𩟰"^^xsd:string .

<http://lexvo.org/id/char/297F1> a lvont:Character ;
    lvont:represents "𩟱"^^xsd:string .

<http://lexvo.org/id/char/297F2> a lvont:Character ;
    lvont:represents "𩟲"^^xsd:string .

<http://lexvo.org/id/char/297F3> a lvont:Character ;
    lvont:represents "𩟳"^^xsd:string .

<http://lexvo.org/id/char/297F4> a lvont:Character ;
    lvont:represents "𩟴"^^xsd:string .

<http://lexvo.org/id/char/297F5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/%C4%91%C3%BAc>,
        "𩟵"^^xsd:string .

<http://lexvo.org/id/char/297F6> a lvont:Character ;
    lvont:represents "𩟶"^^xsd:string .

<http://lexvo.org/id/char/297F7> a lvont:Character ;
    lvont:represents "𩟷"^^xsd:string .

<http://lexvo.org/id/char/297F8> a lvont:Character ;
    lvont:represents "𩟸"^^xsd:string .

<http://lexvo.org/id/char/297F9> a lvont:Character ;
    lvont:represents "𩟹"^^xsd:string .

<http://lexvo.org/id/char/297FA> a lvont:Character ;
    lvont:represents "𩟺"^^xsd:string .

<http://lexvo.org/id/char/297FB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/n%E1%BA%A5ng>,
        "𩟻"^^xsd:string .

<http://lexvo.org/id/char/297FC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/nu%C3%B4i>,
        "𩟼"^^xsd:string .

<http://lexvo.org/id/char/297FD> a lvont:Character ;
    lvont:represents "𩟽"^^xsd:string .

<http://lexvo.org/id/char/297FE> a lvont:Character ;
    lvont:represents "𩟾"^^xsd:string .

<http://lexvo.org/id/char/297FF> a lvont:Character ;
    lvont:represents "𩟿"^^xsd:string .

<http://lexvo.org/id/char/2980> a lvont:Character ;
    lvont:represents "⦀"^^xsd:string ;
    rdfs:comment "TRIPLE VERTICAL BAR DELIMITER"@en .

<http://lexvo.org/id/char/29800> a lvont:Character ;
    lvont:represents "𩠀"^^xsd:string .

<http://lexvo.org/id/char/29801> a lvont:Character ;
    lvont:represents "𩠁"^^xsd:string .

<http://lexvo.org/id/char/29802> a lvont:Character ;
    lvont:represents "𩠂"^^xsd:string .

<http://lexvo.org/id/char/29803> a lvont:Character ;
    lvont:represents "𩠃"^^xsd:string .

<http://lexvo.org/id/char/29804> a lvont:Character ;
    lvont:represents "𩠄"^^xsd:string .

<http://lexvo.org/id/char/29805> a lvont:Character ;
    lvont:represents "𩠅"^^xsd:string .

<http://lexvo.org/id/char/29806> a lvont:Character ;
    lvont:represents "𩠆"^^xsd:string .

<http://lexvo.org/id/char/29807> a lvont:Character ;
    lvont:represents "𩠇"^^xsd:string .

<http://lexvo.org/id/char/29808> a lvont:Character ;
    lvont:represents "𩠈"^^xsd:string .

<http://lexvo.org/id/char/29809> a lvont:Character ;
    lvont:represents "𩠉"^^xsd:string .

<http://lexvo.org/id/char/2980A> a lvont:Character ;
    lvont:represents "𩠊"^^xsd:string .

<http://lexvo.org/id/char/2980B> a lvont:Character ;
    lvont:represents "𩠋"^^xsd:string .

<http://lexvo.org/id/char/2980C> a lvont:Character ;
    lvont:represents "𩠌"^^xsd:string .

<http://lexvo.org/id/char/2980D> a lvont:Character ;
    lvont:represents "𩠍"^^xsd:string .

<http://lexvo.org/id/char/2980E> a lvont:Character ;
    lvont:represents "𩠎"^^xsd:string .

<http://lexvo.org/id/char/2980F> a lvont:Character ;
    lvont:represents "𩠏"^^xsd:string .

<http://lexvo.org/id/char/2981> a lvont:Character ;
    lvont:represents "⦁"^^xsd:string ;
    rdfs:comment "Z NOTATION SPOT"@en .

<http://lexvo.org/id/char/29811> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%F0%A9%A0%91>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C7%90ng>,
        "𩠑"^^xsd:string ;
    rdfs:comment "top, head, summit"@en .

<http://lexvo.org/id/char/29812> a lvont:Character ;
    lvont:represents "𩠒"^^xsd:string .

<http://lexvo.org/id/char/29813> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/g%E1%BA%ADt>,
        "𩠓"^^xsd:string .

<http://lexvo.org/id/char/29814> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/m%C3%A0o>,
        "𩠔"^^xsd:string .

<http://lexvo.org/id/char/29815> a lvont:Character ;
    lvont:represents "𩠕"^^xsd:string .

<http://lexvo.org/id/char/29816> a lvont:Character ;
    lvont:represents "𩠖"^^xsd:string .

<http://lexvo.org/id/char/29817> a lvont:Character ;
    lvont:represents "𩠗"^^xsd:string .

<http://lexvo.org/id/char/29818> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ngo%C3%A1i>,
        "𩠘"^^xsd:string .

<http://lexvo.org/id/char/29819> a lvont:Character ;
    lvont:represents "𩠙"^^xsd:string .

<http://lexvo.org/id/char/2981A> a lvont:Character ;
    lvont:represents "𩠚"^^xsd:string .

<http://lexvo.org/id/char/2981B> a lvont:Character ;
    lvont:represents "𩠛"^^xsd:string .

<http://lexvo.org/id/char/2981C> a lvont:Character ;
    lvont:represents "𩠜"^^xsd:string .

<http://lexvo.org/id/char/2981D> a lvont:Character ;
    lvont:represents "𩠝"^^xsd:string .

<http://lexvo.org/id/char/2981E> a lvont:Character ;
    lvont:represents "𩠞"^^xsd:string .

<http://lexvo.org/id/char/2981F> a lvont:Character ;
    lvont:represents "𩠟"^^xsd:string .

<http://lexvo.org/id/char/2982> a lvont:Character ;
    lvont:represents "⦂"^^xsd:string ;
    rdfs:comment "Z NOTATION TYPE COLON"@en .

<http://lexvo.org/id/char/29820> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/c%C3%BAi>,
        "𩠠"^^xsd:string .

<http://lexvo.org/id/char/29821> a lvont:Character ;
    lvont:represents "𩠡"^^xsd:string .

<http://lexvo.org/id/char/29822> a lvont:Character ;
    lvont:represents "𩠢"^^xsd:string .

<http://lexvo.org/id/char/29823> a lvont:Character ;
    lvont:represents "𩠣"^^xsd:string .

<http://lexvo.org/id/char/29824> a lvont:Character ;
    lvont:represents "𩠤"^^xsd:string .

<http://lexvo.org/id/char/29825> a lvont:Character ;
    lvont:represents "𩠥"^^xsd:string .

<http://lexvo.org/id/char/29826> a lvont:Character ;
    lvont:represents "𩠦"^^xsd:string .

<http://lexvo.org/id/char/29827> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/g%E1%BB%A5c>,
        "𩠧"^^xsd:string .

<http://lexvo.org/id/char/29828> a lvont:Character ;
    lvont:represents "𩠨"^^xsd:string .

<http://lexvo.org/id/char/29829> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/s%E1%BB%8F>,
        "𩠩"^^xsd:string .

<http://lexvo.org/id/char/2982A> a lvont:Character ;
    lvont:represents "𩠪"^^xsd:string .

<http://lexvo.org/id/char/2982B> a lvont:Character ;
    lvont:represents "𩠫"^^xsd:string .

<http://lexvo.org/id/char/2982C> a lvont:Character ;
    lvont:represents "𩠬"^^xsd:string .

<http://lexvo.org/id/char/2982D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/%C3%B3c>,
        "𩠭"^^xsd:string .

<http://lexvo.org/id/char/2982E> a lvont:Character ;
    lvont:represents "𩠮"^^xsd:string .

<http://lexvo.org/id/char/2982F> a lvont:Character ;
    lvont:represents "𩠯"^^xsd:string .

<http://lexvo.org/id/char/2983> a lvont:Character ;
    lvont:represents "⦃"^^xsd:string ;
    rdfs:comment "LEFT WHITE CURLY BRACKET"@en .

<http://lexvo.org/id/char/29830> a lvont:Character ;
    lvont:represents "𩠰"^^xsd:string .

<http://lexvo.org/id/char/29831> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/chui>,
        "𩠱"^^xsd:string .

<http://lexvo.org/id/char/29832> a lvont:Character ;
    lvont:represents "𩠲"^^xsd:string .

<http://lexvo.org/id/char/29833> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/chui>,
        "𩠳"^^xsd:string .

<http://lexvo.org/id/char/29834> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/c%C3%BAi>,
        "𩠴"^^xsd:string .

<http://lexvo.org/id/char/29835> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ch%E1%BB%8Di>,
        "𩠵"^^xsd:string .

<http://lexvo.org/id/char/29836> a lvont:Character ;
    lvont:represents "𩠶"^^xsd:string .

<http://lexvo.org/id/char/29837> a lvont:Character ;
    lvont:represents "𩠷"^^xsd:string .

<http://lexvo.org/id/char/29838> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/n%C3%B3c>,
        "𩠸"^^xsd:string .

<http://lexvo.org/id/char/29839> a lvont:Character ;
    lvont:represents "𩠹"^^xsd:string .

<http://lexvo.org/id/char/2983A> a lvont:Character ;
    lvont:represents "𩠺"^^xsd:string .

<http://lexvo.org/id/char/2983B> a lvont:Character ;
    lvont:represents "𩠻"^^xsd:string .

<http://lexvo.org/id/char/2983C> a lvont:Character ;
    lvont:represents "𩠼"^^xsd:string .

<http://lexvo.org/id/char/2983D> a lvont:Character ;
    lvont:represents "𩠽"^^xsd:string .

<http://lexvo.org/id/char/2983E> a lvont:Character ;
    lvont:represents "𩠾"^^xsd:string .

<http://lexvo.org/id/char/2983F> a lvont:Character ;
    lvont:represents "𩠿"^^xsd:string .

<http://lexvo.org/id/char/2984> a lvont:Character ;
    lvont:represents "⦄"^^xsd:string ;
    rdfs:comment "RIGHT WHITE CURLY BRACKET"@en .

<http://lexvo.org/id/char/29840> a lvont:Character ;
    lvont:represents "𩡀"^^xsd:string .

<http://lexvo.org/id/char/29841> a lvont:Character ;
    lvont:represents "𩡁"^^xsd:string .

<http://lexvo.org/id/char/29842> a lvont:Character ;
    lvont:represents "𩡂"^^xsd:string .

<http://lexvo.org/id/char/29843> a lvont:Character ;
    lvont:represents "𩡃"^^xsd:string .

<http://lexvo.org/id/char/29844> a lvont:Character ;
    lvont:represents "𩡄"^^xsd:string .

<http://lexvo.org/id/char/29845> a lvont:Character ;
    lvont:represents "𩡅"^^xsd:string .

<http://lexvo.org/id/char/29846> a lvont:Character ;
    lvont:represents "𩡆"^^xsd:string .

<http://lexvo.org/id/char/29847> a lvont:Character ;
    lvont:represents "𩡇"^^xsd:string .

<http://lexvo.org/id/char/29848> a lvont:Character ;
    lvont:represents "𩡈"^^xsd:string .

<http://lexvo.org/id/char/29849> a lvont:Character ;
    lvont:represents "𩡉"^^xsd:string .

<http://lexvo.org/id/char/2984A> a lvont:Character ;
    lvont:represents "𩡊"^^xsd:string .

<http://lexvo.org/id/char/2984B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/th%C6%A1m>,
        "𩡋"^^xsd:string .

<http://lexvo.org/id/char/2984C> a lvont:Character ;
    lvont:represents "𩡌"^^xsd:string .

<http://lexvo.org/id/char/2984D> a lvont:Character ;
    lvont:represents "𩡍"^^xsd:string .

<http://lexvo.org/id/char/2984E> a lvont:Character ;
    lvont:represents "𩡎"^^xsd:string .

<http://lexvo.org/id/char/2984F> a lvont:Character ;
    lvont:represents "𩡏"^^xsd:string .

<http://lexvo.org/id/char/2985> a lvont:Character ;
    lvont:represents "⦅"^^xsd:string ;
    rdfs:comment "LEFT WHITE PARENTHESIS"@en .

<http://lexvo.org/id/char/29850> a lvont:Character ;
    lvont:represents "𩡐"^^xsd:string .

<http://lexvo.org/id/char/29851> a lvont:Character ;
    lvont:represents "𩡑"^^xsd:string .

<http://lexvo.org/id/char/29852> a lvont:Character ;
    lvont:represents "𩡒"^^xsd:string .

<http://lexvo.org/id/char/29853> a lvont:Character ;
    lvont:represents "𩡓"^^xsd:string .

<http://lexvo.org/id/char/29854> a lvont:Character ;
    lvont:represents "𩡔"^^xsd:string .

<http://lexvo.org/id/char/29855> a lvont:Character ;
    lvont:represents "𩡕"^^xsd:string .

<http://lexvo.org/id/char/29856> a lvont:Character ;
    lvont:represents "𩡖"^^xsd:string .

<http://lexvo.org/id/char/29857> a lvont:Character ;
    lvont:represents "𩡗"^^xsd:string .

<http://lexvo.org/id/char/29858> a lvont:Character ;
    lvont:represents "𩡘"^^xsd:string .

<http://lexvo.org/id/char/29859> a lvont:Character ;
    lvont:represents "𩡙"^^xsd:string .

<http://lexvo.org/id/char/2985A> a lvont:Character ;
    lvont:represents "𩡚"^^xsd:string .

<http://lexvo.org/id/char/2985B> a lvont:Character ;
    lvont:represents "𩡛"^^xsd:string .

<http://lexvo.org/id/char/2985C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/l%E1%BB%B1ng>,
        "𩡜"^^xsd:string .

<http://lexvo.org/id/char/2985D> a lvont:Character ;
    lvont:represents "𩡝"^^xsd:string .

<http://lexvo.org/id/char/2985E> a lvont:Character ;
    lvont:represents "𩡞"^^xsd:string .

<http://lexvo.org/id/char/2985F> a lvont:Character ;
    lvont:represents "𩡟"^^xsd:string .

<http://lexvo.org/id/char/2986> a lvont:Character ;
    lvont:represents "⦆"^^xsd:string ;
    rdfs:comment "RIGHT WHITE PARENTHESIS"@en .

<http://lexvo.org/id/char/29860> a lvont:Character ;
    lvont:represents "𩡠"^^xsd:string .

<http://lexvo.org/id/char/29861> a lvont:Character ;
    lvont:represents "𩡡"^^xsd:string .

<http://lexvo.org/id/char/29862> a lvont:Character ;
    lvont:represents "𩡢"^^xsd:string .

<http://lexvo.org/id/char/29863> a lvont:Character ;
    lvont:represents "𩡣"^^xsd:string .

<http://lexvo.org/id/char/29864> a lvont:Character ;
    lvont:represents "𩡤"^^xsd:string .

<http://lexvo.org/id/char/29865> a lvont:Character ;
    lvont:represents "𩡥"^^xsd:string .

<http://lexvo.org/id/char/29866> a lvont:Character ;
    lvont:represents "𩡦"^^xsd:string .

<http://lexvo.org/id/char/29868> a lvont:Character ;
    lvont:represents "𩡨"^^xsd:string .

<http://lexvo.org/id/char/29869> a lvont:Character ;
    lvont:represents "𩡩"^^xsd:string .

<http://lexvo.org/id/char/2986A> a lvont:Character ;
    lvont:represents "𩡪"^^xsd:string .

<http://lexvo.org/id/char/2986B> a lvont:Character ;
    lvont:represents "𩡫"^^xsd:string .

<http://lexvo.org/id/char/2986C> a lvont:Character ;
    lvont:represents "𩡬"^^xsd:string .

<http://lexvo.org/id/char/2986D> a lvont:Character ;
    lvont:represents "𩡭"^^xsd:string .

<http://lexvo.org/id/char/2986E> a lvont:Character ;
    lvont:represents "𩡮"^^xsd:string .

<http://lexvo.org/id/char/2986F> a lvont:Character ;
    lvont:represents "𩡯"^^xsd:string .

<http://lexvo.org/id/char/2987> a lvont:Character ;
    lvont:represents "⦇"^^xsd:string ;
    rdfs:comment "Z NOTATION LEFT IMAGE BRACKET"@en .

<http://lexvo.org/id/char/29870> a lvont:Character ;
    lvont:represents "𩡰"^^xsd:string .

<http://lexvo.org/id/char/29871> a lvont:Character ;
    lvont:represents "𩡱"^^xsd:string .

<http://lexvo.org/id/char/29872> a lvont:Character ;
    lvont:represents "𩡲"^^xsd:string .

<http://lexvo.org/id/char/29873> a lvont:Character ;
    lvont:represents "𩡳"^^xsd:string .

<http://lexvo.org/id/char/29874> a lvont:Character ;
    lvont:represents "𩡴"^^xsd:string .

<http://lexvo.org/id/char/29875> a lvont:Character ;
    lvont:represents "𩡵"^^xsd:string .

<http://lexvo.org/id/char/29876> a lvont:Character ;
    lvont:represents "𩡶"^^xsd:string .

<http://lexvo.org/id/char/29877> a lvont:Character ;
    lvont:represents "𩡷"^^xsd:string .

<http://lexvo.org/id/char/29878> a lvont:Character ;
    lvont:represents "𩡸"^^xsd:string .

<http://lexvo.org/id/char/29879> a lvont:Character ;
    lvont:represents "𩡹"^^xsd:string .

<http://lexvo.org/id/char/2987A> a lvont:Character ;
    lvont:represents "𩡺"^^xsd:string .

<http://lexvo.org/id/char/2987B> a lvont:Character ;
    lvont:represents "𩡻"^^xsd:string .

<http://lexvo.org/id/char/2987C> a lvont:Character ;
    lvont:represents "𩡼"^^xsd:string .

<http://lexvo.org/id/char/2987D> a lvont:Character ;
    lvont:represents "𩡽"^^xsd:string .

<http://lexvo.org/id/char/2987E> a lvont:Character ;
    lvont:represents "𩡾"^^xsd:string .

<http://lexvo.org/id/char/2987F> a lvont:Character ;
    lvont:represents "𩡿"^^xsd:string .

<http://lexvo.org/id/char/2988> a lvont:Character ;
    lvont:represents "⦈"^^xsd:string ;
    rdfs:comment "Z NOTATION RIGHT IMAGE BRACKET"@en .

<http://lexvo.org/id/char/29880> a lvont:Character ;
    lvont:represents "𩢀"^^xsd:string .

<http://lexvo.org/id/char/29881> a lvont:Character ;
    lvont:represents "𩢁"^^xsd:string .

<http://lexvo.org/id/char/29882> a lvont:Character ;
    lvont:represents "𩢂"^^xsd:string .

<http://lexvo.org/id/char/29883> a lvont:Character ;
    lvont:represents "𩢃"^^xsd:string .

<http://lexvo.org/id/char/29884> a lvont:Character ;
    lvont:represents "𩢄"^^xsd:string .

<http://lexvo.org/id/char/29885> a lvont:Character ;
    lvont:represents "𩢅"^^xsd:string .

<http://lexvo.org/id/char/29886> a lvont:Character ;
    lvont:represents "𩢆"^^xsd:string .

<http://lexvo.org/id/char/29887> a lvont:Character ;
    lvont:represents "𩢇"^^xsd:string .

<http://lexvo.org/id/char/29888> a lvont:Character ;
    lvont:represents "𩢈"^^xsd:string .

<http://lexvo.org/id/char/29889> a lvont:Character ;
    lvont:represents "𩢉"^^xsd:string .

<http://lexvo.org/id/char/2988A> a lvont:Character ;
    lvont:represents "𩢊"^^xsd:string .

<http://lexvo.org/id/char/2988B> a lvont:Character ;
    lvont:represents "𩢋"^^xsd:string .

<http://lexvo.org/id/char/2988C> a lvont:Character ;
    lvont:represents "𩢌"^^xsd:string .

<http://lexvo.org/id/char/2988D> a lvont:Character ;
    lvont:represents "𩢍"^^xsd:string .

<http://lexvo.org/id/char/2988E> a lvont:Character ;
    lvont:represents "𩢎"^^xsd:string .

<http://lexvo.org/id/char/2988F> a lvont:Character ;
    lvont:represents "𩢏"^^xsd:string .

<http://lexvo.org/id/char/2989> a lvont:Character ;
    lvont:represents "⦉"^^xsd:string ;
    rdfs:comment "Z NOTATION LEFT BINDING BRACKET"@en .

<http://lexvo.org/id/char/29890> a lvont:Character ;
    lvont:represents "𩢐"^^xsd:string .

<http://lexvo.org/id/char/29891> a lvont:Character ;
    lvont:represents "𩢑"^^xsd:string .

<http://lexvo.org/id/char/29892> a lvont:Character ;
    lvont:represents "𩢒"^^xsd:string .

<http://lexvo.org/id/char/29893> a lvont:Character ;
    lvont:represents "𩢓"^^xsd:string .

<http://lexvo.org/id/char/29894> a lvont:Character ;
    lvont:represents "𩢔"^^xsd:string .

<http://lexvo.org/id/char/29895> a lvont:Character ;
    lvont:represents "𩢕"^^xsd:string .

<http://lexvo.org/id/char/29896> a lvont:Character ;
    lvont:represents "𩢖"^^xsd:string .

<http://lexvo.org/id/char/29897> a lvont:Character ;
    lvont:represents "𩢗"^^xsd:string .

<http://lexvo.org/id/char/29898> a lvont:Character ;
    lvont:represents "𩢘"^^xsd:string .

<http://lexvo.org/id/char/29899> a lvont:Character ;
    lvont:represents "𩢙"^^xsd:string .

<http://lexvo.org/id/char/2989A> a lvont:Character ;
    lvont:represents "𩢚"^^xsd:string .

<http://lexvo.org/id/char/2989B> a lvont:Character ;
    lvont:represents "𩢛"^^xsd:string .

<http://lexvo.org/id/char/2989C> a lvont:Character ;
    lvont:represents "𩢜"^^xsd:string .

<http://lexvo.org/id/char/2989D> a lvont:Character ;
    lvont:represents "𩢝"^^xsd:string .

<http://lexvo.org/id/char/2989E> a lvont:Character ;
    lvont:represents "𩢞"^^xsd:string .

<http://lexvo.org/id/char/2989F> a lvont:Character ;
    lvont:represents "𩢟"^^xsd:string .

<http://lexvo.org/id/char/298A> a lvont:Character ;
    lvont:represents "⦊"^^xsd:string ;
    rdfs:comment "Z NOTATION RIGHT BINDING BRACKET"@en .

<http://lexvo.org/id/char/298A0> a lvont:Character ;
    lvont:represents "𩢠"^^xsd:string .

<http://lexvo.org/id/char/298A1> a lvont:Character ;
    lvont:represents "𩢡"^^xsd:string .

<http://lexvo.org/id/char/298A2> a lvont:Character ;
    lvont:represents "𩢢"^^xsd:string .

<http://lexvo.org/id/char/298A3> a lvont:Character ;
    lvont:represents "𩢣"^^xsd:string .

<http://lexvo.org/id/char/298A4> a lvont:Character ;
    lvont:represents "𩢤"^^xsd:string .

<http://lexvo.org/id/char/298A5> a lvont:Character ;
    lvont:represents "𩢥"^^xsd:string .

<http://lexvo.org/id/char/298A6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/giong>,
        "𩢦"^^xsd:string .

<http://lexvo.org/id/char/298A7> a lvont:Character ;
    lvont:represents "𩢧"^^xsd:string .

<http://lexvo.org/id/char/298A8> a lvont:Character ;
    lvont:represents "𩢨"^^xsd:string .

<http://lexvo.org/id/char/298A9> a lvont:Character ;
    lvont:represents "𩢩"^^xsd:string .

<http://lexvo.org/id/char/298AA> a lvont:Character ;
    lvont:represents "𩢪"^^xsd:string .

<http://lexvo.org/id/char/298AB> a lvont:Character ;
    lvont:represents "𩢫"^^xsd:string .

<http://lexvo.org/id/char/298AC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/l%E1%BB%ABa>,
        "𩢬"^^xsd:string .

<http://lexvo.org/id/char/298AD> a lvont:Character ;
    lvont:represents "𩢭"^^xsd:string .

<http://lexvo.org/id/char/298AE> a lvont:Character ;
    lvont:represents "𩢮"^^xsd:string .

<http://lexvo.org/id/char/298AF> a lvont:Character ;
    lvont:represents "𩢯"^^xsd:string .

<http://lexvo.org/id/char/298B> a lvont:Character ;
    lvont:represents "⦋"^^xsd:string ;
    rdfs:comment "LEFT SQUARE BRACKET WITH UNDERBAR"@en .

<http://lexvo.org/id/char/298B0> a lvont:Character ;
    lvont:represents "𩢰"^^xsd:string .

<http://lexvo.org/id/char/298B1> a lvont:Character ;
    lvont:represents "𩢱"^^xsd:string .

<http://lexvo.org/id/char/298B2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/sai2>,
        <http://lexvo.org/id/term/yue/%F0%A9%A2%B2>,
        "𩢲"^^xsd:string .

<http://lexvo.org/id/char/298B3> a lvont:Character ;
    lvont:represents "𩢳"^^xsd:string .

<http://lexvo.org/id/char/298B4> a lvont:Character ;
    lvont:represents "𩢴"^^xsd:string .

<http://lexvo.org/id/char/298B5> a lvont:Character ;
    lvont:represents "𩢵"^^xsd:string .

<http://lexvo.org/id/char/298B6> a lvont:Character ;
    lvont:represents "𩢶"^^xsd:string .

<http://lexvo.org/id/char/298B7> a lvont:Character ;
    lvont:represents "𩢷"^^xsd:string .

<http://lexvo.org/id/char/298B8> a lvont:Character ;
    lvont:represents "𩢸"^^xsd:string .

<http://lexvo.org/id/char/298B9> a lvont:Character ;
    lvont:represents "𩢹"^^xsd:string .

<http://lexvo.org/id/char/298BA> a lvont:Character ;
    lvont:represents "𩢺"^^xsd:string .

<http://lexvo.org/id/char/298BB> a lvont:Character ;
    lvont:represents "𩢻"^^xsd:string .

<http://lexvo.org/id/char/298BC> a lvont:Character ;
    lvont:represents "𩢼"^^xsd:string .

<http://lexvo.org/id/char/298BD> a lvont:Character ;
    lvont:represents "𩢽"^^xsd:string .

<http://lexvo.org/id/char/298BE> a lvont:Character ;
    lvont:represents "𩢾"^^xsd:string .

<http://lexvo.org/id/char/298BF> a lvont:Character ;
    lvont:represents "𩢿"^^xsd:string .

<http://lexvo.org/id/char/298C> a lvont:Character ;
    lvont:represents "⦌"^^xsd:string ;
    rdfs:comment "RIGHT SQUARE BRACKET WITH UNDERBAR"@en .

<http://lexvo.org/id/char/298C0> a lvont:Character ;
    lvont:represents "𩣀"^^xsd:string .

<http://lexvo.org/id/char/298C1> a lvont:Character ;
    lvont:represents "𩣁"^^xsd:string .

<http://lexvo.org/id/char/298C2> a lvont:Character ;
    lvont:represents "𩣂"^^xsd:string .

<http://lexvo.org/id/char/298C3> a lvont:Character ;
    lvont:represents "𩣃"^^xsd:string .

<http://lexvo.org/id/char/298C4> a lvont:Character ;
    lvont:represents "𩣄"^^xsd:string .

<http://lexvo.org/id/char/298C5> a lvont:Character ;
    lvont:represents "𩣅"^^xsd:string .

<http://lexvo.org/id/char/298C6> a lvont:Character ;
    lvont:represents "𩣆"^^xsd:string .

<http://lexvo.org/id/char/298C7> a lvont:Character ;
    lvont:represents "𩣇"^^xsd:string .

<http://lexvo.org/id/char/298C8> a lvont:Character ;
    lvont:represents "𩣈"^^xsd:string .

<http://lexvo.org/id/char/298C9> a lvont:Character ;
    lvont:represents "𩣉"^^xsd:string .

<http://lexvo.org/id/char/298CA> a lvont:Character ;
    lvont:represents "𩣊"^^xsd:string .

<http://lexvo.org/id/char/298CB> a lvont:Character ;
    lvont:represents "𩣋"^^xsd:string .

<http://lexvo.org/id/char/298CC> a lvont:Character ;
    lvont:represents "𩣌"^^xsd:string .

<http://lexvo.org/id/char/298CD> a lvont:Character ;
    lvont:represents "𩣍"^^xsd:string .

<http://lexvo.org/id/char/298CE> a lvont:Character ;
    lvont:represents "𩣎"^^xsd:string .

<http://lexvo.org/id/char/298CF> a lvont:Character ;
    lvont:represents "𩣏"^^xsd:string .

<http://lexvo.org/id/char/298D> a lvont:Character ;
    lvont:represents "⦍"^^xsd:string ;
    rdfs:comment "LEFT SQUARE BRACKET WITH TICK IN TOP CORNER"@en .

<http://lexvo.org/id/char/298D0> a lvont:Character ;
    lvont:represents "𩣐"^^xsd:string .

<http://lexvo.org/id/char/298D1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/ngon1>,
        <http://lexvo.org/id/term/yue/%F0%A9%A3%91>,
        "𩣑"^^xsd:string ;
    rdfs:comment "(same as U+978D 鞍) saddle; a saddle-like terrain or thing"@en .

<http://lexvo.org/id/char/298D2> a lvont:Character ;
    lvont:represents "𩣒"^^xsd:string .

<http://lexvo.org/id/char/298D3> a lvont:Character ;
    lvont:represents "𩣓"^^xsd:string .

<http://lexvo.org/id/char/298D4> a lvont:Character ;
    lvont:represents "𩣔"^^xsd:string .

<http://lexvo.org/id/char/298D5> a lvont:Character ;
    lvont:represents "𩣕"^^xsd:string .

<http://lexvo.org/id/char/298D6> a lvont:Character ;
    lvont:represents "𩣖"^^xsd:string .

<http://lexvo.org/id/char/298D7> a lvont:Character ;
    lvont:represents "𩣗"^^xsd:string .

<http://lexvo.org/id/char/298D8> a lvont:Character ;
    lvont:represents "𩣘"^^xsd:string .

<http://lexvo.org/id/char/298D9> a lvont:Character ;
    lvont:represents "𩣙"^^xsd:string .

<http://lexvo.org/id/char/298DA> a lvont:Character ;
    lvont:represents "𩣚"^^xsd:string .

<http://lexvo.org/id/char/298DB> a lvont:Character ;
    lvont:represents "𩣛"^^xsd:string .

<http://lexvo.org/id/char/298DC> a lvont:Character ;
    lvont:represents "𩣜"^^xsd:string .

<http://lexvo.org/id/char/298DD> a lvont:Character ;
    lvont:represents "𩣝"^^xsd:string .

<http://lexvo.org/id/char/298DE> a lvont:Character ;
    lvont:represents "𩣞"^^xsd:string .

<http://lexvo.org/id/char/298DF> a lvont:Character ;
    lvont:represents "𩣟"^^xsd:string .

<http://lexvo.org/id/char/298E> a lvont:Character ;
    lvont:represents "⦎"^^xsd:string ;
    rdfs:comment "RIGHT SQUARE BRACKET WITH TICK IN BOTTOM CORNER"@en .

<http://lexvo.org/id/char/298E0> a lvont:Character ;
    lvont:represents "𩣠"^^xsd:string .

<http://lexvo.org/id/char/298E1> a lvont:Character ;
    lvont:represents "𩣡"^^xsd:string .

<http://lexvo.org/id/char/298E2> a lvont:Character ;
    lvont:represents "𩣢"^^xsd:string .

<http://lexvo.org/id/char/298E3> a lvont:Character ;
    lvont:represents "𩣣"^^xsd:string .

<http://lexvo.org/id/char/298E4> a lvont:Character ;
    lvont:represents "𩣤"^^xsd:string .

<http://lexvo.org/id/char/298E5> a lvont:Character ;
    lvont:represents "𩣥"^^xsd:string .

<http://lexvo.org/id/char/298E6> a lvont:Character ;
    lvont:represents "𩣦"^^xsd:string .

<http://lexvo.org/id/char/298E7> a lvont:Character ;
    lvont:represents "𩣧"^^xsd:string .

<http://lexvo.org/id/char/298E8> a lvont:Character ;
    lvont:represents "𩣨"^^xsd:string .

<http://lexvo.org/id/char/298E9> a lvont:Character ;
    lvont:represents "𩣩"^^xsd:string .

<http://lexvo.org/id/char/298EA> a lvont:Character ;
    lvont:represents "𩣪"^^xsd:string .

<http://lexvo.org/id/char/298EB> a lvont:Character ;
    lvont:represents "𩣫"^^xsd:string .

<http://lexvo.org/id/char/298EC> a lvont:Character ;
    lvont:represents "𩣬"^^xsd:string .

<http://lexvo.org/id/char/298ED> a lvont:Character ;
    lvont:represents "𩣭"^^xsd:string .

<http://lexvo.org/id/char/298EE> a lvont:Character ;
    lvont:represents "𩣮"^^xsd:string .

<http://lexvo.org/id/char/298EF> a lvont:Character ;
    lvont:represents "𩣯"^^xsd:string .

<http://lexvo.org/id/char/298F> a lvont:Character ;
    lvont:represents "⦏"^^xsd:string ;
    rdfs:comment "LEFT SQUARE BRACKET WITH TICK IN BOTTOM CORNER"@en .

<http://lexvo.org/id/char/298F0> a lvont:Character ;
    lvont:represents "𩣰"^^xsd:string .

<http://lexvo.org/id/char/298F1> a lvont:Character ;
    lvont:represents "𩣱"^^xsd:string .

<http://lexvo.org/id/char/298F2> a lvont:Character ;
    lvont:represents "𩣲"^^xsd:string .

<http://lexvo.org/id/char/298F3> a lvont:Character ;
    lvont:represents "𩣳"^^xsd:string .

<http://lexvo.org/id/char/298F4> a lvont:Character ;
    lvont:represents "𩣴"^^xsd:string .

<http://lexvo.org/id/char/298F5> a lvont:Character ;
    lvont:represents "𩣵"^^xsd:string .

<http://lexvo.org/id/char/298F6> a lvont:Character ;
    lvont:represents "𩣶"^^xsd:string .

<http://lexvo.org/id/char/298F7> a lvont:Character ;
    lvont:represents "𩣷"^^xsd:string .

<http://lexvo.org/id/char/298F8> a lvont:Character ;
    lvont:represents "𩣸"^^xsd:string .

<http://lexvo.org/id/char/298F9> a lvont:Character ;
    lvont:represents "𩣹"^^xsd:string .

<http://lexvo.org/id/char/298FA> a lvont:Character ;
    lvont:represents "𩣺"^^xsd:string .

<http://lexvo.org/id/char/298FB> a lvont:Character ;
    lvont:represents "𩣻"^^xsd:string .

<http://lexvo.org/id/char/298FC> a lvont:Character ;
    lvont:represents "𩣼"^^xsd:string .

<http://lexvo.org/id/char/298FD> a lvont:Character ;
    lvont:represents "𩣽"^^xsd:string .

<http://lexvo.org/id/char/298FE> a lvont:Character ;
    lvont:represents "𩣾"^^xsd:string .

<http://lexvo.org/id/char/298FF> a lvont:Character ;
    lvont:represents "𩣿"^^xsd:string .

<http://lexvo.org/id/char/2990> a lvont:Character ;
    lvont:represents "⦐"^^xsd:string ;
    rdfs:comment "RIGHT SQUARE BRACKET WITH TICK IN TOP CORNER"@en .

<http://lexvo.org/id/char/29900> a lvont:Character ;
    lvont:represents "𩤀"^^xsd:string .

<http://lexvo.org/id/char/29901> a lvont:Character ;
    lvont:represents "𩤁"^^xsd:string .

<http://lexvo.org/id/char/29902> a lvont:Character ;
    lvont:represents "𩤂"^^xsd:string .

<http://lexvo.org/id/char/29903> a lvont:Character ;
    lvont:represents "𩤃"^^xsd:string .

<http://lexvo.org/id/char/29904> a lvont:Character ;
    lvont:represents "𩤄"^^xsd:string .

<http://lexvo.org/id/char/29905> a lvont:Character ;
    lvont:represents "𩤅"^^xsd:string .

<http://lexvo.org/id/char/29906> a lvont:Character ;
    lvont:represents "𩤆"^^xsd:string .

<http://lexvo.org/id/char/29907> a lvont:Character ;
    lvont:represents "𩤇"^^xsd:string .

<http://lexvo.org/id/char/29908> a lvont:Character ;
    lvont:represents "𩤈"^^xsd:string .

<http://lexvo.org/id/char/29909> a lvont:Character ;
    lvont:represents "𩤉"^^xsd:string .

<http://lexvo.org/id/char/2990A> a lvont:Character ;
    lvont:represents "𩤊"^^xsd:string .

<http://lexvo.org/id/char/2990B> a lvont:Character ;
    lvont:represents "𩤋"^^xsd:string .

<http://lexvo.org/id/char/2990C> a lvont:Character ;
    lvont:represents "𩤌"^^xsd:string .

<http://lexvo.org/id/char/2990D> a lvont:Character ;
    lvont:represents "𩤍"^^xsd:string .

<http://lexvo.org/id/char/2990E> a lvont:Character ;
    lvont:represents "𩤎"^^xsd:string .

<http://lexvo.org/id/char/2990F> a lvont:Character ;
    lvont:represents "𩤏"^^xsd:string .

<http://lexvo.org/id/char/2991> a lvont:Character ;
    lvont:represents "⦑"^^xsd:string ;
    rdfs:comment "LEFT ANGLE BRACKET WITH DOT"@en .

<http://lexvo.org/id/char/29910> a lvont:Character ;
    lvont:represents "𩤐"^^xsd:string .

<http://lexvo.org/id/char/29911> a lvont:Character ;
    lvont:represents "𩤑"^^xsd:string .

<http://lexvo.org/id/char/29912> a lvont:Character ;
    lvont:represents "𩤒"^^xsd:string .

<http://lexvo.org/id/char/29913> a lvont:Character ;
    lvont:represents "𩤓"^^xsd:string .

<http://lexvo.org/id/char/29914> a lvont:Character ;
    lvont:represents "𩤔"^^xsd:string .

<http://lexvo.org/id/char/29915> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/b%C3%ADu>,
        "𩤕"^^xsd:string .

<http://lexvo.org/id/char/29916> a lvont:Character ;
    lvont:represents "𩤖"^^xsd:string .

<http://lexvo.org/id/char/29917> a lvont:Character ;
    lvont:represents "𩤗"^^xsd:string .

<http://lexvo.org/id/char/29918> a lvont:Character ;
    lvont:represents "𩤘"^^xsd:string .

<http://lexvo.org/id/char/29919> a lvont:Character ;
    lvont:represents "𩤙"^^xsd:string .

<http://lexvo.org/id/char/2991A> a lvont:Character ;
    lvont:represents "𩤚"^^xsd:string .

<http://lexvo.org/id/char/2991B> a lvont:Character ;
    lvont:represents "𩤛"^^xsd:string .

<http://lexvo.org/id/char/2991C> a lvont:Character ;
    lvont:represents "𩤜"^^xsd:string .

<http://lexvo.org/id/char/2991D> a lvont:Character ;
    lvont:represents "𩤝"^^xsd:string .

<http://lexvo.org/id/char/2991E> a lvont:Character ;
    lvont:represents "𩤞"^^xsd:string .

<http://lexvo.org/id/char/2991F> a lvont:Character ;
    lvont:represents "𩤟"^^xsd:string .

<http://lexvo.org/id/char/2992> a lvont:Character ;
    lvont:represents "⦒"^^xsd:string ;
    rdfs:comment "RIGHT ANGLE BRACKET WITH DOT"@en .

<http://lexvo.org/id/char/29920> a lvont:Character ;
    lvont:represents "𩤠"^^xsd:string .

<http://lexvo.org/id/char/29921> a lvont:Character ;
    lvont:represents "𩤡"^^xsd:string .

<http://lexvo.org/id/char/29922> a lvont:Character ;
    lvont:represents "𩤢"^^xsd:string .

<http://lexvo.org/id/char/29923> a lvont:Character ;
    lvont:represents "𩤣"^^xsd:string .

<http://lexvo.org/id/char/29924> a lvont:Character ;
    lvont:represents "𩤤"^^xsd:string .

<http://lexvo.org/id/char/29925> a lvont:Character ;
    lvont:represents "𩤥"^^xsd:string .

<http://lexvo.org/id/char/29926> a lvont:Character ;
    lvont:represents "𩤦"^^xsd:string .

<http://lexvo.org/id/char/29927> a lvont:Character ;
    lvont:represents "𩤧"^^xsd:string .

<http://lexvo.org/id/char/29928> a lvont:Character ;
    lvont:represents "𩤨"^^xsd:string .

<http://lexvo.org/id/char/29929> a lvont:Character ;
    lvont:represents "𩤩"^^xsd:string .

<http://lexvo.org/id/char/2992A> a lvont:Character ;
    lvont:represents "𩤪"^^xsd:string .

<http://lexvo.org/id/char/2992B> a lvont:Character ;
    lvont:represents "𩤫"^^xsd:string .

<http://lexvo.org/id/char/2992C> a lvont:Character ;
    lvont:represents "𩤬"^^xsd:string .

<http://lexvo.org/id/char/2992D> a lvont:Character ;
    lvont:represents "𩤭"^^xsd:string .

<http://lexvo.org/id/char/2992E> a lvont:Character ;
    lvont:represents "𩤮"^^xsd:string .

<http://lexvo.org/id/char/2992F> a lvont:Character ;
    lvont:represents "𩤯"^^xsd:string .

<http://lexvo.org/id/char/2993> a lvont:Character ;
    lvont:represents "⦓"^^xsd:string ;
    rdfs:comment "LEFT ARC LESS-THAN BRACKET"@en .

<http://lexvo.org/id/char/29930> a lvont:Character ;
    lvont:represents "𩤰"^^xsd:string .

<http://lexvo.org/id/char/29931> a lvont:Character ;
    lvont:represents "𩤱"^^xsd:string .

<http://lexvo.org/id/char/29932> a lvont:Character ;
    lvont:represents "𩤲"^^xsd:string .

<http://lexvo.org/id/char/29933> a lvont:Character ;
    lvont:represents "𩤳"^^xsd:string .

<http://lexvo.org/id/char/29934> a lvont:Character ;
    lvont:represents "𩤴"^^xsd:string .

<http://lexvo.org/id/char/29935> a lvont:Character ;
    lvont:represents "𩤵"^^xsd:string .

<http://lexvo.org/id/char/29936> a lvont:Character ;
    lvont:represents "𩤶"^^xsd:string .

<http://lexvo.org/id/char/29937> a lvont:Character ;
    lvont:represents "𩤷"^^xsd:string .

<http://lexvo.org/id/char/29938> a lvont:Character ;
    lvont:represents "𩤸"^^xsd:string .

<http://lexvo.org/id/char/29939> a lvont:Character ;
    lvont:represents "𩤹"^^xsd:string .

<http://lexvo.org/id/char/2993A> a lvont:Character ;
    lvont:represents "𩤺"^^xsd:string .

<http://lexvo.org/id/char/2993B> a lvont:Character ;
    lvont:represents "𩤻"^^xsd:string .

<http://lexvo.org/id/char/2993C> a lvont:Character ;
    lvont:represents "𩤼"^^xsd:string .

<http://lexvo.org/id/char/2993D> a lvont:Character ;
    lvont:represents "𩤽"^^xsd:string .

<http://lexvo.org/id/char/2993E> a lvont:Character ;
    lvont:represents "𩤾"^^xsd:string .

<http://lexvo.org/id/char/2993F> a lvont:Character ;
    lvont:represents "𩤿"^^xsd:string .

<http://lexvo.org/id/char/2994> a lvont:Character ;
    lvont:represents "⦔"^^xsd:string ;
    rdfs:comment "RIGHT ARC GREATER-THAN BRACKET"@en .

<http://lexvo.org/id/char/29940> a lvont:Character ;
    lvont:represents "𩥀"^^xsd:string .

<http://lexvo.org/id/char/29941> a lvont:Character ;
    lvont:represents "𩥁"^^xsd:string .

<http://lexvo.org/id/char/29942> a lvont:Character ;
    lvont:represents "𩥂"^^xsd:string .

<http://lexvo.org/id/char/29943> a lvont:Character ;
    lvont:represents "𩥃"^^xsd:string .

<http://lexvo.org/id/char/29944> a lvont:Character ;
    lvont:represents "𩥄"^^xsd:string .

<http://lexvo.org/id/char/29945> a lvont:Character ;
    lvont:represents "𩥅"^^xsd:string .

<http://lexvo.org/id/char/29946> a lvont:Character ;
    lvont:represents "𩥆"^^xsd:string .

<http://lexvo.org/id/char/29947> a lvont:Character ;
    lvont:represents "𩥇"^^xsd:string .

<http://lexvo.org/id/char/29948> a lvont:Character ;
    lvont:represents "𩥈"^^xsd:string .

<http://lexvo.org/id/char/29949> a lvont:Character ;
    lvont:represents "𩥉"^^xsd:string .

<http://lexvo.org/id/char/2994A> a lvont:Character ;
    lvont:represents "𩥊"^^xsd:string .

<http://lexvo.org/id/char/2994B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/au6%20ngau6>,
        <http://lexvo.org/id/term/yue/%F0%A9%A5%8B>,
        "𩥋"^^xsd:string ;
    rdfs:comment "to gallop wildly; (Cant.) stupid"@en .

<http://lexvo.org/id/char/2994C> a lvont:Character ;
    lvont:represents "𩥌"^^xsd:string .

<http://lexvo.org/id/char/2994D> a lvont:Character ;
    lvont:represents "𩥍"^^xsd:string .

<http://lexvo.org/id/char/2994E> a lvont:Character ;
    lvont:represents "𩥎"^^xsd:string .

<http://lexvo.org/id/char/2994F> a lvont:Character ;
    lvont:represents "𩥏"^^xsd:string .

<http://lexvo.org/id/char/2995> a lvont:Character ;
    lvont:represents "⦕"^^xsd:string ;
    rdfs:comment "DOUBLE LEFT ARC GREATER-THAN BRACKET"@en .

<http://lexvo.org/id/char/29950> a lvont:Character ;
    lvont:represents "𩥐"^^xsd:string .

<http://lexvo.org/id/char/29951> a lvont:Character ;
    lvont:represents "𩥑"^^xsd:string .

<http://lexvo.org/id/char/29952> a lvont:Character ;
    lvont:represents "𩥒"^^xsd:string .

<http://lexvo.org/id/char/29953> a lvont:Character ;
    lvont:represents "𩥓"^^xsd:string .

<http://lexvo.org/id/char/29954> a lvont:Character ;
    lvont:represents "𩥔"^^xsd:string .

<http://lexvo.org/id/char/29955> a lvont:Character ;
    lvont:represents "𩥕"^^xsd:string .

<http://lexvo.org/id/char/29956> a lvont:Character ;
    lvont:represents "𩥖"^^xsd:string .

<http://lexvo.org/id/char/29957> a lvont:Character ;
    lvont:represents "𩥗"^^xsd:string .

<http://lexvo.org/id/char/29958> a lvont:Character ;
    lvont:represents "𩥘"^^xsd:string .

<http://lexvo.org/id/char/29959> a lvont:Character ;
    lvont:represents "𩥙"^^xsd:string .

<http://lexvo.org/id/char/2995A> a lvont:Character ;
    lvont:represents "𩥚"^^xsd:string .

<http://lexvo.org/id/char/2995B> a lvont:Character ;
    lvont:represents "𩥛"^^xsd:string .

<http://lexvo.org/id/char/2995C> a lvont:Character ;
    lvont:represents "𩥜"^^xsd:string .

<http://lexvo.org/id/char/2995D> a lvont:Character ;
    lvont:represents "𩥝"^^xsd:string .

<http://lexvo.org/id/char/2995E> a lvont:Character ;
    lvont:represents "𩥞"^^xsd:string .

<http://lexvo.org/id/char/2995F> a lvont:Character ;
    lvont:represents "𩥟"^^xsd:string .

<http://lexvo.org/id/char/2996> a lvont:Character ;
    lvont:represents "⦖"^^xsd:string ;
    rdfs:comment "DOUBLE RIGHT ARC LESS-THAN BRACKET"@en .

<http://lexvo.org/id/char/29960> a lvont:Character ;
    lvont:represents "𩥠"^^xsd:string .

<http://lexvo.org/id/char/29961> a lvont:Character ;
    lvont:represents "𩥡"^^xsd:string .

<http://lexvo.org/id/char/29962> a lvont:Character ;
    lvont:represents "𩥢"^^xsd:string .

<http://lexvo.org/id/char/29963> a lvont:Character ;
    lvont:represents "𩥣"^^xsd:string .

<http://lexvo.org/id/char/29964> a lvont:Character ;
    lvont:represents "𩥤"^^xsd:string .

<http://lexvo.org/id/char/29965> a lvont:Character ;
    lvont:represents "𩥥"^^xsd:string .

<http://lexvo.org/id/char/29966> a lvont:Character ;
    lvont:represents "𩥦"^^xsd:string .

<http://lexvo.org/id/char/29967> a lvont:Character ;
    lvont:represents "𩥧"^^xsd:string .

<http://lexvo.org/id/char/29968> a lvont:Character ;
    lvont:represents "𩥨"^^xsd:string .

<http://lexvo.org/id/char/29969> a lvont:Character ;
    lvont:represents "𩥩"^^xsd:string .

<http://lexvo.org/id/char/2996A> a lvont:Character ;
    lvont:represents "𩥪"^^xsd:string .

<http://lexvo.org/id/char/2996B> a lvont:Character ;
    lvont:represents "𩥫"^^xsd:string .

<http://lexvo.org/id/char/2996C> a lvont:Character ;
    lvont:represents "𩥬"^^xsd:string .

<http://lexvo.org/id/char/2996D> a lvont:Character ;
    lvont:represents "𩥭"^^xsd:string .

<http://lexvo.org/id/char/2996E> a lvont:Character ;
    lvont:represents "𩥮"^^xsd:string .

<http://lexvo.org/id/char/2996F> a lvont:Character ;
    lvont:represents "𩥯"^^xsd:string .

<http://lexvo.org/id/char/2997> a lvont:Character ;
    lvont:represents "⦗"^^xsd:string ;
    rdfs:comment "LEFT BLACK TORTOISE SHELL BRACKET"@en .

<http://lexvo.org/id/char/29970> a lvont:Character ;
    lvont:represents "𩥰"^^xsd:string .

<http://lexvo.org/id/char/29971> a lvont:Character ;
    lvont:represents "𩥱"^^xsd:string .

<http://lexvo.org/id/char/29972> a lvont:Character ;
    lvont:represents "𩥲"^^xsd:string .

<http://lexvo.org/id/char/29973> a lvont:Character ;
    lvont:represents "𩥳"^^xsd:string .

<http://lexvo.org/id/char/29974> a lvont:Character ;
    lvont:represents "𩥴"^^xsd:string .

<http://lexvo.org/id/char/29975> a lvont:Character ;
    lvont:represents "𩥵"^^xsd:string .

<http://lexvo.org/id/char/29976> a lvont:Character ;
    lvont:represents "𩥶"^^xsd:string .

<http://lexvo.org/id/char/29977> a lvont:Character ;
    lvont:represents "𩥷"^^xsd:string .

<http://lexvo.org/id/char/29978> a lvont:Character ;
    lvont:represents "𩥸"^^xsd:string .

<http://lexvo.org/id/char/29979> a lvont:Character ;
    lvont:represents "𩥹"^^xsd:string .

<http://lexvo.org/id/char/2997A> a lvont:Character ;
    lvont:represents "𩥺"^^xsd:string .

<http://lexvo.org/id/char/2997B> a lvont:Character ;
    lvont:represents "𩥻"^^xsd:string .

<http://lexvo.org/id/char/2997C> a lvont:Character ;
    lvont:represents "𩥼"^^xsd:string .

<http://lexvo.org/id/char/2997D> a lvont:Character ;
    lvont:represents "𩥽"^^xsd:string .

<http://lexvo.org/id/char/2997E> a lvont:Character ;
    lvont:represents "𩥾"^^xsd:string .

<http://lexvo.org/id/char/2997F> a lvont:Character ;
    lvont:represents "𩥿"^^xsd:string .

<http://lexvo.org/id/char/2998> a lvont:Character ;
    lvont:represents "⦘"^^xsd:string ;
    rdfs:comment "RIGHT BLACK TORTOISE SHELL BRACKET"@en .

<http://lexvo.org/id/char/29980> a lvont:Character ;
    lvont:represents "𩦀"^^xsd:string .

<http://lexvo.org/id/char/29981> a lvont:Character ;
    lvont:represents "𩦁"^^xsd:string .

<http://lexvo.org/id/char/29982> a lvont:Character ;
    lvont:represents "𩦂"^^xsd:string .

<http://lexvo.org/id/char/29983> a lvont:Character ;
    lvont:represents "𩦃"^^xsd:string .

<http://lexvo.org/id/char/29984> a lvont:Character ;
    lvont:represents "𩦄"^^xsd:string .

<http://lexvo.org/id/char/29985> a lvont:Character ;
    lvont:represents "𩦅"^^xsd:string .

<http://lexvo.org/id/char/29986> a lvont:Character ;
    lvont:represents "𩦆"^^xsd:string .

<http://lexvo.org/id/char/29987> a lvont:Character ;
    lvont:represents "𩦇"^^xsd:string .

<http://lexvo.org/id/char/29988> a lvont:Character ;
    lvont:represents "𩦈"^^xsd:string .

<http://lexvo.org/id/char/29989> a lvont:Character ;
    lvont:represents "𩦉"^^xsd:string .

<http://lexvo.org/id/char/2998A> a lvont:Character ;
    lvont:represents "𩦊"^^xsd:string .

<http://lexvo.org/id/char/2998B> a lvont:Character ;
    lvont:represents "𩦋"^^xsd:string .

<http://lexvo.org/id/char/2998C> a lvont:Character ;
    lvont:represents "𩦌"^^xsd:string .

<http://lexvo.org/id/char/2998D> a lvont:Character ;
    lvont:represents "𩦍"^^xsd:string .

<http://lexvo.org/id/char/2998E> a lvont:Character ;
    lvont:represents "𩦎"^^xsd:string .

<http://lexvo.org/id/char/2998F> a lvont:Character ;
    lvont:represents "𩦏"^^xsd:string .

<http://lexvo.org/id/char/2999> a lvont:Character ;
    lvont:represents "⦙"^^xsd:string ;
    rdfs:comment "DOTTED FENCE"@en .

<http://lexvo.org/id/char/29990> a lvont:Character ;
    lvont:represents "𩦐"^^xsd:string .

<http://lexvo.org/id/char/29991> a lvont:Character ;
    lvont:represents "𩦑"^^xsd:string .

<http://lexvo.org/id/char/29992> a lvont:Character ;
    lvont:represents "𩦒"^^xsd:string .

<http://lexvo.org/id/char/29993> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/m%E1%BB%9F>,
        "𩦓"^^xsd:string .

<http://lexvo.org/id/char/29994> a lvont:Character ;
    lvont:represents "𩦔"^^xsd:string .

<http://lexvo.org/id/char/29995> a lvont:Character ;
    lvont:represents "𩦕"^^xsd:string .

<http://lexvo.org/id/char/29996> a lvont:Character ;
    lvont:represents "𩦖"^^xsd:string .

<http://lexvo.org/id/char/29997> a lvont:Character ;
    lvont:represents "𩦗"^^xsd:string .

<http://lexvo.org/id/char/29998> a lvont:Character ;
    lvont:represents "𩦘"^^xsd:string .

<http://lexvo.org/id/char/29999> a lvont:Character ;
    lvont:represents "𩦙"^^xsd:string .

<http://lexvo.org/id/char/2999A> a lvont:Character ;
    lvont:represents "𩦚"^^xsd:string .

<http://lexvo.org/id/char/2999B> a lvont:Character ;
    lvont:represents "𩦛"^^xsd:string .

<http://lexvo.org/id/char/2999C> a lvont:Character ;
    lvont:represents "𩦜"^^xsd:string .

<http://lexvo.org/id/char/2999D> a lvont:Character ;
    lvont:represents "𩦝"^^xsd:string .

<http://lexvo.org/id/char/2999E> a lvont:Character ;
    lvont:represents "𩦞"^^xsd:string .

<http://lexvo.org/id/char/2999F> a lvont:Character ;
    lvont:represents "𩦟"^^xsd:string .

<http://lexvo.org/id/char/299A> a lvont:Character ;
    lvont:represents "⦚"^^xsd:string ;
    rdfs:comment "VERTICAL ZIGZAG LINE"@en .

<http://lexvo.org/id/char/299A0> a lvont:Character ;
    lvont:represents "𩦠"^^xsd:string .

<http://lexvo.org/id/char/299A1> a lvont:Character ;
    lvont:represents "𩦡"^^xsd:string .

<http://lexvo.org/id/char/299A2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/jyu4>,
        <http://lexvo.org/id/term/yue/%F0%A9%A6%A2>,
        "𩦢"^^xsd:string ;
    rdfs:comment "to provide for; anxious; danger"@en .

<http://lexvo.org/id/char/299A3> a lvont:Character ;
    lvont:represents "𩦣"^^xsd:string .

<http://lexvo.org/id/char/299A4> a lvont:Character ;
    lvont:represents "𩦤"^^xsd:string .

<http://lexvo.org/id/char/299A5> a lvont:Character ;
    lvont:represents "𩦥"^^xsd:string .

<http://lexvo.org/id/char/299A6> a lvont:Character ;
    lvont:represents "𩦦"^^xsd:string .

<http://lexvo.org/id/char/299A7> a lvont:Character ;
    lvont:represents "𩦧"^^xsd:string .

<http://lexvo.org/id/char/299A8> a lvont:Character ;
    lvont:represents "𩦨"^^xsd:string .

<http://lexvo.org/id/char/299A9> a lvont:Character ;
    lvont:represents "𩦩"^^xsd:string .

<http://lexvo.org/id/char/299AA> a lvont:Character ;
    lvont:represents "𩦪"^^xsd:string .

<http://lexvo.org/id/char/299AB> a lvont:Character ;
    lvont:represents "𩦫"^^xsd:string .

<http://lexvo.org/id/char/299AC> a lvont:Character ;
    lvont:represents "𩦬"^^xsd:string .

<http://lexvo.org/id/char/299AD> a lvont:Character ;
    lvont:represents "𩦭"^^xsd:string .

<http://lexvo.org/id/char/299AE> a lvont:Character ;
    lvont:represents "𩦮"^^xsd:string .

<http://lexvo.org/id/char/299AF> a lvont:Character ;
    lvont:represents "𩦯"^^xsd:string .

<http://lexvo.org/id/char/299B> a lvont:Character ;
    lvont:represents "⦛"^^xsd:string ;
    rdfs:comment "MEASURED ANGLE OPENING LEFT"@en .

<http://lexvo.org/id/char/299B0> a lvont:Character ;
    lvont:represents "𩦰"^^xsd:string .

<http://lexvo.org/id/char/299B1> a lvont:Character ;
    lvont:represents "𩦱"^^xsd:string .

<http://lexvo.org/id/char/299B2> a lvont:Character ;
    lvont:represents "𩦲"^^xsd:string .

<http://lexvo.org/id/char/299B3> a lvont:Character ;
    lvont:represents "𩦳"^^xsd:string .

<http://lexvo.org/id/char/299B4> a lvont:Character ;
    lvont:represents "𩦴"^^xsd:string .

<http://lexvo.org/id/char/299B5> a lvont:Character ;
    lvont:represents "𩦵"^^xsd:string .

<http://lexvo.org/id/char/299B6> a lvont:Character ;
    lvont:represents "𩦶"^^xsd:string .

<http://lexvo.org/id/char/299B7> a lvont:Character ;
    lvont:represents "𩦷"^^xsd:string .

<http://lexvo.org/id/char/299B8> a lvont:Character ;
    lvont:represents "𩦸"^^xsd:string .

<http://lexvo.org/id/char/299B9> a lvont:Character ;
    lvont:represents "𩦹"^^xsd:string .

<http://lexvo.org/id/char/299BA> a lvont:Character ;
    lvont:represents "𩦺"^^xsd:string .

<http://lexvo.org/id/char/299BB> a lvont:Character ;
    lvont:represents "𩦻"^^xsd:string .

<http://lexvo.org/id/char/299BC> a lvont:Character ;
    lvont:represents "𩦼"^^xsd:string .

<http://lexvo.org/id/char/299BD> a lvont:Character ;
    lvont:represents "𩦽"^^xsd:string .

<http://lexvo.org/id/char/299BE> a lvont:Character ;
    lvont:represents "𩦾"^^xsd:string .

<http://lexvo.org/id/char/299BF> a lvont:Character ;
    lvont:represents "𩦿"^^xsd:string .

<http://lexvo.org/id/char/299C> a lvont:Character ;
    lvont:represents "⦜"^^xsd:string ;
    rdfs:comment "RIGHT ANGLE VARIANT WITH SQUARE"@en .

<http://lexvo.org/id/char/299C0> a lvont:Character ;
    lvont:represents "𩧀"^^xsd:string .

<http://lexvo.org/id/char/299C1> a lvont:Character ;
    lvont:represents "𩧁"^^xsd:string .

<http://lexvo.org/id/char/299C2> a lvont:Character ;
    lvont:represents "𩧂"^^xsd:string .

<http://lexvo.org/id/char/299C3> a lvont:Character ;
    lvont:represents "𩧃"^^xsd:string .

<http://lexvo.org/id/char/299C4> a lvont:Character ;
    lvont:represents "𩧄"^^xsd:string .

<http://lexvo.org/id/char/299C5> a lvont:Character ;
    lvont:represents "𩧅"^^xsd:string .

<http://lexvo.org/id/char/299C6> a lvont:Character ;
    lvont:represents "𩧆"^^xsd:string .

<http://lexvo.org/id/char/299C7> a lvont:Character ;
    lvont:represents "𩧇"^^xsd:string .

<http://lexvo.org/id/char/299C8> a lvont:Character ;
    lvont:represents "𩧈"^^xsd:string .

<http://lexvo.org/id/char/299C9> a lvont:Character ;
    lvont:represents "𩧉"^^xsd:string .

<http://lexvo.org/id/char/299CA> a lvont:Character ;
    lvont:represents "𩧊"^^xsd:string .

<http://lexvo.org/id/char/299CB> a lvont:Character ;
    lvont:represents "𩧋"^^xsd:string .

<http://lexvo.org/id/char/299CC> a lvont:Character ;
    lvont:represents "𩧌"^^xsd:string .

<http://lexvo.org/id/char/299CD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ru%E1%BB%95i>,
        "𩧍"^^xsd:string .

<http://lexvo.org/id/char/299CE> a lvont:Character ;
    lvont:represents "𩧎"^^xsd:string .

<http://lexvo.org/id/char/299CF> a lvont:Character ;
    lvont:represents "𩧏"^^xsd:string .

<http://lexvo.org/id/char/299D> a lvont:Character ;
    lvont:represents "⦝"^^xsd:string ;
    rdfs:comment "MEASURED RIGHT ANGLE WITH DOT"@en .

<http://lexvo.org/id/char/299D0> a lvont:Character ;
    lvont:represents "𩧐"^^xsd:string .

<http://lexvo.org/id/char/299D1> a lvont:Character ;
    lvont:represents "𩧑"^^xsd:string .

<http://lexvo.org/id/char/299D2> a lvont:Character ;
    lvont:represents "𩧒"^^xsd:string .

<http://lexvo.org/id/char/299D3> a lvont:Character ;
    lvont:represents "𩧓"^^xsd:string .

<http://lexvo.org/id/char/299D4> a lvont:Character ;
    lvont:represents "𩧔"^^xsd:string .

<http://lexvo.org/id/char/299D5> a lvont:Character ;
    lvont:represents "𩧕"^^xsd:string .

<http://lexvo.org/id/char/299D6> a lvont:Character ;
    lvont:represents "𩧖"^^xsd:string .

<http://lexvo.org/id/char/299D7> a lvont:Character ;
    lvont:represents "𩧗"^^xsd:string .

<http://lexvo.org/id/char/299D8> a lvont:Character ;
    lvont:represents "𩧘"^^xsd:string .

<http://lexvo.org/id/char/299D9> a lvont:Character ;
    lvont:represents "𩧙"^^xsd:string .

<http://lexvo.org/id/char/299DA> a lvont:Character ;
    lvont:represents "𩧚"^^xsd:string .

<http://lexvo.org/id/char/299DB> a lvont:Character ;
    lvont:represents "𩧛"^^xsd:string .

<http://lexvo.org/id/char/299DC> a lvont:Character ;
    lvont:represents "𩧜"^^xsd:string .

<http://lexvo.org/id/char/299DD> a lvont:Character ;
    lvont:represents "𩧝"^^xsd:string .

<http://lexvo.org/id/char/299DE> a lvont:Character ;
    lvont:represents "𩧞"^^xsd:string .

<http://lexvo.org/id/char/299DF> a lvont:Character ;
    lvont:represents "𩧟"^^xsd:string .

<http://lexvo.org/id/char/299E> a lvont:Character ;
    lvont:represents "⦞"^^xsd:string ;
    rdfs:comment "ANGLE WITH S INSIDE"@en .

<http://lexvo.org/id/char/299E0> a lvont:Character ;
    lvont:represents "𩧠"^^xsd:string .

<http://lexvo.org/id/char/299E1> a lvont:Character ;
    lvont:represents "𩧡"^^xsd:string .

<http://lexvo.org/id/char/299E2> a lvont:Character ;
    lvont:represents "𩧢"^^xsd:string .

<http://lexvo.org/id/char/299E3> a lvont:Character ;
    lvont:represents "𩧣"^^xsd:string .

<http://lexvo.org/id/char/299E4> a lvont:Character ;
    lvont:represents "𩧤"^^xsd:string .

<http://lexvo.org/id/char/299E5> a lvont:Character ;
    lvont:represents "𩧥"^^xsd:string .

<http://lexvo.org/id/char/299E6> a lvont:Character ;
    lvont:represents "𩧦"^^xsd:string .

<http://lexvo.org/id/char/299E7> a lvont:Character ;
    lvont:represents "𩧧"^^xsd:string .

<http://lexvo.org/id/char/299E8> a lvont:Character ;
    lvont:represents "𩧨"^^xsd:string .

<http://lexvo.org/id/char/299E9> a lvont:Character ;
    lvont:represents "𩧩"^^xsd:string .

<http://lexvo.org/id/char/299EA> a lvont:Character ;
    lvont:represents "𩧪"^^xsd:string .

<http://lexvo.org/id/char/299EB> a lvont:Character ;
    lvont:represents "𩧫"^^xsd:string .

<http://lexvo.org/id/char/299EC> a lvont:Character ;
    lvont:represents "𩧬"^^xsd:string .

<http://lexvo.org/id/char/299ED> a lvont:Character ;
    lvont:represents "𩧭"^^xsd:string .

<http://lexvo.org/id/char/299EE> a lvont:Character ;
    lvont:represents "𩧮"^^xsd:string .

<http://lexvo.org/id/char/299EF> a lvont:Character ;
    lvont:represents "𩧯"^^xsd:string .

<http://lexvo.org/id/char/299F> a lvont:Character ;
    lvont:represents "⦟"^^xsd:string ;
    rdfs:comment "ACUTE ANGLE"@en .

<http://lexvo.org/id/char/299F0> a lvont:Character ;
    lvont:represents "𩧰"^^xsd:string .

<http://lexvo.org/id/char/299F1> a lvont:Character ;
    lvont:represents "𩧱"^^xsd:string .

<http://lexvo.org/id/char/299F2> a lvont:Character ;
    lvont:represents "𩧲"^^xsd:string .

<http://lexvo.org/id/char/299F3> a lvont:Character ;
    lvont:represents "𩧳"^^xsd:string .

<http://lexvo.org/id/char/299F4> a lvont:Character ;
    lvont:represents "𩧴"^^xsd:string .

<http://lexvo.org/id/char/299F5> a lvont:Character ;
    lvont:represents "𩧵"^^xsd:string .

<http://lexvo.org/id/char/299F6> a lvont:Character ;
    lvont:represents "𩧶"^^xsd:string .

<http://lexvo.org/id/char/299F7> a lvont:Character ;
    lvont:represents "𩧷"^^xsd:string .

<http://lexvo.org/id/char/299F8> a lvont:Character ;
    lvont:represents "𩧸"^^xsd:string .

<http://lexvo.org/id/char/299F9> a lvont:Character ;
    lvont:represents "𩧹"^^xsd:string .

<http://lexvo.org/id/char/299FA> a lvont:Character ;
    lvont:represents "𩧺"^^xsd:string .

<http://lexvo.org/id/char/299FB> a lvont:Character ;
    lvont:represents "𩧻"^^xsd:string .

<http://lexvo.org/id/char/299FC> a lvont:Character ;
    lvont:represents "𩧼"^^xsd:string .

<http://lexvo.org/id/char/299FD> a lvont:Character ;
    lvont:represents "𩧽"^^xsd:string .

<http://lexvo.org/id/char/299FE> a lvont:Character ;
    lvont:represents "𩧾"^^xsd:string .

<http://lexvo.org/id/char/299FF> a lvont:Character ;
    lvont:represents "𩧿"^^xsd:string .

<http://lexvo.org/id/char/29A0> a lvont:Character ;
    lvont:represents "⦠"^^xsd:string ;
    rdfs:comment "SPHERICAL ANGLE OPENING LEFT"@en .

<http://lexvo.org/id/char/29A00> a lvont:Character ;
    lvont:represents "𩨀"^^xsd:string .

<http://lexvo.org/id/char/29A01> a lvont:Character ;
    lvont:represents "𩨁"^^xsd:string .

<http://lexvo.org/id/char/29A02> a lvont:Character ;
    lvont:represents "𩨂"^^xsd:string .

<http://lexvo.org/id/char/29A03> a lvont:Character ;
    lvont:represents "𩨃"^^xsd:string .

<http://lexvo.org/id/char/29A04> a lvont:Character ;
    lvont:represents "𩨄"^^xsd:string .

<http://lexvo.org/id/char/29A05> a lvont:Character ;
    lvont:represents "𩨅"^^xsd:string .

<http://lexvo.org/id/char/29A06> a lvont:Character ;
    lvont:represents "𩨆"^^xsd:string .

<http://lexvo.org/id/char/29A07> a lvont:Character ;
    lvont:represents "𩨇"^^xsd:string .

<http://lexvo.org/id/char/29A08> a lvont:Character ;
    lvont:represents "𩨈"^^xsd:string .

<http://lexvo.org/id/char/29A09> a lvont:Character ;
    lvont:represents "𩨉"^^xsd:string .

<http://lexvo.org/id/char/29A0A> a lvont:Character ;
    lvont:represents "𩨊"^^xsd:string .

<http://lexvo.org/id/char/29A0B> a lvont:Character ;
    lvont:represents "𩨋"^^xsd:string .

<http://lexvo.org/id/char/29A0C> a lvont:Character ;
    lvont:represents "𩨌"^^xsd:string .

<http://lexvo.org/id/char/29A0D> a lvont:Character ;
    lvont:represents "𩨍"^^xsd:string .

<http://lexvo.org/id/char/29A0E> a lvont:Character ;
    lvont:represents "𩨎"^^xsd:string .

<http://lexvo.org/id/char/29A0F> a lvont:Character ;
    lvont:represents "𩨏"^^xsd:string .

<http://lexvo.org/id/char/29A1> a lvont:Character ;
    lvont:represents "⦡"^^xsd:string ;
    rdfs:comment "SPHERICAL ANGLE OPENING UP"@en .

<http://lexvo.org/id/char/29A10> a lvont:Character ;
    lvont:represents "𩨐"^^xsd:string .

<http://lexvo.org/id/char/29A11> a lvont:Character ;
    lvont:represents "𩨑"^^xsd:string .

<http://lexvo.org/id/char/29A12> a lvont:Character ;
    lvont:represents "𩨒"^^xsd:string .

<http://lexvo.org/id/char/29A13> a lvont:Character ;
    lvont:represents "𩨓"^^xsd:string .

<http://lexvo.org/id/char/29A14> a lvont:Character ;
    lvont:represents "𩨔"^^xsd:string .

<http://lexvo.org/id/char/29A15> a lvont:Character ;
    lvont:represents "𩨕"^^xsd:string .

<http://lexvo.org/id/char/29A16> a lvont:Character ;
    lvont:represents "𩨖"^^xsd:string .

<http://lexvo.org/id/char/29A17> a lvont:Character ;
    lvont:represents "𩨗"^^xsd:string .

<http://lexvo.org/id/char/29A18> a lvont:Character ;
    lvont:represents "𩨘"^^xsd:string ;
    rdfs:comment "arm, side"@en .

<http://lexvo.org/id/char/29A19> a lvont:Character ;
    lvont:represents "𩨙"^^xsd:string .

<http://lexvo.org/id/char/29A1A> a lvont:Character ;
    lvont:represents "𩨚"^^xsd:string .

<http://lexvo.org/id/char/29A1B> a lvont:Character ;
    lvont:represents "𩨛"^^xsd:string .

<http://lexvo.org/id/char/29A1C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/b%E1%BA%A3>,
        "𩨜"^^xsd:string .

<http://lexvo.org/id/char/29A1D> a lvont:Character ;
    lvont:represents "𩨝"^^xsd:string .

<http://lexvo.org/id/char/29A1E> a lvont:Character ;
    lvont:represents "𩨞"^^xsd:string .

<http://lexvo.org/id/char/29A1F> a lvont:Character ;
    lvont:represents "𩨟"^^xsd:string .

<http://lexvo.org/id/char/29A2> a lvont:Character ;
    lvont:represents "⦢"^^xsd:string ;
    rdfs:comment "TURNED ANGLE"@en .

<http://lexvo.org/id/char/29A20> a lvont:Character ;
    lvont:represents "𩨠"^^xsd:string .

<http://lexvo.org/id/char/29A21> a lvont:Character ;
    lvont:represents "𩨡"^^xsd:string .

<http://lexvo.org/id/char/29A22> a lvont:Character ;
    lvont:represents "𩨢"^^xsd:string .

<http://lexvo.org/id/char/29A23> a lvont:Character ;
    lvont:represents "𩨣"^^xsd:string .

<http://lexvo.org/id/char/29A24> a lvont:Character ;
    lvont:represents "𩨤"^^xsd:string .

<http://lexvo.org/id/char/29A25> a lvont:Character ;
    lvont:represents "𩨥"^^xsd:string .

<http://lexvo.org/id/char/29A26> a lvont:Character ;
    lvont:represents "𩨦"^^xsd:string .

<http://lexvo.org/id/char/29A27> a lvont:Character ;
    lvont:represents "𩨧"^^xsd:string .

<http://lexvo.org/id/char/29A28> a lvont:Character ;
    lvont:represents "𩨨"^^xsd:string .

<http://lexvo.org/id/char/29A29> a lvont:Character ;
    lvont:represents "𩨩"^^xsd:string .

<http://lexvo.org/id/char/29A2A> a lvont:Character ;
    lvont:represents "𩨪"^^xsd:string .

<http://lexvo.org/id/char/29A2B> a lvont:Character ;
    lvont:represents "𩨫"^^xsd:string .

<http://lexvo.org/id/char/29A2C> a lvont:Character ;
    lvont:represents "𩨬"^^xsd:string .

<http://lexvo.org/id/char/29A2D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%F0%A9%A8%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qu%C4%93>,
        "𩨭"^^xsd:string ;
    rdfs:comment "stiffness in the joints"@en .

<http://lexvo.org/id/char/29A2E> a lvont:Character ;
    lvont:represents "𩨮"^^xsd:string .

<http://lexvo.org/id/char/29A2F> a lvont:Character ;
    lvont:represents "𩨯"^^xsd:string .

<http://lexvo.org/id/char/29A3> a lvont:Character ;
    lvont:represents "⦣"^^xsd:string ;
    rdfs:comment "REVERSED ANGLE"@en .

<http://lexvo.org/id/char/29A30> a lvont:Character ;
    lvont:represents "𩨰"^^xsd:string .

<http://lexvo.org/id/char/29A31> a lvont:Character ;
    lvont:represents "𩨱"^^xsd:string .

<http://lexvo.org/id/char/29A32> a lvont:Character ;
    lvont:represents "𩨲"^^xsd:string .

<http://lexvo.org/id/char/29A33> a lvont:Character ;
    lvont:represents "𩨳"^^xsd:string .

<http://lexvo.org/id/char/29A34> a lvont:Character ;
    lvont:represents "𩨴"^^xsd:string .

<http://lexvo.org/id/char/29A35> a lvont:Character ;
    lvont:represents "𩨵"^^xsd:string .

<http://lexvo.org/id/char/29A36> a lvont:Character ;
    lvont:represents "𩨶"^^xsd:string .

<http://lexvo.org/id/char/29A37> a lvont:Character ;
    lvont:represents "𩨷"^^xsd:string .

<http://lexvo.org/id/char/29A38> a lvont:Character ;
    lvont:represents "𩨸"^^xsd:string .

<http://lexvo.org/id/char/29A39> a lvont:Character ;
    lvont:represents "𩨹"^^xsd:string .

<http://lexvo.org/id/char/29A3A> a lvont:Character ;
    lvont:represents "𩨺"^^xsd:string .

<http://lexvo.org/id/char/29A3B> a lvont:Character ;
    lvont:represents "𩨻"^^xsd:string .

<http://lexvo.org/id/char/29A3C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/kheo>,
        "𩨼"^^xsd:string .

<http://lexvo.org/id/char/29A3D> a lvont:Character ;
    lvont:represents "𩨽"^^xsd:string .

<http://lexvo.org/id/char/29A3E> a lvont:Character ;
    lvont:represents "𩨾"^^xsd:string .

<http://lexvo.org/id/char/29A3F> a lvont:Character ;
    lvont:represents "𩨿"^^xsd:string .

<http://lexvo.org/id/char/29A4> a lvont:Character ;
    lvont:represents "⦤"^^xsd:string ;
    rdfs:comment "ANGLE WITH UNDERBAR"@en .

<http://lexvo.org/id/char/29A40> a lvont:Character ;
    lvont:represents "𩩀"^^xsd:string .

<http://lexvo.org/id/char/29A41> a lvont:Character ;
    lvont:represents "𩩁"^^xsd:string .

<http://lexvo.org/id/char/29A42> a lvont:Character ;
    lvont:represents "𩩂"^^xsd:string .

<http://lexvo.org/id/char/29A43> a lvont:Character ;
    lvont:represents "𩩃"^^xsd:string .

<http://lexvo.org/id/char/29A44> a lvont:Character ;
    lvont:represents "𩩄"^^xsd:string .

<http://lexvo.org/id/char/29A45> a lvont:Character ;
    lvont:represents "𩩅"^^xsd:string .

<http://lexvo.org/id/char/29A46> a lvont:Character ;
    lvont:represents "𩩆"^^xsd:string .

<http://lexvo.org/id/char/29A47> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/s%E1%BB%91ng>,
        "𩩇"^^xsd:string .

<http://lexvo.org/id/char/29A48> a lvont:Character ;
    lvont:represents "𩩈"^^xsd:string .

<http://lexvo.org/id/char/29A49> a lvont:Character ;
    lvont:represents "𩩉"^^xsd:string .

<http://lexvo.org/id/char/29A4A> a lvont:Character ;
    lvont:represents "𩩊"^^xsd:string .

<http://lexvo.org/id/char/29A4B> a lvont:Character ;
    lvont:represents "𩩋"^^xsd:string .

<http://lexvo.org/id/char/29A4C> a lvont:Character ;
    lvont:represents "𩩌"^^xsd:string .

<http://lexvo.org/id/char/29A4D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/peng1>,
        <http://lexvo.org/id/term/yue/%F0%A9%A9%8D>,
        "𩩍"^^xsd:string ;
    rdfs:comment "(Cant.) ribs, rib-cage"@en .

<http://lexvo.org/id/char/29A4E> a lvont:Character ;
    lvont:represents "𩩎"^^xsd:string .

<http://lexvo.org/id/char/29A4F> a lvont:Character ;
    lvont:represents "𩩏"^^xsd:string .

<http://lexvo.org/id/char/29A5> a lvont:Character ;
    lvont:represents "⦥"^^xsd:string ;
    rdfs:comment "REVERSED ANGLE WITH UNDERBAR"@en .

<http://lexvo.org/id/char/29A50> a lvont:Character ;
    lvont:represents "𩩐"^^xsd:string .

<http://lexvo.org/id/char/29A51> a lvont:Character ;
    lvont:represents "𩩑"^^xsd:string .

<http://lexvo.org/id/char/29A52> a lvont:Character ;
    lvont:represents "𩩒"^^xsd:string .

<http://lexvo.org/id/char/29A53> a lvont:Character ;
    lvont:represents "𩩓"^^xsd:string .

<http://lexvo.org/id/char/29A54> a lvont:Character ;
    lvont:represents "𩩔"^^xsd:string .

<http://lexvo.org/id/char/29A55> a lvont:Character ;
    lvont:represents "𩩕"^^xsd:string .

<http://lexvo.org/id/char/29A56> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/s%E1%BB%91ng>,
        "𩩖"^^xsd:string .

<http://lexvo.org/id/char/29A57> a lvont:Character ;
    lvont:represents "𩩗"^^xsd:string .

<http://lexvo.org/id/char/29A58> a lvont:Character ;
    lvont:represents "𩩘"^^xsd:string .

<http://lexvo.org/id/char/29A59> a lvont:Character ;
    lvont:represents "𩩙"^^xsd:string .

<http://lexvo.org/id/char/29A5A> a lvont:Character ;
    lvont:represents "𩩚"^^xsd:string .

<http://lexvo.org/id/char/29A5B> a lvont:Character ;
    lvont:represents "𩩛"^^xsd:string .

<http://lexvo.org/id/char/29A5C> a lvont:Character ;
    lvont:represents "𩩜"^^xsd:string .

<http://lexvo.org/id/char/29A5D> a lvont:Character ;
    lvont:represents "𩩝"^^xsd:string .

<http://lexvo.org/id/char/29A5E> a lvont:Character ;
    lvont:represents "𩩞"^^xsd:string .

<http://lexvo.org/id/char/29A5F> a lvont:Character ;
    lvont:represents "𩩟"^^xsd:string .

<http://lexvo.org/id/char/29A6> a lvont:Character ;
    lvont:represents "⦦"^^xsd:string ;
    rdfs:comment "OBLIQUE ANGLE OPENING UP"@en .

<http://lexvo.org/id/char/29A60> a lvont:Character ;
    lvont:represents "𩩠"^^xsd:string .

<http://lexvo.org/id/char/29A61> a lvont:Character ;
    lvont:represents "𩩡"^^xsd:string .

<http://lexvo.org/id/char/29A62> a lvont:Character ;
    lvont:represents "𩩢"^^xsd:string .

<http://lexvo.org/id/char/29A63> a lvont:Character ;
    lvont:represents "𩩣"^^xsd:string .

<http://lexvo.org/id/char/29A64> a lvont:Character ;
    lvont:represents "𩩤"^^xsd:string .

<http://lexvo.org/id/char/29A65> a lvont:Character ;
    lvont:represents "𩩥"^^xsd:string .

<http://lexvo.org/id/char/29A66> a lvont:Character ;
    lvont:represents "𩩦"^^xsd:string .

<http://lexvo.org/id/char/29A67> a lvont:Character ;
    lvont:represents "𩩧"^^xsd:string .

<http://lexvo.org/id/char/29A68> a lvont:Character ;
    lvont:represents "𩩨"^^xsd:string .

<http://lexvo.org/id/char/29A69> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/v%C3%AAu>,
        "𩩩"^^xsd:string .

<http://lexvo.org/id/char/29A6A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/x%C6%B0%C6%A1ng>,
        "𩩪"^^xsd:string .

<http://lexvo.org/id/char/29A6B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/x%C6%B0%C6%A1ng>,
        "𩩫"^^xsd:string .

<http://lexvo.org/id/char/29A6C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/x%C3%A1c>,
        "𩩬"^^xsd:string .

<http://lexvo.org/id/char/29A6D> a lvont:Character ;
    lvont:represents "𩩭"^^xsd:string .

<http://lexvo.org/id/char/29A6E> a lvont:Character ;
    lvont:represents "𩩮"^^xsd:string .

<http://lexvo.org/id/char/29A6F> a lvont:Character ;
    lvont:represents "𩩯"^^xsd:string .

<http://lexvo.org/id/char/29A7> a lvont:Character ;
    lvont:represents "⦧"^^xsd:string ;
    rdfs:comment "OBLIQUE ANGLE OPENING DOWN"@en .

<http://lexvo.org/id/char/29A70> a lvont:Character ;
    lvont:represents "𩩰"^^xsd:string .

<http://lexvo.org/id/char/29A71> a lvont:Character ;
    lvont:represents "𩩱"^^xsd:string .

<http://lexvo.org/id/char/29A72> a lvont:Character ;
    lvont:represents "𩩲"^^xsd:string .

<http://lexvo.org/id/char/29A73> a lvont:Character ;
    lvont:represents "𩩳"^^xsd:string .

<http://lexvo.org/id/char/29A74> a lvont:Character ;
    lvont:represents "𩩴"^^xsd:string .

<http://lexvo.org/id/char/29A75> a lvont:Character ;
    lvont:represents "𩩵"^^xsd:string .

<http://lexvo.org/id/char/29A76> a lvont:Character ;
    lvont:represents "𩩶"^^xsd:string .

<http://lexvo.org/id/char/29A77> a lvont:Character ;
    lvont:represents "𩩷"^^xsd:string .

<http://lexvo.org/id/char/29A78> a lvont:Character ;
    lvont:represents "𩩸"^^xsd:string .

<http://lexvo.org/id/char/29A79> a lvont:Character ;
    lvont:represents "𩩹"^^xsd:string .

<http://lexvo.org/id/char/29A7A> a lvont:Character ;
    lvont:represents "𩩺"^^xsd:string .

<http://lexvo.org/id/char/29A7B> a lvont:Character ;
    lvont:represents "𩩻"^^xsd:string .

<http://lexvo.org/id/char/29A7C> a lvont:Character ;
    lvont:represents "𩩼"^^xsd:string .

<http://lexvo.org/id/char/29A7D> a lvont:Character ;
    lvont:represents "𩩽"^^xsd:string .

<http://lexvo.org/id/char/29A7E> a lvont:Character ;
    lvont:represents "𩩾"^^xsd:string .

<http://lexvo.org/id/char/29A7F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/hom>,
        "𩩿"^^xsd:string .

<http://lexvo.org/id/char/29A8> a lvont:Character ;
    lvont:represents "⦨"^^xsd:string ;
    rdfs:comment "MEASURED ANGLE WITH OPEN ARM ENDING IN ARROW POINTING UP AND RIGHT"@en .

<http://lexvo.org/id/char/29A80> a lvont:Character ;
    lvont:represents "𩪀"^^xsd:string .

<http://lexvo.org/id/char/29A81> a lvont:Character ;
    lvont:represents "𩪁"^^xsd:string .

<http://lexvo.org/id/char/29A82> a lvont:Character ;
    lvont:represents "𩪂"^^xsd:string .

<http://lexvo.org/id/char/29A83> a lvont:Character ;
    lvont:represents "𩪃"^^xsd:string .

<http://lexvo.org/id/char/29A84> a lvont:Character ;
    lvont:represents "𩪄"^^xsd:string .

<http://lexvo.org/id/char/29A85> a lvont:Character ;
    lvont:represents "𩪅"^^xsd:string .

<http://lexvo.org/id/char/29A86> a lvont:Character ;
    lvont:represents "𩪆"^^xsd:string .

<http://lexvo.org/id/char/29A87> a lvont:Character ;
    lvont:represents "𩪇"^^xsd:string .

<http://lexvo.org/id/char/29A88> a lvont:Character ;
    lvont:represents "𩪈"^^xsd:string .

<http://lexvo.org/id/char/29A89> a lvont:Character ;
    lvont:represents "𩪉"^^xsd:string .

<http://lexvo.org/id/char/29A8A> a lvont:Character ;
    lvont:represents "𩪊"^^xsd:string .

<http://lexvo.org/id/char/29A8B> a lvont:Character ;
    lvont:represents "𩪋"^^xsd:string .

<http://lexvo.org/id/char/29A8C> a lvont:Character ;
    lvont:represents "𩪌"^^xsd:string .

<http://lexvo.org/id/char/29A8D> a lvont:Character ;
    lvont:represents "𩪍"^^xsd:string .

<http://lexvo.org/id/char/29A8E> a lvont:Character ;
    lvont:represents "𩪎"^^xsd:string .

<http://lexvo.org/id/char/29A8F> a lvont:Character ;
    lvont:represents "𩪏"^^xsd:string .

<http://lexvo.org/id/char/29A9> a lvont:Character ;
    lvont:represents "⦩"^^xsd:string ;
    rdfs:comment "MEASURED ANGLE WITH OPEN ARM ENDING IN ARROW POINTING UP AND LEFT"@en .

<http://lexvo.org/id/char/29A90> a lvont:Character ;
    lvont:represents "𩪐"^^xsd:string .

<http://lexvo.org/id/char/29A91> a lvont:Character ;
    lvont:represents "𩪑"^^xsd:string .

<http://lexvo.org/id/char/29A92> a lvont:Character ;
    lvont:represents "𩪒"^^xsd:string .

<http://lexvo.org/id/char/29A93> a lvont:Character ;
    lvont:represents "𩪓"^^xsd:string .

<http://lexvo.org/id/char/29A94> a lvont:Character ;
    lvont:represents "𩪔"^^xsd:string .

<http://lexvo.org/id/char/29A95> a lvont:Character ;
    lvont:represents "𩪕"^^xsd:string .

<http://lexvo.org/id/char/29A96> a lvont:Character ;
    lvont:represents "𩪖"^^xsd:string .

<http://lexvo.org/id/char/29A97> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%F0%A9%AA%97>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ju%C3%A9>,
        "𩪗"^^xsd:string ;
    rdfs:comment "tailbones, the coccyx"@en .

<http://lexvo.org/id/char/29A98> a lvont:Character ;
    lvont:represents "𩪘"^^xsd:string .

<http://lexvo.org/id/char/29A99> a lvont:Character ;
    lvont:represents "𩪙"^^xsd:string .

<http://lexvo.org/id/char/29A9A> a lvont:Character ;
    lvont:represents "𩪚"^^xsd:string .

<http://lexvo.org/id/char/29A9B> a lvont:Character ;
    lvont:represents "𩪛"^^xsd:string .

<http://lexvo.org/id/char/29A9C> a lvont:Character ;
    lvont:represents "𩪜"^^xsd:string .

<http://lexvo.org/id/char/29A9D> a lvont:Character ;
    lvont:represents "𩪝"^^xsd:string .

<http://lexvo.org/id/char/29A9E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/s%E1%BB%A5n>,
        "𩪞"^^xsd:string .

<http://lexvo.org/id/char/29A9F> a lvont:Character ;
    lvont:represents "𩪟"^^xsd:string .

<http://lexvo.org/id/char/29AA> a lvont:Character ;
    lvont:represents "⦪"^^xsd:string ;
    rdfs:comment "MEASURED ANGLE WITH OPEN ARM ENDING IN ARROW POINTING DOWN AND RIGHT"@en .

<http://lexvo.org/id/char/29AA0> a lvont:Character ;
    lvont:represents "𩪠"^^xsd:string .

<http://lexvo.org/id/char/29AA1> a lvont:Character ;
    lvont:represents "𩪡"^^xsd:string .

<http://lexvo.org/id/char/29AA2> a lvont:Character ;
    lvont:represents "𩪢"^^xsd:string .

<http://lexvo.org/id/char/29AA3> a lvont:Character ;
    lvont:represents "𩪣"^^xsd:string .

<http://lexvo.org/id/char/29AA4> a lvont:Character ;
    lvont:represents "𩪤"^^xsd:string .

<http://lexvo.org/id/char/29AA5> a lvont:Character ;
    lvont:represents "𩪥"^^xsd:string .

<http://lexvo.org/id/char/29AA6> a lvont:Character ;
    lvont:represents "𩪦"^^xsd:string .

<http://lexvo.org/id/char/29AA7> a lvont:Character ;
    lvont:represents "𩪧"^^xsd:string .

<http://lexvo.org/id/char/29AA8> a lvont:Character ;
    lvont:represents "𩪨"^^xsd:string .

<http://lexvo.org/id/char/29AA9> a lvont:Character ;
    lvont:represents "𩪩"^^xsd:string .

<http://lexvo.org/id/char/29AAA> a lvont:Character ;
    lvont:represents "𩪪"^^xsd:string .

<http://lexvo.org/id/char/29AAB> a lvont:Character ;
    lvont:represents "𩪫"^^xsd:string .

<http://lexvo.org/id/char/29AAC> a lvont:Character ;
    lvont:represents "𩪬"^^xsd:string .

<http://lexvo.org/id/char/29AAD> a lvont:Character ;
    lvont:represents "𩪭"^^xsd:string .

<http://lexvo.org/id/char/29AAE> a lvont:Character ;
    lvont:represents "𩪮"^^xsd:string .

<http://lexvo.org/id/char/29AAF> a lvont:Character ;
    lvont:represents "𩪯"^^xsd:string .

<http://lexvo.org/id/char/29AB> a lvont:Character ;
    lvont:represents "⦫"^^xsd:string ;
    rdfs:comment "MEASURED ANGLE WITH OPEN ARM ENDING IN ARROW POINTING DOWN AND LEFT"@en .

<http://lexvo.org/id/char/29AB0> a lvont:Character ;
    lvont:represents "𩪰"^^xsd:string .

<http://lexvo.org/id/char/29AB1> a lvont:Character ;
    lvont:represents "𩪱"^^xsd:string .

<http://lexvo.org/id/char/29AB2> a lvont:Character ;
    lvont:represents "𩪲"^^xsd:string .

<http://lexvo.org/id/char/29AB3> a lvont:Character ;
    lvont:represents "𩪳"^^xsd:string .

<http://lexvo.org/id/char/29AB4> a lvont:Character ;
    lvont:represents "𩪴"^^xsd:string .

<http://lexvo.org/id/char/29AB5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/s%E1%BB%8D>,
        "𩪵"^^xsd:string .

<http://lexvo.org/id/char/29AB6> a lvont:Character ;
    lvont:represents "𩪶"^^xsd:string .

<http://lexvo.org/id/char/29AB7> a lvont:Character ;
    lvont:represents "𩪷"^^xsd:string .

<http://lexvo.org/id/char/29AB8> a lvont:Character ;
    lvont:represents "𩪸"^^xsd:string .

<http://lexvo.org/id/char/29AB9> a lvont:Character ;
    lvont:represents "𩪹"^^xsd:string .

<http://lexvo.org/id/char/29ABA> a lvont:Character ;
    lvont:represents "𩪺"^^xsd:string .

<http://lexvo.org/id/char/29ABB> a lvont:Character ;
    lvont:represents "𩪻"^^xsd:string .

<http://lexvo.org/id/char/29ABC> a lvont:Character ;
    lvont:represents "𩪼"^^xsd:string .

<http://lexvo.org/id/char/29ABD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/c%E1%BB%A5t>,
        "𩪽"^^xsd:string .

<http://lexvo.org/id/char/29ABE> a lvont:Character ;
    lvont:represents "𩪾"^^xsd:string .

<http://lexvo.org/id/char/29ABF> a lvont:Character ;
    lvont:represents "𩪿"^^xsd:string .

<http://lexvo.org/id/char/29AC> a lvont:Character ;
    lvont:represents "⦬"^^xsd:string ;
    rdfs:comment "MEASURED ANGLE WITH OPEN ARM ENDING IN ARROW POINTING RIGHT AND UP"@en .

<http://lexvo.org/id/char/29AC0> a lvont:Character ;
    lvont:represents "𩫀"^^xsd:string .

<http://lexvo.org/id/char/29AC1> a lvont:Character ;
    lvont:represents "𩫁"^^xsd:string .

<http://lexvo.org/id/char/29AC2> a lvont:Character ;
    lvont:represents "𩫂"^^xsd:string .

<http://lexvo.org/id/char/29AC3> a lvont:Character ;
    lvont:represents "𩫃"^^xsd:string .

<http://lexvo.org/id/char/29AC4> a lvont:Character ;
    lvont:represents "𩫄"^^xsd:string .

<http://lexvo.org/id/char/29AC5> a lvont:Character ;
    lvont:represents "𩫅"^^xsd:string .

<http://lexvo.org/id/char/29AC6> a lvont:Character ;
    lvont:represents "𩫆"^^xsd:string .

<http://lexvo.org/id/char/29AC7> a lvont:Character ;
    lvont:represents "𩫇"^^xsd:string .

<http://lexvo.org/id/char/29AC8> a lvont:Character ;
    lvont:represents "𩫈"^^xsd:string .

<http://lexvo.org/id/char/29AC9> a lvont:Character ;
    lvont:represents "𩫉"^^xsd:string .

<http://lexvo.org/id/char/29ACA> a lvont:Character ;
    lvont:represents "𩫊"^^xsd:string .

<http://lexvo.org/id/char/29ACB> a lvont:Character ;
    lvont:represents "𩫋"^^xsd:string .

<http://lexvo.org/id/char/29ACC> a lvont:Character ;
    lvont:represents "𩫌"^^xsd:string .

<http://lexvo.org/id/char/29ACD> a lvont:Character ;
    lvont:represents "𩫍"^^xsd:string .

<http://lexvo.org/id/char/29ACE> a lvont:Character ;
    lvont:represents "𩫎"^^xsd:string .

<http://lexvo.org/id/char/29ACF> a lvont:Character ;
    lvont:represents "𩫏"^^xsd:string .

<http://lexvo.org/id/char/29AD> a lvont:Character ;
    lvont:represents "⦭"^^xsd:string ;
    rdfs:comment "MEASURED ANGLE WITH OPEN ARM ENDING IN ARROW POINTING LEFT AND UP"@en .

<http://lexvo.org/id/char/29AD0> a lvont:Character ;
    lvont:represents "𩫐"^^xsd:string .

<http://lexvo.org/id/char/29AD1> a lvont:Character ;
    lvont:represents "𩫑"^^xsd:string .

<http://lexvo.org/id/char/29AD2> a lvont:Character ;
    lvont:represents "𩫒"^^xsd:string .

<http://lexvo.org/id/char/29AD3> a lvont:Character ;
    lvont:represents "𩫓"^^xsd:string .

<http://lexvo.org/id/char/29AD4> a lvont:Character ;
    lvont:represents "𩫔"^^xsd:string .

<http://lexvo.org/id/char/29AD5> a lvont:Character ;
    lvont:represents "𩫕"^^xsd:string .

<http://lexvo.org/id/char/29AD6> a lvont:Character ;
    lvont:represents "𩫖"^^xsd:string .

<http://lexvo.org/id/char/29AD7> a lvont:Character ;
    lvont:represents "𩫗"^^xsd:string .

<http://lexvo.org/id/char/29AD8> a lvont:Character ;
    lvont:represents "𩫘"^^xsd:string .

<http://lexvo.org/id/char/29AD9> a lvont:Character ;
    lvont:represents "𩫙"^^xsd:string .

<http://lexvo.org/id/char/29ADA> a lvont:Character ;
    lvont:represents "𩫚"^^xsd:string .

<http://lexvo.org/id/char/29ADB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ch%C3%B3t>,
        "𩫛"^^xsd:string .

<http://lexvo.org/id/char/29ADC> a lvont:Character ;
    lvont:represents "𩫜"^^xsd:string .

<http://lexvo.org/id/char/29ADD> a lvont:Character ;
    lvont:represents "𩫝"^^xsd:string .

<http://lexvo.org/id/char/29ADE> a lvont:Character ;
    lvont:represents "𩫞"^^xsd:string .

<http://lexvo.org/id/char/29ADF> a lvont:Character ;
    lvont:represents "𩫟"^^xsd:string .

<http://lexvo.org/id/char/29AE> a lvont:Character ;
    lvont:represents "⦮"^^xsd:string ;
    rdfs:comment "MEASURED ANGLE WITH OPEN ARM ENDING IN ARROW POINTING RIGHT AND DOWN"@en .

<http://lexvo.org/id/char/29AE0> a lvont:Character ;
    lvont:represents "𩫠"^^xsd:string .

<http://lexvo.org/id/char/29AE1> a lvont:Character ;
    lvont:represents "𩫡"^^xsd:string .

<http://lexvo.org/id/char/29AE2> a lvont:Character ;
    lvont:represents "𩫢"^^xsd:string .

<http://lexvo.org/id/char/29AE3> a lvont:Character ;
    lvont:represents "𩫣"^^xsd:string .

<http://lexvo.org/id/char/29AE4> a lvont:Character ;
    lvont:represents "𩫤"^^xsd:string .

<http://lexvo.org/id/char/29AE5> a lvont:Character ;
    lvont:represents "𩫥"^^xsd:string .

<http://lexvo.org/id/char/29AE6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/r%C3%B4m>,
        "𩫦"^^xsd:string .

<http://lexvo.org/id/char/29AE7> a lvont:Character ;
    lvont:represents "𩫧"^^xsd:string .

<http://lexvo.org/id/char/29AE8> a lvont:Character ;
    lvont:represents "𩫨"^^xsd:string .

<http://lexvo.org/id/char/29AE9> a lvont:Character ;
    lvont:represents "𩫩"^^xsd:string .

<http://lexvo.org/id/char/29AEA> a lvont:Character ;
    lvont:represents "𩫪"^^xsd:string .

<http://lexvo.org/id/char/29AEB> a lvont:Character ;
    lvont:represents "𩫫"^^xsd:string .

<http://lexvo.org/id/char/29AEC> a lvont:Character ;
    lvont:represents "𩫬"^^xsd:string .

<http://lexvo.org/id/char/29AED> a lvont:Character ;
    lvont:represents "𩫭"^^xsd:string .

<http://lexvo.org/id/char/29AEE> a lvont:Character ;
    lvont:represents "𩫮"^^xsd:string .

<http://lexvo.org/id/char/29AEF> a lvont:Character ;
    lvont:represents "𩫯"^^xsd:string .

<http://lexvo.org/id/char/29AF> a lvont:Character ;
    lvont:represents "⦯"^^xsd:string ;
    rdfs:comment "MEASURED ANGLE WITH OPEN ARM ENDING IN ARROW POINTING LEFT AND DOWN"@en .

<http://lexvo.org/id/char/29AF0> a lvont:Character ;
    lvont:represents "𩫰"^^xsd:string .

<http://lexvo.org/id/char/29AF1> a lvont:Character ;
    lvont:represents "𩫱"^^xsd:string .

<http://lexvo.org/id/char/29AF2> a lvont:Character ;
    lvont:represents "𩫲"^^xsd:string .

<http://lexvo.org/id/char/29AF3> a lvont:Character ;
    lvont:represents "𩫳"^^xsd:string .

<http://lexvo.org/id/char/29AF4> a lvont:Character ;
    lvont:represents "𩫴"^^xsd:string .

<http://lexvo.org/id/char/29AF5> a lvont:Character ;
    lvont:represents "𩫵"^^xsd:string .

<http://lexvo.org/id/char/29AF6> a lvont:Character ;
    lvont:represents "𩫶"^^xsd:string .

<http://lexvo.org/id/char/29AF7> a lvont:Character ;
    lvont:represents "𩫷"^^xsd:string .

<http://lexvo.org/id/char/29AF8> a lvont:Character ;
    lvont:represents "𩫸"^^xsd:string .

<http://lexvo.org/id/char/29AF9> a lvont:Character ;
    lvont:represents "𩫹"^^xsd:string .

<http://lexvo.org/id/char/29AFA> a lvont:Character ;
    lvont:represents "𩫺"^^xsd:string .

<http://lexvo.org/id/char/29AFB> a lvont:Character ;
    lvont:represents "𩫻"^^xsd:string .

<http://lexvo.org/id/char/29AFC> a lvont:Character ;
    lvont:represents "𩫼"^^xsd:string .

<http://lexvo.org/id/char/29AFD> a lvont:Character ;
    lvont:represents "𩫽"^^xsd:string .

<http://lexvo.org/id/char/29AFE> a lvont:Character ;
    lvont:represents "𩫾"^^xsd:string .

<http://lexvo.org/id/char/29AFF> a lvont:Character ;
    lvont:represents "𩫿"^^xsd:string .

<http://lexvo.org/id/char/29B0> a lvont:Character ;
    lvont:represents "⦰"^^xsd:string ;
    rdfs:comment "REVERSED EMPTY SET"@en .

<http://lexvo.org/id/char/29B00> a lvont:Character ;
    lvont:represents "𩬀"^^xsd:string .

<http://lexvo.org/id/char/29B01> a lvont:Character ;
    lvont:represents "𩬁"^^xsd:string .

<http://lexvo.org/id/char/29B02> a lvont:Character ;
    lvont:represents "𩬂"^^xsd:string .

<http://lexvo.org/id/char/29B03> a lvont:Character ;
    lvont:represents "𩬃"^^xsd:string .

<http://lexvo.org/id/char/29B04> a lvont:Character ;
    lvont:represents "𩬄"^^xsd:string .

<http://lexvo.org/id/char/29B05> a lvont:Character ;
    lvont:represents "𩬅"^^xsd:string .

<http://lexvo.org/id/char/29B06> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/g%C3%A1y>,
        "𩬆"^^xsd:string .

<http://lexvo.org/id/char/29B07> a lvont:Character ;
    lvont:represents "𩬇"^^xsd:string .

<http://lexvo.org/id/char/29B08> a lvont:Character ;
    lvont:represents "𩬈"^^xsd:string .

<http://lexvo.org/id/char/29B09> a lvont:Character ;
    lvont:represents "𩬉"^^xsd:string .

<http://lexvo.org/id/char/29B0A> a lvont:Character ;
    lvont:represents "𩬊"^^xsd:string .

<http://lexvo.org/id/char/29B0B> a lvont:Character ;
    lvont:represents "𩬋"^^xsd:string .

<http://lexvo.org/id/char/29B0C> a lvont:Character ;
    lvont:represents "𩬌"^^xsd:string .

<http://lexvo.org/id/char/29B0D> a lvont:Character ;
    lvont:represents "𩬍"^^xsd:string .

<http://lexvo.org/id/char/29B0E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/zam4>,
        <http://lexvo.org/id/term/yue/%F0%A9%AC%8E>,
        "𩬎"^^xsd:string ;
    rdfs:comment "(Cant.) bangs"@en .

<http://lexvo.org/id/char/29B0F> a lvont:Character ;
    lvont:represents "𩬏"^^xsd:string .

<http://lexvo.org/id/char/29B1> a lvont:Character ;
    lvont:represents "⦱"^^xsd:string ;
    rdfs:comment "EMPTY SET WITH OVERBAR"@en .

<http://lexvo.org/id/char/29B10> a lvont:Character ;
    lvont:represents "𩬐"^^xsd:string .

<http://lexvo.org/id/char/29B11> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ch%C6%A1m>,
        "𩬑"^^xsd:string .

<http://lexvo.org/id/char/29B12> a lvont:Character ;
    lvont:represents "𩬒"^^xsd:string .

<http://lexvo.org/id/char/29B13> a lvont:Character ;
    lvont:represents "𩬓"^^xsd:string .

<http://lexvo.org/id/char/29B14> a lvont:Character ;
    lvont:represents "𩬔"^^xsd:string .

<http://lexvo.org/id/char/29B15> a lvont:Character ;
    lvont:represents "𩬕"^^xsd:string .

<http://lexvo.org/id/char/29B16> a lvont:Character ;
    lvont:represents "𩬖"^^xsd:string .

<http://lexvo.org/id/char/29B17> a lvont:Character ;
    lvont:represents "𩬗"^^xsd:string .

<http://lexvo.org/id/char/29B18> a lvont:Character ;
    lvont:represents "𩬘"^^xsd:string .

<http://lexvo.org/id/char/29B19> a lvont:Character ;
    lvont:represents "𩬙"^^xsd:string .

<http://lexvo.org/id/char/29B1A> a lvont:Character ;
    lvont:represents "𩬚"^^xsd:string .

<http://lexvo.org/id/char/29B1B> a lvont:Character ;
    lvont:represents "𩬛"^^xsd:string .

<http://lexvo.org/id/char/29B1C> a lvont:Character ;
    lvont:represents "𩬜"^^xsd:string .

<http://lexvo.org/id/char/29B1D> a lvont:Character ;
    lvont:represents "𩬝"^^xsd:string .

<http://lexvo.org/id/char/29B1E> a lvont:Character ;
    lvont:represents "𩬞"^^xsd:string .

<http://lexvo.org/id/char/29B1F> a lvont:Character ;
    lvont:represents "𩬟"^^xsd:string .

<http://lexvo.org/id/char/29B2> a lvont:Character ;
    lvont:represents "⦲"^^xsd:string ;
    rdfs:comment "EMPTY SET WITH SMALL CIRCLE ABOVE"@en .

<http://lexvo.org/id/char/29B20> a lvont:Character ;
    lvont:represents "𩬠"^^xsd:string .

<http://lexvo.org/id/char/29B21> a lvont:Character ;
    lvont:represents "𩬡"^^xsd:string .

<http://lexvo.org/id/char/29B22> a lvont:Character ;
    lvont:represents "𩬢"^^xsd:string .

<http://lexvo.org/id/char/29B23> a lvont:Character ;
    lvont:represents "𩬣"^^xsd:string .

<http://lexvo.org/id/char/29B24> a lvont:Character ;
    lvont:represents "𩬤"^^xsd:string .

<http://lexvo.org/id/char/29B25> a lvont:Character ;
    lvont:represents "𩬥"^^xsd:string .

<http://lexvo.org/id/char/29B26> a lvont:Character ;
    lvont:represents "𩬦"^^xsd:string .

<http://lexvo.org/id/char/29B27> a lvont:Character ;
    lvont:represents "𩬧"^^xsd:string .

<http://lexvo.org/id/char/29B28> a lvont:Character ;
    lvont:represents "𩬨"^^xsd:string .

<http://lexvo.org/id/char/29B29> a lvont:Character ;
    lvont:represents "𩬩"^^xsd:string .

<http://lexvo.org/id/char/29B2A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/b%E1%BB%A3p>,
        "𩬪"^^xsd:string .

<http://lexvo.org/id/char/29B2B> a lvont:Character ;
    lvont:represents "𩬫"^^xsd:string .

<http://lexvo.org/id/char/29B2C> a lvont:Character ;
    lvont:represents "𩬬"^^xsd:string .

<http://lexvo.org/id/char/29B2D> a lvont:Character ;
    lvont:represents "𩬭"^^xsd:string .

<http://lexvo.org/id/char/29B2E> a lvont:Character ;
    lvont:represents "𩬮"^^xsd:string .

<http://lexvo.org/id/char/29B2F> a lvont:Character ;
    lvont:represents "𩬯"^^xsd:string .

<http://lexvo.org/id/char/29B3> a lvont:Character ;
    lvont:represents "⦳"^^xsd:string ;
    rdfs:comment "EMPTY SET WITH RIGHT ARROW ABOVE"@en .

<http://lexvo.org/id/char/29B30> a lvont:Character ;
    lvont:represents "𩬰"^^xsd:string .

<http://lexvo.org/id/char/29B31> a lvont:Character ;
    lvont:represents "𩬱"^^xsd:string .

<http://lexvo.org/id/char/29B32> a lvont:Character ;
    lvont:represents "𩬲"^^xsd:string .

<http://lexvo.org/id/char/29B33> a lvont:Character ;
    lvont:represents "𩬳"^^xsd:string .

<http://lexvo.org/id/char/29B34> a lvont:Character ;
    lvont:represents "𩬴"^^xsd:string .

<http://lexvo.org/id/char/29B35> a lvont:Character ;
    lvont:represents "𩬵"^^xsd:string .

<http://lexvo.org/id/char/29B36> a lvont:Character ;
    lvont:represents "𩬶"^^xsd:string .

<http://lexvo.org/id/char/29B37> a lvont:Character ;
    lvont:represents "𩬷"^^xsd:string .

<http://lexvo.org/id/char/29B38> a lvont:Character ;
    lvont:represents "𩬸"^^xsd:string .

<http://lexvo.org/id/char/29B39> a lvont:Character ;
    lvont:represents "𩬹"^^xsd:string .

<http://lexvo.org/id/char/29B3A> a lvont:Character ;
    lvont:represents "𩬺"^^xsd:string .

<http://lexvo.org/id/char/29B3B> a lvont:Character ;
    lvont:represents "𩬻"^^xsd:string .

<http://lexvo.org/id/char/29B3C> a lvont:Character ;
    lvont:represents "𩬼"^^xsd:string .

<http://lexvo.org/id/char/29B3D> a lvont:Character ;
    lvont:represents "𩬽"^^xsd:string .

<http://lexvo.org/id/char/29B3E> a lvont:Character ;
    lvont:represents "𩬾"^^xsd:string .

<http://lexvo.org/id/char/29B3F> a lvont:Character ;
    lvont:represents "𩬿"^^xsd:string .

<http://lexvo.org/id/char/29B4> a lvont:Character ;
    lvont:represents "⦴"^^xsd:string ;
    rdfs:comment "EMPTY SET WITH LEFT ARROW ABOVE"@en .

<http://lexvo.org/id/char/29B40> a lvont:Character ;
    lvont:represents "𩭀"^^xsd:string .

<http://lexvo.org/id/char/29B41> a lvont:Character ;
    lvont:represents "𩭁"^^xsd:string .

<http://lexvo.org/id/char/29B42> a lvont:Character ;
    lvont:represents "𩭂"^^xsd:string .

<http://lexvo.org/id/char/29B43> a lvont:Character ;
    lvont:represents "𩭃"^^xsd:string .

<http://lexvo.org/id/char/29B44> a lvont:Character ;
    lvont:represents "𩭄"^^xsd:string .

<http://lexvo.org/id/char/29B45> a lvont:Character ;
    lvont:represents "𩭅"^^xsd:string .

<http://lexvo.org/id/char/29B46> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/c%E1%BB%A3p>,
        "𩭆"^^xsd:string .

<http://lexvo.org/id/char/29B47> a lvont:Character ;
    lvont:represents "𩭇"^^xsd:string .

<http://lexvo.org/id/char/29B48> a lvont:Character ;
    lvont:represents "𩭈"^^xsd:string .

<http://lexvo.org/id/char/29B49> a lvont:Character ;
    lvont:represents "𩭉"^^xsd:string .

<http://lexvo.org/id/char/29B4A> a lvont:Character ;
    lvont:represents "𩭊"^^xsd:string .

<http://lexvo.org/id/char/29B4B> a lvont:Character ;
    lvont:represents "𩭋"^^xsd:string .

<http://lexvo.org/id/char/29B4C> a lvont:Character ;
    lvont:represents "𩭌"^^xsd:string .

<http://lexvo.org/id/char/29B4D> a lvont:Character ;
    lvont:represents "𩭍"^^xsd:string .

<http://lexvo.org/id/char/29B4E> a lvont:Character ;
    lvont:represents "𩭎"^^xsd:string .

<http://lexvo.org/id/char/29B4F> a lvont:Character ;
    lvont:represents "𩭏"^^xsd:string .

<http://lexvo.org/id/char/29B5> a lvont:Character ;
    lvont:represents "⦵"^^xsd:string ;
    rdfs:comment "CIRCLE WITH HORIZONTAL BAR"@en .

<http://lexvo.org/id/char/29B50> a lvont:Character ;
    lvont:represents "𩭐"^^xsd:string .

<http://lexvo.org/id/char/29B51> a lvont:Character ;
    lvont:represents "𩭑"^^xsd:string .

<http://lexvo.org/id/char/29B52> a lvont:Character ;
    lvont:represents "𩭒"^^xsd:string .

<http://lexvo.org/id/char/29B53> a lvont:Character ;
    lvont:represents "𩭓"^^xsd:string .

<http://lexvo.org/id/char/29B54> a lvont:Character ;
    lvont:represents "𩭔"^^xsd:string .

<http://lexvo.org/id/char/29B55> a lvont:Character ;
    lvont:represents "𩭕"^^xsd:string .

<http://lexvo.org/id/char/29B56> a lvont:Character ;
    lvont:represents "𩭖"^^xsd:string .

<http://lexvo.org/id/char/29B57> a lvont:Character ;
    lvont:represents "𩭗"^^xsd:string .

<http://lexvo.org/id/char/29B58> a lvont:Character ;
    lvont:represents "𩭘"^^xsd:string .

<http://lexvo.org/id/char/29B59> a lvont:Character ;
    lvont:represents "𩭙"^^xsd:string .

<http://lexvo.org/id/char/29B5A> a lvont:Character ;
    lvont:represents "𩭚"^^xsd:string .

<http://lexvo.org/id/char/29B5B> a lvont:Character ;
    lvont:represents "𩭛"^^xsd:string .

<http://lexvo.org/id/char/29B5C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/x%C3%B9i>,
        "𩭜"^^xsd:string .

<http://lexvo.org/id/char/29B5D> a lvont:Character ;
    lvont:represents "𩭝"^^xsd:string .

<http://lexvo.org/id/char/29B5E> a lvont:Character ;
    lvont:represents "𩭞"^^xsd:string .

<http://lexvo.org/id/char/29B5F> a lvont:Character ;
    lvont:represents "𩭟"^^xsd:string .

<http://lexvo.org/id/char/29B6> a lvont:Character ;
    lvont:represents "⦶"^^xsd:string ;
    rdfs:comment "CIRCLED VERTICAL BAR"@en .

<http://lexvo.org/id/char/29B60> a lvont:Character ;
    lvont:represents "𩭠"^^xsd:string .

<http://lexvo.org/id/char/29B61> a lvont:Character ;
    lvont:represents "𩭡"^^xsd:string .

<http://lexvo.org/id/char/29B62> a lvont:Character ;
    lvont:represents "𩭢"^^xsd:string .

<http://lexvo.org/id/char/29B63> a lvont:Character ;
    lvont:represents "𩭣"^^xsd:string .

<http://lexvo.org/id/char/29B64> a lvont:Character ;
    lvont:represents "𩭤"^^xsd:string .

<http://lexvo.org/id/char/29B65> a lvont:Character ;
    lvont:represents "𩭥"^^xsd:string .

<http://lexvo.org/id/char/29B66> a lvont:Character ;
    lvont:represents "𩭦"^^xsd:string .

<http://lexvo.org/id/char/29B67> a lvont:Character ;
    lvont:represents "𩭧"^^xsd:string .

<http://lexvo.org/id/char/29B68> a lvont:Character ;
    lvont:represents "𩭨"^^xsd:string .

<http://lexvo.org/id/char/29B69> a lvont:Character ;
    lvont:represents "𩭩"^^xsd:string .

<http://lexvo.org/id/char/29B6A> a lvont:Character ;
    lvont:represents "𩭪"^^xsd:string .

<http://lexvo.org/id/char/29B6B> a lvont:Character ;
    lvont:represents "𩭫"^^xsd:string .

<http://lexvo.org/id/char/29B6C> a lvont:Character ;
    lvont:represents "𩭬"^^xsd:string .

<http://lexvo.org/id/char/29B6D> a lvont:Character ;
    lvont:represents "𩭭"^^xsd:string .

<http://lexvo.org/id/char/29B6E> a lvont:Character ;
    lvont:represents "𩭮"^^xsd:string .

<http://lexvo.org/id/char/29B6F> a lvont:Character ;
    lvont:represents "𩭯"^^xsd:string .

<http://lexvo.org/id/char/29B7> a lvont:Character ;
    lvont:represents "⦷"^^xsd:string ;
    rdfs:comment "CIRCLED PARALLEL"@en .

<http://lexvo.org/id/char/29B70> a lvont:Character ;
    lvont:represents "𩭰"^^xsd:string .

<http://lexvo.org/id/char/29B71> a lvont:Character ;
    lvont:represents "𩭱"^^xsd:string .

<http://lexvo.org/id/char/29B72> a lvont:Character ;
    lvont:represents "𩭲"^^xsd:string .

<http://lexvo.org/id/char/29B73> a lvont:Character ;
    lvont:represents "𩭳"^^xsd:string .

<http://lexvo.org/id/char/29B74> a lvont:Character ;
    lvont:represents "𩭴"^^xsd:string .

<http://lexvo.org/id/char/29B75> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/qu%C4%83n>,
        "𩭵"^^xsd:string .

<http://lexvo.org/id/char/29B76> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/r%C3%A2u>,
        "𩭶"^^xsd:string .

<http://lexvo.org/id/char/29B77> a lvont:Character ;
    lvont:represents "𩭷"^^xsd:string .

<http://lexvo.org/id/char/29B78> a lvont:Character ;
    lvont:represents "𩭸"^^xsd:string .

<http://lexvo.org/id/char/29B79> a lvont:Character ;
    lvont:represents "𩭹"^^xsd:string .

<http://lexvo.org/id/char/29B7A> a lvont:Character ;
    lvont:represents "𩭺"^^xsd:string .

<http://lexvo.org/id/char/29B7B> a lvont:Character ;
    lvont:represents "𩭻"^^xsd:string .

<http://lexvo.org/id/char/29B7C> a lvont:Character ;
    lvont:represents "𩭼"^^xsd:string .

<http://lexvo.org/id/char/29B7D> a lvont:Character ;
    lvont:represents "𩭽"^^xsd:string .

<http://lexvo.org/id/char/29B7E> a lvont:Character ;
    lvont:represents "𩭾"^^xsd:string .

<http://lexvo.org/id/char/29B7F> a lvont:Character ;
    lvont:represents "𩭿"^^xsd:string .

<http://lexvo.org/id/char/29B8> a lvont:Character ;
    lvont:represents "⦸"^^xsd:string ;
    rdfs:comment "CIRCLED REVERSE SOLIDUS"@en .

<http://lexvo.org/id/char/29B80> a lvont:Character ;
    lvont:represents "𩮀"^^xsd:string .

<http://lexvo.org/id/char/29B81> a lvont:Character ;
    lvont:represents "𩮁"^^xsd:string .

<http://lexvo.org/id/char/29B82> a lvont:Character ;
    lvont:represents "𩮂"^^xsd:string .

<http://lexvo.org/id/char/29B83> a lvont:Character ;
    lvont:represents "𩮃"^^xsd:string .

<http://lexvo.org/id/char/29B84> a lvont:Character ;
    lvont:represents "𩮄"^^xsd:string .

<http://lexvo.org/id/char/29B85> a lvont:Character ;
    lvont:represents "𩮅"^^xsd:string .

<http://lexvo.org/id/char/29B86> a lvont:Character ;
    lvont:represents "𩮆"^^xsd:string .

<http://lexvo.org/id/char/29B87> a lvont:Character ;
    lvont:represents "𩮇"^^xsd:string .

<http://lexvo.org/id/char/29B88> a lvont:Character ;
    lvont:represents "𩮈"^^xsd:string .

<http://lexvo.org/id/char/29B89> a lvont:Character ;
    lvont:represents "𩮉"^^xsd:string .

<http://lexvo.org/id/char/29B8A> a lvont:Character ;
    lvont:represents "𩮊"^^xsd:string .

<http://lexvo.org/id/char/29B8B> a lvont:Character ;
    lvont:represents "𩮋"^^xsd:string .

<http://lexvo.org/id/char/29B8C> a lvont:Character ;
    lvont:represents "𩮌"^^xsd:string .

<http://lexvo.org/id/char/29B8D> a lvont:Character ;
    lvont:represents "𩮍"^^xsd:string .

<http://lexvo.org/id/char/29B8E> a lvont:Character ;
    lvont:represents "𩮎"^^xsd:string .

<http://lexvo.org/id/char/29B8F> a lvont:Character ;
    lvont:represents "𩮏"^^xsd:string .

<http://lexvo.org/id/char/29B9> a lvont:Character ;
    lvont:represents "⦹"^^xsd:string ;
    rdfs:comment "CIRCLED PERPENDICULAR"@en .

<http://lexvo.org/id/char/29B90> a lvont:Character ;
    lvont:represents "𩮐"^^xsd:string .

<http://lexvo.org/id/char/29B91> a lvont:Character ;
    lvont:represents "𩮑"^^xsd:string .

<http://lexvo.org/id/char/29B92> a lvont:Character ;
    lvont:represents "𩮒"^^xsd:string .

<http://lexvo.org/id/char/29B93> a lvont:Character ;
    lvont:represents "𩮓"^^xsd:string .

<http://lexvo.org/id/char/29B94> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/qu%C4%83n>,
        "𩮔"^^xsd:string .

<http://lexvo.org/id/char/29B95> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/x%E1%BB%93m>,
        "𩮕"^^xsd:string .

<http://lexvo.org/id/char/29B96> a lvont:Character ;
    lvont:represents "𩮖"^^xsd:string .

<http://lexvo.org/id/char/29B97> a lvont:Character ;
    lvont:represents "𩮗"^^xsd:string .

<http://lexvo.org/id/char/29B98> a lvont:Character ;
    lvont:represents "𩮘"^^xsd:string .

<http://lexvo.org/id/char/29B99> a lvont:Character ;
    lvont:represents "𩮙"^^xsd:string .

<http://lexvo.org/id/char/29B9A> a lvont:Character ;
    lvont:represents "𩮚"^^xsd:string .

<http://lexvo.org/id/char/29B9B> a lvont:Character ;
    lvont:represents "𩮛"^^xsd:string .

<http://lexvo.org/id/char/29B9C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%AC>,
        "𩮜"^^xsd:string .

<http://lexvo.org/id/char/29B9D> a lvont:Character ;
    lvont:represents "𩮝"^^xsd:string .

<http://lexvo.org/id/char/29B9E> a lvont:Character ;
    lvont:represents "𩮞"^^xsd:string .

<http://lexvo.org/id/char/29B9F> a lvont:Character ;
    lvont:represents "𩮟"^^xsd:string .

<http://lexvo.org/id/char/29BA> a lvont:Character ;
    lvont:represents "⦺"^^xsd:string ;
    rdfs:comment "CIRCLE DIVIDED BY HORIZONTAL BAR AND TOP HALF DIVIDED BY VERTICAL BAR"@en .

<http://lexvo.org/id/char/29BA0> a lvont:Character ;
    lvont:represents "𩮠"^^xsd:string .

<http://lexvo.org/id/char/29BA1> a lvont:Character ;
    lvont:represents "𩮡"^^xsd:string .

<http://lexvo.org/id/char/29BA2> a lvont:Character ;
    lvont:represents "𩮢"^^xsd:string .

<http://lexvo.org/id/char/29BA3> a lvont:Character ;
    lvont:represents "𩮣"^^xsd:string .

<http://lexvo.org/id/char/29BA4> a lvont:Character ;
    lvont:represents "𩮤"^^xsd:string .

<http://lexvo.org/id/char/29BA5> a lvont:Character ;
    lvont:represents "𩮥"^^xsd:string .

<http://lexvo.org/id/char/29BA6> a lvont:Character ;
    lvont:represents "𩮦"^^xsd:string .

<http://lexvo.org/id/char/29BA7> a lvont:Character ;
    lvont:represents "𩮧"^^xsd:string .

<http://lexvo.org/id/char/29BA8> a lvont:Character ;
    lvont:represents "𩮨"^^xsd:string .

<http://lexvo.org/id/char/29BA9> a lvont:Character ;
    lvont:represents "𩮩"^^xsd:string .

<http://lexvo.org/id/char/29BAA> a lvont:Character ;
    lvont:represents "𩮪"^^xsd:string .

<http://lexvo.org/id/char/29BAB> a lvont:Character ;
    lvont:represents "𩮫"^^xsd:string .

<http://lexvo.org/id/char/29BAC> a lvont:Character ;
    lvont:represents "𩮬"^^xsd:string .

<http://lexvo.org/id/char/29BAD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ria>,
        "𩮭"^^xsd:string .

<http://lexvo.org/id/char/29BAE> a lvont:Character ;
    lvont:represents "𩮮"^^xsd:string .

<http://lexvo.org/id/char/29BAF> a lvont:Character ;
    lvont:represents "𩮯"^^xsd:string .

<http://lexvo.org/id/char/29BB> a lvont:Character ;
    lvont:represents "⦻"^^xsd:string ;
    rdfs:comment "CIRCLE WITH SUPERIMPOSED X"@en .

<http://lexvo.org/id/char/29BB0> a lvont:Character ;
    lvont:represents "𩮰"^^xsd:string .

<http://lexvo.org/id/char/29BB1> a lvont:Character ;
    lvont:represents "𩮱"^^xsd:string .

<http://lexvo.org/id/char/29BB2> a lvont:Character ;
    lvont:represents "𩮲"^^xsd:string .

<http://lexvo.org/id/char/29BB3> a lvont:Character ;
    lvont:represents "𩮳"^^xsd:string .

<http://lexvo.org/id/char/29BB4> a lvont:Character ;
    lvont:represents "𩮴"^^xsd:string .

<http://lexvo.org/id/char/29BB5> a lvont:Character ;
    lvont:represents "𩮵"^^xsd:string .

<http://lexvo.org/id/char/29BB6> a lvont:Character ;
    lvont:represents "𩮶"^^xsd:string .

<http://lexvo.org/id/char/29BB7> a lvont:Character ;
    lvont:represents "𩮷"^^xsd:string .

<http://lexvo.org/id/char/29BB8> a lvont:Character ;
    lvont:represents "𩮸"^^xsd:string .

<http://lexvo.org/id/char/29BB9> a lvont:Character ;
    lvont:represents "𩮹"^^xsd:string .

<http://lexvo.org/id/char/29BBA> a lvont:Character ;
    lvont:represents "𩮺"^^xsd:string .

<http://lexvo.org/id/char/29BBB> a lvont:Character ;
    lvont:represents "𩮻"^^xsd:string .

<http://lexvo.org/id/char/29BBC> a lvont:Character ;
    lvont:represents "𩮼"^^xsd:string .

<http://lexvo.org/id/char/29BBD> a lvont:Character ;
    lvont:represents "𩮽"^^xsd:string .

<http://lexvo.org/id/char/29BBE> a lvont:Character ;
    lvont:represents "𩮾"^^xsd:string .

<http://lexvo.org/id/char/29BBF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ch%C3%B3p>,
        "𩮿"^^xsd:string .

<http://lexvo.org/id/char/29BC> a lvont:Character ;
    lvont:represents "⦼"^^xsd:string ;
    rdfs:comment "CIRCLED ANTICLOCKWISE-ROTATED DIVISION SIGN"@en .

<http://lexvo.org/id/char/29BC0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/t%C3%B3c>,
        "𩯀"^^xsd:string .

<http://lexvo.org/id/char/29BC1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/r%C3%A2u>,
        "𩯁"^^xsd:string .

<http://lexvo.org/id/char/29BC2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/g%C3%A1y>,
        "𩯂"^^xsd:string .

<http://lexvo.org/id/char/29BC3> a lvont:Character ;
    lvont:represents "𩯃"^^xsd:string .

<http://lexvo.org/id/char/29BC4> a lvont:Character ;
    lvont:represents "𩯄"^^xsd:string .

<http://lexvo.org/id/char/29BC5> a lvont:Character ;
    lvont:represents "𩯅"^^xsd:string .

<http://lexvo.org/id/char/29BC6> a lvont:Character ;
    lvont:represents "𩯆"^^xsd:string .

<http://lexvo.org/id/char/29BC7> a lvont:Character ;
    lvont:represents "𩯇"^^xsd:string .

<http://lexvo.org/id/char/29BC8> a lvont:Character ;
    lvont:represents "𩯈"^^xsd:string .

<http://lexvo.org/id/char/29BC9> a lvont:Character ;
    lvont:represents "𩯉"^^xsd:string .

<http://lexvo.org/id/char/29BCA> a lvont:Character ;
    lvont:represents "𩯊"^^xsd:string .

<http://lexvo.org/id/char/29BCB> a lvont:Character ;
    lvont:represents "𩯋"^^xsd:string .

<http://lexvo.org/id/char/29BCC> a lvont:Character ;
    lvont:represents "𩯌"^^xsd:string .

<http://lexvo.org/id/char/29BCD> a lvont:Character ;
    lvont:represents "𩯍"^^xsd:string .

<http://lexvo.org/id/char/29BCE> a lvont:Character ;
    lvont:represents "𩯎"^^xsd:string .

<http://lexvo.org/id/char/29BCF> a lvont:Character ;
    lvont:represents "𩯏"^^xsd:string .

<http://lexvo.org/id/char/29BD> a lvont:Character ;
    lvont:represents "⦽"^^xsd:string ;
    rdfs:comment "UP ARROW THROUGH CIRCLE"@en .

<http://lexvo.org/id/char/29BD0> a lvont:Character ;
    lvont:represents "𩯐"^^xsd:string .

<http://lexvo.org/id/char/29BD1> a lvont:Character ;
    lvont:represents "𩯑"^^xsd:string .

<http://lexvo.org/id/char/29BD2> a lvont:Character ;
    lvont:represents "𩯒"^^xsd:string .

<http://lexvo.org/id/char/29BD3> a lvont:Character ;
    lvont:represents "𩯓"^^xsd:string .

<http://lexvo.org/id/char/29BD4> a lvont:Character ;
    lvont:represents "𩯔"^^xsd:string .

<http://lexvo.org/id/char/29BD5> a lvont:Character ;
    lvont:represents "𩯕"^^xsd:string .

<http://lexvo.org/id/char/29BD6> a lvont:Character ;
    lvont:represents "𩯖"^^xsd:string .

<http://lexvo.org/id/char/29BD7> a lvont:Character ;
    lvont:represents "𩯗"^^xsd:string .

<http://lexvo.org/id/char/29BD8> a lvont:Character ;
    lvont:represents "𩯘"^^xsd:string .

<http://lexvo.org/id/char/29BD9> a lvont:Character ;
    lvont:represents "𩯙"^^xsd:string .

<http://lexvo.org/id/char/29BDA> a lvont:Character ;
    lvont:represents "𩯚"^^xsd:string .

<http://lexvo.org/id/char/29BDB> a lvont:Character ;
    lvont:represents "𩯛"^^xsd:string .

<http://lexvo.org/id/char/29BDC> a lvont:Character ;
    lvont:represents "𩯜"^^xsd:string .

<http://lexvo.org/id/char/29BDD> a lvont:Character ;
    lvont:represents "𩯝"^^xsd:string .

<http://lexvo.org/id/char/29BDE> a lvont:Character ;
    lvont:represents "𩯞"^^xsd:string .

<http://lexvo.org/id/char/29BDF> a lvont:Character ;
    lvont:represents "𩯟"^^xsd:string .

<http://lexvo.org/id/char/29BE> a lvont:Character ;
    lvont:represents "⦾"^^xsd:string ;
    rdfs:comment "CIRCLED WHITE BULLET"@en .

<http://lexvo.org/id/char/29BE0> a lvont:Character ;
    lvont:represents "𩯠"^^xsd:string .

<http://lexvo.org/id/char/29BE1> a lvont:Character ;
    lvont:represents "𩯡"^^xsd:string .

<http://lexvo.org/id/char/29BE2> a lvont:Character ;
    lvont:represents "𩯢"^^xsd:string .

<http://lexvo.org/id/char/29BE3> a lvont:Character ;
    lvont:represents "𩯣"^^xsd:string .

<http://lexvo.org/id/char/29BE4> a lvont:Character ;
    lvont:represents "𩯤"^^xsd:string .

<http://lexvo.org/id/char/29BE5> a lvont:Character ;
    lvont:represents "𩯥"^^xsd:string .

<http://lexvo.org/id/char/29BE6> a lvont:Character ;
    lvont:represents "𩯦"^^xsd:string .

<http://lexvo.org/id/char/29BE7> a lvont:Character ;
    lvont:represents "𩯧"^^xsd:string .

<http://lexvo.org/id/char/29BE8> a lvont:Character ;
    lvont:represents "𩯨"^^xsd:string .

<http://lexvo.org/id/char/29BE9> a lvont:Character ;
    lvont:represents "𩯩"^^xsd:string .

<http://lexvo.org/id/char/29BEA> a lvont:Character ;
    lvont:represents "𩯪"^^xsd:string .

<http://lexvo.org/id/char/29BEB> a lvont:Character ;
    lvont:represents "𩯫"^^xsd:string .

<http://lexvo.org/id/char/29BEC> a lvont:Character ;
    lvont:represents "𩯬"^^xsd:string .

<http://lexvo.org/id/char/29BED> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/ban3>,
        <http://lexvo.org/id/term/yue/%F0%A9%AF%AD>,
        "𩯭"^^xsd:string ;
    rdfs:comment "hair on the temples"@en .

<http://lexvo.org/id/char/29BEE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/m%E1%BB%9Dn>,
        "𩯮"^^xsd:string .

<http://lexvo.org/id/char/29BEF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/xo%C3%A0m>,
        "𩯯"^^xsd:string .

<http://lexvo.org/id/char/29BF> a lvont:Character ;
    lvont:represents "⦿"^^xsd:string ;
    rdfs:comment "CIRCLED BULLET"@en .

<http://lexvo.org/id/char/29BF0> a lvont:Character ;
    lvont:represents "𩯰"^^xsd:string .

<http://lexvo.org/id/char/29BF1> a lvont:Character ;
    lvont:represents "𩯱"^^xsd:string .

<http://lexvo.org/id/char/29BF2> a lvont:Character ;
    lvont:represents "𩯲"^^xsd:string .

<http://lexvo.org/id/char/29BF3> a lvont:Character ;
    lvont:represents "𩯳"^^xsd:string .

<http://lexvo.org/id/char/29BF4> a lvont:Character ;
    lvont:represents "𩯴"^^xsd:string .

<http://lexvo.org/id/char/29BF5> a lvont:Character ;
    lvont:represents "𩯵"^^xsd:string .

<http://lexvo.org/id/char/29BF6> a lvont:Character ;
    lvont:represents "𩯶"^^xsd:string .

<http://lexvo.org/id/char/29BF7> a lvont:Character ;
    lvont:represents "𩯷"^^xsd:string .

<http://lexvo.org/id/char/29BF8> a lvont:Character ;
    lvont:represents "𩯸"^^xsd:string .

<http://lexvo.org/id/char/29BF9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/s%C3%B3i>,
        "𩯹"^^xsd:string .

<http://lexvo.org/id/char/29BFA> a lvont:Character ;
    lvont:represents "𩯺"^^xsd:string .

<http://lexvo.org/id/char/29BFB> a lvont:Character ;
    lvont:represents "𩯻"^^xsd:string .

<http://lexvo.org/id/char/29BFC> a lvont:Character ;
    lvont:represents "𩯼"^^xsd:string .

<http://lexvo.org/id/char/29BFD> a lvont:Character ;
    lvont:represents "𩯽"^^xsd:string .

<http://lexvo.org/id/char/29BFE> a lvont:Character ;
    lvont:represents "𩯾"^^xsd:string .

<http://lexvo.org/id/char/29BFF> a lvont:Character ;
    lvont:represents "𩯿"^^xsd:string .

<http://lexvo.org/id/char/29C0> a lvont:Character ;
    lvont:represents "⧀"^^xsd:string ;
    rdfs:comment "CIRCLED LESS-THAN"@en .

<http://lexvo.org/id/char/29C00> a lvont:Character ;
    lvont:represents "𩰀"^^xsd:string .

<http://lexvo.org/id/char/29C01> a lvont:Character ;
    lvont:represents "𩰁"^^xsd:string .

<http://lexvo.org/id/char/29C02> a lvont:Character ;
    lvont:represents "𩰂"^^xsd:string .

<http://lexvo.org/id/char/29C03> a lvont:Character ;
    lvont:represents "𩰃"^^xsd:string .

<http://lexvo.org/id/char/29C04> a lvont:Character ;
    lvont:represents "𩰄"^^xsd:string .

<http://lexvo.org/id/char/29C05> a lvont:Character ;
    lvont:represents "𩰅"^^xsd:string .

<http://lexvo.org/id/char/29C06> a lvont:Character ;
    lvont:represents "𩰆"^^xsd:string .

<http://lexvo.org/id/char/29C07> a lvont:Character ;
    lvont:represents "𩰇"^^xsd:string .

<http://lexvo.org/id/char/29C08> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/nheo>,
        "𩰈"^^xsd:string .

<http://lexvo.org/id/char/29C09> a lvont:Character ;
    lvont:represents "𩰉"^^xsd:string .

<http://lexvo.org/id/char/29C0C> a lvont:Character ;
    lvont:represents "𩰌"^^xsd:string .

<http://lexvo.org/id/char/29C0D> a lvont:Character ;
    lvont:represents "𩰍"^^xsd:string .

<http://lexvo.org/id/char/29C0E> a lvont:Character ;
    lvont:represents "𩰎"^^xsd:string .

<http://lexvo.org/id/char/29C0F> a lvont:Character ;
    lvont:represents "𩰏"^^xsd:string .

<http://lexvo.org/id/char/29C1> a lvont:Character ;
    lvont:represents "⧁"^^xsd:string ;
    rdfs:comment "CIRCLED GREATER-THAN"@en .

<http://lexvo.org/id/char/29C10> a lvont:Character ;
    lvont:represents "𩰐"^^xsd:string .

<http://lexvo.org/id/char/29C11> a lvont:Character ;
    lvont:represents "𩰑"^^xsd:string .

<http://lexvo.org/id/char/29C12> a lvont:Character ;
    lvont:represents "𩰒"^^xsd:string .

<http://lexvo.org/id/char/29C13> a lvont:Character ;
    lvont:represents "𩰓"^^xsd:string .

<http://lexvo.org/id/char/29C14> a lvont:Character ;
    lvont:represents "𩰔"^^xsd:string .

<http://lexvo.org/id/char/29C15> a lvont:Character ;
    lvont:represents "𩰕"^^xsd:string .

<http://lexvo.org/id/char/29C16> a lvont:Character ;
    lvont:represents "𩰖"^^xsd:string .

<http://lexvo.org/id/char/29C17> a lvont:Character ;
    lvont:represents "𩰗"^^xsd:string .

<http://lexvo.org/id/char/29C18> a lvont:Character ;
    lvont:represents "𩰘"^^xsd:string .

<http://lexvo.org/id/char/29C19> a lvont:Character ;
    lvont:represents "𩰙"^^xsd:string .

<http://lexvo.org/id/char/29C1A> a lvont:Character ;
    lvont:represents "𩰚"^^xsd:string .

<http://lexvo.org/id/char/29C1B> a lvont:Character ;
    lvont:represents "𩰛"^^xsd:string .

<http://lexvo.org/id/char/29C1C> a lvont:Character ;
    lvont:represents "𩰜"^^xsd:string .

<http://lexvo.org/id/char/29C1D> a lvont:Character ;
    lvont:represents "𩰝"^^xsd:string .

<http://lexvo.org/id/char/29C1E> a lvont:Character ;
    lvont:represents "𩰞"^^xsd:string .

<http://lexvo.org/id/char/29C1F> a lvont:Character ;
    lvont:represents "𩰟"^^xsd:string .

<http://lexvo.org/id/char/29C2> a lvont:Character ;
    lvont:represents "⧂"^^xsd:string ;
    rdfs:comment "CIRCLE WITH SMALL CIRCLE TO THE RIGHT"@en .

<http://lexvo.org/id/char/29C20> a lvont:Character ;
    lvont:represents "𩰠"^^xsd:string .

<http://lexvo.org/id/char/29C21> a lvont:Character ;
    lvont:represents "𩰡"^^xsd:string .

<http://lexvo.org/id/char/29C22> a lvont:Character ;
    lvont:represents "𩰢"^^xsd:string .

<http://lexvo.org/id/char/29C23> a lvont:Character ;
    lvont:represents "𩰣"^^xsd:string .

<http://lexvo.org/id/char/29C24> a lvont:Character ;
    lvont:represents "𩰤"^^xsd:string .

<http://lexvo.org/id/char/29C25> a lvont:Character ;
    lvont:represents "𩰥"^^xsd:string .

<http://lexvo.org/id/char/29C26> a lvont:Character ;
    lvont:represents "𩰦"^^xsd:string .

<http://lexvo.org/id/char/29C27> a lvont:Character ;
    lvont:represents "𩰧"^^xsd:string .

<http://lexvo.org/id/char/29C28> a lvont:Character ;
    lvont:represents "𩰨"^^xsd:string .

<http://lexvo.org/id/char/29C29> a lvont:Character ;
    lvont:represents "𩰩"^^xsd:string .

<http://lexvo.org/id/char/29C2A> a lvont:Character ;
    lvont:represents "𩰪"^^xsd:string .

<http://lexvo.org/id/char/29C2B> a lvont:Character ;
    lvont:represents "𩰫"^^xsd:string .

<http://lexvo.org/id/char/29C2C> a lvont:Character ;
    lvont:represents "𩰬"^^xsd:string .

<http://lexvo.org/id/char/29C2D> a lvont:Character ;
    lvont:represents "𩰭"^^xsd:string .

<http://lexvo.org/id/char/29C2E> a lvont:Character ;
    lvont:represents "𩰮"^^xsd:string .

<http://lexvo.org/id/char/29C2F> a lvont:Character ;
    lvont:represents "𩰯"^^xsd:string .

<http://lexvo.org/id/char/29C3> a lvont:Character ;
    lvont:represents "⧃"^^xsd:string ;
    rdfs:comment "CIRCLE WITH TWO HORIZONTAL STROKES TO THE RIGHT"@en .

<http://lexvo.org/id/char/29C30> a lvont:Character ;
    lvont:represents "𩰰"^^xsd:string .

<http://lexvo.org/id/char/29C31> a lvont:Character ;
    lvont:represents "𩰱"^^xsd:string .

<http://lexvo.org/id/char/29C32> a lvont:Character ;
    lvont:represents "𩰲"^^xsd:string .

<http://lexvo.org/id/char/29C33> a lvont:Character ;
    lvont:represents "𩰳"^^xsd:string .

<http://lexvo.org/id/char/29C34> a lvont:Character ;
    lvont:represents "𩰴"^^xsd:string .

<http://lexvo.org/id/char/29C35> a lvont:Character ;
    lvont:represents "𩰵"^^xsd:string .

<http://lexvo.org/id/char/29C36> a lvont:Character ;
    lvont:represents "𩰶"^^xsd:string .

<http://lexvo.org/id/char/29C37> a lvont:Character ;
    lvont:represents "𩰷"^^xsd:string .

<http://lexvo.org/id/char/29C38> a lvont:Character ;
    lvont:represents "𩰸"^^xsd:string .

<http://lexvo.org/id/char/29C39> a lvont:Character ;
    lvont:represents "𩰹"^^xsd:string .

<http://lexvo.org/id/char/29C3A> a lvont:Character ;
    lvont:represents "𩰺"^^xsd:string .

<http://lexvo.org/id/char/29C3B> a lvont:Character ;
    lvont:represents "𩰻"^^xsd:string .

<http://lexvo.org/id/char/29C3C> a lvont:Character ;
    lvont:represents "𩰼"^^xsd:string .

<http://lexvo.org/id/char/29C3D> a lvont:Character ;
    lvont:represents "𩰽"^^xsd:string .

<http://lexvo.org/id/char/29C3E> a lvont:Character ;
    lvont:represents "𩰾"^^xsd:string .

<http://lexvo.org/id/char/29C3F> a lvont:Character ;
    lvont:represents "𩰿"^^xsd:string .

<http://lexvo.org/id/char/29C4> a lvont:Character ;
    lvont:represents "⧄"^^xsd:string ;
    rdfs:comment "SQUARED RISING DIAGONAL SLASH"@en .

<http://lexvo.org/id/char/29C40> a lvont:Character ;
    lvont:represents "𩱀"^^xsd:string .

<http://lexvo.org/id/char/29C41> a lvont:Character ;
    lvont:represents "𩱁"^^xsd:string .

<http://lexvo.org/id/char/29C42> a lvont:Character ;
    lvont:represents "𩱂"^^xsd:string .

<http://lexvo.org/id/char/29C43> a lvont:Character ;
    lvont:represents "𩱃"^^xsd:string .

<http://lexvo.org/id/char/29C44> a lvont:Character ;
    lvont:represents "𩱄"^^xsd:string .

<http://lexvo.org/id/char/29C45> a lvont:Character ;
    lvont:represents "𩱅"^^xsd:string .

<http://lexvo.org/id/char/29C46> a lvont:Character ;
    lvont:represents "𩱆"^^xsd:string .

<http://lexvo.org/id/char/29C47> a lvont:Character ;
    lvont:represents "𩱇"^^xsd:string .

<http://lexvo.org/id/char/29C48> a lvont:Character ;
    lvont:represents "𩱈"^^xsd:string .

<http://lexvo.org/id/char/29C49> a lvont:Character ;
    lvont:represents "𩱉"^^xsd:string .

<http://lexvo.org/id/char/29C4A> a lvont:Character ;
    lvont:represents "𩱊"^^xsd:string .

<http://lexvo.org/id/char/29C4B> a lvont:Character ;
    lvont:represents "𩱋"^^xsd:string .

<http://lexvo.org/id/char/29C4C> a lvont:Character ;
    lvont:represents "𩱌"^^xsd:string .

<http://lexvo.org/id/char/29C4D> a lvont:Character ;
    lvont:represents "𩱍"^^xsd:string .

<http://lexvo.org/id/char/29C4E> a lvont:Character ;
    lvont:represents "𩱎"^^xsd:string .

<http://lexvo.org/id/char/29C4F> a lvont:Character ;
    lvont:represents "𩱏"^^xsd:string .

<http://lexvo.org/id/char/29C5> a lvont:Character ;
    lvont:represents "⧅"^^xsd:string ;
    rdfs:comment "SQUARED FALLING DIAGONAL SLASH"@en .

<http://lexvo.org/id/char/29C50> a lvont:Character ;
    lvont:represents "𩱐"^^xsd:string .

<http://lexvo.org/id/char/29C51> a lvont:Character ;
    lvont:represents "𩱑"^^xsd:string .

<http://lexvo.org/id/char/29C52> a lvont:Character ;
    lvont:represents "𩱒"^^xsd:string .

<http://lexvo.org/id/char/29C53> a lvont:Character ;
    lvont:represents "𩱓"^^xsd:string .

<http://lexvo.org/id/char/29C54> a lvont:Character ;
    lvont:represents "𩱔"^^xsd:string .

<http://lexvo.org/id/char/29C55> a lvont:Character ;
    lvont:represents "𩱕"^^xsd:string .

<http://lexvo.org/id/char/29C56> a lvont:Character ;
    lvont:represents "𩱖"^^xsd:string .

<http://lexvo.org/id/char/29C57> a lvont:Character ;
    lvont:represents "𩱗"^^xsd:string .

<http://lexvo.org/id/char/29C58> a lvont:Character ;
    lvont:represents "𩱘"^^xsd:string .

<http://lexvo.org/id/char/29C59> a lvont:Character ;
    lvont:represents "𩱙"^^xsd:string .

<http://lexvo.org/id/char/29C5A> a lvont:Character ;
    lvont:represents "𩱚"^^xsd:string .

<http://lexvo.org/id/char/29C5B> a lvont:Character ;
    lvont:represents "𩱛"^^xsd:string .

<http://lexvo.org/id/char/29C5C> a lvont:Character ;
    lvont:represents "𩱜"^^xsd:string .

<http://lexvo.org/id/char/29C5D> a lvont:Character ;
    lvont:represents "𩱝"^^xsd:string .

<http://lexvo.org/id/char/29C5E> a lvont:Character ;
    lvont:represents "𩱞"^^xsd:string .

<http://lexvo.org/id/char/29C5F> a lvont:Character ;
    lvont:represents "𩱟"^^xsd:string .

<http://lexvo.org/id/char/29C6> a lvont:Character ;
    lvont:represents "⧆"^^xsd:string ;
    rdfs:comment "SQUARED ASTERISK"@en .

<http://lexvo.org/id/char/29C60> a lvont:Character ;
    lvont:represents "𩱠"^^xsd:string .

<http://lexvo.org/id/char/29C61> a lvont:Character ;
    lvont:represents "𩱡"^^xsd:string .

<http://lexvo.org/id/char/29C62> a lvont:Character ;
    lvont:represents "𩱢"^^xsd:string .

<http://lexvo.org/id/char/29C63> a lvont:Character ;
    lvont:represents "𩱣"^^xsd:string .

<http://lexvo.org/id/char/29C64> a lvont:Character ;
    lvont:represents "𩱤"^^xsd:string .

<http://lexvo.org/id/char/29C65> a lvont:Character ;
    lvont:represents "𩱥"^^xsd:string .

<http://lexvo.org/id/char/29C66> a lvont:Character ;
    lvont:represents "𩱦"^^xsd:string .

<http://lexvo.org/id/char/29C67> a lvont:Character ;
    lvont:represents "𩱧"^^xsd:string .

<http://lexvo.org/id/char/29C68> a lvont:Character ;
    lvont:represents "𩱨"^^xsd:string .

<http://lexvo.org/id/char/29C69> a lvont:Character ;
    lvont:represents "𩱩"^^xsd:string .

<http://lexvo.org/id/char/29C6A> a lvont:Character ;
    lvont:represents "𩱪"^^xsd:string .

<http://lexvo.org/id/char/29C6B> a lvont:Character ;
    lvont:represents "𩱫"^^xsd:string .

<http://lexvo.org/id/char/29C6C> a lvont:Character ;
    lvont:represents "𩱬"^^xsd:string .

<http://lexvo.org/id/char/29C6D> a lvont:Character ;
    lvont:represents "𩱭"^^xsd:string .

<http://lexvo.org/id/char/29C6E> a lvont:Character ;
    lvont:represents "𩱮"^^xsd:string .

<http://lexvo.org/id/char/29C6F> a lvont:Character ;
    lvont:represents "𩱯"^^xsd:string .

<http://lexvo.org/id/char/29C7> a lvont:Character ;
    lvont:represents "⧇"^^xsd:string ;
    rdfs:comment "SQUARED SMALL CIRCLE"@en .

<http://lexvo.org/id/char/29C70> a lvont:Character ;
    lvont:represents "𩱰"^^xsd:string .

<http://lexvo.org/id/char/29C71> a lvont:Character ;
    lvont:represents "𩱱"^^xsd:string .

<http://lexvo.org/id/char/29C72> a lvont:Character ;
    lvont:represents "𩱲"^^xsd:string .

<http://lexvo.org/id/char/29C73> a lvont:Character ;
    lvont:represents "𩱳"^^xsd:string .

<http://lexvo.org/id/char/29C74> a lvont:Character ;
    lvont:represents "𩱴"^^xsd:string .

<http://lexvo.org/id/char/29C75> a lvont:Character ;
    lvont:represents "𩱵"^^xsd:string .

<http://lexvo.org/id/char/29C76> a lvont:Character ;
    lvont:represents "𩱶"^^xsd:string .

<http://lexvo.org/id/char/29C77> a lvont:Character ;
    lvont:represents "𩱷"^^xsd:string .

<http://lexvo.org/id/char/29C78> a lvont:Character ;
    lvont:represents "𩱸"^^xsd:string .

<http://lexvo.org/id/char/29C79> a lvont:Character ;
    lvont:represents "𩱹"^^xsd:string .

<http://lexvo.org/id/char/29C7A> a lvont:Character ;
    lvont:represents "𩱺"^^xsd:string .

<http://lexvo.org/id/char/29C7B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/qu%E1%BA%BB>,
        "𩱻"^^xsd:string .

<http://lexvo.org/id/char/29C7C> a lvont:Character ;
    lvont:represents "𩱼"^^xsd:string .

<http://lexvo.org/id/char/29C7D> a lvont:Character ;
    lvont:represents "𩱽"^^xsd:string .

<http://lexvo.org/id/char/29C7E> a lvont:Character ;
    lvont:represents "𩱾"^^xsd:string .

<http://lexvo.org/id/char/29C7F> a lvont:Character ;
    lvont:represents "𩱿"^^xsd:string .

<http://lexvo.org/id/char/29C8> a lvont:Character ;
    lvont:represents "⧈"^^xsd:string ;
    rdfs:comment "SQUARED SQUARE"@en .

<http://lexvo.org/id/char/29C80> a lvont:Character ;
    lvont:represents "𩲀"^^xsd:string .

<http://lexvo.org/id/char/29C81> a lvont:Character ;
    lvont:represents "𩲁"^^xsd:string .

<http://lexvo.org/id/char/29C82> a lvont:Character ;
    lvont:represents "𩲂"^^xsd:string .

<http://lexvo.org/id/char/29C83> a lvont:Character ;
    lvont:represents "𩲃"^^xsd:string .

<http://lexvo.org/id/char/29C84> a lvont:Character ;
    lvont:represents "𩲄"^^xsd:string .

<http://lexvo.org/id/char/29C85> a lvont:Character ;
    lvont:represents "𩲅"^^xsd:string .

<http://lexvo.org/id/char/29C86> a lvont:Character ;
    lvont:represents "𩲆"^^xsd:string .

<http://lexvo.org/id/char/29C87> a lvont:Character ;
    lvont:represents "𩲇"^^xsd:string .

<http://lexvo.org/id/char/29C88> a lvont:Character ;
    lvont:represents "𩲈"^^xsd:string .

<http://lexvo.org/id/char/29C89> a lvont:Character ;
    lvont:represents "𩲉"^^xsd:string .

<http://lexvo.org/id/char/29C8A> a lvont:Character ;
    lvont:represents "𩲊"^^xsd:string .

<http://lexvo.org/id/char/29C8B> a lvont:Character ;
    lvont:represents "𩲋"^^xsd:string .

<http://lexvo.org/id/char/29C8C> a lvont:Character ;
    lvont:represents "𩲌"^^xsd:string .

<http://lexvo.org/id/char/29C8D> a lvont:Character ;
    lvont:represents "𩲍"^^xsd:string .

<http://lexvo.org/id/char/29C8E> a lvont:Character ;
    lvont:represents "𩲎"^^xsd:string .

<http://lexvo.org/id/char/29C8F> a lvont:Character ;
    lvont:represents "𩲏"^^xsd:string .

<http://lexvo.org/id/char/29C9> a lvont:Character ;
    lvont:represents "⧉"^^xsd:string ;
    rdfs:comment "TWO JOINED SQUARES"@en .

<http://lexvo.org/id/char/29C90> a lvont:Character ;
    lvont:represents "𩲐"^^xsd:string .

<http://lexvo.org/id/char/29C91> a lvont:Character ;
    lvont:represents "𩲑"^^xsd:string .

<http://lexvo.org/id/char/29C92> a lvont:Character ;
    lvont:represents "𩲒"^^xsd:string .

<http://lexvo.org/id/char/29C93> a lvont:Character ;
    lvont:represents "𩲓"^^xsd:string .

<http://lexvo.org/id/char/29C94> a lvont:Character ;
    lvont:represents "𩲔"^^xsd:string .

<http://lexvo.org/id/char/29C95> a lvont:Character ;
    lvont:represents "𩲕"^^xsd:string .

<http://lexvo.org/id/char/29C96> a lvont:Character ;
    lvont:represents "𩲖"^^xsd:string .

<http://lexvo.org/id/char/29C97> a lvont:Character ;
    lvont:represents "𩲗"^^xsd:string .

<http://lexvo.org/id/char/29C98> a lvont:Character ;
    lvont:represents "𩲘"^^xsd:string .

<http://lexvo.org/id/char/29C99> a lvont:Character ;
    lvont:represents "𩲙"^^xsd:string .

<http://lexvo.org/id/char/29C9A> a lvont:Character ;
    lvont:represents "𩲚"^^xsd:string .

<http://lexvo.org/id/char/29C9B> a lvont:Character ;
    lvont:represents "𩲛"^^xsd:string .

<http://lexvo.org/id/char/29C9C> a lvont:Character ;
    lvont:represents "𩲜"^^xsd:string .

<http://lexvo.org/id/char/29C9D> a lvont:Character ;
    lvont:represents "𩲝"^^xsd:string .

<http://lexvo.org/id/char/29C9E> a lvont:Character ;
    lvont:represents "𩲞"^^xsd:string .

<http://lexvo.org/id/char/29C9F> a lvont:Character ;
    lvont:represents "𩲟"^^xsd:string .

<http://lexvo.org/id/char/29CA> a lvont:Character ;
    lvont:represents "⧊"^^xsd:string ;
    rdfs:comment "TRIANGLE WITH DOT ABOVE"@en .

<http://lexvo.org/id/char/29CA0> a lvont:Character ;
    lvont:represents "𩲠"^^xsd:string .

<http://lexvo.org/id/char/29CA1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/coi>,
        "𩲡"^^xsd:string .

<http://lexvo.org/id/char/29CA2> a lvont:Character ;
    lvont:represents "𩲢"^^xsd:string .

<http://lexvo.org/id/char/29CA3> a lvont:Character ;
    lvont:represents "𩲣"^^xsd:string .

<http://lexvo.org/id/char/29CA4> a lvont:Character ;
    lvont:represents "𩲤"^^xsd:string .

<http://lexvo.org/id/char/29CA5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/tr%C6%A1i>,
        "𩲥"^^xsd:string .

<http://lexvo.org/id/char/29CA6> a lvont:Character ;
    lvont:represents "𩲦"^^xsd:string .

<http://lexvo.org/id/char/29CA7> a lvont:Character ;
    lvont:represents "𩲧"^^xsd:string .

<http://lexvo.org/id/char/29CA8> a lvont:Character ;
    lvont:represents "𩲨"^^xsd:string .

<http://lexvo.org/id/char/29CA9> a lvont:Character ;
    lvont:represents "𩲩"^^xsd:string .

<http://lexvo.org/id/char/29CAA> a lvont:Character ;
    lvont:represents "𩲪"^^xsd:string .

<http://lexvo.org/id/char/29CAB> a lvont:Character ;
    lvont:represents "𩲫"^^xsd:string .

<http://lexvo.org/id/char/29CAC> a lvont:Character ;
    lvont:represents "𩲬"^^xsd:string .

<http://lexvo.org/id/char/29CAD> a lvont:Character ;
    lvont:represents "𩲭"^^xsd:string .

<http://lexvo.org/id/char/29CAE> a lvont:Character ;
    lvont:represents "𩲮"^^xsd:string .

<http://lexvo.org/id/char/29CAF> a lvont:Character ;
    lvont:represents "𩲯"^^xsd:string .

<http://lexvo.org/id/char/29CB> a lvont:Character ;
    lvont:represents "⧋"^^xsd:string ;
    rdfs:comment "TRIANGLE WITH UNDERBAR"@en .

<http://lexvo.org/id/char/29CB0> a lvont:Character ;
    lvont:represents "𩲰"^^xsd:string .

<http://lexvo.org/id/char/29CB1> a lvont:Character ;
    lvont:represents "𩲱"^^xsd:string .

<http://lexvo.org/id/char/29CB2> a lvont:Character ;
    lvont:represents "𩲲"^^xsd:string .

<http://lexvo.org/id/char/29CB3> a lvont:Character ;
    lvont:represents "𩲳"^^xsd:string .

<http://lexvo.org/id/char/29CB4> a lvont:Character ;
    lvont:represents "𩲴"^^xsd:string .

<http://lexvo.org/id/char/29CB5> a lvont:Character ;
    lvont:represents "𩲵"^^xsd:string .

<http://lexvo.org/id/char/29CB6> a lvont:Character ;
    lvont:represents "𩲶"^^xsd:string .

<http://lexvo.org/id/char/29CB7> a lvont:Character ;
    lvont:represents "𩲷"^^xsd:string .

<http://lexvo.org/id/char/29CB8> a lvont:Character ;
    lvont:represents "𩲸"^^xsd:string .

<http://lexvo.org/id/char/29CB9> a lvont:Character ;
    lvont:represents "𩲹"^^xsd:string .

<http://lexvo.org/id/char/29CBA> a lvont:Character ;
    lvont:represents "𩲺"^^xsd:string .

<http://lexvo.org/id/char/29CBB> a lvont:Character ;
    lvont:represents "𩲻"^^xsd:string .

<http://lexvo.org/id/char/29CBC> a lvont:Character ;
    lvont:represents "𩲼"^^xsd:string .

<http://lexvo.org/id/char/29CBD> a lvont:Character ;
    lvont:represents "𩲽"^^xsd:string .

<http://lexvo.org/id/char/29CBE> a lvont:Character ;
    lvont:represents "𩲾"^^xsd:string .

<http://lexvo.org/id/char/29CBF> a lvont:Character ;
    lvont:represents "𩲿"^^xsd:string .

<http://lexvo.org/id/char/29CC> a lvont:Character ;
    lvont:represents "⧌"^^xsd:string ;
    rdfs:comment "S IN TRIANGLE"@en .

<http://lexvo.org/id/char/29CC0> a lvont:Character ;
    lvont:represents "𩳀"^^xsd:string .

<http://lexvo.org/id/char/29CC1> a lvont:Character ;
    lvont:represents "𩳁"^^xsd:string .

<http://lexvo.org/id/char/29CC2> a lvont:Character ;
    lvont:represents "𩳂"^^xsd:string .

<http://lexvo.org/id/char/29CC3> a lvont:Character ;
    lvont:represents "𩳃"^^xsd:string .

<http://lexvo.org/id/char/29CC4> a lvont:Character ;
    lvont:represents "𩳄"^^xsd:string .

<http://lexvo.org/id/char/29CC5> a lvont:Character ;
    lvont:represents "𩳅"^^xsd:string .

<http://lexvo.org/id/char/29CC6> a lvont:Character ;
    lvont:represents "𩳆"^^xsd:string .

<http://lexvo.org/id/char/29CC7> a lvont:Character ;
    lvont:represents "𩳇"^^xsd:string .

<http://lexvo.org/id/char/29CC8> a lvont:Character ;
    lvont:represents "𩳈"^^xsd:string .

<http://lexvo.org/id/char/29CC9> a lvont:Character ;
    lvont:represents "𩳉"^^xsd:string .

<http://lexvo.org/id/char/29CCA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ranh>,
        "𩳊"^^xsd:string .

<http://lexvo.org/id/char/29CCB> a lvont:Character ;
    lvont:represents "𩳋"^^xsd:string .

<http://lexvo.org/id/char/29CCC> a lvont:Character ;
    lvont:represents "𩳌"^^xsd:string .

<http://lexvo.org/id/char/29CCD> a lvont:Character ;
    lvont:represents "𩳍"^^xsd:string .

<http://lexvo.org/id/char/29CCE> a lvont:Character ;
    lvont:represents "𩳎"^^xsd:string .

<http://lexvo.org/id/char/29CCF> a lvont:Character ;
    lvont:represents "𩳏"^^xsd:string .

<http://lexvo.org/id/char/29CD> a lvont:Character ;
    lvont:represents "⧍"^^xsd:string ;
    rdfs:comment "TRIANGLE WITH SERIFS AT BOTTOM"@en .

<http://lexvo.org/id/char/29CD0> a lvont:Character ;
    lvont:represents "𩳐"^^xsd:string .

<http://lexvo.org/id/char/29CD1> a lvont:Character ;
    lvont:represents "𩳑"^^xsd:string .

<http://lexvo.org/id/char/29CD2> a lvont:Character ;
    lvont:represents "𩳒"^^xsd:string .

<http://lexvo.org/id/char/29CD3> a lvont:Character ;
    lvont:represents "𩳓"^^xsd:string .

<http://lexvo.org/id/char/29CD4> a lvont:Character ;
    lvont:represents "𩳔"^^xsd:string .

<http://lexvo.org/id/char/29CD5> a lvont:Character ;
    lvont:represents "𩳕"^^xsd:string .

<http://lexvo.org/id/char/29CD6> a lvont:Character ;
    lvont:represents "𩳖"^^xsd:string .

<http://lexvo.org/id/char/29CD7> a lvont:Character ;
    lvont:represents "𩳗"^^xsd:string .

<http://lexvo.org/id/char/29CD8> a lvont:Character ;
    lvont:represents "𩳘"^^xsd:string .

<http://lexvo.org/id/char/29CD9> a lvont:Character ;
    lvont:represents "𩳙"^^xsd:string .

<http://lexvo.org/id/char/29CDA> a lvont:Character ;
    lvont:represents "𩳚"^^xsd:string .

<http://lexvo.org/id/char/29CDB> a lvont:Character ;
    lvont:represents "𩳛"^^xsd:string .

<http://lexvo.org/id/char/29CDC> a lvont:Character ;
    lvont:represents "𩳜"^^xsd:string .

<http://lexvo.org/id/char/29CDD> a lvont:Character ;
    lvont:represents "𩳝"^^xsd:string .

<http://lexvo.org/id/char/29CDE> a lvont:Character ;
    lvont:represents "𩳞"^^xsd:string .

<http://lexvo.org/id/char/29CDF> a lvont:Character ;
    lvont:represents "𩳟"^^xsd:string .

<http://lexvo.org/id/char/29CE> a lvont:Character ;
    lvont:represents "⧎"^^xsd:string ;
    rdfs:comment "RIGHT TRIANGLE ABOVE LEFT TRIANGLE"@en .

<http://lexvo.org/id/char/29CE0> a lvont:Character ;
    lvont:represents "𩳠"^^xsd:string .

<http://lexvo.org/id/char/29CE1> a lvont:Character ;
    lvont:represents "𩳡"^^xsd:string .

<http://lexvo.org/id/char/29CE2> a lvont:Character ;
    lvont:represents "𩳢"^^xsd:string .

<http://lexvo.org/id/char/29CE3> a lvont:Character ;
    lvont:represents "𩳣"^^xsd:string .

<http://lexvo.org/id/char/29CE4> a lvont:Character ;
    lvont:represents "𩳤"^^xsd:string .

<http://lexvo.org/id/char/29CE5> a lvont:Character ;
    lvont:represents "𩳥"^^xsd:string .

<http://lexvo.org/id/char/29CE6> a lvont:Character ;
    lvont:represents "𩳦"^^xsd:string .

<http://lexvo.org/id/char/29CE7> a lvont:Character ;
    lvont:represents "𩳧"^^xsd:string .

<http://lexvo.org/id/char/29CE8> a lvont:Character ;
    lvont:represents "𩳨"^^xsd:string .

<http://lexvo.org/id/char/29CE9> a lvont:Character ;
    lvont:represents "𩳩"^^xsd:string .

<http://lexvo.org/id/char/29CEA> a lvont:Character ;
    lvont:represents "𩳪"^^xsd:string .

<http://lexvo.org/id/char/29CEB> a lvont:Character ;
    lvont:represents "𩳫"^^xsd:string .

<http://lexvo.org/id/char/29CEC> a lvont:Character ;
    lvont:represents "𩳬"^^xsd:string .

<http://lexvo.org/id/char/29CED> a lvont:Character ;
    lvont:represents "𩳭"^^xsd:string .

<http://lexvo.org/id/char/29CEE> a lvont:Character ;
    lvont:represents "𩳮"^^xsd:string .

<http://lexvo.org/id/char/29CEF> a lvont:Character ;
    lvont:represents "𩳯"^^xsd:string .

<http://lexvo.org/id/char/29CF> a lvont:Character ;
    lvont:represents "⧏"^^xsd:string ;
    rdfs:comment "LEFT TRIANGLE BESIDE VERTICAL BAR"@en .

<http://lexvo.org/id/char/29CF0> a lvont:Character ;
    lvont:represents "𩳰"^^xsd:string .

<http://lexvo.org/id/char/29CF1> a lvont:Character ;
    lvont:represents "𩳱"^^xsd:string .

<http://lexvo.org/id/char/29CF2> a lvont:Character ;
    lvont:represents "𩳲"^^xsd:string .

<http://lexvo.org/id/char/29CF3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/tr%C6%A1i>,
        "𩳳"^^xsd:string .

<http://lexvo.org/id/char/29CF4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/qu%E1%BA%BB>,
        "𩳴"^^xsd:string .

<http://lexvo.org/id/char/29CF5> a lvont:Character ;
    lvont:represents "𩳵"^^xsd:string .

<http://lexvo.org/id/char/29CF6> a lvont:Character ;
    lvont:represents "𩳶"^^xsd:string .

<http://lexvo.org/id/char/29CF7> a lvont:Character ;
    lvont:represents "𩳷"^^xsd:string .

<http://lexvo.org/id/char/29CF8> a lvont:Character ;
    lvont:represents "𩳸"^^xsd:string .

<http://lexvo.org/id/char/29CF9> a lvont:Character ;
    lvont:represents "𩳹"^^xsd:string .

<http://lexvo.org/id/char/29CFA> a lvont:Character ;
    lvont:represents "𩳺"^^xsd:string .

<http://lexvo.org/id/char/29CFB> a lvont:Character ;
    lvont:represents "𩳻"^^xsd:string .

<http://lexvo.org/id/char/29CFC> a lvont:Character ;
    lvont:represents "𩳼"^^xsd:string .

<http://lexvo.org/id/char/29CFD> a lvont:Character ;
    lvont:represents "𩳽"^^xsd:string .

<http://lexvo.org/id/char/29CFE> a lvont:Character ;
    lvont:represents "𩳾"^^xsd:string .

<http://lexvo.org/id/char/29CFF> a lvont:Character ;
    lvont:represents "𩳿"^^xsd:string .

<http://lexvo.org/id/char/29D0> a lvont:Character ;
    lvont:represents "⧐"^^xsd:string ;
    rdfs:comment "VERTICAL BAR BESIDE RIGHT TRIANGLE"@en .

<http://lexvo.org/id/char/29D00> a lvont:Character ;
    lvont:represents "𩴀"^^xsd:string .

<http://lexvo.org/id/char/29D01> a lvont:Character ;
    lvont:represents "𩴁"^^xsd:string .

<http://lexvo.org/id/char/29D02> a lvont:Character ;
    lvont:represents "𩴂"^^xsd:string .

<http://lexvo.org/id/char/29D03> a lvont:Character ;
    lvont:represents "𩴃"^^xsd:string .

<http://lexvo.org/id/char/29D04> a lvont:Character ;
    lvont:represents "𩴄"^^xsd:string .

<http://lexvo.org/id/char/29D05> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/v%C3%ADa>,
        "𩴅"^^xsd:string .

<http://lexvo.org/id/char/29D06> a lvont:Character ;
    lvont:represents "𩴆"^^xsd:string .

<http://lexvo.org/id/char/29D07> a lvont:Character ;
    lvont:represents "𩴇"^^xsd:string .

<http://lexvo.org/id/char/29D08> a lvont:Character ;
    lvont:represents "𩴈"^^xsd:string .

<http://lexvo.org/id/char/29D09> a lvont:Character ;
    lvont:represents "𩴉"^^xsd:string .

<http://lexvo.org/id/char/29D0A> a lvont:Character ;
    lvont:represents "𩴊"^^xsd:string .

<http://lexvo.org/id/char/29D0B> a lvont:Character ;
    lvont:represents "𩴋"^^xsd:string .

<http://lexvo.org/id/char/29D0C> a lvont:Character ;
    lvont:represents "𩴌"^^xsd:string .

<http://lexvo.org/id/char/29D0D> a lvont:Character ;
    lvont:represents "𩴍"^^xsd:string .

<http://lexvo.org/id/char/29D0E> a lvont:Character ;
    lvont:represents "𩴎"^^xsd:string .

<http://lexvo.org/id/char/29D0F> a lvont:Character ;
    lvont:represents "𩴏"^^xsd:string .

<http://lexvo.org/id/char/29D1> a lvont:Character ;
    lvont:represents "⧑"^^xsd:string ;
    rdfs:comment "BOWTIE WITH LEFT HALF BLACK"@en .

<http://lexvo.org/id/char/29D10> a lvont:Character ;
    lvont:represents "𩴐"^^xsd:string .

<http://lexvo.org/id/char/29D11> a lvont:Character ;
    lvont:represents "𩴑"^^xsd:string .

<http://lexvo.org/id/char/29D12> a lvont:Character ;
    lvont:represents "𩴒"^^xsd:string .

<http://lexvo.org/id/char/29D13> a lvont:Character ;
    lvont:represents "𩴓"^^xsd:string .

<http://lexvo.org/id/char/29D14> a lvont:Character ;
    lvont:represents "𩴔"^^xsd:string .

<http://lexvo.org/id/char/29D15> a lvont:Character ;
    lvont:represents "𩴕"^^xsd:string .

<http://lexvo.org/id/char/29D16> a lvont:Character ;
    lvont:represents "𩴖"^^xsd:string .

<http://lexvo.org/id/char/29D17> a lvont:Character ;
    lvont:represents "𩴗"^^xsd:string .

<http://lexvo.org/id/char/29D18> a lvont:Character ;
    lvont:represents "𩴘"^^xsd:string .

<http://lexvo.org/id/char/29D19> a lvont:Character ;
    lvont:represents "𩴙"^^xsd:string .

<http://lexvo.org/id/char/29D1A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/tr%C6%A1i>,
        "𩴚"^^xsd:string .

<http://lexvo.org/id/char/29D1B> a lvont:Character ;
    lvont:represents "𩴛"^^xsd:string .

<http://lexvo.org/id/char/29D1C> a lvont:Character ;
    lvont:represents "𩴜"^^xsd:string .

<http://lexvo.org/id/char/29D1D> a lvont:Character ;
    lvont:represents "𩴝"^^xsd:string .

<http://lexvo.org/id/char/29D1E> a lvont:Character ;
    lvont:represents "𩴞"^^xsd:string .

<http://lexvo.org/id/char/29D1F> a lvont:Character ;
    lvont:represents "𩴟"^^xsd:string .

<http://lexvo.org/id/char/29D2> a lvont:Character ;
    lvont:represents "⧒"^^xsd:string ;
    rdfs:comment "BOWTIE WITH RIGHT HALF BLACK"@en .

<http://lexvo.org/id/char/29D20> a lvont:Character ;
    lvont:represents "𩴠"^^xsd:string .

<http://lexvo.org/id/char/29D21> a lvont:Character ;
    lvont:represents "𩴡"^^xsd:string .

<http://lexvo.org/id/char/29D22> a lvont:Character ;
    lvont:represents "𩴢"^^xsd:string .

<http://lexvo.org/id/char/29D23> a lvont:Character ;
    lvont:represents "𩴣"^^xsd:string .

<http://lexvo.org/id/char/29D24> a lvont:Character ;
    lvont:represents "𩴤"^^xsd:string .

<http://lexvo.org/id/char/29D25> a lvont:Character ;
    lvont:represents "𩴥"^^xsd:string .

<http://lexvo.org/id/char/29D26> a lvont:Character ;
    lvont:represents "𩴦"^^xsd:string .

<http://lexvo.org/id/char/29D27> a lvont:Character ;
    lvont:represents "𩴧"^^xsd:string .

<http://lexvo.org/id/char/29D28> a lvont:Character ;
    lvont:represents "𩴨"^^xsd:string .

<http://lexvo.org/id/char/29D29> a lvont:Character ;
    lvont:represents "𩴩"^^xsd:string .

<http://lexvo.org/id/char/29D2A> a lvont:Character ;
    lvont:represents "𩴪"^^xsd:string .

<http://lexvo.org/id/char/29D2B> a lvont:Character ;
    lvont:represents "𩴫"^^xsd:string .

<http://lexvo.org/id/char/29D2C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/v%C3%ADa>,
        "𩴬"^^xsd:string .

<http://lexvo.org/id/char/29D2D> a lvont:Character ;
    lvont:represents "𩴭"^^xsd:string .

<http://lexvo.org/id/char/29D2E> a lvont:Character ;
    lvont:represents "𩴮"^^xsd:string .

<http://lexvo.org/id/char/29D2F> a lvont:Character ;
    lvont:represents "𩴯"^^xsd:string .

<http://lexvo.org/id/char/29D3> a lvont:Character ;
    lvont:represents "⧓"^^xsd:string ;
    rdfs:comment "BLACK BOWTIE"@en .

<http://lexvo.org/id/char/29D30> a lvont:Character ;
    lvont:represents "𩴰"^^xsd:string .

<http://lexvo.org/id/char/29D31> a lvont:Character ;
    lvont:represents "𩴱"^^xsd:string .

<http://lexvo.org/id/char/29D32> a lvont:Character ;
    lvont:represents "𩴲"^^xsd:string .

<http://lexvo.org/id/char/29D33> a lvont:Character ;
    lvont:represents "𩴳"^^xsd:string .

<http://lexvo.org/id/char/29D34> a lvont:Character ;
    lvont:represents "𩴴"^^xsd:string .

<http://lexvo.org/id/char/29D35> a lvont:Character ;
    lvont:represents "𩴵"^^xsd:string .

<http://lexvo.org/id/char/29D36> a lvont:Character ;
    lvont:represents "𩴶"^^xsd:string .

<http://lexvo.org/id/char/29D37> a lvont:Character ;
    lvont:represents "𩴷"^^xsd:string .

<http://lexvo.org/id/char/29D38> a lvont:Character ;
    lvont:represents "𩴸"^^xsd:string .

<http://lexvo.org/id/char/29D39> a lvont:Character ;
    lvont:represents "𩴹"^^xsd:string .

<http://lexvo.org/id/char/29D3A> a lvont:Character ;
    lvont:represents "𩴺"^^xsd:string .

<http://lexvo.org/id/char/29D3B> a lvont:Character ;
    lvont:represents "𩴻"^^xsd:string .

<http://lexvo.org/id/char/29D3C> a lvont:Character ;
    lvont:represents "𩴼"^^xsd:string .

<http://lexvo.org/id/char/29D3D> a lvont:Character ;
    lvont:represents "𩴽"^^xsd:string .

<http://lexvo.org/id/char/29D3E> a lvont:Character ;
    lvont:represents "𩴾"^^xsd:string .

<http://lexvo.org/id/char/29D3F> a lvont:Character ;
    lvont:represents "𩴿"^^xsd:string .

<http://lexvo.org/id/char/29D4> a lvont:Character ;
    lvont:represents "⧔"^^xsd:string ;
    rdfs:comment "TIMES WITH LEFT HALF BLACK"@en .

<http://lexvo.org/id/char/29D40> a lvont:Character ;
    lvont:represents "𩵀"^^xsd:string .

<http://lexvo.org/id/char/29D41> a lvont:Character ;
    lvont:represents "𩵁"^^xsd:string .

<http://lexvo.org/id/char/29D42> a lvont:Character ;
    lvont:represents "𩵂"^^xsd:string .

<http://lexvo.org/id/char/29D43> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/tr%C6%A1i>,
        "𩵃"^^xsd:string .

<http://lexvo.org/id/char/29D44> a lvont:Character ;
    lvont:represents "𩵄"^^xsd:string .

<http://lexvo.org/id/char/29D45> a lvont:Character ;
    lvont:represents "𩵅"^^xsd:string .

<http://lexvo.org/id/char/29D46> a lvont:Character ;
    lvont:represents "𩵆"^^xsd:string .

<http://lexvo.org/id/char/29D47> a lvont:Character ;
    lvont:represents "𩵇"^^xsd:string .

<http://lexvo.org/id/char/29D48> a lvont:Character ;
    lvont:represents "𩵈"^^xsd:string .

<http://lexvo.org/id/char/29D49> a lvont:Character ;
    lvont:represents "𩵉"^^xsd:string .

<http://lexvo.org/id/char/29D4A> a lvont:Character ;
    lvont:represents "𩵊"^^xsd:string .

<http://lexvo.org/id/char/29D4C> a lvont:Character ;
    lvont:represents "𩵌"^^xsd:string .

<http://lexvo.org/id/char/29D4D> a lvont:Character ;
    lvont:represents "𩵍"^^xsd:string .

<http://lexvo.org/id/char/29D4E> a lvont:Character ;
    lvont:represents "𩵎"^^xsd:string .

<http://lexvo.org/id/char/29D4F> a lvont:Character ;
    lvont:represents "𩵏"^^xsd:string .

<http://lexvo.org/id/char/29D5> a lvont:Character ;
    lvont:represents "⧕"^^xsd:string ;
    rdfs:comment "TIMES WITH RIGHT HALF BLACK"@en .

<http://lexvo.org/id/char/29D50> a lvont:Character ;
    lvont:represents "𩵐"^^xsd:string .

<http://lexvo.org/id/char/29D51> a lvont:Character ;
    lvont:represents "𩵑"^^xsd:string .

<http://lexvo.org/id/char/29D52> a lvont:Character ;
    lvont:represents "𩵒"^^xsd:string .

<http://lexvo.org/id/char/29D53> a lvont:Character ;
    lvont:represents "𩵓"^^xsd:string .

<http://lexvo.org/id/char/29D54> a lvont:Character ;
    lvont:represents "𩵔"^^xsd:string .

<http://lexvo.org/id/char/29D55> a lvont:Character ;
    lvont:represents "𩵕"^^xsd:string .

<http://lexvo.org/id/char/29D56> a lvont:Character ;
    lvont:represents "𩵖"^^xsd:string .

<http://lexvo.org/id/char/29D57> a lvont:Character ;
    lvont:represents "𩵗"^^xsd:string .

<http://lexvo.org/id/char/29D58> a lvont:Character ;
    lvont:represents "𩵘"^^xsd:string .

<http://lexvo.org/id/char/29D59> a lvont:Character ;
    lvont:represents "𩵙"^^xsd:string .

<http://lexvo.org/id/char/29D5A> a lvont:Character ;
    lvont:represents "𩵚"^^xsd:string .

<http://lexvo.org/id/char/29D5B> a lvont:Character ;
    lvont:represents "𩵛"^^xsd:string .

<http://lexvo.org/id/char/29D5C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/c%C3%A1>,
        "𩵜"^^xsd:string .

<http://lexvo.org/id/char/29D5D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ch%C3%A0i>,
        "𩵝"^^xsd:string .

<http://lexvo.org/id/char/29D5E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/thi%C3%AAn>,
        "𩵞"^^xsd:string .

<http://lexvo.org/id/char/29D5F> a lvont:Character ;
    lvont:represents "𩵟"^^xsd:string .

<http://lexvo.org/id/char/29D6> a lvont:Character ;
    lvont:represents "⧖"^^xsd:string ;
    rdfs:comment "WHITE HOURGLASS"@en .

<http://lexvo.org/id/char/29D60> a lvont:Character ;
    lvont:represents "𩵠"^^xsd:string .

<http://lexvo.org/id/char/29D61> a lvont:Character ;
    lvont:represents "𩵡"^^xsd:string .

<http://lexvo.org/id/char/29D62> a lvont:Character ;
    lvont:represents "𩵢"^^xsd:string .

<http://lexvo.org/id/char/29D63> a lvont:Character ;
    lvont:represents "𩵣"^^xsd:string .

<http://lexvo.org/id/char/29D64> a lvont:Character ;
    lvont:represents "𩵤"^^xsd:string .

<http://lexvo.org/id/char/29D65> a lvont:Character ;
    lvont:represents "𩵥"^^xsd:string .

<http://lexvo.org/id/char/29D66> a lvont:Character ;
    lvont:represents "𩵦"^^xsd:string .

<http://lexvo.org/id/char/29D67> a lvont:Character ;
    lvont:represents "𩵧"^^xsd:string .

<http://lexvo.org/id/char/29D68> a lvont:Character ;
    lvont:represents "𩵨"^^xsd:string .

<http://lexvo.org/id/char/29D69> a lvont:Character ;
    lvont:represents "𩵩"^^xsd:string .

<http://lexvo.org/id/char/29D6A> a lvont:Character ;
    lvont:represents "𩵪"^^xsd:string .

<http://lexvo.org/id/char/29D6B> a lvont:Character ;
    lvont:represents "𩵫"^^xsd:string .

<http://lexvo.org/id/char/29D6C> a lvont:Character ;
    lvont:represents "𩵬"^^xsd:string .

<http://lexvo.org/id/char/29D6D> a lvont:Character ;
    lvont:represents "𩵭"^^xsd:string .

<http://lexvo.org/id/char/29D6E> a lvont:Character ;
    lvont:represents "𩵮"^^xsd:string .

<http://lexvo.org/id/char/29D6F> a lvont:Character ;
    lvont:represents "𩵯"^^xsd:string .

<http://lexvo.org/id/char/29D7> a lvont:Character ;
    lvont:represents "⧗"^^xsd:string ;
    rdfs:comment "BLACK HOURGLASS"@en .

<http://lexvo.org/id/char/29D70> a lvont:Character ;
    lvont:represents "𩵰"^^xsd:string .

<http://lexvo.org/id/char/29D71> a lvont:Character ;
    lvont:represents "𩵱"^^xsd:string .

<http://lexvo.org/id/char/29D72> a lvont:Character ;
    lvont:represents "𩵲"^^xsd:string .

<http://lexvo.org/id/char/29D73> a lvont:Character ;
    lvont:represents "𩵳"^^xsd:string .

<http://lexvo.org/id/char/29D74> a lvont:Character ;
    lvont:represents "𩵴"^^xsd:string .

<http://lexvo.org/id/char/29D75> a lvont:Character ;
    lvont:represents "𩵵"^^xsd:string .

<http://lexvo.org/id/char/29D76> a lvont:Character ;
    lvont:represents "𩵶"^^xsd:string .

<http://lexvo.org/id/char/29D77> a lvont:Character ;
    lvont:represents "𩵷"^^xsd:string .

<http://lexvo.org/id/char/29D78> a lvont:Character ;
    lvont:represents "𩵸"^^xsd:string .

<http://lexvo.org/id/char/29D79> a lvont:Character ;
    lvont:represents "𩵹"^^xsd:string .

<http://lexvo.org/id/char/29D7A> a lvont:Character ;
    lvont:represents "𩵺"^^xsd:string .

<http://lexvo.org/id/char/29D7B> a lvont:Character ;
    lvont:represents "𩵻"^^xsd:string .

<http://lexvo.org/id/char/29D7C> a lvont:Character ;
    lvont:represents "𩵼"^^xsd:string .

<http://lexvo.org/id/char/29D7D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/tom>,
        "𩵽"^^xsd:string .

<http://lexvo.org/id/char/29D7E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/tr%C3%AA>,
        "𩵾"^^xsd:string .

<http://lexvo.org/id/char/29D7F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ng%E1%BB%AB>,
        "𩵿"^^xsd:string .

<http://lexvo.org/id/char/29D8> a lvont:Character ;
    lvont:represents "⧘"^^xsd:string ;
    rdfs:comment "LEFT WIGGLY FENCE"@en .

<http://lexvo.org/id/char/29D80> a lvont:Character ;
    lvont:represents "𩶀"^^xsd:string .

<http://lexvo.org/id/char/29D81> a lvont:Character ;
    lvont:represents "𩶁"^^xsd:string .

<http://lexvo.org/id/char/29D82> a lvont:Character ;
    lvont:represents "𩶂"^^xsd:string .

<http://lexvo.org/id/char/29D83> a lvont:Character ;
    lvont:represents "𩶃"^^xsd:string .

<http://lexvo.org/id/char/29D84> a lvont:Character ;
    lvont:represents "𩶄"^^xsd:string .

<http://lexvo.org/id/char/29D85> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/ci4>,
        <http://lexvo.org/id/term/yue/%F0%A9%B6%85>,
        "𩶅"^^xsd:string ;
    rdfs:comment "mackerel"@en .

<http://lexvo.org/id/char/29D86> a lvont:Character ;
    lvont:represents "𩶆"^^xsd:string .

<http://lexvo.org/id/char/29D87> a lvont:Character ;
    lvont:represents "𩶇"^^xsd:string .

<http://lexvo.org/id/char/29D88> a lvont:Character ;
    lvont:represents "𩶈"^^xsd:string .

<http://lexvo.org/id/char/29D89> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/pou5>,
        <http://lexvo.org/id/term/yue/%F0%A9%B6%89>,
        "𩶉"^^xsd:string .

<http://lexvo.org/id/char/29D8A> a lvont:Character ;
    lvont:represents "𩶊"^^xsd:string .

<http://lexvo.org/id/char/29D8B> a lvont:Character ;
    lvont:represents "𩶋"^^xsd:string .

<http://lexvo.org/id/char/29D8C> a lvont:Character ;
    lvont:represents "𩶌"^^xsd:string .

<http://lexvo.org/id/char/29D8D> a lvont:Character ;
    lvont:represents "𩶍"^^xsd:string .

<http://lexvo.org/id/char/29D8E> a lvont:Character ;
    lvont:represents "𩶎"^^xsd:string .

<http://lexvo.org/id/char/29D8F> a lvont:Character ;
    lvont:represents "𩶏"^^xsd:string .

<http://lexvo.org/id/char/29D9> a lvont:Character ;
    lvont:represents "⧙"^^xsd:string ;
    rdfs:comment "RIGHT WIGGLY FENCE"@en .

<http://lexvo.org/id/char/29D90> a lvont:Character ;
    lvont:represents "𩶐"^^xsd:string .

<http://lexvo.org/id/char/29D91> a lvont:Character ;
    lvont:represents "𩶑"^^xsd:string .

<http://lexvo.org/id/char/29D92> a lvont:Character ;
    lvont:represents "𩶒"^^xsd:string .

<http://lexvo.org/id/char/29D93> a lvont:Character ;
    lvont:represents "𩶓"^^xsd:string .

<http://lexvo.org/id/char/29D94> a lvont:Character ;
    lvont:represents "𩶔"^^xsd:string .

<http://lexvo.org/id/char/29D95> a lvont:Character ;
    lvont:represents "𩶕"^^xsd:string .

<http://lexvo.org/id/char/29D96> a lvont:Character ;
    lvont:represents "𩶖"^^xsd:string .

<http://lexvo.org/id/char/29D97> a lvont:Character ;
    lvont:represents "𩶗"^^xsd:string .

<http://lexvo.org/id/char/29D98> a lvont:Character ;
    lvont:represents "𩶘"^^xsd:string ;
    rdfs:comment "a general name for perch, etc."@en .

<http://lexvo.org/id/char/29D99> a lvont:Character ;
    lvont:represents "𩶙"^^xsd:string .

<http://lexvo.org/id/char/29D9A> a lvont:Character ;
    lvont:represents "𩶚"^^xsd:string .

<http://lexvo.org/id/char/29D9B> a lvont:Character ;
    lvont:represents "𩶛"^^xsd:string .

<http://lexvo.org/id/char/29D9C> a lvont:Character ;
    lvont:represents "𩶜"^^xsd:string .

<http://lexvo.org/id/char/29D9D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ch%C3%ACnh>,
        "𩶝"^^xsd:string .

<http://lexvo.org/id/char/29D9E> a lvont:Character ;
    lvont:represents "𩶞"^^xsd:string .

<http://lexvo.org/id/char/29D9F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/b%C6%B0%E1%BB%9Bp>,
        "𩶟"^^xsd:string .

<http://lexvo.org/id/char/29DA> a lvont:Character ;
    lvont:represents "⧚"^^xsd:string ;
    rdfs:comment "LEFT DOUBLE WIGGLY FENCE"@en .

<http://lexvo.org/id/char/29DA0> a lvont:Character ;
    lvont:represents "𩶠"^^xsd:string .

<http://lexvo.org/id/char/29DA1> a lvont:Character ;
    lvont:represents "𩶡"^^xsd:string .

<http://lexvo.org/id/char/29DA2> a lvont:Character ;
    lvont:represents "𩶢"^^xsd:string .

<http://lexvo.org/id/char/29DA3> a lvont:Character ;
    lvont:represents "𩶣"^^xsd:string .

<http://lexvo.org/id/char/29DA4> a lvont:Character ;
    lvont:represents "𩶤"^^xsd:string .

<http://lexvo.org/id/char/29DA5> a lvont:Character ;
    lvont:represents "𩶥"^^xsd:string .

<http://lexvo.org/id/char/29DA6> a lvont:Character ;
    lvont:represents "𩶦"^^xsd:string .

<http://lexvo.org/id/char/29DA7> a lvont:Character ;
    lvont:represents "𩶧"^^xsd:string .

<http://lexvo.org/id/char/29DA8> a lvont:Character ;
    lvont:represents "𩶨"^^xsd:string .

<http://lexvo.org/id/char/29DA9> a lvont:Character ;
    lvont:represents "𩶩"^^xsd:string .

<http://lexvo.org/id/char/29DAA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ch%C3%A1y>,
        "𩶪"^^xsd:string .

<http://lexvo.org/id/char/29DAB> a lvont:Character ;
    lvont:represents "𩶫"^^xsd:string .

<http://lexvo.org/id/char/29DAC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/si4>,
        <http://lexvo.org/id/term/yue/%F0%A9%B6%AC>,
        "𩶬"^^xsd:string .

<http://lexvo.org/id/char/29DAD> a lvont:Character ;
    lvont:represents "𩶭"^^xsd:string .

<http://lexvo.org/id/char/29DAE> a lvont:Character ;
    lvont:represents "𩶮"^^xsd:string .

<http://lexvo.org/id/char/29DAF> a lvont:Character ;
    lvont:represents "𩶯"^^xsd:string .

<http://lexvo.org/id/char/29DB> a lvont:Character ;
    lvont:represents "⧛"^^xsd:string ;
    rdfs:comment "RIGHT DOUBLE WIGGLY FENCE"@en .

<http://lexvo.org/id/char/29DB0> a lvont:Character ;
    lvont:represents "𩶰"^^xsd:string .

<http://lexvo.org/id/char/29DB1> a lvont:Character ;
    lvont:represents "𩶱"^^xsd:string .

<http://lexvo.org/id/char/29DB2> a lvont:Character ;
    lvont:represents "𩶲"^^xsd:string .

<http://lexvo.org/id/char/29DB3> a lvont:Character ;
    lvont:represents "𩶳"^^xsd:string .

<http://lexvo.org/id/char/29DB4> a lvont:Character ;
    lvont:represents "𩶴"^^xsd:string .

<http://lexvo.org/id/char/29DB5> a lvont:Character ;
    lvont:represents "𩶵"^^xsd:string .

<http://lexvo.org/id/char/29DB6> a lvont:Character ;
    lvont:represents "𩶶"^^xsd:string .

<http://lexvo.org/id/char/29DB7> a lvont:Character ;
    lvont:represents "𩶷"^^xsd:string .

<http://lexvo.org/id/char/29DB8> a lvont:Character ;
    lvont:represents "𩶸"^^xsd:string .

<http://lexvo.org/id/char/29DB9> a lvont:Character ;
    lvont:represents "𩶹"^^xsd:string .

<http://lexvo.org/id/char/29DBA> a lvont:Character ;
    lvont:represents "𩶺"^^xsd:string .

<http://lexvo.org/id/char/29DBB> a lvont:Character ;
    lvont:represents "𩶻"^^xsd:string .

<http://lexvo.org/id/char/29DBC> a lvont:Character ;
    lvont:represents "𩶼"^^xsd:string .

<http://lexvo.org/id/char/29DBD> a lvont:Character ;
    lvont:represents "𩶽"^^xsd:string .

<http://lexvo.org/id/char/29DBE> a lvont:Character ;
    lvont:represents "𩶾"^^xsd:string .

<http://lexvo.org/id/char/29DBF> a lvont:Character ;
    lvont:represents "𩶿"^^xsd:string .

<http://lexvo.org/id/char/29DC> a lvont:Character ;
    lvont:represents "⧜"^^xsd:string ;
    rdfs:comment "INCOMPLETE INFINITY"@en .

<http://lexvo.org/id/char/29DC0> a lvont:Character ;
    lvont:represents "𩷀"^^xsd:string .

<http://lexvo.org/id/char/29DC1> a lvont:Character ;
    lvont:represents "𩷁"^^xsd:string .

<http://lexvo.org/id/char/29DC2> a lvont:Character ;
    lvont:represents "𩷂"^^xsd:string .

<http://lexvo.org/id/char/29DC3> a lvont:Character ;
    lvont:represents "𩷃"^^xsd:string .

<http://lexvo.org/id/char/29DC4> a lvont:Character ;
    lvont:represents "𩷄"^^xsd:string .

<http://lexvo.org/id/char/29DC5> a lvont:Character ;
    lvont:represents "𩷅"^^xsd:string .

<http://lexvo.org/id/char/29DC6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/g%E1%BB%8Fi>,
        "𩷆"^^xsd:string .

<http://lexvo.org/id/char/29DC7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/h%C3%BAng>,
        "𩷇"^^xsd:string .

<http://lexvo.org/id/char/29DC8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/li%E1%BB%87t>,
        "𩷈"^^xsd:string .

<http://lexvo.org/id/char/29DC9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/gi%E1%BA%BFc>,
        "𩷉"^^xsd:string .

<http://lexvo.org/id/char/29DCA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/thu>,
        "𩷊"^^xsd:string .

<http://lexvo.org/id/char/29DCB> a lvont:Character ;
    lvont:represents "𩷋"^^xsd:string .

<http://lexvo.org/id/char/29DCC> a lvont:Character ;
    lvont:represents "𩷌"^^xsd:string .

<http://lexvo.org/id/char/29DCD> a lvont:Character ;
    lvont:represents "𩷍"^^xsd:string .

<http://lexvo.org/id/char/29DCE> a lvont:Character ;
    lvont:represents "𩷎"^^xsd:string .

<http://lexvo.org/id/char/29DCF> a lvont:Character ;
    lvont:represents "𩷏"^^xsd:string .

<http://lexvo.org/id/char/29DD> a lvont:Character ;
    lvont:represents "⧝"^^xsd:string ;
    rdfs:comment "TIE OVER INFINITY"@en .

<http://lexvo.org/id/char/29DD0> a lvont:Character ;
    lvont:represents "𩷐"^^xsd:string .

<http://lexvo.org/id/char/29DD1> a lvont:Character ;
    lvont:represents "𩷑"^^xsd:string .

<http://lexvo.org/id/char/29DD2> a lvont:Character ;
    lvont:represents "𩷒"^^xsd:string .

<http://lexvo.org/id/char/29DD3> a lvont:Character ;
    lvont:represents "𩷓"^^xsd:string .

<http://lexvo.org/id/char/29DD4> a lvont:Character ;
    lvont:represents "𩷔"^^xsd:string .

<http://lexvo.org/id/char/29DD5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/l%C6%B0%C6%A1n>,
        "𩷕"^^xsd:string .

<http://lexvo.org/id/char/29DD6> a lvont:Character ;
    lvont:represents "𩷖"^^xsd:string .

<http://lexvo.org/id/char/29DD7> a lvont:Character ;
    lvont:represents "𩷗"^^xsd:string .

<http://lexvo.org/id/char/29DD8> a lvont:Character ;
    lvont:represents "𩷘"^^xsd:string .

<http://lexvo.org/id/char/29DD9> a lvont:Character ;
    lvont:represents "𩷙"^^xsd:string .

<http://lexvo.org/id/char/29DDA> a lvont:Character ;
    lvont:represents "𩷚"^^xsd:string .

<http://lexvo.org/id/char/29DDB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/gi%E1%BA%BFc>,
        "𩷛"^^xsd:string .

<http://lexvo.org/id/char/29DDC> a lvont:Character ;
    lvont:represents "𩷜"^^xsd:string .

<http://lexvo.org/id/char/29DDD> a lvont:Character ;
    lvont:represents "𩷝"^^xsd:string .

<http://lexvo.org/id/char/29DDE> a lvont:Character ;
    lvont:represents "𩷞"^^xsd:string .

<http://lexvo.org/id/char/29DDF> a lvont:Character ;
    lvont:represents "𩷟"^^xsd:string .

<http://lexvo.org/id/char/29DE> a lvont:Character ;
    lvont:represents "⧞"^^xsd:string ;
    rdfs:comment "INFINITY NEGATED WITH VERTICAL BAR"@en .

<http://lexvo.org/id/char/29DE0> a lvont:Character ;
    lvont:represents "𩷠"^^xsd:string .

<http://lexvo.org/id/char/29DE1> a lvont:Character ;
    lvont:represents "𩷡"^^xsd:string .

<http://lexvo.org/id/char/29DE2> a lvont:Character ;
    lvont:represents "𩷢"^^xsd:string .

<http://lexvo.org/id/char/29DE3> a lvont:Character ;
    lvont:represents "𩷣"^^xsd:string .

<http://lexvo.org/id/char/29DE4> a lvont:Character ;
    lvont:represents "𩷤"^^xsd:string .

<http://lexvo.org/id/char/29DE5> a lvont:Character ;
    lvont:represents "𩷥"^^xsd:string .

<http://lexvo.org/id/char/29DE6> a lvont:Character ;
    lvont:represents "𩷦"^^xsd:string .

<http://lexvo.org/id/char/29DE7> a lvont:Character ;
    lvont:represents "𩷧"^^xsd:string .

<http://lexvo.org/id/char/29DE8> a lvont:Character ;
    lvont:represents "𩷨"^^xsd:string .

<http://lexvo.org/id/char/29DE9> a lvont:Character ;
    lvont:represents "𩷩"^^xsd:string .

<http://lexvo.org/id/char/29DEA> a lvont:Character ;
    lvont:represents "𩷪"^^xsd:string .

<http://lexvo.org/id/char/29DEB> a lvont:Character ;
    lvont:represents "𩷫"^^xsd:string .

<http://lexvo.org/id/char/29DEC> a lvont:Character ;
    lvont:represents "𩷬"^^xsd:string .

<http://lexvo.org/id/char/29DED> a lvont:Character ;
    lvont:represents "𩷭"^^xsd:string .

<http://lexvo.org/id/char/29DEE> a lvont:Character ;
    lvont:represents "𩷮"^^xsd:string .

<http://lexvo.org/id/char/29DEF> a lvont:Character ;
    lvont:represents "𩷯"^^xsd:string .

<http://lexvo.org/id/char/29DF> a lvont:Character ;
    lvont:represents "⧟"^^xsd:string ;
    rdfs:comment "DOUBLE-ENDED MULTIMAP"@en .

<http://lexvo.org/id/char/29DF0> a lvont:Character ;
    lvont:represents "𩷰"^^xsd:string .

<http://lexvo.org/id/char/29DF1> a lvont:Character ;
    lvont:represents "𩷱"^^xsd:string .

<http://lexvo.org/id/char/29DF2> a lvont:Character ;
    lvont:represents "𩷲"^^xsd:string .

<http://lexvo.org/id/char/29DF3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/v%E1%BA%A9y>,
        "𩷳"^^xsd:string .

<http://lexvo.org/id/char/29DF4> a lvont:Character ;
    lvont:represents "𩷴"^^xsd:string .

<http://lexvo.org/id/char/29DF5> a lvont:Character ;
    lvont:represents "𩷵"^^xsd:string .

<http://lexvo.org/id/char/29DF6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/m%C4%83ng>,
        "𩷶"^^xsd:string .

<http://lexvo.org/id/char/29DF7> a lvont:Character ;
    lvont:represents "𩷷"^^xsd:string .

<http://lexvo.org/id/char/29DF8> a lvont:Character ;
    lvont:represents "𩷸"^^xsd:string ;
    rdfs:comment "(same as U+9B74 魴) triangular bream"@en .

<http://lexvo.org/id/char/29DF9> a lvont:Character ;
    lvont:represents "𩷹"^^xsd:string .

<http://lexvo.org/id/char/29DFA> a lvont:Character ;
    lvont:represents "𩷺"^^xsd:string .

<http://lexvo.org/id/char/29DFB> a lvont:Character ;
    lvont:represents "𩷻"^^xsd:string .

<http://lexvo.org/id/char/29DFC> a lvont:Character ;
    lvont:represents "𩷼"^^xsd:string .

<http://lexvo.org/id/char/29DFD> a lvont:Character ;
    lvont:represents "𩷽"^^xsd:string .

<http://lexvo.org/id/char/29DFE> a lvont:Character ;
    lvont:represents "𩷾"^^xsd:string .

<http://lexvo.org/id/char/29DFF> a lvont:Character ;
    lvont:represents "𩷿"^^xsd:string .

<http://lexvo.org/id/char/29E0> a lvont:Character ;
    lvont:represents "⧠"^^xsd:string ;
    rdfs:comment "SQUARE WITH CONTOURED OUTLINE"@en .

<http://lexvo.org/id/char/29E00> a lvont:Character ;
    lvont:represents "𩸀"^^xsd:string .

<http://lexvo.org/id/char/29E01> a lvont:Character ;
    lvont:represents "𩸁"^^xsd:string .

<http://lexvo.org/id/char/29E02> a lvont:Character ;
    lvont:represents "𩸂"^^xsd:string .

<http://lexvo.org/id/char/29E03> a lvont:Character ;
    lvont:represents "𩸃"^^xsd:string .

<http://lexvo.org/id/char/29E04> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/qu%E1%BA%A3>,
        "𩸄"^^xsd:string .

<http://lexvo.org/id/char/29E05> a lvont:Character ;
    lvont:represents "𩸅"^^xsd:string .

<http://lexvo.org/id/char/29E06> a lvont:Character ;
    lvont:represents "𩸆"^^xsd:string .

<http://lexvo.org/id/char/29E07> a lvont:Character ;
    lvont:represents "𩸇"^^xsd:string .

<http://lexvo.org/id/char/29E08> a lvont:Character ;
    lvont:represents "𩸈"^^xsd:string .

<http://lexvo.org/id/char/29E09> a lvont:Character ;
    lvont:represents "𩸉"^^xsd:string .

<http://lexvo.org/id/char/29E0A> a lvont:Character ;
    lvont:represents "𩸊"^^xsd:string .

<http://lexvo.org/id/char/29E0B> a lvont:Character ;
    lvont:represents "𩸋"^^xsd:string .

<http://lexvo.org/id/char/29E0C> a lvont:Character ;
    lvont:represents "𩸌"^^xsd:string .

<http://lexvo.org/id/char/29E0D> a lvont:Character ;
    lvont:represents "𩸍"^^xsd:string .

<http://lexvo.org/id/char/29E0E> a lvont:Character ;
    lvont:represents "𩸎"^^xsd:string .

<http://lexvo.org/id/char/29E0F> a lvont:Character ;
    lvont:represents "𩸏"^^xsd:string .

<http://lexvo.org/id/char/29E1> a lvont:Character ;
    lvont:represents "⧡"^^xsd:string ;
    rdfs:comment "INCREASES AS"@en .

<http://lexvo.org/id/char/29E10> a lvont:Character ;
    lvont:represents "𩸐"^^xsd:string .

<http://lexvo.org/id/char/29E11> a lvont:Character ;
    lvont:represents "𩸑"^^xsd:string .

<http://lexvo.org/id/char/29E12> a lvont:Character ;
    lvont:represents "𩸒"^^xsd:string .

<http://lexvo.org/id/char/29E13> a lvont:Character ;
    lvont:represents "𩸓"^^xsd:string .

<http://lexvo.org/id/char/29E14> a lvont:Character ;
    lvont:represents "𩸔"^^xsd:string .

<http://lexvo.org/id/char/29E15> a lvont:Character ;
    lvont:represents "𩸕"^^xsd:string .

<http://lexvo.org/id/char/29E16> a lvont:Character ;
    lvont:represents "𩸖"^^xsd:string .

<http://lexvo.org/id/char/29E17> a lvont:Character ;
    lvont:represents "𩸗"^^xsd:string .

<http://lexvo.org/id/char/29E18> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/qu%E1%BA%A3n>,
        "𩸘"^^xsd:string .

<http://lexvo.org/id/char/29E19> a lvont:Character ;
    lvont:represents "𩸙"^^xsd:string .

<http://lexvo.org/id/char/29E1A> a lvont:Character ;
    lvont:represents "𩸚"^^xsd:string .

<http://lexvo.org/id/char/29E1B> a lvont:Character ;
    lvont:represents "𩸛"^^xsd:string .

<http://lexvo.org/id/char/29E1C> a lvont:Character ;
    lvont:represents "𩸜"^^xsd:string .

<http://lexvo.org/id/char/29E1D> a lvont:Character ;
    lvont:represents "𩸝"^^xsd:string .

<http://lexvo.org/id/char/29E1E> a lvont:Character ;
    lvont:represents "𩸞"^^xsd:string .

<http://lexvo.org/id/char/29E1F> a lvont:Character ;
    lvont:represents "𩸟"^^xsd:string .

<http://lexvo.org/id/char/29E2> a lvont:Character ;
    lvont:represents "⧢"^^xsd:string ;
    rdfs:comment "SHUFFLE PRODUCT"@en .

<http://lexvo.org/id/char/29E20> a lvont:Character ;
    lvont:represents "𩸠"^^xsd:string .

<http://lexvo.org/id/char/29E21> a lvont:Character ;
    lvont:represents "𩸡"^^xsd:string .

<http://lexvo.org/id/char/29E22> a lvont:Character ;
    lvont:represents "𩸢"^^xsd:string .

<http://lexvo.org/id/char/29E23> a lvont:Character ;
    lvont:represents "𩸣"^^xsd:string .

<http://lexvo.org/id/char/29E24> a lvont:Character ;
    lvont:represents "𩸤"^^xsd:string .

<http://lexvo.org/id/char/29E25> a lvont:Character ;
    lvont:represents "𩸥"^^xsd:string .

<http://lexvo.org/id/char/29E26> a lvont:Character ;
    lvont:represents "𩸦"^^xsd:string .

<http://lexvo.org/id/char/29E27> a lvont:Character ;
    lvont:represents "𩸧"^^xsd:string .

<http://lexvo.org/id/char/29E28> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%F0%A9%B8%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%AD>,
        "𩸨"^^xsd:string ;
    rdfs:comment "male whale"@en .

<http://lexvo.org/id/char/29E29> a lvont:Character ;
    lvont:represents "𩸩"^^xsd:string .

<http://lexvo.org/id/char/29E2A> a lvont:Character ;
    lvont:represents "𩸪"^^xsd:string .

<http://lexvo.org/id/char/29E2B> a lvont:Character ;
    lvont:represents "𩸫"^^xsd:string .

<http://lexvo.org/id/char/29E2C> a lvont:Character ;
    lvont:represents "𩸬"^^xsd:string .

<http://lexvo.org/id/char/29E2D> a lvont:Character ;
    lvont:represents "𩸭"^^xsd:string .

<http://lexvo.org/id/char/29E2E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/b%E1%BB%91ng>,
        "𩸮"^^xsd:string .

<http://lexvo.org/id/char/29E2F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/chu%E1%BB%91i>,
        "𩸯"^^xsd:string .

<http://lexvo.org/id/char/29E3> a lvont:Character ;
    lvont:represents "⧣"^^xsd:string ;
    rdfs:comment "EQUALS SIGN AND SLANTED PARALLEL"@en .

<http://lexvo.org/id/char/29E30> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/go>,
        "𩸰"^^xsd:string .

<http://lexvo.org/id/char/29E31> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/gh%C3%ADm>,
        "𩸱"^^xsd:string .

<http://lexvo.org/id/char/29E32> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/s%E1%BB%A9a>,
        "𩸲"^^xsd:string .

<http://lexvo.org/id/char/29E33> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/m%C3%B2i>,
        "𩸳"^^xsd:string .

<http://lexvo.org/id/char/29E34> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/tr%C3%AA>,
        "𩸴"^^xsd:string .

<http://lexvo.org/id/char/29E35> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ch%C3%ACnh>,
        "𩸵"^^xsd:string .

<http://lexvo.org/id/char/29E36> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/nh%C3%A1m>,
        "𩸶"^^xsd:string .

<http://lexvo.org/id/char/29E37> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/r%C3%B3i>,
        "𩸷"^^xsd:string .

<http://lexvo.org/id/char/29E38> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/thia>,
        "𩸸"^^xsd:string .

<http://lexvo.org/id/char/29E39> a lvont:Character ;
    lvont:represents "𩸹"^^xsd:string .

<http://lexvo.org/id/char/29E3A> a lvont:Character ;
    lvont:represents "𩸺"^^xsd:string .

<http://lexvo.org/id/char/29E3B> a lvont:Character ;
    lvont:represents "𩸻"^^xsd:string .

<http://lexvo.org/id/char/29E3C> a lvont:Character ;
    lvont:represents "𩸼"^^xsd:string .

<http://lexvo.org/id/char/29E3D> a lvont:Character ;
    lvont:represents "𩸽"^^xsd:string .

<http://lexvo.org/id/char/29E3E> a lvont:Character ;
    lvont:represents "𩸾"^^xsd:string .

<http://lexvo.org/id/char/29E3F> a lvont:Character ;
    lvont:represents "𩸿"^^xsd:string .

<http://lexvo.org/id/char/29E4> a lvont:Character ;
    lvont:represents "⧤"^^xsd:string ;
    rdfs:comment "EQUALS SIGN AND SLANTED PARALLEL WITH TILDE ABOVE"@en .

<http://lexvo.org/id/char/29E40> a lvont:Character ;
    lvont:represents "𩹀"^^xsd:string .

<http://lexvo.org/id/char/29E41> a lvont:Character ;
    lvont:represents "𩹁"^^xsd:string .

<http://lexvo.org/id/char/29E42> a lvont:Character ;
    lvont:represents "𩹂"^^xsd:string .

<http://lexvo.org/id/char/29E43> a lvont:Character ;
    lvont:represents "𩹃"^^xsd:string .

<http://lexvo.org/id/char/29E44> a lvont:Character ;
    lvont:represents "𩹄"^^xsd:string .

<http://lexvo.org/id/char/29E45> a lvont:Character ;
    lvont:represents "𩹅"^^xsd:string .

<http://lexvo.org/id/char/29E46> a lvont:Character ;
    lvont:represents "𩹆"^^xsd:string .

<http://lexvo.org/id/char/29E47> a lvont:Character ;
    lvont:represents "𩹇"^^xsd:string .

<http://lexvo.org/id/char/29E48> a lvont:Character ;
    lvont:represents "𩹈"^^xsd:string .

<http://lexvo.org/id/char/29E49> a lvont:Character ;
    lvont:represents "𩹉"^^xsd:string .

<http://lexvo.org/id/char/29E4A> a lvont:Character ;
    lvont:represents "𩹊"^^xsd:string .

<http://lexvo.org/id/char/29E4B> a lvont:Character ;
    lvont:represents "𩹋"^^xsd:string .

<http://lexvo.org/id/char/29E4C> a lvont:Character ;
    lvont:represents "𩹌"^^xsd:string .

<http://lexvo.org/id/char/29E4D> a lvont:Character ;
    lvont:represents "𩹍"^^xsd:string .

<http://lexvo.org/id/char/29E4E> a lvont:Character ;
    lvont:represents "𩹎"^^xsd:string .

<http://lexvo.org/id/char/29E4F> a lvont:Character ;
    lvont:represents "𩹏"^^xsd:string .

<http://lexvo.org/id/char/29E5> a lvont:Character ;
    lvont:represents "⧥"^^xsd:string ;
    rdfs:comment "IDENTICAL TO AND SLANTED PARALLEL"@en .

<http://lexvo.org/id/char/29E50> a lvont:Character ;
    lvont:represents "𩹐"^^xsd:string .

<http://lexvo.org/id/char/29E51> a lvont:Character ;
    lvont:represents "𩹑"^^xsd:string .

<http://lexvo.org/id/char/29E52> a lvont:Character ;
    lvont:represents "𩹒"^^xsd:string .

<http://lexvo.org/id/char/29E53> a lvont:Character ;
    lvont:represents "𩹓"^^xsd:string .

<http://lexvo.org/id/char/29E54> a lvont:Character ;
    lvont:represents "𩹔"^^xsd:string .

<http://lexvo.org/id/char/29E55> a lvont:Character ;
    lvont:represents "𩹕"^^xsd:string .

<http://lexvo.org/id/char/29E56> a lvont:Character ;
    lvont:represents "𩹖"^^xsd:string .

<http://lexvo.org/id/char/29E57> a lvont:Character ;
    lvont:represents "𩹗"^^xsd:string .

<http://lexvo.org/id/char/29E58> a lvont:Character ;
    lvont:represents "𩹘"^^xsd:string .

<http://lexvo.org/id/char/29E59> a lvont:Character ;
    lvont:represents "𩹙"^^xsd:string .

<http://lexvo.org/id/char/29E5A> a lvont:Character ;
    lvont:represents "𩹚"^^xsd:string .

<http://lexvo.org/id/char/29E5B> a lvont:Character ;
    lvont:represents "𩹛"^^xsd:string .

<http://lexvo.org/id/char/29E5C> a lvont:Character ;
    lvont:represents "𩹜"^^xsd:string .

<http://lexvo.org/id/char/29E5D> a lvont:Character ;
    lvont:represents "𩹝"^^xsd:string .

<http://lexvo.org/id/char/29E5E> a lvont:Character ;
    lvont:represents "𩹞"^^xsd:string .

<http://lexvo.org/id/char/29E5F> a lvont:Character ;
    lvont:represents "𩹟"^^xsd:string .

<http://lexvo.org/id/char/29E6> a lvont:Character ;
    lvont:represents "⧦"^^xsd:string ;
    rdfs:comment "GLEICH STARK"@en .

<http://lexvo.org/id/char/29E60> a lvont:Character ;
    lvont:represents "𩹠"^^xsd:string .

<http://lexvo.org/id/char/29E61> a lvont:Character ;
    lvont:represents "𩹡"^^xsd:string .

<http://lexvo.org/id/char/29E62> a lvont:Character ;
    lvont:represents "𩹢"^^xsd:string .

<http://lexvo.org/id/char/29E63> a lvont:Character ;
    lvont:represents "𩹣"^^xsd:string .

<http://lexvo.org/id/char/29E64> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/thu>,
        "𩹤"^^xsd:string .

<http://lexvo.org/id/char/29E65> a lvont:Character ;
    lvont:represents "𩹥"^^xsd:string .

<http://lexvo.org/id/char/29E66> a lvont:Character ;
    lvont:represents "𩹦"^^xsd:string .

<http://lexvo.org/id/char/29E67> a lvont:Character ;
    lvont:represents "𩹧"^^xsd:string .

<http://lexvo.org/id/char/29E68> a lvont:Character ;
    lvont:represents "𩹨"^^xsd:string .

<http://lexvo.org/id/char/29E69> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/n%C3%A2u>,
        "𩹩"^^xsd:string .

<http://lexvo.org/id/char/29E6A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/m%C3%A8>,
        "𩹪"^^xsd:string .

<http://lexvo.org/id/char/29E6B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/t%C3%A9p>,
        "𩹫"^^xsd:string .

<http://lexvo.org/id/char/29E6C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/kh%C3%B4>,
        "𩹬"^^xsd:string .

<http://lexvo.org/id/char/29E6D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ch%C3%A0y>,
        "𩹭"^^xsd:string .

<http://lexvo.org/id/char/29E6E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/m%C3%BA>,
        "𩹮"^^xsd:string .

<http://lexvo.org/id/char/29E6F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/t%C6%B0%C6%A1i>,
        "𩹯"^^xsd:string .

<http://lexvo.org/id/char/29E7> a lvont:Character ;
    lvont:represents "⧧"^^xsd:string ;
    rdfs:comment "THERMODYNAMIC"@en .

<http://lexvo.org/id/char/29E70> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/tr%E1%BA%A1nh>,
        "𩹰"^^xsd:string .

<http://lexvo.org/id/char/29E71> a lvont:Character ;
    lvont:represents "𩹱"^^xsd:string .

<http://lexvo.org/id/char/29E72> a lvont:Character ;
    lvont:represents "𩹲"^^xsd:string .

<http://lexvo.org/id/char/29E73> a lvont:Character ;
    lvont:represents "𩹳"^^xsd:string .

<http://lexvo.org/id/char/29E74> a lvont:Character ;
    lvont:represents "𩹴"^^xsd:string .

<http://lexvo.org/id/char/29E75> a lvont:Character ;
    lvont:represents "𩹵"^^xsd:string .

<http://lexvo.org/id/char/29E76> a lvont:Character ;
    lvont:represents "𩹶"^^xsd:string .

<http://lexvo.org/id/char/29E77> a lvont:Character ;
    lvont:represents "𩹷"^^xsd:string .

<http://lexvo.org/id/char/29E78> a lvont:Character ;
    lvont:represents "𩹸"^^xsd:string .

<http://lexvo.org/id/char/29E79> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/gi%E1%BA%BFc>,
        "𩹹"^^xsd:string .

<http://lexvo.org/id/char/29E7A> a lvont:Character ;
    lvont:represents "𩹺"^^xsd:string .

<http://lexvo.org/id/char/29E7B> a lvont:Character ;
    lvont:represents "𩹻"^^xsd:string .

<http://lexvo.org/id/char/29E7C> a lvont:Character ;
    lvont:represents "𩹼"^^xsd:string .

<http://lexvo.org/id/char/29E7D> a lvont:Character ;
    lvont:represents "𩹽"^^xsd:string .

<http://lexvo.org/id/char/29E7E> a lvont:Character ;
    lvont:represents "𩹾"^^xsd:string .

<http://lexvo.org/id/char/29E7F> a lvont:Character ;
    lvont:represents "𩹿"^^xsd:string .

<http://lexvo.org/id/char/29E8> a lvont:Character ;
    lvont:represents "⧨"^^xsd:string ;
    rdfs:comment "DOWN-POINTING TRIANGLE WITH LEFT HALF BLACK"@en .

<http://lexvo.org/id/char/29E80> a lvont:Character ;
    lvont:represents "𩺀"^^xsd:string .

<http://lexvo.org/id/char/29E81> a lvont:Character ;
    lvont:represents "𩺁"^^xsd:string .

<http://lexvo.org/id/char/29E82> a lvont:Character ;
    lvont:represents "𩺂"^^xsd:string .

<http://lexvo.org/id/char/29E83> a lvont:Character ;
    lvont:represents "𩺃"^^xsd:string .

<http://lexvo.org/id/char/29E84> a lvont:Character ;
    lvont:represents "𩺄"^^xsd:string .

<http://lexvo.org/id/char/29E85> a lvont:Character ;
    lvont:represents "𩺅"^^xsd:string .

<http://lexvo.org/id/char/29E86> a lvont:Character ;
    lvont:represents "𩺆"^^xsd:string .

<http://lexvo.org/id/char/29E87> a lvont:Character ;
    lvont:represents "𩺇"^^xsd:string .

<http://lexvo.org/id/char/29E88> a lvont:Character ;
    lvont:represents "𩺈"^^xsd:string .

<http://lexvo.org/id/char/29E89> a lvont:Character ;
    lvont:represents "𩺉"^^xsd:string .

<http://lexvo.org/id/char/29E8A> a lvont:Character ;
    lvont:represents "𩺊"^^xsd:string .

<http://lexvo.org/id/char/29E8B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ng%E1%BB%9D>,
        "𩺋"^^xsd:string .

<http://lexvo.org/id/char/29E8C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/gi%E1%BA%A3i>,
        "𩺌"^^xsd:string .

<http://lexvo.org/id/char/29E8D> a lvont:Character ;
    lvont:represents "𩺍"^^xsd:string .

<http://lexvo.org/id/char/29E8E> a lvont:Character ;
    lvont:represents "𩺎"^^xsd:string .

<http://lexvo.org/id/char/29E8F> a lvont:Character ;
    lvont:represents "𩺏"^^xsd:string .

<http://lexvo.org/id/char/29E9> a lvont:Character ;
    lvont:represents "⧩"^^xsd:string ;
    rdfs:comment "DOWN-POINTING TRIANGLE WITH RIGHT HALF BLACK"@en .

<http://lexvo.org/id/char/29E90> a lvont:Character ;
    lvont:represents "𩺐"^^xsd:string .

<http://lexvo.org/id/char/29E91> a lvont:Character ;
    lvont:represents "𩺑"^^xsd:string .

<http://lexvo.org/id/char/29E92> a lvont:Character ;
    lvont:represents "𩺒"^^xsd:string .

<http://lexvo.org/id/char/29E93> a lvont:Character ;
    lvont:represents "𩺓"^^xsd:string .

<http://lexvo.org/id/char/29E94> a lvont:Character ;
    lvont:represents "𩺔"^^xsd:string .

<http://lexvo.org/id/char/29E95> a lvont:Character ;
    lvont:represents "𩺕"^^xsd:string .

<http://lexvo.org/id/char/29E96> a lvont:Character ;
    lvont:represents "𩺖"^^xsd:string .

<http://lexvo.org/id/char/29E97> a lvont:Character ;
    lvont:represents "𩺗"^^xsd:string .

<http://lexvo.org/id/char/29E98> a lvont:Character ;
    lvont:represents "𩺘"^^xsd:string .

<http://lexvo.org/id/char/29E99> a lvont:Character ;
    lvont:represents "𩺙"^^xsd:string .

<http://lexvo.org/id/char/29E9A> a lvont:Character ;
    lvont:represents "𩺚"^^xsd:string .

<http://lexvo.org/id/char/29E9B> a lvont:Character ;
    lvont:represents "𩺛"^^xsd:string .

<http://lexvo.org/id/char/29E9C> a lvont:Character ;
    lvont:represents "𩺜"^^xsd:string .

<http://lexvo.org/id/char/29E9D> a lvont:Character ;
    lvont:represents "𩺝"^^xsd:string .

<http://lexvo.org/id/char/29E9E> a lvont:Character ;
    lvont:represents "𩺞"^^xsd:string .

<http://lexvo.org/id/char/29E9F> a lvont:Character ;
    lvont:represents "𩺟"^^xsd:string .

<http://lexvo.org/id/char/29EA> a lvont:Character ;
    lvont:represents "⧪"^^xsd:string ;
    rdfs:comment "BLACK DIAMOND WITH DOWN ARROW"@en .

<http://lexvo.org/id/char/29EA0> a lvont:Character ;
    lvont:represents "𩺠"^^xsd:string .

<http://lexvo.org/id/char/29EA1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/b%C6%A1n>,
        "𩺡"^^xsd:string .

<http://lexvo.org/id/char/29EA2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ch%E1%BA%A1ch>,
        "𩺢"^^xsd:string .

<http://lexvo.org/id/char/29EA3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/tr%C3%A0u>,
        "𩺣"^^xsd:string .

<http://lexvo.org/id/char/29EA4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/s%E1%BA%B7t>,
        "𩺤"^^xsd:string .

<http://lexvo.org/id/char/29EA5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/s%C3%B2>,
        "𩺥"^^xsd:string .

<http://lexvo.org/id/char/29EA6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/th%E1%BB%9Dn>,
        "𩺦"^^xsd:string .

<http://lexvo.org/id/char/29EA7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ch%C3%A1y>,
        "𩺧"^^xsd:string .

<http://lexvo.org/id/char/29EA8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/b%E1%BB%91ng>,
        "𩺨"^^xsd:string .

<http://lexvo.org/id/char/29EA9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/v%E1%BA%A3y>,
        "𩺩"^^xsd:string .

<http://lexvo.org/id/char/29EAA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/b%C6%A1n>,
        "𩺪"^^xsd:string .

<http://lexvo.org/id/char/29EAB> a lvont:Character ;
    lvont:represents "𩺫"^^xsd:string .

<http://lexvo.org/id/char/29EAC> a lvont:Character ;
    lvont:represents "𩺬"^^xsd:string .

<http://lexvo.org/id/char/29EAD> a lvont:Character ;
    lvont:represents "𩺭"^^xsd:string .

<http://lexvo.org/id/char/29EAE> a lvont:Character ;
    lvont:represents "𩺮"^^xsd:string .

<http://lexvo.org/id/char/29EAF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/s%E1%BB%91c>,
        "𩺯"^^xsd:string .

<http://lexvo.org/id/char/29EB> a lvont:Character ;
    lvont:represents "⧫"^^xsd:string ;
    rdfs:comment "BLACK LOZENGE"@en .

<http://lexvo.org/id/char/29EB0> a lvont:Character ;
    lvont:represents "𩺰"^^xsd:string .

<http://lexvo.org/id/char/29EB1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/n%C6%B0%E1%BB%A3c>,
        "𩺱"^^xsd:string .

<http://lexvo.org/id/char/29EB2> a lvont:Character ;
    lvont:represents "𩺲"^^xsd:string .

<http://lexvo.org/id/char/29EB3> a lvont:Character ;
    lvont:represents "𩺳"^^xsd:string .

<http://lexvo.org/id/char/29EB4> a lvont:Character ;
    lvont:represents "𩺴"^^xsd:string .

<http://lexvo.org/id/char/29EB5> a lvont:Character ;
    lvont:represents "𩺵"^^xsd:string .

<http://lexvo.org/id/char/29EB6> a lvont:Character ;
    lvont:represents "𩺶"^^xsd:string .

<http://lexvo.org/id/char/29EB7> a lvont:Character ;
    lvont:represents "𩺷"^^xsd:string .

<http://lexvo.org/id/char/29EB8> a lvont:Character ;
    lvont:represents "𩺸"^^xsd:string .

<http://lexvo.org/id/char/29EB9> a lvont:Character ;
    lvont:represents "𩺹"^^xsd:string .

<http://lexvo.org/id/char/29EBA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/g%C3%A1y>,
        "𩺺"^^xsd:string .

<http://lexvo.org/id/char/29EBB> a lvont:Character ;
    lvont:represents "𩺻"^^xsd:string .

<http://lexvo.org/id/char/29EBC> a lvont:Character ;
    lvont:represents "𩺼"^^xsd:string .

<http://lexvo.org/id/char/29EBD> a lvont:Character ;
    lvont:represents "𩺽"^^xsd:string .

<http://lexvo.org/id/char/29EBE> a lvont:Character ;
    lvont:represents "𩺾"^^xsd:string .

<http://lexvo.org/id/char/29EBF> a lvont:Character ;
    lvont:represents "𩺿"^^xsd:string .

<http://lexvo.org/id/char/29EC> a lvont:Character ;
    lvont:represents "⧬"^^xsd:string ;
    rdfs:comment "WHITE CIRCLE WITH DOWN ARROW"@en .

<http://lexvo.org/id/char/29EC0> a lvont:Character ;
    lvont:represents "𩻀"^^xsd:string .

<http://lexvo.org/id/char/29EC1> a lvont:Character ;
    lvont:represents "𩻁"^^xsd:string .

<http://lexvo.org/id/char/29EC2> a lvont:Character ;
    lvont:represents "𩻂"^^xsd:string .

<http://lexvo.org/id/char/29EC3> a lvont:Character ;
    lvont:represents "𩻃"^^xsd:string .

<http://lexvo.org/id/char/29EC4> a lvont:Character ;
    lvont:represents "𩻄"^^xsd:string .

<http://lexvo.org/id/char/29EC5> a lvont:Character ;
    lvont:represents "𩻅"^^xsd:string .

<http://lexvo.org/id/char/29EC6> a lvont:Character ;
    lvont:represents "𩻆"^^xsd:string .

<http://lexvo.org/id/char/29EC7> a lvont:Character ;
    lvont:represents "𩻇"^^xsd:string .

<http://lexvo.org/id/char/29EC8> a lvont:Character ;
    lvont:represents "𩻈"^^xsd:string .

<http://lexvo.org/id/char/29EC9> a lvont:Character ;
    lvont:represents "𩻉"^^xsd:string .

<http://lexvo.org/id/char/29ECA> a lvont:Character ;
    lvont:represents "𩻊"^^xsd:string .

<http://lexvo.org/id/char/29ECB> a lvont:Character ;
    lvont:represents "𩻋"^^xsd:string .

<http://lexvo.org/id/char/29ECC> a lvont:Character ;
    lvont:represents "𩻌"^^xsd:string .

<http://lexvo.org/id/char/29ECD> a lvont:Character ;
    lvont:represents "𩻍"^^xsd:string .

<http://lexvo.org/id/char/29ECE> a lvont:Character ;
    lvont:represents "𩻎"^^xsd:string .

<http://lexvo.org/id/char/29ECF> a lvont:Character ;
    lvont:represents "𩻏"^^xsd:string .

<http://lexvo.org/id/char/29ED> a lvont:Character ;
    lvont:represents "⧭"^^xsd:string ;
    rdfs:comment "BLACK CIRCLE WITH DOWN ARROW"@en .

<http://lexvo.org/id/char/29ED0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/m%E1%BA%AFm>,
        "𩻐"^^xsd:string .

<http://lexvo.org/id/char/29ED1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/l%E1%BA%B9p>,
        "𩻑"^^xsd:string .

<http://lexvo.org/id/char/29ED2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/s%E1%BB%99p>,
        "𩻒"^^xsd:string .

<http://lexvo.org/id/char/29ED3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/d%C6%B0a>,
        "𩻓"^^xsd:string .

<http://lexvo.org/id/char/29ED4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/th%E1%BB%87>,
        "𩻔"^^xsd:string .

<http://lexvo.org/id/char/29ED5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/tr%E1%BA%AFm>,
        "𩻕"^^xsd:string .

<http://lexvo.org/id/char/29ED6> a lvont:Character ;
    lvont:represents "𩻖"^^xsd:string .

<http://lexvo.org/id/char/29ED7> a lvont:Character ;
    lvont:represents "𩻗"^^xsd:string .

<http://lexvo.org/id/char/29ED8> a lvont:Character ;
    lvont:represents "𩻘"^^xsd:string .

<http://lexvo.org/id/char/29ED9> a lvont:Character ;
    lvont:represents "𩻙"^^xsd:string .

<http://lexvo.org/id/char/29EDA> a lvont:Character ;
    lvont:represents "𩻚"^^xsd:string .

<http://lexvo.org/id/char/29EDB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/tr%E1%BA%AFm>,
        "𩻛"^^xsd:string .

<http://lexvo.org/id/char/29EDC> a lvont:Character ;
    lvont:represents "𩻜"^^xsd:string .

<http://lexvo.org/id/char/29EDD> a lvont:Character ;
    lvont:represents "𩻝"^^xsd:string .

<http://lexvo.org/id/char/29EDE> a lvont:Character ;
    lvont:represents "𩻞"^^xsd:string .

<http://lexvo.org/id/char/29EDF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/v%C3%A2y>,
        "𩻟"^^xsd:string .

<http://lexvo.org/id/char/29EE> a lvont:Character ;
    lvont:represents "⧮"^^xsd:string ;
    rdfs:comment "ERROR-BARRED WHITE SQUARE"@en .

<http://lexvo.org/id/char/29EE0> a lvont:Character ;
    lvont:represents "𩻠"^^xsd:string .

<http://lexvo.org/id/char/29EE1> a lvont:Character ;
    lvont:represents "𩻡"^^xsd:string .

<http://lexvo.org/id/char/29EE2> a lvont:Character ;
    lvont:represents "𩻢"^^xsd:string .

<http://lexvo.org/id/char/29EE3> a lvont:Character ;
    lvont:represents "𩻣"^^xsd:string .

<http://lexvo.org/id/char/29EE4> a lvont:Character ;
    lvont:represents "𩻤"^^xsd:string .

<http://lexvo.org/id/char/29EE5> a lvont:Character ;
    lvont:represents "𩻥"^^xsd:string .

<http://lexvo.org/id/char/29EE6> a lvont:Character ;
    lvont:represents "𩻦"^^xsd:string .

<http://lexvo.org/id/char/29EE7> a lvont:Character ;
    lvont:represents "𩻧"^^xsd:string .

<http://lexvo.org/id/char/29EE8> a lvont:Character ;
    lvont:represents "𩻨"^^xsd:string .

<http://lexvo.org/id/char/29EE9> a lvont:Character ;
    lvont:represents "𩻩"^^xsd:string .

<http://lexvo.org/id/char/29EEA> a lvont:Character ;
    lvont:represents "𩻪"^^xsd:string .

<http://lexvo.org/id/char/29EEB> a lvont:Character ;
    lvont:represents "𩻫"^^xsd:string .

<http://lexvo.org/id/char/29EEC> a lvont:Character ;
    lvont:represents "𩻬"^^xsd:string .

<http://lexvo.org/id/char/29EED> a lvont:Character ;
    lvont:represents "𩻭"^^xsd:string .

<http://lexvo.org/id/char/29EEE> a lvont:Character ;
    lvont:represents "𩻮"^^xsd:string .

<http://lexvo.org/id/char/29EEF> a lvont:Character ;
    lvont:represents "𩻯"^^xsd:string .

<http://lexvo.org/id/char/29EF> a lvont:Character ;
    lvont:represents "⧯"^^xsd:string ;
    rdfs:comment "ERROR-BARRED BLACK SQUARE"@en .

<http://lexvo.org/id/char/29EF0> a lvont:Character ;
    lvont:represents "𩻰"^^xsd:string .

<http://lexvo.org/id/char/29EF1> a lvont:Character ;
    lvont:represents "𩻱"^^xsd:string .

<http://lexvo.org/id/char/29EF2> a lvont:Character ;
    lvont:represents "𩻲"^^xsd:string .

<http://lexvo.org/id/char/29EF3> a lvont:Character ;
    lvont:represents "𩻳"^^xsd:string .

<http://lexvo.org/id/char/29EF4> a lvont:Character ;
    lvont:represents "𩻴"^^xsd:string .

<http://lexvo.org/id/char/29EF5> a lvont:Character ;
    lvont:represents "𩻵"^^xsd:string .

<http://lexvo.org/id/char/29EF6> a lvont:Character ;
    lvont:represents "𩻶"^^xsd:string .

<http://lexvo.org/id/char/29EF7> a lvont:Character ;
    lvont:represents "𩻷"^^xsd:string .

<http://lexvo.org/id/char/29EF8> a lvont:Character ;
    lvont:represents "𩻸"^^xsd:string .

<http://lexvo.org/id/char/29EF9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ch%C3%A8o>,
        "𩻹"^^xsd:string .

<http://lexvo.org/id/char/29EFA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/v%C3%A2y>,
        "𩻺"^^xsd:string .

<http://lexvo.org/id/char/29EFB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/leo>,
        "𩻻"^^xsd:string .

<http://lexvo.org/id/char/29EFC> a lvont:Character ;
    lvont:represents "𩻼"^^xsd:string .

<http://lexvo.org/id/char/29EFD> a lvont:Character ;
    lvont:represents "𩻽"^^xsd:string .

<http://lexvo.org/id/char/29EFE> a lvont:Character ;
    lvont:represents "𩻾"^^xsd:string .

<http://lexvo.org/id/char/29EFF> a lvont:Character ;
    lvont:represents "𩻿"^^xsd:string .

<http://lexvo.org/id/char/29F0> a lvont:Character ;
    lvont:represents "⧰"^^xsd:string ;
    rdfs:comment "ERROR-BARRED WHITE DIAMOND"@en .

<http://lexvo.org/id/char/29F00> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/v%C3%A2y>,
        "𩼀"^^xsd:string .

<http://lexvo.org/id/char/29F01> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/r%C3%B4>,
        "𩼁"^^xsd:string .

<http://lexvo.org/id/char/29F02> a lvont:Character ;
    lvont:represents "𩼂"^^xsd:string .

<http://lexvo.org/id/char/29F03> a lvont:Character ;
    lvont:represents "𩼃"^^xsd:string .

<http://lexvo.org/id/char/29F04> a lvont:Character ;
    lvont:represents "𩼄"^^xsd:string .

<http://lexvo.org/id/char/29F05> a lvont:Character ;
    lvont:represents "𩼅"^^xsd:string .

<http://lexvo.org/id/char/29F06> a lvont:Character ;
    lvont:represents "𩼆"^^xsd:string .

<http://lexvo.org/id/char/29F07> a lvont:Character ;
    lvont:represents "𩼇"^^xsd:string .

<http://lexvo.org/id/char/29F08> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C3%A0o%20y%C7%92u>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%F0%A9%BC%88>,
        <http://lexvo.org/id/term/vie/%C3%BAc>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ou2>,
        <http://lexvo.org/id/term/yue/%F0%A9%BC%88>,
        "𩼈"^^xsd:string ;
    rdfs:comment "a variety of perch"@en .

<http://lexvo.org/id/char/29F09> a lvont:Character ;
    lvont:represents "𩼉"^^xsd:string .

<http://lexvo.org/id/char/29F0A> a lvont:Character ;
    lvont:represents "𩼊"^^xsd:string .

<http://lexvo.org/id/char/29F0B> a lvont:Character ;
    lvont:represents "𩼋"^^xsd:string .

<http://lexvo.org/id/char/29F0C> a lvont:Character ;
    lvont:represents "𩼌"^^xsd:string .

<http://lexvo.org/id/char/29F0D> a lvont:Character ;
    lvont:represents "𩼍"^^xsd:string .

<http://lexvo.org/id/char/29F0E> a lvont:Character ;
    lvont:represents "𩼎"^^xsd:string .

<http://lexvo.org/id/char/29F0F> a lvont:Character ;
    lvont:represents "𩼏"^^xsd:string .

<http://lexvo.org/id/char/29F1> a lvont:Character ;
    lvont:represents "⧱"^^xsd:string ;
    rdfs:comment "ERROR-BARRED BLACK DIAMOND"@en .

<http://lexvo.org/id/char/29F10> a lvont:Character ;
    lvont:represents "𩼐"^^xsd:string .

<http://lexvo.org/id/char/29F11> a lvont:Character ;
    lvont:represents "𩼑"^^xsd:string .

<http://lexvo.org/id/char/29F12> a lvont:Character ;
    lvont:represents "𩼒"^^xsd:string .

<http://lexvo.org/id/char/29F13> a lvont:Character ;
    lvont:represents "𩼓"^^xsd:string .

<http://lexvo.org/id/char/29F14> a lvont:Character ;
    lvont:represents "𩼔"^^xsd:string .

<http://lexvo.org/id/char/29F15> a lvont:Character ;
    lvont:represents "𩼕"^^xsd:string .

<http://lexvo.org/id/char/29F16> a lvont:Character ;
    lvont:represents "𩼖"^^xsd:string .

<http://lexvo.org/id/char/29F17> a lvont:Character ;
    lvont:represents "𩼗"^^xsd:string .

<http://lexvo.org/id/char/29F18> a lvont:Character ;
    lvont:represents "𩼘"^^xsd:string .

<http://lexvo.org/id/char/29F19> a lvont:Character ;
    lvont:represents "𩼙"^^xsd:string .

<http://lexvo.org/id/char/29F1A> a lvont:Character ;
    lvont:represents "𩼚"^^xsd:string .

<http://lexvo.org/id/char/29F1B> a lvont:Character ;
    lvont:represents "𩼛"^^xsd:string .

<http://lexvo.org/id/char/29F1C> a lvont:Character ;
    lvont:represents "𩼜"^^xsd:string .

<http://lexvo.org/id/char/29F1D> a lvont:Character ;
    lvont:represents "𩼝"^^xsd:string .

<http://lexvo.org/id/char/29F1E> a lvont:Character ;
    lvont:represents "𩼞"^^xsd:string .

<http://lexvo.org/id/char/29F1F> a lvont:Character ;
    lvont:represents "𩼟"^^xsd:string .

<http://lexvo.org/id/char/29F2> a lvont:Character ;
    lvont:represents "⧲"^^xsd:string ;
    rdfs:comment "ERROR-BARRED WHITE CIRCLE"@en .

<http://lexvo.org/id/char/29F20> a lvont:Character ;
    lvont:represents "𩼠"^^xsd:string .

<http://lexvo.org/id/char/29F21> a lvont:Character ;
    lvont:represents "𩼡"^^xsd:string .

<http://lexvo.org/id/char/29F22> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/v%C3%ADch>,
        "𩼢"^^xsd:string .

<http://lexvo.org/id/char/29F23> a lvont:Character ;
    lvont:represents "𩼣"^^xsd:string .

<http://lexvo.org/id/char/29F24> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/tr%C3%A1m>,
        "𩼤"^^xsd:string .

<http://lexvo.org/id/char/29F25> a lvont:Character ;
    lvont:represents "𩼥"^^xsd:string .

<http://lexvo.org/id/char/29F26> a lvont:Character ;
    lvont:represents "𩼦"^^xsd:string .

<http://lexvo.org/id/char/29F27> a lvont:Character ;
    lvont:represents "𩼧"^^xsd:string .

<http://lexvo.org/id/char/29F28> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ng%E1%BB%9D>,
        "𩼨"^^xsd:string .

<http://lexvo.org/id/char/29F29> a lvont:Character ;
    lvont:represents "𩼩"^^xsd:string .

<http://lexvo.org/id/char/29F2A> a lvont:Character ;
    lvont:represents "𩼪"^^xsd:string .

<http://lexvo.org/id/char/29F2B> a lvont:Character ;
    lvont:represents "𩼫"^^xsd:string .

<http://lexvo.org/id/char/29F2C> a lvont:Character ;
    lvont:represents "𩼬"^^xsd:string .

<http://lexvo.org/id/char/29F2D> a lvont:Character ;
    lvont:represents "𩼭"^^xsd:string .

<http://lexvo.org/id/char/29F2E> a lvont:Character ;
    lvont:represents "𩼮"^^xsd:string .

<http://lexvo.org/id/char/29F2F> a lvont:Character ;
    lvont:represents "𩼯"^^xsd:string .

<http://lexvo.org/id/char/29F3> a lvont:Character ;
    lvont:represents "⧳"^^xsd:string ;
    rdfs:comment "ERROR-BARRED BLACK CIRCLE"@en .

<http://lexvo.org/id/char/29F30> a lvont:Character ;
    lvont:represents "𩼰"^^xsd:string .

<http://lexvo.org/id/char/29F31> a lvont:Character ;
    lvont:represents "𩼱"^^xsd:string .

<http://lexvo.org/id/char/29F32> a lvont:Character ;
    lvont:represents "𩼲"^^xsd:string .

<http://lexvo.org/id/char/29F33> a lvont:Character ;
    lvont:represents "𩼳"^^xsd:string .

<http://lexvo.org/id/char/29F34> a lvont:Character ;
    lvont:represents "𩼴"^^xsd:string .

<http://lexvo.org/id/char/29F35> a lvont:Character ;
    lvont:represents "𩼵"^^xsd:string .

<http://lexvo.org/id/char/29F36> a lvont:Character ;
    lvont:represents "𩼶"^^xsd:string .

<http://lexvo.org/id/char/29F37> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/%C4%91u%E1%BB%91i>,
        "𩼷"^^xsd:string .

<http://lexvo.org/id/char/29F38> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/%C4%91u%E1%BB%91i>,
        "𩼸"^^xsd:string .

<http://lexvo.org/id/char/29F39> a lvont:Character ;
    lvont:represents "𩼹"^^xsd:string .

<http://lexvo.org/id/char/29F3A> a lvont:Character ;
    lvont:represents "𩼺"^^xsd:string .

<http://lexvo.org/id/char/29F3B> a lvont:Character ;
    lvont:represents "𩼻"^^xsd:string .

<http://lexvo.org/id/char/29F3C> a lvont:Character ;
    lvont:represents "𩼼"^^xsd:string .

<http://lexvo.org/id/char/29F3D> a lvont:Character ;
    lvont:represents "𩼽"^^xsd:string .

<http://lexvo.org/id/char/29F3E> a lvont:Character ;
    lvont:represents "𩼾"^^xsd:string .

<http://lexvo.org/id/char/29F3F> a lvont:Character ;
    lvont:represents "𩼿"^^xsd:string .

<http://lexvo.org/id/char/29F4> a lvont:Character ;
    lvont:represents "⧴"^^xsd:string ;
    rdfs:comment "RULE-DELAYED"@en .

<http://lexvo.org/id/char/29F40> a lvont:Character ;
    lvont:represents "𩽀"^^xsd:string .

<http://lexvo.org/id/char/29F41> a lvont:Character ;
    lvont:represents "𩽁"^^xsd:string .

<http://lexvo.org/id/char/29F42> a lvont:Character ;
    lvont:represents "𩽂"^^xsd:string .

<http://lexvo.org/id/char/29F43> a lvont:Character ;
    lvont:represents "𩽃"^^xsd:string .

<http://lexvo.org/id/char/29F44> a lvont:Character ;
    lvont:represents "𩽄"^^xsd:string .

<http://lexvo.org/id/char/29F45> a lvont:Character ;
    lvont:represents "𩽅"^^xsd:string .

<http://lexvo.org/id/char/29F46> a lvont:Character ;
    lvont:represents "𩽆"^^xsd:string .

<http://lexvo.org/id/char/29F47> a lvont:Character ;
    lvont:represents "𩽇"^^xsd:string .

<http://lexvo.org/id/char/29F48> a lvont:Character ;
    lvont:represents "𩽈"^^xsd:string .

<http://lexvo.org/id/char/29F49> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/s%E1%BA%A5u>,
        "𩽉"^^xsd:string .

<http://lexvo.org/id/char/29F4A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/l%C3%BAi>,
        "𩽊"^^xsd:string .

<http://lexvo.org/id/char/29F4B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/s%E1%BB%A7>,
        "𩽋"^^xsd:string .

<http://lexvo.org/id/char/29F4C> a lvont:Character ;
    lvont:represents "𩽌"^^xsd:string .

<http://lexvo.org/id/char/29F4D> a lvont:Character ;
    lvont:represents "𩽍"^^xsd:string .

<http://lexvo.org/id/char/29F4E> a lvont:Character ;
    lvont:represents "𩽎"^^xsd:string .

<http://lexvo.org/id/char/29F4F> a lvont:Character ;
    lvont:represents "𩽏"^^xsd:string .

<http://lexvo.org/id/char/29F5> a lvont:Character ;
    lvont:represents "⧵"^^xsd:string ;
    rdfs:comment "REVERSE SOLIDUS OPERATOR"@en .

<http://lexvo.org/id/char/29F50> a lvont:Character ;
    lvont:represents "𩽐"^^xsd:string .

<http://lexvo.org/id/char/29F51> a lvont:Character ;
    lvont:represents "𩽑"^^xsd:string .

<http://lexvo.org/id/char/29F52> a lvont:Character ;
    lvont:represents "𩽒"^^xsd:string .

<http://lexvo.org/id/char/29F53> a lvont:Character ;
    lvont:represents "𩽓"^^xsd:string .

<http://lexvo.org/id/char/29F54> a lvont:Character ;
    lvont:represents "𩽔"^^xsd:string .

<http://lexvo.org/id/char/29F55> a lvont:Character ;
    lvont:represents "𩽕"^^xsd:string .

<http://lexvo.org/id/char/29F56> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ru%E1%BB%91c>,
        "𩽖"^^xsd:string .

<http://lexvo.org/id/char/29F57> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/qu%E1%BB%B3nh>,
        "𩽗"^^xsd:string .

<http://lexvo.org/id/char/29F58> a lvont:Character ;
    lvont:represents "𩽘"^^xsd:string .

<http://lexvo.org/id/char/29F59> a lvont:Character ;
    lvont:represents "𩽙"^^xsd:string .

<http://lexvo.org/id/char/29F5A> a lvont:Character ;
    lvont:represents "𩽚"^^xsd:string .

<http://lexvo.org/id/char/29F5B> a lvont:Character ;
    lvont:represents "𩽛"^^xsd:string .

<http://lexvo.org/id/char/29F5C> a lvont:Character ;
    lvont:represents "𩽜"^^xsd:string .

<http://lexvo.org/id/char/29F5D> a lvont:Character ;
    lvont:represents "𩽝"^^xsd:string .

<http://lexvo.org/id/char/29F5E> a lvont:Character ;
    lvont:represents "𩽞"^^xsd:string .

<http://lexvo.org/id/char/29F5F> a lvont:Character ;
    lvont:represents "𩽟"^^xsd:string .

<http://lexvo.org/id/char/29F6> a lvont:Character ;
    lvont:represents "⧶"^^xsd:string ;
    rdfs:comment "SOLIDUS WITH OVERBAR"@en .

<http://lexvo.org/id/char/29F60> a lvont:Character ;
    lvont:represents "𩽠"^^xsd:string .

<http://lexvo.org/id/char/29F61> a lvont:Character ;
    lvont:represents "𩽡"^^xsd:string .

<http://lexvo.org/id/char/29F62> a lvont:Character ;
    lvont:represents "𩽢"^^xsd:string .

<http://lexvo.org/id/char/29F63> a lvont:Character ;
    lvont:represents "𩽣"^^xsd:string .

<http://lexvo.org/id/char/29F64> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/s%E1%BA%A5u>,
        "𩽤"^^xsd:string .

<http://lexvo.org/id/char/29F65> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/l%C6%B0%C6%A1n>,
        "𩽥"^^xsd:string .

<http://lexvo.org/id/char/29F66> a lvont:Character ;
    lvont:represents "𩽦"^^xsd:string .

<http://lexvo.org/id/char/29F67> a lvont:Character ;
    lvont:represents "𩽧"^^xsd:string .

<http://lexvo.org/id/char/29F68> a lvont:Character ;
    lvont:represents "𩽨"^^xsd:string .

<http://lexvo.org/id/char/29F69> a lvont:Character ;
    lvont:represents "𩽩"^^xsd:string .

<http://lexvo.org/id/char/29F6A> a lvont:Character ;
    lvont:represents "𩽪"^^xsd:string .

<http://lexvo.org/id/char/29F6B> a lvont:Character ;
    lvont:represents "𩽫"^^xsd:string .

<http://lexvo.org/id/char/29F6C> a lvont:Character ;
    lvont:represents "𩽬"^^xsd:string .

<http://lexvo.org/id/char/29F6D> a lvont:Character ;
    lvont:represents "𩽭"^^xsd:string .

<http://lexvo.org/id/char/29F6E> a lvont:Character ;
    lvont:represents "𩽮"^^xsd:string .

<http://lexvo.org/id/char/29F6F> a lvont:Character ;
    lvont:represents "𩽯"^^xsd:string .

<http://lexvo.org/id/char/29F7> a lvont:Character ;
    lvont:represents "⧷"^^xsd:string ;
    rdfs:comment "REVERSE SOLIDUS WITH HORIZONTAL STROKE"@en .

<http://lexvo.org/id/char/29F70> a lvont:Character ;
    lvont:represents "𩽰"^^xsd:string .

<http://lexvo.org/id/char/29F71> a lvont:Character ;
    lvont:represents "𩽱"^^xsd:string .

<http://lexvo.org/id/char/29F72> a lvont:Character ;
    lvont:represents "𩽲"^^xsd:string .

<http://lexvo.org/id/char/29F73> a lvont:Character ;
    lvont:represents "𩽳"^^xsd:string .

<http://lexvo.org/id/char/29F74> a lvont:Character ;
    lvont:represents "𩽴"^^xsd:string .

<http://lexvo.org/id/char/29F75> a lvont:Character ;
    lvont:represents "𩽵"^^xsd:string .

<http://lexvo.org/id/char/29F76> a lvont:Character ;
    lvont:represents "𩽶"^^xsd:string .

<http://lexvo.org/id/char/29F77> a lvont:Character ;
    lvont:represents "𩽷"^^xsd:string .

<http://lexvo.org/id/char/29F78> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/nheo>,
        "𩽸"^^xsd:string .

<http://lexvo.org/id/char/29F79> a lvont:Character ;
    lvont:represents "𩽹"^^xsd:string .

<http://lexvo.org/id/char/29F7A> a lvont:Character ;
    lvont:represents "𩽺"^^xsd:string .

<http://lexvo.org/id/char/29F7B> a lvont:Character ;
    lvont:represents "𩽻"^^xsd:string .

<http://lexvo.org/id/char/29F7C> a lvont:Character ;
    lvont:represents "𩽼"^^xsd:string .

<http://lexvo.org/id/char/29F7D> a lvont:Character ;
    lvont:represents "𩽽"^^xsd:string .

<http://lexvo.org/id/char/29F7E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C4%81n>,
        "𩽾"^^xsd:string .

<http://lexvo.org/id/char/29F7F> a lvont:Character ;
    lvont:represents "𩽿"^^xsd:string .

<http://lexvo.org/id/char/29F8> a lvont:Character ;
    lvont:represents "⧸"^^xsd:string ;
    rdfs:comment "BIG SOLIDUS"@en .

<http://lexvo.org/id/char/29F80> a lvont:Character ;
    lvont:represents "𩾀"^^xsd:string .

<http://lexvo.org/id/char/29F81> a lvont:Character ;
    lvont:represents "𩾁"^^xsd:string .

<http://lexvo.org/id/char/29F82> a lvont:Character ;
    lvont:represents "𩾂"^^xsd:string .

<http://lexvo.org/id/char/29F83> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/mi%C7%8En>,
        "𩾃"^^xsd:string .

<http://lexvo.org/id/char/29F84> a lvont:Character ;
    lvont:represents "𩾄"^^xsd:string .

<http://lexvo.org/id/char/29F85> a lvont:Character ;
    lvont:represents "𩾅"^^xsd:string .

<http://lexvo.org/id/char/29F86> a lvont:Character ;
    lvont:represents "𩾆"^^xsd:string .

<http://lexvo.org/id/char/29F87> a lvont:Character ;
    lvont:represents "𩾇"^^xsd:string .

<http://lexvo.org/id/char/29F88> a lvont:Character ;
    lvont:represents "𩾈"^^xsd:string .

<http://lexvo.org/id/char/29F89> a lvont:Character ;
    lvont:represents "𩾉"^^xsd:string .

<http://lexvo.org/id/char/29F8A> a lvont:Character ;
    lvont:represents "𩾊"^^xsd:string .

<http://lexvo.org/id/char/29F8B> a lvont:Character ;
    lvont:represents "𩾋"^^xsd:string .

<http://lexvo.org/id/char/29F8C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C4%81ng>,
        "𩾌"^^xsd:string .

<http://lexvo.org/id/char/29F8D> a lvont:Character ;
    lvont:represents "𩾍"^^xsd:string .

<http://lexvo.org/id/char/29F8E> a lvont:Character ;
    lvont:represents "𩾎"^^xsd:string .

<http://lexvo.org/id/char/29F8F> a lvont:Character ;
    lvont:represents "𩾏"^^xsd:string .

<http://lexvo.org/id/char/29F9> a lvont:Character ;
    lvont:represents "⧹"^^xsd:string ;
    rdfs:comment "BIG REVERSE SOLIDUS"@en .

<http://lexvo.org/id/char/29F90> a lvont:Character ;
    lvont:represents "𩾐"^^xsd:string .

<http://lexvo.org/id/char/29F91> a lvont:Character ;
    lvont:represents "𩾑"^^xsd:string .

<http://lexvo.org/id/char/29F92> a lvont:Character ;
    lvont:represents "𩾒"^^xsd:string .

<http://lexvo.org/id/char/29F93> a lvont:Character ;
    lvont:represents "𩾓"^^xsd:string .

<http://lexvo.org/id/char/29F94> a lvont:Character ;
    lvont:represents "𩾔"^^xsd:string .

<http://lexvo.org/id/char/29F95> a lvont:Character ;
    lvont:represents "𩾕"^^xsd:string .

<http://lexvo.org/id/char/29F96> a lvont:Character ;
    lvont:represents "𩾖"^^xsd:string .

<http://lexvo.org/id/char/29F97> a lvont:Character ;
    lvont:represents "𩾗"^^xsd:string .

<http://lexvo.org/id/char/29F98> a lvont:Character ;
    lvont:represents "𩾘"^^xsd:string .

<http://lexvo.org/id/char/29F99> a lvont:Character ;
    lvont:represents "𩾙"^^xsd:string .

<http://lexvo.org/id/char/29F9A> a lvont:Character ;
    lvont:represents "𩾚"^^xsd:string .

<http://lexvo.org/id/char/29F9B> a lvont:Character ;
    lvont:represents "𩾛"^^xsd:string .

<http://lexvo.org/id/char/29F9C> a lvont:Character ;
    lvont:represents "𩾜"^^xsd:string .

<http://lexvo.org/id/char/29F9D> a lvont:Character ;
    lvont:represents "𩾝"^^xsd:string .

<http://lexvo.org/id/char/29F9E> a lvont:Character ;
    lvont:represents "𩾞"^^xsd:string .

<http://lexvo.org/id/char/29F9F> a lvont:Character ;
    lvont:represents "𩾟"^^xsd:string .

<http://lexvo.org/id/char/29FA> a lvont:Character ;
    lvont:represents "⧺"^^xsd:string ;
    rdfs:comment "DOUBLE PLUS"@en .

<http://lexvo.org/id/char/29FA0> a lvont:Character ;
    lvont:represents "𩾠"^^xsd:string .

<http://lexvo.org/id/char/29FA1> a lvont:Character ;
    lvont:represents "𩾡"^^xsd:string .

<http://lexvo.org/id/char/29FA2> a lvont:Character ;
    lvont:represents "𩾢"^^xsd:string .

<http://lexvo.org/id/char/29FA3> a lvont:Character ;
    lvont:represents "𩾣"^^xsd:string .

<http://lexvo.org/id/char/29FA4> a lvont:Character ;
    lvont:represents "𩾤"^^xsd:string .

<http://lexvo.org/id/char/29FA5> a lvont:Character ;
    lvont:represents "𩾥"^^xsd:string .

<http://lexvo.org/id/char/29FA6> a lvont:Character ;
    lvont:represents "𩾦"^^xsd:string .

<http://lexvo.org/id/char/29FA7> a lvont:Character ;
    lvont:represents "𩾧"^^xsd:string .

<http://lexvo.org/id/char/29FA8> a lvont:Character ;
    lvont:represents "𩾨"^^xsd:string .

<http://lexvo.org/id/char/29FA9> a lvont:Character ;
    lvont:represents "𩾩"^^xsd:string .

<http://lexvo.org/id/char/29FAA> a lvont:Character ;
    lvont:represents "𩾪"^^xsd:string .

<http://lexvo.org/id/char/29FAB> a lvont:Character ;
    lvont:represents "𩾫"^^xsd:string .

<http://lexvo.org/id/char/29FAC> a lvont:Character ;
    lvont:represents "𩾬"^^xsd:string .

<http://lexvo.org/id/char/29FAD> a lvont:Character ;
    lvont:represents "𩾭"^^xsd:string .

<http://lexvo.org/id/char/29FAE> a lvont:Character ;
    lvont:represents "𩾮"^^xsd:string .

<http://lexvo.org/id/char/29FAF> a lvont:Character ;
    lvont:represents "𩾯"^^xsd:string .

<http://lexvo.org/id/char/29FB> a lvont:Character ;
    lvont:represents "⧻"^^xsd:string ;
    rdfs:comment "TRIPLE PLUS"@en .

<http://lexvo.org/id/char/29FB0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/tr%C4%A9>,
        "𩾰"^^xsd:string .

<http://lexvo.org/id/char/29FB1> a lvont:Character ;
    lvont:represents "𩾱"^^xsd:string .

<http://lexvo.org/id/char/29FB2> a lvont:Character ;
    lvont:represents "𩾲"^^xsd:string .

<http://lexvo.org/id/char/29FB3> a lvont:Character ;
    lvont:represents "𩾳"^^xsd:string .

<http://lexvo.org/id/char/29FB4> a lvont:Character ;
    lvont:represents "𩾴"^^xsd:string .

<http://lexvo.org/id/char/29FB5> a lvont:Character ;
    lvont:represents "𩾵"^^xsd:string .

<http://lexvo.org/id/char/29FB6> a lvont:Character ;
    lvont:represents "𩾶"^^xsd:string .

<http://lexvo.org/id/char/29FB7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/qu%E1%BA%A1>,
        "𩾷"^^xsd:string .

<http://lexvo.org/id/char/29FB8> a lvont:Character ;
    lvont:represents "𩾸"^^xsd:string .

<http://lexvo.org/id/char/29FB9> a lvont:Character ;
    lvont:represents "𩾹"^^xsd:string .

<http://lexvo.org/id/char/29FBA> a lvont:Character ;
    lvont:represents "𩾺"^^xsd:string .

<http://lexvo.org/id/char/29FBB> a lvont:Character ;
    lvont:represents "𩾻"^^xsd:string .

<http://lexvo.org/id/char/29FBC> a lvont:Character ;
    lvont:represents "𩾼"^^xsd:string .

<http://lexvo.org/id/char/29FBD> a lvont:Character ;
    lvont:represents "𩾽"^^xsd:string .

<http://lexvo.org/id/char/29FBE> a lvont:Character ;
    lvont:represents "𩾾"^^xsd:string .

<http://lexvo.org/id/char/29FBF> a lvont:Character ;
    lvont:represents "𩾿"^^xsd:string .

<http://lexvo.org/id/char/29FC> a lvont:Character ;
    lvont:represents "⧼"^^xsd:string ;
    rdfs:comment "LEFT-POINTING CURVED ANGLE BRACKET"@en .

<http://lexvo.org/id/char/29FC0> a lvont:Character ;
    lvont:represents "𩿀"^^xsd:string .

<http://lexvo.org/id/char/29FC1> a lvont:Character ;
    lvont:represents "𩿁"^^xsd:string .

<http://lexvo.org/id/char/29FC2> a lvont:Character ;
    lvont:represents "𩿂"^^xsd:string .

<http://lexvo.org/id/char/29FC3> a lvont:Character ;
    lvont:represents "𩿃"^^xsd:string .

<http://lexvo.org/id/char/29FC4> a lvont:Character ;
    lvont:represents "𩿄"^^xsd:string .

<http://lexvo.org/id/char/29FC5> a lvont:Character ;
    lvont:represents "𩿅"^^xsd:string .

<http://lexvo.org/id/char/29FC6> a lvont:Character ;
    lvont:represents "𩿆"^^xsd:string .

<http://lexvo.org/id/char/29FC7> a lvont:Character ;
    lvont:represents "𩿇"^^xsd:string .

<http://lexvo.org/id/char/29FC8> a lvont:Character ;
    lvont:represents "𩿈"^^xsd:string .

<http://lexvo.org/id/char/29FC9> a lvont:Character ;
    lvont:represents "𩿉"^^xsd:string .

<http://lexvo.org/id/char/29FCA> a lvont:Character ;
    lvont:represents "𩿊"^^xsd:string .

<http://lexvo.org/id/char/29FCB> a lvont:Character ;
    lvont:represents "𩿋"^^xsd:string .

<http://lexvo.org/id/char/29FCC> a lvont:Character ;
    lvont:represents "𩿌"^^xsd:string .

<http://lexvo.org/id/char/29FCD> a lvont:Character ;
    lvont:represents "𩿍"^^xsd:string .

<http://lexvo.org/id/char/29FCE> a lvont:Character ;
    lvont:represents "𩿎"^^xsd:string .

<http://lexvo.org/id/char/29FCF> a lvont:Character ;
    lvont:represents "𩿏"^^xsd:string .

<http://lexvo.org/id/char/29FD> a lvont:Character ;
    lvont:represents "⧽"^^xsd:string ;
    rdfs:comment "RIGHT-POINTING CURVED ANGLE BRACKET"@en .

<http://lexvo.org/id/char/29FD0> a lvont:Character ;
    lvont:represents "𩿐"^^xsd:string .

<http://lexvo.org/id/char/29FD1> a lvont:Character ;
    lvont:represents "𩿑"^^xsd:string .

<http://lexvo.org/id/char/29FD2> a lvont:Character ;
    lvont:represents "𩿒"^^xsd:string .

<http://lexvo.org/id/char/29FD3> a lvont:Character ;
    lvont:represents "𩿓"^^xsd:string .

<http://lexvo.org/id/char/29FD4> a lvont:Character ;
    lvont:represents "𩿔"^^xsd:string .

<http://lexvo.org/id/char/29FD5> a lvont:Character ;
    lvont:represents "𩿕"^^xsd:string .

<http://lexvo.org/id/char/29FD6> a lvont:Character ;
    lvont:represents "𩿖"^^xsd:string .

<http://lexvo.org/id/char/29FD7> a lvont:Character ;
    lvont:represents "𩿗"^^xsd:string .

<http://lexvo.org/id/char/29FD8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/m%C3%A0o>,
        "𩿘"^^xsd:string .

<http://lexvo.org/id/char/29FD9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/qu%E1%BA%A1>,
        "𩿙"^^xsd:string .

<http://lexvo.org/id/char/29FDA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/kh%C6%B0%E1%BB%9Bu>,
        "𩿚"^^xsd:string .

<http://lexvo.org/id/char/29FDB> a lvont:Character ;
    lvont:represents "𩿛"^^xsd:string .

<http://lexvo.org/id/char/29FDC> a lvont:Character ;
    lvont:represents "𩿜"^^xsd:string .

<http://lexvo.org/id/char/29FDD> a lvont:Character ;
    lvont:represents "𩿝"^^xsd:string .

<http://lexvo.org/id/char/29FDE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/caa4>,
        <http://lexvo.org/id/term/yue/%F0%A9%BF%9E>,
        "𩿞"^^xsd:string .

<http://lexvo.org/id/char/29FDF> a lvont:Character ;
    lvont:represents "𩿟"^^xsd:string .

<http://lexvo.org/id/char/29FE> a lvont:Character ;
    lvont:represents "⧾"^^xsd:string ;
    rdfs:comment "TINY"@en .

<http://lexvo.org/id/char/29FE0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/v%E1%BA%B9t>,
        "𩿠"^^xsd:string .

<http://lexvo.org/id/char/29FE1> a lvont:Character ;
    lvont:represents "𩿡"^^xsd:string .

<http://lexvo.org/id/char/29FE2> a lvont:Character ;
    lvont:represents "𩿢"^^xsd:string .

<http://lexvo.org/id/char/29FE3> a lvont:Character ;
    lvont:represents "𩿣"^^xsd:string .

<http://lexvo.org/id/char/29FE4> a lvont:Character ;
    lvont:represents "𩿤"^^xsd:string .

<http://lexvo.org/id/char/29FE5> a lvont:Character ;
    lvont:represents "𩿥"^^xsd:string .

<http://lexvo.org/id/char/29FE6> a lvont:Character ;
    lvont:represents "𩿦"^^xsd:string .

<http://lexvo.org/id/char/29FE7> a lvont:Character ;
    lvont:represents "𩿧"^^xsd:string .

<http://lexvo.org/id/char/29FE8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/kh%C6%B0%E1%BB%9Bu>,
        "𩿨"^^xsd:string .

<http://lexvo.org/id/char/29FE9> a lvont:Character ;
    lvont:represents "𩿩"^^xsd:string .

<http://lexvo.org/id/char/29FEA> a lvont:Character ;
    lvont:represents "𩿪"^^xsd:string .

<http://lexvo.org/id/char/29FEB> a lvont:Character ;
    lvont:represents "𩿫"^^xsd:string .

<http://lexvo.org/id/char/29FEC> a lvont:Character ;
    lvont:represents "𩿬"^^xsd:string .

<http://lexvo.org/id/char/29FED> a lvont:Character ;
    lvont:represents "𩿭"^^xsd:string .

<http://lexvo.org/id/char/29FEE> a lvont:Character ;
    lvont:represents "𩿮"^^xsd:string .

<http://lexvo.org/id/char/29FEF> a lvont:Character ;
    lvont:represents "𩿯"^^xsd:string .

<http://lexvo.org/id/char/29FF> a lvont:Character ;
    lvont:represents "⧿"^^xsd:string ;
    rdfs:comment "MINY"@en .

<http://lexvo.org/id/char/29FF0> a lvont:Character ;
    lvont:represents "𩿰"^^xsd:string .

<http://lexvo.org/id/char/29FF1> a lvont:Character ;
    lvont:represents "𩿱"^^xsd:string .

<http://lexvo.org/id/char/29FF2> a lvont:Character ;
    lvont:represents "𩿲"^^xsd:string .

<http://lexvo.org/id/char/29FF3> a lvont:Character ;
    lvont:represents "𩿳"^^xsd:string .

<http://lexvo.org/id/char/29FF4> a lvont:Character ;
    lvont:represents "𩿴"^^xsd:string .

<http://lexvo.org/id/char/29FF5> a lvont:Character ;
    lvont:represents "𩿵"^^xsd:string .

<http://lexvo.org/id/char/29FF6> a lvont:Character ;
    lvont:represents "𩿶"^^xsd:string .

<http://lexvo.org/id/char/29FF7> a lvont:Character ;
    lvont:represents "𩿷"^^xsd:string .

<http://lexvo.org/id/char/29FF8> a lvont:Character ;
    lvont:represents "𩿸"^^xsd:string .

<http://lexvo.org/id/char/29FF9> a lvont:Character ;
    lvont:represents "𩿹"^^xsd:string .

<http://lexvo.org/id/char/29FFA> a lvont:Character ;
    lvont:represents "𩿺"^^xsd:string .

<http://lexvo.org/id/char/29FFB> a lvont:Character ;
    lvont:represents "𩿻"^^xsd:string .

<http://lexvo.org/id/char/29FFC> a lvont:Character ;
    lvont:represents "𩿼"^^xsd:string .

<http://lexvo.org/id/char/29FFD> a lvont:Character ;
    lvont:represents "𩿽"^^xsd:string .

<http://lexvo.org/id/char/29FFE> a lvont:Character ;
    lvont:represents "𩿾"^^xsd:string .

<http://lexvo.org/id/char/29FFF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%BA>,
        "𩿿"^^xsd:string .

<http://lexvo.org/id/char/2A00> a lvont:Character ;
    lvont:represents "⨀"^^xsd:string ;
    rdfs:comment "N-ARY CIRCLED DOT OPERATOR"@en .

<http://lexvo.org/id/char/2A000> a lvont:Character ;
    lvont:represents "𪀀"^^xsd:string .

<http://lexvo.org/id/char/2A001> a lvont:Character ;
    lvont:represents "𪀁"^^xsd:string .

<http://lexvo.org/id/char/2A002> a lvont:Character ;
    lvont:represents "𪀂"^^xsd:string .

<http://lexvo.org/id/char/2A003> a lvont:Character ;
    lvont:represents "𪀃"^^xsd:string .

<http://lexvo.org/id/char/2A004> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/chim>,
        "𪀄"^^xsd:string .

<http://lexvo.org/id/char/2A005> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/qu%E1%BA%A1>,
        "𪀅"^^xsd:string .

<http://lexvo.org/id/char/2A006> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/s%E1%BA%BB>,
        "𪀆"^^xsd:string .

<http://lexvo.org/id/char/2A007> a lvont:Character ;
    lvont:represents "𪀇"^^xsd:string .

<http://lexvo.org/id/char/2A008> a lvont:Character ;
    lvont:represents "𪀈"^^xsd:string .

<http://lexvo.org/id/char/2A009> a lvont:Character ;
    lvont:represents "𪀉"^^xsd:string .

<http://lexvo.org/id/char/2A00A> a lvont:Character ;
    lvont:represents "𪀊"^^xsd:string .

<http://lexvo.org/id/char/2A00B> a lvont:Character ;
    lvont:represents "𪀋"^^xsd:string .

<http://lexvo.org/id/char/2A00C> a lvont:Character ;
    lvont:represents "𪀌"^^xsd:string .

<http://lexvo.org/id/char/2A00D> a lvont:Character ;
    lvont:represents "𪀍"^^xsd:string .

<http://lexvo.org/id/char/2A00E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/s%E1%BA%A3>,
        "𪀎"^^xsd:string .

<http://lexvo.org/id/char/2A00F> a lvont:Character ;
    lvont:represents "𪀏"^^xsd:string .

<http://lexvo.org/id/char/2A01> a lvont:Character ;
    lvont:represents "⨁"^^xsd:string ;
    rdfs:comment "N-ARY CIRCLED PLUS OPERATOR"@en .

<http://lexvo.org/id/char/2A010> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/b%E1%BB%8Bp>,
        "𪀐"^^xsd:string .

<http://lexvo.org/id/char/2A011> a lvont:Character ;
    lvont:represents "𪀑"^^xsd:string .

<http://lexvo.org/id/char/2A012> a lvont:Character ;
    lvont:represents "𪀒"^^xsd:string ;
    rdfs:comment "variant of 鴟 U+9D1F, a kite (bird)"@en .

<http://lexvo.org/id/char/2A013> a lvont:Character ;
    lvont:represents "𪀓"^^xsd:string .

<http://lexvo.org/id/char/2A014> a lvont:Character ;
    lvont:represents "𪀔"^^xsd:string .

<http://lexvo.org/id/char/2A015> a lvont:Character ;
    lvont:represents "𪀕"^^xsd:string .

<http://lexvo.org/id/char/2A016> a lvont:Character ;
    lvont:represents "𪀖"^^xsd:string .

<http://lexvo.org/id/char/2A017> a lvont:Character ;
    lvont:represents "𪀗"^^xsd:string .

<http://lexvo.org/id/char/2A018> a lvont:Character ;
    lvont:represents "𪀘"^^xsd:string .

<http://lexvo.org/id/char/2A019> a lvont:Character ;
    lvont:represents "𪀙"^^xsd:string .

<http://lexvo.org/id/char/2A01A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/nh%E1%BB%93ng>,
        "𪀚"^^xsd:string .

<http://lexvo.org/id/char/2A01B> a lvont:Character ;
    lvont:represents "𪀛"^^xsd:string .

<http://lexvo.org/id/char/2A01C> a lvont:Character ;
    lvont:represents "𪀜"^^xsd:string .

<http://lexvo.org/id/char/2A01D> a lvont:Character ;
    lvont:represents "𪀝"^^xsd:string .

<http://lexvo.org/id/char/2A01E> a lvont:Character ;
    lvont:represents "𪀞"^^xsd:string .

<http://lexvo.org/id/char/2A01F> a lvont:Character ;
    lvont:represents "𪀟"^^xsd:string .

<http://lexvo.org/id/char/2A02> a lvont:Character ;
    lvont:represents "⨂"^^xsd:string ;
    rdfs:comment "N-ARY CIRCLED TIMES OPERATOR"@en .

<http://lexvo.org/id/char/2A020> a lvont:Character ;
    lvont:represents "𪀠"^^xsd:string .

<http://lexvo.org/id/char/2A021> a lvont:Character ;
    lvont:represents "𪀡"^^xsd:string .

<http://lexvo.org/id/char/2A022> a lvont:Character ;
    lvont:represents "𪀢"^^xsd:string .

<http://lexvo.org/id/char/2A023> a lvont:Character ;
    lvont:represents "𪀣"^^xsd:string .

<http://lexvo.org/id/char/2A024> a lvont:Character ;
    lvont:represents "𪀤"^^xsd:string .

<http://lexvo.org/id/char/2A025> a lvont:Character ;
    lvont:represents "𪀥"^^xsd:string .

<http://lexvo.org/id/char/2A026> a lvont:Character ;
    lvont:represents "𪀦"^^xsd:string .

<http://lexvo.org/id/char/2A027> a lvont:Character ;
    lvont:represents "𪀧"^^xsd:string .

<http://lexvo.org/id/char/2A028> a lvont:Character ;
    lvont:represents "𪀨"^^xsd:string .

<http://lexvo.org/id/char/2A029> a lvont:Character ;
    lvont:represents "𪀩"^^xsd:string .

<http://lexvo.org/id/char/2A02A> a lvont:Character ;
    lvont:represents "𪀪"^^xsd:string .

<http://lexvo.org/id/char/2A02B> a lvont:Character ;
    lvont:represents "𪀫"^^xsd:string .

<http://lexvo.org/id/char/2A02C> a lvont:Character ;
    lvont:represents "𪀬"^^xsd:string .

<http://lexvo.org/id/char/2A02D> a lvont:Character ;
    lvont:represents "𪀭"^^xsd:string .

<http://lexvo.org/id/char/2A02E> a lvont:Character ;
    lvont:represents "𪀮"^^xsd:string .

<http://lexvo.org/id/char/2A02F> a lvont:Character ;
    lvont:represents "𪀯"^^xsd:string .

<http://lexvo.org/id/char/2A03> a lvont:Character ;
    lvont:represents "⨃"^^xsd:string ;
    rdfs:comment "N-ARY UNION OPERATOR WITH DOT"@en .

<http://lexvo.org/id/char/2A030> a lvont:Character ;
    lvont:represents "𪀰"^^xsd:string .

<http://lexvo.org/id/char/2A031> a lvont:Character ;
    lvont:represents "𪀱"^^xsd:string .

<http://lexvo.org/id/char/2A032> a lvont:Character ;
    lvont:represents "𪀲"^^xsd:string .

<http://lexvo.org/id/char/2A033> a lvont:Character ;
    lvont:represents "𪀳"^^xsd:string .

<http://lexvo.org/id/char/2A034> a lvont:Character ;
    lvont:represents "𪀴"^^xsd:string .

<http://lexvo.org/id/char/2A035> a lvont:Character ;
    lvont:represents "𪀵"^^xsd:string .

<http://lexvo.org/id/char/2A036> a lvont:Character ;
    lvont:represents "𪀶"^^xsd:string .

<http://lexvo.org/id/char/2A037> a lvont:Character ;
    lvont:represents "𪀷"^^xsd:string .

<http://lexvo.org/id/char/2A038> a lvont:Character ;
    lvont:represents "𪀸"^^xsd:string .

<http://lexvo.org/id/char/2A039> a lvont:Character ;
    lvont:represents "𪀹"^^xsd:string .

<http://lexvo.org/id/char/2A03A> a lvont:Character ;
    lvont:represents "𪀺"^^xsd:string .

<http://lexvo.org/id/char/2A03B> a lvont:Character ;
    lvont:represents "𪀻"^^xsd:string .

<http://lexvo.org/id/char/2A03C> a lvont:Character ;
    lvont:represents "𪀼"^^xsd:string .

<http://lexvo.org/id/char/2A03D> a lvont:Character ;
    lvont:represents "𪀽"^^xsd:string .

<http://lexvo.org/id/char/2A03E> a lvont:Character ;
    lvont:represents "𪀾"^^xsd:string .

<http://lexvo.org/id/char/2A03F> a lvont:Character ;
    lvont:represents "𪀿"^^xsd:string .

<http://lexvo.org/id/char/2A04> a lvont:Character ;
    lvont:represents "⨄"^^xsd:string ;
    rdfs:comment "N-ARY UNION OPERATOR WITH PLUS"@en .

<http://lexvo.org/id/char/2A040> a lvont:Character ;
    lvont:represents "𪁀"^^xsd:string .

<http://lexvo.org/id/char/2A041> a lvont:Character ;
    lvont:represents "𪁁"^^xsd:string .

<http://lexvo.org/id/char/2A042> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/di%E1%BB%87c>,
        "𪁂"^^xsd:string .

<http://lexvo.org/id/char/2A043> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/chi%E1%BB%87n>,
        "𪁃"^^xsd:string .

<http://lexvo.org/id/char/2A044> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/k%C3%A9t>,
        "𪁄"^^xsd:string .

<http://lexvo.org/id/char/2A045> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/s%E1%BA%AFc>,
        "𪁅"^^xsd:string .

<http://lexvo.org/id/char/2A046> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/h%C3%A2u>,
        "𪁆"^^xsd:string .

<http://lexvo.org/id/char/2A047> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/s%E1%BB%91ng>,
        "𪁇"^^xsd:string .

<http://lexvo.org/id/char/2A048> a lvont:Character ;
    lvont:represents "𪁈"^^xsd:string .

<http://lexvo.org/id/char/2A049> a lvont:Character ;
    lvont:represents "𪁉"^^xsd:string .

<http://lexvo.org/id/char/2A04A> a lvont:Character ;
    lvont:represents "𪁊"^^xsd:string .

<http://lexvo.org/id/char/2A04B> a lvont:Character ;
    lvont:represents "𪁋"^^xsd:string .

<http://lexvo.org/id/char/2A04C> a lvont:Character ;
    lvont:represents "𪁌"^^xsd:string .

<http://lexvo.org/id/char/2A04D> a lvont:Character ;
    lvont:represents "𪁍"^^xsd:string .

<http://lexvo.org/id/char/2A04E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/s%C3%A1o>,
        "𪁎"^^xsd:string .

<http://lexvo.org/id/char/2A04F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%A9n>,
        "𪁏"^^xsd:string .

<http://lexvo.org/id/char/2A05> a lvont:Character ;
    lvont:represents "⨅"^^xsd:string ;
    rdfs:comment "N-ARY SQUARE INTERSECTION OPERATOR"@en .

<http://lexvo.org/id/char/2A050> a lvont:Character ;
    lvont:represents "𪁐"^^xsd:string .

<http://lexvo.org/id/char/2A051> a lvont:Character ;
    lvont:represents "𪁑"^^xsd:string .

<http://lexvo.org/id/char/2A052> a lvont:Character ;
    lvont:represents "𪁒"^^xsd:string .

<http://lexvo.org/id/char/2A053> a lvont:Character ;
    lvont:represents "𪁓"^^xsd:string .

<http://lexvo.org/id/char/2A054> a lvont:Character ;
    lvont:represents "𪁔"^^xsd:string .

<http://lexvo.org/id/char/2A055> a lvont:Character ;
    lvont:represents "𪁕"^^xsd:string .

<http://lexvo.org/id/char/2A056> a lvont:Character ;
    lvont:represents "𪁖"^^xsd:string .

<http://lexvo.org/id/char/2A057> a lvont:Character ;
    lvont:represents "𪁗"^^xsd:string .

<http://lexvo.org/id/char/2A058> a lvont:Character ;
    lvont:represents "𪁘"^^xsd:string .

<http://lexvo.org/id/char/2A059> a lvont:Character ;
    lvont:represents "𪁙"^^xsd:string .

<http://lexvo.org/id/char/2A05A> a lvont:Character ;
    lvont:represents "𪁚"^^xsd:string .

<http://lexvo.org/id/char/2A05B> a lvont:Character ;
    lvont:represents "𪁛"^^xsd:string .

<http://lexvo.org/id/char/2A05C> a lvont:Character ;
    lvont:represents "𪁜"^^xsd:string .

<http://lexvo.org/id/char/2A05D> a lvont:Character ;
    lvont:represents "𪁝"^^xsd:string .

<http://lexvo.org/id/char/2A05E> a lvont:Character ;
    lvont:represents "𪁞"^^xsd:string .

<http://lexvo.org/id/char/2A05F> a lvont:Character ;
    lvont:represents "𪁟"^^xsd:string .

<http://lexvo.org/id/char/2A06> a lvont:Character ;
    lvont:represents "⨆"^^xsd:string ;
    rdfs:comment "N-ARY SQUARE UNION OPERATOR"@en .

<http://lexvo.org/id/char/2A060> a lvont:Character ;
    lvont:represents "𪁠"^^xsd:string .

<http://lexvo.org/id/char/2A061> a lvont:Character ;
    lvont:represents "𪁡"^^xsd:string .

<http://lexvo.org/id/char/2A062> a lvont:Character ;
    lvont:represents "𪁢"^^xsd:string .

<http://lexvo.org/id/char/2A063> a lvont:Character ;
    lvont:represents "𪁣"^^xsd:string .

<http://lexvo.org/id/char/2A064> a lvont:Character ;
    lvont:represents "𪁤"^^xsd:string .

<http://lexvo.org/id/char/2A065> a lvont:Character ;
    lvont:represents "𪁥"^^xsd:string .

<http://lexvo.org/id/char/2A066> a lvont:Character ;
    lvont:represents "𪁦"^^xsd:string .

<http://lexvo.org/id/char/2A067> a lvont:Character ;
    lvont:represents "𪁧"^^xsd:string .

<http://lexvo.org/id/char/2A068> a lvont:Character ;
    lvont:represents "𪁨"^^xsd:string .

<http://lexvo.org/id/char/2A069> a lvont:Character ;
    lvont:represents "𪁩"^^xsd:string .

<http://lexvo.org/id/char/2A06A> a lvont:Character ;
    lvont:represents "𪁪"^^xsd:string .

<http://lexvo.org/id/char/2A06B> a lvont:Character ;
    lvont:represents "𪁫"^^xsd:string .

<http://lexvo.org/id/char/2A06C> a lvont:Character ;
    lvont:represents "𪁬"^^xsd:string .

<http://lexvo.org/id/char/2A06D> a lvont:Character ;
    lvont:represents "𪁭"^^xsd:string .

<http://lexvo.org/id/char/2A06E> a lvont:Character ;
    lvont:represents "𪁮"^^xsd:string .

<http://lexvo.org/id/char/2A06F> a lvont:Character ;
    lvont:represents "𪁯"^^xsd:string .

<http://lexvo.org/id/char/2A07> a lvont:Character ;
    lvont:represents "⨇"^^xsd:string ;
    rdfs:comment "TWO LOGICAL AND OPERATOR"@en .

<http://lexvo.org/id/char/2A070> a lvont:Character ;
    lvont:represents "𪁰"^^xsd:string .

<http://lexvo.org/id/char/2A071> a lvont:Character ;
    lvont:represents "𪁱"^^xsd:string .

<http://lexvo.org/id/char/2A072> a lvont:Character ;
    lvont:represents "𪁲"^^xsd:string .

<http://lexvo.org/id/char/2A073> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/tr%E1%BA%A3>,
        "𪁳"^^xsd:string .

<http://lexvo.org/id/char/2A074> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/c%E1%BB%91c>,
        "𪁴"^^xsd:string .

<http://lexvo.org/id/char/2A075> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/c%E1%BB%91c>,
        "𪁵"^^xsd:string .

<http://lexvo.org/id/char/2A076> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/qu%E1%BA%A1>,
        "𪁶"^^xsd:string .

<http://lexvo.org/id/char/2A077> a lvont:Character ;
    lvont:represents "𪁷"^^xsd:string .

<http://lexvo.org/id/char/2A078> a lvont:Character ;
    lvont:represents "𪁸"^^xsd:string .

<http://lexvo.org/id/char/2A079> a lvont:Character ;
    lvont:represents "𪁹"^^xsd:string .

<http://lexvo.org/id/char/2A07A> a lvont:Character ;
    lvont:represents "𪁺"^^xsd:string .

<http://lexvo.org/id/char/2A07B> a lvont:Character ;
    lvont:represents "𪁻"^^xsd:string .

<http://lexvo.org/id/char/2A07C> a lvont:Character ;
    lvont:represents "𪁼"^^xsd:string .

<http://lexvo.org/id/char/2A07D> a lvont:Character ;
    lvont:represents "𪁽"^^xsd:string .

<http://lexvo.org/id/char/2A07E> a lvont:Character ;
    lvont:represents "𪁾"^^xsd:string .

<http://lexvo.org/id/char/2A07F> a lvont:Character ;
    lvont:represents "𪁿"^^xsd:string .

<http://lexvo.org/id/char/2A08> a lvont:Character ;
    lvont:represents "⨈"^^xsd:string ;
    rdfs:comment "TWO LOGICAL OR OPERATOR"@en .

<http://lexvo.org/id/char/2A080> a lvont:Character ;
    lvont:represents "𪂀"^^xsd:string .

<http://lexvo.org/id/char/2A081> a lvont:Character ;
    lvont:represents "𪂁"^^xsd:string .

<http://lexvo.org/id/char/2A082> a lvont:Character ;
    lvont:represents "𪂂"^^xsd:string .

<http://lexvo.org/id/char/2A083> a lvont:Character ;
    lvont:represents "𪂃"^^xsd:string .

<http://lexvo.org/id/char/2A084> a lvont:Character ;
    lvont:represents "𪂄"^^xsd:string .

<http://lexvo.org/id/char/2A085> a lvont:Character ;
    lvont:represents "𪂅"^^xsd:string .

<http://lexvo.org/id/char/2A086> a lvont:Character ;
    lvont:represents "𪂆"^^xsd:string .

<http://lexvo.org/id/char/2A087> a lvont:Character ;
    lvont:represents "𪂇"^^xsd:string .

<http://lexvo.org/id/char/2A088> a lvont:Character ;
    lvont:represents "𪂈"^^xsd:string .

<http://lexvo.org/id/char/2A089> a lvont:Character ;
    lvont:represents "𪂉"^^xsd:string .

<http://lexvo.org/id/char/2A08A> a lvont:Character ;
    lvont:represents "𪂊"^^xsd:string .

<http://lexvo.org/id/char/2A08B> a lvont:Character ;
    lvont:represents "𪂋"^^xsd:string .

<http://lexvo.org/id/char/2A08C> a lvont:Character ;
    lvont:represents "𪂌"^^xsd:string .

<http://lexvo.org/id/char/2A08D> a lvont:Character ;
    lvont:represents "𪂍"^^xsd:string .

<http://lexvo.org/id/char/2A08E> a lvont:Character ;
    lvont:represents "𪂎"^^xsd:string .

<http://lexvo.org/id/char/2A08F> a lvont:Character ;
    lvont:represents "𪂏"^^xsd:string .

<http://lexvo.org/id/char/2A09> a lvont:Character ;
    lvont:represents "⨉"^^xsd:string ;
    rdfs:comment "N-ARY TIMES OPERATOR"@en .

<http://lexvo.org/id/char/2A090> a lvont:Character ;
    lvont:represents "𪂐"^^xsd:string .

<http://lexvo.org/id/char/2A091> a lvont:Character ;
    lvont:represents "𪂑"^^xsd:string .

<http://lexvo.org/id/char/2A092> a lvont:Character ;
    lvont:represents "𪂒"^^xsd:string .

<http://lexvo.org/id/char/2A093> a lvont:Character ;
    lvont:represents "𪂓"^^xsd:string .

<http://lexvo.org/id/char/2A094> a lvont:Character ;
    lvont:represents "𪂔"^^xsd:string .

<http://lexvo.org/id/char/2A095> a lvont:Character ;
    lvont:represents "𪂕"^^xsd:string .

<http://lexvo.org/id/char/2A096> a lvont:Character ;
    lvont:represents "𪂖"^^xsd:string .

<http://lexvo.org/id/char/2A097> a lvont:Character ;
    lvont:represents "𪂗"^^xsd:string .

<http://lexvo.org/id/char/2A098> a lvont:Character ;
    lvont:represents "𪂘"^^xsd:string .

<http://lexvo.org/id/char/2A099> a lvont:Character ;
    lvont:represents "𪂙"^^xsd:string .

<http://lexvo.org/id/char/2A09A> a lvont:Character ;
    lvont:represents "𪂚"^^xsd:string .

<http://lexvo.org/id/char/2A09B> a lvont:Character ;
    lvont:represents "𪂛"^^xsd:string .

<http://lexvo.org/id/char/2A09C> a lvont:Character ;
    lvont:represents "𪂜"^^xsd:string .

<http://lexvo.org/id/char/2A09D> a lvont:Character ;
    lvont:represents "𪂝"^^xsd:string .

<http://lexvo.org/id/char/2A09E> a lvont:Character ;
    lvont:represents "𪂞"^^xsd:string .

<http://lexvo.org/id/char/2A09F> a lvont:Character ;
    lvont:represents "𪂟"^^xsd:string .

<http://lexvo.org/id/char/2A0A> a lvont:Character ;
    lvont:represents "⨊"^^xsd:string ;
    rdfs:comment "MODULO TWO SUM"@en .

<http://lexvo.org/id/char/2A0A0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/qu%E1%BA%A1>,
        "𪂠"^^xsd:string .

<http://lexvo.org/id/char/2A0A1> a lvont:Character ;
    lvont:represents "𪂡"^^xsd:string .

<http://lexvo.org/id/char/2A0A2> a lvont:Character ;
    lvont:represents "𪂢"^^xsd:string .

<http://lexvo.org/id/char/2A0A3> a lvont:Character ;
    lvont:represents "𪂣"^^xsd:string .

<http://lexvo.org/id/char/2A0A4> a lvont:Character ;
    lvont:represents "𪂤"^^xsd:string .

<http://lexvo.org/id/char/2A0A5> a lvont:Character ;
    lvont:represents "𪂥"^^xsd:string .

<http://lexvo.org/id/char/2A0A6> a lvont:Character ;
    lvont:represents "𪂦"^^xsd:string .

<http://lexvo.org/id/char/2A0A7> a lvont:Character ;
    lvont:represents "𪂧"^^xsd:string .

<http://lexvo.org/id/char/2A0A8> a lvont:Character ;
    lvont:represents "𪂨"^^xsd:string .

<http://lexvo.org/id/char/2A0A9> a lvont:Character ;
    lvont:represents "𪂩"^^xsd:string .

<http://lexvo.org/id/char/2A0AA> a lvont:Character ;
    lvont:represents "𪂪"^^xsd:string .

<http://lexvo.org/id/char/2A0AB> a lvont:Character ;
    lvont:represents "𪂫"^^xsd:string .

<http://lexvo.org/id/char/2A0AC> a lvont:Character ;
    lvont:represents "𪂬"^^xsd:string .

<http://lexvo.org/id/char/2A0AD> a lvont:Character ;
    lvont:represents "𪂭"^^xsd:string .

<http://lexvo.org/id/char/2A0AE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/c%C3%B2>,
        "𪂮"^^xsd:string .

<http://lexvo.org/id/char/2A0AF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/g%C3%B4>,
        "𪂯"^^xsd:string .

<http://lexvo.org/id/char/2A0B> a lvont:Character ;
    lvont:represents "⨋"^^xsd:string ;
    rdfs:comment "SUMMATION WITH INTEGRAL"@en .

<http://lexvo.org/id/char/2A0B0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/gi%E1%BA%BB>,
        "𪂰"^^xsd:string .

<http://lexvo.org/id/char/2A0B1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/v%E1%BA%A1c>,
        "𪂱"^^xsd:string .

<http://lexvo.org/id/char/2A0B2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/c%C3%B2>,
        "𪂲"^^xsd:string .

<http://lexvo.org/id/char/2A0B3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/cun>,
        "𪂳"^^xsd:string .

<http://lexvo.org/id/char/2A0B4> a lvont:Character ;
    lvont:represents "𪂴"^^xsd:string .

<http://lexvo.org/id/char/2A0B5> a lvont:Character ;
    lvont:represents "𪂵"^^xsd:string .

<http://lexvo.org/id/char/2A0B6> a lvont:Character ;
    lvont:represents "𪂶"^^xsd:string .

<http://lexvo.org/id/char/2A0B7> a lvont:Character ;
    lvont:represents "𪂷"^^xsd:string .

<http://lexvo.org/id/char/2A0B8> a lvont:Character ;
    lvont:represents "𪂸"^^xsd:string .

<http://lexvo.org/id/char/2A0B9> a lvont:Character ;
    lvont:represents "𪂹"^^xsd:string .

<http://lexvo.org/id/char/2A0BA> a lvont:Character ;
    lvont:represents "𪂺"^^xsd:string .

<http://lexvo.org/id/char/2A0BB> a lvont:Character ;
    lvont:represents "𪂻"^^xsd:string .

<http://lexvo.org/id/char/2A0BC> a lvont:Character ;
    lvont:represents "𪂼"^^xsd:string .

<http://lexvo.org/id/char/2A0BD> a lvont:Character ;
    lvont:represents "𪂽"^^xsd:string .

<http://lexvo.org/id/char/2A0BE> a lvont:Character ;
    lvont:represents "𪂾"^^xsd:string .

<http://lexvo.org/id/char/2A0BF> a lvont:Character ;
    lvont:represents "𪂿"^^xsd:string .

<http://lexvo.org/id/char/2A0C> a lvont:Character ;
    lvont:represents "⨌"^^xsd:string ;
    rdfs:comment "QUADRUPLE INTEGRAL OPERATOR"@en .

<http://lexvo.org/id/char/2A0C0> a lvont:Character ;
    lvont:represents "𪃀"^^xsd:string .

<http://lexvo.org/id/char/2A0C1> a lvont:Character ;
    lvont:represents "𪃁"^^xsd:string .

<http://lexvo.org/id/char/2A0C2> a lvont:Character ;
    lvont:represents "𪃂"^^xsd:string .

<http://lexvo.org/id/char/2A0C3> a lvont:Character ;
    lvont:represents "𪃃"^^xsd:string .

<http://lexvo.org/id/char/2A0C4> a lvont:Character ;
    lvont:represents "𪃄"^^xsd:string .

<http://lexvo.org/id/char/2A0C5> a lvont:Character ;
    lvont:represents "𪃅"^^xsd:string .

<http://lexvo.org/id/char/2A0C6> a lvont:Character ;
    lvont:represents "𪃆"^^xsd:string .

<http://lexvo.org/id/char/2A0C7> a lvont:Character ;
    lvont:represents "𪃇"^^xsd:string .

<http://lexvo.org/id/char/2A0C8> a lvont:Character ;
    lvont:represents "𪃈"^^xsd:string .

<http://lexvo.org/id/char/2A0C9> a lvont:Character ;
    lvont:represents "𪃉"^^xsd:string .

<http://lexvo.org/id/char/2A0CA> a lvont:Character ;
    lvont:represents "𪃊"^^xsd:string .

<http://lexvo.org/id/char/2A0CB> a lvont:Character ;
    lvont:represents "𪃋"^^xsd:string .

<http://lexvo.org/id/char/2A0CC> a lvont:Character ;
    lvont:represents "𪃌"^^xsd:string .

<http://lexvo.org/id/char/2A0CD> a lvont:Character ;
    lvont:represents "𪃍"^^xsd:string .

<http://lexvo.org/id/char/2A0CE> a lvont:Character ;
    lvont:represents "𪃎"^^xsd:string .

<http://lexvo.org/id/char/2A0CF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%F0%AA%83%8F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A9i>,
        <http://lexvo.org/id/term/vie/m%C3%B4i>,
        "𪃏"^^xsd:string .

<http://lexvo.org/id/char/2A0D> a lvont:Character ;
    lvont:represents "⨍"^^xsd:string ;
    rdfs:comment "FINITE PART INTEGRAL"@en .

<http://lexvo.org/id/char/2A0D0> a lvont:Character ;
    lvont:represents "𪃐"^^xsd:string .

<http://lexvo.org/id/char/2A0D1> a lvont:Character ;
    lvont:represents "𪃑"^^xsd:string .

<http://lexvo.org/id/char/2A0D2> a lvont:Character ;
    lvont:represents "𪃒"^^xsd:string .

<http://lexvo.org/id/char/2A0D3> a lvont:Character ;
    lvont:represents "𪃓"^^xsd:string .

<http://lexvo.org/id/char/2A0D4> a lvont:Character ;
    lvont:represents "𪃔"^^xsd:string .

<http://lexvo.org/id/char/2A0D5> a lvont:Character ;
    lvont:represents "𪃕"^^xsd:string .

<http://lexvo.org/id/char/2A0D6> a lvont:Character ;
    lvont:represents "𪃖"^^xsd:string .

<http://lexvo.org/id/char/2A0D7> a lvont:Character ;
    lvont:represents "𪃗"^^xsd:string .

<http://lexvo.org/id/char/2A0D8> a lvont:Character ;
    lvont:represents "𪃘"^^xsd:string .

<http://lexvo.org/id/char/2A0D9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ch%E1%BA%A3>,
        "𪃙"^^xsd:string .

<http://lexvo.org/id/char/2A0DA> a lvont:Character ;
    lvont:represents "𪃚"^^xsd:string .

<http://lexvo.org/id/char/2A0DB> a lvont:Character ;
    lvont:represents "𪃛"^^xsd:string .

<http://lexvo.org/id/char/2A0DC> a lvont:Character ;
    lvont:represents "𪃜"^^xsd:string .

<http://lexvo.org/id/char/2A0DD> a lvont:Character ;
    lvont:represents "𪃝"^^xsd:string .

<http://lexvo.org/id/char/2A0DE> a lvont:Character ;
    lvont:represents "𪃞"^^xsd:string .

<http://lexvo.org/id/char/2A0DF> a lvont:Character ;
    lvont:represents "𪃟"^^xsd:string .

<http://lexvo.org/id/char/2A0E> a lvont:Character ;
    lvont:represents "⨎"^^xsd:string ;
    rdfs:comment "INTEGRAL WITH DOUBLE STROKE"@en .

<http://lexvo.org/id/char/2A0E0> a lvont:Character ;
    lvont:represents "𪃠"^^xsd:string .

<http://lexvo.org/id/char/2A0E1> a lvont:Character ;
    lvont:represents "𪃡"^^xsd:string .

<http://lexvo.org/id/char/2A0E2> a lvont:Character ;
    lvont:represents "𪃢"^^xsd:string .

<http://lexvo.org/id/char/2A0E3> a lvont:Character ;
    lvont:represents "𪃣"^^xsd:string .

<http://lexvo.org/id/char/2A0E4> a lvont:Character ;
    lvont:represents "𪃤"^^xsd:string .

<http://lexvo.org/id/char/2A0E5> a lvont:Character ;
    lvont:represents "𪃥"^^xsd:string .

<http://lexvo.org/id/char/2A0E6> a lvont:Character ;
    lvont:represents "𪃦"^^xsd:string .

<http://lexvo.org/id/char/2A0E7> a lvont:Character ;
    lvont:represents "𪃧"^^xsd:string .

<http://lexvo.org/id/char/2A0E8> a lvont:Character ;
    lvont:represents "𪃨"^^xsd:string .

<http://lexvo.org/id/char/2A0E9> a lvont:Character ;
    lvont:represents "𪃩"^^xsd:string .

<http://lexvo.org/id/char/2A0EA> a lvont:Character ;
    lvont:represents "𪃪"^^xsd:string .

<http://lexvo.org/id/char/2A0EB> a lvont:Character ;
    lvont:represents "𪃫"^^xsd:string .

<http://lexvo.org/id/char/2A0EC> a lvont:Character ;
    lvont:represents "𪃬"^^xsd:string .

<http://lexvo.org/id/char/2A0ED> a lvont:Character ;
    lvont:represents "𪃭"^^xsd:string .

<http://lexvo.org/id/char/2A0EE> a lvont:Character ;
    lvont:represents "𪃮"^^xsd:string .

<http://lexvo.org/id/char/2A0EF> a lvont:Character ;
    lvont:represents "𪃯"^^xsd:string .

<http://lexvo.org/id/char/2A0F> a lvont:Character ;
    lvont:represents "⨏"^^xsd:string ;
    rdfs:comment "INTEGRAL AVERAGE WITH SLASH"@en .

<http://lexvo.org/id/char/2A0F0> a lvont:Character ;
    lvont:represents "𪃰"^^xsd:string .

<http://lexvo.org/id/char/2A0F1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/h%C3%A2u>,
        "𪃱"^^xsd:string .

<http://lexvo.org/id/char/2A0F2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ch%E1%BA%A3>,
        "𪃲"^^xsd:string .

<http://lexvo.org/id/char/2A0F3> a lvont:Character ;
    lvont:represents "𪃳"^^xsd:string .

<http://lexvo.org/id/char/2A0F4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/g%C3%A0>,
        "𪃴"^^xsd:string .

<http://lexvo.org/id/char/2A0F5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/tr%E1%BA%A3>,
        "𪃵"^^xsd:string .

<http://lexvo.org/id/char/2A0F6> a lvont:Character ;
    lvont:represents "𪃶"^^xsd:string .

<http://lexvo.org/id/char/2A0F7> a lvont:Character ;
    lvont:represents "𪃷"^^xsd:string .

<http://lexvo.org/id/char/2A0F8> a lvont:Character ;
    lvont:represents "𪃸"^^xsd:string .

<http://lexvo.org/id/char/2A0F9> a lvont:Character ;
    lvont:represents "𪃹"^^xsd:string .

<http://lexvo.org/id/char/2A0FA> a lvont:Character ;
    lvont:represents "𪃺"^^xsd:string .

<http://lexvo.org/id/char/2A0FB> a lvont:Character ;
    lvont:represents "𪃻"^^xsd:string .

<http://lexvo.org/id/char/2A0FC> a lvont:Character ;
    lvont:represents "𪃼"^^xsd:string .

<http://lexvo.org/id/char/2A0FD> a lvont:Character ;
    lvont:represents "𪃽"^^xsd:string .

<http://lexvo.org/id/char/2A0FE> a lvont:Character ;
    lvont:represents "𪃾"^^xsd:string .

<http://lexvo.org/id/char/2A0FF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%F0%AA%83%BF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C4%93>,
        "𪃿"^^xsd:string ;
    rdfs:comment "a goose"@en .

<http://lexvo.org/id/char/2A10> a lvont:Character ;
    lvont:represents "⨐"^^xsd:string ;
    rdfs:comment "CIRCULATION FUNCTION"@en .

<http://lexvo.org/id/char/2A100> a lvont:Character ;
    lvont:represents "𪄀"^^xsd:string .

<http://lexvo.org/id/char/2A101> a lvont:Character ;
    lvont:represents "𪄁"^^xsd:string .

<http://lexvo.org/id/char/2A102> a lvont:Character ;
    lvont:represents "𪄂"^^xsd:string .

<http://lexvo.org/id/char/2A103> a lvont:Character ;
    lvont:represents "𪄃"^^xsd:string .

<http://lexvo.org/id/char/2A104> a lvont:Character ;
    lvont:represents "𪄄"^^xsd:string .

<http://lexvo.org/id/char/2A105> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/s%C3%A9t>,
        "𪄅"^^xsd:string .

<http://lexvo.org/id/char/2A106> a lvont:Character ;
    lvont:represents "𪄆"^^xsd:string .

<http://lexvo.org/id/char/2A107> a lvont:Character ;
    lvont:represents "𪄇"^^xsd:string .

<http://lexvo.org/id/char/2A108> a lvont:Character ;
    lvont:represents "𪄈"^^xsd:string .

<http://lexvo.org/id/char/2A109> a lvont:Character ;
    lvont:represents "𪄉"^^xsd:string .

<http://lexvo.org/id/char/2A10A> a lvont:Character ;
    lvont:represents "𪄊"^^xsd:string .

<http://lexvo.org/id/char/2A10B> a lvont:Character ;
    lvont:represents "𪄋"^^xsd:string .

<http://lexvo.org/id/char/2A10C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ng%E1%BB%97ng>,
        "𪄌"^^xsd:string .

<http://lexvo.org/id/char/2A10D> a lvont:Character ;
    lvont:represents "𪄍"^^xsd:string .

<http://lexvo.org/id/char/2A10E> a lvont:Character ;
    lvont:represents "𪄎"^^xsd:string .

<http://lexvo.org/id/char/2A10F> a lvont:Character ;
    lvont:represents "𪄏"^^xsd:string .

<http://lexvo.org/id/char/2A11> a lvont:Character ;
    lvont:represents "⨑"^^xsd:string ;
    rdfs:comment "ANTICLOCKWISE INTEGRATION"@en .

<http://lexvo.org/id/char/2A110> a lvont:Character ;
    lvont:represents "𪄐"^^xsd:string .

<http://lexvo.org/id/char/2A111> a lvont:Character ;
    lvont:represents "𪄑"^^xsd:string .

<http://lexvo.org/id/char/2A112> a lvont:Character ;
    lvont:represents "𪄒"^^xsd:string .

<http://lexvo.org/id/char/2A113> a lvont:Character ;
    lvont:represents "𪄓"^^xsd:string .

<http://lexvo.org/id/char/2A114> a lvont:Character ;
    lvont:represents "𪄔"^^xsd:string .

<http://lexvo.org/id/char/2A115> a lvont:Character ;
    lvont:represents "𪄕"^^xsd:string .

<http://lexvo.org/id/char/2A116> a lvont:Character ;
    lvont:represents "𪄖"^^xsd:string .

<http://lexvo.org/id/char/2A117> a lvont:Character ;
    lvont:represents "𪄗"^^xsd:string .

<http://lexvo.org/id/char/2A118> a lvont:Character ;
    lvont:represents "𪄘"^^xsd:string .

<http://lexvo.org/id/char/2A119> a lvont:Character ;
    lvont:represents "𪄙"^^xsd:string .

<http://lexvo.org/id/char/2A11A> a lvont:Character ;
    lvont:represents "𪄚"^^xsd:string .

<http://lexvo.org/id/char/2A11B> a lvont:Character ;
    lvont:represents "𪄛"^^xsd:string .

<http://lexvo.org/id/char/2A11C> a lvont:Character ;
    lvont:represents "𪄜"^^xsd:string .

<http://lexvo.org/id/char/2A11D> a lvont:Character ;
    lvont:represents "𪄝"^^xsd:string .

<http://lexvo.org/id/char/2A11E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/s%E1%BB%93>,
        "𪄞"^^xsd:string .

<http://lexvo.org/id/char/2A11F> a lvont:Character ;
    lvont:represents "𪄟"^^xsd:string .

<http://lexvo.org/id/char/2A12> a lvont:Character ;
    lvont:represents "⨒"^^xsd:string ;
    rdfs:comment "LINE INTEGRATION WITH RECTANGULAR PATH AROUND POLE"@en .

<http://lexvo.org/id/char/2A120> a lvont:Character ;
    lvont:represents "𪄠"^^xsd:string .

<http://lexvo.org/id/char/2A121> a lvont:Character ;
    lvont:represents "𪄡"^^xsd:string .

<http://lexvo.org/id/char/2A122> a lvont:Character ;
    lvont:represents "𪄢"^^xsd:string .

<http://lexvo.org/id/char/2A123> a lvont:Character ;
    lvont:represents "𪄣"^^xsd:string .

<http://lexvo.org/id/char/2A124> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/s%C3%A1o>,
        "𪄤"^^xsd:string .

<http://lexvo.org/id/char/2A125> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/c%C3%BAt>,
        "𪄥"^^xsd:string .

<http://lexvo.org/id/char/2A126> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/cho%C3%A8>,
        "𪄦"^^xsd:string .

<http://lexvo.org/id/char/2A127> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/h%E1%BB%8Bch>,
        "𪄧"^^xsd:string .

<http://lexvo.org/id/char/2A128> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/s%C3%A1o>,
        "𪄨"^^xsd:string .

<http://lexvo.org/id/char/2A129> a lvont:Character ;
    lvont:represents "𪄩"^^xsd:string .

<http://lexvo.org/id/char/2A12A> a lvont:Character ;
    lvont:represents "𪄪"^^xsd:string .

<http://lexvo.org/id/char/2A12B> a lvont:Character ;
    lvont:represents "𪄫"^^xsd:string .

<http://lexvo.org/id/char/2A12C> a lvont:Character ;
    lvont:represents "𪄬"^^xsd:string .

<http://lexvo.org/id/char/2A12D> a lvont:Character ;
    lvont:represents "𪄭"^^xsd:string .

<http://lexvo.org/id/char/2A12E> a lvont:Character ;
    lvont:represents "𪄮"^^xsd:string .

<http://lexvo.org/id/char/2A12F> a lvont:Character ;
    lvont:represents "𪄯"^^xsd:string .

<http://lexvo.org/id/char/2A13> a lvont:Character ;
    lvont:represents "⨓"^^xsd:string ;
    rdfs:comment "LINE INTEGRATION WITH SEMICIRCULAR PATH AROUND POLE"@en .

<http://lexvo.org/id/char/2A130> a lvont:Character ;
    lvont:represents "𪄰"^^xsd:string .

<http://lexvo.org/id/char/2A131> a lvont:Character ;
    lvont:represents "𪄱"^^xsd:string .

<http://lexvo.org/id/char/2A132> a lvont:Character ;
    lvont:represents "𪄲"^^xsd:string .

<http://lexvo.org/id/char/2A133> a lvont:Character ;
    lvont:represents "𪄳"^^xsd:string .

<http://lexvo.org/id/char/2A134> a lvont:Character ;
    lvont:represents "𪄴"^^xsd:string .

<http://lexvo.org/id/char/2A135> a lvont:Character ;
    lvont:represents "𪄵"^^xsd:string .

<http://lexvo.org/id/char/2A136> a lvont:Character ;
    lvont:represents "𪄶"^^xsd:string .

<http://lexvo.org/id/char/2A137> a lvont:Character ;
    lvont:represents "𪄷"^^xsd:string .

<http://lexvo.org/id/char/2A138> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/tr%C3%ADch>,
        "𪄸"^^xsd:string .

<http://lexvo.org/id/char/2A139> a lvont:Character ;
    lvont:represents "𪄹"^^xsd:string .

<http://lexvo.org/id/char/2A13A> a lvont:Character ;
    lvont:represents "𪄺"^^xsd:string .

<http://lexvo.org/id/char/2A13B> a lvont:Character ;
    lvont:represents "𪄻"^^xsd:string .

<http://lexvo.org/id/char/2A13C> a lvont:Character ;
    lvont:represents "𪄼"^^xsd:string .

<http://lexvo.org/id/char/2A13D> a lvont:Character ;
    lvont:represents "𪄽"^^xsd:string .

<http://lexvo.org/id/char/2A13E> a lvont:Character ;
    lvont:represents "𪄾"^^xsd:string .

<http://lexvo.org/id/char/2A13F> a lvont:Character ;
    lvont:represents "𪄿"^^xsd:string .

<http://lexvo.org/id/char/2A14> a lvont:Character ;
    lvont:represents "⨔"^^xsd:string ;
    rdfs:comment "LINE INTEGRATION NOT INCLUDING THE POLE"@en .

<http://lexvo.org/id/char/2A140> a lvont:Character ;
    lvont:represents "𪅀"^^xsd:string .

<http://lexvo.org/id/char/2A141> a lvont:Character ;
    lvont:represents "𪅁"^^xsd:string .

<http://lexvo.org/id/char/2A142> a lvont:Character ;
    lvont:represents "𪅂"^^xsd:string .

<http://lexvo.org/id/char/2A143> a lvont:Character ;
    lvont:represents "𪅃"^^xsd:string .

<http://lexvo.org/id/char/2A144> a lvont:Character ;
    lvont:represents "𪅄"^^xsd:string .

<http://lexvo.org/id/char/2A145> a lvont:Character ;
    lvont:represents "𪅅"^^xsd:string .

<http://lexvo.org/id/char/2A146> a lvont:Character ;
    lvont:represents "𪅆"^^xsd:string .

<http://lexvo.org/id/char/2A147> a lvont:Character ;
    lvont:represents "𪅇"^^xsd:string .

<http://lexvo.org/id/char/2A148> a lvont:Character ;
    lvont:represents "𪅈"^^xsd:string .

<http://lexvo.org/id/char/2A149> a lvont:Character ;
    lvont:represents "𪅉"^^xsd:string .

<http://lexvo.org/id/char/2A14A> a lvont:Character ;
    lvont:represents "𪅊"^^xsd:string .

<http://lexvo.org/id/char/2A14B> a lvont:Character ;
    lvont:represents "𪅋"^^xsd:string .

<http://lexvo.org/id/char/2A14C> a lvont:Character ;
    lvont:represents "𪅌"^^xsd:string .

<http://lexvo.org/id/char/2A14D> a lvont:Character ;
    lvont:represents "𪅍"^^xsd:string .

<http://lexvo.org/id/char/2A14E> a lvont:Character ;
    lvont:represents "𪅎"^^xsd:string .

<http://lexvo.org/id/char/2A14F> a lvont:Character ;
    lvont:represents "𪅏"^^xsd:string .

<http://lexvo.org/id/char/2A15> a lvont:Character ;
    lvont:represents "⨕"^^xsd:string ;
    rdfs:comment "INTEGRAL AROUND A POINT OPERATOR"@en .

<http://lexvo.org/id/char/2A150> a lvont:Character ;
    lvont:represents "𪅐"^^xsd:string .

<http://lexvo.org/id/char/2A151> a lvont:Character ;
    lvont:represents "𪅑"^^xsd:string .

<http://lexvo.org/id/char/2A152> a lvont:Character ;
    lvont:represents "𪅒"^^xsd:string .

<http://lexvo.org/id/char/2A153> a lvont:Character ;
    lvont:represents "𪅓"^^xsd:string .

<http://lexvo.org/id/char/2A154> a lvont:Character ;
    lvont:represents "𪅔"^^xsd:string .

<http://lexvo.org/id/char/2A155> a lvont:Character ;
    lvont:represents "𪅕"^^xsd:string .

<http://lexvo.org/id/char/2A156> a lvont:Character ;
    lvont:represents "𪅖"^^xsd:string .

<http://lexvo.org/id/char/2A157> a lvont:Character ;
    lvont:represents "𪅗"^^xsd:string .

<http://lexvo.org/id/char/2A158> a lvont:Character ;
    lvont:represents "𪅘"^^xsd:string .

<http://lexvo.org/id/char/2A159> a lvont:Character ;
    lvont:represents "𪅙"^^xsd:string .

<http://lexvo.org/id/char/2A15A> a lvont:Character ;
    lvont:represents "𪅚"^^xsd:string .

<http://lexvo.org/id/char/2A15B> a lvont:Character ;
    lvont:represents "𪅛"^^xsd:string .

<http://lexvo.org/id/char/2A15C> a lvont:Character ;
    lvont:represents "𪅜"^^xsd:string .

<http://lexvo.org/id/char/2A15D> a lvont:Character ;
    lvont:represents "𪅝"^^xsd:string .

<http://lexvo.org/id/char/2A15E> a lvont:Character ;
    lvont:represents "𪅞"^^xsd:string .

<http://lexvo.org/id/char/2A15F> a lvont:Character ;
    lvont:represents "𪅟"^^xsd:string .

<http://lexvo.org/id/char/2A16> a lvont:Character ;
    lvont:represents "⨖"^^xsd:string ;
    rdfs:comment "QUATERNION INTEGRAL OPERATOR"@en .

<http://lexvo.org/id/char/2A160> a lvont:Character ;
    lvont:represents "𪅠"^^xsd:string .

<http://lexvo.org/id/char/2A161> a lvont:Character ;
    lvont:represents "𪅡"^^xsd:string .

<http://lexvo.org/id/char/2A162> a lvont:Character ;
    lvont:represents "𪅢"^^xsd:string .

<http://lexvo.org/id/char/2A163> a lvont:Character ;
    lvont:represents "𪅣"^^xsd:string .

<http://lexvo.org/id/char/2A164> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/k%C3%AAn>,
        "𪅤"^^xsd:string .

<http://lexvo.org/id/char/2A165> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/v%E1%BA%A1c>,
        "𪅥"^^xsd:string .

<http://lexvo.org/id/char/2A166> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/cu%E1%BB%91c>,
        "𪅦"^^xsd:string .

<http://lexvo.org/id/char/2A167> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/choi>,
        "𪅧"^^xsd:string .

<http://lexvo.org/id/char/2A168> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ri>,
        "𪅨"^^xsd:string .

<http://lexvo.org/id/char/2A169> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/s%E1%BA%A5m>,
        "𪅩"^^xsd:string .

<http://lexvo.org/id/char/2A16A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/qu%E1%BA%A1ch>,
        "𪅪"^^xsd:string .

<http://lexvo.org/id/char/2A16B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/v%E1%BA%A1c>,
        "𪅫"^^xsd:string .

<http://lexvo.org/id/char/2A16C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/y%E1%BB%83ng>,
        "𪅬"^^xsd:string .

<http://lexvo.org/id/char/2A16D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/tu>,
        "𪅭"^^xsd:string .

<http://lexvo.org/id/char/2A16E> a lvont:Character ;
    lvont:represents "𪅮"^^xsd:string .

<http://lexvo.org/id/char/2A16F> a lvont:Character ;
    lvont:represents "𪅯"^^xsd:string .

<http://lexvo.org/id/char/2A17> a lvont:Character ;
    lvont:represents "⨗"^^xsd:string ;
    rdfs:comment "INTEGRAL WITH LEFTWARDS ARROW WITH HOOK"@en .

<http://lexvo.org/id/char/2A170> a lvont:Character ;
    lvont:represents "𪅰"^^xsd:string .

<http://lexvo.org/id/char/2A171> a lvont:Character ;
    lvont:represents "𪅱"^^xsd:string .

<http://lexvo.org/id/char/2A172> a lvont:Character ;
    lvont:represents "𪅲"^^xsd:string .

<http://lexvo.org/id/char/2A173> a lvont:Character ;
    lvont:represents "𪅳"^^xsd:string .

<http://lexvo.org/id/char/2A174> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/%C3%A1c>,
        "𪅴"^^xsd:string .

<http://lexvo.org/id/char/2A175> a lvont:Character ;
    lvont:represents "𪅵"^^xsd:string .

<http://lexvo.org/id/char/2A176> a lvont:Character ;
    lvont:represents "𪅶"^^xsd:string .

<http://lexvo.org/id/char/2A177> a lvont:Character ;
    lvont:represents "𪅷"^^xsd:string .

<http://lexvo.org/id/char/2A178> a lvont:Character ;
    lvont:represents "𪅸"^^xsd:string .

<http://lexvo.org/id/char/2A179> a lvont:Character ;
    lvont:represents "𪅹"^^xsd:string .

<http://lexvo.org/id/char/2A17A> a lvont:Character ;
    lvont:represents "𪅺"^^xsd:string .

<http://lexvo.org/id/char/2A17B> a lvont:Character ;
    lvont:represents "𪅻"^^xsd:string .

<http://lexvo.org/id/char/2A17C> a lvont:Character ;
    lvont:represents "𪅼"^^xsd:string .

<http://lexvo.org/id/char/2A17D> a lvont:Character ;
    lvont:represents "𪅽"^^xsd:string .

<http://lexvo.org/id/char/2A17E> a lvont:Character ;
    lvont:represents "𪅾"^^xsd:string .

<http://lexvo.org/id/char/2A17F> a lvont:Character ;
    lvont:represents "𪅿"^^xsd:string .

<http://lexvo.org/id/char/2A18> a lvont:Character ;
    lvont:represents "⨘"^^xsd:string ;
    rdfs:comment "INTEGRAL WITH TIMES SIGN"@en .

<http://lexvo.org/id/char/2A180> a lvont:Character ;
    lvont:represents "𪆀"^^xsd:string .

<http://lexvo.org/id/char/2A181> a lvont:Character ;
    lvont:represents "𪆁"^^xsd:string .

<http://lexvo.org/id/char/2A182> a lvont:Character ;
    lvont:represents "𪆂"^^xsd:string .

<http://lexvo.org/id/char/2A183> a lvont:Character ;
    lvont:represents "𪆃"^^xsd:string .

<http://lexvo.org/id/char/2A184> a lvont:Character ;
    lvont:represents "𪆄"^^xsd:string .

<http://lexvo.org/id/char/2A185> a lvont:Character ;
    lvont:represents "𪆅"^^xsd:string .

<http://lexvo.org/id/char/2A186> a lvont:Character ;
    lvont:represents "𪆆"^^xsd:string .

<http://lexvo.org/id/char/2A187> a lvont:Character ;
    lvont:represents "𪆇"^^xsd:string .

<http://lexvo.org/id/char/2A188> a lvont:Character ;
    lvont:represents "𪆈"^^xsd:string .

<http://lexvo.org/id/char/2A189> a lvont:Character ;
    lvont:represents "𪆉"^^xsd:string .

<http://lexvo.org/id/char/2A18A> a lvont:Character ;
    lvont:represents "𪆊"^^xsd:string .

<http://lexvo.org/id/char/2A18B> a lvont:Character ;
    lvont:represents "𪆋"^^xsd:string .

<http://lexvo.org/id/char/2A18C> a lvont:Character ;
    lvont:represents "𪆌"^^xsd:string .

<http://lexvo.org/id/char/2A18D> a lvont:Character ;
    lvont:represents "𪆍"^^xsd:string .

<http://lexvo.org/id/char/2A18E> a lvont:Character ;
    lvont:represents "𪆎"^^xsd:string .

<http://lexvo.org/id/char/2A18F> a lvont:Character ;
    lvont:represents "𪆏"^^xsd:string .

<http://lexvo.org/id/char/2A19> a lvont:Character ;
    lvont:represents "⨙"^^xsd:string ;
    rdfs:comment "INTEGRAL WITH INTERSECTION"@en .

<http://lexvo.org/id/char/2A190> a lvont:Character ;
    lvont:represents "𪆐"^^xsd:string .

<http://lexvo.org/id/char/2A191> a lvont:Character ;
    lvont:represents "𪆑"^^xsd:string .

<http://lexvo.org/id/char/2A192> a lvont:Character ;
    lvont:represents "𪆒"^^xsd:string .

<http://lexvo.org/id/char/2A193> a lvont:Character ;
    lvont:represents "𪆓"^^xsd:string .

<http://lexvo.org/id/char/2A194> a lvont:Character ;
    lvont:represents "𪆔"^^xsd:string .

<http://lexvo.org/id/char/2A195> a lvont:Character ;
    lvont:represents "𪆕"^^xsd:string .

<http://lexvo.org/id/char/2A196> a lvont:Character ;
    lvont:represents "𪆖"^^xsd:string .

<http://lexvo.org/id/char/2A197> a lvont:Character ;
    lvont:represents "𪆗"^^xsd:string .

<http://lexvo.org/id/char/2A198> a lvont:Character ;
    lvont:represents "𪆘"^^xsd:string .

<http://lexvo.org/id/char/2A199> a lvont:Character ;
    lvont:represents "𪆙"^^xsd:string .

<http://lexvo.org/id/char/2A19A> a lvont:Character ;
    lvont:represents "𪆚"^^xsd:string .

<http://lexvo.org/id/char/2A19B> a lvont:Character ;
    lvont:represents "𪆛"^^xsd:string .

<http://lexvo.org/id/char/2A19C> a lvont:Character ;
    lvont:represents "𪆜"^^xsd:string .

<http://lexvo.org/id/char/2A19D> a lvont:Character ;
    lvont:represents "𪆝"^^xsd:string .

<http://lexvo.org/id/char/2A19E> a lvont:Character ;
    lvont:represents "𪆞"^^xsd:string .

<http://lexvo.org/id/char/2A19F> a lvont:Character ;
    lvont:represents "𪆟"^^xsd:string .

<http://lexvo.org/id/char/2A1A> a lvont:Character ;
    lvont:represents "⨚"^^xsd:string ;
    rdfs:comment "INTEGRAL WITH UNION"@en .

<http://lexvo.org/id/char/2A1A0> a lvont:Character ;
    lvont:represents "𪆠"^^xsd:string .

<http://lexvo.org/id/char/2A1A1> a lvont:Character ;
    lvont:represents "𪆡"^^xsd:string .

<http://lexvo.org/id/char/2A1A2> a lvont:Character ;
    lvont:represents "𪆢"^^xsd:string .

<http://lexvo.org/id/char/2A1A3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/y%E1%BB%83ng>,
        "𪆣"^^xsd:string .

<http://lexvo.org/id/char/2A1A4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/%C4%91%E1%BB%A7i>,
        "𪆤"^^xsd:string .

<http://lexvo.org/id/char/2A1A5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/kh%C6%B0%E1%BB%9Bu>,
        "𪆥"^^xsd:string .

<http://lexvo.org/id/char/2A1A6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/tu>,
        "𪆦"^^xsd:string .

<http://lexvo.org/id/char/2A1A7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/v%E1%BA%B9t>,
        "𪆧"^^xsd:string .

<http://lexvo.org/id/char/2A1A8> a lvont:Character ;
    lvont:represents "𪆨"^^xsd:string .

<http://lexvo.org/id/char/2A1A9> a lvont:Character ;
    lvont:represents "𪆩"^^xsd:string .

<http://lexvo.org/id/char/2A1AA> a lvont:Character ;
    lvont:represents "𪆪"^^xsd:string .

<http://lexvo.org/id/char/2A1AB> a lvont:Character ;
    lvont:represents "𪆫"^^xsd:string .

<http://lexvo.org/id/char/2A1AC> a lvont:Character ;
    lvont:represents "𪆬"^^xsd:string .

<http://lexvo.org/id/char/2A1AD> a lvont:Character ;
    lvont:represents "𪆭"^^xsd:string .

<http://lexvo.org/id/char/2A1AE> a lvont:Character ;
    lvont:represents "𪆮"^^xsd:string .

<http://lexvo.org/id/char/2A1AF> a lvont:Character ;
    lvont:represents "𪆯"^^xsd:string .

<http://lexvo.org/id/char/2A1B> a lvont:Character ;
    lvont:represents "⨛"^^xsd:string ;
    rdfs:comment "INTEGRAL WITH OVERBAR"@en .

<http://lexvo.org/id/char/2A1B0> a lvont:Character ;
    lvont:represents "𪆰"^^xsd:string .

<http://lexvo.org/id/char/2A1B1> a lvont:Character ;
    lvont:represents "𪆱"^^xsd:string .

<http://lexvo.org/id/char/2A1B2> a lvont:Character ;
    lvont:represents "𪆲"^^xsd:string .

<http://lexvo.org/id/char/2A1B3> a lvont:Character ;
    lvont:represents "𪆳"^^xsd:string .

<http://lexvo.org/id/char/2A1B4> a lvont:Character ;
    lvont:represents "𪆴"^^xsd:string .

<http://lexvo.org/id/char/2A1B5> a lvont:Character ;
    lvont:represents "𪆵"^^xsd:string .

<http://lexvo.org/id/char/2A1B6> a lvont:Character ;
    lvont:represents "𪆶"^^xsd:string .

<http://lexvo.org/id/char/2A1B7> a lvont:Character ;
    lvont:represents "𪆷"^^xsd:string .

<http://lexvo.org/id/char/2A1B8> a lvont:Character ;
    lvont:represents "𪆸"^^xsd:string .

<http://lexvo.org/id/char/2A1B9> a lvont:Character ;
    lvont:represents "𪆹"^^xsd:string .

<http://lexvo.org/id/char/2A1BA> a lvont:Character ;
    lvont:represents "𪆺"^^xsd:string .

<http://lexvo.org/id/char/2A1BB> a lvont:Character ;
    lvont:represents "𪆻"^^xsd:string .

<http://lexvo.org/id/char/2A1BC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/l%C3%B4i>,
        "𪆼"^^xsd:string .

<http://lexvo.org/id/char/2A1BD> a lvont:Character ;
    lvont:represents "𪆽"^^xsd:string .

<http://lexvo.org/id/char/2A1BE> a lvont:Character ;
    lvont:represents "𪆾"^^xsd:string .

<http://lexvo.org/id/char/2A1BF> a lvont:Character ;
    lvont:represents "𪆿"^^xsd:string .

<http://lexvo.org/id/char/2A1C> a lvont:Character ;
    lvont:represents "⨜"^^xsd:string ;
    rdfs:comment "INTEGRAL WITH UNDERBAR"@en .

<http://lexvo.org/id/char/2A1C0> a lvont:Character ;
    lvont:represents "𪇀"^^xsd:string .

<http://lexvo.org/id/char/2A1C1> a lvont:Character ;
    lvont:represents "𪇁"^^xsd:string .

<http://lexvo.org/id/char/2A1C2> a lvont:Character ;
    lvont:represents "𪇂"^^xsd:string .

<http://lexvo.org/id/char/2A1C3> a lvont:Character ;
    lvont:represents "𪇃"^^xsd:string .

<http://lexvo.org/id/char/2A1C4> a lvont:Character ;
    lvont:represents "𪇄"^^xsd:string .

<http://lexvo.org/id/char/2A1C5> a lvont:Character ;
    lvont:represents "𪇅"^^xsd:string .

<http://lexvo.org/id/char/2A1C6> a lvont:Character ;
    lvont:represents "𪇆"^^xsd:string .

<http://lexvo.org/id/char/2A1C7> a lvont:Character ;
    lvont:represents "𪇇"^^xsd:string .

<http://lexvo.org/id/char/2A1C8> a lvont:Character ;
    lvont:represents "𪇈"^^xsd:string .

<http://lexvo.org/id/char/2A1C9> a lvont:Character ;
    lvont:represents "𪇉"^^xsd:string .

<http://lexvo.org/id/char/2A1CA> a lvont:Character ;
    lvont:represents "𪇊"^^xsd:string .

<http://lexvo.org/id/char/2A1CB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/c%C3%B9i>,
        "𪇋"^^xsd:string .

<http://lexvo.org/id/char/2A1CC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/n%C3%B4ng>,
        "𪇌"^^xsd:string .

<http://lexvo.org/id/char/2A1CD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/qu%E1%BA%A1>,
        "𪇍"^^xsd:string .

<http://lexvo.org/id/char/2A1CE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/qu%E1%BA%AFm>,
        "𪇎"^^xsd:string .

<http://lexvo.org/id/char/2A1CF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/c%C6%B0%E1%BB%9Fng>,
        "𪇏"^^xsd:string .

<http://lexvo.org/id/char/2A1D> a lvont:Character ;
    lvont:represents "⨝"^^xsd:string ;
    rdfs:comment "JOIN"@en .

<http://lexvo.org/id/char/2A1D0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/s%C3%A1o>,
        "𪇐"^^xsd:string .

<http://lexvo.org/id/char/2A1D1> a lvont:Character ;
    lvont:represents "𪇑"^^xsd:string .

<http://lexvo.org/id/char/2A1D2> a lvont:Character ;
    lvont:represents "𪇒"^^xsd:string .

<http://lexvo.org/id/char/2A1D3> a lvont:Character ;
    lvont:represents "𪇓"^^xsd:string .

<http://lexvo.org/id/char/2A1D4> a lvont:Character ;
    lvont:represents "𪇔"^^xsd:string .

<http://lexvo.org/id/char/2A1D5> a lvont:Character ;
    lvont:represents "𪇕"^^xsd:string .

<http://lexvo.org/id/char/2A1D6> a lvont:Character ;
    lvont:represents "𪇖"^^xsd:string .

<http://lexvo.org/id/char/2A1D7> a lvont:Character ;
    lvont:represents "𪇗"^^xsd:string .

<http://lexvo.org/id/char/2A1D8> a lvont:Character ;
    lvont:represents "𪇘"^^xsd:string .

<http://lexvo.org/id/char/2A1D9> a lvont:Character ;
    lvont:represents "𪇙"^^xsd:string .

<http://lexvo.org/id/char/2A1DA> a lvont:Character ;
    lvont:represents "𪇚"^^xsd:string .

<http://lexvo.org/id/char/2A1DB> a lvont:Character ;
    lvont:represents "𪇛"^^xsd:string .

<http://lexvo.org/id/char/2A1DC> a lvont:Character ;
    lvont:represents "𪇜"^^xsd:string ;
    rdfs:comment "a kind of bird"@en .

<http://lexvo.org/id/char/2A1DD> a lvont:Character ;
    lvont:represents "𪇝"^^xsd:string .

<http://lexvo.org/id/char/2A1DE> a lvont:Character ;
    lvont:represents "𪇞"^^xsd:string .

<http://lexvo.org/id/char/2A1DF> a lvont:Character ;
    lvont:represents "𪇟"^^xsd:string .

<http://lexvo.org/id/char/2A1E> a lvont:Character ;
    lvont:represents "⨞"^^xsd:string ;
    rdfs:comment "LARGE LEFT TRIANGLE OPERATOR"@en .

<http://lexvo.org/id/char/2A1E0> a lvont:Character ;
    lvont:represents "𪇠"^^xsd:string .

<http://lexvo.org/id/char/2A1E1> a lvont:Character ;
    lvont:represents "𪇡"^^xsd:string .

<http://lexvo.org/id/char/2A1E2> a lvont:Character ;
    lvont:represents "𪇢"^^xsd:string .

<http://lexvo.org/id/char/2A1E3> a lvont:Character ;
    lvont:represents "𪇣"^^xsd:string .

<http://lexvo.org/id/char/2A1E4> a lvont:Character ;
    lvont:represents "𪇤"^^xsd:string .

<http://lexvo.org/id/char/2A1E5> a lvont:Character ;
    lvont:represents "𪇥"^^xsd:string .

<http://lexvo.org/id/char/2A1E6> a lvont:Character ;
    lvont:represents "𪇦"^^xsd:string .

<http://lexvo.org/id/char/2A1E7> a lvont:Character ;
    lvont:represents "𪇧"^^xsd:string .

<http://lexvo.org/id/char/2A1E8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/b%E1%BB%93>,
        "𪇨"^^xsd:string .

<http://lexvo.org/id/char/2A1E9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ngan>,
        "𪇩"^^xsd:string .

<http://lexvo.org/id/char/2A1EA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ch%C3%ADch>,
        "𪇪"^^xsd:string .

<http://lexvo.org/id/char/2A1EB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/c%C3%B9i>,
        "𪇫"^^xsd:string .

<http://lexvo.org/id/char/2A1EC> a lvont:Character ;
    lvont:represents "𪇬"^^xsd:string .

<http://lexvo.org/id/char/2A1ED> a lvont:Character ;
    lvont:represents "𪇭"^^xsd:string .

<http://lexvo.org/id/char/2A1EE> a lvont:Character ;
    lvont:represents "𪇮"^^xsd:string .

<http://lexvo.org/id/char/2A1EF> a lvont:Character ;
    lvont:represents "𪇯"^^xsd:string .

<http://lexvo.org/id/char/2A1F> a lvont:Character ;
    lvont:represents "⨟"^^xsd:string ;
    rdfs:comment "Z NOTATION SCHEMA COMPOSITION"@en .

<http://lexvo.org/id/char/2A1F0> a lvont:Character ;
    lvont:represents "𪇰"^^xsd:string .

<http://lexvo.org/id/char/2A1F1> a lvont:Character ;
    lvont:represents "𪇱"^^xsd:string .

<http://lexvo.org/id/char/2A1F2> a lvont:Character ;
    lvont:represents "𪇲"^^xsd:string .

<http://lexvo.org/id/char/2A1F3> a lvont:Character ;
    lvont:represents "𪇳"^^xsd:string .

<http://lexvo.org/id/char/2A1F4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/v%E1%BA%B9t>,
        "𪇴"^^xsd:string .

<http://lexvo.org/id/char/2A1F5> a lvont:Character ;
    lvont:represents "𪇵"^^xsd:string .

<http://lexvo.org/id/char/2A1F6> a lvont:Character ;
    lvont:represents "𪇶"^^xsd:string .

<http://lexvo.org/id/char/2A1F7> a lvont:Character ;
    lvont:represents "𪇷"^^xsd:string .

<http://lexvo.org/id/char/2A1F8> a lvont:Character ;
    lvont:represents "𪇸"^^xsd:string .

<http://lexvo.org/id/char/2A1F9> a lvont:Character ;
    lvont:represents "𪇹"^^xsd:string .

<http://lexvo.org/id/char/2A1FA> a lvont:Character ;
    lvont:represents "𪇺"^^xsd:string .

<http://lexvo.org/id/char/2A1FB> a lvont:Character ;
    lvont:represents "𪇻"^^xsd:string .

<http://lexvo.org/id/char/2A1FC> a lvont:Character ;
    lvont:represents "𪇼"^^xsd:string .

<http://lexvo.org/id/char/2A1FD> a lvont:Character ;
    lvont:represents "𪇽"^^xsd:string .

<http://lexvo.org/id/char/2A1FE> a lvont:Character ;
    lvont:represents "𪇾"^^xsd:string .

<http://lexvo.org/id/char/2A1FF> a lvont:Character ;
    lvont:represents "𪇿"^^xsd:string .

<http://lexvo.org/id/char/2A20> a lvont:Character ;
    lvont:represents "⨠"^^xsd:string ;
    rdfs:comment "Z NOTATION SCHEMA PIPING"@en .

<http://lexvo.org/id/char/2A200> a lvont:Character ;
    lvont:represents "𪈀"^^xsd:string .

<http://lexvo.org/id/char/2A201> a lvont:Character ;
    lvont:represents "𪈁"^^xsd:string .

<http://lexvo.org/id/char/2A202> a lvont:Character ;
    lvont:represents "𪈂"^^xsd:string .

<http://lexvo.org/id/char/2A203> a lvont:Character ;
    lvont:represents "𪈃"^^xsd:string .

<http://lexvo.org/id/char/2A204> a lvont:Character ;
    lvont:represents "𪈄"^^xsd:string .

<http://lexvo.org/id/char/2A205> a lvont:Character ;
    lvont:represents "𪈅"^^xsd:string .

<http://lexvo.org/id/char/2A206> a lvont:Character ;
    lvont:represents "𪈆"^^xsd:string .

<http://lexvo.org/id/char/2A207> a lvont:Character ;
    lvont:represents "𪈇"^^xsd:string .

<http://lexvo.org/id/char/2A208> a lvont:Character ;
    lvont:represents "𪈈"^^xsd:string .

<http://lexvo.org/id/char/2A209> a lvont:Character ;
    lvont:represents "𪈉"^^xsd:string .

<http://lexvo.org/id/char/2A20A> a lvont:Character ;
    lvont:represents "𪈊"^^xsd:string .

<http://lexvo.org/id/char/2A20B> a lvont:Character ;
    lvont:represents "𪈋"^^xsd:string .

<http://lexvo.org/id/char/2A20C> a lvont:Character ;
    lvont:represents "𪈌"^^xsd:string .

<http://lexvo.org/id/char/2A20D> a lvont:Character ;
    lvont:represents "𪈍"^^xsd:string .

<http://lexvo.org/id/char/2A20E> a lvont:Character ;
    lvont:represents "𪈎"^^xsd:string .

<http://lexvo.org/id/char/2A20F> a lvont:Character ;
    lvont:represents "𪈏"^^xsd:string .

<http://lexvo.org/id/char/2A21> a lvont:Character ;
    lvont:represents "⨡"^^xsd:string ;
    rdfs:comment "Z NOTATION SCHEMA PROJECTION"@en .

<http://lexvo.org/id/char/2A210> a lvont:Character ;
    lvont:represents "𪈐"^^xsd:string .

<http://lexvo.org/id/char/2A211> a lvont:Character ;
    lvont:represents "𪈑"^^xsd:string .

<http://lexvo.org/id/char/2A212> a lvont:Character ;
    lvont:represents "𪈒"^^xsd:string .

<http://lexvo.org/id/char/2A213> a lvont:Character ;
    lvont:represents "𪈓"^^xsd:string .

<http://lexvo.org/id/char/2A214> a lvont:Character ;
    lvont:represents "𪈔"^^xsd:string .

<http://lexvo.org/id/char/2A215> a lvont:Character ;
    lvont:represents "𪈕"^^xsd:string .

<http://lexvo.org/id/char/2A216> a lvont:Character ;
    lvont:represents "𪈖"^^xsd:string .

<http://lexvo.org/id/char/2A217> a lvont:Character ;
    lvont:represents "𪈗"^^xsd:string .

<http://lexvo.org/id/char/2A218> a lvont:Character ;
    lvont:represents "𪈘"^^xsd:string .

<http://lexvo.org/id/char/2A219> a lvont:Character ;
    lvont:represents "𪈙"^^xsd:string .

<http://lexvo.org/id/char/2A21A> a lvont:Character ;
    lvont:represents "𪈚"^^xsd:string .

<http://lexvo.org/id/char/2A21B> a lvont:Character ;
    lvont:represents "𪈛"^^xsd:string .

<http://lexvo.org/id/char/2A21C> a lvont:Character ;
    lvont:represents "𪈜"^^xsd:string .

<http://lexvo.org/id/char/2A21D> a lvont:Character ;
    lvont:represents "𪈝"^^xsd:string .

<http://lexvo.org/id/char/2A21E> a lvont:Character ;
    lvont:represents "𪈞"^^xsd:string .

<http://lexvo.org/id/char/2A21F> a lvont:Character ;
    lvont:represents "𪈟"^^xsd:string .

<http://lexvo.org/id/char/2A22> a lvont:Character ;
    lvont:represents "⨢"^^xsd:string ;
    rdfs:comment "PLUS SIGN WITH SMALL CIRCLE ABOVE"@en .

<http://lexvo.org/id/char/2A220> a lvont:Character ;
    lvont:represents "𪈠"^^xsd:string .

<http://lexvo.org/id/char/2A221> a lvont:Character ;
    lvont:represents "𪈡"^^xsd:string .

<http://lexvo.org/id/char/2A222> a lvont:Character ;
    lvont:represents "𪈢"^^xsd:string .

<http://lexvo.org/id/char/2A223> a lvont:Character ;
    lvont:represents "𪈣"^^xsd:string .

<http://lexvo.org/id/char/2A224> a lvont:Character ;
    lvont:represents "𪈤"^^xsd:string .

<http://lexvo.org/id/char/2A225> a lvont:Character ;
    lvont:represents "𪈥"^^xsd:string .

<http://lexvo.org/id/char/2A226> a lvont:Character ;
    lvont:represents "𪈦"^^xsd:string .

<http://lexvo.org/id/char/2A227> a lvont:Character ;
    lvont:represents "𪈧"^^xsd:string .

<http://lexvo.org/id/char/2A228> a lvont:Character ;
    lvont:represents "𪈨"^^xsd:string .

<http://lexvo.org/id/char/2A229> a lvont:Character ;
    lvont:represents "𪈩"^^xsd:string .

<http://lexvo.org/id/char/2A22A> a lvont:Character ;
    lvont:represents "𪈪"^^xsd:string .

<http://lexvo.org/id/char/2A22B> a lvont:Character ;
    lvont:represents "𪈫"^^xsd:string .

<http://lexvo.org/id/char/2A22C> a lvont:Character ;
    lvont:represents "𪈬"^^xsd:string .

<http://lexvo.org/id/char/2A22D> a lvont:Character ;
    lvont:represents "𪈭"^^xsd:string .

<http://lexvo.org/id/char/2A22E> a lvont:Character ;
    lvont:represents "𪈮"^^xsd:string .

<http://lexvo.org/id/char/2A22F> a lvont:Character ;
    lvont:represents "𪈯"^^xsd:string .

<http://lexvo.org/id/char/2A23> a lvont:Character ;
    lvont:represents "⨣"^^xsd:string ;
    rdfs:comment "PLUS SIGN WITH CIRCUMFLEX ACCENT ABOVE"@en .

<http://lexvo.org/id/char/2A230> a lvont:Character ;
    lvont:represents "𪈰"^^xsd:string .

<http://lexvo.org/id/char/2A231> a lvont:Character ;
    lvont:represents "𪈱"^^xsd:string .

<http://lexvo.org/id/char/2A232> a lvont:Character ;
    lvont:represents "𪈲"^^xsd:string .

<http://lexvo.org/id/char/2A233> a lvont:Character ;
    lvont:represents "𪈳"^^xsd:string .

<http://lexvo.org/id/char/2A234> a lvont:Character ;
    lvont:represents "𪈴"^^xsd:string .

<http://lexvo.org/id/char/2A235> a lvont:Character ;
    lvont:represents "𪈵"^^xsd:string .

<http://lexvo.org/id/char/2A236> a lvont:Character ;
    lvont:represents "𪈶"^^xsd:string .

<http://lexvo.org/id/char/2A237> a lvont:Character ;
    lvont:represents "𪈷"^^xsd:string .

<http://lexvo.org/id/char/2A238> a lvont:Character ;
    lvont:represents "𪈸"^^xsd:string .

<http://lexvo.org/id/char/2A239> a lvont:Character ;
    lvont:represents "𪈹"^^xsd:string .

<http://lexvo.org/id/char/2A23A> a lvont:Character ;
    lvont:represents "𪈺"^^xsd:string .

<http://lexvo.org/id/char/2A23B> a lvont:Character ;
    lvont:represents "𪈻"^^xsd:string .

<http://lexvo.org/id/char/2A23C> a lvont:Character ;
    lvont:represents "𪈼"^^xsd:string .

<http://lexvo.org/id/char/2A23D> a lvont:Character ;
    lvont:represents "𪈽"^^xsd:string .

<http://lexvo.org/id/char/2A23E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/nh%E1%BA%A1n>,
        "𪈾"^^xsd:string .

<http://lexvo.org/id/char/2A23F> a lvont:Character ;
    lvont:represents "𪈿"^^xsd:string .

<http://lexvo.org/id/char/2A24> a lvont:Character ;
    lvont:represents "⨤"^^xsd:string ;
    rdfs:comment "PLUS SIGN WITH TILDE ABOVE"@en .

<http://lexvo.org/id/char/2A240> a lvont:Character ;
    lvont:represents "𪉀"^^xsd:string .

<http://lexvo.org/id/char/2A241> a lvont:Character ;
    lvont:represents "𪉁"^^xsd:string .

<http://lexvo.org/id/char/2A242> a lvont:Character ;
    lvont:represents "𪉂"^^xsd:string .

<http://lexvo.org/id/char/2A243> a lvont:Character ;
    lvont:represents "𪉃"^^xsd:string .

<http://lexvo.org/id/char/2A244> a lvont:Character ;
    lvont:represents "𪉄"^^xsd:string .

<http://lexvo.org/id/char/2A245> a lvont:Character ;
    lvont:represents "𪉅"^^xsd:string .

<http://lexvo.org/id/char/2A246> a lvont:Character ;
    lvont:represents "𪉆"^^xsd:string .

<http://lexvo.org/id/char/2A247> a lvont:Character ;
    lvont:represents "𪉇"^^xsd:string .

<http://lexvo.org/id/char/2A248> a lvont:Character ;
    lvont:represents "𪉈"^^xsd:string .

<http://lexvo.org/id/char/2A249> a lvont:Character ;
    lvont:represents "𪉉"^^xsd:string .

<http://lexvo.org/id/char/2A24A> a lvont:Character ;
    lvont:represents "𪉊"^^xsd:string .

<http://lexvo.org/id/char/2A24B> a lvont:Character ;
    lvont:represents "𪉋"^^xsd:string .

<http://lexvo.org/id/char/2A24C> a lvont:Character ;
    lvont:represents "𪉌"^^xsd:string .

<http://lexvo.org/id/char/2A24D> a lvont:Character ;
    lvont:represents "𪉍"^^xsd:string .

<http://lexvo.org/id/char/2A24E> a lvont:Character ;
    lvont:represents "𪉎"^^xsd:string .

<http://lexvo.org/id/char/2A24F> a lvont:Character ;
    lvont:represents "𪉏"^^xsd:string .

<http://lexvo.org/id/char/2A25> a lvont:Character ;
    lvont:represents "⨥"^^xsd:string ;
    rdfs:comment "PLUS SIGN WITH DOT BELOW"@en .

<http://lexvo.org/id/char/2A250> a lvont:Character ;
    lvont:represents "𪉐"^^xsd:string .

<http://lexvo.org/id/char/2A251> a lvont:Character ;
    lvont:represents "𪉑"^^xsd:string .

<http://lexvo.org/id/char/2A252> a lvont:Character ;
    lvont:represents "𪉒"^^xsd:string .

<http://lexvo.org/id/char/2A253> a lvont:Character ;
    lvont:represents "𪉓"^^xsd:string .

<http://lexvo.org/id/char/2A254> a lvont:Character ;
    lvont:represents "𪉔"^^xsd:string .

<http://lexvo.org/id/char/2A255> a lvont:Character ;
    lvont:represents "𪉕"^^xsd:string .

<http://lexvo.org/id/char/2A256> a lvont:Character ;
    lvont:represents "𪉖"^^xsd:string .

<http://lexvo.org/id/char/2A257> a lvont:Character ;
    lvont:represents "𪉗"^^xsd:string .

<http://lexvo.org/id/char/2A258> a lvont:Character ;
    lvont:represents "𪉘"^^xsd:string .

<http://lexvo.org/id/char/2A259> a lvont:Character ;
    lvont:represents "𪉙"^^xsd:string .

<http://lexvo.org/id/char/2A25A> a lvont:Character ;
    lvont:represents "𪉚"^^xsd:string .

<http://lexvo.org/id/char/2A25B> a lvont:Character ;
    lvont:represents "𪉛"^^xsd:string .

<http://lexvo.org/id/char/2A25C> a lvont:Character ;
    lvont:represents "𪉜"^^xsd:string .

<http://lexvo.org/id/char/2A25D> a lvont:Character ;
    lvont:represents "𪉝"^^xsd:string .

<http://lexvo.org/id/char/2A25E> a lvont:Character ;
    lvont:represents "𪉞"^^xsd:string .

<http://lexvo.org/id/char/2A25F> a lvont:Character ;
    lvont:represents "𪉟"^^xsd:string .

<http://lexvo.org/id/char/2A26> a lvont:Character ;
    lvont:represents "⨦"^^xsd:string ;
    rdfs:comment "PLUS SIGN WITH TILDE BELOW"@en .

<http://lexvo.org/id/char/2A260> a lvont:Character ;
    lvont:represents "𪉠"^^xsd:string .

<http://lexvo.org/id/char/2A261> a lvont:Character ;
    lvont:represents "𪉡"^^xsd:string .

<http://lexvo.org/id/char/2A262> a lvont:Character ;
    lvont:represents "𪉢"^^xsd:string .

<http://lexvo.org/id/char/2A263> a lvont:Character ;
    lvont:represents "𪉣"^^xsd:string .

<http://lexvo.org/id/char/2A264> a lvont:Character ;
    lvont:represents "𪉤"^^xsd:string .

<http://lexvo.org/id/char/2A265> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/mu%E1%BB%91i>,
        "𪉥"^^xsd:string .

<http://lexvo.org/id/char/2A266> a lvont:Character ;
    lvont:represents "𪉦"^^xsd:string .

<http://lexvo.org/id/char/2A267> a lvont:Character ;
    lvont:represents "𪉧"^^xsd:string .

<http://lexvo.org/id/char/2A268> a lvont:Character ;
    lvont:represents "𪉨"^^xsd:string .

<http://lexvo.org/id/char/2A269> a lvont:Character ;
    lvont:represents "𪉩"^^xsd:string ;
    rdfs:comment "variant of 塩 U+5869, salt"@en .

<http://lexvo.org/id/char/2A26A> a lvont:Character ;
    lvont:represents "𪉪"^^xsd:string .

<http://lexvo.org/id/char/2A26B> a lvont:Character ;
    lvont:represents "𪉫"^^xsd:string .

<http://lexvo.org/id/char/2A26C> a lvont:Character ;
    lvont:represents "𪉬"^^xsd:string .

<http://lexvo.org/id/char/2A26D> a lvont:Character ;
    lvont:represents "𪉭"^^xsd:string .

<http://lexvo.org/id/char/2A26E> a lvont:Character ;
    lvont:represents "𪉮"^^xsd:string .

<http://lexvo.org/id/char/2A26F> a lvont:Character ;
    lvont:represents "𪉯"^^xsd:string .

<http://lexvo.org/id/char/2A27> a lvont:Character ;
    lvont:represents "⨧"^^xsd:string ;
    rdfs:comment "PLUS SIGN WITH SUBSCRIPT TWO"@en .

<http://lexvo.org/id/char/2A270> a lvont:Character ;
    lvont:represents "𪉰"^^xsd:string .

<http://lexvo.org/id/char/2A271> a lvont:Character ;
    lvont:represents "𪉱"^^xsd:string .

<http://lexvo.org/id/char/2A272> a lvont:Character ;
    lvont:represents "𪉲"^^xsd:string .

<http://lexvo.org/id/char/2A273> a lvont:Character ;
    lvont:represents "𪉳"^^xsd:string .

<http://lexvo.org/id/char/2A274> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/mu%E1%BB%91i>,
        "𪉴"^^xsd:string .

<http://lexvo.org/id/char/2A275> a lvont:Character ;
    lvont:represents "𪉵"^^xsd:string .

<http://lexvo.org/id/char/2A276> a lvont:Character ;
    lvont:represents "𪉶"^^xsd:string .

<http://lexvo.org/id/char/2A277> a lvont:Character ;
    lvont:represents "𪉷"^^xsd:string .

<http://lexvo.org/id/char/2A278> a lvont:Character ;
    lvont:represents "𪉸"^^xsd:string .

<http://lexvo.org/id/char/2A279> a lvont:Character ;
    lvont:represents "𪉹"^^xsd:string .

<http://lexvo.org/id/char/2A27A> a lvont:Character ;
    lvont:represents "𪉺"^^xsd:string .

<http://lexvo.org/id/char/2A27B> a lvont:Character ;
    lvont:represents "𪉻"^^xsd:string .

<http://lexvo.org/id/char/2A27C> a lvont:Character ;
    lvont:represents "𪉼"^^xsd:string .

<http://lexvo.org/id/char/2A27D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/m%E1%BA%B7n>,
        "𪉽"^^xsd:string .

<http://lexvo.org/id/char/2A27E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/m%E1%BA%B7n>,
        "𪉾"^^xsd:string .

<http://lexvo.org/id/char/2A27F> a lvont:Character ;
    lvont:represents "𪉿"^^xsd:string .

<http://lexvo.org/id/char/2A28> a lvont:Character ;
    lvont:represents "⨨"^^xsd:string ;
    rdfs:comment "PLUS SIGN WITH BLACK TRIANGLE"@en .

<http://lexvo.org/id/char/2A280> a lvont:Character ;
    lvont:represents "𪊀"^^xsd:string .

<http://lexvo.org/id/char/2A281> a lvont:Character ;
    lvont:represents "𪊁"^^xsd:string .

<http://lexvo.org/id/char/2A282> a lvont:Character ;
    lvont:represents "𪊂"^^xsd:string .

<http://lexvo.org/id/char/2A283> a lvont:Character ;
    lvont:represents "𪊃"^^xsd:string .

<http://lexvo.org/id/char/2A284> a lvont:Character ;
    lvont:represents "𪊄"^^xsd:string .

<http://lexvo.org/id/char/2A285> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/m%E1%BA%AFm>,
        "𪊅"^^xsd:string .

<http://lexvo.org/id/char/2A286> a lvont:Character ;
    lvont:represents "𪊆"^^xsd:string .

<http://lexvo.org/id/char/2A287> a lvont:Character ;
    lvont:represents "𪊇"^^xsd:string .

<http://lexvo.org/id/char/2A288> a lvont:Character ;
    lvont:represents "𪊈"^^xsd:string .

<http://lexvo.org/id/char/2A289> a lvont:Character ;
    lvont:represents "𪊉"^^xsd:string .

<http://lexvo.org/id/char/2A28A> a lvont:Character ;
    lvont:represents "𪊊"^^xsd:string .

<http://lexvo.org/id/char/2A28B> a lvont:Character ;
    lvont:represents "𪊋"^^xsd:string .

<http://lexvo.org/id/char/2A28C> a lvont:Character ;
    lvont:represents "𪊌"^^xsd:string .

<http://lexvo.org/id/char/2A28D> a lvont:Character ;
    lvont:represents "𪊍"^^xsd:string .

<http://lexvo.org/id/char/2A28E> a lvont:Character ;
    lvont:represents "𪊎"^^xsd:string .

<http://lexvo.org/id/char/2A28F> a lvont:Character ;
    lvont:represents "𪊏"^^xsd:string .

<http://lexvo.org/id/char/2A29> a lvont:Character ;
    lvont:represents "⨩"^^xsd:string ;
    rdfs:comment "MINUS SIGN WITH COMMA ABOVE"@en .

<http://lexvo.org/id/char/2A290> a lvont:Character ;
    lvont:represents "𪊐"^^xsd:string .

<http://lexvo.org/id/char/2A291> a lvont:Character ;
    lvont:represents "𪊑"^^xsd:string .

<http://lexvo.org/id/char/2A292> a lvont:Character ;
    lvont:represents "𪊒"^^xsd:string .

<http://lexvo.org/id/char/2A293> a lvont:Character ;
    lvont:represents "𪊓"^^xsd:string .

<http://lexvo.org/id/char/2A294> a lvont:Character ;
    lvont:represents "𪊔"^^xsd:string .

<http://lexvo.org/id/char/2A295> a lvont:Character ;
    lvont:represents "𪊕"^^xsd:string .

<http://lexvo.org/id/char/2A296> a lvont:Character ;
    lvont:represents "𪊖"^^xsd:string .

<http://lexvo.org/id/char/2A297> a lvont:Character ;
    lvont:represents "𪊗"^^xsd:string .

<http://lexvo.org/id/char/2A298> a lvont:Character ;
    lvont:represents "𪊘"^^xsd:string .

<http://lexvo.org/id/char/2A299> a lvont:Character ;
    lvont:represents "𪊙"^^xsd:string .

<http://lexvo.org/id/char/2A29A> a lvont:Character ;
    lvont:represents "𪊚"^^xsd:string .

<http://lexvo.org/id/char/2A29B> a lvont:Character ;
    lvont:represents "𪊛"^^xsd:string .

<http://lexvo.org/id/char/2A29C> a lvont:Character ;
    lvont:represents "𪊜"^^xsd:string .

<http://lexvo.org/id/char/2A29D> a lvont:Character ;
    lvont:represents "𪊝"^^xsd:string .

<http://lexvo.org/id/char/2A29E> a lvont:Character ;
    lvont:represents "𪊞"^^xsd:string .

<http://lexvo.org/id/char/2A29F> a lvont:Character ;
    lvont:represents "𪊟"^^xsd:string .

<http://lexvo.org/id/char/2A2A> a lvont:Character ;
    lvont:represents "⨪"^^xsd:string ;
    rdfs:comment "MINUS SIGN WITH DOT BELOW"@en .

<http://lexvo.org/id/char/2A2A0> a lvont:Character ;
    lvont:represents "𪊠"^^xsd:string .

<http://lexvo.org/id/char/2A2A1> a lvont:Character ;
    lvont:represents "𪊡"^^xsd:string .

<http://lexvo.org/id/char/2A2A2> a lvont:Character ;
    lvont:represents "𪊢"^^xsd:string .

<http://lexvo.org/id/char/2A2A3> a lvont:Character ;
    lvont:represents "𪊣"^^xsd:string .

<http://lexvo.org/id/char/2A2A4> a lvont:Character ;
    lvont:represents "𪊤"^^xsd:string .

<http://lexvo.org/id/char/2A2A5> a lvont:Character ;
    lvont:represents "𪊥"^^xsd:string .

<http://lexvo.org/id/char/2A2A6> a lvont:Character ;
    lvont:represents "𪊦"^^xsd:string .

<http://lexvo.org/id/char/2A2A7> a lvont:Character ;
    lvont:represents "𪊧"^^xsd:string .

<http://lexvo.org/id/char/2A2A8> a lvont:Character ;
    lvont:represents "𪊨"^^xsd:string .

<http://lexvo.org/id/char/2A2A9> a lvont:Character ;
    lvont:represents "𪊩"^^xsd:string .

<http://lexvo.org/id/char/2A2AA> a lvont:Character ;
    lvont:represents "𪊪"^^xsd:string .

<http://lexvo.org/id/char/2A2AB> a lvont:Character ;
    lvont:represents "𪊫"^^xsd:string .

<http://lexvo.org/id/char/2A2AC> a lvont:Character ;
    lvont:represents "𪊬"^^xsd:string .

<http://lexvo.org/id/char/2A2AD> a lvont:Character ;
    lvont:represents "𪊭"^^xsd:string .

<http://lexvo.org/id/char/2A2AE> a lvont:Character ;
    lvont:represents "𪊮"^^xsd:string .

<http://lexvo.org/id/char/2A2AF> a lvont:Character ;
    lvont:represents "𪊯"^^xsd:string .

<http://lexvo.org/id/char/2A2B> a lvont:Character ;
    lvont:represents "⨫"^^xsd:string ;
    rdfs:comment "MINUS SIGN WITH FALLING DOTS"@en .

<http://lexvo.org/id/char/2A2B0> a lvont:Character ;
    lvont:represents "𪊰"^^xsd:string .

<http://lexvo.org/id/char/2A2B1> a lvont:Character ;
    lvont:represents "𪊱"^^xsd:string .

<http://lexvo.org/id/char/2A2B2> a lvont:Character ;
    lvont:represents "𪊲"^^xsd:string .

<http://lexvo.org/id/char/2A2B3> a lvont:Character ;
    lvont:represents "𪊳"^^xsd:string .

<http://lexvo.org/id/char/2A2B4> a lvont:Character ;
    lvont:represents "𪊴"^^xsd:string .

<http://lexvo.org/id/char/2A2B5> a lvont:Character ;
    lvont:represents "𪊵"^^xsd:string .

<http://lexvo.org/id/char/2A2B6> a lvont:Character ;
    lvont:represents "𪊶"^^xsd:string .

<http://lexvo.org/id/char/2A2B7> a lvont:Character ;
    lvont:represents "𪊷"^^xsd:string .

<http://lexvo.org/id/char/2A2B8> a lvont:Character ;
    lvont:represents "𪊸"^^xsd:string .

<http://lexvo.org/id/char/2A2B9> a lvont:Character ;
    lvont:represents "𪊹"^^xsd:string .

<http://lexvo.org/id/char/2A2BA> a lvont:Character ;
    lvont:represents "𪊺"^^xsd:string .

<http://lexvo.org/id/char/2A2BB> a lvont:Character ;
    lvont:represents "𪊻"^^xsd:string .

<http://lexvo.org/id/char/2A2BC> a lvont:Character ;
    lvont:represents "𪊼"^^xsd:string .

<http://lexvo.org/id/char/2A2BD> a lvont:Character ;
    lvont:represents "𪊽"^^xsd:string .

<http://lexvo.org/id/char/2A2BE> a lvont:Character ;
    lvont:represents "𪊾"^^xsd:string .

<http://lexvo.org/id/char/2A2BF> a lvont:Character ;
    lvont:represents "𪊿"^^xsd:string .

<http://lexvo.org/id/char/2A2C> a lvont:Character ;
    lvont:represents "⨬"^^xsd:string ;
    rdfs:comment "MINUS SIGN WITH RISING DOTS"@en .

<http://lexvo.org/id/char/2A2C0> a lvont:Character ;
    lvont:represents "𪋀"^^xsd:string .

<http://lexvo.org/id/char/2A2C1> a lvont:Character ;
    lvont:represents "𪋁"^^xsd:string .

<http://lexvo.org/id/char/2A2C2> a lvont:Character ;
    lvont:represents "𪋂"^^xsd:string .

<http://lexvo.org/id/char/2A2C3> a lvont:Character ;
    lvont:represents "𪋃"^^xsd:string .

<http://lexvo.org/id/char/2A2C4> a lvont:Character ;
    lvont:represents "𪋄"^^xsd:string .

<http://lexvo.org/id/char/2A2C5> a lvont:Character ;
    lvont:represents "𪋅"^^xsd:string .

<http://lexvo.org/id/char/2A2C6> a lvont:Character ;
    lvont:represents "𪋆"^^xsd:string .

<http://lexvo.org/id/char/2A2C7> a lvont:Character ;
    lvont:represents "𪋇"^^xsd:string .

<http://lexvo.org/id/char/2A2C8> a lvont:Character ;
    lvont:represents "𪋈"^^xsd:string .

<http://lexvo.org/id/char/2A2C9> a lvont:Character ;
    lvont:represents "𪋉"^^xsd:string .

<http://lexvo.org/id/char/2A2CA> a lvont:Character ;
    lvont:represents "𪋊"^^xsd:string .

<http://lexvo.org/id/char/2A2CB> a lvont:Character ;
    lvont:represents "𪋋"^^xsd:string .

<http://lexvo.org/id/char/2A2CC> a lvont:Character ;
    lvont:represents "𪋌"^^xsd:string .

<http://lexvo.org/id/char/2A2CD> a lvont:Character ;
    lvont:represents "𪋍"^^xsd:string .

<http://lexvo.org/id/char/2A2CE> a lvont:Character ;
    lvont:represents "𪋎"^^xsd:string .

<http://lexvo.org/id/char/2A2CF> a lvont:Character ;
    lvont:represents "𪋏"^^xsd:string .

<http://lexvo.org/id/char/2A2D> a lvont:Character ;
    lvont:represents "⨭"^^xsd:string ;
    rdfs:comment "PLUS SIGN IN LEFT HALF CIRCLE"@en .

<http://lexvo.org/id/char/2A2D0> a lvont:Character ;
    lvont:represents "𪋐"^^xsd:string .

<http://lexvo.org/id/char/2A2D1> a lvont:Character ;
    lvont:represents "𪋑"^^xsd:string .

<http://lexvo.org/id/char/2A2D2> a lvont:Character ;
    lvont:represents "𪋒"^^xsd:string .

<http://lexvo.org/id/char/2A2D3> a lvont:Character ;
    lvont:represents "𪋓"^^xsd:string .

<http://lexvo.org/id/char/2A2D4> a lvont:Character ;
    lvont:represents "𪋔"^^xsd:string .

<http://lexvo.org/id/char/2A2D5> a lvont:Character ;
    lvont:represents "𪋕"^^xsd:string .

<http://lexvo.org/id/char/2A2D6> a lvont:Character ;
    lvont:represents "𪋖"^^xsd:string .

<http://lexvo.org/id/char/2A2D7> a lvont:Character ;
    lvont:represents "𪋗"^^xsd:string .

<http://lexvo.org/id/char/2A2D8> a lvont:Character ;
    lvont:represents "𪋘"^^xsd:string .

<http://lexvo.org/id/char/2A2D9> a lvont:Character ;
    lvont:represents "𪋙"^^xsd:string .

<http://lexvo.org/id/char/2A2DA> a lvont:Character ;
    lvont:represents "𪋚"^^xsd:string .

<http://lexvo.org/id/char/2A2DB> a lvont:Character ;
    lvont:represents "𪋛"^^xsd:string .

<http://lexvo.org/id/char/2A2DC> a lvont:Character ;
    lvont:represents "𪋜"^^xsd:string .

<http://lexvo.org/id/char/2A2DD> a lvont:Character ;
    lvont:represents "𪋝"^^xsd:string .

<http://lexvo.org/id/char/2A2DE> a lvont:Character ;
    lvont:represents "𪋞"^^xsd:string .

<http://lexvo.org/id/char/2A2DF> a lvont:Character ;
    lvont:represents "𪋟"^^xsd:string .

<http://lexvo.org/id/char/2A2E> a lvont:Character ;
    lvont:represents "⨮"^^xsd:string ;
    rdfs:comment "PLUS SIGN IN RIGHT HALF CIRCLE"@en .

<http://lexvo.org/id/char/2A2E0> a lvont:Character ;
    lvont:represents "𪋠"^^xsd:string .

<http://lexvo.org/id/char/2A2E1> a lvont:Character ;
    lvont:represents "𪋡"^^xsd:string .

<http://lexvo.org/id/char/2A2E2> a lvont:Character ;
    lvont:represents "𪋢"^^xsd:string .

<http://lexvo.org/id/char/2A2E3> a lvont:Character ;
    lvont:represents "𪋣"^^xsd:string .

<http://lexvo.org/id/char/2A2E4> a lvont:Character ;
    lvont:represents "𪋤"^^xsd:string .

<http://lexvo.org/id/char/2A2E5> a lvont:Character ;
    lvont:represents "𪋥"^^xsd:string .

<http://lexvo.org/id/char/2A2E6> a lvont:Character ;
    lvont:represents "𪋦"^^xsd:string .

<http://lexvo.org/id/char/2A2E7> a lvont:Character ;
    lvont:represents "𪋧"^^xsd:string .

<http://lexvo.org/id/char/2A2E8> a lvont:Character ;
    lvont:represents "𪋨"^^xsd:string .

<http://lexvo.org/id/char/2A2E9> a lvont:Character ;
    lvont:represents "𪋩"^^xsd:string .

<http://lexvo.org/id/char/2A2EA> a lvont:Character ;
    lvont:represents "𪋪"^^xsd:string .

<http://lexvo.org/id/char/2A2EB> a lvont:Character ;
    lvont:represents "𪋫"^^xsd:string .

<http://lexvo.org/id/char/2A2EC> a lvont:Character ;
    lvont:represents "𪋬"^^xsd:string .

<http://lexvo.org/id/char/2A2ED> a lvont:Character ;
    lvont:represents "𪋭"^^xsd:string .

<http://lexvo.org/id/char/2A2EE> a lvont:Character ;
    lvont:represents "𪋮"^^xsd:string .

<http://lexvo.org/id/char/2A2EF> a lvont:Character ;
    lvont:represents "𪋯"^^xsd:string .

<http://lexvo.org/id/char/2A2F> a lvont:Character ;
    lvont:represents "⨯"^^xsd:string ;
    rdfs:comment "VECTOR OR CROSS PRODUCT"@en .

<http://lexvo.org/id/char/2A2F0> a lvont:Character ;
    lvont:represents "𪋰"^^xsd:string .

<http://lexvo.org/id/char/2A2F1> a lvont:Character ;
    lvont:represents "𪋱"^^xsd:string .

<http://lexvo.org/id/char/2A2F2> a lvont:Character ;
    lvont:represents "𪋲"^^xsd:string .

<http://lexvo.org/id/char/2A2F3> a lvont:Character ;
    lvont:represents "𪋳"^^xsd:string .

<http://lexvo.org/id/char/2A2F4> a lvont:Character ;
    lvont:represents "𪋴"^^xsd:string .

<http://lexvo.org/id/char/2A2F5> a lvont:Character ;
    lvont:represents "𪋵"^^xsd:string .

<http://lexvo.org/id/char/2A2F6> a lvont:Character ;
    lvont:represents "𪋶"^^xsd:string .

<http://lexvo.org/id/char/2A2F7> a lvont:Character ;
    lvont:represents "𪋷"^^xsd:string .

<http://lexvo.org/id/char/2A2F8> a lvont:Character ;
    lvont:represents "𪋸"^^xsd:string .

<http://lexvo.org/id/char/2A2F9> a lvont:Character ;
    lvont:represents "𪋹"^^xsd:string .

<http://lexvo.org/id/char/2A2FA> a lvont:Character ;
    lvont:represents "𪋺"^^xsd:string .

<http://lexvo.org/id/char/2A2FB> a lvont:Character ;
    lvont:represents "𪋻"^^xsd:string .

<http://lexvo.org/id/char/2A2FC> a lvont:Character ;
    lvont:represents "𪋼"^^xsd:string .

<http://lexvo.org/id/char/2A2FD> a lvont:Character ;
    lvont:represents "𪋽"^^xsd:string .

<http://lexvo.org/id/char/2A2FE> a lvont:Character ;
    lvont:represents "𪋾"^^xsd:string .

<http://lexvo.org/id/char/2A2FF> a lvont:Character ;
    lvont:represents "𪋿"^^xsd:string .

<http://lexvo.org/id/char/2A30> a lvont:Character ;
    lvont:represents "⨰"^^xsd:string ;
    rdfs:comment "MULTIPLICATION SIGN WITH DOT ABOVE"@en .

<http://lexvo.org/id/char/2A300> a lvont:Character ;
    lvont:represents "𪌀"^^xsd:string .

<http://lexvo.org/id/char/2A301> a lvont:Character ;
    lvont:represents "𪌁"^^xsd:string .

<http://lexvo.org/id/char/2A302> a lvont:Character ;
    lvont:represents "𪌂"^^xsd:string .

<http://lexvo.org/id/char/2A303> a lvont:Character ;
    lvont:represents "𪌃"^^xsd:string .

<http://lexvo.org/id/char/2A304> a lvont:Character ;
    lvont:represents "𪌄"^^xsd:string .

<http://lexvo.org/id/char/2A305> a lvont:Character ;
    lvont:represents "𪌅"^^xsd:string .

<http://lexvo.org/id/char/2A306> a lvont:Character ;
    lvont:represents "𪌆"^^xsd:string .

<http://lexvo.org/id/char/2A307> a lvont:Character ;
    lvont:represents "𪌇"^^xsd:string .

<http://lexvo.org/id/char/2A308> a lvont:Character ;
    lvont:represents "𪌈"^^xsd:string .

<http://lexvo.org/id/char/2A309> a lvont:Character ;
    lvont:represents "𪌉"^^xsd:string .

<http://lexvo.org/id/char/2A30A> a lvont:Character ;
    lvont:represents "𪌊"^^xsd:string .

<http://lexvo.org/id/char/2A30B> a lvont:Character ;
    lvont:represents "𪌋"^^xsd:string .

<http://lexvo.org/id/char/2A30C> a lvont:Character ;
    lvont:represents "𪌌"^^xsd:string .

<http://lexvo.org/id/char/2A30D> a lvont:Character ;
    lvont:represents "𪌍"^^xsd:string .

<http://lexvo.org/id/char/2A30E> a lvont:Character ;
    lvont:represents "𪌎"^^xsd:string .

<http://lexvo.org/id/char/2A30F> a lvont:Character ;
    lvont:represents "𪌏"^^xsd:string .

<http://lexvo.org/id/char/2A31> a lvont:Character ;
    lvont:represents "⨱"^^xsd:string ;
    rdfs:comment "MULTIPLICATION SIGN WITH UNDERBAR"@en .

<http://lexvo.org/id/char/2A310> a lvont:Character ;
    lvont:represents "𪌐"^^xsd:string .

<http://lexvo.org/id/char/2A311> a lvont:Character ;
    lvont:represents "𪌑"^^xsd:string .

<http://lexvo.org/id/char/2A312> a lvont:Character ;
    lvont:represents "𪌒"^^xsd:string .

<http://lexvo.org/id/char/2A313> a lvont:Character ;
    lvont:represents "𪌓"^^xsd:string .

<http://lexvo.org/id/char/2A314> a lvont:Character ;
    lvont:represents "𪌔"^^xsd:string .

<http://lexvo.org/id/char/2A315> a lvont:Character ;
    lvont:represents "𪌕"^^xsd:string .

<http://lexvo.org/id/char/2A316> a lvont:Character ;
    lvont:represents "𪌖"^^xsd:string .

<http://lexvo.org/id/char/2A317> a lvont:Character ;
    lvont:represents "𪌗"^^xsd:string .

<http://lexvo.org/id/char/2A318> a lvont:Character ;
    lvont:represents "𪌘"^^xsd:string .

<http://lexvo.org/id/char/2A319> a lvont:Character ;
    lvont:represents "𪌙"^^xsd:string .

<http://lexvo.org/id/char/2A31A> a lvont:Character ;
    lvont:represents "𪌚"^^xsd:string .

<http://lexvo.org/id/char/2A31B> a lvont:Character ;
    lvont:represents "𪌛"^^xsd:string .

<http://lexvo.org/id/char/2A31C> a lvont:Character ;
    lvont:represents "𪌜"^^xsd:string .

<http://lexvo.org/id/char/2A31D> a lvont:Character ;
    lvont:represents "𪌝"^^xsd:string .

<http://lexvo.org/id/char/2A31E> a lvont:Character ;
    lvont:represents "𪌞"^^xsd:string .

<http://lexvo.org/id/char/2A31F> a lvont:Character ;
    lvont:represents "𪌟"^^xsd:string .

<http://lexvo.org/id/char/2A32> a lvont:Character ;
    lvont:represents "⨲"^^xsd:string ;
    rdfs:comment "SEMIDIRECT PRODUCT WITH BOTTOM CLOSED"@en .

<http://lexvo.org/id/char/2A320> a lvont:Character ;
    lvont:represents "𪌠"^^xsd:string .

<http://lexvo.org/id/char/2A321> a lvont:Character ;
    lvont:represents "𪌡"^^xsd:string .

<http://lexvo.org/id/char/2A322> a lvont:Character ;
    lvont:represents "𪌢"^^xsd:string .

<http://lexvo.org/id/char/2A323> a lvont:Character ;
    lvont:represents "𪌣"^^xsd:string .

<http://lexvo.org/id/char/2A324> a lvont:Character ;
    lvont:represents "𪌤"^^xsd:string .

<http://lexvo.org/id/char/2A325> a lvont:Character ;
    lvont:represents "𪌥"^^xsd:string .

<http://lexvo.org/id/char/2A326> a lvont:Character ;
    lvont:represents "𪌦"^^xsd:string .

<http://lexvo.org/id/char/2A327> a lvont:Character ;
    lvont:represents "𪌧"^^xsd:string .

<http://lexvo.org/id/char/2A328> a lvont:Character ;
    lvont:represents "𪌨"^^xsd:string .

<http://lexvo.org/id/char/2A329> a lvont:Character ;
    lvont:represents "𪌩"^^xsd:string .

<http://lexvo.org/id/char/2A32A> a lvont:Character ;
    lvont:represents "𪌪"^^xsd:string .

<http://lexvo.org/id/char/2A32B> a lvont:Character ;
    lvont:represents "𪌫"^^xsd:string .

<http://lexvo.org/id/char/2A32C> a lvont:Character ;
    lvont:represents "𪌬"^^xsd:string .

<http://lexvo.org/id/char/2A32D> a lvont:Character ;
    lvont:represents "𪌭"^^xsd:string .

<http://lexvo.org/id/char/2A32E> a lvont:Character ;
    lvont:represents "𪌮"^^xsd:string .

<http://lexvo.org/id/char/2A32F> a lvont:Character ;
    lvont:represents "𪌯"^^xsd:string .

<http://lexvo.org/id/char/2A33> a lvont:Character ;
    lvont:represents "⨳"^^xsd:string ;
    rdfs:comment "SMASH PRODUCT"@en .

<http://lexvo.org/id/char/2A330> a lvont:Character ;
    lvont:represents "𪌰"^^xsd:string .

<http://lexvo.org/id/char/2A331> a lvont:Character ;
    lvont:represents "𪌱"^^xsd:string .

<http://lexvo.org/id/char/2A332> a lvont:Character ;
    lvont:represents "𪌲"^^xsd:string .

<http://lexvo.org/id/char/2A333> a lvont:Character ;
    lvont:represents "𪌳"^^xsd:string .

<http://lexvo.org/id/char/2A334> a lvont:Character ;
    lvont:represents "𪌴"^^xsd:string .

<http://lexvo.org/id/char/2A335> a lvont:Character ;
    lvont:represents "𪌵"^^xsd:string .

<http://lexvo.org/id/char/2A336> a lvont:Character ;
    lvont:represents "𪌶"^^xsd:string .

<http://lexvo.org/id/char/2A337> a lvont:Character ;
    lvont:represents "𪌷"^^xsd:string .

<http://lexvo.org/id/char/2A338> a lvont:Character ;
    lvont:represents "𪌸"^^xsd:string .

<http://lexvo.org/id/char/2A339> a lvont:Character ;
    lvont:represents "𪌹"^^xsd:string .

<http://lexvo.org/id/char/2A33A> a lvont:Character ;
    lvont:represents "𪌺"^^xsd:string .

<http://lexvo.org/id/char/2A33B> a lvont:Character ;
    lvont:represents "𪌻"^^xsd:string .

<http://lexvo.org/id/char/2A33C> a lvont:Character ;
    lvont:represents "𪌼"^^xsd:string .

<http://lexvo.org/id/char/2A33D> a lvont:Character ;
    lvont:represents "𪌽"^^xsd:string .

<http://lexvo.org/id/char/2A33E> a lvont:Character ;
    lvont:represents "𪌾"^^xsd:string .

<http://lexvo.org/id/char/2A33F> a lvont:Character ;
    lvont:represents "𪌿"^^xsd:string .

<http://lexvo.org/id/char/2A34> a lvont:Character ;
    lvont:represents "⨴"^^xsd:string ;
    rdfs:comment "MULTIPLICATION SIGN IN LEFT HALF CIRCLE"@en .

<http://lexvo.org/id/char/2A340> a lvont:Character ;
    lvont:represents "𪍀"^^xsd:string .

<http://lexvo.org/id/char/2A341> a lvont:Character ;
    lvont:represents "𪍁"^^xsd:string .

<http://lexvo.org/id/char/2A342> a lvont:Character ;
    lvont:represents "𪍂"^^xsd:string .

<http://lexvo.org/id/char/2A343> a lvont:Character ;
    lvont:represents "𪍃"^^xsd:string .

<http://lexvo.org/id/char/2A344> a lvont:Character ;
    lvont:represents "𪍄"^^xsd:string .

<http://lexvo.org/id/char/2A345> a lvont:Character ;
    lvont:represents "𪍅"^^xsd:string .

<http://lexvo.org/id/char/2A346> a lvont:Character ;
    lvont:represents "𪍆"^^xsd:string .

<http://lexvo.org/id/char/2A347> a lvont:Character ;
    lvont:represents "𪍇"^^xsd:string .

<http://lexvo.org/id/char/2A348> a lvont:Character ;
    lvont:represents "𪍈"^^xsd:string .

<http://lexvo.org/id/char/2A349> a lvont:Character ;
    lvont:represents "𪍉"^^xsd:string .

<http://lexvo.org/id/char/2A34A> a lvont:Character ;
    lvont:represents "𪍊"^^xsd:string .

<http://lexvo.org/id/char/2A34B> a lvont:Character ;
    lvont:represents "𪍋"^^xsd:string .

<http://lexvo.org/id/char/2A34C> a lvont:Character ;
    lvont:represents "𪍌"^^xsd:string .

<http://lexvo.org/id/char/2A34D> a lvont:Character ;
    lvont:represents "𪍍"^^xsd:string .

<http://lexvo.org/id/char/2A34E> a lvont:Character ;
    lvont:represents "𪍎"^^xsd:string .

<http://lexvo.org/id/char/2A34F> a lvont:Character ;
    lvont:represents "𪍏"^^xsd:string .

<http://lexvo.org/id/char/2A35> a lvont:Character ;
    lvont:represents "⨵"^^xsd:string ;
    rdfs:comment "MULTIPLICATION SIGN IN RIGHT HALF CIRCLE"@en .

<http://lexvo.org/id/char/2A350> a lvont:Character ;
    lvont:represents "𪍐"^^xsd:string .

<http://lexvo.org/id/char/2A351> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C7%8Eo>,
        "𪍑"^^xsd:string .

<http://lexvo.org/id/char/2A352> a lvont:Character ;
    lvont:represents "𪍒"^^xsd:string .

<http://lexvo.org/id/char/2A353> a lvont:Character ;
    lvont:represents "𪍓"^^xsd:string .

<http://lexvo.org/id/char/2A354> a lvont:Character ;
    lvont:represents "𪍔"^^xsd:string .

<http://lexvo.org/id/char/2A355> a lvont:Character ;
    lvont:represents "𪍕"^^xsd:string .

<http://lexvo.org/id/char/2A356> a lvont:Character ;
    lvont:represents "𪍖"^^xsd:string .

<http://lexvo.org/id/char/2A357> a lvont:Character ;
    lvont:represents "𪍗"^^xsd:string .

<http://lexvo.org/id/char/2A358> a lvont:Character ;
    lvont:represents "𪍘"^^xsd:string .

<http://lexvo.org/id/char/2A359> a lvont:Character ;
    lvont:represents "𪍙"^^xsd:string .

<http://lexvo.org/id/char/2A35A> a lvont:Character ;
    lvont:represents "𪍚"^^xsd:string .

<http://lexvo.org/id/char/2A35B> a lvont:Character ;
    lvont:represents "𪍛"^^xsd:string .

<http://lexvo.org/id/char/2A35C> a lvont:Character ;
    lvont:represents "𪍜"^^xsd:string .

<http://lexvo.org/id/char/2A35D> a lvont:Character ;
    lvont:represents "𪍝"^^xsd:string .

<http://lexvo.org/id/char/2A35E> a lvont:Character ;
    lvont:represents "𪍞"^^xsd:string .

<http://lexvo.org/id/char/2A35F> a lvont:Character ;
    lvont:represents "𪍟"^^xsd:string .

<http://lexvo.org/id/char/2A36> a lvont:Character ;
    lvont:represents "⨶"^^xsd:string ;
    rdfs:comment "CIRCLED MULTIPLICATION SIGN WITH CIRCUMFLEX ACCENT"@en .

<http://lexvo.org/id/char/2A360> a lvont:Character ;
    lvont:represents "𪍠"^^xsd:string .

<http://lexvo.org/id/char/2A361> a lvont:Character ;
    lvont:represents "𪍡"^^xsd:string .

<http://lexvo.org/id/char/2A362> a lvont:Character ;
    lvont:represents "𪍢"^^xsd:string .

<http://lexvo.org/id/char/2A363> a lvont:Character ;
    lvont:represents "𪍣"^^xsd:string .

<http://lexvo.org/id/char/2A364> a lvont:Character ;
    lvont:represents "𪍤"^^xsd:string .

<http://lexvo.org/id/char/2A365> a lvont:Character ;
    lvont:represents "𪍥"^^xsd:string .

<http://lexvo.org/id/char/2A366> a lvont:Character ;
    lvont:represents "𪍦"^^xsd:string .

<http://lexvo.org/id/char/2A367> a lvont:Character ;
    lvont:represents "𪍧"^^xsd:string .

<http://lexvo.org/id/char/2A368> a lvont:Character ;
    lvont:represents "𪍨"^^xsd:string .

<http://lexvo.org/id/char/2A369> a lvont:Character ;
    lvont:represents "𪍩"^^xsd:string .

<http://lexvo.org/id/char/2A36A> a lvont:Character ;
    lvont:represents "𪍪"^^xsd:string .

<http://lexvo.org/id/char/2A36B> a lvont:Character ;
    lvont:represents "𪍫"^^xsd:string .

<http://lexvo.org/id/char/2A36C> a lvont:Character ;
    lvont:represents "𪍬"^^xsd:string .

<http://lexvo.org/id/char/2A36D> a lvont:Character ;
    lvont:represents "𪍭"^^xsd:string .

<http://lexvo.org/id/char/2A36E> a lvont:Character ;
    lvont:represents "𪍮"^^xsd:string .

<http://lexvo.org/id/char/2A36F> a lvont:Character ;
    lvont:represents "𪍯"^^xsd:string .

<http://lexvo.org/id/char/2A37> a lvont:Character ;
    lvont:represents "⨷"^^xsd:string ;
    rdfs:comment "MULTIPLICATION SIGN IN DOUBLE CIRCLE"@en .

<http://lexvo.org/id/char/2A370> a lvont:Character ;
    lvont:represents "𪍰"^^xsd:string .

<http://lexvo.org/id/char/2A371> a lvont:Character ;
    lvont:represents "𪍱"^^xsd:string .

<http://lexvo.org/id/char/2A372> a lvont:Character ;
    lvont:represents "𪍲"^^xsd:string .

<http://lexvo.org/id/char/2A373> a lvont:Character ;
    lvont:represents "𪍳"^^xsd:string .

<http://lexvo.org/id/char/2A374> a lvont:Character ;
    lvont:represents "𪍴"^^xsd:string .

<http://lexvo.org/id/char/2A375> a lvont:Character ;
    lvont:represents "𪍵"^^xsd:string .

<http://lexvo.org/id/char/2A376> a lvont:Character ;
    lvont:represents "𪍶"^^xsd:string .

<http://lexvo.org/id/char/2A377> a lvont:Character ;
    lvont:represents "𪍷"^^xsd:string .

<http://lexvo.org/id/char/2A378> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%F0%AA%8D%B8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C3%BA>,
        "𪍸"^^xsd:string ;
    rdfs:comment "young wheat"@en .

<http://lexvo.org/id/char/2A379> a lvont:Character ;
    lvont:represents "𪍹"^^xsd:string .

<http://lexvo.org/id/char/2A37A> a lvont:Character ;
    lvont:represents "𪍺"^^xsd:string .

<http://lexvo.org/id/char/2A37B> a lvont:Character ;
    lvont:represents "𪍻"^^xsd:string .

<http://lexvo.org/id/char/2A37C> a lvont:Character ;
    lvont:represents "𪍼"^^xsd:string .

<http://lexvo.org/id/char/2A37D> a lvont:Character ;
    lvont:represents "𪍽"^^xsd:string .

<http://lexvo.org/id/char/2A37E> a lvont:Character ;
    lvont:represents "𪍾"^^xsd:string .

<http://lexvo.org/id/char/2A37F> a lvont:Character ;
    lvont:represents "𪍿"^^xsd:string .

<http://lexvo.org/id/char/2A38> a lvont:Character ;
    lvont:represents "⨸"^^xsd:string ;
    rdfs:comment "CIRCLED DIVISION SIGN"@en .

<http://lexvo.org/id/char/2A380> a lvont:Character ;
    lvont:represents "𪎀"^^xsd:string .

<http://lexvo.org/id/char/2A381> a lvont:Character ;
    lvont:represents "𪎁"^^xsd:string .

<http://lexvo.org/id/char/2A382> a lvont:Character ;
    lvont:represents "𪎂"^^xsd:string .

<http://lexvo.org/id/char/2A383> a lvont:Character ;
    lvont:represents "𪎃"^^xsd:string .

<http://lexvo.org/id/char/2A384> a lvont:Character ;
    lvont:represents "𪎄"^^xsd:string .

<http://lexvo.org/id/char/2A385> a lvont:Character ;
    lvont:represents "𪎅"^^xsd:string .

<http://lexvo.org/id/char/2A386> a lvont:Character ;
    lvont:represents "𪎆"^^xsd:string .

<http://lexvo.org/id/char/2A387> a lvont:Character ;
    lvont:represents "𪎇"^^xsd:string .

<http://lexvo.org/id/char/2A388> a lvont:Character ;
    lvont:represents "𪎈"^^xsd:string .

<http://lexvo.org/id/char/2A389> a lvont:Character ;
    lvont:represents "𪎉"^^xsd:string .

<http://lexvo.org/id/char/2A38A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C7%8Eo>,
        "𪎊"^^xsd:string .

<http://lexvo.org/id/char/2A38B> a lvont:Character ;
    lvont:represents "𪎋"^^xsd:string .

<http://lexvo.org/id/char/2A38C> a lvont:Character ;
    lvont:represents "𪎌"^^xsd:string .

<http://lexvo.org/id/char/2A38D> a lvont:Character ;
    lvont:represents "𪎍"^^xsd:string .

<http://lexvo.org/id/char/2A38E> a lvont:Character ;
    lvont:represents "𪎎"^^xsd:string .

<http://lexvo.org/id/char/2A38F> a lvont:Character ;
    lvont:represents "𪎏"^^xsd:string .

<http://lexvo.org/id/char/2A39> a lvont:Character ;
    lvont:represents "⨹"^^xsd:string ;
    rdfs:comment "PLUS SIGN IN TRIANGLE"@en .

<http://lexvo.org/id/char/2A390> a lvont:Character ;
    lvont:represents "𪎐"^^xsd:string .

<http://lexvo.org/id/char/2A391> a lvont:Character ;
    lvont:represents "𪎑"^^xsd:string .

<http://lexvo.org/id/char/2A392> a lvont:Character ;
    lvont:represents "𪎒"^^xsd:string .

<http://lexvo.org/id/char/2A393> a lvont:Character ;
    lvont:represents "𪎓"^^xsd:string .

<http://lexvo.org/id/char/2A394> a lvont:Character ;
    lvont:represents "𪎔"^^xsd:string .

<http://lexvo.org/id/char/2A395> a lvont:Character ;
    lvont:represents "𪎕"^^xsd:string .

<http://lexvo.org/id/char/2A396> a lvont:Character ;
    lvont:represents "𪎖"^^xsd:string .

<http://lexvo.org/id/char/2A397> a lvont:Character ;
    lvont:represents "𪎗"^^xsd:string .

<http://lexvo.org/id/char/2A398> a lvont:Character ;
    lvont:represents "𪎘"^^xsd:string .

<http://lexvo.org/id/char/2A399> a lvont:Character ;
    lvont:represents "𪎙"^^xsd:string .

<http://lexvo.org/id/char/2A39A> a lvont:Character ;
    lvont:represents "𪎚"^^xsd:string .

<http://lexvo.org/id/char/2A39B> a lvont:Character ;
    lvont:represents "𪎛"^^xsd:string .

<http://lexvo.org/id/char/2A39C> a lvont:Character ;
    lvont:represents "𪎜"^^xsd:string .

<http://lexvo.org/id/char/2A39D> a lvont:Character ;
    lvont:represents "𪎝"^^xsd:string .

<http://lexvo.org/id/char/2A39E> a lvont:Character ;
    lvont:represents "𪎞"^^xsd:string .

<http://lexvo.org/id/char/2A39F> a lvont:Character ;
    lvont:represents "𪎟"^^xsd:string .

<http://lexvo.org/id/char/2A3A> a lvont:Character ;
    lvont:represents "⨺"^^xsd:string ;
    rdfs:comment "MINUS SIGN IN TRIANGLE"@en .

<http://lexvo.org/id/char/2A3A0> a lvont:Character ;
    lvont:represents "𪎠"^^xsd:string .

<http://lexvo.org/id/char/2A3A1> a lvont:Character ;
    lvont:represents "𪎡"^^xsd:string .

<http://lexvo.org/id/char/2A3A2> a lvont:Character ;
    lvont:represents "𪎢"^^xsd:string .

<http://lexvo.org/id/char/2A3A3> a lvont:Character ;
    lvont:represents "𪎣"^^xsd:string .

<http://lexvo.org/id/char/2A3A4> a lvont:Character ;
    lvont:represents "𪎤"^^xsd:string .

<http://lexvo.org/id/char/2A3A5> a lvont:Character ;
    lvont:represents "𪎥"^^xsd:string .

<http://lexvo.org/id/char/2A3A6> a lvont:Character ;
    lvont:represents "𪎦"^^xsd:string .

<http://lexvo.org/id/char/2A3A7> a lvont:Character ;
    lvont:represents "𪎧"^^xsd:string .

<http://lexvo.org/id/char/2A3A8> a lvont:Character ;
    lvont:represents "𪎨"^^xsd:string .

<http://lexvo.org/id/char/2A3A9> a lvont:Character ;
    lvont:represents "𪎩"^^xsd:string .

<http://lexvo.org/id/char/2A3AA> a lvont:Character ;
    lvont:represents "𪎪"^^xsd:string .

<http://lexvo.org/id/char/2A3AB> a lvont:Character ;
    lvont:represents "𪎫"^^xsd:string .

<http://lexvo.org/id/char/2A3AC> a lvont:Character ;
    lvont:represents "𪎬"^^xsd:string .

<http://lexvo.org/id/char/2A3AD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A9i>,
        "𪎭"^^xsd:string .

<http://lexvo.org/id/char/2A3AE> a lvont:Character ;
    lvont:represents "𪎮"^^xsd:string .

<http://lexvo.org/id/char/2A3AF> a lvont:Character ;
    lvont:represents "𪎯"^^xsd:string .

<http://lexvo.org/id/char/2A3B> a lvont:Character ;
    lvont:represents "⨻"^^xsd:string ;
    rdfs:comment "MULTIPLICATION SIGN IN TRIANGLE"@en .

<http://lexvo.org/id/char/2A3B0> a lvont:Character ;
    lvont:represents "𪎰"^^xsd:string .

<http://lexvo.org/id/char/2A3B1> a lvont:Character ;
    lvont:represents "𪎱"^^xsd:string .

<http://lexvo.org/id/char/2A3B2> a lvont:Character ;
    lvont:represents "𪎲"^^xsd:string .

<http://lexvo.org/id/char/2A3B3> a lvont:Character ;
    lvont:represents "𪎳"^^xsd:string .

<http://lexvo.org/id/char/2A3B4> a lvont:Character ;
    lvont:represents "𪎴"^^xsd:string .

<http://lexvo.org/id/char/2A3B5> a lvont:Character ;
    lvont:represents "𪎵"^^xsd:string .

<http://lexvo.org/id/char/2A3B6> a lvont:Character ;
    lvont:represents "𪎶"^^xsd:string .

<http://lexvo.org/id/char/2A3B7> a lvont:Character ;
    lvont:represents "𪎷"^^xsd:string .

<http://lexvo.org/id/char/2A3B8> a lvont:Character ;
    lvont:represents "𪎸"^^xsd:string .

<http://lexvo.org/id/char/2A3B9> a lvont:Character ;
    lvont:represents "𪎹"^^xsd:string .

<http://lexvo.org/id/char/2A3BA> a lvont:Character ;
    lvont:represents "𪎺"^^xsd:string .

<http://lexvo.org/id/char/2A3BB> a lvont:Character ;
    lvont:represents "𪎻"^^xsd:string .

<http://lexvo.org/id/char/2A3BC> a lvont:Character ;
    lvont:represents "𪎼"^^xsd:string .

<http://lexvo.org/id/char/2A3BD> a lvont:Character ;
    lvont:represents "𪎽"^^xsd:string .

<http://lexvo.org/id/char/2A3BE> a lvont:Character ;
    lvont:represents "𪎾"^^xsd:string .

<http://lexvo.org/id/char/2A3BF> a lvont:Character ;
    lvont:represents "𪎿"^^xsd:string .

<http://lexvo.org/id/char/2A3C> a lvont:Character ;
    lvont:represents "⨼"^^xsd:string ;
    rdfs:comment "INTERIOR PRODUCT"@en .

<http://lexvo.org/id/char/2A3C0> a lvont:Character ;
    lvont:represents "𪏀"^^xsd:string .

<http://lexvo.org/id/char/2A3C1> a lvont:Character ;
    lvont:represents "𪏁"^^xsd:string .

<http://lexvo.org/id/char/2A3C2> a lvont:Character ;
    lvont:represents "𪏂"^^xsd:string .

<http://lexvo.org/id/char/2A3C3> a lvont:Character ;
    lvont:represents "𪏃"^^xsd:string .

<http://lexvo.org/id/char/2A3C4> a lvont:Character ;
    lvont:represents "𪏄"^^xsd:string .

<http://lexvo.org/id/char/2A3C5> a lvont:Character ;
    lvont:represents "𪏅"^^xsd:string .

<http://lexvo.org/id/char/2A3C6> a lvont:Character ;
    lvont:represents "𪏆"^^xsd:string .

<http://lexvo.org/id/char/2A3C7> a lvont:Character ;
    lvont:represents "𪏇"^^xsd:string .

<http://lexvo.org/id/char/2A3C8> a lvont:Character ;
    lvont:represents "𪏈"^^xsd:string .

<http://lexvo.org/id/char/2A3C9> a lvont:Character ;
    lvont:represents "𪏉"^^xsd:string .

<http://lexvo.org/id/char/2A3CA> a lvont:Character ;
    lvont:represents "𪏊"^^xsd:string .

<http://lexvo.org/id/char/2A3CB> a lvont:Character ;
    lvont:represents "𪏋"^^xsd:string .

<http://lexvo.org/id/char/2A3CC> a lvont:Character ;
    lvont:represents "𪏌"^^xsd:string .

<http://lexvo.org/id/char/2A3CD> a lvont:Character ;
    lvont:represents "𪏍"^^xsd:string .

<http://lexvo.org/id/char/2A3CE> a lvont:Character ;
    lvont:represents "𪏎"^^xsd:string .

<http://lexvo.org/id/char/2A3CF> a lvont:Character ;
    lvont:represents "𪏏"^^xsd:string .

<http://lexvo.org/id/char/2A3D> a lvont:Character ;
    lvont:represents "⨽"^^xsd:string ;
    rdfs:comment "RIGHTHAND INTERIOR PRODUCT"@en .

<http://lexvo.org/id/char/2A3D0> a lvont:Character ;
    lvont:represents "𪏐"^^xsd:string .

<http://lexvo.org/id/char/2A3D1> a lvont:Character ;
    lvont:represents "𪏑"^^xsd:string .

<http://lexvo.org/id/char/2A3D2> a lvont:Character ;
    lvont:represents "𪏒"^^xsd:string .

<http://lexvo.org/id/char/2A3D3> a lvont:Character ;
    lvont:represents "𪏓"^^xsd:string .

<http://lexvo.org/id/char/2A3D4> a lvont:Character ;
    lvont:represents "𪏔"^^xsd:string .

<http://lexvo.org/id/char/2A3D5> a lvont:Character ;
    lvont:represents "𪏕"^^xsd:string .

<http://lexvo.org/id/char/2A3D6> a lvont:Character ;
    lvont:represents "𪏖"^^xsd:string .

<http://lexvo.org/id/char/2A3D7> a lvont:Character ;
    lvont:represents "𪏗"^^xsd:string .

<http://lexvo.org/id/char/2A3D8> a lvont:Character ;
    lvont:represents "𪏘"^^xsd:string .

<http://lexvo.org/id/char/2A3D9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%F0%AA%8F%99>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%A1ng>,
        "𪏙"^^xsd:string ;
    rdfs:comment "a yolk"@en .

<http://lexvo.org/id/char/2A3DA> a lvont:Character ;
    lvont:represents "𪏚"^^xsd:string .

<http://lexvo.org/id/char/2A3DB> a lvont:Character ;
    lvont:represents "𪏛"^^xsd:string .

<http://lexvo.org/id/char/2A3DC> a lvont:Character ;
    lvont:represents "𪏜"^^xsd:string .

<http://lexvo.org/id/char/2A3DD> a lvont:Character ;
    lvont:represents "𪏝"^^xsd:string .

<http://lexvo.org/id/char/2A3DE> a lvont:Character ;
    lvont:represents "𪏞"^^xsd:string .

<http://lexvo.org/id/char/2A3DF> a lvont:Character ;
    lvont:represents "𪏟"^^xsd:string .

<http://lexvo.org/id/char/2A3E> a lvont:Character ;
    lvont:represents "⨾"^^xsd:string ;
    rdfs:comment "Z NOTATION RELATIONAL COMPOSITION"@en .

<http://lexvo.org/id/char/2A3E0> a lvont:Character ;
    lvont:represents "𪏠"^^xsd:string .

<http://lexvo.org/id/char/2A3E1> a lvont:Character ;
    lvont:represents "𪏡"^^xsd:string .

<http://lexvo.org/id/char/2A3E2> a lvont:Character ;
    lvont:represents "𪏢"^^xsd:string .

<http://lexvo.org/id/char/2A3E3> a lvont:Character ;
    lvont:represents "𪏣"^^xsd:string .

<http://lexvo.org/id/char/2A3E4> a lvont:Character ;
    lvont:represents "𪏤"^^xsd:string .

<http://lexvo.org/id/char/2A3E5> a lvont:Character ;
    lvont:represents "𪏥"^^xsd:string .

<http://lexvo.org/id/char/2A3E6> a lvont:Character ;
    lvont:represents "𪏦"^^xsd:string .

<http://lexvo.org/id/char/2A3E7> a lvont:Character ;
    lvont:represents "𪏧"^^xsd:string .

<http://lexvo.org/id/char/2A3E8> a lvont:Character ;
    lvont:represents "𪏨"^^xsd:string .

<http://lexvo.org/id/char/2A3E9> a lvont:Character ;
    lvont:represents "𪏩"^^xsd:string .

<http://lexvo.org/id/char/2A3EA> a lvont:Character ;
    lvont:represents "𪏪"^^xsd:string .

<http://lexvo.org/id/char/2A3EB> a lvont:Character ;
    lvont:represents "𪏫"^^xsd:string .

<http://lexvo.org/id/char/2A3EC> a lvont:Character ;
    lvont:represents "𪏬"^^xsd:string .

<http://lexvo.org/id/char/2A3ED> a lvont:Character ;
    lvont:represents "𪏭"^^xsd:string .

<http://lexvo.org/id/char/2A3EE> a lvont:Character ;
    lvont:represents "𪏮"^^xsd:string .

<http://lexvo.org/id/char/2A3EF> a lvont:Character ;
    lvont:represents "𪏯"^^xsd:string .

<http://lexvo.org/id/char/2A3F> a lvont:Character ;
    lvont:represents "⨿"^^xsd:string ;
    rdfs:comment "AMALGAMATION OR COPRODUCT"@en .

<http://lexvo.org/id/char/2A3F0> a lvont:Character ;
    lvont:represents "𪏰"^^xsd:string .

<http://lexvo.org/id/char/2A3F1> a lvont:Character ;
    lvont:represents "𪏱"^^xsd:string .

<http://lexvo.org/id/char/2A3F2> a lvont:Character ;
    lvont:represents "𪏲"^^xsd:string .

<http://lexvo.org/id/char/2A3F3> a lvont:Character ;
    lvont:represents "𪏳"^^xsd:string .

<http://lexvo.org/id/char/2A3F4> a lvont:Character ;
    lvont:represents "𪏴"^^xsd:string .

<http://lexvo.org/id/char/2A3F5> a lvont:Character ;
    lvont:represents "𪏵"^^xsd:string .

<http://lexvo.org/id/char/2A3F6> a lvont:Character ;
    lvont:represents "𪏶"^^xsd:string .

<http://lexvo.org/id/char/2A3F7> a lvont:Character ;
    lvont:represents "𪏷"^^xsd:string .

<http://lexvo.org/id/char/2A3F8> a lvont:Character ;
    lvont:represents "𪏸"^^xsd:string .

<http://lexvo.org/id/char/2A3F9> a lvont:Character ;
    lvont:represents "𪏹"^^xsd:string .

<http://lexvo.org/id/char/2A3FA> a lvont:Character ;
    lvont:represents "𪏺"^^xsd:string .

<http://lexvo.org/id/char/2A3FB> a lvont:Character ;
    lvont:represents "𪏻"^^xsd:string .

<http://lexvo.org/id/char/2A3FC> a lvont:Character ;
    lvont:represents "𪏼"^^xsd:string .

<http://lexvo.org/id/char/2A3FD> a lvont:Character ;
    lvont:represents "𪏽"^^xsd:string .

<http://lexvo.org/id/char/2A3FE> a lvont:Character ;
    lvont:represents "𪏾"^^xsd:string .

<http://lexvo.org/id/char/2A3FF> a lvont:Character ;
    lvont:represents "𪏿"^^xsd:string .

<http://lexvo.org/id/char/2A40> a lvont:Character ;
    lvont:represents "⩀"^^xsd:string ;
    rdfs:comment "INTERSECTION WITH DOT"@en .

<http://lexvo.org/id/char/2A400> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/naa1>,
        <http://lexvo.org/id/term/yue/%F0%AA%90%80>,
        "𪐀"^^xsd:string ;
    rdfs:comment "(Cant.) relationship; together"@en .

<http://lexvo.org/id/char/2A401> a lvont:Character ;
    lvont:represents "𪐁"^^xsd:string .

<http://lexvo.org/id/char/2A402> a lvont:Character ;
    lvont:represents "𪐂"^^xsd:string .

<http://lexvo.org/id/char/2A403> a lvont:Character ;
    lvont:represents "𪐃"^^xsd:string .

<http://lexvo.org/id/char/2A404> a lvont:Character ;
    lvont:represents "𪐄"^^xsd:string .

<http://lexvo.org/id/char/2A405> a lvont:Character ;
    lvont:represents "𪐅"^^xsd:string .

<http://lexvo.org/id/char/2A406> a lvont:Character ;
    lvont:represents "𪐆"^^xsd:string .

<http://lexvo.org/id/char/2A407> a lvont:Character ;
    lvont:represents "𪐇"^^xsd:string .

<http://lexvo.org/id/char/2A408> a lvont:Character ;
    lvont:represents "𪐈"^^xsd:string .

<http://lexvo.org/id/char/2A409> a lvont:Character ;
    lvont:represents "𪐉"^^xsd:string .

<http://lexvo.org/id/char/2A40A> a lvont:Character ;
    lvont:represents "𪐊"^^xsd:string .

<http://lexvo.org/id/char/2A40B> a lvont:Character ;
    lvont:represents "𪐋"^^xsd:string .

<http://lexvo.org/id/char/2A40C> a lvont:Character ;
    lvont:represents "𪐌"^^xsd:string .

<http://lexvo.org/id/char/2A40D> a lvont:Character ;
    lvont:represents "𪐍"^^xsd:string .

<http://lexvo.org/id/char/2A40E> a lvont:Character ;
    lvont:represents "𪐎"^^xsd:string .

<http://lexvo.org/id/char/2A40F> a lvont:Character ;
    lvont:represents "𪐏"^^xsd:string .

<http://lexvo.org/id/char/2A41> a lvont:Character ;
    lvont:represents "⩁"^^xsd:string ;
    rdfs:comment "UNION WITH MINUS SIGN"@en .

<http://lexvo.org/id/char/2A410> a lvont:Character ;
    lvont:represents "𪐐"^^xsd:string .

<http://lexvo.org/id/char/2A411> a lvont:Character ;
    lvont:represents "𪐑"^^xsd:string .

<http://lexvo.org/id/char/2A412> a lvont:Character ;
    lvont:represents "𪐒"^^xsd:string .

<http://lexvo.org/id/char/2A413> a lvont:Character ;
    lvont:represents "𪐓"^^xsd:string .

<http://lexvo.org/id/char/2A414> a lvont:Character ;
    lvont:represents "𪐔"^^xsd:string .

<http://lexvo.org/id/char/2A415> a lvont:Character ;
    lvont:represents "𪐕"^^xsd:string .

<http://lexvo.org/id/char/2A416> a lvont:Character ;
    lvont:represents "𪐖"^^xsd:string .

<http://lexvo.org/id/char/2A418> a lvont:Character ;
    lvont:represents "𪐘"^^xsd:string .

<http://lexvo.org/id/char/2A419> a lvont:Character ;
    lvont:represents "𪐙"^^xsd:string .

<http://lexvo.org/id/char/2A41A> a lvont:Character ;
    lvont:represents "𪐚"^^xsd:string .

<http://lexvo.org/id/char/2A41B> a lvont:Character ;
    lvont:represents "𪐛"^^xsd:string .

<http://lexvo.org/id/char/2A41C> a lvont:Character ;
    lvont:represents "𪐜"^^xsd:string .

<http://lexvo.org/id/char/2A41D> a lvont:Character ;
    lvont:represents "𪐝"^^xsd:string .

<http://lexvo.org/id/char/2A41E> a lvont:Character ;
    lvont:represents "𪐞"^^xsd:string .

<http://lexvo.org/id/char/2A41F> a lvont:Character ;
    lvont:represents "𪐟"^^xsd:string .

<http://lexvo.org/id/char/2A42> a lvont:Character ;
    lvont:represents "⩂"^^xsd:string ;
    rdfs:comment "UNION WITH OVERBAR"@en .

<http://lexvo.org/id/char/2A420> a lvont:Character ;
    lvont:represents "𪐠"^^xsd:string .

<http://lexvo.org/id/char/2A421> a lvont:Character ;
    lvont:represents "𪐡"^^xsd:string .

<http://lexvo.org/id/char/2A422> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/s%C3%AC>,
        "𪐢"^^xsd:string .

<http://lexvo.org/id/char/2A423> a lvont:Character ;
    lvont:represents "𪐣"^^xsd:string .

<http://lexvo.org/id/char/2A424> a lvont:Character ;
    lvont:represents "𪐤"^^xsd:string .

<http://lexvo.org/id/char/2A425> a lvont:Character ;
    lvont:represents "𪐥"^^xsd:string .

<http://lexvo.org/id/char/2A426> a lvont:Character ;
    lvont:represents "𪐦"^^xsd:string .

<http://lexvo.org/id/char/2A427> a lvont:Character ;
    lvont:represents "𪐧"^^xsd:string .

<http://lexvo.org/id/char/2A428> a lvont:Character ;
    lvont:represents "𪐨"^^xsd:string .

<http://lexvo.org/id/char/2A429> a lvont:Character ;
    lvont:represents "𪐩"^^xsd:string .

<http://lexvo.org/id/char/2A42A> a lvont:Character ;
    lvont:represents "𪐪"^^xsd:string .

<http://lexvo.org/id/char/2A42B> a lvont:Character ;
    lvont:represents "𪐫"^^xsd:string .

<http://lexvo.org/id/char/2A42C> a lvont:Character ;
    lvont:represents "𪐬"^^xsd:string .

<http://lexvo.org/id/char/2A42D> a lvont:Character ;
    lvont:represents "𪐭"^^xsd:string .

<http://lexvo.org/id/char/2A42E> a lvont:Character ;
    lvont:represents "𪐮"^^xsd:string .

<http://lexvo.org/id/char/2A42F> a lvont:Character ;
    lvont:represents "𪐯"^^xsd:string .

<http://lexvo.org/id/char/2A43> a lvont:Character ;
    lvont:represents "⩃"^^xsd:string ;
    rdfs:comment "INTERSECTION WITH OVERBAR"@en .

<http://lexvo.org/id/char/2A430> a lvont:Character ;
    lvont:represents "𪐰"^^xsd:string .

<http://lexvo.org/id/char/2A431> a lvont:Character ;
    lvont:represents "𪐱"^^xsd:string .

<http://lexvo.org/id/char/2A432> a lvont:Character ;
    lvont:represents "𪐲"^^xsd:string .

<http://lexvo.org/id/char/2A433> a lvont:Character ;
    lvont:represents "𪐳"^^xsd:string .

<http://lexvo.org/id/char/2A434> a lvont:Character ;
    lvont:represents "𪐴"^^xsd:string .

<http://lexvo.org/id/char/2A435> a lvont:Character ;
    lvont:represents "𪐵"^^xsd:string .

<http://lexvo.org/id/char/2A436> a lvont:Character ;
    lvont:represents "𪐶"^^xsd:string .

<http://lexvo.org/id/char/2A437> a lvont:Character ;
    lvont:represents "𪐷"^^xsd:string .

<http://lexvo.org/id/char/2A438> a lvont:Character ;
    lvont:represents "𪐸"^^xsd:string .

<http://lexvo.org/id/char/2A439> a lvont:Character ;
    lvont:represents "𪐹"^^xsd:string .

<http://lexvo.org/id/char/2A43A> a lvont:Character ;
    lvont:represents "𪐺"^^xsd:string .

<http://lexvo.org/id/char/2A43B> a lvont:Character ;
    lvont:represents "𪐻"^^xsd:string .

<http://lexvo.org/id/char/2A43C> a lvont:Character ;
    lvont:represents "𪐼"^^xsd:string .

<http://lexvo.org/id/char/2A43D> a lvont:Character ;
    lvont:represents "𪐽"^^xsd:string .

<http://lexvo.org/id/char/2A43E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/s%C3%AC>,
        "𪐾"^^xsd:string .

<http://lexvo.org/id/char/2A43F> a lvont:Character ;
    lvont:represents "𪐿"^^xsd:string .

<http://lexvo.org/id/char/2A44> a lvont:Character ;
    lvont:represents "⩄"^^xsd:string ;
    rdfs:comment "INTERSECTION WITH LOGICAL AND"@en .

<http://lexvo.org/id/char/2A440> a lvont:Character ;
    lvont:represents "𪑀"^^xsd:string .

<http://lexvo.org/id/char/2A441> a lvont:Character ;
    lvont:represents "𪑁"^^xsd:string .

<http://lexvo.org/id/char/2A442> a lvont:Character ;
    lvont:represents "𪑂"^^xsd:string .

<http://lexvo.org/id/char/2A443> a lvont:Character ;
    lvont:represents "𪑃"^^xsd:string .

<http://lexvo.org/id/char/2A444> a lvont:Character ;
    lvont:represents "𪑄"^^xsd:string .

<http://lexvo.org/id/char/2A445> a lvont:Character ;
    lvont:represents "𪑅"^^xsd:string .

<http://lexvo.org/id/char/2A446> a lvont:Character ;
    lvont:represents "𪑆"^^xsd:string .

<http://lexvo.org/id/char/2A447> a lvont:Character ;
    lvont:represents "𪑇"^^xsd:string .

<http://lexvo.org/id/char/2A448> a lvont:Character ;
    lvont:represents "𪑈"^^xsd:string .

<http://lexvo.org/id/char/2A449> a lvont:Character ;
    lvont:represents "𪑉"^^xsd:string .

<http://lexvo.org/id/char/2A44A> a lvont:Character ;
    lvont:represents "𪑊"^^xsd:string .

<http://lexvo.org/id/char/2A44B> a lvont:Character ;
    lvont:represents "𪑋"^^xsd:string .

<http://lexvo.org/id/char/2A44C> a lvont:Character ;
    lvont:represents "𪑌"^^xsd:string .

<http://lexvo.org/id/char/2A44D> a lvont:Character ;
    lvont:represents "𪑍"^^xsd:string .

<http://lexvo.org/id/char/2A44E> a lvont:Character ;
    lvont:represents "𪑎"^^xsd:string .

<http://lexvo.org/id/char/2A44F> a lvont:Character ;
    lvont:represents "𪑏"^^xsd:string .

<http://lexvo.org/id/char/2A45> a lvont:Character ;
    lvont:represents "⩅"^^xsd:string ;
    rdfs:comment "UNION WITH LOGICAL OR"@en .

<http://lexvo.org/id/char/2A450> a lvont:Character ;
    lvont:represents "𪑐"^^xsd:string .

<http://lexvo.org/id/char/2A451> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ng%C4%83m>,
        "𪑑"^^xsd:string .

<http://lexvo.org/id/char/2A452> a lvont:Character ;
    lvont:represents "𪑒"^^xsd:string .

<http://lexvo.org/id/char/2A453> a lvont:Character ;
    lvont:represents "𪑓"^^xsd:string .

<http://lexvo.org/id/char/2A454> a lvont:Character ;
    lvont:represents "𪑔"^^xsd:string .

<http://lexvo.org/id/char/2A455> a lvont:Character ;
    lvont:represents "𪑕"^^xsd:string .

<http://lexvo.org/id/char/2A456> a lvont:Character ;
    lvont:represents "𪑖"^^xsd:string .

<http://lexvo.org/id/char/2A457> a lvont:Character ;
    lvont:represents "𪑗"^^xsd:string .

<http://lexvo.org/id/char/2A458> a lvont:Character ;
    lvont:represents "𪑘"^^xsd:string .

<http://lexvo.org/id/char/2A459> a lvont:Character ;
    lvont:represents "𪑙"^^xsd:string .

<http://lexvo.org/id/char/2A45A> a lvont:Character ;
    lvont:represents "𪑚"^^xsd:string .

<http://lexvo.org/id/char/2A45B> a lvont:Character ;
    lvont:represents "𪑛"^^xsd:string .

<http://lexvo.org/id/char/2A45C> a lvont:Character ;
    lvont:represents "𪑜"^^xsd:string .

<http://lexvo.org/id/char/2A45D> a lvont:Character ;
    lvont:represents "𪑝"^^xsd:string .

<http://lexvo.org/id/char/2A45E> a lvont:Character ;
    lvont:represents "𪑞"^^xsd:string .

<http://lexvo.org/id/char/2A45F> a lvont:Character ;
    lvont:represents "𪑟"^^xsd:string .

<http://lexvo.org/id/char/2A46> a lvont:Character ;
    lvont:represents "⩆"^^xsd:string ;
    rdfs:comment "UNION ABOVE INTERSECTION"@en .

<http://lexvo.org/id/char/2A460> a lvont:Character ;
    lvont:represents "𪑠"^^xsd:string .

<http://lexvo.org/id/char/2A461> a lvont:Character ;
    lvont:represents "𪑡"^^xsd:string .

<http://lexvo.org/id/char/2A462> a lvont:Character ;
    lvont:represents "𪑢"^^xsd:string .

<http://lexvo.org/id/char/2A463> a lvont:Character ;
    lvont:represents "𪑣"^^xsd:string .

<http://lexvo.org/id/char/2A464> a lvont:Character ;
    lvont:represents "𪑤"^^xsd:string .

<http://lexvo.org/id/char/2A465> a lvont:Character ;
    lvont:represents "𪑥"^^xsd:string .

<http://lexvo.org/id/char/2A466> a lvont:Character ;
    lvont:represents "𪑦"^^xsd:string .

<http://lexvo.org/id/char/2A467> a lvont:Character ;
    lvont:represents "𪑧"^^xsd:string .

<http://lexvo.org/id/char/2A468> a lvont:Character ;
    lvont:represents "𪑨"^^xsd:string .

<http://lexvo.org/id/char/2A469> a lvont:Character ;
    lvont:represents "𪑩"^^xsd:string .

<http://lexvo.org/id/char/2A46A> a lvont:Character ;
    lvont:represents "𪑪"^^xsd:string .

<http://lexvo.org/id/char/2A46B> a lvont:Character ;
    lvont:represents "𪑫"^^xsd:string .

<http://lexvo.org/id/char/2A46C> a lvont:Character ;
    lvont:represents "𪑬"^^xsd:string .

<http://lexvo.org/id/char/2A46D> a lvont:Character ;
    lvont:represents "𪑭"^^xsd:string .

<http://lexvo.org/id/char/2A46E> a lvont:Character ;
    lvont:represents "𪑮"^^xsd:string .

<http://lexvo.org/id/char/2A46F> a lvont:Character ;
    lvont:represents "𪑯"^^xsd:string .

<http://lexvo.org/id/char/2A47> a lvont:Character ;
    lvont:represents "⩇"^^xsd:string ;
    rdfs:comment "INTERSECTION ABOVE UNION"@en .

<http://lexvo.org/id/char/2A470> a lvont:Character ;
    lvont:represents "𪑰"^^xsd:string .

<http://lexvo.org/id/char/2A471> a lvont:Character ;
    lvont:represents "𪑱"^^xsd:string .

<http://lexvo.org/id/char/2A472> a lvont:Character ;
    lvont:represents "𪑲"^^xsd:string .

<http://lexvo.org/id/char/2A473> a lvont:Character ;
    lvont:represents "𪑳"^^xsd:string .

<http://lexvo.org/id/char/2A474> a lvont:Character ;
    lvont:represents "𪑴"^^xsd:string .

<http://lexvo.org/id/char/2A475> a lvont:Character ;
    lvont:represents "𪑵"^^xsd:string .

<http://lexvo.org/id/char/2A476> a lvont:Character ;
    lvont:represents "𪑶"^^xsd:string .

<http://lexvo.org/id/char/2A477> a lvont:Character ;
    lvont:represents "𪑷"^^xsd:string .

<http://lexvo.org/id/char/2A478> a lvont:Character ;
    lvont:represents "𪑸"^^xsd:string .

<http://lexvo.org/id/char/2A479> a lvont:Character ;
    lvont:represents "𪑹"^^xsd:string .

<http://lexvo.org/id/char/2A47A> a lvont:Character ;
    lvont:represents "𪑺"^^xsd:string .

<http://lexvo.org/id/char/2A47B> a lvont:Character ;
    lvont:represents "𪑻"^^xsd:string .

<http://lexvo.org/id/char/2A47C> a lvont:Character ;
    lvont:represents "𪑼"^^xsd:string .

<http://lexvo.org/id/char/2A47D> a lvont:Character ;
    lvont:represents "𪑽"^^xsd:string .

<http://lexvo.org/id/char/2A47E> a lvont:Character ;
    lvont:represents "𪑾"^^xsd:string .

<http://lexvo.org/id/char/2A47F> a lvont:Character ;
    lvont:represents "𪑿"^^xsd:string .

<http://lexvo.org/id/char/2A48> a lvont:Character ;
    lvont:represents "⩈"^^xsd:string ;
    rdfs:comment "UNION ABOVE BAR ABOVE INTERSECTION"@en .

<http://lexvo.org/id/char/2A480> a lvont:Character ;
    lvont:represents "𪒀"^^xsd:string .

<http://lexvo.org/id/char/2A481> a lvont:Character ;
    lvont:represents "𪒁"^^xsd:string .

<http://lexvo.org/id/char/2A482> a lvont:Character ;
    lvont:represents "𪒂"^^xsd:string .

<http://lexvo.org/id/char/2A483> a lvont:Character ;
    lvont:represents "𪒃"^^xsd:string .

<http://lexvo.org/id/char/2A484> a lvont:Character ;
    lvont:represents "𪒄"^^xsd:string .

<http://lexvo.org/id/char/2A485> a lvont:Character ;
    lvont:represents "𪒅"^^xsd:string .

<http://lexvo.org/id/char/2A486> a lvont:Character ;
    lvont:represents "𪒆"^^xsd:string .

<http://lexvo.org/id/char/2A487> a lvont:Character ;
    lvont:represents "𪒇"^^xsd:string .

<http://lexvo.org/id/char/2A488> a lvont:Character ;
    lvont:represents "𪒈"^^xsd:string .

<http://lexvo.org/id/char/2A489> a lvont:Character ;
    lvont:represents "𪒉"^^xsd:string .

<http://lexvo.org/id/char/2A48A> a lvont:Character ;
    lvont:represents "𪒊"^^xsd:string .

<http://lexvo.org/id/char/2A48B> a lvont:Character ;
    lvont:represents "𪒋"^^xsd:string .

<http://lexvo.org/id/char/2A48C> a lvont:Character ;
    lvont:represents "𪒌"^^xsd:string .

<http://lexvo.org/id/char/2A48D> a lvont:Character ;
    lvont:represents "𪒍"^^xsd:string .

<http://lexvo.org/id/char/2A48E> a lvont:Character ;
    lvont:represents "𪒎"^^xsd:string .

<http://lexvo.org/id/char/2A48F> a lvont:Character ;
    lvont:represents "𪒏"^^xsd:string .

<http://lexvo.org/id/char/2A49> a lvont:Character ;
    lvont:represents "⩉"^^xsd:string ;
    rdfs:comment "INTERSECTION ABOVE BAR ABOVE UNION"@en .

<http://lexvo.org/id/char/2A490> a lvont:Character ;
    lvont:represents "𪒐"^^xsd:string .

<http://lexvo.org/id/char/2A491> a lvont:Character ;
    lvont:represents "𪒑"^^xsd:string .

<http://lexvo.org/id/char/2A492> a lvont:Character ;
    lvont:represents "𪒒"^^xsd:string .

<http://lexvo.org/id/char/2A493> a lvont:Character ;
    lvont:represents "𪒓"^^xsd:string .

<http://lexvo.org/id/char/2A494> a lvont:Character ;
    lvont:represents "𪒔"^^xsd:string .

<http://lexvo.org/id/char/2A495> a lvont:Character ;
    lvont:represents "𪒕"^^xsd:string .

<http://lexvo.org/id/char/2A496> a lvont:Character ;
    lvont:represents "𪒖"^^xsd:string .

<http://lexvo.org/id/char/2A497> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/th%C3%A2m>,
        "𪒗"^^xsd:string .

<http://lexvo.org/id/char/2A498> a lvont:Character ;
    lvont:represents "𪒘"^^xsd:string .

<http://lexvo.org/id/char/2A499> a lvont:Character ;
    lvont:represents "𪒙"^^xsd:string .

<http://lexvo.org/id/char/2A49A> a lvont:Character ;
    lvont:represents "𪒚"^^xsd:string .

<http://lexvo.org/id/char/2A49B> a lvont:Character ;
    lvont:represents "𪒛"^^xsd:string .

<http://lexvo.org/id/char/2A49C> a lvont:Character ;
    lvont:represents "𪒜"^^xsd:string .

<http://lexvo.org/id/char/2A49D> a lvont:Character ;
    lvont:represents "𪒝"^^xsd:string .

<http://lexvo.org/id/char/2A49E> a lvont:Character ;
    lvont:represents "𪒞"^^xsd:string .

<http://lexvo.org/id/char/2A49F> a lvont:Character ;
    lvont:represents "𪒟"^^xsd:string .

<http://lexvo.org/id/char/2A4A> a lvont:Character ;
    lvont:represents "⩊"^^xsd:string ;
    rdfs:comment "UNION BESIDE AND JOINED WITH UNION"@en .

<http://lexvo.org/id/char/2A4A0> a lvont:Character ;
    lvont:represents "𪒠"^^xsd:string .

<http://lexvo.org/id/char/2A4A1> a lvont:Character ;
    lvont:represents "𪒡"^^xsd:string .

<http://lexvo.org/id/char/2A4A2> a lvont:Character ;
    lvont:represents "𪒢"^^xsd:string .

<http://lexvo.org/id/char/2A4A3> a lvont:Character ;
    lvont:represents "𪒣"^^xsd:string .

<http://lexvo.org/id/char/2A4A4> a lvont:Character ;
    lvont:represents "𪒤"^^xsd:string .

<http://lexvo.org/id/char/2A4A5> a lvont:Character ;
    lvont:represents "𪒥"^^xsd:string .

<http://lexvo.org/id/char/2A4A6> a lvont:Character ;
    lvont:represents "𪒦"^^xsd:string .

<http://lexvo.org/id/char/2A4A7> a lvont:Character ;
    lvont:represents "𪒧"^^xsd:string .

<http://lexvo.org/id/char/2A4A8> a lvont:Character ;
    lvont:represents "𪒨"^^xsd:string .

<http://lexvo.org/id/char/2A4A9> a lvont:Character ;
    lvont:represents "𪒩"^^xsd:string .

<http://lexvo.org/id/char/2A4AA> a lvont:Character ;
    lvont:represents "𪒪"^^xsd:string .

<http://lexvo.org/id/char/2A4AB> a lvont:Character ;
    lvont:represents "𪒫"^^xsd:string .

<http://lexvo.org/id/char/2A4AC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/nung1>,
        <http://lexvo.org/id/term/yue/%F0%AA%92%AC>,
        "𪒬"^^xsd:string ;
    rdfs:comment "(Cant.) burned"@en .

<http://lexvo.org/id/char/2A4AD> a lvont:Character ;
    lvont:represents "𪒭"^^xsd:string .

<http://lexvo.org/id/char/2A4AE> a lvont:Character ;
    lvont:represents "𪒮"^^xsd:string .

<http://lexvo.org/id/char/2A4AF> a lvont:Character ;
    lvont:represents "𪒯"^^xsd:string .

<http://lexvo.org/id/char/2A4B> a lvont:Character ;
    lvont:represents "⩋"^^xsd:string ;
    rdfs:comment "INTERSECTION BESIDE AND JOINED WITH INTERSECTION"@en .

<http://lexvo.org/id/char/2A4B0> a lvont:Character ;
    lvont:represents "𪒰"^^xsd:string .

<http://lexvo.org/id/char/2A4B1> a lvont:Character ;
    lvont:represents "𪒱"^^xsd:string .

<http://lexvo.org/id/char/2A4B2> a lvont:Character ;
    lvont:represents "𪒲"^^xsd:string .

<http://lexvo.org/id/char/2A4B3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ng%C3%B2n>,
        "𪒳"^^xsd:string .

<http://lexvo.org/id/char/2A4B4> a lvont:Character ;
    lvont:represents "𪒴"^^xsd:string .

<http://lexvo.org/id/char/2A4B5> a lvont:Character ;
    lvont:represents "𪒵"^^xsd:string .

<http://lexvo.org/id/char/2A4B6> a lvont:Character ;
    lvont:represents "𪒶"^^xsd:string .

<http://lexvo.org/id/char/2A4B7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ng%C3%B2m>,
        "𪒷"^^xsd:string .

<http://lexvo.org/id/char/2A4B8> a lvont:Character ;
    lvont:represents "𪒸"^^xsd:string .

<http://lexvo.org/id/char/2A4B9> a lvont:Character ;
    lvont:represents "𪒹"^^xsd:string .

<http://lexvo.org/id/char/2A4BA> a lvont:Character ;
    lvont:represents "𪒺"^^xsd:string .

<http://lexvo.org/id/char/2A4BB> a lvont:Character ;
    lvont:represents "𪒻"^^xsd:string .

<http://lexvo.org/id/char/2A4BC> a lvont:Character ;
    lvont:represents "𪒼"^^xsd:string .

<http://lexvo.org/id/char/2A4BD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/tr%C5%A9i>,
        "𪒽"^^xsd:string .

<http://lexvo.org/id/char/2A4BE> a lvont:Character ;
    lvont:represents "𪒾"^^xsd:string .

<http://lexvo.org/id/char/2A4BF> a lvont:Character ;
    lvont:represents "𪒿"^^xsd:string .

<http://lexvo.org/id/char/2A4C> a lvont:Character ;
    lvont:represents "⩌"^^xsd:string ;
    rdfs:comment "CLOSED UNION WITH SERIFS"@en .

<http://lexvo.org/id/char/2A4C0> a lvont:Character ;
    lvont:represents "𪓀"^^xsd:string .

<http://lexvo.org/id/char/2A4C1> a lvont:Character ;
    lvont:represents "𪓁"^^xsd:string .

<http://lexvo.org/id/char/2A4C2> a lvont:Character ;
    lvont:represents "𪓂"^^xsd:string .

<http://lexvo.org/id/char/2A4C3> a lvont:Character ;
    lvont:represents "𪓃"^^xsd:string .

<http://lexvo.org/id/char/2A4C4> a lvont:Character ;
    lvont:represents "𪓄"^^xsd:string .

<http://lexvo.org/id/char/2A4C5> a lvont:Character ;
    lvont:represents "𪓅"^^xsd:string .

<http://lexvo.org/id/char/2A4C6> a lvont:Character ;
    lvont:represents "𪓆"^^xsd:string .

<http://lexvo.org/id/char/2A4C7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/%C4%91en>,
        "𪓇"^^xsd:string .

<http://lexvo.org/id/char/2A4C8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ngh%E1%BB%8Bt>,
        "𪓈"^^xsd:string .

<http://lexvo.org/id/char/2A4C9> a lvont:Character ;
    lvont:represents "𪓉"^^xsd:string .

<http://lexvo.org/id/char/2A4CA> a lvont:Character ;
    lvont:represents "𪓊"^^xsd:string .

<http://lexvo.org/id/char/2A4CB> a lvont:Character ;
    lvont:represents "𪓋"^^xsd:string .

<http://lexvo.org/id/char/2A4CC> a lvont:Character ;
    lvont:represents "𪓌"^^xsd:string .

<http://lexvo.org/id/char/2A4CD> a lvont:Character ;
    lvont:represents "𪓍"^^xsd:string .

<http://lexvo.org/id/char/2A4CE> a lvont:Character ;
    lvont:represents "𪓎"^^xsd:string .

<http://lexvo.org/id/char/2A4CF> a lvont:Character ;
    lvont:represents "𪓏"^^xsd:string .

<http://lexvo.org/id/char/2A4D> a lvont:Character ;
    lvont:represents "⩍"^^xsd:string ;
    rdfs:comment "CLOSED INTERSECTION WITH SERIFS"@en .

<http://lexvo.org/id/char/2A4D0> a lvont:Character ;
    lvont:represents "𪓐"^^xsd:string .

<http://lexvo.org/id/char/2A4D1> a lvont:Character ;
    lvont:represents "𪓑"^^xsd:string .

<http://lexvo.org/id/char/2A4D2> a lvont:Character ;
    lvont:represents "𪓒"^^xsd:string .

<http://lexvo.org/id/char/2A4D3> a lvont:Character ;
    lvont:represents "𪓓"^^xsd:string .

<http://lexvo.org/id/char/2A4D4> a lvont:Character ;
    lvont:represents "𪓔"^^xsd:string .

<http://lexvo.org/id/char/2A4D5> a lvont:Character ;
    lvont:represents "𪓕"^^xsd:string .

<http://lexvo.org/id/char/2A4D6> a lvont:Character ;
    lvont:represents "𪓖"^^xsd:string .

<http://lexvo.org/id/char/2A4D7> a lvont:Character ;
    lvont:represents "𪓗"^^xsd:string .

<http://lexvo.org/id/char/2A4D8> a lvont:Character ;
    lvont:represents "𪓘"^^xsd:string .

<http://lexvo.org/id/char/2A4D9> a lvont:Character ;
    lvont:represents "𪓙"^^xsd:string .

<http://lexvo.org/id/char/2A4DA> a lvont:Character ;
    lvont:represents "𪓚"^^xsd:string .

<http://lexvo.org/id/char/2A4DB> a lvont:Character ;
    lvont:represents "𪓛"^^xsd:string .

<http://lexvo.org/id/char/2A4DC> a lvont:Character ;
    lvont:represents "𪓜"^^xsd:string .

<http://lexvo.org/id/char/2A4DD> a lvont:Character ;
    lvont:represents "𪓝"^^xsd:string .

<http://lexvo.org/id/char/2A4DE> a lvont:Character ;
    lvont:represents "𪓞"^^xsd:string .

<http://lexvo.org/id/char/2A4DF> a lvont:Character ;
    lvont:represents "𪓟"^^xsd:string .

<http://lexvo.org/id/char/2A4E> a lvont:Character ;
    lvont:represents "⩎"^^xsd:string ;
    rdfs:comment "DOUBLE SQUARE INTERSECTION"@en .

<http://lexvo.org/id/char/2A4E0> a lvont:Character ;
    lvont:represents "𪓠"^^xsd:string .

<http://lexvo.org/id/char/2A4E1> a lvont:Character ;
    lvont:represents "𪓡"^^xsd:string .

<http://lexvo.org/id/char/2A4E2> a lvont:Character ;
    lvont:represents "𪓢"^^xsd:string .

<http://lexvo.org/id/char/2A4E3> a lvont:Character ;
    lvont:represents "𪓣"^^xsd:string .

<http://lexvo.org/id/char/2A4E4> a lvont:Character ;
    lvont:represents "𪓤"^^xsd:string .

<http://lexvo.org/id/char/2A4E5> a lvont:Character ;
    lvont:represents "𪓥"^^xsd:string .

<http://lexvo.org/id/char/2A4E6> a lvont:Character ;
    lvont:represents "𪓦"^^xsd:string .

<http://lexvo.org/id/char/2A4E7> a lvont:Character ;
    lvont:represents "𪓧"^^xsd:string .

<http://lexvo.org/id/char/2A4E8> a lvont:Character ;
    lvont:represents "𪓨"^^xsd:string .

<http://lexvo.org/id/char/2A4E9> a lvont:Character ;
    lvont:represents "𪓩"^^xsd:string .

<http://lexvo.org/id/char/2A4EA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/tr%E1%BA%A1nh>,
        "𪓪"^^xsd:string .

<http://lexvo.org/id/char/2A4EB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/sam>,
        "𪓫"^^xsd:string .

<http://lexvo.org/id/char/2A4EC> a lvont:Character ;
    lvont:represents "𪓬"^^xsd:string .

<http://lexvo.org/id/char/2A4ED> a lvont:Character ;
    lvont:represents "𪓭"^^xsd:string .

<http://lexvo.org/id/char/2A4EE> a lvont:Character ;
    lvont:represents "𪓮"^^xsd:string .

<http://lexvo.org/id/char/2A4EF> a lvont:Character ;
    lvont:represents "𪓯"^^xsd:string .

<http://lexvo.org/id/char/2A4F> a lvont:Character ;
    lvont:represents "⩏"^^xsd:string ;
    rdfs:comment "DOUBLE SQUARE UNION"@en .

<http://lexvo.org/id/char/2A4F0> a lvont:Character ;
    lvont:represents "𪓰"^^xsd:string .

<http://lexvo.org/id/char/2A4F1> a lvont:Character ;
    lvont:represents "𪓱"^^xsd:string .

<http://lexvo.org/id/char/2A4F2> a lvont:Character ;
    lvont:represents "𪓲"^^xsd:string .

<http://lexvo.org/id/char/2A4F3> a lvont:Character ;
    lvont:represents "𪓳"^^xsd:string .

<http://lexvo.org/id/char/2A4F4> a lvont:Character ;
    lvont:represents "𪓴"^^xsd:string .

<http://lexvo.org/id/char/2A4F5> a lvont:Character ;
    lvont:represents "𪓵"^^xsd:string .

<http://lexvo.org/id/char/2A4F6> a lvont:Character ;
    lvont:represents "𪓶"^^xsd:string .

<http://lexvo.org/id/char/2A4F7> a lvont:Character ;
    lvont:represents "𪓷"^^xsd:string .

<http://lexvo.org/id/char/2A4F8> a lvont:Character ;
    lvont:represents "𪓸"^^xsd:string .

<http://lexvo.org/id/char/2A4F9> a lvont:Character ;
    lvont:represents "𪓹"^^xsd:string .

<http://lexvo.org/id/char/2A4FA> a lvont:Character ;
    lvont:represents "𪓺"^^xsd:string .

<http://lexvo.org/id/char/2A4FB> a lvont:Character ;
    lvont:represents "𪓻"^^xsd:string .

<http://lexvo.org/id/char/2A4FC> a lvont:Character ;
    lvont:represents "𪓼"^^xsd:string .

<http://lexvo.org/id/char/2A4FD> a lvont:Character ;
    lvont:represents "𪓽"^^xsd:string .

<http://lexvo.org/id/char/2A4FE> a lvont:Character ;
    lvont:represents "𪓾"^^xsd:string .

<http://lexvo.org/id/char/2A4FF> a lvont:Character ;
    lvont:represents "𪓿"^^xsd:string .

<http://lexvo.org/id/char/2A50> a lvont:Character ;
    lvont:represents "⩐"^^xsd:string ;
    rdfs:comment "CLOSED UNION WITH SERIFS AND SMASH PRODUCT"@en .

<http://lexvo.org/id/char/2A500> a lvont:Character ;
    lvont:represents "𪔀"^^xsd:string .

<http://lexvo.org/id/char/2A501> a lvont:Character ;
    lvont:represents "𪔁"^^xsd:string .

<http://lexvo.org/id/char/2A503> a lvont:Character ;
    lvont:represents "𪔃"^^xsd:string .

<http://lexvo.org/id/char/2A504> a lvont:Character ;
    lvont:represents "𪔄"^^xsd:string .

<http://lexvo.org/id/char/2A505> a lvont:Character ;
    lvont:represents "𪔅"^^xsd:string .

<http://lexvo.org/id/char/2A506> a lvont:Character ;
    lvont:represents "𪔆"^^xsd:string .

<http://lexvo.org/id/char/2A507> a lvont:Character ;
    lvont:represents "𪔇"^^xsd:string .

<http://lexvo.org/id/char/2A508> a lvont:Character ;
    lvont:represents "𪔈"^^xsd:string .

<http://lexvo.org/id/char/2A509> a lvont:Character ;
    lvont:represents "𪔉"^^xsd:string .

<http://lexvo.org/id/char/2A50A> a lvont:Character ;
    lvont:represents "𪔊"^^xsd:string .

<http://lexvo.org/id/char/2A50B> a lvont:Character ;
    lvont:represents "𪔋"^^xsd:string .

<http://lexvo.org/id/char/2A50C> a lvont:Character ;
    lvont:represents "𪔌"^^xsd:string .

<http://lexvo.org/id/char/2A50D> a lvont:Character ;
    lvont:represents "𪔍"^^xsd:string .

<http://lexvo.org/id/char/2A50E> a lvont:Character ;
    lvont:represents "𪔎"^^xsd:string .

<http://lexvo.org/id/char/2A50F> a lvont:Character ;
    lvont:represents "𪔏"^^xsd:string .

<http://lexvo.org/id/char/2A51> a lvont:Character ;
    lvont:represents "⩑"^^xsd:string ;
    rdfs:comment "LOGICAL AND WITH DOT ABOVE"@en .

<http://lexvo.org/id/char/2A510> a lvont:Character ;
    lvont:represents "𪔐"^^xsd:string .

<http://lexvo.org/id/char/2A511> a lvont:Character ;
    lvont:represents "𪔑"^^xsd:string .

<http://lexvo.org/id/char/2A512> a lvont:Character ;
    lvont:represents "𪔒"^^xsd:string .

<http://lexvo.org/id/char/2A513> a lvont:Character ;
    lvont:represents "𪔓"^^xsd:string .

<http://lexvo.org/id/char/2A514> a lvont:Character ;
    lvont:represents "𪔔"^^xsd:string .

<http://lexvo.org/id/char/2A515> a lvont:Character ;
    lvont:represents "𪔕"^^xsd:string .

<http://lexvo.org/id/char/2A516> a lvont:Character ;
    lvont:represents "𪔖"^^xsd:string .

<http://lexvo.org/id/char/2A517> a lvont:Character ;
    lvont:represents "𪔗"^^xsd:string .

<http://lexvo.org/id/char/2A518> a lvont:Character ;
    lvont:represents "𪔘"^^xsd:string .

<http://lexvo.org/id/char/2A519> a lvont:Character ;
    lvont:represents "𪔙"^^xsd:string .

<http://lexvo.org/id/char/2A51A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/%C4%91%C3%B9ng>,
        "𪔚"^^xsd:string .

<http://lexvo.org/id/char/2A51B> a lvont:Character ;
    lvont:represents "𪔛"^^xsd:string .

<http://lexvo.org/id/char/2A51C> a lvont:Character ;
    lvont:represents "𪔜"^^xsd:string .

<http://lexvo.org/id/char/2A51D> a lvont:Character ;
    lvont:represents "𪔝"^^xsd:string .

<http://lexvo.org/id/char/2A51E> a lvont:Character ;
    lvont:represents "𪔞"^^xsd:string .

<http://lexvo.org/id/char/2A51F> a lvont:Character ;
    lvont:represents "𪔟"^^xsd:string .

<http://lexvo.org/id/char/2A52> a lvont:Character ;
    lvont:represents "⩒"^^xsd:string ;
    rdfs:comment "LOGICAL OR WITH DOT ABOVE"@en .

<http://lexvo.org/id/char/2A520> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/tr%E1%BB%91ng>,
        "𪔠"^^xsd:string .

<http://lexvo.org/id/char/2A521> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/b%E1%BB%8Fi>,
        "𪔡"^^xsd:string .

<http://lexvo.org/id/char/2A522> a lvont:Character ;
    lvont:represents "𪔢"^^xsd:string .

<http://lexvo.org/id/char/2A523> a lvont:Character ;
    lvont:represents "𪔣"^^xsd:string .

<http://lexvo.org/id/char/2A524> a lvont:Character ;
    lvont:represents "𪔤"^^xsd:string .

<http://lexvo.org/id/char/2A525> a lvont:Character ;
    lvont:represents "𪔥"^^xsd:string .

<http://lexvo.org/id/char/2A526> a lvont:Character ;
    lvont:represents "𪔦"^^xsd:string .

<http://lexvo.org/id/char/2A527> a lvont:Character ;
    lvont:represents "𪔧"^^xsd:string .

<http://lexvo.org/id/char/2A528> a lvont:Character ;
    lvont:represents "𪔨"^^xsd:string .

<http://lexvo.org/id/char/2A529> a lvont:Character ;
    lvont:represents "𪔩"^^xsd:string .

<http://lexvo.org/id/char/2A52A> a lvont:Character ;
    lvont:represents "𪔪"^^xsd:string .

<http://lexvo.org/id/char/2A52B> a lvont:Character ;
    lvont:represents "𪔫"^^xsd:string .

<http://lexvo.org/id/char/2A52C> a lvont:Character ;
    lvont:represents "𪔬"^^xsd:string .

<http://lexvo.org/id/char/2A52D> a lvont:Character ;
    lvont:represents "𪔭"^^xsd:string .

<http://lexvo.org/id/char/2A52E> a lvont:Character ;
    lvont:represents "𪔮"^^xsd:string .

<http://lexvo.org/id/char/2A52F> a lvont:Character ;
    lvont:represents "𪔯"^^xsd:string .

<http://lexvo.org/id/char/2A53> a lvont:Character ;
    lvont:represents "⩓"^^xsd:string ;
    rdfs:comment "DOUBLE LOGICAL AND"@en .

<http://lexvo.org/id/char/2A530> a lvont:Character ;
    lvont:represents "𪔰"^^xsd:string .

<http://lexvo.org/id/char/2A531> a lvont:Character ;
    lvont:represents "𪔱"^^xsd:string .

<http://lexvo.org/id/char/2A532> a lvont:Character ;
    lvont:represents "𪔲"^^xsd:string .

<http://lexvo.org/id/char/2A533> a lvont:Character ;
    lvont:represents "𪔳"^^xsd:string .

<http://lexvo.org/id/char/2A534> a lvont:Character ;
    lvont:represents "𪔴"^^xsd:string .

<http://lexvo.org/id/char/2A535> a lvont:Character ;
    lvont:represents "𪔵"^^xsd:string .

<http://lexvo.org/id/char/2A536> a lvont:Character ;
    lvont:represents "𪔶"^^xsd:string .

<http://lexvo.org/id/char/2A537> a lvont:Character ;
    lvont:represents "𪔷"^^xsd:string .

<http://lexvo.org/id/char/2A538> a lvont:Character ;
    lvont:represents "𪔸"^^xsd:string .

<http://lexvo.org/id/char/2A539> a lvont:Character ;
    lvont:represents "𪔹"^^xsd:string .

<http://lexvo.org/id/char/2A53A> a lvont:Character ;
    lvont:represents "𪔺"^^xsd:string .

<http://lexvo.org/id/char/2A53B> a lvont:Character ;
    lvont:represents "𪔻"^^xsd:string .

<http://lexvo.org/id/char/2A53C> a lvont:Character ;
    lvont:represents "𪔼"^^xsd:string .

<http://lexvo.org/id/char/2A53D> a lvont:Character ;
    lvont:represents "𪔽"^^xsd:string .

<http://lexvo.org/id/char/2A53E> a lvont:Character ;
    lvont:represents "𪔾"^^xsd:string ;
    rdfs:comment "a rat, mouse"@en .

<http://lexvo.org/id/char/2A53F> a lvont:Character ;
    lvont:represents "𪔿"^^xsd:string .

<http://lexvo.org/id/char/2A54> a lvont:Character ;
    lvont:represents "⩔"^^xsd:string ;
    rdfs:comment "DOUBLE LOGICAL OR"@en .

<http://lexvo.org/id/char/2A540> a lvont:Character ;
    lvont:represents "𪕀"^^xsd:string .

<http://lexvo.org/id/char/2A541> a lvont:Character ;
    lvont:represents "𪕁"^^xsd:string .

<http://lexvo.org/id/char/2A542> a lvont:Character ;
    lvont:represents "𪕂"^^xsd:string .

<http://lexvo.org/id/char/2A543> a lvont:Character ;
    lvont:represents "𪕃"^^xsd:string .

<http://lexvo.org/id/char/2A544> a lvont:Character ;
    lvont:represents "𪕄"^^xsd:string .

<http://lexvo.org/id/char/2A545> a lvont:Character ;
    lvont:represents "𪕅"^^xsd:string .

<http://lexvo.org/id/char/2A546> a lvont:Character ;
    lvont:represents "𪕆"^^xsd:string .

<http://lexvo.org/id/char/2A547> a lvont:Character ;
    lvont:represents "𪕇"^^xsd:string .

<http://lexvo.org/id/char/2A548> a lvont:Character ;
    lvont:represents "𪕈"^^xsd:string .

<http://lexvo.org/id/char/2A549> a lvont:Character ;
    lvont:represents "𪕉"^^xsd:string .

<http://lexvo.org/id/char/2A54A> a lvont:Character ;
    lvont:represents "𪕊"^^xsd:string .

<http://lexvo.org/id/char/2A54B> a lvont:Character ;
    lvont:represents "𪕋"^^xsd:string .

<http://lexvo.org/id/char/2A54C> a lvont:Character ;
    lvont:represents "𪕌"^^xsd:string .

<http://lexvo.org/id/char/2A54D> a lvont:Character ;
    lvont:represents "𪕍"^^xsd:string .

<http://lexvo.org/id/char/2A54E> a lvont:Character ;
    lvont:represents "𪕎"^^xsd:string .

<http://lexvo.org/id/char/2A54F> a lvont:Character ;
    lvont:represents "𪕏"^^xsd:string .

<http://lexvo.org/id/char/2A55> a lvont:Character ;
    lvont:represents "⩕"^^xsd:string ;
    rdfs:comment "TWO INTERSECTING LOGICAL AND"@en .

<http://lexvo.org/id/char/2A550> a lvont:Character ;
    lvont:represents "𪕐"^^xsd:string .

<http://lexvo.org/id/char/2A551> a lvont:Character ;
    lvont:represents "𪕑"^^xsd:string .

<http://lexvo.org/id/char/2A552> a lvont:Character ;
    lvont:represents "𪕒"^^xsd:string .

<http://lexvo.org/id/char/2A553> a lvont:Character ;
    lvont:represents "𪕓"^^xsd:string .

<http://lexvo.org/id/char/2A554> a lvont:Character ;
    lvont:represents "𪕔"^^xsd:string .

<http://lexvo.org/id/char/2A555> a lvont:Character ;
    lvont:represents "𪕕"^^xsd:string .

<http://lexvo.org/id/char/2A556> a lvont:Character ;
    lvont:represents "𪕖"^^xsd:string .

<http://lexvo.org/id/char/2A557> a lvont:Character ;
    lvont:represents "𪕗"^^xsd:string .

<http://lexvo.org/id/char/2A558> a lvont:Character ;
    lvont:represents "𪕘"^^xsd:string .

<http://lexvo.org/id/char/2A559> a lvont:Character ;
    lvont:represents "𪕙"^^xsd:string .

<http://lexvo.org/id/char/2A55A> a lvont:Character ;
    lvont:represents "𪕚"^^xsd:string .

<http://lexvo.org/id/char/2A55B> a lvont:Character ;
    lvont:represents "𪕛"^^xsd:string .

<http://lexvo.org/id/char/2A55C> a lvont:Character ;
    lvont:represents "𪕜"^^xsd:string .

<http://lexvo.org/id/char/2A55D> a lvont:Character ;
    lvont:represents "𪕝"^^xsd:string .

<http://lexvo.org/id/char/2A55E> a lvont:Character ;
    lvont:represents "𪕞"^^xsd:string .

<http://lexvo.org/id/char/2A55F> a lvont:Character ;
    lvont:represents "𪕟"^^xsd:string .

<http://lexvo.org/id/char/2A56> a lvont:Character ;
    lvont:represents "⩖"^^xsd:string ;
    rdfs:comment "TWO INTERSECTING LOGICAL OR"@en .

<http://lexvo.org/id/char/2A560> a lvont:Character ;
    lvont:represents "𪕠"^^xsd:string .

<http://lexvo.org/id/char/2A561> a lvont:Character ;
    lvont:represents "𪕡"^^xsd:string .

<http://lexvo.org/id/char/2A562> a lvont:Character ;
    lvont:represents "𪕢"^^xsd:string .

<http://lexvo.org/id/char/2A563> a lvont:Character ;
    lvont:represents "𪕣"^^xsd:string .

<http://lexvo.org/id/char/2A564> a lvont:Character ;
    lvont:represents "𪕤"^^xsd:string .

<http://lexvo.org/id/char/2A565> a lvont:Character ;
    lvont:represents "𪕥"^^xsd:string .

<http://lexvo.org/id/char/2A566> a lvont:Character ;
    lvont:represents "𪕦"^^xsd:string .

<http://lexvo.org/id/char/2A567> a lvont:Character ;
    lvont:represents "𪕧"^^xsd:string .

<http://lexvo.org/id/char/2A568> a lvont:Character ;
    lvont:represents "𪕨"^^xsd:string .

<http://lexvo.org/id/char/2A569> a lvont:Character ;
    lvont:represents "𪕩"^^xsd:string .

<http://lexvo.org/id/char/2A56A> a lvont:Character ;
    lvont:represents "𪕪"^^xsd:string .

<http://lexvo.org/id/char/2A56B> a lvont:Character ;
    lvont:represents "𪕫"^^xsd:string .

<http://lexvo.org/id/char/2A56C> a lvont:Character ;
    lvont:represents "𪕬"^^xsd:string .

<http://lexvo.org/id/char/2A56D> a lvont:Character ;
    lvont:represents "𪕭"^^xsd:string .

<http://lexvo.org/id/char/2A56E> a lvont:Character ;
    lvont:represents "𪕮"^^xsd:string .

<http://lexvo.org/id/char/2A56F> a lvont:Character ;
    lvont:represents "𪕯"^^xsd:string .

<http://lexvo.org/id/char/2A57> a lvont:Character ;
    lvont:represents "⩗"^^xsd:string ;
    rdfs:comment "SLOPING LARGE OR"@en .

<http://lexvo.org/id/char/2A570> a lvont:Character ;
    lvont:represents "𪕰"^^xsd:string .

<http://lexvo.org/id/char/2A571> a lvont:Character ;
    lvont:represents "𪕱"^^xsd:string .

<http://lexvo.org/id/char/2A572> a lvont:Character ;
    lvont:represents "𪕲"^^xsd:string .

<http://lexvo.org/id/char/2A573> a lvont:Character ;
    lvont:represents "𪕳"^^xsd:string .

<http://lexvo.org/id/char/2A574> a lvont:Character ;
    lvont:represents "𪕴"^^xsd:string .

<http://lexvo.org/id/char/2A575> a lvont:Character ;
    lvont:represents "𪕵"^^xsd:string .

<http://lexvo.org/id/char/2A576> a lvont:Character ;
    lvont:represents "𪕶"^^xsd:string .

<http://lexvo.org/id/char/2A577> a lvont:Character ;
    lvont:represents "𪕷"^^xsd:string .

<http://lexvo.org/id/char/2A578> a lvont:Character ;
    lvont:represents "𪕸"^^xsd:string .

<http://lexvo.org/id/char/2A579> a lvont:Character ;
    lvont:represents "𪕹"^^xsd:string .

<http://lexvo.org/id/char/2A57A> a lvont:Character ;
    lvont:represents "𪕺"^^xsd:string .

<http://lexvo.org/id/char/2A57B> a lvont:Character ;
    lvont:represents "𪕻"^^xsd:string .

<http://lexvo.org/id/char/2A57C> a lvont:Character ;
    lvont:represents "𪕼"^^xsd:string .

<http://lexvo.org/id/char/2A57D> a lvont:Character ;
    lvont:represents "𪕽"^^xsd:string .

<http://lexvo.org/id/char/2A57E> a lvont:Character ;
    lvont:represents "𪕾"^^xsd:string .

<http://lexvo.org/id/char/2A57F> a lvont:Character ;
    lvont:represents "𪕿"^^xsd:string .

<http://lexvo.org/id/char/2A58> a lvont:Character ;
    lvont:represents "⩘"^^xsd:string ;
    rdfs:comment "SLOPING LARGE AND"@en .

<http://lexvo.org/id/char/2A580> a lvont:Character ;
    lvont:represents "𪖀"^^xsd:string .

<http://lexvo.org/id/char/2A581> a lvont:Character ;
    lvont:represents "𪖁"^^xsd:string .

<http://lexvo.org/id/char/2A582> a lvont:Character ;
    lvont:represents "𪖂"^^xsd:string .

<http://lexvo.org/id/char/2A583> a lvont:Character ;
    lvont:represents "𪖃"^^xsd:string .

<http://lexvo.org/id/char/2A584> a lvont:Character ;
    lvont:represents "𪖄"^^xsd:string .

<http://lexvo.org/id/char/2A585> a lvont:Character ;
    lvont:represents "𪖅"^^xsd:string .

<http://lexvo.org/id/char/2A586> a lvont:Character ;
    lvont:represents "𪖆"^^xsd:string .

<http://lexvo.org/id/char/2A587> a lvont:Character ;
    lvont:represents "𪖇"^^xsd:string .

<http://lexvo.org/id/char/2A588> a lvont:Character ;
    lvont:represents "𪖈"^^xsd:string .

<http://lexvo.org/id/char/2A589> a lvont:Character ;
    lvont:represents "𪖉"^^xsd:string .

<http://lexvo.org/id/char/2A58A> a lvont:Character ;
    lvont:represents "𪖊"^^xsd:string .

<http://lexvo.org/id/char/2A58B> a lvont:Character ;
    lvont:represents "𪖋"^^xsd:string .

<http://lexvo.org/id/char/2A58C> a lvont:Character ;
    lvont:represents "𪖌"^^xsd:string .

<http://lexvo.org/id/char/2A58D> a lvont:Character ;
    lvont:represents "𪖍"^^xsd:string .

<http://lexvo.org/id/char/2A58E> a lvont:Character ;
    lvont:represents "𪖎"^^xsd:string .

<http://lexvo.org/id/char/2A58F> a lvont:Character ;
    lvont:represents "𪖏"^^xsd:string .

<http://lexvo.org/id/char/2A59> a lvont:Character ;
    lvont:represents "⩙"^^xsd:string ;
    rdfs:comment "LOGICAL OR OVERLAPPING LOGICAL AND"@en .

<http://lexvo.org/id/char/2A590> a lvont:Character ;
    lvont:represents "𪖐"^^xsd:string .

<http://lexvo.org/id/char/2A591> a lvont:Character ;
    lvont:represents "𪖑"^^xsd:string .

<http://lexvo.org/id/char/2A592> a lvont:Character ;
    lvont:represents "𪖒"^^xsd:string .

<http://lexvo.org/id/char/2A593> a lvont:Character ;
    lvont:represents "𪖓"^^xsd:string .

<http://lexvo.org/id/char/2A594> a lvont:Character ;
    lvont:represents "𪖔"^^xsd:string .

<http://lexvo.org/id/char/2A595> a lvont:Character ;
    lvont:represents "𪖕"^^xsd:string .

<http://lexvo.org/id/char/2A596> a lvont:Character ;
    lvont:represents "𪖖"^^xsd:string .

<http://lexvo.org/id/char/2A597> a lvont:Character ;
    lvont:represents "𪖗"^^xsd:string .

<http://lexvo.org/id/char/2A598> a lvont:Character ;
    lvont:represents "𪖘"^^xsd:string .

<http://lexvo.org/id/char/2A599> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%F0%AA%96%99>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C5%8Du>,
        "𪖙"^^xsd:string ;
    rdfs:comment "to snore"@en .

<http://lexvo.org/id/char/2A59A> a lvont:Character ;
    lvont:represents "𪖚"^^xsd:string .

<http://lexvo.org/id/char/2A59B> a lvont:Character ;
    lvont:represents "𪖛"^^xsd:string .

<http://lexvo.org/id/char/2A59C> a lvont:Character ;
    lvont:represents "𪖜"^^xsd:string .

<http://lexvo.org/id/char/2A59D> a lvont:Character ;
    lvont:represents "𪖝"^^xsd:string .

<http://lexvo.org/id/char/2A59E> a lvont:Character ;
    lvont:represents "𪖞"^^xsd:string .

<http://lexvo.org/id/char/2A59F> a lvont:Character ;
    lvont:represents "𪖟"^^xsd:string .

<http://lexvo.org/id/char/2A5A> a lvont:Character ;
    lvont:represents "⩚"^^xsd:string ;
    rdfs:comment "LOGICAL AND WITH MIDDLE STEM"@en .

<http://lexvo.org/id/char/2A5A0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/s%E1%BA%B9o>,
        "𪖠"^^xsd:string .

<http://lexvo.org/id/char/2A5A1> a lvont:Character ;
    lvont:represents "𪖡"^^xsd:string .

<http://lexvo.org/id/char/2A5A2> a lvont:Character ;
    lvont:represents "𪖢"^^xsd:string .

<http://lexvo.org/id/char/2A5A3> a lvont:Character ;
    lvont:represents "𪖣"^^xsd:string .

<http://lexvo.org/id/char/2A5A4> a lvont:Character ;
    lvont:represents "𪖤"^^xsd:string .

<http://lexvo.org/id/char/2A5A5> a lvont:Character ;
    lvont:represents "𪖥"^^xsd:string .

<http://lexvo.org/id/char/2A5A6> a lvont:Character ;
    lvont:represents "𪖦"^^xsd:string .

<http://lexvo.org/id/char/2A5A7> a lvont:Character ;
    lvont:represents "𪖧"^^xsd:string .

<http://lexvo.org/id/char/2A5A8> a lvont:Character ;
    lvont:represents "𪖨"^^xsd:string .

<http://lexvo.org/id/char/2A5A9> a lvont:Character ;
    lvont:represents "𪖩"^^xsd:string .

<http://lexvo.org/id/char/2A5AA> a lvont:Character ;
    lvont:represents "𪖪"^^xsd:string .

<http://lexvo.org/id/char/2A5AB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/m%C5%A9i>,
        "𪖫"^^xsd:string .

<http://lexvo.org/id/char/2A5AC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/m%C5%A9i>,
        "𪖬"^^xsd:string .

<http://lexvo.org/id/char/2A5AD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ng%E1%BB%ADi>,
        "𪖭"^^xsd:string .

<http://lexvo.org/id/char/2A5AE> a lvont:Character ;
    lvont:represents "𪖮"^^xsd:string .

<http://lexvo.org/id/char/2A5AF> a lvont:Character ;
    lvont:represents "𪖯"^^xsd:string .

<http://lexvo.org/id/char/2A5B> a lvont:Character ;
    lvont:represents "⩛"^^xsd:string ;
    rdfs:comment "LOGICAL OR WITH MIDDLE STEM"@en .

<http://lexvo.org/id/char/2A5B0> a lvont:Character ;
    lvont:represents "𪖰"^^xsd:string .

<http://lexvo.org/id/char/2A5B1> a lvont:Character ;
    lvont:represents "𪖱"^^xsd:string .

<http://lexvo.org/id/char/2A5B2> a lvont:Character ;
    lvont:represents "𪖲"^^xsd:string .

<http://lexvo.org/id/char/2A5B3> a lvont:Character ;
    lvont:represents "𪖳"^^xsd:string .

<http://lexvo.org/id/char/2A5B4> a lvont:Character ;
    lvont:represents "𪖴"^^xsd:string .

<http://lexvo.org/id/char/2A5B5> a lvont:Character ;
    lvont:represents "𪖵"^^xsd:string .

<http://lexvo.org/id/char/2A5B6> a lvont:Character ;
    lvont:represents "𪖶"^^xsd:string .

<http://lexvo.org/id/char/2A5B7> a lvont:Character ;
    lvont:represents "𪖷"^^xsd:string .

<http://lexvo.org/id/char/2A5B8> a lvont:Character ;
    lvont:represents "𪖸"^^xsd:string .

<http://lexvo.org/id/char/2A5B9> a lvont:Character ;
    lvont:represents "𪖹"^^xsd:string .

<http://lexvo.org/id/char/2A5BA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ng%C3%A1y>,
        "𪖺"^^xsd:string .

<http://lexvo.org/id/char/2A5BB> a lvont:Character ;
    lvont:represents "𪖻"^^xsd:string .

<http://lexvo.org/id/char/2A5BC> a lvont:Character ;
    lvont:represents "𪖼"^^xsd:string .

<http://lexvo.org/id/char/2A5BD> a lvont:Character ;
    lvont:represents "𪖽"^^xsd:string .

<http://lexvo.org/id/char/2A5BE> a lvont:Character ;
    lvont:represents "𪖾"^^xsd:string .

<http://lexvo.org/id/char/2A5BF> a lvont:Character ;
    lvont:represents "𪖿"^^xsd:string .

<http://lexvo.org/id/char/2A5C> a lvont:Character ;
    lvont:represents "⩜"^^xsd:string ;
    rdfs:comment "LOGICAL AND WITH HORIZONTAL DASH"@en .

<http://lexvo.org/id/char/2A5C0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/h%C3%ADt>,
        "𪗀"^^xsd:string .

<http://lexvo.org/id/char/2A5C1> a lvont:Character ;
    lvont:represents "𪗁"^^xsd:string .

<http://lexvo.org/id/char/2A5C2> a lvont:Character ;
    lvont:represents "𪗂"^^xsd:string .

<http://lexvo.org/id/char/2A5C3> a lvont:Character ;
    lvont:represents "𪗃"^^xsd:string .

<http://lexvo.org/id/char/2A5C5> a lvont:Character ;
    lvont:represents "𪗅"^^xsd:string .

<http://lexvo.org/id/char/2A5C6> a lvont:Character ;
    lvont:represents "𪗆"^^xsd:string .

<http://lexvo.org/id/char/2A5C7> a lvont:Character ;
    lvont:represents "𪗇"^^xsd:string .

<http://lexvo.org/id/char/2A5C8> a lvont:Character ;
    lvont:represents "𪗈"^^xsd:string .

<http://lexvo.org/id/char/2A5C9> a lvont:Character ;
    lvont:represents "𪗉"^^xsd:string .

<http://lexvo.org/id/char/2A5CA> a lvont:Character ;
    lvont:represents "𪗊"^^xsd:string .

<http://lexvo.org/id/char/2A5CB> a lvont:Character ;
    lvont:represents "𪗋"^^xsd:string .

<http://lexvo.org/id/char/2A5CC> a lvont:Character ;
    lvont:represents "𪗌"^^xsd:string .

<http://lexvo.org/id/char/2A5CD> a lvont:Character ;
    lvont:represents "𪗍"^^xsd:string .

<http://lexvo.org/id/char/2A5CE> a lvont:Character ;
    lvont:represents "𪗎"^^xsd:string .

<http://lexvo.org/id/char/2A5CF> a lvont:Character ;
    lvont:represents "𪗏"^^xsd:string .

<http://lexvo.org/id/char/2A5D> a lvont:Character ;
    lvont:represents "⩝"^^xsd:string ;
    rdfs:comment "LOGICAL OR WITH HORIZONTAL DASH"@en .

<http://lexvo.org/id/char/2A5D0> a lvont:Character ;
    lvont:represents "𪗐"^^xsd:string .

<http://lexvo.org/id/char/2A5D1> a lvont:Character ;
    lvont:represents "𪗑"^^xsd:string .

<http://lexvo.org/id/char/2A5D2> a lvont:Character ;
    lvont:represents "𪗒"^^xsd:string .

<http://lexvo.org/id/char/2A5D3> a lvont:Character ;
    lvont:represents "𪗓"^^xsd:string .

<http://lexvo.org/id/char/2A5D4> a lvont:Character ;
    lvont:represents "𪗔"^^xsd:string .

<http://lexvo.org/id/char/2A5D5> a lvont:Character ;
    lvont:represents "𪗕"^^xsd:string .

<http://lexvo.org/id/char/2A5D6> a lvont:Character ;
    lvont:represents "𪗖"^^xsd:string .

<http://lexvo.org/id/char/2A5D7> a lvont:Character ;
    lvont:represents "𪗗"^^xsd:string .

<http://lexvo.org/id/char/2A5D8> a lvont:Character ;
    lvont:represents "𪗘"^^xsd:string .

<http://lexvo.org/id/char/2A5D9> a lvont:Character ;
    lvont:represents "𪗙"^^xsd:string .

<http://lexvo.org/id/char/2A5DA> a lvont:Character ;
    lvont:represents "𪗚"^^xsd:string .

<http://lexvo.org/id/char/2A5DB> a lvont:Character ;
    lvont:represents "𪗛"^^xsd:string .

<http://lexvo.org/id/char/2A5DC> a lvont:Character ;
    lvont:represents "𪗜"^^xsd:string .

<http://lexvo.org/id/char/2A5DD> a lvont:Character ;
    lvont:represents "𪗝"^^xsd:string .

<http://lexvo.org/id/char/2A5DE> a lvont:Character ;
    lvont:represents "𪗞"^^xsd:string .

<http://lexvo.org/id/char/2A5DF> a lvont:Character ;
    lvont:represents "𪗟"^^xsd:string .

<http://lexvo.org/id/char/2A5E> a lvont:Character ;
    lvont:represents "⩞"^^xsd:string ;
    rdfs:comment "LOGICAL AND WITH DOUBLE OVERBAR"@en .

<http://lexvo.org/id/char/2A5E0> a lvont:Character ;
    lvont:represents "𪗠"^^xsd:string .

<http://lexvo.org/id/char/2A5E1> a lvont:Character ;
    lvont:represents "𪗡"^^xsd:string .

<http://lexvo.org/id/char/2A5E2> a lvont:Character ;
    lvont:represents "𪗢"^^xsd:string .

<http://lexvo.org/id/char/2A5E3> a lvont:Character ;
    lvont:represents "𪗣"^^xsd:string .

<http://lexvo.org/id/char/2A5E4> a lvont:Character ;
    lvont:represents "𪗤"^^xsd:string .

<http://lexvo.org/id/char/2A5E5> a lvont:Character ;
    lvont:represents "𪗥"^^xsd:string .

<http://lexvo.org/id/char/2A5E6> a lvont:Character ;
    lvont:represents "𪗦"^^xsd:string .

<http://lexvo.org/id/char/2A5E7> a lvont:Character ;
    lvont:represents "𪗧"^^xsd:string .

<http://lexvo.org/id/char/2A5E8> a lvont:Character ;
    lvont:represents "𪗨"^^xsd:string .

<http://lexvo.org/id/char/2A5E9> a lvont:Character ;
    lvont:represents "𪗩"^^xsd:string .

<http://lexvo.org/id/char/2A5EA> a lvont:Character ;
    lvont:represents "𪗪"^^xsd:string .

<http://lexvo.org/id/char/2A5EB> a lvont:Character ;
    lvont:represents "𪗫"^^xsd:string .

<http://lexvo.org/id/char/2A5EC> a lvont:Character ;
    lvont:represents "𪗬"^^xsd:string .

<http://lexvo.org/id/char/2A5ED> a lvont:Character ;
    lvont:represents "𪗭"^^xsd:string .

<http://lexvo.org/id/char/2A5EE> a lvont:Character ;
    lvont:represents "𪗮"^^xsd:string .

<http://lexvo.org/id/char/2A5EF> a lvont:Character ;
    lvont:represents "𪗯"^^xsd:string .

<http://lexvo.org/id/char/2A5F> a lvont:Character ;
    lvont:represents "⩟"^^xsd:string ;
    rdfs:comment "LOGICAL AND WITH UNDERBAR"@en .

<http://lexvo.org/id/char/2A5F0> a lvont:Character ;
    lvont:represents "𪗰"^^xsd:string .

<http://lexvo.org/id/char/2A5F1> a lvont:Character ;
    lvont:represents "𪗱"^^xsd:string .

<http://lexvo.org/id/char/2A5F2> a lvont:Character ;
    lvont:represents "𪗲"^^xsd:string .

<http://lexvo.org/id/char/2A5F3> a lvont:Character ;
    lvont:represents "𪗳"^^xsd:string .

<http://lexvo.org/id/char/2A5F4> a lvont:Character ;
    lvont:represents "𪗴"^^xsd:string .

<http://lexvo.org/id/char/2A5F5> a lvont:Character ;
    lvont:represents "𪗵"^^xsd:string .

<http://lexvo.org/id/char/2A5F6> a lvont:Character ;
    lvont:represents "𪗶"^^xsd:string .

<http://lexvo.org/id/char/2A5F7> a lvont:Character ;
    lvont:represents "𪗷"^^xsd:string .

<http://lexvo.org/id/char/2A5F8> a lvont:Character ;
    lvont:represents "𪗸"^^xsd:string .

<http://lexvo.org/id/char/2A5F9> a lvont:Character ;
    lvont:represents "𪗹"^^xsd:string .

<http://lexvo.org/id/char/2A5FA> a lvont:Character ;
    lvont:represents "𪗺"^^xsd:string .

<http://lexvo.org/id/char/2A5FB> a lvont:Character ;
    lvont:represents "𪗻"^^xsd:string .

<http://lexvo.org/id/char/2A5FC> a lvont:Character ;
    lvont:represents "𪗼"^^xsd:string .

<http://lexvo.org/id/char/2A5FD> a lvont:Character ;
    lvont:represents "𪗽"^^xsd:string .

<http://lexvo.org/id/char/2A5FE> a lvont:Character ;
    lvont:represents "𪗾"^^xsd:string .

<http://lexvo.org/id/char/2A5FF> a lvont:Character ;
    lvont:represents "𪗿"^^xsd:string .

<http://lexvo.org/id/char/2A60> a lvont:Character ;
    lvont:represents "⩠"^^xsd:string ;
    rdfs:comment "LOGICAL AND WITH DOUBLE UNDERBAR"@en .

<http://lexvo.org/id/char/2A600> a lvont:Character ;
    lvont:represents "𪘀"^^xsd:string .

<http://lexvo.org/id/char/2A601> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/kap6>,
        <http://lexvo.org/id/term/yue/%F0%AA%98%81>,
        "𪘁"^^xsd:string ;
    rdfs:comment "(Cant.) to bite"@en .

<http://lexvo.org/id/char/2A602> a lvont:Character ;
    lvont:represents "𪘂"^^xsd:string .

<http://lexvo.org/id/char/2A603> a lvont:Character ;
    lvont:represents "𪘃"^^xsd:string .

<http://lexvo.org/id/char/2A604> a lvont:Character ;
    lvont:represents "𪘄"^^xsd:string .

<http://lexvo.org/id/char/2A605> a lvont:Character ;
    lvont:represents "𪘅"^^xsd:string .

<http://lexvo.org/id/char/2A606> a lvont:Character ;
    lvont:represents "𪘆"^^xsd:string .

<http://lexvo.org/id/char/2A607> a lvont:Character ;
    lvont:represents "𪘇"^^xsd:string .

<http://lexvo.org/id/char/2A608> a lvont:Character ;
    lvont:represents "𪘈"^^xsd:string .

<http://lexvo.org/id/char/2A609> a lvont:Character ;
    lvont:represents "𪘉"^^xsd:string .

<http://lexvo.org/id/char/2A60A> a lvont:Character ;
    lvont:represents "𪘊"^^xsd:string .

<http://lexvo.org/id/char/2A60B> a lvont:Character ;
    lvont:represents "𪘋"^^xsd:string .

<http://lexvo.org/id/char/2A60C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/l%E1%BB%A3i>,
        "𪘌"^^xsd:string .

<http://lexvo.org/id/char/2A60D> a lvont:Character ;
    lvont:represents "𪘍"^^xsd:string .

<http://lexvo.org/id/char/2A60E> a lvont:Character ;
    lvont:represents "𪘎"^^xsd:string .

<http://lexvo.org/id/char/2A60F> a lvont:Character ;
    lvont:represents "𪘏"^^xsd:string .

<http://lexvo.org/id/char/2A61> a lvont:Character ;
    lvont:represents "⩡"^^xsd:string ;
    rdfs:comment "SMALL VEE WITH UNDERBAR"@en .

<http://lexvo.org/id/char/2A610> a lvont:Character ;
    lvont:represents "𪘐"^^xsd:string .

<http://lexvo.org/id/char/2A611> a lvont:Character ;
    lvont:represents "𪘑"^^xsd:string .

<http://lexvo.org/id/char/2A612> a lvont:Character ;
    lvont:represents "𪘒"^^xsd:string .

<http://lexvo.org/id/char/2A613> a lvont:Character ;
    lvont:represents "𪘓"^^xsd:string .

<http://lexvo.org/id/char/2A614> a lvont:Character ;
    lvont:represents "𪘔"^^xsd:string .

<http://lexvo.org/id/char/2A615> a lvont:Character ;
    lvont:represents "𪘕"^^xsd:string .

<http://lexvo.org/id/char/2A616> a lvont:Character ;
    lvont:represents "𪘖"^^xsd:string .

<http://lexvo.org/id/char/2A617> a lvont:Character ;
    lvont:represents "𪘗"^^xsd:string .

<http://lexvo.org/id/char/2A618> a lvont:Character ;
    lvont:represents "𪘘"^^xsd:string .

<http://lexvo.org/id/char/2A619> a lvont:Character ;
    lvont:represents "𪘙"^^xsd:string .

<http://lexvo.org/id/char/2A61A> a lvont:Character ;
    lvont:represents "𪘚"^^xsd:string .

<http://lexvo.org/id/char/2A61B> a lvont:Character ;
    lvont:represents "𪘛"^^xsd:string .

<http://lexvo.org/id/char/2A61C> a lvont:Character ;
    lvont:represents "𪘜"^^xsd:string .

<http://lexvo.org/id/char/2A61D> a lvont:Character ;
    lvont:represents "𪘝"^^xsd:string .

<http://lexvo.org/id/char/2A61E> a lvont:Character ;
    lvont:represents "𪘞"^^xsd:string .

<http://lexvo.org/id/char/2A61F> a lvont:Character ;
    lvont:represents "𪘟"^^xsd:string .

<http://lexvo.org/id/char/2A62> a lvont:Character ;
    lvont:represents "⩢"^^xsd:string ;
    rdfs:comment "LOGICAL OR WITH DOUBLE OVERBAR"@en .

<http://lexvo.org/id/char/2A620> a lvont:Character ;
    lvont:represents "𪘠"^^xsd:string .

<http://lexvo.org/id/char/2A621> a lvont:Character ;
    lvont:represents "𪘡"^^xsd:string .

<http://lexvo.org/id/char/2A622> a lvont:Character ;
    lvont:represents "𪘢"^^xsd:string .

<http://lexvo.org/id/char/2A623> a lvont:Character ;
    lvont:represents "𪘣"^^xsd:string .

<http://lexvo.org/id/char/2A624> a lvont:Character ;
    lvont:represents "𪘤"^^xsd:string .

<http://lexvo.org/id/char/2A625> a lvont:Character ;
    lvont:represents "𪘥"^^xsd:string .

<http://lexvo.org/id/char/2A626> a lvont:Character ;
    lvont:represents "𪘦"^^xsd:string .

<http://lexvo.org/id/char/2A627> a lvont:Character ;
    lvont:represents "𪘧"^^xsd:string .

<http://lexvo.org/id/char/2A628> a lvont:Character ;
    lvont:represents "𪘨"^^xsd:string .

<http://lexvo.org/id/char/2A629> a lvont:Character ;
    lvont:represents "𪘩"^^xsd:string .

<http://lexvo.org/id/char/2A62A> a lvont:Character ;
    lvont:represents "𪘪"^^xsd:string .

<http://lexvo.org/id/char/2A62B> a lvont:Character ;
    lvont:represents "𪘫"^^xsd:string .

<http://lexvo.org/id/char/2A62C> a lvont:Character ;
    lvont:represents "𪘬"^^xsd:string .

<http://lexvo.org/id/char/2A62D> a lvont:Character ;
    lvont:represents "𪘭"^^xsd:string .

<http://lexvo.org/id/char/2A62E> a lvont:Character ;
    lvont:represents "𪘮"^^xsd:string .

<http://lexvo.org/id/char/2A62F> a lvont:Character ;
    lvont:represents "𪘯"^^xsd:string .

<http://lexvo.org/id/char/2A63> a lvont:Character ;
    lvont:represents "⩣"^^xsd:string ;
    rdfs:comment "LOGICAL OR WITH DOUBLE UNDERBAR"@en .

<http://lexvo.org/id/char/2A630> a lvont:Character ;
    lvont:represents "𪘰"^^xsd:string .

<http://lexvo.org/id/char/2A631> a lvont:Character ;
    lvont:represents "𪘱"^^xsd:string .

<http://lexvo.org/id/char/2A632> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/ji1>,
        <http://lexvo.org/id/term/yue/%F0%AA%98%B2>,
        "𪘲"^^xsd:string ;
    rdfs:comment "(Cant.) to grin, smile"@en .

<http://lexvo.org/id/char/2A633> a lvont:Character ;
    lvont:represents "𪘳"^^xsd:string .

<http://lexvo.org/id/char/2A634> a lvont:Character ;
    lvont:represents "𪘴"^^xsd:string .

<http://lexvo.org/id/char/2A635> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/r%C4%83ng>,
        "𪘵"^^xsd:string .

<http://lexvo.org/id/char/2A636> a lvont:Character ;
    lvont:represents "𪘶"^^xsd:string .

<http://lexvo.org/id/char/2A637> a lvont:Character ;
    lvont:represents "𪘷"^^xsd:string .

<http://lexvo.org/id/char/2A638> a lvont:Character ;
    lvont:represents "𪘸"^^xsd:string .

<http://lexvo.org/id/char/2A639> a lvont:Character ;
    lvont:represents "𪘹"^^xsd:string .

<http://lexvo.org/id/char/2A63A> a lvont:Character ;
    lvont:represents "𪘺"^^xsd:string .

<http://lexvo.org/id/char/2A63B> a lvont:Character ;
    lvont:represents "𪘻"^^xsd:string .

<http://lexvo.org/id/char/2A63C> a lvont:Character ;
    lvont:represents "𪘼"^^xsd:string .

<http://lexvo.org/id/char/2A63D> a lvont:Character ;
    lvont:represents "𪘽"^^xsd:string .

<http://lexvo.org/id/char/2A63E> a lvont:Character ;
    lvont:represents "𪘾"^^xsd:string .

<http://lexvo.org/id/char/2A63F> a lvont:Character ;
    lvont:represents "𪘿"^^xsd:string .

<http://lexvo.org/id/char/2A64> a lvont:Character ;
    lvont:represents "⩤"^^xsd:string ;
    rdfs:comment "Z NOTATION DOMAIN ANTIRESTRICTION"@en .

<http://lexvo.org/id/char/2A640> a lvont:Character ;
    lvont:represents "𪙀"^^xsd:string .

<http://lexvo.org/id/char/2A641> a lvont:Character ;
    lvont:represents "𪙁"^^xsd:string .

<http://lexvo.org/id/char/2A642> a lvont:Character ;
    lvont:represents "𪙂"^^xsd:string .

<http://lexvo.org/id/char/2A643> a lvont:Character ;
    lvont:represents "𪙃"^^xsd:string .

<http://lexvo.org/id/char/2A644> a lvont:Character ;
    lvont:represents "𪙄"^^xsd:string .

<http://lexvo.org/id/char/2A645> a lvont:Character ;
    lvont:represents "𪙅"^^xsd:string .

<http://lexvo.org/id/char/2A646> a lvont:Character ;
    lvont:represents "𪙆"^^xsd:string .

<http://lexvo.org/id/char/2A647> a lvont:Character ;
    lvont:represents "𪙇"^^xsd:string .

<http://lexvo.org/id/char/2A648> a lvont:Character ;
    lvont:represents "𪙈"^^xsd:string .

<http://lexvo.org/id/char/2A649> a lvont:Character ;
    lvont:represents "𪙉"^^xsd:string .

<http://lexvo.org/id/char/2A64A> a lvont:Character ;
    lvont:represents "𪙊"^^xsd:string .

<http://lexvo.org/id/char/2A64B> a lvont:Character ;
    lvont:represents "𪙋"^^xsd:string .

<http://lexvo.org/id/char/2A64C> a lvont:Character ;
    lvont:represents "𪙌"^^xsd:string .

<http://lexvo.org/id/char/2A64D> a lvont:Character ;
    lvont:represents "𪙍"^^xsd:string .

<http://lexvo.org/id/char/2A64E> a lvont:Character ;
    lvont:represents "𪙎"^^xsd:string .

<http://lexvo.org/id/char/2A64F> a lvont:Character ;
    lvont:represents "𪙏"^^xsd:string .

<http://lexvo.org/id/char/2A65> a lvont:Character ;
    lvont:represents "⩥"^^xsd:string ;
    rdfs:comment "Z NOTATION RANGE ANTIRESTRICTION"@en .

<http://lexvo.org/id/char/2A650> a lvont:Character ;
    lvont:represents "𪙐"^^xsd:string .

<http://lexvo.org/id/char/2A651> a lvont:Character ;
    lvont:represents "𪙑"^^xsd:string .

<http://lexvo.org/id/char/2A652> a lvont:Character ;
    lvont:represents "𪙒"^^xsd:string .

<http://lexvo.org/id/char/2A653> a lvont:Character ;
    lvont:represents "𪙓"^^xsd:string .

<http://lexvo.org/id/char/2A654> a lvont:Character ;
    lvont:represents "𪙔"^^xsd:string .

<http://lexvo.org/id/char/2A655> a lvont:Character ;
    lvont:represents "𪙕"^^xsd:string .

<http://lexvo.org/id/char/2A656> a lvont:Character ;
    lvont:represents "𪙖"^^xsd:string .

<http://lexvo.org/id/char/2A657> a lvont:Character ;
    lvont:represents "𪙗"^^xsd:string .

<http://lexvo.org/id/char/2A658> a lvont:Character ;
    lvont:represents "𪙘"^^xsd:string .

<http://lexvo.org/id/char/2A659> a lvont:Character ;
    lvont:represents "𪙙"^^xsd:string .

<http://lexvo.org/id/char/2A65A> a lvont:Character ;
    lvont:represents "𪙚"^^xsd:string .

<http://lexvo.org/id/char/2A65B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/nak1>,
        <http://lexvo.org/id/term/yue/%F0%AA%99%9B>,
        "𪙛"^^xsd:string ;
    rdfs:comment "(Cant.) decayed teeth; tongue-tied"@en .

<http://lexvo.org/id/char/2A65C> a lvont:Character ;
    lvont:represents "𪙜"^^xsd:string .

<http://lexvo.org/id/char/2A65D> a lvont:Character ;
    lvont:represents "𪙝"^^xsd:string .

<http://lexvo.org/id/char/2A65E> a lvont:Character ;
    lvont:represents "𪙞"^^xsd:string .

<http://lexvo.org/id/char/2A65F> a lvont:Character ;
    lvont:represents "𪙟"^^xsd:string .

<http://lexvo.org/id/char/2A66> a lvont:Character ;
    lvont:represents "⩦"^^xsd:string ;
    rdfs:comment "EQUALS SIGN WITH DOT BELOW"@en .

<http://lexvo.org/id/char/2A660> a lvont:Character ;
    lvont:represents "𪙠"^^xsd:string .

<http://lexvo.org/id/char/2A661> a lvont:Character ;
    lvont:represents "𪙡"^^xsd:string .

<http://lexvo.org/id/char/2A662> a lvont:Character ;
    lvont:represents "𪙢"^^xsd:string .

<http://lexvo.org/id/char/2A663> a lvont:Character ;
    lvont:represents "𪙣"^^xsd:string .

<http://lexvo.org/id/char/2A664> a lvont:Character ;
    lvont:represents "𪙤"^^xsd:string .

<http://lexvo.org/id/char/2A665> a lvont:Character ;
    lvont:represents "𪙥"^^xsd:string .

<http://lexvo.org/id/char/2A666> a lvont:Character ;
    lvont:represents "𪙦"^^xsd:string .

<http://lexvo.org/id/char/2A667> a lvont:Character ;
    lvont:represents "𪙧"^^xsd:string .

<http://lexvo.org/id/char/2A668> a lvont:Character ;
    lvont:represents "𪙨"^^xsd:string .

<http://lexvo.org/id/char/2A669> a lvont:Character ;
    lvont:represents "𪙩"^^xsd:string .

<http://lexvo.org/id/char/2A66A> a lvont:Character ;
    lvont:represents "𪙪"^^xsd:string .

<http://lexvo.org/id/char/2A66B> a lvont:Character ;
    lvont:represents "𪙫"^^xsd:string .

<http://lexvo.org/id/char/2A66C> a lvont:Character ;
    lvont:represents "𪙬"^^xsd:string .

<http://lexvo.org/id/char/2A66D> a lvont:Character ;
    lvont:represents "𪙭"^^xsd:string .

<http://lexvo.org/id/char/2A66E> a lvont:Character ;
    lvont:represents "𪙮"^^xsd:string .

<http://lexvo.org/id/char/2A66F> a lvont:Character ;
    lvont:represents "𪙯"^^xsd:string .

<http://lexvo.org/id/char/2A67> a lvont:Character ;
    lvont:represents "⩧"^^xsd:string ;
    rdfs:comment "IDENTICAL WITH DOT ABOVE"@en .

<http://lexvo.org/id/char/2A670> a lvont:Character ;
    lvont:represents "𪙰"^^xsd:string .

<http://lexvo.org/id/char/2A671> a lvont:Character ;
    lvont:represents "𪙱"^^xsd:string .

<http://lexvo.org/id/char/2A672> a lvont:Character ;
    lvont:represents "𪙲"^^xsd:string .

<http://lexvo.org/id/char/2A673> a lvont:Character ;
    lvont:represents "𪙳"^^xsd:string .

<http://lexvo.org/id/char/2A674> a lvont:Character ;
    lvont:represents "𪙴"^^xsd:string .

<http://lexvo.org/id/char/2A675> a lvont:Character ;
    lvont:represents "𪙵"^^xsd:string .

<http://lexvo.org/id/char/2A676> a lvont:Character ;
    lvont:represents "𪙶"^^xsd:string .

<http://lexvo.org/id/char/2A677> a lvont:Character ;
    lvont:represents "𪙷"^^xsd:string .

<http://lexvo.org/id/char/2A678> a lvont:Character ;
    lvont:represents "𪙸"^^xsd:string .

<http://lexvo.org/id/char/2A679> a lvont:Character ;
    lvont:represents "𪙹"^^xsd:string .

<http://lexvo.org/id/char/2A67A> a lvont:Character ;
    lvont:represents "𪙺"^^xsd:string .

<http://lexvo.org/id/char/2A67B> a lvont:Character ;
    lvont:represents "𪙻"^^xsd:string .

<http://lexvo.org/id/char/2A67C> a lvont:Character ;
    lvont:represents "𪙼"^^xsd:string .

<http://lexvo.org/id/char/2A67D> a lvont:Character ;
    lvont:represents "𪙽"^^xsd:string .

<http://lexvo.org/id/char/2A67E> a lvont:Character ;
    lvont:represents "𪙾"^^xsd:string .

<http://lexvo.org/id/char/2A67F> a lvont:Character ;
    lvont:represents "𪙿"^^xsd:string .

<http://lexvo.org/id/char/2A68> a lvont:Character ;
    lvont:represents "⩨"^^xsd:string ;
    rdfs:comment "TRIPLE HORIZONTAL BAR WITH DOUBLE VERTICAL STROKE"@en .

<http://lexvo.org/id/char/2A680> a lvont:Character ;
    lvont:represents "𪚀"^^xsd:string .

<http://lexvo.org/id/char/2A681> a lvont:Character ;
    lvont:represents "𪚁"^^xsd:string .

<http://lexvo.org/id/char/2A682> a lvont:Character ;
    lvont:represents "𪚂"^^xsd:string .

<http://lexvo.org/id/char/2A683> a lvont:Character ;
    lvont:represents "𪚃"^^xsd:string .

<http://lexvo.org/id/char/2A684> a lvont:Character ;
    lvont:represents "𪚄"^^xsd:string .

<http://lexvo.org/id/char/2A685> a lvont:Character ;
    lvont:represents "𪚅"^^xsd:string .

<http://lexvo.org/id/char/2A686> a lvont:Character ;
    lvont:represents "𪚆"^^xsd:string .

<http://lexvo.org/id/char/2A687> a lvont:Character ;
    lvont:represents "𪚇"^^xsd:string .

<http://lexvo.org/id/char/2A688> a lvont:Character ;
    lvont:represents "𪚈"^^xsd:string .

<http://lexvo.org/id/char/2A689> a lvont:Character ;
    lvont:represents "𪚉"^^xsd:string .

<http://lexvo.org/id/char/2A68A> a lvont:Character ;
    lvont:represents "𪚊"^^xsd:string .

<http://lexvo.org/id/char/2A68B> a lvont:Character ;
    lvont:represents "𪚋"^^xsd:string .

<http://lexvo.org/id/char/2A68C> a lvont:Character ;
    lvont:represents "𪚌"^^xsd:string .

<http://lexvo.org/id/char/2A68D> a lvont:Character ;
    lvont:represents "𪚍"^^xsd:string .

<http://lexvo.org/id/char/2A68E> a lvont:Character ;
    lvont:represents "𪚎"^^xsd:string .

<http://lexvo.org/id/char/2A68F> a lvont:Character ;
    lvont:represents "𪚏"^^xsd:string .

<http://lexvo.org/id/char/2A69> a lvont:Character ;
    lvont:represents "⩩"^^xsd:string ;
    rdfs:comment "TRIPLE HORIZONTAL BAR WITH TRIPLE VERTICAL STROKE"@en .

<http://lexvo.org/id/char/2A690> a lvont:Character ;
    lvont:represents "𪚐"^^xsd:string .

<http://lexvo.org/id/char/2A691> a lvont:Character ;
    lvont:represents "𪚑"^^xsd:string .

<http://lexvo.org/id/char/2A692> a lvont:Character ;
    lvont:represents "𪚒"^^xsd:string .

<http://lexvo.org/id/char/2A693> a lvont:Character ;
    lvont:represents "𪚓"^^xsd:string .

<http://lexvo.org/id/char/2A694> a lvont:Character ;
    lvont:represents "𪚔"^^xsd:string .

<http://lexvo.org/id/char/2A695> a lvont:Character ;
    lvont:represents "𪚕"^^xsd:string .

<http://lexvo.org/id/char/2A696> a lvont:Character ;
    lvont:represents "𪚖"^^xsd:string .

<http://lexvo.org/id/char/2A697> a lvont:Character ;
    lvont:represents "𪚗"^^xsd:string .

<http://lexvo.org/id/char/2A698> a lvont:Character ;
    lvont:represents "𪚘"^^xsd:string .

<http://lexvo.org/id/char/2A699> a lvont:Character ;
    lvont:represents "𪚙"^^xsd:string .

<http://lexvo.org/id/char/2A69A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/trong>,
        "𪚚"^^xsd:string .

<http://lexvo.org/id/char/2A69B> a lvont:Character ;
    lvont:represents "𪚛"^^xsd:string .

<http://lexvo.org/id/char/2A69C> a lvont:Character ;
    lvont:represents "𪚜"^^xsd:string .

<http://lexvo.org/id/char/2A69D> a lvont:Character ;
    lvont:represents "𪚝"^^xsd:string .

<http://lexvo.org/id/char/2A69E> a lvont:Character ;
    lvont:represents "𪚞"^^xsd:string .

<http://lexvo.org/id/char/2A69F> a lvont:Character ;
    lvont:represents "𪚟"^^xsd:string .

<http://lexvo.org/id/char/2A6A> a lvont:Character ;
    lvont:represents "⩪"^^xsd:string ;
    rdfs:comment "TILDE OPERATOR WITH DOT ABOVE"@en .

<http://lexvo.org/id/char/2A6A0> a lvont:Character ;
    lvont:represents "𪚠"^^xsd:string .

<http://lexvo.org/id/char/2A6A1> a lvont:Character ;
    lvont:represents "𪚡"^^xsd:string .

<http://lexvo.org/id/char/2A6A2> a lvont:Character ;
    lvont:represents "𪚢"^^xsd:string .

<http://lexvo.org/id/char/2A6A3> a lvont:Character ;
    lvont:represents "𪚣"^^xsd:string .

<http://lexvo.org/id/char/2A6A4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/tr%C3%B4ng>,
        "𪚤"^^xsd:string .

<http://lexvo.org/id/char/2A6A5> a lvont:Character ;
    lvont:represents "𪚥"^^xsd:string .

<http://lexvo.org/id/char/2A6A7> a lvont:Character ;
    lvont:represents "𪚧"^^xsd:string .

<http://lexvo.org/id/char/2A6A8> a lvont:Character ;
    lvont:represents "𪚨"^^xsd:string .

<http://lexvo.org/id/char/2A6A9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/gwi1>,
        <http://lexvo.org/id/term/yue/%F0%AA%9A%A9>,
        "𪚩"^^xsd:string ;
    rdfs:comment "(Cant.) sound of shouting"@en .

<http://lexvo.org/id/char/2A6AA> a lvont:Character ;
    lvont:represents "𪚪"^^xsd:string .

<http://lexvo.org/id/char/2A6AB> a lvont:Character ;
    lvont:represents "𪚫"^^xsd:string .

<http://lexvo.org/id/char/2A6AC> a lvont:Character ;
    lvont:represents "𪚬"^^xsd:string .

<http://lexvo.org/id/char/2A6AD> a lvont:Character ;
    lvont:represents "𪚭"^^xsd:string .

<http://lexvo.org/id/char/2A6AE> a lvont:Character ;
    lvont:represents "𪚮"^^xsd:string .

<http://lexvo.org/id/char/2A6AF> a lvont:Character ;
    lvont:represents "𪚯"^^xsd:string .

<http://lexvo.org/id/char/2A6B> a lvont:Character ;
    lvont:represents "⩫"^^xsd:string ;
    rdfs:comment "TILDE OPERATOR WITH RISING DOTS"@en .

<http://lexvo.org/id/char/2A6B0> a lvont:Character ;
    lvont:represents "𪚰"^^xsd:string .

<http://lexvo.org/id/char/2A6B1> a lvont:Character ;
    lvont:represents "𪚱"^^xsd:string .

<http://lexvo.org/id/char/2A6B2> a lvont:Character ;
    lvont:represents "𪚲"^^xsd:string .

<http://lexvo.org/id/char/2A6B3> a lvont:Character ;
    lvont:represents "𪚳"^^xsd:string .

<http://lexvo.org/id/char/2A6B4> a lvont:Character ;
    lvont:represents "𪚴"^^xsd:string .

<http://lexvo.org/id/char/2A6B5> a lvont:Character ;
    lvont:represents "𪚵"^^xsd:string .

<http://lexvo.org/id/char/2A6B6> a lvont:Character ;
    lvont:represents "𪚶"^^xsd:string .

<http://lexvo.org/id/char/2A6B7> a lvont:Character ;
    lvont:represents "𪚷"^^xsd:string .

<http://lexvo.org/id/char/2A6B8> a lvont:Character ;
    lvont:represents "𪚸"^^xsd:string .

<http://lexvo.org/id/char/2A6B9> a lvont:Character ;
    lvont:represents "𪚹"^^xsd:string .

<http://lexvo.org/id/char/2A6BA> a lvont:Character ;
    lvont:represents "𪚺"^^xsd:string .

<http://lexvo.org/id/char/2A6BB> a lvont:Character ;
    lvont:represents "𪚻"^^xsd:string .

<http://lexvo.org/id/char/2A6BC> a lvont:Character ;
    lvont:represents "𪚼"^^xsd:string .

<http://lexvo.org/id/char/2A6BD> a lvont:Character ;
    lvont:represents "𪚽"^^xsd:string .

<http://lexvo.org/id/char/2A6BE> a lvont:Character ;
    lvont:represents "𪚾"^^xsd:string .

<http://lexvo.org/id/char/2A6BF> a lvont:Character ;
    lvont:represents "𪚿"^^xsd:string .

<http://lexvo.org/id/char/2A6C> a lvont:Character ;
    lvont:represents "⩬"^^xsd:string ;
    rdfs:comment "SIMILAR MINUS SIMILAR"@en .

<http://lexvo.org/id/char/2A6C0> a lvont:Character ;
    lvont:represents "𪛀"^^xsd:string .

<http://lexvo.org/id/char/2A6C1> a lvont:Character ;
    lvont:represents "𪛁"^^xsd:string .

<http://lexvo.org/id/char/2A6C2> a lvont:Character ;
    lvont:represents "𪛂"^^xsd:string .

<http://lexvo.org/id/char/2A6C3> a lvont:Character ;
    lvont:represents "𪛃"^^xsd:string .

<http://lexvo.org/id/char/2A6C4> a lvont:Character ;
    lvont:represents "𪛄"^^xsd:string .

<http://lexvo.org/id/char/2A6C5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/r%C3%B9a>,
        "𪛅"^^xsd:string .

<http://lexvo.org/id/char/2A6C6> a lvont:Character ;
    lvont:represents "𪛆"^^xsd:string .

<http://lexvo.org/id/char/2A6C7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/r%C3%B9a>,
        "𪛇"^^xsd:string .

<http://lexvo.org/id/char/2A6C8> a lvont:Character ;
    lvont:represents "𪛈"^^xsd:string .

<http://lexvo.org/id/char/2A6CA> a lvont:Character ;
    lvont:represents "𪛊"^^xsd:string .

<http://lexvo.org/id/char/2A6CB> a lvont:Character ;
    lvont:represents "𪛋"^^xsd:string .

<http://lexvo.org/id/char/2A6CC> a lvont:Character ;
    lvont:represents "𪛌"^^xsd:string .

<http://lexvo.org/id/char/2A6CD> a lvont:Character ;
    lvont:represents "𪛍"^^xsd:string .

<http://lexvo.org/id/char/2A6CE> a lvont:Character ;
    lvont:represents "𪛎"^^xsd:string .

<http://lexvo.org/id/char/2A6CF> a lvont:Character ;
    lvont:represents "𪛏"^^xsd:string .

<http://lexvo.org/id/char/2A6D> a lvont:Character ;
    lvont:represents "⩭"^^xsd:string ;
    rdfs:comment "CONGRUENT WITH DOT ABOVE"@en .

<http://lexvo.org/id/char/2A6D0> a lvont:Character ;
    lvont:represents "𪛐"^^xsd:string .

<http://lexvo.org/id/char/2A6D1> a lvont:Character ;
    lvont:represents "𪛑"^^xsd:string .

<http://lexvo.org/id/char/2A6D2> a lvont:Character ;
    lvont:represents "𪛒"^^xsd:string .

<http://lexvo.org/id/char/2A6D3> a lvont:Character ;
    lvont:represents "𪛓"^^xsd:string .

<http://lexvo.org/id/char/2A6D4> a lvont:Character ;
    lvont:represents "𪛔"^^xsd:string .

<http://lexvo.org/id/char/2A6D5> a lvont:Character ;
    lvont:represents "𪛕"^^xsd:string .

<http://lexvo.org/id/char/2A6D6> a lvont:Character ;
    lvont:represents "𪛖"^^xsd:string .

<http://lexvo.org/id/char/2A6E> a lvont:Character ;
    lvont:represents "⩮"^^xsd:string ;
    rdfs:comment "EQUALS WITH ASTERISK"@en .

<http://lexvo.org/id/char/2A6F> a lvont:Character ;
    lvont:represents "⩯"^^xsd:string ;
    rdfs:comment "ALMOST EQUAL TO WITH CIRCUMFLEX ACCENT"@en .

<http://lexvo.org/id/char/2A70> a lvont:Character ;
    lvont:represents "⩰"^^xsd:string ;
    rdfs:comment "APPROXIMATELY EQUAL OR EQUAL TO"@en .

<http://lexvo.org/id/char/2A700> a lvont:Character ;
    lvont:represents "𪜀"^^xsd:string .

<http://lexvo.org/id/char/2A701> a lvont:Character ;
    lvont:represents "𪜁"^^xsd:string .

<http://lexvo.org/id/char/2A702> a lvont:Character ;
    lvont:represents "𪜂"^^xsd:string .

<http://lexvo.org/id/char/2A703> a lvont:Character ;
    lvont:represents "𪜃"^^xsd:string .

<http://lexvo.org/id/char/2A704> a lvont:Character ;
    lvont:represents "𪜄"^^xsd:string .

<http://lexvo.org/id/char/2A705> a lvont:Character ;
    lvont:represents "𪜅"^^xsd:string .

<http://lexvo.org/id/char/2A706> a lvont:Character ;
    lvont:represents "𪜆"^^xsd:string .

<http://lexvo.org/id/char/2A707> a lvont:Character ;
    lvont:represents "𪜇"^^xsd:string .

<http://lexvo.org/id/char/2A708> a lvont:Character ;
    lvont:represents "𪜈"^^xsd:string .

<http://lexvo.org/id/char/2A709> a lvont:Character ;
    lvont:represents "𪜉"^^xsd:string .

<http://lexvo.org/id/char/2A70A> a lvont:Character ;
    lvont:represents "𪜊"^^xsd:string .

<http://lexvo.org/id/char/2A70B> a lvont:Character ;
    lvont:represents "𪜋"^^xsd:string .

<http://lexvo.org/id/char/2A70C> a lvont:Character ;
    lvont:represents "𪜌"^^xsd:string .

<http://lexvo.org/id/char/2A70D> a lvont:Character ;
    lvont:represents "𪜍"^^xsd:string .

<http://lexvo.org/id/char/2A70E> a lvont:Character ;
    lvont:represents "𪜎"^^xsd:string .

<http://lexvo.org/id/char/2A70F> a lvont:Character ;
    lvont:represents "𪜏"^^xsd:string .

<http://lexvo.org/id/char/2A71> a lvont:Character ;
    lvont:represents "⩱"^^xsd:string ;
    rdfs:comment "EQUALS SIGN ABOVE PLUS SIGN"@en .

<http://lexvo.org/id/char/2A710> a lvont:Character ;
    lvont:represents "𪜐"^^xsd:string .

<http://lexvo.org/id/char/2A711> a lvont:Character ;
    lvont:represents "𪜑"^^xsd:string .

<http://lexvo.org/id/char/2A712> a lvont:Character ;
    lvont:represents "𪜒"^^xsd:string .

<http://lexvo.org/id/char/2A713> a lvont:Character ;
    lvont:represents "𪜓"^^xsd:string .

<http://lexvo.org/id/char/2A714> a lvont:Character ;
    lvont:represents "𪜔"^^xsd:string .

<http://lexvo.org/id/char/2A715> a lvont:Character ;
    lvont:represents "𪜕"^^xsd:string .

<http://lexvo.org/id/char/2A716> a lvont:Character ;
    lvont:represents "𪜖"^^xsd:string .

<http://lexvo.org/id/char/2A717> a lvont:Character ;
    lvont:represents "𪜗"^^xsd:string .

<http://lexvo.org/id/char/2A718> a lvont:Character ;
    lvont:represents "𪜘"^^xsd:string .

<http://lexvo.org/id/char/2A719> a lvont:Character ;
    lvont:represents "𪜙"^^xsd:string .

<http://lexvo.org/id/char/2A71A> a lvont:Character ;
    lvont:represents "𪜚"^^xsd:string .

<http://lexvo.org/id/char/2A71B> a lvont:Character ;
    lvont:represents "𪜛"^^xsd:string .

<http://lexvo.org/id/char/2A71C> a lvont:Character ;
    lvont:represents "𪜜"^^xsd:string .

<http://lexvo.org/id/char/2A71D> a lvont:Character ;
    lvont:represents "𪜝"^^xsd:string .

<http://lexvo.org/id/char/2A71E> a lvont:Character ;
    lvont:represents "𪜞"^^xsd:string .

<http://lexvo.org/id/char/2A71F> a lvont:Character ;
    lvont:represents "𪜟"^^xsd:string .

<http://lexvo.org/id/char/2A72> a lvont:Character ;
    lvont:represents "⩲"^^xsd:string ;
    rdfs:comment "PLUS SIGN ABOVE EQUALS SIGN"@en .

<http://lexvo.org/id/char/2A720> a lvont:Character ;
    lvont:represents "𪜠"^^xsd:string .

<http://lexvo.org/id/char/2A721> a lvont:Character ;
    lvont:represents "𪜡"^^xsd:string .

<http://lexvo.org/id/char/2A722> a lvont:Character ;
    lvont:represents "𪜢"^^xsd:string .

<http://lexvo.org/id/char/2A723> a lvont:Character ;
    lvont:represents "𪜣"^^xsd:string .

<http://lexvo.org/id/char/2A724> a lvont:Character ;
    lvont:represents "𪜤"^^xsd:string .

<http://lexvo.org/id/char/2A725> a lvont:Character ;
    lvont:represents "𪜥"^^xsd:string .

<http://lexvo.org/id/char/2A726> a lvont:Character ;
    lvont:represents "𪜦"^^xsd:string .

<http://lexvo.org/id/char/2A727> a lvont:Character ;
    lvont:represents "𪜧"^^xsd:string .

<http://lexvo.org/id/char/2A728> a lvont:Character ;
    lvont:represents "𪜨"^^xsd:string .

<http://lexvo.org/id/char/2A729> a lvont:Character ;
    lvont:represents "𪜩"^^xsd:string .

<http://lexvo.org/id/char/2A72A> a lvont:Character ;
    lvont:represents "𪜪"^^xsd:string .

<http://lexvo.org/id/char/2A72B> a lvont:Character ;
    lvont:represents "𪜫"^^xsd:string .

<http://lexvo.org/id/char/2A72C> a lvont:Character ;
    lvont:represents "𪜬"^^xsd:string .

<http://lexvo.org/id/char/2A72D> a lvont:Character ;
    lvont:represents "𪜭"^^xsd:string .

<http://lexvo.org/id/char/2A72E> a lvont:Character ;
    lvont:represents "𪜮"^^xsd:string .

<http://lexvo.org/id/char/2A72F> a lvont:Character ;
    lvont:represents "𪜯"^^xsd:string .

<http://lexvo.org/id/char/2A73> a lvont:Character ;
    lvont:represents "⩳"^^xsd:string ;
    rdfs:comment "EQUALS SIGN ABOVE TILDE OPERATOR"@en .

<http://lexvo.org/id/char/2A730> a lvont:Character ;
    lvont:represents "𪜰"^^xsd:string .

<http://lexvo.org/id/char/2A731> a lvont:Character ;
    lvont:represents "𪜱"^^xsd:string .

<http://lexvo.org/id/char/2A732> a lvont:Character ;
    lvont:represents "𪜲"^^xsd:string .

<http://lexvo.org/id/char/2A733> a lvont:Character ;
    lvont:represents "𪜳"^^xsd:string .

<http://lexvo.org/id/char/2A734> a lvont:Character ;
    lvont:represents "𪜴"^^xsd:string .

<http://lexvo.org/id/char/2A735> a lvont:Character ;
    lvont:represents "𪜵"^^xsd:string .

<http://lexvo.org/id/char/2A736> a lvont:Character ;
    lvont:represents "𪜶"^^xsd:string .

<http://lexvo.org/id/char/2A737> a lvont:Character ;
    lvont:represents "𪜷"^^xsd:string .

<http://lexvo.org/id/char/2A738> a lvont:Character ;
    lvont:represents "𪜸"^^xsd:string .

<http://lexvo.org/id/char/2A739> a lvont:Character ;
    lvont:represents "𪜹"^^xsd:string .

<http://lexvo.org/id/char/2A73A> a lvont:Character ;
    lvont:represents "𪜺"^^xsd:string .

<http://lexvo.org/id/char/2A73B> a lvont:Character ;
    lvont:represents "𪜻"^^xsd:string .

<http://lexvo.org/id/char/2A73C> a lvont:Character ;
    lvont:represents "𪜼"^^xsd:string .

<http://lexvo.org/id/char/2A73D> a lvont:Character ;
    lvont:represents "𪜽"^^xsd:string .

<http://lexvo.org/id/char/2A73E> a lvont:Character ;
    lvont:represents "𪜾"^^xsd:string .

<http://lexvo.org/id/char/2A73F> a lvont:Character ;
    lvont:represents "𪜿"^^xsd:string .

<http://lexvo.org/id/char/2A74> a lvont:Character ;
    lvont:represents "⩴"^^xsd:string ;
    rdfs:comment "DOUBLE COLON EQUAL"@en .

<http://lexvo.org/id/char/2A740> a lvont:Character ;
    lvont:represents "𪝀"^^xsd:string .

<http://lexvo.org/id/char/2A741> a lvont:Character ;
    lvont:represents "𪝁"^^xsd:string .

<http://lexvo.org/id/char/2A742> a lvont:Character ;
    lvont:represents "𪝂"^^xsd:string .

<http://lexvo.org/id/char/2A743> a lvont:Character ;
    lvont:represents "𪝃"^^xsd:string .

<http://lexvo.org/id/char/2A744> a lvont:Character ;
    lvont:represents "𪝄"^^xsd:string .

<http://lexvo.org/id/char/2A745> a lvont:Character ;
    lvont:represents "𪝅"^^xsd:string .

<http://lexvo.org/id/char/2A746> a lvont:Character ;
    lvont:represents "𪝆"^^xsd:string .

<http://lexvo.org/id/char/2A747> a lvont:Character ;
    lvont:represents "𪝇"^^xsd:string .

<http://lexvo.org/id/char/2A748> a lvont:Character ;
    lvont:represents "𪝈"^^xsd:string .

<http://lexvo.org/id/char/2A749> a lvont:Character ;
    lvont:represents "𪝉"^^xsd:string .

<http://lexvo.org/id/char/2A74A> a lvont:Character ;
    lvont:represents "𪝊"^^xsd:string .

<http://lexvo.org/id/char/2A74B> a lvont:Character ;
    lvont:represents "𪝋"^^xsd:string .

<http://lexvo.org/id/char/2A74C> a lvont:Character ;
    lvont:represents "𪝌"^^xsd:string .

<http://lexvo.org/id/char/2A74D> a lvont:Character ;
    lvont:represents "𪝍"^^xsd:string .

<http://lexvo.org/id/char/2A74E> a lvont:Character ;
    lvont:represents "𪝎"^^xsd:string .

<http://lexvo.org/id/char/2A74F> a lvont:Character ;
    lvont:represents "𪝏"^^xsd:string .

<http://lexvo.org/id/char/2A75> a lvont:Character ;
    lvont:represents "⩵"^^xsd:string ;
    rdfs:comment "TWO CONSECUTIVE EQUALS SIGNS"@en .

<http://lexvo.org/id/char/2A750> a lvont:Character ;
    lvont:represents "𪝐"^^xsd:string .

<http://lexvo.org/id/char/2A751> a lvont:Character ;
    lvont:represents "𪝑"^^xsd:string .

<http://lexvo.org/id/char/2A752> a lvont:Character ;
    lvont:represents "𪝒"^^xsd:string .

<http://lexvo.org/id/char/2A753> a lvont:Character ;
    lvont:represents "𪝓"^^xsd:string .

<http://lexvo.org/id/char/2A754> a lvont:Character ;
    lvont:represents "𪝔"^^xsd:string .

<http://lexvo.org/id/char/2A755> a lvont:Character ;
    lvont:represents "𪝕"^^xsd:string .

<http://lexvo.org/id/char/2A756> a lvont:Character ;
    lvont:represents "𪝖"^^xsd:string .

<http://lexvo.org/id/char/2A757> a lvont:Character ;
    lvont:represents "𪝗"^^xsd:string .

<http://lexvo.org/id/char/2A758> a lvont:Character ;
    lvont:represents "𪝘"^^xsd:string .

<http://lexvo.org/id/char/2A759> a lvont:Character ;
    lvont:represents "𪝙"^^xsd:string .

<http://lexvo.org/id/char/2A75A> a lvont:Character ;
    lvont:represents "𪝚"^^xsd:string .

<http://lexvo.org/id/char/2A75B> a lvont:Character ;
    lvont:represents "𪝛"^^xsd:string .

<http://lexvo.org/id/char/2A75C> a lvont:Character ;
    lvont:represents "𪝜"^^xsd:string .

<http://lexvo.org/id/char/2A75D> a lvont:Character ;
    lvont:represents "𪝝"^^xsd:string .

<http://lexvo.org/id/char/2A75E> a lvont:Character ;
    lvont:represents "𪝞"^^xsd:string .

<http://lexvo.org/id/char/2A75F> a lvont:Character ;
    lvont:represents "𪝟"^^xsd:string .

<http://lexvo.org/id/char/2A76> a lvont:Character ;
    lvont:represents "⩶"^^xsd:string ;
    rdfs:comment "THREE CONSECUTIVE EQUALS SIGNS"@en .

<http://lexvo.org/id/char/2A760> a lvont:Character ;
    lvont:represents "𪝠"^^xsd:string .

<http://lexvo.org/id/char/2A761> a lvont:Character ;
    lvont:represents "𪝡"^^xsd:string .

<http://lexvo.org/id/char/2A762> a lvont:Character ;
    lvont:represents "𪝢"^^xsd:string .

<http://lexvo.org/id/char/2A763> a lvont:Character ;
    lvont:represents "𪝣"^^xsd:string .

<http://lexvo.org/id/char/2A764> a lvont:Character ;
    lvont:represents "𪝤"^^xsd:string .

<http://lexvo.org/id/char/2A765> a lvont:Character ;
    lvont:represents "𪝥"^^xsd:string .

<http://lexvo.org/id/char/2A766> a lvont:Character ;
    lvont:represents "𪝦"^^xsd:string .

<http://lexvo.org/id/char/2A767> a lvont:Character ;
    lvont:represents "𪝧"^^xsd:string .

<http://lexvo.org/id/char/2A768> a lvont:Character ;
    lvont:represents "𪝨"^^xsd:string .

<http://lexvo.org/id/char/2A769> a lvont:Character ;
    lvont:represents "𪝩"^^xsd:string .

<http://lexvo.org/id/char/2A76A> a lvont:Character ;
    lvont:represents "𪝪"^^xsd:string .

<http://lexvo.org/id/char/2A76B> a lvont:Character ;
    lvont:represents "𪝫"^^xsd:string .

<http://lexvo.org/id/char/2A76C> a lvont:Character ;
    lvont:represents "𪝬"^^xsd:string .

<http://lexvo.org/id/char/2A76D> a lvont:Character ;
    lvont:represents "𪝭"^^xsd:string .

<http://lexvo.org/id/char/2A76E> a lvont:Character ;
    lvont:represents "𪝮"^^xsd:string .

<http://lexvo.org/id/char/2A76F> a lvont:Character ;
    lvont:represents "𪝯"^^xsd:string .

<http://lexvo.org/id/char/2A77> a lvont:Character ;
    lvont:represents "⩷"^^xsd:string ;
    rdfs:comment "EQUALS SIGN WITH TWO DOTS ABOVE AND TWO DOTS BELOW"@en .

<http://lexvo.org/id/char/2A770> a lvont:Character ;
    lvont:represents "𪝰"^^xsd:string .

<http://lexvo.org/id/char/2A771> a lvont:Character ;
    lvont:represents "𪝱"^^xsd:string .

<http://lexvo.org/id/char/2A772> a lvont:Character ;
    lvont:represents "𪝲"^^xsd:string .

<http://lexvo.org/id/char/2A773> a lvont:Character ;
    lvont:represents "𪝳"^^xsd:string .

<http://lexvo.org/id/char/2A774> a lvont:Character ;
    lvont:represents "𪝴"^^xsd:string .

<http://lexvo.org/id/char/2A775> a lvont:Character ;
    lvont:represents "𪝵"^^xsd:string .

<http://lexvo.org/id/char/2A776> a lvont:Character ;
    lvont:represents "𪝶"^^xsd:string .

<http://lexvo.org/id/char/2A777> a lvont:Character ;
    lvont:represents "𪝷"^^xsd:string .

<http://lexvo.org/id/char/2A778> a lvont:Character ;
    lvont:represents "𪝸"^^xsd:string .

<http://lexvo.org/id/char/2A779> a lvont:Character ;
    lvont:represents "𪝹"^^xsd:string .

<http://lexvo.org/id/char/2A77A> a lvont:Character ;
    lvont:represents "𪝺"^^xsd:string .

<http://lexvo.org/id/char/2A77B> a lvont:Character ;
    lvont:represents "𪝻"^^xsd:string .

<http://lexvo.org/id/char/2A77C> a lvont:Character ;
    lvont:represents "𪝼"^^xsd:string .

<http://lexvo.org/id/char/2A77D> a lvont:Character ;
    lvont:represents "𪝽"^^xsd:string .

<http://lexvo.org/id/char/2A77E> a lvont:Character ;
    lvont:represents "𪝾"^^xsd:string .

<http://lexvo.org/id/char/2A77F> a lvont:Character ;
    lvont:represents "𪝿"^^xsd:string .

<http://lexvo.org/id/char/2A78> a lvont:Character ;
    lvont:represents "⩸"^^xsd:string ;
    rdfs:comment "EQUIVALENT WITH FOUR DOTS ABOVE"@en .

<http://lexvo.org/id/char/2A780> a lvont:Character ;
    lvont:represents "𪞀"^^xsd:string .

<http://lexvo.org/id/char/2A781> a lvont:Character ;
    lvont:represents "𪞁"^^xsd:string .

<http://lexvo.org/id/char/2A782> a lvont:Character ;
    lvont:represents "𪞂"^^xsd:string .

<http://lexvo.org/id/char/2A783> a lvont:Character ;
    lvont:represents "𪞃"^^xsd:string .

<http://lexvo.org/id/char/2A784> a lvont:Character ;
    lvont:represents "𪞄"^^xsd:string .

<http://lexvo.org/id/char/2A785> a lvont:Character ;
    lvont:represents "𪞅"^^xsd:string .

<http://lexvo.org/id/char/2A786> a lvont:Character ;
    lvont:represents "𪞆"^^xsd:string .

<http://lexvo.org/id/char/2A787> a lvont:Character ;
    lvont:represents "𪞇"^^xsd:string .

<http://lexvo.org/id/char/2A788> a lvont:Character ;
    lvont:represents "𪞈"^^xsd:string .

<http://lexvo.org/id/char/2A789> a lvont:Character ;
    lvont:represents "𪞉"^^xsd:string .

<http://lexvo.org/id/char/2A78A> a lvont:Character ;
    lvont:represents "𪞊"^^xsd:string .

<http://lexvo.org/id/char/2A78B> a lvont:Character ;
    lvont:represents "𪞋"^^xsd:string .

<http://lexvo.org/id/char/2A78C> a lvont:Character ;
    lvont:represents "𪞌"^^xsd:string .

<http://lexvo.org/id/char/2A78D> a lvont:Character ;
    lvont:represents "𪞍"^^xsd:string .

<http://lexvo.org/id/char/2A78E> a lvont:Character ;
    lvont:represents "𪞎"^^xsd:string .

<http://lexvo.org/id/char/2A78F> a lvont:Character ;
    lvont:represents "𪞏"^^xsd:string .

<http://lexvo.org/id/char/2A79> a lvont:Character ;
    lvont:represents "⩹"^^xsd:string ;
    rdfs:comment "LESS-THAN WITH CIRCLE INSIDE"@en .

<http://lexvo.org/id/char/2A790> a lvont:Character ;
    lvont:represents "𪞐"^^xsd:string .

<http://lexvo.org/id/char/2A791> a lvont:Character ;
    lvont:represents "𪞑"^^xsd:string .

<http://lexvo.org/id/char/2A792> a lvont:Character ;
    lvont:represents "𪞒"^^xsd:string .

<http://lexvo.org/id/char/2A793> a lvont:Character ;
    lvont:represents "𪞓"^^xsd:string .

<http://lexvo.org/id/char/2A794> a lvont:Character ;
    lvont:represents "𪞔"^^xsd:string .

<http://lexvo.org/id/char/2A795> a lvont:Character ;
    lvont:represents "𪞕"^^xsd:string .

<http://lexvo.org/id/char/2A796> a lvont:Character ;
    lvont:represents "𪞖"^^xsd:string .

<http://lexvo.org/id/char/2A797> a lvont:Character ;
    lvont:represents "𪞗"^^xsd:string .

<http://lexvo.org/id/char/2A798> a lvont:Character ;
    lvont:represents "𪞘"^^xsd:string .

<http://lexvo.org/id/char/2A799> a lvont:Character ;
    lvont:represents "𪞙"^^xsd:string .

<http://lexvo.org/id/char/2A79A> a lvont:Character ;
    lvont:represents "𪞚"^^xsd:string .

<http://lexvo.org/id/char/2A79B> a lvont:Character ;
    lvont:represents "𪞛"^^xsd:string .

<http://lexvo.org/id/char/2A79C> a lvont:Character ;
    lvont:represents "𪞜"^^xsd:string .

<http://lexvo.org/id/char/2A79D> a lvont:Character ;
    lvont:represents "𪞝"^^xsd:string ;
    rdfs:comment "an icicle"@en .

<http://lexvo.org/id/char/2A79E> a lvont:Character ;
    lvont:represents "𪞞"^^xsd:string .

<http://lexvo.org/id/char/2A79F> a lvont:Character ;
    lvont:represents "𪞟"^^xsd:string .

<http://lexvo.org/id/char/2A7A> a lvont:Character ;
    lvont:represents "⩺"^^xsd:string ;
    rdfs:comment "GREATER-THAN WITH CIRCLE INSIDE"@en .

<http://lexvo.org/id/char/2A7A0> a lvont:Character ;
    lvont:represents "𪞠"^^xsd:string .

<http://lexvo.org/id/char/2A7A1> a lvont:Character ;
    lvont:represents "𪞡"^^xsd:string .

<http://lexvo.org/id/char/2A7A2> a lvont:Character ;
    lvont:represents "𪞢"^^xsd:string .

<http://lexvo.org/id/char/2A7A3> a lvont:Character ;
    lvont:represents "𪞣"^^xsd:string .

<http://lexvo.org/id/char/2A7A4> a lvont:Character ;
    lvont:represents "𪞤"^^xsd:string .

<http://lexvo.org/id/char/2A7A5> a lvont:Character ;
    lvont:represents "𪞥"^^xsd:string .

<http://lexvo.org/id/char/2A7A6> a lvont:Character ;
    lvont:represents "𪞦"^^xsd:string .

<http://lexvo.org/id/char/2A7A7> a lvont:Character ;
    lvont:represents "𪞧"^^xsd:string .

<http://lexvo.org/id/char/2A7A8> a lvont:Character ;
    lvont:represents "𪞨"^^xsd:string .

<http://lexvo.org/id/char/2A7A9> a lvont:Character ;
    lvont:represents "𪞩"^^xsd:string .

<http://lexvo.org/id/char/2A7AA> a lvont:Character ;
    lvont:represents "𪞪"^^xsd:string .

<http://lexvo.org/id/char/2A7AB> a lvont:Character ;
    lvont:represents "𪞫"^^xsd:string .

<http://lexvo.org/id/char/2A7AC> a lvont:Character ;
    lvont:represents "𪞬"^^xsd:string .

<http://lexvo.org/id/char/2A7AD> a lvont:Character ;
    lvont:represents "𪞭"^^xsd:string .

<http://lexvo.org/id/char/2A7AE> a lvont:Character ;
    lvont:represents "𪞮"^^xsd:string .

<http://lexvo.org/id/char/2A7AF> a lvont:Character ;
    lvont:represents "𪞯"^^xsd:string .

<http://lexvo.org/id/char/2A7B> a lvont:Character ;
    lvont:represents "⩻"^^xsd:string ;
    rdfs:comment "LESS-THAN WITH QUESTION MARK ABOVE"@en .

<http://lexvo.org/id/char/2A7B0> a lvont:Character ;
    lvont:represents "𪞰"^^xsd:string .

<http://lexvo.org/id/char/2A7B1> a lvont:Character ;
    lvont:represents "𪞱"^^xsd:string .

<http://lexvo.org/id/char/2A7B2> a lvont:Character ;
    lvont:represents "𪞲"^^xsd:string .

<http://lexvo.org/id/char/2A7B3> a lvont:Character ;
    lvont:represents "𪞳"^^xsd:string .

<http://lexvo.org/id/char/2A7B4> a lvont:Character ;
    lvont:represents "𪞴"^^xsd:string .

<http://lexvo.org/id/char/2A7B5> a lvont:Character ;
    lvont:represents "𪞵"^^xsd:string .

<http://lexvo.org/id/char/2A7B6> a lvont:Character ;
    lvont:represents "𪞶"^^xsd:string .

<http://lexvo.org/id/char/2A7B7> a lvont:Character ;
    lvont:represents "𪞷"^^xsd:string .

<http://lexvo.org/id/char/2A7B8> a lvont:Character ;
    lvont:represents "𪞸"^^xsd:string .

<http://lexvo.org/id/char/2A7B9> a lvont:Character ;
    lvont:represents "𪞹"^^xsd:string .

<http://lexvo.org/id/char/2A7BA> a lvont:Character ;
    lvont:represents "𪞺"^^xsd:string .

<http://lexvo.org/id/char/2A7BB> a lvont:Character ;
    lvont:represents "𪞻"^^xsd:string .

<http://lexvo.org/id/char/2A7BC> a lvont:Character ;
    lvont:represents "𪞼"^^xsd:string .

<http://lexvo.org/id/char/2A7BD> a lvont:Character ;
    lvont:represents "𪞽"^^xsd:string .

<http://lexvo.org/id/char/2A7BE> a lvont:Character ;
    lvont:represents "𪞾"^^xsd:string .

<http://lexvo.org/id/char/2A7BF> a lvont:Character ;
    lvont:represents "𪞿"^^xsd:string .

<http://lexvo.org/id/char/2A7C> a lvont:Character ;
    lvont:represents "⩼"^^xsd:string ;
    rdfs:comment "GREATER-THAN WITH QUESTION MARK ABOVE"@en .

<http://lexvo.org/id/char/2A7C0> a lvont:Character ;
    lvont:represents "𪟀"^^xsd:string .

<http://lexvo.org/id/char/2A7C1> a lvont:Character ;
    lvont:represents "𪟁"^^xsd:string .

<http://lexvo.org/id/char/2A7C2> a lvont:Character ;
    lvont:represents "𪟂"^^xsd:string .

<http://lexvo.org/id/char/2A7C3> a lvont:Character ;
    lvont:represents "𪟃"^^xsd:string .

<http://lexvo.org/id/char/2A7C4> a lvont:Character ;
    lvont:represents "𪟄"^^xsd:string .

<http://lexvo.org/id/char/2A7C5> a lvont:Character ;
    lvont:represents "𪟅"^^xsd:string .

<http://lexvo.org/id/char/2A7C6> a lvont:Character ;
    lvont:represents "𪟆"^^xsd:string .

<http://lexvo.org/id/char/2A7C7> a lvont:Character ;
    lvont:represents "𪟇"^^xsd:string .

<http://lexvo.org/id/char/2A7C8> a lvont:Character ;
    lvont:represents "𪟈"^^xsd:string .

<http://lexvo.org/id/char/2A7C9> a lvont:Character ;
    lvont:represents "𪟉"^^xsd:string .

<http://lexvo.org/id/char/2A7CA> a lvont:Character ;
    lvont:represents "𪟊"^^xsd:string .

<http://lexvo.org/id/char/2A7CB> a lvont:Character ;
    lvont:represents "𪟋"^^xsd:string .

<http://lexvo.org/id/char/2A7CC> a lvont:Character ;
    lvont:represents "𪟌"^^xsd:string .

<http://lexvo.org/id/char/2A7CD> a lvont:Character ;
    lvont:represents "𪟍"^^xsd:string .

<http://lexvo.org/id/char/2A7CE> a lvont:Character ;
    lvont:represents "𪟎"^^xsd:string .

<http://lexvo.org/id/char/2A7CF> a lvont:Character ;
    lvont:represents "𪟏"^^xsd:string .

<http://lexvo.org/id/char/2A7D> a lvont:Character ;
    lvont:represents "⩽"^^xsd:string ;
    rdfs:comment "LESS-THAN OR SLANTED EQUAL TO"@en .

<http://lexvo.org/id/char/2A7D0> a lvont:Character ;
    lvont:represents "𪟐"^^xsd:string .

<http://lexvo.org/id/char/2A7D1> a lvont:Character ;
    lvont:represents "𪟑"^^xsd:string .

<http://lexvo.org/id/char/2A7D2> a lvont:Character ;
    lvont:represents "𪟒"^^xsd:string .

<http://lexvo.org/id/char/2A7D3> a lvont:Character ;
    lvont:represents "𪟓"^^xsd:string .

<http://lexvo.org/id/char/2A7D4> a lvont:Character ;
    lvont:represents "𪟔"^^xsd:string .

<http://lexvo.org/id/char/2A7D5> a lvont:Character ;
    lvont:represents "𪟕"^^xsd:string .

<http://lexvo.org/id/char/2A7D6> a lvont:Character ;
    lvont:represents "𪟖"^^xsd:string .

<http://lexvo.org/id/char/2A7D7> a lvont:Character ;
    lvont:represents "𪟗"^^xsd:string .

<http://lexvo.org/id/char/2A7D8> a lvont:Character ;
    lvont:represents "𪟘"^^xsd:string .

<http://lexvo.org/id/char/2A7D9> a lvont:Character ;
    lvont:represents "𪟙"^^xsd:string .

<http://lexvo.org/id/char/2A7DA> a lvont:Character ;
    lvont:represents "𪟚"^^xsd:string .

<http://lexvo.org/id/char/2A7DB> a lvont:Character ;
    lvont:represents "𪟛"^^xsd:string .

<http://lexvo.org/id/char/2A7DC> a lvont:Character ;
    lvont:represents "𪟜"^^xsd:string .

<http://lexvo.org/id/char/2A7DD> a lvont:Character ;
    lvont:represents "𪟝"^^xsd:string .

<http://lexvo.org/id/char/2A7DE> a lvont:Character ;
    lvont:represents "𪟞"^^xsd:string .

<http://lexvo.org/id/char/2A7DF> a lvont:Character ;
    lvont:represents "𪟟"^^xsd:string .

<http://lexvo.org/id/char/2A7E> a lvont:Character ;
    lvont:represents "⩾"^^xsd:string ;
    rdfs:comment "GREATER-THAN OR SLANTED EQUAL TO"@en .

<http://lexvo.org/id/char/2A7E0> a lvont:Character ;
    lvont:represents "𪟠"^^xsd:string .

<http://lexvo.org/id/char/2A7E1> a lvont:Character ;
    lvont:represents "𪟡"^^xsd:string .

<http://lexvo.org/id/char/2A7E2> a lvont:Character ;
    lvont:represents "𪟢"^^xsd:string .

<http://lexvo.org/id/char/2A7E3> a lvont:Character ;
    lvont:represents "𪟣"^^xsd:string .

<http://lexvo.org/id/char/2A7E4> a lvont:Character ;
    lvont:represents "𪟤"^^xsd:string .

<http://lexvo.org/id/char/2A7E5> a lvont:Character ;
    lvont:represents "𪟥"^^xsd:string .

<http://lexvo.org/id/char/2A7E6> a lvont:Character ;
    lvont:represents "𪟦"^^xsd:string .

<http://lexvo.org/id/char/2A7E7> a lvont:Character ;
    lvont:represents "𪟧"^^xsd:string .

<http://lexvo.org/id/char/2A7E8> a lvont:Character ;
    lvont:represents "𪟨"^^xsd:string .

<http://lexvo.org/id/char/2A7E9> a lvont:Character ;
    lvont:represents "𪟩"^^xsd:string .

<http://lexvo.org/id/char/2A7EA> a lvont:Character ;
    lvont:represents "𪟪"^^xsd:string .

<http://lexvo.org/id/char/2A7EB> a lvont:Character ;
    lvont:represents "𪟫"^^xsd:string .

<http://lexvo.org/id/char/2A7EC> a lvont:Character ;
    lvont:represents "𪟬"^^xsd:string .

<http://lexvo.org/id/char/2A7ED> a lvont:Character ;
    lvont:represents "𪟭"^^xsd:string .

<http://lexvo.org/id/char/2A7EE> a lvont:Character ;
    lvont:represents "𪟮"^^xsd:string .

<http://lexvo.org/id/char/2A7EF> a lvont:Character ;
    lvont:represents "𪟯"^^xsd:string .

<http://lexvo.org/id/char/2A7F> a lvont:Character ;
    lvont:represents "⩿"^^xsd:string ;
    rdfs:comment "LESS-THAN OR SLANTED EQUAL TO WITH DOT INSIDE"@en .

<http://lexvo.org/id/char/2A7F0> a lvont:Character ;
    lvont:represents "𪟰"^^xsd:string .

<http://lexvo.org/id/char/2A7F1> a lvont:Character ;
    lvont:represents "𪟱"^^xsd:string .

<http://lexvo.org/id/char/2A7F2> a lvont:Character ;
    lvont:represents "𪟲"^^xsd:string .

<http://lexvo.org/id/char/2A7F3> a lvont:Character ;
    lvont:represents "𪟳"^^xsd:string .

<http://lexvo.org/id/char/2A7F4> a lvont:Character ;
    lvont:represents "𪟴"^^xsd:string .

<http://lexvo.org/id/char/2A7F5> a lvont:Character ;
    lvont:represents "𪟵"^^xsd:string .

<http://lexvo.org/id/char/2A7F6> a lvont:Character ;
    lvont:represents "𪟶"^^xsd:string .

<http://lexvo.org/id/char/2A7F7> a lvont:Character ;
    lvont:represents "𪟷"^^xsd:string .

<http://lexvo.org/id/char/2A7F8> a lvont:Character ;
    lvont:represents "𪟸"^^xsd:string .

<http://lexvo.org/id/char/2A7F9> a lvont:Character ;
    lvont:represents "𪟹"^^xsd:string .

<http://lexvo.org/id/char/2A7FA> a lvont:Character ;
    lvont:represents "𪟺"^^xsd:string .

<http://lexvo.org/id/char/2A7FB> a lvont:Character ;
    lvont:represents "𪟻"^^xsd:string .

<http://lexvo.org/id/char/2A7FC> a lvont:Character ;
    lvont:represents "𪟼"^^xsd:string .

<http://lexvo.org/id/char/2A7FD> a lvont:Character ;
    lvont:represents "𪟽"^^xsd:string .

<http://lexvo.org/id/char/2A7FE> a lvont:Character ;
    lvont:represents "𪟾"^^xsd:string .

<http://lexvo.org/id/char/2A7FF> a lvont:Character ;
    lvont:represents "𪟿"^^xsd:string .

<http://lexvo.org/id/char/2A80> a lvont:Character ;
    lvont:represents "⪀"^^xsd:string ;
    rdfs:comment "GREATER-THAN OR SLANTED EQUAL TO WITH DOT INSIDE"@en .

<http://lexvo.org/id/char/2A800> a lvont:Character ;
    lvont:represents "𪠀"^^xsd:string .

<http://lexvo.org/id/char/2A801> a lvont:Character ;
    lvont:represents "𪠁"^^xsd:string .

<http://lexvo.org/id/char/2A802> a lvont:Character ;
    lvont:represents "𪠂"^^xsd:string .

<http://lexvo.org/id/char/2A803> a lvont:Character ;
    lvont:represents "𪠃"^^xsd:string .

<http://lexvo.org/id/char/2A804> a lvont:Character ;
    lvont:represents "𪠄"^^xsd:string .

<http://lexvo.org/id/char/2A805> a lvont:Character ;
    lvont:represents "𪠅"^^xsd:string .

<http://lexvo.org/id/char/2A806> a lvont:Character ;
    lvont:represents "𪠆"^^xsd:string .

<http://lexvo.org/id/char/2A807> a lvont:Character ;
    lvont:represents "𪠇"^^xsd:string .

<http://lexvo.org/id/char/2A808> a lvont:Character ;
    lvont:represents "𪠈"^^xsd:string .

<http://lexvo.org/id/char/2A809> a lvont:Character ;
    lvont:represents "𪠉"^^xsd:string .

<http://lexvo.org/id/char/2A80A> a lvont:Character ;
    lvont:represents "𪠊"^^xsd:string .

<http://lexvo.org/id/char/2A80B> a lvont:Character ;
    lvont:represents "𪠋"^^xsd:string .

<http://lexvo.org/id/char/2A80C> a lvont:Character ;
    lvont:represents "𪠌"^^xsd:string .

<http://lexvo.org/id/char/2A80D> a lvont:Character ;
    lvont:represents "𪠍"^^xsd:string .

<http://lexvo.org/id/char/2A80E> a lvont:Character ;
    lvont:represents "𪠎"^^xsd:string .

<http://lexvo.org/id/char/2A80F> a lvont:Character ;
    lvont:represents "𪠏"^^xsd:string .

<http://lexvo.org/id/char/2A81> a lvont:Character ;
    lvont:represents "⪁"^^xsd:string ;
    rdfs:comment "LESS-THAN OR SLANTED EQUAL TO WITH DOT ABOVE"@en .

<http://lexvo.org/id/char/2A810> a lvont:Character ;
    lvont:represents "𪠐"^^xsd:string .

<http://lexvo.org/id/char/2A811> a lvont:Character ;
    lvont:represents "𪠑"^^xsd:string .

<http://lexvo.org/id/char/2A812> a lvont:Character ;
    lvont:represents "𪠒"^^xsd:string .

<http://lexvo.org/id/char/2A813> a lvont:Character ;
    lvont:represents "𪠓"^^xsd:string .

<http://lexvo.org/id/char/2A814> a lvont:Character ;
    lvont:represents "𪠔"^^xsd:string .

<http://lexvo.org/id/char/2A815> a lvont:Character ;
    lvont:represents "𪠕"^^xsd:string .

<http://lexvo.org/id/char/2A816> a lvont:Character ;
    lvont:represents "𪠖"^^xsd:string .

<http://lexvo.org/id/char/2A817> a lvont:Character ;
    lvont:represents "𪠗"^^xsd:string .

<http://lexvo.org/id/char/2A818> a lvont:Character ;
    lvont:represents "𪠘"^^xsd:string .

<http://lexvo.org/id/char/2A819> a lvont:Character ;
    lvont:represents "𪠙"^^xsd:string .

<http://lexvo.org/id/char/2A81A> a lvont:Character ;
    lvont:represents "𪠚"^^xsd:string .

<http://lexvo.org/id/char/2A81B> a lvont:Character ;
    lvont:represents "𪠛"^^xsd:string .

<http://lexvo.org/id/char/2A81C> a lvont:Character ;
    lvont:represents "𪠜"^^xsd:string .

<http://lexvo.org/id/char/2A81D> a lvont:Character ;
    lvont:represents "𪠝"^^xsd:string .

<http://lexvo.org/id/char/2A81E> a lvont:Character ;
    lvont:represents "𪠞"^^xsd:string .

<http://lexvo.org/id/char/2A81F> a lvont:Character ;
    lvont:represents "𪠟"^^xsd:string .

<http://lexvo.org/id/char/2A82> a lvont:Character ;
    lvont:represents "⪂"^^xsd:string ;
    rdfs:comment "GREATER-THAN OR SLANTED EQUAL TO WITH DOT ABOVE"@en .

<http://lexvo.org/id/char/2A820> a lvont:Character ;
    lvont:represents "𪠠"^^xsd:string .

<http://lexvo.org/id/char/2A821> a lvont:Character ;
    lvont:represents "𪠡"^^xsd:string .

<http://lexvo.org/id/char/2A822> a lvont:Character ;
    lvont:represents "𪠢"^^xsd:string .

<http://lexvo.org/id/char/2A823> a lvont:Character ;
    lvont:represents "𪠣"^^xsd:string .

<http://lexvo.org/id/char/2A824> a lvont:Character ;
    lvont:represents "𪠤"^^xsd:string .

<http://lexvo.org/id/char/2A825> a lvont:Character ;
    lvont:represents "𪠥"^^xsd:string .

<http://lexvo.org/id/char/2A826> a lvont:Character ;
    lvont:represents "𪠦"^^xsd:string .

<http://lexvo.org/id/char/2A827> a lvont:Character ;
    lvont:represents "𪠧"^^xsd:string .

<http://lexvo.org/id/char/2A828> a lvont:Character ;
    lvont:represents "𪠨"^^xsd:string .

<http://lexvo.org/id/char/2A829> a lvont:Character ;
    lvont:represents "𪠩"^^xsd:string .

<http://lexvo.org/id/char/2A82A> a lvont:Character ;
    lvont:represents "𪠪"^^xsd:string .

<http://lexvo.org/id/char/2A82B> a lvont:Character ;
    lvont:represents "𪠫"^^xsd:string .

<http://lexvo.org/id/char/2A82C> a lvont:Character ;
    lvont:represents "𪠬"^^xsd:string .

<http://lexvo.org/id/char/2A82D> a lvont:Character ;
    lvont:represents "𪠭"^^xsd:string .

<http://lexvo.org/id/char/2A82E> a lvont:Character ;
    lvont:represents "𪠮"^^xsd:string .

<http://lexvo.org/id/char/2A82F> a lvont:Character ;
    lvont:represents "𪠯"^^xsd:string .

<http://lexvo.org/id/char/2A83> a lvont:Character ;
    lvont:represents "⪃"^^xsd:string ;
    rdfs:comment "LESS-THAN OR SLANTED EQUAL TO WITH DOT ABOVE RIGHT"@en .

<http://lexvo.org/id/char/2A830> a lvont:Character ;
    lvont:represents "𪠰"^^xsd:string .

<http://lexvo.org/id/char/2A831> a lvont:Character ;
    lvont:represents "𪠱"^^xsd:string .

<http://lexvo.org/id/char/2A832> a lvont:Character ;
    lvont:represents "𪠲"^^xsd:string .

<http://lexvo.org/id/char/2A833> a lvont:Character ;
    lvont:represents "𪠳"^^xsd:string .

<http://lexvo.org/id/char/2A834> a lvont:Character ;
    lvont:represents "𪠴"^^xsd:string .

<http://lexvo.org/id/char/2A835> a lvont:Character ;
    lvont:represents "𪠵"^^xsd:string .

<http://lexvo.org/id/char/2A836> a lvont:Character ;
    lvont:represents "𪠶"^^xsd:string .

<http://lexvo.org/id/char/2A837> a lvont:Character ;
    lvont:represents "𪠷"^^xsd:string .

<http://lexvo.org/id/char/2A838> a lvont:Character ;
    lvont:represents "𪠸"^^xsd:string .

<http://lexvo.org/id/char/2A839> a lvont:Character ;
    lvont:represents "𪠹"^^xsd:string .

<http://lexvo.org/id/char/2A83A> a lvont:Character ;
    lvont:represents "𪠺"^^xsd:string .

<http://lexvo.org/id/char/2A83B> a lvont:Character ;
    lvont:represents "𪠻"^^xsd:string .

<http://lexvo.org/id/char/2A83C> a lvont:Character ;
    lvont:represents "𪠼"^^xsd:string .

<http://lexvo.org/id/char/2A83D> a lvont:Character ;
    lvont:represents "𪠽"^^xsd:string .

<http://lexvo.org/id/char/2A83E> a lvont:Character ;
    lvont:represents "𪠾"^^xsd:string .

<http://lexvo.org/id/char/2A83F> a lvont:Character ;
    lvont:represents "𪠿"^^xsd:string .

<http://lexvo.org/id/char/2A84> a lvont:Character ;
    lvont:represents "⪄"^^xsd:string ;
    rdfs:comment "GREATER-THAN OR SLANTED EQUAL TO WITH DOT ABOVE LEFT"@en .

<http://lexvo.org/id/char/2A840> a lvont:Character ;
    lvont:represents "𪡀"^^xsd:string .

<http://lexvo.org/id/char/2A841> a lvont:Character ;
    lvont:represents "𪡁"^^xsd:string .

<http://lexvo.org/id/char/2A842> a lvont:Character ;
    lvont:represents "𪡂"^^xsd:string .

<http://lexvo.org/id/char/2A843> a lvont:Character ;
    lvont:represents "𪡃"^^xsd:string .

<http://lexvo.org/id/char/2A844> a lvont:Character ;
    lvont:represents "𪡄"^^xsd:string .

<http://lexvo.org/id/char/2A845> a lvont:Character ;
    lvont:represents "𪡅"^^xsd:string .

<http://lexvo.org/id/char/2A846> a lvont:Character ;
    lvont:represents "𪡆"^^xsd:string .

<http://lexvo.org/id/char/2A847> a lvont:Character ;
    lvont:represents "𪡇"^^xsd:string .

<http://lexvo.org/id/char/2A848> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%F0%AA%A1%88>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%A1i%20b%C3%B3>,
        "𪡈"^^xsd:string ;
    rdfs:comment "used in transliteration"@en .

<http://lexvo.org/id/char/2A849> a lvont:Character ;
    lvont:represents "𪡉"^^xsd:string .

<http://lexvo.org/id/char/2A84A> a lvont:Character ;
    lvont:represents "𪡊"^^xsd:string .

<http://lexvo.org/id/char/2A84B> a lvont:Character ;
    lvont:represents "𪡋"^^xsd:string .

<http://lexvo.org/id/char/2A84C> a lvont:Character ;
    lvont:represents "𪡌"^^xsd:string .

<http://lexvo.org/id/char/2A84D> a lvont:Character ;
    lvont:represents "𪡍"^^xsd:string .

<http://lexvo.org/id/char/2A84E> a lvont:Character ;
    lvont:represents "𪡎"^^xsd:string .

<http://lexvo.org/id/char/2A84F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%F0%AA%A1%8F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C4%81n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zin1>,
        <http://lexvo.org/id/term/yue/%F0%AA%A1%8F>,
        "𪡏"^^xsd:string ;
    rdfs:comment "gruel"@en .

<http://lexvo.org/id/char/2A85> a lvont:Character ;
    lvont:represents "⪅"^^xsd:string ;
    rdfs:comment "LESS-THAN OR APPROXIMATE"@en .

<http://lexvo.org/id/char/2A850> a lvont:Character ;
    lvont:represents "𪡐"^^xsd:string .

<http://lexvo.org/id/char/2A851> a lvont:Character ;
    lvont:represents "𪡑"^^xsd:string .

<http://lexvo.org/id/char/2A852> a lvont:Character ;
    lvont:represents "𪡒"^^xsd:string .

<http://lexvo.org/id/char/2A853> a lvont:Character ;
    lvont:represents "𪡓"^^xsd:string .

<http://lexvo.org/id/char/2A854> a lvont:Character ;
    lvont:represents "𪡔"^^xsd:string .

<http://lexvo.org/id/char/2A855> a lvont:Character ;
    lvont:represents "𪡕"^^xsd:string .

<http://lexvo.org/id/char/2A856> a lvont:Character ;
    lvont:represents "𪡖"^^xsd:string .

<http://lexvo.org/id/char/2A857> a lvont:Character ;
    lvont:represents "𪡗"^^xsd:string .

<http://lexvo.org/id/char/2A858> a lvont:Character ;
    lvont:represents "𪡘"^^xsd:string .

<http://lexvo.org/id/char/2A859> a lvont:Character ;
    lvont:represents "𪡙"^^xsd:string .

<http://lexvo.org/id/char/2A85A> a lvont:Character ;
    lvont:represents "𪡚"^^xsd:string .

<http://lexvo.org/id/char/2A85B> a lvont:Character ;
    lvont:represents "𪡛"^^xsd:string .

<http://lexvo.org/id/char/2A85C> a lvont:Character ;
    lvont:represents "𪡜"^^xsd:string .

<http://lexvo.org/id/char/2A85D> a lvont:Character ;
    lvont:represents "𪡝"^^xsd:string .

<http://lexvo.org/id/char/2A85E> a lvont:Character ;
    lvont:represents "𪡞"^^xsd:string .

<http://lexvo.org/id/char/2A85F> a lvont:Character ;
    lvont:represents "𪡟"^^xsd:string .

<http://lexvo.org/id/char/2A86> a lvont:Character ;
    lvont:represents "⪆"^^xsd:string ;
    rdfs:comment "GREATER-THAN OR APPROXIMATE"@en .

<http://lexvo.org/id/char/2A860> a lvont:Character ;
    lvont:represents "𪡠"^^xsd:string .

<http://lexvo.org/id/char/2A861> a lvont:Character ;
    lvont:represents "𪡡"^^xsd:string .

<http://lexvo.org/id/char/2A862> a lvont:Character ;
    lvont:represents "𪡢"^^xsd:string .

<http://lexvo.org/id/char/2A863> a lvont:Character ;
    lvont:represents "𪡣"^^xsd:string .

<http://lexvo.org/id/char/2A864> a lvont:Character ;
    lvont:represents "𪡤"^^xsd:string .

<http://lexvo.org/id/char/2A865> a lvont:Character ;
    lvont:represents "𪡥"^^xsd:string .

<http://lexvo.org/id/char/2A866> a lvont:Character ;
    lvont:represents "𪡦"^^xsd:string .

<http://lexvo.org/id/char/2A867> a lvont:Character ;
    lvont:represents "𪡧"^^xsd:string .

<http://lexvo.org/id/char/2A868> a lvont:Character ;
    lvont:represents "𪡨"^^xsd:string .

<http://lexvo.org/id/char/2A869> a lvont:Character ;
    lvont:represents "𪡩"^^xsd:string .

<http://lexvo.org/id/char/2A86A> a lvont:Character ;
    lvont:represents "𪡪"^^xsd:string .

<http://lexvo.org/id/char/2A86B> a lvont:Character ;
    lvont:represents "𪡫"^^xsd:string .

<http://lexvo.org/id/char/2A86C> a lvont:Character ;
    lvont:represents "𪡬"^^xsd:string .

<http://lexvo.org/id/char/2A86D> a lvont:Character ;
    lvont:represents "𪡭"^^xsd:string .

<http://lexvo.org/id/char/2A86E> a lvont:Character ;
    lvont:represents "𪡮"^^xsd:string .

<http://lexvo.org/id/char/2A86F> a lvont:Character ;
    lvont:represents "𪡯"^^xsd:string .

<http://lexvo.org/id/char/2A87> a lvont:Character ;
    lvont:represents "⪇"^^xsd:string ;
    rdfs:comment "LESS-THAN AND SINGLE-LINE NOT EQUAL TO"@en .

<http://lexvo.org/id/char/2A870> a lvont:Character ;
    lvont:represents "𪡰"^^xsd:string .

<http://lexvo.org/id/char/2A871> a lvont:Character ;
    lvont:represents "𪡱"^^xsd:string .

<http://lexvo.org/id/char/2A872> a lvont:Character ;
    lvont:represents "𪡲"^^xsd:string .

<http://lexvo.org/id/char/2A873> a lvont:Character ;
    lvont:represents "𪡳"^^xsd:string .

<http://lexvo.org/id/char/2A874> a lvont:Character ;
    lvont:represents "𪡴"^^xsd:string .

<http://lexvo.org/id/char/2A875> a lvont:Character ;
    lvont:represents "𪡵"^^xsd:string .

<http://lexvo.org/id/char/2A876> a lvont:Character ;
    lvont:represents "𪡶"^^xsd:string .

<http://lexvo.org/id/char/2A877> a lvont:Character ;
    lvont:represents "𪡷"^^xsd:string .

<http://lexvo.org/id/char/2A878> a lvont:Character ;
    lvont:represents "𪡸"^^xsd:string .

<http://lexvo.org/id/char/2A879> a lvont:Character ;
    lvont:represents "𪡹"^^xsd:string .

<http://lexvo.org/id/char/2A87A> a lvont:Character ;
    lvont:represents "𪡺"^^xsd:string .

<http://lexvo.org/id/char/2A87B> a lvont:Character ;
    lvont:represents "𪡻"^^xsd:string .

<http://lexvo.org/id/char/2A87C> a lvont:Character ;
    lvont:represents "𪡼"^^xsd:string .

<http://lexvo.org/id/char/2A87D> a lvont:Character ;
    lvont:represents "𪡽"^^xsd:string .

<http://lexvo.org/id/char/2A87E> a lvont:Character ;
    lvont:represents "𪡾"^^xsd:string .

<http://lexvo.org/id/char/2A87F> a lvont:Character ;
    lvont:represents "𪡿"^^xsd:string .

<http://lexvo.org/id/char/2A88> a lvont:Character ;
    lvont:represents "⪈"^^xsd:string ;
    rdfs:comment "GREATER-THAN AND SINGLE-LINE NOT EQUAL TO"@en .

<http://lexvo.org/id/char/2A880> a lvont:Character ;
    lvont:represents "𪢀"^^xsd:string .

<http://lexvo.org/id/char/2A881> a lvont:Character ;
    lvont:represents "𪢁"^^xsd:string .

<http://lexvo.org/id/char/2A882> a lvont:Character ;
    lvont:represents "𪢂"^^xsd:string .

<http://lexvo.org/id/char/2A883> a lvont:Character ;
    lvont:represents "𪢃"^^xsd:string .

<http://lexvo.org/id/char/2A884> a lvont:Character ;
    lvont:represents "𪢄"^^xsd:string .

<http://lexvo.org/id/char/2A885> a lvont:Character ;
    lvont:represents "𪢅"^^xsd:string .

<http://lexvo.org/id/char/2A886> a lvont:Character ;
    lvont:represents "𪢆"^^xsd:string .

<http://lexvo.org/id/char/2A887> a lvont:Character ;
    lvont:represents "𪢇"^^xsd:string .

<http://lexvo.org/id/char/2A888> a lvont:Character ;
    lvont:represents "𪢈"^^xsd:string .

<http://lexvo.org/id/char/2A889> a lvont:Character ;
    lvont:represents "𪢉"^^xsd:string .

<http://lexvo.org/id/char/2A88A> a lvont:Character ;
    lvont:represents "𪢊"^^xsd:string .

<http://lexvo.org/id/char/2A88B> a lvont:Character ;
    lvont:represents "𪢋"^^xsd:string .

<http://lexvo.org/id/char/2A88C> a lvont:Character ;
    lvont:represents "𪢌"^^xsd:string .

<http://lexvo.org/id/char/2A88D> a lvont:Character ;
    lvont:represents "𪢍"^^xsd:string .

<http://lexvo.org/id/char/2A88E> a lvont:Character ;
    lvont:represents "𪢎"^^xsd:string .

<http://lexvo.org/id/char/2A88F> a lvont:Character ;
    lvont:represents "𪢏"^^xsd:string .

<http://lexvo.org/id/char/2A89> a lvont:Character ;
    lvont:represents "⪉"^^xsd:string ;
    rdfs:comment "LESS-THAN AND NOT APPROXIMATE"@en .

<http://lexvo.org/id/char/2A890> a lvont:Character ;
    lvont:represents "𪢐"^^xsd:string .

<http://lexvo.org/id/char/2A891> a lvont:Character ;
    lvont:represents "𪢑"^^xsd:string .

<http://lexvo.org/id/char/2A892> a lvont:Character ;
    lvont:represents "𪢒"^^xsd:string .

<http://lexvo.org/id/char/2A893> a lvont:Character ;
    lvont:represents "𪢓"^^xsd:string .

<http://lexvo.org/id/char/2A894> a lvont:Character ;
    lvont:represents "𪢔"^^xsd:string .

<http://lexvo.org/id/char/2A895> a lvont:Character ;
    lvont:represents "𪢕"^^xsd:string .

<http://lexvo.org/id/char/2A896> a lvont:Character ;
    lvont:represents "𪢖"^^xsd:string .

<http://lexvo.org/id/char/2A897> a lvont:Character ;
    lvont:represents "𪢗"^^xsd:string .

<http://lexvo.org/id/char/2A898> a lvont:Character ;
    lvont:represents "𪢘"^^xsd:string .

<http://lexvo.org/id/char/2A899> a lvont:Character ;
    lvont:represents "𪢙"^^xsd:string .

<http://lexvo.org/id/char/2A89A> a lvont:Character ;
    lvont:represents "𪢚"^^xsd:string .

<http://lexvo.org/id/char/2A89B> a lvont:Character ;
    lvont:represents "𪢛"^^xsd:string .

<http://lexvo.org/id/char/2A89C> a lvont:Character ;
    lvont:represents "𪢜"^^xsd:string .

<http://lexvo.org/id/char/2A89D> a lvont:Character ;
    lvont:represents "𪢝"^^xsd:string .

<http://lexvo.org/id/char/2A89E> a lvont:Character ;
    lvont:represents "𪢞"^^xsd:string .

<http://lexvo.org/id/char/2A89F> a lvont:Character ;
    lvont:represents "𪢟"^^xsd:string .

<http://lexvo.org/id/char/2A8A> a lvont:Character ;
    lvont:represents "⪊"^^xsd:string ;
    rdfs:comment "GREATER-THAN AND NOT APPROXIMATE"@en .

<http://lexvo.org/id/char/2A8A0> a lvont:Character ;
    lvont:represents "𪢠"^^xsd:string .

<http://lexvo.org/id/char/2A8A1> a lvont:Character ;
    lvont:represents "𪢡"^^xsd:string .

<http://lexvo.org/id/char/2A8A2> a lvont:Character ;
    lvont:represents "𪢢"^^xsd:string .

<http://lexvo.org/id/char/2A8A3> a lvont:Character ;
    lvont:represents "𪢣"^^xsd:string .

<http://lexvo.org/id/char/2A8A4> a lvont:Character ;
    lvont:represents "𪢤"^^xsd:string .

<http://lexvo.org/id/char/2A8A5> a lvont:Character ;
    lvont:represents "𪢥"^^xsd:string .

<http://lexvo.org/id/char/2A8A6> a lvont:Character ;
    lvont:represents "𪢦"^^xsd:string .

<http://lexvo.org/id/char/2A8A7> a lvont:Character ;
    lvont:represents "𪢧"^^xsd:string .

<http://lexvo.org/id/char/2A8A8> a lvont:Character ;
    lvont:represents "𪢨"^^xsd:string .

<http://lexvo.org/id/char/2A8A9> a lvont:Character ;
    lvont:represents "𪢩"^^xsd:string .

<http://lexvo.org/id/char/2A8AA> a lvont:Character ;
    lvont:represents "𪢪"^^xsd:string .

<http://lexvo.org/id/char/2A8AB> a lvont:Character ;
    lvont:represents "𪢫"^^xsd:string .

<http://lexvo.org/id/char/2A8AC> a lvont:Character ;
    lvont:represents "𪢬"^^xsd:string .

<http://lexvo.org/id/char/2A8AD> a lvont:Character ;
    lvont:represents "𪢭"^^xsd:string .

<http://lexvo.org/id/char/2A8AE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%F0%AA%A2%AE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/lu%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lyun4>,
        <http://lexvo.org/id/term/yue/%F0%AA%A2%AE>,
        "𪢮"^^xsd:string ;
    rdfs:comment "entire, complete; round"@en .

<http://lexvo.org/id/char/2A8AF> a lvont:Character ;
    lvont:represents "𪢯"^^xsd:string .

<http://lexvo.org/id/char/2A8B> a lvont:Character ;
    lvont:represents "⪋"^^xsd:string ;
    rdfs:comment "LESS-THAN ABOVE DOUBLE-LINE EQUAL ABOVE GREATER-THAN"@en .

<http://lexvo.org/id/char/2A8B0> a lvont:Character ;
    lvont:represents "𪢰"^^xsd:string .

<http://lexvo.org/id/char/2A8B1> a lvont:Character ;
    lvont:represents "𪢱"^^xsd:string .

<http://lexvo.org/id/char/2A8B2> a lvont:Character ;
    lvont:represents "𪢲"^^xsd:string .

<http://lexvo.org/id/char/2A8B3> a lvont:Character ;
    lvont:represents "𪢳"^^xsd:string .

<http://lexvo.org/id/char/2A8B4> a lvont:Character ;
    lvont:represents "𪢴"^^xsd:string .

<http://lexvo.org/id/char/2A8B5> a lvont:Character ;
    lvont:represents "𪢵"^^xsd:string .

<http://lexvo.org/id/char/2A8B6> a lvont:Character ;
    lvont:represents "𪢶"^^xsd:string .

<http://lexvo.org/id/char/2A8B7> a lvont:Character ;
    lvont:represents "𪢷"^^xsd:string .

<http://lexvo.org/id/char/2A8B8> a lvont:Character ;
    lvont:represents "𪢸"^^xsd:string .

<http://lexvo.org/id/char/2A8B9> a lvont:Character ;
    lvont:represents "𪢹"^^xsd:string .

<http://lexvo.org/id/char/2A8BA> a lvont:Character ;
    lvont:represents "𪢺"^^xsd:string .

<http://lexvo.org/id/char/2A8BB> a lvont:Character ;
    lvont:represents "𪢻"^^xsd:string .

<http://lexvo.org/id/char/2A8BC> a lvont:Character ;
    lvont:represents "𪢼"^^xsd:string .

<http://lexvo.org/id/char/2A8BD> a lvont:Character ;
    lvont:represents "𪢽"^^xsd:string .

<http://lexvo.org/id/char/2A8BE> a lvont:Character ;
    lvont:represents "𪢾"^^xsd:string .

<http://lexvo.org/id/char/2A8BF> a lvont:Character ;
    lvont:represents "𪢿"^^xsd:string .

<http://lexvo.org/id/char/2A8C> a lvont:Character ;
    lvont:represents "⪌"^^xsd:string ;
    rdfs:comment "GREATER-THAN ABOVE DOUBLE-LINE EQUAL ABOVE LESS-THAN"@en .

<http://lexvo.org/id/char/2A8C0> a lvont:Character ;
    lvont:represents "𪣀"^^xsd:string .

<http://lexvo.org/id/char/2A8C1> a lvont:Character ;
    lvont:represents "𪣁"^^xsd:string .

<http://lexvo.org/id/char/2A8C2> a lvont:Character ;
    lvont:represents "𪣂"^^xsd:string .

<http://lexvo.org/id/char/2A8C3> a lvont:Character ;
    lvont:represents "𪣃"^^xsd:string .

<http://lexvo.org/id/char/2A8C4> a lvont:Character ;
    lvont:represents "𪣄"^^xsd:string .

<http://lexvo.org/id/char/2A8C5> a lvont:Character ;
    lvont:represents "𪣅"^^xsd:string .

<http://lexvo.org/id/char/2A8C6> a lvont:Character ;
    lvont:represents "𪣆"^^xsd:string .

<http://lexvo.org/id/char/2A8C7> a lvont:Character ;
    lvont:represents "𪣇"^^xsd:string .

<http://lexvo.org/id/char/2A8C8> a lvont:Character ;
    lvont:represents "𪣈"^^xsd:string .

<http://lexvo.org/id/char/2A8C9> a lvont:Character ;
    lvont:represents "𪣉"^^xsd:string .

<http://lexvo.org/id/char/2A8CA> a lvont:Character ;
    lvont:represents "𪣊"^^xsd:string .

<http://lexvo.org/id/char/2A8CB> a lvont:Character ;
    lvont:represents "𪣋"^^xsd:string .

<http://lexvo.org/id/char/2A8CC> a lvont:Character ;
    lvont:represents "𪣌"^^xsd:string .

<http://lexvo.org/id/char/2A8CD> a lvont:Character ;
    lvont:represents "𪣍"^^xsd:string .

<http://lexvo.org/id/char/2A8CE> a lvont:Character ;
    lvont:represents "𪣎"^^xsd:string .

<http://lexvo.org/id/char/2A8CF> a lvont:Character ;
    lvont:represents "𪣏"^^xsd:string .

<http://lexvo.org/id/char/2A8D> a lvont:Character ;
    lvont:represents "⪍"^^xsd:string ;
    rdfs:comment "LESS-THAN ABOVE SIMILAR OR EQUAL"@en .

<http://lexvo.org/id/char/2A8D0> a lvont:Character ;
    lvont:represents "𪣐"^^xsd:string .

<http://lexvo.org/id/char/2A8D1> a lvont:Character ;
    lvont:represents "𪣑"^^xsd:string .

<http://lexvo.org/id/char/2A8D2> a lvont:Character ;
    lvont:represents "𪣒"^^xsd:string .

<http://lexvo.org/id/char/2A8D3> a lvont:Character ;
    lvont:represents "𪣓"^^xsd:string .

<http://lexvo.org/id/char/2A8D4> a lvont:Character ;
    lvont:represents "𪣔"^^xsd:string .

<http://lexvo.org/id/char/2A8D5> a lvont:Character ;
    lvont:represents "𪣕"^^xsd:string .

<http://lexvo.org/id/char/2A8D6> a lvont:Character ;
    lvont:represents "𪣖"^^xsd:string .

<http://lexvo.org/id/char/2A8D7> a lvont:Character ;
    lvont:represents "𪣗"^^xsd:string .

<http://lexvo.org/id/char/2A8D8> a lvont:Character ;
    lvont:represents "𪣘"^^xsd:string .

<http://lexvo.org/id/char/2A8D9> a lvont:Character ;
    lvont:represents "𪣙"^^xsd:string .

<http://lexvo.org/id/char/2A8DA> a lvont:Character ;
    lvont:represents "𪣚"^^xsd:string .

<http://lexvo.org/id/char/2A8DB> a lvont:Character ;
    lvont:represents "𪣛"^^xsd:string .

<http://lexvo.org/id/char/2A8DC> a lvont:Character ;
    lvont:represents "𪣜"^^xsd:string .

<http://lexvo.org/id/char/2A8DD> a lvont:Character ;
    lvont:represents "𪣝"^^xsd:string .

<http://lexvo.org/id/char/2A8DE> a lvont:Character ;
    lvont:represents "𪣞"^^xsd:string .

<http://lexvo.org/id/char/2A8DF> a lvont:Character ;
    lvont:represents "𪣟"^^xsd:string .

<http://lexvo.org/id/char/2A8E> a lvont:Character ;
    lvont:represents "⪎"^^xsd:string ;
    rdfs:comment "GREATER-THAN ABOVE SIMILAR OR EQUAL"@en .

<http://lexvo.org/id/char/2A8E0> a lvont:Character ;
    lvont:represents "𪣠"^^xsd:string .

<http://lexvo.org/id/char/2A8E1> a lvont:Character ;
    lvont:represents "𪣡"^^xsd:string .

<http://lexvo.org/id/char/2A8E2> a lvont:Character ;
    lvont:represents "𪣢"^^xsd:string .

<http://lexvo.org/id/char/2A8E3> a lvont:Character ;
    lvont:represents "𪣣"^^xsd:string .

<http://lexvo.org/id/char/2A8E4> a lvont:Character ;
    lvont:represents "𪣤"^^xsd:string .

<http://lexvo.org/id/char/2A8E5> a lvont:Character ;
    lvont:represents "𪣥"^^xsd:string .

<http://lexvo.org/id/char/2A8E6> a lvont:Character ;
    lvont:represents "𪣦"^^xsd:string .

<http://lexvo.org/id/char/2A8E7> a lvont:Character ;
    lvont:represents "𪣧"^^xsd:string .

<http://lexvo.org/id/char/2A8E8> a lvont:Character ;
    lvont:represents "𪣨"^^xsd:string .

<http://lexvo.org/id/char/2A8E9> a lvont:Character ;
    lvont:represents "𪣩"^^xsd:string .

<http://lexvo.org/id/char/2A8EA> a lvont:Character ;
    lvont:represents "𪣪"^^xsd:string .

<http://lexvo.org/id/char/2A8EB> a lvont:Character ;
    lvont:represents "𪣫"^^xsd:string .

<http://lexvo.org/id/char/2A8EC> a lvont:Character ;
    lvont:represents "𪣬"^^xsd:string .

<http://lexvo.org/id/char/2A8ED> a lvont:Character ;
    lvont:represents "𪣭"^^xsd:string .

<http://lexvo.org/id/char/2A8EE> a lvont:Character ;
    lvont:represents "𪣮"^^xsd:string .

<http://lexvo.org/id/char/2A8EF> a lvont:Character ;
    lvont:represents "𪣯"^^xsd:string .

<http://lexvo.org/id/char/2A8F> a lvont:Character ;
    lvont:represents "⪏"^^xsd:string ;
    rdfs:comment "LESS-THAN ABOVE SIMILAR ABOVE GREATER-THAN"@en .

<http://lexvo.org/id/char/2A8F0> a lvont:Character ;
    lvont:represents "𪣰"^^xsd:string .

<http://lexvo.org/id/char/2A8F1> a lvont:Character ;
    lvont:represents "𪣱"^^xsd:string .

<http://lexvo.org/id/char/2A8F2> a lvont:Character ;
    lvont:represents "𪣲"^^xsd:string .

<http://lexvo.org/id/char/2A8F3> a lvont:Character ;
    lvont:represents "𪣳"^^xsd:string .

<http://lexvo.org/id/char/2A8F4> a lvont:Character ;
    lvont:represents "𪣴"^^xsd:string .

<http://lexvo.org/id/char/2A8F5> a lvont:Character ;
    lvont:represents "𪣵"^^xsd:string .

<http://lexvo.org/id/char/2A8F6> a lvont:Character ;
    lvont:represents "𪣶"^^xsd:string .

<http://lexvo.org/id/char/2A8F7> a lvont:Character ;
    lvont:represents "𪣷"^^xsd:string .

<http://lexvo.org/id/char/2A8F8> a lvont:Character ;
    lvont:represents "𪣸"^^xsd:string .

<http://lexvo.org/id/char/2A8F9> a lvont:Character ;
    lvont:represents "𪣹"^^xsd:string .

<http://lexvo.org/id/char/2A8FA> a lvont:Character ;
    lvont:represents "𪣺"^^xsd:string .

<http://lexvo.org/id/char/2A8FB> a lvont:Character ;
    lvont:represents "𪣻"^^xsd:string .

<http://lexvo.org/id/char/2A8FC> a lvont:Character ;
    lvont:represents "𪣼"^^xsd:string .

<http://lexvo.org/id/char/2A8FD> a lvont:Character ;
    lvont:represents "𪣽"^^xsd:string .

<http://lexvo.org/id/char/2A8FE> a lvont:Character ;
    lvont:represents "𪣾"^^xsd:string .

<http://lexvo.org/id/char/2A8FF> a lvont:Character ;
    lvont:represents "𪣿"^^xsd:string .

<http://lexvo.org/id/char/2A90> a lvont:Character ;
    lvont:represents "⪐"^^xsd:string ;
    rdfs:comment "GREATER-THAN ABOVE SIMILAR ABOVE LESS-THAN"@en .

<http://lexvo.org/id/char/2A900> a lvont:Character ;
    lvont:represents "𪤀"^^xsd:string .

<http://lexvo.org/id/char/2A901> a lvont:Character ;
    lvont:represents "𪤁"^^xsd:string .

<http://lexvo.org/id/char/2A902> a lvont:Character ;
    lvont:represents "𪤂"^^xsd:string .

<http://lexvo.org/id/char/2A903> a lvont:Character ;
    lvont:represents "𪤃"^^xsd:string .

<http://lexvo.org/id/char/2A904> a lvont:Character ;
    lvont:represents "𪤄"^^xsd:string .

<http://lexvo.org/id/char/2A905> a lvont:Character ;
    lvont:represents "𪤅"^^xsd:string .

<http://lexvo.org/id/char/2A906> a lvont:Character ;
    lvont:represents "𪤆"^^xsd:string .

<http://lexvo.org/id/char/2A907> a lvont:Character ;
    lvont:represents "𪤇"^^xsd:string .

<http://lexvo.org/id/char/2A908> a lvont:Character ;
    lvont:represents "𪤈"^^xsd:string .

<http://lexvo.org/id/char/2A909> a lvont:Character ;
    lvont:represents "𪤉"^^xsd:string .

<http://lexvo.org/id/char/2A90A> a lvont:Character ;
    lvont:represents "𪤊"^^xsd:string .

<http://lexvo.org/id/char/2A90B> a lvont:Character ;
    lvont:represents "𪤋"^^xsd:string .

<http://lexvo.org/id/char/2A90C> a lvont:Character ;
    lvont:represents "𪤌"^^xsd:string .

<http://lexvo.org/id/char/2A90D> a lvont:Character ;
    lvont:represents "𪤍"^^xsd:string .

<http://lexvo.org/id/char/2A90E> a lvont:Character ;
    lvont:represents "𪤎"^^xsd:string .

<http://lexvo.org/id/char/2A90F> a lvont:Character ;
    lvont:represents "𪤏"^^xsd:string .

<http://lexvo.org/id/char/2A91> a lvont:Character ;
    lvont:represents "⪑"^^xsd:string ;
    rdfs:comment "LESS-THAN ABOVE GREATER-THAN ABOVE DOUBLE-LINE EQUAL"@en .

<http://lexvo.org/id/char/2A910> a lvont:Character ;
    lvont:represents "𪤐"^^xsd:string .

<http://lexvo.org/id/char/2A911> a lvont:Character ;
    lvont:represents "𪤑"^^xsd:string .

<http://lexvo.org/id/char/2A912> a lvont:Character ;
    lvont:represents "𪤒"^^xsd:string .

<http://lexvo.org/id/char/2A913> a lvont:Character ;
    lvont:represents "𪤓"^^xsd:string .

<http://lexvo.org/id/char/2A914> a lvont:Character ;
    lvont:represents "𪤔"^^xsd:string .

<http://lexvo.org/id/char/2A915> a lvont:Character ;
    lvont:represents "𪤕"^^xsd:string .

<http://lexvo.org/id/char/2A916> a lvont:Character ;
    lvont:represents "𪤖"^^xsd:string .

<http://lexvo.org/id/char/2A917> a lvont:Character ;
    lvont:represents "𪤗"^^xsd:string .

<http://lexvo.org/id/char/2A918> a lvont:Character ;
    lvont:represents "𪤘"^^xsd:string .

<http://lexvo.org/id/char/2A919> a lvont:Character ;
    lvont:represents "𪤙"^^xsd:string .

<http://lexvo.org/id/char/2A91A> a lvont:Character ;
    lvont:represents "𪤚"^^xsd:string .

<http://lexvo.org/id/char/2A91B> a lvont:Character ;
    lvont:represents "𪤛"^^xsd:string .

<http://lexvo.org/id/char/2A91C> a lvont:Character ;
    lvont:represents "𪤜"^^xsd:string .

<http://lexvo.org/id/char/2A91D> a lvont:Character ;
    lvont:represents "𪤝"^^xsd:string .

<http://lexvo.org/id/char/2A91E> a lvont:Character ;
    lvont:represents "𪤞"^^xsd:string .

<http://lexvo.org/id/char/2A91F> a lvont:Character ;
    lvont:represents "𪤟"^^xsd:string .

<http://lexvo.org/id/char/2A92> a lvont:Character ;
    lvont:represents "⪒"^^xsd:string ;
    rdfs:comment "GREATER-THAN ABOVE LESS-THAN ABOVE DOUBLE-LINE EQUAL"@en .

<http://lexvo.org/id/char/2A920> a lvont:Character ;
    lvont:represents "𪤠"^^xsd:string .

<http://lexvo.org/id/char/2A921> a lvont:Character ;
    lvont:represents "𪤡"^^xsd:string .

<http://lexvo.org/id/char/2A922> a lvont:Character ;
    lvont:represents "𪤢"^^xsd:string .

<http://lexvo.org/id/char/2A923> a lvont:Character ;
    lvont:represents "𪤣"^^xsd:string .

<http://lexvo.org/id/char/2A924> a lvont:Character ;
    lvont:represents "𪤤"^^xsd:string .

<http://lexvo.org/id/char/2A925> a lvont:Character ;
    lvont:represents "𪤥"^^xsd:string .

<http://lexvo.org/id/char/2A926> a lvont:Character ;
    lvont:represents "𪤦"^^xsd:string .

<http://lexvo.org/id/char/2A927> a lvont:Character ;
    lvont:represents "𪤧"^^xsd:string .

<http://lexvo.org/id/char/2A928> a lvont:Character ;
    lvont:represents "𪤨"^^xsd:string .

<http://lexvo.org/id/char/2A929> a lvont:Character ;
    lvont:represents "𪤩"^^xsd:string .

<http://lexvo.org/id/char/2A92A> a lvont:Character ;
    lvont:represents "𪤪"^^xsd:string .

<http://lexvo.org/id/char/2A92B> a lvont:Character ;
    lvont:represents "𪤫"^^xsd:string .

<http://lexvo.org/id/char/2A92C> a lvont:Character ;
    lvont:represents "𪤬"^^xsd:string .

<http://lexvo.org/id/char/2A92D> a lvont:Character ;
    lvont:represents "𪤭"^^xsd:string .

<http://lexvo.org/id/char/2A92E> a lvont:Character ;
    lvont:represents "𪤮"^^xsd:string .

<http://lexvo.org/id/char/2A92F> a lvont:Character ;
    lvont:represents "𪤯"^^xsd:string .

<http://lexvo.org/id/char/2A93> a lvont:Character ;
    lvont:represents "⪓"^^xsd:string ;
    rdfs:comment "LESS-THAN ABOVE SLANTED EQUAL ABOVE GREATER-THAN ABOVE SLANTED EQUAL"@en .

<http://lexvo.org/id/char/2A930> a lvont:Character ;
    lvont:represents "𪤰"^^xsd:string .

<http://lexvo.org/id/char/2A931> a lvont:Character ;
    lvont:represents "𪤱"^^xsd:string .

<http://lexvo.org/id/char/2A932> a lvont:Character ;
    lvont:represents "𪤲"^^xsd:string .

<http://lexvo.org/id/char/2A933> a lvont:Character ;
    lvont:represents "𪤳"^^xsd:string .

<http://lexvo.org/id/char/2A934> a lvont:Character ;
    lvont:represents "𪤴"^^xsd:string .

<http://lexvo.org/id/char/2A935> a lvont:Character ;
    lvont:represents "𪤵"^^xsd:string .

<http://lexvo.org/id/char/2A936> a lvont:Character ;
    lvont:represents "𪤶"^^xsd:string .

<http://lexvo.org/id/char/2A937> a lvont:Character ;
    lvont:represents "𪤷"^^xsd:string .

<http://lexvo.org/id/char/2A938> a lvont:Character ;
    lvont:represents "𪤸"^^xsd:string .

<http://lexvo.org/id/char/2A939> a lvont:Character ;
    lvont:represents "𪤹"^^xsd:string .

<http://lexvo.org/id/char/2A93A> a lvont:Character ;
    lvont:represents "𪤺"^^xsd:string .

<http://lexvo.org/id/char/2A93B> a lvont:Character ;
    lvont:represents "𪤻"^^xsd:string .

<http://lexvo.org/id/char/2A93C> a lvont:Character ;
    lvont:represents "𪤼"^^xsd:string .

<http://lexvo.org/id/char/2A93D> a lvont:Character ;
    lvont:represents "𪤽"^^xsd:string .

<http://lexvo.org/id/char/2A93E> a lvont:Character ;
    lvont:represents "𪤾"^^xsd:string .

<http://lexvo.org/id/char/2A93F> a lvont:Character ;
    lvont:represents "𪤿"^^xsd:string .

<http://lexvo.org/id/char/2A94> a lvont:Character ;
    lvont:represents "⪔"^^xsd:string ;
    rdfs:comment "GREATER-THAN ABOVE SLANTED EQUAL ABOVE LESS-THAN ABOVE SLANTED EQUAL"@en .

<http://lexvo.org/id/char/2A940> a lvont:Character ;
    lvont:represents "𪥀"^^xsd:string .

<http://lexvo.org/id/char/2A941> a lvont:Character ;
    lvont:represents "𪥁"^^xsd:string .

<http://lexvo.org/id/char/2A942> a lvont:Character ;
    lvont:represents "𪥂"^^xsd:string .

<http://lexvo.org/id/char/2A943> a lvont:Character ;
    lvont:represents "𪥃"^^xsd:string .

<http://lexvo.org/id/char/2A944> a lvont:Character ;
    lvont:represents "𪥄"^^xsd:string .

<http://lexvo.org/id/char/2A945> a lvont:Character ;
    lvont:represents "𪥅"^^xsd:string .

<http://lexvo.org/id/char/2A946> a lvont:Character ;
    lvont:represents "𪥆"^^xsd:string .

<http://lexvo.org/id/char/2A947> a lvont:Character ;
    lvont:represents "𪥇"^^xsd:string .

<http://lexvo.org/id/char/2A948> a lvont:Character ;
    lvont:represents "𪥈"^^xsd:string .

<http://lexvo.org/id/char/2A949> a lvont:Character ;
    lvont:represents "𪥉"^^xsd:string .

<http://lexvo.org/id/char/2A94A> a lvont:Character ;
    lvont:represents "𪥊"^^xsd:string .

<http://lexvo.org/id/char/2A94B> a lvont:Character ;
    lvont:represents "𪥋"^^xsd:string .

<http://lexvo.org/id/char/2A94C> a lvont:Character ;
    lvont:represents "𪥌"^^xsd:string .

<http://lexvo.org/id/char/2A94D> a lvont:Character ;
    lvont:represents "𪥍"^^xsd:string .

<http://lexvo.org/id/char/2A94E> a lvont:Character ;
    lvont:represents "𪥎"^^xsd:string .

<http://lexvo.org/id/char/2A94F> a lvont:Character ;
    lvont:represents "𪥏"^^xsd:string .

<http://lexvo.org/id/char/2A95> a lvont:Character ;
    lvont:represents "⪕"^^xsd:string ;
    rdfs:comment "SLANTED EQUAL TO OR LESS-THAN"@en .

<http://lexvo.org/id/char/2A950> a lvont:Character ;
    lvont:represents "𪥐"^^xsd:string .

<http://lexvo.org/id/char/2A951> a lvont:Character ;
    lvont:represents "𪥑"^^xsd:string .

<http://lexvo.org/id/char/2A952> a lvont:Character ;
    lvont:represents "𪥒"^^xsd:string .

<http://lexvo.org/id/char/2A953> a lvont:Character ;
    lvont:represents "𪥓"^^xsd:string .

<http://lexvo.org/id/char/2A954> a lvont:Character ;
    lvont:represents "𪥔"^^xsd:string .

<http://lexvo.org/id/char/2A955> a lvont:Character ;
    lvont:represents "𪥕"^^xsd:string .

<http://lexvo.org/id/char/2A956> a lvont:Character ;
    lvont:represents "𪥖"^^xsd:string .

<http://lexvo.org/id/char/2A957> a lvont:Character ;
    lvont:represents "𪥗"^^xsd:string .

<http://lexvo.org/id/char/2A958> a lvont:Character ;
    lvont:represents "𪥘"^^xsd:string .

<http://lexvo.org/id/char/2A959> a lvont:Character ;
    lvont:represents "𪥙"^^xsd:string .

<http://lexvo.org/id/char/2A95A> a lvont:Character ;
    lvont:represents "𪥚"^^xsd:string .

<http://lexvo.org/id/char/2A95B> a lvont:Character ;
    lvont:represents "𪥛"^^xsd:string .

<http://lexvo.org/id/char/2A95C> a lvont:Character ;
    lvont:represents "𪥜"^^xsd:string .

<http://lexvo.org/id/char/2A95D> a lvont:Character ;
    lvont:represents "𪥝"^^xsd:string .

<http://lexvo.org/id/char/2A95E> a lvont:Character ;
    lvont:represents "𪥞"^^xsd:string .

<http://lexvo.org/id/char/2A95F> a lvont:Character ;
    lvont:represents "𪥟"^^xsd:string .

<http://lexvo.org/id/char/2A96> a lvont:Character ;
    lvont:represents "⪖"^^xsd:string ;
    rdfs:comment "SLANTED EQUAL TO OR GREATER-THAN"@en .

<http://lexvo.org/id/char/2A960> a lvont:Character ;
    lvont:represents "𪥠"^^xsd:string .

<http://lexvo.org/id/char/2A961> a lvont:Character ;
    lvont:represents "𪥡"^^xsd:string .

<http://lexvo.org/id/char/2A962> a lvont:Character ;
    lvont:represents "𪥢"^^xsd:string .

<http://lexvo.org/id/char/2A963> a lvont:Character ;
    lvont:represents "𪥣"^^xsd:string .

<http://lexvo.org/id/char/2A964> a lvont:Character ;
    lvont:represents "𪥤"^^xsd:string .

<http://lexvo.org/id/char/2A965> a lvont:Character ;
    lvont:represents "𪥥"^^xsd:string .

<http://lexvo.org/id/char/2A966> a lvont:Character ;
    lvont:represents "𪥦"^^xsd:string .

<http://lexvo.org/id/char/2A967> a lvont:Character ;
    lvont:represents "𪥧"^^xsd:string .

<http://lexvo.org/id/char/2A968> a lvont:Character ;
    lvont:represents "𪥨"^^xsd:string .

<http://lexvo.org/id/char/2A969> a lvont:Character ;
    lvont:represents "𪥩"^^xsd:string .

<http://lexvo.org/id/char/2A96A> a lvont:Character ;
    lvont:represents "𪥪"^^xsd:string .

<http://lexvo.org/id/char/2A96B> a lvont:Character ;
    lvont:represents "𪥫"^^xsd:string .

<http://lexvo.org/id/char/2A96C> a lvont:Character ;
    lvont:represents "𪥬"^^xsd:string .

<http://lexvo.org/id/char/2A96D> a lvont:Character ;
    lvont:represents "𪥭"^^xsd:string .

<http://lexvo.org/id/char/2A96E> a lvont:Character ;
    lvont:represents "𪥮"^^xsd:string .

<http://lexvo.org/id/char/2A96F> a lvont:Character ;
    lvont:represents "𪥯"^^xsd:string .

<http://lexvo.org/id/char/2A97> a lvont:Character ;
    lvont:represents "⪗"^^xsd:string ;
    rdfs:comment "SLANTED EQUAL TO OR LESS-THAN WITH DOT INSIDE"@en .

<http://lexvo.org/id/char/2A970> a lvont:Character ;
    lvont:represents "𪥰"^^xsd:string .

<http://lexvo.org/id/char/2A971> a lvont:Character ;
    lvont:represents "𪥱"^^xsd:string .

<http://lexvo.org/id/char/2A972> a lvont:Character ;
    lvont:represents "𪥲"^^xsd:string .

<http://lexvo.org/id/char/2A973> a lvont:Character ;
    lvont:represents "𪥳"^^xsd:string .

<http://lexvo.org/id/char/2A974> a lvont:Character ;
    lvont:represents "𪥴"^^xsd:string .

<http://lexvo.org/id/char/2A975> a lvont:Character ;
    lvont:represents "𪥵"^^xsd:string .

<http://lexvo.org/id/char/2A976> a lvont:Character ;
    lvont:represents "𪥶"^^xsd:string .

<http://lexvo.org/id/char/2A977> a lvont:Character ;
    lvont:represents "𪥷"^^xsd:string .

<http://lexvo.org/id/char/2A978> a lvont:Character ;
    lvont:represents "𪥸"^^xsd:string .

<http://lexvo.org/id/char/2A979> a lvont:Character ;
    lvont:represents "𪥹"^^xsd:string .

<http://lexvo.org/id/char/2A97A> a lvont:Character ;
    lvont:represents "𪥺"^^xsd:string .

<http://lexvo.org/id/char/2A97B> a lvont:Character ;
    lvont:represents "𪥻"^^xsd:string .

<http://lexvo.org/id/char/2A97C> a lvont:Character ;
    lvont:represents "𪥼"^^xsd:string .

<http://lexvo.org/id/char/2A97D> a lvont:Character ;
    lvont:represents "𪥽"^^xsd:string .

<http://lexvo.org/id/char/2A97E> a lvont:Character ;
    lvont:represents "𪥾"^^xsd:string .

<http://lexvo.org/id/char/2A97F> a lvont:Character ;
    lvont:represents "𪥿"^^xsd:string .

<http://lexvo.org/id/char/2A98> a lvont:Character ;
    lvont:represents "⪘"^^xsd:string ;
    rdfs:comment "SLANTED EQUAL TO OR GREATER-THAN WITH DOT INSIDE"@en .

<http://lexvo.org/id/char/2A980> a lvont:Character ;
    lvont:represents "𪦀"^^xsd:string .

<http://lexvo.org/id/char/2A981> a lvont:Character ;
    lvont:represents "𪦁"^^xsd:string .

<http://lexvo.org/id/char/2A982> a lvont:Character ;
    lvont:represents "𪦂"^^xsd:string .

<http://lexvo.org/id/char/2A983> a lvont:Character ;
    lvont:represents "𪦃"^^xsd:string .

<http://lexvo.org/id/char/2A984> a lvont:Character ;
    lvont:represents "𪦄"^^xsd:string .

<http://lexvo.org/id/char/2A985> a lvont:Character ;
    lvont:represents "𪦅"^^xsd:string .

<http://lexvo.org/id/char/2A986> a lvont:Character ;
    lvont:represents "𪦆"^^xsd:string .

<http://lexvo.org/id/char/2A987> a lvont:Character ;
    lvont:represents "𪦇"^^xsd:string .

<http://lexvo.org/id/char/2A988> a lvont:Character ;
    lvont:represents "𪦈"^^xsd:string .

<http://lexvo.org/id/char/2A989> a lvont:Character ;
    lvont:represents "𪦉"^^xsd:string .

<http://lexvo.org/id/char/2A98A> a lvont:Character ;
    lvont:represents "𪦊"^^xsd:string .

<http://lexvo.org/id/char/2A98B> a lvont:Character ;
    lvont:represents "𪦋"^^xsd:string .

<http://lexvo.org/id/char/2A98C> a lvont:Character ;
    lvont:represents "𪦌"^^xsd:string .

<http://lexvo.org/id/char/2A98D> a lvont:Character ;
    lvont:represents "𪦍"^^xsd:string .

<http://lexvo.org/id/char/2A98E> a lvont:Character ;
    lvont:represents "𪦎"^^xsd:string .

<http://lexvo.org/id/char/2A98F> a lvont:Character ;
    lvont:represents "𪦏"^^xsd:string .

<http://lexvo.org/id/char/2A99> a lvont:Character ;
    lvont:represents "⪙"^^xsd:string ;
    rdfs:comment "DOUBLE-LINE EQUAL TO OR LESS-THAN"@en .

<http://lexvo.org/id/char/2A990> a lvont:Character ;
    lvont:represents "𪦐"^^xsd:string .

<http://lexvo.org/id/char/2A991> a lvont:Character ;
    lvont:represents "𪦑"^^xsd:string .

<http://lexvo.org/id/char/2A992> a lvont:Character ;
    lvont:represents "𪦒"^^xsd:string .

<http://lexvo.org/id/char/2A993> a lvont:Character ;
    lvont:represents "𪦓"^^xsd:string .

<http://lexvo.org/id/char/2A994> a lvont:Character ;
    lvont:represents "𪦔"^^xsd:string .

<http://lexvo.org/id/char/2A995> a lvont:Character ;
    lvont:represents "𪦕"^^xsd:string .

<http://lexvo.org/id/char/2A996> a lvont:Character ;
    lvont:represents "𪦖"^^xsd:string .

<http://lexvo.org/id/char/2A997> a lvont:Character ;
    lvont:represents "𪦗"^^xsd:string .

<http://lexvo.org/id/char/2A998> a lvont:Character ;
    lvont:represents "𪦘"^^xsd:string .

<http://lexvo.org/id/char/2A999> a lvont:Character ;
    lvont:represents "𪦙"^^xsd:string .

<http://lexvo.org/id/char/2A99A> a lvont:Character ;
    lvont:represents "𪦚"^^xsd:string .

<http://lexvo.org/id/char/2A99B> a lvont:Character ;
    lvont:represents "𪦛"^^xsd:string .

<http://lexvo.org/id/char/2A99C> a lvont:Character ;
    lvont:represents "𪦜"^^xsd:string .

<http://lexvo.org/id/char/2A99D> a lvont:Character ;
    lvont:represents "𪦝"^^xsd:string .

<http://lexvo.org/id/char/2A99E> a lvont:Character ;
    lvont:represents "𪦞"^^xsd:string .

<http://lexvo.org/id/char/2A99F> a lvont:Character ;
    lvont:represents "𪦟"^^xsd:string .

<http://lexvo.org/id/char/2A9A> a lvont:Character ;
    lvont:represents "⪚"^^xsd:string ;
    rdfs:comment "DOUBLE-LINE EQUAL TO OR GREATER-THAN"@en .

<http://lexvo.org/id/char/2A9A0> a lvont:Character ;
    lvont:represents "𪦠"^^xsd:string .

<http://lexvo.org/id/char/2A9A1> a lvont:Character ;
    lvont:represents "𪦡"^^xsd:string .

<http://lexvo.org/id/char/2A9A2> a lvont:Character ;
    lvont:represents "𪦢"^^xsd:string .

<http://lexvo.org/id/char/2A9A3> a lvont:Character ;
    lvont:represents "𪦣"^^xsd:string .

<http://lexvo.org/id/char/2A9A4> a lvont:Character ;
    lvont:represents "𪦤"^^xsd:string .

<http://lexvo.org/id/char/2A9A5> a lvont:Character ;
    lvont:represents "𪦥"^^xsd:string .

<http://lexvo.org/id/char/2A9A6> a lvont:Character ;
    lvont:represents "𪦦"^^xsd:string .

<http://lexvo.org/id/char/2A9A7> a lvont:Character ;
    lvont:represents "𪦧"^^xsd:string .

<http://lexvo.org/id/char/2A9A8> a lvont:Character ;
    lvont:represents "𪦨"^^xsd:string .

<http://lexvo.org/id/char/2A9A9> a lvont:Character ;
    lvont:represents "𪦩"^^xsd:string .

<http://lexvo.org/id/char/2A9AA> a lvont:Character ;
    lvont:represents "𪦪"^^xsd:string .

<http://lexvo.org/id/char/2A9AB> a lvont:Character ;
    lvont:represents "𪦫"^^xsd:string .

<http://lexvo.org/id/char/2A9AC> a lvont:Character ;
    lvont:represents "𪦬"^^xsd:string .

<http://lexvo.org/id/char/2A9AD> a lvont:Character ;
    lvont:represents "𪦭"^^xsd:string .

<http://lexvo.org/id/char/2A9AE> a lvont:Character ;
    lvont:represents "𪦮"^^xsd:string .

<http://lexvo.org/id/char/2A9AF> a lvont:Character ;
    lvont:represents "𪦯"^^xsd:string .

<http://lexvo.org/id/char/2A9B> a lvont:Character ;
    lvont:represents "⪛"^^xsd:string ;
    rdfs:comment "DOUBLE-LINE SLANTED EQUAL TO OR LESS-THAN"@en .

<http://lexvo.org/id/char/2A9B0> a lvont:Character ;
    lvont:represents "𪦰"^^xsd:string .

<http://lexvo.org/id/char/2A9B1> a lvont:Character ;
    lvont:represents "𪦱"^^xsd:string .

<http://lexvo.org/id/char/2A9B2> a lvont:Character ;
    lvont:represents "𪦲"^^xsd:string .

<http://lexvo.org/id/char/2A9B3> a lvont:Character ;
    lvont:represents "𪦳"^^xsd:string .

<http://lexvo.org/id/char/2A9B4> a lvont:Character ;
    lvont:represents "𪦴"^^xsd:string .

<http://lexvo.org/id/char/2A9B5> a lvont:Character ;
    lvont:represents "𪦵"^^xsd:string .

<http://lexvo.org/id/char/2A9B6> a lvont:Character ;
    lvont:represents "𪦶"^^xsd:string .

<http://lexvo.org/id/char/2A9B7> a lvont:Character ;
    lvont:represents "𪦷"^^xsd:string .

<http://lexvo.org/id/char/2A9B8> a lvont:Character ;
    lvont:represents "𪦸"^^xsd:string .

<http://lexvo.org/id/char/2A9B9> a lvont:Character ;
    lvont:represents "𪦹"^^xsd:string .

<http://lexvo.org/id/char/2A9BA> a lvont:Character ;
    lvont:represents "𪦺"^^xsd:string .

<http://lexvo.org/id/char/2A9BB> a lvont:Character ;
    lvont:represents "𪦻"^^xsd:string .

<http://lexvo.org/id/char/2A9BC> a lvont:Character ;
    lvont:represents "𪦼"^^xsd:string .

<http://lexvo.org/id/char/2A9BD> a lvont:Character ;
    lvont:represents "𪦽"^^xsd:string .

<http://lexvo.org/id/char/2A9BE> a lvont:Character ;
    lvont:represents "𪦾"^^xsd:string .

<http://lexvo.org/id/char/2A9BF> a lvont:Character ;
    lvont:represents "𪦿"^^xsd:string .

<http://lexvo.org/id/char/2A9C> a lvont:Character ;
    lvont:represents "⪜"^^xsd:string ;
    rdfs:comment "DOUBLE-LINE SLANTED EQUAL TO OR GREATER-THAN"@en .

<http://lexvo.org/id/char/2A9C0> a lvont:Character ;
    lvont:represents "𪧀"^^xsd:string .

<http://lexvo.org/id/char/2A9C1> a lvont:Character ;
    lvont:represents "𪧁"^^xsd:string .

<http://lexvo.org/id/char/2A9C2> a lvont:Character ;
    lvont:represents "𪧂"^^xsd:string .

<http://lexvo.org/id/char/2A9C3> a lvont:Character ;
    lvont:represents "𪧃"^^xsd:string .

<http://lexvo.org/id/char/2A9C4> a lvont:Character ;
    lvont:represents "𪧄"^^xsd:string .

<http://lexvo.org/id/char/2A9C5> a lvont:Character ;
    lvont:represents "𪧅"^^xsd:string .

<http://lexvo.org/id/char/2A9C6> a lvont:Character ;
    lvont:represents "𪧆"^^xsd:string .

<http://lexvo.org/id/char/2A9C7> a lvont:Character ;
    lvont:represents "𪧇"^^xsd:string .

<http://lexvo.org/id/char/2A9C8> a lvont:Character ;
    lvont:represents "𪧈"^^xsd:string .

<http://lexvo.org/id/char/2A9C9> a lvont:Character ;
    lvont:represents "𪧉"^^xsd:string .

<http://lexvo.org/id/char/2A9CA> a lvont:Character ;
    lvont:represents "𪧊"^^xsd:string .

<http://lexvo.org/id/char/2A9CB> a lvont:Character ;
    lvont:represents "𪧋"^^xsd:string .

<http://lexvo.org/id/char/2A9CC> a lvont:Character ;
    lvont:represents "𪧌"^^xsd:string .

<http://lexvo.org/id/char/2A9CD> a lvont:Character ;
    lvont:represents "𪧍"^^xsd:string .

<http://lexvo.org/id/char/2A9CE> a lvont:Character ;
    lvont:represents "𪧎"^^xsd:string .

<http://lexvo.org/id/char/2A9CF> a lvont:Character ;
    lvont:represents "𪧏"^^xsd:string .

<http://lexvo.org/id/char/2A9D> a lvont:Character ;
    lvont:represents "⪝"^^xsd:string ;
    rdfs:comment "SIMILAR OR LESS-THAN"@en .

<http://lexvo.org/id/char/2A9D0> a lvont:Character ;
    lvont:represents "𪧐"^^xsd:string .

<http://lexvo.org/id/char/2A9D1> a lvont:Character ;
    lvont:represents "𪧑"^^xsd:string .

<http://lexvo.org/id/char/2A9D2> a lvont:Character ;
    lvont:represents "𪧒"^^xsd:string .

<http://lexvo.org/id/char/2A9D3> a lvont:Character ;
    lvont:represents "𪧓"^^xsd:string .

<http://lexvo.org/id/char/2A9D4> a lvont:Character ;
    lvont:represents "𪧔"^^xsd:string .

<http://lexvo.org/id/char/2A9D5> a lvont:Character ;
    lvont:represents "𪧕"^^xsd:string .

<http://lexvo.org/id/char/2A9D6> a lvont:Character ;
    lvont:represents "𪧖"^^xsd:string .

<http://lexvo.org/id/char/2A9D7> a lvont:Character ;
    lvont:represents "𪧗"^^xsd:string .

<http://lexvo.org/id/char/2A9D8> a lvont:Character ;
    lvont:represents "𪧘"^^xsd:string .

<http://lexvo.org/id/char/2A9D9> a lvont:Character ;
    lvont:represents "𪧙"^^xsd:string .

<http://lexvo.org/id/char/2A9DA> a lvont:Character ;
    lvont:represents "𪧚"^^xsd:string .

<http://lexvo.org/id/char/2A9DB> a lvont:Character ;
    lvont:represents "𪧛"^^xsd:string .

<http://lexvo.org/id/char/2A9DC> a lvont:Character ;
    lvont:represents "𪧜"^^xsd:string .

<http://lexvo.org/id/char/2A9DD> a lvont:Character ;
    lvont:represents "𪧝"^^xsd:string .

<http://lexvo.org/id/char/2A9DE> a lvont:Character ;
    lvont:represents "𪧞"^^xsd:string .

<http://lexvo.org/id/char/2A9DF> a lvont:Character ;
    lvont:represents "𪧟"^^xsd:string .

<http://lexvo.org/id/char/2A9E> a lvont:Character ;
    lvont:represents "⪞"^^xsd:string ;
    rdfs:comment "SIMILAR OR GREATER-THAN"@en .

<http://lexvo.org/id/char/2A9E0> a lvont:Character ;
    lvont:represents "𪧠"^^xsd:string .

<http://lexvo.org/id/char/2A9E1> a lvont:Character ;
    lvont:represents "𪧡"^^xsd:string .

<http://lexvo.org/id/char/2A9E2> a lvont:Character ;
    lvont:represents "𪧢"^^xsd:string .

<http://lexvo.org/id/char/2A9E3> a lvont:Character ;
    lvont:represents "𪧣"^^xsd:string .

<http://lexvo.org/id/char/2A9E4> a lvont:Character ;
    lvont:represents "𪧤"^^xsd:string .

<http://lexvo.org/id/char/2A9E5> a lvont:Character ;
    lvont:represents "𪧥"^^xsd:string .

<http://lexvo.org/id/char/2A9E6> a lvont:Character ;
    lvont:represents "𪧦"^^xsd:string .

<http://lexvo.org/id/char/2A9E7> a lvont:Character ;
    lvont:represents "𪧧"^^xsd:string .

<http://lexvo.org/id/char/2A9E8> a lvont:Character ;
    lvont:represents "𪧨"^^xsd:string .

<http://lexvo.org/id/char/2A9E9> a lvont:Character ;
    lvont:represents "𪧩"^^xsd:string .

<http://lexvo.org/id/char/2A9EA> a lvont:Character ;
    lvont:represents "𪧪"^^xsd:string .

<http://lexvo.org/id/char/2A9EB> a lvont:Character ;
    lvont:represents "𪧫"^^xsd:string .

<http://lexvo.org/id/char/2A9EC> a lvont:Character ;
    lvont:represents "𪧬"^^xsd:string .

<http://lexvo.org/id/char/2A9ED> a lvont:Character ;
    lvont:represents "𪧭"^^xsd:string .

<http://lexvo.org/id/char/2A9EE> a lvont:Character ;
    lvont:represents "𪧮"^^xsd:string .

<http://lexvo.org/id/char/2A9EF> a lvont:Character ;
    lvont:represents "𪧯"^^xsd:string .

<http://lexvo.org/id/char/2A9F> a lvont:Character ;
    lvont:represents "⪟"^^xsd:string ;
    rdfs:comment "SIMILAR ABOVE LESS-THAN ABOVE EQUALS SIGN"@en .

<http://lexvo.org/id/char/2A9F0> a lvont:Character ;
    lvont:represents "𪧰"^^xsd:string .

<http://lexvo.org/id/char/2A9F1> a lvont:Character ;
    lvont:represents "𪧱"^^xsd:string .

<http://lexvo.org/id/char/2A9F2> a lvont:Character ;
    lvont:represents "𪧲"^^xsd:string .

<http://lexvo.org/id/char/2A9F3> a lvont:Character ;
    lvont:represents "𪧳"^^xsd:string .

<http://lexvo.org/id/char/2A9F4> a lvont:Character ;
    lvont:represents "𪧴"^^xsd:string .

<http://lexvo.org/id/char/2A9F5> a lvont:Character ;
    lvont:represents "𪧵"^^xsd:string .

<http://lexvo.org/id/char/2A9F6> a lvont:Character ;
    lvont:represents "𪧶"^^xsd:string .

<http://lexvo.org/id/char/2A9F7> a lvont:Character ;
    lvont:represents "𪧷"^^xsd:string .

<http://lexvo.org/id/char/2A9F8> a lvont:Character ;
    lvont:represents "𪧸"^^xsd:string .

<http://lexvo.org/id/char/2A9F9> a lvont:Character ;
    lvont:represents "𪧹"^^xsd:string .

<http://lexvo.org/id/char/2A9FA> a lvont:Character ;
    lvont:represents "𪧺"^^xsd:string .

<http://lexvo.org/id/char/2A9FB> a lvont:Character ;
    lvont:represents "𪧻"^^xsd:string .

<http://lexvo.org/id/char/2A9FC> a lvont:Character ;
    lvont:represents "𪧼"^^xsd:string .

<http://lexvo.org/id/char/2A9FD> a lvont:Character ;
    lvont:represents "𪧽"^^xsd:string .

<http://lexvo.org/id/char/2A9FE> a lvont:Character ;
    lvont:represents "𪧾"^^xsd:string .

<http://lexvo.org/id/char/2A9FF> a lvont:Character ;
    lvont:represents "𪧿"^^xsd:string .

<http://lexvo.org/id/char/2AA0> a lvont:Character ;
    lvont:represents "⪠"^^xsd:string ;
    rdfs:comment "SIMILAR ABOVE GREATER-THAN ABOVE EQUALS SIGN"@en .

<http://lexvo.org/id/char/2AA00> a lvont:Character ;
    lvont:represents "𪨀"^^xsd:string .

<http://lexvo.org/id/char/2AA01> a lvont:Character ;
    lvont:represents "𪨁"^^xsd:string .

<http://lexvo.org/id/char/2AA02> a lvont:Character ;
    lvont:represents "𪨂"^^xsd:string .

<http://lexvo.org/id/char/2AA03> a lvont:Character ;
    lvont:represents "𪨃"^^xsd:string .

<http://lexvo.org/id/char/2AA04> a lvont:Character ;
    lvont:represents "𪨄"^^xsd:string .

<http://lexvo.org/id/char/2AA05> a lvont:Character ;
    lvont:represents "𪨅"^^xsd:string .

<http://lexvo.org/id/char/2AA06> a lvont:Character ;
    lvont:represents "𪨆"^^xsd:string .

<http://lexvo.org/id/char/2AA07> a lvont:Character ;
    lvont:represents "𪨇"^^xsd:string .

<http://lexvo.org/id/char/2AA08> a lvont:Character ;
    lvont:represents "𪨈"^^xsd:string .

<http://lexvo.org/id/char/2AA09> a lvont:Character ;
    lvont:represents "𪨉"^^xsd:string .

<http://lexvo.org/id/char/2AA0A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%F0%AA%A8%8A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C3%B3ng>,
        "𪨊"^^xsd:string ;
    rdfs:comment "semen"@en .

<http://lexvo.org/id/char/2AA0B> a lvont:Character ;
    lvont:represents "𪨋"^^xsd:string .

<http://lexvo.org/id/char/2AA0C> a lvont:Character ;
    lvont:represents "𪨌"^^xsd:string .

<http://lexvo.org/id/char/2AA0D> a lvont:Character ;
    lvont:represents "𪨍"^^xsd:string .

<http://lexvo.org/id/char/2AA0E> a lvont:Character ;
    lvont:represents "𪨎"^^xsd:string .

<http://lexvo.org/id/char/2AA0F> a lvont:Character ;
    lvont:represents "𪨏"^^xsd:string .

<http://lexvo.org/id/char/2AA1> a lvont:Character ;
    lvont:represents "⪡"^^xsd:string ;
    rdfs:comment "DOUBLE NESTED LESS-THAN"@en .

<http://lexvo.org/id/char/2AA10> a lvont:Character ;
    lvont:represents "𪨐"^^xsd:string .

<http://lexvo.org/id/char/2AA11> a lvont:Character ;
    lvont:represents "𪨑"^^xsd:string .

<http://lexvo.org/id/char/2AA12> a lvont:Character ;
    lvont:represents "𪨒"^^xsd:string .

<http://lexvo.org/id/char/2AA13> a lvont:Character ;
    lvont:represents "𪨓"^^xsd:string .

<http://lexvo.org/id/char/2AA14> a lvont:Character ;
    lvont:represents "𪨔"^^xsd:string .

<http://lexvo.org/id/char/2AA15> a lvont:Character ;
    lvont:represents "𪨕"^^xsd:string .

<http://lexvo.org/id/char/2AA16> a lvont:Character ;
    lvont:represents "𪨖"^^xsd:string .

<http://lexvo.org/id/char/2AA17> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%F0%AA%A8%97>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ju%C4%93>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/goek3>,
        <http://lexvo.org/id/term/yue/%F0%AA%A8%97>,
        "𪨗"^^xsd:string ;
    rdfs:comment "straw sandals"@en .

<http://lexvo.org/id/char/2AA18> a lvont:Character ;
    lvont:represents "𪨘"^^xsd:string .

<http://lexvo.org/id/char/2AA19> a lvont:Character ;
    lvont:represents "𪨙"^^xsd:string .

<http://lexvo.org/id/char/2AA1A> a lvont:Character ;
    lvont:represents "𪨚"^^xsd:string .

<http://lexvo.org/id/char/2AA1B> a lvont:Character ;
    lvont:represents "𪨛"^^xsd:string .

<http://lexvo.org/id/char/2AA1C> a lvont:Character ;
    lvont:represents "𪨜"^^xsd:string .

<http://lexvo.org/id/char/2AA1D> a lvont:Character ;
    lvont:represents "𪨝"^^xsd:string .

<http://lexvo.org/id/char/2AA1E> a lvont:Character ;
    lvont:represents "𪨞"^^xsd:string .

<http://lexvo.org/id/char/2AA1F> a lvont:Character ;
    lvont:represents "𪨟"^^xsd:string .

<http://lexvo.org/id/char/2AA2> a lvont:Character ;
    lvont:represents "⪢"^^xsd:string ;
    rdfs:comment "DOUBLE NESTED GREATER-THAN"@en .

<http://lexvo.org/id/char/2AA20> a lvont:Character ;
    lvont:represents "𪨠"^^xsd:string .

<http://lexvo.org/id/char/2AA21> a lvont:Character ;
    lvont:represents "𪨡"^^xsd:string .

<http://lexvo.org/id/char/2AA22> a lvont:Character ;
    lvont:represents "𪨢"^^xsd:string .

<http://lexvo.org/id/char/2AA23> a lvont:Character ;
    lvont:represents "𪨣"^^xsd:string .

<http://lexvo.org/id/char/2AA24> a lvont:Character ;
    lvont:represents "𪨤"^^xsd:string .

<http://lexvo.org/id/char/2AA25> a lvont:Character ;
    lvont:represents "𪨥"^^xsd:string .

<http://lexvo.org/id/char/2AA26> a lvont:Character ;
    lvont:represents "𪨦"^^xsd:string .

<http://lexvo.org/id/char/2AA27> a lvont:Character ;
    lvont:represents "𪨧"^^xsd:string .

<http://lexvo.org/id/char/2AA28> a lvont:Character ;
    lvont:represents "𪨨"^^xsd:string .

<http://lexvo.org/id/char/2AA29> a lvont:Character ;
    lvont:represents "𪨩"^^xsd:string .

<http://lexvo.org/id/char/2AA2A> a lvont:Character ;
    lvont:represents "𪨪"^^xsd:string .

<http://lexvo.org/id/char/2AA2B> a lvont:Character ;
    lvont:represents "𪨫"^^xsd:string .

<http://lexvo.org/id/char/2AA2C> a lvont:Character ;
    lvont:represents "𪨬"^^xsd:string .

<http://lexvo.org/id/char/2AA2D> a lvont:Character ;
    lvont:represents "𪨭"^^xsd:string .

<http://lexvo.org/id/char/2AA2E> a lvont:Character ;
    lvont:represents "𪨮"^^xsd:string .

<http://lexvo.org/id/char/2AA2F> a lvont:Character ;
    lvont:represents "𪨯"^^xsd:string .

<http://lexvo.org/id/char/2AA3> a lvont:Character ;
    lvont:represents "⪣"^^xsd:string ;
    rdfs:comment "DOUBLE NESTED LESS-THAN WITH UNDERBAR"@en .

<http://lexvo.org/id/char/2AA30> a lvont:Character ;
    lvont:represents "𪨰"^^xsd:string .

<http://lexvo.org/id/char/2AA31> a lvont:Character ;
    lvont:represents "𪨱"^^xsd:string .

<http://lexvo.org/id/char/2AA32> a lvont:Character ;
    lvont:represents "𪨲"^^xsd:string .

<http://lexvo.org/id/char/2AA33> a lvont:Character ;
    lvont:represents "𪨳"^^xsd:string .

<http://lexvo.org/id/char/2AA34> a lvont:Character ;
    lvont:represents "𪨴"^^xsd:string .

<http://lexvo.org/id/char/2AA35> a lvont:Character ;
    lvont:represents "𪨵"^^xsd:string .

<http://lexvo.org/id/char/2AA36> a lvont:Character ;
    lvont:represents "𪨶"^^xsd:string .

<http://lexvo.org/id/char/2AA37> a lvont:Character ;
    lvont:represents "𪨷"^^xsd:string .

<http://lexvo.org/id/char/2AA38> a lvont:Character ;
    lvont:represents "𪨸"^^xsd:string .

<http://lexvo.org/id/char/2AA39> a lvont:Character ;
    lvont:represents "𪨹"^^xsd:string .

<http://lexvo.org/id/char/2AA3A> a lvont:Character ;
    lvont:represents "𪨺"^^xsd:string .

<http://lexvo.org/id/char/2AA3B> a lvont:Character ;
    lvont:represents "𪨻"^^xsd:string .

<http://lexvo.org/id/char/2AA3C> a lvont:Character ;
    lvont:represents "𪨼"^^xsd:string .

<http://lexvo.org/id/char/2AA3D> a lvont:Character ;
    lvont:represents "𪨽"^^xsd:string .

<http://lexvo.org/id/char/2AA3E> a lvont:Character ;
    lvont:represents "𪨾"^^xsd:string .

<http://lexvo.org/id/char/2AA3F> a lvont:Character ;
    lvont:represents "𪨿"^^xsd:string .

<http://lexvo.org/id/char/2AA4> a lvont:Character ;
    lvont:represents "⪤"^^xsd:string ;
    rdfs:comment "GREATER-THAN OVERLAPPING LESS-THAN"@en .

<http://lexvo.org/id/char/2AA40> a lvont:Character ;
    lvont:represents "𪩀"^^xsd:string .

<http://lexvo.org/id/char/2AA41> a lvont:Character ;
    lvont:represents "𪩁"^^xsd:string .

<http://lexvo.org/id/char/2AA42> a lvont:Character ;
    lvont:represents "𪩂"^^xsd:string .

<http://lexvo.org/id/char/2AA43> a lvont:Character ;
    lvont:represents "𪩃"^^xsd:string .

<http://lexvo.org/id/char/2AA44> a lvont:Character ;
    lvont:represents "𪩄"^^xsd:string .

<http://lexvo.org/id/char/2AA45> a lvont:Character ;
    lvont:represents "𪩅"^^xsd:string .

<http://lexvo.org/id/char/2AA46> a lvont:Character ;
    lvont:represents "𪩆"^^xsd:string .

<http://lexvo.org/id/char/2AA47> a lvont:Character ;
    lvont:represents "𪩇"^^xsd:string .

<http://lexvo.org/id/char/2AA48> a lvont:Character ;
    lvont:represents "𪩈"^^xsd:string .

<http://lexvo.org/id/char/2AA49> a lvont:Character ;
    lvont:represents "𪩉"^^xsd:string .

<http://lexvo.org/id/char/2AA4A> a lvont:Character ;
    lvont:represents "𪩊"^^xsd:string .

<http://lexvo.org/id/char/2AA4B> a lvont:Character ;
    lvont:represents "𪩋"^^xsd:string .

<http://lexvo.org/id/char/2AA4C> a lvont:Character ;
    lvont:represents "𪩌"^^xsd:string .

<http://lexvo.org/id/char/2AA4D> a lvont:Character ;
    lvont:represents "𪩍"^^xsd:string .

<http://lexvo.org/id/char/2AA4E> a lvont:Character ;
    lvont:represents "𪩎"^^xsd:string .

<http://lexvo.org/id/char/2AA4F> a lvont:Character ;
    lvont:represents "𪩏"^^xsd:string .

<http://lexvo.org/id/char/2AA5> a lvont:Character ;
    lvont:represents "⪥"^^xsd:string ;
    rdfs:comment "GREATER-THAN BESIDE LESS-THAN"@en .

<http://lexvo.org/id/char/2AA50> a lvont:Character ;
    lvont:represents "𪩐"^^xsd:string .

<http://lexvo.org/id/char/2AA51> a lvont:Character ;
    lvont:represents "𪩑"^^xsd:string .

<http://lexvo.org/id/char/2AA52> a lvont:Character ;
    lvont:represents "𪩒"^^xsd:string .

<http://lexvo.org/id/char/2AA53> a lvont:Character ;
    lvont:represents "𪩓"^^xsd:string .

<http://lexvo.org/id/char/2AA54> a lvont:Character ;
    lvont:represents "𪩔"^^xsd:string .

<http://lexvo.org/id/char/2AA55> a lvont:Character ;
    lvont:represents "𪩕"^^xsd:string .

<http://lexvo.org/id/char/2AA56> a lvont:Character ;
    lvont:represents "𪩖"^^xsd:string .

<http://lexvo.org/id/char/2AA57> a lvont:Character ;
    lvont:represents "𪩗"^^xsd:string .

<http://lexvo.org/id/char/2AA58> a lvont:Character ;
    lvont:represents "𪩘"^^xsd:string .

<http://lexvo.org/id/char/2AA59> a lvont:Character ;
    lvont:represents "𪩙"^^xsd:string .

<http://lexvo.org/id/char/2AA5A> a lvont:Character ;
    lvont:represents "𪩚"^^xsd:string .

<http://lexvo.org/id/char/2AA5B> a lvont:Character ;
    lvont:represents "𪩛"^^xsd:string .

<http://lexvo.org/id/char/2AA5C> a lvont:Character ;
    lvont:represents "𪩜"^^xsd:string .

<http://lexvo.org/id/char/2AA5D> a lvont:Character ;
    lvont:represents "𪩝"^^xsd:string .

<http://lexvo.org/id/char/2AA5E> a lvont:Character ;
    lvont:represents "𪩞"^^xsd:string .

<http://lexvo.org/id/char/2AA5F> a lvont:Character ;
    lvont:represents "𪩟"^^xsd:string .

<http://lexvo.org/id/char/2AA6> a lvont:Character ;
    lvont:represents "⪦"^^xsd:string ;
    rdfs:comment "LESS-THAN CLOSED BY CURVE"@en .

<http://lexvo.org/id/char/2AA60> a lvont:Character ;
    lvont:represents "𪩠"^^xsd:string .

<http://lexvo.org/id/char/2AA61> a lvont:Character ;
    lvont:represents "𪩡"^^xsd:string .

<http://lexvo.org/id/char/2AA62> a lvont:Character ;
    lvont:represents "𪩢"^^xsd:string .

<http://lexvo.org/id/char/2AA63> a lvont:Character ;
    lvont:represents "𪩣"^^xsd:string .

<http://lexvo.org/id/char/2AA64> a lvont:Character ;
    lvont:represents "𪩤"^^xsd:string .

<http://lexvo.org/id/char/2AA65> a lvont:Character ;
    lvont:represents "𪩥"^^xsd:string .

<http://lexvo.org/id/char/2AA66> a lvont:Character ;
    lvont:represents "𪩦"^^xsd:string .

<http://lexvo.org/id/char/2AA67> a lvont:Character ;
    lvont:represents "𪩧"^^xsd:string .

<http://lexvo.org/id/char/2AA68> a lvont:Character ;
    lvont:represents "𪩨"^^xsd:string .

<http://lexvo.org/id/char/2AA69> a lvont:Character ;
    lvont:represents "𪩩"^^xsd:string .

<http://lexvo.org/id/char/2AA6A> a lvont:Character ;
    lvont:represents "𪩪"^^xsd:string .

<http://lexvo.org/id/char/2AA6B> a lvont:Character ;
    lvont:represents "𪩫"^^xsd:string .

<http://lexvo.org/id/char/2AA6C> a lvont:Character ;
    lvont:represents "𪩬"^^xsd:string .

<http://lexvo.org/id/char/2AA6D> a lvont:Character ;
    lvont:represents "𪩭"^^xsd:string .

<http://lexvo.org/id/char/2AA6E> a lvont:Character ;
    lvont:represents "𪩮"^^xsd:string .

<http://lexvo.org/id/char/2AA6F> a lvont:Character ;
    lvont:represents "𪩯"^^xsd:string .

<http://lexvo.org/id/char/2AA7> a lvont:Character ;
    lvont:represents "⪧"^^xsd:string ;
    rdfs:comment "GREATER-THAN CLOSED BY CURVE"@en .

<http://lexvo.org/id/char/2AA70> a lvont:Character ;
    lvont:represents "𪩰"^^xsd:string .

<http://lexvo.org/id/char/2AA71> a lvont:Character ;
    lvont:represents "𪩱"^^xsd:string .

<http://lexvo.org/id/char/2AA72> a lvont:Character ;
    lvont:represents "𪩲"^^xsd:string .

<http://lexvo.org/id/char/2AA73> a lvont:Character ;
    lvont:represents "𪩳"^^xsd:string .

<http://lexvo.org/id/char/2AA74> a lvont:Character ;
    lvont:represents "𪩴"^^xsd:string .

<http://lexvo.org/id/char/2AA75> a lvont:Character ;
    lvont:represents "𪩵"^^xsd:string .

<http://lexvo.org/id/char/2AA76> a lvont:Character ;
    lvont:represents "𪩶"^^xsd:string .

<http://lexvo.org/id/char/2AA77> a lvont:Character ;
    lvont:represents "𪩷"^^xsd:string .

<http://lexvo.org/id/char/2AA78> a lvont:Character ;
    lvont:represents "𪩸"^^xsd:string .

<http://lexvo.org/id/char/2AA79> a lvont:Character ;
    lvont:represents "𪩹"^^xsd:string .

<http://lexvo.org/id/char/2AA7A> a lvont:Character ;
    lvont:represents "𪩺"^^xsd:string .

<http://lexvo.org/id/char/2AA7B> a lvont:Character ;
    lvont:represents "𪩻"^^xsd:string .

<http://lexvo.org/id/char/2AA7C> a lvont:Character ;
    lvont:represents "𪩼"^^xsd:string .

<http://lexvo.org/id/char/2AA7D> a lvont:Character ;
    lvont:represents "𪩽"^^xsd:string .

<http://lexvo.org/id/char/2AA7E> a lvont:Character ;
    lvont:represents "𪩾"^^xsd:string .

<http://lexvo.org/id/char/2AA7F> a lvont:Character ;
    lvont:represents "𪩿"^^xsd:string .

<http://lexvo.org/id/char/2AA8> a lvont:Character ;
    lvont:represents "⪨"^^xsd:string ;
    rdfs:comment "LESS-THAN CLOSED BY CURVE ABOVE SLANTED EQUAL"@en .

<http://lexvo.org/id/char/2AA80> a lvont:Character ;
    lvont:represents "𪪀"^^xsd:string .

<http://lexvo.org/id/char/2AA81> a lvont:Character ;
    lvont:represents "𪪁"^^xsd:string .

<http://lexvo.org/id/char/2AA82> a lvont:Character ;
    lvont:represents "𪪂"^^xsd:string .

<http://lexvo.org/id/char/2AA83> a lvont:Character ;
    lvont:represents "𪪃"^^xsd:string .

<http://lexvo.org/id/char/2AA84> a lvont:Character ;
    lvont:represents "𪪄"^^xsd:string .

<http://lexvo.org/id/char/2AA85> a lvont:Character ;
    lvont:represents "𪪅"^^xsd:string .

<http://lexvo.org/id/char/2AA86> a lvont:Character ;
    lvont:represents "𪪆"^^xsd:string .

<http://lexvo.org/id/char/2AA87> a lvont:Character ;
    lvont:represents "𪪇"^^xsd:string .

<http://lexvo.org/id/char/2AA88> a lvont:Character ;
    lvont:represents "𪪈"^^xsd:string .

<http://lexvo.org/id/char/2AA89> a lvont:Character ;
    lvont:represents "𪪉"^^xsd:string .

<http://lexvo.org/id/char/2AA8A> a lvont:Character ;
    lvont:represents "𪪊"^^xsd:string .

<http://lexvo.org/id/char/2AA8B> a lvont:Character ;
    lvont:represents "𪪋"^^xsd:string .

<http://lexvo.org/id/char/2AA8C> a lvont:Character ;
    lvont:represents "𪪌"^^xsd:string .

<http://lexvo.org/id/char/2AA8D> a lvont:Character ;
    lvont:represents "𪪍"^^xsd:string .

<http://lexvo.org/id/char/2AA8E> a lvont:Character ;
    lvont:represents "𪪎"^^xsd:string .

<http://lexvo.org/id/char/2AA8F> a lvont:Character ;
    lvont:represents "𪪏"^^xsd:string .

<http://lexvo.org/id/char/2AA9> a lvont:Character ;
    lvont:represents "⪩"^^xsd:string ;
    rdfs:comment "GREATER-THAN CLOSED BY CURVE ABOVE SLANTED EQUAL"@en .

<http://lexvo.org/id/char/2AA90> a lvont:Character ;
    lvont:represents "𪪐"^^xsd:string .

<http://lexvo.org/id/char/2AA91> a lvont:Character ;
    lvont:represents "𪪑"^^xsd:string .

<http://lexvo.org/id/char/2AA92> a lvont:Character ;
    lvont:represents "𪪒"^^xsd:string .

<http://lexvo.org/id/char/2AA93> a lvont:Character ;
    lvont:represents "𪪓"^^xsd:string .

<http://lexvo.org/id/char/2AA94> a lvont:Character ;
    lvont:represents "𪪔"^^xsd:string .

<http://lexvo.org/id/char/2AA95> a lvont:Character ;
    lvont:represents "𪪕"^^xsd:string .

<http://lexvo.org/id/char/2AA96> a lvont:Character ;
    lvont:represents "𪪖"^^xsd:string .

<http://lexvo.org/id/char/2AA97> a lvont:Character ;
    lvont:represents "𪪗"^^xsd:string .

<http://lexvo.org/id/char/2AA98> a lvont:Character ;
    lvont:represents "𪪘"^^xsd:string .

<http://lexvo.org/id/char/2AA99> a lvont:Character ;
    lvont:represents "𪪙"^^xsd:string .

<http://lexvo.org/id/char/2AA9A> a lvont:Character ;
    lvont:represents "𪪚"^^xsd:string .

<http://lexvo.org/id/char/2AA9B> a lvont:Character ;
    lvont:represents "𪪛"^^xsd:string .

<http://lexvo.org/id/char/2AA9C> a lvont:Character ;
    lvont:represents "𪪜"^^xsd:string .

<http://lexvo.org/id/char/2AA9D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%F0%AA%AA%9D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C5%8Dng>,
        "𪪝"^^xsd:string ;
    rdfs:comment "the Hall of Learning; a marsh, feces; harmony"@en .

<http://lexvo.org/id/char/2AA9E> a lvont:Character ;
    lvont:represents "𪪞"^^xsd:string .

<http://lexvo.org/id/char/2AA9F> a lvont:Character ;
    lvont:represents "𪪟"^^xsd:string .

<http://lexvo.org/id/char/2AAA> a lvont:Character ;
    lvont:represents "⪪"^^xsd:string ;
    rdfs:comment "SMALLER THAN"@en .

<http://lexvo.org/id/char/2AAA0> a lvont:Character ;
    lvont:represents "𪪠"^^xsd:string .

<http://lexvo.org/id/char/2AAA1> a lvont:Character ;
    lvont:represents "𪪡"^^xsd:string .

<http://lexvo.org/id/char/2AAA2> a lvont:Character ;
    lvont:represents "𪪢"^^xsd:string .

<http://lexvo.org/id/char/2AAA3> a lvont:Character ;
    lvont:represents "𪪣"^^xsd:string .

<http://lexvo.org/id/char/2AAA4> a lvont:Character ;
    lvont:represents "𪪤"^^xsd:string .

<http://lexvo.org/id/char/2AAA5> a lvont:Character ;
    lvont:represents "𪪥"^^xsd:string .

<http://lexvo.org/id/char/2AAA6> a lvont:Character ;
    lvont:represents "𪪦"^^xsd:string .

<http://lexvo.org/id/char/2AAA7> a lvont:Character ;
    lvont:represents "𪪧"^^xsd:string .

<http://lexvo.org/id/char/2AAA8> a lvont:Character ;
    lvont:represents "𪪨"^^xsd:string .

<http://lexvo.org/id/char/2AAA9> a lvont:Character ;
    lvont:represents "𪪩"^^xsd:string .

<http://lexvo.org/id/char/2AAAA> a lvont:Character ;
    lvont:represents "𪪪"^^xsd:string .

<http://lexvo.org/id/char/2AAAB> a lvont:Character ;
    lvont:represents "𪪫"^^xsd:string .

<http://lexvo.org/id/char/2AAAC> a lvont:Character ;
    lvont:represents "𪪬"^^xsd:string .

<http://lexvo.org/id/char/2AAAD> a lvont:Character ;
    lvont:represents "𪪭"^^xsd:string .

<http://lexvo.org/id/char/2AAAE> a lvont:Character ;
    lvont:represents "𪪮"^^xsd:string .

<http://lexvo.org/id/char/2AAAF> a lvont:Character ;
    lvont:represents "𪪯"^^xsd:string .

<http://lexvo.org/id/char/2AAB> a lvont:Character ;
    lvont:represents "⪫"^^xsd:string ;
    rdfs:comment "LARGER THAN"@en .

<http://lexvo.org/id/char/2AAB0> a lvont:Character ;
    lvont:represents "𪪰"^^xsd:string .

<http://lexvo.org/id/char/2AAB1> a lvont:Character ;
    lvont:represents "𪪱"^^xsd:string .

<http://lexvo.org/id/char/2AAB2> a lvont:Character ;
    lvont:represents "𪪲"^^xsd:string .

<http://lexvo.org/id/char/2AAB3> a lvont:Character ;
    lvont:represents "𪪳"^^xsd:string .

<http://lexvo.org/id/char/2AAB4> a lvont:Character ;
    lvont:represents "𪪴"^^xsd:string .

<http://lexvo.org/id/char/2AAB5> a lvont:Character ;
    lvont:represents "𪪵"^^xsd:string .

<http://lexvo.org/id/char/2AAB6> a lvont:Character ;
    lvont:represents "𪪶"^^xsd:string .

<http://lexvo.org/id/char/2AAB7> a lvont:Character ;
    lvont:represents "𪪷"^^xsd:string .

<http://lexvo.org/id/char/2AAB8> a lvont:Character ;
    lvont:represents "𪪸"^^xsd:string .

<http://lexvo.org/id/char/2AAB9> a lvont:Character ;
    lvont:represents "𪪹"^^xsd:string .

<http://lexvo.org/id/char/2AABA> a lvont:Character ;
    lvont:represents "𪪺"^^xsd:string .

<http://lexvo.org/id/char/2AABB> a lvont:Character ;
    lvont:represents "𪪻"^^xsd:string .

<http://lexvo.org/id/char/2AABC> a lvont:Character ;
    lvont:represents "𪪼"^^xsd:string .

<http://lexvo.org/id/char/2AABD> a lvont:Character ;
    lvont:represents "𪪽"^^xsd:string .

<http://lexvo.org/id/char/2AABE> a lvont:Character ;
    lvont:represents "𪪾"^^xsd:string .

<http://lexvo.org/id/char/2AABF> a lvont:Character ;
    lvont:represents "𪪿"^^xsd:string .

<http://lexvo.org/id/char/2AAC> a lvont:Character ;
    lvont:represents "⪬"^^xsd:string ;
    rdfs:comment "SMALLER THAN OR EQUAL TO"@en .

<http://lexvo.org/id/char/2AAC0> a lvont:Character ;
    lvont:represents "𪫀"^^xsd:string .

<http://lexvo.org/id/char/2AAC1> a lvont:Character ;
    lvont:represents "𪫁"^^xsd:string .

<http://lexvo.org/id/char/2AAC2> a lvont:Character ;
    lvont:represents "𪫂"^^xsd:string .

<http://lexvo.org/id/char/2AAC3> a lvont:Character ;
    lvont:represents "𪫃"^^xsd:string .

<http://lexvo.org/id/char/2AAC4> a lvont:Character ;
    lvont:represents "𪫄"^^xsd:string .

<http://lexvo.org/id/char/2AAC5> a lvont:Character ;
    lvont:represents "𪫅"^^xsd:string .

<http://lexvo.org/id/char/2AAC6> a lvont:Character ;
    lvont:represents "𪫆"^^xsd:string .

<http://lexvo.org/id/char/2AAC7> a lvont:Character ;
    lvont:represents "𪫇"^^xsd:string .

<http://lexvo.org/id/char/2AAC8> a lvont:Character ;
    lvont:represents "𪫈"^^xsd:string .

<http://lexvo.org/id/char/2AAC9> a lvont:Character ;
    lvont:represents "𪫉"^^xsd:string .

<http://lexvo.org/id/char/2AACA> a lvont:Character ;
    lvont:represents "𪫊"^^xsd:string .

<http://lexvo.org/id/char/2AACB> a lvont:Character ;
    lvont:represents "𪫋"^^xsd:string .

<http://lexvo.org/id/char/2AACC> a lvont:Character ;
    lvont:represents "𪫌"^^xsd:string .

<http://lexvo.org/id/char/2AACD> a lvont:Character ;
    lvont:represents "𪫍"^^xsd:string .

<http://lexvo.org/id/char/2AACE> a lvont:Character ;
    lvont:represents "𪫎"^^xsd:string .

<http://lexvo.org/id/char/2AACF> a lvont:Character ;
    lvont:represents "𪫏"^^xsd:string .

<http://lexvo.org/id/char/2AAD> a lvont:Character ;
    lvont:represents "⪭"^^xsd:string ;
    rdfs:comment "LARGER THAN OR EQUAL TO"@en .

<http://lexvo.org/id/char/2AAD0> a lvont:Character ;
    lvont:represents "𪫐"^^xsd:string .

<http://lexvo.org/id/char/2AAD1> a lvont:Character ;
    lvont:represents "𪫑"^^xsd:string .

<http://lexvo.org/id/char/2AAD2> a lvont:Character ;
    lvont:represents "𪫒"^^xsd:string .

<http://lexvo.org/id/char/2AAD3> a lvont:Character ;
    lvont:represents "𪫓"^^xsd:string .

<http://lexvo.org/id/char/2AAD4> a lvont:Character ;
    lvont:represents "𪫔"^^xsd:string .

<http://lexvo.org/id/char/2AAD5> a lvont:Character ;
    lvont:represents "𪫕"^^xsd:string .

<http://lexvo.org/id/char/2AAD6> a lvont:Character ;
    lvont:represents "𪫖"^^xsd:string .

<http://lexvo.org/id/char/2AAD7> a lvont:Character ;
    lvont:represents "𪫗"^^xsd:string .

<http://lexvo.org/id/char/2AAD8> a lvont:Character ;
    lvont:represents "𪫘"^^xsd:string .

<http://lexvo.org/id/char/2AAD9> a lvont:Character ;
    lvont:represents "𪫙"^^xsd:string .

<http://lexvo.org/id/char/2AADA> a lvont:Character ;
    lvont:represents "𪫚"^^xsd:string .

<http://lexvo.org/id/char/2AADB> a lvont:Character ;
    lvont:represents "𪫛"^^xsd:string .

<http://lexvo.org/id/char/2AADC> a lvont:Character ;
    lvont:represents "𪫜"^^xsd:string .

<http://lexvo.org/id/char/2AADD> a lvont:Character ;
    lvont:represents "𪫝"^^xsd:string .

<http://lexvo.org/id/char/2AADE> a lvont:Character ;
    lvont:represents "𪫞"^^xsd:string .

<http://lexvo.org/id/char/2AADF> a lvont:Character ;
    lvont:represents "𪫟"^^xsd:string .

<http://lexvo.org/id/char/2AAE> a lvont:Character ;
    lvont:represents "⪮"^^xsd:string ;
    rdfs:comment "EQUALS SIGN WITH BUMPY ABOVE"@en .

<http://lexvo.org/id/char/2AAE0> a lvont:Character ;
    lvont:represents "𪫠"^^xsd:string .

<http://lexvo.org/id/char/2AAE1> a lvont:Character ;
    lvont:represents "𪫡"^^xsd:string .

<http://lexvo.org/id/char/2AAE2> a lvont:Character ;
    lvont:represents "𪫢"^^xsd:string .

<http://lexvo.org/id/char/2AAE3> a lvont:Character ;
    lvont:represents "𪫣"^^xsd:string .

<http://lexvo.org/id/char/2AAE4> a lvont:Character ;
    lvont:represents "𪫤"^^xsd:string .

<http://lexvo.org/id/char/2AAE5> a lvont:Character ;
    lvont:represents "𪫥"^^xsd:string .

<http://lexvo.org/id/char/2AAE6> a lvont:Character ;
    lvont:represents "𪫦"^^xsd:string .

<http://lexvo.org/id/char/2AAE7> a lvont:Character ;
    lvont:represents "𪫧"^^xsd:string .

<http://lexvo.org/id/char/2AAE8> a lvont:Character ;
    lvont:represents "𪫨"^^xsd:string .

<http://lexvo.org/id/char/2AAE9> a lvont:Character ;
    lvont:represents "𪫩"^^xsd:string .

<http://lexvo.org/id/char/2AAEA> a lvont:Character ;
    lvont:represents "𪫪"^^xsd:string .

<http://lexvo.org/id/char/2AAEB> a lvont:Character ;
    lvont:represents "𪫫"^^xsd:string .

<http://lexvo.org/id/char/2AAEC> a lvont:Character ;
    lvont:represents "𪫬"^^xsd:string .

<http://lexvo.org/id/char/2AAED> a lvont:Character ;
    lvont:represents "𪫭"^^xsd:string .

<http://lexvo.org/id/char/2AAEE> a lvont:Character ;
    lvont:represents "𪫮"^^xsd:string .

<http://lexvo.org/id/char/2AAEF> a lvont:Character ;
    lvont:represents "𪫯"^^xsd:string .

<http://lexvo.org/id/char/2AAF> a lvont:Character ;
    lvont:represents "⪯"^^xsd:string ;
    rdfs:comment "PRECEDES ABOVE SINGLE-LINE EQUALS SIGN"@en .

<http://lexvo.org/id/char/2AAF0> a lvont:Character ;
    lvont:represents "𪫰"^^xsd:string .

<http://lexvo.org/id/char/2AAF1> a lvont:Character ;
    lvont:represents "𪫱"^^xsd:string .

<http://lexvo.org/id/char/2AAF2> a lvont:Character ;
    lvont:represents "𪫲"^^xsd:string .

<http://lexvo.org/id/char/2AAF3> a lvont:Character ;
    lvont:represents "𪫳"^^xsd:string .

<http://lexvo.org/id/char/2AAF4> a lvont:Character ;
    lvont:represents "𪫴"^^xsd:string .

<http://lexvo.org/id/char/2AAF5> a lvont:Character ;
    lvont:represents "𪫵"^^xsd:string .

<http://lexvo.org/id/char/2AAF6> a lvont:Character ;
    lvont:represents "𪫶"^^xsd:string .

<http://lexvo.org/id/char/2AAF7> a lvont:Character ;
    lvont:represents "𪫷"^^xsd:string .

<http://lexvo.org/id/char/2AAF8> a lvont:Character ;
    lvont:represents "𪫸"^^xsd:string .

<http://lexvo.org/id/char/2AAF9> a lvont:Character ;
    lvont:represents "𪫹"^^xsd:string .

<http://lexvo.org/id/char/2AAFA> a lvont:Character ;
    lvont:represents "𪫺"^^xsd:string .

<http://lexvo.org/id/char/2AAFB> a lvont:Character ;
    lvont:represents "𪫻"^^xsd:string .

<http://lexvo.org/id/char/2AAFC> a lvont:Character ;
    lvont:represents "𪫼"^^xsd:string .

<http://lexvo.org/id/char/2AAFD> a lvont:Character ;
    lvont:represents "𪫽"^^xsd:string .

<http://lexvo.org/id/char/2AAFE> a lvont:Character ;
    lvont:represents "𪫾"^^xsd:string .

<http://lexvo.org/id/char/2AAFF> a lvont:Character ;
    lvont:represents "𪫿"^^xsd:string .

<http://lexvo.org/id/char/2AB0> a lvont:Character ;
    lvont:represents "⪰"^^xsd:string ;
    rdfs:comment "SUCCEEDS ABOVE SINGLE-LINE EQUALS SIGN"@en .

<http://lexvo.org/id/char/2AB00> a lvont:Character ;
    lvont:represents "𪬀"^^xsd:string .

<http://lexvo.org/id/char/2AB01> a lvont:Character ;
    lvont:represents "𪬁"^^xsd:string .

<http://lexvo.org/id/char/2AB02> a lvont:Character ;
    lvont:represents "𪬂"^^xsd:string .

<http://lexvo.org/id/char/2AB03> a lvont:Character ;
    lvont:represents "𪬃"^^xsd:string .

<http://lexvo.org/id/char/2AB04> a lvont:Character ;
    lvont:represents "𪬄"^^xsd:string .

<http://lexvo.org/id/char/2AB05> a lvont:Character ;
    lvont:represents "𪬅"^^xsd:string .

<http://lexvo.org/id/char/2AB06> a lvont:Character ;
    lvont:represents "𪬆"^^xsd:string .

<http://lexvo.org/id/char/2AB07> a lvont:Character ;
    lvont:represents "𪬇"^^xsd:string .

<http://lexvo.org/id/char/2AB08> a lvont:Character ;
    lvont:represents "𪬈"^^xsd:string .

<http://lexvo.org/id/char/2AB09> a lvont:Character ;
    lvont:represents "𪬉"^^xsd:string .

<http://lexvo.org/id/char/2AB0A> a lvont:Character ;
    lvont:represents "𪬊"^^xsd:string .

<http://lexvo.org/id/char/2AB0B> a lvont:Character ;
    lvont:represents "𪬋"^^xsd:string .

<http://lexvo.org/id/char/2AB0C> a lvont:Character ;
    lvont:represents "𪬌"^^xsd:string .

<http://lexvo.org/id/char/2AB0D> a lvont:Character ;
    lvont:represents "𪬍"^^xsd:string .

<http://lexvo.org/id/char/2AB0E> a lvont:Character ;
    lvont:represents "𪬎"^^xsd:string .

<http://lexvo.org/id/char/2AB0F> a lvont:Character ;
    lvont:represents "𪬏"^^xsd:string .

<http://lexvo.org/id/char/2AB1> a lvont:Character ;
    lvont:represents "⪱"^^xsd:string ;
    rdfs:comment "PRECEDES ABOVE SINGLE-LINE NOT EQUAL TO"@en .

<http://lexvo.org/id/char/2AB10> a lvont:Character ;
    lvont:represents "𪬐"^^xsd:string .

<http://lexvo.org/id/char/2AB11> a lvont:Character ;
    lvont:represents "𪬑"^^xsd:string .

<http://lexvo.org/id/char/2AB12> a lvont:Character ;
    lvont:represents "𪬒"^^xsd:string .

<http://lexvo.org/id/char/2AB13> a lvont:Character ;
    lvont:represents "𪬓"^^xsd:string .

<http://lexvo.org/id/char/2AB14> a lvont:Character ;
    lvont:represents "𪬔"^^xsd:string .

<http://lexvo.org/id/char/2AB15> a lvont:Character ;
    lvont:represents "𪬕"^^xsd:string .

<http://lexvo.org/id/char/2AB16> a lvont:Character ;
    lvont:represents "𪬖"^^xsd:string .

<http://lexvo.org/id/char/2AB17> a lvont:Character ;
    lvont:represents "𪬗"^^xsd:string .

<http://lexvo.org/id/char/2AB18> a lvont:Character ;
    lvont:represents "𪬘"^^xsd:string .

<http://lexvo.org/id/char/2AB19> a lvont:Character ;
    lvont:represents "𪬙"^^xsd:string .

<http://lexvo.org/id/char/2AB1A> a lvont:Character ;
    lvont:represents "𪬚"^^xsd:string .

<http://lexvo.org/id/char/2AB1B> a lvont:Character ;
    lvont:represents "𪬛"^^xsd:string .

<http://lexvo.org/id/char/2AB1C> a lvont:Character ;
    lvont:represents "𪬜"^^xsd:string .

<http://lexvo.org/id/char/2AB1D> a lvont:Character ;
    lvont:represents "𪬝"^^xsd:string .

<http://lexvo.org/id/char/2AB1E> a lvont:Character ;
    lvont:represents "𪬞"^^xsd:string .

<http://lexvo.org/id/char/2AB1F> a lvont:Character ;
    lvont:represents "𪬟"^^xsd:string .

<http://lexvo.org/id/char/2AB2> a lvont:Character ;
    lvont:represents "⪲"^^xsd:string ;
    rdfs:comment "SUCCEEDS ABOVE SINGLE-LINE NOT EQUAL TO"@en .

<http://lexvo.org/id/char/2AB20> a lvont:Character ;
    lvont:represents "𪬠"^^xsd:string .

<http://lexvo.org/id/char/2AB21> a lvont:Character ;
    lvont:represents "𪬡"^^xsd:string .

<http://lexvo.org/id/char/2AB22> a lvont:Character ;
    lvont:represents "𪬢"^^xsd:string .

<http://lexvo.org/id/char/2AB23> a lvont:Character ;
    lvont:represents "𪬣"^^xsd:string .

<http://lexvo.org/id/char/2AB24> a lvont:Character ;
    lvont:represents "𪬤"^^xsd:string .

<http://lexvo.org/id/char/2AB25> a lvont:Character ;
    lvont:represents "𪬥"^^xsd:string .

<http://lexvo.org/id/char/2AB26> a lvont:Character ;
    lvont:represents "𪬦"^^xsd:string .

<http://lexvo.org/id/char/2AB27> a lvont:Character ;
    lvont:represents "𪬧"^^xsd:string .

<http://lexvo.org/id/char/2AB28> a lvont:Character ;
    lvont:represents "𪬨"^^xsd:string .

<http://lexvo.org/id/char/2AB29> a lvont:Character ;
    lvont:represents "𪬩"^^xsd:string .

<http://lexvo.org/id/char/2AB2A> a lvont:Character ;
    lvont:represents "𪬪"^^xsd:string .

<http://lexvo.org/id/char/2AB2B> a lvont:Character ;
    lvont:represents "𪬫"^^xsd:string .

<http://lexvo.org/id/char/2AB2C> a lvont:Character ;
    lvont:represents "𪬬"^^xsd:string .

<http://lexvo.org/id/char/2AB2D> a lvont:Character ;
    lvont:represents "𪬭"^^xsd:string .

<http://lexvo.org/id/char/2AB2E> a lvont:Character ;
    lvont:represents "𪬮"^^xsd:string .

<http://lexvo.org/id/char/2AB2F> a lvont:Character ;
    lvont:represents "𪬯"^^xsd:string .

<http://lexvo.org/id/char/2AB3> a lvont:Character ;
    lvont:represents "⪳"^^xsd:string ;
    rdfs:comment "PRECEDES ABOVE EQUALS SIGN"@en .

<http://lexvo.org/id/char/2AB30> a lvont:Character ;
    lvont:represents "𪬰"^^xsd:string .

<http://lexvo.org/id/char/2AB31> a lvont:Character ;
    lvont:represents "𪬱"^^xsd:string .

<http://lexvo.org/id/char/2AB32> a lvont:Character ;
    lvont:represents "𪬲"^^xsd:string .

<http://lexvo.org/id/char/2AB33> a lvont:Character ;
    lvont:represents "𪬳"^^xsd:string .

<http://lexvo.org/id/char/2AB34> a lvont:Character ;
    lvont:represents "𪬴"^^xsd:string .

<http://lexvo.org/id/char/2AB35> a lvont:Character ;
    lvont:represents "𪬵"^^xsd:string .

<http://lexvo.org/id/char/2AB36> a lvont:Character ;
    lvont:represents "𪬶"^^xsd:string .

<http://lexvo.org/id/char/2AB37> a lvont:Character ;
    lvont:represents "𪬷"^^xsd:string .

<http://lexvo.org/id/char/2AB38> a lvont:Character ;
    lvont:represents "𪬸"^^xsd:string .

<http://lexvo.org/id/char/2AB39> a lvont:Character ;
    lvont:represents "𪬹"^^xsd:string .

<http://lexvo.org/id/char/2AB3A> a lvont:Character ;
    lvont:represents "𪬺"^^xsd:string .

<http://lexvo.org/id/char/2AB3B> a lvont:Character ;
    lvont:represents "𪬻"^^xsd:string .

<http://lexvo.org/id/char/2AB3C> a lvont:Character ;
    lvont:represents "𪬼"^^xsd:string .

<http://lexvo.org/id/char/2AB3D> a lvont:Character ;
    lvont:represents "𪬽"^^xsd:string .

<http://lexvo.org/id/char/2AB3E> a lvont:Character ;
    lvont:represents "𪬾"^^xsd:string .

<http://lexvo.org/id/char/2AB3F> a lvont:Character ;
    lvont:represents "𪬿"^^xsd:string .

<http://lexvo.org/id/char/2AB4> a lvont:Character ;
    lvont:represents "⪴"^^xsd:string ;
    rdfs:comment "SUCCEEDS ABOVE EQUALS SIGN"@en .

<http://lexvo.org/id/char/2AB40> a lvont:Character ;
    lvont:represents "𪭀"^^xsd:string .

<http://lexvo.org/id/char/2AB41> a lvont:Character ;
    lvont:represents "𪭁"^^xsd:string .

<http://lexvo.org/id/char/2AB42> a lvont:Character ;
    lvont:represents "𪭂"^^xsd:string .

<http://lexvo.org/id/char/2AB43> a lvont:Character ;
    lvont:represents "𪭃"^^xsd:string .

<http://lexvo.org/id/char/2AB44> a lvont:Character ;
    lvont:represents "𪭄"^^xsd:string .

<http://lexvo.org/id/char/2AB45> a lvont:Character ;
    lvont:represents "𪭅"^^xsd:string .

<http://lexvo.org/id/char/2AB46> a lvont:Character ;
    lvont:represents "𪭆"^^xsd:string .

<http://lexvo.org/id/char/2AB47> a lvont:Character ;
    lvont:represents "𪭇"^^xsd:string .

<http://lexvo.org/id/char/2AB48> a lvont:Character ;
    lvont:represents "𪭈"^^xsd:string .

<http://lexvo.org/id/char/2AB49> a lvont:Character ;
    lvont:represents "𪭉"^^xsd:string .

<http://lexvo.org/id/char/2AB4A> a lvont:Character ;
    lvont:represents "𪭊"^^xsd:string .

<http://lexvo.org/id/char/2AB4B> a lvont:Character ;
    lvont:represents "𪭋"^^xsd:string .

<http://lexvo.org/id/char/2AB4C> a lvont:Character ;
    lvont:represents "𪭌"^^xsd:string .

<http://lexvo.org/id/char/2AB4D> a lvont:Character ;
    lvont:represents "𪭍"^^xsd:string .

<http://lexvo.org/id/char/2AB4E> a lvont:Character ;
    lvont:represents "𪭎"^^xsd:string .

<http://lexvo.org/id/char/2AB4F> a lvont:Character ;
    lvont:represents "𪭏"^^xsd:string .

<http://lexvo.org/id/char/2AB5> a lvont:Character ;
    lvont:represents "⪵"^^xsd:string ;
    rdfs:comment "PRECEDES ABOVE NOT EQUAL TO"@en .

<http://lexvo.org/id/char/2AB50> a lvont:Character ;
    lvont:represents "𪭐"^^xsd:string .

<http://lexvo.org/id/char/2AB51> a lvont:Character ;
    lvont:represents "𪭑"^^xsd:string .

<http://lexvo.org/id/char/2AB52> a lvont:Character ;
    lvont:represents "𪭒"^^xsd:string .

<http://lexvo.org/id/char/2AB53> a lvont:Character ;
    lvont:represents "𪭓"^^xsd:string .

<http://lexvo.org/id/char/2AB54> a lvont:Character ;
    lvont:represents "𪭔"^^xsd:string .

<http://lexvo.org/id/char/2AB55> a lvont:Character ;
    lvont:represents "𪭕"^^xsd:string .

<http://lexvo.org/id/char/2AB56> a lvont:Character ;
    lvont:represents "𪭖"^^xsd:string .

<http://lexvo.org/id/char/2AB57> a lvont:Character ;
    lvont:represents "𪭗"^^xsd:string .

<http://lexvo.org/id/char/2AB58> a lvont:Character ;
    lvont:represents "𪭘"^^xsd:string .

<http://lexvo.org/id/char/2AB59> a lvont:Character ;
    lvont:represents "𪭙"^^xsd:string .

<http://lexvo.org/id/char/2AB5A> a lvont:Character ;
    lvont:represents "𪭚"^^xsd:string .

<http://lexvo.org/id/char/2AB5B> a lvont:Character ;
    lvont:represents "𪭛"^^xsd:string .

<http://lexvo.org/id/char/2AB5C> a lvont:Character ;
    lvont:represents "𪭜"^^xsd:string .

<http://lexvo.org/id/char/2AB5D> a lvont:Character ;
    lvont:represents "𪭝"^^xsd:string .

<http://lexvo.org/id/char/2AB5E> a lvont:Character ;
    lvont:represents "𪭞"^^xsd:string .

<http://lexvo.org/id/char/2AB5F> a lvont:Character ;
    lvont:represents "𪭟"^^xsd:string .

<http://lexvo.org/id/char/2AB6> a lvont:Character ;
    lvont:represents "⪶"^^xsd:string ;
    rdfs:comment "SUCCEEDS ABOVE NOT EQUAL TO"@en .

<http://lexvo.org/id/char/2AB60> a lvont:Character ;
    lvont:represents "𪭠"^^xsd:string .

<http://lexvo.org/id/char/2AB61> a lvont:Character ;
    lvont:represents "𪭡"^^xsd:string .

<http://lexvo.org/id/char/2AB62> a lvont:Character ;
    lvont:represents "𪭢"^^xsd:string .

<http://lexvo.org/id/char/2AB63> a lvont:Character ;
    lvont:represents "𪭣"^^xsd:string .

<http://lexvo.org/id/char/2AB64> a lvont:Character ;
    lvont:represents "𪭤"^^xsd:string .

<http://lexvo.org/id/char/2AB65> a lvont:Character ;
    lvont:represents "𪭥"^^xsd:string .

<http://lexvo.org/id/char/2AB66> a lvont:Character ;
    lvont:represents "𪭦"^^xsd:string .

<http://lexvo.org/id/char/2AB67> a lvont:Character ;
    lvont:represents "𪭧"^^xsd:string .

<http://lexvo.org/id/char/2AB68> a lvont:Character ;
    lvont:represents "𪭨"^^xsd:string .

<http://lexvo.org/id/char/2AB69> a lvont:Character ;
    lvont:represents "𪭩"^^xsd:string .

<http://lexvo.org/id/char/2AB6A> a lvont:Character ;
    lvont:represents "𪭪"^^xsd:string .

<http://lexvo.org/id/char/2AB6B> a lvont:Character ;
    lvont:represents "𪭫"^^xsd:string .

<http://lexvo.org/id/char/2AB6C> a lvont:Character ;
    lvont:represents "𪭬"^^xsd:string .

<http://lexvo.org/id/char/2AB6D> a lvont:Character ;
    lvont:represents "𪭭"^^xsd:string .

<http://lexvo.org/id/char/2AB6E> a lvont:Character ;
    lvont:represents "𪭮"^^xsd:string .

<http://lexvo.org/id/char/2AB6F> a lvont:Character ;
    lvont:represents "𪭯"^^xsd:string .

<http://lexvo.org/id/char/2AB7> a lvont:Character ;
    lvont:represents "⪷"^^xsd:string ;
    rdfs:comment "PRECEDES ABOVE ALMOST EQUAL TO"@en .

<http://lexvo.org/id/char/2AB70> a lvont:Character ;
    lvont:represents "𪭰"^^xsd:string .

<http://lexvo.org/id/char/2AB71> a lvont:Character ;
    lvont:represents "𪭱"^^xsd:string .

<http://lexvo.org/id/char/2AB72> a lvont:Character ;
    lvont:represents "𪭲"^^xsd:string .

<http://lexvo.org/id/char/2AB73> a lvont:Character ;
    lvont:represents "𪭳"^^xsd:string .

<http://lexvo.org/id/char/2AB74> a lvont:Character ;
    lvont:represents "𪭴"^^xsd:string .

<http://lexvo.org/id/char/2AB75> a lvont:Character ;
    lvont:represents "𪭵"^^xsd:string .

<http://lexvo.org/id/char/2AB76> a lvont:Character ;
    lvont:represents "𪭶"^^xsd:string .

<http://lexvo.org/id/char/2AB77> a lvont:Character ;
    lvont:represents "𪭷"^^xsd:string .

<http://lexvo.org/id/char/2AB78> a lvont:Character ;
    lvont:represents "𪭸"^^xsd:string .

<http://lexvo.org/id/char/2AB79> a lvont:Character ;
    lvont:represents "𪭹"^^xsd:string .

<http://lexvo.org/id/char/2AB7A> a lvont:Character ;
    lvont:represents "𪭺"^^xsd:string .

<http://lexvo.org/id/char/2AB7B> a lvont:Character ;
    lvont:represents "𪭻"^^xsd:string .

<http://lexvo.org/id/char/2AB7C> a lvont:Character ;
    lvont:represents "𪭼"^^xsd:string .

<http://lexvo.org/id/char/2AB7D> a lvont:Character ;
    lvont:represents "𪭽"^^xsd:string .

<http://lexvo.org/id/char/2AB7E> a lvont:Character ;
    lvont:represents "𪭾"^^xsd:string .

<http://lexvo.org/id/char/2AB7F> a lvont:Character ;
    lvont:represents "𪭿"^^xsd:string .

<http://lexvo.org/id/char/2AB8> a lvont:Character ;
    lvont:represents "⪸"^^xsd:string ;
    rdfs:comment "SUCCEEDS ABOVE ALMOST EQUAL TO"@en .

<http://lexvo.org/id/char/2AB80> a lvont:Character ;
    lvont:represents "𪮀"^^xsd:string .

<http://lexvo.org/id/char/2AB81> a lvont:Character ;
    lvont:represents "𪮁"^^xsd:string .

<http://lexvo.org/id/char/2AB82> a lvont:Character ;
    lvont:represents "𪮂"^^xsd:string .

<http://lexvo.org/id/char/2AB83> a lvont:Character ;
    lvont:represents "𪮃"^^xsd:string .

<http://lexvo.org/id/char/2AB84> a lvont:Character ;
    lvont:represents "𪮄"^^xsd:string .

<http://lexvo.org/id/char/2AB85> a lvont:Character ;
    lvont:represents "𪮅"^^xsd:string .

<http://lexvo.org/id/char/2AB86> a lvont:Character ;
    lvont:represents "𪮆"^^xsd:string .

<http://lexvo.org/id/char/2AB87> a lvont:Character ;
    lvont:represents "𪮇"^^xsd:string .

<http://lexvo.org/id/char/2AB88> a lvont:Character ;
    lvont:represents "𪮈"^^xsd:string .

<http://lexvo.org/id/char/2AB89> a lvont:Character ;
    lvont:represents "𪮉"^^xsd:string .

<http://lexvo.org/id/char/2AB8A> a lvont:Character ;
    lvont:represents "𪮊"^^xsd:string .

<http://lexvo.org/id/char/2AB8B> a lvont:Character ;
    lvont:represents "𪮋"^^xsd:string .

<http://lexvo.org/id/char/2AB8C> a lvont:Character ;
    lvont:represents "𪮌"^^xsd:string .

<http://lexvo.org/id/char/2AB8D> a lvont:Character ;
    lvont:represents "𪮍"^^xsd:string .

<http://lexvo.org/id/char/2AB8E> a lvont:Character ;
    lvont:represents "𪮎"^^xsd:string .

<http://lexvo.org/id/char/2AB8F> a lvont:Character ;
    lvont:represents "𪮏"^^xsd:string .

<http://lexvo.org/id/char/2AB9> a lvont:Character ;
    lvont:represents "⪹"^^xsd:string ;
    rdfs:comment "PRECEDES ABOVE NOT ALMOST EQUAL TO"@en .

<http://lexvo.org/id/char/2AB90> a lvont:Character ;
    lvont:represents "𪮐"^^xsd:string .

<http://lexvo.org/id/char/2AB91> a lvont:Character ;
    lvont:represents "𪮑"^^xsd:string .

<http://lexvo.org/id/char/2AB92> a lvont:Character ;
    lvont:represents "𪮒"^^xsd:string .

<http://lexvo.org/id/char/2AB93> a lvont:Character ;
    lvont:represents "𪮓"^^xsd:string .

<http://lexvo.org/id/char/2AB94> a lvont:Character ;
    lvont:represents "𪮔"^^xsd:string .

<http://lexvo.org/id/char/2AB95> a lvont:Character ;
    lvont:represents "𪮕"^^xsd:string .

<http://lexvo.org/id/char/2AB96> a lvont:Character ;
    lvont:represents "𪮖"^^xsd:string .

<http://lexvo.org/id/char/2AB97> a lvont:Character ;
    lvont:represents "𪮗"^^xsd:string .

<http://lexvo.org/id/char/2AB98> a lvont:Character ;
    lvont:represents "𪮘"^^xsd:string .

<http://lexvo.org/id/char/2AB99> a lvont:Character ;
    lvont:represents "𪮙"^^xsd:string .

<http://lexvo.org/id/char/2AB9A> a lvont:Character ;
    lvont:represents "𪮚"^^xsd:string .

<http://lexvo.org/id/char/2AB9B> a lvont:Character ;
    lvont:represents "𪮛"^^xsd:string .

<http://lexvo.org/id/char/2AB9C> a lvont:Character ;
    lvont:represents "𪮜"^^xsd:string .

<http://lexvo.org/id/char/2AB9D> a lvont:Character ;
    lvont:represents "𪮝"^^xsd:string .

<http://lexvo.org/id/char/2AB9E> a lvont:Character ;
    lvont:represents "𪮞"^^xsd:string .

<http://lexvo.org/id/char/2AB9F> a lvont:Character ;
    lvont:represents "𪮟"^^xsd:string .

<http://lexvo.org/id/char/2ABA> a lvont:Character ;
    lvont:represents "⪺"^^xsd:string ;
    rdfs:comment "SUCCEEDS ABOVE NOT ALMOST EQUAL TO"@en .

<http://lexvo.org/id/char/2ABA0> a lvont:Character ;
    lvont:represents "𪮠"^^xsd:string .

<http://lexvo.org/id/char/2ABA1> a lvont:Character ;
    lvont:represents "𪮡"^^xsd:string .

<http://lexvo.org/id/char/2ABA2> a lvont:Character ;
    lvont:represents "𪮢"^^xsd:string .

<http://lexvo.org/id/char/2ABA3> a lvont:Character ;
    lvont:represents "𪮣"^^xsd:string .

<http://lexvo.org/id/char/2ABA4> a lvont:Character ;
    lvont:represents "𪮤"^^xsd:string .

<http://lexvo.org/id/char/2ABA5> a lvont:Character ;
    lvont:represents "𪮥"^^xsd:string .

<http://lexvo.org/id/char/2ABA6> a lvont:Character ;
    lvont:represents "𪮦"^^xsd:string .

<http://lexvo.org/id/char/2ABA7> a lvont:Character ;
    lvont:represents "𪮧"^^xsd:string .

<http://lexvo.org/id/char/2ABA8> a lvont:Character ;
    lvont:represents "𪮨"^^xsd:string .

<http://lexvo.org/id/char/2ABA9> a lvont:Character ;
    lvont:represents "𪮩"^^xsd:string .

<http://lexvo.org/id/char/2ABAA> a lvont:Character ;
    lvont:represents "𪮪"^^xsd:string .

<http://lexvo.org/id/char/2ABAB> a lvont:Character ;
    lvont:represents "𪮫"^^xsd:string .

<http://lexvo.org/id/char/2ABAC> a lvont:Character ;
    lvont:represents "𪮬"^^xsd:string .

<http://lexvo.org/id/char/2ABAD> a lvont:Character ;
    lvont:represents "𪮭"^^xsd:string .

<http://lexvo.org/id/char/2ABAE> a lvont:Character ;
    lvont:represents "𪮮"^^xsd:string .

<http://lexvo.org/id/char/2ABAF> a lvont:Character ;
    lvont:represents "𪮯"^^xsd:string .

<http://lexvo.org/id/char/2ABB> a lvont:Character ;
    lvont:represents "⪻"^^xsd:string ;
    rdfs:comment "DOUBLE PRECEDES"@en .

<http://lexvo.org/id/char/2ABB0> a lvont:Character ;
    lvont:represents "𪮰"^^xsd:string .

<http://lexvo.org/id/char/2ABB1> a lvont:Character ;
    lvont:represents "𪮱"^^xsd:string .

<http://lexvo.org/id/char/2ABB2> a lvont:Character ;
    lvont:represents "𪮲"^^xsd:string .

<http://lexvo.org/id/char/2ABB3> a lvont:Character ;
    lvont:represents "𪮳"^^xsd:string .

<http://lexvo.org/id/char/2ABB4> a lvont:Character ;
    lvont:represents "𪮴"^^xsd:string .

<http://lexvo.org/id/char/2ABB5> a lvont:Character ;
    lvont:represents "𪮵"^^xsd:string .

<http://lexvo.org/id/char/2ABB6> a lvont:Character ;
    lvont:represents "𪮶"^^xsd:string .

<http://lexvo.org/id/char/2ABB7> a lvont:Character ;
    lvont:represents "𪮷"^^xsd:string .

<http://lexvo.org/id/char/2ABB8> a lvont:Character ;
    lvont:represents "𪮸"^^xsd:string .

<http://lexvo.org/id/char/2ABB9> a lvont:Character ;
    lvont:represents "𪮹"^^xsd:string .

<http://lexvo.org/id/char/2ABBA> a lvont:Character ;
    lvont:represents "𪮺"^^xsd:string .

<http://lexvo.org/id/char/2ABBB> a lvont:Character ;
    lvont:represents "𪮻"^^xsd:string .

<http://lexvo.org/id/char/2ABBC> a lvont:Character ;
    lvont:represents "𪮼"^^xsd:string .

<http://lexvo.org/id/char/2ABBD> a lvont:Character ;
    lvont:represents "𪮽"^^xsd:string .

<http://lexvo.org/id/char/2ABBE> a lvont:Character ;
    lvont:represents "𪮾"^^xsd:string .

<http://lexvo.org/id/char/2ABBF> a lvont:Character ;
    lvont:represents "𪮿"^^xsd:string .

<http://lexvo.org/id/char/2ABC> a lvont:Character ;
    lvont:represents "⪼"^^xsd:string ;
    rdfs:comment "DOUBLE SUCCEEDS"@en .

<http://lexvo.org/id/char/2ABC0> a lvont:Character ;
    lvont:represents "𪯀"^^xsd:string .

<http://lexvo.org/id/char/2ABC1> a lvont:Character ;
    lvont:represents "𪯁"^^xsd:string .

<http://lexvo.org/id/char/2ABC2> a lvont:Character ;
    lvont:represents "𪯂"^^xsd:string .

<http://lexvo.org/id/char/2ABC3> a lvont:Character ;
    lvont:represents "𪯃"^^xsd:string .

<http://lexvo.org/id/char/2ABC4> a lvont:Character ;
    lvont:represents "𪯄"^^xsd:string .

<http://lexvo.org/id/char/2ABC5> a lvont:Character ;
    lvont:represents "𪯅"^^xsd:string .

<http://lexvo.org/id/char/2ABC6> a lvont:Character ;
    lvont:represents "𪯆"^^xsd:string .

<http://lexvo.org/id/char/2ABC7> a lvont:Character ;
    lvont:represents "𪯇"^^xsd:string .

<http://lexvo.org/id/char/2ABC8> a lvont:Character ;
    lvont:represents "𪯈"^^xsd:string .

<http://lexvo.org/id/char/2ABC9> a lvont:Character ;
    lvont:represents "𪯉"^^xsd:string .

<http://lexvo.org/id/char/2ABCA> a lvont:Character ;
    lvont:represents "𪯊"^^xsd:string .

<http://lexvo.org/id/char/2ABCB> a lvont:Character ;
    lvont:represents "𪯋"^^xsd:string .

<http://lexvo.org/id/char/2ABCC> a lvont:Character ;
    lvont:represents "𪯌"^^xsd:string .

<http://lexvo.org/id/char/2ABCD> a lvont:Character ;
    lvont:represents "𪯍"^^xsd:string .

<http://lexvo.org/id/char/2ABCE> a lvont:Character ;
    lvont:represents "𪯎"^^xsd:string .

<http://lexvo.org/id/char/2ABCF> a lvont:Character ;
    lvont:represents "𪯏"^^xsd:string .

<http://lexvo.org/id/char/2ABD> a lvont:Character ;
    lvont:represents "⪽"^^xsd:string ;
    rdfs:comment "SUBSET WITH DOT"@en .

<http://lexvo.org/id/char/2ABD0> a lvont:Character ;
    lvont:represents "𪯐"^^xsd:string .

<http://lexvo.org/id/char/2ABD1> a lvont:Character ;
    lvont:represents "𪯑"^^xsd:string .

<http://lexvo.org/id/char/2ABD2> a lvont:Character ;
    lvont:represents "𪯒"^^xsd:string .

<http://lexvo.org/id/char/2ABD3> a lvont:Character ;
    lvont:represents "𪯓"^^xsd:string .

<http://lexvo.org/id/char/2ABD4> a lvont:Character ;
    lvont:represents "𪯔"^^xsd:string .

<http://lexvo.org/id/char/2ABD5> a lvont:Character ;
    lvont:represents "𪯕"^^xsd:string .

<http://lexvo.org/id/char/2ABD6> a lvont:Character ;
    lvont:represents "𪯖"^^xsd:string .

<http://lexvo.org/id/char/2ABD7> a lvont:Character ;
    lvont:represents "𪯗"^^xsd:string .

<http://lexvo.org/id/char/2ABD8> a lvont:Character ;
    lvont:represents "𪯘"^^xsd:string .

<http://lexvo.org/id/char/2ABD9> a lvont:Character ;
    lvont:represents "𪯙"^^xsd:string .

<http://lexvo.org/id/char/2ABDA> a lvont:Character ;
    lvont:represents "𪯚"^^xsd:string .

<http://lexvo.org/id/char/2ABDB> a lvont:Character ;
    lvont:represents "𪯛"^^xsd:string .

<http://lexvo.org/id/char/2ABDC> a lvont:Character ;
    lvont:represents "𪯜"^^xsd:string .

<http://lexvo.org/id/char/2ABDD> a lvont:Character ;
    lvont:represents "𪯝"^^xsd:string .

<http://lexvo.org/id/char/2ABDE> a lvont:Character ;
    lvont:represents "𪯞"^^xsd:string .

<http://lexvo.org/id/char/2ABDF> a lvont:Character ;
    lvont:represents "𪯟"^^xsd:string .

<http://lexvo.org/id/char/2ABE> a lvont:Character ;
    lvont:represents "⪾"^^xsd:string ;
    rdfs:comment "SUPERSET WITH DOT"@en .

<http://lexvo.org/id/char/2ABE0> a lvont:Character ;
    lvont:represents "𪯠"^^xsd:string .

<http://lexvo.org/id/char/2ABE1> a lvont:Character ;
    lvont:represents "𪯡"^^xsd:string .

<http://lexvo.org/id/char/2ABE2> a lvont:Character ;
    lvont:represents "𪯢"^^xsd:string .

<http://lexvo.org/id/char/2ABE3> a lvont:Character ;
    lvont:represents "𪯣"^^xsd:string .

<http://lexvo.org/id/char/2ABE4> a lvont:Character ;
    lvont:represents "𪯤"^^xsd:string .

<http://lexvo.org/id/char/2ABE5> a lvont:Character ;
    lvont:represents "𪯥"^^xsd:string .

<http://lexvo.org/id/char/2ABE6> a lvont:Character ;
    lvont:represents "𪯦"^^xsd:string .

<http://lexvo.org/id/char/2ABE7> a lvont:Character ;
    lvont:represents "𪯧"^^xsd:string .

<http://lexvo.org/id/char/2ABE8> a lvont:Character ;
    lvont:represents "𪯨"^^xsd:string .

<http://lexvo.org/id/char/2ABE9> a lvont:Character ;
    lvont:represents "𪯩"^^xsd:string .

<http://lexvo.org/id/char/2ABEA> a lvont:Character ;
    lvont:represents "𪯪"^^xsd:string .

<http://lexvo.org/id/char/2ABEB> a lvont:Character ;
    lvont:represents "𪯫"^^xsd:string .

<http://lexvo.org/id/char/2ABEC> a lvont:Character ;
    lvont:represents "𪯬"^^xsd:string .

<http://lexvo.org/id/char/2ABED> a lvont:Character ;
    lvont:represents "𪯭"^^xsd:string .

<http://lexvo.org/id/char/2ABEE> a lvont:Character ;
    lvont:represents "𪯮"^^xsd:string .

<http://lexvo.org/id/char/2ABEF> a lvont:Character ;
    lvont:represents "𪯯"^^xsd:string .

<http://lexvo.org/id/char/2ABF> a lvont:Character ;
    lvont:represents "⪿"^^xsd:string ;
    rdfs:comment "SUBSET WITH PLUS SIGN BELOW"@en .

<http://lexvo.org/id/char/2ABF0> a lvont:Character ;
    lvont:represents "𪯰"^^xsd:string .

<http://lexvo.org/id/char/2ABF1> a lvont:Character ;
    lvont:represents "𪯱"^^xsd:string .

<http://lexvo.org/id/char/2ABF2> a lvont:Character ;
    lvont:represents "𪯲"^^xsd:string .

<http://lexvo.org/id/char/2ABF3> a lvont:Character ;
    lvont:represents "𪯳"^^xsd:string .

<http://lexvo.org/id/char/2ABF4> a lvont:Character ;
    lvont:represents "𪯴"^^xsd:string .

<http://lexvo.org/id/char/2ABF5> a lvont:Character ;
    lvont:represents "𪯵"^^xsd:string .

<http://lexvo.org/id/char/2ABF6> a lvont:Character ;
    lvont:represents "𪯶"^^xsd:string .

<http://lexvo.org/id/char/2ABF7> a lvont:Character ;
    lvont:represents "𪯷"^^xsd:string .

<http://lexvo.org/id/char/2ABF8> a lvont:Character ;
    lvont:represents "𪯸"^^xsd:string .

<http://lexvo.org/id/char/2ABF9> a lvont:Character ;
    lvont:represents "𪯹"^^xsd:string .

<http://lexvo.org/id/char/2ABFA> a lvont:Character ;
    lvont:represents "𪯺"^^xsd:string .

<http://lexvo.org/id/char/2ABFB> a lvont:Character ;
    lvont:represents "𪯻"^^xsd:string .

<http://lexvo.org/id/char/2ABFC> a lvont:Character ;
    lvont:represents "𪯼"^^xsd:string .

<http://lexvo.org/id/char/2ABFD> a lvont:Character ;
    lvont:represents "𪯽"^^xsd:string .

<http://lexvo.org/id/char/2ABFE> a lvont:Character ;
    lvont:represents "𪯾"^^xsd:string .

<http://lexvo.org/id/char/2ABFF> a lvont:Character ;
    lvont:represents "𪯿"^^xsd:string .

<http://lexvo.org/id/char/2AC0> a lvont:Character ;
    lvont:represents "⫀"^^xsd:string ;
    rdfs:comment "SUPERSET WITH PLUS SIGN BELOW"@en .

<http://lexvo.org/id/char/2AC00> a lvont:Character ;
    lvont:represents "𪰀"^^xsd:string .

<http://lexvo.org/id/char/2AC01> a lvont:Character ;
    lvont:represents "𪰁"^^xsd:string .

<http://lexvo.org/id/char/2AC02> a lvont:Character ;
    lvont:represents "𪰂"^^xsd:string .

<http://lexvo.org/id/char/2AC03> a lvont:Character ;
    lvont:represents "𪰃"^^xsd:string .

<http://lexvo.org/id/char/2AC04> a lvont:Character ;
    lvont:represents "𪰄"^^xsd:string .

<http://lexvo.org/id/char/2AC05> a lvont:Character ;
    lvont:represents "𪰅"^^xsd:string .

<http://lexvo.org/id/char/2AC06> a lvont:Character ;
    lvont:represents "𪰆"^^xsd:string .

<http://lexvo.org/id/char/2AC07> a lvont:Character ;
    lvont:represents "𪰇"^^xsd:string .

<http://lexvo.org/id/char/2AC08> a lvont:Character ;
    lvont:represents "𪰈"^^xsd:string .

<http://lexvo.org/id/char/2AC09> a lvont:Character ;
    lvont:represents "𪰉"^^xsd:string .

<http://lexvo.org/id/char/2AC0A> a lvont:Character ;
    lvont:represents "𪰊"^^xsd:string .

<http://lexvo.org/id/char/2AC0B> a lvont:Character ;
    lvont:represents "𪰋"^^xsd:string .

<http://lexvo.org/id/char/2AC0C> a lvont:Character ;
    lvont:represents "𪰌"^^xsd:string .

<http://lexvo.org/id/char/2AC0D> a lvont:Character ;
    lvont:represents "𪰍"^^xsd:string .

<http://lexvo.org/id/char/2AC0E> a lvont:Character ;
    lvont:represents "𪰎"^^xsd:string .

<http://lexvo.org/id/char/2AC0F> a lvont:Character ;
    lvont:represents "𪰏"^^xsd:string .

<http://lexvo.org/id/char/2AC1> a lvont:Character ;
    lvont:represents "⫁"^^xsd:string ;
    rdfs:comment "SUBSET WITH MULTIPLICATION SIGN BELOW"@en .

<http://lexvo.org/id/char/2AC10> a lvont:Character ;
    lvont:represents "𪰐"^^xsd:string .

<http://lexvo.org/id/char/2AC11> a lvont:Character ;
    lvont:represents "𪰑"^^xsd:string .

<http://lexvo.org/id/char/2AC12> a lvont:Character ;
    lvont:represents "𪰒"^^xsd:string .

<http://lexvo.org/id/char/2AC13> a lvont:Character ;
    lvont:represents "𪰓"^^xsd:string .

<http://lexvo.org/id/char/2AC14> a lvont:Character ;
    lvont:represents "𪰔"^^xsd:string .

<http://lexvo.org/id/char/2AC15> a lvont:Character ;
    lvont:represents "𪰕"^^xsd:string .

<http://lexvo.org/id/char/2AC16> a lvont:Character ;
    lvont:represents "𪰖"^^xsd:string .

<http://lexvo.org/id/char/2AC17> a lvont:Character ;
    lvont:represents "𪰗"^^xsd:string .

<http://lexvo.org/id/char/2AC18> a lvont:Character ;
    lvont:represents "𪰘"^^xsd:string .

<http://lexvo.org/id/char/2AC19> a lvont:Character ;
    lvont:represents "𪰙"^^xsd:string .

<http://lexvo.org/id/char/2AC1A> a lvont:Character ;
    lvont:represents "𪰚"^^xsd:string .

<http://lexvo.org/id/char/2AC1B> a lvont:Character ;
    lvont:represents "𪰛"^^xsd:string .

<http://lexvo.org/id/char/2AC1C> a lvont:Character ;
    lvont:represents "𪰜"^^xsd:string .

<http://lexvo.org/id/char/2AC1D> a lvont:Character ;
    lvont:represents "𪰝"^^xsd:string .

<http://lexvo.org/id/char/2AC1E> a lvont:Character ;
    lvont:represents "𪰞"^^xsd:string .

<http://lexvo.org/id/char/2AC1F> a lvont:Character ;
    lvont:represents "𪰟"^^xsd:string .

<http://lexvo.org/id/char/2AC2> a lvont:Character ;
    lvont:represents "⫂"^^xsd:string ;
    rdfs:comment "SUPERSET WITH MULTIPLICATION SIGN BELOW"@en .

<http://lexvo.org/id/char/2AC20> a lvont:Character ;
    lvont:represents "𪰠"^^xsd:string .

<http://lexvo.org/id/char/2AC21> a lvont:Character ;
    lvont:represents "𪰡"^^xsd:string .

<http://lexvo.org/id/char/2AC22> a lvont:Character ;
    lvont:represents "𪰢"^^xsd:string .

<http://lexvo.org/id/char/2AC23> a lvont:Character ;
    lvont:represents "𪰣"^^xsd:string .

<http://lexvo.org/id/char/2AC24> a lvont:Character ;
    lvont:represents "𪰤"^^xsd:string .

<http://lexvo.org/id/char/2AC25> a lvont:Character ;
    lvont:represents "𪰥"^^xsd:string .

<http://lexvo.org/id/char/2AC26> a lvont:Character ;
    lvont:represents "𪰦"^^xsd:string .

<http://lexvo.org/id/char/2AC27> a lvont:Character ;
    lvont:represents "𪰧"^^xsd:string .

<http://lexvo.org/id/char/2AC28> a lvont:Character ;
    lvont:represents "𪰨"^^xsd:string .

<http://lexvo.org/id/char/2AC29> a lvont:Character ;
    lvont:represents "𪰩"^^xsd:string .

<http://lexvo.org/id/char/2AC2A> a lvont:Character ;
    lvont:represents "𪰪"^^xsd:string .

<http://lexvo.org/id/char/2AC2B> a lvont:Character ;
    lvont:represents "𪰫"^^xsd:string .

<http://lexvo.org/id/char/2AC2C> a lvont:Character ;
    lvont:represents "𪰬"^^xsd:string .

<http://lexvo.org/id/char/2AC2D> a lvont:Character ;
    lvont:represents "𪰭"^^xsd:string .

<http://lexvo.org/id/char/2AC2E> a lvont:Character ;
    lvont:represents "𪰮"^^xsd:string .

<http://lexvo.org/id/char/2AC2F> a lvont:Character ;
    lvont:represents "𪰯"^^xsd:string .

<http://lexvo.org/id/char/2AC3> a lvont:Character ;
    lvont:represents "⫃"^^xsd:string ;
    rdfs:comment "SUBSET OF OR EQUAL TO WITH DOT ABOVE"@en .

<http://lexvo.org/id/char/2AC30> a lvont:Character ;
    lvont:represents "𪰰"^^xsd:string .

<http://lexvo.org/id/char/2AC31> a lvont:Character ;
    lvont:represents "𪰱"^^xsd:string .

<http://lexvo.org/id/char/2AC32> a lvont:Character ;
    lvont:represents "𪰲"^^xsd:string .

<http://lexvo.org/id/char/2AC33> a lvont:Character ;
    lvont:represents "𪰳"^^xsd:string .

<http://lexvo.org/id/char/2AC34> a lvont:Character ;
    lvont:represents "𪰴"^^xsd:string .

<http://lexvo.org/id/char/2AC35> a lvont:Character ;
    lvont:represents "𪰵"^^xsd:string .

<http://lexvo.org/id/char/2AC36> a lvont:Character ;
    lvont:represents "𪰶"^^xsd:string .

<http://lexvo.org/id/char/2AC37> a lvont:Character ;
    lvont:represents "𪰷"^^xsd:string .

<http://lexvo.org/id/char/2AC38> a lvont:Character ;
    lvont:represents "𪰸"^^xsd:string .

<http://lexvo.org/id/char/2AC39> a lvont:Character ;
    lvont:represents "𪰹"^^xsd:string .

<http://lexvo.org/id/char/2AC3A> a lvont:Character ;
    lvont:represents "𪰺"^^xsd:string .

<http://lexvo.org/id/char/2AC3B> a lvont:Character ;
    lvont:represents "𪰻"^^xsd:string .

<http://lexvo.org/id/char/2AC3C> a lvont:Character ;
    lvont:represents "𪰼"^^xsd:string .

<http://lexvo.org/id/char/2AC3D> a lvont:Character ;
    lvont:represents "𪰽"^^xsd:string .

<http://lexvo.org/id/char/2AC3E> a lvont:Character ;
    lvont:represents "𪰾"^^xsd:string .

<http://lexvo.org/id/char/2AC3F> a lvont:Character ;
    lvont:represents "𪰿"^^xsd:string .

<http://lexvo.org/id/char/2AC4> a lvont:Character ;
    lvont:represents "⫄"^^xsd:string ;
    rdfs:comment "SUPERSET OF OR EQUAL TO WITH DOT ABOVE"@en .

<http://lexvo.org/id/char/2AC40> a lvont:Character ;
    lvont:represents "𪱀"^^xsd:string .

<http://lexvo.org/id/char/2AC41> a lvont:Character ;
    lvont:represents "𪱁"^^xsd:string .

<http://lexvo.org/id/char/2AC42> a lvont:Character ;
    lvont:represents "𪱂"^^xsd:string .

<http://lexvo.org/id/char/2AC43> a lvont:Character ;
    lvont:represents "𪱃"^^xsd:string .

<http://lexvo.org/id/char/2AC44> a lvont:Character ;
    lvont:represents "𪱄"^^xsd:string .

<http://lexvo.org/id/char/2AC45> a lvont:Character ;
    lvont:represents "𪱅"^^xsd:string .

<http://lexvo.org/id/char/2AC46> a lvont:Character ;
    lvont:represents "𪱆"^^xsd:string .

<http://lexvo.org/id/char/2AC47> a lvont:Character ;
    lvont:represents "𪱇"^^xsd:string .

<http://lexvo.org/id/char/2AC48> a lvont:Character ;
    lvont:represents "𪱈"^^xsd:string .

<http://lexvo.org/id/char/2AC49> a lvont:Character ;
    lvont:represents "𪱉"^^xsd:string .

<http://lexvo.org/id/char/2AC4A> a lvont:Character ;
    lvont:represents "𪱊"^^xsd:string .

<http://lexvo.org/id/char/2AC4B> a lvont:Character ;
    lvont:represents "𪱋"^^xsd:string .

<http://lexvo.org/id/char/2AC4C> a lvont:Character ;
    lvont:represents "𪱌"^^xsd:string .

<http://lexvo.org/id/char/2AC4D> a lvont:Character ;
    lvont:represents "𪱍"^^xsd:string .

<http://lexvo.org/id/char/2AC4E> a lvont:Character ;
    lvont:represents "𪱎"^^xsd:string .

<http://lexvo.org/id/char/2AC4F> a lvont:Character ;
    lvont:represents "𪱏"^^xsd:string .

<http://lexvo.org/id/char/2AC5> a lvont:Character ;
    lvont:represents "⫅"^^xsd:string ;
    rdfs:comment "SUBSET OF ABOVE EQUALS SIGN"@en .

<http://lexvo.org/id/char/2AC50> a lvont:Character ;
    lvont:represents "𪱐"^^xsd:string .

<http://lexvo.org/id/char/2AC51> a lvont:Character ;
    lvont:represents "𪱑"^^xsd:string .

<http://lexvo.org/id/char/2AC52> a lvont:Character ;
    lvont:represents "𪱒"^^xsd:string .

<http://lexvo.org/id/char/2AC53> a lvont:Character ;
    lvont:represents "𪱓"^^xsd:string .

<http://lexvo.org/id/char/2AC54> a lvont:Character ;
    lvont:represents "𪱔"^^xsd:string .

<http://lexvo.org/id/char/2AC55> a lvont:Character ;
    lvont:represents "𪱕"^^xsd:string .

<http://lexvo.org/id/char/2AC56> a lvont:Character ;
    lvont:represents "𪱖"^^xsd:string .

<http://lexvo.org/id/char/2AC57> a lvont:Character ;
    lvont:represents "𪱗"^^xsd:string .

<http://lexvo.org/id/char/2AC58> a lvont:Character ;
    lvont:represents "𪱘"^^xsd:string .

<http://lexvo.org/id/char/2AC59> a lvont:Character ;
    lvont:represents "𪱙"^^xsd:string .

<http://lexvo.org/id/char/2AC5A> a lvont:Character ;
    lvont:represents "𪱚"^^xsd:string .

<http://lexvo.org/id/char/2AC5B> a lvont:Character ;
    lvont:represents "𪱛"^^xsd:string .

<http://lexvo.org/id/char/2AC5C> a lvont:Character ;
    lvont:represents "𪱜"^^xsd:string .

<http://lexvo.org/id/char/2AC5D> a lvont:Character ;
    lvont:represents "𪱝"^^xsd:string .

<http://lexvo.org/id/char/2AC5E> a lvont:Character ;
    lvont:represents "𪱞"^^xsd:string .

<http://lexvo.org/id/char/2AC5F> a lvont:Character ;
    lvont:represents "𪱟"^^xsd:string .

<http://lexvo.org/id/char/2AC6> a lvont:Character ;
    lvont:represents "⫆"^^xsd:string ;
    rdfs:comment "SUPERSET OF ABOVE EQUALS SIGN"@en .

<http://lexvo.org/id/char/2AC60> a lvont:Character ;
    lvont:represents "𪱠"^^xsd:string .

<http://lexvo.org/id/char/2AC61> a lvont:Character ;
    lvont:represents "𪱡"^^xsd:string .

<http://lexvo.org/id/char/2AC62> a lvont:Character ;
    lvont:represents "𪱢"^^xsd:string .

<http://lexvo.org/id/char/2AC63> a lvont:Character ;
    lvont:represents "𪱣"^^xsd:string .

<http://lexvo.org/id/char/2AC64> a lvont:Character ;
    lvont:represents "𪱤"^^xsd:string .

<http://lexvo.org/id/char/2AC65> a lvont:Character ;
    lvont:represents "𪱥"^^xsd:string .

<http://lexvo.org/id/char/2AC66> a lvont:Character ;
    lvont:represents "𪱦"^^xsd:string .

<http://lexvo.org/id/char/2AC67> a lvont:Character ;
    lvont:represents "𪱧"^^xsd:string .

<http://lexvo.org/id/char/2AC68> a lvont:Character ;
    lvont:represents "𪱨"^^xsd:string .

<http://lexvo.org/id/char/2AC69> a lvont:Character ;
    lvont:represents "𪱩"^^xsd:string .

<http://lexvo.org/id/char/2AC6A> a lvont:Character ;
    lvont:represents "𪱪"^^xsd:string .

<http://lexvo.org/id/char/2AC6B> a lvont:Character ;
    lvont:represents "𪱫"^^xsd:string .

<http://lexvo.org/id/char/2AC6C> a lvont:Character ;
    lvont:represents "𪱬"^^xsd:string .

<http://lexvo.org/id/char/2AC6D> a lvont:Character ;
    lvont:represents "𪱭"^^xsd:string .

<http://lexvo.org/id/char/2AC6E> a lvont:Character ;
    lvont:represents "𪱮"^^xsd:string .

<http://lexvo.org/id/char/2AC6F> a lvont:Character ;
    lvont:represents "𪱯"^^xsd:string .

<http://lexvo.org/id/char/2AC7> a lvont:Character ;
    lvont:represents "⫇"^^xsd:string ;
    rdfs:comment "SUBSET OF ABOVE TILDE OPERATOR"@en .

<http://lexvo.org/id/char/2AC70> a lvont:Character ;
    lvont:represents "𪱰"^^xsd:string .

<http://lexvo.org/id/char/2AC71> a lvont:Character ;
    lvont:represents "𪱱"^^xsd:string .

<http://lexvo.org/id/char/2AC72> a lvont:Character ;
    lvont:represents "𪱲"^^xsd:string .

<http://lexvo.org/id/char/2AC73> a lvont:Character ;
    lvont:represents "𪱳"^^xsd:string .

<http://lexvo.org/id/char/2AC74> a lvont:Character ;
    lvont:represents "𪱴"^^xsd:string .

<http://lexvo.org/id/char/2AC75> a lvont:Character ;
    lvont:represents "𪱵"^^xsd:string .

<http://lexvo.org/id/char/2AC76> a lvont:Character ;
    lvont:represents "𪱶"^^xsd:string .

<http://lexvo.org/id/char/2AC77> a lvont:Character ;
    lvont:represents "𪱷"^^xsd:string .

<http://lexvo.org/id/char/2AC78> a lvont:Character ;
    lvont:represents "𪱸"^^xsd:string .

<http://lexvo.org/id/char/2AC79> a lvont:Character ;
    lvont:represents "𪱹"^^xsd:string .

<http://lexvo.org/id/char/2AC7A> a lvont:Character ;
    lvont:represents "𪱺"^^xsd:string .

<http://lexvo.org/id/char/2AC7B> a lvont:Character ;
    lvont:represents "𪱻"^^xsd:string .

<http://lexvo.org/id/char/2AC7C> a lvont:Character ;
    lvont:represents "𪱼"^^xsd:string .

<http://lexvo.org/id/char/2AC7D> a lvont:Character ;
    lvont:represents "𪱽"^^xsd:string .

<http://lexvo.org/id/char/2AC7E> a lvont:Character ;
    lvont:represents "𪱾"^^xsd:string .

<http://lexvo.org/id/char/2AC7F> a lvont:Character ;
    lvont:represents "𪱿"^^xsd:string .

<http://lexvo.org/id/char/2AC8> a lvont:Character ;
    lvont:represents "⫈"^^xsd:string ;
    rdfs:comment "SUPERSET OF ABOVE TILDE OPERATOR"@en .

<http://lexvo.org/id/char/2AC80> a lvont:Character ;
    lvont:represents "𪲀"^^xsd:string .

<http://lexvo.org/id/char/2AC81> a lvont:Character ;
    lvont:represents "𪲁"^^xsd:string .

<http://lexvo.org/id/char/2AC82> a lvont:Character ;
    lvont:represents "𪲂"^^xsd:string .

<http://lexvo.org/id/char/2AC83> a lvont:Character ;
    lvont:represents "𪲃"^^xsd:string .

<http://lexvo.org/id/char/2AC84> a lvont:Character ;
    lvont:represents "𪲄"^^xsd:string .

<http://lexvo.org/id/char/2AC85> a lvont:Character ;
    lvont:represents "𪲅"^^xsd:string .

<http://lexvo.org/id/char/2AC86> a lvont:Character ;
    lvont:represents "𪲆"^^xsd:string .

<http://lexvo.org/id/char/2AC87> a lvont:Character ;
    lvont:represents "𪲇"^^xsd:string .

<http://lexvo.org/id/char/2AC88> a lvont:Character ;
    lvont:represents "𪲈"^^xsd:string .

<http://lexvo.org/id/char/2AC89> a lvont:Character ;
    lvont:represents "𪲉"^^xsd:string .

<http://lexvo.org/id/char/2AC8A> a lvont:Character ;
    lvont:represents "𪲊"^^xsd:string .

<http://lexvo.org/id/char/2AC8B> a lvont:Character ;
    lvont:represents "𪲋"^^xsd:string .

<http://lexvo.org/id/char/2AC8C> a lvont:Character ;
    lvont:represents "𪲌"^^xsd:string .

<http://lexvo.org/id/char/2AC8D> a lvont:Character ;
    lvont:represents "𪲍"^^xsd:string .

<http://lexvo.org/id/char/2AC8E> a lvont:Character ;
    lvont:represents "𪲎"^^xsd:string .

<http://lexvo.org/id/char/2AC8F> a lvont:Character ;
    lvont:represents "𪲏"^^xsd:string .

<http://lexvo.org/id/char/2AC9> a lvont:Character ;
    lvont:represents "⫉"^^xsd:string ;
    rdfs:comment "SUBSET OF ABOVE ALMOST EQUAL TO"@en .

<http://lexvo.org/id/char/2AC90> a lvont:Character ;
    lvont:represents "𪲐"^^xsd:string .

<http://lexvo.org/id/char/2AC91> a lvont:Character ;
    lvont:represents "𪲑"^^xsd:string .

<http://lexvo.org/id/char/2AC92> a lvont:Character ;
    lvont:represents "𪲒"^^xsd:string .

<http://lexvo.org/id/char/2AC93> a lvont:Character ;
    lvont:represents "𪲓"^^xsd:string .

<http://lexvo.org/id/char/2AC94> a lvont:Character ;
    lvont:represents "𪲔"^^xsd:string .

<http://lexvo.org/id/char/2AC95> a lvont:Character ;
    lvont:represents "𪲕"^^xsd:string .

<http://lexvo.org/id/char/2AC96> a lvont:Character ;
    lvont:represents "𪲖"^^xsd:string .

<http://lexvo.org/id/char/2AC97> a lvont:Character ;
    lvont:represents "𪲗"^^xsd:string .

<http://lexvo.org/id/char/2AC98> a lvont:Character ;
    lvont:represents "𪲘"^^xsd:string .

<http://lexvo.org/id/char/2AC99> a lvont:Character ;
    lvont:represents "𪲙"^^xsd:string .

<http://lexvo.org/id/char/2AC9A> a lvont:Character ;
    lvont:represents "𪲚"^^xsd:string .

<http://lexvo.org/id/char/2AC9B> a lvont:Character ;
    lvont:represents "𪲛"^^xsd:string .

<http://lexvo.org/id/char/2AC9C> a lvont:Character ;
    lvont:represents "𪲜"^^xsd:string .

<http://lexvo.org/id/char/2AC9D> a lvont:Character ;
    lvont:represents "𪲝"^^xsd:string .

<http://lexvo.org/id/char/2AC9E> a lvont:Character ;
    lvont:represents "𪲞"^^xsd:string .

<http://lexvo.org/id/char/2AC9F> a lvont:Character ;
    lvont:represents "𪲟"^^xsd:string .

<http://lexvo.org/id/char/2ACA> a lvont:Character ;
    lvont:represents "⫊"^^xsd:string ;
    rdfs:comment "SUPERSET OF ABOVE ALMOST EQUAL TO"@en .

<http://lexvo.org/id/char/2ACA0> a lvont:Character ;
    lvont:represents "𪲠"^^xsd:string .

<http://lexvo.org/id/char/2ACA1> a lvont:Character ;
    lvont:represents "𪲡"^^xsd:string .

<http://lexvo.org/id/char/2ACA2> a lvont:Character ;
    lvont:represents "𪲢"^^xsd:string .

<http://lexvo.org/id/char/2ACA3> a lvont:Character ;
    lvont:represents "𪲣"^^xsd:string .

<http://lexvo.org/id/char/2ACA4> a lvont:Character ;
    lvont:represents "𪲤"^^xsd:string .

<http://lexvo.org/id/char/2ACA5> a lvont:Character ;
    lvont:represents "𪲥"^^xsd:string .

<http://lexvo.org/id/char/2ACA6> a lvont:Character ;
    lvont:represents "𪲦"^^xsd:string .

<http://lexvo.org/id/char/2ACA7> a lvont:Character ;
    lvont:represents "𪲧"^^xsd:string .

<http://lexvo.org/id/char/2ACA8> a lvont:Character ;
    lvont:represents "𪲨"^^xsd:string .

<http://lexvo.org/id/char/2ACA9> a lvont:Character ;
    lvont:represents "𪲩"^^xsd:string .

<http://lexvo.org/id/char/2ACAA> a lvont:Character ;
    lvont:represents "𪲪"^^xsd:string .

<http://lexvo.org/id/char/2ACAB> a lvont:Character ;
    lvont:represents "𪲫"^^xsd:string .

<http://lexvo.org/id/char/2ACAC> a lvont:Character ;
    lvont:represents "𪲬"^^xsd:string .

<http://lexvo.org/id/char/2ACAD> a lvont:Character ;
    lvont:represents "𪲭"^^xsd:string .

<http://lexvo.org/id/char/2ACAE> a lvont:Character ;
    lvont:represents "𪲮"^^xsd:string .

<http://lexvo.org/id/char/2ACAF> a lvont:Character ;
    lvont:represents "𪲯"^^xsd:string .

<http://lexvo.org/id/char/2ACB> a lvont:Character ;
    lvont:represents "⫋"^^xsd:string ;
    rdfs:comment "SUBSET OF ABOVE NOT EQUAL TO"@en .

<http://lexvo.org/id/char/2ACB0> a lvont:Character ;
    lvont:represents "𪲰"^^xsd:string .

<http://lexvo.org/id/char/2ACB1> a lvont:Character ;
    lvont:represents "𪲱"^^xsd:string .

<http://lexvo.org/id/char/2ACB2> a lvont:Character ;
    lvont:represents "𪲲"^^xsd:string .

<http://lexvo.org/id/char/2ACB3> a lvont:Character ;
    lvont:represents "𪲳"^^xsd:string .

<http://lexvo.org/id/char/2ACB4> a lvont:Character ;
    lvont:represents "𪲴"^^xsd:string .

<http://lexvo.org/id/char/2ACB5> a lvont:Character ;
    lvont:represents "𪲵"^^xsd:string .

<http://lexvo.org/id/char/2ACB6> a lvont:Character ;
    lvont:represents "𪲶"^^xsd:string .

<http://lexvo.org/id/char/2ACB7> a lvont:Character ;
    lvont:represents "𪲷"^^xsd:string .

<http://lexvo.org/id/char/2ACB8> a lvont:Character ;
    lvont:represents "𪲸"^^xsd:string .

<http://lexvo.org/id/char/2ACB9> a lvont:Character ;
    lvont:represents "𪲹"^^xsd:string .

<http://lexvo.org/id/char/2ACBA> a lvont:Character ;
    lvont:represents "𪲺"^^xsd:string .

<http://lexvo.org/id/char/2ACBB> a lvont:Character ;
    lvont:represents "𪲻"^^xsd:string .

<http://lexvo.org/id/char/2ACBC> a lvont:Character ;
    lvont:represents "𪲼"^^xsd:string .

<http://lexvo.org/id/char/2ACBD> a lvont:Character ;
    lvont:represents "𪲽"^^xsd:string .

<http://lexvo.org/id/char/2ACBE> a lvont:Character ;
    lvont:represents "𪲾"^^xsd:string .

<http://lexvo.org/id/char/2ACBF> a lvont:Character ;
    lvont:represents "𪲿"^^xsd:string .

<http://lexvo.org/id/char/2ACC> a lvont:Character ;
    lvont:represents "⫌"^^xsd:string ;
    rdfs:comment "SUPERSET OF ABOVE NOT EQUAL TO"@en .

<http://lexvo.org/id/char/2ACC0> a lvont:Character ;
    lvont:represents "𪳀"^^xsd:string .

<http://lexvo.org/id/char/2ACC1> a lvont:Character ;
    lvont:represents "𪳁"^^xsd:string .

<http://lexvo.org/id/char/2ACC2> a lvont:Character ;
    lvont:represents "𪳂"^^xsd:string .

<http://lexvo.org/id/char/2ACC3> a lvont:Character ;
    lvont:represents "𪳃"^^xsd:string .

<http://lexvo.org/id/char/2ACC4> a lvont:Character ;
    lvont:represents "𪳄"^^xsd:string .

<http://lexvo.org/id/char/2ACC5> a lvont:Character ;
    lvont:represents "𪳅"^^xsd:string .

<http://lexvo.org/id/char/2ACC6> a lvont:Character ;
    lvont:represents "𪳆"^^xsd:string .

<http://lexvo.org/id/char/2ACC7> a lvont:Character ;
    lvont:represents "𪳇"^^xsd:string .

<http://lexvo.org/id/char/2ACC8> a lvont:Character ;
    lvont:represents "𪳈"^^xsd:string .

<http://lexvo.org/id/char/2ACC9> a lvont:Character ;
    lvont:represents "𪳉"^^xsd:string .

<http://lexvo.org/id/char/2ACCA> a lvont:Character ;
    lvont:represents "𪳊"^^xsd:string .

<http://lexvo.org/id/char/2ACCB> a lvont:Character ;
    lvont:represents "𪳋"^^xsd:string .

<http://lexvo.org/id/char/2ACCC> a lvont:Character ;
    lvont:represents "𪳌"^^xsd:string .

<http://lexvo.org/id/char/2ACCD> a lvont:Character ;
    lvont:represents "𪳍"^^xsd:string .

<http://lexvo.org/id/char/2ACCE> a lvont:Character ;
    lvont:represents "𪳎"^^xsd:string .

<http://lexvo.org/id/char/2ACCF> a lvont:Character ;
    lvont:represents "𪳏"^^xsd:string .

<http://lexvo.org/id/char/2ACD> a lvont:Character ;
    lvont:represents "⫍"^^xsd:string ;
    rdfs:comment "SQUARE LEFT OPEN BOX OPERATOR"@en .

<http://lexvo.org/id/char/2ACD0> a lvont:Character ;
    lvont:represents "𪳐"^^xsd:string .

<http://lexvo.org/id/char/2ACD1> a lvont:Character ;
    lvont:represents "𪳑"^^xsd:string .

<http://lexvo.org/id/char/2ACD2> a lvont:Character ;
    lvont:represents "𪳒"^^xsd:string .

<http://lexvo.org/id/char/2ACD3> a lvont:Character ;
    lvont:represents "𪳓"^^xsd:string .

<http://lexvo.org/id/char/2ACD4> a lvont:Character ;
    lvont:represents "𪳔"^^xsd:string .

<http://lexvo.org/id/char/2ACD5> a lvont:Character ;
    lvont:represents "𪳕"^^xsd:string .

<http://lexvo.org/id/char/2ACD6> a lvont:Character ;
    lvont:represents "𪳖"^^xsd:string .

<http://lexvo.org/id/char/2ACD7> a lvont:Character ;
    lvont:represents "𪳗"^^xsd:string .

<http://lexvo.org/id/char/2ACD8> a lvont:Character ;
    lvont:represents "𪳘"^^xsd:string .

<http://lexvo.org/id/char/2ACD9> a lvont:Character ;
    lvont:represents "𪳙"^^xsd:string .

<http://lexvo.org/id/char/2ACDA> a lvont:Character ;
    lvont:represents "𪳚"^^xsd:string .

<http://lexvo.org/id/char/2ACDB> a lvont:Character ;
    lvont:represents "𪳛"^^xsd:string .

<http://lexvo.org/id/char/2ACDC> a lvont:Character ;
    lvont:represents "𪳜"^^xsd:string .

<http://lexvo.org/id/char/2ACDD> a lvont:Character ;
    lvont:represents "𪳝"^^xsd:string .

<http://lexvo.org/id/char/2ACDE> a lvont:Character ;
    lvont:represents "𪳞"^^xsd:string .

<http://lexvo.org/id/char/2ACDF> a lvont:Character ;
    lvont:represents "𪳟"^^xsd:string .

<http://lexvo.org/id/char/2ACE> a lvont:Character ;
    lvont:represents "⫎"^^xsd:string ;
    rdfs:comment "SQUARE RIGHT OPEN BOX OPERATOR"@en .

<http://lexvo.org/id/char/2ACE0> a lvont:Character ;
    lvont:represents "𪳠"^^xsd:string .

<http://lexvo.org/id/char/2ACE1> a lvont:Character ;
    lvont:represents "𪳡"^^xsd:string .

<http://lexvo.org/id/char/2ACE2> a lvont:Character ;
    lvont:represents "𪳢"^^xsd:string .

<http://lexvo.org/id/char/2ACE3> a lvont:Character ;
    lvont:represents "𪳣"^^xsd:string .

<http://lexvo.org/id/char/2ACE4> a lvont:Character ;
    lvont:represents "𪳤"^^xsd:string .

<http://lexvo.org/id/char/2ACE5> a lvont:Character ;
    lvont:represents "𪳥"^^xsd:string .

<http://lexvo.org/id/char/2ACE6> a lvont:Character ;
    lvont:represents "𪳦"^^xsd:string .

<http://lexvo.org/id/char/2ACE7> a lvont:Character ;
    lvont:represents "𪳧"^^xsd:string .

<http://lexvo.org/id/char/2ACE8> a lvont:Character ;
    lvont:represents "𪳨"^^xsd:string .

<http://lexvo.org/id/char/2ACE9> a lvont:Character ;
    lvont:represents "𪳩"^^xsd:string .

<http://lexvo.org/id/char/2ACEA> a lvont:Character ;
    lvont:represents "𪳪"^^xsd:string .

<http://lexvo.org/id/char/2ACEB> a lvont:Character ;
    lvont:represents "𪳫"^^xsd:string .

<http://lexvo.org/id/char/2ACEC> a lvont:Character ;
    lvont:represents "𪳬"^^xsd:string .

<http://lexvo.org/id/char/2ACED> a lvont:Character ;
    lvont:represents "𪳭"^^xsd:string .

<http://lexvo.org/id/char/2ACEE> a lvont:Character ;
    lvont:represents "𪳮"^^xsd:string .

<http://lexvo.org/id/char/2ACEF> a lvont:Character ;
    lvont:represents "𪳯"^^xsd:string .

<http://lexvo.org/id/char/2ACF> a lvont:Character ;
    lvont:represents "⫏"^^xsd:string ;
    rdfs:comment "CLOSED SUBSET"@en .

<http://lexvo.org/id/char/2ACF0> a lvont:Character ;
    lvont:represents "𪳰"^^xsd:string .

<http://lexvo.org/id/char/2ACF1> a lvont:Character ;
    lvont:represents "𪳱"^^xsd:string .

<http://lexvo.org/id/char/2ACF2> a lvont:Character ;
    lvont:represents "𪳲"^^xsd:string .

<http://lexvo.org/id/char/2ACF3> a lvont:Character ;
    lvont:represents "𪳳"^^xsd:string .

<http://lexvo.org/id/char/2ACF4> a lvont:Character ;
    lvont:represents "𪳴"^^xsd:string .

<http://lexvo.org/id/char/2ACF5> a lvont:Character ;
    lvont:represents "𪳵"^^xsd:string .

<http://lexvo.org/id/char/2ACF6> a lvont:Character ;
    lvont:represents "𪳶"^^xsd:string .

<http://lexvo.org/id/char/2ACF7> a lvont:Character ;
    lvont:represents "𪳷"^^xsd:string .

<http://lexvo.org/id/char/2ACF8> a lvont:Character ;
    lvont:represents "𪳸"^^xsd:string .

<http://lexvo.org/id/char/2ACF9> a lvont:Character ;
    lvont:represents "𪳹"^^xsd:string .

<http://lexvo.org/id/char/2ACFA> a lvont:Character ;
    lvont:represents "𪳺"^^xsd:string .

<http://lexvo.org/id/char/2ACFB> a lvont:Character ;
    lvont:represents "𪳻"^^xsd:string .

<http://lexvo.org/id/char/2ACFC> a lvont:Character ;
    lvont:represents "𪳼"^^xsd:string .

<http://lexvo.org/id/char/2ACFD> a lvont:Character ;
    lvont:represents "𪳽"^^xsd:string .

<http://lexvo.org/id/char/2ACFE> a lvont:Character ;
    lvont:represents "𪳾"^^xsd:string .

<http://lexvo.org/id/char/2ACFF> a lvont:Character ;
    lvont:represents "𪳿"^^xsd:string .

<http://lexvo.org/id/char/2AD0> a lvont:Character ;
    lvont:represents "⫐"^^xsd:string ;
    rdfs:comment "CLOSED SUPERSET"@en .

<http://lexvo.org/id/char/2AD00> a lvont:Character ;
    lvont:represents "𪴀"^^xsd:string .

<http://lexvo.org/id/char/2AD01> a lvont:Character ;
    lvont:represents "𪴁"^^xsd:string .

<http://lexvo.org/id/char/2AD02> a lvont:Character ;
    lvont:represents "𪴂"^^xsd:string .

<http://lexvo.org/id/char/2AD03> a lvont:Character ;
    lvont:represents "𪴃"^^xsd:string .

<http://lexvo.org/id/char/2AD04> a lvont:Character ;
    lvont:represents "𪴄"^^xsd:string .

<http://lexvo.org/id/char/2AD05> a lvont:Character ;
    lvont:represents "𪴅"^^xsd:string .

<http://lexvo.org/id/char/2AD06> a lvont:Character ;
    lvont:represents "𪴆"^^xsd:string .

<http://lexvo.org/id/char/2AD07> a lvont:Character ;
    lvont:represents "𪴇"^^xsd:string .

<http://lexvo.org/id/char/2AD08> a lvont:Character ;
    lvont:represents "𪴈"^^xsd:string .

<http://lexvo.org/id/char/2AD09> a lvont:Character ;
    lvont:represents "𪴉"^^xsd:string .

<http://lexvo.org/id/char/2AD0A> a lvont:Character ;
    lvont:represents "𪴊"^^xsd:string .

<http://lexvo.org/id/char/2AD0B> a lvont:Character ;
    lvont:represents "𪴋"^^xsd:string .

<http://lexvo.org/id/char/2AD0C> a lvont:Character ;
    lvont:represents "𪴌"^^xsd:string .

<http://lexvo.org/id/char/2AD0D> a lvont:Character ;
    lvont:represents "𪴍"^^xsd:string .

<http://lexvo.org/id/char/2AD0E> a lvont:Character ;
    lvont:represents "𪴎"^^xsd:string .

<http://lexvo.org/id/char/2AD0F> a lvont:Character ;
    lvont:represents "𪴏"^^xsd:string .

<http://lexvo.org/id/char/2AD1> a lvont:Character ;
    lvont:represents "⫑"^^xsd:string ;
    rdfs:comment "CLOSED SUBSET OR EQUAL TO"@en .

<http://lexvo.org/id/char/2AD10> a lvont:Character ;
    lvont:represents "𪴐"^^xsd:string .

<http://lexvo.org/id/char/2AD11> a lvont:Character ;
    lvont:represents "𪴑"^^xsd:string .

<http://lexvo.org/id/char/2AD12> a lvont:Character ;
    lvont:represents "𪴒"^^xsd:string .

<http://lexvo.org/id/char/2AD13> a lvont:Character ;
    lvont:represents "𪴓"^^xsd:string .

<http://lexvo.org/id/char/2AD14> a lvont:Character ;
    lvont:represents "𪴔"^^xsd:string .

<http://lexvo.org/id/char/2AD15> a lvont:Character ;
    lvont:represents "𪴕"^^xsd:string .

<http://lexvo.org/id/char/2AD16> a lvont:Character ;
    lvont:represents "𪴖"^^xsd:string .

<http://lexvo.org/id/char/2AD17> a lvont:Character ;
    lvont:represents "𪴗"^^xsd:string .

<http://lexvo.org/id/char/2AD18> a lvont:Character ;
    lvont:represents "𪴘"^^xsd:string .

<http://lexvo.org/id/char/2AD19> a lvont:Character ;
    lvont:represents "𪴙"^^xsd:string .

<http://lexvo.org/id/char/2AD1A> a lvont:Character ;
    lvont:represents "𪴚"^^xsd:string .

<http://lexvo.org/id/char/2AD1B> a lvont:Character ;
    lvont:represents "𪴛"^^xsd:string .

<http://lexvo.org/id/char/2AD1C> a lvont:Character ;
    lvont:represents "𪴜"^^xsd:string .

<http://lexvo.org/id/char/2AD1D> a lvont:Character ;
    lvont:represents "𪴝"^^xsd:string .

<http://lexvo.org/id/char/2AD1E> a lvont:Character ;
    lvont:represents "𪴞"^^xsd:string .

<http://lexvo.org/id/char/2AD1F> a lvont:Character ;
    lvont:represents "𪴟"^^xsd:string .

<http://lexvo.org/id/char/2AD2> a lvont:Character ;
    lvont:represents "⫒"^^xsd:string ;
    rdfs:comment "CLOSED SUPERSET OR EQUAL TO"@en .

<http://lexvo.org/id/char/2AD20> a lvont:Character ;
    lvont:represents "𪴠"^^xsd:string .

<http://lexvo.org/id/char/2AD21> a lvont:Character ;
    lvont:represents "𪴡"^^xsd:string .

<http://lexvo.org/id/char/2AD22> a lvont:Character ;
    lvont:represents "𪴢"^^xsd:string .

<http://lexvo.org/id/char/2AD23> a lvont:Character ;
    lvont:represents "𪴣"^^xsd:string .

<http://lexvo.org/id/char/2AD24> a lvont:Character ;
    lvont:represents "𪴤"^^xsd:string .

<http://lexvo.org/id/char/2AD25> a lvont:Character ;
    lvont:represents "𪴥"^^xsd:string .

<http://lexvo.org/id/char/2AD26> a lvont:Character ;
    lvont:represents "𪴦"^^xsd:string .

<http://lexvo.org/id/char/2AD27> a lvont:Character ;
    lvont:represents "𪴧"^^xsd:string .

<http://lexvo.org/id/char/2AD28> a lvont:Character ;
    lvont:represents "𪴨"^^xsd:string .

<http://lexvo.org/id/char/2AD29> a lvont:Character ;
    lvont:represents "𪴩"^^xsd:string .

<http://lexvo.org/id/char/2AD2A> a lvont:Character ;
    lvont:represents "𪴪"^^xsd:string .

<http://lexvo.org/id/char/2AD2B> a lvont:Character ;
    lvont:represents "𪴫"^^xsd:string .

<http://lexvo.org/id/char/2AD2C> a lvont:Character ;
    lvont:represents "𪴬"^^xsd:string .

<http://lexvo.org/id/char/2AD2D> a lvont:Character ;
    lvont:represents "𪴭"^^xsd:string .

<http://lexvo.org/id/char/2AD2E> a lvont:Character ;
    lvont:represents "𪴮"^^xsd:string .

<http://lexvo.org/id/char/2AD2F> a lvont:Character ;
    lvont:represents "𪴯"^^xsd:string .

<http://lexvo.org/id/char/2AD3> a lvont:Character ;
    lvont:represents "⫓"^^xsd:string ;
    rdfs:comment "SUBSET ABOVE SUPERSET"@en .

<http://lexvo.org/id/char/2AD30> a lvont:Character ;
    lvont:represents "𪴰"^^xsd:string .

<http://lexvo.org/id/char/2AD31> a lvont:Character ;
    lvont:represents "𪴱"^^xsd:string .

<http://lexvo.org/id/char/2AD32> a lvont:Character ;
    lvont:represents "𪴲"^^xsd:string .

<http://lexvo.org/id/char/2AD33> a lvont:Character ;
    lvont:represents "𪴳"^^xsd:string .

<http://lexvo.org/id/char/2AD34> a lvont:Character ;
    lvont:represents "𪴴"^^xsd:string .

<http://lexvo.org/id/char/2AD35> a lvont:Character ;
    lvont:represents "𪴵"^^xsd:string .

<http://lexvo.org/id/char/2AD36> a lvont:Character ;
    lvont:represents "𪴶"^^xsd:string .

<http://lexvo.org/id/char/2AD37> a lvont:Character ;
    lvont:represents "𪴷"^^xsd:string .

<http://lexvo.org/id/char/2AD38> a lvont:Character ;
    lvont:represents "𪴸"^^xsd:string .

<http://lexvo.org/id/char/2AD39> a lvont:Character ;
    lvont:represents "𪴹"^^xsd:string .

<http://lexvo.org/id/char/2AD3A> a lvont:Character ;
    lvont:represents "𪴺"^^xsd:string .

<http://lexvo.org/id/char/2AD3B> a lvont:Character ;
    lvont:represents "𪴻"^^xsd:string .

<http://lexvo.org/id/char/2AD3C> a lvont:Character ;
    lvont:represents "𪴼"^^xsd:string .

<http://lexvo.org/id/char/2AD3D> a lvont:Character ;
    lvont:represents "𪴽"^^xsd:string .

<http://lexvo.org/id/char/2AD3E> a lvont:Character ;
    lvont:represents "𪴾"^^xsd:string .

<http://lexvo.org/id/char/2AD3F> a lvont:Character ;
    lvont:represents "𪴿"^^xsd:string .

<http://lexvo.org/id/char/2AD4> a lvont:Character ;
    lvont:represents "⫔"^^xsd:string ;
    rdfs:comment "SUPERSET ABOVE SUBSET"@en .

<http://lexvo.org/id/char/2AD40> a lvont:Character ;
    lvont:represents "𪵀"^^xsd:string .

<http://lexvo.org/id/char/2AD41> a lvont:Character ;
    lvont:represents "𪵁"^^xsd:string .

<http://lexvo.org/id/char/2AD42> a lvont:Character ;
    lvont:represents "𪵂"^^xsd:string .

<http://lexvo.org/id/char/2AD43> a lvont:Character ;
    lvont:represents "𪵃"^^xsd:string .

<http://lexvo.org/id/char/2AD44> a lvont:Character ;
    lvont:represents "𪵄"^^xsd:string .

<http://lexvo.org/id/char/2AD45> a lvont:Character ;
    lvont:represents "𪵅"^^xsd:string .

<http://lexvo.org/id/char/2AD46> a lvont:Character ;
    lvont:represents "𪵆"^^xsd:string .

<http://lexvo.org/id/char/2AD47> a lvont:Character ;
    lvont:represents "𪵇"^^xsd:string .

<http://lexvo.org/id/char/2AD48> a lvont:Character ;
    lvont:represents "𪵈"^^xsd:string .

<http://lexvo.org/id/char/2AD49> a lvont:Character ;
    lvont:represents "𪵉"^^xsd:string .

<http://lexvo.org/id/char/2AD4A> a lvont:Character ;
    lvont:represents "𪵊"^^xsd:string .

<http://lexvo.org/id/char/2AD4B> a lvont:Character ;
    lvont:represents "𪵋"^^xsd:string .

<http://lexvo.org/id/char/2AD4C> a lvont:Character ;
    lvont:represents "𪵌"^^xsd:string .

<http://lexvo.org/id/char/2AD4D> a lvont:Character ;
    lvont:represents "𪵍"^^xsd:string .

<http://lexvo.org/id/char/2AD4E> a lvont:Character ;
    lvont:represents "𪵎"^^xsd:string .

<http://lexvo.org/id/char/2AD4F> a lvont:Character ;
    lvont:represents "𪵏"^^xsd:string .

<http://lexvo.org/id/char/2AD5> a lvont:Character ;
    lvont:represents "⫕"^^xsd:string ;
    rdfs:comment "SUBSET ABOVE SUBSET"@en .

<http://lexvo.org/id/char/2AD50> a lvont:Character ;
    lvont:represents "𪵐"^^xsd:string .

<http://lexvo.org/id/char/2AD51> a lvont:Character ;
    lvont:represents "𪵑"^^xsd:string .

<http://lexvo.org/id/char/2AD52> a lvont:Character ;
    lvont:represents "𪵒"^^xsd:string .

<http://lexvo.org/id/char/2AD53> a lvont:Character ;
    lvont:represents "𪵓"^^xsd:string .

<http://lexvo.org/id/char/2AD54> a lvont:Character ;
    lvont:represents "𪵔"^^xsd:string .

<http://lexvo.org/id/char/2AD55> a lvont:Character ;
    lvont:represents "𪵕"^^xsd:string .

<http://lexvo.org/id/char/2AD56> a lvont:Character ;
    lvont:represents "𪵖"^^xsd:string .

<http://lexvo.org/id/char/2AD57> a lvont:Character ;
    lvont:represents "𪵗"^^xsd:string .

<http://lexvo.org/id/char/2AD58> a lvont:Character ;
    lvont:represents "𪵘"^^xsd:string .

<http://lexvo.org/id/char/2AD59> a lvont:Character ;
    lvont:represents "𪵙"^^xsd:string .

<http://lexvo.org/id/char/2AD5A> a lvont:Character ;
    lvont:represents "𪵚"^^xsd:string .

<http://lexvo.org/id/char/2AD5B> a lvont:Character ;
    lvont:represents "𪵛"^^xsd:string .

<http://lexvo.org/id/char/2AD5C> a lvont:Character ;
    lvont:represents "𪵜"^^xsd:string .

<http://lexvo.org/id/char/2AD5D> a lvont:Character ;
    lvont:represents "𪵝"^^xsd:string .

<http://lexvo.org/id/char/2AD5E> a lvont:Character ;
    lvont:represents "𪵞"^^xsd:string .

<http://lexvo.org/id/char/2AD5F> a lvont:Character ;
    lvont:represents "𪵟"^^xsd:string .

<http://lexvo.org/id/char/2AD6> a lvont:Character ;
    lvont:represents "⫖"^^xsd:string ;
    rdfs:comment "SUPERSET ABOVE SUPERSET"@en .

<http://lexvo.org/id/char/2AD60> a lvont:Character ;
    lvont:represents "𪵠"^^xsd:string .

<http://lexvo.org/id/char/2AD61> a lvont:Character ;
    lvont:represents "𪵡"^^xsd:string .

<http://lexvo.org/id/char/2AD62> a lvont:Character ;
    lvont:represents "𪵢"^^xsd:string .

<http://lexvo.org/id/char/2AD63> a lvont:Character ;
    lvont:represents "𪵣"^^xsd:string .

<http://lexvo.org/id/char/2AD64> a lvont:Character ;
    lvont:represents "𪵤"^^xsd:string .

<http://lexvo.org/id/char/2AD65> a lvont:Character ;
    lvont:represents "𪵥"^^xsd:string .

<http://lexvo.org/id/char/2AD66> a lvont:Character ;
    lvont:represents "𪵦"^^xsd:string .

<http://lexvo.org/id/char/2AD67> a lvont:Character ;
    lvont:represents "𪵧"^^xsd:string .

<http://lexvo.org/id/char/2AD68> a lvont:Character ;
    lvont:represents "𪵨"^^xsd:string .

<http://lexvo.org/id/char/2AD69> a lvont:Character ;
    lvont:represents "𪵩"^^xsd:string .

<http://lexvo.org/id/char/2AD6A> a lvont:Character ;
    lvont:represents "𪵪"^^xsd:string .

<http://lexvo.org/id/char/2AD6B> a lvont:Character ;
    lvont:represents "𪵫"^^xsd:string .

<http://lexvo.org/id/char/2AD6C> a lvont:Character ;
    lvont:represents "𪵬"^^xsd:string .

<http://lexvo.org/id/char/2AD6D> a lvont:Character ;
    lvont:represents "𪵭"^^xsd:string .

<http://lexvo.org/id/char/2AD6E> a lvont:Character ;
    lvont:represents "𪵮"^^xsd:string .

<http://lexvo.org/id/char/2AD6F> a lvont:Character ;
    lvont:represents "𪵯"^^xsd:string .

<http://lexvo.org/id/char/2AD7> a lvont:Character ;
    lvont:represents "⫗"^^xsd:string ;
    rdfs:comment "SUPERSET BESIDE SUBSET"@en .

<http://lexvo.org/id/char/2AD70> a lvont:Character ;
    lvont:represents "𪵰"^^xsd:string .

<http://lexvo.org/id/char/2AD71> a lvont:Character ;
    lvont:represents "𪵱"^^xsd:string .

<http://lexvo.org/id/char/2AD72> a lvont:Character ;
    lvont:represents "𪵲"^^xsd:string .

<http://lexvo.org/id/char/2AD73> a lvont:Character ;
    lvont:represents "𪵳"^^xsd:string .

<http://lexvo.org/id/char/2AD74> a lvont:Character ;
    lvont:represents "𪵴"^^xsd:string .

<http://lexvo.org/id/char/2AD75> a lvont:Character ;
    lvont:represents "𪵵"^^xsd:string .

<http://lexvo.org/id/char/2AD76> a lvont:Character ;
    lvont:represents "𪵶"^^xsd:string .

<http://lexvo.org/id/char/2AD77> a lvont:Character ;
    lvont:represents "𪵷"^^xsd:string .

<http://lexvo.org/id/char/2AD78> a lvont:Character ;
    lvont:represents "𪵸"^^xsd:string .

<http://lexvo.org/id/char/2AD79> a lvont:Character ;
    lvont:represents "𪵹"^^xsd:string .

<http://lexvo.org/id/char/2AD7A> a lvont:Character ;
    lvont:represents "𪵺"^^xsd:string .

<http://lexvo.org/id/char/2AD7B> a lvont:Character ;
    lvont:represents "𪵻"^^xsd:string .

<http://lexvo.org/id/char/2AD7C> a lvont:Character ;
    lvont:represents "𪵼"^^xsd:string .

<http://lexvo.org/id/char/2AD7D> a lvont:Character ;
    lvont:represents "𪵽"^^xsd:string .

<http://lexvo.org/id/char/2AD7E> a lvont:Character ;
    lvont:represents "𪵾"^^xsd:string .

<http://lexvo.org/id/char/2AD7F> a lvont:Character ;
    lvont:represents "𪵿"^^xsd:string .

<http://lexvo.org/id/char/2AD8> a lvont:Character ;
    lvont:represents "⫘"^^xsd:string ;
    rdfs:comment "SUPERSET BESIDE AND JOINED BY DASH WITH SUBSET"@en .

<http://lexvo.org/id/char/2AD80> a lvont:Character ;
    lvont:represents "𪶀"^^xsd:string .

<http://lexvo.org/id/char/2AD81> a lvont:Character ;
    lvont:represents "𪶁"^^xsd:string .

<http://lexvo.org/id/char/2AD82> a lvont:Character ;
    lvont:represents "𪶂"^^xsd:string .

<http://lexvo.org/id/char/2AD83> a lvont:Character ;
    lvont:represents "𪶃"^^xsd:string .

<http://lexvo.org/id/char/2AD84> a lvont:Character ;
    lvont:represents "𪶄"^^xsd:string .

<http://lexvo.org/id/char/2AD85> a lvont:Character ;
    lvont:represents "𪶅"^^xsd:string .

<http://lexvo.org/id/char/2AD86> a lvont:Character ;
    lvont:represents "𪶆"^^xsd:string .

<http://lexvo.org/id/char/2AD87> a lvont:Character ;
    lvont:represents "𪶇"^^xsd:string .

<http://lexvo.org/id/char/2AD88> a lvont:Character ;
    lvont:represents "𪶈"^^xsd:string .

<http://lexvo.org/id/char/2AD89> a lvont:Character ;
    lvont:represents "𪶉"^^xsd:string .

<http://lexvo.org/id/char/2AD8A> a lvont:Character ;
    lvont:represents "𪶊"^^xsd:string .

<http://lexvo.org/id/char/2AD8B> a lvont:Character ;
    lvont:represents "𪶋"^^xsd:string .

<http://lexvo.org/id/char/2AD8C> a lvont:Character ;
    lvont:represents "𪶌"^^xsd:string .

<http://lexvo.org/id/char/2AD8D> a lvont:Character ;
    lvont:represents "𪶍"^^xsd:string .

<http://lexvo.org/id/char/2AD8E> a lvont:Character ;
    lvont:represents "𪶎"^^xsd:string .

<http://lexvo.org/id/char/2AD8F> a lvont:Character ;
    lvont:represents "𪶏"^^xsd:string .

<http://lexvo.org/id/char/2AD9> a lvont:Character ;
    lvont:represents "⫙"^^xsd:string ;
    rdfs:comment "ELEMENT OF OPENING DOWNWARDS"@en .

<http://lexvo.org/id/char/2AD90> a lvont:Character ;
    lvont:represents "𪶐"^^xsd:string .

<http://lexvo.org/id/char/2AD91> a lvont:Character ;
    lvont:represents "𪶑"^^xsd:string .

<http://lexvo.org/id/char/2AD92> a lvont:Character ;
    lvont:represents "𪶒"^^xsd:string .

<http://lexvo.org/id/char/2AD93> a lvont:Character ;
    lvont:represents "𪶓"^^xsd:string .

<http://lexvo.org/id/char/2AD94> a lvont:Character ;
    lvont:represents "𪶔"^^xsd:string .

<http://lexvo.org/id/char/2AD95> a lvont:Character ;
    lvont:represents "𪶕"^^xsd:string .

<http://lexvo.org/id/char/2AD96> a lvont:Character ;
    lvont:represents "𪶖"^^xsd:string .

<http://lexvo.org/id/char/2AD97> a lvont:Character ;
    lvont:represents "𪶗"^^xsd:string .

<http://lexvo.org/id/char/2AD98> a lvont:Character ;
    lvont:represents "𪶘"^^xsd:string .

<http://lexvo.org/id/char/2AD99> a lvont:Character ;
    lvont:represents "𪶙"^^xsd:string .

<http://lexvo.org/id/char/2AD9A> a lvont:Character ;
    lvont:represents "𪶚"^^xsd:string .

<http://lexvo.org/id/char/2AD9B> a lvont:Character ;
    lvont:represents "𪶛"^^xsd:string .

<http://lexvo.org/id/char/2AD9C> a lvont:Character ;
    lvont:represents "𪶜"^^xsd:string .

<http://lexvo.org/id/char/2AD9D> a lvont:Character ;
    lvont:represents "𪶝"^^xsd:string .

<http://lexvo.org/id/char/2AD9E> a lvont:Character ;
    lvont:represents "𪶞"^^xsd:string .

<http://lexvo.org/id/char/2AD9F> a lvont:Character ;
    lvont:represents "𪶟"^^xsd:string .

<http://lexvo.org/id/char/2ADA> a lvont:Character ;
    lvont:represents "⫚"^^xsd:string ;
    rdfs:comment "PITCHFORK WITH TEE TOP"@en .

<http://lexvo.org/id/char/2ADA0> a lvont:Character ;
    lvont:represents "𪶠"^^xsd:string .

<http://lexvo.org/id/char/2ADA1> a lvont:Character ;
    lvont:represents "𪶡"^^xsd:string .

<http://lexvo.org/id/char/2ADA2> a lvont:Character ;
    lvont:represents "𪶢"^^xsd:string .

<http://lexvo.org/id/char/2ADA3> a lvont:Character ;
    lvont:represents "𪶣"^^xsd:string .

<http://lexvo.org/id/char/2ADA4> a lvont:Character ;
    lvont:represents "𪶤"^^xsd:string .

<http://lexvo.org/id/char/2ADA5> a lvont:Character ;
    lvont:represents "𪶥"^^xsd:string .

<http://lexvo.org/id/char/2ADA6> a lvont:Character ;
    lvont:represents "𪶦"^^xsd:string .

<http://lexvo.org/id/char/2ADA7> a lvont:Character ;
    lvont:represents "𪶧"^^xsd:string .

<http://lexvo.org/id/char/2ADA8> a lvont:Character ;
    lvont:represents "𪶨"^^xsd:string .

<http://lexvo.org/id/char/2ADA9> a lvont:Character ;
    lvont:represents "𪶩"^^xsd:string .

<http://lexvo.org/id/char/2ADAA> a lvont:Character ;
    lvont:represents "𪶪"^^xsd:string .

<http://lexvo.org/id/char/2ADAB> a lvont:Character ;
    lvont:represents "𪶫"^^xsd:string .

<http://lexvo.org/id/char/2ADAC> a lvont:Character ;
    lvont:represents "𪶬"^^xsd:string .

<http://lexvo.org/id/char/2ADAD> a lvont:Character ;
    lvont:represents "𪶭"^^xsd:string .

<http://lexvo.org/id/char/2ADAE> a lvont:Character ;
    lvont:represents "𪶮"^^xsd:string .

<http://lexvo.org/id/char/2ADAF> a lvont:Character ;
    lvont:represents "𪶯"^^xsd:string .

<http://lexvo.org/id/char/2ADB> a lvont:Character ;
    lvont:represents "⫛"^^xsd:string ;
    rdfs:comment "TRANSVERSAL INTERSECTION"@en .

<http://lexvo.org/id/char/2ADB0> a lvont:Character ;
    lvont:represents "𪶰"^^xsd:string .

<http://lexvo.org/id/char/2ADB1> a lvont:Character ;
    lvont:represents "𪶱"^^xsd:string .

<http://lexvo.org/id/char/2ADB2> a lvont:Character ;
    lvont:represents "𪶲"^^xsd:string .

<http://lexvo.org/id/char/2ADB3> a lvont:Character ;
    lvont:represents "𪶳"^^xsd:string .

<http://lexvo.org/id/char/2ADB4> a lvont:Character ;
    lvont:represents "𪶴"^^xsd:string .

<http://lexvo.org/id/char/2ADB5> a lvont:Character ;
    lvont:represents "𪶵"^^xsd:string .

<http://lexvo.org/id/char/2ADB6> a lvont:Character ;
    lvont:represents "𪶶"^^xsd:string .

<http://lexvo.org/id/char/2ADB7> a lvont:Character ;
    lvont:represents "𪶷"^^xsd:string .

<http://lexvo.org/id/char/2ADB8> a lvont:Character ;
    lvont:represents "𪶸"^^xsd:string .

<http://lexvo.org/id/char/2ADB9> a lvont:Character ;
    lvont:represents "𪶹"^^xsd:string .

<http://lexvo.org/id/char/2ADBA> a lvont:Character ;
    lvont:represents "𪶺"^^xsd:string .

<http://lexvo.org/id/char/2ADBB> a lvont:Character ;
    lvont:represents "𪶻"^^xsd:string .

<http://lexvo.org/id/char/2ADBC> a lvont:Character ;
    lvont:represents "𪶼"^^xsd:string .

<http://lexvo.org/id/char/2ADBD> a lvont:Character ;
    lvont:represents "𪶽"^^xsd:string .

<http://lexvo.org/id/char/2ADBE> a lvont:Character ;
    lvont:represents "𪶾"^^xsd:string .

<http://lexvo.org/id/char/2ADBF> a lvont:Character ;
    lvont:represents "𪶿"^^xsd:string .

<http://lexvo.org/id/char/2ADC> a lvont:Character ;
    lvont:represents "⫝̸"^^xsd:string ;
    rdfs:comment "FORKING"@en .

<http://lexvo.org/id/char/2ADC0> a lvont:Character ;
    lvont:represents "𪷀"^^xsd:string .

<http://lexvo.org/id/char/2ADC1> a lvont:Character ;
    lvont:represents "𪷁"^^xsd:string .

<http://lexvo.org/id/char/2ADC2> a lvont:Character ;
    lvont:represents "𪷂"^^xsd:string .

<http://lexvo.org/id/char/2ADC3> a lvont:Character ;
    lvont:represents "𪷃"^^xsd:string .

<http://lexvo.org/id/char/2ADC4> a lvont:Character ;
    lvont:represents "𪷄"^^xsd:string .

<http://lexvo.org/id/char/2ADC5> a lvont:Character ;
    lvont:represents "𪷅"^^xsd:string .

<http://lexvo.org/id/char/2ADC6> a lvont:Character ;
    lvont:represents "𪷆"^^xsd:string .

<http://lexvo.org/id/char/2ADC7> a lvont:Character ;
    lvont:represents "𪷇"^^xsd:string .

<http://lexvo.org/id/char/2ADC8> a lvont:Character ;
    lvont:represents "𪷈"^^xsd:string .

<http://lexvo.org/id/char/2ADC9> a lvont:Character ;
    lvont:represents "𪷉"^^xsd:string .

<http://lexvo.org/id/char/2ADCA> a lvont:Character ;
    lvont:represents "𪷊"^^xsd:string .

<http://lexvo.org/id/char/2ADCB> a lvont:Character ;
    lvont:represents "𪷋"^^xsd:string .

<http://lexvo.org/id/char/2ADCC> a lvont:Character ;
    lvont:represents "𪷌"^^xsd:string .

<http://lexvo.org/id/char/2ADCD> a lvont:Character ;
    lvont:represents "𪷍"^^xsd:string .

<http://lexvo.org/id/char/2ADCE> a lvont:Character ;
    lvont:represents "𪷎"^^xsd:string .

<http://lexvo.org/id/char/2ADCF> a lvont:Character ;
    lvont:represents "𪷏"^^xsd:string .

<http://lexvo.org/id/char/2ADD> a lvont:Character ;
    lvont:represents "⫝"^^xsd:string ;
    rdfs:comment "NONFORKING"@en .

<http://lexvo.org/id/char/2ADD0> a lvont:Character ;
    lvont:represents "𪷐"^^xsd:string .

<http://lexvo.org/id/char/2ADD1> a lvont:Character ;
    lvont:represents "𪷑"^^xsd:string .

<http://lexvo.org/id/char/2ADD2> a lvont:Character ;
    lvont:represents "𪷒"^^xsd:string .

<http://lexvo.org/id/char/2ADD3> a lvont:Character ;
    lvont:represents "𪷓"^^xsd:string .

<http://lexvo.org/id/char/2ADD4> a lvont:Character ;
    lvont:represents "𪷔"^^xsd:string .

<http://lexvo.org/id/char/2ADD5> a lvont:Character ;
    lvont:represents "𪷕"^^xsd:string .

<http://lexvo.org/id/char/2ADD6> a lvont:Character ;
    lvont:represents "𪷖"^^xsd:string .

<http://lexvo.org/id/char/2ADD7> a lvont:Character ;
    lvont:represents "𪷗"^^xsd:string .

<http://lexvo.org/id/char/2ADD8> a lvont:Character ;
    lvont:represents "𪷘"^^xsd:string .

<http://lexvo.org/id/char/2ADD9> a lvont:Character ;
    lvont:represents "𪷙"^^xsd:string .

<http://lexvo.org/id/char/2ADDA> a lvont:Character ;
    lvont:represents "𪷚"^^xsd:string .

<http://lexvo.org/id/char/2ADDB> a lvont:Character ;
    lvont:represents "𪷛"^^xsd:string .

<http://lexvo.org/id/char/2ADDC> a lvont:Character ;
    lvont:represents "𪷜"^^xsd:string .

<http://lexvo.org/id/char/2ADDD> a lvont:Character ;
    lvont:represents "𪷝"^^xsd:string .

<http://lexvo.org/id/char/2ADDE> a lvont:Character ;
    lvont:represents "𪷞"^^xsd:string .

<http://lexvo.org/id/char/2ADDF> a lvont:Character ;
    lvont:represents "𪷟"^^xsd:string .

<http://lexvo.org/id/char/2ADE> a lvont:Character ;
    lvont:represents "⫞"^^xsd:string ;
    rdfs:comment "SHORT LEFT TACK"@en .

<http://lexvo.org/id/char/2ADE0> a lvont:Character ;
    lvont:represents "𪷠"^^xsd:string .

<http://lexvo.org/id/char/2ADE1> a lvont:Character ;
    lvont:represents "𪷡"^^xsd:string .

<http://lexvo.org/id/char/2ADE2> a lvont:Character ;
    lvont:represents "𪷢"^^xsd:string .

<http://lexvo.org/id/char/2ADE3> a lvont:Character ;
    lvont:represents "𪷣"^^xsd:string .

<http://lexvo.org/id/char/2ADE4> a lvont:Character ;
    lvont:represents "𪷤"^^xsd:string .

<http://lexvo.org/id/char/2ADE5> a lvont:Character ;
    lvont:represents "𪷥"^^xsd:string .

<http://lexvo.org/id/char/2ADE6> a lvont:Character ;
    lvont:represents "𪷦"^^xsd:string .

<http://lexvo.org/id/char/2ADE7> a lvont:Character ;
    lvont:represents "𪷧"^^xsd:string .

<http://lexvo.org/id/char/2ADE8> a lvont:Character ;
    lvont:represents "𪷨"^^xsd:string .

<http://lexvo.org/id/char/2ADE9> a lvont:Character ;
    lvont:represents "𪷩"^^xsd:string .

<http://lexvo.org/id/char/2ADEA> a lvont:Character ;
    lvont:represents "𪷪"^^xsd:string .

<http://lexvo.org/id/char/2ADEB> a lvont:Character ;
    lvont:represents "𪷫"^^xsd:string .

<http://lexvo.org/id/char/2ADEC> a lvont:Character ;
    lvont:represents "𪷬"^^xsd:string .

<http://lexvo.org/id/char/2ADED> a lvont:Character ;
    lvont:represents "𪷭"^^xsd:string .

<http://lexvo.org/id/char/2ADEE> a lvont:Character ;
    lvont:represents "𪷮"^^xsd:string .

<http://lexvo.org/id/char/2ADEF> a lvont:Character ;
    lvont:represents "𪷯"^^xsd:string .

<http://lexvo.org/id/char/2ADF> a lvont:Character ;
    lvont:represents "⫟"^^xsd:string ;
    rdfs:comment "SHORT DOWN TACK"@en .

<http://lexvo.org/id/char/2ADF0> a lvont:Character ;
    lvont:represents "𪷰"^^xsd:string .

<http://lexvo.org/id/char/2ADF1> a lvont:Character ;
    lvont:represents "𪷱"^^xsd:string .

<http://lexvo.org/id/char/2ADF2> a lvont:Character ;
    lvont:represents "𪷲"^^xsd:string .

<http://lexvo.org/id/char/2ADF3> a lvont:Character ;
    lvont:represents "𪷳"^^xsd:string .

<http://lexvo.org/id/char/2ADF4> a lvont:Character ;
    lvont:represents "𪷴"^^xsd:string .

<http://lexvo.org/id/char/2ADF5> a lvont:Character ;
    lvont:represents "𪷵"^^xsd:string .

<http://lexvo.org/id/char/2ADF6> a lvont:Character ;
    lvont:represents "𪷶"^^xsd:string .

<http://lexvo.org/id/char/2ADF7> a lvont:Character ;
    lvont:represents "𪷷"^^xsd:string .

<http://lexvo.org/id/char/2ADF8> a lvont:Character ;
    lvont:represents "𪷸"^^xsd:string .

<http://lexvo.org/id/char/2ADF9> a lvont:Character ;
    lvont:represents "𪷹"^^xsd:string .

<http://lexvo.org/id/char/2ADFA> a lvont:Character ;
    lvont:represents "𪷺"^^xsd:string .

<http://lexvo.org/id/char/2ADFB> a lvont:Character ;
    lvont:represents "𪷻"^^xsd:string .

<http://lexvo.org/id/char/2ADFC> a lvont:Character ;
    lvont:represents "𪷼"^^xsd:string .

<http://lexvo.org/id/char/2ADFD> a lvont:Character ;
    lvont:represents "𪷽"^^xsd:string .

<http://lexvo.org/id/char/2ADFE> a lvont:Character ;
    lvont:represents "𪷾"^^xsd:string .

<http://lexvo.org/id/char/2ADFF> a lvont:Character ;
    lvont:represents "𪷿"^^xsd:string .

<http://lexvo.org/id/char/2AE0> a lvont:Character ;
    lvont:represents "⫠"^^xsd:string ;
    rdfs:comment "SHORT UP TACK"@en .

<http://lexvo.org/id/char/2AE00> a lvont:Character ;
    lvont:represents "𪸀"^^xsd:string .

<http://lexvo.org/id/char/2AE01> a lvont:Character ;
    lvont:represents "𪸁"^^xsd:string .

<http://lexvo.org/id/char/2AE02> a lvont:Character ;
    lvont:represents "𪸂"^^xsd:string .

<http://lexvo.org/id/char/2AE03> a lvont:Character ;
    lvont:represents "𪸃"^^xsd:string .

<http://lexvo.org/id/char/2AE04> a lvont:Character ;
    lvont:represents "𪸄"^^xsd:string .

<http://lexvo.org/id/char/2AE05> a lvont:Character ;
    lvont:represents "𪸅"^^xsd:string .

<http://lexvo.org/id/char/2AE06> a lvont:Character ;
    lvont:represents "𪸆"^^xsd:string .

<http://lexvo.org/id/char/2AE07> a lvont:Character ;
    lvont:represents "𪸇"^^xsd:string .

<http://lexvo.org/id/char/2AE08> a lvont:Character ;
    lvont:represents "𪸈"^^xsd:string .

<http://lexvo.org/id/char/2AE09> a lvont:Character ;
    lvont:represents "𪸉"^^xsd:string .

<http://lexvo.org/id/char/2AE0A> a lvont:Character ;
    lvont:represents "𪸊"^^xsd:string .

<http://lexvo.org/id/char/2AE0B> a lvont:Character ;
    lvont:represents "𪸋"^^xsd:string .

<http://lexvo.org/id/char/2AE0C> a lvont:Character ;
    lvont:represents "𪸌"^^xsd:string .

<http://lexvo.org/id/char/2AE0D> a lvont:Character ;
    lvont:represents "𪸍"^^xsd:string .

<http://lexvo.org/id/char/2AE0E> a lvont:Character ;
    lvont:represents "𪸎"^^xsd:string .

<http://lexvo.org/id/char/2AE0F> a lvont:Character ;
    lvont:represents "𪸏"^^xsd:string .

<http://lexvo.org/id/char/2AE1> a lvont:Character ;
    lvont:represents "⫡"^^xsd:string ;
    rdfs:comment "PERPENDICULAR WITH S"@en .

<http://lexvo.org/id/char/2AE10> a lvont:Character ;
    lvont:represents "𪸐"^^xsd:string .

<http://lexvo.org/id/char/2AE11> a lvont:Character ;
    lvont:represents "𪸑"^^xsd:string .

<http://lexvo.org/id/char/2AE12> a lvont:Character ;
    lvont:represents "𪸒"^^xsd:string .

<http://lexvo.org/id/char/2AE13> a lvont:Character ;
    lvont:represents "𪸓"^^xsd:string .

<http://lexvo.org/id/char/2AE14> a lvont:Character ;
    lvont:represents "𪸔"^^xsd:string .

<http://lexvo.org/id/char/2AE15> a lvont:Character ;
    lvont:represents "𪸕"^^xsd:string .

<http://lexvo.org/id/char/2AE16> a lvont:Character ;
    lvont:represents "𪸖"^^xsd:string .

<http://lexvo.org/id/char/2AE17> a lvont:Character ;
    lvont:represents "𪸗"^^xsd:string .

<http://lexvo.org/id/char/2AE18> a lvont:Character ;
    lvont:represents "𪸘"^^xsd:string .

<http://lexvo.org/id/char/2AE19> a lvont:Character ;
    lvont:represents "𪸙"^^xsd:string .

<http://lexvo.org/id/char/2AE1A> a lvont:Character ;
    lvont:represents "𪸚"^^xsd:string .

<http://lexvo.org/id/char/2AE1B> a lvont:Character ;
    lvont:represents "𪸛"^^xsd:string .

<http://lexvo.org/id/char/2AE1C> a lvont:Character ;
    lvont:represents "𪸜"^^xsd:string .

<http://lexvo.org/id/char/2AE1D> a lvont:Character ;
    lvont:represents "𪸝"^^xsd:string .

<http://lexvo.org/id/char/2AE1E> a lvont:Character ;
    lvont:represents "𪸞"^^xsd:string .

<http://lexvo.org/id/char/2AE1F> a lvont:Character ;
    lvont:represents "𪸟"^^xsd:string .

<http://lexvo.org/id/char/2AE2> a lvont:Character ;
    lvont:represents "⫢"^^xsd:string ;
    rdfs:comment "VERTICAL BAR TRIPLE RIGHT TURNSTILE"@en .

<http://lexvo.org/id/char/2AE20> a lvont:Character ;
    lvont:represents "𪸠"^^xsd:string .

<http://lexvo.org/id/char/2AE21> a lvont:Character ;
    lvont:represents "𪸡"^^xsd:string .

<http://lexvo.org/id/char/2AE22> a lvont:Character ;
    lvont:represents "𪸢"^^xsd:string .

<http://lexvo.org/id/char/2AE23> a lvont:Character ;
    lvont:represents "𪸣"^^xsd:string .

<http://lexvo.org/id/char/2AE24> a lvont:Character ;
    lvont:represents "𪸤"^^xsd:string .

<http://lexvo.org/id/char/2AE25> a lvont:Character ;
    lvont:represents "𪸥"^^xsd:string .

<http://lexvo.org/id/char/2AE26> a lvont:Character ;
    lvont:represents "𪸦"^^xsd:string .

<http://lexvo.org/id/char/2AE27> a lvont:Character ;
    lvont:represents "𪸧"^^xsd:string .

<http://lexvo.org/id/char/2AE28> a lvont:Character ;
    lvont:represents "𪸨"^^xsd:string .

<http://lexvo.org/id/char/2AE29> a lvont:Character ;
    lvont:represents "𪸩"^^xsd:string .

<http://lexvo.org/id/char/2AE2A> a lvont:Character ;
    lvont:represents "𪸪"^^xsd:string .

<http://lexvo.org/id/char/2AE2B> a lvont:Character ;
    lvont:represents "𪸫"^^xsd:string .

<http://lexvo.org/id/char/2AE2C> a lvont:Character ;
    lvont:represents "𪸬"^^xsd:string .

<http://lexvo.org/id/char/2AE2D> a lvont:Character ;
    lvont:represents "𪸭"^^xsd:string .

<http://lexvo.org/id/char/2AE2E> a lvont:Character ;
    lvont:represents "𪸮"^^xsd:string .

<http://lexvo.org/id/char/2AE2F> a lvont:Character ;
    lvont:represents "𪸯"^^xsd:string .

<http://lexvo.org/id/char/2AE3> a lvont:Character ;
    lvont:represents "⫣"^^xsd:string ;
    rdfs:comment "DOUBLE VERTICAL BAR LEFT TURNSTILE"@en .

<http://lexvo.org/id/char/2AE30> a lvont:Character ;
    lvont:represents "𪸰"^^xsd:string .

<http://lexvo.org/id/char/2AE31> a lvont:Character ;
    lvont:represents "𪸱"^^xsd:string .

<http://lexvo.org/id/char/2AE32> a lvont:Character ;
    lvont:represents "𪸲"^^xsd:string .

<http://lexvo.org/id/char/2AE33> a lvont:Character ;
    lvont:represents "𪸳"^^xsd:string .

<http://lexvo.org/id/char/2AE34> a lvont:Character ;
    lvont:represents "𪸴"^^xsd:string .

<http://lexvo.org/id/char/2AE35> a lvont:Character ;
    lvont:represents "𪸵"^^xsd:string .

<http://lexvo.org/id/char/2AE36> a lvont:Character ;
    lvont:represents "𪸶"^^xsd:string .

<http://lexvo.org/id/char/2AE37> a lvont:Character ;
    lvont:represents "𪸷"^^xsd:string .

<http://lexvo.org/id/char/2AE38> a lvont:Character ;
    lvont:represents "𪸸"^^xsd:string .

<http://lexvo.org/id/char/2AE39> a lvont:Character ;
    lvont:represents "𪸹"^^xsd:string .

<http://lexvo.org/id/char/2AE3A> a lvont:Character ;
    lvont:represents "𪸺"^^xsd:string .

<http://lexvo.org/id/char/2AE3B> a lvont:Character ;
    lvont:represents "𪸻"^^xsd:string .

<http://lexvo.org/id/char/2AE3C> a lvont:Character ;
    lvont:represents "𪸼"^^xsd:string .

<http://lexvo.org/id/char/2AE3D> a lvont:Character ;
    lvont:represents "𪸽"^^xsd:string .

<http://lexvo.org/id/char/2AE3E> a lvont:Character ;
    lvont:represents "𪸾"^^xsd:string .

<http://lexvo.org/id/char/2AE3F> a lvont:Character ;
    lvont:represents "𪸿"^^xsd:string .

<http://lexvo.org/id/char/2AE4> a lvont:Character ;
    lvont:represents "⫤"^^xsd:string ;
    rdfs:comment "VERTICAL BAR DOUBLE LEFT TURNSTILE"@en .

<http://lexvo.org/id/char/2AE40> a lvont:Character ;
    lvont:represents "𪹀"^^xsd:string .

<http://lexvo.org/id/char/2AE41> a lvont:Character ;
    lvont:represents "𪹁"^^xsd:string .

<http://lexvo.org/id/char/2AE42> a lvont:Character ;
    lvont:represents "𪹂"^^xsd:string .

<http://lexvo.org/id/char/2AE43> a lvont:Character ;
    lvont:represents "𪹃"^^xsd:string .

<http://lexvo.org/id/char/2AE44> a lvont:Character ;
    lvont:represents "𪹄"^^xsd:string .

<http://lexvo.org/id/char/2AE45> a lvont:Character ;
    lvont:represents "𪹅"^^xsd:string .

<http://lexvo.org/id/char/2AE46> a lvont:Character ;
    lvont:represents "𪹆"^^xsd:string .

<http://lexvo.org/id/char/2AE47> a lvont:Character ;
    lvont:represents "𪹇"^^xsd:string .

<http://lexvo.org/id/char/2AE48> a lvont:Character ;
    lvont:represents "𪹈"^^xsd:string .

<http://lexvo.org/id/char/2AE49> a lvont:Character ;
    lvont:represents "𪹉"^^xsd:string .

<http://lexvo.org/id/char/2AE4A> a lvont:Character ;
    lvont:represents "𪹊"^^xsd:string .

<http://lexvo.org/id/char/2AE4B> a lvont:Character ;
    lvont:represents "𪹋"^^xsd:string .

<http://lexvo.org/id/char/2AE4C> a lvont:Character ;
    lvont:represents "𪹌"^^xsd:string .

<http://lexvo.org/id/char/2AE4D> a lvont:Character ;
    lvont:represents "𪹍"^^xsd:string .

<http://lexvo.org/id/char/2AE4E> a lvont:Character ;
    lvont:represents "𪹎"^^xsd:string .

<http://lexvo.org/id/char/2AE4F> a lvont:Character ;
    lvont:represents "𪹏"^^xsd:string .

<http://lexvo.org/id/char/2AE5> a lvont:Character ;
    lvont:represents "⫥"^^xsd:string ;
    rdfs:comment "DOUBLE VERTICAL BAR DOUBLE LEFT TURNSTILE"@en .

<http://lexvo.org/id/char/2AE50> a lvont:Character ;
    lvont:represents "𪹐"^^xsd:string .

<http://lexvo.org/id/char/2AE51> a lvont:Character ;
    lvont:represents "𪹑"^^xsd:string .

<http://lexvo.org/id/char/2AE52> a lvont:Character ;
    lvont:represents "𪹒"^^xsd:string .

<http://lexvo.org/id/char/2AE53> a lvont:Character ;
    lvont:represents "𪹓"^^xsd:string .

<http://lexvo.org/id/char/2AE54> a lvont:Character ;
    lvont:represents "𪹔"^^xsd:string .

<http://lexvo.org/id/char/2AE55> a lvont:Character ;
    lvont:represents "𪹕"^^xsd:string .

<http://lexvo.org/id/char/2AE56> a lvont:Character ;
    lvont:represents "𪹖"^^xsd:string .

<http://lexvo.org/id/char/2AE57> a lvont:Character ;
    lvont:represents "𪹗"^^xsd:string .

<http://lexvo.org/id/char/2AE58> a lvont:Character ;
    lvont:represents "𪹘"^^xsd:string .

<http://lexvo.org/id/char/2AE59> a lvont:Character ;
    lvont:represents "𪹙"^^xsd:string .

<http://lexvo.org/id/char/2AE5A> a lvont:Character ;
    lvont:represents "𪹚"^^xsd:string .

<http://lexvo.org/id/char/2AE5B> a lvont:Character ;
    lvont:represents "𪹛"^^xsd:string .

<http://lexvo.org/id/char/2AE5C> a lvont:Character ;
    lvont:represents "𪹜"^^xsd:string .

<http://lexvo.org/id/char/2AE5D> a lvont:Character ;
    lvont:represents "𪹝"^^xsd:string .

<http://lexvo.org/id/char/2AE5E> a lvont:Character ;
    lvont:represents "𪹞"^^xsd:string .

<http://lexvo.org/id/char/2AE5F> a lvont:Character ;
    lvont:represents "𪹟"^^xsd:string .

<http://lexvo.org/id/char/2AE6> a lvont:Character ;
    lvont:represents "⫦"^^xsd:string ;
    rdfs:comment "LONG DASH FROM LEFT MEMBER OF DOUBLE VERTICAL"@en .

<http://lexvo.org/id/char/2AE60> a lvont:Character ;
    lvont:represents "𪹠"^^xsd:string .

<http://lexvo.org/id/char/2AE61> a lvont:Character ;
    lvont:represents "𪹡"^^xsd:string .

<http://lexvo.org/id/char/2AE62> a lvont:Character ;
    lvont:represents "𪹢"^^xsd:string .

<http://lexvo.org/id/char/2AE63> a lvont:Character ;
    lvont:represents "𪹣"^^xsd:string .

<http://lexvo.org/id/char/2AE64> a lvont:Character ;
    lvont:represents "𪹤"^^xsd:string .

<http://lexvo.org/id/char/2AE65> a lvont:Character ;
    lvont:represents "𪹥"^^xsd:string .

<http://lexvo.org/id/char/2AE66> a lvont:Character ;
    lvont:represents "𪹦"^^xsd:string .

<http://lexvo.org/id/char/2AE67> a lvont:Character ;
    lvont:represents "𪹧"^^xsd:string .

<http://lexvo.org/id/char/2AE68> a lvont:Character ;
    lvont:represents "𪹨"^^xsd:string .

<http://lexvo.org/id/char/2AE69> a lvont:Character ;
    lvont:represents "𪹩"^^xsd:string .

<http://lexvo.org/id/char/2AE6A> a lvont:Character ;
    lvont:represents "𪹪"^^xsd:string .

<http://lexvo.org/id/char/2AE6B> a lvont:Character ;
    lvont:represents "𪹫"^^xsd:string .

<http://lexvo.org/id/char/2AE6C> a lvont:Character ;
    lvont:represents "𪹬"^^xsd:string .

<http://lexvo.org/id/char/2AE6D> a lvont:Character ;
    lvont:represents "𪹭"^^xsd:string .

<http://lexvo.org/id/char/2AE6E> a lvont:Character ;
    lvont:represents "𪹮"^^xsd:string .

<http://lexvo.org/id/char/2AE6F> a lvont:Character ;
    lvont:represents "𪹯"^^xsd:string .

<http://lexvo.org/id/char/2AE7> a lvont:Character ;
    lvont:represents "⫧"^^xsd:string ;
    rdfs:comment "SHORT DOWN TACK WITH OVERBAR"@en .

<http://lexvo.org/id/char/2AE70> a lvont:Character ;
    lvont:represents "𪹰"^^xsd:string .

<http://lexvo.org/id/char/2AE71> a lvont:Character ;
    lvont:represents "𪹱"^^xsd:string .

<http://lexvo.org/id/char/2AE72> a lvont:Character ;
    lvont:represents "𪹲"^^xsd:string .

<http://lexvo.org/id/char/2AE73> a lvont:Character ;
    lvont:represents "𪹳"^^xsd:string .

<http://lexvo.org/id/char/2AE74> a lvont:Character ;
    lvont:represents "𪹴"^^xsd:string .

<http://lexvo.org/id/char/2AE75> a lvont:Character ;
    lvont:represents "𪹵"^^xsd:string .

<http://lexvo.org/id/char/2AE76> a lvont:Character ;
    lvont:represents "𪹶"^^xsd:string .

<http://lexvo.org/id/char/2AE77> a lvont:Character ;
    lvont:represents "𪹷"^^xsd:string .

<http://lexvo.org/id/char/2AE78> a lvont:Character ;
    lvont:represents "𪹸"^^xsd:string .

<http://lexvo.org/id/char/2AE79> a lvont:Character ;
    lvont:represents "𪹹"^^xsd:string .

<http://lexvo.org/id/char/2AE7A> a lvont:Character ;
    lvont:represents "𪹺"^^xsd:string .

<http://lexvo.org/id/char/2AE7B> a lvont:Character ;
    lvont:represents "𪹻"^^xsd:string .

<http://lexvo.org/id/char/2AE7C> a lvont:Character ;
    lvont:represents "𪹼"^^xsd:string .

<http://lexvo.org/id/char/2AE7D> a lvont:Character ;
    lvont:represents "𪹽"^^xsd:string .

<http://lexvo.org/id/char/2AE7E> a lvont:Character ;
    lvont:represents "𪹾"^^xsd:string .

<http://lexvo.org/id/char/2AE7F> a lvont:Character ;
    lvont:represents "𪹿"^^xsd:string .

<http://lexvo.org/id/char/2AE8> a lvont:Character ;
    lvont:represents "⫨"^^xsd:string ;
    rdfs:comment "SHORT UP TACK WITH UNDERBAR"@en .

<http://lexvo.org/id/char/2AE80> a lvont:Character ;
    lvont:represents "𪺀"^^xsd:string .

<http://lexvo.org/id/char/2AE81> a lvont:Character ;
    lvont:represents "𪺁"^^xsd:string .

<http://lexvo.org/id/char/2AE82> a lvont:Character ;
    lvont:represents "𪺂"^^xsd:string .

<http://lexvo.org/id/char/2AE83> a lvont:Character ;
    lvont:represents "𪺃"^^xsd:string .

<http://lexvo.org/id/char/2AE84> a lvont:Character ;
    lvont:represents "𪺄"^^xsd:string .

<http://lexvo.org/id/char/2AE85> a lvont:Character ;
    lvont:represents "𪺅"^^xsd:string .

<http://lexvo.org/id/char/2AE86> a lvont:Character ;
    lvont:represents "𪺆"^^xsd:string .

<http://lexvo.org/id/char/2AE87> a lvont:Character ;
    lvont:represents "𪺇"^^xsd:string .

<http://lexvo.org/id/char/2AE88> a lvont:Character ;
    lvont:represents "𪺈"^^xsd:string .

<http://lexvo.org/id/char/2AE89> a lvont:Character ;
    lvont:represents "𪺉"^^xsd:string .

<http://lexvo.org/id/char/2AE8A> a lvont:Character ;
    lvont:represents "𪺊"^^xsd:string .

<http://lexvo.org/id/char/2AE8B> a lvont:Character ;
    lvont:represents "𪺋"^^xsd:string .

<http://lexvo.org/id/char/2AE8C> a lvont:Character ;
    lvont:represents "𪺌"^^xsd:string .

<http://lexvo.org/id/char/2AE8D> a lvont:Character ;
    lvont:represents "𪺍"^^xsd:string .

<http://lexvo.org/id/char/2AE8E> a lvont:Character ;
    lvont:represents "𪺎"^^xsd:string .

<http://lexvo.org/id/char/2AE8F> a lvont:Character ;
    lvont:represents "𪺏"^^xsd:string .

<http://lexvo.org/id/char/2AE9> a lvont:Character ;
    lvont:represents "⫩"^^xsd:string ;
    rdfs:comment "SHORT UP TACK ABOVE SHORT DOWN TACK"@en .

<http://lexvo.org/id/char/2AE90> a lvont:Character ;
    lvont:represents "𪺐"^^xsd:string .

<http://lexvo.org/id/char/2AE91> a lvont:Character ;
    lvont:represents "𪺑"^^xsd:string .

<http://lexvo.org/id/char/2AE92> a lvont:Character ;
    lvont:represents "𪺒"^^xsd:string .

<http://lexvo.org/id/char/2AE93> a lvont:Character ;
    lvont:represents "𪺓"^^xsd:string .

<http://lexvo.org/id/char/2AE94> a lvont:Character ;
    lvont:represents "𪺔"^^xsd:string .

<http://lexvo.org/id/char/2AE95> a lvont:Character ;
    lvont:represents "𪺕"^^xsd:string .

<http://lexvo.org/id/char/2AE96> a lvont:Character ;
    lvont:represents "𪺖"^^xsd:string .

<http://lexvo.org/id/char/2AE97> a lvont:Character ;
    lvont:represents "𪺗"^^xsd:string .

<http://lexvo.org/id/char/2AE98> a lvont:Character ;
    lvont:represents "𪺘"^^xsd:string .

<http://lexvo.org/id/char/2AE99> a lvont:Character ;
    lvont:represents "𪺙"^^xsd:string .

<http://lexvo.org/id/char/2AE9A> a lvont:Character ;
    lvont:represents "𪺚"^^xsd:string .

<http://lexvo.org/id/char/2AE9B> a lvont:Character ;
    lvont:represents "𪺛"^^xsd:string .

<http://lexvo.org/id/char/2AE9C> a lvont:Character ;
    lvont:represents "𪺜"^^xsd:string .

<http://lexvo.org/id/char/2AE9D> a lvont:Character ;
    lvont:represents "𪺝"^^xsd:string .

<http://lexvo.org/id/char/2AE9E> a lvont:Character ;
    lvont:represents "𪺞"^^xsd:string .

<http://lexvo.org/id/char/2AE9F> a lvont:Character ;
    lvont:represents "𪺟"^^xsd:string .

<http://lexvo.org/id/char/2AEA> a lvont:Character ;
    lvont:represents "⫪"^^xsd:string ;
    rdfs:comment "DOUBLE DOWN TACK"@en .

<http://lexvo.org/id/char/2AEA0> a lvont:Character ;
    lvont:represents "𪺠"^^xsd:string .

<http://lexvo.org/id/char/2AEA1> a lvont:Character ;
    lvont:represents "𪺡"^^xsd:string .

<http://lexvo.org/id/char/2AEA2> a lvont:Character ;
    lvont:represents "𪺢"^^xsd:string .

<http://lexvo.org/id/char/2AEA3> a lvont:Character ;
    lvont:represents "𪺣"^^xsd:string .

<http://lexvo.org/id/char/2AEA4> a lvont:Character ;
    lvont:represents "𪺤"^^xsd:string .

<http://lexvo.org/id/char/2AEA5> a lvont:Character ;
    lvont:represents "𪺥"^^xsd:string .

<http://lexvo.org/id/char/2AEA6> a lvont:Character ;
    lvont:represents "𪺦"^^xsd:string .

<http://lexvo.org/id/char/2AEA7> a lvont:Character ;
    lvont:represents "𪺧"^^xsd:string .

<http://lexvo.org/id/char/2AEA8> a lvont:Character ;
    lvont:represents "𪺨"^^xsd:string .

<http://lexvo.org/id/char/2AEA9> a lvont:Character ;
    lvont:represents "𪺩"^^xsd:string .

<http://lexvo.org/id/char/2AEAA> a lvont:Character ;
    lvont:represents "𪺪"^^xsd:string .

<http://lexvo.org/id/char/2AEAB> a lvont:Character ;
    lvont:represents "𪺫"^^xsd:string .

<http://lexvo.org/id/char/2AEAC> a lvont:Character ;
    lvont:represents "𪺬"^^xsd:string .

<http://lexvo.org/id/char/2AEAD> a lvont:Character ;
    lvont:represents "𪺭"^^xsd:string .

<http://lexvo.org/id/char/2AEAE> a lvont:Character ;
    lvont:represents "𪺮"^^xsd:string .

<http://lexvo.org/id/char/2AEAF> a lvont:Character ;
    lvont:represents "𪺯"^^xsd:string .

<http://lexvo.org/id/char/2AEB> a lvont:Character ;
    lvont:represents "⫫"^^xsd:string ;
    rdfs:comment "DOUBLE UP TACK"@en .

<http://lexvo.org/id/char/2AEB0> a lvont:Character ;
    lvont:represents "𪺰"^^xsd:string .

<http://lexvo.org/id/char/2AEB1> a lvont:Character ;
    lvont:represents "𪺱"^^xsd:string .

<http://lexvo.org/id/char/2AEB2> a lvont:Character ;
    lvont:represents "𪺲"^^xsd:string .

<http://lexvo.org/id/char/2AEB3> a lvont:Character ;
    lvont:represents "𪺳"^^xsd:string .

<http://lexvo.org/id/char/2AEB4> a lvont:Character ;
    lvont:represents "𪺴"^^xsd:string .

<http://lexvo.org/id/char/2AEB5> a lvont:Character ;
    lvont:represents "𪺵"^^xsd:string .

<http://lexvo.org/id/char/2AEB6> a lvont:Character ;
    lvont:represents "𪺶"^^xsd:string .

<http://lexvo.org/id/char/2AEB7> a lvont:Character ;
    lvont:represents "𪺷"^^xsd:string .

<http://lexvo.org/id/char/2AEB8> a lvont:Character ;
    lvont:represents "𪺸"^^xsd:string .

<http://lexvo.org/id/char/2AEB9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%F0%AA%BA%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C7%94>,
        "𪺹"^^xsd:string ;
    rdfs:comment "a tribe in southwest Yunnan"@en .

<http://lexvo.org/id/char/2AEBA> a lvont:Character ;
    lvont:represents "𪺺"^^xsd:string .

<http://lexvo.org/id/char/2AEBB> a lvont:Character ;
    lvont:represents "𪺻"^^xsd:string .

<http://lexvo.org/id/char/2AEBC> a lvont:Character ;
    lvont:represents "𪺼"^^xsd:string .

<http://lexvo.org/id/char/2AEBD> a lvont:Character ;
    lvont:represents "𪺽"^^xsd:string .

<http://lexvo.org/id/char/2AEBE> a lvont:Character ;
    lvont:represents "𪺾"^^xsd:string .

<http://lexvo.org/id/char/2AEBF> a lvont:Character ;
    lvont:represents "𪺿"^^xsd:string .

<http://lexvo.org/id/char/2AEC> a lvont:Character ;
    lvont:represents "⫬"^^xsd:string ;
    rdfs:comment "DOUBLE STROKE NOT SIGN"@en .

<http://lexvo.org/id/char/2AEC0> a lvont:Character ;
    lvont:represents "𪻀"^^xsd:string .

<http://lexvo.org/id/char/2AEC1> a lvont:Character ;
    lvont:represents "𪻁"^^xsd:string .

<http://lexvo.org/id/char/2AEC2> a lvont:Character ;
    lvont:represents "𪻂"^^xsd:string .

<http://lexvo.org/id/char/2AEC3> a lvont:Character ;
    lvont:represents "𪻃"^^xsd:string .

<http://lexvo.org/id/char/2AEC4> a lvont:Character ;
    lvont:represents "𪻄"^^xsd:string .

<http://lexvo.org/id/char/2AEC5> a lvont:Character ;
    lvont:represents "𪻅"^^xsd:string .

<http://lexvo.org/id/char/2AEC6> a lvont:Character ;
    lvont:represents "𪻆"^^xsd:string .

<http://lexvo.org/id/char/2AEC7> a lvont:Character ;
    lvont:represents "𪻇"^^xsd:string .

<http://lexvo.org/id/char/2AEC8> a lvont:Character ;
    lvont:represents "𪻈"^^xsd:string .

<http://lexvo.org/id/char/2AEC9> a lvont:Character ;
    lvont:represents "𪻉"^^xsd:string .

<http://lexvo.org/id/char/2AECA> a lvont:Character ;
    lvont:represents "𪻊"^^xsd:string .

<http://lexvo.org/id/char/2AECB> a lvont:Character ;
    lvont:represents "𪻋"^^xsd:string .

<http://lexvo.org/id/char/2AECC> a lvont:Character ;
    lvont:represents "𪻌"^^xsd:string .

<http://lexvo.org/id/char/2AECD> a lvont:Character ;
    lvont:represents "𪻍"^^xsd:string .

<http://lexvo.org/id/char/2AECE> a lvont:Character ;
    lvont:represents "𪻎"^^xsd:string .

<http://lexvo.org/id/char/2AECF> a lvont:Character ;
    lvont:represents "𪻏"^^xsd:string .

<http://lexvo.org/id/char/2AED> a lvont:Character ;
    lvont:represents "⫭"^^xsd:string ;
    rdfs:comment "REVERSED DOUBLE STROKE NOT SIGN"@en .

<http://lexvo.org/id/char/2AED0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%F0%AA%BB%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C5%8Dng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cung1%20cung4>,
        <http://lexvo.org/id/term/yue/%F0%AA%BB%90>,
        "𪻐"^^xsd:string ;
    rdfs:comment "tinkling of jade pendants"@en .

<http://lexvo.org/id/char/2AED1> a lvont:Character ;
    lvont:represents "𪻑"^^xsd:string .

<http://lexvo.org/id/char/2AED2> a lvont:Character ;
    lvont:represents "𪻒"^^xsd:string .

<http://lexvo.org/id/char/2AED3> a lvont:Character ;
    lvont:represents "𪻓"^^xsd:string .

<http://lexvo.org/id/char/2AED4> a lvont:Character ;
    lvont:represents "𪻔"^^xsd:string .

<http://lexvo.org/id/char/2AED5> a lvont:Character ;
    lvont:represents "𪻕"^^xsd:string .

<http://lexvo.org/id/char/2AED6> a lvont:Character ;
    lvont:represents "𪻖"^^xsd:string .

<http://lexvo.org/id/char/2AED7> a lvont:Character ;
    lvont:represents "𪻗"^^xsd:string .

<http://lexvo.org/id/char/2AED8> a lvont:Character ;
    lvont:represents "𪻘"^^xsd:string .

<http://lexvo.org/id/char/2AED9> a lvont:Character ;
    lvont:represents "𪻙"^^xsd:string .

<http://lexvo.org/id/char/2AEDA> a lvont:Character ;
    lvont:represents "𪻚"^^xsd:string .

<http://lexvo.org/id/char/2AEDB> a lvont:Character ;
    lvont:represents "𪻛"^^xsd:string .

<http://lexvo.org/id/char/2AEDC> a lvont:Character ;
    lvont:represents "𪻜"^^xsd:string .

<http://lexvo.org/id/char/2AEDD> a lvont:Character ;
    lvont:represents "𪻝"^^xsd:string .

<http://lexvo.org/id/char/2AEDE> a lvont:Character ;
    lvont:represents "𪻞"^^xsd:string .

<http://lexvo.org/id/char/2AEDF> a lvont:Character ;
    lvont:represents "𪻟"^^xsd:string .

<http://lexvo.org/id/char/2AEE> a lvont:Character ;
    lvont:represents "⫮"^^xsd:string ;
    rdfs:comment "DOES NOT DIVIDE WITH REVERSED NEGATION SLASH"@en .

<http://lexvo.org/id/char/2AEE0> a lvont:Character ;
    lvont:represents "𪻠"^^xsd:string .

<http://lexvo.org/id/char/2AEE1> a lvont:Character ;
    lvont:represents "𪻡"^^xsd:string .

<http://lexvo.org/id/char/2AEE2> a lvont:Character ;
    lvont:represents "𪻢"^^xsd:string .

<http://lexvo.org/id/char/2AEE3> a lvont:Character ;
    lvont:represents "𪻣"^^xsd:string .

<http://lexvo.org/id/char/2AEE4> a lvont:Character ;
    lvont:represents "𪻤"^^xsd:string .

<http://lexvo.org/id/char/2AEE5> a lvont:Character ;
    lvont:represents "𪻥"^^xsd:string .

<http://lexvo.org/id/char/2AEE6> a lvont:Character ;
    lvont:represents "𪻦"^^xsd:string .

<http://lexvo.org/id/char/2AEE7> a lvont:Character ;
    lvont:represents "𪻧"^^xsd:string .

<http://lexvo.org/id/char/2AEE8> a lvont:Character ;
    lvont:represents "𪻨"^^xsd:string .

<http://lexvo.org/id/char/2AEE9> a lvont:Character ;
    lvont:represents "𪻩"^^xsd:string .

<http://lexvo.org/id/char/2AEEA> a lvont:Character ;
    lvont:represents "𪻪"^^xsd:string .

<http://lexvo.org/id/char/2AEEB> a lvont:Character ;
    lvont:represents "𪻫"^^xsd:string .

<http://lexvo.org/id/char/2AEEC> a lvont:Character ;
    lvont:represents "𪻬"^^xsd:string .

<http://lexvo.org/id/char/2AEED> a lvont:Character ;
    lvont:represents "𪻭"^^xsd:string .

<http://lexvo.org/id/char/2AEEE> a lvont:Character ;
    lvont:represents "𪻮"^^xsd:string .

<http://lexvo.org/id/char/2AEEF> a lvont:Character ;
    lvont:represents "𪻯"^^xsd:string .

<http://lexvo.org/id/char/2AEF> a lvont:Character ;
    lvont:represents "⫯"^^xsd:string ;
    rdfs:comment "VERTICAL LINE WITH CIRCLE ABOVE"@en .

<http://lexvo.org/id/char/2AEF0> a lvont:Character ;
    lvont:represents "𪻰"^^xsd:string .

<http://lexvo.org/id/char/2AEF1> a lvont:Character ;
    lvont:represents "𪻱"^^xsd:string .

<http://lexvo.org/id/char/2AEF2> a lvont:Character ;
    lvont:represents "𪻲"^^xsd:string .

<http://lexvo.org/id/char/2AEF3> a lvont:Character ;
    lvont:represents "𪻳"^^xsd:string .

<http://lexvo.org/id/char/2AEF4> a lvont:Character ;
    lvont:represents "𪻴"^^xsd:string .

<http://lexvo.org/id/char/2AEF5> a lvont:Character ;
    lvont:represents "𪻵"^^xsd:string .

<http://lexvo.org/id/char/2AEF6> a lvont:Character ;
    lvont:represents "𪻶"^^xsd:string .

<http://lexvo.org/id/char/2AEF7> a lvont:Character ;
    lvont:represents "𪻷"^^xsd:string .

<http://lexvo.org/id/char/2AEF8> a lvont:Character ;
    lvont:represents "𪻸"^^xsd:string .

<http://lexvo.org/id/char/2AEF9> a lvont:Character ;
    lvont:represents "𪻹"^^xsd:string .

<http://lexvo.org/id/char/2AEFA> a lvont:Character ;
    lvont:represents "𪻺"^^xsd:string .

<http://lexvo.org/id/char/2AEFB> a lvont:Character ;
    lvont:represents "𪻻"^^xsd:string .

<http://lexvo.org/id/char/2AEFC> a lvont:Character ;
    lvont:represents "𪻼"^^xsd:string .

<http://lexvo.org/id/char/2AEFD> a lvont:Character ;
    lvont:represents "𪻽"^^xsd:string .

<http://lexvo.org/id/char/2AEFE> a lvont:Character ;
    lvont:represents "𪻾"^^xsd:string .

<http://lexvo.org/id/char/2AEFF> a lvont:Character ;
    lvont:represents "𪻿"^^xsd:string .

<http://lexvo.org/id/char/2AF0> a lvont:Character ;
    lvont:represents "⫰"^^xsd:string ;
    rdfs:comment "VERTICAL LINE WITH CIRCLE BELOW"@en .

<http://lexvo.org/id/char/2AF00> a lvont:Character ;
    lvont:represents "𪼀"^^xsd:string .

<http://lexvo.org/id/char/2AF01> a lvont:Character ;
    lvont:represents "𪼁"^^xsd:string .

<http://lexvo.org/id/char/2AF02> a lvont:Character ;
    lvont:represents "𪼂"^^xsd:string .

<http://lexvo.org/id/char/2AF03> a lvont:Character ;
    lvont:represents "𪼃"^^xsd:string .

<http://lexvo.org/id/char/2AF04> a lvont:Character ;
    lvont:represents "𪼄"^^xsd:string .

<http://lexvo.org/id/char/2AF05> a lvont:Character ;
    lvont:represents "𪼅"^^xsd:string .

<http://lexvo.org/id/char/2AF06> a lvont:Character ;
    lvont:represents "𪼆"^^xsd:string .

<http://lexvo.org/id/char/2AF07> a lvont:Character ;
    lvont:represents "𪼇"^^xsd:string .

<http://lexvo.org/id/char/2AF08> a lvont:Character ;
    lvont:represents "𪼈"^^xsd:string .

<http://lexvo.org/id/char/2AF09> a lvont:Character ;
    lvont:represents "𪼉"^^xsd:string .

<http://lexvo.org/id/char/2AF0A> a lvont:Character ;
    lvont:represents "𪼊"^^xsd:string .

<http://lexvo.org/id/char/2AF0B> a lvont:Character ;
    lvont:represents "𪼋"^^xsd:string .

<http://lexvo.org/id/char/2AF0C> a lvont:Character ;
    lvont:represents "𪼌"^^xsd:string .

<http://lexvo.org/id/char/2AF0D> a lvont:Character ;
    lvont:represents "𪼍"^^xsd:string .

<http://lexvo.org/id/char/2AF0E> a lvont:Character ;
    lvont:represents "𪼎"^^xsd:string .

<http://lexvo.org/id/char/2AF0F> a lvont:Character ;
    lvont:represents "𪼏"^^xsd:string .

<http://lexvo.org/id/char/2AF1> a lvont:Character ;
    lvont:represents "⫱"^^xsd:string ;
    rdfs:comment "DOWN TACK WITH CIRCLE BELOW"@en .

<http://lexvo.org/id/char/2AF10> a lvont:Character ;
    lvont:represents "𪼐"^^xsd:string .

<http://lexvo.org/id/char/2AF11> a lvont:Character ;
    lvont:represents "𪼑"^^xsd:string .

<http://lexvo.org/id/char/2AF12> a lvont:Character ;
    lvont:represents "𪼒"^^xsd:string .

<http://lexvo.org/id/char/2AF13> a lvont:Character ;
    lvont:represents "𪼓"^^xsd:string .

<http://lexvo.org/id/char/2AF14> a lvont:Character ;
    lvont:represents "𪼔"^^xsd:string .

<http://lexvo.org/id/char/2AF15> a lvont:Character ;
    lvont:represents "𪼕"^^xsd:string .

<http://lexvo.org/id/char/2AF16> a lvont:Character ;
    lvont:represents "𪼖"^^xsd:string .

<http://lexvo.org/id/char/2AF17> a lvont:Character ;
    lvont:represents "𪼗"^^xsd:string .

<http://lexvo.org/id/char/2AF18> a lvont:Character ;
    lvont:represents "𪼘"^^xsd:string .

<http://lexvo.org/id/char/2AF19> a lvont:Character ;
    lvont:represents "𪼙"^^xsd:string .

<http://lexvo.org/id/char/2AF1A> a lvont:Character ;
    lvont:represents "𪼚"^^xsd:string .

<http://lexvo.org/id/char/2AF1B> a lvont:Character ;
    lvont:represents "𪼛"^^xsd:string .

<http://lexvo.org/id/char/2AF1C> a lvont:Character ;
    lvont:represents "𪼜"^^xsd:string .

<http://lexvo.org/id/char/2AF1D> a lvont:Character ;
    lvont:represents "𪼝"^^xsd:string .

<http://lexvo.org/id/char/2AF1E> a lvont:Character ;
    lvont:represents "𪼞"^^xsd:string .

<http://lexvo.org/id/char/2AF1F> a lvont:Character ;
    lvont:represents "𪼟"^^xsd:string .

<http://lexvo.org/id/char/2AF2> a lvont:Character ;
    lvont:represents "⫲"^^xsd:string ;
    rdfs:comment "PARALLEL WITH HORIZONTAL STROKE"@en .

<http://lexvo.org/id/char/2AF20> a lvont:Character ;
    lvont:represents "𪼠"^^xsd:string .

<http://lexvo.org/id/char/2AF21> a lvont:Character ;
    lvont:represents "𪼡"^^xsd:string .

<http://lexvo.org/id/char/2AF22> a lvont:Character ;
    lvont:represents "𪼢"^^xsd:string .

<http://lexvo.org/id/char/2AF23> a lvont:Character ;
    lvont:represents "𪼣"^^xsd:string .

<http://lexvo.org/id/char/2AF24> a lvont:Character ;
    lvont:represents "𪼤"^^xsd:string .

<http://lexvo.org/id/char/2AF25> a lvont:Character ;
    lvont:represents "𪼥"^^xsd:string .

<http://lexvo.org/id/char/2AF26> a lvont:Character ;
    lvont:represents "𪼦"^^xsd:string .

<http://lexvo.org/id/char/2AF27> a lvont:Character ;
    lvont:represents "𪼧"^^xsd:string .

<http://lexvo.org/id/char/2AF28> a lvont:Character ;
    lvont:represents "𪼨"^^xsd:string .

<http://lexvo.org/id/char/2AF29> a lvont:Character ;
    lvont:represents "𪼩"^^xsd:string .

<http://lexvo.org/id/char/2AF2A> a lvont:Character ;
    lvont:represents "𪼪"^^xsd:string .

<http://lexvo.org/id/char/2AF2B> a lvont:Character ;
    lvont:represents "𪼫"^^xsd:string .

<http://lexvo.org/id/char/2AF2C> a lvont:Character ;
    lvont:represents "𪼬"^^xsd:string .

<http://lexvo.org/id/char/2AF2D> a lvont:Character ;
    lvont:represents "𪼭"^^xsd:string .

<http://lexvo.org/id/char/2AF2E> a lvont:Character ;
    lvont:represents "𪼮"^^xsd:string .

<http://lexvo.org/id/char/2AF2F> a lvont:Character ;
    lvont:represents "𪼯"^^xsd:string .

<http://lexvo.org/id/char/2AF3> a lvont:Character ;
    lvont:represents "⫳"^^xsd:string ;
    rdfs:comment "PARALLEL WITH TILDE OPERATOR"@en .

<http://lexvo.org/id/char/2AF30> a lvont:Character ;
    lvont:represents "𪼰"^^xsd:string .

<http://lexvo.org/id/char/2AF31> a lvont:Character ;
    lvont:represents "𪼱"^^xsd:string .

<http://lexvo.org/id/char/2AF32> a lvont:Character ;
    lvont:represents "𪼲"^^xsd:string .

<http://lexvo.org/id/char/2AF33> a lvont:Character ;
    lvont:represents "𪼳"^^xsd:string .

<http://lexvo.org/id/char/2AF34> a lvont:Character ;
    lvont:represents "𪼴"^^xsd:string .

<http://lexvo.org/id/char/2AF35> a lvont:Character ;
    lvont:represents "𪼵"^^xsd:string .

<http://lexvo.org/id/char/2AF36> a lvont:Character ;
    lvont:represents "𪼶"^^xsd:string .

<http://lexvo.org/id/char/2AF37> a lvont:Character ;
    lvont:represents "𪼷"^^xsd:string .

<http://lexvo.org/id/char/2AF38> a lvont:Character ;
    lvont:represents "𪼸"^^xsd:string .

<http://lexvo.org/id/char/2AF39> a lvont:Character ;
    lvont:represents "𪼹"^^xsd:string .

<http://lexvo.org/id/char/2AF3A> a lvont:Character ;
    lvont:represents "𪼺"^^xsd:string .

<http://lexvo.org/id/char/2AF3B> a lvont:Character ;
    lvont:represents "𪼻"^^xsd:string .

<http://lexvo.org/id/char/2AF3C> a lvont:Character ;
    lvont:represents "𪼼"^^xsd:string .

<http://lexvo.org/id/char/2AF3D> a lvont:Character ;
    lvont:represents "𪼽"^^xsd:string .

<http://lexvo.org/id/char/2AF3E> a lvont:Character ;
    lvont:represents "𪼾"^^xsd:string .

<http://lexvo.org/id/char/2AF3F> a lvont:Character ;
    lvont:represents "𪼿"^^xsd:string .

<http://lexvo.org/id/char/2AF4> a lvont:Character ;
    lvont:represents "⫴"^^xsd:string ;
    rdfs:comment "TRIPLE VERTICAL BAR BINARY RELATION"@en .

<http://lexvo.org/id/char/2AF40> a lvont:Character ;
    lvont:represents "𪽀"^^xsd:string .

<http://lexvo.org/id/char/2AF41> a lvont:Character ;
    lvont:represents "𪽁"^^xsd:string .

<http://lexvo.org/id/char/2AF42> a lvont:Character ;
    lvont:represents "𪽂"^^xsd:string .

<http://lexvo.org/id/char/2AF43> a lvont:Character ;
    lvont:represents "𪽃"^^xsd:string .

<http://lexvo.org/id/char/2AF44> a lvont:Character ;
    lvont:represents "𪽄"^^xsd:string .

<http://lexvo.org/id/char/2AF45> a lvont:Character ;
    lvont:represents "𪽅"^^xsd:string .

<http://lexvo.org/id/char/2AF46> a lvont:Character ;
    lvont:represents "𪽆"^^xsd:string .

<http://lexvo.org/id/char/2AF47> a lvont:Character ;
    lvont:represents "𪽇"^^xsd:string .

<http://lexvo.org/id/char/2AF48> a lvont:Character ;
    lvont:represents "𪽈"^^xsd:string .

<http://lexvo.org/id/char/2AF49> a lvont:Character ;
    lvont:represents "𪽉"^^xsd:string .

<http://lexvo.org/id/char/2AF4A> a lvont:Character ;
    lvont:represents "𪽊"^^xsd:string .

<http://lexvo.org/id/char/2AF4B> a lvont:Character ;
    lvont:represents "𪽋"^^xsd:string .

<http://lexvo.org/id/char/2AF4C> a lvont:Character ;
    lvont:represents "𪽌"^^xsd:string .

<http://lexvo.org/id/char/2AF4D> a lvont:Character ;
    lvont:represents "𪽍"^^xsd:string .

<http://lexvo.org/id/char/2AF4E> a lvont:Character ;
    lvont:represents "𪽎"^^xsd:string .

<http://lexvo.org/id/char/2AF4F> a lvont:Character ;
    lvont:represents "𪽏"^^xsd:string .

<http://lexvo.org/id/char/2AF5> a lvont:Character ;
    lvont:represents "⫵"^^xsd:string ;
    rdfs:comment "TRIPLE VERTICAL BAR WITH HORIZONTAL STROKE"@en .

<http://lexvo.org/id/char/2AF50> a lvont:Character ;
    lvont:represents "𪽐"^^xsd:string .

<http://lexvo.org/id/char/2AF51> a lvont:Character ;
    lvont:represents "𪽑"^^xsd:string .

<http://lexvo.org/id/char/2AF52> a lvont:Character ;
    lvont:represents "𪽒"^^xsd:string .

<http://lexvo.org/id/char/2AF53> a lvont:Character ;
    lvont:represents "𪽓"^^xsd:string .

<http://lexvo.org/id/char/2AF54> a lvont:Character ;
    lvont:represents "𪽔"^^xsd:string .

<http://lexvo.org/id/char/2AF55> a lvont:Character ;
    lvont:represents "𪽕"^^xsd:string .

<http://lexvo.org/id/char/2AF56> a lvont:Character ;
    lvont:represents "𪽖"^^xsd:string .

<http://lexvo.org/id/char/2AF57> a lvont:Character ;
    lvont:represents "𪽗"^^xsd:string .

<http://lexvo.org/id/char/2AF58> a lvont:Character ;
    lvont:represents "𪽘"^^xsd:string .

<http://lexvo.org/id/char/2AF59> a lvont:Character ;
    lvont:represents "𪽙"^^xsd:string .

<http://lexvo.org/id/char/2AF5A> a lvont:Character ;
    lvont:represents "𪽚"^^xsd:string .

<http://lexvo.org/id/char/2AF5B> a lvont:Character ;
    lvont:represents "𪽛"^^xsd:string .

<http://lexvo.org/id/char/2AF5C> a lvont:Character ;
    lvont:represents "𪽜"^^xsd:string .

<http://lexvo.org/id/char/2AF5D> a lvont:Character ;
    lvont:represents "𪽝"^^xsd:string .

<http://lexvo.org/id/char/2AF5E> a lvont:Character ;
    lvont:represents "𪽞"^^xsd:string .

<http://lexvo.org/id/char/2AF5F> a lvont:Character ;
    lvont:represents "𪽟"^^xsd:string .

<http://lexvo.org/id/char/2AF6> a lvont:Character ;
    lvont:represents "⫶"^^xsd:string ;
    rdfs:comment "TRIPLE COLON OPERATOR"@en .

<http://lexvo.org/id/char/2AF60> a lvont:Character ;
    lvont:represents "𪽠"^^xsd:string .

<http://lexvo.org/id/char/2AF61> a lvont:Character ;
    lvont:represents "𪽡"^^xsd:string .

<http://lexvo.org/id/char/2AF62> a lvont:Character ;
    lvont:represents "𪽢"^^xsd:string .

<http://lexvo.org/id/char/2AF63> a lvont:Character ;
    lvont:represents "𪽣"^^xsd:string .

<http://lexvo.org/id/char/2AF64> a lvont:Character ;
    lvont:represents "𪽤"^^xsd:string .

<http://lexvo.org/id/char/2AF65> a lvont:Character ;
    lvont:represents "𪽥"^^xsd:string .

<http://lexvo.org/id/char/2AF66> a lvont:Character ;
    lvont:represents "𪽦"^^xsd:string .

<http://lexvo.org/id/char/2AF67> a lvont:Character ;
    lvont:represents "𪽧"^^xsd:string .

<http://lexvo.org/id/char/2AF68> a lvont:Character ;
    lvont:represents "𪽨"^^xsd:string .

<http://lexvo.org/id/char/2AF69> a lvont:Character ;
    lvont:represents "𪽩"^^xsd:string .

<http://lexvo.org/id/char/2AF6A> a lvont:Character ;
    lvont:represents "𪽪"^^xsd:string .

<http://lexvo.org/id/char/2AF6B> a lvont:Character ;
    lvont:represents "𪽫"^^xsd:string .

<http://lexvo.org/id/char/2AF6C> a lvont:Character ;
    lvont:represents "𪽬"^^xsd:string .

<http://lexvo.org/id/char/2AF6D> a lvont:Character ;
    lvont:represents "𪽭"^^xsd:string .

<http://lexvo.org/id/char/2AF6E> a lvont:Character ;
    lvont:represents "𪽮"^^xsd:string .

<http://lexvo.org/id/char/2AF6F> a lvont:Character ;
    lvont:represents "𪽯"^^xsd:string .

<http://lexvo.org/id/char/2AF7> a lvont:Character ;
    lvont:represents "⫷"^^xsd:string ;
    rdfs:comment "TRIPLE NESTED LESS-THAN"@en .

<http://lexvo.org/id/char/2AF70> a lvont:Character ;
    lvont:represents "𪽰"^^xsd:string .

<http://lexvo.org/id/char/2AF71> a lvont:Character ;
    lvont:represents "𪽱"^^xsd:string .

<http://lexvo.org/id/char/2AF72> a lvont:Character ;
    lvont:represents "𪽲"^^xsd:string .

<http://lexvo.org/id/char/2AF73> a lvont:Character ;
    lvont:represents "𪽳"^^xsd:string .

<http://lexvo.org/id/char/2AF74> a lvont:Character ;
    lvont:represents "𪽴"^^xsd:string .

<http://lexvo.org/id/char/2AF75> a lvont:Character ;
    lvont:represents "𪽵"^^xsd:string .

<http://lexvo.org/id/char/2AF76> a lvont:Character ;
    lvont:represents "𪽶"^^xsd:string .

<http://lexvo.org/id/char/2AF77> a lvont:Character ;
    lvont:represents "𪽷"^^xsd:string .

<http://lexvo.org/id/char/2AF78> a lvont:Character ;
    lvont:represents "𪽸"^^xsd:string .

<http://lexvo.org/id/char/2AF79> a lvont:Character ;
    lvont:represents "𪽹"^^xsd:string .

<http://lexvo.org/id/char/2AF7A> a lvont:Character ;
    lvont:represents "𪽺"^^xsd:string .

<http://lexvo.org/id/char/2AF7B> a lvont:Character ;
    lvont:represents "𪽻"^^xsd:string .

<http://lexvo.org/id/char/2AF7C> a lvont:Character ;
    lvont:represents "𪽼"^^xsd:string .

<http://lexvo.org/id/char/2AF7D> a lvont:Character ;
    lvont:represents "𪽽"^^xsd:string .

<http://lexvo.org/id/char/2AF7E> a lvont:Character ;
    lvont:represents "𪽾"^^xsd:string .

<http://lexvo.org/id/char/2AF7F> a lvont:Character ;
    lvont:represents "𪽿"^^xsd:string .

<http://lexvo.org/id/char/2AF8> a lvont:Character ;
    lvont:represents "⫸"^^xsd:string ;
    rdfs:comment "TRIPLE NESTED GREATER-THAN"@en .

<http://lexvo.org/id/char/2AF80> a lvont:Character ;
    lvont:represents "𪾀"^^xsd:string .

<http://lexvo.org/id/char/2AF81> a lvont:Character ;
    lvont:represents "𪾁"^^xsd:string .

<http://lexvo.org/id/char/2AF82> a lvont:Character ;
    lvont:represents "𪾂"^^xsd:string .

<http://lexvo.org/id/char/2AF83> a lvont:Character ;
    lvont:represents "𪾃"^^xsd:string .

<http://lexvo.org/id/char/2AF84> a lvont:Character ;
    lvont:represents "𪾄"^^xsd:string .

<http://lexvo.org/id/char/2AF85> a lvont:Character ;
    lvont:represents "𪾅"^^xsd:string .

<http://lexvo.org/id/char/2AF86> a lvont:Character ;
    lvont:represents "𪾆"^^xsd:string .

<http://lexvo.org/id/char/2AF87> a lvont:Character ;
    lvont:represents "𪾇"^^xsd:string .

<http://lexvo.org/id/char/2AF88> a lvont:Character ;
    lvont:represents "𪾈"^^xsd:string .

<http://lexvo.org/id/char/2AF89> a lvont:Character ;
    lvont:represents "𪾉"^^xsd:string .

<http://lexvo.org/id/char/2AF8A> a lvont:Character ;
    lvont:represents "𪾊"^^xsd:string .

<http://lexvo.org/id/char/2AF8B> a lvont:Character ;
    lvont:represents "𪾋"^^xsd:string .

<http://lexvo.org/id/char/2AF8C> a lvont:Character ;
    lvont:represents "𪾌"^^xsd:string .

<http://lexvo.org/id/char/2AF8D> a lvont:Character ;
    lvont:represents "𪾍"^^xsd:string .

<http://lexvo.org/id/char/2AF8E> a lvont:Character ;
    lvont:represents "𪾎"^^xsd:string .

<http://lexvo.org/id/char/2AF8F> a lvont:Character ;
    lvont:represents "𪾏"^^xsd:string .

<http://lexvo.org/id/char/2AF9> a lvont:Character ;
    lvont:represents "⫹"^^xsd:string ;
    rdfs:comment "DOUBLE-LINE SLANTED LESS-THAN OR EQUAL TO"@en .

<http://lexvo.org/id/char/2AF90> a lvont:Character ;
    lvont:represents "𪾐"^^xsd:string .

<http://lexvo.org/id/char/2AF91> a lvont:Character ;
    lvont:represents "𪾑"^^xsd:string .

<http://lexvo.org/id/char/2AF92> a lvont:Character ;
    lvont:represents "𪾒"^^xsd:string .

<http://lexvo.org/id/char/2AF93> a lvont:Character ;
    lvont:represents "𪾓"^^xsd:string .

<http://lexvo.org/id/char/2AF94> a lvont:Character ;
    lvont:represents "𪾔"^^xsd:string .

<http://lexvo.org/id/char/2AF95> a lvont:Character ;
    lvont:represents "𪾕"^^xsd:string .

<http://lexvo.org/id/char/2AF96> a lvont:Character ;
    lvont:represents "𪾖"^^xsd:string .

<http://lexvo.org/id/char/2AF97> a lvont:Character ;
    lvont:represents "𪾗"^^xsd:string .

<http://lexvo.org/id/char/2AF98> a lvont:Character ;
    lvont:represents "𪾘"^^xsd:string .

<http://lexvo.org/id/char/2AF99> a lvont:Character ;
    lvont:represents "𪾙"^^xsd:string .

<http://lexvo.org/id/char/2AF9A> a lvont:Character ;
    lvont:represents "𪾚"^^xsd:string .

<http://lexvo.org/id/char/2AF9B> a lvont:Character ;
    lvont:represents "𪾛"^^xsd:string .

<http://lexvo.org/id/char/2AF9C> a lvont:Character ;
    lvont:represents "𪾜"^^xsd:string .

<http://lexvo.org/id/char/2AF9D> a lvont:Character ;
    lvont:represents "𪾝"^^xsd:string .

<http://lexvo.org/id/char/2AF9E> a lvont:Character ;
    lvont:represents "𪾞"^^xsd:string .

<http://lexvo.org/id/char/2AF9F> a lvont:Character ;
    lvont:represents "𪾟"^^xsd:string .

<http://lexvo.org/id/char/2AFA> a lvont:Character ;
    lvont:represents "⫺"^^xsd:string ;
    rdfs:comment "DOUBLE-LINE SLANTED GREATER-THAN OR EQUAL TO"@en .

<http://lexvo.org/id/char/2AFA0> a lvont:Character ;
    lvont:represents "𪾠"^^xsd:string .

<http://lexvo.org/id/char/2AFA1> a lvont:Character ;
    lvont:represents "𪾡"^^xsd:string .

<http://lexvo.org/id/char/2AFA2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%F0%AA%BE%A2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jin5>,
        <http://lexvo.org/id/term/yue/%F0%AA%BE%A2>,
        "𪾢"^^xsd:string ;
    rdfs:comment "to look at fearfully; overly cautious"@en .

<http://lexvo.org/id/char/2AFA3> a lvont:Character ;
    lvont:represents "𪾣"^^xsd:string .

<http://lexvo.org/id/char/2AFA4> a lvont:Character ;
    lvont:represents "𪾤"^^xsd:string .

<http://lexvo.org/id/char/2AFA5> a lvont:Character ;
    lvont:represents "𪾥"^^xsd:string .

<http://lexvo.org/id/char/2AFA6> a lvont:Character ;
    lvont:represents "𪾦"^^xsd:string .

<http://lexvo.org/id/char/2AFA7> a lvont:Character ;
    lvont:represents "𪾧"^^xsd:string .

<http://lexvo.org/id/char/2AFA8> a lvont:Character ;
    lvont:represents "𪾨"^^xsd:string .

<http://lexvo.org/id/char/2AFA9> a lvont:Character ;
    lvont:represents "𪾩"^^xsd:string .

<http://lexvo.org/id/char/2AFAA> a lvont:Character ;
    lvont:represents "𪾪"^^xsd:string .

<http://lexvo.org/id/char/2AFAB> a lvont:Character ;
    lvont:represents "𪾫"^^xsd:string .

<http://lexvo.org/id/char/2AFAC> a lvont:Character ;
    lvont:represents "𪾬"^^xsd:string .

<http://lexvo.org/id/char/2AFAD> a lvont:Character ;
    lvont:represents "𪾭"^^xsd:string .

<http://lexvo.org/id/char/2AFAE> a lvont:Character ;
    lvont:represents "𪾮"^^xsd:string .

<http://lexvo.org/id/char/2AFAF> a lvont:Character ;
    lvont:represents "𪾯"^^xsd:string .

<http://lexvo.org/id/char/2AFB> a lvont:Character ;
    lvont:represents "⫻"^^xsd:string ;
    rdfs:comment "TRIPLE SOLIDUS BINARY RELATION"@en .

<http://lexvo.org/id/char/2AFB0> a lvont:Character ;
    lvont:represents "𪾰"^^xsd:string .

<http://lexvo.org/id/char/2AFB1> a lvont:Character ;
    lvont:represents "𪾱"^^xsd:string .

<http://lexvo.org/id/char/2AFB2> a lvont:Character ;
    lvont:represents "𪾲"^^xsd:string .

<http://lexvo.org/id/char/2AFB3> a lvont:Character ;
    lvont:represents "𪾳"^^xsd:string .

<http://lexvo.org/id/char/2AFB4> a lvont:Character ;
    lvont:represents "𪾴"^^xsd:string .

<http://lexvo.org/id/char/2AFB5> a lvont:Character ;
    lvont:represents "𪾵"^^xsd:string .

<http://lexvo.org/id/char/2AFB6> a lvont:Character ;
    lvont:represents "𪾶"^^xsd:string .

<http://lexvo.org/id/char/2AFB7> a lvont:Character ;
    lvont:represents "𪾷"^^xsd:string .

<http://lexvo.org/id/char/2AFB8> a lvont:Character ;
    lvont:represents "𪾸"^^xsd:string .

<http://lexvo.org/id/char/2AFB9> a lvont:Character ;
    lvont:represents "𪾹"^^xsd:string .

<http://lexvo.org/id/char/2AFBA> a lvont:Character ;
    lvont:represents "𪾺"^^xsd:string .

<http://lexvo.org/id/char/2AFBB> a lvont:Character ;
    lvont:represents "𪾻"^^xsd:string .

<http://lexvo.org/id/char/2AFBC> a lvont:Character ;
    lvont:represents "𪾼"^^xsd:string .

<http://lexvo.org/id/char/2AFBD> a lvont:Character ;
    lvont:represents "𪾽"^^xsd:string .

<http://lexvo.org/id/char/2AFBE> a lvont:Character ;
    lvont:represents "𪾾"^^xsd:string .

<http://lexvo.org/id/char/2AFBF> a lvont:Character ;
    lvont:represents "𪾿"^^xsd:string .

<http://lexvo.org/id/char/2AFC> a lvont:Character ;
    lvont:represents "⫼"^^xsd:string ;
    rdfs:comment "LARGE TRIPLE VERTICAL BAR OPERATOR"@en .

<http://lexvo.org/id/char/2AFC0> a lvont:Character ;
    lvont:represents "𪿀"^^xsd:string .

<http://lexvo.org/id/char/2AFC1> a lvont:Character ;
    lvont:represents "𪿁"^^xsd:string .

<http://lexvo.org/id/char/2AFC2> a lvont:Character ;
    lvont:represents "𪿂"^^xsd:string .

<http://lexvo.org/id/char/2AFC3> a lvont:Character ;
    lvont:represents "𪿃"^^xsd:string .

<http://lexvo.org/id/char/2AFC4> a lvont:Character ;
    lvont:represents "𪿄"^^xsd:string .

<http://lexvo.org/id/char/2AFC5> a lvont:Character ;
    lvont:represents "𪿅"^^xsd:string .

<http://lexvo.org/id/char/2AFC6> a lvont:Character ;
    lvont:represents "𪿆"^^xsd:string .

<http://lexvo.org/id/char/2AFC7> a lvont:Character ;
    lvont:represents "𪿇"^^xsd:string .

<http://lexvo.org/id/char/2AFC8> a lvont:Character ;
    lvont:represents "𪿈"^^xsd:string .

<http://lexvo.org/id/char/2AFC9> a lvont:Character ;
    lvont:represents "𪿉"^^xsd:string .

<http://lexvo.org/id/char/2AFCA> a lvont:Character ;
    lvont:represents "𪿊"^^xsd:string .

<http://lexvo.org/id/char/2AFCB> a lvont:Character ;
    lvont:represents "𪿋"^^xsd:string .

<http://lexvo.org/id/char/2AFCC> a lvont:Character ;
    lvont:represents "𪿌"^^xsd:string .

<http://lexvo.org/id/char/2AFCD> a lvont:Character ;
    lvont:represents "𪿍"^^xsd:string .

<http://lexvo.org/id/char/2AFCE> a lvont:Character ;
    lvont:represents "𪿎"^^xsd:string .

<http://lexvo.org/id/char/2AFCF> a lvont:Character ;
    lvont:represents "𪿏"^^xsd:string .

<http://lexvo.org/id/char/2AFD> a lvont:Character ;
    lvont:represents "⫽"^^xsd:string ;
    rdfs:comment "DOUBLE SOLIDUS OPERATOR"@en .

<http://lexvo.org/id/char/2AFD0> a lvont:Character ;
    lvont:represents "𪿐"^^xsd:string .

<http://lexvo.org/id/char/2AFD1> a lvont:Character ;
    lvont:represents "𪿑"^^xsd:string .

<http://lexvo.org/id/char/2AFD2> a lvont:Character ;
    lvont:represents "𪿒"^^xsd:string .

<http://lexvo.org/id/char/2AFD3> a lvont:Character ;
    lvont:represents "𪿓"^^xsd:string .

<http://lexvo.org/id/char/2AFD4> a lvont:Character ;
    lvont:represents "𪿔"^^xsd:string .

<http://lexvo.org/id/char/2AFD5> a lvont:Character ;
    lvont:represents "𪿕"^^xsd:string .

<http://lexvo.org/id/char/2AFD6> a lvont:Character ;
    lvont:represents "𪿖"^^xsd:string .

<http://lexvo.org/id/char/2AFD7> a lvont:Character ;
    lvont:represents "𪿗"^^xsd:string .

<http://lexvo.org/id/char/2AFD8> a lvont:Character ;
    lvont:represents "𪿘"^^xsd:string .

<http://lexvo.org/id/char/2AFD9> a lvont:Character ;
    lvont:represents "𪿙"^^xsd:string .

<http://lexvo.org/id/char/2AFDA> a lvont:Character ;
    lvont:represents "𪿚"^^xsd:string .

<http://lexvo.org/id/char/2AFDB> a lvont:Character ;
    lvont:represents "𪿛"^^xsd:string .

<http://lexvo.org/id/char/2AFDC> a lvont:Character ;
    lvont:represents "𪿜"^^xsd:string .

<http://lexvo.org/id/char/2AFDD> a lvont:Character ;
    lvont:represents "𪿝"^^xsd:string .

<http://lexvo.org/id/char/2AFDE> a lvont:Character ;
    lvont:represents "𪿞"^^xsd:string .

<http://lexvo.org/id/char/2AFDF> a lvont:Character ;
    lvont:represents "𪿟"^^xsd:string .

<http://lexvo.org/id/char/2AFE> a lvont:Character ;
    lvont:represents "⫾"^^xsd:string ;
    rdfs:comment "WHITE VERTICAL BAR"@en .

<http://lexvo.org/id/char/2AFE0> a lvont:Character ;
    lvont:represents "𪿠"^^xsd:string .

<http://lexvo.org/id/char/2AFE1> a lvont:Character ;
    lvont:represents "𪿡"^^xsd:string .

<http://lexvo.org/id/char/2AFE2> a lvont:Character ;
    lvont:represents "𪿢"^^xsd:string .

<http://lexvo.org/id/char/2AFE3> a lvont:Character ;
    lvont:represents "𪿣"^^xsd:string .

<http://lexvo.org/id/char/2AFE4> a lvont:Character ;
    lvont:represents "𪿤"^^xsd:string .

<http://lexvo.org/id/char/2AFE5> a lvont:Character ;
    lvont:represents "𪿥"^^xsd:string .

<http://lexvo.org/id/char/2AFE6> a lvont:Character ;
    lvont:represents "𪿦"^^xsd:string .

<http://lexvo.org/id/char/2AFE7> a lvont:Character ;
    lvont:represents "𪿧"^^xsd:string .

<http://lexvo.org/id/char/2AFE8> a lvont:Character ;
    lvont:represents "𪿨"^^xsd:string .

<http://lexvo.org/id/char/2AFE9> a lvont:Character ;
    lvont:represents "𪿩"^^xsd:string .

<http://lexvo.org/id/char/2AFEA> a lvont:Character ;
    lvont:represents "𪿪"^^xsd:string .

<http://lexvo.org/id/char/2AFEB> a lvont:Character ;
    lvont:represents "𪿫"^^xsd:string .

<http://lexvo.org/id/char/2AFEC> a lvont:Character ;
    lvont:represents "𪿬"^^xsd:string .

<http://lexvo.org/id/char/2AFED> a lvont:Character ;
    lvont:represents "𪿭"^^xsd:string .

<http://lexvo.org/id/char/2AFEE> a lvont:Character ;
    lvont:represents "𪿮"^^xsd:string .

<http://lexvo.org/id/char/2AFEF> a lvont:Character ;
    lvont:represents "𪿯"^^xsd:string .

<http://lexvo.org/id/char/2AFF> a lvont:Character ;
    lvont:represents "⫿"^^xsd:string ;
    rdfs:comment "N-ARY WHITE VERTICAL BAR"@en .

<http://lexvo.org/id/char/2AFF0> a lvont:Character ;
    lvont:represents "𪿰"^^xsd:string .

<http://lexvo.org/id/char/2AFF1> a lvont:Character ;
    lvont:represents "𪿱"^^xsd:string .

<http://lexvo.org/id/char/2AFF2> a lvont:Character ;
    lvont:represents "𪿲"^^xsd:string .

<http://lexvo.org/id/char/2AFF3> a lvont:Character ;
    lvont:represents "𪿳"^^xsd:string .

<http://lexvo.org/id/char/2AFF4> a lvont:Character ;
    lvont:represents "𪿴"^^xsd:string .

<http://lexvo.org/id/char/2AFF5> a lvont:Character ;
    lvont:represents "𪿵"^^xsd:string .

<http://lexvo.org/id/char/2AFF6> a lvont:Character ;
    lvont:represents "𪿶"^^xsd:string .

<http://lexvo.org/id/char/2AFF7> a lvont:Character ;
    lvont:represents "𪿷"^^xsd:string .

<http://lexvo.org/id/char/2AFF8> a lvont:Character ;
    lvont:represents "𪿸"^^xsd:string .

<http://lexvo.org/id/char/2AFF9> a lvont:Character ;
    lvont:represents "𪿹"^^xsd:string .

<http://lexvo.org/id/char/2AFFA> a lvont:Character ;
    lvont:represents "𪿺"^^xsd:string .

<http://lexvo.org/id/char/2AFFB> a lvont:Character ;
    lvont:represents "𪿻"^^xsd:string .

<http://lexvo.org/id/char/2AFFC> a lvont:Character ;
    lvont:represents "𪿼"^^xsd:string .

<http://lexvo.org/id/char/2AFFD> a lvont:Character ;
    lvont:represents "𪿽"^^xsd:string .

<http://lexvo.org/id/char/2AFFE> a lvont:Character ;
    lvont:represents "𪿾"^^xsd:string .

<http://lexvo.org/id/char/2AFFF> a lvont:Character ;
    lvont:represents "𪿿"^^xsd:string .

<http://lexvo.org/id/char/2B00> a lvont:Character ;
    lvont:represents "⬀"^^xsd:string ;
    rdfs:comment "NORTH EAST WHITE ARROW"@en .

<http://lexvo.org/id/char/2B000> a lvont:Character ;
    lvont:represents "𫀀"^^xsd:string .

<http://lexvo.org/id/char/2B001> a lvont:Character ;
    lvont:represents "𫀁"^^xsd:string .

<http://lexvo.org/id/char/2B002> a lvont:Character ;
    lvont:represents "𫀂"^^xsd:string .

<http://lexvo.org/id/char/2B003> a lvont:Character ;
    lvont:represents "𫀃"^^xsd:string .

<http://lexvo.org/id/char/2B004> a lvont:Character ;
    lvont:represents "𫀄"^^xsd:string .

<http://lexvo.org/id/char/2B005> a lvont:Character ;
    lvont:represents "𫀅"^^xsd:string .

<http://lexvo.org/id/char/2B006> a lvont:Character ;
    lvont:represents "𫀆"^^xsd:string .

<http://lexvo.org/id/char/2B007> a lvont:Character ;
    lvont:represents "𫀇"^^xsd:string .

<http://lexvo.org/id/char/2B008> a lvont:Character ;
    lvont:represents "𫀈"^^xsd:string .

<http://lexvo.org/id/char/2B009> a lvont:Character ;
    lvont:represents "𫀉"^^xsd:string .

<http://lexvo.org/id/char/2B00A> a lvont:Character ;
    lvont:represents "𫀊"^^xsd:string .

<http://lexvo.org/id/char/2B00B> a lvont:Character ;
    lvont:represents "𫀋"^^xsd:string .

<http://lexvo.org/id/char/2B00C> a lvont:Character ;
    lvont:represents "𫀌"^^xsd:string .

<http://lexvo.org/id/char/2B00D> a lvont:Character ;
    lvont:represents "𫀍"^^xsd:string .

<http://lexvo.org/id/char/2B00E> a lvont:Character ;
    lvont:represents "𫀎"^^xsd:string .

<http://lexvo.org/id/char/2B00F> a lvont:Character ;
    lvont:represents "𫀏"^^xsd:string .

<http://lexvo.org/id/char/2B01> a lvont:Character ;
    lvont:represents "⬁"^^xsd:string ;
    rdfs:comment "NORTH WEST WHITE ARROW"@en .

<http://lexvo.org/id/char/2B010> a lvont:Character ;
    lvont:represents "𫀐"^^xsd:string .

<http://lexvo.org/id/char/2B011> a lvont:Character ;
    lvont:represents "𫀑"^^xsd:string .

<http://lexvo.org/id/char/2B012> a lvont:Character ;
    lvont:represents "𫀒"^^xsd:string .

<http://lexvo.org/id/char/2B013> a lvont:Character ;
    lvont:represents "𫀓"^^xsd:string .

<http://lexvo.org/id/char/2B014> a lvont:Character ;
    lvont:represents "𫀔"^^xsd:string .

<http://lexvo.org/id/char/2B015> a lvont:Character ;
    lvont:represents "𫀕"^^xsd:string .

<http://lexvo.org/id/char/2B016> a lvont:Character ;
    lvont:represents "𫀖"^^xsd:string .

<http://lexvo.org/id/char/2B017> a lvont:Character ;
    lvont:represents "𫀗"^^xsd:string .

<http://lexvo.org/id/char/2B018> a lvont:Character ;
    lvont:represents "𫀘"^^xsd:string .

<http://lexvo.org/id/char/2B019> a lvont:Character ;
    lvont:represents "𫀙"^^xsd:string .

<http://lexvo.org/id/char/2B01A> a lvont:Character ;
    lvont:represents "𫀚"^^xsd:string .

<http://lexvo.org/id/char/2B01B> a lvont:Character ;
    lvont:represents "𫀛"^^xsd:string .

<http://lexvo.org/id/char/2B01C> a lvont:Character ;
    lvont:represents "𫀜"^^xsd:string .

<http://lexvo.org/id/char/2B01D> a lvont:Character ;
    lvont:represents "𫀝"^^xsd:string .

<http://lexvo.org/id/char/2B01E> a lvont:Character ;
    lvont:represents "𫀞"^^xsd:string .

<http://lexvo.org/id/char/2B01F> a lvont:Character ;
    lvont:represents "𫀟"^^xsd:string .

<http://lexvo.org/id/char/2B02> a lvont:Character ;
    lvont:represents "⬂"^^xsd:string ;
    rdfs:comment "SOUTH EAST WHITE ARROW"@en .

<http://lexvo.org/id/char/2B020> a lvont:Character ;
    lvont:represents "𫀠"^^xsd:string .

<http://lexvo.org/id/char/2B021> a lvont:Character ;
    lvont:represents "𫀡"^^xsd:string .

<http://lexvo.org/id/char/2B022> a lvont:Character ;
    lvont:represents "𫀢"^^xsd:string .

<http://lexvo.org/id/char/2B023> a lvont:Character ;
    lvont:represents "𫀣"^^xsd:string .

<http://lexvo.org/id/char/2B024> a lvont:Character ;
    lvont:represents "𫀤"^^xsd:string .

<http://lexvo.org/id/char/2B025> a lvont:Character ;
    lvont:represents "𫀥"^^xsd:string .

<http://lexvo.org/id/char/2B026> a lvont:Character ;
    lvont:represents "𫀦"^^xsd:string .

<http://lexvo.org/id/char/2B027> a lvont:Character ;
    lvont:represents "𫀧"^^xsd:string .

<http://lexvo.org/id/char/2B028> a lvont:Character ;
    lvont:represents "𫀨"^^xsd:string .

<http://lexvo.org/id/char/2B029> a lvont:Character ;
    lvont:represents "𫀩"^^xsd:string .

<http://lexvo.org/id/char/2B02A> a lvont:Character ;
    lvont:represents "𫀪"^^xsd:string .

<http://lexvo.org/id/char/2B02B> a lvont:Character ;
    lvont:represents "𫀫"^^xsd:string .

<http://lexvo.org/id/char/2B02C> a lvont:Character ;
    lvont:represents "𫀬"^^xsd:string .

<http://lexvo.org/id/char/2B02D> a lvont:Character ;
    lvont:represents "𫀭"^^xsd:string .

<http://lexvo.org/id/char/2B02E> a lvont:Character ;
    lvont:represents "𫀮"^^xsd:string .

<http://lexvo.org/id/char/2B02F> a lvont:Character ;
    lvont:represents "𫀯"^^xsd:string .

<http://lexvo.org/id/char/2B03> a lvont:Character ;
    lvont:represents "⬃"^^xsd:string ;
    rdfs:comment "SOUTH WEST WHITE ARROW"@en .

<http://lexvo.org/id/char/2B030> a lvont:Character ;
    lvont:represents "𫀰"^^xsd:string .

<http://lexvo.org/id/char/2B031> a lvont:Character ;
    lvont:represents "𫀱"^^xsd:string .

<http://lexvo.org/id/char/2B032> a lvont:Character ;
    lvont:represents "𫀲"^^xsd:string .

<http://lexvo.org/id/char/2B033> a lvont:Character ;
    lvont:represents "𫀳"^^xsd:string .

<http://lexvo.org/id/char/2B034> a lvont:Character ;
    lvont:represents "𫀴"^^xsd:string .

<http://lexvo.org/id/char/2B035> a lvont:Character ;
    lvont:represents "𫀵"^^xsd:string .

<http://lexvo.org/id/char/2B036> a lvont:Character ;
    lvont:represents "𫀶"^^xsd:string .

<http://lexvo.org/id/char/2B037> a lvont:Character ;
    lvont:represents "𫀷"^^xsd:string .

<http://lexvo.org/id/char/2B038> a lvont:Character ;
    lvont:represents "𫀸"^^xsd:string .

<http://lexvo.org/id/char/2B039> a lvont:Character ;
    lvont:represents "𫀹"^^xsd:string .

<http://lexvo.org/id/char/2B03A> a lvont:Character ;
    lvont:represents "𫀺"^^xsd:string .

<http://lexvo.org/id/char/2B03B> a lvont:Character ;
    lvont:represents "𫀻"^^xsd:string .

<http://lexvo.org/id/char/2B03C> a lvont:Character ;
    lvont:represents "𫀼"^^xsd:string .

<http://lexvo.org/id/char/2B03D> a lvont:Character ;
    lvont:represents "𫀽"^^xsd:string .

<http://lexvo.org/id/char/2B03E> a lvont:Character ;
    lvont:represents "𫀾"^^xsd:string .

<http://lexvo.org/id/char/2B03F> a lvont:Character ;
    lvont:represents "𫀿"^^xsd:string .

<http://lexvo.org/id/char/2B04> a lvont:Character ;
    lvont:represents "⬄"^^xsd:string ;
    rdfs:comment "LEFT RIGHT WHITE ARROW"@en .

<http://lexvo.org/id/char/2B040> a lvont:Character ;
    lvont:represents "𫁀"^^xsd:string .

<http://lexvo.org/id/char/2B041> a lvont:Character ;
    lvont:represents "𫁁"^^xsd:string .

<http://lexvo.org/id/char/2B042> a lvont:Character ;
    lvont:represents "𫁂"^^xsd:string .

<http://lexvo.org/id/char/2B043> a lvont:Character ;
    lvont:represents "𫁃"^^xsd:string .

<http://lexvo.org/id/char/2B044> a lvont:Character ;
    lvont:represents "𫁄"^^xsd:string .

<http://lexvo.org/id/char/2B045> a lvont:Character ;
    lvont:represents "𫁅"^^xsd:string .

<http://lexvo.org/id/char/2B046> a lvont:Character ;
    lvont:represents "𫁆"^^xsd:string .

<http://lexvo.org/id/char/2B047> a lvont:Character ;
    lvont:represents "𫁇"^^xsd:string .

<http://lexvo.org/id/char/2B048> a lvont:Character ;
    lvont:represents "𫁈"^^xsd:string .

<http://lexvo.org/id/char/2B049> a lvont:Character ;
    lvont:represents "𫁉"^^xsd:string .

<http://lexvo.org/id/char/2B04A> a lvont:Character ;
    lvont:represents "𫁊"^^xsd:string .

<http://lexvo.org/id/char/2B04B> a lvont:Character ;
    lvont:represents "𫁋"^^xsd:string .

<http://lexvo.org/id/char/2B04C> a lvont:Character ;
    lvont:represents "𫁌"^^xsd:string .

<http://lexvo.org/id/char/2B04D> a lvont:Character ;
    lvont:represents "𫁍"^^xsd:string .

<http://lexvo.org/id/char/2B04E> a lvont:Character ;
    lvont:represents "𫁎"^^xsd:string .

<http://lexvo.org/id/char/2B04F> a lvont:Character ;
    lvont:represents "𫁏"^^xsd:string .

<http://lexvo.org/id/char/2B05> a lvont:Character ;
    lvont:represents "⬅"^^xsd:string ;
    rdfs:comment "LEFTWARDS BLACK ARROW"@en .

<http://lexvo.org/id/char/2B050> a lvont:Character ;
    lvont:represents "𫁐"^^xsd:string .

<http://lexvo.org/id/char/2B051> a lvont:Character ;
    lvont:represents "𫁑"^^xsd:string .

<http://lexvo.org/id/char/2B052> a lvont:Character ;
    lvont:represents "𫁒"^^xsd:string .

<http://lexvo.org/id/char/2B053> a lvont:Character ;
    lvont:represents "𫁓"^^xsd:string .

<http://lexvo.org/id/char/2B054> a lvont:Character ;
    lvont:represents "𫁔"^^xsd:string .

<http://lexvo.org/id/char/2B055> a lvont:Character ;
    lvont:represents "𫁕"^^xsd:string .

<http://lexvo.org/id/char/2B056> a lvont:Character ;
    lvont:represents "𫁖"^^xsd:string .

<http://lexvo.org/id/char/2B057> a lvont:Character ;
    lvont:represents "𫁗"^^xsd:string .

<http://lexvo.org/id/char/2B058> a lvont:Character ;
    lvont:represents "𫁘"^^xsd:string .

<http://lexvo.org/id/char/2B059> a lvont:Character ;
    lvont:represents "𫁙"^^xsd:string .

<http://lexvo.org/id/char/2B05A> a lvont:Character ;
    lvont:represents "𫁚"^^xsd:string .

<http://lexvo.org/id/char/2B05B> a lvont:Character ;
    lvont:represents "𫁛"^^xsd:string .

<http://lexvo.org/id/char/2B05C> a lvont:Character ;
    lvont:represents "𫁜"^^xsd:string .

<http://lexvo.org/id/char/2B05D> a lvont:Character ;
    lvont:represents "𫁝"^^xsd:string .

<http://lexvo.org/id/char/2B05E> a lvont:Character ;
    lvont:represents "𫁞"^^xsd:string .

<http://lexvo.org/id/char/2B05F> a lvont:Character ;
    lvont:represents "𫁟"^^xsd:string .

<http://lexvo.org/id/char/2B06> a lvont:Character ;
    lvont:represents "⬆"^^xsd:string ;
    rdfs:comment "UPWARDS BLACK ARROW"@en .

<http://lexvo.org/id/char/2B060> a lvont:Character ;
    lvont:represents "𫁠"^^xsd:string .

<http://lexvo.org/id/char/2B061> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%F0%AB%81%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lap6>,
        <http://lexvo.org/id/term/yue/%F0%AB%81%A1>,
        "𫁡"^^xsd:string ;
    rdfs:comment "kingfisher"@en .

<http://lexvo.org/id/char/2B062> a lvont:Character ;
    lvont:represents "𫁢"^^xsd:string .

<http://lexvo.org/id/char/2B063> a lvont:Character ;
    lvont:represents "𫁣"^^xsd:string .

<http://lexvo.org/id/char/2B064> a lvont:Character ;
    lvont:represents "𫁤"^^xsd:string .

<http://lexvo.org/id/char/2B065> a lvont:Character ;
    lvont:represents "𫁥"^^xsd:string .

<http://lexvo.org/id/char/2B066> a lvont:Character ;
    lvont:represents "𫁦"^^xsd:string .

<http://lexvo.org/id/char/2B067> a lvont:Character ;
    lvont:represents "𫁧"^^xsd:string .

<http://lexvo.org/id/char/2B068> a lvont:Character ;
    lvont:represents "𫁨"^^xsd:string .

<http://lexvo.org/id/char/2B069> a lvont:Character ;
    lvont:represents "𫁩"^^xsd:string .

<http://lexvo.org/id/char/2B06A> a lvont:Character ;
    lvont:represents "𫁪"^^xsd:string .

<http://lexvo.org/id/char/2B06B> a lvont:Character ;
    lvont:represents "𫁫"^^xsd:string .

<http://lexvo.org/id/char/2B06C> a lvont:Character ;
    lvont:represents "𫁬"^^xsd:string .

<http://lexvo.org/id/char/2B06D> a lvont:Character ;
    lvont:represents "𫁭"^^xsd:string .

<http://lexvo.org/id/char/2B06E> a lvont:Character ;
    lvont:represents "𫁮"^^xsd:string .

<http://lexvo.org/id/char/2B06F> a lvont:Character ;
    lvont:represents "𫁯"^^xsd:string .

<http://lexvo.org/id/char/2B07> a lvont:Character ;
    lvont:represents "⬇"^^xsd:string ;
    rdfs:comment "DOWNWARDS BLACK ARROW"@en .

<http://lexvo.org/id/char/2B070> a lvont:Character ;
    lvont:represents "𫁰"^^xsd:string .

<http://lexvo.org/id/char/2B071> a lvont:Character ;
    lvont:represents "𫁱"^^xsd:string .

<http://lexvo.org/id/char/2B072> a lvont:Character ;
    lvont:represents "𫁲"^^xsd:string .

<http://lexvo.org/id/char/2B073> a lvont:Character ;
    lvont:represents "𫁳"^^xsd:string .

<http://lexvo.org/id/char/2B074> a lvont:Character ;
    lvont:represents "𫁴"^^xsd:string .

<http://lexvo.org/id/char/2B075> a lvont:Character ;
    lvont:represents "𫁵"^^xsd:string .

<http://lexvo.org/id/char/2B076> a lvont:Character ;
    lvont:represents "𫁶"^^xsd:string .

<http://lexvo.org/id/char/2B077> a lvont:Character ;
    lvont:represents "𫁷"^^xsd:string .

<http://lexvo.org/id/char/2B078> a lvont:Character ;
    lvont:represents "𫁸"^^xsd:string .

<http://lexvo.org/id/char/2B079> a lvont:Character ;
    lvont:represents "𫁹"^^xsd:string .

<http://lexvo.org/id/char/2B07A> a lvont:Character ;
    lvont:represents "𫁺"^^xsd:string .

<http://lexvo.org/id/char/2B07B> a lvont:Character ;
    lvont:represents "𫁻"^^xsd:string .

<http://lexvo.org/id/char/2B07C> a lvont:Character ;
    lvont:represents "𫁼"^^xsd:string .

<http://lexvo.org/id/char/2B07D> a lvont:Character ;
    lvont:represents "𫁽"^^xsd:string .

<http://lexvo.org/id/char/2B07E> a lvont:Character ;
    lvont:represents "𫁾"^^xsd:string .

<http://lexvo.org/id/char/2B07F> a lvont:Character ;
    lvont:represents "𫁿"^^xsd:string .

<http://lexvo.org/id/char/2B08> a lvont:Character ;
    lvont:represents "⬈"^^xsd:string ;
    rdfs:comment "NORTH EAST BLACK ARROW"@en .

<http://lexvo.org/id/char/2B080> a lvont:Character ;
    lvont:represents "𫂀"^^xsd:string .

<http://lexvo.org/id/char/2B081> a lvont:Character ;
    lvont:represents "𫂁"^^xsd:string .

<http://lexvo.org/id/char/2B082> a lvont:Character ;
    lvont:represents "𫂂"^^xsd:string .

<http://lexvo.org/id/char/2B083> a lvont:Character ;
    lvont:represents "𫂃"^^xsd:string .

<http://lexvo.org/id/char/2B084> a lvont:Character ;
    lvont:represents "𫂄"^^xsd:string .

<http://lexvo.org/id/char/2B085> a lvont:Character ;
    lvont:represents "𫂅"^^xsd:string .

<http://lexvo.org/id/char/2B086> a lvont:Character ;
    lvont:represents "𫂆"^^xsd:string .

<http://lexvo.org/id/char/2B087> a lvont:Character ;
    lvont:represents "𫂇"^^xsd:string .

<http://lexvo.org/id/char/2B088> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%F0%AB%82%88>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%A8i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/faai3>,
        <http://lexvo.org/id/term/yue/%F0%AB%82%88>,
        "𫂈"^^xsd:string ;
    rdfs:comment "coarse bamboo mats"@en .

<http://lexvo.org/id/char/2B089> a lvont:Character ;
    lvont:represents "𫂉"^^xsd:string .

<http://lexvo.org/id/char/2B08A> a lvont:Character ;
    lvont:represents "𫂊"^^xsd:string .

<http://lexvo.org/id/char/2B08B> a lvont:Character ;
    lvont:represents "𫂋"^^xsd:string .

<http://lexvo.org/id/char/2B08C> a lvont:Character ;
    lvont:represents "𫂌"^^xsd:string .

<http://lexvo.org/id/char/2B08D> a lvont:Character ;
    lvont:represents "𫂍"^^xsd:string .

<http://lexvo.org/id/char/2B08E> a lvont:Character ;
    lvont:represents "𫂎"^^xsd:string .

<http://lexvo.org/id/char/2B08F> a lvont:Character ;
    lvont:represents "𫂏"^^xsd:string .

<http://lexvo.org/id/char/2B09> a lvont:Character ;
    lvont:represents "⬉"^^xsd:string ;
    rdfs:comment "NORTH WEST BLACK ARROW"@en .

<http://lexvo.org/id/char/2B090> a lvont:Character ;
    lvont:represents "𫂐"^^xsd:string .

<http://lexvo.org/id/char/2B091> a lvont:Character ;
    lvont:represents "𫂑"^^xsd:string .

<http://lexvo.org/id/char/2B092> a lvont:Character ;
    lvont:represents "𫂒"^^xsd:string .

<http://lexvo.org/id/char/2B093> a lvont:Character ;
    lvont:represents "𫂓"^^xsd:string .

<http://lexvo.org/id/char/2B094> a lvont:Character ;
    lvont:represents "𫂔"^^xsd:string .

<http://lexvo.org/id/char/2B095> a lvont:Character ;
    lvont:represents "𫂕"^^xsd:string .

<http://lexvo.org/id/char/2B096> a lvont:Character ;
    lvont:represents "𫂖"^^xsd:string .

<http://lexvo.org/id/char/2B097> a lvont:Character ;
    lvont:represents "𫂗"^^xsd:string .

<http://lexvo.org/id/char/2B098> a lvont:Character ;
    lvont:represents "𫂘"^^xsd:string .

<http://lexvo.org/id/char/2B099> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%F0%AB%82%99>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cuk1>,
        <http://lexvo.org/id/term/yue/%F0%AB%82%99>,
        "𫂙"^^xsd:string ;
    rdfs:comment "luxuriant and dense vegetation; a fine sieve"@en .

<http://lexvo.org/id/char/2B09A> a lvont:Character ;
    lvont:represents "𫂚"^^xsd:string .

<http://lexvo.org/id/char/2B09B> a lvont:Character ;
    lvont:represents "𫂛"^^xsd:string .

<http://lexvo.org/id/char/2B09C> a lvont:Character ;
    lvont:represents "𫂜"^^xsd:string .

<http://lexvo.org/id/char/2B09D> a lvont:Character ;
    lvont:represents "𫂝"^^xsd:string .

<http://lexvo.org/id/char/2B09E> a lvont:Character ;
    lvont:represents "𫂞"^^xsd:string .

<http://lexvo.org/id/char/2B09F> a lvont:Character ;
    lvont:represents "𫂟"^^xsd:string .

<http://lexvo.org/id/char/2B0A> a lvont:Character ;
    lvont:represents "⬊"^^xsd:string ;
    rdfs:comment "SOUTH EAST BLACK ARROW"@en .

<http://lexvo.org/id/char/2B0A0> a lvont:Character ;
    lvont:represents "𫂠"^^xsd:string .

<http://lexvo.org/id/char/2B0A1> a lvont:Character ;
    lvont:represents "𫂡"^^xsd:string .

<http://lexvo.org/id/char/2B0A2> a lvont:Character ;
    lvont:represents "𫂢"^^xsd:string .

<http://lexvo.org/id/char/2B0A3> a lvont:Character ;
    lvont:represents "𫂣"^^xsd:string .

<http://lexvo.org/id/char/2B0A4> a lvont:Character ;
    lvont:represents "𫂤"^^xsd:string .

<http://lexvo.org/id/char/2B0A5> a lvont:Character ;
    lvont:represents "𫂥"^^xsd:string .

<http://lexvo.org/id/char/2B0A6> a lvont:Character ;
    lvont:represents "𫂦"^^xsd:string .

<http://lexvo.org/id/char/2B0A7> a lvont:Character ;
    lvont:represents "𫂧"^^xsd:string .

<http://lexvo.org/id/char/2B0A8> a lvont:Character ;
    lvont:represents "𫂨"^^xsd:string .

<http://lexvo.org/id/char/2B0A9> a lvont:Character ;
    lvont:represents "𫂩"^^xsd:string .

<http://lexvo.org/id/char/2B0AA> a lvont:Character ;
    lvont:represents "𫂪"^^xsd:string .

<http://lexvo.org/id/char/2B0AB> a lvont:Character ;
    lvont:represents "𫂫"^^xsd:string .

<http://lexvo.org/id/char/2B0AC> a lvont:Character ;
    lvont:represents "𫂬"^^xsd:string .

<http://lexvo.org/id/char/2B0AD> a lvont:Character ;
    lvont:represents "𫂭"^^xsd:string .

<http://lexvo.org/id/char/2B0AE> a lvont:Character ;
    lvont:represents "𫂮"^^xsd:string .

<http://lexvo.org/id/char/2B0AF> a lvont:Character ;
    lvont:represents "𫂯"^^xsd:string .

<http://lexvo.org/id/char/2B0B> a lvont:Character ;
    lvont:represents "⬋"^^xsd:string ;
    rdfs:comment "SOUTH WEST BLACK ARROW"@en .

<http://lexvo.org/id/char/2B0B0> a lvont:Character ;
    lvont:represents "𫂰"^^xsd:string .

<http://lexvo.org/id/char/2B0B1> a lvont:Character ;
    lvont:represents "𫂱"^^xsd:string .

<http://lexvo.org/id/char/2B0B2> a lvont:Character ;
    lvont:represents "𫂲"^^xsd:string .

<http://lexvo.org/id/char/2B0B3> a lvont:Character ;
    lvont:represents "𫂳"^^xsd:string .

<http://lexvo.org/id/char/2B0B4> a lvont:Character ;
    lvont:represents "𫂴"^^xsd:string .

<http://lexvo.org/id/char/2B0B5> a lvont:Character ;
    lvont:represents "𫂵"^^xsd:string .

<http://lexvo.org/id/char/2B0B6> a lvont:Character ;
    lvont:represents "𫂶"^^xsd:string .

<http://lexvo.org/id/char/2B0B7> a lvont:Character ;
    lvont:represents "𫂷"^^xsd:string .

<http://lexvo.org/id/char/2B0B8> a lvont:Character ;
    lvont:represents "𫂸"^^xsd:string .

<http://lexvo.org/id/char/2B0B9> a lvont:Character ;
    lvont:represents "𫂹"^^xsd:string .

<http://lexvo.org/id/char/2B0BA> a lvont:Character ;
    lvont:represents "𫂺"^^xsd:string .

<http://lexvo.org/id/char/2B0BB> a lvont:Character ;
    lvont:represents "𫂻"^^xsd:string .

<http://lexvo.org/id/char/2B0BC> a lvont:Character ;
    lvont:represents "𫂼"^^xsd:string .

<http://lexvo.org/id/char/2B0BD> a lvont:Character ;
    lvont:represents "𫂽"^^xsd:string .

<http://lexvo.org/id/char/2B0BE> a lvont:Character ;
    lvont:represents "𫂾"^^xsd:string .

<http://lexvo.org/id/char/2B0BF> a lvont:Character ;
    lvont:represents "𫂿"^^xsd:string .

<http://lexvo.org/id/char/2B0C> a lvont:Character ;
    lvont:represents "⬌"^^xsd:string ;
    rdfs:comment "LEFT RIGHT BLACK ARROW"@en .

<http://lexvo.org/id/char/2B0C0> a lvont:Character ;
    lvont:represents "𫃀"^^xsd:string .

<http://lexvo.org/id/char/2B0C1> a lvont:Character ;
    lvont:represents "𫃁"^^xsd:string .

<http://lexvo.org/id/char/2B0C2> a lvont:Character ;
    lvont:represents "𫃂"^^xsd:string .

<http://lexvo.org/id/char/2B0C3> a lvont:Character ;
    lvont:represents "𫃃"^^xsd:string .

<http://lexvo.org/id/char/2B0C4> a lvont:Character ;
    lvont:represents "𫃄"^^xsd:string .

<http://lexvo.org/id/char/2B0C5> a lvont:Character ;
    lvont:represents "𫃅"^^xsd:string .

<http://lexvo.org/id/char/2B0C6> a lvont:Character ;
    lvont:represents "𫃆"^^xsd:string .

<http://lexvo.org/id/char/2B0C7> a lvont:Character ;
    lvont:represents "𫃇"^^xsd:string .

<http://lexvo.org/id/char/2B0C8> a lvont:Character ;
    lvont:represents "𫃈"^^xsd:string .

<http://lexvo.org/id/char/2B0C9> a lvont:Character ;
    lvont:represents "𫃉"^^xsd:string .

<http://lexvo.org/id/char/2B0CA> a lvont:Character ;
    lvont:represents "𫃊"^^xsd:string .

<http://lexvo.org/id/char/2B0CB> a lvont:Character ;
    lvont:represents "𫃋"^^xsd:string .

<http://lexvo.org/id/char/2B0CC> a lvont:Character ;
    lvont:represents "𫃌"^^xsd:string .

<http://lexvo.org/id/char/2B0CD> a lvont:Character ;
    lvont:represents "𫃍"^^xsd:string .

<http://lexvo.org/id/char/2B0CE> a lvont:Character ;
    lvont:represents "𫃎"^^xsd:string .

<http://lexvo.org/id/char/2B0CF> a lvont:Character ;
    lvont:represents "𫃏"^^xsd:string .

<http://lexvo.org/id/char/2B0D> a lvont:Character ;
    lvont:represents "⬍"^^xsd:string ;
    rdfs:comment "UP DOWN BLACK ARROW"@en .

<http://lexvo.org/id/char/2B0D0> a lvont:Character ;
    lvont:represents "𫃐"^^xsd:string .

<http://lexvo.org/id/char/2B0D1> a lvont:Character ;
    lvont:represents "𫃑"^^xsd:string .

<http://lexvo.org/id/char/2B0D2> a lvont:Character ;
    lvont:represents "𫃒"^^xsd:string .

<http://lexvo.org/id/char/2B0D3> a lvont:Character ;
    lvont:represents "𫃓"^^xsd:string .

<http://lexvo.org/id/char/2B0D4> a lvont:Character ;
    lvont:represents "𫃔"^^xsd:string .

<http://lexvo.org/id/char/2B0D5> a lvont:Character ;
    lvont:represents "𫃕"^^xsd:string .

<http://lexvo.org/id/char/2B0D6> a lvont:Character ;
    lvont:represents "𫃖"^^xsd:string .

<http://lexvo.org/id/char/2B0D7> a lvont:Character ;
    lvont:represents "𫃗"^^xsd:string .

<http://lexvo.org/id/char/2B0D8> a lvont:Character ;
    lvont:represents "𫃘"^^xsd:string .

<http://lexvo.org/id/char/2B0D9> a lvont:Character ;
    lvont:represents "𫃙"^^xsd:string .

<http://lexvo.org/id/char/2B0DA> a lvont:Character ;
    lvont:represents "𫃚"^^xsd:string .

<http://lexvo.org/id/char/2B0DB> a lvont:Character ;
    lvont:represents "𫃛"^^xsd:string .

<http://lexvo.org/id/char/2B0DC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%F0%AB%83%9C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C3%B2u>,
        "𫃜"^^xsd:string ;
    rdfs:comment "a button; a plaited knob; to fasten; to hook back"@en .

<http://lexvo.org/id/char/2B0DD> a lvont:Character ;
    lvont:represents "𫃝"^^xsd:string .

<http://lexvo.org/id/char/2B0DE> a lvont:Character ;
    lvont:represents "𫃞"^^xsd:string .

<http://lexvo.org/id/char/2B0DF> a lvont:Character ;
    lvont:represents "𫃟"^^xsd:string .

<http://lexvo.org/id/char/2B0E> a lvont:Character ;
    lvont:represents "⬎"^^xsd:string ;
    rdfs:comment "RIGHTWARDS ARROW WITH TIP DOWNWARDS"@en .

<http://lexvo.org/id/char/2B0E0> a lvont:Character ;
    lvont:represents "𫃠"^^xsd:string .

<http://lexvo.org/id/char/2B0E1> a lvont:Character ;
    lvont:represents "𫃡"^^xsd:string .

<http://lexvo.org/id/char/2B0E2> a lvont:Character ;
    lvont:represents "𫃢"^^xsd:string .

<http://lexvo.org/id/char/2B0E3> a lvont:Character ;
    lvont:represents "𫃣"^^xsd:string .

<http://lexvo.org/id/char/2B0E4> a lvont:Character ;
    lvont:represents "𫃤"^^xsd:string .

<http://lexvo.org/id/char/2B0E5> a lvont:Character ;
    lvont:represents "𫃥"^^xsd:string .

<http://lexvo.org/id/char/2B0E6> a lvont:Character ;
    lvont:represents "𫃦"^^xsd:string .

<http://lexvo.org/id/char/2B0E7> a lvont:Character ;
    lvont:represents "𫃧"^^xsd:string .

<http://lexvo.org/id/char/2B0E8> a lvont:Character ;
    lvont:represents "𫃨"^^xsd:string .

<http://lexvo.org/id/char/2B0E9> a lvont:Character ;
    lvont:represents "𫃩"^^xsd:string .

<http://lexvo.org/id/char/2B0EA> a lvont:Character ;
    lvont:represents "𫃪"^^xsd:string .

<http://lexvo.org/id/char/2B0EB> a lvont:Character ;
    lvont:represents "𫃫"^^xsd:string .

<http://lexvo.org/id/char/2B0EC> a lvont:Character ;
    lvont:represents "𫃬"^^xsd:string .

<http://lexvo.org/id/char/2B0ED> a lvont:Character ;
    lvont:represents "𫃭"^^xsd:string .

<http://lexvo.org/id/char/2B0EE> a lvont:Character ;
    lvont:represents "𫃮"^^xsd:string .

<http://lexvo.org/id/char/2B0EF> a lvont:Character ;
    lvont:represents "𫃯"^^xsd:string .

<http://lexvo.org/id/char/2B0F> a lvont:Character ;
    lvont:represents "⬏"^^xsd:string ;
    rdfs:comment "RIGHTWARDS ARROW WITH TIP UPWARDS"@en .

<http://lexvo.org/id/char/2B0F0> a lvont:Character ;
    lvont:represents "𫃰"^^xsd:string .

<http://lexvo.org/id/char/2B0F1> a lvont:Character ;
    lvont:represents "𫃱"^^xsd:string .

<http://lexvo.org/id/char/2B0F2> a lvont:Character ;
    lvont:represents "𫃲"^^xsd:string .

<http://lexvo.org/id/char/2B0F3> a lvont:Character ;
    lvont:represents "𫃳"^^xsd:string .

<http://lexvo.org/id/char/2B0F4> a lvont:Character ;
    lvont:represents "𫃴"^^xsd:string .

<http://lexvo.org/id/char/2B0F5> a lvont:Character ;
    lvont:represents "𫃵"^^xsd:string .

<http://lexvo.org/id/char/2B0F6> a lvont:Character ;
    lvont:represents "𫃶"^^xsd:string .

<http://lexvo.org/id/char/2B0F7> a lvont:Character ;
    lvont:represents "𫃷"^^xsd:string .

<http://lexvo.org/id/char/2B0F8> a lvont:Character ;
    lvont:represents "𫃸"^^xsd:string .

<http://lexvo.org/id/char/2B0F9> a lvont:Character ;
    lvont:represents "𫃹"^^xsd:string .

<http://lexvo.org/id/char/2B0FA> a lvont:Character ;
    lvont:represents "𫃺"^^xsd:string .

<http://lexvo.org/id/char/2B0FB> a lvont:Character ;
    lvont:represents "𫃻"^^xsd:string .

<http://lexvo.org/id/char/2B0FC> a lvont:Character ;
    lvont:represents "𫃼"^^xsd:string .

<http://lexvo.org/id/char/2B0FD> a lvont:Character ;
    lvont:represents "𫃽"^^xsd:string .

<http://lexvo.org/id/char/2B0FE> a lvont:Character ;
    lvont:represents "𫃾"^^xsd:string .

<http://lexvo.org/id/char/2B0FF> a lvont:Character ;
    lvont:represents "𫃿"^^xsd:string .

<http://lexvo.org/id/char/2B10> a lvont:Character ;
    lvont:represents "⬐"^^xsd:string ;
    rdfs:comment "LEFTWARDS ARROW WITH TIP DOWNWARDS"@en .

<http://lexvo.org/id/char/2B100> a lvont:Character ;
    lvont:represents "𫄀"^^xsd:string .

<http://lexvo.org/id/char/2B101> a lvont:Character ;
    lvont:represents "𫄁"^^xsd:string .

<http://lexvo.org/id/char/2B102> a lvont:Character ;
    lvont:represents "𫄂"^^xsd:string .

<http://lexvo.org/id/char/2B103> a lvont:Character ;
    lvont:represents "𫄃"^^xsd:string .

<http://lexvo.org/id/char/2B104> a lvont:Character ;
    lvont:represents "𫄄"^^xsd:string .

<http://lexvo.org/id/char/2B105> a lvont:Character ;
    lvont:represents "𫄅"^^xsd:string .

<http://lexvo.org/id/char/2B106> a lvont:Character ;
    lvont:represents "𫄆"^^xsd:string .

<http://lexvo.org/id/char/2B107> a lvont:Character ;
    lvont:represents "𫄇"^^xsd:string .

<http://lexvo.org/id/char/2B108> a lvont:Character ;
    lvont:represents "𫄈"^^xsd:string .

<http://lexvo.org/id/char/2B109> a lvont:Character ;
    lvont:represents "𫄉"^^xsd:string .

<http://lexvo.org/id/char/2B10A> a lvont:Character ;
    lvont:represents "𫄊"^^xsd:string .

<http://lexvo.org/id/char/2B10B> a lvont:Character ;
    lvont:represents "𫄋"^^xsd:string .

<http://lexvo.org/id/char/2B10C> a lvont:Character ;
    lvont:represents "𫄌"^^xsd:string .

<http://lexvo.org/id/char/2B10D> a lvont:Character ;
    lvont:represents "𫄍"^^xsd:string .

<http://lexvo.org/id/char/2B10E> a lvont:Character ;
    lvont:represents "𫄎"^^xsd:string .

<http://lexvo.org/id/char/2B10F> a lvont:Character ;
    lvont:represents "𫄏"^^xsd:string .

<http://lexvo.org/id/char/2B11> a lvont:Character ;
    lvont:represents "⬑"^^xsd:string ;
    rdfs:comment "LEFTWARDS ARROW WITH TIP UPWARDS"@en .

<http://lexvo.org/id/char/2B110> a lvont:Character ;
    lvont:represents "𫄐"^^xsd:string .

<http://lexvo.org/id/char/2B111> a lvont:Character ;
    lvont:represents "𫄑"^^xsd:string .

<http://lexvo.org/id/char/2B112> a lvont:Character ;
    lvont:represents "𫄒"^^xsd:string .

<http://lexvo.org/id/char/2B113> a lvont:Character ;
    lvont:represents "𫄓"^^xsd:string .

<http://lexvo.org/id/char/2B114> a lvont:Character ;
    lvont:represents "𫄔"^^xsd:string .

<http://lexvo.org/id/char/2B115> a lvont:Character ;
    lvont:represents "𫄕"^^xsd:string .

<http://lexvo.org/id/char/2B116> a lvont:Character ;
    lvont:represents "𫄖"^^xsd:string .

<http://lexvo.org/id/char/2B117> a lvont:Character ;
    lvont:represents "𫄗"^^xsd:string .

<http://lexvo.org/id/char/2B118> a lvont:Character ;
    lvont:represents "𫄘"^^xsd:string .

<http://lexvo.org/id/char/2B119> a lvont:Character ;
    lvont:represents "𫄙"^^xsd:string .

<http://lexvo.org/id/char/2B11A> a lvont:Character ;
    lvont:represents "𫄚"^^xsd:string .

<http://lexvo.org/id/char/2B11B> a lvont:Character ;
    lvont:represents "𫄛"^^xsd:string .

<http://lexvo.org/id/char/2B11C> a lvont:Character ;
    lvont:represents "𫄜"^^xsd:string .

<http://lexvo.org/id/char/2B11D> a lvont:Character ;
    lvont:represents "𫄝"^^xsd:string .

<http://lexvo.org/id/char/2B11E> a lvont:Character ;
    lvont:represents "𫄞"^^xsd:string .

<http://lexvo.org/id/char/2B11F> a lvont:Character ;
    lvont:represents "𫄟"^^xsd:string .

<http://lexvo.org/id/char/2B12> a lvont:Character ;
    lvont:represents "⬒"^^xsd:string ;
    rdfs:comment "SQUARE WITH TOP HALF BLACK"@en .

<http://lexvo.org/id/char/2B120> a lvont:Character ;
    lvont:represents "𫄠"^^xsd:string .

<http://lexvo.org/id/char/2B121> a lvont:Character ;
    lvont:represents "𫄡"^^xsd:string .

<http://lexvo.org/id/char/2B122> a lvont:Character ;
    lvont:represents "𫄢"^^xsd:string .

<http://lexvo.org/id/char/2B123> a lvont:Character ;
    lvont:represents "𫄣"^^xsd:string .

<http://lexvo.org/id/char/2B124> a lvont:Character ;
    lvont:represents "𫄤"^^xsd:string .

<http://lexvo.org/id/char/2B125> a lvont:Character ;
    lvont:represents "𫄥"^^xsd:string .

<http://lexvo.org/id/char/2B126> a lvont:Character ;
    lvont:represents "𫄦"^^xsd:string .

<http://lexvo.org/id/char/2B127> a lvont:Character ;
    lvont:represents "𫄧"^^xsd:string .

<http://lexvo.org/id/char/2B128> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%F0%AB%84%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C4%AB>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ci1>,
        <http://lexvo.org/id/term/yue/%F0%AB%84%A8>,
        "𫄨"^^xsd:string ;
    rdfs:comment "fine linen, fine help cloth"@en .

<http://lexvo.org/id/char/2B129> a lvont:Character ;
    lvont:represents "𫄩"^^xsd:string .

<http://lexvo.org/id/char/2B12A> a lvont:Character ;
    lvont:represents "𫄪"^^xsd:string .

<http://lexvo.org/id/char/2B12B> a lvont:Character ;
    lvont:represents "𫄫"^^xsd:string .

<http://lexvo.org/id/char/2B12C> a lvont:Character ;
    lvont:represents "𫄬"^^xsd:string .

<http://lexvo.org/id/char/2B12D> a lvont:Character ;
    lvont:represents "𫄭"^^xsd:string .

<http://lexvo.org/id/char/2B12E> a lvont:Character ;
    lvont:represents "𫄮"^^xsd:string .

<http://lexvo.org/id/char/2B12F> a lvont:Character ;
    lvont:represents "𫄯"^^xsd:string .

<http://lexvo.org/id/char/2B13> a lvont:Character ;
    lvont:represents "⬓"^^xsd:string ;
    rdfs:comment "SQUARE WITH BOTTOM HALF BLACK"@en .

<http://lexvo.org/id/char/2B130> a lvont:Character ;
    lvont:represents "𫄰"^^xsd:string .

<http://lexvo.org/id/char/2B131> a lvont:Character ;
    lvont:represents "𫄱"^^xsd:string .

<http://lexvo.org/id/char/2B132> a lvont:Character ;
    lvont:represents "𫄲"^^xsd:string .

<http://lexvo.org/id/char/2B133> a lvont:Character ;
    lvont:represents "𫄳"^^xsd:string .

<http://lexvo.org/id/char/2B134> a lvont:Character ;
    lvont:represents "𫄴"^^xsd:string .

<http://lexvo.org/id/char/2B135> a lvont:Character ;
    lvont:represents "𫄵"^^xsd:string .

<http://lexvo.org/id/char/2B136> a lvont:Character ;
    lvont:represents "𫄶"^^xsd:string .

<http://lexvo.org/id/char/2B137> a lvont:Character ;
    lvont:represents "𫄷"^^xsd:string .

<http://lexvo.org/id/char/2B138> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%F0%AB%84%B8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C5%ABn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fan1>,
        <http://lexvo.org/id/term/yue/%F0%AB%84%B8>,
        "𫄸"^^xsd:string ;
    rdfs:comment "light red, pink"@en .

<http://lexvo.org/id/char/2B139> a lvont:Character ;
    lvont:represents "𫄹"^^xsd:string .

<http://lexvo.org/id/char/2B13A> a lvont:Character ;
    lvont:represents "𫄺"^^xsd:string .

<http://lexvo.org/id/char/2B13B> a lvont:Character ;
    lvont:represents "𫄻"^^xsd:string .

<http://lexvo.org/id/char/2B13C> a lvont:Character ;
    lvont:represents "𫄼"^^xsd:string .

<http://lexvo.org/id/char/2B13D> a lvont:Character ;
    lvont:represents "𫄽"^^xsd:string .

<http://lexvo.org/id/char/2B13E> a lvont:Character ;
    lvont:represents "𫄾"^^xsd:string .

<http://lexvo.org/id/char/2B13F> a lvont:Character ;
    lvont:represents "𫄿"^^xsd:string .

<http://lexvo.org/id/char/2B14> a lvont:Character ;
    lvont:represents "⬔"^^xsd:string ;
    rdfs:comment "SQUARE WITH UPPER RIGHT DIAGONAL HALF BLACK"@en .

<http://lexvo.org/id/char/2B140> a lvont:Character ;
    lvont:represents "𫅀"^^xsd:string .

<http://lexvo.org/id/char/2B141> a lvont:Character ;
    lvont:represents "𫅁"^^xsd:string .

<http://lexvo.org/id/char/2B142> a lvont:Character ;
    lvont:represents "𫅂"^^xsd:string .

<http://lexvo.org/id/char/2B143> a lvont:Character ;
    lvont:represents "𫅃"^^xsd:string .

<http://lexvo.org/id/char/2B144> a lvont:Character ;
    lvont:represents "𫅄"^^xsd:string .

<http://lexvo.org/id/char/2B145> a lvont:Character ;
    lvont:represents "𫅅"^^xsd:string .

<http://lexvo.org/id/char/2B146> a lvont:Character ;
    lvont:represents "𫅆"^^xsd:string .

<http://lexvo.org/id/char/2B147> a lvont:Character ;
    lvont:represents "𫅇"^^xsd:string .

<http://lexvo.org/id/char/2B148> a lvont:Character ;
    lvont:represents "𫅈"^^xsd:string .

<http://lexvo.org/id/char/2B149> a lvont:Character ;
    lvont:represents "𫅉"^^xsd:string .

<http://lexvo.org/id/char/2B14A> a lvont:Character ;
    lvont:represents "𫅊"^^xsd:string .

<http://lexvo.org/id/char/2B14B> a lvont:Character ;
    lvont:represents "𫅋"^^xsd:string .

<http://lexvo.org/id/char/2B14C> a lvont:Character ;
    lvont:represents "𫅌"^^xsd:string .

<http://lexvo.org/id/char/2B14D> a lvont:Character ;
    lvont:represents "𫅍"^^xsd:string .

<http://lexvo.org/id/char/2B14E> a lvont:Character ;
    lvont:represents "𫅎"^^xsd:string .

<http://lexvo.org/id/char/2B14F> a lvont:Character ;
    lvont:represents "𫅏"^^xsd:string .

<http://lexvo.org/id/char/2B15> a lvont:Character ;
    lvont:represents "⬕"^^xsd:string ;
    rdfs:comment "SQUARE WITH LOWER LEFT DIAGONAL HALF BLACK"@en .

<http://lexvo.org/id/char/2B150> a lvont:Character ;
    lvont:represents "𫅐"^^xsd:string .

<http://lexvo.org/id/char/2B151> a lvont:Character ;
    lvont:represents "𫅑"^^xsd:string .

<http://lexvo.org/id/char/2B152> a lvont:Character ;
    lvont:represents "𫅒"^^xsd:string .

<http://lexvo.org/id/char/2B153> a lvont:Character ;
    lvont:represents "𫅓"^^xsd:string .

<http://lexvo.org/id/char/2B154> a lvont:Character ;
    lvont:represents "𫅔"^^xsd:string .

<http://lexvo.org/id/char/2B155> a lvont:Character ;
    lvont:represents "𫅕"^^xsd:string .

<http://lexvo.org/id/char/2B156> a lvont:Character ;
    lvont:represents "𫅖"^^xsd:string .

<http://lexvo.org/id/char/2B157> a lvont:Character ;
    lvont:represents "𫅗"^^xsd:string .

<http://lexvo.org/id/char/2B158> a lvont:Character ;
    lvont:represents "𫅘"^^xsd:string .

<http://lexvo.org/id/char/2B159> a lvont:Character ;
    lvont:represents "𫅙"^^xsd:string .

<http://lexvo.org/id/char/2B15A> a lvont:Character ;
    lvont:represents "𫅚"^^xsd:string .

<http://lexvo.org/id/char/2B15B> a lvont:Character ;
    lvont:represents "𫅛"^^xsd:string .

<http://lexvo.org/id/char/2B15C> a lvont:Character ;
    lvont:represents "𫅜"^^xsd:string .

<http://lexvo.org/id/char/2B15D> a lvont:Character ;
    lvont:represents "𫅝"^^xsd:string .

<http://lexvo.org/id/char/2B15E> a lvont:Character ;
    lvont:represents "𫅞"^^xsd:string .

<http://lexvo.org/id/char/2B15F> a lvont:Character ;
    lvont:represents "𫅟"^^xsd:string .

<http://lexvo.org/id/char/2B16> a lvont:Character ;
    lvont:represents "⬖"^^xsd:string ;
    rdfs:comment "DIAMOND WITH LEFT HALF BLACK"@en .

<http://lexvo.org/id/char/2B160> a lvont:Character ;
    lvont:represents "𫅠"^^xsd:string .

<http://lexvo.org/id/char/2B161> a lvont:Character ;
    lvont:represents "𫅡"^^xsd:string .

<http://lexvo.org/id/char/2B162> a lvont:Character ;
    lvont:represents "𫅢"^^xsd:string .

<http://lexvo.org/id/char/2B163> a lvont:Character ;
    lvont:represents "𫅣"^^xsd:string .

<http://lexvo.org/id/char/2B164> a lvont:Character ;
    lvont:represents "𫅤"^^xsd:string .

<http://lexvo.org/id/char/2B165> a lvont:Character ;
    lvont:represents "𫅥"^^xsd:string .

<http://lexvo.org/id/char/2B166> a lvont:Character ;
    lvont:represents "𫅦"^^xsd:string .

<http://lexvo.org/id/char/2B167> a lvont:Character ;
    lvont:represents "𫅧"^^xsd:string .

<http://lexvo.org/id/char/2B168> a lvont:Character ;
    lvont:represents "𫅨"^^xsd:string .

<http://lexvo.org/id/char/2B169> a lvont:Character ;
    lvont:represents "𫅩"^^xsd:string .

<http://lexvo.org/id/char/2B16A> a lvont:Character ;
    lvont:represents "𫅪"^^xsd:string .

<http://lexvo.org/id/char/2B16B> a lvont:Character ;
    lvont:represents "𫅫"^^xsd:string .

<http://lexvo.org/id/char/2B16C> a lvont:Character ;
    lvont:represents "𫅬"^^xsd:string .

<http://lexvo.org/id/char/2B16D> a lvont:Character ;
    lvont:represents "𫅭"^^xsd:string .

<http://lexvo.org/id/char/2B16E> a lvont:Character ;
    lvont:represents "𫅮"^^xsd:string .

<http://lexvo.org/id/char/2B16F> a lvont:Character ;
    lvont:represents "𫅯"^^xsd:string .

<http://lexvo.org/id/char/2B17> a lvont:Character ;
    lvont:represents "⬗"^^xsd:string ;
    rdfs:comment "DIAMOND WITH RIGHT HALF BLACK"@en .

<http://lexvo.org/id/char/2B170> a lvont:Character ;
    lvont:represents "𫅰"^^xsd:string .

<http://lexvo.org/id/char/2B171> a lvont:Character ;
    lvont:represents "𫅱"^^xsd:string .

<http://lexvo.org/id/char/2B172> a lvont:Character ;
    lvont:represents "𫅲"^^xsd:string .

<http://lexvo.org/id/char/2B173> a lvont:Character ;
    lvont:represents "𫅳"^^xsd:string .

<http://lexvo.org/id/char/2B174> a lvont:Character ;
    lvont:represents "𫅴"^^xsd:string .

<http://lexvo.org/id/char/2B175> a lvont:Character ;
    lvont:represents "𫅵"^^xsd:string .

<http://lexvo.org/id/char/2B176> a lvont:Character ;
    lvont:represents "𫅶"^^xsd:string .

<http://lexvo.org/id/char/2B177> a lvont:Character ;
    lvont:represents "𫅷"^^xsd:string .

<http://lexvo.org/id/char/2B178> a lvont:Character ;
    lvont:represents "𫅸"^^xsd:string .

<http://lexvo.org/id/char/2B179> a lvont:Character ;
    lvont:represents "𫅹"^^xsd:string .

<http://lexvo.org/id/char/2B17A> a lvont:Character ;
    lvont:represents "𫅺"^^xsd:string .

<http://lexvo.org/id/char/2B17B> a lvont:Character ;
    lvont:represents "𫅻"^^xsd:string .

<http://lexvo.org/id/char/2B17C> a lvont:Character ;
    lvont:represents "𫅼"^^xsd:string .

<http://lexvo.org/id/char/2B17D> a lvont:Character ;
    lvont:represents "𫅽"^^xsd:string .

<http://lexvo.org/id/char/2B17E> a lvont:Character ;
    lvont:represents "𫅾"^^xsd:string .

<http://lexvo.org/id/char/2B17F> a lvont:Character ;
    lvont:represents "𫅿"^^xsd:string .

<http://lexvo.org/id/char/2B18> a lvont:Character ;
    lvont:represents "⬘"^^xsd:string ;
    rdfs:comment "DIAMOND WITH TOP HALF BLACK"@en .

<http://lexvo.org/id/char/2B180> a lvont:Character ;
    lvont:represents "𫆀"^^xsd:string .

<http://lexvo.org/id/char/2B181> a lvont:Character ;
    lvont:represents "𫆁"^^xsd:string .

<http://lexvo.org/id/char/2B182> a lvont:Character ;
    lvont:represents "𫆂"^^xsd:string .

<http://lexvo.org/id/char/2B183> a lvont:Character ;
    lvont:represents "𫆃"^^xsd:string .

<http://lexvo.org/id/char/2B184> a lvont:Character ;
    lvont:represents "𫆄"^^xsd:string .

<http://lexvo.org/id/char/2B185> a lvont:Character ;
    lvont:represents "𫆅"^^xsd:string .

<http://lexvo.org/id/char/2B186> a lvont:Character ;
    lvont:represents "𫆆"^^xsd:string .

<http://lexvo.org/id/char/2B187> a lvont:Character ;
    lvont:represents "𫆇"^^xsd:string .

<http://lexvo.org/id/char/2B188> a lvont:Character ;
    lvont:represents "𫆈"^^xsd:string .

<http://lexvo.org/id/char/2B189> a lvont:Character ;
    lvont:represents "𫆉"^^xsd:string .

<http://lexvo.org/id/char/2B18A> a lvont:Character ;
    lvont:represents "𫆊"^^xsd:string .

<http://lexvo.org/id/char/2B18B> a lvont:Character ;
    lvont:represents "𫆋"^^xsd:string .

<http://lexvo.org/id/char/2B18C> a lvont:Character ;
    lvont:represents "𫆌"^^xsd:string .

<http://lexvo.org/id/char/2B18D> a lvont:Character ;
    lvont:represents "𫆍"^^xsd:string .

<http://lexvo.org/id/char/2B18E> a lvont:Character ;
    lvont:represents "𫆎"^^xsd:string .

<http://lexvo.org/id/char/2B18F> a lvont:Character ;
    lvont:represents "𫆏"^^xsd:string .

<http://lexvo.org/id/char/2B19> a lvont:Character ;
    lvont:represents "⬙"^^xsd:string ;
    rdfs:comment "DIAMOND WITH BOTTOM HALF BLACK"@en .

<http://lexvo.org/id/char/2B190> a lvont:Character ;
    lvont:represents "𫆐"^^xsd:string .

<http://lexvo.org/id/char/2B191> a lvont:Character ;
    lvont:represents "𫆑"^^xsd:string .

<http://lexvo.org/id/char/2B192> a lvont:Character ;
    lvont:represents "𫆒"^^xsd:string .

<http://lexvo.org/id/char/2B193> a lvont:Character ;
    lvont:represents "𫆓"^^xsd:string .

<http://lexvo.org/id/char/2B194> a lvont:Character ;
    lvont:represents "𫆔"^^xsd:string .

<http://lexvo.org/id/char/2B195> a lvont:Character ;
    lvont:represents "𫆕"^^xsd:string .

<http://lexvo.org/id/char/2B196> a lvont:Character ;
    lvont:represents "𫆖"^^xsd:string .

<http://lexvo.org/id/char/2B197> a lvont:Character ;
    lvont:represents "𫆗"^^xsd:string .

<http://lexvo.org/id/char/2B198> a lvont:Character ;
    lvont:represents "𫆘"^^xsd:string .

<http://lexvo.org/id/char/2B199> a lvont:Character ;
    lvont:represents "𫆙"^^xsd:string .

<http://lexvo.org/id/char/2B19A> a lvont:Character ;
    lvont:represents "𫆚"^^xsd:string .

<http://lexvo.org/id/char/2B19B> a lvont:Character ;
    lvont:represents "𫆛"^^xsd:string .

<http://lexvo.org/id/char/2B19C> a lvont:Character ;
    lvont:represents "𫆜"^^xsd:string .

<http://lexvo.org/id/char/2B19D> a lvont:Character ;
    lvont:represents "𫆝"^^xsd:string .

<http://lexvo.org/id/char/2B19E> a lvont:Character ;
    lvont:represents "𫆞"^^xsd:string .

<http://lexvo.org/id/char/2B19F> a lvont:Character ;
    lvont:represents "𫆟"^^xsd:string .

<http://lexvo.org/id/char/2B1A> a lvont:Character ;
    lvont:represents "⬚"^^xsd:string ;
    rdfs:comment "DOTTED SQUARE"@en .

<http://lexvo.org/id/char/2B1A0> a lvont:Character ;
    lvont:represents "𫆠"^^xsd:string .

<http://lexvo.org/id/char/2B1A1> a lvont:Character ;
    lvont:represents "𫆡"^^xsd:string .

<http://lexvo.org/id/char/2B1A2> a lvont:Character ;
    lvont:represents "𫆢"^^xsd:string .

<http://lexvo.org/id/char/2B1A3> a lvont:Character ;
    lvont:represents "𫆣"^^xsd:string .

<http://lexvo.org/id/char/2B1A4> a lvont:Character ;
    lvont:represents "𫆤"^^xsd:string .

<http://lexvo.org/id/char/2B1A5> a lvont:Character ;
    lvont:represents "𫆥"^^xsd:string .

<http://lexvo.org/id/char/2B1A6> a lvont:Character ;
    lvont:represents "𫆦"^^xsd:string .

<http://lexvo.org/id/char/2B1A7> a lvont:Character ;
    lvont:represents "𫆧"^^xsd:string .

<http://lexvo.org/id/char/2B1A8> a lvont:Character ;
    lvont:represents "𫆨"^^xsd:string .

<http://lexvo.org/id/char/2B1A9> a lvont:Character ;
    lvont:represents "𫆩"^^xsd:string .

<http://lexvo.org/id/char/2B1AA> a lvont:Character ;
    lvont:represents "𫆪"^^xsd:string .

<http://lexvo.org/id/char/2B1AB> a lvont:Character ;
    lvont:represents "𫆫"^^xsd:string .

<http://lexvo.org/id/char/2B1AC> a lvont:Character ;
    lvont:represents "𫆬"^^xsd:string .

<http://lexvo.org/id/char/2B1AD> a lvont:Character ;
    lvont:represents "𫆭"^^xsd:string .

<http://lexvo.org/id/char/2B1AE> a lvont:Character ;
    lvont:represents "𫆮"^^xsd:string .

<http://lexvo.org/id/char/2B1AF> a lvont:Character ;
    lvont:represents "𫆯"^^xsd:string .

<http://lexvo.org/id/char/2B1B> a lvont:Character ;
    lvont:represents "⬛"^^xsd:string ;
    rdfs:comment "BLACK LARGE SQUARE"@en .

<http://lexvo.org/id/char/2B1B0> a lvont:Character ;
    lvont:represents "𫆰"^^xsd:string .

<http://lexvo.org/id/char/2B1B1> a lvont:Character ;
    lvont:represents "𫆱"^^xsd:string .

<http://lexvo.org/id/char/2B1B2> a lvont:Character ;
    lvont:represents "𫆲"^^xsd:string .

<http://lexvo.org/id/char/2B1B3> a lvont:Character ;
    lvont:represents "𫆳"^^xsd:string .

<http://lexvo.org/id/char/2B1B4> a lvont:Character ;
    lvont:represents "𫆴"^^xsd:string .

<http://lexvo.org/id/char/2B1B5> a lvont:Character ;
    lvont:represents "𫆵"^^xsd:string .

<http://lexvo.org/id/char/2B1B6> a lvont:Character ;
    lvont:represents "𫆶"^^xsd:string .

<http://lexvo.org/id/char/2B1B7> a lvont:Character ;
    lvont:represents "𫆷"^^xsd:string .

<http://lexvo.org/id/char/2B1B8> a lvont:Character ;
    lvont:represents "𫆸"^^xsd:string .

<http://lexvo.org/id/char/2B1B9> a lvont:Character ;
    lvont:represents "𫆹"^^xsd:string .

<http://lexvo.org/id/char/2B1BA> a lvont:Character ;
    lvont:represents "𫆺"^^xsd:string .

<http://lexvo.org/id/char/2B1BB> a lvont:Character ;
    lvont:represents "𫆻"^^xsd:string .

<http://lexvo.org/id/char/2B1BC> a lvont:Character ;
    lvont:represents "𫆼"^^xsd:string .

<http://lexvo.org/id/char/2B1BD> a lvont:Character ;
    lvont:represents "𫆽"^^xsd:string .

<http://lexvo.org/id/char/2B1BE> a lvont:Character ;
    lvont:represents "𫆾"^^xsd:string .

<http://lexvo.org/id/char/2B1BF> a lvont:Character ;
    lvont:represents "𫆿"^^xsd:string .

<http://lexvo.org/id/char/2B1C> a lvont:Character ;
    lvont:represents "⬜"^^xsd:string ;
    rdfs:comment "WHITE LARGE SQUARE"@en .

<http://lexvo.org/id/char/2B1C0> a lvont:Character ;
    lvont:represents "𫇀"^^xsd:string .

<http://lexvo.org/id/char/2B1C1> a lvont:Character ;
    lvont:represents "𫇁"^^xsd:string .

<http://lexvo.org/id/char/2B1C2> a lvont:Character ;
    lvont:represents "𫇂"^^xsd:string .

<http://lexvo.org/id/char/2B1C3> a lvont:Character ;
    lvont:represents "𫇃"^^xsd:string .

<http://lexvo.org/id/char/2B1C4> a lvont:Character ;
    lvont:represents "𫇄"^^xsd:string .

<http://lexvo.org/id/char/2B1C5> a lvont:Character ;
    lvont:represents "𫇅"^^xsd:string .

<http://lexvo.org/id/char/2B1C6> a lvont:Character ;
    lvont:represents "𫇆"^^xsd:string .

<http://lexvo.org/id/char/2B1C7> a lvont:Character ;
    lvont:represents "𫇇"^^xsd:string .

<http://lexvo.org/id/char/2B1C8> a lvont:Character ;
    lvont:represents "𫇈"^^xsd:string .

<http://lexvo.org/id/char/2B1C9> a lvont:Character ;
    lvont:represents "𫇉"^^xsd:string .

<http://lexvo.org/id/char/2B1CA> a lvont:Character ;
    lvont:represents "𫇊"^^xsd:string .

<http://lexvo.org/id/char/2B1CB> a lvont:Character ;
    lvont:represents "𫇋"^^xsd:string .

<http://lexvo.org/id/char/2B1CC> a lvont:Character ;
    lvont:represents "𫇌"^^xsd:string .

<http://lexvo.org/id/char/2B1CD> a lvont:Character ;
    lvont:represents "𫇍"^^xsd:string .

<http://lexvo.org/id/char/2B1CE> a lvont:Character ;
    lvont:represents "𫇎"^^xsd:string .

<http://lexvo.org/id/char/2B1CF> a lvont:Character ;
    lvont:represents "𫇏"^^xsd:string .

<http://lexvo.org/id/char/2B1D> a lvont:Character ;
    lvont:represents "⬝"^^xsd:string ;
    rdfs:comment "BLACK VERY SMALL SQUARE"@en .

<http://lexvo.org/id/char/2B1D0> a lvont:Character ;
    lvont:represents "𫇐"^^xsd:string .

<http://lexvo.org/id/char/2B1D1> a lvont:Character ;
    lvont:represents "𫇑"^^xsd:string .

<http://lexvo.org/id/char/2B1D2> a lvont:Character ;
    lvont:represents "𫇒"^^xsd:string .

<http://lexvo.org/id/char/2B1D3> a lvont:Character ;
    lvont:represents "𫇓"^^xsd:string .

<http://lexvo.org/id/char/2B1D4> a lvont:Character ;
    lvont:represents "𫇔"^^xsd:string .

<http://lexvo.org/id/char/2B1D5> a lvont:Character ;
    lvont:represents "𫇕"^^xsd:string .

<http://lexvo.org/id/char/2B1D6> a lvont:Character ;
    lvont:represents "𫇖"^^xsd:string .

<http://lexvo.org/id/char/2B1D7> a lvont:Character ;
    lvont:represents "𫇗"^^xsd:string .

<http://lexvo.org/id/char/2B1D8> a lvont:Character ;
    lvont:represents "𫇘"^^xsd:string .

<http://lexvo.org/id/char/2B1D9> a lvont:Character ;
    lvont:represents "𫇙"^^xsd:string .

<http://lexvo.org/id/char/2B1DA> a lvont:Character ;
    lvont:represents "𫇚"^^xsd:string .

<http://lexvo.org/id/char/2B1DB> a lvont:Character ;
    lvont:represents "𫇛"^^xsd:string .

<http://lexvo.org/id/char/2B1DC> a lvont:Character ;
    lvont:represents "𫇜"^^xsd:string .

<http://lexvo.org/id/char/2B1DD> a lvont:Character ;
    lvont:represents "𫇝"^^xsd:string .

<http://lexvo.org/id/char/2B1DE> a lvont:Character ;
    lvont:represents "𫇞"^^xsd:string .

<http://lexvo.org/id/char/2B1DF> a lvont:Character ;
    lvont:represents "𫇟"^^xsd:string .

<http://lexvo.org/id/char/2B1E> a lvont:Character ;
    lvont:represents "⬞"^^xsd:string ;
    rdfs:comment "WHITE VERY SMALL SQUARE"@en .

<http://lexvo.org/id/char/2B1E0> a lvont:Character ;
    lvont:represents "𫇠"^^xsd:string .

<http://lexvo.org/id/char/2B1E1> a lvont:Character ;
    lvont:represents "𫇡"^^xsd:string .

<http://lexvo.org/id/char/2B1E2> a lvont:Character ;
    lvont:represents "𫇢"^^xsd:string .

<http://lexvo.org/id/char/2B1E3> a lvont:Character ;
    lvont:represents "𫇣"^^xsd:string .

<http://lexvo.org/id/char/2B1E4> a lvont:Character ;
    lvont:represents "𫇤"^^xsd:string .

<http://lexvo.org/id/char/2B1E5> a lvont:Character ;
    lvont:represents "𫇥"^^xsd:string .

<http://lexvo.org/id/char/2B1E6> a lvont:Character ;
    lvont:represents "𫇦"^^xsd:string .

<http://lexvo.org/id/char/2B1E7> a lvont:Character ;
    lvont:represents "𫇧"^^xsd:string .

<http://lexvo.org/id/char/2B1E8> a lvont:Character ;
    lvont:represents "𫇨"^^xsd:string .

<http://lexvo.org/id/char/2B1E9> a lvont:Character ;
    lvont:represents "𫇩"^^xsd:string .

<http://lexvo.org/id/char/2B1EA> a lvont:Character ;
    lvont:represents "𫇪"^^xsd:string .

<http://lexvo.org/id/char/2B1EB> a lvont:Character ;
    lvont:represents "𫇫"^^xsd:string .

<http://lexvo.org/id/char/2B1EC> a lvont:Character ;
    lvont:represents "𫇬"^^xsd:string .

<http://lexvo.org/id/char/2B1ED> a lvont:Character ;
    lvont:represents "𫇭"^^xsd:string .

<http://lexvo.org/id/char/2B1EE> a lvont:Character ;
    lvont:represents "𫇮"^^xsd:string .

<http://lexvo.org/id/char/2B1EF> a lvont:Character ;
    lvont:represents "𫇯"^^xsd:string .

<http://lexvo.org/id/char/2B1F> a lvont:Character ;
    lvont:represents "⬟"^^xsd:string ;
    rdfs:comment "BLACK PENTAGON"@en .

<http://lexvo.org/id/char/2B1F0> a lvont:Character ;
    lvont:represents "𫇰"^^xsd:string .

<http://lexvo.org/id/char/2B1F1> a lvont:Character ;
    lvont:represents "𫇱"^^xsd:string .

<http://lexvo.org/id/char/2B1F2> a lvont:Character ;
    lvont:represents "𫇲"^^xsd:string .

<http://lexvo.org/id/char/2B1F3> a lvont:Character ;
    lvont:represents "𫇳"^^xsd:string .

<http://lexvo.org/id/char/2B1F4> a lvont:Character ;
    lvont:represents "𫇴"^^xsd:string .

<http://lexvo.org/id/char/2B1F5> a lvont:Character ;
    lvont:represents "𫇵"^^xsd:string .

<http://lexvo.org/id/char/2B1F6> a lvont:Character ;
    lvont:represents "𫇶"^^xsd:string .

<http://lexvo.org/id/char/2B1F7> a lvont:Character ;
    lvont:represents "𫇷"^^xsd:string .

<http://lexvo.org/id/char/2B1F8> a lvont:Character ;
    lvont:represents "𫇸"^^xsd:string .

<http://lexvo.org/id/char/2B1F9> a lvont:Character ;
    lvont:represents "𫇹"^^xsd:string .

<http://lexvo.org/id/char/2B1FA> a lvont:Character ;
    lvont:represents "𫇺"^^xsd:string .

<http://lexvo.org/id/char/2B1FB> a lvont:Character ;
    lvont:represents "𫇻"^^xsd:string .

<http://lexvo.org/id/char/2B1FC> a lvont:Character ;
    lvont:represents "𫇼"^^xsd:string .

<http://lexvo.org/id/char/2B1FD> a lvont:Character ;
    lvont:represents "𫇽"^^xsd:string .

<http://lexvo.org/id/char/2B1FE> a lvont:Character ;
    lvont:represents "𫇾"^^xsd:string .

<http://lexvo.org/id/char/2B1FF> a lvont:Character ;
    lvont:represents "𫇿"^^xsd:string .

<http://lexvo.org/id/char/2B20> a lvont:Character ;
    lvont:represents "⬠"^^xsd:string ;
    rdfs:comment "WHITE PENTAGON"@en .

<http://lexvo.org/id/char/2B200> a lvont:Character ;
    lvont:represents "𫈀"^^xsd:string .

<http://lexvo.org/id/char/2B201> a lvont:Character ;
    lvont:represents "𫈁"^^xsd:string .

<http://lexvo.org/id/char/2B202> a lvont:Character ;
    lvont:represents "𫈂"^^xsd:string .

<http://lexvo.org/id/char/2B203> a lvont:Character ;
    lvont:represents "𫈃"^^xsd:string .

<http://lexvo.org/id/char/2B204> a lvont:Character ;
    lvont:represents "𫈄"^^xsd:string .

<http://lexvo.org/id/char/2B205> a lvont:Character ;
    lvont:represents "𫈅"^^xsd:string .

<http://lexvo.org/id/char/2B206> a lvont:Character ;
    lvont:represents "𫈆"^^xsd:string .

<http://lexvo.org/id/char/2B207> a lvont:Character ;
    lvont:represents "𫈇"^^xsd:string .

<http://lexvo.org/id/char/2B208> a lvont:Character ;
    lvont:represents "𫈈"^^xsd:string .

<http://lexvo.org/id/char/2B209> a lvont:Character ;
    lvont:represents "𫈉"^^xsd:string .

<http://lexvo.org/id/char/2B20A> a lvont:Character ;
    lvont:represents "𫈊"^^xsd:string .

<http://lexvo.org/id/char/2B20B> a lvont:Character ;
    lvont:represents "𫈋"^^xsd:string .

<http://lexvo.org/id/char/2B20C> a lvont:Character ;
    lvont:represents "𫈌"^^xsd:string .

<http://lexvo.org/id/char/2B20D> a lvont:Character ;
    lvont:represents "𫈍"^^xsd:string .

<http://lexvo.org/id/char/2B20E> a lvont:Character ;
    lvont:represents "𫈎"^^xsd:string .

<http://lexvo.org/id/char/2B20F> a lvont:Character ;
    lvont:represents "𫈏"^^xsd:string .

<http://lexvo.org/id/char/2B21> a lvont:Character ;
    lvont:represents "⬡"^^xsd:string ;
    rdfs:comment "WHITE HEXAGON"@en .

<http://lexvo.org/id/char/2B210> a lvont:Character ;
    lvont:represents "𫈐"^^xsd:string .

<http://lexvo.org/id/char/2B211> a lvont:Character ;
    lvont:represents "𫈑"^^xsd:string .

<http://lexvo.org/id/char/2B212> a lvont:Character ;
    lvont:represents "𫈒"^^xsd:string .

<http://lexvo.org/id/char/2B213> a lvont:Character ;
    lvont:represents "𫈓"^^xsd:string .

<http://lexvo.org/id/char/2B214> a lvont:Character ;
    lvont:represents "𫈔"^^xsd:string .

<http://lexvo.org/id/char/2B215> a lvont:Character ;
    lvont:represents "𫈕"^^xsd:string .

<http://lexvo.org/id/char/2B216> a lvont:Character ;
    lvont:represents "𫈖"^^xsd:string .

<http://lexvo.org/id/char/2B217> a lvont:Character ;
    lvont:represents "𫈗"^^xsd:string .

<http://lexvo.org/id/char/2B218> a lvont:Character ;
    lvont:represents "𫈘"^^xsd:string .

<http://lexvo.org/id/char/2B219> a lvont:Character ;
    lvont:represents "𫈙"^^xsd:string .

<http://lexvo.org/id/char/2B21A> a lvont:Character ;
    lvont:represents "𫈚"^^xsd:string .

<http://lexvo.org/id/char/2B21B> a lvont:Character ;
    lvont:represents "𫈛"^^xsd:string .

<http://lexvo.org/id/char/2B21C> a lvont:Character ;
    lvont:represents "𫈜"^^xsd:string .

<http://lexvo.org/id/char/2B21D> a lvont:Character ;
    lvont:represents "𫈝"^^xsd:string .

<http://lexvo.org/id/char/2B21E> a lvont:Character ;
    lvont:represents "𫈞"^^xsd:string .

<http://lexvo.org/id/char/2B21F> a lvont:Character ;
    lvont:represents "𫈟"^^xsd:string .

<http://lexvo.org/id/char/2B22> a lvont:Character ;
    lvont:represents "⬢"^^xsd:string ;
    rdfs:comment "BLACK HEXAGON"@en .

<http://lexvo.org/id/char/2B220> a lvont:Character ;
    lvont:represents "𫈠"^^xsd:string .

<http://lexvo.org/id/char/2B221> a lvont:Character ;
    lvont:represents "𫈡"^^xsd:string .

<http://lexvo.org/id/char/2B222> a lvont:Character ;
    lvont:represents "𫈢"^^xsd:string .

<http://lexvo.org/id/char/2B223> a lvont:Character ;
    lvont:represents "𫈣"^^xsd:string .

<http://lexvo.org/id/char/2B224> a lvont:Character ;
    lvont:represents "𫈤"^^xsd:string .

<http://lexvo.org/id/char/2B225> a lvont:Character ;
    lvont:represents "𫈥"^^xsd:string .

<http://lexvo.org/id/char/2B226> a lvont:Character ;
    lvont:represents "𫈦"^^xsd:string .

<http://lexvo.org/id/char/2B227> a lvont:Character ;
    lvont:represents "𫈧"^^xsd:string .

<http://lexvo.org/id/char/2B228> a lvont:Character ;
    lvont:represents "𫈨"^^xsd:string .

<http://lexvo.org/id/char/2B229> a lvont:Character ;
    lvont:represents "𫈩"^^xsd:string .

<http://lexvo.org/id/char/2B22A> a lvont:Character ;
    lvont:represents "𫈪"^^xsd:string .

<http://lexvo.org/id/char/2B22B> a lvont:Character ;
    lvont:represents "𫈫"^^xsd:string .

<http://lexvo.org/id/char/2B22C> a lvont:Character ;
    lvont:represents "𫈬"^^xsd:string .

<http://lexvo.org/id/char/2B22D> a lvont:Character ;
    lvont:represents "𫈭"^^xsd:string .

<http://lexvo.org/id/char/2B22E> a lvont:Character ;
    lvont:represents "𫈮"^^xsd:string .

<http://lexvo.org/id/char/2B22F> a lvont:Character ;
    lvont:represents "𫈯"^^xsd:string .

<http://lexvo.org/id/char/2B23> a lvont:Character ;
    lvont:represents "⬣"^^xsd:string ;
    rdfs:comment "HORIZONTAL BLACK HEXAGON"@en .

<http://lexvo.org/id/char/2B230> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%F0%AB%88%B0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C3%A0>,
        "𫈰"^^xsd:string ;
    rdfs:comment "june grass"@en .

<http://lexvo.org/id/char/2B231> a lvont:Character ;
    lvont:represents "𫈱"^^xsd:string .

<http://lexvo.org/id/char/2B232> a lvont:Character ;
    lvont:represents "𫈲"^^xsd:string .

<http://lexvo.org/id/char/2B233> a lvont:Character ;
    lvont:represents "𫈳"^^xsd:string .

<http://lexvo.org/id/char/2B234> a lvont:Character ;
    lvont:represents "𫈴"^^xsd:string .

<http://lexvo.org/id/char/2B235> a lvont:Character ;
    lvont:represents "𫈵"^^xsd:string .

<http://lexvo.org/id/char/2B236> a lvont:Character ;
    lvont:represents "𫈶"^^xsd:string .

<http://lexvo.org/id/char/2B237> a lvont:Character ;
    lvont:represents "𫈷"^^xsd:string .

<http://lexvo.org/id/char/2B238> a lvont:Character ;
    lvont:represents "𫈸"^^xsd:string .

<http://lexvo.org/id/char/2B239> a lvont:Character ;
    lvont:represents "𫈹"^^xsd:string .

<http://lexvo.org/id/char/2B23A> a lvont:Character ;
    lvont:represents "𫈺"^^xsd:string .

<http://lexvo.org/id/char/2B23B> a lvont:Character ;
    lvont:represents "𫈻"^^xsd:string .

<http://lexvo.org/id/char/2B23C> a lvont:Character ;
    lvont:represents "𫈼"^^xsd:string .

<http://lexvo.org/id/char/2B23D> a lvont:Character ;
    lvont:represents "𫈽"^^xsd:string .

<http://lexvo.org/id/char/2B23E> a lvont:Character ;
    lvont:represents "𫈾"^^xsd:string .

<http://lexvo.org/id/char/2B23F> a lvont:Character ;
    lvont:represents "𫈿"^^xsd:string .

<http://lexvo.org/id/char/2B24> a lvont:Character ;
    lvont:represents "⬤"^^xsd:string ;
    rdfs:comment "BLACK LARGE CIRCLE"@en .

<http://lexvo.org/id/char/2B240> a lvont:Character ;
    lvont:represents "𫉀"^^xsd:string .

<http://lexvo.org/id/char/2B241> a lvont:Character ;
    lvont:represents "𫉁"^^xsd:string .

<http://lexvo.org/id/char/2B242> a lvont:Character ;
    lvont:represents "𫉂"^^xsd:string .

<http://lexvo.org/id/char/2B243> a lvont:Character ;
    lvont:represents "𫉃"^^xsd:string .

<http://lexvo.org/id/char/2B244> a lvont:Character ;
    lvont:represents "𫉄"^^xsd:string .

<http://lexvo.org/id/char/2B245> a lvont:Character ;
    lvont:represents "𫉅"^^xsd:string .

<http://lexvo.org/id/char/2B246> a lvont:Character ;
    lvont:represents "𫉆"^^xsd:string .

<http://lexvo.org/id/char/2B247> a lvont:Character ;
    lvont:represents "𫉇"^^xsd:string .

<http://lexvo.org/id/char/2B248> a lvont:Character ;
    lvont:represents "𫉈"^^xsd:string .

<http://lexvo.org/id/char/2B249> a lvont:Character ;
    lvont:represents "𫉉"^^xsd:string .

<http://lexvo.org/id/char/2B24A> a lvont:Character ;
    lvont:represents "𫉊"^^xsd:string .

<http://lexvo.org/id/char/2B24B> a lvont:Character ;
    lvont:represents "𫉋"^^xsd:string .

<http://lexvo.org/id/char/2B24C> a lvont:Character ;
    lvont:represents "𫉌"^^xsd:string .

<http://lexvo.org/id/char/2B24D> a lvont:Character ;
    lvont:represents "𫉍"^^xsd:string .

<http://lexvo.org/id/char/2B24E> a lvont:Character ;
    lvont:represents "𫉎"^^xsd:string .

<http://lexvo.org/id/char/2B24F> a lvont:Character ;
    lvont:represents "𫉏"^^xsd:string .

<http://lexvo.org/id/char/2B25> a lvont:Character ;
    lvont:represents "⬥"^^xsd:string ;
    rdfs:comment "BLACK MEDIUM DIAMOND"@en .

<http://lexvo.org/id/char/2B250> a lvont:Character ;
    lvont:represents "𫉐"^^xsd:string .

<http://lexvo.org/id/char/2B251> a lvont:Character ;
    lvont:represents "𫉑"^^xsd:string .

<http://lexvo.org/id/char/2B252> a lvont:Character ;
    lvont:represents "𫉒"^^xsd:string .

<http://lexvo.org/id/char/2B253> a lvont:Character ;
    lvont:represents "𫉓"^^xsd:string .

<http://lexvo.org/id/char/2B254> a lvont:Character ;
    lvont:represents "𫉔"^^xsd:string .

<http://lexvo.org/id/char/2B255> a lvont:Character ;
    lvont:represents "𫉕"^^xsd:string .

<http://lexvo.org/id/char/2B256> a lvont:Character ;
    lvont:represents "𫉖"^^xsd:string .

<http://lexvo.org/id/char/2B257> a lvont:Character ;
    lvont:represents "𫉗"^^xsd:string .

<http://lexvo.org/id/char/2B258> a lvont:Character ;
    lvont:represents "𫉘"^^xsd:string .

<http://lexvo.org/id/char/2B259> a lvont:Character ;
    lvont:represents "𫉙"^^xsd:string .

<http://lexvo.org/id/char/2B25A> a lvont:Character ;
    lvont:represents "𫉚"^^xsd:string .

<http://lexvo.org/id/char/2B25B> a lvont:Character ;
    lvont:represents "𫉛"^^xsd:string .

<http://lexvo.org/id/char/2B25C> a lvont:Character ;
    lvont:represents "𫉜"^^xsd:string .

<http://lexvo.org/id/char/2B25D> a lvont:Character ;
    lvont:represents "𫉝"^^xsd:string .

<http://lexvo.org/id/char/2B25E> a lvont:Character ;
    lvont:represents "𫉞"^^xsd:string .

<http://lexvo.org/id/char/2B25F> a lvont:Character ;
    lvont:represents "𫉟"^^xsd:string .

<http://lexvo.org/id/char/2B26> a lvont:Character ;
    lvont:represents "⬦"^^xsd:string ;
    rdfs:comment "WHITE MEDIUM DIAMOND"@en .

<http://lexvo.org/id/char/2B260> a lvont:Character ;
    lvont:represents "𫉠"^^xsd:string .

<http://lexvo.org/id/char/2B261> a lvont:Character ;
    lvont:represents "𫉡"^^xsd:string .

<http://lexvo.org/id/char/2B262> a lvont:Character ;
    lvont:represents "𫉢"^^xsd:string .

<http://lexvo.org/id/char/2B263> a lvont:Character ;
    lvont:represents "𫉣"^^xsd:string .

<http://lexvo.org/id/char/2B264> a lvont:Character ;
    lvont:represents "𫉤"^^xsd:string .

<http://lexvo.org/id/char/2B265> a lvont:Character ;
    lvont:represents "𫉥"^^xsd:string .

<http://lexvo.org/id/char/2B266> a lvont:Character ;
    lvont:represents "𫉦"^^xsd:string .

<http://lexvo.org/id/char/2B267> a lvont:Character ;
    lvont:represents "𫉧"^^xsd:string .

<http://lexvo.org/id/char/2B268> a lvont:Character ;
    lvont:represents "𫉨"^^xsd:string .

<http://lexvo.org/id/char/2B269> a lvont:Character ;
    lvont:represents "𫉩"^^xsd:string .

<http://lexvo.org/id/char/2B26A> a lvont:Character ;
    lvont:represents "𫉪"^^xsd:string .

<http://lexvo.org/id/char/2B26B> a lvont:Character ;
    lvont:represents "𫉫"^^xsd:string .

<http://lexvo.org/id/char/2B26C> a lvont:Character ;
    lvont:represents "𫉬"^^xsd:string .

<http://lexvo.org/id/char/2B26D> a lvont:Character ;
    lvont:represents "𫉭"^^xsd:string .

<http://lexvo.org/id/char/2B26E> a lvont:Character ;
    lvont:represents "𫉮"^^xsd:string .

<http://lexvo.org/id/char/2B26F> a lvont:Character ;
    lvont:represents "𫉯"^^xsd:string .

<http://lexvo.org/id/char/2B27> a lvont:Character ;
    lvont:represents "⬧"^^xsd:string ;
    rdfs:comment "BLACK MEDIUM LOZENGE"@en .

<http://lexvo.org/id/char/2B270> a lvont:Character ;
    lvont:represents "𫉰"^^xsd:string .

<http://lexvo.org/id/char/2B271> a lvont:Character ;
    lvont:represents "𫉱"^^xsd:string .

<http://lexvo.org/id/char/2B272> a lvont:Character ;
    lvont:represents "𫉲"^^xsd:string .

<http://lexvo.org/id/char/2B273> a lvont:Character ;
    lvont:represents "𫉳"^^xsd:string .

<http://lexvo.org/id/char/2B274> a lvont:Character ;
    lvont:represents "𫉴"^^xsd:string .

<http://lexvo.org/id/char/2B275> a lvont:Character ;
    lvont:represents "𫉵"^^xsd:string .

<http://lexvo.org/id/char/2B276> a lvont:Character ;
    lvont:represents "𫉶"^^xsd:string .

<http://lexvo.org/id/char/2B277> a lvont:Character ;
    lvont:represents "𫉷"^^xsd:string .

<http://lexvo.org/id/char/2B278> a lvont:Character ;
    lvont:represents "𫉸"^^xsd:string .

<http://lexvo.org/id/char/2B279> a lvont:Character ;
    lvont:represents "𫉹"^^xsd:string .

<http://lexvo.org/id/char/2B27A> a lvont:Character ;
    lvont:represents "𫉺"^^xsd:string .

<http://lexvo.org/id/char/2B27B> a lvont:Character ;
    lvont:represents "𫉻"^^xsd:string .

<http://lexvo.org/id/char/2B27C> a lvont:Character ;
    lvont:represents "𫉼"^^xsd:string .

<http://lexvo.org/id/char/2B27D> a lvont:Character ;
    lvont:represents "𫉽"^^xsd:string .

<http://lexvo.org/id/char/2B27E> a lvont:Character ;
    lvont:represents "𫉾"^^xsd:string .

<http://lexvo.org/id/char/2B27F> a lvont:Character ;
    lvont:represents "𫉿"^^xsd:string .

<http://lexvo.org/id/char/2B28> a lvont:Character ;
    lvont:represents "⬨"^^xsd:string ;
    rdfs:comment "WHITE MEDIUM LOZENGE"@en .

<http://lexvo.org/id/char/2B280> a lvont:Character ;
    lvont:represents "𫊀"^^xsd:string .

<http://lexvo.org/id/char/2B281> a lvont:Character ;
    lvont:represents "𫊁"^^xsd:string .

<http://lexvo.org/id/char/2B282> a lvont:Character ;
    lvont:represents "𫊂"^^xsd:string .

<http://lexvo.org/id/char/2B283> a lvont:Character ;
    lvont:represents "𫊃"^^xsd:string .

<http://lexvo.org/id/char/2B284> a lvont:Character ;
    lvont:represents "𫊄"^^xsd:string .

<http://lexvo.org/id/char/2B285> a lvont:Character ;
    lvont:represents "𫊅"^^xsd:string .

<http://lexvo.org/id/char/2B286> a lvont:Character ;
    lvont:represents "𫊆"^^xsd:string .

<http://lexvo.org/id/char/2B287> a lvont:Character ;
    lvont:represents "𫊇"^^xsd:string .

<http://lexvo.org/id/char/2B288> a lvont:Character ;
    lvont:represents "𫊈"^^xsd:string .

<http://lexvo.org/id/char/2B289> a lvont:Character ;
    lvont:represents "𫊉"^^xsd:string .

<http://lexvo.org/id/char/2B28A> a lvont:Character ;
    lvont:represents "𫊊"^^xsd:string .

<http://lexvo.org/id/char/2B28B> a lvont:Character ;
    lvont:represents "𫊋"^^xsd:string .

<http://lexvo.org/id/char/2B28C> a lvont:Character ;
    lvont:represents "𫊌"^^xsd:string .

<http://lexvo.org/id/char/2B28D> a lvont:Character ;
    lvont:represents "𫊍"^^xsd:string .

<http://lexvo.org/id/char/2B28E> a lvont:Character ;
    lvont:represents "𫊎"^^xsd:string .

<http://lexvo.org/id/char/2B28F> a lvont:Character ;
    lvont:represents "𫊏"^^xsd:string .

<http://lexvo.org/id/char/2B29> a lvont:Character ;
    lvont:represents "⬩"^^xsd:string ;
    rdfs:comment "BLACK SMALL DIAMOND"@en .

<http://lexvo.org/id/char/2B290> a lvont:Character ;
    lvont:represents "𫊐"^^xsd:string .

<http://lexvo.org/id/char/2B291> a lvont:Character ;
    lvont:represents "𫊑"^^xsd:string .

<http://lexvo.org/id/char/2B292> a lvont:Character ;
    lvont:represents "𫊒"^^xsd:string .

<http://lexvo.org/id/char/2B293> a lvont:Character ;
    lvont:represents "𫊓"^^xsd:string .

<http://lexvo.org/id/char/2B294> a lvont:Character ;
    lvont:represents "𫊔"^^xsd:string .

<http://lexvo.org/id/char/2B295> a lvont:Character ;
    lvont:represents "𫊕"^^xsd:string .

<http://lexvo.org/id/char/2B296> a lvont:Character ;
    lvont:represents "𫊖"^^xsd:string .

<http://lexvo.org/id/char/2B297> a lvont:Character ;
    lvont:represents "𫊗"^^xsd:string .

<http://lexvo.org/id/char/2B298> a lvont:Character ;
    lvont:represents "𫊘"^^xsd:string .

<http://lexvo.org/id/char/2B299> a lvont:Character ;
    lvont:represents "𫊙"^^xsd:string .

<http://lexvo.org/id/char/2B29A> a lvont:Character ;
    lvont:represents "𫊚"^^xsd:string .

<http://lexvo.org/id/char/2B29B> a lvont:Character ;
    lvont:represents "𫊛"^^xsd:string .

<http://lexvo.org/id/char/2B29C> a lvont:Character ;
    lvont:represents "𫊜"^^xsd:string .

<http://lexvo.org/id/char/2B29D> a lvont:Character ;
    lvont:represents "𫊝"^^xsd:string .

<http://lexvo.org/id/char/2B29E> a lvont:Character ;
    lvont:represents "𫊞"^^xsd:string .

<http://lexvo.org/id/char/2B29F> a lvont:Character ;
    lvont:represents "𫊟"^^xsd:string .

<http://lexvo.org/id/char/2B2A> a lvont:Character ;
    lvont:represents "⬪"^^xsd:string ;
    rdfs:comment "BLACK SMALL LOZENGE"@en .

<http://lexvo.org/id/char/2B2A0> a lvont:Character ;
    lvont:represents "𫊠"^^xsd:string .

<http://lexvo.org/id/char/2B2A1> a lvont:Character ;
    lvont:represents "𫊡"^^xsd:string .

<http://lexvo.org/id/char/2B2A2> a lvont:Character ;
    lvont:represents "𫊢"^^xsd:string .

<http://lexvo.org/id/char/2B2A3> a lvont:Character ;
    lvont:represents "𫊣"^^xsd:string .

<http://lexvo.org/id/char/2B2A4> a lvont:Character ;
    lvont:represents "𫊤"^^xsd:string .

<http://lexvo.org/id/char/2B2A5> a lvont:Character ;
    lvont:represents "𫊥"^^xsd:string .

<http://lexvo.org/id/char/2B2A6> a lvont:Character ;
    lvont:represents "𫊦"^^xsd:string .

<http://lexvo.org/id/char/2B2A7> a lvont:Character ;
    lvont:represents "𫊧"^^xsd:string .

<http://lexvo.org/id/char/2B2A8> a lvont:Character ;
    lvont:represents "𫊨"^^xsd:string .

<http://lexvo.org/id/char/2B2A9> a lvont:Character ;
    lvont:represents "𫊩"^^xsd:string .

<http://lexvo.org/id/char/2B2AA> a lvont:Character ;
    lvont:represents "𫊪"^^xsd:string .

<http://lexvo.org/id/char/2B2AB> a lvont:Character ;
    lvont:represents "𫊫"^^xsd:string .

<http://lexvo.org/id/char/2B2AC> a lvont:Character ;
    lvont:represents "𫊬"^^xsd:string .

<http://lexvo.org/id/char/2B2AD> a lvont:Character ;
    lvont:represents "𫊭"^^xsd:string .

<http://lexvo.org/id/char/2B2AE> a lvont:Character ;
    lvont:represents "𫊮"^^xsd:string .

<http://lexvo.org/id/char/2B2AF> a lvont:Character ;
    lvont:represents "𫊯"^^xsd:string .

<http://lexvo.org/id/char/2B2B> a lvont:Character ;
    lvont:represents "⬫"^^xsd:string ;
    rdfs:comment "WHITE SMALL LOZENGE"@en .

<http://lexvo.org/id/char/2B2B0> a lvont:Character ;
    lvont:represents "𫊰"^^xsd:string .

<http://lexvo.org/id/char/2B2B1> a lvont:Character ;
    lvont:represents "𫊱"^^xsd:string .

<http://lexvo.org/id/char/2B2B2> a lvont:Character ;
    lvont:represents "𫊲"^^xsd:string .

<http://lexvo.org/id/char/2B2B3> a lvont:Character ;
    lvont:represents "𫊳"^^xsd:string .

<http://lexvo.org/id/char/2B2B4> a lvont:Character ;
    lvont:represents "𫊴"^^xsd:string .

<http://lexvo.org/id/char/2B2B5> a lvont:Character ;
    lvont:represents "𫊵"^^xsd:string .

<http://lexvo.org/id/char/2B2B6> a lvont:Character ;
    lvont:represents "𫊶"^^xsd:string .

<http://lexvo.org/id/char/2B2B7> a lvont:Character ;
    lvont:represents "𫊷"^^xsd:string .

<http://lexvo.org/id/char/2B2B8> a lvont:Character ;
    lvont:represents "𫊸"^^xsd:string .

<http://lexvo.org/id/char/2B2B9> a lvont:Character ;
    lvont:represents "𫊹"^^xsd:string .

<http://lexvo.org/id/char/2B2BA> a lvont:Character ;
    lvont:represents "𫊺"^^xsd:string .

<http://lexvo.org/id/char/2B2BB> a lvont:Character ;
    lvont:represents "𫊻"^^xsd:string .

<http://lexvo.org/id/char/2B2BC> a lvont:Character ;
    lvont:represents "𫊼"^^xsd:string .

<http://lexvo.org/id/char/2B2BD> a lvont:Character ;
    lvont:represents "𫊽"^^xsd:string .

<http://lexvo.org/id/char/2B2BE> a lvont:Character ;
    lvont:represents "𫊾"^^xsd:string .

<http://lexvo.org/id/char/2B2BF> a lvont:Character ;
    lvont:represents "𫊿"^^xsd:string .

<http://lexvo.org/id/char/2B2C> a lvont:Character ;
    lvont:represents "⬬"^^xsd:string ;
    rdfs:comment "BLACK HORIZONTAL ELLIPSE"@en .

<http://lexvo.org/id/char/2B2C0> a lvont:Character ;
    lvont:represents "𫋀"^^xsd:string .

<http://lexvo.org/id/char/2B2C1> a lvont:Character ;
    lvont:represents "𫋁"^^xsd:string .

<http://lexvo.org/id/char/2B2C2> a lvont:Character ;
    lvont:represents "𫋂"^^xsd:string .

<http://lexvo.org/id/char/2B2C3> a lvont:Character ;
    lvont:represents "𫋃"^^xsd:string .

<http://lexvo.org/id/char/2B2C4> a lvont:Character ;
    lvont:represents "𫋄"^^xsd:string .

<http://lexvo.org/id/char/2B2C5> a lvont:Character ;
    lvont:represents "𫋅"^^xsd:string .

<http://lexvo.org/id/char/2B2C6> a lvont:Character ;
    lvont:represents "𫋆"^^xsd:string .

<http://lexvo.org/id/char/2B2C7> a lvont:Character ;
    lvont:represents "𫋇"^^xsd:string .

<http://lexvo.org/id/char/2B2C8> a lvont:Character ;
    lvont:represents "𫋈"^^xsd:string .

<http://lexvo.org/id/char/2B2C9> a lvont:Character ;
    lvont:represents "𫋉"^^xsd:string .

<http://lexvo.org/id/char/2B2CA> a lvont:Character ;
    lvont:represents "𫋊"^^xsd:string .

<http://lexvo.org/id/char/2B2CB> a lvont:Character ;
    lvont:represents "𫋋"^^xsd:string .

<http://lexvo.org/id/char/2B2CC> a lvont:Character ;
    lvont:represents "𫋌"^^xsd:string .

<http://lexvo.org/id/char/2B2CD> a lvont:Character ;
    lvont:represents "𫋍"^^xsd:string .

<http://lexvo.org/id/char/2B2CE> a lvont:Character ;
    lvont:represents "𫋎"^^xsd:string .

<http://lexvo.org/id/char/2B2CF> a lvont:Character ;
    lvont:represents "𫋏"^^xsd:string .

<http://lexvo.org/id/char/2B2D> a lvont:Character ;
    lvont:represents "⬭"^^xsd:string ;
    rdfs:comment "WHITE HORIZONTAL ELLIPSE"@en .

<http://lexvo.org/id/char/2B2D0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%F0%AB%8B%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C7%92ng>,
        "𫋐"^^xsd:string ;
    rdfs:comment "to wriggle; to work through, as smoke through a crevice"@en .

<http://lexvo.org/id/char/2B2D1> a lvont:Character ;
    lvont:represents "𫋑"^^xsd:string .

<http://lexvo.org/id/char/2B2D2> a lvont:Character ;
    lvont:represents "𫋒"^^xsd:string .

<http://lexvo.org/id/char/2B2D3> a lvont:Character ;
    lvont:represents "𫋓"^^xsd:string .

<http://lexvo.org/id/char/2B2D4> a lvont:Character ;
    lvont:represents "𫋔"^^xsd:string .

<http://lexvo.org/id/char/2B2D5> a lvont:Character ;
    lvont:represents "𫋕"^^xsd:string .

<http://lexvo.org/id/char/2B2D6> a lvont:Character ;
    lvont:represents "𫋖"^^xsd:string .

<http://lexvo.org/id/char/2B2D7> a lvont:Character ;
    lvont:represents "𫋗"^^xsd:string .

<http://lexvo.org/id/char/2B2D8> a lvont:Character ;
    lvont:represents "𫋘"^^xsd:string .

<http://lexvo.org/id/char/2B2D9> a lvont:Character ;
    lvont:represents "𫋙"^^xsd:string .

<http://lexvo.org/id/char/2B2DA> a lvont:Character ;
    lvont:represents "𫋚"^^xsd:string .

<http://lexvo.org/id/char/2B2DB> a lvont:Character ;
    lvont:represents "𫋛"^^xsd:string .

<http://lexvo.org/id/char/2B2DC> a lvont:Character ;
    lvont:represents "𫋜"^^xsd:string .

<http://lexvo.org/id/char/2B2DD> a lvont:Character ;
    lvont:represents "𫋝"^^xsd:string .

<http://lexvo.org/id/char/2B2DE> a lvont:Character ;
    lvont:represents "𫋞"^^xsd:string .

<http://lexvo.org/id/char/2B2DF> a lvont:Character ;
    lvont:represents "𫋟"^^xsd:string .

<http://lexvo.org/id/char/2B2E> a lvont:Character ;
    lvont:represents "⬮"^^xsd:string ;
    rdfs:comment "BLACK VERTICAL ELLIPSE"@en .

<http://lexvo.org/id/char/2B2E0> a lvont:Character ;
    lvont:represents "𫋠"^^xsd:string .

<http://lexvo.org/id/char/2B2E1> a lvont:Character ;
    lvont:represents "𫋡"^^xsd:string .

<http://lexvo.org/id/char/2B2E2> a lvont:Character ;
    lvont:represents "𫋢"^^xsd:string .

<http://lexvo.org/id/char/2B2E3> a lvont:Character ;
    lvont:represents "𫋣"^^xsd:string .

<http://lexvo.org/id/char/2B2E4> a lvont:Character ;
    lvont:represents "𫋤"^^xsd:string .

<http://lexvo.org/id/char/2B2E5> a lvont:Character ;
    lvont:represents "𫋥"^^xsd:string .

<http://lexvo.org/id/char/2B2E6> a lvont:Character ;
    lvont:represents "𫋦"^^xsd:string .

<http://lexvo.org/id/char/2B2E7> a lvont:Character ;
    lvont:represents "𫋧"^^xsd:string .

<http://lexvo.org/id/char/2B2E8> a lvont:Character ;
    lvont:represents "𫋨"^^xsd:string .

<http://lexvo.org/id/char/2B2E9> a lvont:Character ;
    lvont:represents "𫋩"^^xsd:string .

<http://lexvo.org/id/char/2B2EA> a lvont:Character ;
    lvont:represents "𫋪"^^xsd:string .

<http://lexvo.org/id/char/2B2EB> a lvont:Character ;
    lvont:represents "𫋫"^^xsd:string .

<http://lexvo.org/id/char/2B2EC> a lvont:Character ;
    lvont:represents "𫋬"^^xsd:string .

<http://lexvo.org/id/char/2B2ED> a lvont:Character ;
    lvont:represents "𫋭"^^xsd:string .

<http://lexvo.org/id/char/2B2EE> a lvont:Character ;
    lvont:represents "𫋮"^^xsd:string .

<http://lexvo.org/id/char/2B2EF> a lvont:Character ;
    lvont:represents "𫋯"^^xsd:string .

<http://lexvo.org/id/char/2B2F> a lvont:Character ;
    lvont:represents "⬯"^^xsd:string ;
    rdfs:comment "WHITE VERTICAL ELLIPSE"@en .

<http://lexvo.org/id/char/2B2F0> a lvont:Character ;
    lvont:represents "𫋰"^^xsd:string .

<http://lexvo.org/id/char/2B2F1> a lvont:Character ;
    lvont:represents "𫋱"^^xsd:string .

<http://lexvo.org/id/char/2B2F2> a lvont:Character ;
    lvont:represents "𫋲"^^xsd:string .

<http://lexvo.org/id/char/2B2F3> a lvont:Character ;
    lvont:represents "𫋳"^^xsd:string .

<http://lexvo.org/id/char/2B2F4> a lvont:Character ;
    lvont:represents "𫋴"^^xsd:string .

<http://lexvo.org/id/char/2B2F5> a lvont:Character ;
    lvont:represents "𫋵"^^xsd:string .

<http://lexvo.org/id/char/2B2F6> a lvont:Character ;
    lvont:represents "𫋶"^^xsd:string .

<http://lexvo.org/id/char/2B2F7> a lvont:Character ;
    lvont:represents "𫋷"^^xsd:string .

<http://lexvo.org/id/char/2B2F8> a lvont:Character ;
    lvont:represents "𫋸"^^xsd:string .

<http://lexvo.org/id/char/2B2F9> a lvont:Character ;
    lvont:represents "𫋹"^^xsd:string .

<http://lexvo.org/id/char/2B2FA> a lvont:Character ;
    lvont:represents "𫋺"^^xsd:string .

<http://lexvo.org/id/char/2B2FB> a lvont:Character ;
    lvont:represents "𫋻"^^xsd:string .

<http://lexvo.org/id/char/2B2FC> a lvont:Character ;
    lvont:represents "𫋼"^^xsd:string .

<http://lexvo.org/id/char/2B2FD> a lvont:Character ;
    lvont:represents "𫋽"^^xsd:string .

<http://lexvo.org/id/char/2B2FE> a lvont:Character ;
    lvont:represents "𫋾"^^xsd:string .

<http://lexvo.org/id/char/2B2FF> a lvont:Character ;
    lvont:represents "𫋿"^^xsd:string .

<http://lexvo.org/id/char/2B30> a lvont:Character ;
    lvont:represents "⬰"^^xsd:string ;
    rdfs:comment "LEFT ARROW WITH SMALL CIRCLE"@en .

<http://lexvo.org/id/char/2B300> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%F0%AB%8C%80>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C4%AB>,
        "𫌀"^^xsd:string ;
    rdfs:comment "a pleat, fold, tuck, crease"@en .

<http://lexvo.org/id/char/2B301> a lvont:Character ;
    lvont:represents "𫌁"^^xsd:string .

<http://lexvo.org/id/char/2B302> a lvont:Character ;
    lvont:represents "𫌂"^^xsd:string .

<http://lexvo.org/id/char/2B303> a lvont:Character ;
    lvont:represents "𫌃"^^xsd:string .

<http://lexvo.org/id/char/2B304> a lvont:Character ;
    lvont:represents "𫌄"^^xsd:string .

<http://lexvo.org/id/char/2B305> a lvont:Character ;
    lvont:represents "𫌅"^^xsd:string .

<http://lexvo.org/id/char/2B306> a lvont:Character ;
    lvont:represents "𫌆"^^xsd:string .

<http://lexvo.org/id/char/2B307> a lvont:Character ;
    lvont:represents "𫌇"^^xsd:string .

<http://lexvo.org/id/char/2B308> a lvont:Character ;
    lvont:represents "𫌈"^^xsd:string .

<http://lexvo.org/id/char/2B309> a lvont:Character ;
    lvont:represents "𫌉"^^xsd:string .

<http://lexvo.org/id/char/2B30A> a lvont:Character ;
    lvont:represents "𫌊"^^xsd:string .

<http://lexvo.org/id/char/2B30B> a lvont:Character ;
    lvont:represents "𫌋"^^xsd:string .

<http://lexvo.org/id/char/2B30C> a lvont:Character ;
    lvont:represents "𫌌"^^xsd:string .

<http://lexvo.org/id/char/2B30D> a lvont:Character ;
    lvont:represents "𫌍"^^xsd:string .

<http://lexvo.org/id/char/2B30E> a lvont:Character ;
    lvont:represents "𫌎"^^xsd:string .

<http://lexvo.org/id/char/2B30F> a lvont:Character ;
    lvont:represents "𫌏"^^xsd:string .

<http://lexvo.org/id/char/2B31> a lvont:Character ;
    lvont:represents "⬱"^^xsd:string ;
    rdfs:comment "THREE LEFTWARDS ARROWS"@en .

<http://lexvo.org/id/char/2B310> a lvont:Character ;
    lvont:represents "𫌐"^^xsd:string .

<http://lexvo.org/id/char/2B311> a lvont:Character ;
    lvont:represents "𫌑"^^xsd:string .

<http://lexvo.org/id/char/2B312> a lvont:Character ;
    lvont:represents "𫌒"^^xsd:string .

<http://lexvo.org/id/char/2B313> a lvont:Character ;
    lvont:represents "𫌓"^^xsd:string .

<http://lexvo.org/id/char/2B314> a lvont:Character ;
    lvont:represents "𫌔"^^xsd:string .

<http://lexvo.org/id/char/2B315> a lvont:Character ;
    lvont:represents "𫌕"^^xsd:string .

<http://lexvo.org/id/char/2B316> a lvont:Character ;
    lvont:represents "𫌖"^^xsd:string .

<http://lexvo.org/id/char/2B317> a lvont:Character ;
    lvont:represents "𫌗"^^xsd:string .

<http://lexvo.org/id/char/2B318> a lvont:Character ;
    lvont:represents "𫌘"^^xsd:string .

<http://lexvo.org/id/char/2B319> a lvont:Character ;
    lvont:represents "𫌙"^^xsd:string .

<http://lexvo.org/id/char/2B31A> a lvont:Character ;
    lvont:represents "𫌚"^^xsd:string .

<http://lexvo.org/id/char/2B31B> a lvont:Character ;
    lvont:represents "𫌛"^^xsd:string .

<http://lexvo.org/id/char/2B31C> a lvont:Character ;
    lvont:represents "𫌜"^^xsd:string .

<http://lexvo.org/id/char/2B31D> a lvont:Character ;
    lvont:represents "𫌝"^^xsd:string .

<http://lexvo.org/id/char/2B31E> a lvont:Character ;
    lvont:represents "𫌞"^^xsd:string .

<http://lexvo.org/id/char/2B31F> a lvont:Character ;
    lvont:represents "𫌟"^^xsd:string .

<http://lexvo.org/id/char/2B32> a lvont:Character ;
    lvont:represents "⬲"^^xsd:string ;
    rdfs:comment "LEFT ARROW WITH CIRCLED PLUS"@en .

<http://lexvo.org/id/char/2B320> a lvont:Character ;
    lvont:represents "𫌠"^^xsd:string .

<http://lexvo.org/id/char/2B321> a lvont:Character ;
    lvont:represents "𫌡"^^xsd:string .

<http://lexvo.org/id/char/2B322> a lvont:Character ;
    lvont:represents "𫌢"^^xsd:string .

<http://lexvo.org/id/char/2B323> a lvont:Character ;
    lvont:represents "𫌣"^^xsd:string .

<http://lexvo.org/id/char/2B324> a lvont:Character ;
    lvont:represents "𫌤"^^xsd:string .

<http://lexvo.org/id/char/2B325> a lvont:Character ;
    lvont:represents "𫌥"^^xsd:string .

<http://lexvo.org/id/char/2B326> a lvont:Character ;
    lvont:represents "𫌦"^^xsd:string .

<http://lexvo.org/id/char/2B327> a lvont:Character ;
    lvont:represents "𫌧"^^xsd:string .

<http://lexvo.org/id/char/2B328> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%F0%AB%8C%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/lu%C3%B3>,
        "𫌨"^^xsd:string ;
    rdfs:comment "to explain in detail"@en .

<http://lexvo.org/id/char/2B329> a lvont:Character ;
    lvont:represents "𫌩"^^xsd:string .

<http://lexvo.org/id/char/2B32A> a lvont:Character ;
    lvont:represents "𫌪"^^xsd:string .

<http://lexvo.org/id/char/2B32B> a lvont:Character ;
    lvont:represents "𫌫"^^xsd:string .

<http://lexvo.org/id/char/2B32C> a lvont:Character ;
    lvont:represents "𫌬"^^xsd:string .

<http://lexvo.org/id/char/2B32D> a lvont:Character ;
    lvont:represents "𫌭"^^xsd:string .

<http://lexvo.org/id/char/2B32E> a lvont:Character ;
    lvont:represents "𫌮"^^xsd:string .

<http://lexvo.org/id/char/2B32F> a lvont:Character ;
    lvont:represents "𫌯"^^xsd:string .

<http://lexvo.org/id/char/2B33> a lvont:Character ;
    lvont:represents "⬳"^^xsd:string ;
    rdfs:comment "LONG LEFTWARDS SQUIGGLE ARROW"@en .

<http://lexvo.org/id/char/2B330> a lvont:Character ;
    lvont:represents "𫌰"^^xsd:string .

<http://lexvo.org/id/char/2B331> a lvont:Character ;
    lvont:represents "𫌱"^^xsd:string .

<http://lexvo.org/id/char/2B332> a lvont:Character ;
    lvont:represents "𫌲"^^xsd:string .

<http://lexvo.org/id/char/2B333> a lvont:Character ;
    lvont:represents "𫌳"^^xsd:string .

<http://lexvo.org/id/char/2B334> a lvont:Character ;
    lvont:represents "𫌴"^^xsd:string .

<http://lexvo.org/id/char/2B335> a lvont:Character ;
    lvont:represents "𫌵"^^xsd:string .

<http://lexvo.org/id/char/2B336> a lvont:Character ;
    lvont:represents "𫌶"^^xsd:string .

<http://lexvo.org/id/char/2B337> a lvont:Character ;
    lvont:represents "𫌷"^^xsd:string .

<http://lexvo.org/id/char/2B338> a lvont:Character ;
    lvont:represents "𫌸"^^xsd:string .

<http://lexvo.org/id/char/2B339> a lvont:Character ;
    lvont:represents "𫌹"^^xsd:string .

<http://lexvo.org/id/char/2B33A> a lvont:Character ;
    lvont:represents "𫌺"^^xsd:string .

<http://lexvo.org/id/char/2B33B> a lvont:Character ;
    lvont:represents "𫌻"^^xsd:string .

<http://lexvo.org/id/char/2B33C> a lvont:Character ;
    lvont:represents "𫌼"^^xsd:string .

<http://lexvo.org/id/char/2B33D> a lvont:Character ;
    lvont:represents "𫌽"^^xsd:string .

<http://lexvo.org/id/char/2B33E> a lvont:Character ;
    lvont:represents "𫌾"^^xsd:string .

<http://lexvo.org/id/char/2B33F> a lvont:Character ;
    lvont:represents "𫌿"^^xsd:string .

<http://lexvo.org/id/char/2B34> a lvont:Character ;
    lvont:represents "⬴"^^xsd:string ;
    rdfs:comment "LEFTWARDS TWO-HEADED ARROW WITH VERTICAL STROKE"@en .

<http://lexvo.org/id/char/2B340> a lvont:Character ;
    lvont:represents "𫍀"^^xsd:string .

<http://lexvo.org/id/char/2B341> a lvont:Character ;
    lvont:represents "𫍁"^^xsd:string .

<http://lexvo.org/id/char/2B342> a lvont:Character ;
    lvont:represents "𫍂"^^xsd:string .

<http://lexvo.org/id/char/2B343> a lvont:Character ;
    lvont:represents "𫍃"^^xsd:string .

<http://lexvo.org/id/char/2B344> a lvont:Character ;
    lvont:represents "𫍄"^^xsd:string .

<http://lexvo.org/id/char/2B345> a lvont:Character ;
    lvont:represents "𫍅"^^xsd:string .

<http://lexvo.org/id/char/2B346> a lvont:Character ;
    lvont:represents "𫍆"^^xsd:string .

<http://lexvo.org/id/char/2B347> a lvont:Character ;
    lvont:represents "𫍇"^^xsd:string .

<http://lexvo.org/id/char/2B348> a lvont:Character ;
    lvont:represents "𫍈"^^xsd:string .

<http://lexvo.org/id/char/2B349> a lvont:Character ;
    lvont:represents "𫍉"^^xsd:string .

<http://lexvo.org/id/char/2B34A> a lvont:Character ;
    lvont:represents "𫍊"^^xsd:string .

<http://lexvo.org/id/char/2B34B> a lvont:Character ;
    lvont:represents "𫍋"^^xsd:string .

<http://lexvo.org/id/char/2B34C> a lvont:Character ;
    lvont:represents "𫍌"^^xsd:string .

<http://lexvo.org/id/char/2B34D> a lvont:Character ;
    lvont:represents "𫍍"^^xsd:string .

<http://lexvo.org/id/char/2B34E> a lvont:Character ;
    lvont:represents "𫍎"^^xsd:string .

<http://lexvo.org/id/char/2B34F> a lvont:Character ;
    lvont:represents "𫍏"^^xsd:string .

<http://lexvo.org/id/char/2B35> a lvont:Character ;
    lvont:represents "⬵"^^xsd:string ;
    rdfs:comment "LEFTWARDS TWO-HEADED ARROW WITH DOUBLE VERTICAL STROKE"@en .

<http://lexvo.org/id/char/2B350> a lvont:Character ;
    lvont:represents "𫍐"^^xsd:string .

<http://lexvo.org/id/char/2B351> a lvont:Character ;
    lvont:represents "𫍑"^^xsd:string .

<http://lexvo.org/id/char/2B352> a lvont:Character ;
    lvont:represents "𫍒"^^xsd:string .

<http://lexvo.org/id/char/2B353> a lvont:Character ;
    lvont:represents "𫍓"^^xsd:string .

<http://lexvo.org/id/char/2B354> a lvont:Character ;
    lvont:represents "𫍔"^^xsd:string .

<http://lexvo.org/id/char/2B355> a lvont:Character ;
    lvont:represents "𫍕"^^xsd:string .

<http://lexvo.org/id/char/2B356> a lvont:Character ;
    lvont:represents "𫍖"^^xsd:string .

<http://lexvo.org/id/char/2B357> a lvont:Character ;
    lvont:represents "𫍗"^^xsd:string .

<http://lexvo.org/id/char/2B358> a lvont:Character ;
    lvont:represents "𫍘"^^xsd:string .

<http://lexvo.org/id/char/2B359> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%F0%AB%8D%99>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ji4>,
        <http://lexvo.org/id/term/yue/%F0%AB%8D%99>,
        "𫍙"^^xsd:string ;
    rdfs:comment "arrogant, overbearing, mean; to deceive, cheat"@en .

<http://lexvo.org/id/char/2B35A> a lvont:Character ;
    lvont:represents "𫍚"^^xsd:string .

<http://lexvo.org/id/char/2B35B> a lvont:Character ;
    lvont:represents "𫍛"^^xsd:string .

<http://lexvo.org/id/char/2B35C> a lvont:Character ;
    lvont:represents "𫍜"^^xsd:string .

<http://lexvo.org/id/char/2B35D> a lvont:Character ;
    lvont:represents "𫍝"^^xsd:string .

<http://lexvo.org/id/char/2B35E> a lvont:Character ;
    lvont:represents "𫍞"^^xsd:string .

<http://lexvo.org/id/char/2B35F> a lvont:Character ;
    lvont:represents "𫍟"^^xsd:string .

<http://lexvo.org/id/char/2B36> a lvont:Character ;
    lvont:represents "⬶"^^xsd:string ;
    rdfs:comment "LEFTWARDS TWO-HEADED ARROW FROM BAR"@en .

<http://lexvo.org/id/char/2B360> a lvont:Character ;
    lvont:represents "𫍠"^^xsd:string .

<http://lexvo.org/id/char/2B361> a lvont:Character ;
    lvont:represents "𫍡"^^xsd:string .

<http://lexvo.org/id/char/2B362> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%F0%AB%8D%A2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C3%A1o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/naau4>,
        <http://lexvo.org/id/term/yue/%F0%AB%8D%A2>,
        "𫍢"^^xsd:string ;
    rdfs:comment "wrangling; to quarrel"@en .

<http://lexvo.org/id/char/2B363> a lvont:Character ;
    lvont:represents "𫍣"^^xsd:string .

<http://lexvo.org/id/char/2B364> a lvont:Character ;
    lvont:represents "𫍤"^^xsd:string .

<http://lexvo.org/id/char/2B365> a lvont:Character ;
    lvont:represents "𫍥"^^xsd:string .

<http://lexvo.org/id/char/2B366> a lvont:Character ;
    lvont:represents "𫍦"^^xsd:string .

<http://lexvo.org/id/char/2B367> a lvont:Character ;
    lvont:represents "𫍧"^^xsd:string .

<http://lexvo.org/id/char/2B368> a lvont:Character ;
    lvont:represents "𫍨"^^xsd:string .

<http://lexvo.org/id/char/2B369> a lvont:Character ;
    lvont:represents "𫍩"^^xsd:string .

<http://lexvo.org/id/char/2B36A> a lvont:Character ;
    lvont:represents "𫍪"^^xsd:string .

<http://lexvo.org/id/char/2B36B> a lvont:Character ;
    lvont:represents "𫍫"^^xsd:string .

<http://lexvo.org/id/char/2B36C> a lvont:Character ;
    lvont:represents "𫍬"^^xsd:string .

<http://lexvo.org/id/char/2B36D> a lvont:Character ;
    lvont:represents "𫍭"^^xsd:string .

<http://lexvo.org/id/char/2B36E> a lvont:Character ;
    lvont:represents "𫍮"^^xsd:string .

<http://lexvo.org/id/char/2B36F> a lvont:Character ;
    lvont:represents "𫍯"^^xsd:string .

<http://lexvo.org/id/char/2B37> a lvont:Character ;
    lvont:represents "⬷"^^xsd:string ;
    rdfs:comment "LEFTWARDS TWO-HEADED TRIPLE DASH ARROW"@en .

<http://lexvo.org/id/char/2B370> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%F0%AB%8D%B0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C7%90>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/saai2%20si2>,
        <http://lexvo.org/id/term/yue/%F0%AB%8D%B0>,
        "𫍰"^^xsd:string ;
    rdfs:comment "apprehensive"@en .

<http://lexvo.org/id/char/2B371> a lvont:Character ;
    lvont:represents "𫍱"^^xsd:string .

<http://lexvo.org/id/char/2B372> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%F0%AB%8D%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C7%8Eo>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sau2%20siu2>,
        <http://lexvo.org/id/term/yue/%F0%AB%8D%B2>,
        "𫍲"^^xsd:string ;
    rdfs:comment "scold, censure; lead people toward virtuous ways; small, little"@en .

<http://lexvo.org/id/char/2B373> a lvont:Character ;
    lvont:represents "𫍳"^^xsd:string .

<http://lexvo.org/id/char/2B374> a lvont:Character ;
    lvont:represents "𫍴"^^xsd:string .

<http://lexvo.org/id/char/2B375> a lvont:Character ;
    lvont:represents "𫍵"^^xsd:string .

<http://lexvo.org/id/char/2B376> a lvont:Character ;
    lvont:represents "𫍶"^^xsd:string .

<http://lexvo.org/id/char/2B377> a lvont:Character ;
    lvont:represents "𫍷"^^xsd:string .

<http://lexvo.org/id/char/2B378> a lvont:Character ;
    lvont:represents "𫍸"^^xsd:string .

<http://lexvo.org/id/char/2B379> a lvont:Character ;
    lvont:represents "𫍹"^^xsd:string .

<http://lexvo.org/id/char/2B37A> a lvont:Character ;
    lvont:represents "𫍺"^^xsd:string .

<http://lexvo.org/id/char/2B37B> a lvont:Character ;
    lvont:represents "𫍻"^^xsd:string .

<http://lexvo.org/id/char/2B37C> a lvont:Character ;
    lvont:represents "𫍼"^^xsd:string .

<http://lexvo.org/id/char/2B37D> a lvont:Character ;
    lvont:represents "𫍽"^^xsd:string .

<http://lexvo.org/id/char/2B37E> a lvont:Character ;
    lvont:represents "𫍾"^^xsd:string .

<http://lexvo.org/id/char/2B37F> a lvont:Character ;
    lvont:represents "𫍿"^^xsd:string .

<http://lexvo.org/id/char/2B38> a lvont:Character ;
    lvont:represents "⬸"^^xsd:string ;
    rdfs:comment "LEFTWARDS ARROW WITH DOTTED STEM"@en .

<http://lexvo.org/id/char/2B380> a lvont:Character ;
    lvont:represents "𫎀"^^xsd:string .

<http://lexvo.org/id/char/2B381> a lvont:Character ;
    lvont:represents "𫎁"^^xsd:string .

<http://lexvo.org/id/char/2B382> a lvont:Character ;
    lvont:represents "𫎂"^^xsd:string .

<http://lexvo.org/id/char/2B383> a lvont:Character ;
    lvont:represents "𫎃"^^xsd:string .

<http://lexvo.org/id/char/2B384> a lvont:Character ;
    lvont:represents "𫎄"^^xsd:string .

<http://lexvo.org/id/char/2B385> a lvont:Character ;
    lvont:represents "𫎅"^^xsd:string .

<http://lexvo.org/id/char/2B386> a lvont:Character ;
    lvont:represents "𫎆"^^xsd:string .

<http://lexvo.org/id/char/2B387> a lvont:Character ;
    lvont:represents "𫎇"^^xsd:string .

<http://lexvo.org/id/char/2B388> a lvont:Character ;
    lvont:represents "𫎈"^^xsd:string .

<http://lexvo.org/id/char/2B389> a lvont:Character ;
    lvont:represents "𫎉"^^xsd:string .

<http://lexvo.org/id/char/2B38A> a lvont:Character ;
    lvont:represents "𫎊"^^xsd:string .

<http://lexvo.org/id/char/2B38B> a lvont:Character ;
    lvont:represents "𫎋"^^xsd:string .

<http://lexvo.org/id/char/2B38C> a lvont:Character ;
    lvont:represents "𫎌"^^xsd:string .

<http://lexvo.org/id/char/2B38D> a lvont:Character ;
    lvont:represents "𫎍"^^xsd:string .

<http://lexvo.org/id/char/2B38E> a lvont:Character ;
    lvont:represents "𫎎"^^xsd:string .

<http://lexvo.org/id/char/2B38F> a lvont:Character ;
    lvont:represents "𫎏"^^xsd:string .

<http://lexvo.org/id/char/2B39> a lvont:Character ;
    lvont:represents "⬹"^^xsd:string ;
    rdfs:comment "LEFTWARDS ARROW WITH TAIL WITH VERTICAL STROKE"@en .

<http://lexvo.org/id/char/2B390> a lvont:Character ;
    lvont:represents "𫎐"^^xsd:string .

<http://lexvo.org/id/char/2B391> a lvont:Character ;
    lvont:represents "𫎑"^^xsd:string .

<http://lexvo.org/id/char/2B392> a lvont:Character ;
    lvont:represents "𫎒"^^xsd:string .

<http://lexvo.org/id/char/2B393> a lvont:Character ;
    lvont:represents "𫎓"^^xsd:string .

<http://lexvo.org/id/char/2B394> a lvont:Character ;
    lvont:represents "𫎔"^^xsd:string .

<http://lexvo.org/id/char/2B395> a lvont:Character ;
    lvont:represents "𫎕"^^xsd:string .

<http://lexvo.org/id/char/2B396> a lvont:Character ;
    lvont:represents "𫎖"^^xsd:string .

<http://lexvo.org/id/char/2B397> a lvont:Character ;
    lvont:represents "𫎗"^^xsd:string .

<http://lexvo.org/id/char/2B398> a lvont:Character ;
    lvont:represents "𫎘"^^xsd:string .

<http://lexvo.org/id/char/2B399> a lvont:Character ;
    lvont:represents "𫎙"^^xsd:string .

<http://lexvo.org/id/char/2B39A> a lvont:Character ;
    lvont:represents "𫎚"^^xsd:string .

<http://lexvo.org/id/char/2B39B> a lvont:Character ;
    lvont:represents "𫎛"^^xsd:string .

<http://lexvo.org/id/char/2B39C> a lvont:Character ;
    lvont:represents "𫎜"^^xsd:string .

<http://lexvo.org/id/char/2B39D> a lvont:Character ;
    lvont:represents "𫎝"^^xsd:string .

<http://lexvo.org/id/char/2B39E> a lvont:Character ;
    lvont:represents "𫎞"^^xsd:string .

<http://lexvo.org/id/char/2B39F> a lvont:Character ;
    lvont:represents "𫎟"^^xsd:string .

<http://lexvo.org/id/char/2B3A> a lvont:Character ;
    lvont:represents "⬺"^^xsd:string ;
    rdfs:comment "LEFTWARDS ARROW WITH TAIL WITH DOUBLE VERTICAL STROKE"@en .

<http://lexvo.org/id/char/2B3A0> a lvont:Character ;
    lvont:represents "𫎠"^^xsd:string .

<http://lexvo.org/id/char/2B3A1> a lvont:Character ;
    lvont:represents "𫎡"^^xsd:string .

<http://lexvo.org/id/char/2B3A2> a lvont:Character ;
    lvont:represents "𫎢"^^xsd:string .

<http://lexvo.org/id/char/2B3A3> a lvont:Character ;
    lvont:represents "𫎣"^^xsd:string .

<http://lexvo.org/id/char/2B3A4> a lvont:Character ;
    lvont:represents "𫎤"^^xsd:string .

<http://lexvo.org/id/char/2B3A5> a lvont:Character ;
    lvont:represents "𫎥"^^xsd:string .

<http://lexvo.org/id/char/2B3A6> a lvont:Character ;
    lvont:represents "𫎦"^^xsd:string .

<http://lexvo.org/id/char/2B3A7> a lvont:Character ;
    lvont:represents "𫎧"^^xsd:string .

<http://lexvo.org/id/char/2B3A8> a lvont:Character ;
    lvont:represents "𫎨"^^xsd:string .

<http://lexvo.org/id/char/2B3A9> a lvont:Character ;
    lvont:represents "𫎩"^^xsd:string .

<http://lexvo.org/id/char/2B3AA> a lvont:Character ;
    lvont:represents "𫎪"^^xsd:string .

<http://lexvo.org/id/char/2B3AB> a lvont:Character ;
    lvont:represents "𫎫"^^xsd:string .

<http://lexvo.org/id/char/2B3AC> a lvont:Character ;
    lvont:represents "𫎬"^^xsd:string .

<http://lexvo.org/id/char/2B3AD> a lvont:Character ;
    lvont:represents "𫎭"^^xsd:string .

<http://lexvo.org/id/char/2B3AE> a lvont:Character ;
    lvont:represents "𫎮"^^xsd:string .

<http://lexvo.org/id/char/2B3AF> a lvont:Character ;
    lvont:represents "𫎯"^^xsd:string .

<http://lexvo.org/id/char/2B3B> a lvont:Character ;
    lvont:represents "⬻"^^xsd:string ;
    rdfs:comment "LEFTWARDS TWO-HEADED ARROW WITH TAIL"@en .

<http://lexvo.org/id/char/2B3B0> a lvont:Character ;
    lvont:represents "𫎰"^^xsd:string .

<http://lexvo.org/id/char/2B3B1> a lvont:Character ;
    lvont:represents "𫎱"^^xsd:string .

<http://lexvo.org/id/char/2B3B2> a lvont:Character ;
    lvont:represents "𫎲"^^xsd:string .

<http://lexvo.org/id/char/2B3B3> a lvont:Character ;
    lvont:represents "𫎳"^^xsd:string .

<http://lexvo.org/id/char/2B3B4> a lvont:Character ;
    lvont:represents "𫎴"^^xsd:string .

<http://lexvo.org/id/char/2B3B5> a lvont:Character ;
    lvont:represents "𫎵"^^xsd:string .

<http://lexvo.org/id/char/2B3B6> a lvont:Character ;
    lvont:represents "𫎶"^^xsd:string .

<http://lexvo.org/id/char/2B3B7> a lvont:Character ;
    lvont:represents "𫎷"^^xsd:string .

<http://lexvo.org/id/char/2B3B8> a lvont:Character ;
    lvont:represents "𫎸"^^xsd:string .

<http://lexvo.org/id/char/2B3B9> a lvont:Character ;
    lvont:represents "𫎹"^^xsd:string .

<http://lexvo.org/id/char/2B3BA> a lvont:Character ;
    lvont:represents "𫎺"^^xsd:string .

<http://lexvo.org/id/char/2B3BB> a lvont:Character ;
    lvont:represents "𫎻"^^xsd:string .

<http://lexvo.org/id/char/2B3BC> a lvont:Character ;
    lvont:represents "𫎼"^^xsd:string .

<http://lexvo.org/id/char/2B3BD> a lvont:Character ;
    lvont:represents "𫎽"^^xsd:string .

<http://lexvo.org/id/char/2B3BE> a lvont:Character ;
    lvont:represents "𫎾"^^xsd:string .

<http://lexvo.org/id/char/2B3BF> a lvont:Character ;
    lvont:represents "𫎿"^^xsd:string .

<http://lexvo.org/id/char/2B3C> a lvont:Character ;
    lvont:represents "⬼"^^xsd:string ;
    rdfs:comment "LEFTWARDS TWO-HEADED ARROW WITH TAIL WITH VERTICAL STROKE"@en .

<http://lexvo.org/id/char/2B3C0> a lvont:Character ;
    lvont:represents "𫏀"^^xsd:string .

<http://lexvo.org/id/char/2B3C1> a lvont:Character ;
    lvont:represents "𫏁"^^xsd:string .

<http://lexvo.org/id/char/2B3C2> a lvont:Character ;
    lvont:represents "𫏂"^^xsd:string .

<http://lexvo.org/id/char/2B3C3> a lvont:Character ;
    lvont:represents "𫏃"^^xsd:string .

<http://lexvo.org/id/char/2B3C4> a lvont:Character ;
    lvont:represents "𫏄"^^xsd:string .

<http://lexvo.org/id/char/2B3C5> a lvont:Character ;
    lvont:represents "𫏅"^^xsd:string .

<http://lexvo.org/id/char/2B3C6> a lvont:Character ;
    lvont:represents "𫏆"^^xsd:string .

<http://lexvo.org/id/char/2B3C7> a lvont:Character ;
    lvont:represents "𫏇"^^xsd:string .

<http://lexvo.org/id/char/2B3C8> a lvont:Character ;
    lvont:represents "𫏈"^^xsd:string .

<http://lexvo.org/id/char/2B3C9> a lvont:Character ;
    lvont:represents "𫏉"^^xsd:string .

<http://lexvo.org/id/char/2B3CA> a lvont:Character ;
    lvont:represents "𫏊"^^xsd:string .

<http://lexvo.org/id/char/2B3CB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%F0%AB%8F%8B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C7%8Eo%20qi%C4%81o>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ju%C4%93%200920.100%3Aqi%C4%81o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/giu2%20hiu1>,
        <http://lexvo.org/id/term/yue/%F0%AB%8F%8B>,
        "𫏋"^^xsd:string ;
    rdfs:comment "to raise the feet; to cross the legs; brave; sandals"@en .

<http://lexvo.org/id/char/2B3CC> a lvont:Character ;
    lvont:represents "𫏌"^^xsd:string .

<http://lexvo.org/id/char/2B3CD> a lvont:Character ;
    lvont:represents "𫏍"^^xsd:string .

<http://lexvo.org/id/char/2B3CE> a lvont:Character ;
    lvont:represents "𫏎"^^xsd:string .

<http://lexvo.org/id/char/2B3CF> a lvont:Character ;
    lvont:represents "𫏏"^^xsd:string .

<http://lexvo.org/id/char/2B3D> a lvont:Character ;
    lvont:represents "⬽"^^xsd:string ;
    rdfs:comment "LEFTWARDS TWO-HEADED ARROW WITH TAIL WITH DOUBLE VERTICAL STROKE"@en .

<http://lexvo.org/id/char/2B3D0> a lvont:Character ;
    lvont:represents "𫏐"^^xsd:string .

<http://lexvo.org/id/char/2B3D1> a lvont:Character ;
    lvont:represents "𫏑"^^xsd:string .

<http://lexvo.org/id/char/2B3D2> a lvont:Character ;
    lvont:represents "𫏒"^^xsd:string .

<http://lexvo.org/id/char/2B3D3> a lvont:Character ;
    lvont:represents "𫏓"^^xsd:string .

<http://lexvo.org/id/char/2B3D4> a lvont:Character ;
    lvont:represents "𫏔"^^xsd:string .

<http://lexvo.org/id/char/2B3D5> a lvont:Character ;
    lvont:represents "𫏕"^^xsd:string .

<http://lexvo.org/id/char/2B3D6> a lvont:Character ;
    lvont:represents "𫏖"^^xsd:string .

<http://lexvo.org/id/char/2B3D7> a lvont:Character ;
    lvont:represents "𫏗"^^xsd:string .

<http://lexvo.org/id/char/2B3D8> a lvont:Character ;
    lvont:represents "𫏘"^^xsd:string .

<http://lexvo.org/id/char/2B3D9> a lvont:Character ;
    lvont:represents "𫏙"^^xsd:string .

<http://lexvo.org/id/char/2B3DA> a lvont:Character ;
    lvont:represents "𫏚"^^xsd:string .

<http://lexvo.org/id/char/2B3DB> a lvont:Character ;
    lvont:represents "𫏛"^^xsd:string .

<http://lexvo.org/id/char/2B3DC> a lvont:Character ;
    lvont:represents "𫏜"^^xsd:string .

<http://lexvo.org/id/char/2B3DD> a lvont:Character ;
    lvont:represents "𫏝"^^xsd:string .

<http://lexvo.org/id/char/2B3DE> a lvont:Character ;
    lvont:represents "𫏞"^^xsd:string .

<http://lexvo.org/id/char/2B3DF> a lvont:Character ;
    lvont:represents "𫏟"^^xsd:string .

<http://lexvo.org/id/char/2B3E> a lvont:Character ;
    lvont:represents "⬾"^^xsd:string ;
    rdfs:comment "LEFTWARDS ARROW THROUGH X"@en .

<http://lexvo.org/id/char/2B3E0> a lvont:Character ;
    lvont:represents "𫏠"^^xsd:string .

<http://lexvo.org/id/char/2B3E1> a lvont:Character ;
    lvont:represents "𫏡"^^xsd:string .

<http://lexvo.org/id/char/2B3E2> a lvont:Character ;
    lvont:represents "𫏢"^^xsd:string .

<http://lexvo.org/id/char/2B3E3> a lvont:Character ;
    lvont:represents "𫏣"^^xsd:string .

<http://lexvo.org/id/char/2B3E4> a lvont:Character ;
    lvont:represents "𫏤"^^xsd:string .

<http://lexvo.org/id/char/2B3E5> a lvont:Character ;
    lvont:represents "𫏥"^^xsd:string .

<http://lexvo.org/id/char/2B3E6> a lvont:Character ;
    lvont:represents "𫏦"^^xsd:string .

<http://lexvo.org/id/char/2B3E7> a lvont:Character ;
    lvont:represents "𫏧"^^xsd:string .

<http://lexvo.org/id/char/2B3E8> a lvont:Character ;
    lvont:represents "𫏨"^^xsd:string .

<http://lexvo.org/id/char/2B3E9> a lvont:Character ;
    lvont:represents "𫏩"^^xsd:string .

<http://lexvo.org/id/char/2B3EA> a lvont:Character ;
    lvont:represents "𫏪"^^xsd:string .

<http://lexvo.org/id/char/2B3EB> a lvont:Character ;
    lvont:represents "𫏫"^^xsd:string .

<http://lexvo.org/id/char/2B3EC> a lvont:Character ;
    lvont:represents "𫏬"^^xsd:string .

<http://lexvo.org/id/char/2B3ED> a lvont:Character ;
    lvont:represents "𫏭"^^xsd:string .

<http://lexvo.org/id/char/2B3EE> a lvont:Character ;
    lvont:represents "𫏮"^^xsd:string .

<http://lexvo.org/id/char/2B3EF> a lvont:Character ;
    lvont:represents "𫏯"^^xsd:string .

<http://lexvo.org/id/char/2B3F> a lvont:Character ;
    lvont:represents "⬿"^^xsd:string ;
    rdfs:comment "WAVE ARROW POINTING DIRECTLY LEFT"@en .

<http://lexvo.org/id/char/2B3F0> a lvont:Character ;
    lvont:represents "𫏰"^^xsd:string .

<http://lexvo.org/id/char/2B3F1> a lvont:Character ;
    lvont:represents "𫏱"^^xsd:string .

<http://lexvo.org/id/char/2B3F2> a lvont:Character ;
    lvont:represents "𫏲"^^xsd:string .

<http://lexvo.org/id/char/2B3F3> a lvont:Character ;
    lvont:represents "𫏳"^^xsd:string .

<http://lexvo.org/id/char/2B3F4> a lvont:Character ;
    lvont:represents "𫏴"^^xsd:string .

<http://lexvo.org/id/char/2B3F5> a lvont:Character ;
    lvont:represents "𫏵"^^xsd:string .

<http://lexvo.org/id/char/2B3F6> a lvont:Character ;
    lvont:represents "𫏶"^^xsd:string .

<http://lexvo.org/id/char/2B3F7> a lvont:Character ;
    lvont:represents "𫏷"^^xsd:string .

<http://lexvo.org/id/char/2B3F8> a lvont:Character ;
    lvont:represents "𫏸"^^xsd:string .

<http://lexvo.org/id/char/2B3F9> a lvont:Character ;
    lvont:represents "𫏹"^^xsd:string .

<http://lexvo.org/id/char/2B3FA> a lvont:Character ;
    lvont:represents "𫏺"^^xsd:string .

<http://lexvo.org/id/char/2B3FB> a lvont:Character ;
    lvont:represents "𫏻"^^xsd:string .

<http://lexvo.org/id/char/2B3FC> a lvont:Character ;
    lvont:represents "𫏼"^^xsd:string .

<http://lexvo.org/id/char/2B3FD> a lvont:Character ;
    lvont:represents "𫏽"^^xsd:string .

<http://lexvo.org/id/char/2B3FE> a lvont:Character ;
    lvont:represents "𫏾"^^xsd:string .

<http://lexvo.org/id/char/2B3FF> a lvont:Character ;
    lvont:represents "𫏿"^^xsd:string .

<http://lexvo.org/id/char/2B40> a lvont:Character ;
    lvont:represents "⭀"^^xsd:string ;
    rdfs:comment "EQUALS SIGN ABOVE LEFTWARDS ARROW"@en .

<http://lexvo.org/id/char/2B400> a lvont:Character ;
    lvont:represents "𫐀"^^xsd:string .

<http://lexvo.org/id/char/2B401> a lvont:Character ;
    lvont:represents "𫐁"^^xsd:string .

<http://lexvo.org/id/char/2B402> a lvont:Character ;
    lvont:represents "𫐂"^^xsd:string .

<http://lexvo.org/id/char/2B403> a lvont:Character ;
    lvont:represents "𫐃"^^xsd:string .

<http://lexvo.org/id/char/2B404> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%F0%AB%90%84>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/yu%C3%A8>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jyut6>,
        <http://lexvo.org/id/term/yue/%F0%AB%90%84>,
        "𫐄"^^xsd:string ;
    rdfs:comment "cross-bar at the end of the poles of a cart"@en .

<http://lexvo.org/id/char/2B405> a lvont:Character ;
    lvont:represents "𫐅"^^xsd:string .

<http://lexvo.org/id/char/2B406> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%F0%AB%90%86>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ku%C3%A0i%20ju%C3%A9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kyut3>,
        <http://lexvo.org/id/term/yue/%F0%AB%90%86>,
        "𫐆"^^xsd:string ;
    rdfs:comment "to gallop; a mule"@en .

<http://lexvo.org/id/char/2B407> a lvont:Character ;
    lvont:represents "𫐇"^^xsd:string .

<http://lexvo.org/id/char/2B408> a lvont:Character ;
    lvont:represents "𫐈"^^xsd:string .

<http://lexvo.org/id/char/2B409> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%F0%AB%90%89>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%ADng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ling4>,
        <http://lexvo.org/id/term/yue/%F0%AB%90%89>,
        "𫐉"^^xsd:string ;
    rdfs:comment "wooden cross-piece on front inside of carriage box"@en .

<http://lexvo.org/id/char/2B40A> a lvont:Character ;
    lvont:represents "𫐊"^^xsd:string .

<http://lexvo.org/id/char/2B40B> a lvont:Character ;
    lvont:represents "𫐋"^^xsd:string .

<http://lexvo.org/id/char/2B40C> a lvont:Character ;
    lvont:represents "𫐌"^^xsd:string .

<http://lexvo.org/id/char/2B40D> a lvont:Character ;
    lvont:represents "𫐍"^^xsd:string .

<http://lexvo.org/id/char/2B40E> a lvont:Character ;
    lvont:represents "𫐎"^^xsd:string .

<http://lexvo.org/id/char/2B40F> a lvont:Character ;
    lvont:represents "𫐏"^^xsd:string .

<http://lexvo.org/id/char/2B41> a lvont:Character ;
    lvont:represents "⭁"^^xsd:string ;
    rdfs:comment "REVERSE TILDE OPERATOR ABOVE LEFTWARDS ARROW"@en .

<http://lexvo.org/id/char/2B410> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%F0%AB%90%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C3%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ngai4>,
        <http://lexvo.org/id/term/yue/%F0%AB%90%90>,
        "𫐐"^^xsd:string ;
    rdfs:comment "the cross-bar at the end of a carriage pole; linchpin of a large carriage"@en .

<http://lexvo.org/id/char/2B411> a lvont:Character ;
    lvont:represents "𫐑"^^xsd:string .

<http://lexvo.org/id/char/2B412> a lvont:Character ;
    lvont:represents "𫐒"^^xsd:string .

<http://lexvo.org/id/char/2B413> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%F0%AB%90%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C5%AB%20b%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bou1%20bou3%20bou6>,
        <http://lexvo.org/id/term/yue/%F0%AB%90%93>,
        "𫐓"^^xsd:string ;
    rdfs:comment "outer rim of a wheel, felly"@en .

<http://lexvo.org/id/char/2B414> a lvont:Character ;
    lvont:represents "𫐔"^^xsd:string .

<http://lexvo.org/id/char/2B415> a lvont:Character ;
    lvont:represents "𫐕"^^xsd:string .

<http://lexvo.org/id/char/2B416> a lvont:Character ;
    lvont:represents "𫐖"^^xsd:string .

<http://lexvo.org/id/char/2B417> a lvont:Character ;
    lvont:represents "𫐗"^^xsd:string .

<http://lexvo.org/id/char/2B418> a lvont:Character ;
    lvont:represents "𫐘"^^xsd:string .

<http://lexvo.org/id/char/2B419> a lvont:Character ;
    lvont:represents "𫐙"^^xsd:string .

<http://lexvo.org/id/char/2B41A> a lvont:Character ;
    lvont:represents "𫐚"^^xsd:string .

<http://lexvo.org/id/char/2B41B> a lvont:Character ;
    lvont:represents "𫐛"^^xsd:string .

<http://lexvo.org/id/char/2B41C> a lvont:Character ;
    lvont:represents "𫐜"^^xsd:string .

<http://lexvo.org/id/char/2B41D> a lvont:Character ;
    lvont:represents "𫐝"^^xsd:string .

<http://lexvo.org/id/char/2B41E> a lvont:Character ;
    lvont:represents "𫐞"^^xsd:string .

<http://lexvo.org/id/char/2B41F> a lvont:Character ;
    lvont:represents "𫐟"^^xsd:string .

<http://lexvo.org/id/char/2B42> a lvont:Character ;
    lvont:represents "⭂"^^xsd:string ;
    rdfs:comment "LEFTWARDS ARROW ABOVE REVERSE ALMOST EQUAL TO"@en .

<http://lexvo.org/id/char/2B420> a lvont:Character ;
    lvont:represents "𫐠"^^xsd:string .

<http://lexvo.org/id/char/2B421> a lvont:Character ;
    lvont:represents "𫐡"^^xsd:string .

<http://lexvo.org/id/char/2B422> a lvont:Character ;
    lvont:represents "𫐢"^^xsd:string .

<http://lexvo.org/id/char/2B423> a lvont:Character ;
    lvont:represents "𫐣"^^xsd:string .

<http://lexvo.org/id/char/2B424> a lvont:Character ;
    lvont:represents "𫐤"^^xsd:string .

<http://lexvo.org/id/char/2B425> a lvont:Character ;
    lvont:represents "𫐥"^^xsd:string .

<http://lexvo.org/id/char/2B426> a lvont:Character ;
    lvont:represents "𫐦"^^xsd:string .

<http://lexvo.org/id/char/2B427> a lvont:Character ;
    lvont:represents "𫐧"^^xsd:string .

<http://lexvo.org/id/char/2B428> a lvont:Character ;
    lvont:represents "𫐨"^^xsd:string .

<http://lexvo.org/id/char/2B429> a lvont:Character ;
    lvont:represents "𫐩"^^xsd:string .

<http://lexvo.org/id/char/2B42A> a lvont:Character ;
    lvont:represents "𫐪"^^xsd:string .

<http://lexvo.org/id/char/2B42B> a lvont:Character ;
    lvont:represents "𫐫"^^xsd:string .

<http://lexvo.org/id/char/2B42C> a lvont:Character ;
    lvont:represents "𫐬"^^xsd:string .

<http://lexvo.org/id/char/2B42D> a lvont:Character ;
    lvont:represents "𫐭"^^xsd:string .

<http://lexvo.org/id/char/2B42E> a lvont:Character ;
    lvont:represents "𫐮"^^xsd:string .

<http://lexvo.org/id/char/2B42F> a lvont:Character ;
    lvont:represents "𫐯"^^xsd:string .

<http://lexvo.org/id/char/2B43> a lvont:Character ;
    lvont:represents "⭃"^^xsd:string ;
    rdfs:comment "RIGHTWARDS ARROW THROUGH GREATER-THAN"@en .

<http://lexvo.org/id/char/2B430> a lvont:Character ;
    lvont:represents "𫐰"^^xsd:string .

<http://lexvo.org/id/char/2B431> a lvont:Character ;
    lvont:represents "𫐱"^^xsd:string .

<http://lexvo.org/id/char/2B432> a lvont:Character ;
    lvont:represents "𫐲"^^xsd:string .

<http://lexvo.org/id/char/2B433> a lvont:Character ;
    lvont:represents "𫐳"^^xsd:string .

<http://lexvo.org/id/char/2B434> a lvont:Character ;
    lvont:represents "𫐴"^^xsd:string .

<http://lexvo.org/id/char/2B435> a lvont:Character ;
    lvont:represents "𫐵"^^xsd:string .

<http://lexvo.org/id/char/2B436> a lvont:Character ;
    lvont:represents "𫐶"^^xsd:string .

<http://lexvo.org/id/char/2B437> a lvont:Character ;
    lvont:represents "𫐷"^^xsd:string .

<http://lexvo.org/id/char/2B438> a lvont:Character ;
    lvont:represents "𫐸"^^xsd:string .

<http://lexvo.org/id/char/2B439> a lvont:Character ;
    lvont:represents "𫐹"^^xsd:string .

<http://lexvo.org/id/char/2B43A> a lvont:Character ;
    lvont:represents "𫐺"^^xsd:string .

<http://lexvo.org/id/char/2B43B> a lvont:Character ;
    lvont:represents "𫐻"^^xsd:string .

<http://lexvo.org/id/char/2B43C> a lvont:Character ;
    lvont:represents "𫐼"^^xsd:string .

<http://lexvo.org/id/char/2B43D> a lvont:Character ;
    lvont:represents "𫐽"^^xsd:string .

<http://lexvo.org/id/char/2B43E> a lvont:Character ;
    lvont:represents "𫐾"^^xsd:string .

<http://lexvo.org/id/char/2B43F> a lvont:Character ;
    lvont:represents "𫐿"^^xsd:string .

<http://lexvo.org/id/char/2B44> a lvont:Character ;
    lvont:represents "⭄"^^xsd:string ;
    rdfs:comment "RIGHTWARDS ARROW THROUGH SUPERSET"@en .

<http://lexvo.org/id/char/2B440> a lvont:Character ;
    lvont:represents "𫑀"^^xsd:string .

<http://lexvo.org/id/char/2B441> a lvont:Character ;
    lvont:represents "𫑁"^^xsd:string .

<http://lexvo.org/id/char/2B442> a lvont:Character ;
    lvont:represents "𫑂"^^xsd:string .

<http://lexvo.org/id/char/2B443> a lvont:Character ;
    lvont:represents "𫑃"^^xsd:string .

<http://lexvo.org/id/char/2B444> a lvont:Character ;
    lvont:represents "𫑄"^^xsd:string .

<http://lexvo.org/id/char/2B445> a lvont:Character ;
    lvont:represents "𫑅"^^xsd:string .

<http://lexvo.org/id/char/2B446> a lvont:Character ;
    lvont:represents "𫑆"^^xsd:string .

<http://lexvo.org/id/char/2B447> a lvont:Character ;
    lvont:represents "𫑇"^^xsd:string .

<http://lexvo.org/id/char/2B448> a lvont:Character ;
    lvont:represents "𫑈"^^xsd:string .

<http://lexvo.org/id/char/2B449> a lvont:Character ;
    lvont:represents "𫑉"^^xsd:string .

<http://lexvo.org/id/char/2B44A> a lvont:Character ;
    lvont:represents "𫑊"^^xsd:string .

<http://lexvo.org/id/char/2B44B> a lvont:Character ;
    lvont:represents "𫑋"^^xsd:string .

<http://lexvo.org/id/char/2B44C> a lvont:Character ;
    lvont:represents "𫑌"^^xsd:string .

<http://lexvo.org/id/char/2B44D> a lvont:Character ;
    lvont:represents "𫑍"^^xsd:string .

<http://lexvo.org/id/char/2B44E> a lvont:Character ;
    lvont:represents "𫑎"^^xsd:string .

<http://lexvo.org/id/char/2B44F> a lvont:Character ;
    lvont:represents "𫑏"^^xsd:string .

<http://lexvo.org/id/char/2B45> a lvont:Character ;
    lvont:represents "⭅"^^xsd:string ;
    rdfs:comment "LEFTWARDS QUADRUPLE ARROW"@en .

<http://lexvo.org/id/char/2B450> a lvont:Character ;
    lvont:represents "𫑐"^^xsd:string .

<http://lexvo.org/id/char/2B451> a lvont:Character ;
    lvont:represents "𫑑"^^xsd:string .

<http://lexvo.org/id/char/2B452> a lvont:Character ;
    lvont:represents "𫑒"^^xsd:string .

<http://lexvo.org/id/char/2B453> a lvont:Character ;
    lvont:represents "𫑓"^^xsd:string .

<http://lexvo.org/id/char/2B454> a lvont:Character ;
    lvont:represents "𫑔"^^xsd:string .

<http://lexvo.org/id/char/2B455> a lvont:Character ;
    lvont:represents "𫑕"^^xsd:string .

<http://lexvo.org/id/char/2B456> a lvont:Character ;
    lvont:represents "𫑖"^^xsd:string .

<http://lexvo.org/id/char/2B457> a lvont:Character ;
    lvont:represents "𫑗"^^xsd:string .

<http://lexvo.org/id/char/2B458> a lvont:Character ;
    lvont:represents "𫑘"^^xsd:string .

<http://lexvo.org/id/char/2B459> a lvont:Character ;
    lvont:represents "𫑙"^^xsd:string .

<http://lexvo.org/id/char/2B45A> a lvont:Character ;
    lvont:represents "𫑚"^^xsd:string .

<http://lexvo.org/id/char/2B45B> a lvont:Character ;
    lvont:represents "𫑛"^^xsd:string .

<http://lexvo.org/id/char/2B45C> a lvont:Character ;
    lvont:represents "𫑜"^^xsd:string .

<http://lexvo.org/id/char/2B45D> a lvont:Character ;
    lvont:represents "𫑝"^^xsd:string .

<http://lexvo.org/id/char/2B45E> a lvont:Character ;
    lvont:represents "𫑞"^^xsd:string .

<http://lexvo.org/id/char/2B45F> a lvont:Character ;
    lvont:represents "𫑟"^^xsd:string .

<http://lexvo.org/id/char/2B46> a lvont:Character ;
    lvont:represents "⭆"^^xsd:string ;
    rdfs:comment "RIGHTWARDS QUADRUPLE ARROW"@en .

<http://lexvo.org/id/char/2B460> a lvont:Character ;
    lvont:represents "𫑠"^^xsd:string .

<http://lexvo.org/id/char/2B461> a lvont:Character ;
    lvont:represents "𫑡"^^xsd:string .

<http://lexvo.org/id/char/2B462> a lvont:Character ;
    lvont:represents "𫑢"^^xsd:string .

<http://lexvo.org/id/char/2B463> a lvont:Character ;
    lvont:represents "𫑣"^^xsd:string .

<http://lexvo.org/id/char/2B464> a lvont:Character ;
    lvont:represents "𫑤"^^xsd:string .

<http://lexvo.org/id/char/2B465> a lvont:Character ;
    lvont:represents "𫑥"^^xsd:string .

<http://lexvo.org/id/char/2B466> a lvont:Character ;
    lvont:represents "𫑦"^^xsd:string .

<http://lexvo.org/id/char/2B467> a lvont:Character ;
    lvont:represents "𫑧"^^xsd:string .

<http://lexvo.org/id/char/2B468> a lvont:Character ;
    lvont:represents "𫑨"^^xsd:string .

<http://lexvo.org/id/char/2B469> a lvont:Character ;
    lvont:represents "𫑩"^^xsd:string .

<http://lexvo.org/id/char/2B46A> a lvont:Character ;
    lvont:represents "𫑪"^^xsd:string .

<http://lexvo.org/id/char/2B46B> a lvont:Character ;
    lvont:represents "𫑫"^^xsd:string .

<http://lexvo.org/id/char/2B46C> a lvont:Character ;
    lvont:represents "𫑬"^^xsd:string .

<http://lexvo.org/id/char/2B46D> a lvont:Character ;
    lvont:represents "𫑭"^^xsd:string .

<http://lexvo.org/id/char/2B46E> a lvont:Character ;
    lvont:represents "𫑮"^^xsd:string .

<http://lexvo.org/id/char/2B46F> a lvont:Character ;
    lvont:represents "𫑯"^^xsd:string .

<http://lexvo.org/id/char/2B47> a lvont:Character ;
    lvont:represents "⭇"^^xsd:string ;
    rdfs:comment "REVERSE TILDE OPERATOR ABOVE RIGHTWARDS ARROW"@en .

<http://lexvo.org/id/char/2B470> a lvont:Character ;
    lvont:represents "𫑰"^^xsd:string .

<http://lexvo.org/id/char/2B471> a lvont:Character ;
    lvont:represents "𫑱"^^xsd:string .

<http://lexvo.org/id/char/2B472> a lvont:Character ;
    lvont:represents "𫑲"^^xsd:string .

<http://lexvo.org/id/char/2B473> a lvont:Character ;
    lvont:represents "𫑳"^^xsd:string .

<http://lexvo.org/id/char/2B474> a lvont:Character ;
    lvont:represents "𫑴"^^xsd:string .

<http://lexvo.org/id/char/2B475> a lvont:Character ;
    lvont:represents "𫑵"^^xsd:string .

<http://lexvo.org/id/char/2B476> a lvont:Character ;
    lvont:represents "𫑶"^^xsd:string .

<http://lexvo.org/id/char/2B477> a lvont:Character ;
    lvont:represents "𫑷"^^xsd:string .

<http://lexvo.org/id/char/2B478> a lvont:Character ;
    lvont:represents "𫑸"^^xsd:string .

<http://lexvo.org/id/char/2B479> a lvont:Character ;
    lvont:represents "𫑹"^^xsd:string .

<http://lexvo.org/id/char/2B47A> a lvont:Character ;
    lvont:represents "𫑺"^^xsd:string .

<http://lexvo.org/id/char/2B47B> a lvont:Character ;
    lvont:represents "𫑻"^^xsd:string .

<http://lexvo.org/id/char/2B47C> a lvont:Character ;
    lvont:represents "𫑼"^^xsd:string .

<http://lexvo.org/id/char/2B47D> a lvont:Character ;
    lvont:represents "𫑽"^^xsd:string .

<http://lexvo.org/id/char/2B47E> a lvont:Character ;
    lvont:represents "𫑾"^^xsd:string .

<http://lexvo.org/id/char/2B47F> a lvont:Character ;
    lvont:represents "𫑿"^^xsd:string .

<http://lexvo.org/id/char/2B48> a lvont:Character ;
    lvont:represents "⭈"^^xsd:string ;
    rdfs:comment "RIGHTWARDS ARROW ABOVE REVERSE ALMOST EQUAL TO"@en .

<http://lexvo.org/id/char/2B480> a lvont:Character ;
    lvont:represents "𫒀"^^xsd:string .

<http://lexvo.org/id/char/2B481> a lvont:Character ;
    lvont:represents "𫒁"^^xsd:string .

<http://lexvo.org/id/char/2B482> a lvont:Character ;
    lvont:represents "𫒂"^^xsd:string .

<http://lexvo.org/id/char/2B483> a lvont:Character ;
    lvont:represents "𫒃"^^xsd:string .

<http://lexvo.org/id/char/2B484> a lvont:Character ;
    lvont:represents "𫒄"^^xsd:string .

<http://lexvo.org/id/char/2B485> a lvont:Character ;
    lvont:represents "𫒅"^^xsd:string .

<http://lexvo.org/id/char/2B486> a lvont:Character ;
    lvont:represents "𫒆"^^xsd:string .

<http://lexvo.org/id/char/2B487> a lvont:Character ;
    lvont:represents "𫒇"^^xsd:string .

<http://lexvo.org/id/char/2B488> a lvont:Character ;
    lvont:represents "𫒈"^^xsd:string .

<http://lexvo.org/id/char/2B489> a lvont:Character ;
    lvont:represents "𫒉"^^xsd:string .

<http://lexvo.org/id/char/2B48A> a lvont:Character ;
    lvont:represents "𫒊"^^xsd:string .

<http://lexvo.org/id/char/2B48B> a lvont:Character ;
    lvont:represents "𫒋"^^xsd:string .

<http://lexvo.org/id/char/2B48C> a lvont:Character ;
    lvont:represents "𫒌"^^xsd:string .

<http://lexvo.org/id/char/2B48D> a lvont:Character ;
    lvont:represents "𫒍"^^xsd:string .

<http://lexvo.org/id/char/2B48E> a lvont:Character ;
    lvont:represents "𫒎"^^xsd:string .

<http://lexvo.org/id/char/2B48F> a lvont:Character ;
    lvont:represents "𫒏"^^xsd:string .

<http://lexvo.org/id/char/2B49> a lvont:Character ;
    lvont:represents "⭉"^^xsd:string ;
    rdfs:comment "TILDE OPERATOR ABOVE LEFTWARDS ARROW"@en .

<http://lexvo.org/id/char/2B490> a lvont:Character ;
    lvont:represents "𫒐"^^xsd:string .

<http://lexvo.org/id/char/2B491> a lvont:Character ;
    lvont:represents "𫒑"^^xsd:string .

<http://lexvo.org/id/char/2B492> a lvont:Character ;
    lvont:represents "𫒒"^^xsd:string .

<http://lexvo.org/id/char/2B493> a lvont:Character ;
    lvont:represents "𫒓"^^xsd:string .

<http://lexvo.org/id/char/2B494> a lvont:Character ;
    lvont:represents "𫒔"^^xsd:string .

<http://lexvo.org/id/char/2B495> a lvont:Character ;
    lvont:represents "𫒕"^^xsd:string .

<http://lexvo.org/id/char/2B496> a lvont:Character ;
    lvont:represents "𫒖"^^xsd:string .

<http://lexvo.org/id/char/2B497> a lvont:Character ;
    lvont:represents "𫒗"^^xsd:string .

<http://lexvo.org/id/char/2B498> a lvont:Character ;
    lvont:represents "𫒘"^^xsd:string .

<http://lexvo.org/id/char/2B499> a lvont:Character ;
    lvont:represents "𫒙"^^xsd:string .

<http://lexvo.org/id/char/2B49A> a lvont:Character ;
    lvont:represents "𫒚"^^xsd:string .

<http://lexvo.org/id/char/2B49B> a lvont:Character ;
    lvont:represents "𫒛"^^xsd:string .

<http://lexvo.org/id/char/2B49C> a lvont:Character ;
    lvont:represents "𫒜"^^xsd:string .

<http://lexvo.org/id/char/2B49D> a lvont:Character ;
    lvont:represents "𫒝"^^xsd:string .

<http://lexvo.org/id/char/2B49E> a lvont:Character ;
    lvont:represents "𫒞"^^xsd:string .

<http://lexvo.org/id/char/2B49F> a lvont:Character ;
    lvont:represents "𫒟"^^xsd:string .

<http://lexvo.org/id/char/2B4A> a lvont:Character ;
    lvont:represents "⭊"^^xsd:string ;
    rdfs:comment "LEFTWARDS ARROW ABOVE ALMOST EQUAL TO"@en .

<http://lexvo.org/id/char/2B4A0> a lvont:Character ;
    lvont:represents "𫒠"^^xsd:string .

<http://lexvo.org/id/char/2B4A1> a lvont:Character ;
    lvont:represents "𫒡"^^xsd:string .

<http://lexvo.org/id/char/2B4A2> a lvont:Character ;
    lvont:represents "𫒢"^^xsd:string .

<http://lexvo.org/id/char/2B4A3> a lvont:Character ;
    lvont:represents "𫒣"^^xsd:string .

<http://lexvo.org/id/char/2B4A4> a lvont:Character ;
    lvont:represents "𫒤"^^xsd:string .

<http://lexvo.org/id/char/2B4A5> a lvont:Character ;
    lvont:represents "𫒥"^^xsd:string .

<http://lexvo.org/id/char/2B4A6> a lvont:Character ;
    lvont:represents "𫒦"^^xsd:string .

<http://lexvo.org/id/char/2B4A7> a lvont:Character ;
    lvont:represents "𫒧"^^xsd:string .

<http://lexvo.org/id/char/2B4A8> a lvont:Character ;
    lvont:represents "𫒨"^^xsd:string .

<http://lexvo.org/id/char/2B4A9> a lvont:Character ;
    lvont:represents "𫒩"^^xsd:string .

<http://lexvo.org/id/char/2B4AA> a lvont:Character ;
    lvont:represents "𫒪"^^xsd:string .

<http://lexvo.org/id/char/2B4AB> a lvont:Character ;
    lvont:represents "𫒫"^^xsd:string .

<http://lexvo.org/id/char/2B4AC> a lvont:Character ;
    lvont:represents "𫒬"^^xsd:string .

<http://lexvo.org/id/char/2B4AD> a lvont:Character ;
    lvont:represents "𫒭"^^xsd:string .

<http://lexvo.org/id/char/2B4AE> a lvont:Character ;
    lvont:represents "𫒮"^^xsd:string .

<http://lexvo.org/id/char/2B4AF> a lvont:Character ;
    lvont:represents "𫒯"^^xsd:string .

<http://lexvo.org/id/char/2B4B> a lvont:Character ;
    lvont:represents "⭋"^^xsd:string ;
    rdfs:comment "LEFTWARDS ARROW ABOVE REVERSE TILDE OPERATOR"@en .

<http://lexvo.org/id/char/2B4B0> a lvont:Character ;
    lvont:represents "𫒰"^^xsd:string .

<http://lexvo.org/id/char/2B4B1> a lvont:Character ;
    lvont:represents "𫒱"^^xsd:string .

<http://lexvo.org/id/char/2B4B2> a lvont:Character ;
    lvont:represents "𫒲"^^xsd:string .

<http://lexvo.org/id/char/2B4B3> a lvont:Character ;
    lvont:represents "𫒳"^^xsd:string .

<http://lexvo.org/id/char/2B4B4> a lvont:Character ;
    lvont:represents "𫒴"^^xsd:string .

<http://lexvo.org/id/char/2B4B5> a lvont:Character ;
    lvont:represents "𫒵"^^xsd:string .

<http://lexvo.org/id/char/2B4B6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%F0%AB%92%B6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A1n>,
        "𫒶"^^xsd:string ;
    rdfs:comment "armor"@en .

<http://lexvo.org/id/char/2B4B7> a lvont:Character ;
    lvont:represents "𫒷"^^xsd:string .

<http://lexvo.org/id/char/2B4B8> a lvont:Character ;
    lvont:represents "𫒸"^^xsd:string .

<http://lexvo.org/id/char/2B4B9> a lvont:Character ;
    lvont:represents "𫒹"^^xsd:string .

<http://lexvo.org/id/char/2B4BA> a lvont:Character ;
    lvont:represents "𫒺"^^xsd:string .

<http://lexvo.org/id/char/2B4BB> a lvont:Character ;
    lvont:represents "𫒻"^^xsd:string .

<http://lexvo.org/id/char/2B4BC> a lvont:Character ;
    lvont:represents "𫒼"^^xsd:string .

<http://lexvo.org/id/char/2B4BD> a lvont:Character ;
    lvont:represents "𫒽"^^xsd:string .

<http://lexvo.org/id/char/2B4BE> a lvont:Character ;
    lvont:represents "𫒾"^^xsd:string .

<http://lexvo.org/id/char/2B4BF> a lvont:Character ;
    lvont:represents "𫒿"^^xsd:string .

<http://lexvo.org/id/char/2B4C> a lvont:Character ;
    lvont:represents "⭌"^^xsd:string ;
    rdfs:comment "RIGHTWARDS ARROW ABOVE REVERSE TILDE OPERATOR"@en .

<http://lexvo.org/id/char/2B4C0> a lvont:Character ;
    lvont:represents "𫓀"^^xsd:string .

<http://lexvo.org/id/char/2B4C1> a lvont:Character ;
    lvont:represents "𫓁"^^xsd:string .

<http://lexvo.org/id/char/2B4C2> a lvont:Character ;
    lvont:represents "𫓂"^^xsd:string .

<http://lexvo.org/id/char/2B4C3> a lvont:Character ;
    lvont:represents "𫓃"^^xsd:string .

<http://lexvo.org/id/char/2B4C4> a lvont:Character ;
    lvont:represents "𫓄"^^xsd:string .

<http://lexvo.org/id/char/2B4C5> a lvont:Character ;
    lvont:represents "𫓅"^^xsd:string .

<http://lexvo.org/id/char/2B4C6> a lvont:Character ;
    lvont:represents "𫓆"^^xsd:string .

<http://lexvo.org/id/char/2B4C7> a lvont:Character ;
    lvont:represents "𫓇"^^xsd:string .

<http://lexvo.org/id/char/2B4C8> a lvont:Character ;
    lvont:represents "𫓈"^^xsd:string .

<http://lexvo.org/id/char/2B4C9> a lvont:Character ;
    lvont:represents "𫓉"^^xsd:string .

<http://lexvo.org/id/char/2B4CA> a lvont:Character ;
    lvont:represents "𫓊"^^xsd:string .

<http://lexvo.org/id/char/2B4CB> a lvont:Character ;
    lvont:represents "𫓋"^^xsd:string .

<http://lexvo.org/id/char/2B4CC> a lvont:Character ;
    lvont:represents "𫓌"^^xsd:string .

<http://lexvo.org/id/char/2B4CD> a lvont:Character ;
    lvont:represents "𫓍"^^xsd:string .

<http://lexvo.org/id/char/2B4CE> a lvont:Character ;
    lvont:represents "𫓎"^^xsd:string .

<http://lexvo.org/id/char/2B4CF> a lvont:Character ;
    lvont:represents "𫓏"^^xsd:string .

<http://lexvo.org/id/char/2B4D0> a lvont:Character ;
    lvont:represents "𫓐"^^xsd:string .

<http://lexvo.org/id/char/2B4D1> a lvont:Character ;
    lvont:represents "𫓑"^^xsd:string .

<http://lexvo.org/id/char/2B4D2> a lvont:Character ;
    lvont:represents "𫓒"^^xsd:string .

<http://lexvo.org/id/char/2B4D3> a lvont:Character ;
    lvont:represents "𫓓"^^xsd:string .

<http://lexvo.org/id/char/2B4D4> a lvont:Character ;
    lvont:represents "𫓔"^^xsd:string .

<http://lexvo.org/id/char/2B4D5> a lvont:Character ;
    lvont:represents "𫓕"^^xsd:string .

<http://lexvo.org/id/char/2B4D6> a lvont:Character ;
    lvont:represents "𫓖"^^xsd:string .

<http://lexvo.org/id/char/2B4D7> a lvont:Character ;
    lvont:represents "𫓗"^^xsd:string .

<http://lexvo.org/id/char/2B4D8> a lvont:Character ;
    lvont:represents "𫓘"^^xsd:string .

<http://lexvo.org/id/char/2B4D9> a lvont:Character ;
    lvont:represents "𫓙"^^xsd:string .

<http://lexvo.org/id/char/2B4DA> a lvont:Character ;
    lvont:represents "𫓚"^^xsd:string .

<http://lexvo.org/id/char/2B4DB> a lvont:Character ;
    lvont:represents "𫓛"^^xsd:string .

<http://lexvo.org/id/char/2B4DC> a lvont:Character ;
    lvont:represents "𫓜"^^xsd:string .

<http://lexvo.org/id/char/2B4DD> a lvont:Character ;
    lvont:represents "𫓝"^^xsd:string .

<http://lexvo.org/id/char/2B4DE> a lvont:Character ;
    lvont:represents "𫓞"^^xsd:string .

<http://lexvo.org/id/char/2B4DF> a lvont:Character ;
    lvont:represents "𫓟"^^xsd:string .

<http://lexvo.org/id/char/2B4E0> a lvont:Character ;
    lvont:represents "𫓠"^^xsd:string .

<http://lexvo.org/id/char/2B4E1> a lvont:Character ;
    lvont:represents "𫓡"^^xsd:string .

<http://lexvo.org/id/char/2B4E2> a lvont:Character ;
    lvont:represents "𫓢"^^xsd:string .

<http://lexvo.org/id/char/2B4E3> a lvont:Character ;
    lvont:represents "𫓣"^^xsd:string .

<http://lexvo.org/id/char/2B4E4> a lvont:Character ;
    lvont:represents "𫓤"^^xsd:string .

<http://lexvo.org/id/char/2B4E5> a lvont:Character ;
    lvont:represents "𫓥"^^xsd:string .

<http://lexvo.org/id/char/2B4E6> a lvont:Character ;
    lvont:represents "𫓦"^^xsd:string .

<http://lexvo.org/id/char/2B4E7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%F0%AB%93%A7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C5%AB%20f%C7%94>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fu1>,
        <http://lexvo.org/id/term/yue/%F0%AB%93%A7>,
        "𫓧"^^xsd:string ;
    rdfs:comment "an ax, hatchet"@en .

<http://lexvo.org/id/char/2B4E8> a lvont:Character ;
    lvont:represents "𫓨"^^xsd:string .

<http://lexvo.org/id/char/2B4E9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%F0%AB%93%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C5%8Dng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cung1>,
        <http://lexvo.org/id/term/yue/%F0%AB%93%A9>,
        "𫓩"^^xsd:string ;
    rdfs:comment "a short spear"@en .

<http://lexvo.org/id/char/2B4EA> a lvont:Character ;
    lvont:represents "𫓪"^^xsd:string .

<http://lexvo.org/id/char/2B4EB> a lvont:Character ;
    lvont:represents "𫓫"^^xsd:string .

<http://lexvo.org/id/char/2B4EC> a lvont:Character ;
    lvont:represents "𫓬"^^xsd:string .

<http://lexvo.org/id/char/2B4ED> a lvont:Character ;
    lvont:represents "𫓭"^^xsd:string .

<http://lexvo.org/id/char/2B4EE> a lvont:Character ;
    lvont:represents "𫓮"^^xsd:string .

<http://lexvo.org/id/char/2B4EF> a lvont:Character ;
    lvont:represents "𫓯"^^xsd:string .

<http://lexvo.org/id/char/2B4F0> a lvont:Character ;
    lvont:represents "𫓰"^^xsd:string .

<http://lexvo.org/id/char/2B4F1> a lvont:Character ;
    lvont:represents "𫓱"^^xsd:string .

<http://lexvo.org/id/char/2B4F2> a lvont:Character ;
    lvont:represents "𫓲"^^xsd:string .

<http://lexvo.org/id/char/2B4F3> a lvont:Character ;
    lvont:represents "𫓳"^^xsd:string .

<http://lexvo.org/id/char/2B4F4> a lvont:Character ;
    lvont:represents "𫓴"^^xsd:string .

<http://lexvo.org/id/char/2B4F5> a lvont:Character ;
    lvont:represents "𫓵"^^xsd:string .

<http://lexvo.org/id/char/2B4F6> a lvont:Character ;
    lvont:represents "𫓶"^^xsd:string .

<http://lexvo.org/id/char/2B4F7> a lvont:Character ;
    lvont:represents "𫓷"^^xsd:string .

<http://lexvo.org/id/char/2B4F8> a lvont:Character ;
    lvont:represents "𫓸"^^xsd:string .

<http://lexvo.org/id/char/2B4F9> a lvont:Character ;
    lvont:represents "𫓹"^^xsd:string .

<http://lexvo.org/id/char/2B4FA> a lvont:Character ;
    lvont:represents "𫓺"^^xsd:string .

<http://lexvo.org/id/char/2B4FB> a lvont:Character ;
    lvont:represents "𫓻"^^xsd:string .

<http://lexvo.org/id/char/2B4FC> a lvont:Character ;
    lvont:represents "𫓼"^^xsd:string .

<http://lexvo.org/id/char/2B4FD> a lvont:Character ;
    lvont:represents "𫓽"^^xsd:string .

<http://lexvo.org/id/char/2B4FE> a lvont:Character ;
    lvont:represents "𫓾"^^xsd:string .

<http://lexvo.org/id/char/2B4FF> a lvont:Character ;
    lvont:represents "𫓿"^^xsd:string .

<http://lexvo.org/id/char/2B50> a lvont:Character ;
    lvont:represents "⭐"^^xsd:string ;
    rdfs:comment "WHITE MEDIUM STAR"@en .

<http://lexvo.org/id/char/2B500> a lvont:Character ;
    lvont:represents "𫔀"^^xsd:string .

<http://lexvo.org/id/char/2B501> a lvont:Character ;
    lvont:represents "𫔁"^^xsd:string .

<http://lexvo.org/id/char/2B502> a lvont:Character ;
    lvont:represents "𫔂"^^xsd:string .

<http://lexvo.org/id/char/2B503> a lvont:Character ;
    lvont:represents "𫔃"^^xsd:string .

<http://lexvo.org/id/char/2B504> a lvont:Character ;
    lvont:represents "𫔄"^^xsd:string .

<http://lexvo.org/id/char/2B505> a lvont:Character ;
    lvont:represents "𫔅"^^xsd:string .

<http://lexvo.org/id/char/2B506> a lvont:Character ;
    lvont:represents "𫔆"^^xsd:string .

<http://lexvo.org/id/char/2B507> a lvont:Character ;
    lvont:represents "𫔇"^^xsd:string .

<http://lexvo.org/id/char/2B508> a lvont:Character ;
    lvont:represents "𫔈"^^xsd:string .

<http://lexvo.org/id/char/2B509> a lvont:Character ;
    lvont:represents "𫔉"^^xsd:string .

<http://lexvo.org/id/char/2B50A> a lvont:Character ;
    lvont:represents "𫔊"^^xsd:string .

<http://lexvo.org/id/char/2B50B> a lvont:Character ;
    lvont:represents "𫔋"^^xsd:string .

<http://lexvo.org/id/char/2B50C> a lvont:Character ;
    lvont:represents "𫔌"^^xsd:string .

<http://lexvo.org/id/char/2B50D> a lvont:Character ;
    lvont:represents "𫔍"^^xsd:string .

<http://lexvo.org/id/char/2B50E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%F0%AB%94%8E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ju%C3%A9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kyut3>,
        <http://lexvo.org/id/term/yue/%F0%AB%94%8E>,
        "𫔎"^^xsd:string ;
    rdfs:comment "hasp of a lock"@en .

<http://lexvo.org/id/char/2B50F> a lvont:Character ;
    lvont:represents "𫔏"^^xsd:string .

<http://lexvo.org/id/char/2B51> a lvont:Character ;
    lvont:represents "⭑"^^xsd:string ;
    rdfs:comment "BLACK SMALL STAR"@en .

<http://lexvo.org/id/char/2B510> a lvont:Character ;
    lvont:represents "𫔐"^^xsd:string .

<http://lexvo.org/id/char/2B511> a lvont:Character ;
    lvont:represents "𫔑"^^xsd:string .

<http://lexvo.org/id/char/2B512> a lvont:Character ;
    lvont:represents "𫔒"^^xsd:string .

<http://lexvo.org/id/char/2B513> a lvont:Character ;
    lvont:represents "𫔓"^^xsd:string .

<http://lexvo.org/id/char/2B514> a lvont:Character ;
    lvont:represents "𫔔"^^xsd:string .

<http://lexvo.org/id/char/2B515> a lvont:Character ;
    lvont:represents "𫔕"^^xsd:string .

<http://lexvo.org/id/char/2B516> a lvont:Character ;
    lvont:represents "𫔖"^^xsd:string .

<http://lexvo.org/id/char/2B517> a lvont:Character ;
    lvont:represents "𫔗"^^xsd:string .

<http://lexvo.org/id/char/2B518> a lvont:Character ;
    lvont:represents "𫔘"^^xsd:string .

<http://lexvo.org/id/char/2B519> a lvont:Character ;
    lvont:represents "𫔙"^^xsd:string .

<http://lexvo.org/id/char/2B51A> a lvont:Character ;
    lvont:represents "𫔚"^^xsd:string .

<http://lexvo.org/id/char/2B51B> a lvont:Character ;
    lvont:represents "𫔛"^^xsd:string .

<http://lexvo.org/id/char/2B51C> a lvont:Character ;
    lvont:represents "𫔜"^^xsd:string .

<http://lexvo.org/id/char/2B51D> a lvont:Character ;
    lvont:represents "𫔝"^^xsd:string .

<http://lexvo.org/id/char/2B51E> a lvont:Character ;
    lvont:represents "𫔞"^^xsd:string .

<http://lexvo.org/id/char/2B51F> a lvont:Character ;
    lvont:represents "𫔟"^^xsd:string .

<http://lexvo.org/id/char/2B52> a lvont:Character ;
    lvont:represents "⭒"^^xsd:string ;
    rdfs:comment "WHITE SMALL STAR"@en .

<http://lexvo.org/id/char/2B520> a lvont:Character ;
    lvont:represents "𫔠"^^xsd:string .

<http://lexvo.org/id/char/2B521> a lvont:Character ;
    lvont:represents "𫔡"^^xsd:string .

<http://lexvo.org/id/char/2B522> a lvont:Character ;
    lvont:represents "𫔢"^^xsd:string .

<http://lexvo.org/id/char/2B523> a lvont:Character ;
    lvont:represents "𫔣"^^xsd:string .

<http://lexvo.org/id/char/2B524> a lvont:Character ;
    lvont:represents "𫔤"^^xsd:string .

<http://lexvo.org/id/char/2B525> a lvont:Character ;
    lvont:represents "𫔥"^^xsd:string .

<http://lexvo.org/id/char/2B526> a lvont:Character ;
    lvont:represents "𫔦"^^xsd:string .

<http://lexvo.org/id/char/2B527> a lvont:Character ;
    lvont:represents "𫔧"^^xsd:string .

<http://lexvo.org/id/char/2B528> a lvont:Character ;
    lvont:represents "𫔨"^^xsd:string .

<http://lexvo.org/id/char/2B529> a lvont:Character ;
    lvont:represents "𫔩"^^xsd:string .

<http://lexvo.org/id/char/2B52A> a lvont:Character ;
    lvont:represents "𫔪"^^xsd:string .

<http://lexvo.org/id/char/2B52B> a lvont:Character ;
    lvont:represents "𫔫"^^xsd:string .

<http://lexvo.org/id/char/2B52C> a lvont:Character ;
    lvont:represents "𫔬"^^xsd:string .

<http://lexvo.org/id/char/2B52D> a lvont:Character ;
    lvont:represents "𫔭"^^xsd:string .

<http://lexvo.org/id/char/2B52E> a lvont:Character ;
    lvont:represents "𫔮"^^xsd:string .

<http://lexvo.org/id/char/2B52F> a lvont:Character ;
    lvont:represents "𫔯"^^xsd:string .

<http://lexvo.org/id/char/2B53> a lvont:Character ;
    lvont:represents "⭓"^^xsd:string ;
    rdfs:comment "BLACK RIGHT-POINTING PENTAGON"@en .

<http://lexvo.org/id/char/2B530> a lvont:Character ;
    lvont:represents "𫔰"^^xsd:string .

<http://lexvo.org/id/char/2B531> a lvont:Character ;
    lvont:represents "𫔱"^^xsd:string .

<http://lexvo.org/id/char/2B532> a lvont:Character ;
    lvont:represents "𫔲"^^xsd:string .

<http://lexvo.org/id/char/2B533> a lvont:Character ;
    lvont:represents "𫔳"^^xsd:string .

<http://lexvo.org/id/char/2B534> a lvont:Character ;
    lvont:represents "𫔴"^^xsd:string .

<http://lexvo.org/id/char/2B535> a lvont:Character ;
    lvont:represents "𫔵"^^xsd:string .

<http://lexvo.org/id/char/2B536> a lvont:Character ;
    lvont:represents "𫔶"^^xsd:string .

<http://lexvo.org/id/char/2B537> a lvont:Character ;
    lvont:represents "𫔷"^^xsd:string .

<http://lexvo.org/id/char/2B538> a lvont:Character ;
    lvont:represents "𫔸"^^xsd:string .

<http://lexvo.org/id/char/2B539> a lvont:Character ;
    lvont:represents "𫔹"^^xsd:string .

<http://lexvo.org/id/char/2B53A> a lvont:Character ;
    lvont:represents "𫔺"^^xsd:string .

<http://lexvo.org/id/char/2B53B> a lvont:Character ;
    lvont:represents "𫔻"^^xsd:string .

<http://lexvo.org/id/char/2B53C> a lvont:Character ;
    lvont:represents "𫔼"^^xsd:string .

<http://lexvo.org/id/char/2B53D> a lvont:Character ;
    lvont:represents "𫔽"^^xsd:string .

<http://lexvo.org/id/char/2B53E> a lvont:Character ;
    lvont:represents "𫔾"^^xsd:string .

<http://lexvo.org/id/char/2B53F> a lvont:Character ;
    lvont:represents "𫔿"^^xsd:string .

<http://lexvo.org/id/char/2B54> a lvont:Character ;
    lvont:represents "⭔"^^xsd:string ;
    rdfs:comment "WHITE RIGHT-POINTING PENTAGON"@en .

<http://lexvo.org/id/char/2B540> a lvont:Character ;
    lvont:represents "𫕀"^^xsd:string .

<http://lexvo.org/id/char/2B541> a lvont:Character ;
    lvont:represents "𫕁"^^xsd:string .

<http://lexvo.org/id/char/2B542> a lvont:Character ;
    lvont:represents "𫕂"^^xsd:string .

<http://lexvo.org/id/char/2B543> a lvont:Character ;
    lvont:represents "𫕃"^^xsd:string .

<http://lexvo.org/id/char/2B544> a lvont:Character ;
    lvont:represents "𫕄"^^xsd:string .

<http://lexvo.org/id/char/2B545> a lvont:Character ;
    lvont:represents "𫕅"^^xsd:string .

<http://lexvo.org/id/char/2B546> a lvont:Character ;
    lvont:represents "𫕆"^^xsd:string .

<http://lexvo.org/id/char/2B547> a lvont:Character ;
    lvont:represents "𫕇"^^xsd:string .

<http://lexvo.org/id/char/2B548> a lvont:Character ;
    lvont:represents "𫕈"^^xsd:string .

<http://lexvo.org/id/char/2B549> a lvont:Character ;
    lvont:represents "𫕉"^^xsd:string .

<http://lexvo.org/id/char/2B54A> a lvont:Character ;
    lvont:represents "𫕊"^^xsd:string .

<http://lexvo.org/id/char/2B54B> a lvont:Character ;
    lvont:represents "𫕋"^^xsd:string .

<http://lexvo.org/id/char/2B54C> a lvont:Character ;
    lvont:represents "𫕌"^^xsd:string .

<http://lexvo.org/id/char/2B54D> a lvont:Character ;
    lvont:represents "𫕍"^^xsd:string .

<http://lexvo.org/id/char/2B54E> a lvont:Character ;
    lvont:represents "𫕎"^^xsd:string .

<http://lexvo.org/id/char/2B54F> a lvont:Character ;
    lvont:represents "𫕏"^^xsd:string .

<http://lexvo.org/id/char/2B55> a lvont:Character ;
    lvont:represents "⭕"^^xsd:string ;
    rdfs:comment "HEAVY LARGE CIRCLE"@en .

<http://lexvo.org/id/char/2B550> a lvont:Character ;
    lvont:represents "𫕐"^^xsd:string .

<http://lexvo.org/id/char/2B551> a lvont:Character ;
    lvont:represents "𫕑"^^xsd:string .

<http://lexvo.org/id/char/2B552> a lvont:Character ;
    lvont:represents "𫕒"^^xsd:string .

<http://lexvo.org/id/char/2B553> a lvont:Character ;
    lvont:represents "𫕓"^^xsd:string .

<http://lexvo.org/id/char/2B554> a lvont:Character ;
    lvont:represents "𫕔"^^xsd:string .

<http://lexvo.org/id/char/2B555> a lvont:Character ;
    lvont:represents "𫕕"^^xsd:string .

<http://lexvo.org/id/char/2B556> a lvont:Character ;
    lvont:represents "𫕖"^^xsd:string .

<http://lexvo.org/id/char/2B557> a lvont:Character ;
    lvont:represents "𫕗"^^xsd:string .

<http://lexvo.org/id/char/2B558> a lvont:Character ;
    lvont:represents "𫕘"^^xsd:string .

<http://lexvo.org/id/char/2B559> a lvont:Character ;
    lvont:represents "𫕙"^^xsd:string .

<http://lexvo.org/id/char/2B55A> a lvont:Character ;
    lvont:represents "𫕚"^^xsd:string .

<http://lexvo.org/id/char/2B55B> a lvont:Character ;
    lvont:represents "𫕛"^^xsd:string .

<http://lexvo.org/id/char/2B55C> a lvont:Character ;
    lvont:represents "𫕜"^^xsd:string .

<http://lexvo.org/id/char/2B55D> a lvont:Character ;
    lvont:represents "𫕝"^^xsd:string .

<http://lexvo.org/id/char/2B55E> a lvont:Character ;
    lvont:represents "𫕞"^^xsd:string .

<http://lexvo.org/id/char/2B55F> a lvont:Character ;
    lvont:represents "𫕟"^^xsd:string .

<http://lexvo.org/id/char/2B56> a lvont:Character ;
    lvont:represents "⭖"^^xsd:string ;
    rdfs:comment "HEAVY OVAL WITH OVAL INSIDE"@en .

<http://lexvo.org/id/char/2B560> a lvont:Character ;
    lvont:represents "𫕠"^^xsd:string .

<http://lexvo.org/id/char/2B561> a lvont:Character ;
    lvont:represents "𫕡"^^xsd:string .

<http://lexvo.org/id/char/2B562> a lvont:Character ;
    lvont:represents "𫕢"^^xsd:string .

<http://lexvo.org/id/char/2B563> a lvont:Character ;
    lvont:represents "𫕣"^^xsd:string .

<http://lexvo.org/id/char/2B564> a lvont:Character ;
    lvont:represents "𫕤"^^xsd:string .

<http://lexvo.org/id/char/2B565> a lvont:Character ;
    lvont:represents "𫕥"^^xsd:string .

<http://lexvo.org/id/char/2B566> a lvont:Character ;
    lvont:represents "𫕦"^^xsd:string .

<http://lexvo.org/id/char/2B567> a lvont:Character ;
    lvont:represents "𫕧"^^xsd:string .

<http://lexvo.org/id/char/2B568> a lvont:Character ;
    lvont:represents "𫕨"^^xsd:string .

<http://lexvo.org/id/char/2B569> a lvont:Character ;
    lvont:represents "𫕩"^^xsd:string .

<http://lexvo.org/id/char/2B56A> a lvont:Character ;
    lvont:represents "𫕪"^^xsd:string .

<http://lexvo.org/id/char/2B56B> a lvont:Character ;
    lvont:represents "𫕫"^^xsd:string .

<http://lexvo.org/id/char/2B56C> a lvont:Character ;
    lvont:represents "𫕬"^^xsd:string .

<http://lexvo.org/id/char/2B56D> a lvont:Character ;
    lvont:represents "𫕭"^^xsd:string .

<http://lexvo.org/id/char/2B56E> a lvont:Character ;
    lvont:represents "𫕮"^^xsd:string .

<http://lexvo.org/id/char/2B56F> a lvont:Character ;
    lvont:represents "𫕯"^^xsd:string .

<http://lexvo.org/id/char/2B57> a lvont:Character ;
    lvont:represents "⭗"^^xsd:string ;
    rdfs:comment "HEAVY CIRCLE WITH CIRCLE INSIDE"@en .

<http://lexvo.org/id/char/2B570> a lvont:Character ;
    lvont:represents "𫕰"^^xsd:string .

<http://lexvo.org/id/char/2B571> a lvont:Character ;
    lvont:represents "𫕱"^^xsd:string .

<http://lexvo.org/id/char/2B572> a lvont:Character ;
    lvont:represents "𫕲"^^xsd:string .

<http://lexvo.org/id/char/2B573> a lvont:Character ;
    lvont:represents "𫕳"^^xsd:string .

<http://lexvo.org/id/char/2B574> a lvont:Character ;
    lvont:represents "𫕴"^^xsd:string .

<http://lexvo.org/id/char/2B575> a lvont:Character ;
    lvont:represents "𫕵"^^xsd:string .

<http://lexvo.org/id/char/2B576> a lvont:Character ;
    lvont:represents "𫕶"^^xsd:string .

<http://lexvo.org/id/char/2B577> a lvont:Character ;
    lvont:represents "𫕷"^^xsd:string .

<http://lexvo.org/id/char/2B578> a lvont:Character ;
    lvont:represents "𫕸"^^xsd:string .

<http://lexvo.org/id/char/2B579> a lvont:Character ;
    lvont:represents "𫕹"^^xsd:string .

<http://lexvo.org/id/char/2B57A> a lvont:Character ;
    lvont:represents "𫕺"^^xsd:string .

<http://lexvo.org/id/char/2B57B> a lvont:Character ;
    lvont:represents "𫕻"^^xsd:string .

<http://lexvo.org/id/char/2B57C> a lvont:Character ;
    lvont:represents "𫕼"^^xsd:string .

<http://lexvo.org/id/char/2B57D> a lvont:Character ;
    lvont:represents "𫕽"^^xsd:string .

<http://lexvo.org/id/char/2B57E> a lvont:Character ;
    lvont:represents "𫕾"^^xsd:string .

<http://lexvo.org/id/char/2B57F> a lvont:Character ;
    lvont:represents "𫕿"^^xsd:string .

<http://lexvo.org/id/char/2B58> a lvont:Character ;
    lvont:represents "⭘"^^xsd:string ;
    rdfs:comment "HEAVY CIRCLE"@en .

<http://lexvo.org/id/char/2B580> a lvont:Character ;
    lvont:represents "𫖀"^^xsd:string .

<http://lexvo.org/id/char/2B581> a lvont:Character ;
    lvont:represents "𫖁"^^xsd:string .

<http://lexvo.org/id/char/2B582> a lvont:Character ;
    lvont:represents "𫖂"^^xsd:string .

<http://lexvo.org/id/char/2B583> a lvont:Character ;
    lvont:represents "𫖃"^^xsd:string .

<http://lexvo.org/id/char/2B584> a lvont:Character ;
    lvont:represents "𫖄"^^xsd:string .

<http://lexvo.org/id/char/2B585> a lvont:Character ;
    lvont:represents "𫖅"^^xsd:string .

<http://lexvo.org/id/char/2B586> a lvont:Character ;
    lvont:represents "𫖆"^^xsd:string .

<http://lexvo.org/id/char/2B587> a lvont:Character ;
    lvont:represents "𫖇"^^xsd:string .

<http://lexvo.org/id/char/2B588> a lvont:Character ;
    lvont:represents "𫖈"^^xsd:string .

<http://lexvo.org/id/char/2B589> a lvont:Character ;
    lvont:represents "𫖉"^^xsd:string .

<http://lexvo.org/id/char/2B58A> a lvont:Character ;
    lvont:represents "𫖊"^^xsd:string .

<http://lexvo.org/id/char/2B58B> a lvont:Character ;
    lvont:represents "𫖋"^^xsd:string .

<http://lexvo.org/id/char/2B58C> a lvont:Character ;
    lvont:represents "𫖌"^^xsd:string .

<http://lexvo.org/id/char/2B58D> a lvont:Character ;
    lvont:represents "𫖍"^^xsd:string .

<http://lexvo.org/id/char/2B58E> a lvont:Character ;
    lvont:represents "𫖎"^^xsd:string .

<http://lexvo.org/id/char/2B58F> a lvont:Character ;
    lvont:represents "𫖏"^^xsd:string .

<http://lexvo.org/id/char/2B59> a lvont:Character ;
    lvont:represents "⭙"^^xsd:string ;
    rdfs:comment "HEAVY CIRCLED SALTIRE"@en .

<http://lexvo.org/id/char/2B590> a lvont:Character ;
    lvont:represents "𫖐"^^xsd:string .

<http://lexvo.org/id/char/2B591> a lvont:Character ;
    lvont:represents "𫖑"^^xsd:string .

<http://lexvo.org/id/char/2B592> a lvont:Character ;
    lvont:represents "𫖒"^^xsd:string .

<http://lexvo.org/id/char/2B593> a lvont:Character ;
    lvont:represents "𫖓"^^xsd:string .

<http://lexvo.org/id/char/2B594> a lvont:Character ;
    lvont:represents "𫖔"^^xsd:string .

<http://lexvo.org/id/char/2B595> a lvont:Character ;
    lvont:represents "𫖕"^^xsd:string .

<http://lexvo.org/id/char/2B596> a lvont:Character ;
    lvont:represents "𫖖"^^xsd:string .

<http://lexvo.org/id/char/2B597> a lvont:Character ;
    lvont:represents "𫖗"^^xsd:string .

<http://lexvo.org/id/char/2B598> a lvont:Character ;
    lvont:represents "𫖘"^^xsd:string .

<http://lexvo.org/id/char/2B599> a lvont:Character ;
    lvont:represents "𫖙"^^xsd:string .

<http://lexvo.org/id/char/2B59A> a lvont:Character ;
    lvont:represents "𫖚"^^xsd:string .

<http://lexvo.org/id/char/2B59B> a lvont:Character ;
    lvont:represents "𫖛"^^xsd:string .

<http://lexvo.org/id/char/2B59C> a lvont:Character ;
    lvont:represents "𫖜"^^xsd:string .

<http://lexvo.org/id/char/2B59D> a lvont:Character ;
    lvont:represents "𫖝"^^xsd:string .

<http://lexvo.org/id/char/2B59E> a lvont:Character ;
    lvont:represents "𫖞"^^xsd:string .

<http://lexvo.org/id/char/2B59F> a lvont:Character ;
    lvont:represents "𫖟"^^xsd:string .

<http://lexvo.org/id/char/2B5A0> a lvont:Character ;
    lvont:represents "𫖠"^^xsd:string .

<http://lexvo.org/id/char/2B5A1> a lvont:Character ;
    lvont:represents "𫖡"^^xsd:string .

<http://lexvo.org/id/char/2B5A2> a lvont:Character ;
    lvont:represents "𫖢"^^xsd:string .

<http://lexvo.org/id/char/2B5A3> a lvont:Character ;
    lvont:represents "𫖣"^^xsd:string .

<http://lexvo.org/id/char/2B5A4> a lvont:Character ;
    lvont:represents "𫖤"^^xsd:string .

<http://lexvo.org/id/char/2B5A5> a lvont:Character ;
    lvont:represents "𫖥"^^xsd:string .

<http://lexvo.org/id/char/2B5A6> a lvont:Character ;
    lvont:represents "𫖦"^^xsd:string .

<http://lexvo.org/id/char/2B5A7> a lvont:Character ;
    lvont:represents "𫖧"^^xsd:string .

<http://lexvo.org/id/char/2B5A8> a lvont:Character ;
    lvont:represents "𫖨"^^xsd:string .

<http://lexvo.org/id/char/2B5A9> a lvont:Character ;
    lvont:represents "𫖩"^^xsd:string .

<http://lexvo.org/id/char/2B5AA> a lvont:Character ;
    lvont:represents "𫖪"^^xsd:string .

<http://lexvo.org/id/char/2B5AB> a lvont:Character ;
    lvont:represents "𫖫"^^xsd:string .

<http://lexvo.org/id/char/2B5AC> a lvont:Character ;
    lvont:represents "𫖬"^^xsd:string .

<http://lexvo.org/id/char/2B5AD> a lvont:Character ;
    lvont:represents "𫖭"^^xsd:string .

<http://lexvo.org/id/char/2B5AE> a lvont:Character ;
    lvont:represents "𫖮"^^xsd:string .

<http://lexvo.org/id/char/2B5AF> a lvont:Character ;
    lvont:represents "𫖯"^^xsd:string .

<http://lexvo.org/id/char/2B5B0> a lvont:Character ;
    lvont:represents "𫖰"^^xsd:string .

<http://lexvo.org/id/char/2B5B1> a lvont:Character ;
    lvont:represents "𫖱"^^xsd:string .

<http://lexvo.org/id/char/2B5B2> a lvont:Character ;
    lvont:represents "𫖲"^^xsd:string .

<http://lexvo.org/id/char/2B5B3> a lvont:Character ;
    lvont:represents "𫖳"^^xsd:string .

<http://lexvo.org/id/char/2B5B4> a lvont:Character ;
    lvont:represents "𫖴"^^xsd:string .

<http://lexvo.org/id/char/2B5B5> a lvont:Character ;
    lvont:represents "𫖵"^^xsd:string .

<http://lexvo.org/id/char/2B5B6> a lvont:Character ;
    lvont:represents "𫖶"^^xsd:string .

<http://lexvo.org/id/char/2B5B7> a lvont:Character ;
    lvont:represents "𫖷"^^xsd:string .

<http://lexvo.org/id/char/2B5B8> a lvont:Character ;
    lvont:represents "𫖸"^^xsd:string .

<http://lexvo.org/id/char/2B5B9> a lvont:Character ;
    lvont:represents "𫖹"^^xsd:string .

<http://lexvo.org/id/char/2B5BA> a lvont:Character ;
    lvont:represents "𫖺"^^xsd:string .

<http://lexvo.org/id/char/2B5BB> a lvont:Character ;
    lvont:represents "𫖻"^^xsd:string .

<http://lexvo.org/id/char/2B5BC> a lvont:Character ;
    lvont:represents "𫖼"^^xsd:string .

<http://lexvo.org/id/char/2B5BD> a lvont:Character ;
    lvont:represents "𫖽"^^xsd:string .

<http://lexvo.org/id/char/2B5BE> a lvont:Character ;
    lvont:represents "𫖾"^^xsd:string .

<http://lexvo.org/id/char/2B5BF> a lvont:Character ;
    lvont:represents "𫖿"^^xsd:string .

<http://lexvo.org/id/char/2B5C0> a lvont:Character ;
    lvont:represents "𫗀"^^xsd:string .

<http://lexvo.org/id/char/2B5C1> a lvont:Character ;
    lvont:represents "𫗁"^^xsd:string .

<http://lexvo.org/id/char/2B5C2> a lvont:Character ;
    lvont:represents "𫗂"^^xsd:string .

<http://lexvo.org/id/char/2B5C3> a lvont:Character ;
    lvont:represents "𫗃"^^xsd:string .

<http://lexvo.org/id/char/2B5C4> a lvont:Character ;
    lvont:represents "𫗄"^^xsd:string .

<http://lexvo.org/id/char/2B5C5> a lvont:Character ;
    lvont:represents "𫗅"^^xsd:string .

<http://lexvo.org/id/char/2B5C6> a lvont:Character ;
    lvont:represents "𫗆"^^xsd:string .

<http://lexvo.org/id/char/2B5C7> a lvont:Character ;
    lvont:represents "𫗇"^^xsd:string .

<http://lexvo.org/id/char/2B5C8> a lvont:Character ;
    lvont:represents "𫗈"^^xsd:string .

<http://lexvo.org/id/char/2B5C9> a lvont:Character ;
    lvont:represents "𫗉"^^xsd:string .

<http://lexvo.org/id/char/2B5CA> a lvont:Character ;
    lvont:represents "𫗊"^^xsd:string .

<http://lexvo.org/id/char/2B5CB> a lvont:Character ;
    lvont:represents "𫗋"^^xsd:string .

<http://lexvo.org/id/char/2B5CC> a lvont:Character ;
    lvont:represents "𫗌"^^xsd:string .

<http://lexvo.org/id/char/2B5CD> a lvont:Character ;
    lvont:represents "𫗍"^^xsd:string .

<http://lexvo.org/id/char/2B5CE> a lvont:Character ;
    lvont:represents "𫗎"^^xsd:string .

<http://lexvo.org/id/char/2B5CF> a lvont:Character ;
    lvont:represents "𫗏"^^xsd:string .

<http://lexvo.org/id/char/2B5D0> a lvont:Character ;
    lvont:represents "𫗐"^^xsd:string .

<http://lexvo.org/id/char/2B5D1> a lvont:Character ;
    lvont:represents "𫗑"^^xsd:string .

<http://lexvo.org/id/char/2B5D2> a lvont:Character ;
    lvont:represents "𫗒"^^xsd:string .

<http://lexvo.org/id/char/2B5D3> a lvont:Character ;
    lvont:represents "𫗓"^^xsd:string .

<http://lexvo.org/id/char/2B5D4> a lvont:Character ;
    lvont:represents "𫗔"^^xsd:string .

<http://lexvo.org/id/char/2B5D5> a lvont:Character ;
    lvont:represents "𫗕"^^xsd:string .

<http://lexvo.org/id/char/2B5D6> a lvont:Character ;
    lvont:represents "𫗖"^^xsd:string .

<http://lexvo.org/id/char/2B5D7> a lvont:Character ;
    lvont:represents "𫗗"^^xsd:string .

<http://lexvo.org/id/char/2B5D8> a lvont:Character ;
    lvont:represents "𫗘"^^xsd:string .

<http://lexvo.org/id/char/2B5D9> a lvont:Character ;
    lvont:represents "𫗙"^^xsd:string .

<http://lexvo.org/id/char/2B5DA> a lvont:Character ;
    lvont:represents "𫗚"^^xsd:string .

<http://lexvo.org/id/char/2B5DB> a lvont:Character ;
    lvont:represents "𫗛"^^xsd:string .

<http://lexvo.org/id/char/2B5DC> a lvont:Character ;
    lvont:represents "𫗜"^^xsd:string .

<http://lexvo.org/id/char/2B5DD> a lvont:Character ;
    lvont:represents "𫗝"^^xsd:string .

<http://lexvo.org/id/char/2B5DE> a lvont:Character ;
    lvont:represents "𫗞"^^xsd:string .

<http://lexvo.org/id/char/2B5DF> a lvont:Character ;
    lvont:represents "𫗟"^^xsd:string .

<http://lexvo.org/id/char/2B5E0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%F0%AB%97%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/du%C3%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C4%81ng>,
        "𫗠"^^xsd:string ;
    rdfs:comment "an icicle"@en .

<http://lexvo.org/id/char/2B5E1> a lvont:Character ;
    lvont:represents "𫗡"^^xsd:string .

<http://lexvo.org/id/char/2B5E2> a lvont:Character ;
    lvont:represents "𫗢"^^xsd:string .

<http://lexvo.org/id/char/2B5E3> a lvont:Character ;
    lvont:represents "𫗣"^^xsd:string .

<http://lexvo.org/id/char/2B5E4> a lvont:Character ;
    lvont:represents "𫗤"^^xsd:string .

<http://lexvo.org/id/char/2B5E5> a lvont:Character ;
    lvont:represents "𫗥"^^xsd:string .

<http://lexvo.org/id/char/2B5E6> a lvont:Character ;
    lvont:represents "𫗦"^^xsd:string ;
    rdfs:comment "eat; dinner time; sunset"@en .

<http://lexvo.org/id/char/2B5E7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%F0%AB%97%A7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cuk1>,
        <http://lexvo.org/id/term/yue/%F0%AB%97%A7>,
        "𫗧"^^xsd:string ;
    rdfs:comment "a pot of cooked rice"@en .

<http://lexvo.org/id/char/2B5E8> a lvont:Character ;
    lvont:represents "𫗨"^^xsd:string .

<http://lexvo.org/id/char/2B5E9> a lvont:Character ;
    lvont:represents "𫗩"^^xsd:string .

<http://lexvo.org/id/char/2B5EA> a lvont:Character ;
    lvont:represents "𫗪"^^xsd:string .

<http://lexvo.org/id/char/2B5EB> a lvont:Character ;
    lvont:represents "𫗫"^^xsd:string .

<http://lexvo.org/id/char/2B5EC> a lvont:Character ;
    lvont:represents "𫗬"^^xsd:string .

<http://lexvo.org/id/char/2B5ED> a lvont:Character ;
    lvont:represents "𫗭"^^xsd:string .

<http://lexvo.org/id/char/2B5EE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%F0%AB%97%AE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%A1ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wong4>,
        <http://lexvo.org/id/term/yue/%F0%AB%97%AE>,
        "𫗮"^^xsd:string ;
    rdfs:comment "to eat; dinner-time, sunset"@en .

<http://lexvo.org/id/char/2B5EF> a lvont:Character ;
    lvont:represents "𫗯"^^xsd:string .

<http://lexvo.org/id/char/2B5F0> a lvont:Character ;
    lvont:represents "𫗰"^^xsd:string .

<http://lexvo.org/id/char/2B5F1> a lvont:Character ;
    lvont:represents "𫗱"^^xsd:string .

<http://lexvo.org/id/char/2B5F2> a lvont:Character ;
    lvont:represents "𫗲"^^xsd:string .

<http://lexvo.org/id/char/2B5F3> a lvont:Character ;
    lvont:represents "𫗳"^^xsd:string .

<http://lexvo.org/id/char/2B5F4> a lvont:Character ;
    lvont:represents "𫗴"^^xsd:string ;
    rdfs:comment "gruel"@en .

<http://lexvo.org/id/char/2B5F5> a lvont:Character ;
    lvont:represents "𫗵"^^xsd:string .

<http://lexvo.org/id/char/2B5F6> a lvont:Character ;
    lvont:represents "𫗶"^^xsd:string .

<http://lexvo.org/id/char/2B5F7> a lvont:Character ;
    lvont:represents "𫗷"^^xsd:string .

<http://lexvo.org/id/char/2B5F8> a lvont:Character ;
    lvont:represents "𫗸"^^xsd:string .

<http://lexvo.org/id/char/2B5F9> a lvont:Character ;
    lvont:represents "𫗹"^^xsd:string .

<http://lexvo.org/id/char/2B5FA> a lvont:Character ;
    lvont:represents "𫗺"^^xsd:string .

<http://lexvo.org/id/char/2B5FB> a lvont:Character ;
    lvont:represents "𫗻"^^xsd:string .

<http://lexvo.org/id/char/2B5FC> a lvont:Character ;
    lvont:represents "𫗼"^^xsd:string .

<http://lexvo.org/id/char/2B5FD> a lvont:Character ;
    lvont:represents "𫗽"^^xsd:string .

<http://lexvo.org/id/char/2B5FE> a lvont:Character ;
    lvont:represents "𫗾"^^xsd:string .

<http://lexvo.org/id/char/2B5FF> a lvont:Character ;
    lvont:represents "𫗿"^^xsd:string .

<http://lexvo.org/id/char/2B600> a lvont:Character ;
    lvont:represents "𫘀"^^xsd:string .

<http://lexvo.org/id/char/2B601> a lvont:Character ;
    lvont:represents "𫘁"^^xsd:string .

<http://lexvo.org/id/char/2B602> a lvont:Character ;
    lvont:represents "𫘂"^^xsd:string .

<http://lexvo.org/id/char/2B603> a lvont:Character ;
    lvont:represents "𫘃"^^xsd:string .

<http://lexvo.org/id/char/2B604> a lvont:Character ;
    lvont:represents "𫘄"^^xsd:string .

<http://lexvo.org/id/char/2B605> a lvont:Character ;
    lvont:represents "𫘅"^^xsd:string .

<http://lexvo.org/id/char/2B606> a lvont:Character ;
    lvont:represents "𫘆"^^xsd:string .

<http://lexvo.org/id/char/2B607> a lvont:Character ;
    lvont:represents "𫘇"^^xsd:string .

<http://lexvo.org/id/char/2B608> a lvont:Character ;
    lvont:represents "𫘈"^^xsd:string .

<http://lexvo.org/id/char/2B609> a lvont:Character ;
    lvont:represents "𫘉"^^xsd:string .

<http://lexvo.org/id/char/2B60A> a lvont:Character ;
    lvont:represents "𫘊"^^xsd:string .

<http://lexvo.org/id/char/2B60B> a lvont:Character ;
    lvont:represents "𫘋"^^xsd:string .

<http://lexvo.org/id/char/2B60C> a lvont:Character ;
    lvont:represents "𫘌"^^xsd:string .

<http://lexvo.org/id/char/2B60D> a lvont:Character ;
    lvont:represents "𫘍"^^xsd:string .

<http://lexvo.org/id/char/2B60E> a lvont:Character ;
    lvont:represents "𫘎"^^xsd:string .

<http://lexvo.org/id/char/2B60F> a lvont:Character ;
    lvont:represents "𫘏"^^xsd:string .

<http://lexvo.org/id/char/2B610> a lvont:Character ;
    lvont:represents "𫘐"^^xsd:string .

<http://lexvo.org/id/char/2B611> a lvont:Character ;
    lvont:represents "𫘑"^^xsd:string .

<http://lexvo.org/id/char/2B612> a lvont:Character ;
    lvont:represents "𫘒"^^xsd:string .

<http://lexvo.org/id/char/2B613> a lvont:Character ;
    lvont:represents "𫘓"^^xsd:string .

<http://lexvo.org/id/char/2B614> a lvont:Character ;
    lvont:represents "𫘔"^^xsd:string .

<http://lexvo.org/id/char/2B615> a lvont:Character ;
    lvont:represents "𫘕"^^xsd:string .

<http://lexvo.org/id/char/2B616> a lvont:Character ;
    lvont:represents "𫘖"^^xsd:string .

<http://lexvo.org/id/char/2B617> a lvont:Character ;
    lvont:represents "𫘗"^^xsd:string .

<http://lexvo.org/id/char/2B618> a lvont:Character ;
    lvont:represents "𫘘"^^xsd:string .

<http://lexvo.org/id/char/2B619> a lvont:Character ;
    lvont:represents "𫘙"^^xsd:string .

<http://lexvo.org/id/char/2B61A> a lvont:Character ;
    lvont:represents "𫘚"^^xsd:string .

<http://lexvo.org/id/char/2B61B> a lvont:Character ;
    lvont:represents "𫘛"^^xsd:string .

<http://lexvo.org/id/char/2B61C> a lvont:Character ;
    lvont:represents "𫘜"^^xsd:string .

<http://lexvo.org/id/char/2B61D> a lvont:Character ;
    lvont:represents "𫘝"^^xsd:string ;
    rdfs:comment "gallop"@en .

<http://lexvo.org/id/char/2B61E> a lvont:Character ;
    lvont:represents "𫘞"^^xsd:string .

<http://lexvo.org/id/char/2B61F> a lvont:Character ;
    lvont:represents "𫘟"^^xsd:string .

<http://lexvo.org/id/char/2B620> a lvont:Character ;
    lvont:represents "𫘠"^^xsd:string .

<http://lexvo.org/id/char/2B621> a lvont:Character ;
    lvont:represents "𫘡"^^xsd:string .

<http://lexvo.org/id/char/2B622> a lvont:Character ;
    lvont:represents "𫘢"^^xsd:string .

<http://lexvo.org/id/char/2B623> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%F0%AB%98%A3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hon5%20hon6>,
        <http://lexvo.org/id/term/yue/%F0%AB%98%A3>,
        "𫘣"^^xsd:string ;
    rdfs:comment "a fierce horse; to rage, run wild"@en .

<http://lexvo.org/id/char/2B624> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C3%A1i>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%C3%A1i%20d%C4%81i>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%F0%AB%98%A4>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ngoi4>,
        <http://lexvo.org/id/term/yue/%F0%AB%98%A4>,
        "𫘤"^^xsd:string ;
    rdfs:comment "stupid; foolish"@en .

<http://lexvo.org/id/char/2B625> a lvont:Character ;
    lvont:represents "𫘥"^^xsd:string .

<http://lexvo.org/id/char/2B626> a lvont:Character ;
    lvont:represents "𫘦"^^xsd:string .

<http://lexvo.org/id/char/2B627> a lvont:Character ;
    lvont:represents "𫘧"^^xsd:string .

<http://lexvo.org/id/char/2B628> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%F0%AB%98%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tai4>,
        <http://lexvo.org/id/term/yue/%F0%AB%98%A8>,
        "𫘨"^^xsd:string ;
    rdfs:comment "a horse, mule"@en .

<http://lexvo.org/id/char/2B629> a lvont:Character ;
    lvont:represents "𫘩"^^xsd:string .

<http://lexvo.org/id/char/2B62A> a lvont:Character ;
    lvont:represents "𫘪"^^xsd:string .

<http://lexvo.org/id/char/2B62B> a lvont:Character ;
    lvont:represents "𫘫"^^xsd:string .

<http://lexvo.org/id/char/2B62C> a lvont:Character ;
    lvont:represents "𫘬"^^xsd:string .

<http://lexvo.org/id/char/2B62D> a lvont:Character ;
    lvont:represents "𫘭"^^xsd:string .

<http://lexvo.org/id/char/2B62E> a lvont:Character ;
    lvont:represents "𫘮"^^xsd:string .

<http://lexvo.org/id/char/2B62F> a lvont:Character ;
    lvont:represents "𫘯"^^xsd:string .

<http://lexvo.org/id/char/2B630> a lvont:Character ;
    lvont:represents "𫘰"^^xsd:string .

<http://lexvo.org/id/char/2B631> a lvont:Character ;
    lvont:represents "𫘱"^^xsd:string .

<http://lexvo.org/id/char/2B632> a lvont:Character ;
    lvont:represents "𫘲"^^xsd:string .

<http://lexvo.org/id/char/2B633> a lvont:Character ;
    lvont:represents "𫘳"^^xsd:string .

<http://lexvo.org/id/char/2B634> a lvont:Character ;
    lvont:represents "𫘴"^^xsd:string .

<http://lexvo.org/id/char/2B635> a lvont:Character ;
    lvont:represents "𫘵"^^xsd:string .

<http://lexvo.org/id/char/2B636> a lvont:Character ;
    lvont:represents "𫘶"^^xsd:string .

<http://lexvo.org/id/char/2B637> a lvont:Character ;
    lvont:represents "𫘷"^^xsd:string .

<http://lexvo.org/id/char/2B638> a lvont:Character ;
    lvont:represents "𫘸"^^xsd:string .

<http://lexvo.org/id/char/2B639> a lvont:Character ;
    lvont:represents "𫘹"^^xsd:string .

<http://lexvo.org/id/char/2B63A> a lvont:Character ;
    lvont:represents "𫘺"^^xsd:string .

<http://lexvo.org/id/char/2B63B> a lvont:Character ;
    lvont:represents "𫘻"^^xsd:string .

<http://lexvo.org/id/char/2B63C> a lvont:Character ;
    lvont:represents "𫘼"^^xsd:string .

<http://lexvo.org/id/char/2B63D> a lvont:Character ;
    lvont:represents "𫘽"^^xsd:string .

<http://lexvo.org/id/char/2B63E> a lvont:Character ;
    lvont:represents "𫘾"^^xsd:string .

<http://lexvo.org/id/char/2B63F> a lvont:Character ;
    lvont:represents "𫘿"^^xsd:string .

<http://lexvo.org/id/char/2B640> a lvont:Character ;
    lvont:represents "𫙀"^^xsd:string .

<http://lexvo.org/id/char/2B641> a lvont:Character ;
    lvont:represents "𫙁"^^xsd:string .

<http://lexvo.org/id/char/2B642> a lvont:Character ;
    lvont:represents "𫙂"^^xsd:string .

<http://lexvo.org/id/char/2B643> a lvont:Character ;
    lvont:represents "𫙃"^^xsd:string .

<http://lexvo.org/id/char/2B644> a lvont:Character ;
    lvont:represents "𫙄"^^xsd:string .

<http://lexvo.org/id/char/2B645> a lvont:Character ;
    lvont:represents "𫙅"^^xsd:string .

<http://lexvo.org/id/char/2B646> a lvont:Character ;
    lvont:represents "𫙆"^^xsd:string .

<http://lexvo.org/id/char/2B647> a lvont:Character ;
    lvont:represents "𫙇"^^xsd:string .

<http://lexvo.org/id/char/2B648> a lvont:Character ;
    lvont:represents "𫙈"^^xsd:string .

<http://lexvo.org/id/char/2B649> a lvont:Character ;
    lvont:represents "𫙉"^^xsd:string .

<http://lexvo.org/id/char/2B64A> a lvont:Character ;
    lvont:represents "𫙊"^^xsd:string .

<http://lexvo.org/id/char/2B64B> a lvont:Character ;
    lvont:represents "𫙋"^^xsd:string .

<http://lexvo.org/id/char/2B64C> a lvont:Character ;
    lvont:represents "𫙌"^^xsd:string .

<http://lexvo.org/id/char/2B64D> a lvont:Character ;
    lvont:represents "𫙍"^^xsd:string .

<http://lexvo.org/id/char/2B64E> a lvont:Character ;
    lvont:represents "𫙎"^^xsd:string .

<http://lexvo.org/id/char/2B64F> a lvont:Character ;
    lvont:represents "𫙏"^^xsd:string .

<http://lexvo.org/id/char/2B650> a lvont:Character ;
    lvont:represents "𫙐"^^xsd:string .

<http://lexvo.org/id/char/2B651> a lvont:Character ;
    lvont:represents "𫙑"^^xsd:string .

<http://lexvo.org/id/char/2B652> a lvont:Character ;
    lvont:represents "𫙒"^^xsd:string .

<http://lexvo.org/id/char/2B653> a lvont:Character ;
    lvont:represents "𫙓"^^xsd:string .

<http://lexvo.org/id/char/2B654> a lvont:Character ;
    lvont:represents "𫙔"^^xsd:string .

<http://lexvo.org/id/char/2B655> a lvont:Character ;
    lvont:represents "𫙕"^^xsd:string .

<http://lexvo.org/id/char/2B656> a lvont:Character ;
    lvont:represents "𫙖"^^xsd:string .

<http://lexvo.org/id/char/2B657> a lvont:Character ;
    lvont:represents "𫙗"^^xsd:string .

<http://lexvo.org/id/char/2B658> a lvont:Character ;
    lvont:represents "𫙘"^^xsd:string .

<http://lexvo.org/id/char/2B659> a lvont:Character ;
    lvont:represents "𫙙"^^xsd:string .

<http://lexvo.org/id/char/2B65A> a lvont:Character ;
    lvont:represents "𫙚"^^xsd:string .

<http://lexvo.org/id/char/2B65B> a lvont:Character ;
    lvont:represents "𫙛"^^xsd:string .

<http://lexvo.org/id/char/2B65C> a lvont:Character ;
    lvont:represents "𫙜"^^xsd:string .

<http://lexvo.org/id/char/2B65D> a lvont:Character ;
    lvont:represents "𫙝"^^xsd:string .

<http://lexvo.org/id/char/2B65E> a lvont:Character ;
    lvont:represents "𫙞"^^xsd:string .

<http://lexvo.org/id/char/2B65F> a lvont:Character ;
    lvont:represents "𫙟"^^xsd:string .

<http://lexvo.org/id/char/2B660> a lvont:Character ;
    lvont:represents "𫙠"^^xsd:string .

<http://lexvo.org/id/char/2B661> a lvont:Character ;
    lvont:represents "𫙡"^^xsd:string .

<http://lexvo.org/id/char/2B662> a lvont:Character ;
    lvont:represents "𫙢"^^xsd:string .

<http://lexvo.org/id/char/2B663> a lvont:Character ;
    lvont:represents "𫙣"^^xsd:string .

<http://lexvo.org/id/char/2B664> a lvont:Character ;
    lvont:represents "𫙤"^^xsd:string .

<http://lexvo.org/id/char/2B665> a lvont:Character ;
    lvont:represents "𫙥"^^xsd:string .

<http://lexvo.org/id/char/2B666> a lvont:Character ;
    lvont:represents "𫙦"^^xsd:string .

<http://lexvo.org/id/char/2B667> a lvont:Character ;
    lvont:represents "𫙧"^^xsd:string .

<http://lexvo.org/id/char/2B668> a lvont:Character ;
    lvont:represents "𫙨"^^xsd:string .

<http://lexvo.org/id/char/2B669> a lvont:Character ;
    lvont:represents "𫙩"^^xsd:string .

<http://lexvo.org/id/char/2B66A> a lvont:Character ;
    lvont:represents "𫙪"^^xsd:string .

<http://lexvo.org/id/char/2B66B> a lvont:Character ;
    lvont:represents "𫙫"^^xsd:string .

<http://lexvo.org/id/char/2B66C> a lvont:Character ;
    lvont:represents "𫙬"^^xsd:string .

<http://lexvo.org/id/char/2B66D> a lvont:Character ;
    lvont:represents "𫙭"^^xsd:string .

<http://lexvo.org/id/char/2B66E> a lvont:Character ;
    lvont:represents "𫙮"^^xsd:string .

<http://lexvo.org/id/char/2B66F> a lvont:Character ;
    lvont:represents "𫙯"^^xsd:string .

<http://lexvo.org/id/char/2B670> a lvont:Character ;
    lvont:represents "𫙰"^^xsd:string .

<http://lexvo.org/id/char/2B671> a lvont:Character ;
    lvont:represents "𫙱"^^xsd:string .

<http://lexvo.org/id/char/2B672> a lvont:Character ;
    lvont:represents "𫙲"^^xsd:string .

<http://lexvo.org/id/char/2B673> a lvont:Character ;
    lvont:represents "𫙳"^^xsd:string .

<http://lexvo.org/id/char/2B674> a lvont:Character ;
    lvont:represents "𫙴"^^xsd:string .

<http://lexvo.org/id/char/2B675> a lvont:Character ;
    lvont:represents "𫙵"^^xsd:string .

<http://lexvo.org/id/char/2B676> a lvont:Character ;
    lvont:represents "𫙶"^^xsd:string .

<http://lexvo.org/id/char/2B677> a lvont:Character ;
    lvont:represents "𫙷"^^xsd:string .

<http://lexvo.org/id/char/2B678> a lvont:Character ;
    lvont:represents "𫙸"^^xsd:string .

<http://lexvo.org/id/char/2B679> a lvont:Character ;
    lvont:represents "𫙹"^^xsd:string .

<http://lexvo.org/id/char/2B67A> a lvont:Character ;
    lvont:represents "𫙺"^^xsd:string .

<http://lexvo.org/id/char/2B67B> a lvont:Character ;
    lvont:represents "𫙻"^^xsd:string .

<http://lexvo.org/id/char/2B67C> a lvont:Character ;
    lvont:represents "𫙼"^^xsd:string .

<http://lexvo.org/id/char/2B67D> a lvont:Character ;
    lvont:represents "𫙽"^^xsd:string .

<http://lexvo.org/id/char/2B67E> a lvont:Character ;
    lvont:represents "𫙾"^^xsd:string .

<http://lexvo.org/id/char/2B67F> a lvont:Character ;
    lvont:represents "𫙿"^^xsd:string .

<http://lexvo.org/id/char/2B680> a lvont:Character ;
    lvont:represents "𫚀"^^xsd:string .

<http://lexvo.org/id/char/2B681> a lvont:Character ;
    lvont:represents "𫚁"^^xsd:string .

<http://lexvo.org/id/char/2B682> a lvont:Character ;
    lvont:represents "𫚂"^^xsd:string .

<http://lexvo.org/id/char/2B683> a lvont:Character ;
    lvont:represents "𫚃"^^xsd:string .

<http://lexvo.org/id/char/2B684> a lvont:Character ;
    lvont:represents "𫚄"^^xsd:string .

<http://lexvo.org/id/char/2B685> a lvont:Character ;
    lvont:represents "𫚅"^^xsd:string .

<http://lexvo.org/id/char/2B686> a lvont:Character ;
    lvont:represents "𫚆"^^xsd:string .

<http://lexvo.org/id/char/2B687> a lvont:Character ;
    lvont:represents "𫚇"^^xsd:string .

<http://lexvo.org/id/char/2B688> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%F0%AB%9A%88>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zeoi6>,
        <http://lexvo.org/id/term/yue/%F0%AB%9A%88>,
        "𫚈"^^xsd:string ;
    rdfs:comment "silver carp (Hypophthalmichthys molitrix); bream"@en .

<http://lexvo.org/id/char/2B689> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%F0%AB%9A%89>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C5%8Dng%20h%C3%B3ng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%B3ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gung1%20hung4>,
        <http://lexvo.org/id/term/yue/%F0%AB%9A%89>,
        "𫚉"^^xsd:string ;
    rdfs:comment "a ray, skate"@en .

<http://lexvo.org/id/char/2B68A> a lvont:Character ;
    lvont:represents "𫚊"^^xsd:string .

<http://lexvo.org/id/char/2B68B> a lvont:Character ;
    lvont:represents "𫚋"^^xsd:string .

<http://lexvo.org/id/char/2B68C> a lvont:Character ;
    lvont:represents "𫚌"^^xsd:string .

<http://lexvo.org/id/char/2B68D> a lvont:Character ;
    lvont:represents "𫚍"^^xsd:string .

<http://lexvo.org/id/char/2B68E> a lvont:Character ;
    lvont:represents "𫚎"^^xsd:string .

<http://lexvo.org/id/char/2B68F> a lvont:Character ;
    lvont:represents "𫚏"^^xsd:string .

<http://lexvo.org/id/char/2B690> a lvont:Character ;
    lvont:represents "𫚐"^^xsd:string .

<http://lexvo.org/id/char/2B691> a lvont:Character ;
    lvont:represents "𫚑"^^xsd:string .

<http://lexvo.org/id/char/2B692> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%F0%AB%9A%92>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%ADng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ping4>,
        <http://lexvo.org/id/term/yue/%F0%AB%9A%92>,
        "𫚒"^^xsd:string ;
    rdfs:comment "curtained carriage used by women"@en .

<http://lexvo.org/id/char/2B693> a lvont:Character ;
    lvont:represents "𫚓"^^xsd:string .

<http://lexvo.org/id/char/2B694> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%F0%AB%9A%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%AD>,
        "𫚔"^^xsd:string ;
    rdfs:comment "a small sturgeon found in the Yangzi; catfish"@en .

<http://lexvo.org/id/char/2B695> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%F0%AB%9A%95>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C4%AB>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/si1>,
        <http://lexvo.org/id/term/yue/%F0%AB%9A%95>,
        "𫚕"^^xsd:string ;
    rdfs:comment "a yellowtail (fish)"@en .

<http://lexvo.org/id/char/2B696> a lvont:Character ;
    lvont:represents "𫚖"^^xsd:string .

<http://lexvo.org/id/char/2B697> a lvont:Character ;
    lvont:represents "𫚗"^^xsd:string .

<http://lexvo.org/id/char/2B698> a lvont:Character ;
    lvont:represents "𫚘"^^xsd:string .

<http://lexvo.org/id/char/2B699> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%F0%AB%9A%99>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C5%AB>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bou1%20pou1>,
        <http://lexvo.org/id/term/yue/%F0%AB%9A%99>,
        "𫚙"^^xsd:string ;
    rdfs:comment "the skate or ray"@en .

<http://lexvo.org/id/char/2B69A> a lvont:Character ;
    lvont:represents "𫚚"^^xsd:string .

<http://lexvo.org/id/char/2B69B> a lvont:Character ;
    lvont:represents "𫚛"^^xsd:string .

<http://lexvo.org/id/char/2B69C> a lvont:Character ;
    lvont:represents "𫚜"^^xsd:string .

<http://lexvo.org/id/char/2B69D> a lvont:Character ;
    lvont:represents "𫚝"^^xsd:string .

<http://lexvo.org/id/char/2B69E> a lvont:Character ;
    lvont:represents "𫚞"^^xsd:string .

<http://lexvo.org/id/char/2B69F> a lvont:Character ;
    lvont:represents "𫚟"^^xsd:string .

<http://lexvo.org/id/char/2B6A0> a lvont:Character ;
    lvont:represents "𫚠"^^xsd:string .

<http://lexvo.org/id/char/2B6A1> a lvont:Character ;
    lvont:represents "𫚡"^^xsd:string .

<http://lexvo.org/id/char/2B6A2> a lvont:Character ;
    lvont:represents "𫚢"^^xsd:string .

<http://lexvo.org/id/char/2B6A3> a lvont:Character ;
    lvont:represents "𫚣"^^xsd:string .

<http://lexvo.org/id/char/2B6A4> a lvont:Character ;
    lvont:represents "𫚤"^^xsd:string .

<http://lexvo.org/id/char/2B6A5> a lvont:Character ;
    lvont:represents "𫚥"^^xsd:string .

<http://lexvo.org/id/char/2B6A6> a lvont:Character ;
    lvont:represents "𫚦"^^xsd:string .

<http://lexvo.org/id/char/2B6A7> a lvont:Character ;
    lvont:represents "𫚧"^^xsd:string .

<http://lexvo.org/id/char/2B6A8> a lvont:Character ;
    lvont:represents "𫚨"^^xsd:string .

<http://lexvo.org/id/char/2B6A9> a lvont:Character ;
    lvont:represents "𫚩"^^xsd:string .

<http://lexvo.org/id/char/2B6AA> a lvont:Character ;
    lvont:represents "𫚪"^^xsd:string .

<http://lexvo.org/id/char/2B6AB> a lvont:Character ;
    lvont:represents "𫚫"^^xsd:string .

<http://lexvo.org/id/char/2B6AC> a lvont:Character ;
    lvont:represents "𫚬"^^xsd:string .

<http://lexvo.org/id/char/2B6AD> a lvont:Character ;
    lvont:represents "𫚭"^^xsd:string .

<http://lexvo.org/id/char/2B6AE> a lvont:Character ;
    lvont:represents "𫚮"^^xsd:string .

<http://lexvo.org/id/char/2B6AF> a lvont:Character ;
    lvont:represents "𫚯"^^xsd:string .

<http://lexvo.org/id/char/2B6B0> a lvont:Character ;
    lvont:represents "𫚰"^^xsd:string .

<http://lexvo.org/id/char/2B6B1> a lvont:Character ;
    lvont:represents "𫚱"^^xsd:string .

<http://lexvo.org/id/char/2B6B2> a lvont:Character ;
    lvont:represents "𫚲"^^xsd:string .

<http://lexvo.org/id/char/2B6B3> a lvont:Character ;
    lvont:represents "𫚳"^^xsd:string .

<http://lexvo.org/id/char/2B6B4> a lvont:Character ;
    lvont:represents "𫚴"^^xsd:string .

<http://lexvo.org/id/char/2B6B5> a lvont:Character ;
    lvont:represents "𫚵"^^xsd:string .

<http://lexvo.org/id/char/2B6B6> a lvont:Character ;
    lvont:represents "𫚶"^^xsd:string .

<http://lexvo.org/id/char/2B6B7> a lvont:Character ;
    lvont:represents "𫚷"^^xsd:string .

<http://lexvo.org/id/char/2B6B8> a lvont:Character ;
    lvont:represents "𫚸"^^xsd:string .

<http://lexvo.org/id/char/2B6B9> a lvont:Character ;
    lvont:represents "𫚹"^^xsd:string .

<http://lexvo.org/id/char/2B6BA> a lvont:Character ;
    lvont:represents "𫚺"^^xsd:string .

<http://lexvo.org/id/char/2B6BB> a lvont:Character ;
    lvont:represents "𫚻"^^xsd:string .

<http://lexvo.org/id/char/2B6BC> a lvont:Character ;
    lvont:represents "𫚼"^^xsd:string .

<http://lexvo.org/id/char/2B6BD> a lvont:Character ;
    lvont:represents "𫚽"^^xsd:string .

<http://lexvo.org/id/char/2B6BE> a lvont:Character ;
    lvont:represents "𫚾"^^xsd:string .

<http://lexvo.org/id/char/2B6BF> a lvont:Character ;
    lvont:represents "𫚿"^^xsd:string .

<http://lexvo.org/id/char/2B6C0> a lvont:Character ;
    lvont:represents "𫛀"^^xsd:string .

<http://lexvo.org/id/char/2B6C1> a lvont:Character ;
    lvont:represents "𫛁"^^xsd:string .

<http://lexvo.org/id/char/2B6C2> a lvont:Character ;
    lvont:represents "𫛂"^^xsd:string .

<http://lexvo.org/id/char/2B6C3> a lvont:Character ;
    lvont:represents "𫛃"^^xsd:string .

<http://lexvo.org/id/char/2B6C4> a lvont:Character ;
    lvont:represents "𫛄"^^xsd:string .

<http://lexvo.org/id/char/2B6C5> a lvont:Character ;
    lvont:represents "𫛅"^^xsd:string .

<http://lexvo.org/id/char/2B6C6> a lvont:Character ;
    lvont:represents "𫛆"^^xsd:string .

<http://lexvo.org/id/char/2B6C7> a lvont:Character ;
    lvont:represents "𫛇"^^xsd:string .

<http://lexvo.org/id/char/2B6C8> a lvont:Character ;
    lvont:represents "𫛈"^^xsd:string .

<http://lexvo.org/id/char/2B6C9> a lvont:Character ;
    lvont:represents "𫛉"^^xsd:string .

<http://lexvo.org/id/char/2B6CA> a lvont:Character ;
    lvont:represents "𫛊"^^xsd:string .

<http://lexvo.org/id/char/2B6CB> a lvont:Character ;
    lvont:represents "𫛋"^^xsd:string .

<http://lexvo.org/id/char/2B6CC> a lvont:Character ;
    lvont:represents "𫛌"^^xsd:string .

<http://lexvo.org/id/char/2B6CD> a lvont:Character ;
    lvont:represents "𫛍"^^xsd:string .

<http://lexvo.org/id/char/2B6CE> a lvont:Character ;
    lvont:represents "𫛎"^^xsd:string .

<http://lexvo.org/id/char/2B6CF> a lvont:Character ;
    lvont:represents "𫛏"^^xsd:string .

<http://lexvo.org/id/char/2B6D0> a lvont:Character ;
    lvont:represents "𫛐"^^xsd:string .

<http://lexvo.org/id/char/2B6D1> a lvont:Character ;
    lvont:represents "𫛑"^^xsd:string .

<http://lexvo.org/id/char/2B6D2> a lvont:Character ;
    lvont:represents "𫛒"^^xsd:string .

<http://lexvo.org/id/char/2B6D3> a lvont:Character ;
    lvont:represents "𫛓"^^xsd:string .

<http://lexvo.org/id/char/2B6D4> a lvont:Character ;
    lvont:represents "𫛔"^^xsd:string .

<http://lexvo.org/id/char/2B6D5> a lvont:Character ;
    lvont:represents "𫛕"^^xsd:string .

<http://lexvo.org/id/char/2B6D6> a lvont:Character ;
    lvont:represents "𫛖"^^xsd:string .

<http://lexvo.org/id/char/2B6D7> a lvont:Character ;
    lvont:represents "𫛗"^^xsd:string .

<http://lexvo.org/id/char/2B6D8> a lvont:Character ;
    lvont:represents "𫛘"^^xsd:string .

<http://lexvo.org/id/char/2B6D9> a lvont:Character ;
    lvont:represents "𫛙"^^xsd:string .

<http://lexvo.org/id/char/2B6DA> a lvont:Character ;
    lvont:represents "𫛚"^^xsd:string .

<http://lexvo.org/id/char/2B6DB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%F0%AB%9B%9B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C4%AB>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zi1>,
        <http://lexvo.org/id/term/yue/%F0%AB%9B%9B>,
        "𫛛"^^xsd:string ;
    rdfs:comment "jay (Garrulus lidthi)"@en .

<http://lexvo.org/id/char/2B6DC> a lvont:Character ;
    lvont:represents "𫛜"^^xsd:string .

<http://lexvo.org/id/char/2B6DD> a lvont:Character ;
    lvont:represents "𫛝"^^xsd:string .

<http://lexvo.org/id/char/2B6DE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%F0%AB%9B%9E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ju%C3%A9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kyut3>,
        <http://lexvo.org/id/term/yue/%F0%AB%9B%9E>,
        "𫛞"^^xsd:string ;
    rdfs:comment "a shrike, butcherbird"@en .

<http://lexvo.org/id/char/2B6DF> a lvont:Character ;
    lvont:represents "𫛟"^^xsd:string .

<http://lexvo.org/id/char/2B6E0> a lvont:Character ;
    lvont:represents "𫛠"^^xsd:string .

<http://lexvo.org/id/char/2B6E1> a lvont:Character ;
    lvont:represents "𫛡"^^xsd:string .

<http://lexvo.org/id/char/2B6E2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%F0%AB%9B%A2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C3%ADng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ning4>,
        <http://lexvo.org/id/term/yue/%F0%AB%9B%A2>,
        "𫛢"^^xsd:string ;
    rdfs:comment "(archaic) a wren"@en .

<http://lexvo.org/id/char/2B6E3> a lvont:Character ;
    lvont:represents "𫛣"^^xsd:string .

<http://lexvo.org/id/char/2B6E4> a lvont:Character ;
    lvont:represents "𫛤"^^xsd:string .

<http://lexvo.org/id/char/2B6E5> a lvont:Character ;
    lvont:represents "𫛥"^^xsd:string .

<http://lexvo.org/id/char/2B6E6> a lvont:Character ;
    lvont:represents "𫛦"^^xsd:string .

<http://lexvo.org/id/char/2B6E7> a lvont:Character ;
    lvont:represents "𫛧"^^xsd:string .

<http://lexvo.org/id/char/2B6E8> a lvont:Character ;
    lvont:represents "𫛨"^^xsd:string .

<http://lexvo.org/id/char/2B6E9> a lvont:Character ;
    lvont:represents "𫛩"^^xsd:string .

<http://lexvo.org/id/char/2B6EA> a lvont:Character ;
    lvont:represents "𫛪"^^xsd:string .

<http://lexvo.org/id/char/2B6EB> a lvont:Character ;
    lvont:represents "𫛫"^^xsd:string .

<http://lexvo.org/id/char/2B6EC> a lvont:Character ;
    lvont:represents "𫛬"^^xsd:string .

<http://lexvo.org/id/char/2B6ED> a lvont:Character ;
    lvont:represents "𫛭"^^xsd:string .

<http://lexvo.org/id/char/2B6EE> a lvont:Character ;
    lvont:represents "𫛮"^^xsd:string .

<http://lexvo.org/id/char/2B6EF> a lvont:Character ;
    lvont:represents "𫛯"^^xsd:string .

<http://lexvo.org/id/char/2B6F0> a lvont:Character ;
    lvont:represents "𫛰"^^xsd:string .

<http://lexvo.org/id/char/2B6F1> a lvont:Character ;
    lvont:represents "𫛱"^^xsd:string .

<http://lexvo.org/id/char/2B6F2> a lvont:Character ;
    lvont:represents "𫛲"^^xsd:string .

<http://lexvo.org/id/char/2B6F3> a lvont:Character ;
    lvont:represents "𫛳"^^xsd:string .

<http://lexvo.org/id/char/2B6F4> a lvont:Character ;
    lvont:represents "𫛴"^^xsd:string .

<http://lexvo.org/id/char/2B6F5> a lvont:Character ;
    lvont:represents "𫛵"^^xsd:string .

<http://lexvo.org/id/char/2B6F6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%F0%AB%9B%B6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cik1>,
        <http://lexvo.org/id/term/yue/%F0%AB%9B%B6>,
        "𫛶"^^xsd:string ;
    rdfs:comment "a duck-like bird"@en .

<http://lexvo.org/id/char/2B6F7> a lvont:Character ;
    lvont:represents "𫛷"^^xsd:string .

<http://lexvo.org/id/char/2B6F8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%F0%AB%9B%B8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tai4>,
        <http://lexvo.org/id/term/yue/%F0%AB%9B%B8>,
        "𫛸"^^xsd:string ;
    rdfs:comment "a kind of hawk; cuckoo"@en .

<http://lexvo.org/id/char/2B6F9> a lvont:Character ;
    lvont:represents "𫛹"^^xsd:string .

<http://lexvo.org/id/char/2B6FA> a lvont:Character ;
    lvont:represents "𫛺"^^xsd:string .

<http://lexvo.org/id/char/2B6FB> a lvont:Character ;
    lvont:represents "𫛻"^^xsd:string .

<http://lexvo.org/id/char/2B6FC> a lvont:Character ;
    lvont:represents "𫛼"^^xsd:string .

<http://lexvo.org/id/char/2B6FD> a lvont:Character ;
    lvont:represents "𫛽"^^xsd:string .

<http://lexvo.org/id/char/2B6FE> a lvont:Character ;
    lvont:represents "𫛾"^^xsd:string .

<http://lexvo.org/id/char/2B6FF> a lvont:Character ;
    lvont:represents "𫛿"^^xsd:string .

<http://lexvo.org/id/char/2B700> a lvont:Character ;
    lvont:represents "𫜀"^^xsd:string .

<http://lexvo.org/id/char/2B701> a lvont:Character ;
    lvont:represents "𫜁"^^xsd:string .

<http://lexvo.org/id/char/2B702> a lvont:Character ;
    lvont:represents "𫜂"^^xsd:string .

<http://lexvo.org/id/char/2B703> a lvont:Character ;
    lvont:represents "𫜃"^^xsd:string .

<http://lexvo.org/id/char/2B704> a lvont:Character ;
    lvont:represents "𫜄"^^xsd:string .

<http://lexvo.org/id/char/2B705> a lvont:Character ;
    lvont:represents "𫜅"^^xsd:string .

<http://lexvo.org/id/char/2B706> a lvont:Character ;
    lvont:represents "𫜆"^^xsd:string .

<http://lexvo.org/id/char/2B707> a lvont:Character ;
    lvont:represents "𫜇"^^xsd:string .

<http://lexvo.org/id/char/2B708> a lvont:Character ;
    lvont:represents "𫜈"^^xsd:string .

<http://lexvo.org/id/char/2B709> a lvont:Character ;
    lvont:represents "𫜉"^^xsd:string .

<http://lexvo.org/id/char/2B70A> a lvont:Character ;
    lvont:represents "𫜊"^^xsd:string .

<http://lexvo.org/id/char/2B70B> a lvont:Character ;
    lvont:represents "𫜋"^^xsd:string .

<http://lexvo.org/id/char/2B70C> a lvont:Character ;
    lvont:represents "𫜌"^^xsd:string .

<http://lexvo.org/id/char/2B70D> a lvont:Character ;
    lvont:represents "𫜍"^^xsd:string .

<http://lexvo.org/id/char/2B70E> a lvont:Character ;
    lvont:represents "𫜎"^^xsd:string .

<http://lexvo.org/id/char/2B70F> a lvont:Character ;
    lvont:represents "𫜏"^^xsd:string .

<http://lexvo.org/id/char/2B710> a lvont:Character ;
    lvont:represents "𫜐"^^xsd:string .

<http://lexvo.org/id/char/2B711> a lvont:Character ;
    lvont:represents "𫜑"^^xsd:string .

<http://lexvo.org/id/char/2B712> a lvont:Character ;
    lvont:represents "𫜒"^^xsd:string .

<http://lexvo.org/id/char/2B713> a lvont:Character ;
    lvont:represents "𫜓"^^xsd:string .

<http://lexvo.org/id/char/2B714> a lvont:Character ;
    lvont:represents "𫜔"^^xsd:string .

<http://lexvo.org/id/char/2B715> a lvont:Character ;
    lvont:represents "𫜕"^^xsd:string .

<http://lexvo.org/id/char/2B716> a lvont:Character ;
    lvont:represents "𫜖"^^xsd:string .

<http://lexvo.org/id/char/2B717> a lvont:Character ;
    lvont:represents "𫜗"^^xsd:string .

<http://lexvo.org/id/char/2B718> a lvont:Character ;
    lvont:represents "𫜘"^^xsd:string .

<http://lexvo.org/id/char/2B719> a lvont:Character ;
    lvont:represents "𫜙"^^xsd:string .

<http://lexvo.org/id/char/2B71A> a lvont:Character ;
    lvont:represents "𫜚"^^xsd:string .

<http://lexvo.org/id/char/2B71B> a lvont:Character ;
    lvont:represents "𫜛"^^xsd:string .

<http://lexvo.org/id/char/2B71C> a lvont:Character ;
    lvont:represents "𫜜"^^xsd:string .

<http://lexvo.org/id/char/2B71D> a lvont:Character ;
    lvont:represents "𫜝"^^xsd:string .

<http://lexvo.org/id/char/2B71E> a lvont:Character ;
    lvont:represents "𫜞"^^xsd:string .

<http://lexvo.org/id/char/2B71F> a lvont:Character ;
    lvont:represents "𫜟"^^xsd:string .

<http://lexvo.org/id/char/2B720> a lvont:Character ;
    lvont:represents "𫜠"^^xsd:string .

<http://lexvo.org/id/char/2B721> a lvont:Character ;
    lvont:represents "𫜡"^^xsd:string .

<http://lexvo.org/id/char/2B722> a lvont:Character ;
    lvont:represents "𫜢"^^xsd:string .

<http://lexvo.org/id/char/2B723> a lvont:Character ;
    lvont:represents "𫜣"^^xsd:string .

<http://lexvo.org/id/char/2B724> a lvont:Character ;
    lvont:represents "𫜤"^^xsd:string .

<http://lexvo.org/id/char/2B725> a lvont:Character ;
    lvont:represents "𫜥"^^xsd:string .

<http://lexvo.org/id/char/2B726> a lvont:Character ;
    lvont:represents "𫜦"^^xsd:string .

<http://lexvo.org/id/char/2B727> a lvont:Character ;
    lvont:represents "𫜧"^^xsd:string .

<http://lexvo.org/id/char/2B728> a lvont:Character ;
    lvont:represents "𫜨"^^xsd:string .

<http://lexvo.org/id/char/2B729> a lvont:Character ;
    lvont:represents "𫜩"^^xsd:string .

<http://lexvo.org/id/char/2B72A> a lvont:Character ;
    lvont:represents "𫜪"^^xsd:string .

<http://lexvo.org/id/char/2B72B> a lvont:Character ;
    lvont:represents "𫜫"^^xsd:string .

<http://lexvo.org/id/char/2B72C> a lvont:Character ;
    lvont:represents "𫜬"^^xsd:string .

<http://lexvo.org/id/char/2B72D> a lvont:Character ;
    lvont:represents "𫜭"^^xsd:string .

<http://lexvo.org/id/char/2B72E> a lvont:Character ;
    lvont:represents "𫜮"^^xsd:string .

<http://lexvo.org/id/char/2B72F> a lvont:Character ;
    lvont:represents "𫜯"^^xsd:string .

<http://lexvo.org/id/char/2B730> a lvont:Character ;
    lvont:represents "𫜰"^^xsd:string .

<http://lexvo.org/id/char/2B731> a lvont:Character ;
    lvont:represents "𫜱"^^xsd:string .

<http://lexvo.org/id/char/2B732> a lvont:Character ;
    lvont:represents "𫜲"^^xsd:string .

<http://lexvo.org/id/char/2B733> a lvont:Character ;
    lvont:represents "𫜳"^^xsd:string .

<http://lexvo.org/id/char/2B734> a lvont:Character ;
    lvont:represents "𫜴"^^xsd:string .

<http://lexvo.org/id/char/2B740> a lvont:Character ;
    lvont:represents "𫝀"^^xsd:string .

<http://lexvo.org/id/char/2B741> a lvont:Character ;
    lvont:represents "𫝁"^^xsd:string .

<http://lexvo.org/id/char/2B742> a lvont:Character ;
    lvont:represents "𫝂"^^xsd:string .

<http://lexvo.org/id/char/2B743> a lvont:Character ;
    lvont:represents "𫝃"^^xsd:string .

<http://lexvo.org/id/char/2B744> a lvont:Character ;
    lvont:represents "𫝄"^^xsd:string .

<http://lexvo.org/id/char/2B745> a lvont:Character ;
    lvont:represents "𫝅"^^xsd:string .

<http://lexvo.org/id/char/2B746> a lvont:Character ;
    lvont:represents "𫝆"^^xsd:string .

<http://lexvo.org/id/char/2B747> a lvont:Character ;
    lvont:represents "𫝇"^^xsd:string .

<http://lexvo.org/id/char/2B748> a lvont:Character ;
    lvont:represents "𫝈"^^xsd:string .

<http://lexvo.org/id/char/2B749> a lvont:Character ;
    lvont:represents "𫝉"^^xsd:string .

<http://lexvo.org/id/char/2B74A> a lvont:Character ;
    lvont:represents "𫝊"^^xsd:string .

<http://lexvo.org/id/char/2B74B> a lvont:Character ;
    lvont:represents "𫝋"^^xsd:string .

<http://lexvo.org/id/char/2B74C> a lvont:Character ;
    lvont:represents "𫝌"^^xsd:string .

<http://lexvo.org/id/char/2B74D> a lvont:Character ;
    lvont:represents "𫝍"^^xsd:string .

<http://lexvo.org/id/char/2B74E> a lvont:Character ;
    lvont:represents "𫝎"^^xsd:string .

<http://lexvo.org/id/char/2B74F> a lvont:Character ;
    lvont:represents "𫝏"^^xsd:string .

<http://lexvo.org/id/char/2B750> a lvont:Character ;
    lvont:represents "𫝐"^^xsd:string .

<http://lexvo.org/id/char/2B751> a lvont:Character ;
    lvont:represents "𫝑"^^xsd:string .

<http://lexvo.org/id/char/2B752> a lvont:Character ;
    lvont:represents "𫝒"^^xsd:string .

<http://lexvo.org/id/char/2B753> a lvont:Character ;
    lvont:represents "𫝓"^^xsd:string .

<http://lexvo.org/id/char/2B754> a lvont:Character ;
    lvont:represents "𫝔"^^xsd:string .

<http://lexvo.org/id/char/2B755> a lvont:Character ;
    lvont:represents "𫝕"^^xsd:string .

<http://lexvo.org/id/char/2B756> a lvont:Character ;
    lvont:represents "𫝖"^^xsd:string .

<http://lexvo.org/id/char/2B757> a lvont:Character ;
    lvont:represents "𫝗"^^xsd:string .

<http://lexvo.org/id/char/2B758> a lvont:Character ;
    lvont:represents "𫝘"^^xsd:string .

<http://lexvo.org/id/char/2B759> a lvont:Character ;
    lvont:represents "𫝙"^^xsd:string .

<http://lexvo.org/id/char/2B75A> a lvont:Character ;
    lvont:represents "𫝚"^^xsd:string .

<http://lexvo.org/id/char/2B75B> a lvont:Character ;
    lvont:represents "𫝛"^^xsd:string .

<http://lexvo.org/id/char/2B75C> a lvont:Character ;
    lvont:represents "𫝜"^^xsd:string .

<http://lexvo.org/id/char/2B75D> a lvont:Character ;
    lvont:represents "𫝝"^^xsd:string .

<http://lexvo.org/id/char/2B75E> a lvont:Character ;
    lvont:represents "𫝞"^^xsd:string .

<http://lexvo.org/id/char/2B75F> a lvont:Character ;
    lvont:represents "𫝟"^^xsd:string .

<http://lexvo.org/id/char/2B760> a lvont:Character ;
    lvont:represents "𫝠"^^xsd:string .

<http://lexvo.org/id/char/2B761> a lvont:Character ;
    lvont:represents "𫝡"^^xsd:string .

<http://lexvo.org/id/char/2B762> a lvont:Character ;
    lvont:represents "𫝢"^^xsd:string .

<http://lexvo.org/id/char/2B763> a lvont:Character ;
    lvont:represents "𫝣"^^xsd:string .

<http://lexvo.org/id/char/2B764> a lvont:Character ;
    lvont:represents "𫝤"^^xsd:string .

<http://lexvo.org/id/char/2B765> a lvont:Character ;
    lvont:represents "𫝥"^^xsd:string .

<http://lexvo.org/id/char/2B766> a lvont:Character ;
    lvont:represents "𫝦"^^xsd:string .

<http://lexvo.org/id/char/2B767> a lvont:Character ;
    lvont:represents "𫝧"^^xsd:string .

<http://lexvo.org/id/char/2B768> a lvont:Character ;
    lvont:represents "𫝨"^^xsd:string .

<http://lexvo.org/id/char/2B769> a lvont:Character ;
    lvont:represents "𫝩"^^xsd:string .

<http://lexvo.org/id/char/2B76A> a lvont:Character ;
    lvont:represents "𫝪"^^xsd:string .

<http://lexvo.org/id/char/2B76B> a lvont:Character ;
    lvont:represents "𫝫"^^xsd:string .

<http://lexvo.org/id/char/2B76C> a lvont:Character ;
    lvont:represents "𫝬"^^xsd:string .

<http://lexvo.org/id/char/2B76D> a lvont:Character ;
    lvont:represents "𫝭"^^xsd:string .

<http://lexvo.org/id/char/2B76E> a lvont:Character ;
    lvont:represents "𫝮"^^xsd:string .

<http://lexvo.org/id/char/2B76F> a lvont:Character ;
    lvont:represents "𫝯"^^xsd:string .

<http://lexvo.org/id/char/2B770> a lvont:Character ;
    lvont:represents "𫝰"^^xsd:string .

<http://lexvo.org/id/char/2B771> a lvont:Character ;
    lvont:represents "𫝱"^^xsd:string .

<http://lexvo.org/id/char/2B772> a lvont:Character ;
    lvont:represents "𫝲"^^xsd:string .

<http://lexvo.org/id/char/2B773> a lvont:Character ;
    lvont:represents "𫝳"^^xsd:string .

<http://lexvo.org/id/char/2B774> a lvont:Character ;
    lvont:represents "𫝴"^^xsd:string .

<http://lexvo.org/id/char/2B775> a lvont:Character ;
    lvont:represents "𫝵"^^xsd:string .

<http://lexvo.org/id/char/2B776> a lvont:Character ;
    lvont:represents "𫝶"^^xsd:string .

<http://lexvo.org/id/char/2B777> a lvont:Character ;
    lvont:represents "𫝷"^^xsd:string .

<http://lexvo.org/id/char/2B778> a lvont:Character ;
    lvont:represents "𫝸"^^xsd:string .

<http://lexvo.org/id/char/2B779> a lvont:Character ;
    lvont:represents "𫝹"^^xsd:string .

<http://lexvo.org/id/char/2B77A> a lvont:Character ;
    lvont:represents "𫝺"^^xsd:string .

<http://lexvo.org/id/char/2B77B> a lvont:Character ;
    lvont:represents "𫝻"^^xsd:string .

<http://lexvo.org/id/char/2B77C> a lvont:Character ;
    lvont:represents "𫝼"^^xsd:string .

<http://lexvo.org/id/char/2B77D> a lvont:Character ;
    lvont:represents "𫝽"^^xsd:string .

<http://lexvo.org/id/char/2B77E> a lvont:Character ;
    lvont:represents "𫝾"^^xsd:string .

<http://lexvo.org/id/char/2B77F> a lvont:Character ;
    lvont:represents "𫝿"^^xsd:string .

<http://lexvo.org/id/char/2B780> a lvont:Character ;
    lvont:represents "𫞀"^^xsd:string .

<http://lexvo.org/id/char/2B781> a lvont:Character ;
    lvont:represents "𫞁"^^xsd:string .

<http://lexvo.org/id/char/2B782> a lvont:Character ;
    lvont:represents "𫞂"^^xsd:string .

<http://lexvo.org/id/char/2B783> a lvont:Character ;
    lvont:represents "𫞃"^^xsd:string .

<http://lexvo.org/id/char/2B784> a lvont:Character ;
    lvont:represents "𫞄"^^xsd:string .

<http://lexvo.org/id/char/2B785> a lvont:Character ;
    lvont:represents "𫞅"^^xsd:string .

<http://lexvo.org/id/char/2B786> a lvont:Character ;
    lvont:represents "𫞆"^^xsd:string .

<http://lexvo.org/id/char/2B787> a lvont:Character ;
    lvont:represents "𫞇"^^xsd:string .

<http://lexvo.org/id/char/2B788> a lvont:Character ;
    lvont:represents "𫞈"^^xsd:string .

<http://lexvo.org/id/char/2B789> a lvont:Character ;
    lvont:represents "𫞉"^^xsd:string .

<http://lexvo.org/id/char/2B78A> a lvont:Character ;
    lvont:represents "𫞊"^^xsd:string .

<http://lexvo.org/id/char/2B78B> a lvont:Character ;
    lvont:represents "𫞋"^^xsd:string .

<http://lexvo.org/id/char/2B78C> a lvont:Character ;
    lvont:represents "𫞌"^^xsd:string .

<http://lexvo.org/id/char/2B78D> a lvont:Character ;
    lvont:represents "𫞍"^^xsd:string .

<http://lexvo.org/id/char/2B78E> a lvont:Character ;
    lvont:represents "𫞎"^^xsd:string .

<http://lexvo.org/id/char/2B78F> a lvont:Character ;
    lvont:represents "𫞏"^^xsd:string .

<http://lexvo.org/id/char/2B790> a lvont:Character ;
    lvont:represents "𫞐"^^xsd:string .

<http://lexvo.org/id/char/2B791> a lvont:Character ;
    lvont:represents "𫞑"^^xsd:string .

<http://lexvo.org/id/char/2B792> a lvont:Character ;
    lvont:represents "𫞒"^^xsd:string .

<http://lexvo.org/id/char/2B793> a lvont:Character ;
    lvont:represents "𫞓"^^xsd:string .

<http://lexvo.org/id/char/2B794> a lvont:Character ;
    lvont:represents "𫞔"^^xsd:string .

<http://lexvo.org/id/char/2B795> a lvont:Character ;
    lvont:represents "𫞕"^^xsd:string .

<http://lexvo.org/id/char/2B796> a lvont:Character ;
    lvont:represents "𫞖"^^xsd:string .

<http://lexvo.org/id/char/2B797> a lvont:Character ;
    lvont:represents "𫞗"^^xsd:string .

<http://lexvo.org/id/char/2B798> a lvont:Character ;
    lvont:represents "𫞘"^^xsd:string .

<http://lexvo.org/id/char/2B799> a lvont:Character ;
    lvont:represents "𫞙"^^xsd:string .

<http://lexvo.org/id/char/2B79A> a lvont:Character ;
    lvont:represents "𫞚"^^xsd:string .

<http://lexvo.org/id/char/2B79B> a lvont:Character ;
    lvont:represents "𫞛"^^xsd:string .

<http://lexvo.org/id/char/2B79C> a lvont:Character ;
    lvont:represents "𫞜"^^xsd:string .

<http://lexvo.org/id/char/2B79D> a lvont:Character ;
    lvont:represents "𫞝"^^xsd:string .

<http://lexvo.org/id/char/2B79E> a lvont:Character ;
    lvont:represents "𫞞"^^xsd:string .

<http://lexvo.org/id/char/2B79F> a lvont:Character ;
    lvont:represents "𫞟"^^xsd:string .

<http://lexvo.org/id/char/2B7A0> a lvont:Character ;
    lvont:represents "𫞠"^^xsd:string .

<http://lexvo.org/id/char/2B7A1> a lvont:Character ;
    lvont:represents "𫞡"^^xsd:string .

<http://lexvo.org/id/char/2B7A2> a lvont:Character ;
    lvont:represents "𫞢"^^xsd:string .

<http://lexvo.org/id/char/2B7A3> a lvont:Character ;
    lvont:represents "𫞣"^^xsd:string .

<http://lexvo.org/id/char/2B7A4> a lvont:Character ;
    lvont:represents "𫞤"^^xsd:string .

<http://lexvo.org/id/char/2B7A5> a lvont:Character ;
    lvont:represents "𫞥"^^xsd:string .

<http://lexvo.org/id/char/2B7A6> a lvont:Character ;
    lvont:represents "𫞦"^^xsd:string .

<http://lexvo.org/id/char/2B7A7> a lvont:Character ;
    lvont:represents "𫞧"^^xsd:string .

<http://lexvo.org/id/char/2B7A8> a lvont:Character ;
    lvont:represents "𫞨"^^xsd:string .

<http://lexvo.org/id/char/2B7A9> a lvont:Character ;
    lvont:represents "𫞩"^^xsd:string .

<http://lexvo.org/id/char/2B7AA> a lvont:Character ;
    lvont:represents "𫞪"^^xsd:string .

<http://lexvo.org/id/char/2B7AB> a lvont:Character ;
    lvont:represents "𫞫"^^xsd:string .

<http://lexvo.org/id/char/2B7AC> a lvont:Character ;
    lvont:represents "𫞬"^^xsd:string .

<http://lexvo.org/id/char/2B7AD> a lvont:Character ;
    lvont:represents "𫞭"^^xsd:string .

<http://lexvo.org/id/char/2B7AE> a lvont:Character ;
    lvont:represents "𫞮"^^xsd:string .

<http://lexvo.org/id/char/2B7AF> a lvont:Character ;
    lvont:represents "𫞯"^^xsd:string .

<http://lexvo.org/id/char/2B7B0> a lvont:Character ;
    lvont:represents "𫞰"^^xsd:string .

<http://lexvo.org/id/char/2B7B1> a lvont:Character ;
    lvont:represents "𫞱"^^xsd:string .

<http://lexvo.org/id/char/2B7B2> a lvont:Character ;
    lvont:represents "𫞲"^^xsd:string .

<http://lexvo.org/id/char/2B7B3> a lvont:Character ;
    lvont:represents "𫞳"^^xsd:string .

<http://lexvo.org/id/char/2B7B4> a lvont:Character ;
    lvont:represents "𫞴"^^xsd:string .

<http://lexvo.org/id/char/2B7B5> a lvont:Character ;
    lvont:represents "𫞵"^^xsd:string .

<http://lexvo.org/id/char/2B7B6> a lvont:Character ;
    lvont:represents "𫞶"^^xsd:string .

<http://lexvo.org/id/char/2B7B7> a lvont:Character ;
    lvont:represents "𫞷"^^xsd:string .

<http://lexvo.org/id/char/2B7B8> a lvont:Character ;
    lvont:represents "𫞸"^^xsd:string .

<http://lexvo.org/id/char/2B7B9> a lvont:Character ;
    lvont:represents "𫞹"^^xsd:string .

<http://lexvo.org/id/char/2B7BA> a lvont:Character ;
    lvont:represents "𫞺"^^xsd:string .

<http://lexvo.org/id/char/2B7BB> a lvont:Character ;
    lvont:represents "𫞻"^^xsd:string .

<http://lexvo.org/id/char/2B7BC> a lvont:Character ;
    lvont:represents "𫞼"^^xsd:string .

<http://lexvo.org/id/char/2B7BD> a lvont:Character ;
    lvont:represents "𫞽"^^xsd:string .

<http://lexvo.org/id/char/2B7BE> a lvont:Character ;
    lvont:represents "𫞾"^^xsd:string .

<http://lexvo.org/id/char/2B7BF> a lvont:Character ;
    lvont:represents "𫞿"^^xsd:string .

<http://lexvo.org/id/char/2B7C0> a lvont:Character ;
    lvont:represents "𫟀"^^xsd:string .

<http://lexvo.org/id/char/2B7C1> a lvont:Character ;
    lvont:represents "𫟁"^^xsd:string .

<http://lexvo.org/id/char/2B7C2> a lvont:Character ;
    lvont:represents "𫟂"^^xsd:string .

<http://lexvo.org/id/char/2B7C3> a lvont:Character ;
    lvont:represents "𫟃"^^xsd:string .

<http://lexvo.org/id/char/2B7C4> a lvont:Character ;
    lvont:represents "𫟄"^^xsd:string .

<http://lexvo.org/id/char/2B7C5> a lvont:Character ;
    lvont:represents "𫟅"^^xsd:string .

<http://lexvo.org/id/char/2B7C6> a lvont:Character ;
    lvont:represents "𫟆"^^xsd:string .

<http://lexvo.org/id/char/2B7C7> a lvont:Character ;
    lvont:represents "𫟇"^^xsd:string .

<http://lexvo.org/id/char/2B7C8> a lvont:Character ;
    lvont:represents "𫟈"^^xsd:string .

<http://lexvo.org/id/char/2B7C9> a lvont:Character ;
    lvont:represents "𫟉"^^xsd:string .

<http://lexvo.org/id/char/2B7CA> a lvont:Character ;
    lvont:represents "𫟊"^^xsd:string .

<http://lexvo.org/id/char/2B7CB> a lvont:Character ;
    lvont:represents "𫟋"^^xsd:string .

<http://lexvo.org/id/char/2B7CC> a lvont:Character ;
    lvont:represents "𫟌"^^xsd:string .

<http://lexvo.org/id/char/2B7CD> a lvont:Character ;
    lvont:represents "𫟍"^^xsd:string .

<http://lexvo.org/id/char/2B7CE> a lvont:Character ;
    lvont:represents "𫟎"^^xsd:string .

<http://lexvo.org/id/char/2B7CF> a lvont:Character ;
    lvont:represents "𫟏"^^xsd:string .

<http://lexvo.org/id/char/2B7D0> a lvont:Character ;
    lvont:represents "𫟐"^^xsd:string .

<http://lexvo.org/id/char/2B7D1> a lvont:Character ;
    lvont:represents "𫟑"^^xsd:string .

<http://lexvo.org/id/char/2B7D2> a lvont:Character ;
    lvont:represents "𫟒"^^xsd:string .

<http://lexvo.org/id/char/2B7D3> a lvont:Character ;
    lvont:represents "𫟓"^^xsd:string .

<http://lexvo.org/id/char/2B7D4> a lvont:Character ;
    lvont:represents "𫟔"^^xsd:string .

<http://lexvo.org/id/char/2B7D5> a lvont:Character ;
    lvont:represents "𫟕"^^xsd:string .

<http://lexvo.org/id/char/2B7D6> a lvont:Character ;
    lvont:represents "𫟖"^^xsd:string .

<http://lexvo.org/id/char/2B7D7> a lvont:Character ;
    lvont:represents "𫟗"^^xsd:string .

<http://lexvo.org/id/char/2B7D8> a lvont:Character ;
    lvont:represents "𫟘"^^xsd:string .

<http://lexvo.org/id/char/2B7D9> a lvont:Character ;
    lvont:represents "𫟙"^^xsd:string .

<http://lexvo.org/id/char/2B7DA> a lvont:Character ;
    lvont:represents "𫟚"^^xsd:string .

<http://lexvo.org/id/char/2B7DB> a lvont:Character ;
    lvont:represents "𫟛"^^xsd:string .

<http://lexvo.org/id/char/2B7DC> a lvont:Character ;
    lvont:represents "𫟜"^^xsd:string .

<http://lexvo.org/id/char/2B7DD> a lvont:Character ;
    lvont:represents "𫟝"^^xsd:string .

<http://lexvo.org/id/char/2B7DE> a lvont:Character ;
    lvont:represents "𫟞"^^xsd:string .

<http://lexvo.org/id/char/2B7DF> a lvont:Character ;
    lvont:represents "𫟟"^^xsd:string .

<http://lexvo.org/id/char/2B7E0> a lvont:Character ;
    lvont:represents "𫟠"^^xsd:string .

<http://lexvo.org/id/char/2B7E1> a lvont:Character ;
    lvont:represents "𫟡"^^xsd:string .

<http://lexvo.org/id/char/2B7E2> a lvont:Character ;
    lvont:represents "𫟢"^^xsd:string .

<http://lexvo.org/id/char/2B7E3> a lvont:Character ;
    lvont:represents "𫟣"^^xsd:string .

<http://lexvo.org/id/char/2B7E4> a lvont:Character ;
    lvont:represents "𫟤"^^xsd:string .

<http://lexvo.org/id/char/2B7E5> a lvont:Character ;
    lvont:represents "𫟥"^^xsd:string .

<http://lexvo.org/id/char/2B7E6> a lvont:Character ;
    lvont:represents "𫟦"^^xsd:string .

<http://lexvo.org/id/char/2B7E7> a lvont:Character ;
    lvont:represents "𫟧"^^xsd:string .

<http://lexvo.org/id/char/2B7E8> a lvont:Character ;
    lvont:represents "𫟨"^^xsd:string .

<http://lexvo.org/id/char/2B7E9> a lvont:Character ;
    lvont:represents "𫟩"^^xsd:string .

<http://lexvo.org/id/char/2B7EA> a lvont:Character ;
    lvont:represents "𫟪"^^xsd:string .

<http://lexvo.org/id/char/2B7EB> a lvont:Character ;
    lvont:represents "𫟫"^^xsd:string .

<http://lexvo.org/id/char/2B7EC> a lvont:Character ;
    lvont:represents "𫟬"^^xsd:string .

<http://lexvo.org/id/char/2B7ED> a lvont:Character ;
    lvont:represents "𫟭"^^xsd:string .

<http://lexvo.org/id/char/2B7EE> a lvont:Character ;
    lvont:represents "𫟮"^^xsd:string .

<http://lexvo.org/id/char/2B7EF> a lvont:Character ;
    lvont:represents "𫟯"^^xsd:string .

<http://lexvo.org/id/char/2B7F0> a lvont:Character ;
    lvont:represents "𫟰"^^xsd:string .

<http://lexvo.org/id/char/2B7F1> a lvont:Character ;
    lvont:represents "𫟱"^^xsd:string .

<http://lexvo.org/id/char/2B7F2> a lvont:Character ;
    lvont:represents "𫟲"^^xsd:string .

<http://lexvo.org/id/char/2B7F3> a lvont:Character ;
    lvont:represents "𫟳"^^xsd:string .

<http://lexvo.org/id/char/2B7F4> a lvont:Character ;
    lvont:represents "𫟴"^^xsd:string .

<http://lexvo.org/id/char/2B7F5> a lvont:Character ;
    lvont:represents "𫟵"^^xsd:string .

<http://lexvo.org/id/char/2B7F6> a lvont:Character ;
    lvont:represents "𫟶"^^xsd:string .

<http://lexvo.org/id/char/2B7F7> a lvont:Character ;
    lvont:represents "𫟷"^^xsd:string .

<http://lexvo.org/id/char/2B7F8> a lvont:Character ;
    lvont:represents "𫟸"^^xsd:string .

<http://lexvo.org/id/char/2B7F9> a lvont:Character ;
    lvont:represents "𫟹"^^xsd:string .

<http://lexvo.org/id/char/2B7FA> a lvont:Character ;
    lvont:represents "𫟺"^^xsd:string .

<http://lexvo.org/id/char/2B7FB> a lvont:Character ;
    lvont:represents "𫟻"^^xsd:string .

<http://lexvo.org/id/char/2B7FC> a lvont:Character ;
    lvont:represents "𫟼"^^xsd:string .

<http://lexvo.org/id/char/2B7FD> a lvont:Character ;
    lvont:represents "𫟽"^^xsd:string .

<http://lexvo.org/id/char/2B7FE> a lvont:Character ;
    lvont:represents "𫟾"^^xsd:string .

<http://lexvo.org/id/char/2B7FF> a lvont:Character ;
    lvont:represents "𫟿"^^xsd:string .

<http://lexvo.org/id/char/2B800> a lvont:Character ;
    lvont:represents "𫠀"^^xsd:string .

<http://lexvo.org/id/char/2B801> a lvont:Character ;
    lvont:represents "𫠁"^^xsd:string .

<http://lexvo.org/id/char/2B802> a lvont:Character ;
    lvont:represents "𫠂"^^xsd:string .

<http://lexvo.org/id/char/2B803> a lvont:Character ;
    lvont:represents "𫠃"^^xsd:string .

<http://lexvo.org/id/char/2B804> a lvont:Character ;
    lvont:represents "𫠄"^^xsd:string .

<http://lexvo.org/id/char/2B805> a lvont:Character ;
    lvont:represents "𫠅"^^xsd:string .

<http://lexvo.org/id/char/2B806> a lvont:Character ;
    lvont:represents "𫠆"^^xsd:string .

<http://lexvo.org/id/char/2B807> a lvont:Character ;
    lvont:represents "𫠇"^^xsd:string .

<http://lexvo.org/id/char/2B808> a lvont:Character ;
    lvont:represents "𫠈"^^xsd:string .

<http://lexvo.org/id/char/2B809> a lvont:Character ;
    lvont:represents "𫠉"^^xsd:string .

<http://lexvo.org/id/char/2B80A> a lvont:Character ;
    lvont:represents "𫠊"^^xsd:string .

<http://lexvo.org/id/char/2B80B> a lvont:Character ;
    lvont:represents "𫠋"^^xsd:string .

<http://lexvo.org/id/char/2B80C> a lvont:Character ;
    lvont:represents "𫠌"^^xsd:string .

<http://lexvo.org/id/char/2B80D> a lvont:Character ;
    lvont:represents "𫠍"^^xsd:string .

<http://lexvo.org/id/char/2B80E> a lvont:Character ;
    lvont:represents "𫠎"^^xsd:string .

<http://lexvo.org/id/char/2B80F> a lvont:Character ;
    lvont:represents "𫠏"^^xsd:string .

<http://lexvo.org/id/char/2B810> a lvont:Character ;
    lvont:represents "𫠐"^^xsd:string .

<http://lexvo.org/id/char/2B811> a lvont:Character ;
    lvont:represents "𫠑"^^xsd:string .

<http://lexvo.org/id/char/2B812> a lvont:Character ;
    lvont:represents "𫠒"^^xsd:string .

<http://lexvo.org/id/char/2B813> a lvont:Character ;
    lvont:represents "𫠓"^^xsd:string .

<http://lexvo.org/id/char/2B814> a lvont:Character ;
    lvont:represents "𫠔"^^xsd:string .

<http://lexvo.org/id/char/2B815> a lvont:Character ;
    lvont:represents "𫠕"^^xsd:string .

<http://lexvo.org/id/char/2B816> a lvont:Character ;
    lvont:represents "𫠖"^^xsd:string .

<http://lexvo.org/id/char/2B817> a lvont:Character ;
    lvont:represents "𫠗"^^xsd:string .

<http://lexvo.org/id/char/2B818> a lvont:Character ;
    lvont:represents "𫠘"^^xsd:string .

<http://lexvo.org/id/char/2B819> a lvont:Character ;
    lvont:represents "𫠙"^^xsd:string .

<http://lexvo.org/id/char/2B81A> a lvont:Character ;
    lvont:represents "𫠚"^^xsd:string .

<http://lexvo.org/id/char/2B81B> a lvont:Character ;
    lvont:represents "𫠛"^^xsd:string .

<http://lexvo.org/id/char/2B81C> a lvont:Character ;
    lvont:represents "𫠜"^^xsd:string .

<http://lexvo.org/id/char/2B81D> a lvont:Character ;
    lvont:represents "𫠝"^^xsd:string .

<http://lexvo.org/id/char/2C00> a lvont:Character ;
    lvont:represents "Ⰰ"^^xsd:string ;
    rdfs:comment "GLAGOLITIC CAPITAL LETTER AZU"@en .

<http://lexvo.org/id/char/2C01> a lvont:Character ;
    lvont:represents "Ⰱ"^^xsd:string ;
    rdfs:comment "GLAGOLITIC CAPITAL LETTER BUKY"@en .

<http://lexvo.org/id/char/2C02> a lvont:Character ;
    lvont:represents "Ⰲ"^^xsd:string ;
    rdfs:comment "GLAGOLITIC CAPITAL LETTER VEDE"@en .

<http://lexvo.org/id/char/2C03> a lvont:Character ;
    lvont:represents "Ⰳ"^^xsd:string ;
    rdfs:comment "GLAGOLITIC CAPITAL LETTER GLAGOLI"@en .

<http://lexvo.org/id/char/2C04> a lvont:Character ;
    lvont:represents "Ⰴ"^^xsd:string ;
    rdfs:comment "GLAGOLITIC CAPITAL LETTER DOBRO"@en .

<http://lexvo.org/id/char/2C05> a lvont:Character ;
    lvont:represents "Ⰵ"^^xsd:string ;
    rdfs:comment "GLAGOLITIC CAPITAL LETTER YESTU"@en .

<http://lexvo.org/id/char/2C06> a lvont:Character ;
    lvont:represents "Ⰶ"^^xsd:string ;
    rdfs:comment "GLAGOLITIC CAPITAL LETTER ZHIVETE"@en .

<http://lexvo.org/id/char/2C07> a lvont:Character ;
    lvont:represents "Ⰷ"^^xsd:string ;
    rdfs:comment "GLAGOLITIC CAPITAL LETTER DZELO"@en .

<http://lexvo.org/id/char/2C08> a lvont:Character ;
    lvont:represents "Ⰸ"^^xsd:string ;
    rdfs:comment "GLAGOLITIC CAPITAL LETTER ZEMLJA"@en .

<http://lexvo.org/id/char/2C09> a lvont:Character ;
    lvont:represents "Ⰹ"^^xsd:string ;
    rdfs:comment "GLAGOLITIC CAPITAL LETTER IZHE"@en .

<http://lexvo.org/id/char/2C0A> a lvont:Character ;
    lvont:represents "Ⰺ"^^xsd:string ;
    rdfs:comment "GLAGOLITIC CAPITAL LETTER INITIAL IZHE"@en .

<http://lexvo.org/id/char/2C0B> a lvont:Character ;
    lvont:represents "Ⰻ"^^xsd:string ;
    rdfs:comment "GLAGOLITIC CAPITAL LETTER I"@en .

<http://lexvo.org/id/char/2C0C> a lvont:Character ;
    lvont:represents "Ⰼ"^^xsd:string ;
    rdfs:comment "GLAGOLITIC CAPITAL LETTER DJERVI"@en .

<http://lexvo.org/id/char/2C0D> a lvont:Character ;
    lvont:represents "Ⰽ"^^xsd:string ;
    rdfs:comment "GLAGOLITIC CAPITAL LETTER KAKO"@en .

<http://lexvo.org/id/char/2C0E> a lvont:Character ;
    lvont:represents "Ⰾ"^^xsd:string ;
    rdfs:comment "GLAGOLITIC CAPITAL LETTER LJUDIJE"@en .

<http://lexvo.org/id/char/2C0F> a lvont:Character ;
    lvont:represents "Ⰿ"^^xsd:string ;
    rdfs:comment "GLAGOLITIC CAPITAL LETTER MYSLITE"@en .

<http://lexvo.org/id/char/2C10> a lvont:Character ;
    lvont:represents "Ⱀ"^^xsd:string ;
    rdfs:comment "GLAGOLITIC CAPITAL LETTER NASHI"@en .

<http://lexvo.org/id/char/2C11> a lvont:Character ;
    lvont:represents "Ⱁ"^^xsd:string ;
    rdfs:comment "GLAGOLITIC CAPITAL LETTER ONU"@en .

<http://lexvo.org/id/char/2C12> a lvont:Character ;
    lvont:represents "Ⱂ"^^xsd:string ;
    rdfs:comment "GLAGOLITIC CAPITAL LETTER POKOJI"@en .

<http://lexvo.org/id/char/2C13> a lvont:Character ;
    lvont:represents "Ⱃ"^^xsd:string ;
    rdfs:comment "GLAGOLITIC CAPITAL LETTER RITSI"@en .

<http://lexvo.org/id/char/2C14> a lvont:Character ;
    lvont:represents "Ⱄ"^^xsd:string ;
    rdfs:comment "GLAGOLITIC CAPITAL LETTER SLOVO"@en .

<http://lexvo.org/id/char/2C15> a lvont:Character ;
    lvont:represents "Ⱅ"^^xsd:string ;
    rdfs:comment "GLAGOLITIC CAPITAL LETTER TVRIDO"@en .

<http://lexvo.org/id/char/2C16> a lvont:Character ;
    lvont:represents "Ⱆ"^^xsd:string ;
    rdfs:comment "GLAGOLITIC CAPITAL LETTER UKU"@en .

<http://lexvo.org/id/char/2C17> a lvont:Character ;
    lvont:represents "Ⱇ"^^xsd:string ;
    rdfs:comment "GLAGOLITIC CAPITAL LETTER FRITU"@en .

<http://lexvo.org/id/char/2C18> a lvont:Character ;
    lvont:represents "Ⱈ"^^xsd:string ;
    rdfs:comment "GLAGOLITIC CAPITAL LETTER HERU"@en .

<http://lexvo.org/id/char/2C19> a lvont:Character ;
    lvont:represents "Ⱉ"^^xsd:string ;
    rdfs:comment "GLAGOLITIC CAPITAL LETTER OTU"@en .

<http://lexvo.org/id/char/2C1A> a lvont:Character ;
    lvont:represents "Ⱊ"^^xsd:string ;
    rdfs:comment "GLAGOLITIC CAPITAL LETTER PE"@en .

<http://lexvo.org/id/char/2C1B> a lvont:Character ;
    lvont:represents "Ⱋ"^^xsd:string ;
    rdfs:comment "GLAGOLITIC CAPITAL LETTER SHTA"@en .

<http://lexvo.org/id/char/2C1C> a lvont:Character ;
    lvont:represents "Ⱌ"^^xsd:string ;
    rdfs:comment "GLAGOLITIC CAPITAL LETTER TSI"@en .

<http://lexvo.org/id/char/2C1D> a lvont:Character ;
    lvont:represents "Ⱍ"^^xsd:string ;
    rdfs:comment "GLAGOLITIC CAPITAL LETTER CHRIVI"@en .

<http://lexvo.org/id/char/2C1E> a lvont:Character ;
    lvont:represents "Ⱎ"^^xsd:string ;
    rdfs:comment "GLAGOLITIC CAPITAL LETTER SHA"@en .

<http://lexvo.org/id/char/2C1F> a lvont:Character ;
    lvont:represents "Ⱏ"^^xsd:string ;
    rdfs:comment "GLAGOLITIC CAPITAL LETTER YERU"@en .

<http://lexvo.org/id/char/2C20> a lvont:Character ;
    lvont:represents "Ⱐ"^^xsd:string ;
    rdfs:comment "GLAGOLITIC CAPITAL LETTER YERI"@en .

<http://lexvo.org/id/char/2C21> a lvont:Character ;
    lvont:represents "Ⱑ"^^xsd:string ;
    rdfs:comment "GLAGOLITIC CAPITAL LETTER YATI"@en .

<http://lexvo.org/id/char/2C22> a lvont:Character ;
    lvont:represents "Ⱒ"^^xsd:string ;
    rdfs:comment "GLAGOLITIC CAPITAL LETTER SPIDERY HA"@en .

<http://lexvo.org/id/char/2C23> a lvont:Character ;
    lvont:represents "Ⱓ"^^xsd:string ;
    rdfs:comment "GLAGOLITIC CAPITAL LETTER YU"@en .

<http://lexvo.org/id/char/2C24> a lvont:Character ;
    lvont:represents "Ⱔ"^^xsd:string ;
    rdfs:comment "GLAGOLITIC CAPITAL LETTER SMALL YUS"@en .

<http://lexvo.org/id/char/2C25> a lvont:Character ;
    lvont:represents "Ⱕ"^^xsd:string ;
    rdfs:comment "GLAGOLITIC CAPITAL LETTER SMALL YUS WITH TAIL"@en .

<http://lexvo.org/id/char/2C26> a lvont:Character ;
    lvont:represents "Ⱖ"^^xsd:string ;
    rdfs:comment "GLAGOLITIC CAPITAL LETTER YO"@en .

<http://lexvo.org/id/char/2C27> a lvont:Character ;
    lvont:represents "Ⱗ"^^xsd:string ;
    rdfs:comment "GLAGOLITIC CAPITAL LETTER IOTATED SMALL YUS"@en .

<http://lexvo.org/id/char/2C28> a lvont:Character ;
    lvont:represents "Ⱘ"^^xsd:string ;
    rdfs:comment "GLAGOLITIC CAPITAL LETTER BIG YUS"@en .

<http://lexvo.org/id/char/2C29> a lvont:Character ;
    lvont:represents "Ⱙ"^^xsd:string ;
    rdfs:comment "GLAGOLITIC CAPITAL LETTER IOTATED BIG YUS"@en .

<http://lexvo.org/id/char/2C2A> a lvont:Character ;
    lvont:represents "Ⱚ"^^xsd:string ;
    rdfs:comment "GLAGOLITIC CAPITAL LETTER FITA"@en .

<http://lexvo.org/id/char/2C2B> a lvont:Character ;
    lvont:represents "Ⱛ"^^xsd:string ;
    rdfs:comment "GLAGOLITIC CAPITAL LETTER IZHITSA"@en .

<http://lexvo.org/id/char/2C2C> a lvont:Character ;
    lvont:represents "Ⱜ"^^xsd:string ;
    rdfs:comment "GLAGOLITIC CAPITAL LETTER SHTAPIC"@en .

<http://lexvo.org/id/char/2C2D> a lvont:Character ;
    lvont:represents "Ⱝ"^^xsd:string ;
    rdfs:comment "GLAGOLITIC CAPITAL LETTER TROKUTASTI A"@en .

<http://lexvo.org/id/char/2C2E> a lvont:Character ;
    lvont:represents "Ⱞ"^^xsd:string ;
    rdfs:comment "GLAGOLITIC CAPITAL LETTER LATINATE MYSLITE"@en .

<http://lexvo.org/id/char/2C30> a lvont:Character ;
    lvont:represents "ⰰ"^^xsd:string ;
    rdfs:comment "GLAGOLITIC SMALL LETTER AZU"@en .

<http://lexvo.org/id/char/2C31> a lvont:Character ;
    lvont:represents "ⰱ"^^xsd:string ;
    rdfs:comment "GLAGOLITIC SMALL LETTER BUKY"@en .

<http://lexvo.org/id/char/2C32> a lvont:Character ;
    lvont:represents "ⰲ"^^xsd:string ;
    rdfs:comment "GLAGOLITIC SMALL LETTER VEDE"@en .

<http://lexvo.org/id/char/2C33> a lvont:Character ;
    lvont:represents "ⰳ"^^xsd:string ;
    rdfs:comment "GLAGOLITIC SMALL LETTER GLAGOLI"@en .

<http://lexvo.org/id/char/2C34> a lvont:Character ;
    lvont:represents "ⰴ"^^xsd:string ;
    rdfs:comment "GLAGOLITIC SMALL LETTER DOBRO"@en .

<http://lexvo.org/id/char/2C35> a lvont:Character ;
    lvont:represents "ⰵ"^^xsd:string ;
    rdfs:comment "GLAGOLITIC SMALL LETTER YESTU"@en .

<http://lexvo.org/id/char/2C36> a lvont:Character ;
    lvont:represents "ⰶ"^^xsd:string ;
    rdfs:comment "GLAGOLITIC SMALL LETTER ZHIVETE"@en .

<http://lexvo.org/id/char/2C37> a lvont:Character ;
    lvont:represents "ⰷ"^^xsd:string ;
    rdfs:comment "GLAGOLITIC SMALL LETTER DZELO"@en .

<http://lexvo.org/id/char/2C38> a lvont:Character ;
    lvont:represents "ⰸ"^^xsd:string ;
    rdfs:comment "GLAGOLITIC SMALL LETTER ZEMLJA"@en .

<http://lexvo.org/id/char/2C39> a lvont:Character ;
    lvont:represents "ⰹ"^^xsd:string ;
    rdfs:comment "GLAGOLITIC SMALL LETTER IZHE"@en .

<http://lexvo.org/id/char/2C3A> a lvont:Character ;
    lvont:represents "ⰺ"^^xsd:string ;
    rdfs:comment "GLAGOLITIC SMALL LETTER INITIAL IZHE"@en .

<http://lexvo.org/id/char/2C3B> a lvont:Character ;
    lvont:represents "ⰻ"^^xsd:string ;
    rdfs:comment "GLAGOLITIC SMALL LETTER I"@en .

<http://lexvo.org/id/char/2C3C> a lvont:Character ;
    lvont:represents "ⰼ"^^xsd:string ;
    rdfs:comment "GLAGOLITIC SMALL LETTER DJERVI"@en .

<http://lexvo.org/id/char/2C3D> a lvont:Character ;
    lvont:represents "ⰽ"^^xsd:string ;
    rdfs:comment "GLAGOLITIC SMALL LETTER KAKO"@en .

<http://lexvo.org/id/char/2C3E> a lvont:Character ;
    lvont:represents "ⰾ"^^xsd:string ;
    rdfs:comment "GLAGOLITIC SMALL LETTER LJUDIJE"@en .

<http://lexvo.org/id/char/2C3F> a lvont:Character ;
    lvont:represents "ⰿ"^^xsd:string ;
    rdfs:comment "GLAGOLITIC SMALL LETTER MYSLITE"@en .

<http://lexvo.org/id/char/2C40> a lvont:Character ;
    lvont:represents "ⱀ"^^xsd:string ;
    rdfs:comment "GLAGOLITIC SMALL LETTER NASHI"@en .

<http://lexvo.org/id/char/2C41> a lvont:Character ;
    lvont:represents "ⱁ"^^xsd:string ;
    rdfs:comment "GLAGOLITIC SMALL LETTER ONU"@en .

<http://lexvo.org/id/char/2C42> a lvont:Character ;
    lvont:represents "ⱂ"^^xsd:string ;
    rdfs:comment "GLAGOLITIC SMALL LETTER POKOJI"@en .

<http://lexvo.org/id/char/2C43> a lvont:Character ;
    lvont:represents "ⱃ"^^xsd:string ;
    rdfs:comment "GLAGOLITIC SMALL LETTER RITSI"@en .

<http://lexvo.org/id/char/2C44> a lvont:Character ;
    lvont:represents "ⱄ"^^xsd:string ;
    rdfs:comment "GLAGOLITIC SMALL LETTER SLOVO"@en .

<http://lexvo.org/id/char/2C45> a lvont:Character ;
    lvont:represents "ⱅ"^^xsd:string ;
    rdfs:comment "GLAGOLITIC SMALL LETTER TVRIDO"@en .

<http://lexvo.org/id/char/2C46> a lvont:Character ;
    lvont:represents "ⱆ"^^xsd:string ;
    rdfs:comment "GLAGOLITIC SMALL LETTER UKU"@en .

<http://lexvo.org/id/char/2C47> a lvont:Character ;
    lvont:represents "ⱇ"^^xsd:string ;
    rdfs:comment "GLAGOLITIC SMALL LETTER FRITU"@en .

<http://lexvo.org/id/char/2C48> a lvont:Character ;
    lvont:represents "ⱈ"^^xsd:string ;
    rdfs:comment "GLAGOLITIC SMALL LETTER HERU"@en .

<http://lexvo.org/id/char/2C49> a lvont:Character ;
    lvont:represents "ⱉ"^^xsd:string ;
    rdfs:comment "GLAGOLITIC SMALL LETTER OTU"@en .

<http://lexvo.org/id/char/2C4A> a lvont:Character ;
    lvont:represents "ⱊ"^^xsd:string ;
    rdfs:comment "GLAGOLITIC SMALL LETTER PE"@en .

<http://lexvo.org/id/char/2C4B> a lvont:Character ;
    lvont:represents "ⱋ"^^xsd:string ;
    rdfs:comment "GLAGOLITIC SMALL LETTER SHTA"@en .

<http://lexvo.org/id/char/2C4C> a lvont:Character ;
    lvont:represents "ⱌ"^^xsd:string ;
    rdfs:comment "GLAGOLITIC SMALL LETTER TSI"@en .

<http://lexvo.org/id/char/2C4D> a lvont:Character ;
    lvont:represents "ⱍ"^^xsd:string ;
    rdfs:comment "GLAGOLITIC SMALL LETTER CHRIVI"@en .

<http://lexvo.org/id/char/2C4E> a lvont:Character ;
    lvont:represents "ⱎ"^^xsd:string ;
    rdfs:comment "GLAGOLITIC SMALL LETTER SHA"@en .

<http://lexvo.org/id/char/2C4F> a lvont:Character ;
    lvont:represents "ⱏ"^^xsd:string ;
    rdfs:comment "GLAGOLITIC SMALL LETTER YERU"@en .

<http://lexvo.org/id/char/2C50> a lvont:Character ;
    lvont:represents "ⱐ"^^xsd:string ;
    rdfs:comment "GLAGOLITIC SMALL LETTER YERI"@en .

<http://lexvo.org/id/char/2C51> a lvont:Character ;
    lvont:represents "ⱑ"^^xsd:string ;
    rdfs:comment "GLAGOLITIC SMALL LETTER YATI"@en .

<http://lexvo.org/id/char/2C52> a lvont:Character ;
    lvont:represents "ⱒ"^^xsd:string ;
    rdfs:comment "GLAGOLITIC SMALL LETTER SPIDERY HA"@en .

<http://lexvo.org/id/char/2C53> a lvont:Character ;
    lvont:represents "ⱓ"^^xsd:string ;
    rdfs:comment "GLAGOLITIC SMALL LETTER YU"@en .

<http://lexvo.org/id/char/2C54> a lvont:Character ;
    lvont:represents "ⱔ"^^xsd:string ;
    rdfs:comment "GLAGOLITIC SMALL LETTER SMALL YUS"@en .

<http://lexvo.org/id/char/2C55> a lvont:Character ;
    lvont:represents "ⱕ"^^xsd:string ;
    rdfs:comment "GLAGOLITIC SMALL LETTER SMALL YUS WITH TAIL"@en .

<http://lexvo.org/id/char/2C56> a lvont:Character ;
    lvont:represents "ⱖ"^^xsd:string ;
    rdfs:comment "GLAGOLITIC SMALL LETTER YO"@en .

<http://lexvo.org/id/char/2C57> a lvont:Character ;
    lvont:represents "ⱗ"^^xsd:string ;
    rdfs:comment "GLAGOLITIC SMALL LETTER IOTATED SMALL YUS"@en .

<http://lexvo.org/id/char/2C58> a lvont:Character ;
    lvont:represents "ⱘ"^^xsd:string ;
    rdfs:comment "GLAGOLITIC SMALL LETTER BIG YUS"@en .

<http://lexvo.org/id/char/2C59> a lvont:Character ;
    lvont:represents "ⱙ"^^xsd:string ;
    rdfs:comment "GLAGOLITIC SMALL LETTER IOTATED BIG YUS"@en .

<http://lexvo.org/id/char/2C5A> a lvont:Character ;
    lvont:represents "ⱚ"^^xsd:string ;
    rdfs:comment "GLAGOLITIC SMALL LETTER FITA"@en .

<http://lexvo.org/id/char/2C5B> a lvont:Character ;
    lvont:represents "ⱛ"^^xsd:string ;
    rdfs:comment "GLAGOLITIC SMALL LETTER IZHITSA"@en .

<http://lexvo.org/id/char/2C5C> a lvont:Character ;
    lvont:represents "ⱜ"^^xsd:string ;
    rdfs:comment "GLAGOLITIC SMALL LETTER SHTAPIC"@en .

<http://lexvo.org/id/char/2C5D> a lvont:Character ;
    lvont:represents "ⱝ"^^xsd:string ;
    rdfs:comment "GLAGOLITIC SMALL LETTER TROKUTASTI A"@en .

<http://lexvo.org/id/char/2C5E> a lvont:Character ;
    lvont:represents "ⱞ"^^xsd:string ;
    rdfs:comment "GLAGOLITIC SMALL LETTER LATINATE MYSLITE"@en .

<http://lexvo.org/id/char/2C60> a lvont:Character ;
    lvont:represents "Ⱡ"^^xsd:string ;
    rdfs:comment "LATIN CAPITAL LETTER L WITH DOUBLE BAR"@en .

<http://lexvo.org/id/char/2C61> a lvont:Character ;
    lvont:represents "ⱡ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER L WITH DOUBLE BAR"@en .

<http://lexvo.org/id/char/2C62> a lvont:Character ;
    lvont:represents "Ɫ"^^xsd:string ;
    rdfs:comment "LATIN CAPITAL LETTER L WITH MIDDLE TILDE"@en .

<http://lexvo.org/id/char/2C63> a lvont:Character ;
    lvont:represents "Ᵽ"^^xsd:string ;
    rdfs:comment "LATIN CAPITAL LETTER P WITH STROKE"@en .

<http://lexvo.org/id/char/2C64> a lvont:Character ;
    lvont:represents "Ɽ"^^xsd:string ;
    rdfs:comment "LATIN CAPITAL LETTER R WITH TAIL"@en .

<http://lexvo.org/id/char/2C65> a lvont:Character ;
    lvont:represents "ⱥ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER A WITH STROKE"@en .

<http://lexvo.org/id/char/2C66> a lvont:Character ;
    lvont:represents "ⱦ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER T WITH DIAGONAL STROKE"@en .

<http://lexvo.org/id/char/2C67> a lvont:Character ;
    lvont:represents "Ⱨ"^^xsd:string ;
    rdfs:comment "LATIN CAPITAL LETTER H WITH DESCENDER"@en .

<http://lexvo.org/id/char/2C68> a lvont:Character ;
    lvont:represents "ⱨ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER H WITH DESCENDER"@en .

<http://lexvo.org/id/char/2C69> a lvont:Character ;
    lvont:represents "Ⱪ"^^xsd:string ;
    rdfs:comment "LATIN CAPITAL LETTER K WITH DESCENDER"@en .

<http://lexvo.org/id/char/2C6A> a lvont:Character ;
    lvont:represents "ⱪ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER K WITH DESCENDER"@en .

<http://lexvo.org/id/char/2C6B> a lvont:Character ;
    lvont:represents "Ⱬ"^^xsd:string ;
    rdfs:comment "LATIN CAPITAL LETTER Z WITH DESCENDER"@en .

<http://lexvo.org/id/char/2C6C> a lvont:Character ;
    lvont:represents "ⱬ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER Z WITH DESCENDER"@en .

<http://lexvo.org/id/char/2C6D> a lvont:Character ;
    lvont:represents "Ɑ"^^xsd:string ;
    rdfs:comment "LATIN CAPITAL LETTER ALPHA"@en .

<http://lexvo.org/id/char/2C6E> a lvont:Character ;
    lvont:represents "Ɱ"^^xsd:string ;
    rdfs:comment "LATIN CAPITAL LETTER M WITH HOOK"@en .

<http://lexvo.org/id/char/2C6F> a lvont:Character ;
    lvont:represents "Ɐ"^^xsd:string ;
    rdfs:comment "LATIN CAPITAL LETTER TURNED A"@en .

<http://lexvo.org/id/char/2C70> a lvont:Character ;
    lvont:represents "Ɒ"^^xsd:string ;
    rdfs:comment "LATIN CAPITAL LETTER TURNED ALPHA"@en .

<http://lexvo.org/id/char/2C71> a lvont:Character ;
    lvont:represents "ⱱ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER V WITH RIGHT HOOK"@en .

<http://lexvo.org/id/char/2C72> a lvont:Character ;
    lvont:represents "Ⱳ"^^xsd:string ;
    rdfs:comment "LATIN CAPITAL LETTER W WITH HOOK"@en .

<http://lexvo.org/id/char/2C73> a lvont:Character ;
    lvont:represents "ⱳ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER W WITH HOOK"@en .

<http://lexvo.org/id/char/2C74> a lvont:Character ;
    lvont:represents "ⱴ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER V WITH CURL"@en .

<http://lexvo.org/id/char/2C75> a lvont:Character ;
    lvont:represents "Ⱶ"^^xsd:string ;
    rdfs:comment "LATIN CAPITAL LETTER HALF H"@en .

<http://lexvo.org/id/char/2C76> a lvont:Character ;
    lvont:represents "ⱶ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER HALF H"@en .

<http://lexvo.org/id/char/2C77> a lvont:Character ;
    lvont:represents "ⱷ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER TAILLESS PHI"@en .

<http://lexvo.org/id/char/2C78> a lvont:Character ;
    lvont:represents "ⱸ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER E WITH NOTCH"@en .

<http://lexvo.org/id/char/2C79> a lvont:Character ;
    lvont:represents "ⱹ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER TURNED R WITH TAIL"@en .

<http://lexvo.org/id/char/2C7A> a lvont:Character ;
    lvont:represents "ⱺ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER O WITH LOW RING INSIDE"@en .

<http://lexvo.org/id/char/2C7B> a lvont:Character ;
    lvont:represents "ⱻ"^^xsd:string ;
    rdfs:comment "LATIN LETTER SMALL CAPITAL TURNED E"@en .

<http://lexvo.org/id/char/2C7C> a lvont:Character ;
    lvont:represents "ⱼ"^^xsd:string ;
    rdfs:comment "LATIN SUBSCRIPT SMALL LETTER J"@en .

<http://lexvo.org/id/char/2C7D> a lvont:Character ;
    lvont:represents "ⱽ"^^xsd:string ;
    rdfs:comment "MODIFIER LETTER CAPITAL V"@en .

<http://lexvo.org/id/char/2C7E> a lvont:Character ;
    lvont:represents "Ȿ"^^xsd:string ;
    rdfs:comment "LATIN CAPITAL LETTER S WITH SWASH TAIL"@en .

<http://lexvo.org/id/char/2C7F> a lvont:Character ;
    lvont:represents "Ɀ"^^xsd:string ;
    rdfs:comment "LATIN CAPITAL LETTER Z WITH SWASH TAIL"@en .

<http://lexvo.org/id/char/2C80> a lvont:Character ;
    lvont:represents "Ⲁ"^^xsd:string ;
    rdfs:comment "COPTIC CAPITAL LETTER ALFA"@en .

<http://lexvo.org/id/char/2C81> a lvont:Character ;
    lvont:represents "ⲁ"^^xsd:string ;
    rdfs:comment "COPTIC SMALL LETTER ALFA"@en .

<http://lexvo.org/id/char/2C82> a lvont:Character ;
    lvont:represents "Ⲃ"^^xsd:string ;
    rdfs:comment "COPTIC CAPITAL LETTER VIDA"@en .

<http://lexvo.org/id/char/2C83> a lvont:Character ;
    lvont:represents "ⲃ"^^xsd:string ;
    rdfs:comment "COPTIC SMALL LETTER VIDA"@en .

<http://lexvo.org/id/char/2C84> a lvont:Character ;
    lvont:represents "Ⲅ"^^xsd:string ;
    rdfs:comment "COPTIC CAPITAL LETTER GAMMA"@en .

<http://lexvo.org/id/char/2C85> a lvont:Character ;
    lvont:represents "ⲅ"^^xsd:string ;
    rdfs:comment "COPTIC SMALL LETTER GAMMA"@en .

<http://lexvo.org/id/char/2C86> a lvont:Character ;
    lvont:represents "Ⲇ"^^xsd:string ;
    rdfs:comment "COPTIC CAPITAL LETTER DALDA"@en .

<http://lexvo.org/id/char/2C87> a lvont:Character ;
    lvont:represents "ⲇ"^^xsd:string ;
    rdfs:comment "COPTIC SMALL LETTER DALDA"@en .

<http://lexvo.org/id/char/2C88> a lvont:Character ;
    lvont:represents "Ⲉ"^^xsd:string ;
    rdfs:comment "COPTIC CAPITAL LETTER EIE"@en .

<http://lexvo.org/id/char/2C89> a lvont:Character ;
    lvont:represents "ⲉ"^^xsd:string ;
    rdfs:comment "COPTIC SMALL LETTER EIE"@en .

<http://lexvo.org/id/char/2C8A> a lvont:Character ;
    lvont:represents "Ⲋ"^^xsd:string ;
    rdfs:comment "COPTIC CAPITAL LETTER SOU"@en .

<http://lexvo.org/id/char/2C8B> a lvont:Character ;
    lvont:represents "ⲋ"^^xsd:string ;
    rdfs:comment "COPTIC SMALL LETTER SOU"@en .

<http://lexvo.org/id/char/2C8C> a lvont:Character ;
    lvont:represents "Ⲍ"^^xsd:string ;
    rdfs:comment "COPTIC CAPITAL LETTER ZATA"@en .

<http://lexvo.org/id/char/2C8D> a lvont:Character ;
    lvont:represents "ⲍ"^^xsd:string ;
    rdfs:comment "COPTIC SMALL LETTER ZATA"@en .

<http://lexvo.org/id/char/2C8E> a lvont:Character ;
    lvont:represents "Ⲏ"^^xsd:string ;
    rdfs:comment "COPTIC CAPITAL LETTER HATE"@en .

<http://lexvo.org/id/char/2C8F> a lvont:Character ;
    lvont:represents "ⲏ"^^xsd:string ;
    rdfs:comment "COPTIC SMALL LETTER HATE"@en .

<http://lexvo.org/id/char/2C90> a lvont:Character ;
    lvont:represents "Ⲑ"^^xsd:string ;
    rdfs:comment "COPTIC CAPITAL LETTER THETHE"@en .

<http://lexvo.org/id/char/2C91> a lvont:Character ;
    lvont:represents "ⲑ"^^xsd:string ;
    rdfs:comment "COPTIC SMALL LETTER THETHE"@en .

<http://lexvo.org/id/char/2C92> a lvont:Character ;
    lvont:represents "Ⲓ"^^xsd:string ;
    rdfs:comment "COPTIC CAPITAL LETTER IAUDA"@en .

<http://lexvo.org/id/char/2C93> a lvont:Character ;
    lvont:represents "ⲓ"^^xsd:string ;
    rdfs:comment "COPTIC SMALL LETTER IAUDA"@en .

<http://lexvo.org/id/char/2C94> a lvont:Character ;
    lvont:represents "Ⲕ"^^xsd:string ;
    rdfs:comment "COPTIC CAPITAL LETTER KAPA"@en .

<http://lexvo.org/id/char/2C95> a lvont:Character ;
    lvont:represents "ⲕ"^^xsd:string ;
    rdfs:comment "COPTIC SMALL LETTER KAPA"@en .

<http://lexvo.org/id/char/2C96> a lvont:Character ;
    lvont:represents "Ⲗ"^^xsd:string ;
    rdfs:comment "COPTIC CAPITAL LETTER LAULA"@en .

<http://lexvo.org/id/char/2C97> a lvont:Character ;
    lvont:represents "ⲗ"^^xsd:string ;
    rdfs:comment "COPTIC SMALL LETTER LAULA"@en .

<http://lexvo.org/id/char/2C98> a lvont:Character ;
    lvont:represents "Ⲙ"^^xsd:string ;
    rdfs:comment "COPTIC CAPITAL LETTER MI"@en .

<http://lexvo.org/id/char/2C99> a lvont:Character ;
    lvont:represents "ⲙ"^^xsd:string ;
    rdfs:comment "COPTIC SMALL LETTER MI"@en .

<http://lexvo.org/id/char/2C9A> a lvont:Character ;
    lvont:represents "Ⲛ"^^xsd:string ;
    rdfs:comment "COPTIC CAPITAL LETTER NI"@en .

<http://lexvo.org/id/char/2C9B> a lvont:Character ;
    lvont:represents "ⲛ"^^xsd:string ;
    rdfs:comment "COPTIC SMALL LETTER NI"@en .

<http://lexvo.org/id/char/2C9C> a lvont:Character ;
    lvont:represents "Ⲝ"^^xsd:string ;
    rdfs:comment "COPTIC CAPITAL LETTER KSI"@en .

<http://lexvo.org/id/char/2C9D> a lvont:Character ;
    lvont:represents "ⲝ"^^xsd:string ;
    rdfs:comment "COPTIC SMALL LETTER KSI"@en .

<http://lexvo.org/id/char/2C9E> a lvont:Character ;
    lvont:represents "Ⲟ"^^xsd:string ;
    rdfs:comment "COPTIC CAPITAL LETTER O"@en .

<http://lexvo.org/id/char/2C9F> a lvont:Character ;
    lvont:represents "ⲟ"^^xsd:string ;
    rdfs:comment "COPTIC SMALL LETTER O"@en .

<http://lexvo.org/id/char/2CA0> a lvont:Character ;
    lvont:represents "Ⲡ"^^xsd:string ;
    rdfs:comment "COPTIC CAPITAL LETTER PI"@en .

<http://lexvo.org/id/char/2CA1> a lvont:Character ;
    lvont:represents "ⲡ"^^xsd:string ;
    rdfs:comment "COPTIC SMALL LETTER PI"@en .

<http://lexvo.org/id/char/2CA2> a lvont:Character ;
    lvont:represents "Ⲣ"^^xsd:string ;
    rdfs:comment "COPTIC CAPITAL LETTER RO"@en .

<http://lexvo.org/id/char/2CA3> a lvont:Character ;
    lvont:represents "ⲣ"^^xsd:string ;
    rdfs:comment "COPTIC SMALL LETTER RO"@en .

<http://lexvo.org/id/char/2CA4> a lvont:Character ;
    lvont:represents "Ⲥ"^^xsd:string ;
    rdfs:comment "COPTIC CAPITAL LETTER SIMA"@en .

<http://lexvo.org/id/char/2CA5> a lvont:Character ;
    lvont:represents "ⲥ"^^xsd:string ;
    rdfs:comment "COPTIC SMALL LETTER SIMA"@en .

<http://lexvo.org/id/char/2CA6> a lvont:Character ;
    lvont:represents "Ⲧ"^^xsd:string ;
    rdfs:comment "COPTIC CAPITAL LETTER TAU"@en .

<http://lexvo.org/id/char/2CA7> a lvont:Character ;
    lvont:represents "ⲧ"^^xsd:string ;
    rdfs:comment "COPTIC SMALL LETTER TAU"@en .

<http://lexvo.org/id/char/2CA8> a lvont:Character ;
    lvont:represents "Ⲩ"^^xsd:string ;
    rdfs:comment "COPTIC CAPITAL LETTER UA"@en .

<http://lexvo.org/id/char/2CA9> a lvont:Character ;
    lvont:represents "ⲩ"^^xsd:string ;
    rdfs:comment "COPTIC SMALL LETTER UA"@en .

<http://lexvo.org/id/char/2CAA> a lvont:Character ;
    lvont:represents "Ⲫ"^^xsd:string ;
    rdfs:comment "COPTIC CAPITAL LETTER FI"@en .

<http://lexvo.org/id/char/2CAB> a lvont:Character ;
    lvont:represents "ⲫ"^^xsd:string ;
    rdfs:comment "COPTIC SMALL LETTER FI"@en .

<http://lexvo.org/id/char/2CAC> a lvont:Character ;
    lvont:represents "Ⲭ"^^xsd:string ;
    rdfs:comment "COPTIC CAPITAL LETTER KHI"@en .

<http://lexvo.org/id/char/2CAD> a lvont:Character ;
    lvont:represents "ⲭ"^^xsd:string ;
    rdfs:comment "COPTIC SMALL LETTER KHI"@en .

<http://lexvo.org/id/char/2CAE> a lvont:Character ;
    lvont:represents "Ⲯ"^^xsd:string ;
    rdfs:comment "COPTIC CAPITAL LETTER PSI"@en .

<http://lexvo.org/id/char/2CAF> a lvont:Character ;
    lvont:represents "ⲯ"^^xsd:string ;
    rdfs:comment "COPTIC SMALL LETTER PSI"@en .

<http://lexvo.org/id/char/2CB0> a lvont:Character ;
    lvont:represents "Ⲱ"^^xsd:string ;
    rdfs:comment "COPTIC CAPITAL LETTER OOU"@en .

<http://lexvo.org/id/char/2CB1> a lvont:Character ;
    lvont:represents "ⲱ"^^xsd:string ;
    rdfs:comment "COPTIC SMALL LETTER OOU"@en .

<http://lexvo.org/id/char/2CB2> a lvont:Character ;
    lvont:represents "Ⲳ"^^xsd:string ;
    rdfs:comment "COPTIC CAPITAL LETTER DIALECT-P ALEF"@en .

<http://lexvo.org/id/char/2CB3> a lvont:Character ;
    lvont:represents "ⲳ"^^xsd:string ;
    rdfs:comment "COPTIC SMALL LETTER DIALECT-P ALEF"@en .

<http://lexvo.org/id/char/2CB4> a lvont:Character ;
    lvont:represents "Ⲵ"^^xsd:string ;
    rdfs:comment "COPTIC CAPITAL LETTER OLD COPTIC AIN"@en .

<http://lexvo.org/id/char/2CB5> a lvont:Character ;
    lvont:represents "ⲵ"^^xsd:string ;
    rdfs:comment "COPTIC SMALL LETTER OLD COPTIC AIN"@en .

<http://lexvo.org/id/char/2CB6> a lvont:Character ;
    lvont:represents "Ⲷ"^^xsd:string ;
    rdfs:comment "COPTIC CAPITAL LETTER CRYPTOGRAMMIC EIE"@en .

<http://lexvo.org/id/char/2CB7> a lvont:Character ;
    lvont:represents "ⲷ"^^xsd:string ;
    rdfs:comment "COPTIC SMALL LETTER CRYPTOGRAMMIC EIE"@en .

<http://lexvo.org/id/char/2CB8> a lvont:Character ;
    lvont:represents "Ⲹ"^^xsd:string ;
    rdfs:comment "COPTIC CAPITAL LETTER DIALECT-P KAPA"@en .

<http://lexvo.org/id/char/2CB9> a lvont:Character ;
    lvont:represents "ⲹ"^^xsd:string ;
    rdfs:comment "COPTIC SMALL LETTER DIALECT-P KAPA"@en .

<http://lexvo.org/id/char/2CBA> a lvont:Character ;
    lvont:represents "Ⲻ"^^xsd:string ;
    rdfs:comment "COPTIC CAPITAL LETTER DIALECT-P NI"@en .

<http://lexvo.org/id/char/2CBB> a lvont:Character ;
    lvont:represents "ⲻ"^^xsd:string ;
    rdfs:comment "COPTIC SMALL LETTER DIALECT-P NI"@en .

<http://lexvo.org/id/char/2CBC> a lvont:Character ;
    lvont:represents "Ⲽ"^^xsd:string ;
    rdfs:comment "COPTIC CAPITAL LETTER CRYPTOGRAMMIC NI"@en .

<http://lexvo.org/id/char/2CBD> a lvont:Character ;
    lvont:represents "ⲽ"^^xsd:string ;
    rdfs:comment "COPTIC SMALL LETTER CRYPTOGRAMMIC NI"@en .

<http://lexvo.org/id/char/2CBE> a lvont:Character ;
    lvont:represents "Ⲿ"^^xsd:string ;
    rdfs:comment "COPTIC CAPITAL LETTER OLD COPTIC OOU"@en .

<http://lexvo.org/id/char/2CBF> a lvont:Character ;
    lvont:represents "ⲿ"^^xsd:string ;
    rdfs:comment "COPTIC SMALL LETTER OLD COPTIC OOU"@en .

<http://lexvo.org/id/char/2CC0> a lvont:Character ;
    lvont:represents "Ⳁ"^^xsd:string ;
    rdfs:comment "COPTIC CAPITAL LETTER SAMPI"@en .

<http://lexvo.org/id/char/2CC1> a lvont:Character ;
    lvont:represents "ⳁ"^^xsd:string ;
    rdfs:comment "COPTIC SMALL LETTER SAMPI"@en .

<http://lexvo.org/id/char/2CC2> a lvont:Character ;
    lvont:represents "Ⳃ"^^xsd:string ;
    rdfs:comment "COPTIC CAPITAL LETTER CROSSED SHEI"@en .

<http://lexvo.org/id/char/2CC3> a lvont:Character ;
    lvont:represents "ⳃ"^^xsd:string ;
    rdfs:comment "COPTIC SMALL LETTER CROSSED SHEI"@en .

<http://lexvo.org/id/char/2CC4> a lvont:Character ;
    lvont:represents "Ⳅ"^^xsd:string ;
    rdfs:comment "COPTIC CAPITAL LETTER OLD COPTIC SHEI"@en .

<http://lexvo.org/id/char/2CC5> a lvont:Character ;
    lvont:represents "ⳅ"^^xsd:string ;
    rdfs:comment "COPTIC SMALL LETTER OLD COPTIC SHEI"@en .

<http://lexvo.org/id/char/2CC6> a lvont:Character ;
    lvont:represents "Ⳇ"^^xsd:string ;
    rdfs:comment "COPTIC CAPITAL LETTER OLD COPTIC ESH"@en .

<http://lexvo.org/id/char/2CC7> a lvont:Character ;
    lvont:represents "ⳇ"^^xsd:string ;
    rdfs:comment "COPTIC SMALL LETTER OLD COPTIC ESH"@en .

<http://lexvo.org/id/char/2CC8> a lvont:Character ;
    lvont:represents "Ⳉ"^^xsd:string ;
    rdfs:comment "COPTIC CAPITAL LETTER AKHMIMIC KHEI"@en .

<http://lexvo.org/id/char/2CC9> a lvont:Character ;
    lvont:represents "ⳉ"^^xsd:string ;
    rdfs:comment "COPTIC SMALL LETTER AKHMIMIC KHEI"@en .

<http://lexvo.org/id/char/2CCA> a lvont:Character ;
    lvont:represents "Ⳋ"^^xsd:string ;
    rdfs:comment "COPTIC CAPITAL LETTER DIALECT-P HORI"@en .

<http://lexvo.org/id/char/2CCB> a lvont:Character ;
    lvont:represents "ⳋ"^^xsd:string ;
    rdfs:comment "COPTIC SMALL LETTER DIALECT-P HORI"@en .

<http://lexvo.org/id/char/2CCC> a lvont:Character ;
    lvont:represents "Ⳍ"^^xsd:string ;
    rdfs:comment "COPTIC CAPITAL LETTER OLD COPTIC HORI"@en .

<http://lexvo.org/id/char/2CCD> a lvont:Character ;
    lvont:represents "ⳍ"^^xsd:string ;
    rdfs:comment "COPTIC SMALL LETTER OLD COPTIC HORI"@en .

<http://lexvo.org/id/char/2CCE> a lvont:Character ;
    lvont:represents "Ⳏ"^^xsd:string ;
    rdfs:comment "COPTIC CAPITAL LETTER OLD COPTIC HA"@en .

<http://lexvo.org/id/char/2CCF> a lvont:Character ;
    lvont:represents "ⳏ"^^xsd:string ;
    rdfs:comment "COPTIC SMALL LETTER OLD COPTIC HA"@en .

<http://lexvo.org/id/char/2CD0> a lvont:Character ;
    lvont:represents "Ⳑ"^^xsd:string ;
    rdfs:comment "COPTIC CAPITAL LETTER L-SHAPED HA"@en .

<http://lexvo.org/id/char/2CD1> a lvont:Character ;
    lvont:represents "ⳑ"^^xsd:string ;
    rdfs:comment "COPTIC SMALL LETTER L-SHAPED HA"@en .

<http://lexvo.org/id/char/2CD2> a lvont:Character ;
    lvont:represents "Ⳓ"^^xsd:string ;
    rdfs:comment "COPTIC CAPITAL LETTER OLD COPTIC HEI"@en .

<http://lexvo.org/id/char/2CD3> a lvont:Character ;
    lvont:represents "ⳓ"^^xsd:string ;
    rdfs:comment "COPTIC SMALL LETTER OLD COPTIC HEI"@en .

<http://lexvo.org/id/char/2CD4> a lvont:Character ;
    lvont:represents "Ⳕ"^^xsd:string ;
    rdfs:comment "COPTIC CAPITAL LETTER OLD COPTIC HAT"@en .

<http://lexvo.org/id/char/2CD5> a lvont:Character ;
    lvont:represents "ⳕ"^^xsd:string ;
    rdfs:comment "COPTIC SMALL LETTER OLD COPTIC HAT"@en .

<http://lexvo.org/id/char/2CD6> a lvont:Character ;
    lvont:represents "Ⳗ"^^xsd:string ;
    rdfs:comment "COPTIC CAPITAL LETTER OLD COPTIC GANGIA"@en .

<http://lexvo.org/id/char/2CD7> a lvont:Character ;
    lvont:represents "ⳗ"^^xsd:string ;
    rdfs:comment "COPTIC SMALL LETTER OLD COPTIC GANGIA"@en .

<http://lexvo.org/id/char/2CD8> a lvont:Character ;
    lvont:represents "Ⳙ"^^xsd:string ;
    rdfs:comment "COPTIC CAPITAL LETTER OLD COPTIC DJA"@en .

<http://lexvo.org/id/char/2CD9> a lvont:Character ;
    lvont:represents "ⳙ"^^xsd:string ;
    rdfs:comment "COPTIC SMALL LETTER OLD COPTIC DJA"@en .

<http://lexvo.org/id/char/2CDA> a lvont:Character ;
    lvont:represents "Ⳛ"^^xsd:string ;
    rdfs:comment "COPTIC CAPITAL LETTER OLD COPTIC SHIMA"@en .

<http://lexvo.org/id/char/2CDB> a lvont:Character ;
    lvont:represents "ⳛ"^^xsd:string ;
    rdfs:comment "COPTIC SMALL LETTER OLD COPTIC SHIMA"@en .

<http://lexvo.org/id/char/2CDC> a lvont:Character ;
    lvont:represents "Ⳝ"^^xsd:string ;
    rdfs:comment "COPTIC CAPITAL LETTER OLD NUBIAN SHIMA"@en .

<http://lexvo.org/id/char/2CDD> a lvont:Character ;
    lvont:represents "ⳝ"^^xsd:string ;
    rdfs:comment "COPTIC SMALL LETTER OLD NUBIAN SHIMA"@en .

<http://lexvo.org/id/char/2CDE> a lvont:Character ;
    lvont:represents "Ⳟ"^^xsd:string ;
    rdfs:comment "COPTIC CAPITAL LETTER OLD NUBIAN NGI"@en .

<http://lexvo.org/id/char/2CDF> a lvont:Character ;
    lvont:represents "ⳟ"^^xsd:string ;
    rdfs:comment "COPTIC SMALL LETTER OLD NUBIAN NGI"@en .

<http://lexvo.org/id/char/2CE0> a lvont:Character ;
    lvont:represents "Ⳡ"^^xsd:string ;
    rdfs:comment "COPTIC CAPITAL LETTER OLD NUBIAN NYI"@en .

<http://lexvo.org/id/char/2CE1> a lvont:Character ;
    lvont:represents "ⳡ"^^xsd:string ;
    rdfs:comment "COPTIC SMALL LETTER OLD NUBIAN NYI"@en .

<http://lexvo.org/id/char/2CE2> a lvont:Character ;
    lvont:represents "Ⳣ"^^xsd:string ;
    rdfs:comment "COPTIC CAPITAL LETTER OLD NUBIAN WAU"@en .

<http://lexvo.org/id/char/2CE3> a lvont:Character ;
    lvont:represents "ⳣ"^^xsd:string ;
    rdfs:comment "COPTIC SMALL LETTER OLD NUBIAN WAU"@en .

<http://lexvo.org/id/char/2CE4> a lvont:Character ;
    lvont:represents "ⳤ"^^xsd:string ;
    rdfs:comment "COPTIC SYMBOL KAI"@en .

<http://lexvo.org/id/char/2CE5> a lvont:Character ;
    lvont:represents "⳥"^^xsd:string ;
    rdfs:comment "COPTIC SYMBOL MI RO"@en .

<http://lexvo.org/id/char/2CE6> a lvont:Character ;
    lvont:represents "⳦"^^xsd:string ;
    rdfs:comment "COPTIC SYMBOL PI RO"@en .

<http://lexvo.org/id/char/2CE7> a lvont:Character ;
    lvont:represents "⳧"^^xsd:string ;
    rdfs:comment "COPTIC SYMBOL STAUROS"@en .

<http://lexvo.org/id/char/2CE8> a lvont:Character ;
    lvont:represents "⳨"^^xsd:string ;
    rdfs:comment "COPTIC SYMBOL TAU RO"@en .

<http://lexvo.org/id/char/2CE9> a lvont:Character ;
    lvont:represents "⳩"^^xsd:string ;
    rdfs:comment "COPTIC SYMBOL KHI RO"@en .

<http://lexvo.org/id/char/2CEA> a lvont:Character ;
    lvont:represents "⳪"^^xsd:string ;
    rdfs:comment "COPTIC SYMBOL SHIMA SIMA"@en .

<http://lexvo.org/id/char/2CEB> a lvont:Character ;
    lvont:represents "Ⳬ"^^xsd:string ;
    rdfs:comment "COPTIC CAPITAL LETTER CRYPTOGRAMMIC SHEI"@en .

<http://lexvo.org/id/char/2CEC> a lvont:Character ;
    lvont:represents "ⳬ"^^xsd:string ;
    rdfs:comment "COPTIC SMALL LETTER CRYPTOGRAMMIC SHEI"@en .

<http://lexvo.org/id/char/2CED> a lvont:Character ;
    lvont:represents "Ⳮ"^^xsd:string ;
    rdfs:comment "COPTIC CAPITAL LETTER CRYPTOGRAMMIC GANGIA"@en .

<http://lexvo.org/id/char/2CEE> a lvont:Character ;
    lvont:represents "ⳮ"^^xsd:string ;
    rdfs:comment "COPTIC SMALL LETTER CRYPTOGRAMMIC GANGIA"@en .

<http://lexvo.org/id/char/2CEF> a lvont:Character ;
    lvont:represents "⳯"^^xsd:string ;
    rdfs:comment "COPTIC COMBINING NI ABOVE"@en .

<http://lexvo.org/id/char/2CF0> a lvont:Character ;
    lvont:represents "⳰"^^xsd:string ;
    rdfs:comment "COPTIC COMBINING SPIRITUS ASPER"@en .

<http://lexvo.org/id/char/2CF1> a lvont:Character ;
    lvont:represents "⳱"^^xsd:string ;
    rdfs:comment "COPTIC COMBINING SPIRITUS LENIS"@en .

<http://lexvo.org/id/char/2CF2> a lvont:Character ;
    lvont:represents "Ⳳ"^^xsd:string ;
    rdfs:comment "COPTIC CAPITAL LETTER BOHAIRIC KHEI"@en .

<http://lexvo.org/id/char/2CF3> a lvont:Character ;
    lvont:represents "ⳳ"^^xsd:string ;
    rdfs:comment "COPTIC SMALL LETTER BOHAIRIC KHEI"@en .

<http://lexvo.org/id/char/2CF9> a lvont:Character ;
    lvont:represents "⳹"^^xsd:string ;
    rdfs:comment "COPTIC OLD NUBIAN FULL STOP"@en .

<http://lexvo.org/id/char/2CFA> a lvont:Character ;
    lvont:represents "⳺"^^xsd:string ;
    rdfs:comment "COPTIC OLD NUBIAN DIRECT QUESTION MARK"@en .

<http://lexvo.org/id/char/2CFB> a lvont:Character ;
    lvont:represents "⳻"^^xsd:string ;
    rdfs:comment "COPTIC OLD NUBIAN INDIRECT QUESTION MARK"@en .

<http://lexvo.org/id/char/2CFC> a lvont:Character ;
    lvont:represents "⳼"^^xsd:string ;
    rdfs:comment "COPTIC OLD NUBIAN VERSE DIVIDER"@en .

<http://lexvo.org/id/char/2CFD> a lvont:Character ;
    lvont:represents "⳽"^^xsd:string ;
    rdfs:comment "COPTIC FRACTION ONE HALF"@en .

<http://lexvo.org/id/char/2CFE> a lvont:Character ;
    lvont:represents "⳾"^^xsd:string ;
    rdfs:comment "COPTIC FULL STOP"@en .

<http://lexvo.org/id/char/2CFF> a lvont:Character ;
    lvont:represents "⳿"^^xsd:string ;
    rdfs:comment "COPTIC MORPHOLOGICAL DIVIDER"@en .

<http://lexvo.org/id/char/2D00> a lvont:Character ;
    lvont:represents "ⴀ"^^xsd:string ;
    rdfs:comment "GEORGIAN SMALL LETTER AN"@en .

<http://lexvo.org/id/char/2D01> a lvont:Character ;
    lvont:represents "ⴁ"^^xsd:string ;
    rdfs:comment "GEORGIAN SMALL LETTER BAN"@en .

<http://lexvo.org/id/char/2D02> a lvont:Character ;
    lvont:represents "ⴂ"^^xsd:string ;
    rdfs:comment "GEORGIAN SMALL LETTER GAN"@en .

<http://lexvo.org/id/char/2D03> a lvont:Character ;
    lvont:represents "ⴃ"^^xsd:string ;
    rdfs:comment "GEORGIAN SMALL LETTER DON"@en .

<http://lexvo.org/id/char/2D04> a lvont:Character ;
    lvont:represents "ⴄ"^^xsd:string ;
    rdfs:comment "GEORGIAN SMALL LETTER EN"@en .

<http://lexvo.org/id/char/2D05> a lvont:Character ;
    lvont:represents "ⴅ"^^xsd:string ;
    rdfs:comment "GEORGIAN SMALL LETTER VIN"@en .

<http://lexvo.org/id/char/2D06> a lvont:Character ;
    lvont:represents "ⴆ"^^xsd:string ;
    rdfs:comment "GEORGIAN SMALL LETTER ZEN"@en .

<http://lexvo.org/id/char/2D07> a lvont:Character ;
    lvont:represents "ⴇ"^^xsd:string ;
    rdfs:comment "GEORGIAN SMALL LETTER TAN"@en .

<http://lexvo.org/id/char/2D08> a lvont:Character ;
    lvont:represents "ⴈ"^^xsd:string ;
    rdfs:comment "GEORGIAN SMALL LETTER IN"@en .

<http://lexvo.org/id/char/2D09> a lvont:Character ;
    lvont:represents "ⴉ"^^xsd:string ;
    rdfs:comment "GEORGIAN SMALL LETTER KAN"@en .

<http://lexvo.org/id/char/2D0A> a lvont:Character ;
    lvont:represents "ⴊ"^^xsd:string ;
    rdfs:comment "GEORGIAN SMALL LETTER LAS"@en .

<http://lexvo.org/id/char/2D0B> a lvont:Character ;
    lvont:represents "ⴋ"^^xsd:string ;
    rdfs:comment "GEORGIAN SMALL LETTER MAN"@en .

<http://lexvo.org/id/char/2D0C> a lvont:Character ;
    lvont:represents "ⴌ"^^xsd:string ;
    rdfs:comment "GEORGIAN SMALL LETTER NAR"@en .

<http://lexvo.org/id/char/2D0D> a lvont:Character ;
    lvont:represents "ⴍ"^^xsd:string ;
    rdfs:comment "GEORGIAN SMALL LETTER ON"@en .

<http://lexvo.org/id/char/2D0E> a lvont:Character ;
    lvont:represents "ⴎ"^^xsd:string ;
    rdfs:comment "GEORGIAN SMALL LETTER PAR"@en .

<http://lexvo.org/id/char/2D0F> a lvont:Character ;
    lvont:represents "ⴏ"^^xsd:string ;
    rdfs:comment "GEORGIAN SMALL LETTER ZHAR"@en .

<http://lexvo.org/id/char/2D10> a lvont:Character ;
    lvont:represents "ⴐ"^^xsd:string ;
    rdfs:comment "GEORGIAN SMALL LETTER RAE"@en .

<http://lexvo.org/id/char/2D11> a lvont:Character ;
    lvont:represents "ⴑ"^^xsd:string ;
    rdfs:comment "GEORGIAN SMALL LETTER SAN"@en .

<http://lexvo.org/id/char/2D12> a lvont:Character ;
    lvont:represents "ⴒ"^^xsd:string ;
    rdfs:comment "GEORGIAN SMALL LETTER TAR"@en .

<http://lexvo.org/id/char/2D13> a lvont:Character ;
    lvont:represents "ⴓ"^^xsd:string ;
    rdfs:comment "GEORGIAN SMALL LETTER UN"@en .

<http://lexvo.org/id/char/2D14> a lvont:Character ;
    lvont:represents "ⴔ"^^xsd:string ;
    rdfs:comment "GEORGIAN SMALL LETTER PHAR"@en .

<http://lexvo.org/id/char/2D15> a lvont:Character ;
    lvont:represents "ⴕ"^^xsd:string ;
    rdfs:comment "GEORGIAN SMALL LETTER KHAR"@en .

<http://lexvo.org/id/char/2D16> a lvont:Character ;
    lvont:represents "ⴖ"^^xsd:string ;
    rdfs:comment "GEORGIAN SMALL LETTER GHAN"@en .

<http://lexvo.org/id/char/2D17> a lvont:Character ;
    lvont:represents "ⴗ"^^xsd:string ;
    rdfs:comment "GEORGIAN SMALL LETTER QAR"@en .

<http://lexvo.org/id/char/2D18> a lvont:Character ;
    lvont:represents "ⴘ"^^xsd:string ;
    rdfs:comment "GEORGIAN SMALL LETTER SHIN"@en .

<http://lexvo.org/id/char/2D19> a lvont:Character ;
    lvont:represents "ⴙ"^^xsd:string ;
    rdfs:comment "GEORGIAN SMALL LETTER CHIN"@en .

<http://lexvo.org/id/char/2D1A> a lvont:Character ;
    lvont:represents "ⴚ"^^xsd:string ;
    rdfs:comment "GEORGIAN SMALL LETTER CAN"@en .

<http://lexvo.org/id/char/2D1B> a lvont:Character ;
    lvont:represents "ⴛ"^^xsd:string ;
    rdfs:comment "GEORGIAN SMALL LETTER JIL"@en .

<http://lexvo.org/id/char/2D1C> a lvont:Character ;
    lvont:represents "ⴜ"^^xsd:string ;
    rdfs:comment "GEORGIAN SMALL LETTER CIL"@en .

<http://lexvo.org/id/char/2D1D> a lvont:Character ;
    lvont:represents "ⴝ"^^xsd:string ;
    rdfs:comment "GEORGIAN SMALL LETTER CHAR"@en .

<http://lexvo.org/id/char/2D1E> a lvont:Character ;
    lvont:represents "ⴞ"^^xsd:string ;
    rdfs:comment "GEORGIAN SMALL LETTER XAN"@en .

<http://lexvo.org/id/char/2D1F> a lvont:Character ;
    lvont:represents "ⴟ"^^xsd:string ;
    rdfs:comment "GEORGIAN SMALL LETTER JHAN"@en .

<http://lexvo.org/id/char/2D20> a lvont:Character ;
    lvont:represents "ⴠ"^^xsd:string ;
    rdfs:comment "GEORGIAN SMALL LETTER HAE"@en .

<http://lexvo.org/id/char/2D21> a lvont:Character ;
    lvont:represents "ⴡ"^^xsd:string ;
    rdfs:comment "GEORGIAN SMALL LETTER HE"@en .

<http://lexvo.org/id/char/2D22> a lvont:Character ;
    lvont:represents "ⴢ"^^xsd:string ;
    rdfs:comment "GEORGIAN SMALL LETTER HIE"@en .

<http://lexvo.org/id/char/2D23> a lvont:Character ;
    lvont:represents "ⴣ"^^xsd:string ;
    rdfs:comment "GEORGIAN SMALL LETTER WE"@en .

<http://lexvo.org/id/char/2D24> a lvont:Character ;
    lvont:represents "ⴤ"^^xsd:string ;
    rdfs:comment "GEORGIAN SMALL LETTER HAR"@en .

<http://lexvo.org/id/char/2D25> a lvont:Character ;
    lvont:represents "ⴥ"^^xsd:string ;
    rdfs:comment "GEORGIAN SMALL LETTER HOE"@en .

<http://lexvo.org/id/char/2D27> a lvont:Character ;
    lvont:represents "ⴧ"^^xsd:string ;
    rdfs:comment "GEORGIAN SMALL LETTER YN"@en .

<http://lexvo.org/id/char/2D2D> a lvont:Character ;
    lvont:represents "ⴭ"^^xsd:string ;
    rdfs:comment "GEORGIAN SMALL LETTER AEN"@en .

<http://lexvo.org/id/char/2D30> a lvont:Character ;
    lvont:represents "ⴰ"^^xsd:string ;
    rdfs:comment "TIFINAGH LETTER YA"@en .

<http://lexvo.org/id/char/2D31> a lvont:Character ;
    lvont:represents "ⴱ"^^xsd:string ;
    rdfs:comment "TIFINAGH LETTER YAB"@en .

<http://lexvo.org/id/char/2D32> a lvont:Character ;
    lvont:represents "ⴲ"^^xsd:string ;
    rdfs:comment "TIFINAGH LETTER YABH"@en .

<http://lexvo.org/id/char/2D33> a lvont:Character ;
    lvont:represents "ⴳ"^^xsd:string ;
    rdfs:comment "TIFINAGH LETTER YAG"@en .

<http://lexvo.org/id/char/2D34> a lvont:Character ;
    lvont:represents "ⴴ"^^xsd:string ;
    rdfs:comment "TIFINAGH LETTER YAGHH"@en .

<http://lexvo.org/id/char/2D35> a lvont:Character ;
    lvont:represents "ⴵ"^^xsd:string ;
    rdfs:comment "TIFINAGH LETTER BERBER ACADEMY YAJ"@en .

<http://lexvo.org/id/char/2D36> a lvont:Character ;
    lvont:represents "ⴶ"^^xsd:string ;
    rdfs:comment "TIFINAGH LETTER YAJ"@en .

<http://lexvo.org/id/char/2D37> a lvont:Character ;
    lvont:represents "ⴷ"^^xsd:string ;
    rdfs:comment "TIFINAGH LETTER YAD"@en .

<http://lexvo.org/id/char/2D38> a lvont:Character ;
    lvont:represents "ⴸ"^^xsd:string ;
    rdfs:comment "TIFINAGH LETTER YADH"@en .

<http://lexvo.org/id/char/2D39> a lvont:Character ;
    lvont:represents "ⴹ"^^xsd:string ;
    rdfs:comment "TIFINAGH LETTER YADD"@en .

<http://lexvo.org/id/char/2D3A> a lvont:Character ;
    lvont:represents "ⴺ"^^xsd:string ;
    rdfs:comment "TIFINAGH LETTER YADDH"@en .

<http://lexvo.org/id/char/2D3B> a lvont:Character ;
    lvont:represents "ⴻ"^^xsd:string ;
    rdfs:comment "TIFINAGH LETTER YEY"@en .

<http://lexvo.org/id/char/2D3C> a lvont:Character ;
    lvont:represents "ⴼ"^^xsd:string ;
    rdfs:comment "TIFINAGH LETTER YAF"@en .

<http://lexvo.org/id/char/2D3D> a lvont:Character ;
    lvont:represents "ⴽ"^^xsd:string ;
    rdfs:comment "TIFINAGH LETTER YAK"@en .

<http://lexvo.org/id/char/2D3E> a lvont:Character ;
    lvont:represents "ⴾ"^^xsd:string ;
    rdfs:comment "TIFINAGH LETTER TUAREG YAK"@en .

<http://lexvo.org/id/char/2D3F> a lvont:Character ;
    lvont:represents "ⴿ"^^xsd:string ;
    rdfs:comment "TIFINAGH LETTER YAKHH"@en .

<http://lexvo.org/id/char/2D40> a lvont:Character ;
    lvont:represents "ⵀ"^^xsd:string ;
    rdfs:comment "TIFINAGH LETTER YAH"@en .

<http://lexvo.org/id/char/2D41> a lvont:Character ;
    lvont:represents "ⵁ"^^xsd:string ;
    rdfs:comment "TIFINAGH LETTER BERBER ACADEMY YAH"@en .

<http://lexvo.org/id/char/2D42> a lvont:Character ;
    lvont:represents "ⵂ"^^xsd:string ;
    rdfs:comment "TIFINAGH LETTER TUAREG YAH"@en .

<http://lexvo.org/id/char/2D43> a lvont:Character ;
    lvont:represents "ⵃ"^^xsd:string ;
    rdfs:comment "TIFINAGH LETTER YAHH"@en .

<http://lexvo.org/id/char/2D44> a lvont:Character ;
    lvont:represents "ⵄ"^^xsd:string ;
    rdfs:comment "TIFINAGH LETTER YAA"@en .

<http://lexvo.org/id/char/2D45> a lvont:Character ;
    lvont:represents "ⵅ"^^xsd:string ;
    rdfs:comment "TIFINAGH LETTER YAKH"@en .

<http://lexvo.org/id/char/2D46> a lvont:Character ;
    lvont:represents "ⵆ"^^xsd:string ;
    rdfs:comment "TIFINAGH LETTER TUAREG YAKH"@en .

<http://lexvo.org/id/char/2D47> a lvont:Character ;
    lvont:represents "ⵇ"^^xsd:string ;
    rdfs:comment "TIFINAGH LETTER YAQ"@en .

<http://lexvo.org/id/char/2D48> a lvont:Character ;
    lvont:represents "ⵈ"^^xsd:string ;
    rdfs:comment "TIFINAGH LETTER TUAREG YAQ"@en .

<http://lexvo.org/id/char/2D49> a lvont:Character ;
    lvont:represents "ⵉ"^^xsd:string ;
    rdfs:comment "TIFINAGH LETTER YI"@en .

<http://lexvo.org/id/char/2D4A> a lvont:Character ;
    lvont:represents "ⵊ"^^xsd:string ;
    rdfs:comment "TIFINAGH LETTER YAZH"@en .

<http://lexvo.org/id/char/2D4B> a lvont:Character ;
    lvont:represents "ⵋ"^^xsd:string ;
    rdfs:comment "TIFINAGH LETTER AHAGGAR YAZH"@en .

<http://lexvo.org/id/char/2D4C> a lvont:Character ;
    lvont:represents "ⵌ"^^xsd:string ;
    rdfs:comment "TIFINAGH LETTER TUAREG YAZH"@en .

<http://lexvo.org/id/char/2D4D> a lvont:Character ;
    lvont:represents "ⵍ"^^xsd:string ;
    rdfs:comment "TIFINAGH LETTER YAL"@en .

<http://lexvo.org/id/char/2D4E> a lvont:Character ;
    lvont:represents "ⵎ"^^xsd:string ;
    rdfs:comment "TIFINAGH LETTER YAM"@en .

<http://lexvo.org/id/char/2D4F> a lvont:Character ;
    lvont:represents "ⵏ"^^xsd:string ;
    rdfs:comment "TIFINAGH LETTER YAN"@en .

<http://lexvo.org/id/char/2D50> a lvont:Character ;
    lvont:represents "ⵐ"^^xsd:string ;
    rdfs:comment "TIFINAGH LETTER TUAREG YAGN"@en .

<http://lexvo.org/id/char/2D51> a lvont:Character ;
    lvont:represents "ⵑ"^^xsd:string ;
    rdfs:comment "TIFINAGH LETTER TUAREG YANG"@en .

<http://lexvo.org/id/char/2D52> a lvont:Character ;
    lvont:represents "ⵒ"^^xsd:string ;
    rdfs:comment "TIFINAGH LETTER YAP"@en .

<http://lexvo.org/id/char/2D53> a lvont:Character ;
    lvont:represents "ⵓ"^^xsd:string ;
    rdfs:comment "TIFINAGH LETTER YU"@en .

<http://lexvo.org/id/char/2D54> a lvont:Character ;
    lvont:represents "ⵔ"^^xsd:string ;
    rdfs:comment "TIFINAGH LETTER YAR"@en .

<http://lexvo.org/id/char/2D55> a lvont:Character ;
    lvont:represents "ⵕ"^^xsd:string ;
    rdfs:comment "TIFINAGH LETTER YARR"@en .

<http://lexvo.org/id/char/2D56> a lvont:Character ;
    lvont:represents "ⵖ"^^xsd:string ;
    rdfs:comment "TIFINAGH LETTER YAGH"@en .

<http://lexvo.org/id/char/2D57> a lvont:Character ;
    lvont:represents "ⵗ"^^xsd:string ;
    rdfs:comment "TIFINAGH LETTER TUAREG YAGH"@en .

<http://lexvo.org/id/char/2D58> a lvont:Character ;
    lvont:represents "ⵘ"^^xsd:string ;
    rdfs:comment "TIFINAGH LETTER AYER YAGH"@en .

<http://lexvo.org/id/char/2D59> a lvont:Character ;
    lvont:represents "ⵙ"^^xsd:string ;
    rdfs:comment "TIFINAGH LETTER YAS"@en .

<http://lexvo.org/id/char/2D5A> a lvont:Character ;
    lvont:represents "ⵚ"^^xsd:string ;
    rdfs:comment "TIFINAGH LETTER YASS"@en .

<http://lexvo.org/id/char/2D5B> a lvont:Character ;
    lvont:represents "ⵛ"^^xsd:string ;
    rdfs:comment "TIFINAGH LETTER YASH"@en .

<http://lexvo.org/id/char/2D5C> a lvont:Character ;
    lvont:represents "ⵜ"^^xsd:string ;
    rdfs:comment "TIFINAGH LETTER YAT"@en .

<http://lexvo.org/id/char/2D5D> a lvont:Character ;
    lvont:represents "ⵝ"^^xsd:string ;
    rdfs:comment "TIFINAGH LETTER YATH"@en .

<http://lexvo.org/id/char/2D5E> a lvont:Character ;
    lvont:represents "ⵞ"^^xsd:string ;
    rdfs:comment "TIFINAGH LETTER YACH"@en .

<http://lexvo.org/id/char/2D5F> a lvont:Character ;
    lvont:represents "ⵟ"^^xsd:string ;
    rdfs:comment "TIFINAGH LETTER YATT"@en .

<http://lexvo.org/id/char/2D60> a lvont:Character ;
    lvont:represents "ⵠ"^^xsd:string ;
    rdfs:comment "TIFINAGH LETTER YAV"@en .

<http://lexvo.org/id/char/2D61> a lvont:Character ;
    lvont:represents "ⵡ"^^xsd:string ;
    rdfs:comment "TIFINAGH LETTER YAW"@en .

<http://lexvo.org/id/char/2D62> a lvont:Character ;
    lvont:represents "ⵢ"^^xsd:string ;
    rdfs:comment "TIFINAGH LETTER YAY"@en .

<http://lexvo.org/id/char/2D63> a lvont:Character ;
    lvont:represents "ⵣ"^^xsd:string ;
    rdfs:comment "TIFINAGH LETTER YAZ"@en .

<http://lexvo.org/id/char/2D64> a lvont:Character ;
    lvont:represents "ⵤ"^^xsd:string ;
    rdfs:comment "TIFINAGH LETTER TAWELLEMET YAZ"@en .

<http://lexvo.org/id/char/2D65> a lvont:Character ;
    lvont:represents "ⵥ"^^xsd:string ;
    rdfs:comment "TIFINAGH LETTER YAZZ"@en .

<http://lexvo.org/id/char/2D66> a lvont:Character ;
    lvont:represents "ⵦ"^^xsd:string ;
    rdfs:comment "TIFINAGH LETTER YE"@en .

<http://lexvo.org/id/char/2D67> a lvont:Character ;
    lvont:represents "ⵧ"^^xsd:string ;
    rdfs:comment "TIFINAGH LETTER YO"@en .

<http://lexvo.org/id/char/2D6F> a lvont:Character ;
    lvont:represents "ⵯ"^^xsd:string ;
    rdfs:comment "TIFINAGH MODIFIER LETTER LABIALIZATION MARK"@en .

<http://lexvo.org/id/char/2D70> a lvont:Character ;
    lvont:represents "⵰"^^xsd:string ;
    rdfs:comment "TIFINAGH SEPARATOR MARK"@en .

<http://lexvo.org/id/char/2D7F> a lvont:Character ;
    lvont:represents "⵿"^^xsd:string ;
    rdfs:comment "TIFINAGH CONSONANT JOINER"@en .

<http://lexvo.org/id/char/2D80> a lvont:Character ;
    lvont:represents "ⶀ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE LOA"@en .

<http://lexvo.org/id/char/2D81> a lvont:Character ;
    lvont:represents "ⶁ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE MOA"@en .

<http://lexvo.org/id/char/2D82> a lvont:Character ;
    lvont:represents "ⶂ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE ROA"@en .

<http://lexvo.org/id/char/2D83> a lvont:Character ;
    lvont:represents "ⶃ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE SOA"@en .

<http://lexvo.org/id/char/2D84> a lvont:Character ;
    lvont:represents "ⶄ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE SHOA"@en .

<http://lexvo.org/id/char/2D85> a lvont:Character ;
    lvont:represents "ⶅ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE BOA"@en .

<http://lexvo.org/id/char/2D86> a lvont:Character ;
    lvont:represents "ⶆ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE TOA"@en .

<http://lexvo.org/id/char/2D87> a lvont:Character ;
    lvont:represents "ⶇ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE COA"@en .

<http://lexvo.org/id/char/2D88> a lvont:Character ;
    lvont:represents "ⶈ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE NOA"@en .

<http://lexvo.org/id/char/2D89> a lvont:Character ;
    lvont:represents "ⶉ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE NYOA"@en .

<http://lexvo.org/id/char/2D8A> a lvont:Character ;
    lvont:represents "ⶊ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE GLOTTAL OA"@en .

<http://lexvo.org/id/char/2D8B> a lvont:Character ;
    lvont:represents "ⶋ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE ZOA"@en .

<http://lexvo.org/id/char/2D8C> a lvont:Character ;
    lvont:represents "ⶌ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE DOA"@en .

<http://lexvo.org/id/char/2D8D> a lvont:Character ;
    lvont:represents "ⶍ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE DDOA"@en .

<http://lexvo.org/id/char/2D8E> a lvont:Character ;
    lvont:represents "ⶎ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE JOA"@en .

<http://lexvo.org/id/char/2D8F> a lvont:Character ;
    lvont:represents "ⶏ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE THOA"@en .

<http://lexvo.org/id/char/2D90> a lvont:Character ;
    lvont:represents "ⶐ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE CHOA"@en .

<http://lexvo.org/id/char/2D91> a lvont:Character ;
    lvont:represents "ⶑ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE PHOA"@en .

<http://lexvo.org/id/char/2D92> a lvont:Character ;
    lvont:represents "ⶒ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE POA"@en .

<http://lexvo.org/id/char/2D93> a lvont:Character ;
    lvont:represents "ⶓ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE GGWA"@en .

<http://lexvo.org/id/char/2D94> a lvont:Character ;
    lvont:represents "ⶔ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE GGWI"@en .

<http://lexvo.org/id/char/2D95> a lvont:Character ;
    lvont:represents "ⶕ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE GGWEE"@en .

<http://lexvo.org/id/char/2D96> a lvont:Character ;
    lvont:represents "ⶖ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE GGWE"@en .

<http://lexvo.org/id/char/2DA0> a lvont:Character ;
    lvont:represents "ⶠ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE SSA"@en .

<http://lexvo.org/id/char/2DA1> a lvont:Character ;
    lvont:represents "ⶡ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE SSU"@en .

<http://lexvo.org/id/char/2DA2> a lvont:Character ;
    lvont:represents "ⶢ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE SSI"@en .

<http://lexvo.org/id/char/2DA3> a lvont:Character ;
    lvont:represents "ⶣ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE SSAA"@en .

<http://lexvo.org/id/char/2DA4> a lvont:Character ;
    lvont:represents "ⶤ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE SSEE"@en .

<http://lexvo.org/id/char/2DA5> a lvont:Character ;
    lvont:represents "ⶥ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE SSE"@en .

<http://lexvo.org/id/char/2DA6> a lvont:Character ;
    lvont:represents "ⶦ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE SSO"@en .

<http://lexvo.org/id/char/2DA8> a lvont:Character ;
    lvont:represents "ⶨ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE CCA"@en .

<http://lexvo.org/id/char/2DA9> a lvont:Character ;
    lvont:represents "ⶩ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE CCU"@en .

<http://lexvo.org/id/char/2DAA> a lvont:Character ;
    lvont:represents "ⶪ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE CCI"@en .

<http://lexvo.org/id/char/2DAB> a lvont:Character ;
    lvont:represents "ⶫ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE CCAA"@en .

<http://lexvo.org/id/char/2DAC> a lvont:Character ;
    lvont:represents "ⶬ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE CCEE"@en .

<http://lexvo.org/id/char/2DAD> a lvont:Character ;
    lvont:represents "ⶭ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE CCE"@en .

<http://lexvo.org/id/char/2DAE> a lvont:Character ;
    lvont:represents "ⶮ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE CCO"@en .

<http://lexvo.org/id/char/2DB0> a lvont:Character ;
    lvont:represents "ⶰ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE ZZA"@en .

<http://lexvo.org/id/char/2DB1> a lvont:Character ;
    lvont:represents "ⶱ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE ZZU"@en .

<http://lexvo.org/id/char/2DB2> a lvont:Character ;
    lvont:represents "ⶲ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE ZZI"@en .

<http://lexvo.org/id/char/2DB3> a lvont:Character ;
    lvont:represents "ⶳ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE ZZAA"@en .

<http://lexvo.org/id/char/2DB4> a lvont:Character ;
    lvont:represents "ⶴ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE ZZEE"@en .

<http://lexvo.org/id/char/2DB5> a lvont:Character ;
    lvont:represents "ⶵ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE ZZE"@en .

<http://lexvo.org/id/char/2DB6> a lvont:Character ;
    lvont:represents "ⶶ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE ZZO"@en .

<http://lexvo.org/id/char/2DB8> a lvont:Character ;
    lvont:represents "ⶸ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE CCHA"@en .

<http://lexvo.org/id/char/2DB9> a lvont:Character ;
    lvont:represents "ⶹ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE CCHU"@en .

<http://lexvo.org/id/char/2DBA> a lvont:Character ;
    lvont:represents "ⶺ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE CCHI"@en .

<http://lexvo.org/id/char/2DBB> a lvont:Character ;
    lvont:represents "ⶻ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE CCHAA"@en .

<http://lexvo.org/id/char/2DBC> a lvont:Character ;
    lvont:represents "ⶼ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE CCHEE"@en .

<http://lexvo.org/id/char/2DBD> a lvont:Character ;
    lvont:represents "ⶽ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE CCHE"@en .

<http://lexvo.org/id/char/2DBE> a lvont:Character ;
    lvont:represents "ⶾ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE CCHO"@en .

<http://lexvo.org/id/char/2DC0> a lvont:Character ;
    lvont:represents "ⷀ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE QYA"@en .

<http://lexvo.org/id/char/2DC1> a lvont:Character ;
    lvont:represents "ⷁ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE QYU"@en .

<http://lexvo.org/id/char/2DC2> a lvont:Character ;
    lvont:represents "ⷂ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE QYI"@en .

<http://lexvo.org/id/char/2DC3> a lvont:Character ;
    lvont:represents "ⷃ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE QYAA"@en .

<http://lexvo.org/id/char/2DC4> a lvont:Character ;
    lvont:represents "ⷄ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE QYEE"@en .

<http://lexvo.org/id/char/2DC5> a lvont:Character ;
    lvont:represents "ⷅ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE QYE"@en .

<http://lexvo.org/id/char/2DC6> a lvont:Character ;
    lvont:represents "ⷆ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE QYO"@en .

<http://lexvo.org/id/char/2DC8> a lvont:Character ;
    lvont:represents "ⷈ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE KYA"@en .

<http://lexvo.org/id/char/2DC9> a lvont:Character ;
    lvont:represents "ⷉ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE KYU"@en .

<http://lexvo.org/id/char/2DCA> a lvont:Character ;
    lvont:represents "ⷊ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE KYI"@en .

<http://lexvo.org/id/char/2DCB> a lvont:Character ;
    lvont:represents "ⷋ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE KYAA"@en .

<http://lexvo.org/id/char/2DCC> a lvont:Character ;
    lvont:represents "ⷌ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE KYEE"@en .

<http://lexvo.org/id/char/2DCD> a lvont:Character ;
    lvont:represents "ⷍ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE KYE"@en .

<http://lexvo.org/id/char/2DCE> a lvont:Character ;
    lvont:represents "ⷎ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE KYO"@en .

<http://lexvo.org/id/char/2DD0> a lvont:Character ;
    lvont:represents "ⷐ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE XYA"@en .

<http://lexvo.org/id/char/2DD1> a lvont:Character ;
    lvont:represents "ⷑ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE XYU"@en .

<http://lexvo.org/id/char/2DD2> a lvont:Character ;
    lvont:represents "ⷒ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE XYI"@en .

<http://lexvo.org/id/char/2DD3> a lvont:Character ;
    lvont:represents "ⷓ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE XYAA"@en .

<http://lexvo.org/id/char/2DD4> a lvont:Character ;
    lvont:represents "ⷔ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE XYEE"@en .

<http://lexvo.org/id/char/2DD5> a lvont:Character ;
    lvont:represents "ⷕ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE XYE"@en .

<http://lexvo.org/id/char/2DD6> a lvont:Character ;
    lvont:represents "ⷖ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE XYO"@en .

<http://lexvo.org/id/char/2DD8> a lvont:Character ;
    lvont:represents "ⷘ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE GYA"@en .

<http://lexvo.org/id/char/2DD9> a lvont:Character ;
    lvont:represents "ⷙ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE GYU"@en .

<http://lexvo.org/id/char/2DDA> a lvont:Character ;
    lvont:represents "ⷚ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE GYI"@en .

<http://lexvo.org/id/char/2DDB> a lvont:Character ;
    lvont:represents "ⷛ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE GYAA"@en .

<http://lexvo.org/id/char/2DDC> a lvont:Character ;
    lvont:represents "ⷜ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE GYEE"@en .

<http://lexvo.org/id/char/2DDD> a lvont:Character ;
    lvont:represents "ⷝ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE GYE"@en .

<http://lexvo.org/id/char/2DDE> a lvont:Character ;
    lvont:represents "ⷞ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE GYO"@en .

<http://lexvo.org/id/char/2DE0> a lvont:Character ;
    lvont:represents "ⷠ"^^xsd:string ;
    rdfs:comment "COMBINING CYRILLIC LETTER BE"@en .

<http://lexvo.org/id/char/2DE1> a lvont:Character ;
    lvont:represents "ⷡ"^^xsd:string ;
    rdfs:comment "COMBINING CYRILLIC LETTER VE"@en .

<http://lexvo.org/id/char/2DE2> a lvont:Character ;
    lvont:represents "ⷢ"^^xsd:string ;
    rdfs:comment "COMBINING CYRILLIC LETTER GHE"@en .

<http://lexvo.org/id/char/2DE3> a lvont:Character ;
    lvont:represents "ⷣ"^^xsd:string ;
    rdfs:comment "COMBINING CYRILLIC LETTER DE"@en .

<http://lexvo.org/id/char/2DE4> a lvont:Character ;
    lvont:represents "ⷤ"^^xsd:string ;
    rdfs:comment "COMBINING CYRILLIC LETTER ZHE"@en .

<http://lexvo.org/id/char/2DE5> a lvont:Character ;
    lvont:represents "ⷥ"^^xsd:string ;
    rdfs:comment "COMBINING CYRILLIC LETTER ZE"@en .

<http://lexvo.org/id/char/2DE6> a lvont:Character ;
    lvont:represents "ⷦ"^^xsd:string ;
    rdfs:comment "COMBINING CYRILLIC LETTER KA"@en .

<http://lexvo.org/id/char/2DE7> a lvont:Character ;
    lvont:represents "ⷧ"^^xsd:string ;
    rdfs:comment "COMBINING CYRILLIC LETTER EL"@en .

<http://lexvo.org/id/char/2DE8> a lvont:Character ;
    lvont:represents "ⷨ"^^xsd:string ;
    rdfs:comment "COMBINING CYRILLIC LETTER EM"@en .

<http://lexvo.org/id/char/2DE9> a lvont:Character ;
    lvont:represents "ⷩ"^^xsd:string ;
    rdfs:comment "COMBINING CYRILLIC LETTER EN"@en .

<http://lexvo.org/id/char/2DEA> a lvont:Character ;
    lvont:represents "ⷪ"^^xsd:string ;
    rdfs:comment "COMBINING CYRILLIC LETTER O"@en .

<http://lexvo.org/id/char/2DEB> a lvont:Character ;
    lvont:represents "ⷫ"^^xsd:string ;
    rdfs:comment "COMBINING CYRILLIC LETTER PE"@en .

<http://lexvo.org/id/char/2DEC> a lvont:Character ;
    lvont:represents "ⷬ"^^xsd:string ;
    rdfs:comment "COMBINING CYRILLIC LETTER ER"@en .

<http://lexvo.org/id/char/2DED> a lvont:Character ;
    lvont:represents "ⷭ"^^xsd:string ;
    rdfs:comment "COMBINING CYRILLIC LETTER ES"@en .

<http://lexvo.org/id/char/2DEE> a lvont:Character ;
    lvont:represents "ⷮ"^^xsd:string ;
    rdfs:comment "COMBINING CYRILLIC LETTER TE"@en .

<http://lexvo.org/id/char/2DEF> a lvont:Character ;
    lvont:represents "ⷯ"^^xsd:string ;
    rdfs:comment "COMBINING CYRILLIC LETTER HA"@en .

<http://lexvo.org/id/char/2DF0> a lvont:Character ;
    lvont:represents "ⷰ"^^xsd:string ;
    rdfs:comment "COMBINING CYRILLIC LETTER TSE"@en .

<http://lexvo.org/id/char/2DF1> a lvont:Character ;
    lvont:represents "ⷱ"^^xsd:string ;
    rdfs:comment "COMBINING CYRILLIC LETTER CHE"@en .

<http://lexvo.org/id/char/2DF2> a lvont:Character ;
    lvont:represents "ⷲ"^^xsd:string ;
    rdfs:comment "COMBINING CYRILLIC LETTER SHA"@en .

<http://lexvo.org/id/char/2DF3> a lvont:Character ;
    lvont:represents "ⷳ"^^xsd:string ;
    rdfs:comment "COMBINING CYRILLIC LETTER SHCHA"@en .

<http://lexvo.org/id/char/2DF4> a lvont:Character ;
    lvont:represents "ⷴ"^^xsd:string ;
    rdfs:comment "COMBINING CYRILLIC LETTER FITA"@en .

<http://lexvo.org/id/char/2DF5> a lvont:Character ;
    lvont:represents "ⷵ"^^xsd:string ;
    rdfs:comment "COMBINING CYRILLIC LETTER ES-TE"@en .

<http://lexvo.org/id/char/2DF6> a lvont:Character ;
    lvont:represents "ⷶ"^^xsd:string ;
    rdfs:comment "COMBINING CYRILLIC LETTER A"@en .

<http://lexvo.org/id/char/2DF7> a lvont:Character ;
    lvont:represents "ⷷ"^^xsd:string ;
    rdfs:comment "COMBINING CYRILLIC LETTER IE"@en .

<http://lexvo.org/id/char/2DF8> a lvont:Character ;
    lvont:represents "ⷸ"^^xsd:string ;
    rdfs:comment "COMBINING CYRILLIC LETTER DJERV"@en .

<http://lexvo.org/id/char/2DF9> a lvont:Character ;
    lvont:represents "ⷹ"^^xsd:string ;
    rdfs:comment "COMBINING CYRILLIC LETTER MONOGRAPH UK"@en .

<http://lexvo.org/id/char/2DFA> a lvont:Character ;
    lvont:represents "ⷺ"^^xsd:string ;
    rdfs:comment "COMBINING CYRILLIC LETTER YAT"@en .

<http://lexvo.org/id/char/2DFB> a lvont:Character ;
    lvont:represents "ⷻ"^^xsd:string ;
    rdfs:comment "COMBINING CYRILLIC LETTER YU"@en .

<http://lexvo.org/id/char/2DFC> a lvont:Character ;
    lvont:represents "ⷼ"^^xsd:string ;
    rdfs:comment "COMBINING CYRILLIC LETTER IOTIFIED A"@en .

<http://lexvo.org/id/char/2DFD> a lvont:Character ;
    lvont:represents "ⷽ"^^xsd:string ;
    rdfs:comment "COMBINING CYRILLIC LETTER LITTLE YUS"@en .

<http://lexvo.org/id/char/2DFE> a lvont:Character ;
    lvont:represents "ⷾ"^^xsd:string ;
    rdfs:comment "COMBINING CYRILLIC LETTER BIG YUS"@en .

<http://lexvo.org/id/char/2DFF> a lvont:Character ;
    lvont:represents "ⷿ"^^xsd:string ;
    rdfs:comment "COMBINING CYRILLIC LETTER IOTIFIED BIG YUS"@en .

<http://lexvo.org/id/char/2E00> a lvont:Character ;
    lvont:represents "⸀"^^xsd:string ;
    rdfs:comment "RIGHT ANGLE SUBSTITUTION MARKER"@en .

<http://lexvo.org/id/char/2E01> a lvont:Character ;
    lvont:represents "⸁"^^xsd:string ;
    rdfs:comment "RIGHT ANGLE DOTTED SUBSTITUTION MARKER"@en .

<http://lexvo.org/id/char/2E02> a lvont:Character ;
    lvont:represents "⸂"^^xsd:string ;
    rdfs:comment "LEFT SUBSTITUTION BRACKET"@en .

<http://lexvo.org/id/char/2E03> a lvont:Character ;
    lvont:represents "⸃"^^xsd:string ;
    rdfs:comment "RIGHT SUBSTITUTION BRACKET"@en .

<http://lexvo.org/id/char/2E04> a lvont:Character ;
    lvont:represents "⸄"^^xsd:string ;
    rdfs:comment "LEFT DOTTED SUBSTITUTION BRACKET"@en .

<http://lexvo.org/id/char/2E05> a lvont:Character ;
    lvont:represents "⸅"^^xsd:string ;
    rdfs:comment "RIGHT DOTTED SUBSTITUTION BRACKET"@en .

<http://lexvo.org/id/char/2E06> a lvont:Character ;
    lvont:represents "⸆"^^xsd:string ;
    rdfs:comment "RAISED INTERPOLATION MARKER"@en .

<http://lexvo.org/id/char/2E07> a lvont:Character ;
    lvont:represents "⸇"^^xsd:string ;
    rdfs:comment "RAISED DOTTED INTERPOLATION MARKER"@en .

<http://lexvo.org/id/char/2E08> a lvont:Character ;
    lvont:represents "⸈"^^xsd:string ;
    rdfs:comment "DOTTED TRANSPOSITION MARKER"@en .

<http://lexvo.org/id/char/2E09> a lvont:Character ;
    lvont:represents "⸉"^^xsd:string ;
    rdfs:comment "LEFT TRANSPOSITION BRACKET"@en .

<http://lexvo.org/id/char/2E0A> a lvont:Character ;
    lvont:represents "⸊"^^xsd:string ;
    rdfs:comment "RIGHT TRANSPOSITION BRACKET"@en .

<http://lexvo.org/id/char/2E0B> a lvont:Character ;
    lvont:represents "⸋"^^xsd:string ;
    rdfs:comment "RAISED SQUARE"@en .

<http://lexvo.org/id/char/2E0C> a lvont:Character ;
    lvont:represents "⸌"^^xsd:string ;
    rdfs:comment "LEFT RAISED OMISSION BRACKET"@en .

<http://lexvo.org/id/char/2E0D> a lvont:Character ;
    lvont:represents "⸍"^^xsd:string ;
    rdfs:comment "RIGHT RAISED OMISSION BRACKET"@en .

<http://lexvo.org/id/char/2E0E> a lvont:Character ;
    lvont:represents "⸎"^^xsd:string ;
    rdfs:comment "EDITORIAL CORONIS"@en .

<http://lexvo.org/id/char/2E0F> a lvont:Character ;
    lvont:represents "⸏"^^xsd:string ;
    rdfs:comment "PARAGRAPHOS"@en .

<http://lexvo.org/id/char/2E10> a lvont:Character ;
    lvont:represents "⸐"^^xsd:string ;
    rdfs:comment "FORKED PARAGRAPHOS"@en .

<http://lexvo.org/id/char/2E11> a lvont:Character ;
    lvont:represents "⸑"^^xsd:string ;
    rdfs:comment "REVERSED FORKED PARAGRAPHOS"@en .

<http://lexvo.org/id/char/2E12> a lvont:Character ;
    lvont:represents "⸒"^^xsd:string ;
    rdfs:comment "HYPODIASTOLE"@en .

<http://lexvo.org/id/char/2E13> a lvont:Character ;
    lvont:represents "⸓"^^xsd:string ;
    rdfs:comment "DOTTED OBELOS"@en .

<http://lexvo.org/id/char/2E14> a lvont:Character ;
    lvont:represents "⸔"^^xsd:string ;
    rdfs:comment "DOWNWARDS ANCORA"@en .

<http://lexvo.org/id/char/2E15> a lvont:Character ;
    lvont:represents "⸕"^^xsd:string ;
    rdfs:comment "UPWARDS ANCORA"@en .

<http://lexvo.org/id/char/2E16> a lvont:Character ;
    lvont:represents "⸖"^^xsd:string ;
    rdfs:comment "DOTTED RIGHT-POINTING ANGLE"@en .

<http://lexvo.org/id/char/2E17> a lvont:Character ;
    lvont:represents "⸗"^^xsd:string ;
    rdfs:comment "DOUBLE OBLIQUE HYPHEN"@en .

<http://lexvo.org/id/char/2E18> a lvont:Character ;
    lvont:represents "⸘"^^xsd:string ;
    rdfs:comment "INVERTED INTERROBANG"@en .

<http://lexvo.org/id/char/2E19> a lvont:Character ;
    lvont:represents "⸙"^^xsd:string ;
    rdfs:comment "PALM BRANCH"@en .

<http://lexvo.org/id/char/2E1A> a lvont:Character ;
    lvont:represents "⸚"^^xsd:string ;
    rdfs:comment "HYPHEN WITH DIAERESIS"@en .

<http://lexvo.org/id/char/2E1B> a lvont:Character ;
    lvont:represents "⸛"^^xsd:string ;
    rdfs:comment "TILDE WITH RING ABOVE"@en .

<http://lexvo.org/id/char/2E1C> a lvont:Character ;
    lvont:represents "⸜"^^xsd:string ;
    rdfs:comment "LEFT LOW PARAPHRASE BRACKET"@en .

<http://lexvo.org/id/char/2E1D> a lvont:Character ;
    lvont:represents "⸝"^^xsd:string ;
    rdfs:comment "RIGHT LOW PARAPHRASE BRACKET"@en .

<http://lexvo.org/id/char/2E1E> a lvont:Character ;
    lvont:represents "⸞"^^xsd:string ;
    rdfs:comment "TILDE WITH DOT ABOVE"@en .

<http://lexvo.org/id/char/2E1F> a lvont:Character ;
    lvont:represents "⸟"^^xsd:string ;
    rdfs:comment "TILDE WITH DOT BELOW"@en .

<http://lexvo.org/id/char/2E20> a lvont:Character ;
    lvont:represents "⸠"^^xsd:string ;
    rdfs:comment "LEFT VERTICAL BAR WITH QUILL"@en .

<http://lexvo.org/id/char/2E21> a lvont:Character ;
    lvont:represents "⸡"^^xsd:string ;
    rdfs:comment "RIGHT VERTICAL BAR WITH QUILL"@en .

<http://lexvo.org/id/char/2E22> a lvont:Character ;
    lvont:represents "⸢"^^xsd:string ;
    rdfs:comment "TOP LEFT HALF BRACKET"@en .

<http://lexvo.org/id/char/2E23> a lvont:Character ;
    lvont:represents "⸣"^^xsd:string ;
    rdfs:comment "TOP RIGHT HALF BRACKET"@en .

<http://lexvo.org/id/char/2E24> a lvont:Character ;
    lvont:represents "⸤"^^xsd:string ;
    rdfs:comment "BOTTOM LEFT HALF BRACKET"@en .

<http://lexvo.org/id/char/2E25> a lvont:Character ;
    lvont:represents "⸥"^^xsd:string ;
    rdfs:comment "BOTTOM RIGHT HALF BRACKET"@en .

<http://lexvo.org/id/char/2E26> a lvont:Character ;
    lvont:represents "⸦"^^xsd:string ;
    rdfs:comment "LEFT SIDEWAYS U BRACKET"@en .

<http://lexvo.org/id/char/2E27> a lvont:Character ;
    lvont:represents "⸧"^^xsd:string ;
    rdfs:comment "RIGHT SIDEWAYS U BRACKET"@en .

<http://lexvo.org/id/char/2E28> a lvont:Character ;
    lvont:represents "⸨"^^xsd:string ;
    rdfs:comment "LEFT DOUBLE PARENTHESIS"@en .

<http://lexvo.org/id/char/2E29> a lvont:Character ;
    lvont:represents "⸩"^^xsd:string ;
    rdfs:comment "RIGHT DOUBLE PARENTHESIS"@en .

<http://lexvo.org/id/char/2E2A> a lvont:Character ;
    lvont:represents "⸪"^^xsd:string ;
    rdfs:comment "TWO DOTS OVER ONE DOT PUNCTUATION"@en .

<http://lexvo.org/id/char/2E2B> a lvont:Character ;
    lvont:represents "⸫"^^xsd:string ;
    rdfs:comment "ONE DOT OVER TWO DOTS PUNCTUATION"@en .

<http://lexvo.org/id/char/2E2C> a lvont:Character ;
    lvont:represents "⸬"^^xsd:string ;
    rdfs:comment "SQUARED FOUR DOT PUNCTUATION"@en .

<http://lexvo.org/id/char/2E2D> a lvont:Character ;
    lvont:represents "⸭"^^xsd:string ;
    rdfs:comment "FIVE DOT MARK"@en .

<http://lexvo.org/id/char/2E2E> a lvont:Character ;
    lvont:represents "⸮"^^xsd:string ;
    rdfs:comment "REVERSED QUESTION MARK"@en .

<http://lexvo.org/id/char/2E2F> a lvont:Character ;
    lvont:represents "ⸯ"^^xsd:string ;
    rdfs:comment "VERTICAL TILDE"@en .

<http://lexvo.org/id/char/2E30> a lvont:Character ;
    lvont:represents "⸰"^^xsd:string ;
    rdfs:comment "RING POINT"@en .

<http://lexvo.org/id/char/2E31> a lvont:Character ;
    lvont:represents "⸱"^^xsd:string ;
    rdfs:comment "WORD SEPARATOR MIDDLE DOT"@en .

<http://lexvo.org/id/char/2E32> a lvont:Character ;
    lvont:represents "⸲"^^xsd:string ;
    rdfs:comment "TURNED COMMA"@en .

<http://lexvo.org/id/char/2E33> a lvont:Character ;
    lvont:represents "⸳"^^xsd:string ;
    rdfs:comment "RAISED DOT"@en .

<http://lexvo.org/id/char/2E34> a lvont:Character ;
    lvont:represents "⸴"^^xsd:string ;
    rdfs:comment "RAISED COMMA"@en .

<http://lexvo.org/id/char/2E35> a lvont:Character ;
    lvont:represents "⸵"^^xsd:string ;
    rdfs:comment "TURNED SEMICOLON"@en .

<http://lexvo.org/id/char/2E36> a lvont:Character ;
    lvont:represents "⸶"^^xsd:string ;
    rdfs:comment "DAGGER WITH LEFT GUARD"@en .

<http://lexvo.org/id/char/2E37> a lvont:Character ;
    lvont:represents "⸷"^^xsd:string ;
    rdfs:comment "DAGGER WITH RIGHT GUARD"@en .

<http://lexvo.org/id/char/2E38> a lvont:Character ;
    lvont:represents "⸸"^^xsd:string ;
    rdfs:comment "TURNED DAGGER"@en .

<http://lexvo.org/id/char/2E39> a lvont:Character ;
    lvont:represents "⸹"^^xsd:string ;
    rdfs:comment "TOP HALF SECTION SIGN"@en .

<http://lexvo.org/id/char/2E3A> a lvont:Character ;
    lvont:represents "⸺"^^xsd:string ;
    rdfs:comment "TWO-EM DASH"@en .

<http://lexvo.org/id/char/2E3B> a lvont:Character ;
    lvont:represents "⸻"^^xsd:string ;
    rdfs:comment "THREE-EM DASH"@en .

<http://lexvo.org/id/char/2E80> a lvont:Character ;
    lvont:represents "⺀"^^xsd:string ;
    rdfs:comment "CJK RADICAL REPEAT"@en .

<http://lexvo.org/id/char/2E81> a lvont:Character ;
    lvont:represents "⺁"^^xsd:string ;
    rdfs:comment "CJK RADICAL CLIFF"@en .

<http://lexvo.org/id/char/2E82> a lvont:Character ;
    lvont:represents "⺂"^^xsd:string ;
    rdfs:comment "CJK RADICAL SECOND ONE"@en .

<http://lexvo.org/id/char/2E83> a lvont:Character ;
    lvont:represents "⺃"^^xsd:string ;
    rdfs:comment "CJK RADICAL SECOND TWO"@en .

<http://lexvo.org/id/char/2E84> a lvont:Character ;
    lvont:represents "⺄"^^xsd:string ;
    rdfs:comment "CJK RADICAL SECOND THREE"@en .

<http://lexvo.org/id/char/2E85> a lvont:Character ;
    lvont:represents "⺅"^^xsd:string ;
    rdfs:comment "CJK RADICAL PERSON"@en .

<http://lexvo.org/id/char/2E86> a lvont:Character ;
    lvont:represents "⺆"^^xsd:string ;
    rdfs:comment "CJK RADICAL BOX"@en .

<http://lexvo.org/id/char/2E87> a lvont:Character ;
    lvont:represents "⺇"^^xsd:string ;
    rdfs:comment "CJK RADICAL TABLE"@en .

<http://lexvo.org/id/char/2E88> a lvont:Character ;
    lvont:represents "⺈"^^xsd:string ;
    rdfs:comment "CJK RADICAL KNIFE ONE"@en .

<http://lexvo.org/id/char/2E89> a lvont:Character ;
    lvont:represents "⺉"^^xsd:string ;
    rdfs:comment "CJK RADICAL KNIFE TWO"@en .

<http://lexvo.org/id/char/2E8A> a lvont:Character ;
    lvont:represents "⺊"^^xsd:string ;
    rdfs:comment "CJK RADICAL DIVINATION"@en .

<http://lexvo.org/id/char/2E8B> a lvont:Character ;
    lvont:represents "⺋"^^xsd:string ;
    rdfs:comment "CJK RADICAL SEAL"@en .

<http://lexvo.org/id/char/2E8C> a lvont:Character ;
    lvont:represents "⺌"^^xsd:string ;
    rdfs:comment "CJK RADICAL SMALL ONE"@en .

<http://lexvo.org/id/char/2E8D> a lvont:Character ;
    lvont:represents "⺍"^^xsd:string ;
    rdfs:comment "CJK RADICAL SMALL TWO"@en .

<http://lexvo.org/id/char/2E8E> a lvont:Character ;
    lvont:represents "⺎"^^xsd:string ;
    rdfs:comment "CJK RADICAL LAME ONE"@en .

<http://lexvo.org/id/char/2E8F> a lvont:Character ;
    lvont:represents "⺏"^^xsd:string ;
    rdfs:comment "CJK RADICAL LAME TWO"@en .

<http://lexvo.org/id/char/2E90> a lvont:Character ;
    lvont:represents "⺐"^^xsd:string ;
    rdfs:comment "CJK RADICAL LAME THREE"@en .

<http://lexvo.org/id/char/2E91> a lvont:Character ;
    lvont:represents "⺑"^^xsd:string ;
    rdfs:comment "CJK RADICAL LAME FOUR"@en .

<http://lexvo.org/id/char/2E92> a lvont:Character ;
    lvont:represents "⺒"^^xsd:string ;
    rdfs:comment "CJK RADICAL SNAKE"@en .

<http://lexvo.org/id/char/2E93> a lvont:Character ;
    lvont:represents "⺓"^^xsd:string ;
    rdfs:comment "CJK RADICAL THREAD"@en .

<http://lexvo.org/id/char/2E94> a lvont:Character ;
    lvont:represents "⺔"^^xsd:string ;
    rdfs:comment "CJK RADICAL SNOUT ONE"@en .

<http://lexvo.org/id/char/2E95> a lvont:Character ;
    lvont:represents "⺕"^^xsd:string ;
    rdfs:comment "CJK RADICAL SNOUT TWO"@en .

<http://lexvo.org/id/char/2E96> a lvont:Character ;
    lvont:represents "⺖"^^xsd:string ;
    rdfs:comment "CJK RADICAL HEART ONE"@en .

<http://lexvo.org/id/char/2E97> a lvont:Character ;
    lvont:represents "⺗"^^xsd:string ;
    rdfs:comment "CJK RADICAL HEART TWO"@en .

<http://lexvo.org/id/char/2E98> a lvont:Character ;
    lvont:represents "⺘"^^xsd:string ;
    rdfs:comment "CJK RADICAL HAND"@en .

<http://lexvo.org/id/char/2E99> a lvont:Character ;
    lvont:represents "⺙"^^xsd:string ;
    rdfs:comment "CJK RADICAL RAP"@en .

<http://lexvo.org/id/char/2E9B> a lvont:Character ;
    lvont:represents "⺛"^^xsd:string ;
    rdfs:comment "CJK RADICAL CHOKE"@en .

<http://lexvo.org/id/char/2E9C> a lvont:Character ;
    lvont:represents "⺜"^^xsd:string ;
    rdfs:comment "CJK RADICAL SUN"@en .

<http://lexvo.org/id/char/2E9D> a lvont:Character ;
    lvont:represents "⺝"^^xsd:string ;
    rdfs:comment "CJK RADICAL MOON"@en .

<http://lexvo.org/id/char/2E9E> a lvont:Character ;
    lvont:represents "⺞"^^xsd:string ;
    rdfs:comment "CJK RADICAL DEATH"@en .

<http://lexvo.org/id/char/2E9F> a lvont:Character ;
    lvont:represents "⺟"^^xsd:string ;
    rdfs:comment "CJK RADICAL MOTHER"@en .

<http://lexvo.org/id/char/2EA0> a lvont:Character ;
    lvont:represents "⺠"^^xsd:string ;
    rdfs:comment "CJK RADICAL CIVILIAN"@en .

<http://lexvo.org/id/char/2EA1> a lvont:Character ;
    lvont:represents "⺡"^^xsd:string ;
    rdfs:comment "CJK RADICAL WATER ONE"@en .

<http://lexvo.org/id/char/2EA2> a lvont:Character ;
    lvont:represents "⺢"^^xsd:string ;
    rdfs:comment "CJK RADICAL WATER TWO"@en .

<http://lexvo.org/id/char/2EA3> a lvont:Character ;
    lvont:represents "⺣"^^xsd:string ;
    rdfs:comment "CJK RADICAL FIRE"@en .

<http://lexvo.org/id/char/2EA4> a lvont:Character ;
    lvont:represents "⺤"^^xsd:string ;
    rdfs:comment "CJK RADICAL PAW ONE"@en .

<http://lexvo.org/id/char/2EA5> a lvont:Character ;
    lvont:represents "⺥"^^xsd:string ;
    rdfs:comment "CJK RADICAL PAW TWO"@en .

<http://lexvo.org/id/char/2EA7> a lvont:Character ;
    lvont:represents "⺧"^^xsd:string ;
    rdfs:comment "CJK RADICAL COW"@en .

<http://lexvo.org/id/char/2EA8> a lvont:Character ;
    lvont:represents "⺨"^^xsd:string ;
    rdfs:comment "CJK RADICAL DOG"@en .

<http://lexvo.org/id/char/2EA9> a lvont:Character ;
    lvont:represents "⺩"^^xsd:string ;
    rdfs:comment "CJK RADICAL JADE"@en .

<http://lexvo.org/id/char/2EAA> a lvont:Character ;
    lvont:represents "⺪"^^xsd:string ;
    rdfs:comment "CJK RADICAL BOLT OF CLOTH"@en .

<http://lexvo.org/id/char/2EAB> a lvont:Character ;
    lvont:represents "⺫"^^xsd:string ;
    rdfs:comment "CJK RADICAL EYE"@en .

<http://lexvo.org/id/char/2EAC> a lvont:Character ;
    lvont:represents "⺬"^^xsd:string ;
    rdfs:comment "CJK RADICAL SPIRIT ONE"@en .

<http://lexvo.org/id/char/2EAD> a lvont:Character ;
    lvont:represents "⺭"^^xsd:string ;
    rdfs:comment "CJK RADICAL SPIRIT TWO"@en .

<http://lexvo.org/id/char/2EAE> a lvont:Character ;
    lvont:represents "⺮"^^xsd:string ;
    rdfs:comment "CJK RADICAL BAMBOO"@en .

<http://lexvo.org/id/char/2EAF> a lvont:Character ;
    lvont:represents "⺯"^^xsd:string ;
    rdfs:comment "CJK RADICAL SILK"@en .

<http://lexvo.org/id/char/2EB1> a lvont:Character ;
    lvont:represents "⺱"^^xsd:string ;
    rdfs:comment "CJK RADICAL NET ONE"@en .

<http://lexvo.org/id/char/2EB2> a lvont:Character ;
    lvont:represents "⺲"^^xsd:string ;
    rdfs:comment "CJK RADICAL NET TWO"@en .

<http://lexvo.org/id/char/2EB3> a lvont:Character ;
    lvont:represents "⺳"^^xsd:string ;
    rdfs:comment "CJK RADICAL NET THREE"@en .

<http://lexvo.org/id/char/2EB4> a lvont:Character ;
    lvont:represents "⺴"^^xsd:string ;
    rdfs:comment "CJK RADICAL NET FOUR"@en .

<http://lexvo.org/id/char/2EB5> a lvont:Character ;
    lvont:represents "⺵"^^xsd:string ;
    rdfs:comment "CJK RADICAL MESH"@en .

<http://lexvo.org/id/char/2EB6> a lvont:Character ;
    lvont:represents "⺶"^^xsd:string ;
    rdfs:comment "CJK RADICAL SHEEP"@en .

<http://lexvo.org/id/char/2EB7> a lvont:Character ;
    lvont:represents "⺷"^^xsd:string ;
    rdfs:comment "CJK RADICAL RAM"@en .

<http://lexvo.org/id/char/2EB8> a lvont:Character ;
    lvont:represents "⺸"^^xsd:string ;
    rdfs:comment "CJK RADICAL EWE"@en .

<http://lexvo.org/id/char/2EB9> a lvont:Character ;
    lvont:represents "⺹"^^xsd:string ;
    rdfs:comment "CJK RADICAL OLD"@en .

<http://lexvo.org/id/char/2EBA> a lvont:Character ;
    lvont:represents "⺺"^^xsd:string ;
    rdfs:comment "CJK RADICAL BRUSH ONE"@en .

<http://lexvo.org/id/char/2EBB> a lvont:Character ;
    lvont:represents "⺻"^^xsd:string ;
    rdfs:comment "CJK RADICAL BRUSH TWO"@en .

<http://lexvo.org/id/char/2EBC> a lvont:Character ;
    lvont:represents "⺼"^^xsd:string ;
    rdfs:comment "CJK RADICAL MEAT"@en .

<http://lexvo.org/id/char/2EBD> a lvont:Character ;
    lvont:represents "⺽"^^xsd:string ;
    rdfs:comment "CJK RADICAL MORTAR"@en .

<http://lexvo.org/id/char/2EBE> a lvont:Character ;
    lvont:represents "⺾"^^xsd:string ;
    rdfs:comment "CJK RADICAL GRASS ONE"@en .

<http://lexvo.org/id/char/2EBF> a lvont:Character ;
    lvont:represents "⺿"^^xsd:string ;
    rdfs:comment "CJK RADICAL GRASS TWO"@en .

<http://lexvo.org/id/char/2EC0> a lvont:Character ;
    lvont:represents "⻀"^^xsd:string ;
    rdfs:comment "CJK RADICAL GRASS THREE"@en .

<http://lexvo.org/id/char/2EC1> a lvont:Character ;
    lvont:represents "⻁"^^xsd:string ;
    rdfs:comment "CJK RADICAL TIGER"@en .

<http://lexvo.org/id/char/2EC2> a lvont:Character ;
    lvont:represents "⻂"^^xsd:string ;
    rdfs:comment "CJK RADICAL CLOTHES"@en .

<http://lexvo.org/id/char/2EC3> a lvont:Character ;
    lvont:represents "⻃"^^xsd:string ;
    rdfs:comment "CJK RADICAL WEST ONE"@en .

<http://lexvo.org/id/char/2EC4> a lvont:Character ;
    lvont:represents "⻄"^^xsd:string ;
    rdfs:comment "CJK RADICAL WEST TWO"@en .

<http://lexvo.org/id/char/2EC6> a lvont:Character ;
    lvont:represents "⻆"^^xsd:string ;
    rdfs:comment "CJK RADICAL SIMPLIFIED HORN"@en .

<http://lexvo.org/id/char/2EC7> a lvont:Character ;
    lvont:represents "⻇"^^xsd:string ;
    rdfs:comment "CJK RADICAL HORN"@en .

<http://lexvo.org/id/char/2ECA> a lvont:Character ;
    lvont:represents "⻊"^^xsd:string ;
    rdfs:comment "CJK RADICAL FOOT"@en .

<http://lexvo.org/id/char/2ECD> a lvont:Character ;
    lvont:represents "⻍"^^xsd:string ;
    rdfs:comment "CJK RADICAL WALK ONE"@en .

<http://lexvo.org/id/char/2ECE> a lvont:Character ;
    lvont:represents "⻎"^^xsd:string ;
    rdfs:comment "CJK RADICAL WALK TWO"@en .

<http://lexvo.org/id/char/2ECF> a lvont:Character ;
    lvont:represents "⻏"^^xsd:string ;
    rdfs:comment "CJK RADICAL CITY"@en .

<http://lexvo.org/id/char/2ED1> a lvont:Character ;
    lvont:represents "⻑"^^xsd:string ;
    rdfs:comment "CJK RADICAL LONG ONE"@en .

<http://lexvo.org/id/char/2ED2> a lvont:Character ;
    lvont:represents "⻒"^^xsd:string ;
    rdfs:comment "CJK RADICAL LONG TWO"@en .

<http://lexvo.org/id/char/2ED5> a lvont:Character ;
    lvont:represents "⻕"^^xsd:string ;
    rdfs:comment "CJK RADICAL MOUND ONE"@en .

<http://lexvo.org/id/char/2ED6> a lvont:Character ;
    lvont:represents "⻖"^^xsd:string ;
    rdfs:comment "CJK RADICAL MOUND TWO"@en .

<http://lexvo.org/id/char/2ED7> a lvont:Character ;
    lvont:represents "⻗"^^xsd:string ;
    rdfs:comment "CJK RADICAL RAIN"@en .

<http://lexvo.org/id/char/2ED8> a lvont:Character ;
    lvont:represents "⻘"^^xsd:string ;
    rdfs:comment "CJK RADICAL BLUE"@en .

<http://lexvo.org/id/char/2EDD> a lvont:Character ;
    lvont:represents "⻝"^^xsd:string ;
    rdfs:comment "CJK RADICAL EAT ONE"@en .

<http://lexvo.org/id/char/2EDE> a lvont:Character ;
    lvont:represents "⻞"^^xsd:string ;
    rdfs:comment "CJK RADICAL EAT TWO"@en .

<http://lexvo.org/id/char/2EDF> a lvont:Character ;
    lvont:represents "⻟"^^xsd:string ;
    rdfs:comment "CJK RADICAL EAT THREE"@en .

<http://lexvo.org/id/char/2EE1> a lvont:Character ;
    lvont:represents "⻡"^^xsd:string ;
    rdfs:comment "CJK RADICAL HEAD"@en .

<http://lexvo.org/id/char/2EE3> a lvont:Character ;
    lvont:represents "⻣"^^xsd:string ;
    rdfs:comment "CJK RADICAL BONE"@en .

<http://lexvo.org/id/char/2EE4> a lvont:Character ;
    lvont:represents "⻤"^^xsd:string ;
    rdfs:comment "CJK RADICAL GHOST"@en .

<http://lexvo.org/id/char/2EEB> a lvont:Character ;
    lvont:represents "⻫"^^xsd:string ;
    rdfs:comment "CJK RADICAL J-SIMPLIFIED EVEN"@en .

<http://lexvo.org/id/char/2EED> a lvont:Character ;
    lvont:represents "⻭"^^xsd:string ;
    rdfs:comment "CJK RADICAL J-SIMPLIFIED TOOTH"@en .

<http://lexvo.org/id/char/2EEF> a lvont:Character ;
    lvont:represents "⻯"^^xsd:string ;
    rdfs:comment "CJK RADICAL J-SIMPLIFIED DRAGON"@en .

<http://lexvo.org/id/char/2EF1> a lvont:Character ;
    lvont:represents "⻱"^^xsd:string ;
    rdfs:comment "CJK RADICAL TURTLE"@en .

<http://lexvo.org/id/char/2EF2> a lvont:Character ;
    lvont:represents "⻲"^^xsd:string ;
    rdfs:comment "CJK RADICAL J-SIMPLIFIED TURTLE"@en .

<http://lexvo.org/id/char/2F800> a lvont:Character ;
    lvont:represents "丽"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F800"@en .

<http://lexvo.org/id/char/2F801> a lvont:Character ;
    lvont:represents "丸"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F801"@en .

<http://lexvo.org/id/char/2F802> a lvont:Character ;
    lvont:represents "乁"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F802"@en .

<http://lexvo.org/id/char/2F803> a lvont:Character ;
    lvont:represents "𠄢"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F803"@en .

<http://lexvo.org/id/char/2F804> a lvont:Character ;
    lvont:represents "你"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F804"@en .

<http://lexvo.org/id/char/2F805> a lvont:Character ;
    lvont:represents "侮"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F805"@en .

<http://lexvo.org/id/char/2F806> a lvont:Character ;
    lvont:represents "侻"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F806"@en .

<http://lexvo.org/id/char/2F807> a lvont:Character ;
    lvont:represents "倂"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F807"@en .

<http://lexvo.org/id/char/2F808> a lvont:Character ;
    lvont:represents "偺"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F808"@en .

<http://lexvo.org/id/char/2F809> a lvont:Character ;
    lvont:represents "備"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F809"@en .

<http://lexvo.org/id/char/2F80A> a lvont:Character ;
    lvont:represents "僧"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F80A"@en .

<http://lexvo.org/id/char/2F80B> a lvont:Character ;
    lvont:represents "像"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F80B"@en .

<http://lexvo.org/id/char/2F80C> a lvont:Character ;
    lvont:represents "㒞"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F80C"@en .

<http://lexvo.org/id/char/2F80D> a lvont:Character ;
    lvont:represents "𠘺"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F80D"@en .

<http://lexvo.org/id/char/2F80E> a lvont:Character ;
    lvont:represents "免"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F80E"@en .

<http://lexvo.org/id/char/2F80F> a lvont:Character ;
    lvont:represents "兔"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F80F"@en .

<http://lexvo.org/id/char/2F810> a lvont:Character ;
    lvont:represents "兤"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F810"@en .

<http://lexvo.org/id/char/2F811> a lvont:Character ;
    lvont:represents "具"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F811"@en .

<http://lexvo.org/id/char/2F812> a lvont:Character ;
    lvont:represents "𠔜"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F812"@en .

<http://lexvo.org/id/char/2F813> a lvont:Character ;
    lvont:represents "㒹"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F813"@en .

<http://lexvo.org/id/char/2F814> a lvont:Character ;
    lvont:represents "內"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F814"@en .

<http://lexvo.org/id/char/2F815> a lvont:Character ;
    lvont:represents "再"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F815"@en .

<http://lexvo.org/id/char/2F816> a lvont:Character ;
    lvont:represents "𠕋"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F816"@en .

<http://lexvo.org/id/char/2F817> a lvont:Character ;
    lvont:represents "冗"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F817"@en .

<http://lexvo.org/id/char/2F818> a lvont:Character ;
    lvont:represents "冤"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F818"@en .

<http://lexvo.org/id/char/2F819> a lvont:Character ;
    lvont:represents "仌"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F819"@en .

<http://lexvo.org/id/char/2F81A> a lvont:Character ;
    lvont:represents "冬"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F81A"@en .

<http://lexvo.org/id/char/2F81B> a lvont:Character ;
    lvont:represents "况"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F81B"@en .

<http://lexvo.org/id/char/2F81C> a lvont:Character ;
    lvont:represents "𩇟"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F81C"@en .

<http://lexvo.org/id/char/2F81D> a lvont:Character ;
    lvont:represents "凵"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F81D"@en .

<http://lexvo.org/id/char/2F81E> a lvont:Character ;
    lvont:represents "刃"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F81E"@en .

<http://lexvo.org/id/char/2F81F> a lvont:Character ;
    lvont:represents "㓟"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F81F"@en .

<http://lexvo.org/id/char/2F820> a lvont:Character ;
    lvont:represents "刻"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F820"@en .

<http://lexvo.org/id/char/2F821> a lvont:Character ;
    lvont:represents "剆"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F821"@en .

<http://lexvo.org/id/char/2F822> a lvont:Character ;
    lvont:represents "割"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F822"@en .

<http://lexvo.org/id/char/2F823> a lvont:Character ;
    lvont:represents "剷"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F823"@en .

<http://lexvo.org/id/char/2F824> a lvont:Character ;
    lvont:represents "㔕"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F824"@en .

<http://lexvo.org/id/char/2F825> a lvont:Character ;
    lvont:represents "勇"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F825"@en .

<http://lexvo.org/id/char/2F826> a lvont:Character ;
    lvont:represents "勉"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F826"@en .

<http://lexvo.org/id/char/2F827> a lvont:Character ;
    lvont:represents "勤"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F827"@en .

<http://lexvo.org/id/char/2F828> a lvont:Character ;
    lvont:represents "勺"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F828"@en .

<http://lexvo.org/id/char/2F829> a lvont:Character ;
    lvont:represents "包"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F829"@en .

<http://lexvo.org/id/char/2F82A> a lvont:Character ;
    lvont:represents "匆"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F82A"@en .

<http://lexvo.org/id/char/2F82B> a lvont:Character ;
    lvont:represents "北"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F82B"@en .

<http://lexvo.org/id/char/2F82C> a lvont:Character ;
    lvont:represents "卉"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F82C"@en .

<http://lexvo.org/id/char/2F82D> a lvont:Character ;
    lvont:represents "卑"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F82D"@en .

<http://lexvo.org/id/char/2F82E> a lvont:Character ;
    lvont:represents "博"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F82E"@en .

<http://lexvo.org/id/char/2F82F> a lvont:Character ;
    lvont:represents "即"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F82F"@en .

<http://lexvo.org/id/char/2F830> a lvont:Character ;
    lvont:represents "卽"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F830"@en .

<http://lexvo.org/id/char/2F831> a lvont:Character ;
    lvont:represents "卿"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F831"@en .

<http://lexvo.org/id/char/2F832> a lvont:Character ;
    lvont:represents "卿"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F832"@en .

<http://lexvo.org/id/char/2F833> a lvont:Character ;
    lvont:represents "卿"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F833"@en .

<http://lexvo.org/id/char/2F834> a lvont:Character ;
    lvont:represents "𠨬"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F834"@en .

<http://lexvo.org/id/char/2F835> a lvont:Character ;
    lvont:represents "灰"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F835"@en,
        "ashes, lime"@en .

<http://lexvo.org/id/char/2F836> a lvont:Character ;
    lvont:represents "及"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F836"@en .

<http://lexvo.org/id/char/2F837> a lvont:Character ;
    lvont:represents "叟"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F837"@en .

<http://lexvo.org/id/char/2F838> a lvont:Character ;
    lvont:represents "𠭣"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F838"@en .

<http://lexvo.org/id/char/2F839> a lvont:Character ;
    lvont:represents "叫"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F839"@en .

<http://lexvo.org/id/char/2F83A> a lvont:Character ;
    lvont:represents "叱"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F83A"@en .

<http://lexvo.org/id/char/2F83B> a lvont:Character ;
    lvont:represents "吆"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F83B"@en .

<http://lexvo.org/id/char/2F83C> a lvont:Character ;
    lvont:represents "咞"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F83C"@en .

<http://lexvo.org/id/char/2F83D> a lvont:Character ;
    lvont:represents "吸"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F83D"@en .

<http://lexvo.org/id/char/2F83E> a lvont:Character ;
    lvont:represents "呈"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F83E"@en .

<http://lexvo.org/id/char/2F83F> a lvont:Character ;
    lvont:represents "周"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F83F"@en .

<http://lexvo.org/id/char/2F840> a lvont:Character ;
    lvont:represents "咢"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F840"@en .

<http://lexvo.org/id/char/2F841> a lvont:Character ;
    lvont:represents "哶"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F841"@en .

<http://lexvo.org/id/char/2F842> a lvont:Character ;
    lvont:represents "唐"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F842"@en .

<http://lexvo.org/id/char/2F843> a lvont:Character ;
    lvont:represents "啓"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F843"@en .

<http://lexvo.org/id/char/2F844> a lvont:Character ;
    lvont:represents "啣"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F844"@en .

<http://lexvo.org/id/char/2F845> a lvont:Character ;
    lvont:represents "善"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F845"@en .

<http://lexvo.org/id/char/2F846> a lvont:Character ;
    lvont:represents "善"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F846"@en .

<http://lexvo.org/id/char/2F847> a lvont:Character ;
    lvont:represents "喙"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F847"@en .

<http://lexvo.org/id/char/2F848> a lvont:Character ;
    lvont:represents "喫"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F848"@en .

<http://lexvo.org/id/char/2F849> a lvont:Character ;
    lvont:represents "喳"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F849"@en .

<http://lexvo.org/id/char/2F84A> a lvont:Character ;
    lvont:represents "嗂"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F84A"@en .

<http://lexvo.org/id/char/2F84B> a lvont:Character ;
    lvont:represents "圖"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F84B"@en .

<http://lexvo.org/id/char/2F84C> a lvont:Character ;
    lvont:represents "嘆"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F84C"@en .

<http://lexvo.org/id/char/2F84D> a lvont:Character ;
    lvont:represents "圗"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F84D"@en .

<http://lexvo.org/id/char/2F84E> a lvont:Character ;
    lvont:represents "噑"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F84E"@en .

<http://lexvo.org/id/char/2F84F> a lvont:Character ;
    lvont:represents "噴"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F84F"@en .

<http://lexvo.org/id/char/2F850> a lvont:Character ;
    lvont:represents "切"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F850"@en .

<http://lexvo.org/id/char/2F851> a lvont:Character ;
    lvont:represents "壮"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F851"@en .

<http://lexvo.org/id/char/2F852> a lvont:Character ;
    lvont:represents "城"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F852"@en .

<http://lexvo.org/id/char/2F853> a lvont:Character ;
    lvont:represents "埴"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F853"@en .

<http://lexvo.org/id/char/2F854> a lvont:Character ;
    lvont:represents "堍"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F854"@en .

<http://lexvo.org/id/char/2F855> a lvont:Character ;
    lvont:represents "型"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F855"@en .

<http://lexvo.org/id/char/2F856> a lvont:Character ;
    lvont:represents "堲"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F856"@en .

<http://lexvo.org/id/char/2F857> a lvont:Character ;
    lvont:represents "報"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F857"@en .

<http://lexvo.org/id/char/2F858> a lvont:Character ;
    lvont:represents "墬"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F858"@en .

<http://lexvo.org/id/char/2F859> a lvont:Character ;
    lvont:represents "𡓤"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F859"@en .

<http://lexvo.org/id/char/2F85A> a lvont:Character ;
    lvont:represents "売"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F85A"@en .

<http://lexvo.org/id/char/2F85B> a lvont:Character ;
    lvont:represents "壷"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F85B"@en .

<http://lexvo.org/id/char/2F85C> a lvont:Character ;
    lvont:represents "夆"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F85C"@en .

<http://lexvo.org/id/char/2F85D> a lvont:Character ;
    lvont:represents "多"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F85D"@en .

<http://lexvo.org/id/char/2F85E> a lvont:Character ;
    lvont:represents "夢"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F85E"@en .

<http://lexvo.org/id/char/2F85F> a lvont:Character ;
    lvont:represents "奢"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F85F"@en .

<http://lexvo.org/id/char/2F860> a lvont:Character ;
    lvont:represents "𡚨"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F860"@en .

<http://lexvo.org/id/char/2F861> a lvont:Character ;
    lvont:represents "𡛪"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F861"@en .

<http://lexvo.org/id/char/2F862> a lvont:Character ;
    lvont:represents "姬"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F862"@en .

<http://lexvo.org/id/char/2F863> a lvont:Character ;
    lvont:represents "娛"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F863"@en .

<http://lexvo.org/id/char/2F864> a lvont:Character ;
    lvont:represents "娧"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F864"@en .

<http://lexvo.org/id/char/2F865> a lvont:Character ;
    lvont:represents "姘"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F865"@en .

<http://lexvo.org/id/char/2F866> a lvont:Character ;
    lvont:represents "婦"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F866"@en .

<http://lexvo.org/id/char/2F867> a lvont:Character ;
    lvont:represents "㛮"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F867"@en .

<http://lexvo.org/id/char/2F868> a lvont:Character ;
    lvont:represents "㛼"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F868"@en .

<http://lexvo.org/id/char/2F869> a lvont:Character ;
    lvont:represents "嬈"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F869"@en .

<http://lexvo.org/id/char/2F86A> a lvont:Character ;
    lvont:represents "嬾"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F86A"@en .

<http://lexvo.org/id/char/2F86B> a lvont:Character ;
    lvont:represents "嬾"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F86B"@en .

<http://lexvo.org/id/char/2F86C> a lvont:Character ;
    lvont:represents "𡧈"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F86C"@en .

<http://lexvo.org/id/char/2F86D> a lvont:Character ;
    lvont:represents "寃"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F86D"@en .

<http://lexvo.org/id/char/2F86E> a lvont:Character ;
    lvont:represents "寘"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F86E"@en .

<http://lexvo.org/id/char/2F86F> a lvont:Character ;
    lvont:represents "寧"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F86F"@en .

<http://lexvo.org/id/char/2F870> a lvont:Character ;
    lvont:represents "寳"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F870"@en .

<http://lexvo.org/id/char/2F871> a lvont:Character ;
    lvont:represents "𡬘"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F871"@en .

<http://lexvo.org/id/char/2F872> a lvont:Character ;
    lvont:represents "寿"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F872"@en .

<http://lexvo.org/id/char/2F873> a lvont:Character ;
    lvont:represents "将"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F873"@en .

<http://lexvo.org/id/char/2F874> a lvont:Character ;
    lvont:represents "当"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F874"@en .

<http://lexvo.org/id/char/2F875> a lvont:Character ;
    lvont:represents "尢"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F875"@en .

<http://lexvo.org/id/char/2F876> a lvont:Character ;
    lvont:represents "㞁"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F876"@en .

<http://lexvo.org/id/char/2F877> a lvont:Character ;
    lvont:represents "屠"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F877"@en .

<http://lexvo.org/id/char/2F878> a lvont:Character ;
    lvont:represents "屮"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F878"@en .

<http://lexvo.org/id/char/2F879> a lvont:Character ;
    lvont:represents "峀"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F879"@en .

<http://lexvo.org/id/char/2F87A> a lvont:Character ;
    lvont:represents "岍"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F87A"@en .

<http://lexvo.org/id/char/2F87B> a lvont:Character ;
    lvont:represents "𡷤"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F87B"@en .

<http://lexvo.org/id/char/2F87C> a lvont:Character ;
    lvont:represents "嵃"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F87C"@en .

<http://lexvo.org/id/char/2F87D> a lvont:Character ;
    lvont:represents "𡷦"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F87D"@en .

<http://lexvo.org/id/char/2F87E> a lvont:Character ;
    lvont:represents "嵮"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F87E"@en .

<http://lexvo.org/id/char/2F87F> a lvont:Character ;
    lvont:represents "嵫"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F87F"@en .

<http://lexvo.org/id/char/2F880> a lvont:Character ;
    lvont:represents "嵼"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F880"@en .

<http://lexvo.org/id/char/2F881> a lvont:Character ;
    lvont:represents "巡"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F881"@en .

<http://lexvo.org/id/char/2F882> a lvont:Character ;
    lvont:represents "巢"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F882"@en .

<http://lexvo.org/id/char/2F883> a lvont:Character ;
    lvont:represents "㠯"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F883"@en .

<http://lexvo.org/id/char/2F884> a lvont:Character ;
    lvont:represents "巽"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F884"@en .

<http://lexvo.org/id/char/2F885> a lvont:Character ;
    lvont:represents "帨"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F885"@en .

<http://lexvo.org/id/char/2F886> a lvont:Character ;
    lvont:represents "帽"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F886"@en .

<http://lexvo.org/id/char/2F887> a lvont:Character ;
    lvont:represents "幩"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F887"@en .

<http://lexvo.org/id/char/2F888> a lvont:Character ;
    lvont:represents "㡢"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F888"@en .

<http://lexvo.org/id/char/2F889> a lvont:Character ;
    lvont:represents "𢆃"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F889"@en .

<http://lexvo.org/id/char/2F88A> a lvont:Character ;
    lvont:represents "㡼"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F88A"@en .

<http://lexvo.org/id/char/2F88B> a lvont:Character ;
    lvont:represents "庰"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F88B"@en .

<http://lexvo.org/id/char/2F88C> a lvont:Character ;
    lvont:represents "庳"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F88C"@en .

<http://lexvo.org/id/char/2F88D> a lvont:Character ;
    lvont:represents "庶"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F88D"@en .

<http://lexvo.org/id/char/2F88E> a lvont:Character ;
    lvont:represents "廊"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F88E"@en .

<http://lexvo.org/id/char/2F88F> a lvont:Character ;
    lvont:represents "𪎒"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F88F"@en .

<http://lexvo.org/id/char/2F890> a lvont:Character ;
    lvont:represents "廾"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F890"@en .

<http://lexvo.org/id/char/2F891> a lvont:Character ;
    lvont:represents "𢌱"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F891"@en .

<http://lexvo.org/id/char/2F892> a lvont:Character ;
    lvont:represents "𢌱"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F892"@en .

<http://lexvo.org/id/char/2F893> a lvont:Character ;
    lvont:represents "舁"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F893"@en .

<http://lexvo.org/id/char/2F894> a lvont:Character ;
    lvont:represents "弢"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F894"@en .

<http://lexvo.org/id/char/2F895> a lvont:Character ;
    lvont:represents "弢"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F895"@en .

<http://lexvo.org/id/char/2F896> a lvont:Character ;
    lvont:represents "㣇"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F896"@en .

<http://lexvo.org/id/char/2F897> a lvont:Character ;
    lvont:represents "𣊸"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F897"@en .

<http://lexvo.org/id/char/2F898> a lvont:Character ;
    lvont:represents "𦇚"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F898"@en .

<http://lexvo.org/id/char/2F899> a lvont:Character ;
    lvont:represents "形"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F899"@en .

<http://lexvo.org/id/char/2F89A> a lvont:Character ;
    lvont:represents "彫"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F89A"@en .

<http://lexvo.org/id/char/2F89B> a lvont:Character ;
    lvont:represents "㣣"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F89B"@en .

<http://lexvo.org/id/char/2F89C> a lvont:Character ;
    lvont:represents "徚"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F89C"@en .

<http://lexvo.org/id/char/2F89D> a lvont:Character ;
    lvont:represents "忍"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F89D"@en .

<http://lexvo.org/id/char/2F89E> a lvont:Character ;
    lvont:represents "志"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F89E"@en .

<http://lexvo.org/id/char/2F89F> a lvont:Character ;
    lvont:represents "忹"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F89F"@en .

<http://lexvo.org/id/char/2F8A0> a lvont:Character ;
    lvont:represents "悁"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F8A0"@en .

<http://lexvo.org/id/char/2F8A1> a lvont:Character ;
    lvont:represents "㤺"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F8A1"@en .

<http://lexvo.org/id/char/2F8A2> a lvont:Character ;
    lvont:represents "㤜"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F8A2"@en .

<http://lexvo.org/id/char/2F8A3> a lvont:Character ;
    lvont:represents "悔"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F8A3"@en .

<http://lexvo.org/id/char/2F8A4> a lvont:Character ;
    lvont:represents "𢛔"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F8A4"@en .

<http://lexvo.org/id/char/2F8A5> a lvont:Character ;
    lvont:represents "惇"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F8A5"@en .

<http://lexvo.org/id/char/2F8A6> a lvont:Character ;
    lvont:represents "慈"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F8A6"@en .

<http://lexvo.org/id/char/2F8A7> a lvont:Character ;
    lvont:represents "慌"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F8A7"@en .

<http://lexvo.org/id/char/2F8A8> a lvont:Character ;
    lvont:represents "慎"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F8A8"@en .

<http://lexvo.org/id/char/2F8A9> a lvont:Character ;
    lvont:represents "慌"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F8A9"@en .

<http://lexvo.org/id/char/2F8AA> a lvont:Character ;
    lvont:represents "慺"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F8AA"@en .

<http://lexvo.org/id/char/2F8AB> a lvont:Character ;
    lvont:represents "憎"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F8AB"@en .

<http://lexvo.org/id/char/2F8AC> a lvont:Character ;
    lvont:represents "憲"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F8AC"@en .

<http://lexvo.org/id/char/2F8AD> a lvont:Character ;
    lvont:represents "憤"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F8AD"@en .

<http://lexvo.org/id/char/2F8AE> a lvont:Character ;
    lvont:represents "憯"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F8AE"@en .

<http://lexvo.org/id/char/2F8AF> a lvont:Character ;
    lvont:represents "懞"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F8AF"@en .

<http://lexvo.org/id/char/2F8B0> a lvont:Character ;
    lvont:represents "懲"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F8B0"@en .

<http://lexvo.org/id/char/2F8B1> a lvont:Character ;
    lvont:represents "懶"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F8B1"@en .

<http://lexvo.org/id/char/2F8B2> a lvont:Character ;
    lvont:represents "成"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F8B2"@en .

<http://lexvo.org/id/char/2F8B3> a lvont:Character ;
    lvont:represents "戛"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F8B3"@en .

<http://lexvo.org/id/char/2F8B4> a lvont:Character ;
    lvont:represents "扝"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F8B4"@en .

<http://lexvo.org/id/char/2F8B5> a lvont:Character ;
    lvont:represents "抱"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F8B5"@en .

<http://lexvo.org/id/char/2F8B6> a lvont:Character ;
    lvont:represents "拔"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F8B6"@en .

<http://lexvo.org/id/char/2F8B7> a lvont:Character ;
    lvont:represents "捐"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F8B7"@en .

<http://lexvo.org/id/char/2F8B8> a lvont:Character ;
    lvont:represents "𢬌"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F8B8"@en .

<http://lexvo.org/id/char/2F8B9> a lvont:Character ;
    lvont:represents "挽"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F8B9"@en .

<http://lexvo.org/id/char/2F8BA> a lvont:Character ;
    lvont:represents "拼"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F8BA"@en .

<http://lexvo.org/id/char/2F8BB> a lvont:Character ;
    lvont:represents "捨"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F8BB"@en .

<http://lexvo.org/id/char/2F8BC> a lvont:Character ;
    lvont:represents "掃"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F8BC"@en .

<http://lexvo.org/id/char/2F8BD> a lvont:Character ;
    lvont:represents "揤"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F8BD"@en .

<http://lexvo.org/id/char/2F8BE> a lvont:Character ;
    lvont:represents "𢯱"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F8BE"@en .

<http://lexvo.org/id/char/2F8BF> a lvont:Character ;
    lvont:represents "搢"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F8BF"@en .

<http://lexvo.org/id/char/2F8C0> a lvont:Character ;
    lvont:represents "揅"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F8C0"@en .

<http://lexvo.org/id/char/2F8C1> a lvont:Character ;
    lvont:represents "掩"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F8C1"@en .

<http://lexvo.org/id/char/2F8C2> a lvont:Character ;
    lvont:represents "㨮"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F8C2"@en .

<http://lexvo.org/id/char/2F8C3> a lvont:Character ;
    lvont:represents "摩"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F8C3"@en .

<http://lexvo.org/id/char/2F8C4> a lvont:Character ;
    lvont:represents "摾"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F8C4"@en .

<http://lexvo.org/id/char/2F8C5> a lvont:Character ;
    lvont:represents "撝"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F8C5"@en .

<http://lexvo.org/id/char/2F8C6> a lvont:Character ;
    lvont:represents "摷"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F8C6"@en .

<http://lexvo.org/id/char/2F8C7> a lvont:Character ;
    lvont:represents "㩬"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F8C7"@en .

<http://lexvo.org/id/char/2F8C8> a lvont:Character ;
    lvont:represents "敏"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F8C8"@en .

<http://lexvo.org/id/char/2F8C9> a lvont:Character ;
    lvont:represents "敬"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F8C9"@en .

<http://lexvo.org/id/char/2F8CA> a lvont:Character ;
    lvont:represents "𣀊"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F8CA"@en .

<http://lexvo.org/id/char/2F8CB> a lvont:Character ;
    lvont:represents "旣"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F8CB"@en .

<http://lexvo.org/id/char/2F8CC> a lvont:Character ;
    lvont:represents "書"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F8CC"@en .

<http://lexvo.org/id/char/2F8CD> a lvont:Character ;
    lvont:represents "晉"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F8CD"@en .

<http://lexvo.org/id/char/2F8CE> a lvont:Character ;
    lvont:represents "㬙"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F8CE"@en .

<http://lexvo.org/id/char/2F8CF> a lvont:Character ;
    lvont:represents "暑"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F8CF"@en .

<http://lexvo.org/id/char/2F8D0> a lvont:Character ;
    lvont:represents "㬈"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F8D0"@en .

<http://lexvo.org/id/char/2F8D1> a lvont:Character ;
    lvont:represents "㫤"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F8D1"@en .

<http://lexvo.org/id/char/2F8D2> a lvont:Character ;
    lvont:represents "冒"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F8D2"@en .

<http://lexvo.org/id/char/2F8D3> a lvont:Character ;
    lvont:represents "冕"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F8D3"@en .

<http://lexvo.org/id/char/2F8D4> a lvont:Character ;
    lvont:represents "最"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F8D4"@en .

<http://lexvo.org/id/char/2F8D5> a lvont:Character ;
    lvont:represents "暜"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F8D5"@en .

<http://lexvo.org/id/char/2F8D6> a lvont:Character ;
    lvont:represents "肭"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F8D6"@en .

<http://lexvo.org/id/char/2F8D7> a lvont:Character ;
    lvont:represents "䏙"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F8D7"@en .

<http://lexvo.org/id/char/2F8D8> a lvont:Character ;
    lvont:represents "朗"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F8D8"@en .

<http://lexvo.org/id/char/2F8D9> a lvont:Character ;
    lvont:represents "望"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F8D9"@en .

<http://lexvo.org/id/char/2F8DA> a lvont:Character ;
    lvont:represents "朡"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F8DA"@en .

<http://lexvo.org/id/char/2F8DB> a lvont:Character ;
    lvont:represents "杞"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F8DB"@en .

<http://lexvo.org/id/char/2F8DC> a lvont:Character ;
    lvont:represents "杓"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F8DC"@en .

<http://lexvo.org/id/char/2F8DD> a lvont:Character ;
    lvont:represents "𣏃"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F8DD"@en .

<http://lexvo.org/id/char/2F8DE> a lvont:Character ;
    lvont:represents "㭉"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F8DE"@en .

<http://lexvo.org/id/char/2F8DF> a lvont:Character ;
    lvont:represents "柺"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F8DF"@en .

<http://lexvo.org/id/char/2F8E0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/gai1>,
        <http://lexvo.org/id/term/yue/%E6%9E%85>,
        "枅"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F8E0"@en .

<http://lexvo.org/id/char/2F8E1> a lvont:Character ;
    lvont:represents "桒"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F8E1"@en .

<http://lexvo.org/id/char/2F8E2> a lvont:Character ;
    lvont:represents "梅"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F8E2"@en .

<http://lexvo.org/id/char/2F8E3> a lvont:Character ;
    lvont:represents "𣑭"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F8E3"@en .

<http://lexvo.org/id/char/2F8E4> a lvont:Character ;
    lvont:represents "梎"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F8E4"@en .

<http://lexvo.org/id/char/2F8E5> a lvont:Character ;
    lvont:represents "栟"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F8E5"@en .

<http://lexvo.org/id/char/2F8E6> a lvont:Character ;
    lvont:represents "椔"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F8E6"@en .

<http://lexvo.org/id/char/2F8E7> a lvont:Character ;
    lvont:represents "㮝"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F8E7"@en .

<http://lexvo.org/id/char/2F8E8> a lvont:Character ;
    lvont:represents "楂"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F8E8"@en .

<http://lexvo.org/id/char/2F8E9> a lvont:Character ;
    lvont:represents "榣"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F8E9"@en .

<http://lexvo.org/id/char/2F8EA> a lvont:Character ;
    lvont:represents "槪"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F8EA"@en .

<http://lexvo.org/id/char/2F8EB> a lvont:Character ;
    lvont:represents "檨"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F8EB"@en .

<http://lexvo.org/id/char/2F8EC> a lvont:Character ;
    lvont:represents "𣚣"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F8EC"@en .

<http://lexvo.org/id/char/2F8ED> a lvont:Character ;
    lvont:represents "櫛"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F8ED"@en .

<http://lexvo.org/id/char/2F8EE> a lvont:Character ;
    lvont:represents "㰘"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F8EE"@en .

<http://lexvo.org/id/char/2F8EF> a lvont:Character ;
    lvont:represents "次"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F8EF"@en .

<http://lexvo.org/id/char/2F8F0> a lvont:Character ;
    lvont:represents "𣢧"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F8F0"@en .

<http://lexvo.org/id/char/2F8F1> a lvont:Character ;
    lvont:represents "歔"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F8F1"@en .

<http://lexvo.org/id/char/2F8F2> a lvont:Character ;
    lvont:represents "㱎"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F8F2"@en .

<http://lexvo.org/id/char/2F8F3> a lvont:Character ;
    lvont:represents "歲"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F8F3"@en .

<http://lexvo.org/id/char/2F8F4> a lvont:Character ;
    lvont:represents "殟"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F8F4"@en .

<http://lexvo.org/id/char/2F8F5> a lvont:Character ;
    lvont:represents "殺"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F8F5"@en .

<http://lexvo.org/id/char/2F8F6> a lvont:Character ;
    lvont:represents "殻"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F8F6"@en .

<http://lexvo.org/id/char/2F8F7> a lvont:Character ;
    lvont:represents "𣪍"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F8F7"@en .

<http://lexvo.org/id/char/2F8F8> a lvont:Character ;
    lvont:represents "𡴋"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F8F8"@en .

<http://lexvo.org/id/char/2F8F9> a lvont:Character ;
    lvont:represents "𣫺"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F8F9"@en .

<http://lexvo.org/id/char/2F8FA> a lvont:Character ;
    lvont:represents "汎"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F8FA"@en .

<http://lexvo.org/id/char/2F8FB> a lvont:Character ;
    lvont:represents "𣲼"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F8FB"@en .

<http://lexvo.org/id/char/2F8FC> a lvont:Character ;
    lvont:represents "沿"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F8FC"@en .

<http://lexvo.org/id/char/2F8FD> a lvont:Character ;
    lvont:represents "泍"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F8FD"@en .

<http://lexvo.org/id/char/2F8FE> a lvont:Character ;
    lvont:represents "汧"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F8FE"@en .

<http://lexvo.org/id/char/2F8FF> a lvont:Character ;
    lvont:represents "洖"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F8FF"@en .

<http://lexvo.org/id/char/2F900> a lvont:Character ;
    lvont:represents "派"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F900"@en .

<http://lexvo.org/id/char/2F901> a lvont:Character ;
    lvont:represents "海"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F901"@en .

<http://lexvo.org/id/char/2F902> a lvont:Character ;
    lvont:represents "流"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F902"@en .

<http://lexvo.org/id/char/2F903> a lvont:Character ;
    lvont:represents "浩"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F903"@en .

<http://lexvo.org/id/char/2F904> a lvont:Character ;
    lvont:represents "浸"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F904"@en .

<http://lexvo.org/id/char/2F905> a lvont:Character ;
    lvont:represents "涅"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F905"@en .

<http://lexvo.org/id/char/2F906> a lvont:Character ;
    lvont:represents "𣴞"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F906"@en .

<http://lexvo.org/id/char/2F907> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/baan6>,
        <http://lexvo.org/id/term/yue/%E6%B4%B4>,
        "洴"^^xsd:string ;
    rdfs:comment "(Cant.) mud, mire"@en,
        "CJK COMPATIBILITY IDEOGRAPH-2F907"@en .

<http://lexvo.org/id/char/2F908> a lvont:Character ;
    lvont:represents "港"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F908"@en .

<http://lexvo.org/id/char/2F909> a lvont:Character ;
    lvont:represents "湮"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F909"@en .

<http://lexvo.org/id/char/2F90A> a lvont:Character ;
    lvont:represents "㴳"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F90A"@en .

<http://lexvo.org/id/char/2F90B> a lvont:Character ;
    lvont:represents "滋"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F90B"@en .

<http://lexvo.org/id/char/2F90C> a lvont:Character ;
    lvont:represents "滇"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F90C"@en .

<http://lexvo.org/id/char/2F90D> a lvont:Character ;
    lvont:represents "𣻑"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F90D"@en .

<http://lexvo.org/id/char/2F90E> a lvont:Character ;
    lvont:represents "淹"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F90E"@en .

<http://lexvo.org/id/char/2F90F> a lvont:Character ;
    lvont:represents "潮"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F90F"@en .

<http://lexvo.org/id/char/2F910> a lvont:Character ;
    lvont:represents "𣽞"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F910"@en .

<http://lexvo.org/id/char/2F911> a lvont:Character ;
    lvont:represents "𣾎"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F911"@en .

<http://lexvo.org/id/char/2F912> a lvont:Character ;
    lvont:represents "濆"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F912"@en .

<http://lexvo.org/id/char/2F913> a lvont:Character ;
    lvont:represents "瀹"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F913"@en .

<http://lexvo.org/id/char/2F914> a lvont:Character ;
    lvont:represents "瀞"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F914"@en .

<http://lexvo.org/id/char/2F915> a lvont:Character ;
    lvont:represents "瀛"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F915"@en .

<http://lexvo.org/id/char/2F916> a lvont:Character ;
    lvont:represents "㶖"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F916"@en .

<http://lexvo.org/id/char/2F917> a lvont:Character ;
    lvont:represents "灊"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F917"@en .

<http://lexvo.org/id/char/2F918> a lvont:Character ;
    lvont:represents "災"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F918"@en .

<http://lexvo.org/id/char/2F919> a lvont:Character ;
    lvont:represents "灷"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F919"@en .

<http://lexvo.org/id/char/2F91A> a lvont:Character ;
    lvont:represents "炭"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F91A"@en .

<http://lexvo.org/id/char/2F91B> a lvont:Character ;
    lvont:represents "𠔥"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F91B"@en .

<http://lexvo.org/id/char/2F91C> a lvont:Character ;
    lvont:represents "煅"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F91C"@en .

<http://lexvo.org/id/char/2F91D> a lvont:Character ;
    lvont:represents "𤉣"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F91D"@en .

<http://lexvo.org/id/char/2F91E> a lvont:Character ;
    lvont:represents "熜"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F91E"@en .

<http://lexvo.org/id/char/2F91F> a lvont:Character ;
    lvont:represents "𤎫"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F91F"@en .

<http://lexvo.org/id/char/2F920> a lvont:Character ;
    lvont:represents "爨"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F920"@en .

<http://lexvo.org/id/char/2F921> a lvont:Character ;
    lvont:represents "爵"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F921"@en .

<http://lexvo.org/id/char/2F922> a lvont:Character ;
    lvont:represents "牐"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F922"@en .

<http://lexvo.org/id/char/2F923> a lvont:Character ;
    lvont:represents "𤘈"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F923"@en .

<http://lexvo.org/id/char/2F924> a lvont:Character ;
    lvont:represents "犀"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F924"@en .

<http://lexvo.org/id/char/2F925> a lvont:Character ;
    lvont:represents "犕"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F925"@en .

<http://lexvo.org/id/char/2F926> a lvont:Character ;
    lvont:represents "𤜵"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F926"@en .

<http://lexvo.org/id/char/2F927> a lvont:Character ;
    lvont:represents "𤠔"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F927"@en .

<http://lexvo.org/id/char/2F928> a lvont:Character ;
    lvont:represents "獺"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F928"@en .

<http://lexvo.org/id/char/2F929> a lvont:Character ;
    lvont:represents "王"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F929"@en .

<http://lexvo.org/id/char/2F92A> a lvont:Character ;
    lvont:represents "㺬"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F92A"@en .

<http://lexvo.org/id/char/2F92B> a lvont:Character ;
    lvont:represents "玥"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F92B"@en .

<http://lexvo.org/id/char/2F92C> a lvont:Character ;
    lvont:represents "㺸"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F92C"@en .

<http://lexvo.org/id/char/2F92D> a lvont:Character ;
    lvont:represents "㺸"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F92D"@en .

<http://lexvo.org/id/char/2F92E> a lvont:Character ;
    lvont:represents "瑇"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F92E"@en .

<http://lexvo.org/id/char/2F92F> a lvont:Character ;
    lvont:represents "瑜"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F92F"@en .

<http://lexvo.org/id/char/2F930> a lvont:Character ;
    lvont:represents "瑱"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F930"@en .

<http://lexvo.org/id/char/2F931> a lvont:Character ;
    lvont:represents "璅"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F931"@en .

<http://lexvo.org/id/char/2F932> a lvont:Character ;
    lvont:represents "瓊"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F932"@en .

<http://lexvo.org/id/char/2F933> a lvont:Character ;
    lvont:represents "㼛"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F933"@en .

<http://lexvo.org/id/char/2F934> a lvont:Character ;
    lvont:represents "甤"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F934"@en .

<http://lexvo.org/id/char/2F935> a lvont:Character ;
    lvont:represents "𤰶"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F935"@en .

<http://lexvo.org/id/char/2F936> a lvont:Character ;
    lvont:represents "甾"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F936"@en .

<http://lexvo.org/id/char/2F937> a lvont:Character ;
    lvont:represents "𤲒"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F937"@en .

<http://lexvo.org/id/char/2F938> a lvont:Character ;
    lvont:represents "異"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F938"@en .

<http://lexvo.org/id/char/2F939> a lvont:Character ;
    lvont:represents "𢆟"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F939"@en .

<http://lexvo.org/id/char/2F93A> a lvont:Character ;
    lvont:represents "瘐"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F93A"@en .

<http://lexvo.org/id/char/2F93B> a lvont:Character ;
    lvont:represents "𤾡"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F93B"@en .

<http://lexvo.org/id/char/2F93C> a lvont:Character ;
    lvont:represents "𤾸"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F93C"@en .

<http://lexvo.org/id/char/2F93D> a lvont:Character ;
    lvont:represents "𥁄"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F93D"@en .

<http://lexvo.org/id/char/2F93E> a lvont:Character ;
    lvont:represents "㿼"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F93E"@en .

<http://lexvo.org/id/char/2F93F> a lvont:Character ;
    lvont:represents "䀈"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F93F"@en .

<http://lexvo.org/id/char/2F940> a lvont:Character ;
    lvont:represents "直"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F940"@en .

<http://lexvo.org/id/char/2F941> a lvont:Character ;
    lvont:represents "𥃳"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F941"@en .

<http://lexvo.org/id/char/2F942> a lvont:Character ;
    lvont:represents "𥃲"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F942"@en .

<http://lexvo.org/id/char/2F943> a lvont:Character ;
    lvont:represents "𥄙"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F943"@en .

<http://lexvo.org/id/char/2F944> a lvont:Character ;
    lvont:represents "𥄳"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F944"@en .

<http://lexvo.org/id/char/2F945> a lvont:Character ;
    lvont:represents "眞"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F945"@en .

<http://lexvo.org/id/char/2F946> a lvont:Character ;
    lvont:represents "真"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F946"@en .

<http://lexvo.org/id/char/2F947> a lvont:Character ;
    lvont:represents "真"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F947"@en .

<http://lexvo.org/id/char/2F948> a lvont:Character ;
    lvont:represents "睊"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F948"@en .

<http://lexvo.org/id/char/2F949> a lvont:Character ;
    lvont:represents "䀹"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F949"@en .

<http://lexvo.org/id/char/2F94A> a lvont:Character ;
    lvont:represents "瞋"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F94A"@en .

<http://lexvo.org/id/char/2F94B> a lvont:Character ;
    lvont:represents "䁆"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F94B"@en .

<http://lexvo.org/id/char/2F94C> a lvont:Character ;
    lvont:represents "䂖"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F94C"@en .

<http://lexvo.org/id/char/2F94D> a lvont:Character ;
    lvont:represents "𥐝"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F94D"@en .

<http://lexvo.org/id/char/2F94E> a lvont:Character ;
    lvont:represents "硎"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F94E"@en .

<http://lexvo.org/id/char/2F94F> a lvont:Character ;
    lvont:represents "碌"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F94F"@en .

<http://lexvo.org/id/char/2F950> a lvont:Character ;
    lvont:represents "磌"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F950"@en .

<http://lexvo.org/id/char/2F951> a lvont:Character ;
    lvont:represents "䃣"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F951"@en .

<http://lexvo.org/id/char/2F952> a lvont:Character ;
    lvont:represents "𥘦"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F952"@en .

<http://lexvo.org/id/char/2F953> a lvont:Character ;
    lvont:represents "祖"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F953"@en .

<http://lexvo.org/id/char/2F954> a lvont:Character ;
    lvont:represents "𥚚"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F954"@en .

<http://lexvo.org/id/char/2F955> a lvont:Character ;
    lvont:represents "𥛅"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F955"@en .

<http://lexvo.org/id/char/2F956> a lvont:Character ;
    lvont:represents "福"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F956"@en .

<http://lexvo.org/id/char/2F957> a lvont:Character ;
    lvont:represents "秫"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F957"@en .

<http://lexvo.org/id/char/2F958> a lvont:Character ;
    lvont:represents "䄯"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F958"@en .

<http://lexvo.org/id/char/2F959> a lvont:Character ;
    lvont:represents "穀"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F959"@en .

<http://lexvo.org/id/char/2F95A> a lvont:Character ;
    lvont:represents "穊"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F95A"@en .

<http://lexvo.org/id/char/2F95B> a lvont:Character ;
    lvont:represents "穏"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F95B"@en .

<http://lexvo.org/id/char/2F95C> a lvont:Character ;
    lvont:represents "𥥼"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F95C"@en .

<http://lexvo.org/id/char/2F95D> a lvont:Character ;
    lvont:represents "𥪧"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F95D"@en .

<http://lexvo.org/id/char/2F95E> a lvont:Character ;
    lvont:represents "𥪧"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F95E"@en .

<http://lexvo.org/id/char/2F95F> a lvont:Character ;
    lvont:represents "竮"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F95F"@en .

<http://lexvo.org/id/char/2F960> a lvont:Character ;
    lvont:represents "䈂"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F960"@en .

<http://lexvo.org/id/char/2F961> a lvont:Character ;
    lvont:represents "𥮫"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F961"@en .

<http://lexvo.org/id/char/2F962> a lvont:Character ;
    lvont:represents "篆"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F962"@en .

<http://lexvo.org/id/char/2F963> a lvont:Character ;
    lvont:represents "築"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F963"@en .

<http://lexvo.org/id/char/2F964> a lvont:Character ;
    lvont:represents "䈧"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F964"@en .

<http://lexvo.org/id/char/2F965> a lvont:Character ;
    lvont:represents "𥲀"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F965"@en .

<http://lexvo.org/id/char/2F966> a lvont:Character ;
    lvont:represents "糒"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F966"@en .

<http://lexvo.org/id/char/2F967> a lvont:Character ;
    lvont:represents "䊠"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F967"@en .

<http://lexvo.org/id/char/2F968> a lvont:Character ;
    lvont:represents "糨"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F968"@en .

<http://lexvo.org/id/char/2F969> a lvont:Character ;
    lvont:represents "糣"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F969"@en .

<http://lexvo.org/id/char/2F96A> a lvont:Character ;
    lvont:represents "紀"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F96A"@en .

<http://lexvo.org/id/char/2F96B> a lvont:Character ;
    lvont:represents "𥾆"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F96B"@en .

<http://lexvo.org/id/char/2F96C> a lvont:Character ;
    lvont:represents "絣"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F96C"@en .

<http://lexvo.org/id/char/2F96D> a lvont:Character ;
    lvont:represents "䌁"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F96D"@en .

<http://lexvo.org/id/char/2F96E> a lvont:Character ;
    lvont:represents "緇"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F96E"@en .

<http://lexvo.org/id/char/2F96F> a lvont:Character ;
    lvont:represents "縂"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F96F"@en .

<http://lexvo.org/id/char/2F970> a lvont:Character ;
    lvont:represents "繅"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F970"@en .

<http://lexvo.org/id/char/2F971> a lvont:Character ;
    lvont:represents "䌴"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F971"@en .

<http://lexvo.org/id/char/2F972> a lvont:Character ;
    lvont:represents "𦈨"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F972"@en .

<http://lexvo.org/id/char/2F973> a lvont:Character ;
    lvont:represents "𦉇"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F973"@en .

<http://lexvo.org/id/char/2F974> a lvont:Character ;
    lvont:represents "䍙"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F974"@en .

<http://lexvo.org/id/char/2F975> a lvont:Character ;
    lvont:represents "𦋙"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F975"@en .

<http://lexvo.org/id/char/2F976> a lvont:Character ;
    lvont:represents "罺"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F976"@en .

<http://lexvo.org/id/char/2F977> a lvont:Character ;
    lvont:represents "𦌾"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F977"@en .

<http://lexvo.org/id/char/2F978> a lvont:Character ;
    lvont:represents "羕"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F978"@en .

<http://lexvo.org/id/char/2F979> a lvont:Character ;
    lvont:represents "翺"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F979"@en .

<http://lexvo.org/id/char/2F97A> a lvont:Character ;
    lvont:represents "者"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F97A"@en .

<http://lexvo.org/id/char/2F97B> a lvont:Character ;
    lvont:represents "𦓚"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F97B"@en .

<http://lexvo.org/id/char/2F97C> a lvont:Character ;
    lvont:represents "𦔣"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F97C"@en .

<http://lexvo.org/id/char/2F97D> a lvont:Character ;
    lvont:represents "聠"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F97D"@en .

<http://lexvo.org/id/char/2F97E> a lvont:Character ;
    lvont:represents "𦖨"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F97E"@en .

<http://lexvo.org/id/char/2F97F> a lvont:Character ;
    lvont:represents "聰"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F97F"@en .

<http://lexvo.org/id/char/2F980> a lvont:Character ;
    lvont:represents "𣍟"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F980"@en .

<http://lexvo.org/id/char/2F981> a lvont:Character ;
    lvont:represents "䏕"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F981"@en .

<http://lexvo.org/id/char/2F982> a lvont:Character ;
    lvont:represents "育"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F982"@en .

<http://lexvo.org/id/char/2F983> a lvont:Character ;
    lvont:represents "脃"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F983"@en .

<http://lexvo.org/id/char/2F984> a lvont:Character ;
    lvont:represents "䐋"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F984"@en .

<http://lexvo.org/id/char/2F985> a lvont:Character ;
    lvont:represents "脾"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F985"@en .

<http://lexvo.org/id/char/2F986> a lvont:Character ;
    lvont:represents "媵"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F986"@en .

<http://lexvo.org/id/char/2F987> a lvont:Character ;
    lvont:represents "𦞧"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F987"@en .

<http://lexvo.org/id/char/2F988> a lvont:Character ;
    lvont:represents "𦞵"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F988"@en .

<http://lexvo.org/id/char/2F989> a lvont:Character ;
    lvont:represents "𣎓"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F989"@en .

<http://lexvo.org/id/char/2F98A> a lvont:Character ;
    lvont:represents "𣎜"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F98A"@en .

<http://lexvo.org/id/char/2F98B> a lvont:Character ;
    lvont:represents "舁"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F98B"@en .

<http://lexvo.org/id/char/2F98C> a lvont:Character ;
    lvont:represents "舄"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F98C"@en .

<http://lexvo.org/id/char/2F98D> a lvont:Character ;
    lvont:represents "辞"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F98D"@en .

<http://lexvo.org/id/char/2F98E> a lvont:Character ;
    lvont:represents "䑫"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F98E"@en .

<http://lexvo.org/id/char/2F98F> a lvont:Character ;
    lvont:represents "芑"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F98F"@en .

<http://lexvo.org/id/char/2F990> a lvont:Character ;
    lvont:represents "芋"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F990"@en .

<http://lexvo.org/id/char/2F991> a lvont:Character ;
    lvont:represents "芝"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F991"@en .

<http://lexvo.org/id/char/2F992> a lvont:Character ;
    lvont:represents "劳"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F992"@en .

<http://lexvo.org/id/char/2F993> a lvont:Character ;
    lvont:represents "花"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F993"@en .

<http://lexvo.org/id/char/2F994> a lvont:Character ;
    lvont:represents "芳"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F994"@en .

<http://lexvo.org/id/char/2F995> a lvont:Character ;
    lvont:represents "芽"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F995"@en .

<http://lexvo.org/id/char/2F996> a lvont:Character ;
    lvont:represents "苦"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F996"@en .

<http://lexvo.org/id/char/2F997> a lvont:Character ;
    lvont:represents "𦬼"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F997"@en .

<http://lexvo.org/id/char/2F998> a lvont:Character ;
    lvont:represents "若"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F998"@en .

<http://lexvo.org/id/char/2F999> a lvont:Character ;
    lvont:represents "茝"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F999"@en .

<http://lexvo.org/id/char/2F99A> a lvont:Character ;
    lvont:represents "荣"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F99A"@en .

<http://lexvo.org/id/char/2F99B> a lvont:Character ;
    lvont:represents "莭"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F99B"@en .

<http://lexvo.org/id/char/2F99C> a lvont:Character ;
    lvont:represents "茣"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F99C"@en .

<http://lexvo.org/id/char/2F99D> a lvont:Character ;
    lvont:represents "莽"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F99D"@en .

<http://lexvo.org/id/char/2F99E> a lvont:Character ;
    lvont:represents "菧"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F99E"@en .

<http://lexvo.org/id/char/2F99F> a lvont:Character ;
    lvont:represents "著"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F99F"@en .

<http://lexvo.org/id/char/2F9A0> a lvont:Character ;
    lvont:represents "荓"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F9A0"@en .

<http://lexvo.org/id/char/2F9A1> a lvont:Character ;
    lvont:represents "菊"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F9A1"@en .

<http://lexvo.org/id/char/2F9A2> a lvont:Character ;
    lvont:represents "菌"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F9A2"@en .

<http://lexvo.org/id/char/2F9A3> a lvont:Character ;
    lvont:represents "菜"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F9A3"@en .

<http://lexvo.org/id/char/2F9A4> a lvont:Character ;
    lvont:represents "𦰶"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F9A4"@en .

<http://lexvo.org/id/char/2F9A5> a lvont:Character ;
    lvont:represents "𦵫"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F9A5"@en .

<http://lexvo.org/id/char/2F9A6> a lvont:Character ;
    lvont:represents "𦳕"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F9A6"@en .

<http://lexvo.org/id/char/2F9A7> a lvont:Character ;
    lvont:represents "䔫"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F9A7"@en .

<http://lexvo.org/id/char/2F9A8> a lvont:Character ;
    lvont:represents "蓱"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F9A8"@en .

<http://lexvo.org/id/char/2F9A9> a lvont:Character ;
    lvont:represents "蓳"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F9A9"@en .

<http://lexvo.org/id/char/2F9AA> a lvont:Character ;
    lvont:represents "蔖"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F9AA"@en .

<http://lexvo.org/id/char/2F9AB> a lvont:Character ;
    lvont:represents "𧏊"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F9AB"@en .

<http://lexvo.org/id/char/2F9AC> a lvont:Character ;
    lvont:represents "蕤"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F9AC"@en .

<http://lexvo.org/id/char/2F9AD> a lvont:Character ;
    lvont:represents "𦼬"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F9AD"@en .

<http://lexvo.org/id/char/2F9AE> a lvont:Character ;
    lvont:represents "䕝"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F9AE"@en .

<http://lexvo.org/id/char/2F9AF> a lvont:Character ;
    lvont:represents "䕡"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F9AF"@en .

<http://lexvo.org/id/char/2F9B0> a lvont:Character ;
    lvont:represents "𦾱"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F9B0"@en .

<http://lexvo.org/id/char/2F9B1> a lvont:Character ;
    lvont:represents "𧃒"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F9B1"@en .

<http://lexvo.org/id/char/2F9B2> a lvont:Character ;
    lvont:represents "䕫"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F9B2"@en .

<http://lexvo.org/id/char/2F9B3> a lvont:Character ;
    lvont:represents "虐"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F9B3"@en .

<http://lexvo.org/id/char/2F9B4> a lvont:Character ;
    lvont:represents "虜"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F9B4"@en .

<http://lexvo.org/id/char/2F9B5> a lvont:Character ;
    lvont:represents "虧"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F9B5"@en .

<http://lexvo.org/id/char/2F9B6> a lvont:Character ;
    lvont:represents "虩"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F9B6"@en .

<http://lexvo.org/id/char/2F9B7> a lvont:Character ;
    lvont:represents "蚩"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F9B7"@en .

<http://lexvo.org/id/char/2F9B8> a lvont:Character ;
    lvont:represents "蚈"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F9B8"@en .

<http://lexvo.org/id/char/2F9B9> a lvont:Character ;
    lvont:represents "蜎"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F9B9"@en .

<http://lexvo.org/id/char/2F9BA> a lvont:Character ;
    lvont:represents "蛢"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F9BA"@en .

<http://lexvo.org/id/char/2F9BB> a lvont:Character ;
    lvont:represents "蝹"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F9BB"@en .

<http://lexvo.org/id/char/2F9BC> a lvont:Character ;
    lvont:represents "蜨"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F9BC"@en .

<http://lexvo.org/id/char/2F9BD> a lvont:Character ;
    lvont:represents "蝫"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F9BD"@en .

<http://lexvo.org/id/char/2F9BE> a lvont:Character ;
    lvont:represents "螆"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F9BE"@en .

<http://lexvo.org/id/char/2F9BF> a lvont:Character ;
    lvont:represents "䗗"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F9BF"@en .

<http://lexvo.org/id/char/2F9C0> a lvont:Character ;
    lvont:represents "蟡"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F9C0"@en .

<http://lexvo.org/id/char/2F9C1> a lvont:Character ;
    lvont:represents "蠁"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F9C1"@en .

<http://lexvo.org/id/char/2F9C2> a lvont:Character ;
    lvont:represents "䗹"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F9C2"@en .

<http://lexvo.org/id/char/2F9C3> a lvont:Character ;
    lvont:represents "衠"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F9C3"@en .

<http://lexvo.org/id/char/2F9C4> a lvont:Character ;
    lvont:represents "衣"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F9C4"@en .

<http://lexvo.org/id/char/2F9C5> a lvont:Character ;
    lvont:represents "𧙧"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F9C5"@en .

<http://lexvo.org/id/char/2F9C6> a lvont:Character ;
    lvont:represents "裗"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F9C6"@en .

<http://lexvo.org/id/char/2F9C7> a lvont:Character ;
    lvont:represents "裞"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F9C7"@en .

<http://lexvo.org/id/char/2F9C8> a lvont:Character ;
    lvont:represents "䘵"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F9C8"@en .

<http://lexvo.org/id/char/2F9C9> a lvont:Character ;
    lvont:represents "裺"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F9C9"@en .

<http://lexvo.org/id/char/2F9CA> a lvont:Character ;
    lvont:represents "㒻"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F9CA"@en .

<http://lexvo.org/id/char/2F9CB> a lvont:Character ;
    lvont:represents "𧢮"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F9CB"@en .

<http://lexvo.org/id/char/2F9CC> a lvont:Character ;
    lvont:represents "𧥦"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F9CC"@en .

<http://lexvo.org/id/char/2F9CD> a lvont:Character ;
    lvont:represents "䚾"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F9CD"@en .

<http://lexvo.org/id/char/2F9CE> a lvont:Character ;
    lvont:represents "䛇"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F9CE"@en .

<http://lexvo.org/id/char/2F9CF> a lvont:Character ;
    lvont:represents "誠"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F9CF"@en .

<http://lexvo.org/id/char/2F9D0> a lvont:Character ;
    lvont:represents "諭"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F9D0"@en .

<http://lexvo.org/id/char/2F9D1> a lvont:Character ;
    lvont:represents "變"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F9D1"@en .

<http://lexvo.org/id/char/2F9D2> a lvont:Character ;
    lvont:represents "豕"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F9D2"@en .

<http://lexvo.org/id/char/2F9D3> a lvont:Character ;
    lvont:represents "𧲨"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F9D3"@en .

<http://lexvo.org/id/char/2F9D4> a lvont:Character ;
    lvont:represents "貫"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F9D4"@en .

<http://lexvo.org/id/char/2F9D5> a lvont:Character ;
    lvont:represents "賁"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F9D5"@en .

<http://lexvo.org/id/char/2F9D6> a lvont:Character ;
    lvont:represents "贛"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F9D6"@en .

<http://lexvo.org/id/char/2F9D7> a lvont:Character ;
    lvont:represents "起"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F9D7"@en .

<http://lexvo.org/id/char/2F9D8> a lvont:Character ;
    lvont:represents "𧼯"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F9D8"@en .

<http://lexvo.org/id/char/2F9D9> a lvont:Character ;
    lvont:represents "𠠄"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F9D9"@en .

<http://lexvo.org/id/char/2F9DA> a lvont:Character ;
    lvont:represents "跋"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F9DA"@en .

<http://lexvo.org/id/char/2F9DB> a lvont:Character ;
    lvont:represents "趼"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F9DB"@en .

<http://lexvo.org/id/char/2F9DC> a lvont:Character ;
    lvont:represents "跰"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F9DC"@en .

<http://lexvo.org/id/char/2F9DD> a lvont:Character ;
    lvont:represents "𠣞"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F9DD"@en .

<http://lexvo.org/id/char/2F9DE> a lvont:Character ;
    lvont:represents "軔"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F9DE"@en .

<http://lexvo.org/id/char/2F9DF> a lvont:Character ;
    lvont:represents "輸"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F9DF"@en .

<http://lexvo.org/id/char/2F9E0> a lvont:Character ;
    lvont:represents "𨗒"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F9E0"@en .

<http://lexvo.org/id/char/2F9E1> a lvont:Character ;
    lvont:represents "𨗭"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F9E1"@en .

<http://lexvo.org/id/char/2F9E2> a lvont:Character ;
    lvont:represents "邔"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F9E2"@en .

<http://lexvo.org/id/char/2F9E3> a lvont:Character ;
    lvont:represents "郱"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F9E3"@en .

<http://lexvo.org/id/char/2F9E4> a lvont:Character ;
    lvont:represents "鄑"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F9E4"@en .

<http://lexvo.org/id/char/2F9E5> a lvont:Character ;
    lvont:represents "𨜮"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F9E5"@en .

<http://lexvo.org/id/char/2F9E6> a lvont:Character ;
    lvont:represents "鄛"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F9E6"@en .

<http://lexvo.org/id/char/2F9E7> a lvont:Character ;
    lvont:represents "鈸"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F9E7"@en .

<http://lexvo.org/id/char/2F9E8> a lvont:Character ;
    lvont:represents "鋗"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F9E8"@en .

<http://lexvo.org/id/char/2F9E9> a lvont:Character ;
    lvont:represents "鋘"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F9E9"@en .

<http://lexvo.org/id/char/2F9EA> a lvont:Character ;
    lvont:represents "鉼"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F9EA"@en .

<http://lexvo.org/id/char/2F9EB> a lvont:Character ;
    lvont:represents "鏹"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F9EB"@en .

<http://lexvo.org/id/char/2F9EC> a lvont:Character ;
    lvont:represents "鐕"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F9EC"@en .

<http://lexvo.org/id/char/2F9ED> a lvont:Character ;
    lvont:represents "𨯺"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F9ED"@en .

<http://lexvo.org/id/char/2F9EE> a lvont:Character ;
    lvont:represents "開"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F9EE"@en .

<http://lexvo.org/id/char/2F9EF> a lvont:Character ;
    lvont:represents "䦕"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F9EF"@en .

<http://lexvo.org/id/char/2F9F0> a lvont:Character ;
    lvont:represents "閷"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F9F0"@en .

<http://lexvo.org/id/char/2F9F1> a lvont:Character ;
    lvont:represents "𨵷"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F9F1"@en .

<http://lexvo.org/id/char/2F9F2> a lvont:Character ;
    lvont:represents "䧦"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F9F2"@en .

<http://lexvo.org/id/char/2F9F3> a lvont:Character ;
    lvont:represents "雃"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F9F3"@en .

<http://lexvo.org/id/char/2F9F4> a lvont:Character ;
    lvont:represents "嶲"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F9F4"@en .

<http://lexvo.org/id/char/2F9F5> a lvont:Character ;
    lvont:represents "霣"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F9F5"@en .

<http://lexvo.org/id/char/2F9F6> a lvont:Character ;
    lvont:represents "𩅅"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F9F6"@en .

<http://lexvo.org/id/char/2F9F7> a lvont:Character ;
    lvont:represents "𩈚"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F9F7"@en .

<http://lexvo.org/id/char/2F9F8> a lvont:Character ;
    lvont:represents "䩮"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F9F8"@en .

<http://lexvo.org/id/char/2F9F9> a lvont:Character ;
    lvont:represents "䩶"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F9F9"@en .

<http://lexvo.org/id/char/2F9FA> a lvont:Character ;
    lvont:represents "韠"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F9FA"@en .

<http://lexvo.org/id/char/2F9FB> a lvont:Character ;
    lvont:represents "𩐊"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F9FB"@en .

<http://lexvo.org/id/char/2F9FC> a lvont:Character ;
    lvont:represents "䪲"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F9FC"@en .

<http://lexvo.org/id/char/2F9FD> a lvont:Character ;
    lvont:represents "𩒖"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F9FD"@en .

<http://lexvo.org/id/char/2F9FE> a lvont:Character ;
    lvont:represents "頋"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F9FE"@en .

<http://lexvo.org/id/char/2F9FF> a lvont:Character ;
    lvont:represents "頋"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2F9FF"@en .

<http://lexvo.org/id/char/2FA00> a lvont:Character ;
    lvont:represents "頩"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2FA00"@en .

<http://lexvo.org/id/char/2FA01> a lvont:Character ;
    lvont:represents "𩖶"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2FA01"@en .

<http://lexvo.org/id/char/2FA02> a lvont:Character ;
    lvont:represents "飢"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2FA02"@en .

<http://lexvo.org/id/char/2FA03> a lvont:Character ;
    lvont:represents "䬳"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2FA03"@en .

<http://lexvo.org/id/char/2FA04> a lvont:Character ;
    lvont:represents "餩"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2FA04"@en .

<http://lexvo.org/id/char/2FA05> a lvont:Character ;
    lvont:represents "馧"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2FA05"@en .

<http://lexvo.org/id/char/2FA06> a lvont:Character ;
    lvont:represents "駂"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2FA06"@en .

<http://lexvo.org/id/char/2FA07> a lvont:Character ;
    lvont:represents "駾"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2FA07"@en .

<http://lexvo.org/id/char/2FA08> a lvont:Character ;
    lvont:represents "䯎"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2FA08"@en .

<http://lexvo.org/id/char/2FA09> a lvont:Character ;
    lvont:represents "𩬰"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2FA09"@en .

<http://lexvo.org/id/char/2FA0A> a lvont:Character ;
    lvont:represents "鬒"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2FA0A"@en .

<http://lexvo.org/id/char/2FA0B> a lvont:Character ;
    lvont:represents "鱀"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2FA0B"@en .

<http://lexvo.org/id/char/2FA0C> a lvont:Character ;
    lvont:represents "鳽"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2FA0C"@en .

<http://lexvo.org/id/char/2FA0D> a lvont:Character ;
    lvont:represents "䳎"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2FA0D"@en .

<http://lexvo.org/id/char/2FA0E> a lvont:Character ;
    lvont:represents "䳭"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2FA0E"@en .

<http://lexvo.org/id/char/2FA0F> a lvont:Character ;
    lvont:represents "鵧"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2FA0F"@en .

<http://lexvo.org/id/char/2FA10> a lvont:Character ;
    lvont:represents "𪃎"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2FA10"@en .

<http://lexvo.org/id/char/2FA11> a lvont:Character ;
    lvont:represents "䳸"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2FA11"@en .

<http://lexvo.org/id/char/2FA12> a lvont:Character ;
    lvont:represents "𪄅"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2FA12"@en .

<http://lexvo.org/id/char/2FA13> a lvont:Character ;
    lvont:represents "𪈎"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2FA13"@en .

<http://lexvo.org/id/char/2FA14> a lvont:Character ;
    lvont:represents "𪊑"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2FA14"@en .

<http://lexvo.org/id/char/2FA15> a lvont:Character ;
    lvont:represents "麻"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2FA15"@en .

<http://lexvo.org/id/char/2FA16> a lvont:Character ;
    lvont:represents "䵖"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2FA16"@en .

<http://lexvo.org/id/char/2FA17> a lvont:Character ;
    lvont:represents "黹"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2FA17"@en .

<http://lexvo.org/id/char/2FA18> a lvont:Character ;
    lvont:represents "黾"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2FA18"@en .

<http://lexvo.org/id/char/2FA19> a lvont:Character ;
    lvont:represents "鼅"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2FA19"@en .

<http://lexvo.org/id/char/2FA1A> a lvont:Character ;
    lvont:represents "鼏"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2FA1A"@en .

<http://lexvo.org/id/char/2FA1B> a lvont:Character ;
    lvont:represents "鼖"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2FA1B"@en .

<http://lexvo.org/id/char/2FA1C> a lvont:Character ;
    lvont:represents "鼻"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2FA1C"@en .

<http://lexvo.org/id/char/2FA1D> a lvont:Character ;
    lvont:represents "𪘀"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-2FA1D"@en .

<http://lexvo.org/id/char/2FF0> a lvont:Character ;
    lvont:represents "⿰"^^xsd:string ;
    rdfs:comment "IDEOGRAPHIC DESCRIPTION CHARACTER LEFT TO RIGHT"@en .

<http://lexvo.org/id/char/2FF1> a lvont:Character ;
    lvont:represents "⿱"^^xsd:string ;
    rdfs:comment "IDEOGRAPHIC DESCRIPTION CHARACTER ABOVE TO BELOW"@en .

<http://lexvo.org/id/char/2FF2> a lvont:Character ;
    lvont:represents "⿲"^^xsd:string ;
    rdfs:comment "IDEOGRAPHIC DESCRIPTION CHARACTER LEFT TO MIDDLE AND RIGHT"@en .

<http://lexvo.org/id/char/2FF3> a lvont:Character ;
    lvont:represents "⿳"^^xsd:string ;
    rdfs:comment "IDEOGRAPHIC DESCRIPTION CHARACTER ABOVE TO MIDDLE AND BELOW"@en .

<http://lexvo.org/id/char/2FF4> a lvont:Character ;
    lvont:represents "⿴"^^xsd:string ;
    rdfs:comment "IDEOGRAPHIC DESCRIPTION CHARACTER FULL SURROUND"@en .

<http://lexvo.org/id/char/2FF5> a lvont:Character ;
    lvont:represents "⿵"^^xsd:string ;
    rdfs:comment "IDEOGRAPHIC DESCRIPTION CHARACTER SURROUND FROM ABOVE"@en .

<http://lexvo.org/id/char/2FF6> a lvont:Character ;
    lvont:represents "⿶"^^xsd:string ;
    rdfs:comment "IDEOGRAPHIC DESCRIPTION CHARACTER SURROUND FROM BELOW"@en .

<http://lexvo.org/id/char/2FF7> a lvont:Character ;
    lvont:represents "⿷"^^xsd:string ;
    rdfs:comment "IDEOGRAPHIC DESCRIPTION CHARACTER SURROUND FROM LEFT"@en .

<http://lexvo.org/id/char/2FF8> a lvont:Character ;
    lvont:represents "⿸"^^xsd:string ;
    rdfs:comment "IDEOGRAPHIC DESCRIPTION CHARACTER SURROUND FROM UPPER LEFT"@en .

<http://lexvo.org/id/char/2FF9> a lvont:Character ;
    lvont:represents "⿹"^^xsd:string ;
    rdfs:comment "IDEOGRAPHIC DESCRIPTION CHARACTER SURROUND FROM UPPER RIGHT"@en .

<http://lexvo.org/id/char/2FFA> a lvont:Character ;
    lvont:represents "⿺"^^xsd:string ;
    rdfs:comment "IDEOGRAPHIC DESCRIPTION CHARACTER SURROUND FROM LOWER LEFT"@en .

<http://lexvo.org/id/char/2FFB> a lvont:Character ;
    lvont:represents "⿻"^^xsd:string ;
    rdfs:comment "IDEOGRAPHIC DESCRIPTION CHARACTER OVERLAID"@en .

<http://lexvo.org/id/char/3000> a lvont:Character ;
    lvont:represents "　"^^xsd:string ;
    rdfs:comment "IDEOGRAPHIC SPACE"@en .

<http://lexvo.org/id/char/3001> a lvont:Character ;
    lvont:represents "、"^^xsd:string ;
    rdfs:comment "IDEOGRAPHIC COMMA"@en .

<http://lexvo.org/id/char/3002> a lvont:Character ;
    lvont:represents "。"^^xsd:string ;
    rdfs:comment "IDEOGRAPHIC FULL STOP"@en .

<http://lexvo.org/id/char/3003> a lvont:Character ;
    lvont:represents "〃"^^xsd:string ;
    rdfs:comment "DITTO MARK"@en .

<http://lexvo.org/id/char/3004> a lvont:Character ;
    lvont:represents "〄"^^xsd:string ;
    rdfs:comment "JAPANESE INDUSTRIAL STANDARD SYMBOL"@en .

<http://lexvo.org/id/char/3005> a lvont:Character ;
    lvont:represents "々"^^xsd:string ;
    rdfs:comment "IDEOGRAPHIC ITERATION MARK"@en .

<http://lexvo.org/id/char/3006> a lvont:Character ;
    lvont:represents "〆"^^xsd:string ;
    rdfs:comment "IDEOGRAPHIC CLOSING MARK"@en .

<http://lexvo.org/id/char/3007> a lvont:Character ;
    lvont:represents "〇"^^xsd:string ;
    rdfs:comment "IDEOGRAPHIC NUMBER ZERO"@en .

<http://lexvo.org/id/char/3008> a lvont:Character ;
    lvont:represents "〈"^^xsd:string ;
    rdfs:comment "LEFT ANGLE BRACKET"@en .

<http://lexvo.org/id/char/3009> a lvont:Character ;
    lvont:represents "〉"^^xsd:string ;
    rdfs:comment "RIGHT ANGLE BRACKET"@en .

<http://lexvo.org/id/char/300A> a lvont:Character ;
    lvont:represents "《"^^xsd:string ;
    rdfs:comment "LEFT DOUBLE ANGLE BRACKET"@en .

<http://lexvo.org/id/char/300B> a lvont:Character ;
    lvont:represents "》"^^xsd:string ;
    rdfs:comment "RIGHT DOUBLE ANGLE BRACKET"@en .

<http://lexvo.org/id/char/300C> a lvont:Character ;
    lvont:represents "「"^^xsd:string ;
    rdfs:comment "LEFT CORNER BRACKET"@en .

<http://lexvo.org/id/char/300D> a lvont:Character ;
    lvont:represents "」"^^xsd:string ;
    rdfs:comment "RIGHT CORNER BRACKET"@en .

<http://lexvo.org/id/char/300E> a lvont:Character ;
    lvont:represents "『"^^xsd:string ;
    rdfs:comment "LEFT WHITE CORNER BRACKET"@en .

<http://lexvo.org/id/char/300F> a lvont:Character ;
    lvont:represents "』"^^xsd:string ;
    rdfs:comment "RIGHT WHITE CORNER BRACKET"@en .

<http://lexvo.org/id/char/3010> a lvont:Character ;
    lvont:represents "【"^^xsd:string ;
    rdfs:comment "LEFT BLACK LENTICULAR BRACKET"@en .

<http://lexvo.org/id/char/3011> a lvont:Character ;
    lvont:represents "】"^^xsd:string ;
    rdfs:comment "RIGHT BLACK LENTICULAR BRACKET"@en .

<http://lexvo.org/id/char/3012> a lvont:Character ;
    lvont:represents "〒"^^xsd:string ;
    rdfs:comment "POSTAL MARK"@en .

<http://lexvo.org/id/char/3013> a lvont:Character ;
    lvont:represents "〓"^^xsd:string ;
    rdfs:comment "GETA MARK"@en .

<http://lexvo.org/id/char/3014> a lvont:Character ;
    lvont:represents "〔"^^xsd:string ;
    rdfs:comment "LEFT TORTOISE SHELL BRACKET"@en .

<http://lexvo.org/id/char/3015> a lvont:Character ;
    lvont:represents "〕"^^xsd:string ;
    rdfs:comment "RIGHT TORTOISE SHELL BRACKET"@en .

<http://lexvo.org/id/char/3016> a lvont:Character ;
    lvont:represents "〖"^^xsd:string ;
    rdfs:comment "LEFT WHITE LENTICULAR BRACKET"@en .

<http://lexvo.org/id/char/3017> a lvont:Character ;
    lvont:represents "〗"^^xsd:string ;
    rdfs:comment "RIGHT WHITE LENTICULAR BRACKET"@en .

<http://lexvo.org/id/char/3018> a lvont:Character ;
    lvont:represents "〘"^^xsd:string ;
    rdfs:comment "LEFT WHITE TORTOISE SHELL BRACKET"@en .

<http://lexvo.org/id/char/3019> a lvont:Character ;
    lvont:represents "〙"^^xsd:string ;
    rdfs:comment "RIGHT WHITE TORTOISE SHELL BRACKET"@en .

<http://lexvo.org/id/char/301A> a lvont:Character ;
    lvont:represents "〚"^^xsd:string ;
    rdfs:comment "LEFT WHITE SQUARE BRACKET"@en .

<http://lexvo.org/id/char/301B> a lvont:Character ;
    lvont:represents "〛"^^xsd:string ;
    rdfs:comment "RIGHT WHITE SQUARE BRACKET"@en .

<http://lexvo.org/id/char/301C> a lvont:Character ;
    lvont:represents "〜"^^xsd:string ;
    rdfs:comment "WAVE DASH"@en .

<http://lexvo.org/id/char/301D> a lvont:Character ;
    lvont:represents "〝"^^xsd:string ;
    rdfs:comment "REVERSED DOUBLE PRIME QUOTATION MARK"@en .

<http://lexvo.org/id/char/301E> a lvont:Character ;
    lvont:represents "〞"^^xsd:string ;
    rdfs:comment "DOUBLE PRIME QUOTATION MARK"@en .

<http://lexvo.org/id/char/301F> a lvont:Character ;
    lvont:represents "〟"^^xsd:string ;
    rdfs:comment "LOW DOUBLE PRIME QUOTATION MARK"@en .

<http://lexvo.org/id/char/3020> a lvont:Character ;
    lvont:represents "〠"^^xsd:string ;
    rdfs:comment "POSTAL MARK FACE"@en .

<http://lexvo.org/id/char/3021> a lvont:Character ;
    lvont:represents "〡"^^xsd:string ;
    rdfs:comment "HANGZHOU NUMERAL ONE"@en .

<http://lexvo.org/id/char/3022> a lvont:Character ;
    lvont:represents "〢"^^xsd:string ;
    rdfs:comment "HANGZHOU NUMERAL TWO"@en .

<http://lexvo.org/id/char/3023> a lvont:Character ;
    lvont:represents "〣"^^xsd:string ;
    rdfs:comment "HANGZHOU NUMERAL THREE"@en .

<http://lexvo.org/id/char/3024> a lvont:Character ;
    lvont:represents "〤"^^xsd:string ;
    rdfs:comment "HANGZHOU NUMERAL FOUR"@en .

<http://lexvo.org/id/char/3025> a lvont:Character ;
    lvont:represents "〥"^^xsd:string ;
    rdfs:comment "HANGZHOU NUMERAL FIVE"@en .

<http://lexvo.org/id/char/3026> a lvont:Character ;
    lvont:represents "〦"^^xsd:string ;
    rdfs:comment "HANGZHOU NUMERAL SIX"@en .

<http://lexvo.org/id/char/3027> a lvont:Character ;
    lvont:represents "〧"^^xsd:string ;
    rdfs:comment "HANGZHOU NUMERAL SEVEN"@en .

<http://lexvo.org/id/char/3028> a lvont:Character ;
    lvont:represents "〨"^^xsd:string ;
    rdfs:comment "HANGZHOU NUMERAL EIGHT"@en .

<http://lexvo.org/id/char/3029> a lvont:Character ;
    lvont:represents "〩"^^xsd:string ;
    rdfs:comment "HANGZHOU NUMERAL NINE"@en .

<http://lexvo.org/id/char/302A> a lvont:Character ;
    lvont:represents "〪"^^xsd:string ;
    rdfs:comment "IDEOGRAPHIC LEVEL TONE MARK"@en .

<http://lexvo.org/id/char/302B> a lvont:Character ;
    lvont:represents "〫"^^xsd:string ;
    rdfs:comment "IDEOGRAPHIC RISING TONE MARK"@en .

<http://lexvo.org/id/char/302C> a lvont:Character ;
    lvont:represents "〬"^^xsd:string ;
    rdfs:comment "IDEOGRAPHIC DEPARTING TONE MARK"@en .

<http://lexvo.org/id/char/302D> a lvont:Character ;
    lvont:represents "〭"^^xsd:string ;
    rdfs:comment "IDEOGRAPHIC ENTERING TONE MARK"@en .

<http://lexvo.org/id/char/302E> a lvont:Character ;
    lvont:represents "〮"^^xsd:string ;
    rdfs:comment "HANGUL SINGLE DOT TONE MARK"@en .

<http://lexvo.org/id/char/302F> a lvont:Character ;
    lvont:represents "〯"^^xsd:string ;
    rdfs:comment "HANGUL DOUBLE DOT TONE MARK"@en .

<http://lexvo.org/id/char/3030> a lvont:Character ;
    lvont:represents "〰"^^xsd:string ;
    rdfs:comment "WAVY DASH"@en .

<http://lexvo.org/id/char/3031> a lvont:Character ;
    lvont:represents "〱"^^xsd:string ;
    rdfs:comment "VERTICAL KANA REPEAT MARK"@en .

<http://lexvo.org/id/char/3032> a lvont:Character ;
    lvont:represents "〲"^^xsd:string ;
    rdfs:comment "VERTICAL KANA REPEAT WITH VOICED SOUND MARK"@en .

<http://lexvo.org/id/char/3033> a lvont:Character ;
    lvont:represents "〳"^^xsd:string ;
    rdfs:comment "VERTICAL KANA REPEAT MARK UPPER HALF"@en .

<http://lexvo.org/id/char/3034> a lvont:Character ;
    lvont:represents "〴"^^xsd:string ;
    rdfs:comment "VERTICAL KANA REPEAT WITH VOICED SOUND MARK UPPER HALF"@en .

<http://lexvo.org/id/char/3035> a lvont:Character ;
    lvont:represents "〵"^^xsd:string ;
    rdfs:comment "VERTICAL KANA REPEAT MARK LOWER HALF"@en .

<http://lexvo.org/id/char/3036> a lvont:Character ;
    lvont:represents "〶"^^xsd:string ;
    rdfs:comment "CIRCLED POSTAL MARK"@en .

<http://lexvo.org/id/char/3037> a lvont:Character ;
    lvont:represents "〷"^^xsd:string ;
    rdfs:comment "IDEOGRAPHIC TELEGRAPH LINE FEED SEPARATOR SYMBOL"@en .

<http://lexvo.org/id/char/3038> a lvont:Character ;
    lvont:represents "〸"^^xsd:string ;
    rdfs:comment "HANGZHOU NUMERAL TEN"@en .

<http://lexvo.org/id/char/3039> a lvont:Character ;
    lvont:represents "〹"^^xsd:string ;
    rdfs:comment "HANGZHOU NUMERAL TWENTY"@en .

<http://lexvo.org/id/char/303A> a lvont:Character ;
    lvont:represents "〺"^^xsd:string ;
    rdfs:comment "HANGZHOU NUMERAL THIRTY"@en .

<http://lexvo.org/id/char/303B> a lvont:Character ;
    lvont:represents "〻"^^xsd:string ;
    rdfs:comment "VERTICAL IDEOGRAPHIC ITERATION MARK"@en .

<http://lexvo.org/id/char/303C> a lvont:Character ;
    lvont:represents "〼"^^xsd:string ;
    rdfs:comment "MASU MARK"@en .

<http://lexvo.org/id/char/303D> a lvont:Character ;
    lvont:represents "〽"^^xsd:string ;
    rdfs:comment "PART ALTERNATION MARK"@en .

<http://lexvo.org/id/char/303E> a lvont:Character ;
    lvont:represents "〾"^^xsd:string ;
    rdfs:comment "IDEOGRAPHIC VARIATION INDICATOR"@en .

<http://lexvo.org/id/char/303F> a lvont:Character ;
    lvont:represents "〿"^^xsd:string ;
    rdfs:comment "IDEOGRAPHIC HALF FILL SPACE"@en .

<http://lexvo.org/id/char/3041> a lvont:Character ;
    lvont:represents "ぁ"^^xsd:string ;
    rdfs:comment "HIRAGANA LETTER SMALL A"@en .

<http://lexvo.org/id/char/3042> a lvont:Character ;
    lvont:represents "あ"^^xsd:string ;
    rdfs:comment "HIRAGANA LETTER A"@en .

<http://lexvo.org/id/char/3043> a lvont:Character ;
    lvont:represents "ぃ"^^xsd:string ;
    rdfs:comment "HIRAGANA LETTER SMALL I"@en .

<http://lexvo.org/id/char/3044> a lvont:Character ;
    lvont:represents "い"^^xsd:string ;
    rdfs:comment "HIRAGANA LETTER I"@en .

<http://lexvo.org/id/char/3045> a lvont:Character ;
    lvont:represents "ぅ"^^xsd:string ;
    rdfs:comment "HIRAGANA LETTER SMALL U"@en .

<http://lexvo.org/id/char/3046> a lvont:Character ;
    lvont:represents "う"^^xsd:string ;
    rdfs:comment "HIRAGANA LETTER U"@en .

<http://lexvo.org/id/char/3047> a lvont:Character ;
    lvont:represents "ぇ"^^xsd:string ;
    rdfs:comment "HIRAGANA LETTER SMALL E"@en .

<http://lexvo.org/id/char/3048> a lvont:Character ;
    lvont:represents "え"^^xsd:string ;
    rdfs:comment "HIRAGANA LETTER E"@en .

<http://lexvo.org/id/char/3049> a lvont:Character ;
    lvont:represents "ぉ"^^xsd:string ;
    rdfs:comment "HIRAGANA LETTER SMALL O"@en .

<http://lexvo.org/id/char/304A> a lvont:Character ;
    lvont:represents "お"^^xsd:string ;
    rdfs:comment "HIRAGANA LETTER O"@en .

<http://lexvo.org/id/char/304B> a lvont:Character ;
    lvont:represents "か"^^xsd:string ;
    rdfs:comment "HIRAGANA LETTER KA"@en .

<http://lexvo.org/id/char/304C> a lvont:Character ;
    lvont:represents "が"^^xsd:string ;
    rdfs:comment "HIRAGANA LETTER GA"@en .

<http://lexvo.org/id/char/304D> a lvont:Character ;
    lvont:represents "き"^^xsd:string ;
    rdfs:comment "HIRAGANA LETTER KI"@en .

<http://lexvo.org/id/char/304E> a lvont:Character ;
    lvont:represents "ぎ"^^xsd:string ;
    rdfs:comment "HIRAGANA LETTER GI"@en .

<http://lexvo.org/id/char/304F> a lvont:Character ;
    lvont:represents "く"^^xsd:string ;
    rdfs:comment "HIRAGANA LETTER KU"@en .

<http://lexvo.org/id/char/3050> a lvont:Character ;
    lvont:represents "ぐ"^^xsd:string ;
    rdfs:comment "HIRAGANA LETTER GU"@en .

<http://lexvo.org/id/char/3051> a lvont:Character ;
    lvont:represents "け"^^xsd:string ;
    rdfs:comment "HIRAGANA LETTER KE"@en .

<http://lexvo.org/id/char/3052> a lvont:Character ;
    lvont:represents "げ"^^xsd:string ;
    rdfs:comment "HIRAGANA LETTER GE"@en .

<http://lexvo.org/id/char/3053> a lvont:Character ;
    lvont:represents "こ"^^xsd:string ;
    rdfs:comment "HIRAGANA LETTER KO"@en .

<http://lexvo.org/id/char/3054> a lvont:Character ;
    lvont:represents "ご"^^xsd:string ;
    rdfs:comment "HIRAGANA LETTER GO"@en .

<http://lexvo.org/id/char/3055> a lvont:Character ;
    lvont:represents "さ"^^xsd:string ;
    rdfs:comment "HIRAGANA LETTER SA"@en .

<http://lexvo.org/id/char/3056> a lvont:Character ;
    lvont:represents "ざ"^^xsd:string ;
    rdfs:comment "HIRAGANA LETTER ZA"@en .

<http://lexvo.org/id/char/3057> a lvont:Character ;
    lvont:represents "し"^^xsd:string ;
    rdfs:comment "HIRAGANA LETTER SI"@en .

<http://lexvo.org/id/char/3058> a lvont:Character ;
    lvont:represents "じ"^^xsd:string ;
    rdfs:comment "HIRAGANA LETTER ZI"@en .

<http://lexvo.org/id/char/3059> a lvont:Character ;
    lvont:represents "す"^^xsd:string ;
    rdfs:comment "HIRAGANA LETTER SU"@en .

<http://lexvo.org/id/char/305A> a lvont:Character ;
    lvont:represents "ず"^^xsd:string ;
    rdfs:comment "HIRAGANA LETTER ZU"@en .

<http://lexvo.org/id/char/305B> a lvont:Character ;
    lvont:represents "せ"^^xsd:string ;
    rdfs:comment "HIRAGANA LETTER SE"@en .

<http://lexvo.org/id/char/305C> a lvont:Character ;
    lvont:represents "ぜ"^^xsd:string ;
    rdfs:comment "HIRAGANA LETTER ZE"@en .

<http://lexvo.org/id/char/305D> a lvont:Character ;
    lvont:represents "そ"^^xsd:string ;
    rdfs:comment "HIRAGANA LETTER SO"@en .

<http://lexvo.org/id/char/305E> a lvont:Character ;
    lvont:represents "ぞ"^^xsd:string ;
    rdfs:comment "HIRAGANA LETTER ZO"@en .

<http://lexvo.org/id/char/305F> a lvont:Character ;
    lvont:represents "た"^^xsd:string ;
    rdfs:comment "HIRAGANA LETTER TA"@en .

<http://lexvo.org/id/char/3060> a lvont:Character ;
    lvont:represents "だ"^^xsd:string ;
    rdfs:comment "HIRAGANA LETTER DA"@en .

<http://lexvo.org/id/char/3061> a lvont:Character ;
    lvont:represents "ち"^^xsd:string ;
    rdfs:comment "HIRAGANA LETTER TI"@en .

<http://lexvo.org/id/char/3062> a lvont:Character ;
    lvont:represents "ぢ"^^xsd:string ;
    rdfs:comment "HIRAGANA LETTER DI"@en .

<http://lexvo.org/id/char/3063> a lvont:Character ;
    lvont:represents "っ"^^xsd:string ;
    rdfs:comment "HIRAGANA LETTER SMALL TU"@en .

<http://lexvo.org/id/char/3064> a lvont:Character ;
    lvont:represents "つ"^^xsd:string ;
    rdfs:comment "HIRAGANA LETTER TU"@en .

<http://lexvo.org/id/char/3065> a lvont:Character ;
    lvont:represents "づ"^^xsd:string ;
    rdfs:comment "HIRAGANA LETTER DU"@en .

<http://lexvo.org/id/char/3066> a lvont:Character ;
    lvont:represents "て"^^xsd:string ;
    rdfs:comment "HIRAGANA LETTER TE"@en .

<http://lexvo.org/id/char/3067> a lvont:Character ;
    lvont:represents "で"^^xsd:string ;
    rdfs:comment "HIRAGANA LETTER DE"@en .

<http://lexvo.org/id/char/3068> a lvont:Character ;
    lvont:represents "と"^^xsd:string ;
    rdfs:comment "HIRAGANA LETTER TO"@en .

<http://lexvo.org/id/char/3069> a lvont:Character ;
    lvont:represents "ど"^^xsd:string ;
    rdfs:comment "HIRAGANA LETTER DO"@en .

<http://lexvo.org/id/char/306A> a lvont:Character ;
    lvont:represents "な"^^xsd:string ;
    rdfs:comment "HIRAGANA LETTER NA"@en .

<http://lexvo.org/id/char/306B> a lvont:Character ;
    lvont:represents "に"^^xsd:string ;
    rdfs:comment "HIRAGANA LETTER NI"@en .

<http://lexvo.org/id/char/306C> a lvont:Character ;
    lvont:represents "ぬ"^^xsd:string ;
    rdfs:comment "HIRAGANA LETTER NU"@en .

<http://lexvo.org/id/char/306D> a lvont:Character ;
    lvont:represents "ね"^^xsd:string ;
    rdfs:comment "HIRAGANA LETTER NE"@en .

<http://lexvo.org/id/char/306E> a lvont:Character ;
    lvont:represents "の"^^xsd:string ;
    rdfs:comment "HIRAGANA LETTER NO"@en .

<http://lexvo.org/id/char/306F> a lvont:Character ;
    lvont:represents "は"^^xsd:string ;
    rdfs:comment "HIRAGANA LETTER HA"@en .

<http://lexvo.org/id/char/3070> a lvont:Character ;
    lvont:represents "ば"^^xsd:string ;
    rdfs:comment "HIRAGANA LETTER BA"@en .

<http://lexvo.org/id/char/3071> a lvont:Character ;
    lvont:represents "ぱ"^^xsd:string ;
    rdfs:comment "HIRAGANA LETTER PA"@en .

<http://lexvo.org/id/char/3072> a lvont:Character ;
    lvont:represents "ひ"^^xsd:string ;
    rdfs:comment "HIRAGANA LETTER HI"@en .

<http://lexvo.org/id/char/3073> a lvont:Character ;
    lvont:represents "び"^^xsd:string ;
    rdfs:comment "HIRAGANA LETTER BI"@en .

<http://lexvo.org/id/char/3074> a lvont:Character ;
    lvont:represents "ぴ"^^xsd:string ;
    rdfs:comment "HIRAGANA LETTER PI"@en .

<http://lexvo.org/id/char/3075> a lvont:Character ;
    lvont:represents "ふ"^^xsd:string ;
    rdfs:comment "HIRAGANA LETTER HU"@en .

<http://lexvo.org/id/char/3076> a lvont:Character ;
    lvont:represents "ぶ"^^xsd:string ;
    rdfs:comment "HIRAGANA LETTER BU"@en .

<http://lexvo.org/id/char/3077> a lvont:Character ;
    lvont:represents "ぷ"^^xsd:string ;
    rdfs:comment "HIRAGANA LETTER PU"@en .

<http://lexvo.org/id/char/3078> a lvont:Character ;
    lvont:represents "へ"^^xsd:string ;
    rdfs:comment "HIRAGANA LETTER HE"@en .

<http://lexvo.org/id/char/3079> a lvont:Character ;
    lvont:represents "べ"^^xsd:string ;
    rdfs:comment "HIRAGANA LETTER BE"@en .

<http://lexvo.org/id/char/307A> a lvont:Character ;
    lvont:represents "ぺ"^^xsd:string ;
    rdfs:comment "HIRAGANA LETTER PE"@en .

<http://lexvo.org/id/char/307B> a lvont:Character ;
    lvont:represents "ほ"^^xsd:string ;
    rdfs:comment "HIRAGANA LETTER HO"@en .

<http://lexvo.org/id/char/307C> a lvont:Character ;
    lvont:represents "ぼ"^^xsd:string ;
    rdfs:comment "HIRAGANA LETTER BO"@en .

<http://lexvo.org/id/char/307D> a lvont:Character ;
    lvont:represents "ぽ"^^xsd:string ;
    rdfs:comment "HIRAGANA LETTER PO"@en .

<http://lexvo.org/id/char/307E> a lvont:Character ;
    lvont:represents "ま"^^xsd:string ;
    rdfs:comment "HIRAGANA LETTER MA"@en .

<http://lexvo.org/id/char/307F> a lvont:Character ;
    lvont:represents "み"^^xsd:string ;
    rdfs:comment "HIRAGANA LETTER MI"@en .

<http://lexvo.org/id/char/3080> a lvont:Character ;
    lvont:represents "む"^^xsd:string ;
    rdfs:comment "HIRAGANA LETTER MU"@en .

<http://lexvo.org/id/char/3081> a lvont:Character ;
    lvont:represents "め"^^xsd:string ;
    rdfs:comment "HIRAGANA LETTER ME"@en .

<http://lexvo.org/id/char/3082> a lvont:Character ;
    lvont:represents "も"^^xsd:string ;
    rdfs:comment "HIRAGANA LETTER MO"@en .

<http://lexvo.org/id/char/3083> a lvont:Character ;
    lvont:represents "ゃ"^^xsd:string ;
    rdfs:comment "HIRAGANA LETTER SMALL YA"@en .

<http://lexvo.org/id/char/3084> a lvont:Character ;
    lvont:represents "や"^^xsd:string ;
    rdfs:comment "HIRAGANA LETTER YA"@en .

<http://lexvo.org/id/char/3085> a lvont:Character ;
    lvont:represents "ゅ"^^xsd:string ;
    rdfs:comment "HIRAGANA LETTER SMALL YU"@en .

<http://lexvo.org/id/char/3086> a lvont:Character ;
    lvont:represents "ゆ"^^xsd:string ;
    rdfs:comment "HIRAGANA LETTER YU"@en .

<http://lexvo.org/id/char/3087> a lvont:Character ;
    lvont:represents "ょ"^^xsd:string ;
    rdfs:comment "HIRAGANA LETTER SMALL YO"@en .

<http://lexvo.org/id/char/3088> a lvont:Character ;
    lvont:represents "よ"^^xsd:string ;
    rdfs:comment "HIRAGANA LETTER YO"@en .

<http://lexvo.org/id/char/3089> a lvont:Character ;
    lvont:represents "ら"^^xsd:string ;
    rdfs:comment "HIRAGANA LETTER RA"@en .

<http://lexvo.org/id/char/308A> a lvont:Character ;
    lvont:represents "り"^^xsd:string ;
    rdfs:comment "HIRAGANA LETTER RI"@en .

<http://lexvo.org/id/char/308B> a lvont:Character ;
    lvont:represents "る"^^xsd:string ;
    rdfs:comment "HIRAGANA LETTER RU"@en .

<http://lexvo.org/id/char/308C> a lvont:Character ;
    lvont:represents "れ"^^xsd:string ;
    rdfs:comment "HIRAGANA LETTER RE"@en .

<http://lexvo.org/id/char/308D> a lvont:Character ;
    lvont:represents "ろ"^^xsd:string ;
    rdfs:comment "HIRAGANA LETTER RO"@en .

<http://lexvo.org/id/char/308E> a lvont:Character ;
    lvont:represents "ゎ"^^xsd:string ;
    rdfs:comment "HIRAGANA LETTER SMALL WA"@en .

<http://lexvo.org/id/char/308F> a lvont:Character ;
    lvont:represents "わ"^^xsd:string ;
    rdfs:comment "HIRAGANA LETTER WA"@en .

<http://lexvo.org/id/char/3090> a lvont:Character ;
    lvont:represents "ゐ"^^xsd:string ;
    rdfs:comment "HIRAGANA LETTER WI"@en .

<http://lexvo.org/id/char/3091> a lvont:Character ;
    lvont:represents "ゑ"^^xsd:string ;
    rdfs:comment "HIRAGANA LETTER WE"@en .

<http://lexvo.org/id/char/3092> a lvont:Character ;
    lvont:represents "を"^^xsd:string ;
    rdfs:comment "HIRAGANA LETTER WO"@en .

<http://lexvo.org/id/char/3093> a lvont:Character ;
    lvont:represents "ん"^^xsd:string ;
    rdfs:comment "HIRAGANA LETTER N"@en .

<http://lexvo.org/id/char/3094> a lvont:Character ;
    lvont:represents "ゔ"^^xsd:string ;
    rdfs:comment "HIRAGANA LETTER VU"@en .

<http://lexvo.org/id/char/3095> a lvont:Character ;
    lvont:represents "ゕ"^^xsd:string ;
    rdfs:comment "HIRAGANA LETTER SMALL KA"@en .

<http://lexvo.org/id/char/3096> a lvont:Character ;
    lvont:represents "ゖ"^^xsd:string ;
    rdfs:comment "HIRAGANA LETTER SMALL KE"@en .

<http://lexvo.org/id/char/3099> a lvont:Character ;
    lvont:represents "゙"^^xsd:string ;
    rdfs:comment "COMBINING KATAKANA-HIRAGANA VOICED SOUND MARK"@en .

<http://lexvo.org/id/char/309A> a lvont:Character ;
    lvont:represents "゚"^^xsd:string ;
    rdfs:comment "COMBINING KATAKANA-HIRAGANA SEMI-VOICED SOUND MARK"@en .

<http://lexvo.org/id/char/309B> a lvont:Character ;
    lvont:represents "゛"^^xsd:string ;
    rdfs:comment "KATAKANA-HIRAGANA VOICED SOUND MARK"@en .

<http://lexvo.org/id/char/309C> a lvont:Character ;
    lvont:represents "゜"^^xsd:string ;
    rdfs:comment "KATAKANA-HIRAGANA SEMI-VOICED SOUND MARK"@en .

<http://lexvo.org/id/char/309D> a lvont:Character ;
    lvont:represents "ゝ"^^xsd:string ;
    rdfs:comment "HIRAGANA ITERATION MARK"@en .

<http://lexvo.org/id/char/309E> a lvont:Character ;
    lvont:represents "ゞ"^^xsd:string ;
    rdfs:comment "HIRAGANA VOICED ITERATION MARK"@en .

<http://lexvo.org/id/char/309F> a lvont:Character ;
    lvont:represents "ゟ"^^xsd:string ;
    rdfs:comment "HIRAGANA DIGRAPH YORI"@en .

<http://lexvo.org/id/char/30A0> a lvont:Character ;
    lvont:represents "゠"^^xsd:string ;
    rdfs:comment "KATAKANA-HIRAGANA DOUBLE HYPHEN"@en .

<http://lexvo.org/id/char/30A1> a lvont:Character ;
    lvont:represents "ァ"^^xsd:string ;
    rdfs:comment "KATAKANA LETTER SMALL A"@en .

<http://lexvo.org/id/char/30A2> a lvont:Character ;
    lvont:represents "ア"^^xsd:string ;
    rdfs:comment "KATAKANA LETTER A"@en .

<http://lexvo.org/id/char/30A3> a lvont:Character ;
    lvont:represents "ィ"^^xsd:string ;
    rdfs:comment "KATAKANA LETTER SMALL I"@en .

<http://lexvo.org/id/char/30A4> a lvont:Character ;
    lvont:represents "イ"^^xsd:string ;
    rdfs:comment "KATAKANA LETTER I"@en .

<http://lexvo.org/id/char/30A5> a lvont:Character ;
    lvont:represents "ゥ"^^xsd:string ;
    rdfs:comment "KATAKANA LETTER SMALL U"@en .

<http://lexvo.org/id/char/30A6> a lvont:Character ;
    lvont:represents "ウ"^^xsd:string ;
    rdfs:comment "KATAKANA LETTER U"@en .

<http://lexvo.org/id/char/30A7> a lvont:Character ;
    lvont:represents "ェ"^^xsd:string ;
    rdfs:comment "KATAKANA LETTER SMALL E"@en .

<http://lexvo.org/id/char/30A8> a lvont:Character ;
    lvont:represents "エ"^^xsd:string ;
    rdfs:comment "KATAKANA LETTER E"@en .

<http://lexvo.org/id/char/30A9> a lvont:Character ;
    lvont:represents "ォ"^^xsd:string ;
    rdfs:comment "KATAKANA LETTER SMALL O"@en .

<http://lexvo.org/id/char/30AA> a lvont:Character ;
    lvont:represents "オ"^^xsd:string ;
    rdfs:comment "KATAKANA LETTER O"@en .

<http://lexvo.org/id/char/30AB> a lvont:Character ;
    lvont:represents "カ"^^xsd:string ;
    rdfs:comment "KATAKANA LETTER KA"@en .

<http://lexvo.org/id/char/30AC> a lvont:Character ;
    lvont:represents "ガ"^^xsd:string ;
    rdfs:comment "KATAKANA LETTER GA"@en .

<http://lexvo.org/id/char/30AD> a lvont:Character ;
    lvont:represents "キ"^^xsd:string ;
    rdfs:comment "KATAKANA LETTER KI"@en .

<http://lexvo.org/id/char/30AE> a lvont:Character ;
    lvont:represents "ギ"^^xsd:string ;
    rdfs:comment "KATAKANA LETTER GI"@en .

<http://lexvo.org/id/char/30AF> a lvont:Character ;
    lvont:represents "ク"^^xsd:string ;
    rdfs:comment "KATAKANA LETTER KU"@en .

<http://lexvo.org/id/char/30B0> a lvont:Character ;
    lvont:represents "グ"^^xsd:string ;
    rdfs:comment "KATAKANA LETTER GU"@en .

<http://lexvo.org/id/char/30B1> a lvont:Character ;
    lvont:represents "ケ"^^xsd:string ;
    rdfs:comment "KATAKANA LETTER KE"@en .

<http://lexvo.org/id/char/30B2> a lvont:Character ;
    lvont:represents "ゲ"^^xsd:string ;
    rdfs:comment "KATAKANA LETTER GE"@en .

<http://lexvo.org/id/char/30B3> a lvont:Character ;
    lvont:represents "コ"^^xsd:string ;
    rdfs:comment "KATAKANA LETTER KO"@en .

<http://lexvo.org/id/char/30B4> a lvont:Character ;
    lvont:represents "ゴ"^^xsd:string ;
    rdfs:comment "KATAKANA LETTER GO"@en .

<http://lexvo.org/id/char/30B5> a lvont:Character ;
    lvont:represents "サ"^^xsd:string ;
    rdfs:comment "KATAKANA LETTER SA"@en .

<http://lexvo.org/id/char/30B6> a lvont:Character ;
    lvont:represents "ザ"^^xsd:string ;
    rdfs:comment "KATAKANA LETTER ZA"@en .

<http://lexvo.org/id/char/30B7> a lvont:Character ;
    lvont:represents "シ"^^xsd:string ;
    rdfs:comment "KATAKANA LETTER SI"@en .

<http://lexvo.org/id/char/30B8> a lvont:Character ;
    lvont:represents "ジ"^^xsd:string ;
    rdfs:comment "KATAKANA LETTER ZI"@en .

<http://lexvo.org/id/char/30B9> a lvont:Character ;
    lvont:represents "ス"^^xsd:string ;
    rdfs:comment "KATAKANA LETTER SU"@en .

<http://lexvo.org/id/char/30BA> a lvont:Character ;
    lvont:represents "ズ"^^xsd:string ;
    rdfs:comment "KATAKANA LETTER ZU"@en .

<http://lexvo.org/id/char/30BB> a lvont:Character ;
    lvont:represents "セ"^^xsd:string ;
    rdfs:comment "KATAKANA LETTER SE"@en .

<http://lexvo.org/id/char/30BC> a lvont:Character ;
    lvont:represents "ゼ"^^xsd:string ;
    rdfs:comment "KATAKANA LETTER ZE"@en .

<http://lexvo.org/id/char/30BD> a lvont:Character ;
    lvont:represents "ソ"^^xsd:string ;
    rdfs:comment "KATAKANA LETTER SO"@en .

<http://lexvo.org/id/char/30BE> a lvont:Character ;
    lvont:represents "ゾ"^^xsd:string ;
    rdfs:comment "KATAKANA LETTER ZO"@en .

<http://lexvo.org/id/char/30BF> a lvont:Character ;
    lvont:represents "タ"^^xsd:string ;
    rdfs:comment "KATAKANA LETTER TA"@en .

<http://lexvo.org/id/char/30C0> a lvont:Character ;
    lvont:represents "ダ"^^xsd:string ;
    rdfs:comment "KATAKANA LETTER DA"@en .

<http://lexvo.org/id/char/30C1> a lvont:Character ;
    lvont:represents "チ"^^xsd:string ;
    rdfs:comment "KATAKANA LETTER TI"@en .

<http://lexvo.org/id/char/30C2> a lvont:Character ;
    lvont:represents "ヂ"^^xsd:string ;
    rdfs:comment "KATAKANA LETTER DI"@en .

<http://lexvo.org/id/char/30C3> a lvont:Character ;
    lvont:represents "ッ"^^xsd:string ;
    rdfs:comment "KATAKANA LETTER SMALL TU"@en .

<http://lexvo.org/id/char/30C4> a lvont:Character ;
    lvont:represents "ツ"^^xsd:string ;
    rdfs:comment "KATAKANA LETTER TU"@en .

<http://lexvo.org/id/char/30C5> a lvont:Character ;
    lvont:represents "ヅ"^^xsd:string ;
    rdfs:comment "KATAKANA LETTER DU"@en .

<http://lexvo.org/id/char/30C6> a lvont:Character ;
    lvont:represents "テ"^^xsd:string ;
    rdfs:comment "KATAKANA LETTER TE"@en .

<http://lexvo.org/id/char/30C7> a lvont:Character ;
    lvont:represents "デ"^^xsd:string ;
    rdfs:comment "KATAKANA LETTER DE"@en .

<http://lexvo.org/id/char/30C8> a lvont:Character ;
    lvont:represents "ト"^^xsd:string ;
    rdfs:comment "KATAKANA LETTER TO"@en .

<http://lexvo.org/id/char/30C9> a lvont:Character ;
    lvont:represents "ド"^^xsd:string ;
    rdfs:comment "KATAKANA LETTER DO"@en .

<http://lexvo.org/id/char/30CA> a lvont:Character ;
    lvont:represents "ナ"^^xsd:string ;
    rdfs:comment "KATAKANA LETTER NA"@en .

<http://lexvo.org/id/char/30CB> a lvont:Character ;
    lvont:represents "ニ"^^xsd:string ;
    rdfs:comment "KATAKANA LETTER NI"@en .

<http://lexvo.org/id/char/30CC> a lvont:Character ;
    lvont:represents "ヌ"^^xsd:string ;
    rdfs:comment "KATAKANA LETTER NU"@en .

<http://lexvo.org/id/char/30CD> a lvont:Character ;
    lvont:represents "ネ"^^xsd:string ;
    rdfs:comment "KATAKANA LETTER NE"@en .

<http://lexvo.org/id/char/30CE> a lvont:Character ;
    lvont:represents "ノ"^^xsd:string ;
    rdfs:comment "KATAKANA LETTER NO"@en .

<http://lexvo.org/id/char/30CF> a lvont:Character ;
    lvont:represents "ハ"^^xsd:string ;
    rdfs:comment "KATAKANA LETTER HA"@en .

<http://lexvo.org/id/char/30D0> a lvont:Character ;
    lvont:represents "バ"^^xsd:string ;
    rdfs:comment "KATAKANA LETTER BA"@en .

<http://lexvo.org/id/char/30D1> a lvont:Character ;
    lvont:represents "パ"^^xsd:string ;
    rdfs:comment "KATAKANA LETTER PA"@en .

<http://lexvo.org/id/char/30D2> a lvont:Character ;
    lvont:represents "ヒ"^^xsd:string ;
    rdfs:comment "KATAKANA LETTER HI"@en .

<http://lexvo.org/id/char/30D3> a lvont:Character ;
    lvont:represents "ビ"^^xsd:string ;
    rdfs:comment "KATAKANA LETTER BI"@en .

<http://lexvo.org/id/char/30D4> a lvont:Character ;
    lvont:represents "ピ"^^xsd:string ;
    rdfs:comment "KATAKANA LETTER PI"@en .

<http://lexvo.org/id/char/30D5> a lvont:Character ;
    lvont:represents "フ"^^xsd:string ;
    rdfs:comment "KATAKANA LETTER HU"@en .

<http://lexvo.org/id/char/30D6> a lvont:Character ;
    lvont:represents "ブ"^^xsd:string ;
    rdfs:comment "KATAKANA LETTER BU"@en .

<http://lexvo.org/id/char/30D7> a lvont:Character ;
    lvont:represents "プ"^^xsd:string ;
    rdfs:comment "KATAKANA LETTER PU"@en .

<http://lexvo.org/id/char/30D8> a lvont:Character ;
    lvont:represents "ヘ"^^xsd:string ;
    rdfs:comment "KATAKANA LETTER HE"@en .

<http://lexvo.org/id/char/30D9> a lvont:Character ;
    lvont:represents "ベ"^^xsd:string ;
    rdfs:comment "KATAKANA LETTER BE"@en .

<http://lexvo.org/id/char/30DA> a lvont:Character ;
    lvont:represents "ペ"^^xsd:string ;
    rdfs:comment "KATAKANA LETTER PE"@en .

<http://lexvo.org/id/char/30DB> a lvont:Character ;
    lvont:represents "ホ"^^xsd:string ;
    rdfs:comment "KATAKANA LETTER HO"@en .

<http://lexvo.org/id/char/30DC> a lvont:Character ;
    lvont:represents "ボ"^^xsd:string ;
    rdfs:comment "KATAKANA LETTER BO"@en .

<http://lexvo.org/id/char/30DD> a lvont:Character ;
    lvont:represents "ポ"^^xsd:string ;
    rdfs:comment "KATAKANA LETTER PO"@en .

<http://lexvo.org/id/char/30DE> a lvont:Character ;
    lvont:represents "マ"^^xsd:string ;
    rdfs:comment "KATAKANA LETTER MA"@en .

<http://lexvo.org/id/char/30DF> a lvont:Character ;
    lvont:represents "ミ"^^xsd:string ;
    rdfs:comment "KATAKANA LETTER MI"@en .

<http://lexvo.org/id/char/30E0> a lvont:Character ;
    lvont:represents "ム"^^xsd:string ;
    rdfs:comment "KATAKANA LETTER MU"@en .

<http://lexvo.org/id/char/30E1> a lvont:Character ;
    lvont:represents "メ"^^xsd:string ;
    rdfs:comment "KATAKANA LETTER ME"@en .

<http://lexvo.org/id/char/30E2> a lvont:Character ;
    lvont:represents "モ"^^xsd:string ;
    rdfs:comment "KATAKANA LETTER MO"@en .

<http://lexvo.org/id/char/30E3> a lvont:Character ;
    lvont:represents "ャ"^^xsd:string ;
    rdfs:comment "KATAKANA LETTER SMALL YA"@en .

<http://lexvo.org/id/char/30E4> a lvont:Character ;
    lvont:represents "ヤ"^^xsd:string ;
    rdfs:comment "KATAKANA LETTER YA"@en .

<http://lexvo.org/id/char/30E5> a lvont:Character ;
    lvont:represents "ュ"^^xsd:string ;
    rdfs:comment "KATAKANA LETTER SMALL YU"@en .

<http://lexvo.org/id/char/30E6> a lvont:Character ;
    lvont:represents "ユ"^^xsd:string ;
    rdfs:comment "KATAKANA LETTER YU"@en .

<http://lexvo.org/id/char/30E7> a lvont:Character ;
    lvont:represents "ョ"^^xsd:string ;
    rdfs:comment "KATAKANA LETTER SMALL YO"@en .

<http://lexvo.org/id/char/30E8> a lvont:Character ;
    lvont:represents "ヨ"^^xsd:string ;
    rdfs:comment "KATAKANA LETTER YO"@en .

<http://lexvo.org/id/char/30E9> a lvont:Character ;
    lvont:represents "ラ"^^xsd:string ;
    rdfs:comment "KATAKANA LETTER RA"@en .

<http://lexvo.org/id/char/30EA> a lvont:Character ;
    lvont:represents "リ"^^xsd:string ;
    rdfs:comment "KATAKANA LETTER RI"@en .

<http://lexvo.org/id/char/30EB> a lvont:Character ;
    lvont:represents "ル"^^xsd:string ;
    rdfs:comment "KATAKANA LETTER RU"@en .

<http://lexvo.org/id/char/30EC> a lvont:Character ;
    lvont:represents "レ"^^xsd:string ;
    rdfs:comment "KATAKANA LETTER RE"@en .

<http://lexvo.org/id/char/30ED> a lvont:Character ;
    lvont:represents "ロ"^^xsd:string ;
    rdfs:comment "KATAKANA LETTER RO"@en .

<http://lexvo.org/id/char/30EE> a lvont:Character ;
    lvont:represents "ヮ"^^xsd:string ;
    rdfs:comment "KATAKANA LETTER SMALL WA"@en .

<http://lexvo.org/id/char/30EF> a lvont:Character ;
    lvont:represents "ワ"^^xsd:string ;
    rdfs:comment "KATAKANA LETTER WA"@en .

<http://lexvo.org/id/char/30F0> a lvont:Character ;
    lvont:represents "ヰ"^^xsd:string ;
    rdfs:comment "KATAKANA LETTER WI"@en .

<http://lexvo.org/id/char/30F1> a lvont:Character ;
    lvont:represents "ヱ"^^xsd:string ;
    rdfs:comment "KATAKANA LETTER WE"@en .

<http://lexvo.org/id/char/30F2> a lvont:Character ;
    lvont:represents "ヲ"^^xsd:string ;
    rdfs:comment "KATAKANA LETTER WO"@en .

<http://lexvo.org/id/char/30F3> a lvont:Character ;
    lvont:represents "ン"^^xsd:string ;
    rdfs:comment "KATAKANA LETTER N"@en .

<http://lexvo.org/id/char/30F4> a lvont:Character ;
    lvont:represents "ヴ"^^xsd:string ;
    rdfs:comment "KATAKANA LETTER VU"@en .

<http://lexvo.org/id/char/30F5> a lvont:Character ;
    lvont:represents "ヵ"^^xsd:string ;
    rdfs:comment "KATAKANA LETTER SMALL KA"@en .

<http://lexvo.org/id/char/30F6> a lvont:Character ;
    lvont:represents "ヶ"^^xsd:string ;
    rdfs:comment "KATAKANA LETTER SMALL KE"@en .

<http://lexvo.org/id/char/30F7> a lvont:Character ;
    lvont:represents "ヷ"^^xsd:string ;
    rdfs:comment "KATAKANA LETTER VA"@en .

<http://lexvo.org/id/char/30F8> a lvont:Character ;
    lvont:represents "ヸ"^^xsd:string ;
    rdfs:comment "KATAKANA LETTER VI"@en .

<http://lexvo.org/id/char/30F9> a lvont:Character ;
    lvont:represents "ヹ"^^xsd:string ;
    rdfs:comment "KATAKANA LETTER VE"@en .

<http://lexvo.org/id/char/30FA> a lvont:Character ;
    lvont:represents "ヺ"^^xsd:string ;
    rdfs:comment "KATAKANA LETTER VO"@en .

<http://lexvo.org/id/char/30FB> a lvont:Character ;
    lvont:represents "・"^^xsd:string ;
    rdfs:comment "KATAKANA MIDDLE DOT"@en .

<http://lexvo.org/id/char/30FC> a lvont:Character ;
    lvont:represents "ー"^^xsd:string ;
    rdfs:comment "KATAKANA-HIRAGANA PROLONGED SOUND MARK"@en .

<http://lexvo.org/id/char/30FD> a lvont:Character ;
    lvont:represents "ヽ"^^xsd:string ;
    rdfs:comment "KATAKANA ITERATION MARK"@en .

<http://lexvo.org/id/char/30FE> a lvont:Character ;
    lvont:represents "ヾ"^^xsd:string ;
    rdfs:comment "KATAKANA VOICED ITERATION MARK"@en .

<http://lexvo.org/id/char/30FF> a lvont:Character ;
    lvont:represents "ヿ"^^xsd:string ;
    rdfs:comment "KATAKANA DIGRAPH KOTO"@en .

<http://lexvo.org/id/char/3105> a lvont:Character ;
    lvont:represents "ㄅ"^^xsd:string ;
    rdfs:comment "BOPOMOFO LETTER B"@en .

<http://lexvo.org/id/char/3106> a lvont:Character ;
    lvont:represents "ㄆ"^^xsd:string ;
    rdfs:comment "BOPOMOFO LETTER P"@en .

<http://lexvo.org/id/char/3107> a lvont:Character ;
    lvont:represents "ㄇ"^^xsd:string ;
    rdfs:comment "BOPOMOFO LETTER M"@en .

<http://lexvo.org/id/char/3108> a lvont:Character ;
    lvont:represents "ㄈ"^^xsd:string ;
    rdfs:comment "BOPOMOFO LETTER F"@en .

<http://lexvo.org/id/char/3109> a lvont:Character ;
    lvont:represents "ㄉ"^^xsd:string ;
    rdfs:comment "BOPOMOFO LETTER D"@en .

<http://lexvo.org/id/char/310A> a lvont:Character ;
    lvont:represents "ㄊ"^^xsd:string ;
    rdfs:comment "BOPOMOFO LETTER T"@en .

<http://lexvo.org/id/char/310B> a lvont:Character ;
    lvont:represents "ㄋ"^^xsd:string ;
    rdfs:comment "BOPOMOFO LETTER N"@en .

<http://lexvo.org/id/char/310C> a lvont:Character ;
    lvont:represents "ㄌ"^^xsd:string ;
    rdfs:comment "BOPOMOFO LETTER L"@en .

<http://lexvo.org/id/char/310D> a lvont:Character ;
    lvont:represents "ㄍ"^^xsd:string ;
    rdfs:comment "BOPOMOFO LETTER G"@en .

<http://lexvo.org/id/char/310E> a lvont:Character ;
    lvont:represents "ㄎ"^^xsd:string ;
    rdfs:comment "BOPOMOFO LETTER K"@en .

<http://lexvo.org/id/char/310F> a lvont:Character ;
    lvont:represents "ㄏ"^^xsd:string ;
    rdfs:comment "BOPOMOFO LETTER H"@en .

<http://lexvo.org/id/char/3110> a lvont:Character ;
    lvont:represents "ㄐ"^^xsd:string ;
    rdfs:comment "BOPOMOFO LETTER J"@en .

<http://lexvo.org/id/char/3111> a lvont:Character ;
    lvont:represents "ㄑ"^^xsd:string ;
    rdfs:comment "BOPOMOFO LETTER Q"@en .

<http://lexvo.org/id/char/3112> a lvont:Character ;
    lvont:represents "ㄒ"^^xsd:string ;
    rdfs:comment "BOPOMOFO LETTER X"@en .

<http://lexvo.org/id/char/3113> a lvont:Character ;
    lvont:represents "ㄓ"^^xsd:string ;
    rdfs:comment "BOPOMOFO LETTER ZH"@en .

<http://lexvo.org/id/char/3114> a lvont:Character ;
    lvont:represents "ㄔ"^^xsd:string ;
    rdfs:comment "BOPOMOFO LETTER CH"@en .

<http://lexvo.org/id/char/3115> a lvont:Character ;
    lvont:represents "ㄕ"^^xsd:string ;
    rdfs:comment "BOPOMOFO LETTER SH"@en .

<http://lexvo.org/id/char/3116> a lvont:Character ;
    lvont:represents "ㄖ"^^xsd:string ;
    rdfs:comment "BOPOMOFO LETTER R"@en .

<http://lexvo.org/id/char/3117> a lvont:Character ;
    lvont:represents "ㄗ"^^xsd:string ;
    rdfs:comment "BOPOMOFO LETTER Z"@en .

<http://lexvo.org/id/char/3118> a lvont:Character ;
    lvont:represents "ㄘ"^^xsd:string ;
    rdfs:comment "BOPOMOFO LETTER C"@en .

<http://lexvo.org/id/char/3119> a lvont:Character ;
    lvont:represents "ㄙ"^^xsd:string ;
    rdfs:comment "BOPOMOFO LETTER S"@en .

<http://lexvo.org/id/char/311A> a lvont:Character ;
    lvont:represents "ㄚ"^^xsd:string ;
    rdfs:comment "BOPOMOFO LETTER A"@en .

<http://lexvo.org/id/char/311B> a lvont:Character ;
    lvont:represents "ㄛ"^^xsd:string ;
    rdfs:comment "BOPOMOFO LETTER O"@en .

<http://lexvo.org/id/char/311C> a lvont:Character ;
    lvont:represents "ㄜ"^^xsd:string ;
    rdfs:comment "BOPOMOFO LETTER E"@en .

<http://lexvo.org/id/char/311D> a lvont:Character ;
    lvont:represents "ㄝ"^^xsd:string ;
    rdfs:comment "BOPOMOFO LETTER EH"@en .

<http://lexvo.org/id/char/311E> a lvont:Character ;
    lvont:represents "ㄞ"^^xsd:string ;
    rdfs:comment "BOPOMOFO LETTER AI"@en .

<http://lexvo.org/id/char/311F> a lvont:Character ;
    lvont:represents "ㄟ"^^xsd:string ;
    rdfs:comment "BOPOMOFO LETTER EI"@en .

<http://lexvo.org/id/char/3120> a lvont:Character ;
    lvont:represents "ㄠ"^^xsd:string ;
    rdfs:comment "BOPOMOFO LETTER AU"@en .

<http://lexvo.org/id/char/3121> a lvont:Character ;
    lvont:represents "ㄡ"^^xsd:string ;
    rdfs:comment "BOPOMOFO LETTER OU"@en .

<http://lexvo.org/id/char/3122> a lvont:Character ;
    lvont:represents "ㄢ"^^xsd:string ;
    rdfs:comment "BOPOMOFO LETTER AN"@en .

<http://lexvo.org/id/char/3123> a lvont:Character ;
    lvont:represents "ㄣ"^^xsd:string ;
    rdfs:comment "BOPOMOFO LETTER EN"@en .

<http://lexvo.org/id/char/3124> a lvont:Character ;
    lvont:represents "ㄤ"^^xsd:string ;
    rdfs:comment "BOPOMOFO LETTER ANG"@en .

<http://lexvo.org/id/char/3125> a lvont:Character ;
    lvont:represents "ㄥ"^^xsd:string ;
    rdfs:comment "BOPOMOFO LETTER ENG"@en .

<http://lexvo.org/id/char/3126> a lvont:Character ;
    lvont:represents "ㄦ"^^xsd:string ;
    rdfs:comment "BOPOMOFO LETTER ER"@en .

<http://lexvo.org/id/char/3127> a lvont:Character ;
    lvont:represents "ㄧ"^^xsd:string ;
    rdfs:comment "BOPOMOFO LETTER I"@en .

<http://lexvo.org/id/char/3128> a lvont:Character ;
    lvont:represents "ㄨ"^^xsd:string ;
    rdfs:comment "BOPOMOFO LETTER U"@en .

<http://lexvo.org/id/char/3129> a lvont:Character ;
    lvont:represents "ㄩ"^^xsd:string ;
    rdfs:comment "BOPOMOFO LETTER IU"@en .

<http://lexvo.org/id/char/312A> a lvont:Character ;
    lvont:represents "ㄪ"^^xsd:string ;
    rdfs:comment "BOPOMOFO LETTER V"@en .

<http://lexvo.org/id/char/312B> a lvont:Character ;
    lvont:represents "ㄫ"^^xsd:string ;
    rdfs:comment "BOPOMOFO LETTER NG"@en .

<http://lexvo.org/id/char/312C> a lvont:Character ;
    lvont:represents "ㄬ"^^xsd:string ;
    rdfs:comment "BOPOMOFO LETTER GN"@en .

<http://lexvo.org/id/char/312D> a lvont:Character ;
    lvont:represents "ㄭ"^^xsd:string ;
    rdfs:comment "BOPOMOFO LETTER IH"@en .

<http://lexvo.org/id/char/3131> a lvont:Character ;
    lvont:represents "ㄱ"^^xsd:string ;
    rdfs:comment "HANGUL LETTER KIYEOK"@en .

<http://lexvo.org/id/char/3132> a lvont:Character ;
    lvont:represents "ㄲ"^^xsd:string ;
    rdfs:comment "HANGUL LETTER SSANGKIYEOK"@en .

<http://lexvo.org/id/char/3133> a lvont:Character ;
    lvont:represents "ㄳ"^^xsd:string ;
    rdfs:comment "HANGUL LETTER KIYEOK-SIOS"@en .

<http://lexvo.org/id/char/3134> a lvont:Character ;
    lvont:represents "ㄴ"^^xsd:string ;
    rdfs:comment "HANGUL LETTER NIEUN"@en .

<http://lexvo.org/id/char/3135> a lvont:Character ;
    lvont:represents "ㄵ"^^xsd:string ;
    rdfs:comment "HANGUL LETTER NIEUN-CIEUC"@en .

<http://lexvo.org/id/char/3136> a lvont:Character ;
    lvont:represents "ㄶ"^^xsd:string ;
    rdfs:comment "HANGUL LETTER NIEUN-HIEUH"@en .

<http://lexvo.org/id/char/3137> a lvont:Character ;
    lvont:represents "ㄷ"^^xsd:string ;
    rdfs:comment "HANGUL LETTER TIKEUT"@en .

<http://lexvo.org/id/char/3138> a lvont:Character ;
    lvont:represents "ㄸ"^^xsd:string ;
    rdfs:comment "HANGUL LETTER SSANGTIKEUT"@en .

<http://lexvo.org/id/char/3139> a lvont:Character ;
    lvont:represents "ㄹ"^^xsd:string ;
    rdfs:comment "HANGUL LETTER RIEUL"@en .

<http://lexvo.org/id/char/313A> a lvont:Character ;
    lvont:represents "ㄺ"^^xsd:string ;
    rdfs:comment "HANGUL LETTER RIEUL-KIYEOK"@en .

<http://lexvo.org/id/char/313B> a lvont:Character ;
    lvont:represents "ㄻ"^^xsd:string ;
    rdfs:comment "HANGUL LETTER RIEUL-MIEUM"@en .

<http://lexvo.org/id/char/313C> a lvont:Character ;
    lvont:represents "ㄼ"^^xsd:string ;
    rdfs:comment "HANGUL LETTER RIEUL-PIEUP"@en .

<http://lexvo.org/id/char/313D> a lvont:Character ;
    lvont:represents "ㄽ"^^xsd:string ;
    rdfs:comment "HANGUL LETTER RIEUL-SIOS"@en .

<http://lexvo.org/id/char/313E> a lvont:Character ;
    lvont:represents "ㄾ"^^xsd:string ;
    rdfs:comment "HANGUL LETTER RIEUL-THIEUTH"@en .

<http://lexvo.org/id/char/313F> a lvont:Character ;
    lvont:represents "ㄿ"^^xsd:string ;
    rdfs:comment "HANGUL LETTER RIEUL-PHIEUPH"@en .

<http://lexvo.org/id/char/3140> a lvont:Character ;
    lvont:represents "ㅀ"^^xsd:string ;
    rdfs:comment "HANGUL LETTER RIEUL-HIEUH"@en .

<http://lexvo.org/id/char/3141> a lvont:Character ;
    lvont:represents "ㅁ"^^xsd:string ;
    rdfs:comment "HANGUL LETTER MIEUM"@en .

<http://lexvo.org/id/char/3142> a lvont:Character ;
    lvont:represents "ㅂ"^^xsd:string ;
    rdfs:comment "HANGUL LETTER PIEUP"@en .

<http://lexvo.org/id/char/3143> a lvont:Character ;
    lvont:represents "ㅃ"^^xsd:string ;
    rdfs:comment "HANGUL LETTER SSANGPIEUP"@en .

<http://lexvo.org/id/char/3144> a lvont:Character ;
    lvont:represents "ㅄ"^^xsd:string ;
    rdfs:comment "HANGUL LETTER PIEUP-SIOS"@en .

<http://lexvo.org/id/char/3145> a lvont:Character ;
    lvont:represents "ㅅ"^^xsd:string ;
    rdfs:comment "HANGUL LETTER SIOS"@en .

<http://lexvo.org/id/char/3146> a lvont:Character ;
    lvont:represents "ㅆ"^^xsd:string ;
    rdfs:comment "HANGUL LETTER SSANGSIOS"@en .

<http://lexvo.org/id/char/3147> a lvont:Character ;
    lvont:represents "ㅇ"^^xsd:string ;
    rdfs:comment "HANGUL LETTER IEUNG"@en .

<http://lexvo.org/id/char/3148> a lvont:Character ;
    lvont:represents "ㅈ"^^xsd:string ;
    rdfs:comment "HANGUL LETTER CIEUC"@en .

<http://lexvo.org/id/char/3149> a lvont:Character ;
    lvont:represents "ㅉ"^^xsd:string ;
    rdfs:comment "HANGUL LETTER SSANGCIEUC"@en .

<http://lexvo.org/id/char/314A> a lvont:Character ;
    lvont:represents "ㅊ"^^xsd:string ;
    rdfs:comment "HANGUL LETTER CHIEUCH"@en .

<http://lexvo.org/id/char/314B> a lvont:Character ;
    lvont:represents "ㅋ"^^xsd:string ;
    rdfs:comment "HANGUL LETTER KHIEUKH"@en .

<http://lexvo.org/id/char/314C> a lvont:Character ;
    lvont:represents "ㅌ"^^xsd:string ;
    rdfs:comment "HANGUL LETTER THIEUTH"@en .

<http://lexvo.org/id/char/314D> a lvont:Character ;
    lvont:represents "ㅍ"^^xsd:string ;
    rdfs:comment "HANGUL LETTER PHIEUPH"@en .

<http://lexvo.org/id/char/314E> a lvont:Character ;
    lvont:represents "ㅎ"^^xsd:string ;
    rdfs:comment "HANGUL LETTER HIEUH"@en .

<http://lexvo.org/id/char/314F> a lvont:Character ;
    lvont:represents "ㅏ"^^xsd:string ;
    rdfs:comment "HANGUL LETTER A"@en .

<http://lexvo.org/id/char/3150> a lvont:Character ;
    lvont:represents "ㅐ"^^xsd:string ;
    rdfs:comment "HANGUL LETTER AE"@en .

<http://lexvo.org/id/char/3151> a lvont:Character ;
    lvont:represents "ㅑ"^^xsd:string ;
    rdfs:comment "HANGUL LETTER YA"@en .

<http://lexvo.org/id/char/3152> a lvont:Character ;
    lvont:represents "ㅒ"^^xsd:string ;
    rdfs:comment "HANGUL LETTER YAE"@en .

<http://lexvo.org/id/char/3153> a lvont:Character ;
    lvont:represents "ㅓ"^^xsd:string ;
    rdfs:comment "HANGUL LETTER EO"@en .

<http://lexvo.org/id/char/3154> a lvont:Character ;
    lvont:represents "ㅔ"^^xsd:string ;
    rdfs:comment "HANGUL LETTER E"@en .

<http://lexvo.org/id/char/3155> a lvont:Character ;
    lvont:represents "ㅕ"^^xsd:string ;
    rdfs:comment "HANGUL LETTER YEO"@en .

<http://lexvo.org/id/char/3156> a lvont:Character ;
    lvont:represents "ㅖ"^^xsd:string ;
    rdfs:comment "HANGUL LETTER YE"@en .

<http://lexvo.org/id/char/3157> a lvont:Character ;
    lvont:represents "ㅗ"^^xsd:string ;
    rdfs:comment "HANGUL LETTER O"@en .

<http://lexvo.org/id/char/3158> a lvont:Character ;
    lvont:represents "ㅘ"^^xsd:string ;
    rdfs:comment "HANGUL LETTER WA"@en .

<http://lexvo.org/id/char/3159> a lvont:Character ;
    lvont:represents "ㅙ"^^xsd:string ;
    rdfs:comment "HANGUL LETTER WAE"@en .

<http://lexvo.org/id/char/315A> a lvont:Character ;
    lvont:represents "ㅚ"^^xsd:string ;
    rdfs:comment "HANGUL LETTER OE"@en .

<http://lexvo.org/id/char/315B> a lvont:Character ;
    lvont:represents "ㅛ"^^xsd:string ;
    rdfs:comment "HANGUL LETTER YO"@en .

<http://lexvo.org/id/char/315C> a lvont:Character ;
    lvont:represents "ㅜ"^^xsd:string ;
    rdfs:comment "HANGUL LETTER U"@en .

<http://lexvo.org/id/char/315D> a lvont:Character ;
    lvont:represents "ㅝ"^^xsd:string ;
    rdfs:comment "HANGUL LETTER WEO"@en .

<http://lexvo.org/id/char/315E> a lvont:Character ;
    lvont:represents "ㅞ"^^xsd:string ;
    rdfs:comment "HANGUL LETTER WE"@en .

<http://lexvo.org/id/char/315F> a lvont:Character ;
    lvont:represents "ㅟ"^^xsd:string ;
    rdfs:comment "HANGUL LETTER WI"@en .

<http://lexvo.org/id/char/3160> a lvont:Character ;
    lvont:represents "ㅠ"^^xsd:string ;
    rdfs:comment "HANGUL LETTER YU"@en .

<http://lexvo.org/id/char/3161> a lvont:Character ;
    lvont:represents "ㅡ"^^xsd:string ;
    rdfs:comment "HANGUL LETTER EU"@en .

<http://lexvo.org/id/char/3162> a lvont:Character ;
    lvont:represents "ㅢ"^^xsd:string ;
    rdfs:comment "HANGUL LETTER YI"@en .

<http://lexvo.org/id/char/3163> a lvont:Character ;
    lvont:represents "ㅣ"^^xsd:string ;
    rdfs:comment "HANGUL LETTER I"@en .

<http://lexvo.org/id/char/3164> a lvont:Character ;
    lvont:represents "ㅤ"^^xsd:string ;
    rdfs:comment "HANGUL FILLER"@en .

<http://lexvo.org/id/char/3165> a lvont:Character ;
    lvont:represents "ㅥ"^^xsd:string ;
    rdfs:comment "HANGUL LETTER SSANGNIEUN"@en .

<http://lexvo.org/id/char/3166> a lvont:Character ;
    lvont:represents "ㅦ"^^xsd:string ;
    rdfs:comment "HANGUL LETTER NIEUN-TIKEUT"@en .

<http://lexvo.org/id/char/3167> a lvont:Character ;
    lvont:represents "ㅧ"^^xsd:string ;
    rdfs:comment "HANGUL LETTER NIEUN-SIOS"@en .

<http://lexvo.org/id/char/3168> a lvont:Character ;
    lvont:represents "ㅨ"^^xsd:string ;
    rdfs:comment "HANGUL LETTER NIEUN-PANSIOS"@en .

<http://lexvo.org/id/char/3169> a lvont:Character ;
    lvont:represents "ㅩ"^^xsd:string ;
    rdfs:comment "HANGUL LETTER RIEUL-KIYEOK-SIOS"@en .

<http://lexvo.org/id/char/316A> a lvont:Character ;
    lvont:represents "ㅪ"^^xsd:string ;
    rdfs:comment "HANGUL LETTER RIEUL-TIKEUT"@en .

<http://lexvo.org/id/char/316B> a lvont:Character ;
    lvont:represents "ㅫ"^^xsd:string ;
    rdfs:comment "HANGUL LETTER RIEUL-PIEUP-SIOS"@en .

<http://lexvo.org/id/char/316C> a lvont:Character ;
    lvont:represents "ㅬ"^^xsd:string ;
    rdfs:comment "HANGUL LETTER RIEUL-PANSIOS"@en .

<http://lexvo.org/id/char/316D> a lvont:Character ;
    lvont:represents "ㅭ"^^xsd:string ;
    rdfs:comment "HANGUL LETTER RIEUL-YEORINHIEUH"@en .

<http://lexvo.org/id/char/316E> a lvont:Character ;
    lvont:represents "ㅮ"^^xsd:string ;
    rdfs:comment "HANGUL LETTER MIEUM-PIEUP"@en .

<http://lexvo.org/id/char/316F> a lvont:Character ;
    lvont:represents "ㅯ"^^xsd:string ;
    rdfs:comment "HANGUL LETTER MIEUM-SIOS"@en .

<http://lexvo.org/id/char/3170> a lvont:Character ;
    lvont:represents "ㅰ"^^xsd:string ;
    rdfs:comment "HANGUL LETTER MIEUM-PANSIOS"@en .

<http://lexvo.org/id/char/3171> a lvont:Character ;
    lvont:represents "ㅱ"^^xsd:string ;
    rdfs:comment "HANGUL LETTER KAPYEOUNMIEUM"@en .

<http://lexvo.org/id/char/3172> a lvont:Character ;
    lvont:represents "ㅲ"^^xsd:string ;
    rdfs:comment "HANGUL LETTER PIEUP-KIYEOK"@en .

<http://lexvo.org/id/char/3173> a lvont:Character ;
    lvont:represents "ㅳ"^^xsd:string ;
    rdfs:comment "HANGUL LETTER PIEUP-TIKEUT"@en .

<http://lexvo.org/id/char/3174> a lvont:Character ;
    lvont:represents "ㅴ"^^xsd:string ;
    rdfs:comment "HANGUL LETTER PIEUP-SIOS-KIYEOK"@en .

<http://lexvo.org/id/char/3175> a lvont:Character ;
    lvont:represents "ㅵ"^^xsd:string ;
    rdfs:comment "HANGUL LETTER PIEUP-SIOS-TIKEUT"@en .

<http://lexvo.org/id/char/3176> a lvont:Character ;
    lvont:represents "ㅶ"^^xsd:string ;
    rdfs:comment "HANGUL LETTER PIEUP-CIEUC"@en .

<http://lexvo.org/id/char/3177> a lvont:Character ;
    lvont:represents "ㅷ"^^xsd:string ;
    rdfs:comment "HANGUL LETTER PIEUP-THIEUTH"@en .

<http://lexvo.org/id/char/3178> a lvont:Character ;
    lvont:represents "ㅸ"^^xsd:string ;
    rdfs:comment "HANGUL LETTER KAPYEOUNPIEUP"@en .

<http://lexvo.org/id/char/3179> a lvont:Character ;
    lvont:represents "ㅹ"^^xsd:string ;
    rdfs:comment "HANGUL LETTER KAPYEOUNSSANGPIEUP"@en .

<http://lexvo.org/id/char/317A> a lvont:Character ;
    lvont:represents "ㅺ"^^xsd:string ;
    rdfs:comment "HANGUL LETTER SIOS-KIYEOK"@en .

<http://lexvo.org/id/char/317B> a lvont:Character ;
    lvont:represents "ㅻ"^^xsd:string ;
    rdfs:comment "HANGUL LETTER SIOS-NIEUN"@en .

<http://lexvo.org/id/char/317C> a lvont:Character ;
    lvont:represents "ㅼ"^^xsd:string ;
    rdfs:comment "HANGUL LETTER SIOS-TIKEUT"@en .

<http://lexvo.org/id/char/317D> a lvont:Character ;
    lvont:represents "ㅽ"^^xsd:string ;
    rdfs:comment "HANGUL LETTER SIOS-PIEUP"@en .

<http://lexvo.org/id/char/317E> a lvont:Character ;
    lvont:represents "ㅾ"^^xsd:string ;
    rdfs:comment "HANGUL LETTER SIOS-CIEUC"@en .

<http://lexvo.org/id/char/317F> a lvont:Character ;
    lvont:represents "ㅿ"^^xsd:string ;
    rdfs:comment "HANGUL LETTER PANSIOS"@en .

<http://lexvo.org/id/char/3180> a lvont:Character ;
    lvont:represents "ㆀ"^^xsd:string ;
    rdfs:comment "HANGUL LETTER SSANGIEUNG"@en .

<http://lexvo.org/id/char/3181> a lvont:Character ;
    lvont:represents "ㆁ"^^xsd:string ;
    rdfs:comment "HANGUL LETTER YESIEUNG"@en .

<http://lexvo.org/id/char/3182> a lvont:Character ;
    lvont:represents "ㆂ"^^xsd:string ;
    rdfs:comment "HANGUL LETTER YESIEUNG-SIOS"@en .

<http://lexvo.org/id/char/3183> a lvont:Character ;
    lvont:represents "ㆃ"^^xsd:string ;
    rdfs:comment "HANGUL LETTER YESIEUNG-PANSIOS"@en .

<http://lexvo.org/id/char/3184> a lvont:Character ;
    lvont:represents "ㆄ"^^xsd:string ;
    rdfs:comment "HANGUL LETTER KAPYEOUNPHIEUPH"@en .

<http://lexvo.org/id/char/3185> a lvont:Character ;
    lvont:represents "ㆅ"^^xsd:string ;
    rdfs:comment "HANGUL LETTER SSANGHIEUH"@en .

<http://lexvo.org/id/char/3186> a lvont:Character ;
    lvont:represents "ㆆ"^^xsd:string ;
    rdfs:comment "HANGUL LETTER YEORINHIEUH"@en .

<http://lexvo.org/id/char/3187> a lvont:Character ;
    lvont:represents "ㆇ"^^xsd:string ;
    rdfs:comment "HANGUL LETTER YO-YA"@en .

<http://lexvo.org/id/char/3188> a lvont:Character ;
    lvont:represents "ㆈ"^^xsd:string ;
    rdfs:comment "HANGUL LETTER YO-YAE"@en .

<http://lexvo.org/id/char/3189> a lvont:Character ;
    lvont:represents "ㆉ"^^xsd:string ;
    rdfs:comment "HANGUL LETTER YO-I"@en .

<http://lexvo.org/id/char/318A> a lvont:Character ;
    lvont:represents "ㆊ"^^xsd:string ;
    rdfs:comment "HANGUL LETTER YU-YEO"@en .

<http://lexvo.org/id/char/318B> a lvont:Character ;
    lvont:represents "ㆋ"^^xsd:string ;
    rdfs:comment "HANGUL LETTER YU-YE"@en .

<http://lexvo.org/id/char/318C> a lvont:Character ;
    lvont:represents "ㆌ"^^xsd:string ;
    rdfs:comment "HANGUL LETTER YU-I"@en .

<http://lexvo.org/id/char/318D> a lvont:Character ;
    lvont:represents "ㆍ"^^xsd:string ;
    rdfs:comment "HANGUL LETTER ARAEA"@en .

<http://lexvo.org/id/char/318E> a lvont:Character ;
    lvont:represents "ㆎ"^^xsd:string ;
    rdfs:comment "HANGUL LETTER ARAEAE"@en .

<http://lexvo.org/id/char/3190> a lvont:Character ;
    lvont:represents "㆐"^^xsd:string ;
    rdfs:comment "IDEOGRAPHIC ANNOTATION LINKING MARK"@en .

<http://lexvo.org/id/char/3191> a lvont:Character ;
    lvont:represents "㆑"^^xsd:string ;
    rdfs:comment "IDEOGRAPHIC ANNOTATION REVERSE MARK"@en .

<http://lexvo.org/id/char/3192> a lvont:Character ;
    lvont:represents "㆒"^^xsd:string ;
    rdfs:comment "IDEOGRAPHIC ANNOTATION ONE MARK"@en .

<http://lexvo.org/id/char/3193> a lvont:Character ;
    lvont:represents "㆓"^^xsd:string ;
    rdfs:comment "IDEOGRAPHIC ANNOTATION TWO MARK"@en .

<http://lexvo.org/id/char/3194> a lvont:Character ;
    lvont:represents "㆔"^^xsd:string ;
    rdfs:comment "IDEOGRAPHIC ANNOTATION THREE MARK"@en .

<http://lexvo.org/id/char/3195> a lvont:Character ;
    lvont:represents "㆕"^^xsd:string ;
    rdfs:comment "IDEOGRAPHIC ANNOTATION FOUR MARK"@en .

<http://lexvo.org/id/char/3196> a lvont:Character ;
    lvont:represents "㆖"^^xsd:string ;
    rdfs:comment "IDEOGRAPHIC ANNOTATION TOP MARK"@en .

<http://lexvo.org/id/char/3197> a lvont:Character ;
    lvont:represents "㆗"^^xsd:string ;
    rdfs:comment "IDEOGRAPHIC ANNOTATION MIDDLE MARK"@en .

<http://lexvo.org/id/char/3198> a lvont:Character ;
    lvont:represents "㆘"^^xsd:string ;
    rdfs:comment "IDEOGRAPHIC ANNOTATION BOTTOM MARK"@en .

<http://lexvo.org/id/char/3199> a lvont:Character ;
    lvont:represents "㆙"^^xsd:string ;
    rdfs:comment "IDEOGRAPHIC ANNOTATION FIRST MARK"@en .

<http://lexvo.org/id/char/319A> a lvont:Character ;
    lvont:represents "㆚"^^xsd:string ;
    rdfs:comment "IDEOGRAPHIC ANNOTATION SECOND MARK"@en .

<http://lexvo.org/id/char/319B> a lvont:Character ;
    lvont:represents "㆛"^^xsd:string ;
    rdfs:comment "IDEOGRAPHIC ANNOTATION THIRD MARK"@en .

<http://lexvo.org/id/char/319C> a lvont:Character ;
    lvont:represents "㆜"^^xsd:string ;
    rdfs:comment "IDEOGRAPHIC ANNOTATION FOURTH MARK"@en .

<http://lexvo.org/id/char/319D> a lvont:Character ;
    lvont:represents "㆝"^^xsd:string ;
    rdfs:comment "IDEOGRAPHIC ANNOTATION HEAVEN MARK"@en .

<http://lexvo.org/id/char/319E> a lvont:Character ;
    lvont:represents "㆞"^^xsd:string ;
    rdfs:comment "IDEOGRAPHIC ANNOTATION EARTH MARK"@en .

<http://lexvo.org/id/char/319F> a lvont:Character ;
    lvont:represents "㆟"^^xsd:string ;
    rdfs:comment "IDEOGRAPHIC ANNOTATION MAN MARK"@en .

<http://lexvo.org/id/char/31A0> a lvont:Character ;
    lvont:represents "ㆠ"^^xsd:string ;
    rdfs:comment "BOPOMOFO LETTER BU"@en .

<http://lexvo.org/id/char/31A1> a lvont:Character ;
    lvont:represents "ㆡ"^^xsd:string ;
    rdfs:comment "BOPOMOFO LETTER ZI"@en .

<http://lexvo.org/id/char/31A2> a lvont:Character ;
    lvont:represents "ㆢ"^^xsd:string ;
    rdfs:comment "BOPOMOFO LETTER JI"@en .

<http://lexvo.org/id/char/31A3> a lvont:Character ;
    lvont:represents "ㆣ"^^xsd:string ;
    rdfs:comment "BOPOMOFO LETTER GU"@en .

<http://lexvo.org/id/char/31A4> a lvont:Character ;
    lvont:represents "ㆤ"^^xsd:string ;
    rdfs:comment "BOPOMOFO LETTER EE"@en .

<http://lexvo.org/id/char/31A5> a lvont:Character ;
    lvont:represents "ㆥ"^^xsd:string ;
    rdfs:comment "BOPOMOFO LETTER ENN"@en .

<http://lexvo.org/id/char/31A6> a lvont:Character ;
    lvont:represents "ㆦ"^^xsd:string ;
    rdfs:comment "BOPOMOFO LETTER OO"@en .

<http://lexvo.org/id/char/31A7> a lvont:Character ;
    lvont:represents "ㆧ"^^xsd:string ;
    rdfs:comment "BOPOMOFO LETTER ONN"@en .

<http://lexvo.org/id/char/31A8> a lvont:Character ;
    lvont:represents "ㆨ"^^xsd:string ;
    rdfs:comment "BOPOMOFO LETTER IR"@en .

<http://lexvo.org/id/char/31A9> a lvont:Character ;
    lvont:represents "ㆩ"^^xsd:string ;
    rdfs:comment "BOPOMOFO LETTER ANN"@en .

<http://lexvo.org/id/char/31AA> a lvont:Character ;
    lvont:represents "ㆪ"^^xsd:string ;
    rdfs:comment "BOPOMOFO LETTER INN"@en .

<http://lexvo.org/id/char/31AB> a lvont:Character ;
    lvont:represents "ㆫ"^^xsd:string ;
    rdfs:comment "BOPOMOFO LETTER UNN"@en .

<http://lexvo.org/id/char/31AC> a lvont:Character ;
    lvont:represents "ㆬ"^^xsd:string ;
    rdfs:comment "BOPOMOFO LETTER IM"@en .

<http://lexvo.org/id/char/31AD> a lvont:Character ;
    lvont:represents "ㆭ"^^xsd:string ;
    rdfs:comment "BOPOMOFO LETTER NGG"@en .

<http://lexvo.org/id/char/31AE> a lvont:Character ;
    lvont:represents "ㆮ"^^xsd:string ;
    rdfs:comment "BOPOMOFO LETTER AINN"@en .

<http://lexvo.org/id/char/31AF> a lvont:Character ;
    lvont:represents "ㆯ"^^xsd:string ;
    rdfs:comment "BOPOMOFO LETTER AUNN"@en .

<http://lexvo.org/id/char/31B0> a lvont:Character ;
    lvont:represents "ㆰ"^^xsd:string ;
    rdfs:comment "BOPOMOFO LETTER AM"@en .

<http://lexvo.org/id/char/31B1> a lvont:Character ;
    lvont:represents "ㆱ"^^xsd:string ;
    rdfs:comment "BOPOMOFO LETTER OM"@en .

<http://lexvo.org/id/char/31B2> a lvont:Character ;
    lvont:represents "ㆲ"^^xsd:string ;
    rdfs:comment "BOPOMOFO LETTER ONG"@en .

<http://lexvo.org/id/char/31B3> a lvont:Character ;
    lvont:represents "ㆳ"^^xsd:string ;
    rdfs:comment "BOPOMOFO LETTER INNN"@en .

<http://lexvo.org/id/char/31B4> a lvont:Character ;
    lvont:represents "ㆴ"^^xsd:string ;
    rdfs:comment "BOPOMOFO FINAL LETTER P"@en .

<http://lexvo.org/id/char/31B5> a lvont:Character ;
    lvont:represents "ㆵ"^^xsd:string ;
    rdfs:comment "BOPOMOFO FINAL LETTER T"@en .

<http://lexvo.org/id/char/31B6> a lvont:Character ;
    lvont:represents "ㆶ"^^xsd:string ;
    rdfs:comment "BOPOMOFO FINAL LETTER K"@en .

<http://lexvo.org/id/char/31B7> a lvont:Character ;
    lvont:represents "ㆷ"^^xsd:string ;
    rdfs:comment "BOPOMOFO FINAL LETTER H"@en .

<http://lexvo.org/id/char/31B8> a lvont:Character ;
    lvont:represents "ㆸ"^^xsd:string ;
    rdfs:comment "BOPOMOFO LETTER GH"@en .

<http://lexvo.org/id/char/31B9> a lvont:Character ;
    lvont:represents "ㆹ"^^xsd:string ;
    rdfs:comment "BOPOMOFO LETTER LH"@en .

<http://lexvo.org/id/char/31BA> a lvont:Character ;
    lvont:represents "ㆺ"^^xsd:string ;
    rdfs:comment "BOPOMOFO LETTER ZY"@en .

<http://lexvo.org/id/char/31C0> a lvont:Character ;
    lvont:represents "㇀"^^xsd:string ;
    rdfs:comment "CJK STROKE T"@en .

<http://lexvo.org/id/char/31C1> a lvont:Character ;
    lvont:represents "㇁"^^xsd:string ;
    rdfs:comment "CJK STROKE WG"@en .

<http://lexvo.org/id/char/31C2> a lvont:Character ;
    lvont:represents "㇂"^^xsd:string ;
    rdfs:comment "CJK STROKE XG"@en .

<http://lexvo.org/id/char/31C3> a lvont:Character ;
    lvont:represents "㇃"^^xsd:string ;
    rdfs:comment "CJK STROKE BXG"@en .

<http://lexvo.org/id/char/31C4> a lvont:Character ;
    lvont:represents "㇄"^^xsd:string ;
    rdfs:comment "CJK STROKE SW"@en .

<http://lexvo.org/id/char/31C5> a lvont:Character ;
    lvont:represents "㇅"^^xsd:string ;
    rdfs:comment "CJK STROKE HZZ"@en .

<http://lexvo.org/id/char/31C6> a lvont:Character ;
    lvont:represents "㇆"^^xsd:string ;
    rdfs:comment "CJK STROKE HZG"@en .

<http://lexvo.org/id/char/31C7> a lvont:Character ;
    lvont:represents "㇇"^^xsd:string ;
    rdfs:comment "CJK STROKE HP"@en .

<http://lexvo.org/id/char/31C8> a lvont:Character ;
    lvont:represents "㇈"^^xsd:string ;
    rdfs:comment "CJK STROKE HZWG"@en .

<http://lexvo.org/id/char/31C9> a lvont:Character ;
    lvont:represents "㇉"^^xsd:string ;
    rdfs:comment "CJK STROKE SZWG"@en .

<http://lexvo.org/id/char/31CA> a lvont:Character ;
    lvont:represents "㇊"^^xsd:string ;
    rdfs:comment "CJK STROKE HZT"@en .

<http://lexvo.org/id/char/31CB> a lvont:Character ;
    lvont:represents "㇋"^^xsd:string ;
    rdfs:comment "CJK STROKE HZZP"@en .

<http://lexvo.org/id/char/31CC> a lvont:Character ;
    lvont:represents "㇌"^^xsd:string ;
    rdfs:comment "CJK STROKE HPWG"@en .

<http://lexvo.org/id/char/31CD> a lvont:Character ;
    lvont:represents "㇍"^^xsd:string ;
    rdfs:comment "CJK STROKE HZW"@en .

<http://lexvo.org/id/char/31CE> a lvont:Character ;
    lvont:represents "㇎"^^xsd:string ;
    rdfs:comment "CJK STROKE HZZZ"@en .

<http://lexvo.org/id/char/31CF> a lvont:Character ;
    lvont:represents "㇏"^^xsd:string ;
    rdfs:comment "CJK STROKE N"@en .

<http://lexvo.org/id/char/31D0> a lvont:Character ;
    lvont:represents "㇐"^^xsd:string ;
    rdfs:comment "CJK STROKE H"@en .

<http://lexvo.org/id/char/31D1> a lvont:Character ;
    lvont:represents "㇑"^^xsd:string ;
    rdfs:comment "CJK STROKE S"@en .

<http://lexvo.org/id/char/31D2> a lvont:Character ;
    lvont:represents "㇒"^^xsd:string ;
    rdfs:comment "CJK STROKE P"@en .

<http://lexvo.org/id/char/31D3> a lvont:Character ;
    lvont:represents "㇓"^^xsd:string ;
    rdfs:comment "CJK STROKE SP"@en .

<http://lexvo.org/id/char/31D4> a lvont:Character ;
    lvont:represents "㇔"^^xsd:string ;
    rdfs:comment "CJK STROKE D"@en .

<http://lexvo.org/id/char/31D5> a lvont:Character ;
    lvont:represents "㇕"^^xsd:string ;
    rdfs:comment "CJK STROKE HZ"@en .

<http://lexvo.org/id/char/31D6> a lvont:Character ;
    lvont:represents "㇖"^^xsd:string ;
    rdfs:comment "CJK STROKE HG"@en .

<http://lexvo.org/id/char/31D7> a lvont:Character ;
    lvont:represents "㇗"^^xsd:string ;
    rdfs:comment "CJK STROKE SZ"@en .

<http://lexvo.org/id/char/31D8> a lvont:Character ;
    lvont:represents "㇘"^^xsd:string ;
    rdfs:comment "CJK STROKE SWZ"@en .

<http://lexvo.org/id/char/31D9> a lvont:Character ;
    lvont:represents "㇙"^^xsd:string ;
    rdfs:comment "CJK STROKE ST"@en .

<http://lexvo.org/id/char/31DA> a lvont:Character ;
    lvont:represents "㇚"^^xsd:string ;
    rdfs:comment "CJK STROKE SG"@en .

<http://lexvo.org/id/char/31DB> a lvont:Character ;
    lvont:represents "㇛"^^xsd:string ;
    rdfs:comment "CJK STROKE PD"@en .

<http://lexvo.org/id/char/31DC> a lvont:Character ;
    lvont:represents "㇜"^^xsd:string ;
    rdfs:comment "CJK STROKE PZ"@en .

<http://lexvo.org/id/char/31DD> a lvont:Character ;
    lvont:represents "㇝"^^xsd:string ;
    rdfs:comment "CJK STROKE TN"@en .

<http://lexvo.org/id/char/31DE> a lvont:Character ;
    lvont:represents "㇞"^^xsd:string ;
    rdfs:comment "CJK STROKE SZZ"@en .

<http://lexvo.org/id/char/31DF> a lvont:Character ;
    lvont:represents "㇟"^^xsd:string ;
    rdfs:comment "CJK STROKE SWG"@en .

<http://lexvo.org/id/char/31E0> a lvont:Character ;
    lvont:represents "㇠"^^xsd:string ;
    rdfs:comment "CJK STROKE HXWG"@en .

<http://lexvo.org/id/char/31E1> a lvont:Character ;
    lvont:represents "㇡"^^xsd:string ;
    rdfs:comment "CJK STROKE HZZZG"@en .

<http://lexvo.org/id/char/31E2> a lvont:Character ;
    lvont:represents "㇢"^^xsd:string ;
    rdfs:comment "CJK STROKE PG"@en .

<http://lexvo.org/id/char/31E3> a lvont:Character ;
    lvont:represents "㇣"^^xsd:string ;
    rdfs:comment "CJK STROKE Q"@en .

<http://lexvo.org/id/char/31F0> a lvont:Character ;
    lvont:represents "ㇰ"^^xsd:string ;
    rdfs:comment "KATAKANA LETTER SMALL KU"@en .

<http://lexvo.org/id/char/31F1> a lvont:Character ;
    lvont:represents "ㇱ"^^xsd:string ;
    rdfs:comment "KATAKANA LETTER SMALL SI"@en .

<http://lexvo.org/id/char/31F2> a lvont:Character ;
    lvont:represents "ㇲ"^^xsd:string ;
    rdfs:comment "KATAKANA LETTER SMALL SU"@en .

<http://lexvo.org/id/char/31F3> a lvont:Character ;
    lvont:represents "ㇳ"^^xsd:string ;
    rdfs:comment "KATAKANA LETTER SMALL TO"@en .

<http://lexvo.org/id/char/31F4> a lvont:Character ;
    lvont:represents "ㇴ"^^xsd:string ;
    rdfs:comment "KATAKANA LETTER SMALL NU"@en .

<http://lexvo.org/id/char/31F5> a lvont:Character ;
    lvont:represents "ㇵ"^^xsd:string ;
    rdfs:comment "KATAKANA LETTER SMALL HA"@en .

<http://lexvo.org/id/char/31F6> a lvont:Character ;
    lvont:represents "ㇶ"^^xsd:string ;
    rdfs:comment "KATAKANA LETTER SMALL HI"@en .

<http://lexvo.org/id/char/31F7> a lvont:Character ;
    lvont:represents "ㇷ"^^xsd:string ;
    rdfs:comment "KATAKANA LETTER SMALL HU"@en .

<http://lexvo.org/id/char/31F8> a lvont:Character ;
    lvont:represents "ㇸ"^^xsd:string ;
    rdfs:comment "KATAKANA LETTER SMALL HE"@en .

<http://lexvo.org/id/char/31F9> a lvont:Character ;
    lvont:represents "ㇹ"^^xsd:string ;
    rdfs:comment "KATAKANA LETTER SMALL HO"@en .

<http://lexvo.org/id/char/31FA> a lvont:Character ;
    lvont:represents "ㇺ"^^xsd:string ;
    rdfs:comment "KATAKANA LETTER SMALL MU"@en .

<http://lexvo.org/id/char/31FB> a lvont:Character ;
    lvont:represents "ㇻ"^^xsd:string ;
    rdfs:comment "KATAKANA LETTER SMALL RA"@en .

<http://lexvo.org/id/char/31FC> a lvont:Character ;
    lvont:represents "ㇼ"^^xsd:string ;
    rdfs:comment "KATAKANA LETTER SMALL RI"@en .

<http://lexvo.org/id/char/31FD> a lvont:Character ;
    lvont:represents "ㇽ"^^xsd:string ;
    rdfs:comment "KATAKANA LETTER SMALL RU"@en .

<http://lexvo.org/id/char/31FE> a lvont:Character ;
    lvont:represents "ㇾ"^^xsd:string ;
    rdfs:comment "KATAKANA LETTER SMALL RE"@en .

<http://lexvo.org/id/char/31FF> a lvont:Character ;
    lvont:represents "ㇿ"^^xsd:string ;
    rdfs:comment "KATAKANA LETTER SMALL RO"@en .

<http://lexvo.org/id/char/3200> a lvont:Character ;
    lvont:represents "㈀"^^xsd:string ;
    rdfs:comment "PARENTHESIZED HANGUL KIYEOK"@en .

<http://lexvo.org/id/char/3201> a lvont:Character ;
    lvont:represents "㈁"^^xsd:string ;
    rdfs:comment "PARENTHESIZED HANGUL NIEUN"@en .

<http://lexvo.org/id/char/3202> a lvont:Character ;
    lvont:represents "㈂"^^xsd:string ;
    rdfs:comment "PARENTHESIZED HANGUL TIKEUT"@en .

<http://lexvo.org/id/char/3203> a lvont:Character ;
    lvont:represents "㈃"^^xsd:string ;
    rdfs:comment "PARENTHESIZED HANGUL RIEUL"@en .

<http://lexvo.org/id/char/3204> a lvont:Character ;
    lvont:represents "㈄"^^xsd:string ;
    rdfs:comment "PARENTHESIZED HANGUL MIEUM"@en .

<http://lexvo.org/id/char/3205> a lvont:Character ;
    lvont:represents "㈅"^^xsd:string ;
    rdfs:comment "PARENTHESIZED HANGUL PIEUP"@en .

<http://lexvo.org/id/char/3206> a lvont:Character ;
    lvont:represents "㈆"^^xsd:string ;
    rdfs:comment "PARENTHESIZED HANGUL SIOS"@en .

<http://lexvo.org/id/char/3207> a lvont:Character ;
    lvont:represents "㈇"^^xsd:string ;
    rdfs:comment "PARENTHESIZED HANGUL IEUNG"@en .

<http://lexvo.org/id/char/3208> a lvont:Character ;
    lvont:represents "㈈"^^xsd:string ;
    rdfs:comment "PARENTHESIZED HANGUL CIEUC"@en .

<http://lexvo.org/id/char/3209> a lvont:Character ;
    lvont:represents "㈉"^^xsd:string ;
    rdfs:comment "PARENTHESIZED HANGUL CHIEUCH"@en .

<http://lexvo.org/id/char/320A> a lvont:Character ;
    lvont:represents "㈊"^^xsd:string ;
    rdfs:comment "PARENTHESIZED HANGUL KHIEUKH"@en .

<http://lexvo.org/id/char/320B> a lvont:Character ;
    lvont:represents "㈋"^^xsd:string ;
    rdfs:comment "PARENTHESIZED HANGUL THIEUTH"@en .

<http://lexvo.org/id/char/320C> a lvont:Character ;
    lvont:represents "㈌"^^xsd:string ;
    rdfs:comment "PARENTHESIZED HANGUL PHIEUPH"@en .

<http://lexvo.org/id/char/320D> a lvont:Character ;
    lvont:represents "㈍"^^xsd:string ;
    rdfs:comment "PARENTHESIZED HANGUL HIEUH"@en .

<http://lexvo.org/id/char/320E> a lvont:Character ;
    lvont:represents "㈎"^^xsd:string ;
    rdfs:comment "PARENTHESIZED HANGUL KIYEOK A"@en .

<http://lexvo.org/id/char/320F> a lvont:Character ;
    lvont:represents "㈏"^^xsd:string ;
    rdfs:comment "PARENTHESIZED HANGUL NIEUN A"@en .

<http://lexvo.org/id/char/3210> a lvont:Character ;
    lvont:represents "㈐"^^xsd:string ;
    rdfs:comment "PARENTHESIZED HANGUL TIKEUT A"@en .

<http://lexvo.org/id/char/3211> a lvont:Character ;
    lvont:represents "㈑"^^xsd:string ;
    rdfs:comment "PARENTHESIZED HANGUL RIEUL A"@en .

<http://lexvo.org/id/char/3212> a lvont:Character ;
    lvont:represents "㈒"^^xsd:string ;
    rdfs:comment "PARENTHESIZED HANGUL MIEUM A"@en .

<http://lexvo.org/id/char/3213> a lvont:Character ;
    lvont:represents "㈓"^^xsd:string ;
    rdfs:comment "PARENTHESIZED HANGUL PIEUP A"@en .

<http://lexvo.org/id/char/3214> a lvont:Character ;
    lvont:represents "㈔"^^xsd:string ;
    rdfs:comment "PARENTHESIZED HANGUL SIOS A"@en .

<http://lexvo.org/id/char/3215> a lvont:Character ;
    lvont:represents "㈕"^^xsd:string ;
    rdfs:comment "PARENTHESIZED HANGUL IEUNG A"@en .

<http://lexvo.org/id/char/3216> a lvont:Character ;
    lvont:represents "㈖"^^xsd:string ;
    rdfs:comment "PARENTHESIZED HANGUL CIEUC A"@en .

<http://lexvo.org/id/char/3217> a lvont:Character ;
    lvont:represents "㈗"^^xsd:string ;
    rdfs:comment "PARENTHESIZED HANGUL CHIEUCH A"@en .

<http://lexvo.org/id/char/3218> a lvont:Character ;
    lvont:represents "㈘"^^xsd:string ;
    rdfs:comment "PARENTHESIZED HANGUL KHIEUKH A"@en .

<http://lexvo.org/id/char/3219> a lvont:Character ;
    lvont:represents "㈙"^^xsd:string ;
    rdfs:comment "PARENTHESIZED HANGUL THIEUTH A"@en .

<http://lexvo.org/id/char/321A> a lvont:Character ;
    lvont:represents "㈚"^^xsd:string ;
    rdfs:comment "PARENTHESIZED HANGUL PHIEUPH A"@en .

<http://lexvo.org/id/char/321B> a lvont:Character ;
    lvont:represents "㈛"^^xsd:string ;
    rdfs:comment "PARENTHESIZED HANGUL HIEUH A"@en .

<http://lexvo.org/id/char/321C> a lvont:Character ;
    lvont:represents "㈜"^^xsd:string ;
    rdfs:comment "PARENTHESIZED HANGUL CIEUC U"@en .

<http://lexvo.org/id/char/321D> a lvont:Character ;
    lvont:represents "㈝"^^xsd:string ;
    rdfs:comment "PARENTHESIZED KOREAN CHARACTER OJEON"@en .

<http://lexvo.org/id/char/321E> a lvont:Character ;
    lvont:represents "㈞"^^xsd:string ;
    rdfs:comment "PARENTHESIZED KOREAN CHARACTER O HU"@en .

<http://lexvo.org/id/char/3220> a lvont:Character ;
    lvont:represents "㈠"^^xsd:string ;
    rdfs:comment "PARENTHESIZED IDEOGRAPH ONE"@en .

<http://lexvo.org/id/char/3221> a lvont:Character ;
    lvont:represents "㈡"^^xsd:string ;
    rdfs:comment "PARENTHESIZED IDEOGRAPH TWO"@en .

<http://lexvo.org/id/char/3222> a lvont:Character ;
    lvont:represents "㈢"^^xsd:string ;
    rdfs:comment "PARENTHESIZED IDEOGRAPH THREE"@en .

<http://lexvo.org/id/char/3223> a lvont:Character ;
    lvont:represents "㈣"^^xsd:string ;
    rdfs:comment "PARENTHESIZED IDEOGRAPH FOUR"@en .

<http://lexvo.org/id/char/3224> a lvont:Character ;
    lvont:represents "㈤"^^xsd:string ;
    rdfs:comment "PARENTHESIZED IDEOGRAPH FIVE"@en .

<http://lexvo.org/id/char/3225> a lvont:Character ;
    lvont:represents "㈥"^^xsd:string ;
    rdfs:comment "PARENTHESIZED IDEOGRAPH SIX"@en .

<http://lexvo.org/id/char/3226> a lvont:Character ;
    lvont:represents "㈦"^^xsd:string ;
    rdfs:comment "PARENTHESIZED IDEOGRAPH SEVEN"@en .

<http://lexvo.org/id/char/3227> a lvont:Character ;
    lvont:represents "㈧"^^xsd:string ;
    rdfs:comment "PARENTHESIZED IDEOGRAPH EIGHT"@en .

<http://lexvo.org/id/char/3228> a lvont:Character ;
    lvont:represents "㈨"^^xsd:string ;
    rdfs:comment "PARENTHESIZED IDEOGRAPH NINE"@en .

<http://lexvo.org/id/char/3229> a lvont:Character ;
    lvont:represents "㈩"^^xsd:string ;
    rdfs:comment "PARENTHESIZED IDEOGRAPH TEN"@en .

<http://lexvo.org/id/char/322A> a lvont:Character ;
    lvont:represents "㈪"^^xsd:string ;
    rdfs:comment "PARENTHESIZED IDEOGRAPH MOON"@en .

<http://lexvo.org/id/char/322B> a lvont:Character ;
    lvont:represents "㈫"^^xsd:string ;
    rdfs:comment "PARENTHESIZED IDEOGRAPH FIRE"@en .

<http://lexvo.org/id/char/322C> a lvont:Character ;
    lvont:represents "㈬"^^xsd:string ;
    rdfs:comment "PARENTHESIZED IDEOGRAPH WATER"@en .

<http://lexvo.org/id/char/322D> a lvont:Character ;
    lvont:represents "㈭"^^xsd:string ;
    rdfs:comment "PARENTHESIZED IDEOGRAPH WOOD"@en .

<http://lexvo.org/id/char/322E> a lvont:Character ;
    lvont:represents "㈮"^^xsd:string ;
    rdfs:comment "PARENTHESIZED IDEOGRAPH METAL"@en .

<http://lexvo.org/id/char/322F> a lvont:Character ;
    lvont:represents "㈯"^^xsd:string ;
    rdfs:comment "PARENTHESIZED IDEOGRAPH EARTH"@en .

<http://lexvo.org/id/char/3230> a lvont:Character ;
    lvont:represents "㈰"^^xsd:string ;
    rdfs:comment "PARENTHESIZED IDEOGRAPH SUN"@en .

<http://lexvo.org/id/char/3231> a lvont:Character ;
    lvont:represents "㈱"^^xsd:string ;
    rdfs:comment "PARENTHESIZED IDEOGRAPH STOCK"@en .

<http://lexvo.org/id/char/3232> a lvont:Character ;
    lvont:represents "㈲"^^xsd:string ;
    rdfs:comment "PARENTHESIZED IDEOGRAPH HAVE"@en .

<http://lexvo.org/id/char/3233> a lvont:Character ;
    lvont:represents "㈳"^^xsd:string ;
    rdfs:comment "PARENTHESIZED IDEOGRAPH SOCIETY"@en .

<http://lexvo.org/id/char/3234> a lvont:Character ;
    lvont:represents "㈴"^^xsd:string ;
    rdfs:comment "PARENTHESIZED IDEOGRAPH NAME"@en .

<http://lexvo.org/id/char/3235> a lvont:Character ;
    lvont:represents "㈵"^^xsd:string ;
    rdfs:comment "PARENTHESIZED IDEOGRAPH SPECIAL"@en .

<http://lexvo.org/id/char/3236> a lvont:Character ;
    lvont:represents "㈶"^^xsd:string ;
    rdfs:comment "PARENTHESIZED IDEOGRAPH FINANCIAL"@en .

<http://lexvo.org/id/char/3237> a lvont:Character ;
    lvont:represents "㈷"^^xsd:string ;
    rdfs:comment "PARENTHESIZED IDEOGRAPH CONGRATULATION"@en .

<http://lexvo.org/id/char/3238> a lvont:Character ;
    lvont:represents "㈸"^^xsd:string ;
    rdfs:comment "PARENTHESIZED IDEOGRAPH LABOR"@en .

<http://lexvo.org/id/char/3239> a lvont:Character ;
    lvont:represents "㈹"^^xsd:string ;
    rdfs:comment "PARENTHESIZED IDEOGRAPH REPRESENT"@en .

<http://lexvo.org/id/char/323A> a lvont:Character ;
    lvont:represents "㈺"^^xsd:string ;
    rdfs:comment "PARENTHESIZED IDEOGRAPH CALL"@en .

<http://lexvo.org/id/char/323B> a lvont:Character ;
    lvont:represents "㈻"^^xsd:string ;
    rdfs:comment "PARENTHESIZED IDEOGRAPH STUDY"@en .

<http://lexvo.org/id/char/323C> a lvont:Character ;
    lvont:represents "㈼"^^xsd:string ;
    rdfs:comment "PARENTHESIZED IDEOGRAPH SUPERVISE"@en .

<http://lexvo.org/id/char/323D> a lvont:Character ;
    lvont:represents "㈽"^^xsd:string ;
    rdfs:comment "PARENTHESIZED IDEOGRAPH ENTERPRISE"@en .

<http://lexvo.org/id/char/323E> a lvont:Character ;
    lvont:represents "㈾"^^xsd:string ;
    rdfs:comment "PARENTHESIZED IDEOGRAPH RESOURCE"@en .

<http://lexvo.org/id/char/323F> a lvont:Character ;
    lvont:represents "㈿"^^xsd:string ;
    rdfs:comment "PARENTHESIZED IDEOGRAPH ALLIANCE"@en .

<http://lexvo.org/id/char/3240> a lvont:Character ;
    lvont:represents "㉀"^^xsd:string ;
    rdfs:comment "PARENTHESIZED IDEOGRAPH FESTIVAL"@en .

<http://lexvo.org/id/char/3241> a lvont:Character ;
    lvont:represents "㉁"^^xsd:string ;
    rdfs:comment "PARENTHESIZED IDEOGRAPH REST"@en .

<http://lexvo.org/id/char/3242> a lvont:Character ;
    lvont:represents "㉂"^^xsd:string ;
    rdfs:comment "PARENTHESIZED IDEOGRAPH SELF"@en .

<http://lexvo.org/id/char/3243> a lvont:Character ;
    lvont:represents "㉃"^^xsd:string ;
    rdfs:comment "PARENTHESIZED IDEOGRAPH REACH"@en .

<http://lexvo.org/id/char/3244> a lvont:Character ;
    lvont:represents "㉄"^^xsd:string ;
    rdfs:comment "CIRCLED IDEOGRAPH QUESTION"@en .

<http://lexvo.org/id/char/3245> a lvont:Character ;
    lvont:represents "㉅"^^xsd:string ;
    rdfs:comment "CIRCLED IDEOGRAPH KINDERGARTEN"@en .

<http://lexvo.org/id/char/3246> a lvont:Character ;
    lvont:represents "㉆"^^xsd:string ;
    rdfs:comment "CIRCLED IDEOGRAPH SCHOOL"@en .

<http://lexvo.org/id/char/3247> a lvont:Character ;
    lvont:represents "㉇"^^xsd:string ;
    rdfs:comment "CIRCLED IDEOGRAPH KOTO"@en .

<http://lexvo.org/id/char/3248> a lvont:Character ;
    lvont:represents "㉈"^^xsd:string ;
    rdfs:comment "CIRCLED NUMBER TEN ON BLACK SQUARE"@en .

<http://lexvo.org/id/char/3249> a lvont:Character ;
    lvont:represents "㉉"^^xsd:string ;
    rdfs:comment "CIRCLED NUMBER TWENTY ON BLACK SQUARE"@en .

<http://lexvo.org/id/char/324A> a lvont:Character ;
    lvont:represents "㉊"^^xsd:string ;
    rdfs:comment "CIRCLED NUMBER THIRTY ON BLACK SQUARE"@en .

<http://lexvo.org/id/char/324B> a lvont:Character ;
    lvont:represents "㉋"^^xsd:string ;
    rdfs:comment "CIRCLED NUMBER FORTY ON BLACK SQUARE"@en .

<http://lexvo.org/id/char/324C> a lvont:Character ;
    lvont:represents "㉌"^^xsd:string ;
    rdfs:comment "CIRCLED NUMBER FIFTY ON BLACK SQUARE"@en .

<http://lexvo.org/id/char/324D> a lvont:Character ;
    lvont:represents "㉍"^^xsd:string ;
    rdfs:comment "CIRCLED NUMBER SIXTY ON BLACK SQUARE"@en .

<http://lexvo.org/id/char/324E> a lvont:Character ;
    lvont:represents "㉎"^^xsd:string ;
    rdfs:comment "CIRCLED NUMBER SEVENTY ON BLACK SQUARE"@en .

<http://lexvo.org/id/char/324F> a lvont:Character ;
    lvont:represents "㉏"^^xsd:string ;
    rdfs:comment "CIRCLED NUMBER EIGHTY ON BLACK SQUARE"@en .

<http://lexvo.org/id/char/3250> a lvont:Character ;
    lvont:represents "㉐"^^xsd:string ;
    rdfs:comment "PARTNERSHIP SIGN"@en .

<http://lexvo.org/id/char/3251> a lvont:Character ;
    lvont:represents "㉑"^^xsd:string ;
    rdfs:comment "CIRCLED NUMBER TWENTY ONE"@en .

<http://lexvo.org/id/char/3252> a lvont:Character ;
    lvont:represents "㉒"^^xsd:string ;
    rdfs:comment "CIRCLED NUMBER TWENTY TWO"@en .

<http://lexvo.org/id/char/3253> a lvont:Character ;
    lvont:represents "㉓"^^xsd:string ;
    rdfs:comment "CIRCLED NUMBER TWENTY THREE"@en .

<http://lexvo.org/id/char/3254> a lvont:Character ;
    lvont:represents "㉔"^^xsd:string ;
    rdfs:comment "CIRCLED NUMBER TWENTY FOUR"@en .

<http://lexvo.org/id/char/3255> a lvont:Character ;
    lvont:represents "㉕"^^xsd:string ;
    rdfs:comment "CIRCLED NUMBER TWENTY FIVE"@en .

<http://lexvo.org/id/char/3256> a lvont:Character ;
    lvont:represents "㉖"^^xsd:string ;
    rdfs:comment "CIRCLED NUMBER TWENTY SIX"@en .

<http://lexvo.org/id/char/3257> a lvont:Character ;
    lvont:represents "㉗"^^xsd:string ;
    rdfs:comment "CIRCLED NUMBER TWENTY SEVEN"@en .

<http://lexvo.org/id/char/3258> a lvont:Character ;
    lvont:represents "㉘"^^xsd:string ;
    rdfs:comment "CIRCLED NUMBER TWENTY EIGHT"@en .

<http://lexvo.org/id/char/3259> a lvont:Character ;
    lvont:represents "㉙"^^xsd:string ;
    rdfs:comment "CIRCLED NUMBER TWENTY NINE"@en .

<http://lexvo.org/id/char/325A> a lvont:Character ;
    lvont:represents "㉚"^^xsd:string ;
    rdfs:comment "CIRCLED NUMBER THIRTY"@en .

<http://lexvo.org/id/char/325B> a lvont:Character ;
    lvont:represents "㉛"^^xsd:string ;
    rdfs:comment "CIRCLED NUMBER THIRTY ONE"@en .

<http://lexvo.org/id/char/325C> a lvont:Character ;
    lvont:represents "㉜"^^xsd:string ;
    rdfs:comment "CIRCLED NUMBER THIRTY TWO"@en .

<http://lexvo.org/id/char/325D> a lvont:Character ;
    lvont:represents "㉝"^^xsd:string ;
    rdfs:comment "CIRCLED NUMBER THIRTY THREE"@en .

<http://lexvo.org/id/char/325E> a lvont:Character ;
    lvont:represents "㉞"^^xsd:string ;
    rdfs:comment "CIRCLED NUMBER THIRTY FOUR"@en .

<http://lexvo.org/id/char/325F> a lvont:Character ;
    lvont:represents "㉟"^^xsd:string ;
    rdfs:comment "CIRCLED NUMBER THIRTY FIVE"@en .

<http://lexvo.org/id/char/3260> a lvont:Character ;
    lvont:represents "㉠"^^xsd:string ;
    rdfs:comment "CIRCLED HANGUL KIYEOK"@en .

<http://lexvo.org/id/char/3261> a lvont:Character ;
    lvont:represents "㉡"^^xsd:string ;
    rdfs:comment "CIRCLED HANGUL NIEUN"@en .

<http://lexvo.org/id/char/3262> a lvont:Character ;
    lvont:represents "㉢"^^xsd:string ;
    rdfs:comment "CIRCLED HANGUL TIKEUT"@en .

<http://lexvo.org/id/char/3263> a lvont:Character ;
    lvont:represents "㉣"^^xsd:string ;
    rdfs:comment "CIRCLED HANGUL RIEUL"@en .

<http://lexvo.org/id/char/3264> a lvont:Character ;
    lvont:represents "㉤"^^xsd:string ;
    rdfs:comment "CIRCLED HANGUL MIEUM"@en .

<http://lexvo.org/id/char/3265> a lvont:Character ;
    lvont:represents "㉥"^^xsd:string ;
    rdfs:comment "CIRCLED HANGUL PIEUP"@en .

<http://lexvo.org/id/char/3266> a lvont:Character ;
    lvont:represents "㉦"^^xsd:string ;
    rdfs:comment "CIRCLED HANGUL SIOS"@en .

<http://lexvo.org/id/char/3267> a lvont:Character ;
    lvont:represents "㉧"^^xsd:string ;
    rdfs:comment "CIRCLED HANGUL IEUNG"@en .

<http://lexvo.org/id/char/3268> a lvont:Character ;
    lvont:represents "㉨"^^xsd:string ;
    rdfs:comment "CIRCLED HANGUL CIEUC"@en .

<http://lexvo.org/id/char/3269> a lvont:Character ;
    lvont:represents "㉩"^^xsd:string ;
    rdfs:comment "CIRCLED HANGUL CHIEUCH"@en .

<http://lexvo.org/id/char/326A> a lvont:Character ;
    lvont:represents "㉪"^^xsd:string ;
    rdfs:comment "CIRCLED HANGUL KHIEUKH"@en .

<http://lexvo.org/id/char/326B> a lvont:Character ;
    lvont:represents "㉫"^^xsd:string ;
    rdfs:comment "CIRCLED HANGUL THIEUTH"@en .

<http://lexvo.org/id/char/326C> a lvont:Character ;
    lvont:represents "㉬"^^xsd:string ;
    rdfs:comment "CIRCLED HANGUL PHIEUPH"@en .

<http://lexvo.org/id/char/326D> a lvont:Character ;
    lvont:represents "㉭"^^xsd:string ;
    rdfs:comment "CIRCLED HANGUL HIEUH"@en .

<http://lexvo.org/id/char/326E> a lvont:Character ;
    lvont:represents "㉮"^^xsd:string ;
    rdfs:comment "CIRCLED HANGUL KIYEOK A"@en .

<http://lexvo.org/id/char/326F> a lvont:Character ;
    lvont:represents "㉯"^^xsd:string ;
    rdfs:comment "CIRCLED HANGUL NIEUN A"@en .

<http://lexvo.org/id/char/3270> a lvont:Character ;
    lvont:represents "㉰"^^xsd:string ;
    rdfs:comment "CIRCLED HANGUL TIKEUT A"@en .

<http://lexvo.org/id/char/3271> a lvont:Character ;
    lvont:represents "㉱"^^xsd:string ;
    rdfs:comment "CIRCLED HANGUL RIEUL A"@en .

<http://lexvo.org/id/char/3272> a lvont:Character ;
    lvont:represents "㉲"^^xsd:string ;
    rdfs:comment "CIRCLED HANGUL MIEUM A"@en .

<http://lexvo.org/id/char/3273> a lvont:Character ;
    lvont:represents "㉳"^^xsd:string ;
    rdfs:comment "CIRCLED HANGUL PIEUP A"@en .

<http://lexvo.org/id/char/3274> a lvont:Character ;
    lvont:represents "㉴"^^xsd:string ;
    rdfs:comment "CIRCLED HANGUL SIOS A"@en .

<http://lexvo.org/id/char/3275> a lvont:Character ;
    lvont:represents "㉵"^^xsd:string ;
    rdfs:comment "CIRCLED HANGUL IEUNG A"@en .

<http://lexvo.org/id/char/3276> a lvont:Character ;
    lvont:represents "㉶"^^xsd:string ;
    rdfs:comment "CIRCLED HANGUL CIEUC A"@en .

<http://lexvo.org/id/char/3277> a lvont:Character ;
    lvont:represents "㉷"^^xsd:string ;
    rdfs:comment "CIRCLED HANGUL CHIEUCH A"@en .

<http://lexvo.org/id/char/3278> a lvont:Character ;
    lvont:represents "㉸"^^xsd:string ;
    rdfs:comment "CIRCLED HANGUL KHIEUKH A"@en .

<http://lexvo.org/id/char/3279> a lvont:Character ;
    lvont:represents "㉹"^^xsd:string ;
    rdfs:comment "CIRCLED HANGUL THIEUTH A"@en .

<http://lexvo.org/id/char/327A> a lvont:Character ;
    lvont:represents "㉺"^^xsd:string ;
    rdfs:comment "CIRCLED HANGUL PHIEUPH A"@en .

<http://lexvo.org/id/char/327B> a lvont:Character ;
    lvont:represents "㉻"^^xsd:string ;
    rdfs:comment "CIRCLED HANGUL HIEUH A"@en .

<http://lexvo.org/id/char/327C> a lvont:Character ;
    lvont:represents "㉼"^^xsd:string ;
    rdfs:comment "CIRCLED KOREAN CHARACTER CHAMKO"@en .

<http://lexvo.org/id/char/327D> a lvont:Character ;
    lvont:represents "㉽"^^xsd:string ;
    rdfs:comment "CIRCLED KOREAN CHARACTER JUEUI"@en .

<http://lexvo.org/id/char/327E> a lvont:Character ;
    lvont:represents "㉾"^^xsd:string ;
    rdfs:comment "CIRCLED HANGUL IEUNG U"@en .

<http://lexvo.org/id/char/327F> a lvont:Character ;
    lvont:represents "㉿"^^xsd:string ;
    rdfs:comment "KOREAN STANDARD SYMBOL"@en .

<http://lexvo.org/id/char/3280> a lvont:Character ;
    lvont:represents "㊀"^^xsd:string ;
    rdfs:comment "CIRCLED IDEOGRAPH ONE"@en .

<http://lexvo.org/id/char/3281> a lvont:Character ;
    lvont:represents "㊁"^^xsd:string ;
    rdfs:comment "CIRCLED IDEOGRAPH TWO"@en .

<http://lexvo.org/id/char/3282> a lvont:Character ;
    lvont:represents "㊂"^^xsd:string ;
    rdfs:comment "CIRCLED IDEOGRAPH THREE"@en .

<http://lexvo.org/id/char/3283> a lvont:Character ;
    lvont:represents "㊃"^^xsd:string ;
    rdfs:comment "CIRCLED IDEOGRAPH FOUR"@en .

<http://lexvo.org/id/char/3284> a lvont:Character ;
    lvont:represents "㊄"^^xsd:string ;
    rdfs:comment "CIRCLED IDEOGRAPH FIVE"@en .

<http://lexvo.org/id/char/3285> a lvont:Character ;
    lvont:represents "㊅"^^xsd:string ;
    rdfs:comment "CIRCLED IDEOGRAPH SIX"@en .

<http://lexvo.org/id/char/3286> a lvont:Character ;
    lvont:represents "㊆"^^xsd:string ;
    rdfs:comment "CIRCLED IDEOGRAPH SEVEN"@en .

<http://lexvo.org/id/char/3287> a lvont:Character ;
    lvont:represents "㊇"^^xsd:string ;
    rdfs:comment "CIRCLED IDEOGRAPH EIGHT"@en .

<http://lexvo.org/id/char/3288> a lvont:Character ;
    lvont:represents "㊈"^^xsd:string ;
    rdfs:comment "CIRCLED IDEOGRAPH NINE"@en .

<http://lexvo.org/id/char/3289> a lvont:Character ;
    lvont:represents "㊉"^^xsd:string ;
    rdfs:comment "CIRCLED IDEOGRAPH TEN"@en .

<http://lexvo.org/id/char/328A> a lvont:Character ;
    lvont:represents "㊊"^^xsd:string ;
    rdfs:comment "CIRCLED IDEOGRAPH MOON"@en .

<http://lexvo.org/id/char/328B> a lvont:Character ;
    lvont:represents "㊋"^^xsd:string ;
    rdfs:comment "CIRCLED IDEOGRAPH FIRE"@en .

<http://lexvo.org/id/char/328C> a lvont:Character ;
    lvont:represents "㊌"^^xsd:string ;
    rdfs:comment "CIRCLED IDEOGRAPH WATER"@en .

<http://lexvo.org/id/char/328D> a lvont:Character ;
    lvont:represents "㊍"^^xsd:string ;
    rdfs:comment "CIRCLED IDEOGRAPH WOOD"@en .

<http://lexvo.org/id/char/328E> a lvont:Character ;
    lvont:represents "㊎"^^xsd:string ;
    rdfs:comment "CIRCLED IDEOGRAPH METAL"@en .

<http://lexvo.org/id/char/328F> a lvont:Character ;
    lvont:represents "㊏"^^xsd:string ;
    rdfs:comment "CIRCLED IDEOGRAPH EARTH"@en .

<http://lexvo.org/id/char/3290> a lvont:Character ;
    lvont:represents "㊐"^^xsd:string ;
    rdfs:comment "CIRCLED IDEOGRAPH SUN"@en .

<http://lexvo.org/id/char/3291> a lvont:Character ;
    lvont:represents "㊑"^^xsd:string ;
    rdfs:comment "CIRCLED IDEOGRAPH STOCK"@en .

<http://lexvo.org/id/char/3292> a lvont:Character ;
    lvont:represents "㊒"^^xsd:string ;
    rdfs:comment "CIRCLED IDEOGRAPH HAVE"@en .

<http://lexvo.org/id/char/3293> a lvont:Character ;
    lvont:represents "㊓"^^xsd:string ;
    rdfs:comment "CIRCLED IDEOGRAPH SOCIETY"@en .

<http://lexvo.org/id/char/3294> a lvont:Character ;
    lvont:represents "㊔"^^xsd:string ;
    rdfs:comment "CIRCLED IDEOGRAPH NAME"@en .

<http://lexvo.org/id/char/3295> a lvont:Character ;
    lvont:represents "㊕"^^xsd:string ;
    rdfs:comment "CIRCLED IDEOGRAPH SPECIAL"@en .

<http://lexvo.org/id/char/3296> a lvont:Character ;
    lvont:represents "㊖"^^xsd:string ;
    rdfs:comment "CIRCLED IDEOGRAPH FINANCIAL"@en .

<http://lexvo.org/id/char/3297> a lvont:Character ;
    lvont:represents "㊗"^^xsd:string ;
    rdfs:comment "CIRCLED IDEOGRAPH CONGRATULATION"@en .

<http://lexvo.org/id/char/3298> a lvont:Character ;
    lvont:represents "㊘"^^xsd:string ;
    rdfs:comment "CIRCLED IDEOGRAPH LABOR"@en .

<http://lexvo.org/id/char/3299> a lvont:Character ;
    lvont:represents "㊙"^^xsd:string ;
    rdfs:comment "CIRCLED IDEOGRAPH SECRET"@en .

<http://lexvo.org/id/char/329A> a lvont:Character ;
    lvont:represents "㊚"^^xsd:string ;
    rdfs:comment "CIRCLED IDEOGRAPH MALE"@en .

<http://lexvo.org/id/char/329B> a lvont:Character ;
    lvont:represents "㊛"^^xsd:string ;
    rdfs:comment "CIRCLED IDEOGRAPH FEMALE"@en .

<http://lexvo.org/id/char/329C> a lvont:Character ;
    lvont:represents "㊜"^^xsd:string ;
    rdfs:comment "CIRCLED IDEOGRAPH SUITABLE"@en .

<http://lexvo.org/id/char/329D> a lvont:Character ;
    lvont:represents "㊝"^^xsd:string ;
    rdfs:comment "CIRCLED IDEOGRAPH EXCELLENT"@en .

<http://lexvo.org/id/char/329E> a lvont:Character ;
    lvont:represents "㊞"^^xsd:string ;
    rdfs:comment "CIRCLED IDEOGRAPH PRINT"@en .

<http://lexvo.org/id/char/329F> a lvont:Character ;
    lvont:represents "㊟"^^xsd:string ;
    rdfs:comment "CIRCLED IDEOGRAPH ATTENTION"@en .

<http://lexvo.org/id/char/32A0> a lvont:Character ;
    lvont:represents "㊠"^^xsd:string ;
    rdfs:comment "CIRCLED IDEOGRAPH ITEM"@en .

<http://lexvo.org/id/char/32A1> a lvont:Character ;
    lvont:represents "㊡"^^xsd:string ;
    rdfs:comment "CIRCLED IDEOGRAPH REST"@en .

<http://lexvo.org/id/char/32A2> a lvont:Character ;
    lvont:represents "㊢"^^xsd:string ;
    rdfs:comment "CIRCLED IDEOGRAPH COPY"@en .

<http://lexvo.org/id/char/32A3> a lvont:Character ;
    lvont:represents "㊣"^^xsd:string ;
    rdfs:comment "CIRCLED IDEOGRAPH CORRECT"@en .

<http://lexvo.org/id/char/32A4> a lvont:Character ;
    lvont:represents "㊤"^^xsd:string ;
    rdfs:comment "CIRCLED IDEOGRAPH HIGH"@en .

<http://lexvo.org/id/char/32A5> a lvont:Character ;
    lvont:represents "㊥"^^xsd:string ;
    rdfs:comment "CIRCLED IDEOGRAPH CENTRE"@en .

<http://lexvo.org/id/char/32A6> a lvont:Character ;
    lvont:represents "㊦"^^xsd:string ;
    rdfs:comment "CIRCLED IDEOGRAPH LOW"@en .

<http://lexvo.org/id/char/32A7> a lvont:Character ;
    lvont:represents "㊧"^^xsd:string ;
    rdfs:comment "CIRCLED IDEOGRAPH LEFT"@en .

<http://lexvo.org/id/char/32A8> a lvont:Character ;
    lvont:represents "㊨"^^xsd:string ;
    rdfs:comment "CIRCLED IDEOGRAPH RIGHT"@en .

<http://lexvo.org/id/char/32A9> a lvont:Character ;
    lvont:represents "㊩"^^xsd:string ;
    rdfs:comment "CIRCLED IDEOGRAPH MEDICINE"@en .

<http://lexvo.org/id/char/32AA> a lvont:Character ;
    lvont:represents "㊪"^^xsd:string ;
    rdfs:comment "CIRCLED IDEOGRAPH RELIGION"@en .

<http://lexvo.org/id/char/32AB> a lvont:Character ;
    lvont:represents "㊫"^^xsd:string ;
    rdfs:comment "CIRCLED IDEOGRAPH STUDY"@en .

<http://lexvo.org/id/char/32AC> a lvont:Character ;
    lvont:represents "㊬"^^xsd:string ;
    rdfs:comment "CIRCLED IDEOGRAPH SUPERVISE"@en .

<http://lexvo.org/id/char/32AD> a lvont:Character ;
    lvont:represents "㊭"^^xsd:string ;
    rdfs:comment "CIRCLED IDEOGRAPH ENTERPRISE"@en .

<http://lexvo.org/id/char/32AE> a lvont:Character ;
    lvont:represents "㊮"^^xsd:string ;
    rdfs:comment "CIRCLED IDEOGRAPH RESOURCE"@en .

<http://lexvo.org/id/char/32AF> a lvont:Character ;
    lvont:represents "㊯"^^xsd:string ;
    rdfs:comment "CIRCLED IDEOGRAPH ALLIANCE"@en .

<http://lexvo.org/id/char/32B0> a lvont:Character ;
    lvont:represents "㊰"^^xsd:string ;
    rdfs:comment "CIRCLED IDEOGRAPH NIGHT"@en .

<http://lexvo.org/id/char/32B1> a lvont:Character ;
    lvont:represents "㊱"^^xsd:string ;
    rdfs:comment "CIRCLED NUMBER THIRTY SIX"@en .

<http://lexvo.org/id/char/32B2> a lvont:Character ;
    lvont:represents "㊲"^^xsd:string ;
    rdfs:comment "CIRCLED NUMBER THIRTY SEVEN"@en .

<http://lexvo.org/id/char/32B3> a lvont:Character ;
    lvont:represents "㊳"^^xsd:string ;
    rdfs:comment "CIRCLED NUMBER THIRTY EIGHT"@en .

<http://lexvo.org/id/char/32B4> a lvont:Character ;
    lvont:represents "㊴"^^xsd:string ;
    rdfs:comment "CIRCLED NUMBER THIRTY NINE"@en .

<http://lexvo.org/id/char/32B5> a lvont:Character ;
    lvont:represents "㊵"^^xsd:string ;
    rdfs:comment "CIRCLED NUMBER FORTY"@en .

<http://lexvo.org/id/char/32B6> a lvont:Character ;
    lvont:represents "㊶"^^xsd:string ;
    rdfs:comment "CIRCLED NUMBER FORTY ONE"@en .

<http://lexvo.org/id/char/32B7> a lvont:Character ;
    lvont:represents "㊷"^^xsd:string ;
    rdfs:comment "CIRCLED NUMBER FORTY TWO"@en .

<http://lexvo.org/id/char/32B8> a lvont:Character ;
    lvont:represents "㊸"^^xsd:string ;
    rdfs:comment "CIRCLED NUMBER FORTY THREE"@en .

<http://lexvo.org/id/char/32B9> a lvont:Character ;
    lvont:represents "㊹"^^xsd:string ;
    rdfs:comment "CIRCLED NUMBER FORTY FOUR"@en .

<http://lexvo.org/id/char/32BA> a lvont:Character ;
    lvont:represents "㊺"^^xsd:string ;
    rdfs:comment "CIRCLED NUMBER FORTY FIVE"@en .

<http://lexvo.org/id/char/32BB> a lvont:Character ;
    lvont:represents "㊻"^^xsd:string ;
    rdfs:comment "CIRCLED NUMBER FORTY SIX"@en .

<http://lexvo.org/id/char/32BC> a lvont:Character ;
    lvont:represents "㊼"^^xsd:string ;
    rdfs:comment "CIRCLED NUMBER FORTY SEVEN"@en .

<http://lexvo.org/id/char/32BD> a lvont:Character ;
    lvont:represents "㊽"^^xsd:string ;
    rdfs:comment "CIRCLED NUMBER FORTY EIGHT"@en .

<http://lexvo.org/id/char/32BE> a lvont:Character ;
    lvont:represents "㊾"^^xsd:string ;
    rdfs:comment "CIRCLED NUMBER FORTY NINE"@en .

<http://lexvo.org/id/char/32BF> a lvont:Character ;
    lvont:represents "㊿"^^xsd:string ;
    rdfs:comment "CIRCLED NUMBER FIFTY"@en .

<http://lexvo.org/id/char/32C0> a lvont:Character ;
    lvont:represents "㋀"^^xsd:string ;
    rdfs:comment "IDEOGRAPHIC TELEGRAPH SYMBOL FOR JANUARY"@en .

<http://lexvo.org/id/char/32C1> a lvont:Character ;
    lvont:represents "㋁"^^xsd:string ;
    rdfs:comment "IDEOGRAPHIC TELEGRAPH SYMBOL FOR FEBRUARY"@en .

<http://lexvo.org/id/char/32C2> a lvont:Character ;
    lvont:represents "㋂"^^xsd:string ;
    rdfs:comment "IDEOGRAPHIC TELEGRAPH SYMBOL FOR MARCH"@en .

<http://lexvo.org/id/char/32C3> a lvont:Character ;
    lvont:represents "㋃"^^xsd:string ;
    rdfs:comment "IDEOGRAPHIC TELEGRAPH SYMBOL FOR APRIL"@en .

<http://lexvo.org/id/char/32C4> a lvont:Character ;
    lvont:represents "㋄"^^xsd:string ;
    rdfs:comment "IDEOGRAPHIC TELEGRAPH SYMBOL FOR MAY"@en .

<http://lexvo.org/id/char/32C5> a lvont:Character ;
    lvont:represents "㋅"^^xsd:string ;
    rdfs:comment "IDEOGRAPHIC TELEGRAPH SYMBOL FOR JUNE"@en .

<http://lexvo.org/id/char/32C6> a lvont:Character ;
    lvont:represents "㋆"^^xsd:string ;
    rdfs:comment "IDEOGRAPHIC TELEGRAPH SYMBOL FOR JULY"@en .

<http://lexvo.org/id/char/32C7> a lvont:Character ;
    lvont:represents "㋇"^^xsd:string ;
    rdfs:comment "IDEOGRAPHIC TELEGRAPH SYMBOL FOR AUGUST"@en .

<http://lexvo.org/id/char/32C8> a lvont:Character ;
    lvont:represents "㋈"^^xsd:string ;
    rdfs:comment "IDEOGRAPHIC TELEGRAPH SYMBOL FOR SEPTEMBER"@en .

<http://lexvo.org/id/char/32C9> a lvont:Character ;
    lvont:represents "㋉"^^xsd:string ;
    rdfs:comment "IDEOGRAPHIC TELEGRAPH SYMBOL FOR OCTOBER"@en .

<http://lexvo.org/id/char/32CA> a lvont:Character ;
    lvont:represents "㋊"^^xsd:string ;
    rdfs:comment "IDEOGRAPHIC TELEGRAPH SYMBOL FOR NOVEMBER"@en .

<http://lexvo.org/id/char/32CB> a lvont:Character ;
    lvont:represents "㋋"^^xsd:string ;
    rdfs:comment "IDEOGRAPHIC TELEGRAPH SYMBOL FOR DECEMBER"@en .

<http://lexvo.org/id/char/32CC> a lvont:Character ;
    lvont:represents "㋌"^^xsd:string ;
    rdfs:comment "SQUARE HG"@en .

<http://lexvo.org/id/char/32CD> a lvont:Character ;
    lvont:represents "㋍"^^xsd:string ;
    rdfs:comment "SQUARE ERG"@en .

<http://lexvo.org/id/char/32CE> a lvont:Character ;
    lvont:represents "㋎"^^xsd:string ;
    rdfs:comment "SQUARE EV"@en .

<http://lexvo.org/id/char/32CF> a lvont:Character ;
    lvont:represents "㋏"^^xsd:string ;
    rdfs:comment "LIMITED LIABILITY SIGN"@en .

<http://lexvo.org/id/char/32D0> a lvont:Character ;
    lvont:represents "㋐"^^xsd:string ;
    rdfs:comment "CIRCLED KATAKANA A"@en .

<http://lexvo.org/id/char/32D1> a lvont:Character ;
    lvont:represents "㋑"^^xsd:string ;
    rdfs:comment "CIRCLED KATAKANA I"@en .

<http://lexvo.org/id/char/32D2> a lvont:Character ;
    lvont:represents "㋒"^^xsd:string ;
    rdfs:comment "CIRCLED KATAKANA U"@en .

<http://lexvo.org/id/char/32D3> a lvont:Character ;
    lvont:represents "㋓"^^xsd:string ;
    rdfs:comment "CIRCLED KATAKANA E"@en .

<http://lexvo.org/id/char/32D4> a lvont:Character ;
    lvont:represents "㋔"^^xsd:string ;
    rdfs:comment "CIRCLED KATAKANA O"@en .

<http://lexvo.org/id/char/32D5> a lvont:Character ;
    lvont:represents "㋕"^^xsd:string ;
    rdfs:comment "CIRCLED KATAKANA KA"@en .

<http://lexvo.org/id/char/32D6> a lvont:Character ;
    lvont:represents "㋖"^^xsd:string ;
    rdfs:comment "CIRCLED KATAKANA KI"@en .

<http://lexvo.org/id/char/32D7> a lvont:Character ;
    lvont:represents "㋗"^^xsd:string ;
    rdfs:comment "CIRCLED KATAKANA KU"@en .

<http://lexvo.org/id/char/32D8> a lvont:Character ;
    lvont:represents "㋘"^^xsd:string ;
    rdfs:comment "CIRCLED KATAKANA KE"@en .

<http://lexvo.org/id/char/32D9> a lvont:Character ;
    lvont:represents "㋙"^^xsd:string ;
    rdfs:comment "CIRCLED KATAKANA KO"@en .

<http://lexvo.org/id/char/32DA> a lvont:Character ;
    lvont:represents "㋚"^^xsd:string ;
    rdfs:comment "CIRCLED KATAKANA SA"@en .

<http://lexvo.org/id/char/32DB> a lvont:Character ;
    lvont:represents "㋛"^^xsd:string ;
    rdfs:comment "CIRCLED KATAKANA SI"@en .

<http://lexvo.org/id/char/32DC> a lvont:Character ;
    lvont:represents "㋜"^^xsd:string ;
    rdfs:comment "CIRCLED KATAKANA SU"@en .

<http://lexvo.org/id/char/32DD> a lvont:Character ;
    lvont:represents "㋝"^^xsd:string ;
    rdfs:comment "CIRCLED KATAKANA SE"@en .

<http://lexvo.org/id/char/32DE> a lvont:Character ;
    lvont:represents "㋞"^^xsd:string ;
    rdfs:comment "CIRCLED KATAKANA SO"@en .

<http://lexvo.org/id/char/32DF> a lvont:Character ;
    lvont:represents "㋟"^^xsd:string ;
    rdfs:comment "CIRCLED KATAKANA TA"@en .

<http://lexvo.org/id/char/32E0> a lvont:Character ;
    lvont:represents "㋠"^^xsd:string ;
    rdfs:comment "CIRCLED KATAKANA TI"@en .

<http://lexvo.org/id/char/32E1> a lvont:Character ;
    lvont:represents "㋡"^^xsd:string ;
    rdfs:comment "CIRCLED KATAKANA TU"@en .

<http://lexvo.org/id/char/32E2> a lvont:Character ;
    lvont:represents "㋢"^^xsd:string ;
    rdfs:comment "CIRCLED KATAKANA TE"@en .

<http://lexvo.org/id/char/32E3> a lvont:Character ;
    lvont:represents "㋣"^^xsd:string ;
    rdfs:comment "CIRCLED KATAKANA TO"@en .

<http://lexvo.org/id/char/32E4> a lvont:Character ;
    lvont:represents "㋤"^^xsd:string ;
    rdfs:comment "CIRCLED KATAKANA NA"@en .

<http://lexvo.org/id/char/32E5> a lvont:Character ;
    lvont:represents "㋥"^^xsd:string ;
    rdfs:comment "CIRCLED KATAKANA NI"@en .

<http://lexvo.org/id/char/32E6> a lvont:Character ;
    lvont:represents "㋦"^^xsd:string ;
    rdfs:comment "CIRCLED KATAKANA NU"@en .

<http://lexvo.org/id/char/32E7> a lvont:Character ;
    lvont:represents "㋧"^^xsd:string ;
    rdfs:comment "CIRCLED KATAKANA NE"@en .

<http://lexvo.org/id/char/32E8> a lvont:Character ;
    lvont:represents "㋨"^^xsd:string ;
    rdfs:comment "CIRCLED KATAKANA NO"@en .

<http://lexvo.org/id/char/32E9> a lvont:Character ;
    lvont:represents "㋩"^^xsd:string ;
    rdfs:comment "CIRCLED KATAKANA HA"@en .

<http://lexvo.org/id/char/32EA> a lvont:Character ;
    lvont:represents "㋪"^^xsd:string ;
    rdfs:comment "CIRCLED KATAKANA HI"@en .

<http://lexvo.org/id/char/32EB> a lvont:Character ;
    lvont:represents "㋫"^^xsd:string ;
    rdfs:comment "CIRCLED KATAKANA HU"@en .

<http://lexvo.org/id/char/32EC> a lvont:Character ;
    lvont:represents "㋬"^^xsd:string ;
    rdfs:comment "CIRCLED KATAKANA HE"@en .

<http://lexvo.org/id/char/32ED> a lvont:Character ;
    lvont:represents "㋭"^^xsd:string ;
    rdfs:comment "CIRCLED KATAKANA HO"@en .

<http://lexvo.org/id/char/32EE> a lvont:Character ;
    lvont:represents "㋮"^^xsd:string ;
    rdfs:comment "CIRCLED KATAKANA MA"@en .

<http://lexvo.org/id/char/32EF> a lvont:Character ;
    lvont:represents "㋯"^^xsd:string ;
    rdfs:comment "CIRCLED KATAKANA MI"@en .

<http://lexvo.org/id/char/32F0> a lvont:Character ;
    lvont:represents "㋰"^^xsd:string ;
    rdfs:comment "CIRCLED KATAKANA MU"@en .

<http://lexvo.org/id/char/32F1> a lvont:Character ;
    lvont:represents "㋱"^^xsd:string ;
    rdfs:comment "CIRCLED KATAKANA ME"@en .

<http://lexvo.org/id/char/32F2> a lvont:Character ;
    lvont:represents "㋲"^^xsd:string ;
    rdfs:comment "CIRCLED KATAKANA MO"@en .

<http://lexvo.org/id/char/32F3> a lvont:Character ;
    lvont:represents "㋳"^^xsd:string ;
    rdfs:comment "CIRCLED KATAKANA YA"@en .

<http://lexvo.org/id/char/32F4> a lvont:Character ;
    lvont:represents "㋴"^^xsd:string ;
    rdfs:comment "CIRCLED KATAKANA YU"@en .

<http://lexvo.org/id/char/32F5> a lvont:Character ;
    lvont:represents "㋵"^^xsd:string ;
    rdfs:comment "CIRCLED KATAKANA YO"@en .

<http://lexvo.org/id/char/32F6> a lvont:Character ;
    lvont:represents "㋶"^^xsd:string ;
    rdfs:comment "CIRCLED KATAKANA RA"@en .

<http://lexvo.org/id/char/32F7> a lvont:Character ;
    lvont:represents "㋷"^^xsd:string ;
    rdfs:comment "CIRCLED KATAKANA RI"@en .

<http://lexvo.org/id/char/32F8> a lvont:Character ;
    lvont:represents "㋸"^^xsd:string ;
    rdfs:comment "CIRCLED KATAKANA RU"@en .

<http://lexvo.org/id/char/32F9> a lvont:Character ;
    lvont:represents "㋹"^^xsd:string ;
    rdfs:comment "CIRCLED KATAKANA RE"@en .

<http://lexvo.org/id/char/32FA> a lvont:Character ;
    lvont:represents "㋺"^^xsd:string ;
    rdfs:comment "CIRCLED KATAKANA RO"@en .

<http://lexvo.org/id/char/32FB> a lvont:Character ;
    lvont:represents "㋻"^^xsd:string ;
    rdfs:comment "CIRCLED KATAKANA WA"@en .

<http://lexvo.org/id/char/32FC> a lvont:Character ;
    lvont:represents "㋼"^^xsd:string ;
    rdfs:comment "CIRCLED KATAKANA WI"@en .

<http://lexvo.org/id/char/32FD> a lvont:Character ;
    lvont:represents "㋽"^^xsd:string ;
    rdfs:comment "CIRCLED KATAKANA WE"@en .

<http://lexvo.org/id/char/32FE> a lvont:Character ;
    lvont:represents "㋾"^^xsd:string ;
    rdfs:comment "CIRCLED KATAKANA WO"@en .

<http://lexvo.org/id/char/3300> a lvont:Character ;
    lvont:represents "㌀"^^xsd:string ;
    rdfs:comment "SQUARE APAATO"@en .

<http://lexvo.org/id/char/3301> a lvont:Character ;
    lvont:represents "㌁"^^xsd:string ;
    rdfs:comment "SQUARE ARUHUA"@en .

<http://lexvo.org/id/char/3302> a lvont:Character ;
    lvont:represents "㌂"^^xsd:string ;
    rdfs:comment "SQUARE ANPEA"@en .

<http://lexvo.org/id/char/3303> a lvont:Character ;
    lvont:represents "㌃"^^xsd:string ;
    rdfs:comment "SQUARE AARU"@en .

<http://lexvo.org/id/char/3304> a lvont:Character ;
    lvont:represents "㌄"^^xsd:string ;
    rdfs:comment "SQUARE ININGU"@en .

<http://lexvo.org/id/char/3305> a lvont:Character ;
    lvont:represents "㌅"^^xsd:string ;
    rdfs:comment "SQUARE INTI"@en .

<http://lexvo.org/id/char/3306> a lvont:Character ;
    lvont:represents "㌆"^^xsd:string ;
    rdfs:comment "SQUARE UON"@en .

<http://lexvo.org/id/char/3307> a lvont:Character ;
    lvont:represents "㌇"^^xsd:string ;
    rdfs:comment "SQUARE ESUKUUDO"@en .

<http://lexvo.org/id/char/3308> a lvont:Character ;
    lvont:represents "㌈"^^xsd:string ;
    rdfs:comment "SQUARE EEKAA"@en .

<http://lexvo.org/id/char/3309> a lvont:Character ;
    lvont:represents "㌉"^^xsd:string ;
    rdfs:comment "SQUARE ONSU"@en .

<http://lexvo.org/id/char/330A> a lvont:Character ;
    lvont:represents "㌊"^^xsd:string ;
    rdfs:comment "SQUARE OOMU"@en .

<http://lexvo.org/id/char/330B> a lvont:Character ;
    lvont:represents "㌋"^^xsd:string ;
    rdfs:comment "SQUARE KAIRI"@en .

<http://lexvo.org/id/char/330C> a lvont:Character ;
    lvont:represents "㌌"^^xsd:string ;
    rdfs:comment "SQUARE KARATTO"@en .

<http://lexvo.org/id/char/330D> a lvont:Character ;
    lvont:represents "㌍"^^xsd:string ;
    rdfs:comment "SQUARE KARORII"@en .

<http://lexvo.org/id/char/330E> a lvont:Character ;
    lvont:represents "㌎"^^xsd:string ;
    rdfs:comment "SQUARE GARON"@en .

<http://lexvo.org/id/char/330F> a lvont:Character ;
    lvont:represents "㌏"^^xsd:string ;
    rdfs:comment "SQUARE GANMA"@en .

<http://lexvo.org/id/char/3310> a lvont:Character ;
    lvont:represents "㌐"^^xsd:string ;
    rdfs:comment "SQUARE GIGA"@en .

<http://lexvo.org/id/char/3311> a lvont:Character ;
    lvont:represents "㌑"^^xsd:string ;
    rdfs:comment "SQUARE GINII"@en .

<http://lexvo.org/id/char/3312> a lvont:Character ;
    lvont:represents "㌒"^^xsd:string ;
    rdfs:comment "SQUARE KYURII"@en .

<http://lexvo.org/id/char/3313> a lvont:Character ;
    lvont:represents "㌓"^^xsd:string ;
    rdfs:comment "SQUARE GIRUDAA"@en .

<http://lexvo.org/id/char/3314> a lvont:Character ;
    lvont:represents "㌔"^^xsd:string ;
    rdfs:comment "SQUARE KIRO"@en .

<http://lexvo.org/id/char/3315> a lvont:Character ;
    lvont:represents "㌕"^^xsd:string ;
    rdfs:comment "SQUARE KIROGURAMU"@en .

<http://lexvo.org/id/char/3316> a lvont:Character ;
    lvont:represents "㌖"^^xsd:string ;
    rdfs:comment "SQUARE KIROMEETORU"@en .

<http://lexvo.org/id/char/3317> a lvont:Character ;
    lvont:represents "㌗"^^xsd:string ;
    rdfs:comment "SQUARE KIROWATTO"@en .

<http://lexvo.org/id/char/3318> a lvont:Character ;
    lvont:represents "㌘"^^xsd:string ;
    rdfs:comment "SQUARE GURAMU"@en .

<http://lexvo.org/id/char/3319> a lvont:Character ;
    lvont:represents "㌙"^^xsd:string ;
    rdfs:comment "SQUARE GURAMUTON"@en .

<http://lexvo.org/id/char/331A> a lvont:Character ;
    lvont:represents "㌚"^^xsd:string ;
    rdfs:comment "SQUARE KURUZEIRO"@en .

<http://lexvo.org/id/char/331B> a lvont:Character ;
    lvont:represents "㌛"^^xsd:string ;
    rdfs:comment "SQUARE KUROONE"@en .

<http://lexvo.org/id/char/331C> a lvont:Character ;
    lvont:represents "㌜"^^xsd:string ;
    rdfs:comment "SQUARE KEESU"@en .

<http://lexvo.org/id/char/331D> a lvont:Character ;
    lvont:represents "㌝"^^xsd:string ;
    rdfs:comment "SQUARE KORUNA"@en .

<http://lexvo.org/id/char/331E> a lvont:Character ;
    lvont:represents "㌞"^^xsd:string ;
    rdfs:comment "SQUARE KOOPO"@en .

<http://lexvo.org/id/char/331F> a lvont:Character ;
    lvont:represents "㌟"^^xsd:string ;
    rdfs:comment "SQUARE SAIKURU"@en .

<http://lexvo.org/id/char/3320> a lvont:Character ;
    lvont:represents "㌠"^^xsd:string ;
    rdfs:comment "SQUARE SANTIIMU"@en .

<http://lexvo.org/id/char/3321> a lvont:Character ;
    lvont:represents "㌡"^^xsd:string ;
    rdfs:comment "SQUARE SIRINGU"@en .

<http://lexvo.org/id/char/3322> a lvont:Character ;
    lvont:represents "㌢"^^xsd:string ;
    rdfs:comment "SQUARE SENTI"@en .

<http://lexvo.org/id/char/3323> a lvont:Character ;
    lvont:represents "㌣"^^xsd:string ;
    rdfs:comment "SQUARE SENTO"@en .

<http://lexvo.org/id/char/3324> a lvont:Character ;
    lvont:represents "㌤"^^xsd:string ;
    rdfs:comment "SQUARE DAASU"@en .

<http://lexvo.org/id/char/3325> a lvont:Character ;
    lvont:represents "㌥"^^xsd:string ;
    rdfs:comment "SQUARE DESI"@en .

<http://lexvo.org/id/char/3326> a lvont:Character ;
    lvont:represents "㌦"^^xsd:string ;
    rdfs:comment "SQUARE DORU"@en .

<http://lexvo.org/id/char/3327> a lvont:Character ;
    lvont:represents "㌧"^^xsd:string ;
    rdfs:comment "SQUARE TON"@en .

<http://lexvo.org/id/char/3328> a lvont:Character ;
    lvont:represents "㌨"^^xsd:string ;
    rdfs:comment "SQUARE NANO"@en .

<http://lexvo.org/id/char/3329> a lvont:Character ;
    lvont:represents "㌩"^^xsd:string ;
    rdfs:comment "SQUARE NOTTO"@en .

<http://lexvo.org/id/char/332A> a lvont:Character ;
    lvont:represents "㌪"^^xsd:string ;
    rdfs:comment "SQUARE HAITU"@en .

<http://lexvo.org/id/char/332B> a lvont:Character ;
    lvont:represents "㌫"^^xsd:string ;
    rdfs:comment "SQUARE PAASENTO"@en .

<http://lexvo.org/id/char/332C> a lvont:Character ;
    lvont:represents "㌬"^^xsd:string ;
    rdfs:comment "SQUARE PAATU"@en .

<http://lexvo.org/id/char/332D> a lvont:Character ;
    lvont:represents "㌭"^^xsd:string ;
    rdfs:comment "SQUARE BAARERU"@en .

<http://lexvo.org/id/char/332E> a lvont:Character ;
    lvont:represents "㌮"^^xsd:string ;
    rdfs:comment "SQUARE PIASUTORU"@en .

<http://lexvo.org/id/char/332F> a lvont:Character ;
    lvont:represents "㌯"^^xsd:string ;
    rdfs:comment "SQUARE PIKURU"@en .

<http://lexvo.org/id/char/3330> a lvont:Character ;
    lvont:represents "㌰"^^xsd:string ;
    rdfs:comment "SQUARE PIKO"@en .

<http://lexvo.org/id/char/3331> a lvont:Character ;
    lvont:represents "㌱"^^xsd:string ;
    rdfs:comment "SQUARE BIRU"@en .

<http://lexvo.org/id/char/3332> a lvont:Character ;
    lvont:represents "㌲"^^xsd:string ;
    rdfs:comment "SQUARE HUARADDO"@en .

<http://lexvo.org/id/char/3333> a lvont:Character ;
    lvont:represents "㌳"^^xsd:string ;
    rdfs:comment "SQUARE HUIITO"@en .

<http://lexvo.org/id/char/3334> a lvont:Character ;
    lvont:represents "㌴"^^xsd:string ;
    rdfs:comment "SQUARE BUSSYERU"@en .

<http://lexvo.org/id/char/3335> a lvont:Character ;
    lvont:represents "㌵"^^xsd:string ;
    rdfs:comment "SQUARE HURAN"@en .

<http://lexvo.org/id/char/3336> a lvont:Character ;
    lvont:represents "㌶"^^xsd:string ;
    rdfs:comment "SQUARE HEKUTAARU"@en .

<http://lexvo.org/id/char/3337> a lvont:Character ;
    lvont:represents "㌷"^^xsd:string ;
    rdfs:comment "SQUARE PESO"@en .

<http://lexvo.org/id/char/3338> a lvont:Character ;
    lvont:represents "㌸"^^xsd:string ;
    rdfs:comment "SQUARE PENIHI"@en .

<http://lexvo.org/id/char/3339> a lvont:Character ;
    lvont:represents "㌹"^^xsd:string ;
    rdfs:comment "SQUARE HERUTU"@en .

<http://lexvo.org/id/char/333A> a lvont:Character ;
    lvont:represents "㌺"^^xsd:string ;
    rdfs:comment "SQUARE PENSU"@en .

<http://lexvo.org/id/char/333B> a lvont:Character ;
    lvont:represents "㌻"^^xsd:string ;
    rdfs:comment "SQUARE PEEZI"@en .

<http://lexvo.org/id/char/333C> a lvont:Character ;
    lvont:represents "㌼"^^xsd:string ;
    rdfs:comment "SQUARE BEETA"@en .

<http://lexvo.org/id/char/333D> a lvont:Character ;
    lvont:represents "㌽"^^xsd:string ;
    rdfs:comment "SQUARE POINTO"@en .

<http://lexvo.org/id/char/333E> a lvont:Character ;
    lvont:represents "㌾"^^xsd:string ;
    rdfs:comment "SQUARE BORUTO"@en .

<http://lexvo.org/id/char/333F> a lvont:Character ;
    lvont:represents "㌿"^^xsd:string ;
    rdfs:comment "SQUARE HON"@en .

<http://lexvo.org/id/char/3340> a lvont:Character ;
    lvont:represents "㍀"^^xsd:string ;
    rdfs:comment "SQUARE PONDO"@en .

<http://lexvo.org/id/char/3341> a lvont:Character ;
    lvont:represents "㍁"^^xsd:string ;
    rdfs:comment "SQUARE HOORU"@en .

<http://lexvo.org/id/char/3342> a lvont:Character ;
    lvont:represents "㍂"^^xsd:string ;
    rdfs:comment "SQUARE HOON"@en .

<http://lexvo.org/id/char/3343> a lvont:Character ;
    lvont:represents "㍃"^^xsd:string ;
    rdfs:comment "SQUARE MAIKURO"@en .

<http://lexvo.org/id/char/3344> a lvont:Character ;
    lvont:represents "㍄"^^xsd:string ;
    rdfs:comment "SQUARE MAIRU"@en .

<http://lexvo.org/id/char/3345> a lvont:Character ;
    lvont:represents "㍅"^^xsd:string ;
    rdfs:comment "SQUARE MAHHA"@en .

<http://lexvo.org/id/char/3346> a lvont:Character ;
    lvont:represents "㍆"^^xsd:string ;
    rdfs:comment "SQUARE MARUKU"@en .

<http://lexvo.org/id/char/3347> a lvont:Character ;
    lvont:represents "㍇"^^xsd:string ;
    rdfs:comment "SQUARE MANSYON"@en .

<http://lexvo.org/id/char/3348> a lvont:Character ;
    lvont:represents "㍈"^^xsd:string ;
    rdfs:comment "SQUARE MIKURON"@en .

<http://lexvo.org/id/char/3349> a lvont:Character ;
    lvont:represents "㍉"^^xsd:string ;
    rdfs:comment "SQUARE MIRI"@en .

<http://lexvo.org/id/char/334A> a lvont:Character ;
    lvont:represents "㍊"^^xsd:string ;
    rdfs:comment "SQUARE MIRIBAARU"@en .

<http://lexvo.org/id/char/334B> a lvont:Character ;
    lvont:represents "㍋"^^xsd:string ;
    rdfs:comment "SQUARE MEGA"@en .

<http://lexvo.org/id/char/334C> a lvont:Character ;
    lvont:represents "㍌"^^xsd:string ;
    rdfs:comment "SQUARE MEGATON"@en .

<http://lexvo.org/id/char/334D> a lvont:Character ;
    lvont:represents "㍍"^^xsd:string ;
    rdfs:comment "SQUARE MEETORU"@en .

<http://lexvo.org/id/char/334E> a lvont:Character ;
    lvont:represents "㍎"^^xsd:string ;
    rdfs:comment "SQUARE YAADO"@en .

<http://lexvo.org/id/char/334F> a lvont:Character ;
    lvont:represents "㍏"^^xsd:string ;
    rdfs:comment "SQUARE YAARU"@en .

<http://lexvo.org/id/char/3350> a lvont:Character ;
    lvont:represents "㍐"^^xsd:string ;
    rdfs:comment "SQUARE YUAN"@en .

<http://lexvo.org/id/char/3351> a lvont:Character ;
    lvont:represents "㍑"^^xsd:string ;
    rdfs:comment "SQUARE RITTORU"@en .

<http://lexvo.org/id/char/3352> a lvont:Character ;
    lvont:represents "㍒"^^xsd:string ;
    rdfs:comment "SQUARE RIRA"@en .

<http://lexvo.org/id/char/3353> a lvont:Character ;
    lvont:represents "㍓"^^xsd:string ;
    rdfs:comment "SQUARE RUPII"@en .

<http://lexvo.org/id/char/3354> a lvont:Character ;
    lvont:represents "㍔"^^xsd:string ;
    rdfs:comment "SQUARE RUUBURU"@en .

<http://lexvo.org/id/char/3355> a lvont:Character ;
    lvont:represents "㍕"^^xsd:string ;
    rdfs:comment "SQUARE REMU"@en .

<http://lexvo.org/id/char/3356> a lvont:Character ;
    lvont:represents "㍖"^^xsd:string ;
    rdfs:comment "SQUARE RENTOGEN"@en .

<http://lexvo.org/id/char/3357> a lvont:Character ;
    lvont:represents "㍗"^^xsd:string ;
    rdfs:comment "SQUARE WATTO"@en .

<http://lexvo.org/id/char/3358> a lvont:Character ;
    lvont:represents "㍘"^^xsd:string ;
    rdfs:comment "IDEOGRAPHIC TELEGRAPH SYMBOL FOR HOUR ZERO"@en .

<http://lexvo.org/id/char/3359> a lvont:Character ;
    lvont:represents "㍙"^^xsd:string ;
    rdfs:comment "IDEOGRAPHIC TELEGRAPH SYMBOL FOR HOUR ONE"@en .

<http://lexvo.org/id/char/335A> a lvont:Character ;
    lvont:represents "㍚"^^xsd:string ;
    rdfs:comment "IDEOGRAPHIC TELEGRAPH SYMBOL FOR HOUR TWO"@en .

<http://lexvo.org/id/char/335B> a lvont:Character ;
    lvont:represents "㍛"^^xsd:string ;
    rdfs:comment "IDEOGRAPHIC TELEGRAPH SYMBOL FOR HOUR THREE"@en .

<http://lexvo.org/id/char/335C> a lvont:Character ;
    lvont:represents "㍜"^^xsd:string ;
    rdfs:comment "IDEOGRAPHIC TELEGRAPH SYMBOL FOR HOUR FOUR"@en .

<http://lexvo.org/id/char/335D> a lvont:Character ;
    lvont:represents "㍝"^^xsd:string ;
    rdfs:comment "IDEOGRAPHIC TELEGRAPH SYMBOL FOR HOUR FIVE"@en .

<http://lexvo.org/id/char/335E> a lvont:Character ;
    lvont:represents "㍞"^^xsd:string ;
    rdfs:comment "IDEOGRAPHIC TELEGRAPH SYMBOL FOR HOUR SIX"@en .

<http://lexvo.org/id/char/335F> a lvont:Character ;
    lvont:represents "㍟"^^xsd:string ;
    rdfs:comment "IDEOGRAPHIC TELEGRAPH SYMBOL FOR HOUR SEVEN"@en .

<http://lexvo.org/id/char/3360> a lvont:Character ;
    lvont:represents "㍠"^^xsd:string ;
    rdfs:comment "IDEOGRAPHIC TELEGRAPH SYMBOL FOR HOUR EIGHT"@en .

<http://lexvo.org/id/char/3361> a lvont:Character ;
    lvont:represents "㍡"^^xsd:string ;
    rdfs:comment "IDEOGRAPHIC TELEGRAPH SYMBOL FOR HOUR NINE"@en .

<http://lexvo.org/id/char/3362> a lvont:Character ;
    lvont:represents "㍢"^^xsd:string ;
    rdfs:comment "IDEOGRAPHIC TELEGRAPH SYMBOL FOR HOUR TEN"@en .

<http://lexvo.org/id/char/3363> a lvont:Character ;
    lvont:represents "㍣"^^xsd:string ;
    rdfs:comment "IDEOGRAPHIC TELEGRAPH SYMBOL FOR HOUR ELEVEN"@en .

<http://lexvo.org/id/char/3364> a lvont:Character ;
    lvont:represents "㍤"^^xsd:string ;
    rdfs:comment "IDEOGRAPHIC TELEGRAPH SYMBOL FOR HOUR TWELVE"@en .

<http://lexvo.org/id/char/3365> a lvont:Character ;
    lvont:represents "㍥"^^xsd:string ;
    rdfs:comment "IDEOGRAPHIC TELEGRAPH SYMBOL FOR HOUR THIRTEEN"@en .

<http://lexvo.org/id/char/3366> a lvont:Character ;
    lvont:represents "㍦"^^xsd:string ;
    rdfs:comment "IDEOGRAPHIC TELEGRAPH SYMBOL FOR HOUR FOURTEEN"@en .

<http://lexvo.org/id/char/3367> a lvont:Character ;
    lvont:represents "㍧"^^xsd:string ;
    rdfs:comment "IDEOGRAPHIC TELEGRAPH SYMBOL FOR HOUR FIFTEEN"@en .

<http://lexvo.org/id/char/3368> a lvont:Character ;
    lvont:represents "㍨"^^xsd:string ;
    rdfs:comment "IDEOGRAPHIC TELEGRAPH SYMBOL FOR HOUR SIXTEEN"@en .

<http://lexvo.org/id/char/3369> a lvont:Character ;
    lvont:represents "㍩"^^xsd:string ;
    rdfs:comment "IDEOGRAPHIC TELEGRAPH SYMBOL FOR HOUR SEVENTEEN"@en .

<http://lexvo.org/id/char/336A> a lvont:Character ;
    lvont:represents "㍪"^^xsd:string ;
    rdfs:comment "IDEOGRAPHIC TELEGRAPH SYMBOL FOR HOUR EIGHTEEN"@en .

<http://lexvo.org/id/char/336B> a lvont:Character ;
    lvont:represents "㍫"^^xsd:string ;
    rdfs:comment "IDEOGRAPHIC TELEGRAPH SYMBOL FOR HOUR NINETEEN"@en .

<http://lexvo.org/id/char/336C> a lvont:Character ;
    lvont:represents "㍬"^^xsd:string ;
    rdfs:comment "IDEOGRAPHIC TELEGRAPH SYMBOL FOR HOUR TWENTY"@en .

<http://lexvo.org/id/char/336D> a lvont:Character ;
    lvont:represents "㍭"^^xsd:string ;
    rdfs:comment "IDEOGRAPHIC TELEGRAPH SYMBOL FOR HOUR TWENTY-ONE"@en .

<http://lexvo.org/id/char/336E> a lvont:Character ;
    lvont:represents "㍮"^^xsd:string ;
    rdfs:comment "IDEOGRAPHIC TELEGRAPH SYMBOL FOR HOUR TWENTY-TWO"@en .

<http://lexvo.org/id/char/336F> a lvont:Character ;
    lvont:represents "㍯"^^xsd:string ;
    rdfs:comment "IDEOGRAPHIC TELEGRAPH SYMBOL FOR HOUR TWENTY-THREE"@en .

<http://lexvo.org/id/char/3370> a lvont:Character ;
    lvont:represents "㍰"^^xsd:string ;
    rdfs:comment "IDEOGRAPHIC TELEGRAPH SYMBOL FOR HOUR TWENTY-FOUR"@en .

<http://lexvo.org/id/char/3371> a lvont:Character ;
    lvont:represents "㍱"^^xsd:string ;
    rdfs:comment "SQUARE HPA"@en .

<http://lexvo.org/id/char/3372> a lvont:Character ;
    lvont:represents "㍲"^^xsd:string ;
    rdfs:comment "SQUARE DA"@en .

<http://lexvo.org/id/char/3373> a lvont:Character ;
    lvont:represents "㍳"^^xsd:string ;
    rdfs:comment "SQUARE AU"@en .

<http://lexvo.org/id/char/3374> a lvont:Character ;
    lvont:represents "㍴"^^xsd:string ;
    rdfs:comment "SQUARE BAR"@en .

<http://lexvo.org/id/char/3375> a lvont:Character ;
    lvont:represents "㍵"^^xsd:string ;
    rdfs:comment "SQUARE OV"@en .

<http://lexvo.org/id/char/3376> a lvont:Character ;
    lvont:represents "㍶"^^xsd:string ;
    rdfs:comment "SQUARE PC"@en .

<http://lexvo.org/id/char/3377> a lvont:Character ;
    lvont:represents "㍷"^^xsd:string ;
    rdfs:comment "SQUARE DM"@en .

<http://lexvo.org/id/char/3378> a lvont:Character ;
    lvont:represents "㍸"^^xsd:string ;
    rdfs:comment "SQUARE DM SQUARED"@en .

<http://lexvo.org/id/char/3379> a lvont:Character ;
    lvont:represents "㍹"^^xsd:string ;
    rdfs:comment "SQUARE DM CUBED"@en .

<http://lexvo.org/id/char/337A> a lvont:Character ;
    lvont:represents "㍺"^^xsd:string ;
    rdfs:comment "SQUARE IU"@en .

<http://lexvo.org/id/char/337B> a lvont:Character ;
    lvont:represents "㍻"^^xsd:string ;
    rdfs:comment "SQUARE ERA NAME HEISEI"@en .

<http://lexvo.org/id/char/337C> a lvont:Character ;
    lvont:represents "㍼"^^xsd:string ;
    rdfs:comment "SQUARE ERA NAME SYOUWA"@en .

<http://lexvo.org/id/char/337D> a lvont:Character ;
    lvont:represents "㍽"^^xsd:string ;
    rdfs:comment "SQUARE ERA NAME TAISYOU"@en .

<http://lexvo.org/id/char/337E> a lvont:Character ;
    lvont:represents "㍾"^^xsd:string ;
    rdfs:comment "SQUARE ERA NAME MEIZI"@en .

<http://lexvo.org/id/char/337F> a lvont:Character ;
    lvont:represents "㍿"^^xsd:string ;
    rdfs:comment "SQUARE CORPORATION"@en .

<http://lexvo.org/id/char/3380> a lvont:Character ;
    lvont:represents "㎀"^^xsd:string ;
    rdfs:comment "SQUARE PA AMPS"@en .

<http://lexvo.org/id/char/3381> a lvont:Character ;
    lvont:represents "㎁"^^xsd:string ;
    rdfs:comment "SQUARE NA"@en .

<http://lexvo.org/id/char/3382> a lvont:Character ;
    lvont:represents "㎂"^^xsd:string ;
    rdfs:comment "SQUARE MU A"@en .

<http://lexvo.org/id/char/3383> a lvont:Character ;
    lvont:represents "㎃"^^xsd:string ;
    rdfs:comment "SQUARE MA"@en .

<http://lexvo.org/id/char/3384> a lvont:Character ;
    lvont:represents "㎄"^^xsd:string ;
    rdfs:comment "SQUARE KA"@en .

<http://lexvo.org/id/char/3385> a lvont:Character ;
    lvont:represents "㎅"^^xsd:string ;
    rdfs:comment "SQUARE KB"@en .

<http://lexvo.org/id/char/3386> a lvont:Character ;
    lvont:represents "㎆"^^xsd:string ;
    rdfs:comment "SQUARE MB"@en .

<http://lexvo.org/id/char/3387> a lvont:Character ;
    lvont:represents "㎇"^^xsd:string ;
    rdfs:comment "SQUARE GB"@en .

<http://lexvo.org/id/char/3388> a lvont:Character ;
    lvont:represents "㎈"^^xsd:string ;
    rdfs:comment "SQUARE CAL"@en .

<http://lexvo.org/id/char/3389> a lvont:Character ;
    lvont:represents "㎉"^^xsd:string ;
    rdfs:comment "SQUARE KCAL"@en .

<http://lexvo.org/id/char/338A> a lvont:Character ;
    lvont:represents "㎊"^^xsd:string ;
    rdfs:comment "SQUARE PF"@en .

<http://lexvo.org/id/char/338B> a lvont:Character ;
    lvont:represents "㎋"^^xsd:string ;
    rdfs:comment "SQUARE NF"@en .

<http://lexvo.org/id/char/338C> a lvont:Character ;
    lvont:represents "㎌"^^xsd:string ;
    rdfs:comment "SQUARE MU F"@en .

<http://lexvo.org/id/char/338D> a lvont:Character ;
    lvont:represents "㎍"^^xsd:string ;
    rdfs:comment "SQUARE MU G"@en .

<http://lexvo.org/id/char/338E> a lvont:Character ;
    lvont:represents "㎎"^^xsd:string ;
    rdfs:comment "SQUARE MG"@en .

<http://lexvo.org/id/char/338F> a lvont:Character ;
    lvont:represents "㎏"^^xsd:string ;
    rdfs:comment "SQUARE KG"@en .

<http://lexvo.org/id/char/3390> a lvont:Character ;
    lvont:represents "㎐"^^xsd:string ;
    rdfs:comment "SQUARE HZ"@en .

<http://lexvo.org/id/char/3391> a lvont:Character ;
    lvont:represents "㎑"^^xsd:string ;
    rdfs:comment "SQUARE KHZ"@en .

<http://lexvo.org/id/char/3392> a lvont:Character ;
    lvont:represents "㎒"^^xsd:string ;
    rdfs:comment "SQUARE MHZ"@en .

<http://lexvo.org/id/char/3393> a lvont:Character ;
    lvont:represents "㎓"^^xsd:string ;
    rdfs:comment "SQUARE GHZ"@en .

<http://lexvo.org/id/char/3394> a lvont:Character ;
    lvont:represents "㎔"^^xsd:string ;
    rdfs:comment "SQUARE THZ"@en .

<http://lexvo.org/id/char/3395> a lvont:Character ;
    lvont:represents "㎕"^^xsd:string ;
    rdfs:comment "SQUARE MU L"@en .

<http://lexvo.org/id/char/3396> a lvont:Character ;
    lvont:represents "㎖"^^xsd:string ;
    rdfs:comment "SQUARE ML"@en .

<http://lexvo.org/id/char/3397> a lvont:Character ;
    lvont:represents "㎗"^^xsd:string ;
    rdfs:comment "SQUARE DL"@en .

<http://lexvo.org/id/char/3398> a lvont:Character ;
    lvont:represents "㎘"^^xsd:string ;
    rdfs:comment "SQUARE KL"@en .

<http://lexvo.org/id/char/3399> a lvont:Character ;
    lvont:represents "㎙"^^xsd:string ;
    rdfs:comment "SQUARE FM"@en .

<http://lexvo.org/id/char/339A> a lvont:Character ;
    lvont:represents "㎚"^^xsd:string ;
    rdfs:comment "SQUARE NM"@en .

<http://lexvo.org/id/char/339B> a lvont:Character ;
    lvont:represents "㎛"^^xsd:string ;
    rdfs:comment "SQUARE MU M"@en .

<http://lexvo.org/id/char/339C> a lvont:Character ;
    lvont:represents "㎜"^^xsd:string ;
    rdfs:comment "SQUARE MM"@en .

<http://lexvo.org/id/char/339D> a lvont:Character ;
    lvont:represents "㎝"^^xsd:string ;
    rdfs:comment "SQUARE CM"@en .

<http://lexvo.org/id/char/339E> a lvont:Character ;
    lvont:represents "㎞"^^xsd:string ;
    rdfs:comment "SQUARE KM"@en .

<http://lexvo.org/id/char/339F> a lvont:Character ;
    lvont:represents "㎟"^^xsd:string ;
    rdfs:comment "SQUARE MM SQUARED"@en .

<http://lexvo.org/id/char/33A0> a lvont:Character ;
    lvont:represents "㎠"^^xsd:string ;
    rdfs:comment "SQUARE CM SQUARED"@en .

<http://lexvo.org/id/char/33A1> a lvont:Character ;
    lvont:represents "㎡"^^xsd:string ;
    rdfs:comment "SQUARE M SQUARED"@en .

<http://lexvo.org/id/char/33A2> a lvont:Character ;
    lvont:represents "㎢"^^xsd:string ;
    rdfs:comment "SQUARE KM SQUARED"@en .

<http://lexvo.org/id/char/33A3> a lvont:Character ;
    lvont:represents "㎣"^^xsd:string ;
    rdfs:comment "SQUARE MM CUBED"@en .

<http://lexvo.org/id/char/33A4> a lvont:Character ;
    lvont:represents "㎤"^^xsd:string ;
    rdfs:comment "SQUARE CM CUBED"@en .

<http://lexvo.org/id/char/33A5> a lvont:Character ;
    lvont:represents "㎥"^^xsd:string ;
    rdfs:comment "SQUARE M CUBED"@en .

<http://lexvo.org/id/char/33A6> a lvont:Character ;
    lvont:represents "㎦"^^xsd:string ;
    rdfs:comment "SQUARE KM CUBED"@en .

<http://lexvo.org/id/char/33A7> a lvont:Character ;
    lvont:represents "㎧"^^xsd:string ;
    rdfs:comment "SQUARE M OVER S"@en .

<http://lexvo.org/id/char/33A8> a lvont:Character ;
    lvont:represents "㎨"^^xsd:string ;
    rdfs:comment "SQUARE M OVER S SQUARED"@en .

<http://lexvo.org/id/char/33A9> a lvont:Character ;
    lvont:represents "㎩"^^xsd:string ;
    rdfs:comment "SQUARE PA"@en .

<http://lexvo.org/id/char/33AA> a lvont:Character ;
    lvont:represents "㎪"^^xsd:string ;
    rdfs:comment "SQUARE KPA"@en .

<http://lexvo.org/id/char/33AB> a lvont:Character ;
    lvont:represents "㎫"^^xsd:string ;
    rdfs:comment "SQUARE MPA"@en .

<http://lexvo.org/id/char/33AC> a lvont:Character ;
    lvont:represents "㎬"^^xsd:string ;
    rdfs:comment "SQUARE GPA"@en .

<http://lexvo.org/id/char/33AD> a lvont:Character ;
    lvont:represents "㎭"^^xsd:string ;
    rdfs:comment "SQUARE RAD"@en .

<http://lexvo.org/id/char/33AE> a lvont:Character ;
    lvont:represents "㎮"^^xsd:string ;
    rdfs:comment "SQUARE RAD OVER S"@en .

<http://lexvo.org/id/char/33AF> a lvont:Character ;
    lvont:represents "㎯"^^xsd:string ;
    rdfs:comment "SQUARE RAD OVER S SQUARED"@en .

<http://lexvo.org/id/char/33B0> a lvont:Character ;
    lvont:represents "㎰"^^xsd:string ;
    rdfs:comment "SQUARE PS"@en .

<http://lexvo.org/id/char/33B1> a lvont:Character ;
    lvont:represents "㎱"^^xsd:string ;
    rdfs:comment "SQUARE NS"@en .

<http://lexvo.org/id/char/33B2> a lvont:Character ;
    lvont:represents "㎲"^^xsd:string ;
    rdfs:comment "SQUARE MU S"@en .

<http://lexvo.org/id/char/33B3> a lvont:Character ;
    lvont:represents "㎳"^^xsd:string ;
    rdfs:comment "SQUARE MS"@en .

<http://lexvo.org/id/char/33B4> a lvont:Character ;
    lvont:represents "㎴"^^xsd:string ;
    rdfs:comment "SQUARE PV"@en .

<http://lexvo.org/id/char/33B5> a lvont:Character ;
    lvont:represents "㎵"^^xsd:string ;
    rdfs:comment "SQUARE NV"@en .

<http://lexvo.org/id/char/33B6> a lvont:Character ;
    lvont:represents "㎶"^^xsd:string ;
    rdfs:comment "SQUARE MU V"@en .

<http://lexvo.org/id/char/33B7> a lvont:Character ;
    lvont:represents "㎷"^^xsd:string ;
    rdfs:comment "SQUARE MV"@en .

<http://lexvo.org/id/char/33B8> a lvont:Character ;
    lvont:represents "㎸"^^xsd:string ;
    rdfs:comment "SQUARE KV"@en .

<http://lexvo.org/id/char/33B9> a lvont:Character ;
    lvont:represents "㎹"^^xsd:string ;
    rdfs:comment "SQUARE MV MEGA"@en .

<http://lexvo.org/id/char/33BA> a lvont:Character ;
    lvont:represents "㎺"^^xsd:string ;
    rdfs:comment "SQUARE PW"@en .

<http://lexvo.org/id/char/33BB> a lvont:Character ;
    lvont:represents "㎻"^^xsd:string ;
    rdfs:comment "SQUARE NW"@en .

<http://lexvo.org/id/char/33BC> a lvont:Character ;
    lvont:represents "㎼"^^xsd:string ;
    rdfs:comment "SQUARE MU W"@en .

<http://lexvo.org/id/char/33BD> a lvont:Character ;
    lvont:represents "㎽"^^xsd:string ;
    rdfs:comment "SQUARE MW"@en .

<http://lexvo.org/id/char/33BE> a lvont:Character ;
    lvont:represents "㎾"^^xsd:string ;
    rdfs:comment "SQUARE KW"@en .

<http://lexvo.org/id/char/33BF> a lvont:Character ;
    lvont:represents "㎿"^^xsd:string ;
    rdfs:comment "SQUARE MW MEGA"@en .

<http://lexvo.org/id/char/33C0> a lvont:Character ;
    lvont:represents "㏀"^^xsd:string ;
    rdfs:comment "SQUARE K OHM"@en .

<http://lexvo.org/id/char/33C1> a lvont:Character ;
    lvont:represents "㏁"^^xsd:string ;
    rdfs:comment "SQUARE M OHM"@en .

<http://lexvo.org/id/char/33C2> a lvont:Character ;
    lvont:represents "㏂"^^xsd:string ;
    rdfs:comment "SQUARE AM"@en .

<http://lexvo.org/id/char/33C3> a lvont:Character ;
    lvont:represents "㏃"^^xsd:string ;
    rdfs:comment "SQUARE BQ"@en .

<http://lexvo.org/id/char/33C4> a lvont:Character ;
    lvont:represents "㏄"^^xsd:string ;
    rdfs:comment "SQUARE CC"@en .

<http://lexvo.org/id/char/33C5> a lvont:Character ;
    lvont:represents "㏅"^^xsd:string ;
    rdfs:comment "SQUARE CD"@en .

<http://lexvo.org/id/char/33C6> a lvont:Character ;
    lvont:represents "㏆"^^xsd:string ;
    rdfs:comment "SQUARE C OVER KG"@en .

<http://lexvo.org/id/char/33C7> a lvont:Character ;
    lvont:represents "㏇"^^xsd:string ;
    rdfs:comment "SQUARE CO"@en .

<http://lexvo.org/id/char/33C8> a lvont:Character ;
    lvont:represents "㏈"^^xsd:string ;
    rdfs:comment "SQUARE DB"@en .

<http://lexvo.org/id/char/33C9> a lvont:Character ;
    lvont:represents "㏉"^^xsd:string ;
    rdfs:comment "SQUARE GY"@en .

<http://lexvo.org/id/char/33CA> a lvont:Character ;
    lvont:represents "㏊"^^xsd:string ;
    rdfs:comment "SQUARE HA"@en .

<http://lexvo.org/id/char/33CB> a lvont:Character ;
    lvont:represents "㏋"^^xsd:string ;
    rdfs:comment "SQUARE HP"@en .

<http://lexvo.org/id/char/33CC> a lvont:Character ;
    lvont:represents "㏌"^^xsd:string ;
    rdfs:comment "SQUARE IN"@en .

<http://lexvo.org/id/char/33CD> a lvont:Character ;
    lvont:represents "㏍"^^xsd:string ;
    rdfs:comment "SQUARE KK"@en .

<http://lexvo.org/id/char/33CE> a lvont:Character ;
    lvont:represents "㏎"^^xsd:string ;
    rdfs:comment "SQUARE KM CAPITAL"@en .

<http://lexvo.org/id/char/33CF> a lvont:Character ;
    lvont:represents "㏏"^^xsd:string ;
    rdfs:comment "SQUARE KT"@en .

<http://lexvo.org/id/char/33D0> a lvont:Character ;
    lvont:represents "㏐"^^xsd:string ;
    rdfs:comment "SQUARE LM"@en .

<http://lexvo.org/id/char/33D1> a lvont:Character ;
    lvont:represents "㏑"^^xsd:string ;
    rdfs:comment "SQUARE LN"@en .

<http://lexvo.org/id/char/33D2> a lvont:Character ;
    lvont:represents "㏒"^^xsd:string ;
    rdfs:comment "SQUARE LOG"@en .

<http://lexvo.org/id/char/33D3> a lvont:Character ;
    lvont:represents "㏓"^^xsd:string ;
    rdfs:comment "SQUARE LX"@en .

<http://lexvo.org/id/char/33D4> a lvont:Character ;
    lvont:represents "㏔"^^xsd:string ;
    rdfs:comment "SQUARE MB SMALL"@en .

<http://lexvo.org/id/char/33D5> a lvont:Character ;
    lvont:represents "㏕"^^xsd:string ;
    rdfs:comment "SQUARE MIL"@en .

<http://lexvo.org/id/char/33D6> a lvont:Character ;
    lvont:represents "㏖"^^xsd:string ;
    rdfs:comment "SQUARE MOL"@en .

<http://lexvo.org/id/char/33D7> a lvont:Character ;
    lvont:represents "㏗"^^xsd:string ;
    rdfs:comment "SQUARE PH"@en .

<http://lexvo.org/id/char/33D8> a lvont:Character ;
    lvont:represents "㏘"^^xsd:string ;
    rdfs:comment "SQUARE PM"@en .

<http://lexvo.org/id/char/33D9> a lvont:Character ;
    lvont:represents "㏙"^^xsd:string ;
    rdfs:comment "SQUARE PPM"@en .

<http://lexvo.org/id/char/33DA> a lvont:Character ;
    lvont:represents "㏚"^^xsd:string ;
    rdfs:comment "SQUARE PR"@en .

<http://lexvo.org/id/char/33DB> a lvont:Character ;
    lvont:represents "㏛"^^xsd:string ;
    rdfs:comment "SQUARE SR"@en .

<http://lexvo.org/id/char/33DC> a lvont:Character ;
    lvont:represents "㏜"^^xsd:string ;
    rdfs:comment "SQUARE SV"@en .

<http://lexvo.org/id/char/33DD> a lvont:Character ;
    lvont:represents "㏝"^^xsd:string ;
    rdfs:comment "SQUARE WB"@en .

<http://lexvo.org/id/char/33DE> a lvont:Character ;
    lvont:represents "㏞"^^xsd:string ;
    rdfs:comment "SQUARE V OVER M"@en .

<http://lexvo.org/id/char/33DF> a lvont:Character ;
    lvont:represents "㏟"^^xsd:string ;
    rdfs:comment "SQUARE A OVER M"@en .

<http://lexvo.org/id/char/33E0> a lvont:Character ;
    lvont:represents "㏠"^^xsd:string ;
    rdfs:comment "IDEOGRAPHIC TELEGRAPH SYMBOL FOR DAY ONE"@en .

<http://lexvo.org/id/char/33E1> a lvont:Character ;
    lvont:represents "㏡"^^xsd:string ;
    rdfs:comment "IDEOGRAPHIC TELEGRAPH SYMBOL FOR DAY TWO"@en .

<http://lexvo.org/id/char/33E2> a lvont:Character ;
    lvont:represents "㏢"^^xsd:string ;
    rdfs:comment "IDEOGRAPHIC TELEGRAPH SYMBOL FOR DAY THREE"@en .

<http://lexvo.org/id/char/33E3> a lvont:Character ;
    lvont:represents "㏣"^^xsd:string ;
    rdfs:comment "IDEOGRAPHIC TELEGRAPH SYMBOL FOR DAY FOUR"@en .

<http://lexvo.org/id/char/33E4> a lvont:Character ;
    lvont:represents "㏤"^^xsd:string ;
    rdfs:comment "IDEOGRAPHIC TELEGRAPH SYMBOL FOR DAY FIVE"@en .

<http://lexvo.org/id/char/33E5> a lvont:Character ;
    lvont:represents "㏥"^^xsd:string ;
    rdfs:comment "IDEOGRAPHIC TELEGRAPH SYMBOL FOR DAY SIX"@en .

<http://lexvo.org/id/char/33E6> a lvont:Character ;
    lvont:represents "㏦"^^xsd:string ;
    rdfs:comment "IDEOGRAPHIC TELEGRAPH SYMBOL FOR DAY SEVEN"@en .

<http://lexvo.org/id/char/33E7> a lvont:Character ;
    lvont:represents "㏧"^^xsd:string ;
    rdfs:comment "IDEOGRAPHIC TELEGRAPH SYMBOL FOR DAY EIGHT"@en .

<http://lexvo.org/id/char/33E8> a lvont:Character ;
    lvont:represents "㏨"^^xsd:string ;
    rdfs:comment "IDEOGRAPHIC TELEGRAPH SYMBOL FOR DAY NINE"@en .

<http://lexvo.org/id/char/33E9> a lvont:Character ;
    lvont:represents "㏩"^^xsd:string ;
    rdfs:comment "IDEOGRAPHIC TELEGRAPH SYMBOL FOR DAY TEN"@en .

<http://lexvo.org/id/char/33EA> a lvont:Character ;
    lvont:represents "㏪"^^xsd:string ;
    rdfs:comment "IDEOGRAPHIC TELEGRAPH SYMBOL FOR DAY ELEVEN"@en .

<http://lexvo.org/id/char/33EB> a lvont:Character ;
    lvont:represents "㏫"^^xsd:string ;
    rdfs:comment "IDEOGRAPHIC TELEGRAPH SYMBOL FOR DAY TWELVE"@en .

<http://lexvo.org/id/char/33EC> a lvont:Character ;
    lvont:represents "㏬"^^xsd:string ;
    rdfs:comment "IDEOGRAPHIC TELEGRAPH SYMBOL FOR DAY THIRTEEN"@en .

<http://lexvo.org/id/char/33ED> a lvont:Character ;
    lvont:represents "㏭"^^xsd:string ;
    rdfs:comment "IDEOGRAPHIC TELEGRAPH SYMBOL FOR DAY FOURTEEN"@en .

<http://lexvo.org/id/char/33EE> a lvont:Character ;
    lvont:represents "㏮"^^xsd:string ;
    rdfs:comment "IDEOGRAPHIC TELEGRAPH SYMBOL FOR DAY FIFTEEN"@en .

<http://lexvo.org/id/char/33EF> a lvont:Character ;
    lvont:represents "㏯"^^xsd:string ;
    rdfs:comment "IDEOGRAPHIC TELEGRAPH SYMBOL FOR DAY SIXTEEN"@en .

<http://lexvo.org/id/char/33F0> a lvont:Character ;
    lvont:represents "㏰"^^xsd:string ;
    rdfs:comment "IDEOGRAPHIC TELEGRAPH SYMBOL FOR DAY SEVENTEEN"@en .

<http://lexvo.org/id/char/33F1> a lvont:Character ;
    lvont:represents "㏱"^^xsd:string ;
    rdfs:comment "IDEOGRAPHIC TELEGRAPH SYMBOL FOR DAY EIGHTEEN"@en .

<http://lexvo.org/id/char/33F2> a lvont:Character ;
    lvont:represents "㏲"^^xsd:string ;
    rdfs:comment "IDEOGRAPHIC TELEGRAPH SYMBOL FOR DAY NINETEEN"@en .

<http://lexvo.org/id/char/33F3> a lvont:Character ;
    lvont:represents "㏳"^^xsd:string ;
    rdfs:comment "IDEOGRAPHIC TELEGRAPH SYMBOL FOR DAY TWENTY"@en .

<http://lexvo.org/id/char/33F4> a lvont:Character ;
    lvont:represents "㏴"^^xsd:string ;
    rdfs:comment "IDEOGRAPHIC TELEGRAPH SYMBOL FOR DAY TWENTY-ONE"@en .

<http://lexvo.org/id/char/33F5> a lvont:Character ;
    lvont:represents "㏵"^^xsd:string ;
    rdfs:comment "IDEOGRAPHIC TELEGRAPH SYMBOL FOR DAY TWENTY-TWO"@en .

<http://lexvo.org/id/char/33F6> a lvont:Character ;
    lvont:represents "㏶"^^xsd:string ;
    rdfs:comment "IDEOGRAPHIC TELEGRAPH SYMBOL FOR DAY TWENTY-THREE"@en .

<http://lexvo.org/id/char/33F7> a lvont:Character ;
    lvont:represents "㏷"^^xsd:string ;
    rdfs:comment "IDEOGRAPHIC TELEGRAPH SYMBOL FOR DAY TWENTY-FOUR"@en .

<http://lexvo.org/id/char/33F8> a lvont:Character ;
    lvont:represents "㏸"^^xsd:string ;
    rdfs:comment "IDEOGRAPHIC TELEGRAPH SYMBOL FOR DAY TWENTY-FIVE"@en .

<http://lexvo.org/id/char/33F9> a lvont:Character ;
    lvont:represents "㏹"^^xsd:string ;
    rdfs:comment "IDEOGRAPHIC TELEGRAPH SYMBOL FOR DAY TWENTY-SIX"@en .

<http://lexvo.org/id/char/33FA> a lvont:Character ;
    lvont:represents "㏺"^^xsd:string ;
    rdfs:comment "IDEOGRAPHIC TELEGRAPH SYMBOL FOR DAY TWENTY-SEVEN"@en .

<http://lexvo.org/id/char/33FB> a lvont:Character ;
    lvont:represents "㏻"^^xsd:string ;
    rdfs:comment "IDEOGRAPHIC TELEGRAPH SYMBOL FOR DAY TWENTY-EIGHT"@en .

<http://lexvo.org/id/char/33FC> a lvont:Character ;
    lvont:represents "㏼"^^xsd:string ;
    rdfs:comment "IDEOGRAPHIC TELEGRAPH SYMBOL FOR DAY TWENTY-NINE"@en .

<http://lexvo.org/id/char/33FD> a lvont:Character ;
    lvont:represents "㏽"^^xsd:string ;
    rdfs:comment "IDEOGRAPHIC TELEGRAPH SYMBOL FOR DAY THIRTY"@en .

<http://lexvo.org/id/char/33FE> a lvont:Character ;
    lvont:represents "㏾"^^xsd:string ;
    rdfs:comment "IDEOGRAPHIC TELEGRAPH SYMBOL FOR DAY THIRTY-ONE"@en .

<http://lexvo.org/id/char/33FF> a lvont:Character ;
    lvont:represents "㏿"^^xsd:string ;
    rdfs:comment "SQUARE GAL"@en .

<http://lexvo.org/id/char/3400> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%90%80>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C5%AB>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jau1>,
        <http://lexvo.org/id/term/yue/%E3%90%80>,
        "㐀"^^xsd:string ;
    rdfs:comment "(same as U+4E18 丘) hillock or mound"@en .

<http://lexvo.org/id/char/3401> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%90%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ti%C7%8En%20ti%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tim2>,
        <http://lexvo.org/id/term/yue/%E3%90%81>,
        "㐁"^^xsd:string ;
    rdfs:comment "to lick; to taste, a mat, bamboo bark"@en .

<http://lexvo.org/id/char/3402> a lvont:Character ;
    lvont:represents "㐂"^^xsd:string ;
    rdfs:comment "(J) non-standard form of U+559C 喜, to like, love, enjoy; a joyful thing"@en .

<http://lexvo.org/id/char/3403> a lvont:Character ;
    lvont:represents "㐃"^^xsd:string .

<http://lexvo.org/id/char/3404> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%90%84>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ku%C3%A0>,
        "㐄"^^xsd:string .

<http://lexvo.org/id/char/3405> a lvont:Character ;
    lvont:label "5" ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%90%85>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C7%94>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ng5>,
        <http://lexvo.org/id/term/yue/%E3%90%85>,
        "㐅"^^xsd:string ;
    rdfs:comment "(an ancient form of U+4E94 五) five"@en .

<http://lexvo.org/id/char/3406> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%90%86>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%90n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zaan2>,
        <http://lexvo.org/id/term/yue/%E3%90%86>,
        "㐆"^^xsd:string ;
    rdfs:comment "(corrupted form) to follow, to trust to; to put confidence in; to depend on, to turn around; to turn the body, (interchangeable 隱)"@en .

<http://lexvo.org/id/char/3407> a lvont:Character ;
    lvont:represents "㐇"^^xsd:string .

<http://lexvo.org/id/char/3408> a lvont:Character ;
    lvont:represents "㐈"^^xsd:string .

<http://lexvo.org/id/char/3409> a lvont:Character ;
    lvont:represents "㐉"^^xsd:string .

<http://lexvo.org/id/char/340A> a lvont:Character ;
    lvont:represents "㐊"^^xsd:string .

<http://lexvo.org/id/char/340B> a lvont:Character ;
    lvont:represents "㐋"^^xsd:string .

<http://lexvo.org/id/char/340C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%90%8C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C3%AC%20y%C3%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zyu4>,
        <http://lexvo.org/id/term/yue/%E3%90%8C>,
        "㐌"^^xsd:string ;
    rdfs:comment "a tribe of savages in South China"@en .

<http://lexvo.org/id/char/340D> a lvont:Character ;
    lvont:represents "㐍"^^xsd:string .

<http://lexvo.org/id/char/340E> a lvont:Character ;
    lvont:represents "㐎"^^xsd:string .

<http://lexvo.org/id/char/340F> a lvont:Character ;
    lvont:represents "㐏"^^xsd:string .

<http://lexvo.org/id/char/3410> a lvont:Character ;
    lvont:represents "㐐"^^xsd:string .

<http://lexvo.org/id/char/3411> a lvont:Character ;
    lvont:represents "㐑"^^xsd:string .

<http://lexvo.org/id/char/3412> a lvont:Character ;
    lvont:represents "㐒"^^xsd:string .

<http://lexvo.org/id/char/3413> a lvont:Character ;
    lvont:represents "㐓"^^xsd:string .

<http://lexvo.org/id/char/3414> a lvont:Character ;
    lvont:represents "㐔"^^xsd:string .

<http://lexvo.org/id/char/3415> a lvont:Character ;
    lvont:represents "㐕"^^xsd:string .

<http://lexvo.org/id/char/3416> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%90%96>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A8>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zip6>,
        <http://lexvo.org/id/term/yue/%E3%90%96>,
        "㐖"^^xsd:string ;
    rdfs:comment "㐖毒, an old name for India"@en .

<http://lexvo.org/id/char/3417> a lvont:Character ;
    lvont:represents "㐗"^^xsd:string .

<http://lexvo.org/id/char/3418> a lvont:Character ;
    lvont:represents "㐘"^^xsd:string .

<http://lexvo.org/id/char/3419> a lvont:Character ;
    lvont:represents "㐙"^^xsd:string .

<http://lexvo.org/id/char/341A> a lvont:Character ;
    lvont:represents "㐚"^^xsd:string .

<http://lexvo.org/id/char/341B> a lvont:Character ;
    lvont:represents "㐛"^^xsd:string .

<http://lexvo.org/id/char/341C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%90%9C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%B3u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/caau4>,
        <http://lexvo.org/id/term/yue/%E3%90%9C>,
        "㐜"^^xsd:string ;
    rdfs:comment "(same as 仇) an enemy, enmity, hatred, to hate, a rival, a match"@en .

<http://lexvo.org/id/char/341D> a lvont:Character ;
    lvont:represents "㐝"^^xsd:string .

<http://lexvo.org/id/char/341E> a lvont:Character ;
    lvont:represents "㐞"^^xsd:string .

<http://lexvo.org/id/char/341F> a lvont:Character ;
    lvont:represents "㐟"^^xsd:string .

<http://lexvo.org/id/char/3420> a lvont:Character ;
    lvont:represents "㐠"^^xsd:string .

<http://lexvo.org/id/char/3421> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%90%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/nu%C3%B2>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/no6>,
        <http://lexvo.org/id/term/yue/%E3%90%A1>,
        "㐡"^^xsd:string ;
    rdfs:comment "(same as 懦) weak; timid; imbecile"@en .

<http://lexvo.org/id/char/3422> a lvont:Character ;
    lvont:represents "㐢"^^xsd:string .

<http://lexvo.org/id/char/3423> a lvont:Character ;
    lvont:represents "㐣"^^xsd:string .

<http://lexvo.org/id/char/3424> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%90%A4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C3%BA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kaau4>,
        <http://lexvo.org/id/term/yue/%E3%90%A4>,
        "㐤"^^xsd:string ;
    rdfs:comment "to implore; to beseech, to seek after, to beg; to pray"@en .

<http://lexvo.org/id/char/3425> a lvont:Character ;
    lvont:represents "㐥"^^xsd:string .

<http://lexvo.org/id/char/3426> a lvont:Character ;
    lvont:represents "㐦"^^xsd:string .

<http://lexvo.org/id/char/3427> a lvont:Character ;
    lvont:represents "㐧"^^xsd:string ;
    rdfs:comment "(J) non-standard form of 第 U+7B2C, sequence, number; grade, degree"@en .

<http://lexvo.org/id/char/3428> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%90%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zeoi6>,
        <http://lexvo.org/id/term/yue/%E3%90%A8>,
        "㐨"^^xsd:string ;
    rdfs:comment "a kind of fish in legend (a record in old books)"@en .

<http://lexvo.org/id/char/3429> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%90%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C3%ADng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zing4>,
        <http://lexvo.org/id/term/yue/%E3%90%A9>,
        "㐩"^^xsd:string ;
    rdfs:comment "wine cups"@en .

<http://lexvo.org/id/char/342A> a lvont:Character ;
    lvont:represents "㐪"^^xsd:string .

<http://lexvo.org/id/char/342B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%90%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C5%8Dng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gun3%20hung1%20zung1>,
        <http://lexvo.org/id/term/yue/%E3%90%AB>,
        "㐫"^^xsd:string ;
    rdfs:comment "(same as 凶) cruel, unfortunate, sad"@en .

<http://lexvo.org/id/char/342C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%90%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C3%BA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lau4>,
        <http://lexvo.org/id/term/yue/%E3%90%AC>,
        "㐬"^^xsd:string ;
    rdfs:comment "(same as U+65D2 旒, a corrupted form of U+8352 荒) a cup with pendants, a pennant, wild, barren, uncultivated"@en .

<http://lexvo.org/id/char/342D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%90%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C7%90n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lam5>,
        <http://lexvo.org/id/term/yue/%E3%90%AD>,
        "㐭"^^xsd:string ;
    rdfs:comment "(same as 廩) a granary, to supply (foodstuff), to stockpile"@en .

<http://lexvo.org/id/char/342E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%90%AE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C4%81ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/soeng1>,
        <http://lexvo.org/id/term/yue/%E3%90%AE>,
        "㐮"^^xsd:string ;
    rdfs:comment "(same as 襄) to help; to assist, to achieve, to rise; to raise"@en .

<http://lexvo.org/id/char/342F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%90%AF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C5%8Dng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jung4>,
        <http://lexvo.org/id/term/yue/%E3%90%AF>,
        "㐯"^^xsd:string ;
    rdfs:comment "(ancient form of 庸) to employ; to use, to manifest"@en .

<http://lexvo.org/id/char/3430> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%90%B0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C3%ACn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/seon3>,
        <http://lexvo.org/id/term/yue/%E3%90%B0>,
        "㐰"^^xsd:string ;
    rdfs:comment "(ancient form of 信) to believe in; to trust, truth, sincerity, confidence, a pledge or token"@en .

<http://lexvo.org/id/char/3431> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%90%B1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C4%9Bn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/caa5%20caan2%20dou3%20zaan2>,
        <http://lexvo.org/id/term/yue/%E3%90%B1>,
        "㐱"^^xsd:string ;
    rdfs:comment "(same as 鬒) bushy, black hair"@en .

<http://lexvo.org/id/char/3432> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%90%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%A0i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/daai6>,
        <http://lexvo.org/id/term/yue/%E3%90%B2>,
        "㐲"^^xsd:string ;
    rdfs:comment "name of an island"@en .

<http://lexvo.org/id/char/3433> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%90%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ngaat6>,
        <http://lexvo.org/id/term/yue/%E3%90%B3>,
        "㐳"^^xsd:string ;
    rdfs:comment "high and level on the top"@en .

<http://lexvo.org/id/char/3434> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%90%B4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C4%81n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/paan1>,
        <http://lexvo.org/id/term/yue/%E3%90%B4>,
        "㐴"^^xsd:string ;
    rdfs:comment "(non-classical of 攀) to drag down; to seize, to pull, to hold to"@en .

<http://lexvo.org/id/char/3435> a lvont:Character ;
    lvont:represents "㐵"^^xsd:string .

<http://lexvo.org/id/char/3436> a lvont:Character ;
    lvont:represents "㐶"^^xsd:string .

<http://lexvo.org/id/char/3437> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%90%B7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C7%8E%20m%C3%A0%20mi%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/maa6>,
        <http://lexvo.org/id/term/yue/%E3%90%B7>,
        "㐷"^^xsd:string ;
    rdfs:comment "a kind of punishment in Han Dynasty, name of chessmen in Chinese chess game (simplified form, a variant 罵) to curse; to revile; to abuse, to scold"@en .

<http://lexvo.org/id/char/3438> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%90%B8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gim1%20him3>,
        <http://lexvo.org/id/term/yue/%E3%90%B8>,
        "㐸"^^xsd:string ;
    rdfs:comment "(non-classical form of 欠) to owe money, deficient, to yawn, last name"@en .

<http://lexvo.org/id/char/3439> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%90%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/go1%20kwok3%20ngaat6>,
        <http://lexvo.org/id/term/yue/%E3%90%B9>,
        "㐹"^^xsd:string ;
    rdfs:comment "(standard form of 仡) strong; valiant, a minority ethnic group in China"@en .

<http://lexvo.org/id/char/343A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%90%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%B2ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zung3>,
        <http://lexvo.org/id/term/yue/%E3%90%BA>,
        "㐺"^^xsd:string ;
    rdfs:comment "(standard form of 眾) all; the whole of; a multitude, a crowd (three or more)"@en .

<http://lexvo.org/id/char/343B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%90%BB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n3%20n%C3%A8i%20ng3>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fu1%20mou5%20noi6>,
        <http://lexvo.org/id/term/yue/%E3%90%BB>,
        "㐻"^^xsd:string ;
    rdfs:comment "name of a person"@en .

<http://lexvo.org/id/char/343C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%90%BC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%A8ng%20zh%C4%9Bng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cing2>,
        <http://lexvo.org/id/term/yue/%E3%90%BC>,
        "㐼"^^xsd:string ;
    rdfs:comment "(corrupted form of 拯) to save; to lift up"@en .

<http://lexvo.org/id/char/343D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/fung1>,
        <http://lexvo.org/id/term/yue/%E3%90%BD>,
        "㐽"^^xsd:string ;
    rdfs:comment "(simplified form of 偑) name of a place, last name"@en .

<http://lexvo.org/id/char/343E> a lvont:Character ;
    lvont:represents "㐾"^^xsd:string .

<http://lexvo.org/id/char/343F> a lvont:Character ;
    lvont:represents "㐿"^^xsd:string .

<http://lexvo.org/id/char/3440> a lvont:Character ;
    lvont:represents "㑀"^^xsd:string .

<http://lexvo.org/id/char/3441> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%91%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zhu%C5%8D>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zyut3%20zyut6>,
        <http://lexvo.org/id/term/yue/%E3%91%81>,
        "㑁"^^xsd:string ;
    rdfs:comment "(same as U+20B74 𠭴) short; of short stature"@en .

<http://lexvo.org/id/char/3442> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%91%82>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C7%8Eng%20p%C3%A1ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fong2%20pong4>,
        <http://lexvo.org/id/term/yue/%E3%91%82>,
        "㑂"^^xsd:string ;
    rdfs:comment "(same as 仿) to imitate, like; resembling, according to"@en .

<http://lexvo.org/id/char/3443> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C7%8Eo>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%91%83>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/au2%20au3%20paai1>,
        <http://lexvo.org/id/term/yue/%E3%91%83>,
        "㑃"^^xsd:string ;
    rdfs:comment "(same as 拗) to pull; to drag, to break off, to pluck, as a flower"@en .

<http://lexvo.org/id/char/3444> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%91%84>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C7%94>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mou5>,
        <http://lexvo.org/id/term/yue/%E3%91%84>,
        "㑄"^^xsd:string ;
    rdfs:comment "(ancient form of 侮) to insult, to ridicule"@en .

<http://lexvo.org/id/char/3445> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%91%85>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zu%C3%B2>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zok3%20zok6>,
        <http://lexvo.org/id/term/yue/%E3%91%85>,
        "㑅"^^xsd:string ;
    rdfs:comment "(same as 作) to make; to do; to act, to write; to compose; to rise, work"@en .

<http://lexvo.org/id/char/3446> a lvont:Character ;
    lvont:represents "㑆"^^xsd:string .

<http://lexvo.org/id/char/3447> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%91%87>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%B2u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zaau3>,
        <http://lexvo.org/id/term/yue/%E3%91%87>,
        "㑇"^^xsd:string ;
    rdfs:comment "(a simplified form) clever; ingenious; cute; pretty"@en .

<http://lexvo.org/id/char/3448> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%91%88>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%B2ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dung1>,
        <http://lexvo.org/id/term/yue/%E3%91%88>,
        "㑈"^^xsd:string ;
    rdfs:comment "(simplified form) rude; barbarous, stupid; dull, last name"@en .

<http://lexvo.org/id/char/3449> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%91%89>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cuk1>,
        <http://lexvo.org/id/term/yue/%E3%91%89>,
        "㑉"^^xsd:string ;
    rdfs:comment "cannot straighten up"@en .

<http://lexvo.org/id/char/344A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%91%8A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zik6>,
        <http://lexvo.org/id/term/yue/%E3%91%8A>,
        "㑊"^^xsd:string ;
    rdfs:comment "a kind of disease"@en .

<http://lexvo.org/id/char/344B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%91%8B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%B2ng%20k%C7%92ng%20qi%C3%B3ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kung4>,
        <http://lexvo.org/id/term/yue/%E3%91%8B>,
        "㑋"^^xsd:string ;
    rdfs:comment "small, poor, submit to the dominion of; slow; late"@en .

<http://lexvo.org/id/char/344C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%91%8C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ku%C4%81ng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C4%81ng%20ku%C4%81ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hong1>,
        <http://lexvo.org/id/term/yue/%E3%91%8C>,
        "㑌"^^xsd:string ;
    rdfs:comment "(same as 尪) weak; a rickety person; emaciated"@en .

<http://lexvo.org/id/char/344D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%91%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C4%9Bi%20l%C3%A8i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/leoi5>,
        <http://lexvo.org/id/term/yue/%E3%91%8D>,
        "㑍"^^xsd:string ;
    rdfs:comment "inferior; secondary, ugly"@en .

<http://lexvo.org/id/char/344E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%91%8E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C7%8Eo>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/nou5>,
        <http://lexvo.org/id/term/yue/%E3%91%8E>,
        "㑎"^^xsd:string ;
    rdfs:comment "last name"@en .

<http://lexvo.org/id/char/344F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%91%8F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cyu5%20zyu2>,
        <http://lexvo.org/id/term/yue/%E3%91%8F>,
        "㑏"^^xsd:string ;
    rdfs:comment "(corrupted form of U+4F47 佇) to stand and wait; to hope for"@en .

<http://lexvo.org/id/char/3450> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/suk1>,
        <http://lexvo.org/id/term/yue/%E3%91%90>,
        "㑐"^^xsd:string ;
    rdfs:comment "to move; to start; to shake, name of a person"@en .

<http://lexvo.org/id/char/3451> a lvont:Character ;
    lvont:represents "㑑"^^xsd:string .

<http://lexvo.org/id/char/3452> a lvont:Character ;
    lvont:represents "㑒"^^xsd:string .

<http://lexvo.org/id/char/3453> a lvont:Character ;
    lvont:represents "㑓"^^xsd:string .

<http://lexvo.org/id/char/3454> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%91%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C7%94>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/seoi2>,
        <http://lexvo.org/id/term/yue/%E3%91%94>,
        "㑔"^^xsd:string ;
    rdfs:comment "(a simplified form) (corrupted form of 偦) all together, mutually, last name"@en .

<http://lexvo.org/id/char/3455> a lvont:Character ;
    lvont:represents "㑕"^^xsd:string .

<http://lexvo.org/id/char/3456> a lvont:Character ;
    lvont:represents "㑖"^^xsd:string .

<http://lexvo.org/id/char/3457> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/saan1%20saan6>,
        <http://lexvo.org/id/term/yue/%E3%91%97>,
        "㑗"^^xsd:string ;
    rdfs:comment "a god, pregnant"@en .

<http://lexvo.org/id/char/3458> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%91%98>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%A8>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gaai3>,
        <http://lexvo.org/id/term/yue/%E3%91%98>,
        "㑘"^^xsd:string ;
    rdfs:comment "(same as 价) a servant, a middle-man, good, great; (a simplified form) price; value"@en .

<http://lexvo.org/id/char/3459> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%91%99>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/di%C3%A9%20y%C7%92ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dip6>,
        <http://lexvo.org/id/term/yue/%E3%91%99>,
        "㑙"^^xsd:string ;
    rdfs:comment "frivolous; flippant; capricious; playful"@en .

<http://lexvo.org/id/char/345A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%91%9A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/nu%C3%B3>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/naa4%20no4>,
        <http://lexvo.org/id/term/yue/%E3%91%9A>,
        "㑚"^^xsd:string ;
    rdfs:comment "(non-classical form of 那) that, there"@en .

<http://lexvo.org/id/char/345B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%91%9B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cuk1>,
        <http://lexvo.org/id/term/yue/%E3%91%9B>,
        "㑛"^^xsd:string ;
    rdfs:comment "to shake one's head"@en .

<http://lexvo.org/id/char/345C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%91%9C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zaai6>,
        <http://lexvo.org/id/term/yue/%E3%91%9C>,
        "㑜"^^xsd:string ;
    rdfs:comment "(a dialect) to engrave"@en .

<http://lexvo.org/id/char/345D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%91%9D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%B2ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lung6>,
        <http://lexvo.org/id/term/yue/%E3%91%9D>,
        "㑝"^^xsd:string ;
    rdfs:comment "to make a fool of; idiotic, simple, stupid"@en .

<http://lexvo.org/id/char/345E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%91%9E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%ACng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zing6>,
        <http://lexvo.org/id/term/yue/%E3%91%9E>,
        "㑞"^^xsd:string ;
    rdfs:comment "(same as 媵) (in old time) a maid who accompanies a bride to her new home; to escort, a concubine"@en .

<http://lexvo.org/id/char/345F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%91%9F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C4%9Bng%20b%C3%B3%20p%C4%9Bng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mang1>,
        <http://lexvo.org/id/term/yue/%E3%91%9F>,
        "㑟"^^xsd:string ;
    rdfs:comment "insincere and cunning person; a pretentious person"@en .

<http://lexvo.org/id/char/3460> a lvont:Character ;
    lvont:represents "㑠"^^xsd:string .

<http://lexvo.org/id/char/3461> a lvont:Character ;
    lvont:represents "㑡"^^xsd:string .

<http://lexvo.org/id/char/3462> a lvont:Character ;
    lvont:represents "㑢"^^xsd:string .

<http://lexvo.org/id/char/3463> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%91%A3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lam2%20lam4>,
        <http://lexvo.org/id/term/yue/%E3%91%A3>,
        "㑣"^^xsd:string ;
    rdfs:comment "stupid; loutish, without ability; unable; lacking power"@en .

<http://lexvo.org/id/char/3464> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%91%A4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/mi%C3%A1o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/miu4>,
        <http://lexvo.org/id/term/yue/%E3%91%A4>,
        "㑤"^^xsd:string ;
    rdfs:comment "(same as 媌) good looking, a prostitute"@en .

<http://lexvo.org/id/char/3465> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%91%A5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zi6>,
        <http://lexvo.org/id/term/yue/%E3%91%A5>,
        "㑥"^^xsd:string ;
    rdfs:comment "disrespectful; irreverent, to make light of; to neglect; careless; rush, to exchange, (said of one's personality) easy to get along with"@en .

<http://lexvo.org/id/char/3466> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%91%A6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/leoi6>,
        <http://lexvo.org/id/term/yue/%E3%91%A6>,
        "㑦"^^xsd:string ;
    rdfs:comment "anger; rage; angry, (same as 戾) recalcitrant; stubbornly persisting in doing something wrong; cruel; despotic"@en .

<http://lexvo.org/id/char/3467> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%91%A7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gwai3>,
        <http://lexvo.org/id/term/yue/%E3%91%A7>,
        "㑧"^^xsd:string ;
    rdfs:comment "(corrupted form of 悸) perturbed, to throb, palpitation of the heart"@en .

<http://lexvo.org/id/char/3468> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%91%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%94>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zyu5>,
        <http://lexvo.org/id/term/yue/%E3%91%A8>,
        "㑨"^^xsd:string ;
    rdfs:comment "great; big; tall; vast, noble; high in rank, very; much"@en .

<http://lexvo.org/id/char/3469> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%91%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/lu%C3%B3>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lo4>,
        <http://lexvo.org/id/term/yue/%E3%91%A9>,
        "㑩"^^xsd:string ;
    rdfs:comment "(simplified form of U+5138 儸) smart; clever"@en .

<http://lexvo.org/id/char/346A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%91%AA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%A1i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/caai4>,
        <http://lexvo.org/id/term/yue/%E3%91%AA>,
        "㑪"^^xsd:string ;
    rdfs:comment "(non-classical form of 儕) a generation, a class; a series; a kind"@en .

<http://lexvo.org/id/char/346B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/n%E1%BB%99m>,
        "㑫"^^xsd:string .

<http://lexvo.org/id/char/346C> a lvont:Character ;
    lvont:represents "㑬"^^xsd:string .

<http://lexvo.org/id/char/346D> a lvont:Character ;
    lvont:represents "㑭"^^xsd:string .

<http://lexvo.org/id/char/346E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%91%AE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%BAn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gwaat1%20waan4>,
        <http://lexvo.org/id/term/yue/%E3%91%AE>,
        "㑮"^^xsd:string ;
    rdfs:comment "last name, girl's name"@en .

<http://lexvo.org/id/char/346F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%91%AF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C7%94>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/seoi1>,
        <http://lexvo.org/id/term/yue/%E3%91%AF>,
        "㑯"^^xsd:string ;
    rdfs:comment "last name, all; together; mutually, a low rank officer to take charge of the bandits in ancient time"@en .

<http://lexvo.org/id/char/3470> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%91%B0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fui4>,
        <http://lexvo.org/id/term/yue/%E3%91%B0>,
        "㑰"^^xsd:string ;
    rdfs:comment "(a corrupted form) distress; very difficulty; anxiety; very tired"@en .

<http://lexvo.org/id/char/3471> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%91%B1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/r%C7%8Eo>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/nau4>,
        <http://lexvo.org/id/term/yue/%E3%91%B1>,
        "㑱"^^xsd:string ;
    rdfs:comment "a kind of monkey, fingering for an ancient string instrument"@en .

<http://lexvo.org/id/char/3472> a lvont:Character ;
    lvont:represents "㑲"^^xsd:string .

<http://lexvo.org/id/char/3473> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%91%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%B2u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zaau3>,
        <http://lexvo.org/id/term/yue/%E3%91%B3>,
        "㑳"^^xsd:string ;
    rdfs:comment "(same as 媰) clever; ingenious; cute; smart; pretty, cruel, to be heired, to jest; to chaff, to bawl, mean person (as opposed to real gentleman)"@en .

<http://lexvo.org/id/char/3474> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/caam1%20cam1>,
        <http://lexvo.org/id/term/yue/%E3%91%B4>,
        "㑴"^^xsd:string ;
    rdfs:comment "(standard form of 侵) to usurp, to encroach upon, to raid"@en .

<http://lexvo.org/id/char/3475> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%91%B5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A0n%20j%C3%AD%20ji%C3%A9%20zh%C7%8E%20z%C3%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zat6>,
        <http://lexvo.org/id/term/yue/%E3%91%B5>,
        "㑵"^^xsd:string ;
    rdfs:comment "(same as 嫉) envy; jealousy, to hate"@en .

<http://lexvo.org/id/char/3476> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%91%B6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/haai4%20hei3>,
        <http://lexvo.org/id/term/yue/%E3%91%B6>,
        "㑶"^^xsd:string ;
    rdfs:comment "(non-classical form of 愾) anger; passion; rage, to sigh; to groan"@en .

<http://lexvo.org/id/char/3477> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%91%B7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%A0i%20ti%C3%A0n%20zhu%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/taai3>,
        <http://lexvo.org/id/term/yue/%E3%91%B7>,
        "㑷"^^xsd:string ;
    rdfs:comment "(same as 態) manner, bearing, behaviour, policy, attitude"@en .

<http://lexvo.org/id/char/3478> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C7%8Ei%20y%C3%A1o%20y%C3%B3u>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%91%B8>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ziu4>,
        <http://lexvo.org/id/term/yue/%E3%91%B8>,
        "㑸"^^xsd:string .

<http://lexvo.org/id/char/3479> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%91%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gwat3%20mok6%20wui6>,
        <http://lexvo.org/id/term/yue/%E3%91%B9>,
        "㑹"^^xsd:string ;
    rdfs:comment "(non-classical of 會) to meet; to assemble, to co-operate, a society; a guild; an association"@en .

<http://lexvo.org/id/char/347A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%91%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%B9n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zeoi6%20zeon3>,
        <http://lexvo.org/id/term/yue/%E3%91%BA>,
        "㑺"^^xsd:string ;
    rdfs:comment "(a variant of 俊) superior, handsome, refined, eminent"@en .

<http://lexvo.org/id/char/347B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%91%BB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A0>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/maa6%20mei5>,
        <http://lexvo.org/id/term/yue/%E3%91%BB>,
        "㑻"^^xsd:string ;
    rdfs:comment "strong, robust, vigorous"@en .

<http://lexvo.org/id/char/347C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%91%BC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%BC%C3%A8>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/loek6>,
        <http://lexvo.org/id/term/yue/%E3%91%BC>,
        "㑼"^^xsd:string ;
    rdfs:comment "name of a god"@en .

<http://lexvo.org/id/char/347D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%91%BD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%A1ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tong4>,
        <http://lexvo.org/id/term/yue/%E3%91%BD>,
        "㑽"^^xsd:string ;
    rdfs:comment "(same as 傏) to ward off; to parry; to keep out, as wind, rain, or cold"@en .

<http://lexvo.org/id/char/347E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%91%BE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A1o%20y%C3%A1o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ziu4>,
        <http://lexvo.org/id/term/yue/%E3%91%BE>,
        "㑾"^^xsd:string ;
    rdfs:comment "(interchangeable 繇) joy, delight, gratification"@en .

<http://lexvo.org/id/char/347F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%91%BF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ti%C3%A1o%20zh%C3%A0o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/coek3%20huk6%20zau3%20ziu6>,
        <http://lexvo.org/id/term/yue/%E3%91%BF>,
        "㑿"^^xsd:string ;
    rdfs:comment "long, of space or time, profitable, excelling"@en .

<http://lexvo.org/id/char/3480> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%92%80>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C7%8E>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cim4%20cip3%20zak6>,
        <http://lexvo.org/id/term/yue/%E3%92%80>,
        "㒀"^^xsd:string ;
    rdfs:comment "do not fear to"@en .

<http://lexvo.org/id/char/3481> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%92%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%94%20y%C3%B9n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sou3%20zyu5>,
        <http://lexvo.org/id/term/yue/%E3%92%81>,
        "㒁"^^xsd:string ;
    rdfs:comment "(same as 俁) of great stature; stalwart, to injure, to grieve"@en .

<http://lexvo.org/id/char/3482> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%92%82>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C3%B9%20zhu%C3%B3>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zoek6>,
        <http://lexvo.org/id/term/yue/%E3%92%82>,
        "㒂"^^xsd:string ;
    rdfs:comment "to bestow; to grant, to act; to do, quiet; still, peace; tranquility"@en .

<http://lexvo.org/id/char/3483> a lvont:Character ;
    lvont:label "2" ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C3%A8r>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%92%83>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zi6>,
        <http://lexvo.org/id/term/yue/%E3%92%83>,
        "㒃"^^xsd:string ;
    rdfs:comment "(same as 貳) capital form of two, a second job, to harbour doubts; to hesitate, to revolt"@en .

<http://lexvo.org/id/char/3484> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%92%84>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C3%A0ng%20n%C3%A8n%20r%C7%8En>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ngam4%20zim5>,
        <http://lexvo.org/id/term/yue/%E3%92%84>,
        "㒄"^^xsd:string ;
    rdfs:comment "brittle and friable, fear; dread; fright; scare"@en .

<http://lexvo.org/id/char/3485> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%92%85>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C7%90>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kai2>,
        <http://lexvo.org/id/term/yue/%E3%92%85>,
        "㒅"^^xsd:string ;
    rdfs:comment "to unbind the collar"@en .

<http://lexvo.org/id/char/3486> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%92%86>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%AC%20k%C3%A8%20x%C3%AC%20xi%C3%A0o%20y%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kap1>,
        <http://lexvo.org/id/term/yue/%E3%92%86>,
        "㒆"^^xsd:string ;
    rdfs:comment "(same as 歙) to gather the harvest; to gather together"@en .

<http://lexvo.org/id/char/3487> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%92%87>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%B9%20w%C7%94>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ng5>,
        <http://lexvo.org/id/term/yue/%E3%92%87>,
        "㒇"^^xsd:string ;
    rdfs:comment "(same as 憮) to skip about; to dance for joy; to soothe, slow, disappointed"@en .

<http://lexvo.org/id/char/3488> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%92%88>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hon6>,
        <http://lexvo.org/id/term/yue/%E3%92%88>,
        "㒈"^^xsd:string ;
    rdfs:comment "dangerous; lofty; steep; high and dangerous"@en .

<http://lexvo.org/id/char/3489> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%92%89>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C7%8Eng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tong2>,
        <http://lexvo.org/id/term/yue/%E3%92%89>,
        "㒉"^^xsd:string ;
    rdfs:comment "(same as 惝) alarmed; agitated"@en .

<http://lexvo.org/id/char/348A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%92%8A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C3%A8>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/saap1%20sik1>,
        <http://lexvo.org/id/term/yue/%E3%92%8A>,
        "㒊"^^xsd:string ;
    rdfs:comment "loquacious"@en .

<http://lexvo.org/id/char/348B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/si1>,
        <http://lexvo.org/id/term/yue/%E3%92%8B>,
        "㒋"^^xsd:string ;
    rdfs:comment "(same as U+5EDD 廝) a servant; a menial, a woodcutter"@en .

<http://lexvo.org/id/char/348C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%92%8C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C3%B3ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/king4>,
        <http://lexvo.org/id/term/yue/%E3%92%8C>,
        "㒌"^^xsd:string ;
    rdfs:comment "(ancient form of 煢) along; desolate; orphaned"@en .

<http://lexvo.org/id/char/348D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%92%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%A9i%20l%C4%9Bi>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/leoi5>,
        <http://lexvo.org/id/term/yue/%E3%92%8D>,
        "㒍"^^xsd:string ;
    rdfs:comment "(interchangeable U+50AB 儽) utterly weary in body and spirits; negligent; lax"@en .

<http://lexvo.org/id/char/348E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%92%8E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C7%8E%20s%C3%A0%20t%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sat3>,
        <http://lexvo.org/id/term/yue/%E3%92%8E>,
        "㒎"^^xsd:string ;
    rdfs:comment "evil, wicked, wrong, foul"@en .

<http://lexvo.org/id/char/348F> a lvont:Character ;
    lvont:represents "㒏"^^xsd:string .

<http://lexvo.org/id/char/3490> a lvont:Character ;
    lvont:represents "㒐"^^xsd:string .

<http://lexvo.org/id/char/3491> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%92%91>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%AC%20ku%C7%90>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hung2%20kui2%20wak6>,
        <http://lexvo.org/id/term/yue/%E3%92%91>,
        "㒑"^^xsd:string ;
    rdfs:comment "grow up, commodity prices"@en .

<http://lexvo.org/id/char/3492> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%92%92>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%BA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/buk6>,
        <http://lexvo.org/id/term/yue/%E3%92%92>,
        "㒒"^^xsd:string ;
    rdfs:comment "(same as 僕) a slave; a servant, used conventionally for oneself, a charioteer"@en .

<http://lexvo.org/id/char/3493> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%92%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%A0>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/taat3>,
        <http://lexvo.org/id/term/yue/%E3%92%93>,
        "㒓"^^xsd:string ;
    rdfs:comment "to escape; to abscond; to flee, (interchangeable 達)"@en .

<http://lexvo.org/id/char/3494> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%92%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C7%94>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/suk6>,
        <http://lexvo.org/id/term/yue/%E3%92%94>,
        "㒔"^^xsd:string ;
    rdfs:comment "to shake one's head, ugly, not in peace"@en .

<http://lexvo.org/id/char/3495> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/zoeng1>,
        <http://lexvo.org/id/term/yue/%E3%92%95>,
        "㒕"^^xsd:string ;
    rdfs:comment "unyield"@en .

<http://lexvo.org/id/char/3496> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C7%92u>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%92%96>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ngaau5>,
        <http://lexvo.org/id/term/yue/%E3%92%96>,
        "㒖"^^xsd:string ;
    rdfs:comment "(same as 藕) the root-stock of the lotus; arrowroot"@en .

<http://lexvo.org/id/char/3497> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%92%97>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%A1i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/toi4>,
        <http://lexvo.org/id/term/yue/%E3%92%97>,
        "㒗"^^xsd:string ;
    rdfs:comment "(a variant of 儓) a servant"@en .

<http://lexvo.org/id/char/3498> a lvont:Character ;
    lvont:represents "㒘"^^xsd:string .

<http://lexvo.org/id/char/3499> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%92%99>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/mi%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/min4%20min6>,
        <http://lexvo.org/id/term/yue/%E3%92%99>,
        "㒙"^^xsd:string ;
    rdfs:comment "to hand or bow the head; to droop; to lower, low; beneath"@en .

<http://lexvo.org/id/char/349A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%92%9A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C4%9Bn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/waan2>,
        <http://lexvo.org/id/term/yue/%E3%92%9A>,
        "㒚"^^xsd:string ;
    rdfs:comment "(same as U+7A69 穩) firm; stable; secure, dependent upon others"@en .

<http://lexvo.org/id/char/349B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%92%9B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/di%C3%A0o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/deoi2%20diu6>,
        <http://lexvo.org/id/term/yue/%E3%92%9B>,
        "㒛"^^xsd:string ;
    rdfs:comment "to stand alone; independent"@en .

<http://lexvo.org/id/char/349C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%92%9C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%BA%20y%C7%94>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zyu5>,
        <http://lexvo.org/id/term/yue/%E3%92%9C>,
        "㒜"^^xsd:string ;
    rdfs:comment "respectful; attentive, carefully; cautious; to heed; to be watchful, to rely on; to trust to; to lean towards"@en .

<http://lexvo.org/id/char/349D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%92%9D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/mi%C3%A8%20w%C3%A0>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mit6%20ziu5>,
        <http://lexvo.org/id/term/yue/%E3%92%9D>,
        "㒝"^^xsd:string ;
    rdfs:comment "to deceive; artful; false"@en .

<http://lexvo.org/id/char/349E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%92%9E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%B9n%20k%C4%9B>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zeon3>,
        <http://lexvo.org/id/term/yue/%E3%92%9E>,
        "㒞"^^xsd:string ;
    rdfs:comment "valiant; brave, eminent"@en .

<http://lexvo.org/id/char/349F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%92%9F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ni%C7%8Eo>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/niu5%20seoi1>,
        <http://lexvo.org/id/term/yue/%E3%92%9F>,
        "㒟"^^xsd:string ;
    rdfs:comment "(same as 褭) with a charming; slim carriage (of a woman), pretty"@en .

<http://lexvo.org/id/char/34A0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%92%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A8>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/haai6>,
        <http://lexvo.org/id/term/yue/%E3%92%A0>,
        "㒠"^^xsd:string ;
    rdfs:comment "narrow; contracted, quickly; fast; hasty; soon; promptly"@en .

<http://lexvo.org/id/char/34A1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%92%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%B3u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zaau4>,
        <http://lexvo.org/id/term/yue/%E3%92%A1>,
        "㒡"^^xsd:string ;
    rdfs:comment "name of a person"@en .

<http://lexvo.org/id/char/34A2> a lvont:Character ;
    lvont:represents "㒢"^^xsd:string .

<http://lexvo.org/id/char/34A3> a lvont:Character ;
    lvont:represents "㒣"^^xsd:string .

<http://lexvo.org/id/char/34A4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%92%A4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%A8>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sip3%20zip3>,
        <http://lexvo.org/id/term/yue/%E3%92%A4>,
        "㒤"^^xsd:string ;
    rdfs:comment "to have one's heart won; to submit, admire, etc. sincerely and willingly, (interchangeable 懾) to fear; to dread; to be scared of"@en .

<http://lexvo.org/id/char/34A5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/fung1%20gaam2>,
        <http://lexvo.org/id/term/yue/%E3%92%A5>,
        "㒥"^^xsd:string ;
    rdfs:comment "an immortal"@en .

<http://lexvo.org/id/char/34A6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%92%A6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C4%9Bi>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/deoi3%20leoi5>,
        <http://lexvo.org/id/term/yue/%E3%92%A6>,
        "㒦"^^xsd:string ;
    rdfs:comment "(same as 儡) puppets, very tired; fatigued; weary and weak"@en .

<http://lexvo.org/id/char/34A7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%92%A7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lai6>,
        <http://lexvo.org/id/term/yue/%E3%92%A7>,
        "㒧"^^xsd:string ;
    rdfs:comment "(same as 儷) a pair; a couple, luxuriant; lush; exuberant"@en .

<http://lexvo.org/id/char/34A8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/sin1>,
        <http://lexvo.org/id/term/yue/%E3%92%A8>,
        "㒨"^^xsd:string ;
    rdfs:comment "(ancient form of 仙) an immortal; a fairy; a genie"@en .

<http://lexvo.org/id/char/34A9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%92%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/lu%C7%92>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lo2>,
        <http://lexvo.org/id/term/yue/%E3%92%A9>,
        "㒩"^^xsd:string ;
    rdfs:comment "(same as 梴 裸) naked, to strip; to unclothe"@en .

<http://lexvo.org/id/char/34AA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/sek3>,
        <http://lexvo.org/id/term/yue/%E3%92%AA>,
        "㒪"^^xsd:string ;
    rdfs:comment "(ancient form of 錫) tin; pewter"@en .

<http://lexvo.org/id/char/34AB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%92%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gei3%20hei2>,
        <http://lexvo.org/id/term/yue/%E3%92%AB>,
        "㒫"^^xsd:string ;
    rdfs:comment "(ancient form of 旡) choked and unable to breath"@en .

<http://lexvo.org/id/char/34AC> a lvont:Character ;
    lvont:represents "㒬"^^xsd:string .

<http://lexvo.org/id/char/34AD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/kwaan1%20kwaan1%20leoi4>,
        <http://lexvo.org/id/term/yue/%E3%92%AD>,
        "㒭"^^xsd:string ;
    rdfs:comment "(same as 昆) an elder brother"@en .

<http://lexvo.org/id/char/34AE> a lvont:Character ;
    lvont:represents "㒮"^^xsd:string .

<http://lexvo.org/id/char/34AF> a lvont:Character ;
    lvont:represents "㒯"^^xsd:string .

<http://lexvo.org/id/char/34B0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%92%B0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qu%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cyun4%20zan2>,
        <http://lexvo.org/id/term/yue/%E3%92%B0>,
        "㒰"^^xsd:string ;
    rdfs:comment "(a variant, seal type of U+5168 全) perfect, complete, absolute"@en .

<http://lexvo.org/id/char/34B1> a lvont:Character ;
    lvont:represents "㒱"^^xsd:string .

<http://lexvo.org/id/char/34B2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%92%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C3%A1i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/coi4>,
        <http://lexvo.org/id/term/yue/%E3%92%B2>,
        "㒲"^^xsd:string ;
    rdfs:comment "(a variant of 財) wealth; property; valuables, bribes"@en .

<http://lexvo.org/id/char/34B3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%92%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C7%8Eng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/loeng5>,
        <http://lexvo.org/id/term/yue/%E3%92%B3>,
        "㒳"^^xsd:string ;
    rdfs:comment "(ancient form of 兩) two, a pair; a couple; both"@en .

<http://lexvo.org/id/char/34B4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%92%B4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C7%94>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gwat1>,
        <http://lexvo.org/id/term/yue/%E3%92%B4>,
        "㒴"^^xsd:string ;
    rdfs:comment "to come; to go out"@en .

<http://lexvo.org/id/char/34B5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%92%B5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A0o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mau6%20mo1>,
        <http://lexvo.org/id/term/yue/%E3%92%B5>,
        "㒵"^^xsd:string ;
    rdfs:comment "(same as 貌) manner; appearance; form; face; bearing"@en .

<http://lexvo.org/id/char/34B6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/gung1>,
        <http://lexvo.org/id/term/yue/%E3%92%B6>,
        "㒶"^^xsd:string ;
    rdfs:comment "(ancient form of 公) public; open to all"@en .

<http://lexvo.org/id/char/34B7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%92%B7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/gu%C7%8E%20x%C3%ACng%20x%C7%94>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hing2%20hing3>,
        <http://lexvo.org/id/term/yue/%E3%92%B7>,
        "㒷"^^xsd:string ;
    rdfs:comment "(simple form of U+8208 興) to prosper, to begin, to increase; to rise; to raise, flourishing"@en .

<http://lexvo.org/id/char/34B8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%92%B8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/su%C3%AC%20xu%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/seoi6>,
        <http://lexvo.org/id/term/yue/%E3%92%B8>,
        "㒸"^^xsd:string ;
    rdfs:comment "(same as U+9042 遂) to obey; to comply with; to follow the wishes of another, (an ancient form of U+6B72 歲) a year, age, the harvest"@en .

<http://lexvo.org/id/char/34B9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/din1>,
        <http://lexvo.org/id/term/yue/%E3%92%B9>,
        "㒹"^^xsd:string ;
    rdfs:comment "(non-classical of 顛) to upset; to turn over, to fall, upside down"@en .

<http://lexvo.org/id/char/34BA> a lvont:Character ;
    lvont:represents "㒺"^^xsd:string .

<http://lexvo.org/id/char/34BB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%92%BB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A0o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mou6>,
        <http://lexvo.org/id/term/yue/%E3%92%BB>,
        "㒻"^^xsd:string ;
    rdfs:comment "(same as 冒) to go forward with eyes covered, to risk, to rush upon, to put forth, to issue forth"@en .

<http://lexvo.org/id/char/34BC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%92%BC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mang4%20mun4>,
        <http://lexvo.org/id/term/yue/%E3%92%BC>,
        "㒼"^^xsd:string ;
    rdfs:comment "average; equivalent; corresponding, to cover something carefully and tightly without a break; (Cant.) blocked"@en .

<http://lexvo.org/id/char/34BD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/hyun1>,
        <http://lexvo.org/id/term/yue/%E3%92%BD>,
        "㒽"^^xsd:string ;
    rdfs:comment "a kind of cap for children"@en .

<http://lexvo.org/id/char/34BE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%92%BE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/si6>,
        <http://lexvo.org/id/term/yue/%E3%92%BE>,
        "㒾"^^xsd:string ;
    rdfs:comment "a kind of wrapper used to cover over the face and head"@en .

<http://lexvo.org/id/char/34BF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%92%BF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%AD%20l%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lei4>,
        <http://lexvo.org/id/term/yue/%E3%92%BF>,
        "㒿"^^xsd:string ;
    rdfs:comment "a kind of turban used in ancient time"@en .

<http://lexvo.org/id/char/34C0> a lvont:Character ;
    lvont:represents "㓀"^^xsd:string .

<http://lexvo.org/id/char/34C1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%93%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C7%8Eng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mong5>,
        <http://lexvo.org/id/term/yue/%E3%93%81>,
        "㓁"^^xsd:string ;
    rdfs:comment "a net; net-like, radical 122"@en .

<http://lexvo.org/id/char/34C2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%93%82>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C3%B2u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kaau3%20taau3>,
        <http://lexvo.org/id/term/yue/%E3%93%82>,
        "㓂"^^xsd:string ;
    rdfs:comment "(a variant of 寇) tyrannical; cruel, to rob; to plunder, banditti; thieves; highwaymen"@en .

<http://lexvo.org/id/char/34C3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%93%83>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/chu%C3%AD%20d%C3%B9%20zh%C3%A0>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dou3>,
        <http://lexvo.org/id/term/yue/%E3%93%83>,
        "㓃"^^xsd:string ;
    rdfs:comment "(standard form of 蜌 詫) to sacrifice by pouring out a libation of wine"@en .

<http://lexvo.org/id/char/34C4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%93%84>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%A8n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/saam2%20zaam3>,
        <http://lexvo.org/id/term/yue/%E3%93%84>,
        "㓄"^^xsd:string ;
    rdfs:comment "to plough; to till, black color"@en .

<http://lexvo.org/id/char/34C5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/ding1%20ting1>,
        <http://lexvo.org/id/term/yue/%E3%93%85>,
        "㓅"^^xsd:string ;
    rdfs:comment "frozen; cold"@en .

<http://lexvo.org/id/char/34C6> a lvont:Character ;
    lvont:represents "㓆"^^xsd:string .

<http://lexvo.org/id/char/34C7> a lvont:Character ;
    lvont:represents "㓇"^^xsd:string .

<http://lexvo.org/id/char/34C8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%93%88>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%ACng%20b%C3%A8i%20f%C3%A8i%20y%C3%A8>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bing1>,
        <http://lexvo.org/id/term/yue/%E3%93%88>,
        "㓈"^^xsd:string ;
    rdfs:comment "sound of flying or speeding"@en .

<http://lexvo.org/id/char/34C9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%93%89>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%A0n%20hu%C3%B3%20hu%C3%B2>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gwaat3%20gwat3%20kut3%20wun6%20wut6>,
        <http://lexvo.org/id/term/yue/%E3%93%89>,
        "㓉"^^xsd:string ;
    rdfs:comment "ice; icicles, cold; frost, crystallized"@en .

<http://lexvo.org/id/char/34CA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%93%8A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%B2ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dung6>,
        <http://lexvo.org/id/term/yue/%E3%93%8A>,
        "㓊"^^xsd:string ;
    rdfs:comment "cold, indifferent"@en .

<http://lexvo.org/id/char/34CB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%93%8B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C3%B2ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gung6>,
        <http://lexvo.org/id/term/yue/%E3%93%8B>,
        "㓋"^^xsd:string ;
    rdfs:comment "to freeze; to congeal; to curdle"@en .

<http://lexvo.org/id/char/34CC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/cang1%20cang1%20gwai3%20ting4%20tong3>,
        <http://lexvo.org/id/term/yue/%E3%93%8C>,
        "㓌"^^xsd:string ;
    rdfs:comment "bitterly cold"@en .

<http://lexvo.org/id/char/34CD> a lvont:Character ;
    lvont:represents "㓍"^^xsd:string .

<http://lexvo.org/id/char/34CE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%93%8E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C3%A1n%20q%C7%90n%20q%C3%ACn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/caam1%20saam6>,
        <http://lexvo.org/id/term/yue/%E3%93%8E>,
        "㓎"^^xsd:string ;
    rdfs:comment "cold, cold air, bitterly cold"@en .

<http://lexvo.org/id/char/34CF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%93%8F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C7%92ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gwing2>,
        <http://lexvo.org/id/term/yue/%E3%93%8F>,
        "㓏"^^xsd:string ;
    rdfs:comment "bitterly cold"@en .

<http://lexvo.org/id/char/34D0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%93%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/luk6>,
        <http://lexvo.org/id/term/yue/%E3%93%90>,
        "㓐"^^xsd:string ;
    rdfs:comment "to rain, cold; wintry"@en .

<http://lexvo.org/id/char/34D1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%93%91>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C3%ACng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/haang6>,
        <http://lexvo.org/id/term/yue/%E3%93%91>,
        "㓑"^^xsd:string ;
    rdfs:comment "cold"@en .

<http://lexvo.org/id/char/34D2> a lvont:Character ;
    lvont:represents "㓒"^^xsd:string .

<http://lexvo.org/id/char/34D3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%93%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lam5%20nam4>,
        <http://lexvo.org/id/term/yue/%E3%93%93>,
        "㓓"^^xsd:string ;
    rdfs:comment "thin ice"@en .

<http://lexvo.org/id/char/34D4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%93%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A8>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ze6>,
        <http://lexvo.org/id/term/yue/%E3%93%94>,
        "㓔"^^xsd:string ;
    rdfs:comment "(same as 謝) faded and fallen -- as blossoms; withered"@en .

<http://lexvo.org/id/char/34D5> a lvont:Character ;
    lvont:represents "㓕"^^xsd:string .

<http://lexvo.org/id/char/34D6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%93%96>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%AC%20bi%C3%A9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bit1>,
        <http://lexvo.org/id/term/yue/%E3%93%96>,
        "㓖"^^xsd:string ;
    rdfs:comment "bitterly cold, cold wind; the north wind"@en .

<http://lexvo.org/id/char/34D7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%93%97>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%A9%20q%C7%90>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/git3>,
        <http://lexvo.org/id/term/yue/%E3%93%97>,
        "㓗"^^xsd:string ;
    rdfs:comment "(non-classical of 潔) clean; pure; clear"@en .

<http://lexvo.org/id/char/34D8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%93%98>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/suk1>,
        <http://lexvo.org/id/term/yue/%E3%93%98>,
        "㓘"^^xsd:string ;
    rdfs:comment "(same as U+738A 玊) jade with some defects, a lapidary, to polish gems; a surname"@en .

<http://lexvo.org/id/char/34D9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/hung1%20kung4>,
        <http://lexvo.org/id/term/yue/%E3%93%99>,
        "㓙"^^xsd:string ;
    rdfs:comment "(non-classical of 凶) cruel, unfortunate, sad"@en .

<http://lexvo.org/id/char/34DA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/geoi6%20gung1%20kung4>,
        <http://lexvo.org/id/term/yue/%E3%93%9A>,
        "㓚"^^xsd:string ;
    rdfs:comment "a sickle, a reaping-hook, to gether in the harvest, to pare; to scrape"@en .

<http://lexvo.org/id/char/34DB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/gung1>,
        <http://lexvo.org/id/term/yue/%E3%93%9B>,
        "㓛"^^xsd:string ;
    rdfs:comment "(incorrect form of 功) merit; achievement; meritorious, efficacy; good results"@en .

<http://lexvo.org/id/char/34DC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%93%9C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%B2u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zaau3%20ziu3>,
        <http://lexvo.org/id/term/yue/%E3%93%9C>,
        "㓜"^^xsd:string ;
    rdfs:comment "(corrupted form of 幼) young; immature; weak; delicate"@en .

<http://lexvo.org/id/char/34DD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%93%9D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C3%ADng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zing4>,
        <http://lexvo.org/id/term/yue/%E3%93%9D>,
        "㓝"^^xsd:string ;
    rdfs:comment "(same as 刑) a law, to punish; punishment"@en .

<http://lexvo.org/id/char/34DE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%93%9E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C3%AC%20qi%C3%A0%20y%C3%A1o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kaai3>,
        <http://lexvo.org/id/term/yue/%E3%93%9E>,
        "㓞"^^xsd:string ;
    rdfs:comment "to engrave, (interchangeable with U+5951 契) a written contract or agreement"@en .

<http://lexvo.org/id/char/34DF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/phay>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ngo4%20pai1%20pei1>,
        <http://lexvo.org/id/term/yue/%E3%93%9F>,
        "㓟"^^xsd:string ;
    rdfs:comment "to peel, to pare, to trim, to split, (non-classical form) to open; to unroll; to spread out"@en .

<http://lexvo.org/id/char/34E0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%93%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/di%C3%A0n>,
        <http://lexvo.org/id/term/vie/ch%E1%BA%BBm>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dim3>,
        <http://lexvo.org/id/term/yue/%E3%93%A0>,
        "㓠"^^xsd:string ;
    rdfs:comment "(same as 玷) a flaw; a defect, to cut with a sword; to chop"@en .

<http://lexvo.org/id/char/34E1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%93%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C7%94>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fu2>,
        <http://lexvo.org/id/term/yue/%E3%93%A1>,
        "㓡"^^xsd:string ;
    rdfs:comment "(same as 弣) the middle part of a bow; the handle of a bow, try to dig and get something with a knife"@en .

<http://lexvo.org/id/char/34E2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%93%A2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/lu%C3%B2>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lok3>,
        <http://lexvo.org/id/term/yue/%E3%93%A2>,
        "㓢"^^xsd:string ;
    rdfs:comment "to cut the flesh from the bones; to scrape off; to pick out; to get rid of"@en .

<http://lexvo.org/id/char/34E3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%93%A3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C3%A0>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/got3%20zak6>,
        <http://lexvo.org/id/term/yue/%E3%93%A3>,
        "㓣"^^xsd:string ;
    rdfs:comment "to sink into; to pierce, (ancient form of 割) to cut; to hack; to reap"@en .

<http://lexvo.org/id/char/34E4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%93%A4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%A9%20qi%C3%A0>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gat1%20hot3%20kit3%20kit6>,
        <http://lexvo.org/id/term/yue/%E3%93%A4>,
        "㓤"^^xsd:string ;
    rdfs:comment "to strip the skin of the face; an imminent calamity, to engrave; (Cant.) to pierce"@en .

<http://lexvo.org/id/char/34E5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/tong1>,
        <http://lexvo.org/id/term/yue/%E3%93%A5>,
        "㓥"^^xsd:string ;
    rdfs:comment "(dial.) to kill; to slaughter"@en .

<http://lexvo.org/id/char/34E6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C4%81i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bak3>,
        <http://lexvo.org/id/term/yue/%E3%93%A6>,
        "㓦"^^xsd:string ;
    rdfs:comment "to deliberate and plan; to arrange"@en .

<http://lexvo.org/id/char/34E7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%93%A7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%8En>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/deoi1%20haang1%20zim1%20zim2>,
        <http://lexvo.org/id/term/yue/%E3%93%A7>,
        "㓧"^^xsd:string ;
    rdfs:comment "agricultural implements"@en .

<http://lexvo.org/id/char/34E8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%93%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C3%AD%20c%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ci3>,
        <http://lexvo.org/id/term/yue/%E3%93%A8>,
        "㓨"^^xsd:string ;
    rdfs:comment "(same as 刺) to pierce; to stab; to irritate; to hurt"@en .

<http://lexvo.org/id/char/34E9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/fan3%20hin2%20hyun1>,
        <http://lexvo.org/id/term/yue/%E3%93%A9>,
        "㓩"^^xsd:string ;
    rdfs:comment "horned hair"@en .

<http://lexvo.org/id/char/34EA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%93%AA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C7%8Eng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/long5>,
        <http://lexvo.org/id/term/yue/%E3%93%AA>,
        "㓪"^^xsd:string ;
    rdfs:comment "(same as 朗) bright, clear, intelligent, light, brilliant, to understand, to illustrate, to cleanse"@en .

<http://lexvo.org/id/char/34EB> a lvont:Character ;
    lvont:represents "㓫"^^xsd:string .

<http://lexvo.org/id/char/34EC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/fu1>,
        <http://lexvo.org/id/term/yue/%E3%93%AC>,
        "㓬"^^xsd:string ;
    rdfs:comment "(same as 刳) to cut open; to rip up; to cut out"@en .

<http://lexvo.org/id/char/34ED> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%93%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hot3>,
        <http://lexvo.org/id/term/yue/%E3%93%AD>,
        "㓭"^^xsd:string ;
    rdfs:comment "(same as U+97A8 鞨) to make ready the leather for shoes"@en .

<http://lexvo.org/id/char/34EE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/diu1>,
        <http://lexvo.org/id/term/yue/%E3%93%AE>,
        "㓮"^^xsd:string ;
    rdfs:comment "(same as 雕) to engrave; to carve; to tattoo"@en .

<http://lexvo.org/id/char/34EF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%93%AF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lei4>,
        <http://lexvo.org/id/term/yue/%E3%93%AF>,
        "㓯"^^xsd:string ;
    rdfs:comment "(same as 劙) to divide, to partition, to cut; to hack; to reap"@en .

<http://lexvo.org/id/char/34F0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%93%B0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%A0>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/waak6>,
        <http://lexvo.org/id/term/yue/%E3%93%B0>,
        "㓰"^^xsd:string ;
    rdfs:comment "(a variant of 劃) to rive; to divide; to mark; to cut"@en .

<http://lexvo.org/id/char/34F1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%93%B1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%B3u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/syu1>,
        <http://lexvo.org/id/term/yue/%E3%93%B1>,
        "㓱"^^xsd:string ;
    rdfs:comment "to cut; to cut out; to pick out; to scoop out, (same as 鄃) name of a county in today's Shandong province"@en .

<http://lexvo.org/id/char/34F2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%93%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/pi%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/pin3>,
        <http://lexvo.org/id/term/yue/%E3%93%B2>,
        "㓲"^^xsd:string ;
    rdfs:comment "to pare; to cut into slices"@en .

<http://lexvo.org/id/char/34F3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/dai1>,
        <http://lexvo.org/id/term/yue/%E3%93%B3>,
        "㓳"^^xsd:string ;
    rdfs:comment "use knife to split something"@en .

<http://lexvo.org/id/char/34F4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%93%B4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%B9n%20ru%C7%8En>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zyun5>,
        <http://lexvo.org/id/term/yue/%E3%93%B4>,
        "㓴"^^xsd:string ;
    rdfs:comment "to cut in two, to slash"@en .

<http://lexvo.org/id/char/34F5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C3%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%93%B5>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ngok6>,
        <http://lexvo.org/id/term/yue/%E3%93%B5>,
        "㓵"^^xsd:string ;
    rdfs:comment "(same as 鍔) swords; a double-edged sword"@en .

<http://lexvo.org/id/char/34F6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%93%B6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C3%A8>,
        <http://lexvo.org/id/term/vie/kh%C3%ADa>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kit3>,
        <http://lexvo.org/id/term/yue/%E3%93%B6>,
        "㓶"^^xsd:string ;
    rdfs:comment "(same as 鍥) to carve; to engrave; to cut; to oppress, a sickle"@en .

<http://lexvo.org/id/char/34F7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%93%B7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/nau4%20zi6>,
        <http://lexvo.org/id/term/yue/%E3%93%B7>,
        "㓷"^^xsd:string ;
    rdfs:comment "(same as 劓) to cut off the nose; cut off"@en .

<http://lexvo.org/id/char/34F8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%93%B8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ju%C3%A9%20zhu%C3%B3>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/coek3%20sau2%20zoek3>,
        <http://lexvo.org/id/term/yue/%E3%93%B8>,
        "㓸"^^xsd:string ;
    rdfs:comment "(same as 斲) to cut to pieces; to hack; to chop or hew, to carve for ornaments"@en .

<http://lexvo.org/id/char/34F9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%93%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ru%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zeoi6>,
        <http://lexvo.org/id/term/yue/%E3%93%B9>,
        "㓹"^^xsd:string ;
    rdfs:comment "(same as 銳) a sharp-pointed weapon, acute; zealous; valiant, wound, minor injury"@en .

<http://lexvo.org/id/char/34FA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%93%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gin1%20gin6%20kin4>,
        <http://lexvo.org/id/term/yue/%E3%93%BA>,
        "㓺"^^xsd:string ;
    rdfs:comment "castration, to pare; to scrape; to sharpen to a point"@en .

<http://lexvo.org/id/char/34FB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/gong1>,
        <http://lexvo.org/id/term/yue/%E3%93%BB>,
        "㓻"^^xsd:string ;
    rdfs:comment "(same as 剛) tough; unyielding; inflexible; hard"@en .

<http://lexvo.org/id/char/34FC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%93%BC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%AC%20ch%C3%B2ng>,
        "㓼"^^xsd:string ;
    rdfs:comment "an incised wound; cuts"@en .

<http://lexvo.org/id/char/34FD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%93%BD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%B3ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sung4>,
        <http://lexvo.org/id/term/yue/%E3%93%BD>,
        "㓽"^^xsd:string ;
    rdfs:comment "a kind of farm tool; iron spade; spade"@en .

<http://lexvo.org/id/char/34FE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%93%BE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sai1>,
        <http://lexvo.org/id/term/yue/%E3%93%BE>,
        "㓾"^^xsd:string ;
    rdfs:comment "to wound the skin; to cut open; to open out, ripped"@en .

<http://lexvo.org/id/char/34FF> a lvont:Character ;
    lvont:represents "㓿"^^xsd:string .

<http://lexvo.org/id/char/3500> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%94%80>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%BC%C3%A8%20q%C3%ADng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/king4>,
        <http://lexvo.org/id/term/yue/%E3%94%80>,
        "㔀"^^xsd:string ;
    rdfs:comment "(non-classical form) to brand criminals on the face, to rob; to plunder"@en .

<http://lexvo.org/id/char/3501> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/daang1%20taang1>,
        <http://lexvo.org/id/term/yue/%E3%94%81>,
        "㔁"^^xsd:string ;
    rdfs:comment "a kind of tool; a hook; a barb; a sickle"@en .

<http://lexvo.org/id/char/3502> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%94%82>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%ADn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/leon4>,
        <http://lexvo.org/id/term/yue/%E3%94%82>,
        "㔂"^^xsd:string ;
    rdfs:comment "to pare; to pare away; to scrape; to sharpen to a point; to shave; to brush away"@en .

<http://lexvo.org/id/char/3503> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%94%83>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ju%C3%A9%20p%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zyut6>,
        <http://lexvo.org/id/term/yue/%E3%94%83>,
        "㔃"^^xsd:string ;
    rdfs:comment "(same as 絕) to cut short; to break off; to interrupt, to drag; to pull"@en .

<http://lexvo.org/id/char/3504> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%94%84>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/suk1>,
        <http://lexvo.org/id/term/yue/%E3%94%84>,
        "㔄"^^xsd:string ;
    rdfs:comment "thin, small cut"@en .

<http://lexvo.org/id/char/3505> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%94%85>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A0o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/siu3>,
        <http://lexvo.org/id/term/yue/%E3%94%85>,
        "㔅"^^xsd:string ;
    rdfs:comment "to cut; to hack; to reap, minced meat mixed up with ginger and cassia"@en .

<http://lexvo.org/id/char/3506> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%94%86>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/caam5>,
        <http://lexvo.org/id/term/yue/%E3%94%86>,
        "㔆"^^xsd:string ;
    rdfs:comment "to cut; to hack; to reap; to trim or clip, to stab; to pierce; to brand"@en .

<http://lexvo.org/id/char/3507> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/put3>,
        <http://lexvo.org/id/term/yue/%E3%94%87>,
        "㔇"^^xsd:string ;
    rdfs:comment "(same as U+93FA 鏺) a kind of farm tool; a reaping-hook; used to cut grass"@en .

<http://lexvo.org/id/char/3508> a lvont:Character ;
    lvont:represents "㔈"^^xsd:string .

<http://lexvo.org/id/char/3509> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%94%89>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C7%94>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cung2%20zuk1>,
        <http://lexvo.org/id/term/yue/%E3%94%89>,
        "㔉"^^xsd:string ;
    rdfs:comment "to dig; to excavate"@en .

<http://lexvo.org/id/char/350A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%94%8A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C7%8En>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tan2>,
        <http://lexvo.org/id/term/yue/%E3%94%8A>,
        "㔊"^^xsd:string ;
    rdfs:comment "to cut; to hack; to reap, to strike; to attack, to chastise rebels"@en .

<http://lexvo.org/id/char/350B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%94%8B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%A0n%20l%C3%A1n%20l%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ham3%20ham5%20lam6>,
        <http://lexvo.org/id/term/yue/%E3%94%8B>,
        "㔋"^^xsd:string ;
    rdfs:comment "cut into thin slices; to mince, sharp"@en .

<http://lexvo.org/id/char/350C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%94%8C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%B2u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sei3%20tam3%20zap3%20zau6%20zek3%20zik3>,
        <http://lexvo.org/id/term/yue/%E3%94%8C>,
        "㔌"^^xsd:string ;
    rdfs:comment "to cut off; to mince, to cut up firewood"@en .

<http://lexvo.org/id/char/350D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%94%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/du%C7%92%20zh%C3%A1>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cap3%20zaa3%20zaai3>,
        <http://lexvo.org/id/term/yue/%E3%94%8D>,
        "㔍"^^xsd:string ;
    rdfs:comment "a hinged shear or long knife for cutting fodder; sheet-iron; etc., to cut up; to mince"@en .

<http://lexvo.org/id/char/350E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%94%8E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A8%20y%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sit3>,
        <http://lexvo.org/id/term/yue/%E3%94%8E>,
        "㔎"^^xsd:string ;
    rdfs:comment "to cut apart; to divide"@en .

<http://lexvo.org/id/char/350F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%94%8F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gak3%20lik6>,
        <http://lexvo.org/id/term/yue/%E3%94%8F>,
        "㔏"^^xsd:string ;
    rdfs:comment "(same as 剆) to cut open, to strike against; to clash together"@en .

<http://lexvo.org/id/char/3510> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/cim1>,
        <http://lexvo.org/id/term/yue/%E3%94%90>,
        "㔐"^^xsd:string ;
    rdfs:comment "(corrupted form) to cut; to mince"@en .

<http://lexvo.org/id/char/3511> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%94%91>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%AC%20d%C3%A0o%20q%C3%AC%20shu%C3%AC>,
        "㔑"^^xsd:string ;
    rdfs:comment "(same as U+34FC 㓼) an incised wound; cuts"@en .

<http://lexvo.org/id/char/3512> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%94%92>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C3%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kwai4>,
        <http://lexvo.org/id/term/yue/%E3%94%92>,
        "㔒"^^xsd:string ;
    rdfs:comment "to cut; to cut out; to pick out; to scoop out, to cut short; to spare"@en .

<http://lexvo.org/id/char/3513> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%94%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C7%8En%20xi%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gin2%20zin2>,
        <http://lexvo.org/id/term/yue/%E3%94%93>,
        "㔓"^^xsd:string ;
    rdfs:comment "to stammer"@en .

<http://lexvo.org/id/char/3514> a lvont:Character ;
    lvont:represents "㔔"^^xsd:string .

<http://lexvo.org/id/char/3515> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%94%95>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%AD%20y%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gaat1%20kaau1>,
        <http://lexvo.org/id/term/yue/%E3%94%95>,
        "㔕"^^xsd:string ;
    rdfs:comment "with purpose; with ambition; with the determination and courage to get ahead"@en .

<http://lexvo.org/id/char/3516> a lvont:Character ;
    lvont:represents "㔖"^^xsd:string .

<http://lexvo.org/id/char/3517> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%94%97>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%A8i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bei6%20faai3%20fan4%20gaat1%20ngaat6>,
        <http://lexvo.org/id/term/yue/%E3%94%97>,
        "㔗"^^xsd:string ;
    rdfs:comment "strong; healthy, to clasp under the arm, to persecute; to oppress, vigorous"@en .

<http://lexvo.org/id/char/3518> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%94%98>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zeot1>,
        <http://lexvo.org/id/term/yue/%E3%94%98>,
        "㔘"^^xsd:string ;
    rdfs:comment "(same as 黜) to degrade; to dismiss, to reject; to dispel"@en .

<http://lexvo.org/id/char/3519> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%94%99>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C7%8Eng%20p%C3%A9ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ping1>,
        <http://lexvo.org/id/term/yue/%E3%94%99>,
        "㔙"^^xsd:string ;
    rdfs:comment "great strength; great power"@en .

<http://lexvo.org/id/char/351A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%94%9A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C7%92u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/aau2%20haau2>,
        <http://lexvo.org/id/term/yue/%E3%94%9A>,
        "㔚"^^xsd:string ;
    rdfs:comment "to exert oneself; to make strenuous effort"@en .

<http://lexvo.org/id/char/351B> a lvont:Character ;
    lvont:represents "㔛"^^xsd:string .

<http://lexvo.org/id/char/351C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%94%9C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%A1%20b%C3%B3>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/but6>,
        <http://lexvo.org/id/term/yue/%E3%94%9C>,
        "㔜"^^xsd:string ;
    rdfs:comment "(non-classical form of 勃) sudden; suddenly; quick; to change as the countenance"@en .

<http://lexvo.org/id/char/351D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%94%9D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C7%8Eng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/loeng5>,
        <http://lexvo.org/id/term/yue/%E3%94%9D>,
        "㔝"^^xsd:string ;
    rdfs:comment "strong resistance; lazy, reluctant"@en .

<http://lexvo.org/id/char/351E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%94%9E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ku%C3%A0i%20ku%C3%A0ng%20w%C3%A0ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fai3>,
        <http://lexvo.org/id/term/yue/%E3%94%9E>,
        "㔞"^^xsd:string ;
    rdfs:comment "vigorous; with great strength"@en .

<http://lexvo.org/id/char/351F> a lvont:Character ;
    lvont:represents "㔟"^^xsd:string .

<http://lexvo.org/id/char/3520> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%94%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A9%20ji%C3%A1>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hat6>,
        <http://lexvo.org/id/term/yue/%E3%94%A0>,
        "㔠"^^xsd:string ;
    rdfs:comment "industry, sound of making strenuous efforts"@en .

<http://lexvo.org/id/char/3521> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/bit3>,
        <http://lexvo.org/id/term/yue/%E3%94%A1>,
        "㔡"^^xsd:string ;
    rdfs:comment "greatly; deeply, with great strength; vigorous"@en .

<http://lexvo.org/id/char/3522> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%94%A2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ju%C3%A9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/waai4%20zyut6>,
        <http://lexvo.org/id/term/yue/%E3%94%A2>,
        "㔢"^^xsd:string ;
    rdfs:comment "to break something, to drag; to pull"@en .

<http://lexvo.org/id/char/3523> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%94%A3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%A9i%20l%C3%A8i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/leoi4>,
        <http://lexvo.org/id/term/yue/%E3%94%A3>,
        "㔣"^^xsd:string ;
    rdfs:comment "in ancient times to fight against the enemy by pushing down the big rocks from up high; to throw over, to urge; to exert oneself, to carry in the bosom"@en .

<http://lexvo.org/id/char/3524> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%94%A4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C4%9Bn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/saam2>,
        <http://lexvo.org/id/term/yue/%E3%94%A4>,
        "㔤"^^xsd:string ;
    rdfs:comment "to exert one's strength"@en .

<http://lexvo.org/id/char/3525> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%94%A5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/baai6%20pei4>,
        <http://lexvo.org/id/term/yue/%E3%94%A5>,
        "㔥"^^xsd:string ;
    rdfs:comment "(non-classical form of 疲) full of anger; fierce anger, tired; weary; exhausted"@en .

<http://lexvo.org/id/char/3526> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%94%A6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%8Eng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zoeng5%20zoeng6>,
        <http://lexvo.org/id/term/yue/%E3%94%A6>,
        "㔦"^^xsd:string ;
    rdfs:comment "to encourage; to stimulate; to exhort to action; to encourage by rewards"@en .

<http://lexvo.org/id/char/3527> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%94%A7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C7%9C%20xu%C3%A8>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/leoi6>,
        <http://lexvo.org/id/term/yue/%E3%94%A7>,
        "㔧"^^xsd:string ;
    rdfs:comment "to incite; to urge, to aid; to help; to assist, to approve; to acquiesce"@en .

<http://lexvo.org/id/char/3528> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%94%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%A8i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bui3>,
        <http://lexvo.org/id/term/yue/%E3%94%A8>,
        "㔨"^^xsd:string ;
    rdfs:comment "name of a person"@en .

<http://lexvo.org/id/char/3529> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C3%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%94%A9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/aap6>,
        <http://lexvo.org/id/term/yue/%E3%94%A9>,
        "㔩"^^xsd:string ;
    rdfs:comment "hair ornments used in old time"@en .

<http://lexvo.org/id/char/352A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%94%AA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C7%94>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lou5>,
        <http://lexvo.org/id/term/yue/%E3%94%AA>,
        "㔪"^^xsd:string ;
    rdfs:comment "to crawl; to crawl on hands and knees"@en .

<http://lexvo.org/id/char/352B> a lvont:Character ;
    lvont:represents "㔫"^^xsd:string .

<http://lexvo.org/id/char/352C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/coek3%20zau3>,
        <http://lexvo.org/id/term/yue/%E3%94%AC>,
        "㔬"^^xsd:string ;
    rdfs:comment "(ancient form of 卓) to establish, to surpass, eminent; lofty; profound"@en .

<http://lexvo.org/id/char/352D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%94%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%A8%20ch%C3%AD%20y%C3%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ci4>,
        <http://lexvo.org/id/term/yue/%E3%94%AD>,
        "㔭"^^xsd:string ;
    rdfs:comment "(same as 匙) a spoon, a key"@en .

<http://lexvo.org/id/char/352E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%94%AE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/nu%C3%B3>,
        "㔮"^^xsd:string ;
    rdfs:comment "a kind of animal which looks like a rat"@en .

<http://lexvo.org/id/char/352F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%94%AF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/su%C7%8En%20xu%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/syun3>,
        <http://lexvo.org/id/term/yue/%E3%94%AF>,
        "㔯"^^xsd:string ;
    rdfs:comment "(same as 匴) a large basket for holding cooked rice, a kind of tray made of bamboo used in ancient time"@en .

<http://lexvo.org/id/char/3530> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%94%B0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A9ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hang4>,
        <http://lexvo.org/id/term/yue/%E3%94%B0>,
        "㔰"^^xsd:string ;
    rdfs:comment "(ancient form of 恆) constant; regular; continually; persevering"@en .

<http://lexvo.org/id/char/3531> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%94%B1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%94>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zyu5>,
        <http://lexvo.org/id/term/yue/%E3%94%B1>,
        "㔱"^^xsd:string ;
    rdfs:comment "(same as U+5EBE 庾) a stack of grain, a measure of 16 dou"@en .

<http://lexvo.org/id/char/3532> a lvont:Character ;
    lvont:represents "㔲"^^xsd:string .

<http://lexvo.org/id/char/3533> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%94%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/gu%C7%90%20g%C3%B9n%20hu%C3%A1n%20ju%C3%A9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gei2%20gwaai2>,
        <http://lexvo.org/id/term/yue/%E3%94%B3>,
        "㔳"^^xsd:string ;
    rdfs:comment "(ancient form of 簋) a square basket of bamboo for holding grain used at sacrifices, feasts, etc."@en .

<http://lexvo.org/id/char/3534> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%94%B4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zik6>,
        <http://lexvo.org/id/term/yue/%E3%94%B4>,
        "㔴"^^xsd:string ;
    rdfs:comment "agricultural implement; farm tools, a big sacrificial vessel; a tripod of bronze with two ears; a caldron"@en .

<http://lexvo.org/id/char/3535> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%94%B5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A0n%20xu%C7%8En>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/syun2%20wan4>,
        <http://lexvo.org/id/term/yue/%E3%94%B5>,
        "㔵"^^xsd:string ;
    rdfs:comment "a kind of vessel"@en .

<http://lexvo.org/id/char/3536> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%94%B6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C3%B2ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gaam2%20gung3%20zi1>,
        <http://lexvo.org/id/term/yue/%E3%94%B6>,
        "㔶"^^xsd:string ;
    rdfs:comment "a small cup, a box; a chest, a granary, cover of a vessel"@en .

<http://lexvo.org/id/char/3537> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%94%B7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%B2u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lau6>,
        <http://lexvo.org/id/term/yue/%E3%94%B7>,
        "㔷"^^xsd:string ;
    rdfs:comment "(ancient form of 陋) to secrete; to hide, a kind of basket"@en .

<http://lexvo.org/id/char/3538> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/cam2%20taai1%20zyun1>,
        <http://lexvo.org/id/term/yue/%E3%94%B8>,
        "㔸"^^xsd:string ;
    rdfs:comment "(interchangeable 榹) a tray; a kind of dumbwaiter"@en .

<http://lexvo.org/id/char/3539> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%94%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%A8>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lak6>,
        <http://lexvo.org/id/term/yue/%E3%94%B9>,
        "㔹"^^xsd:string ;
    rdfs:comment "(standard form of 仂) a surplus or excess, a tithe, a great stock of merit"@en .

<http://lexvo.org/id/char/353A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%94%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/saai3%20si6>,
        <http://lexvo.org/id/term/yue/%E3%94%BA>,
        "㔺"^^xsd:string ;
    rdfs:comment "(ancient form of 世) an age, a generation of thirty years, from generation to generation"@en .

<http://lexvo.org/id/char/353B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/pei1>,
        <http://lexvo.org/id/term/yue/%E3%94%BB>,
        "㔻"^^xsd:string ;
    rdfs:comment "(same as 丕) great; distinguished"@en .

<http://lexvo.org/id/char/353C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%94%BC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C7%94n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/seon2>,
        <http://lexvo.org/id/term/yue/%E3%94%BC>,
        "㔼"^^xsd:string ;
    rdfs:comment "(non-classical form of 榫) to fit into, a tenon, connected"@en .

<http://lexvo.org/id/char/353D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%94%BD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A0o%20y%C7%92u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zaau5>,
        <http://lexvo.org/id/term/yue/%E3%94%BD>,
        "㔽"^^xsd:string ;
    rdfs:comment "(non-classical form of 卣) a kind of wine pot or jar used in ancient time"@en .

<http://lexvo.org/id/char/353E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%94%BE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%A9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zit3>,
        <http://lexvo.org/id/term/yue/%E3%94%BE>,
        "㔾"^^xsd:string ;
    rdfs:comment "(same as U+7B44 筄) last name; KangXi radical 26; a joint, a seal, (ancient form of 節)"@en .

<http://lexvo.org/id/char/353F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%94%BF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C3%B2u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zau3>,
        <http://lexvo.org/id/term/yue/%E3%94%BF>,
        "㔿"^^xsd:string ;
    rdfs:comment "a tally, like fitting the two halves of a tally, to petition the emperor that ..., to play music; to beat time"@en .

<http://lexvo.org/id/char/3540> a lvont:Character ;
    lvont:represents "㕀"^^xsd:string .

<http://lexvo.org/id/char/3541> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%95%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qu%C3%A8>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/koek3>,
        <http://lexvo.org/id/term/yue/%E3%95%81>,
        "㕁"^^xsd:string ;
    rdfs:comment "(non-classical form of 卻) still; but; yet; etc., to refuse to accept, to retreat; to withdraw"@en .

<http://lexvo.org/id/char/3542> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%95%82>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%ADn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zaam4%20zaam6>,
        <http://lexvo.org/id/term/yue/%E3%95%82>,
        "㕂"^^xsd:string ;
    rdfs:comment "(ancient form of 吟) to hum; to intone, to moan, to sigh, high ridges of cliffs, pebble ground"@en .

<http://lexvo.org/id/char/3543> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/him3%20kaai1%20lim4%20zap3>,
        <http://lexvo.org/id/term/yue/%E3%95%83>,
        "㕃"^^xsd:string ;
    rdfs:comment "to fall over; rolling on the ground"@en .

<http://lexvo.org/id/char/3544> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%95%84>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zi3>,
        <http://lexvo.org/id/term/yue/%E3%95%84>,
        "㕄"^^xsd:string ;
    rdfs:comment "(same as 厎 砥) to apply knowledge to final causes; to extend knowledge to the utmost, equally; average, smooth"@en .

<http://lexvo.org/id/char/3545> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%95%85>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C7%8E>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gaap3>,
        <http://lexvo.org/id/term/yue/%E3%95%85>,
        "㕅"^^xsd:string ;
    rdfs:comment "big; extremely; great; vast; extensive; tall"@en .

<http://lexvo.org/id/char/3546> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%95%86>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wu6>,
        <http://lexvo.org/id/term/yue/%E3%95%86>,
        "㕆"^^xsd:string ;
    rdfs:comment "fine stone; fine jade"@en .

<http://lexvo.org/id/char/3547> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%95%87>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%A1>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lap3>,
        <http://lexvo.org/id/term/yue/%E3%95%87>,
        "㕇"^^xsd:string ;
    rdfs:comment "rocks collapsing (descriptive of sound), big pieces of rocks"@en .

<http://lexvo.org/id/char/3548> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%95%88>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%B2u%20y%C7%90>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/at3%20zi2>,
        <http://lexvo.org/id/term/yue/%E3%95%88>,
        "㕈"^^xsd:string ;
    rdfs:comment "(interchangeable 庡) to linger; to walk to and from, to conceal; to cover up; to secrete; to hide; to cover over"@en .

<http://lexvo.org/id/char/3549> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%95%89>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C3%A8>,
        "㕉"^^xsd:string ;
    rdfs:comment "to dig a hole; to tuck in; to put the finger into"@en .

<http://lexvo.org/id/char/354A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/bou1%20bou1>,
        <http://lexvo.org/id/term/yue/%E3%95%8A>,
        "㕊"^^xsd:string ;
    rdfs:comment "to slant; intricate; describe a writer's pen, lofty rocks; protruded rocks; resolute"@en .

<http://lexvo.org/id/char/354B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%95%8B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%ACng%20q%C3%ADn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kam4>,
        <http://lexvo.org/id/term/yue/%E3%95%8B>,
        "㕋"^^xsd:string ;
    rdfs:comment "rock land"@en .

<http://lexvo.org/id/char/354C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C3%A0i>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%95%8C>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ngoi6%20zak6>,
        <http://lexvo.org/id/term/yue/%E3%95%8C>,
        "㕌"^^xsd:string ;
    rdfs:comment "to raise the curtain, a kind of rock"@en .

<http://lexvo.org/id/char/354D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/deoi1>,
        <http://lexvo.org/id/term/yue/%E3%95%8D>,
        "㕍"^^xsd:string ;
    rdfs:comment "(same as 堆) to heap up; to pile, a heap; a pile; a mass; a crowd"@en .

<http://lexvo.org/id/char/354E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C3%A8%20k%C3%A8%20k%C7%94n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%95%8E>,
        "㕎"^^xsd:string ;
    rdfs:comment "caves; grottos on the mountain side, collapsed in ruins; destroyed; to clash; to bump against"@en .

<http://lexvo.org/id/char/354F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%95%8F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%BA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cyu4>,
        <http://lexvo.org/id/term/yue/%E3%95%8F>,
        "㕏"^^xsd:string ;
    rdfs:comment "(corrupted form of 廚) a kitchen, a sideboard with cupboard and drawers"@en .

<http://lexvo.org/id/char/3550> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%95%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C4%9B>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/se2>,
        <http://lexvo.org/id/term/yue/%E3%95%90>,
        "㕐"^^xsd:string ;
    rdfs:comment "inclined; slanting, to upset; to be overthrown, to collapse, to fall flat"@en .

<http://lexvo.org/id/char/3551> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%95%91>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%BA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ceoi4%20cyu4>,
        <http://lexvo.org/id/term/yue/%E3%95%91>,
        "㕑"^^xsd:string ;
    rdfs:comment "(non-classical of 報) a kitchen, a sideboard with cupboard and drawers"@en .

<http://lexvo.org/id/char/3552> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%95%92>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C3%A9i%20w%C4%9Bi>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/faai1%20waai4%20waai6>,
        <http://lexvo.org/id/term/yue/%E3%95%92>,
        "㕒"^^xsd:string ;
    rdfs:comment "a lofty peak; a mountain peak"@en .

<http://lexvo.org/id/char/3553> a lvont:Character ;
    lvont:represents "㕓"^^xsd:string .

<http://lexvo.org/id/char/3554> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/teng1%20ting1>,
        <http://lexvo.org/id/term/yue/%E3%95%94>,
        "㕔"^^xsd:string ;
    rdfs:comment "(non-classical form of 廳) a hall; a court; a lodge; a room"@en .

<http://lexvo.org/id/char/3555> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%95%95>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/nap6%20wan6>,
        <http://lexvo.org/id/term/yue/%E3%95%95>,
        "㕕"^^xsd:string ;
    rdfs:comment "(ancient form of 幻) deception; sleight of hand; magic"@en .

<http://lexvo.org/id/char/3556> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%95%96>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sou3>,
        <http://lexvo.org/id/term/yue/%E3%95%96>,
        "㕖"^^xsd:string ;
    rdfs:comment "(ancient form of 素) plain; unornamented, white, ordinary, simple"@en .

<http://lexvo.org/id/char/3557> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%95%97>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%B2u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zaau5>,
        <http://lexvo.org/id/term/yue/%E3%95%97>,
        "㕗"^^xsd:string ;
    rdfs:comment "(same as 誘) to induce; to entice; to mislead; to lead on"@en .

<http://lexvo.org/id/char/3558> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/caam1%20sam1>,
        <http://lexvo.org/id/term/yue/%E3%95%98>,
        "㕘"^^xsd:string ;
    rdfs:comment "(a variant of 參) to take part in; to visit; to counsel, one of the 28 lunar mansions; ginseng"@en .

<http://lexvo.org/id/char/3559> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%95%99>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%B9n%20ru%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zeon3>,
        <http://lexvo.org/id/term/yue/%E3%95%99>,
        "㕙"^^xsd:string ;
    rdfs:comment "a wily rabbit; a cunning hare"@en .

<http://lexvo.org/id/char/355A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%95%9A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C7%8Eo>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zaau2>,
        <http://lexvo.org/id/term/yue/%E3%95%9A>,
        "㕚"^^xsd:string ;
    rdfs:comment "(ancient form of 爪) claws of birds or animals, feet, to scratch, to claw, to grasp"@en .

<http://lexvo.org/id/char/355B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%95%9B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C3%B9%20y%C7%92u%20y%C3%B2u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zaau5>,
        <http://lexvo.org/id/term/yue/%E3%95%9B>,
        "㕛"^^xsd:string ;
    rdfs:comment "(ancient form of 友) a friend; a companion; a associate, friendly, to make friends of, brotherly regard"@en .

<http://lexvo.org/id/char/355C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%95%9C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C7%90>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sei3%20si2>,
        <http://lexvo.org/id/term/yue/%E3%95%9C>,
        "㕜"^^xsd:string ;
    rdfs:comment "(ancient form of 史) history; chronicles; annals"@en .

<http://lexvo.org/id/char/355D> a lvont:Character ;
    lvont:represents "㕝"^^xsd:string .

<http://lexvo.org/id/char/355E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/caat3>,
        <http://lexvo.org/id/term/yue/%E3%95%9E>,
        "㕞"^^xsd:string ;
    rdfs:comment "(same as U+5237 刷) a brush, to brush; to clean; to scrub, to print, expecially from blocks"@en .

<http://lexvo.org/id/char/355F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%95%9F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ku%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wai2>,
        <http://lexvo.org/id/term/yue/%E3%95%9F>,
        "㕟"^^xsd:string ;
    rdfs:comment "(same as 喟) to sign; to lament, to stop, to cut off; to sever; to interrupt"@en .

<http://lexvo.org/id/char/3560> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/shu%C4%81ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/soeng1>,
        <http://lexvo.org/id/term/yue/%E3%95%A0>,
        "㕠"^^xsd:string ;
    rdfs:comment "(same as 雙) a pair; a couple, both, two, double, even"@en .

<http://lexvo.org/id/char/3561> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%95%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A9%20h%C3%A8%20hu%C3%B2>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hang1%20kok3>,
        <http://lexvo.org/id/term/yue/%E3%95%A1>,
        "㕡"^^xsd:string ;
    rdfs:comment "(same as U+58D1 壑) the bed of a torrent; a gully, a pool"@en .

<http://lexvo.org/id/char/3562> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%95%A2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C3%A0i%20h%C3%A0i%20j%C3%B9%20l%C7%94n%20n%C7%92u>,
        "㕢"^^xsd:string ;
    rdfs:comment "profound significance, just now; then; in that case"@en .

<http://lexvo.org/id/char/3563> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%95%A3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%8En%20y%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zin2>,
        <http://lexvo.org/id/term/yue/%E3%95%A3>,
        "㕣"^^xsd:string ;
    rdfs:comment "a marsh at the foot of the hills, (interchangeable 湢 沇) name of a river"@en .

<http://lexvo.org/id/char/3564> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%95%A4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C3%BA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gwaai2%20kaau4>,
        <http://lexvo.org/id/term/yue/%E3%95%A4>,
        "㕤"^^xsd:string ;
    rdfs:comment "a proud temper, military equipment; a long spear"@en .

<http://lexvo.org/id/char/3565> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%95%A5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%90>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zyu5>,
        <http://lexvo.org/id/term/yue/%E3%95%A5>,
        "㕥"^^xsd:string .

<http://lexvo.org/id/char/3566> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%95%A6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%A0>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/waa6%20zyu5>,
        <http://lexvo.org/id/term/yue/%E3%95%A6>,
        "㕦"^^xsd:string ;
    rdfs:comment "loud; clamour; hubbub, big mouth, to brag"@en .

<http://lexvo.org/id/char/3567> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/si1>,
        <http://lexvo.org/id/term/yue/%E3%95%A7>,
        "㕧"^^xsd:string ;
    rdfs:comment "used to represent sound; to hum; to groan"@en .

<http://lexvo.org/id/char/3568> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%95%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/faan6>,
        <http://lexvo.org/id/term/yue/%E3%95%A8>,
        "㕨"^^xsd:string .

<http://lexvo.org/id/char/3569> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%95%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%A0ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zoeng3>,
        <http://lexvo.org/id/term/yue/%E3%95%A9>,
        "㕩"^^xsd:string ;
    rdfs:comment "(non-classical form) sound of tapping; sound of striking, opposing voices"@en .

<http://lexvo.org/id/char/356A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%95%AA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C7%8En>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dam2>,
        <http://lexvo.org/id/term/yue/%E3%95%AA>,
        "㕪"^^xsd:string ;
    rdfs:comment "birds' chirps; gabbling, sound in high pitch; to roar; aloud"@en .

<http://lexvo.org/id/char/356B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%95%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C7%8Eng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fong2>,
        <http://lexvo.org/id/term/yue/%E3%95%AB>,
        "㕫"^^xsd:string ;
    rdfs:comment "(same as 仿 方) to imitate, like; resembling; according to, a measurement for sound effect"@en .

<http://lexvo.org/id/char/356C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%95%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C3%B2ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gung1%20zung6>,
        <http://lexvo.org/id/term/yue/%E3%95%AC>,
        "㕬"^^xsd:string ;
    rdfs:comment "public opinion, (same as U+8A1F 訟) to go to law, to dispute, to demand justice; (Cant.) classifier for ears of corn"@en .

<http://lexvo.org/id/char/356D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C3%A0o%20b%C3%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%95%AD>,
        <http://lexvo.org/id/term/vie/%C3%AAu>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/au3%20jaau1>,
        <http://lexvo.org/id/term/yue/%E3%95%AD>,
        "㕭"^^xsd:string ;
    rdfs:comment "(same as 咬) to bark as a dog, obscene expressions, an interjection; implying surprise"@en .

<http://lexvo.org/id/char/356E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%95%AE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C7%94%20ti%C3%A0o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fu2>,
        <http://lexvo.org/id/term/yue/%E3%95%AE>,
        "㕮"^^xsd:string ;
    rdfs:comment "to chew; to masticate, to dwell on, Chinese medicine term"@en .

<http://lexvo.org/id/char/356F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%95%AF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C3%A8i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/neot6>,
        <http://lexvo.org/id/term/yue/%E3%95%AF>,
        "㕯"^^xsd:string ;
    rdfs:comment "slow-tongued; to stammer, to shout in triumph; the noise of shoting in battle"@en .

<http://lexvo.org/id/char/3570> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%95%B0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A8>,
        <http://lexvo.org/id/term/vie/mau>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/huk6%20maa3>,
        <http://lexvo.org/id/term/yue/%E3%95%B0>,
        "㕰"^^xsd:string ;
    rdfs:comment "sound angrily; roaring with rage, (same as 嘛) (a dialect) what; the tone implying to remind"@en .

<http://lexvo.org/id/char/3571> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%95%B1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%B3u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zaau4>,
        <http://lexvo.org/id/term/yue/%E3%95%B1>,
        "㕱"^^xsd:string ;
    rdfs:comment "to bark (said of a dog)"@en .

<http://lexvo.org/id/char/3572> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%95%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%A1%20y%C3%ADng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/muk1%20zing4>,
        <http://lexvo.org/id/term/yue/%E3%95%B2>,
        "㕲"^^xsd:string ;
    rdfs:comment "to gag or bribe; to satisfy one's appetite; name of an old book; (Cant.) to guess, reckon mentally; to bud"@en .

<http://lexvo.org/id/char/3573> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/hung1>,
        <http://lexvo.org/id/term/yue/%E3%95%B3>,
        "㕳"^^xsd:string ;
    rdfs:comment "(of a crowd) noisy; to brawl; to scold"@en .

<http://lexvo.org/id/char/3574> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%95%B4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%A9n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/caam4>,
        <http://lexvo.org/id/term/yue/%E3%95%B4>,
        "㕴"^^xsd:string .

<http://lexvo.org/id/char/3575> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%95%B5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/gu%C3%B3%20h%C3%BAn%20lu%C7%92>,
        <http://lexvo.org/id/term/vie/u%E1%BB%91ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gwok3>,
        <http://lexvo.org/id/term/yue/%E3%95%B5>,
        "㕵"^^xsd:string .

<http://lexvo.org/id/char/3576> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C5%88%200826.021%3A%C5%88g>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%95%B6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ng4>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ng6>,
        <http://lexvo.org/id/term/yue/%E3%95%B6>,
        "㕶"^^xsd:string ;
    rdfs:comment "(Cant.) an expletive, exclamation"@en .

<http://lexvo.org/id/char/3577> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%95%B7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%A0>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/pak1>,
        <http://lexvo.org/id/term/yue/%E3%95%B7>,
        "㕷"^^xsd:string ;
    rdfs:comment "(corrupted form 咟) to call, to yell, anxious, dazed, image sound, an exclamation expressing sound (such as clap hands; to fire a gun; to strike; sound of firecracker etc.)"@en .

<http://lexvo.org/id/char/3578> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%95%B8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%AC>,
        <http://lexvo.org/id/term/vie/l%E1%BA%AFp>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lai6%20lap1%20lap6>,
        <http://lexvo.org/id/term/yue/%E3%95%B8>,
        "㕸"^^xsd:string ;
    rdfs:comment "sound of rolling a boat"@en .

<http://lexvo.org/id/char/3579> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%95%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%A1>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fat6>,
        <http://lexvo.org/id/term/yue/%E3%95%B9>,
        "㕹"^^xsd:string ;
    rdfs:comment "a buckler; a shield"@en .

<http://lexvo.org/id/char/357A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%95%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A1o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hiu1>,
        <http://lexvo.org/id/term/yue/%E3%95%BA>,
        "㕺"^^xsd:string ;
    rdfs:comment "(corrupted form of 囂) looks big outside but empty inside, to yell; voice of anger, hubbub; clamour"@en .

<http://lexvo.org/id/char/357B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%95%BB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C7%92u%20t%C3%B2u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/faau2%20fu3%20taau3>,
        <http://lexvo.org/id/term/yue/%E3%95%BB>,
        "㕻"^^xsd:string ;
    rdfs:comment "to refuse, to repel"@en .

<http://lexvo.org/id/char/357C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/dung6%20hung1>,
        <http://lexvo.org/id/term/yue/%E3%95%BC>,
        "㕼"^^xsd:string ;
    rdfs:comment "to brawl; to scold, noise from a crowd; hubbub; noisy; loud noise"@en .

<http://lexvo.org/id/char/357D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%95%BD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cek3%20ci5%20ji5>,
        <http://lexvo.org/id/term/yue/%E3%95%BD>,
        "㕽"^^xsd:string ;
    rdfs:comment "a phonetic"@en .

<http://lexvo.org/id/char/357E> a lvont:Character ;
    lvont:represents "㕾"^^xsd:string .

<http://lexvo.org/id/char/357F> a lvont:Character ;
    lvont:represents "㕿"^^xsd:string .

<http://lexvo.org/id/char/3580> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%96%80>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%A8%20lu%C3%B2>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/laak6%20lak6%20loet3>,
        <http://lexvo.org/id/term/yue/%E3%96%80>,
        "㖀"^^xsd:string ;
    rdfs:comment "sound"@en .

<http://lexvo.org/id/char/3581> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%96%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%ACn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/leon6>,
        <http://lexvo.org/id/term/yue/%E3%96%81>,
        "㖁"^^xsd:string ;
    rdfs:comment "(non-classical form of 吝) stingy, sparing of; closefisted, to regret, to shame; to insult"@en .

<http://lexvo.org/id/char/3582> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%96%82>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zaai6>,
        <http://lexvo.org/id/term/yue/%E3%96%82>,
        "㖂"^^xsd:string ;
    rdfs:comment "(same as 詍) loquacity; to talk incessantly and tediously, to laugh, joy"@en .

<http://lexvo.org/id/char/3583> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%96%83>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C7%92u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/haam1%20haau3%20haau6>,
        <http://lexvo.org/id/term/yue/%E3%96%83>,
        "㖃"^^xsd:string ;
    rdfs:comment "(interchangeable 吼) to roar of animals, angry tones, (interchangeable 詬) a sense of shame; to shame, to vomit"@en .

<http://lexvo.org/id/char/3584> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/zaau1%20zaau3>,
        <http://lexvo.org/id/term/yue/%E3%96%84>,
        "㖄"^^xsd:string ;
    rdfs:comment "sound of calling chickens, to curse; to swear"@en .

<http://lexvo.org/id/char/3585> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%96%85>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/seot1>,
        <http://lexvo.org/id/term/yue/%E3%96%85>,
        "㖅"^^xsd:string ;
    rdfs:comment "sound of a whistle, to blow"@en .

<http://lexvo.org/id/char/3586> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%96%86>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C3%BA%20q%C7%94>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kuk1>,
        <http://lexvo.org/id/term/yue/%E3%96%86>,
        "㖆"^^xsd:string ;
    rdfs:comment "to condemn; to sentence, to hold a hearing (on a legal case); to interrogate or question a prisoner, to whisper"@en .

<http://lexvo.org/id/char/3587> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C3%A9r>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%96%87>,
        <http://lexvo.org/id/term/vie/nhe>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mei1%20ji4%20zi4>,
        <http://lexvo.org/id/term/yue/%E3%96%87>,
        "㖇"^^xsd:string ;
    rdfs:comment "the lips; (Cant.) to sip"@en .

<http://lexvo.org/id/char/3588> a lvont:Character ;
    lvont:represents "㖈"^^xsd:string .

<http://lexvo.org/id/char/3589> a lvont:Character ;
    lvont:represents "㖉"^^xsd:string .

<http://lexvo.org/id/char/358A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C3%BAn>,
        "㖊"^^xsd:string ;
    rdfs:comment "fathom"@en .

<http://lexvo.org/id/char/358B> a lvont:Character ;
    lvont:represents "㖋"^^xsd:string .

<http://lexvo.org/id/char/358C> a lvont:Character ;
    lvont:represents "㖌"^^xsd:string .

<http://lexvo.org/id/char/358D> a lvont:Character ;
    lvont:represents "㖍"^^xsd:string .

<http://lexvo.org/id/char/358E> a lvont:Character ;
    lvont:represents "㖎"^^xsd:string .

<http://lexvo.org/id/char/358F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%96%8F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C3%A8i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/nip6>,
        <http://lexvo.org/id/term/yue/%E3%96%8F>,
        "㖏"^^xsd:string ;
    rdfs:comment "angry, to scold with loud voice, to slander; to defame"@en .

<http://lexvo.org/id/char/3590> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%96%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C4%9Bi>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/do6%20hei3%20waai2>,
        <http://lexvo.org/id/term/yue/%E3%96%90>,
        "㖐"^^xsd:string ;
    rdfs:comment "sound of calling ducks"@en .

<http://lexvo.org/id/char/3591> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%96%91>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A8>,
        <http://lexvo.org/id/term/vie/nh%C3%A1i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hai6>,
        <http://lexvo.org/id/term/yue/%E3%96%91>,
        "㖑"^^xsd:string ;
    rdfs:comment "to shout at, (same as 欸) to backbite, to dislike, sound of oars; the creaking or swishing sound of oars or sweeps in rowing"@en .

<http://lexvo.org/id/char/3592> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%96%92>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tai4>,
        <http://lexvo.org/id/term/yue/%E3%96%92>,
        "㖒"^^xsd:string ;
    rdfs:comment "(non-classical form of 啼) to cry; to mourn; to howl, to twitter; to crow, to sneeze; a running at the nose"@en .

<http://lexvo.org/id/char/3593> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%96%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%B3ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hung4>,
        <http://lexvo.org/id/term/yue/%E3%96%93>,
        "㖓"^^xsd:string ;
    rdfs:comment "(corrupted form) to shout; to scold with loud voice, din; noise; a confused noise"@en .

<http://lexvo.org/id/char/3594> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%96%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C7%94n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/taan1>,
        <http://lexvo.org/id/term/yue/%E3%96%94>,
        "㖔"^^xsd:string ;
    rdfs:comment "silly, foolish; doting; idiotic"@en .

<http://lexvo.org/id/char/3595> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%96%95>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%B2%20ni%C3%A8>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zip6%20zit6>,
        <http://lexvo.org/id/term/yue/%E3%96%95>,
        "㖕"^^xsd:string ;
    rdfs:comment "to spit out; to blame, name of an organic compounds"@en .

<http://lexvo.org/id/char/3596> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%96%96>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ni%C3%A8>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/saan1%20zip6%20zit6>,
        <http://lexvo.org/id/term/yue/%E3%96%96>,
        "㖖"^^xsd:string ;
    rdfs:comment "(standard form) to spit out; to blame, name of an organic compounds"@en .

<http://lexvo.org/id/char/3597> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%96%97>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%ADn>,
        <http://lexvo.org/id/term/vie/s%C3%B9m>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zaam4>,
        <http://lexvo.org/id/term/yue/%E3%96%97>,
        "㖗"^^xsd:string ;
    rdfs:comment "(corrupted form) high ridges of cliffs"@en .

<http://lexvo.org/id/char/3598> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/san2%20seon2>,
        <http://lexvo.org/id/term/yue/%E3%96%98>,
        "㖘"^^xsd:string ;
    rdfs:comment "(same as U+5507 唇) to startle, to alarm; afraid; scared, to be surprised; to be amazed"@en .

<http://lexvo.org/id/char/3599> a lvont:Character ;
    lvont:represents "㖙"^^xsd:string .

<http://lexvo.org/id/char/359A> a lvont:Character ;
    lvont:represents "㖚"^^xsd:string .

<http://lexvo.org/id/char/359B> a lvont:Character ;
    lvont:represents "㖛"^^xsd:string .

<http://lexvo.org/id/char/359C> a lvont:Character ;
    lvont:represents "㖜"^^xsd:string .

<http://lexvo.org/id/char/359D> a lvont:Character ;
    lvont:represents "㖝"^^xsd:string .

<http://lexvo.org/id/char/359E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%96%9E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C4%81i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/waa1>,
        <http://lexvo.org/id/term/yue/%E3%96%9E>,
        "㖞"^^xsd:string ;
    rdfs:comment "(simplified form of 喎) a wry mouth"@en .

<http://lexvo.org/id/char/359F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%96%9F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%B2u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sau6>,
        <http://lexvo.org/id/term/yue/%E3%96%9F>,
        "㖟"^^xsd:string ;
    rdfs:comment "to deliver over to personally, to communicate orally with one's own mouth"@en .

<http://lexvo.org/id/char/35A0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%96%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%A0%20nu%C3%B2>,
        <http://lexvo.org/id/term/vie/nh%E1%BA%A1i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/nap6%20no4>,
        <http://lexvo.org/id/term/yue/%E3%96%A0>,
        "㖠"^^xsd:string ;
    rdfs:comment "(same as 那 哪) an auxiliary (in grammar), that, there, a final particle."@en .

<http://lexvo.org/id/char/35A1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%96%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A8>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/e6%20ze6>,
        <http://lexvo.org/id/term/yue/%E3%96%A1>,
        "㖡"^^xsd:string ;
    rdfs:comment "the birds singing during the night; (Cant.) interjection to indicate the speaker is thinking"@en .

<http://lexvo.org/id/char/35A2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%96%A2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%AD%20q%C3%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ci1>,
        <http://lexvo.org/id/term/yue/%E3%96%A2>,
        "㖢"^^xsd:string ;
    rdfs:comment "(same as 飺) to reject food"@en .

<http://lexvo.org/id/char/35A3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%96%A3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%B2u>,
        <http://lexvo.org/id/term/vie/v%C3%B2i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bu4%20tau3>,
        <http://lexvo.org/id/term/yue/%E3%96%A3>,
        "㖣"^^xsd:string ;
    rdfs:comment "(same as U+5485 咅) to spit out; (Cant.) the sound of spitting"@en .

<http://lexvo.org/id/char/35A4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%96%A4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/haam4>,
        <http://lexvo.org/id/term/yue/%E3%96%A4>,
        "㖤"^^xsd:string ;
    rdfs:comment "wrath; anger"@en .

<http://lexvo.org/id/char/35A5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%96%A5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C7%92ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kwaan3%20leon1%20zeon1>,
        <http://lexvo.org/id/term/yue/%E3%96%A5>,
        "㖥"^^xsd:string ;
    rdfs:comment "to spit; to vomit; (Cant.) to gnaw (on bones)"@en .

<http://lexvo.org/id/char/35A6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%96%A6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C7%92ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dung2>,
        <http://lexvo.org/id/term/yue/%E3%96%A6>,
        "㖦"^^xsd:string ;
    rdfs:comment "loquacity"@en .

<http://lexvo.org/id/char/35A7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%96%A7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C4%9Bn>,
        <http://lexvo.org/id/term/vie/h%C3%B4n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/faan1>,
        <http://lexvo.org/id/term/yue/%E3%96%A7>,
        "㖧"^^xsd:string ;
    rdfs:comment "can not see clear, (ancient form of 吻) lips"@en .

<http://lexvo.org/id/char/35A8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%96%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/luk6>,
        <http://lexvo.org/id/term/yue/%E3%96%A8>,
        "㖨"^^xsd:string ;
    rdfs:comment "Indistinct nasal utterance, laugh, sound of birds"@en .

<http://lexvo.org/id/char/35A9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%96%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C7%92u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zaau1>,
        <http://lexvo.org/id/term/yue/%E3%96%A9>,
        "㖩"^^xsd:string ;
    rdfs:comment "not pure, immodest, to urge, (same as 嗾) to set a dog on"@en .

<http://lexvo.org/id/char/35AA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%96%AA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/gu%C3%B3>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gwok3>,
        <http://lexvo.org/id/term/yue/%E3%96%AA>,
        "㖪"^^xsd:string ;
    rdfs:comment "sound of surprising, to laugh loudly, to flow off, loquacious, sound; voice; tone"@en .

<http://lexvo.org/id/char/35AB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%96%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%ADng>,
        <http://lexvo.org/id/term/vie/l%E1%BB%ABng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ling4>,
        <http://lexvo.org/id/term/yue/%E3%96%AB>,
        "㖫"^^xsd:string ;
    rdfs:comment "(sound transcription) used in names for minority ethnic group in ancient China"@en .

<http://lexvo.org/id/char/35AC> a lvont:Character ;
    lvont:represents "㖬"^^xsd:string .

<http://lexvo.org/id/char/35AD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%96%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ti%C7%8En>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tim1%20tim2>,
        <http://lexvo.org/id/term/yue/%E3%96%AD>,
        "㖭"^^xsd:string ;
    rdfs:comment "(same as 舔) to lick; to taste; (Cant.) even; in addition"@en .

<http://lexvo.org/id/char/35AE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%96%AE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%BAn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/leon4%20leon4>,
        <http://lexvo.org/id/term/yue/%E3%96%AE>,
        "㖮"^^xsd:string ;
    rdfs:comment "an interjection used in poems and songs"@en .

<http://lexvo.org/id/char/35AF> a lvont:Character ;
    lvont:represents "㖯"^^xsd:string .

<http://lexvo.org/id/char/35B0> a lvont:Character ;
    lvont:represents "㖰"^^xsd:string .

<http://lexvo.org/id/char/35B1> a lvont:Character ;
    lvont:represents "㖱"^^xsd:string .

<http://lexvo.org/id/char/35B2> a lvont:Character ;
    lvont:represents "㖲"^^xsd:string .

<http://lexvo.org/id/char/35B3> a lvont:Character ;
    lvont:represents "㖳"^^xsd:string .

<http://lexvo.org/id/char/35B4> a lvont:Character ;
    lvont:represents "㖴"^^xsd:string .

<http://lexvo.org/id/char/35B5> a lvont:Character ;
    lvont:represents "㖵"^^xsd:string .

<http://lexvo.org/id/char/35B6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%96%B6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A8>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zin1%20zin3%20zit3>,
        <http://lexvo.org/id/term/yue/%E3%96%B6>,
        "㖶"^^xsd:string ;
    rdfs:comment "(same as 捗) to swallow; to gulp, to be choked with food, (same as 諲) respectful; venerable"@en .

<http://lexvo.org/id/char/35B7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%96%B7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%AD%20t%C3%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/taai4>,
        <http://lexvo.org/id/term/yue/%E3%96%B7>,
        "㖷"^^xsd:string ;
    rdfs:comment "bird singing, (same as 啼) to cry; to mourn; to howl, to twitter; to crow"@en .

<http://lexvo.org/id/char/35B8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%96%B8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xu%C3%A9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/koek6>,
        <http://lexvo.org/id/term/yue/%E3%96%B8>,
        "㖸"^^xsd:string ;
    rdfs:comment "(same as 噱) to laugh heartily; to roar with laughter, (in Shanghai dialect) a promotional gimmick, tone (of one's speech)"@en .

<http://lexvo.org/id/char/35B9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%96%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%A8n>,
        <http://lexvo.org/id/term/vie/v%E1%BB%93n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fu2%20paan3%20pun4>,
        <http://lexvo.org/id/term/yue/%E3%96%B9>,
        "㖹"^^xsd:string ;
    rdfs:comment "(non-classical form of噴) to spurt; to blow out; to puff out, to snort, sound of flowing water"@en .

<http://lexvo.org/id/char/35BA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%96%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C7%94n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ceon2>,
        <http://lexvo.org/id/term/yue/%E3%96%BA>,
        "㖺"^^xsd:string ;
    rdfs:comment "to blow; to breath; to puff"@en .

<http://lexvo.org/id/char/35BB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%96%BB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/r%C3%B3u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zaau4>,
        <http://lexvo.org/id/term/yue/%E3%96%BB>,
        "㖻"^^xsd:string ;
    rdfs:comment "whisper, bad language"@en .

<http://lexvo.org/id/char/35BC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%96%BC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/du%C7%92%20l%C3%ADn%20m%C3%B3u>,
        <http://lexvo.org/id/term/vie/m%E1%BB%8F>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mau4>,
        <http://lexvo.org/id/term/yue/%E3%96%BC>,
        "㖼"^^xsd:string ;
    rdfs:comment "(same as 謀) to scheme; to plot; to devise, a device"@en .

<http://lexvo.org/id/char/35BD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%96%BD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C3%A9%20z%C3%A9i>,
        <http://lexvo.org/id/term/vie/h%E1%BB%A3t>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zaak3>,
        <http://lexvo.org/id/term/yue/%E3%96%BD>,
        "㖽"^^xsd:string ;
    rdfs:comment "(corrupted form of 嘖) to call out; to make an uproar"@en .

<http://lexvo.org/id/char/35BE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C3%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%96%BE>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ngok6>,
        <http://lexvo.org/id/term/yue/%E3%96%BE>,
        "㖾"^^xsd:string ;
    rdfs:comment "(same as 咢) to beat a drum; to startle, to argue; to debate; to dispute, (interchangeable 愕) to be surprised; to be amazed; to marvel, (interchangeable 鍔) the blade or edge of a sword, beams of a house"@en .

<http://lexvo.org/id/char/35BF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%96%BF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ce4%20ze4>,
        <http://lexvo.org/id/term/yue/%E3%96%BF>,
        "㖿"^^xsd:string ;
    rdfs:comment "a sound; a voice; a tone, an interjection; to hesitate; to harbour doubts"@en .

<http://lexvo.org/id/char/35C0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/zaau1>,
        <http://lexvo.org/id/term/yue/%E3%97%80>,
        "㗀"^^xsd:string ;
    rdfs:comment "(same as 呦 嚘) the bleating of the deer, sound of insects"@en .

<http://lexvo.org/id/char/35C1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C3%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%97%81>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ngok6%20zit6>,
        <http://lexvo.org/id/term/yue/%E3%97%81>,
        "㗁"^^xsd:string ;
    rdfs:comment "(same as 齶) the roof of the mouth, the palate"@en .

<http://lexvo.org/id/char/35C2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%97%82>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C4%9Bng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/saang2>,
        <http://lexvo.org/id/term/yue/%E3%97%82>,
        "㗂"^^xsd:string ;
    rdfs:comment "to keep the mouth shut; to be careful how one speak, (non-classical form of U+7701 省) to examine; to watch; (Cant.) to scour"@en .

<http://lexvo.org/id/char/35C3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%97%83>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C4%9Bn%20y%C3%ACn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/maan4%20maan5>,
        <http://lexvo.org/id/term/yue/%E3%97%83>,
        "㗃"^^xsd:string ;
    rdfs:comment "(same as 吻) the lip, the tone of one's speech, to kiss; a kiss"@en .

<http://lexvo.org/id/char/35C4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%97%84>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C5%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A1n%20m%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/man4%20man6%20ming4>,
        <http://lexvo.org/id/term/yue/%E3%97%84>,
        "㗄"^^xsd:string ;
    rdfs:comment "(non-classical form of 謾) to deceive; to insult"@en .

<http://lexvo.org/id/char/35C5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%97%85>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%BA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wu4>,
        <http://lexvo.org/id/term/yue/%E3%97%85>,
        "㗅"^^xsd:string ;
    rdfs:comment "(same as 胡) angry, the throat, what? how? why? which?"@en .

<http://lexvo.org/id/char/35C6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%97%86>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C3%A9%20k%C3%A0i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gaak3>,
        <http://lexvo.org/id/term/yue/%E3%97%86>,
        "㗆"^^xsd:string ;
    rdfs:comment "sound of the ringed pheasant, cackling of fowls, (same as 嗝) to gag, to vomit, (a dialect) an auxiliary verb (almost same as 的)"@en .

<http://lexvo.org/id/char/35C7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%97%87>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A1>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gaa5%20haa4>,
        <http://lexvo.org/id/term/yue/%E3%97%87>,
        "㗇"^^xsd:string ;
    rdfs:comment "to swallow; to gulp, an auxiliary; usually at the end of a sentence to beg or request for something"@en .

<http://lexvo.org/id/char/35C8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%97%88>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/maan6>,
        <http://lexvo.org/id/term/yue/%E3%97%88>,
        "㗈"^^xsd:string ;
    rdfs:comment "(same as 曼) long; extended, large"@en .

<http://lexvo.org/id/char/35C9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%97%89>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%AC%20%C3%A8%20l%C3%BC%C3%A8>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/loek6>,
        <http://lexvo.org/id/term/yue/%E3%97%89>,
        "㗉"^^xsd:string ;
    rdfs:comment "incisive, (the large seal type 籀) to brand criminals on the face, to rob; to plunder, an edge, a two-edged weapon; a sword"@en .

<http://lexvo.org/id/char/35CA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%97%8A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/leoi4%20lo4>,
        <http://lexvo.org/id/term/yue/%E3%97%8A>,
        "㗊"^^xsd:string ;
    rdfs:comment "public opinion; clamour; noise, (ancient form of 雷); thunder, an organic compound (porphin); (porphyrins)"@en .

<http://lexvo.org/id/char/35CB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%97%8B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%B3u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hau4>,
        <http://lexvo.org/id/term/yue/%E3%97%8B>,
        "㗋"^^xsd:string ;
    rdfs:comment "(standard form of 喉) the throat; the gullet; guttural"@en .

<http://lexvo.org/id/char/35CC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%97%8C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zaat6>,
        <http://lexvo.org/id/term/yue/%E3%97%8C>,
        "㗌"^^xsd:string ;
    rdfs:comment "(non-classical form) to scold with loud voice, to talk out of control; loquacious"@en .

<http://lexvo.org/id/char/35CD> a lvont:Character ;
    lvont:represents "㗍"^^xsd:string ;
    rdfs:comment "(non-classical form) to gnaw; to bite; to masticate, sound of biting"@en .

<http://lexvo.org/id/char/35CE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/gaa2%20gaa3%20gaa4>,
        <http://lexvo.org/id/term/yue/%E3%97%8E>,
        "㗎"^^xsd:string ;
    rdfs:comment "(Cant.) final particle indicating emphasis or surprise; phonetic"@en .

<http://lexvo.org/id/char/35CF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C4%81i>,
        "㗏"^^xsd:string .

<http://lexvo.org/id/char/35D0> a lvont:Character ;
    lvont:represents "㗐"^^xsd:string .

<http://lexvo.org/id/char/35D1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%97%91>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%A0i>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/bai>,
        <http://lexvo.org/id/term/vie/b%E1%BB%9Bi>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bai6>,
        <http://lexvo.org/id/term/yue/%E3%97%91>,
        "㗑"^^xsd:string .

<http://lexvo.org/id/char/35D2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C3%A0i>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%97%92>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/oi2>,
        <http://lexvo.org/id/term/yue/%E3%97%92>,
        "㗒"^^xsd:string ;
    rdfs:comment "(in grammar) interjection; to express sadness; sorrow and emotional excitement"@en .

<http://lexvo.org/id/char/35D3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/ci3%20zeoi1>,
        <http://lexvo.org/id/term/yue/%E3%97%93>,
        "㗓"^^xsd:string ;
    rdfs:comment "mouthful"@en .

<http://lexvo.org/id/char/35D4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/hin1>,
        <http://lexvo.org/id/term/yue/%E3%97%94>,
        "㗔"^^xsd:string ;
    rdfs:comment "(a dialect) joy; happiness"@en .

<http://lexvo.org/id/char/35D5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%97%95>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C3%B2u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gaau3%20ngaau1>,
        <http://lexvo.org/id/term/yue/%E3%97%95>,
        "㗕"^^xsd:string ;
    rdfs:comment "(same as 雊) the crowing of a pheasant, loud and noise"@en .

<http://lexvo.org/id/char/35D6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%97%96>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%A0n>,
        <http://lexvo.org/id/term/vie/th%C3%A0o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/daam6>,
        <http://lexvo.org/id/term/yue/%E3%97%96>,
        "㗖"^^xsd:string ;
    rdfs:comment "(non-classical form of 啗) to eat; to chew; to bite. to entice; to lure, to contain; to, comprise"@en .

<http://lexvo.org/id/char/35D7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%97%97>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C7%8Ei>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bai2%20bei1>,
        <http://lexvo.org/id/term/yue/%E3%97%97>,
        "㗗"^^xsd:string ;
    rdfs:comment "to separate; to part, to split; to crack, to rend; to rip open"@en .

<http://lexvo.org/id/char/35D8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%97%98>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%B3%20f%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bok3%20bok6>,
        <http://lexvo.org/id/term/yue/%E3%97%98>,
        "㗘"^^xsd:string ;
    rdfs:comment "to bite the hard and solid food"@en .

<http://lexvo.org/id/char/35D9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%97%99>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C3%A0>,
        <http://lexvo.org/id/term/vie/s%C3%B2>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zaau1>,
        <http://lexvo.org/id/term/yue/%E3%97%99>,
        "㗙"^^xsd:string ;
    rdfs:comment "to shout or bawl, talking manner of a mean person, (same as 謅) to jest; to joke; to quip"@en .

<http://lexvo.org/id/char/35DA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%97%9A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%AC>,
        <http://lexvo.org/id/term/vie/tr%E1%BA%AFt>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lei6%20leot6>,
        <http://lexvo.org/id/term/yue/%E3%97%9A>,
        "㗚"^^xsd:string ;
    rdfs:comment "vexingly verbose or wordy; prosy; complicated; annoying"@en .

<http://lexvo.org/id/char/35DB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%97%9B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A0o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/siu3>,
        <http://lexvo.org/id/term/yue/%E3%97%9B>,
        "㗛"^^xsd:string ;
    rdfs:comment "(same as 笑) to laugh; to smile, to laugh at; to ridicule"@en .

<http://lexvo.org/id/char/35DC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%97%9C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%B9>,
        <http://lexvo.org/id/term/vie/s%C3%BAc>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cau3>,
        <http://lexvo.org/id/term/yue/%E3%97%9C>,
        "㗜"^^xsd:string ;
    rdfs:comment "(same as 嗅) to smell, to scent"@en .

<http://lexvo.org/id/char/35DD> a lvont:Character ;
    lvont:represents "㗝"^^xsd:string .

<http://lexvo.org/id/char/35DE> a lvont:Character ;
    lvont:represents "㗞"^^xsd:string .

<http://lexvo.org/id/char/35DF> a lvont:Character ;
    lvont:represents "㗟"^^xsd:string .

<http://lexvo.org/id/char/35E0> a lvont:Character ;
    lvont:represents "㗠"^^xsd:string .

<http://lexvo.org/id/char/35E1> a lvont:Character ;
    lvont:represents "㗡"^^xsd:string .

<http://lexvo.org/id/char/35E2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%97%A2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%B2ng>,
        <http://lexvo.org/id/term/vie/r%E1%BB%91ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hung1>,
        <http://lexvo.org/id/term/yue/%E3%97%A2>,
        "㗢"^^xsd:string ;
    rdfs:comment "loquacious, the sound of singing, to sing in a loud voice, loud"@en .

<http://lexvo.org/id/char/35E3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%97%A3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/daai3%20taai3>,
        <http://lexvo.org/id/term/yue/%E3%97%A3>,
        "㗣"^^xsd:string ;
    rdfs:comment "(same as 嚏) to sneeze; a running at the nose"@en .

<http://lexvo.org/id/char/35E4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%97%A4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cuk1>,
        <http://lexvo.org/id/term/yue/%E3%97%A4>,
        "㗤"^^xsd:string ;
    rdfs:comment "ashamed, restless; fidgeting; (a dialect) bashful, grievous; mournful; sad"@en .

<http://lexvo.org/id/char/35E5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%97%A5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ku%C3%B2>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kwok3>,
        <http://lexvo.org/id/term/yue/%E3%97%A5>,
        "㗥"^^xsd:string ;
    rdfs:comment "sound of striking, slow expiration of the breath, a deep sign"@en .

<http://lexvo.org/id/char/35E6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%97%A6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%A1o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lou4>,
        <http://lexvo.org/id/term/yue/%E3%97%A6>,
        "㗦"^^xsd:string ;
    rdfs:comment "a loud and confused noise"@en .

<http://lexvo.org/id/char/35E7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%97%A7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zaat6>,
        <http://lexvo.org/id/term/yue/%E3%97%A7>,
        "㗧"^^xsd:string ;
    rdfs:comment "to scold with loud voice, to talk out of control; loquacious"@en .

<http://lexvo.org/id/char/35E8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C7%8Ei>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%97%A8>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/aai2%20hai6>,
        <http://lexvo.org/id/term/yue/%E3%97%A8>,
        "㗨"^^xsd:string ;
    rdfs:comment "to laugh; to smile, to laugh at; to ridicule, sound of laughter"@en .

<http://lexvo.org/id/char/35E9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%97%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C4%AB>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ci1>,
        <http://lexvo.org/id/term/yue/%E3%97%A9>,
        "㗩"^^xsd:string ;
    rdfs:comment "sound made when cold (brrr); to endure cold"@en .

<http://lexvo.org/id/char/35EA> a lvont:Character ;
    lvont:represents "㗪"^^xsd:string ;
    rdfs:comment "(corrupted form) mouthful"@en .

<http://lexvo.org/id/char/35EB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%97%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C3%A8>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/caai3%20cam1%20saam6>,
        <http://lexvo.org/id/term/yue/%E3%97%AB>,
        "㗫"^^xsd:string ;
    rdfs:comment "to whisper; to talk in a soft and low voice"@en .

<http://lexvo.org/id/char/35EC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/zaa1>,
        <http://lexvo.org/id/term/yue/%E3%97%AC>,
        "㗬"^^xsd:string ;
    rdfs:comment "thick lips, to talk slowly"@en .

<http://lexvo.org/id/char/35ED> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/hei1>,
        <http://lexvo.org/id/term/yue/%E3%97%AD>,
        "㗭"^^xsd:string ;
    rdfs:comment "a sound; an echo"@en .

<http://lexvo.org/id/char/35EE> a lvont:Character ;
    lvont:represents "㗮"^^xsd:string .

<http://lexvo.org/id/char/35EF> a lvont:Character ;
    lvont:represents "㗯"^^xsd:string .

<http://lexvo.org/id/char/35F0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%97%B0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%B9%20c%C3%B3ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cung4%20saai3>,
        <http://lexvo.org/id/term/yue/%E3%97%B0>,
        "㗰"^^xsd:string ;
    rdfs:comment "used in transliteration; the traditional drama of Vietnam; (Cant.) all, entire, completely"@en .

<http://lexvo.org/id/char/35F1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%97%B1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zap6>,
        <http://lexvo.org/id/term/yue/%E3%97%B1>,
        "㗱"^^xsd:string ;
    rdfs:comment "to suck; to chew, to smear the mouth with the blood of a victim when taking an oath"@en .

<http://lexvo.org/id/char/35F2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%97%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%B2%20x%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/waak1%20waak6%20wok6>,
        <http://lexvo.org/id/term/yue/%E3%97%B2>,
        "㗲"^^xsd:string ;
    rdfs:comment "to call; to summon; (Cant.) eloquent"@en .

<http://lexvo.org/id/char/35F3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%97%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C7%8E>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dap1%20tap3>,
        <http://lexvo.org/id/term/yue/%E3%97%B3>,
        "㗳"^^xsd:string ;
    rdfs:comment "forgetful; having a bad memory, disgraced; shy; sensitive to shame; ashamed; (Cant.) to lower one's head"@en .

<http://lexvo.org/id/char/35F4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%97%B4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A1n>,
        <http://lexvo.org/id/term/vie/nh%E1%BA%B1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zin4>,
        <http://lexvo.org/id/term/yue/%E3%97%B4>,
        "㗴"^^xsd:string ;
    rdfs:comment "dogs fighting, to go to law; an indictment"@en .

<http://lexvo.org/id/char/35F5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%97%B5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fat1>,
        <http://lexvo.org/id/term/yue/%E3%97%B5>,
        "㗵"^^xsd:string ;
    rdfs:comment "breath, air, steam, not clear; not quite sure"@en .

<http://lexvo.org/id/char/35F6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/put3>,
        <http://lexvo.org/id/term/yue/%E3%97%B6>,
        "㗶"^^xsd:string ;
    rdfs:comment "to expel the breath"@en .

<http://lexvo.org/id/char/35F7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%97%B7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C7%8Ei>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/coi3>,
        <http://lexvo.org/id/term/yue/%E3%97%B7>,
        "㗷"^^xsd:string ;
    rdfs:comment "(simplified form) to eat; to bite; to gnaw, a dialect, usually used at the end of a sentence"@en .

<http://lexvo.org/id/char/35F8> a lvont:Character ;
    lvont:represents "㗸"^^xsd:string .

<http://lexvo.org/id/char/35F9> a lvont:Character ;
    lvont:represents "㗹"^^xsd:string .

<http://lexvo.org/id/char/35FA> a lvont:Character ;
    lvont:represents "㗺"^^xsd:string .

<http://lexvo.org/id/char/35FB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/go6%20gwo1%20gwo3>,
        <http://lexvo.org/id/term/yue/%E3%97%BB>,
        "㗻"^^xsd:string ;
    rdfs:comment "baby's answering, (baby talk) eat; (Cant.) a particle implying doubt; slow, troublesome"@en .

<http://lexvo.org/id/char/35FC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%97%BC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A8>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zip6>,
        <http://lexvo.org/id/term/yue/%E3%97%BC>,
        "㗼"^^xsd:string ;
    rdfs:comment "eating or talking, moving of the mouth"@en .

<http://lexvo.org/id/char/35FD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%97%BD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C7%8Eng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hoeng1%20hoeng2>,
        <http://lexvo.org/id/term/yue/%E3%97%BD>,
        "㗽"^^xsd:string ;
    rdfs:comment "(standard form 響) an echo; to answer; to consent, noise; sound, to make a noise"@en .

<http://lexvo.org/id/char/35FE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/heoi1>,
        <http://lexvo.org/id/term/yue/%E3%97%BE>,
        "㗾"^^xsd:string ;
    rdfs:comment "to give vent to the feelings; (Cant.) to hiss, boo, jeer"@en .

<http://lexvo.org/id/char/35FF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%97%BF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A0>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/laa4>,
        <http://lexvo.org/id/term/yue/%E3%97%BF>,
        "㗿"^^xsd:string ;
    rdfs:comment "to laugh loudly, to blame; to reprimand, entrance to a cave or to a gorge"@en .

<http://lexvo.org/id/char/3600> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%98%80>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zu%C3%B2>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zok3>,
        <http://lexvo.org/id/term/yue/%E3%98%80>,
        "㘀"^^xsd:string ;
    rdfs:comment "to sound, a sound, the cry of a bird or animal"@en .

<http://lexvo.org/id/char/3601> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%98%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zik6>,
        <http://lexvo.org/id/term/yue/%E3%98%81>,
        "㘁"^^xsd:string ;
    rdfs:comment "to call; to scream; to whistle, name of a stream"@en .

<http://lexvo.org/id/char/3602> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%98%82>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C3%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ci4>,
        <http://lexvo.org/id/term/yue/%E3%98%82>,
        "㘂"^^xsd:string ;
    rdfs:comment "ashamed; bashful"@en .

<http://lexvo.org/id/char/3603> a lvont:Character ;
    lvont:represents "㘃"^^xsd:string .

<http://lexvo.org/id/char/3604> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C4%93ng>,
        "㘄"^^xsd:string .

<http://lexvo.org/id/char/3605> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%98%85>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/haam4>,
        <http://lexvo.org/id/term/yue/%E3%98%85>,
        "㘅"^^xsd:string ;
    rdfs:comment "(same as U+929C 銜 U+5563 啣) to hold in the mouth"@en .

<http://lexvo.org/id/char/3606> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%98%86>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%A1i>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C7%8Ei>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/toi4>,
        <http://lexvo.org/id/term/yue/%E3%98%86>,
        "㘆"^^xsd:string ;
    rdfs:comment "to laugh at; to deride; to jeer at, to snore"@en .

<http://lexvo.org/id/char/3607> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%98%87>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/r%C3%B3ng>,
        <http://lexvo.org/id/term/vie/vang>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wing4%20zing2>,
        <http://lexvo.org/id/term/yue/%E3%98%87>,
        "㘇"^^xsd:string .

<http://lexvo.org/id/char/3608> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%98%88>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C4%AB>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zi4>,
        <http://lexvo.org/id/term/yue/%E3%98%88>,
        "㘈"^^xsd:string ;
    rdfs:comment "able to take a correct view of things; to response correctly (said of small children), sound; echo"@en .

<http://lexvo.org/id/char/3609> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%98%89>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zit1%20zit3>,
        <http://lexvo.org/id/term/yue/%E3%98%89>,
        "㘉"^^xsd:string ;
    rdfs:comment "to make sound; to speak; (Cant.) to tickle, squeeze"@en .

<http://lexvo.org/id/char/360A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%98%8A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/caau3%20kaap1%20zaau2%20zuk1>,
        <http://lexvo.org/id/term/yue/%E3%98%8A>,
        "㘊"^^xsd:string ;
    rdfs:comment "the abrupt and hasty sound of the crowd"@en .

<http://lexvo.org/id/char/360B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%98%8B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A1n>,
        <http://lexvo.org/id/term/vie/h%E1%BB%9Dn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zin4>,
        <http://lexvo.org/id/term/yue/%E3%98%8B>,
        "㘋"^^xsd:string ;
    rdfs:comment "sound; echo, difficult; troublesome"@en .

<http://lexvo.org/id/char/360C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%98%8C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kek6>,
        <http://lexvo.org/id/term/yue/%E3%98%8C>,
        "㘌"^^xsd:string ;
    rdfs:comment "(non-classical form of 噱) to laugh without stopping, loud laughter"@en .

<http://lexvo.org/id/char/360D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%98%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%AD%20q%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zik1>,
        <http://lexvo.org/id/term/yue/%E3%98%8D>,
        "㘍"^^xsd:string ;
    rdfs:comment "sound of rat; sound of insects"@en .

<http://lexvo.org/id/char/360E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%98%8E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C7%8En>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C7%8En%20h%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ham3>,
        <http://lexvo.org/id/term/yue/%E3%98%8E>,
        "㘎"^^xsd:string ;
    rdfs:comment "(simplified form) the roars of a tiger"@en .

<http://lexvo.org/id/char/360F> a lvont:Character ;
    lvont:represents "㘏"^^xsd:string .

<http://lexvo.org/id/char/3610> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%98%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%A0o%20p%C4%9Bng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cit3%20pau3>,
        <http://lexvo.org/id/term/yue/%E3%98%90>,
        "㘐"^^xsd:string ;
    rdfs:comment "loud; to roar"@en .

<http://lexvo.org/id/char/3611> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%98%91>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lai6>,
        <http://lexvo.org/id/term/yue/%E3%98%91>,
        "㘑"^^xsd:string ;
    rdfs:comment "to curse, to swear and oath, incantations"@en .

<http://lexvo.org/id/char/3612> a lvont:Character ;
    lvont:represents "㘒"^^xsd:string .

<http://lexvo.org/id/char/3613> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%98%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%A1n>,
        <http://lexvo.org/id/term/vie/ran>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/laan4>,
        <http://lexvo.org/id/term/yue/%E3%98%93>,
        "㘓"^^xsd:string ;
    rdfs:comment "prolix speech, (same as 讕) to make a false charge; to lay a false accusation"@en .

<http://lexvo.org/id/char/3614> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%98%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C7%8En%20s%C7%8Ei>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/coi3>,
        <http://lexvo.org/id/term/yue/%E3%98%94>,
        "㘔"^^xsd:string ;
    rdfs:comment "eat, to bite, to gnaw, (a dialect) usually at the end of a sentence; tone (of one's speech)"@en .

<http://lexvo.org/id/char/3615> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%98%95>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C7%8En%20l%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ham3%20lam4>,
        <http://lexvo.org/id/term/yue/%E3%98%95>,
        "㘕"^^xsd:string ;
    rdfs:comment "(non-classical form of 喊) (standard form of 婪) to call; to halloo, covetous; avaricious"@en .

<http://lexvo.org/id/char/3616> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%98%96>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ngan4>,
        <http://lexvo.org/id/term/yue/%E3%98%96>,
        "㘖"^^xsd:string ;
    rdfs:comment "to make a disturbance; to quarrel; to wrangle"@en .

<http://lexvo.org/id/char/3617> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C5%AB>,
        "㘗"^^xsd:string ;
    rdfs:comment "whisper; to whistle"@en .

<http://lexvo.org/id/char/3618> a lvont:Character ;
    lvont:represents "㘘"^^xsd:string .

<http://lexvo.org/id/char/3619> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%98%99>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A1n%20y%C7%8En>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gau1%20gau2%20hau6%20ngam4>,
        <http://lexvo.org/id/term/yue/%E3%98%99>,
        "㘙"^^xsd:string ;
    rdfs:comment "to groan; to moan"@en .

<http://lexvo.org/id/char/361A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%98%9A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C7%8En>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gam1%20ham3>,
        <http://lexvo.org/id/term/yue/%E3%98%9A>,
        "㘚"^^xsd:string ;
    rdfs:comment "angry air of look; to look furious, the roars of a tiger"@en .

<http://lexvo.org/id/char/361B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/haam1%20lim5>,
        <http://lexvo.org/id/term/yue/%E3%98%9B>,
        "㘛"^^xsd:string ;
    rdfs:comment "(non-classical form of 嵌) a deep valley, piece of music in minority group"@en .

<http://lexvo.org/id/char/361C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%98%9C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C7%90%20ch%C3%B3u%20ch%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/caau1%20caau4>,
        <http://lexvo.org/id/term/yue/%E3%98%9C>,
        "㘜"^^xsd:string ;
    rdfs:comment "(non-classical form of 雔) a kind of silkworm, pair of birds; couple; companion; to match, corresponding, proper"@en .

<http://lexvo.org/id/char/361D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%98%9D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ni%C7%8En%20ni%C3%A8>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/nim2%20nip6%20zik1>,
        <http://lexvo.org/id/term/yue/%E3%98%9D>,
        "㘝"^^xsd:string ;
    rdfs:comment "to take in; to absorb, (non-classical form of 罱) a kind of spring fishing net; a kind of small net with a handle used to catch fishes or birds"@en .

<http://lexvo.org/id/char/361E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%98%9E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%B2>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/deot1>,
        <http://lexvo.org/id/term/yue/%E3%98%9E>,
        "㘞"^^xsd:string ;
    rdfs:comment "sound of yelling while towing a boat; (Sanskrit) to call out"@en .

<http://lexvo.org/id/char/361F> a lvont:Character ;
    lvont:represents "㘟"^^xsd:string .

<http://lexvo.org/id/char/3620> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%98%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%AC%20m%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/baai3%20dai1>,
        <http://lexvo.org/id/term/yue/%E3%98%A0>,
        "㘠"^^xsd:string ;
    rdfs:comment "to close; to stop up; to obstruct"@en .

<http://lexvo.org/id/char/3621> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%98%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A1>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/haap6>,
        <http://lexvo.org/id/term/yue/%E3%98%A1>,
        "㘡"^^xsd:string ;
    rdfs:comment "(same as 柙) a pen for wild beasts; a cage for prisoners"@en .

<http://lexvo.org/id/char/3622> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%98%A2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C4%9Bng>,
        "㘢"^^xsd:string ;
    rdfs:comment "a round cave; a round hole"@en .

<http://lexvo.org/id/char/3623> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%98%A3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xu%C3%A1n%20yu%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zyun4>,
        <http://lexvo.org/id/term/yue/%E3%98%A3>,
        "㘣"^^xsd:string ;
    rdfs:comment "compasses, (same as U+5713 圓) round; circular"@en .

<http://lexvo.org/id/char/3624> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/waan1>,
        <http://lexvo.org/id/term/yue/%E3%98%A4>,
        "㘤"^^xsd:string ;
    rdfs:comment "circle of the moving water"@en .

<http://lexvo.org/id/char/3625> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%98%A5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%B3u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zaau4>,
        <http://lexvo.org/id/term/yue/%E3%98%A5>,
        "㘥"^^xsd:string ;
    rdfs:comment "(same as 囮) to inveigle; to decoy, a decoy-bird; a go-between; a medium"@en .

<http://lexvo.org/id/char/3626> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%98%A6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C3%ADn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kan4>,
        <http://lexvo.org/id/term/yue/%E3%98%A6>,
        "㘦"^^xsd:string ;
    rdfs:comment "wall made of soil, used in name of places"@en .

<http://lexvo.org/id/char/3627> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%98%A7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zeoi6>,
        <http://lexvo.org/id/term/yue/%E3%98%A7>,
        "㘧"^^xsd:string ;
    rdfs:comment "(same as 序) precedence, order, orderly, the east and west walls of the parlor"@en .

<http://lexvo.org/id/char/3628> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%98%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C3%A8i>,
        <http://lexvo.org/id/term/vie/n%E1%BB%93i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/nip6>,
        <http://lexvo.org/id/term/yue/%E3%98%A8>,
        "㘨"^^xsd:string ;
    rdfs:comment "deep; profound, empty; hollow, quite; peaceful"@en .

<http://lexvo.org/id/char/3629> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%98%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bei6>,
        <http://lexvo.org/id/term/yue/%E3%98%A9>,
        "㘩"^^xsd:string ;
    rdfs:comment "to mate; to pair"@en .

<http://lexvo.org/id/char/362A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%98%AA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A0o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hou3%20kaau3>,
        <http://lexvo.org/id/term/yue/%E3%98%AA>,
        "㘪"^^xsd:string ;
    rdfs:comment "(same as 耗) to waste, to destroy, to diminish; hence it came to mean, a rat, heedless; careless; inattentive; rough and coarse"@en .

<http://lexvo.org/id/char/362B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%98%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C7%90ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zing6>,
        <http://lexvo.org/id/term/yue/%E3%98%AB>,
        "㘫"^^xsd:string ;
    rdfs:comment "(a variant of 阱) to fall into a well, a pit; a pitfall; a hole; a gully, to involve; to entrap"@en .

<http://lexvo.org/id/char/362C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C3%A0o>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%98%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/au1>,
        <http://lexvo.org/id/term/yue/%E3%98%AC>,
        "㘬"^^xsd:string ;
    rdfs:comment "(same as 坳) a hollow in the ground; a cavity, (same as 物) matter; substance, all living creatures, things in general, the affairs of this world, things or matters outside oneself, others, goods, the Tibetan classical text means Buddha"@en .

<http://lexvo.org/id/char/362D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C3%A0o>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%98%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/au1%20au3>,
        <http://lexvo.org/id/term/yue/%E3%98%AD>,
        "㘭"^^xsd:string ;
    rdfs:comment "(same as 坳) a hollow in the ground; a cavity, undulating"@en .

<http://lexvo.org/id/char/362E> a lvont:Character ;
    lvont:represents "㘮"^^xsd:string .

<http://lexvo.org/id/char/362F> a lvont:Character ;
    lvont:represents "㘯"^^xsd:string .

<http://lexvo.org/id/char/3630> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/zam1>,
        <http://lexvo.org/id/term/yue/%E3%98%B0>,
        "㘰"^^xsd:string ;
    rdfs:comment "(interchangeable 斟) name of a old country; used in name of a place"@en .

<http://lexvo.org/id/char/3631> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C4%81n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/taan1>,
        <http://lexvo.org/id/term/yue/%E3%98%B1>,
        "㘱"^^xsd:string ;
    rdfs:comment "(same as 坍) to fall into ruins; to collapse"@en .

<http://lexvo.org/id/char/3632> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%98%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%BA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/guk1>,
        <http://lexvo.org/id/term/yue/%E3%98%B2>,
        "㘲"^^xsd:string ;
    rdfs:comment "a cove; a bay, a bend or nook in the hills, the outside part of a curved bank; the curve of a bow"@en .

<http://lexvo.org/id/char/3633> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/zaau1>,
        <http://lexvo.org/id/term/yue/%E3%98%B3>,
        "㘳"^^xsd:string ;
    rdfs:comment "(same as 丘) a hillock or mound"@en .

<http://lexvo.org/id/char/3634> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%98%B4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zu%C3%B2>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zo6>,
        <http://lexvo.org/id/term/yue/%E3%98%B4>,
        "㘴"^^xsd:string ;
    rdfs:comment "(same as 坐) to sit, a seat"@en .

<http://lexvo.org/id/char/3635> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%98%B5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bou3>,
        <http://lexvo.org/id/term/yue/%E3%98%B5>,
        "㘵"^^xsd:string ;
    rdfs:comment "name of a place; in Fujian Province"@en .

<http://lexvo.org/id/char/3636> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%98%B6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%A9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/git6%20miu5>,
        <http://lexvo.org/id/term/yue/%E3%98%B6>,
        "㘶"^^xsd:string ;
    rdfs:comment "(ancient form of 桀) a hen-roost, cruel, the last ruler of the Xia Dynasty"@en .

<http://lexvo.org/id/char/3637> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C3%A0i>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%98%B7>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ngai6>,
        <http://lexvo.org/id/term/yue/%E3%98%B7>,
        "㘷"^^xsd:string ;
    rdfs:comment "(same as 艾) Mugwort, artemisia or any plant which produces moxa punk, general name for plants like mint"@en .

<http://lexvo.org/id/char/3638> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%98%B8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C3%A0ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zong3>,
        <http://lexvo.org/id/term/yue/%E3%98%B8>,
        "㘸"^^xsd:string ;
    rdfs:comment "(same as 葬) to bury, (ancient form of 坐) to sit, a seat"@en .

<http://lexvo.org/id/char/3639> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%98%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C3%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ci4>,
        <http://lexvo.org/id/term/yue/%E3%98%B9>,
        "㘹"^^xsd:string ;
    rdfs:comment "(non-classical form of 垐) to spread soil on the road, pave the road with soil, (ancient form of 堲) sickness; illness; disease"@en .

<http://lexvo.org/id/char/363A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%98%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%A1>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fat6>,
        <http://lexvo.org/id/term/yue/%E3%98%BA>,
        "㘺"^^xsd:string ;
    rdfs:comment "cultivated land; to till lands, a clod of earth"@en .

<http://lexvo.org/id/char/363B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/zaan1>,
        <http://lexvo.org/id/term/yue/%E3%98%BB>,
        "㘻"^^xsd:string ;
    rdfs:comment "to stop up; to close against; to restrain, to dam a stream and change its direction, to conceal a mound"@en .

<http://lexvo.org/id/char/363C> a lvont:Character ;
    lvont:represents "㘼"^^xsd:string .

<http://lexvo.org/id/char/363D> a lvont:Character ;
    lvont:represents "㘽"^^xsd:string .

<http://lexvo.org/id/char/363E> a lvont:Character ;
    lvont:represents "㘾"^^xsd:string .

<http://lexvo.org/id/char/363F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%98%BF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ni%C3%A8>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/nip6>,
        <http://lexvo.org/id/term/yue/%E3%98%BF>,
        "㘿"^^xsd:string ;
    rdfs:comment "(same as 涅) to fill up, as a hole, black mud; slime, to stop up; to block; to cork"@en .

<http://lexvo.org/id/char/3640> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%99%80>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lau6>,
        <http://lexvo.org/id/term/yue/%E3%99%80>,
        "㙀"^^xsd:string ;
    rdfs:comment "a vegetable-plot, to plough; to till lands, among dikes and fields"@en .

<http://lexvo.org/id/char/3641> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%99%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C7%8Eng%20m%C3%A9i%20m%C3%A8i%20m%C3%B9%20n%C3%A0>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/muk6>,
        <http://lexvo.org/id/term/yue/%E3%99%81>,
        "㙁"^^xsd:string ;
    rdfs:comment "dust; dirt; a smear, (same as 牧) name of a place in old times"@en .

<http://lexvo.org/id/char/3642> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%99%82>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/du%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/deoi3>,
        <http://lexvo.org/id/term/yue/%E3%99%82>,
        "㙂"^^xsd:string ;
    rdfs:comment "wall; fence, (interchangeable with 兑) a hole"@en .

<http://lexvo.org/id/char/3643> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/bong1>,
        <http://lexvo.org/id/term/yue/%E3%99%83>,
        "㙃"^^xsd:string ;
    rdfs:comment "a cavity; hole of a mound or an altar of earth"@en .

<http://lexvo.org/id/char/3644> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%99%84>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bai6>,
        <http://lexvo.org/id/term/yue/%E3%99%84>,
        "㙄"^^xsd:string ;
    rdfs:comment "below; under; low, (same as 陛) the steps to the throne, to ascend steps"@en .

<http://lexvo.org/id/char/3645> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%99%85>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C7%8Eo>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bou2>,
        <http://lexvo.org/id/term/yue/%E3%99%85>,
        "㙅"^^xsd:string ;
    rdfs:comment "(same as 堡) a walled viliage, an earth-work; a petty military station, subdivision of a township; a ward in a city"@en .

<http://lexvo.org/id/char/3646> a lvont:Character ;
    lvont:represents "㙆"^^xsd:string .

<http://lexvo.org/id/char/3647> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%99%87>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cuk1>,
        <http://lexvo.org/id/term/yue/%E3%99%87>,
        "㙇"^^xsd:string ;
    rdfs:comment "the cattle and horses trampled on the field"@en .

<http://lexvo.org/id/char/3648> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%99%88>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A1n%20xi%C3%A0>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/laa4>,
        <http://lexvo.org/id/term/yue/%E3%99%88>,
        "㙈"^^xsd:string ;
    rdfs:comment "name of a place in Shanxi province"@en .

<http://lexvo.org/id/char/3649> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%99%89>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ti%C7%8En>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/din6%20tin2>,
        <http://lexvo.org/id/term/yue/%E3%99%89>,
        "㙉"^^xsd:string ;
    rdfs:comment "(same as 腆) prosperous; affluence, good; virtuuous, to make strong -- as liquors"@en .

<http://lexvo.org/id/char/364A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%99%8A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%A1ng%20zh%C3%A0ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/coeng4>,
        <http://lexvo.org/id/term/yue/%E3%99%8A>,
        "㙊"^^xsd:string ;
    rdfs:comment "(same as 場) an area of level ground; an open space, a threshing floor, arena for drill, etc. a place, to pile a sand-hills"@en .

<http://lexvo.org/id/char/364B> a lvont:Character ;
    lvont:represents "㙋"^^xsd:string .

<http://lexvo.org/id/char/364C> a lvont:Character ;
    lvont:represents "㙌"^^xsd:string ;
    rdfs:comment "(a simplified form)"@en .

<http://lexvo.org/id/char/364D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/do1>,
        <http://lexvo.org/id/term/yue/%E3%99%8D>,
        "㙍"^^xsd:string ;
    rdfs:comment "name of a place in today's Guangdong Province"@en .

<http://lexvo.org/id/char/364E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/wai1>,
        <http://lexvo.org/id/term/yue/%E3%99%8E>,
        "㙎"^^xsd:string ;
    rdfs:comment "breach of a tank; pond, (a dialect) to cover up; to conceal; to hide; to bury"@en .

<http://lexvo.org/id/char/364F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%99%8F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fuk1>,
        <http://lexvo.org/id/term/yue/%E3%99%8F>,
        "㙏"^^xsd:string ;
    rdfs:comment "caverns; a grotto, a cellar, a cave-dwelling, to make a cave -- for dwelling"@en .

<http://lexvo.org/id/char/3650> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%99%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/du%C7%92>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/deoi2%20do2>,
        <http://lexvo.org/id/term/yue/%E3%99%90>,
        "㙐"^^xsd:string ;
    rdfs:comment "to move, to hang down; to let fall, (same as 垛) a target, a battlement, to add up; to pile up"@en .

<http://lexvo.org/id/char/3651> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%99%91>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%94>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zyu5>,
        <http://lexvo.org/id/term/yue/%E3%99%91>,
        "㙑"^^xsd:string ;
    rdfs:comment "(same as 宇) the canopy of heaven; space, to cover; to shelter"@en .

<http://lexvo.org/id/char/3652> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%99%92>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C4%9B>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ze5%20zi2>,
        <http://lexvo.org/id/term/yue/%E3%99%92>,
        "㙒"^^xsd:string ;
    rdfs:comment "(same as 野) wild; uncultivated; a wilderness, rustic, savage"@en .

<http://lexvo.org/id/char/3653> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%99%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ku%C3%AD>,
        "㙓"^^xsd:string ;
    rdfs:comment "earth; land; soil; ground; territory, opium"@en .

<http://lexvo.org/id/char/3654> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%99%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hon4>,
        <http://lexvo.org/id/term/yue/%E3%99%94>,
        "㙔"^^xsd:string ;
    rdfs:comment "(non-classical form of 韓) a fence, name of a star, a small feudal State, old name for Korea"@en .

<http://lexvo.org/id/char/3655> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%99%95>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ku%C3%A0i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/faai3>,
        <http://lexvo.org/id/term/yue/%E3%99%95>,
        "㙕"^^xsd:string ;
    rdfs:comment "(same as 塊) a lump, a piece of, a fraction"@en .

<http://lexvo.org/id/char/3656> a lvont:Character ;
    lvont:represents "㙖"^^xsd:string .

<http://lexvo.org/id/char/3657> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%99%97>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ku%C3%A0i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fai3>,
        <http://lexvo.org/id/term/yue/%E3%99%97>,
        "㙗"^^xsd:string ;
    rdfs:comment "(same as 塊) a lump of earth; a lump, rugged; uneven"@en .

<http://lexvo.org/id/char/3658> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C4%81o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ziu1>,
        <http://lexvo.org/id/term/yue/%E3%99%98>,
        "㙘"^^xsd:string ;
    rdfs:comment "used in naming a place"@en .

<http://lexvo.org/id/char/3659> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%99%99>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C7%92ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lung5>,
        <http://lexvo.org/id/term/yue/%E3%99%99>,
        "㙙"^^xsd:string ;
    rdfs:comment "to smear; to daub, to erase; to blot out, mud, mire, to plaster a wall with mud"@en .

<http://lexvo.org/id/char/365A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/sing1>,
        <http://lexvo.org/id/term/yue/%E3%99%9A>,
        "㙚"^^xsd:string ;
    rdfs:comment "red colored hard and solid mud (soil; clay; earth)"@en .

<http://lexvo.org/id/char/365B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%99%9B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C7%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zhu%C4%81n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bou2>,
        <http://lexvo.org/id/term/yue/%E3%99%9B>,
        "㙛"^^xsd:string ;
    rdfs:comment "a person's name in old times"@en .

<http://lexvo.org/id/char/365C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%99%9C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%AD%20t%C3%A1i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ci4%20toi4>,
        <http://lexvo.org/id/term/yue/%E3%99%9C>,
        "㙜"^^xsd:string ;
    rdfs:comment "(ancient and corrupted form of U+81FA 臺) a lookout, a tower, a terrace, a platform, a stage"@en .

<http://lexvo.org/id/char/365D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%99%9D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hip3>,
        <http://lexvo.org/id/term/yue/%E3%99%9D>,
        "㙝"^^xsd:string ;
    rdfs:comment "a dike; a barrier; an embankment"@en .

<http://lexvo.org/id/char/365E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%99%9E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ni%C3%A8>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/nip6%20saan1%20zit6>,
        <http://lexvo.org/id/term/yue/%E3%99%9E>,
        "㙞"^^xsd:string ;
    rdfs:comment "a small mountain; a hill"@en .

<http://lexvo.org/id/char/365F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%99%9F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C7%8Eng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/long5>,
        <http://lexvo.org/id/term/yue/%E3%99%9F>,
        "㙟"^^xsd:string ;
    rdfs:comment "(a dialect) low-lying (ground) on the side of a river or lake, (a variant 塱) name of a place in Guangdong"@en .

<http://lexvo.org/id/char/3660> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%99%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/aai3>,
        <http://lexvo.org/id/term/yue/%E3%99%A0>,
        "㙠"^^xsd:string ;
    rdfs:comment "dust; dirt; a smear, (same as 曀) the sun hidden by clouds, obscure"@en .

<http://lexvo.org/id/char/3661> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/zung1>,
        <http://lexvo.org/id/term/yue/%E3%99%A1>,
        "㙡"^^xsd:string ;
    rdfs:comment "a kind of eatable mushroom"@en .

<http://lexvo.org/id/char/3662> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%99%A2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A1n%20m%C3%A9n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/man6%20mang6>,
        <http://lexvo.org/id/term/yue/%E3%99%A2>,
        "㙢"^^xsd:string ;
    rdfs:comment "(same as 墁 鏝) a trowel; a plaster; a trowel for plastering"@en .

<http://lexvo.org/id/char/3663> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%99%A3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%A0ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zoeng3>,
        <http://lexvo.org/id/term/yue/%E3%99%A3>,
        "㙣"^^xsd:string ;
    rdfs:comment "to pile a sand-hills"@en .

<http://lexvo.org/id/char/3664> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%99%A4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A0>,
        <http://lexvo.org/id/term/vie/h%E1%BB%91>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/laa3>,
        <http://lexvo.org/id/term/yue/%E3%99%A4>,
        "㙤"^^xsd:string ;
    rdfs:comment "(same as 罅) a crack in earthenware, a split; rip or break apart; thus -- a grudge"@en .

<http://lexvo.org/id/char/3665> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%99%A5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C7%94n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gwaan2%20waan6%20wat6>,
        <http://lexvo.org/id/term/yue/%E3%99%A5>,
        "㙥"^^xsd:string ;
    rdfs:comment "muddy"@en .

<http://lexvo.org/id/char/3666> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A9>,
        "㙦"^^xsd:string .

<http://lexvo.org/id/char/3667> a lvont:Character ;
    lvont:represents "㙧"^^xsd:string ;
    rdfs:comment "(same as 塯) earthenware; a kind of rice container"@en .

<http://lexvo.org/id/char/3668> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%99%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%AC%20q%C3%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gei1>,
        <http://lexvo.org/id/term/yue/%E3%99%A8>,
        "㙨"^^xsd:string ;
    rdfs:comment "(same as 畿) the royal domains set apart in ancient times for the emperor"@en .

<http://lexvo.org/id/char/3669> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%99%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C3%A1o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/laau6%20liu4%20liu4>,
        <http://lexvo.org/id/term/yue/%E3%99%A9>,
        "㙩"^^xsd:string ;
    rdfs:comment "an enclosing wall"@en .

<http://lexvo.org/id/char/366A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%99%AA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A8%20y%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zi3>,
        <http://lexvo.org/id/term/yue/%E3%99%AA>,
        "㙪"^^xsd:string ;
    rdfs:comment "dark; the sun hidden by clouds, obscure"@en .

<http://lexvo.org/id/char/366B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%99%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zap6>,
        <http://lexvo.org/id/term/yue/%E3%99%AB>,
        "㙫"^^xsd:string ;
    rdfs:comment "a fountain or spring out from the underground"@en .

<http://lexvo.org/id/char/366C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%99%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%ADn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ngaan4>,
        <http://lexvo.org/id/term/yue/%E3%99%AC>,
        "㙬"^^xsd:string ;
    rdfs:comment "(ancient form of 垠) a bank; a boundary"@en .

<http://lexvo.org/id/char/366D> a lvont:Character ;
    lvont:represents "㙭"^^xsd:string .

<http://lexvo.org/id/char/366E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%99%AE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C4%81%20da>,
        <http://lexvo.org/id/term/vie/%C4%91%E1%BA%AFp>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/taap3>,
        <http://lexvo.org/id/term/yue/%E3%99%AE>,
        "㙮"^^xsd:string ;
    rdfs:comment "a tower, pagoda"@en .

<http://lexvo.org/id/char/366F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%99%AF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ngaai6>,
        <http://lexvo.org/id/term/yue/%E3%99%AF>,
        "㙯"^^xsd:string ;
    rdfs:comment "(same as 藝) skill, ability in handicraft, a craft, an art, a calling, a trade, an accomplishment"@en .

<http://lexvo.org/id/char/3670> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%99%B0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A8>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hai6>,
        <http://lexvo.org/id/term/yue/%E3%99%B0>,
        "㙰"^^xsd:string ;
    rdfs:comment "name of a place in ancient times"@en .

<http://lexvo.org/id/char/3671> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%99%B1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A0o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hou6>,
        <http://lexvo.org/id/term/yue/%E3%99%B1>,
        "㙱"^^xsd:string ;
    rdfs:comment "earthenware used to bake cakes in Northern China"@en .

<http://lexvo.org/id/char/3672> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%99%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%92ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zung1>,
        <http://lexvo.org/id/term/yue/%E3%99%B2>,
        "㙲"^^xsd:string ;
    rdfs:comment "(same as 壅) to stop up; to obstract"@en .

<http://lexvo.org/id/char/3673> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%99%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C7%8En%20h%C3%A9%20k%C7%8En>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ham2>,
        <http://lexvo.org/id/term/yue/%E3%99%B3>,
        "㙳"^^xsd:string ;
    rdfs:comment "ruggedness of the road; difficulties of the way; bad luck, unable to reach one's aim"@en .

<http://lexvo.org/id/char/3674> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%99%B4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%A0n%20zh%C3%A0n>,
        <http://lexvo.org/id/term/vie/th%E1%BB%81m>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cim1>,
        <http://lexvo.org/id/term/yue/%E3%99%B4>,
        "㙴"^^xsd:string ;
    rdfs:comment "to conceal; to hide, to shade; to darken"@en .

<http://lexvo.org/id/char/3675> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%99%B5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%A1i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/toi4>,
        <http://lexvo.org/id/term/yue/%E3%99%B5>,
        "㙵"^^xsd:string ;
    rdfs:comment "(ancient form of 臺) a lookout, a tower, a terrace, a platform; a stage"@en .

<http://lexvo.org/id/char/3676> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%99%B6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%A1ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tong4>,
        <http://lexvo.org/id/term/yue/%E3%99%B6>,
        "㙶"^^xsd:string ;
    rdfs:comment "(large seal type of 堂) a hall; a reception room; a meeting-place, a court of justice"@en .

<http://lexvo.org/id/char/3677> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%99%B7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zik6>,
        <http://lexvo.org/id/term/yue/%E3%99%B7>,
        "㙷"^^xsd:string ;
    rdfs:comment "low-lying area, to accumulate soil; to store up soil"@en .

<http://lexvo.org/id/char/3678> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%99%B8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%A0o%20b%C3%B3%20p%C3%BA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/buk6>,
        <http://lexvo.org/id/term/yue/%E3%99%B8>,
        "㙸"^^xsd:string ;
    rdfs:comment "(non-classical form 墣) a clod of earth; a lump of earth; a lump"@en .

<http://lexvo.org/id/char/3679> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%99%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A9ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mung4>,
        <http://lexvo.org/id/term/yue/%E3%99%B9>,
        "㙹"^^xsd:string ;
    rdfs:comment "a damp; a marsh, (interchangeable 夢)"@en .

<http://lexvo.org/id/char/367A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%99%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/gu%C3%AC%20ku%C3%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gwaai6>,
        <http://lexvo.org/id/term/yue/%E3%99%BA>,
        "㙺"^^xsd:string ;
    rdfs:comment "(same as 逵 馗) cross-road; a thorough- fare; a center from which nine roads lead out, to accumulate soil; to store up soilt"@en .

<http://lexvo.org/id/char/367B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%99%BB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%A1n%20qi%C3%A8%20z%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cin4>,
        <http://lexvo.org/id/term/yue/%E3%99%BB>,
        "㙻"^^xsd:string ;
    rdfs:comment "(non-classical form of 廛) living space for one family in ancient times, ground allotted to a retaine, a shop; a market place"@en .

<http://lexvo.org/id/char/367C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%99%BC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C4%9Bi>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/leoi5>,
        <http://lexvo.org/id/term/yue/%E3%99%BC>,
        "㙼"^^xsd:string ;
    rdfs:comment "(same as 壘) a military wall, a rampart, to pile up, a pile"@en .

<http://lexvo.org/id/char/367D> a lvont:Character ;
    lvont:represents "㙽"^^xsd:string .

<http://lexvo.org/id/char/367E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%99%BE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C3%AC%20xu%C3%A9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hok6>,
        <http://lexvo.org/id/term/yue/%E3%99%BE>,
        "㙾"^^xsd:string ;
    rdfs:comment "(same as 嶨) hills with lots of big rocks"@en .

<http://lexvo.org/id/char/367F> a lvont:Character ;
    lvont:represents "㙿"^^xsd:string .

<http://lexvo.org/id/char/3680> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/hei1>,
        <http://lexvo.org/id/term/yue/%E3%9A%80>,
        "㚀"^^xsd:string ;
    rdfs:comment "lofty, dangerous; critical, (same as 虧) to destroy; to injure; to damage"@en .

<http://lexvo.org/id/char/3681> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%9A%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C3%A0o>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C3%A1o%20qi%C3%A0o%20q%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kiu4>,
        <http://lexvo.org/id/term/yue/%E3%9A%81>,
        "㚁"^^xsd:string ;
    rdfs:comment "the long tail feathers which curl up; to elevate; to raise the head; warped, (interchangeable 翹) long tail feathers, to raise, outstanding"@en .

<http://lexvo.org/id/char/3682> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%9A%82>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/r%C3%A1ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zoeng4>,
        <http://lexvo.org/id/term/yue/%E3%9A%82>,
        "㚂"^^xsd:string ;
    rdfs:comment "dust; dirt, a cellar, a caverns"@en .

<http://lexvo.org/id/char/3683> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%9A%83>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%BAn%20y%C3%B9n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wan1>,
        <http://lexvo.org/id/term/yue/%E3%9A%83>,
        "㚃"^^xsd:string ;
    rdfs:comment "to take a hint; a group of Chinese characters the construction of which suggests the meaning, the fate; good luck or bad are in the pot; don't expose; or leak out"@en .

<http://lexvo.org/id/char/3684> a lvont:Character ;
    lvont:represents "㚄"^^xsd:string .

<http://lexvo.org/id/char/3685> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%9A%85>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%B3ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lung4>,
        <http://lexvo.org/id/term/yue/%E3%9A%85>,
        "㚅"^^xsd:string ;
    rdfs:comment "to worship of God, to praise; many; much"@en .

<http://lexvo.org/id/char/3686> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%9A%86>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fuk6%20fuk6>,
        <http://lexvo.org/id/term/yue/%E3%9A%86>,
        "㚆"^^xsd:string ;
    rdfs:comment "to do something in an old way; use the old method; to go to the old road"@en .

<http://lexvo.org/id/char/3687> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/zuk1%20zung1>,
        <http://lexvo.org/id/term/yue/%E3%9A%87>,
        "㚇"^^xsd:string ;
    rdfs:comment "draw the feet up; to refuse to advance, to summarize; to gather; to collect, name of an old country, (same as U+9350 鍐) a headstall; ornament on a bridle; (Cant.) to jump up"@en .

<http://lexvo.org/id/char/3688> a lvont:Character ;
    lvont:represents "㚈"^^xsd:string .

<http://lexvo.org/id/char/3689> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%9A%89>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C7%94>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gu2>,
        <http://lexvo.org/id/term/yue/%E3%9A%89>,
        "㚉"^^xsd:string ;
    rdfs:comment "(corrupted form) to make a profit on sell and buy; the profit in business, (interchangeable 嬴) a overplus; gain; profit; abundance"@en .

<http://lexvo.org/id/char/368A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/hoi1>,
        <http://lexvo.org/id/term/yue/%E3%9A%8A>,
        "㚊"^^xsd:string ;
    rdfs:comment "much; many; numerous, great; big; vast"@en .

<http://lexvo.org/id/char/368B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/diu1%20niu5%20seoi4%20to5>,
        <http://lexvo.org/id/term/yue/%E3%9A%8B>,
        "㚋"^^xsd:string ;
    rdfs:comment "much; many; numerous, great; big; vast"@en .

<http://lexvo.org/id/char/368C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%9A%8C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%A0%20hu%C7%92>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fo2%20lo2>,
        <http://lexvo.org/id/term/yue/%E3%9A%8C>,
        "㚌"^^xsd:string ;
    rdfs:comment "(same as 夥) a band; a company; a partner; an assistant"@en .

<http://lexvo.org/id/char/368D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%9A%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/gu%C3%B3%20ku%C7%90%20ku%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fai3>,
        <http://lexvo.org/id/term/yue/%E3%9A%8D>,
        "㚍"^^xsd:string ;
    rdfs:comment "much; many; numerous, to get more profit, to estimate more"@en .

<http://lexvo.org/id/char/368E> a lvont:Character ;
    lvont:represents "㚎"^^xsd:string .

<http://lexvo.org/id/char/368F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%9A%8F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C7%8Eo>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gou2%20zyu5>,
        <http://lexvo.org/id/term/yue/%E3%9A%8F>,
        "㚏"^^xsd:string ;
    rdfs:comment "(corrupted form) to scatter; to dispearse, to give the reins to; to allow to run wild; unstable; light; featherbrained"@en .

<http://lexvo.org/id/char/3690> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%9A%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%A0o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tou3%20zou6>,
        <http://lexvo.org/id/term/yue/%E3%9A%90>,
        "㚐"^^xsd:string ;
    rdfs:comment "(same as 套) a case; a wrapper; a covering; a snare, to encase; to slip over"@en .

<http://lexvo.org/id/char/3691> a lvont:Character ;
    lvont:represents "㚑"^^xsd:string .

<http://lexvo.org/id/char/3692> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%9A%92>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C7%8En>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sim2%20sin2>,
        <http://lexvo.org/id/term/yue/%E3%9A%92>,
        "㚒"^^xsd:string ;
    rdfs:comment "concealed the stolen goods in one's dress"@en .

<http://lexvo.org/id/char/3693> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%9A%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%A1i%20l%C7%8Ei>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/loi4%20loi4>,
        <http://lexvo.org/id/term/yue/%E3%9A%93>,
        "㚓"^^xsd:string ;
    rdfs:comment "tie-beams of a small boat"@en .

<http://lexvo.org/id/char/3694> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%9A%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ni%C3%A8>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/nip6>,
        <http://lexvo.org/id/term/yue/%E3%9A%94>,
        "㚔"^^xsd:string ;
    rdfs:comment "instrument of torture used in ancient times, loud, an evil doer all the times, (same as 幸) to rejoice, fortunate; prosperous"@en .

<http://lexvo.org/id/char/3695> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%9A%95>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%BA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/faat1>,
        <http://lexvo.org/id/term/yue/%E3%9A%95>,
        "㚕"^^xsd:string ;
    rdfs:comment "great; big; vast, (same as 弼) to aid; to assist; as in the government, (interchangeable 佛) Buddha"@en .

<http://lexvo.org/id/char/3696> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%9A%96>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C7%8Eo>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gou2>,
        <http://lexvo.org/id/term/yue/%E3%9A%96>,
        "㚖"^^xsd:string ;
    rdfs:comment "(said of truth) to come out to the open; to be known by all, (ancient form 澤) glossy; shining"@en .

<http://lexvo.org/id/char/3697> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%9A%97>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C3%A9%20xi%C3%A9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ce4%20wu1>,
        <http://lexvo.org/id/term/yue/%E3%9A%97>,
        "㚗"^^xsd:string ;
    rdfs:comment "with a big mouth, great; big; vast"@en .

<http://lexvo.org/id/char/3698> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%9A%98>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bun6>,
        <http://lexvo.org/id/term/yue/%E3%9A%98>,
        "㚘"^^xsd:string ;
    rdfs:comment "(interchangeable 伴) a partner; a companion, (same as 赫) bright; luminous, glorious (same as 扶) to support; to prop up; to help"@en .

<http://lexvo.org/id/char/3699> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/gaa1>,
        <http://lexvo.org/id/term/yue/%E3%9A%99>,
        "㚙"^^xsd:string .

<http://lexvo.org/id/char/369A> a lvont:Character ;
    lvont:represents "㚚"^^xsd:string ;
    rdfs:comment "big; great; vast, very, liberal, bark (as a dog)"@en .

<http://lexvo.org/id/char/369B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%9A%9B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C3%AC>,
        "㚛"^^xsd:string ;
    rdfs:comment "corpulent, abundant; flourishing; plenteous"@en .

<http://lexvo.org/id/char/369C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%9A%9C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C3%B9%20y%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wik6>,
        <http://lexvo.org/id/term/yue/%E3%9A%9C>,
        "㚜"^^xsd:string ;
    rdfs:comment "with great power; vigorous; very strong; with great force, (same as 域) a frontier; a boundary; region, great; big; vast"@en .

<http://lexvo.org/id/char/369D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%9A%9D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ku%C3%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fui1%20teoi4%20waai2>,
        <http://lexvo.org/id/term/yue/%E3%9A%9D>,
        "㚝"^^xsd:string ;
    rdfs:comment "(same as 奎) the stride made by a man, name of a star, a kind of tree"@en .

<http://lexvo.org/id/char/369E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%9A%9E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C4%9Bng%20sh%C4%9Bn%20y%C3%ACng%20y%C3%B9n>,
        "㚞"^^xsd:string ;
    rdfs:comment "terror; horror; fear"@en .

<http://lexvo.org/id/char/369F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%9A%9F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/chu%C3%B2>,
        "㚟"^^xsd:string ;
    rdfs:comment "(non-classical form) a kind of animal; with head looks like rabbit and feet deer, small rabbit"@en .

<http://lexvo.org/id/char/36A0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/hiu1>,
        <http://lexvo.org/id/term/yue/%E3%9A%A0>,
        "㚠"^^xsd:string ;
    rdfs:comment "full grown; fat; plump, fertile; rich, big and clumsy"@en .

<http://lexvo.org/id/char/36A1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%9A%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C7%90>,
        "㚡"^^xsd:string ;
    rdfs:comment "standing without a straight back"@en .

<http://lexvo.org/id/char/36A2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%9A%A2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C3%BA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/nou4>,
        <http://lexvo.org/id/term/yue/%E3%9A%A2>,
        "㚢"^^xsd:string ;
    rdfs:comment "(ancient form of 奴) a slave; a servant, term of depreciation, (ancient form of 侮) to insult; to ridicule"@en .

<http://lexvo.org/id/char/36A3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%9A%A3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A1o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gaau2%20haau4>,
        <http://lexvo.org/id/term/yue/%E3%9A%A3>,
        "㚣"^^xsd:string ;
    rdfs:comment "(ancient form of U+59E3 姣 U+5B0C 嬌) handsome; pretty, cunning, meretricious allurements, to insult; to disgrace, licentious; profligate; lewd; (Cant.) amorous, in love with"@en .

<http://lexvo.org/id/char/36A4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%9A%A4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zik6>,
        <http://lexvo.org/id/term/yue/%E3%9A%A4>,
        "㚤"^^xsd:string ;
    rdfs:comment "a lady officer of the monarch's palace in old times"@en .

<http://lexvo.org/id/char/36A5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%9A%A5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%BA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zyu1>,
        <http://lexvo.org/id/term/yue/%E3%9A%A5>,
        "㚥"^^xsd:string ;
    rdfs:comment "to become associated with each other in good manners and politeness"@en .

<http://lexvo.org/id/char/36A6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%9A%A6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gei1>,
        <http://lexvo.org/id/term/yue/%E3%9A%A6>,
        "㚦"^^xsd:string ;
    rdfs:comment "(ancient form of U+59EC 姬) a charming girl, a charming concubine; a monarch's wife"@en .

<http://lexvo.org/id/char/36A7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%9A%A7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%8En>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ngam4%20zim5>,
        <http://lexvo.org/id/term/yue/%E3%9A%A7>,
        "㚧"^^xsd:string ;
    rdfs:comment "(same as 嬐) agil; adroit fast; quick; prompt, neat; tidy; orderly, to raise the head; to look up"@en .

<http://lexvo.org/id/char/36A8> a lvont:Character ;
    lvont:represents "㚨"^^xsd:string ;
    rdfs:comment "used in girl's name"@en .

<http://lexvo.org/id/char/36A9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%9A%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/r%C7%8En>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zim5>,
        <http://lexvo.org/id/term/yue/%E3%9A%A9>,
        "㚩"^^xsd:string ;
    rdfs:comment "with a charming sprightly carriage (said of a woman)"@en .

<http://lexvo.org/id/char/36AA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%9A%AA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A0o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hou3>,
        <http://lexvo.org/id/term/yue/%E3%9A%AA>,
        "㚪"^^xsd:string ;
    rdfs:comment "to make a deceptive show of power, not really strict"@en .

<http://lexvo.org/id/char/36AB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%9A%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%A0%20zh%C3%A0>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/saap3>,
        <http://lexvo.org/id/term/yue/%E3%9A%AB>,
        "㚫"^^xsd:string ;
    rdfs:comment "used in girl's name, a woman's countenance; features"@en .

<http://lexvo.org/id/char/36AC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/gwan1>,
        <http://lexvo.org/id/term/yue/%E3%9A%AC>,
        "㚬"^^xsd:string ;
    rdfs:comment "a lady start to doll up"@en .

<http://lexvo.org/id/char/36AD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%9A%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%B3u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zaau4>,
        <http://lexvo.org/id/term/yue/%E3%9A%AD>,
        "㚭"^^xsd:string ;
    rdfs:comment "used in girl's name"@en .

<http://lexvo.org/id/char/36AE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/daam1>,
        <http://lexvo.org/id/term/yue/%E3%9A%AE>,
        "㚮"^^xsd:string ;
    rdfs:comment "(non-classical form 妉,媅) happy; pleased, to laugh"@en .

<http://lexvo.org/id/char/36AF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%9A%AF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C3%ADn%20x%C3%BAn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cam4>,
        <http://lexvo.org/id/term/yue/%E3%9A%AF>,
        "㚯"^^xsd:string ;
    rdfs:comment "(simplified form) last name"@en .

<http://lexvo.org/id/char/36B0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%9A%B0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C7%90>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/pui1>,
        <http://lexvo.org/id/term/yue/%E3%9A%B0>,
        "㚰"^^xsd:string ;
    rdfs:comment "(same as 胚) an embryo; a foetus a month old"@en .

<http://lexvo.org/id/char/36B1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/zaau1>,
        <http://lexvo.org/id/term/yue/%E3%9A%B1>,
        "㚱"^^xsd:string ;
    rdfs:comment "used in girl's name"@en .

<http://lexvo.org/id/char/36B2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%9A%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/di%C7%8En%20sh%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sim1>,
        <http://lexvo.org/id/term/yue/%E3%9A%B2>,
        "㚲"^^xsd:string ;
    rdfs:comment "small and weak, used in girl's name, a woman's feature; lady's face"@en .

<http://lexvo.org/id/char/36B3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/o1>,
        <http://lexvo.org/id/term/yue/%E3%9A%B3>,
        "㚳"^^xsd:string ;
    rdfs:comment "a lady teacher to teach the proper rules of female behavior in ancient times"@en .

<http://lexvo.org/id/char/36B4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%9A%B4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bou3>,
        <http://lexvo.org/id/term/yue/%E3%9A%B4>,
        "㚴"^^xsd:string ;
    rdfs:comment "a pretty girl; a beauty; a belle, handsome; female beauty"@en .

<http://lexvo.org/id/char/36B5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/dung1>,
        <http://lexvo.org/id/term/yue/%E3%9A%B5>,
        "㚵"^^xsd:string ;
    rdfs:comment "used in girl's name"@en .

<http://lexvo.org/id/char/36B6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%9A%B6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ci5>,
        <http://lexvo.org/id/term/yue/%E3%9A%B6>,
        "㚶"^^xsd:string ;
    rdfs:comment "(same as 姒) wife of one's husband's elder brother; (in ancient China) the elder of twins; a Chinese family name, (same as 姬) a handsome girl; a charming girl; a concubine; a Chinese family name"@en .

<http://lexvo.org/id/char/36B7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C4%9Br%20n%C7%8Ei>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%9A%B7>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/nai5>,
        <http://lexvo.org/id/term/yue/%E3%9A%B7>,
        "㚷"^^xsd:string ;
    rdfs:comment "(same as 嬭) the breasts of a woman; milk; a term of respect for women; grandma, one's elder sister or sisters, used for a girl's name"@en .

<http://lexvo.org/id/char/36B8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/si1>,
        <http://lexvo.org/id/term/yue/%E3%9A%B8>,
        "㚸"^^xsd:string ;
    rdfs:comment "used in girl's name"@en .

<http://lexvo.org/id/char/36B9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%9A%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C7%8Eo>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mau5>,
        <http://lexvo.org/id/term/yue/%E3%9A%B9>,
        "㚹"^^xsd:string ;
    rdfs:comment "(same as 媌) pretty; charming girl, (same as 懰) exquisite; fine"@en .

<http://lexvo.org/id/char/36BA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%9A%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%B9n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zaan6>,
        <http://lexvo.org/id/term/yue/%E3%9A%BA>,
        "㚺"^^xsd:string ;
    rdfs:comment "(non-classical form of 孕) to be pregnant; to conceive"@en .

<http://lexvo.org/id/char/36BB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C4%AB>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gei1>,
        <http://lexvo.org/id/term/yue/%E3%9A%BB>,
        "㚻"^^xsd:string ;
    rdfs:comment "sodomy; to bugger"@en .

<http://lexvo.org/id/char/36BC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/naau2>,
        <http://lexvo.org/id/term/yue/%E3%9A%BC>,
        "㚼"^^xsd:string ;
    rdfs:comment "(non-classical form of 妞) a girl; a little girl"@en .

<http://lexvo.org/id/char/36BD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%9A%BD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C7%8Eo>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/haau2>,
        <http://lexvo.org/id/term/yue/%E3%9A%BD>,
        "㚽"^^xsd:string ;
    rdfs:comment "used in girl's name"@en .

<http://lexvo.org/id/char/36BE> a lvont:Character ;
    lvont:represents "㚾"^^xsd:string ;
    rdfs:comment "to have fun; to sport; to play; to frolic"@en .

<http://lexvo.org/id/char/36BF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%9A%BF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%A1o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/pau4>,
        <http://lexvo.org/id/term/yue/%E3%9A%BF>,
        "㚿"^^xsd:string ;
    rdfs:comment "a goddess's name in legend; the sister and successor of Fu Xi 伏羲, (interchangeable 庖), last name"@en .

<http://lexvo.org/id/char/36C0> a lvont:Character ;
    lvont:represents "㛀"^^xsd:string .

<http://lexvo.org/id/char/36C1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/ping1>,
        <http://lexvo.org/id/term/yue/%E3%9B%81>,
        "㛁"^^xsd:string ;
    rdfs:comment "quick; urgent; anxious, loyal sincere and respectful"@en .

<http://lexvo.org/id/char/36C2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%9B%82>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/nu%C7%92>,
        "㛂"^^xsd:string ;
    rdfs:comment "weak and small"@en .

<http://lexvo.org/id/char/36C3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%9B%83>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%A9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/git3>,
        <http://lexvo.org/id/term/yue/%E3%9B%83>,
        "㛃"^^xsd:string ;
    rdfs:comment "clean; pure; clear, usually used for names"@en .

<http://lexvo.org/id/char/36C4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/zi1>,
        <http://lexvo.org/id/term/yue/%E3%9B%84>,
        "㛄"^^xsd:string ;
    rdfs:comment "used in girl's name"@en .

<http://lexvo.org/id/char/36C5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C3%A8r>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%9B%85>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/nei6>,
        <http://lexvo.org/id/term/yue/%E3%9B%85>,
        "㛅"^^xsd:string ;
    rdfs:comment "used in girl's name"@en .

<http://lexvo.org/id/char/36C6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%9B%86>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/du%C7%92>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/do2>,
        <http://lexvo.org/id/term/yue/%E3%9B%86>,
        "㛆"^^xsd:string ;
    rdfs:comment "to speculate; to conjecture; to assume; to make an intelligent guess; to fathom, (of a woman) beautiful, used in girl's name"@en .

<http://lexvo.org/id/char/36C7> a lvont:Character ;
    lvont:represents "㛇"^^xsd:string .

<http://lexvo.org/id/char/36C8> a lvont:Character ;
    lvont:represents "㛈"^^xsd:string .

<http://lexvo.org/id/char/36C9> a lvont:Character ;
    lvont:represents "㛉"^^xsd:string .

<http://lexvo.org/id/char/36CA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%9B%8A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/du%C7%92>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/do2>,
        <http://lexvo.org/id/term/yue/%E3%9B%8A>,
        "㛊"^^xsd:string ;
    rdfs:comment "to speculate; to conjecture; to assume; to make an intelligent guess; to fathom, (of a woman) beautiful, used in girl's name"@en .

<http://lexvo.org/id/char/36CB> a lvont:Character ;
    lvont:represents "㛋"^^xsd:string .

<http://lexvo.org/id/char/36CC> a lvont:Character ;
    lvont:represents "㛌"^^xsd:string .

<http://lexvo.org/id/char/36CD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%9B%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C3%A8>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hap6>,
        <http://lexvo.org/id/term/yue/%E3%9B%8D>,
        "㛍"^^xsd:string ;
    rdfs:comment "to have one's ambition fulfilled; to be successful in one's career; (same as 愜) pleasing; satisfying; to gratify or be gratified, undignified; improper"@en .

<http://lexvo.org/id/char/36CE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/leoi5>,
        <http://lexvo.org/id/term/yue/%E3%9B%8E>,
        "㛎"^^xsd:string ;
    rdfs:comment "an ugly woman"@en .

<http://lexvo.org/id/char/36CF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C3%B2u%20qi%C3%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%9B%8F>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kau4>,
        <http://lexvo.org/id/term/yue/%E3%9B%8F>,
        "㛏"^^xsd:string ;
    rdfs:comment "used in girl's name"@en .

<http://lexvo.org/id/char/36D0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%9B%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C7%92u%20xu%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sou2>,
        <http://lexvo.org/id/term/yue/%E3%9B%90>,
        "㛐"^^xsd:string ;
    rdfs:comment "(non-classical form of 嫂) wife of one's elder's brother"@en .

<http://lexvo.org/id/char/36D1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%9B%91>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/caan3>,
        <http://lexvo.org/id/term/yue/%E3%9B%91>,
        "㛑"^^xsd:string ;
    rdfs:comment "three women, beautiful things"@en .

<http://lexvo.org/id/char/36D2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%9B%92>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%B2u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/daau2%20daau6%20zaau6>,
        <http://lexvo.org/id/term/yue/%E3%9B%92>,
        "㛒"^^xsd:string ;
    rdfs:comment "can not speak"@en .

<http://lexvo.org/id/char/36D3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/ci1%20dou1%20hei1>,
        <http://lexvo.org/id/term/yue/%E3%9B%93>,
        "㛓"^^xsd:string ;
    rdfs:comment "used in girl's name"@en .

<http://lexvo.org/id/char/36D4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%9B%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%A9ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fung1>,
        <http://lexvo.org/id/term/yue/%E3%9B%94>,
        "㛔"^^xsd:string ;
    rdfs:comment "(same as 妦) exquisite; fine; (said of a woman's figure) very full and voluptuous; buxom, used in girl's name"@en .

<http://lexvo.org/id/char/36D5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%9B%95>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zaap1>,
        <http://lexvo.org/id/term/yue/%E3%9B%95>,
        "㛕"^^xsd:string ;
    rdfs:comment "womanly, (same as 姶 ancient form) exquisite; fine, used in girl's name, clever; bright; nimble, cute; lovable"@en .

<http://lexvo.org/id/char/36D6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/so1%20zo6>,
        <http://lexvo.org/id/term/yue/%E3%9B%96>,
        "㛖"^^xsd:string ;
    rdfs:comment "used in girl's name"@en .

<http://lexvo.org/id/char/36D7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%9B%97>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zu%C3%B2>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/so1>,
        <http://lexvo.org/id/term/yue/%E3%9B%97>,
        "㛗"^^xsd:string ;
    rdfs:comment "frivolous; flippant; disrespectful; irreverent; to insult, young, used in girl's name"@en .

<http://lexvo.org/id/char/36D8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%9B%98>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%B2>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/but6>,
        <http://lexvo.org/id/term/yue/%E3%9B%98>,
        "㛘"^^xsd:string ;
    rdfs:comment "used in girl's name, a fat woman"@en .

<http://lexvo.org/id/char/36D9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%9B%99>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C3%A8%20q%C3%ADn%20sh%C4%9Bn%20sh%C3%A8n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/san1>,
        <http://lexvo.org/id/term/yue/%E3%9B%99>,
        "㛙"^^xsd:string ;
    rdfs:comment "used in girl's name, (same as 妾) a concubine, (in old China) a polite term used by a woman to refer to herself when speaking to her husband"@en .

<http://lexvo.org/id/char/36DA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%9B%9A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C7%92ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tung2>,
        <http://lexvo.org/id/term/yue/%E3%9B%9A>,
        "㛚"^^xsd:string ;
    rdfs:comment "equal; uniform, used in girl's name"@en .

<http://lexvo.org/id/char/36DB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%9B%9B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C3%ACn%20zh%C3%A8n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/saan1%20zaan3>,
        <http://lexvo.org/id/term/yue/%E3%9B%9B>,
        "㛛"^^xsd:string ;
    rdfs:comment "(same as U+5A20 娠) pregnant, to let develop; to nourish; to foster; to nurture, slave girls"@en .

<http://lexvo.org/id/char/36DC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%9B%9C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%B3u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zaau4>,
        <http://lexvo.org/id/term/yue/%E3%9B%9C>,
        "㛜"^^xsd:string ;
    rdfs:comment "used in girl's name"@en .

<http://lexvo.org/id/char/36DD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%9B%9D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%A8i%20b%C3%A8ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bui3>,
        <http://lexvo.org/id/term/yue/%E3%9B%9D>,
        "㛝"^^xsd:string ;
    rdfs:comment "used in girl's name"@en .

<http://lexvo.org/id/char/36DE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%9B%9E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%B2ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lung6>,
        <http://lexvo.org/id/term/yue/%E3%9B%9E>,
        "㛞"^^xsd:string ;
    rdfs:comment "used in girl's name"@en .

<http://lexvo.org/id/char/36DF> a lvont:Character ;
    lvont:represents "㛟"^^xsd:string .

<http://lexvo.org/id/char/36E0> a lvont:Character ;
    lvont:represents "㛠"^^xsd:string .

<http://lexvo.org/id/char/36E1> a lvont:Character ;
    lvont:represents "㛡"^^xsd:string .

<http://lexvo.org/id/char/36E2> a lvont:Character ;
    lvont:represents "㛢"^^xsd:string .

<http://lexvo.org/id/char/36E3> a lvont:Character ;
    lvont:represents "㛣"^^xsd:string .

<http://lexvo.org/id/char/36E4> a lvont:Character ;
    lvont:represents "㛤"^^xsd:string .

<http://lexvo.org/id/char/36E5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%9B%A5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%A0>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dap6>,
        <http://lexvo.org/id/term/yue/%E3%9B%A5>,
        "㛥"^^xsd:string ;
    rdfs:comment "to prostrate; to make obeisance, to concede or submit willingly"@en .

<http://lexvo.org/id/char/36E6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%9B%A6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C7%8En>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lam5>,
        <http://lexvo.org/id/term/yue/%E3%9B%A6>,
        "㛦"^^xsd:string ;
    rdfs:comment "good; nice; fine; excellent"@en .

<http://lexvo.org/id/char/36E7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%9B%A7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C7%8En>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mun5>,
        <http://lexvo.org/id/term/yue/%E3%9B%A7>,
        "㛧"^^xsd:string ;
    rdfs:comment "name of a county in today's Shanxi province"@en .

<http://lexvo.org/id/char/36E8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%9B%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C7%8Eng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/goeng2>,
        <http://lexvo.org/id/term/yue/%E3%9B%A8>,
        "㛨"^^xsd:string ;
    rdfs:comment "(corrupted form) chaos; anarchy; distractions; confusion"@en .

<http://lexvo.org/id/char/36E9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%9B%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%B3u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zuk6>,
        <http://lexvo.org/id/term/yue/%E3%9B%A9>,
        "㛩"^^xsd:string ;
    rdfs:comment "(same as 妯) sisters-in-law (a reference among wives of brothers)"@en .

<http://lexvo.org/id/char/36EA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%9B%AA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A0n%20yu%C3%A1n>,
        <http://lexvo.org/id/term/vie/em>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/aam1%20gim1%20him1%20zim1>,
        <http://lexvo.org/id/term/yue/%E3%9B%AA>,
        "㛪"^^xsd:string ;
    rdfs:comment "to slander; to libel, a maidservant, used in girl's name, womanly"@en .

<http://lexvo.org/id/char/36EB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/sek3>,
        <http://lexvo.org/id/term/yue/%E3%9B%AB>,
        "㛫"^^xsd:string ;
    rdfs:comment "used in girl's name"@en .

<http://lexvo.org/id/char/36EC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%9B%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/luk6>,
        <http://lexvo.org/id/term/yue/%E3%9B%AC>,
        "㛬"^^xsd:string ;
    rdfs:comment "used in girl's name"@en .

<http://lexvo.org/id/char/36ED> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/sik1%20sim3>,
        <http://lexvo.org/id/term/yue/%E3%9B%AD>,
        "㛭"^^xsd:string ;
    rdfs:comment "used in girl's name"@en .

<http://lexvo.org/id/char/36EE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%9B%AE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C7%8Eo>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sou2>,
        <http://lexvo.org/id/term/yue/%E3%9B%AE>,
        "㛮"^^xsd:string ;
    rdfs:comment "(same as 嫂) wife of one's elder brother"@en .

<http://lexvo.org/id/char/36EF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%9B%AF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/mi%C7%8En>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/min5>,
        <http://lexvo.org/id/term/yue/%E3%9B%AF>,
        "㛯"^^xsd:string ;
    rdfs:comment "(same as 嬔) to soar; to fly; to roam (same as 娩) complaisant; agreeable, a pair; a couple; persons or things that come in pairs"@en .

<http://lexvo.org/id/char/36F0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/fan1>,
        <http://lexvo.org/id/term/yue/%E3%9B%B0>,
        "㛰"^^xsd:string ;
    rdfs:comment "(same as 婚) to marry a wife; a bride-groom"@en .

<http://lexvo.org/id/char/36F1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%9B%B1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ru%C3%AC%20w%C4%9Bi>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wui2>,
        <http://lexvo.org/id/term/yue/%E3%9B%B1>,
        "㛱"^^xsd:string ;
    rdfs:comment "exquisite; fine, used in girl's name"@en .

<http://lexvo.org/id/char/36F2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%9B%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%A0>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/faat3>,
        <http://lexvo.org/id/term/yue/%E3%9B%B2>,
        "㛲"^^xsd:string ;
    rdfs:comment "(same as 髮) the hair on the human head, hairbreadth; hair's-breadth"@en .

<http://lexvo.org/id/char/36F3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%9B%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%A0%20y%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zaai6%20zaam3>,
        <http://lexvo.org/id/term/yue/%E3%9B%B3>,
        "㛳"^^xsd:string ;
    rdfs:comment "an abnomal unborn baby"@en .

<http://lexvo.org/id/char/36F4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%9B%B4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C7%8Eo>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/nou5%20zyun5>,
        <http://lexvo.org/id/term/yue/%E3%9B%B4>,
        "㛴"^^xsd:string ;
    rdfs:comment "(same as 惱) to anger to annoy; to irritate"@en .

<http://lexvo.org/id/char/36F5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/cing1>,
        <http://lexvo.org/id/term/yue/%E3%9B%B5>,
        "㛵"^^xsd:string ;
    rdfs:comment "used in girl's name"@en .

<http://lexvo.org/id/char/36F6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%9B%B6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%B3u%20t%C3%A1n%20t%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/taan3>,
        <http://lexvo.org/id/term/yue/%E3%9B%B6>,
        "㛶"^^xsd:string ;
    rdfs:comment "do not care about appearance and deportment"@en .

<http://lexvo.org/id/char/36F7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/gai1>,
        <http://lexvo.org/id/term/yue/%E3%9B%B7>,
        "㛷"^^xsd:string ;
    rdfs:comment "used in girl's name"@en .

<http://lexvo.org/id/char/36F8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%9B%B8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/syu6>,
        <http://lexvo.org/id/term/yue/%E3%9B%B8>,
        "㛸"^^xsd:string ;
    rdfs:comment "(corrupted form) used in girl's name"@en .

<http://lexvo.org/id/char/36F9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%9B%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/pi%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/pin4>,
        <http://lexvo.org/id/term/yue/%E3%9B%B9>,
        "㛹"^^xsd:string ;
    rdfs:comment "pretty; exquisite; fine"@en .

<http://lexvo.org/id/char/36FA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/aam1>,
        <http://lexvo.org/id/term/yue/%E3%9B%BA>,
        "㛺"^^xsd:string ;
    rdfs:comment "not clean; impure"@en .

<http://lexvo.org/id/char/36FB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%9B%BB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ku%C7%90>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kwaai2>,
        <http://lexvo.org/id/term/yue/%E3%9B%BB>,
        "㛻"^^xsd:string ;
    rdfs:comment "womanly; feminine"@en .

<http://lexvo.org/id/char/36FC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%9B%BC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%A0>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cap3%20coi3>,
        <http://lexvo.org/id/term/yue/%E3%9B%BC>,
        "㛼"^^xsd:string ;
    rdfs:comment "to interrupt; to put in a word, lacking in courage; cowardly, nervous; socially timid, womanly; feminine"@en .

<http://lexvo.org/id/char/36FD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/saan1>,
        <http://lexvo.org/id/term/yue/%E3%9B%BD>,
        "㛽"^^xsd:string ;
    rdfs:comment "(ancient form of 璈) to walk slowly like a woman, to ridicule; to laugh at"@en .

<http://lexvo.org/id/char/36FE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%9B%BE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/haam4>,
        <http://lexvo.org/id/term/yue/%E3%9B%BE>,
        "㛾"^^xsd:string ;
    rdfs:comment "(said of a woman) not clean; impure"@en .

<http://lexvo.org/id/char/36FF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%9B%BF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zaai6%20zat3>,
        <http://lexvo.org/id/term/yue/%E3%9B%BF>,
        "㛿"^^xsd:string ;
    rdfs:comment "cunning; wicked, spoiled; coddled"@en .

<http://lexvo.org/id/char/3700> a lvont:Character ;
    lvont:represents "㜀"^^xsd:string .

<http://lexvo.org/id/char/3701> a lvont:Character ;
    lvont:represents "㜁"^^xsd:string .

<http://lexvo.org/id/char/3702> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/fung1>,
        <http://lexvo.org/id/term/yue/%E3%9C%82>,
        "㜂"^^xsd:string ;
    rdfs:comment "used in girl's name"@en .

<http://lexvo.org/id/char/3703> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%9C%83>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C3%A0n%20li%C3%A1o%20m%C3%A1ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lyun2%20lyut6>,
        <http://lexvo.org/id/term/yue/%E3%9C%83>,
        "㜃"^^xsd:string ;
    rdfs:comment "from; by; whence, to undertake; to manage, to follow"@en .

<http://lexvo.org/id/char/3704> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%9C%84>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C3%BAn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/caam4%20caan2%20saan6%20zaan2>,
        <http://lexvo.org/id/term/yue/%E3%9C%84>,
        "㜄"^^xsd:string ;
    rdfs:comment "last name (refer to 千家姓)"@en .

<http://lexvo.org/id/char/3705> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%9C%85>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cuk1>,
        <http://lexvo.org/id/term/yue/%E3%9C%85>,
        "㜅"^^xsd:string ;
    rdfs:comment "to fawn on; to flatter, to love, attractive, jealous; envy; jealousy"@en .

<http://lexvo.org/id/char/3706> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%9C%86>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/maai4>,
        <http://lexvo.org/id/term/yue/%E3%9C%86>,
        "㜆"^^xsd:string ;
    rdfs:comment "commonly known as mother in Wu"@en .

<http://lexvo.org/id/char/3707> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%9C%87>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%AC%20y%C3%A8>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/waai6>,
        <http://lexvo.org/id/term/yue/%E3%9C%87>,
        "㜇"^^xsd:string ;
    rdfs:comment "unhappy, girlish"@en .

<http://lexvo.org/id/char/3708> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%9C%88>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/muk6>,
        <http://lexvo.org/id/term/yue/%E3%9C%88>,
        "㜈"^^xsd:string ;
    rdfs:comment "a beaugiful face (of a woman); pretty"@en .

<http://lexvo.org/id/char/3709> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/zung1%20zung2>,
        <http://lexvo.org/id/term/yue/%E3%9C%89>,
        "㜉"^^xsd:string ;
    rdfs:comment "womanly, used in girl's name"@en .

<http://lexvo.org/id/char/370A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%9C%8A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%A0ng%20zh%C7%8En>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/nan5%20zin2>,
        <http://lexvo.org/id/term/yue/%E3%9C%8A>,
        "㜊"^^xsd:string ;
    rdfs:comment "exquisite; fine"@en .

<http://lexvo.org/id/char/370B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%9C%8B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zi4%20zik1>,
        <http://lexvo.org/id/term/yue/%E3%9C%8B>,
        "㜋"^^xsd:string ;
    rdfs:comment "used in girl's name"@en .

<http://lexvo.org/id/char/370C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%9C%8C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C3%B2u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gaau3>,
        <http://lexvo.org/id/term/yue/%E3%9C%8C>,
        "㜌"^^xsd:string ;
    rdfs:comment "a different name for breasts, to breast-feed; to feed a baby with milk, stingy; niggardly; miserly"@en .

<http://lexvo.org/id/char/370D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%9C%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%A1ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tong4>,
        <http://lexvo.org/id/term/yue/%E3%9C%8D>,
        "㜍"^^xsd:string ;
    rdfs:comment "used in girl's name"@en .

<http://lexvo.org/id/char/370E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%9C%8E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C3%AD%20x%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/haai4%20haai6>,
        <http://lexvo.org/id/term/yue/%E3%9C%8E>,
        "㜎"^^xsd:string ;
    rdfs:comment "slave girls, lacking in courage; nervous, a jealous woman"@en .

<http://lexvo.org/id/char/370F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%9C%8F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%BAn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wan4>,
        <http://lexvo.org/id/term/yue/%E3%9C%8F>,
        "㜏"^^xsd:string ;
    rdfs:comment "(the large seal type 妘) last name, used in girl's name"@en .

<http://lexvo.org/id/char/3710> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%9C%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/syu6>,
        <http://lexvo.org/id/term/yue/%E3%9C%90>,
        "㜐"^^xsd:string ;
    rdfs:comment "used in girl's name"@en .

<http://lexvo.org/id/char/3711> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%9C%91>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%BA%20p%C3%B3>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/pak3%20po4>,
        <http://lexvo.org/id/term/yue/%E3%9C%91>,
        "㜑"^^xsd:string ;
    rdfs:comment "(same as 婆) an older woman, mother of one's husband, one's grandmother"@en .

<http://lexvo.org/id/char/3712> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%9C%92>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ngaai6%20zi5>,
        <http://lexvo.org/id/term/yue/%E3%9C%92>,
        "㜒"^^xsd:string ;
    rdfs:comment "maternal grandmother, a midwife, an old woman"@en .

<http://lexvo.org/id/char/3713> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%9C%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%A1>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/daap3>,
        <http://lexvo.org/id/term/yue/%E3%9C%93>,
        "㜓"^^xsd:string ;
    rdfs:comment "womanly"@en .

<http://lexvo.org/id/char/3714> a lvont:Character ;
    lvont:represents "㜔"^^xsd:string .

<http://lexvo.org/id/char/3715> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%9C%95>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lin4>,
        <http://lexvo.org/id/term/yue/%E3%9C%95>,
        "㜕"^^xsd:string ;
    rdfs:comment "(same as 連) relatives through marriage"@en .

<http://lexvo.org/id/char/3716> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%9C%96>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C3%A1o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cou4>,
        <http://lexvo.org/id/term/yue/%E3%9C%96>,
        "㜖"^^xsd:string ;
    rdfs:comment "exquisite; fine"@en .

<http://lexvo.org/id/char/3717> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%9C%97>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C7%8En%20ch%C3%BA%20xu%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cam2>,
        <http://lexvo.org/id/term/yue/%E3%9C%97>,
        "㜗"^^xsd:string ;
    rdfs:comment "covetousness; greed; cupidity; avarice, licentious; obscene; to seduce"@en .

<http://lexvo.org/id/char/3718> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%9C%98>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/geoi6>,
        <http://lexvo.org/id/term/yue/%E3%9C%98>,
        "㜘"^^xsd:string ;
    rdfs:comment "delicated; lovely; beautiful, spoiled, jealous; to envy; jealousy, used in girl's name"@en .

<http://lexvo.org/id/char/3719> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%9C%99>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/luk6>,
        <http://lexvo.org/id/term/yue/%E3%9C%99>,
        "㜙"^^xsd:string ;
    rdfs:comment "used in girl's name"@en .

<http://lexvo.org/id/char/371A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%9C%9A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/suk1>,
        <http://lexvo.org/id/term/yue/%E3%9C%9A>,
        "㜚"^^xsd:string ;
    rdfs:comment "a local government post in ancient times"@en .

<http://lexvo.org/id/char/371B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%9C%9B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C3%A8n%20ru%C7%8En>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zyun5>,
        <http://lexvo.org/id/term/yue/%E3%9C%9B>,
        "㜛"^^xsd:string ;
    rdfs:comment "(non-classical form of 媆) soft; gentle, attractive (same as 嫩) soft and tender, delicate, weak"@en .

<http://lexvo.org/id/char/371C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C3%A0o>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%9C%9C>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ngou6>,
        <http://lexvo.org/id/term/yue/%E3%9C%9C>,
        "㜜"^^xsd:string ;
    rdfs:comment "(ancient form form of 傲) proud; haughty; overbearing rude"@en .

<http://lexvo.org/id/char/371D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C7%8En%20%C3%A0n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%9C%9D>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/an2>,
        <http://lexvo.org/id/term/yue/%E3%9C%9D>,
        "㜝"^^xsd:string ;
    rdfs:comment "to cherish anger, hard to understand, pretty, dignified; solemn, to make sheep eyes or passes; to converse with eyes"@en .

<http://lexvo.org/id/char/371E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%9C%9E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cam4%20cim3>,
        <http://lexvo.org/id/term/yue/%E3%9C%9E>,
        "㜞"^^xsd:string ;
    rdfs:comment "beautiful; pretty, used in girl's name"@en .

<http://lexvo.org/id/char/371F> a lvont:Character ;
    lvont:represents "㜟"^^xsd:string .

<http://lexvo.org/id/char/3720> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/ceoi1%20cyun2>,
        <http://lexvo.org/id/term/yue/%E3%9C%A0>,
        "㜠"^^xsd:string ;
    rdfs:comment "used in girl's name"@en .

<http://lexvo.org/id/char/3721> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/sung1>,
        <http://lexvo.org/id/term/yue/%E3%9C%A1>,
        "㜡"^^xsd:string ;
    rdfs:comment "used in girl's name"@en .

<http://lexvo.org/id/char/3722> a lvont:Character ;
    lvont:represents "㜢"^^xsd:string ;
    rdfs:comment "a bad term by which one addresses a woman"@en .

<http://lexvo.org/id/char/3723> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%9C%A3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/r%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zin4>,
        <http://lexvo.org/id/term/yue/%E3%9C%A3>,
        "㜣"^^xsd:string ;
    rdfs:comment "a last name, carriage; deportment; bearing; poise (of a woman)"@en .

<http://lexvo.org/id/char/3724> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%9C%A4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C4%9Bn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/saam2>,
        <http://lexvo.org/id/term/yue/%E3%9C%A4>,
        "㜤"^^xsd:string ;
    rdfs:comment "fooling around, weak, (said of a woman's figure) slender; thin and long, used in girl's name"@en .

<http://lexvo.org/id/char/3725> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%9C%A5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A1i%20m%C3%B3>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/maai4>,
        <http://lexvo.org/id/term/yue/%E3%9C%A5>,
        "㜥"^^xsd:string ;
    rdfs:comment "crafty; artiful"@en .

<http://lexvo.org/id/char/3726> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%9C%A6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A0n%20ni%C3%A8%20s%C3%AC%20xi%C3%A9%20x%C3%ADn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cam4>,
        <http://lexvo.org/id/term/yue/%E3%9C%A6>,
        "㜦"^^xsd:string ;
    rdfs:comment "used in girl's name"@en .

<http://lexvo.org/id/char/3727> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%9C%A7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/yu%C3%A8>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kyut3%20waat1>,
        <http://lexvo.org/id/term/yue/%E3%9C%A7>,
        "㜧"^^xsd:string ;
    rdfs:comment "plump, womanly"@en .

<http://lexvo.org/id/char/3728> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C3%A9r%20n%C3%A1i>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%9C%A8>,
        "㜨"^^xsd:string ;
    rdfs:comment "beautiful; pretty"@en .

<http://lexvo.org/id/char/3729> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C3%A0o%20bi%C3%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%9C%A9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ou3>,
        <http://lexvo.org/id/term/yue/%E3%9C%A9>,
        "㜩"^^xsd:string ;
    rdfs:comment "jealous; to envy; jealously"@en .

<http://lexvo.org/id/char/372A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%9C%AA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C7%8En>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/saan1%20sin2>,
        <http://lexvo.org/id/term/yue/%E3%9C%AA>,
        "㜪"^^xsd:string ;
    rdfs:comment "(same as 嫀) name of a family or a clan, name of country (in ancient times)"@en .

<http://lexvo.org/id/char/372B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%9C%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A0%20m%C3%A9i%20m%C4%9Bi>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mei5>,
        <http://lexvo.org/id/term/yue/%E3%9C%AB>,
        "㜫"^^xsd:string ;
    rdfs:comment "(same as 媄) pretty; beautiful"@en .

<http://lexvo.org/id/char/372C> a lvont:Character ;
    lvont:represents "㜬"^^xsd:string .

<http://lexvo.org/id/char/372D> a lvont:Character ;
    lvont:represents "㜭"^^xsd:string .

<http://lexvo.org/id/char/372E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%9C%AE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/laam6>,
        <http://lexvo.org/id/term/yue/%E3%9C%AE>,
        "㜮"^^xsd:string ;
    rdfs:comment "to go beyond normal limit; excessive; out of control, to covet; greedy, to be impolite, used in girl's name"@en .

<http://lexvo.org/id/char/372F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/hei1>,
        <http://lexvo.org/id/term/yue/%E3%9C%AF>,
        "㜯"^^xsd:string ;
    rdfs:comment "a word to designate woman, a word of revile used to call a woman"@en .

<http://lexvo.org/id/char/3730> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%9C%B0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/yu%C3%A8>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zoek6>,
        <http://lexvo.org/id/term/yue/%E3%9C%B0>,
        "㜰"^^xsd:string ;
    rdfs:comment "exquisite; fine"@en .

<http://lexvo.org/id/char/3731> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%9C%B1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%B2ng%20zh%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zat1>,
        <http://lexvo.org/id/term/yue/%E3%9C%B1>,
        "㜱"^^xsd:string ;
    rdfs:comment "used in girl's name, soft and tender"@en .

<http://lexvo.org/id/char/3732> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%9C%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C4%9Bng%20y%C3%ADng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zing4>,
        <http://lexvo.org/id/term/yue/%E3%9C%B2>,
        "㜲"^^xsd:string ;
    rdfs:comment "(non-classical form of 嬴) to have surplus; full; an overplus, to open out; to produce, a family name"@en .

<http://lexvo.org/id/char/3733> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%9C%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%A1i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gwaai1%20wai4>,
        <http://lexvo.org/id/term/yue/%E3%9C%B3>,
        "㜳"^^xsd:string ;
    rdfs:comment "peaceful; joyful"@en .

<http://lexvo.org/id/char/3734> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%9C%B4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A8ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mung6>,
        <http://lexvo.org/id/term/yue/%E3%9C%B4>,
        "㜴"^^xsd:string ;
    rdfs:comment "(non-classical from of 瞢) dark and obscure, obscure; not bright, used in girl's name, good; fine"@en .

<http://lexvo.org/id/char/3735> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%9C%B5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ni%C7%8Eo>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/niu5>,
        <http://lexvo.org/id/term/yue/%E3%9C%B5>,
        "㜵"^^xsd:string ;
    rdfs:comment "(said of a woman) with a charming sprightly carriage; slim; delicate and beautiful"@en .

<http://lexvo.org/id/char/3736> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%9C%B6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C7%8En>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/man5%20man6>,
        <http://lexvo.org/id/term/yue/%E3%9C%B6>,
        "㜶"^^xsd:string ;
    rdfs:comment "a (married) couple"@en .

<http://lexvo.org/id/char/3737> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%9C%B7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%AD%20n%C7%8Ei%20xi%C7%8En>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/laau4%20nai5>,
        <http://lexvo.org/id/term/yue/%E3%9C%B7>,
        "㜷"^^xsd:string ;
    rdfs:comment "milk, the breasts of a woman, to suckle, word of respect for women, (for Qi's people) mother, used in girl's name"@en .

<http://lexvo.org/id/char/3738> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%9C%B8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ni%C3%A8>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zip6%20zit6%20zyu1>,
        <http://lexvo.org/id/term/yue/%E3%9C%B8>,
        "㜸"^^xsd:string ;
    rdfs:comment "(non-classical form of 孽) sin; evil; retribution, the son of a concubine"@en .

<http://lexvo.org/id/char/3739> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%9C%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C3%BA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/keoi4>,
        <http://lexvo.org/id/term/yue/%E3%9C%B9>,
        "㜹"^^xsd:string ;
    rdfs:comment "name of a folk song in ancient times, used in girl's name"@en .

<http://lexvo.org/id/char/373A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%9C%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zaan2>,
        <http://lexvo.org/id/term/yue/%E3%9C%BA>,
        "㜺"^^xsd:string ;
    rdfs:comment "white color; no respect; imprudent; (Cant.) interesting, good"@en .

<http://lexvo.org/id/char/373B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%9C%BB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lyun2>,
        <http://lexvo.org/id/term/yue/%E3%9C%BB>,
        "㜻"^^xsd:string ;
    rdfs:comment "(non-classical form of 孌) (interchangeable 戀) to admire; to remember (old days, etc.), exquisite; fine, to obey; obedient; to comply, (same as 奱) to bind; binding, used in girl's name"@en .

<http://lexvo.org/id/char/373C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%9C%BC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%AD%20zh%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dip6%20zaat6%20zit1>,
        <http://lexvo.org/id/term/yue/%E3%9C%BC>,
        "㜼"^^xsd:string ;
    rdfs:comment "(same as 姪) children of one's brother -- nephews or nieces, I; me (when speaking to a family friend of father's generation)"@en .

<http://lexvo.org/id/char/373D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%9C%BD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C7%90>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/daai2%20zi2>,
        <http://lexvo.org/id/term/yue/%E3%9C%BD>,
        "㜽"^^xsd:string ;
    rdfs:comment "(ancient form of 子) child, seed, 1st terrestrial branch"@en .

<http://lexvo.org/id/char/373E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%9C%BE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A1i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/haai4>,
        <http://lexvo.org/id/term/yue/%E3%9C%BE>,
        "㜾"^^xsd:string ;
    rdfs:comment "(same as 孩) a child; an infant, young; small"@en .

<http://lexvo.org/id/char/373F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%9C%BF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zeoi6%20zok6>,
        <http://lexvo.org/id/term/yue/%E3%9C%BF>,
        "㜿"^^xsd:string ;
    rdfs:comment "name of a fish in legend, spawn, or roe"@en .

<http://lexvo.org/id/char/3740> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%9D%80>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A0o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hou3>,
        <http://lexvo.org/id/term/yue/%E3%9D%80>,
        "㝀"^^xsd:string ;
    rdfs:comment "(same as 好) to like; to love; to be fond of"@en .

<http://lexvo.org/id/char/3741> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%9D%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C3%BAn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/king4>,
        <http://lexvo.org/id/term/yue/%E3%9D%81>,
        "㝁"^^xsd:string ;
    rdfs:comment "(same as 嬛) lonely; solitary, exquisite; fine, to worship with reverence"@en .

<http://lexvo.org/id/char/3742> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%9D%82>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/caam4%20dap3%20gei1%20zaai3%20zit3>,
        <http://lexvo.org/id/term/yue/%E3%9D%82>,
        "㝂"^^xsd:string ;
    rdfs:comment "locust, larva of Chilo simplex; a kind of moth"@en .

<http://lexvo.org/id/char/3743> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%9D%83>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%A0n%20mi%C7%8En%20w%C7%8En>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/mi%C7%8En>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hei1%20min5>,
        <http://lexvo.org/id/term/yue/%E3%9D%83>,
        "㝃"^^xsd:string ;
    rdfs:comment "(same as U+5A29 娩) to bear a son; to give birth"@en .

<http://lexvo.org/id/char/3744> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%9D%84>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%BAn%20q%C3%AC%20r%C3%B9n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/seon4%20zeot1>,
        <http://lexvo.org/id/term/yue/%E3%9D%84>,
        "㝄"^^xsd:string ;
    rdfs:comment "(ancient form of 純) pure, sincere; honest; faithoful"@en .

<http://lexvo.org/id/char/3745> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%9D%85>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C3%B2u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gaau3%20zyu5>,
        <http://lexvo.org/id/term/yue/%E3%9D%85>,
        "㝅"^^xsd:string ;
    rdfs:comment "to give suck to, infant; baby, igorant; stupid, prudent; cautious"@en .

<http://lexvo.org/id/char/3746> a lvont:Character ;
    lvont:represents "㝆"^^xsd:string .

<http://lexvo.org/id/char/3747> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%9D%87>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%BAn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/seon4>,
        <http://lexvo.org/id/term/yue/%E3%9D%87>,
        "㝇"^^xsd:string ;
    rdfs:comment "(same as 鶉) quail"@en .

<http://lexvo.org/id/char/3748> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%9D%88>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/lu%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lyun4>,
        <http://lexvo.org/id/term/yue/%E3%9D%88>,
        "㝈"^^xsd:string ;
    rdfs:comment "(same as 孿) twin"@en .

<http://lexvo.org/id/char/3749> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%9D%89>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cyu5>,
        <http://lexvo.org/id/term/yue/%E3%9D%89>,
        "㝉"^^xsd:string ;
    rdfs:comment "(same as 宁) space between the throne and the retiring room behind it, to store up; to save up, peaceful, used as a term of comparison"@en .

<http://lexvo.org/id/char/374A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%9D%8A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C7%92u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sau2>,
        <http://lexvo.org/id/term/yue/%E3%9D%8A>,
        "㝊"^^xsd:string ;
    rdfs:comment "(same as 守) to guide; to watch, to wait, to keep"@en .

<http://lexvo.org/id/char/374B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%9D%8B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C3%A1o%20li%C7%8Eo%20li%C3%BA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/liu5>,
        <http://lexvo.org/id/term/yue/%E3%9D%8B>,
        "㝋"^^xsd:string .

<http://lexvo.org/id/char/374C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%9D%8C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%A9%20ji%C3%B9%20zh%C3%B2u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gau3>,
        <http://lexvo.org/id/term/yue/%E3%9D%8C>,
        "㝌"^^xsd:string ;
    rdfs:comment "(same as 疚) prolonged illness, mental discomfort, to stay in one place for a long period"@en .

<http://lexvo.org/id/char/374D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%9D%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C4%9B>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/se2>,
        <http://lexvo.org/id/term/yue/%E3%9D%8D>,
        "㝍"^^xsd:string ;
    rdfs:comment "(simplified form of 寫) to write; to draw"@en .

<http://lexvo.org/id/char/374E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%9D%8E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%ACng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ding6>,
        <http://lexvo.org/id/term/yue/%E3%9D%8E>,
        "㝎"^^xsd:string ;
    rdfs:comment "(same as 定) to decide; to fix; to settle"@en .

<http://lexvo.org/id/char/374F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%9D%8F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%A8>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gaai3>,
        <http://lexvo.org/id/term/yue/%E3%9D%8F>,
        "㝏"^^xsd:string ;
    rdfs:comment "(same as 介) alone; solitary, to live alone"@en .

<http://lexvo.org/id/char/3750> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%9D%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/r%C3%B3ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zung2%20zung4>,
        <http://lexvo.org/id/term/yue/%E3%9D%90>,
        "㝐"^^xsd:string ;
    rdfs:comment "(ancient form of 容) face; expression, to contain; to hold; to pardon"@en .

<http://lexvo.org/id/char/3751> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%9D%91>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A1ng%20p%C3%A1ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/pong4>,
        <http://lexvo.org/id/term/yue/%E3%9D%91>,
        "㝑"^^xsd:string ;
    rdfs:comment "(ancient form of 旁) side, by the side of; nearby"@en .

<http://lexvo.org/id/char/3752> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/geoi1>,
        <http://lexvo.org/id/term/yue/%E3%9D%92>,
        "㝒"^^xsd:string ;
    rdfs:comment "(ancient form of 居) to dwell; to occupy to inhabit, a Chinese family name"@en .

<http://lexvo.org/id/char/3753> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%9D%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C3%A9%20k%C3%A8>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gaap3%20hau1%20kaap6>,
        <http://lexvo.org/id/term/yue/%E3%9D%93>,
        "㝓"^^xsd:string ;
    rdfs:comment "corresponding; equivalent, cosiderable; to a great extent, appropriate, (same as 凹) a hollow, concave"@en .

<http://lexvo.org/id/char/3754> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%9D%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A0o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ziu3>,
        <http://lexvo.org/id/term/yue/%E3%9D%94>,
        "㝔"^^xsd:string ;
    rdfs:comment "deep bottom; the southeast corner of a house"@en .

<http://lexvo.org/id/char/3755> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%9D%95>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C3%ADng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fai3%20ning4>,
        <http://lexvo.org/id/term/yue/%E3%9D%95>,
        "㝕"^^xsd:string ;
    rdfs:comment "(same as 寍 寧) peace; serenity, used as a term of comparison: -- rather; it is better, would that"@en .

<http://lexvo.org/id/char/3756> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%9D%96>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%AD%20y%C3%ADn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zi4>,
        <http://lexvo.org/id/term/yue/%E3%9D%96>,
        "㝖"^^xsd:string ;
    rdfs:comment "(corrupted form) right; fitting; proper; good, should; ought to; had better"@en .

<http://lexvo.org/id/char/3757> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%9D%97>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%A1ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gong1>,
        <http://lexvo.org/id/term/yue/%E3%9D%97>,
        "㝗"^^xsd:string ;
    rdfs:comment "spaciously rooms, expansive; vast and boundless"@en .

<http://lexvo.org/id/char/3758> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%9D%98>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%B3ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zung4>,
        <http://lexvo.org/id/term/yue/%E3%9D%98>,
        "㝘"^^xsd:string ;
    rdfs:comment "(non-classical form) harmonoy; peace, pleasant; agreeable; delightful"@en .

<http://lexvo.org/id/char/3759> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%9D%99>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%ADn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zaan4>,
        <http://lexvo.org/id/term/yue/%E3%9D%99>,
        "㝙"^^xsd:string ;
    rdfs:comment "(ancient form of 寅) the third of the twelve terrestrial branches, a fellow officer, horary sign (for period from 3 to 5 a.m.)"@en .

<http://lexvo.org/id/char/375A> a lvont:Character ;
    lvont:represents "㝚"^^xsd:string .

<http://lexvo.org/id/char/375B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%9D%9B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/suk1>,
        <http://lexvo.org/id/term/yue/%E3%9D%9B>,
        "㝛"^^xsd:string ;
    rdfs:comment "(ancient form of 宿) ahalting place; to lodge for the night, to keep over night, to cherish, asleep and perching"@en .

<http://lexvo.org/id/char/375C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/sik1>,
        <http://lexvo.org/id/term/yue/%E3%9D%9C>,
        "㝜"^^xsd:string ;
    rdfs:comment "night; dark; darkness, of death, to mourn, to lose; to deprived of"@en .

<http://lexvo.org/id/char/375D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%9D%9D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%ADn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lam4%20lam6>,
        <http://lexvo.org/id/term/yue/%E3%9D%9D>,
        "㝝"^^xsd:string ;
    rdfs:comment "deep, profound, far, extremely"@en .

<http://lexvo.org/id/char/375E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%9D%9E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A0>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/aa1>,
        <http://lexvo.org/id/term/yue/%E3%9D%9E>,
        "㝞"^^xsd:string ;
    rdfs:comment "pretend to be delicate and beautiful, to hang or be hanged, to be in suspension; unfounded"@en .

<http://lexvo.org/id/char/375F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%9D%9F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A1o%20m%C3%A0o%20w%C7%94>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mou6%20mui6>,
        <http://lexvo.org/id/term/yue/%E3%9D%9F>,
        "㝟"^^xsd:string ;
    rdfs:comment "(corrupted form) in contravention of; to offend (same as 冒) incautious, to risk, to put forth"@en .

<http://lexvo.org/id/char/3760> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%9D%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%ADng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ming4>,
        <http://lexvo.org/id/term/yue/%E3%9D%A0>,
        "㝠"^^xsd:string ;
    rdfs:comment "(same as 冥) dark; obscure; dim, stupidity, far and high, deep; profound, night"@en .

<http://lexvo.org/id/char/3761> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%9D%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zu%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zeoi3%20zyu4>,
        <http://lexvo.org/id/term/yue/%E3%9D%A1>,
        "㝡"^^xsd:string ;
    rdfs:comment "(a variant of 最) very; exceedingly; most, superior"@en .

<http://lexvo.org/id/char/3762> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%9D%A2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%94>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zyu5>,
        <http://lexvo.org/id/term/yue/%E3%9D%A2>,
        "㝢"^^xsd:string ;
    rdfs:comment "(same as 宇) a house; a roof, look; appearance, space"@en .

<http://lexvo.org/id/char/3763> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%9D%A3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A8%20y%C3%AC>,
        "㝣"^^xsd:string ;
    rdfs:comment "still; calm; silent, peaceful; harmonious; serene, quite"@en .

<http://lexvo.org/id/char/3764> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%9D%A4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C3%B2u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gau3>,
        <http://lexvo.org/id/term/yue/%E3%9D%A4>,
        "㝤"^^xsd:string ;
    rdfs:comment "night, the dark part of a room"@en .

<http://lexvo.org/id/char/3765> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%9D%A5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C7%90>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/maai5>,
        <http://lexvo.org/id/term/yue/%E3%9D%A5>,
        "㝥"^^xsd:string ;
    rdfs:comment "have a nighmare, sound sleep"@en .

<http://lexvo.org/id/char/3766> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%9D%A6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%B9n%20y%C3%A1>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zeon3>,
        <http://lexvo.org/id/term/yue/%E3%9D%A6>,
        "㝦"^^xsd:string ;
    rdfs:comment "to accumulate; to amass; to store up, superior, handsome, refined, eminent"@en .

<http://lexvo.org/id/char/3767> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%9D%A7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C4%9Bn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wan2>,
        <http://lexvo.org/id/term/yue/%E3%9D%A7>,
        "㝧"^^xsd:string ;
    rdfs:comment "(non-classical form of 穩) stable; steady; firm, sure; secure"@en .

<http://lexvo.org/id/char/3768> a lvont:Character ;
    lvont:represents "㝨"^^xsd:string .

<http://lexvo.org/id/char/3769> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/hoi1>,
        <http://lexvo.org/id/term/yue/%E3%9D%A9>,
        "㝩"^^xsd:string ;
    rdfs:comment "spaciously rooms, emptiness"@en .

<http://lexvo.org/id/char/376A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%9D%AA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/di%C3%A0n%20d%C7%90ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dim3>,
        <http://lexvo.org/id/term/yue/%E3%9D%AA>,
        "㝪"^^xsd:string ;
    rdfs:comment "a slanting house, nightmare"@en .

<http://lexvo.org/id/char/376B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%9D%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%B3ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lung4>,
        <http://lexvo.org/id/term/yue/%E3%9D%AB>,
        "㝫"^^xsd:string ;
    rdfs:comment "shape of the sky"@en .

<http://lexvo.org/id/char/376C> a lvont:Character ;
    lvont:represents "㝬"^^xsd:string .

<http://lexvo.org/id/char/376D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%9D%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C7%90ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sing2>,
        <http://lexvo.org/id/term/yue/%E3%9D%AD>,
        "㝭"^^xsd:string ;
    rdfs:comment "(non-classical form) to awake ( from errors, illusions, etc. to come to one's sense, (interchangeable 惺) clever; wise, wavering; indecisive"@en .

<http://lexvo.org/id/char/376E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%9D%AE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/cu%C3%AC>,
        "㝮"^^xsd:string ;
    rdfs:comment "to exile; to banish, beyond the borders"@en .

<http://lexvo.org/id/char/376F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%9D%AF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C3%A1o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kiu4>,
        <http://lexvo.org/id/term/yue/%E3%9D%AF>,
        "㝯"^^xsd:string ;
    rdfs:comment "to sojourn; sojourn, a sojourner; a visitor"@en .

<http://lexvo.org/id/char/3770> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%9D%B0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/mi%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/maan5%20min4>,
        <http://lexvo.org/id/term/yue/%E3%9D%B0>,
        "㝰"^^xsd:string ;
    rdfs:comment "unable to meet, empty room"@en .

<http://lexvo.org/id/char/3771> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%9D%B1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A8ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mung6>,
        <http://lexvo.org/id/term/yue/%E3%9D%B1>,
        "㝱"^^xsd:string ;
    rdfs:comment "(standard form) a dream; todream, visionary, stupid"@en .

<http://lexvo.org/id/char/3772> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%9D%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C7%90n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cam2>,
        <http://lexvo.org/id/term/yue/%E3%9D%B2>,
        "㝲"^^xsd:string ;
    rdfs:comment "(same as 寢) to sleep; to rest, a tomb, a residence"@en .

<http://lexvo.org/id/char/3773> a lvont:Character ;
    lvont:represents "㝳"^^xsd:string .

<http://lexvo.org/id/char/3774> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%9D%B4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zyun4>,
        <http://lexvo.org/id/term/yue/%E3%9D%B4>,
        "㝴"^^xsd:string ;
    rdfs:comment "(same as 刓) a round off; to trim"@en .

<http://lexvo.org/id/char/3775> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%9D%B5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%A9%20%C3%A0i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/daak1%20ngoi6>,
        <http://lexvo.org/id/term/yue/%E3%9D%B5>,
        "㝵"^^xsd:string ;
    rdfs:comment "(ancient form of U+5F97 得) to get, complacent, (same as U+7919 礙) to obstruct, to hinder, to stop progress, to injure, to offend, to concern, hindrance, restraint"@en .

<http://lexvo.org/id/char/3776> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C3%A0i%20d%C3%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%9D%B6>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dak1>,
        <http://lexvo.org/id/term/yue/%E3%9D%B6>,
        "㝶"^^xsd:string ;
    rdfs:comment "(ancient form of 得) to get, complacent"@en .

<http://lexvo.org/id/char/3777> a lvont:Character ;
    lvont:represents "㝷"^^xsd:string .

<http://lexvo.org/id/char/3778> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%9D%B8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/bi%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/beng2%20bin6>,
        <http://lexvo.org/id/term/yue/%E3%9D%B8>,
        "㝸"^^xsd:string ;
    rdfs:comment "(same as 弁) a conical cap worn on ceremonious occasions in ancient times, low-ranking military officers, a Chinese family name"@en .

<http://lexvo.org/id/char/3779> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%9D%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C3%B3u>,
        "㝹"^^xsd:string ;
    rdfs:comment "(corrupted form) a hare, a small rabbit, a family name"@en .

<http://lexvo.org/id/char/377A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%9D%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C3%A1n%20l%C3%ADn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lim4>,
        <http://lexvo.org/id/term/yue/%E3%9D%BA>,
        "㝺"^^xsd:string ;
    rdfs:comment "small; little, humble, to owe, deficient; lacking"@en .

<http://lexvo.org/id/char/377B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%9D%BB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C7%90n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gan2>,
        <http://lexvo.org/id/term/yue/%E3%9D%BB>,
        "㝻"^^xsd:string ;
    rdfs:comment "(same as U+50C5 僅) barely enough; scarcely; almost"@en .

<http://lexvo.org/id/char/377C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/zyu1>,
        <http://lexvo.org/id/term/yue/%E3%9D%BC>,
        "㝼"^^xsd:string ;
    rdfs:comment "crooked; winding, to circle; to hover around"@en .

<http://lexvo.org/id/char/377D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%9D%BD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/chu%C3%AD%20shu%C7%90%20zhu%C7%90>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cai1%20ceoi4%20coek3>,
        <http://lexvo.org/id/term/yue/%E3%9D%BD>,
        "㝽"^^xsd:string ;
    rdfs:comment "short, small; little"@en .

<http://lexvo.org/id/char/377E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%9D%BE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zu%C7%92>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zo2>,
        <http://lexvo.org/id/term/yue/%E3%9D%BE>,
        "㝾"^^xsd:string ;
    rdfs:comment "can not walk normally"@en .

<http://lexvo.org/id/char/377F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%9D%BF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%B3%20b%C7%92%20f%C3%B9%20qi%C3%A0n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C7%92>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bo2>,
        <http://lexvo.org/id/term/yue/%E3%9D%BF>,
        "㝿"^^xsd:string ;
    rdfs:comment "(non-classical form of 跛) lame; crippled"@en .

<http://lexvo.org/id/char/3780> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/fui1>,
        <http://lexvo.org/id/term/yue/%E3%9E%80>,
        "㞀"^^xsd:string ;
    rdfs:comment "to bump, to strike"@en .

<http://lexvo.org/id/char/3781> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%9E%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A0o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ziu6>,
        <http://lexvo.org/id/term/yue/%E3%9E%81>,
        "㞁"^^xsd:string ;
    rdfs:comment "can not walk normally, swollen feet"@en .

<http://lexvo.org/id/char/3782> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%9E%82>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/tu%C7%90>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/teoi2>,
        <http://lexvo.org/id/term/yue/%E3%9E%82>,
        "㞂"^^xsd:string ;
    rdfs:comment "ulcers, swollen feet, a kind of disease"@en .

<http://lexvo.org/id/char/3783> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%9E%83>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gik6>,
        <http://lexvo.org/id/term/yue/%E3%9E%83>,
        "㞃"^^xsd:string ;
    rdfs:comment "tired; weary"@en .

<http://lexvo.org/id/char/3784> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/aam1%20an2>,
        <http://lexvo.org/id/term/yue/%E3%9E%84>,
        "㞄"^^xsd:string ;
    rdfs:comment "lame; crippled; feeble"@en .

<http://lexvo.org/id/char/3785> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%9E%85>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/gu%C7%92>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gwo2%20kong3%20kwok3>,
        <http://lexvo.org/id/term/yue/%E3%9E%85>,
        "㞅"^^xsd:string ;
    rdfs:comment "not straight, improper"@en .

<http://lexvo.org/id/char/3786> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%9E%86>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C7%90>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gei1>,
        <http://lexvo.org/id/term/yue/%E3%9E%86>,
        "㞆"^^xsd:string ;
    rdfs:comment "(same as 踦) one-legged, crippled; halt, a defect, tired, the shin"@en .

<http://lexvo.org/id/char/3787> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%9E%87>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C4%9Bi>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/waai2>,
        <http://lexvo.org/id/term/yue/%E3%9E%87>,
        "㞇"^^xsd:string ;
    rdfs:comment "ulcers, swollen feet, a kind of disease (abnornal in walking)"@en .

<http://lexvo.org/id/char/3788> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/bui6%20but6>,
        <http://lexvo.org/id/term/yue/%E3%9E%88>,
        "㞈"^^xsd:string ;
    rdfs:comment "big foot, walking"@en .

<http://lexvo.org/id/char/3789> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/zaat3>,
        <http://lexvo.org/id/term/yue/%E3%9E%89>,
        "㞉"^^xsd:string ;
    rdfs:comment "big foot"@en .

<http://lexvo.org/id/char/378A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%9E%8A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/seot1>,
        <http://lexvo.org/id/term/yue/%E3%9E%8A>,
        "㞊"^^xsd:string ;
    rdfs:comment "unable to walk"@en .

<http://lexvo.org/id/char/378B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%9E%8B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ni%C7%8En>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/nin2>,
        <http://lexvo.org/id/term/yue/%E3%9E%8B>,
        "㞋"^^xsd:string ;
    rdfs:comment "soft and meek, weak, to arrange, to regulate"@en .

<http://lexvo.org/id/char/378C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%9E%8C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%B9n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lai1%20zaan6>,
        <http://lexvo.org/id/term/yue/%E3%9E%8C>,
        "㞌"^^xsd:string ;
    rdfs:comment "(same as 孕) to be pregnant; to conceive"@en .

<http://lexvo.org/id/char/378D> a lvont:Character ;
    lvont:represents "㞍"^^xsd:string .

<http://lexvo.org/id/char/378E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%9E%8E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C7%8E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C7%8E%20f%C3%BA%20p%C3%A1>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/baa2%20paa4>,
        <http://lexvo.org/id/term/yue/%E3%9E%8E>,
        "㞎"^^xsd:string ;
    rdfs:comment "(baby talk) body waste, (a dialect) weight measurement"@en .

<http://lexvo.org/id/char/378F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%9E%8F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%A9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zaat6>,
        <http://lexvo.org/id/term/yue/%E3%9E%8F>,
        "㞏"^^xsd:string ;
    rdfs:comment "small; to store up or pile in order, to follow; to trace, a short step"@en .

<http://lexvo.org/id/char/3790> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%9E%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C5%AB>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/geoi1>,
        <http://lexvo.org/id/term/yue/%E3%9E%90>,
        "㞐"^^xsd:string ;
    rdfs:comment "(an ancient form of U+5C45 居), to dewell; to remain, to be in--of various states and conditions, to occupy, the course of one's life"@en .

<http://lexvo.org/id/char/3791> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%9E%91>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C4%9Bi>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mei5>,
        <http://lexvo.org/id/term/yue/%E3%9E%91>,
        "㞑"^^xsd:string ;
    rdfs:comment "(standard form of 尾) the tail; the rear, last; final"@en .

<http://lexvo.org/id/char/3792> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%9E%92>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C3%AC%20xi%C3%A8>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/aai3>,
        <http://lexvo.org/id/term/yue/%E3%9E%92>,
        "㞒"^^xsd:string ;
    rdfs:comment "(standard form) lusty; strong; gigantic strength, heavy sleep with snoring"@en .

<http://lexvo.org/id/char/3793> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%9E%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C7%90%20q%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hai1%20hei3>,
        <http://lexvo.org/id/term/yue/%E3%9E%93>,
        "㞓"^^xsd:string ;
    rdfs:comment "the buttocks; the rump; the sacrum, to set sideways, the male organ; (Cant.) vulgar term for the female sex organ"@en .

<http://lexvo.org/id/char/3794> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%9E%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ji4>,
        <http://lexvo.org/id/term/yue/%E3%9E%94>,
        "㞔"^^xsd:string ;
    rdfs:comment "(corrupted form) the upright bar for fastening a door"@en .

<http://lexvo.org/id/char/3795> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%9E%95>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A8>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ngaat6%20sit3>,
        <http://lexvo.org/id/term/yue/%E3%9E%95>,
        "㞕"^^xsd:string ;
    rdfs:comment "(same as 屑) chips; crumbs; bits trifles, to care; to mind"@en .

<http://lexvo.org/id/char/3796> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%9E%96>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ci1%20ci3%20zi4>,
        <http://lexvo.org/id/term/yue/%E3%9E%96>,
        "㞖"^^xsd:string ;
    rdfs:comment "this, here, if so; in this case, reluctant to go forward"@en .

<http://lexvo.org/id/char/3797> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%9E%97>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C3%BA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gau1>,
        <http://lexvo.org/id/term/yue/%E3%9E%97>,
        "㞗"^^xsd:string ;
    rdfs:comment "the male organ, obscene language; vulgar expression"@en .

<http://lexvo.org/id/char/3798> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%9E%98>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C5%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%BAn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/duk1%20tyun4>,
        <http://lexvo.org/id/term/yue/%E3%9E%98>,
        "㞘"^^xsd:string ;
    rdfs:comment "(non-classical form of U+8C5A 豚) a small pig; (Cant.) end, bottom, rump"@en .

<http://lexvo.org/id/char/3799> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%9E%99>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ni%C3%A0o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/niu6>,
        <http://lexvo.org/id/term/yue/%E3%9E%99>,
        "㞙"^^xsd:string ;
    rdfs:comment "(same as 尿) urine; to urinate"@en .

<http://lexvo.org/id/char/379A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%9E%9A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C3%AC%20zh%C7%8E>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kaai3>,
        <http://lexvo.org/id/term/yue/%E3%9E%9A>,
        "㞚"^^xsd:string ;
    rdfs:comment "to pile up layer by layer, wedge, gatepost"@en .

<http://lexvo.org/id/char/379B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%9E%9B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C7%90>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gei2>,
        <http://lexvo.org/id/term/yue/%E3%9E%9B>,
        "㞛"^^xsd:string ;
    rdfs:comment "red slippers, (corrupted form of 履) shoes"@en .

<http://lexvo.org/id/char/379C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/teoi1>,
        <http://lexvo.org/id/term/yue/%E3%9E%9C>,
        "㞜"^^xsd:string ;
    rdfs:comment "hempen sandals, boots"@en .

<http://lexvo.org/id/char/379D> a lvont:Character ;
    lvont:represents "㞝"^^xsd:string .

<http://lexvo.org/id/char/379E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C3%B3ng>,
        "㞞"^^xsd:string ;
    rdfs:comment "semen"@en .

<http://lexvo.org/id/char/379F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%9E%9F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/di%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/din6>,
        <http://lexvo.org/id/term/yue/%E3%9E%9F>,
        "㞟"^^xsd:string ;
    rdfs:comment "savings and (or) reserves; (same as U+5960 奠) to settle; to lay; (same as U+588A 墊) to advance (money), to cushion, to sink into; (said of manner) dignified; stately; graceful"@en .

<http://lexvo.org/id/char/37A0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%9E%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%A1o%20li%C3%A1o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/liu4>,
        <http://lexvo.org/id/term/yue/%E3%9E%A0>,
        "㞠"^^xsd:string ;
    rdfs:comment "male organ"@en .

<http://lexvo.org/id/char/37A1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%9E%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C7%8En>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zin2>,
        <http://lexvo.org/id/term/yue/%E3%9E%A1>,
        "㞡"^^xsd:string ;
    rdfs:comment "(same as 展) to open, to stretch, to unfold, to expand"@en .

<http://lexvo.org/id/char/37A2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/zi1>,
        <http://lexvo.org/id/term/yue/%E3%9E%A2>,
        "㞢"^^xsd:string ;
    rdfs:comment "(ancient form of 之) to arrive at; to go to"@en .

<http://lexvo.org/id/char/37A3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/fan1>,
        <http://lexvo.org/id/term/yue/%E3%9E%A3>,
        "㞣"^^xsd:string ;
    rdfs:comment "(same as 芬) fragrance; aroma; sweet smell; perfume"@en .

<http://lexvo.org/id/char/37A4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%9E%A4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%ADn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/saam4>,
        <http://lexvo.org/id/term/yue/%E3%9E%A4>,
        "㞤"^^xsd:string ;
    rdfs:comment "to help; to aid; toassist (ancient form of 岑) a relatively high, pointed hill, silent; still; quiet"@en .

<http://lexvo.org/id/char/37A5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%9E%A5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C3%A9n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cip3%20gip3%20saam4%20seon2>,
        <http://lexvo.org/id/term/yue/%E3%9E%A5>,
        "㞥"^^xsd:string ;
    rdfs:comment "deep in the mountain"@en .

<http://lexvo.org/id/char/37A6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%9E%A6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C7%90>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gei2>,
        <http://lexvo.org/id/term/yue/%E3%9E%A6>,
        "㞦"^^xsd:string ;
    rdfs:comment "name of a mountain"@en .

<http://lexvo.org/id/char/37A7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%9E%A7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wui6>,
        <http://lexvo.org/id/term/yue/%E3%9E%A7>,
        "㞧"^^xsd:string ;
    rdfs:comment "(ancient form of 會) to meet, to gather, to be able, to understand"@en .

<http://lexvo.org/id/char/37A8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%9E%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C7%8Ei%20z%C7%90>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zi1%20zi2>,
        <http://lexvo.org/id/term/yue/%E3%9E%A8>,
        "㞨"^^xsd:string ;
    rdfs:comment "(corrupted form) name of a mountain ( the location is unknown)"@en .

<http://lexvo.org/id/char/37A9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%9E%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/laam4>,
        <http://lexvo.org/id/term/yue/%E3%9E%A9>,
        "㞩"^^xsd:string ;
    rdfs:comment "(same as 嵐) mountain vapor; mist"@en .

<http://lexvo.org/id/char/37AA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%9E%AA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C3%A1o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mau6%20nau4>,
        <http://lexvo.org/id/term/yue/%E3%9E%AA>,
        "㞪"^^xsd:string ;
    rdfs:comment "the appearance of the mountain is flat and smooth, (corrupted form of 峱) name of a mountain in Shandong province"@en .

<http://lexvo.org/id/char/37AB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%9E%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%B9%20z%C7%92u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zaau2%20zau2>,
        <http://lexvo.org/id/term/yue/%E3%9E%AB>,
        "㞫"^^xsd:string ;
    rdfs:comment "(non-classcial form of 走) to walk, to run, to leave"@en .

<http://lexvo.org/id/char/37AC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%9E%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C3%ACn>,
        "㞬"^^xsd:string ;
    rdfs:comment "close or near"@en .

<http://lexvo.org/id/char/37AD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%9E%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%A0i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/daai6>,
        <http://lexvo.org/id/term/yue/%E3%9E%AD>,
        "㞭"^^xsd:string ;
    rdfs:comment "name of an island"@en .

<http://lexvo.org/id/char/37AE> a lvont:Character ;
    lvont:represents "㞮"^^xsd:string ;
    rdfs:comment "variant of 出 U+51FA, to go out, send out; to stand; to produce"@en .

<http://lexvo.org/id/char/37AF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%9E%AF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%A9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zit3>,
        <http://lexvo.org/id/term/yue/%E3%9E%AF>,
        "㞯"^^xsd:string ;
    rdfs:comment "(same as 岊) the turning area of a mountain, mountain top; summit, a high mountain, a bare (of bald) mountain or hill"@en .

<http://lexvo.org/id/char/37B0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%9E%B0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C7%94>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/heoi2>,
        <http://lexvo.org/id/term/yue/%E3%9E%B0>,
        "㞰"^^xsd:string ;
    rdfs:comment "name of a mountain"@en .

<http://lexvo.org/id/char/37B1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/cung1>,
        <http://lexvo.org/id/term/yue/%E3%9E%B1>,
        "㞱"^^xsd:string ;
    rdfs:comment "dusk; twilight"@en .

<http://lexvo.org/id/char/37B2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%9E%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%B2ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zung6>,
        <http://lexvo.org/id/term/yue/%E3%9E%B2>,
        "㞲"^^xsd:string ;
    rdfs:comment "name of a mountain, the plain between mountains"@en .

<http://lexvo.org/id/char/37B3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%9E%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C7%92u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dau2>,
        <http://lexvo.org/id/term/yue/%E3%9E%B3>,
        "㞳"^^xsd:string ;
    rdfs:comment "name of a mountain"@en .

<http://lexvo.org/id/char/37B4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%9E%B4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ci4>,
        <http://lexvo.org/id/term/yue/%E3%9E%B4>,
        "㞴"^^xsd:string ;
    rdfs:comment "name of a mountain, (non-classical form of 岷) the Min River (in Sichuan), Mt.Min (in Sichuan), name of a county (in old China)"@en .

<http://lexvo.org/id/char/37B5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/tou1>,
        <http://lexvo.org/id/term/yue/%E3%9E%B5>,
        "㞵"^^xsd:string ;
    rdfs:comment "(corrupted form) frivolous; flippant; capricious; plyful; sportive, cunning"@en .

<http://lexvo.org/id/char/37B6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%9E%B6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C7%90n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/man4>,
        <http://lexvo.org/id/term/yue/%E3%9E%B6>,
        "㞶"^^xsd:string ;
    rdfs:comment "(same as 岷) the Min River (in Sichuan), Mt.Min (in Sichuan), name of a county (in old China)"@en .

<http://lexvo.org/id/char/37B7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%9E%B7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%A1ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wong4>,
        <http://lexvo.org/id/term/yue/%E3%9E%B7>,
        "㞷"^^xsd:string ;
    rdfs:comment "luxuiant; lush; flourishing"@en .

<http://lexvo.org/id/char/37B8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%9E%B8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/su%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/seoi3>,
        <http://lexvo.org/id/term/yue/%E3%9E%B8>,
        "㞸"^^xsd:string ;
    rdfs:comment "(same as 呡) (simplified form of 歲) a year; age (of a person), harvest"@en .

<http://lexvo.org/id/char/37B9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%9E%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C4%9B>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ho2>,
        <http://lexvo.org/id/term/yue/%E3%9E%B9>,
        "㞹"^^xsd:string ;
    rdfs:comment "(same as 岢) name of a mountain in Shanxi province"@en .

<http://lexvo.org/id/char/37BA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%9E%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C3%BA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zuk6>,
        <http://lexvo.org/id/term/yue/%E3%9E%BA>,
        "㞺"^^xsd:string ;
    rdfs:comment "(ancient form of 族) a tribe; a clan; relatives, race (of people), a class; a family (of animals)"@en .

<http://lexvo.org/id/char/37BB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%9E%BB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A0o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hou6>,
        <http://lexvo.org/id/term/yue/%E3%9E%BB>,
        "㞻"^^xsd:string ;
    rdfs:comment "name of a mountain"@en .

<http://lexvo.org/id/char/37BC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%9E%BC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%A9ng%20sh%C3%A8ng%20zh%C3%A9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/nip6%20sing4>,
        <http://lexvo.org/id/term/yue/%E3%9E%BC>,
        "㞼"^^xsd:string ;
    rdfs:comment "(same as 丞) to respectfully receive, to flatter; to pay court to"@en .

<http://lexvo.org/id/char/37BD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%9E%BD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xu%C3%A8>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hyut3>,
        <http://lexvo.org/id/term/yue/%E3%9E%BD>,
        "㞽"^^xsd:string ;
    rdfs:comment "mountain; hill"@en .

<http://lexvo.org/id/char/37BE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%9E%BE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C3%AD%20y%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/nei4>,
        <http://lexvo.org/id/term/yue/%E3%9E%BE>,
        "㞾"^^xsd:string ;
    rdfs:comment "(same as 尼) a nun, the mountains after which Confucius was named"@en .

<http://lexvo.org/id/char/37BF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%9E%BF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%AC%20q%C3%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kei4>,
        <http://lexvo.org/id/term/yue/%E3%9E%BF>,
        "㞿"^^xsd:string ;
    rdfs:comment "(same as 岐) name of a mountain in Shanxi province, name of a political district in ancient China, name of a river in Shanxi province, to diverge; to branch"@en .

<http://lexvo.org/id/char/37C0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%9F%80>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lin4>,
        <http://lexvo.org/id/term/yue/%E3%9F%80>,
        "㟀"^^xsd:string ;
    rdfs:comment "name of a mountain"@en .

<http://lexvo.org/id/char/37C1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C3%A0n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%9F%81>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ngang6%20ngon6>,
        <http://lexvo.org/id/term/yue/%E3%9F%81>,
        "㟁"^^xsd:string ;
    rdfs:comment "(a variant of 岸) shore; bank; beach; coast"@en .

<http://lexvo.org/id/char/37C2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%9F%82>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C7%90%20m%C7%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C7%94>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mou5>,
        <http://lexvo.org/id/term/yue/%E3%9F%82>,
        "㟂"^^xsd:string ;
    rdfs:comment "name of cape in Shandong Province"@en .

<http://lexvo.org/id/char/37C3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/si1>,
        <http://lexvo.org/id/term/yue/%E3%9F%83>,
        "㟃"^^xsd:string ;
    rdfs:comment "(corrupted form of 司) to have charge of; to preside over, a (governmental) department"@en .

<http://lexvo.org/id/char/37C4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%9F%84>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A1ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/coeng4>,
        <http://lexvo.org/id/term/yue/%E3%9F%84>,
        "㟄"^^xsd:string ;
    rdfs:comment "name of a mountain"@en .

<http://lexvo.org/id/char/37C5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%9F%85>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A1ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ou2%20zoeng4%20zoeng6>,
        <http://lexvo.org/id/term/yue/%E3%9F%85>,
        "㟅"^^xsd:string ;
    rdfs:comment "lofty; high; steep"@en .

<http://lexvo.org/id/char/37C6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%9F%86>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%A1>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/waa4>,
        <http://lexvo.org/id/term/yue/%E3%9F%86>,
        "㟆"^^xsd:string ;
    rdfs:comment "name of a mountain"@en .

<http://lexvo.org/id/char/37C7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%9F%87>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/cu%C3%B3%20cu%C7%92>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/co4>,
        <http://lexvo.org/id/term/yue/%E3%9F%87>,
        "㟇"^^xsd:string ;
    rdfs:comment "a land-slide, name of mountain"@en .

<http://lexvo.org/id/char/37C8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%9F%88>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C3%BA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kau4>,
        <http://lexvo.org/id/term/yue/%E3%9F%88>,
        "㟈"^^xsd:string ;
    rdfs:comment "name of a mountain"@en .

<http://lexvo.org/id/char/37C9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%9F%89>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%A1o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lou4>,
        <http://lexvo.org/id/term/yue/%E3%9F%89>,
        "㟉"^^xsd:string ;
    rdfs:comment "name of pavilion (garden) in ancient China, name of a mountain"@en .

<http://lexvo.org/id/char/37CA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%9F%8A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%BA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fu1>,
        <http://lexvo.org/id/term/yue/%E3%9F%8A>,
        "㟊"^^xsd:string ;
    rdfs:comment "name of a mountain"@en .

<http://lexvo.org/id/char/37CB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%9F%8B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/du%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/deoi3>,
        <http://lexvo.org/id/term/yue/%E3%9F%8B>,
        "㟋"^^xsd:string ;
    rdfs:comment "deep and level ground gully at the foot of a hill"@en .

<http://lexvo.org/id/char/37CC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%9F%8C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A1ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mong4>,
        <http://lexvo.org/id/term/yue/%E3%9F%8C>,
        "㟌"^^xsd:string ;
    rdfs:comment "a mountain in today's Sichuan Province"@en .

<http://lexvo.org/id/char/37CD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%9F%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%A1ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/long4>,
        <http://lexvo.org/id/term/yue/%E3%9F%8D>,
        "㟍"^^xsd:string ;
    rdfs:comment "name of a mountain, a solitary peak"@en .

<http://lexvo.org/id/char/37CE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%9F%8E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/tu%C7%92>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/to5>,
        <http://lexvo.org/id/term/yue/%E3%9F%8E>,
        "㟎"^^xsd:string ;
    rdfs:comment "a long mountain ridge, steep; lofty mountain"@en .

<http://lexvo.org/id/char/37CF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%9F%8F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ham4>,
        <http://lexvo.org/id/term/yue/%E3%9F%8F>,
        "㟏"^^xsd:string ;
    rdfs:comment "steep and lofty, a big valley"@en .

<http://lexvo.org/id/char/37D0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%9F%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C7%8Eng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mong5>,
        <http://lexvo.org/id/term/yue/%E3%9F%90>,
        "㟐"^^xsd:string ;
    rdfs:comment "big and high; lofty; steep"@en .

<http://lexvo.org/id/char/37D1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%9F%91>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%B3>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/but6>,
        <http://lexvo.org/id/term/yue/%E3%9F%91>,
        "㟑"^^xsd:string ;
    rdfs:comment "mountain; hill"@en .

<http://lexvo.org/id/char/37D2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/kwan1>,
        <http://lexvo.org/id/term/yue/%E3%9F%92>,
        "㟒"^^xsd:string ;
    rdfs:comment "mountains adjoining; mountains are unbroken connceted, name of a mountain"@en .

<http://lexvo.org/id/char/37D3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%9F%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C3%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kei4>,
        <http://lexvo.org/id/term/yue/%E3%9F%93>,
        "㟓"^^xsd:string ;
    rdfs:comment "lofty and dangerous, rocks on the mountain side"@en .

<http://lexvo.org/id/char/37D4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%9F%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ham4>,
        <http://lexvo.org/id/term/yue/%E3%9F%94>,
        "㟔"^^xsd:string ;
    rdfs:comment "steep and lofty, a big valley"@en .

<http://lexvo.org/id/char/37D5> a lvont:Character ;
    lvont:represents "㟕"^^xsd:string .

<http://lexvo.org/id/char/37D6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%9F%96>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%B2ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lung6>,
        <http://lexvo.org/id/term/yue/%E3%9F%96>,
        "㟖"^^xsd:string ;
    rdfs:comment "(loanword from Zhuang) the plain; level ground between rocky mountain, name of county"@en .

<http://lexvo.org/id/char/37D7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/ban1>,
        <http://lexvo.org/id/term/yue/%E3%9F%97>,
        "㟗"^^xsd:string ;
    rdfs:comment "name of a small principality in what is now Shanxi, the home of the founder of the Zhou dynasty"@en .

<http://lexvo.org/id/char/37D8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%9F%98>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ti%C3%A1o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tiu4>,
        <http://lexvo.org/id/term/yue/%E3%9F%98>,
        "㟘"^^xsd:string ;
    rdfs:comment "name of a mountain"@en .

<http://lexvo.org/id/char/37D9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%9F%99>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C7%8Eo%20z%C3%A9%20zh%C3%A1i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zaak6>,
        <http://lexvo.org/id/term/yue/%E3%9F%99>,
        "㟙"^^xsd:string ;
    rdfs:comment "shape of the mountain, a mountain in today's Shandong Province"@en .

<http://lexvo.org/id/char/37DA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%9F%9A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C3%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kei4>,
        <http://lexvo.org/id/term/yue/%E3%9F%9A>,
        "㟚"^^xsd:string ;
    rdfs:comment "(same as 岐) name of a mountain in Shanxi Province, name of a political district in ancient China, name of a river in Shanxi province, to diverge; to branch"@en .

<http://lexvo.org/id/char/37DB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%9F%9B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zan2%20zan3>,
        <http://lexvo.org/id/term/yue/%E3%9F%9B>,
        "㟛"^^xsd:string ;
    rdfs:comment "high and steep; lofty"@en .

<http://lexvo.org/id/char/37DC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%9F%9C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/nei4>,
        <http://lexvo.org/id/term/yue/%E3%9F%9C>,
        "㟜"^^xsd:string ;
    rdfs:comment "(non-classical and abbreviated form) shape of the mountain"@en .

<http://lexvo.org/id/char/37DD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%9F%9D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%A9i%20p%C7%92u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/pui4>,
        <http://lexvo.org/id/term/yue/%E3%9F%9D>,
        "㟝"^^xsd:string ;
    rdfs:comment "(same as 培) to bank up with earth, to nourish; to strengthen; to cultivate"@en .

<http://lexvo.org/id/char/37DE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%9F%9E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zan2%20zan6>,
        <http://lexvo.org/id/term/yue/%E3%9F%9E>,
        "㟞"^^xsd:string ;
    rdfs:comment "precipitous and lofty; very steep mountains"@en .

<http://lexvo.org/id/char/37DF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%9F%9F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A0ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hong2%20hong6%20hot3>,
        <http://lexvo.org/id/term/yue/%E3%9F%9F>,
        "㟟"^^xsd:string ;
    rdfs:comment "(same as 巷) a lane; an alley"@en .

<http://lexvo.org/id/char/37E0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%9F%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C7%8Eng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gong1>,
        <http://lexvo.org/id/term/yue/%E3%9F%A0>,
        "㟠"^^xsd:string ;
    rdfs:comment "(same as 岡) ridge (o f a hill or mountain)"@en .

<http://lexvo.org/id/char/37E1> a lvont:Character ;
    lvont:represents "㟡"^^xsd:string .

<http://lexvo.org/id/char/37E2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%9F%A2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C3%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kei4>,
        <http://lexvo.org/id/term/yue/%E3%9F%A2>,
        "㟢"^^xsd:string ;
    rdfs:comment "the rocks on the hills are of different shapes; rugged and weird, character different from others"@en .

<http://lexvo.org/id/char/37E3> a lvont:Character ;
    lvont:represents "㟣"^^xsd:string .

<http://lexvo.org/id/char/37E4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%9F%A4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/luk6>,
        <http://lexvo.org/id/term/yue/%E3%9F%A4>,
        "㟤"^^xsd:string ;
    rdfs:comment "(loan-word from Zhuang) used in place-names in Guangxi for level ground, a plain between mountains"@en .

<http://lexvo.org/id/char/37E5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/caam1>,
        <http://lexvo.org/id/term/yue/%E3%9F%A5>,
        "㟥"^^xsd:string ;
    rdfs:comment "(simplified form of 嵾) uneven; rolling; rough; rugged, name of a mountain ( Wudangshan)"@en .

<http://lexvo.org/id/char/37E6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%9F%A6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%B9n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wan6>,
        <http://lexvo.org/id/term/yue/%E3%9F%A6>,
        "㟦"^^xsd:string ;
    rdfs:comment "name of a mountain"@en .

<http://lexvo.org/id/char/37E7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C3%A8%20ni%C3%A8%20x%C3%B9n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%9F%A7>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hon6%20ngok6%20zim4>,
        <http://lexvo.org/id/term/yue/%E3%9F%A7>,
        "㟧"^^xsd:string ;
    rdfs:comment "a cliff; a precipice"@en .

<http://lexvo.org/id/char/37E8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%9F%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qu%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cyun4>,
        <http://lexvo.org/id/term/yue/%E3%9F%A8>,
        "㟨"^^xsd:string ;
    rdfs:comment "a fountain in the side of a hill, name of a mountain"@en .

<http://lexvo.org/id/char/37E9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%9F%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%ADn%20m%C7%90n%20w%C4%9Bn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/man4>,
        <http://lexvo.org/id/term/yue/%E3%9F%A9>,
        "㟩"^^xsd:string ;
    rdfs:comment "(same as 岷) the Min River (in Sichuan), Mt.Min (in Sichuan), name of a county (in old China)"@en .

<http://lexvo.org/id/char/37EA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%9F%AA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C4%9Bi>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/waai1>,
        <http://lexvo.org/id/term/yue/%E3%9F%AA>,
        "㟪"^^xsd:string ;
    rdfs:comment "name of a mountain, loftyand steep; high"@en .

<http://lexvo.org/id/char/37EB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%9F%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qu%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cyun4>,
        <http://lexvo.org/id/term/yue/%E3%9F%AB>,
        "㟫"^^xsd:string ;
    rdfs:comment "(same as 泉) spring; fountain, money (archaic)"@en .

<http://lexvo.org/id/char/37EC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%9F%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C7%94%20s%C7%92u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/saau2%20sou2>,
        <http://lexvo.org/id/term/yue/%E3%9F%AC>,
        "㟬"^^xsd:string ;
    rdfs:comment "a mountain in today's Shandong Province southwest of Mengyin county"@en .

<http://lexvo.org/id/char/37ED> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%9F%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%ADn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/man4>,
        <http://lexvo.org/id/term/yue/%E3%9F%AD>,
        "㟭"^^xsd:string ;
    rdfs:comment "(same as 岷) the Min River (in Sichuan), Mt.Min (in Sichuan), name of a county (in old China)"@en .

<http://lexvo.org/id/char/37EE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/daat6%20daau6>,
        <http://lexvo.org/id/term/yue/%E3%9F%AE>,
        "㟮"^^xsd:string ;
    rdfs:comment "lofty; high"@en .

<http://lexvo.org/id/char/37EF> a lvont:Character ;
    lvont:represents "㟯"^^xsd:string .

<http://lexvo.org/id/char/37F0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%9F%B0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C7%90ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ming5>,
        <http://lexvo.org/id/term/yue/%E3%9F%B0>,
        "㟰"^^xsd:string ;
    rdfs:comment "name of a mountain; lofty, steep"@en .

<http://lexvo.org/id/char/37F1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%9F%B1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%8Eo>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ngau5%20ngo4%20paau4%20zip6>,
        <http://lexvo.org/id/term/yue/%E3%9F%B1>,
        "㟱"^^xsd:string ;
    rdfs:comment "shape of a mountain"@en .

<http://lexvo.org/id/char/37F2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%9F%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ju%C3%A9%20yu%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zyun4>,
        <http://lexvo.org/id/term/yue/%E3%9F%B2>,
        "㟲"^^xsd:string ;
    rdfs:comment "mountain peak; mountain top; summit"@en .

<http://lexvo.org/id/char/37F3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%9F%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gak3%20ham2%20leot6>,
        <http://lexvo.org/id/term/yue/%E3%9F%B3>,
        "㟳"^^xsd:string ;
    rdfs:comment "name of a mountain"@en .

<http://lexvo.org/id/char/37F4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%9F%B4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ku%C3%A0i%20ku%C7%90%20w%C4%9Bi>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fai3%20fan4%20fan6>,
        <http://lexvo.org/id/term/yue/%E3%9F%B4>,
        "㟴"^^xsd:string ;
    rdfs:comment "lump on the hills, rugged; rough; rough, lofty; steep, the dejection one feels at heart"@en .

<http://lexvo.org/id/char/37F5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%9F%B5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C7%8Eng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gong1>,
        <http://lexvo.org/id/term/yue/%E3%9F%B5>,
        "㟵"^^xsd:string ;
    rdfs:comment "(non-classical form of 岡) ridge (of a hill or mountain)"@en .

<http://lexvo.org/id/char/37F6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%9F%B6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/yu%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zyun4>,
        <http://lexvo.org/id/term/yue/%E3%9F%B6>,
        "㟶"^^xsd:string ;
    rdfs:comment "mountain peak; mountain top; summit"@en .

<http://lexvo.org/id/char/37F7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%9F%B7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/da>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dap3>,
        <http://lexvo.org/id/term/yue/%E3%9F%B7>,
        "㟷"^^xsd:string ;
    rdfs:comment "a wart; a pustule; a pimple, a round lump"@en .

<http://lexvo.org/id/char/37F8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/gou1>,
        <http://lexvo.org/id/term/yue/%E3%9F%B8>,
        "㟸"^^xsd:string ;
    rdfs:comment "(non-classical form) name of pavilion (garden) in ancient China, name of a mountain"@en .

<http://lexvo.org/id/char/37F9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%9F%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%A1o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/liu4%20lou4>,
        <http://lexvo.org/id/term/yue/%E3%9F%B9>,
        "㟹"^^xsd:string ;
    rdfs:comment "the appearance of a mountain is lofty and steep and profound"@en .

<http://lexvo.org/id/char/37FA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%9F%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%B3u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/laau4>,
        <http://lexvo.org/id/term/yue/%E3%9F%BA>,
        "㟺"^^xsd:string ;
    rdfs:comment "mountain top; summit"@en .

<http://lexvo.org/id/char/37FB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%9F%BB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cim3%20ding1%20zam2>,
        <http://lexvo.org/id/term/yue/%E3%9F%BB>,
        "㟻"^^xsd:string ;
    rdfs:comment "(same as 塹) the moat around a city, a pit; a hole or cavity in the ground (same as 嶄) (of a mountain) high and pointed, novel; new"@en .

<http://lexvo.org/id/char/37FC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C3%A1o>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%9F%BC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ngou4%20ngou4>,
        <http://lexvo.org/id/term/yue/%E3%9F%BC>,
        "㟼"^^xsd:string ;
    rdfs:comment "name of a place in Shandong Province, mountain with lots of small rocks"@en .

<http://lexvo.org/id/char/37FD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%9F%BD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/bi%C7%8Eo>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/biu2>,
        <http://lexvo.org/id/term/yue/%E3%9F%BD>,
        "㟽"^^xsd:string ;
    rdfs:comment "mountain top; summit, pointing mountain"@en .

<http://lexvo.org/id/char/37FE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/zung4>,
        <http://lexvo.org/id/term/yue/%E3%9F%BE>,
        "㟾"^^xsd:string ;
    rdfs:comment "name of a mountain in county Jian"@en .

<http://lexvo.org/id/char/37FF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%9F%BF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A1ng%20m%C7%8Eng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mong5>,
        <http://lexvo.org/id/term/yue/%E3%9F%BF>,
        "㟿"^^xsd:string ;
    rdfs:comment "high and steep, name of a mountain"@en .

<http://lexvo.org/id/char/3800> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A0%80>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C7%8Eo>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dou2>,
        <http://lexvo.org/id/term/yue/%E3%A0%80>,
        "㠀"^^xsd:string ;
    rdfs:comment "(same as 島) island; isle"@en .

<http://lexvo.org/id/char/3801> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/caam1>,
        <http://lexvo.org/id/term/yue/%E3%A0%81>,
        "㠁"^^xsd:string ;
    rdfs:comment "irregular outline of a range of hills"@en .

<http://lexvo.org/id/char/3802> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C3%A1o>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A0%82>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ngou4>,
        <http://lexvo.org/id/term/yue/%E3%A0%82>,
        "㠂"^^xsd:string ;
    rdfs:comment "name of a place, lofty; steep, mountain with lots of small rocks"@en .

<http://lexvo.org/id/char/3803> a lvont:Character ;
    lvont:represents "㠃"^^xsd:string .

<http://lexvo.org/id/char/3804> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A0%84>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C3%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zaap6>,
        <http://lexvo.org/id/term/yue/%E3%A0%84>,
        "㠄"^^xsd:string ;
    rdfs:comment "name of a mountain in Yunnan Province"@en .

<http://lexvo.org/id/char/3805> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A0%85>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%BA%20f%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fuk1>,
        <http://lexvo.org/id/term/yue/%E3%A0%85>,
        "㠅"^^xsd:string ;
    rdfs:comment "to cover; to put a cover over something, name of a mountain"@en .

<http://lexvo.org/id/char/3806> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/daan1>,
        <http://lexvo.org/id/term/yue/%E3%A0%86>,
        "㠆"^^xsd:string ;
    rdfs:comment "name of a mountain"@en .

<http://lexvo.org/id/char/3807> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A0%87>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zau6>,
        <http://lexvo.org/id/term/yue/%E3%A0%87>,
        "㠇"^^xsd:string ;
    rdfs:comment "name of a mountain ridge"@en .

<http://lexvo.org/id/char/3808> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A0%88>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/r%C3%B9n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zeon6>,
        <http://lexvo.org/id/term/yue/%E3%A0%88>,
        "㠈"^^xsd:string ;
    rdfs:comment "name of a place"@en .

<http://lexvo.org/id/char/3809> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A0%89>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%B3ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hiu1%20tung4>,
        <http://lexvo.org/id/term/yue/%E3%A0%89>,
        "㠉"^^xsd:string ;
    rdfs:comment "mountain; hill, bald hills, valley; ravine"@en .

<http://lexvo.org/id/char/380A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A0%8A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C5%AB>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/keoi1>,
        <http://lexvo.org/id/term/yue/%E3%A0%8A>,
        "㠊"^^xsd:string ;
    rdfs:comment "(same as U+5D87 嶇) a rugged, steep mountain"@en .

<http://lexvo.org/id/char/380B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C3%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A0%8B>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ngok6>,
        <http://lexvo.org/id/term/yue/%E3%A0%8B>,
        "㠋"^^xsd:string ;
    rdfs:comment "(same as 崿) a lofty mountain peak"@en .

<http://lexvo.org/id/char/380C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/hei1>,
        <http://lexvo.org/id/term/yue/%E3%A0%8C>,
        "㠌"^^xsd:string ;
    rdfs:comment "high; lofty; steep, (corrupted form of 嵌)"@en .

<http://lexvo.org/id/char/380D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A0%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%AD%20ji%C3%A9%20q%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/caap1%20zap6%20zit6>,
        <http://lexvo.org/id/term/yue/%E3%A0%8D>,
        "㠍"^^xsd:string ;
    rdfs:comment "lofty; majestic, name of a mountain"@en .

<http://lexvo.org/id/char/380E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A0%8E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%AD%20q%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zaap6>,
        <http://lexvo.org/id/term/yue/%E3%A0%8E>,
        "㠎"^^xsd:string ;
    rdfs:comment "(same as U+380D 㠍) a lofty mountain"@en .

<http://lexvo.org/id/char/380F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A0%8F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%A1>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gwaai3%20waa4%20wat6>,
        <http://lexvo.org/id/term/yue/%E3%A0%8F>,
        "㠏"^^xsd:string ;
    rdfs:comment "name of a mountain"@en .

<http://lexvo.org/id/char/3810> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A0%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%A0o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/caa4%20giu6%20kiu4>,
        <http://lexvo.org/id/term/yue/%E3%A0%90>,
        "㠐"^^xsd:string ;
    rdfs:comment "high and pointed mountain, mountain paths (same as 嶠) lofty"@en .

<http://lexvo.org/id/char/3811> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A0%91>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zu%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zeoi6>,
        <http://lexvo.org/id/term/yue/%E3%A0%91>,
        "㠑"^^xsd:string ;
    rdfs:comment "high mountain steep rugged and uneven"@en .

<http://lexvo.org/id/char/3812> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A0%92>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/bi%C7%8Eo>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/biu2>,
        <http://lexvo.org/id/term/yue/%E3%A0%92>,
        "㠒"^^xsd:string ;
    rdfs:comment "(same as U+37FD 㟽) mountain top; summit, pointed mountain top"@en .

<http://lexvo.org/id/char/3813> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A0%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A9ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mung4>,
        <http://lexvo.org/id/term/yue/%E3%A0%93>,
        "㠓"^^xsd:string ;
    rdfs:comment "name of a mountain"@en .

<http://lexvo.org/id/char/3814> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A0%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%A0i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bai3%20be6>,
        <http://lexvo.org/id/term/yue/%E3%A0%94>,
        "㠔"^^xsd:string ;
    rdfs:comment "shapes of the mountain, the strategic and dangious gorge, (a dialect) field in between of the valleys"@en .

<http://lexvo.org/id/char/3815> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A0%95>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C4%9Bi>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/waai5>,
        <http://lexvo.org/id/term/yue/%E3%A0%95>,
        "㠕"^^xsd:string ;
    rdfs:comment "(same as 嵬) lofty, precipitous; high and dangerous mountain"@en .

<http://lexvo.org/id/char/3816> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A0%96>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%AC%20y%C7%90>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zi4%20zi6>,
        <http://lexvo.org/id/term/yue/%E3%A0%96>,
        "㠖"^^xsd:string ;
    rdfs:comment "(same as 嶬) precipitous; nigh and dangerous, name of a mountain"@en .

<http://lexvo.org/id/char/3817> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C3%A0o%20w%C3%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A0%97>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bei1%20ou3>,
        <http://lexvo.org/id/term/yue/%E3%A0%97>,
        "㠗"^^xsd:string ;
    rdfs:comment "(same as 奧 嶴) deep in the mountain, name of a place in Zhejiang Province; at the hill side"@en .

<http://lexvo.org/id/char/3818> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A0%98>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%94>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zeoi6>,
        <http://lexvo.org/id/term/yue/%E3%A0%98>,
        "㠘"^^xsd:string ;
    rdfs:comment "(same as 嶼) an island"@en .

<http://lexvo.org/id/char/3819> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A0%99>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A1o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hou4>,
        <http://lexvo.org/id/term/yue/%E3%A0%99>,
        "㠙"^^xsd:string ;
    rdfs:comment "a mountain paths (same as 崤) name of a mountain"@en .

<http://lexvo.org/id/char/381A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A0%9A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/du%C3%AC%20zhu%C3%B3>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/deoi3%20zeoi3>,
        <http://lexvo.org/id/term/yue/%E3%A0%9A>,
        "㠚"^^xsd:string ;
    rdfs:comment "high and lofty"@en .

<http://lexvo.org/id/char/381B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A0%9B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C3%B2>,
        "㠛"^^xsd:string ;
    rdfs:comment "name a county"@en .

<http://lexvo.org/id/char/381C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A0%9C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zik6>,
        <http://lexvo.org/id/term/yue/%E3%A0%9C>,
        "㠜"^^xsd:string ;
    rdfs:comment "(same as 嶷) young kids smart and familiar with human affairs, range of mountains in Hunan Province"@en .

<http://lexvo.org/id/char/381D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A0%9D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/cu%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cyun4>,
        <http://lexvo.org/id/term/yue/%E3%A0%9D>,
        "㠝"^^xsd:string ;
    rdfs:comment "(non-classical 巑) lofty and steep mountains, to rise high"@en .

<http://lexvo.org/id/char/381E> a lvont:Character ;
    lvont:represents "㠞"^^xsd:string .

<http://lexvo.org/id/char/381F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A0%9F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lai4>,
        <http://lexvo.org/id/term/yue/%E3%A0%9F>,
        "㠟"^^xsd:string ;
    rdfs:comment "a mountain in ancient times; Lieshan in Guizhou province"@en .

<http://lexvo.org/id/char/3820> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A0%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%BA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lou4>,
        <http://lexvo.org/id/term/yue/%E3%A0%A0>,
        "㠠"^^xsd:string ;
    rdfs:comment "name of a mountain"@en .

<http://lexvo.org/id/char/3821> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A0%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ni%C7%8Eo>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/muk6%20niu5>,
        <http://lexvo.org/id/term/yue/%E3%A0%A1>,
        "㠡"^^xsd:string ;
    rdfs:comment "high and lofty"@en .

<http://lexvo.org/id/char/3822> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A0%A2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%A0%20hu%C3%A1i%20hu%C3%A0n%20m%C3%B2>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wai4%20wik6>,
        <http://lexvo.org/id/term/yue/%E3%A0%A2>,
        "㠢"^^xsd:string ;
    rdfs:comment "rugged and uneven, to shrink; to recoil; to cringe"@en .

<http://lexvo.org/id/char/3823> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A0%A3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%A0i%20l%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lik6>,
        <http://lexvo.org/id/term/yue/%E3%A0%A3>,
        "㠣"^^xsd:string ;
    rdfs:comment "a mountain in Jiangxi Province; southeast of Jingde county"@en .

<http://lexvo.org/id/char/3824> a lvont:Character ;
    lvont:represents "㠤"^^xsd:string .

<http://lexvo.org/id/char/3825> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A0%A5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C7%9C>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/leoi6>,
        <http://lexvo.org/id/term/yue/%E3%A0%A5>,
        "㠥"^^xsd:string ;
    rdfs:comment "rugged and uneven, high and lofty, to roll stones down hill, piles of stones"@en .

<http://lexvo.org/id/char/3826> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/fung1%20gaam3%20haat6>,
        <http://lexvo.org/id/term/yue/%E3%A0%A6>,
        "㠦"^^xsd:string ;
    rdfs:comment "name of a mountain"@en .

<http://lexvo.org/id/char/3827> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A0%A7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%AD%20m%C7%90>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mei5>,
        <http://lexvo.org/id/term/yue/%E3%A0%A7>,
        "㠧"^^xsd:string ;
    rdfs:comment "a little slanted; smooth, name of a mountain"@en .

<http://lexvo.org/id/char/3828> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A0%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gwaat1%20waat1>,
        <http://lexvo.org/id/term/yue/%E3%A0%A8>,
        "㠨"^^xsd:string ;
    rdfs:comment "misty mountain"@en .

<http://lexvo.org/id/char/3829> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/fong1>,
        <http://lexvo.org/id/term/yue/%E3%A0%A9>,
        "㠩"^^xsd:string ;
    rdfs:comment "(same as 芒 荒) vast, to reach, dwell, to negelect; to leave completely unattended to"@en .

<http://lexvo.org/id/char/382A> a lvont:Character ;
    lvont:label "5" ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A0%AA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/geoi6>,
        <http://lexvo.org/id/term/yue/%E3%A0%AA>,
        "㠪"^^xsd:string ;
    rdfs:comment "ancient form of 五 'five'"@en .

<http://lexvo.org/id/char/382B> a lvont:Character ;
    lvont:represents "㠫"^^xsd:string .

<http://lexvo.org/id/char/382C> a lvont:Character ;
    lvont:represents "㠬"^^xsd:string .

<http://lexvo.org/id/char/382D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A0%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C7%8En%20zh%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zin2>,
        <http://lexvo.org/id/term/yue/%E3%A0%AD>,
        "㠭"^^xsd:string ;
    rdfs:comment "to open, to stretch; to extend, to unfold; to dilate; to prolong"@en .

<http://lexvo.org/id/char/382E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/pang1>,
        <http://lexvo.org/id/term/yue/%E3%A0%AE>,
        "㠮"^^xsd:string ;
    rdfs:comment "to expand, to swell, (non-classical form of 肛) the anus"@en .

<http://lexvo.org/id/char/382F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A0%AF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%90>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zyu5>,
        <http://lexvo.org/id/term/yue/%E3%A0%AF>,
        "㠯"^^xsd:string ;
    rdfs:comment "according to; to use; with, for"@en .

<http://lexvo.org/id/char/3830> a lvont:Character ;
    lvont:represents "㠰"^^xsd:string .

<http://lexvo.org/id/char/3831> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A0%B1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%AC%20q%C7%90>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gei6>,
        <http://lexvo.org/id/term/yue/%E3%A0%B1>,
        "㠱"^^xsd:string ;
    rdfs:comment "to set with the legs clossed (standard form of 踞), (ancient form of 箕) a winnowing basket, a dust basket, (same as 杞) a state in ancient times"@en .

<http://lexvo.org/id/char/3832> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A0%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C7%90>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/baat6%20bei2%20bok3>,
        <http://lexvo.org/id/term/yue/%E3%A0%B2>,
        "㠲"^^xsd:string ;
    rdfs:comment "ripped; split"@en .

<http://lexvo.org/id/char/3833> a lvont:Character ;
    lvont:represents "㠳"^^xsd:string .

<http://lexvo.org/id/char/3834> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A0%B4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/r%C3%A8n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zaan6>,
        <http://lexvo.org/id/term/yue/%E3%A0%B4>,
        "㠴"^^xsd:string ;
    rdfs:comment "a pillow case"@en .

<http://lexvo.org/id/char/3835> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/fong1>,
        <http://lexvo.org/id/term/yue/%E3%A0%B5>,
        "㠵"^^xsd:string ;
    rdfs:comment "a turban; headdress; a scarf, a piece of cloth (fabric) used to cover something"@en .

<http://lexvo.org/id/char/3836> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A0%B6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/faan4>,
        <http://lexvo.org/id/term/yue/%E3%A0%B6>,
        "㠶"^^xsd:string ;
    rdfs:comment "(a variant of U+5E06 帆) a sail, to sail"@en .

<http://lexvo.org/id/char/3837> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A0%B7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C3%A9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gok3%20hon6%20kaau3>,
        <http://lexvo.org/id/term/yue/%E3%A0%B7>,
        "㠷"^^xsd:string ;
    rdfs:comment "a vessel for rice, mats on carritage"@en .

<http://lexvo.org/id/char/3838> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A0%B8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fu3%20gu1>,
        <http://lexvo.org/id/term/yue/%E3%A0%B8>,
        "㠸"^^xsd:string ;
    rdfs:comment "(same as 衭) the lapel or collor of a garment or robe, (Cant., same as 褲) drawers, trousers or pants"@en .

<http://lexvo.org/id/char/3839> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A0%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%A8>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gaai3>,
        <http://lexvo.org/id/term/yue/%E3%A0%B9>,
        "㠹"^^xsd:string ;
    rdfs:comment "a turban; a headdress a scarf"@en .

<http://lexvo.org/id/char/383A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A0%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/mi%C3%A1o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/saa1>,
        <http://lexvo.org/id/term/yue/%E3%A0%BA>,
        "㠺"^^xsd:string ;
    rdfs:comment "a fine thread, a net with small; tiny holes"@en .

<http://lexvo.org/id/char/383B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/hei1>,
        <http://lexvo.org/id/term/yue/%E3%A0%BB>,
        "㠻"^^xsd:string ;
    rdfs:comment "(same as 希) rare, to hope; to expect"@en .

<http://lexvo.org/id/char/383C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/si1>,
        <http://lexvo.org/id/term/yue/%E3%A0%BC>,
        "㠼"^^xsd:string .

<http://lexvo.org/id/char/383D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A0%BD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%B3ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tung4>,
        <http://lexvo.org/id/term/yue/%E3%A0%BD>,
        "㠽"^^xsd:string ;
    rdfs:comment "a dish-cloth; a mopper; a cleaning rag"@en .

<http://lexvo.org/id/char/383E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/yu%C4%81n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zyun1%20zyun3>,
        <http://lexvo.org/id/term/yue/%E3%A0%BE>,
        "㠾"^^xsd:string ;
    rdfs:comment "a dish-cloth; a mopper; a cleaning rag, headdress; a scarf; turban"@en .

<http://lexvo.org/id/char/383F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A0%BF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C7%90>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zi1>,
        <http://lexvo.org/id/term/yue/%E3%A0%BF>,
        "㠿"^^xsd:string ;
    rdfs:comment "a kind of delicate and fine fabric, a napkin; kerchief or towel, a headwear"@en .

<http://lexvo.org/id/char/3840> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A1%80>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bai6>,
        <http://lexvo.org/id/term/yue/%E3%A1%80>,
        "㡀"^^xsd:string ;
    rdfs:comment "ragged clothing, ragged; old and wear out"@en .

<http://lexvo.org/id/char/3841> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A1%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C7%8Ei%20ku%C3%A0>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kai2%20kwaa1%20kwaa3%20pong4%20tap3>,
        <http://lexvo.org/id/term/yue/%E3%A1%81>,
        "㡁"^^xsd:string ;
    rdfs:comment "a robe; a long gown, a shirt; a short gown"@en .

<http://lexvo.org/id/char/3842> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A1%82>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lai6>,
        <http://lexvo.org/id/term/yue/%E3%A1%82>,
        "㡂"^^xsd:string ;
    rdfs:comment "remains; remnants"@en .

<http://lexvo.org/id/char/3843> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/fong1>,
        <http://lexvo.org/id/term/yue/%E3%A1%83>,
        "㡃"^^xsd:string ;
    rdfs:comment "an artisan to soften raw silk by boiling and to dye the dressed silk"@en .

<http://lexvo.org/id/char/3844> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A1%84>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C7%94n%20x%C3%BAn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/seon1%20seon2>,
        <http://lexvo.org/id/term/yue/%E3%A1%84>,
        "㡄"^^xsd:string ;
    rdfs:comment "colar"@en .

<http://lexvo.org/id/char/3845> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A1%85>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/nu%C7%92>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/no5>,
        <http://lexvo.org/id/term/yue/%E3%A1%85>,
        "㡅"^^xsd:string ;
    rdfs:comment "storage room"@en .

<http://lexvo.org/id/char/3846> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/fong1>,
        <http://lexvo.org/id/term/yue/%E3%A1%86>,
        "㡆"^^xsd:string ;
    rdfs:comment "(same as U+3843 㡃) an artisan to soften raw silk by boiling and to dye the dressed silk"@en .

<http://lexvo.org/id/char/3847> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A1%87>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%AD%20zh%C3%A9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zip3>,
        <http://lexvo.org/id/term/yue/%E3%A1%87>,
        "㡇"^^xsd:string ;
    rdfs:comment "colar, the front of a Chinese gown, lapel of a Chinese dress worn by the literati in former days"@en .

<http://lexvo.org/id/char/3848> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A1%88>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A9n%20w%C3%A8n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/man6>,
        <http://lexvo.org/id/term/yue/%E3%A1%88>,
        "㡈"^^xsd:string ;
    rdfs:comment "the ropes attached to the bier and held by mourners, mourning garments, a ceremonial cap for high ministers in old China"@en .

<http://lexvo.org/id/char/3849> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A1%89>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A1n%20y%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zin4>,
        <http://lexvo.org/id/term/yue/%E3%A1%89>,
        "㡉"^^xsd:string ;
    rdfs:comment "a kind of fabric, a county in today's Shandong Province; southwest of Huangxian"@en .

<http://lexvo.org/id/char/384A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A1%8A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C3%A0%20qi%C7%8En>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/haap1%20hap6>,
        <http://lexvo.org/id/term/yue/%E3%A1%8A>,
        "㡊"^^xsd:string ;
    rdfs:comment "(same as 帢) a kind of cap worn by an officer in old China"@en .

<http://lexvo.org/id/char/384B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C3%A8%20y%C3%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A1%8B>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zim1>,
        <http://lexvo.org/id/term/yue/%E3%A1%8B>,
        "㡋"^^xsd:string ;
    rdfs:comment "a kind of headdress for man in old China, a bag used to feed the horses"@en .

<http://lexvo.org/id/char/384C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A1%8C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A0o%20m%C3%A8i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mou6>,
        <http://lexvo.org/id/term/yue/%E3%A1%8C>,
        "㡌"^^xsd:string ;
    rdfs:comment "(same as 帽) a hat; a headwear, a cap (of fountain-pen, crew, etc.)"@en .

<http://lexvo.org/id/char/384D> a lvont:Character ;
    lvont:represents "㡍"^^xsd:string .

<http://lexvo.org/id/char/384E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/saam1>,
        <http://lexvo.org/id/term/yue/%E3%A1%8E>,
        "㡎"^^xsd:string ;
    rdfs:comment "(simplified form of 幓) (same as 縿) the long bands or ribbons attrached to flags and banners (same as 襂) the feather decorected carriages or dresses; flapping and dangling, headdress used by man in ancient times"@en .

<http://lexvo.org/id/char/384F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A1%8F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%B3u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/so1>,
        <http://lexvo.org/id/term/yue/%E3%A1%8F>,
        "㡏"^^xsd:string ;
    rdfs:comment "to cut a strip of cloth; a breadth of material, (same as 繻) fine gauze, frayed edges of silk, silk torn into two pieces, one ofwhich was given as a credential and the other retained, a loose garment or cloak; fine clothes, the left over material after cutting; ragged fabric"@en .

<http://lexvo.org/id/char/3850> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/zin1>,
        <http://lexvo.org/id/term/yue/%E3%A1%90>,
        "㡐"^^xsd:string ;
    rdfs:comment "(non-classical form) flags, pennants, streamers, etc."@en .

<http://lexvo.org/id/char/3851> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A1%91>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C4%81o>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C7%8Eo>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hau1%20ziu2>,
        <http://lexvo.org/id/term/yue/%E3%A1%91>,
        "㡑"^^xsd:string ;
    rdfs:comment "ancient mourning turban worn by women, to hem, turban worn by men"@en .

<http://lexvo.org/id/char/3852> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/zeon1>,
        <http://lexvo.org/id/term/yue/%E3%A1%92>,
        "㡒"^^xsd:string ;
    rdfs:comment "a calico sack for grain, etc."@en .

<http://lexvo.org/id/char/3853> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C5%ABn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kwaan1>,
        <http://lexvo.org/id/term/yue/%E3%A1%93>,
        "㡓"^^xsd:string ;
    rdfs:comment "drawers; trousers or pants"@en .

<http://lexvo.org/id/char/3854> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A1%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mou6>,
        <http://lexvo.org/id/term/yue/%E3%A1%94>,
        "㡔"^^xsd:string ;
    rdfs:comment "oiled calico, varnish-cloth used to cover the cross-bean in front of the shafts of a carriage"@en .

<http://lexvo.org/id/char/3855> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/zing1>,
        <http://lexvo.org/id/term/yue/%E3%A1%95>,
        "㡕"^^xsd:string ;
    rdfs:comment "(same as 央) sharp; distinct, bright-colored"@en .

<http://lexvo.org/id/char/3856> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A1%96>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/chu%C3%A1ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cong4>,
        <http://lexvo.org/id/term/yue/%E3%A1%96>,
        "㡖"^^xsd:string ;
    rdfs:comment "(same as 幢) to cover; a covering; a screen, a curtain for a carriage"@en .

<http://lexvo.org/id/char/3857> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A1%97>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tai4>,
        <http://lexvo.org/id/term/yue/%E3%A1%97>,
        "㡗"^^xsd:string ;
    rdfs:comment "red paper, a small piece of thin paper, ropes; cords; cables"@en .

<http://lexvo.org/id/char/3858> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A1%98>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lim4>,
        <http://lexvo.org/id/term/yue/%E3%A1%98>,
        "㡘"^^xsd:string ;
    rdfs:comment "screens; cloth partition; door curtain; door flap, (same as 縑) a kind of fine silk, beathery; featheriness"@en .

<http://lexvo.org/id/char/3859> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A1%99>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%AC%20p%C3%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bei1>,
        <http://lexvo.org/id/term/yue/%E3%A1%99>,
        "㡙"^^xsd:string ;
    rdfs:comment "curtain for carriage"@en .

<http://lexvo.org/id/char/385A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/haat6%20ngaau1>,
        <http://lexvo.org/id/term/yue/%E3%A1%9A>,
        "㡚"^^xsd:string ;
    rdfs:comment "armour, unlined garments"@en .

<http://lexvo.org/id/char/385B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A1%9B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A1ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mong4>,
        <http://lexvo.org/id/term/yue/%E3%A1%9B>,
        "㡛"^^xsd:string ;
    rdfs:comment "name for a workman who applied color in painting (in ancient times)"@en .

<http://lexvo.org/id/char/385C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A1%9C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xu%C4%9B>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/syut3>,
        <http://lexvo.org/id/term/yue/%E3%A1%9C>,
        "㡜"^^xsd:string ;
    rdfs:comment "ragged clothes, left over; remainder, the excess; the surplus, to cut out (of silk fabrics) as a design"@en .

<http://lexvo.org/id/char/385D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A1%9D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%A8ng%20f%C3%BA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fung6>,
        <http://lexvo.org/id/term/yue/%E3%A1%9D>,
        "㡝"^^xsd:string ;
    rdfs:comment "a napkin, kerchief, a headgear; articles for dressing the hair, a calligrapher's or painter's signature, seal, dedicatory notes, etc. on a painting, etc."@en .

<http://lexvo.org/id/char/385E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A1%9E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C4%9Bi%20l%C3%B3u%20l%C7%9A>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/laau4%20laau5%20leoi5>,
        <http://lexvo.org/id/term/yue/%E3%A1%9E>,
        "㡞"^^xsd:string ;
    rdfs:comment "a sack used to feed the horses, an old family name"@en .

<http://lexvo.org/id/char/385F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/zou1>,
        <http://lexvo.org/id/term/yue/%E3%A1%9F>,
        "㡟"^^xsd:string ;
    rdfs:comment "bed-mats for baby"@en .

<http://lexvo.org/id/char/3860> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A1%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%A8ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zing3>,
        <http://lexvo.org/id/term/yue/%E3%A1%A0>,
        "㡠"^^xsd:string ;
    rdfs:comment "a picture; one of a pair, as of scrolls, etc."@en .

<http://lexvo.org/id/char/3861> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A1%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%BA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cyu4>,
        <http://lexvo.org/id/term/yue/%E3%A1%A1>,
        "㡡"^^xsd:string ;
    rdfs:comment "(a variant of 幮 U+5E6E, 𢅥 U+22165) a screen used to make a temporary kitchen"@en .

<http://lexvo.org/id/char/3862> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A1%A2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/maan6>,
        <http://lexvo.org/id/term/yue/%E3%A1%A2>,
        "㡢"^^xsd:string ;
    rdfs:comment "(a variant of 幔) a curtain, a screen"@en .

<http://lexvo.org/id/char/3863> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A1%A3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%B3ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lung4>,
        <http://lexvo.org/id/term/yue/%E3%A1%A3>,
        "㡣"^^xsd:string ;
    rdfs:comment "(same as 龍) dragon, or the emperor; imperial, a Chinese family name"@en .

<http://lexvo.org/id/char/3864> a lvont:Character ;
    lvont:represents "㡤"^^xsd:string .

<http://lexvo.org/id/char/3865> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A1%A5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%90n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zaan2>,
        <http://lexvo.org/id/term/yue/%E3%A1%A5>,
        "㡥"^^xsd:string ;
    rdfs:comment "to curl up; to roll up, to wrap up; to bind"@en .

<http://lexvo.org/id/char/3866> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/baan1%20faan6>,
        <http://lexvo.org/id/term/yue/%E3%A1%A6>,
        "㡦"^^xsd:string ;
    rdfs:comment "mess; out of order, chaos; confusion, (of clothes) tattered; in rags"@en .

<http://lexvo.org/id/char/3867> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A1%A7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%A8ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/coeng1%20zing3>,
        <http://lexvo.org/id/term/yue/%E3%A1%A7>,
        "㡧"^^xsd:string ;
    rdfs:comment "to stretch open painting, (same as 幀) a picture (one of a pair as of scrolls, etc.)"@en .

<http://lexvo.org/id/char/3868> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A1%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C4%81n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cin1>,
        <http://lexvo.org/id/term/yue/%E3%A1%A8>,
        "㡨"^^xsd:string ;
    rdfs:comment "a label; a tag, to record, to make a note, to wipe; to scrub; to dust; to clean"@en .

<http://lexvo.org/id/char/3869> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A1%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/lu%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lyun4>,
        <http://lexvo.org/id/term/yue/%E3%A1%A9>,
        "㡩"^^xsd:string ;
    rdfs:comment "a girdle; a sash or scarf; a belt; a band; a ribbon; a string; a tie"@en .

<http://lexvo.org/id/char/386A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A1%AA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ni%C3%A9>,
        "㡪"^^xsd:string ;
    rdfs:comment "the varnish on the floor, to erase; to obliterate, to scribble"@en .

<http://lexvo.org/id/char/386B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A1%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zi3>,
        <http://lexvo.org/id/term/yue/%E3%A1%AB>,
        "㡫"^^xsd:string ;
    rdfs:comment "anxious, unsuccessful man"@en .

<http://lexvo.org/id/char/386C> a lvont:Character ;
    lvont:represents "㡬"^^xsd:string .

<http://lexvo.org/id/char/386D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A1%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%AC%20ku%C3%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gai3>,
        <http://lexvo.org/id/term/yue/%E3%A1%AD>,
        "㡭"^^xsd:string ;
    rdfs:comment "(standard, ancient form of U+7E7C 繼) to continue; to carry on, to follow; to inherit; to succeed to"@en .

<http://lexvo.org/id/char/386E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A1%AE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gaap6%20kaap6>,
        <http://lexvo.org/id/term/yue/%E3%A1%AE>,
        "㡮"^^xsd:string ;
    rdfs:comment "danger; precarious, to fear, lofty; high, just; honest, to grind, to cultivate; to polish"@en .

<http://lexvo.org/id/char/386F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A1%AF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%A1i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dok6%20dou6%20saam2%20zak6>,
        <http://lexvo.org/id/term/yue/%E3%A1%AF>,
        "㡯"^^xsd:string ;
    rdfs:comment "(ancient form of 宅) wall of a building, a house, to keep in the house, thriving; flourishing, blazing, (ancient form of 度) legal system; laws and institutions, to think; to consider; to ponder; to contemplate"@en .

<http://lexvo.org/id/char/3870> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A1%B0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%94>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zyu5>,
        <http://lexvo.org/id/term/yue/%E3%A1%B0>,
        "㡰"^^xsd:string ;
    rdfs:comment "(large seal type 宇) a house; a roof, appearance, space; the canopy of heaven, to cover"@en .

<http://lexvo.org/id/char/3871> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A1%B1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C7%94>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gaau3%20kaau3>,
        <http://lexvo.org/id/term/yue/%E3%A1%B1>,
        "㡱"^^xsd:string ;
    rdfs:comment "(same as 灸) (in Chinese medicine) to cauterize by burning moxa; moxa cautery; moxibustion"@en .

<http://lexvo.org/id/char/3872> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A1%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/waan4>,
        <http://lexvo.org/id/term/yue/%E3%A1%B2>,
        "㡲"^^xsd:string ;
    rdfs:comment "tiles (laid upside down) on a roof, ropes, to hold fast"@en .

<http://lexvo.org/id/char/3873> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A1%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C7%90%20zh%C3%A9%20zh%C7%90>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zi2>,
        <http://lexvo.org/id/term/yue/%E3%A1%B3>,
        "㡳"^^xsd:string ;
    rdfs:comment "mountain, (corrupted form of 底) underside; bottom; basis; foundation"@en .

<http://lexvo.org/id/char/3874> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/l%E1%BB%A5p>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kaap1%20lai1>,
        <http://lexvo.org/id/term/yue/%E3%A1%B4>,
        "㡴"^^xsd:string ;
    rdfs:comment "sound"@en .

<http://lexvo.org/id/char/3875> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A1%B5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%ADng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ling4%20ling5>,
        <http://lexvo.org/id/term/yue/%E3%A1%B5>,
        "㡵"^^xsd:string ;
    rdfs:comment "roof of the house connected"@en .

<http://lexvo.org/id/char/3876> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A1%B6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%AC%20zh%C7%90>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zi2>,
        <http://lexvo.org/id/term/yue/%E3%A1%B6>,
        "㡶"^^xsd:string ;
    rdfs:comment "dwell, to live in a depraved (crude; vulgar; inferior) place"@en .

<http://lexvo.org/id/char/3877> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A1%B7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C4%9Bn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bun2>,
        <http://lexvo.org/id/term/yue/%E3%A1%B7>,
        "㡷"^^xsd:string ;
    rdfs:comment "a family name"@en .

<http://lexvo.org/id/char/3878> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A1%B8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C7%8E%20zh%C3%A0>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zaa3>,
        <http://lexvo.org/id/term/yue/%E3%A1%B8>,
        "㡸"^^xsd:string ;
    rdfs:comment "a house; an unfinished house, uneven; irregular; unsuitable; ill-matched, tenon"@en .

<http://lexvo.org/id/char/3879> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A1%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zeoi1>,
        <http://lexvo.org/id/term/yue/%E3%A1%B9>,
        "㡹"^^xsd:string ;
    rdfs:comment "to rely upon each other"@en .

<http://lexvo.org/id/char/387A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A1%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/daan3>,
        <http://lexvo.org/id/term/yue/%E3%A1%BA>,
        "㡺"^^xsd:string ;
    rdfs:comment "a cottage; a small house, a small cup"@en .

<http://lexvo.org/id/char/387B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A1%BB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C3%A0o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/liu6>,
        <http://lexvo.org/id/term/yue/%E3%A1%BB>,
        "㡻"^^xsd:string ;
    rdfs:comment "(non-classical form of 廖) name of a small ancient State, a Chinese family name"@en .

<http://lexvo.org/id/char/387C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A1%BC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zi6>,
        <http://lexvo.org/id/term/yue/%E3%A1%BC>,
        "㡼"^^xsd:string ;
    rdfs:comment "a granary, a cabin, as in the ship, a corridor; a hallway"@en .

<http://lexvo.org/id/char/387D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A1%BD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%A0o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ziu6>,
        <http://lexvo.org/id/term/yue/%E3%A1%BD>,
        "㡽"^^xsd:string ;
    rdfs:comment "depraved talking"@en .

<http://lexvo.org/id/char/387E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A1%BE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/haan6>,
        <http://lexvo.org/id/term/yue/%E3%A1%BE>,
        "㡾"^^xsd:string ;
    rdfs:comment "a threshold; a door-sill"@en .

<http://lexvo.org/id/char/387F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A1%BF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cik1>,
        <http://lexvo.org/id/term/yue/%E3%A1%BF>,
        "㡿"^^xsd:string ;
    rdfs:comment "(standard form of 斥) to accuse; to blame, to expel; to drive off; to reject"@en .

<http://lexvo.org/id/char/3880> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A2%80>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C3%AC%20z%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ci3>,
        <http://lexvo.org/id/term/yue/%E3%A2%80>,
        "㢀"^^xsd:string ;
    rdfs:comment "side room"@en .

<http://lexvo.org/id/char/3881> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A2%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C7%90>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ci2>,
        <http://lexvo.org/id/term/yue/%E3%A2%81>,
        "㢁"^^xsd:string ;
    rdfs:comment "(same as U+388B 㢋) vast, to open up, enlarge or expand, the blot of a door; door latch, name of a person"@en .

<http://lexvo.org/id/char/3882> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A2%82>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%8En>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zim5>,
        <http://lexvo.org/id/term/yue/%E3%A2%82>,
        "㢂"^^xsd:string ;
    rdfs:comment "(terrains) of highly strategic; precipitious (hill, etc. a big mound; (same as U+3888 㢈) a collapsed house, to hit, to catch something"@en .

<http://lexvo.org/id/char/3883> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A2%83>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%A1ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/long4>,
        <http://lexvo.org/id/term/yue/%E3%A2%83>,
        "㢃"^^xsd:string ;
    rdfs:comment "high, magnanimity"@en .

<http://lexvo.org/id/char/3884> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A2%84>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%B2u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cim1%20daau6>,
        <http://lexvo.org/id/term/yue/%E3%A2%84>,
        "㢄"^^xsd:string ;
    rdfs:comment "a kind of utensil; implement; tool, a place of worship; a place where to honor by a service or rite; a place to offer sacrifices; a kitchen"@en .

<http://lexvo.org/id/char/3885> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A2%85>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%B2ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lung6>,
        <http://lexvo.org/id/term/yue/%E3%A2%85>,
        "㢅"^^xsd:string ;
    rdfs:comment "a shield; a screen, a tall building; an edifice, (same as 弄) an alley; a lane"@en .

<http://lexvo.org/id/char/3886> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A2%86>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cin4>,
        <http://lexvo.org/id/term/yue/%E3%A2%86>,
        "㢆"^^xsd:string ;
    rdfs:comment "(same as 廛) living space for one family in ancient times, a store; a shop, a hundred mu (equal to 733.50 square yards) cultivated land"@en .

<http://lexvo.org/id/char/3887> a lvont:Character ;
    lvont:represents "㢇"^^xsd:string .

<http://lexvo.org/id/char/3888> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A2%88>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/tu%C3%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/teoi4>,
        <http://lexvo.org/id/term/yue/%E3%A2%88>,
        "㢈"^^xsd:string ;
    rdfs:comment "a collapsed house; (same as U+5806 堆) to heap up; to pile"@en .

<http://lexvo.org/id/char/3889> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A2%89>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%A1>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/caa4>,
        <http://lexvo.org/id/term/yue/%E3%A2%89>,
        "㢉"^^xsd:string ;
    rdfs:comment "a room with open space, an old county near today's Shandong Province Yunchengxian"@en .

<http://lexvo.org/id/char/388A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C7%8Ei>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A2%8A>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/aai2>,
        <http://lexvo.org/id/term/yue/%E3%A2%8A>,
        "㢊"^^xsd:string ;
    rdfs:comment "to set side by side, to hide; to conceal, to store"@en .

<http://lexvo.org/id/char/388B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A2%8B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C7%90>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ci2>,
        <http://lexvo.org/id/term/yue/%E3%A2%8B>,
        "㢋"^^xsd:string ;
    rdfs:comment "vast, to open up, enlarge or expand"@en .

<http://lexvo.org/id/char/388C> a lvont:Character ;
    lvont:represents "㢌"^^xsd:string .

<http://lexvo.org/id/char/388D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A2%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%ADng%20y%C7%90ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zing2%20zoeng3%20zung2>,
        <http://lexvo.org/id/term/yue/%E3%A2%8D>,
        "㢍"^^xsd:string ;
    rdfs:comment "a long verabdah; a long porch"@en .

<http://lexvo.org/id/char/388E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A2%8E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%A0%20z%C3%A9%20zh%C3%A1i%20zh%C3%A9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cap3%20zaap1%20ziu3>,
        <http://lexvo.org/id/term/yue/%E3%A2%8E>,
        "㢎"^^xsd:string ;
    rdfs:comment "hide; conceal, a house not so high"@en .

<http://lexvo.org/id/char/388F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A2%8F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%B3u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tau4>,
        <http://lexvo.org/id/term/yue/%E3%A2%8F>,
        "㢏"^^xsd:string ;
    rdfs:comment "a cesspool; a manger, a trough; a flume; a chute, (same as 庾) a stack of grain, an ancient measure of capacity, a storage for water, (ancient form 逾) to pass over; to exceed"@en .

<http://lexvo.org/id/char/3890> a lvont:Character ;
    lvont:represents "㢐"^^xsd:string .

<http://lexvo.org/id/char/3891> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A2%91>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/tu%C3%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/teoi4>,
        <http://lexvo.org/id/term/yue/%E3%A2%91>,
        "㢑"^^xsd:string ;
    rdfs:comment "(corrupted form of U+3888 㢈) a collapsed house; (same as 堆) to heap up; to pile"@en .

<http://lexvo.org/id/char/3892> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A2%92>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%A1>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/caa4>,
        <http://lexvo.org/id/term/yue/%E3%A2%92>,
        "㢒"^^xsd:string ;
    rdfs:comment "an almost collapsing house"@en .

<http://lexvo.org/id/char/3893> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A2%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%8Eo%20zh%C3%A0ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zoeng3>,
        <http://lexvo.org/id/term/yue/%E3%A2%93>,
        "㢓"^^xsd:string ;
    rdfs:comment "(same as 障) to separate; to screen, a screen, a veil, a dike, to defend; to guard"@en .

<http://lexvo.org/id/char/3894> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A2%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C7%92ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cung1%20zaai1%20zung2>,
        <http://lexvo.org/id/term/yue/%E3%A2%94>,
        "㢔"^^xsd:string ;
    rdfs:comment "many; numerous; a crowd; the masses, two houses connected each other"@en .

<http://lexvo.org/id/char/3895> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/zung1>,
        <http://lexvo.org/id/term/yue/%E3%A2%95>,
        "㢕"^^xsd:string ;
    rdfs:comment "(same as 廱) harmony; peace, peaceful; mild"@en .

<http://lexvo.org/id/char/3896> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/pun1>,
        <http://lexvo.org/id/term/yue/%E3%A2%96>,
        "㢖"^^xsd:string ;
    rdfs:comment "a store house, to store"@en .

<http://lexvo.org/id/char/3897> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A2%97>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C3%A0o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hiu1%20hou4>,
        <http://lexvo.org/id/term/yue/%E3%A2%97>,
        "㢗"^^xsd:string ;
    rdfs:comment "a high house; a high building"@en .

<http://lexvo.org/id/char/3898> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A2%98>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/him3%20lim4>,
        <http://lexvo.org/id/term/yue/%E3%A2%98>,
        "㢘"^^xsd:string ;
    rdfs:comment "(non-classical form) (a variant of 廉) pure, modest, incorrupt, not avaricious--thus: reasonable in price"@en .

<http://lexvo.org/id/char/3899> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A2%99>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C3%ADn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gaan2%20kaan4%20saap1>,
        <http://lexvo.org/id/term/yue/%E3%A2%99>,
        "㢙"^^xsd:string ;
    rdfs:comment "(same as 廑) a hut; cottage, careful; eager; concern"@en .

<http://lexvo.org/id/char/389A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A2%9A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C7%94>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lou5>,
        <http://lexvo.org/id/term/yue/%E3%A2%9A>,
        "㢚"^^xsd:string ;
    rdfs:comment "a corridor; a hallway; rooms around the hall (the middle room of a Chinese house), a nunnery; a convent, a cottage; a hut, a mansion"@en .

<http://lexvo.org/id/char/389B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A2%9B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zim6>,
        <http://lexvo.org/id/term/yue/%E3%A2%9B>,
        "㢛"^^xsd:string ;
    rdfs:comment "small, a cabinet; a cupboard"@en .

<http://lexvo.org/id/char/389C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/kong2>,
        <http://lexvo.org/id/term/yue/%E3%A2%9C>,
        "㢜"^^xsd:string ;
    rdfs:comment "vast"@en .

<http://lexvo.org/id/char/389D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/sou1>,
        <http://lexvo.org/id/term/yue/%E3%A2%9D>,
        "㢝"^^xsd:string ;
    rdfs:comment "cottage; a coarse hourse, house with flat roof"@en .

<http://lexvo.org/id/char/389E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A2%9E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zi6>,
        <http://lexvo.org/id/term/yue/%E3%A2%9E>,
        "㢞"^^xsd:string ;
    rdfs:comment "rooms connected, moveable house ( a yurt, a portable, tentlike dwelling used by nomadic Mongols)"@en .

<http://lexvo.org/id/char/389F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A2%9F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C7%8En>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cin2>,
        <http://lexvo.org/id/term/yue/%E3%A2%9F>,
        "㢟"^^xsd:string ;
    rdfs:comment "to walk slowly; to stroll; to ramble"@en .

<http://lexvo.org/id/char/38A0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A2%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C7%92ng%20j%C3%B9n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gwing2>,
        <http://lexvo.org/id/term/yue/%E3%A2%A0>,
        "㢠"^^xsd:string ;
    rdfs:comment "(same as 迥) far; distant; separated"@en .

<http://lexvo.org/id/char/38A1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A2%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C7%8Eng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ceoi1%20ceot1%20zoeng2>,
        <http://lexvo.org/id/term/yue/%E3%A2%A1>,
        "㢡"^^xsd:string ;
    rdfs:comment "(same as 獎) to exhort; to encourage, to praise; to commend, to advise; to urge, to help"@en .

<http://lexvo.org/id/char/38A2> a lvont:Character ;
    lvont:represents "㢢"^^xsd:string .

<http://lexvo.org/id/char/38A3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A2%A3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%ACng%20q%C3%ADng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/king4%20king4>,
        <http://lexvo.org/id/term/yue/%E3%A2%A3>,
        "㢣"^^xsd:string ;
    rdfs:comment "(same as 擎) to lift; to lift up; to support"@en .

<http://lexvo.org/id/char/38A4> a lvont:Character ;
    lvont:represents "㢤"^^xsd:string .

<http://lexvo.org/id/char/38A5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A2%A5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%B2ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dung6>,
        <http://lexvo.org/id/term/yue/%E3%A2%A5>,
        "㢥"^^xsd:string ;
    rdfs:comment "a big piece of log to join the thick ropes; cable; used on a boat"@en .

<http://lexvo.org/id/char/38A6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/go1>,
        <http://lexvo.org/id/term/yue/%E3%A2%A6>,
        "㢦"^^xsd:string ;
    rdfs:comment "(corrupted form) wooden post or pile for tethering animals, small and sharp pile"@en .

<http://lexvo.org/id/char/38A7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A2%A7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ju%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gyun2>,
        <http://lexvo.org/id/term/yue/%E3%A2%A7>,
        "㢧"^^xsd:string ;
    rdfs:comment "(same as 卷) a book or painting which can be easily folded or rolled up, a division of a book"@en .

<http://lexvo.org/id/char/38A8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A2%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hon6>,
        <http://lexvo.org/id/term/yue/%E3%A2%A8>,
        "㢨"^^xsd:string ;
    rdfs:comment "to defend; to ward off; to refuse; to reject; to oppose, a frontier pass (in Wuxian) in ancient times, a county in ancient times"@en .

<http://lexvo.org/id/char/38A9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A2%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dik1%20dim3%20tiu4>,
        <http://lexvo.org/id/term/yue/%E3%A2%A9>,
        "㢩"^^xsd:string ;
    rdfs:comment "to shoot; to spurt, (same as 的) target for archery"@en .

<http://lexvo.org/id/char/38AA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/wu1>,
        <http://lexvo.org/id/term/yue/%E3%A2%AA>,
        "㢪"^^xsd:string ;
    rdfs:comment "to draw a full bow to aim at the target, to hold; to maintain; to uphold, to conduct"@en .

<http://lexvo.org/id/char/38AB> a lvont:Character ;
    lvont:represents "㢫"^^xsd:string .

<http://lexvo.org/id/char/38AC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A2%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%B3ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wang4>,
        <http://lexvo.org/id/term/yue/%E3%A2%AC>,
        "㢬"^^xsd:string ;
    rdfs:comment "(same as U+5F4B 彋) a bow stretched to the full"@en .

<http://lexvo.org/id/char/38AD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/tou1>,
        <http://lexvo.org/id/term/yue/%E3%A2%AD>,
        "㢭"^^xsd:string ;
    rdfs:comment "(non-classical form of 弢) a bow-case; a scabbard, to sheathe, to conceal"@en .

<http://lexvo.org/id/char/38AE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A2%AE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ci4>,
        <http://lexvo.org/id/term/yue/%E3%A2%AE>,
        "㢮"^^xsd:string ;
    rdfs:comment "(same as 弛) to unstring a bow; to relax; to neglect"@en .

<http://lexvo.org/id/char/38AF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A2%AF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%ADn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/deon1>,
        <http://lexvo.org/id/term/yue/%E3%A2%AF>,
        "㢯"^^xsd:string ;
    rdfs:comment "(same as 弴) bows (with carved pattern) used by the son of heaven -- the emperor, flags; streamers; banners, a flag-staff made of bamboo"@en .

<http://lexvo.org/id/char/38B0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A2%B0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%AC%20hu%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bei6>,
        <http://lexvo.org/id/term/yue/%E3%A2%B0>,
        "㢰"^^xsd:string ;
    rdfs:comment "to stretch a bow, the bow decorated with colorful silk and leather, bent; curved"@en .

<http://lexvo.org/id/char/38B1> a lvont:Character ;
    lvont:represents "㢱"^^xsd:string .

<http://lexvo.org/id/char/38B2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A2%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C3%B9n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/saan1%20seon3>,
        <http://lexvo.org/id/term/yue/%E3%A2%B2>,
        "㢲"^^xsd:string ;
    rdfs:comment "(same as 巽) the 5th of the Eight Diagrams 八卦, South-east, Mild, bland, insinuating, peaceful words"@en .

<http://lexvo.org/id/char/38B3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A2%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%BA%20l%C7%9C>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lou4>,
        <http://lexvo.org/id/term/yue/%E3%A2%B3>,
        "㢳"^^xsd:string ;
    rdfs:comment "(same as 玈) black color, a black bow; bow in general"@en .

<http://lexvo.org/id/char/38B4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/sai1>,
        <http://lexvo.org/id/term/yue/%E3%A2%B4>,
        "㢴"^^xsd:string ;
    rdfs:comment "(ancient form of 西) the west; western, European"@en .

<http://lexvo.org/id/char/38B5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A2%B5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%A8%20xi%C3%A9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hip3%20sip3>,
        <http://lexvo.org/id/term/yue/%E3%A2%B5>,
        "㢵"^^xsd:string ;
    rdfs:comment "powerful and strong bow, (interchangeable 5F3D 韘) archer's thumbring of leather"@en .

<http://lexvo.org/id/char/38B6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A2%B6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bat6>,
        <http://lexvo.org/id/term/yue/%E3%A2%B6>,
        "㢶"^^xsd:string ;
    rdfs:comment "(non-classical form of 弼) device for regulating bows; bow regulator, to correct, to assist; to aid"@en .

<http://lexvo.org/id/char/38B7> a lvont:Character ;
    lvont:represents "㢷"^^xsd:string .

<http://lexvo.org/id/char/38B8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A2%B8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/baat6%20mak3%20pong5>,
        <http://lexvo.org/id/term/yue/%E3%A2%B8>,
        "㢸"^^xsd:string ;
    rdfs:comment "(ancient form of 弼) device for regulating bows; bow regulator, to correct, to assist; to aid, to dust, to shake; to brush"@en .

<http://lexvo.org/id/char/38B9> a lvont:Character ;
    lvont:represents "㢹"^^xsd:string .

<http://lexvo.org/id/char/38BA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A2%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zin2%20zin4>,
        <http://lexvo.org/id/term/yue/%E3%A2%BA>,
        "㢺"^^xsd:string ;
    rdfs:comment "(non-classical form of 弦) string (of a bow, a musical instrument, etc.), chord of an arc, the first or last quarter ofa lunar month"@en .

<http://lexvo.org/id/char/38BB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A2%BB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C4%9Bi>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/waai2>,
        <http://lexvo.org/id/term/yue/%E3%A2%BB>,
        "㢻"^^xsd:string ;
    rdfs:comment "to draw a bow, bent"@en .

<http://lexvo.org/id/char/38BC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A2%BC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/bi%C3%A8>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bit3>,
        <http://lexvo.org/id/term/yue/%E3%A2%BC>,
        "㢼"^^xsd:string ;
    rdfs:comment "(same as 彆) awkward, unfavourable, unsuitable, not smooth"@en .

<http://lexvo.org/id/char/38BD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C4%9Br>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A2%BD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/nei6>,
        <http://lexvo.org/id/term/yue/%E3%A2%BD>,
        "㢽"^^xsd:string ;
    rdfs:comment "(same as 餌) a bait, cakes, food, to eat"@en .

<http://lexvo.org/id/char/38BE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A2%BE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ju%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gyun3>,
        <http://lexvo.org/id/term/yue/%E3%A2%BE>,
        "㢾"^^xsd:string ;
    rdfs:comment "the curved end of a bow"@en .

<http://lexvo.org/id/char/38BF> a lvont:Character ;
    lvont:represents "㢿"^^xsd:string .

<http://lexvo.org/id/char/38C0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A3%80>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%A8n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zan3>,
        <http://lexvo.org/id/term/yue/%E3%A3%80>,
        "㣀"^^xsd:string ;
    rdfs:comment "to rebound, to impeach, to play"@en .

<http://lexvo.org/id/char/38C1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A3%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%A8i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/baai3%20bei6>,
        <http://lexvo.org/id/term/yue/%E3%A3%81>,
        "㣁"^^xsd:string ;
    rdfs:comment "to equipt a bow with silk and muscular fibre"@en .

<http://lexvo.org/id/char/38C2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A3%82>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zik6>,
        <http://lexvo.org/id/term/yue/%E3%A3%82>,
        "㣂"^^xsd:string ;
    rdfs:comment "to bind, to pack up the bows and the cover of the bows"@en .

<http://lexvo.org/id/char/38C3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A3%83>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%94%20y%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zuk6>,
        <http://lexvo.org/id/term/yue/%E3%A3%83>,
        "㣃"^^xsd:string ;
    rdfs:comment "(same as 鬻) to sell; to buy, to nourish"@en .

<http://lexvo.org/id/char/38C4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A3%84>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C3%BA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/keoi4>,
        <http://lexvo.org/id/term/yue/%E3%A3%84>,
        "㣄"^^xsd:string ;
    rdfs:comment "powerful; strong bows, the end of the bows"@en .

<http://lexvo.org/id/char/38C5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A3%85>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zam1>,
        <http://lexvo.org/id/term/yue/%E3%A3%85>,
        "㣅"^^xsd:string ;
    rdfs:comment "bow-string; a chord; a straight road, to draw a bow, strong"@en .

<http://lexvo.org/id/char/38C6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A3%86>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%AD%20p%C3%A8i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/nei4>,
        <http://lexvo.org/id/term/yue/%E3%A3%86>,
        "㣆"^^xsd:string ;
    rdfs:comment "to loose the bow-string, a kind of jade, (same as 彌) full, great, boundless, to complete"@en .

<http://lexvo.org/id/char/38C7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A3%87>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C7%90%20y%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/caa3%20zi6>,
        <http://lexvo.org/id/term/yue/%E3%A3%87>,
        "㣇"^^xsd:string ;
    rdfs:comment "a kind of beast with long hair, other name for pig, fox, wild cat, raccoon"@en .

<http://lexvo.org/id/char/38C8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A3%88>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/si3>,
        <http://lexvo.org/id/term/yue/%E3%A3%88>,
        "㣈"^^xsd:string ;
    rdfs:comment "a kind of animal, a kind of rat, (interchangeable 肆) extremely; excessively; reckless; without restraint, to exhaust"@en .

<http://lexvo.org/id/char/38C9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/gung1>,
        <http://lexvo.org/id/term/yue/%E3%A3%89>,
        "㣉"^^xsd:string ;
    rdfs:comment "(ancient form of 工) labor, work, fine; delicate, to be skilled in"@en .

<http://lexvo.org/id/char/38CA> a lvont:Character ;
    lvont:represents "㣊"^^xsd:string .

<http://lexvo.org/id/char/38CB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/daan1>,
        <http://lexvo.org/id/term/yue/%E3%A3%8B>,
        "㣋"^^xsd:string ;
    rdfs:comment "(ancient form of 丹) cinnabar, red; scarlet, a pill, a sophisticated decoction"@en .

<http://lexvo.org/id/char/38CC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A3%8C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/saam3>,
        <http://lexvo.org/id/term/yue/%E3%A3%8C>,
        "㣌"^^xsd:string ;
    rdfs:comment "to join two things; contiguous; things connected end to end, sharp"@en .

<http://lexvo.org/id/char/38CD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A3%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%A1i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ciu1%20cong2%20toi4%20zaau2>,
        <http://lexvo.org/id/term/yue/%E3%A3%8D>,
        "㣍"^^xsd:string ;
    rdfs:comment "(ancient form of 台) a raised platform, eminent; exalted, name of a star"@en .

<http://lexvo.org/id/char/38CE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A3%8E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/man6%20muk6>,
        <http://lexvo.org/id/term/yue/%E3%A3%8E>,
        "㣎"^^xsd:string ;
    rdfs:comment "fine (material, etc.) and delicate (workmanship, etc.) decorative design or pattern"@en .

<http://lexvo.org/id/char/38CF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A3%8F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%ACng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zing6>,
        <http://lexvo.org/id/term/yue/%E3%A3%8F>,
        "㣏"^^xsd:string ;
    rdfs:comment "(ancient form of 靜) still; quiet; calm; silent; peaceful"@en .

<http://lexvo.org/id/char/38D0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A3%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/bi%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bin3>,
        <http://lexvo.org/id/term/yue/%E3%A3%90>,
        "㣐"^^xsd:string ;
    rdfs:comment "(ancient form of 變) to change; to transform; to switch; to alter, rebellion"@en .

<http://lexvo.org/id/char/38D1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A3%91>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/r%C3%B3ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zung4>,
        <http://lexvo.org/id/term/yue/%E3%A3%91>,
        "㣑"^^xsd:string ;
    rdfs:comment "double image, (non-classical form of 容) face; expression; countenance, to contain; to hold; to accept"@en .

<http://lexvo.org/id/char/38D2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A3%92>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C3%A8ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/saang3%20sik1>,
        <http://lexvo.org/id/term/yue/%E3%A3%92>,
        "㣒"^^xsd:string ;
    rdfs:comment "hair-raising, hairiness"@en .

<http://lexvo.org/id/char/38D3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A3%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/caan3>,
        <http://lexvo.org/id/term/yue/%E3%A3%93>,
        "㣓"^^xsd:string ;
    rdfs:comment "literary in taste; elegant; ornamental, beautiful and gorgeous"@en .

<http://lexvo.org/id/char/38D4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/ding1>,
        <http://lexvo.org/id/term/yue/%E3%A3%94>,
        "㣔"^^xsd:string ;
    rdfs:comment "to walk alone, to insist on one's ways in doing things"@en .

<http://lexvo.org/id/char/38D5> a lvont:Character ;
    lvont:represents "㣕"^^xsd:string .

<http://lexvo.org/id/char/38D6> a lvont:Character ;
    lvont:represents "㣖"^^xsd:string .

<http://lexvo.org/id/char/38D7> a lvont:Character ;
    lvont:represents "㣗"^^xsd:string .

<http://lexvo.org/id/char/38D8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/keoi1>,
        <http://lexvo.org/id/term/yue/%E3%A3%98>,
        "㣘"^^xsd:string ;
    rdfs:comment "(same as 跔) spasms, cramps in the feet and legs, in cold day the joints of the feet and legs unable to stretch"@en .

<http://lexvo.org/id/char/38D9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A3%99>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dek6%20duk6>,
        <http://lexvo.org/id/term/yue/%E3%A3%99>,
        "㣙"^^xsd:string ;
    rdfs:comment "to walk in an easy and leisurely manner, (same as 宙) time--past, present and future, infinite time; time without beginning or end; eternity"@en .

<http://lexvo.org/id/char/38DA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A3%9A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%B3ng%20t%C7%92ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tung2%20tung4>,
        <http://lexvo.org/id/term/yue/%E3%A3%9A>,
        "㣚"^^xsd:string ;
    rdfs:comment "to go straight forward, (same as 衕) a lane; an alley, (same as 侗) ignorant; rude; rustic; straight-forward; uninterrupted; no obstacle"@en .

<http://lexvo.org/id/char/38DB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A3%9B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%A0>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dap6>,
        <http://lexvo.org/id/term/yue/%E3%A3%9B>,
        "㣛"^^xsd:string ;
    rdfs:comment "walking, (ancient form form of 會) to meet, to gather, to be able, to realize"@en .

<http://lexvo.org/id/char/38DC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A3%9C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C3%ADng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/haang4>,
        <http://lexvo.org/id/term/yue/%E3%A3%9C>,
        "㣜"^^xsd:string ;
    rdfs:comment "to walk; to go"@en .

<http://lexvo.org/id/char/38DD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/sung1>,
        <http://lexvo.org/id/term/yue/%E3%A3%9D>,
        "㣝"^^xsd:string ;
    rdfs:comment "a Chinese family name"@en .

<http://lexvo.org/id/char/38DE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A3%9E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/du%C3%B3%20du%C3%B2>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dyut6>,
        <http://lexvo.org/id/term/yue/%E3%A3%9E>,
        "㣞"^^xsd:string ;
    rdfs:comment "to walki; to go"@en .

<http://lexvo.org/id/char/38DF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A3%9F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hei3>,
        <http://lexvo.org/id/term/yue/%E3%A3%9F>,
        "㣟"^^xsd:string ;
    rdfs:comment "to go; to walk"@en .

<http://lexvo.org/id/char/38E0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A3%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%B3ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tou4>,
        <http://lexvo.org/id/term/yue/%E3%A3%A0>,
        "㣠"^^xsd:string ;
    rdfs:comment "a rope decorated with bronze ornament (for leading cattle), a family name"@en .

<http://lexvo.org/id/char/38E1> a lvont:Character ;
    lvont:represents "㣡"^^xsd:string .

<http://lexvo.org/id/char/38E2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A3%A2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/daai1%20taai4>,
        <http://lexvo.org/id/term/yue/%E3%A3%A2>,
        "㣢"^^xsd:string ;
    rdfs:comment "to rest from work; to take a rest"@en .

<http://lexvo.org/id/char/38E3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A3%A3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C7%8En%20sh%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/saam2%20sim2>,
        <http://lexvo.org/id/term/yue/%E3%A3%A3>,
        "㣣"^^xsd:string ;
    rdfs:comment "to walk in an unsteady way; to swing to and from, to doubt, to suspect"@en .

<http://lexvo.org/id/char/38E4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A3%A4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cin5>,
        <http://lexvo.org/id/term/yue/%E3%A3%A4>,
        "㣤"^^xsd:string ;
    rdfs:comment "(same as 踐) to tread upon; to trample, to carry out; to perform"@en .

<http://lexvo.org/id/char/38E5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A3%A5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zi6>,
        <http://lexvo.org/id/term/yue/%E3%A3%A5>,
        "㣥"^^xsd:string ;
    rdfs:comment "(same as 偫) to store up, savings and/or reserves, complete with every; having nothing short; all; the whole"@en .

<http://lexvo.org/id/char/38E6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/wai1>,
        <http://lexvo.org/id/term/yue/%E3%A3%A6>,
        "㣦"^^xsd:string ;
    rdfs:comment "a winding path"@en .

<http://lexvo.org/id/char/38E7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A3%A7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%ACn%20y%C7%92ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zaan6>,
        <http://lexvo.org/id/term/yue/%E3%A3%A7>,
        "㣧"^^xsd:string ;
    rdfs:comment "(same as 胤) the succession in a family; posterity; heirs, to inherit; to follow after"@en .

<http://lexvo.org/id/char/38E8> a lvont:Character ;
    lvont:represents "㣨"^^xsd:string .

<http://lexvo.org/id/char/38E9> a lvont:Character ;
    lvont:represents "㣩"^^xsd:string .

<http://lexvo.org/id/char/38EA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A3%AA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C7%8En%20ku%C3%B2>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wun6>,
        <http://lexvo.org/id/term/yue/%E3%A3%AA>,
        "㣪"^^xsd:string ;
    rdfs:comment "to walk with slow steps; proceed slowly"@en .

<http://lexvo.org/id/char/38EB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A3%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C7%92ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dung2>,
        <http://lexvo.org/id/term/yue/%E3%A3%AB>,
        "㣫"^^xsd:string ;
    rdfs:comment "(same as 踵) the heel, to follow, to call personally at; to go personally to, (ancient form 動) to move; to start; to shake, to excite; to rouse; to take action"@en .

<http://lexvo.org/id/char/38EC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A3%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cap1>,
        <http://lexvo.org/id/term/yue/%E3%A3%AC>,
        "㣬"^^xsd:string ;
    rdfs:comment "to walk"@en .

<http://lexvo.org/id/char/38ED> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/zung1>,
        <http://lexvo.org/id/term/yue/%E3%A3%AD>,
        "㣭"^^xsd:string ;
    rdfs:comment "number, several; a few, a kind of caldron or kettle, to walk"@en .

<http://lexvo.org/id/char/38EE> a lvont:Character ;
    lvont:represents "㣮"^^xsd:string .

<http://lexvo.org/id/char/38EF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A3%AF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A8>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sit3>,
        <http://lexvo.org/id/term/yue/%E3%A3%AF>,
        "㣯"^^xsd:string ;
    rdfs:comment "the dresses toss and flying about in the wind, to shake; to toss, to wave, to scull; to row, to agitate"@en .

<http://lexvo.org/id/char/38F0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A3%B0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A8>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sik1>,
        <http://lexvo.org/id/term/yue/%E3%A3%B0>,
        "㣰"^^xsd:string ;
    rdfs:comment "to shake; to rattle"@en .

<http://lexvo.org/id/char/38F1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A3%B1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C3%A9%20zu%C3%B2>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zak3>,
        <http://lexvo.org/id/term/yue/%E3%A3%B1>,
        "㣱"^^xsd:string ;
    rdfs:comment "common people; people in ordinary feature or countenance, to walk, to go in a hurry"@en .

<http://lexvo.org/id/char/38F2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A3%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C3%A9i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mei4>,
        <http://lexvo.org/id/term/yue/%E3%A3%B2>,
        "㣲"^^xsd:string ;
    rdfs:comment "(non-classical form of 微) small, low, weak; feeble"@en .

<http://lexvo.org/id/char/38F3> a lvont:Character ;
    lvont:represents "㣳"^^xsd:string .

<http://lexvo.org/id/char/38F4> a lvont:Character ;
    lvont:represents "㣴"^^xsd:string .

<http://lexvo.org/id/char/38F5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A3%B5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%A0>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/taat3>,
        <http://lexvo.org/id/term/yue/%E3%A3%B5>,
        "㣵"^^xsd:string ;
    rdfs:comment "to run away; to flee; to escape; to evade, (interchangeable 達) to reach; to arrive at, to walk away without meeting each other"@en .

<http://lexvo.org/id/char/38F6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A3%B6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C4%81n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zin1>,
        <http://lexvo.org/id/term/yue/%E3%A3%B6>,
        "㣶"^^xsd:string ;
    rdfs:comment "to walk, to go, to hide; to conceal, very difficult to proceed"@en .

<http://lexvo.org/id/char/38F7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A3%B7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C3%ACng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ning6>,
        <http://lexvo.org/id/term/yue/%E3%A3%B7>,
        "㣷"^^xsd:string ;
    rdfs:comment "walking"@en .

<http://lexvo.org/id/char/38F8> a lvont:Character ;
    lvont:represents "㣸"^^xsd:string .

<http://lexvo.org/id/char/38F9> a lvont:Character ;
    lvont:represents "㣹"^^xsd:string .

<http://lexvo.org/id/char/38FA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/sam1>,
        <http://lexvo.org/id/term/yue/%E3%A3%BA>,
        "㣺"^^xsd:string ;
    rdfs:comment "(variant of 心) the heart, the moral nature, the mind, the affections, intention, the radical on left side of the character"@en .

<http://lexvo.org/id/char/38FB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A3%BB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ngai6>,
        <http://lexvo.org/id/term/yue/%E3%A3%BB>,
        "㣻"^^xsd:string ;
    rdfs:comment "to remedy by punishment; to punish; to reprove; to warn, in great distress; suffering hardships; distress; trouble; worry"@en .

<http://lexvo.org/id/char/38FC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A3%BC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/r%C4%9Bn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zaan2>,
        <http://lexvo.org/id/term/yue/%E3%A3%BC>,
        "㣼"^^xsd:string ;
    rdfs:comment "(same as 忍) to endure; to bear; to forbear; to repress"@en .

<http://lexvo.org/id/char/38FD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A3%BD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/syu3>,
        <http://lexvo.org/id/term/yue/%E3%A3%BD>,
        "㣽"^^xsd:string ;
    rdfs:comment "(ancient form of 恕) to forgive; to pardon, (ancient form 怒) anger; wrath; indignation; rage"@en .

<http://lexvo.org/id/char/38FE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A3%BE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%A0>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/caa3>,
        <http://lexvo.org/id/term/yue/%E3%A3%BE>,
        "㣾"^^xsd:string ;
    rdfs:comment "do not care; unmindful of"@en .

<http://lexvo.org/id/char/38FF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A3%BF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zhu%C3%B3>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/coek3%20niu5%20zoek3>,
        <http://lexvo.org/id/term/yue/%E3%A3%BF>,
        "㣿"^^xsd:string ;
    rdfs:comment "painfully sad, scared; afraid; fearful, anger, melancholoy; grievous; mournful; sad, to be concerned about"@en .

<http://lexvo.org/id/char/3900> a lvont:Character ;
    lvont:represents "㤀"^^xsd:string .

<http://lexvo.org/id/char/3901> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A4%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/mi%C7%8En%20ti%C7%8En>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tim2>,
        <http://lexvo.org/id/term/yue/%E3%A4%81>,
        "㤁"^^xsd:string ;
    rdfs:comment "(standard form of 忝) to disgrace; to insult, to condescend"@en .

<http://lexvo.org/id/char/3902> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A4%82>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gap1>,
        <http://lexvo.org/id/term/yue/%E3%A4%82>,
        "㤂"^^xsd:string ;
    rdfs:comment "(a variant of 急) anxious; hurried; urgent; hasty"@en .

<http://lexvo.org/id/char/3903> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A4%83>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%A1ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fong1%20fong4>,
        <http://lexvo.org/id/term/yue/%E3%A4%83>,
        "㤃"^^xsd:string ;
    rdfs:comment "jealous; to envy, (same as 妨) to hinder; to obstruct, to harm; to damage"@en .

<http://lexvo.org/id/char/3904> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A4%84>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%A8i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/pui3>,
        <http://lexvo.org/id/term/yue/%E3%A4%84>,
        "㤄"^^xsd:string ;
    rdfs:comment "raging animosity or hatred; full of anger and spite, unhappy; displeased"@en .

<http://lexvo.org/id/char/3905> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C3%A0i>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A4%85>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/oi3>,
        <http://lexvo.org/id/term/yue/%E3%A4%85>,
        "㤅"^^xsd:string ;
    rdfs:comment "to love, to be found of, o like; love, affection, a breath, news, to stop; to end, (interchangeable 忌) jealous; to envy, (the small seal 愛) love"@en .

<http://lexvo.org/id/char/3906> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A4%86>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/faan2>,
        <http://lexvo.org/id/term/yue/%E3%A4%86>,
        "㤆"^^xsd:string ;
    rdfs:comment "nauseated; disgusted, (in medicine) an acute case, quick-tempered, to regret; to repent, small (piece of land); narrow (minded)"@en .

<http://lexvo.org/id/char/3907> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C7%8Eo%20f%C3%B3%20w%C3%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A4%87>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ou2%20ou3>,
        <http://lexvo.org/id/term/yue/%E3%A4%87>,
        "㤇"^^xsd:string ;
    rdfs:comment "terrified; scared; nervous, (same as 懊) regetful; remorseful; resentful"@en .

<http://lexvo.org/id/char/3908> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A4%88>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C3%ACn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/saam3>,
        <http://lexvo.org/id/term/yue/%E3%A4%88>,
        "㤈"^^xsd:string ;
    rdfs:comment "sad; sorrowful"@en .

<http://lexvo.org/id/char/3909> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A4%89>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C3%A0%20y%C3%A1>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kaa3%20kok3%20ngaa4>,
        <http://lexvo.org/id/term/yue/%E3%A4%89>,
        "㤉"^^xsd:string ;
    rdfs:comment "fear; dread; fright; scare, crafty; low cunning"@en .

<http://lexvo.org/id/char/390A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A4%8A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A0o%20y%C3%A1o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/haau6>,
        <http://lexvo.org/id/term/yue/%E3%A4%8A>,
        "㤊"^^xsd:string ;
    rdfs:comment "(same as 恔) cheerful and exuberant; spiritually elevated"@en .

<http://lexvo.org/id/char/390B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/fan1>,
        <http://lexvo.org/id/term/yue/%E3%A4%8B>,
        "㤋"^^xsd:string ;
    rdfs:comment "confusion; confused or disorderly; chaotic"@en .

<http://lexvo.org/id/char/390C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/gaam1%20gaam3>,
        <http://lexvo.org/id/term/yue/%E3%A4%8C>,
        "㤌"^^xsd:string ;
    rdfs:comment "(same as 甘) to have one's heart own; to submit, admire, etc. sincerely and willingly"@en .

<http://lexvo.org/id/char/390D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A4%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C7%8Eo>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/diu6%20hau1%20hau2%20tiu5%20ziu4>,
        <http://lexvo.org/id/term/yue/%E3%A4%8D>,
        "㤍"^^xsd:string ;
    rdfs:comment "never reveal one's feeling or emotion, (same as 巧) false, artificial, illegal, clever; artful, pretty cute"@en .

<http://lexvo.org/id/char/390E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/go1>,
        <http://lexvo.org/id/term/yue/%E3%A4%8E>,
        "㤎"^^xsd:string ;
    rdfs:comment "a model or typical example; technique of standard handwriting, knowledge, to know; to feel; to understand"@en .

<http://lexvo.org/id/char/390F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A4%8F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%B3ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tung4>,
        <http://lexvo.org/id/term/yue/%E3%A4%8F>,
        "㤏"^^xsd:string ;
    rdfs:comment "grievous; mournful; melancholy"@en .

<http://lexvo.org/id/char/3910> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/tip3>,
        <http://lexvo.org/id/term/yue/%E3%A4%90>,
        "㤐"^^xsd:string ;
    rdfs:comment "(said of music) disharmony; discord, quiet, to yield; to concede"@en .

<http://lexvo.org/id/char/3911> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A4%91>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%B2u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zaau6>,
        <http://lexvo.org/id/term/yue/%E3%A4%91>,
        "㤑"^^xsd:string ;
    rdfs:comment "(non-classical 憂) palpitation or fluttering of the heart, to become interested in something (usually as a result of persuasion); to move the mind; to start thinking; agitated; nervous"@en .

<http://lexvo.org/id/char/3912> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/gou1>,
        <http://lexvo.org/id/term/yue/%E3%A4%92>,
        "㤒"^^xsd:string ;
    rdfs:comment "knowledge; to know; to be aware of, a bureau, state of affairs"@en .

<http://lexvo.org/id/char/3913> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A4%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%A8n>,
        <http://lexvo.org/id/term/vie/b%E1%BB%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ban6>,
        <http://lexvo.org/id/term/yue/%E3%A4%93>,
        "㤓"^^xsd:string ;
    rdfs:comment "stupid; foolish; unwise; unintelligent"@en .

<http://lexvo.org/id/char/3914> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A4%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%BA%20f%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fu6>,
        <http://lexvo.org/id/term/yue/%E3%A4%94>,
        "㤔"^^xsd:string ;
    rdfs:comment "to concede or submit willingly"@en .

<http://lexvo.org/id/char/3915> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A4%95>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%B9>,
        <http://lexvo.org/id/term/vie/tr%C3%B3t>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zeot1>,
        <http://lexvo.org/id/term/yue/%E3%A4%95>,
        "㤕"^^xsd:string ;
    rdfs:comment "melancholoy; grievous; mournful; sad, anxious and fearful, extremely sad"@en .

<http://lexvo.org/id/char/3916> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A4%96>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cyu5>,
        <http://lexvo.org/id/term/yue/%E3%A4%96>,
        "㤖"^^xsd:string ;
    rdfs:comment "to have wisdom; intelligent"@en .

<http://lexvo.org/id/char/3917> a lvont:Character ;
    lvont:represents "㤗"^^xsd:string .

<http://lexvo.org/id/char/3918> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A4%98>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%B9%20c%C3%B9%20zh%C3%B2u>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%B2u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zaau3>,
        <http://lexvo.org/id/term/yue/%E3%A4%98>,
        "㤘"^^xsd:string ;
    rdfs:comment "(simplified form of U+396E 㥮) obstinate; stubborn; opinionated; obstinacy; stubornness; intransigent, truculent; savage, ferocious; fierce"@en .

<http://lexvo.org/id/char/3919> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/zaan1>,
        <http://lexvo.org/id/term/yue/%E3%A4%99>,
        "㤙"^^xsd:string ;
    rdfs:comment "(same as 恩) grace, favour, kindness, mercy"@en .

<http://lexvo.org/id/char/391A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A4%9A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A1ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hong2%20hong4>,
        <http://lexvo.org/id/term/yue/%E3%A4%9A>,
        "㤚"^^xsd:string ;
    rdfs:comment "joy; delight; gratification"@en .

<http://lexvo.org/id/char/391B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A4%9B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C3%ADn%20r%C3%A8n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zaam6>,
        <http://lexvo.org/id/term/yue/%E3%A4%9B>,
        "㤛"^^xsd:string ;
    rdfs:comment "to remember (old days, friends, etc.); to recall, (a pronoun, a dialect) this; these; such, here, without restricition; at will, to trust; to show good faith, weak, ( ancient form 飪) to cook, you, ( dialect) so; that, than, that case, that (indicating degree)"@en .

<http://lexvo.org/id/char/391C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A4%9C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ju%C3%A9%20y%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kyut3%20waat6>,
        <http://lexvo.org/id/term/yue/%E3%A4%9C>,
        "㤜"^^xsd:string ;
    rdfs:comment "(corrupted form of 怴) crazy; mad, anger; angry, idiotic; silly; stupid, ill-will; enmity; animus"@en .

<http://lexvo.org/id/char/391D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/cung1>,
        <http://lexvo.org/id/term/yue/%E3%A4%9D>,
        "㤝"^^xsd:string ;
    rdfs:comment "palpitation or fluttering of the heart, to become interested in something (usually as a result of persuasion)"@en .

<http://lexvo.org/id/char/391E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A4%9E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%A0>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/caa3>,
        <http://lexvo.org/id/term/yue/%E3%A4%9E>,
        "㤞"^^xsd:string ;
    rdfs:comment "disappointed; to fail in attaining one's purpose; to be disappointed in attaining the ambitions, to be surprised; to be amazed; to marvel, to think; to consider; to ponder; to contemplate, to expect or hope with eagerness, a credit, straightforward; faithful and upright, to reprimand; to discipline; to punish"@en .

<http://lexvo.org/id/char/391F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A4%9F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C7%92ng%20t%C3%B2u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kung2>,
        <http://lexvo.org/id/term/yue/%E3%A4%9F>,
        "㤟"^^xsd:string ;
    rdfs:comment "(same as 恐) fear; dread; fright; scare, (with reference to an unpleasant fact) probably; perhaps; maybe; possible; to threaten; to blackmail"@en .

<http://lexvo.org/id/char/3920> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A4%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C3%A8>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/laau4%20lit6>,
        <http://lexvo.org/id/term/yue/%E3%A4%A0>,
        "㤠"^^xsd:string ;
    rdfs:comment "grieved; distressed"@en .

<http://lexvo.org/id/char/3921> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A4%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%AC>,
        <http://lexvo.org/id/term/vie/s%E1%BB%87t>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lai6>,
        <http://lexvo.org/id/term/yue/%E3%A4%A1>,
        "㤡"^^xsd:string ;
    rdfs:comment "to surprise; to amaze, afraid; scared; fearful; terrified, grieved; distressed; grieved; distressed"@en .

<http://lexvo.org/id/char/3922> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A4%A2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C3%B9%20y%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zuk1>,
        <http://lexvo.org/id/term/yue/%E3%A4%A2>,
        "㤢"^^xsd:string ;
    rdfs:comment "to move the mind; agitated; nervous; to start thinking"@en .

<http://lexvo.org/id/char/3923> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/paang1>,
        <http://lexvo.org/id/term/yue/%E3%A4%A3>,
        "㤣"^^xsd:string ;
    rdfs:comment "(same as 恲) noble; disinterested; generous; energetic; liberal, to divulge; to leak out, to feel dull and listless or depressed"@en .

<http://lexvo.org/id/char/3924> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A4%A4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%BA%20y%C7%94>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zyu4>,
        <http://lexvo.org/id/term/yue/%E3%A4%A4>,
        "㤤"^^xsd:string ;
    rdfs:comment "(non-classical form) mournful; melancholy; distressed; grieved; sad, to fear; fear; dread"@en .

<http://lexvo.org/id/char/3925> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A4%A5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A0i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hoi6>,
        <http://lexvo.org/id/term/yue/%E3%A4%A5>,
        "㤥"^^xsd:string ;
    rdfs:comment "sorrowful, anxious"@en .

<http://lexvo.org/id/char/3926> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A4%A6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lei6>,
        <http://lexvo.org/id/term/yue/%E3%A4%A6>,
        "㤦"^^xsd:string ;
    rdfs:comment "mournful; melancholy; distressed; grieved; sad"@en .

<http://lexvo.org/id/char/3927> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A4%A7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%B3u%20h%C3%B2u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hau4>,
        <http://lexvo.org/id/term/yue/%E3%A4%A7>,
        "㤧"^^xsd:string ;
    rdfs:comment "conciliation; to come to an amicable understanding; compromise"@en .

<http://lexvo.org/id/char/3928> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A4%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C7%92ng%20qi%C3%B3ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gung2>,
        <http://lexvo.org/id/term/yue/%E3%A4%A8>,
        "㤨"^^xsd:string ;
    rdfs:comment "scared; terrified, fear; dread; fright"@en .

<http://lexvo.org/id/char/3929> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A4%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C3%A8>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kok3>,
        <http://lexvo.org/id/term/yue/%E3%A4%A9>,
        "㤩"^^xsd:string ;
    rdfs:comment "(same as 恪) to respect; to venerate, grave and stern; of ornament -- splendid, imposing"@en .

<http://lexvo.org/id/char/392A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A4%AA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/yu%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wan4%20zyun3>,
        <http://lexvo.org/id/term/yue/%E3%A4%AA>,
        "㤪"^^xsd:string ;
    rdfs:comment "(same as 怨) to find fault with; to repine; to murmur against; to harbour resentment, hatred"@en .

<http://lexvo.org/id/char/392B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A4%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%A9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/daak1%20zaam3%20zak6>,
        <http://lexvo.org/id/term/yue/%E3%A4%AB>,
        "㤫"^^xsd:string ;
    rdfs:comment "(non-classical form)"@en .

<http://lexvo.org/id/char/392C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A4%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%AC%20ku%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wai6>,
        <http://lexvo.org/id/term/yue/%E3%A4%AC>,
        "㤬"^^xsd:string ;
    rdfs:comment "(same as 恚) full of anger and vexation, rage; hatred; to hate; to bear a grudge against; animosity"@en .

<http://lexvo.org/id/char/392D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/giu1>,
        <http://lexvo.org/id/term/yue/%E3%A4%AD>,
        "㤭"^^xsd:string ;
    rdfs:comment "(simplified form of 憍) (same as 驕) untamed; intractable; disobedient"@en .

<http://lexvo.org/id/char/392E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A4%AE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ku%C3%A1ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gwong2%20kwong4>,
        <http://lexvo.org/id/term/yue/%E3%A4%AE>,
        "㤮"^^xsd:string ;
    rdfs:comment "an error; a blunder, to cheat; to swindle; to defraud, confused; deceit; to deceive"@en .

<http://lexvo.org/id/char/392F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A4%AF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C7%92ng%20j%C3%B9n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gwing2>,
        <http://lexvo.org/id/term/yue/%E3%A4%AF>,
        "㤯"^^xsd:string ;
    rdfs:comment "clever or smart in a small way, memory or recollection"@en .

<http://lexvo.org/id/char/3930> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A4%B0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C7%8En%20zu%C3%B2>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zok3>,
        <http://lexvo.org/id/term/yue/%E3%A4%B0>,
        "㤰"^^xsd:string ;
    rdfs:comment "(same as 怍) to be ashamed; mortified; chagrined, to change color; to blush"@en .

<http://lexvo.org/id/char/3931> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A4%B1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fu3>,
        <http://lexvo.org/id/term/yue/%E3%A4%B1>,
        "㤱"^^xsd:string ;
    rdfs:comment "anger; passion; rage, to wait, to cheat; to swindle"@en .

<http://lexvo.org/id/char/3932> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A4%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C3%A8%20q%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hap6%20hip3>,
        <http://lexvo.org/id/term/yue/%E3%A4%B2>,
        "㤲"^^xsd:string ;
    rdfs:comment "to think; to contemplate; to consider, to pant because of fear"@en .

<http://lexvo.org/id/char/3933> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A4%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C4%9Bi>,
        <http://lexvo.org/id/term/vie/b%E1%BA%BD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/baak1>,
        <http://lexvo.org/id/term/yue/%E3%A4%B3>,
        "㤳"^^xsd:string ;
    rdfs:comment "to depend on"@en .

<http://lexvo.org/id/char/3934> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A4%B4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C3%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cap3>,
        <http://lexvo.org/id/term/yue/%E3%A4%B4>,
        "㤴"^^xsd:string ;
    rdfs:comment "to move the mind; agitated; nervous; to start thinking, to rest; to cease, intelligent, strange; uncanny, light aspirations or ambitions for ..."@en .

<http://lexvo.org/id/char/3935> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A4%B5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C3%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ci4>,
        <http://lexvo.org/id/term/yue/%E3%A4%B5>,
        "㤵"^^xsd:string ;
    rdfs:comment "(non-classical form of U+6148 慈) compassion; mercy; kind"@en .

<http://lexvo.org/id/char/3936> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A4%B6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%A1ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/pong4>,
        <http://lexvo.org/id/term/yue/%E3%A4%B6>,
        "㤶"^^xsd:string ;
    rdfs:comment "confuse, senile, stupid"@en .

<http://lexvo.org/id/char/3937> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/haam4>,
        <http://lexvo.org/id/term/yue/%E3%A4%B7>,
        "㤷"^^xsd:string ;
    rdfs:comment "to debauch; to dissipate; to act uninhibitively or disrespectfully"@en .

<http://lexvo.org/id/char/3938> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A4%B8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zik1>,
        <http://lexvo.org/id/term/yue/%E3%A4%B8>,
        "㤸"^^xsd:string ;
    rdfs:comment "uneasy; distrubed; not feeling at peace"@en .

<http://lexvo.org/id/char/3939> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A4%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C3%BA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gaau3%20kaau4>,
        <http://lexvo.org/id/term/yue/%E3%A4%B9>,
        "㤹"^^xsd:string ;
    rdfs:comment "hatred; grudge; enmity; animosity, (interchangeable 救) to save; to relieve; to rescue; to deliver; to aid"@en .

<http://lexvo.org/id/char/393A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A4%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C7%8Eng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fong2%20wok6>,
        <http://lexvo.org/id/term/yue/%E3%A4%BA>,
        "㤺"^^xsd:string ;
    rdfs:comment "(corrupted form of 慌) blurred; dim, obscure; confused in mind"@en .

<http://lexvo.org/id/char/393B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/nan2>,
        <http://lexvo.org/id/term/yue/%E3%A4%BB>,
        "㤻"^^xsd:string ;
    rdfs:comment "stupid; clumsy; (Cant.) to dirty, defile"@en .

<http://lexvo.org/id/char/393C> a lvont:Character ;
    lvont:represents "㤼"^^xsd:string .

<http://lexvo.org/id/char/393D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A4%BD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%B3u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cau4>,
        <http://lexvo.org/id/term/yue/%E3%A4%BD>,
        "㤽"^^xsd:string ;
    rdfs:comment "(simplified form of 懤) grieved, pained"@en .

<http://lexvo.org/id/char/393E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A4%BE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/san3>,
        <http://lexvo.org/id/term/yue/%E3%A4%BE>,
        "㤾"^^xsd:string ;
    rdfs:comment "not doing well; disappointed; very discouraged; frustrate (same as 憛) worried; anxious; apprehensive, to lose head; to lose self-possession"@en .

<http://lexvo.org/id/char/393F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/jim1>,
        <http://lexvo.org/id/term/yue/%E3%A4%BF>,
        "㤿"^^xsd:string ;
    rdfs:comment "to love; to be fond of, love; affection; kindness, willingly; willing, joyous; happy, to fail to remember; to forget"@en .

<http://lexvo.org/id/char/3940> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A5%80>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%A9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/daak1>,
        <http://lexvo.org/id/term/yue/%E3%A5%80>,
        "㥀"^^xsd:string ;
    rdfs:comment "exclusive; special (same as 德) morality; virtues, behavior; conduct"@en .

<http://lexvo.org/id/char/3941> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A5%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%A9%20zh%C3%AD%20zh%C3%B2u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dak1>,
        <http://lexvo.org/id/term/yue/%E3%A5%81>,
        "㥁"^^xsd:string ;
    rdfs:comment "(same as U+5FB7 德) morality; virtues, behavior; conduct"@en .

<http://lexvo.org/id/char/3942> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A5%82>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%A8>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tik1%20tim5>,
        <http://lexvo.org/id/term/yue/%E3%A5%82>,
        "㥂"^^xsd:string ;
    rdfs:comment "quick; fast, sharp, to move the mind; agitated; nervous; to start thinking, to fear; to dread; to be scared of, to get; to obtain"@en .

<http://lexvo.org/id/char/3943> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A5%83>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A8n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mun6>,
        <http://lexvo.org/id/term/yue/%E3%A5%83>,
        "㥃"^^xsd:string ;
    rdfs:comment "(a variant of 悶) mournful, sorrowful, melancholy; depressed, to stupefy"@en .

<http://lexvo.org/id/char/3944> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A5%84>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%ADng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ling4>,
        <http://lexvo.org/id/term/yue/%E3%A5%84>,
        "㥄"^^xsd:string ;
    rdfs:comment "to pity; to commiserate; to have sympathy or compassion for, scared; afraid; fearful"@en .

<http://lexvo.org/id/char/3945> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A5%85>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%B2u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sau6>,
        <http://lexvo.org/id/term/yue/%E3%A5%85>,
        "㥅"^^xsd:string ;
    rdfs:comment "used in a person's name, pensive"@en .

<http://lexvo.org/id/char/3946> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A5%86>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/di%C3%A0n%20tu%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/teoi3>,
        <http://lexvo.org/id/term/yue/%E3%A5%86>,
        "㥆"^^xsd:string ;
    rdfs:comment "indulgent and without restraint, to abandon oneself tocarnal desire; to be dissolute; to debauched, to forget, slow; to delay"@en .

<http://lexvo.org/id/char/3947> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A5%87>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C3%A1n%20c%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/can1>,
        <http://lexvo.org/id/term/yue/%E3%A5%87>,
        "㥇"^^xsd:string ;
    rdfs:comment "to be perverse; to act contrary to, jealous; to envy; jealousy, obstinate; stubborn, fierce; truculent"@en .

<http://lexvo.org/id/char/3948> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A5%88>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/di%C3%A9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dip6>,
        <http://lexvo.org/id/term/yue/%E3%A5%88>,
        "㥈"^^xsd:string ;
    rdfs:comment "(interchangeable 惵) afraid; fearful; terrified, peaceful; quiet; calm; safe; secure; stable"@en .

<http://lexvo.org/id/char/3949> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A5%89>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%A8%20ch%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/pei1>,
        <http://lexvo.org/id/term/yue/%E3%A5%89>,
        "㥉"^^xsd:string ;
    rdfs:comment "a little angry"@en .

<http://lexvo.org/id/char/394A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A5%8A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%A9ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/pang4>,
        <http://lexvo.org/id/term/yue/%E3%A5%8A>,
        "㥊"^^xsd:string ;
    rdfs:comment "angry, (same as 恲) generous; unselfish; liberal"@en .

<http://lexvo.org/id/char/394B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/zi1>,
        <http://lexvo.org/id/term/yue/%E3%A5%8B>,
        "㥋"^^xsd:string ;
    rdfs:comment "sound of the anguish of sorrow; the pain of grief"@en .

<http://lexvo.org/id/char/394C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A5%8C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%BA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/guk1>,
        <http://lexvo.org/id/term/yue/%E3%A5%8C>,
        "㥌"^^xsd:string ;
    rdfs:comment "prudent; cautious"@en .

<http://lexvo.org/id/char/394D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A5%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gei6>,
        <http://lexvo.org/id/term/yue/%E3%A5%8D>,
        "㥍"^^xsd:string ;
    rdfs:comment "(same as 惎) to bear jealous hatred for; to hate; to hold a grudge against, to injure atrociously; to murder"@en .

<http://lexvo.org/id/char/394E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A5%8E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%A1i%20l%C3%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/laai4>,
        <http://lexvo.org/id/term/yue/%E3%A5%8E>,
        "㥎"^^xsd:string ;
    rdfs:comment "(abbreviated form) to resent; to hate, to neglect; negligent, joy; delight; gratification"@en .

<http://lexvo.org/id/char/394F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A5%8F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ti%C7%8En>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tin2>,
        <http://lexvo.org/id/term/yue/%E3%A5%8F>,
        "㥏"^^xsd:string ;
    rdfs:comment "bashful; shy; ashamed"@en .

<http://lexvo.org/id/char/3950> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A5%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/yu%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zyun3>,
        <http://lexvo.org/id/term/yue/%E3%A5%90>,
        "㥐"^^xsd:string ;
    rdfs:comment "(ancient form of 怨) hatred; enmity; resentment, to complain; to blame; to impute"@en .

<http://lexvo.org/id/char/3951> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/zaau1>,
        <http://lexvo.org/id/term/yue/%E3%A5%91>,
        "㥑"^^xsd:string ;
    rdfs:comment "(corrupted form) (standard form of 憂) sad; mournful; grieved; to worry about; concerned over; anxious; apprehensive"@en .

<http://lexvo.org/id/char/3952> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A5%92>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C7%8Ei>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/coi2>,
        <http://lexvo.org/id/term/yue/%E3%A5%92>,
        "㥒"^^xsd:string ;
    rdfs:comment "corrupt; wicked, to hate; to dislike, (same as 猜) to be jealous and suspicious, cunning; crafty"@en .

<http://lexvo.org/id/char/3953> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A5%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C7%90>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zi2>,
        <http://lexvo.org/id/term/yue/%E3%A5%93>,
        "㥓"^^xsd:string ;
    rdfs:comment "happy; contented; pleased, fragile, nearly; almost, cunning; crafty"@en .

<http://lexvo.org/id/char/3954> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A5%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%BA%20y%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zuk6>,
        <http://lexvo.org/id/term/yue/%E3%A5%94>,
        "㥔"^^xsd:string ;
    rdfs:comment "to move the mind; agitated; nervous; to start thinking"@en .

<http://lexvo.org/id/char/3955> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A5%95>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lin4>,
        <http://lexvo.org/id/term/yue/%E3%A5%95>,
        "㥕"^^xsd:string ;
    rdfs:comment "(ancient form of 憐) to pity; to commiserate; to feel tender regard for"@en .

<http://lexvo.org/id/char/3956> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/cung1>,
        <http://lexvo.org/id/term/yue/%E3%A5%96>,
        "㥖"^^xsd:string ;
    rdfs:comment "red color"@en .

<http://lexvo.org/id/char/3957> a lvont:Character ;
    lvont:represents "㥗"^^xsd:string .

<http://lexvo.org/id/char/3958> a lvont:Character ;
    lvont:represents "㥘"^^xsd:string .

<http://lexvo.org/id/char/3959> a lvont:Character ;
    lvont:represents "㥙"^^xsd:string .

<http://lexvo.org/id/char/395A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A5%9A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%BA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zyu4%20zyu5>,
        <http://lexvo.org/id/term/yue/%E3%A5%9A>,
        "㥚"^^xsd:string ;
    rdfs:comment "melancholy; grievous; mournful; sad, to fear; to dread; to be scared of"@en .

<http://lexvo.org/id/char/395B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A5%9B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%AD%20k%C3%A8%20s%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gik6>,
        <http://lexvo.org/id/term/yue/%E3%A5%9B>,
        "㥛"^^xsd:string ;
    rdfs:comment "with expedition; urgent; hasty, anxious; worried, respectrully serious; to take careful precautions; to do something in a serious manner, to love; to like; to be found of; to be kind to"@en .

<http://lexvo.org/id/char/395C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A5%9C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C3%A8i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/syut3%20waai6>,
        <http://lexvo.org/id/term/yue/%E3%A5%9C>,
        "㥜"^^xsd:string ;
    rdfs:comment "unsuccessful in one's career; to have not one's ambition fulfilled, generous; unselfish; liberal, uneasy; distrubed; not feeling at peace"@en .

<http://lexvo.org/id/char/395D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A5%9D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C7%90%20mi%C7%8En>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/maai5>,
        <http://lexvo.org/id/term/yue/%E3%A5%9D>,
        "㥝"^^xsd:string ;
    rdfs:comment "to arouse to action; to encourage, to temper and grind; to train or discipline oneself (toward a goal); to sharpen (a knife); to forge to harden, (same as 弭) to stop; to end; to eliminate"@en .

<http://lexvo.org/id/char/395E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A5%9E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/cu%C3%AC%20qi%C3%A0n%20su%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/seoi6>,
        <http://lexvo.org/id/term/yue/%E3%A5%9E>,
        "㥞"^^xsd:string ;
    rdfs:comment "to think deeply, to think far ahead, profound and abstruse thinking, careful deliberations; to think and contemplate thoroughly"@en .

<http://lexvo.org/id/char/395F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A5%9F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kwaai4>,
        <http://lexvo.org/id/term/yue/%E3%A5%9F>,
        "㥟"^^xsd:string ;
    rdfs:comment "enmity; animus; ill-will"@en .

<http://lexvo.org/id/char/3960> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A5%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C7%94>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/seoi1>,
        <http://lexvo.org/id/term/yue/%E3%A5%A0>,
        "㥠"^^xsd:string ;
    rdfs:comment "(same as 諝) intelligence; brilliance, shrewdness; cunning; quick-witted and full of tricks; tricky"@en .

<http://lexvo.org/id/char/3961> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A5%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hei3>,
        <http://lexvo.org/id/term/yue/%E3%A5%A1>,
        "㥡"^^xsd:string ;
    rdfs:comment "idle; shiftless"@en .

<http://lexvo.org/id/char/3962> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A5%A2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C3%BA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zaau1%20zaau4>,
        <http://lexvo.org/id/term/yue/%E3%A5%A2>,
        "㥢"^^xsd:string ;
    rdfs:comment "bad; evil; wicked; vice, overbearing; haughty, melancholy; depressed; dejected; cheerless; despondent, considerations; contemplations; to think carefully; to turn over and over in the mind"@en .

<http://lexvo.org/id/char/3963> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A5%A3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wai6>,
        <http://lexvo.org/id/term/yue/%E3%A5%A3>,
        "㥣"^^xsd:string ;
    rdfs:comment "(ancient form of 惠) to benefit; to profit; to favor, kind; benevolent; gracious; gentle"@en .

<http://lexvo.org/id/char/3964> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/ging1%20kaan4%20ziu2>,
        <http://lexvo.org/id/term/yue/%E3%A5%A4>,
        "㥤"^^xsd:string ;
    rdfs:comment "(non-classical form of 矜) to pity; to feel for, to have compassion on, sympathetic"@en .

<http://lexvo.org/id/char/3965> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A5%A5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%BA>,
        <http://lexvo.org/id/term/vie/ng%C3%B9ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zyu4>,
        <http://lexvo.org/id/term/yue/%E3%A5%A5>,
        "㥥"^^xsd:string ;
    rdfs:comment "absent-minded; unconscious, happy; glad; joyous"@en .

<http://lexvo.org/id/char/3966> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A5%A6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C3%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C3%A8%20xi%C3%A1%20xi%C7%8En>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/heoi3%20hip3%20tiu4>,
        <http://lexvo.org/id/term/yue/%E3%A5%A6>,
        "㥦"^^xsd:string ;
    rdfs:comment "(a variant of 愜) satisfied; contented; cheerful, appropriatye; fitting; apposite, to have one's heart won; to summit; admire, etc. sincerely and willingly"@en .

<http://lexvo.org/id/char/3967> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A5%A7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%B9n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/seon6>,
        <http://lexvo.org/id/term/yue/%E3%A5%A7>,
        "㥧"^^xsd:string ;
    rdfs:comment "(ancient form of 順) to follow; to obedient; agreeable; favorable, convenient; smooth"@en .

<http://lexvo.org/id/char/3968> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A5%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/chu%C3%AD%20shu%C3%AC%20w%C4%9Bi>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ceoi4>,
        <http://lexvo.org/id/term/yue/%E3%A5%A8>,
        "㥨"^^xsd:string ;
    rdfs:comment "unhappy displeased, anger; rage; angry; furious"@en .

<http://lexvo.org/id/char/3969> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A5%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/du%C7%92>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/do2%20seoi6>,
        <http://lexvo.org/id/term/yue/%E3%A5%A9>,
        "㥩"^^xsd:string ;
    rdfs:comment "idle; lazy; slothful; inactive"@en .

<http://lexvo.org/id/char/396A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A5%AA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%B3u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lau4>,
        <http://lexvo.org/id/term/yue/%E3%A5%AA>,
        "㥪"^^xsd:string ;
    rdfs:comment "(simplied form of 慺) diligent; industrious; sedulous, to encourage; to make efforts"@en .

<http://lexvo.org/id/char/396B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/deon1%20seoi3>,
        <http://lexvo.org/id/term/yue/%E3%A5%AB>,
        "㥫"^^xsd:string ;
    rdfs:comment "(a variant of 惇) honest; sincere; kind; generous"@en .

<http://lexvo.org/id/char/396C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A5%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%A1ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/pong4>,
        <http://lexvo.org/id/term/yue/%E3%A5%AC>,
        "㥬"^^xsd:string ;
    rdfs:comment "fear; dread; fright; scare"@en .

<http://lexvo.org/id/char/396D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A5%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%A0i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/taai3>,
        <http://lexvo.org/id/term/yue/%E3%A5%AD>,
        "㥭"^^xsd:string ;
    rdfs:comment "luxury; waste; wasteful; prodigal; extravagant"@en .

<http://lexvo.org/id/char/396E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A5%AE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%B2u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zaau3>,
        <http://lexvo.org/id/term/yue/%E3%A5%AE>,
        "㥮"^^xsd:string ;
    rdfs:comment "obstinate; stubborn; opinionated; obstinacy; stubornness; intransigent, truculent; savage, ferocious; fierce"@en .

<http://lexvo.org/id/char/396F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A5%AF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%90n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zaan2>,
        <http://lexvo.org/id/term/yue/%E3%A5%AF>,
        "㥯"^^xsd:string ;
    rdfs:comment "careful; compassionate; to take an interest in; prudent; cautious, worried and grieved"@en .

<http://lexvo.org/id/char/3970> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/sou1>,
        <http://lexvo.org/id/term/yue/%E3%A5%B0>,
        "㥰"^^xsd:string ;
    rdfs:comment "mournful; melancholy; distressed; grieved; sad"@en .

<http://lexvo.org/id/char/3971> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A5%B1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C4%9Bi>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fei2>,
        <http://lexvo.org/id/term/yue/%E3%A5%B1>,
        "㥱"^^xsd:string ;
    rdfs:comment "(same as 悱) to be desirous of speaking; inarticulate; unable to give vent to one's emotion, sorrowful"@en .

<http://lexvo.org/id/char/3972> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A5%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%A8n%20y%C3%ADn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/can1>,
        <http://lexvo.org/id/term/yue/%E3%A5%B2>,
        "㥲"^^xsd:string ;
    rdfs:comment "(same as 謓) anger; rage; angry; furious, (ancient form 慎) cautious; careful; scrupulous; prudent"@en .

<http://lexvo.org/id/char/3973> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A5%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/yu%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zyun4%20zyun6>,
        <http://lexvo.org/id/term/yue/%E3%A5%B3>,
        "㥳"^^xsd:string ;
    rdfs:comment "to survey; to measure; mensuration"@en .

<http://lexvo.org/id/char/3974> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A5%B4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zi4>,
        <http://lexvo.org/id/term/yue/%E3%A5%B4>,
        "㥴"^^xsd:string ;
    rdfs:comment "do not care about something; disregard, to be ashamed"@en .

<http://lexvo.org/id/char/3975> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A5%B5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%B9n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/waan4%20waan6>,
        <http://lexvo.org/id/term/yue/%E3%A5%B5>,
        "㥵"^^xsd:string ;
    rdfs:comment "(a variant of 慁) to dishonour; to disgrace; to distress, grief; shame; to disobey, to be anxious; to be apprehensive; to worry, to disturb or to agitate; to harass, confused and disorderly"@en .

<http://lexvo.org/id/char/3976> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A5%B6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C3%A8>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sak1>,
        <http://lexvo.org/id/term/yue/%E3%A5%B6>,
        "㥶"^^xsd:string ;
    rdfs:comment "(same as 塞) (same as 愆) to fill up; full of; filled with; rich in contents; abundance, a fault; a mistake, to exceed; to be more than, to surpass"@en .

<http://lexvo.org/id/char/3977> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A5%B7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A8%20y%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/aai3>,
        <http://lexvo.org/id/term/yue/%E3%A5%B7>,
        "㥷"^^xsd:string ;
    rdfs:comment "(same as 瘱) quiet; calm; still peaceful, gracefully quiet, clear and evident; obvious, deep and far; profound and abstruse, to conceal; to hide"@en .

<http://lexvo.org/id/char/3978> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A5%B8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C7%90n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/man5>,
        <http://lexvo.org/id/term/yue/%E3%A5%B8>,
        "㥸"^^xsd:string ;
    rdfs:comment "(ancient form of 愍) to sympathize with; to pity; to grieve; to commiserate"@en .

<http://lexvo.org/id/char/3979> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A5%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C4%9Bn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/baan1%20faan2>,
        <http://lexvo.org/id/term/yue/%E3%A5%B9>,
        "㥹"^^xsd:string ;
    rdfs:comment "to move"@en .

<http://lexvo.org/id/char/397A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A5%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A9%20h%C3%A8>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hap6>,
        <http://lexvo.org/id/term/yue/%E3%A5%BA>,
        "㥺"^^xsd:string ;
    rdfs:comment "(same as 熆) to blow a fire"@en .

<http://lexvo.org/id/char/397B> a lvont:Character ;
    lvont:represents "㥻"^^xsd:string .

<http://lexvo.org/id/char/397C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A5%BC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%90n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zaan2>,
        <http://lexvo.org/id/term/yue/%E3%A5%BC>,
        "㥼"^^xsd:string ;
    rdfs:comment "to be near to, close to, to recollect; to recall; to look back upon"@en .

<http://lexvo.org/id/char/397D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A5%BD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C3%A8%20z%C3%A9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/caak3>,
        <http://lexvo.org/id/term/yue/%E3%A5%BD>,
        "㥽"^^xsd:string ;
    rdfs:comment "feeling; emotion, fact, love; affection, nature; reason, (same as 責) one's duty, responsibility; obligation, etc., to demand; to punish, to upbraid"@en .

<http://lexvo.org/id/char/397E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A5%BE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/nik1>,
        <http://lexvo.org/id/term/yue/%E3%A5%BE>,
        "㥾"^^xsd:string ;
    rdfs:comment "mortified; ashamed"@en .

<http://lexvo.org/id/char/397F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C3%A0o>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A5%BF>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ngou6%20tim5>,
        <http://lexvo.org/id/term/yue/%E3%A5%BF>,
        "㥿"^^xsd:string ;
    rdfs:comment "(same as 慠) proud; haughty; over bearing rude"@en .

<http://lexvo.org/id/char/3980> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A6%80>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%A9ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fung4>,
        <http://lexvo.org/id/term/yue/%E3%A6%80>,
        "㦀"^^xsd:string ;
    rdfs:comment "joy; delight; gratification"@en .

<http://lexvo.org/id/char/3981> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A6%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lin4>,
        <http://lexvo.org/id/term/yue/%E3%A6%81>,
        "㦁"^^xsd:string ;
    rdfs:comment "to sob; to weep, to pay attention, to be careful; to take care; to exercise caution"@en .

<http://lexvo.org/id/char/3982> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A6%82>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%A1ng%20t%C3%A0ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/soeng4>,
        <http://lexvo.org/id/term/yue/%E3%A6%82>,
        "㦂"^^xsd:string ;
    rdfs:comment "(ancient form of 常) constantly, frequently, usually habitually, regular, common, a rule, a principle"@en .

<http://lexvo.org/id/char/3983> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A6%83>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C7%8En>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/can2%20zan3>,
        <http://lexvo.org/id/term/yue/%E3%A6%83>,
        "㦃"^^xsd:string ;
    rdfs:comment "perfect personal character, many; much; plenty; lots of"@en .

<http://lexvo.org/id/char/3984> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A6%84>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A1%20m%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/maa4>,
        <http://lexvo.org/id/term/yue/%E3%A6%84>,
        "㦄"^^xsd:string ;
    rdfs:comment "hard to say or predict, difficult to speak out (for fear of embarrassing or paining others, etc.) not easy to express with words"@en .

<http://lexvo.org/id/char/3985> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A6%85>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/daai3>,
        <http://lexvo.org/id/term/yue/%E3%A6%85>,
        "㦅"^^xsd:string ;
    rdfs:comment "(same as 慸) uneasy; feeling uneasy or uncomfortable; not feeling at peace"@en .

<http://lexvo.org/id/char/3986> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/h%C3%BA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fu1>,
        <http://lexvo.org/id/term/yue/%E3%A6%86>,
        "㦆"^^xsd:string ;
    rdfs:comment "to exaggerate; exaggeration, arrogant; showing wild imagination; preposterously fantastic, without ambition; discourage"@en .

<http://lexvo.org/id/char/3987> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A6%87>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/luk6>,
        <http://lexvo.org/id/term/yue/%E3%A6%87>,
        "㦇"^^xsd:string ;
    rdfs:comment "a peaceful or easy mood; calm at mind, to move; to turn the mind, conversion"@en .

<http://lexvo.org/id/char/3988> a lvont:Character ;
    lvont:represents "㦈"^^xsd:string .

<http://lexvo.org/id/char/3989> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A6%89>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%AC>,
        <http://lexvo.org/id/term/vie/nh%C3%A1t>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ci2%20zi3>,
        <http://lexvo.org/id/term/yue/%E3%A6%89>,
        "㦉"^^xsd:string ;
    rdfs:comment "(ancient form of 懿) virtuous, expecially women, admirable; esteemed; excellent"@en .

<http://lexvo.org/id/char/398A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A6%8A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%A1>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/waa4>,
        <http://lexvo.org/id/term/yue/%E3%A6%8A>,
        "㦊"^^xsd:string ;
    rdfs:comment "lavish; luxurious, wasteful"@en .

<http://lexvo.org/id/char/398B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/caa1%20zaa1>,
        <http://lexvo.org/id/term/yue/%E3%A6%8B>,
        "㦋"^^xsd:string ;
    rdfs:comment "absurd; wild; nonsensical; showing wild imagination; preposterously fantastic"@en .

<http://lexvo.org/id/char/398C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A6%8C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/tu%C3%AC%20x%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fat1>,
        <http://lexvo.org/id/term/yue/%E3%A6%8C>,
        "㦌"^^xsd:string ;
    rdfs:comment "keen or sharp; clever; simple and honest, sound sleep or slumber; a deep sleep, to wake up from sleep"@en .

<http://lexvo.org/id/char/398D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C3%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A6%8D>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ngok6>,
        <http://lexvo.org/id/term/yue/%E3%A6%8D>,
        "㦍"^^xsd:string ;
    rdfs:comment "(same as 愕) to be startled, alarmed, to speak out; to speak up, frank statement, an obstacle or hindrance; to obstruct; to impede; unwilling; disagreeable"@en .

<http://lexvo.org/id/char/398E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A6%8E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%A0>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/waak6>,
        <http://lexvo.org/id/term/yue/%E3%A6%8E>,
        "㦎"^^xsd:string ;
    rdfs:comment "cantankerous; perverse, stupid; dull, ignorant, to divide clearly; without ambiguity, gracefully quiet"@en .

<http://lexvo.org/id/char/398F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A6%8F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C7%94n%20xu%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/seon2%20seon2>,
        <http://lexvo.org/id/term/yue/%E3%A6%8F>,
        "㦏"^^xsd:string ;
    rdfs:comment "weak; feeble, joy; delight; gratification"@en .

<http://lexvo.org/id/char/3990> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A6%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/nei6>,
        <http://lexvo.org/id/term/yue/%E3%A6%90>,
        "㦐"^^xsd:string ;
    rdfs:comment "a straightforward character, cannot make up one's mind; to hesitate"@en .

<http://lexvo.org/id/char/3991> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A6%91>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C7%8En%20xi%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/haam1>,
        <http://lexvo.org/id/term/yue/%E3%A6%91>,
        "㦑"^^xsd:string ;
    rdfs:comment "anger; rage; angry; furious, silly; stupid; foolish"@en .

<http://lexvo.org/id/char/3992> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A6%92>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/laai4>,
        <http://lexvo.org/id/term/yue/%E3%A6%92>,
        "㦒"^^xsd:string ;
    rdfs:comment "to deceived, loquacious"@en .

<http://lexvo.org/id/char/3993> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A6%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zin6>,
        <http://lexvo.org/id/term/yue/%E3%A6%93>,
        "㦓"^^xsd:string ;
    rdfs:comment "difficult intention, difficult idea or sentiment, weakened volition; dejected, fear; scare; fright"@en .

<http://lexvo.org/id/char/3994> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A6%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zim1>,
        <http://lexvo.org/id/term/yue/%E3%A6%94>,
        "㦔"^^xsd:string ;
    rdfs:comment "(same as 懕) sickly; in poor health, undisturbed; composed; calm; quiet, to satisfy or be satisfied to gratify or be gratified; (same as 厭) content; gratification"@en .

<http://lexvo.org/id/char/3995> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A6%95>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%B3ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lung4>,
        <http://lexvo.org/id/term/yue/%E3%A6%95>,
        "㦕"^^xsd:string ;
    rdfs:comment "thought; idea; sentiment, intention, expectation, meaning"@en .

<http://lexvo.org/id/char/3996> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A6%96>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A8n>,
        <http://lexvo.org/id/term/vie/mu%E1%BB%91n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mun6>,
        <http://lexvo.org/id/term/yue/%E3%A6%96>,
        "㦖"^^xsd:string ;
    rdfs:comment "(same as 懣) resentful; sullen; sulky; anger (especially at injustice) indignant, annoyed; depressed; bored"@en .

<http://lexvo.org/id/char/3997> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A6%97>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%A0n%20j%C3%ACn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gaam1%20gaam3%20kaam4%20naap1>,
        <http://lexvo.org/id/term/yue/%E3%A6%97>,
        "㦗"^^xsd:string ;
    rdfs:comment "diligent; sedulous; industrious, with a strong will power"@en .

<http://lexvo.org/id/char/3998> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/gik1>,
        <http://lexvo.org/id/term/yue/%E3%A6%98>,
        "㦘"^^xsd:string ;
    rdfs:comment "(same as 憿) swift; rapid; quick; fast, by luck or chance"@en .

<http://lexvo.org/id/char/3999> a lvont:Character ;
    lvont:represents "㦙"^^xsd:string .

<http://lexvo.org/id/char/399A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A6%9A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/bi%C7%8En>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bin2>,
        <http://lexvo.org/id/term/yue/%E3%A6%9A>,
        "㦚"^^xsd:string ;
    rdfs:comment "melancholy; grievous; mournful, urgent; pressing"@en .

<http://lexvo.org/id/char/399B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A6%9B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%BA%20y%C7%94>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zyu5>,
        <http://lexvo.org/id/term/yue/%E3%A6%9B>,
        "㦛"^^xsd:string ;
    rdfs:comment "to walk in a composed (comfortable) way, respectful; reverent"@en .

<http://lexvo.org/id/char/399C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A6%9C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%B2%20xu%C3%A8>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/waa6%20wok6>,
        <http://lexvo.org/id/term/yue/%E3%A6%9C>,
        "㦜"^^xsd:string ;
    rdfs:comment "to move the mind; agitated; nervous; to start thinking, melancholoy; grievous; mournful, (same as 驚) to surprise; to amaze, afraid; scared; terrified; fearful"@en .

<http://lexvo.org/id/char/399D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A6%9D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/mi%C7%8Eo>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bok6%20miu5>,
        <http://lexvo.org/id/term/yue/%E3%A6%9D>,
        "㦝"^^xsd:string ;
    rdfs:comment "beautiful; pretty, good; excellent, to usurp; to outrage, to draw; to sketch"@en .

<http://lexvo.org/id/char/399E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A6%9E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%B3u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cau4>,
        <http://lexvo.org/id/term/yue/%E3%A6%9E>,
        "㦞"^^xsd:string ;
    rdfs:comment "(same as 懤) grieved; pained; in deep grief; to lament deeply"@en .

<http://lexvo.org/id/char/399F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A6%9F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A0i%20m%C3%A1i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fat3%20mai4>,
        <http://lexvo.org/id/term/yue/%E3%A6%9F>,
        "㦟"^^xsd:string ;
    rdfs:comment "intelligent; astute; clever"@en .

<http://lexvo.org/id/char/39A0> a lvont:Character ;
    lvont:represents "㦠"^^xsd:string .

<http://lexvo.org/id/char/39A1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A6%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%A8>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lok3%20lok6>,
        <http://lexvo.org/id/term/yue/%E3%A6%A1>,
        "㦡"^^xsd:string ;
    rdfs:comment "(non-classical form of 樂) happy; gladl joyful cheerful; elated; content; delighted; pleased; willing, enjoyable"@en .

<http://lexvo.org/id/char/39A2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A6%A2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%A9%20q%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zit3>,
        <http://lexvo.org/id/term/yue/%E3%A6%A2>,
        "㦢"^^xsd:string ;
    rdfs:comment "pure; virtuous; devotion; dedication, to have bearings; to have manners"@en .

<http://lexvo.org/id/char/39A3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A6%A3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C3%A8i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/at3%20waai6%20wun2>,
        <http://lexvo.org/id/term/yue/%E3%A6%A3>,
        "㦣"^^xsd:string ;
    rdfs:comment "to talk in one's sleep"@en .

<http://lexvo.org/id/char/39A4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A6%A4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zi3>,
        <http://lexvo.org/id/term/yue/%E3%A6%A4>,
        "㦤"^^xsd:string ;
    rdfs:comment "virtuous, especially of women, admirable, esteemed, excellent"@en .

<http://lexvo.org/id/char/39A5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A6%A5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%A1n%20xi%C7%8En>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hyun1>,
        <http://lexvo.org/id/term/yue/%E3%A6%A5>,
        "㦥"^^xsd:string ;
    rdfs:comment "(same as 愋) talented; intelligent; wise wisdom; knowledge, to resent; to hate, to regret"@en .

<http://lexvo.org/id/char/39A6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A6%A6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A8>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hak1>,
        <http://lexvo.org/id/term/yue/%E3%A6%A6>,
        "㦦"^^xsd:string ;
    rdfs:comment "apprehensive; fearful; afraid, ashamed, uneasy in mind; not feeling at peace; disturbed"@en .

<http://lexvo.org/id/char/39A7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A6%A7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C7%8En>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/caam2>,
        <http://lexvo.org/id/term/yue/%E3%A6%A7>,
        "㦧"^^xsd:string ;
    rdfs:comment "(same as U+61AF 憯 U+6158 慘) sad; sorrowful; grieved; miserable; tragic"@en .

<http://lexvo.org/id/char/39A8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A6%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%A1n%20l%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/laan5>,
        <http://lexvo.org/id/term/yue/%E3%A6%A8>,
        "㦨"^^xsd:string ;
    rdfs:comment "(same as 嬾) lazy; indolent; idle; inactive; reluctant; disinclined"@en .

<http://lexvo.org/id/char/39A9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A6%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%90n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zaan2%20zeon6>,
        <http://lexvo.org/id/term/yue/%E3%A6%A9>,
        "㦩"^^xsd:string ;
    rdfs:comment "melancholy; grievous; mournful; to feel sorrow or grief; to grieve; to mourn; to be sad, prudent; cautious"@en .

<http://lexvo.org/id/char/39AA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A6%AA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A8>,
        "㦪"^^xsd:string ;
    rdfs:comment "complaint; grudge; unjust"@en .

<http://lexvo.org/id/char/39AB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/zaat3>,
        <http://lexvo.org/id/term/yue/%E3%A6%AB>,
        "㦫"^^xsd:string ;
    rdfs:comment "lax and crude; idle and remiss"@en .

<http://lexvo.org/id/char/39AC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A6%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/lu%C7%92>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lo2>,
        <http://lexvo.org/id/term/yue/%E3%A6%AC>,
        "㦬"^^xsd:string ;
    rdfs:comment "ashamed; abashed; mortified; humiliated, few; little scarce; rare"@en .

<http://lexvo.org/id/char/39AD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A6%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%ADng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ling4>,
        <http://lexvo.org/id/term/yue/%E3%A6%AD>,
        "㦭"^^xsd:string ;
    rdfs:comment "(same as 憐 怜) to pity; to have compassion on; to sympathize"@en .

<http://lexvo.org/id/char/39AE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A6%AE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cin4>,
        <http://lexvo.org/id/term/yue/%E3%A6%AE>,
        "㦮"^^xsd:string ;
    rdfs:comment "(abbreviated form of 錢) money; cash, a unit of weight, a Chinese family name"@en .

<http://lexvo.org/id/char/39AF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A6%AF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%B2>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/waak6>,
        <http://lexvo.org/id/term/yue/%E3%A6%AF>,
        "㦯"^^xsd:string ;
    rdfs:comment "(same as 或) a certain; some, perhaps; probably; maybe, or"@en .

<http://lexvo.org/id/char/39B0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/cim1>,
        <http://lexvo.org/id/term/yue/%E3%A6%B0>,
        "㦰"^^xsd:string ;
    rdfs:comment "to break off (relations); to sever, to exterminate; to annihilate; to wipe out, to pierce; to stabl; to irritate; to hurt, to hold weapons, agricultural implements; far tools, sharp will; eager intention; determination"@en .

<http://lexvo.org/id/char/39B1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A6%B1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C7%92>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ngo5>,
        <http://lexvo.org/id/term/yue/%E3%A6%B1>,
        "㦱"^^xsd:string .

<http://lexvo.org/id/char/39B2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/zoi1>,
        <http://lexvo.org/id/term/yue/%E3%A6%B2>,
        "㦲"^^xsd:string ;
    rdfs:comment "(non-classical form of 哉) a particle expressing surprise, admiration, or grief, an expletive"@en .

<http://lexvo.org/id/char/39B3> a lvont:Character ;
    lvont:represents "㦳"^^xsd:string .

<http://lexvo.org/id/char/39B4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A6%B4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C3%A9%20qi%C3%A0>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gaak3>,
        <http://lexvo.org/id/term/yue/%E3%A6%B4>,
        "㦴"^^xsd:string ;
    rdfs:comment "to arrest; to catch; to seize, to brawl; a hand-to-hand fight; to struggle for; to fight for, to beat; to strike; to attack"@en .

<http://lexvo.org/id/char/39B5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/zyu1>,
        <http://lexvo.org/id/term/yue/%E3%A6%B5>,
        "㦵"^^xsd:string ;
    rdfs:comment "to kill; to put to death; to slaughter; to execute, to punish, to weed out; to exterminate, a kind of weapon"@en .

<http://lexvo.org/id/char/39B6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A6%B6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/di%C3%A9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dit6%20zung5>,
        <http://lexvo.org/id/term/yue/%E3%A6%B6>,
        "㦶"^^xsd:string ;
    rdfs:comment "repeatedly; frequently; to alternate, common; ordinary; normal, sharp, name of a state in ancient China, bold; brave; fierce; violent; severe; strict; stringent"@en .

<http://lexvo.org/id/char/39B7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A6%B7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%92ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zung5>,
        <http://lexvo.org/id/term/yue/%E3%A6%B7>,
        "㦷"^^xsd:string ;
    rdfs:comment "(ancient form of 勇) brave; courageous; bold; valiant; fearless; gallant; heroic"@en .

<http://lexvo.org/id/char/39B8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A6%B8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C7%90>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gik1>,
        <http://lexvo.org/id/term/yue/%E3%A6%B8>,
        "㦸"^^xsd:string ;
    rdfs:comment "a lance with two points, a halberd with a crescent -shaped blade; weapons used in ancient times, to stimulate; to provoke; to excite; to irritate, to point with the index finger and the middle finger; to describe angry or an awe-inspiring display of military force, etc., masculine; heroic; brave"@en .

<http://lexvo.org/id/char/39B9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C3%A0ng%20y%C3%A1ng%20y%C7%90ng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A6%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/maai5%20zoeng4%20zoeng5>,
        <http://lexvo.org/id/term/yue/%E3%A6%B9>,
        "㦹"^^xsd:string ;
    rdfs:comment "a spear; a lance; a javelin, a battle-axe; a halberd"@en .

<http://lexvo.org/id/char/39BA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A6%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/r%C7%94%20r%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zuk6>,
        <http://lexvo.org/id/term/yue/%E3%A6%BA>,
        "㦺"^^xsd:string ;
    rdfs:comment "a lance with two points, a halberd with a crescent -shaped blade; weapons used in ancient times, to stimulate; to provoke; to excite; to irritate, to point with the index finger and the middle finger; to describe angry or an awe-inspiring display of military force, etc., masculine; heroic; brave, (in general) shart points and edges of weapons"@en .

<http://lexvo.org/id/char/39BB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A6%BB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C3%AD%20zh%C3%A9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zaap6>,
        <http://lexvo.org/id/term/yue/%E3%A6%BB>,
        "㦻"^^xsd:string ;
    rdfs:comment "(ancient form of 襲) to put on; to wear, repeated; double; to inherit; to attack or take by surprise, to accord with; to unite"@en .

<http://lexvo.org/id/char/39BC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A6%BC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/shu%C3%A0ng>,
        "㦼"^^xsd:string ;
    rdfs:comment "a wooden piles used as a cable to make immovable of a boat"@en .

<http://lexvo.org/id/char/39BD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A6%BD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C3%B9%20y%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/guk1%20zuk1>,
        <http://lexvo.org/id/term/yue/%E3%A6%BD>,
        "㦽"^^xsd:string ;
    rdfs:comment "with elegant appearance, with beautiful or gorgeous color; refined, learned and accomplished"@en .

<http://lexvo.org/id/char/39BE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A6%BE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zi4>,
        <http://lexvo.org/id/term/yue/%E3%A6%BE>,
        "㦾"^^xsd:string ;
    rdfs:comment "(same as U+6245 扊) the bolt of a door; door latch"@en .

<http://lexvo.org/id/char/39BF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A6%BF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/haang6%20him1%20wu6>,
        <http://lexvo.org/id/term/yue/%E3%A6%BF>,
        "㦿"^^xsd:string ;
    rdfs:comment "a window, a small door, (ancient form 戶) a door, a household"@en .

<http://lexvo.org/id/char/39C0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A7%80>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gap6>,
        <http://lexvo.org/id/term/yue/%E3%A7%80>,
        "㧀"^^xsd:string ;
    rdfs:comment "the bolt of a door; door latch"@en .

<http://lexvo.org/id/char/39C1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A7%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/heoi3>,
        <http://lexvo.org/id/term/yue/%E3%A7%81>,
        "㧁"^^xsd:string ;
    rdfs:comment "to close, shut the door with a bang, to soar, (ancient form 闔) a Chinese family name"@en .

<http://lexvo.org/id/char/39C2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A7%82>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ti%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tin4>,
        <http://lexvo.org/id/term/yue/%E3%A7%82>,
        "㧂"^^xsd:string ;
    rdfs:comment "(same as 屇) a cave a hold in the ground; a hole"@en .

<http://lexvo.org/id/char/39C3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/sau1>,
        <http://lexvo.org/id/term/yue/%E3%A7%83>,
        "㧃"^^xsd:string ;
    rdfs:comment "(ancient form of 收) to receive what is due; to gather together, to harvest, to collect; to put away, to close, to bind, to restrain, to bring to the end, (same as 摎) entwined -- as branches of a tree; to tangle; to involve, to collaborate; to band together"@en .

<http://lexvo.org/id/char/39C4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A7%84>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C7%8En%20qi%C3%BA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kaau4>,
        <http://lexvo.org/id/term/yue/%E3%A7%84>,
        "㧄"^^xsd:string ;
    rdfs:comment "to take; to receive; to fetch; to take hold of"@en .

<http://lexvo.org/id/char/39C5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A7%85>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%B9>,
        <http://lexvo.org/id/term/vie/%C4%91eo>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/muk6>,
        <http://lexvo.org/id/term/yue/%E3%A7%85>,
        "㧅"^^xsd:string ;
    rdfs:comment "to turn upside down; to exert a great deal; to pull and drag, to implicate or involve"@en .

<http://lexvo.org/id/char/39C6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/gaan1>,
        <http://lexvo.org/id/term/yue/%E3%A7%86>,
        "㧆"^^xsd:string ;
    rdfs:comment "to cover something with a piece of cloth, a kind of cloth used to cover something"@en .

<http://lexvo.org/id/char/39C7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A7%87>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C7%8Eo>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mou5>,
        <http://lexvo.org/id/term/yue/%E3%A7%87>,
        "㧇"^^xsd:string ;
    rdfs:comment "to hold; to grasp, to maintain; to support; to keep; to uphold, a tie or stalemate"@en .

<http://lexvo.org/id/char/39C8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A7%88>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%90n%20y%C3%ACn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zaan5>,
        <http://lexvo.org/id/term/yue/%E3%A7%88>,
        "㧈"^^xsd:string ;
    rdfs:comment "(same as 引) to pull; to attract, to guide, to introduce, to quote, to retire"@en .

<http://lexvo.org/id/char/39C9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A7%89>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C3%A0i%20ku%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/koi3>,
        <http://lexvo.org/id/term/yue/%E3%A7%89>,
        "㧉"^^xsd:string ;
    rdfs:comment "to rub; to grind; to polish; to wear, to take; to obtain; to select, to beat; to strike; to attack"@en .

<http://lexvo.org/id/char/39CA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A7%8A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%A1>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/put3>,
        <http://lexvo.org/id/term/yue/%E3%A7%8A>,
        "㧊"^^xsd:string ;
    rdfs:comment "to push; to excpel, to shirk; to decline, to row, to wipe and clean, to strike; to beat, to be rampant in defiance of authority"@en .

<http://lexvo.org/id/char/39CB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A7%8B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C7%8En%20xu%C7%8En>,
        "㧋"^^xsd:string ;
    rdfs:comment "to lengthen and extenuate -- as in making noodle; to drag out"@en .

<http://lexvo.org/id/char/39CC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A7%8C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A0o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mou6>,
        <http://lexvo.org/id/term/yue/%E3%A7%8C>,
        "㧌"^^xsd:string ;
    rdfs:comment "(same as 毛 芼) to select; to choose; to pick out"@en .

<http://lexvo.org/id/char/39CD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A7%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C7%8Eng>,
        <http://lexvo.org/id/term/vie/phang>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fong2>,
        <http://lexvo.org/id/term/yue/%E3%A7%8D>,
        "㧍"^^xsd:string ;
    rdfs:comment "(same as 仿) alike; similar, (same as 搒) to involve; to affect"@en .

<http://lexvo.org/id/char/39CE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A7%8E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A1>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ngaa4>,
        <http://lexvo.org/id/term/yue/%E3%A7%8E>,
        "㧎"^^xsd:string ;
    rdfs:comment "forked branches, stone roller, to roll, to stop; to detain; to prohibit, to clutch; to grasp"@en .

<http://lexvo.org/id/char/39CF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C4%81ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gong1>,
        <http://lexvo.org/id/term/yue/%E3%A7%8F>,
        "㧏"^^xsd:string ;
    rdfs:comment "(a simplified form of 掆) to carry on the shouldersof two or more men, to raise"@en .

<http://lexvo.org/id/char/39D0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A7%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C7%92ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sung2>,
        <http://lexvo.org/id/term/yue/%E3%A7%90>,
        "㧐"^^xsd:string ;
    rdfs:comment "(simplified form of 㩳) to hold; to grasp, to detain, to uphold, to push, to stand upright"@en .

<http://lexvo.org/id/char/39D1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A7%91>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C4%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C3%A9i%20w%C4%9Bi>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fai1>,
        <http://lexvo.org/id/term/yue/%E3%A7%91>,
        "㧑"^^xsd:string ;
    rdfs:comment "(a simplified form 撝) to wave, to assist"@en .

<http://lexvo.org/id/char/39D2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A7%92>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xu%C3%A9%20y%C3%B9%20yu%C3%A8>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/leot6%20waat6>,
        <http://lexvo.org/id/term/yue/%E3%A7%92>,
        "㧒"^^xsd:string ;
    rdfs:comment "to beat; to strike, to throw; to pitch, to scoop out to dig out"@en .

<http://lexvo.org/id/char/39D3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/gwaa1>,
        <http://lexvo.org/id/term/yue/%E3%A7%93>,
        "㧓"^^xsd:string ;
    rdfs:comment "to lead; to guide, to entice, to introduce, to draw out; to stretch, to beat; to strike"@en .

<http://lexvo.org/id/char/39D4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A7%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/gu%C3%A0i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gwai3%20tim4>,
        <http://lexvo.org/id/term/yue/%E3%A7%94>,
        "㧔"^^xsd:string ;
    rdfs:comment "to disturbe; to agitate; to harass, to quarrel; to wrangle"@en .

<http://lexvo.org/id/char/39D5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A7%95>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%B9%20li%C7%94%20y%C3%BA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lau5>,
        <http://lexvo.org/id/term/yue/%E3%A7%95>,
        "㧕"^^xsd:string ;
    rdfs:comment "to feel or touch with hands; to hold, to lay the hand on, to cover"@en .

<http://lexvo.org/id/char/39D6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C3%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A7%96>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/aak1%20ak1%20zim1>,
        <http://lexvo.org/id/term/yue/%E3%A7%96>,
        "㧖"^^xsd:string ;
    rdfs:comment "to clutch; to grasp"@en .

<http://lexvo.org/id/char/39D7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A7%97>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C7%90>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ci2%20zi2>,
        <http://lexvo.org/id/term/yue/%E3%A7%97>,
        "㧗"^^xsd:string ;
    rdfs:comment "to clatch, to grasp with the hand, to pinch, to kill, to attach from the sideway, to strike with the hand; (Cant.) to tear, rip"@en .

<http://lexvo.org/id/char/39D8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A7%98>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/cu%C3%AC%20n%C7%8Eo%20z%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zi3>,
        <http://lexvo.org/id/term/yue/%E3%A7%98>,
        "㧘"^^xsd:string ;
    rdfs:comment "to accumulate, to massage the cheeks"@en .

<http://lexvo.org/id/char/39D9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A7%99>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bit1%20bit6>,
        <http://lexvo.org/id/term/yue/%E3%A7%99>,
        "㧙"^^xsd:string ;
    rdfs:comment "to give a playful blow, to strike against, to wring; to wrench; to twist, to turn for the better"@en .

<http://lexvo.org/id/char/39DA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A7%9A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C7%8E>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ngaa5>,
        <http://lexvo.org/id/term/yue/%E3%A7%9A>,
        "㧚"^^xsd:string ;
    rdfs:comment "(a dialect character) cup the hand, (corrupted form of U+65CA 瓬) clay pottery; earthenware"@en .

<http://lexvo.org/id/char/39DB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/hin1>,
        <http://lexvo.org/id/term/yue/%E3%A7%9B>,
        "㧛"^^xsd:string ;
    rdfs:comment "(simplied form of 掔) thick; firm; substantial, to drag along; to pull, to lead"@en .

<http://lexvo.org/id/char/39DC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A7%9C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C3%A8>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/laap3%20laap6%20lip6>,
        <http://lexvo.org/id/term/yue/%E3%A7%9C>,
        "㧜"^^xsd:string ;
    rdfs:comment "(same as U+64F8 擸) to hold, to grasp, to hold the hair; to pull at; (Cant.) to take at a glance"@en .

<http://lexvo.org/id/char/39DD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/gaa1>,
        <http://lexvo.org/id/term/yue/%E3%A7%9D>,
        "㧝"^^xsd:string ;
    rdfs:comment "to take"@en .

<http://lexvo.org/id/char/39DE> a lvont:Character ;
    lvont:represents "㧞"^^xsd:string .

<http://lexvo.org/id/char/39DF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A7%9F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ku%C7%8Ei>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kwaai5>,
        <http://lexvo.org/id/term/yue/%E3%A7%9F>,
        "㧟"^^xsd:string ;
    rdfs:comment "(simplified form of 擓) to wipe; to scrub; to rub, to dust; to clean, (a dialect) to scratch with fingers lightly, (a dialect) to carry on the arm"@en .

<http://lexvo.org/id/char/39E0> a lvont:Character ;
    lvont:represents "㧠"^^xsd:string .

<http://lexvo.org/id/char/39E1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A7%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A0i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hoi6>,
        <http://lexvo.org/id/term/yue/%E3%A7%A1>,
        "㧡"^^xsd:string ;
    rdfs:comment "to move; to shake; to rock; to excite, to decrease; to reduce; to diminish; to subtract; to deduct, to shoulder; to take upon on oneself"@en .

<http://lexvo.org/id/char/39E2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/zaan1%20zaan5>,
        <http://lexvo.org/id/term/yue/%E3%A7%A2>,
        "㧢"^^xsd:string ;
    rdfs:comment "to depend on; to lean to; to rely on; by means of, to follow the old or traditional (practices, customs, precedents, etc.), to receive and carry on; to continue; to succeed to"@en .

<http://lexvo.org/id/char/39E3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A7%A3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zyu1%20zyu3>,
        <http://lexvo.org/id/term/yue/%E3%A7%A3>,
        "㧣"^^xsd:string ;
    rdfs:comment "to stop, to detain; to stay; to end; still; calm, only"@en .

<http://lexvo.org/id/char/39E4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A7%A4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%B2ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cung3>,
        <http://lexvo.org/id/term/yue/%E3%A7%A4>,
        "㧤"^^xsd:string ;
    rdfs:comment "(non-classical form) to jump; to leap; to bounce; (in general) get angry and leave away, to bump; (Cant.) to poke, jab"@en .

<http://lexvo.org/id/char/39E5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A7%A5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C7%8En>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sin2>,
        <http://lexvo.org/id/term/yue/%E3%A7%A5>,
        "㧥"^^xsd:string ;
    rdfs:comment "to nip with the fingers; to take a pinch; to take up as with tongs"@en .

<http://lexvo.org/id/char/39E6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A7%A6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xu%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gwaang1%20hyun3>,
        <http://lexvo.org/id/term/yue/%E3%A7%A6>,
        "㧦"^^xsd:string ;
    rdfs:comment "to strike; to beat; to attach, (same as 揈) to move; to shake; to wield"@en .

<http://lexvo.org/id/char/39E7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/so1%20so3>,
        <http://lexvo.org/id/term/yue/%E3%A7%A7>,
        "㧧"^^xsd:string ;
    rdfs:comment "(non-classical form of 梳) a comb; a coarse comb; to comb"@en .

<http://lexvo.org/id/char/39E8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A7%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C3%BA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kau4>,
        <http://lexvo.org/id/term/yue/%E3%A7%A8>,
        "㧨"^^xsd:string ;
    rdfs:comment "(ancient form of 扏) slow; gradual; tardy; leisurely, to delay; to put off; to defer"@en .

<http://lexvo.org/id/char/39E9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A7%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%A8i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/pui3>,
        <http://lexvo.org/id/term/yue/%E3%A7%A9>,
        "㧩"^^xsd:string ;
    rdfs:comment "to dispel, to move; to transfer, to issue; to set aside, to stir up, turning"@en .

<http://lexvo.org/id/char/39EA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A7%AA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/gu%C7%90>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gwaai2%20ngaai4>,
        <http://lexvo.org/id/term/yue/%E3%A7%AA>,
        "㧪"^^xsd:string ;
    rdfs:comment "to ruin; to destroy; to break down, to hang up; to suspend"@en .

<http://lexvo.org/id/char/39EB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C3%A9r>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A7%AB>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zi4>,
        <http://lexvo.org/id/term/yue/%E3%A7%AB>,
        "㧫"^^xsd:string ;
    rdfs:comment "to hold; to grasp, to maintain; to keep, a post, to lead on, (same as 擩) to rub, to crumble by hand, to massage; mixed-up; confused"@en .

<http://lexvo.org/id/char/39EC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A7%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C7%92ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gung1%20gung2%20ngung2>,
        <http://lexvo.org/id/term/yue/%E3%A7%AC>,
        "㧬"^^xsd:string ;
    rdfs:comment "to raise; to fold the hands on the breast, to bow, to salute, a method (to pile or to raise up) of painting; (Cant.) to push from behind"@en .

<http://lexvo.org/id/char/39ED> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A7%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C3%B3ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kung4>,
        <http://lexvo.org/id/term/yue/%E3%A7%AD>,
        "㧭"^^xsd:string ;
    rdfs:comment "to get something with both raising hands"@en .

<http://lexvo.org/id/char/39EE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/bak6%20bou6%20faat1>,
        <http://lexvo.org/id/term/yue/%E3%A7%AE>,
        "㧮"^^xsd:string ;
    rdfs:comment "high; tall; lofty"@en .

<http://lexvo.org/id/char/39EF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A7%AF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C7%8Eo>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lou5>,
        <http://lexvo.org/id/term/yue/%E3%A7%AF>,
        "㧯"^^xsd:string ;
    rdfs:comment "a bucket made of willow, (a dialect) to lift (especially when only a single person is involved)"@en .

<http://lexvo.org/id/char/39F0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A7%B0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lik6>,
        <http://lexvo.org/id/term/yue/%E3%A7%B0>,
        "㧰"^^xsd:string ;
    rdfs:comment "(a simplified form) to strike; to tap, to shock"@en .

<http://lexvo.org/id/char/39F1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A7%B1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%A8n%20n%C3%A1%20n%C3%AC%20ti%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/naa4%20nuk6%20zau2%20zuk6>,
        <http://lexvo.org/id/term/yue/%E3%A7%B1>,
        "㧱"^^xsd:string ;
    rdfs:comment "(same as U+62FF 拿) to bring, to take, to apprehend, to grasp"@en .

<http://lexvo.org/id/char/39F2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A7%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C7%8En>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sam2>,
        <http://lexvo.org/id/term/yue/%E3%A7%B2>,
        "㧲"^^xsd:string ;
    rdfs:comment "to shake; to rattle"@en .

<http://lexvo.org/id/char/39F3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A7%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%B3%20zhu%C3%B2>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bai1>,
        <http://lexvo.org/id/term/yue/%E3%A7%B3>,
        "㧳"^^xsd:string ;
    rdfs:comment "to mix; to blend, to display in neat rows; to place in order"@en .

<http://lexvo.org/id/char/39F4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A7%B4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C7%92>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ngo5>,
        <http://lexvo.org/id/term/yue/%E3%A7%B4>,
        "㧴"^^xsd:string ;
    rdfs:comment "to rub hands; to rub between the hands; to twist between the hands"@en .

<http://lexvo.org/id/char/39F5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A7%B5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%B3u%20p%C7%92u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bau2%20bong6%20gong1%20paau2%20paau4>,
        <http://lexvo.org/id/term/yue/%E3%A7%B5>,
        "㧵"^^xsd:string ;
    rdfs:comment "(corrupted form of U+638A 掊) to exact, to get salt from sea-water, to break up; to injure, to hold something in both hands; to scoop up mud; (Cant.) to hit, strike, knock"@en .

<http://lexvo.org/id/char/39F6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/hang1>,
        <http://lexvo.org/id/term/yue/%E3%A7%B6>,
        "㧶"^^xsd:string ;
    rdfs:comment "the jingling of metals, to strike, to lead; to guide"@en .

<http://lexvo.org/id/char/39F7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A7%B7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/du%C3%B2%20t%C3%B9n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/daau2%20taan3%20zaam6>,
        <http://lexvo.org/id/term/yue/%E3%A7%B7>,
        "㧷"^^xsd:string ;
    rdfs:comment "to wipe tears, to bind"@en .

<http://lexvo.org/id/char/39F8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/paang1>,
        <http://lexvo.org/id/term/yue/%E3%A7%B8>,
        "㧸"^^xsd:string ;
    rdfs:comment "to hit; to beat; to strike; (Cant.) to drive away, chase"@en .

<http://lexvo.org/id/char/39F9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A7%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%A8>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tik1>,
        <http://lexvo.org/id/term/yue/%E3%A7%B9>,
        "㧹"^^xsd:string ;
    rdfs:comment "to strike with fists, to strike; to blow"@en .

<http://lexvo.org/id/char/39FA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A7%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%A0>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dap6>,
        <http://lexvo.org/id/term/yue/%E3%A7%BA>,
        "㧺"^^xsd:string ;
    rdfs:comment "a finger wrapper; a covering (used to protect the fingers from getting hurt)"@en .

<http://lexvo.org/id/char/39FB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A7%BB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C7%90%20zhu%C3%B3%20z%C3%BA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/doek3%20duk1>,
        <http://lexvo.org/id/term/yue/%E3%A7%BB>,
        "㧻"^^xsd:string ;
    rdfs:comment "a thorn, to select; to pick, to push, to find out, to cut out; to engrave, sound of striking"@en .

<http://lexvo.org/id/char/39FC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A7%BC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/bi%C3%A0o>,
        <http://lexvo.org/id/term/vie/b%C3%ADu>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/biu2>,
        <http://lexvo.org/id/term/yue/%E3%A7%BC>,
        "㧼"^^xsd:string ;
    rdfs:comment "to distribute, to scatter; to disperse"@en .

<http://lexvo.org/id/char/39FD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A7%BD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C3%B9%20h%C3%BA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gu3%20guk6>,
        <http://lexvo.org/id/term/yue/%E3%A7%BD>,
        "㧽"^^xsd:string ;
    rdfs:comment "name of a county in Han dynasty; today's Inner Mongolia Autonomous Region; southeast of Baotou county"@en .

<http://lexvo.org/id/char/39FE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/h%E1%BB%91t>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fat1>,
        <http://lexvo.org/id/term/yue/%E3%A7%BE>,
        "㧾"^^xsd:string ;
    rdfs:comment "to strike, to bale out; to clean up"@en .

<http://lexvo.org/id/char/39FF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/coeng1>,
        <http://lexvo.org/id/term/yue/%E3%A7%BF>,
        "㧿"^^xsd:string ;
    rdfs:comment "to bump; to knock against; to strike accidentally; to collide"@en .

<http://lexvo.org/id/char/3A00> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A8%80>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C7%90ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bing2%20lit6>,
        <http://lexvo.org/id/term/yue/%E3%A8%80>,
        "㨀"^^xsd:string ;
    rdfs:comment "(same as 抦) to hold in the hand"@en .

<http://lexvo.org/id/char/3A01> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A8%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%AD%20zh%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ci5%20zi6%20zik6>,
        <http://lexvo.org/id/term/yue/%E3%A8%81>,
        "㨁"^^xsd:string ;
    rdfs:comment "to throw; to pitch, to send, to stay, a crutch; staff or stick"@en .

<http://lexvo.org/id/char/3A02> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A8%82>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C7%92ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ce1%20dung2>,
        <http://lexvo.org/id/term/yue/%E3%A8%82>,
        "㨂"^^xsd:string ;
    rdfs:comment "to beat; to strike; to attack"@en .

<http://lexvo.org/id/char/3A03> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A8%83>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%A9ng%20du%C7%90>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cang4%20deoi2>,
        <http://lexvo.org/id/term/yue/%E3%A8%83>,
        "㨃"^^xsd:string ;
    rdfs:comment "a row; a line, to push; to clear out, (same as 朾) to bump; to knock against; to strike accidentally; to collide; (Cant.) to poke, nudge, stab; to stretch out"@en .

<http://lexvo.org/id/char/3A04> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A8%84>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%A0o>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C5%8Du>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ziu6>,
        <http://lexvo.org/id/term/yue/%E3%A8%84>,
        "㨄"^^xsd:string ;
    rdfs:comment "to pierce; to stab, (same as 挑) to stir; to disturb; to agitate, to place the hand on, to impeach, (a dialect) to lift something heavy from one side or from the end"@en .

<http://lexvo.org/id/char/3A05> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A8%85>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C3%A8i%20ru%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/noi6>,
        <http://lexvo.org/id/term/yue/%E3%A8%85>,
        "㨅"^^xsd:string ;
    rdfs:comment "inside; within; inner, a family name, (corrupted form of 抐) to take from the top, to strip; to peel"@en .

<http://lexvo.org/id/char/3A06> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A8%86>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C7%90n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lam5%20lam6>,
        <http://lexvo.org/id/term/yue/%E3%A8%86>,
        "㨆"^^xsd:string ;
    rdfs:comment "to kill, to slaughter, to beat; to strike; to hit; to attack; (Cant.) to pile, stack"@en .

<http://lexvo.org/id/char/3A07> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A8%87>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%B3>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fuk6%20po4%20pun4>,
        <http://lexvo.org/id/term/yue/%E3%A8%87>,
        "㨇"^^xsd:string ;
    rdfs:comment "(same as 搫) to sweep clean; to clean away, to eliminate"@en .

<http://lexvo.org/id/char/3A08> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A8%88>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C7%90>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zai1>,
        <http://lexvo.org/id/term/yue/%E3%A8%88>,
        "㨈"^^xsd:string ;
    rdfs:comment "(abbreviated form of 擠) to crowd; to throng; to push; to squeeze"@en .

<http://lexvo.org/id/char/3A09> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A8%89>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C7%90n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/maan5>,
        <http://lexvo.org/id/term/yue/%E3%A8%89>,
        "㨉"^^xsd:string ;
    rdfs:comment "(same as U+62BF 抿) to smooth, to stroke; to pucker, to contract, to wipe away"@en .

<http://lexvo.org/id/char/3A0A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A8%8A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C4%9Bi>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/waai4>,
        <http://lexvo.org/id/term/yue/%E3%A8%8A>,
        "㨊"^^xsd:string ;
    rdfs:comment "to discard; to reject; to abandon, to feel; to stroke, to sort out the divining stalks, to drop; to lose; to fall off, to weigh; to measure weight"@en .

<http://lexvo.org/id/char/3A0B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A8%8B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C4%9B%20l%C3%A8%20zh%C3%A8n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ze2>,
        <http://lexvo.org/id/term/yue/%E3%A8%8B>,
        "㨋"^^xsd:string ;
    rdfs:comment "to beat; to strike; to attach"@en .

<http://lexvo.org/id/char/3A0C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A8%8C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C3%B2u%20r%C3%BA%20r%C7%94>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gau3>,
        <http://lexvo.org/id/term/yue/%E3%A8%8C>,
        "㨌"^^xsd:string ;
    rdfs:comment "to milk a cow or goat"@en .

<http://lexvo.org/id/char/3A0D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/bong1>,
        <http://lexvo.org/id/term/yue/%E3%A8%8D>,
        "㨍"^^xsd:string ;
    rdfs:comment "to defend, on a level with; even; equal, to help; to assist"@en .

<http://lexvo.org/id/char/3A0E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A8%8E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/r%C3%BA%20ru%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zyu4>,
        <http://lexvo.org/id/term/yue/%E3%A8%8E>,
        "㨎"^^xsd:string ;
    rdfs:comment "to dye, to dip, to soak; to rub in the hands"@en .

<http://lexvo.org/id/char/3A0F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/taan1>,
        <http://lexvo.org/id/term/yue/%E3%A8%8F>,
        "㨏"^^xsd:string ;
    rdfs:comment "to beat; to strike; to attack"@en .

<http://lexvo.org/id/char/3A10> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A8%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C7%94%20p%C3%A9i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/buk1>,
        <http://lexvo.org/id/term/yue/%E3%A8%90>,
        "㨐"^^xsd:string ;
    rdfs:comment "to slap lightly on the clothes or coverlet, to beat; to strike; to attack"@en .

<http://lexvo.org/id/char/3A11> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/zung1>,
        <http://lexvo.org/id/term/yue/%E3%A8%91>,
        "㨑"^^xsd:string ;
    rdfs:comment "to count; to enumerate, to grasp the head"@en .

<http://lexvo.org/id/char/3A12> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A8%92>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ku%C3%AD%20w%C4%9Bi%20xi%C3%A9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fui1>,
        <http://lexvo.org/id/term/yue/%E3%A8%92>,
        "㨒"^^xsd:string ;
    rdfs:comment "(same as 刲) to cut open and clean -- as fish, to kill; to sacrifice, to stab"@en .

<http://lexvo.org/id/char/3A13> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A8%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%A1o%20li%C3%A1o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lou4>,
        <http://lexvo.org/id/term/yue/%E3%A8%93>,
        "㨓"^^xsd:string ;
    rdfs:comment "(non-classical form) to close; to shut, to block up, to pull or drag out of the water; to fish up; to salvage"@en .

<http://lexvo.org/id/char/3A14> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A8%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A0n>,
        <http://lexvo.org/id/term/vie/gi%E1%BA%B1m>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/haam6%20ngaan4>,
        <http://lexvo.org/id/term/yue/%E3%A8%94>,
        "㨔"^^xsd:string ;
    rdfs:comment "to shake; to rock; to jolt; to joggle"@en .

<http://lexvo.org/id/char/3A15> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A8%95>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%ADng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zing4>,
        <http://lexvo.org/id/term/yue/%E3%A8%95>,
        "㨕"^^xsd:string ;
    rdfs:comment "to shoulder; to take on the shoulder; to take upon oneself"@en .

<http://lexvo.org/id/char/3A16> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A8%96>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zat1%20zi3>,
        <http://lexvo.org/id/term/yue/%E3%A8%96>,
        "㨖"^^xsd:string ;
    rdfs:comment "to stab, to rob of money; to rob of riches, to go nonstop to, to cluster together; to mass; (Cant.) to squeeze in"@en .

<http://lexvo.org/id/char/3A17> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A8%97>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%A9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zit6>,
        <http://lexvo.org/id/term/yue/%E3%A8%97>,
        "㨗"^^xsd:string ;
    rdfs:comment "(variant of 捷) alert, nimble, prompt, clever, smart"@en .

<http://lexvo.org/id/char/3A18> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A8%98>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C7%90ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/saang2>,
        <http://lexvo.org/id/term/yue/%E3%A8%98>,
        "㨘"^^xsd:string ;
    rdfs:comment "(same as U+64E4 擤) to blow the nose with the fingers; (Cant.) to scour; to rebuke; to hit with a ball"@en .

<http://lexvo.org/id/char/3A19> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A8%99>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/haai4>,
        <http://lexvo.org/id/term/yue/%E3%A8%99>,
        "㨙"^^xsd:string ;
    rdfs:comment "to clasp or hold under the arm, to support; to prop up; to aid, to exchange; to alter, to lift up or off; to raise high"@en .

<http://lexvo.org/id/char/3A1A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A8%9A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C3%BAn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/seon1>,
        <http://lexvo.org/id/term/yue/%E3%A8%9A>,
        "㨚"^^xsd:string ;
    rdfs:comment "to select; to choose; to pick out, to defend; to ward off, to refuse; to reject"@en .

<http://lexvo.org/id/char/3A1B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A8%9B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C7%8En>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sim2>,
        <http://lexvo.org/id/term/yue/%E3%A8%9B>,
        "㨛"^^xsd:string ;
    rdfs:comment "swift; rapid quick; speedy, (same as 掞) easy; smooth; suave; comfortable"@en .

<http://lexvo.org/id/char/3A1C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A8%9C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kin4>,
        <http://lexvo.org/id/term/yue/%E3%A8%9C>,
        "㨜"^^xsd:string ;
    rdfs:comment "to help each other, to shoulder; to take upon oneself"@en .

<http://lexvo.org/id/char/3A1D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A8%9D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A8>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sip3>,
        <http://lexvo.org/id/term/yue/%E3%A8%9D>,
        "㨝"^^xsd:string ;
    rdfs:comment "the very hard stuff, to sort out of divining stalks; (Cant.) to wedge in"@en .

<http://lexvo.org/id/char/3A1E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A8%9E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sou3>,
        <http://lexvo.org/id/term/yue/%E3%A8%9E>,
        "㨞"^^xsd:string ;
    rdfs:comment "to feel about; to grope in the dark"@en .

<http://lexvo.org/id/char/3A1F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A8%9F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A1i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/goi1>,
        <http://lexvo.org/id/term/yue/%E3%A8%9F>,
        "㨟"^^xsd:string ;
    rdfs:comment "to touch; to contact, to ram; to butt"@en .

<http://lexvo.org/id/char/3A20> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A8%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mik6>,
        <http://lexvo.org/id/term/yue/%E3%A8%A0>,
        "㨠"^^xsd:string ;
    rdfs:comment "(same as 塓) to smear; to daub; to spread, to paint"@en .

<http://lexvo.org/id/char/3A21> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A8%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%BAn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/waan4>,
        <http://lexvo.org/id/term/yue/%E3%A8%A1>,
        "㨡"^^xsd:string ;
    rdfs:comment "to push with hands, to hold; to grasp, (in general) something as a whole; complete; undamaged"@en .

<http://lexvo.org/id/char/3A22> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/n%C3%A2ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/nang3%20pei1>,
        <http://lexvo.org/id/term/yue/%E3%A8%A2>,
        "㨢"^^xsd:string ;
    rdfs:comment "to rip open flesh; to cut flesh; (Cant.) to join, link, connect"@en .

<http://lexvo.org/id/char/3A23> a lvont:Character ;
    lvont:represents "㨣"^^xsd:string .

<http://lexvo.org/id/char/3A24> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A8%A4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%AC%20ku%C7%8Ei%20w%C3%A0i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kwaai5>,
        <http://lexvo.org/id/term/yue/%E3%A8%A4>,
        "㨤"^^xsd:string ;
    rdfs:comment "(same as 擓) to wipe; to scrub; to rub, to dust; to clean, (a dialect) to scratch with fingers lightly, (a dialect) to carry on the arm"@en .

<http://lexvo.org/id/char/3A25> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A8%A5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C3%A0>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/nap6>,
        <http://lexvo.org/id/term/yue/%E3%A8%A5>,
        "㨥"^^xsd:string ;
    rdfs:comment "to hit; to strike"@en .

<http://lexvo.org/id/char/3A26> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A8%A6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C7%92ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sung2>,
        <http://lexvo.org/id/term/yue/%E3%A8%A6>,
        "㨦"^^xsd:string ;
    rdfs:comment "(abbreviated form) to hold; to grasp, to detain, to uphold, to push, to stand upright"@en .

<http://lexvo.org/id/char/3A27> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A8%A7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%A8n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bun2>,
        <http://lexvo.org/id/term/yue/%E3%A8%A7>,
        "㨧"^^xsd:string ;
    rdfs:comment "wooden stick or bamboo cane (shaped segment of a circle) used to support the covering of a carriage in ancient times"@en .

<http://lexvo.org/id/char/3A28> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A8%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cau1%20lau3>,
        <http://lexvo.org/id/term/yue/%E3%A8%A8>,
        "㨨"^^xsd:string ;
    rdfs:comment "(the large seal; a type of Chinese calligraphy) to draw out; to sprout; to rid; to whip, to build, to thresh; to hull or unhusk, to beat; to pound; (Cant.) to shake down"@en .

<http://lexvo.org/id/char/3A29> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A8%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%A9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zit6>,
        <http://lexvo.org/id/term/yue/%E3%A8%A9>,
        "㨩"^^xsd:string ;
    rdfs:comment "(non-classical form of 捷) to win; to triumph, swift; quick; rapid"@en .

<http://lexvo.org/id/char/3A2A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A8%AA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%A0ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fong2>,
        <http://lexvo.org/id/term/yue/%E3%A8%AA>,
        "㨪"^^xsd:string ;
    rdfs:comment "to shake; to be disturbed; oscillating, brightness, dazzling; glaring"@en .

<http://lexvo.org/id/char/3A2B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A8%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C7%8En>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lam4%20lam5>,
        <http://lexvo.org/id/term/yue/%E3%A8%AB>,
        "㨫"^^xsd:string ;
    rdfs:comment "(same as U+652C 攬) to be in full possession of; to monopolize, to grasp; to seize"@en .

<http://lexvo.org/id/char/3A2C> a lvont:Character ;
    lvont:represents "㨬"^^xsd:string .

<http://lexvo.org/id/char/3A2D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A8%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wu6>,
        <http://lexvo.org/id/term/yue/%E3%A8%AD>,
        "㨭"^^xsd:string ;
    rdfs:comment "unreasonable, to distribute; to make known; to circulate, book cover; book jacket, letter; correspondence"@en .

<http://lexvo.org/id/char/3A2E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A8%AE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C5%8Du>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dau1>,
        <http://lexvo.org/id/term/yue/%E3%A8%AE>,
        "㨮"^^xsd:string ;
    rdfs:comment "to lift up; to take in the hand, to control, to open; (Cant.) to seize, grasp"@en .

<http://lexvo.org/id/char/3A2F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A8%AF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%B2%20ku%C3%B2>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gwok3>,
        <http://lexvo.org/id/term/yue/%E3%A8%AF>,
        "㨯"^^xsd:string ;
    rdfs:comment "(same as 擴) to enlarge; to magnify; to expand"@en .

<http://lexvo.org/id/char/3A30> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A8%B0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C3%A9%20g%C7%94n%20h%C3%B9n%20hu%C3%B2%20ji%C3%A9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gwaan2>,
        <http://lexvo.org/id/term/yue/%E3%A8%B0>,
        "㨰"^^xsd:string ;
    rdfs:comment "to turn; to shift; to move"@en .

<http://lexvo.org/id/char/3A31> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A8%B1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A1o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ziu4>,
        <http://lexvo.org/id/term/yue/%E3%A8%B1>,
        "㨱"^^xsd:string ;
    rdfs:comment "to shake, to wave, to row"@en .

<http://lexvo.org/id/char/3A32> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A8%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C3%A8>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/caak3>,
        <http://lexvo.org/id/term/yue/%E3%A8%B2>,
        "㨲"^^xsd:string ;
    rdfs:comment "to back up; to support, to take; to receive; to obtain, to select; to choose"@en .

<http://lexvo.org/id/char/3A33> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A8%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/gu%C7%90>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gwaai2%20kyut3%20wan4>,
        <http://lexvo.org/id/term/yue/%E3%A8%B3>,
        "㨳"^^xsd:string ;
    rdfs:comment "(same as 庋) a cupboard; a closet, to put into a cupboard or closet; to put into the proper place, to wear on the head, to support; to sustain; to bear"@en .

<http://lexvo.org/id/char/3A34> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A8%B4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gin3%20hin1%20kin2%20zin5>,
        <http://lexvo.org/id/term/yue/%E3%A8%B4>,
        "㨴"^^xsd:string ;
    rdfs:comment "to turn over; to collapse; (Cant.) to lift (a lid); to uncover"@en .

<http://lexvo.org/id/char/3A35> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A8%B5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C7%8En>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zin2%20zin3>,
        <http://lexvo.org/id/term/yue/%E3%A8%B5>,
        "㨵"^^xsd:string ;
    rdfs:comment "(non-classical form of 揃) to cut away; to cut off; to cut down; to eliminate; to remove; to exterminate"@en .

<http://lexvo.org/id/char/3A36> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A8%B6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%B3u%20d%C7%8Eo%20zh%C7%92u%20zh%C3%B2u>,
        <http://lexvo.org/id/term/vie/%C4%91%E1%BA%BDo>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dou2>,
        <http://lexvo.org/id/term/yue/%E3%A8%B6>,
        "㨶"^^xsd:string ;
    rdfs:comment "(same as 搗 擣) to thresh; to hull or unhusk, to beat; to pound; to attack"@en .

<http://lexvo.org/id/char/3A37> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A8%B7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%ACn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gaam3>,
        <http://lexvo.org/id/term/yue/%E3%A8%B7>,
        "㨷"^^xsd:string ;
    rdfs:comment "to wipe; to cleanse, (interchangeable 艱) difficult; distress; harship"@en .

<http://lexvo.org/id/char/3A38> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A8%B8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A0>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bei3%20maa6>,
        <http://lexvo.org/id/term/yue/%E3%A8%B8>,
        "㨸"^^xsd:string ;
    rdfs:comment "to hit; to strike; to beat"@en .

<http://lexvo.org/id/char/3A39> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A8%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wai6>,
        <http://lexvo.org/id/term/yue/%E3%A8%B9>,
        "㨹"^^xsd:string ;
    rdfs:comment "to crack; to break; to rip open, to split or divide up, to hang up; to suspend, to sweep clean; to eliminate"@en .

<http://lexvo.org/id/char/3A3A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A8%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A9n%20m%C3%AC%20mi%C7%8En>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/min5%20mun4>,
        <http://lexvo.org/id/term/yue/%E3%A8%BA>,
        "㨺"^^xsd:string ;
    rdfs:comment "to ornament; to polish; to decorate, (same as 捫) to feel; to touch with hands; to hold, to search (in one's pocket, etc.)"@en .

<http://lexvo.org/id/char/3A3B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A8%BB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cam3%20cam4%20cim3%20zam6%20zim6>,
        <http://lexvo.org/id/term/yue/%E3%A8%BB>,
        "㨻"^^xsd:string ;
    rdfs:comment "to cut; to kill; to behead, gradually; little by little; by degrees, to lift; to raise, to strike; to beat, to throw; to pitch; to deliver"@en .

<http://lexvo.org/id/char/3A3C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A8%BC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%BC%C3%A8>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/loek6>,
        <http://lexvo.org/id/term/yue/%E3%A8%BC>,
        "㨼"^^xsd:string ;
    rdfs:comment "(non-classical form of U+63A0 掠) to take by force, to throw aside"@en .

<http://lexvo.org/id/char/3A3D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A8%BD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C7%90%20p%C3%AC%20qi%C7%8Eo>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/baat6%20bik1%20fan6>,
        <http://lexvo.org/id/term/yue/%E3%A8%BD>,
        "㨽"^^xsd:string ;
    rdfs:comment "to cut or rip open"@en .

<http://lexvo.org/id/char/3A3E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A8%BE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A0ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zoeng6>,
        <http://lexvo.org/id/term/yue/%E3%A8%BE>,
        "㨾"^^xsd:string ;
    rdfs:comment "a type; a model; a mode; a style"@en .

<http://lexvo.org/id/char/3A3F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A8%BF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gei1%20goeng3>,
        <http://lexvo.org/id/term/yue/%E3%A8%BF>,
        "㨿"^^xsd:string ;
    rdfs:comment "(a variant of 據) to receive, as communications from a subordinate, to rely on, to lean on, evidence; proof, according to; whereas"@en .

<http://lexvo.org/id/char/3A40> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A9%80>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/goeng3>,
        <http://lexvo.org/id/term/yue/%E3%A9%80>,
        "㩀"^^xsd:string ;
    rdfs:comment "(a variant of 據) to receive, as communications from a subordinate, to rely on, to lean on, evidence; proof, according to; whereas"@en .

<http://lexvo.org/id/char/3A41> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A9%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qu%C3%A8>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kok3>,
        <http://lexvo.org/id/term/yue/%E3%A9%81>,
        "㩁"^^xsd:string ;
    rdfs:comment "to knock, to pick out, to ridicule, (a variant) monopoly, a footbridge. a toll levied at a bridge or a ferry"@en .

<http://lexvo.org/id/char/3A42> a lvont:Character ;
    lvont:represents "㩂"^^xsd:string .

<http://lexvo.org/id/char/3A43> a lvont:Character ;
    lvont:represents "㩃"^^xsd:string ;
    rdfs:comment "to take or capture (a city, etc.), to gather or to collect"@en .

<http://lexvo.org/id/char/3A44> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A9%84>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C4%81i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/saai1>,
        <http://lexvo.org/id/term/yue/%E3%A9%84>,
        "㩄"^^xsd:string ;
    rdfs:comment "to strike; to beat, to get scattered and lost"@en .

<http://lexvo.org/id/char/3A45> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/cau1%20lau3%20lau6>,
        <http://lexvo.org/id/term/yue/%E3%A9%85>,
        "㩅"^^xsd:string ;
    rdfs:comment "(ancient form of U+62BD 抽) to draw out; to pull out; to take out, to sprout; to put forth shoots, to rid; to take away; to whip; (Cant.) to shake down"@en .

<http://lexvo.org/id/char/3A46> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A9%86>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zaau6>,
        <http://lexvo.org/id/term/yue/%E3%A9%86>,
        "㩆"^^xsd:string ;
    rdfs:comment "to be in full possession of; to grasp, to beat cruelly; to beat brutally; to beat severely"@en .

<http://lexvo.org/id/char/3A47> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A9%87>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%A0%20hu%C3%B2>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/waak6>,
        <http://lexvo.org/id/term/yue/%E3%A9%87>,
        "㩇"^^xsd:string ;
    rdfs:comment "the thumb, to split; to tear apart, sound of ripping or tearing, to cut open with something sharp"@en .

<http://lexvo.org/id/char/3A48> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A9%88>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A0n%20y%C7%94n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kwaan1>,
        <http://lexvo.org/id/term/yue/%E3%A9%88>,
        "㩈"^^xsd:string ;
    rdfs:comment "to restrain; restrained; timid and awkward; to feel not at home; miserably poor"@en .

<http://lexvo.org/id/char/3A49> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A9%89>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lai1>,
        <http://lexvo.org/id/term/yue/%E3%A9%89>,
        "㩉"^^xsd:string ;
    rdfs:comment "(same as 搨) to take a rubbing of an inscription on stone, etc., (same as 拉) to pull; to drag; to hold, to beat; to strike; to attack, (same as 拹) to break; to destroy; to smash"@en .

<http://lexvo.org/id/char/3A4A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/syun1>,
        <http://lexvo.org/id/term/yue/%E3%A9%8A>,
        "㩊"^^xsd:string ;
    rdfs:comment "to pull up the sleeves and show the arms, to fight with bare hands, to desire for more than one's rightful share; to covet; greedy"@en .

<http://lexvo.org/id/char/3A4B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A9%8B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C3%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C4%81o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/suk1>,
        <http://lexvo.org/id/term/yue/%E3%A9%8B>,
        "㩋"^^xsd:string ;
    rdfs:comment "to beat; to strike; to attact, sound of beating or hitting, a handle; a hold; to hold; to take, to guard; to watch over"@en .

<http://lexvo.org/id/char/3A4C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A9%8C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%A8i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/faai3>,
        <http://lexvo.org/id/term/yue/%E3%A9%8C>,
        "㩌"^^xsd:string ;
    rdfs:comment "to strike; to fight with hands, to scratch lightly; to brush; to shake; to dust, to knock down; to floor"@en .

<http://lexvo.org/id/char/3A4D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A9%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C3%A8>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/caak3>,
        <http://lexvo.org/id/term/yue/%E3%A9%8D>,
        "㩍"^^xsd:string ;
    rdfs:comment "to back up; to support, to take; to receive; to fetch; to obtain; to take hold of"@en .

<http://lexvo.org/id/char/3A4E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A9%8E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A8>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zip3>,
        <http://lexvo.org/id/term/yue/%E3%A9%8E>,
        "㩎"^^xsd:string ;
    rdfs:comment "(same as 擪) to press with a finger; to tuck in; to put the finger into; to put in; to stow away"@en .

<http://lexvo.org/id/char/3A4F> a lvont:Character ;
    lvont:represents "㩏"^^xsd:string .

<http://lexvo.org/id/char/3A50> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%A8n>,
        "㩐"^^xsd:string .

<http://lexvo.org/id/char/3A51> a lvont:Character ;
    lvont:represents "㩑"^^xsd:string .

<http://lexvo.org/id/char/3A52> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A9%92>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C3%ADn>,
        <http://lexvo.org/id/term/vie/c%E1%BA%AFm>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gam6%20kaam4>,
        <http://lexvo.org/id/term/yue/%E3%A9%92>,
        "㩒"^^xsd:string ;
    rdfs:comment "(same as U+64D2 擒) to arrest; to capture; (Cant.) to press down firmly"@en .

<http://lexvo.org/id/char/3A53> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A9%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C7%90>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wai2>,
        <http://lexvo.org/id/term/yue/%E3%A9%93>,
        "㩓"^^xsd:string ;
    rdfs:comment "to wound; to damage; to destroy; to injure"@en .

<http://lexvo.org/id/char/3A54> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A9%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%BAn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tyun4>,
        <http://lexvo.org/id/term/yue/%E3%A9%94>,
        "㩔"^^xsd:string ;
    rdfs:comment "a tool to make (crumble and to make smooth) a bow, to beat; to strike; to attack"@en .

<http://lexvo.org/id/char/3A55> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/ling1>,
        <http://lexvo.org/id/term/yue/%E3%A9%95>,
        "㩕"^^xsd:string ;
    rdfs:comment "(same as 拎) to haul; to take; to lift, to raise"@en .

<http://lexvo.org/id/char/3A56> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A9%96>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C3%A1ng%20ti%C3%A1o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/koeng4>,
        <http://lexvo.org/id/term/yue/%E3%A9%96>,
        "㩖"^^xsd:string ;
    rdfs:comment "to back up; to support"@en .

<http://lexvo.org/id/char/3A57> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A9%97>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C3%AD%20xi%C3%A9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kwai4>,
        <http://lexvo.org/id/term/yue/%E3%A9%97>,
        "㩗"^^xsd:string ;
    rdfs:comment "(non-classical form of 攜) to lead by the hand, to conduct to; to take with"@en .

<http://lexvo.org/id/char/3A58> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A9%98>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%90>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hei1%20ngaai5>,
        <http://lexvo.org/id/term/yue/%E3%A9%98>,
        "㩘"^^xsd:string ;
    rdfs:comment "(corrupted form of 檥) (interchangeable 艤) to moor to the bank"@en .

<http://lexvo.org/id/char/3A59> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C4%81i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/nim2%20saak1>,
        <http://lexvo.org/id/term/yue/%E3%A9%99>,
        "㩙"^^xsd:string ;
    rdfs:comment "(same as 塞) a cork or stopper; to cork; to seal, to fill up, to block"@en .

<http://lexvo.org/id/char/3A5A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A9%9A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A9ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mung4>,
        <http://lexvo.org/id/term/yue/%E3%A9%9A>,
        "㩚"^^xsd:string ;
    rdfs:comment "to collect (tax, grains), to draw together; to contract, to become less flagrant in behavior"@en .

<http://lexvo.org/id/char/3A5B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A9%9B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/tu%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/faa1%20tyun4>,
        <http://lexvo.org/id/term/yue/%E3%A9%9B>,
        "㩛"^^xsd:string ;
    rdfs:comment "(same as 摶) to roll round with the hand, to rely on, to take or follow (a trail, etc.)"@en .

<http://lexvo.org/id/char/3A5C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A9%9C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C7%8En>,
        <http://lexvo.org/id/term/vie/giam>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gaam3%20laam5>,
        <http://lexvo.org/id/term/yue/%E3%A9%9C>,
        "㩜"^^xsd:string ;
    rdfs:comment "(same as U+652C 攬) to be in possession of; to grasp, to make selective collection or coverage of; (Cant.) actually; strong"@en .

<http://lexvo.org/id/char/3A5D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A9%9D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A1o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hou4>,
        <http://lexvo.org/id/term/yue/%E3%A9%9D>,
        "㩝"^^xsd:string ;
    rdfs:comment "to compare; to estimate"@en .

<http://lexvo.org/id/char/3A5E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A9%9E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/caak3%20wing1>,
        <http://lexvo.org/id/term/yue/%E3%A9%9E>,
        "㩞"^^xsd:string ;
    rdfs:comment "(corrupted form) to back up; to support, to take; to receive; to fetch; to obtain; to take hold of; (Cant.) to throw, heave, fling away"@en .

<http://lexvo.org/id/char/3A5F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A9%9F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%A0i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zaai6>,
        <http://lexvo.org/id/term/yue/%E3%A9%9F>,
        "㩟"^^xsd:string ;
    rdfs:comment "(a dialect) to sew some ornaments (button; decorations, etc.) on the clothes"@en .

<http://lexvo.org/id/char/3A60> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A9%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/pi%C7%8Eo>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ou1>,
        <http://lexvo.org/id/term/yue/%E3%A9%A0>,
        "㩠"^^xsd:string ;
    rdfs:comment "a fierce or bloody battle, to untie; to unbind, (same as 捊) to exchange; to trade, to guide, to quote"@en .

<http://lexvo.org/id/char/3A61> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A9%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/lu%C7%92>,
        <http://lexvo.org/id/term/vie/d%E1%BB%A7i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lo2>,
        <http://lexvo.org/id/term/yue/%E3%A9%A1>,
        "㩡"^^xsd:string ;
    rdfs:comment "shake; to toss, to wave; to sway, to row"@en .

<http://lexvo.org/id/char/3A62> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A9%A2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%AD%20mi%C3%A8>,
        <http://lexvo.org/id/term/vie/m%C3%B3t>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/maai4%20mit6>,
        <http://lexvo.org/id/term/yue/%E3%A9%A2>,
        "㩢"^^xsd:string ;
    rdfs:comment "to beat; to strike; to attack, to cut, to diminish, to decide; to udge, to weight; to measure, to wipe; to rub, to dust; to clean"@en .

<http://lexvo.org/id/char/3A63> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/buk1%20faai1>,
        <http://lexvo.org/id/term/yue/%E3%A9%A3>,
        "㩣"^^xsd:string ;
    rdfs:comment "(same as 揮) to move; to shake; to wield; to direct, to arouse"@en .

<http://lexvo.org/id/char/3A64> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/fu1>,
        <http://lexvo.org/id/term/yue/%E3%A9%A4>,
        "㩤"^^xsd:string ;
    rdfs:comment "to open; to stretch; to extend; to display; to raise, to scatter; to spread, to stir; to get excited"@en .

<http://lexvo.org/id/char/3A65> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/cam2%20sam1>,
        <http://lexvo.org/id/term/yue/%E3%A9%A5>,
        "㩥"^^xsd:string ;
    rdfs:comment "(non-classical form of 攕) delicate hand (of a woman)"@en .

<http://lexvo.org/id/char/3A66> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A9%A6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kwai4>,
        <http://lexvo.org/id/term/yue/%E3%A9%A6>,
        "㩦"^^xsd:string ;
    rdfs:comment "(same as 攜) to lead by the hand, to conduct to; to take with, a Chinese family name"@en .

<http://lexvo.org/id/char/3A67> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A9%A7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%B3>,
        <http://lexvo.org/id/term/vie/b%E1%BA%B9o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bok6>,
        <http://lexvo.org/id/term/yue/%E3%A9%A7>,
        "㩧"^^xsd:string ;
    rdfs:comment "to strike; to beat; to knock; to stone (to throw stone and hit someone); sound of hitting something"@en .

<http://lexvo.org/id/char/3A68> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A9%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wai6>,
        <http://lexvo.org/id/term/yue/%E3%A9%A8>,
        "㩨"^^xsd:string ;
    rdfs:comment "to crack; to break, to split or divide up, to rend; to rip open, tohand up; to suspend, to worry; to think of; anxious"@en .

<http://lexvo.org/id/char/3A69> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A9%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C7%90%20q%C7%90ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/king2>,
        <http://lexvo.org/id/term/yue/%E3%A9%A9>,
        "㩩"^^xsd:string ;
    rdfs:comment "(a dialect) to come to an end; to terminate"@en .

<http://lexvo.org/id/char/3A6A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A9%AA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A9%20x%C3%ACn%20y%C3%A9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kit3>,
        <http://lexvo.org/id/term/yue/%E3%A9%AA>,
        "㩪"^^xsd:string ;
    rdfs:comment "(corrupted form of 擷) to collect; to take up; to pick; to gether"@en .

<http://lexvo.org/id/char/3A6B> a lvont:Character ;
    lvont:represents "㩫"^^xsd:string .

<http://lexvo.org/id/char/3A6C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/hei1%20ngaat6>,
        <http://lexvo.org/id/term/yue/%E3%A9%AC>,
        "㩬"^^xsd:string ;
    rdfs:comment "to beat; to strike; to attack"@en .

<http://lexvo.org/id/char/3A6D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A9%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%B3%20ji%C7%8Eo%20xi%C3%A0o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gaau2>,
        <http://lexvo.org/id/term/yue/%E3%A9%AD>,
        "㩭"^^xsd:string ;
    rdfs:comment "(non-classical form of 攪) to disturb or to agitate; to bother; to trouble, to stir; to churn; to mix evenly by stirring"@en .

<http://lexvo.org/id/char/3A6E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A9%AE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C3%A1n%20xi%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kin4>,
        <http://lexvo.org/id/term/yue/%E3%A9%AE>,
        "㩮"^^xsd:string ;
    rdfs:comment "to lift up or off; to raise high, to unveil"@en .

<http://lexvo.org/id/char/3A6F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A9%AF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C7%8En%20p%C3%A1n%20p%C3%B3>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/pun4>,
        <http://lexvo.org/id/term/yue/%E3%A9%AF>,
        "㩯"^^xsd:string ;
    rdfs:comment "(same as 搫) to move; to transport, to collect; to gather; to make a clean sweep of"@en .

<http://lexvo.org/id/char/3A70> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A9%B0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C7%8Eo%20qi%C3%A1o%20xi%C7%94>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ziu2>,
        <http://lexvo.org/id/term/yue/%E3%A9%B0>,
        "㩰"^^xsd:string ;
    rdfs:comment "to stab; to cut, (same as 摷) to attack against"@en .

<http://lexvo.org/id/char/3A71> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A9%B1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ju%C3%A9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zoek3>,
        <http://lexvo.org/id/term/yue/%E3%A9%B1>,
        "㩱"^^xsd:string ;
    rdfs:comment "to select; to choose; to pick out, to lift; to carry on the shoulders -- of two or more men, to wipe out, to brush over lightly, to carry; to take or bring along at one's convenience, to cut; to par; to trim; to shave"@en .

<http://lexvo.org/id/char/3A72> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A9%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C7%94n%20qu%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fun1%20kyun4>,
        <http://lexvo.org/id/term/yue/%E3%A9%B2>,
        "㩲"^^xsd:string ;
    rdfs:comment "a fist, to clasp"@en .

<http://lexvo.org/id/char/3A73> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A9%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C7%92ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sung2>,
        <http://lexvo.org/id/term/yue/%E3%A9%B3>,
        "㩳"^^xsd:string ;
    rdfs:comment "to hold; to grasp, to detain, to uphold, to push, to stand upright; expel, to shirk, to raise up"@en .

<http://lexvo.org/id/char/3A74> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A9%B4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%BA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/guk6>,
        <http://lexvo.org/id/term/yue/%E3%A9%B4>,
        "㩴"^^xsd:string ;
    rdfs:comment "to seize, as a bird of prey, to seize and carry off, to grasp"@en .

<http://lexvo.org/id/char/3A75> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C3%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A9%B5>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ngok6>,
        <http://lexvo.org/id/term/yue/%E3%A9%B5>,
        "㩵"^^xsd:string ;
    rdfs:comment "to beat; to strike; to attack"@en .

<http://lexvo.org/id/char/3A76> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A9%B6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ni%C3%A8%20n%C7%90ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/nip6>,
        <http://lexvo.org/id/term/yue/%E3%A9%B6>,
        "㩶"^^xsd:string ;
    rdfs:comment "to hold; to grasp; to seize, to retain"@en .

<http://lexvo.org/id/char/3A77> a lvont:Character ;
    lvont:represents "㩷"^^xsd:string .

<http://lexvo.org/id/char/3A78> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A9%B8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/di%C3%A9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dip6>,
        <http://lexvo.org/id/term/yue/%E3%A9%B8>,
        "㩸"^^xsd:string ;
    rdfs:comment "(a variant) to pile on; to fold up, to draw together; to collect"@en .

<http://lexvo.org/id/char/3A79> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A9%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/di%C3%A9%20zh%C3%A1>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dip6>,
        <http://lexvo.org/id/term/yue/%E3%A9%B9>,
        "㩹"^^xsd:string ;
    rdfs:comment "to pile on; to fold up"@en .

<http://lexvo.org/id/char/3A7A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/pei1>,
        <http://lexvo.org/id/term/yue/%E3%A9%BA>,
        "㩺"^^xsd:string ;
    rdfs:comment "(a dialect) a crack on the utensil"@en .

<http://lexvo.org/id/char/3A7B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A9%BB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/gu%C7%90>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hai2%20kei1>,
        <http://lexvo.org/id/term/yue/%E3%A9%BB>,
        "㩻"^^xsd:string ;
    rdfs:comment "rugged mountain path, very skinny, to pile on upon another; accumulation; to accumulate; (Cant.) exclamation"@en .

<http://lexvo.org/id/char/3A7C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/zi1>,
        <http://lexvo.org/id/term/yue/%E3%A9%BC>,
        "㩼"^^xsd:string ;
    rdfs:comment "many; much, more than; over"@en .

<http://lexvo.org/id/char/3A7D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A9%BD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C3%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cik1%20kei4%20zi1>,
        <http://lexvo.org/id/term/yue/%E3%A9%BD>,
        "㩽"^^xsd:string ;
    rdfs:comment "parasitic branches on a tree, branches growing horizontally, (variant 勑) imperial orders"@en .

<http://lexvo.org/id/char/3A7E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%A9%BE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/chu%C3%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zeoi1>,
        <http://lexvo.org/id/term/yue/%E3%A9%BE>,
        "㩾"^^xsd:string ;
    rdfs:comment "uneven, to hang down; to let fall"@en .

<http://lexvo.org/id/char/3A7F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/gwaat6>,
        <http://lexvo.org/id/term/yue/%E3%A9%BF>,
        "㩿"^^xsd:string ;
    rdfs:comment "unstable, dull, rough; coarse"@en .

<http://lexvo.org/id/char/3A80> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%AA%80>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%BA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zyu1>,
        <http://lexvo.org/id/term/yue/%E3%AA%80>,
        "㪀"^^xsd:string ;
    rdfs:comment "to enter, to go ahead; to proceed; to advance, to improve, to offer"@en .

<http://lexvo.org/id/char/3A81> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%AA%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C3%ADn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kam4>,
        <http://lexvo.org/id/term/yue/%E3%AA%81>,
        "㪁"^^xsd:string ;
    rdfs:comment "to hold; to grasp, rregular; uneven, a precipice beneath an overhanging cliff, (same as 拑) to take by force; to control with threat of force; to coerce"@en .

<http://lexvo.org/id/char/3A82> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/faat1%20gwaat6>,
        <http://lexvo.org/id/term/yue/%E3%AA%82>,
        "㪂"^^xsd:string ;
    rdfs:comment "unstable, dull, rough; coarse"@en .

<http://lexvo.org/id/char/3A83> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%AA%83>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C4%9B%20k%C3%A8>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ho1>,
        <http://lexvo.org/id/term/yue/%E3%AA%83>,
        "㪃"^^xsd:string ;
    rdfs:comment "to thump; to beat; to strike; to attack"@en .

<http://lexvo.org/id/char/3A84> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%AA%84>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%BA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/faat1>,
        <http://lexvo.org/id/term/yue/%E3%AA%84>,
        "㪄"^^xsd:string ;
    rdfs:comment "broken; to break, ruined, reason; cause; right, principle; theory, to arrange; to repair, to regulate; to operate; to govern"@en .

<http://lexvo.org/id/char/3A85> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/gaang1%20sing3>,
        <http://lexvo.org/id/term/yue/%E3%AA%85>,
        "㪅"^^xsd:string ;
    rdfs:comment "(same as 更) to change, to alter"@en .

<http://lexvo.org/id/char/3A86> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%AA%86>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C7%90>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dai2>,
        <http://lexvo.org/id/term/yue/%E3%AA%86>,
        "㪆"^^xsd:string ;
    rdfs:comment "hidden; mysterious; secret, to conceal"@en .

<http://lexvo.org/id/char/3A87> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%AA%87>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sin3>,
        <http://lexvo.org/id/term/yue/%E3%AA%87>,
        "㪇"^^xsd:string ;
    rdfs:comment "to disseminate; to spread, the weak sound of a Chinese musical instrument with seven or five strings"@en .

<http://lexvo.org/id/char/3A88> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%AA%88>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/gu%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gwai3>,
        <http://lexvo.org/id/term/yue/%E3%AA%88>,
        "㪈"^^xsd:string ;
    rdfs:comment "to let go, to put, to raid; to aggress, to encroach up, a bad year; a year of famine or disaster"@en .

<http://lexvo.org/id/char/3A89> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%AA%89>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hap6>,
        <http://lexvo.org/id/term/yue/%E3%AA%89>,
        "㪉"^^xsd:string ;
    rdfs:comment "(ancient form 合) to combine; to unite; to gather, to close; to shut"@en .

<http://lexvo.org/id/char/3A8A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%AA%8A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C3%BAn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kwan4>,
        <http://lexvo.org/id/term/yue/%E3%AA%8A>,
        "㪊"^^xsd:string ;
    rdfs:comment "infested with bandits and robbers"@en .

<http://lexvo.org/id/char/3A8B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%AA%8B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hon6>,
        <http://lexvo.org/id/term/yue/%E3%AA%8B>,
        "㪋"^^xsd:string ;
    rdfs:comment "(same as 扞, 捍) to resist; to oppose; to obstruct, to defend; to guard; to ward off, (same as 㪃) to thump; to beat; to strike; to attack"@en .

<http://lexvo.org/id/char/3A8C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%AA%8C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C7%92ng%20y%C3%BA%20y%C7%94>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tong2>,
        <http://lexvo.org/id/term/yue/%E3%AA%8C>,
        "㪌"^^xsd:string ;
    rdfs:comment "to lead on; to advance, to strike against; to break through"@en .

<http://lexvo.org/id/char/3A8D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%AA%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%B3>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/but6>,
        <http://lexvo.org/id/term/yue/%E3%AA%8D>,
        "㪍"^^xsd:string ;
    rdfs:comment "(same as 勃) suddenly, to change, as the countenance, a kind of animal (interchangeable 悖) perverse; contrary to what is right, to rebel"@en .

<http://lexvo.org/id/char/3A8E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%AA%8E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C7%8En>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sim2>,
        <http://lexvo.org/id/term/yue/%E3%AA%8E>,
        "㪎"^^xsd:string ;
    rdfs:comment "uncertain; not yet settled, irregular, to raise one's hands, to exhaust; to use up, to complete; to finish, all; entirely; totally; completely"@en .

<http://lexvo.org/id/char/3A8F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%AA%8F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C7%90>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bei2>,
        <http://lexvo.org/id/term/yue/%E3%AA%8F>,
        "㪏"^^xsd:string ;
    rdfs:comment "(interchangeable 捭) to ruin; to destroy; to break down, sound of beating or striking"@en .

<http://lexvo.org/id/char/3A90> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%AA%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/luk6>,
        <http://lexvo.org/id/term/yue/%E3%AA%90>,
        "㪐"^^xsd:string ;
    rdfs:comment "unstable, dull, rough; coarse"@en .

<http://lexvo.org/id/char/3A91> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%AA%91>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A8>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zip6>,
        <http://lexvo.org/id/term/yue/%E3%AA%91>,
        "㪑"^^xsd:string ;
    rdfs:comment "to follow; to attach; connected"@en .

<http://lexvo.org/id/char/3A92> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%AA%92>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C3%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ngaai4>,
        <http://lexvo.org/id/term/yue/%E3%AA%92>,
        "㪒"^^xsd:string ;
    rdfs:comment "to ruin; to destroy; to break down"@en .

<http://lexvo.org/id/char/3A93> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%AA%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/chu%C3%A1i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cai4%20zak3>,
        <http://lexvo.org/id/term/yue/%E3%AA%93>,
        "㪓"^^xsd:string ;
    rdfs:comment "disaster; calamity, evil; wicked; mean"@en .

<http://lexvo.org/id/char/3A94> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%AA%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C3%A0n%20t%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/saan3>,
        <http://lexvo.org/id/term/yue/%E3%AA%94>,
        "㪔"^^xsd:string ;
    rdfs:comment "(same as 散) to scatter; to disperse; to break up or separate for a time; to dismiss"@en .

<http://lexvo.org/id/char/3A95> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%AA%95>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/di%C3%A0o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/diu6>,
        <http://lexvo.org/id/term/yue/%E3%AA%95>,
        "㪕"^^xsd:string ;
    rdfs:comment "to beat; to pound; to strike; to rush on; to pat; to dash; to smash, to take by force; to wrest from"@en .

<http://lexvo.org/id/char/3A96> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%AA%96>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/luk6>,
        <http://lexvo.org/id/term/yue/%E3%AA%96>,
        "㪖"^^xsd:string ;
    rdfs:comment "sound of beating, to strike, sound of an object dropping into water, etc."@en .

<http://lexvo.org/id/char/3A97> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%AA%97>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C7%92u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tau2>,
        <http://lexvo.org/id/term/yue/%E3%AA%97>,
        "㪗"^^xsd:string ;
    rdfs:comment "(a dialect) to open (a parcel; abundle or a package); to unroll ( a scroll, etc.); (Cant.) to rest, catch one's breath"@en .

<http://lexvo.org/id/char/3A98> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%AA%98>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C7%8En>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lim5>,
        <http://lexvo.org/id/term/yue/%E3%AA%98>,
        "㪘"^^xsd:string ;
    rdfs:comment "(abbreviated form of 斂) to draw together; to accumulate, to collect; to gather"@en .

<http://lexvo.org/id/char/3A99> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%AA%99>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C4%9B%20k%C3%A8%20ku%C3%B2>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fo2>,
        <http://lexvo.org/id/term/yue/%E3%AA%99>,
        "㪙"^^xsd:string ;
    rdfs:comment "to go to the very source; to search into carefully"@en .

<http://lexvo.org/id/char/3A9A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%AA%9A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/san3>,
        <http://lexvo.org/id/term/yue/%E3%AA%9A>,
        "㪚"^^xsd:string ;
    rdfs:comment "(same as 散) to scatter; to disperse; to break up or separate for a time; to dismiss"@en .

<http://lexvo.org/id/char/3A9B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%AA%9B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C4%9Bn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zaam1>,
        <http://lexvo.org/id/term/yue/%E3%AA%9B>,
        "㪛"^^xsd:string ;
    rdfs:comment "to pound rocks to pieces, (same as 抌) to strike; to strike with the fist"@en .

<http://lexvo.org/id/char/3A9C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%AA%9C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/chu%C7%8Ei>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ceoi2>,
        <http://lexvo.org/id/term/yue/%E3%AA%9C>,
        "㪜"^^xsd:string ;
    rdfs:comment "(same as 揣) to measure; to estimate; to suppose; to gauge what's pon another's mind; to presume; to test; to sound out, (same as 捶) to weigh in the hand"@en .

<http://lexvo.org/id/char/3A9D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%AA%9D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lin6>,
        <http://lexvo.org/id/term/yue/%E3%AA%9D>,
        "㪝"^^xsd:string ;
    rdfs:comment "to beat, (same as 柬 揀) to select; to choose"@en .

<http://lexvo.org/id/char/3A9E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%AA%9E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A0o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mou6>,
        <http://lexvo.org/id/term/yue/%E3%AA%9E>,
        "㪞"^^xsd:string ;
    rdfs:comment "to be held by the hand, to resist; to oppose"@en .

<http://lexvo.org/id/char/3A9F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/deon1>,
        <http://lexvo.org/id/term/yue/%E3%AA%9F>,
        "㪟"^^xsd:string ;
    rdfs:comment "(same as 敦) to regard as important, to esteerm, honest; sincere; generous"@en .

<http://lexvo.org/id/char/3AA0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%AA%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/him3>,
        <http://lexvo.org/id/term/yue/%E3%AA%A0>,
        "㪠"^^xsd:string ;
    rdfs:comment "(same as U+9D6E 鵮) to peck, poverty; poor, things of the same value, to take; to fetch; to obtain, to select; to choose, (of a bird) to peck"@en .

<http://lexvo.org/id/char/3AA1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%AA%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C4%9B>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hot3>,
        <http://lexvo.org/id/term/yue/%E3%AA%A1>,
        "㪡"^^xsd:string ;
    rdfs:comment "to quell; to punish by force of arms, enemy; foe, to oppose; to resist"@en .

<http://lexvo.org/id/char/3AA2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%AA%A2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C7%8Eo>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/saau2>,
        <http://lexvo.org/id/term/yue/%E3%AA%A2>,
        "㪢"^^xsd:string ;
    rdfs:comment "(same as 捎) to beat; to strike; to attack, to be in full possession of; to grasp, to make selective collection or coverage of"@en .

<http://lexvo.org/id/char/3AA3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%AA%A3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C3%A0o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hau1%20kiu3>,
        <http://lexvo.org/id/term/yue/%E3%AA%A3>,
        "㪣"^^xsd:string ;
    rdfs:comment "a place in Han dynasty, (same as U+6572 敲) to beat; to knock"@en .

<http://lexvo.org/id/char/3AA4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%AA%A4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/baat1%20but6>,
        <http://lexvo.org/id/term/yue/%E3%AA%A4>,
        "㪤"^^xsd:string ;
    rdfs:comment "to finish; concluded"@en .

<http://lexvo.org/id/char/3AA5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/zaa1>,
        <http://lexvo.org/id/term/yue/%E3%AA%A5>,
        "㪥"^^xsd:string ;
    rdfs:comment "to take; to receive; fetch; to obtain; to take hold of, to press with fingers, use the fingers to show the distance"@en .

<http://lexvo.org/id/char/3AA6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%AA%A6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%ACn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zaan5%20zaan6>,
        <http://lexvo.org/id/term/yue/%E3%AA%A6>,
        "㪦"^^xsd:string ;
    rdfs:comment "to beat; to pound; to ram down, to attack"@en .

<http://lexvo.org/id/char/3AA7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/kaap1>,
        <http://lexvo.org/id/term/yue/%E3%AA%A7>,
        "㪧"^^xsd:string ;
    rdfs:comment "to beat; to strike; to attack"@en .

<http://lexvo.org/id/char/3AA8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%AA%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/saam1%20sin6>,
        <http://lexvo.org/id/term/yue/%E3%AA%A8>,
        "㪨"^^xsd:string ;
    rdfs:comment "to mend; to repair; to copy; to write out"@en .

<http://lexvo.org/id/char/3AA9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%AA%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/duk6%20suk1>,
        <http://lexvo.org/id/term/yue/%E3%AA%A9>,
        "㪩"^^xsd:string ;
    rdfs:comment "to strike; to beat, sound of beating"@en .

<http://lexvo.org/id/char/3AAA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%AA%AA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C3%A0%20x%C7%90>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/saa1>,
        <http://lexvo.org/id/term/yue/%E3%AA%AA>,
        "㪪"^^xsd:string ;
    rdfs:comment "to use a wooden pole to support something; to raise, to begin; to start"@en .

<http://lexvo.org/id/char/3AAB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%AA%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ru%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zeoi6>,
        <http://lexvo.org/id/term/yue/%E3%AA%AB>,
        "㪫"^^xsd:string ;
    rdfs:comment "(corrupted form of 叡) wise and clever, shrewd, discreet, astute, quick of perception, the divine sagacity of sages"@en .

<http://lexvo.org/id/char/3AAC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%AA%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zhu%C3%B3>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/coek3%20zuk6>,
        <http://lexvo.org/id/term/yue/%E3%AA%AC>,
        "㪬"^^xsd:string ;
    rdfs:comment "to pierce; to stab; to hurt, to give; to hand over; to confer, to teach, to build, to pound (grain) in order to remove the husk"@en .

<http://lexvo.org/id/char/3AAD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%AA%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%BA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lou4%20lou6>,
        <http://lexvo.org/id/term/yue/%E3%AA%AD>,
        "㪭"^^xsd:string ;
    rdfs:comment "to draw together; to contract to fold, to collect; to gather, to hide; to conceal"@en .

<http://lexvo.org/id/char/3AAE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%AA%AE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%ADng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ling4>,
        <http://lexvo.org/id/term/yue/%E3%AA%AE>,
        "㪮"^^xsd:string ;
    rdfs:comment "to beat; to attack; to strike"@en .

<http://lexvo.org/id/char/3AAF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%AA%AF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%A1%20j%C7%94%20q%C3%BA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/geoi2>,
        <http://lexvo.org/id/term/yue/%E3%AA%AF>,
        "㪯"^^xsd:string ;
    rdfs:comment "(non-classical form of U+8209 舉) to lift; to raise; to commend; to praise, entire; whole"@en .

<http://lexvo.org/id/char/3AB0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/zaai1>,
        <http://lexvo.org/id/term/yue/%E3%AA%B0>,
        "㪰"^^xsd:string ;
    rdfs:comment "(ancient form of 齋) to abstain from meat, wine, etc., to fast; penance"@en .

<http://lexvo.org/id/char/3AB1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%AA%B1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kut3%20wun6>,
        <http://lexvo.org/id/term/yue/%E3%AA%B1>,
        "㪱"^^xsd:string ;
    rdfs:comment "elegant; coloured"@en .

<http://lexvo.org/id/char/3AB2> a lvont:Character ;
    lvont:represents "㪲"^^xsd:string .

<http://lexvo.org/id/char/3AB3> a lvont:Character ;
    lvont:represents "㪳"^^xsd:string .

<http://lexvo.org/id/char/3AB4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%AA%B4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%A1>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gat3>,
        <http://lexvo.org/id/term/yue/%E3%AA%B4>,
        "㪴"^^xsd:string ;
    rdfs:comment "to measure; to estimate"@en .

<http://lexvo.org/id/char/3AB5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%AA%B5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bun3>,
        <http://lexvo.org/id/term/yue/%E3%AA%B5>,
        "㪵"^^xsd:string ;
    rdfs:comment "half of a unit of measurement used in ancient times"@en .

<http://lexvo.org/id/char/3AB6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%AA%B6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%BA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/huk6>,
        <http://lexvo.org/id/term/yue/%E3%AA%B6>,
        "㪶"^^xsd:string ;
    rdfs:comment "(same as 斛) a dry measure 10 or 5 times that of a Chinese peck; a corn measure nominally holding ten pecks but generally holding about five, used in name of a place"@en .

<http://lexvo.org/id/char/3AB7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%AA%B7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C7%92u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dau2>,
        <http://lexvo.org/id/term/yue/%E3%AA%B7>,
        "㪷"^^xsd:string .

<http://lexvo.org/id/char/3AB8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/caam2%20zaam1>,
        <http://lexvo.org/id/term/yue/%E3%AA%B8>,
        "㪸"^^xsd:string ;
    rdfs:comment "(same as 斟) to fill a cup with; to pour into a cup"@en .

<http://lexvo.org/id/char/3AB9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%AA%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C7%92u%20l%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/laau2>,
        <http://lexvo.org/id/term/yue/%E3%AA%B9>,
        "㪹"^^xsd:string ;
    rdfs:comment "to rob; to loot; to plunder"@en .

<http://lexvo.org/id/char/3ABA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C5%AB>,
        "㪺"^^xsd:string ;
    rdfs:comment "to bale out; to decant liquids, to pour out liquor, a feast, a kind of utensil used to ladle out water"@en .

<http://lexvo.org/id/char/3ABB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%AA%BB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ju%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gyun3%20hyun3>,
        <http://lexvo.org/id/term/yue/%E3%AA%BB>,
        "㪻"^^xsd:string ;
    rdfs:comment "a kind of utensil used to ladle out wine, a container that gives a measurement of rice"@en .

<http://lexvo.org/id/char/3ABC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%AA%BC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C4%9B>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ho2>,
        <http://lexvo.org/id/term/yue/%E3%AA%BC>,
        "㪼"^^xsd:string ;
    rdfs:comment "to pull; to dray; to hinder; to santch away"@en .

<http://lexvo.org/id/char/3ABD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%AA%BD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/su%C7%92%20su%C3%B2>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/so2>,
        <http://lexvo.org/id/term/yue/%E3%AA%BD>,
        "㪽"^^xsd:string .

<http://lexvo.org/id/char/3ABE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%AA%BE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C3%A9%20lu%C3%B2>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lok3%20lok6>,
        <http://lexvo.org/id/term/yue/%E3%AA%BE>,
        "㪾"^^xsd:string ;
    rdfs:comment "to cut the flesh from the bone; to scrape off; to pick out; to get rid of, to arrest; to catch to seize, to struggle; to fight; to conflict; to vie; to compete"@en .

<http://lexvo.org/id/char/3ABF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%AA%BF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%A9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zit3>,
        <http://lexvo.org/id/term/yue/%E3%AA%BF>,
        "㪿"^^xsd:string ;
    rdfs:comment "to break; to snap; to bend; to bow down"@en .

<http://lexvo.org/id/char/3AC0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%AB%80>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C7%90ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ding2>,
        <http://lexvo.org/id/term/yue/%E3%AB%80>,
        "㫀"^^xsd:string ;
    rdfs:comment "huge tripod of bronze with two ears; heavy three-legged ealdron or sacrificial vessel regarded as a type of imperial power, the Empire, a kind of cooking utensil used in ancient times"@en .

<http://lexvo.org/id/char/3AC1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%AB%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/du%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dyun6>,
        <http://lexvo.org/id/term/yue/%E3%AB%81>,
        "㫁"^^xsd:string ;
    rdfs:comment "(non-classical form of 斷) to cut apart; to severto break; broken; to abstain from, to conclude"@en .

<http://lexvo.org/id/char/3AC2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%AB%82>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zyu3>,
        <http://lexvo.org/id/term/yue/%E3%AB%82>,
        "㫂"^^xsd:string ;
    rdfs:comment "to chop or cut (wood)"@en .

<http://lexvo.org/id/char/3AC3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%AB%83>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%8En>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zin2>,
        <http://lexvo.org/id/term/yue/%E3%AB%83>,
        "㫃"^^xsd:string ;
    rdfs:comment "flags flying, long bands or ribbons attached to flags, streamers, etc. ( ancient form of 偃) to cease; to desist from"@en .

<http://lexvo.org/id/char/3AC4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%AB%84>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%A1ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/pong4>,
        <http://lexvo.org/id/term/yue/%E3%AB%84>,
        "㫄"^^xsd:string ;
    rdfs:comment "(same as 旁) side, by the side of; nearby"@en .

<http://lexvo.org/id/char/3AC5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%AB%85>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%A1%20q%C3%AD%20sh%C3%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kei4%20si4>,
        <http://lexvo.org/id/term/yue/%E3%AB%85>,
        "㫅"^^xsd:string ;
    rdfs:comment "(same as 旗) a flag; a pennant; a banner; a streamer, a sign"@en .

<http://lexvo.org/id/char/3AC6> a lvont:Character ;
    lvont:represents "㫆"^^xsd:string .

<http://lexvo.org/id/char/3AC7> a lvont:Character ;
    lvont:represents "㫇"^^xsd:string .

<http://lexvo.org/id/char/3AC8> a lvont:Character ;
    lvont:represents "㫈"^^xsd:string .

<http://lexvo.org/id/char/3AC9> a lvont:Character ;
    lvont:represents "㫉"^^xsd:string .

<http://lexvo.org/id/char/3ACA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%AB%8A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%90>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zi2>,
        <http://lexvo.org/id/term/yue/%E3%AB%8A>,
        "㫊"^^xsd:string ;
    rdfs:comment "fluttering of the flag, the flags"@en .

<http://lexvo.org/id/char/3ACB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/zin1>,
        <http://lexvo.org/id/term/yue/%E3%AB%8B>,
        "㫋"^^xsd:string ;
    rdfs:comment "(non-classical form of 旃) a silken banner hanging from a staff bent over at the top"@en .

<http://lexvo.org/id/char/3ACC> a lvont:Character ;
    lvont:represents "㫌"^^xsd:string .

<http://lexvo.org/id/char/3ACD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%AB%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%B3u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zaau4>,
        <http://lexvo.org/id/term/yue/%E3%AB%8D>,
        "㫍"^^xsd:string ;
    rdfs:comment "the scallops along the lower edge of a flag; the hanging decorations (ribbons, etc.) of a flag used in ancient times, a kind of flag"@en .

<http://lexvo.org/id/char/3ACE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%AB%8E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C7%94n%20ku%C3%A0i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fai1>,
        <http://lexvo.org/id/term/yue/%E3%AB%8E>,
        "㫎"^^xsd:string ;
    rdfs:comment "(same as 徽 揮) mark; sign; indication; flags; pennants, streamers, etc., to prance, to brandish, to shake; to rattle, name of a flag"@en .

<http://lexvo.org/id/char/3ACF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%AB%8F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%8Eo>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/miu5>,
        <http://lexvo.org/id/term/yue/%E3%AB%8F>,
        "㫏"^^xsd:string ;
    rdfs:comment "a kind of flag, flags; streamers"@en .

<http://lexvo.org/id/char/3AD0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%AB%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%8Eo>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/miu5>,
        <http://lexvo.org/id/term/yue/%E3%AB%90>,
        "㫐"^^xsd:string ;
    rdfs:comment "distant and indistinguishable"@en .

<http://lexvo.org/id/char/3AD1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%AB%91>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%AD%20zh%C7%90>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/si4%20zi2>,
        <http://lexvo.org/id/term/yue/%E3%AB%91>,
        "㫑"^^xsd:string ;
    rdfs:comment "(same as 旨) (non-classical form 時) purpose; will; intention; objective, good; excellent, a season; an era; time"@en .

<http://lexvo.org/id/char/3AD2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%AB%92>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C7%92ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gung1%20gung2>,
        <http://lexvo.org/id/term/yue/%E3%AB%92>,
        "㫒"^^xsd:string ;
    rdfs:comment "(same as 廾) hands joined, to support; to aid; to help, to lean upon"@en .

<http://lexvo.org/id/char/3AD3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%AB%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C7%90%20q%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hei3>,
        <http://lexvo.org/id/term/yue/%E3%AB%93>,
        "㫓"^^xsd:string ;
    rdfs:comment "(ancient form of 氣) air; vapor, breath, spirit; character, bearing; manner"@en .

<http://lexvo.org/id/char/3AD4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%AB%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C3%A8n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gan3>,
        <http://lexvo.org/id/term/yue/%E3%AB%94>,
        "㫔"^^xsd:string ;
    rdfs:comment "(same as 艮) one of the Eight Diagrams for divination"@en .

<http://lexvo.org/id/char/3AD5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/gwong1>,
        <http://lexvo.org/id/term/yue/%E3%AB%95>,
        "㫕"^^xsd:string ;
    rdfs:comment "(same as 光) light; brightness, glossy; glory; glorious"@en .

<http://lexvo.org/id/char/3AD6> a lvont:Character ;
    lvont:represents "㫖"^^xsd:string .

<http://lexvo.org/id/char/3AD7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%AB%97>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%B2u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hau5>,
        <http://lexvo.org/id/term/yue/%E3%AB%97>,
        "㫗"^^xsd:string ;
    rdfs:comment "(same as 厚) thick, deep friendship, to treat kindly; generous"@en .

<http://lexvo.org/id/char/3AD8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%AB%98>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%AC%20mi%C7%8En>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mat6>,
        <http://lexvo.org/id/term/yue/%E3%AB%98>,
        "㫘"^^xsd:string ;
    rdfs:comment "disappeared, not supported by, to avoid, unable to see"@en .

<http://lexvo.org/id/char/3AD9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%AB%99>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%BA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fu4>,
        <http://lexvo.org/id/term/yue/%E3%AB%99>,
        "㫙"^^xsd:string ;
    rdfs:comment "the sun"@en .

<http://lexvo.org/id/char/3ADA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%AB%9A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C5%AB>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fat1>,
        <http://lexvo.org/id/term/yue/%E3%AB%9A>,
        "㫚"^^xsd:string ;
    rdfs:comment "early morning, daylight"@en .

<http://lexvo.org/id/char/3ADB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%AB%9B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/gu%C3%A0ng%20ku%C3%A1ng%20ku%C3%A0ng%20m%C7%94>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gwong2>,
        <http://lexvo.org/id/term/yue/%E3%AB%9B>,
        "㫛"^^xsd:string ;
    rdfs:comment "light; bright; brilliant, clear, intelligent; day dawn"@en .

<http://lexvo.org/id/char/3ADC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%AB%9C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%A0n%20t%C7%8En>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/taan2>,
        <http://lexvo.org/id/term/yue/%E3%AB%9C>,
        "㫜"^^xsd:string ;
    rdfs:comment "light; bright; brilliant, clear, intelligent; day dawn"@en .

<http://lexvo.org/id/char/3ADD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/dai1>,
        <http://lexvo.org/id/term/yue/%E3%AB%9D>,
        "㫝"^^xsd:string ;
    rdfs:comment "the sun"@en .

<http://lexvo.org/id/char/3ADE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/tou1%20zau2>,
        <http://lexvo.org/id/term/yue/%E3%AB%9E>,
        "㫞"^^xsd:string ;
    rdfs:comment "of look of the sun, the look of the weather"@en .

<http://lexvo.org/id/char/3ADF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%AB%9F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zyun4%20zyun4>,
        <http://lexvo.org/id/term/yue/%E3%AB%9F>,
        "㫟"^^xsd:string ;
    rdfs:comment "day after day; daily, time, moving of the sun"@en .

<http://lexvo.org/id/char/3AE0> a lvont:Character ;
    lvont:represents "㫠"^^xsd:string ;
    rdfs:comment "a kind of water"@en .

<http://lexvo.org/id/char/3AE1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/dung1>,
        <http://lexvo.org/id/term/yue/%E3%AB%A1>,
        "㫡"^^xsd:string ;
    rdfs:comment "(same as 冬) winter, (in lunar calendar) the period from the 10th to the 12th moon"@en .

<http://lexvo.org/id/char/3AE2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%AB%A2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/heoi3>,
        <http://lexvo.org/id/term/yue/%E3%AB%A2>,
        "㫢"^^xsd:string .

<http://lexvo.org/id/char/3AE3> a lvont:Character ;
    lvont:represents "㫣"^^xsd:string .

<http://lexvo.org/id/char/3AE4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%AB%A4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C7%8Eng%20zh%C3%A0o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cong2%20zou6%20zuk6>,
        <http://lexvo.org/id/term/yue/%E3%AB%A4>,
        "㫤"^^xsd:string ;
    rdfs:comment "(a variant of 昶) a long day, bright, extended, clear"@en .

<http://lexvo.org/id/char/3AE5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%AB%A5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C7%90ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ming4>,
        <http://lexvo.org/id/term/yue/%E3%AB%A5>,
        "㫥"^^xsd:string ;
    rdfs:comment "(non-classical form of 冥) dark; obscure; dim"@en .

<http://lexvo.org/id/char/3AE6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/tou1>,
        <http://lexvo.org/id/term/yue/%E3%AB%A6>,
        "㫦"^^xsd:string ;
    rdfs:comment "of look of the sun, the look of the weather"@en .

<http://lexvo.org/id/char/3AE7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%AB%A7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%A0o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bok3%20bou6%20keoi4>,
        <http://lexvo.org/id/term/yue/%E3%AB%A7>,
        "㫧"^^xsd:string ;
    rdfs:comment "(non-classical form of 暴) violent; fierce; atrocious; cruel, sudden"@en .

<http://lexvo.org/id/char/3AE8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/on1>,
        <http://lexvo.org/id/term/yue/%E3%AB%A8>,
        "㫨"^^xsd:string .

<http://lexvo.org/id/char/3AE9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/ceon1>,
        <http://lexvo.org/id/term/yue/%E3%AB%A9>,
        "㫩"^^xsd:string ;
    rdfs:comment "(same as 春) the first of the four season -- spring, lustful, alive, joyful, youth"@en .

<http://lexvo.org/id/char/3AEA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/zung1>,
        <http://lexvo.org/id/term/yue/%E3%AB%AA>,
        "㫪"^^xsd:string ;
    rdfs:comment "(non-classical form of 舂) to pound (grain) in order to remove the husk"@en .

<http://lexvo.org/id/char/3AEB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%AB%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C7%8En>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hin2>,
        <http://lexvo.org/id/term/yue/%E3%AB%AB>,
        "㫫"^^xsd:string ;
    rdfs:comment "(non-classical form of 顯) clear; evident; eminent; prominent; renowned; famed; to expose; to make known"@en .

<http://lexvo.org/id/char/3AEC> a lvont:Character ;
    lvont:represents "㫬"^^xsd:string .

<http://lexvo.org/id/char/3AED> a lvont:Character ;
    lvont:represents "㫭"^^xsd:string .

<http://lexvo.org/id/char/3AEE> a lvont:Character ;
    lvont:represents "㫮"^^xsd:string .

<http://lexvo.org/id/char/3AEF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%AB%AF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A0o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mou6>,
        <http://lexvo.org/id/term/yue/%E3%AB%AF>,
        "㫯"^^xsd:string ;
    rdfs:comment "in contravention of; to offend (a superior, elder, etc.) (same as 冒) incautious; rash; imprudent"@en .

<http://lexvo.org/id/char/3AF0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%AB%B0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%A0ng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C7%8Eng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/long5>,
        <http://lexvo.org/id/term/yue/%E3%AB%B0>,
        "㫰"^^xsd:string ;
    rdfs:comment "light; bright; brilliant; clean; clever, to expose to sunlight, to dry something in an opening for ventilation area or a cool place"@en .

<http://lexvo.org/id/char/3AF1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%AB%B1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C7%8En>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/nan5>,
        <http://lexvo.org/id/term/yue/%E3%AB%B1>,
        "㫱"^^xsd:string ;
    rdfs:comment "mild, damp and moist, red color"@en .

<http://lexvo.org/id/char/3AF2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%AB%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%A8i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/but6%20pui3>,
        <http://lexvo.org/id/term/yue/%E3%AB%B2>,
        "㫲"^^xsd:string ;
    rdfs:comment "dark; dull"@en .

<http://lexvo.org/id/char/3AF3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%AB%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%A9n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/san4>,
        <http://lexvo.org/id/term/yue/%E3%AB%B3>,
        "㫳"^^xsd:string ;
    rdfs:comment "(same as 晨) morning; daybreak"@en .

<http://lexvo.org/id/char/3AF4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/hau1%20ngau4>,
        <http://lexvo.org/id/term/yue/%E3%AB%B4>,
        "㫴"^^xsd:string ;
    rdfs:comment "(corrupted form of 哮) to roar; to pant; to howl"@en .

<http://lexvo.org/id/char/3AF5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/fei1>,
        <http://lexvo.org/id/term/yue/%E3%AB%B5>,
        "㫵"^^xsd:string ;
    rdfs:comment "white color, (corrupted form of 腓) the calf of the legs"@en .

<http://lexvo.org/id/char/3AF6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%AB%B6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C7%92u%20zh%C7%92u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zau2>,
        <http://lexvo.org/id/term/yue/%E3%AB%B6>,
        "㫶"^^xsd:string ;
    rdfs:comment "light; bright"@en .

<http://lexvo.org/id/char/3AF7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/gei1>,
        <http://lexvo.org/id/term/yue/%E3%AB%B7>,
        "㫷"^^xsd:string ;
    rdfs:comment "behind; the back of; afterwards; to come after (same as 期) period; time, to expect; to hope"@en .

<http://lexvo.org/id/char/3AF8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%AB%B8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C3%A8>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cip3%20zip3>,
        <http://lexvo.org/id/term/yue/%E3%AB%B8>,
        "㫸"^^xsd:string ;
    rdfs:comment "sunset"@en .

<http://lexvo.org/id/char/3AF9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%AB%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%A0i%20sh%C3%B9%20y%C3%BA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cuk1>,
        <http://lexvo.org/id/term/yue/%E3%AB%B9>,
        "㫹"^^xsd:string ;
    rdfs:comment "light; bright, warm, genial"@en .

<http://lexvo.org/id/char/3AFA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/sik1>,
        <http://lexvo.org/id/term/yue/%E3%AB%BA>,
        "㫺"^^xsd:string ;
    rdfs:comment "(same as 昔) bygone; of old; formerly; ancient, at night, the end"@en .

<http://lexvo.org/id/char/3AFB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%AB%BB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C3%B9n>,
        <http://lexvo.org/id/term/vie/lu%C3%B4n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kwaan3>,
        <http://lexvo.org/id/term/yue/%E3%AB%BB>,
        "㫻"^^xsd:string ;
    rdfs:comment "sunlight"@en .

<http://lexvo.org/id/char/3AFC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%AB%BC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/di%C3%A9%20zh%C3%A9%20zh%C3%AC>,
        <http://lexvo.org/id/term/vie/x%E1%BA%BF>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zaai3%20zit3>,
        <http://lexvo.org/id/term/yue/%E3%AB%BC>,
        "㫼"^^xsd:string ;
    rdfs:comment "(same as 晢) clear, bright; glorious; to be sharp and perspicacious; able to examine the tiniest things"@en .

<http://lexvo.org/id/char/3AFD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%AB%BD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/luk6>,
        <http://lexvo.org/id/term/yue/%E3%AB%BD>,
        "㫽"^^xsd:string ;
    rdfs:comment "darkness; the sun is dimmed"@en .

<http://lexvo.org/id/char/3AFE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/th%E1%BB%ADng>,
        "㫾"^^xsd:string .

<http://lexvo.org/id/char/3AFF> a lvont:Character ;
    lvont:represents "㫿"^^xsd:string .

<http://lexvo.org/id/char/3B00> a lvont:Character ;
    lvont:represents "㬀"^^xsd:string .

<http://lexvo.org/id/char/3B01> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/caap3>,
        <http://lexvo.org/id/term/yue/%E3%AC%81>,
        "㬁"^^xsd:string ;
    rdfs:comment "the sun is shining on the water"@en .

<http://lexvo.org/id/char/3B02> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%AC%82>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%BA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zyu4>,
        <http://lexvo.org/id/term/yue/%E3%AC%82>,
        "㬂"^^xsd:string ;
    rdfs:comment "used in person's name"@en .

<http://lexvo.org/id/char/3B03> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%AC%83>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%A1i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/toi4>,
        <http://lexvo.org/id/term/yue/%E3%AC%83>,
        "㬃"^^xsd:string ;
    rdfs:comment "sunrise"@en .

<http://lexvo.org/id/char/3B04> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%AC%84>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/maa6>,
        <http://lexvo.org/id/term/yue/%E3%AC%84>,
        "㬄"^^xsd:string ;
    rdfs:comment "warm and damp (moist; humid), a little warm"@en .

<http://lexvo.org/id/char/3B05> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%AC%85>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/maan6>,
        <http://lexvo.org/id/term/yue/%E3%AC%85>,
        "㬅"^^xsd:string ;
    rdfs:comment "(non-classical form of 曼) long, extended, large"@en .

<http://lexvo.org/id/char/3B06> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%AC%86>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/mi%C3%A1n%20mi%C3%A0n%20m%C7%90n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/man5>,
        <http://lexvo.org/id/term/yue/%E3%AC%86>,
        "㬆"^^xsd:string ;
    rdfs:comment "(same as 湣) posthumous title conferred upon emperors and eminent officials"@en .

<http://lexvo.org/id/char/3B07> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%AC%87>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wun6>,
        <http://lexvo.org/id/term/yue/%E3%AC%87>,
        "㬇"^^xsd:string ;
    rdfs:comment "name of a state in ancient China, sharp, bright-colored; brightness; bright; radiance; light"@en .

<http://lexvo.org/id/char/3B08> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/wan1>,
        <http://lexvo.org/id/term/yue/%E3%AC%88>,
        "㬈"^^xsd:string ;
    rdfs:comment "the sun was shining and it's warm"@en .

<http://lexvo.org/id/char/3B09> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%AC%89>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/nu%C7%8En>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/nu%C7%8En%20ru%C3%B2>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hyun1%20nyun5>,
        <http://lexvo.org/id/term/yue/%E3%AC%89>,
        "㬉"^^xsd:string ;
    rdfs:comment "(a variant of 暖) warm, genial, of weather, soft and tender, pleasant and genial"@en .

<http://lexvo.org/id/char/3B0A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%AC%8A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%A0n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C7%8En>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wun6>,
        <http://lexvo.org/id/term/yue/%E3%AC%8A>,
        "㬊"^^xsd:string ;
    rdfs:comment "light; bright, clear, intelligent; clever"@en .

<http://lexvo.org/id/char/3B0B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%AC%8B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%B3u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hau4>,
        <http://lexvo.org/id/term/yue/%E3%AC%8B>,
        "㬋"^^xsd:string ;
    rdfs:comment "name of a star"@en .

<http://lexvo.org/id/char/3B0C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%AC%8C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%ACng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ging2%20kaai3>,
        <http://lexvo.org/id/term/yue/%E3%AC%8C>,
        "㬌"^^xsd:string ;
    rdfs:comment "sunshine; sunlight"@en .

<http://lexvo.org/id/char/3B0D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%AC%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%B3>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bok3>,
        <http://lexvo.org/id/term/yue/%E3%AC%8D>,
        "㬍"^^xsd:string ;
    rdfs:comment "fierce; cruel, sudden, a scorching heat"@en .

<http://lexvo.org/id/char/3B0E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%AC%8E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C7%8En>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hin2>,
        <http://lexvo.org/id/term/yue/%E3%AC%8E>,
        "㬎"^^xsd:string ;
    rdfs:comment "(an ancient form of 顯) motes in a sunbeam, bright, fibrous, to manifest; to display, to be illustrious, evident, to seem; to appear, cocoons; chrysalis, will not have a pleasant conversation"@en .

<http://lexvo.org/id/char/3B0F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%AC%8F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lik6>,
        <http://lexvo.org/id/term/yue/%E3%AC%8F>,
        "㬏"^^xsd:string ;
    rdfs:comment "light; bright, clear, intelligent; clever"@en .

<http://lexvo.org/id/char/3B10> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%AC%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C7%90n%20j%C3%ACn%20x%C3%ADng%20y%C7%90ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zeon3>,
        <http://lexvo.org/id/term/yue/%E3%AC%90>,
        "㬐"^^xsd:string ;
    rdfs:comment "(same as 晉) a state during the period of Spring and Autumn, (same as 鄑) name of a place in today's Shandong Province"@en .

<http://lexvo.org/id/char/3B11> a lvont:Character ;
    lvont:represents "㬑"^^xsd:string .

<http://lexvo.org/id/char/3B12> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%AC%92>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C7%8Eng%20m%C3%A0o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mong5>,
        <http://lexvo.org/id/term/yue/%E3%AC%92>,
        "㬒"^^xsd:string ;
    rdfs:comment "the sun are dimmed; darkness"@en .

<http://lexvo.org/id/char/3B13> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%AC%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/pi%C3%A0o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/pau1%20piu3%20piu5>,
        <http://lexvo.org/id/term/yue/%E3%AC%93>,
        "㬓"^^xsd:string ;
    rdfs:comment "to expose to sunlight; to sun"@en .

<http://lexvo.org/id/char/3B14> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%AC%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A1o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hou4>,
        <http://lexvo.org/id/term/yue/%E3%AC%94>,
        "㬔"^^xsd:string ;
    rdfs:comment "to defy; to disobey; to disregard, to contradict, perverse; recalcitrant; irregular; abnormal"@en .

<http://lexvo.org/id/char/3B15> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%AC%95>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A1ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zoeng4>,
        <http://lexvo.org/id/term/yue/%E3%AC%95>,
        "㬕"^^xsd:string ;
    rdfs:comment "(corrupted form) light; bright, clear"@en .

<http://lexvo.org/id/char/3B16> a lvont:Character ;
    lvont:represents "㬖"^^xsd:string .

<http://lexvo.org/id/char/3B17> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%AC%97>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zin2>,
        <http://lexvo.org/id/term/yue/%E3%AC%97>,
        "㬗"^^xsd:string ;
    rdfs:comment "(same as 晛) sunshine; light; bright, warm; genial (weather), very hot"@en .

<http://lexvo.org/id/char/3B18> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%AC%98>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/suk1>,
        <http://lexvo.org/id/term/yue/%E3%AC%98>,
        "㬘"^^xsd:string ;
    rdfs:comment "arid; dry; parched, impatient; restless, fierce; cruel, sudden, a scorching heat"@en .

<http://lexvo.org/id/char/3B19> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%AC%99>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C4%9Bi>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wai5>,
        <http://lexvo.org/id/term/yue/%E3%AC%99>,
        "㬙"^^xsd:string ;
    rdfs:comment "sunshine; light of the sun"@en .

<http://lexvo.org/id/char/3B1A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%AC%9A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%A8>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cit3>,
        <http://lexvo.org/id/term/yue/%E3%AC%9A>,
        "㬚"^^xsd:string ;
    rdfs:comment "light; bright, clear"@en .

<http://lexvo.org/id/char/3B1B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/kap1>,
        <http://lexvo.org/id/term/yue/%E3%AC%9B>,
        "㬛"^^xsd:string ;
    rdfs:comment "to dry in the sun"@en .

<http://lexvo.org/id/char/3B1C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%AC%9C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%ACn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zeon3>,
        <http://lexvo.org/id/term/yue/%E3%AC%9C>,
        "㬜"^^xsd:string ;
    rdfs:comment "(same as 晉) to advance; to increase; to flourish"@en .

<http://lexvo.org/id/char/3B1D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%AC%9D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C3%A9ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cang4>,
        <http://lexvo.org/id/term/yue/%E3%AC%9D>,
        "㬝"^^xsd:string ;
    rdfs:comment "obscure; not bright; poor visibility, white; clear; bright; pure; plain"@en .

<http://lexvo.org/id/char/3B1E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%AC%9E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A8>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hot3>,
        <http://lexvo.org/id/term/yue/%E3%AC%9E>,
        "㬞"^^xsd:string ;
    rdfs:comment "(non-classical form of 暍) sunstroke, hot; feverish"@en .

<http://lexvo.org/id/char/3B1F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C4%93n>,
        "㬟"^^xsd:string ;
    rdfs:comment "(a dialect), an adverb, negative expression; never before; tohave not happened before"@en .

<http://lexvo.org/id/char/3B20> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%AC%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%A0i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sai3>,
        <http://lexvo.org/id/term/yue/%E3%AC%A0>,
        "㬠"^^xsd:string ;
    rdfs:comment "(non-classical form of 曬) to expose to sunlight; to dry in the sun (interchangeable 煞) very; much; extremely; a fierce god; a malignant deity, to conclude"@en .

<http://lexvo.org/id/char/3B21> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%AC%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%ADng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ling4>,
        <http://lexvo.org/id/term/yue/%E3%AC%A1>,
        "㬡"^^xsd:string ;
    rdfs:comment "(same as 昤) sunshine; light of the sun"@en .

<http://lexvo.org/id/char/3B22> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/fui1%20hei1>,
        <http://lexvo.org/id/term/yue/%E3%AC%A2>,
        "㬢"^^xsd:string ;
    rdfs:comment "sunshine; sunlight; the light of day"@en .

<http://lexvo.org/id/char/3B23> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%AC%A3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/du%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/deoi3%20kit3>,
        <http://lexvo.org/id/term/yue/%E3%AC%A3>,
        "㬣"^^xsd:string ;
    rdfs:comment "luxuriant; exuberant; lush; flourishing"@en .

<http://lexvo.org/id/char/3B24> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C4%AB>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zaap1>,
        <http://lexvo.org/id/term/yue/%E3%AC%A4>,
        "㬤"^^xsd:string ;
    rdfs:comment "wet clothes not completely dry; to dry in the sun or use sand to dry up on the ground"@en .

<http://lexvo.org/id/char/3B25> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%AC%A5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/buk6>,
        <http://lexvo.org/id/term/yue/%E3%AC%A5>,
        "㬥"^^xsd:string ;
    rdfs:comment "(an ancient form of 曝) to sun to air; to expose to sunlight, to expose or be exposed; exposure, a tree with scatter or dispersed leaves"@en .

<http://lexvo.org/id/char/3B26> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%AC%A6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/yu%C3%A8>,
        "㬦"^^xsd:string ;
    rdfs:comment "brave; courageous; bold; valiant; intrepid; fearless; heroic"@en .

<http://lexvo.org/id/char/3B27> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%AC%A7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%B3>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bok3>,
        <http://lexvo.org/id/term/yue/%E3%AC%A7>,
        "㬧"^^xsd:string ;
    rdfs:comment "(standard form) a collar, the neck, to connect collars to the clothes"@en .

<http://lexvo.org/id/char/3B28> a lvont:Character ;
    lvont:represents "㬨"^^xsd:string .

<http://lexvo.org/id/char/3B29> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%AC%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/waai6>,
        <http://lexvo.org/id/term/yue/%E3%AC%A9>,
        "㬩"^^xsd:string ;
    rdfs:comment "a tiny star, numerous stars"@en .

<http://lexvo.org/id/char/3B2A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%AC%AA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/di%C3%A9%20zh%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dip6>,
        <http://lexvo.org/id/term/yue/%E3%AC%AA>,
        "㬪"^^xsd:string ;
    rdfs:comment "(a variant of 疊) to fold up, to repeat, to duplicate"@en .

<http://lexvo.org/id/char/3B2B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%AC%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zin3>,
        <http://lexvo.org/id/term/yue/%E3%AC%AB>,
        "㬫"^^xsd:string ;
    rdfs:comment "clear sky, a fine day"@en .

<http://lexvo.org/id/char/3B2C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%AC%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ak1%20geoi2%20geoi6>,
        <http://lexvo.org/id/term/yue/%E3%AC%AC>,
        "㬬"^^xsd:string ;
    rdfs:comment "a family name"@en .

<http://lexvo.org/id/char/3B2D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%AC%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%A0o%20sh%C7%8En%20y%C7%8Eo>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ziu3>,
        <http://lexvo.org/id/term/yue/%E3%AC%AD>,
        "㬭"^^xsd:string ;
    rdfs:comment "(same as, non-classical form of 皭) pure white; clean; bright, usually used for person's name in ancient times"@en .

<http://lexvo.org/id/char/3B2E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%AC%AE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ku%C3%A0i%20n%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/nan6>,
        <http://lexvo.org/id/term/yue/%E3%AC%AE>,
        "㬮"^^xsd:string ;
    rdfs:comment "gentle; mild; temperate, tender; loving; caressing"@en .

<http://lexvo.org/id/char/3B2F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%AC%AF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C3%A8>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lit6>,
        <http://lexvo.org/id/term/yue/%E3%AC%AF>,
        "㬯"^^xsd:string ;
    rdfs:comment "sunset"@en .

<http://lexvo.org/id/char/3B30> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%AC%B0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%BA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zyu4>,
        <http://lexvo.org/id/term/yue/%E3%AC%B0>,
        "㬰"^^xsd:string ;
    rdfs:comment "(non-classical form of 臾) a moment; an instant; a little while; a short time"@en .

<http://lexvo.org/id/char/3B31> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%AC%B1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tai3>,
        <http://lexvo.org/id/term/yue/%E3%AC%B1>,
        "㬱"^^xsd:string ;
    rdfs:comment "(same as 替) to replace; to substitute; to decay; to decline, (a variant 朁) if, supposing, nevertheless"@en .

<http://lexvo.org/id/char/3B32> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/tim1>,
        <http://lexvo.org/id/term/yue/%E3%AC%B2>,
        "㬲"^^xsd:string ;
    rdfs:comment "to increase; to add to; to augment, to a greater extent; more, benefit; profit; advantage"@en .

<http://lexvo.org/id/char/3B33> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%AC%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C7%94>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ng5>,
        <http://lexvo.org/id/term/yue/%E3%AC%B3>,
        "㬳"^^xsd:string ;
    rdfs:comment "light; bright, clear"@en .

<http://lexvo.org/id/char/3B34> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%AC%B4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C7%92ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fung2>,
        <http://lexvo.org/id/term/yue/%E3%AC%B4>,
        "㬴"^^xsd:string ;
    rdfs:comment "the moon is dimmed; darkness, the word used especially by Triad Society ( a secret society during the Ching Dynasty dedicated to the overthrow of the Manchus and the restoration the Manchus and the restoration of the Ming Dynasty, the character means the same as 月"@en .

<http://lexvo.org/id/char/3B35> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%AC%B5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A1o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gaau1>,
        <http://lexvo.org/id/term/yue/%E3%AC%B5>,
        "㬵"^^xsd:string ;
    rdfs:comment "the shinbone, or tibia, (same as 交) to intersect, the sun and the moon in the sky, (simpfied form 膠) glue; gum, resin; sap, anything sticky"@en .

<http://lexvo.org/id/char/3B36> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%AC%B6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A0o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hou6>,
        <http://lexvo.org/id/term/yue/%E3%AC%B6>,
        "㬶"^^xsd:string ;
    rdfs:comment "flesh; meat of animals, (same as 浩) great; vast, many; much"@en .

<http://lexvo.org/id/char/3B37> a lvont:Character ;
    lvont:represents "㬷"^^xsd:string .

<http://lexvo.org/id/char/3B38> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/tiu1>,
        <http://lexvo.org/id/term/yue/%E3%AC%B8>,
        "㬸"^^xsd:string ;
    rdfs:comment "a kind of services or ceremonies of offering sacrifices"@en .

<http://lexvo.org/id/char/3B39> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/zaang1>,
        <http://lexvo.org/id/term/yue/%E3%AC%B9>,
        "㬹"^^xsd:string ;
    rdfs:comment "tendons of the heel of the foot; (Cant.) elbow, heel"@en .

<http://lexvo.org/id/char/3B3A> a lvont:Character ;
    lvont:represents "㬺"^^xsd:string .

<http://lexvo.org/id/char/3B3B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%AC%BB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C7%8Eng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/baang1%20fong1>,
        <http://lexvo.org/id/term/yue/%E3%AC%BB>,
        "㬻"^^xsd:string ;
    rdfs:comment "in between of the flesh, a state of a minority ethnic group in southen China, the moon is dimmed"@en .

<http://lexvo.org/id/char/3B3C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%AC%BC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fuk6%20wak6>,
        <http://lexvo.org/id/term/yue/%E3%AC%BC>,
        "㬼"^^xsd:string ;
    rdfs:comment "to have; to be present; to exist; there is"@en .

<http://lexvo.org/id/char/3B3D> a lvont:Character ;
    lvont:represents "㬽"^^xsd:string .

<http://lexvo.org/id/char/3B3E> a lvont:Character ;
    lvont:represents "㬾"^^xsd:string .

<http://lexvo.org/id/char/3B3F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%AC%BF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%B9n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/daan6>,
        <http://lexvo.org/id/term/yue/%E3%AC%BF>,
        "㬿"^^xsd:string ;
    rdfs:comment "moonlight"@en .

<http://lexvo.org/id/char/3B40> a lvont:Character ;
    lvont:represents "㭀"^^xsd:string .

<http://lexvo.org/id/char/3B41> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%AD%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/r%C3%A9ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zing4>,
        <http://lexvo.org/id/term/yue/%E3%AD%81>,
        "㭁"^^xsd:string ;
    rdfs:comment "a kind of tree, a kind of lumber used to stop a carriage"@en .

<http://lexvo.org/id/char/3B42> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%AD%82>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C7%8Eo>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/niu1%20ziu2>,
        <http://lexvo.org/id/term/yue/%E3%AD%82>,
        "㭂"^^xsd:string ;
    rdfs:comment "height of the end-point; the tip of a small branch; (Cant.) slender, thin"@en .

<http://lexvo.org/id/char/3B43> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/gong1>,
        <http://lexvo.org/id/term/yue/%E3%AD%83>,
        "㭃"^^xsd:string ;
    rdfs:comment "(ancient form of 綱) the large rope of a net, main points; outline; principle"@en .

<http://lexvo.org/id/char/3B44> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%AD%84>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C3%ACn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/seon3>,
        <http://lexvo.org/id/term/yue/%E3%AD%84>,
        "㭄"^^xsd:string ;
    rdfs:comment "a king of tree"@en .

<http://lexvo.org/id/char/3B45> a lvont:Character ;
    lvont:represents "㭅"^^xsd:string .

<http://lexvo.org/id/char/3B46> a lvont:Character ;
    lvont:represents "㭆"^^xsd:string .

<http://lexvo.org/id/char/3B47> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%AD%87>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/yu%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zyun2>,
        <http://lexvo.org/id/term/yue/%E3%AD%87>,
        "㭇"^^xsd:string ;
    rdfs:comment "a kind of tree, (corrupted form of 杬) a kind of plant; (non-classical form 欖) the olive tree"@en .

<http://lexvo.org/id/char/3B48> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%AD%88>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ju%C3%A9%20ku%C3%A0i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kyut3%20lai6>,
        <http://lexvo.org/id/term/yue/%E3%AD%88>,
        "㭈"^^xsd:string ;
    rdfs:comment "a basin; a bowl"@en .

<http://lexvo.org/id/char/3B49> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%AD%89>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%A1>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/waa4>,
        <http://lexvo.org/id/term/yue/%E3%AD%89>,
        "㭉"^^xsd:string ;
    rdfs:comment "farm tools; a spade or shovel"@en .

<http://lexvo.org/id/char/3B4A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/sik1>,
        <http://lexvo.org/id/term/yue/%E3%AD%8A>,
        "㭊"^^xsd:string ;
    rdfs:comment "(non-classical of 析) to split; to rip or break apart; to divide; to separate, to interpret; to explain; to analyse"@en .

<http://lexvo.org/id/char/3B4B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%AD%8B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%A0ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bang5%20faai3>,
        <http://lexvo.org/id/term/yue/%E3%AD%8B>,
        "㭋"^^xsd:string ;
    rdfs:comment "(same as 棒) a club; a stick, to hit with a club, good; strong; wonderful"@en .

<http://lexvo.org/id/char/3B4C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%AD%8C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%B3u%20y%C3%BA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zyu1>,
        <http://lexvo.org/id/term/yue/%E3%AD%8C>,
        "㭌"^^xsd:string ;
    rdfs:comment "(same as 桙) a basin; a bathtub, a kind of tool or utensil, (interchangeable 模) form or shape of a thing; style; pattern; appearance; look, a sample"@en .

<http://lexvo.org/id/char/3B4D> a lvont:Character ;
    lvont:label "7" ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/cat1>,
        <http://lexvo.org/id/term/yue/%E3%AD%8D>,
        "㭍"^^xsd:string ;
    rdfs:comment "(a variant 七) capital form of seven"@en .

<http://lexvo.org/id/char/3B4E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C4%81ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gong1>,
        <http://lexvo.org/id/term/yue/%E3%AD%8E>,
        "㭎"^^xsd:string ;
    rdfs:comment "(simplified form of 棡) a tall tree; a large tree, (interchangeable 扛) to carry on the shoulders of two of more men"@en .

<http://lexvo.org/id/char/3B4F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%AD%8F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C4%9Bi>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wai5>,
        <http://lexvo.org/id/term/yue/%E3%AD%8F>,
        "㭏"^^xsd:string ;
    rdfs:comment "(simplfied form of 椲) a kind of wood ( used as a kind of material to make basin and bowl, etc.) (same as 楎) a peg for handing things on, a clothes-horse"@en .

<http://lexvo.org/id/char/3B50> a lvont:Character ;
    lvont:represents "㭐"^^xsd:string .

<http://lexvo.org/id/char/3B51> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%AD%91>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A8i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mui6>,
        <http://lexvo.org/id/term/yue/%E3%AD%91>,
        "㭑"^^xsd:string ;
    rdfs:comment "a kind of tree"@en .

<http://lexvo.org/id/char/3B52> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%AD%92>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zi2%20zi6>,
        <http://lexvo.org/id/term/yue/%E3%AD%92>,
        "㭒"^^xsd:string ;
    rdfs:comment "(same as non-classical form 耜) a farming instrument; a spade; a shovel"@en .

<http://lexvo.org/id/char/3B53> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%AD%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/bi%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bin6>,
        <http://lexvo.org/id/term/yue/%E3%AD%93>,
        "㭓"^^xsd:string ;
    rdfs:comment "a pillar arch"@en .

<http://lexvo.org/id/char/3B54> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%AD%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%BA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lou4>,
        <http://lexvo.org/id/term/yue/%E3%AD%94>,
        "㭔"^^xsd:string ;
    rdfs:comment "a kind of tree"@en .

<http://lexvo.org/id/char/3B55> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/keoi1>,
        <http://lexvo.org/id/term/yue/%E3%AD%95>,
        "㭕"^^xsd:string ;
    rdfs:comment "a board (on the back of a donkey) for carrying things; saddle"@en .

<http://lexvo.org/id/char/3B56> a lvont:Character ;
    lvont:represents "㭖"^^xsd:string .

<http://lexvo.org/id/char/3B57> a lvont:Character ;
    lvont:represents "㭗"^^xsd:string .

<http://lexvo.org/id/char/3B58> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%AD%98>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/haap6>,
        <http://lexvo.org/id/term/yue/%E3%AD%98>,
        "㭘"^^xsd:string ;
    rdfs:comment "a scabbard; a sheath; a case for sword, a tree like the acacia"@en .

<http://lexvo.org/id/char/3B59> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%AD%99>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%A9%20zh%C3%A9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zaak6>,
        <http://lexvo.org/id/term/yue/%E3%AD%99>,
        "㭙"^^xsd:string ;
    rdfs:comment "a hammer"@en .

<http://lexvo.org/id/char/3B5A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%AD%9A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C7%9A>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/leoi5>,
        <http://lexvo.org/id/term/yue/%E3%AD%9A>,
        "㭚"^^xsd:string ;
    rdfs:comment "a kind of tree, a tray for carrying sacrificial meats and wine"@en .

<http://lexvo.org/id/char/3B5B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%AD%9B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%A0i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/paai3>,
        <http://lexvo.org/id/term/yue/%E3%AD%9B>,
        "㭛"^^xsd:string ;
    rdfs:comment "a kind of climbing plants; rattan; bark can be used to weave cloth, a component parts of a loom"@en .

<http://lexvo.org/id/char/3B5C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%AD%9C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/r%C3%B3ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zung4>,
        <http://lexvo.org/id/term/yue/%E3%AD%9C>,
        "㭜"^^xsd:string ;
    rdfs:comment "a kind of tree (like locust tree; similar to the ash; acacia)"@en .

<http://lexvo.org/id/char/3B5D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%AD%9D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C3%BA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kau4>,
        <http://lexvo.org/id/term/yue/%E3%AD%9D>,
        "㭝"^^xsd:string ;
    rdfs:comment "name of a pavilion, in Xinshi, name of a place in Jingling"@en .

<http://lexvo.org/id/char/3B5E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%AD%9E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C3%A8>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lyut3>,
        <http://lexvo.org/id/term/yue/%E3%AD%9E>,
        "㭞"^^xsd:string ;
    rdfs:comment "a kind inferior wood"@en .

<http://lexvo.org/id/char/3B5F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%AD%9F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C7%92ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gung2>,
        <http://lexvo.org/id/term/yue/%E3%AD%9F>,
        "㭟"^^xsd:string ;
    rdfs:comment "torture used in ancient times"@en .

<http://lexvo.org/id/char/3B60> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%AD%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C7%8En>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sin2>,
        <http://lexvo.org/id/term/yue/%E3%AD%A0>,
        "㭠"^^xsd:string .

<http://lexvo.org/id/char/3B61> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%AD%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C3%AC%20x%C3%ACn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sai3>,
        <http://lexvo.org/id/term/yue/%E3%AD%A1>,
        "㭡"^^xsd:string ;
    rdfs:comment "name of a mountain, a component parts of a loom"@en .

<http://lexvo.org/id/char/3B62> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/hing1>,
        <http://lexvo.org/id/term/yue/%E3%AD%A2>,
        "㭢"^^xsd:string ;
    rdfs:comment "mechanics, opportunity, urgent"@en .

<http://lexvo.org/id/char/3B63> a lvont:Character ;
    lvont:represents "㭣"^^xsd:string .

<http://lexvo.org/id/char/3B64> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%AD%A4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ni%C7%8Eo>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/niu5>,
        <http://lexvo.org/id/term/yue/%E3%AD%A4>,
        "㭤"^^xsd:string ;
    rdfs:comment "(simplified form) (same as 蔦) the convolvulus; a kind of creeping plant, partridge; francolin, in Japan, the pole out side of a building used to post the public notice"@en .

<http://lexvo.org/id/char/3B65> a lvont:Character ;
    lvont:represents "㭥"^^xsd:string .

<http://lexvo.org/id/char/3B66> a lvont:Character ;
    lvont:represents "㭦"^^xsd:string .

<http://lexvo.org/id/char/3B67> a lvont:Character ;
    lvont:represents "㭧"^^xsd:string .

<http://lexvo.org/id/char/3B68> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%AD%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A9%20y%C3%A9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/je4>,
        <http://lexvo.org/id/term/yue/%E3%AD%A8>,
        "㭨"^^xsd:string ;
    rdfs:comment "(same as U+6930 椰) the cocoa-nut palm"@en .

<http://lexvo.org/id/char/3B69> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%AD%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%A8i%20l%C3%ADng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lyut3%20lyut6>,
        <http://lexvo.org/id/term/yue/%E3%AD%A9>,
        "㭩"^^xsd:string ;
    rdfs:comment "a kind of tree can be used as dye-stuff, the mast of a boat"@en .

<http://lexvo.org/id/char/3B6A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/fu1%20gu1>,
        <http://lexvo.org/id/term/yue/%E3%AD%AA>,
        "㭪"^^xsd:string ;
    rdfs:comment "a shrub (plant); dense growth of trees"@en .

<http://lexvo.org/id/char/3B6B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%AD%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/cu%C3%A1n%20cu%C3%B3%20zh%C3%A8n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/co4%20cyun4>,
        <http://lexvo.org/id/term/yue/%E3%AD%AB>,
        "㭫"^^xsd:string ;
    rdfs:comment "a fruit tree ( plum), (same as 菆) hemp stalks, a mat"@en .

<http://lexvo.org/id/char/3B6C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%AD%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zhu%C3%B3>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tou5%20zyu1>,
        <http://lexvo.org/id/term/yue/%E3%AD%AC>,
        "㭬"^^xsd:string ;
    rdfs:comment "(corrupted form of 椓) to beat; to tap; to thrash, castration as a punishment in ancient times, a castrate man, to accuse or charge"@en .

<http://lexvo.org/id/char/3B6D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%AD%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%A8i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/baat3>,
        <http://lexvo.org/id/term/yue/%E3%AD%AD>,
        "㭭"^^xsd:string ;
    rdfs:comment "a kind of tree, a harrow; a drag, a written contract or agreement; a bond; a deed, handles of spears or lances used in ancient times"@en .

<http://lexvo.org/id/char/3B6E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%AD%AE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zu%C3%B2>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cyut3%20dung6%20waai3%20zat3>,
        <http://lexvo.org/id/term/yue/%E3%AD%AE>,
        "㭮"^^xsd:string ;
    rdfs:comment "(corrupted form of 桚) a kind of liquor container, to squeeze; to press, an instrument of torture for squeezing the fingers of prisoners or witnesses in order to extort evidence or confession"@en .

<http://lexvo.org/id/char/3B6F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%AD%AF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/di%C3%A9%20n%C3%A0%20zh%C3%A9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cit3>,
        <http://lexvo.org/id/term/yue/%E3%AD%AF>,
        "㭯"^^xsd:string ;
    rdfs:comment "tree with small leaves, mushroom; fungus, mould, ror mildew"@en .

<http://lexvo.org/id/char/3B70> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%AD%B0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%AC%20ju%C3%A9%20zu%C7%90>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zyu1>,
        <http://lexvo.org/id/term/yue/%E3%AD%B0>,
        "㭰"^^xsd:string ;
    rdfs:comment "to know; to recognize, to hide; to conceal, (same as 嘴) beak (of a bird), stone probe"@en .

<http://lexvo.org/id/char/3B71> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%AD%B1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A9%20xi%C3%A1>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/haap6>,
        <http://lexvo.org/id/term/yue/%E3%AD%B1>,
        "㭱"^^xsd:string ;
    rdfs:comment "(same as 匣) a case; a small box"@en .

<http://lexvo.org/id/char/3B72> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%AD%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%AD>,
        <http://lexvo.org/id/term/vie/g%C3%B3c>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gik6%20zin1>,
        <http://lexvo.org/id/term/yue/%E3%AD%B2>,
        "㭲"^^xsd:string ;
    rdfs:comment "(same as 极) a wooden frame (on the back of a donkey) for carrying things, (simplified form of 極) to exhaust, extreme; highest; topmost"@en .

<http://lexvo.org/id/char/3B73> a lvont:Character ;
    lvont:represents "㭳"^^xsd:string .

<http://lexvo.org/id/char/3B74> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/gin1>,
        <http://lexvo.org/id/term/yue/%E3%AD%B4>,
        "㭴"^^xsd:string ;
    rdfs:comment "(simplified form) the oscines"@en .

<http://lexvo.org/id/char/3B75> a lvont:Character ;
    lvont:represents "㭵"^^xsd:string .

<http://lexvo.org/id/char/3B76> a lvont:Character ;
    lvont:represents "㭶"^^xsd:string .

<http://lexvo.org/id/char/3B77> a lvont:Character ;
    lvont:represents "㭷"^^xsd:string .

<http://lexvo.org/id/char/3B78> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%AD%B8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%BA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tou4%20tung4%20zak6>,
        <http://lexvo.org/id/term/yue/%E3%AD%B8>,
        "㭸"^^xsd:string ;
    rdfs:comment "(same as 梌) the branches to spread out in all directions, the catalpa; a kind of hard wood used for making chessboard"@en .

<http://lexvo.org/id/char/3B79> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%AD%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zin4>,
        <http://lexvo.org/id/term/yue/%E3%AD%B9>,
        "㭹"^^xsd:string ;
    rdfs:comment "name of a county in today's Shandong Province, a kind of fabric produced in Donglai"@en .

<http://lexvo.org/id/char/3B7A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%AD%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%8En>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zim2>,
        <http://lexvo.org/id/term/yue/%E3%AD%BA>,
        "㭺"^^xsd:string ;
    rdfs:comment "the cherry-apple, a kind of tree"@en .

<http://lexvo.org/id/char/3B7B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%AD%BB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%A1ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tong4>,
        <http://lexvo.org/id/term/yue/%E3%AD%BB>,
        "㭻"^^xsd:string ;
    rdfs:comment "(same as 棠) the crab-apple; the wild plum"@en .

<http://lexvo.org/id/char/3B7C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%AD%BC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%A0>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dap6>,
        <http://lexvo.org/id/term/yue/%E3%AD%BC>,
        "㭼"^^xsd:string ;
    rdfs:comment "a rectangle shaped peg or short post between the beans and the roof timbers; the square peck-shaped box half-way up a Chinese flagstaff"@en .

<http://lexvo.org/id/char/3B7D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%AD%BD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C7%90>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dai2>,
        <http://lexvo.org/id/term/yue/%E3%AD%BD>,
        "㭽"^^xsd:string ;
    rdfs:comment "(non-classical form of 柢) root; foundation; base, eaves of a house; brim"@en .

<http://lexvo.org/id/char/3B7E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%AD%BE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ju%C3%A9%20yu%C3%A8>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gwat6>,
        <http://lexvo.org/id/term/yue/%E3%AD%BE>,
        "㭾"^^xsd:string ;
    rdfs:comment "to cut the timber apart; to cut a tree; (Cant.) to blunt"@en .

<http://lexvo.org/id/char/3B7F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C3%A1ng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%AD%BF>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ngong4>,
        <http://lexvo.org/id/term/yue/%E3%AD%BF>,
        "㭿"^^xsd:string ;
    rdfs:comment "oblique angle, a post to tie cattle and horses to"@en .

<http://lexvo.org/id/char/3B80> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%AE%80>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/haam4>,
        <http://lexvo.org/id/term/yue/%E3%AE%80>,
        "㮀"^^xsd:string ;
    rdfs:comment "tool to clear out ( as a drain) the water, (same as 函) a case; a small box"@en .

<http://lexvo.org/id/char/3B81> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%AE%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A1o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ngau4>,
        <http://lexvo.org/id/term/yue/%E3%AE%81>,
        "㮁"^^xsd:string ;
    rdfs:comment "gardenia; a plant of which the nuts produces a yellow dye"@en .

<http://lexvo.org/id/char/3B82> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%AE%82>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%BA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/guk1>,
        <http://lexvo.org/id/term/yue/%E3%AE%82>,
        "㮂"^^xsd:string ;
    rdfs:comment "an appliance used to lift food; something like a narrow, long table, to carry; to transport"@en .

<http://lexvo.org/id/char/3B83> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%AE%83>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ru%C3%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wai1>,
        <http://lexvo.org/id/term/yue/%E3%AE%83>,
        "㮃"^^xsd:string ;
    rdfs:comment "farm tool, (same as 桵) a kind of tree"@en .

<http://lexvo.org/id/char/3B84> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%AE%84>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C7%8Eng%20b%C3%AC%20p%C3%A9ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bong2>,
        <http://lexvo.org/id/term/yue/%E3%AE%84>,
        "㮄"^^xsd:string ;
    rdfs:comment "(non-classical form of 榜) publicly posted roll of successful examinees"@en .

<http://lexvo.org/id/char/3B85> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/zeoi1>,
        <http://lexvo.org/id/term/yue/%E3%AE%85>,
        "㮅"^^xsd:string ;
    rdfs:comment "a kind of tree"@en .

<http://lexvo.org/id/char/3B86> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%AE%86>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ni%C3%A8>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zit6>,
        <http://lexvo.org/id/term/yue/%E3%AE%86>,
        "㮆"^^xsd:string ;
    rdfs:comment "(an ancient form) (same as 瓾) eaves sprouting from the stump of a tree; shoots from an old stump, a large (a species of oak) from the bark of which a yellow dye is produced"@en .

<http://lexvo.org/id/char/3B87> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%AE%87>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ti%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tim3>,
        <http://lexvo.org/id/term/yue/%E3%AE%87>,
        "㮇"^^xsd:string ;
    rdfs:comment "(standard form of 掭) (same as 栝) a builder's frame for measuring, juniper, a poker (for stirring fire, a cylinder part on the old style of wooden doors"@en .

<http://lexvo.org/id/char/3B88> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%AE%88>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C3%A0i>,
        <http://lexvo.org/id/term/vie/n%E1%BA%ADy>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/noi6%20zeoi6>,
        <http://lexvo.org/id/term/yue/%E3%AE%88>,
        "㮈"^^xsd:string ;
    rdfs:comment "(non-classical form of 奈) but; how; what, a remedy; a resource, to bear, to endure"@en .

<http://lexvo.org/id/char/3B89> a lvont:Character ;
    lvont:represents "㮉"^^xsd:string .

<http://lexvo.org/id/char/3B8A> a lvont:Character ;
    lvont:represents "㮊"^^xsd:string .

<http://lexvo.org/id/char/3B8B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%AE%8B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%92u%20y%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zaau5>,
        <http://lexvo.org/id/term/yue/%E3%AE%8B>,
        "㮋"^^xsd:string ;
    rdfs:comment "(non-classical form of 栯) a kind of tree, a fruit tree"@en .

<http://lexvo.org/id/char/3B8C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%AE%8C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/mi%C3%A1n%20m%C7%90n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/min2%20min4%20min6>,
        <http://lexvo.org/id/term/yue/%E3%AE%8C>,
        "㮌"^^xsd:string ;
    rdfs:comment "(same as U+68C9 棉) cotton; (Cant.) a kind of fruit"@en .

<http://lexvo.org/id/char/3B8D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/zin1>,
        <http://lexvo.org/id/term/yue/%E3%AE%8D>,
        "㮍"^^xsd:string ;
    rdfs:comment "(ancient form of 牋 箋) amemorandum tablet, slip of paper, fancy note-paper, a note, a document, comments"@en .

<http://lexvo.org/id/char/3B8E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/bui1>,
        <http://lexvo.org/id/term/yue/%E3%AE%8E>,
        "㮎"^^xsd:string ;
    rdfs:comment "(non-classical form of U+76C3 盃 U+676F 杯) cup; a tumbler; a glass"@en .

<http://lexvo.org/id/char/3B8F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%AE%8F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C3%A0i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/noi6>,
        <http://lexvo.org/id/term/yue/%E3%AE%8F>,
        "㮏"^^xsd:string ;
    rdfs:comment "(same as 柰) a fruit tree; a crab-apple, for which the second from is strictly used, leaves sprouting from the stump of a tree; shoots from an old stump"@en .

<http://lexvo.org/id/char/3B90> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%AE%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C7%90ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sing2>,
        <http://lexvo.org/id/term/yue/%E3%AE%90>,
        "㮐"^^xsd:string ;
    rdfs:comment "a rack or a stand with three sticks to cross each other, a chopping board"@en .

<http://lexvo.org/id/char/3B91> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%AE%91>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/caap3>,
        <http://lexvo.org/id/term/yue/%E3%AE%91>,
        "㮑"^^xsd:string ;
    rdfs:comment "sound of broken sticks; crack of a wooden stick, a forest; wooded land"@en .

<http://lexvo.org/id/char/3B92> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/zaan1%20zin1>,
        <http://lexvo.org/id/term/yue/%E3%AE%92>,
        "㮒"^^xsd:string ;
    rdfs:comment "wood, (same as 禋) to worship with sincerity and reverence, to offer sacrifices to the Heaven"@en .

<http://lexvo.org/id/char/3B93> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%AE%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C3%A8n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gang2>,
        <http://lexvo.org/id/term/yue/%E3%AE%93>,
        "㮓"^^xsd:string ;
    rdfs:comment "(same as 亙 堥) an extreme limit, to fill, universal, connected, revolve"@en .

<http://lexvo.org/id/char/3B94> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%AE%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%B3ng>,
        <http://lexvo.org/id/term/vie/tr%C3%B2ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cung1>,
        <http://lexvo.org/id/term/yue/%E3%AE%94>,
        "㮔"^^xsd:string ;
    rdfs:comment "vegetable, (non-classical, abbreviated from, same as 橦) a tree which grows in Yunnan, from the flowers ofwhich a cloth is made"@en .

<http://lexvo.org/id/char/3B95> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C3%A9r%20ru%C7%8En>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%AE%95>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zyun5>,
        <http://lexvo.org/id/term/yue/%E3%AE%95>,
        "㮕"^^xsd:string ;
    rdfs:comment "fruit, plant, (same as 檽) a fruit tree; black date"@en .

<http://lexvo.org/id/char/3B96> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%AE%96>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%A1>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gat3>,
        <http://lexvo.org/id/term/yue/%E3%AE%96>,
        "㮖"^^xsd:string ;
    rdfs:comment "to lay; to put, drums, to rap, to quiver, to stir up"@en .

<http://lexvo.org/id/char/3B97> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%AE%97>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C3%ADn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kaan4%20sip3>,
        <http://lexvo.org/id/term/yue/%E3%AE%97>,
        "㮗"^^xsd:string ;
    rdfs:comment "(same as 矜) the handle of a spear"@en .

<http://lexvo.org/id/char/3B98> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%AE%98>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A0o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/maau6>,
        <http://lexvo.org/id/term/yue/%E3%AE%98>,
        "㮘"^^xsd:string ;
    rdfs:comment "a tree; winter peach"@en .

<http://lexvo.org/id/char/3B99> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C3%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%AE%99>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ngok6>,
        <http://lexvo.org/id/term/yue/%E3%AE%99>,
        "㮙"^^xsd:string ;
    rdfs:comment "a pitfall; a hole"@en .

<http://lexvo.org/id/char/3B9A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%AE%9A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/leot6>,
        <http://lexvo.org/id/term/yue/%E3%AE%9A>,
        "㮚"^^xsd:string ;
    rdfs:comment "(an ancient form of 栗) the chestnut tree, a kind of metalwork in ancient times"@en .

<http://lexvo.org/id/char/3B9B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%AE%9B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ci4>,
        <http://lexvo.org/id/term/yue/%E3%AE%9B>,
        "㮛"^^xsd:string ;
    rdfs:comment "(same as 匙) a spoon, (same as 椸) (a dialect) a small table in front of the bed, a rack for clothes; a clothes-horse"@en .

<http://lexvo.org/id/char/3B9C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/zong1>,
        <http://lexvo.org/id/term/yue/%E3%AE%9C>,
        "㮜"^^xsd:string ;
    rdfs:comment "a blocks engraved for holding things"@en .

<http://lexvo.org/id/char/3B9D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%AE%9D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A9%20lu%C3%B2>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hat6>,
        <http://lexvo.org/id/term/yue/%E3%AE%9D>,
        "㮝"^^xsd:string ;
    rdfs:comment "angle steel, legs of a table"@en .

<http://lexvo.org/id/char/3B9E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%AE%9E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%A9%20n%C3%AD%20y%C3%A1>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zit3>,
        <http://lexvo.org/id/term/yue/%E3%AE%9E>,
        "㮞"^^xsd:string ;
    rdfs:comment "the square peck-shaped box half-way up a Chinese flagstaff"@en .

<http://lexvo.org/id/char/3B9F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%AE%9F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%AD%20ni%C7%8En%20n%C7%9C%20p%C3%A8ng%20r%C3%B2u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/nin5>,
        <http://lexvo.org/id/term/yue/%E3%AE%9F>,
        "㮟"^^xsd:string ;
    rdfs:comment "a whetstone, (a dialect) a corner; a nook; a crack; an opening; a cleft"@en .

<http://lexvo.org/id/char/3BA0> a lvont:Character ;
    lvont:represents "㮠"^^xsd:string .

<http://lexvo.org/id/char/3BA1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%AE%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/gu%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gun3>,
        <http://lexvo.org/id/term/yue/%E3%AE%A1>,
        "㮡"^^xsd:string ;
    rdfs:comment "(same as 爟) to light a fire; to set fire to"@en .

<http://lexvo.org/id/char/3BA2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%AE%A2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%B3u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hau4>,
        <http://lexvo.org/id/term/yue/%E3%AE%A2>,
        "㮢"^^xsd:string ;
    rdfs:comment "fruit"@en .

<http://lexvo.org/id/char/3BA3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%AE%A3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C3%A0i>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C3%A0i%20z%C3%A9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/huk1%20koek3%20koi3>,
        <http://lexvo.org/id/term/yue/%E3%AE%A3>,
        "㮣"^^xsd:string ;
    rdfs:comment "(a variant of 概) a piece of wood used to strike off grain in a measure, thus:--all, to level, to adjust, generally, for the most part, (interchangeable 慨) emotional excitement, (interchangeable 溉) to wash; to cleanse; to rinse"@en .

<http://lexvo.org/id/char/3BA4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/cung4>,
        <http://lexvo.org/id/term/yue/%E3%AE%A4>,
        "㮤"^^xsd:string ;
    rdfs:comment "pine; fir, (same as 松 鬆) loose; lax; slack"@en .

<http://lexvo.org/id/char/3BA5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%AE%A5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%A8n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/faan5>,
        <http://lexvo.org/id/term/yue/%E3%AE%A5>,
        "㮥"^^xsd:string ;
    rdfs:comment "sails, the mat-covering of small boats, (interchangeable 軬) the covering of a carriage"@en .

<http://lexvo.org/id/char/3BA6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%AE%A6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C3%A8%20su%C7%92>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sok3>,
        <http://lexvo.org/id/term/yue/%E3%AE%A6>,
        "㮦"^^xsd:string ;
    rdfs:comment "branches growing upwards, the tip of a branch or things of similar shape, (interchangeable 索) to importune"@en .

<http://lexvo.org/id/char/3BA7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/waat1%20wu1>,
        <http://lexvo.org/id/term/yue/%E3%AE%A7>,
        "㮧"^^xsd:string ;
    rdfs:comment "a tree, a fruit"@en .

<http://lexvo.org/id/char/3BA8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%AE%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%AD%20j%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zik1>,
        <http://lexvo.org/id/term/yue/%E3%AE%A8>,
        "㮨"^^xsd:string ;
    rdfs:comment "Codium macronatum"@en .

<http://lexvo.org/id/char/3BA9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/sik1>,
        <http://lexvo.org/id/term/yue/%E3%AE%A9>,
        "㮩"^^xsd:string ;
    rdfs:comment "a tree"@en .

<http://lexvo.org/id/char/3BAA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%AE%AA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C3%B3ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kung4>,
        <http://lexvo.org/id/term/yue/%E3%AE%AA>,
        "㮪"^^xsd:string ;
    rdfs:comment "a small boat"@en .

<http://lexvo.org/id/char/3BAB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%AE%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/haat6%20hot3>,
        <http://lexvo.org/id/term/yue/%E3%AE%AB>,
        "㮫"^^xsd:string ;
    rdfs:comment "a wooden artical to be used to adjust a bow, a tiger shaped wooden artical used to stop the music in ancient times"@en .

<http://lexvo.org/id/char/3BAC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/zung1>,
        <http://lexvo.org/id/term/yue/%E3%AE%AC>,
        "㮬"^^xsd:string ;
    rdfs:comment "a fruit tree"@en .

<http://lexvo.org/id/char/3BAD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%AE%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ham4>,
        <http://lexvo.org/id/term/yue/%E3%AE%AD>,
        "㮭"^^xsd:string ;
    rdfs:comment "(same as 椷) a casket; a box; a bowl; a cup, to allow, an envelope"@en .

<http://lexvo.org/id/char/3BAE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%AE%AE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%A9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/git3>,
        <http://lexvo.org/id/term/yue/%E3%AE%AE>,
        "㮮"^^xsd:string ;
    rdfs:comment "a well sweep"@en .

<http://lexvo.org/id/char/3BAF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%AE%AF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%A1%20h%C3%BAn%20ku%C7%8En>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wan4>,
        <http://lexvo.org/id/term/yue/%E3%AE%AF>,
        "㮯"^^xsd:string ;
    rdfs:comment "whole piece of or unbroken firewoods, complete; whole; undamaged; general, (same as 梡) a kind of tree"@en .

<http://lexvo.org/id/char/3BB0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%AE%B0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%AD%20p%C3%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/pei4>,
        <http://lexvo.org/id/term/yue/%E3%AE%B0>,
        "㮰"^^xsd:string ;
    rdfs:comment "the small beam supporting the rafters at the eaves"@en .

<http://lexvo.org/id/char/3BB1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/sing1>,
        <http://lexvo.org/id/term/yue/%E3%AE%B1>,
        "㮱"^^xsd:string ;
    rdfs:comment "(said of grass, trees, vegetation and flora), (non-classical form of 森) luxuriant; exubertant; lush; flourishing"@en .

<http://lexvo.org/id/char/3BB2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/caai1>,
        <http://lexvo.org/id/term/yue/%E3%AE%B2>,
        "㮲"^^xsd:string ;
    rdfs:comment "a small ring or a small piece of board attached to the muzzle of an ox; to thread through a halter"@en .

<http://lexvo.org/id/char/3BB3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%AE%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%A8n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zaam6>,
        <http://lexvo.org/id/term/yue/%E3%AE%B3>,
        "㮳"^^xsd:string ;
    rdfs:comment "a tree, (same as 栚) a piece of cross-wise board used for frame on which silkworms spin"@en .

<http://lexvo.org/id/char/3BB4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/sau1>,
        <http://lexvo.org/id/term/yue/%E3%AE%B4>,
        "㮴"^^xsd:string ;
    rdfs:comment "(same as 艘) a numerary adjunct for ships"@en .

<http://lexvo.org/id/char/3BB5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/zin1>,
        <http://lexvo.org/id/term/yue/%E3%AE%B5>,
        "㮵"^^xsd:string ;
    rdfs:comment "common sandalwood"@en .

<http://lexvo.org/id/char/3BB6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%AE%B6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%AC%20shu%C3%B2>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sak3%20sok3>,
        <http://lexvo.org/id/term/yue/%E3%AE%B6>,
        "㮶"^^xsd:string ;
    rdfs:comment "(same as 槊) a tree, a fence; a palisade; a railing"@en .

<http://lexvo.org/id/char/3BB7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/gai1>,
        <http://lexvo.org/id/term/yue/%E3%AE%B7>,
        "㮷"^^xsd:string ;
    rdfs:comment "a tree (as maple tree)"@en .

<http://lexvo.org/id/char/3BB8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%AE%B8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C3%B2ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sung3>,
        <http://lexvo.org/id/term/yue/%E3%AE%B8>,
        "㮸"^^xsd:string ;
    rdfs:comment "(corrupted form of 送) to send; to deliver; to present; to give, to send off"@en .

<http://lexvo.org/id/char/3BB9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%AE%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C7%90>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zi2>,
        <http://lexvo.org/id/term/yue/%E3%AE%B9>,
        "㮹"^^xsd:string ;
    rdfs:comment "a tree"@en .

<http://lexvo.org/id/char/3BBA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%AE%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C4%9Bn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bun2%20hak1>,
        <http://lexvo.org/id/term/yue/%E3%AE%BA>,
        "㮺"^^xsd:string ;
    rdfs:comment "(ancient form of 本) stem; source; foundation; origin; basis, a book"@en .

<http://lexvo.org/id/char/3BBB> a lvont:Character ;
    lvont:represents "㮻"^^xsd:string ;
    rdfs:comment "(same as 搔) to scratch lightly, to irritate; to annoy"@en .

<http://lexvo.org/id/char/3BBC> a lvont:Character ;
    lvont:represents "㮼"^^xsd:string .

<http://lexvo.org/id/char/3BBD> a lvont:Character ;
    lvont:represents "㮽"^^xsd:string .

<http://lexvo.org/id/char/3BBE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%AE%BE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C7%8Eng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/long5>,
        <http://lexvo.org/id/term/yue/%E3%AE%BE>,
        "㮾"^^xsd:string ;
    rdfs:comment "a place in today's Hunan Province"@en .

<http://lexvo.org/id/char/3BBF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%AE%BF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bit1%20bit6>,
        <http://lexvo.org/id/term/yue/%E3%AE%BF>,
        "㮿"^^xsd:string ;
    rdfs:comment "a tree"@en .

<http://lexvo.org/id/char/3BC0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%AF%80>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C7%8En%20xu%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/syun4>,
        <http://lexvo.org/id/term/yue/%E3%AF%80>,
        "㯀"^^xsd:string ;
    rdfs:comment "bonds and fetters for falcons and dogs used in hunting"@en .

<http://lexvo.org/id/char/3BC1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%AF%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%A0ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/pang5%20pui4>,
        <http://lexvo.org/id/term/yue/%E3%AF%81>,
        "㯁"^^xsd:string ;
    rdfs:comment "household registers, printing plate, supporting boards used in building walls, (non-classical form 棓) to strike, a flail, a club, planks"@en .

<http://lexvo.org/id/char/3BC2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%AF%82>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%A0i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/daai3>,
        <http://lexvo.org/id/term/yue/%E3%AF%82>,
        "㯂"^^xsd:string ;
    rdfs:comment "pillar or post of a frame on which silkworms spin"@en .

<http://lexvo.org/id/char/3BC3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/cat1>,
        <http://lexvo.org/id/term/yue/%E3%AF%83>,
        "㯃"^^xsd:string ;
    rdfs:comment "(same as U+687C 桼 U+6F06 漆) the varnish tree, paint, lacquer, varinish, to paint or varinish, black, sticky"@en .

<http://lexvo.org/id/char/3BC4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/zi1>,
        <http://lexvo.org/id/term/yue/%E3%AF%84>,
        "㯄"^^xsd:string ;
    rdfs:comment "(of trees) luxuriant; exuberant; lush"@en .

<http://lexvo.org/id/char/3BC5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%AF%85>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bei1%20pei4>,
        <http://lexvo.org/id/term/yue/%E3%AF%85>,
        "㯅"^^xsd:string ;
    rdfs:comment "the branches growing downwards; small trees; saplings; cuttings of trees for planting"@en .

<http://lexvo.org/id/char/3BC6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%AF%86>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C7%8En>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/caan2>,
        <http://lexvo.org/id/term/yue/%E3%AF%86>,
        "㯆"^^xsd:string ;
    rdfs:comment "a tree, a mattress"@en .

<http://lexvo.org/id/char/3BC7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%AF%87>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bai6>,
        <http://lexvo.org/id/term/yue/%E3%AF%87>,
        "㯇"^^xsd:string ;
    rdfs:comment "(same as 梐) a stockade; a cheval de frise, a pen; a cage"@en .

<http://lexvo.org/id/char/3BC8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%AF%88>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cuk1>,
        <http://lexvo.org/id/term/yue/%E3%AF%88>,
        "㯈"^^xsd:string ;
    rdfs:comment "(non-classical form) small trees; saplings"@en .

<http://lexvo.org/id/char/3BC9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%AF%89>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%B2>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wok6>,
        <http://lexvo.org/id/term/yue/%E3%AF%89>,
        "㯉"^^xsd:string ;
    rdfs:comment "(same as 檴) a tree; material for cups, a kind of birch found in Manchuria"@en .

<http://lexvo.org/id/char/3BCA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%AF%8A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A9n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/han4>,
        <http://lexvo.org/id/term/yue/%E3%AF%8A>,
        "㯊"^^xsd:string ;
    rdfs:comment "even measuring board for pecks and bushels"@en .

<http://lexvo.org/id/char/3BCB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%AF%8B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%90ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wing6>,
        <http://lexvo.org/id/term/yue/%E3%AF%8B>,
        "㯋"^^xsd:string ;
    rdfs:comment "a chest; a box, footstool; footrest, a tree, handle of an awl, ring of a knife or a sword, a round pillow that roused the sleeper when he moved"@en .

<http://lexvo.org/id/char/3BCC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%AF%8C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/chu%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cyun4>,
        <http://lexvo.org/id/term/yue/%E3%AF%8C>,
        "㯌"^^xsd:string ;
    rdfs:comment "to operate or manage"@en .

<http://lexvo.org/id/char/3BCD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%AF%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C7%8Eng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zoeng3>,
        <http://lexvo.org/id/term/yue/%E3%AF%8D>,
        "㯍"^^xsd:string ;
    rdfs:comment "(same as 槳) an oar"@en .

<http://lexvo.org/id/char/3BCE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%AF%8E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C3%A8n>,
        "㯎"^^xsd:string ;
    rdfs:comment "stupid; dull, foolish; idiotic"@en .

<http://lexvo.org/id/char/3BCF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%AF%8F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C7%94>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/guk1%20guk1>,
        <http://lexvo.org/id/term/yue/%E3%AF%8F>,
        "㯏"^^xsd:string ;
    rdfs:comment "(same as 穀) grains; corns; cereals"@en .

<http://lexvo.org/id/char/3BD0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%AF%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C7%8Eng%20tu%C7%92>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/teoi2%20to5>,
        <http://lexvo.org/id/term/yue/%E3%AF%90>,
        "㯐"^^xsd:string ;
    rdfs:comment "tubular, oval, elliptical"@en .

<http://lexvo.org/id/char/3BD1> a lvont:Character ;
    lvont:represents "㯑"^^xsd:string .

<http://lexvo.org/id/char/3BD2> a lvont:Character ;
    lvont:represents "㯒"^^xsd:string .

<http://lexvo.org/id/char/3BD3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%AF%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%A0>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/taap3>,
        <http://lexvo.org/id/term/yue/%E3%AF%93>,
        "㯓"^^xsd:string ;
    rdfs:comment "(same as 榻) a couch; a bed, window; shutters"@en .

<http://lexvo.org/id/char/3BD4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%AF%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/cu%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ceoi3>,
        <http://lexvo.org/id/term/yue/%E3%AF%94>,
        "㯔"^^xsd:string ;
    rdfs:comment "to hull heavily, to pound heavily"@en .

<http://lexvo.org/id/char/3BD5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/sai1>,
        <http://lexvo.org/id/term/yue/%E3%AF%95>,
        "㯕"^^xsd:string ;
    rdfs:comment "sticks or frames; a wooden device used to torture the fingers by squeezing, the branches growing downwards; small trees; saplings; cuttings of trees for planting"@en .

<http://lexvo.org/id/char/3BD6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%AF%96>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%A9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/daak1>,
        <http://lexvo.org/id/term/yue/%E3%AF%96>,
        "㯖"^^xsd:string ;
    rdfs:comment "a tree, a hammer, to beat with a hammer"@en .

<http://lexvo.org/id/char/3BD7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%AF%97>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/r%C7%8En%20sh%C3%B9n%20xi%C3%A1n%20xi%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/haan4>,
        <http://lexvo.org/id/term/yue/%E3%AF%97>,
        "㯗"^^xsd:string ;
    rdfs:comment "a kind of tree"@en .

<http://lexvo.org/id/char/3BD8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%AF%98>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ku%C7%8En>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fun2>,
        <http://lexvo.org/id/term/yue/%E3%AF%98>,
        "㯘"^^xsd:string ;
    rdfs:comment "(same as 梡) a small wooden stand having four legs; it was used in sacrifice, faggots"@en .

<http://lexvo.org/id/char/3BD9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%AF%99>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%A8>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cit3%20diu6>,
        <http://lexvo.org/id/term/yue/%E3%AF%99>,
        "㯙"^^xsd:string ;
    rdfs:comment "the buckthorn or jujube (tree); dates"@en .

<http://lexvo.org/id/char/3BDA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%AF%9A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%A1>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/daap3>,
        <http://lexvo.org/id/term/yue/%E3%AF%9A>,
        "㯚"^^xsd:string ;
    rdfs:comment "a kind of tree (as plum)"@en .

<http://lexvo.org/id/char/3BDB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%AF%9B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%BA%20hu%C3%B2>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wu4>,
        <http://lexvo.org/id/term/yue/%E3%AF%9B>,
        "㯛"^^xsd:string ;
    rdfs:comment "gourd shaped dates"@en .

<http://lexvo.org/id/char/3BDC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%AF%9C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/cu%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/seoi6%20si1>,
        <http://lexvo.org/id/term/yue/%E3%AF%9C>,
        "㯜"^^xsd:string ;
    rdfs:comment "(same as 椊) decayed wood"@en .

<http://lexvo.org/id/char/3BDD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%AF%9D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%B9>,
        <http://lexvo.org/id/term/vie/r%E1%BB%8D>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/leot6%20lou6>,
        <http://lexvo.org/id/term/yue/%E3%AF%9D>,
        "㯝"^^xsd:string ;
    rdfs:comment "paulownia"@en .

<http://lexvo.org/id/char/3BDE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%AF%9E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ju%C3%A0n%20yu%C3%A8>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gyun3>,
        <http://lexvo.org/id/term/yue/%E3%AF%9E>,
        "㯞"^^xsd:string ;
    rdfs:comment "a kind of tree; material for making clothes"@en .

<http://lexvo.org/id/char/3BDF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%AF%9F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/luk1>,
        <http://lexvo.org/id/term/yue/%E3%AF%9F>,
        "㯟"^^xsd:string ;
    rdfs:comment "(ancient form of 麓) foot of a hill or mountain"@en .

<http://lexvo.org/id/char/3BE0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%AF%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C3%A0n%20xi%C3%A0n%20x%C3%BAn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zin5>,
        <http://lexvo.org/id/term/yue/%E3%AF%A0>,
        "㯠"^^xsd:string ;
    rdfs:comment "a cross-beam; an axle, etc."@en .

<http://lexvo.org/id/char/3BE1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%AF%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%A0o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/pau3%20pau4>,
        <http://lexvo.org/id/term/yue/%E3%AF%A1>,
        "㯡"^^xsd:string ;
    rdfs:comment "to lacquer some kind of ashes on wooden articals or furniture, after drying out, smooth them and then paint, black lacquer"@en .

<http://lexvo.org/id/char/3BE2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%AF%A2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%A8n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zam6>,
        <http://lexvo.org/id/term/yue/%E3%AF%A2>,
        "㯢"^^xsd:string ;
    rdfs:comment "(same as 栚) (same as 㮳) a piece of cross-wise board used for frame on which silkworms spin"@en .

<http://lexvo.org/id/char/3BE3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/fan1>,
        <http://lexvo.org/id/term/yue/%E3%AF%A3>,
        "㯣"^^xsd:string ;
    rdfs:comment "(same as 棻) a kind of fragrant tree used to produce perfume by burning it"@en .

<http://lexvo.org/id/char/3BE4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%AF%A4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lik6>,
        <http://lexvo.org/id/term/yue/%E3%AF%A4>,
        "㯤"^^xsd:string ;
    rdfs:comment "(same as 棘) the jujube tree, thorny brambles, a kind of date (with a sour taste)"@en .

<http://lexvo.org/id/char/3BE5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%AF%A5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C3%A1o%20zh%C3%A1>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cou4>,
        <http://lexvo.org/id/term/yue/%E3%AF%A5>,
        "㯥"^^xsd:string ;
    rdfs:comment "(same as 曹) a Chinese family name, surrounded, a whole day; a revolution of the sun"@en .

<http://lexvo.org/id/char/3BE6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%AF%A6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C3%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kei4>,
        <http://lexvo.org/id/term/yue/%E3%AF%A6>,
        "㯦"^^xsd:string ;
    rdfs:comment "(same as 棋) the game of chess, draughts and oter similar games"@en .

<http://lexvo.org/id/char/3BE7> a lvont:Character ;
    lvont:represents "㯧"^^xsd:string .

<http://lexvo.org/id/char/3BE8> a lvont:Character ;
    lvont:represents "㯨"^^xsd:string .

<http://lexvo.org/id/char/3BE9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%AF%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/daai3%20taai3>,
        <http://lexvo.org/id/term/yue/%E3%AF%A9>,
        "㯩"^^xsd:string ;
    rdfs:comment "to put the growing up silkworms in different frames according to their sizes"@en .

<http://lexvo.org/id/char/3BEA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%AF%AA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%ADng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ling4>,
        <http://lexvo.org/id/term/yue/%E3%AF%AA>,
        "㯪"^^xsd:string ;
    rdfs:comment "(same as 櫺) carved or patterned window-railings; sills, the wooden planks which join eaves with a house"@en .

<http://lexvo.org/id/char/3BEB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%AF%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C3%BA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/keoi4%20ngaau1>,
        <http://lexvo.org/id/term/yue/%E3%AF%AB>,
        "㯫"^^xsd:string ;
    rdfs:comment "a wattle or bamboo fence"@en .

<http://lexvo.org/id/char/3BEC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%AF%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C7%8En>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lim5>,
        <http://lexvo.org/id/term/yue/%E3%AF%AC>,
        "㯬"^^xsd:string ;
    rdfs:comment "achievements; merit"@en .

<http://lexvo.org/id/char/3BED> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%AF%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C7%94>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lou5>,
        <http://lexvo.org/id/term/yue/%E3%AF%AD>,
        "㯭"^^xsd:string ;
    rdfs:comment "(a variant of 櫓) a lookout turret on a city wall, moveable wooden tower for archers, a scull a sweep, an oar, (in ancient warfare) a big shield; a long spear"@en .

<http://lexvo.org/id/char/3BEE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%AF%AE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C7%94>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/suk6%20zik6>,
        <http://lexvo.org/id/term/yue/%E3%AF%AE>,
        "㯮"^^xsd:string ;
    rdfs:comment "a kind of tree (as willow) with big leaves and in red color"@en .

<http://lexvo.org/id/char/3BEF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%AF%AF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C3%B2ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gung3>,
        <http://lexvo.org/id/term/yue/%E3%AF%AF>,
        "㯯"^^xsd:string ;
    rdfs:comment "small cup, chest; box, a kind of container usually put on one's head to carry things"@en .

<http://lexvo.org/id/char/3BF0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%AF%B0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%A9%20zh%C3%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cim1%20dim1%20zaat6%20zik6>,
        <http://lexvo.org/id/term/yue/%E3%AF%B0>,
        "㯰"^^xsd:string ;
    rdfs:comment "(same as 植) to plant; to set up, to erect, plants"@en .

<http://lexvo.org/id/char/3BF1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%AF%B1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/bi%C7%8Eo%20pi%C3%A1o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/piu4>,
        <http://lexvo.org/id/term/yue/%E3%AF%B1>,
        "㯱"^^xsd:string ;
    rdfs:comment "an enlarged bag, to wrap up, a parcel; a bundle; a package"@en .

<http://lexvo.org/id/char/3BF2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%AF%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%ACn>,
        <http://lexvo.org/id/term/vie/c%E1%BB%A5m>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gam3>,
        <http://lexvo.org/id/term/yue/%E3%AF%B2>,
        "㯲"^^xsd:string ;
    rdfs:comment "a wooden (bamboo) framework; a wooden pole; used as an obstacle to impede the door, a frame"@en .

<http://lexvo.org/id/char/3BF3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%AF%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C3%ADng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/king4>,
        <http://lexvo.org/id/term/yue/%E3%AF%B3>,
        "㯳"^^xsd:string ;
    rdfs:comment "(same as 檠) a kind of tool to adjust bow; lamp holder, a tray with base"@en .

<http://lexvo.org/id/char/3BF4> a lvont:Character ;
    lvont:represents "㯴"^^xsd:string .

<http://lexvo.org/id/char/3BF5> a lvont:Character ;
    lvont:represents "㯵"^^xsd:string .

<http://lexvo.org/id/char/3BF6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%AF%B6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C5%8Dng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zung1>,
        <http://lexvo.org/id/term/yue/%E3%AF%B6>,
        "㯶"^^xsd:string ;
    rdfs:comment "the coir palm tree"@en .

<http://lexvo.org/id/char/3BF7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%AF%B7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%BA>,
        <http://lexvo.org/id/term/vie/b%E1%BB%A5c>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/buk6%20lok3%20pok3>,
        <http://lexvo.org/id/term/yue/%E3%AF%B7>,
        "㯷"^^xsd:string ;
    rdfs:comment "dates, a kind of oak; Quercus dentata, (same as 樸) a shrub (plant); thicket, strong and durable, a county in ancient times"@en .

<http://lexvo.org/id/char/3BF8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%AF%B8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C7%90n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zeon2>,
        <http://lexvo.org/id/term/yue/%E3%AF%B8>,
        "㯸"^^xsd:string ;
    rdfs:comment "a basin"@en .

<http://lexvo.org/id/char/3BF9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%AF%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/bi%C7%8Eo>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/biu1%20biu2>,
        <http://lexvo.org/id/term/yue/%E3%AF%B9>,
        "㯹"^^xsd:string ;
    rdfs:comment "(corrupted form of 檦) to show; to exhibit, to manifest, a kind of supporting post"@en .

<http://lexvo.org/id/char/3BFA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%AF%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lam6>,
        <http://lexvo.org/id/term/yue/%E3%AF%BA>,
        "㯺"^^xsd:string ;
    rdfs:comment "a cabinet; a wardrobe; a cupboard, (same as 壏) hard ground"@en .

<http://lexvo.org/id/char/3BFB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%AF%BB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C7%94n%20h%C3%B9n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gwan2>,
        <http://lexvo.org/id/term/yue/%E3%AF%BB>,
        "㯻"^^xsd:string ;
    rdfs:comment "to bind; to tie up; a bundle; a bondage; restrictions; restraints"@en .

<http://lexvo.org/id/char/3BFC> a lvont:Character ;
    lvont:represents "㯼"^^xsd:string .

<http://lexvo.org/id/char/3BFD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/ban1%20ping1>,
        <http://lexvo.org/id/term/yue/%E3%AF%BD>,
        "㯽"^^xsd:string ;
    rdfs:comment "(a variant of U+6AB3 檳) the areca-nut; the betel-nut"@en .

<http://lexvo.org/id/char/3BFE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/zou1>,
        <http://lexvo.org/id/term/yue/%E3%AF%BE>,
        "㯾"^^xsd:string ;
    rdfs:comment "a tree, (same as 槽) with both flowers and fruits; half and half"@en .

<http://lexvo.org/id/char/3BFF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%AF%BF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C3%A8>,
        <http://lexvo.org/id/term/vie/x%E1%BB%99p>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lip6>,
        <http://lexvo.org/id/term/yue/%E3%AF%BF>,
        "㯿"^^xsd:string ;
    rdfs:comment "handle of a ladle, a plant; wistaria, or wisteria, a certain trees in Sichuan; material for candle"@en .

<http://lexvo.org/id/char/3C00> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B0%80>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lai4>,
        <http://lexvo.org/id/term/yue/%E3%B0%80>,
        "㰀"^^xsd:string ;
    rdfs:comment "a kind of tree"@en .

<http://lexvo.org/id/char/3C01> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B0%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/lu%C7%92>,
        <http://lexvo.org/id/term/vie/l%C3%B5i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lo2>,
        <http://lexvo.org/id/term/yue/%E3%B0%81>,
        "㰁"^^xsd:string ;
    rdfs:comment "a tree with slanted branches"@en .

<http://lexvo.org/id/char/3C02> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B0%82>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C4%9Bn%20s%C7%94n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sam2>,
        <http://lexvo.org/id/term/yue/%E3%B0%82>,
        "㰂"^^xsd:string ;
    rdfs:comment "a kind of tree; the juice of which is used to make wine"@en .

<http://lexvo.org/id/char/3C03> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B0%83>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/mi%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/min4>,
        <http://lexvo.org/id/term/yue/%E3%B0%83>,
        "㰃"^^xsd:string ;
    rdfs:comment "(same as 檰) a tree, the bark of which is used in medicine-- Eucommia ulmoides, an awning of the house"@en .

<http://lexvo.org/id/char/3C04> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B0%84>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zin1%20zin3>,
        <http://lexvo.org/id/term/yue/%E3%B0%84>,
        "㰄"^^xsd:string ;
    rdfs:comment "(non-classical form) a small chestnut tree, a kind of fruit; mountain plum"@en .

<http://lexvo.org/id/char/3C05> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B0%85>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dek6%20dik1%20zak6>,
        <http://lexvo.org/id/term/yue/%E3%B0%85>,
        "㰅"^^xsd:string ;
    rdfs:comment "(same as 樀) eaves of a house; brim, part of a loom, the cross beams on the frame on which silkworms spin, a bookcase, to abandon or give up"@en .

<http://lexvo.org/id/char/3C06> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B0%86>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%A8i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bei6>,
        <http://lexvo.org/id/term/yue/%E3%B0%86>,
        "㰆"^^xsd:string ;
    rdfs:comment "(same as 韛) an instrument to blow a fire; a bellows for forge, etc."@en .

<http://lexvo.org/id/char/3C07> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/cim3%20zim1>,
        <http://lexvo.org/id/term/yue/%E3%B0%87>,
        "㰇"^^xsd:string ;
    rdfs:comment "(a variant of 櫼) the square peck-shaped box half-way up a Chinese flagstaff"@en .

<http://lexvo.org/id/char/3C08> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B0%88>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C7%8En>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lim5>,
        <http://lexvo.org/id/term/yue/%E3%B0%88>,
        "㰈"^^xsd:string ;
    rdfs:comment "nice and pretty"@en .

<http://lexvo.org/id/char/3C09> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/zeon1>,
        <http://lexvo.org/id/term/yue/%E3%B0%89>,
        "㰉"^^xsd:string ;
    rdfs:comment "(same as 榛) the hazel nut or filbert tree, a thorny tree"@en .

<http://lexvo.org/id/char/3C0A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B0%8A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C3%BAn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/caam4%20cim4>,
        <http://lexvo.org/id/term/yue/%E3%B0%8A>,
        "㰊"^^xsd:string ;
    rdfs:comment "a kind of tree; thin leaves"@en .

<http://lexvo.org/id/char/3C0B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B0%8B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%ADn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/paan4%20pei1>,
        <http://lexvo.org/id/term/yue/%E3%B0%8B>,
        "㰋"^^xsd:string ;
    rdfs:comment "a kind of fruit tree; betel-nut; the areca-nut"@en .

<http://lexvo.org/id/char/3C0C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B0%8C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qu%C3%A8>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gwok3%20hok6%20kok3>,
        <http://lexvo.org/id/term/yue/%E3%B0%8C>,
        "㰌"^^xsd:string ;
    rdfs:comment "(non-classical form of 榷) to monopolize, to levy taxes"@en .

<http://lexvo.org/id/char/3C0D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B0%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%B3ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lung4>,
        <http://lexvo.org/id/term/yue/%E3%B0%8D>,
        "㰍"^^xsd:string ;
    rdfs:comment "a cage, a pen, a grating, bars, window; window frame"@en .

<http://lexvo.org/id/char/3C0E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B0%8E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zu%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zeoi3>,
        <http://lexvo.org/id/term/yue/%E3%B0%8E>,
        "㰎"^^xsd:string ;
    rdfs:comment "(same as 檇) a wooden pestle or rammer, ancient name of a place in Zhejiang province; southwest of Jiaxing, a kind of fruit"@en .

<http://lexvo.org/id/char/3C0F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/gou1>,
        <http://lexvo.org/id/term/yue/%E3%B0%8F>,
        "㰏"^^xsd:string ;
    rdfs:comment "(same as 篙) a bamboo pole; a pole for punting a boat"@en .

<http://lexvo.org/id/char/3C10> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B0%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ju%C3%A9%20ku%C3%AD%20l%C4%9Bi%20tu%C7%90%20tu%C7%92>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/do6%20to5>,
        <http://lexvo.org/id/term/yue/%E3%B0%90>,
        "㰐"^^xsd:string ;
    rdfs:comment "(same as 橢) oval; oblong; elliptical"@en .

<http://lexvo.org/id/char/3C11> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/san1>,
        <http://lexvo.org/id/term/yue/%E3%B0%91>,
        "㰑"^^xsd:string ;
    rdfs:comment "fruit tree"@en .

<http://lexvo.org/id/char/3C12> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B0%92>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%A9%20xu%C3%A9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hok6>,
        <http://lexvo.org/id/term/yue/%E3%B0%92>,
        "㰒"^^xsd:string .

<http://lexvo.org/id/char/3C13> a lvont:Character ;
    lvont:represents "㰓"^^xsd:string .

<http://lexvo.org/id/char/3C14> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B0%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A8>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sit3>,
        <http://lexvo.org/id/term/yue/%E3%B0%94>,
        "㰔"^^xsd:string ;
    rdfs:comment "a kind of edible mushroom"@en .

<http://lexvo.org/id/char/3C15> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/hei1>,
        <http://lexvo.org/id/term/yue/%E3%B0%95>,
        "㰕"^^xsd:string ;
    rdfs:comment "a ladle (often made of dried calabash or gourd)"@en .

<http://lexvo.org/id/char/3C16> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B0%96>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C7%8En>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/laam5>,
        <http://lexvo.org/id/term/yue/%E3%B0%96>,
        "㰖"^^xsd:string ;
    rdfs:comment "(same as 欖) the olive"@en .

<http://lexvo.org/id/char/3C17> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B0%97>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cik1%20cuk1>,
        <http://lexvo.org/id/term/yue/%E3%B0%97>,
        "㰗"^^xsd:string ;
    rdfs:comment "(same as 槭) a kind of maple (Acer palmatum)"@en .

<http://lexvo.org/id/char/3C18> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B0%98>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zi4>,
        <http://lexvo.org/id/term/yue/%E3%B0%98>,
        "㰘"^^xsd:string ;
    rdfs:comment "a kind of tree; often used to make instruments for sacrificial ceremonies in ancient times"@en .

<http://lexvo.org/id/char/3C19> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B0%99>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/nu%C3%B3>,
        <http://lexvo.org/id/term/vie/n%E1%BA%A1ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/no5>,
        <http://lexvo.org/id/term/yue/%E3%B0%99>,
        "㰙"^^xsd:string ;
    rdfs:comment "weak, feeble and tender branches"@en .

<http://lexvo.org/id/char/3C1A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B0%9A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/laai4%20lei4>,
        <http://lexvo.org/id/term/yue/%E3%B0%9A>,
        "㰚"^^xsd:string ;
    rdfs:comment "(same as 籬) a bamboo fence; a hedge"@en .

<http://lexvo.org/id/char/3C1B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B0%9B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/yu%C3%A8>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ngok6>,
        <http://lexvo.org/id/term/yue/%E3%B0%9B>,
        "㰛"^^xsd:string ;
    rdfs:comment "name of a county"@en .

<http://lexvo.org/id/char/3C1C> a lvont:Character ;
    lvont:represents "㰜"^^xsd:string .

<http://lexvo.org/id/char/3C1D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B0%9D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%90>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zyu4%20zyu5>,
        <http://lexvo.org/id/term/yue/%E3%B0%9D>,
        "㰝"^^xsd:string ;
    rdfs:comment "to cough; cough"@en .

<http://lexvo.org/id/char/3C1E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/ci1>,
        <http://lexvo.org/id/term/yue/%E3%B0%9E>,
        "㰞"^^xsd:string ;
    rdfs:comment "(same as 蚩 嗤) to laugh at; to make fun of; to deride; to ridicule"@en .

<http://lexvo.org/id/char/3C1F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B0%9F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gei3>,
        <http://lexvo.org/id/term/yue/%E3%B0%9F>,
        "㰟"^^xsd:string ;
    rdfs:comment "(same as 冀) hope; wish; to hope and scheme for, to stammer; to stutter; stuttering, to give"@en .

<http://lexvo.org/id/char/3C20> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B0%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C3%A0ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kong3>,
        <http://lexvo.org/id/term/yue/%E3%B0%A0>,
        "㰠"^^xsd:string ;
    rdfs:comment "to covet; greedy"@en .

<http://lexvo.org/id/char/3C21> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B0%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A8>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hai6>,
        <http://lexvo.org/id/term/yue/%E3%B0%A1>,
        "㰡"^^xsd:string ;
    rdfs:comment "rash; impatient, very angry"@en .

<http://lexvo.org/id/char/3C22> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/hang1>,
        <http://lexvo.org/id/term/yue/%E3%B0%A2>,
        "㰢"^^xsd:string ;
    rdfs:comment "cough"@en .

<http://lexvo.org/id/char/3C23> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B0%A3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zi3%20zik1>,
        <http://lexvo.org/id/term/yue/%E3%B0%A3>,
        "㰣"^^xsd:string ;
    rdfs:comment "to vomit; to throw up; to disgorge, hiccough; shortwindedness, supposed upward motion of the spirit (in Chinese herb medicine), to sigh with grief or regret; to lament; to deplore"@en .

<http://lexvo.org/id/char/3C24> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B0%A4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C4%9B%20qi%C3%A0>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kaa3>,
        <http://lexvo.org/id/term/yue/%E3%B0%A4>,
        "㰤"^^xsd:string ;
    rdfs:comment "to laugh hertily; to roar with laughter, to breath"@en .

<http://lexvo.org/id/char/3C25> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B0%A5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/waai3>,
        <http://lexvo.org/id/term/yue/%E3%B0%A5>,
        "㰥"^^xsd:string ;
    rdfs:comment "laugh"@en .

<http://lexvo.org/id/char/3C26> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B0%A6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/heoi3>,
        <http://lexvo.org/id/term/yue/%E3%B0%A6>,
        "㰦"^^xsd:string ;
    rdfs:comment "to breath with mouth open"@en .

<http://lexvo.org/id/char/3C27> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/hai6%20hoi1>,
        <http://lexvo.org/id/term/yue/%E3%B0%A7>,
        "㰧"^^xsd:string ;
    rdfs:comment "to drink, to swallow"@en .

<http://lexvo.org/id/char/3C28> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/hei1>,
        <http://lexvo.org/id/term/yue/%E3%B0%A8>,
        "㰨"^^xsd:string ;
    rdfs:comment "to take breath or rest (after strenuous exercise), hiccough; shortwindedness"@en .

<http://lexvo.org/id/char/3C29> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/hoi1>,
        <http://lexvo.org/id/term/yue/%E3%B0%A9>,
        "㰩"^^xsd:string ;
    rdfs:comment "sound of laughter"@en .

<http://lexvo.org/id/char/3C2A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B0%AA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C3%A1>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/waa1>,
        <http://lexvo.org/id/term/yue/%E3%B0%AA>,
        "㰪"^^xsd:string ;
    rdfs:comment "sound, wicked; mean; vicious"@en .

<http://lexvo.org/id/char/3C2B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/caam1>,
        <http://lexvo.org/id/term/yue/%E3%B0%AB>,
        "㰫"^^xsd:string ;
    rdfs:comment "glad; joyful; happy, avaricious; greedy, cold"@en .

<http://lexvo.org/id/char/3C2C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B0%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C3%BAn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/seon1>,
        <http://lexvo.org/id/term/yue/%E3%B0%AC>,
        "㰬"^^xsd:string ;
    rdfs:comment "shortwindedness; hiccough, supposed upward motion of the spirit (in Chinese herb medicine), honesty; good faith; trust"@en .

<http://lexvo.org/id/char/3C2D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/haap6%20heoi1>,
        <http://lexvo.org/id/term/yue/%E3%B0%AD>,
        "㰭"^^xsd:string ;
    rdfs:comment "pleasure; joy"@en .

<http://lexvo.org/id/char/3C2E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B0%AE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%A8n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/saan5>,
        <http://lexvo.org/id/term/yue/%E3%B0%AE>,
        "㰮"^^xsd:string ;
    rdfs:comment "to laugh at"@en .

<http://lexvo.org/id/char/3C2F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B0%AF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C3%B2u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kaau3>,
        <http://lexvo.org/id/term/yue/%E3%B0%AF>,
        "㰯"^^xsd:string ;
    rdfs:comment "the way of speaking; to spit at and not agree about something, to spit (same as 否) negative, to deny, cruel; savage; wicked; coarse; rustic"@en .

<http://lexvo.org/id/char/3C30> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B0%B0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C3%A8>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hap6%20hot3>,
        <http://lexvo.org/id/term/yue/%E3%B0%B0>,
        "㰰"^^xsd:string ;
    rdfs:comment "asthmatic breathing, supposed upward motion of the spirit (in Chinese herb medicine), to long for; to covet, to hum over; to moan; to groan"@en .

<http://lexvo.org/id/char/3C31> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B0%B1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%A0>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cip3%20sap3>,
        <http://lexvo.org/id/term/yue/%E3%B0%B1>,
        "㰱"^^xsd:string ;
    rdfs:comment "(same as 歃) to smear the mouth with the blood of a victim when taking an oath, to taste; to try"@en .

<http://lexvo.org/id/char/3C32> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B0%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C3%B9%20y%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zuk1>,
        <http://lexvo.org/id/term/yue/%E3%B0%B2>,
        "㰲"^^xsd:string ;
    rdfs:comment "to blow off, to blow; to puff"@en .

<http://lexvo.org/id/char/3C33> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B0%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A0>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/aa1%20aa3>,
        <http://lexvo.org/id/term/yue/%E3%B0%B3>,
        "㰳"^^xsd:string ;
    rdfs:comment "asses braying, shortwindedness; hiccough, asthmatic breathing, supposed upward motion of the spirit (in Chinese herb medicine), to exhaust; extreme"@en .

<http://lexvo.org/id/char/3C34> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B0%B4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%B3%20p%C7%92u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/faau2>,
        <http://lexvo.org/id/term/yue/%E3%B0%B4>,
        "㰴"^^xsd:string ;
    rdfs:comment "(of statement) to grate on the ear; earnest and faithful remonstrance"@en .

<http://lexvo.org/id/char/3C35> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B0%B5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C3%BA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zeot1>,
        <http://lexvo.org/id/term/yue/%E3%B0%B5>,
        "㰵"^^xsd:string ;
    rdfs:comment "to suck, to drink, to swallow"@en .

<http://lexvo.org/id/char/3C36> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B0%B6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%92u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zaau2>,
        <http://lexvo.org/id/term/yue/%E3%B0%B6>,
        "㰶"^^xsd:string ;
    rdfs:comment "to wrinkle the nose with sorrowful (when sob or weep), (same as 嘔) to vomit; to throw up"@en .

<http://lexvo.org/id/char/3C37> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B0%B7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zi3>,
        <http://lexvo.org/id/term/yue/%E3%B0%B7>,
        "㰷"^^xsd:string ;
    rdfs:comment "resurrection; to come to life again, sick"@en .

<http://lexvo.org/id/char/3C38> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B0%B8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C7%8En%20li%C3%A0n%20lu%C7%8En>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/him3%20leng5%20lim5>,
        <http://lexvo.org/id/term/yue/%E3%B0%B8>,
        "㰸"^^xsd:string ;
    rdfs:comment "(a abbreviated form of 歛 斂) to collect; to gather; to hold together, to desire"@en .

<http://lexvo.org/id/char/3C39> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B0%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%ACn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kaam5>,
        <http://lexvo.org/id/term/yue/%E3%B0%B9>,
        "㰹"^^xsd:string ;
    rdfs:comment "(same as 欦) to laugh; to smile, greed; avarice, to cry, to shout, overbear; arrogant"@en .

<http://lexvo.org/id/char/3C3A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B0%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A1>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/haa4%20haa6%20kwaai4>,
        <http://lexvo.org/id/term/yue/%E3%B0%BA>,
        "㰺"^^xsd:string ;
    rdfs:comment "to drink; to swallow, disease of the throat; disease of the larynx"@en .

<http://lexvo.org/id/char/3C3B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B0%BB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%90>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hei1%20zi5>,
        <http://lexvo.org/id/term/yue/%E3%B0%BB>,
        "㰻"^^xsd:string ;
    rdfs:comment "asses braying, to be happy suddenly, cruel; malignant; coarse, rude"@en .

<http://lexvo.org/id/char/3C3C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B0%BC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C3%A8>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hap6%20hau3%20liu4%20liu6%20sap3>,
        <http://lexvo.org/id/term/yue/%E3%B0%BC>,
        "㰼"^^xsd:string ;
    rdfs:comment "greed; avarice, to blow off"@en .

<http://lexvo.org/id/char/3C3D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B0%BD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C7%90%20y%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hin2%20zin1%20zin2>,
        <http://lexvo.org/id/term/yue/%E3%B0%BD>,
        "㰽"^^xsd:string ;
    rdfs:comment "to exert oneself to yell; to yell loudly; to shout, overbearing; arrogant, vigorous"@en .

<http://lexvo.org/id/char/3C3E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B0%BE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%A0o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/giu3>,
        <http://lexvo.org/id/term/yue/%E3%B0%BE>,
        "㰾"^^xsd:string ;
    rdfs:comment "songs of the people of 楚, a kind of music instrument in ancient times"@en .

<http://lexvo.org/id/char/3C3F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/hei1>,
        <http://lexvo.org/id/term/yue/%E3%B0%BF>,
        "㰿"^^xsd:string ;
    rdfs:comment "to sigh in lamentation; to lament, to exclaim"@en .

<http://lexvo.org/id/char/3C40> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B1%80>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C7%90%20chu%C3%A0i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ci2%20zyut3>,
        <http://lexvo.org/id/term/yue/%E3%B1%80>,
        "㱀"^^xsd:string ;
    rdfs:comment "(same as 欼) to bite; to gnaw, (same as 嘬) to swallow a big mouthful without mastication"@en .

<http://lexvo.org/id/char/3C41> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B1%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/si6>,
        <http://lexvo.org/id/term/yue/%E3%B1%81>,
        "㱁"^^xsd:string ;
    rdfs:comment "to ask; to inquire; to investigate, (same as 款) sincerity; article, item, etc., to entertain, slowly"@en .

<http://lexvo.org/id/char/3C42> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/fong1%20hong1>,
        <http://lexvo.org/id/term/yue/%E3%B1%82>,
        "㱂"^^xsd:string ;
    rdfs:comment "hungry; starving, a poor harvest of grains"@en .

<http://lexvo.org/id/char/3C43> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B1%83>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%90n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zaam2>,
        <http://lexvo.org/id/term/yue/%E3%B1%83>,
        "㱃"^^xsd:string ;
    rdfs:comment "(ancient form of 飲) to drink; to swallow"@en .

<http://lexvo.org/id/char/3C44> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B1%84>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%B2>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gap3%20haak1%20maak6>,
        <http://lexvo.org/id/term/yue/%E3%B1%84>,
        "㱄"^^xsd:string ;
    rdfs:comment "to spit, to cough, keep quiet; to keep silence; speechless; wordless"@en .

<http://lexvo.org/id/char/3C45> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B1%85>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zi3>,
        <http://lexvo.org/id/term/yue/%E3%B1%85>,
        "㱅"^^xsd:string ;
    rdfs:comment "(ancient form of 懿) virtuous; fine; good"@en .

<http://lexvo.org/id/char/3C46> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/hei1>,
        <http://lexvo.org/id/term/yue/%E3%B1%86>,
        "㱆"^^xsd:string ;
    rdfs:comment "to smile at each other"@en .

<http://lexvo.org/id/char/3C47> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B1%87>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C3%A8>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hei1%20sam1%20sik1%20zip3>,
        <http://lexvo.org/id/term/yue/%E3%B1%87>,
        "㱇"^^xsd:string ;
    rdfs:comment "fear; dread; fright; scare, sad; sorrowful; mournful"@en .

<http://lexvo.org/id/char/3C48> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B1%88>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%ACn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cim3%20gaam3>,
        <http://lexvo.org/id/term/yue/%E3%B1%88>,
        "㱈"^^xsd:string ;
    rdfs:comment "name of a person"@en .

<http://lexvo.org/id/char/3C49> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B1%89>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A8>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zip6>,
        <http://lexvo.org/id/term/yue/%E3%B1%89>,
        "㱉"^^xsd:string ;
    rdfs:comment "moving of the mouth"@en .

<http://lexvo.org/id/char/3C4A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/zaau1>,
        <http://lexvo.org/id/term/yue/%E3%B1%8A>,
        "㱊"^^xsd:string ;
    rdfs:comment "asthmatic breathing; shortwindedness; hiccough; husky voice, (same as 嗄) (of voice) hoarse"@en .

<http://lexvo.org/id/char/3C4B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B1%8B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qu%C3%A8>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kok3>,
        <http://lexvo.org/id/term/yue/%E3%B1%8B>,
        "㱋"^^xsd:string ;
    rdfs:comment "(same as 塙 確) high; lofty; noble, sure; certain; firm; real; true"@en .

<http://lexvo.org/id/char/3C4C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B1%8C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%A8%20y%C7%8En%20y%C3%A9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cit3%20zim1>,
        <http://lexvo.org/id/term/yue/%E3%B1%8C>,
        "㱌"^^xsd:string ;
    rdfs:comment "to take, to select, to get angry; to lose the temper"@en .

<http://lexvo.org/id/char/3C4D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B1%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/lu%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lyun4>,
        <http://lexvo.org/id/term/yue/%E3%B1%8D>,
        "㱍"^^xsd:string ;
    rdfs:comment "to owe, deficient, confused; puzzled"@en .

<http://lexvo.org/id/char/3C4E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/kwaan1>,
        <http://lexvo.org/id/term/yue/%E3%B1%8E>,
        "㱎"^^xsd:string ;
    rdfs:comment "cannot be known; agnostic"@en .

<http://lexvo.org/id/char/3C4F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B1%8F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%A8ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zing6>,
        <http://lexvo.org/id/term/yue/%E3%B1%8F>,
        "㱏"^^xsd:string ;
    rdfs:comment "(ancient form of 正) the right side, proper, pure, honest and virtuous, original, exactly"@en .

<http://lexvo.org/id/char/3C50> a lvont:Character ;
    lvont:represents "㱐"^^xsd:string .

<http://lexvo.org/id/char/3C51> a lvont:Character ;
    lvont:represents "㱑"^^xsd:string .

<http://lexvo.org/id/char/3C52> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/ho1%20soeng5>,
        <http://lexvo.org/id/term/yue/%E3%B1%92>,
        "㱒"^^xsd:string ;
    rdfs:comment "(ancient form of 訶) to scold or blame in a loud voice"@en .

<http://lexvo.org/id/char/3C53> a lvont:Character ;
    lvont:represents "㱓"^^xsd:string .

<http://lexvo.org/id/char/3C54> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/se1>,
        <http://lexvo.org/id/term/yue/%E3%B1%94>,
        "㱔"^^xsd:string ;
    rdfs:comment "(same as 些) a small quantity or number; a little; a few; some"@en .

<http://lexvo.org/id/char/3C55> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/gwai1>,
        <http://lexvo.org/id/term/yue/%E3%B1%95>,
        "㱕"^^xsd:string ;
    rdfs:comment "(large seal type 歸) the marriage of a woman, to return to; to revert to; to go back, to belong to, to restore, to send back"@en .

<http://lexvo.org/id/char/3C56> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B1%96>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/cu%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/seoi6>,
        <http://lexvo.org/id/term/yue/%E3%B1%96>,
        "㱖"^^xsd:string ;
    rdfs:comment "to stay; to stop (at a certain stage); to desist, to detain, to prohibit; to end, to come to; to stop at, still; calm, later"@en .

<http://lexvo.org/id/char/3C57> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/zaau1>,
        <http://lexvo.org/id/term/yue/%E3%B1%97>,
        "㱗"^^xsd:string ;
    rdfs:comment "a breath, news; tidings, to stop; to end"@en .

<http://lexvo.org/id/char/3C58> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C3%A0n%20y%C7%8En>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B1%98>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zim1%20zim2>,
        <http://lexvo.org/id/term/yue/%E3%B1%98>,
        "㱘"^^xsd:string ;
    rdfs:comment "(same as 魘) nightmare"@en .

<http://lexvo.org/id/char/3C59> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B1%99>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C7%94>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/baai6%20gwaa2%20leoi5%20naau2>,
        <http://lexvo.org/id/term/yue/%E3%B1%99>,
        "㱙"^^xsd:string ;
    rdfs:comment "(same as 朽) rotten, decayed, useless, (same as 咼 剮) a wry mouth, to cut a criminal in pieces; to hack"@en .

<http://lexvo.org/id/char/3C5A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B1%9A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C3%A1n%20h%C3%A0i%20sh%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/can1>,
        <http://lexvo.org/id/term/yue/%E3%B1%9A>,
        "㱚"^^xsd:string ;
    rdfs:comment "(same as 殘) to destroy; to injure; to damage; to spoil, cruel and fierce, crippled"@en .

<http://lexvo.org/id/char/3C5B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B1%9B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/chu%C7%8En>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cyun2>,
        <http://lexvo.org/id/term/yue/%E3%B1%9B>,
        "㱛"^^xsd:string ;
    rdfs:comment "(non-classical form) to destroy; to injure; to damage, to exhaust, to complete; to finish, (ancient form 布) cloth; textiles"@en .

<http://lexvo.org/id/char/3C5C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B1%9C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%A1>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zaat3>,
        <http://lexvo.org/id/term/yue/%E3%B1%9C>,
        "㱜"^^xsd:string ;
    rdfs:comment "pestilence"@en .

<http://lexvo.org/id/char/3C5D> a lvont:Character ;
    lvont:represents "㱝"^^xsd:string .

<http://lexvo.org/id/char/3C5E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B1%9E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kaap1>,
        <http://lexvo.org/id/term/yue/%E3%B1%9E>,
        "㱞"^^xsd:string ;
    rdfs:comment "danger; precarious; perilous, lofty; high, to decay; to break; to snap"@en .

<http://lexvo.org/id/char/3C5F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B1%9F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%B3%20p%C3%AD%20p%C7%90>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/pei1>,
        <http://lexvo.org/id/term/yue/%E3%B1%9F>,
        "㱟"^^xsd:string ;
    rdfs:comment "to rip open the flesh, to break; to snap"@en .

<http://lexvo.org/id/char/3C60> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/fu1>,
        <http://lexvo.org/id/term/yue/%E3%B1%A0>,
        "㱠"^^xsd:string ;
    rdfs:comment "withered; dry, calamity; disaster, (ancient form 辜) sin; crime; guilt"@en .

<http://lexvo.org/id/char/3C61> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/sing1>,
        <http://lexvo.org/id/term/yue/%E3%B1%A1>,
        "㱡"^^xsd:string ;
    rdfs:comment "the soul out of one's body; as good as dead"@en .

<http://lexvo.org/id/char/3C62> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B1%A2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%A1ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/long4>,
        <http://lexvo.org/id/term/yue/%E3%B1%A2>,
        "㱢"^^xsd:string ;
    rdfs:comment "the dead"@en .

<http://lexvo.org/id/char/3C63> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B1%A3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/tu%C7%90>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/teoi2>,
        <http://lexvo.org/id/term/yue/%E3%B1%A3>,
        "㱣"^^xsd:string ;
    rdfs:comment "uneven, weak; feeble"@en .

<http://lexvo.org/id/char/3C64> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/sek6%20ze3>,
        <http://lexvo.org/id/term/yue/%E3%B1%A4>,
        "㱤"^^xsd:string ;
    rdfs:comment "to exhaust; extreme; topmost, to die"@en .

<http://lexvo.org/id/char/3C65> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B1%A5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%ADng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ling4>,
        <http://lexvo.org/id/term/yue/%E3%B1%A5>,
        "㱥"^^xsd:string ;
    rdfs:comment "the evil spirits come out, sick and poor, stupid; rude, inattentive; absent-minded; careless"@en .

<http://lexvo.org/id/char/3C66> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C3%A8%20gu%C3%AC%20j%C7%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B1%A6>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gei1%20kei1>,
        <http://lexvo.org/id/term/yue/%E3%B1%A6>,
        "㱦"^^xsd:string ;
    rdfs:comment "to discard, to abandon, to die; death"@en .

<http://lexvo.org/id/char/3C67> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B1%A7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C3%B2>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/waat3%20zyun2>,
        <http://lexvo.org/id/term/yue/%E3%B1%A7>,
        "㱧"^^xsd:string ;
    rdfs:comment "stinking smell, expression of a dead person"@en .

<http://lexvo.org/id/char/3C68> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B1%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lim5>,
        <http://lexvo.org/id/term/yue/%E3%B1%A8>,
        "㱨"^^xsd:string ;
    rdfs:comment "(same as 殮) to prepare a body for the coffin"@en .

<http://lexvo.org/id/char/3C69> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B1%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%BA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/caan4%20duk6>,
        <http://lexvo.org/id/term/yue/%E3%B1%A9>,
        "㱩"^^xsd:string ;
    rdfs:comment "an abortion; stillborn"@en .

<http://lexvo.org/id/char/3C6A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B1%AA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A8n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fan1%20mun6>,
        <http://lexvo.org/id/term/yue/%E3%B1%AA>,
        "㱪"^^xsd:string ;
    rdfs:comment "(standard form of 殙) stupid and confused; muddled and delirious; unconcious; in a state of coma, to breathe one's last"@en .

<http://lexvo.org/id/char/3C6B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B1%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/laan6>,
        <http://lexvo.org/id/term/yue/%E3%B1%AB>,
        "㱫"^^xsd:string ;
    rdfs:comment "destroyed or ruined; to rot or decay; to disintegrate or decompose"@en .

<http://lexvo.org/id/char/3C6C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B1%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C4%9Bi>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/waai2>,
        <http://lexvo.org/id/term/yue/%E3%B1%AC>,
        "㱬"^^xsd:string ;
    rdfs:comment "cannot recognize people"@en .

<http://lexvo.org/id/char/3C6D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B1%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/du%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dyun6>,
        <http://lexvo.org/id/term/yue/%E3%B1%AD>,
        "㱭"^^xsd:string ;
    rdfs:comment "(same as 毈) an infertile egg"@en .

<http://lexvo.org/id/char/3C6E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B1%AE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ku%C3%A0i%20ku%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kui2>,
        <http://lexvo.org/id/term/yue/%E3%B1%AE>,
        "㱮"^^xsd:string ;
    rdfs:comment "(simplified form of 殨) to open, as an ulcer or sore; bursting of an abscess; inflamed; inflammation"@en .

<http://lexvo.org/id/char/3C6F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C3%A1i%20b%C3%A8i%20j%C3%AC%20ji%C3%A0n%20sh%C7%8En%20sh%C3%A8n%20y%C7%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B1%AF>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/goi1%20ngoi4>,
        <http://lexvo.org/id/term/yue/%E3%B1%AF>,
        "㱯"^^xsd:string ;
    rdfs:comment "get the unborn baby goat by killng the mother goat"@en .

<http://lexvo.org/id/char/3C70> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B1%B0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C7%8Ei>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zoi2>,
        <http://lexvo.org/id/term/yue/%E3%B1%B0>,
        "㱰"^^xsd:string ;
    rdfs:comment "to destroy; to ruin, to put off"@en .

<http://lexvo.org/id/char/3C71> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B1%B1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%AC%20w%C3%B9%20x%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wui5%20wui6>,
        <http://lexvo.org/id/term/yue/%E3%B1%B1>,
        "㱱"^^xsd:string ;
    rdfs:comment "uneven; unconcious, to know nothing about..."@en .

<http://lexvo.org/id/char/3C72> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B1%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zik1>,
        <http://lexvo.org/id/term/yue/%E3%B1%B2>,
        "㱲"^^xsd:string ;
    rdfs:comment "withered; faded; to die, a minor illness (of foot and hand)"@en .

<http://lexvo.org/id/char/3C73> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B1%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%B2>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mok6>,
        <http://lexvo.org/id/term/yue/%E3%B1%B3>,
        "㱳"^^xsd:string ;
    rdfs:comment "lonely; lonesome"@en .

<http://lexvo.org/id/char/3C74> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B1%B4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zi3>,
        <http://lexvo.org/id/term/yue/%E3%B1%B4>,
        "㱴"^^xsd:string ;
    rdfs:comment "sick, a dead animal, skeleton"@en .

<http://lexvo.org/id/char/3C75> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B1%B5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%A8n%20f%C3%A8n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fan3>,
        <http://lexvo.org/id/term/yue/%E3%B1%B5>,
        "㱵"^^xsd:string ;
    rdfs:comment "to die, to open, as an ulcer or sore"@en .

<http://lexvo.org/id/char/3C76> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B1%B6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%A8ng%20ji%C3%A0o%20p%C3%A9ng%20qi%C7%8Eo%20r%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/pang4>,
        <http://lexvo.org/id/term/yue/%E3%B1%B6>,
        "㱶"^^xsd:string ;
    rdfs:comment "a swellen corpse, swell"@en .

<http://lexvo.org/id/char/3C77> a lvont:Character ;
    lvont:represents "㱷"^^xsd:string .

<http://lexvo.org/id/char/3C78> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B1%B8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%AC%20bi%C3%A9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bik1>,
        <http://lexvo.org/id/term/yue/%E3%B1%B8>,
        "㱸"^^xsd:string ;
    rdfs:comment "to exhaust; extreme; highest; farthest, to die"@en .

<http://lexvo.org/id/char/3C79> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B1%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%AC%20su%C3%A0n%20xi%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lik6>,
        <http://lexvo.org/id/term/yue/%E3%B1%B9>,
        "㱹"^^xsd:string ;
    rdfs:comment "to die from disease"@en .

<http://lexvo.org/id/char/3C7A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B1%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%BA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lou4>,
        <http://lexvo.org/id/term/yue/%E3%B1%BA>,
        "㱺"^^xsd:string ;
    rdfs:comment "(interchangeable 臚) the skin; the belly"@en .

<http://lexvo.org/id/char/3C7B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B1%BB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/lu%C7%92>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lo2>,
        <http://lexvo.org/id/term/yue/%E3%B1%BB>,
        "㱻"^^xsd:string ;
    rdfs:comment "diseases of dumb creatures, diseases of animals, illness; disease; ailment"@en .

<http://lexvo.org/id/char/3C7C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/hoi1>,
        <http://lexvo.org/id/term/yue/%E3%B1%BC>,
        "㱼"^^xsd:string ;
    rdfs:comment "a kind of ornaments, people wore in ancient time in order to avoid evil spirits or influences"@en .

<http://lexvo.org/id/char/3C7D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B1%BD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%A0n%20q%C3%ADn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dam2>,
        <http://lexvo.org/id/term/yue/%E3%B1%BD>,
        "㱽"^^xsd:string ;
    rdfs:comment "(same as 抌) to hit or to strikeheavily, to dip, to administer; to control, to govern; to treat; to cure, to punish"@en .

<http://lexvo.org/id/char/3C7E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/goi1%20hoi1>,
        <http://lexvo.org/id/term/yue/%E3%B1%BE>,
        "㱾"^^xsd:string ;
    rdfs:comment "a kind of ornaments, people wore in ancient time in order to avoid evil spirits or influences, sound of laughter"@en .

<http://lexvo.org/id/char/3C7F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B1%BF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qu%C3%A8>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kok3>,
        <http://lexvo.org/id/term/yue/%E3%B1%BF>,
        "㱿"^^xsd:string ;
    rdfs:comment "(same as 殼) the husk, skin or shell of fruits; the shell of snakes, insects, etc., the shells of molluscas, a bag or case made of leather for weapons, (interchangeable 慤) prudent; cautious, (same as 嗀) to vomit; to throw up, strong; durable; solid; firm; stable"@en .

<http://lexvo.org/id/char/3C80> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B2%80>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%A9n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/daai2%20saan4%20zaan1%20zeon1>,
        <http://lexvo.org/id/term/yue/%E3%B2%80>,
        "㲀"^^xsd:string ;
    rdfs:comment "to beat; to strike; to attack, to move with happiness; excited, (a corrupted form) to laugh at"@en .

<http://lexvo.org/id/char/3C81> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/hung1>,
        <http://lexvo.org/id/term/yue/%E3%B2%81>,
        "㲁"^^xsd:string ;
    rdfs:comment "to beat; to strike; to attack, to control, to charge; to sue, to kill all"@en .

<http://lexvo.org/id/char/3C82> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B2%82>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%A9ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cang2%20cang4>,
        <http://lexvo.org/id/term/yue/%E3%B2%82>,
        "㲂"^^xsd:string ;
    rdfs:comment "to push, unceremoniously; impudently"@en .

<http://lexvo.org/id/char/3C83> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B2%83>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gaau3%20kaau3>,
        <http://lexvo.org/id/term/yue/%E3%B2%83>,
        "㲃"^^xsd:string ;
    rdfs:comment "smooth and curved, to strike or beat heavily"@en .

<http://lexvo.org/id/char/3C84> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B2%84>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ju%C3%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C3%B2u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/huk1>,
        <http://lexvo.org/id/term/yue/%E3%B2%84>,
        "㲄"^^xsd:string ;
    rdfs:comment "unburnt bricks or tiles"@en .

<http://lexvo.org/id/char/3C85> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B2%85>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gai3>,
        <http://lexvo.org/id/term/yue/%E3%B2%85>,
        "㲅"^^xsd:string ;
    rdfs:comment "to bind, to exhaust; to use up; to complete; to finish, to slay"@en .

<http://lexvo.org/id/char/3C86> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B2%86>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%ADng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ling4>,
        <http://lexvo.org/id/term/yue/%E3%B2%86>,
        "㲆"^^xsd:string ;
    rdfs:comment "noise"@en .

<http://lexvo.org/id/char/3C87> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/ci1%20dung1%20dung3>,
        <http://lexvo.org/id/term/yue/%E3%B2%87>,
        "㲇"^^xsd:string ;
    rdfs:comment "(non-classical form of 鼕) the rattle of drums"@en .

<http://lexvo.org/id/char/3C88> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B2%88>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%A1o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/siu4>,
        <http://lexvo.org/id/term/yue/%E3%B2%88>,
        "㲈"^^xsd:string ;
    rdfs:comment "(same as 韶) the name of the music of the legendary Emperor, harmonious, (large seal type 鞀 婸) hand-drum used by pedlars; it is sounded by twirling it backwards in the hand, so that two swinging knobs can strike the face of the drum"@en .

<http://lexvo.org/id/char/3C89> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B2%89>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C3%A0i%20k%C3%A9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dik1%20hok3>,
        <http://lexvo.org/id/term/yue/%E3%B2%89>,
        "㲉"^^xsd:string ;
    rdfs:comment "egg shells"@en .

<http://lexvo.org/id/char/3C8A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B2%8A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ru%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zeoi6>,
        <http://lexvo.org/id/term/yue/%E3%B2%8A>,
        "㲊"^^xsd:string ;
    rdfs:comment "(corrupted form of 叡) to understand thoroughly; quick or keen of perception, wise and clever, the profoundest; the divine sagacity of sages"@en .

<http://lexvo.org/id/char/3C8B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B2%8B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/chu%C3%B2%20zhu%C3%B3%20z%C3%BA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/coek3>,
        <http://lexvo.org/id/term/yue/%E3%B2%8B>,
        "㲋"^^xsd:string ;
    rdfs:comment "a kind of animals (like rabbit, it is blue colored and much bigger)"@en .

<http://lexvo.org/id/char/3C8C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B2%8C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C3%A8ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ning6>,
        <http://lexvo.org/id/term/yue/%E3%B2%8C>,
        "㲌"^^xsd:string ;
    rdfs:comment "dog's hair"@en .

<http://lexvo.org/id/char/3C8D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/zi1>,
        <http://lexvo.org/id/term/yue/%E3%B2%8D>,
        "㲍"^^xsd:string ;
    rdfs:comment "woolen textiles; fine cloth"@en .

<http://lexvo.org/id/char/3C8E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B2%8E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%B3u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/daau1%20laau4%20syu1%20zyu4>,
        <http://lexvo.org/id/term/yue/%E3%B2%8E>,
        "㲎"^^xsd:string ;
    rdfs:comment "(non-classical form of 氀) woolen textiles; (non-classical form of 毹) woolen blanket, a kind of dresses wear by monority, stupid and vulgar"@en .

<http://lexvo.org/id/char/3C8F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B2%8F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C7%8Eo%20pi%C7%8Eo%20p%C3%ADn%20p%C3%ACng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/piu5>,
        <http://lexvo.org/id/term/yue/%E3%B2%8F>,
        "㲏"^^xsd:string ;
    rdfs:comment "flying feather, soft; light"@en .

<http://lexvo.org/id/char/3C90> a lvont:Character ;
    lvont:represents "㲐"^^xsd:string .

<http://lexvo.org/id/char/3C91> a lvont:Character ;
    lvont:represents "㲑"^^xsd:string .

<http://lexvo.org/id/char/3C92> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B2%92>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%A0o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bou6>,
        <http://lexvo.org/id/term/yue/%E3%B2%92>,
        "㲒"^^xsd:string ;
    rdfs:comment "(same as U+83E2 菢) to incubate; to brood; to hatch; to sit on a nest, a woolen blanket"@en .

<http://lexvo.org/id/char/3C93> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B2%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/r%C3%B3ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zung4>,
        <http://lexvo.org/id/term/yue/%E3%B2%93>,
        "㲓"^^xsd:string ;
    rdfs:comment "(a variant of 絨) fine, soft fur or hair; down, felt, camel's hair"@en .

<http://lexvo.org/id/char/3C94> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/saan1%20sin1>,
        <http://lexvo.org/id/term/yue/%E3%B2%94>,
        "㲔"^^xsd:string ;
    rdfs:comment "woolen textiles; fine cloth"@en .

<http://lexvo.org/id/char/3C95> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B2%95>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%A8i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lyut3>,
        <http://lexvo.org/id/term/yue/%E3%B2%95>,
        "㲕"^^xsd:string ;
    rdfs:comment "variegated; woolen fabric of different colors"@en .

<http://lexvo.org/id/char/3C96> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/siu1%20siu3>,
        <http://lexvo.org/id/term/yue/%E3%B2%96>,
        "㲖"^^xsd:string ;
    rdfs:comment "fur; feather; soft and light"@en .

<http://lexvo.org/id/char/3C97> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/fu1%20fu3>,
        <http://lexvo.org/id/term/yue/%E3%B2%97>,
        "㲗"^^xsd:string ;
    rdfs:comment "to smooth the hair, woolen textiles; fine cloth"@en .

<http://lexvo.org/id/char/3C98> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B2%98>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C3%BA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/keoi4%20kui2>,
        <http://lexvo.org/id/term/yue/%E3%B2%98>,
        "㲘"^^xsd:string ;
    rdfs:comment "(corrupted form of 氍) fine woolen cloth, a mat used by the emperor in worshipping"@en .

<http://lexvo.org/id/char/3C99> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/saau1%20saau2>,
        <http://lexvo.org/id/term/yue/%E3%B2%99>,
        "㲙"^^xsd:string ;
    rdfs:comment "(same as 毹) woolen blanket with decorative design or pattern, to waste; to destroy"@en .

<http://lexvo.org/id/char/3C9A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/saa1%20seon3%20tim2>,
        <http://lexvo.org/id/term/yue/%E3%B2%9A>,
        "㲚"^^xsd:string ;
    rdfs:comment "long hair"@en .

<http://lexvo.org/id/char/3C9B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B2%9B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C7%90>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zi2>,
        <http://lexvo.org/id/term/yue/%E3%B2%9B>,
        "㲛"^^xsd:string ;
    rdfs:comment "hairy animals"@en .

<http://lexvo.org/id/char/3C9C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B2%9C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%A1n%20t%C7%8En>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dam1%20tam2>,
        <http://lexvo.org/id/term/yue/%E3%B2%9C>,
        "㲜"^^xsd:string ;
    rdfs:comment "(non-classical form of 毯) rugs; carpets"@en .

<http://lexvo.org/id/char/3C9D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B2%9D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/r%C7%92ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zung2>,
        <http://lexvo.org/id/term/yue/%E3%B2%9D>,
        "㲝"^^xsd:string ;
    rdfs:comment "(corrupt form of 氄) fine hair of birds and animals"@en .

<http://lexvo.org/id/char/3C9E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B2%9E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C3%BA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/seot1>,
        <http://lexvo.org/id/term/yue/%E3%B2%9E>,
        "㲞"^^xsd:string ;
    rdfs:comment "short hair, growing hair"@en .

<http://lexvo.org/id/char/3C9F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B2%9F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%90ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zing2>,
        <http://lexvo.org/id/term/yue/%E3%B2%9F>,
        "㲟"^^xsd:string ;
    rdfs:comment "hair"@en .

<http://lexvo.org/id/char/3CA0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B2%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A1o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lei4%20mou4>,
        <http://lexvo.org/id/term/yue/%E3%B2%A0>,
        "㲠"^^xsd:string ;
    rdfs:comment "(non-classical, abbreviated form of 氂) horse tail, long hair; thick hair, (variant of 膧) a wild yak"@en .

<http://lexvo.org/id/char/3CA1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B2%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C3%A0i%20n%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/noi6>,
        <http://lexvo.org/id/term/yue/%E3%B2%A1>,
        "㲡"^^xsd:string ;
    rdfs:comment "thick coat of hair ( of the animals), hairy"@en .

<http://lexvo.org/id/char/3CA2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B2%A2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/bi%C3%A0n%20bi%C3%A9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bin1>,
        <http://lexvo.org/id/term/yue/%E3%B2%A2>,
        "㲢"^^xsd:string ;
    rdfs:comment "hair knots in a mess"@en .

<http://lexvo.org/id/char/3CA3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/saau1%20saau2>,
        <http://lexvo.org/id/term/yue/%E3%B2%A3>,
        "㲣"^^xsd:string ;
    rdfs:comment "woolen blanket with decorative design or pattern"@en .

<http://lexvo.org/id/char/3CA4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/seoi1>,
        <http://lexvo.org/id/term/yue/%E3%B2%A4>,
        "㲤"^^xsd:string ;
    rdfs:comment "long hair, a few thin hair hangging down"@en .

<http://lexvo.org/id/char/3CA5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B2%A5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%A1ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tong4>,
        <http://lexvo.org/id/term/yue/%E3%B2%A5>,
        "㲥"^^xsd:string ;
    rdfs:comment "a kind of woolen textiles with curved pattern, a decorative ornament on an official hat"@en .

<http://lexvo.org/id/char/3CA6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B2%A6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A0n%20h%C4%9B>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hon6>,
        <http://lexvo.org/id/term/yue/%E3%B2%A6>,
        "㲦"^^xsd:string ;
    rdfs:comment "long hair; mane"@en .

<http://lexvo.org/id/char/3CA7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B2%A7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C3%A0o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cou3%20sou3>,
        <http://lexvo.org/id/term/yue/%E3%B2%A7>,
        "㲧"^^xsd:string ;
    rdfs:comment "hairy"@en .

<http://lexvo.org/id/char/3CA8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B2%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/r%C3%B3ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zung4>,
        <http://lexvo.org/id/term/yue/%E3%B2%A8>,
        "㲨"^^xsd:string ;
    rdfs:comment "a decorative fine blanket on the top of a saddle, petty; trifling"@en .

<http://lexvo.org/id/char/3CA9> a lvont:Character ;
    lvont:represents "㲩"^^xsd:string .

<http://lexvo.org/id/char/3CAA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/dang1>,
        <http://lexvo.org/id/term/yue/%E3%B2%AA>,
        "㲪"^^xsd:string ;
    rdfs:comment "woolen blanket with decorative design or pattern, a kind of animal"@en .

<http://lexvo.org/id/char/3CAB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B2%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%BA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/buk6%20fu4%20pok3>,
        <http://lexvo.org/id/term/yue/%E3%B2%AB>,
        "㲫"^^xsd:string ;
    rdfs:comment "hair knots in a mess"@en .

<http://lexvo.org/id/char/3CAC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/ziu1>,
        <http://lexvo.org/id/term/yue/%E3%B2%AC>,
        "㲬"^^xsd:string ;
    rdfs:comment "hair decorations on a helmet used in ancient times, weak and weary; weak from exhaustion; tired looking of a bird's feather"@en .

<http://lexvo.org/id/char/3CAD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B2%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C7%8En>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tam2%20zaan1>,
        <http://lexvo.org/id/term/yue/%E3%B2%AD>,
        "㲭"^^xsd:string ;
    rdfs:comment "(corrupted form of 毯) rug; carpet; blanket"@en .

<http://lexvo.org/id/char/3CAE> a lvont:Character ;
    lvont:represents "㲮"^^xsd:string .

<http://lexvo.org/id/char/3CAF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B2%AF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/r%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zim4>,
        <http://lexvo.org/id/term/yue/%E3%B2%AF>,
        "㲯"^^xsd:string ;
    rdfs:comment "long hairy"@en .

<http://lexvo.org/id/char/3CB0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B2%B0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C3%ADng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ning4%20ning6>,
        <http://lexvo.org/id/term/yue/%E3%B2%B0>,
        "㲰"^^xsd:string ;
    rdfs:comment "a hairy dog"@en .

<http://lexvo.org/id/char/3CB1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B2%B1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C3%A8>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lip6>,
        <http://lexvo.org/id/term/yue/%E3%B2%B1>,
        "㲱"^^xsd:string ;
    rdfs:comment "(same as 鬣) long beard or whiskers, a mane; bristles, as on a hog; dorsal fins"@en .

<http://lexvo.org/id/char/3CB2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B2%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/di%C3%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/di%C3%A9%20y%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dip6%20taai1>,
        <http://lexvo.org/id/term/yue/%E3%B2%B2>,
        "㲲"^^xsd:string ;
    rdfs:comment "fine cotton cloth; fine woolen cloth"@en .

<http://lexvo.org/id/char/3CB3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B2%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/di%C3%A9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dit6%20zaat6>,
        <http://lexvo.org/id/term/yue/%E3%B2%B3>,
        "㲳"^^xsd:string ;
    rdfs:comment "to touch; to ram, to pull with hands"@en .

<http://lexvo.org/id/char/3CB4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B2%B4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%B2ng%20zh%C3%B2u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zung3>,
        <http://lexvo.org/id/term/yue/%E3%B2%B4>,
        "㲴"^^xsd:string ;
    rdfs:comment "mind; disposition; temper"@en .

<http://lexvo.org/id/char/3CB5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/siu1>,
        <http://lexvo.org/id/term/yue/%E3%B2%B5>,
        "㲵"^^xsd:string ;
    rdfs:comment "(same as 霄) the skies, night, to exhaust; to dissolve, clouds or mists"@en .

<http://lexvo.org/id/char/3CB6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B2%B6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C7%9C>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/luk6>,
        <http://lexvo.org/id/term/yue/%E3%B2%B6>,
        "㲶"^^xsd:string ;
    rdfs:comment "(old translated form) chlorine (symbol Cl)"@en .

<http://lexvo.org/id/char/3CB7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B2%B7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/daam6>,
        <http://lexvo.org/id/term/yue/%E3%B2%B7>,
        "㲷"^^xsd:string ;
    rdfs:comment "(old translated form) nitrogen (symbol N)"@en .

<http://lexvo.org/id/char/3CB8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/%C6%B0%E1%BB%9Bt>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kap1>,
        <http://lexvo.org/id/term/yue/%E3%B2%B8>,
        "㲸"^^xsd:string ;
    rdfs:comment "dried up ( of waterway; the channel of a river; a pond, etc.)"@en .

<http://lexvo.org/id/char/3CB9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B2%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/gu%C7%90%20qi%C3%BA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gip3%20gwaai2%20kaau4%20zi6>,
        <http://lexvo.org/id/term/yue/%E3%B2%B9>,
        "㲹"^^xsd:string ;
    rdfs:comment "(non-classical form of 氿) the dry soil on the river side, spring water from the hole of mountain side, a small fountain, shore; bank; beach, name of a lake in today's Jiangsu Province Yixing county"@en .

<http://lexvo.org/id/char/3CBA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B2%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%AD%20k%C3%A8%20l%C3%A9i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zik1>,
        <http://lexvo.org/id/term/yue/%E3%B2%BA>,
        "㲺"^^xsd:string ;
    rdfs:comment "to wash; to rinse; to clean; to spurt; to blow out"@en .

<http://lexvo.org/id/char/3CBB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B2%BB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/nik6>,
        <http://lexvo.org/id/term/yue/%E3%B2%BB>,
        "㲻"^^xsd:string ;
    rdfs:comment "(ancient form of U+6EBA 溺) sunk; perished, drawned; infatuated"@en .

<http://lexvo.org/id/char/3CBC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B2%BC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zi6>,
        <http://lexvo.org/id/term/yue/%E3%B2%BC>,
        "㲼"^^xsd:string ;
    rdfs:comment "name of a river, (same as 汊) a branching stream; branching creeks"@en .

<http://lexvo.org/id/char/3CBD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B2%BD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ni%C3%A0n%20r%C4%9Bn%20xi%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zin2>,
        <http://lexvo.org/id/term/yue/%E3%B2%BD>,
        "㲽"^^xsd:string ;
    rdfs:comment "name of a river in today's southwest of Shanxi Province, the wet things attach or stick up to each other, dirty and muddy"@en .

<http://lexvo.org/id/char/3CBE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B2%BE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%94%20y%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zyu6%20zyu6>,
        <http://lexvo.org/id/term/yue/%E3%B2%BE>,
        "㲾"^^xsd:string ;
    rdfs:comment "(same as 雨) rain, to rain down; to pour down"@en .

<http://lexvo.org/id/char/3CBF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B2%BF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C7%8Eng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wong2>,
        <http://lexvo.org/id/term/yue/%E3%B2%BF>,
        "㲿"^^xsd:string ;
    rdfs:comment "extensive body of water; broad and deep of water; momentum of moving water deep and wide"@en .

<http://lexvo.org/id/char/3CC0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B3%80>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/gu%C3%B2%20k%C7%8Ei%20x%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gwo3>,
        <http://lexvo.org/id/term/yue/%E3%B3%80>,
        "㳀"^^xsd:string ;
    rdfs:comment "a river in ancient times"@en .

<http://lexvo.org/id/char/3CC1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B3%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C3%A8>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zak1>,
        <http://lexvo.org/id/term/yue/%E3%B3%81>,
        "㳁"^^xsd:string ;
    rdfs:comment "water flow; water current; momentum of moving water"@en .

<http://lexvo.org/id/char/3CC2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B3%82>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A1n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A1n%201333.051%3Ay%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zyun4>,
        <http://lexvo.org/id/term/yue/%E3%B3%82>,
        "㳂"^^xsd:string ;
    rdfs:comment "(same as 沿) to follow a course; to go along; to coast, to hand down; to continue; to conseve, along or by, as a road or a coast"@en .

<http://lexvo.org/id/char/3CC3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B3%83>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/cu%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ceoi3%20seoi6>,
        <http://lexvo.org/id/term/yue/%E3%B3%83>,
        "㳃"^^xsd:string ;
    rdfs:comment "(non-classical of 淬) to temper iron, or steel for making swords, etc. (also used figuratively), to dip into water; to soak; to dye"@en .

<http://lexvo.org/id/char/3CC4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B3%84>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zin4>,
        <http://lexvo.org/id/term/yue/%E3%B3%84>,
        "㳄"^^xsd:string ;
    rdfs:comment "(a variant of 涎) spittle, saliva"@en .

<http://lexvo.org/id/char/3CC5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B3%85>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C7%8Eo%20li%C3%BA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/laau4%20laau5>,
        <http://lexvo.org/id/term/yue/%E3%B3%85>,
        "㳅"^^xsd:string ;
    rdfs:comment "(ancient form of 流) to flow, to drift, to circulate, a current, to descend, unstable; weak"@en .

<http://lexvo.org/id/char/3CC6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B3%86>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C7%94%20t%C7%92u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tung2%20waa4%20zung3>,
        <http://lexvo.org/id/term/yue/%E3%B3%86>,
        "㳆"^^xsd:string ;
    rdfs:comment "name of a place in ancient times"@en .

<http://lexvo.org/id/char/3CC7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B3%87>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fu6>,
        <http://lexvo.org/id/term/yue/%E3%B3%87>,
        "㳇"^^xsd:string ;
    rdfs:comment "name of a place in today's Jiangsu Province Yixing county, to float; to waft; to swim"@en .

<http://lexvo.org/id/char/3CC8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B3%88>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%A8i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/pui1%20pui3>,
        <http://lexvo.org/id/term/yue/%E3%B3%88>,
        "㳈"^^xsd:string ;
    rdfs:comment "(standard form of 沛) a great flow of water; flowing copiously, quickly; rapidly; sudden, flourishing; luxuriant; prosperous or abundant, marsh; swamp"@en .

<http://lexvo.org/id/char/3CC9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ngo%C3%A9t>,
        "㳉"^^xsd:string .

<http://lexvo.org/id/char/3CCA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/zaau4%20zung1>,
        <http://lexvo.org/id/term/yue/%E3%B3%8A>,
        "㳊"^^xsd:string ;
    rdfs:comment "(same as 攸) the flowing of the water, name of a river"@en .

<http://lexvo.org/id/char/3CCB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/zaau1>,
        <http://lexvo.org/id/term/yue/%E3%B3%8B>,
        "㳋"^^xsd:string ;
    rdfs:comment "a river in ancient times"@en .

<http://lexvo.org/id/char/3CCC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/nh%E1%BB%9Bp>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/at3>,
        <http://lexvo.org/id/term/yue/%E3%B3%8C>,
        "㳌"^^xsd:string ;
    rdfs:comment "marshy; swampy, damp; moist"@en .

<http://lexvo.org/id/char/3CCD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B3%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bou3>,
        <http://lexvo.org/id/term/yue/%E3%B3%8D>,
        "㳍"^^xsd:string ;
    rdfs:comment "a place in ancient times"@en .

<http://lexvo.org/id/char/3CCE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B3%8E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/bi%C3%A0n%20f%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bin6>,
        <http://lexvo.org/id/term/yue/%E3%B3%8E>,
        "㳎"^^xsd:string ;
    rdfs:comment "guide or lead to make the water flowing smoothly"@en .

<http://lexvo.org/id/char/3CCF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B3%8F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C7%90%20sh%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/saai6>,
        <http://lexvo.org/id/term/yue/%E3%B3%8F>,
        "㳏"^^xsd:string ;
    rdfs:comment "a river in ancient times; in Henan Province"@en .

<http://lexvo.org/id/char/3CD0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B3%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C3%A0%20zh%C3%A1%20zh%C7%8E>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/miu5%20zat3>,
        <http://lexvo.org/id/term/yue/%E3%B3%90>,
        "㳐"^^xsd:string ;
    rdfs:comment "flowing of the water, sound of the flowing water"@en .

<http://lexvo.org/id/char/3CD1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B3%91>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zaat6>,
        <http://lexvo.org/id/term/yue/%E3%B3%91>,
        "㳑"^^xsd:string ;
    rdfs:comment "(abbreviaded form of 溢) to flow over; to brim over, excessive"@en .

<http://lexvo.org/id/char/3CD2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B3%92>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/bi%C3%A0n%20f%C7%8E>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/baa1%20fat3>,
        <http://lexvo.org/id/term/yue/%E3%B3%92>,
        "㳒"^^xsd:string ;
    rdfs:comment "(a variant of 法) statutes, laws, regulations, a rule, legal standard, plan or methods, etc."@en .

<http://lexvo.org/id/char/3CD3> a lvont:Character ;
    lvont:represents "㳓"^^xsd:string .

<http://lexvo.org/id/char/3CD4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B3%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/du%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/deoi3>,
        <http://lexvo.org/id/term/yue/%E3%B3%94>,
        "㳔"^^xsd:string ;
    rdfs:comment "to soak or be soaked; to dip; to immerse"@en .

<http://lexvo.org/id/char/3CD5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B3%95>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/laan4>,
        <http://lexvo.org/id/term/yue/%E3%B3%95>,
        "㳕"^^xsd:string ;
    rdfs:comment "(simplified form of 灡) water in which rice has been washed, (interchangeable 瀾) a great wave; a huge billow"@en .

<http://lexvo.org/id/char/3CD6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/zi1>,
        <http://lexvo.org/id/term/yue/%E3%B3%96>,
        "㳖"^^xsd:string ;
    rdfs:comment "name of a river"@en .

<http://lexvo.org/id/char/3CD7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B3%97>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%A0i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/caa3%20cat3%20zak3>,
        <http://lexvo.org/id/term/yue/%E3%B3%97>,
        "㳗"^^xsd:string ;
    rdfs:comment "bank of a river, (same as 汊) a branching stream"@en .

<http://lexvo.org/id/char/3CD8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/cung1>,
        <http://lexvo.org/id/term/yue/%E3%B3%98>,
        "㳘"^^xsd:string ;
    rdfs:comment "a fountain or spring flows downwards, sound of the flowing water"@en .

<http://lexvo.org/id/char/3CD9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B3%99>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xu%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gyun1%20zyun5>,
        <http://lexvo.org/id/term/yue/%E3%B3%99>,
        "㳙"^^xsd:string ;
    rdfs:comment "(non-classical form of 涓) a brook, the smallest drop of water, to expel evil influences; to eliminate; rid off, to clean up, to select, atributary (or a river), the flowing of a spring, (interchangeable 泫) to glisten; to sparkle, to weep"@en .

<http://lexvo.org/id/char/3CDA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B3%9A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/leot6%20waat6>,
        <http://lexvo.org/id/term/yue/%E3%B3%9A>,
        "㳚"^^xsd:string ;
    rdfs:comment "flowing of the water"@en .

<http://lexvo.org/id/char/3CDB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B3%9B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%BA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zyu4>,
        <http://lexvo.org/id/term/yue/%E3%B3%9B>,
        "㳛"^^xsd:string ;
    rdfs:comment "dirty; filthy, corrupt, soap, black, to unravel silk threads"@en .

<http://lexvo.org/id/char/3CDC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/zaau1>,
        <http://lexvo.org/id/term/yue/%E3%B3%9C>,
        "㳜"^^xsd:string ;
    rdfs:comment "the flowing water"@en .

<http://lexvo.org/id/char/3CDD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/hong1>,
        <http://lexvo.org/id/term/yue/%E3%B3%9D>,
        "㳝"^^xsd:string ;
    rdfs:comment "(corrupted form of U+6D2D 洭) a river in ancient times; a part of Huangjiang, Lianjiang and Beijiang in today's north-west of Guangdong Province"@en .

<http://lexvo.org/id/char/3CDE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/cung1>,
        <http://lexvo.org/id/term/yue/%E3%B3%9E>,
        "㳞"^^xsd:string ;
    rdfs:comment "(same as 浺) deep and far; profound and abstruse (of the sea)"@en .

<http://lexvo.org/id/char/3CDF> a lvont:Character ;
    lvont:represents "㳟"^^xsd:string .

<http://lexvo.org/id/char/3CE0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B3%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%A0>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/taat3>,
        <http://lexvo.org/id/term/yue/%E3%B3%A0>,
        "㳠"^^xsd:string ;
    rdfs:comment "(simplified form of 澾) slippery ( as a road)"@en .

<http://lexvo.org/id/char/3CE1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/gwo1>,
        <http://lexvo.org/id/term/yue/%E3%B3%A1>,
        "㳡"^^xsd:string ;
    rdfs:comment "(simplified form of 濄) (same as 渦) name of a river, to whirl, an eddy"@en .

<http://lexvo.org/id/char/3CE2> a lvont:Character ;
    lvont:represents "㳢"^^xsd:string .

<http://lexvo.org/id/char/3CE3> a lvont:Character ;
    lvont:represents "㳣"^^xsd:string .

<http://lexvo.org/id/char/3CE4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/suk6>,
        <http://lexvo.org/id/term/yue/%E3%B3%A4>,
        "㳤"^^xsd:string ;
    rdfs:comment "(non-classical form of 淑) good; pure; virtuous, beautiful or charming (women), clear"@en .

<http://lexvo.org/id/char/3CE5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B3%A5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%B9%20l%C3%B2ng>,
        <http://lexvo.org/id/term/vie/l%E1%BB%8Fng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lung6>,
        <http://lexvo.org/id/term/yue/%E3%B3%A5>,
        "㳥"^^xsd:string ;
    rdfs:comment "a river in ancient times"@en .

<http://lexvo.org/id/char/3CE6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B3%A6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A8>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/haai6>,
        <http://lexvo.org/id/term/yue/%E3%B3%A6>,
        "㳦"^^xsd:string ;
    rdfs:comment "a river"@en .

<http://lexvo.org/id/char/3CE7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B3%A7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C3%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zap6>,
        <http://lexvo.org/id/term/yue/%E3%B3%A7>,
        "㳧"^^xsd:string ;
    rdfs:comment "the water flowing from ..., the current of a stream"@en .

<http://lexvo.org/id/char/3CE8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B3%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C7%8En%20z%C3%A1%20z%C7%8En>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zaat3>,
        <http://lexvo.org/id/term/yue/%E3%B3%A8>,
        "㳨"^^xsd:string ;
    rdfs:comment "to splash (of water)"@en .

<http://lexvo.org/id/char/3CE9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/tan1>,
        <http://lexvo.org/id/term/yue/%E3%B3%A9>,
        "㳩"^^xsd:string ;
    rdfs:comment "great billows; large waves; the waves swelling up"@en .

<http://lexvo.org/id/char/3CEA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B3%AA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%A0n%20p%C3%AC>,
        <http://lexvo.org/id/term/vie/v%E1%BB%AFa>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bei3%20pei3>,
        <http://lexvo.org/id/term/yue/%E3%B3%AA>,
        "㳪"^^xsd:string ;
    rdfs:comment "a river"@en .

<http://lexvo.org/id/char/3CEB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B3%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%A0>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dap6%20tan2>,
        <http://lexvo.org/id/term/yue/%E3%B3%AB>,
        "㳫"^^xsd:string ;
    rdfs:comment "(corrupted form of 沓) repeated; joined, crowded together, a family name"@en .

<http://lexvo.org/id/char/3CEC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B3%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xu%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/syun4>,
        <http://lexvo.org/id/term/yue/%E3%B3%AC>,
        "㳬"^^xsd:string ;
    rdfs:comment "an eddy; a whirlpool"@en .

<http://lexvo.org/id/char/3CED> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B3%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zin4>,
        <http://lexvo.org/id/term/yue/%E3%B3%AD>,
        "㳭"^^xsd:string ;
    rdfs:comment "(non-classical form of U+6D8E 涎) spittle, saliva"@en .

<http://lexvo.org/id/char/3CEE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B3%AE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ni%C3%A0o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/niu4>,
        <http://lexvo.org/id/term/yue/%E3%B3%AE>,
        "㳮"^^xsd:string ;
    rdfs:comment "(interchangeable 尿) urine, to urinate"@en .

<http://lexvo.org/id/char/3CEF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/t%C4%83n>,
        "㳯"^^xsd:string ;
    rdfs:comment "goddess of an ink-slab"@en .

<http://lexvo.org/id/char/3CF0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/gaau1%20kaau3>,
        <http://lexvo.org/id/term/yue/%E3%B3%B0>,
        "㳰"^^xsd:string ;
    rdfs:comment "(same as 溝) ditch; waterway; moat, groove"@en .

<http://lexvo.org/id/char/3CF1> a lvont:Character ;
    lvont:represents "㳱"^^xsd:string .

<http://lexvo.org/id/char/3CF2> a lvont:Character ;
    lvont:represents "㳲"^^xsd:string .

<http://lexvo.org/id/char/3CF3> a lvont:Character ;
    lvont:represents "㳳"^^xsd:string .

<http://lexvo.org/id/char/3CF4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B3%B4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mat6>,
        <http://lexvo.org/id/term/yue/%E3%B3%B4>,
        "㳴"^^xsd:string ;
    rdfs:comment "mud; quagmire"@en .

<http://lexvo.org/id/char/3CF5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B3%B5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gwai3>,
        <http://lexvo.org/id/term/yue/%E3%B3%B5>,
        "㳵"^^xsd:string ;
    rdfs:comment "name of a river"@en .

<http://lexvo.org/id/char/3CF6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B3%B6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C3%B2u>,
        <http://lexvo.org/id/term/vie/nh%E1%BB%8F>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gaau3>,
        <http://lexvo.org/id/term/yue/%E3%B3%B6>,
        "㳶"^^xsd:string ;
    rdfs:comment "name of a river, to give suck to, (same as 醹) vintage wine, (same as 乳) milk; breasts"@en .

<http://lexvo.org/id/char/3CF7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B3%B7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C4%9Bn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/faat1>,
        <http://lexvo.org/id/term/yue/%E3%B3%B7>,
        "㳷"^^xsd:string ;
    rdfs:comment "dark blue color, to combine; to unite, to close; to shut, the water is exhausted, to get the color away by soaking in the water"@en .

<http://lexvo.org/id/char/3CF8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/faa1>,
        <http://lexvo.org/id/term/yue/%E3%B3%B8>,
        "㳸"^^xsd:string ;
    rdfs:comment "name of a river"@en .

<http://lexvo.org/id/char/3CF9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B3%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C7%8Eng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wong2>,
        <http://lexvo.org/id/term/yue/%E3%B3%B9>,
        "㳹"^^xsd:string ;
    rdfs:comment "flood; a great flood; massive water, name a river, name of a place in today's Shanxi Province east of Yin county, (same as 汪) deep and extensive (said of water)"@en .

<http://lexvo.org/id/char/3CFA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B3%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%B3u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zaau4>,
        <http://lexvo.org/id/term/yue/%E3%B3%BA>,
        "㳺"^^xsd:string ;
    rdfs:comment "(non-classical form of 游) to swim; to float, to roam; to travel"@en .

<http://lexvo.org/id/char/3CFB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B3%BB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C3%A9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zaak3>,
        <http://lexvo.org/id/term/yue/%E3%B3%BB>,
        "㳻"^^xsd:string ;
    rdfs:comment "a bank of earth or an embankment to block the current of the water, to stop (or block) up the flowing water"@en .

<http://lexvo.org/id/char/3CFC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B3%BC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bat1>,
        <http://lexvo.org/id/term/yue/%E3%B3%BC>,
        "㳼"^^xsd:string ;
    rdfs:comment "(same as 滭) bubbling of fountain; copious of spring (same as 淢) swift currents (interchangeable 洫) a ditch; a moat, to overflow"@en .

<http://lexvo.org/id/char/3CFD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B3%BD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C7%90>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mei4%20nei4>,
        <http://lexvo.org/id/term/yue/%E3%B3%BD>,
        "㳽"^^xsd:string ;
    rdfs:comment "(non-classical abbreviated form of 瀰) a watery expanse, to be cover with, to disseminate every where, currents of the water"@en .

<http://lexvo.org/id/char/3CFE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/goeng1>,
        <http://lexvo.org/id/term/yue/%E3%B3%BE>,
        "㳾"^^xsd:string ;
    rdfs:comment "(standard form of 羌) name of a river"@en .

<http://lexvo.org/id/char/3CFF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B3%BF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A8>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sit3>,
        <http://lexvo.org/id/term/yue/%E3%B3%BF>,
        "㳿"^^xsd:string ;
    rdfs:comment "(same as 渫) rolling billows, to get rid of; to scatter, muddy, to ooze"@en .

<http://lexvo.org/id/char/3D00> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B4%80>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fan6>,
        <http://lexvo.org/id/term/yue/%E3%B4%80>,
        "㴀"^^xsd:string ;
    rdfs:comment "deep"@en .

<http://lexvo.org/id/char/3D01> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B4%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zaat6>,
        <http://lexvo.org/id/term/yue/%E3%B4%81>,
        "㴁"^^xsd:string ;
    rdfs:comment "to add to; to increase; increase; full, plentiful; abundant, saliva"@en .

<http://lexvo.org/id/char/3D02> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/dam1>,
        <http://lexvo.org/id/term/yue/%E3%B4%82>,
        "㴂"^^xsd:string ;
    rdfs:comment "great billows; great upheavals; boisterous breakers"@en .

<http://lexvo.org/id/char/3D03> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B4%83>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%A8i%20l%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/leoi6>,
        <http://lexvo.org/id/term/yue/%E3%B4%83>,
        "㴃"^^xsd:string ;
    rdfs:comment "(same as 淚) tears"@en .

<http://lexvo.org/id/char/3D04> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B4%84>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%ADng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zing4>,
        <http://lexvo.org/id/term/yue/%E3%B4%84>,
        "㴄"^^xsd:string ;
    rdfs:comment "the water flowing in a turned, crooked or winding and revolving way; an eddy"@en .

<http://lexvo.org/id/char/3D05> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/siu1>,
        <http://lexvo.org/id/term/yue/%E3%B4%85>,
        "㴅"^^xsd:string ;
    rdfs:comment "(ancient form of 消) to melt; to thaw, to disperse; to dissipate, to cancel; to annul"@en .

<http://lexvo.org/id/char/3D06> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B4%86>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%ACn%20x%C3%ACng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zam3>,
        <http://lexvo.org/id/term/yue/%E3%B4%86>,
        "㴆"^^xsd:string ;
    rdfs:comment "(same as 浸) to dip; to immerse; to soak; to permeate; to percolate, gradual; gradually"@en .

<http://lexvo.org/id/char/3D07> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B4%87>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%A8>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mong4%20sip6>,
        <http://lexvo.org/id/term/yue/%E3%B4%87>,
        "㴇"^^xsd:string ;
    rdfs:comment "(same as 涉) to wade, to experience, to involve; to implicate"@en .

<http://lexvo.org/id/char/3D08> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B4%88>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%ACn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zaan6>,
        <http://lexvo.org/id/term/yue/%E3%B4%88>,
        "㴈"^^xsd:string ;
    rdfs:comment "(same as 垽) sediment; dregs; precipitate; lees"@en .

<http://lexvo.org/id/char/3D09> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B4%89>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C7%90>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zaai2%20zaai3>,
        <http://lexvo.org/id/term/yue/%E3%B4%89>,
        "㴉"^^xsd:string ;
    rdfs:comment "(ancient form of 濟) various; varied; numerous, elegant and dignified"@en .

<http://lexvo.org/id/char/3D0A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/zyun1%20zyun4>,
        <http://lexvo.org/id/term/yue/%E3%B4%8A>,
        "㴊"^^xsd:string ;
    rdfs:comment "(same as U+6E06 淵) an abyss; a gulf, to be deep"@en .

<http://lexvo.org/id/char/3D0B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B4%8B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/suk1>,
        <http://lexvo.org/id/term/yue/%E3%B4%8B>,
        "㴋"^^xsd:string ;
    rdfs:comment "(simplified form of 潚) deep and clear (said of water) (same as 溲) to urinate, to immerse; to soak; to drench, to wash rice (same as 瀟) rushing rain and wind; roar of gust"@en .

<http://lexvo.org/id/char/3D0C> a lvont:Character ;
    lvont:represents "㴌"^^xsd:string .

<http://lexvo.org/id/char/3D0D> a lvont:Character ;
    lvont:represents "㴍"^^xsd:string .

<http://lexvo.org/id/char/3D0E> a lvont:Character ;
    lvont:represents "㴎"^^xsd:string .

<http://lexvo.org/id/char/3D0F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B4%8F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C7%8Eng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wong1%20wong2%20wu1>,
        <http://lexvo.org/id/term/yue/%E3%B4%8F>,
        "㴏"^^xsd:string ;
    rdfs:comment "the pond water is still"@en .

<http://lexvo.org/id/char/3D10> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B4%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/mi%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/min5%20min6>,
        <http://lexvo.org/id/term/yue/%E3%B4%90>,
        "㴐"^^xsd:string ;
    rdfs:comment "great current, flood, flowing water"@en .

<http://lexvo.org/id/char/3D11> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B4%91>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sou3>,
        <http://lexvo.org/id/term/yue/%E3%B4%91>,
        "㴑"^^xsd:string ;
    rdfs:comment "(same as U+6CDD 泝) to trace up to a source, to go against the srteam, water"@en .

<http://lexvo.org/id/char/3D12> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B4%92>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zik6>,
        <http://lexvo.org/id/term/yue/%E3%B4%92>,
        "㴒"^^xsd:string ;
    rdfs:comment "water current; water flow"@en .

<http://lexvo.org/id/char/3D13> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B4%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C7%8Ei>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zaai2>,
        <http://lexvo.org/id/term/yue/%E3%B4%93>,
        "㴓"^^xsd:string ;
    rdfs:comment "to wash rice"@en .

<http://lexvo.org/id/char/3D14> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B4%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C3%A8%20y%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kaap1%20zaap1>,
        <http://lexvo.org/id/term/yue/%E3%B4%94>,
        "㴔"^^xsd:string ;
    rdfs:comment "(same as 潝) the noise of flowing water, swift flowing water (same as non-classical form of 澀) rough; harsh; not smooth, a slightly bitter taste"@en .

<http://lexvo.org/id/char/3D15> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B4%95>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/caap1%20zap6>,
        <http://lexvo.org/id/term/yue/%E3%B4%95>,
        "㴕"^^xsd:string ;
    rdfs:comment "to boil away; to boil over, boiling sound, sound of the flowing water, etc., (interchangeable 渫) rolling billows"@en .

<http://lexvo.org/id/char/3D16> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B4%96>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/lu%C3%B2>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lok6>,
        <http://lexvo.org/id/term/yue/%E3%B4%96>,
        "㴖"^^xsd:string ;
    rdfs:comment "( same as 濼) name of a stream in Shandong Province southwest of Jinan, ( same as 泊) lakes, a hot spring; a mineral spring"@en .

<http://lexvo.org/id/char/3D17> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/zaau1>,
        <http://lexvo.org/id/term/yue/%E3%B4%97>,
        "㴗"^^xsd:string ;
    rdfs:comment "deep"@en .

<http://lexvo.org/id/char/3D18> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B4%98>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A0o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mou6%20muk6>,
        <http://lexvo.org/id/term/yue/%E3%B4%98>,
        "㴘"^^xsd:string ;
    rdfs:comment "to ooze out; to well out; to spring out, to well up; flood tide; the water is rising"@en .

<http://lexvo.org/id/char/3D19> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B4%99>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%A1>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zaa3>,
        <http://lexvo.org/id/term/yue/%E3%B4%99>,
        "㴙"^^xsd:string ;
    rdfs:comment "water dripping; a drip-tile (same as 炸 煠 爚) to fry in fat or oil, to scald"@en .

<http://lexvo.org/id/char/3D1A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B4%9A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/su%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/seoi6>,
        <http://lexvo.org/id/term/yue/%E3%B4%9A>,
        "㴚"^^xsd:string ;
    rdfs:comment "the small ditch in the field"@en .

<http://lexvo.org/id/char/3D1B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B4%9B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zi3>,
        <http://lexvo.org/id/term/yue/%E3%B4%9B>,
        "㴛"^^xsd:string ;
    rdfs:comment "damp; wet; moist; humid"@en .

<http://lexvo.org/id/char/3D1C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B4%9C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/bi%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/pin3>,
        <http://lexvo.org/id/term/yue/%E3%B4%9C>,
        "㴜"^^xsd:string ;
    rdfs:comment "(same as 遍) everywhere; all over, a time"@en .

<http://lexvo.org/id/char/3D1D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B4%9D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lai4>,
        <http://lexvo.org/id/term/yue/%E3%B4%9D>,
        "㴝"^^xsd:string ;
    rdfs:comment "(a variant of U+9ECE 黎) many; numerous, black; dark"@en .

<http://lexvo.org/id/char/3D1E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/caai3%20caau4%20dou1%20tou1%20zaau6>,
        <http://lexvo.org/id/term/yue/%E3%B4%9E>,
        "㴞"^^xsd:string ;
    rdfs:comment "(same as 滔) fluent, to fill; to prevail"@en .

<http://lexvo.org/id/char/3D1F> a lvont:Character ;
    lvont:represents "㴟"^^xsd:string .

<http://lexvo.org/id/char/3D20> a lvont:Character ;
    lvont:represents "㴠"^^xsd:string .

<http://lexvo.org/id/char/3D21> a lvont:Character ;
    lvont:represents "㴡"^^xsd:string .

<http://lexvo.org/id/char/3D22> a lvont:Character ;
    lvont:represents "㴢"^^xsd:string .

<http://lexvo.org/id/char/3D23> a lvont:Character ;
    lvont:represents "㴣"^^xsd:string .

<http://lexvo.org/id/char/3D24> a lvont:Character ;
    lvont:represents "㴤"^^xsd:string .

<http://lexvo.org/id/char/3D25> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B4%A5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C3%A0o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ciu3>,
        <http://lexvo.org/id/term/yue/%E3%B4%A5>,
        "㴥"^^xsd:string ;
    rdfs:comment "great billows; heavy seas rollling in"@en .

<http://lexvo.org/id/char/3D26> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B4%A6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/gu%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gun3>,
        <http://lexvo.org/id/term/yue/%E3%B4%A6>,
        "㴦"^^xsd:string ;
    rdfs:comment "(corrupted form of 涫) (interchangeable 盥) to wash hands, to wash, to boil"@en .

<http://lexvo.org/id/char/3D27> a lvont:Character ;
    lvont:represents "㴧"^^xsd:string ;
    rdfs:comment "of flowing water, a river"@en .

<http://lexvo.org/id/char/3D28> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B4%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%A8n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zam6>,
        <http://lexvo.org/id/term/yue/%E3%B4%A8>,
        "㴨"^^xsd:string ;
    rdfs:comment "water current; water flow"@en .

<http://lexvo.org/id/char/3D29> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C5%8Dng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zung3>,
        <http://lexvo.org/id/term/yue/%E3%B4%A9>,
        "㴩"^^xsd:string ;
    rdfs:comment "(same as 灉) name of a stream in Shandong Province, the flowing back of flooding waters, a sluice"@en .

<http://lexvo.org/id/char/3D2A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B4%AA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ni%C3%A8>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zip6%20zit6>,
        <http://lexvo.org/id/term/yue/%E3%B4%AA>,
        "㴪"^^xsd:string ;
    rdfs:comment "name of a river"@en .

<http://lexvo.org/id/char/3D2B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B4%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%B9n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gwaan6%20ngaa4>,
        <http://lexvo.org/id/term/yue/%E3%B4%AB>,
        "㴫"^^xsd:string ;
    rdfs:comment "great flowing; big flood, name of a county in ancient times"@en .

<http://lexvo.org/id/char/3D2C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B4%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A8>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ze6>,
        <http://lexvo.org/id/term/yue/%E3%B4%AC>,
        "㴬"^^xsd:string ;
    rdfs:comment "a river in ancient times; head of source from today's Henan Province Xinanxian; and flowing south to Luoshui"@en .

<http://lexvo.org/id/char/3D2D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B4%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%8Eo>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/miu5>,
        <http://lexvo.org/id/term/yue/%E3%B4%AD>,
        "㴭"^^xsd:string ;
    rdfs:comment "immeasurable depth or profundity; extremely abstruse; unfathomable"@en .

<http://lexvo.org/id/char/3D2E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B4%AE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A8>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dip6%20sit3>,
        <http://lexvo.org/id/term/yue/%E3%B4%AE>,
        "㴮"^^xsd:string ;
    rdfs:comment "water current; water flow"@en .

<http://lexvo.org/id/char/3D2F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/zi1>,
        <http://lexvo.org/id/term/yue/%E3%B4%AF>,
        "㴯"^^xsd:string ;
    rdfs:comment "water current; water flow, name of a stream"@en .

<http://lexvo.org/id/char/3D30> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B4%B0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C3%A9ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/naang4>,
        <http://lexvo.org/id/term/yue/%E3%B4%B0>,
        "㴰"^^xsd:string ;
    rdfs:comment "a river in ancient times"@en .

<http://lexvo.org/id/char/3D31> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/sam1>,
        <http://lexvo.org/id/term/yue/%E3%B4%B1>,
        "㴱"^^xsd:string ;
    rdfs:comment "(ancient form of 深) deep, profound, far, very; extremely"@en .

<http://lexvo.org/id/char/3D32> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/si1>,
        <http://lexvo.org/id/term/yue/%E3%B4%B2>,
        "㴲"^^xsd:string ;
    rdfs:comment "a river in ancient time; today's Baiquanhe, water's edge; water-front; a bank; a limit"@en .

<http://lexvo.org/id/char/3D33> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B4%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C7%92ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lung5>,
        <http://lexvo.org/id/term/yue/%E3%B4%B3>,
        "㴳"^^xsd:string ;
    rdfs:comment "(corrupted form) to smear; to spread, to paint, to blot out, mud; mire, ignorant (said of a child) innocent"@en .

<http://lexvo.org/id/char/3D34> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B4%B4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%A9n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zaam3>,
        <http://lexvo.org/id/term/yue/%E3%B4%B4>,
        "㴴"^^xsd:string ;
    rdfs:comment "(ancient form of 湛) (interchangeable 沈 沉) sink, deep; profound, joy; delight, happy; peaceful (interchangeable 潭) deep water; deep pool, leisurely; relaxed, dewy, full; filled, wet; damp; moist, clear (interchangeable 浸) to dip; to immerse; to soak, swellings; roaring waves and billows, flowing water, (same as 霪 淫) to rain cats and dogs for a long time, a river in ancient times in Henan province Jiyuanxian (blocked)"@en .

<http://lexvo.org/id/char/3D35> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B4%B5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mat6>,
        <http://lexvo.org/id/term/yue/%E3%B4%B5>,
        "㴵"^^xsd:string ;
    rdfs:comment "water current; water flow"@en .

<http://lexvo.org/id/char/3D36> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B4%B6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qu%C3%A8>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/huk6%20kok3>,
        <http://lexvo.org/id/term/yue/%E3%B4%B6>,
        "㴶"^^xsd:string ;
    rdfs:comment "to water; to pour water; to irrigate, to wet; to moisten; to soak in, to wash"@en .

<http://lexvo.org/id/char/3D37> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/dam1%20tam4>,
        <http://lexvo.org/id/term/yue/%E3%B4%B7>,
        "㴷"^^xsd:string ;
    rdfs:comment "wet; moist; damp, incessanty rains, flood; great current"@en .

<http://lexvo.org/id/char/3D38> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B4%B8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C3%A0%20sh%C7%8En%20y%C3%A8>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sim2>,
        <http://lexvo.org/id/term/yue/%E3%B4%B8>,
        "㴸"^^xsd:string ;
    rdfs:comment "swift currents; swift flow of water"@en .

<http://lexvo.org/id/char/3D39> a lvont:Character ;
    lvont:represents "㴹"^^xsd:string .

<http://lexvo.org/id/char/3D3A> a lvont:Character ;
    lvont:represents "㴺"^^xsd:string .

<http://lexvo.org/id/char/3D3B> a lvont:Character ;
    lvont:represents "㴻"^^xsd:string .

<http://lexvo.org/id/char/3D3C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B4%BC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/suk1>,
        <http://lexvo.org/id/term/yue/%E3%B4%BC>,
        "㴼"^^xsd:string ;
    rdfs:comment "wet; moist; damp"@en .

<http://lexvo.org/id/char/3D3D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B4%BD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A8%20y%C3%ACn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/co3%20nau4%20sit3>,
        <http://lexvo.org/id/term/yue/%E3%B4%BD>,
        "㴽"^^xsd:string ;
    rdfs:comment "water current, water flow"@en .

<http://lexvo.org/id/char/3D3E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B4%BE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%B3>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/but6>,
        <http://lexvo.org/id/term/yue/%E3%B4%BE>,
        "㴾"^^xsd:string ;
    rdfs:comment "(same as 渤) (of water) swelling or rising; an inland sea among today's Liaoning, Hebei and Shandong Provinces"@en .

<http://lexvo.org/id/char/3D3F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B4%BF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C7%90ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ding2>,
        <http://lexvo.org/id/term/yue/%E3%B4%BF>,
        "㴿"^^xsd:string ;
    rdfs:comment "(same as 濎) (water etc.) boiling"@en .

<http://lexvo.org/id/char/3D40> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B5%80>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/cu%C3%A0n%20z%C3%BA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zuk6>,
        <http://lexvo.org/id/term/yue/%E3%B5%80>,
        "㵀"^^xsd:string ;
    rdfs:comment "water flow; water current"@en .

<http://lexvo.org/id/char/3D41> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/fong1>,
        <http://lexvo.org/id/term/yue/%E3%B5%81>,
        "㵁"^^xsd:string ;
    rdfs:comment "vast and boundless of flowing water, a water waste, to reach"@en .

<http://lexvo.org/id/char/3D42> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B5%82>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/chu%C7%8Eng%20sh%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/syu3>,
        <http://lexvo.org/id/term/yue/%E3%B5%82>,
        "㵂"^^xsd:string ;
    rdfs:comment "name of a river"@en .

<http://lexvo.org/id/char/3D43> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B5%83>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%A8%20m%C3%A1ng%20sh%C3%A9%20t%C3%A1n%20tu%C3%B2%20zu%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/se4>,
        <http://lexvo.org/id/term/yue/%E3%B5%83>,
        "㵃"^^xsd:string ;
    rdfs:comment "name of a stream"@en .

<http://lexvo.org/id/char/3D44> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B5%84>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A0n%20qi%C3%A0%20y%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hon3%20wik6>,
        <http://lexvo.org/id/term/yue/%E3%B5%84>,
        "㵄"^^xsd:string ;
    rdfs:comment "(same as 漢) name of a dynasty, belonging to China, the Milky Way the Han River, (interchangeable 域) a frontier; a boundary; a region; a country, to live; to stay"@en .

<http://lexvo.org/id/char/3D45> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B5%85>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%A0n%20t%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tam1%20tam3>,
        <http://lexvo.org/id/term/yue/%E3%B5%85>,
        "㵅"^^xsd:string ;
    rdfs:comment "a river, in today's northeast of Sichuan Province, between Bazhong and Tongjiang"@en .

<http://lexvo.org/id/char/3D46> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B5%86>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A0o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hou6>,
        <http://lexvo.org/id/term/yue/%E3%B5%86>,
        "㵆"^^xsd:string ;
    rdfs:comment "(same as 澔 浩) radiance of gems, great currents; vast water flow"@en .

<http://lexvo.org/id/char/3D47> a lvont:Character ;
    lvont:represents "㵇"^^xsd:string .

<http://lexvo.org/id/char/3D48> a lvont:Character ;
    lvont:represents "㵈"^^xsd:string .

<http://lexvo.org/id/char/3D49> a lvont:Character ;
    lvont:represents "㵉"^^xsd:string .

<http://lexvo.org/id/char/3D4A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B5%8A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C4%9Bn%20zh%C3%A9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/naa4%20saam2%20zip3%20zip6>,
        <http://lexvo.org/id/term/yue/%E3%B5%8A>,
        "㵊"^^xsd:string ;
    rdfs:comment "moving image; moving shadow, flowing water"@en .

<http://lexvo.org/id/char/3D4B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B5%8B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mik6>,
        <http://lexvo.org/id/term/yue/%E3%B5%8B>,
        "㵋"^^xsd:string ;
    rdfs:comment "(variant of 汨) name of a river in Hunan Province"@en .

<http://lexvo.org/id/char/3D4C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B5%8C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%A0n%20qi%C3%B3ng%20x%C3%BAn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ceon4>,
        <http://lexvo.org/id/term/yue/%E3%B5%8C>,
        "㵌"^^xsd:string ;
    rdfs:comment "to flow; to move; to stray"@en .

<http://lexvo.org/id/char/3D4D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B5%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A8n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mun6>,
        <http://lexvo.org/id/term/yue/%E3%B5%8D>,
        "㵍"^^xsd:string ;
    rdfs:comment "filled with water; full of water, annoyed; vexed; depressed; bored, to make tea by boiling water and then put the lid on to cover it"@en .

<http://lexvo.org/id/char/3D4E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B5%8E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C7%8En%20ji%C3%A0n%20k%C7%8En>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gaan2%20gaan3>,
        <http://lexvo.org/id/term/yue/%E3%B5%8E>,
        "㵎"^^xsd:string ;
    rdfs:comment "a mountain stream or torrent, a measurement used in ancient times; a hundred million waterways (ditches) equal to a mountain stream, a river in ancient, head source in south of Henan Province, flowing east then north to conbine with Gushui (today's Jianhe)"@en .

<http://lexvo.org/id/char/3D4F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B5%8F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/cu%C7%90>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ceoi1>,
        <http://lexvo.org/id/term/yue/%E3%B5%8F>,
        "㵏"^^xsd:string ;
    rdfs:comment "(same as 漼) having the appearance of depth, to shed tears; tocry or weep, sharp, bright-colored, a river in ancient times; Guishui, (interchangeable 摧) to destroy; to injure; to damage, to store up; to accumulate"@en .

<http://lexvo.org/id/char/3D50> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B5%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ju%C3%A9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kyut3%20zyut3>,
        <http://lexvo.org/id/term/yue/%E3%B5%90>,
        "㵐"^^xsd:string ;
    rdfs:comment "name of a river in Hubei Province, name of a state in ancient times"@en .

<http://lexvo.org/id/char/3D51> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B5%91>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A8>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ho6>,
        <http://lexvo.org/id/term/yue/%E3%B5%91>,
        "㵑"^^xsd:string ;
    rdfs:comment "name of a river"@en .

<http://lexvo.org/id/char/3D52> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B5%92>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%A8i>,
        <http://lexvo.org/id/term/vie/ph%C3%A8>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fai3>,
        <http://lexvo.org/id/term/yue/%E3%B5%92>,
        "㵒"^^xsd:string ;
    rdfs:comment "(same as U+6CB8 沸) boiling (water, etc.) to gush; bubbling up, (sane as U+6E43 湃) the roaring of billows, name of a person"@en .

<http://lexvo.org/id/char/3D53> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B5%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tim1%20zik6>,
        <http://lexvo.org/id/term/yue/%E3%B5%93>,
        "㵓"^^xsd:string ;
    rdfs:comment "(same as 湜) the water is clear, transparent (of water)"@en .

<http://lexvo.org/id/char/3D54> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B5%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C4%9B%20ch%C3%A8>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dou2%20se2>,
        <http://lexvo.org/id/term/yue/%E3%B5%94>,
        "㵔"^^xsd:string ;
    rdfs:comment "not clear; not pure"@en .

<http://lexvo.org/id/char/3D55> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B5%95>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%A8n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sam3>,
        <http://lexvo.org/id/term/yue/%E3%B5%95>,
        "㵕"^^xsd:string ;
    rdfs:comment "(same as 滲) to permeate; to seep; to ooze; to leak; to soak through"@en .

<http://lexvo.org/id/char/3D56> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B5%96>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C7%9C>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/neoi3>,
        <http://lexvo.org/id/term/yue/%E3%B5%96>,
        "㵖"^^xsd:string ;
    rdfs:comment "damp; moist; wet"@en .

<http://lexvo.org/id/char/3D57> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B5%97>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%B9%20p%C3%A1n%20p%C3%ADng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/pang4>,
        <http://lexvo.org/id/term/yue/%E3%B5%97>,
        "㵗"^^xsd:string ;
    rdfs:comment "turbulent (said of water)"@en .

<http://lexvo.org/id/char/3D58> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B5%98>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/maan6>,
        <http://lexvo.org/id/term/yue/%E3%B5%98>,
        "㵘"^^xsd:string ;
    rdfs:comment "great currents"@en .

<http://lexvo.org/id/char/3D59> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/cing1%20zak6>,
        <http://lexvo.org/id/term/yue/%E3%B5%99>,
        "㵙"^^xsd:string ;
    rdfs:comment "(corrupted form of 清) pure; clear, brief; virtuous; to place in order, simple and easily understandable"@en .

<http://lexvo.org/id/char/3D5A> a lvont:Character ;
    lvont:represents "㵚"^^xsd:string .

<http://lexvo.org/id/char/3D5B> a lvont:Character ;
    lvont:represents "㵛"^^xsd:string .

<http://lexvo.org/id/char/3D5C> a lvont:Character ;
    lvont:represents "㵜"^^xsd:string .

<http://lexvo.org/id/char/3D5D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B5%9D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/deoi3%20zeoi6>,
        <http://lexvo.org/id/term/yue/%E3%B5%9D>,
        "㵝"^^xsd:string ;
    rdfs:comment "moving, as in ripples; moving to and fro (said of water) (interchangeable 裔) the hem of a robe, a border, a frontier, border bribes"@en .

<http://lexvo.org/id/char/3D5E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B5%9E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%B3u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sau4>,
        <http://lexvo.org/id/term/yue/%E3%B5%9E>,
        "㵞"^^xsd:string ;
    rdfs:comment "bellied in water-gas, belch; burp"@en .

<http://lexvo.org/id/char/3D5F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/mei4>,
        <http://lexvo.org/id/term/yue/%E3%B5%9F>,
        "㵟"^^xsd:string ;
    rdfs:comment "(non-classical form of 溦) light rain; drizzle"@en .

<http://lexvo.org/id/char/3D60> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/faat1%20gwaat6>,
        <http://lexvo.org/id/term/yue/%E3%B5%A0>,
        "㵠"^^xsd:string ;
    rdfs:comment "to gush forth; to well out; to spring out, deep water"@en .

<http://lexvo.org/id/char/3D61> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B5%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%A1o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bok6>,
        <http://lexvo.org/id/term/yue/%E3%B5%A1>,
        "㵡"^^xsd:string ;
    rdfs:comment "(said of flow of water) swift and torrential; turbulent flow of water"@en .

<http://lexvo.org/id/char/3D62> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B5%A2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%A9i%20l%C4%9Bi>,
        <http://lexvo.org/id/term/vie/loi>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/leoi4>,
        <http://lexvo.org/id/term/yue/%E3%B5%A2>,
        "㵢"^^xsd:string ;
    rdfs:comment "a marsh in ancient times; in today's Shandong Province; betweem Heze and Yun Cheng"@en .

<http://lexvo.org/id/char/3D63> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B5%A3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C4%9B%20lu%C7%92>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hot3%20sap3%20sap3>,
        <http://lexvo.org/id/term/yue/%E3%B5%A3>,
        "㵣"^^xsd:string ;
    rdfs:comment "(same as 渴) thirsty, to thirst, urgent; anxiously (awaiting, etc.), (interchangeable 愒) to rest; to stop, to idle away (time)"@en .

<http://lexvo.org/id/char/3D64> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B5%A4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/di%C3%A0n%20sh%C3%A0%20xi%C3%A1>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/saap3>,
        <http://lexvo.org/id/term/yue/%E3%B5%A4>,
        "㵤"^^xsd:string ;
    rdfs:comment "to overflow; to spread"@en .

<http://lexvo.org/id/char/3D65> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B5%A5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%AC%20m%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mat6>,
        <http://lexvo.org/id/term/yue/%E3%B5%A5>,
        "㵥"^^xsd:string ;
    rdfs:comment "(a variant) water currents; flow water"@en .

<http://lexvo.org/id/char/3D66> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B5%A6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/su%C3%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ceoi4>,
        <http://lexvo.org/id/term/yue/%E3%B5%A6>,
        "㵦"^^xsd:string ;
    rdfs:comment "(same as 瀡) slippery"@en .

<http://lexvo.org/id/char/3D67> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B5%A7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C3%A9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/aai3%20got3>,
        <http://lexvo.org/id/term/yue/%E3%B5%A7>,
        "㵧"^^xsd:string ;
    rdfs:comment "name of a river, clear, pure; to cover; to hide"@en .

<http://lexvo.org/id/char/3D68> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B5%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%AC%20p%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/pei3>,
        <http://lexvo.org/id/term/yue/%E3%B5%A8>,
        "㵨"^^xsd:string ;
    rdfs:comment "a dry land in a river; an islet, tributary stream; an affluent stream"@en .

<http://lexvo.org/id/char/3D69> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B5%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zaai6%20zit6>,
        <http://lexvo.org/id/term/yue/%E3%B5%A9>,
        "㵩"^^xsd:string ;
    rdfs:comment "many; flourishing; uxuriant growth (of vegetation)"@en .

<http://lexvo.org/id/char/3D6A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B5%AA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zin4>,
        <http://lexvo.org/id/term/yue/%E3%B5%AA>,
        "㵪"^^xsd:string ;
    rdfs:comment "(same as 涎) saliva, overflowing water, to rise, to board, a region; an area; a place"@en .

<http://lexvo.org/id/char/3D6B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B5%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C7%90%20y%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zi5%20zik6>,
        <http://lexvo.org/id/term/yue/%E3%B5%AB>,
        "㵫"^^xsd:string ;
    rdfs:comment "water gushing out; bubbling up, waves sweeping over the flowing water"@en .

<http://lexvo.org/id/char/3D6C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B5%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%ADng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cap3%20dip6%20zing4>,
        <http://lexvo.org/id/term/yue/%E3%B5%AC>,
        "㵬"^^xsd:string ;
    rdfs:comment "used in person's name"@en .

<http://lexvo.org/id/char/3D6D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B5%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C7%94>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ceoi4%20fu6%20zyu2>,
        <http://lexvo.org/id/term/yue/%E3%B5%AD>,
        "㵭"^^xsd:string ;
    rdfs:comment "(same as 渚) an islet, a bank; water's edge; water-front, island (in the sea), (interchangeable 劌) a pool; a pond or small lake, a stream in ancient times"@en .

<http://lexvo.org/id/char/3D6E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B5%AE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%BAn%20w%C4%9Bn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/seon4>,
        <http://lexvo.org/id/term/yue/%E3%B5%AE>,
        "㵮"^^xsd:string ;
    rdfs:comment "clear (fresh) water"@en .

<http://lexvo.org/id/char/3D6F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B5%AF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%A9ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fung4>,
        <http://lexvo.org/id/term/yue/%E3%B5%AF>,
        "㵯"^^xsd:string ;
    rdfs:comment "sound of water flowing; flowing water"@en .

<http://lexvo.org/id/char/3D70> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B5%B0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zeoi6>,
        <http://lexvo.org/id/term/yue/%E3%B5%B0>,
        "㵰"^^xsd:string ;
    rdfs:comment "(same as 潊) name of a stream; Xushui (or Shuanglongjiang) in ancient times, waterside; shore"@en .

<http://lexvo.org/id/char/3D71> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B5%B1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/pi%C7%8Eo>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/piu3>,
        <http://lexvo.org/id/term/yue/%E3%B5%B1>,
        "㵱"^^xsd:string ;
    rdfs:comment "flowing water"@en .

<http://lexvo.org/id/char/3D72> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B5%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C7%94>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mou5>,
        <http://lexvo.org/id/term/yue/%E3%B5%B2>,
        "㵲"^^xsd:string ;
    rdfs:comment "(same as 潕) name of a river"@en .

<http://lexvo.org/id/char/3D73> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B5%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C3%A1o%20li%C3%BA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/liu4>,
        <http://lexvo.org/id/term/yue/%E3%B5%B3>,
        "㵳"^^xsd:string ;
    rdfs:comment "(same as non-classical form of 漻) crystal-clear (water), fluent, name of stream; in today's Hubei Province Xiaoganshi"@en .

<http://lexvo.org/id/char/3D74> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B5%B4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C3%A1ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cong4>,
        <http://lexvo.org/id/term/yue/%E3%B5%B4>,
        "㵴"^^xsd:string ;
    rdfs:comment "to sink"@en .

<http://lexvo.org/id/char/3D75> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B5%B5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C3%B2u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tok3%20zaau3%20zeoi6>,
        <http://lexvo.org/id/term/yue/%E3%B5%B5>,
        "㵵"^^xsd:string ;
    rdfs:comment "swift currents of the stream, sound of water flowing; flowing water"@en .

<http://lexvo.org/id/char/3D76> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/ceoi3%20cyut3%20seoi3%20zik1>,
        <http://lexvo.org/id/term/yue/%E3%B5%B6>,
        "㵶"^^xsd:string ;
    rdfs:comment "full; filled up"@en .

<http://lexvo.org/id/char/3D77> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B5%B7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/bi%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bin6>,
        <http://lexvo.org/id/term/yue/%E3%B5%B7>,
        "㵷"^^xsd:string ;
    rdfs:comment "turbulent flowing of the water, swift currents"@en .

<http://lexvo.org/id/char/3D78> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B5%B8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A0o%20yu%C3%A8>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zoek6>,
        <http://lexvo.org/id/term/yue/%E3%B5%B8>,
        "㵸"^^xsd:string ;
    rdfs:comment "(same as non-classical abbreviated form of 瀹) to boil, to wash; to cleanse; to soak, to cook; to stew; to decoct, to channel, to enlighten, to clean or dredge (a waterway), water currents"@en .

<http://lexvo.org/id/char/3D79> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B5%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wun4>,
        <http://lexvo.org/id/term/yue/%E3%B5%B9>,
        "㵹"^^xsd:string ;
    rdfs:comment "waves; breakers; billows, dense; thick"@en .

<http://lexvo.org/id/char/3D7A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B5%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%A1i%20p%C3%A0i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hak1%20pai4>,
        <http://lexvo.org/id/term/yue/%E3%B5%BA>,
        "㵺"^^xsd:string ;
    rdfs:comment "name of a stream in ancient times; in Danyang, to plant; to sow"@en .

<http://lexvo.org/id/char/3D7B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B5%BB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C3%B2u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/saau3%20sat3>,
        <http://lexvo.org/id/term/yue/%E3%B5%BB>,
        "㵻"^^xsd:string ;
    rdfs:comment "(interchangeable 膄) to perspire from embarrassment or shame"@en .

<http://lexvo.org/id/char/3D7C> a lvont:Character ;
    lvont:represents "㵼"^^xsd:string .

<http://lexvo.org/id/char/3D7D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B5%BD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/du%C3%AC%20l%C4%9Bi>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/leoi5>,
        <http://lexvo.org/id/term/yue/%E3%B5%BD>,
        "㵽"^^xsd:string ;
    rdfs:comment "(same as abbreviated form of 灅) the strength of a current, flowing water, name of a stream; at Yoybeiping"@en .

<http://lexvo.org/id/char/3D7E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B5%BE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%ACng%20q%C3%ACng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cing6>,
        <http://lexvo.org/id/term/yue/%E3%B5%BE>,
        "㵾"^^xsd:string ;
    rdfs:comment "cold; chilly, (ancient form of 凈) clean; pure; to purify"@en .

<http://lexvo.org/id/char/3D7F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B5%BF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C3%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/haat6%20hau6>,
        <http://lexvo.org/id/term/yue/%E3%B5%BF>,
        "㵿"^^xsd:string ;
    rdfs:comment "endlessly long or vast water currents"@en .

<http://lexvo.org/id/char/3D80> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/bak6%20gau1%20ngaau4%20pak3>,
        <http://lexvo.org/id/term/yue/%E3%B6%80>,
        "㶀"^^xsd:string ;
    rdfs:comment "deep and vast of the flowing water, name of a stream"@en .

<http://lexvo.org/id/char/3D81> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B6%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/gu%C3%B3>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gwik1%20wak6>,
        <http://lexvo.org/id/term/yue/%E3%B6%81>,
        "㶁"^^xsd:string ;
    rdfs:comment "after blocking the water flow takes different waterway, sound of the flowing water"@en .

<http://lexvo.org/id/char/3D82> a lvont:Character ;
    lvont:represents "㶂"^^xsd:string .

<http://lexvo.org/id/char/3D83> a lvont:Character ;
    lvont:represents "㶃"^^xsd:string .

<http://lexvo.org/id/char/3D84> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B6%84>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/teoi4%20zim4>,
        <http://lexvo.org/id/term/yue/%E3%B6%84>,
        "㶄"^^xsd:string ;
    rdfs:comment "to stain, dirty; filth, water flows forward"@en .

<http://lexvo.org/id/char/3D85> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B6%85>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xu%C3%A9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hok6>,
        <http://lexvo.org/id/term/yue/%E3%B6%85>,
        "㶅"^^xsd:string ;
    rdfs:comment "(same as 澩) dried up mountain creeks, a tributary of Weishui (in ancient times), sound of the roaring waves and billows"@en .

<http://lexvo.org/id/char/3D86> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B6%86>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%BA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zyu1>,
        <http://lexvo.org/id/term/yue/%E3%B6%86>,
        "㶆"^^xsd:string ;
    rdfs:comment "name of a stream in Hebei Province Hengshan, name of a river ( same as 涂水)"@en .

<http://lexvo.org/id/char/3D87> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B6%87>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A9ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/waang4>,
        <http://lexvo.org/id/term/yue/%E3%B6%87>,
        "㶇"^^xsd:string ;
    rdfs:comment "a ferry, to across the river in a boat, a ferry boat, a raft"@en .

<http://lexvo.org/id/char/3D88> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B6%88>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%ADng%20y%C3%ACng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zing4%20zing6>,
        <http://lexvo.org/id/term/yue/%E3%B6%88>,
        "㶈"^^xsd:string ;
    rdfs:comment "(same as 濙 U+6FD9) creeks"@en .

<http://lexvo.org/id/char/3D89> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C4%AB>,
        "㶉"^^xsd:string ;
    rdfs:comment "Mandarin duck, Aix galericulata"@en .

<http://lexvo.org/id/char/3D8A> a lvont:Character ;
    lvont:represents "㶊"^^xsd:string .

<http://lexvo.org/id/char/3D8B> a lvont:Character ;
    lvont:represents "㶋"^^xsd:string .

<http://lexvo.org/id/char/3D8C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B6%8C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lyun4>,
        <http://lexvo.org/id/term/yue/%E3%B6%8C>,
        "㶌"^^xsd:string ;
    rdfs:comment "name of a stream; head source from Henan Province jiyuanxian Wangwushan"@en .

<http://lexvo.org/id/char/3D8D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B6%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C7%8En>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sin2>,
        <http://lexvo.org/id/term/yue/%E3%B6%8D>,
        "㶍"^^xsd:string ;
    rdfs:comment "name of a stream"@en .

<http://lexvo.org/id/char/3D8E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B6%8E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/waan4>,
        <http://lexvo.org/id/term/yue/%E3%B6%8E>,
        "㶎"^^xsd:string ;
    rdfs:comment "(same as 澴) swift and torrential (said of flow of water), name of a stream in Hubei Province"@en .

<http://lexvo.org/id/char/3D8F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/zaan1>,
        <http://lexvo.org/id/term/yue/%E3%B6%8F>,
        "㶏"^^xsd:string ;
    rdfs:comment "an ancient name of a river in Henan Province Dengfengxian"@en .

<http://lexvo.org/id/char/3D90> a lvont:Character ;
    lvont:represents "㶐"^^xsd:string .

<http://lexvo.org/id/char/3D91> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B6%91>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lim6>,
        <http://lexvo.org/id/term/yue/%E3%B6%91>,
        "㶑"^^xsd:string ;
    rdfs:comment "(same as 瀲) overflowing (water), the edge of a large body of water"@en .

<http://lexvo.org/id/char/3D92> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B6%92>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C7%8En%20sh%C4%9Bn%20t%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sim2>,
        <http://lexvo.org/id/term/yue/%E3%B6%92>,
        "㶒"^^xsd:string ;
    rdfs:comment "the current of a stream, brave; courageous; decision with courage; (a person) of determination, swift flowing of the water currents, to float; to waft, to overflow"@en .

<http://lexvo.org/id/char/3D93> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B6%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C3%A1ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cong4>,
        <http://lexvo.org/id/term/yue/%E3%B6%93>,
        "㶓"^^xsd:string ;
    rdfs:comment "to sink; to drown; to be submerged"@en .

<http://lexvo.org/id/char/3D94> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B6%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%A8i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bai6%20bei6>,
        <http://lexvo.org/id/term/yue/%E3%B6%94>,
        "㶔"^^xsd:string ;
    rdfs:comment "(said of flow of water) swift and torrential, name of a stream"@en .

<http://lexvo.org/id/char/3D95> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B6%95>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C7%8En>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gaan2>,
        <http://lexvo.org/id/term/yue/%E3%B6%95>,
        "㶕"^^xsd:string ;
    rdfs:comment "to wash rice"@en .

<http://lexvo.org/id/char/3D96> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B6%96>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/suk1>,
        <http://lexvo.org/id/term/yue/%E3%B6%96>,
        "㶖"^^xsd:string ;
    rdfs:comment "rapid; turbulent of the waves and billows"@en .

<http://lexvo.org/id/char/3D97> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B6%97>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fan4%20fan6>,
        <http://lexvo.org/id/term/yue/%E3%B6%97>,
        "㶗"^^xsd:string ;
    rdfs:comment "well up; spring out of a fountain or geyser, name of a fountain in today's Henan Pronice"@en .

<http://lexvo.org/id/char/3D98> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B6%98>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/di%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tim5>,
        <http://lexvo.org/id/term/yue/%E3%B6%98>,
        "㶘"^^xsd:string ;
    rdfs:comment "full of water"@en .

<http://lexvo.org/id/char/3D99> a lvont:Character ;
    lvont:represents "㶙"^^xsd:string .

<http://lexvo.org/id/char/3D9A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B6%9A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%A0>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/baa3>,
        <http://lexvo.org/id/term/yue/%E3%B6%9A>,
        "㶚"^^xsd:string ;
    rdfs:comment "(a variant of 灞) name of a river in Shanxi"@en .

<http://lexvo.org/id/char/3D9B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B6%9B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%BA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zyu4>,
        <http://lexvo.org/id/term/yue/%E3%B6%9B>,
        "㶛"^^xsd:string ;
    rdfs:comment "name of a river, moving; swinging as in ripples"@en .

<http://lexvo.org/id/char/3D9C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/zyun1>,
        <http://lexvo.org/id/term/yue/%E3%B6%9C>,
        "㶜"^^xsd:string ;
    rdfs:comment "(same as 淵) deep water; vast, profound"@en .

<http://lexvo.org/id/char/3D9D> a lvont:Character ;
    lvont:represents "㶝"^^xsd:string .

<http://lexvo.org/id/char/3D9E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B6%9E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C7%8Eng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/nong5>,
        <http://lexvo.org/id/term/yue/%E3%B6%9E>,
        "㶞"^^xsd:string ;
    rdfs:comment "(same as 瀼) water currents; flowing of water, name of a river in Sichuan Province, heavily bedewed"@en .

<http://lexvo.org/id/char/3D9F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B6%9F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C4%9Bi>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/leoi5>,
        <http://lexvo.org/id/term/yue/%E3%B6%9F>,
        "㶟"^^xsd:string ;
    rdfs:comment "an ancient name for a river in Shanxi and Hebei"@en .

<http://lexvo.org/id/char/3DA0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B6%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zik6>,
        <http://lexvo.org/id/term/yue/%E3%B6%A0>,
        "㶠"^^xsd:string ;
    rdfs:comment "water currents; flowing of water"@en .

<http://lexvo.org/id/char/3DA1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B6%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%A0i%20hu%C7%92%20zu%C3%B3>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fo2>,
        <http://lexvo.org/id/term/yue/%E3%B6%A1>,
        "㶡"^^xsd:string ;
    rdfs:comment "(ancient form of 火) bright lights and illuminations of the fire, fire sounds"@en .

<http://lexvo.org/id/char/3DA2> a lvont:Character ;
    lvont:represents "㶢"^^xsd:string .

<http://lexvo.org/id/char/3DA3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B6%A3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cam4>,
        <http://lexvo.org/id/term/yue/%E3%B6%A3>,
        "㶣"^^xsd:string ;
    rdfs:comment "to burn; to heat, to burn over a wider and wider area; to glow; to shine, light; brightness"@en .

<http://lexvo.org/id/char/3DA4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B6%A4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C7%8Eo>,
        <http://lexvo.org/id/term/vie/t%E1%BA%A1ch>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/caau2>,
        <http://lexvo.org/id/term/yue/%E3%B6%A4>,
        "㶤"^^xsd:string ;
    rdfs:comment "(non-classical form of 炒) to fry; to roast; to cook"@en .

<http://lexvo.org/id/char/3DA5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/gon1%20soeng2>,
        <http://lexvo.org/id/term/yue/%E3%B6%A5>,
        "㶥"^^xsd:string .

<http://lexvo.org/id/char/3DA6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B6%A6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%ACn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zeon4>,
        <http://lexvo.org/id/term/yue/%E3%B6%A6>,
        "㶦"^^xsd:string ;
    rdfs:comment "ashes; embers, remnants of"@en .

<http://lexvo.org/id/char/3DA7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B6%A7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C3%A8n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hei1%20nyun6>,
        <http://lexvo.org/id/term/yue/%E3%B6%A7>,
        "㶧"^^xsd:string ;
    rdfs:comment "warm"@en .

<http://lexvo.org/id/char/3DA8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/pei1%20pei4>,
        <http://lexvo.org/id/term/yue/%E3%B6%A8>,
        "㶨"^^xsd:string ;
    rdfs:comment "(same as 炋) fire"@en .

<http://lexvo.org/id/char/3DA9> a lvont:Character ;
    lvont:represents "㶩"^^xsd:string .

<http://lexvo.org/id/char/3DAA> a lvont:Character ;
    lvont:represents "㶪"^^xsd:string .

<http://lexvo.org/id/char/3DAB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B6%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C7%8Eo%20li%C3%A0o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/liu4%20liu6>,
        <http://lexvo.org/id/term/yue/%E3%B6%AB>,
        "㶫"^^xsd:string ;
    rdfs:comment "(corrupted form of 燎) to burn, to illuminate; a signal light; brilliant"@en .

<http://lexvo.org/id/char/3DAC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B6%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A9i%20m%C3%B2>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mut6>,
        <http://lexvo.org/id/term/yue/%E3%B6%AC>,
        "㶬"^^xsd:string ;
    rdfs:comment "bright lights and illuminations of the fire, flames"@en .

<http://lexvo.org/id/char/3DAD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B6%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%B9%20y%C7%92u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/aai2%20ai1%20zaau2>,
        <http://lexvo.org/id/term/yue/%E3%B6%AD>,
        "㶭"^^xsd:string ;
    rdfs:comment "almost dry; not completely dried"@en .

<http://lexvo.org/id/char/3DAE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/siu1>,
        <http://lexvo.org/id/term/yue/%E3%B6%AE>,
        "㶮"^^xsd:string ;
    rdfs:comment "(same as 燒) to burn, to roast, to boil; to heat"@en .

<http://lexvo.org/id/char/3DAF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B6%AF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gaau3%20laau6>,
        <http://lexvo.org/id/term/yue/%E3%B6%AF>,
        "㶯"^^xsd:string ;
    rdfs:comment "fire"@en .

<http://lexvo.org/id/char/3DB0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B6%B0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ham4>,
        <http://lexvo.org/id/term/yue/%E3%B6%B0>,
        "㶰"^^xsd:string ;
    rdfs:comment "flame; fire, light; brightness"@en .

<http://lexvo.org/id/char/3DB1> a lvont:Character ;
    lvont:represents "㶱"^^xsd:string .

<http://lexvo.org/id/char/3DB2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B6%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%B2ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zung6>,
        <http://lexvo.org/id/term/yue/%E3%B6%B2>,
        "㶲"^^xsd:string ;
    rdfs:comment "measuring unit for thermodynamics"@en .

<http://lexvo.org/id/char/3DB3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B6%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%ACn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zeon6>,
        <http://lexvo.org/id/term/yue/%E3%B6%B3>,
        "㶳"^^xsd:string ;
    rdfs:comment "(same as 燼) ashes; ember"@en .

<http://lexvo.org/id/char/3DB4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B6%B4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C7%90%20sh%C7%90>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ci2>,
        <http://lexvo.org/id/term/yue/%E3%B6%B4>,
        "㶴"^^xsd:string ;
    rdfs:comment "a very great fire; flourishing flames, rich; exuberant; grand; prosperous"@en .

<http://lexvo.org/id/char/3DB5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B6%B5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/r%C3%A8n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zaam6>,
        <http://lexvo.org/id/term/yue/%E3%B6%B5>,
        "㶵"^^xsd:string ;
    rdfs:comment "(same as U+9901 飪) to cook food thoroughly"@en .

<http://lexvo.org/id/char/3DB6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B6%B6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C3%B3ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/nung4>,
        <http://lexvo.org/id/term/yue/%E3%B6%B6>,
        "㶶"^^xsd:string ;
    rdfs:comment "scorched, burned"@en .

<http://lexvo.org/id/char/3DB7> a lvont:Character ;
    lvont:represents "㶷"^^xsd:string .

<http://lexvo.org/id/char/3DB8> a lvont:Character ;
    lvont:represents "㶸"^^xsd:string .

<http://lexvo.org/id/char/3DB9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B6%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%B2ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hung6>,
        <http://lexvo.org/id/term/yue/%E3%B6%B9>,
        "㶹"^^xsd:string ;
    rdfs:comment "fire; flames"@en .

<http://lexvo.org/id/char/3DBA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B6%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ti%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tim6>,
        <http://lexvo.org/id/term/yue/%E3%B6%BA>,
        "㶺"^^xsd:string ;
    rdfs:comment "the light or glow of fire"@en .

<http://lexvo.org/id/char/3DBB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/bung2%20fung1%20fung3%20gik1>,
        <http://lexvo.org/id/term/yue/%E3%B6%BB>,
        "㶻"^^xsd:string ;
    rdfs:comment "(same as 烽) a conical brick-structure in which to light a beacon; (in ancient China) a tall structure (on a city wall, etc.) where fire was made to signal enemy invasion or presence of bandits"@en .

<http://lexvo.org/id/char/3DBC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/oi1>,
        <http://lexvo.org/id/term/yue/%E3%B6%BC>,
        "㶼"^^xsd:string ;
    rdfs:comment "very hot, to burn, to heat, to roast, dazzling; bright; shining, a very great fire; flourishing flames"@en .

<http://lexvo.org/id/char/3DBD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/gwaa1>,
        <http://lexvo.org/id/term/yue/%E3%B6%BD>,
        "㶽"^^xsd:string ;
    rdfs:comment "(Cant.) 火㶽, to instant-boil thin slices of meat and vegetables in a chafing dish at the dining table"@en .

<http://lexvo.org/id/char/3DBE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/biu1>,
        <http://lexvo.org/id/term/yue/%E3%B6%BE>,
        "㶾"^^xsd:string ;
    rdfs:comment "(non-classical abbreviated form of 熛) tough and honest; upright, flames burst into a blaze"@en .

<http://lexvo.org/id/char/3DBF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B6%BF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%B3>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/but6>,
        <http://lexvo.org/id/term/yue/%E3%B6%BF>,
        "㶿"^^xsd:string ;
    rdfs:comment "the smoke went up; giving forth smoke; smoking; misty"@en .

<http://lexvo.org/id/char/3DC0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B7%80>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C3%B3ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/king4>,
        <http://lexvo.org/id/term/yue/%E3%B7%80>,
        "㷀"^^xsd:string ;
    rdfs:comment "(same as 焭,煢,惸) solitary; alone; single; brotherless; friendless; helpless, dice; a kind of gambling game played in ancient times"@en .

<http://lexvo.org/id/char/3DC1> a lvont:Character ;
    lvont:represents "㷁"^^xsd:string .

<http://lexvo.org/id/char/3DC2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B7%82>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/seoi6%20syun4>,
        <http://lexvo.org/id/term/yue/%E3%B7%82>,
        "㷂"^^xsd:string ;
    rdfs:comment "bright; light; brilliant"@en .

<http://lexvo.org/id/char/3DC3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B7%83>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/cu%C7%90>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ceoi5>,
        <http://lexvo.org/id/term/yue/%E3%B7%83>,
        "㷃"^^xsd:string ;
    rdfs:comment "long-burning fire"@en .

<http://lexvo.org/id/char/3DC4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B7%84>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gun3%20kui2>,
        <http://lexvo.org/id/term/yue/%E3%B7%84>,
        "㷄"^^xsd:string ;
    rdfs:comment "fire; flames"@en .

<http://lexvo.org/id/char/3DC5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B7%85>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C7%8Eo%20mi%C7%8Eo>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/caau2>,
        <http://lexvo.org/id/term/yue/%E3%B7%85>,
        "㷅"^^xsd:string ;
    rdfs:comment "(same as 炒) to cook; to stew or simmer; to fry; to roast; to broil (rice)"@en .

<http://lexvo.org/id/char/3DC6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B7%86>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%B2u%20f%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fu5>,
        <http://lexvo.org/id/term/yue/%E3%B7%86>,
        "㷆"^^xsd:string ;
    rdfs:comment "thriving; flourishing"@en .

<http://lexvo.org/id/char/3DC7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B7%87>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/gu%C3%A0i%20ku%C3%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fui1>,
        <http://lexvo.org/id/term/yue/%E3%B7%87>,
        "㷇"^^xsd:string ;
    rdfs:comment "(same as 恢) great; immense; enormous; vast; extensive"@en .

<http://lexvo.org/id/char/3DC8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C3%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B7%88>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/at3>,
        <http://lexvo.org/id/term/yue/%E3%B7%88>,
        "㷈"^^xsd:string ;
    rdfs:comment "embers kept for starting a new fire, or any burning object (covered by ashes) which causes a fire disaster, the farm products getting heated with piling up and closing completely"@en .

<http://lexvo.org/id/char/3DC9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B7%89>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C3%A8i%20y%C3%B9%20y%C3%B9n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wan6>,
        <http://lexvo.org/id/term/yue/%E3%B7%89>,
        "㷉"^^xsd:string ;
    rdfs:comment "(a variant of U+71A8 熨) to iron, an iron for smoothing garments (same as 尉) to still; to quiet, a military official"@en .

<http://lexvo.org/id/char/3DCA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B7%8A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%A9n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/faan4%20faan5>,
        <http://lexvo.org/id/term/yue/%E3%B7%8A>,
        "㷊"^^xsd:string ;
    rdfs:comment "(non-classical form of 焚) to burn; to set fire to"@en .

<http://lexvo.org/id/char/3DCB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B7%8B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%A1n%20t%C7%8En>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dam2%20tam4>,
        <http://lexvo.org/id/term/yue/%E3%B7%8B>,
        "㷋"^^xsd:string ;
    rdfs:comment "embers"@en .

<http://lexvo.org/id/char/3DCC> a lvont:Character ;
    lvont:represents "㷌"^^xsd:string .

<http://lexvo.org/id/char/3DCD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B7%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%BAn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/leon4>,
        <http://lexvo.org/id/term/yue/%E3%B7%8D>,
        "㷍"^^xsd:string ;
    rdfs:comment "a chemical term; known formerly as benzene"@en .

<http://lexvo.org/id/char/3DCE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B7%8E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A8%20h%C3%B3ng%20xi%C3%A9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hot3%20kit3>,
        <http://lexvo.org/id/term/yue/%E3%B7%8E>,
        "㷎"^^xsd:string ;
    rdfs:comment "(same as 暍) sunstroke, hot; feverish"@en .

<http://lexvo.org/id/char/3DCF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B7%8F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%92ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zung2>,
        <http://lexvo.org/id/term/yue/%E3%B7%8F>,
        "㷏"^^xsd:string ;
    rdfs:comment "used in person's name"@en .

<http://lexvo.org/id/char/3DD0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B7%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C7%90>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kui2%20waai2>,
        <http://lexvo.org/id/term/yue/%E3%B7%90>,
        "㷐"^^xsd:string ;
    rdfs:comment "(same as 燬) fire; blaze, to destroy by fire; to burn down"@en .

<http://lexvo.org/id/char/3DD1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/nim6%20soeng1%20zaan1%20zin1>,
        <http://lexvo.org/id/term/yue/%E3%B7%91>,
        "㷑"^^xsd:string ;
    rdfs:comment "(same as 煙 捈) smoke; fumes, tabacco; opium; cigarette, mist; vapor"@en .

<http://lexvo.org/id/char/3DD2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B7%92>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%BA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zyu4>,
        <http://lexvo.org/id/term/yue/%E3%B7%92>,
        "㷒"^^xsd:string ;
    rdfs:comment "to cook meals; to cook food; to prepare a dinner"@en .

<http://lexvo.org/id/char/3DD3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B7%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C7%92ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zung2>,
        <http://lexvo.org/id/term/yue/%E3%B7%93>,
        "㷓"^^xsd:string ;
    rdfs:comment "(same as 熜) a torch (formed by binding the stem of the hemp), chimney; stack"@en .

<http://lexvo.org/id/char/3DD4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B7%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zim6>,
        <http://lexvo.org/id/term/yue/%E3%B7%94>,
        "㷔"^^xsd:string ;
    rdfs:comment "(same as non-classical form of 焰) flame; blaze; glowing; brilliant"@en .

<http://lexvo.org/id/char/3DD5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B7%95>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C3%BA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zaau4>,
        <http://lexvo.org/id/term/yue/%E3%B7%95>,
        "㷕"^^xsd:string ;
    rdfs:comment "hearing sound"@en .

<http://lexvo.org/id/char/3DD6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B7%96>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%A0o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ziu3>,
        <http://lexvo.org/id/term/yue/%E3%B7%96>,
        "㷖"^^xsd:string ;
    rdfs:comment "(same as 照) to shine upon; to light or illumine"@en .

<http://lexvo.org/id/char/3DD7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B7%97>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C7%92ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gwing2>,
        <http://lexvo.org/id/term/yue/%E3%B7%97>,
        "㷗"^^xsd:string ;
    rdfs:comment "(a corrupted form) used in person's name"@en .

<http://lexvo.org/id/char/3DD8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B7%98>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%A1i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/toi4>,
        <http://lexvo.org/id/term/yue/%E3%B7%98>,
        "㷘"^^xsd:string ;
    rdfs:comment "coal; charcoal"@en .

<http://lexvo.org/id/char/3DD9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/zin1>,
        <http://lexvo.org/id/term/yue/%E3%B7%99>,
        "㷙"^^xsd:string ;
    rdfs:comment "(same as 煎) to fry in fat or oil, to cook"@en .

<http://lexvo.org/id/char/3DDA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/%C4%91o%C3%A0nh>,
        "㷚"^^xsd:string .

<http://lexvo.org/id/char/3DDB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/bou1>,
        <http://lexvo.org/id/term/yue/%E3%B7%9B>,
        "㷛"^^xsd:string ;
    rdfs:comment "to boil, cook; a pot, kettle"@en .

<http://lexvo.org/id/char/3DDC> a lvont:Character ;
    lvont:represents "㷜"^^xsd:string .

<http://lexvo.org/id/char/3DDD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/d%E1%BB%A5t>,
        "㷝"^^xsd:string .

<http://lexvo.org/id/char/3DDE> a lvont:Character ;
    lvont:represents "㷞"^^xsd:string .

<http://lexvo.org/id/char/3DDF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B7%9F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/tu%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/teoi3>,
        <http://lexvo.org/id/term/yue/%E3%B7%9F>,
        "㷟"^^xsd:string ;
    rdfs:comment "(same as non-classical form of 嬯) to scald the bristles off a pig or the feathers off a bird"@en .

<http://lexvo.org/id/char/3DE0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B7%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%ADn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/leon4>,
        <http://lexvo.org/id/term/yue/%E3%B7%A0>,
        "㷠"^^xsd:string ;
    rdfs:comment "A will-o'-the-wisp; a flitting light "@en .

<http://lexvo.org/id/char/3DE1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B7%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C7%92ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gwing2%20waan4%20wo1>,
        <http://lexvo.org/id/term/yue/%E3%B7%A1>,
        "㷡"^^xsd:string ;
    rdfs:comment "to startle; to amaze; to astound"@en .

<http://lexvo.org/id/char/3DE2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B7%A2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C7%8E>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zaa2>,
        <http://lexvo.org/id/term/yue/%E3%B7%A2>,
        "㷢"^^xsd:string ;
    rdfs:comment "bundle of charcoal, to dry in the sun"@en .

<http://lexvo.org/id/char/3DE3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/sing1>,
        <http://lexvo.org/id/term/yue/%E3%B7%A3>,
        "㷣"^^xsd:string ;
    rdfs:comment "red; the color of fire"@en .

<http://lexvo.org/id/char/3DE4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B7%A4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A8%20h%C3%B9%20xu%C3%A8>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/huk6%20kok3>,
        <http://lexvo.org/id/term/yue/%E3%B7%A4>,
        "㷤"^^xsd:string ;
    rdfs:comment "rosy clouds of dawn; rosy dawn, sounds of the fire"@en .

<http://lexvo.org/id/char/3DE5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/zing1>,
        <http://lexvo.org/id/term/yue/%E3%B7%A5>,
        "㷥"^^xsd:string ;
    rdfs:comment "(same as 烝) steam, to cook by steaming"@en .

<http://lexvo.org/id/char/3DE6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B7%A6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gwik1%20zik6>,
        <http://lexvo.org/id/term/yue/%E3%B7%A6>,
        "㷦"^^xsd:string ;
    rdfs:comment "(non-classical form of 瞁) to open the eyes with astonishment"@en .

<http://lexvo.org/id/char/3DE7> a lvont:Character ;
    lvont:represents "㷧"^^xsd:string .

<http://lexvo.org/id/char/3DE8> a lvont:Character ;
    lvont:represents "㷨"^^xsd:string .

<http://lexvo.org/id/char/3DE9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/hei1>,
        <http://lexvo.org/id/term/yue/%E3%B7%A9>,
        "㷩"^^xsd:string ;
    rdfs:comment "(a variant of 熙) bright, splendid. Intelligent, prosperous"@en .

<http://lexvo.org/id/char/3DEA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B7%AA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/cu%C3%AC%20zu%C7%8En>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zyun2>,
        <http://lexvo.org/id/term/yue/%E3%B7%AA>,
        "㷪"^^xsd:string ;
    rdfs:comment "(a variant) fat; rich, a stew of fish"@en .

<http://lexvo.org/id/char/3DEB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B7%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C7%90ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hing3%20kaai2>,
        <http://lexvo.org/id/term/yue/%E3%B7%AB>,
        "㷫"^^xsd:string ;
    rdfs:comment "to bake or dry by fire"@en .

<http://lexvo.org/id/char/3DEC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B7%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%B2>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mok6%20mung4>,
        <http://lexvo.org/id/term/yue/%E3%B7%AC>,
        "㷬"^^xsd:string ;
    rdfs:comment "fire"@en .

<http://lexvo.org/id/char/3DED> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/fung1>,
        <http://lexvo.org/id/term/yue/%E3%B7%AD>,
        "㷭"^^xsd:string ;
    rdfs:comment "(same as 烽) a conical brick-structure in which to light a beacon; (in ancient China) a tall structure (on a city wall, etc.) where fire was made to signal enemy invasion or presence of bandits"@en .

<http://lexvo.org/id/char/3DEE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/zou1>,
        <http://lexvo.org/id/term/yue/%E3%B7%AE>,
        "㷮"^^xsd:string ;
    rdfs:comment "scorched or burned wood, to burn; to heat, to destroy in fire, to roast or bake"@en .

<http://lexvo.org/id/char/3DEF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B7%AF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%A8ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bang1%20bit6%20pung2>,
        <http://lexvo.org/id/term/yue/%E3%B7%AF>,
        "㷯"^^xsd:string ;
    rdfs:comment "smoke and dust everywhere; air pollution"@en .

<http://lexvo.org/id/char/3DF0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B7%B0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ci1>,
        <http://lexvo.org/id/term/yue/%E3%B7%B0>,
        "㷰"^^xsd:string ;
    rdfs:comment "flames"@en .

<http://lexvo.org/id/char/3DF1> a lvont:Character ;
    lvont:represents "㷱"^^xsd:string .

<http://lexvo.org/id/char/3DF2> a lvont:Character ;
    lvont:represents "㷲"^^xsd:string .

<http://lexvo.org/id/char/3DF3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B7%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ngan6>,
        <http://lexvo.org/id/term/yue/%E3%B7%B3>,
        "㷳"^^xsd:string ;
    rdfs:comment "color of the flame"@en .

<http://lexvo.org/id/char/3DF4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B7%B4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C3%A9%20l%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lik6>,
        <http://lexvo.org/id/term/yue/%E3%B7%B4>,
        "㷴"^^xsd:string ;
    rdfs:comment "(same as 爏) fire"@en .

<http://lexvo.org/id/char/3DF5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B7%B5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%B2>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mak6>,
        <http://lexvo.org/id/term/yue/%E3%B7%B5>,
        "㷵"^^xsd:string ;
    rdfs:comment "(same as 爅) fire; flame; light"@en .

<http://lexvo.org/id/char/3DF6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B7%B6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%A8i%20b%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bik1>,
        <http://lexvo.org/id/term/yue/%E3%B7%B6>,
        "㷶"^^xsd:string ;
    rdfs:comment "to dry or warm ( grains) near a fire"@en .

<http://lexvo.org/id/char/3DF7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B7%B7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ju%C7%8En>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gyun2>,
        <http://lexvo.org/id/term/yue/%E3%B7%B7>,
        "㷷"^^xsd:string ;
    rdfs:comment "(same as 臇) thick soup; broth, fat; rich, a stew of fish"@en .

<http://lexvo.org/id/char/3DF8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B7%B8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/di%C3%A9%20y%C3%A8>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zaap1%20zik1%20zip6>,
        <http://lexvo.org/id/term/yue/%E3%B7%B8>,
        "㷸"^^xsd:string ;
    rdfs:comment "(a variant of 燁) blaze of fire, splendid, glorious"@en .

<http://lexvo.org/id/char/3DF9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B7%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%A0o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zaau3%20zoek3>,
        <http://lexvo.org/id/term/yue/%E3%B7%B9>,
        "㷹"^^xsd:string ;
    rdfs:comment "intense heat, to fry in intensive fire"@en .

<http://lexvo.org/id/char/3DFA> a lvont:Character ;
    lvont:represents "㷺"^^xsd:string .

<http://lexvo.org/id/char/3DFB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B7%BB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C3%BA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mou4>,
        <http://lexvo.org/id/term/yue/%E3%B7%BB>,
        "㷻"^^xsd:string ;
    rdfs:comment "(same as 無) without, none, a negative (a variant 嬭) to burn food in cocking; singed; burnt"@en .

<http://lexvo.org/id/char/3DFC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B7%BC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zin3>,
        <http://lexvo.org/id/term/yue/%E3%B7%BC>,
        "㷼"^^xsd:string ;
    rdfs:comment "(standard form of 燕) a swallow, comfort; ease; to soothe (interchangeable 晏) to feast; to enjoy, name of a certain feudal States"@en .

<http://lexvo.org/id/char/3DFD> a lvont:Character ;
    lvont:represents "㷽"^^xsd:string .

<http://lexvo.org/id/char/3DFE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B7%BE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ju%C3%A9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/koek6>,
        <http://lexvo.org/id/term/yue/%E3%B7%BE>,
        "㷾"^^xsd:string ;
    rdfs:comment "blaze of fire; burning vigorously"@en .

<http://lexvo.org/id/char/3DFF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/hin1>,
        <http://lexvo.org/id/term/yue/%E3%B7%BF>,
        "㷿"^^xsd:string ;
    rdfs:comment "flame; fire, bitter; acrid taste"@en .

<http://lexvo.org/id/char/3E00> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B8%80>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%A1i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/toi6>,
        <http://lexvo.org/id/term/yue/%E3%B8%80>,
        "㸀"^^xsd:string ;
    rdfs:comment "(non-classical form of 炱) blackened with soot"@en .

<http://lexvo.org/id/char/3E01> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B8%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C7%8En%20h%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hon2%20hon3>,
        <http://lexvo.org/id/term/yue/%E3%B8%81>,
        "㸁"^^xsd:string ;
    rdfs:comment "(corrupted form of 熯) dry; freely burning; to burn; to roast (dialect) to dry or heat near a fire; consume by fire, to expose to sunlight (same as 焊) to weld; to join with solder, respectful; reverent; deferential"@en .

<http://lexvo.org/id/char/3E02> a lvont:Character ;
    lvont:represents "㸂"^^xsd:string .

<http://lexvo.org/id/char/3E03> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B8%83>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/di%C7%8En>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dim2%20ding2>,
        <http://lexvo.org/id/term/yue/%E3%B8%83>,
        "㸃"^^xsd:string ;
    rdfs:comment "(same as 點) a dot; a spot; a speck, a point, a little; a mite, to count; to check on by one, to punctuate"@en .

<http://lexvo.org/id/char/3E04> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B8%84>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%AC%20ji%C3%A9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zai6>,
        <http://lexvo.org/id/term/yue/%E3%B8%84>,
        "㸄"^^xsd:string ;
    rdfs:comment "(same as 齌) a raging fire"@en .

<http://lexvo.org/id/char/3E05> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B8%85>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%A9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zit3>,
        <http://lexvo.org/id/term/yue/%E3%B8%85>,
        "㸅"^^xsd:string ;
    rdfs:comment "ashes; candle end"@en .

<http://lexvo.org/id/char/3E06> a lvont:Character ;
    lvont:represents "㸆"^^xsd:string .

<http://lexvo.org/id/char/3E07> a lvont:Character ;
    lvont:represents "㸇"^^xsd:string .

<http://lexvo.org/id/char/3E08> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/ziu1>,
        <http://lexvo.org/id/term/yue/%E3%B8%88>,
        "㸈"^^xsd:string ;
    rdfs:comment "(same as 焦) scorched or burned, worried and anxious"@en .

<http://lexvo.org/id/char/3E09> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B8%89>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A8>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sit3>,
        <http://lexvo.org/id/term/yue/%E3%B8%89>,
        "㸉"^^xsd:string ;
    rdfs:comment "(non-classcial form of 燮) to adapt; to adjust; to blend; to harmonize"@en .

<http://lexvo.org/id/char/3E0A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B8%8A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%A0%20l%C3%A0i%20li%C3%A8>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lai6%20lat6>,
        <http://lexvo.org/id/term/yue/%E3%B8%8A>,
        "㸊"^^xsd:string ;
    rdfs:comment "fierce of fire, cruel; malicious, fire; flame"@en .

<http://lexvo.org/id/char/3E0B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B8%8B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/faan4>,
        <http://lexvo.org/id/term/yue/%E3%B8%8B>,
        "㸋"^^xsd:string ;
    rdfs:comment "(interchangeable 膰) meats used in sacrifice"@en .

<http://lexvo.org/id/char/3E0C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B8%8C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%B2>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fok3>,
        <http://lexvo.org/id/term/yue/%E3%B8%8C>,
        "㸌"^^xsd:string ;
    rdfs:comment "to twinkle; bright light in glimpses; flashing"@en .

<http://lexvo.org/id/char/3E0D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B8%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hei3>,
        <http://lexvo.org/id/term/yue/%E3%B8%8D>,
        "㸍"^^xsd:string ;
    rdfs:comment "to burn, to roast, to boil; to heat"@en .

<http://lexvo.org/id/char/3E0E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B8%8E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ni%C3%A8>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/nip6>,
        <http://lexvo.org/id/term/yue/%E3%B8%8E>,
        "㸎"^^xsd:string ;
    rdfs:comment "warm, fire; flame"@en .

<http://lexvo.org/id/char/3E0F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B8%8F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mei4>,
        <http://lexvo.org/id/term/yue/%E3%B8%8F>,
        "㸏"^^xsd:string ;
    rdfs:comment "(same as 爢) cooked or well-done; cooked soft, (interchangeable 糜) mashed"@en .

<http://lexvo.org/id/char/3E10> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B8%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/r%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zin4>,
        <http://lexvo.org/id/term/yue/%E3%B8%90>,
        "㸐"^^xsd:string ;
    rdfs:comment "(an ancient form of 然) to burn; to light a fire"@en .

<http://lexvo.org/id/char/3E11> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B8%91>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/cu%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cyun3%20seon3>,
        <http://lexvo.org/id/term/yue/%E3%B8%91>,
        "㸑"^^xsd:string ;
    rdfs:comment "(same as 爨) a cooking-stove; to cook, a mess, a kind of theatrical composition"@en .

<http://lexvo.org/id/char/3E12> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B8%92>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%ADn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zaam4>,
        <http://lexvo.org/id/term/yue/%E3%B8%92>,
        "㸒"^^xsd:string ;
    rdfs:comment "to absurd pursuit or desire; to wish wildly; to desire to long for (usually more than one's rightful share), to knit; to weave"@en .

<http://lexvo.org/id/char/3E13> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B8%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mat6>,
        <http://lexvo.org/id/term/yue/%E3%B8%93>,
        "㸓"^^xsd:string ;
    rdfs:comment "to have disappeared, avoid, not at all, not supporting by"@en .

<http://lexvo.org/id/char/3E14> a lvont:Character ;
    lvont:represents "㸔"^^xsd:string .

<http://lexvo.org/id/char/3E15> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B8%95>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ju%C3%A9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fok3>,
        <http://lexvo.org/id/term/yue/%E3%B8%95>,
        "㸕"^^xsd:string ;
    rdfs:comment "(same as 攫) to seize; to take hold of; to snatch"@en .

<http://lexvo.org/id/char/3E16> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/keoi1>,
        <http://lexvo.org/id/term/yue/%E3%B8%96>,
        "㸖"^^xsd:string ;
    rdfs:comment "hide or to keep in store the vegetable in cold winter days"@en .

<http://lexvo.org/id/char/3E17> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B8%97>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%B3ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tung4>,
        <http://lexvo.org/id/term/yue/%E3%B8%97>,
        "㸗"^^xsd:string ;
    rdfs:comment "not a real father or a nature father (as distinct from foster father)"@en .

<http://lexvo.org/id/char/3E18> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B8%98>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wan6>,
        <http://lexvo.org/id/term/yue/%E3%B8%98>,
        "㸘"^^xsd:string ;
    rdfs:comment "(ancient form of 萬) ten thousand, all, very; extremely; absolutely"@en .

<http://lexvo.org/id/char/3E19> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/ze1>,
        <http://lexvo.org/id/term/yue/%E3%B8%99>,
        "㸙"^^xsd:string ;
    rdfs:comment "(dialect) father, husband of a wet nurse (addressed in ancient times)"@en .

<http://lexvo.org/id/char/3E1A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B8%9A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C7%90>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lei5>,
        <http://lexvo.org/id/term/yue/%E3%B8%9A>,
        "㸚"^^xsd:string ;
    rdfs:comment "scattered or dispersed and clear, to stop, to detain, a conncetion, lineage"@en .

<http://lexvo.org/id/char/3E1B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B8%9B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%A1o%20shu%C3%B2>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/siu4>,
        <http://lexvo.org/id/term/yue/%E3%B8%9B>,
        "㸛"^^xsd:string .

<http://lexvo.org/id/char/3E1C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B8%9C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C3%B2ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hung1>,
        <http://lexvo.org/id/term/yue/%E3%B8%9C>,
        "㸜"^^xsd:string ;
    rdfs:comment "to get through the space enclosed by a constellation; to go out of"@en .

<http://lexvo.org/id/char/3E1D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B8%9D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C7%8En>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hin1>,
        <http://lexvo.org/id/term/yue/%E3%B8%9D>,
        "㸝"^^xsd:string ;
    rdfs:comment "(same as 杴) a shovel, a trough to carry off water, a wood-board; a plank"@en .

<http://lexvo.org/id/char/3E1E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B8%9E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C7%8En>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ban2>,
        <http://lexvo.org/id/term/yue/%E3%B8%9E>,
        "㸞"^^xsd:string ;
    rdfs:comment "blocks for printing, supporting boards used in building walls"@en .

<http://lexvo.org/id/char/3E1F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/taai2%20zi1>,
        <http://lexvo.org/id/term/yue/%E3%B8%9F>,
        "㸟"^^xsd:string ;
    rdfs:comment "to cover; to close; to shut"@en .

<http://lexvo.org/id/char/3E20> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B8%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ti%C7%8Eo>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tiu5>,
        <http://lexvo.org/id/term/yue/%E3%B8%A0>,
        "㸠"^^xsd:string ;
    rdfs:comment "thick stick; stout carrying pole, beam of a bed"@en .

<http://lexvo.org/id/char/3E21> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/syu4>,
        <http://lexvo.org/id/term/yue/%E3%B8%A1>,
        "㸡"^^xsd:string ;
    rdfs:comment "board to block the water current, to across a river by a closs-beam"@en .

<http://lexvo.org/id/char/3E22> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B8%A2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%A8i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bei6>,
        <http://lexvo.org/id/term/yue/%E3%B8%A2>,
        "㸢"^^xsd:string ;
    rdfs:comment "cross-beam of a bed, window, a mould; a pattern"@en .

<http://lexvo.org/id/char/3E23> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B8%A3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A8%20y%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zip6>,
        <http://lexvo.org/id/term/yue/%E3%B8%A3>,
        "㸣"^^xsd:string ;
    rdfs:comment "(same as 業) in ancient China, big piece of board (plank) on a music rack with the carving of the shape of saw's teeth; used to hang clock (musical stone, drum, etc.), instruction"@en .

<http://lexvo.org/id/char/3E24> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B8%A4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/pi%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/pang4%20pin3>,
        <http://lexvo.org/id/term/yue/%E3%B8%A4>,
        "㸤"^^xsd:string ;
    rdfs:comment "broken leather"@en .

<http://lexvo.org/id/char/3E25> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B8%A5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cam4>,
        <http://lexvo.org/id/term/yue/%E3%B8%A5>,
        "㸥"^^xsd:string ;
    rdfs:comment "household registers, printing plate, supporting boards used in building walls, (same as 欃) sandalwood, water gate; sluice; floodgate"@en .

<http://lexvo.org/id/char/3E26> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B8%A6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wu6%20wui1>,
        <http://lexvo.org/id/term/yue/%E3%B8%A6>,
        "㸦"^^xsd:string ;
    rdfs:comment "(non-classical form same as 互) mutually; together; each other (dialect) scratching or clawing to and fro"@en .

<http://lexvo.org/id/char/3E27> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B8%A7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C3%A8n%20y%C3%ADn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/haan2>,
        <http://lexvo.org/id/term/yue/%E3%B8%A7>,
        "㸧"^^xsd:string ;
    rdfs:comment "(interchangeable 啃) to bite; to gnaw, a gnashing sound, (standard form 齦) gums (of the teeth), erosion; to erode"@en .

<http://lexvo.org/id/char/3E28> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/gaau1%20kaau1>,
        <http://lexvo.org/id/term/yue/%E3%B8%A8>,
        "㸨"^^xsd:string ;
    rdfs:comment "a big bull"@en .

<http://lexvo.org/id/char/3E29> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C3%A0n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B8%A9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ngon6>,
        <http://lexvo.org/id/term/yue/%E3%B8%A9>,
        "㸩"^^xsd:string ;
    rdfs:comment "to desist an ox (止牛)"@en .

<http://lexvo.org/id/char/3E2A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B8%AA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%BAn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/maan5%20seon4>,
        <http://lexvo.org/id/term/yue/%E3%B8%AA>,
        "㸪"^^xsd:string ;
    rdfs:comment "an ox walking slowly"@en .

<http://lexvo.org/id/char/3E2B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B8%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gin1>,
        <http://lexvo.org/id/term/yue/%E3%B8%AB>,
        "㸫"^^xsd:string ;
    rdfs:comment "(same as 犍) castrated bull; ox, name of a political division in ancient China; today's Sichuan Province, a kind of animal (looks like an ox)"@en .

<http://lexvo.org/id/char/3E2C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B8%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%A8i%20f%C3%A8i%20p%C3%A8i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bui3>,
        <http://lexvo.org/id/term/yue/%E3%B8%AC>,
        "㸬"^^xsd:string ;
    rdfs:comment "a two-years-old ox, ox with a long body, ox with long and big feet"@en .

<http://lexvo.org/id/char/3E2D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/baa1%20paa4>,
        <http://lexvo.org/id/term/yue/%E3%B8%AD>,
        "㸭"^^xsd:string ;
    rdfs:comment "the opposite; contrary of the cattle's horns"@en .

<http://lexvo.org/id/char/3E2E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B8%AE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%A9n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fan4>,
        <http://lexvo.org/id/term/yue/%E3%B8%AE>,
        "㸮"^^xsd:string ;
    rdfs:comment "bull; bulllock; ox (castrated), a four years old ox"@en .

<http://lexvo.org/id/char/3E2F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/fo1%20gaau1>,
        <http://lexvo.org/id/term/yue/%E3%B8%AF>,
        "㸯"^^xsd:string ;
    rdfs:comment "a fine breed of cattle (cow, bull or ox), hornless cattle"@en .

<http://lexvo.org/id/char/3E30> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B8%B0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/tu%C3%B3>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/to4>,
        <http://lexvo.org/id/term/yue/%E3%B8%B0>,
        "㸰"^^xsd:string ;
    rdfs:comment "(same as 犐) hornless cattle"@en .

<http://lexvo.org/id/char/3E31> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B8%B1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/tu%C3%B3>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/to4>,
        <http://lexvo.org/id/term/yue/%E3%B8%B1>,
        "㸱"^^xsd:string ;
    rdfs:comment "(same as 㸰,犐) hornless cattle"@en .

<http://lexvo.org/id/char/3E32> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B8%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zu%C3%B3%20zu%C3%B2>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zok3>,
        <http://lexvo.org/id/term/yue/%E3%B8%B2>,
        "㸲"^^xsd:string ;
    rdfs:comment "a kind of mountain cattle; big and heavy"@en .

<http://lexvo.org/id/char/3E33> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B8%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%ADng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ling4>,
        <http://lexvo.org/id/term/yue/%E3%B8%B3>,
        "㸳"^^xsd:string ;
    rdfs:comment "a kind of cattle"@en .

<http://lexvo.org/id/char/3E34> a lvont:Character ;
    lvont:represents "㸴"^^xsd:string .

<http://lexvo.org/id/char/3E35> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B8%B5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/gu%C7%90%20w%C4%9Bi>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gwai2>,
        <http://lexvo.org/id/term/yue/%E3%B8%B5>,
        "㸵"^^xsd:string ;
    rdfs:comment "the lowing of an ox"@en .

<http://lexvo.org/id/char/3E36> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/zin1%20zin4>,
        <http://lexvo.org/id/term/yue/%E3%B8%B6>,
        "㸶"^^xsd:string ;
    rdfs:comment "color of the oxtail; a flat yellow"@en .

<http://lexvo.org/id/char/3E37> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B8%B7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/si6>,
        <http://lexvo.org/id/term/yue/%E3%B8%B7>,
        "㸷"^^xsd:string ;
    rdfs:comment "(same as 觢) a kind of cattle with two horns straight up"@en .

<http://lexvo.org/id/char/3E38> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B8%B8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C7%92u%20%C7%92u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/haau3>,
        <http://lexvo.org/id/term/yue/%E3%B8%B8>,
        "㸸"^^xsd:string ;
    rdfs:comment "calf, bull; bullock; ox (castrated), (a variant) domesticated animals"@en .

<http://lexvo.org/id/char/3E39> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B8%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C3%A8>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lyut3%20lyut6>,
        <http://lexvo.org/id/term/yue/%E3%B8%B9>,
        "㸹"^^xsd:string ;
    rdfs:comment "cattle with white stripe on the back, variegated; parti-colored, mixed; impure"@en .

<http://lexvo.org/id/char/3E3A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/saa1>,
        <http://lexvo.org/id/term/yue/%E3%B8%BA>,
        "㸺"^^xsd:string ;
    rdfs:comment "a cow; female of certain animals"@en .

<http://lexvo.org/id/char/3E3B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B8%BB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zi6>,
        <http://lexvo.org/id/term/yue/%E3%B8%BB>,
        "㸻"^^xsd:string ;
    rdfs:comment "a kind of cattle, an one year old cattle"@en .

<http://lexvo.org/id/char/3E3C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/fung1>,
        <http://lexvo.org/id/term/yue/%E3%B8%BC>,
        "㸼"^^xsd:string ;
    rdfs:comment "(same as 犎) the zebu; or humped-ox"@en .

<http://lexvo.org/id/char/3E3D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B8%BD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%A8i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bui3>,
        <http://lexvo.org/id/term/yue/%E3%B8%BD>,
        "㸽"^^xsd:string ;
    rdfs:comment "a two-years-old ox, ox with long and big feet"@en .

<http://lexvo.org/id/char/3E3E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B8%BE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/r%C3%A8n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zaan6>,
        <http://lexvo.org/id/term/yue/%E3%B8%BE>,
        "㸾"^^xsd:string ;
    rdfs:comment "(same as 牣) to filled up; full of; filled with; replete with (interchangeable 韌) soft but tough; elastic"@en .

<http://lexvo.org/id/char/3E3F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B8%BF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%BA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/duk6>,
        <http://lexvo.org/id/term/yue/%E3%B8%BF>,
        "㸿"^^xsd:string ;
    rdfs:comment "(abbreviated form of 犢) a calf"@en .

<http://lexvo.org/id/char/3E40> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B9%80>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%B3>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/but6>,
        <http://lexvo.org/id/term/yue/%E3%B9%80>,
        "㹀"^^xsd:string ;
    rdfs:comment "a cow; female of an animal"@en .

<http://lexvo.org/id/char/3E41> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B9%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C3%A1ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/loeng4>,
        <http://lexvo.org/id/term/yue/%E3%B9%81>,
        "㹁"^^xsd:string ;
    rdfs:comment "generally called the animals (cattle, sheep etc.) with mixed color of white and black"@en .

<http://lexvo.org/id/char/3E42> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B9%82>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C3%AC%20qi%C7%8En>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hin2>,
        <http://lexvo.org/id/term/yue/%E3%B9%82>,
        "㹂"^^xsd:string ;
    rdfs:comment "untamed and indocility cattle, huge; big; large"@en .

<http://lexvo.org/id/char/3E43> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B9%83>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%AC%20f%C3%A8i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fe3%20fei2%20he3>,
        <http://lexvo.org/id/term/yue/%E3%B9%83>,
        "㹃"^^xsd:string ;
    rdfs:comment "two brindled cows to plough face to each other, to cultivate; to plant after the second time of ploughing; (Cant.) to push lightly, flick off"@en .

<http://lexvo.org/id/char/3E44> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B9%84>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%AC%20q%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zik1>,
        <http://lexvo.org/id/term/yue/%E3%B9%84>,
        "㹄"^^xsd:string ;
    rdfs:comment "a kind of cattle; a cattle of short statured"@en .

<http://lexvo.org/id/char/3E45> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B9%85>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C7%92ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zung2%20zung2>,
        <http://lexvo.org/id/term/yue/%E3%B9%85>,
        "㹅"^^xsd:string ;
    rdfs:comment "(same as 總) all; general"@en .

<http://lexvo.org/id/char/3E46> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/fai1>,
        <http://lexvo.org/id/term/yue/%E3%B9%86>,
        "㹆"^^xsd:string ;
    rdfs:comment "the coulter of a plough; head of a brindled cow, a kind of cattle"@en .

<http://lexvo.org/id/char/3E47> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B9%87>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gin1%20hok6%20hot3>,
        <http://lexvo.org/id/term/yue/%E3%B9%87>,
        "㹇"^^xsd:string ;
    rdfs:comment "(same as standard form 犍) a kind of cattle, castrated bull; ox"@en .

<http://lexvo.org/id/char/3E48> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B9%88>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%AD%20m%C3%A1o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lei4%20mou4>,
        <http://lexvo.org/id/term/yue/%E3%B9%88>,
        "㹈"^^xsd:string ;
    rdfs:comment "(same as 膧 犛) a black ox, a yak, name of a state in old times"@en .

<http://lexvo.org/id/char/3E49> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B9%89>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/yu%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zyun4>,
        <http://lexvo.org/id/term/yue/%E3%B9%89>,
        "㹉"^^xsd:string ;
    rdfs:comment "a legendary animal (some kind looks like a cow) with three feet, a wild ox; the bison"@en .

<http://lexvo.org/id/char/3E4A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B9%8A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/yu%C3%A8>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ngok6>,
        <http://lexvo.org/id/term/yue/%E3%B9%8A>,
        "㹊"^^xsd:string ;
    rdfs:comment "a cattle of white color"@en .

<http://lexvo.org/id/char/3E4B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/saau1%20saau2>,
        <http://lexvo.org/id/term/yue/%E3%B9%8B>,
        "㹋"^^xsd:string ;
    rdfs:comment "a cow; ox; bull; cattle, a cow with no tail"@en .

<http://lexvo.org/id/char/3E4C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B9%8C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C7%8En%20sh%C3%A8ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/caan2>,
        <http://lexvo.org/id/term/yue/%E3%B9%8C>,
        "㹌"^^xsd:string ;
    rdfs:comment "cattle; domestic animals, a cow; female of an animal"@en .

<http://lexvo.org/id/char/3E4D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B9%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%AD%20d%C3%BA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dik6>,
        <http://lexvo.org/id/term/yue/%E3%B9%8D>,
        "㹍"^^xsd:string ;
    rdfs:comment "bull; bullock; ox (castrated)"@en .

<http://lexvo.org/id/char/3E4E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B9%8E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%A9i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/leoi4>,
        <http://lexvo.org/id/term/yue/%E3%B9%8E>,
        "㹎"^^xsd:string ;
    rdfs:comment "bull; bullock; ox (castrated), 求子牛"@en .

<http://lexvo.org/id/char/3E4F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B9%8F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C7%90n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gaan2%20hong4>,
        <http://lexvo.org/id/term/yue/%E3%B9%8F>,
        "㹏"^^xsd:string ;
    rdfs:comment "good; virtuous, a tamed, gental and yielding cow"@en .

<http://lexvo.org/id/char/3E50> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B9%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%B3ng%20zh%C3%B2u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cung4>,
        <http://lexvo.org/id/term/yue/%E3%B9%90>,
        "㹐"^^xsd:string ;
    rdfs:comment "to tow a boat against the current in swift stream from the bank; to track a boat in the shallow area"@en .

<http://lexvo.org/id/char/3E51> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B9%91>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C3%AC%20y%C3%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ci4%20gaai1%20si3%20taai4>,
        <http://lexvo.org/id/term/yue/%E3%B9%91>,
        "㹑"^^xsd:string ;
    rdfs:comment "(same as large seal type form of 牭) four-year old cattle; two and a half year-old cattle"@en .

<http://lexvo.org/id/char/3E52> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B9%92>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C7%94>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/pak6%20pei1%20pok3>,
        <http://lexvo.org/id/term/yue/%E3%B9%92>,
        "㹒"^^xsd:string ;
    rdfs:comment "bull; bullock, a calf"@en .

<http://lexvo.org/id/char/3E53> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B9%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zi6>,
        <http://lexvo.org/id/term/yue/%E3%B9%93>,
        "㹓"^^xsd:string ;
    rdfs:comment "a kind of animal, cattles and horses to prance; to be lively"@en .

<http://lexvo.org/id/char/3E54> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/goeng1>,
        <http://lexvo.org/id/term/yue/%E3%B9%94>,
        "㹔"^^xsd:string ;
    rdfs:comment "cattle with long back, a white cattle; a cattle having white color on the back"@en .

<http://lexvo.org/id/char/3E55> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/fun1>,
        <http://lexvo.org/id/term/yue/%E3%B9%95>,
        "㹕"^^xsd:string ;
    rdfs:comment "inferior; mean, minor"@en .

<http://lexvo.org/id/char/3E56> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B9%96>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/waan6>,
        <http://lexvo.org/id/term/yue/%E3%B9%96>,
        "㹖"^^xsd:string ;
    rdfs:comment "(same as 豢) to feed animals with grains, to feed; to rear; to raise; to support"@en .

<http://lexvo.org/id/char/3E57> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B9%97>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%A1o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tou1>,
        <http://lexvo.org/id/term/yue/%E3%B9%97>,
        "㹗"^^xsd:string ;
    rdfs:comment "cattle and sheep have no children"@en .

<http://lexvo.org/id/char/3E58> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B9%98>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/r%C3%BA%20r%C3%B9%20ru%C3%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zyu4%20zyu6>,
        <http://lexvo.org/id/term/yue/%E3%B9%98>,
        "㹘"^^xsd:string ;
    rdfs:comment "shinbone of a cattle, a kind of cattle"@en .

<http://lexvo.org/id/char/3E59> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B9%99>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%ADng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zing4>,
        <http://lexvo.org/id/term/yue/%E3%B9%99>,
        "㹙"^^xsd:string ;
    rdfs:comment "sound of calling to a calf, calf, the lowing of an ox"@en .

<http://lexvo.org/id/char/3E5A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B9%9A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%ADng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zing4>,
        <http://lexvo.org/id/term/yue/%E3%B9%9A>,
        "㹚"^^xsd:string ;
    rdfs:comment "(same as 㹙) sound of calling to a calf, calf, the lowing of an ox"@en .

<http://lexvo.org/id/char/3E5B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B9%9B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/r%C3%A1o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ziu2>,
        <http://lexvo.org/id/term/yue/%E3%B9%9B>,
        "㹛"^^xsd:string ;
    rdfs:comment "a tamed, gental and yielding cow, good; virtuous"@en .

<http://lexvo.org/id/char/3E5C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B9%9C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%ADn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ngaan4>,
        <http://lexvo.org/id/term/yue/%E3%B9%9C>,
        "㹜"^^xsd:string ;
    rdfs:comment "(same as 犾) two dogs barking at each other, rude spoken language; rude talk; unpolished; rustic and coarse"@en .

<http://lexvo.org/id/char/3E5D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B9%9D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/si6>,
        <http://lexvo.org/id/term/yue/%E3%B9%9D>,
        "㹝"^^xsd:string ;
    rdfs:comment "a legendary wild animal, snake; serpent"@en .

<http://lexvo.org/id/char/3E5E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B9%9E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%ADn%20y%C7%90n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ngaan4>,
        <http://lexvo.org/id/term/yue/%E3%B9%9E>,
        "㹞"^^xsd:string ;
    rdfs:comment "(same as 狺) to bark (said of a dog), (same as 齗) gums (of the teeth), (same as 啀) dogs to fight with gnashing and grinning; looks very angry"@en .

<http://lexvo.org/id/char/3E5F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B9%9F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ju%C3%A9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kui2%20kyut3>,
        <http://lexvo.org/id/term/yue/%E3%B9%9F>,
        "㹟"^^xsd:string ;
    rdfs:comment "a kind of animal, the animals to run about wildly, wild; mad; crazy, (same as 獪) cunning; artful; crafty"@en .

<http://lexvo.org/id/char/3E60> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B9%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%BAn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/din6%20tyun4>,
        <http://lexvo.org/id/term/yue/%E3%B9%A0>,
        "㹠"^^xsd:string ;
    rdfs:comment "(same as 豚) a small big; a sucking pig, to shuffle along without lifting the feet"@en .

<http://lexvo.org/id/char/3E61> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B9%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xu%C3%A1n%20xu%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zyun4>,
        <http://lexvo.org/id/term/yue/%E3%B9%A1>,
        "㹡"^^xsd:string ;
    rdfs:comment "a rush and impatient disposition, (non-classical form 狷) rash; quick-tempered; narro-minded, honest and straightforward"@en .

<http://lexvo.org/id/char/3E62> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C4%81>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gaa1%20go1>,
        <http://lexvo.org/id/term/yue/%E3%B9%A2>,
        "㹢"^^xsd:string ;
    rdfs:comment "a large ape found in Western China, a precious mammal found in Africa"@en .

<http://lexvo.org/id/char/3E63> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/zung1>,
        <http://lexvo.org/id/term/yue/%E3%B9%A3>,
        "㹣"^^xsd:string ;
    rdfs:comment "a kind of dog"@en .

<http://lexvo.org/id/char/3E64> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B9%A4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C3%A8%20qu%C3%A8>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hip3>,
        <http://lexvo.org/id/term/yue/%E3%B9%A4>,
        "㹤"^^xsd:string ;
    rdfs:comment "(same as 怯) lacking in courage; cowardly, nervous; socially timid; fright"@en .

<http://lexvo.org/id/char/3E65> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B9%A5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%B9>,
        <http://lexvo.org/id/term/vie/ch%C3%B3>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zyu3>,
        <http://lexvo.org/id/term/yue/%E3%B9%A5>,
        "㹥"^^xsd:string ;
    rdfs:comment "a yellow dog with black head"@en .

<http://lexvo.org/id/char/3E66> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/ciu1%20diu1>,
        <http://lexvo.org/id/term/yue/%E3%B9%A6>,
        "㹦"^^xsd:string ;
    rdfs:comment "dog with a short tail, (same as non-classical form 貂) the sable; the marten; mink"@en .

<http://lexvo.org/id/char/3E67> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/zoeng1>,
        <http://lexvo.org/id/term/yue/%E3%B9%A7>,
        "㹧"^^xsd:string ;
    rdfs:comment "(non-classical abbreviated form) fox-like animal"@en .

<http://lexvo.org/id/char/3E68> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B9%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%B2u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zaau6>,
        <http://lexvo.org/id/term/yue/%E3%B9%A8>,
        "㹨"^^xsd:string ;
    rdfs:comment "(same as 貁 non-classical form 狖) a kind of animal (looks like weasel), an ape with black color and long tail"@en .

<http://lexvo.org/id/char/3E69> a lvont:Character ;
    lvont:represents "㹩"^^xsd:string .

<http://lexvo.org/id/char/3E6A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/saan1>,
        <http://lexvo.org/id/term/yue/%E3%B9%AA>,
        "㹪"^^xsd:string ;
    rdfs:comment "(same as 狦) a fierce dog, a kind of animal (looks like a wolf)"@en .

<http://lexvo.org/id/char/3E6B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B9%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C3%AC%20y%C3%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/taai4%20zi4>,
        <http://lexvo.org/id/term/yue/%E3%B9%AB>,
        "㹫"^^xsd:string ;
    rdfs:comment "a kind of animal (same as 夷) generally called for minority groups in old China"@en .

<http://lexvo.org/id/char/3E6C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B9%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C7%90>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/si2>,
        <http://lexvo.org/id/term/yue/%E3%B9%AC>,
        "㹬"^^xsd:string ;
    rdfs:comment "a kind of animal (of dog tribe)"@en .

<http://lexvo.org/id/char/3E6D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B9%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zaai6>,
        <http://lexvo.org/id/term/yue/%E3%B9%AD>,
        "㹭"^^xsd:string ;
    rdfs:comment "a kind of monkey, fox"@en .

<http://lexvo.org/id/char/3E6E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B9%AE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%B2>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mok6%20mou6>,
        <http://lexvo.org/id/term/yue/%E3%B9%AE>,
        "㹮"^^xsd:string ;
    rdfs:comment "a kind of animal ( of mule tribe) (same as 貘) tapir"@en .

<http://lexvo.org/id/char/3E6F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/h%C6%B0%C6%A1u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zaau1>,
        <http://lexvo.org/id/term/yue/%E3%B9%AF>,
        "㹯"^^xsd:string ;
    rdfs:comment "(same as 貅) a kind of animal like a tiger, a fabulous fierce beast -- thus -- fierce; valiant; heroic; brave"@en .

<http://lexvo.org/id/char/3E70> a lvont:Character ;
    lvont:represents "㹰"^^xsd:string .

<http://lexvo.org/id/char/3E71> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B9%B1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%BA%20qu%C3%A8%20r%C7%8En>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zoek3>,
        <http://lexvo.org/id/term/yue/%E3%B9%B1>,
        "㹱"^^xsd:string ;
    rdfs:comment "name of a dog in the period of Warring States (usually known as the magpie, jacklaw), generally called for dogs"@en .

<http://lexvo.org/id/char/3E72> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B9%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A0o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hau1%20hau3>,
        <http://lexvo.org/id/term/yue/%E3%B9%B2>,
        "㹲"^^xsd:string ;
    rdfs:comment "a frightened pig or dog, bark, a running pig"@en .

<http://lexvo.org/id/char/3E73> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B9%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C3%BA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ng4>,
        <http://lexvo.org/id/term/yue/%E3%B9%B3>,
        "㹳"^^xsd:string ;
    rdfs:comment "a kind of ape (gibbon)"@en .

<http://lexvo.org/id/char/3E74> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/gang1>,
        <http://lexvo.org/id/term/yue/%E3%B9%B4>,
        "㹴"^^xsd:string ;
    rdfs:comment "a kind of animal, fierce dog; small and cute"@en .

<http://lexvo.org/id/char/3E75> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B9%B5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%ACng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ging3%20hing5>,
        <http://lexvo.org/id/term/yue/%E3%B9%B5>,
        "㹵"^^xsd:string ;
    rdfs:comment "a hunting-dog, to hunt in winter, imperial tour"@en .

<http://lexvo.org/id/char/3E76> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B9%B6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%ADng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ting4>,
        <http://lexvo.org/id/term/yue/%E3%B9%B6>,
        "㹶"^^xsd:string ;
    rdfs:comment "a kind of wild animal ( monkey tribe)"@en .

<http://lexvo.org/id/char/3E77> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B9%B7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C7%90%20x%C3%ACn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hei1>,
        <http://lexvo.org/id/term/yue/%E3%B9%B7>,
        "㹷"^^xsd:string ;
    rdfs:comment "(same as 狶 豨) swine; pig; hog; big wild pig, sound used in calling pigs, a legendary appellation of an emperor in ancient times"@en .

<http://lexvo.org/id/char/3E78> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B9%B8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C3%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ngaai4%20ngaai6>,
        <http://lexvo.org/id/term/yue/%E3%B9%B8>,
        "㹸"^^xsd:string ;
    rdfs:comment "(same as 猊) the lion, a wild beast or wild horse which can do 500 li in a day"@en .

<http://lexvo.org/id/char/3E79> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/gang1>,
        <http://lexvo.org/id/term/yue/%E3%B9%B9>,
        "㹹"^^xsd:string ;
    rdfs:comment "a kind of dog"@en .

<http://lexvo.org/id/char/3E7A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B9%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%A0>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dap6>,
        <http://lexvo.org/id/term/yue/%E3%B9%BA>,
        "㹺"^^xsd:string ;
    rdfs:comment "dog to take food, a biter (said of a dog)"@en .

<http://lexvo.org/id/char/3E7B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/waai1%20wo1>,
        <http://lexvo.org/id/term/yue/%E3%B9%BB>,
        "㹻"^^xsd:string ;
    rdfs:comment "(same as 猧) puppy, of dog tribe"@en .

<http://lexvo.org/id/char/3E7C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B9%BC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C7%94%20j%C3%BA%20y%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/guk1>,
        <http://lexvo.org/id/term/yue/%E3%B9%BC>,
        "㹼"^^xsd:string ;
    rdfs:comment "a kind of animal"@en .

<http://lexvo.org/id/char/3E7D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B9%BD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C7%8En%20sh%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/caan2>,
        <http://lexvo.org/id/term/yue/%E3%B9%BD>,
        "㹽"^^xsd:string ;
    rdfs:comment "to bite (said of a dog), dog to take food"@en .

<http://lexvo.org/id/char/3E7E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B9%BE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/pi%C7%8Eo>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/piu2>,
        <http://lexvo.org/id/term/yue/%E3%B9%BE>,
        "㹾"^^xsd:string ;
    rdfs:comment "cunning; crafty; sly; wily; artful, vigorous; strong"@en .

<http://lexvo.org/id/char/3E7F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%B9%BF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/di%C7%8Eo%20zh%C3%A0o%20zhu%C3%B3>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/coek3>,
        <http://lexvo.org/id/term/yue/%E3%B9%BF>,
        "㹿"^^xsd:string ;
    rdfs:comment "a fierce dog, bite fiercely (said of dog), hunting in winter, a kind of beast"@en .

<http://lexvo.org/id/char/3E80> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%BA%80>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C5%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C3%A1o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/nau4>,
        <http://lexvo.org/id/term/yue/%E3%BA%80>,
        "㺀"^^xsd:string ;
    rdfs:comment "(same as 猱) a monkey with yellow hair, crocodile; alligator"@en .

<http://lexvo.org/id/char/3E81> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%BA%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C7%8Eo>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/nou5>,
        <http://lexvo.org/id/term/yue/%E3%BA%81>,
        "㺁"^^xsd:string ;
    rdfs:comment "a kind of beast"@en .

<http://lexvo.org/id/char/3E82> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%BA%82>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C7%8En%20ji%C3%A0n%20y%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gaam2%20him1%20ngam4>,
        <http://lexvo.org/id/term/yue/%E3%BA%82>,
        "㺂"^^xsd:string ;
    rdfs:comment "big and strong sheep, a ewe or she-goat, kind of dog, a dog barking loudly"@en .

<http://lexvo.org/id/char/3E83> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%BA%83>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C7%92u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gau2>,
        <http://lexvo.org/id/term/yue/%E3%BA%83>,
        "㺃"^^xsd:string ;
    rdfs:comment "(same as 狗) a dog; canine"@en .

<http://lexvo.org/id/char/3E84> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%BA%84>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%94>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zyu5>,
        <http://lexvo.org/id/term/yue/%E3%BA%84>,
        "㺄"^^xsd:string ;
    rdfs:comment "(same as 狳) (a variant of 貐) a kind of beast"@en .

<http://lexvo.org/id/char/3E85> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%BA%85>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%B3u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hau4%20ngau4>,
        <http://lexvo.org/id/term/yue/%E3%BA%85>,
        "㺅"^^xsd:string ;
    rdfs:comment "(same as 猴) the monkey"@en .

<http://lexvo.org/id/char/3E86> a lvont:Character ;
    lvont:represents "㺆"^^xsd:string .

<http://lexvo.org/id/char/3E87> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/si1>,
        <http://lexvo.org/id/term/yue/%E3%BA%87>,
        "㺇"^^xsd:string ;
    rdfs:comment "a warden; (in ancient China) minister of public works, to observe; to watch"@en .

<http://lexvo.org/id/char/3E88> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/ci1>,
        <http://lexvo.org/id/term/yue/%E3%BA%88>,
        "㺈"^^xsd:string ;
    rdfs:comment "to go hunting; to go on a hunting expedition"@en .

<http://lexvo.org/id/char/3E89> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%BA%89>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/huk6>,
        <http://lexvo.org/id/term/yue/%E3%BA%89>,
        "㺉"^^xsd:string ;
    rdfs:comment "a fierce animal of the dog tribe; with dog's head and horse tail; with yellow and black colors"@en .

<http://lexvo.org/id/char/3E8A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%BA%8A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A0ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zoeng6>,
        <http://lexvo.org/id/term/yue/%E3%BA%8A>,
        "㺊"^^xsd:string ;
    rdfs:comment "a beast (looks like lion)"@en .

<http://lexvo.org/id/char/3E8B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/zung1>,
        <http://lexvo.org/id/term/yue/%E3%BA%8B>,
        "㺋"^^xsd:string ;
    rdfs:comment "pig; hog"@en .

<http://lexvo.org/id/char/3E8C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%BA%8C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/laam6>,
        <http://lexvo.org/id/term/yue/%E3%BA%8C>,
        "㺌"^^xsd:string ;
    rdfs:comment "endless barking, two dogs are fighting"@en .

<http://lexvo.org/id/char/3E8D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/ban1%20pun4>,
        <http://lexvo.org/id/term/yue/%E3%BA%8D>,
        "㺍"^^xsd:string ;
    rdfs:comment "a kind of otter"@en .

<http://lexvo.org/id/char/3E8E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%BA%8E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/r%C3%B3ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zung4>,
        <http://lexvo.org/id/term/yue/%E3%BA%8E>,
        "㺎"^^xsd:string ;
    rdfs:comment "fierce beast; the zebu; or humped-ox"@en .

<http://lexvo.org/id/char/3E8F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%BA%8F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%B3u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/laau4%20zyu4>,
        <http://lexvo.org/id/term/yue/%E3%BA%8F>,
        "㺏"^^xsd:string ;
    rdfs:comment "(same as 貗) the badger; a wild bear"@en .

<http://lexvo.org/id/char/3E90> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%BA%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C7%8Eo>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zau2>,
        <http://lexvo.org/id/term/yue/%E3%BA%90>,
        "㺐"^^xsd:string ;
    rdfs:comment "(same as U+7360 獠) generally called for minority groups (southwest area) in old China, to hunt at night by torches, lascivious, weird, allurements"@en .

<http://lexvo.org/id/char/3E91> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%BA%91>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cam4>,
        <http://lexvo.org/id/term/yue/%E3%BA%91>,
        "㺑"^^xsd:string ;
    rdfs:comment "dogs wormed through a narrow place, to oppress cruelly; to injure heartlessly, dogs biting, dog's hair, legendary monster (looks like a dwarf), bark"@en .

<http://lexvo.org/id/char/3E92> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%BA%92>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C3%A0o%20y%C3%A1o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/haau1>,
        <http://lexvo.org/id/term/yue/%E3%BA%92>,
        "㺒"^^xsd:string ;
    rdfs:comment "barking of a frightened dog, to confuse; disorder; disturbance, cunning; artful; crafty, to fail and be exposed"@en .

<http://lexvo.org/id/char/3E93> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%BA%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/pi%C3%A0o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zik1>,
        <http://lexvo.org/id/term/yue/%E3%BA%93>,
        "㺓"^^xsd:string ;
    rdfs:comment "(same as 蹟) footprints; traces (interchangeable 僄) agile; adroit; nimble, frivolous; playful; flippant"@en .

<http://lexvo.org/id/char/3E94> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%BA%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A0i%20w%C3%A8i>,
        <http://lexvo.org/id/term/vie/voi>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/faai1%20hoi6>,
        <http://lexvo.org/id/term/yue/%E3%BA%94>,
        "㺔"^^xsd:string ;
    rdfs:comment "a kind of beast, a legendary monster"@en .

<http://lexvo.org/id/char/3E95> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%BA%95>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bin6%20fan4>,
        <http://lexvo.org/id/term/yue/%E3%BA%95>,
        "㺕"^^xsd:string ;
    rdfs:comment "the fighting sound of dogs, agile; sprightly"@en .

<http://lexvo.org/id/char/3E96> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%BA%96>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C7%8En>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ham3>,
        <http://lexvo.org/id/term/yue/%E3%BA%96>,
        "㺖"^^xsd:string ;
    rdfs:comment "dogs barking, little dog; a puppy, name of a place in today's Henan Province Xinyexian"@en .

<http://lexvo.org/id/char/3E97> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%BA%97>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%A0n%20y%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/caan1>,
        <http://lexvo.org/id/term/yue/%E3%BA%97>,
        "㺗"^^xsd:string ;
    rdfs:comment "to bite; to gnaw; dogs bite"@en .

<http://lexvo.org/id/char/3E98> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%BA%98>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sou1%20tou1%20zam3%20zin1%20zin2>,
        <http://lexvo.org/id/term/yue/%E3%BA%98>,
        "㺘"^^xsd:string ;
    rdfs:comment "a kind of animal"@en .

<http://lexvo.org/id/char/3E99> a lvont:Character ;
    lvont:represents "㺙"^^xsd:string .

<http://lexvo.org/id/char/3E9A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%BA%9A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C7%8E>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cat3%20sat3>,
        <http://lexvo.org/id/term/yue/%E3%BA%9A>,
        "㺚"^^xsd:string ;
    rdfs:comment "(same as 獺) an otter"@en .

<http://lexvo.org/id/char/3E9B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%BA%9B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zyu3>,
        <http://lexvo.org/id/term/yue/%E3%BA%9B>,
        "㺛"^^xsd:string ;
    rdfs:comment "name of a village in Henan Province, name of a pavilion"@en .

<http://lexvo.org/id/char/3E9C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%BA%9C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C7%8En%20n%C3%B3ng%20w%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/nung4>,
        <http://lexvo.org/id/term/yue/%E3%BA%9C>,
        "㺜"^^xsd:string ;
    rdfs:comment "fierce dog with long shaggy hair, an old -time name for ta part of Miao people (in southwestern China)"@en .

<http://lexvo.org/id/char/3E9D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%BA%9D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ham5%20lam6>,
        <http://lexvo.org/id/term/yue/%E3%BA%9D>,
        "㺝"^^xsd:string ;
    rdfs:comment "sound of a tiger, a fierce dog barking endlessly, a fierce dog, sound of a dog's biting"@en .

<http://lexvo.org/id/char/3E9E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%BA%9E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%BA>,
        <http://lexvo.org/id/term/vie/d%E1%BB%AF>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zyu4>,
        <http://lexvo.org/id/term/yue/%E3%BA%9E>,
        "㺞"^^xsd:string ;
    rdfs:comment "to sign in lamentation, crying of a piggy, a kind of beast"@en .

<http://lexvo.org/id/char/3E9F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%BA%9F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zhu%C3%B3>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zuk6>,
        <http://lexvo.org/id/term/yue/%E3%BA%9F>,
        "㺟"^^xsd:string ;
    rdfs:comment "a kind of beast; looks like a deer; white-tailed (same as 蠗) a kind of animal (of monkey tribe)"@en .

<http://lexvo.org/id/char/3EA0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%BA%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%B2u%20y%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zaau6>,
        <http://lexvo.org/id/term/yue/%E3%BA%A0>,
        "㺠"^^xsd:string ;
    rdfs:comment "a black ape with long tail, (same as 貁) a kind of animal (of weasel tribe)"@en .

<http://lexvo.org/id/char/3EA1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%BA%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lik6%20lim5>,
        <http://lexvo.org/id/term/yue/%E3%BA%A1>,
        "㺡"^^xsd:string ;
    rdfs:comment "a kind of beast"@en .

<http://lexvo.org/id/char/3EA2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%B2>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kut3>,
        <http://lexvo.org/id/term/yue/%E3%BA%A2>,
        "㺢"^^xsd:string ;
    rdfs:comment "a kind of animal; body is smaller than a giraffe; two short horns on the head; back and legs with black and white stripes spaced in-between"@en .

<http://lexvo.org/id/char/3EA3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/hei1%20sik1>,
        <http://lexvo.org/id/term/yue/%E3%BA%A3>,
        "㺣"^^xsd:string ;
    rdfs:comment "a kind of animal; pig hog"@en .

<http://lexvo.org/id/char/3EA4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/cim1>,
        <http://lexvo.org/id/term/yue/%E3%BA%A4>,
        "㺤"^^xsd:string ;
    rdfs:comment "a kind of beast"@en .

<http://lexvo.org/id/char/3EA5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%BA%A5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%A1n%20t%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/caam4>,
        <http://lexvo.org/id/term/yue/%E3%BA%A5>,
        "㺥"^^xsd:string ;
    rdfs:comment "bark, ( same as 毚) a cunning hare; a wily rabbit"@en .

<http://lexvo.org/id/char/3EA6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%BA%A6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lyun4>,
        <http://lexvo.org/id/term/yue/%E3%BA%A6>,
        "㺦"^^xsd:string ;
    rdfs:comment "a running animal, monkey climbing along the trees, a rutted dog"@en .

<http://lexvo.org/id/char/3EA7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/heo>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hei3%20hiu1%20ho2>,
        <http://lexvo.org/id/term/yue/%E3%BA%A7>,
        "㺧"^^xsd:string ;
    rdfs:comment "a white-yellow dog, a yellow dog, a mad dog, a group of dogs bark wildly"@en .

<http://lexvo.org/id/char/3EA8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/si1>,
        <http://lexvo.org/id/term/yue/%E3%BA%A8>,
        "㺨"^^xsd:string ;
    rdfs:comment "fine stone like jade"@en .

<http://lexvo.org/id/char/3EA9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%BA%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%B9%20s%C3%A8>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gau6>,
        <http://lexvo.org/id/term/yue/%E3%BA%A9>,
        "㺩"^^xsd:string ;
    rdfs:comment "jade articles, (same as 玌) a kind of jade"@en .

<http://lexvo.org/id/char/3EAA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%BA%AA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%BA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lung4%20pok3>,
        <http://lexvo.org/id/term/yue/%E3%BA%AA>,
        "㺪"^^xsd:string ;
    rdfs:comment "(same as 璞) an uncarved of unpolished jade or gem"@en .

<http://lexvo.org/id/char/3EAB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%BA%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C3%BA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/aau3%20kaau4>,
        <http://lexvo.org/id/term/yue/%E3%BA%AB>,
        "㺫"^^xsd:string ;
    rdfs:comment "(same as 玌) a kind of jade"@en .

<http://lexvo.org/id/char/3EAC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%BA%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C7%92ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gung2>,
        <http://lexvo.org/id/term/yue/%E3%BA%AC>,
        "㺬"^^xsd:string ;
    rdfs:comment "(same as 珙) a large piece of jade-stone"@en .

<http://lexvo.org/id/char/3EAD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%BA%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C7%90>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gei2%20zi2>,
        <http://lexvo.org/id/term/yue/%E3%BA%AD>,
        "㺭"^^xsd:string ;
    rdfs:comment "a kind of jade"@en .

<http://lexvo.org/id/char/3EAE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%BA%AE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%BA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zyu1>,
        <http://lexvo.org/id/term/yue/%E3%BA%AE>,
        "㺮"^^xsd:string ;
    rdfs:comment "(same as 玗) fine stone like jade"@en .

<http://lexvo.org/id/char/3EAF> a lvont:Character ;
    lvont:represents "㺯"^^xsd:string .

<http://lexvo.org/id/char/3EB0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/si1>,
        <http://lexvo.org/id/term/yue/%E3%BA%B0>,
        "㺰"^^xsd:string ;
    rdfs:comment "(same as 瑡) a kind of jade"@en .

<http://lexvo.org/id/char/3EB1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%BA%B1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/r%C3%A9ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zing4>,
        <http://lexvo.org/id/term/yue/%E3%BA%B1>,
        "㺱"^^xsd:string ;
    rdfs:comment "a kind of jade"@en .

<http://lexvo.org/id/char/3EB2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%BA%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ni%C7%94>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/naau2>,
        <http://lexvo.org/id/term/yue/%E3%BA%B2>,
        "㺲"^^xsd:string ;
    rdfs:comment "(ancient form of 鈕) buttons"@en .

<http://lexvo.org/id/char/3EB3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%BA%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A9i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mui4>,
        <http://lexvo.org/id/term/yue/%E3%BA%B3>,
        "㺳"^^xsd:string ;
    rdfs:comment "(same as 玫) black mica (a sparkling red gem)"@en .

<http://lexvo.org/id/char/3EB4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/baat3>,
        <http://lexvo.org/id/term/yue/%E3%BA%B4>,
        "㺴"^^xsd:string ;
    rdfs:comment "name of a spirit; a god, a kind of jade"@en .

<http://lexvo.org/id/char/3EB5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%BA%B5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%BA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gau2>,
        <http://lexvo.org/id/term/yue/%E3%BA%B5>,
        "㺵"^^xsd:string ;
    rdfs:comment "(corrupted form of 玖) black jade-stone"@en .

<http://lexvo.org/id/char/3EB6> a lvont:Character ;
    lvont:represents "㺶"^^xsd:string .

<http://lexvo.org/id/char/3EB7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%BA%B7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/seot1>,
        <http://lexvo.org/id/term/yue/%E3%BA%B7>,
        "㺷"^^xsd:string ;
    rdfs:comment "(same as 珬) a kind of jade (jade decorative article for a horse)"@en .

<http://lexvo.org/id/char/3EB8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%BA%B8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%ADng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ping4>,
        <http://lexvo.org/id/term/yue/%E3%BA%B8>,
        "㺸"^^xsd:string ;
    rdfs:comment "a kind of jade"@en .

<http://lexvo.org/id/char/3EB9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%BA%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/bi%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bin6>,
        <http://lexvo.org/id/term/yue/%E3%BA%B9>,
        "㺹"^^xsd:string ;
    rdfs:comment "a kind of jade, a conical cap (wore on ceremonious occasions in ancient times) decorated with jade"@en .

<http://lexvo.org/id/char/3EBA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%BA%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A0o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mou6>,
        <http://lexvo.org/id/term/yue/%E3%BA%BA>,
        "㺺"^^xsd:string ;
    rdfs:comment "(ancient abbreviated form of 瑁) a very precious piece of jade worn by ancient emperors to match tables borne by the nobles"@en .

<http://lexvo.org/id/char/3EBB> a lvont:Character ;
    lvont:represents "㺻"^^xsd:string .

<http://lexvo.org/id/char/3EBC> a lvont:Character ;
    lvont:represents "㺼"^^xsd:string .

<http://lexvo.org/id/char/3EBD> a lvont:Character ;
    lvont:represents "㺽"^^xsd:string .

<http://lexvo.org/id/char/3EBE> a lvont:Character ;
    lvont:represents "㺾"^^xsd:string .

<http://lexvo.org/id/char/3EBF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%BA%BF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zi4>,
        <http://lexvo.org/id/term/yue/%E3%BA%BF>,
        "㺿"^^xsd:string ;
    rdfs:comment "a jade-like stone, a kind of jade"@en .

<http://lexvo.org/id/char/3EC0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%BB%80>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%B3u%20y%C3%BA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zyu4%20zyu5>,
        <http://lexvo.org/id/term/yue/%E3%BB%80>,
        "㻀"^^xsd:string ;
    rdfs:comment "fine stone which is little less valuable than jade"@en .

<http://lexvo.org/id/char/3EC1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/gwai1>,
        <http://lexvo.org/id/term/yue/%E3%BB%81>,
        "㻁"^^xsd:string ;
    rdfs:comment "(non-classical form of 瓌) (variant of 瑰) a kind of jasper; stone which is little less valuable than jade, extraordinary; fabulous or admirable"@en .

<http://lexvo.org/id/char/3EC2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%BB%82>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%ADng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ping4>,
        <http://lexvo.org/id/term/yue/%E3%BB%82>,
        "㻂"^^xsd:string ;
    rdfs:comment "a kind of jade, (non-classical form of 玭) pearls"@en .

<http://lexvo.org/id/char/3EC3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/kuk1>,
        <http://lexvo.org/id/term/yue/%E3%BB%83>,
        "㻃"^^xsd:string ;
    rdfs:comment "crooked; to bend; to twist, involved; indirect"@en .

<http://lexvo.org/id/char/3EC4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%BB%84>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C7%8Eo>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bou2>,
        <http://lexvo.org/id/term/yue/%E3%BB%84>,
        "㻄"^^xsd:string ;
    rdfs:comment "(same as 寶) treasure, precious; valuable, respectable; honorable"@en .

<http://lexvo.org/id/char/3EC5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%BB%85>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%AC%20ku%C3%A0i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wui6>,
        <http://lexvo.org/id/term/yue/%E3%BB%85>,
        "㻅"^^xsd:string ;
    rdfs:comment "(si mplified form of 璯) jade decorated cap, used in person's name"@en .

<http://lexvo.org/id/char/3EC6> a lvont:Character ;
    lvont:represents "㻆"^^xsd:string .

<http://lexvo.org/id/char/3EC7> a lvont:Character ;
    lvont:represents "㻇"^^xsd:string .

<http://lexvo.org/id/char/3EC8> a lvont:Character ;
    lvont:represents "㻈"^^xsd:string .

<http://lexvo.org/id/char/3EC9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%BB%89>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bou6%20bou6>,
        <http://lexvo.org/id/term/yue/%E3%BB%89>,
        "㻉"^^xsd:string ;
    rdfs:comment "fine jade"@en .

<http://lexvo.org/id/char/3ECA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%BB%8A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A1ng%20m%C3%A9n%20m%C3%A8ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mun4>,
        <http://lexvo.org/id/term/yue/%E3%BB%8A>,
        "㻊"^^xsd:string ;
    rdfs:comment "(same as non-classical form of 璊) a red colored jade"@en .

<http://lexvo.org/id/char/3ECB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%BB%8B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%A0%20l%C3%A8i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/laat6>,
        <http://lexvo.org/id/term/yue/%E3%BB%8B>,
        "㻋"^^xsd:string ;
    rdfs:comment "(abbreviated form) (interchangeable 瓬) a kind of jade; a kind of red colored precious stone"@en .

<http://lexvo.org/id/char/3ECC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%BB%8C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%BA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/caau1%20caau4%20tou4>,
        <http://lexvo.org/id/term/yue/%E3%BB%8C>,
        "㻌"^^xsd:string ;
    rdfs:comment "fine jade"@en .

<http://lexvo.org/id/char/3ECD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%BB%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C3%BA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ng4>,
        <http://lexvo.org/id/term/yue/%E3%BB%8D>,
        "㻍"^^xsd:string ;
    rdfs:comment "(interchangeable 珸) name of a sword, fine stone which is little less valuable than jade"@en .

<http://lexvo.org/id/char/3ECE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%BB%8E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%AC%20s%C3%A8>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sat1>,
        <http://lexvo.org/id/term/yue/%E3%BB%8E>,
        "㻎"^^xsd:string ;
    rdfs:comment "(ancient form of 瑟) a large horizontal musical instrument, usually have 25 strings which pass over bridges for tuning; anciently this instrument had 50 strings, but the number varies"@en .

<http://lexvo.org/id/char/3ECF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%BB%8F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%ADng%20l%C7%90ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ling4>,
        <http://lexvo.org/id/term/yue/%E3%BB%8F>,
        "㻏"^^xsd:string ;
    rdfs:comment "(same as U+73B2 玲) tinkling of jade pendants"@en .

<http://lexvo.org/id/char/3ED0> a lvont:Character ;
    lvont:represents "㻐"^^xsd:string .

<http://lexvo.org/id/char/3ED1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%BB%91>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gwaai3%20gwan3>,
        <http://lexvo.org/id/term/yue/%E3%BB%91>,
        "㻑"^^xsd:string ;
    rdfs:comment "a kind of jade"@en .

<http://lexvo.org/id/char/3ED2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%BB%92>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%B9n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kwaan2>,
        <http://lexvo.org/id/term/yue/%E3%BB%92>,
        "㻒"^^xsd:string ;
    rdfs:comment "red colored jade, even; regular; equal"@en .

<http://lexvo.org/id/char/3ED3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/lit6%20zaau1>,
        <http://lexvo.org/id/term/yue/%E3%BB%93>,
        "㻓"^^xsd:string ;
    rdfs:comment "a fine jade, the stripes (lines) on a jade"@en .

<http://lexvo.org/id/char/3ED4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%BB%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/du%C7%92%20ru%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/do2>,
        <http://lexvo.org/id/term/yue/%E3%BB%94>,
        "㻔"^^xsd:string ;
    rdfs:comment "a kind of jade"@en .

<http://lexvo.org/id/char/3ED5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%BB%95>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ju%C3%A9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gwat6>,
        <http://lexvo.org/id/term/yue/%E3%BB%95>,
        "㻕"^^xsd:string ;
    rdfs:comment "a kind of jade"@en .

<http://lexvo.org/id/char/3ED6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%BB%96>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%A0i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/doi6>,
        <http://lexvo.org/id/term/yue/%E3%BB%96>,
        "㻖"^^xsd:string ;
    rdfs:comment "a kind of jade"@en .

<http://lexvo.org/id/char/3ED7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%BB%97>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%A8i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/faai2%20pui5>,
        <http://lexvo.org/id/term/yue/%E3%BB%97>,
        "㻗"^^xsd:string ;
    rdfs:comment "(same as 琲) a string of pearls; 500 beads"@en .

<http://lexvo.org/id/char/3ED8> a lvont:Character ;
    lvont:represents "㻘"^^xsd:string .

<http://lexvo.org/id/char/3ED9> a lvont:Character ;
    lvont:represents "㻙"^^xsd:string .

<http://lexvo.org/id/char/3EDA> a lvont:Character ;
    lvont:represents "㻚"^^xsd:string .

<http://lexvo.org/id/char/3EDB> a lvont:Character ;
    lvont:represents "㻛"^^xsd:string .

<http://lexvo.org/id/char/3EDC> a lvont:Character ;
    lvont:represents "㻜"^^xsd:string .

<http://lexvo.org/id/char/3EDD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%BB%9D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%A0>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/laat6>,
        <http://lexvo.org/id/term/yue/%E3%BB%9D>,
        "㻝"^^xsd:string ;
    rdfs:comment "a kind of jade"@en .

<http://lexvo.org/id/char/3EDE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%BB%9E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/bi%C3%A0n%20f%C3%A8n%20p%C3%ACn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ban1>,
        <http://lexvo.org/id/term/yue/%E3%BB%9E>,
        "㻞"^^xsd:string ;
    rdfs:comment "(interchangeable 彬) flourishing and radiant of the colorful jades, ornamental, refined, lines or stripes on the jade"@en .

<http://lexvo.org/id/char/3EDF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%BB%9F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/su%C3%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ceoi4>,
        <http://lexvo.org/id/term/yue/%E3%BB%9F>,
        "㻟"^^xsd:string ;
    rdfs:comment "a kind of jade"@en .

<http://lexvo.org/id/char/3EE0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%BB%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%BA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tou4>,
        <http://lexvo.org/id/term/yue/%E3%BB%A0>,
        "㻠"^^xsd:string ;
    rdfs:comment "jade hanging on the sides of the cap in ancient times; used to plug the ears, to take; to receive"@en .

<http://lexvo.org/id/char/3EE1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%BB%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/di%C3%A9%20ju%C3%A9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sit3>,
        <http://lexvo.org/id/term/yue/%E3%BB%A1>,
        "㻡"^^xsd:string ;
    rdfs:comment "(interchangeable 鞢) a jade ring with a small segment cut off; used to indicate separation, a thumb-ring worn by archers, tinkling sound of clicking (said of metal), (corrupted form of 渫) to remove; to eliminate"@en .

<http://lexvo.org/id/char/3EE2> a lvont:Character ;
    lvont:represents "㻢"^^xsd:string .

<http://lexvo.org/id/char/3EE3> a lvont:Character ;
    lvont:represents "㻣"^^xsd:string .

<http://lexvo.org/id/char/3EE4> a lvont:Character ;
    lvont:represents "㻤"^^xsd:string .

<http://lexvo.org/id/char/3EE5> a lvont:Character ;
    lvont:represents "㻥"^^xsd:string .

<http://lexvo.org/id/char/3EE6> a lvont:Character ;
    lvont:represents "㻦"^^xsd:string .

<http://lexvo.org/id/char/3EE7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%BB%A7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/du%C3%B2%20h%C3%A9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/do6>,
        <http://lexvo.org/id/term/yue/%E3%BB%A7>,
        "㻧"^^xsd:string ;
    rdfs:comment "a kind of jade"@en .

<http://lexvo.org/id/char/3EE8> a lvont:Character ;
    lvont:represents "㻨"^^xsd:string ;
    rdfs:comment "fine stone a little less valuable than jade"@en .

<http://lexvo.org/id/char/3EE9> a lvont:Character ;
    lvont:represents "㻩"^^xsd:string .

<http://lexvo.org/id/char/3EEA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%BB%AA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/su%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/seoi6>,
        <http://lexvo.org/id/term/yue/%E3%BB%AA>,
        "㻪"^^xsd:string ;
    rdfs:comment "a kind of jade (same as 璿 璇) fine jade"@en .

<http://lexvo.org/id/char/3EEB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%BB%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bit1>,
        <http://lexvo.org/id/term/yue/%E3%BB%AB>,
        "㻫"^^xsd:string ;
    rdfs:comment "(same as ancient form of 珌) a gem or ornament on a scabbard"@en .

<http://lexvo.org/id/char/3EEC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%BB%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%BA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/syu1>,
        <http://lexvo.org/id/term/yue/%E3%BB%AC>,
        "㻬"^^xsd:string ;
    rdfs:comment "a kind of jade"@en .

<http://lexvo.org/id/char/3EED> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%BB%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C3%A8%20z%C3%A9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sat1>,
        <http://lexvo.org/id/term/yue/%E3%BB%AD>,
        "㻭"^^xsd:string ;
    rdfs:comment "(same as 璱) clear; pure and fine (said of jade)"@en .

<http://lexvo.org/id/char/3EEE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%BB%AE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/caan3>,
        <http://lexvo.org/id/term/yue/%E3%BB%AE>,
        "㻮"^^xsd:string ;
    rdfs:comment "(same as non-classical form of 璨) bright and brilliant; lustrous and luminous"@en .

<http://lexvo.org/id/char/3EEF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%BB%AF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%BA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tou4%20tuk1>,
        <http://lexvo.org/id/term/yue/%E3%BB%AF>,
        "㻯"^^xsd:string ;
    rdfs:comment "(same as non-classical form of 㻬) a kind of jade"@en .

<http://lexvo.org/id/char/3EF0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%BB%B0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/mi%C7%8En%20r%C3%A8%20w%C3%A8i%20y%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wai6>,
        <http://lexvo.org/id/term/yue/%E3%BB%B0>,
        "㻰"^^xsd:string ;
    rdfs:comment "decorated jade or ornament on a scabbard"@en .

<http://lexvo.org/id/char/3EF1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/zeon1>,
        <http://lexvo.org/id/term/yue/%E3%BB%B1>,
        "㻱"^^xsd:string ;
    rdfs:comment "to circle; to revolve round; to surround; to encase, (same as 璡) used in person's name, jade like stone"@en .

<http://lexvo.org/id/char/3EF2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%BB%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C7%9A>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/leoi5>,
        <http://lexvo.org/id/term/yue/%E3%BB%B2>,
        "㻲"^^xsd:string ;
    rdfs:comment "a rite or service for beginning of Autumn (date marking the beginning of one of the 24 seasonal periods in a year, falling normally on August 8 or 9)"@en .

<http://lexvo.org/id/char/3EF3> a lvont:Character ;
    lvont:represents "㻳"^^xsd:string .

<http://lexvo.org/id/char/3EF4> a lvont:Character ;
    lvont:represents "㻴"^^xsd:string .

<http://lexvo.org/id/char/3EF5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%BB%B5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zaan6>,
        <http://lexvo.org/id/term/yue/%E3%BB%B5>,
        "㻵"^^xsd:string ;
    rdfs:comment "a kind of jade"@en .

<http://lexvo.org/id/char/3EF6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%BB%B6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C7%90%20b%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bat1>,
        <http://lexvo.org/id/term/yue/%E3%BB%B6>,
        "㻶"^^xsd:string ;
    rdfs:comment "a jade tube with white and nature colors, jade with the colour of nature (green; blue; black), sapphire"@en .

<http://lexvo.org/id/char/3EF7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%BB%B7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gik1%20kak3>,
        <http://lexvo.org/id/term/yue/%E3%BB%B7>,
        "㻷"^^xsd:string ;
    rdfs:comment "name of a place (be famous for fine jade), a kind of jade"@en .

<http://lexvo.org/id/char/3EF8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%BB%B8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C3%A9n%20j%C3%ACn%20x%C3%ADn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/caam4%20saam4>,
        <http://lexvo.org/id/term/yue/%E3%BB%B8>,
        "㻸"^^xsd:string ;
    rdfs:comment "jade like stone"@en .

<http://lexvo.org/id/char/3EF9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/hyun1>,
        <http://lexvo.org/id/term/yue/%E3%BB%B9>,
        "㻹"^^xsd:string ;
    rdfs:comment "a crack; a crevice, spare time; leisure"@en .

<http://lexvo.org/id/char/3EFA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%BB%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%AC%20li%C3%A8>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lik6>,
        <http://lexvo.org/id/term/yue/%E3%BB%BA>,
        "㻺"^^xsd:string ;
    rdfs:comment "a kind of jade"@en .

<http://lexvo.org/id/char/3EFB> a lvont:Character ;
    lvont:represents "㻻"^^xsd:string .

<http://lexvo.org/id/char/3EFC> a lvont:Character ;
    lvont:represents "㻼"^^xsd:string .

<http://lexvo.org/id/char/3EFD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%BB%BD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/su%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/seoi6>,
        <http://lexvo.org/id/term/yue/%E3%BB%BD>,
        "㻽"^^xsd:string ;
    rdfs:comment "(same as U+74BF 璿 U+7487 璇) fine jade"@en .

<http://lexvo.org/id/char/3EFE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/zung2>,
        <http://lexvo.org/id/term/yue/%E3%BB%BE>,
        "㻾"^^xsd:string ;
    rdfs:comment "jade articles, fine stone which is little less valuable than jade"@en .

<http://lexvo.org/id/char/3EFF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%BB%BF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C7%94>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/suk6>,
        <http://lexvo.org/id/term/yue/%E3%BB%BF>,
        "㻿"^^xsd:string ;
    rdfs:comment "a kind of jade"@en .

<http://lexvo.org/id/char/3F00> a lvont:Character ;
    lvont:represents "㼀"^^xsd:string .

<http://lexvo.org/id/char/3F01> a lvont:Character ;
    lvont:represents "㼁"^^xsd:string .

<http://lexvo.org/id/char/3F02> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C3%A9%20w%C3%A8n%20yu%C7%8En>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%BC%82>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/waan6>,
        <http://lexvo.org/id/term/yue/%E3%BC%82>,
        "㼂"^^xsd:string ;
    rdfs:comment "(same as 璺) a crack in jade (or porcelain)"@en .

<http://lexvo.org/id/char/3F03> a lvont:Character ;
    lvont:represents "㼃"^^xsd:string .

<http://lexvo.org/id/char/3F04> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/gei1%20hei3%20kaau5%20zin5>,
        <http://lexvo.org/id/term/yue/%E3%BC%84>,
        "㼄"^^xsd:string ;
    rdfs:comment "(same as 璣) pearls, jade, etc. which are not quite circular"@en .

<http://lexvo.org/id/char/3F05> a lvont:Character ;
    lvont:represents "㼅"^^xsd:string .

<http://lexvo.org/id/char/3F06> a lvont:Character ;
    lvont:represents "㼆"^^xsd:string .

<http://lexvo.org/id/char/3F07> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%BC%87>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C3%B3ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kaai3%20king4>,
        <http://lexvo.org/id/term/yue/%E3%BC%87>,
        "㼇"^^xsd:string ;
    rdfs:comment "(same as non-classical form of 瓗) (same as 瓊) fine jade or agate; red stone, exquisite; fine, variety of jade"@en .

<http://lexvo.org/id/char/3F08> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%BC%88>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/lu%C3%B3>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/leon6%20lo4>,
        <http://lexvo.org/id/term/yue/%E3%BC%88>,
        "㼈"^^xsd:string .

<http://lexvo.org/id/char/3F09> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%BC%89>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%ACn%20zh%C3%A8n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zam6>,
        <http://lexvo.org/id/term/yue/%E3%BC%89>,
        "㼉"^^xsd:string ;
    rdfs:comment "green colored melons"@en .

<http://lexvo.org/id/char/3F0A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%BC%8A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%BAn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tyun4>,
        <http://lexvo.org/id/term/yue/%E3%BC%8A>,
        "㼊"^^xsd:string ;
    rdfs:comment "a kind of melon"@en .

<http://lexvo.org/id/char/3F0B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%BC%8B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C7%94%20ji%C7%94%20m%C3%B3u%20r%C7%94>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gu1>,
        <http://lexvo.org/id/term/yue/%E3%BC%8B>,
        "㼋"^^xsd:string ;
    rdfs:comment "the cucumber, dried (preserved) vegetable"@en .

<http://lexvo.org/id/char/3F0C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%BC%8C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%94>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zyu5>,
        <http://lexvo.org/id/term/yue/%E3%BC%8C>,
        "㼌"^^xsd:string ;
    rdfs:comment "lot of melons growing but the root is weak and feeble, wearied and worn"@en .

<http://lexvo.org/id/char/3F0D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%BC%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C4%9Bi>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/leoi5>,
        <http://lexvo.org/id/term/yue/%E3%BC%8D>,
        "㼍"^^xsd:string ;
    rdfs:comment "pulp of a melon, a kind of melon"@en .

<http://lexvo.org/id/char/3F0E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%BC%8E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%A8i%20b%C3%B3%20k%C4%9B>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bok6>,
        <http://lexvo.org/id/term/yue/%E3%BC%8E>,
        "㼎"^^xsd:string ;
    rdfs:comment "a small melon"@en .

<http://lexvo.org/id/char/3F0F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%BC%8F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C4%9Bi>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/nei6%20neoi5>,
        <http://lexvo.org/id/term/yue/%E3%BC%8F>,
        "㼏"^^xsd:string ;
    rdfs:comment "a bruised, overripe or rotten melon (傷瓜,傷熟瓜)"@en .

<http://lexvo.org/id/char/3F10> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%BC%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/pi%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/pin4>,
        <http://lexvo.org/id/term/yue/%E3%BC%90>,
        "㼐"^^xsd:string ;
    rdfs:comment "a kind of white melon"@en .

<http://lexvo.org/id/char/3F11> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%BC%91>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C3%A0n%20lu%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lin6>,
        <http://lexvo.org/id/term/yue/%E3%BC%91>,
        "㼑"^^xsd:string ;
    rdfs:comment "pulp of a melon"@en .

<http://lexvo.org/id/char/3F12> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%BC%92>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C7%94%20t%C7%8Eng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tong2>,
        <http://lexvo.org/id/term/yue/%E3%BC%92>,
        "㼒"^^xsd:string ;
    rdfs:comment "a kind of big melon, a long melon"@en .

<http://lexvo.org/id/char/3F13> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%BC%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C3%A1n%20li%C7%8En>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lim4>,
        <http://lexvo.org/id/term/yue/%E3%BC%93>,
        "㼓"^^xsd:string ;
    rdfs:comment "melon seeds, a kind of melon"@en .

<http://lexvo.org/id/char/3F14> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/waan1%20wan4>,
        <http://lexvo.org/id/term/yue/%E3%BC%94>,
        "㼔"^^xsd:string ;
    rdfs:comment "a kind of melon"@en .

<http://lexvo.org/id/char/3F15> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/dong1>,
        <http://lexvo.org/id/term/yue/%E3%BC%95>,
        "㼕"^^xsd:string ;
    rdfs:comment "pulp of a melon"@en .

<http://lexvo.org/id/char/3F16> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%BC%96>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/laai5>,
        <http://lexvo.org/id/term/yue/%E3%BC%96>,
        "㼖"^^xsd:string ;
    rdfs:comment "gourd used as a ladle or dipper"@en .

<http://lexvo.org/id/char/3F17> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%BC%97>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C7%90ng%20t%C3%ADng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ting4%20ting5>,
        <http://lexvo.org/id/term/yue/%E3%BC%97>,
        "㼗"^^xsd:string ;
    rdfs:comment "a brick"@en .

<http://lexvo.org/id/char/3F18> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%BC%98>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C7%8E>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ngaa5>,
        <http://lexvo.org/id/term/yue/%E3%BC%98>,
        "㼘"^^xsd:string ;
    rdfs:comment "of mountain; high and lofty"@en .

<http://lexvo.org/id/char/3F19> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%BC%99>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%B2u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cuk1%20zaau3>,
        <http://lexvo.org/id/term/yue/%E3%BC%99>,
        "㼙"^^xsd:string ;
    rdfs:comment "(same as ancient form of 甃) brickwork of a well, to repair a well, to lay bricks"@en .

<http://lexvo.org/id/char/3F1A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/gong1>,
        <http://lexvo.org/id/term/yue/%E3%BC%9A>,
        "㼚"^^xsd:string ;
    rdfs:comment "earthware; pottery (a basin; a pot; a bowl. a cistern; a crock), (interchangeable 缸) a big earthen jar"@en .

<http://lexvo.org/id/char/3F1B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%BC%9B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C3%ADng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zing4>,
        <http://lexvo.org/id/term/yue/%E3%BC%9B>,
        "㼛"^^xsd:string ;
    rdfs:comment "(same as 鈃) long necked wine vessels (bottle; pot; jar; and cups etc.)"@en .

<http://lexvo.org/id/char/3F1C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C3%A0ng%20p%C3%B3u>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%BC%9C>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ong3>,
        <http://lexvo.org/id/term/yue/%E3%BC%9C>,
        "㼜"^^xsd:string ;
    rdfs:comment "(same as 盎) a basin; pot; bowl or dish, sleek; well-favoured, abundant, a musical instrument"@en .

<http://lexvo.org/id/char/3F1D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%BC%9D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%A0n%20w%C7%8En>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wun2>,
        <http://lexvo.org/id/term/yue/%E3%BC%9D>,
        "㼝"^^xsd:string ;
    rdfs:comment "(same as 盌) (a variant of 碗) a bowl; a basin; a cup; a dish"@en .

<http://lexvo.org/id/char/3F1E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%BC%9E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%A8ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bang1%20pang4%20pung3>,
        <http://lexvo.org/id/term/yue/%E3%BC%9E>,
        "㼞"^^xsd:string ;
    rdfs:comment "jar with a small mouth, an earthen jar, a jar for the ashes of the dead"@en .

<http://lexvo.org/id/char/3F1F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%BC%9F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%A1i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/baak6>,
        <http://lexvo.org/id/term/yue/%E3%BC%9F>,
        "㼟"^^xsd:string ;
    rdfs:comment "a tiled house, brick wall of a well"@en .

<http://lexvo.org/id/char/3F20> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%BC%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/tu%C3%B3>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/to4>,
        <http://lexvo.org/id/term/yue/%E3%BC%A0>,
        "㼠"^^xsd:string ;
    rdfs:comment "a crock with narrow opening, an earthen jar"@en .

<http://lexvo.org/id/char/3F21> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/syu4>,
        <http://lexvo.org/id/term/yue/%E3%BC%A1>,
        "㼡"^^xsd:string ;
    rdfs:comment "a small jar with a small mouth, a bottle; pitcher; jug etc."@en .

<http://lexvo.org/id/char/3F22> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C4%9B%20y%C3%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%BC%A2>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gei1%20zi1%20zi4>,
        <http://lexvo.org/id/term/yue/%E3%BC%A2>,
        "㼢"^^xsd:string ;
    rdfs:comment "bricks (same as 瓵) an eathen jar, a jar for the ashes of the dead"@en .

<http://lexvo.org/id/char/3F23> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%BC%A3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C7%8Ei%20b%C3%B3>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/baak3>,
        <http://lexvo.org/id/term/yue/%E3%BC%A3>,
        "㼣"^^xsd:string ;
    rdfs:comment "bricks of the well; brick wall of a well, to build a well, to construct with bricks"@en .

<http://lexvo.org/id/char/3F24> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%BC%A4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C3%AC%20qi%C3%A8%20y%C3%A0>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kit3>,
        <http://lexvo.org/id/term/yue/%E3%BC%A4>,
        "㼤"^^xsd:string ;
    rdfs:comment "earthenware (a basin; a pot; a bowl; a crock with a narrow opening)"@en .

<http://lexvo.org/id/char/3F25> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%BC%A5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%BA%20k%C7%8Eo%20t%C7%92u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tau2>,
        <http://lexvo.org/id/term/yue/%E3%BC%A5>,
        "㼥"^^xsd:string ;
    rdfs:comment "bottle, earthenware"@en .

<http://lexvo.org/id/char/3F26> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%BC%A6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C7%92ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gung2>,
        <http://lexvo.org/id/term/yue/%E3%BC%A6>,
        "㼦"^^xsd:string ;
    rdfs:comment "earthenware; pottery (bottle; pitcher; jug; vase; crock with a narrow opening)"@en .

<http://lexvo.org/id/char/3F27> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%BC%A7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%B3ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tung4>,
        <http://lexvo.org/id/term/yue/%E3%BC%A7>,
        "㼧"^^xsd:string ;
    rdfs:comment "tiles in cylinder shape; used to build a palace; a temple or a shrine"@en .

<http://lexvo.org/id/char/3F28> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%BC%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/haam6%20ham4>,
        <http://lexvo.org/id/term/yue/%E3%BC%A8>,
        "㼨"^^xsd:string ;
    rdfs:comment "a water-jar with ears for carrying it"@en .

<http://lexvo.org/id/char/3F29> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%BC%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%A9ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sing4>,
        <http://lexvo.org/id/term/yue/%E3%BC%A9>,
        "㼩"^^xsd:string ;
    rdfs:comment "concave channels of tiling, a long-necked jar, utensil; instrument; implement"@en .

<http://lexvo.org/id/char/3F2A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%BC%AA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%A1>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gap3%20tiu5%20zaau1%20zip3>,
        <http://lexvo.org/id/term/yue/%E3%BC%AA>,
        "㼪"^^xsd:string ;
    rdfs:comment "fragments of a tile haven't t been kiln-dried completely, tiles overlapping"@en .

<http://lexvo.org/id/char/3F2B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%BC%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fun1>,
        <http://lexvo.org/id/term/yue/%E3%BC%AB>,
        "㼫"^^xsd:string ;
    rdfs:comment "earthenware or pottery with big opening, wine utensil (containers) with big opening"@en .

<http://lexvo.org/id/char/3F2C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%BC%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C3%ACng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hang6>,
        <http://lexvo.org/id/term/yue/%E3%BC%AC>,
        "㼬"^^xsd:string ;
    rdfs:comment "earthenware (a basin; a pot; a bowl; a crock etc.)"@en .

<http://lexvo.org/id/char/3F2D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%BC%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/di%C3%A0n%20ni%C7%8Eo>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dim3>,
        <http://lexvo.org/id/term/yue/%E3%BC%AD>,
        "㼭"^^xsd:string ;
    rdfs:comment "(interchangeable 墊) to steady by putting something underneath, to shore up; to prop"@en .

<http://lexvo.org/id/char/3F2E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%BC%AE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A1i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/caai1>,
        <http://lexvo.org/id/term/yue/%E3%BC%AE>,
        "㼮"^^xsd:string ;
    rdfs:comment "to rub out the filth with broken tiles, brickwork of a well, to repair a well, to lay bricks"@en .

<http://lexvo.org/id/char/3F2F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%BC%AF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%B2ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dung6>,
        <http://lexvo.org/id/term/yue/%E3%BC%AF>,
        "㼯"^^xsd:string ;
    rdfs:comment "earthenware (jar with a small mouth)"@en .

<http://lexvo.org/id/char/3F30> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C3%A9%20p%C3%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%BC%B0>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/be1%20maa3%20paai6%20pei4%20sit3>,
        <http://lexvo.org/id/term/yue/%E3%BC%B0>,
        "㼰"^^xsd:string ;
    rdfs:comment "an earthenware jar with a small mouth and two or four ears; used to store water for fire prevention in ancient times"@en .

<http://lexvo.org/id/char/3F31> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%BC%B1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ru%C7%8En>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zeon3%20zyun5>,
        <http://lexvo.org/id/term/yue/%E3%BC%B1>,
        "㼱"^^xsd:string ;
    rdfs:comment "to manage or regulate the leather material, soft, hunting clothes (leather trousers)"@en .

<http://lexvo.org/id/char/3F32> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%BC%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C3%A8>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lit6>,
        <http://lexvo.org/id/term/yue/%E3%BC%B2>,
        "㼲"^^xsd:string ;
    rdfs:comment "sound of broken tiles, thin tiles"@en .

<http://lexvo.org/id/char/3F33> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%BC%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C4%9Bng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sang2%20zip3>,
        <http://lexvo.org/id/term/yue/%E3%BC%B3>,
        "㼳"^^xsd:string ;
    rdfs:comment "earthenware (a basin; a pot; a bowl; a crock etc.)"@en .

<http://lexvo.org/id/char/3F34> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C7%92u>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%BC%B4>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ngaau5>,
        <http://lexvo.org/id/term/yue/%E3%BC%B4>,
        "㼴"^^xsd:string ;
    rdfs:comment "an earthen vessel; a basin; a pot; a jar"@en .

<http://lexvo.org/id/char/3F35> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%BC%B5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/daai6%20taai4%20zit3>,
        <http://lexvo.org/id/term/yue/%E3%BC%B5>,
        "㼵"^^xsd:string ;
    rdfs:comment "a small basin; a bowl. a cup; a pot; a jar"@en .

<http://lexvo.org/id/char/3F36> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%BC%B6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%BA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/naau6%20zyu4>,
        <http://lexvo.org/id/term/yue/%E3%BC%B6>,
        "㼶"^^xsd:string ;
    rdfs:comment "earthenware (a basin; a pot; a bowl; a crock etc.)"@en .

<http://lexvo.org/id/char/3F37> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%BC%B7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/chu%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cyun4%20zyun1>,
        <http://lexvo.org/id/term/yue/%E3%BC%B7>,
        "㼷"^^xsd:string ;
    rdfs:comment "a basin, (same as 甎) a brick; a square tile"@en .

<http://lexvo.org/id/char/3F38> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%BC%B8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/r%C3%B3ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zung4>,
        <http://lexvo.org/id/term/yue/%E3%BC%B8>,
        "㼸"^^xsd:string ;
    rdfs:comment "earthenware (a basin; a pot; a bowl; a crock etc.)"@en .

<http://lexvo.org/id/char/3F39> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/hong1>,
        <http://lexvo.org/id/term/yue/%E3%BC%B9>,
        "㼹"^^xsd:string ;
    rdfs:comment "eartenware; pottery, a kind container; vessel"@en .

<http://lexvo.org/id/char/3F3A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%BC%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%A1ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tong4>,
        <http://lexvo.org/id/term/yue/%E3%BC%BA>,
        "㼺"^^xsd:string ;
    rdfs:comment "porcelain; porcelain ware; chinaware; china, a small bottle with ears"@en .

<http://lexvo.org/id/char/3F3B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%BC%BB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C3%B3ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cung4>,
        <http://lexvo.org/id/term/yue/%E3%BC%BB>,
        "㼻"^^xsd:string ;
    rdfs:comment "earthenware (a jar; a jar with a small mouth and two or four ears; a pot; a pitcher)"@en .

<http://lexvo.org/id/char/3F3C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%BC%BC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/pi%C3%A1o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/piu1%20piu4>,
        <http://lexvo.org/id/term/yue/%E3%BC%BC>,
        "㼼"^^xsd:string ;
    rdfs:comment "(same as 瓢) a ladle (often made of dried calabash or gourd)"@en .

<http://lexvo.org/id/char/3F3D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%BC%BD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/shu%C7%8Eng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/song2>,
        <http://lexvo.org/id/term/yue/%E3%BC%BD>,
        "㼽"^^xsd:string ;
    rdfs:comment "fragments of a tile haven't been kiln-dried completely, to rub out the filth with broken tiles"@en .

<http://lexvo.org/id/char/3F3E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%BC%BE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/luk6>,
        <http://lexvo.org/id/term/yue/%E3%BC%BE>,
        "㼾"^^xsd:string ;
    rdfs:comment "bricks"@en .

<http://lexvo.org/id/char/3F3F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%BC%BF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%B3ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tung4>,
        <http://lexvo.org/id/term/yue/%E3%BC%BF>,
        "㼿"^^xsd:string ;
    rdfs:comment "the brick wall of a well, earthenware (a jar; a jar with a small mouth and two or four ears; a pot; a pitcher)"@en .

<http://lexvo.org/id/char/3F40> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%BD%80>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%A8ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zing6>,
        <http://lexvo.org/id/term/yue/%E3%BD%80>,
        "㽀"^^xsd:string ;
    rdfs:comment "earthenware (a basin; a pot; a bowl; a crock etc.)"@en .

<http://lexvo.org/id/char/3F41> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%BD%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lik6>,
        <http://lexvo.org/id/term/yue/%E3%BD%81>,
        "㽁"^^xsd:string ;
    rdfs:comment "(same as 鬲) a large earthen pot, a large iron cauldron used in old time"@en .

<http://lexvo.org/id/char/3F42> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%BD%82>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C3%A0>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sap3%20tat3>,
        <http://lexvo.org/id/term/yue/%E3%BD%82>,
        "㽂"^^xsd:string ;
    rdfs:comment "a cracked container, a movement of a musical conposition in Tang Dynasty"@en .

<http://lexvo.org/id/char/3F43> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/ban1%20pun1>,
        <http://lexvo.org/id/term/yue/%E3%BD%83>,
        "㽃"^^xsd:string ;
    rdfs:comment "a big piece of brick"@en .

<http://lexvo.org/id/char/3F44> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/si1>,
        <http://lexvo.org/id/term/yue/%E3%BD%84>,
        "㽄"^^xsd:string ;
    rdfs:comment "an earthen jar, crack of earthen container, hoarse voice"@en .

<http://lexvo.org/id/char/3F45> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/dang1>,
        <http://lexvo.org/id/term/yue/%E3%BD%85>,
        "㽅"^^xsd:string ;
    rdfs:comment "vessel for ceremony in ancient times"@en .

<http://lexvo.org/id/char/3F46> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/dong1>,
        <http://lexvo.org/id/term/yue/%E3%BD%86>,
        "㽆"^^xsd:string ;
    rdfs:comment "earthenware; a bowl; a cup, tiles with a circular facade at one end used along the edge of palace eaves during the Han Dynasty"@en .

<http://lexvo.org/id/char/3F47> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%BD%87>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/gu%C3%A0i%20h%C3%BA%20hu%C3%AD%20m%C3%A9ng%20s%C3%A8>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wu4%20zyu5>,
        <http://lexvo.org/id/term/yue/%E3%BD%87>,
        "㽇"^^xsd:string ;
    rdfs:comment "unburnt tiles, earthenware"@en .

<http://lexvo.org/id/char/3F48> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%BD%88>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ngaai6>,
        <http://lexvo.org/id/term/yue/%E3%BD%88>,
        "㽈"^^xsd:string ;
    rdfs:comment "a large earthenware jar with a small mouth and two or four ears; a big pot; bottle; pitcher; jug; vase"@en .

<http://lexvo.org/id/char/3F49> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%BD%89>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C7%8En%20ji%C3%A0n%20xi%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gam3%20ham3>,
        <http://lexvo.org/id/term/yue/%E3%BD%89>,
        "㽉"^^xsd:string ;
    rdfs:comment "a big jar; a big basin"@en .

<http://lexvo.org/id/char/3F4A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%BD%8A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A8>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sik1%20sit3>,
        <http://lexvo.org/id/term/yue/%E3%BD%8A>,
        "㽊"^^xsd:string ;
    rdfs:comment "cracking of tile"@en .

<http://lexvo.org/id/char/3F4B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%BD%8B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/lu%C3%B3%20lu%C3%B2>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lo4>,
        <http://lexvo.org/id/term/yue/%E3%BD%8B>,
        "㽋"^^xsd:string ;
    rdfs:comment "a kind of tile, earthenware, a cylinder shaped tile used for chimney"@en .

<http://lexvo.org/id/char/3F4C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%BD%8C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lau6>,
        <http://lexvo.org/id/term/yue/%E3%BD%8C>,
        "㽌"^^xsd:string ;
    rdfs:comment "the ridge of a roof"@en .

<http://lexvo.org/id/char/3F4D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/ham1>,
        <http://lexvo.org/id/term/yue/%E3%BD%8D>,
        "㽍"^^xsd:string ;
    rdfs:comment "(same as 坩) an earthen vessel"@en .

<http://lexvo.org/id/char/3F4E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%BD%8E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C7%8En%20t%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/taam4>,
        <http://lexvo.org/id/term/yue/%E3%BD%8E>,
        "㽎"^^xsd:string ;
    rdfs:comment "the profundity of the harem, the mysterious and profound of the forbidden palace, the flourishing and exuberant of the flame"@en .

<http://lexvo.org/id/char/3F4F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C3%A0n>,
        "㽏"^^xsd:string .

<http://lexvo.org/id/char/3F50> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/cim1>,
        <http://lexvo.org/id/term/yue/%E3%BD%90>,
        "㽐"^^xsd:string ;
    rdfs:comment "(same as 馦) fragrant"@en .

<http://lexvo.org/id/char/3F51> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%BD%91>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/taam4>,
        <http://lexvo.org/id/term/yue/%E3%BD%91>,
        "㽑"^^xsd:string ;
    rdfs:comment "delicious; tasty (same as 醰) full flavoured; rich"@en .

<http://lexvo.org/id/char/3F52> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/saang1%20sang1>,
        <http://lexvo.org/id/term/yue/%E3%BD%92>,
        "㽒"^^xsd:string ;
    rdfs:comment "(same as 甥) the children of a sister, a son-in-law"@en .

<http://lexvo.org/id/char/3F53> a lvont:Character ;
    lvont:represents "㽓"^^xsd:string .

<http://lexvo.org/id/char/3F54> a lvont:Character ;
    lvont:represents "㽔"^^xsd:string .

<http://lexvo.org/id/char/3F55> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%BD%95>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%B3u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zaau4>,
        <http://lexvo.org/id/term/yue/%E3%BD%95>,
        "㽕"^^xsd:string ;
    rdfs:comment "new branches growing (said of trees), hollow; empty"@en .

<http://lexvo.org/id/char/3F56> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%BD%96>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/nam4>,
        <http://lexvo.org/id/term/yue/%E3%BD%96>,
        "㽖"^^xsd:string ;
    rdfs:comment "(same as 男) a human; a man; a boy ( non-classical form of 留) to remain; to stay, to keep, to preserve"@en .

<http://lexvo.org/id/char/3F57> a lvont:Character ;
    lvont:represents "㽗"^^xsd:string .

<http://lexvo.org/id/char/3F58> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%BD%98>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C7%8Eng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gong1>,
        <http://lexvo.org/id/term/yue/%E3%BD%98>,
        "㽘"^^xsd:string ;
    rdfs:comment "borderland; the frontier, a pit; a cave, a narrow path in the field, administrative unit for rural community of 傣族 ( under the feudal system), pond; a marsh, saltpond, (same as 䴚) salt marsh"@en .

<http://lexvo.org/id/char/3F59> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%BD%99>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%B9n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zeon3%20zoeng6>,
        <http://lexvo.org/id/term/yue/%E3%BD%99>,
        "㽙"^^xsd:string ;
    rdfs:comment "(sama as 畯) official in charge of farmlands in ancient times; a bailiff or landlord, rustic; crude (ancient form of 允) to allow; to grant"@en .

<http://lexvo.org/id/char/3F5A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%BD%9A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cik1%20cik3>,
        <http://lexvo.org/id/term/yue/%E3%BD%9A>,
        "㽚"^^xsd:string ;
    rdfs:comment "agricultural implements; farm tools, name of a place"@en .

<http://lexvo.org/id/char/3F5B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%BD%9B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C3%B2u%20q%C3%BA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ngaau1>,
        <http://lexvo.org/id/term/yue/%E3%BD%9B>,
        "㽛"^^xsd:string ;
    rdfs:comment "narrow trail of path in the fields, a name of an old county in today's Yunnan Province"@en .

<http://lexvo.org/id/char/3F5C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%BD%9C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C7%8En>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zyun2>,
        <http://lexvo.org/id/term/yue/%E3%BD%9C>,
        "㽜"^^xsd:string .

<http://lexvo.org/id/char/3F5D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%BD%9D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lai6>,
        <http://lexvo.org/id/term/yue/%E3%BD%9D>,
        "㽝"^^xsd:string ;
    rdfs:comment "to sink; to fall, to entrap, to crush; to capture"@en .

<http://lexvo.org/id/char/3F5E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%BD%9E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C3%BA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lau4>,
        <http://lexvo.org/id/term/yue/%E3%BD%9E>,
        "㽞"^^xsd:string ;
    rdfs:comment "(abbreviated form of 留) to remain; to stay, to detain, to leave behind"@en .

<http://lexvo.org/id/char/3F5F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%BD%9F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C3%A8>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lyut3>,
        <http://lexvo.org/id/term/yue/%E3%BD%9F>,
        "㽟"^^xsd:string ;
    rdfs:comment "to till or to plough the fields (same as 埒) an enclosure, an embankment, a dike"@en .

<http://lexvo.org/id/char/3F60> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%BD%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A1>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/haap1%20kit3>,
        <http://lexvo.org/id/term/yue/%E3%BD%A0>,
        "㽠"^^xsd:string ;
    rdfs:comment "connection of the ditches or waterways"@en .

<http://lexvo.org/id/char/3F61> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/baai3%20bei1>,
        <http://lexvo.org/id/term/yue/%E3%BD%A1>,
        "㽡"^^xsd:string ;
    rdfs:comment "field, block up the water to irrigate the fields"@en .

<http://lexvo.org/id/char/3F62> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C7%8En%20y%C3%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%BD%A2>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/aam2%20au2%20au3%20zip6>,
        <http://lexvo.org/id/term/yue/%E3%BD%A2>,
        "㽢"^^xsd:string ;
    rdfs:comment "to plough the fields"@en .

<http://lexvo.org/id/char/3F63> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%BD%A3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wik6>,
        <http://lexvo.org/id/term/yue/%E3%BD%A3>,
        "㽣"^^xsd:string ;
    rdfs:comment "(same as U+57DF 域) a frontier; a boundary; a region; a country, to keep within bounds"@en .

<http://lexvo.org/id/char/3F64> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%BD%A4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%BA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/guk1>,
        <http://lexvo.org/id/term/yue/%E3%BD%A4>,
        "㽤"^^xsd:string ;
    rdfs:comment "a small plot of land"@en .

<http://lexvo.org/id/char/3F65> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%BD%A5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/r%C3%B3u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zaau4>,
        <http://lexvo.org/id/term/yue/%E3%BD%A5>,
        "㽥"^^xsd:string ;
    rdfs:comment "fertile fields; good land (during the Epoch of Spring and Autumn) name of a place in Zheng Guo (today's Henan Province LuShan Xian"@en .

<http://lexvo.org/id/char/3F66> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%BD%A6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C3%BAn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ceon4%20seon1>,
        <http://lexvo.org/id/term/yue/%E3%BD%A6>,
        "㽦"^^xsd:string ;
    rdfs:comment "reclaimed land; flat and in even level"@en .

<http://lexvo.org/id/char/3F67> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/zi1>,
        <http://lexvo.org/id/term/yue/%E3%BD%A7>,
        "㽧"^^xsd:string ;
    rdfs:comment "name of a place"@en .

<http://lexvo.org/id/char/3F68> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%BD%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/cu%C3%B3>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/co1>,
        <http://lexvo.org/id/term/yue/%E3%BD%A8>,
        "㽨"^^xsd:string ;
    rdfs:comment "fragmented; uncultivated and desolated fields, to eliminate; remove, to clean (interchangeable 瘥) an epidemic; a plague"@en .

<http://lexvo.org/id/char/3F69> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%BD%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C3%A0n%20c%C3%A0o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/can3>,
        <http://lexvo.org/id/term/yue/%E3%BD%A9>,
        "㽩"^^xsd:string ;
    rdfs:comment "connected banks of earth or paths in the field"@en .

<http://lexvo.org/id/char/3F6A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%BD%AA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C4%9Bng%20zh%C7%8E>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zang2>,
        <http://lexvo.org/id/term/yue/%E3%BD%AA>,
        "㽪"^^xsd:string ;
    rdfs:comment "paddy field; rice field"@en .

<http://lexvo.org/id/char/3F6B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%BD%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%92ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zung1>,
        <http://lexvo.org/id/term/yue/%E3%BD%AB>,
        "㽫"^^xsd:string ;
    rdfs:comment "seeds of the plant allied to the water-lily; used when ground into meal; as a coarse food, also as medicine (same as 壅) to block up, to bank up roots of plants, to impede (flow, etc.)"@en .

<http://lexvo.org/id/char/3F6C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%BD%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fu3>,
        <http://lexvo.org/id/term/yue/%E3%BD%AC>,
        "㽬"^^xsd:string ;
    rdfs:comment "(same as 副) to assist, secondary (in importance), rich and dense"@en .

<http://lexvo.org/id/char/3F6D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%BD%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ru%C7%8En>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zyun5>,
        <http://lexvo.org/id/term/yue/%E3%BD%AD>,
        "㽭"^^xsd:string ;
    rdfs:comment "vacant lot or space, soft land; land on the river side"@en .

<http://lexvo.org/id/char/3F6E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/sing1>,
        <http://lexvo.org/id/term/yue/%E3%BD%AE>,
        "㽮"^^xsd:string ;
    rdfs:comment "(same as 星) a point of light, stars; planets, a spark"@en .

<http://lexvo.org/id/char/3F6F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%BD%AF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C3%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kwai4>,
        <http://lexvo.org/id/term/yue/%E3%BD%AF>,
        "㽯"^^xsd:string .

<http://lexvo.org/id/char/3F70> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%BD%B0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/so1>,
        <http://lexvo.org/id/term/yue/%E3%BD%B0>,
        "㽰"^^xsd:string ;
    rdfs:comment "(corrupted form) carved window frame on a door, the windows with scattered or dispersed frames, a wine filterer"@en .

<http://lexvo.org/id/char/3F71> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%BD%B1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C7%8Eo>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gaau2>,
        <http://lexvo.org/id/term/yue/%E3%BD%B1>,
        "㽱"^^xsd:string ;
    rdfs:comment "griping colic, a swelling, a little painful; some not serious"@en .

<http://lexvo.org/id/char/3F72> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%BD%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C7%8Eo>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/caau4%20gau2%20naau2>,
        <http://lexvo.org/id/term/yue/%E3%BD%B2>,
        "㽲"^^xsd:string ;
    rdfs:comment "(same as U+3F71 㽱) griping colic, illness; disease"@en .

<http://lexvo.org/id/char/3F73> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%BD%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A0n%20xi%C3%A8%20x%C7%94%20y%C3%BA>,
        <http://lexvo.org/id/term/vie/v%C3%B5>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/heoi1>,
        <http://lexvo.org/id/term/yue/%E3%BD%B3>,
        "㽳"^^xsd:string ;
    rdfs:comment "illness; disease"@en .

<http://lexvo.org/id/char/3F74> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%BD%B4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%A0ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zoeng6>,
        <http://lexvo.org/id/term/yue/%E3%BD%B4>,
        "㽴"^^xsd:string ;
    rdfs:comment "illness; disease"@en .

<http://lexvo.org/id/char/3F75> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/zong1>,
        <http://lexvo.org/id/term/yue/%E3%BD%B5>,
        "㽵"^^xsd:string ;
    rdfs:comment "(same as non-classical form of 莊) solemn, large farmhouse"@en .

<http://lexvo.org/id/char/3F76> a lvont:Character ;
    lvont:represents "㽶"^^xsd:string .

<http://lexvo.org/id/char/3F77> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%BD%B7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/shu%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/seoi3>,
        <http://lexvo.org/id/term/yue/%E3%BD%B7>,
        "㽷"^^xsd:string ;
    rdfs:comment "dropsy; hydrophillic swelling"@en .

<http://lexvo.org/id/char/3F78> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%BD%B8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%A9n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/caam4>,
        <http://lexvo.org/id/term/yue/%E3%BD%B8>,
        "㽸"^^xsd:string ;
    rdfs:comment "(corrupted form 瘎) diseases of the abdomen, illness, sick for the second time; get sick again"@en .

<http://lexvo.org/id/char/3F79> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%BD%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%A0n%20w%C7%8En>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fan3>,
        <http://lexvo.org/id/term/yue/%E3%BD%B9>,
        "㽹"^^xsd:string ;
    rdfs:comment "to faint, to feel nausea, abuse; vilification"@en .

<http://lexvo.org/id/char/3F7A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%BD%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gap1>,
        <http://lexvo.org/id/term/yue/%E3%BD%BA>,
        "㽺"^^xsd:string ;
    rdfs:comment "to be weaked by disease; feeble; lean (a dialect) poor in quality"@en .

<http://lexvo.org/id/char/3F7B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/zi1>,
        <http://lexvo.org/id/term/yue/%E3%BD%BB>,
        "㽻"^^xsd:string ;
    rdfs:comment "diseases; illness"@en .

<http://lexvo.org/id/char/3F7C> a lvont:Character ;
    lvont:represents "㽼"^^xsd:string .

<http://lexvo.org/id/char/3F7D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%BD%BD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gu3>,
        <http://lexvo.org/id/term/yue/%E3%BD%BD>,
        "㽽"^^xsd:string ;
    rdfs:comment "(same as U+75FC 痼) chronic disease, a sore in the mouth of a child"@en .

<http://lexvo.org/id/char/3F7E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%BD%BE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ngaat6%20zaat6>,
        <http://lexvo.org/id/term/yue/%E3%BD%BE>,
        "㽾"^^xsd:string ;
    rdfs:comment "a kind of woman's disease, to cut apart, to break"@en .

<http://lexvo.org/id/char/3F7F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/c%C3%B9i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wo1>,
        <http://lexvo.org/id/term/yue/%E3%BD%BF>,
        "㽿"^^xsd:string ;
    rdfs:comment "(same as 瘑) ulcer; sore; boil, illness; disease"@en .

<http://lexvo.org/id/char/3F80> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%BE%80>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C3%A8>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hip3>,
        <http://lexvo.org/id/term/yue/%E3%BE%80>,
        "㾀"^^xsd:string ;
    rdfs:comment "(interchangeable 怯) to be weaked by disease; weak; feeble, lean; emaciated, illness; disease; sick"@en .

<http://lexvo.org/id/char/3F81> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%BE%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/seot6>,
        <http://lexvo.org/id/term/yue/%E3%BE%81>,
        "㾁"^^xsd:string ;
    rdfs:comment "walking like mad; mad"@en .

<http://lexvo.org/id/char/3F82> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/hoi1>,
        <http://lexvo.org/id/term/yue/%E3%BE%82>,
        "㾂"^^xsd:string ;
    rdfs:comment "illness; disease (a dialect) a chronic disease; never recover after a long illness"@en .

<http://lexvo.org/id/char/3F83> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%BE%83>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/tu%C3%B3>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/to4>,
        <http://lexvo.org/id/term/yue/%E3%BE%83>,
        "㾃"^^xsd:string ;
    rdfs:comment "hump-backed"@en .

<http://lexvo.org/id/char/3F84> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%BE%84>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%BA>,
        <http://lexvo.org/id/term/vie/r%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/duk6>,
        <http://lexvo.org/id/term/yue/%E3%BE%84>,
        "㾄"^^xsd:string ;
    rdfs:comment "(ancient form same as 讟) to libel; to slander; complaints; grumblings, blames or curses; to blame, (same as 怞) to grieve, sorrowful, sad and weary"@en .

<http://lexvo.org/id/char/3F85> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%BE%85>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C3%AC%20zh%C3%AC%20z%C7%90>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/nou5%20zi2%20zi3>,
        <http://lexvo.org/id/term/yue/%E3%BE%85>,
        "㾅"^^xsd:string ;
    rdfs:comment "defects; flaws, illness; disease"@en .

<http://lexvo.org/id/char/3F86> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%BE%86>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/r%C3%A1n%20sh%C7%8En>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cim1>,
        <http://lexvo.org/id/term/yue/%E3%BE%86>,
        "㾆"^^xsd:string ;
    rdfs:comment "(non-classical form) (said of some kinds of reptiles or insects) ecdysis; to cast off the skin; to molt"@en .

<http://lexvo.org/id/char/3F87> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%BE%87>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/do2%20dou1%20muk6%20zyu4>,
        <http://lexvo.org/id/term/yue/%E3%BE%87>,
        "㾇"^^xsd:string ;
    rdfs:comment "illness; disease; ailment"@en .

<http://lexvo.org/id/char/3F88> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%BE%88>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fu6>,
        <http://lexvo.org/id/term/yue/%E3%BE%88>,
        "㾈"^^xsd:string ;
    rdfs:comment "hunchbacked; curved spine, short, dropsy"@en .

<http://lexvo.org/id/char/3F89> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%BE%89>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%ADng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ling4>,
        <http://lexvo.org/id/term/yue/%E3%BE%89>,
        "㾉"^^xsd:string ;
    rdfs:comment "thin; lean; slim; enacuated"@en .

<http://lexvo.org/id/char/3F8A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%BE%8A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zik6>,
        <http://lexvo.org/id/term/yue/%E3%BE%8A>,
        "㾊"^^xsd:string ;
    rdfs:comment "(same as 瘦 瘠) thin; lean; slim; enacuated, a kind of skin disease, a chill, a cold, malaria, (interchangeable 瘶,瘷) cough; chilly disease; catching cold"@en .

<http://lexvo.org/id/char/3F8B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%BE%8B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zaau1>,
        <http://lexvo.org/id/term/yue/%E3%BE%8B>,
        "㾋"^^xsd:string ;
    rdfs:comment "dysentery; diarrhea, a sore; a boil; an ulcer"@en .

<http://lexvo.org/id/char/3F8C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%BE%8C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xu%C7%8En>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bei3%20sin2>,
        <http://lexvo.org/id/term/yue/%E3%BE%8C>,
        "㾌"^^xsd:string ;
    rdfs:comment "(same as 癬) ringworm, used for various diseases of the skin"@en .

<http://lexvo.org/id/char/3F8D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%BE%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C3%A1i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/nai1>,
        <http://lexvo.org/id/term/yue/%E3%BE%8D>,
        "㾍"^^xsd:string ;
    rdfs:comment "diseases, sticking up or protruding of the big bottom"@en .

<http://lexvo.org/id/char/3F8E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/at3%20haat6>,
        <http://lexvo.org/id/term/yue/%E3%BE%8E>,
        "㾎"^^xsd:string ;
    rdfs:comment "(a dialect) sickness; disease, favus (a dialect) everything is good except this particular one"@en .

<http://lexvo.org/id/char/3F8F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%BE%8F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%A8>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hai6>,
        <http://lexvo.org/id/term/yue/%E3%BE%8F>,
        "㾏"^^xsd:string ;
    rdfs:comment "illness; disease; sickness, idiotic; crazy; insane; silly"@en .

<http://lexvo.org/id/char/3F90> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%BE%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lai6>,
        <http://lexvo.org/id/term/yue/%E3%BE%90>,
        "㾐"^^xsd:string ;
    rdfs:comment "ulcer, a sore; swelling and sores caused by varnish-poisoning; pestilence; epidemic, leprosy, (interchangeable 勵) to exhort to great effort; to urge"@en .

<http://lexvo.org/id/char/3F91> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%BE%91>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%A1>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/daap3>,
        <http://lexvo.org/id/term/yue/%E3%BE%91>,
        "㾑"^^xsd:string ;
    rdfs:comment "fat; plump, a chill, a cold, malaria, a wart; a pimple, a round lump"@en .

<http://lexvo.org/id/char/3F92> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%BE%92>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%AC%20r%C3%BA%20r%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zyu4>,
        <http://lexvo.org/id/term/yue/%E3%BE%92>,
        "㾒"^^xsd:string ;
    rdfs:comment "illness; disease, could not have access to ..."@en .

<http://lexvo.org/id/char/3F93> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/zyun1>,
        <http://lexvo.org/id/term/yue/%E3%BE%93>,
        "㾓"^^xsd:string ;
    rdfs:comment "fatigue; exhaustion; weriness, ache of the joints (of bones); gout, melancholy; depressed, anger; fury, hatred; bitterness"@en .

<http://lexvo.org/id/char/3F94> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%BE%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C7%9A>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/leoi5>,
        <http://lexvo.org/id/term/yue/%E3%BE%94>,
        "㾔"^^xsd:string ;
    rdfs:comment "long illness, ulcer; sore; boil"@en .

<http://lexvo.org/id/char/3F95> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%BE%95>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C4%9Bn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/saan1%20syun2>,
        <http://lexvo.org/id/term/yue/%E3%BE%95>,
        "㾕"^^xsd:string ;
    rdfs:comment "a chill, a cold, malaria, shiverin with cold, a shudder; a shiver; tremble"@en .

<http://lexvo.org/id/char/3F96> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%BE%96>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C7%90%20lu%C3%B3>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lei5>,
        <http://lexvo.org/id/term/yue/%E3%BE%96>,
        "㾖"^^xsd:string ;
    rdfs:comment "grieved; distressed; ill with grief and exhausted"@en .

<http://lexvo.org/id/char/3F97> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%BE%97>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C7%8Eng%20li%C3%A0ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gak3%20loeng6%20long5>,
        <http://lexvo.org/id/term/yue/%E3%BE%97>,
        "㾗"^^xsd:string ;
    rdfs:comment "eye disease; strabismus; squint; to look askance (a dialect) bright; light; brilliant, bright eyes"@en .

<http://lexvo.org/id/char/3F98> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%BE%98>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C4%9Bng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ang2%20gang2%20ngang2>,
        <http://lexvo.org/id/term/yue/%E3%BE%98>,
        "㾘"^^xsd:string ;
    rdfs:comment "(same as U+6897 梗) ailment; bane; distress; (Cant.) a bruise"@en .

<http://lexvo.org/id/char/3F99> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%BE%99>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%90n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zaan1>,
        <http://lexvo.org/id/term/yue/%E3%BE%99>,
        "㾙"^^xsd:string ;
    rdfs:comment "(same as 脪) Erysipelas, sloughing of an ulcer, painful; aching"@en .

<http://lexvo.org/id/char/3F9A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/se1>,
        <http://lexvo.org/id/term/yue/%E3%BE%9A>,
        "㾚"^^xsd:string ;
    rdfs:comment "itchy; ticklish"@en .

<http://lexvo.org/id/char/3F9B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%BE%9B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C7%90n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cam2>,
        <http://lexvo.org/id/term/yue/%E3%BE%9B>,
        "㾛"^^xsd:string ;
    rdfs:comment "ugly; bad-looking"@en .

<http://lexvo.org/id/char/3F9C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%BE%9C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C3%A8>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fan2%20hip3%20keoi1%20koek3>,
        <http://lexvo.org/id/term/yue/%E3%BE%9C>,
        "㾜"^^xsd:string ;
    rdfs:comment "weak breath of a sick man"@en .

<http://lexvo.org/id/char/3F9D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%BE%9D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%A8>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ce3%20zi1>,
        <http://lexvo.org/id/term/yue/%E3%BE%9D>,
        "㾝"^^xsd:string ;
    rdfs:comment "(corrupted form) to leak out; to ejaculate, to scatter; to disperse; to vent"@en .

<http://lexvo.org/id/char/3F9E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%BE%9E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%92u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zaau4%20zuk1>,
        <http://lexvo.org/id/term/yue/%E3%BE%9E>,
        "㾞"^^xsd:string ;
    rdfs:comment "illness; disease (interchangeable 庮) stinking smell of the decayed wood"@en .

<http://lexvo.org/id/char/3F9F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%BE%9F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bou6>,
        <http://lexvo.org/id/term/yue/%E3%BE%9F>,
        "㾟"^^xsd:string ;
    rdfs:comment "(said of illness) relapse; to relapse (a dialect) relapse of typhoid fever (typhus)"@en .

<http://lexvo.org/id/char/3FA0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%BE%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%A1ng%20ku%C3%A1ng%20ku%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kwong4>,
        <http://lexvo.org/id/term/yue/%E3%BE%A0>,
        "㾠"^^xsd:string ;
    rdfs:comment "a fever"@en .

<http://lexvo.org/id/char/3FA1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%BE%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qu%C3%A8>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/koek3>,
        <http://lexvo.org/id/term/yue/%E3%BE%A1>,
        "㾡"^^xsd:string ;
    rdfs:comment "ulcer; sore; boil"@en .

<http://lexvo.org/id/char/3FA2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%BE%A2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%A0i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/loi6>,
        <http://lexvo.org/id/term/yue/%E3%BE%A2>,
        "㾢"^^xsd:string ;
    rdfs:comment "a malignant disease, a chronic disease"@en .

<http://lexvo.org/id/char/3FA3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/zaam1>,
        <http://lexvo.org/id/term/yue/%E3%BE%A3>,
        "㾣"^^xsd:string ;
    rdfs:comment "to shiver; to shudder; to tremble because of a malaria and a very bad cold"@en .

<http://lexvo.org/id/char/3FA4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/hong1>,
        <http://lexvo.org/id/term/yue/%E3%BE%A4>,
        "㾤"^^xsd:string ;
    rdfs:comment "disease of the throat"@en .

<http://lexvo.org/id/char/3FA5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%BE%A5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cuk1>,
        <http://lexvo.org/id/term/yue/%E3%BE%A5>,
        "㾥"^^xsd:string ;
    rdfs:comment "bellyache"@en .

<http://lexvo.org/id/char/3FA6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%BE%A6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%A0ng%20p%C3%A8i%20p%C3%A9n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/pui3>,
        <http://lexvo.org/id/term/yue/%E3%BE%A6>,
        "㾦"^^xsd:string ;
    rdfs:comment "scab over a sore, scar of an ulcer, weak; feeble"@en .

<http://lexvo.org/id/char/3FA7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%BE%A7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C3%A8>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fo3>,
        <http://lexvo.org/id/term/yue/%E3%BE%A7>,
        "㾧"^^xsd:string ;
    rdfs:comment "favus, swelling of the glands, a lump; scrofulous swellings"@en .

<http://lexvo.org/id/char/3FA8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%BE%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C7%90%20y%C7%90>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zi1>,
        <http://lexvo.org/id/term/yue/%E3%BE%A8>,
        "㾨"^^xsd:string ;
    rdfs:comment "weak; feeble, to mourn, ulcer; cancer; carbuncle, short"@en .

<http://lexvo.org/id/char/3FA9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/gwaai1>,
        <http://lexvo.org/id/term/yue/%E3%BE%A9>,
        "㾩"^^xsd:string ;
    rdfs:comment "malignant boils"@en .

<http://lexvo.org/id/char/3FAA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%BE%AA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C4%9Bng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/saang2>,
        <http://lexvo.org/id/term/yue/%E3%BE%AA>,
        "㾪"^^xsd:string ;
    rdfs:comment "lean; thin; slim"@en .

<http://lexvo.org/id/char/3FAB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/pin1>,
        <http://lexvo.org/id/term/yue/%E3%BE%AB>,
        "㾫"^^xsd:string ;
    rdfs:comment "hemiplegia -- paralysis of half of one's body"@en .

<http://lexvo.org/id/char/3FAC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/gaai1>,
        <http://lexvo.org/id/term/yue/%E3%BE%AC>,
        "㾬"^^xsd:string ;
    rdfs:comment "(same as 痎) malaria"@en .

<http://lexvo.org/id/char/3FAD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%BE%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%B2u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zau3>,
        <http://lexvo.org/id/term/yue/%E3%BE%AD>,
        "㾭"^^xsd:string ;
    rdfs:comment "to shrink; to contract; to deflate; to shorten; to reduce in length"@en .

<http://lexvo.org/id/char/3FAE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%BE%AE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%A1ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ou3%20wong4>,
        <http://lexvo.org/id/term/yue/%E3%BE%AE>,
        "㾮"^^xsd:string ;
    rdfs:comment "(same as U+7640 癀) jaundice"@en .

<http://lexvo.org/id/char/3FAF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%BE%AF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/tu%C3%AD%20w%C4%9Bi>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fui1>,
        <http://lexvo.org/id/term/yue/%E3%BE%AF>,
        "㾯"^^xsd:string ;
    rdfs:comment "to suffer a stroke of paralysis or apoplexy, disease of the private part (of the human body)"@en .

<http://lexvo.org/id/char/3FB0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%BE%B0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%BA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wu4>,
        <http://lexvo.org/id/term/yue/%E3%BE%B0>,
        "㾰"^^xsd:string ;
    rdfs:comment "choke, lump in throat; food stuck in the throat"@en .

<http://lexvo.org/id/char/3FB1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%BE%B1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%A8i%20f%C3%A0n%20f%C3%A8i%20f%C3%BA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fai3>,
        <http://lexvo.org/id/term/yue/%E3%BE%B1>,
        "㾱"^^xsd:string ;
    rdfs:comment "(abbreviated form 癈) incurable disease"@en .

<http://lexvo.org/id/char/3FB2> a lvont:Character ;
    lvont:represents "㾲"^^xsd:string .

<http://lexvo.org/id/char/3FB3> a lvont:Character ;
    lvont:represents "㾳"^^xsd:string .

<http://lexvo.org/id/char/3FB4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/zaa1>,
        <http://lexvo.org/id/term/yue/%E3%BE%B4>,
        "㾴"^^xsd:string ;
    rdfs:comment "the erythema of acne rosacea"@en .

<http://lexvo.org/id/char/3FB5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%BE%B5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gai3>,
        <http://lexvo.org/id/term/yue/%E3%BE%B5>,
        "㾵"^^xsd:string ;
    rdfs:comment "a dark colored birth-mark"@en .

<http://lexvo.org/id/char/3FB6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%BE%B6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C7%94>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gwat1>,
        <http://lexvo.org/id/term/yue/%E3%BE%B6>,
        "㾶"^^xsd:string ;
    rdfs:comment "disease of the knee"@en .

<http://lexvo.org/id/char/3FB7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/sai1>,
        <http://lexvo.org/id/term/yue/%E3%BE%B7>,
        "㾷"^^xsd:string ;
    rdfs:comment "to ache"@en .

<http://lexvo.org/id/char/3FB8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%BE%B8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C7%8Eo>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gou2>,
        <http://lexvo.org/id/term/yue/%E3%BE%B8>,
        "㾸"^^xsd:string ;
    rdfs:comment "a scabby, itching disease"@en .

<http://lexvo.org/id/char/3FB9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%BE%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%A1i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/caai4>,
        <http://lexvo.org/id/term/yue/%E3%BE%B9>,
        "㾹"^^xsd:string ;
    rdfs:comment "lean; thin; slim, illness; disease, an epidemic; a pestilence"@en .

<http://lexvo.org/id/char/3FBA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%BE%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A0%20m%C3%B2>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/maa3%20maa6>,
        <http://lexvo.org/id/term/yue/%E3%BE%BA>,
        "㾺"^^xsd:string ;
    rdfs:comment "eye disease, with noxious air on, disease of an animal, decayed sore"@en .

<http://lexvo.org/id/char/3FBB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%BE%BB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zyu6>,
        <http://lexvo.org/id/term/yue/%E3%BE%BB>,
        "㾻"^^xsd:string ;
    rdfs:comment "not any progressive, swelling, a mark of scar on the skin"@en .

<http://lexvo.org/id/char/3FBC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%BE%BC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/tu%C7%90>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/deoi1%20teoi2>,
        <http://lexvo.org/id/term/yue/%E3%BE%BC>,
        "㾼"^^xsd:string ;
    rdfs:comment "to suffer a stroke of paralysis or apoplexy"@en .

<http://lexvo.org/id/char/3FBD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%BE%BD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/tu%C3%AD%20zhu%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zeoi6>,
        <http://lexvo.org/id/term/yue/%E3%BE%BD>,
        "㾽"^^xsd:string ;
    rdfs:comment "(same as 膇) swelling feet, disease of the private part of the human body"@en .

<http://lexvo.org/id/char/3FBE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%BE%BE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C3%A1n>,
        <http://lexvo.org/id/term/vie/hem>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cim1>,
        <http://lexvo.org/id/term/yue/%E3%BE%BE>,
        "㾾"^^xsd:string ;
    rdfs:comment "disease of the throat, something stuck in the throat, to be stung, emaciated; illness of losing flesh"@en .

<http://lexvo.org/id/char/3FBF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%BE%BF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%A1ng%20l%C7%8Eng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/long4>,
        <http://lexvo.org/id/term/yue/%E3%BE%BF>,
        "㾿"^^xsd:string ;
    rdfs:comment "roar of asthma or expectorate from a dying person"@en .

<http://lexvo.org/id/char/3FC0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/baan1%20ban1>,
        <http://lexvo.org/id/term/yue/%E3%BF%80>,
        "㿀"^^xsd:string ;
    rdfs:comment "(same as U+764D 癍) unhealthy marks on the skin; blotches; pustules"@en .

<http://lexvo.org/id/char/3FC1> a lvont:Character ;
    lvont:represents "㿁"^^xsd:string .

<http://lexvo.org/id/char/3FC2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/zing1>,
        <http://lexvo.org/id/term/yue/%E3%BF%82>,
        "㿂"^^xsd:string ;
    rdfs:comment "(abbreviated form of 癥) obstraction of the bowels"@en .

<http://lexvo.org/id/char/3FC3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%BF%83>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%A0i%20zh%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zai6>,
        <http://lexvo.org/id/term/yue/%E3%BF%83>,
        "㿃"^^xsd:string ;
    rdfs:comment "an ox-headed boil, dysentery; diarrhea, popular name for women's peculiar diseases"@en .

<http://lexvo.org/id/char/3FC4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C3%A0i>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%BF%84>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/aam3%20ai3>,
        <http://lexvo.org/id/term/yue/%E3%BF%84>,
        "㿄"^^xsd:string ;
    rdfs:comment "the groans or moans from a person in a critical condition"@en .

<http://lexvo.org/id/char/3FC5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%BF%85>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C7%8En%20xu%C7%8En>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sin3>,
        <http://lexvo.org/id/term/yue/%E3%BF%85>,
        "㿅"^^xsd:string ;
    rdfs:comment "(same as 癬) ringworm, used for various diseases of the skin"@en .

<http://lexvo.org/id/char/3FC6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/gwo1>,
        <http://lexvo.org/id/term/yue/%E3%BF%86>,
        "㿆"^^xsd:string ;
    rdfs:comment "damage by the pests to the rice seedling, boil; ulcer; sore"@en .

<http://lexvo.org/id/char/3FC7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%BF%87>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C3%AD%20x%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zaap6>,
        <http://lexvo.org/id/term/yue/%E3%BF%87>,
        "㿇"^^xsd:string ;
    rdfs:comment "paralysis, rheumatism, having no sense of feeling; numb"@en .

<http://lexvo.org/id/char/3FC8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/zung1>,
        <http://lexvo.org/id/term/yue/%E3%BF%88>,
        "㿈"^^xsd:string ;
    rdfs:comment "(non-classical form of 癰) an ulcer; an abscess; a carbuncle; sometimes use for a cancer, loss of the sense of smell"@en .

<http://lexvo.org/id/char/3FC9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%BF%89>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/tu%C3%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/teoi4>,
        <http://lexvo.org/id/term/yue/%E3%BF%89>,
        "㿉"^^xsd:string ;
    rdfs:comment "disease of the private part of the human body"@en .

<http://lexvo.org/id/char/3FCA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%BF%8A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C7%8En>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cam2%20tam4>,
        <http://lexvo.org/id/term/yue/%E3%BF%8A>,
        "㿊"^^xsd:string ;
    rdfs:comment "very painful; agonizing (same as 憯) sad; sorrowful; grieved"@en .

<http://lexvo.org/id/char/3FCB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%BF%8B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C3%A0o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sou3>,
        <http://lexvo.org/id/term/yue/%E3%BF%8B>,
        "㿋"^^xsd:string ;
    rdfs:comment "(same as U+7619 瘙) a kind of skin disease (like sores from scabies)"@en .

<http://lexvo.org/id/char/3FCC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/cim1%20zim3>,
        <http://lexvo.org/id/term/yue/%E3%BF%8C>,
        "㿌"^^xsd:string ;
    rdfs:comment "(interchangeable U+3FBE 㾾) lump in the throat, sting of a poisonous insect (scorpion)"@en .

<http://lexvo.org/id/char/3FCD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%BF%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%A8>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gaai3>,
        <http://lexvo.org/id/term/yue/%E3%BF%8D>,
        "㿍"^^xsd:string ;
    rdfs:comment "(same as U+75A5 疥) scabies"@en .

<http://lexvo.org/id/char/3FCE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%BF%8E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%A8n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/faan4%20faan5%20gak3>,
        <http://lexvo.org/id/term/yue/%E3%BF%8E>,
        "㿎"^^xsd:string ;
    rdfs:comment "sick; depress and melancholy, swelling, heat rashes; heat spots; prickly heat"@en .

<http://lexvo.org/id/char/3FCF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%BF%8F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C3%BAn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kwan4>,
        <http://lexvo.org/id/term/yue/%E3%BF%8F>,
        "㿏"^^xsd:string ;
    rdfs:comment "paralysis of the body"@en .

<http://lexvo.org/id/char/3FD0> a lvont:Character ;
    lvont:represents "㿐"^^xsd:string .

<http://lexvo.org/id/char/3FD1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%BF%91>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A0o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zoek6>,
        <http://lexvo.org/id/term/yue/%E3%BF%91>,
        "㿑"^^xsd:string ;
    rdfs:comment "illness; disease; ailment"@en .

<http://lexvo.org/id/char/3FD2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%BF%92>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C7%8Eo>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tou2>,
        <http://lexvo.org/id/term/yue/%E3%BF%92>,
        "㿒"^^xsd:string ;
    rdfs:comment "illness; disease; ailment, disease of the internal organs, disease of the abdomen, palpitation of the heart"@en .

<http://lexvo.org/id/char/3FD3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%BF%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%A1>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gaap3>,
        <http://lexvo.org/id/term/yue/%E3%BF%93>,
        "㿓"^^xsd:string ;
    rdfs:comment "disease of the hoof"@en .

<http://lexvo.org/id/char/3FD4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%BF%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C4%9Bi>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/leoi5>,
        <http://lexvo.org/id/term/yue/%E3%BF%94>,
        "㿔"^^xsd:string ;
    rdfs:comment "a wart; a pimple; a pustule on the skin"@en .

<http://lexvo.org/id/char/3FD5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%BF%95>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zim4>,
        <http://lexvo.org/id/term/yue/%E3%BF%95>,
        "㿕"^^xsd:string ;
    rdfs:comment "ulcer; sore; boil, a wound"@en .

<http://lexvo.org/id/char/3FD6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%BF%96>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%BA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lou4>,
        <http://lexvo.org/id/term/yue/%E3%BF%96>,
        "㿖"^^xsd:string ;
    rdfs:comment "carbuncle (interchangeable 廬) used in naming of a place, a swelling of the abdomen from constipation"@en .

<http://lexvo.org/id/char/3FD7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%BF%97>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/tu%C3%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/teoi4>,
        <http://lexvo.org/id/term/yue/%E3%BF%97>,
        "㿗"^^xsd:string ;
    rdfs:comment "(same as U+3FC9 㿉) disease of the private part of the human body"@en .

<http://lexvo.org/id/char/3FD8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%BF%98>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%ADng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zing4>,
        <http://lexvo.org/id/term/yue/%E3%BF%98>,
        "㿘"^^xsd:string ;
    rdfs:comment "to get sick; to fall ill"@en .

<http://lexvo.org/id/char/3FD9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%BF%99>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/pei3>,
        <http://lexvo.org/id/term/yue/%E3%BF%99>,
        "㿙"^^xsd:string ;
    rdfs:comment "full; filled, full of air or gas, a heart full of (enthusiasm, sorrow, etc.)"@en .

<http://lexvo.org/id/char/3FDA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%BF%9A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/lu%C3%B2>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lo6>,
        <http://lexvo.org/id/term/yue/%E3%BF%9A>,
        "㿚"^^xsd:string ;
    rdfs:comment "sickness; ailment; disease"@en .

<http://lexvo.org/id/char/3FDB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%BF%9B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%AD%20l%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lai6>,
        <http://lexvo.org/id/term/yue/%E3%BF%9B>,
        "㿛"^^xsd:string ;
    rdfs:comment "carbuncle, sallow and emaciated, scrofulous swellings"@en .

<http://lexvo.org/id/char/3FDC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%BF%9C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/bi%C4%9B>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bit6>,
        <http://lexvo.org/id/term/yue/%E3%BF%9C>,
        "㿜"^^xsd:string ;
    rdfs:comment "(non-classical form of 癟) shrivelled up; empty; limp; flat; not full; sunken"@en .

<http://lexvo.org/id/char/3FDD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/hoeng1>,
        <http://lexvo.org/id/term/yue/%E3%BF%9D>,
        "㿝"^^xsd:string ;
    rdfs:comment "(ancient form of 香) sweet; fragrant, delicious, incense"@en .

<http://lexvo.org/id/char/3FDE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%BF%9E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A0o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mou6>,
        <http://lexvo.org/id/term/yue/%E3%BF%9E>,
        "㿞"^^xsd:string ;
    rdfs:comment "(non-classcial form of 耄) an old man of eighty, aged"@en .

<http://lexvo.org/id/char/3FDF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%BF%9F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%A1i%20ji%C7%8Eo>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gau2>,
        <http://lexvo.org/id/term/yue/%E3%BF%9F>,
        "㿟"^^xsd:string ;
    rdfs:comment "(same as U+767D 白) he bright, white moon; a pure glistening white, splendid, white"@en .

<http://lexvo.org/id/char/3FE0> a lvont:Character ;
    lvont:represents "㿠"^^xsd:string .

<http://lexvo.org/id/char/3FE1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/dau1>,
        <http://lexvo.org/id/term/yue/%E3%BF%A1>,
        "㿡"^^xsd:string ;
    rdfs:comment "(corrupted form of 兜) a helmet; a head-covering, a small pocket in clothes"@en .

<http://lexvo.org/id/char/3FE2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%BF%A2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A0o%20zhu%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ziu6>,
        <http://lexvo.org/id/term/yue/%E3%BF%A2>,
        "㿢"^^xsd:string ;
    rdfs:comment "(same as 耀) to shine; to dazzle, to show off"@en .

<http://lexvo.org/id/char/3FE3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%BF%A3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A9%20xi%C3%A1>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hot3>,
        <http://lexvo.org/id/term/yue/%E3%BF%A3>,
        "㿣"^^xsd:string ;
    rdfs:comment "white color"@en .

<http://lexvo.org/id/char/3FE4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%BF%A4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C7%94n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ceon2%20ceon4>,
        <http://lexvo.org/id/term/yue/%E3%BF%A4>,
        "㿤"^^xsd:string ;
    rdfs:comment "white, clear"@en .

<http://lexvo.org/id/char/3FE5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%BF%A5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%BA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/huk6%20lok6>,
        <http://lexvo.org/id/term/yue/%E3%BF%A5>,
        "㿥"^^xsd:string ;
    rdfs:comment "shine; clear and pure white feather (same as 皬) white, white but not pure"@en .

<http://lexvo.org/id/char/3FE6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%BF%A6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C3%ACng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ning6>,
        <http://lexvo.org/id/term/yue/%E3%BF%A6>,
        "㿦"^^xsd:string ;
    rdfs:comment "to tell; to inform; to report; to accuse"@en .

<http://lexvo.org/id/char/3FE7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%BF%A7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%B3u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/caau4%20mai4>,
        <http://lexvo.org/id/term/yue/%E3%BF%A7>,
        "㿧"^^xsd:string ;
    rdfs:comment "(same as 疇) fields, a pronoun; who?, formerly; previously, a class; a rank"@en .

<http://lexvo.org/id/char/3FE8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%BF%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lik6>,
        <http://lexvo.org/id/term/yue/%E3%BF%A8>,
        "㿨"^^xsd:string ;
    rdfs:comment "(same as 皪) small stones, gravel, shingle"@en .

<http://lexvo.org/id/char/3FE9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%BF%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C7%8Eng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tong2>,
        <http://lexvo.org/id/term/yue/%E3%BF%A9>,
        "㿩"^^xsd:string ;
    rdfs:comment "light; bright, white color"@en .

<http://lexvo.org/id/char/3FEA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%BF%AA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wun4%20zyun6>,
        <http://lexvo.org/id/term/yue/%E3%BF%AA>,
        "㿪"^^xsd:string ;
    rdfs:comment "skin disease"@en .

<http://lexvo.org/id/char/3FEB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%BF%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bei3%20maa6%20maat6>,
        <http://lexvo.org/id/term/yue/%E3%BF%AB>,
        "㿫"^^xsd:string ;
    rdfs:comment "to split tangled hemp"@en .

<http://lexvo.org/id/char/3FEC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/baa1%20baat6>,
        <http://lexvo.org/id/term/yue/%E3%BF%AC>,
        "㿬"^^xsd:string ;
    rdfs:comment "nasal disease, (same as 疤) a scar; a birthmark (same as 巴) to hope; to wish"@en .

<http://lexvo.org/id/char/3FED> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%BF%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%A8>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/caak3>,
        <http://lexvo.org/id/term/yue/%E3%BF%AD>,
        "㿭"^^xsd:string ;
    rdfs:comment "cracks; creases; wrinkles; rumples on the skin; surname; (Cant.) hoarse"@en .

<http://lexvo.org/id/char/3FEE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%BF%AE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A0ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zing4>,
        <http://lexvo.org/id/term/yue/%E3%BF%AE>,
        "㿮"^^xsd:string ;
    rdfs:comment "green; blue; black, extravasation of blood, to look pale or pallid (of the facial complexion)"@en .

<http://lexvo.org/id/char/3FEF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%BF%AF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%A1>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dap6>,
        <http://lexvo.org/id/term/yue/%E3%BF%AF>,
        "㿯"^^xsd:string ;
    rdfs:comment "wide piece of leather"@en .

<http://lexvo.org/id/char/3FF0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C3%A1o>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%BF%B0>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bik1%20ngou4>,
        <http://lexvo.org/id/term/yue/%E3%BF%B0>,
        "㿰"^^xsd:string ;
    rdfs:comment "durable and solid leather"@en .

<http://lexvo.org/id/char/3FF1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%BF%B1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xu%C3%A9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hok6%20hon3>,
        <http://lexvo.org/id/term/yue/%E3%BF%B1>,
        "㿱"^^xsd:string ;
    rdfs:comment "dry and decayed, to peel off the skin; to scrape; to pare"@en .

<http://lexvo.org/id/char/3FF2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/zi1>,
        <http://lexvo.org/id/term/yue/%E3%BF%B2>,
        "㿲"^^xsd:string ;
    rdfs:comment "(same as 欹) a fierce dog, an interjection of pleasure -- Bravo! Good! (interchangeable 騎) to sit astride on"@en .

<http://lexvo.org/id/char/3FF3> a lvont:Character ;
    lvont:represents "㿳"^^xsd:string .

<http://lexvo.org/id/char/3FF4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/daap3>,
        <http://lexvo.org/id/term/yue/%E3%BF%B4>,
        "㿴"^^xsd:string ;
    rdfs:comment "wide piece of leather"@en .

<http://lexvo.org/id/char/3FF5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%BF%B5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/r%C7%8En>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zim5>,
        <http://lexvo.org/id/term/yue/%E3%BF%B5>,
        "㿵"^^xsd:string ;
    rdfs:comment "soft leather"@en .

<http://lexvo.org/id/char/3FF6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/bong1>,
        <http://lexvo.org/id/term/yue/%E3%BF%B6>,
        "㿶"^^xsd:string ;
    rdfs:comment "(same as 幫) the sides of a shoe or gutter"@en .

<http://lexvo.org/id/char/3FF7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%BF%B7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C3%A0o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cou3>,
        <http://lexvo.org/id/term/yue/%E3%BF%B7>,
        "㿷"^^xsd:string ;
    rdfs:comment "(same as 糙) rough; coarse; inferior unpolished rice, goose flesh"@en .

<http://lexvo.org/id/char/3FF8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%BF%B8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C7%8En>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/maan5>,
        <http://lexvo.org/id/term/yue/%E3%BF%B8>,
        "㿸"^^xsd:string ;
    rdfs:comment "to cast off the skin; to molt, skin"@en .

<http://lexvo.org/id/char/3FF9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%BF%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%A0>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/taat3>,
        <http://lexvo.org/id/term/yue/%E3%BF%B9>,
        "㿹"^^xsd:string ;
    rdfs:comment "jutting on the epidermis or the cuticle (of plants); (Cant.) skin peeling off"@en .

<http://lexvo.org/id/char/3FFA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%BF%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%A1o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mok1%20pok1>,
        <http://lexvo.org/id/term/yue/%E3%BF%BA>,
        "㿺"^^xsd:string ;
    rdfs:comment "jutting on the epidermis; swelling, wounded; (Cant.) courageous"@en .

<http://lexvo.org/id/char/3FFB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/gon1>,
        <http://lexvo.org/id/term/yue/%E3%BF%BB>,
        "㿻"^^xsd:string ;
    rdfs:comment "a tray; a plate; a dish, large bowl"@en .

<http://lexvo.org/id/char/3FFC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%BF%BC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zin4>,
        <http://lexvo.org/id/term/yue/%E3%BF%BC>,
        "㿼"^^xsd:string ;
    rdfs:comment "(a non-classical form) a bowl, a small shallow container; a small cup"@en .

<http://lexvo.org/id/char/3FFD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/gaai1%20haai4>,
        <http://lexvo.org/id/term/yue/%E3%BF%BD>,
        "㿽"^^xsd:string ;
    rdfs:comment "a small bowl; a small basin"@en .

<http://lexvo.org/id/char/3FFE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%BF%BE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bou3%20cyu5>,
        <http://lexvo.org/id/term/yue/%E3%BF%BE>,
        "㿾"^^xsd:string ;
    rdfs:comment "vessel; container"@en .

<http://lexvo.org/id/char/3FFF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E3%BF%BF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%8E>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ngaa5>,
        <http://lexvo.org/id/term/yue/%E3%BF%BF>,
        "㿿"^^xsd:string ;
    rdfs:comment "wine cups"@en .

<http://lexvo.org/id/char/4000> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%80%80>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fan3%20fan4%20fan6>,
        <http://lexvo.org/id/term/yue/%E4%80%80>,
        "䀀"^^xsd:string ;
    rdfs:comment "cups; small cups"@en .

<http://lexvo.org/id/char/4001> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%80%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%B2u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zaau6>,
        <http://lexvo.org/id/term/yue/%E4%80%81>,
        "䀁"^^xsd:string ;
    rdfs:comment "a small bowl; a small basin, a kind of vessel to remove (or to strain out) the water"@en .

<http://lexvo.org/id/char/4002> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/on1>,
        <http://lexvo.org/id/term/yue/%E4%80%82>,
        "䀂"^^xsd:string ;
    rdfs:comment "a big basin"@en .

<http://lexvo.org/id/char/4003> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%80%83>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/tu%C3%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/deoi1%20seoi1%20teoi4>,
        <http://lexvo.org/id/term/yue/%E4%80%83>,
        "䀃"^^xsd:string ;
    rdfs:comment "a kind of vessel; a container"@en .

<http://lexvo.org/id/char/4004> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%80%84>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A9ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mung4>,
        <http://lexvo.org/id/term/yue/%E4%80%84>,
        "䀄"^^xsd:string ;
    rdfs:comment "(same as U+995B 饛) container full of food"@en .

<http://lexvo.org/id/char/4005> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%80%85>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%A8%20zh%C3%A9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/se6>,
        <http://lexvo.org/id/term/yue/%E4%80%85>,
        "䀅"^^xsd:string ;
    rdfs:comment "vessel; container"@en .

<http://lexvo.org/id/char/4006> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%80%86>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%ACn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zeon6>,
        <http://lexvo.org/id/term/yue/%E4%80%86>,
        "䀆"^^xsd:string ;
    rdfs:comment "(standard form of 盡) to exhaust; to complete; to finish; all; totally"@en .

<http://lexvo.org/id/char/4007> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%80%87>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C7%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C7%94%20qu%C3%A8>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gu2>,
        <http://lexvo.org/id/term/yue/%E4%80%87>,
        "䀇"^^xsd:string ;
    rdfs:comment "a pot, an earthen pot; a deep cooking pot"@en .

<http://lexvo.org/id/char/4008> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%80%88>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gei1>,
        <http://lexvo.org/id/term/yue/%E4%80%88>,
        "䀈"^^xsd:string ;
    rdfs:comment "a vessel; a container, a kind of animal with red hair looks like hedgehog"@en .

<http://lexvo.org/id/char/4009> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%80%89>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C3%A1o>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C3%A1o%20sh%C3%A0>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/giu2%20kiu4>,
        <http://lexvo.org/id/term/yue/%E4%80%89>,
        "䀉"^^xsd:string ;
    rdfs:comment "food containers (bowl; basin, etc.) used in ancient times"@en .

<http://lexvo.org/id/char/400A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%80%8A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C7%8Eo>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gau2%20gei3%20gei6%20hau6>,
        <http://lexvo.org/id/term/yue/%E4%80%8A>,
        "䀊"^^xsd:string ;
    rdfs:comment "a kind of water containers ( to keep warm in cold days); a mental hot-water bottle, to stir or scratch and make it muddy or turbid"@en .

<http://lexvo.org/id/char/400B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%80%8B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jim4%20nam4%20zim4>,
        <http://lexvo.org/id/term/yue/%E4%80%8B>,
        "䀋"^^xsd:string ;
    rdfs:comment "(same as U+9E7D 鹽) salt"@en .

<http://lexvo.org/id/char/400C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C3%AC>,
        "䀌"^^xsd:string .

<http://lexvo.org/id/char/400D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%80%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ham3>,
        <http://lexvo.org/id/term/yue/%E4%80%8D>,
        "䀍"^^xsd:string ;
    rdfs:comment "vessel; container; a box; a chest; a trunk, a small cup"@en .

<http://lexvo.org/id/char/400E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%80%8E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/mi%C7%8En>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/min5>,
        <http://lexvo.org/id/term/yue/%E4%80%8E>,
        "䀎"^^xsd:string ;
    rdfs:comment "(same as non-classical form of 眄) to look askance; to ogle"@en .

<http://lexvo.org/id/char/400F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%80%8F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zyun6>,
        <http://lexvo.org/id/term/yue/%E4%80%8F>,
        "䀏"^^xsd:string ;
    rdfs:comment "to move one's eyes (sama as 眴) to express or indicate with eyes (interchangeable 眩) dizzy; giddy"@en .

<http://lexvo.org/id/char/4010> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%80%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C7%8En>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/saam1>,
        <http://lexvo.org/id/term/yue/%E4%80%90>,
        "䀐"^^xsd:string ;
    rdfs:comment "to regard; to look up to, to look, to take a glance at"@en .

<http://lexvo.org/id/char/4011> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%80%91>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C3%A0%20n%C3%AC%20w%C3%B2>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/waat3>,
        <http://lexvo.org/id/term/yue/%E4%80%91>,
        "䀑"^^xsd:string ;
    rdfs:comment "to gouge out an eye or eyes (a corrupted form)"@en .

<http://lexvo.org/id/char/4012> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/cin1>,
        <http://lexvo.org/id/term/yue/%E4%80%92>,
        "䀒"^^xsd:string ;
    rdfs:comment "gloomy; dark; obscure"@en .

<http://lexvo.org/id/char/4013> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%80%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wun6>,
        <http://lexvo.org/id/term/yue/%E4%80%93>,
        "䀓"^^xsd:string ;
    rdfs:comment "to turn one's eyes to; big eyes"@en .

<http://lexvo.org/id/char/4014> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%80%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ni%C3%BA%20r%C3%A8n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zing6>,
        <http://lexvo.org/id/term/yue/%E4%80%94>,
        "䀔"^^xsd:string ;
    rdfs:comment "to look, to confuse; to dazzle"@en .

<http://lexvo.org/id/char/4015> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%80%95>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%A8ng%20zh%C3%A8n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zaam6>,
        <http://lexvo.org/id/term/yue/%E4%80%95>,
        "䀕"^^xsd:string ;
    rdfs:comment "angry glances; to look angrily, eyeballs"@en .

<http://lexvo.org/id/char/4016> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/tin1>,
        <http://lexvo.org/id/term/yue/%E4%80%96>,
        "䀖"^^xsd:string ;
    rdfs:comment "to look up to; to respect"@en .

<http://lexvo.org/id/char/4017> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%80%97>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ju%C3%A9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kyut3>,
        <http://lexvo.org/id/term/yue/%E4%80%97>,
        "䀗"^^xsd:string ;
    rdfs:comment "to look askance at, to dislike, a kind of eye disease (tears all the times), pretty eyes, (same as 瞲) to look at in surprise"@en .

<http://lexvo.org/id/char/4018> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%80%98>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C3%AD%20xi%C3%A9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/haai4>,
        <http://lexvo.org/id/term/yue/%E4%80%98>,
        "䀘"^^xsd:string ;
    rdfs:comment "(a corrupted abbreviated form) to cover the line of vision or sight --the straight line between an object and one's eyes, to look steadily at, to look at impatiently"@en .

<http://lexvo.org/id/char/4019> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%80%99>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cai3>,
        <http://lexvo.org/id/term/yue/%E4%80%99>,
        "䀙"^^xsd:string ;
    rdfs:comment "to look at, to examine; to observe; to survey"@en .

<http://lexvo.org/id/char/401A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C3%A1ng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%80%9A>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ngau4%20ngong4>,
        <http://lexvo.org/id/term/yue/%E4%80%9A>,
        "䀚"^^xsd:string ;
    rdfs:comment "to lift up the eyes and look around"@en .

<http://lexvo.org/id/char/401B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%80%9B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A8i%20w%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/maat6%20mui6>,
        <http://lexvo.org/id/term/yue/%E4%80%9B>,
        "䀛"^^xsd:string ;
    rdfs:comment "to look far with the eyes half-closed (to narrow the eyes), to look at for a long time, daybreak; dawn, to look not straight forward, to distrub; to dizzy; dark, to look at ferocious"@en .

<http://lexvo.org/id/char/401C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%80%9C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C7%94%20m%C3%A8i%20xu%C3%A9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/faat1>,
        <http://lexvo.org/id/term/yue/%E4%80%9C>,
        "䀜"^^xsd:string ;
    rdfs:comment "down; to see obscurely, (same as U+401B 䀛)"@en .

<http://lexvo.org/id/char/401D> a lvont:Character ;
    lvont:represents "䀝"^^xsd:string .

<http://lexvo.org/id/char/401E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/tou1>,
        <http://lexvo.org/id/term/yue/%E4%80%9E>,
        "䀞"^^xsd:string ;
    rdfs:comment "with heavy eyelids"@en .

<http://lexvo.org/id/char/401F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%80%9F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%A1n%20f%C3%A8i%20f%C3%A8n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/faai3%20maan5>,
        <http://lexvo.org/id/term/yue/%E4%80%9F>,
        "䀟"^^xsd:string ;
    rdfs:comment "sight blurred; unclear; dim"@en .

<http://lexvo.org/id/char/4020> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%80%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C3%BA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/keoi4>,
        <http://lexvo.org/id/term/yue/%E4%80%A0>,
        "䀠"^^xsd:string ;
    rdfs:comment "a Chinese family name, the timid look of a bird; (of birds) to look around, nervous (same as 瞿) shocked or scared"@en .

<http://lexvo.org/id/char/4021> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%80%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%A0n%20t%C3%A0n>,
        <http://lexvo.org/id/term/vie/xem>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zim1>,
        <http://lexvo.org/id/term/yue/%E4%80%A1>,
        "䀡"^^xsd:string ;
    rdfs:comment "(same as 覘) to spy on; to see; to observe; to inspect, to cast the eyes down, the insight of the debauchee, to move the eyes; to look around"@en .

<http://lexvo.org/id/char/4022> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%80%A2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%B9n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/seon3>,
        <http://lexvo.org/id/term/yue/%E4%80%A2>,
        "䀢"^^xsd:string ;
    rdfs:comment "(same as 瞬) to glance; to blink; wink,, (interchangeable 眴 瞚), to indicate one's wish or intention by expressions of the eyes"@en .

<http://lexvo.org/id/char/4023> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%80%A3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%AC%20m%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bei3>,
        <http://lexvo.org/id/term/yue/%E4%80%A3>,
        "䀣"^^xsd:string ;
    rdfs:comment "to look steadily at, ashamed, to look at ferocious"@en .

<http://lexvo.org/id/char/4024> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%80%A4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A0o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mau6>,
        <http://lexvo.org/id/term/yue/%E4%80%A4>,
        "䀤"^^xsd:string ;
    rdfs:comment "insight (version) of jealousy"@en .

<http://lexvo.org/id/char/4025> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%80%A5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/shu%C3%B2>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lik6%20soek3>,
        <http://lexvo.org/id/term/yue/%E4%80%A5>,
        "䀥"^^xsd:string ;
    rdfs:comment "(simplified form of 䁻) beautiful eyes, to look at just for a short time"@en .

<http://lexvo.org/id/char/4026> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%80%A6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C7%94>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gu2>,
        <http://lexvo.org/id/term/yue/%E4%80%A6>,
        "䀦"^^xsd:string ;
    rdfs:comment "(a dialect) to stare at"@en .

<http://lexvo.org/id/char/4027> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%80%A7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C7%92ng>,
        <http://lexvo.org/id/term/vie/h%C3%B2ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fung2>,
        <http://lexvo.org/id/term/yue/%E4%80%A7>,
        "䀧"^^xsd:string ;
    rdfs:comment "sight blurred; obscure and dim; unclear"@en .

<http://lexvo.org/id/char/4028> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%80%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fun3>,
        <http://lexvo.org/id/term/yue/%E4%80%A8>,
        "䀨"^^xsd:string ;
    rdfs:comment "to look, an angry look; to look at some one angrily, sight blurred; obscure and dim; unclear"@en .

<http://lexvo.org/id/char/4029> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%80%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/lu%C3%B2>,
        <http://lexvo.org/id/term/vie/nh%C3%A1c>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lok6%20long5>,
        <http://lexvo.org/id/term/yue/%E4%80%A9>,
        "䀩"^^xsd:string ;
    rdfs:comment "to look askance, to look; to see, to hope, big eyes"@en .

<http://lexvo.org/id/char/402A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%80%AA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A1ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hong4>,
        <http://lexvo.org/id/term/yue/%E4%80%AA>,
        "䀪"^^xsd:string ;
    rdfs:comment "birds flying up and down, to look at; to regard; to inspect"@en .

<http://lexvo.org/id/char/402B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%80%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%A1>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gaap3>,
        <http://lexvo.org/id/term/yue/%E4%80%AB>,
        "䀫"^^xsd:string ;
    rdfs:comment "narrow and dim eye sight; having one eye smallerthantthe other, one-eyed, wink of the eyelashes, sleepy; drowsy; dim; vague and hazy"@en .

<http://lexvo.org/id/char/402C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%80%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qu%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cyun4>,
        <http://lexvo.org/id/term/yue/%E4%80%AC>,
        "䀬"^^xsd:string ;
    rdfs:comment "to glance; to wink, having one eye smaller than the other, one eyed, gazing into distance, sight blurred; obscure and dim; unclear"@en .

<http://lexvo.org/id/char/402D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/goi1%20hai4>,
        <http://lexvo.org/id/term/yue/%E4%80%AD>,
        "䀭"^^xsd:string ;
    rdfs:comment "with big eyes"@en .

<http://lexvo.org/id/char/402E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%80%AE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A1ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fong1>,
        <http://lexvo.org/id/term/yue/%E4%80%AE>,
        "䀮"^^xsd:string ;
    rdfs:comment "sight blurred; obscure and dim; obscured"@en .

<http://lexvo.org/id/char/402F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%80%AF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C7%94>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bok6%20bou6%20pui4>,
        <http://lexvo.org/id/term/yue/%E4%80%AF>,
        "䀯"^^xsd:string ;
    rdfs:comment "to look at; to see; to observe; to examine; to consider"@en .

<http://lexvo.org/id/char/4030> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%80%B0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C7%94%20y%C3%ADng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/guk1>,
        <http://lexvo.org/id/term/yue/%E4%80%B0>,
        "䀰"^^xsd:string ;
    rdfs:comment "open eyes, big eyes, to move one's eyes"@en .

<http://lexvo.org/id/char/4031> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/fung1>,
        <http://lexvo.org/id/term/yue/%E4%80%B1>,
        "䀱"^^xsd:string ;
    rdfs:comment "to examine; to observe; to survey; to study"@en .

<http://lexvo.org/id/char/4032> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%80%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/muk6>,
        <http://lexvo.org/id/term/yue/%E4%80%B2>,
        "䀲"^^xsd:string ;
    rdfs:comment "diseases in the eyes"@en .

<http://lexvo.org/id/char/4033> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C3%A0i%20l%C3%A0%20l%C3%A0i>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%80%B3>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lat3>,
        <http://lexvo.org/id/term/yue/%E4%80%B3>,
        "䀳"^^xsd:string ;
    rdfs:comment "(abbreviated form) not to look straight forward, the pupil of the eyes not in the right place"@en .

<http://lexvo.org/id/char/4034> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%80%B4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%90ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zing2>,
        <http://lexvo.org/id/term/yue/%E4%80%B4>,
        "䀴"^^xsd:string ;
    rdfs:comment "to look straight forward, to look, eyesight blurred; not clear"@en .

<http://lexvo.org/id/char/4035> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%80%B5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%B9n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/seon3%20si1>,
        <http://lexvo.org/id/term/yue/%E4%80%B5>,
        "䀵"^^xsd:string ;
    rdfs:comment "(same as 瞬) to blink; wink or twinkle, by eyes (facial expressions) to indicate one's wish or intention"@en .

<http://lexvo.org/id/char/4036> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%80%B6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C7%8Eng%20li%C3%A0ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/loeng6%20long4%20long5>,
        <http://lexvo.org/id/term/yue/%E4%80%B6>,
        "䀶"^^xsd:string ;
    rdfs:comment "strabismus; squint, to look askance; to ogle, (a dialect) bright; light; brilliant, bright eyes"@en .

<http://lexvo.org/id/char/4037> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%80%B7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%A9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gip3>,
        <http://lexvo.org/id/term/yue/%E4%80%B7>,
        "䀷"^^xsd:string ;
    rdfs:comment "to have quick glance; look-in; to look hastily"@en .

<http://lexvo.org/id/char/4038> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%80%B8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%AC%20zh%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/daai6%20zaai3>,
        <http://lexvo.org/id/term/yue/%E4%80%B8>,
        "䀸"^^xsd:string ;
    rdfs:comment "(interchangeable 䀿) to have a casual and short glance; to catch a glimpse of, pretty eyes, insight; vision, bright eyes"@en .

<http://lexvo.org/id/char/4039> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%80%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%A9%20zh%C7%8E%20ji%C3%A1%20sh%C3%A8%20y%C3%A0>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gap6%20zip3>,
        <http://lexvo.org/id/term/yue/%E4%80%B9>,
        "䀹"^^xsd:string ;
    rdfs:comment "(same as U+7728 眨) to wink; (same as U+776B 睫) eyelashes, having one eye smller than the other, joke; witticism; pleasantry; jest; fun; (Cant.) to peep at; to blink, wink"@en .

<http://lexvo.org/id/char/403A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/cau1>,
        <http://lexvo.org/id/term/yue/%E4%80%BA>,
        "䀺"^^xsd:string ;
    rdfs:comment "squinting eyes; prominent eyes, all blind, eyesight not clear, upper eyelid which has a double fold at the lower edge"@en .

<http://lexvo.org/id/char/403B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%80%BB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%ACn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bing2%20ping3>,
        <http://lexvo.org/id/term/yue/%E4%80%BB>,
        "䀻"^^xsd:string ;
    rdfs:comment "to look; to regard; to inspect"@en .

<http://lexvo.org/id/char/403C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%80%BC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/r%C3%A8n%20zh%C4%9Bn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/caan1%20zing6>,
        <http://lexvo.org/id/term/yue/%E4%80%BC>,
        "䀼"^^xsd:string ;
    rdfs:comment "(non-classical form of 瞋) angry; anger, complaining; grudging, wide open the eyes, depressed; melancholy, to look at, to confuse, confused vision"@en .

<http://lexvo.org/id/char/403D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%80%BD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zin2%20zin4>,
        <http://lexvo.org/id/term/yue/%E4%80%BD>,
        "䀽"^^xsd:string ;
    rdfs:comment "to look at each other"@en .

<http://lexvo.org/id/char/403E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%80%BE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C7%94>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dou2>,
        <http://lexvo.org/id/term/yue/%E4%80%BE>,
        "䀾"^^xsd:string ;
    rdfs:comment "many; much, more than; over"@en .

<http://lexvo.org/id/char/403F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%80%BF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/daai6>,
        <http://lexvo.org/id/term/yue/%E4%80%BF>,
        "䀿"^^xsd:string ;
    rdfs:comment "(same as 䀸) to have a casual and short glance; to catch a glimpse of, pretty eyes, insight; vision, bright eyes"@en .

<http://lexvo.org/id/char/4040> a lvont:Character ;
    lvont:represents "䁀"^^xsd:string .

<http://lexvo.org/id/char/4041> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%81%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C7%8Eng%20li%C3%A0ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/loeng6>,
        <http://lexvo.org/id/term/yue/%E4%81%81>,
        "䁁"^^xsd:string ;
    rdfs:comment "(same as 䀶) strabismus; squint, to look askance; to ogle, (a dialect) bright; light; brilliant, bright eyes"@en .

<http://lexvo.org/id/char/4042> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%81%82>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/haan6>,
        <http://lexvo.org/id/term/yue/%E4%81%82>,
        "䁂"^^xsd:string ;
    rdfs:comment "big eyes"@en .

<http://lexvo.org/id/char/4043> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/biu1>,
        <http://lexvo.org/id/term/yue/%E4%81%83>,
        "䁃"^^xsd:string ;
    rdfs:comment "to look attentively; to focus one's look at; to gaze at"@en .

<http://lexvo.org/id/char/4044> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%81%84>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C3%ACng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/haang6>,
        <http://lexvo.org/id/term/yue/%E4%81%84>,
        "䁄"^^xsd:string ;
    rdfs:comment "to close the eyes, to die without regreat or in peace"@en .

<http://lexvo.org/id/char/4045> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%81%85>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%A8i%20b%C3%AC%20m%C4%9Bng%20m%C3%A8ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/maang5>,
        <http://lexvo.org/id/term/yue/%E4%81%85>,
        "䁅"^^xsd:string ;
    rdfs:comment "rage; anger, to cast an angry look; to give the black looks"@en .

<http://lexvo.org/id/char/4046> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C7%8En%20y%C3%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%81%86>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zaap1>,
        <http://lexvo.org/id/term/yue/%E4%81%86>,
        "䁆"^^xsd:string ;
    rdfs:comment "eyes, closed eyes"@en .

<http://lexvo.org/id/char/4047> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%81%87>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/maak6%20maat6>,
        <http://lexvo.org/id/term/yue/%E4%81%87>,
        "䁇"^^xsd:string ;
    rdfs:comment "to look for a short time, attentive vision"@en .

<http://lexvo.org/id/char/4048> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%81%88>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hei2%20kaai3>,
        <http://lexvo.org/id/term/yue/%E4%81%88>,
        "䁈"^^xsd:string ;
    rdfs:comment "to examine; to survey; to inspect; to visit, to watch or see in secret; to spy; to peep"@en .

<http://lexvo.org/id/char/4049> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%81%89>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hei2%20kaai3>,
        <http://lexvo.org/id/term/yue/%E4%81%89>,
        "䁉"^^xsd:string ;
    rdfs:comment "(same as 䁈) to examine; to survey; to inspect; to visit, to watch or see in secret; to spy; to peep"@en .

<http://lexvo.org/id/char/404A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%81%8A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C3%B2>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/waat3>,
        <http://lexvo.org/id/term/yue/%E4%81%8A>,
        "䁊"^^xsd:string ;
    rdfs:comment "dark and deep eyed, to look down, to block, to stuff, to cork; to seal"@en .

<http://lexvo.org/id/char/404B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%81%8B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%A9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hip3%20sip3%20sit3>,
        <http://lexvo.org/id/term/yue/%E4%81%8B>,
        "䁋"^^xsd:string ;
    rdfs:comment "with one eye closed, to close the eyes; (same as U+77B8 瞸) to look askance at; (Cant.) to close the eyes"@en .

<http://lexvo.org/id/char/404C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%81%8C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/waan3>,
        <http://lexvo.org/id/term/yue/%E4%81%8C>,
        "䁌"^^xsd:string ;
    rdfs:comment "to see for a short time"@en .

<http://lexvo.org/id/char/404D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%81%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%A0%20k%C3%A8%20qi%C3%A0>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hap1>,
        <http://lexvo.org/id/term/yue/%E4%81%8D>,
        "䁍"^^xsd:string ;
    rdfs:comment "blind, hollow-eyed, to look at"@en .

<http://lexvo.org/id/char/404E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%81%8E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%A9ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/caang4>,
        <http://lexvo.org/id/term/yue/%E4%81%8E>,
        "䁎"^^xsd:string ;
    rdfs:comment "to make a close inspection, secretion of the eye, (same as 瞠) to look straight at; to stare at"@en .

<http://lexvo.org/id/char/404F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%81%8F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%8Eo>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/miu5>,
        <http://lexvo.org/id/term/yue/%E4%81%8F>,
        "䁏"^^xsd:string ;
    rdfs:comment "farsightedness (as a physical defect); hypermetropia, to look from a distance"@en .

<http://lexvo.org/id/char/4050> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%81%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%ACng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zing1%20zing3>,
        <http://lexvo.org/id/term/yue/%E4%81%90>,
        "䁐"^^xsd:string ;
    rdfs:comment "deep eyed, to look at; to inspect; to see"@en .

<http://lexvo.org/id/char/4051> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%81%91>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A1ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zoeng4>,
        <http://lexvo.org/id/term/yue/%E4%81%91>,
        "䁑"^^xsd:string ;
    rdfs:comment "(same as 眻) pretty eyes, the space between eyebrows, (interchangeable 揚) to raise; to praise, to display"@en .

<http://lexvo.org/id/char/4052> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%81%92>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/caap1%20zap6>,
        <http://lexvo.org/id/term/yue/%E4%81%92>,
        "䁒"^^xsd:string ;
    rdfs:comment "to wink, to shed tears"@en .

<http://lexvo.org/id/char/4053> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%81%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%A8%20z%C7%92ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gai3%20zung1>,
        <http://lexvo.org/id/term/yue/%E4%81%93>,
        "䁓"^^xsd:string ;
    rdfs:comment "to look at; to see, to peep; to look something stealthily, angry"@en .

<http://lexvo.org/id/char/4054> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%81%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A0n%20hu%C7%8En>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hon6%20hyun1%20wun6>,
        <http://lexvo.org/id/term/yue/%E4%81%94>,
        "䁔"^^xsd:string ;
    rdfs:comment "big eyes (same as 睅) protuberant eyes, goggle-eye"@en .

<http://lexvo.org/id/char/4055> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%81%95>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%ADn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/man4>,
        <http://lexvo.org/id/term/yue/%E4%81%95>,
        "䁕"^^xsd:string ;
    rdfs:comment "(same as 盿) to look at; to see, to look down; to look from above"@en .

<http://lexvo.org/id/char/4056> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%81%96>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C5%8Du>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/laau1>,
        <http://lexvo.org/id/term/yue/%E4%81%96>,
        "䁖"^^xsd:string ;
    rdfs:comment "to see; to look at; to observe"@en .

<http://lexvo.org/id/char/4057> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%81%97>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C7%8Ei>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hoi2>,
        <http://lexvo.org/id/term/yue/%E4%81%97>,
        "䁗"^^xsd:string ;
    rdfs:comment "light; bright; brilliant, clear, to shine upon; to light or illumine"@en .

<http://lexvo.org/id/char/4058> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%81%98>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%8Eo>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ziu4>,
        <http://lexvo.org/id/term/yue/%E4%81%98>,
        "䁘"^^xsd:string ;
    rdfs:comment "to look at; to see, pretty eyes; (same as U+404F 䁏) farsightedness (as a physical defect); hypermetropia, to look from a distance"@en .

<http://lexvo.org/id/char/4059> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%81%99>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%8En%20y%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zin2>,
        <http://lexvo.org/id/term/yue/%E4%81%99>,
        "䁙"^^xsd:string ;
    rdfs:comment "eloquent eyes; to coverse with eyes; to make sheep eyes or passes, to look at; to see, to look up to; to respect"@en .

<http://lexvo.org/id/char/405A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%81%9A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C7%94n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/king4%20syun2>,
        <http://lexvo.org/id/term/yue/%E4%81%9A>,
        "䁚"^^xsd:string ;
    rdfs:comment "a kind of eye disease, (a non-classical form)"@en .

<http://lexvo.org/id/char/405B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%81%9B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/gu%C7%90%20gu%C3%AC%20ku%C3%AC>,
        <http://lexvo.org/id/term/vie/coi>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kwaai5>,
        <http://lexvo.org/id/term/yue/%E4%81%9B>,
        "䁛"^^xsd:string ;
    rdfs:comment "to look; to see; to inspect"@en .

<http://lexvo.org/id/char/405C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%81%9C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C7%8Eng%20hu%C3%A0ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fong2>,
        <http://lexvo.org/id/term/yue/%E4%81%9C>,
        "䁜"^^xsd:string ;
    rdfs:comment "big eyes, a kind of eye disease"@en .

<http://lexvo.org/id/char/405D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%81%9D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%ADng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gwing1%20zing4>,
        <http://lexvo.org/id/term/yue/%E4%81%9D>,
        "䁝"^^xsd:string ;
    rdfs:comment "deluding and causing disorder (interchangeable 熒) lights shining; sparkling; twinkling; shimmering"@en .

<http://lexvo.org/id/char/405E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%81%9E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C4%9Bng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/saang2>,
        <http://lexvo.org/id/term/yue/%E4%81%9E>,
        "䁞"^^xsd:string ;
    rdfs:comment "(same as ancient form of 省) a province, to examine; to watch, to reduce, to diminish"@en .

<http://lexvo.org/id/char/405F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%81%9F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%A1%20du%C3%B3>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/caa4>,
        <http://lexvo.org/id/term/yue/%E4%81%9F>,
        "䁟"^^xsd:string ;
    rdfs:comment "(interchangeable 差) wrong; mistaken; erroneous, disorderly; untidy; irregular"@en .

<http://lexvo.org/id/char/4060> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%81%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lim4>,
        <http://lexvo.org/id/term/yue/%E4%81%A0>,
        "䁠"^^xsd:string ;
    rdfs:comment "to hang down (eyes)"@en .

<http://lexvo.org/id/char/4061> a lvont:Character ;
    lvont:represents "䁡"^^xsd:string .

<http://lexvo.org/id/char/4062> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%81%A2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xu%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/syun4>,
        <http://lexvo.org/id/term/yue/%E4%81%A2>,
        "䁢"^^xsd:string ;
    rdfs:comment "(same as 嫙) exquisite; fine"@en .

<http://lexvo.org/id/char/4063> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%81%A3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/chu%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/syun4%20wan4>,
        <http://lexvo.org/id/term/yue/%E4%81%A3>,
        "䁣"^^xsd:string ;
    rdfs:comment "to wink"@en .

<http://lexvo.org/id/char/4064> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%81%A4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%A8%20ch%C3%A8ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cing3>,
        <http://lexvo.org/id/term/yue/%E4%81%A4>,
        "䁤"^^xsd:string ;
    rdfs:comment "moistened eyes, to stare in anger or contempt"@en .

<http://lexvo.org/id/char/4065> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%81%A5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/nik1>,
        <http://lexvo.org/id/term/yue/%E4%81%A5>,
        "䁥"^^xsd:string ;
    rdfs:comment "to blink; to half-close the eyes, small eyes (same as U+7724 昵) very dear; very intimate; very much in love"@en .

<http://lexvo.org/id/char/4066> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%81%A6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ceoi3%20waan2>,
        <http://lexvo.org/id/term/yue/%E4%81%A6>,
        "䁦"^^xsd:string ;
    rdfs:comment "(same as U+89B0 覷) to see; to look at, to steal a glance; to glance quickly, to spy on; to peep at"@en .

<http://lexvo.org/id/char/4067> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%81%A7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/mi%C3%A1o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/miu4>,
        <http://lexvo.org/id/term/yue/%E4%81%A7>,
        "䁧"^^xsd:string ;
    rdfs:comment "to open wide (eyes)"@en .

<http://lexvo.org/id/char/4068> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%81%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%B2>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kok3>,
        <http://lexvo.org/id/term/yue/%E4%81%A8>,
        "䁨"^^xsd:string ;
    rdfs:comment "to open the eyes with astonishment, (interchangeable 矐) to lose one's eyesight; to become blind; blind"@en .

<http://lexvo.org/id/char/4069> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%81%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%BA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zyu4%20zyu6>,
        <http://lexvo.org/id/term/yue/%E4%81%A9>,
        "䁩"^^xsd:string ;
    rdfs:comment "(same as 魚) fish, inferior horse with blind eyes"@en .

<http://lexvo.org/id/char/406A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%81%AA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C7%8En%20zh%C7%8En>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zaam2>,
        <http://lexvo.org/id/term/yue/%E4%81%AA>,
        "䁪"^^xsd:string ;
    rdfs:comment "to wink"@en .

<http://lexvo.org/id/char/406B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%81%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%BA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wu4>,
        <http://lexvo.org/id/term/yue/%E4%81%AB>,
        "䁫"^^xsd:string ;
    rdfs:comment "muddy; dirty, eyesight obscured"@en .

<http://lexvo.org/id/char/406C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%81%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C3%A9ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cang4>,
        <http://lexvo.org/id/term/yue/%E4%81%AC>,
        "䁬"^^xsd:string ;
    rdfs:comment "to act pretentiously (by slit-eyed), eyesight obscured"@en .

<http://lexvo.org/id/char/406D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/biu1%20biu1>,
        <http://lexvo.org/id/term/yue/%E4%81%AD>,
        "䁭"^^xsd:string ;
    rdfs:comment "to give an angry look, to watch; to view"@en .

<http://lexvo.org/id/char/406E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%81%AE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cim4>,
        <http://lexvo.org/id/term/yue/%E4%81%AE>,
        "䁮"^^xsd:string ;
    rdfs:comment "sad; mournful; grieved, to worry about, to think with one's eyes closed, to close the eyes"@en .

<http://lexvo.org/id/char/406F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%81%AF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%A8%20xi%C3%A9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hap1%20kaap1>,
        <http://lexvo.org/id/term/yue/%E4%81%AF>,
        "䁯"^^xsd:string ;
    rdfs:comment "to look at; to see; to inspect; (same as U+77B8 瞸) gazing into distance, having one eye smaller than the other, to look askance at; (Cant.) to close the eyes"@en .

<http://lexvo.org/id/char/4070> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%81%B0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C7%8Eng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gong2>,
        <http://lexvo.org/id/term/yue/%E4%81%B0>,
        "䁰"^^xsd:string ;
    rdfs:comment "to look in a evil or wicked way; wicked vision"@en .

<http://lexvo.org/id/char/4071> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C3%A0o>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%81%B1>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/aau1>,
        <http://lexvo.org/id/term/yue/%E4%81%B1>,
        "䁱"^^xsd:string ;
    rdfs:comment "(same as 眗) hollow-eyed"@en .

<http://lexvo.org/id/char/4072> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%81%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A1i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mei1%20maai4>,
        <http://lexvo.org/id/term/yue/%E4%81%B2>,
        "䁲"^^xsd:string ;
    rdfs:comment "to peep; to look at something stealthily; (Cant.) to close the eyes"@en .

<http://lexvo.org/id/char/4073> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%81%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C7%8Eng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mong5>,
        <http://lexvo.org/id/term/yue/%E4%81%B3>,
        "䁳"^^xsd:string ;
    rdfs:comment "to lose one eye"@en .

<http://lexvo.org/id/char/4074> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%81%B4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C7%8En>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zin2>,
        <http://lexvo.org/id/term/yue/%E4%81%B4>,
        "䁴"^^xsd:string ;
    rdfs:comment "keep on looking, change the facial expression"@en .

<http://lexvo.org/id/char/4075> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%81%B5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/bi%C7%8En>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/pin2>,
        <http://lexvo.org/id/term/yue/%E4%81%B5>,
        "䁵"^^xsd:string ;
    rdfs:comment "newborn baby with the eyelids closed, big eyes, to close the eyes"@en .

<http://lexvo.org/id/char/4076> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%81%B6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C7%8Eo>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gik1>,
        <http://lexvo.org/id/term/yue/%E4%81%B6>,
        "䁶"^^xsd:string ;
    rdfs:comment "to look at something without winking, bright"@en .

<http://lexvo.org/id/char/4077> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%81%B7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ju%C3%A9%20w%C3%B2>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gok3%20uk1%20zuk1>,
        <http://lexvo.org/id/term/yue/%E4%81%B7>,
        "䁷"^^xsd:string ;
    rdfs:comment "bright eyes, angry look; angry eyes (ancient form of 覺) to awaken, to wake up from sleep, to feel"@en .

<http://lexvo.org/id/char/4078> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%81%B8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C3%B3ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/nung4>,
        <http://lexvo.org/id/term/yue/%E4%81%B8>,
        "䁸"^^xsd:string ;
    rdfs:comment "eyesight obscured, angry glances"@en .

<http://lexvo.org/id/char/4079> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%81%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/paai6%20pei5>,
        <http://lexvo.org/id/term/yue/%E4%81%B9>,
        "䁹"^^xsd:string ;
    rdfs:comment "(same as U+7764 睥) to look askance -- a expression of disdain or despise"@en .

<http://lexvo.org/id/char/407A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%81%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sik1>,
        <http://lexvo.org/id/term/yue/%E4%81%BA>,
        "䁺"^^xsd:string ;
    rdfs:comment "to look at; to see; to inspect, sharp, bright-colored; bright eyes, (same as non-classical form of 睪) spy on, to lead on"@en .

<http://lexvo.org/id/char/407B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%81%BB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%AC%20shu%C3%B2>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/soek3>,
        <http://lexvo.org/id/term/yue/%E4%81%BB>,
        "䁻"^^xsd:string ;
    rdfs:comment "pretty eyes, to have a casual and short glance"@en .

<http://lexvo.org/id/char/407C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%81%BC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%B2%20m%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mak6>,
        <http://lexvo.org/id/term/yue/%E4%81%BC>,
        "䁼"^^xsd:string ;
    rdfs:comment "(literally) to look but see nothing -- absent-minded, to regard as nothing"@en .

<http://lexvo.org/id/char/407D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%81%BD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C3%A8>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/laap3%20lip6>,
        <http://lexvo.org/id/term/yue/%E4%81%BD>,
        "䁽"^^xsd:string ;
    rdfs:comment "eyesight obscured, abnormal vision; (Cant.) to glance at, sweep the eyes over"@en .

<http://lexvo.org/id/char/407E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%81%BE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/mi%C3%A8>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/maat6%20mit6>,
        <http://lexvo.org/id/term/yue/%E4%81%BE>,
        "䁾"^^xsd:string ;
    rdfs:comment "red and swelling of the eye socket, dim-sighted; poor visioned"@en .

<http://lexvo.org/id/char/407F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%81%BF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%B2>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mak6>,
        <http://lexvo.org/id/term/yue/%E4%81%BF>,
        "䁿"^^xsd:string ;
    rdfs:comment "sleepy; drowsy, to startle; to surprise; to amaze"@en .

<http://lexvo.org/id/char/4080> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%82%80>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C4%AB>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hei1>,
        <http://lexvo.org/id/term/yue/%E4%82%80>,
        "䂀"^^xsd:string ;
    rdfs:comment "to wink"@en .

<http://lexvo.org/id/char/4081> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%82%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cam1%20cam4%20sam1>,
        <http://lexvo.org/id/term/yue/%E4%82%81>,
        "䂁"^^xsd:string ;
    rdfs:comment "an angry look; to look at someone angrily, hollow-eyed"@en .

<http://lexvo.org/id/char/4082> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%82%82>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C3%BA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/keoi4>,
        <http://lexvo.org/id/term/yue/%E4%82%82>,
        "䂂"^^xsd:string ;
    rdfs:comment "to gaze at in terror, a surname"@en .

<http://lexvo.org/id/char/4083> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%82%83>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%A0o%20ji%C3%A9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tiu4%20ziu3>,
        <http://lexvo.org/id/term/yue/%E4%82%83>,
        "䂃"^^xsd:string ;
    rdfs:comment "dark; dim; eyesight obscured, angry look; angry eyes"@en .

<http://lexvo.org/id/char/4084> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%82%84>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%B2%20ku%C3%A0ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fong3>,
        <http://lexvo.org/id/term/yue/%E4%82%84>,
        "䂄"^^xsd:string ;
    rdfs:comment "to startle; to surprise; to amaze; to look at in surprise"@en .

<http://lexvo.org/id/char/4085> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/zin1>,
        <http://lexvo.org/id/term/yue/%E4%82%85>,
        "䂅"^^xsd:string ;
    rdfs:comment "to have insight or vision of a simple and honest person, silly"@en .

<http://lexvo.org/id/char/4086> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%82%86>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hek3>,
        <http://lexvo.org/id/term/yue/%E4%82%86>,
        "䂆"^^xsd:string ;
    rdfs:comment "weapons; arms ( a lance; a spear)"@en .

<http://lexvo.org/id/char/4087> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%82%87>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C3%A1ng%20ni%C7%94%20n%C7%92ng%20p%C3%A1ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/naau2>,
        <http://lexvo.org/id/term/yue/%E4%82%87>,
        "䂇"^^xsd:string ;
    rdfs:comment "to pierce; to stab; to irritate; to hurt, a thorn"@en .

<http://lexvo.org/id/char/4088> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%82%88>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%B3ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tung4>,
        <http://lexvo.org/id/term/yue/%E4%82%88>,
        "䂈"^^xsd:string ;
    rdfs:comment "to pierce; to stab; to irritate; to hurt, a thorn, a lance; a spear"@en .

<http://lexvo.org/id/char/4089> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%82%89>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%B3u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/haai6%20haau4>,
        <http://lexvo.org/id/term/yue/%E4%82%89>,
        "䂉"^^xsd:string ;
    rdfs:comment "weapons; arms ( a lance; a spear)"@en .

<http://lexvo.org/id/char/408A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%82%8A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zyu6%20zyu6>,
        <http://lexvo.org/id/term/yue/%E4%82%8A>,
        "䂊"^^xsd:string ;
    rdfs:comment "weapons; arms ( a lance; a spear)"@en .

<http://lexvo.org/id/char/408B> a lvont:Character ;
    lvont:represents "䂋"^^xsd:string .

<http://lexvo.org/id/char/408C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/cung1>,
        <http://lexvo.org/id/term/yue/%E4%82%8C>,
        "䂌"^^xsd:string ;
    rdfs:comment "a short weapon (daggers; swords; knives)"@en .

<http://lexvo.org/id/char/408D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%82%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%B3>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bok6>,
        <http://lexvo.org/id/term/yue/%E4%82%8D>,
        "䂍"^^xsd:string ;
    rdfs:comment "a kind of weapon carried by the honor guard before the Emperor in ancient times"@en .

<http://lexvo.org/id/char/408E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%82%8E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zu%C7%8En>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zyun2>,
        <http://lexvo.org/id/term/yue/%E4%82%8E>,
        "䂎"^^xsd:string ;
    rdfs:comment "a short spear; a lance with two points, a halberd, to pierce; to stab; to irritate, to catch a spear from away"@en .

<http://lexvo.org/id/char/408F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/diu1>,
        <http://lexvo.org/id/term/yue/%E4%82%8F>,
        "䂏"^^xsd:string ;
    rdfs:comment "short, dog with short tail"@en .

<http://lexvo.org/id/char/4090> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%82%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/chu%C3%B2>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zyut3%20zyut6>,
        <http://lexvo.org/id/term/yue/%E4%82%90>,
        "䂐"^^xsd:string ;
    rdfs:comment "short (ancient form of 拙) stupid; crude; poor; slow and clumsy"@en .

<http://lexvo.org/id/char/4091> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/ci1%20zai1>,
        <http://lexvo.org/id/term/yue/%E4%82%91>,
        "䂑"^^xsd:string ;
    rdfs:comment "short; (Cant.) intensifier"@en .

<http://lexvo.org/id/char/4092> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%82%92>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%A9%20qi%C3%A0%20y%C3%A0>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/haap1>,
        <http://lexvo.org/id/term/yue/%E4%82%92>,
        "䂒"^^xsd:string ;
    rdfs:comment "short (dialect) to curry favor; to toady; to flatter; to try hard to please"@en .

<http://lexvo.org/id/char/4093> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/kwai1>,
        <http://lexvo.org/id/term/yue/%E4%82%93>,
        "䂓"^^xsd:string ;
    rdfs:comment "(standard form of 規) regulations; laws; rules; customs or usages, a pair of compasses"@en .

<http://lexvo.org/id/char/4094> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%82%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C3%ACng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/haang6>,
        <http://lexvo.org/id/term/yue/%E4%82%94>,
        "䂔"^^xsd:string ;
    rdfs:comment "short"@en .

<http://lexvo.org/id/char/4095> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%82%95>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fui3%20ngaat6>,
        <http://lexvo.org/id/term/yue/%E4%82%95>,
        "䂕"^^xsd:string ;
    rdfs:comment "short"@en .

<http://lexvo.org/id/char/4096> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%82%96>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%AD%20s%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sek6%20zi2>,
        <http://lexvo.org/id/term/yue/%E4%82%96>,
        "䂖"^^xsd:string ;
    rdfs:comment "(same as 石) rocks; stones; minerals, etc."@en .

<http://lexvo.org/id/char/4097> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/gwaat6>,
        <http://lexvo.org/id/term/yue/%E4%82%97>,
        "䂗"^^xsd:string ;
    rdfs:comment "to be careful; to exercise caution; to take care; to pay attention"@en .

<http://lexvo.org/id/char/4098> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/caam1%20cai1%20cak3%20haam1%20saam1>,
        <http://lexvo.org/id/term/yue/%E4%82%98>,
        "䂘"^^xsd:string ;
    rdfs:comment "pebble; small piece of stone"@en .

<http://lexvo.org/id/char/4099> a lvont:Character ;
    lvont:represents "䂙"^^xsd:string .

<http://lexvo.org/id/char/409A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%82%9A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A1o%20y%C3%B3u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ngau4>,
        <http://lexvo.org/id/term/yue/%E4%82%9A>,
        "䂚"^^xsd:string ;
    rdfs:comment "a kind of stone, rugged rocks, difficult; hard; difficulty; hardship"@en .

<http://lexvo.org/id/char/409B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%82%9B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%BA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zyu4>,
        <http://lexvo.org/id/term/yue/%E4%82%9B>,
        "䂛"^^xsd:string ;
    rdfs:comment "a kind of rock"@en .

<http://lexvo.org/id/char/409C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%82%9C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%A0ng%20p%C3%A9i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/baang1%20pang5>,
        <http://lexvo.org/id/term/yue/%E4%82%9C>,
        "䂜"^^xsd:string ;
    rdfs:comment "rocky (same as 玤) fine stone which is little less valuable than jade (interchangeable 崩) to collapse; to fall"@en .

<http://lexvo.org/id/char/409D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%82%9D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%A9%20z%C3%A9%20zh%C3%A9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zak6>,
        <http://lexvo.org/id/term/yue/%E4%82%9D>,
        "䂝"^^xsd:string ;
    rdfs:comment "(same as 矺) to rap; to tap; to beat(same as 磔) torture of dismemberment used in the ancient times, sound of throwing something to the ground"@en .

<http://lexvo.org/id/char/409E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%82%9E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%A8>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ze3>,
        <http://lexvo.org/id/term/yue/%E4%82%9E>,
        "䂞"^^xsd:string ;
    rdfs:comment "(same as 柘) a thorny tree about 15 feet high, the leaves are used for feeding silkworms before the mulberry leaves are ready or when they are scarce, bark contains a yellow dye (interchangeable 蔗) the sugar cane"@en .

<http://lexvo.org/id/char/409F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/gaa1>,
        <http://lexvo.org/id/term/yue/%E4%82%9F>,
        "䂟"^^xsd:string ;
    rdfs:comment "rocks; stones; minerals, etc."@en .

<http://lexvo.org/id/char/40A0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%82%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%A9%20sh%C7%90>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ci2>,
        <http://lexvo.org/id/term/yue/%E4%82%A0>,
        "䂠"^^xsd:string ;
    rdfs:comment "sound of falling rocks, the arrowhead made of stone"@en .

<http://lexvo.org/id/char/40A1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%82%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C7%90%20zh%C7%90>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dai2>,
        <http://lexvo.org/id/term/yue/%E4%82%A1>,
        "䂡"^^xsd:string ;
    rdfs:comment "(non-classical form 砥) a whetstone, smooth, to polish"@en .

<http://lexvo.org/id/char/40A2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%82%A2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C7%92ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dung2>,
        <http://lexvo.org/id/term/yue/%E4%82%A2>,
        "䂢"^^xsd:string ;
    rdfs:comment "sound of falling rocks, fallen rocks"@en .

<http://lexvo.org/id/char/40A3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%82%A3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C3%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ci1>,
        <http://lexvo.org/id/term/yue/%E4%82%A3>,
        "䂣"^^xsd:string ;
    rdfs:comment "a kind of mineral"@en .

<http://lexvo.org/id/char/40A4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%82%A4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%B9%20h%C3%A1i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fu6>,
        <http://lexvo.org/id/term/yue/%E4%82%A4>,
        "䂤"^^xsd:string ;
    rdfs:comment "white stone"@en .

<http://lexvo.org/id/char/40A5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%82%A5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%ADn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/man4>,
        <http://lexvo.org/id/term/yue/%E4%82%A5>,
        "䂥"^^xsd:string ;
    rdfs:comment "(same as 賨) a fine stone resembling jade"@en .

<http://lexvo.org/id/char/40A6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%82%A6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C4%9Bn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zan1>,
        <http://lexvo.org/id/term/yue/%E4%82%A6>,
        "䂦"^^xsd:string ;
    rdfs:comment "tired; exhausted, rugged stone, coarse whetstone, to pile up rocks on the river-bank"@en .

<http://lexvo.org/id/char/40A7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%82%A7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C4%9Bn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/caan2%20zaan2>,
        <http://lexvo.org/id/term/yue/%E4%82%A7>,
        "䂧"^^xsd:string ;
    rdfs:comment "rocks clustered pile up togethers"@en .

<http://lexvo.org/id/char/40A8> a lvont:Character ;
    lvont:represents "䂨"^^xsd:string .

<http://lexvo.org/id/char/40A9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%82%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gin2%20zin6>,
        <http://lexvo.org/id/term/yue/%E4%82%A9>,
        "䂩"^^xsd:string ;
    rdfs:comment "(same as 硯) an in-slab or ink-stone (same as 硜) sound of pebbles or stones rubbing or knocking together"@en .

<http://lexvo.org/id/char/40AA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%82%AA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/di%C3%A0o%20ti%C7%8Eo>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/haau1>,
        <http://lexvo.org/id/term/yue/%E4%82%AA>,
        "䂪"^^xsd:string ;
    rdfs:comment "(same as 磽) hard barren land, a kind of stone (interchangeable 銚) a small pot with a handle"@en .

<http://lexvo.org/id/char/40AB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%82%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%B3ng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C4%81ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hang1%20hung4>,
        <http://lexvo.org/id/term/yue/%E4%82%AB>,
        "䂫"^^xsd:string ;
    rdfs:comment "noise of stones rolling down, to ram the earth for foundations, (same as U+592F 夯) to raise with force; a heavy load; burden, to fill cracks and leakages with earth (in levee construction)"@en .

<http://lexvo.org/id/char/40AC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%82%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C7%92ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gung2>,
        <http://lexvo.org/id/term/yue/%E4%82%AC>,
        "䂬"^^xsd:string ;
    rdfs:comment "big rocks on the riverside (interchangeable 栱) an arched opening"@en .

<http://lexvo.org/id/char/40AD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/diu6%20hau1>,
        <http://lexvo.org/id/term/yue/%E4%82%AD>,
        "䂭"^^xsd:string ;
    rdfs:comment "name of a place; today's Jizhou"@en .

<http://lexvo.org/id/char/40AE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%82%AE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%BC%C3%A8>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/loek6>,
        <http://lexvo.org/id/term/yue/%E4%82%AE>,
        "䂮"^^xsd:string ;
    rdfs:comment "stone, to sharpen a knife, sharp-pointed; sharp, vigorous; energetic; keen"@en .

<http://lexvo.org/id/char/40AF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%82%AF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/gu%C3%A0i%20gu%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gwaai3>,
        <http://lexvo.org/id/term/yue/%E4%82%AF>,
        "䂯"^^xsd:string ;
    rdfs:comment "a fine stone resembling jade"@en .

<http://lexvo.org/id/char/40B0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%82%B0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%A0>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/laap6>,
        <http://lexvo.org/id/term/yue/%E4%82%B0>,
        "䂰"^^xsd:string ;
    rdfs:comment "rocks; stones; minerals, etc."@en .

<http://lexvo.org/id/char/40B1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%82%B1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/cu%C3%AC%20ru%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zeoi6>,
        <http://lexvo.org/id/term/yue/%E4%82%B1>,
        "䂱"^^xsd:string ;
    rdfs:comment "to wear out; rubbed out; to die out; to wear away; frayed"@en .

<http://lexvo.org/id/char/40B2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%82%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C7%8E>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/faat3>,
        <http://lexvo.org/id/term/yue/%E4%82%B2>,
        "䂲"^^xsd:string ;
    rdfs:comment "(same as 砝) standard weights used in scales; steelyard weights"@en .

<http://lexvo.org/id/char/40B3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%82%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/cu%C7%92>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/co2>,
        <http://lexvo.org/id/term/yue/%E4%82%B3>,
        "䂳"^^xsd:string ;
    rdfs:comment "gravel; macadam (interchangeable 剉) to damage; to destroy, medicines; orpiment (As2S3)"@en .

<http://lexvo.org/id/char/40B4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%82%B4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dan6%20zin4>,
        <http://lexvo.org/id/term/yue/%E4%82%B4>,
        "䂴"^^xsd:string ;
    rdfs:comment "(same as U+7814 研) to rub; to grind; to powder, to go the very source; to study; to investigate; to research; to examine; to search into carefully"@en .

<http://lexvo.org/id/char/40B5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/gung1>,
        <http://lexvo.org/id/term/yue/%E4%82%B5>,
        "䂵"^^xsd:string ;
    rdfs:comment "(a simplified form of 碽) sound of bumping or striking, arched bridge"@en .

<http://lexvo.org/id/char/40B6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%82%B6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%A9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gip3>,
        <http://lexvo.org/id/term/yue/%E4%82%B6>,
        "䂶"^^xsd:string ;
    rdfs:comment "the Crustacea; a sea-anemone"@en .

<http://lexvo.org/id/char/40B7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/gwaai1>,
        <http://lexvo.org/id/term/yue/%E4%82%B7>,
        "䂷"^^xsd:string ;
    rdfs:comment "broken; smashed, trivial, irregular, different; varied sizes (of rocks)"@en .

<http://lexvo.org/id/char/40B8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%82%B8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/gu%C3%B3%20x%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gwok3>,
        <http://lexvo.org/id/term/yue/%E4%82%B8>,
        "䂸"^^xsd:string ;
    rdfs:comment "to smash or to knock to pieces of the stone, broken"@en .

<http://lexvo.org/id/char/40B9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%82%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/su%C7%92>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sok3>,
        <http://lexvo.org/id/term/yue/%E4%82%B9>,
        "䂹"^^xsd:string ;
    rdfs:comment "sound of the falling pieces of rocks"@en .

<http://lexvo.org/id/char/40BA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%82%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C7%8En%20w%C7%92>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wo2>,
        <http://lexvo.org/id/term/yue/%E4%82%BA>,
        "䂺"^^xsd:string ;
    rdfs:comment "rocks; stones (same as 顆) a drop; a grain; a bead"@en .

<http://lexvo.org/id/char/40BB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%82%BB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%A8ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zaang6>,
        <http://lexvo.org/id/term/yue/%E4%82%BB>,
        "䂻"^^xsd:string ;
    rdfs:comment "to block; to stop up, to cork; to seal; (same as U+92E5 鋥) to polish; to grind; (Cant.) to push; to burst; to stuff"@en .

<http://lexvo.org/id/char/40BC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%82%BC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ni%C3%A8>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/nip6>,
        <http://lexvo.org/id/term/yue/%E4%82%BC>,
        "䂼"^^xsd:string ;
    rdfs:comment "(a kind of) rocks; stones"@en .

<http://lexvo.org/id/char/40BD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%82%BD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/di%C3%A0o%20y%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/diu6>,
        <http://lexvo.org/id/term/yue/%E4%82%BD>,
        "䂽"^^xsd:string ;
    rdfs:comment "(a kind of) rocks; stones"@en .

<http://lexvo.org/id/char/40BE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%82%BE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C7%8Ei>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lei4%20loi2>,
        <http://lexvo.org/id/term/yue/%E4%82%BE>,
        "䂾"^^xsd:string ;
    rdfs:comment "to polish; to grind; to rub"@en .

<http://lexvo.org/id/char/40BF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%82%BF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%A0%20ti%C3%A8>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/taap3>,
        <http://lexvo.org/id/term/yue/%E4%82%BF>,
        "䂿"^^xsd:string ;
    rdfs:comment "to pound (grain) in order to remove the husk; refine; polished (rice), to tread upon; to step upon a pestle (for husking grain)"@en .

<http://lexvo.org/id/char/40C0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%83%80>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/cu%C3%AC%20x%C3%B9n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ceoi3>,
        <http://lexvo.org/id/term/yue/%E4%83%80>,
        "䃀"^^xsd:string ;
    rdfs:comment "millstone; grindstone, to rub; to grind; to polish; to wear, to sharpen ( a knife), to train; to harden; to temper"@en .

<http://lexvo.org/id/char/40C1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/aa1>,
        <http://lexvo.org/id/term/yue/%E4%83%81>,
        "䃁"^^xsd:string ;
    rdfs:comment "uneven or rugged terrains"@en .

<http://lexvo.org/id/char/40C2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%83%82>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C7%94n%20g%C3%B9n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gwan2>,
        <http://lexvo.org/id/term/yue/%E4%83%82>,
        "䃂"^^xsd:string ;
    rdfs:comment "dull sound of the tolling bell, sound of rolling, rolling stone, a farm tool made of stone (a stone roller for hulling grains, etc.)"@en .

<http://lexvo.org/id/char/40C3> a lvont:Character ;
    lvont:represents "䃃"^^xsd:string .

<http://lexvo.org/id/char/40C4> a lvont:Character ;
    lvont:represents "䃄"^^xsd:string .

<http://lexvo.org/id/char/40C5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C4%AB>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dai1>,
        <http://lexvo.org/id/term/yue/%E4%83%85>,
        "䃅"^^xsd:string ;
    rdfs:comment "(simplified form 磾) dyestuff (black colored mineral)"@en .

<http://lexvo.org/id/char/40C6> a lvont:Character ;
    lvont:represents "䃆"^^xsd:string .

<http://lexvo.org/id/char/40C7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%83%87>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/mi%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/min4>,
        <http://lexvo.org/id/term/yue/%E4%83%87>,
        "䃇"^^xsd:string ;
    rdfs:comment "ink (usually red) for imprinting of seals"@en .

<http://lexvo.org/id/char/40C8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/gaai1>,
        <http://lexvo.org/id/term/yue/%E4%83%88>,
        "䃈"^^xsd:string ;
    rdfs:comment "mountain rocks(same as 瑎) a black stone resembling jade"@en .

<http://lexvo.org/id/char/40C9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%83%89>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%ADn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/man4>,
        <http://lexvo.org/id/term/yue/%E4%83%89>,
        "䃉"^^xsd:string ;
    rdfs:comment "(same as 賨) a stone resembling jade"@en .

<http://lexvo.org/id/char/40CA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%83%8A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C7%94>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zeoi2%20zik1%20zik6>,
        <http://lexvo.org/id/term/yue/%E4%83%8A>,
        "䃊"^^xsd:string ;
    rdfs:comment "to rub; to grind; to polish; to wear"@en .

<http://lexvo.org/id/char/40CB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%83%8B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%BA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zyu4>,
        <http://lexvo.org/id/term/yue/%E4%83%8B>,
        "䃋"^^xsd:string ;
    rdfs:comment "a fine stone resembling jade"@en .

<http://lexvo.org/id/char/40CC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/zan1>,
        <http://lexvo.org/id/term/yue/%E4%83%8C>,
        "䃌"^^xsd:string ;
    rdfs:comment "rocky mountain, used in naming a place"@en .

<http://lexvo.org/id/char/40CD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%83%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%A0o%20zhu%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zeoi6>,
        <http://lexvo.org/id/term/yue/%E4%83%8D>,
        "䃍"^^xsd:string ;
    rdfs:comment "(ancient form of 墜) to fall down; to sink"@en .

<http://lexvo.org/id/char/40CE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%83%8E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C3%A9%20zh%C3%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%A0>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zaa3%20zak3>,
        <http://lexvo.org/id/term/yue/%E4%83%8E>,
        "䃎"^^xsd:string ;
    rdfs:comment "name of a place (usually to be used in naming a place) (interchangeable 砟) small piece of coal"@en .

<http://lexvo.org/id/char/40CF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/saang2%20sing1>,
        <http://lexvo.org/id/term/yue/%E4%83%8F>,
        "䃏"^^xsd:string ;
    rdfs:comment "a kind of rock"@en .

<http://lexvo.org/id/char/40D0> a lvont:Character ;
    lvont:represents "䃐"^^xsd:string .

<http://lexvo.org/id/char/40D1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%83%91>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/baan1>,
        <http://lexvo.org/id/term/yue/%E4%83%91>,
        "䃑"^^xsd:string ;
    rdfs:comment "(same as standard form 斑) speckles; spots; mottles (same as 磐) a massive rock"@en .

<http://lexvo.org/id/char/40D2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%83%92>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gak3%20haat6>,
        <http://lexvo.org/id/term/yue/%E4%83%92>,
        "䃒"^^xsd:string ;
    rdfs:comment "(of land) poor and barren; field which is not arable"@en .

<http://lexvo.org/id/char/40D3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%83%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C3%B2u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gaau3%20kaau4%20ngaau1>,
        <http://lexvo.org/id/term/yue/%E4%83%93>,
        "䃓"^^xsd:string ;
    rdfs:comment "to punish; to chastise; to penalize, to kill; to execute, pedal ( a footboard) of a cart, brick work of a well, strong and durable, solid; firm"@en .

<http://lexvo.org/id/char/40D4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%83%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%B3ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hung4>,
        <http://lexvo.org/id/term/yue/%E4%83%94>,
        "䃔"^^xsd:string ;
    rdfs:comment "sound of falling rocks, loud noise, stone with strange and unique shapes"@en .

<http://lexvo.org/id/char/40D5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%83%95>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%A1o%20lu%C3%B2>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lok6%20lou4>,
        <http://lexvo.org/id/term/yue/%E4%83%95>,
        "䃕"^^xsd:string ;
    rdfs:comment "stoneware; stone implement, soap-stone, sound of the bumping rocks, (in music) a chord"@en .

<http://lexvo.org/id/char/40D6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%83%96>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wu2>,
        <http://lexvo.org/id/term/yue/%E4%83%96>,
        "䃖"^^xsd:string ;
    rdfs:comment "(same as U+9696 塢) a bank; a low wall; an entrenchment, a structure which slants to a lower center on all sides -- as a shipyard"@en .

<http://lexvo.org/id/char/40D7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%83%97>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/chu%C3%B2>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cuk1%20mok1>,
        <http://lexvo.org/id/term/yue/%E4%83%97>,
        "䃗"^^xsd:string ;
    rdfs:comment "rocks; stones, rocks paved bank, big rocks"@en .

<http://lexvo.org/id/char/40D8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C4%93ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hang1>,
        <http://lexvo.org/id/term/yue/%E4%83%98>,
        "䃘"^^xsd:string ;
    rdfs:comment "simple and crude (same as 硜) the sound of pebbles or stones knocking together, obstinate; determined; resolute"@en .

<http://lexvo.org/id/char/40D9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%83%99>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/luk6>,
        <http://lexvo.org/id/term/yue/%E4%83%99>,
        "䃙"^^xsd:string ;
    rdfs:comment "rocks; stones; minerals, etc."@en .

<http://lexvo.org/id/char/40DA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%83%9A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cuk1>,
        <http://lexvo.org/id/term/yue/%E4%83%9A>,
        "䃚"^^xsd:string ;
    rdfs:comment "rugged land of sand and pebble; poor and barren (of land) (same as 鏃) the barb of an arrow, arrowhead; the head of a javelin"@en .

<http://lexvo.org/id/char/40DB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%83%9B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C3%A1n%20qi%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lin2>,
        <http://lexvo.org/id/term/yue/%E4%83%9B>,
        "䃛"^^xsd:string ;
    rdfs:comment "(same as 鏈) chain, cable"@en .

<http://lexvo.org/id/char/40DC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/zi1>,
        <http://lexvo.org/id/term/yue/%E4%83%9C>,
        "䃜"^^xsd:string ;
    rdfs:comment "a fine black stone"@en .

<http://lexvo.org/id/char/40DD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%83%9D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C3%A0o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hiu3%20kiu3>,
        <http://lexvo.org/id/term/yue/%E4%83%9D>,
        "䃝"^^xsd:string ;
    rdfs:comment "(same as 礉) rugged rocks"@en .

<http://lexvo.org/id/char/40DE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%83%9E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%BA%20y%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/suk6>,
        <http://lexvo.org/id/term/yue/%E4%83%9E>,
        "䃞"^^xsd:string ;
    rdfs:comment "a kind of stone, sound of pebbles or stones rubbing or knocking together"@en .

<http://lexvo.org/id/char/40DF> a lvont:Character ;
    lvont:represents "䃟"^^xsd:string ;
    rdfs:comment "䃟頭窰, a place in Hong Kong"@en .

<http://lexvo.org/id/char/40E0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/xu%C3%A0n>,
        "䃠"^^xsd:string .

<http://lexvo.org/id/char/40E1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%83%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C3%A9n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zam1>,
        <http://lexvo.org/id/term/yue/%E4%83%A1>,
        "䃡"^^xsd:string ;
    rdfs:comment "a small pebble; small piece of stone or rock, a stone door"@en .

<http://lexvo.org/id/char/40E2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/zaam1>,
        <http://lexvo.org/id/term/yue/%E4%83%A2>,
        "䃢"^^xsd:string ;
    rdfs:comment "name of a mountain (same as 嶔) lofty (of a mountain)"@en .

<http://lexvo.org/id/char/40E3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%83%A3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C7%90>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wai2>,
        <http://lexvo.org/id/term/yue/%E4%83%A3>,
        "䃣"^^xsd:string ;
    rdfs:comment "(same as 毀) to ruin, to destroy, to break down"@en .

<http://lexvo.org/id/char/40E4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%83%A4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/suk1>,
        <http://lexvo.org/id/term/yue/%E4%83%A4>,
        "䃤"^^xsd:string ;
    rdfs:comment "black colored grindstone or whestone"@en .

<http://lexvo.org/id/char/40E5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%83%A5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/chu%C3%A1ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cong4>,
        <http://lexvo.org/id/term/yue/%E4%83%A5>,
        "䃥"^^xsd:string ;
    rdfs:comment "stones; rocks"@en .

<http://lexvo.org/id/char/40E6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/deon1>,
        <http://lexvo.org/id/term/yue/%E4%83%A6>,
        "䃦"^^xsd:string ;
    rdfs:comment "a flat and great rock people squat or crouch on it"@en .

<http://lexvo.org/id/char/40E7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%83%A7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%B3ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lung4>,
        <http://lexvo.org/id/term/yue/%E4%83%A7>,
        "䃧"^^xsd:string ;
    rdfs:comment "sound of falling rocks"@en .

<http://lexvo.org/id/char/40E8> a lvont:Character ;
    lvont:represents "䃨"^^xsd:string .

<http://lexvo.org/id/char/40E9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%83%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C3%A1o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bit3%20nau4>,
        <http://lexvo.org/id/term/yue/%E4%83%A9>,
        "䃩"^^xsd:string ;
    rdfs:comment "(same as 縭) a mineral, used as a medicine"@en .

<http://lexvo.org/id/char/40EA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%83%AA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/taan4>,
        <http://lexvo.org/id/term/yue/%E4%83%AA>,
        "䃪"^^xsd:string ;
    rdfs:comment "(same as 壇) a platform for sacrificial rites; an altar, an arena; a hall for important meetings and ceremonies in ancient China"@en .

<http://lexvo.org/id/char/40EB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%83%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C7%8En>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/daam2>,
        <http://lexvo.org/id/term/yue/%E4%83%AB>,
        "䃫"^^xsd:string ;
    rdfs:comment "a silicate substance from the salt-wells in Szechwan; it is used as a wash for hardening plaster, etc., also for certain skin diseases, like ringworm, sulphate of copper"@en .

<http://lexvo.org/id/char/40EC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%83%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C4%9Bi>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gwaai1%20ngaai5>,
        <http://lexvo.org/id/term/yue/%E4%83%AC>,
        "䃬"^^xsd:string ;
    rdfs:comment "rocky; plenty of stones and rocks (same as 磈) piles of rugged stones; lumpy and uneven rocks"@en .

<http://lexvo.org/id/char/40ED> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%83%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C7%8En>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gam2>,
        <http://lexvo.org/id/term/yue/%E4%83%AD>,
        "䃭"^^xsd:string ;
    rdfs:comment "a stone box; a stone case, to cover with a piece of stone, (interchangeable 撼) to shake; to rock"@en .

<http://lexvo.org/id/char/40EE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%83%AE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%A1>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/daat6>,
        <http://lexvo.org/id/term/yue/%E4%83%AE>,
        "䃮"^^xsd:string ;
    rdfs:comment "a stone build hydraulic measures ( to store and to vent the water) in ancient times, rocks in the mountain stream"@en .

<http://lexvo.org/id/char/40EF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%83%AF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lik1>,
        <http://lexvo.org/id/term/yue/%E4%83%AF>,
        "䃯"^^xsd:string ;
    rdfs:comment "(abbreviated form of 礫) small stones; pebble; gravel; shingle"@en .

<http://lexvo.org/id/char/40F0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C4%81>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/caat3>,
        <http://lexvo.org/id/term/yue/%E4%83%B0>,
        "䃰"^^xsd:string ;
    rdfs:comment "brick or stone steps"@en .

<http://lexvo.org/id/char/40F1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%83%B1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cim1>,
        <http://lexvo.org/id/term/yue/%E4%83%B1>,
        "䃱"^^xsd:string ;
    rdfs:comment "(non-classical form of 䃸) electric light; a flash of lightning, wedge, preface foreword"@en .

<http://lexvo.org/id/char/40F2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%83%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%A1n%20p%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bun2%20po4%20pun4%20tam4>,
        <http://lexvo.org/id/term/yue/%E4%83%B2>,
        "䃲"^^xsd:string ;
    rdfs:comment "(same as 磐) a great rock"@en .

<http://lexvo.org/id/char/40F3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%83%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%A0>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/laap6>,
        <http://lexvo.org/id/term/yue/%E4%83%B3>,
        "䃳"^^xsd:string ;
    rdfs:comment "falling stone, a mineral; an ore (with the element of bronze; copper), appearance of the connected mountains; a mountain range; a chain"@en .

<http://lexvo.org/id/char/40F4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/zyu1>,
        <http://lexvo.org/id/term/yue/%E4%83%B4>,
        "䃴"^^xsd:string ;
    rdfs:comment "a whetstone used to grind precious stone (jade; a gem)"@en .

<http://lexvo.org/id/char/40F5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%83%B5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ni%C7%8Eo>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/niu5>,
        <http://lexvo.org/id/term/yue/%E4%83%B5>,
        "䃵"^^xsd:string ;
    rdfs:comment "a kind of stone, bends; curves; turns and twists of the mountains"@en .

<http://lexvo.org/id/char/40F6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%83%B6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%A1i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/waai4>,
        <http://lexvo.org/id/term/yue/%E4%83%B6>,
        "䃶"^^xsd:string ;
    rdfs:comment "rugged and uneven of the rocks, small piece of stone; pebble, a fine stone resembling jade"@en .

<http://lexvo.org/id/char/40F7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%83%B7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%ADng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zing4>,
        <http://lexvo.org/id/term/yue/%E4%83%B7>,
        "䃷"^^xsd:string ;
    rdfs:comment "a kind of stone, to research and examine"@en .

<http://lexvo.org/id/char/40F8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%83%B8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cim1%20zaam1>,
        <http://lexvo.org/id/term/yue/%E4%83%B8>,
        "䃸"^^xsd:string ;
    rdfs:comment "electric light; a flash of lightning, wedge, preface foreword"@en .

<http://lexvo.org/id/char/40F9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%83%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%A0n%20l%C7%8Eng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/laan6>,
        <http://lexvo.org/id/term/yue/%E4%83%B9>,
        "䃹"^^xsd:string ;
    rdfs:comment "jade and stone, fine jade"@en .

<http://lexvo.org/id/char/40FA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%83%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%B3>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mo4>,
        <http://lexvo.org/id/term/yue/%E4%83%BA>,
        "䃺"^^xsd:string ;
    rdfs:comment "(a standard form of 磨) to grind, to rub, to sharpen"@en .

<http://lexvo.org/id/char/40FB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%83%BB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%A0%20p%C3%A1i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/baa3>,
        <http://lexvo.org/id/term/yue/%E4%83%BB>,
        "䃻"^^xsd:string ;
    rdfs:comment "(same as 壩) an embankment; a dike; a levee; a dam; a bank of earth"@en .

<http://lexvo.org/id/char/40FC> a lvont:Character ;
    lvont:represents "䃼"^^xsd:string .

<http://lexvo.org/id/char/40FD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%83%BD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%BA%20gu%C7%90%20s%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gwai2>,
        <http://lexvo.org/id/term/yue/%E4%83%BD>,
        "䃽"^^xsd:string ;
    rdfs:comment "name of a mountain (of warship), (same as 禔) happiness; good fortune; good luck; blessing, (same as standard form 祓) to exorcise; to remove evil; to cleanse; to clean; to wash away"@en .

<http://lexvo.org/id/char/40FE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%83%BE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C7%90>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bei2>,
        <http://lexvo.org/id/term/yue/%E4%83%BE>,
        "䃾"^^xsd:string ;
    rdfs:comment "to offer a small pig as sacrifice when worshipping the god of life"@en .

<http://lexvo.org/id/char/40FF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/fu1%20haa1>,
        <http://lexvo.org/id/term/yue/%E4%83%BF>,
        "䃿"^^xsd:string ;
    rdfs:comment "a rite or service, message offered to the gods in worship"@en .

<http://lexvo.org/id/char/4100> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%84%80>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%B2>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wo6>,
        <http://lexvo.org/id/term/yue/%E4%84%80>,
        "䄀"^^xsd:string ;
    rdfs:comment "(same as 禍) calamity; disaster; evil; misfortune"@en .

<http://lexvo.org/id/char/4101> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%84%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zi6>,
        <http://lexvo.org/id/term/yue/%E4%84%81>,
        "䄁"^^xsd:string ;
    rdfs:comment "to worship; to honor by a service or rite; to offer sacrifices to"@en .

<http://lexvo.org/id/char/4102> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%84%82>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lau6>,
        <http://lexvo.org/id/term/yue/%E4%84%82>,
        "䄂"^^xsd:string ;
    rdfs:comment "(ancient form) to pray and to curse (the ways of treating a patient in ancient times)"@en .

<http://lexvo.org/id/char/4103> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/zoeng1>,
        <http://lexvo.org/id/term/yue/%E4%84%83>,
        "䄃"^^xsd:string ;
    rdfs:comment "(ancient standard form 殃) misfortune; calamity; retribution, a departed spirit"@en .

<http://lexvo.org/id/char/4104> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/zaan1>,
        <http://lexvo.org/id/term/yue/%E4%84%84>,
        "䄄"^^xsd:string ;
    rdfs:comment "achievement; accomplishment, (non-classical form of 禋) to worship with sincerity and reverence, to offer sacrifices to the Heaven"@en .

<http://lexvo.org/id/char/4105> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%84%85>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ju%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/aa1%20gyun3>,
        <http://lexvo.org/id/term/yue/%E4%84%85>,
        "䄅"^^xsd:string ;
    rdfs:comment "(same as standard form U+990B 餋) to worship; to honor by a rite or service; to offer sacrifices"@en .

<http://lexvo.org/id/char/4106> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%84%86>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%B3%20ku%C3%B2>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wut6>,
        <http://lexvo.org/id/term/yue/%E4%84%86>,
        "䄆"^^xsd:string ;
    rdfs:comment "to worship; to honor by a rite or service; to offer sacrifices, an institution, law, to perform rites in honor of gods"@en .

<http://lexvo.org/id/char/4107> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%84%87>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%A9ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cing4%20zing6>,
        <http://lexvo.org/id/term/yue/%E4%84%87>,
        "䄇"^^xsd:string ;
    rdfs:comment "(corrupted form) a family name"@en .

<http://lexvo.org/id/char/4108> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%84%88>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%B2u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/coeng4%20daau2%20daau6%20hiu1>,
        <http://lexvo.org/id/term/yue/%E4%84%88>,
        "䄈"^^xsd:string ;
    rdfs:comment "sacrifice to happiness and good luck"@en .

<http://lexvo.org/id/char/4109> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C3%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%84%89>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ngo4>,
        <http://lexvo.org/id/term/yue/%E4%84%89>,
        "䄉"^^xsd:string ;
    rdfs:comment "a rite or service, (same as 娥) good; beautiful, a common name for a girl"@en .

<http://lexvo.org/id/char/410A> a lvont:Character ;
    lvont:represents "䄊"^^xsd:string .

<http://lexvo.org/id/char/410B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%84%8B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%8En>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zim2%20zim3>,
        <http://lexvo.org/id/term/yue/%E4%84%8B>,
        "䄋"^^xsd:string ;
    rdfs:comment "to pray for preventing or forestalling calamities, muddy"@en .

<http://lexvo.org/id/char/410C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%84%8C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zhu%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zeoi3>,
        <http://lexvo.org/id/term/yue/%E4%84%8C>,
        "䄌"^^xsd:string ;
    rdfs:comment "to perform rities in honor of the ancestral temple; the next day's service of the above mentioned rities, (same as 醊) wine poured in a libation"@en .

<http://lexvo.org/id/char/410D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%84%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%B9%20du%C3%B3%20zh%C3%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%A0>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/caai4%20zaa3>,
        <http://lexvo.org/id/term/yue/%E4%84%8D>,
        "䄍"^^xsd:string ;
    rdfs:comment "(same as U+8721 蜡) year-end sacrifice of the Zhou Dynasty; imperial sacrifice of thanksgiving to the earth for crops, offered at the end of the year, the name varying in different dynastic periods"@en .

<http://lexvo.org/id/char/410E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%84%8E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C7%90>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hei2>,
        <http://lexvo.org/id/term/yue/%E4%84%8E>,
        "䄎"^^xsd:string ;
    rdfs:comment "(same as 婍) pretty; beautiful (of a woman)"@en .

<http://lexvo.org/id/char/410F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%84%8F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%BA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ziu1>,
        <http://lexvo.org/id/term/yue/%E4%84%8F>,
        "䄏"^^xsd:string ;
    rdfs:comment "(same as 祅) bizarre, calamity due to terrestrial disturbances (as distinct from 災 -- disaster which is sent down from above) (interchangeable 妖) weird; supernatural, a ghost, bewitching; seductive (said of a woman)"@en .

<http://lexvo.org/id/char/4110> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%84%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qu%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hyun3>,
        <http://lexvo.org/id/term/yue/%E4%84%90>,
        "䄐"^^xsd:string ;
    rdfs:comment "to worship; to honor by a service or rite; to offer sacrifices, happiess; good fortune; good luck; blessing; bliss"@en .

<http://lexvo.org/id/char/4111> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%84%91>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%B3%20ku%C3%B2>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wut6>,
        <http://lexvo.org/id/term/yue/%E4%84%91>,
        "䄑"^^xsd:string ;
    rdfs:comment "(same as standard form 䄆) (non-classical form) to worship; to honor by a rite or service; to offer sacrifices, an institution, law, to perform rites in honor of gods"@en .

<http://lexvo.org/id/char/4112> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%84%92>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ni%C3%A8%20r%C4%9Bn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/naam5>,
        <http://lexvo.org/id/term/yue/%E4%84%92>,
        "䄒"^^xsd:string ;
    rdfs:comment "(same as standard form 稔) ripening of paddy or rice; a harvest, a year"@en .

<http://lexvo.org/id/char/4113> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%84%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A9ng%20hu%C3%A1ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wong4>,
        <http://lexvo.org/id/term/yue/%E4%84%93>,
        "䄓"^^xsd:string ;
    rdfs:comment "to worship, a rite; a service"@en .

<http://lexvo.org/id/char/4114> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%84%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C7%94>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/geoi2>,
        <http://lexvo.org/id/term/yue/%E4%84%94>,
        "䄔"^^xsd:string ;
    rdfs:comment "a family name"@en .

<http://lexvo.org/id/char/4115> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%84%95>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%A8%20sh%C3%A8n%20ti%C7%8En>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/se5>,
        <http://lexvo.org/id/term/yue/%E4%84%95>,
        "䄕"^^xsd:string ;
    rdfs:comment "(ancient form of 社) god of the land, an association; an organization; society; community"@en .

<http://lexvo.org/id/char/4116> a lvont:Character ;
    lvont:represents "䄖"^^xsd:string ;
    rdfs:comment "used in name of a person"@en .

<http://lexvo.org/id/char/4117> a lvont:Character ;
    lvont:represents "䄗"^^xsd:string .

<http://lexvo.org/id/char/4118> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%84%98>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%A9ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lok6%20pang4%20ping1%20teoi3%20zaai3%20zi4>,
        <http://lexvo.org/id/term/yue/%E4%84%98>,
        "䄘"^^xsd:string ;
    rdfs:comment "a rite; a service; to worship"@en .

<http://lexvo.org/id/char/4119> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%84%99>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%ADng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ming4>,
        <http://lexvo.org/id/term/yue/%E4%84%99>,
        "䄙"^^xsd:string ;
    rdfs:comment "happiness; good luck; good fortune; blessing; bliss"@en .

<http://lexvo.org/id/char/411A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%84%9A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C3%A1o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cou4%20zou1>,
        <http://lexvo.org/id/term/yue/%E4%84%9A>,
        "䄚"^^xsd:string ;
    rdfs:comment "to worship the god (of the hog; pig), blessed; bliss; divine help, to protect; to defend"@en .

<http://lexvo.org/id/char/411B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%84%9B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%B3u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/laau4>,
        <http://lexvo.org/id/term/yue/%E4%84%9B>,
        "䄛"^^xsd:string ;
    rdfs:comment "(standard form 膢) (in ancient times) service or rites of offering sacrifices for drink and food"@en .

<http://lexvo.org/id/char/411C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%84%9C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lei4>,
        <http://lexvo.org/id/term/yue/%E4%84%9C>,
        "䄜"^^xsd:string ;
    rdfs:comment "happiness and well-being; bliss; propitious; auspicious, evil spirit; a hobgoblin produced from the weird emanations of the trees and rocks on the hills, (interchangeable 魑) a mountain demon resembling a tiger"@en .

<http://lexvo.org/id/char/411D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%84%9D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C7%94n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ceon1%20ceon2>,
        <http://lexvo.org/id/term/yue/%E4%84%9D>,
        "䄝"^^xsd:string ;
    rdfs:comment "show no respect to the service of worship"@en .

<http://lexvo.org/id/char/411E> a lvont:Character ;
    lvont:represents "䄞"^^xsd:string .

<http://lexvo.org/id/char/411F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%84%9F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/cu%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ceoi3%20waan2>,
        <http://lexvo.org/id/term/yue/%E4%84%9F>,
        "䄟"^^xsd:string ;
    rdfs:comment "to worship; to offer sacrifices couple times, to thank"@en .

<http://lexvo.org/id/char/4120> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%84%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sin6>,
        <http://lexvo.org/id/term/yue/%E4%84%A0>,
        "䄠"^^xsd:string ;
    rdfs:comment "(ancient form of 禪) to sacrifice to heaven, the imperial power, as only the emperor was allowed to offer these sacrifices, to leanse; to exorcize, of Buddhism; Buddist"@en .

<http://lexvo.org/id/char/4121> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/daam1>,
        <http://lexvo.org/id/term/yue/%E4%84%A1>,
        "䄡"^^xsd:string ;
    rdfs:comment "northern minority ethnic group (in ancient times), (corrupted form of 襜) the lower front of a robe, gown, etc., clean and neat (said of appearance)"@en .

<http://lexvo.org/id/char/4122> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%84%A2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C3%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zaai1>,
        <http://lexvo.org/id/term/yue/%E4%84%A2>,
        "䄢"^^xsd:string ;
    rdfs:comment "(same as 齋) pious; respectful; chaste; pure, to abstain from meat, wine, etc., to fast, (same as 齊) equal; uniform, name of an ancient feudal state"@en .

<http://lexvo.org/id/char/4123> a lvont:Character ;
    lvont:represents "䄣"^^xsd:string .

<http://lexvo.org/id/char/4124> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%84%A4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%A0i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/laai6>,
        <http://lexvo.org/id/term/yue/%E4%84%A4>,
        "䄤"^^xsd:string ;
    rdfs:comment "to sink; to fall; decadent, to idle about; to be negligent of worship"@en .

<http://lexvo.org/id/char/4125> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%84%A5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%ADng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ling4>,
        <http://lexvo.org/id/term/yue/%E4%84%A5>,
        "䄥"^^xsd:string ;
    rdfs:comment "a god; a spirit; an immortal"@en .

<http://lexvo.org/id/char/4126> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%84%A6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C7%8Eo>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/liu5>,
        <http://lexvo.org/id/term/yue/%E4%84%A6>,
        "䄦"^^xsd:string ;
    rdfs:comment "to put forth ears and to blossom of the grains (corns and cereals)"@en .

<http://lexvo.org/id/char/4127> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%84%A7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/r%C3%A9ng%20r%C7%92ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zing4>,
        <http://lexvo.org/id/term/yue/%E4%84%A7>,
        "䄧"^^xsd:string ;
    rdfs:comment "a kind of grain"@en .

<http://lexvo.org/id/char/4128> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%84%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%BA%20y%C7%94>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zaau4%20zeoi4%20zyu1>,
        <http://lexvo.org/id/term/yue/%E4%84%A8>,
        "䄨"^^xsd:string ;
    rdfs:comment "grains producing neither flower nor fruit"@en .

<http://lexvo.org/id/char/4129> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%84%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C3%A1o%20y%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zik6>,
        <http://lexvo.org/id/term/yue/%E4%84%A9>,
        "䄩"^^xsd:string ;
    rdfs:comment "(same as 䴬) bran; chaff, grains; corns; cereals"@en .

<http://lexvo.org/id/char/412A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%84%AA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/chu%C3%B2%20di%C7%8Eo>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/diu2>,
        <http://lexvo.org/id/term/yue/%E4%84%AA>,
        "䄪"^^xsd:string ;
    rdfs:comment "hanging down of the ears of the grains, something to hang or be hanged or hung"@en .

<http://lexvo.org/id/char/412B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%84%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C7%90>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hei2>,
        <http://lexvo.org/id/term/yue/%E4%84%AB>,
        "䄫"^^xsd:string ;
    rdfs:comment "(same as 芑) a kind of sorghum with white sprouts, a kind of wild vegetable; bitter herbs"@en .

<http://lexvo.org/id/char/412C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%84%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ho1%20zyu4%20zyu4>,
        <http://lexvo.org/id/term/yue/%E4%84%AC>,
        "䄬"^^xsd:string ;
    rdfs:comment "(same as 移) to change; to shift; to move; to influence, to coney; to forward"@en .

<http://lexvo.org/id/char/412D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%84%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ni%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/nin4%20zin2>,
        <http://lexvo.org/id/term/yue/%E4%84%AD>,
        "䄭"^^xsd:string ;
    rdfs:comment "(same as 年) a year, one's age"@en .

<http://lexvo.org/id/char/412E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/fu1>,
        <http://lexvo.org/id/term/yue/%E4%84%AE>,
        "䄮"^^xsd:string ;
    rdfs:comment "dark rice plant, millet grain (in black color), (same as 稃) bran"@en .

<http://lexvo.org/id/char/412F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%84%AF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C7%8En%20xi%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gin2%20zin2>,
        <http://lexvo.org/id/term/yue/%E4%84%AF>,
        "䄯"^^xsd:string ;
    rdfs:comment "ten handle of grains (rice plant)"@en .

<http://lexvo.org/id/char/4130> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%84%B0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A1%20zh%C3%A1>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fong2%20ngaa4>,
        <http://lexvo.org/id/term/yue/%E4%84%B0>,
        "䄰"^^xsd:string ;
    rdfs:comment "forty bundles of rice plant, panicled millet, (same as 芽) sprout; shoot; bud"@en .

<http://lexvo.org/id/char/4131> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/fong1>,
        <http://lexvo.org/id/term/yue/%E4%84%B1>,
        "䄱"^^xsd:string ;
    rdfs:comment "a kind of grain"@en .

<http://lexvo.org/id/char/4132> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%84%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/chu%C3%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ceoi4>,
        <http://lexvo.org/id/term/yue/%E4%84%B2>,
        "䄲"^^xsd:string ;
    rdfs:comment "inside; within; inner; interior; domestic, heartlessness"@en .

<http://lexvo.org/id/char/4133> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/cin1%20sin1>,
        <http://lexvo.org/id/term/yue/%E4%84%B3>,
        "䄳"^^xsd:string .

<http://lexvo.org/id/char/4134> a lvont:Character ;
    lvont:represents "䄴"^^xsd:string .

<http://lexvo.org/id/char/4135> a lvont:Character ;
    lvont:represents "䄵"^^xsd:string .

<http://lexvo.org/id/char/4136> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%84%B6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/baat6%20bui6>,
        <http://lexvo.org/id/term/yue/%E4%84%B6>,
        "䄶"^^xsd:string ;
    rdfs:comment "rice plant growing the second time, the ear of grain (corn, millet etc.) growing upward"@en .

<http://lexvo.org/id/char/4137> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%84%B7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%A0n%20di%C7%8Eo%20sh%C3%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sek6>,
        <http://lexvo.org/id/term/yue/%E4%84%B7>,
        "䄷"^^xsd:string ;
    rdfs:comment "(same as 石) a measurement (in ancient times) equal to 120 catty (Chinese pound)"@en .

<http://lexvo.org/id/char/4138> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%84%B8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%B2>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/pok3>,
        <http://lexvo.org/id/term/yue/%E4%84%B8>,
        "䄸"^^xsd:string ;
    rdfs:comment "grains producing no fruit"@en .

<http://lexvo.org/id/char/4139> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%84%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ni%C3%A1n%20ti%C7%8En>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/nin4>,
        <http://lexvo.org/id/term/yue/%E4%84%B9>,
        "䄹"^^xsd:string ;
    rdfs:comment "(same as 年) a year, age, harvest"@en .

<http://lexvo.org/id/char/413A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%84%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zi6>,
        <http://lexvo.org/id/term/yue/%E4%84%BA>,
        "䄺"^^xsd:string ;
    rdfs:comment "(same as U+7A3A 稚) young and tender; small; delicate; immature, (same as U+7A0A 稊) darnels; tares, grass"@en .

<http://lexvo.org/id/char/413B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%84%BB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%A1o%20t%C3%A1o%20zh%C3%A0o>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%A1o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zau6>,
        <http://lexvo.org/id/term/yue/%E4%84%BB>,
        "䄻"^^xsd:string ;
    rdfs:comment "a second time growing of rice plant, rice plant, (dialect) sorghum; kaoliang"@en .

<http://lexvo.org/id/char/413C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%84%BC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ti%C7%8En>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tim2>,
        <http://lexvo.org/id/term/yue/%E4%84%BC>,
        "䄼"^^xsd:string ;
    rdfs:comment "name of a place in ancient times"@en .

<http://lexvo.org/id/char/413D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%84%BD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ti%C7%8En>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sin1%20tim2>,
        <http://lexvo.org/id/term/yue/%E4%84%BD>,
        "䄽"^^xsd:string ;
    rdfs:comment "(same as 秈 覹) common rice; as distinguished from the glutinous variety or glutinous rice, (corrupted form of 䄼) name of a place in ancient times"@en .

<http://lexvo.org/id/char/413E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%84%BE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/r%C3%B2u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zuk6>,
        <http://lexvo.org/id/term/yue/%E4%84%BE>,
        "䄾"^^xsd:string ;
    rdfs:comment "thick; height, black millet"@en .

<http://lexvo.org/id/char/413F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%84%BF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zaai6>,
        <http://lexvo.org/id/term/yue/%E4%84%BF>,
        "䄿"^^xsd:string ;
    rdfs:comment "a kind of rice plant"@en .

<http://lexvo.org/id/char/4140> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%85%80>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C3%A8>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lit6>,
        <http://lexvo.org/id/term/yue/%E4%85%80>,
        "䅀"^^xsd:string ;
    rdfs:comment "the stalk (stem) of grain, neat and orderly rows of rice seedling"@en .

<http://lexvo.org/id/char/4141> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C3%A0n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%85%81>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/on3>,
        <http://lexvo.org/id/term/yue/%E4%85%81>,
        "䅁"^^xsd:string ;
    rdfs:comment "to husk rice; to get the grains by oppressing the ears of the rice plant"@en .

<http://lexvo.org/id/char/4142> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%85%82>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kok3>,
        <http://lexvo.org/id/term/yue/%E4%85%82>,
        "䅂"^^xsd:string ;
    rdfs:comment "a kind of grain (looks like millet but much smaller)"@en .

<http://lexvo.org/id/char/4143> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%85%83>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C3%B3ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kung4>,
        <http://lexvo.org/id/term/yue/%E4%85%83>,
        "䅃"^^xsd:string ;
    rdfs:comment "late crop, to reap or harvest; to cut grain"@en .

<http://lexvo.org/id/char/4144> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%85%84>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lei6>,
        <http://lexvo.org/id/term/yue/%E4%85%84>,
        "䅄"^^xsd:string ;
    rdfs:comment "long grains"@en .

<http://lexvo.org/id/char/4145> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/gwai1>,
        <http://lexvo.org/id/term/yue/%E4%85%85>,
        "䅅"^^xsd:string ;
    rdfs:comment "farm tool; agricultural implements, to till; to plough; to cultivate"@en .

<http://lexvo.org/id/char/4146> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%85%86>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zi3%20zik1>,
        <http://lexvo.org/id/term/yue/%E4%85%86>,
        "䅆"^^xsd:string ;
    rdfs:comment "dense; crowded; closely, a piece of wood used to strike off grain inm a measure thus - to level; all; to adjust; overall"@en .

<http://lexvo.org/id/char/4147> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%85%87>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/suk1>,
        <http://lexvo.org/id/term/yue/%E4%85%87>,
        "䅇"^^xsd:string ;
    rdfs:comment "(ancient form of 粟) grains, millet, Indian corn"@en .

<http://lexvo.org/id/char/4148> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%85%88>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/yu%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zyun2>,
        <http://lexvo.org/id/term/yue/%E4%85%88>,
        "䅈"^^xsd:string .

<http://lexvo.org/id/char/4149> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%85%89>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A0>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/aa3%20zi2>,
        <http://lexvo.org/id/term/yue/%E4%85%89>,
        "䅉"^^xsd:string ;
    rdfs:comment "a kind of rice plant, shaking and waving of the rice plant"@en .

<http://lexvo.org/id/char/414A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%85%8A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dou3>,
        <http://lexvo.org/id/term/yue/%E4%85%8A>,
        "䅊"^^xsd:string ;
    rdfs:comment "a spacious house, (corrupted form of 秺) bundle of rice plant, name of a place"@en .

<http://lexvo.org/id/char/414B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%85%8B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C7%8En>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wan5>,
        <http://lexvo.org/id/term/yue/%E4%85%8B>,
        "䅋"^^xsd:string ;
    rdfs:comment "a kind of grain; sweet and round rice"@en .

<http://lexvo.org/id/char/414C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/gyun1%20haa1%20syun6>,
        <http://lexvo.org/id/term/yue/%E4%85%8C>,
        "䅌"^^xsd:string ;
    rdfs:comment "stalk (stem) of wheat or rice plant"@en .

<http://lexvo.org/id/char/414D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%85%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%B2ng%20t%C7%90ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ting5%20zaau3%20zim1>,
        <http://lexvo.org/id/term/yue/%E4%85%8D>,
        "䅍"^^xsd:string ;
    rdfs:comment "straight upward of the wheat and rice plant"@en .

<http://lexvo.org/id/char/414E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%85%8E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%92u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ngaa4%20zaau5>,
        <http://lexvo.org/id/term/yue/%E4%85%8E>,
        "䅎"^^xsd:string ;
    rdfs:comment "different; to distinguish"@en .

<http://lexvo.org/id/char/414F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%85%8F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%AC%20w%C3%A8i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mei5%20min5>,
        <http://lexvo.org/id/term/yue/%E4%85%8F>,
        "䅏"^^xsd:string ;
    rdfs:comment "rice boiled to gruel, congee; porridge"@en .

<http://lexvo.org/id/char/4150> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%85%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C7%8En%20qi%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gan2%20zin6>,
        <http://lexvo.org/id/term/yue/%E4%85%90>,
        "䅐"^^xsd:string ;
    rdfs:comment "a bundle, to bind; bondage, a smal bundle of, term of measurement; 10 bundle of rice plants"@en .

<http://lexvo.org/id/char/4151> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%85%91>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ru%C3%AD%20su%C3%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zeoi4>,
        <http://lexvo.org/id/term/yue/%E4%85%91>,
        "䅑"^^xsd:string ;
    rdfs:comment "four bundle of grains"@en .

<http://lexvo.org/id/char/4152> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%85%92>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A1ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mong4>,
        <http://lexvo.org/id/term/yue/%E4%85%92>,
        "䅒"^^xsd:string ;
    rdfs:comment "(interchangeable 芒) a sharp-edged grass, the awn or beard of wheat, etc."@en .

<http://lexvo.org/id/char/4153> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%85%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C7%94%20q%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/geoi2>,
        <http://lexvo.org/id/term/yue/%E4%85%93>,
        "䅓"^^xsd:string ;
    rdfs:comment "curved piece of wood, to bend; to crouch, name of a tree, name of a fruit"@en .

<http://lexvo.org/id/char/4154> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/zi1>,
        <http://lexvo.org/id/term/yue/%E4%85%94>,
        "䅔"^^xsd:string ;
    rdfs:comment "dead (withered) crops; dried grains; (same as U+43A9 䎩) to till; to plough; to cultivate"@en .

<http://lexvo.org/id/char/4155> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/geoi1>,
        <http://lexvo.org/id/term/yue/%E4%85%95>,
        "䅕"^^xsd:string ;
    rdfs:comment "a variety of millet"@en .

<http://lexvo.org/id/char/4156> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C7%8En>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%85%96>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/aam1>,
        <http://lexvo.org/id/term/yue/%E4%85%96>,
        "䅖"^^xsd:string ;
    rdfs:comment "(same as 馣) sweet-smelling, tasty; delicious, to farm; to cultivate the land, luxuriant or exuberant of growing rice, grains;; rice plants producing no fruit, to fertilize, the grains not growing; shriveled rice plants"@en .

<http://lexvo.org/id/char/4157> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%85%97>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/su%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/seoi6>,
        <http://lexvo.org/id/term/yue/%E4%85%97>,
        "䅗"^^xsd:string ;
    rdfs:comment "(same as 䅑) four bundle of grains, to accumulate; to store up grains, grains; rice plant"@en .

<http://lexvo.org/id/char/4158> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%85%98>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%A1i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/loi4>,
        <http://lexvo.org/id/term/yue/%E4%85%98>,
        "䅘"^^xsd:string ;
    rdfs:comment "wheat"@en .

<http://lexvo.org/id/char/4159> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%85%99>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%B9n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/waan6>,
        <http://lexvo.org/id/term/yue/%E4%85%99>,
        "䅙"^^xsd:string ;
    rdfs:comment "grass; herb; straw; weed, bundle of straw"@en .

<http://lexvo.org/id/char/415A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%85%9A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C7%8Eng%20qu%C7%8En%20z%C3%A9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ci1%20hyun3%20nei5%20seon3%20sit3>,
        <http://lexvo.org/id/term/yue/%E4%85%9A>,
        "䅚"^^xsd:string ;
    rdfs:comment "closely growing of the rice plants"@en .

<http://lexvo.org/id/char/415B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/coeng1>,
        <http://lexvo.org/id/term/yue/%E4%85%9B>,
        "䅛"^^xsd:string ;
    rdfs:comment "husks of rice; rice bran or chaff"@en .

<http://lexvo.org/id/char/415C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%85%9C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/du%C3%B2>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/do6>,
        <http://lexvo.org/id/term/yue/%E4%85%9C>,
        "䅜"^^xsd:string ;
    rdfs:comment "to store up grains, weeping rice plants, an ear of grain"@en .

<http://lexvo.org/id/char/415D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/hung1>,
        <http://lexvo.org/id/term/yue/%E4%85%9D>,
        "䅝"^^xsd:string ;
    rdfs:comment "the stalk of grain; straw"@en .

<http://lexvo.org/id/char/415E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%85%9E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C3%A0%20n%C3%A0i%20n%C3%A8>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/noi6>,
        <http://lexvo.org/id/term/yue/%E4%85%9E>,
        "䅞"^^xsd:string ;
    rdfs:comment "stalks of grain (rice plant)"@en .

<http://lexvo.org/id/char/415F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%85%9F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C7%8En>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sam1>,
        <http://lexvo.org/id/term/yue/%E4%85%9F>,
        "䅟"^^xsd:string ;
    rdfs:comment "(simplified form of 穇) varieties of millet; panicled millet, ear of grain producing no fruit, short grains"@en .

<http://lexvo.org/id/char/4160> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%85%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/taai4%20teon1>,
        <http://lexvo.org/id/term/yue/%E4%85%A0>,
        "䅠"^^xsd:string ;
    rdfs:comment "(same as 蕛) a kind of grass, (interchangeable 稊) darnels, tender shoot of thatch (straw; couch grass)"@en .

<http://lexvo.org/id/char/4161> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%85%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C7%94>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/seoi2>,
        <http://lexvo.org/id/term/yue/%E4%85%A1>,
        "䅡"^^xsd:string ;
    rdfs:comment "a kind of grass, grass growing in between of (among) the grains"@en .

<http://lexvo.org/id/char/4162> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%85%A2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zaau6>,
        <http://lexvo.org/id/term/yue/%E4%85%A2>,
        "䅢"^^xsd:string ;
    rdfs:comment "mature or ripen of the grains (rice; corns; cereals)"@en .

<http://lexvo.org/id/char/4163> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%85%A3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%A1ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wong4>,
        <http://lexvo.org/id/term/yue/%E4%85%A3>,
        "䅣"^^xsd:string ;
    rdfs:comment "a variety of panicled millet, a small coarse grain resembling sorghum"@en .

<http://lexvo.org/id/char/4164> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%85%A4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hei3>,
        <http://lexvo.org/id/term/yue/%E4%85%A4>,
        "䅤"^^xsd:string ;
    rdfs:comment "to plant; to sow; to cultivate"@en .

<http://lexvo.org/id/char/4165> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%85%A5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%A9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kit3>,
        <http://lexvo.org/id/term/yue/%E4%85%A5>,
        "䅥"^^xsd:string ;
    rdfs:comment "ripening crops, long grains, husks; chaff; bran (of grain)"@en .

<http://lexvo.org/id/char/4166> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%85%A6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A1o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/nau4>,
        <http://lexvo.org/id/term/yue/%E4%85%A6>,
        "䅦"^^xsd:string ;
    rdfs:comment "feeble; weak of the rice plant"@en .

<http://lexvo.org/id/char/4167> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%85%A7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zaam1%20zaam3%20zim3>,
        <http://lexvo.org/id/term/yue/%E4%85%A7>,
        "䅧"^^xsd:string ;
    rdfs:comment "fine rice seedling; growing rice in order, (same as 蔭) shade of trees; shade"@en .

<http://lexvo.org/id/char/4168> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/heoi2%20hoeng1>,
        <http://lexvo.org/id/term/yue/%E4%85%A8>,
        "䅨"^^xsd:string ;
    rdfs:comment "(same as 香) fragrant; sweet-smelling"@en .

<http://lexvo.org/id/char/4169> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%85%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C7%90>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zi2>,
        <http://lexvo.org/id/term/yue/%E4%85%A9>,
        "䅩"^^xsd:string ;
    rdfs:comment "crooked and winding of the grass ( trees (vegetation; flora), crooked branches of a tree adjoin each other (same as 歧) forked; divergent, anything that goes astray; wayward"@en .

<http://lexvo.org/id/char/416A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%85%AA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/tu%C3%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/teoi4>,
        <http://lexvo.org/id/term/yue/%E4%85%AA>,
        "䅪"^^xsd:string ;
    rdfs:comment "(a simplified form) disease of the private part, hernia, colic"@en .

<http://lexvo.org/id/char/416B> a lvont:Character ;
    lvont:represents "䅫"^^xsd:string .

<http://lexvo.org/id/char/416C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C3%A0i%20y%C7%8En%20y%C3%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%85%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ai3>,
        <http://lexvo.org/id/term/yue/%E4%85%AC>,
        "䅬"^^xsd:string ;
    rdfs:comment "small bundle of rice plant, seed, grain"@en .

<http://lexvo.org/id/char/416D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%85%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%A1ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/pong4>,
        <http://lexvo.org/id/term/yue/%E4%85%AD>,
        "䅭"^^xsd:string ;
    rdfs:comment "a variety of panicled millet, a small coarse grain resembling sorghum"@en .

<http://lexvo.org/id/char/416E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%85%AE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C3%A0ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cong3>,
        <http://lexvo.org/id/term/yue/%E4%85%AE>,
        "䅮"^^xsd:string ;
    rdfs:comment "a full head of grain; bent over by its own weight, two small pieces bract on the base of the ears of a rice plant, grass; weeds; tares"@en .

<http://lexvo.org/id/char/416F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%85%AF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%A1ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tong4>,
        <http://lexvo.org/id/term/yue/%E4%85%AF>,
        "䅯"^^xsd:string ;
    rdfs:comment "a variety of millet"@en .

<http://lexvo.org/id/char/4170> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C4%9Bn>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%85%B0>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zaan2>,
        <http://lexvo.org/id/term/yue/%E4%85%B0>,
        "䅰"^^xsd:string ;
    rdfs:comment "a kind of grass"@en .

<http://lexvo.org/id/char/4171> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%85%B1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%B9n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tong3%20waan6>,
        <http://lexvo.org/id/term/yue/%E4%85%B1>,
        "䅱"^^xsd:string ;
    rdfs:comment "to eat to the full; surfeited"@en .

<http://lexvo.org/id/char/4172> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%85%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C3%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kei4>,
        <http://lexvo.org/id/term/yue/%E4%85%B2>,
        "䅲"^^xsd:string ;
    rdfs:comment "to plant; to sow wheat"@en .

<http://lexvo.org/id/char/4173> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%85%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%BA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/co1>,
        <http://lexvo.org/id/term/yue/%E4%85%B3>,
        "䅳"^^xsd:string ;
    rdfs:comment "stalk of the panicled millet; stalk of the rice plant"@en .

<http://lexvo.org/id/char/4174> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%85%B4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/su%C7%92>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sok3>,
        <http://lexvo.org/id/term/yue/%E4%85%B4>,
        "䅴"^^xsd:string ;
    rdfs:comment "grains, rice plant, an ear of grain"@en .

<http://lexvo.org/id/char/4175> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%85%B5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zhu%C3%B3>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zoek3>,
        <http://lexvo.org/id/term/yue/%E4%85%B5>,
        "䅵"^^xsd:string ;
    rdfs:comment "chaff; bran; husks of grain, name of a place in ancient times"@en .

<http://lexvo.org/id/char/4176> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%85%B6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C3%B2u%20w%C7%94>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/naau6%20zi4>,
        <http://lexvo.org/id/term/yue/%E4%85%B6>,
        "䅶"^^xsd:string ;
    rdfs:comment "to hoe, to weed; to hoe up weeds"@en .

<http://lexvo.org/id/char/4177> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%85%B7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%BA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tou4>,
        <http://lexvo.org/id/term/yue/%E4%85%B7>,
        "䅷"^^xsd:string ;
    rdfs:comment "an ear of grain, (non-classical form of 稌) ancient term for glutinous rice, (same as 藷) a term for plants with tubers"@en .

<http://lexvo.org/id/char/4178> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%85%B8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C3%BA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/saan1%20zuk6>,
        <http://lexvo.org/id/term/yue/%E4%85%B8>,
        "䅸"^^xsd:string ;
    rdfs:comment "a grain, (same as 莘) lush growth; dense growth of the grass (trees, etc.) a marshy plant, known as asarum, a name derived from the bitterness of the root which is used in medicine"@en .

<http://lexvo.org/id/char/4179> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%85%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%B3u%20l%C7%92u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/laau5>,
        <http://lexvo.org/id/term/yue/%E4%85%B9>,
        "䅹"^^xsd:string ;
    rdfs:comment "(same as 耬) a kind of drill for sowing grain, to till lands"@en .

<http://lexvo.org/id/char/417A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%85%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/mi%C7%8Eo>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/biu1>,
        <http://lexvo.org/id/term/yue/%E4%85%BA>,
        "䅺"^^xsd:string ;
    rdfs:comment "grain in the ear; to put forth ears, (same as 秒) the beard of grain, (same as 蔈) a measuring unit of weight used in ancient times, a plant (resembling reed) much used for making brooms"@en .

<http://lexvo.org/id/char/417B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%85%BB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lei4>,
        <http://lexvo.org/id/term/yue/%E4%85%BB>,
        "䅻"^^xsd:string ;
    rdfs:comment "measurement; two bundle of grains (same as 離) bend of the ears of the variety of millet (because of the weight of the ears)"@en .

<http://lexvo.org/id/char/417C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%85%BC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/man4%20man6>,
        <http://lexvo.org/id/term/yue/%E4%85%BC>,
        "䅼"^^xsd:string ;
    rdfs:comment "a kind of grains, to plant; to sow; to cultivate"@en .

<http://lexvo.org/id/char/417D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%85%BD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C7%94>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hing1>,
        <http://lexvo.org/id/term/yue/%E4%85%BD>,
        "䅽"^^xsd:string ;
    rdfs:comment "(same as 馨) fragrance or aroma (expecially that which comes from after), (same as 榖) grains and corns; cereals"@en .

<http://lexvo.org/id/char/417E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%85%BE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C3%A9n%20qi%C3%A1n%20q%C3%ADn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sam4>,
        <http://lexvo.org/id/term/yue/%E4%85%BE>,
        "䅾"^^xsd:string ;
    rdfs:comment "starting to put forth ears, a kind of grain"@en .

<http://lexvo.org/id/char/417F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%85%BF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%A1>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/waa4>,
        <http://lexvo.org/id/term/yue/%E4%85%BF>,
        "䅿"^^xsd:string ;
    rdfs:comment "(non-classical form) luxuriant or exuberant of the grains (interchangeable 華) flowery; varuegated, splendour"@en .

<http://lexvo.org/id/char/4180> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%86%80>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C4%9Bi>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mui5>,
        <http://lexvo.org/id/term/yue/%E4%86%80>,
        "䆀"^^xsd:string ;
    rdfs:comment "(same as U+9EE3 霉 黴) to corrupt or be corrupted; to ruinor be ruined, dark sports; black specks, black"@en .

<http://lexvo.org/id/char/4181> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/gou1>,
        <http://lexvo.org/id/term/yue/%E4%86%81>,
        "䆁"^^xsd:string ;
    rdfs:comment "syrup; jelly-like sugar made from grains"@en .

<http://lexvo.org/id/char/4182> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%86%82>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C3%A1n%20qi%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lam4%20lim4>,
        <http://lexvo.org/id/term/yue/%E4%86%82>,
        "䆂"^^xsd:string ;
    rdfs:comment "a kind of grain, (same as 稴) trees producing no fruit"@en .

<http://lexvo.org/id/char/4183> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%86%83>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C7%8Eo%20d%C3%A0o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dik6%20dou6%20gou3>,
        <http://lexvo.org/id/term/yue/%E4%86%83>,
        "䆃"^^xsd:string ;
    rdfs:comment "a kind of rice plant; Excellent crop, to choose or to select hulled rice, millet; grains"@en .

<http://lexvo.org/id/char/4184> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%86%84>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sim4%20sin6%20sing6>,
        <http://lexvo.org/id/term/yue/%E4%86%84>,
        "䆄"^^xsd:string ;
    rdfs:comment "a bundle, a bundle of rice plant"@en .

<http://lexvo.org/id/char/4185> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%86%85>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C3%AD%20j%C7%90>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ci4%20zi1>,
        <http://lexvo.org/id/term/yue/%E4%86%85>,
        "䆅"^^xsd:string ;
    rdfs:comment "to accumulate or to store up rice, to purchase grain with public funds and store it against famine"@en .

<http://lexvo.org/id/char/4186> a lvont:Character ;
    lvont:represents "䆆"^^xsd:string .

<http://lexvo.org/id/char/4187> a lvont:Character ;
    lvont:represents "䆇"^^xsd:string .

<http://lexvo.org/id/char/4188> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%86%88>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zi6>,
        <http://lexvo.org/id/term/yue/%E4%86%88>,
        "䆈"^^xsd:string ;
    rdfs:comment "(non-classical form of U+7A3A 稚) young and tender; small; delicate; immature"@en .

<http://lexvo.org/id/char/4189> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%86%89>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%A0>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/baa6%20bit3%20ping3>,
        <http://lexvo.org/id/term/yue/%E4%86%89>,
        "䆉"^^xsd:string ;
    rdfs:comment "the swing of rice plant, a kind of paddy"@en .

<http://lexvo.org/id/char/418A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%86%8A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/cu%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/seoi6>,
        <http://lexvo.org/id/term/yue/%E4%86%8A>,
        "䆊"^^xsd:string ;
    rdfs:comment "unhusked glutinous rice, to sow seeds"@en .

<http://lexvo.org/id/char/418B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%86%8B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C5%AB>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cau1>,
        <http://lexvo.org/id/term/yue/%E4%86%8B>,
        "䆋"^^xsd:string ;
    rdfs:comment "(ancient form of U+79CB 秋) the autumn, the fall of the year, a season, a time"@en .

<http://lexvo.org/id/char/418C> a lvont:Character ;
    lvont:represents "䆌"^^xsd:string .

<http://lexvo.org/id/char/418D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%86%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%B3ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lung4>,
        <http://lexvo.org/id/term/yue/%E4%86%8D>,
        "䆍"^^xsd:string ;
    rdfs:comment "cutted (but have not been collected and tied up) crops"@en .

<http://lexvo.org/id/char/418E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/cim1%20lim4>,
        <http://lexvo.org/id/term/yue/%E4%86%8E>,
        "䆎"^^xsd:string ;
    rdfs:comment "grass and grains producing no fruit"@en .

<http://lexvo.org/id/char/418F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%86%8F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%A8i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/faai3%20faan5>,
        <http://lexvo.org/id/term/yue/%E4%86%8F>,
        "䆏"^^xsd:string ;
    rdfs:comment "a kind of rice plant (not glutinous and with purple colored stalk), (same as 糞) to apply fertilizers"@en .

<http://lexvo.org/id/char/4190> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%86%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/gu%C3%B3>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gwok3>,
        <http://lexvo.org/id/term/yue/%E4%86%90>,
        "䆐"^^xsd:string ;
    rdfs:comment "(ancient form of 國) a country; a nation; a kingdom; a state"@en .

<http://lexvo.org/id/char/4191> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%86%91>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%A9ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cang2%20cang4>,
        <http://lexvo.org/id/term/yue/%E4%86%91>,
        "䆑"^^xsd:string ;
    rdfs:comment "a little protruded"@en .

<http://lexvo.org/id/char/4192> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%86%92>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gau3>,
        <http://lexvo.org/id/term/yue/%E4%86%92>,
        "䆒"^^xsd:string ;
    rdfs:comment "(corrupted form of 究) to examine; to study; to investigate exhaustively"@en .

<http://lexvo.org/id/char/4193> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C3%A8%20ru%C7%8En>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%86%93>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zyun5>,
        <http://lexvo.org/id/term/yue/%E4%86%93>,
        "䆓"^^xsd:string ;
    rdfs:comment "a hole; a cave; a pit, to digthe ground and build underground living quarters, to make smooth of the leather"@en .

<http://lexvo.org/id/char/4194> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/cung1%20lung1>,
        <http://lexvo.org/id/term/yue/%E4%86%94>,
        "䆔"^^xsd:string ;
    rdfs:comment "to pierce through; to penetrate or bore through; to thread, to cross; (Cant.) hole, hollow, cavity"@en .

<http://lexvo.org/id/char/4195> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%86%95>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ju%C3%A9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kyut3>,
        <http://lexvo.org/id/term/yue/%E4%86%95>,
        "䆕"^^xsd:string ;
    rdfs:comment "to pierce through; to penetrate through; to cross, extremely; to the extreme, a hole; an opening; an aperture, with no door or window"@en .

<http://lexvo.org/id/char/4196> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%86%96>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%B3ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wang4>,
        <http://lexvo.org/id/term/yue/%E4%86%96>,
        "䆖"^^xsd:string ;
    rdfs:comment "a big house, (same as 宏) great; vast; wide; ample"@en .

<http://lexvo.org/id/char/4197> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%86%97>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%A0o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/giu3>,
        <http://lexvo.org/id/term/yue/%E4%86%97>,
        "䆗"^^xsd:string ;
    rdfs:comment "deep and dark; profound, (same as 窈) tranquio; placid; serene, soft and pleasing; plausible; exquisite; ver pleasant"@en .

<http://lexvo.org/id/char/4198> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%86%98>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/cu%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/at3%20cyun4>,
        <http://lexvo.org/id/term/yue/%E4%86%98>,
        "䆘"^^xsd:string ;
    rdfs:comment "acupuncture, narrow and protrude, (non-classical form of 拶) a torture device in old China consisting of several contractilbe wooden sticks, in between which the fingers of a suspect are placed and pressed to extort confessions"@en .

<http://lexvo.org/id/char/4199> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%86%99>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A1o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ziu4>,
        <http://lexvo.org/id/term/yue/%E4%86%99>,
        "䆙"^^xsd:string ;
    rdfs:comment "(a non-classical form) (same as standard form of 7AB0 窯) a kiln; a brick furnace; a pottery, a coal shaft, a cave -- for human dwelling"@en .

<http://lexvo.org/id/char/419A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%86%9A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%B3ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dung6%20tung4>,
        <http://lexvo.org/id/term/yue/%E4%86%9A>,
        "䆚"^^xsd:string ;
    rdfs:comment "to go through; to penetrate; passed through, (same as 洞) a cave; a hole"@en .

<http://lexvo.org/id/char/419B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%86%9B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%A1%20zh%C3%A0%20zh%C3%A9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zaa3>,
        <http://lexvo.org/id/term/yue/%E4%86%9B>,
        "䆛"^^xsd:string ;
    rdfs:comment "something in the cave"@en .

<http://lexvo.org/id/char/419C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%86%9C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%B2u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zaau6>,
        <http://lexvo.org/id/term/yue/%E4%86%9C>,
        "䆜"^^xsd:string ;
    rdfs:comment "empty; hollow, unreal, high and vast, the space"@en .

<http://lexvo.org/id/char/419D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%86%9D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/seot6>,
        <http://lexvo.org/id/term/yue/%E4%86%9D>,
        "䆝"^^xsd:string ;
    rdfs:comment "a cave; a hole, to bore through or drill a cave as a dwelling"@en .

<http://lexvo.org/id/char/419E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%86%9E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%8Eo>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/miu5>,
        <http://lexvo.org/id/term/yue/%E4%86%9E>,
        "䆞"^^xsd:string ;
    rdfs:comment "deep and dark; profound, far; vast, obscure, mysterious"@en .

<http://lexvo.org/id/char/419F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%86%9F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C3%A9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gaap3>,
        <http://lexvo.org/id/term/yue/%E4%86%9F>,
        "䆟"^^xsd:string ;
    rdfs:comment "coresponding; equivalent, considerable, appropriate, (same as 凹) indented; a hollow, concave"@en .

<http://lexvo.org/id/char/41A0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%86%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/waan6>,
        <http://lexvo.org/id/term/yue/%E4%86%A0>,
        "䆠"^^xsd:string ;
    rdfs:comment "(non-classical form of 宦) a government official; the government service, castrated"@en .

<http://lexvo.org/id/char/41A1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%86%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%A1ng%20l%C3%A0ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/long4>,
        <http://lexvo.org/id/term/yue/%E4%86%A1>,
        "䆡"^^xsd:string ;
    rdfs:comment "a cave; a hole"@en .

<http://lexvo.org/id/char/41A2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%86%A2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ju%C3%A9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kyut3>,
        <http://lexvo.org/id/term/yue/%E4%86%A2>,
        "䆢"^^xsd:string ;
    rdfs:comment "to penetrate; to pierce through, a hole; an aperture; an opening, a cave"@en .

<http://lexvo.org/id/char/41A3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%86%A3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%A9n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/san4>,
        <http://lexvo.org/id/term/yue/%E4%86%A3>,
        "䆣"^^xsd:string ;
    rdfs:comment "(same as 宸) abode of the emperor, a large mansion"@en .

<http://lexvo.org/id/char/41A4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/cyun1>,
        <http://lexvo.org/id/term/yue/%E4%86%A4>,
        "䆤"^^xsd:string ;
    rdfs:comment "(same as 穿) to pierce throughj; to penetrate or bore through; to wear, to cross"@en .

<http://lexvo.org/id/char/41A5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/cyun1>,
        <http://lexvo.org/id/term/yue/%E4%86%A5>,
        "䆥"^^xsd:string ;
    rdfs:comment "(same as 䆤) (non-classical form of 穿) to pierce throughj; to penetrate or bore through; to wear, to cross"@en .

<http://lexvo.org/id/char/41A6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%86%A6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%A8n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sam1>,
        <http://lexvo.org/id/term/yue/%E4%86%A6>,
        "䆦"^^xsd:string ;
    rdfs:comment "(a corrupted form) (same as 深) deep; profound, the chimney; stack ( on the top of a cooking stove or furnace), to bury the coffin of a dead person"@en .

<http://lexvo.org/id/char/41A7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/fo2%20wo1>,
        <http://lexvo.org/id/term/yue/%E4%86%A7>,
        "䆧"^^xsd:string ;
    rdfs:comment "(same as 窩) a cave; a den, living quarters; a house, to hide; to harbor"@en .

<http://lexvo.org/id/char/41A8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%86%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%ADng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ming4>,
        <http://lexvo.org/id/term/yue/%E4%86%A8>,
        "䆨"^^xsd:string ;
    rdfs:comment "(same as 冥) the sky; the heaven; the void, Nature; God, big; large; great, light; bright"@en .

<http://lexvo.org/id/char/41A9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%86%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%ADng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ming4>,
        <http://lexvo.org/id/term/yue/%E4%86%A9>,
        "䆩"^^xsd:string ;
    rdfs:comment "(same as 冥) dark; obscure; dim, far and high, deep; profound, the unseen world"@en .

<http://lexvo.org/id/char/41AA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/hung1%20hung3>,
        <http://lexvo.org/id/term/yue/%E4%86%AA>,
        "䆪"^^xsd:string ;
    rdfs:comment "color of the light; brilliance or gleaming"@en .

<http://lexvo.org/id/char/41AB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%86%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/chu%C4%81ng%20c%C5%8Dng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/coeng1>,
        <http://lexvo.org/id/term/yue/%E4%86%AB>,
        "䆫"^^xsd:string ;
    rdfs:comment "(same as U+7A97 窗) window"@en .

<http://lexvo.org/id/char/41AC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%86%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%94n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wan5>,
        <http://lexvo.org/id/term/yue/%E4%86%AC>,
        "䆬"^^xsd:string ;
    rdfs:comment "(a non-classical form) (same as standard form 霣) (interchangeable 隕) to fall down"@en .

<http://lexvo.org/id/char/41AD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/han6%20hin1>,
        <http://lexvo.org/id/term/yue/%E4%86%AD>,
        "䆭"^^xsd:string ;
    rdfs:comment "cave; inside of a cave"@en .

<http://lexvo.org/id/char/41AE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%86%AE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%ACn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/caam1%20caan2%20zaam3>,
        <http://lexvo.org/id/term/yue/%E4%86%AE>,
        "䆮"^^xsd:string ;
    rdfs:comment "(same as ancient form of 浸) to dip; to immerse; to soak, gradual; gradually, name of a place in today's Henan Province"@en .

<http://lexvo.org/id/char/41AF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%86%AF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/chu%C3%B2>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zyut3>,
        <http://lexvo.org/id/term/yue/%E4%86%AF>,
        "䆯"^^xsd:string ;
    rdfs:comment "a short shaped face, charming; beautiful; delicate"@en .

<http://lexvo.org/id/char/41B0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/zyu1>,
        <http://lexvo.org/id/term/yue/%E4%86%B0>,
        "䆰"^^xsd:string ;
    rdfs:comment "a cave; a tunnel; a grotto, name of a mountain"@en .

<http://lexvo.org/id/char/41B1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%86%B1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C7%8En>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dam6>,
        <http://lexvo.org/id/term/yue/%E4%86%B1>,
        "䆱"^^xsd:string ;
    rdfs:comment "big; large; thin; light, rugged; uneven, a deep cave"@en .

<http://lexvo.org/id/char/41B2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/hong1%20kwaang1>,
        <http://lexvo.org/id/term/yue/%E4%86%B2>,
        "䆲"^^xsd:string ;
    rdfs:comment "a spacious house, emptiness; (Cant.) an intensifier"@en .

<http://lexvo.org/id/char/41B3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%86%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C3%B3ng%20su%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/seoi6%20syun4>,
        <http://lexvo.org/id/term/yue/%E4%86%B3>,
        "䆳"^^xsd:string ;
    rdfs:comment "(same as non-classical form 邃) far distant; remote, the extreme; the farthest"@en .

<http://lexvo.org/id/char/41B4> a lvont:Character ;
    lvont:represents "䆴"^^xsd:string ;
    rdfs:comment "(abbreviated form)"@en .

<http://lexvo.org/id/char/41B5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%86%B5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%A9ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cang4%20zap6%20zin3%20zip6>,
        <http://lexvo.org/id/term/yue/%E4%86%B5>,
        "䆵"^^xsd:string ;
    rdfs:comment "an echo, a high and deep; large; big; specious house"@en .

<http://lexvo.org/id/char/41B6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/zaau1%20zik1>,
        <http://lexvo.org/id/term/yue/%E4%86%B6>,
        "䆶"^^xsd:string ;
    rdfs:comment "noise of a mouse in the cave"@en .

<http://lexvo.org/id/char/41B7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%86%B7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/waat6%20zyut6>,
        <http://lexvo.org/id/term/yue/%E4%86%B7>,
        "䆷"^^xsd:string ;
    rdfs:comment "a hole; an opening; a aperture; deep; far and profound"@en .

<http://lexvo.org/id/char/41B8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%86%B8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%A9ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cang4>,
        <http://lexvo.org/id/term/yue/%E4%86%B8>,
        "䆸"^^xsd:string ;
    rdfs:comment "spacious; capacious, sound (of the house), a picture (on silk) scroll"@en .

<http://lexvo.org/id/char/41B9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%86%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C7%92ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cung1>,
        <http://lexvo.org/id/term/yue/%E4%86%B9>,
        "䆹"^^xsd:string ;
    rdfs:comment "empty; hollow, dark; obscure"@en .

<http://lexvo.org/id/char/41BA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/pun1>,
        <http://lexvo.org/id/term/yue/%E4%86%BA>,
        "䆺"^^xsd:string ;
    rdfs:comment "whirling of the flowing water, (interchangeable 潘) water in which rice has been washed"@en .

<http://lexvo.org/id/char/41BB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%86%BB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C3%A0o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kiu3>,
        <http://lexvo.org/id/term/yue/%E4%86%BB>,
        "䆻"^^xsd:string ;
    rdfs:comment "(corrupted form of 竅) a hole; a cavity; (the mind's pores, the crux; key points"@en .

<http://lexvo.org/id/char/41BC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/fo1>,
        <http://lexvo.org/id/term/yue/%E4%86%BC>,
        "䆼"^^xsd:string ;
    rdfs:comment "(non-classcial form of standard form 窠) a nest; hole; a den; burrow, a dwelling for people"@en .

<http://lexvo.org/id/char/41BD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%86%BD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%B9%20q%C3%BA%20q%C3%BAn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/keoi4>,
        <http://lexvo.org/id/term/yue/%E4%86%BD>,
        "䆽"^^xsd:string ;
    rdfs:comment "a hole; an opening, a cave, empty; hollow"@en .

<http://lexvo.org/id/char/41BE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%86%BE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/laam4>,
        <http://lexvo.org/id/term/yue/%E4%86%BE>,
        "䆾"^^xsd:string ;
    rdfs:comment "big; large; thin; light, rugged; uneven, a deep cave"@en .

<http://lexvo.org/id/char/41BF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%86%BF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gaam3%20ngaai6>,
        <http://lexvo.org/id/term/yue/%E4%86%BF>,
        "䆿"^^xsd:string ;
    rdfs:comment "(same as 寱) (standard form of 囈) to talk in sleep; somniloquy"@en .

<http://lexvo.org/id/char/41C0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%87%80>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/r%C3%B3ng%20r%C7%92ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zung4>,
        <http://lexvo.org/id/term/yue/%E4%87%80>,
        "䇀"^^xsd:string ;
    rdfs:comment "(non-classical form) ornaments of fine feather or fur (for decoration)"@en .

<http://lexvo.org/id/char/41C1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/si1>,
        <http://lexvo.org/id/term/yue/%E4%87%81>,
        "䇁"^^xsd:string ;
    rdfs:comment "a cave; a hole"@en .

<http://lexvo.org/id/char/41C2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/hin1>,
        <http://lexvo.org/id/term/yue/%E4%87%82>,
        "䇂"^^xsd:string ;
    rdfs:comment "(ancient form) fault; sin"@en .

<http://lexvo.org/id/char/41C3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%87%83>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C3%AC%20xi%C3%A0o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ci5%20zi6>,
        <http://lexvo.org/id/term/yue/%E4%87%83>,
        "䇃"^^xsd:string ;
    rdfs:comment "(same as 竢) (ancient form of 俟) to wait for, until; when; as soon as"@en .

<http://lexvo.org/id/char/41C4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ng%E1%BA%A5t>,
        "䇄"^^xsd:string .

<http://lexvo.org/id/char/41C5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%87%85>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%A1>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fat6>,
        <http://lexvo.org/id/term/yue/%E4%87%85>,
        "䇅"^^xsd:string ;
    rdfs:comment "to stand still"@en .

<http://lexvo.org/id/char/41C6> a lvont:Character ;
    lvont:represents "䇆"^^xsd:string ;
    rdfs:comment "(abbreviated form) capacity unit in France (Decalitre) equal to ten times of one litre"@en .

<http://lexvo.org/id/char/41C7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%87%87>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A9ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/maang4>,
        <http://lexvo.org/id/term/yue/%E4%87%87>,
        "䇇"^^xsd:string ;
    rdfs:comment "(corrupted form of 氓) the people; the populace, rascal; vagabond"@en .

<http://lexvo.org/id/char/41C8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%87%88>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/gu%C3%AC%20hu%C3%A0>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wak6>,
        <http://lexvo.org/id/term/yue/%E4%87%88>,
        "䇈"^^xsd:string ;
    rdfs:comment "to put into a cupboard or closet; to put into the proper place; to put away, to put away for safekeeping, to collect and keep"@en .

<http://lexvo.org/id/char/41C9> a lvont:Character ;
    lvont:represents "䇉"^^xsd:string ;
    rdfs:comment "capacity unit in France (Hectolit) equal to one hundred times of one litre"@en .

<http://lexvo.org/id/char/41CA> a lvont:Character ;
    lvont:represents "䇊"^^xsd:string .

<http://lexvo.org/id/char/41CB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%87%8B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A0i%20r%C7%8En%20xi%C3%A8>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hoi6%20waai6>,
        <http://lexvo.org/id/term/yue/%E4%87%8B>,
        "䇋"^^xsd:string ;
    rdfs:comment "name of a god"@en .

<http://lexvo.org/id/char/41CC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%87%8C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C3%A0o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ciu3>,
        <http://lexvo.org/id/term/yue/%E4%87%8C>,
        "䇌"^^xsd:string ;
    rdfs:comment "to stand, to erect; to create; to start"@en .

<http://lexvo.org/id/char/41CD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%87%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/chu%C3%B2>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cuk1>,
        <http://lexvo.org/id/term/yue/%E4%87%8D>,
        "䇍"^^xsd:string ;
    rdfs:comment "to wait, (same as 齪) tidy, prudent; careful; attentive, a person's name"@en .

<http://lexvo.org/id/char/41CE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%87%8E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qu%C3%A8>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/coek3>,
        <http://lexvo.org/id/term/yue/%E4%87%8E>,
        "䇎"^^xsd:string ;
    rdfs:comment "to startle; to amaze; to surprise, afraid; scared; fearful, respectful; reverent"@en .

<http://lexvo.org/id/char/41CF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%87%8F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/du%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/deoi3>,
        <http://lexvo.org/id/term/yue/%E4%87%8F>,
        "䇏"^^xsd:string ;
    rdfs:comment "to pile one upon another, trees fruits well and the branches hanging down"@en .

<http://lexvo.org/id/char/41D0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%87%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lei6>,
        <http://lexvo.org/id/term/yue/%E4%87%90>,
        "䇐"^^xsd:string ;
    rdfs:comment "(same as 搯 蒞) to arrive, from; by; through, to manage; to undertake, to follow, thin; few, distant, idle"@en .

<http://lexvo.org/id/char/41D1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%87%91>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%A0>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/baa6>,
        <http://lexvo.org/id/term/yue/%E4%87%91>,
        "䇑"^^xsd:string ;
    rdfs:comment "a standing short person, unstable in walking"@en .

<http://lexvo.org/id/char/41D2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%87%92>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%A8%20q%C3%ADn%20xi%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gaai3>,
        <http://lexvo.org/id/term/yue/%E4%87%92>,
        "䇒"^^xsd:string ;
    rdfs:comment "(ancient form of 屆) numerary adjunct for periodic terms or events, to arrive, toexpire"@en .

<http://lexvo.org/id/char/41D3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/seoi1>,
        <http://lexvo.org/id/term/yue/%E4%87%93>,
        "䇓"^^xsd:string ;
    rdfs:comment "to wait for; to wait (same as 須) to stop at, to have to, a moment; a while, (interchangeable 需) to need; demand"@en .

<http://lexvo.org/id/char/41D4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%87%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/lu%C3%B2%20nu%C3%B2>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/leoi6%20lo6>,
        <http://lexvo.org/id/term/yue/%E4%87%94>,
        "䇔"^^xsd:string ;
    rdfs:comment "atrophy, paralysis; impotent, stand"@en .

<http://lexvo.org/id/char/41D5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/deoi3%20seoi1%20zyu3>,
        <http://lexvo.org/id/term/yue/%E4%87%95>,
        "䇕"^^xsd:string ;
    rdfs:comment "(same as 䇓) to wait for; to wait"@en .

<http://lexvo.org/id/char/41D6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%87%96>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%94n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wan5>,
        <http://lexvo.org/id/term/yue/%E4%87%96>,
        "䇖"^^xsd:string ;
    rdfs:comment "rope made of bamboo strips"@en .

<http://lexvo.org/id/char/41D7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/zung1>,
        <http://lexvo.org/id/term/yue/%E4%87%97>,
        "䇗"^^xsd:string ;
    rdfs:comment "bamboo with long joints"@en .

<http://lexvo.org/id/char/41D8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%87%98>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wu6>,
        <http://lexvo.org/id/term/yue/%E4%87%98>,
        "䇘"^^xsd:string ;
    rdfs:comment "tool to collect rope, a second name for spinning machine; spinning wheel, the tender shoots of the bamboo with a bitter flavour"@en .

<http://lexvo.org/id/char/41D9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%87%99>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%90n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zaan5>,
        <http://lexvo.org/id/term/yue/%E4%87%99>,
        "䇙"^^xsd:string ;
    rdfs:comment "name of a variety of bamboo"@en .

<http://lexvo.org/id/char/41DA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/pok3>,
        <http://lexvo.org/id/term/yue/%E4%87%9A>,
        "䇚"^^xsd:string ;
    rdfs:comment "(same as U+6534 攴) to tap; to rap, (same as U+64B2 撲) to pat; to beat; to strike; to dash; to smash"@en .

<http://lexvo.org/id/char/41DB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%87%9B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C7%90%20zh%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zi2%20zi3>,
        <http://lexvo.org/id/term/yue/%E4%87%9B>,
        "䇛"^^xsd:string ;
    rdfs:comment "name of a variety of bamboo"@en .

<http://lexvo.org/id/char/41DC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%87%9C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C7%8En>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lim5>,
        <http://lexvo.org/id/term/yue/%E4%87%9C>,
        "䇜"^^xsd:string ;
    rdfs:comment "small bamboo, a kind of bamboo"@en .

<http://lexvo.org/id/char/41DD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/zim1>,
        <http://lexvo.org/id/term/yue/%E4%87%9D>,
        "䇝"^^xsd:string ;
    rdfs:comment "(abbreviated form) (same as 㦰) to break off (relations); to sever, to exterminate; to annihilate; to wipe out, to pierce; to stable; to irritate; to hurt, to hold weapons, agricultural implements; far tools, sharp will; eager intention; determination"@en .

<http://lexvo.org/id/char/41DE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%87%9E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C7%8En>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gam1>,
        <http://lexvo.org/id/term/yue/%E4%87%9E>,
        "䇞"^^xsd:string ;
    rdfs:comment "name of a variety of bamboo; sweet bamboo, large bamboo"@en .

<http://lexvo.org/id/char/41DF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%87%9F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gin3>,
        <http://lexvo.org/id/term/yue/%E4%87%9F>,
        "䇟"^^xsd:string ;
    rdfs:comment "(same as 腱) tendon"@en .

<http://lexvo.org/id/char/41E0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%87%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%B2u%20zh%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cyu5>,
        <http://lexvo.org/id/term/yue/%E4%87%A0>,
        "䇠"^^xsd:string ;
    rdfs:comment "wrench to adjust the string on stringed instrument"@en .

<http://lexvo.org/id/char/41E1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%87%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cyu5>,
        <http://lexvo.org/id/term/yue/%E4%87%A1>,
        "䇡"^^xsd:string ;
    rdfs:comment "(same as 杼) the shuttle of a loom"@en .

<http://lexvo.org/id/char/41E2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%87%A2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C7%94>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fu2>,
        <http://lexvo.org/id/term/yue/%E4%87%A2>,
        "䇢"^^xsd:string ;
    rdfs:comment "(standard form 苦) bamboo, bitter bamboo, usually used as the material for making an umbrella's handle, (same as 罟) net"@en .

<http://lexvo.org/id/char/41E3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%87%A3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C3%A0%20n%C3%A8i%20y%C7%90>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/nip6>,
        <http://lexvo.org/id/term/yue/%E4%87%A3>,
        "䇣"^^xsd:string ;
    rdfs:comment "bamboo with white bark, (same as 籋) tongs; pincers; tweezers, weary; tired; fatigued, small box"@en .

<http://lexvo.org/id/char/41E4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%87%A4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/du%C3%AC%20ru%C3%AC%20s%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zeoi6>,
        <http://lexvo.org/id/term/yue/%E4%87%A4>,
        "䇤"^^xsd:string ;
    rdfs:comment "sharp; acute, clever, vigorous"@en .

<http://lexvo.org/id/char/41E5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%87%A5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C3%A9%20zu%C3%B3>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zaak3>,
        <http://lexvo.org/id/term/yue/%E4%87%A5>,
        "䇥"^^xsd:string ;
    rdfs:comment "(same as 笮) narrow, boards laid across rafters, an arrow bag, a kind of liquor container, to squeeze; to press, (same as 筰) rope made from bamboo-splints, (interchangeable 鑿) to bore or pierce through"@en .

<http://lexvo.org/id/char/41E6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%87%A6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%8Eng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zoeng2>,
        <http://lexvo.org/id/term/yue/%E4%87%A6>,
        "䇦"^^xsd:string ;
    rdfs:comment "a kind of bamboo, colorless bamboo, bamboo shoot"@en .

<http://lexvo.org/id/char/41E7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%87%A7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zaai3%20zaai6>,
        <http://lexvo.org/id/term/yue/%E4%87%A7>,
        "䇧"^^xsd:string ;
    rdfs:comment "to fill an opening with bamboo, (ancient form of 箕) a winnowing basket; a sieve, a dust basket; duspan"@en .

<http://lexvo.org/id/char/41E8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%87%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C3%B2ng%20xi%C3%A1ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gung3>,
        <http://lexvo.org/id/term/yue/%E4%87%A8>,
        "䇨"^^xsd:string ;
    rdfs:comment "a bamboo basket for food containers (such as cup; plate; dish and bowl, etc.) used in ancient times, a basket for chopsticks, bamboo basket used to filter or to strain out the wine, a sail made of a thin and long strip of bamboo"@en .

<http://lexvo.org/id/char/41E9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%87%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zaai6>,
        <http://lexvo.org/id/term/yue/%E4%87%A9>,
        "䇩"^^xsd:string ;
    rdfs:comment "long, a big raft, a kind of equipment made of bamboo used to catch fishes"@en .

<http://lexvo.org/id/char/41EA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/ci1>,
        <http://lexvo.org/id/term/yue/%E4%87%AA>,
        "䇪"^^xsd:string ;
    rdfs:comment "name of a variety of bamboo"@en .

<http://lexvo.org/id/char/41EB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/gei1>,
        <http://lexvo.org/id/term/yue/%E4%87%AB>,
        "䇫"^^xsd:string ;
    rdfs:comment "bamboo-splints; laths, to plait, (same as 篦) a comb; especially a fine-toothed one)"@en .

<http://lexvo.org/id/char/41EC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%87%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/chu%C7%8Eng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zi1>,
        <http://lexvo.org/id/term/yue/%E4%87%AC>,
        "䇬"^^xsd:string ;
    rdfs:comment "thin bamboo laths knitted sail, a thin and long strip of bamboo; books in ancient style, to set sail; to depart"@en .

<http://lexvo.org/id/char/41ED> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%87%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C7%8Eo>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/liu4%20lou5>,
        <http://lexvo.org/id/term/yue/%E4%87%AD>,
        "䇭"^^xsd:string ;
    rdfs:comment "containers made of thin and long strip of bamboo or willow branches"@en .

<http://lexvo.org/id/char/41EE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%87%AE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/r%C3%A8n>,
        <http://lexvo.org/id/term/vie/s%E1%BA%ADy>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zaam6>,
        <http://lexvo.org/id/term/yue/%E4%87%AE>,
        "䇮"^^xsd:string ;
    rdfs:comment "a bamboo mat used in ancient times, (interchangeable with U+88B5 衽) a sleeping mat"@en .

<http://lexvo.org/id/char/41EF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%87%AF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/r%C3%B3ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zung2%20zung4>,
        <http://lexvo.org/id/term/yue/%E4%87%AF>,
        "䇯"^^xsd:string ;
    rdfs:comment "a kind of bamboo with patterns on the head"@en .

<http://lexvo.org/id/char/41F0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/zing1>,
        <http://lexvo.org/id/term/yue/%E4%87%B0>,
        "䇰"^^xsd:string ;
    rdfs:comment "a bamboo binded torch, a kind of bamboo with patterns on the bark"@en .

<http://lexvo.org/id/char/41F1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%87%B1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C3%A0>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/nap6>,
        <http://lexvo.org/id/term/yue/%E4%87%B1>,
        "䇱"^^xsd:string ;
    rdfs:comment "(same as 笝) a hawser; a cable; a bamboo rope used to tie on a boat, to mend a bamboo fence"@en .

<http://lexvo.org/id/char/41F2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%87%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C3%A8%200540.010%3Aji%C4%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C3%A8%20ji%C4%81>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gap3%20gok3>,
        <http://lexvo.org/id/term/yue/%E4%87%B2>,
        "䇲"^^xsd:string ;
    rdfs:comment "(simplified form of 筴) tongs; tweezers; pincers, to use pressure upon; to force, a kind of grass used for divination in ancient times, (same as 策) a whip, a plan"@en .

<http://lexvo.org/id/char/41F3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/zin1>,
        <http://lexvo.org/id/term/yue/%E4%87%B3>,
        "䇳"^^xsd:string ;
    rdfs:comment "(abbreviated form of 箋) a memoradum tablet, slip of paper, fancy notepaper, a note, a document"@en .

<http://lexvo.org/id/char/41F4> a lvont:Character ;
    lvont:represents "䇴"^^xsd:string .

<http://lexvo.org/id/char/41F5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%87%B5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ngaan4%20zi4>,
        <http://lexvo.org/id/term/yue/%E4%87%B5>,
        "䇵"^^xsd:string ;
    rdfs:comment "one of the wind instruments; a bamboo flute with seven holes"@en .

<http://lexvo.org/id/char/41F6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%87%B6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ju%C3%A9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gok3>,
        <http://lexvo.org/id/term/yue/%E4%87%B6>,
        "䇶"^^xsd:string ;
    rdfs:comment "a small rafters made of bamboo which project form the eaves and support the tiles, a kind of bamboo"@en .

<http://lexvo.org/id/char/41F7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%87%B7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C7%90%20bi%C3%A9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/baat1%20bit6%20but6>,
        <http://lexvo.org/id/term/yue/%E4%87%B7>,
        "䇷"^^xsd:string ;
    rdfs:comment "in ancient times; to separated (to rip of; to cut open) the contract or agreement on slips of bamboo and give to both parties as evidence"@en .

<http://lexvo.org/id/char/41F8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%87%B8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%A9ng%20sh%C3%A8ng%20z%C3%A8ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cing4%20ting1>,
        <http://lexvo.org/id/term/yue/%E4%87%B8>,
        "䇸"^^xsd:string ;
    rdfs:comment "a bamboo mat, a kind of bamboo, bamboo ware, a seat cushion in a carriage"@en .

<http://lexvo.org/id/char/41F9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%87%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%B9n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kwaan2>,
        <http://lexvo.org/id/term/yue/%E4%87%B9>,
        "䇹"^^xsd:string ;
    rdfs:comment "(same as 箘) a kind of bamboo"@en .

<http://lexvo.org/id/char/41FA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%87%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%B3u%20d%C3%B2u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/daau2%20daau6>,
        <http://lexvo.org/id/term/yue/%E4%87%BA>,
        "䇺"^^xsd:string ;
    rdfs:comment "(same as 豆) beans and peas collectively, a vessel like a platter, made of wood, bronze, or porcelain, used for holding food in sacrifices, etc."@en .

<http://lexvo.org/id/char/41FB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%87%BB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%AC%20ku%C3%AC%20w%C4%9Bi>,
        <http://lexvo.org/id/term/vie/v%E1%BB%89>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mei5>,
        <http://lexvo.org/id/term/yue/%E4%87%BB>,
        "䇻"^^xsd:string ;
    rdfs:comment "a kind of bamboo, broom; a besom"@en .

<http://lexvo.org/id/char/41FC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%87%BC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%AC%20y%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ci3%20zaap1>,
        <http://lexvo.org/id/term/yue/%E4%87%BC>,
        "䇼"^^xsd:string ;
    rdfs:comment "a bamboo vessel used to catch fishes"@en .

<http://lexvo.org/id/char/41FD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%87%BD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zaai3>,
        <http://lexvo.org/id/term/yue/%E4%87%BD>,
        "䇽"^^xsd:string ;
    rdfs:comment "a coarse bamboo mat"@en .

<http://lexvo.org/id/char/41FE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%87%BE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zin4>,
        <http://lexvo.org/id/term/yue/%E4%87%BE>,
        "䇾"^^xsd:string ;
    rdfs:comment "a flute with 23 tubes; 4 inches long (of bamboo, etc.); a pipe; a wind instrument, (interchangeable 言) speech; words, to say, a dialect; language"@en .

<http://lexvo.org/id/char/41FF> a lvont:Character ;
    lvont:represents "䇿"^^xsd:string .

<http://lexvo.org/id/char/4200> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/saan1>,
        <http://lexvo.org/id/term/yue/%E4%88%80>,
        "䈀"^^xsd:string ;
    rdfs:comment "bamboo ware (used to hold food or clothes)"@en .

<http://lexvo.org/id/char/4201> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%88%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%BAn%20lu%C3%B2>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/leon4>,
        <http://lexvo.org/id/term/yue/%E4%88%81>,
        "䈁"^^xsd:string ;
    rdfs:comment "tools used on a boat"@en .

<http://lexvo.org/id/char/4202> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%88%82>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%ACng%20p%C3%ADng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bing3%20kiu5%20ping4>,
        <http://lexvo.org/id/term/yue/%E4%88%82>,
        "䈂"^^xsd:string ;
    rdfs:comment "a kind of bamboo"@en .

<http://lexvo.org/id/char/4203> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%88%83>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C7%8Eo>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ziu2>,
        <http://lexvo.org/id/term/yue/%E4%88%83>,
        "䈃"^^xsd:string ;
    rdfs:comment "a kind of bamboo, hem; margin; edge of bamboo"@en .

<http://lexvo.org/id/char/4204> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%88%84>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ham4>,
        <http://lexvo.org/id/term/yue/%E4%88%84>,
        "䈄"^^xsd:string ;
    rdfs:comment "(same as 筨) a kind of solid bamboo"@en .

<http://lexvo.org/id/char/4205> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%88%85>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wik6>,
        <http://lexvo.org/id/term/yue/%E4%88%85>,
        "䈅"^^xsd:string ;
    rdfs:comment "(same as 籆) tools to unreel silk"@en .

<http://lexvo.org/id/char/4206> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%88%86>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%A0i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/daai6>,
        <http://lexvo.org/id/term/yue/%E4%88%86>,
        "䈆"^^xsd:string ;
    rdfs:comment "a shallow and long shaped bamboo basket"@en .

<http://lexvo.org/id/char/4207> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%88%87>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%A0o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zaau3>,
        <http://lexvo.org/id/term/yue/%E4%88%87>,
        "䈇"^^xsd:string ;
    rdfs:comment "(same as U+7F69 罩) a cover, a shade, a basket used to catch fish"@en .

<http://lexvo.org/id/char/4208> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%88%88>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%A9i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fei4>,
        <http://lexvo.org/id/term/yue/%E4%88%88>,
        "䈈"^^xsd:string ;
    rdfs:comment "a kind of bamboo, exuberant and flourishing of bamboo, (same as 笆) a barrier made of bamboo or willow branch; bamboo fence, a mat"@en .

<http://lexvo.org/id/char/4209> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%88%89>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%A0>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/saap3>,
        <http://lexvo.org/id/term/yue/%E4%88%89>,
        "䈉"^^xsd:string ;
    rdfs:comment "(same as 箑) a fan, (same as 翣) feathers adorning a coffin, bamboo ware"@en .

<http://lexvo.org/id/char/420A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%88%8A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%ADng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/leng1%20ling4%20ling4%20liu4>,
        <http://lexvo.org/id/term/yue/%E4%88%8A>,
        "䈊"^^xsd:string ;
    rdfs:comment "name of a variety of bamboo; (Cant.) 䈊仔, a useless fellow"@en .

<http://lexvo.org/id/char/420B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%88%8B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%A0>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dap6>,
        <http://lexvo.org/id/term/yue/%E4%88%8B>,
        "䈋"^^xsd:string ;
    rdfs:comment "name of a variety of bamboo, a cover made of bamboo"@en .

<http://lexvo.org/id/char/420C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/zeoi1>,
        <http://lexvo.org/id/term/yue/%E4%88%8C>,
        "䈌"^^xsd:string ;
    rdfs:comment "name of a variety of bamboo, submerged; fertilized by water"@en .

<http://lexvo.org/id/char/420D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%88%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A1ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mang4>,
        <http://lexvo.org/id/term/yue/%E4%88%8D>,
        "䈍"^^xsd:string ;
    rdfs:comment "name of a variety of bamboo"@en .

<http://lexvo.org/id/char/420E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%88%8E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A8>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zip6>,
        <http://lexvo.org/id/term/yue/%E4%88%8E>,
        "䈎"^^xsd:string ;
    rdfs:comment "(same as 葉) a leaf; the page of a book, a leaf of a door, a lobe of the lungs or liver"@en .

<http://lexvo.org/id/char/420F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%88%8F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%A1o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bok6>,
        <http://lexvo.org/id/term/yue/%E4%88%8F>,
        "䈏"^^xsd:string ;
    rdfs:comment "name of a variety of bamboo, a woven tool"@en .

<http://lexvo.org/id/char/4210> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%88%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ku%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kui2>,
        <http://lexvo.org/id/term/yue/%E4%88%90>,
        "䈐"^^xsd:string ;
    rdfs:comment "an arched frame made of bamboo of wood board, a covering, mats woven from bamboo and other leaves top on vehicles, (same as 簂 槶) a bamboo chest; a wicker chest, a woman's headdress"@en .

<http://lexvo.org/id/char/4211> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%88%91>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/gu%C7%8E%20ju%C3%A9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gwaa2>,
        <http://lexvo.org/id/term/yue/%E4%88%91>,
        "䈑"^^xsd:string ;
    rdfs:comment "tools to unreel silk"@en .

<http://lexvo.org/id/char/4212> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%88%92>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C7%8En>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/nam5>,
        <http://lexvo.org/id/term/yue/%E4%88%92>,
        "䈒"^^xsd:string ;
    rdfs:comment "fragile; tender bamboo, (interchangeable 蹐) a kind of spring fishing-net, an equipment used to pull or drag (water plant, mud, etc.) out of the water"@en .

<http://lexvo.org/id/char/4213> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%88%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C3%A9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/got3%20haap1>,
        <http://lexvo.org/id/term/yue/%E4%88%93>,
        "䈓"^^xsd:string ;
    rdfs:comment "a kind of bamboo with a red skin; it is used for fine mats and other purposes, an ancient musical instrument which was used to give the signal to cease playing"@en .

<http://lexvo.org/id/char/4214> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/gaa1>,
        <http://lexvo.org/id/term/yue/%E4%88%94>,
        "䈔"^^xsd:string ;
    rdfs:comment "(same as 笳) whistle made of reed without holes for fingering"@en .

<http://lexvo.org/id/char/4215> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%88%95>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%AD%20shi%20t%C3%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/si4>,
        <http://lexvo.org/id/term/yue/%E4%88%95>,
        "䈕"^^xsd:string ;
    rdfs:comment "the metal tongue in the reed instruments, (interchangeable 匙) key, bamboo ware, (same as 筓) a clasp; a hair-pin with flat spoon-shaped ends, (same as 椸) a clothes-horse; a rack for clothes"@en .

<http://lexvo.org/id/char/4216> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/fo1%20fo3%20tiu3>,
        <http://lexvo.org/id/term/yue/%E4%88%96>,
        "䈖"^^xsd:string ;
    rdfs:comment "name of a variety of bamboo"@en .

<http://lexvo.org/id/char/4217> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%88%97>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/su%C7%92>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/so2>,
        <http://lexvo.org/id/term/yue/%E4%88%97>,
        "䈗"^^xsd:string ;
    rdfs:comment "name of a variety of bamboo, bamboo mats, (interchangeable 葰) a cover, a shade, a basket used to catch fishes"@en .

<http://lexvo.org/id/char/4218> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%88%98>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C3%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ci4>,
        <http://lexvo.org/id/term/yue/%E4%88%98>,
        "䈘"^^xsd:string ;
    rdfs:comment "name of a variety of bamboo"@en .

<http://lexvo.org/id/char/4219> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%88%99>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%B2u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zau6>,
        <http://lexvo.org/id/term/yue/%E4%88%99>,
        "䈙"^^xsd:string ;
    rdfs:comment "bamboo to wither; to dry up and die"@en .

<http://lexvo.org/id/char/421A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%88%9A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%A1i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/toi4>,
        <http://lexvo.org/id/term/yue/%E4%88%9A>,
        "䈚"^^xsd:string ;
    rdfs:comment "a bamboo shoot, skin (bark) of a bamboo shoot, (same as 箈 苔) moss; lichen"@en .

<http://lexvo.org/id/char/421B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%88%9B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ku%C3%A0i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/faai3>,
        <http://lexvo.org/id/term/yue/%E4%88%9B>,
        "䈛"^^xsd:string ;
    rdfs:comment "small bamboo whose joints are three feet apart, used for arrows"@en .

<http://lexvo.org/id/char/421C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%88%9C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C3%ACn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kaam4%20kim4%20saam3%20zaam1>,
        <http://lexvo.org/id/term/yue/%E4%88%9C>,
        "䈜"^^xsd:string ;
    rdfs:comment "a thread used by carpenters for marking, (interchangeable 沁) to leak; to soak through"@en .

<http://lexvo.org/id/char/421D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/seoi1%20seot1>,
        <http://lexvo.org/id/term/yue/%E4%88%9D>,
        "䈝"^^xsd:string ;
    rdfs:comment "name of a variety of bamboo, a kind of winnowing basket"@en .

<http://lexvo.org/id/char/421E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%88%9E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C7%94>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/caau4%20duk1>,
        <http://lexvo.org/id/term/yue/%E4%88%9E>,
        "䈞"^^xsd:string ;
    rdfs:comment "(same as 竺) ancient name of India, a Chinese family name, (interchangeable 篤) honest; straightforward"@en .

<http://lexvo.org/id/char/421F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%88%9F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C3%A8>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zaak1>,
        <http://lexvo.org/id/term/yue/%E4%88%9F>,
        "䈟"^^xsd:string ;
    rdfs:comment "broken sound, to cut grass"@en .

<http://lexvo.org/id/char/4220> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%88%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C7%8En>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wun6>,
        <http://lexvo.org/id/term/yue/%E4%88%A0>,
        "䈠"^^xsd:string ;
    rdfs:comment "books and volumes, letters and correspondence, to snap; to break; broken bamboo"@en .

<http://lexvo.org/id/char/4221> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/gung1>,
        <http://lexvo.org/id/term/yue/%E4%88%A1>,
        "䈡"^^xsd:string ;
    rdfs:comment "name of a variety of bamboo, (same as 檧) a small basket or a small cage"@en .

<http://lexvo.org/id/char/4222> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%88%A2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C7%8Ei>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sai2%20soi2>,
        <http://lexvo.org/id/term/yue/%E4%88%A2>,
        "䈢"^^xsd:string ;
    rdfs:comment "name of a variety of bamboo, a thin and long strip of bamboo form making basket"@en .

<http://lexvo.org/id/char/4223> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%88%A3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%A8ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zing3>,
        <http://lexvo.org/id/term/yue/%E4%88%A3>,
        "䈣"^^xsd:string ;
    rdfs:comment "name of a variety of bamboo"@en .

<http://lexvo.org/id/char/4224> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%88%A4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kim4>,
        <http://lexvo.org/id/term/yue/%E4%88%A4>,
        "䈤"^^xsd:string ;
    rdfs:comment "(same as 鉗) pincers; tweezers; tongs"@en .

<http://lexvo.org/id/char/4225> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/gan1>,
        <http://lexvo.org/id/term/yue/%E4%88%A5>,
        "䈥"^^xsd:string ;
    rdfs:comment "(non-classical form of 筋) tendons; sinews; muscles, name of a variety of bamboo"@en .

<http://lexvo.org/id/char/4226> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/zung1>,
        <http://lexvo.org/id/term/yue/%E4%88%A6>,
        "䈦"^^xsd:string ;
    rdfs:comment "a curved bamboo whip, thin branches of a tree"@en .

<http://lexvo.org/id/char/4227> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%88%A7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C4%9Bi>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/waai2>,
        <http://lexvo.org/id/term/yue/%E4%88%A7>,
        "䈧"^^xsd:string ;
    rdfs:comment "(corrupted form) skin of bamboo shoots, bark of bamboo"@en .

<http://lexvo.org/id/char/4228> a lvont:Character ;
    lvont:represents "䈨"^^xsd:string .

<http://lexvo.org/id/char/4229> a lvont:Character ;
    lvont:represents "䈩"^^xsd:string .

<http://lexvo.org/id/char/422A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%88%AA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zik1>,
        <http://lexvo.org/id/term/yue/%E4%88%AA>,
        "䈪"^^xsd:string ;
    rdfs:comment "a small, tall and no ears basket made of bamboo used to hold grains"@en .

<http://lexvo.org/id/char/422B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%88%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C3%A0>,
        <http://lexvo.org/id/term/vie/n%E1%BA%AFp>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/nap6>,
        <http://lexvo.org/id/term/yue/%E4%88%AB>,
        "䈫"^^xsd:string ;
    rdfs:comment "(same as 笝) a hawser; a cable; a bamboo rope used to tie on a boat"@en .

<http://lexvo.org/id/char/422C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%88%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%BA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/pou4>,
        <http://lexvo.org/id/term/yue/%E4%88%AC>,
        "䈬"^^xsd:string ;
    rdfs:comment "a small; thin strip (of bamboo) net"@en .

<http://lexvo.org/id/char/422D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%88%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%A1i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/saau1%20saau2>,
        <http://lexvo.org/id/term/yue/%E4%88%AD>,
        "䈭"^^xsd:string ;
    rdfs:comment "name of a variety of bamboo, bamboo with high joints"@en .

<http://lexvo.org/id/char/422E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%88%AE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C7%94%20j%C3%B9%20w%C7%8En>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/geoi3>,
        <http://lexvo.org/id/term/yue/%E4%88%AE>,
        "䈮"^^xsd:string ;
    rdfs:comment "a woven instrument; a knitting tool, name of a variety of bamboo"@en .

<http://lexvo.org/id/char/422F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/zaan1%20zaan2>,
        <http://lexvo.org/id/term/yue/%E4%88%AF>,
        "䈯"^^xsd:string ;
    rdfs:comment "name of a variety of bamboo, utensils; implements"@en .

<http://lexvo.org/id/char/4230> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/sau2>,
        <http://lexvo.org/id/term/yue/%E4%88%B0>,
        "䈰"^^xsd:string ;
    rdfs:comment "a brush for washing kitchen utensils, a bamboo ware for holding rice used in ancient times, a basket for washing rice, a small bucket for chopsticks, (same as 梢) the tip of a branch or things of similar shape, the end of something, the rudder, (interchangeable 筲)"@en .

<http://lexvo.org/id/char/4231> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/tou1>,
        <http://lexvo.org/id/term/yue/%E4%88%B1>,
        "䈱"^^xsd:string ;
    rdfs:comment "an open bamboo basket used to feed domestic animals (cow, hog, etc.)"@en .

<http://lexvo.org/id/char/4232> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%88%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bun1>,
        <http://lexvo.org/id/term/yue/%E4%88%B2>,
        "䈲"^^xsd:string ;
    rdfs:comment "a bamboo basket for fishing, name of a variety of bamboo, thin and flat slips of bamboo used for weaving purpose"@en .

<http://lexvo.org/id/char/4233> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%88%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%A0>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/daap6>,
        <http://lexvo.org/id/term/yue/%E4%88%B3>,
        "䈳"^^xsd:string ;
    rdfs:comment "a window-leaf; something made of strips of bamboo to block sunlight"@en .

<http://lexvo.org/id/char/4234> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%88%B4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C3%A0n%20zh%C7%8En>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/him3%20hip3>,
        <http://lexvo.org/id/term/yue/%E4%88%B4>,
        "䈴"^^xsd:string ;
    rdfs:comment "a cage; a basket; a noose"@en .

<http://lexvo.org/id/char/4235> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/zung1>,
        <http://lexvo.org/id/term/yue/%E4%88%B5>,
        "䈵"^^xsd:string ;
    rdfs:comment "luxuriant; exuberant of bamboo"@en .

<http://lexvo.org/id/char/4236> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%88%B6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/r%C3%B3ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zung4>,
        <http://lexvo.org/id/term/yue/%E4%88%B6>,
        "䈶"^^xsd:string ;
    rdfs:comment "an arrow; a dart, asparagus fern"@en .

<http://lexvo.org/id/char/4237> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%88%B7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/lu%C3%B2>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lok3%20lok6>,
        <http://lexvo.org/id/term/yue/%E4%88%B7>,
        "䈷"^^xsd:string ;
    rdfs:comment "(same as standard form 格) a bamboo fence"@en .

<http://lexvo.org/id/char/4238> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%88%B8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%BA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/huk6>,
        <http://lexvo.org/id/term/yue/%E4%88%B8>,
        "䈸"^^xsd:string ;
    rdfs:comment "a big chest, a big basket for holding rice"@en .

<http://lexvo.org/id/char/4239> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%88%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C7%92u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/saau2>,
        <http://lexvo.org/id/term/yue/%E4%88%B9>,
        "䈹"^^xsd:string ;
    rdfs:comment "(same as 籔) a bamboo ware for washing rice, a measuring unit used in ancient times; equal to 16 Chinese peck"@en .

<http://lexvo.org/id/char/423A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/zung1>,
        <http://lexvo.org/id/term/yue/%E4%88%BA>,
        "䈺"^^xsd:string ;
    rdfs:comment "bamboo, a chest; a box"@en .

<http://lexvo.org/id/char/423B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%88%BB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%BA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/pou4>,
        <http://lexvo.org/id/term/yue/%E4%88%BB>,
        "䈻"^^xsd:string ;
    rdfs:comment "a heavy mats of bamboo used for deep water fishing"@en .

<http://lexvo.org/id/char/423C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%88%BC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/mi%C3%A8>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mit6>,
        <http://lexvo.org/id/term/yue/%E4%88%BC>,
        "䈼"^^xsd:string ;
    rdfs:comment "(same as 篾) name of a variety of bamboo, a thin and long strip of bamboo for making baskets, etc.; thin (bamboo) laths, a kind of small bamboo with pulp"@en .

<http://lexvo.org/id/char/423D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/gan1>,
        <http://lexvo.org/id/term/yue/%E4%88%BD>,
        "䈽"^^xsd:string ;
    rdfs:comment "name of a variety of bamboo; with short joints and white bark; big ones used as pole for punting a boat and roots used as medicine"@en .

<http://lexvo.org/id/char/423E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%88%BE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/shu%C3%B2>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sau1%20se3%20sok3>,
        <http://lexvo.org/id/term/yue/%E4%88%BE>,
        "䈾"^^xsd:string ;
    rdfs:comment "(same as 稍) move a little; shake slightly, (same as 梢) the tip of a branch or things of similar shape, the end of rudder or helm, a besom for rice"@en .

<http://lexvo.org/id/char/423F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%88%BF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A0i%20m%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/maak6>,
        <http://lexvo.org/id/term/yue/%E4%88%BF>,
        "䈿"^^xsd:string ;
    rdfs:comment "belt of the canvas top on vehicles"@en .

<http://lexvo.org/id/char/4240> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%89%80>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/syu3%20syun4>,
        <http://lexvo.org/id/term/yue/%E4%89%80>,
        "䉀"^^xsd:string ;
    rdfs:comment "rectangular chest or box woven from bamboo strips (or wicker)"@en .

<http://lexvo.org/id/char/4241> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%89%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%ADng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ling4>,
        <http://lexvo.org/id/term/yue/%E4%89%81>,
        "䉁"^^xsd:string ;
    rdfs:comment "name of a variety of bamboo, bamboo ware"@en .

<http://lexvo.org/id/char/4242> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%89%82>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C4%9Bi>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/leoi5>,
        <http://lexvo.org/id/term/yue/%E4%89%82>,
        "䉂"^^xsd:string ;
    rdfs:comment "a basket for earth or soil, regulations; law, model"@en .

<http://lexvo.org/id/char/4243> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%89%83>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C7%8Eng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zoeng2>,
        <http://lexvo.org/id/term/yue/%E4%89%83>,
        "䉃"^^xsd:string ;
    rdfs:comment "sliped open bamboo with the joints used as an oar, a board made equipment with angles; children used to practice writing and taking notes in ancient times, mats, bamboo"@en .

<http://lexvo.org/id/char/4244> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%89%84>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%A9ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ling4>,
        <http://lexvo.org/id/term/yue/%E4%89%84>,
        "䉄"^^xsd:string ;
    rdfs:comment "name of a variety of bamboo"@en .

<http://lexvo.org/id/char/4245> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%89%85>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/caap1%20zi3>,
        <http://lexvo.org/id/term/yue/%E4%89%85>,
        "䉅"^^xsd:string ;
    rdfs:comment "small bamboo whose joints are three feet apart, used for arrows, name of a variety of bamboo"@en .

<http://lexvo.org/id/char/4246> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%89%86>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/di%C7%8Eo>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/diu2>,
        <http://lexvo.org/id/term/yue/%E4%89%86>,
        "䉆"^^xsd:string ;
    rdfs:comment "name of a variety of bamboo"@en .

<http://lexvo.org/id/char/4247> a lvont:Character ;
    lvont:represents "䉇"^^xsd:string .

<http://lexvo.org/id/char/4248> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%89%88>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C7%8En>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/saan2>,
        <http://lexvo.org/id/term/yue/%E4%89%88>,
        "䉈"^^xsd:string ;
    rdfs:comment "a kind of bamboo with a red skin; it is used for fine mats and other purposes"@en .

<http://lexvo.org/id/char/4249> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%89%89>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%BA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gu1%20wu4>,
        <http://lexvo.org/id/term/yue/%E4%89%89>,
        "䉉"^^xsd:string ;
    rdfs:comment "(interchangeable 觚) a writing-tablet; a square piece of wood, a corner; an angle; an edge"@en .

<http://lexvo.org/id/char/424A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%89%8A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%A0n%20f%C3%A1ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fan4%20fan6>,
        <http://lexvo.org/id/term/yue/%E4%89%8A>,
        "䉊"^^xsd:string ;
    rdfs:comment "bamboo ware, awning in front of a cart, covering the horse or mule in the shafts; canvas top on vehicles"@en .

<http://lexvo.org/id/char/424B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%89%8B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A8i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mei6>,
        <http://lexvo.org/id/term/yue/%E4%89%8B>,
        "䉋"^^xsd:string ;
    rdfs:comment "a variety of bamboo shoots that sprout in winter"@en .

<http://lexvo.org/id/char/424C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%89%8C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/su%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/seoi6>,
        <http://lexvo.org/id/term/yue/%E4%89%8C>,
        "䉌"^^xsd:string ;
    rdfs:comment "crude bamboo mats, a vessel for raising silk-worms"@en .

<http://lexvo.org/id/char/424D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%89%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C7%8En>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gaan2>,
        <http://lexvo.org/id/term/yue/%E4%89%8D>,
        "䉍"^^xsd:string ;
    rdfs:comment "(non-classical form) to observe; to watch; to examine"@en .

<http://lexvo.org/id/char/424E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%89%8E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%A1ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tong4>,
        <http://lexvo.org/id/term/yue/%E4%89%8E>,
        "䉎"^^xsd:string ;
    rdfs:comment "a cover, a shade, a basket used to catch fish"@en .

<http://lexvo.org/id/char/424F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%89%8F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A8>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/aam2%20hai6>,
        <http://lexvo.org/id/term/yue/%E4%89%8F>,
        "䉏"^^xsd:string ;
    rdfs:comment "name of a variety of bamboo"@en .

<http://lexvo.org/id/char/4250> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/fu1>,
        <http://lexvo.org/id/term/yue/%E4%89%90>,
        "䉐"^^xsd:string ;
    rdfs:comment "a thin and long strip of bamboo for making baskets, etc.; thin (bamboo) laths, name of a variety of bamboo, (corrupted form of U+7C35 簬) used for arrows"@en .

<http://lexvo.org/id/char/4251> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%89%91>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%B3%20w%C3%BA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mou4%20mou5>,
        <http://lexvo.org/id/term/yue/%E4%89%91>,
        "䉑"^^xsd:string ;
    rdfs:comment "black skinned bamboo"@en .

<http://lexvo.org/id/char/4252> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%89%92>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fan4>,
        <http://lexvo.org/id/term/yue/%E4%89%92>,
        "䉒"^^xsd:string ;
    rdfs:comment "(same as 籓) a winnow, a container for dust, (same as 藩) a bamboo fence; a barrier, a bamboo basket with handles for carrying earth or dirt, family name"@en .

<http://lexvo.org/id/char/4253> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%89%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%A9i%20lu%C3%B2>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kok3%20lok3%20lok6>,
        <http://lexvo.org/id/term/yue/%E4%89%93>,
        "䉓"^^xsd:string ;
    rdfs:comment "mattress made of bamboo strips, bed"@en .

<http://lexvo.org/id/char/4254> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/can1%20saang6>,
        <http://lexvo.org/id/term/yue/%E4%89%94>,
        "䉔"^^xsd:string ;
    rdfs:comment "bamboo slips, crude; coarse bamboo mats"@en .

<http://lexvo.org/id/char/4255> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%89%95>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C3%A9ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cang4>,
        <http://lexvo.org/id/term/yue/%E4%89%95>,
        "䉕"^^xsd:string ;
    rdfs:comment "a bamboo hat, a bamboo shade or covering, name of a variety of bamboo"@en .

<http://lexvo.org/id/char/4256> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%89%96>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%ADng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ling4>,
        <http://lexvo.org/id/term/yue/%E4%89%96>,
        "䉖"^^xsd:string ;
    rdfs:comment "(same as 笭) framework of a carriage, a door-screem; a railing in the front and on both sides of a carriage, a stand; frame; rack in a cabin of a ship, a bamboo cage; a bamboo basket with a narrow opening"@en .

<http://lexvo.org/id/char/4257> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/zaap1>,
        <http://lexvo.org/id/term/yue/%E4%89%97>,
        "䉗"^^xsd:string ;
    rdfs:comment "a receptacle or container, as a cup, ladle, spoon, etc."@en .

<http://lexvo.org/id/char/4258> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%89%98>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C3%B3ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cung4>,
        <http://lexvo.org/id/term/yue/%E4%89%98>,
        "䉘"^^xsd:string ;
    rdfs:comment "to pierce; to stab with a sharp wooden stick or a piece of bamboo slip"@en .

<http://lexvo.org/id/char/4259> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%89%99>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%BAn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wan4>,
        <http://lexvo.org/id/term/yue/%E4%89%99>,
        "䉙"^^xsd:string ;
    rdfs:comment "name of a variety of bamboo; big bamboo"@en .

<http://lexvo.org/id/char/425A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%89%9A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A9ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kaau3%20maang4%20mong4%20ngaa5>,
        <http://lexvo.org/id/term/yue/%E4%89%9A>,
        "䉚"^^xsd:string ;
    rdfs:comment "name of a variety of bamboo, a bamboo shoot, a bamboo tube"@en .

<http://lexvo.org/id/char/425B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%89%9B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zuk1>,
        <http://lexvo.org/id/term/yue/%E4%89%9B>,
        "䉛"^^xsd:string ;
    rdfs:comment "bamboo basket for washing rice, implements used to move the silkworm"@en .

<http://lexvo.org/id/char/425C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%89%9C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zi6>,
        <http://lexvo.org/id/term/yue/%E4%89%9C>,
        "䉜"^^xsd:string ;
    rdfs:comment "young and tender bamboo"@en .

<http://lexvo.org/id/char/425D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%89%9D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C7%90>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zi2>,
        <http://lexvo.org/id/term/yue/%E4%89%9D>,
        "䉝"^^xsd:string ;
    rdfs:comment "bamboo ware"@en .

<http://lexvo.org/id/char/425E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%89%9E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C7%8En>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cang4%20daam2%20daau2>,
        <http://lexvo.org/id/term/yue/%E4%89%9E>,
        "䉞"^^xsd:string ;
    rdfs:comment "a box; a chest made of bamboo; bamboo ware, name of a variety of bamboo"@en .

<http://lexvo.org/id/char/425F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%89%9F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%B2>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wok6>,
        <http://lexvo.org/id/term/yue/%E4%89%9F>,
        "䉟"^^xsd:string ;
    rdfs:comment "a bamboo basket used to catch fishes"@en .

<http://lexvo.org/id/char/4260> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%89%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C3%A9i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mei4>,
        <http://lexvo.org/id/term/yue/%E4%89%A0>,
        "䉠"^^xsd:string ;
    rdfs:comment "name of a variety of bamboo; leaves to make covering and the stems make arrows"@en .

<http://lexvo.org/id/char/4261> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%89%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tam4>,
        <http://lexvo.org/id/term/yue/%E4%89%A1>,
        "䉡"^^xsd:string ;
    rdfs:comment "name of a variety of bamboo, a towrope used to tow a boat against the current in swift stream from the bank"@en .

<http://lexvo.org/id/char/4262> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%89%A2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C3%A8>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/saap1>,
        <http://lexvo.org/id/term/yue/%E4%89%A2>,
        "䉢"^^xsd:string ;
    rdfs:comment "a sieve; a screen; a sifter; a strainer"@en .

<http://lexvo.org/id/char/4263> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%89%A3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A8>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/se3>,
        <http://lexvo.org/id/term/yue/%E4%89%A3>,
        "䉣"^^xsd:string ;
    rdfs:comment "slips of bamboo provided for writing in ancient times"@en .

<http://lexvo.org/id/char/4264> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%89%A4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C7%92u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/saau2>,
        <http://lexvo.org/id/term/yue/%E4%89%A4>,
        "䉤"^^xsd:string ;
    rdfs:comment "(a simplified form of 籔) a bamboo ware for washing rice, a measuring unit used in ancient times; equal to 16 Chinese peck"@en .

<http://lexvo.org/id/char/4265> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%89%A5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C7%92ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sung1%20zung1>,
        <http://lexvo.org/id/term/yue/%E4%89%A5>,
        "䉥"^^xsd:string ;
    rdfs:comment "(same as 檧) a small basket for chopsticks"@en .

<http://lexvo.org/id/char/4266> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/cin1>,
        <http://lexvo.org/id/term/yue/%E4%89%A6>,
        "䉦"^^xsd:string ;
    rdfs:comment "name of a variety of bamboo, a farm tool used to collect rice plants"@en .

<http://lexvo.org/id/char/4267> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%89%A7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C3%BA%20li%C7%94>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lau4>,
        <http://lexvo.org/id/term/yue/%E4%89%A7>,
        "䉧"^^xsd:string ;
    rdfs:comment "sound of bamboo, name of a variety of bamboo"@en .

<http://lexvo.org/id/char/4268> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%89%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ngaai6>,
        <http://lexvo.org/id/term/yue/%E4%89%A8>,
        "䉨"^^xsd:string ;
    rdfs:comment "bamboo joints, name of a variety of bamboo, small bamboo"@en .

<http://lexvo.org/id/char/4269> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/aau1%20aau1>,
        <http://lexvo.org/id/term/yue/%E4%89%A9>,
        "䉩"^^xsd:string ;
    rdfs:comment "a bamboo ware; a cradle"@en .

<http://lexvo.org/id/char/426A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%89%AA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%A8i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/leoi6>,
        <http://lexvo.org/id/term/yue/%E4%89%AA>,
        "䉪"^^xsd:string ;
    rdfs:comment "to grind; by turning a mill to get the chaff, bran or husks off, a mill"@en .

<http://lexvo.org/id/char/426B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%89%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lai4>,
        <http://lexvo.org/id/term/yue/%E4%89%AB>,
        "䉫"^^xsd:string ;
    rdfs:comment "name of a variety of bamboo; used as a musical instrument"@en .

<http://lexvo.org/id/char/426C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%89%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%A8i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bit1%20faai3>,
        <http://lexvo.org/id/term/yue/%E4%89%AC>,
        "䉬"^^xsd:string ;
    rdfs:comment "coarse bamboo mats"@en .

<http://lexvo.org/id/char/426D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%89%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C3%A8>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lap6%20lip6>,
        <http://lexvo.org/id/term/yue/%E4%89%AD>,
        "䉭"^^xsd:string ;
    rdfs:comment "name of a variety of bamboo, covering made of bamboo strips"@en .

<http://lexvo.org/id/char/426E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%89%AE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%ACn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/leon6%20long5%20mong4>,
        <http://lexvo.org/id/term/yue/%E4%89%AE>,
        "䉮"^^xsd:string ;
    rdfs:comment "to plant; to set up, to damage, to lose, weak"@en .

<http://lexvo.org/id/char/426F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%89%AF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gaa3%20haang1%20zim3%20zin6>,
        <http://lexvo.org/id/term/yue/%E4%89%AF>,
        "䉯"^^xsd:string ;
    rdfs:comment "dried bamboo"@en .

<http://lexvo.org/id/char/4270> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%89%B0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A1o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ngau4>,
        <http://lexvo.org/id/term/yue/%E4%89%B0>,
        "䉰"^^xsd:string ;
    rdfs:comment "bamboo shoots, (same as 筊) a rope made of bamboo strips, a kind of bamboo device used in divination"@en .

<http://lexvo.org/id/char/4271> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/aau1>,
        <http://lexvo.org/id/term/yue/%E4%89%B1>,
        "䉱"^^xsd:string ;
    rdfs:comment "a cradle"@en .

<http://lexvo.org/id/char/4272> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%89%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/bi%C3%A8%20m%C3%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/nei4>,
        <http://lexvo.org/id/term/yue/%E4%89%B2>,
        "䉲"^^xsd:string ;
    rdfs:comment "thin and flat slips of bamboo used for weaving purpose"@en .

<http://lexvo.org/id/char/4273> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%89%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C7%8En>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sin1>,
        <http://lexvo.org/id/term/yue/%E4%89%B3>,
        "䉳"^^xsd:string ;
    rdfs:comment "name of a variety of bamboo, a domicile; record of the population"@en .

<http://lexvo.org/id/char/4274> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%89%B4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/r%C3%A1ng%20r%C7%8Eng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zoeng4>,
        <http://lexvo.org/id/term/yue/%E4%89%B4>,
        "䉴"^^xsd:string ;
    rdfs:comment "a bamboo ware to collect and keep something in, a kind of bamboo ware used to dripping rice"@en .

<http://lexvo.org/id/char/4275> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%89%B5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zhu%C3%A0n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zhu%C3%A0n%201547.031%3Azu%C7%8En>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gyun6%20zan6%20zyun2>,
        <http://lexvo.org/id/term/yue/%E4%89%B5>,
        "䉵"^^xsd:string ;
    rdfs:comment "(same as 饌) to feed, to provide fortoprepare food; to ear and drink, delicacies, dainties"@en .

<http://lexvo.org/id/char/4276> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/soeng1>,
        <http://lexvo.org/id/term/yue/%E4%89%B6>,
        "䉶"^^xsd:string ;
    rdfs:comment "a sail (of a boat), a untensil made of bamboo used to filter or to strain out wine"@en .

<http://lexvo.org/id/char/4277> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%89%B7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%A0n%20j%C3%ACn%20y%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lam4%20zim4>,
        <http://lexvo.org/id/term/yue/%E4%89%B7>,
        "䉷"^^xsd:string ;
    rdfs:comment "a feather screen, a shade, imperial garden"@en .

<http://lexvo.org/id/char/4278> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%89%B8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/bi%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bin6>,
        <http://lexvo.org/id/term/yue/%E4%89%B8>,
        "䉸"^^xsd:string ;
    rdfs:comment "slips of bamboo for writing"@en .

<http://lexvo.org/id/char/4279> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%89%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%ADng%20li%C7%94>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ling4>,
        <http://lexvo.org/id/term/yue/%E4%89%B9>,
        "䉹"^^xsd:string ;
    rdfs:comment "(same as 䉁) name of a variety of bamboo, bamboo ware"@en .

<http://lexvo.org/id/char/427A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%89%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%B3ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hong2>,
        <http://lexvo.org/id/term/yue/%E4%89%BA>,
        "䉺"^^xsd:string ;
    rdfs:comment "to deteriorate and become red; old rice; decaying rice, red rice; (Cant.) the small of long-stored rice"@en .

<http://lexvo.org/id/char/427B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%89%BB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C3%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kei4>,
        <http://lexvo.org/id/term/yue/%E4%89%BB>,
        "䉻"^^xsd:string ;
    rdfs:comment "red rice, coarse rice"@en .

<http://lexvo.org/id/char/427C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%89%BC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C3%A0o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/liu6>,
        <http://lexvo.org/id/term/yue/%E4%89%BC>,
        "䉼"^^xsd:string ;
    rdfs:comment "(non-classical form of 料) materials; ingredients"@en .

<http://lexvo.org/id/char/427D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%89%BD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C7%8En>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ban2>,
        <http://lexvo.org/id/term/yue/%E4%89%BD>,
        "䉽"^^xsd:string ;
    rdfs:comment "(same as 粄) rice cake; cake made of glutinous rice"@en .

<http://lexvo.org/id/char/427E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%89%BE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bei3%20bui6%20pui3>,
        <http://lexvo.org/id/term/yue/%E4%89%BE>,
        "䉾"^^xsd:string ;
    rdfs:comment "bad; poor quality of rice"@en .

<http://lexvo.org/id/char/427F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%89%BF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%BA%20lu%C3%B2>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wu4>,
        <http://lexvo.org/id/term/yue/%E4%89%BF>,
        "䉿"^^xsd:string ;
    rdfs:comment "(same as 糊) paste; to paste, sticky; glutinous, to stick"@en .

<http://lexvo.org/id/char/4280> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%8A%80>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%BA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wu4>,
        <http://lexvo.org/id/term/yue/%E4%8A%80>,
        "䊀"^^xsd:string ;
    rdfs:comment "(same as 䉿) (same as 糊) paste; to paste, sticky; glutinous, to stick"@en .

<http://lexvo.org/id/char/4281> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/caap1%20saan1>,
        <http://lexvo.org/id/term/yue/%E4%8A%81>,
        "䊁"^^xsd:string ;
    rdfs:comment "(same as U+7C78 籸) leavings; refuse (from foodstuff, petroleum, oil, etc.; siftings, congee; rice gruel (the surface part); a kind of cooked rice"@en .

<http://lexvo.org/id/char/4282> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%8A%82>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C3%A8%20s%C3%A8>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/caak3>,
        <http://lexvo.org/id/term/yue/%E4%8A%82>,
        "䊂"^^xsd:string ;
    rdfs:comment "poor quality of rice; bad rice cakes stick to each other"@en .

<http://lexvo.org/id/char/4283> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%8A%83>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%A8i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/paau2%20pui3>,
        <http://lexvo.org/id/term/yue/%E4%8A%83>,
        "䊃"^^xsd:string ;
    rdfs:comment "mixing rice with broth, a grain of rice"@en .

<http://lexvo.org/id/char/4284> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%8A%84>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C3%B3ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kung4>,
        <http://lexvo.org/id/term/yue/%E4%8A%84>,
        "䊄"^^xsd:string ;
    rdfs:comment "polished rice"@en .

<http://lexvo.org/id/char/4285> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%8A%85>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%ADng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/maat6%20ming4>,
        <http://lexvo.org/id/term/yue/%E4%8A%85>,
        "䊅"^^xsd:string ;
    rdfs:comment "to soak rice"@en .

<http://lexvo.org/id/char/4286> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%8A%86>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%B9%20qi%C7%94>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kaau3>,
        <http://lexvo.org/id/term/yue/%E4%8A%86>,
        "䊆"^^xsd:string ;
    rdfs:comment "cooked, dry rice flour, (same as 糗) cured dried grain; parched wheat or rice"@en .

<http://lexvo.org/id/char/4287> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%8A%87>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bou6>,
        <http://lexvo.org/id/term/yue/%E4%8A%87>,
        "䊇"^^xsd:string ;
    rdfs:comment "(same as 餔) to feed; to eat, (interchangeable 晡) time for supper, sunset"@en .

<http://lexvo.org/id/char/4288> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%8A%88>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A9i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mui4>,
        <http://lexvo.org/id/term/yue/%E4%8A%88>,
        "䊈"^^xsd:string ;
    rdfs:comment "(same as 酶) distiller's grains or yeast"@en .

<http://lexvo.org/id/char/4289> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%8A%89>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C7%8En>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sam2>,
        <http://lexvo.org/id/term/yue/%E4%8A%89>,
        "䊉"^^xsd:string ;
    rdfs:comment "preserved fruit, cucumbers, gourds, etc."@en .

<http://lexvo.org/id/char/428A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%8A%8A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A8i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mei6>,
        <http://lexvo.org/id/term/yue/%E4%8A%8A>,
        "䊊"^^xsd:string ;
    rdfs:comment "well-boiled congee or rice gruel"@en .

<http://lexvo.org/id/char/428B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/zong1>,
        <http://lexvo.org/id/term/yue/%E4%8A%8B>,
        "䊋"^^xsd:string ;
    rdfs:comment "(same as 妝) to adorn oneself, to disguise, to pretent"@en .

<http://lexvo.org/id/char/428C> a lvont:Character ;
    lvont:represents "䊌"^^xsd:string .

<http://lexvo.org/id/char/428D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%8A%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ci1%20lei4>,
        <http://lexvo.org/id/term/yue/%E4%8A%8D>,
        "䊍"^^xsd:string ;
    rdfs:comment "thick congee or porridge; well-boiled congee or gruel, (same as 黎) many; numerous"@en .

<http://lexvo.org/id/char/428E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%8A%8E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qu%C7%8En>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hyun3>,
        <http://lexvo.org/id/term/yue/%E4%8A%8E>,
        "䊎"^^xsd:string ;
    rdfs:comment "powder; flour, to roll round with the hand, thick congee or porridge"@en .

<http://lexvo.org/id/char/428F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/sam2>,
        <http://lexvo.org/id/term/yue/%E4%8A%8F>,
        "䊏"^^xsd:string ;
    rdfs:comment "(non-classical form of U+7CC2 糝) mixing rice with broth, a grain of rice"@en .

<http://lexvo.org/id/char/4290> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C3%A8n%20hu%C3%A1%20hu%C3%A0n%20h%C3%BAn>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%8A%90>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wan4>,
        <http://lexvo.org/id/term/yue/%E4%8A%90>,
        "䊐"^^xsd:string ;
    rdfs:comment "(same as 餛) fluffy stuffed dumplings; stuffed dumpling with delicate flour wrapping; ravioli"@en .

<http://lexvo.org/id/char/4291> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%8A%91>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C7%8Eng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hoeng2>,
        <http://lexvo.org/id/term/yue/%E4%8A%91>,
        "䊑"^^xsd:string ;
    rdfs:comment "(same as 餉 饟) pay, provisions, etc. for military or police, to entertain with food; to feast"@en .

<http://lexvo.org/id/char/4292> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/zing1>,
        <http://lexvo.org/id/term/yue/%E4%8A%92>,
        "䊒"^^xsd:string ;
    rdfs:comment "(same as 精) refined; polished (rice); unmixed, the essence, fine and delicate, keen; sharp"@en .

<http://lexvo.org/id/char/4293> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%8A%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/si6%20zi6>,
        <http://lexvo.org/id/term/yue/%E4%8A%93>,
        "䊓"^^xsd:string ;
    rdfs:comment "to paste up; to attach to; to stickup; to glue"@en .

<http://lexvo.org/id/char/4294> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/zing1>,
        <http://lexvo.org/id/term/yue/%E4%8A%94>,
        "䊔"^^xsd:string ;
    rdfs:comment "polished rice; refined rice"@en .

<http://lexvo.org/id/char/4295> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/gin1>,
        <http://lexvo.org/id/term/yue/%E4%8A%95>,
        "䊕"^^xsd:string ;
    rdfs:comment "(same as 饘) well-boiled congee or gruel, thick, rich"@en .

<http://lexvo.org/id/char/4296> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%8A%96>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C7%8En%20n%C7%8En>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/faat1%20nam5>,
        <http://lexvo.org/id/term/yue/%E4%8A%96>,
        "䊖"^^xsd:string ;
    rdfs:comment "to eat rice-gruel mixed with meat"@en .

<http://lexvo.org/id/char/4297> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%8A%97>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%A1ng%20hu%C7%8Eng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wong4>,
        <http://lexvo.org/id/term/yue/%E4%8A%97>,
        "䊗"^^xsd:string ;
    rdfs:comment "a kind of grain; yellow color; not sticky, (same as 餭) fried puffy shredded, sugar-plums; sweetmeats"@en .

<http://lexvo.org/id/char/4298> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%8A%98>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zaau6>,
        <http://lexvo.org/id/term/yue/%E4%8A%98>,
        "䊘"^^xsd:string ;
    rdfs:comment "a grain (of rice, etc.)"@en .

<http://lexvo.org/id/char/4299> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%8A%99>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hin2%20zin4%20zin6>,
        <http://lexvo.org/id/term/yue/%E4%8A%99>,
        "䊙"^^xsd:string ;
    rdfs:comment "cooked or well-done, ripe, fine rice"@en .

<http://lexvo.org/id/char/429A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/deoi1%20zeoi1>,
        <http://lexvo.org/id/term/yue/%E4%8A%9A>,
        "䊚"^^xsd:string ;
    rdfs:comment "steamed dumplings"@en .

<http://lexvo.org/id/char/429B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%8A%9B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C7%8E>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/saat3>,
        <http://lexvo.org/id/term/yue/%E4%8A%9B>,
        "䊛"^^xsd:string ;
    rdfs:comment "shreds; splinters (of rice)"@en .

<http://lexvo.org/id/char/429C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%8A%9C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/tu%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tyun4>,
        <http://lexvo.org/id/term/yue/%E4%8A%9C>,
        "䊜"^^xsd:string ;
    rdfs:comment "(same as 糰) dumplings; doughnuts"@en .

<http://lexvo.org/id/char/429D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%8A%9D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A8>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sit3>,
        <http://lexvo.org/id/term/yue/%E4%8A%9D>,
        "䊝"^^xsd:string ;
    rdfs:comment "to exile; to banish"@en .

<http://lexvo.org/id/char/429E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%8A%9E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%A9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zaak6>,
        <http://lexvo.org/id/term/yue/%E4%8A%9E>,
        "䊞"^^xsd:string ;
    rdfs:comment "to roll round with the hand; to paste up; to attach to; to stick up; to glue, poor quality of rice"@en .

<http://lexvo.org/id/char/429F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%8A%9F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A9n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mun4>,
        <http://lexvo.org/id/term/yue/%E4%8A%9F>,
        "䊟"^^xsd:string ;
    rdfs:comment "adorned; beautified; made up; glossy, thick and sticky thing on the surface of congee; rice gruel"@en .

<http://lexvo.org/id/char/42A0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%8A%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hei3>,
        <http://lexvo.org/id/term/yue/%E4%8A%A0>,
        "䊠"^^xsd:string ;
    rdfs:comment "(same as 氣 餼) to give a supply f grain for rations, grain, a sacrificial victim, explained as used of the living beast"@en .

<http://lexvo.org/id/char/42A1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%8A%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mun4>,
        <http://lexvo.org/id/term/yue/%E4%8A%A1>,
        "䊡"^^xsd:string ;
    rdfs:comment "(same as non-classical form 饅) steamed bread; bread of any kind; steamed dumplings"@en .

<http://lexvo.org/id/char/42A2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/zoeng1>,
        <http://lexvo.org/id/term/yue/%E4%8A%A2>,
        "䊢"^^xsd:string ;
    rdfs:comment "(same as 漿) thick fluid; starch; to starch"@en .

<http://lexvo.org/id/char/42A3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%8A%A3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%A1ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wong4>,
        <http://lexvo.org/id/term/yue/%E4%8A%A3>,
        "䊣"^^xsd:string ;
    rdfs:comment "light yellow dust-like fungoid growth on wine, etc., barley, chaff or husks of wheat (non-classical form of 餭) fried puffy shredded, sugar-plums; sweetmeats"@en .

<http://lexvo.org/id/char/42A4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%8A%A4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/taam4>,
        <http://lexvo.org/id/term/yue/%E4%8A%A4>,
        "䊤"^^xsd:string ;
    rdfs:comment "vegetable mixed with thick soup (broth), congee; gruel"@en .

<http://lexvo.org/id/char/42A5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%8A%A5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A0o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/siu3>,
        <http://lexvo.org/id/term/yue/%E4%8A%A5>,
        "䊥"^^xsd:string ;
    rdfs:comment "congee; porridge; rice gruel, mashed; rotten"@en .

<http://lexvo.org/id/char/42A6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%8A%A6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A1%20y%C3%A8>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zit3>,
        <http://lexvo.org/id/term/yue/%E4%8A%A6>,
        "䊦"^^xsd:string ;
    rdfs:comment "food (some food as glutinouss rice tamale -- made by wrapping the rice in broad leaves of reeds and boiled for a few hours --usually with other ingredients, as dates, meat, oyster, beams, etc."@en .

<http://lexvo.org/id/char/42A7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%8A%A7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/baai3%20pei3>,
        <http://lexvo.org/id/term/yue/%E4%8A%A7>,
        "䊧"^^xsd:string ;
    rdfs:comment "(same as 屁) a fart; to break wind"@en .

<http://lexvo.org/id/char/42A8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%8A%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/lu%C3%B3>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lo4>,
        <http://lexvo.org/id/term/yue/%E4%8A%A8>,
        "䊨"^^xsd:string ;
    rdfs:comment "storing grains; to store up food"@en .

<http://lexvo.org/id/char/42A9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%8A%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%A1n%20f%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/faan4>,
        <http://lexvo.org/id/term/yue/%E4%8A%A9>,
        "䊩"^^xsd:string ;
    rdfs:comment "rice gravy"@en .

<http://lexvo.org/id/char/42AA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%8A%AA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lai6>,
        <http://lexvo.org/id/term/yue/%E4%8A%AA>,
        "䊪"^^xsd:string ;
    rdfs:comment "coarse rice -- unhulled, (interchangeable 糲) coarse -- of grain"@en .

<http://lexvo.org/id/char/42AB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%8A%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/cu%C7%90%20m%C3%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ceoi1>,
        <http://lexvo.org/id/term/yue/%E4%8A%AB>,
        "䊫"^^xsd:string ;
    rdfs:comment "coarse rice, red rice"@en .

<http://lexvo.org/id/char/42AC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%8A%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%A0>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/caa3>,
        <http://lexvo.org/id/term/yue/%E4%8A%AC>,
        "䊬"^^xsd:string ;
    rdfs:comment "name of a variety of grain, hollyhock; the mallow; root and flower can be used as medicine to neutralize poison; antiphretic (febrifuge)"@en .

<http://lexvo.org/id/char/42AD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%8A%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%B3u%20d%C3%A0o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dou6>,
        <http://lexvo.org/id/term/yue/%E4%8A%AD>,
        "䊭"^^xsd:string ;
    rdfs:comment "to overturn; to pour out, to respond, to examine carefully, to stick, thick congee"@en .

<http://lexvo.org/id/char/42AE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%8A%AE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%AD%20zh%C3%A9%20zh%C3%A8>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dek6>,
        <http://lexvo.org/id/term/yue/%E4%8A%AE>,
        "䊮"^^xsd:string ;
    rdfs:comment "name of a variety of grain"@en .

<http://lexvo.org/id/char/42AF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%8A%AF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ku%C3%A0ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kong4%20kwong3>,
        <http://lexvo.org/id/term/yue/%E4%8A%AF>,
        "䊯"^^xsd:string ;
    rdfs:comment "(same as standard form 穬) grains with beard (rice plant, wheat, etc.) unripe rice plant"@en .

<http://lexvo.org/id/char/42B0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%8A%B0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C7%94>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cyu5>,
        <http://lexvo.org/id/term/yue/%E4%8A%B0>,
        "䊰"^^xsd:string ;
    rdfs:comment "foodstuff; provisions; grains for human consumption"@en .

<http://lexvo.org/id/char/42B1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/cim1%20sim2%20zaam1>,
        <http://lexvo.org/id/term/yue/%E4%8A%B1>,
        "䊱"^^xsd:string ;
    rdfs:comment "cakes made of rice-flour"@en .

<http://lexvo.org/id/char/42B2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%8A%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C7%8En>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/can2>,
        <http://lexvo.org/id/term/yue/%E4%8A%B2>,
        "䊲"^^xsd:string ;
    rdfs:comment "to hull rice roughly (to make a rush pounding of the rice); coarse rice, to grind (grains, millet, etc.)"@en .

<http://lexvo.org/id/char/42B3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%8A%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mei4>,
        <http://lexvo.org/id/term/yue/%E4%8A%B3>,
        "䊳"^^xsd:string ;
    rdfs:comment "to break into pieces; to smash; completely smashed, chips; crumbs, refined; polished (rice); unmixed"@en .

<http://lexvo.org/id/char/42B4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%8A%B4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/him3>,
        <http://lexvo.org/id/term/yue/%E4%8A%B4>,
        "䊴"^^xsd:string ;
    rdfs:comment "food made of rice-flour"@en .

<http://lexvo.org/id/char/42B5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%8A%B5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C3%BA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kau4>,
        <http://lexvo.org/id/term/yue/%E4%8A%B5>,
        "䊵"^^xsd:string ;
    rdfs:comment "young and small, (same as 絿) rash and impatient"@en .

<http://lexvo.org/id/char/42B6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%8A%B6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%A8n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zaan5%20zaan6>,
        <http://lexvo.org/id/term/yue/%E4%8A%B6>,
        "䊶"^^xsd:string ;
    rdfs:comment "(same as 紖) a rope for leading cattle"@en .

<http://lexvo.org/id/char/42B7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ch%C3%A0i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zi1>,
        <http://lexvo.org/id/term/yue/%E4%8A%B7>,
        "䊷"^^xsd:string ;
    rdfs:comment "(same as 緇) black silk; a dark, drab colour, used for Buddhists, from the dark colour of their robes (same as 純) pure, honest"@en .

<http://lexvo.org/id/char/42B8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/heoi1%20zyu1>,
        <http://lexvo.org/id/term/yue/%E4%8A%B8>,
        "䊸"^^xsd:string ;
    rdfs:comment "(standard form of 紆) to twist; to distort, a cord"@en .

<http://lexvo.org/id/char/42B9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/cim1>,
        <http://lexvo.org/id/term/yue/%E4%8A%B9>,
        "䊹"^^xsd:string ;
    rdfs:comment "(a abbreviated form of 纖) small, fine, delicate"@en .

<http://lexvo.org/id/char/42BA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%8A%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C7%94%20h%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wu6>,
        <http://lexvo.org/id/term/yue/%E4%8A%BA>,
        "䊺"^^xsd:string ;
    rdfs:comment "an implement to draw or to collect ropes or cords"@en .

<http://lexvo.org/id/char/42BB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%8A%BB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%8En>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zim1>,
        <http://lexvo.org/id/term/yue/%E4%8A%BB>,
        "䊻"^^xsd:string ;
    rdfs:comment "silky, very fine thread"@en .

<http://lexvo.org/id/char/42BC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%8A%BC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C7%90>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ci2>,
        <http://lexvo.org/id/term/yue/%E4%8A%BC>,
        "䊼"^^xsd:string ;
    rdfs:comment "measuring unit; end of spoilted silk"@en .

<http://lexvo.org/id/char/42BD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%8A%BD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/gu%C3%A0i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gwaai3>,
        <http://lexvo.org/id/term/yue/%E4%8A%BD>,
        "䊽"^^xsd:string ;
    rdfs:comment "a fine thread, linen thread; silk thread; a thread; a yarn"@en .

<http://lexvo.org/id/char/42BE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%8A%BE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/muk6>,
        <http://lexvo.org/id/term/yue/%E4%8A%BE>,
        "䊾"^^xsd:string ;
    rdfs:comment "ropes; cords; cables"@en .

<http://lexvo.org/id/char/42BF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%8A%BF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%B3%20k%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fu1>,
        <http://lexvo.org/id/term/yue/%E4%8A%BF>,
        "䊿"^^xsd:string ;
    rdfs:comment "(same as 衭) the lapel or collar of a garment or robe, drawers, (dialect) trousers or pants"@en .

<http://lexvo.org/id/char/42C0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%8B%80>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ku%C3%A0>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kwaa3>,
        <http://lexvo.org/id/term/yue/%E4%8B%80>,
        "䋀"^^xsd:string ;
    rdfs:comment "shoes made of hemp or hair"@en .

<http://lexvo.org/id/char/42C1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%8B%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C4%9Bng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/au3%20gaang2>,
        <http://lexvo.org/id/term/yue/%E4%8B%81>,
        "䋁"^^xsd:string ;
    rdfs:comment "(ancient form 綆) a rope for drawing up water (from a well, stream, etc.)"@en .

<http://lexvo.org/id/char/42C2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%8B%82>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A1o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ngau4>,
        <http://lexvo.org/id/term/yue/%E4%8B%82>,
        "䋂"^^xsd:string ;
    rdfs:comment "dresses for the bride, green color, yellow color, (interchangeable 絞) a greenish yellow color"@en .

<http://lexvo.org/id/char/42C3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%8B%83>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A0o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mou6>,
        <http://lexvo.org/id/term/yue/%E4%8B%83>,
        "䋃"^^xsd:string ;
    rdfs:comment "stinging; hairy silk fabrics"@en .

<http://lexvo.org/id/char/42C4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%8B%84>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C7%8Eng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/leon4%20mong5>,
        <http://lexvo.org/id/term/yue/%E4%8B%84>,
        "䋄"^^xsd:string ;
    rdfs:comment "(same as 網) web; net; network"@en .

<http://lexvo.org/id/char/42C5> a lvont:Character ;
    lvont:represents "䋅"^^xsd:string .

<http://lexvo.org/id/char/42C6> a lvont:Character ;
    lvont:represents "䋆"^^xsd:string .

<http://lexvo.org/id/char/42C7> a lvont:Character ;
    lvont:represents "䋇"^^xsd:string .

<http://lexvo.org/id/char/42C8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%8B%88>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/r%C3%BA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zyu4>,
        <http://lexvo.org/id/term/yue/%E4%8B%88>,
        "䋈"^^xsd:string ;
    rdfs:comment "to bind loose hemp, old yarn, to stuff; to fill, waste silk or cotton and silk to be laid and attached each other; to padding; cushioning"@en .

<http://lexvo.org/id/char/42C9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%8B%89>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ju%C3%A9%20k%C4%9B%20xu%C3%A9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kyut3%20zyut6>,
        <http://lexvo.org/id/term/yue/%E4%8B%89>,
        "䋉"^^xsd:string ;
    rdfs:comment "(interchangeable 䊽) a numerary adjunct (classifier) for practically everything; a thread; a yarn, clothes for the dead, linen thread; silk thread"@en .

<http://lexvo.org/id/char/42CA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/zing1>,
        <http://lexvo.org/id/term/yue/%E4%8B%8A>,
        "䋊"^^xsd:string ;
    rdfs:comment "decorations of the emperor's carriage; ornamental items on horses"@en .

<http://lexvo.org/id/char/42CB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%8B%8B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%ADn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/man4>,
        <http://lexvo.org/id/term/yue/%E4%8B%8B>,
        "䋋"^^xsd:string ;
    rdfs:comment "(same as 罠) a kind of spring fishing net"@en .

<http://lexvo.org/id/char/42CC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%8B%8C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C7%8Eng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gin1%20kin4>,
        <http://lexvo.org/id/term/yue/%E4%8B%8C>,
        "䋌"^^xsd:string ;
    rdfs:comment "(ancient form 堅) strong; durable; solid; firm; stable, (same as 䋗) tight; firm, pressing"@en .

<http://lexvo.org/id/char/42CD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/o1>,
        <http://lexvo.org/id/term/yue/%E4%8B%8D>,
        "䋍"^^xsd:string ;
    rdfs:comment "(an abbreviated form of 䋪) fine and delicate silk, plain white sackcloth for mourning"@en .

<http://lexvo.org/id/char/42CE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%8B%8E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zan2%20zan6>,
        <http://lexvo.org/id/term/yue/%E4%8B%8E>,
        "䋎"^^xsd:string ;
    rdfs:comment "to mend (cothes, etc.), (inchangeable 綻) rippen seam; a crack; split"@en .

<http://lexvo.org/id/char/42CF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%8B%8F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zu%C3%B2>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zok6>,
        <http://lexvo.org/id/term/yue/%E4%8B%8F>,
        "䋏"^^xsd:string ;
    rdfs:comment "thick and big ropes or cords; bulky cables, spoilt silk"@en .

<http://lexvo.org/id/char/42D0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%8B%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/yu%C3%A8>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zyut6>,
        <http://lexvo.org/id/term/yue/%E4%8B%90>,
        "䋐"^^xsd:string ;
    rdfs:comment "fabric; textile with patterns used for hem decorations, decorations on carriage and horses, varicolored silk or fine cloth loose in textture"@en .

<http://lexvo.org/id/char/42D1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%8B%91>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C7%90ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bing2>,
        <http://lexvo.org/id/term/yue/%E4%8B%91>,
        "䋑"^^xsd:string ;
    rdfs:comment "to tie; to knot, to join"@en .

<http://lexvo.org/id/char/42D2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/nou6%20sit3%20syu1>,
        <http://lexvo.org/id/term/yue/%E4%8B%92>,
        "䋒"^^xsd:string ;
    rdfs:comment "(corrupted form of 紓) to relax, to free from"@en .

<http://lexvo.org/id/char/42D3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%8B%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%B2u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zau3>,
        <http://lexvo.org/id/term/yue/%E4%8B%93>,
        "䋓"^^xsd:string ;
    rdfs:comment "(abbreviated form 縐) wrinkled, to shrink, crepe, a coarse, yellowish cloth for summer wear"@en .

<http://lexvo.org/id/char/42D4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%8B%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bit1>,
        <http://lexvo.org/id/term/yue/%E4%8B%94>,
        "䋔"^^xsd:string ;
    rdfs:comment "to band together; to twist; to wring and to disperse fiber then to make thin silk, cloth, cotton-yarn or rope"@en .

<http://lexvo.org/id/char/42D5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%8B%95>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/r%C3%A8n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zaam6%20zi1>,
        <http://lexvo.org/id/term/yue/%E4%8B%95>,
        "䋕"^^xsd:string ;
    rdfs:comment "(same as U+7D4D 紝) to lay the warp; to weave"@en .

<http://lexvo.org/id/char/42D6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%8B%96>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%B9>,
        <http://lexvo.org/id/term/vie/lu%E1%BB%99t>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/leot6%20waat6>,
        <http://lexvo.org/id/term/yue/%E4%8B%96>,
        "䋖"^^xsd:string ;
    rdfs:comment "long, a gown; a long dress"@en .

<http://lexvo.org/id/char/42D7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/gin1%20zin2>,
        <http://lexvo.org/id/term/yue/%E4%8B%97>,
        "䋗"^^xsd:string ;
    rdfs:comment "(same as 䋌) (same as 堅) strong and durable, solid and firm; tight; pressing"@en .

<http://lexvo.org/id/char/42D8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%8B%98>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/chu%C3%B2%20zhu%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/teoi4%20zeoi6>,
        <http://lexvo.org/id/term/yue/%E4%8B%98>,
        "䋘"^^xsd:string ;
    rdfs:comment "(same as 縋) to hand by a rope; to let down by a rope"@en .

<http://lexvo.org/id/char/42D9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C4%9Br>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%8B%99>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ngaai6%20zi5>,
        <http://lexvo.org/id/term/yue/%E4%8B%99>,
        "䋙"^^xsd:string ;
    rdfs:comment "reins; bridle"@en .

<http://lexvo.org/id/char/42DA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%8B%9A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zik6>,
        <http://lexvo.org/id/term/yue/%E4%8B%9A>,
        "䋚"^^xsd:string ;
    rdfs:comment "(same as 翼) wings, fins, to help, to protect"@en .

<http://lexvo.org/id/char/42DB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%8B%9B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%AD%20m%C7%90>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mai5>,
        <http://lexvo.org/id/term/yue/%E4%8B%9B>,
        "䋛"^^xsd:string ;
    rdfs:comment "the clustered embroidery patterns (as tiny and fine rice)"@en .

<http://lexvo.org/id/char/42DC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%8B%9C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C3%ACng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hing3>,
        <http://lexvo.org/id/term/yue/%E4%8B%9C>,
        "䋜"^^xsd:string ;
    rdfs:comment "(same as 綮) crucial points; critical points, an embroidered banner, sheath for a lancehead"@en .

<http://lexvo.org/id/char/42DD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/zing1>,
        <http://lexvo.org/id/term/yue/%E4%8B%9D>,
        "䋝"^^xsd:string ;
    rdfs:comment "(abbreviated form of 纓) a throat-band; chin strap for holding the hat, tassel; a fringe"@en .

<http://lexvo.org/id/char/42DE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%8B%9E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C7%8Eng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/maau5%20mong4%20mong5%20mou5>,
        <http://lexvo.org/id/term/yue/%E4%8B%9E>,
        "䋞"^^xsd:string ;
    rdfs:comment "(abbreviated form of 網) web; net; network"@en .

<http://lexvo.org/id/char/42DF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%8B%9F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gei6>,
        <http://lexvo.org/id/term/yue/%E4%8B%9F>,
        "䋟"^^xsd:string ;
    rdfs:comment "the weight on a steelyard, connected stitches"@en .

<http://lexvo.org/id/char/42E0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%8B%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C7%94>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bou2>,
        <http://lexvo.org/id/term/yue/%E4%8B%A0>,
        "䋠"^^xsd:string ;
    rdfs:comment "(interchangeable 補) to repair; to mend, to add to, to make up"@en .

<http://lexvo.org/id/char/42E1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/syu1>,
        <http://lexvo.org/id/term/yue/%E4%8B%A1>,
        "䋡"^^xsd:string ;
    rdfs:comment "(same as 紓) (interchangeable 舒) to relax, to free from"@en .

<http://lexvo.org/id/char/42E2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%8B%A2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/bi%C3%A8>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bit3>,
        <http://lexvo.org/id/term/yue/%E4%8B%A2>,
        "䋢"^^xsd:string ;
    rdfs:comment "to twist ropes, a belt or string to hold the bow, to tie; to bind, the cart turning back to the left, to draw or pull (of a cart), to mourn"@en .

<http://lexvo.org/id/char/42E3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%8B%A3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%A1n%20p%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/faan4>,
        <http://lexvo.org/id/term/yue/%E4%8B%A3>,
        "䋣"^^xsd:string ;
    rdfs:comment "decorations put on the mane or horsehair, (standard form of 繁) many, troublesome, a family name"@en .

<http://lexvo.org/id/char/42E4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%8B%A4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A0o%20yu%C3%A8>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zoek6%20zoeng2>,
        <http://lexvo.org/id/term/yue/%E4%8B%A4>,
        "䋤"^^xsd:string ;
    rdfs:comment "plain white silk, to soften and whiten raw silk by boiling"@en .

<http://lexvo.org/id/char/42E5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%8B%A5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%AD>,
        <http://lexvo.org/id/term/vie/l%C6%B0%E1%BB%9Bi>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/laai6%20lei4>,
        <http://lexvo.org/id/term/yue/%E4%8B%A5>,
        "䋥"^^xsd:string ;
    rdfs:comment "lines; stripes; veins"@en .

<http://lexvo.org/id/char/42E6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%8B%A6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%A1n>,
        <http://lexvo.org/id/term/vie/m%E1%BB%91i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/faan4>,
        <http://lexvo.org/id/term/yue/%E4%8B%A6>,
        "䋦"^^xsd:string ;
    rdfs:comment "ravelled silk"@en .

<http://lexvo.org/id/char/42E7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%8B%A7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C3%BA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/keoi4>,
        <http://lexvo.org/id/term/yue/%E4%8B%A7>,
        "䋧"^^xsd:string ;
    rdfs:comment "(same as 絇) ornamennts for the frontal part of shoes"@en .

<http://lexvo.org/id/char/42E8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%8B%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C7%94>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fu2%20fu3>,
        <http://lexvo.org/id/term/yue/%E4%8B%A8>,
        "䋨"^^xsd:string ;
    rdfs:comment "to set in order the old, raw, coarse, waste silk or cotton"@en .

<http://lexvo.org/id/char/42E9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C3%A9r>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%8B%A9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zi4>,
        <http://lexvo.org/id/term/yue/%E4%8B%A9>,
        "䋩"^^xsd:string ;
    rdfs:comment "pretty and fine silk fabrics"@en .

<http://lexvo.org/id/char/42EA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/o1>,
        <http://lexvo.org/id/term/yue/%E4%8B%AA>,
        "䋪"^^xsd:string ;
    rdfs:comment "(interchangeable 䋍) fine and delicate silk, plain white sackcloth for mourning"@en .

<http://lexvo.org/id/char/42EB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/zang1>,
        <http://lexvo.org/id/term/yue/%E4%8B%AB>,
        "䋫"^^xsd:string ;
    rdfs:comment "to wind round the ropes, crooked; winding; bends; turns; curves; turns and twists, to play a sound of hasty (fast) string (of a musical instrument)"@en .

<http://lexvo.org/id/char/42EC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/zim1>,
        <http://lexvo.org/id/term/yue/%E4%8B%AC>,
        "䋬"^^xsd:string ;
    rdfs:comment "rug; carpet; blanket, woolen textiles; woolen goods; woolen stuff; woolen fabrics"@en .

<http://lexvo.org/id/char/42ED> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%8B%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%B2%20y%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zuk6%20zung2>,
        <http://lexvo.org/id/term/yue/%E4%8B%AD>,
        "䋭"^^xsd:string ;
    rdfs:comment "to weave silk fabrics with green color for longitude and white for latitude, silk fabrics from Yuyang"@en .

<http://lexvo.org/id/char/42EE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%8B%AE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%ACn%20qi%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gaam1%20kim4>,
        <http://lexvo.org/id/term/yue/%E4%8B%AE>,
        "䋮"^^xsd:string ;
    rdfs:comment "(the large seal; a type of Chinese calligraphy) (same as 紟) a sash, to tie, a kind of cloth or textiles, lapel of a Chinese dress, a single coverlet"@en .

<http://lexvo.org/id/char/42EF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%8B%AF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C7%90%20q%C3%ACng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hing3%20kaai2>,
        <http://lexvo.org/id/term/yue/%E4%8B%AF>,
        "䋯"^^xsd:string ;
    rdfs:comment "(same as 綮) crucial points; critical points, an embroidered banner, sheath for a lancehead"@en .

<http://lexvo.org/id/char/42F0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%8B%B0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%BA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/guk6>,
        <http://lexvo.org/id/term/yue/%E4%8B%B0>,
        "䋰"^^xsd:string ;
    rdfs:comment "to bind or restrain; restraint; restriction, timid and awkward, to wind around; to tangle, to connect; to join, together with"@en .

<http://lexvo.org/id/char/42F1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%8B%B1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%A1i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/loi4>,
        <http://lexvo.org/id/term/yue/%E4%8B%B1>,
        "䋱"^^xsd:string ;
    rdfs:comment "(same as 斄) a wild yak, hard and curved hair, name of a county in ancient times"@en .

<http://lexvo.org/id/char/42F2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%8B%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C4%9B%20sh%C3%A9ng%20x%C7%90ng%20zh%C3%A8>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mang5%20sing4%20zaan6>,
        <http://lexvo.org/id/term/yue/%E4%8B%B2>,
        "䋲"^^xsd:string ;
    rdfs:comment "(non-classical form of U+7E69 繩) a rope; a cord, to restrain, to rectify; to correct"@en .

<http://lexvo.org/id/char/42F3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%8B%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%A8i%20m%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bui3>,
        <http://lexvo.org/id/term/yue/%E4%8B%B3>,
        "䋳"^^xsd:string ;
    rdfs:comment "(same as 褙) cloth or paper pasted together; pasteboard; to mount (paintings or calligraphics works), short clothes"@en .

<http://lexvo.org/id/char/42F4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%8B%B4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ni%C3%B9%20r%C7%92ng%20r%C3%B3u%20r%C7%94>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zaau2>,
        <http://lexvo.org/id/term/yue/%E4%8B%B4>,
        "䋴"^^xsd:string ;
    rdfs:comment "silk fabrics with mixed colors"@en .

<http://lexvo.org/id/char/42F5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%8B%B5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zi3%20zit3>,
        <http://lexvo.org/id/term/yue/%E4%8B%B5>,
        "䋵"^^xsd:string ;
    rdfs:comment "quick, urgent, anxious, not going to succeed, poor quality of silk fabrics"@en .

<http://lexvo.org/id/char/42F6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%8B%B6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/seoi1>,
        <http://lexvo.org/id/term/yue/%E4%8B%B6>,
        "䋶"^^xsd:string ;
    rdfs:comment "to stumble; to trip the front feet of a beast, a kind of brocade from Shu"@en .

<http://lexvo.org/id/char/42F7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%8B%B7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C3%BA%20m%C3%B3u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/laau4%20maau4>,
        <http://lexvo.org/id/term/yue/%E4%8B%B7>,
        "䋷"^^xsd:string ;
    rdfs:comment "a kind of thick, loosely-woven raw silk fabric"@en .

<http://lexvo.org/id/char/42F8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%8B%B8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C3%BAn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ceon4>,
        <http://lexvo.org/id/term/yue/%E4%8B%B8>,
        "䋸"^^xsd:string ;
    rdfs:comment "back center suture of the clothes"@en .

<http://lexvo.org/id/char/42F9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%8B%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%BA%20f%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fuk1>,
        <http://lexvo.org/id/term/yue/%E4%8B%B9>,
        "䋹"^^xsd:string ;
    rdfs:comment "(same as 幅) breadth of material (cloth or paper, etc.)"@en .

<http://lexvo.org/id/char/42FA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/cau1>,
        <http://lexvo.org/id/term/yue/%E4%8B%BA>,
        "䋺"^^xsd:string ;
    rdfs:comment "(same as 鞦) a swing (same as U+97A7 緧) a crupper; traces"@en .

<http://lexvo.org/id/char/42FB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%8B%BB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C3%ADn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/nei5>,
        <http://lexvo.org/id/term/yue/%E4%8B%BB>,
        "䋻"^^xsd:string ;
    rdfs:comment "to spin and weave, equal; uniform; (same as U+7D1D 紝) to lay the warp; to weave"@en .

<http://lexvo.org/id/char/42FC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%8B%BC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C7%90ng%20y%C3%ADng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ting1>,
        <http://lexvo.org/id/term/yue/%E4%8B%BC>,
        "䋼"^^xsd:string ;
    rdfs:comment "slow; leisurely, to delay; to slacken, silk ribbons"@en .

<http://lexvo.org/id/char/42FD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%8B%BD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C4%9Bng%20p%C4%9Bng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/pung2>,
        <http://lexvo.org/id/term/yue/%E4%8B%BD>,
        "䋽"^^xsd:string ;
    rdfs:comment "hempen sandals, leather shoes (for children)"@en .

<http://lexvo.org/id/char/42FE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%8B%BE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C7%8E>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/naa5%20zap3>,
        <http://lexvo.org/id/term/yue/%E4%8B%BE>,
        "䋾"^^xsd:string ;
    rdfs:comment "cotton and silk to be laid and attached each other"@en .

<http://lexvo.org/id/char/42FF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/wui1>,
        <http://lexvo.org/id/term/yue/%E4%8B%BF>,
        "䋿"^^xsd:string ;
    rdfs:comment "a decorative knot made of colorful silk ( blue, yellow, red, white and black)"@en .

<http://lexvo.org/id/char/4300> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/fo1>,
        <http://lexvo.org/id/term/yue/%E4%8C%80>,
        "䌀"^^xsd:string ;
    rdfs:comment "to arrange; to repair silk, colored patterns (stripes; lines; streaks; veins)"@en .

<http://lexvo.org/id/char/4301> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/zaau4%20zaau6%20ziu1>,
        <http://lexvo.org/id/term/yue/%E4%8C%81>,
        "䌁"^^xsd:string ;
    rdfs:comment "a pleat; fold, a piece of string; ribbon used to tie clothes, a rope; a line; a cord"@en .

<http://lexvo.org/id/char/4302> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C3%B2u>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%8C%82>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/aau3>,
        <http://lexvo.org/id/term/yue/%E4%8C%82>,
        "䌂"^^xsd:string ;
    rdfs:comment "(same as 握) in ancient times, article for preparing the body for the coffin (something slip on the hand of the dead)"@en .

<http://lexvo.org/id/char/4303> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%8C%83>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/shu%C3%B2>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/siu1%20sok3>,
        <http://lexvo.org/id/term/yue/%E4%8C%83>,
        "䌃"^^xsd:string ;
    rdfs:comment "(same as 綃) raw silk, to seal; to close"@en .

<http://lexvo.org/id/char/4304> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%8C%84>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C4%9Bng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gang2>,
        <http://lexvo.org/id/term/yue/%E4%8C%84>,
        "䌄"^^xsd:string ;
    rdfs:comment "(standard form of 綆) a rope for drawing up water (form a well, stream, etc.)"@en .

<http://lexvo.org/id/char/4305> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%8C%85>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%A1ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tong4%20tou4>,
        <http://lexvo.org/id/term/yue/%E4%8C%85>,
        "䌅"^^xsd:string ;
    rdfs:comment "a thick ropes"@en .

<http://lexvo.org/id/char/4306> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%8C%86>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/gu%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gwaai2>,
        <http://lexvo.org/id/term/yue/%E4%8C%86>,
        "䌆"^^xsd:string ;
    rdfs:comment "silk fabrics"@en .

<http://lexvo.org/id/char/4307> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%8C%87>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%AC%20su%C7%92>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sak3%20sok3>,
        <http://lexvo.org/id/term/yue/%E4%8C%87>,
        "䌇"^^xsd:string ;
    rdfs:comment "(non-classical form of 索) a thick rope; a cable, alone, to tighten; to squeeze, to need, to demand"@en .

<http://lexvo.org/id/char/4308> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%8C%88>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C4%81>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/taap3>,
        <http://lexvo.org/id/term/yue/%E4%8C%88>,
        "䌈"^^xsd:string ;
    rdfs:comment "to get something with a lasso"@en .

<http://lexvo.org/id/char/4309> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/gong1>,
        <http://lexvo.org/id/term/yue/%E4%8C%89>,
        "䌉"^^xsd:string ;
    rdfs:comment "(non-classical form of 綱) the large of a net, main point, principle"@en .

<http://lexvo.org/id/char/430A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%8C%8A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A1o%20y%C3%B3u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ziu4>,
        <http://lexvo.org/id/term/yue/%E4%8C%8A>,
        "䌊"^^xsd:string ;
    rdfs:comment "(corrupted form of 繇) entourage; aides; attendants, cause; means, by way of, etc., forced labour; labor service"@en .

<http://lexvo.org/id/char/430B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/daap3>,
        <http://lexvo.org/id/term/yue/%E4%8C%8B>,
        "䌋"^^xsd:string ;
    rdfs:comment "a herchief hung at the waist, a tiny sack; a purse or pouch carried hanging over the girdle"@en .

<http://lexvo.org/id/char/430C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%8C%8C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C3%AC%20qi%C3%A8%20q%C7%94>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/caap1%20cip3>,
        <http://lexvo.org/id/term/yue/%E4%8C%8C>,
        "䌌"^^xsd:string ;
    rdfs:comment "lace; embroidered hem (of a garment), (same as 緁) a narrow strip of woven material (such as the hem of a straw hat)"@en .

<http://lexvo.org/id/char/430D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%8C%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A0n%20j%C7%90n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gan2>,
        <http://lexvo.org/id/term/yue/%E4%8C%8D>,
        "䌍"^^xsd:string ;
    rdfs:comment "fine woven pattern"@en .

<http://lexvo.org/id/char/430E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%8C%8E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%BC%C3%A8>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/loek6>,
        <http://lexvo.org/id/term/yue/%E4%8C%8E>,
        "䌎"^^xsd:string ;
    rdfs:comment "to baste for sewing, to connect; to sew; to stitch; to mend"@en .

<http://lexvo.org/id/char/430F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%8C%8F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%AC%20mi%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mat6>,
        <http://lexvo.org/id/term/yue/%E4%8C%8F>,
        "䌏"^^xsd:string .

<http://lexvo.org/id/char/4310> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%8C%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mik6>,
        <http://lexvo.org/id/term/yue/%E4%8C%90>,
        "䌐"^^xsd:string ;
    rdfs:comment "ropes; cords; cables"@en .

<http://lexvo.org/id/char/4311> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/gin1>,
        <http://lexvo.org/id/term/yue/%E4%8C%91>,
        "䌑"^^xsd:string ;
    rdfs:comment "(interchangeable 堅) tight; firm; fast; secure; close"@en .

<http://lexvo.org/id/char/4312> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%8C%92>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/luk6>,
        <http://lexvo.org/id/term/yue/%E4%8C%92>,
        "䌒"^^xsd:string ;
    rdfs:comment "pure; unallyed, honest; simple, purely"@en .

<http://lexvo.org/id/char/4313> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%8C%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bun1%20fan4>,
        <http://lexvo.org/id/term/yue/%E4%8C%93>,
        "䌓"^^xsd:string ;
    rdfs:comment "(corrupted form of U+7E41 繁) many; abundant, complex; intricate"@en .

<http://lexvo.org/id/char/4314> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C3%B2u>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%8C%94>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/aau3>,
        <http://lexvo.org/id/term/yue/%E4%8C%94>,
        "䌔"^^xsd:string ;
    rdfs:comment "(corrupted form of 漚) to soak, foam; bubble; froth"@en .

<http://lexvo.org/id/char/4315> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%8C%95>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%AD%20m%C3%B3>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mei4>,
        <http://lexvo.org/id/term/yue/%E4%8C%95>,
        "䌕"^^xsd:string ;
    rdfs:comment "(same as 縻) to tie; to fasten; to connect"@en .

<http://lexvo.org/id/char/4316> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%8C%96>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%A9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zit6>,
        <http://lexvo.org/id/term/yue/%E4%8C%96>,
        "䌖"^^xsd:string ;
    rdfs:comment "to gather; to assemble; to come together; to blend; to mix, disorderly; mixed, a general term for wealthy goods and textiles (in southern minority group)"@en .

<http://lexvo.org/id/char/4317> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%8C%97>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C7%94>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fu2>,
        <http://lexvo.org/id/term/yue/%E4%8C%97>,
        "䌗"^^xsd:string ;
    rdfs:comment "the left over of drawing silk (from cocoons), silk, to arrange raw, coarse, old, waste cotton or silk"@en .

<http://lexvo.org/id/char/4318> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%8C%98>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/nei4>,
        <http://lexvo.org/id/term/yue/%E4%8C%98>,
        "䌘"^^xsd:string ;
    rdfs:comment "to knit; to twist ropes, a belt to hang sword, poor qualitied silk wadding"@en .

<http://lexvo.org/id/char/4319> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%8C%99>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C7%8Eng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fong2>,
        <http://lexvo.org/id/term/yue/%E4%8C%99>,
        "䌙"^^xsd:string ;
    rdfs:comment "hank of ropes"@en .

<http://lexvo.org/id/char/431A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%8C%9A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/siu1%20suk1%20tuk1>,
        <http://lexvo.org/id/term/yue/%E4%8C%9A>,
        "䌚"^^xsd:string ;
    rdfs:comment "wrinkles; creases; folds"@en .

<http://lexvo.org/id/char/431B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%8C%9B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A1o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zaau4%20ziu4>,
        <http://lexvo.org/id/term/yue/%E4%8C%9B>,
        "䌛"^^xsd:string ;
    rdfs:comment "(same as 繇 徭 陶 謠 由 猶 悠 籀) entourage; aides; attendants, compulsory labor service, to make pottery or earthenware, happy, ballad; folk song, rumor, through; via; by way of, like; similar to, still; yet, far, sad, soft; slow, to deduce (interchangeable 搖 遙 傜)"@en .

<http://lexvo.org/id/char/431C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%8C%9C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ni%C3%A8>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/nip6>,
        <http://lexvo.org/id/term/yue/%E4%8C%9C>,
        "䌜"^^xsd:string ;
    rdfs:comment "to sew; to stitch; to suture; to mend; to patch a garment; dresses, etc.. to twist; to tie up with ropes"@en .

<http://lexvo.org/id/char/431D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%8C%9D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%ACn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gam1>,
        <http://lexvo.org/id/term/yue/%E4%8C%9D>,
        "䌝"^^xsd:string ;
    rdfs:comment "silk, a general name of silk fabrics or goods, (interchangeable 紺) reddish dark color; violet or purple"@en .

<http://lexvo.org/id/char/431E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%8C%9E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C7%8En>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lim5>,
        <http://lexvo.org/id/term/yue/%E4%8C%9E>,
        "䌞"^^xsd:string ;
    rdfs:comment "a knot to hang the apparatus made of reed for raising silkworms, a rope"@en .

<http://lexvo.org/id/char/431F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%8C%9F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/pek3>,
        <http://lexvo.org/id/term/yue/%E4%8C%9F>,
        "䌟"^^xsd:string ;
    rdfs:comment "to weave silk ribbons, (interchangeable 澼) to wash; to launder"@en .

<http://lexvo.org/id/char/4320> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%8C%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C3%ACng%20y%C7%8En%20y%C3%ACn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zim2>,
        <http://lexvo.org/id/term/yue/%E4%8C%A0>,
        "䌠"^^xsd:string ;
    rdfs:comment "hold on to one's own views, to keep the mouth shut, stingy; miserly; niggardly; parsimonious"@en .

<http://lexvo.org/id/char/4321> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%8C%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C7%90>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tai2>,
        <http://lexvo.org/id/term/yue/%E4%8C%A1>,
        "䌡"^^xsd:string ;
    rdfs:comment "to wind around; to bind; to wrap; to tangle, to boter persistently"@en .

<http://lexvo.org/id/char/4322> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%8C%A2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%ADng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ling4>,
        <http://lexvo.org/id/term/yue/%E4%8C%A2>,
        "䌢"^^xsd:string ;
    rdfs:comment "raw, coarse, old, waste cotton or silk, wooly; fluffy"@en .

<http://lexvo.org/id/char/4323> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%8C%A3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zu%C7%8En>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/waai2%20zyun2%20zyut6>,
        <http://lexvo.org/id/term/yue/%E4%8C%A3>,
        "䌣"^^xsd:string ;
    rdfs:comment "to accumulate; to store up"@en .

<http://lexvo.org/id/char/4324> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%8C%A4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C7%90>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/si1>,
        <http://lexvo.org/id/term/yue/%E4%8C%A4>,
        "䌤"^^xsd:string ;
    rdfs:comment "a kind of unrefined or unpolished silken textiles; silken goods; silken fabrics, to sew; to patch clothes (of sword)"@en .

<http://lexvo.org/id/char/4325> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%8C%A5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%90n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zaan2%20zi1>,
        <http://lexvo.org/id/term/yue/%E4%8C%A5>,
        "䌥"^^xsd:string ;
    rdfs:comment "to sew clothes; to do needle-work"@en .

<http://lexvo.org/id/char/4326> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%8C%A6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C7%8Eo>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dou6>,
        <http://lexvo.org/id/term/yue/%E4%8C%A6>,
        "䌦"^^xsd:string ;
    rdfs:comment "green color; bluish yellow"@en .

<http://lexvo.org/id/char/4327> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%8C%A7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%B3u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cau4>,
        <http://lexvo.org/id/term/yue/%E4%8C%A7>,
        "䌧"^^xsd:string ;
    rdfs:comment "(non-classical form of 紬 綢) a kind of silk fabric; thin silk goods"@en .

<http://lexvo.org/id/char/4328> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%8C%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C3%A0i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cat3>,
        <http://lexvo.org/id/term/yue/%E4%8C%A8>,
        "䌨"^^xsd:string ;
    rdfs:comment "thin silk fabrics, sound of the rubbing of clothes"@en .

<http://lexvo.org/id/char/4329> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%8C%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%AC%20mi%C3%A8>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mit6>,
        <http://lexvo.org/id/term/yue/%E4%8C%A9>,
        "䌩"^^xsd:string ;
    rdfs:comment "fine, thin stockings or socks"@en .

<http://lexvo.org/id/char/432A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%8C%AA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zim4%20zim5>,
        <http://lexvo.org/id/term/yue/%E4%8C%AA>,
        "䌪"^^xsd:string ;
    rdfs:comment "to continue; to extend; to review"@en .

<http://lexvo.org/id/char/432B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%8C%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C7%8En>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/laam6%20leoi6%20lip6>,
        <http://lexvo.org/id/term/yue/%E4%8C%AB>,
        "䌫"^^xsd:string ;
    rdfs:comment "(non-classical form of U+7E9C 纜) a hawser, a cable, a rope"@en .

<http://lexvo.org/id/char/432C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%8C%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%B3ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cung4>,
        <http://lexvo.org/id/term/yue/%E4%8C%AC>,
        "䌬"^^xsd:string ;
    rdfs:comment "straight; right; just, straight-forward, uninterrupted"@en .

<http://lexvo.org/id/char/432D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/ziu1>,
        <http://lexvo.org/id/term/yue/%E4%8C%AD>,
        "䌭"^^xsd:string ;
    rdfs:comment "raw hemp, a kind of fabric"@en .

<http://lexvo.org/id/char/432E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/soeng1>,
        <http://lexvo.org/id/term/yue/%E4%8C%AE>,
        "䌮"^^xsd:string ;
    rdfs:comment "silk fabrics with the color of new leaves"@en .

<http://lexvo.org/id/char/432F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%8C%AF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/gu%C3%A0n%20qu%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hyun1>,
        <http://lexvo.org/id/term/yue/%E4%8C%AF>,
        "䌯"^^xsd:string ;
    rdfs:comment "a truban; a kerchief, children's hat, a girdle, belt of the clothes"@en .

<http://lexvo.org/id/char/4330> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%8C%B0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%A8>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sip3>,
        <http://lexvo.org/id/term/yue/%E4%8C%B0>,
        "䌰"^^xsd:string ;
    rdfs:comment "connected silk, measurement"@en .

<http://lexvo.org/id/char/4331> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%8C%B1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/lu%C3%B2>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bok6%20lok6>,
        <http://lexvo.org/id/term/yue/%E4%8C%B1>,
        "䌱"^^xsd:string ;
    rdfs:comment "(same as 䌴) uneven; silk with knots"@en .

<http://lexvo.org/id/char/4332> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/fan1>,
        <http://lexvo.org/id/term/yue/%E4%8C%B2>,
        "䌲"^^xsd:string ;
    rdfs:comment "(same as 纁) light red"@en .

<http://lexvo.org/id/char/4333> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/si1>,
        <http://lexvo.org/id/term/yue/%E4%8C%B3>,
        "䌳"^^xsd:string ;
    rdfs:comment "a kind of unrefined or unpolished silken textiles; silken goods; silken fabrics"@en .

<http://lexvo.org/id/char/4334> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%8C%B4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/lu%C3%B2>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lok6>,
        <http://lexvo.org/id/term/yue/%E4%8C%B4>,
        "䌴"^^xsd:string ;
    rdfs:comment "uneven; silk with knots; unpolished"@en .

<http://lexvo.org/id/char/4335> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%8C%B5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%BA%20zh%C7%94>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zuk1>,
        <http://lexvo.org/id/term/yue/%E4%8C%B5>,
        "䌵"^^xsd:string ;
    rdfs:comment "lapel and belt"@en .

<http://lexvo.org/id/char/4336> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/zi1>,
        <http://lexvo.org/id/term/yue/%E4%8C%B6>,
        "䌶"^^xsd:string ;
    rdfs:comment "(simplified form of 䊷) (same as 緇)) black silk; a dark, drab colour, used for Buddhists, from the dark colour of their robes (same as 純) pure, honest"@en .

<http://lexvo.org/id/char/4337> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%8C%B7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%B3u%20ch%C5%8Du>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C5%8Du%200153.061%3Ach%C3%B3u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/caau1%20saau4>,
        <http://lexvo.org/id/term/yue/%E4%8C%B7>,
        "䌷"^^xsd:string ;
    rdfs:comment "(simplified form of 紬) a thread; a clue"@en .

<http://lexvo.org/id/char/4338> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%8C%B8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ju%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gyun3>,
        <http://lexvo.org/id/term/yue/%E4%8C%B8>,
        "䌸"^^xsd:string ;
    rdfs:comment "(simplified form of 縳) fine silk fabric of bright white colour, to tie up, (interchangeable 卷) a book or painting which can be easily folded or rolled up, a division of a book, files"@en .

<http://lexvo.org/id/char/4339> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%8C%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C7%92ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gwing1>,
        <http://lexvo.org/id/term/yue/%E4%8C%B9>,
        "䌹"^^xsd:string ;
    rdfs:comment "(simplified form of 絅) (same as 褧) a garment of one colour with no lining, a dust coat"@en .

<http://lexvo.org/id/char/433A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C4%9Br>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%8C%BA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zi5>,
        <http://lexvo.org/id/term/yue/%E4%8C%BA>,
        "䌺"^^xsd:string ;
    rdfs:comment "(simplified form) (interchangeable 耳) flourishing; thriving; vigorous"@en .

<http://lexvo.org/id/char/433B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%8C%BB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zik6>,
        <http://lexvo.org/id/term/yue/%E4%8C%BB>,
        "䌻"^^xsd:string ;
    rdfs:comment "(simplified form) (same as 翼) wings, fins, to help; to assist"@en .

<http://lexvo.org/id/char/433C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%8C%BC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ru%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zeoi6>,
        <http://lexvo.org/id/term/yue/%E4%8C%BC>,
        "䌼"^^xsd:string ;
    rdfs:comment "a kind of fine silk fabric"@en .

<http://lexvo.org/id/char/433D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%8C%BD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C7%8Ei>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/coi2>,
        <http://lexvo.org/id/term/yue/%E4%8C%BD>,
        "䌽"^^xsd:string ;
    rdfs:comment "varicolored silk; motley"@en .

<http://lexvo.org/id/char/433E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%8C%BE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/r%C3%A9n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zaam4>,
        <http://lexvo.org/id/term/yue/%E4%8C%BE>,
        "䌾"^^xsd:string ;
    rdfs:comment "(same as U+7D1D 紝) to lay the warp; to weave"@en .

<http://lexvo.org/id/char/433F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%8C%BF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%BA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fuk1>,
        <http://lexvo.org/id/term/yue/%E4%8C%BF>,
        "䌿"^^xsd:string ;
    rdfs:comment "(simplified form) (same as 幅) the breadth of cloth or paper; a piece (of cloth)"@en .

<http://lexvo.org/id/char/4340> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%8D%80>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/laam4>,
        <http://lexvo.org/id/term/yue/%E4%8D%80>,
        "䍀"^^xsd:string ;
    rdfs:comment "(same as U+8964 襤) clothes without hem; ragged garments; sloppily dressed"@en .

<http://lexvo.org/id/char/4341> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%8D%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/su%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/seoi6>,
        <http://lexvo.org/id/term/yue/%E4%8D%81>,
        "䍁"^^xsd:string ;
    rdfs:comment "(simplified form of 繸) the hem or border of a garment, a tassel"@en .

<http://lexvo.org/id/char/4342> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%8D%82>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%BA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zyu1>,
        <http://lexvo.org/id/term/yue/%E4%8D%82>,
        "䍂"^^xsd:string ;
    rdfs:comment "tools to draw water or liquid"@en .

<http://lexvo.org/id/char/4343> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%8D%83>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A1o%20y%C3%B3u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ziu4>,
        <http://lexvo.org/id/term/yue/%E4%8D%83>,
        "䍃"^^xsd:string ;
    rdfs:comment "a vase, a pitcher, earthenware"@en .

<http://lexvo.org/id/char/4344> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%8D%84>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/di%C7%8En>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dim2>,
        <http://lexvo.org/id/term/yue/%E4%8D%84>,
        "䍄"^^xsd:string ;
    rdfs:comment "an indenture (of earthenware)"@en .

<http://lexvo.org/id/char/4345> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%8D%85>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%ADng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ling4>,
        <http://lexvo.org/id/term/yue/%E4%8D%85>,
        "䍅"^^xsd:string ;
    rdfs:comment "containers for water or wine used in ancient times"@en .

<http://lexvo.org/id/char/4346> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%8D%86>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cyu5>,
        <http://lexvo.org/id/term/yue/%E4%8D%86>,
        "䍆"^^xsd:string ;
    rdfs:comment "container for grains used in ancient times"@en .

<http://lexvo.org/id/char/4347> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%8D%87>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%A0>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/daap6%20taap3>,
        <http://lexvo.org/id/term/yue/%E4%8D%87>,
        "䍇"^^xsd:string ;
    rdfs:comment "flat-bottom crock (with narrow opening); jug, pitcher, vase, etc; (Cant.) stool"@en .

<http://lexvo.org/id/char/4348> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%8D%88>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%ADng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/biu2%20ping4>,
        <http://lexvo.org/id/term/yue/%E4%8D%88>,
        "䍈"^^xsd:string ;
    rdfs:comment "(same as 缾 瓶) bottle; pitcher; jug; vase"@en .

<http://lexvo.org/id/char/4349> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%8D%89>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C3%A1n%20zh%C7%8Ei>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C7%8Ei>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cak3%20zak3>,
        <http://lexvo.org/id/term/yue/%E4%8D%89>,
        "䍉"^^xsd:string ;
    rdfs:comment "traces or marks of incomplete or damage"@en .

<http://lexvo.org/id/char/434A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%8D%8A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ju%C3%A9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gaau1>,
        <http://lexvo.org/id/term/yue/%E4%8D%8A>,
        "䍊"^^xsd:string ;
    rdfs:comment "clay-made blowing wind instruments; music instruments made of clay"@en .

<http://lexvo.org/id/char/434B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%8D%8B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/chu%C3%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ceoi4%20seoi4>,
        <http://lexvo.org/id/term/yue/%E4%8D%8B>,
        "䍋"^^xsd:string ;
    rdfs:comment "bottle; pitcher; jug; vase; an earthen jar with narrow opening"@en .

<http://lexvo.org/id/char/434C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%8D%8C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%B9%20f%C3%BA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bou6%20faau4>,
        <http://lexvo.org/id/term/yue/%E4%8D%8C>,
        "䍌"^^xsd:string ;
    rdfs:comment "(same as 瓿) a jar; a pot"@en .

<http://lexvo.org/id/char/434D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%8D%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C7%94%20g%C3%B9%20gu%C3%A0ng%20k%C3%B2u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gei2%20huk1%20kaau3>,
        <http://lexvo.org/id/term/yue/%E4%8D%8D>,
        "䍍"^^xsd:string ;
    rdfs:comment "unburnt bricks; tiles; eathenware, etc."@en .

<http://lexvo.org/id/char/434E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%8D%8E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C3%B9n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cyun3>,
        <http://lexvo.org/id/term/yue/%E4%8D%8E>,
        "䍎"^^xsd:string ;
    rdfs:comment "a spindle, a earthenware used to pinch or knead, a small crock"@en .

<http://lexvo.org/id/char/434F> a lvont:Character ;
    lvont:represents "䍏"^^xsd:string .

<http://lexvo.org/id/char/4350> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%8D%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C7%8En%20h%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hon2>,
        <http://lexvo.org/id/term/yue/%E4%8D%90>,
        "䍐"^^xsd:string ;
    rdfs:comment "(standard form 罕) a net or snare, a flag, rare; strange; scarce; few, name of a place in ancient times"@en .

<http://lexvo.org/id/char/4351> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%8D%91>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C7%8En>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hon2%20hon3>,
        <http://lexvo.org/id/term/yue/%E4%8D%91>,
        "䍑"^^xsd:string ;
    rdfs:comment "(same as 䍐) (standard form 罕) a net or snare, a flag, rare; strange; scarce; few, name of a place in ancient times"@en .

<http://lexvo.org/id/char/4352> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%8D%92>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C7%92u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/maau5%20mou4>,
        <http://lexvo.org/id/term/yue/%E4%8D%92>,
        "䍒"^^xsd:string ;
    rdfs:comment "(corrupted form) net; web; network"@en .

<http://lexvo.org/id/char/4353> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%8D%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%B9%20y%C3%A1>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ngaa4%20wu6>,
        <http://lexvo.org/id/term/yue/%E4%8D%93>,
        "䍓"^^xsd:string ;
    rdfs:comment "(a corrupted form) net for catching rabbit"@en .

<http://lexvo.org/id/char/4354> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%8D%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%B3ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gwaang1%20waang4>,
        <http://lexvo.org/id/term/yue/%E4%8D%94>,
        "䍔"^^xsd:string ;
    rdfs:comment "a full net, a thick rope; a cable"@en .

<http://lexvo.org/id/char/4355> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%8D%95>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C7%90>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dai1>,
        <http://lexvo.org/id/term/yue/%E4%8D%95>,
        "䍕"^^xsd:string ;
    rdfs:comment "net; web; network, net for catching rabbit"@en .

<http://lexvo.org/id/char/4356> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%8D%96>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%BA%20f%C3%B9%20h%C3%A0i%20xi%C3%A8>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/faau4%20fu1>,
        <http://lexvo.org/id/term/yue/%E4%8D%96>,
        "䍖"^^xsd:string ;
    rdfs:comment "(same as 罦) a kind of net equipted with tricky machine used to catch birds and beasts, a covering for a cart"@en .

<http://lexvo.org/id/char/4357> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%8D%97>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xu%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zyun4>,
        <http://lexvo.org/id/term/yue/%E4%8D%97>,
        "䍗"^^xsd:string ;
    rdfs:comment "(same as 罥) to hang up; to bind; to entangle, net; web; network"@en .

<http://lexvo.org/id/char/4358> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%8D%98>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/nei4>,
        <http://lexvo.org/id/term/yue/%E4%8D%98>,
        "䍘"^^xsd:string ;
    rdfs:comment "a general term for nets"@en .

<http://lexvo.org/id/char/4359> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%8D%99>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A9i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mui4>,
        <http://lexvo.org/id/term/yue/%E4%8D%99>,
        "䍙"^^xsd:string ;
    rdfs:comment "nets for catching birds, net; web; network"@en .

<http://lexvo.org/id/char/435A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%8D%9A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%A0ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/long6>,
        <http://lexvo.org/id/term/yue/%E4%8D%9A>,
        "䍚"^^xsd:string ;
    rdfs:comment "vast"@en .

<http://lexvo.org/id/char/435B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%8D%9B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gu3>,
        <http://lexvo.org/id/term/yue/%E4%8D%9B>,
        "䍛"^^xsd:string ;
    rdfs:comment "a kind of tool used to get fish"@en .

<http://lexvo.org/id/char/435C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%8D%9C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%A0o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zaau3>,
        <http://lexvo.org/id/term/yue/%E4%8D%9C>,
        "䍜"^^xsd:string ;
    rdfs:comment "a basket or a cage used to keep wild and domestic fowls"@en .

<http://lexvo.org/id/char/435D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%8D%9D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%A0%20z%C7%8En>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dap6>,
        <http://lexvo.org/id/term/yue/%E4%8D%9D>,
        "䍝"^^xsd:string ;
    rdfs:comment "net; web; network"@en .

<http://lexvo.org/id/char/435E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%8D%9E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gwik1%20wik6>,
        <http://lexvo.org/id/term/yue/%E4%8D%9E>,
        "䍞"^^xsd:string ;
    rdfs:comment "(same as 罭) a drag-net; a fine net used to catch small fish"@en .

<http://lexvo.org/id/char/435F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%8D%9F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C3%B2ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zung3>,
        <http://lexvo.org/id/term/yue/%E4%8D%9F>,
        "䍟"^^xsd:string ;
    rdfs:comment "a kind of fish net with fine meshes"@en .

<http://lexvo.org/id/char/4360> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%8D%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lei4>,
        <http://lexvo.org/id/term/yue/%E4%8D%A0>,
        "䍠"^^xsd:string ;
    rdfs:comment "(simplified form of 䍦) turban used in ancient times"@en .

<http://lexvo.org/id/char/4361> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%8D%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C3%A0o%20l%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/luk6>,
        <http://lexvo.org/id/term/yue/%E4%8D%A1>,
        "䍡"^^xsd:string ;
    rdfs:comment "small fish net, to catch fish with small fish net"@en .

<http://lexvo.org/id/char/4362> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%8D%A2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C3%BA%20w%C7%94>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mou4>,
        <http://lexvo.org/id/term/yue/%E4%8D%A2>,
        "䍢"^^xsd:string ;
    rdfs:comment "netted veined window-sill"@en .

<http://lexvo.org/id/char/4363> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%8D%A3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%A9i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/leoi4>,
        <http://lexvo.org/id/term/yue/%E4%8D%A3>,
        "䍣"^^xsd:string ;
    rdfs:comment "a kind of fish net"@en .

<http://lexvo.org/id/char/4364> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%8D%A4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C7%90>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zaai1>,
        <http://lexvo.org/id/term/yue/%E4%8D%A4>,
        "䍤"^^xsd:string ;
    rdfs:comment "to strain out; to filter wine; to squeeze juice out of; to draw; to press milk"@en .

<http://lexvo.org/id/char/4365> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%8D%A5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%A8i%20l%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lik6>,
        <http://lexvo.org/id/term/yue/%E4%8D%A5>,
        "䍥"^^xsd:string ;
    rdfs:comment "smoky, covering; to spread, cloth for covering food"@en .

<http://lexvo.org/id/char/4366> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%8D%A6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lei4>,
        <http://lexvo.org/id/term/yue/%E4%8D%A6>,
        "䍦"^^xsd:string ;
    rdfs:comment "(traditional form of 䍠) a kind of turban used in ancient times"@en .

<http://lexvo.org/id/char/4367> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/zong1>,
        <http://lexvo.org/id/term/yue/%E4%8D%A7>,
        "䍧"^^xsd:string ;
    rdfs:comment "(same as 牂) a ewe or she-goat"@en .

<http://lexvo.org/id/char/4368> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%8D%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%B3%20f%C3%A8i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/but6>,
        <http://lexvo.org/id/term/yue/%E4%8D%A8>,
        "䍨"^^xsd:string ;
    rdfs:comment "to castrate, a ram or he-goat, last name"@en .

<http://lexvo.org/id/char/4369> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C7%8Eng%20y%C7%8Eng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%8D%A9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zoeng5%20zoeng6>,
        <http://lexvo.org/id/term/yue/%E4%8D%A9>,
        "䍩"^^xsd:string ;
    rdfs:comment "(ancient form of 養) to offer provision (esp. to one's elders); to feed one's children"@en .

<http://lexvo.org/id/char/436A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%8D%AA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ku%C3%AC%20w%C3%A0>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mat6>,
        <http://lexvo.org/id/term/yue/%E4%8D%AA>,
        "䍪"^^xsd:string ;
    rdfs:comment "castrated ram"@en .

<http://lexvo.org/id/char/436B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%8D%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/tu%C3%B3>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fo1%20to4>,
        <http://lexvo.org/id/term/yue/%E4%8D%AB>,
        "䍫"^^xsd:string ;
    rdfs:comment "a legendary goat-like animal with 4 ears and 9 tails, a kind of goat with no horn"@en .

<http://lexvo.org/id/char/436C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/ping1>,
        <http://lexvo.org/id/term/yue/%E4%8D%AC>,
        "䍬"^^xsd:string ;
    rdfs:comment "to use; to made; to act, a kind of goat with mixed colors"@en .

<http://lexvo.org/id/char/436D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/cau4%20zo6%20zong1>,
        <http://lexvo.org/id/term/yue/%E4%8D%AD>,
        "䍭"^^xsd:string ;
    rdfs:comment "(same as 牂) a ewe or she-goat"@en .

<http://lexvo.org/id/char/436E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%8D%AE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%A0o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/siu6>,
        <http://lexvo.org/id/term/yue/%E4%8D%AE>,
        "䍮"^^xsd:string ;
    rdfs:comment "young goat (sheep) under one year old, castrated ram of hundred catties (Chinese pound)"@en .

<http://lexvo.org/id/char/436F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%8D%AF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/gu%C7%90%20j%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gwai2>,
        <http://lexvo.org/id/term/yue/%E4%8D%AF>,
        "䍯"^^xsd:string ;
    rdfs:comment "(same as 觤) gaot with different horns (one is long and the other short)"@en .

<http://lexvo.org/id/char/4370> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/zaan1>,
        <http://lexvo.org/id/term/yue/%E4%8D%B0>,
        "䍰"^^xsd:string ;
    rdfs:comment "a plague or a pestilence of goat (sheep); black goat or sheep, black"@en .

<http://lexvo.org/id/char/4371> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%8D%B1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C3%BA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ceoi4%20zyu4>,
        <http://lexvo.org/id/term/yue/%E4%8D%B1>,
        "䍱"^^xsd:string ;
    rdfs:comment "the wild goat or sheep"@en .

<http://lexvo.org/id/char/4372> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%8D%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C3%A1i%20n%C3%AD%20n%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/nai4%20ngaai4>,
        <http://lexvo.org/id/term/yue/%E4%8D%B2>,
        "䍲"^^xsd:string ;
    rdfs:comment "a kind of sheep (goat) with curled hairs"@en .

<http://lexvo.org/id/char/4373> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%8D%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/chu%C3%B2%20ju%C3%A9%20qu%C3%A8>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kyut3>,
        <http://lexvo.org/id/term/yue/%E4%8D%B3>,
        "䍳"^^xsd:string ;
    rdfs:comment "disease; illness, goat (or sheep) get sick, a throbbing goat (or sheep)"@en .

<http://lexvo.org/id/char/4374> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%8D%B4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/du%C3%B2%20ru%C3%AD%20w%C4%9Bi>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wai2>,
        <http://lexvo.org/id/term/yue/%E4%8D%B4>,
        "䍴"^^xsd:string ;
    rdfs:comment "to squeeze and to crowd against each other (of sheep)"@en .

<http://lexvo.org/id/char/4375> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/kaap1%20zaang1>,
        <http://lexvo.org/id/term/yue/%E4%8D%B5>,
        "䍵"^^xsd:string ;
    rdfs:comment "young goat, antelope"@en .

<http://lexvo.org/id/char/4376> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%8D%B6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%B2ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dung1>,
        <http://lexvo.org/id/term/yue/%E4%8D%B6>,
        "䍶"^^xsd:string ;
    rdfs:comment "unicorn"@en .

<http://lexvo.org/id/char/4377> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%8D%B7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/gu%C3%AC%20hu%C3%AC%20w%C4%9Bi>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wai5>,
        <http://lexvo.org/id/term/yue/%E4%8D%B7>,
        "䍷"^^xsd:string ;
    rdfs:comment "to chase each other (of sheep or goats)"@en .

<http://lexvo.org/id/char/4378> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%8D%B8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%B3>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bok3>,
        <http://lexvo.org/id/term/yue/%E4%8D%B8>,
        "䍸"^^xsd:string ;
    rdfs:comment "a legendary goat-like animal with 4 ears and 9 tails"@en .

<http://lexvo.org/id/char/4379> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/zin1>,
        <http://lexvo.org/id/term/yue/%E4%8D%B9>,
        "䍹"^^xsd:string ;
    rdfs:comment "(same as U+7FB4 羶) odor of a sheep or goat, flock of goats or sheep, name and description of snuff (a kind of tobacco)"@en .

<http://lexvo.org/id/char/437A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%8D%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/waan4>,
        <http://lexvo.org/id/term/yue/%E4%8D%BA>,
        "䍺"^^xsd:string ;
    rdfs:comment "a legendary goat-like beast"@en .

<http://lexvo.org/id/char/437B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%8D%BB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xu%C7%8En>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/syun2>,
        <http://lexvo.org/id/term/yue/%E4%8D%BB>,
        "䍻"^^xsd:string ;
    rdfs:comment "young goat of sheep under one year old"@en .

<http://lexvo.org/id/char/437C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%8D%BC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cam4%20zam1>,
        <http://lexvo.org/id/term/yue/%E4%8D%BC>,
        "䍼"^^xsd:string ;
    rdfs:comment "salted mutton, to store up the meat under the ground, a goat-like beast, odor of a sheep or goat"@en .

<http://lexvo.org/id/char/437D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%8D%BD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lik6>,
        <http://lexvo.org/id/term/yue/%E4%8D%BD>,
        "䍽"^^xsd:string ;
    rdfs:comment "a fierce goat, a castrated ram"@en .

<http://lexvo.org/id/char/437E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%8D%BE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/tu%C3%AD%20y%C7%8En>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zin2>,
        <http://lexvo.org/id/term/yue/%E4%8D%BE>,
        "䍾"^^xsd:string ;
    rdfs:comment "flying"@en .

<http://lexvo.org/id/char/437F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%8D%BF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%A1ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wang4%20wong4>,
        <http://lexvo.org/id/term/yue/%E4%8D%BF>,
        "䍿"^^xsd:string ;
    rdfs:comment "a kind of dance accompanied by music performed in ancient times, (same as 凰) the female phoenix, a legendary bird in Chinese mythology"@en .

<http://lexvo.org/id/char/4380> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%8E%80>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xu%C3%A8%20yu%C3%A8>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zyut6>,
        <http://lexvo.org/id/term/yue/%E4%8E%80>,
        "䎀"^^xsd:string ;
    rdfs:comment "flying, to run swiftly; to go at express speed"@en .

<http://lexvo.org/id/char/4381> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%8E%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%BA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wu4>,
        <http://lexvo.org/id/term/yue/%E4%8E%81>,
        "䎁"^^xsd:string ;
    rdfs:comment "used in person's name"@en .

<http://lexvo.org/id/char/4382> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%8E%82>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C7%8Eo>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bou2>,
        <http://lexvo.org/id/term/yue/%E4%8E%82>,
        "䎂"^^xsd:string ;
    rdfs:comment "colorful feather, a feather decorated arrow"@en .

<http://lexvo.org/id/char/4383> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%8E%83>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/r%C7%8En>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zim5>,
        <http://lexvo.org/id/term/yue/%E4%8E%83>,
        "䎃"^^xsd:string ;
    rdfs:comment "fine down; floss; wool"@en .

<http://lexvo.org/id/char/4384> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%8E%84>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ti%C3%A1o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/diu1%20hiu1>,
        <http://lexvo.org/id/term/yue/%E4%8E%84>,
        "䎄"^^xsd:string ;
    rdfs:comment "hairy; long tail feather of a bird"@en .

<http://lexvo.org/id/char/4385> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%8E%85>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%B9%20lu%C3%B2%20p%C3%B2>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/pak3%20pok3>,
        <http://lexvo.org/id/term/yue/%E4%8E%85>,
        "䎅"^^xsd:string ;
    rdfs:comment "flying"@en .

<http://lexvo.org/id/char/4386> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%8E%86>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C3%A0o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/laam5%20liu6%20lo2>,
        <http://lexvo.org/id/term/yue/%E4%8E%86>,
        "䎆"^^xsd:string ;
    rdfs:comment "flying"@en .

<http://lexvo.org/id/char/4387> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/zaau1%20zau2>,
        <http://lexvo.org/id/term/yue/%E4%8E%87>,
        "䎇"^^xsd:string ;
    rdfs:comment "quick; quickly, hasty, soft and meek feather"@en .

<http://lexvo.org/id/char/4388> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%8E%88>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zaai6>,
        <http://lexvo.org/id/term/yue/%E4%8E%88>,
        "䎈"^^xsd:string ;
    rdfs:comment "flying"@en .

<http://lexvo.org/id/char/4389> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%8E%89>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%B9%20y%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/waat6>,
        <http://lexvo.org/id/term/yue/%E4%8E%89>,
        "䎉"^^xsd:string ;
    rdfs:comment "to walk swiftly, (same as 矞) scared; afraid; fearful; frightened"@en .

<http://lexvo.org/id/char/438A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%8E%8A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%B2>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/pak3%20pok3>,
        <http://lexvo.org/id/term/yue/%E4%8E%8A>,
        "䎊"^^xsd:string ;
    rdfs:comment "flying, flying away"@en .

<http://lexvo.org/id/char/438B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%8E%8B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A8%20k%C3%A0o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kaau3>,
        <http://lexvo.org/id/term/yue/%E4%8E%8B>,
        "䎋"^^xsd:string ;
    rdfs:comment "fly"@en .

<http://lexvo.org/id/char/438C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%8E%8C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cuk1>,
        <http://lexvo.org/id/term/yue/%E4%8E%8C>,
        "䎌"^^xsd:string ;
    rdfs:comment "feather, flying, neat feather"@en .

<http://lexvo.org/id/char/438D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/fu1>,
        <http://lexvo.org/id/term/yue/%E4%8E%8D>,
        "䎍"^^xsd:string ;
    rdfs:comment "fine and soft hair, feather"@en .

<http://lexvo.org/id/char/438E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%8E%8E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C3%A0>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/naa5>,
        <http://lexvo.org/id/term/yue/%E4%8E%8E>,
        "䎎"^^xsd:string ;
    rdfs:comment "to glide or to hover up in the air, to soaring"@en .

<http://lexvo.org/id/char/438F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C3%A0n%20h%C3%A1n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%8E%8F>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/haam4>,
        <http://lexvo.org/id/term/yue/%E4%8E%8F>,
        "䎏"^^xsd:string ;
    rdfs:comment "young birds flying"@en .

<http://lexvo.org/id/char/4390> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%8E%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C7%8Eo>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cau2%20ce2%20ze4>,
        <http://lexvo.org/id/term/yue/%E4%8E%90>,
        "䎐"^^xsd:string ;
    rdfs:comment "hairy"@en .

<http://lexvo.org/id/char/4391> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%8E%91>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/luk6>,
        <http://lexvo.org/id/term/yue/%E4%8E%91>,
        "䎑"^^xsd:string ;
    rdfs:comment "flying over the water surface, flying up; soaring"@en .

<http://lexvo.org/id/char/4392> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%8E%92>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C7%8En>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zaan2>,
        <http://lexvo.org/id/term/yue/%E4%8E%92>,
        "䎒"^^xsd:string ;
    rdfs:comment "flying quickly and to attack suddenly (said of bird)"@en .

<http://lexvo.org/id/char/4393> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%8E%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%A0>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/daap6>,
        <http://lexvo.org/id/term/yue/%E4%8E%93>,
        "䎓"^^xsd:string ;
    rdfs:comment "flying"@en .

<http://lexvo.org/id/char/4394> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/fu1>,
        <http://lexvo.org/id/term/yue/%E4%8E%94>,
        "䎔"^^xsd:string ;
    rdfs:comment "fine and soft hair, feather"@en .

<http://lexvo.org/id/char/4395> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/gwaang1%20waat6>,
        <http://lexvo.org/id/term/yue/%E4%8E%95>,
        "䎕"^^xsd:string ;
    rdfs:comment "flying birds"@en .

<http://lexvo.org/id/char/4396> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/zang1>,
        <http://lexvo.org/id/term/yue/%E4%8E%96>,
        "䎖"^^xsd:string ;
    rdfs:comment "soaring up in the sky"@en .

<http://lexvo.org/id/char/4397> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%8E%97>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C3%A1o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kiu4>,
        <http://lexvo.org/id/term/yue/%E4%8E%97>,
        "䎗"^^xsd:string ;
    rdfs:comment "flying"@en .

<http://lexvo.org/id/char/4398> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%8E%98>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/suk1>,
        <http://lexvo.org/id/term/yue/%E4%8E%98>,
        "䎘"^^xsd:string ;
    rdfs:comment "birds flying, sound of the flying wings"@en .

<http://lexvo.org/id/char/4399> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/baan1>,
        <http://lexvo.org/id/term/yue/%E4%8E%99>,
        "䎙"^^xsd:string ;
    rdfs:comment "flying"@en .

<http://lexvo.org/id/char/439A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%8E%9A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/gu%C3%A0n%20hu%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wai6>,
        <http://lexvo.org/id/term/yue/%E4%8E%9A>,
        "䎚"^^xsd:string ;
    rdfs:comment "the end of bird wings, bird wings"@en .

<http://lexvo.org/id/char/439B> a lvont:Character ;
    lvont:represents "䎛"^^xsd:string .

<http://lexvo.org/id/char/439C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/fan1>,
        <http://lexvo.org/id/term/yue/%E4%8E%9C>,
        "䎜"^^xsd:string ;
    rdfs:comment "aged; to get old, advanced age; great age; old age"@en .

<http://lexvo.org/id/char/439D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%8E%9D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%BA%20zh%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zyu3%20zyu3>,
        <http://lexvo.org/id/term/yue/%E4%8E%9D>,
        "䎝"^^xsd:string ;
    rdfs:comment "(same as 翥) to soar"@en .

<http://lexvo.org/id/char/439E> a lvont:Character ;
    lvont:represents "䎞"^^xsd:string .

<http://lexvo.org/id/char/439F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C3%A9r%20nu%C3%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%8E%9F>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hei3%20zi4>,
        <http://lexvo.org/id/term/yue/%E4%8E%9F>,
        "䎟"^^xsd:string ;
    rdfs:comment "to fawn on; to flatter; to please, to love, attractive"@en .

<http://lexvo.org/id/char/43A0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C3%A9r>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%8E%A0>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/no6%20zi4>,
        <http://lexvo.org/id/term/yue/%E4%8E%A0>,
        "䎠"^^xsd:string ;
    rdfs:comment "to twist or to crumple between hands and make something turn, (same as U+611E 懦) cowardice; timid; weak and cowardly"@en .

<http://lexvo.org/id/char/43A1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%8E%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/nu%C7%8En%20ru%C7%8En>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/nyun5>,
        <http://lexvo.org/id/term/yue/%E4%8E%A1>,
        "䎡"^^xsd:string ;
    rdfs:comment "to shrink; to recoil; to flinch, weak, soft and meek; gentle, (corrupted form of 耎) soft; weak, pliable"@en .

<http://lexvo.org/id/char/43A2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%8E%A2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C7%90>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hat1>,
        <http://lexvo.org/id/term/yue/%E4%8E%A2>,
        "䎢"^^xsd:string ;
    rdfs:comment "to measure (esp. for grains) by pints and pecks"@en .

<http://lexvo.org/id/char/43A3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%8E%A3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C3%AC%20x%C3%ACn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ci5%20piu3%20zi6>,
        <http://lexvo.org/id/term/yue/%E4%8E%A3>,
        "䎣"^^xsd:string ;
    rdfs:comment "(same as 耜) a plough; a ploughshare"@en .

<http://lexvo.org/id/char/43A4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%8E%A4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%BA%20j%C3%BA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/guk6>,
        <http://lexvo.org/id/term/yue/%E4%8E%A4>,
        "䎤"^^xsd:string ;
    rdfs:comment "to till; to plough; to cultivate, agricultural implements; farm tools"@en .

<http://lexvo.org/id/char/43A5> a lvont:Character ;
    lvont:represents "䎥"^^xsd:string .

<http://lexvo.org/id/char/43A6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%8E%A6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%8En>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/haam2%20zim2%20zim5>,
        <http://lexvo.org/id/term/yue/%E4%8E%A6>,
        "䎦"^^xsd:string ;
    rdfs:comment "to till; to plough, sharp-pointed spade or shovel"@en .

<http://lexvo.org/id/char/43A7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%8E%A7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%A0ng%20p%C3%B3u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/pong5>,
        <http://lexvo.org/id/term/yue/%E4%8E%A7>,
        "䎧"^^xsd:string ;
    rdfs:comment "agricultural implements; farm tools ( a plough; a ploughshare), to till; to plough"@en .

<http://lexvo.org/id/char/43A8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C3%A0n%20y%C3%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%8E%A8>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/aam3%20zim1>,
        <http://lexvo.org/id/term/yue/%E4%8E%A8>,
        "䎨"^^xsd:string ;
    rdfs:comment "to plough and sow, to farm"@en .

<http://lexvo.org/id/char/43A9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/zi1>,
        <http://lexvo.org/id/term/yue/%E4%8E%A9>,
        "䎩"^^xsd:string ;
    rdfs:comment "to till; to plough, (same as 菑) land under cultivation for one year, to weed grass"@en .

<http://lexvo.org/id/char/43AA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%8E%AA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C3%A8>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/neot6>,
        <http://lexvo.org/id/term/yue/%E4%8E%AA>,
        "䎪"^^xsd:string ;
    rdfs:comment "the stalk of grain; straw, a hammer used to pound grains and corns, etc."@en .

<http://lexvo.org/id/char/43AB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%8E%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/chu%C3%A0ng%20z%C7%92ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/coeng1>,
        <http://lexvo.org/id/term/yue/%E4%8E%AB>,
        "䎫"^^xsd:string ;
    rdfs:comment "to plant; to sow; to cultivate"@en .

<http://lexvo.org/id/char/43AC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%8E%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%A0%20p%C3%A1>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/paa4>,
        <http://lexvo.org/id/term/yue/%E4%8E%AC>,
        "䎬"^^xsd:string ;
    rdfs:comment "(simplified form of 䎱) (same as 耙) a drag; a harrow; a rake"@en .

<http://lexvo.org/id/char/43AD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/ciu4%20cou3>,
        <http://lexvo.org/id/term/yue/%E4%8E%AD>,
        "䎭"^^xsd:string ;
    rdfs:comment "a kind of farm tool made of twisted thron strips used to flaten the land"@en .

<http://lexvo.org/id/char/43AE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%8E%AE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/taai3%20tik1>,
        <http://lexvo.org/id/term/yue/%E4%8E%AE>,
        "䎮"^^xsd:string ;
    rdfs:comment "to plant; to raise or grow ( plants); to cultivate"@en .

<http://lexvo.org/id/char/43AF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%8E%AF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hon2%20hon3%20zin5>,
        <http://lexvo.org/id/term/yue/%E4%8E%AF>,
        "䎯"^^xsd:string ;
    rdfs:comment "winter ploughing, to plough a dry farmland (upland), to till; to plough"@en .

<http://lexvo.org/id/char/43B0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%8E%B0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zu%C3%B3>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zok3>,
        <http://lexvo.org/id/term/yue/%E4%8E%B0>,
        "䎰"^^xsd:string ;
    rdfs:comment "name of a place in Sichuan Province"@en .

<http://lexvo.org/id/char/43B1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%8E%B1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%A0%20p%C3%A1>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/paa4>,
        <http://lexvo.org/id/term/yue/%E4%8E%B1>,
        "䎱"^^xsd:string ;
    rdfs:comment "(same as 耙) a drag; a harrow; a rake"@en .

<http://lexvo.org/id/char/43B2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%8E%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%A9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hei2%20zip3>,
        <http://lexvo.org/id/term/yue/%E4%8E%B2>,
        "䎲"^^xsd:string ;
    rdfs:comment "ear lobe; lobule"@en .

<http://lexvo.org/id/char/43B3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%8E%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C3%A0%20yu%C3%A8>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zyut6>,
        <http://lexvo.org/id/term/yue/%E4%8E%B3>,
        "䎳"^^xsd:string ;
    rdfs:comment "lose of the ear"@en .

<http://lexvo.org/id/char/43B4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%8E%B4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%A8ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gaang1>,
        <http://lexvo.org/id/term/yue/%E4%8E%B4>,
        "䎴"^^xsd:string ;
    rdfs:comment "a legendary spirit; immortal, (non-classical form of 聖) sage, sacred; holy"@en .

<http://lexvo.org/id/char/43B5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%8E%B5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bei3>,
        <http://lexvo.org/id/term/yue/%E4%8E%B5>,
        "䎵"^^xsd:string ;
    rdfs:comment "(corrupted form) to look straight forward, ashamed, to look in a mean way"@en .

<http://lexvo.org/id/char/43B6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C3%A8r>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%8E%B6>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/nei6>,
        <http://lexvo.org/id/term/yue/%E4%8E%B6>,
        "䎶"^^xsd:string ;
    rdfs:comment "offering blood to God"@en .

<http://lexvo.org/id/char/43B7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%8E%B7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zyu3>,
        <http://lexvo.org/id/term/yue/%E4%8E%B7>,
        "䎷"^^xsd:string ;
    rdfs:comment "an old man with white hair, source; head (of a stream), loud cries"@en .

<http://lexvo.org/id/char/43B8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%8E%B8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ng6>,
        <http://lexvo.org/id/term/yue/%E4%8E%B8>,
        "䎸"^^xsd:string ;
    rdfs:comment "to hear; to listen; to obey; to understand"@en .

<http://lexvo.org/id/char/43B9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%8E%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C3%A9n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/maan4%20maan6>,
        <http://lexvo.org/id/term/yue/%E4%8E%B9>,
        "䎹"^^xsd:string ;
    rdfs:comment "(ancient form of 聞) to hear, to learn, to convey, to smell"@en .

<http://lexvo.org/id/char/43BA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%8E%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C7%90%20zh%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zai3%20zit6>,
        <http://lexvo.org/id/term/yue/%E4%8E%BA>,
        "䎺"^^xsd:string ;
    rdfs:comment "to learn; to hear; (Cant.) to work; to be willing"@en .

<http://lexvo.org/id/char/43BB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%8E%BB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C7%92u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zaau2>,
        <http://lexvo.org/id/term/yue/%E4%8E%BB>,
        "䎻"^^xsd:string ;
    rdfs:comment "to hear, clear, bright, ears"@en .

<http://lexvo.org/id/char/43BC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%8E%BC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/luk6>,
        <http://lexvo.org/id/term/yue/%E4%8E%BC>,
        "䎼"^^xsd:string ;
    rdfs:comment "a kind of insect"@en .

<http://lexvo.org/id/char/43BD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%8E%BD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C3%A9n%20w%C3%A8n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/man4>,
        <http://lexvo.org/id/term/yue/%E4%8E%BD>,
        "䎽"^^xsd:string ;
    rdfs:comment "(ancient form of 聞) to hear, to learn, to convey, to smell, to hear of"@en .

<http://lexvo.org/id/char/43BE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%8E%BE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C7%94n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gwaan2>,
        <http://lexvo.org/id/term/yue/%E4%8E%BE>,
        "䎾"^^xsd:string ;
    rdfs:comment "(corrupted form of 睔) big and round eyes"@en .

<http://lexvo.org/id/char/43BF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%8E%BF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C3%BA%20xi%C3%B2ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cau4>,
        <http://lexvo.org/id/term/yue/%E4%8E%BF>,
        "䎿"^^xsd:string ;
    rdfs:comment "buzzing in the ears; tinnitus aurium"@en .

<http://lexvo.org/id/char/43C0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%8F%80>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%A0>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lat6%20lit6>,
        <http://lexvo.org/id/term/yue/%E4%8F%80>,
        "䏀"^^xsd:string ;
    rdfs:comment "inharmonious"@en .

<http://lexvo.org/id/char/43C1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%8F%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C7%8Ei>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zoi2>,
        <http://lexvo.org/id/term/yue/%E4%8F%81>,
        "䏁"^^xsd:string ;
    rdfs:comment "unable to hear distinctly or clearly"@en .

<http://lexvo.org/id/char/43C2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%8F%82>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C7%92u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sau2>,
        <http://lexvo.org/id/term/yue/%E4%8F%82>,
        "䏂"^^xsd:string ;
    rdfs:comment "clever, quick of apprehension, with a good faculty of hearing"@en .

<http://lexvo.org/id/char/43C3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%8F%83>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/mi%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/min4>,
        <http://lexvo.org/id/term/yue/%E4%8F%83>,
        "䏃"^^xsd:string ;
    rdfs:comment "to hear, to listen carefully"@en .

<http://lexvo.org/id/char/43C4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%8F%84>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zaat6%20zyut3>,
        <http://lexvo.org/id/term/yue/%E4%8F%84>,
        "䏄"^^xsd:string ;
    rdfs:comment "not to listen, disease of the ears, a dull sense of hearing (inefficacious; unresponsive)"@en .

<http://lexvo.org/id/char/43C5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%8F%85>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cai3>,
        <http://lexvo.org/id/term/yue/%E4%8F%85>,
        "䏅"^^xsd:string ;
    rdfs:comment "to hear; to listen, a keen sense of hearing"@en .

<http://lexvo.org/id/char/43C6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%8F%86>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C3%A1o%20chu%C3%A0%20qi%C3%A1o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cou4>,
        <http://lexvo.org/id/term/yue/%E4%8F%86>,
        "䏆"^^xsd:string ;
    rdfs:comment "buzzing in the ears; tinnitus aurium"@en .

<http://lexvo.org/id/char/43C7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%8F%87>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/pi%C3%A0o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/piu3>,
        <http://lexvo.org/id/term/yue/%E4%8F%87>,
        "䏇"^^xsd:string ;
    rdfs:comment "to hear; barely enough to hear clearly, hearsay; groundless talk"@en .

<http://lexvo.org/id/char/43C8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%8F%88>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lyun4>,
        <http://lexvo.org/id/term/yue/%E4%8F%88>,
        "䏈"^^xsd:string ;
    rdfs:comment "(standard form of 聯) to unite; to connect; to join together (same as 攣) tangled; to bind; entwined"@en .

<http://lexvo.org/id/char/43C9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/saap1%20zaam1>,
        <http://lexvo.org/id/term/yue/%E4%8F%89>,
        "䏉"^^xsd:string ;
    rdfs:comment "to waver; to shake ears (said of cattle and horses)"@en .

<http://lexvo.org/id/char/43CA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%8F%8A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%B3ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lung4>,
        <http://lexvo.org/id/term/yue/%E4%8F%8A>,
        "䏊"^^xsd:string ;
    rdfs:comment "(same as 聾) deaf; hard of hearing"@en .

<http://lexvo.org/id/char/43CB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%8F%8B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/suk1>,
        <http://lexvo.org/id/term/yue/%E4%8F%8B>,
        "䏋"^^xsd:string ;
    rdfs:comment "(ancient form of 肅) respectful; solemn; serious; majestic, neat and quite"@en .

<http://lexvo.org/id/char/43CC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%8F%8C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C3%AC%20y%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ngaat6>,
        <http://lexvo.org/id/term/yue/%E4%8F%8C>,
        "䏌"^^xsd:string ;
    rdfs:comment "to vibrate; vibration, (same as 佾) a row or file of dancers, esp. referring to those in ancient dances at sacrifices or other rites"@en .

<http://lexvo.org/id/char/43CD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%8F%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/yu%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zyun3>,
        <http://lexvo.org/id/term/yue/%E4%8F%8D>,
        "䏍"^^xsd:string ;
    rdfs:comment "(same as 肙 蜎) a small worm; larvae of mosquitoes, empty, to twist; to surround"@en .

<http://lexvo.org/id/char/43CE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%8F%8E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%A9ng%20h%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fung4%20hon6>,
        <http://lexvo.org/id/term/yue/%E4%8F%8E>,
        "䏎"^^xsd:string ;
    rdfs:comment "milk; breasts, the young of animals, birds"@en .

<http://lexvo.org/id/char/43CF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/heoi1>,
        <http://lexvo.org/id/term/yue/%E4%8F%8F>,
        "䏏"^^xsd:string ;
    rdfs:comment "(same as 吁) signs and groans; moan, name of a county"@en .

<http://lexvo.org/id/char/43D0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%8F%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ju%C3%A9%20zhu%C3%B2>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kyut3>,
        <http://lexvo.org/id/term/yue/%E4%8F%90>,
        "䏐"^^xsd:string ;
    rdfs:comment "the buttocks, the anus"@en .

<http://lexvo.org/id/char/43D1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%8F%91>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%AC%20zh%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ze3>,
        <http://lexvo.org/id/term/yue/%E4%8F%91>,
        "䏑"^^xsd:string ;
    rdfs:comment "(same as U+7099 炙) to burn; to heat; to roast; to broil"@en .

<http://lexvo.org/id/char/43D2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%8F%92>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/pi%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/pin3>,
        <http://lexvo.org/id/term/yue/%E4%8F%92>,
        "䏒"^^xsd:string ;
    rdfs:comment "half of the body, (non-classical form of 胖) fat; obese"@en .

<http://lexvo.org/id/char/43D3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%8F%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/gu%C7%8En>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gun2>,
        <http://lexvo.org/id/term/yue/%E4%8F%93>,
        "䏓"^^xsd:string ;
    rdfs:comment "(same as 脘) the stomach; gizzard (of birds and fowls)"@en .

<http://lexvo.org/id/char/43D4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%8F%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ni%C7%94>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/naau2>,
        <http://lexvo.org/id/term/yue/%E4%8F%94>,
        "䏔"^^xsd:string ;
    rdfs:comment "to eat meat, (same as 肘) the elbow, (same as 腬) fine quality of meat, (same as 衄) nose bleeding"@en .

<http://lexvo.org/id/char/43D5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%8F%95>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/r%C4%9Bn%20r%C3%B9n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/nei5%20zaam6%20zaan6>,
        <http://lexvo.org/id/term/yue/%E4%8F%95>,
        "䏕"^^xsd:string ;
    rdfs:comment "(ancient form of 飪) to cook food thoroughly"@en .

<http://lexvo.org/id/char/43D6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%8F%96>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%A8n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zaan5>,
        <http://lexvo.org/id/term/yue/%E4%8F%96>,
        "䏖"^^xsd:string ;
    rdfs:comment "a wound; a bruise; a sore, scar, muscles of the back"@en .

<http://lexvo.org/id/char/43D7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%8F%97>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C3%A0i%20ku%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/koi3%20kui2>,
        <http://lexvo.org/id/term/yue/%E4%8F%97>,
        "䏗"^^xsd:string ;
    rdfs:comment "unexpectedly; suddenly aching of the midriff or waist; lumbago"@en .

<http://lexvo.org/id/char/43D8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%8F%98>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C7%90%20p%C3%AC>,
        "䏘"^^xsd:string ;
    rdfs:comment "a big abdomen, a female animal with a fat belly"@en .

<http://lexvo.org/id/char/43D9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%8F%99>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C7%8En>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dam1%20tam2>,
        <http://lexvo.org/id/term/yue/%E4%8F%99>,
        "䏙"^^xsd:string ;
    rdfs:comment "(same as U+9193 醓) brine from pickled meat; condiments, juicy meat pulp; mashed meat cooked with soybean sauce, short and ugly, light of the setting moon; (Cant.) 肚䏙 stomach"@en .

<http://lexvo.org/id/char/43DA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%8F%9A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C7%8Eo>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/miu5>,
        <http://lexvo.org/id/term/yue/%E4%8F%9A>,
        "䏚"^^xsd:string ;
    rdfs:comment "small, missing; wanting; lost, the floating ribs on the sides of the trunk"@en .

<http://lexvo.org/id/char/43DB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%8F%9B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C7%94n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ceon2>,
        <http://lexvo.org/id/term/yue/%E4%8F%9B>,
        "䏛"^^xsd:string ;
    rdfs:comment "(a corrupted form) a kind of insects; earthworm, strips of meat cut from the flank and dried in the wind"@en .

<http://lexvo.org/id/char/43DC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/ho1>,
        <http://lexvo.org/id/term/yue/%E4%8F%9C>,
        "䏜"^^xsd:string ;
    rdfs:comment "fat; plump; obesity; obese"@en .

<http://lexvo.org/id/char/43DD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%8F%9D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%BAn%20zhu%C7%8En>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zhu%C4%81n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zyun1>,
        <http://lexvo.org/id/term/yue/%E4%8F%9D>,
        "䏝"^^xsd:string ;
    rdfs:comment "(simplified form of 膞) sincere; earnest, a part of offering in sacrifice, gizzard of a fowl, chopped meat, small pig, the kneecap; patella, bone of one's limbs"@en .

<http://lexvo.org/id/char/43DE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%8F%9E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%B2>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mut6>,
        <http://lexvo.org/id/term/yue/%E4%8F%9E>,
        "䏞"^^xsd:string ;
    rdfs:comment "the belly; the abdomen"@en .

<http://lexvo.org/id/char/43DF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%8F%9F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/bi%C3%A8>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bit3>,
        <http://lexvo.org/id/term/yue/%E4%8F%9F>,
        "䏟"^^xsd:string ;
    rdfs:comment "fat meat, big; large"@en .

<http://lexvo.org/id/char/43E0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%8F%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zaap1>,
        <http://lexvo.org/id/term/yue/%E4%8F%A0>,
        "䏠"^^xsd:string ;
    rdfs:comment "(ancient form of 汁) meat soup, mixed meat"@en .

<http://lexvo.org/id/char/43E1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%8F%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ce2%20fun2%20seoi6%20si6%20to3>,
        <http://lexvo.org/id/term/yue/%E4%8F%A1>,
        "䏡"^^xsd:string ;
    rdfs:comment "uncooked or raw meat, an organic compound; Proteose"@en .

<http://lexvo.org/id/char/43E2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%8F%A2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C7%90>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bei2>,
        <http://lexvo.org/id/term/yue/%E4%8F%A2>,
        "䏢"^^xsd:string ;
    rdfs:comment "meat, rough; cracked skin"@en .

<http://lexvo.org/id/char/43E3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%8F%A3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ju%C3%A9%20q%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ceoi3%20zeoi1>,
        <http://lexvo.org/id/term/yue/%E4%8F%A3>,
        "䏣"^^xsd:string ;
    rdfs:comment "(same as non-classical form 蛆) maggot"@en .

<http://lexvo.org/id/char/43E4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%8F%A4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sei3%20si3>,
        <http://lexvo.org/id/term/yue/%E4%8F%A4>,
        "䏤"^^xsd:string ;
    rdfs:comment "(same as U+9856 囟) top of the human head; the skull"@en .

<http://lexvo.org/id/char/43E5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/taam1>,
        <http://lexvo.org/id/term/yue/%E4%8F%A5>,
        "䏥"^^xsd:string ;
    rdfs:comment "dry, dandruff-like scales of dead flesh and skin"@en .

<http://lexvo.org/id/char/43E6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%8F%A6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%A1%20ti%C3%A1n%20w%C7%8En>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gwaat3>,
        <http://lexvo.org/id/term/yue/%E4%8F%A6>,
        "䏦"^^xsd:string ;
    rdfs:comment "fat of animals or plants, (same as 胋) fat; plump, fertuke, animal fat"@en .

<http://lexvo.org/id/char/43E7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%8F%A7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C3%A1>,
        <http://lexvo.org/id/term/vie/da>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/naa4>,
        <http://lexvo.org/id/term/yue/%E4%8F%A7>,
        "䏧"^^xsd:string ;
    rdfs:comment "fatty; greasy, not thick; not tight, plump and pretty of the flesh"@en .

<http://lexvo.org/id/char/43E8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%8F%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C7%90>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/deoi1%20gwaai3%20kui2%20waa2>,
        <http://lexvo.org/id/term/yue/%E4%8F%A8>,
        "䏨"^^xsd:string ;
    rdfs:comment "to swell up greatly, to swell; a swelling; a boil"@en .

<http://lexvo.org/id/char/43E9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/kaap1%20lai1>,
        <http://lexvo.org/id/term/yue/%E4%8F%A9>,
        "䏩"^^xsd:string ;
    rdfs:comment "(same as 脅) to shrug the shoulders, the ribs"@en .

<http://lexvo.org/id/char/43EA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C3%A8r>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%8F%AA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/nei6>,
        <http://lexvo.org/id/term/yue/%E4%8F%AA>,
        "䏪"^^xsd:string ;
    rdfs:comment "tendon (of meat animals); sinews; muscles"@en .

<http://lexvo.org/id/char/43EB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/caau3%20zaau1>,
        <http://lexvo.org/id/term/yue/%E4%8F%AB>,
        "䏫"^^xsd:string ;
    rdfs:comment "in between of the abdomen and the spine; the spinal column"@en .

<http://lexvo.org/id/char/43EC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%8F%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%B3u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/maau4%20min4%20mui4>,
        <http://lexvo.org/id/term/yue/%E4%8F%AC>,
        "䏬"^^xsd:string ;
    rdfs:comment "the spine; the spinal column, the ridge"@en .

<http://lexvo.org/id/char/43ED> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/zyu1>,
        <http://lexvo.org/id/term/yue/%E4%8F%AD>,
        "䏭"^^xsd:string ;
    rdfs:comment "the cheeks; the jaw"@en .

<http://lexvo.org/id/char/43EE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%8F%AE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C3%AD%20xi%C3%A9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hip3>,
        <http://lexvo.org/id/term/yue/%E4%8F%AE>,
        "䏮"^^xsd:string ;
    rdfs:comment "(abbreviated form of 脇=脅) the sides of the trunk from armpits to ribs; the flank"@en .

<http://lexvo.org/id/char/43EF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%8F%AF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zi3>,
        <http://lexvo.org/id/term/yue/%E4%8F%AF>,
        "䏯"^^xsd:string ;
    rdfs:comment "(same as 痣) moles; birthmarks"@en .

<http://lexvo.org/id/char/43F0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%8F%B0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/r%C4%9Bn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zaan2>,
        <http://lexvo.org/id/term/yue/%E4%8F%B0>,
        "䏰"^^xsd:string ;
    rdfs:comment "a kind of insects; earthworm, durable; strong and soft; pliable yet tough"@en .

<http://lexvo.org/id/char/43F1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%8F%B1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%BA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/guk1>,
        <http://lexvo.org/id/term/yue/%E4%8F%B1>,
        "䏱"^^xsd:string ;
    rdfs:comment "body, fat; plump"@en .

<http://lexvo.org/id/char/43F2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%8F%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/di%C3%A9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dit6>,
        <http://lexvo.org/id/term/yue/%E4%8F%B2>,
        "䏲"^^xsd:string ;
    rdfs:comment "(same as 胅) protruded bones, swelling, a crooked nose"@en .

<http://lexvo.org/id/char/43F3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%8F%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%A8>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zit3>,
        <http://lexvo.org/id/term/yue/%E4%8F%B3>,
        "䏳"^^xsd:string ;
    rdfs:comment "(in chemistry) olein, oil and grease; fats (esp. animal), the ribs and skin"@en .

<http://lexvo.org/id/char/43F4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%8F%B4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%A0o%20sh%C3%A8>,
        <http://lexvo.org/id/term/vie/teo>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sau2>,
        <http://lexvo.org/id/term/yue/%E4%8F%B4>,
        "䏴"^^xsd:string ;
    rdfs:comment "dim; ambiguous; unclear eyesight, sharp ends of something"@en .

<http://lexvo.org/id/char/43F5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%8F%B5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C4%9Bng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mong5>,
        <http://lexvo.org/id/term/yue/%E4%8F%B5>,
        "䏵"^^xsd:string ;
    rdfs:comment "plump, rich and full, plentiful, swelling, a plumpy trunk (body)"@en .

<http://lexvo.org/id/char/43F6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%8F%B6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/baai6>,
        <http://lexvo.org/id/term/yue/%E4%8F%B6>,
        "䏶"^^xsd:string ;
    rdfs:comment "the stomach; gizzard (of birds and fowls), (same as 髀) buttocks, thigh"@en .

<http://lexvo.org/id/char/43F7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%8F%B7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hon6%20hong2>,
        <http://lexvo.org/id/term/yue/%E4%8F%B7>,
        "䏷"^^xsd:string ;
    rdfs:comment "medicine for a sore; a boil (injure by a sword or a knief)"@en .

<http://lexvo.org/id/char/43F8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%8F%B8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%BA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zyu4>,
        <http://lexvo.org/id/term/yue/%E4%8F%B8>,
        "䏸"^^xsd:string ;
    rdfs:comment "fish, eyes of the fishes"@en .

<http://lexvo.org/id/char/43F9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%8F%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/saam1%20zin2%20zin6>,
        <http://lexvo.org/id/term/yue/%E4%8F%B9>,
        "䏹"^^xsd:string ;
    rdfs:comment "to watch stealthily"@en .

<http://lexvo.org/id/char/43FA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/pong1>,
        <http://lexvo.org/id/term/yue/%E4%8F%BA>,
        "䏺"^^xsd:string ;
    rdfs:comment "to swell; swelling"@en .

<http://lexvo.org/id/char/43FB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%8F%BB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C3%A9ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/naang4>,
        <http://lexvo.org/id/term/yue/%E4%8F%BB>,
        "䏻"^^xsd:string ;
    rdfs:comment "(same as 能) can; to be able to, capability; talent, energy"@en .

<http://lexvo.org/id/char/43FC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%8F%BC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/caan4>,
        <http://lexvo.org/id/term/yue/%E4%8F%BC>,
        "䏼"^^xsd:string ;
    rdfs:comment "what is left over of the food ( of birds and animals), a big belly"@en .

<http://lexvo.org/id/char/43FD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%8F%BD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bou6>,
        <http://lexvo.org/id/term/yue/%E4%8F%BD>,
        "䏽"^^xsd:string ;
    rdfs:comment "meat pulp; mashed meat cooked with soybean sauce, last name"@en .

<http://lexvo.org/id/char/43FE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/b%E1%BB%8Dng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/pong4>,
        <http://lexvo.org/id/term/yue/%E4%8F%BE>,
        "䏾"^^xsd:string ;
    rdfs:comment "(non-classical form of U+43FA 䏺) to swell; swelling"@en .

<http://lexvo.org/id/char/43FF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%8F%BF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C7%90>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kai2>,
        <http://lexvo.org/id/term/yue/%E4%8F%BF>,
        "䏿"^^xsd:string ;
    rdfs:comment "the calf of the legs"@en .

<http://lexvo.org/id/char/4400> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%90%80>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gei3>,
        <http://lexvo.org/id/term/yue/%E4%90%80>,
        "䐀"^^xsd:string ;
    rdfs:comment "to dismember body of the livestock"@en .

<http://lexvo.org/id/char/4401> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%90%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ni%C7%8Eo%20zhu%C3%B3>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/doek3%20duk1%20zaa1>,
        <http://lexvo.org/id/term/yue/%E4%90%81>,
        "䐁"^^xsd:string ;
    rdfs:comment "the buttocks; the rump, fat; plump, one of the seven constellations; name of a star, the anus"@en .

<http://lexvo.org/id/char/4402> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%90%82>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/luk6%20lyun4>,
        <http://lexvo.org/id/term/yue/%E4%90%82>,
        "䐂"^^xsd:string ;
    rdfs:comment "fat of animals or plants, fat; plump; obese"@en .

<http://lexvo.org/id/char/4403> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%90%83>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C7%92ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kwaan3>,
        <http://lexvo.org/id/term/yue/%E4%90%83>,
        "䐃"^^xsd:string ;
    rdfs:comment "fat in the abdomen or intestine, protuberances of the muscle, a fetus inside the belly"@en .

<http://lexvo.org/id/char/4404> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%90%84>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A0n%20li%C7%8En%20xi%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/haam6>,
        <http://lexvo.org/id/term/yue/%E4%90%84>,
        "䐄"^^xsd:string ;
    rdfs:comment "the unsatisfaction of hunger requires meat, to cook the meat"@en .

<http://lexvo.org/id/char/4405> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%90%85>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zi4>,
        <http://lexvo.org/id/term/yue/%E4%90%85>,
        "䐅"^^xsd:string ;
    rdfs:comment "the buttocks; the bottom; the rump, to groan; to moan"@en .

<http://lexvo.org/id/char/4406> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%90%86>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C7%8Ei%20c%C3%A0i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/co1>,
        <http://lexvo.org/id/term/yue/%E4%90%86>,
        "䐆"^^xsd:string ;
    rdfs:comment "big belly, swollen of the belly"@en .

<http://lexvo.org/id/char/4407> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%90%87>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%BAn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/seon4>,
        <http://lexvo.org/id/term/yue/%E4%90%87>,
        "䐇"^^xsd:string ;
    rdfs:comment "clear; bright, (same as 吻) to agree; match, (same as 唇) the lips; the labia"@en .

<http://lexvo.org/id/char/4408> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%90%88>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/piu1%20zik1>,
        <http://lexvo.org/id/term/yue/%E4%90%88>,
        "䐈"^^xsd:string ;
    rdfs:comment "a piece of one foot two inches dried seasoned meat, to paste up; to attach to; to stick up; to glue, (same as 殖) rotten fat; grease, lard, etc., bowels, fat"@en .

<http://lexvo.org/id/char/4409> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%90%89>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zi3>,
        <http://lexvo.org/id/term/yue/%E4%90%89>,
        "䐉"^^xsd:string ;
    rdfs:comment "fat, (interchangeable 腦) the head"@en .

<http://lexvo.org/id/char/440A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%90%8A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%A1%20h%C3%BAn%20h%C3%B9n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kwaan1>,
        <http://lexvo.org/id/term/yue/%E4%90%8A>,
        "䐊"^^xsd:string ;
    rdfs:comment "(same as 䖵) insects, (same as 餛) cakes; biscuits; pastry, an ellipse"@en .

<http://lexvo.org/id/char/440B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/cung1>,
        <http://lexvo.org/id/term/yue/%E4%90%8B>,
        "䐋"^^xsd:string ;
    rdfs:comment "sick; illness; disease, red"@en .

<http://lexvo.org/id/char/440C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%90%8C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ti%C7%8En%20zh%C3%B2u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tin2>,
        <http://lexvo.org/id/term/yue/%E4%90%8C>,
        "䐌"^^xsd:string ;
    rdfs:comment "(ancient form of 腆) luxuriant; abundant; rich; plentiful of food, brazen-faced; shameless, good; virtuous, protruding, as belly, etc., to go to excess"@en .

<http://lexvo.org/id/char/440D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%90%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%B2u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zaau1>,
        <http://lexvo.org/id/term/yue/%E4%90%8D>,
        "䐍"^^xsd:string ;
    rdfs:comment "(same as 䐢) excellent food; delicacies, to wrinkle; to contract, beautiful; elegant, dried and seasoned meat"@en .

<http://lexvo.org/id/char/440E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/daai1%20daai6>,
        <http://lexvo.org/id/term/yue/%E4%90%8E>,
        "䐎"^^xsd:string ;
    rdfs:comment "fat; greasy"@en .

<http://lexvo.org/id/char/440F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%90%8F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C7%94n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ceon2>,
        <http://lexvo.org/id/term/yue/%E4%90%8F>,
        "䐏"^^xsd:string ;
    rdfs:comment "fat; plump"@en .

<http://lexvo.org/id/char/4410> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/cau1>,
        <http://lexvo.org/id/term/yue/%E4%90%90>,
        "䐐"^^xsd:string ;
    rdfs:comment "curved part of the knee, between the thigh and calf"@en .

<http://lexvo.org/id/char/4411> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%90%91>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%A9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bai3%20dip6%20pung3%20sip3%20sit3%20zip3>,
        <http://lexvo.org/id/term/yue/%E4%90%91>,
        "䐑"^^xsd:string ;
    rdfs:comment "thin cut of the sliced meat"@en .

<http://lexvo.org/id/char/4412> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/zaa1>,
        <http://lexvo.org/id/term/yue/%E4%90%92>,
        "䐒"^^xsd:string ;
    rdfs:comment "not fine; coarse, to stickup; to paste up; to attach to; to glue, scar"@en .

<http://lexvo.org/id/char/4413> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%90%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/r%C3%B3u%20r%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zaau4>,
        <http://lexvo.org/id/term/yue/%E4%90%93>,
        "䐓"^^xsd:string ;
    rdfs:comment "soft, (same as U+811C 脜) gentle; mild; temperate facial expression"@en .

<http://lexvo.org/id/char/4414> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%90%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%ACn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/baan3>,
        <http://lexvo.org/id/term/yue/%E4%90%94>,
        "䐔"^^xsd:string ;
    rdfs:comment "muscle of the calf (of the leg), tendon (of meat animals), stopping and rising of the pulse like a plaited ropes"@en .

<http://lexvo.org/id/char/4415> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%90%95>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/caap1%20tou1>,
        <http://lexvo.org/id/term/yue/%E4%90%95>,
        "䐕"^^xsd:string ;
    rdfs:comment "oil and grease; fats, the bursting of a wound"@en .

<http://lexvo.org/id/char/4416> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%90%96>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ngaai4%20zi4>,
        <http://lexvo.org/id/term/yue/%E4%90%96>,
        "䐖"^^xsd:string ;
    rdfs:comment "(same as 㕧) to laugh heartily; to roar with laughter; to groan; to moan"@en .

<http://lexvo.org/id/char/4417> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%90%97>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C7%94>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zyu1>,
        <http://lexvo.org/id/term/yue/%E4%90%97>,
        "䐗"^^xsd:string ;
    rdfs:comment "(same as 豬) a pig, (same as 肚) the belly; the abdomen"@en .

<http://lexvo.org/id/char/4418> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%90%98>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ju%C3%A9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/koek6>,
        <http://lexvo.org/id/term/yue/%E4%90%98>,
        "䐘"^^xsd:string ;
    rdfs:comment "to laugh heartily; to roar with laughter, tongue of the cow"@en .

<http://lexvo.org/id/char/4419> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%90%99>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C3%A9%20y%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gaak3>,
        <http://lexvo.org/id/term/yue/%E4%90%99>,
        "䐙"^^xsd:string ;
    rdfs:comment "(same as 膈) the diaphragm"@en .

<http://lexvo.org/id/char/441A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%90%9A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%AD%20j%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zik1>,
        <http://lexvo.org/id/term/yue/%E4%90%9A>,
        "䐚"^^xsd:string ;
    rdfs:comment "good graces; great favors, luster"@en .

<http://lexvo.org/id/char/441B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C4%81>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dap3>,
        <http://lexvo.org/id/term/yue/%E4%90%9B>,
        "䐛"^^xsd:string ;
    rdfs:comment "to loosen; to widen skin"@en .

<http://lexvo.org/id/char/441C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/can1>,
        <http://lexvo.org/id/term/yue/%E4%90%9C>,
        "䐜"^^xsd:string ;
    rdfs:comment "a swelled belly; drop-sical, to swell, inflated"@en .

<http://lexvo.org/id/char/441D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%90%9D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/su%C7%92>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/so2>,
        <http://lexvo.org/id/term/yue/%E4%90%9D>,
        "䐝"^^xsd:string ;
    rdfs:comment "thick; heavy fat of animals or plants"@en .

<http://lexvo.org/id/char/441E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%90%9E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ru%C3%B2>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zoek6>,
        <http://lexvo.org/id/term/yue/%E4%90%9E>,
        "䐞"^^xsd:string ;
    rdfs:comment "the thin membrane between skin and flesh that protects internal organs or tissues in the human body, weak; fragile; delicate, flesh, meat"@en .

<http://lexvo.org/id/char/441F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%90%9F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A0ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gong2%20hong6%20ngaau1>,
        <http://lexvo.org/id/term/yue/%E4%90%9F>,
        "䐟"^^xsd:string ;
    rdfs:comment "fat; plump, bent; curved feet"@en .

<http://lexvo.org/id/char/4420> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%90%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C7%8Eng>,
        "䐠"^^xsd:string ;
    rdfs:comment "between the flesh, name of state in southen China (of minority group), dim moon"@en .

<http://lexvo.org/id/char/4421> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%90%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C3%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ci4>,
        <http://lexvo.org/id/term/yue/%E4%90%A1>,
        "䐡"^^xsd:string ;
    rdfs:comment "(same as 臍) the navel; the umbilicus, the underside of a crab"@en .

<http://lexvo.org/id/char/4422> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%90%A2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%B9>,
        "䐢"^^xsd:string ;
    rdfs:comment "to wrinkle; to contract, beautiful; elegant, dried and seasoned meat, excellent food; delicacies"@en .

<http://lexvo.org/id/char/4423> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%90%A3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/cu%C3%B2%20s%C7%94n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/syun2>,
        <http://lexvo.org/id/term/yue/%E4%90%A3>,
        "䐣"^^xsd:string ;
    rdfs:comment "soup made of cutted meat mixed with blood"@en .

<http://lexvo.org/id/char/4424> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%90%A4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%AD%20cu%C3%B3%20q%C3%AC%20zh%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cai1%20zai6>,
        <http://lexvo.org/id/term/yue/%E4%90%A4>,
        "䐤"^^xsd:string ;
    rdfs:comment "dried and seasoned meat, sound of the abdomen"@en .

<http://lexvo.org/id/char/4425> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%90%A5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C4%9Bng>,
        <http://lexvo.org/id/term/vie/%E1%BB%8Fng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ngong3%20ngung3>,
        <http://lexvo.org/id/term/yue/%E4%90%A5>,
        "䐥"^^xsd:string ;
    rdfs:comment "stinky; offensive-smelling; odorous, fat; plump"@en .

<http://lexvo.org/id/char/4426> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/haap6%20hau2%20hot3%20lim5>,
        <http://lexvo.org/id/term/yue/%E4%90%A6>,
        "䐦"^^xsd:string ;
    rdfs:comment "sleepy"@en .

<http://lexvo.org/id/char/4427> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%90%A7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C3%A0o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hou3>,
        <http://lexvo.org/id/term/yue/%E4%90%A7>,
        "䐧"^^xsd:string ;
    rdfs:comment "(same as 犒) to reward or cheer troops with food, money, gifts, etc., (same as 臛) meat broth"@en .

<http://lexvo.org/id/char/4428> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%90%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C7%94>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/guk1>,
        <http://lexvo.org/id/term/yue/%E4%90%A8>,
        "䐨"^^xsd:string ;
    rdfs:comment "back of the foot, the back feet of the animal, covering; shell, to strike; heat from the top"@en .

<http://lexvo.org/id/char/4429> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%90%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C7%8Ei>,
        "䐩"^^xsd:string ;
    rdfs:comment "fat; plump, the fetus of livestock, delicious meat"@en .

<http://lexvo.org/id/char/442A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%90%AA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%A0n%20ju%C7%8En>,
        "䐪"^^xsd:string ;
    rdfs:comment "(same as standard form 臇) fat; rich, a stew of fish"@en .

<http://lexvo.org/id/char/442B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/sung1>,
        <http://lexvo.org/id/term/yue/%E4%90%AB>,
        "䐫"^^xsd:string ;
    rdfs:comment "obesity, fat; plump"@en .

<http://lexvo.org/id/char/442C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%90%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C3%A1o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cou4>,
        <http://lexvo.org/id/term/yue/%E4%90%AC>,
        "䐬"^^xsd:string ;
    rdfs:comment "crisp, brittle, light, sound from the abdomen"@en .

<http://lexvo.org/id/char/442D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%90%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%AC>,
        <http://lexvo.org/id/term/vie/gi%C3%A1i>,
        "䐭"^^xsd:string ;
    rdfs:comment "a discharge or flux, diarrhoea and dysentery"@en .

<http://lexvo.org/id/char/442E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%90%AE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C7%8En>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/can2%20san3%20zin1>,
        <http://lexvo.org/id/term/yue/%E4%90%AE>,
        "䐮"^^xsd:string ;
    rdfs:comment "skin"@en .

<http://lexvo.org/id/char/442F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%90%AF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%A9i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/leoi5>,
        <http://lexvo.org/id/term/yue/%E4%90%AF>,
        "䐯"^^xsd:string ;
    rdfs:comment "ugly appearance of a person, dry meat; preserved meat"@en .

<http://lexvo.org/id/char/4430> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/gaau1%20saau1>,
        <http://lexvo.org/id/term/yue/%E4%90%B0>,
        "䐰"^^xsd:string ;
    rdfs:comment "(same as U+7F9E 羞) to offer food as tribute; delicacies, savoury food"@en .

<http://lexvo.org/id/char/4431> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/zak6>,
        <http://lexvo.org/id/term/yue/%E4%90%B1>,
        "䐱"^^xsd:string ;
    rdfs:comment "to pick the meat in between of bones"@en .

<http://lexvo.org/id/char/4432> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%90%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%A9>,
        "䐲"^^xsd:string ;
    rdfs:comment "half-raw meat; not well cooked meat, the light or grow of fire, raw meat, offensve smell, especially of fish or blood, thin sliced meat"@en .

<http://lexvo.org/id/char/4433> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%90%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%BA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zyu4>,
        <http://lexvo.org/id/term/yue/%E4%90%B3>,
        "䐳"^^xsd:string ;
    rdfs:comment "(same as 魚) fish"@en .

<http://lexvo.org/id/char/4434> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%90%B4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/gu%C3%AC>,
        "䐴"^^xsd:string ;
    rdfs:comment "lumbago"@en .

<http://lexvo.org/id/char/4435> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%90%B5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%A1ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wong2>,
        <http://lexvo.org/id/term/yue/%E4%90%B5>,
        "䐵"^^xsd:string ;
    rdfs:comment "fat; obese, swelling"@en .

<http://lexvo.org/id/char/4436> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%90%B6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C7%90n>,
        "䐶"^^xsd:string ;
    rdfs:comment "to cook; to boil; to decoct, diseases of the lips; hare-lip, pieces of meat"@en .

<http://lexvo.org/id/char/4437> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/daan1>,
        <http://lexvo.org/id/term/yue/%E4%90%B7>,
        "䐷"^^xsd:string ;
    rdfs:comment "paunchy; a large belly"@en .

<http://lexvo.org/id/char/4438> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%90%B8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/gu%C3%B3%20hu%C3%B2>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gwok3>,
        <http://lexvo.org/id/term/yue/%E4%90%B8>,
        "䐸"^^xsd:string ;
    rdfs:comment "(non-classical form of 膕) the back of the knee, crooked feet"@en .

<http://lexvo.org/id/char/4439> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%90%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C3%A0o>,
        "䐹"^^xsd:string ;
    rdfs:comment "perserved and dried meat, (a dialect) fried; cooked small pieces of meat, meat broth"@en .

<http://lexvo.org/id/char/443A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%90%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tam4>,
        <http://lexvo.org/id/term/yue/%E4%90%BA>,
        "䐺"^^xsd:string ;
    rdfs:comment "delicious; tasty food, (same as U+91B0 醰) of a fine flavour"@en .

<http://lexvo.org/id/char/443B> a lvont:Character ;
    lvont:represents "䐻"^^xsd:string ;
    rdfs:comment "big pieces of dried meat"@en .

<http://lexvo.org/id/char/443C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%90%BC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C3%AC>,
        "䐼"^^xsd:string ;
    rdfs:comment "thin membrane of the throat; bullet"@en .

<http://lexvo.org/id/char/443D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%90%BD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mun4>,
        <http://lexvo.org/id/term/yue/%E4%90%BD>,
        "䐽"^^xsd:string .

<http://lexvo.org/id/char/443E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%90%BE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/du%C3%B3>,
        "䐾"^^xsd:string ;
    rdfs:comment "fat; plump"@en .

<http://lexvo.org/id/char/443F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C3%A1o%20%C3%A0o%20b%C3%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%90%BF>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ou3>,
        <http://lexvo.org/id/term/yue/%E4%90%BF>,
        "䐿"^^xsd:string ;
    rdfs:comment "gizzard, to store up meat, the five lowest pieces of bone of the spinal column"@en .

<http://lexvo.org/id/char/4440> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%91%80>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/pik1>,
        <http://lexvo.org/id/term/yue/%E4%91%80>,
        "䑀"^^xsd:string ;
    rdfs:comment "the navel, the bowels; the entrails; the viscera, (same as 癖) chronic swelling of the spleen"@en .

<http://lexvo.org/id/char/4441> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%91%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C3%B9>,
        "䑁"^^xsd:string ;
    rdfs:comment "fatty; greasy, ointment"@en .

<http://lexvo.org/id/char/4442> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C7%8Ei%20x%C3%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%91%82>,
        "䑂"^^xsd:string ;
    rdfs:comment "fat; plump"@en .

<http://lexvo.org/id/char/4443> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%91%83>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A9ng>,
        <http://lexvo.org/id/term/vie/m%C3%B4ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mung4>,
        <http://lexvo.org/id/term/yue/%E4%91%83>,
        "䑃"^^xsd:string ;
    rdfs:comment "dim moon, dark; obscure, stupid; ignorant, to cheat; to hide the truth, to cover up; to hide, plump; fleshy"@en .

<http://lexvo.org/id/char/4444> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%91%84>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%AC%20y%C3%AC>,
        "䑄"^^xsd:string ;
    rdfs:comment "rich; abundant; big and strong; vigorous, husky, (same as 瘜) (nasal) polypus"@en .

<http://lexvo.org/id/char/4445> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%91%85>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A9ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mung4>,
        <http://lexvo.org/id/term/yue/%E4%91%85>,
        "䑅"^^xsd:string ;
    rdfs:comment "(non-classical form) dizzy and sleepy; slumberous"@en .

<http://lexvo.org/id/char/4446> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%91%86>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%8Eng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zoeng5>,
        <http://lexvo.org/id/term/yue/%E4%91%86>,
        "䑆"^^xsd:string ;
    rdfs:comment "feel like vomiting"@en .

<http://lexvo.org/id/char/4447> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%91%87>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zat1>,
        <http://lexvo.org/id/term/yue/%E4%91%87>,
        "䑇"^^xsd:string ;
    rdfs:comment "medicine for a sore; a boil (injure by a sword or a knief)"@en .

<http://lexvo.org/id/char/4448> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%91%88>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%B3>,
        "䑈"^^xsd:string ;
    rdfs:comment "meat to offer for worship"@en .

<http://lexvo.org/id/char/4449> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%91%89>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%ADng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zing4>,
        <http://lexvo.org/id/term/yue/%E4%91%89>,
        "䑉"^^xsd:string ;
    rdfs:comment "excrement, shit; night soil"@en .

<http://lexvo.org/id/char/444A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%91%8A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C3%A9i%20w%C3%A8i>,
        "䑊"^^xsd:string ;
    rdfs:comment "fat; plump, physical disease; carnal"@en .

<http://lexvo.org/id/char/444B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%91%8B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C3%A1o%20r%C7%8Eng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zoeng5>,
        <http://lexvo.org/id/term/yue/%E4%91%8B>,
        "䑋"^^xsd:string ;
    rdfs:comment "fat; obese"@en .

<http://lexvo.org/id/char/444C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%91%8C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%A1n>,
        "䑌"^^xsd:string ;
    rdfs:comment "lwhat is left over of the food ( of birds and animals) (same as 爛) overripe; rotten, cooked soft; well cooked"@en .

<http://lexvo.org/id/char/444D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%91%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A0n%20y%C7%90ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zin1%20zin3%20zing2>,
        <http://lexvo.org/id/term/yue/%E4%91%8D>,
        "䑍"^^xsd:string ;
    rdfs:comment "(same as 咽) to swallow; the throat, (same as 癭) a reddish swelling on the neck, gnarl"@en .

<http://lexvo.org/id/char/444E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%91%8E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C7%8En>,
        "䑎"^^xsd:string ;
    rdfs:comment "soup of pig's intestines, meat soup; meat broth"@en .

<http://lexvo.org/id/char/444F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%91%8F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qu%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kyun4>,
        <http://lexvo.org/id/term/yue/%E4%91%8F>,
        "䑏"^^xsd:string ;
    rdfs:comment "ugly, a legendary animal"@en .

<http://lexvo.org/id/char/4450> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%91%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C4%9Bn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/maai4>,
        <http://lexvo.org/id/term/yue/%E4%91%90>,
        "䑐"^^xsd:string ;
    rdfs:comment "bright; light, clear, (same as 瞇) to close the eyes; to narrow the eyes"@en .

<http://lexvo.org/id/char/4451> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%91%91>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%BA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/buk6>,
        <http://lexvo.org/id/term/yue/%E4%91%91>,
        "䑑"^^xsd:string ;
    rdfs:comment "(ancient form of 僕) a servant, a modest term referring to oneself"@en .

<http://lexvo.org/id/char/4452> a lvont:Character ;
    lvont:represents "䑒"^^xsd:string ;
    rdfs:comment "a kind of farm tool used in ancient times"@en .

<http://lexvo.org/id/char/4453> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%91%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%A1i%20t%C7%8Ei>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/toi4>,
        <http://lexvo.org/id/term/yue/%E4%91%93>,
        "䑓"^^xsd:string ;
    rdfs:comment "(same as 臺) a lookout, a tower, a terrace, a platform, a stage"@en .

<http://lexvo.org/id/char/4454> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%91%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%A8i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fai3>,
        <http://lexvo.org/id/term/yue/%E4%91%94>,
        "䑔"^^xsd:string ;
    rdfs:comment "to pound (grain) in order to remove the husk"@en .

<http://lexvo.org/id/char/4455> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%91%95>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C7%94>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/syu2>,
        <http://lexvo.org/id/term/yue/%E4%91%95>,
        "䑕"^^xsd:string ;
    rdfs:comment "(a non-classical abbreviated form of 鼠) a rat, a mouse, squirrels, moles, etc., KangXi radical 208"@en .

<http://lexvo.org/id/char/4456> a lvont:Character ;
    lvont:represents "䑖"^^xsd:string .

<http://lexvo.org/id/char/4457> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%91%97>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%A0ng>,
        "䑗"^^xsd:string ;
    rdfs:comment "to pound (grain) in order to remove the husk"@en .

<http://lexvo.org/id/char/4458> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%91%98>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%A1%20cu%C3%B3>,
        "䑘"^^xsd:string ;
    rdfs:comment "to pound; to ram down, to polish; to grind barley or wheat"@en .

<http://lexvo.org/id/char/4459> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%91%99>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/r%C3%A1n>,
        "䑙"^^xsd:string ;
    rdfs:comment "put out the tongue; (same as U+3401 㐁) to lick; to taste"@en .

<http://lexvo.org/id/char/445A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%91%9A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ti%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/min5%20tim4>,
        <http://lexvo.org/id/term/yue/%E4%91%9A>,
        "䑚"^^xsd:string ;
    rdfs:comment "(non-classical form of 甜) sweet; agreeable; pleasant"@en .

<http://lexvo.org/id/char/445B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%91%9B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C7%90%20sh%C3%AC%20y%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/saai5>,
        <http://lexvo.org/id/term/yue/%E4%91%9B>,
        "䑛"^^xsd:string ;
    rdfs:comment "(standard form of 舐) to lick"@en .

<http://lexvo.org/id/char/445C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%91%9C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%A0>,
        "䑜"^^xsd:string ;
    rdfs:comment "to eat heavily, cooked rice, a meal, to drink, to swallow, to lick, the uvula, the ligule"@en .

<http://lexvo.org/id/char/445D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%91%9D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C7%8E>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gaa2>,
        <http://lexvo.org/id/term/yue/%E4%91%9D>,
        "䑝"^^xsd:string ;
    rdfs:comment "(non-classical form of 斝) a small cup with ears, used in ancient times for libations"@en .

<http://lexvo.org/id/char/445E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%91%9E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%B9n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/seon3>,
        <http://lexvo.org/id/term/yue/%E4%91%9E>,
        "䑞"^^xsd:string ;
    rdfs:comment "(same as 舜) Shun, name of a legendary Chinese ruler, said to have ruled from 2255-2205 B.C., wise; good"@en .

<http://lexvo.org/id/char/445F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%91%9F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%A1ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wong4>,
        <http://lexvo.org/id/term/yue/%E4%91%9F>,
        "䑟"^^xsd:string ;
    rdfs:comment "(same as 葟) luxuriant; exuberant; flourishing (said of grass and tress; vegetation; flora)"@en .

<http://lexvo.org/id/char/4460> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%91%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C7%8Eo>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/liu5>,
        <http://lexvo.org/id/term/yue/%E4%91%A0>,
        "䑠"^^xsd:string ;
    rdfs:comment "long and narrow boat, a small boat"@en .

<http://lexvo.org/id/char/4461> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/caa1%20dok6>,
        <http://lexvo.org/id/term/yue/%E4%91%A1>,
        "䑡"^^xsd:string ;
    rdfs:comment "(same as 艖) small boat (short and deep)"@en .

<http://lexvo.org/id/char/4462> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/dou1%20zaa3>,
        <http://lexvo.org/id/term/yue/%E4%91%A2>,
        "䑢"^^xsd:string ;
    rdfs:comment "(non-classical form) (same as 舠) a knife shaped small boat"@en .

<http://lexvo.org/id/char/4463> a lvont:Character ;
    lvont:represents "䑣"^^xsd:string ;
    rdfs:comment "a sailing boat"@en .

<http://lexvo.org/id/char/4464> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%91%A4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%ACn%20j%C3%ACng>,
        "䑤"^^xsd:string ;
    rdfs:comment "a boat; a ship; vessel"@en .

<http://lexvo.org/id/char/4465> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C3%A8%20s%C3%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%91%A5>,
        "䑥"^^xsd:string ;
    rdfs:comment "a moving boat; a sailing boat, tools used on a boat, a speedy boat"@en .

<http://lexvo.org/id/char/4466> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/keoi4%20ngaau1>,
        <http://lexvo.org/id/term/yue/%E4%91%A6>,
        "䑦"^^xsd:string ;
    rdfs:comment "a boat; a ship; vessel"@en .

<http://lexvo.org/id/char/4467> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%91%A7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%BA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fu1>,
        <http://lexvo.org/id/term/yue/%E4%91%A7>,
        "䑧"^^xsd:string ;
    rdfs:comment "a short, deep and small boat"@en .

<http://lexvo.org/id/char/4468> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%91%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/du%C3%B2>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/to4>,
        <http://lexvo.org/id/term/yue/%E4%91%A8>,
        "䑨"^^xsd:string ;
    rdfs:comment "(same as 舵) rudder; helm"@en .

<http://lexvo.org/id/char/4469> a lvont:Character ;
    lvont:represents "䑩"^^xsd:string ;
    rdfs:comment "a kind of inland rivers warship used in Qing Dynasty"@en .

<http://lexvo.org/id/char/446A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C3%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%91%AA>,
        "䑪"^^xsd:string ;
    rdfs:comment "a sailing; moving boat"@en .

<http://lexvo.org/id/char/446B> a lvont:Character ;
    lvont:represents "䑫"^^xsd:string ;
    rdfs:comment "tools for boat, name of a boat"@en .

<http://lexvo.org/id/char/446C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%91%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A0o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tiu1>,
        <http://lexvo.org/id/term/yue/%E4%91%AC>,
        "䑬"^^xsd:string ;
    rdfs:comment "boat, large boat, to dispel; to remove; to move, to stir up"@en .

<http://lexvo.org/id/char/446D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%91%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%AC%20zh%C3%AC>,
        "䑭"^^xsd:string ;
    rdfs:comment "war vessel; man-of-war; warship"@en .

<http://lexvo.org/id/char/446E> a lvont:Character ;
    lvont:represents "䑮"^^xsd:string .

<http://lexvo.org/id/char/446F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%91%AF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/daai6>,
        <http://lexvo.org/id/term/yue/%E4%91%AF>,
        "䑯"^^xsd:string ;
    rdfs:comment "a boat; a ship; vessel"@en .

<http://lexvo.org/id/char/4470> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%91%B0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bou6>,
        <http://lexvo.org/id/term/yue/%E4%91%B0>,
        "䑰"^^xsd:string ;
    rdfs:comment "small boat"@en .

<http://lexvo.org/id/char/4471> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%91%B1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A1n%20w%C7%8En>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wun2>,
        <http://lexvo.org/id/term/yue/%E4%91%B1>,
        "䑱"^^xsd:string ;
    rdfs:comment "a boat; a ship; vessel"@en .

<http://lexvo.org/id/char/4472> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%91%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%A8%20zh%C3%A1i%20zh%C3%A0o>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%A0o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zau3>,
        <http://lexvo.org/id/term/yue/%E4%91%B2>,
        "䑲"^^xsd:string ;
    rdfs:comment "(same as 棹 櫂) to row a boat, an oar, a scull, a boat"@en .

<http://lexvo.org/id/char/4473> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%91%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%BAn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/leon4>,
        <http://lexvo.org/id/term/yue/%E4%91%B3>,
        "䑳"^^xsd:string ;
    rdfs:comment "a horizontal bar in front of a boat, a boat"@en .

<http://lexvo.org/id/char/4474> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%91%B4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C3%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kei4%20zin1>,
        <http://lexvo.org/id/term/yue/%E4%91%B4>,
        "䑴"^^xsd:string ;
    rdfs:comment "a boat; a ship; vessel"@en .

<http://lexvo.org/id/char/4475> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%91%B5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/muk6>,
        <http://lexvo.org/id/term/yue/%E4%91%B5>,
        "䑵"^^xsd:string ;
    rdfs:comment "(corrupted form of 艒) a small boat"@en .

<http://lexvo.org/id/char/4476> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%91%B6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C3%A1n%20qi%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sin6>,
        <http://lexvo.org/id/term/yue/%E4%91%B6>,
        "䑶"^^xsd:string ;
    rdfs:comment "sprightly boat; light boat"@en .

<http://lexvo.org/id/char/4477> a lvont:Character ;
    lvont:represents "䑷"^^xsd:string .

<http://lexvo.org/id/char/4478> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/zung1>,
        <http://lexvo.org/id/term/yue/%E4%91%B8>,
        "䑸"^^xsd:string ;
    rdfs:comment "a group of boats, boat; warship"@en .

<http://lexvo.org/id/char/4479> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/sau1>,
        <http://lexvo.org/id/term/yue/%E4%91%B9>,
        "䑹"^^xsd:string ;
    rdfs:comment "(same as 艘) a numerary adjunct for ships, groove of a boat"@en .

<http://lexvo.org/id/char/447A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/fan4%20po4%20pun4>,
        <http://lexvo.org/id/term/yue/%E4%91%BA>,
        "䑺"^^xsd:string ;
    rdfs:comment "(same as 帆) a sail (of a boat)"@en .

<http://lexvo.org/id/char/447B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%91%BB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%B3u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zaau4>,
        <http://lexvo.org/id/term/yue/%E4%91%BB>,
        "䑻"^^xsd:string ;
    rdfs:comment "covering; curtain, or screen of a boat, to sail a boat"@en .

<http://lexvo.org/id/char/447C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/saau2%20zaau1>,
        <http://lexvo.org/id/term/yue/%E4%91%BC>,
        "䑼"^^xsd:string ;
    rdfs:comment "ocean-going liner, steamer, a boat; a ship; vessel"@en .

<http://lexvo.org/id/char/447D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%91%BD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%A1%20t%C3%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%A0>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dap6>,
        <http://lexvo.org/id/term/yue/%E4%91%BD>,
        "䑽"^^xsd:string ;
    rdfs:comment "a large boat"@en .

<http://lexvo.org/id/char/447E> a lvont:Character ;
    lvont:represents "䑾"^^xsd:string .

<http://lexvo.org/id/char/447F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%91%BF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/suk1>,
        <http://lexvo.org/id/term/yue/%E4%91%BF>,
        "䑿"^^xsd:string ;
    rdfs:comment "small boat"@en .

<http://lexvo.org/id/char/4480> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%92%80>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%BA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bou6>,
        <http://lexvo.org/id/term/yue/%E4%92%80>,
        "䒀"^^xsd:string ;
    rdfs:comment "short and deep boat"@en .

<http://lexvo.org/id/char/4481> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%92%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%AC%20x%C3%AD%20xi%C3%A0o%20y%C3%A0>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zaap6>,
        <http://lexvo.org/id/term/yue/%E4%92%81>,
        "䒁"^^xsd:string ;
    rdfs:comment "a small boat connected to the back of a big boat; used to load the passengers, cargo or goods, warship, a kind of tools used to capsize"@en .

<http://lexvo.org/id/char/4482> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%92%82>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C7%8Eng%20xi%C7%8Eng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zoeng2>,
        <http://lexvo.org/id/term/yue/%E4%92%82>,
        "䒂"^^xsd:string ;
    rdfs:comment "an oar"@en .

<http://lexvo.org/id/char/4483> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%92%83>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C3%A0o%20z%C3%A0o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zou6>,
        <http://lexvo.org/id/term/yue/%E4%92%83>,
        "䒃"^^xsd:string ;
    rdfs:comment "(same as U+8241 造) to build; to make; to do, to arrive at; to go to"@en .

<http://lexvo.org/id/char/4484> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%92%84>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%B3%20f%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fu3>,
        <http://lexvo.org/id/term/yue/%E4%92%84>,
        "䒄"^^xsd:string ;
    rdfs:comment "fully laden of a boat, name of a ship"@en .

<http://lexvo.org/id/char/4485> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%92%85>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%A9ng>,
        "䒅"^^xsd:string ;
    rdfs:comment "beautiful eyes, (dialect) a pair; two"@en .

<http://lexvo.org/id/char/4486> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%92%86>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%A8>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cit3>,
        <http://lexvo.org/id/term/yue/%E4%92%86>,
        "䒆"^^xsd:string ;
    rdfs:comment "name of a ship, a sailing boat"@en .

<http://lexvo.org/id/char/4487> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%92%87>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/daau2%20daau6%20fu3>,
        <http://lexvo.org/id/term/yue/%E4%92%87>,
        "䒇"^^xsd:string ;
    rdfs:comment "name of a ship, fully load of a boat"@en .

<http://lexvo.org/id/char/4488> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%92%88>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C7%94%20f%C3%A8%20f%C3%A8i>,
        "䒈"^^xsd:string ;
    rdfs:comment "(same as 橨) side beam of a boat"@en .

<http://lexvo.org/id/char/4489> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%92%89>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C7%94>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mou5>,
        <http://lexvo.org/id/term/yue/%E4%92%89>,
        "䒉"^^xsd:string ;
    rdfs:comment "a long, narrow boat"@en .

<http://lexvo.org/id/char/448A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/haai4>,
        <http://lexvo.org/id/term/yue/%E4%92%8A>,
        "䒊"^^xsd:string ;
    rdfs:comment "a patient (of jaundice; icterus) facial complexion"@en .

<http://lexvo.org/id/char/448B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%92%8B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%8Eng>,
        "䒋"^^xsd:string ;
    rdfs:comment "air current; atmospheric current"@en .

<http://lexvo.org/id/char/448C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%92%8C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%ACng>,
        "䒌"^^xsd:string ;
    rdfs:comment "dark blue color, without color, to close the eyes"@en .

<http://lexvo.org/id/char/448D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%92%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C7%8Eng>,
        "䒍"^^xsd:string ;
    rdfs:comment "without color, clear and lucid"@en .

<http://lexvo.org/id/char/448E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%92%8E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C7%8Eng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mong5>,
        <http://lexvo.org/id/term/yue/%E4%92%8E>,
        "䒎"^^xsd:string ;
    rdfs:comment "without color, clear and lucid"@en .

<http://lexvo.org/id/char/448F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/zang1>,
        <http://lexvo.org/id/term/yue/%E4%92%8F>,
        "䒏"^^xsd:string ;
    rdfs:comment "disturbed in mind, not in good health, a fierce or ferocious appearance"@en .

<http://lexvo.org/id/char/4490> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%92%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A9ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ci2%20mung6>,
        <http://lexvo.org/id/term/yue/%E4%92%90>,
        "䒐"^^xsd:string ;
    rdfs:comment "disturbed in mind, not in good health, a fierce or ferocious appearance, a bad look"@en .

<http://lexvo.org/id/char/4491> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%92%91>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C7%8Eo>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cou2>,
        <http://lexvo.org/id/term/yue/%E4%92%91>,
        "䒑"^^xsd:string ;
    rdfs:comment "(non-classical form of 艸) grass; straw; herbs; weeds"@en .

<http://lexvo.org/id/char/4492> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%92%92>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ti%C3%A1o%20y%C7%8Eo%20y%C3%B3u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/seoi1%20tiu4%20waai2%20zaau4%20ziu5>,
        <http://lexvo.org/id/term/yue/%E4%92%92>,
        "䒒"^^xsd:string ;
    rdfs:comment "(same as 芀) name of a plant (much used for making brooms); a reed"@en .

<http://lexvo.org/id/char/4493> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%92%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C7%8Ei>,
        "䒓"^^xsd:string ;
    rdfs:comment "to do violence, perverse; rebellious, calamities; tribulations; miseries; crime; sin"@en .

<http://lexvo.org/id/char/4494> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%92%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%A0i>,
        "䒔"^^xsd:string ;
    rdfs:comment "name of a variety of grass"@en .

<http://lexvo.org/id/char/4495> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%92%95>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C7%8Eo>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/siu2>,
        <http://lexvo.org/id/term/yue/%E4%92%95>,
        "䒕"^^xsd:string ;
    rdfs:comment "a kind of herb medicine, luxuriant; flourishing of grass and trees"@en .

<http://lexvo.org/id/char/4496> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%92%96>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C3%ACn>,
        "䒖"^^xsd:string ;
    rdfs:comment "a kind of herb medicine (plants of the mugwort or artemisia family)"@en .

<http://lexvo.org/id/char/4497> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%92%97>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gaat1%20hei3>,
        <http://lexvo.org/id/term/yue/%E4%92%97>,
        "䒗"^^xsd:string ;
    rdfs:comment "(same as 芞) fragrant herb, vanilla"@en .

<http://lexvo.org/id/char/4498> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/seoi1>,
        <http://lexvo.org/id/term/yue/%E4%92%98>,
        "䒘"^^xsd:string ;
    rdfs:comment "(same as 荾) parsley, (same as 葰) ginger, pistil"@en .

<http://lexvo.org/id/char/4499> a lvont:Character ;
    lvont:represents "䒙"^^xsd:string .

<http://lexvo.org/id/char/449A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%92%9A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C7%8Eo>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/siu2>,
        <http://lexvo.org/id/term/yue/%E4%92%9A>,
        "䒚"^^xsd:string ;
    rdfs:comment "name of a variety of grass"@en .

<http://lexvo.org/id/char/449B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%92%9B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A9ng%20hu%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/waan6>,
        <http://lexvo.org/id/term/yue/%E4%92%9B>,
        "䒛"^^xsd:string ;
    rdfs:comment "name of a variety of grass"@en .

<http://lexvo.org/id/char/449C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%92%9C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ni%C3%BA>,
        <http://lexvo.org/id/term/vie/ng%C3%A2u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ngaau4>,
        <http://lexvo.org/id/term/yue/%E4%92%9C>,
        "䒜"^^xsd:string ;
    rdfs:comment "name of a variety of grass, a kind of herb"@en .

<http://lexvo.org/id/char/449D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%92%9D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A1o>,
        "䒝"^^xsd:string ;
    rdfs:comment "root of the thatch, straw or couch grass; a herb medicine to quench thirst"@en .

<http://lexvo.org/id/char/449E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%92%9E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%A9n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cam4>,
        <http://lexvo.org/id/term/yue/%E4%92%9E>,
        "䒞"^^xsd:string ;
    rdfs:comment "name of a variety of grass, hot"@en .

<http://lexvo.org/id/char/449F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/daan1>,
        <http://lexvo.org/id/term/yue/%E4%92%9F>,
        "䒟"^^xsd:string ;
    rdfs:comment "name of a variety of grass"@en .

<http://lexvo.org/id/char/44A0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%92%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C7%8En%20xi%C3%A1>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fung1>,
        <http://lexvo.org/id/term/yue/%E4%92%A0>,
        "䒠"^^xsd:string ;
    rdfs:comment "(same as 丰) luxuriant; exuberant of the grass and trees, young shoots of the rape-turnip--Brassica rapa"@en .

<http://lexvo.org/id/char/44A1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%92%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%90n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zaan5>,
        <http://lexvo.org/id/term/yue/%E4%92%A1>,
        "䒡"^^xsd:string ;
    rdfs:comment "name of a variety of grass"@en .

<http://lexvo.org/id/char/44A2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C3%A1ng%20y%C3%ACng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%92%A2>,
        "䒢"^^xsd:string ;
    rdfs:comment "sweet flag; the calamus; its leaves are hung on the door lintels on the 5th of the5th lunar month, to avert evil influences"@en .

<http://lexvo.org/id/char/44A3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%92%A3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/r%C7%8En>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zim5>,
        <http://lexvo.org/id/term/yue/%E4%92%A3>,
        "䒣"^^xsd:string ;
    rdfs:comment "(same as 苒) (of flowers and grass) lush or delicate"@en .

<http://lexvo.org/id/char/44A4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%92%A4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/r%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zaat6>,
        <http://lexvo.org/id/term/yue/%E4%92%A4>,
        "䒤"^^xsd:string ;
    rdfs:comment "name of a variety of grass"@en .

<http://lexvo.org/id/char/44A5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%92%A5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%A0%20li%C7%94%20m%C3%A1n>,
        "䒥"^^xsd:string ;
    rdfs:comment "corresponding; equivalent, considerable; to a great extent, appropriate"@en .

<http://lexvo.org/id/char/44A6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%92%A6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%A0n>,
        "䒦"^^xsd:string ;
    rdfs:comment "grass floats on water"@en .

<http://lexvo.org/id/char/44A7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%92%A7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/goi1%20heoi3>,
        <http://lexvo.org/id/term/yue/%E4%92%A7>,
        "䒧"^^xsd:string ;
    rdfs:comment "a vessel or utensil made of straw, grass or weeds, a kind of grass"@en .

<http://lexvo.org/id/char/44A8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%92%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C7%90>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ci2>,
        <http://lexvo.org/id/term/yue/%E4%92%A8>,
        "䒨"^^xsd:string ;
    rdfs:comment "a kind of vegetable, plants of the mugwort or artemisia family"@en .

<http://lexvo.org/id/char/44A9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%92%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A9%20xi%C3%A1>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wo4%20wu6>,
        <http://lexvo.org/id/term/yue/%E4%92%A9>,
        "䒩"^^xsd:string ;
    rdfs:comment "name of a variety of grass, (same as 莫) not"@en .

<http://lexvo.org/id/char/44AA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%92%AA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/bi%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bin6>,
        <http://lexvo.org/id/term/yue/%E4%92%AA>,
        "䒪"^^xsd:string ;
    rdfs:comment "name of a variety of grass"@en .

<http://lexvo.org/id/char/44AB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%92%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%A0i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/doi6>,
        <http://lexvo.org/id/term/yue/%E4%92%AB>,
        "䒫"^^xsd:string ;
    rdfs:comment "grassy"@en .

<http://lexvo.org/id/char/44AC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%92%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%B2>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mok6>,
        <http://lexvo.org/id/term/yue/%E4%92%AC>,
        "䒬"^^xsd:string ;
    rdfs:comment "(ancient form of 莫) not, (standard form of 暮) sunset; dusk"@en .

<http://lexvo.org/id/char/44AD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%92%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C4%9Bng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dang2>,
        <http://lexvo.org/id/term/yue/%E4%92%AD>,
        "䒭"^^xsd:string ;
    rdfs:comment "(same as 等) rank; grade, same; equal, to wait, and so on; etc."@en .

<http://lexvo.org/id/char/44AE> a lvont:Character ;
    lvont:represents "䒮"^^xsd:string .

<http://lexvo.org/id/char/44AF> a lvont:Character ;
    lvont:represents "䒯"^^xsd:string .

<http://lexvo.org/id/char/44B0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/hong4>,
        <http://lexvo.org/id/term/yue/%E4%92%B0>,
        "䒰"^^xsd:string ;
    rdfs:comment "to follow; to trace, to submit; to accord with, to accompany, a kind of grass"@en .

<http://lexvo.org/id/char/44B1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/zing1>,
        <http://lexvo.org/id/term/yue/%E4%92%B1>,
        "䒱"^^xsd:string ;
    rdfs:comment "(same as 蒸) twigs of hemp used fo fuel, to rise, as steam, steam"@en .

<http://lexvo.org/id/char/44B2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%92%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%A0>,
        "䒲"^^xsd:string ;
    rdfs:comment "a medical herb; a second name for ( 黃岑) Scutellaria baikalensis"@en .

<http://lexvo.org/id/char/44B3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%92%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/du%C7%92>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/deoi2>,
        <http://lexvo.org/id/term/yue/%E4%92%B3>,
        "䒳"^^xsd:string ;
    rdfs:comment "(same as U+6736 朵) a flower; a cluster of flowers; a bud, lobe of the ear"@en .

<http://lexvo.org/id/char/44B4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%92%B4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%92u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zaau5>,
        <http://lexvo.org/id/term/yue/%E4%92%B4>,
        "䒴"^^xsd:string ;
    rdfs:comment "name of a variety of grass"@en .

<http://lexvo.org/id/char/44B5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%92%B5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A0o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hou3>,
        <http://lexvo.org/id/term/yue/%E4%92%B5>,
        "䒵"^^xsd:string ;
    rdfs:comment "name of a variety of grass"@en .

<http://lexvo.org/id/char/44B6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/tin1>,
        <http://lexvo.org/id/term/yue/%E4%92%B6>,
        "䒶"^^xsd:string ;
    rdfs:comment "(ancient form of 天) the sky; the heaven, Nature; God, day"@en .

<http://lexvo.org/id/char/44B7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/gu%C4%81>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kut3>,
        <http://lexvo.org/id/term/yue/%E4%92%B7>,
        "䒷"^^xsd:string ;
    rdfs:comment "a kind of plant, a kind of herb; Chinese trichosanthes (Trichosanthes kirilowii); bryonia"@en .

<http://lexvo.org/id/char/44B8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%92%B8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A1n%20xu%C3%A8%20yu%C3%A8>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hyut3>,
        <http://lexvo.org/id/term/yue/%E4%92%B8>,
        "䒸"^^xsd:string ;
    rdfs:comment "grass"@en .

<http://lexvo.org/id/char/44B9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%92%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%A8i>,
        "䒹"^^xsd:string ;
    rdfs:comment "grassy, fruitful"@en .

<http://lexvo.org/id/char/44BA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%92%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C7%90n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gan2>,
        <http://lexvo.org/id/term/yue/%E4%92%BA>,
        "䒺"^^xsd:string ;
    rdfs:comment "(ancient form of 堇) clay"@en .

<http://lexvo.org/id/char/44BB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%92%BB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C7%90>,
        "䒻"^^xsd:string ;
    rdfs:comment "a medical herb; acrid taste; poisonless; harmless"@en .

<http://lexvo.org/id/char/44BC> a lvont:Character ;
    lvont:represents "䒼"^^xsd:string ;
    rdfs:comment "(same as 曲) a bamboo tray for raising silkworms"@en .

<http://lexvo.org/id/char/44BD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%92%BD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A9i%20w%C7%8Eng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mong5>,
        <http://lexvo.org/id/term/yue/%E4%92%BD>,
        "䒽"^^xsd:string ;
    rdfs:comment "Illicium anisatum, and kind of poisonous shrub"@en .

<http://lexvo.org/id/char/44BE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/zi1%20zi2>,
        <http://lexvo.org/id/term/yue/%E4%92%BE>,
        "䒾"^^xsd:string .

<http://lexvo.org/id/char/44BF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C3%A1o>,
        "䒿"^^xsd:string .

<http://lexvo.org/id/char/44C0> a lvont:Character ;
    lvont:represents "䓀"^^xsd:string .

<http://lexvo.org/id/char/44C1> a lvont:Character ;
    lvont:represents "䓁"^^xsd:string .

<http://lexvo.org/id/char/44C2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%93%82>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zin4>,
        <http://lexvo.org/id/term/yue/%E4%93%82>,
        "䓂"^^xsd:string ;
    rdfs:comment "name of a variety of grass, last name"@en .

<http://lexvo.org/id/char/44C3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%93%83>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zaap1>,
        <http://lexvo.org/id/term/yue/%E4%93%83>,
        "䓃"^^xsd:string ;
    rdfs:comment "melancholy and sad, withered (said of grass and trees)"@en .

<http://lexvo.org/id/char/44C4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%93%84>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%ADn>,
        "䓄"^^xsd:string ;
    rdfs:comment "grassy, name of a variety of grass"@en .

<http://lexvo.org/id/char/44C5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%93%85>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C3%AD>,
        "䓅"^^xsd:string ;
    rdfs:comment "(same as 芹) celery; a kind of watr plant"@en .

<http://lexvo.org/id/char/44C6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%93%86>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%A9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zit3%20zoek3>,
        <http://lexvo.org/id/term/yue/%E4%93%86>,
        "䓆"^^xsd:string ;
    rdfs:comment "to cut the; to sever grass"@en .

<http://lexvo.org/id/char/44C7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%93%87>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hak1>,
        <http://lexvo.org/id/term/yue/%E4%93%87>,
        "䓇"^^xsd:string ;
    rdfs:comment "luxuriant; lush of grass and trees, (same as 赫) bright; glowing, brilliant; glorious, (same as 嚇) angry, fear; dread; fright; scare"@en .

<http://lexvo.org/id/char/44C8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%93%88>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zik6>,
        <http://lexvo.org/id/term/yue/%E4%93%88>,
        "䓈"^^xsd:string ;
    rdfs:comment "a kind of plant; chicken-head; Euryale ferox"@en .

<http://lexvo.org/id/char/44C9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%93%89>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ze4>,
        <http://lexvo.org/id/term/yue/%E4%93%89>,
        "䓉"^^xsd:string ;
    rdfs:comment "name of a variety of grass, a kind of vegetable, (same as 椰) coconut; coconut palm; coconut tree"@en .

<http://lexvo.org/id/char/44CA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C3%A8%20w%C3%BA%20y%C3%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%93%8A>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ng4>,
        <http://lexvo.org/id/term/yue/%E4%93%8A>,
        "䓊"^^xsd:string ;
    rdfs:comment "name of a variety of grass, (as moxa) (Perilla ocimoides)"@en .

<http://lexvo.org/id/char/44CB> a lvont:Character ;
    lvont:represents "䓋"^^xsd:string ;
    rdfs:comment "elm-seeds -- used as food"@en .

<http://lexvo.org/id/char/44CC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%93%8C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zi3>,
        <http://lexvo.org/id/term/yue/%E4%93%8C>,
        "䓌"^^xsd:string ;
    rdfs:comment "polygala (a medical herb)"@en .

<http://lexvo.org/id/char/44CD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%93%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C7%8En>,
        "䓍"^^xsd:string ;
    rdfs:comment "cruciferous flowers; with acrid seeds; used as medicine"@en .

<http://lexvo.org/id/char/44CE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%93%8E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/chu%C3%B2>,
        "䓎"^^xsd:string ;
    rdfs:comment "name of a variety of grass"@en .

<http://lexvo.org/id/char/44CF> a lvont:Character ;
    lvont:represents "䓏"^^xsd:string ;
    rdfs:comment "flourishing; luxuriant; a lush growth of flowers"@en .

<http://lexvo.org/id/char/44D0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%93%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%BAn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/seon4>,
        <http://lexvo.org/id/term/yue/%E4%93%90>,
        "䓐"^^xsd:string ;
    rdfs:comment "name of a variety of grass"@en .

<http://lexvo.org/id/char/44D1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%93%91>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C7%90ng%20p%C3%ADng>,
        "䓑"^^xsd:string ;
    rdfs:comment "(same as 荓) name of a variety of grass (same as 萍) duckweeds"@en .

<http://lexvo.org/id/char/44D2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%93%92>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ku%C7%8Ei>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gwaai2>,
        <http://lexvo.org/id/term/yue/%E4%93%92>,
        "䓒"^^xsd:string ;
    rdfs:comment "(same as 蒯) Scirpus cyperinus var, concolor, a rush, from which many things are weaved"@en .

<http://lexvo.org/id/char/44D3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%93%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%B3u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/caau4%20zaau6>,
        <http://lexvo.org/id/term/yue/%E4%93%93>,
        "䓓"^^xsd:string ;
    rdfs:comment "(simplified form of 薵) name of a variety of grass, (same as 葤) use grass to wrap things, to cover; to put a cover over something"@en .

<http://lexvo.org/id/char/44D4> a lvont:Character ;
    lvont:represents "䓔"^^xsd:string .

<http://lexvo.org/id/char/44D5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%93%95>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/tu%C7%92%20w%C4%9Bi>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/waai2>,
        <http://lexvo.org/id/term/yue/%E4%93%95>,
        "䓕"^^xsd:string ;
    rdfs:comment "polygala (a medical herb)"@en .

<http://lexvo.org/id/char/44D6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%93%96>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C3%B3ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kung4>,
        <http://lexvo.org/id/term/yue/%E4%93%96>,
        "䓖"^^xsd:string ;
    rdfs:comment "(simplified form of 藭) Cnidium officinale, a kind of medicinal herb"@en .

<http://lexvo.org/id/char/44D7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/cung1%20tung2>,
        <http://lexvo.org/id/term/yue/%E4%93%97>,
        "䓗"^^xsd:string ;
    rdfs:comment "(same as 棣 蔥) scallions; leeks; onions"@en .

<http://lexvo.org/id/char/44D8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%93%98>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gaau3>,
        <http://lexvo.org/id/term/yue/%E4%93%98>,
        "䓘"^^xsd:string ;
    rdfs:comment "a kind of plant, name of a variety of grass"@en .

<http://lexvo.org/id/char/44D9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/gwai1>,
        <http://lexvo.org/id/term/yue/%E4%93%99>,
        "䓙"^^xsd:string ;
    rdfs:comment "slanting; inclined; sloping"@en .

<http://lexvo.org/id/char/44DA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%93%9A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C3%BA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gu1>,
        <http://lexvo.org/id/term/yue/%E4%93%9A>,
        "䓚"^^xsd:string ;
    rdfs:comment "a kind of vegetable, a water-plant; the bulbs of which art used as food -- Sagittaria sagittifolia"@en .

<http://lexvo.org/id/char/44DB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%93%9B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C7%94%20g%C7%94>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/waat1>,
        <http://lexvo.org/id/term/yue/%E4%93%9B>,
        "䓛"^^xsd:string ;
    rdfs:comment "molecular formula (C18H12), to brush"@en .

<http://lexvo.org/id/char/44DC> a lvont:Character ;
    lvont:represents "䓜"^^xsd:string ;
    rdfs:comment "salted or pickled vegetables"@en .

<http://lexvo.org/id/char/44DD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%93%9D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A9ng%20m%C3%A8ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/laau4%20mang6>,
        <http://lexvo.org/id/term/yue/%E4%93%9D>,
        "䓝"^^xsd:string ;
    rdfs:comment "Chinese pennisetum) Pennisetum alopecuroides)"@en .

<http://lexvo.org/id/char/44DE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%93%9E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/leoi6>,
        <http://lexvo.org/id/term/yue/%E4%93%9E>,
        "䓞"^^xsd:string ;
    rdfs:comment "a kind of plant, can be used as dyestuff, material for making paper and coir raincoat, edible, Chinese pennisetum, Pennisetum alopecuroides"@en .

<http://lexvo.org/id/char/44DF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%93%9F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C3%A8>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zau1>,
        <http://lexvo.org/id/term/yue/%E4%93%9F>,
        "䓟"^^xsd:string ;
    rdfs:comment "name of a variety of grass, (same as 茢) a broom"@en .

<http://lexvo.org/id/char/44E0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%93%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%A0>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dap6>,
        <http://lexvo.org/id/term/yue/%E4%93%A0>,
        "䓠"^^xsd:string ;
    rdfs:comment "the water plantain, the lotus floating on the water"@en .

<http://lexvo.org/id/char/44E1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/zi1>,
        <http://lexvo.org/id/term/yue/%E4%93%A1>,
        "䓡"^^xsd:string ;
    rdfs:comment "a medical herb ( 知母)"@en .

<http://lexvo.org/id/char/44E2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%93%A2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gu3>,
        <http://lexvo.org/id/term/yue/%E4%93%A2>,
        "䓢"^^xsd:string ;
    rdfs:comment "name of a variety of grass"@en .

<http://lexvo.org/id/char/44E3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%93%A3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C7%8Eng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/loeng5>,
        <http://lexvo.org/id/term/yue/%E4%93%A3>,
        "䓣"^^xsd:string ;
    rdfs:comment "name of a variety of grass"@en .

<http://lexvo.org/id/char/44E4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/fat1>,
        <http://lexvo.org/id/term/yue/%E4%93%A4>,
        "䓤"^^xsd:string ;
    rdfs:comment "vegetation"@en .

<http://lexvo.org/id/char/44E5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%93%A5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%A0>,
        "䓥"^^xsd:string ;
    rdfs:comment "sound of the wriggled insects on the grass"@en .

<http://lexvo.org/id/char/44E6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%93%A6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/di%C7%8En>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/din2>,
        <http://lexvo.org/id/term/yue/%E4%93%A6>,
        "䓦"^^xsd:string ;
    rdfs:comment "(same as 典) a rule; a law, a tale or story, pawn; to mortgage, to take charge of"@en .

<http://lexvo.org/id/char/44E7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%93%A7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C3%AC%20j%C3%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gik1>,
        <http://lexvo.org/id/term/yue/%E4%93%A7>,
        "䓧"^^xsd:string ;
    rdfs:comment "(same as 亟) urgent; pressing"@en .

<http://lexvo.org/id/char/44E8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C4%ABng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/aang1>,
        <http://lexvo.org/id/term/yue/%E4%93%A8>,
        "䓨"^^xsd:string ;
    rdfs:comment "(simplified form of 罃) long-necked bottle; an earthenware jar with a small mouth and two or four ears"@en .

<http://lexvo.org/id/char/44E9> a lvont:Character ;
    lvont:represents "䓩"^^xsd:string .

<http://lexvo.org/id/char/44EA> a lvont:Character ;
    lvont:represents "䓪"^^xsd:string .

<http://lexvo.org/id/char/44EB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%93%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%AC%20q%C3%AD>,
        "䓫"^^xsd:string ;
    rdfs:comment "name of a mountain, in Taiwan Province"@en .

<http://lexvo.org/id/char/44EC> a lvont:Character ;
    lvont:represents "䓬"^^xsd:string .

<http://lexvo.org/id/char/44ED> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%93%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%A0>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cat3>,
        <http://lexvo.org/id/term/yue/%E4%93%AD>,
        "䓭"^^xsd:string ;
    rdfs:comment "weed or grass with narrow thick glades (as bamboo); water-pepper group"@en .

<http://lexvo.org/id/char/44EE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%93%AE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A0o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mau6>,
        <http://lexvo.org/id/term/yue/%E4%93%AE>,
        "䓮"^^xsd:string ;
    rdfs:comment "lush growth; dense growth of silky grass; fine grass"@en .

<http://lexvo.org/id/char/44EF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%93%AF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%BA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/duk6>,
        <http://lexvo.org/id/term/yue/%E4%93%AF>,
        "䓯"^^xsd:string ;
    rdfs:comment "water-pepper"@en .

<http://lexvo.org/id/char/44F0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/zaan1>,
        <http://lexvo.org/id/term/yue/%E4%93%B0>,
        "䓰"^^xsd:string ;
    rdfs:comment "absinthin, Artemisia capillaris, a kind of medicinal herb"@en .

<http://lexvo.org/id/char/44F1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%93%B1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%A1i%20zh%C3%A0i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/caai4>,
        <http://lexvo.org/id/term/yue/%E4%93%B1>,
        "䓱"^^xsd:string ;
    rdfs:comment "a kind of herb medicine; Bupleurum"@en .

<http://lexvo.org/id/char/44F2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%93%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ru%C3%AC%20s%C3%A0>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zeoi6>,
        <http://lexvo.org/id/term/yue/%E4%93%B2>,
        "䓲"^^xsd:string ;
    rdfs:comment "fine; silky; new growth of grass"@en .

<http://lexvo.org/id/char/44F3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%93%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C4%9Bn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ging3%20haan2>,
        <http://lexvo.org/id/term/yue/%E4%93%B3>,
        "䓳"^^xsd:string ;
    rdfs:comment "name of a variety of grass"@en .

<http://lexvo.org/id/char/44F4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%93%B4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ru%C3%A1n%20ru%C7%8En>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zi4%20zyun5>,
        <http://lexvo.org/id/term/yue/%E4%93%B4>,
        "䓴"^^xsd:string ;
    rdfs:comment "edible fungus from trees"@en .

<http://lexvo.org/id/char/44F5> a lvont:Character ;
    lvont:represents "䓵"^^xsd:string ;
    rdfs:comment "to blossom; to flower"@en .

<http://lexvo.org/id/char/44F6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%93%B6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%A0i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/laai6>,
        <http://lexvo.org/id/term/yue/%E4%93%B6>,
        "䓶"^^xsd:string ;
    rdfs:comment "(same as 藾) a kind of plant; a kind of herb"@en .

<http://lexvo.org/id/char/44F7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%93%B7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C3%ACng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hang6>,
        <http://lexvo.org/id/term/yue/%E4%93%B7>,
        "䓷"^^xsd:string ;
    rdfs:comment "(same as 莕 荇) Nymphoides peltalum; a kind of water plant, name of a variety of grass"@en .

<http://lexvo.org/id/char/44F8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/gan1%20hek3%20zin6>,
        <http://lexvo.org/id/term/yue/%E4%93%B8>,
        "䓸"^^xsd:string ;
    rdfs:comment "weed"@en .

<http://lexvo.org/id/char/44F9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%93%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zi3>,
        <http://lexvo.org/id/term/yue/%E4%93%B9>,
        "䓹"^^xsd:string ;
    rdfs:comment "(same as 饐) to stuff full and to gulp down, cooked food which has become mouldy, sour"@en .

<http://lexvo.org/id/char/44FA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%93%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C4%9Bi%20w%C3%A8i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mei5>,
        <http://lexvo.org/id/term/yue/%E4%93%BA>,
        "䓺"^^xsd:string ;
    rdfs:comment "name of a variety of grass"@en .

<http://lexvo.org/id/char/44FB> a lvont:Character ;
    lvont:represents "䓻"^^xsd:string .

<http://lexvo.org/id/char/44FC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%93%BC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A8%20m%C3%A1ng>,
        "䓼"^^xsd:string ;
    rdfs:comment "name of a variety of grass, grunting of hogs"@en .

<http://lexvo.org/id/char/44FD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%93%BD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gei3>,
        <http://lexvo.org/id/term/yue/%E4%93%BD>,
        "䓽"^^xsd:string ;
    rdfs:comment "name of a variety of grass"@en .

<http://lexvo.org/id/char/44FE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/so1>,
        <http://lexvo.org/id/term/yue/%E4%93%BE>,
        "䓾"^^xsd:string ;
    rdfs:comment "lush; luxuriant of grass and trees"@en .

<http://lexvo.org/id/char/44FF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%93%BF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C7%8En%20h%C3%A0n>,
        "䓿"^^xsd:string ;
    rdfs:comment "a second name for lotus flower"@en .

<http://lexvo.org/id/char/4500> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/seoi1%20zeon3>,
        <http://lexvo.org/id/term/yue/%E4%94%80>,
        "䔀"^^xsd:string ;
    rdfs:comment "(same as 荽 葰) parsley"@en .

<http://lexvo.org/id/char/4501> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%94%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/leot6>,
        <http://lexvo.org/id/term/yue/%E4%94%81>,
        "䔁"^^xsd:string ;
    rdfs:comment "name of a variety of grass"@en .

<http://lexvo.org/id/char/4502> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%94%82>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C7%90>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zoi2>,
        <http://lexvo.org/id/term/yue/%E4%94%82>,
        "䔂"^^xsd:string ;
    rdfs:comment "vegetable soup, a kind of vegetable"@en .

<http://lexvo.org/id/char/4503> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%94%83>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C7%94>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zou2>,
        <http://lexvo.org/id/term/yue/%E4%94%83>,
        "䔃"^^xsd:string ;
    rdfs:comment "cordate houttuynia (Houttuynia cordata)"@en .

<http://lexvo.org/id/char/4504> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%94%84>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A1o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ziu4>,
        <http://lexvo.org/id/term/yue/%E4%94%84>,
        "䔄"^^xsd:string ;
    rdfs:comment "name of a variety of grass; rushes, dodder"@en .

<http://lexvo.org/id/char/4505> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/geoi1%20go1>,
        <http://lexvo.org/id/term/yue/%E4%94%85>,
        "䔅"^^xsd:string ;
    rdfs:comment "name of a variety of trees, name of a variety of grass, fruit of the tree"@en .

<http://lexvo.org/id/char/4506> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%94%86>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lei4>,
        <http://lexvo.org/id/term/yue/%E4%94%86>,
        "䔆"^^xsd:string ;
    rdfs:comment "a kind of bean; edible"@en .

<http://lexvo.org/id/char/4507> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%94%87>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C7%90%20y%C7%90>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hei2>,
        <http://lexvo.org/id/term/yue/%E4%94%87>,
        "䔇"^^xsd:string ;
    rdfs:comment "a kind of plant, the root is used for food"@en .

<http://lexvo.org/id/char/4508> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%94%88>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C7%8En%20g%C3%B2ng%20n%C7%92u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gung3%20waa1>,
        <http://lexvo.org/id/term/yue/%E4%94%88>,
        "䔈"^^xsd:string ;
    rdfs:comment "lush growth of grass, trees and fruits"@en .

<http://lexvo.org/id/char/4509> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%94%89>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/syun3>,
        <http://lexvo.org/id/term/yue/%E4%94%89>,
        "䔉"^^xsd:string ;
    rdfs:comment "scattered or dispersed of grass and trees, (non-classical form of 蒜) the garlic (belongs to meat and fish diet)"@en .

<http://lexvo.org/id/char/450A> a lvont:Character ;
    lvont:represents "䔊"^^xsd:string ;
    rdfs:comment "dense growth of grass"@en .

<http://lexvo.org/id/char/450B> a lvont:Character ;
    lvont:represents "䔋"^^xsd:string ;
    rdfs:comment "a kind of tree; very tall and its lieaves like bird's wings; edible"@en .

<http://lexvo.org/id/char/450C> a lvont:Character ;
    lvont:represents "䔌"^^xsd:string ;
    rdfs:comment "name of a variety of grass, (Pueraria thunbergiana); the white birch"@en .

<http://lexvo.org/id/char/450D> a lvont:Character ;
    lvont:represents "䔍"^^xsd:string .

<http://lexvo.org/id/char/450E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%94%8E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cuk1>,
        <http://lexvo.org/id/term/yue/%E4%94%8E>,
        "䔎"^^xsd:string ;
    rdfs:comment "name of a variety of grass"@en .

<http://lexvo.org/id/char/450F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%94%8F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%B2u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cou3%20zou6%20zung1>,
        <http://lexvo.org/id/term/yue/%E4%94%8F>,
        "䔏"^^xsd:string ;
    rdfs:comment "a lush; dense growth of weeds, mixed; mingled roots of the grass, (same as 簉) deputy; a deputy; an attendant, an escorting vehicle"@en .

<http://lexvo.org/id/char/4510> a lvont:Character ;
    lvont:represents "䔐"^^xsd:string ;
    rdfs:comment "delicate, colorful and beautiful small piece of paper"@en .

<http://lexvo.org/id/char/4511> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%94%91>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A9%20y%C3%A9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ce4>,
        <http://lexvo.org/id/term/yue/%E4%94%91>,
        "䔑"^^xsd:string ;
    rdfs:comment "a white colored cluster grown at the tip of cogongrass, a kind of plants of the mugwort or artemisia family, an ear of grain"@en .

<http://lexvo.org/id/char/4512> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%94%92>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%A8i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bun1%20bun6%20pui5>,
        <http://lexvo.org/id/term/yue/%E4%94%92>,
        "䔒"^^xsd:string ;
    rdfs:comment "name of a variety of grass"@en .

<http://lexvo.org/id/char/4513> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%94%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C7%94>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/heoi2>,
        <http://lexvo.org/id/term/yue/%E4%94%93>,
        "䔓"^^xsd:string ;
    rdfs:comment "herb medicine; teasel root"@en .

<http://lexvo.org/id/char/4514> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%94%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%ACng%20qi%C7%8En%20qi%C3%BA%20y%C7%90ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ging6>,
        <http://lexvo.org/id/term/yue/%E4%94%94>,
        "䔔"^^xsd:string ;
    rdfs:comment "name of a variety of grass"@en .

<http://lexvo.org/id/char/4515> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%94%95>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%BA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/pou4>,
        <http://lexvo.org/id/term/yue/%E4%94%95>,
        "䔕"^^xsd:string ;
    rdfs:comment "chicken breast"@en .

<http://lexvo.org/id/char/4516> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%94%96>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%ADng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ling4>,
        <http://lexvo.org/id/term/yue/%E4%94%96>,
        "䔖"^^xsd:string ;
    rdfs:comment "(same as 菱 蔆) water caltrop"@en .

<http://lexvo.org/id/char/4517> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%94%97>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A1ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/coeng4>,
        <http://lexvo.org/id/term/yue/%E4%94%97>,
        "䔗"^^xsd:string ;
    rdfs:comment "a kind of vegetable"@en .

<http://lexvo.org/id/char/4518> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%94%98>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zu%C3%B2>,
        "䔘"^^xsd:string ;
    rdfs:comment "fish paste; fish cooked in soy sauce"@en .

<http://lexvo.org/id/char/4519> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%94%99>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/di%C3%A0o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/coek3%20diu3>,
        <http://lexvo.org/id/term/yue/%E4%94%99>,
        "䔙"^^xsd:string ;
    rdfs:comment "name of a variety of grass"@en .

<http://lexvo.org/id/char/451A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%94%9A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%BAn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/seon4>,
        <http://lexvo.org/id/term/yue/%E4%94%9A>,
        "䔚"^^xsd:string ;
    rdfs:comment "herb medicine; the water plantain"@en .

<http://lexvo.org/id/char/451B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%94%9B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C7%90ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/king2%20loek6>,
        <http://lexvo.org/id/term/yue/%E4%94%9B>,
        "䔛"^^xsd:string ;
    rdfs:comment "fibrous plant of which cloth, rope, bag are made"@en .

<http://lexvo.org/id/char/451C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%94%9C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C3%A1n>,
        "䔜"^^xsd:string ;
    rdfs:comment "herb medicine; hellebore"@en .

<http://lexvo.org/id/char/451D> a lvont:Character ;
    lvont:represents "䔝"^^xsd:string ;
    rdfs:comment "name of a variety of grass"@en .

<http://lexvo.org/id/char/451E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%94%9E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C7%9C>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/leoi6%20leot6>,
        <http://lexvo.org/id/term/yue/%E4%94%9E>,
        "䔞"^^xsd:string ;
    rdfs:comment "the beginning; to start, new growing of the grass"@en .

<http://lexvo.org/id/char/451F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%94%9F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%AD%20ch%C7%90%20y%C3%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zyu4>,
        <http://lexvo.org/id/term/yue/%E4%94%9F>,
        "䔟"^^xsd:string ;
    rdfs:comment "shake and wave of the grass"@en .

<http://lexvo.org/id/char/4520> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%94%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C7%8Eo>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sau1>,
        <http://lexvo.org/id/term/yue/%E4%94%A0>,
        "䔠"^^xsd:string ;
    rdfs:comment "thin root (rhizome) of the lotus, (same as 梢) the tip of a branch, (same as U+77DF 槊) a long spear; a lance"@en .

<http://lexvo.org/id/char/4521> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%94%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%BA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zyu4>,
        <http://lexvo.org/id/term/yue/%E4%94%A1>,
        "䔡"^^xsd:string ;
    rdfs:comment "name of a variety of grass; perilla ocimoides, whose seeds are a bird feed"@en .

<http://lexvo.org/id/char/4522> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%94%A2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%A1%20hu%C3%A0>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/waa4>,
        <http://lexvo.org/id/term/yue/%E4%94%A2>,
        "䔢"^^xsd:string ;
    rdfs:comment "(ancient form of 華) Cathay; China, splendid; gorgeous; colorful; beautiful; luxurious, a family name"@en .

<http://lexvo.org/id/char/4523> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%94%A3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lai4>,
        <http://lexvo.org/id/term/yue/%E4%94%A3>,
        "䔣"^^xsd:string ;
    rdfs:comment "a tribe in ancient times"@en .

<http://lexvo.org/id/char/4524> a lvont:Character ;
    lvont:represents "䔤"^^xsd:string ;
    rdfs:comment "the lush and luxuriant of the grass and flowers"@en .

<http://lexvo.org/id/char/4525> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/siu1>,
        <http://lexvo.org/id/term/yue/%E4%94%A5>,
        "䔥"^^xsd:string ;
    rdfs:comment "(non-classical form of U+856D 蕭) common variety of artemisia"@en .

<http://lexvo.org/id/char/4526> a lvont:Character ;
    lvont:represents "䔦"^^xsd:string .

<http://lexvo.org/id/char/4527> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%94%A7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%AD%20l%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/laai4>,
        <http://lexvo.org/id/term/yue/%E4%94%A7>,
        "䔧"^^xsd:string ;
    rdfs:comment "(same as 蔾) a kind of plant; the caltrop; caltrap"@en .

<http://lexvo.org/id/char/4528> a lvont:Character ;
    lvont:represents "䔨"^^xsd:string .

<http://lexvo.org/id/char/4529> a lvont:Character ;
    lvont:represents "䔩"^^xsd:string .

<http://lexvo.org/id/char/452A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%94%AA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/du%C3%AC%20shu%C7%8Eng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/song2>,
        <http://lexvo.org/id/term/yue/%E4%94%AA>,
        "䔪"^^xsd:string ;
    rdfs:comment "name of a variety of grass, scattered or dispersed of the grass and trees"@en .

<http://lexvo.org/id/char/452B> a lvont:Character ;
    lvont:represents "䔫"^^xsd:string .

<http://lexvo.org/id/char/452C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%94%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zi6>,
        <http://lexvo.org/id/term/yue/%E4%94%AC>,
        "䔬"^^xsd:string ;
    rdfs:comment "hemp, marijuana (female; pistillate), herbage"@en .

<http://lexvo.org/id/char/452D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%94%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C3%ACng%20zh%C7%92u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ning6>,
        <http://lexvo.org/id/term/yue/%E4%94%AD>,
        "䔭"^^xsd:string ;
    rdfs:comment "name of a variety of grass; poisonous herb"@en .

<http://lexvo.org/id/char/452E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/si1>,
        <http://lexvo.org/id/term/yue/%E4%94%AE>,
        "䔮"^^xsd:string ;
    rdfs:comment "name of a variety of grass; growing in the water with edible flowers"@en .

<http://lexvo.org/id/char/452F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%94%AF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%BA%20hu%C3%A0%20k%C3%B9>,
        "䔯"^^xsd:string ;
    rdfs:comment "salted; pickled leeks or scallions"@en .

<http://lexvo.org/id/char/4530> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%94%B0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%BA%20f%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fu1%20fu3%20pei3>,
        <http://lexvo.org/id/term/yue/%E4%94%B0>,
        "䔰"^^xsd:string ;
    rdfs:comment "(variant of 葍) name of a variety of grass; perennial; creeping plants"@en .

<http://lexvo.org/id/char/4531> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/zaap1>,
        <http://lexvo.org/id/term/yue/%E4%94%B1>,
        "䔱"^^xsd:string ;
    rdfs:comment "name of a variety of grass"@en .

<http://lexvo.org/id/char/4532> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%94%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%A9ng%20zhu%C3%B3>,
        <http://lexvo.org/id/term/vie/%C4%91%E1%BA%AFng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dang1>,
        <http://lexvo.org/id/term/yue/%E4%94%B2>,
        "䔲"^^xsd:string ;
    rdfs:comment "name of a variety of grass, (same as 橙) the orange"@en .

<http://lexvo.org/id/char/4533> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%94%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C7%8En%20r%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gin1%20zin4>,
        <http://lexvo.org/id/term/yue/%E4%94%B3>,
        "䔳"^^xsd:string ;
    rdfs:comment "chickling"@en .

<http://lexvo.org/id/char/4534> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%94%B4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C3%A8%20cu%C3%AC>,
        "䔴"^^xsd:string ;
    rdfs:comment "name of a variety of grass, growing grass, to weed (in farming); to mow grass or cut weed"@en .

<http://lexvo.org/id/char/4535> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/gaan1>,
        <http://lexvo.org/id/term/yue/%E4%94%B5>,
        "䔵"^^xsd:string ;
    rdfs:comment "(same as 葌 蕑) fragrant thoroughwort (Eupatorium fortunei)"@en .

<http://lexvo.org/id/char/4536> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%94%B6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tai4>,
        <http://lexvo.org/id/term/yue/%E4%94%B6>,
        "䔶"^^xsd:string ;
    rdfs:comment "name of a variety of grass, weed (in farming); to mow grass or cut weed"@en .

<http://lexvo.org/id/char/4537> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%94%B7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C3%ADn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kam4>,
        <http://lexvo.org/id/term/yue/%E4%94%B7>,
        "䔷"^^xsd:string ;
    rdfs:comment "Cyperus rotundus, a kind of medicinal herb"@en .

<http://lexvo.org/id/char/4538> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%94%B8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/bi%C7%8Eo>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/biu1>,
        <http://lexvo.org/id/term/yue/%E4%94%B8>,
        "䔸"^^xsd:string ;
    rdfs:comment "name of a variety of grass, fragrant herb; vanilla, fragrant; delicious; balm; spice"@en .

<http://lexvo.org/id/char/4539> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%94%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/su%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/seoi6>,
        <http://lexvo.org/id/term/yue/%E4%94%B9>,
        "䔹"^^xsd:string ;
    rdfs:comment "a fungus which grows on rotten plants and is eaten when fresh"@en .

<http://lexvo.org/id/char/453A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%94%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C3%A9i>,
        "䔺"^^xsd:string ;
    rdfs:comment "heading; earing; to flower; to blossom (of the smartweed group), Cyperus rotundus, a kind of medicinal herb, a peduncle or footstalk of a flower or fruit; a stem; a base, new growing leaves"@en .

<http://lexvo.org/id/char/453B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/deon1>,
        <http://lexvo.org/id/term/yue/%E4%94%BB>,
        "䔻"^^xsd:string ;
    rdfs:comment "name of a variety of grass, luxuriant; lush of the grass"@en .

<http://lexvo.org/id/char/453C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%94%BC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C3%A8>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sap3>,
        <http://lexvo.org/id/term/yue/%E4%94%BC>,
        "䔼"^^xsd:string ;
    rdfs:comment "sound of the grass; parsley"@en .

<http://lexvo.org/id/char/453D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C3%A0i>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%94%BD>,
        "䔽"^^xsd:string ;
    rdfs:comment "to cover; to put a cover over something, small, low, weak, pure; clean; clear"@en .

<http://lexvo.org/id/char/453E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C3%A8%20q%C3%AC%20z%C3%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%94%BE>,
        "䔾"^^xsd:string ;
    rdfs:comment "a kind of fragrant herb, a kind of vegetable (growing in the water; something like the bracken)"@en .

<http://lexvo.org/id/char/453F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%94%BF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%A8%20z%C7%94n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cyun2%20cyun3%20zyun2>,
        <http://lexvo.org/id/term/yue/%E4%94%BF>,
        "䔿"^^xsd:string ;
    rdfs:comment "lush growth; dense growth of trees and grass, to huddle together; to crowd together"@en .

<http://lexvo.org/id/char/4540> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%95%80>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ku%C7%8En>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fun2%20haat6>,
        <http://lexvo.org/id/term/yue/%E4%95%80>,
        "䕀"^^xsd:string ;
    rdfs:comment "name of a variety of grass, Compositae; chrysanthemum family, perennial herbage; to blossom in winter"@en .

<http://lexvo.org/id/char/4541> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%95%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C4%9Bi>,
        "䕁"^^xsd:string ;
    rdfs:comment "suddenly, name of a variety of grass"@en .

<http://lexvo.org/id/char/4542> a lvont:Character ;
    lvont:represents "䕂"^^xsd:string .

<http://lexvo.org/id/char/4543> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%95%83>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%ACn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zaam1%20zaam3>,
        <http://lexvo.org/id/term/yue/%E4%95%83>,
        "䕃"^^xsd:string ;
    rdfs:comment "(same as 蔭) the shade of a tree, to cover up; to cover or screen"@en .

<http://lexvo.org/id/char/4544> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/zing1>,
        <http://lexvo.org/id/term/yue/%E4%95%84>,
        "䕄"^^xsd:string ;
    rdfs:comment "meat in the form of paste; salted or pickled meat"@en .

<http://lexvo.org/id/char/4545> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%95%85>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C7%8Eo>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sou2>,
        <http://lexvo.org/id/term/yue/%E4%95%85>,
        "䕅"^^xsd:string ;
    rdfs:comment "name of a variety of grass"@en .

<http://lexvo.org/id/char/4546> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%95%86>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%B2u>,
        "䕆"^^xsd:string ;
    rdfs:comment "round straw quilt; bedding; cushion; mattress; mat for the chair, name of a variety of grass"@en .

<http://lexvo.org/id/char/4547> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%95%87>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%AC>,
        "䕇"^^xsd:string ;
    rdfs:comment "name of a variety of grass, a kind of vegetable"@en .

<http://lexvo.org/id/char/4548> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%95%88>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A8>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dip6%20seot1%20sit3%20sou3>,
        <http://lexvo.org/id/term/yue/%E4%95%88>,
        "䕈"^^xsd:string ;
    rdfs:comment "name of a variety of grass, (same as U+5C5F 屧) the wooden sole of a shoe"@en .

<http://lexvo.org/id/char/4549> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%95%89>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C3%A9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zak3%20zak6>,
        <http://lexvo.org/id/term/yue/%E4%95%89>,
        "䕉"^^xsd:string ;
    rdfs:comment "a kind of plant, Pueraria thunbergiana, a creeping, edible bean whose fibers can be made into linen-like cloth and whose roots are used in herbal medicine"@en .

<http://lexvo.org/id/char/454A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%95%8A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sik1%20tan4>,
        <http://lexvo.org/id/term/yue/%E4%95%8A>,
        "䕊"^^xsd:string ;
    rdfs:comment "name of a variety of grass, grass that creep and spread luxuriantly"@en .

<http://lexvo.org/id/char/454B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%95%8B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C7%8Eng%20t%C3%A1ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tong4>,
        <http://lexvo.org/id/term/yue/%E4%95%8B>,
        "䕋"^^xsd:string ;
    rdfs:comment "of elm group"@en .

<http://lexvo.org/id/char/454C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%95%8C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zi6>,
        <http://lexvo.org/id/term/yue/%E4%95%8C>,
        "䕌"^^xsd:string ;
    rdfs:comment "(same as U+7A49 稚) young grain, tender; young, delicate; small"@en .

<http://lexvo.org/id/char/454D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%95%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zaau5%20zeoi6>,
        <http://lexvo.org/id/term/yue/%E4%95%8D>,
        "䕍"^^xsd:string ;
    rdfs:comment "name of a variety of grass"@en .

<http://lexvo.org/id/char/454E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%95%8E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%BA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fuk1>,
        <http://lexvo.org/id/term/yue/%E4%95%8E>,
        "䕎"^^xsd:string ;
    rdfs:comment "(non-classical form) name of a variety of grass (corrupted form of 葍) perennial; creeping plants"@en .

<http://lexvo.org/id/char/454F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C3%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%95%8F>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ngo4>,
        <http://lexvo.org/id/term/yue/%E4%95%8F>,
        "䕏"^^xsd:string ;
    rdfs:comment "Artemisia, a kind of plant with edible leaves"@en .

<http://lexvo.org/id/char/4550> a lvont:Character ;
    lvont:represents "䕐"^^xsd:string .

<http://lexvo.org/id/char/4551> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%95%91>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%B9n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/seoi1>,
        <http://lexvo.org/id/term/yue/%E4%95%91>,
        "䕑"^^xsd:string ;
    rdfs:comment "(same as 葰) parsley"@en .

<http://lexvo.org/id/char/4552> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/gaa1>,
        <http://lexvo.org/id/term/yue/%E4%95%92>,
        "䕒"^^xsd:string ;
    rdfs:comment "name of a variety of grass"@en .

<http://lexvo.org/id/char/4553> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%95%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%A1%20chu%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/caat3>,
        <http://lexvo.org/id/term/yue/%E4%95%93>,
        "䕓"^^xsd:string ;
    rdfs:comment "name of a variety of grass; poisonous; used to kill fishes, valueless things; insignificant things"@en .

<http://lexvo.org/id/char/4554> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%95%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/haam4>,
        <http://lexvo.org/id/term/yue/%E4%95%94>,
        "䕔"^^xsd:string ;
    rdfs:comment "name of a variety of grass, couch grass family"@en .

<http://lexvo.org/id/char/4555> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%95%95>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/maan6>,
        <http://lexvo.org/id/term/yue/%E4%95%95>,
        "䕕"^^xsd:string ;
    rdfs:comment "name of a variety of grass"@en .

<http://lexvo.org/id/char/4556> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/syun1>,
        <http://lexvo.org/id/term/yue/%E4%95%96>,
        "䕖"^^xsd:string ;
    rdfs:comment "(same as 蓀) fragrant herb, vanilla"@en .

<http://lexvo.org/id/char/4557> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%95%97>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%AC%20p%C3%A8i>,
        "䕗"^^xsd:string ;
    rdfs:comment "name of a variety of grass"@en .

<http://lexvo.org/id/char/4558> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%95%98>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%ADng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ling4>,
        <http://lexvo.org/id/term/yue/%E4%95%98>,
        "䕘"^^xsd:string ;
    rdfs:comment "(same as 苓) a variety of fungus; tuckahoe, licorice, or liquorice, name of a variety of grass"@en .

<http://lexvo.org/id/char/4559> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%95%99>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%A9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zit6>,
        <http://lexvo.org/id/term/yue/%E4%95%99>,
        "䕙"^^xsd:string ;
    rdfs:comment "to set in order; to adjust and repair"@en .

<http://lexvo.org/id/char/455A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%95%9A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ku%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gwai6>,
        <http://lexvo.org/id/term/yue/%E4%95%9A>,
        "䕚"^^xsd:string ;
    rdfs:comment "(same as 蕢) a straw basket, a vegetable with red stalk"@en .

<http://lexvo.org/id/char/455B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%95%9B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%A1>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gaap3>,
        <http://lexvo.org/id/term/yue/%E4%95%9B>,
        "䕛"^^xsd:string ;
    rdfs:comment "name of a variety of grass"@en .

<http://lexvo.org/id/char/455C> a lvont:Character ;
    lvont:represents "䕜"^^xsd:string .

<http://lexvo.org/id/char/455D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/s%E1%BA%AFng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cing1>,
        <http://lexvo.org/id/term/yue/%E4%95%9D>,
        "䕝"^^xsd:string ;
    rdfs:comment "medical herb; a second name for sesame"@en .

<http://lexvo.org/id/char/455E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%95%9E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%A0ng%20li%C3%A1o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/long6>,
        <http://lexvo.org/id/term/yue/%E4%95%9E>,
        "䕞"^^xsd:string ;
    rdfs:comment "Henbane, poisonous, seeds for medical use, a plant which produces a brown dye"@en .

<http://lexvo.org/id/char/455F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/guk1%20hing1>,
        <http://lexvo.org/id/term/yue/%E4%95%9F>,
        "䕟"^^xsd:string ;
    rdfs:comment "a kind of vegetable; rape"@en .

<http://lexvo.org/id/char/4560> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%95%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%A8i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fai3>,
        <http://lexvo.org/id/term/yue/%E4%95%A0>,
        "䕠"^^xsd:string ;
    rdfs:comment "(non-classical form 蕟) coarse bamboo mat, a kind of ailment, probably of a rheumatic nature, which causes stiff neck and backbone"@en .

<http://lexvo.org/id/char/4561> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%95%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C7%94%20l%C7%98>,
        "䕡"^^xsd:string ;
    rdfs:comment "Compositae; chrysanthemum family; perennial herbage; herb medicine"@en .

<http://lexvo.org/id/char/4562> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%95%A2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C7%8E>,
        "䕢"^^xsd:string ;
    rdfs:comment "weak, crude and coarse, careless; rash, bad behavior"@en .

<http://lexvo.org/id/char/4563> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%95%A3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A9%20k%C4%9B%20sh%C3%A9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/haap6%20hot3>,
        <http://lexvo.org/id/term/yue/%E4%95%A3>,
        "䕣"^^xsd:string ;
    rdfs:comment "water plant"@en .

<http://lexvo.org/id/char/4564> a lvont:Character ;
    lvont:represents "䕤"^^xsd:string ;
    rdfs:comment "(same as 蘄) name of a county in ancient times; today's south of Anhui Province, Suxian"@en .

<http://lexvo.org/id/char/4565> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%95%A5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C7%90%20y%C3%AD>,
        "䕥"^^xsd:string ;
    rdfs:comment "(ancient form of 苨) herb medicine; Chinese bellflower family; Platycodon grandiforus"@en .

<http://lexvo.org/id/char/4566> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%95%A6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%ADng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zing4>,
        <http://lexvo.org/id/term/yue/%E4%95%A6>,
        "䕦"^^xsd:string ;
    rdfs:comment "flower of the chrysanthemum; chrysanthemum"@en .

<http://lexvo.org/id/char/4567> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%95%A7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A0o>,
        "䕧"^^xsd:string ;
    rdfs:comment "(same as U+832D 茭) Zizania latifolia, a kind of edible aquatic grass, rootstock (of the lotus), the joint of the sides of arms and the end of a bow"@en .

<http://lexvo.org/id/char/4568> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%95%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%A9ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tang4>,
        <http://lexvo.org/id/term/yue/%E4%95%A8>,
        "䕨"^^xsd:string ;
    rdfs:comment "(same as 藤) rattan"@en .

<http://lexvo.org/id/char/4569> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%95%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C7%8Eo%20l%C3%A0o>,
        "䕩"^^xsd:string ;
    rdfs:comment "dry fruit (e.g. nuts), dried fruit"@en .

<http://lexvo.org/id/char/456A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%95%AA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C3%A9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zaak6>,
        <http://lexvo.org/id/term/yue/%E4%95%AA>,
        "䕪"^^xsd:string ;
    rdfs:comment "the water plantain"@en .

<http://lexvo.org/id/char/456B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%95%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ku%C3%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kwai4>,
        <http://lexvo.org/id/term/yue/%E4%95%AB>,
        "䕫"^^xsd:string ;
    rdfs:comment "(corrupted form of U+5914 夔) a one-legged monster; a walrus, name of a court musician in the reign of Emperor Shun (2255 B.C.)"@en .

<http://lexvo.org/id/char/456C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/goeng1>,
        <http://lexvo.org/id/term/yue/%E4%95%AC>,
        "䕬"^^xsd:string ;
    rdfs:comment "(same as 薑) ginger"@en .

<http://lexvo.org/id/char/456D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%95%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cim4%20zim1>,
        <http://lexvo.org/id/term/yue/%E4%95%AD>,
        "䕭"^^xsd:string ;
    rdfs:comment "name of a variety of grass, a kind of vegetable, a variety of nettle, urtica"@en .

<http://lexvo.org/id/char/456E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%95%AE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%BA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/guk1>,
        <http://lexvo.org/id/term/yue/%E4%95%AE>,
        "䕮"^^xsd:string ;
    rdfs:comment "(interchangeable 菊) flower of the chrysanthemum; chrysanthemun"@en .

<http://lexvo.org/id/char/456F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%95%AF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/pi%C3%A1o>,
        <http://lexvo.org/id/term/vie/b%C3%A8o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/piu4>,
        <http://lexvo.org/id/term/yue/%E4%95%AF>,
        "䕯"^^xsd:string ;
    rdfs:comment "duckweed"@en .

<http://lexvo.org/id/char/4570> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%95%B0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%A0n%20f%C3%A1n%20f%C3%A0n>,
        "䕰"^^xsd:string ;
    rdfs:comment "a second name for ( 知母) rhizome of wind-weed (Anemarrhena asphodeloides); herb medicine"@en .

<http://lexvo.org/id/char/4571> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%95%B1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C7%92u%20d%C3%B2u%20t%C3%B3u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dam1%20ding1%20taau4>,
        <http://lexvo.org/id/term/yue/%E4%95%B1>,
        "䕱"^^xsd:string ;
    rdfs:comment "name of a variety of grass"@en .

<http://lexvo.org/id/char/4572> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%95%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C7%90n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lam5>,
        <http://lexvo.org/id/term/yue/%E4%95%B2>,
        "䕲"^^xsd:string ;
    rdfs:comment "Artemisia, a kind of plant with edible leaves"@en .

<http://lexvo.org/id/char/4573> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%95%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/nei4>,
        <http://lexvo.org/id/term/yue/%E4%95%B3>,
        "䕳"^^xsd:string ;
    rdfs:comment "name of a variety of grass"@en .

<http://lexvo.org/id/char/4574> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%95%B4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zhu%C3%B3>,
        "䕴"^^xsd:string ;
    rdfs:comment "a second for monkshood ( 附子); Chinese herb medicine"@en .

<http://lexvo.org/id/char/4575> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%95%B5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A9%20xi%C3%A8>,
        "䕵"^^xsd:string ;
    rdfs:comment "name of a variety of grass; a second name for (葒草) polygonum orientale"@en .

<http://lexvo.org/id/char/4576> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%95%B6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wu6>,
        <http://lexvo.org/id/term/yue/%E4%95%B6>,
        "䕶"^^xsd:string ;
    rdfs:comment "name of a variety of grass"@en .

<http://lexvo.org/id/char/4577> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%95%B7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mei4>,
        <http://lexvo.org/id/term/yue/%E4%95%B7>,
        "䕷"^^xsd:string ;
    rdfs:comment "a kind of plant; putchuck, the root of a species of thistle found in Cashmere; roseleaf raspberry (Rubus rosaefolius var. Coronarius)"@en .

<http://lexvo.org/id/char/4578> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/gaai1>,
        <http://lexvo.org/id/term/yue/%E4%95%B8>,
        "䕸"^^xsd:string ;
    rdfs:comment "(same as U+7A2D 秸) wheat straw; the stem of hem"@en .

<http://lexvo.org/id/char/4579> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%95%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C3%A1>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cap3%20zap6%20zip3>,
        <http://lexvo.org/id/term/yue/%E4%95%B9>,
        "䕹"^^xsd:string ;
    rdfs:comment "a curtain; a shade; screen; blinds"@en .

<http://lexvo.org/id/char/457A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%95%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C3%B3ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cung4>,
        <http://lexvo.org/id/term/yue/%E4%95%BA>,
        "䕺"^^xsd:string ;
    rdfs:comment "dense growth; lush growth or the grass, a tree; a numerary auxiliary for counting trees or similar things, roots that grow above ground"@en .

<http://lexvo.org/id/char/457B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%95%BB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C3%A9%20l%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lai6>,
        <http://lexvo.org/id/term/yue/%E4%95%BB>,
        "䕻"^^xsd:string ;
    rdfs:comment "to adhere to; to stick together"@en .

<http://lexvo.org/id/char/457C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%95%BC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C3%A1n%20n%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/nan4>,
        <http://lexvo.org/id/term/yue/%E4%95%BC>,
        "䕼"^^xsd:string ;
    rdfs:comment "name of a variety of grass"@en .

<http://lexvo.org/id/char/457D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%95%BD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%BA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zuk6>,
        <http://lexvo.org/id/term/yue/%E4%95%BD>,
        "䕽"^^xsd:string ;
    rdfs:comment "the rhododendron -- it is said to cause sheep to stagger and die, hence the name"@en .

<http://lexvo.org/id/char/457E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%95%BE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A1n%20y%C3%ADn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zaam4>,
        <http://lexvo.org/id/term/yue/%E4%95%BE>,
        "䕾"^^xsd:string ;
    rdfs:comment "(ancient form of 荶) a kind of vegetable; something like garlic; growing in the water, name of a variety of grass"@en .

<http://lexvo.org/id/char/457F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%95%BF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ham3%20hon3%20soeng2>,
        <http://lexvo.org/id/term/yue/%E4%95%BF>,
        "䕿"^^xsd:string ;
    rdfs:comment "name of a variety of grass"@en .

<http://lexvo.org/id/char/4580> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/ceoi3%20hiu1>,
        <http://lexvo.org/id/term/yue/%E4%96%80>,
        "䖀"^^xsd:string ;
    rdfs:comment "(same as 虈) angelica; the root of Dahurian angelica"@en .

<http://lexvo.org/id/char/4581> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%96%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zi3>,
        <http://lexvo.org/id/term/yue/%E4%96%81>,
        "䖁"^^xsd:string ;
    rdfs:comment "number, to count; to enumerate"@en .

<http://lexvo.org/id/char/4582> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%96%82>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/lu%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lyun4>,
        <http://lexvo.org/id/term/yue/%E4%96%82>,
        "䖂"^^xsd:string ;
    rdfs:comment "an edible water-plant -- Brasenia purpurca"@en .

<http://lexvo.org/id/char/4583> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%96%83>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/yu%C3%A8>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/laa3>,
        <http://lexvo.org/id/term/yue/%E4%96%83>,
        "䖃"^^xsd:string ;
    rdfs:comment "the water is waving in the breeze, old and desolate; rags and rubbish"@en .

<http://lexvo.org/id/char/4584> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%96%84>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/r%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zin4>,
        <http://lexvo.org/id/term/yue/%E4%96%84>,
        "䖄"^^xsd:string ;
    rdfs:comment "(ancient standard form of 然 燃) to burn; to ignite; to light"@en .

<http://lexvo.org/id/char/4585> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%96%85>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%ADng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ling4>,
        <http://lexvo.org/id/term/yue/%E4%96%85>,
        "䖅"^^xsd:string ;
    rdfs:comment "name of a variety of grass; nasturtium"@en .

<http://lexvo.org/id/char/4586> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%96%86>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ni%C3%A0ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zoeng6>,
        <http://lexvo.org/id/term/yue/%E4%96%86>,
        "䖆"^^xsd:string ;
    rdfs:comment "medicinal herb; a kind of vegetable, salted vegetables"@en .

<http://lexvo.org/id/char/4587> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%96%87>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wat1>,
        <http://lexvo.org/id/term/yue/%E4%96%87>,
        "䖇"^^xsd:string ;
    rdfs:comment "fragrant herb; fragrant plant; tulip"@en .

<http://lexvo.org/id/char/4588> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%96%88>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C3%BC%C3%A8>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zoek6>,
        <http://lexvo.org/id/term/yue/%E4%96%88>,
        "䖈"^^xsd:string ;
    rdfs:comment "(same as U+8650 虐) cruel; ferocious; atrocious"@en .

<http://lexvo.org/id/char/4589> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/heoi1>,
        <http://lexvo.org/id/term/yue/%E4%96%89>,
        "䖉"^^xsd:string ;
    rdfs:comment "(of tiger) to roar or howl"@en .

<http://lexvo.org/id/char/458A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%96%8A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%AD%20y%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zi6>,
        <http://lexvo.org/id/term/yue/%E4%96%8A>,
        "䖊"^^xsd:string ;
    rdfs:comment "tiger-like"@en .

<http://lexvo.org/id/char/458B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%96%8B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C3%BC%C3%A8>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zoek6>,
        <http://lexvo.org/id/term/yue/%E4%96%8B>,
        "䖋"^^xsd:string ;
    rdfs:comment "(same as U+8650 虐) cruel; ferocious; atrocious"@en .

<http://lexvo.org/id/char/458C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%96%8C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C3%ADn%20y%C3%A1%20y%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zi6>,
        <http://lexvo.org/id/term/yue/%E4%96%8C>,
        "䖌"^^xsd:string ;
    rdfs:comment "of tiger, to roar"@en .

<http://lexvo.org/id/char/458D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%96%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kin4>,
        <http://lexvo.org/id/term/yue/%E4%96%8D>,
        "䖍"^^xsd:string ;
    rdfs:comment "(same as 虔) to act with reverence, devout; sincere"@en .

<http://lexvo.org/id/char/458E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%96%8E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A1>,
        "䖎"^^xsd:string ;
    rdfs:comment "tiger"@en .

<http://lexvo.org/id/char/458F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%96%8F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C7%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C7%94%200161.112%3Ach%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cyu3%20cyu5>,
        <http://lexvo.org/id/term/yue/%E4%96%8F>,
        "䖏"^^xsd:string ;
    rdfs:comment "(same as U+8655 處) to dwell; to abide in; to stay on; to be at rest in; to occupy, a place; an office; a department"@en .

<http://lexvo.org/id/char/4590> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%96%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%ACn%20y%C3%ADn>,
        "䖐"^^xsd:string ;
    rdfs:comment "sound of a tiger"@en .

<http://lexvo.org/id/char/4591> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%96%91>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%AC>,
        "䖑"^^xsd:string ;
    rdfs:comment "a white tiger"@en .

<http://lexvo.org/id/char/4592> a lvont:Character ;
    lvont:represents "䖒"^^xsd:string ;
    rdfs:comment "earthenware with the shape of a bean; used in ancient times"@en .

<http://lexvo.org/id/char/4593> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%96%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C3%A0>,
        "䖓"^^xsd:string ;
    rdfs:comment "of a walking tiger"@en .

<http://lexvo.org/id/char/4594> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%96%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A0n%20k%C7%8En>,
        "䖔"^^xsd:string ;
    rdfs:comment "a kind of white tiger, an angry tiger, sound of a tiger"@en .

<http://lexvo.org/id/char/4595> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%96%95>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C7%94>,
        "䖕"^^xsd:string ;
    rdfs:comment "a tiger"@en .

<http://lexvo.org/id/char/4596> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%96%96>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A1>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/haap6>,
        <http://lexvo.org/id/term/yue/%E4%96%96>,
        "䖖"^^xsd:string ;
    rdfs:comment "(same as 狎) to show familiarity, intimacy, or disrespect (of a tiger)"@en .

<http://lexvo.org/id/char/4597> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%96%97>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A1n%20y%C3%A0n>,
        "䖗"^^xsd:string ;
    rdfs:comment "strong; great fighters or warriors -- the bear and the tiger"@en .

<http://lexvo.org/id/char/4598> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%96%98>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%BA>,
        "䖘"^^xsd:string ;
    rdfs:comment "a tiger"@en .

<http://lexvo.org/id/char/4599> a lvont:Character ;
    lvont:represents "䖙"^^xsd:string ;
    rdfs:comment "a resting tiger; a tiger to lie down and take some rest"@en .

<http://lexvo.org/id/char/459A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/wu1>,
        <http://lexvo.org/id/term/yue/%E4%96%9A>,
        "䖚"^^xsd:string ;
    rdfs:comment "a tiger"@en .

<http://lexvo.org/id/char/459B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%96%9B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/su%C7%92>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sak3%20sok3>,
        <http://lexvo.org/id/term/yue/%E4%96%9B>,
        "䖛"^^xsd:string ;
    rdfs:comment "of tiger"@en .

<http://lexvo.org/id/char/459C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%96%9C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%ADn%20y%C3%ACn>,
        "䖜"^^xsd:string ;
    rdfs:comment "the fighting sound made by two tigers"@en .

<http://lexvo.org/id/char/459D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%96%9D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%B3ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cung4>,
        <http://lexvo.org/id/term/yue/%E4%96%9D>,
        "䖝"^^xsd:string ;
    rdfs:comment "(corrupted form of 虫 蟲) insects; worms"@en .

<http://lexvo.org/id/char/459E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%96%9E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C7%92u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zau2>,
        <http://lexvo.org/id/term/yue/%E4%96%9E>,
        "䖞"^^xsd:string ;
    rdfs:comment "a sea-insect; in the shape of a human's elbow"@en .

<http://lexvo.org/id/char/459F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%96%9F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C7%8Eng%20m%C3%A9ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mong4>,
        <http://lexvo.org/id/term/yue/%E4%96%9F>,
        "䖟"^^xsd:string ;
    rdfs:comment "(non-classical form of U+8771 虻) a gadfly"@en .

<http://lexvo.org/id/char/45A0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%96%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/yu%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zyun4>,
        <http://lexvo.org/id/term/yue/%E4%96%A0>,
        "䖠"^^xsd:string ;
    rdfs:comment "(non-classical form of 螈) a kind of lizard found in damp places; Diemyctylus pyrrhogaster, a kind of amphibious reptile"@en .

<http://lexvo.org/id/char/45A1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%96%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C7%9C>,
        "䖡"^^xsd:string ;
    rdfs:comment "millipede"@en .

<http://lexvo.org/id/char/45A2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%96%A2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/mi%C3%A1o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/miu4>,
        <http://lexvo.org/id/term/yue/%E4%96%A2>,
        "䖢"^^xsd:string ;
    rdfs:comment "first-born silkworm"@en .

<http://lexvo.org/id/char/45A3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%96%A3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C3%A0o%20y%C3%A8%20z%C7%8Eo>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zau2>,
        <http://lexvo.org/id/term/yue/%E4%96%A3>,
        "䖣"^^xsd:string ;
    rdfs:comment "(same as U+86A4 蚤) flea, to scratch, the mortices in the hub for the spokes of the wheel"@en .

<http://lexvo.org/id/char/45A4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%96%A4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C7%8En%20yu%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zyun1>,
        <http://lexvo.org/id/term/yue/%E4%96%A4>,
        "䖤"^^xsd:string ;
    rdfs:comment "(same as 蜿) to creep; to wriggle"@en .

<http://lexvo.org/id/char/45A5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%96%A5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%AD%20m%C3%A1o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/maau4>,
        <http://lexvo.org/id/term/yue/%E4%96%A5>,
        "䖥"^^xsd:string ;
    rdfs:comment "(same as 蟊) insects that are injurious to crops"@en .

<http://lexvo.org/id/char/45A6> a lvont:Character ;
    lvont:represents "䖦"^^xsd:string ;
    rdfs:comment "scorpion; a grub which bores into trees and destroys them, a kind of spider"@en .

<http://lexvo.org/id/char/45A7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%96%A7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C3%A0>,
        "䖧"^^xsd:string ;
    rdfs:comment "a poisonous insect; scorpion; to sting; prick of a poisonous insect; venomous sting, to ache"@en .

<http://lexvo.org/id/char/45A8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%96%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sek6>,
        <http://lexvo.org/id/term/yue/%E4%96%A8>,
        "䖨"^^xsd:string ;
    rdfs:comment "mantis, (same as 蟅) ground beetle (Eupolyphage sinensis)"@en .

<http://lexvo.org/id/char/45A9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%96%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%AC%20p%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bit1>,
        <http://lexvo.org/id/term/yue/%E4%96%A9>,
        "䖩"^^xsd:string ;
    rdfs:comment "a kind of bee; black bee"@en .

<http://lexvo.org/id/char/45AA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%96%AA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C3%AD>,
        "䖪"^^xsd:string ;
    rdfs:comment "(same as 蠀) grub ( a kind of larva); maggots, looper; inchworm; geometer"@en .

<http://lexvo.org/id/char/45AB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%96%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%A0ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/pong5>,
        <http://lexvo.org/id/term/yue/%E4%96%AB>,
        "䖫"^^xsd:string ;
    rdfs:comment "(same as 蚌) oyster"@en .

<http://lexvo.org/id/char/45AC> a lvont:Character ;
    lvont:represents "䖬"^^xsd:string .

<http://lexvo.org/id/char/45AD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%96%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ju%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gyun2>,
        <http://lexvo.org/id/term/yue/%E4%96%AD>,
        "䖭"^^xsd:string ;
    rdfs:comment "grub (a kind of larva), second for spider, a variety of spider; octopus; a long-legged spider"@en .

<http://lexvo.org/id/char/45AE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%96%AE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C7%8Eng>,
        "䖮"^^xsd:string ;
    rdfs:comment "(same as 蠁) larvae; grubs"@en .

<http://lexvo.org/id/char/45AF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%96%AF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/gu%C3%AC%20ku%C3%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fui1%20kwaai1>,
        <http://lexvo.org/id/term/yue/%E4%96%AF>,
        "䖯"^^xsd:string ;
    rdfs:comment "poisonous insect, (same as 奎) one of the 28 constellations which ancient Chinese astrologers believed to control the literary trends of the world, (same as 蛙) frog"@en .

<http://lexvo.org/id/char/45B0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%96%B0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%A0i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bei1%20pai3>,
        <http://lexvo.org/id/term/yue/%E4%96%B0>,
        "䖰"^^xsd:string ;
    rdfs:comment "a kind of gnat; a small flying insect"@en .

<http://lexvo.org/id/char/45B1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/hong4>,
        <http://lexvo.org/id/term/yue/%E4%96%B1>,
        "䖱"^^xsd:string ;
    rdfs:comment "large shrimp in the sea"@en .

<http://lexvo.org/id/char/45B2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%96%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C3%BAn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ceon4%20zung1>,
        <http://lexvo.org/id/term/yue/%E4%96%B2>,
        "䖲"^^xsd:string ;
    rdfs:comment "a kind of insect (looks like cicada)"@en .

<http://lexvo.org/id/char/45B3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%96%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%A0>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/caa3>,
        <http://lexvo.org/id/term/yue/%E4%96%B3>,
        "䖳"^^xsd:string ;
    rdfs:comment "jelly-fish; sea-blubber, (interchangeable 虴) looks like grasshopper but smaller"@en .

<http://lexvo.org/id/char/45B4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%96%B4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A1o>,
        <http://lexvo.org/id/term/vie/ri%C3%AAu>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ziu4>,
        <http://lexvo.org/id/term/yue/%E4%96%B4>,
        "䖴"^^xsd:string ;
    rdfs:comment "a kind of insect, (non-classical form of 珧) scallops, found in abundance in the China Sea; the shells contain mother-of-pearl, and the compressor muscle or ligament is dried and imported into China as Compoy ( 干貝); also called ( 江瑤柱) it is highly esteemed as an article of food, both in China and Japan"@en .

<http://lexvo.org/id/char/45B5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/kwan1>,
        <http://lexvo.org/id/term/yue/%E4%96%B5>,
        "䖵"^^xsd:string ;
    rdfs:comment "insects"@en .

<http://lexvo.org/id/char/45B6> a lvont:Character ;
    lvont:represents "䖶"^^xsd:string ;
    rdfs:comment "(of a hog:) to root (rout) earth with the snout; animal of the hedgehog family"@en .

<http://lexvo.org/id/char/45B7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/he>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hei1>,
        <http://lexvo.org/id/term/yue/%E4%96%B7>,
        "䖷"^^xsd:string ;
    rdfs:comment "a kind of insect"@en .

<http://lexvo.org/id/char/45B8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C3%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%96%B8>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ngo4>,
        <http://lexvo.org/id/term/yue/%E4%96%B8>,
        "䖸"^^xsd:string ;
    rdfs:comment "(same as 蛾) moth"@en .

<http://lexvo.org/id/char/45B9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%96%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A1ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zoeng4>,
        <http://lexvo.org/id/term/yue/%E4%96%B9>,
        "䖹"^^xsd:string ;
    rdfs:comment "(interchangeable 蛘) weevil"@en .

<http://lexvo.org/id/char/45BA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%96%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ti%C3%A1o%20zh%C3%A0o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/siu6%20tiu4>,
        <http://lexvo.org/id/term/yue/%E4%96%BA>,
        "䖺"^^xsd:string ;
    rdfs:comment "a legendary animal in ancient times"@en .

<http://lexvo.org/id/char/45BB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%96%BB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%B3u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zaau4>,
        <http://lexvo.org/id/term/yue/%E4%96%BB>,
        "䖻"^^xsd:string ;
    rdfs:comment "ephemera; ephemerid; May fly, poison of the snake"@en .

<http://lexvo.org/id/char/45BC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%96%BC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ju%C3%A9%20xu%C3%A8>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/goek3>,
        <http://lexvo.org/id/term/yue/%E4%96%BC>,
        "䖼"^^xsd:string ;
    rdfs:comment "the dung beetle, scarabaeus; the scavenger beetle"@en .

<http://lexvo.org/id/char/45BD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%96%BD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lei4>,
        <http://lexvo.org/id/term/yue/%E4%96%BD>,
        "䖽"^^xsd:string ;
    rdfs:comment "(same as 蜊) a kind of clam with thick white shells"@en .

<http://lexvo.org/id/char/45BE> a lvont:Character ;
    lvont:represents "䖾"^^xsd:string .

<http://lexvo.org/id/char/45BF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%96%BF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lei4>,
        <http://lexvo.org/id/term/yue/%E4%96%BF>,
        "䖿"^^xsd:string ;
    rdfs:comment "(same as 蜊) a kind of clam with thick white shells"@en .

<http://lexvo.org/id/char/45C0> a lvont:Character ;
    lvont:represents "䗀"^^xsd:string ;
    rdfs:comment "a kind of clam"@en .

<http://lexvo.org/id/char/45C1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%97%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%AC>,
        "䗁"^^xsd:string ;
    rdfs:comment "a kind of cicada, long-legged spider"@en .

<http://lexvo.org/id/char/45C2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%97%82>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C7%94>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fu2>,
        <http://lexvo.org/id/term/yue/%E4%97%82>,
        "䗂"^^xsd:string ;
    rdfs:comment "Diemyctylus pyrrhogaster, a kind of amphibious reptile, a kind of spider; a fly-eating spider"@en .

<http://lexvo.org/id/char/45C3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%97%83>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zan2%20zan6>,
        <http://lexvo.org/id/term/yue/%E4%97%83>,
        "䗃"^^xsd:string ;
    rdfs:comment "the millipede, a kind of cicada; big and with black color"@en .

<http://lexvo.org/id/char/45C4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%97%84>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C7%94%20p%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fu2%20fu6%20gu2>,
        <http://lexvo.org/id/term/yue/%E4%97%84>,
        "䗄"^^xsd:string ;
    rdfs:comment "a kind of insect; golden beetle"@en .

<http://lexvo.org/id/char/45C5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%97%85>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%A1ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/coeng4>,
        <http://lexvo.org/id/term/yue/%E4%97%85>,
        "䗅"^^xsd:string ;
    rdfs:comment "millipede, (of a road) winding; zigzag"@en .

<http://lexvo.org/id/char/45C6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%97%86>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/gu%C7%8En%20w%C4%9Bi>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gun1%20gun2%20sung1>,
        <http://lexvo.org/id/term/yue/%E4%97%86>,
        "䗆"^^xsd:string ;
    rdfs:comment "a kind of insect, ant"@en .

<http://lexvo.org/id/char/45C7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%97%87>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%BA%20q%C3%BA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/guk1>,
        <http://lexvo.org/id/term/yue/%E4%97%87>,
        "䗇"^^xsd:string ;
    rdfs:comment "the toad (especially in reference to the one supposed to live on the moon), earthworm"@en .

<http://lexvo.org/id/char/45C8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%97%88>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A9ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mong4>,
        <http://lexvo.org/id/term/yue/%E4%97%88>,
        "䗈"^^xsd:string ;
    rdfs:comment "(non-classical form of U+8771 虻) a gadfly"@en .

<http://lexvo.org/id/char/45C9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/coeng1>,
        <http://lexvo.org/id/term/yue/%E4%97%89>,
        "䗉"^^xsd:string ;
    rdfs:comment "a small solitary wasp"@en .

<http://lexvo.org/id/char/45CA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%97%8A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%A9ng%20t%C3%A0n>,
        <http://lexvo.org/id/term/vie/v%E1%BA%B9m>,
        "䗊"^^xsd:string ;
    rdfs:comment "to put out the tongue (said of animal)"@en .

<http://lexvo.org/id/char/45CB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%97%8B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%B3u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mau4>,
        <http://lexvo.org/id/term/yue/%E4%97%8B>,
        "䗋"^^xsd:string ;
    rdfs:comment "a marine crab"@en .

<http://lexvo.org/id/char/45CC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/sing1>,
        <http://lexvo.org/id/term/yue/%E4%97%8C>,
        "䗌"^^xsd:string ;
    rdfs:comment "dragonfly"@en .

<http://lexvo.org/id/char/45CD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%97%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C7%90>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lai5>,
        <http://lexvo.org/id/term/yue/%E4%97%8D>,
        "䗍"^^xsd:string ;
    rdfs:comment "(same as 蠡) wood-boring insect, (of insects) to bore or eat wood, a tribe of the huns"@en .

<http://lexvo.org/id/char/45CE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/zaan2%20zin1>,
        <http://lexvo.org/id/term/yue/%E4%97%8E>,
        "䗎"^^xsd:string ;
    rdfs:comment "a kind of insect"@en .

<http://lexvo.org/id/char/45CF> a lvont:Character ;
    lvont:represents "䗏"^^xsd:string ;
    rdfs:comment "name of a insect; a black insect with six legs, capable of ejecting poison for self-defense; the spider millipede"@en .

<http://lexvo.org/id/char/45D0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/si1>,
        <http://lexvo.org/id/term/yue/%E4%97%90>,
        "䗐"^^xsd:string ;
    rdfs:comment "a weevil found in rice, etc."@en .

<http://lexvo.org/id/char/45D1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%97%91>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%AC>,
        "䗑"^^xsd:string ;
    rdfs:comment "firefly"@en .

<http://lexvo.org/id/char/45D2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%97%92>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%ACng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bei3%20bing6>,
        <http://lexvo.org/id/term/yue/%E4%97%92>,
        "䗒"^^xsd:string ;
    rdfs:comment "a kind of clam; long and narrow"@en .

<http://lexvo.org/id/char/45D3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/cung1%20cung2>,
        <http://lexvo.org/id/term/yue/%E4%97%93>,
        "䗓"^^xsd:string ;
    rdfs:comment "dragonfly"@en .

<http://lexvo.org/id/char/45D4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%97%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%B3u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hau4>,
        <http://lexvo.org/id/term/yue/%E4%97%94>,
        "䗔"^^xsd:string ;
    rdfs:comment "a house-lizard or gecko, a kind of insect; living in the water"@en .

<http://lexvo.org/id/char/45D5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%97%95>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C7%8En>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zyun1>,
        <http://lexvo.org/id/term/yue/%E4%97%95>,
        "䗕"^^xsd:string ;
    rdfs:comment "(same as 蜿) bends; turns; curves; turns and twists, to circle; to hover around, a name for the earthworm"@en .

<http://lexvo.org/id/char/45D6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%97%96>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%AC%20d%C3%AC%20t%C3%AD%20zh%C3%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/daai3%20dai6%20zit3>,
        <http://lexvo.org/id/term/yue/%E4%97%96>,
        "䗖"^^xsd:string ;
    rdfs:comment "rainbow"@en .

<http://lexvo.org/id/char/45D7> a lvont:Character ;
    lvont:represents "䗗"^^xsd:string ;
    rdfs:comment "(same as 蚈) the millipede, firefly"@en .

<http://lexvo.org/id/char/45D8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%97%98>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C3%A9%20k%C3%A8>,
        "䗘"^^xsd:string ;
    rdfs:comment "a weevil"@en .

<http://lexvo.org/id/char/45D9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%97%99>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hon4>,
        <http://lexvo.org/id/term/yue/%E4%97%99>,
        "䗙"^^xsd:string ;
    rdfs:comment "earthworm"@en .

<http://lexvo.org/id/char/45DA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%97%9A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%B3>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bok3>,
        <http://lexvo.org/id/term/yue/%E4%97%9A>,
        "䗚"^^xsd:string ;
    rdfs:comment "eggs of mantis; chrysalis"@en .

<http://lexvo.org/id/char/45DB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C5%AB>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/saau1%20suk1>,
        <http://lexvo.org/id/term/yue/%E4%97%9B>,
        "䗛"^^xsd:string ;
    rdfs:comment "a kind of insect"@en .

<http://lexvo.org/id/char/45DC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%97%9C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C3%BA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/laau4%20laau4>,
        <http://lexvo.org/id/term/yue/%E4%97%9C>,
        "䗜"^^xsd:string ;
    rdfs:comment "a mole-cricket, a kind of insect; (same as U+45BB 䖻) ephemera; ephemerid; mayfly; snake poison"@en .

<http://lexvo.org/id/char/45DD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%97%9D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/caam4>,
        <http://lexvo.org/id/term/yue/%E4%97%9D>,
        "䗝"^^xsd:string ;
    rdfs:comment "(non-classical form of 蠶) silkworm"@en .

<http://lexvo.org/id/char/45DE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%97%9E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C3%A1n%20ch%C4%9Bn%20sh%C7%8En%20y%C7%90n%20z%C3%A0n%20zh%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/caam4>,
        <http://lexvo.org/id/term/yue/%E4%97%9E>,
        "䗞"^^xsd:string ;
    rdfs:comment "(same as 蠶) silkworm"@en .

<http://lexvo.org/id/char/45DF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%97%9F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%AC>,
        "䗟"^^xsd:string ;
    rdfs:comment "a kind of insect"@en .

<http://lexvo.org/id/char/45E0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%97%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xu%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/syun4%20syun6>,
        <http://lexvo.org/id/term/yue/%E4%97%A0>,
        "䗠"^^xsd:string ;
    rdfs:comment "the larva of mosquitoes"@en .

<http://lexvo.org/id/char/45E1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%97%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zin1>,
        <http://lexvo.org/id/term/yue/%E4%97%A1>,
        "䗡"^^xsd:string ;
    rdfs:comment "a kind of insect, name of a place recorded in ancient books"@en .

<http://lexvo.org/id/char/45E2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%97%A2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/su%C7%92%20z%C7%8Eo>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zou2>,
        <http://lexvo.org/id/term/yue/%E4%97%A2>,
        "䗢"^^xsd:string ;
    rdfs:comment "(same as 蚤) flea"@en .

<http://lexvo.org/id/char/45E3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%97%A3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C7%8Eo%20h%C3%A0n>,
        "䗣"^^xsd:string ;
    rdfs:comment "insect of mulberry, insects that damage to the melons"@en .

<http://lexvo.org/id/char/45E4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%97%A4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%B3ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ngaau5%20zung4>,
        <http://lexvo.org/id/term/yue/%E4%97%A4>,
        "䗤"^^xsd:string ;
    rdfs:comment "a kind of worm produced in water"@en .

<http://lexvo.org/id/char/45E5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/zung1>,
        <http://lexvo.org/id/term/yue/%E4%97%A5>,
        "䗥"^^xsd:string ;
    rdfs:comment "the solitary wasp, lice on cattle, a kind of gad-fly"@en .

<http://lexvo.org/id/char/45E6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/fung1>,
        <http://lexvo.org/id/term/yue/%E4%97%A6>,
        "䗦"^^xsd:string ;
    rdfs:comment "(same as 蜂) bee; wasp"@en .

<http://lexvo.org/id/char/45E7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/hong1%20wong1>,
        <http://lexvo.org/id/term/yue/%E4%97%A7>,
        "䗧"^^xsd:string ;
    rdfs:comment "Libellulidae, a variety of dragonfly"@en .

<http://lexvo.org/id/char/45E8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%97%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%BA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zyu4>,
        <http://lexvo.org/id/term/yue/%E4%97%A8>,
        "䗨"^^xsd:string ;
    rdfs:comment "Lepsima saccharina, a kind of silvery worm that eats clothes, books, etc."@en .

<http://lexvo.org/id/char/45E9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/cik1>,
        <http://lexvo.org/id/term/yue/%E4%97%A9>,
        "䗩"^^xsd:string ;
    rdfs:comment "toad (especially in reference to the one supposed to live on the moon), molluscs; mollusks generally"@en .

<http://lexvo.org/id/char/45EA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%97%AA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%A8>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ze3>,
        <http://lexvo.org/id/term/yue/%E4%97%AA>,
        "䗪"^^xsd:string ;
    rdfs:comment "a kind of worm; can be used in Chinese medicine"@en .

<http://lexvo.org/id/char/45EB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%97%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A1>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/maa3%20maa4>,
        <http://lexvo.org/id/term/yue/%E4%97%AB>,
        "䗫"^^xsd:string ;
    rdfs:comment "(same as 蟆) a frog, a toad"@en .

<http://lexvo.org/id/char/45EC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/fung1>,
        <http://lexvo.org/id/term/yue/%E4%97%AC>,
        "䗬"^^xsd:string ;
    rdfs:comment "(same as U+882D 蜂) bee; wasp, hornets, wasps"@en .

<http://lexvo.org/id/char/45ED> a lvont:Character ;
    lvont:represents "䗭"^^xsd:string .

<http://lexvo.org/id/char/45EE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%97%AE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/shu%C7%8Eng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cong2%20song2>,
        <http://lexvo.org/id/term/yue/%E4%97%AE>,
        "䗮"^^xsd:string ;
    rdfs:comment "a kind of insect"@en .

<http://lexvo.org/id/char/45EF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%97%AF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%ACn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zeon3>,
        <http://lexvo.org/id/term/yue/%E4%97%AF>,
        "䗯"^^xsd:string ;
    rdfs:comment "a kind of insect, clam family"@en .

<http://lexvo.org/id/char/45F0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%97%B0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/gu%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gun3>,
        <http://lexvo.org/id/term/yue/%E4%97%B0>,
        "䗰"^^xsd:string ;
    rdfs:comment "spiral shell; conch, spiral"@en .

<http://lexvo.org/id/char/45F1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%97%B1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%BA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/buk6>,
        <http://lexvo.org/id/term/yue/%E4%97%B1>,
        "䗱"^^xsd:string ;
    rdfs:comment "a kind of insect, snail family, snake family"@en .

<http://lexvo.org/id/char/45F2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%97%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%ACn>,
        "䗲"^^xsd:string ;
    rdfs:comment "firefly"@en .

<http://lexvo.org/id/char/45F3> a lvont:Character ;
    lvont:represents "䗳"^^xsd:string .

<http://lexvo.org/id/char/45F4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%97%B4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%ADng>,
        "䗴"^^xsd:string .

<http://lexvo.org/id/char/45F5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/goeng1>,
        <http://lexvo.org/id/term/yue/%E4%97%B5>,
        "䗵"^^xsd:string ;
    rdfs:comment "a disease attacked silkworm, a dying silkworm"@en .

<http://lexvo.org/id/char/45F6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%97%B6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%A0%20l%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/laap6>,
        <http://lexvo.org/id/term/yue/%E4%97%B6>,
        "䗶"^^xsd:string ;
    rdfs:comment "(non-classical form of 蠟) wax"@en .

<http://lexvo.org/id/char/45F7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%97%B7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zi3%20zik1>,
        <http://lexvo.org/id/term/yue/%E4%97%B7>,
        "䗷"^^xsd:string ;
    rdfs:comment "a kind of wasp"@en .

<http://lexvo.org/id/char/45F8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/zung2>,
        <http://lexvo.org/id/term/yue/%E4%97%B8>,
        "䗸"^^xsd:string ;
    rdfs:comment "a kind of insect; a weevil found in rice, etc."@en .

<http://lexvo.org/id/char/45F9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%97%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ci3%20zi4>,
        <http://lexvo.org/id/term/yue/%E4%97%B9>,
        "䗹"^^xsd:string ;
    rdfs:comment "(same as 蛓) hairy caterpillar"@en .

<http://lexvo.org/id/char/45FA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%97%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%8En>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zin4>,
        <http://lexvo.org/id/term/yue/%E4%97%BA>,
        "䗺"^^xsd:string ;
    rdfs:comment "creeping; wriggly, (same as 蜑), the boat people in the coastal areas of Fukien (Fugian) and Kwangtung (Guangdong); Southern tribes"@en .

<http://lexvo.org/id/char/45FB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%97%BB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%A9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zik1%20zit3>,
        <http://lexvo.org/id/term/yue/%E4%97%BB>,
        "䗻"^^xsd:string ;
    rdfs:comment "a kind of sea crab"@en .

<http://lexvo.org/id/char/45FC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/faan1%20waat1>,
        <http://lexvo.org/id/term/yue/%E4%97%BC>,
        "䗼"^^xsd:string ;
    rdfs:comment "a kind of insect"@en .

<http://lexvo.org/id/char/45FD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%97%BD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C3%A8i>,
        "䗽"^^xsd:string ;
    rdfs:comment "a small gadfly that suck blood of horse or cow; weevil found in rice, etc."@en .

<http://lexvo.org/id/char/45FE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%97%BE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C7%8En>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hin2>,
        <http://lexvo.org/id/term/yue/%E4%97%BE>,
        "䗾"^^xsd:string ;
    rdfs:comment "(same as 蜆) Corbicula leana, a variety of bivalves"@en .

<http://lexvo.org/id/char/45FF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%97%BF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C3%ADng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ning4>,
        <http://lexvo.org/id/term/yue/%E4%97%BF>,
        "䗿"^^xsd:string ;
    rdfs:comment "a kind of insect; mole cricket"@en .

<http://lexvo.org/id/char/4600> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%98%80>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/faau6%20waai3>,
        <http://lexvo.org/id/term/yue/%E4%98%80>,
        "䘀"^^xsd:string ;
    rdfs:comment "(same as 蛗) grasshoppers"@en .

<http://lexvo.org/id/char/4601> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%98%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C3%A9%20ji%C3%A9%20k%C4%9B>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zit6>,
        <http://lexvo.org/id/term/yue/%E4%98%81>,
        "䘁"^^xsd:string ;
    rdfs:comment "(same as 蠽) a blue-green colored cicada"@en .

<http://lexvo.org/id/char/4602> a lvont:Character ;
    lvont:represents "䘂"^^xsd:string ;
    rdfs:comment "(same as U+460B 䘋) a kind of insect"@en .

<http://lexvo.org/id/char/4603> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%98%83>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%B2>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/maak6%20mik6%20mong4>,
        <http://lexvo.org/id/term/yue/%E4%98%83>,
        "䘃"^^xsd:string ;
    rdfs:comment "a kind of crab, (same as 蟔) a caterpillar"@en .

<http://lexvo.org/id/char/4604> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%98%84>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%B9%20zh%C3%B9>,
        "䘄"^^xsd:string ;
    rdfs:comment "cicada famiy; a poisonous insect"@en .

<http://lexvo.org/id/char/4605> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%98%85>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C3%A1i%20n%C3%A0i%20n%C4%9Bng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/naang4>,
        <http://lexvo.org/id/term/yue/%E4%98%85>,
        "䘅"^^xsd:string ;
    rdfs:comment "(same as 螚) a small gadflies and mosquitoes, (non-classical form of 能) a bear like animal, turtle family, bee family"@en .

<http://lexvo.org/id/char/4606> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%98%86>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C7%8En>,
        <http://lexvo.org/id/term/vie/h%E1%BA%BFn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hin2%20hyun2>,
        <http://lexvo.org/id/term/yue/%E4%98%86>,
        "䘆"^^xsd:string ;
    rdfs:comment "earthworm"@en .

<http://lexvo.org/id/char/4607> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%98%87>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C3%A9n%20w%C3%A8n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/man1>,
        <http://lexvo.org/id/term/yue/%E4%98%87>,
        "䘇"^^xsd:string ;
    rdfs:comment "(same as 蚊) mosquito; gnat"@en .

<http://lexvo.org/id/char/4608> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%98%88>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/laai6%20lit6>,
        <http://lexvo.org/id/term/yue/%E4%98%88>,
        "䘈"^^xsd:string ;
    rdfs:comment "(corrupted form of 蠣) oyster"@en .

<http://lexvo.org/id/char/4609> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%98%89>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/caam4>,
        <http://lexvo.org/id/term/yue/%E4%98%89>,
        "䘉"^^xsd:string ;
    rdfs:comment "(standard form of 蠶) silkworm"@en .

<http://lexvo.org/id/char/460A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%98%8A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/mi%C3%A8>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mit6>,
        <http://lexvo.org/id/term/yue/%E4%98%8A>,
        "䘊"^^xsd:string ;
    rdfs:comment "flies; small insects produced in damp places; a kind of gnat"@en .

<http://lexvo.org/id/char/460B> a lvont:Character ;
    lvont:represents "䘋"^^xsd:string ;
    rdfs:comment "a kind of insect"@en .

<http://lexvo.org/id/char/460C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%98%8C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/nik1>,
        <http://lexvo.org/id/term/yue/%E4%98%8C>,
        "䘌"^^xsd:string ;
    rdfs:comment "gadfly"@en .

<http://lexvo.org/id/char/460D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%98%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%A0i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/caai3>,
        <http://lexvo.org/id/term/yue/%E4%98%8D>,
        "䘍"^^xsd:string ;
    rdfs:comment "(same as 蠆) a kind of scorpion, a poisonous insect"@en .

<http://lexvo.org/id/char/460E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/wan1%20wan6>,
        <http://lexvo.org/id/term/yue/%E4%98%8E>,
        "䘎"^^xsd:string ;
    rdfs:comment "name of an insect"@en .

<http://lexvo.org/id/char/460F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%98%8F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/seot1>,
        <http://lexvo.org/id/term/yue/%E4%98%8F>,
        "䘏"^^xsd:string ;
    rdfs:comment "(same as 恤) sympathy, pity"@en .

<http://lexvo.org/id/char/4610> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%98%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C7%9C>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/nuk6>,
        <http://lexvo.org/id/term/yue/%E4%98%90>,
        "䘐"^^xsd:string ;
    rdfs:comment "(same as standard form 衄) the bleed at the nose, to damage; a setback; a failure"@en .

<http://lexvo.org/id/char/4611> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%98%91>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A0i%20m%C3%B2>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mak6>,
        <http://lexvo.org/id/term/yue/%E4%98%91>,
        "䘑"^^xsd:string ;
    rdfs:comment "(non-classical form of U+8108 脈) the pulse, the veins or arteries"@en .

<http://lexvo.org/id/char/4612> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/co4%20zeoi1%20zyun1>,
        <http://lexvo.org/id/term/yue/%E4%98%92>,
        "䘒"^^xsd:string ;
    rdfs:comment "boy's reproductive organs, to fleece; to cut down; to scrape; to pare, to enfeeble"@en .

<http://lexvo.org/id/char/4613> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%98%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C3%A0n%20k%C3%A0o>,
        "䘓"^^xsd:string ;
    rdfs:comment "thick blood of cattle and goat"@en .

<http://lexvo.org/id/char/4614> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/ho2%20kaa1>,
        <http://lexvo.org/id/term/yue/%E4%98%94>,
        "䘔"^^xsd:string ;
    rdfs:comment "(same as 喀) to vomit; to throw up; to disgorge, coughs"@en .

<http://lexvo.org/id/char/4615> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%98%95>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A1ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hong4>,
        <http://lexvo.org/id/term/yue/%E4%98%95>,
        "䘕"^^xsd:string ;
    rdfs:comment "prostitute, a trade; an occupation; a profession"@en .

<http://lexvo.org/id/char/4616> a lvont:Character ;
    lvont:represents "䘖"^^xsd:string .

<http://lexvo.org/id/char/4617> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/faai1%20gwaan2%20pui3>,
        <http://lexvo.org/id/term/yue/%E4%98%97>,
        "䘗"^^xsd:string ;
    rdfs:comment "beautiful, exquisite; fine"@en .

<http://lexvo.org/id/char/4618> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%98%98>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zyu6>,
        <http://lexvo.org/id/term/yue/%E4%98%98>,
        "䘘"^^xsd:string ;
    rdfs:comment "(same as 御) to drive; to control; to manage, imperial, to wait on, clean; pure"@en .

<http://lexvo.org/id/char/4619> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%98%99>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C3%A8i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wai6>,
        <http://lexvo.org/id/term/yue/%E4%98%99>,
        "䘙"^^xsd:string ;
    rdfs:comment "(same as 衛) to guard; to protect, a keeper"@en .

<http://lexvo.org/id/char/461A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%98%9A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%BA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zeot1>,
        <http://lexvo.org/id/term/yue/%E4%98%9A>,
        "䘚"^^xsd:string ;
    rdfs:comment "(same as U+5352 卒) a servant; an underling, a pawn in chess, abrupt; hurried"@en .

<http://lexvo.org/id/char/461B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/gei1>,
        <http://lexvo.org/id/term/yue/%E4%98%9B>,
        "䘛"^^xsd:string ;
    rdfs:comment "(Cant.) 卡䘛, khaki"@en .

<http://lexvo.org/id/char/461C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/gan1>,
        <http://lexvo.org/id/term/yue/%E4%98%9C>,
        "䘜"^^xsd:string ;
    rdfs:comment "(same as standard form 巾) a napkin; kerchief or towel, a headgear"@en .

<http://lexvo.org/id/char/461D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%98%9D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zik6>,
        <http://lexvo.org/id/term/yue/%E4%98%9D>,
        "䘝"^^xsd:string ;
    rdfs:comment "a shirt; a garment; a gown, a black dress"@en .

<http://lexvo.org/id/char/461E> a lvont:Character ;
    lvont:represents "䘞"^^xsd:string .

<http://lexvo.org/id/char/461F> a lvont:Character ;
    lvont:represents "䘟"^^xsd:string ;
    rdfs:comment "kind of silk woven with double threads and water proof; lining the coffin, leather lining of clothing"@en .

<http://lexvo.org/id/char/4620> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%98%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%BA%20p%C3%B2>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/faat1%20kut3>,
        <http://lexvo.org/id/term/yue/%E4%98%A0>,
        "䘠"^^xsd:string ;
    rdfs:comment "(corrupted form of 袚) greaves, knee-pads, buskins, dress; clothes of minority group in ancient times, children's garments, a mat for wrapping garment, (same as 帗)(in ancient China) a multicolored prop used in dancing rituals"@en .

<http://lexvo.org/id/char/4621> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%98%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C7%90>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bei2>,
        <http://lexvo.org/id/term/yue/%E4%98%A1>,
        "䘡"^^xsd:string ;
    rdfs:comment "the sleeve"@en .

<http://lexvo.org/id/char/4622> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%98%A2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C7%94>,
        "䘢"^^xsd:string ;
    rdfs:comment "old and shabby (said of clothes), to fill in or to pack clothes with cotton, to remain in a standstill for a long time"@en .

<http://lexvo.org/id/char/4623> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%98%A3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C7%90>,
        "䘣"^^xsd:string ;
    rdfs:comment "clothes that have no lining, stitches in the clothes, wrinkled; crinkled clothes, cotton clothes"@en .

<http://lexvo.org/id/char/4624> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%98%A4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%B9>,
        "䘤"^^xsd:string ;
    rdfs:comment "a sword covering to protect the scabbard"@en .

<http://lexvo.org/id/char/4625> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%98%A5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A1>,
        "䘥"^^xsd:string ;
    rdfs:comment "the front of a Chinese gown, lapel of a Chinese dress-worn by the literati in former days, a short coat; a short top garment, neck-wears for babies, very fine silk fabric"@en .

<http://lexvo.org/id/char/4626> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%98%A6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C3%AD%20n%C7%90>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fai3%20nei4%20zyu4>,
        <http://lexvo.org/id/term/yue/%E4%98%A6>,
        "䘦"^^xsd:string ;
    rdfs:comment "a kind of head-dress wore in funeral rites in old days, fine clothes"@en .

<http://lexvo.org/id/char/4627> a lvont:Character ;
    lvont:represents "䘧"^^xsd:string .

<http://lexvo.org/id/char/4628> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%98%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C7%8Eo>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gaau1%20gau2>,
        <http://lexvo.org/id/term/yue/%E4%98%A8>,
        "䘨"^^xsd:string ;
    rdfs:comment "short leggings drawn over the trousers, clothes for fisherman"@en .

<http://lexvo.org/id/char/4629> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%98%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xu%C3%A0n%20x%C3%BAn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ceon4%20jyun6>,
        <http://lexvo.org/id/term/yue/%E4%98%A9>,
        "䘩"^^xsd:string ;
    rdfs:comment "collar, a throat-band to hold the hat, a tassel; a fringe, (same as 袨) in full dress, black colored ceremonial dress"@en .

<http://lexvo.org/id/char/462A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/cung1>,
        <http://lexvo.org/id/term/yue/%E4%98%AA>,
        "䘪"^^xsd:string ;
    rdfs:comment "clothes without hem; ragged garments; a garment without a lining, single"@en .

<http://lexvo.org/id/char/462B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%98%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C3%B2u%20r%C3%BA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zyu4>,
        <http://lexvo.org/id/term/yue/%E4%98%AB>,
        "䘫"^^xsd:string ;
    rdfs:comment "(same as 袽) old rags; old clothing, caulking"@en .

<http://lexvo.org/id/char/462C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%98%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/r%C3%B3ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zung4>,
        <http://lexvo.org/id/term/yue/%E4%98%AC>,
        "䘬"^^xsd:string ;
    rdfs:comment "armour, military dress"@en .

<http://lexvo.org/id/char/462D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%98%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/di%C3%A9%20zh%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sak3%20si6%20taai4%20zi3>,
        <http://lexvo.org/id/term/yue/%E4%98%AD>,
        "䘭"^^xsd:string ;
    rdfs:comment "the pleates on the lapel of a garment of thin silk"@en .

<http://lexvo.org/id/char/462E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%98%AE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C3%A0%20s%C3%A0ng%20x%C3%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C4%81ng%200987.072%3As%C3%A0ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/song1%20song3>,
        <http://lexvo.org/id/term/yue/%E4%98%AE>,
        "䘮"^^xsd:string ;
    rdfs:comment "(same as 喪) to lose; death; funeral, to mourn, to destroy"@en .

<http://lexvo.org/id/char/462F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/sau1%20sok3>,
        <http://lexvo.org/id/term/yue/%E4%98%AF>,
        "䘯"^^xsd:string ;
    rdfs:comment "the lapel or collar of a garment or robe, hat"@en .

<http://lexvo.org/id/char/4630> a lvont:Character ;
    lvont:represents "䘰"^^xsd:string ;
    rdfs:comment "a hood; some kind of covering used on a carriage, towel; kerchief"@en .

<http://lexvo.org/id/char/4631> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%98%B1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zyu6>,
        <http://lexvo.org/id/term/yue/%E4%98%B1>,
        "䘱"^^xsd:string ;
    rdfs:comment "(same as 裕) wealthy; abundance; plenty, generous"@en .

<http://lexvo.org/id/char/4632> a lvont:Character ;
    lvont:represents "䘲"^^xsd:string .

<http://lexvo.org/id/char/4633> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/kaam1>,
        <http://lexvo.org/id/term/yue/%E4%98%B3>,
        "䘳"^^xsd:string ;
    rdfs:comment "(interchangeable 襟) a garment of single thickness, lapel of a garment, collar of a robe formerly worn by the literati, therefore used for educated classes"@en .

<http://lexvo.org/id/char/4634> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/zung1>,
        <http://lexvo.org/id/term/yue/%E4%98%B4>,
        "䘴"^^xsd:string ;
    rdfs:comment "(same as 衳) short pants; trousers; drawers"@en .

<http://lexvo.org/id/char/4635> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%98%B5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/luk6>,
        <http://lexvo.org/id/term/yue/%E4%98%B5>,
        "䘵"^^xsd:string ;
    rdfs:comment "hissing sound of the clothes"@en .

<http://lexvo.org/id/char/4636> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%98%B6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A0n%20y%C7%8En>,
        "䘶"^^xsd:string ;
    rdfs:comment "sleeves, a piece of towel used to block up the ears"@en .

<http://lexvo.org/id/char/4637> a lvont:Character ;
    lvont:represents "䘷"^^xsd:string ;
    rdfs:comment "sleeves, old and meanly clothes"@en .

<http://lexvo.org/id/char/4638> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%98%B8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%AC>,
        "䘸"^^xsd:string ;
    rdfs:comment "the lower front of a robe, gown, etc., sleeves, the opening on the lower front of a robe"@en .

<http://lexvo.org/id/char/4639> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%98%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zu%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ceoi3>,
        <http://lexvo.org/id/term/yue/%E4%98%B9>,
        "䘹"^^xsd:string ;
    rdfs:comment "clothes that have no lining (usually for summer wear)"@en .

<http://lexvo.org/id/char/463A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%98%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zaan6>,
        <http://lexvo.org/id/term/yue/%E4%98%BA>,
        "䘺"^^xsd:string ;
    rdfs:comment "a seam which has come unsewn; to mend (clothes, etc.), (same as U+8892 袒 U+7DBB 綻) to bare; to strip; bared, ripped seam; a crack, ripped; split"@en .

<http://lexvo.org/id/char/463B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%98%BB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C3%B9%20y%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zuk6>,
        <http://lexvo.org/id/term/yue/%E4%98%BB>,
        "䘻"^^xsd:string ;
    rdfs:comment "curtain on a carriage or car"@en .

<http://lexvo.org/id/char/463C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%98%BC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C7%8En>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wun2>,
        <http://lexvo.org/id/term/yue/%E4%98%BC>,
        "䘼"^^xsd:string ;
    rdfs:comment "stockings; socks, the sleeve"@en .

<http://lexvo.org/id/char/463D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%98%BD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C3%AD%20n%C7%90%20n%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ngaai4>,
        <http://lexvo.org/id/term/yue/%E4%98%BD>,
        "䘽"^^xsd:string ;
    rdfs:comment "clothing and ornaments; an ornamental item; a decorative artical of a garment"@en .

<http://lexvo.org/id/char/463E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%98%BE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/gu%C7%8En>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gun2%20kong3>,
        <http://lexvo.org/id/term/yue/%E4%98%BE>,
        "䘾"^^xsd:string ;
    rdfs:comment "legs of the trousers, a second name for the trousers, fur pants"@en .

<http://lexvo.org/id/char/463F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%98%BF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ju%C3%A9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/faat1%20gwaat6>,
        <http://lexvo.org/id/term/yue/%E4%98%BF>,
        "䘿"^^xsd:string ;
    rdfs:comment "shirt or a jacket without any decorated hem"@en .

<http://lexvo.org/id/char/4640> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%99%80>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C4%9Bng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bang1>,
        <http://lexvo.org/id/term/yue/%E4%99%80>,
        "䙀"^^xsd:string ;
    rdfs:comment "(same as U+7DB3 繃) a cloth to carry an iinfant on the back, to tie; to bind, to break open, to endure or bear"@en .

<http://lexvo.org/id/char/4641> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%99%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/can1>,
        <http://lexvo.org/id/term/yue/%E4%99%81>,
        "䙁"^^xsd:string ;
    rdfs:comment "children's garments, a mat for wrapping garments"@en .

<http://lexvo.org/id/char/4642> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/zung1>,
        <http://lexvo.org/id/term/yue/%E4%99%82>,
        "䙂"^^xsd:string ;
    rdfs:comment "(non-classical form of 衳) short pants; trousers; drawers"@en .

<http://lexvo.org/id/char/4643> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%99%83>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/du%C3%B2%20ku%C3%B2%20p%C3%A1n%20ru%C3%A1n>,
        "䙃"^^xsd:string ;
    rdfs:comment "sleeveless clothes"@en .

<http://lexvo.org/id/char/4644> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%99%84>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C3%AC%20zh%C7%8E>,
        "䙄"^^xsd:string ;
    rdfs:comment "clothes with thick hem, to adjust, to regulate"@en .

<http://lexvo.org/id/char/4645> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%99%85>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A0o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ziu1%20ziu2>,
        <http://lexvo.org/id/term/yue/%E4%99%85>,
        "䙅"^^xsd:string ;
    rdfs:comment "the waistline (in dress-making), a loop for button, a waist band or belt, pleat; a fold"@en .

<http://lexvo.org/id/char/4646> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%99%86>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/gu%C3%AC%20ku%C3%AC>,
        "䙆"^^xsd:string ;
    rdfs:comment "slits on the lower part of a gown for freedom of movement"@en .

<http://lexvo.org/id/char/4647> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%99%87>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/nu%C7%8En%20ru%C3%A1n>,
        "䙇"^^xsd:string ;
    rdfs:comment "clothes of coarse fabric, seams; a fold; pleat of a garment, shirt; jacket"@en .

<http://lexvo.org/id/char/4648> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%99%88>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%B3u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hau4>,
        <http://lexvo.org/id/term/yue/%E4%99%88>,
        "䙈"^^xsd:string ;
    rdfs:comment "a loose garment or cloak, shirt; jacket"@en .

<http://lexvo.org/id/char/4649> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%99%89>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C3%BAn%20z%C7%8En>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ceon4>,
        <http://lexvo.org/id/term/yue/%E4%99%89>,
        "䙉"^^xsd:string ;
    rdfs:comment "clothes, the central suture; seams on the back (said of clothes)"@en .

<http://lexvo.org/id/char/464A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%99%8A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A8>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ze6>,
        <http://lexvo.org/id/term/yue/%E4%99%8A>,
        "䙊"^^xsd:string ;
    rdfs:comment "arid; dry; parched"@en .

<http://lexvo.org/id/char/464B> a lvont:Character ;
    lvont:represents "䙋"^^xsd:string .

<http://lexvo.org/id/char/464C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%99%8C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%AC%20ku%C3%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ku%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gui2%20kui2>,
        <http://lexvo.org/id/term/yue/%E4%99%8C>,
        "䙌"^^xsd:string ;
    rdfs:comment "(simplified form) a knot; a button, (dialect) to tie up; fastening; to wear; to slip on, to make a knot by a rope; a piece of string or a ribbon, (same as 繪) to draw (picture)"@en .

<http://lexvo.org/id/char/464D> a lvont:Character ;
    lvont:represents "䙍"^^xsd:string .

<http://lexvo.org/id/char/464E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%99%8E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A9>,
        "䙎"^^xsd:string ;
    rdfs:comment "sleeves, a piece of string; a ribbon; (shoe, boot, etc.) lace"@en .

<http://lexvo.org/id/char/464F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%99%8F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%B3>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bok6%20pok3>,
        <http://lexvo.org/id/term/yue/%E4%99%8F>,
        "䙏"^^xsd:string ;
    rdfs:comment "short sleeves shirt, clothes that have no lining, (same as 薄) thin; light; slight"@en .

<http://lexvo.org/id/char/4650> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%99%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C3%A8>,
        "䙐"^^xsd:string ;
    rdfs:comment "furs and linen garments, thin; light; slight, to pound; to beat, to attack, to hull or unhusk"@en .

<http://lexvo.org/id/char/4651> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/ceoi1>,
        <http://lexvo.org/id/term/yue/%E4%99%91>,
        "䙑"^^xsd:string ;
    rdfs:comment "(same as 縗 衰) a piece of sackcloth worn on the breast in mourning, the frayed edges of mourning garments"@en .

<http://lexvo.org/id/char/4652> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%99%92>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cuk6%20sin6%20tung4>,
        <http://lexvo.org/id/term/yue/%E4%99%92>,
        "䙒"^^xsd:string ;
    rdfs:comment "to store or save up; to hoard, to strip off; to deprive of, to undress forcibly"@en .

<http://lexvo.org/id/char/4653> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%99%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C7%8Ei%20h%C3%A8>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/baai2>,
        <http://lexvo.org/id/term/yue/%E4%99%93>,
        "䙓"^^xsd:string ;
    rdfs:comment "the lower part of a garment; skirt; petticoat"@en .

<http://lexvo.org/id/char/4654> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/aau1%20zaau1%20zat3%20zim2>,
        <http://lexvo.org/id/term/yue/%E4%99%94>,
        "䙔"^^xsd:string ;
    rdfs:comment "clothes made of poor fabric, head-dress for chidlren (or minority group), an infant's bib"@en .

<http://lexvo.org/id/char/4655> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%99%95>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%B9%20z%C7%92ng>,
        "䙕"^^xsd:string ;
    rdfs:comment "clothes that have no lining"@en .

<http://lexvo.org/id/char/4656> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/bang1>,
        <http://lexvo.org/id/term/yue/%E4%99%96>,
        "䙖"^^xsd:string ;
    rdfs:comment "(same as U+7DB3 繃) a cloth to carry an iinfant on the back"@en .

<http://lexvo.org/id/char/4657> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%99%97>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%AC>,
        "䙗"^^xsd:string ;
    rdfs:comment "a swaddling cloth for infant; a broad bandage for carrying an infant on the back"@en .

<http://lexvo.org/id/char/4658> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%99%98>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C7%94%20z%C3%BA>,
        "䙘"^^xsd:string ;
    rdfs:comment "exquisite; fine, bright-colored clothes, clear white"@en .

<http://lexvo.org/id/char/4659> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%99%99>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ci4>,
        <http://lexvo.org/id/term/yue/%E4%99%99>,
        "䙙"^^xsd:string ;
    rdfs:comment "clothes"@en .

<http://lexvo.org/id/char/465A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%99%9A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ni%C7%8Eo>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/niu5>,
        <http://lexvo.org/id/term/yue/%E4%99%9A>,
        "䙚"^^xsd:string ;
    rdfs:comment "(same as 裊 褭) curling up, as smoke, wavering gently; to sway enticingly; winding round and round, in ancient time to cast gold in the shape of horse's hoofs; fine horse"@en .

<http://lexvo.org/id/char/465B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%99%9B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/gu%C3%A0n%20g%C7%94n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gwaan2%20waan6>,
        <http://lexvo.org/id/term/yue/%E4%99%9B>,
        "䙛"^^xsd:string ;
    rdfs:comment "(same as 袞 渿) ceremonial dress of the emperor or very high officials"@en .

<http://lexvo.org/id/char/465C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%99%9C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%A9ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fung4>,
        <http://lexvo.org/id/term/yue/%E4%99%9C>,
        "䙜"^^xsd:string ;
    rdfs:comment "(corrupted form) legendary mountain deity, (interchangeable 逢) to meet; to come across, to happen; to fall in with"@en .

<http://lexvo.org/id/char/465D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%99%9D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A8>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sit3>,
        <http://lexvo.org/id/term/yue/%E4%99%9D>,
        "䙝"^^xsd:string ;
    rdfs:comment "under garrments, intimate with, dirty; ragged, undress; thus -- to treat with irreverence"@en .

<http://lexvo.org/id/char/465E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/dang1>,
        <http://lexvo.org/id/term/yue/%E4%99%9E>,
        "䙞"^^xsd:string ;
    rdfs:comment "woolen string; ribbon or lace"@en .

<http://lexvo.org/id/char/465F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%99%9F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/du%C3%B2%20w%C3%A9i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wai4>,
        <http://lexvo.org/id/term/yue/%E4%99%9F>,
        "䙟"^^xsd:string ;
    rdfs:comment "heavy clothes (thickness), to hang down"@en .

<http://lexvo.org/id/char/4660> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%99%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ju%C3%A9%20w%C3%B2>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kyut3>,
        <http://lexvo.org/id/term/yue/%E4%99%A0>,
        "䙠"^^xsd:string ;
    rdfs:comment "short clothes, to lift up clothes and across a river"@en .

<http://lexvo.org/id/char/4661> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%99%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%AC%20ku%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kui2>,
        <http://lexvo.org/id/term/yue/%E4%99%A1>,
        "䙡"^^xsd:string ;
    rdfs:comment "(simplified form) a knot; a button, (dialect) to tie up; fastening; to wear; to slip on, to make a knot by a rope; a piece of string or a ribbon, (same as 繪) to draw (picture)"@en .

<http://lexvo.org/id/char/4662> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%99%A2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C3%A8ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zaang6>,
        <http://lexvo.org/id/term/yue/%E4%99%A2>,
        "䙢"^^xsd:string ;
    rdfs:comment "short T-shirt, lined garments without padding"@en .

<http://lexvo.org/id/char/4663> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%99%A3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C3%A0>,
        "䙣"^^xsd:string ;
    rdfs:comment "ragged garments or clothing"@en .

<http://lexvo.org/id/char/4664> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%99%A4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/du%C7%92%20du%C3%B2>,
        "䙤"^^xsd:string ;
    rdfs:comment "good; nice; fine, long and large clothes"@en .

<http://lexvo.org/id/char/4665> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%99%A5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%ADng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ling4>,
        <http://lexvo.org/id/term/yue/%E4%99%A5>,
        "䙥"^^xsd:string ;
    rdfs:comment "shiny dresses"@en .

<http://lexvo.org/id/char/4666> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%99%A6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A9ng>,
        "䙦"^^xsd:string ;
    rdfs:comment "upper garments"@en .

<http://lexvo.org/id/char/4667> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/fan1>,
        <http://lexvo.org/id/term/yue/%E4%99%A7>,
        "䙧"^^xsd:string ;
    rdfs:comment "red color; crimson"@en .

<http://lexvo.org/id/char/4668> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%99%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/gu%C7%92%20lu%C7%92>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gwo2>,
        <http://lexvo.org/id/term/yue/%E4%99%A8>,
        "䙨"^^xsd:string ;
    rdfs:comment "(non-classical form of 裹) to wrap or bind"@en .

<http://lexvo.org/id/char/4669> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%99%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A9ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mung4>,
        <http://lexvo.org/id/term/yue/%E4%99%A9>,
        "䙩"^^xsd:string ;
    rdfs:comment "clothes"@en .

<http://lexvo.org/id/char/466A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%99%AA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%B3ng%20m%C3%A0ng%20p%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/paan3>,
        <http://lexvo.org/id/term/yue/%E4%99%AA>,
        "䙪"^^xsd:string ;
    rdfs:comment "(same as 襻) a loop for button"@en .

<http://lexvo.org/id/char/466B> a lvont:Character ;
    lvont:represents "䙫"^^xsd:string .

<http://lexvo.org/id/char/466C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%99%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%ACng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zing3>,
        <http://lexvo.org/id/term/yue/%E4%99%AC>,
        "䙬"^^xsd:string ;
    rdfs:comment "plaits on the sides of a petticoat, pleates of a skirt, contrast of the mixed colors"@en .

<http://lexvo.org/id/char/466D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/hin1>,
        <http://lexvo.org/id/term/yue/%E4%99%AD>,
        "䙭"^^xsd:string ;
    rdfs:comment "(same as U+8930 褰) to lift or raise (one's dress, skirt, etc.), trousers; drawers; pants"@en .

<http://lexvo.org/id/char/466E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%99%AE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/gu%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gun3>,
        <http://lexvo.org/id/term/yue/%E4%99%AE>,
        "䙮"^^xsd:string ;
    rdfs:comment "strip of the clothes"@en .

<http://lexvo.org/id/char/466F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%99%AF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C3%B9%20zhu%C3%B3>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cuk1>,
        <http://lexvo.org/id/term/yue/%E4%99%AF>,
        "䙯"^^xsd:string ;
    rdfs:comment "exquisite; fine, sharp; distinct, bright-colored"@en .

<http://lexvo.org/id/char/4670> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%99%B0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lei4>,
        <http://lexvo.org/id/term/yue/%E4%99%B0>,
        "䙰"^^xsd:string ;
    rdfs:comment "new feather; damp; moist and sticky, a thin-silk curtain"@en .

<http://lexvo.org/id/char/4671> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%99%B1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%BA%20sh%C7%94>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/suk6>,
        <http://lexvo.org/id/term/yue/%E4%99%B1>,
        "䙱"^^xsd:string ;
    rdfs:comment "(same as 襡) a long coat; a long jacket, the connection of the top and bottom of clothes"@en .

<http://lexvo.org/id/char/4672> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/ceng1%20cin1>,
        <http://lexvo.org/id/term/yue/%E4%99%B2>,
        "䙲"^^xsd:string ;
    rdfs:comment "(same as 遷) to move; to remove, to change"@en .

<http://lexvo.org/id/char/4673> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C3%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%99%B3>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/biu1>,
        <http://lexvo.org/id/term/yue/%E4%99%B3>,
        "䙳"^^xsd:string ;
    rdfs:comment "(same as 熛) spiting flames, flashed fire, to shine off and on, to cover; to hide, to seal, to build"@en .

<http://lexvo.org/id/char/4674> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/sin1>,
        <http://lexvo.org/id/term/yue/%E4%99%B4>,
        "䙴"^^xsd:string ;
    rdfs:comment "to soar as a bird, (ancient form of U+9077 遷) to move, to change"@en .

<http://lexvo.org/id/char/4675> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/saai1>,
        <http://lexvo.org/id/term/yue/%E4%99%B5>,
        "䙵"^^xsd:string ;
    rdfs:comment "rustic; low; mean, to despise, family name"@en .

<http://lexvo.org/id/char/4676> a lvont:Character ;
    lvont:represents "䙶"^^xsd:string .

<http://lexvo.org/id/char/4677> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%99%B7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%A9%20zh%C3%A9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/daak1%20kaam4>,
        <http://lexvo.org/id/term/yue/%E4%99%B7>,
        "䙷"^^xsd:string ;
    rdfs:comment "(ancient form of 得) to obtain; to acquire; to gain, to effect; to attain, can; may; able to be done"@en .

<http://lexvo.org/id/char/4678> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%99%B8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%A9%20de>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dak1>,
        <http://lexvo.org/id/term/yue/%E4%99%B8>,
        "䙸"^^xsd:string ;
    rdfs:comment "(same as U+4677 䙷) to obtain; to acquire; to gain, to effect; to attain, can; may; able to be done"@en .

<http://lexvo.org/id/char/4679> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%99%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C7%8Eng%20n%C7%8Eo%20xi%C3%A0n%20xi%C7%8Eng>,
        "䙹"^^xsd:string ;
    rdfs:comment "to vomit milk (said of baby), to vomit unwillingly"@en .

<http://lexvo.org/id/char/467A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%99%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C3%A1n%20li%C7%8En%20qi%C7%8En>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lim4>,
        <http://lexvo.org/id/term/yue/%E4%99%BA>,
        "䙺"^^xsd:string ;
    rdfs:comment "(corrupted form of 覝)(standard form of 廉) to observe; to watch; to examine"@en .

<http://lexvo.org/id/char/467B> a lvont:Character ;
    lvont:represents "䙻"^^xsd:string ;
    rdfs:comment "to steal a look; to steal a glance"@en .

<http://lexvo.org/id/char/467C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%99%BC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%A0o>,
        "䙼"^^xsd:string ;
    rdfs:comment "to see; to observe, to appear, now; present, ready, to summon; to call up, far, deep; profound"@en .

<http://lexvo.org/id/char/467D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%99%BD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C3%AC%20xi%C3%A9>,
        "䙽"^^xsd:string ;
    rdfs:comment "to see; to observe"@en .

<http://lexvo.org/id/char/467E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/si1>,
        <http://lexvo.org/id/term/yue/%E4%99%BE>,
        "䙾"^^xsd:string ;
    rdfs:comment "to wait for; to await (interchangeable 伺), (same as 施) to act; to do; to make, to grant; to give, to apply"@en .

<http://lexvo.org/id/char/467F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%99%BF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C3%A8i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mei6>,
        <http://lexvo.org/id/term/yue/%E4%99%BF>,
        "䙿"^^xsd:string ;
    rdfs:comment "to see; to observe"@en .

<http://lexvo.org/id/char/4680> a lvont:Character ;
    lvont:represents "䚀"^^xsd:string ;
    rdfs:comment "(non-classical form) to see stealthily; to peek"@en .

<http://lexvo.org/id/char/4681> a lvont:Character ;
    lvont:represents "䚁"^^xsd:string ;
    rdfs:comment "(same as U+4680 䚀) to see, to see stealthily; to peek"@en .

<http://lexvo.org/id/char/4682> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%9A%82>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A8%20x%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hak1>,
        <http://lexvo.org/id/term/yue/%E4%9A%82>,
        "䚂"^^xsd:string ;
    rdfs:comment "to see; to observe or examine"@en .

<http://lexvo.org/id/char/4683> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%9A%83>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%B3u>,
        "䚃"^^xsd:string ;
    rdfs:comment "to realize fully, to make a thorough examination"@en .

<http://lexvo.org/id/char/4684> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%9A%84>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/luk1>,
        <http://lexvo.org/id/term/yue/%E4%9A%84>,
        "䚄"^^xsd:string ;
    rdfs:comment "to make fun of, to having the same idea, feeling, etc."@en .

<http://lexvo.org/id/char/4685> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%9A%85>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%A1i%20l%C3%A0i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/loi4%20loi6>,
        <http://lexvo.org/id/term/yue/%E4%9A%85>,
        "䚅"^^xsd:string ;
    rdfs:comment "to look after home or domestic affairs, to search one's own soul, to see; to observe"@en .

<http://lexvo.org/id/char/4686> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C7%92u%20y%C7%8Eo%20y%C7%90ng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%9A%86>,
        "䚆"^^xsd:string ;
    rdfs:comment "to see; to look at, to examine"@en .

<http://lexvo.org/id/char/4687> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%9A%87>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C4%9Bng%20zh%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sang2%20sing2>,
        <http://lexvo.org/id/term/yue/%E4%9A%87>,
        "䚇"^^xsd:string ;
    rdfs:comment "to observe; to inspect carefully, leaking out, a measurement, (non-classical of 省) economical, a province, to save; to avoid"@en .

<http://lexvo.org/id/char/4688> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%9A%88>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ju%C3%A0n%20w%C3%B9%20zhu%C3%A0n>,
        "䚈"^^xsd:string ;
    rdfs:comment "to see; to look at, to examine"@en .

<http://lexvo.org/id/char/4689> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%9A%89>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C3%AC%20x%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/haam1%20kaai3>,
        <http://lexvo.org/id/term/yue/%E4%9A%89>,
        "䚉"^^xsd:string ;
    rdfs:comment "to see; to look at, to examine, to spy upon, to wait upon"@en .

<http://lexvo.org/id/char/468A> a lvont:Character ;
    lvont:represents "䚊"^^xsd:string ;
    rdfs:comment "to look from a distance"@en .

<http://lexvo.org/id/char/468B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%9A%8B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%B9n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/waan4>,
        <http://lexvo.org/id/term/yue/%E4%9A%8B>,
        "䚋"^^xsd:string ;
    rdfs:comment "eyesight blurred; dim of sight; giddy or dizzy, (same as 鄖) name of a state (today's Hobei province) in ancient China, name of a place in today's Jiangsu province"@en .

<http://lexvo.org/id/char/468C> a lvont:Character ;
    lvont:represents "䚌"^^xsd:string .

<http://lexvo.org/id/char/468D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%9A%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C3%AC>,
        "䚍"^^xsd:string ;
    rdfs:comment "to look at; to observe or inspect; to see"@en .

<http://lexvo.org/id/char/468E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/zong1>,
        <http://lexvo.org/id/term/yue/%E4%9A%8E>,
        "䚎"^^xsd:string ;
    rdfs:comment "eyesight blurred; dim of sight, to look steadily at; (Cant.) to peep (through a crack)"@en .

<http://lexvo.org/id/char/468F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%9A%8F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%A8ng%20l%C3%AC%20l%C3%ACn>,
        "䚏"^^xsd:string ;
    rdfs:comment "to love; intimate; near to; dear; parents; relatives, to see; to look at; to observe"@en .

<http://lexvo.org/id/char/4690> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%9A%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%AD>,
        "䚐"^^xsd:string ;
    rdfs:comment "getting red in the eyes, to look from a distance"@en .

<http://lexvo.org/id/char/4691> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%9A%91>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A1i>,
        "䚑"^^xsd:string ;
    rdfs:comment "to steal a glance; to peep; to spy on"@en .

<http://lexvo.org/id/char/4692> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%9A%92>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/chu%C3%A1ng%20zhu%C3%A0ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/so2%20zong6>,
        <http://lexvo.org/id/term/yue/%E4%9A%92>,
        "䚒"^^xsd:string ;
    rdfs:comment "eyesight blurred; dim of sight, to look steadily at"@en .

<http://lexvo.org/id/char/4693> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%9A%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ni%C7%8En%20sh%C4%9Bn>,
        "䚓"^^xsd:string ;
    rdfs:comment "(same as 瞫) to observe; to examine; to look deeply into"@en .

<http://lexvo.org/id/char/4694> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/baan1%20bin1%20paan5>,
        <http://lexvo.org/id/term/yue/%E4%9A%94>,
        "䚔"^^xsd:string ;
    rdfs:comment "to look suddenly; to look shortly"@en .

<http://lexvo.org/id/char/4695> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%9A%95>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%AC%20lu%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/laai6%20lak6>,
        <http://lexvo.org/id/term/yue/%E4%9A%95>,
        "䚕"^^xsd:string ;
    rdfs:comment "to search out; to examine into, (Cant.) to give an angry glances at somebody"@en .

<http://lexvo.org/id/char/4696> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%9A%96>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%ADng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ling4>,
        <http://lexvo.org/id/term/yue/%E4%9A%96>,
        "䚖"^^xsd:string ;
    rdfs:comment "mountain deity; with human face and animal body"@en .

<http://lexvo.org/id/char/4697> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/gong1>,
        <http://lexvo.org/id/term/yue/%E4%9A%97>,
        "䚗"^^xsd:string ;
    rdfs:comment "to lift; to raise"@en .

<http://lexvo.org/id/char/4698> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%9A%98>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%A9n%20ch%C3%A9ng>,
        "䚘"^^xsd:string ;
    rdfs:comment "the long and upright horns of cattle"@en .

<http://lexvo.org/id/char/4699> a lvont:Character ;
    lvont:represents "䚙"^^xsd:string ;
    rdfs:comment "a spoon for cooked rice made of horn of an animal, uneven horns of cattle"@en .

<http://lexvo.org/id/char/469A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%9A%9A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C7%8En>,
        "䚚"^^xsd:string ;
    rdfs:comment "horn of an animal"@en .

<http://lexvo.org/id/char/469B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%9A%9B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%BA>,
        "䚛"^^xsd:string ;
    rdfs:comment "regulate; polish ivory to make it more white"@en .

<http://lexvo.org/id/char/469C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/bei1>,
        <http://lexvo.org/id/term/yue/%E4%9A%9C>,
        "䚜"^^xsd:string ;
    rdfs:comment "cattle with crosswise horns, crosswise horns of a cattle"@en .

<http://lexvo.org/id/char/469D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%9A%9D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C3%BA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zeot1>,
        <http://lexvo.org/id/term/yue/%E4%9A%9D>,
        "䚝"^^xsd:string ;
    rdfs:comment "new-growing horns, to clasp or hold under the arm, to bosom; to embrace"@en .

<http://lexvo.org/id/char/469E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%9A%9E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C7%8Ei>,
        "䚞"^^xsd:string ;
    rdfs:comment "the middle of the horn"@en .

<http://lexvo.org/id/char/469F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%9A%9F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C7%8Ei>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/daai2>,
        <http://lexvo.org/id/term/yue/%E4%9A%9F>,
        "䚟"^^xsd:string ;
    rdfs:comment "horns, middle of the horn, (same as 歹) bad; wicked; depraved; vicious"@en .

<http://lexvo.org/id/char/46A0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%9A%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%B9n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wan6>,
        <http://lexvo.org/id/term/yue/%E4%9A%A0>,
        "䚠"^^xsd:string ;
    rdfs:comment "(ancient form) unbroken firewood, complete; whole; general, round horn, animal's horns, a whole horn"@en .

<http://lexvo.org/id/char/46A1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/soi1>,
        <http://lexvo.org/id/term/yue/%E4%9A%A1>,
        "䚡"^^xsd:string ;
    rdfs:comment "bones in a horn of cattle and goat"@en .

<http://lexvo.org/id/char/46A2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%9A%A2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%A8>,
        "䚢"^^xsd:string ;
    rdfs:comment "horn, jewelry; ornaments used for woman in old days, an eyelet for the hook of a leather belt, a second for childhood"@en .

<http://lexvo.org/id/char/46A3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%9A%A3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%AD%20t%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/taai3%20taai4>,
        <http://lexvo.org/id/term/yue/%E4%9A%A3>,
        "䚣"^^xsd:string ;
    rdfs:comment "crooked horns of the animal"@en .

<http://lexvo.org/id/char/46A4> a lvont:Character ;
    lvont:represents "䚤"^^xsd:string .

<http://lexvo.org/id/char/46A5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%9A%A5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/nu%C3%B2>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zoek6>,
        <http://lexvo.org/id/term/yue/%E4%9A%A5>,
        "䚥"^^xsd:string ;
    rdfs:comment "to adjust a bow"@en .

<http://lexvo.org/id/char/46A6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%9A%A6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%AC>,
        "䚦"^^xsd:string ;
    rdfs:comment "slanted corners; curved corners, crooked horn"@en .

<http://lexvo.org/id/char/46A7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%9A%A7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C3%BA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lau4>,
        <http://lexvo.org/id/term/yue/%E4%9A%A7>,
        "䚧"^^xsd:string ;
    rdfs:comment "curved with angles; curved corner"@en .

<http://lexvo.org/id/char/46A8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%9A%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%A8i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fai3>,
        <http://lexvo.org/id/term/yue/%E4%9A%A8>,
        "䚨"^^xsd:string ;
    rdfs:comment "a string fastened to an arrow to draw it back after shooting"@en .

<http://lexvo.org/id/char/46A9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%9A%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C7%8Eo%20ji%C3%A0o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/faan4%20hiu1%20kiu4%20ziu4>,
        <http://lexvo.org/id/term/yue/%E4%9A%A9>,
        "䚩"^^xsd:string ;
    rdfs:comment "high; curved; long horns"@en .

<http://lexvo.org/id/char/46AA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/gwaan1>,
        <http://lexvo.org/id/term/yue/%E4%9A%AA>,
        "䚪"^^xsd:string ;
    rdfs:comment "curved horns, (non-classical form of 鱞 鰥) Huge fish found in the Yellow River, said to be unable to close its eyes"@en .

<http://lexvo.org/id/char/46AB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C3%A1o%20x%C3%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%9A%AB>,
        "䚫"^^xsd:string ;
    rdfs:comment "ornamental articles made of horns used to decorate the top of a stick or horsewhip, to hit; to beat"@en .

<http://lexvo.org/id/char/46AC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%9A%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%ADn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/leon4>,
        <http://lexvo.org/id/term/yue/%E4%9A%AC>,
        "䚬"^^xsd:string .

<http://lexvo.org/id/char/46AD> a lvont:Character ;
    lvont:represents "䚭"^^xsd:string .

<http://lexvo.org/id/char/46AE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%9A%AE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/r%C3%A9ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zing4>,
        <http://lexvo.org/id/term/yue/%E4%9A%AE>,
        "䚮"^^xsd:string ;
    rdfs:comment "thicker, heavy, still; yet"@en .

<http://lexvo.org/id/char/46AF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%9A%AF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C7%8Eo%20zh%C3%A8n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tou2>,
        <http://lexvo.org/id/term/yue/%E4%9A%AF>,
        "䚯"^^xsd:string ;
    rdfs:comment "(ancient form of 討) to quell (uprising, rebellion, etc.) to punish (another nation, etc.) by force fo arms, sound; voice; tone"@en .

<http://lexvo.org/id/char/46B0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%9A%B0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C7%90>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/pei2>,
        <http://lexvo.org/id/term/yue/%E4%9A%B0>,
        "䚰"^^xsd:string ;
    rdfs:comment "to prepare, all complete; all ready, (corrupted and abbreviated form of 訛) false; fake, errors; wrong"@en .

<http://lexvo.org/id/char/46B1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%9A%B1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C3%ACn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/caan1%20seon3>,
        <http://lexvo.org/id/term/yue/%E4%9A%B1>,
        "䚱"^^xsd:string ;
    rdfs:comment "(ancient form of 信) honesty; good faith; to believe or trust; a letter"@en .

<http://lexvo.org/id/char/46B2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%9A%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/saan3>,
        <http://lexvo.org/id/term/yue/%E4%9A%B2>,
        "䚲"^^xsd:string ;
    rdfs:comment "(non-classical form of 訕) to laugh at; to sneer, to slander; to abuse"@en .

<http://lexvo.org/id/char/46B3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%9A%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A8%20zh%C3%AC>,
        "䚳"^^xsd:string ;
    rdfs:comment "do not know, to know nothing about, quickly; fast, sharp; keen"@en .

<http://lexvo.org/id/char/46B4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%9A%B4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C3%A0>,
        "䚴"^^xsd:string ;
    rdfs:comment "anger; rage; furious, to scold in a loud voice; to upbraid or revile"@en .

<http://lexvo.org/id/char/46B5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%9A%B5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C7%8Eo>,
        "䚵"^^xsd:string ;
    rdfs:comment "to induce; to lure; to allure; to attract; to entice; to tempt; to seduce (with speech; words; through talking)"@en .

<http://lexvo.org/id/char/46B6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/tin1>,
        <http://lexvo.org/id/term/yue/%E4%9A%B6>,
        "䚶"^^xsd:string ;
    rdfs:comment "to scold in a loud voice"@en .

<http://lexvo.org/id/char/46B7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%9A%B7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C3%AC%20y%C7%90%20y%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zi1>,
        <http://lexvo.org/id/term/yue/%E4%9A%B7>,
        "䚷"^^xsd:string ;
    rdfs:comment "to treat; to detain, according to one's wishes, good words; honest; sincere words, an echo, joke; witticism; pleasantry; jest; fun"@en .

<http://lexvo.org/id/char/46B8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%9A%B8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A8>,
        "䚸"^^xsd:string ;
    rdfs:comment "good; virtuous"@en .

<http://lexvo.org/id/char/46B9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%9A%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C7%90>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/pei2>,
        <http://lexvo.org/id/term/yue/%E4%9A%B9>,
        "䚹"^^xsd:string ;
    rdfs:comment "(same as 庀) to prepare, to prepare, all complete; all ready"@en .

<http://lexvo.org/id/char/46BA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%9A%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A1o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/miu5%20zaau4%20ziu4>,
        <http://lexvo.org/id/term/yue/%E4%9A%BA>,
        "䚺"^^xsd:string ;
    rdfs:comment "(non-classical form of 謠) ballad; folk song; song, rumor"@en .

<http://lexvo.org/id/char/46BB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%9A%BB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A1o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ziu4>,
        <http://lexvo.org/id/term/yue/%E4%9A%BB>,
        "䚻"^^xsd:string ;
    rdfs:comment "(ancient form of 謠) to sing, a ballad, rumour; slander; a false report, from, to follow, to undertake; to attend to"@en .

<http://lexvo.org/id/char/46BC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%9A%BC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C7%9C>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/nuk6>,
        <http://lexvo.org/id/term/yue/%E4%9A%BC>,
        "䚼"^^xsd:string ;
    rdfs:comment "ashamed"@en .

<http://lexvo.org/id/char/46BD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%9A%BD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A0o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hou3>,
        <http://lexvo.org/id/term/yue/%E4%9A%BD>,
        "䚽"^^xsd:string ;
    rdfs:comment "(interchangeable 耗) news; tidings; report; information; message"@en .

<http://lexvo.org/id/char/46BE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%9A%BE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C3%ADn%20r%C3%A9n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/nip6%20zaam4%20zaam6>,
        <http://lexvo.org/id/term/yue/%E4%9A%BE>,
        "䚾"^^xsd:string ;
    rdfs:comment "to think of; to remember (someone), to read out aloud, (same as U+46D8 䛘)"@en .

<http://lexvo.org/id/char/46BF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%9A%BF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%ACn>,
        "䚿"^^xsd:string ;
    rdfs:comment "to shout in rage; angry shouts, angry speech, to cry continuously, to groan; to moan"@en .

<http://lexvo.org/id/char/46C0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%9B%80>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C7%8En>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fan2%20fan2>,
        <http://lexvo.org/id/term/yue/%E4%9B%80>,
        "䛀"^^xsd:string ;
    rdfs:comment "reasonable authority statements, (same as 呶) noise (especially from a brawling crowd); uproar; turmoil, abusive language, to boast"@en .

<http://lexvo.org/id/char/46C1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%9B%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/nam4>,
        <http://lexvo.org/id/term/yue/%E4%9B%81>,
        "䛁"^^xsd:string ;
    rdfs:comment "(interchangeable 喃 諵) to murmur; in a low voice, to chatter; to gabble"@en .

<http://lexvo.org/id/char/46C2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%9B%82>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%AD%20ch%C7%90>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ci2%20ci4>,
        <http://lexvo.org/id/term/yue/%E4%9B%82>,
        "䛂"^^xsd:string ;
    rdfs:comment "(same as 誃 謻) to separate from; to leave or depart; to break away, (same as 詑) to cheat; to swindle"@en .

<http://lexvo.org/id/char/46C3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%9B%83>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C3%A0ng>,
        "䛃"^^xsd:string ;
    rdfs:comment "used in person's name"@en .

<http://lexvo.org/id/char/46C4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%9B%84>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/yu%C7%8En>,
        "䛄"^^xsd:string ;
    rdfs:comment "to console; to comfort; to soothe; to show sympathy for, ill-will; enmity; animus"@en .

<http://lexvo.org/id/char/46C5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%9B%85>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A1>,
        "䛅"^^xsd:string ;
    rdfs:comment "loquacious"@en .

<http://lexvo.org/id/char/46C6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%9B%86>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%B2u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zaau3>,
        <http://lexvo.org/id/term/yue/%E4%9B%86>,
        "䛆"^^xsd:string ;
    rdfs:comment "(same as 咒 U+546A) to curse; to swear"@en .

<http://lexvo.org/id/char/46C7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%9B%87>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/yu%C7%8En>,
        "䛇"^^xsd:string ;
    rdfs:comment "to laugh; to smile; to grin; to giggle; to titter; to chuckle, well-intentioned advice"@en .

<http://lexvo.org/id/char/46C8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%9B%88>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hin1%20saai6>,
        <http://lexvo.org/id/term/yue/%E4%9B%88>,
        "䛈"^^xsd:string ;
    rdfs:comment "(interchangeable 誓) to vow; to swear; to teke an oath"@en .

<http://lexvo.org/id/char/46C9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%9B%89>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%AC%20mi%C3%A0n>,
        "䛉"^^xsd:string ;
    rdfs:comment "to induce by words"@en .

<http://lexvo.org/id/char/46CA> a lvont:Character ;
    lvont:represents "䛊"^^xsd:string ;
    rdfs:comment "cheerful all the time; without stopping, to tell; to say, to designated, to think"@en .

<http://lexvo.org/id/char/46CB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%9B%8B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C3%A9%20j%C3%AC>,
        "䛋"^^xsd:string ;
    rdfs:comment "to scheme; to plan; to plot, to seek; to try to get"@en .

<http://lexvo.org/id/char/46CC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%9B%8C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%A1o%20t%C3%A1o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tou4>,
        <http://lexvo.org/id/term/yue/%E4%9B%8C>,
        "䛌"^^xsd:string ;
    rdfs:comment "to provoke or arouse (ill-will, etc.) to cause disputes; to sow discord between two parties, to talk nonsense; to talk inconherently or unintelligibly; lies or wild talks"@en .

<http://lexvo.org/id/char/46CD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%9B%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%A8i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fai3>,
        <http://lexvo.org/id/term/yue/%E4%9B%8D>,
        "䛍"^^xsd:string ;
    rdfs:comment "loquacious, to talk quickly"@en .

<http://lexvo.org/id/char/46CE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%9B%8E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%B9%20xu%C3%A8%20y%C3%B9>,
        "䛎"^^xsd:string ;
    rdfs:comment "to shout in rage; to scold in anger"@en .

<http://lexvo.org/id/char/46CF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%9B%8F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C3%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/nei4>,
        <http://lexvo.org/id/term/yue/%E4%9B%8F>,
        "䛏"^^xsd:string ;
    rdfs:comment "to call somebody, (same as 泥) to beg; to entreat; to implore, to be bigoted; to adhere to the letter of the law; bigoted and conservative, poor ( speech)"@en .

<http://lexvo.org/id/char/46D0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%9B%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C3%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ci4>,
        <http://lexvo.org/id/term/yue/%E4%9B%90>,
        "䛐"^^xsd:string ;
    rdfs:comment "(same as 詞) an expression, words; phrases; a part of speech, tales; stroies, a form of poetry"@en .

<http://lexvo.org/id/char/46D1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%9B%91>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mat6>,
        <http://lexvo.org/id/term/yue/%E4%9B%91>,
        "䛑"^^xsd:string ;
    rdfs:comment "(same as 謐) silent; quiet; serene; still, cautious; careful"@en .

<http://lexvo.org/id/char/46D2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%9B%92>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/bi%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bin6>,
        <http://lexvo.org/id/term/yue/%E4%9B%92>,
        "䛒"^^xsd:string ;
    rdfs:comment "(standard form of 辯) to argue; to dispute; to discuss; to explain"@en .

<http://lexvo.org/id/char/46D3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/gam1%20ham4>,
        <http://lexvo.org/id/term/yue/%E4%9B%93>,
        "䛓"^^xsd:string ;
    rdfs:comment "(abbreviated form of 譼) (ancient form of 監) an official position in former times, a government establishment in former times"@en .

<http://lexvo.org/id/char/46D4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%9B%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C3%A1>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/naa4>,
        <http://lexvo.org/id/term/yue/%E4%9B%94>,
        "䛔"^^xsd:string ;
    rdfs:comment "to hold in hand; to grasp; to take, to arrest; to use, ( non-classical form of 誽) to spy; to find out secretly"@en .

<http://lexvo.org/id/char/46D5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%9B%95>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/naa4%20zyu4>,
        <http://lexvo.org/id/term/yue/%E4%9B%95>,
        "䛕"^^xsd:string ;
    rdfs:comment "(non-classical form of 諛) to flatter, flattery"@en .

<http://lexvo.org/id/char/46D6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C3%A8%20y%C3%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%9B%96>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zaai6>,
        <http://lexvo.org/id/term/yue/%E4%9B%96>,
        "䛖"^^xsd:string ;
    rdfs:comment "(same as 詍) loquacious"@en .

<http://lexvo.org/id/char/46D7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%9B%97>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C7%90>,
        "䛗"^^xsd:string ;
    rdfs:comment "to pry into or expose another's secret; to gossip about a man's private affairs or about his faults, to accuse or charge"@en .

<http://lexvo.org/id/char/46D8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%9B%98>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C3%ADn%20r%C3%A9n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zaam4%20zim4>,
        <http://lexvo.org/id/term/yue/%E4%9B%98>,
        "䛘"^^xsd:string ;
    rdfs:comment "to think of; to remember (someone), to read out aloud, loquacious, guttural sound, noise; uproar; turmoil"@en .

<http://lexvo.org/id/char/46D9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%9B%99>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cuk6>,
        <http://lexvo.org/id/term/yue/%E4%9B%99>,
        "䛙"^^xsd:string ;
    rdfs:comment "to smell the fragrance"@en .

<http://lexvo.org/id/char/46DA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%9B%9A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%BC%C3%A8>,
        "䛚"^^xsd:string ;
    rdfs:comment "to praise; to extol; to exalt; to glorify"@en .

<http://lexvo.org/id/char/46DB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%9B%9B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%AC%20q%C3%AC>,
        "䛛"^^xsd:string ;
    rdfs:comment "(same as 8A6F) courage"@en .

<http://lexvo.org/id/char/46DC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%9B%9C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C3%B9n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/seon3>,
        <http://lexvo.org/id/term/yue/%E4%9B%9C>,
        "䛜"^^xsd:string ;
    rdfs:comment "(same as ancient form of 訊) to ask; to inquire; to question, information; news"@en .

<http://lexvo.org/id/char/46DD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%9B%9D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C3%A1o>,
        "䛝"^^xsd:string ;
    rdfs:comment "to like, to puzzle"@en .

<http://lexvo.org/id/char/46DE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%9B%9E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C7%8En%20h%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hon5>,
        <http://lexvo.org/id/term/yue/%E4%9B%9E>,
        "䛞"^^xsd:string ;
    rdfs:comment "loquacity, boasting; hyperbole, to talk harshly; to shout angrily"@en .

<http://lexvo.org/id/char/46DF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%9B%9F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%A1>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gap3>,
        <http://lexvo.org/id/term/yue/%E4%9B%9F>,
        "䛟"^^xsd:string ;
    rdfs:comment "(same as 唊) wild statements; deliberate lies"@en .

<http://lexvo.org/id/char/46E0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%9B%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%B2u%20xi%C3%A1ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/daau2%20daau6>,
        <http://lexvo.org/id/term/yue/%E4%9B%A0>,
        "䛠"^^xsd:string ;
    rdfs:comment "unable to talk, incapable; inefficient"@en .

<http://lexvo.org/id/char/46E1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%9B%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%A0>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/waa6>,
        <http://lexvo.org/id/term/yue/%E4%9B%A1>,
        "䛡"^^xsd:string ;
    rdfs:comment "(ancient form of 話) words; saying; talk, to speak"@en .

<http://lexvo.org/id/char/46E2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/tuk1>,
        <http://lexvo.org/id/term/yue/%E4%9B%A2>,
        "䛢"^^xsd:string ;
    rdfs:comment "cunning; crafty; sly; sily; artful"@en .

<http://lexvo.org/id/char/46E3> a lvont:Character ;
    lvont:represents "䛣"^^xsd:string ;
    rdfs:comment "speech; words, to say; to talk, negative, hesitate"@en .

<http://lexvo.org/id/char/46E4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%9B%A4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cuk1%20zok6>,
        <http://lexvo.org/id/term/yue/%E4%9B%A4>,
        "䛤"^^xsd:string ;
    rdfs:comment "urgently; hastily; hurriedly, a hasty speech"@en .

<http://lexvo.org/id/char/46E5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%9B%A5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hei1>,
        <http://lexvo.org/id/term/yue/%E4%9B%A5>,
        "䛥"^^xsd:string ;
    rdfs:comment "speech; word, a speech sound, tone (of one's speech), boasting"@en .

<http://lexvo.org/id/char/46E6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%9B%A6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C3%B2ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zung6>,
        <http://lexvo.org/id/term/yue/%E4%9B%A6>,
        "䛦"^^xsd:string ;
    rdfs:comment "(ancient form of 訟) litigation, to argue over"@en .

<http://lexvo.org/id/char/46E7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%9B%A7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mai4>,
        <http://lexvo.org/id/term/yue/%E4%9B%A7>,
        "䛧"^^xsd:string ;
    rdfs:comment "(corrupted form of 謎) riddle; pubble; conundrum"@en .

<http://lexvo.org/id/char/46E8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%9B%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C3%ACn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/seon3>,
        <http://lexvo.org/id/term/yue/%E4%9B%A8>,
        "䛨"^^xsd:string .

<http://lexvo.org/id/char/46E9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%9B%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kui2%20ok3%20wu3>,
        <http://lexvo.org/id/term/yue/%E4%9B%A9>,
        "䛩"^^xsd:string ;
    rdfs:comment "to slander; to defame, (same as 惡) to abominate; to detest, (same as 啞) to laugh; to grin"@en .

<http://lexvo.org/id/char/46EA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%9B%AA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C3%B3ng%20w%C4%9Bi>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kung4>,
        <http://lexvo.org/id/term/yue/%E4%9B%AA>,
        "䛪"^^xsd:string ;
    rdfs:comment "loquacity, to inquire; to ask; to make inquiry"@en .

<http://lexvo.org/id/char/46EB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%9B%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%A8ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zoeng1>,
        <http://lexvo.org/id/term/yue/%E4%9B%AB>,
        "䛫"^^xsd:string ;
    rdfs:comment "to deceive; to delude, careless; lax; heedless"@en .

<http://lexvo.org/id/char/46EC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%9B%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%B3u%20t%C3%A1o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tou4>,
        <http://lexvo.org/id/term/yue/%E4%9B%AC>,
        "䛬"^^xsd:string ;
    rdfs:comment "baby talk, to pray, to felicitate"@en .

<http://lexvo.org/id/char/46ED> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%9B%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C3%ACng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hang6>,
        <http://lexvo.org/id/term/yue/%E4%9B%AD>,
        "䛭"^^xsd:string ;
    rdfs:comment "angry, reproof; scolding"@en .

<http://lexvo.org/id/char/46EE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%9B%AE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gaau3%20saat1>,
        <http://lexvo.org/id/term/yue/%E4%9B%AE>,
        "䛮"^^xsd:string ;
    rdfs:comment "to destroy, to slander; to abuse; to defame, (non-classical form of 咎) a fault; a defect, an error, to blame; to censure"@en .

<http://lexvo.org/id/char/46EF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%9B%AF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/geoi3>,
        <http://lexvo.org/id/term/yue/%E4%9B%AF>,
        "䛯"^^xsd:string ;
    rdfs:comment "the reasonable of speeking"@en .

<http://lexvo.org/id/char/46F0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%9B%B0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%BAn%20h%C3%B9n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wan6>,
        <http://lexvo.org/id/term/yue/%E4%9B%B0>,
        "䛰"^^xsd:string ;
    rdfs:comment "(non-classical) sketchy; not clear speech"@en .

<http://lexvo.org/id/char/46F1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%9B%B1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%AD>,
        "䛱"^^xsd:string ;
    rdfs:comment "to talk unremittingly"@en .

<http://lexvo.org/id/char/46F2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%9B%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A1n%20m%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/man4%20man6>,
        <http://lexvo.org/id/term/yue/%E4%9B%B2>,
        "䛲"^^xsd:string ;
    rdfs:comment "(same as 謾) to deceive, to scorn; to disdain"@en .

<http://lexvo.org/id/char/46F3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%9B%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C7%8En%20y%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zim1%20zim3>,
        <http://lexvo.org/id/term/yue/%E4%9B%B3>,
        "䛳"^^xsd:string ;
    rdfs:comment "to malign, to hide; to conceal"@en .

<http://lexvo.org/id/char/46F4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%9B%B4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C7%90>,
        "䛴"^^xsd:string ;
    rdfs:comment "joke; pleasantry, wild talk; a lie"@en .

<http://lexvo.org/id/char/46F5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%9B%B5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%B2u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sau6>,
        <http://lexvo.org/id/term/yue/%E4%9B%B5>,
        "䛵"^^xsd:string ;
    rdfs:comment "(same as 授) to teach orally"@en .

<http://lexvo.org/id/char/46F6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%9B%B6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C4%9Bi>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/loi6%20lok6>,
        <http://lexvo.org/id/term/yue/%E4%9B%B6>,
        "䛶"^^xsd:string ;
    rdfs:comment "(same as 誄) writings eulogizing adead person; a speech, ode, etc. in praise of the dead, to pray for the dead"@en .

<http://lexvo.org/id/char/46F7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%9B%B7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C7%8En>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zyun2>,
        <http://lexvo.org/id/term/yue/%E4%9B%B7>,
        "䛷"^^xsd:string ;
    rdfs:comment "(same as 婉) to obey; obedient; to comply, to console; to comfort; to soothe"@en .

<http://lexvo.org/id/char/46F8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%9B%B8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%A8%20sh%C7%8En>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zaam1>,
        <http://lexvo.org/id/term/yue/%E4%9B%B8>,
        "䛸"^^xsd:string ;
    rdfs:comment "(corrupted form of 詀) garrulous, to whisper, to joke"@en .

<http://lexvo.org/id/char/46F9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%9B%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C3%A0n>,
        "䛹"^^xsd:string ;
    rdfs:comment "to accuse; to censure; to charge"@en .

<http://lexvo.org/id/char/46FA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%9B%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%A8>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gaai3>,
        <http://lexvo.org/id/term/yue/%E4%9B%BA>,
        "䛺"^^xsd:string ;
    rdfs:comment "(same as 誡) to warn; to admonish"@en .

<http://lexvo.org/id/char/46FB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%9B%BB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%B2u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zaau5>,
        <http://lexvo.org/id/term/yue/%E4%9B%BB>,
        "䛻"^^xsd:string ;
    rdfs:comment "(same as 誘) to induce; to entice; to mislead; to lead on"@en .

<http://lexvo.org/id/char/46FC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%9B%BC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C7%90>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wai2>,
        <http://lexvo.org/id/term/yue/%E4%9B%BC>,
        "䛼"^^xsd:string ;
    rdfs:comment "(same as U+6BC0 毀) to slander; to defame"@en .

<http://lexvo.org/id/char/46FD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%9B%BD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C7%8E>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cap3>,
        <http://lexvo.org/id/term/yue/%E4%9B%BD>,
        "䛽"^^xsd:string ;
    rdfs:comment "loquacious, to break into a conversation, an irrelevant episode"@en .

<http://lexvo.org/id/char/46FE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%9B%BE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sou3>,
        <http://lexvo.org/id/term/yue/%E4%9B%BE>,
        "䛾"^^xsd:string ;
    rdfs:comment "familiar with; skilled; versed in"@en .

<http://lexvo.org/id/char/46FF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%9B%BF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C3%A9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gaak3>,
        <http://lexvo.org/id/term/yue/%E4%9B%BF>,
        "䛿"^^xsd:string ;
    rdfs:comment "cunning; craft; sly; wily; artful, bright; wise"@en .

<http://lexvo.org/id/char/4700> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%9C%80>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C7%8Eo>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/nou5>,
        <http://lexvo.org/id/term/yue/%E4%9C%80>,
        "䜀"^^xsd:string ;
    rdfs:comment "to insult with words"@en .

<http://lexvo.org/id/char/4701> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%9C%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/haai5>,
        <http://lexvo.org/id/term/yue/%E4%9C%81>,
        "䜁"^^xsd:string ;
    rdfs:comment "(same as 謑) to abuse and insult, shame; disgrace"@en .

<http://lexvo.org/id/char/4702> a lvont:Character ;
    lvont:represents "䜂"^^xsd:string .

<http://lexvo.org/id/char/4703> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/deoi1>,
        <http://lexvo.org/id/term/yue/%E4%9C%83>,
        "䜃"^^xsd:string ;
    rdfs:comment "to blame; to reproach, to punish, to throw; to cast, (same as 堆) to pile; a heap"@en .

<http://lexvo.org/id/char/4704> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%9C%84>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ci4>,
        <http://lexvo.org/id/term/yue/%E4%9C%84>,
        "䜄"^^xsd:string ;
    rdfs:comment "(same as 謘) slow on talking; incapable; obtuse; awkward"@en .

<http://lexvo.org/id/char/4705> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%9C%85>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C3%A9i>,
        "䜅"^^xsd:string ;
    rdfs:comment "to follow; to comply with, to refute; to rebuke; to accuse"@en .

<http://lexvo.org/id/char/4706> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%9C%86>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%B2%20n%C3%A8i%20sh%C3%A9%20su%C3%AC%20zh%C3%A9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/nip6%20zip3>,
        <http://lexvo.org/id/term/yue/%E4%9C%86>,
        "䜆"^^xsd:string ;
    rdfs:comment "(same as 讘) hasty words, loquacity, for the sake of comparison (large to small; big to little, etc.)"@en .

<http://lexvo.org/id/char/4707> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%9C%87>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C7%94n%20g%C3%B9n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gwan2>,
        <http://lexvo.org/id/term/yue/%E4%9C%87>,
        "䜇"^^xsd:string ;
    rdfs:comment "to speak not in a clear way, (sama as 謴) to play jokes on; to fool (somebody)"@en .

<http://lexvo.org/id/char/4708> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/cau1%20cau4>,
        <http://lexvo.org/id/term/yue/%E4%9C%88>,
        "䜈"^^xsd:string ;
    rdfs:comment "(same as 勦) to speak on behalf of another, buzzing in the ears"@en .

<http://lexvo.org/id/char/4709> a lvont:Character ;
    lvont:represents "䜉"^^xsd:string ;
    rdfs:comment "to jest; to joke; to quip (same as 誺) unintelligible answering"@en .

<http://lexvo.org/id/char/470A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%9C%8A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C3%A0o%20zu%C3%B2>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zou1>,
        <http://lexvo.org/id/term/yue/%E4%9C%8A>,
        "䜊"^^xsd:string ;
    rdfs:comment "(same as U+5608 嘈) noise; uproar; din"@en .

<http://lexvo.org/id/char/470B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%9C%8B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%AC>,
        "䜋"^^xsd:string ;
    rdfs:comment "to suspend; to interrupt, to become aware; to realize"@en .

<http://lexvo.org/id/char/470C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%9C%8C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/lu%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lyun4>,
        <http://lexvo.org/id/term/yue/%E4%9C%8C>,
        "䜌"^^xsd:string ;
    rdfs:comment "(ancient form) chaos; distraction; confusion, confused, continuous; uninterruptedto tie together, to manage"@en .

<http://lexvo.org/id/char/470D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%9C%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C3%A1o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/liu4>,
        <http://lexvo.org/id/term/yue/%E4%9C%8D>,
        "䜍"^^xsd:string ;
    rdfs:comment "sweet; artful words"@en .

<http://lexvo.org/id/char/470E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%9C%8E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%A1o%20l%C3%A0o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lou4>,
        <http://lexvo.org/id/term/yue/%E4%9C%8E>,
        "䜎"^^xsd:string ;
    rdfs:comment "sound, noisy; full of confused noises; clamorous"@en .

<http://lexvo.org/id/char/470F> a lvont:Character ;
    lvont:represents "䜏"^^xsd:string ;
    rdfs:comment "to withdraw; to decline, clever"@en .

<http://lexvo.org/id/char/4710> a lvont:Character ;
    lvont:represents "䜐"^^xsd:string ;
    rdfs:comment "to libel; to slander, to make escuses; to shirk (responsibility, etc.)"@en .

<http://lexvo.org/id/char/4711> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%9C%91>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C3%A0%20w%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mung4%20wu3>,
        <http://lexvo.org/id/term/yue/%E4%9C%91>,
        "䜑"^^xsd:string ;
    rdfs:comment "(same as U+46E9 䛩) to slander; to defame; (same as U+60E1 惡) to hate; to hold a grudge against"@en .

<http://lexvo.org/id/char/4712> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C3%A0o>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%9C%92>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ou3>,
        <http://lexvo.org/id/term/yue/%E4%9C%92>,
        "䜒"^^xsd:string ;
    rdfs:comment "expression; sentence, speech, to tell; to inform; to accuse; to report"@en .

<http://lexvo.org/id/char/4713> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%9C%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ni%C3%A8%20sh%C3%A8>,
        "䜓"^^xsd:string ;
    rdfs:comment "a slip of the tongue"@en .

<http://lexvo.org/id/char/4714> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%9C%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/su%C3%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ceoi4%20neot6>,
        <http://lexvo.org/id/term/yue/%E4%9C%94>,
        "䜔"^^xsd:string ;
    rdfs:comment "to speak on the ideas of someone else; to speak without much thought of ones own, to obey"@en .

<http://lexvo.org/id/char/4715> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%9C%95>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A0i>,
        "䜕"^^xsd:string ;
    rdfs:comment "to exaggerate; exaggeration, arrogant; to boast, to dispute with anger"@en .

<http://lexvo.org/id/char/4716> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%9C%96>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dam6%20tam4>,
        <http://lexvo.org/id/term/yue/%E4%9C%96>,
        "䜖"^^xsd:string ;
    rdfs:comment "(non-classical form) (same as 談) to talk; to converse; to chat"@en .

<http://lexvo.org/id/char/4717> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%9C%97>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C3%ACn>,
        "䜗"^^xsd:string ;
    rdfs:comment "angry words"@en .

<http://lexvo.org/id/char/4718> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%9C%98>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C7%90ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ging2>,
        <http://lexvo.org/id/term/yue/%E4%9C%98>,
        "䜘"^^xsd:string ;
    rdfs:comment "(same as 警) to guard; to keep watch; to warn; to alert, quick; agile"@en .

<http://lexvo.org/id/char/4719> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C3%A1n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%9C%99>,
        "䜙"^^xsd:string ;
    rdfs:comment "not clever, to make fun of; to poke fun at"@en .

<http://lexvo.org/id/char/471A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%9C%9A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%A0>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/daap6>,
        <http://lexvo.org/id/term/yue/%E4%9C%9A>,
        "䜚"^^xsd:string ;
    rdfs:comment "to speak recklessly or without forethought; a wild talk, use words to investigate"@en .

<http://lexvo.org/id/char/471B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%9C%9B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%A1n%20ch%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cam4%20dan6%20sang6%20zan2%20zan6>,
        <http://lexvo.org/id/term/yue/%E4%9C%9B>,
        "䜛"^^xsd:string ;
    rdfs:comment "(non-classical form of 讒) to slander; to defame"@en .

<http://lexvo.org/id/char/471C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%9C%9C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C3%A8i>,
        "䜜"^^xsd:string ;
    rdfs:comment "words of anger; words of dislike or hate"@en .

<http://lexvo.org/id/char/471D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%9C%9D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/tu%C7%8En>,
        "䜝"^^xsd:string ;
    rdfs:comment "uncertain"@en .

<http://lexvo.org/id/char/471E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%9C%9E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zaai1%20zi1>,
        <http://lexvo.org/id/term/yue/%E4%9C%9E>,
        "䜞"^^xsd:string ;
    rdfs:comment "a dose, prepared medicines or drugs, to prepare (medicines and drugs)"@en .

<http://lexvo.org/id/char/471F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%9C%9F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%A9n%20ch%C3%A8n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/caam3%20cam3>,
        <http://lexvo.org/id/term/yue/%E4%9C%9F>,
        "䜟"^^xsd:string ;
    rdfs:comment "(non-classical form of 讖) to verify; to fulful, a prophecy; a hint, an omen"@en .

<http://lexvo.org/id/char/4720> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%9C%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%A8%20zh%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zi3>,
        <http://lexvo.org/id/term/yue/%E4%9C%A0>,
        "䜠"^^xsd:string ;
    rdfs:comment "language of the savage or barbarian"@en .

<http://lexvo.org/id/char/4721> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%9C%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C3%B9%20xu%C3%A8%20y%C3%B9>,
        "䜡"^^xsd:string ;
    rdfs:comment "to smell the fragrants"@en .

<http://lexvo.org/id/char/4722> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%9C%A2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C7%8En>,
        "䜢"^^xsd:string ;
    rdfs:comment "cruel and violent"@en .

<http://lexvo.org/id/char/4723> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%9C%A3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C4%ABn%20x%C4%AB%20y%C3%ADn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/aau1%20aau2%20waa6%20zaan1%20zin1>,
        <http://lexvo.org/id/term/yue/%E4%9C%A3>,
        "䜣"^^xsd:string ;
    rdfs:comment "(simplified form of 訢) (same as 欣) joy; delight; happy"@en .

<http://lexvo.org/id/char/4724> a lvont:Character ;
    lvont:represents "䜤"^^xsd:string .

<http://lexvo.org/id/char/4725> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/daan3>,
        <http://lexvo.org/id/term/yue/%E4%9C%A5>,
        "䜥"^^xsd:string ;
    rdfs:comment "birthday; to be born, give birth to"@en .

<http://lexvo.org/id/char/4726> a lvont:Character ;
    lvont:represents "䜦"^^xsd:string .

<http://lexvo.org/id/char/4727> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%9C%A7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C7%8Eo>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/nou5>,
        <http://lexvo.org/id/term/yue/%E4%9C%A7>,
        "䜧"^^xsd:string ;
    rdfs:comment "to insult with words"@en .

<http://lexvo.org/id/char/4728> a lvont:Character ;
    lvont:represents "䜨"^^xsd:string .

<http://lexvo.org/id/char/4729> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%9C%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zin3>,
        <http://lexvo.org/id/term/yue/%E4%9C%A9>,
        "䜩"^^xsd:string ;
    rdfs:comment "(simplified form of 讌) to entertain; to feast"@en .

<http://lexvo.org/id/char/472A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%9C%AA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C3%BA>,
        "䜪"^^xsd:string ;
    rdfs:comment "name of a pavilion in old times"@en .

<http://lexvo.org/id/char/472B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%9C%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%B3ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/waang4>,
        <http://lexvo.org/id/term/yue/%E4%9C%AB>,
        "䜫"^^xsd:string ;
    rdfs:comment "name of a valley in today's Hobei Province, (same as 谼) deep ditch; big valley"@en .

<http://lexvo.org/id/char/472C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%9C%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C7%92ng%20xi%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/caai4%20zaau6>,
        <http://lexvo.org/id/term/yue/%E4%9C%AC>,
        "䜬"^^xsd:string ;
    rdfs:comment "(same as 岫) a cavern; a cave, a mountain peak"@en .

<http://lexvo.org/id/char/472D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%9C%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%B9n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zeon3>,
        <http://lexvo.org/id/term/yue/%E4%9C%AD>,
        "䜭"^^xsd:string ;
    rdfs:comment "(same as 濬 浚) to dredge; to dig or wash (a well, etc.), (same as 睿) wise and clever"@en .

<http://lexvo.org/id/char/472E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%9C%AE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C3%A1o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lou4%20lou6>,
        <http://lexvo.org/id/term/yue/%E4%9C%AE>,
        "䜮"^^xsd:string ;
    rdfs:comment "deep valley"@en .

<http://lexvo.org/id/char/472F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%9C%AF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%BA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/guk1>,
        <http://lexvo.org/id/term/yue/%E4%9C%AF>,
        "䜯"^^xsd:string ;
    rdfs:comment "name of a valley in today's Shanxi Province"@en .

<http://lexvo.org/id/char/4730> a lvont:Character ;
    lvont:represents "䜰"^^xsd:string ;
    rdfs:comment "deep valley"@en .

<http://lexvo.org/id/char/4731> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%9C%B1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C7%8En>,
        "䜱"^^xsd:string ;
    rdfs:comment "name of a pavilion in today's Shanxi Province"@en .

<http://lexvo.org/id/char/4732> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%9C%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C3%A8>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/laai6%20lip6>,
        <http://lexvo.org/id/term/yue/%E4%9C%B2>,
        "䜲"^^xsd:string ;
    rdfs:comment "name of a village in old China, name of a valley"@en .

<http://lexvo.org/id/char/4733> a lvont:Character ;
    lvont:represents "䜳"^^xsd:string .

<http://lexvo.org/id/char/4734> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%9C%B4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%B9%20sh%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/si6>,
        <http://lexvo.org/id/term/yue/%E4%9C%B4>,
        "䜴"^^xsd:string ;
    rdfs:comment "brave; courageous; bold, for the good of, to manage; to handle, (same as 豉) fermented beans"@en .

<http://lexvo.org/id/char/4735> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%9C%B5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C7%90%20sh%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cek3%20si6%20zik6>,
        <http://lexvo.org/id/term/yue/%E4%9C%B5>,
        "䜵"^^xsd:string ;
    rdfs:comment "(non-classical form of 豉) fermented beans"@en .

<http://lexvo.org/id/char/4736> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%9C%B6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A1ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hong4>,
        <http://lexvo.org/id/term/yue/%E4%9C%B6>,
        "䜶"^^xsd:string ;
    rdfs:comment "a small kidney bean; cowpea"@en .

<http://lexvo.org/id/char/4737> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/cam1>,
        <http://lexvo.org/id/term/yue/%E4%9C%B7>,
        "䜷"^^xsd:string ;
    rdfs:comment "fermented and seasoned soybeans, (of beans) wild; undomesticated"@en .

<http://lexvo.org/id/char/4738> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%9C%B8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C4%9Bi>,
        "䜸"^^xsd:string ;
    rdfs:comment "small pieces of bean-stalks, leaves under the bean-stalks"@en .

<http://lexvo.org/id/char/4739> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%9C%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cuk1>,
        <http://lexvo.org/id/term/yue/%E4%9C%B9>,
        "䜹"^^xsd:string .

<http://lexvo.org/id/char/473A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%9C%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C3%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C7%8Ei>,
        "䜺"^^xsd:string ;
    rdfs:comment "husking (smashed) beans for cake, congee or gruel"@en .

<http://lexvo.org/id/char/473B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%9C%BB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C7%90%20sh%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/si6>,
        <http://lexvo.org/id/term/yue/%E4%9C%BB>,
        "䜻"^^xsd:string ;
    rdfs:comment "(same as 豉) fermented beans"@en .

<http://lexvo.org/id/char/473C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%9C%BC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C3%BA>,
        "䜼"^^xsd:string ;
    rdfs:comment "a kind of bean, bean-stalks"@en .

<http://lexvo.org/id/char/473D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%9C%BD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%BA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zyu4%20zyun4>,
        <http://lexvo.org/id/term/yue/%E4%9C%BD>,
        "䜽"^^xsd:string ;
    rdfs:comment "a kind of bean, beans that changed the colors"@en .

<http://lexvo.org/id/char/473E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/zaam1>,
        <http://lexvo.org/id/term/yue/%E4%9C%BE>,
        "䜾"^^xsd:string ;
    rdfs:comment "fermented beans; salted beans"@en .

<http://lexvo.org/id/char/473F> a lvont:Character ;
    lvont:represents "䜿"^^xsd:string .

<http://lexvo.org/id/char/4740> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%9D%80>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C3%A1o%20li%C3%BA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lau4>,
        <http://lexvo.org/id/term/yue/%E4%9D%80>,
        "䝀"^^xsd:string ;
    rdfs:comment "garden peas (Pisum sativum), a second name for beans (around Shanxi area) in ancient times"@en .

<http://lexvo.org/id/char/4741> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%9D%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%A1o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lou4>,
        <http://lexvo.org/id/term/yue/%E4%9D%81>,
        "䝁"^^xsd:string ;
    rdfs:comment "a kind of wild leguminous plants; wild green lentils"@en .

<http://lexvo.org/id/char/4742> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%9D%82>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/syu6>,
        <http://lexvo.org/id/term/yue/%E4%9D%82>,
        "䝂"^^xsd:string ;
    rdfs:comment "(same as 豎) to erect; upright"@en .

<http://lexvo.org/id/char/4743> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%9D%83>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%A9>,
        "䝃"^^xsd:string ;
    rdfs:comment "beans"@en .

<http://lexvo.org/id/char/4744> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/soeng1>,
        <http://lexvo.org/id/term/yue/%E4%9D%84>,
        "䝄"^^xsd:string ;
    rdfs:comment "cowpea"@en .

<http://lexvo.org/id/char/4745> a lvont:Character ;
    lvont:represents "䝅"^^xsd:string ;
    rdfs:comment "a pig"@en .

<http://lexvo.org/id/char/4746> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/fat1>,
        <http://lexvo.org/id/term/yue/%E4%9D%86>,
        "䝆"^^xsd:string ;
    rdfs:comment "hog; pig"@en .

<http://lexvo.org/id/char/4747> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/fui1%20gwai3%20kut3>,
        <http://lexvo.org/id/term/yue/%E4%9D%87>,
        "䝇"^^xsd:string ;
    rdfs:comment "(standard form of 豗) grunting of pigs, to clash, sound of altercation"@en .

<http://lexvo.org/id/char/4748> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C3%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%9D%88>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/aak1%20ak1>,
        <http://lexvo.org/id/term/yue/%E4%9D%88>,
        "䝈"^^xsd:string ;
    rdfs:comment "a large, very strong pig (five hands in height)"@en .

<http://lexvo.org/id/char/4749> a lvont:Character ;
    lvont:represents "䝉"^^xsd:string .

<http://lexvo.org/id/char/474A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%9D%8A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%A0>,
        "䝊"^^xsd:string ;
    rdfs:comment "a sow; an aged sow"@en .

<http://lexvo.org/id/char/474B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%9D%8B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C3%B2ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ceoi4%20zung3>,
        <http://lexvo.org/id/term/yue/%E4%9D%8B>,
        "䝋"^^xsd:string ;
    rdfs:comment "a little of pigs; a little pig, a boar"@en .

<http://lexvo.org/id/char/474C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%9D%8C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ju%C3%A9%20j%C3%B9n>,
        "䝌"^^xsd:string ;
    rdfs:comment "a pig seek for food through digging on the earth"@en .

<http://lexvo.org/id/char/474D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%9D%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%B9n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gwaan1>,
        <http://lexvo.org/id/term/yue/%E4%9D%8D>,
        "䝍"^^xsd:string ;
    rdfs:comment "a wild boar, a hog; a pig"@en .

<http://lexvo.org/id/char/474E> a lvont:Character ;
    lvont:represents "䝎"^^xsd:string ;
    rdfs:comment "a pig; a hog, a kind of fat animal looks like a pig"@en .

<http://lexvo.org/id/char/474F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%9D%8F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%B3u%20l%C7%92u%20l%C7%98>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lau4>,
        <http://lexvo.org/id/term/yue/%E4%9D%8F>,
        "䝏"^^xsd:string ;
    rdfs:comment "a sow"@en .

<http://lexvo.org/id/char/4750> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%9D%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C3%A9i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/coek3%20do6%20zit3%20zuk6>,
        <http://lexvo.org/id/term/yue/%E4%9D%90>,
        "䝐"^^xsd:string ;
    rdfs:comment "a castrated hog, a second name for pig"@en .

<http://lexvo.org/id/char/4751> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/cung1>,
        <http://lexvo.org/id/term/yue/%E4%9D%91>,
        "䝑"^^xsd:string ;
    rdfs:comment "a local produced pig, a sucking pig"@en .

<http://lexvo.org/id/char/4752> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%9D%92>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%B9>,
        "䝒"^^xsd:string ;
    rdfs:comment "a sow, a small pig"@en .

<http://lexvo.org/id/char/4753> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%9D%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%A0%20li%C3%A8>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lip6>,
        <http://lexvo.org/id/term/yue/%E4%9D%93>,
        "䝓"^^xsd:string ;
    rdfs:comment "(same as 鬣) long beard or whiskers, mane, fins"@en .

<http://lexvo.org/id/char/4754> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/fun1>,
        <http://lexvo.org/id/term/yue/%E4%9D%94>,
        "䝔"^^xsd:string ;
    rdfs:comment "(same as 貛) the badger; a wild boar"@en .

<http://lexvo.org/id/char/4755> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%9D%95>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%A9>,
        "䝕"^^xsd:string ;
    rdfs:comment "good; fine pig, a second name for pig (in Liangzhou) in ancient China"@en .

<http://lexvo.org/id/char/4756> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%9D%96>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C7%8Eo>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/coek3%20tiu1%20zau2%20zoek3>,
        <http://lexvo.org/id/term/yue/%E4%9D%96>,
        "䝖"^^xsd:string ;
    rdfs:comment "reptiles without feet, a fabulous beast"@en .

<http://lexvo.org/id/char/4757> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/zaau1>,
        <http://lexvo.org/id/term/yue/%E4%9D%97>,
        "䝗"^^xsd:string ;
    rdfs:comment "(same as 貅) a kind of animal like a tiger; a fierce and courageous soldier"@en .

<http://lexvo.org/id/char/4758> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%9D%98>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ngaai6>,
        <http://lexvo.org/id/term/yue/%E4%9D%98>,
        "䝘"^^xsd:string ;
    rdfs:comment "(same as 毅) firm; resolute; determined"@en .

<http://lexvo.org/id/char/4759> a lvont:Character ;
    lvont:represents "䝙"^^xsd:string ;
    rdfs:comment "a kind of animal like a tiger; fierce wild beasts"@en .

<http://lexvo.org/id/char/475A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%9D%9A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C3%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/nei4>,
        <http://lexvo.org/id/term/yue/%E4%9D%9A>,
        "䝚"^^xsd:string ;
    rdfs:comment "a kind of animal; fur can be used for clothes"@en .

<http://lexvo.org/id/char/475B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/bo1%20fu6>,
        <http://lexvo.org/id/term/yue/%E4%9D%9B>,
        "䝛"^^xsd:string .

<http://lexvo.org/id/char/475C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/syun1>,
        <http://lexvo.org/id/term/yue/%E4%9D%9C>,
        "䝜"^^xsd:string ;
    rdfs:comment "(same as U+72FB 狻) a Tibetan lion"@en .

<http://lexvo.org/id/char/475D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%9D%9D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%90>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zi1>,
        <http://lexvo.org/id/term/yue/%E4%9D%9D>,
        "䝝"^^xsd:string ;
    rdfs:comment "(same as 猗) an exclamation indicating admiration, an adverbial particle"@en .

<http://lexvo.org/id/char/475E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%9D%9E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A0o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hou6>,
        <http://lexvo.org/id/term/yue/%E4%9D%9E>,
        "䝞"^^xsd:string ;
    rdfs:comment "name of a immortal; with man's face and bird's body; be known as (禺號)"@en .

<http://lexvo.org/id/char/475F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%9D%9F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A0%20y%C3%A8>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/at3%20bit1%20faat6%20maat6>,
        <http://lexvo.org/id/term/yue/%E4%9D%9F>,
        "䝟"^^xsd:string ;
    rdfs:comment "a fierce man-eating animal in legend"@en .

<http://lexvo.org/id/char/4760> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%9D%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%A1n%20yu%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zyun4>,
        <http://lexvo.org/id/term/yue/%E4%9D%A0>,
        "䝠"^^xsd:string ;
    rdfs:comment "(same as 獂) a kind of wild boar"@en .

<http://lexvo.org/id/char/4761> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%9D%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/maan6>,
        <http://lexvo.org/id/term/yue/%E4%9D%A1>,
        "䝡"^^xsd:string ;
    rdfs:comment "(same as 獌) an animal in old times; like fox but much bigger"@en .

<http://lexvo.org/id/char/4762> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%9D%A2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A0n%20m%C3%A9ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/maan6>,
        <http://lexvo.org/id/term/yue/%E4%9D%A2>,
        "䝢"^^xsd:string ;
    rdfs:comment "(same as 獌) an animal in old times; like fox but much bigger, a second name for 貙"@en .

<http://lexvo.org/id/char/4763> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%9D%A3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C3%BA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/keoi4>,
        <http://lexvo.org/id/term/yue/%E4%9D%A3>,
        "䝣"^^xsd:string ;
    rdfs:comment "a kind of animal"@en .

<http://lexvo.org/id/char/4764> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%9D%A4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C7%8Eo>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lou5>,
        <http://lexvo.org/id/term/yue/%E4%9D%A4>,
        "䝤"^^xsd:string ;
    rdfs:comment "a primitive tribe in southwest China; also known as U+5937 夷; (same as U+7360 獠) nocturnal hunting"@en .

<http://lexvo.org/id/char/4765> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%9D%A5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A1o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hou4>,
        <http://lexvo.org/id/term/yue/%E4%9D%A5>,
        "䝥"^^xsd:string ;
    rdfs:comment "to roar or howl (of beasts) frantic barks of dogs or wolves"@en .

<http://lexvo.org/id/char/4766> a lvont:Character ;
    lvont:represents "䝦"^^xsd:string ;
    rdfs:comment "a kind of animal looks like leopard; with horns"@en .

<http://lexvo.org/id/char/4767> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%9D%A7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A9n%20m%C3%ADn>,
        "䝧"^^xsd:string ;
    rdfs:comment "capital (in business), to compute taxes"@en .

<http://lexvo.org/id/char/4768> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%9D%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zin4>,
        <http://lexvo.org/id/term/yue/%E4%9D%A8>,
        "䝨"^^xsd:string ;
    rdfs:comment "(non-classical form of 賢) virtuous; worthy; good, to esteem as worthy, excelling"@en .

<http://lexvo.org/id/char/4769> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%9D%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%A8n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zan3>,
        <http://lexvo.org/id/term/yue/%E4%9D%A9>,
        "䝩"^^xsd:string ;
    rdfs:comment "(same as 賑) to relieve or give aid to the distressed; to support, rich; wealthy"@en .

<http://lexvo.org/id/char/476A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%9D%AA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%BA%20sh%C7%94>,
        "䝪"^^xsd:string ;
    rdfs:comment "to provide money or gift and to consult fortune-teller; pay for guidance from divination"@en .

<http://lexvo.org/id/char/476B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%9D%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zu%C3%B3>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zok3%20zok6>,
        <http://lexvo.org/id/term/yue/%E4%9D%AB>,
        "䝫"^^xsd:string ;
    rdfs:comment "money; currency and finances"@en .

<http://lexvo.org/id/char/476C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%9D%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%B9>,
        "䝬"^^xsd:string ;
    rdfs:comment "a wealthy man"@en .

<http://lexvo.org/id/char/476D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%9D%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C3%B2u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gau3>,
        <http://lexvo.org/id/term/yue/%E4%9D%AD>,
        "䝭"^^xsd:string ;
    rdfs:comment "wages; salary, to redeem; to ransom"@en .

<http://lexvo.org/id/char/476E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%9D%AE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xu%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/seon3%20zyun6>,
        <http://lexvo.org/id/term/yue/%E4%9D%AE>,
        "䝮"^^xsd:string ;
    rdfs:comment "(same as 衒) to brag; to boast; to show off"@en .

<http://lexvo.org/id/char/476F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%9D%AF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zi6>,
        <http://lexvo.org/id/term/yue/%E4%9D%AF>,
        "䝯"^^xsd:string ;
    rdfs:comment "(same as 貤) to change hands; to shift, a series, steps; grades, to promote; to reward; ennobled; to bestow, to extend; to prolong"@en .

<http://lexvo.org/id/char/4770> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%9D%B0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%AD%20zh%C3%AC>,
        "䝰"^^xsd:string ;
    rdfs:comment "to store or to accumulate riches or valuables"@en .

<http://lexvo.org/id/char/4771> a lvont:Character ;
    lvont:represents "䝱"^^xsd:string ;
    rdfs:comment "to trouble; to worry; to vex; to annoy"@en .

<http://lexvo.org/id/char/4772> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%9D%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%ACn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zeon2>,
        <http://lexvo.org/id/term/yue/%E4%9D%B2>,
        "䝲"^^xsd:string ;
    rdfs:comment "(abbreviated form 贐) farewell presents"@en .

<http://lexvo.org/id/char/4773> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%9D%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C3%A1n>,
        "䝳"^^xsd:string ;
    rdfs:comment "to kill for money; to commit murder for money, deeply meaningful; deep and profound; deep and thick"@en .

<http://lexvo.org/id/char/4774> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/zai1>,
        <http://lexvo.org/id/term/yue/%E4%9D%B4>,
        "䝴"^^xsd:string ;
    rdfs:comment "(non-classical form of 齎) to present; to offer; to entertain; to have in one's mind"@en .

<http://lexvo.org/id/char/4775> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%9D%B5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%B9>,
        "䝵"^^xsd:string ;
    rdfs:comment "to thank with money or gifts"@en .

<http://lexvo.org/id/char/4776> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%9D%B6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C3%A1ng>,
        "䝶"^^xsd:string ;
    rdfs:comment "to levy taxes"@en .

<http://lexvo.org/id/char/4777> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%9D%B7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zi3>,
        <http://lexvo.org/id/term/yue/%E4%9D%B7>,
        "䝷"^^xsd:string ;
    rdfs:comment "securities; to assign something as security under an arrangement; to mortgage, to relieve or give aid to the distressed; to support"@en .

<http://lexvo.org/id/char/4778> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%9D%B8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%AC>,
        "䝸"^^xsd:string ;
    rdfs:comment "a kind of tool; instrument; apparatus; implement"@en .

<http://lexvo.org/id/char/4779> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%9D%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C7%8En%20yu%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zyun1%20zyun2>,
        <http://lexvo.org/id/term/yue/%E4%9D%B9>,
        "䝹"^^xsd:string ;
    rdfs:comment "fairly prosperous, well-to-do; not very rich"@en .

<http://lexvo.org/id/char/477A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%9D%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/gu%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gun3>,
        <http://lexvo.org/id/term/yue/%E4%9D%BA>,
        "䝺"^^xsd:string ;
    rdfs:comment "(non-classical form of 貫) to pierce through"@en .

<http://lexvo.org/id/char/477B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/ceoi3%20geoi1>,
        <http://lexvo.org/id/term/yue/%E4%9D%BB>,
        "䝻"^^xsd:string ;
    rdfs:comment "to sell, to store up; to stockpile; to deposit"@en .

<http://lexvo.org/id/char/477C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%9D%BC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C3%ADng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cing4%20tiu4%20zing6>,
        <http://lexvo.org/id/term/yue/%E4%9D%BC>,
        "䝼"^^xsd:string ;
    rdfs:comment "to bestow, to confer upon; to grant to"@en .

<http://lexvo.org/id/char/477D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C3%A0i>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%9D%BD>,
        "䝽"^^xsd:string ;
    rdfs:comment "name of a person in old China"@en .

<http://lexvo.org/id/char/477E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%9D%BE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fu2%20fu3>,
        <http://lexvo.org/id/term/yue/%E4%9D%BE>,
        "䝾"^^xsd:string ;
    rdfs:comment "to bestow; to give, natural endowment or gifts, tax; revenue, to spread; to diffuse, to compose or sing, one of the Chinese literary forms akin to poetry"@en .

<http://lexvo.org/id/char/477F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%9D%BF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/gu%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gwai3>,
        <http://lexvo.org/id/term/yue/%E4%9D%BF>,
        "䝿"^^xsd:string ;
    rdfs:comment "(ancient form of U+8CB4 貴) honorable, expensive; costly, prized, high-class, to hold in honour"@en .

<http://lexvo.org/id/char/4780> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%9E%80>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C3%B2u%20h%C3%B2u%20m%C7%90n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hau6>,
        <http://lexvo.org/id/term/yue/%E4%9E%80>,
        "䞀"^^xsd:string ;
    rdfs:comment "to desire for more money than one's rightful share"@en .

<http://lexvo.org/id/char/4781> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%9E%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A0n%20y%C3%A0n%20y%C7%8Eng%20y%C3%A0ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/an3%20zan2%20zing4>,
        <http://lexvo.org/id/term/yue/%E4%9E%81>,
        "䞁"^^xsd:string ;
    rdfs:comment "corresponding; equivalent, appropriate, to compare the length of two articles"@en .

<http://lexvo.org/id/char/4782> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%9E%82>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ru%C7%8En>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/nyun6%20zyun5>,
        <http://lexvo.org/id/term/yue/%E4%9E%82>,
        "䞂"^^xsd:string ;
    rdfs:comment "fairly prosperous, well-to-do; not very rich"@en .

<http://lexvo.org/id/char/4783> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%9E%83>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zi3>,
        <http://lexvo.org/id/term/yue/%E4%9E%83>,
        "䞃"^^xsd:string ;
    rdfs:comment "to relieve or give aid to the distressed; to support, shells; precious; valuable"@en .

<http://lexvo.org/id/char/4784> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%9E%84>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/bi%C3%A0o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/biu2>,
        <http://lexvo.org/id/term/yue/%E4%9E%84>,
        "䞄"^^xsd:string ;
    rdfs:comment "(interchangeable 俵) to disperse; scattered, to distribute; to divide"@en .

<http://lexvo.org/id/char/4785> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%9E%85>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zi4>,
        <http://lexvo.org/id/term/yue/%E4%9E%85>,
        "䞅"^^xsd:string ;
    rdfs:comment "(non-classical form of 貽) to give to; to present to, to hand down; to pass on to; to bequeath"@en .

<http://lexvo.org/id/char/4786> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%9E%86>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/su%C7%92>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/so2>,
        <http://lexvo.org/id/term/yue/%E4%9E%86>,
        "䞆"^^xsd:string ;
    rdfs:comment "bone, grease and oil"@en .

<http://lexvo.org/id/char/4787> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%9E%87>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/di%C3%A9%20zh%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zi3>,
        <http://lexvo.org/id/term/yue/%E4%9E%87>,
        "䞇"^^xsd:string ;
    rdfs:comment "gifts to superiors or friends, offerings of ceremony"@en .

<http://lexvo.org/id/char/4788> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%9E%88>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/gu%C7%90%20gu%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gwai3>,
        <http://lexvo.org/id/term/yue/%E4%9E%88>,
        "䞈"^^xsd:string ;
    rdfs:comment "(ancient form of 貨) money; wealth, natural endowment or gifts, to aid or help, to gamble; to bet, to compete"@en .

<http://lexvo.org/id/char/4789> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%9E%89>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%A8ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sing6>,
        <http://lexvo.org/id/term/yue/%E4%9E%89>,
        "䞉"^^xsd:string ;
    rdfs:comment "(same as 賸) a surplus; an overplus, remains, superfluous"@en .

<http://lexvo.org/id/char/478A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%9E%8A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C3%B9n>,
        "䞊"^^xsd:string ;
    rdfs:comment "to increase; to add to; to augment, in a higher degree; more, benefit; profit; advantage"@en .

<http://lexvo.org/id/char/478B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%9E%8B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%A8n>,
        "䞋"^^xsd:string ;
    rdfs:comment "to do alms for the Buddhist priests or monks in old times, to bestow; to present; to confer; to give; to donate"@en .

<http://lexvo.org/id/char/478C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%9E%8C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%A9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sit3>,
        <http://lexvo.org/id/term/yue/%E4%9E%8C>,
        "䞌"^^xsd:string ;
    rdfs:comment "to lose in trade; to lose in weight or measure"@en .

<http://lexvo.org/id/char/478D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%9E%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C3%ADng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cing4%20zing6>,
        <http://lexvo.org/id/term/yue/%E4%9E%8D>,
        "䞍"^^xsd:string ;
    rdfs:comment "(simplified form of U+477C 䝼) to bestow, to confer upon; to grant to"@en .

<http://lexvo.org/id/char/478E> a lvont:Character ;
    lvont:represents "䞎"^^xsd:string .

<http://lexvo.org/id/char/478F> a lvont:Character ;
    lvont:represents "䞏"^^xsd:string .

<http://lexvo.org/id/char/4790> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%9E%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C7%94n%20sh%C7%94n>,
        "䞐"^^xsd:string ;
    rdfs:comment "plentiful, wealthy or rich; handsome (pay, gifts, etc.)"@en .

<http://lexvo.org/id/char/4791> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%9E%91>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%B3ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hung4>,
        <http://lexvo.org/id/term/yue/%E4%9E%91>,
        "䞑"^^xsd:string ;
    rdfs:comment "a red swelling of the skin"@en .

<http://lexvo.org/id/char/4792> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%9E%92>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%B2ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dung6>,
        <http://lexvo.org/id/term/yue/%E4%9E%92>,
        "䞒"^^xsd:string ;
    rdfs:comment "red color"@en .

<http://lexvo.org/id/char/4793> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%9E%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C4%93ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cing1>,
        <http://lexvo.org/id/term/yue/%E4%9E%93>,
        "䞓"^^xsd:string ;
    rdfs:comment "(same as U+8D6C 赬) deep red, to blush, to dye red"@en .

<http://lexvo.org/id/char/4794> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%9E%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C4%9Bi>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mei5>,
        <http://lexvo.org/id/term/yue/%E4%9E%94>,
        "䞔"^^xsd:string ;
    rdfs:comment "deep red"@en .

<http://lexvo.org/id/char/4795> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%9E%95>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/di%C3%A9%20n%C7%8E%20ni%C3%A8%20r%C3%BA%20xi%C3%A8%20y%C3%BA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zyu4>,
        <http://lexvo.org/id/term/yue/%E4%9E%95>,
        "䞕"^^xsd:string ;
    rdfs:comment "color of the fire, color fading, (interchangeable 渝) to change mind, another name of Chongqing"@en .

<http://lexvo.org/id/char/4796> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%9E%96>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C7%94>,
        "䞖"^^xsd:string ;
    rdfs:comment "name of a person"@en .

<http://lexvo.org/id/char/4797> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/caai1>,
        <http://lexvo.org/id/term/yue/%E4%9E%97>,
        "䞗"^^xsd:string ;
    rdfs:comment "suspicion; to doubt, to go up, to start, to occur"@en .

<http://lexvo.org/id/char/4798> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%9E%98>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gat6>,
        <http://lexvo.org/id/term/yue/%E4%9E%98>,
        "䞘"^^xsd:string ;
    rdfs:comment "to go straight forward; (Cant.) to raise up"@en .

<http://lexvo.org/id/char/4799> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%9E%99>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C3%A1>,
        "䞙"^^xsd:string ;
    rdfs:comment "to walk in hurriedly"@en .

<http://lexvo.org/id/char/479A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%9E%9A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C3%AD>,
        "䞚"^^xsd:string ;
    rdfs:comment "to hang on a big tree, to walk ( the way of Alces machlis, a kind of deer)"@en .

<http://lexvo.org/id/char/479B> a lvont:Character ;
    lvont:represents "䞛"^^xsd:string ;
    rdfs:comment "dancing of a eastern minority group in old China"@en .

<http://lexvo.org/id/char/479C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%9E%9C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fu6>,
        <http://lexvo.org/id/term/yue/%E4%9E%9C>,
        "䞜"^^xsd:string ;
    rdfs:comment "to reach; to arrive, to lie flat, stiff"@en .

<http://lexvo.org/id/char/479D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C7%8Eo%20y%C3%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%9E%9D>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zuk6>,
        <http://lexvo.org/id/term/yue/%E4%9E%9D>,
        "䞝"^^xsd:string ;
    rdfs:comment "lame; crippled"@en .

<http://lexvo.org/id/char/479E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%9E%9E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%BA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/faat1%20maan5>,
        <http://lexvo.org/id/term/yue/%E4%9E%9E>,
        "䞞"^^xsd:string ;
    rdfs:comment "to walk, to jump; to leap; to bounce; to spring"@en .

<http://lexvo.org/id/char/479F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%9E%9F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%B2>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bak1>,
        <http://lexvo.org/id/term/yue/%E4%9E%9F>,
        "䞟"^^xsd:string ;
    rdfs:comment "to press; to compel, to draw near, to excel; to surpass; to rise above; to transcend, to fly across; to jump over"@en .

<http://lexvo.org/id/char/47A0> a lvont:Character ;
    lvont:represents "䞠"^^xsd:string ;
    rdfs:comment "to walk"@en .

<http://lexvo.org/id/char/47A1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%9E%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C7%8En>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tan2%20tan2>,
        <http://lexvo.org/id/term/yue/%E4%9E%A1>,
        "䞡"^^xsd:string ;
    rdfs:comment "to walk"@en .

<http://lexvo.org/id/char/47A2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%9E%A2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%A0%20zu%C3%B3>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zaa3%20zok3%20zok6>,
        <http://lexvo.org/id/term/yue/%E4%9E%A2>,
        "䞢"^^xsd:string ;
    rdfs:comment "to walk"@en .

<http://lexvo.org/id/char/47A3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%9E%A3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C4%9B>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cak3>,
        <http://lexvo.org/id/term/yue/%E4%9E%A3>,
        "䞣"^^xsd:string ;
    rdfs:comment "to resist; to hold out, angry, to break up; to split, half step, evil; wicked; mean; vicious"@en .

<http://lexvo.org/id/char/47A4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%9E%A4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C3%BA>,
        "䞤"^^xsd:string ;
    rdfs:comment "to walk, to use; to employ, to control"@en .

<http://lexvo.org/id/char/47A5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%9E%A5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%B2u>,
        "䞥"^^xsd:string ;
    rdfs:comment "to walk"@en .

<http://lexvo.org/id/char/47A6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%9E%A6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A9%20ji%C3%A9>,
        "䞦"^^xsd:string ;
    rdfs:comment "to lie flat, to be inactive; stiff; rigid, dead-locked"@en .

<http://lexvo.org/id/char/47A7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%9E%A7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%B2u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hau6>,
        <http://lexvo.org/id/term/yue/%E4%9E%A7>,
        "䞧"^^xsd:string ;
    rdfs:comment "hard to walk, lame; crippled"@en .

<http://lexvo.org/id/char/47A8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%9E%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/gu%C7%90>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kwai2>,
        <http://lexvo.org/id/term/yue/%E4%9E%A8>,
        "䞨"^^xsd:string ;
    rdfs:comment "(same as 跬) half a pace"@en .

<http://lexvo.org/id/char/47A9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C3%A8%20ru%C3%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%9E%A9>,
        "䞩"^^xsd:string ;
    rdfs:comment "lame; crippled"@en .

<http://lexvo.org/id/char/47AA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%9E%AA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%A0ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zoeng6>,
        <http://lexvo.org/id/term/yue/%E4%9E%AA>,
        "䞪"^^xsd:string ;
    rdfs:comment "walking rapidly"@en .

<http://lexvo.org/id/char/47AB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%9E%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%94n>,
        "䞫"^^xsd:string ;
    rdfs:comment "to walk"@en .

<http://lexvo.org/id/char/47AC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%9E%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%B2u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/taau3%20zyu4%20zyu5>,
        <http://lexvo.org/id/term/yue/%E4%9E%AC>,
        "䞬"^^xsd:string ;
    rdfs:comment "(same as 透) to pass through, to let out; to let through"@en .

<http://lexvo.org/id/char/47AD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%9E%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C7%94>,
        "䞭"^^xsd:string ;
    rdfs:comment "walking rapidly, to go ahead, to move quickly; to run; to hurry"@en .

<http://lexvo.org/id/char/47AE> a lvont:Character ;
    lvont:represents "䞮"^^xsd:string ;
    rdfs:comment "to crawl; to creep"@en .

<http://lexvo.org/id/char/47AF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%9E%AF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%B9>,
        "䞯"^^xsd:string ;
    rdfs:comment "to walk, to move quickly; to run; to hurry, to reach the time-limit; to mature"@en .

<http://lexvo.org/id/char/47B0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%9E%B0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zu%C3%B3>,
        "䞰"^^xsd:string ;
    rdfs:comment "walking rapidly"@en .

<http://lexvo.org/id/char/47B1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%9E%B1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%BA>,
        "䞱"^^xsd:string ;
    rdfs:comment "to fall over; to lie down"@en .

<http://lexvo.org/id/char/47B2> a lvont:Character ;
    lvont:represents "䞲"^^xsd:string .

<http://lexvo.org/id/char/47B3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%9E%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%B3%20f%C3%A8i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/baak6>,
        <http://lexvo.org/id/term/yue/%E4%9E%B3>,
        "䞳"^^xsd:string ;
    rdfs:comment "(same as 踣) to stumble and fall"@en .

<http://lexvo.org/id/char/47B4> a lvont:Character ;
    lvont:represents "䞴"^^xsd:string ;
    rdfs:comment "to jump; to leap; to hop, limping; walking unsteadily; limping"@en .

<http://lexvo.org/id/char/47B5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%9E%B5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ju%C4%9B>,
        "䞵"^^xsd:string ;
    rdfs:comment "to jump"@en .

<http://lexvo.org/id/char/47B6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%9E%B6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%AC%20t%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tik1>,
        <http://lexvo.org/id/term/yue/%E4%9E%B6>,
        "䞶"^^xsd:string ;
    rdfs:comment "walking rapidly"@en .

<http://lexvo.org/id/char/47B7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%9E%B7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ju%C3%A9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/aang1%20faat1%20gwaat6>,
        <http://lexvo.org/id/term/yue/%E4%9E%B7>,
        "䞷"^^xsd:string ;
    rdfs:comment "(same as 趉) walking rapidly, to walk"@en .

<http://lexvo.org/id/char/47B8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%9E%B8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fu6>,
        <http://lexvo.org/id/term/yue/%E4%9E%B8>,
        "䞸"^^xsd:string ;
    rdfs:comment "(corrupted and non-classical form) to reach; to arrive, (same as 仆) to fall; to prostrate"@en .

<http://lexvo.org/id/char/47B9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%9E%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%A1ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wang4%20wong4>,
        <http://lexvo.org/id/term/yue/%E4%9E%B9>,
        "䞹"^^xsd:string ;
    rdfs:comment "to walk"@en .

<http://lexvo.org/id/char/47BA> a lvont:Character ;
    lvont:represents "䞺"^^xsd:string ;
    rdfs:comment "to walk"@en .

<http://lexvo.org/id/char/47BB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%9E%BB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%92ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zung5>,
        <http://lexvo.org/id/term/yue/%E4%9E%BB>,
        "䞻"^^xsd:string ;
    rdfs:comment "to walk"@en .

<http://lexvo.org/id/char/47BC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%9E%BC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/chu%C7%90%20cu%C3%A0n%20ji%C3%A0n%20m%C3%A8i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cyun2%20cyun3%20zan3%20zat3>,
        <http://lexvo.org/id/term/yue/%E4%9E%BC>,
        "䞼"^^xsd:string ;
    rdfs:comment "(same as 竄) to escape; to run away; to flee, to banish, to change or alter (the wording)"@en .

<http://lexvo.org/id/char/47BD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%9E%BD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/su%C7%92>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sok3>,
        <http://lexvo.org/id/term/yue/%E4%9E%BD>,
        "䞽"^^xsd:string ;
    rdfs:comment "to lie flat, stiff; rigid; to be inactive, dead-locked"@en .

<http://lexvo.org/id/char/47BE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%9E%BE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/daai6%20zaai3>,
        <http://lexvo.org/id/term/yue/%E4%9E%BE>,
        "䞾"^^xsd:string ;
    rdfs:comment "frivolous; contemptuous, to despise; to speak ill of"@en .

<http://lexvo.org/id/char/47BF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/hin1>,
        <http://lexvo.org/id/term/yue/%E4%9E%BF>,
        "䞿"^^xsd:string ;
    rdfs:comment "(interchangeable 蹇) lame; crippled, slow, weak; feeble, difficult; hard"@en .

<http://lexvo.org/id/char/47C0> a lvont:Character ;
    lvont:represents "䟀"^^xsd:string ;
    rdfs:comment "to walk"@en .

<http://lexvo.org/id/char/47C1> a lvont:Character ;
    lvont:represents "䟁"^^xsd:string ;
    rdfs:comment "a foot-race"@en .

<http://lexvo.org/id/char/47C2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%9F%82>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/man6>,
        <http://lexvo.org/id/term/yue/%E4%9F%82>,
        "䟂"^^xsd:string ;
    rdfs:comment "slow; tardy"@en .

<http://lexvo.org/id/char/47C3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%9F%83>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C3%A0%20z%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/caam3%20cam1%20cam1%20zaam4>,
        <http://lexvo.org/id/term/yue/%E4%9F%83>,
        "䟃"^^xsd:string ;
    rdfs:comment "to move or march swiftly; to walk quickly; to run, to go; to go to a meeting"@en .

<http://lexvo.org/id/char/47C4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%9F%84>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C3%AC%20zu%C3%B3>,
        "䟄"^^xsd:string ;
    rdfs:comment "in a hurry, deceitful; cunning; swindling; wily, to walk quickly"@en .

<http://lexvo.org/id/char/47C5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%9F%85>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%A0n%20z%C3%A0n>,
        "䟅"^^xsd:string ;
    rdfs:comment "to go ahead; to proceed; to advance, to jump; to leap swiftly, brief; short period"@en .

<http://lexvo.org/id/char/47C6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%9F%86>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%AC%20b%C3%B3>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bat1>,
        <http://lexvo.org/id/term/yue/%E4%9F%86>,
        "䟆"^^xsd:string ;
    rdfs:comment "to keep persons off the route of the emperor, when on tour, imperial halting-place, worship of the kitchen god (performed on the 23rd day of the 12th moon)"@en .

<http://lexvo.org/id/char/47C7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/gei1>,
        <http://lexvo.org/id/term/yue/%E4%9F%87>,
        "䟇"^^xsd:string ;
    rdfs:comment "to walk"@en .

<http://lexvo.org/id/char/47C8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%9F%88>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%AD>,
        "䟈"^^xsd:string ;
    rdfs:comment "to walk"@en .

<http://lexvo.org/id/char/47C9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%9F%89>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%BA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zuk6>,
        <http://lexvo.org/id/term/yue/%E4%9F%89>,
        "䟉"^^xsd:string ;
    rdfs:comment "to walk, toddling, jump; leap"@en .

<http://lexvo.org/id/char/47CA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%9F%8A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C3%BA>,
        "䟊"^^xsd:string ;
    rdfs:comment "short strides, with rapid strides, swiftly; quickly"@en .

<http://lexvo.org/id/char/47CB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%9F%8B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C7%8En%20zh%C3%A0n>,
        "䟋"^^xsd:string ;
    rdfs:comment "to press forward; to go in haste; to run quickly"@en .

<http://lexvo.org/id/char/47CC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%9F%8C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%AD%20ji%C3%A9>,
        "䟌"^^xsd:string ;
    rdfs:comment "(standard form) diverging, to go, to walk"@en .

<http://lexvo.org/id/char/47CD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%9F%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/di%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bin1>,
        <http://lexvo.org/id/term/yue/%E4%9F%8D>,
        "䟍"^^xsd:string ;
    rdfs:comment "to walk; to travel, to go"@en .

<http://lexvo.org/id/char/47CE> a lvont:Character ;
    lvont:represents "䟎"^^xsd:string .

<http://lexvo.org/id/char/47CF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%9F%8F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lik1>,
        <http://lexvo.org/id/term/yue/%E4%9F%8F>,
        "䟏"^^xsd:string ;
    rdfs:comment "to jump; to leap; to bounce; to spring, to run over; to oppress"@en .

<http://lexvo.org/id/char/47D0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%9F%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hip3%20lik6>,
        <http://lexvo.org/id/term/yue/%E4%9F%90>,
        "䟐"^^xsd:string ;
    rdfs:comment "to walk, agile; adroit, a method of wielding the brush in writing Chinese characters"@en .

<http://lexvo.org/id/char/47D1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%9F%91>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C7%8E%20yu%C3%A8>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zoek6>,
        <http://lexvo.org/id/term/yue/%E4%9F%91>,
        "䟑"^^xsd:string ;
    rdfs:comment "walking rapidly, (ancient form of 躍) to jump; to leap; to bound; to spring"@en .

<http://lexvo.org/id/char/47D2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%9F%92>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qu%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hyut3%20kyun4>,
        <http://lexvo.org/id/term/yue/%E4%9F%92>,
        "䟒"^^xsd:string ;
    rdfs:comment "coiled; curled; not stretched; contracted"@en .

<http://lexvo.org/id/char/47D3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/ding1>,
        <http://lexvo.org/id/term/yue/%E4%9F%93>,
        "䟓"^^xsd:string ;
    rdfs:comment "to walk slowly, lame; crippled, long and thin legs, to walk alone, to insist on one's ways in doing things"@en .

<http://lexvo.org/id/char/47D4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%9F%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fu6>,
        <http://lexvo.org/id/term/yue/%E4%9F%94>,
        "䟔"^^xsd:string ;
    rdfs:comment "(same as 赴) to go to; to attend (same as 踣) to stumble and fall prone, stiff in death"@en .

<http://lexvo.org/id/char/47D5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%9F%95>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%A0>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/caa3%20zaai3>,
        <http://lexvo.org/id/term/yue/%E4%9F%95>,
        "䟕"^^xsd:string ;
    rdfs:comment "to step upon; to tread upon; to trample, a path branching out from the main road; a diverging road"@en .

<http://lexvo.org/id/char/47D6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%9F%96>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%A0ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cang1>,
        <http://lexvo.org/id/term/yue/%E4%9F%96>,
        "䟖"^^xsd:string .

<http://lexvo.org/id/char/47D7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%9F%97>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/se4%20si6%20zai6>,
        <http://lexvo.org/id/term/yue/%E4%9F%97>,
        "䟗"^^xsd:string ;
    rdfs:comment "to stand for a long time, to accumulate; to amass; to store up"@en .

<http://lexvo.org/id/char/47D8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%9F%98>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A0ng>,
        "䟘"^^xsd:string ;
    rdfs:comment "to straighten; to stretch out"@en .

<http://lexvo.org/id/char/47D9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%9F%99>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C3%A8>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/caai3>,
        <http://lexvo.org/id/term/yue/%E4%9F%99>,
        "䟙"^^xsd:string ;
    rdfs:comment "to stagger; to fall; to drop; to stumble"@en .

<http://lexvo.org/id/char/47DA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%9F%9A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C3%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kei4>,
        <http://lexvo.org/id/term/yue/%E4%9F%9A>,
        "䟚"^^xsd:string ;
    rdfs:comment "(same as 踑) to sit with the legs spread out; to squat with the legs crossed, traces; footsteps, to follow up; to search out"@en .

<http://lexvo.org/id/char/47DB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%9F%9B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%B3>,
        "䟛"^^xsd:string ;
    rdfs:comment "walking rapidly; in a hurry, to stride over; to step across"@en .

<http://lexvo.org/id/char/47DC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%9F%9C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C3%A0>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/nap6>,
        <http://lexvo.org/id/term/yue/%E4%9F%9C>,
        "䟜"^^xsd:string ;
    rdfs:comment "break; damage, wound of the foot, to walk"@en .

<http://lexvo.org/id/char/47DD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%9F%9D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%B2u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tau3>,
        <http://lexvo.org/id/term/yue/%E4%9F%9D>,
        "䟝"^^xsd:string ;
    rdfs:comment "to walk right into"@en .

<http://lexvo.org/id/char/47DE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%9F%9E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%BA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cyu4>,
        <http://lexvo.org/id/term/yue/%E4%9F%9E>,
        "䟞"^^xsd:string ;
    rdfs:comment "to falter; to hesitate"@en .

<http://lexvo.org/id/char/47DF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%9F%9F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cyut3%20zung2>,
        <http://lexvo.org/id/term/yue/%E4%9F%9F>,
        "䟟"^^xsd:string ;
    rdfs:comment "urgent; pressed for time"@en .

<http://lexvo.org/id/char/47E0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%9F%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/yu%C3%A8>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zyut6>,
        <http://lexvo.org/id/term/yue/%E4%9F%A0>,
        "䟠"^^xsd:string ;
    rdfs:comment "swift; walking rapidly, (same as 越) to go beyond; to go across; to transgress; to skip"@en .

<http://lexvo.org/id/char/47E1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%9F%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C4%AB>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/daai3>,
        <http://lexvo.org/id/term/yue/%E4%9F%A1>,
        "䟡"^^xsd:string ;
    rdfs:comment "to trample; to tread down, (same as 胝) callosities on the hands or feet"@en .

<http://lexvo.org/id/char/47E2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%9F%A2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%A9n%20ji%C3%A0n%20ni%C7%8En>,
        <http://lexvo.org/id/term/vie/gi%E1%BA%ABy>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/caan3%20sung1>,
        <http://lexvo.org/id/term/yue/%E4%9F%A2>,
        "䟢"^^xsd:string ;
    rdfs:comment "(non-classical form of 跈), (same as 踐) to step upon; to tread upon; to trample, (same as 趁) to take advantage, hard to proceeding"@en .

<http://lexvo.org/id/char/47E3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%9F%A3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%B9>,
        "䟣"^^xsd:string ;
    rdfs:comment "an animal in legend, traces or footprints of an animal"@en .

<http://lexvo.org/id/char/47E4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%9F%A4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bit1>,
        <http://lexvo.org/id/term/yue/%E4%9F%A4>,
        "䟤"^^xsd:string .

<http://lexvo.org/id/char/47E5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%9F%A5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A1ng%20m%C3%A9ng>,
        "䟥"^^xsd:string ;
    rdfs:comment "(same as 髳) luxuriant; exuberant; lush of the grass, trees and vegetation"@en .

<http://lexvo.org/id/char/47E6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%9F%A6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%A1%20b%C3%B3%20yu%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bat6>,
        <http://lexvo.org/id/term/yue/%E4%9F%A6>,
        "䟦"^^xsd:string ;
    rdfs:comment "(non-classical of 跋) to walk; to travel, the heel"@en .

<http://lexvo.org/id/char/47E7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%9F%A7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ti%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tin4%20zing4>,
        <http://lexvo.org/id/term/yue/%E4%9F%A7>,
        "䟧"^^xsd:string ;
    rdfs:comment "sound of treading or stepping"@en .

<http://lexvo.org/id/char/47E8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%9F%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%ADn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/man4>,
        <http://lexvo.org/id/term/yue/%E4%9F%A8>,
        "䟨"^^xsd:string ;
    rdfs:comment "lame; crippled, to go across; to go beyond, hoofs of the animal"@en .

<http://lexvo.org/id/char/47E9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%9F%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C4%9B>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fui1%20geoi3%20hai6%20koek3>,
        <http://lexvo.org/id/term/yue/%E4%9F%A9>,
        "䟩"^^xsd:string ;
    rdfs:comment "hard of walk forward"@en .

<http://lexvo.org/id/char/47EA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%9F%AA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C4%9Bng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fung2>,
        <http://lexvo.org/id/term/yue/%E4%9F%AA>,
        "䟪"^^xsd:string ;
    rdfs:comment "(same as 覂) repeatedly; over and over again"@en .

<http://lexvo.org/id/char/47EB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/caang1%20jaang3%20zing3>,
        <http://lexvo.org/id/term/yue/%E4%9F%AB>,
        "䟫"^^xsd:string ;
    rdfs:comment "(Cant.) to press down or push out with the foot; to pedal, kick, tread, step on"@en .

<http://lexvo.org/id/char/47EC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%9F%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C3%B9>,
        <http://lexvo.org/id/term/vie/kheo>,
        "䟬"^^xsd:string ;
    rdfs:comment "to walk"@en .

<http://lexvo.org/id/char/47ED> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%9F%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ti%C3%A1o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tou4>,
        <http://lexvo.org/id/term/yue/%E4%9F%AD>,
        "䟭"^^xsd:string ;
    rdfs:comment "(non-classical form of 跳) to jump; to leap; to bounce; to spring, (same as 阼) the main steps; the throne; the steps leading to the eastern door"@en .

<http://lexvo.org/id/char/47EE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%9F%AE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%BA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fuk6>,
        <http://lexvo.org/id/term/yue/%E4%9F%AE>,
        "䟮"^^xsd:string ;
    rdfs:comment "(same as 匐) to crawl on hands and knees, to fall in ruins; to slip down"@en .

<http://lexvo.org/id/char/47EF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%9F%AF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ku%C3%B2>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kut3>,
        <http://lexvo.org/id/term/yue/%E4%9F%AF>,
        "䟯"^^xsd:string ;
    rdfs:comment "to tread on, to kick"@en .

<http://lexvo.org/id/char/47F0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%9F%B0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C7%8En>,
        "䟰"^^xsd:string ;
    rdfs:comment "to walk"@en .

<http://lexvo.org/id/char/47F1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/ci3%20cuk1%20zik6>,
        <http://lexvo.org/id/term/yue/%E4%9F%B1>,
        "䟱"^^xsd:string ;
    rdfs:comment "(same as 迹) traces, footsteps, to follow up; to search out"@en .

<http://lexvo.org/id/char/47F2> a lvont:Character ;
    lvont:represents "䟲"^^xsd:string .

<http://lexvo.org/id/char/47F3> a lvont:Character ;
    lvont:represents "䟳"^^xsd:string .

<http://lexvo.org/id/char/47F4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%9F%B4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%A8n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ngan3%20zaan1%20zaan3>,
        <http://lexvo.org/id/term/yue/%E4%9F%B4>,
        "䟴"^^xsd:string ;
    rdfs:comment "to shake; to vibrate; to move, to be shocked or shaken"@en .

<http://lexvo.org/id/char/47F5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%9F%B5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C3%BA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kau4>,
        <http://lexvo.org/id/term/yue/%E4%9F%B5>,
        "䟵"^^xsd:string ;
    rdfs:comment "to tread on"@en .

<http://lexvo.org/id/char/47F6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%9F%B6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/cu%C3%B2%20zu%C3%B2>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/co3>,
        <http://lexvo.org/id/term/yue/%E4%9F%B6>,
        "䟶"^^xsd:string ;
    rdfs:comment "(same as 蓌) to squat; to crouch, setback; defeat; failure; not doing well; disappointed; very discouraged; frustrated"@en .

<http://lexvo.org/id/char/47F7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%9F%B7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%AC>,
        "䟷"^^xsd:string ;
    rdfs:comment "to jump; to leap; to bounce; to spring, to pass over; to go beyond; to transgress; to exceed, lame; crippled"@en .

<http://lexvo.org/id/char/47F8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%9F%B8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ku%C3%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kwai4>,
        <http://lexvo.org/id/term/yue/%E4%9F%B8>,
        "䟸"^^xsd:string ;
    rdfs:comment "the calf; muscles; tissue of the part of leg between the knee and ankle, to stumble; to slip, the instep, to jump; to leap, a disease of the feet"@en .

<http://lexvo.org/id/char/47F9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%9F%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C3%A8%20l%C3%ACn>,
        "䟹"^^xsd:string ;
    rdfs:comment "to hop about; to fling oneself about in temper, to pass over; to go beyond; to exceed"@en .

<http://lexvo.org/id/char/47FA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%9F%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C7%8Eng%20b%C3%A8i%20p%C3%A8i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bui3>,
        <http://lexvo.org/id/term/yue/%E4%9F%BA>,
        "䟺"^^xsd:string ;
    rdfs:comment "walk slowly because of the wrong position of the feet, (same as 狽) a kind of wolf with shorter forelegs, lame; crippled"@en .

<http://lexvo.org/id/char/47FB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%9F%BB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%B9>,
        "䟻"^^xsd:string ;
    rdfs:comment "bare feet; bare-footed, to walk in bare feet, hard to go forward"@en .

<http://lexvo.org/id/char/47FC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%9F%BC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C7%94>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mou5>,
        <http://lexvo.org/id/term/yue/%E4%9F%BC>,
        "䟼"^^xsd:string ;
    rdfs:comment "footprints; track, whereabout"@en .

<http://lexvo.org/id/char/47FD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/so1>,
        <http://lexvo.org/id/term/yue/%E4%9F%BD>,
        "䟽"^^xsd:string ;
    rdfs:comment "(same as 疏) scattered or dispersed"@en .

<http://lexvo.org/id/char/47FE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%9F%BE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ju%C4%9B%20zhu%C3%B3>,
        "䟾"^^xsd:string ;
    rdfs:comment "to jump; to leap; to bounce; to spring, (same as U+47B5 䞵)"@en .

<http://lexvo.org/id/char/47FF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%9F%BF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/luk1>,
        <http://lexvo.org/id/term/yue/%E4%9F%BF>,
        "䟿"^^xsd:string ;
    rdfs:comment "to reverence; to respect, (same as 蹗) to walk"@en .

<http://lexvo.org/id/char/4800> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A0%80>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C7%8Eng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C4%81ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cang1%20tong3>,
        <http://lexvo.org/id/term/yue/%E4%A0%80>,
        "䠀"^^xsd:string ;
    rdfs:comment "to sit cross-legged like a Buddhist priest"@en .

<http://lexvo.org/id/char/4801> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/zai1>,
        <http://lexvo.org/id/term/yue/%E4%A0%81>,
        "䠁"^^xsd:string ;
    rdfs:comment "(same as 躋) to go up; to rise; to ascend"@en .

<http://lexvo.org/id/char/4802> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A0%82>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%BA%20ch%C7%94>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/co2>,
        <http://lexvo.org/id/term/yue/%E4%A0%82>,
        "䠂"^^xsd:string ;
    rdfs:comment "(same as 楚) name of a powerful feudal state which existed 740-330 B.C."@en .

<http://lexvo.org/id/char/4803> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A0%83>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C7%8Eng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/loeng5>,
        <http://lexvo.org/id/term/yue/%E4%A0%83>,
        "䠃"^^xsd:string ;
    rdfs:comment "to squat; to crouch"@en .

<http://lexvo.org/id/char/4804> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A0%84>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ti%C7%8En>,
        "䠄"^^xsd:string ;
    rdfs:comment "to walk, tracks or whereabouts, disease of the feet"@en .

<http://lexvo.org/id/char/4805> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A0%85>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C7%94n%20t%C3%A0>,
        "䠅"^^xsd:string ;
    rdfs:comment "hands and feet chapped from the cold"@en .

<http://lexvo.org/id/char/4806> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A0%86>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%A1ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/coeng4>,
        <http://lexvo.org/id/term/yue/%E4%A0%86>,
        "䠆"^^xsd:string ;
    rdfs:comment "to kowtow; to kneel and make obeisance"@en .

<http://lexvo.org/id/char/4807> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A0%87>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ju%C3%A9>,
        "䠇"^^xsd:string ;
    rdfs:comment "strong; robust; healthy"@en .

<http://lexvo.org/id/char/4808> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A0%88>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%BA>,
        "䠈"^^xsd:string ;
    rdfs:comment "hard to move forward, to trample; to tread upon"@en .

<http://lexvo.org/id/char/4809> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A0%89>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%A0%20hu%C3%A0n%20hu%C7%90>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wun6>,
        <http://lexvo.org/id/term/yue/%E4%A0%89>,
        "䠉"^^xsd:string ;
    rdfs:comment "(same as 逭) to run away or escape from; to flee; to avoid"@en .

<http://lexvo.org/id/char/480A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A0%8A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%A8i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/faai4>,
        <http://lexvo.org/id/term/yue/%E4%A0%8A>,
        "䠊"^^xsd:string ;
    rdfs:comment "to cut off the feet (one of the five punishments in ancient times)"@en .

<http://lexvo.org/id/char/480B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A0%8B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C7%90%20b%C3%AC%20m%C3%A0>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bei2%20pe5>,
        <http://lexvo.org/id/term/yue/%E4%A0%8B>,
        "䠋"^^xsd:string ;
    rdfs:comment "bell shaped with large base, (ancient form of U+9AC0 髀) buttocks, hipbone; innominate bone; (Cant.) to stagger"@en .

<http://lexvo.org/id/char/480C> a lvont:Character ;
    lvont:represents "䠌"^^xsd:string .

<http://lexvo.org/id/char/480D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A0%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C3%A1>,
        "䠍"^^xsd:string ;
    rdfs:comment "at the feet; to learn; now, shoes, (dialect) to take a stride, to sit astride on; to straddle; to ride, to stride over (a ditch, etc.)"@en .

<http://lexvo.org/id/char/480E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A0%8E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C3%B2>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/aak1%20ak1>,
        <http://lexvo.org/id/term/yue/%E4%A0%8E>,
        "䠎"^^xsd:string ;
    rdfs:comment "narrow; small, dirty"@en .

<http://lexvo.org/id/char/480F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A0%8F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kwaai4>,
        <http://lexvo.org/id/term/yue/%E4%A0%8F>,
        "䠏"^^xsd:string ;
    rdfs:comment "feet; (same as U+47F8 䟸) the calf; muscles; tissue of the part of leg between the knee and ankle, a disease of the feet"@en .

<http://lexvo.org/id/char/4810> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A0%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C3%B9>,
        "䠐"^^xsd:string ;
    rdfs:comment "to squat; to crouch, to move elastically; to be easily bent and stretched; to be flexible: (firuratively) to submit or rise according to circumstances"@en .

<http://lexvo.org/id/char/4811> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A0%91>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ku%C7%90>,
        "䠑"^^xsd:string ;
    rdfs:comment "between the buttocks; the stride made by a man"@en .

<http://lexvo.org/id/char/4812> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A0%92>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%BA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wu4>,
        <http://lexvo.org/id/term/yue/%E4%A0%92>,
        "䠒"^^xsd:string ;
    rdfs:comment "courtesy of a minority group in ancient times, to fall, drop, or go down, on one's knees; to kneel down"@en .

<http://lexvo.org/id/char/4813> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A0%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C3%B9%20ji%C3%B9%20q%C3%B9>,
        "䠓"^^xsd:string ;
    rdfs:comment "(same as 趥) to walk, to crawl on hands and knees"@en .

<http://lexvo.org/id/char/4814> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A0%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/su%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/maai4%20seoi6>,
        <http://lexvo.org/id/term/yue/%E4%A0%94>,
        "䠔"^^xsd:string ;
    rdfs:comment "far and deep"@en .

<http://lexvo.org/id/char/4815> a lvont:Character ;
    lvont:represents "䠕"^^xsd:string ;
    rdfs:comment "rapid marching or running; to go quickly, to tread upon; to trample; to step upon"@en .

<http://lexvo.org/id/char/4816> a lvont:Character ;
    lvont:represents "䠖"^^xsd:string .

<http://lexvo.org/id/char/4817> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A0%97>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cau5>,
        <http://lexvo.org/id/term/yue/%E4%A0%97>,
        "䠗"^^xsd:string ;
    rdfs:comment "lame; crippled, to jump; to leap, to walk"@en .

<http://lexvo.org/id/char/4818> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A0%98>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%AC>,
        "䠘"^^xsd:string ;
    rdfs:comment "one-legged, crippled; halt, a mate; to mate"@en .

<http://lexvo.org/id/char/4819> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A0%99>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%A8i%20p%C3%A1ng%20p%C3%A1o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/paau4%20pong4>,
        <http://lexvo.org/id/term/yue/%E4%A0%99>,
        "䠙"^^xsd:string ;
    rdfs:comment "urgent; hurriedly"@en .

<http://lexvo.org/id/char/481A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A0%9A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C3%A0>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/maat6>,
        <http://lexvo.org/id/term/yue/%E4%A0%9A>,
        "䠚"^^xsd:string ;
    rdfs:comment "to step on the ground with a bang, hard to go forward; limping, to scrape; to move along the side of"@en .

<http://lexvo.org/id/char/481B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A0%9B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C7%8Eo%20xi%C3%A0o%20y%C3%A1o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ziu2%20ziu4>,
        <http://lexvo.org/id/term/yue/%E4%A0%9B>,
        "䠛"^^xsd:string ;
    rdfs:comment "to jump; to leap; to spring; to bounce"@en .

<http://lexvo.org/id/char/481C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A0%9C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/r%C3%B3ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zung4>,
        <http://lexvo.org/id/term/yue/%E4%A0%9C>,
        "䠜"^^xsd:string ;
    rdfs:comment "to walk"@en .

<http://lexvo.org/id/char/481D> a lvont:Character ;
    lvont:represents "䠝"^^xsd:string ;
    rdfs:comment "to stand up, to establish"@en .

<http://lexvo.org/id/char/481E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A0%9E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C3%B9%20q%C3%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cuk1>,
        <http://lexvo.org/id/term/yue/%E4%A0%9E>,
        "䠞"^^xsd:string ;
    rdfs:comment "wrinkled; contracted; to draw together, urgent; imminent; sad; sorrowful"@en .

<http://lexvo.org/id/char/481F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A0%9F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/di%C3%A9%20sh%C3%A8>,
        "䠟"^^xsd:string ;
    rdfs:comment "to trip up; to be hindered; to stroll"@en .

<http://lexvo.org/id/char/4820> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A0%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%AC>,
        "䠠"^^xsd:string ;
    rdfs:comment "to go, to walk in one leg; leap; crippled, (ancient form of 逝) to pass; to be gone; to depart, (interchangeable 滯) in a standstill; stagnant; impeded; blocked"@en .

<http://lexvo.org/id/char/4821> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A0%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/cu%C3%B3>,
        "䠡"^^xsd:string ;
    rdfs:comment "sound of footsteps; to tread on; to stamp, to stagger; to fall; to drop; to stumble, to stop up; to gag; blocked"@en .

<http://lexvo.org/id/char/4822> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A0%A2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A8ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mung6>,
        <http://lexvo.org/id/term/yue/%E4%A0%A2>,
        "䠢"^^xsd:string ;
    rdfs:comment "weary; tired; fatigued, lime; crippled, to stumble and fall"@en .

<http://lexvo.org/id/char/4823> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A0%A3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xu%C7%8En%20xu%C3%A0n>,
        <http://lexvo.org/id/term/vie/r%C3%B3n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/syun2>,
        <http://lexvo.org/id/term/yue/%E4%A0%A3>,
        "䠣"^^xsd:string ;
    rdfs:comment "net to trap the animals"@en .

<http://lexvo.org/id/char/4824> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A0%A4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/du%C7%92%20du%C3%B2>,
        "䠤"^^xsd:string ;
    rdfs:comment "toddle, to fall; fallen; prostrate"@en .

<http://lexvo.org/id/char/4825> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A0%A5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/bi%C3%A9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bit6>,
        <http://lexvo.org/id/term/yue/%E4%A0%A5>,
        "䠥"^^xsd:string ;
    rdfs:comment "(same as U+8E69 蹩) to limp; lame"@en .

<http://lexvo.org/id/char/4826> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A0%A6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%A8%20zh%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ci3%20si3%20zi3>,
        <http://lexvo.org/id/term/yue/%E4%A0%A6>,
        "䠦"^^xsd:string ;
    rdfs:comment "(non-classical form of 躓) to stumble; to trip, to be frustrated"@en .

<http://lexvo.org/id/char/4827> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A0%A7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%BA>,
        "䠧"^^xsd:string ;
    rdfs:comment "hard to go forward, stop; to delay"@en .

<http://lexvo.org/id/char/4828> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A0%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%A0n%20m%C3%A0>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zim1>,
        <http://lexvo.org/id/term/yue/%E4%A0%A8>,
        "䠨"^^xsd:string ;
    rdfs:comment "walking rapidly, (said of a horse)"@en .

<http://lexvo.org/id/char/4829> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A0%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/gu%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gui6>,
        <http://lexvo.org/id/term/yue/%E4%A0%A9>,
        "䠩"^^xsd:string ;
    rdfs:comment "to urinate; to pass urine; to empty the bladder; to make water; weary, tired, fatigued"@en .

<http://lexvo.org/id/char/482A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A0%AA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/du%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dyun6>,
        <http://lexvo.org/id/term/yue/%E4%A0%AA>,
        "䠪"^^xsd:string ;
    rdfs:comment "footprints; track, to trample, to walk far and fast"@en .

<http://lexvo.org/id/char/482B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A0%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C3%B2u>,
        "䠫"^^xsd:string ;
    rdfs:comment "to succumb to the effect of alcohol; to walk unsteadily (said of drunkards)"@en .

<http://lexvo.org/id/char/482C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A0%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%A8ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dang3>,
        <http://lexvo.org/id/term/yue/%E4%A0%AC>,
        "䠬"^^xsd:string ;
    rdfs:comment "insomnia, to exhaust; highest; farthest"@en .

<http://lexvo.org/id/char/482D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A0%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%A1i%20l%C3%A0i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hon5%20lai6%20lan5%20maan4>,
        <http://lexvo.org/id/term/yue/%E4%A0%AD>,
        "䠭"^^xsd:string ;
    rdfs:comment "lame; crippled, to stumble"@en .

<http://lexvo.org/id/char/482E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A0%AE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%A9ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hau2%20taang4>,
        <http://lexvo.org/id/term/yue/%E4%A0%AE>,
        "䠮"^^xsd:string ;
    rdfs:comment "(same as 騰) to prance; torear; to leap; to jump, to go up, to turn over"@en .

<http://lexvo.org/id/char/482F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A0%AF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/yu%C3%A8>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zoek6>,
        <http://lexvo.org/id/term/yue/%E4%A0%AF>,
        "䠯"^^xsd:string ;
    rdfs:comment "to ascend; to climb; to rise, to step on; totread on; to walk upon, to pull out; to uproot, to promote, to jump; to leap"@en .

<http://lexvo.org/id/char/4830> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A0%B0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qu%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kyun4>,
        <http://lexvo.org/id/term/yue/%E4%A0%B0>,
        "䠰"^^xsd:string ;
    rdfs:comment "(same as 踡) coiled; curled; drawn together; not stretched, (dialect) to surround; to encircle; to enclose"@en .

<http://lexvo.org/id/char/4831> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A0%B1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C7%94%20zh%C3%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%BA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zuk6>,
        <http://lexvo.org/id/term/yue/%E4%A0%B1>,
        "䠱"^^xsd:string ;
    rdfs:comment "(same as 蠋 躅) to walk slowly and cautiously; to limp"@en .

<http://lexvo.org/id/char/4832> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A0%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%ADng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ling4>,
        <http://lexvo.org/id/term/yue/%E4%A0%B2>,
        "䠲"^^xsd:string ;
    rdfs:comment "(non-classical form of 聆) to listen; to hear"@en .

<http://lexvo.org/id/char/4833> a lvont:Character ;
    lvont:represents "䠳"^^xsd:string ;
    rdfs:comment "to walk, (corrupted form of 邪 射) evil, to shoot"@en .

<http://lexvo.org/id/char/4834> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A0%B4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C7%90n%20y%C7%90n%20zh%C4%9Bn>,
        "䠴"^^xsd:string ;
    rdfs:comment "with a symmetric well-formed; upright; respectable; proper carriage"@en .

<http://lexvo.org/id/char/4835> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A0%B5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fu6%20kwaai1%20waa1>,
        <http://lexvo.org/id/term/yue/%E4%A0%B5>,
        "䠵"^^xsd:string ;
    rdfs:comment "to wear clothes"@en .

<http://lexvo.org/id/char/4836> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A0%B6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%A8>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/se6>,
        <http://lexvo.org/id/term/yue/%E4%A0%B6>,
        "䠶"^^xsd:string ;
    rdfs:comment "(same as 射) to project; to shoot out, to aim at"@en .

<http://lexvo.org/id/char/4837> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A0%B7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ti%C7%8Eo>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tiu1>,
        <http://lexvo.org/id/term/yue/%E4%A0%B7>,
        "䠷"^^xsd:string ;
    rdfs:comment "the appearance of height in a person"@en .

<http://lexvo.org/id/char/4838> a lvont:Character ;
    lvont:represents "䠸"^^xsd:string ;
    rdfs:comment "obsequious; servile; fawning, to obey; obedient; to comply"@en .

<http://lexvo.org/id/char/4839> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C3%A1i%20h%C3%A1i>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A0%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/haai4>,
        <http://lexvo.org/id/term/yue/%E4%A0%B9>,
        "䠹"^^xsd:string ;
    rdfs:comment "(non-classical form of 骸) shinbone, skeleton"@en .

<http://lexvo.org/id/char/483A> a lvont:Character ;
    lvont:represents "䠺"^^xsd:string .

<http://lexvo.org/id/char/483B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A0%BB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C3%B3ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kung4>,
        <http://lexvo.org/id/term/yue/%E4%A0%BB>,
        "䠻"^^xsd:string ;
    rdfs:comment "to bend the body, to employ as a servant, (non-classical form of 竆) (same as 窮) poor"@en .

<http://lexvo.org/id/char/483C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A0%BC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/di%C3%A0o%20sh%C3%B9%20xu%C3%A8%20zh%C3%BA>,
        "䠼"^^xsd:string ;
    rdfs:comment "to wear; to put on clothes"@en .

<http://lexvo.org/id/char/483D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A0%BD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A1i>,
        "䠽"^^xsd:string ;
    rdfs:comment "height or stature of a person, tall; a tall trunk, (dialect) to sit down and take some rest"@en .

<http://lexvo.org/id/char/483E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A0%BE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C7%8En%20sh%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sim2%20sim3%20sin2>,
        <http://lexvo.org/id/term/yue/%E4%A0%BE>,
        "䠾"^^xsd:string ;
    rdfs:comment "to dodge; to ward off"@en .

<http://lexvo.org/id/char/483F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A0%BF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C3%A0i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kui2>,
        <http://lexvo.org/id/term/yue/%E4%A0%BF>,
        "䠿"^^xsd:string ;
    rdfs:comment "name of a person, (non-classical form of 聵) deaf; born deaf"@en .

<http://lexvo.org/id/char/4840> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A1%80>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C7%8En>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zin3>,
        <http://lexvo.org/id/term/yue/%E4%A1%80>,
        "䡀"^^xsd:string ;
    rdfs:comment "nude; naked; without a stitch on, to shake; to tremble or shiver; to vibrate"@en .

<http://lexvo.org/id/char/4841> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A1%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C7%92ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lung5>,
        <http://lexvo.org/id/term/yue/%E4%A1%81>,
        "䡁"^^xsd:string ;
    rdfs:comment "not well-formed figure, incorrect; unrespectable; improper physical build"@en .

<http://lexvo.org/id/char/4842> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A1%82>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%B9>,
        "䡂"^^xsd:string ;
    rdfs:comment "the long wooden bumper at the rear of a cart or carriage"@en .

<http://lexvo.org/id/char/4843> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A1%83>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lik6>,
        <http://lexvo.org/id/term/yue/%E4%A1%83>,
        "䡃"^^xsd:string ;
    rdfs:comment "a tool for brushing the thread, ornamental; brilliant"@en .

<http://lexvo.org/id/char/4844> a lvont:Character ;
    lvont:represents "䡄"^^xsd:string .

<http://lexvo.org/id/char/4845> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A1%85>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C7%90n%20xi%C7%8En%20x%C3%BAn%20zh%C3%A8n%20zu%C7%8En>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ceon4>,
        <http://lexvo.org/id/term/yue/%E4%A1%85>,
        "䡅"^^xsd:string ;
    rdfs:comment "something used to bind the frame work in a cart (compartment) of old times, (same as 輴) a hearse; a funeral carriage, (interchangeable 巡) to inspect (said of ranking officials)"@en .

<http://lexvo.org/id/char/4846> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A1%86>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/r%C3%B3ng%20r%C7%92ng>,
        "䡆"^^xsd:string ;
    rdfs:comment "a moving cart"@en .

<http://lexvo.org/id/char/4847> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A1%87>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/yu%C3%A8>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/waat6%20zyut6>,
        <http://lexvo.org/id/term/yue/%E4%A1%87>,
        "䡇"^^xsd:string ;
    rdfs:comment "(same as 軏) the cross-bar at the end of the pole of a carriage"@en .

<http://lexvo.org/id/char/4848> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A1%88>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ju%C3%A9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gau3%20hei3>,
        <http://lexvo.org/id/term/yue/%E4%A1%88>,
        "䡈"^^xsd:string ;
    rdfs:comment "the cross-bar at the sides of a carritage, (same as 較) to compare"@en .

<http://lexvo.org/id/char/4849> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A1%89>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C7%8Eng>,
        "䡉"^^xsd:string ;
    rdfs:comment "a kind of cart"@en .

<http://lexvo.org/id/char/484A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A1%8A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%A1n%20f%C7%8En%20p%C3%A8i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/faan2>,
        <http://lexvo.org/id/term/yue/%E4%A1%8A>,
        "䡊"^^xsd:string ;
    rdfs:comment "the protruded sides of a carriage (used in ancient times to screen off muddy dust)"@en .

<http://lexvo.org/id/char/484B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A1%8B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C3%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gei1%20kei4%20zik1>,
        <http://lexvo.org/id/term/yue/%E4%A1%8B>,
        "䡋"^^xsd:string ;
    rdfs:comment "(same as 軝) decoration on the nave or hub of a wheel"@en .

<http://lexvo.org/id/char/484C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A1%8C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%B3ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wang4>,
        <http://lexvo.org/id/term/yue/%E4%A1%8C>,
        "䡌"^^xsd:string ;
    rdfs:comment "(same as 鞃) horizontal front bar on a cart or carriage, leaning board in a sedan chair"@en .

<http://lexvo.org/id/char/484D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A1%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%BA%20f%C7%94>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bak6%20fu4>,
        <http://lexvo.org/id/term/yue/%E4%A1%8D>,
        "䡍"^^xsd:string ;
    rdfs:comment "the linch-pin of a sheel"@en .

<http://lexvo.org/id/char/484E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A1%8E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%BA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lou4>,
        <http://lexvo.org/id/term/yue/%E4%A1%8E>,
        "䡎"^^xsd:string ;
    rdfs:comment "(non-classical of 轤) a windlass; a pulley; a capstan"@en .

<http://lexvo.org/id/char/484F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A1%8F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%B3ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/waang4%20wang4%20wui4%20zyun1>,
        <http://lexvo.org/id/term/yue/%E4%A1%8F>,
        "䡏"^^xsd:string ;
    rdfs:comment "(same as 鞃) horizontal front bar on a cart or carriage, leaning board in a sedan chair"@en .

<http://lexvo.org/id/char/4850> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A1%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/tu%C3%B3>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/to4>,
        <http://lexvo.org/id/term/yue/%E4%A1%90>,
        "䡐"^^xsd:string ;
    rdfs:comment "to move swiftly; to dart; to fleet; to drive v ery fast"@en .

<http://lexvo.org/id/char/4851> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A1%91>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%ADn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/man4>,
        <http://lexvo.org/id/term/yue/%E4%A1%91>,
        "䡑"^^xsd:string ;
    rdfs:comment "the rim or felloe of a wheel; a tire, a yoke, a collar"@en .

<http://lexvo.org/id/char/4852> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A1%92>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ti%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tin4>,
        <http://lexvo.org/id/term/yue/%E4%A1%92>,
        "䡒"^^xsd:string ;
    rdfs:comment "sound of moving carriages; noise of a number of vehicles"@en .

<http://lexvo.org/id/char/4853> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A1%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ju%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hin1>,
        <http://lexvo.org/id/term/yue/%E4%A1%93>,
        "䡓"^^xsd:string ;
    rdfs:comment "shake of a cart, awning in front of a cart, covering the horse or mule in the shafts, (same as 軒) high front of a chariot or carriage"@en .

<http://lexvo.org/id/char/4854> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A1%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C7%90>,
        "䡔"^^xsd:string ;
    rdfs:comment "to hinder; to impede; to interfere with, to obstruct"@en .

<http://lexvo.org/id/char/4855> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A1%95>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C4%9Bng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cing2>,
        <http://lexvo.org/id/term/yue/%E4%A1%95>,
        "䡕"^^xsd:string ;
    rdfs:comment "the rear platform of a light carriage, a subordinate cart"@en .

<http://lexvo.org/id/char/4856> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A1%96>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%ACng>,
        "䡖"^^xsd:string ;
    rdfs:comment "still, motionless"@en .

<http://lexvo.org/id/char/4857> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A1%97>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C7%92ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gung2>,
        <http://lexvo.org/id/term/yue/%E4%A1%97>,
        "䡗"^^xsd:string ;
    rdfs:comment "rim of a wheel; felly; felloe, (or a wheel) to run over, to oppress, the shafts of a cart or carriage"@en .

<http://lexvo.org/id/char/4858> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A1%98>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ti%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tin4>,
        <http://lexvo.org/id/term/yue/%E4%A1%98>,
        "䡘"^^xsd:string ;
    rdfs:comment "sound of moving carriages"@en .

<http://lexvo.org/id/char/4859> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A1%99>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%A1ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/long4>,
        <http://lexvo.org/id/term/yue/%E4%A1%99>,
        "䡙"^^xsd:string ;
    rdfs:comment "an armed carriage; a military cart; cart used by the soldiers"@en .

<http://lexvo.org/id/char/485A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A1%9A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A0o>,
        "䡚"^^xsd:string ;
    rdfs:comment "implements; equipment to catch the birds and animals, to entice; to tempt, to exchange; to trade"@en .

<http://lexvo.org/id/char/485B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A1%9B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%ACn>,
        "䡛"^^xsd:string ;
    rdfs:comment "(corrupted form) name of a carriage"@en .

<http://lexvo.org/id/char/485C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A1%9C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/luk6>,
        <http://lexvo.org/id/term/yue/%E4%A1%9C>,
        "䡜"^^xsd:string ;
    rdfs:comment "car (of a train); compartment; the inside of a cart, axis; pivot; axle; an axletree"@en .

<http://lexvo.org/id/char/485D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A1%9D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%94n>,
        "䡝"^^xsd:string ;
    rdfs:comment "a rear covering of a big carriage, an armed carriage; a military cart; cart used by the soldiers, name of a carriage"@en .

<http://lexvo.org/id/char/485E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A1%9E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%BA>,
        "䡞"^^xsd:string ;
    rdfs:comment "leather that wind round on the shafts of a big carriage, (interchangeable 挶) a receptacle for earth"@en .

<http://lexvo.org/id/char/485F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A1%9F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bei6%20fu6%20pei3>,
        <http://lexvo.org/id/term/yue/%E4%A1%9F>,
        "䡟"^^xsd:string ;
    rdfs:comment "a ring of the horizontal front bar on a carriage; to control the wheel"@en .

<http://lexvo.org/id/char/4860> a lvont:Character ;
    lvont:represents "䡠"^^xsd:string ;
    rdfs:comment "strong and durable"@en .

<http://lexvo.org/id/char/4861> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A1%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gai1%20ham4%20ham6>,
        <http://lexvo.org/id/term/yue/%E4%A1%A1>,
        "䡡"^^xsd:string ;
    rdfs:comment "to get up into a carriage"@en .

<http://lexvo.org/id/char/4862> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A1%A2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/bi%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/pin3>,
        <http://lexvo.org/id/term/yue/%E4%A1%A2>,
        "䡢"^^xsd:string ;
    rdfs:comment "a small carriage"@en .

<http://lexvo.org/id/char/4863> a lvont:Character ;
    lvont:represents "䡣"^^xsd:string ;
    rdfs:comment "a piece of curved board; a crank -- of a ( plough) machine, etc., shafts (of a cart or carriage), to return, to avoid bumping against each other"@en .

<http://lexvo.org/id/char/4864> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/zeoi2%20zyu1>,
        <http://lexvo.org/id/term/yue/%E4%A1%A4>,
        "䡤"^^xsd:string ;
    rdfs:comment "a carriage, an evergreen oak"@en .

<http://lexvo.org/id/char/4865> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A1%A5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/r%C3%B3ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zung2%20zung4>,
        <http://lexvo.org/id/term/yue/%E4%A1%A5>,
        "䡥"^^xsd:string ;
    rdfs:comment "(same as U+4846 䡆) a moving cart"@en .

<http://lexvo.org/id/char/4866> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A1%A6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C7%8Eng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/song2>,
        <http://lexvo.org/id/term/yue/%E4%A1%A6>,
        "䡦"^^xsd:string ;
    rdfs:comment "the empty space of a wheel, rim of a wheel; felly; felloe"@en .

<http://lexvo.org/id/char/4867> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A1%A7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C7%94>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wu1>,
        <http://lexvo.org/id/term/yue/%E4%A1%A7>,
        "䡧"^^xsd:string ;
    rdfs:comment "a carriage; the head of a carriage"@en .

<http://lexvo.org/id/char/4868> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A1%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%A0%20ch%C3%A1i%20y%C3%ADn>,
        "䡨"^^xsd:string ;
    rdfs:comment "connected carts, back and park the cart, to block; to stop up"@en .

<http://lexvo.org/id/char/4869> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A1%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C7%94%20h%C3%B2u%20t%C7%92u%20zh%C4%9Bn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/haam1%20haang1>,
        <http://lexvo.org/id/term/yue/%E4%A1%A9>,
        "䡩"^^xsd:string ;
    rdfs:comment "sound of carts or stones (big things) knocking together, cross-bar in the rear of a carriage"@en .

<http://lexvo.org/id/char/486A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A1%AA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%A1n%20sh%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ceoi1%20sin3%20zeoi1>,
        <http://lexvo.org/id/term/yue/%E4%A1%AA>,
        "䡪"^^xsd:string ;
    rdfs:comment "fan of a carriage"@en .

<http://lexvo.org/id/char/486B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A1%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%A9ng>,
        "䡫"^^xsd:string ;
    rdfs:comment "sound of moving carriages; noise of a number of vehicles"@en .

<http://lexvo.org/id/char/486C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A1%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/maan6>,
        <http://lexvo.org/id/term/yue/%E4%A1%AC>,
        "䡬"^^xsd:string ;
    rdfs:comment "covering of a carriage, a tank (an armored vehicle), a chariot, a cover or shelter of a chariot"@en .

<http://lexvo.org/id/char/486D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/saau1%20saau2>,
        <http://lexvo.org/id/term/yue/%E4%A1%AD>,
        "䡭"^^xsd:string ;
    rdfs:comment "a hearse; a funeral carriage"@en .

<http://lexvo.org/id/char/486E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/zung1>,
        <http://lexvo.org/id/term/yue/%E4%A1%AE>,
        "䡮"^^xsd:string ;
    rdfs:comment "(interchangeable 蹤 趿) trace of a wheel"@en .

<http://lexvo.org/id/char/486F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A1%AF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/shu%C3%A0ng%20z%C7%92ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cung1%20zung2>,
        <http://lexvo.org/id/term/yue/%E4%A1%AF>,
        "䡯"^^xsd:string ;
    rdfs:comment "sound of moving carriages; noise of a number of vehicles, a prison cart; a police van to transport prisoners, carts wheels"@en .

<http://lexvo.org/id/char/4870> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A1%B0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C4%9Bng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fok3%20guk1%20huk6%20keoi4>,
        <http://lexvo.org/id/term/yue/%E4%A1%B0>,
        "䡰"^^xsd:string ;
    rdfs:comment "strong and durable (same as 轂) hub (of a wheel), wheel"@en .

<http://lexvo.org/id/char/4871> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A1%B1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zhu%C7%8En>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zyun2>,
        <http://lexvo.org/id/term/yue/%E4%A1%B1>,
        "䡱"^^xsd:string .

<http://lexvo.org/id/char/4872> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A1%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dan1>,
        <http://lexvo.org/id/term/yue/%E4%A1%B2>,
        "䡲"^^xsd:string ;
    rdfs:comment "rim of a wheel; felly; felloe, a kind of carriage"@en .

<http://lexvo.org/id/char/4873> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/si1>,
        <http://lexvo.org/id/term/yue/%E4%A1%B3>,
        "䡳"^^xsd:string ;
    rdfs:comment "cart, carriage etc."@en .

<http://lexvo.org/id/char/4874> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A1%B4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/chu%C3%A1ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cong4%20cung1>,
        <http://lexvo.org/id/term/yue/%E4%A1%B4>,
        "䡴"^^xsd:string ;
    rdfs:comment "carriage used in ancient times to take enemy position, (interchangeable 幢) a curtain for a carriage"@en .

<http://lexvo.org/id/char/4875> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A1%B5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/su%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/seoi6>,
        <http://lexvo.org/id/term/yue/%E4%A1%B5>,
        "䡵"^^xsd:string ;
    rdfs:comment "decoration on carriage"@en .

<http://lexvo.org/id/char/4876> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A1%B6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%A8i%20p%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/pei1%20pei3>,
        <http://lexvo.org/id/term/yue/%E4%A1%B6>,
        "䡶"^^xsd:string ;
    rdfs:comment "vehicles and garments (commonloy used in feudal times to reward vassals), covering on the crossbar at the ends of carriage poles, crank axle of a shade"@en .

<http://lexvo.org/id/char/4877> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A1%B7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C3%A0i>,
        "䡷"^^xsd:string ;
    rdfs:comment "(same as 轄) noise of vehicles"@en .

<http://lexvo.org/id/char/4878> a lvont:Character ;
    lvont:represents "䡸"^^xsd:string .

<http://lexvo.org/id/char/4879> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A1%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zaap1%20zi3%20zik1>,
        <http://lexvo.org/id/term/yue/%E4%A1%B9>,
        "䡹"^^xsd:string ;
    rdfs:comment "(same as 輊) the low rear of a chariot, etc."@en .

<http://lexvo.org/id/char/487A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A1%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C3%A8i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wai6>,
        <http://lexvo.org/id/term/yue/%E4%A1%BA>,
        "䡺"^^xsd:string ;
    rdfs:comment "(same as 轊) the end of an axle-tree"@en .

<http://lexvo.org/id/char/487B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A1%BB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%ADn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/maan4>,
        <http://lexvo.org/id/term/yue/%E4%A1%BB>,
        "䡻"^^xsd:string ;
    rdfs:comment "(same as U+4851 䡑) shake of a cart, awning in front of a cart, covering the horse or mule in the shafts; (same as U+8ED2 軒) high front of a chariot or carriage"@en .

<http://lexvo.org/id/char/487C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A1%BC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%ADng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ling4>,
        <http://lexvo.org/id/term/yue/%E4%A1%BC>,
        "䡼"^^xsd:string ;
    rdfs:comment "(same as 軨) frames on the sides and front of a carriage, wheels of a carriage"@en .

<http://lexvo.org/id/char/487D> a lvont:Character ;
    lvont:represents "䡽"^^xsd:string ;
    rdfs:comment "the shafts of a vehicle"@en .

<http://lexvo.org/id/char/487E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A1%BE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C3%A8i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ngaai5>,
        <http://lexvo.org/id/term/yue/%E4%A1%BE>,
        "䡾"^^xsd:string ;
    rdfs:comment "high cartloads, (same as 轙) rings on the yokes"@en .

<http://lexvo.org/id/char/487F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A1%BF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%ADng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ling4>,
        <http://lexvo.org/id/term/yue/%E4%A1%BF>,
        "䡿"^^xsd:string ;
    rdfs:comment "(same as 軨) frames on the sides and front of a carriage, wheels of a carriage"@en .

<http://lexvo.org/id/char/4880> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A2%80>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gaat1>,
        <http://lexvo.org/id/term/yue/%E4%A2%80>,
        "䢀"^^xsd:string ;
    rdfs:comment "(simpliied form)"@en .

<http://lexvo.org/id/char/4881> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A2%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/yu%C3%A8>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zyut6>,
        <http://lexvo.org/id/term/yue/%E4%A2%81>,
        "䢁"^^xsd:string ;
    rdfs:comment "(simplified form) tire of a wheel"@en .

<http://lexvo.org/id/char/4882> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/lip1>,
        <http://lexvo.org/id/term/yue/%E4%A2%82>,
        "䢂"^^xsd:string ;
    rdfs:comment "(Cant.) an elevator (from the British 'lift')"@en .

<http://lexvo.org/id/char/4883> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A2%83>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ngai6>,
        <http://lexvo.org/id/term/yue/%E4%A2%83>,
        "䢃"^^xsd:string ;
    rdfs:comment "to administer; to regulate; to manage; to govern, people to have both talent and virtue, quiet; calm; safe; secure; stable"@en .

<http://lexvo.org/id/char/4884> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A2%84>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C7%90>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/saai2>,
        <http://lexvo.org/id/term/yue/%E4%A2%84>,
        "䢄"^^xsd:string .

<http://lexvo.org/id/char/4885> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A2%85>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%A9n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/san4>,
        <http://lexvo.org/id/term/yue/%E4%A2%85>,
        "䢅"^^xsd:string ;
    rdfs:comment "(interchangeable 晨) daybreak"@en .

<http://lexvo.org/id/char/4886> a lvont:Character ;
    lvont:represents "䢆"^^xsd:string .

<http://lexvo.org/id/char/4887> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A2%87>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/r%C7%92ng%20r%C7%92u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zung2>,
        <http://lexvo.org/id/term/yue/%E4%A2%87>,
        "䢇"^^xsd:string ;
    rdfs:comment "a son who is not so good as his father; good-for-nothing; a rotten apple, inferior; mean, busy with many different matters; no leisure, mixed; confused; miscellaneous"@en .

<http://lexvo.org/id/char/4888> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A2%88>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%A9n%20q%C3%ADn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/saan4>,
        <http://lexvo.org/id/term/yue/%E4%A2%88>,
        "䢈"^^xsd:string .

<http://lexvo.org/id/char/4889> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A2%89>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C3%B3ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/nung4>,
        <http://lexvo.org/id/term/yue/%E4%A2%89>,
        "䢉"^^xsd:string ;
    rdfs:comment "(same as 農) agriculture; farming, farmer"@en .

<http://lexvo.org/id/char/488A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A2%8A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%B3u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zaau4>,
        <http://lexvo.org/id/term/yue/%E4%A2%8A>,
        "䢊"^^xsd:string ;
    rdfs:comment "(ancient form of 遊) to travel; to roam; to saunter"@en .

<http://lexvo.org/id/char/488B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A2%8B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gau2%20gei6>,
        <http://lexvo.org/id/term/yue/%E4%A2%8B>,
        "䢋"^^xsd:string ;
    rdfs:comment "a marshal or herald; an offical rank in old times, indicating exclamation (same as 哉)"@en .

<http://lexvo.org/id/char/488C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A2%8C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%B3>,
        "䢌"^^xsd:string ;
    rdfs:comment "to walk, rapid marching or running"@en .

<http://lexvo.org/id/char/488D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A2%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C7%8Eng%20f%C3%A8n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fong2>,
        <http://lexvo.org/id/term/yue/%E4%A2%8D>,
        "䢍"^^xsd:string ;
    rdfs:comment "to hasten; to hurry to"@en .

<http://lexvo.org/id/char/488E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/gei1>,
        <http://lexvo.org/id/term/yue/%E4%A2%8E>,
        "䢎"^^xsd:string ;
    rdfs:comment "(same as U+488B 䢋) indicating exclamation"@en .

<http://lexvo.org/id/char/488F> a lvont:Character ;
    lvont:represents "䢏"^^xsd:string .

<http://lexvo.org/id/char/4890> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A2%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C3%BA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cou4%20cuk6>,
        <http://lexvo.org/id/term/yue/%E4%A2%90>,
        "䢐"^^xsd:string ;
    rdfs:comment "(same as 徂) to go to; to go ahead; to advance"@en .

<http://lexvo.org/id/char/4891> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A2%91>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C7%90>,
        "䢑"^^xsd:string ;
    rdfs:comment "angry; furious, frightened; terrified; terror-stricken"@en .

<http://lexvo.org/id/char/4892> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/gaau1>,
        <http://lexvo.org/id/term/yue/%E4%A2%92>,
        "䢒"^^xsd:string ;
    rdfs:comment "to meet; to co-operate; interaction, to have friendly relations, interlocking; interchanging"@en .

<http://lexvo.org/id/char/4893> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A2%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%BA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zyu1>,
        <http://lexvo.org/id/term/yue/%E4%A2%93>,
        "䢓"^^xsd:string ;
    rdfs:comment "bed, window"@en .

<http://lexvo.org/id/char/4894> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A2%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C3%A9%20h%C3%A9%20ji%C3%A1>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hap6>,
        <http://lexvo.org/id/term/yue/%E4%A2%94>,
        "䢔"^^xsd:string ;
    rdfs:comment "mixed; abundant; assorted, repeated"@en .

<http://lexvo.org/id/char/4895> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A2%95>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/aau1%20zuk1%20zung2>,
        <http://lexvo.org/id/term/yue/%E4%A2%95>,
        "䢕"^^xsd:string ;
    rdfs:comment "a group of people walking together"@en .

<http://lexvo.org/id/char/4896> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A2%96>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C7%9C%20y%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gwaai3%20leot6%20waat6>,
        <http://lexvo.org/id/term/yue/%E4%A2%96>,
        "䢖"^^xsd:string ;
    rdfs:comment "to be scattered (over an area); to spread, to give an account of; to explain; to expound, to follow"@en .

<http://lexvo.org/id/char/4897> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A2%97>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A9%20q%C7%94>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kuk1>,
        <http://lexvo.org/id/term/yue/%E4%A2%97>,
        "䢗"^^xsd:string .

<http://lexvo.org/id/char/4898> a lvont:Character ;
    lvont:represents "䢘"^^xsd:string .

<http://lexvo.org/id/char/4899> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A2%99>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%A0i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bai6%20bak3>,
        <http://lexvo.org/id/term/yue/%E4%A2%99>,
        "䢙"^^xsd:string ;
    rdfs:comment "(same as 敗) to ruin; to destroy; to spoil, defeat; to be defeated, bad; as meat"@en .

<http://lexvo.org/id/char/489A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A2%9A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C3%B2ng%20h%C3%A1ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gang1>,
        <http://lexvo.org/id/term/yue/%E4%A2%9A>,
        "䢚"^^xsd:string ;
    rdfs:comment "a narrow path (for rabbit), (same as 迒) animal tracks, path; way; road"@en .

<http://lexvo.org/id/char/489B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A2%9B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C7%92ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gwing2>,
        <http://lexvo.org/id/term/yue/%E4%A2%9B>,
        "䢛"^^xsd:string ;
    rdfs:comment "(non-classical form of 迥) far; distant; different from; separated"@en .

<http://lexvo.org/id/char/489C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/gwai1>,
        <http://lexvo.org/id/term/yue/%E4%A2%9C>,
        "䢜"^^xsd:string ;
    rdfs:comment "(same as 歸) the marriage of a woman, to return to; to revert to; to go back, to belong to, to restore, to send back"@en .

<http://lexvo.org/id/char/489D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A2%9D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A0>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/aa3>,
        <http://lexvo.org/id/term/yue/%E4%A2%9D>,
        "䢝"^^xsd:string ;
    rdfs:comment "(interchangeable 亞) the next in order; secondary; second (in excellence), inferior; lower"@en .

<http://lexvo.org/id/char/489E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A2%9E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C3%B9%20sh%C3%B9>,
        "䢞"^^xsd:string ;
    rdfs:comment "(corrupted form U+48A4 䢤) rows and columns"@en .

<http://lexvo.org/id/char/489F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A2%9F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%B3u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zaau4>,
        <http://lexvo.org/id/term/yue/%E4%A2%9F>,
        "䢟"^^xsd:string ;
    rdfs:comment "(same as 遊) to travel; to roam; to saunter, (interchangeable 游) to wander about"@en .

<http://lexvo.org/id/char/48A0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A2%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C3%B2ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sung3>,
        <http://lexvo.org/id/term/yue/%E4%A2%A0>,
        "䢠"^^xsd:string ;
    rdfs:comment "(standard form of 送) to send; to deliver; to convey, to give"@en .

<http://lexvo.org/id/char/48A1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A2%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A8>,
        "䢡"^^xsd:string ;
    rdfs:comment "to stamp the foot forward, to walk, to stop"@en .

<http://lexvo.org/id/char/48A2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A2%A2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C3%A0ng>,
        "䢢"^^xsd:string ;
    rdfs:comment "to pass; to pass through or by"@en .

<http://lexvo.org/id/char/48A3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A2%A3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A1o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ziu4>,
        <http://lexvo.org/id/term/yue/%E4%A2%A3>,
        "䢣"^^xsd:string ;
    rdfs:comment "(same as 遙) distant; far; remote"@en .

<http://lexvo.org/id/char/48A4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A2%A4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/seoi2%20seot6>,
        <http://lexvo.org/id/term/yue/%E4%A2%A4>,
        "䢤"^^xsd:string .

<http://lexvo.org/id/char/48A5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A2%A5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A1n%20y%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zin2%20zin4>,
        <http://lexvo.org/id/term/yue/%E4%A2%A5>,
        "䢥"^^xsd:string ;
    rdfs:comment "(corrupted form) (to walk) in harmony; in accord, to look after; to care for each other"@en .

<http://lexvo.org/id/char/48A6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A2%A6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/shu%C3%A0i>,
        <http://lexvo.org/id/term/vie/su%E1%BB%91t>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/seot1>,
        <http://lexvo.org/id/term/yue/%E4%A2%A6>,
        "䢦"^^xsd:string ;
    rdfs:comment "(interchangeable 率 帥) to lead the way; a guide; a forerunner; to head, model; a mentor; a teacher, to guide; to lead; to direct, to follow; to accord with; to obey"@en .

<http://lexvo.org/id/char/48A7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A2%A7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C3%A0o%20l%C7%90n%20qu%C3%A8>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/liu6>,
        <http://lexvo.org/id/term/yue/%E4%A2%A7>,
        "䢧"^^xsd:string ;
    rdfs:comment "to go forward; to depart"@en .

<http://lexvo.org/id/char/48A8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/sung1>,
        <http://lexvo.org/id/term/yue/%E4%A2%A8>,
        "䢨"^^xsd:string ;
    rdfs:comment "to walk slowly; to walk in a leisurely manner, (same as 蹤) track; trace; vestige, to keep track; to follow up clues"@en .

<http://lexvo.org/id/char/48A9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A2%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zyu4%20zyu6>,
        <http://lexvo.org/id/term/yue/%E4%A2%A9>,
        "䢩"^^xsd:string ;
    rdfs:comment "(same as 禦御) to forbid to prohibit; to ban, to resist; to sustain; to ward off"@en .

<http://lexvo.org/id/char/48AA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A2%AA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%B3%20cu%C3%AC%20ji%C7%8Eo%20n%C7%94%20qi%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hiu1>,
        <http://lexvo.org/id/term/yue/%E4%A2%AA>,
        "䢪"^^xsd:string ;
    rdfs:comment "(non-classical form of 橇) a sledge for transportation over mud or snow"@en .

<http://lexvo.org/id/char/48AB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A2%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/su%C3%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ceoi4>,
        <http://lexvo.org/id/term/yue/%E4%A2%AB>,
        "䢫"^^xsd:string ;
    rdfs:comment "(same as 隨) to follow; to trace, to submit to; to accord with, to let, to come after"@en .

<http://lexvo.org/id/char/48AC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/cin1>,
        <http://lexvo.org/id/term/yue/%E4%A2%AC>,
        "䢬"^^xsd:string ;
    rdfs:comment "(ancient form of 遷) to move; to remove; to change, to be banished"@en .

<http://lexvo.org/id/char/48AD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A2%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sin6>,
        <http://lexvo.org/id/term/yue/%E4%A2%AD>,
        "䢭"^^xsd:string ;
    rdfs:comment "to cover; to screen; to shade; to conceal; to shut off, to block, to shift; to move, to forward; to convey, to walk"@en .

<http://lexvo.org/id/char/48AE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A2%AE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%A8i>,
        "䢮"^^xsd:string ;
    rdfs:comment "rapid marching or running"@en .

<http://lexvo.org/id/char/48AF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A2%AF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%ADn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/leon4>,
        <http://lexvo.org/id/term/yue/%E4%A2%AF>,
        "䢯"^^xsd:string ;
    rdfs:comment "(standard form of 遴) to choose or select careful, to desire for more than one's rightful share; to covet; greedy"@en .

<http://lexvo.org/id/char/48B0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A2%B0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%A1i%20t%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tik1>,
        <http://lexvo.org/id/term/yue/%E4%A2%B0>,
        "䢰"^^xsd:string ;
    rdfs:comment "(same as 趯) to jump; to leap; to hop"@en .

<http://lexvo.org/id/char/48B1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A2%B1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%BA%20zh%C3%A0>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/duk6>,
        <http://lexvo.org/id/term/yue/%E4%A2%B1>,
        "䢱"^^xsd:string ;
    rdfs:comment "to slight; to abuse; to insult; to blaspheme, to desecrate"@en .

<http://lexvo.org/id/char/48B2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A2%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/yu%C3%A8>,
        "䢲"^^xsd:string ;
    rdfs:comment "to go all the way forward; without stopping"@en .

<http://lexvo.org/id/char/48B3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A2%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C7%90%20j%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gei2>,
        <http://lexvo.org/id/term/yue/%E4%A2%B3>,
        "䢳"^^xsd:string ;
    rdfs:comment "name of a place"@en .

<http://lexvo.org/id/char/48B4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/cin1>,
        <http://lexvo.org/id/term/yue/%E4%A2%B4>,
        "䢴"^^xsd:string ;
    rdfs:comment "(interchangeable 邘) name of a place"@en .

<http://lexvo.org/id/char/48B5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A2%B5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%BAn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fun2%20waan4%20waat6>,
        <http://lexvo.org/id/term/yue/%E4%A2%B5>,
        "䢵"^^xsd:string ;
    rdfs:comment "(same as 鄖) name of an old country in today's Hubei province, name of a place in today's Jiangsu province"@en .

<http://lexvo.org/id/char/48B6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/bong1>,
        <http://lexvo.org/id/term/yue/%E4%A2%B6>,
        "䢶"^^xsd:string ;
    rdfs:comment "(same as 邦) a state; a country; a nation"@en .

<http://lexvo.org/id/char/48B7> a lvont:Character ;
    lvont:represents "䢷"^^xsd:string .

<http://lexvo.org/id/char/48B8> a lvont:Character ;
    lvont:represents "䢸"^^xsd:string ;
    rdfs:comment "name of a county in today's Shanxi Province"@en .

<http://lexvo.org/id/char/48B9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A2%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C7%94>,
        "䢹"^^xsd:string ;
    rdfs:comment "name of a pavilion in today's Hunan Province"@en .

<http://lexvo.org/id/char/48BA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C5%AB>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ceot1>,
        <http://lexvo.org/id/term/yue/%E4%A2%BA>,
        "䢺"^^xsd:string ;
    rdfs:comment "name of a place in today's Sichuan Province"@en .

<http://lexvo.org/id/char/48BB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A2%BB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%A9n%20j%C3%ACn%20t%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/san4>,
        <http://lexvo.org/id/term/yue/%E4%A2%BB>,
        "䢻"^^xsd:string ;
    rdfs:comment "name of a place"@en .

<http://lexvo.org/id/char/48BC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/cung1%20gung1>,
        <http://lexvo.org/id/term/yue/%E4%A2%BC>,
        "䢼"^^xsd:string ;
    rdfs:comment "name of a state in old times, name of a pavilion"@en .

<http://lexvo.org/id/char/48BD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A2%BD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A0ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hong6>,
        <http://lexvo.org/id/term/yue/%E4%A2%BD>,
        "䢽"^^xsd:string ;
    rdfs:comment "(same as 巷) (interchangeable 衖) a lane; an alley"@en .

<http://lexvo.org/id/char/48BE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A2%BE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C7%8En>,
        "䢾"^^xsd:string ;
    rdfs:comment "(same as 姺) name of an ancient small State"@en .

<http://lexvo.org/id/char/48BF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/on1>,
        <http://lexvo.org/id/term/yue/%E4%A2%BF>,
        "䢿"^^xsd:string ;
    rdfs:comment "name of a place in today's Hobei Province"@en .

<http://lexvo.org/id/char/48C0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A3%80>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/gu%C7%90%20w%C3%A9i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ngaai4>,
        <http://lexvo.org/id/term/yue/%E4%A3%80>,
        "䣀"^^xsd:string ;
    rdfs:comment "name of a mountain, name of a place, name of a state"@en .

<http://lexvo.org/id/char/48C1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A3%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%94>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zyu5>,
        <http://lexvo.org/id/term/yue/%E4%A3%81>,
        "䣁"^^xsd:string ;
    rdfs:comment "name of a pavilion (Han Dynasty) in today's Henan Province"@en .

<http://lexvo.org/id/char/48C2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A3%82>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C4%9Bi>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/loi6>,
        <http://lexvo.org/id/term/yue/%E4%A3%82>,
        "䣂"^^xsd:string ;
    rdfs:comment "name of a county in today's Hunan Province"@en .

<http://lexvo.org/id/char/48C3> a lvont:Character ;
    lvont:represents "䣃"^^xsd:string .

<http://lexvo.org/id/char/48C4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A3%84>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%BA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tou4>,
        <http://lexvo.org/id/term/yue/%E4%A3%84>,
        "䣄"^^xsd:string ;
    rdfs:comment "name of a place in today's Shandong Province"@en .

<http://lexvo.org/id/char/48C5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A3%85>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%A9n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/san4>,
        <http://lexvo.org/id/term/yue/%E4%A3%85>,
        "䣅"^^xsd:string ;
    rdfs:comment "name of an ancient state, in today's Henan Province"@en .

<http://lexvo.org/id/char/48C6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A3%86>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C3%ADng>,
        "䣆"^^xsd:string ;
    rdfs:comment "name of a county in Gaomi"@en .

<http://lexvo.org/id/char/48C7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A3%87>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C3%BA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kau4>,
        <http://lexvo.org/id/term/yue/%E4%A3%87>,
        "䣇"^^xsd:string ;
    rdfs:comment "name of a place, name of a county in today's Henan Province"@en .

<http://lexvo.org/id/char/48C8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A3%88>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A0ng%20li%C3%A1o%20xi%C3%A0ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hong6%20lung6>,
        <http://lexvo.org/id/term/yue/%E4%A3%88>,
        "䣈"^^xsd:string ;
    rdfs:comment "(ancient form of 巷) (interchangeable 衖) a lane; an alley"@en .

<http://lexvo.org/id/char/48C9> a lvont:Character ;
    lvont:represents "䣉"^^xsd:string .

<http://lexvo.org/id/char/48CA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A3%8A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C7%8Eng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dong2>,
        <http://lexvo.org/id/term/yue/%E4%A3%8A>,
        "䣊"^^xsd:string ;
    rdfs:comment "name of a place, (same as 黨) party; gang; clique"@en .

<http://lexvo.org/id/char/48CB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A3%8B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C7%8Ei>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/coi2%20coi2>,
        <http://lexvo.org/id/term/yue/%E4%A3%8B>,
        "䣋"^^xsd:string ;
    rdfs:comment "name of a place"@en .

<http://lexvo.org/id/char/48CC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A3%8C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C7%90>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dai2>,
        <http://lexvo.org/id/term/yue/%E4%A3%8C>,
        "䣌"^^xsd:string ;
    rdfs:comment "(non-classical form of 邸) residence of a prince or nobility"@en .

<http://lexvo.org/id/char/48CD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A3%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%8En>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zim1%20zim2>,
        <http://lexvo.org/id/term/yue/%E4%A3%8D>,
        "䣍"^^xsd:string ;
    rdfs:comment "(interchangeable 奄) name of an ancient state, name of a country in old times"@en .

<http://lexvo.org/id/char/48CE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/ci2%20zi1>,
        <http://lexvo.org/id/term/yue/%E4%A3%8E>,
        "䣎"^^xsd:string ;
    rdfs:comment "name of county (a village)"@en .

<http://lexvo.org/id/char/48CF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/gung1>,
        <http://lexvo.org/id/term/yue/%E4%A3%8F>,
        "䣏"^^xsd:string ;
    rdfs:comment "(non-classical form of U+48BC 䢼) name of a state in old times, name of a pavilion"@en .

<http://lexvo.org/id/char/48D0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/zing1>,
        <http://lexvo.org/id/term/yue/%E4%A3%90>,
        "䣐"^^xsd:string ;
    rdfs:comment "name of a place"@en .

<http://lexvo.org/id/char/48D1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A3%91>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cin4>,
        <http://lexvo.org/id/term/yue/%E4%A3%91>,
        "䣑"^^xsd:string ;
    rdfs:comment "(same as 廛) living space for one family in ancient times, a store; a shop (abbreviated form of 鄽)"@en .

<http://lexvo.org/id/char/48D2> a lvont:Character ;
    lvont:represents "䣒"^^xsd:string .

<http://lexvo.org/id/char/48D3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A3%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%AD>,
        "䣓"^^xsd:string ;
    rdfs:comment "name of a state, name of a county"@en .

<http://lexvo.org/id/char/48D4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A3%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/su%C7%92%20su%C3%B2>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/caau4%20lik6%20so2%20zeon1>,
        <http://lexvo.org/id/term/yue/%E4%A3%94>,
        "䣔"^^xsd:string ;
    rdfs:comment "name of a pavilion in today's Henan Province"@en .

<http://lexvo.org/id/char/48D5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A3%95>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C7%8E>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/maa5>,
        <http://lexvo.org/id/term/yue/%E4%A3%95>,
        "䣕"^^xsd:string ;
    rdfs:comment "name of a county in ancient times"@en .

<http://lexvo.org/id/char/48D6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A3%96>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C7%8E>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/maa5>,
        <http://lexvo.org/id/term/yue/%E4%A3%96>,
        "䣖"^^xsd:string ;
    rdfs:comment "(same as U+48D5 䣕) name of a county in ancient times"@en .

<http://lexvo.org/id/char/48D7> a lvont:Character ;
    lvont:represents "䣗"^^xsd:string .

<http://lexvo.org/id/char/48D8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A3%98>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%A1ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tong4>,
        <http://lexvo.org/id/term/yue/%E4%A3%98>,
        "䣘"^^xsd:string ;
    rdfs:comment "(ancient form of 堂) a hall, an office; a reception room, a court of justice"@en .

<http://lexvo.org/id/char/48D9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A3%99>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%A9i>,
        "䣙"^^xsd:string ;
    rdfs:comment "name of a county in today's Shanxi Province, name of an ancient state in Inner Mongolia name of a place"@en .

<http://lexvo.org/id/char/48DA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A3%9A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%B3u%20l%C7%98>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lau4>,
        <http://lexvo.org/id/term/yue/%E4%A3%9A>,
        "䣚"^^xsd:string ;
    rdfs:comment "name of a village in today's Henan Province"@en .

<http://lexvo.org/id/char/48DB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/sat1>,
        <http://lexvo.org/id/term/yue/%E4%A3%9B>,
        "䣛"^^xsd:string ;
    rdfs:comment "name of a place in ancient times, (same as 5380 膝) the knee"@en .

<http://lexvo.org/id/char/48DC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A3%9C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/cu%C3%B3>,
        "䣜"^^xsd:string ;
    rdfs:comment "(same as 酇) name of a county (in today's Henan Province) in ancient times"@en .

<http://lexvo.org/id/char/48DD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A3%9D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%BA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cyu5%20tou4>,
        <http://lexvo.org/id/term/yue/%E4%A3%9D>,
        "䣝"^^xsd:string ;
    rdfs:comment "name of a place in today's Shanxi Province"@en .

<http://lexvo.org/id/char/48DE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C3%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A3%9E>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ngok6>,
        <http://lexvo.org/id/term/yue/%E4%A3%9E>,
        "䣞"^^xsd:string ;
    rdfs:comment "(standard form of 鄂) name of an ancient State which occupied the site of the present province of Hubei, short for Hubei Province"@en .

<http://lexvo.org/id/char/48DF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A3%9F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C3%A1n>,
        "䣟"^^xsd:string ;
    rdfs:comment "name of pavilion in today's Shandong Province, to pierce; to stab; to irritate; to hurt"@en .

<http://lexvo.org/id/char/48E0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A3%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%A9%20t%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/taai3>,
        <http://lexvo.org/id/term/yue/%E4%A3%A0>,
        "䣠"^^xsd:string ;
    rdfs:comment "name of a village in today's Sichuan Province; (a corrupted form of U+48DF U+48E2 䣟䣢) name of pavilion"@en .

<http://lexvo.org/id/char/48E1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A3%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%AD%20y%C3%AD>,
        "䣡"^^xsd:string ;
    rdfs:comment "name of a place in old times; in today's Anhui Province"@en .

<http://lexvo.org/id/char/48E2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A3%A2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%AD>,
        "䣢"^^xsd:string ;
    rdfs:comment "name of a place in ancient times, name of a river in ancient times"@en .

<http://lexvo.org/id/char/48E3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A3%A3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C7%8Eng%20d%C3%A0o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dong2>,
        <http://lexvo.org/id/term/yue/%E4%A3%A3>,
        "䣣"^^xsd:string ;
    rdfs:comment "(same as U+9EE8 黨) name of a place, party; gang; clique"@en .

<http://lexvo.org/id/char/48E4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A3%A4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%A0o%20ju%C3%A9>,
        "䣤"^^xsd:string ;
    rdfs:comment "name of village in today's Shanxi Province"@en .

<http://lexvo.org/id/char/48E5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A3%A5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C7%90%20m%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bei2>,
        <http://lexvo.org/id/term/yue/%E4%A3%A5>,
        "䣥"^^xsd:string ;
    rdfs:comment "a kind of wine"@en .

<http://lexvo.org/id/char/48E6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A3%A6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%A8i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/laai6%20leoi6>,
        <http://lexvo.org/id/term/yue/%E4%A3%A6>,
        "䣦"^^xsd:string ;
    rdfs:comment "to cut; to mince; to slice; to carve"@en .

<http://lexvo.org/id/char/48E7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A3%A7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zik6>,
        <http://lexvo.org/id/term/yue/%E4%A3%A7>,
        "䣧"^^xsd:string ;
    rdfs:comment "(interchangeable 黓) black, color of the wine, sweet; honeyed; or pleasing"@en .

<http://lexvo.org/id/char/48E8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A3%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%BAn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/seon4>,
        <http://lexvo.org/id/term/yue/%E4%A3%A8>,
        "䣨"^^xsd:string ;
    rdfs:comment "(same as U+48E9 䣩) rich; good; as wine, pure, unmixed; (same as U+7D14 純) beautiful; fine; pretty, net; pure; (same as U+9187 醇) rich wine; strong wine, gentle; gracious; jidicious, pure and fair"@en .

<http://lexvo.org/id/char/48E9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A3%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%BAn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/seon4%20sung2%20zaan3>,
        <http://lexvo.org/id/term/yue/%E4%A3%A9>,
        "䣩"^^xsd:string ;
    rdfs:comment "(same as U+7D14 純) beautiful; fine; pretty, net, (same as U+9187 醇) rich; good; as wine, pure, unmixed"@en .

<http://lexvo.org/id/char/48EA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A3%AA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%B2>,
        "䣪"^^xsd:string ;
    rdfs:comment "color of the wine, smell of alcohol"@en .

<http://lexvo.org/id/char/48EB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A3%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%AD>,
        "䣫"^^xsd:string ;
    rdfs:comment "soured bean-curd; a milky preparation from beans"@en .

<http://lexvo.org/id/char/48EC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A3%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C7%8Ei>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gwo1%20lo2>,
        <http://lexvo.org/id/term/yue/%E4%A3%AC>,
        "䣬"^^xsd:string ;
    rdfs:comment "the shiny colorful of the wine, sweet; color of the wine"@en .

<http://lexvo.org/id/char/48ED> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A3%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%A0i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tai3>,
        <http://lexvo.org/id/term/yue/%E4%A3%AD>,
        "䣭"^^xsd:string ;
    rdfs:comment "an organic compound; phtholein"@en .

<http://lexvo.org/id/char/48EE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A3%AE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%B2>,
        "䣮"^^xsd:string ;
    rdfs:comment "(non-classical of U+48EA 䣪) smell of alcohol"@en .

<http://lexvo.org/id/char/48EF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A3%AF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ti%C7%8En>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tin2>,
        <http://lexvo.org/id/term/yue/%E4%A3%AF>,
        "䣯"^^xsd:string ;
    rdfs:comment "wine or any thick fluid of the best quality; (corrupted form of 靦) ashamed"@en .

<http://lexvo.org/id/char/48F0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A3%B0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%B9%20yu%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/geoi6%20hai4>,
        <http://lexvo.org/id/term/yue/%E4%A3%B0>,
        "䣰"^^xsd:string ;
    rdfs:comment "(same as 醵) to pool money (for a feast, etc.); to contribute to a feast"@en .

<http://lexvo.org/id/char/48F1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A3%B1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C3%B9%20y%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zyu3>,
        <http://lexvo.org/id/term/yue/%E4%A3%B1>,
        "䣱"^^xsd:string ;
    rdfs:comment "(same as 酗) drunk; to lose temper when drunk"@en .

<http://lexvo.org/id/char/48F2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A3%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%A0n>,
        "䣲"^^xsd:string ;
    rdfs:comment "to heat the wine over night, to generally indicate the wine, to sell or buy alcoholic drinks, (dialect) to change in color, wore out clothes, to get worse"@en .

<http://lexvo.org/id/char/48F3> a lvont:Character ;
    lvont:represents "䣳"^^xsd:string ;
    rdfs:comment "unstrained wine, vinegar"@en .

<http://lexvo.org/id/char/48F4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A3%B4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/heoi2>,
        <http://lexvo.org/id/term/yue/%E4%A3%B4>,
        "䣴"^^xsd:string ;
    rdfs:comment "(non classical form of 酗) to lose temper when drunk"@en .

<http://lexvo.org/id/char/48F5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C3%A8r>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A3%B5>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/nei6>,
        <http://lexvo.org/id/term/yue/%E4%A3%B5>,
        "䣵"^^xsd:string ;
    rdfs:comment "to brew the wine a second time, to get over a drinking bout"@en .

<http://lexvo.org/id/char/48F6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A3%B6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%B3%20ti%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tim4>,
        <http://lexvo.org/id/term/yue/%E4%A3%B6>,
        "䣶"^^xsd:string ;
    rdfs:comment "unstrained wine, to offer plenty of food, to treat kindly and generously; to (same as 甜) pleasant to the taste -- as wine, sweet"@en .

<http://lexvo.org/id/char/48F7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/chua>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zyu1>,
        <http://lexvo.org/id/term/yue/%E4%A3%B7>,
        "䣷"^^xsd:string ;
    rdfs:comment "to pour (wine), unstrained wine"@en .

<http://lexvo.org/id/char/48F8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A3%B8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/r%C7%8En>,
        "䣸"^^xsd:string ;
    rdfs:comment "tasteless, light, soybean sauce; soy, food in the form of paste, to eat to the full; satiated; surfeited, to dislike"@en .

<http://lexvo.org/id/char/48F9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A3%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%A1>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fat6>,
        <http://lexvo.org/id/term/yue/%E4%A3%B9>,
        "䣹"^^xsd:string ;
    rdfs:comment "to brew 10 percent of the wine"@en .

<http://lexvo.org/id/char/48FA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/gyun1>,
        <http://lexvo.org/id/term/yue/%E4%A3%BA>,
        "䣺"^^xsd:string ;
    rdfs:comment "filtrated the wine"@en .

<http://lexvo.org/id/char/48FB> a lvont:Character ;
    lvont:represents "䣻"^^xsd:string ;
    rdfs:comment "color of the wine, dark red color of the face, (non-classical form of 酣) intoxicated, merry, as with drink"@en .

<http://lexvo.org/id/char/48FC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A3%BC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C3%A1ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/loeng4%20loeng4>,
        <http://lexvo.org/id/term/yue/%E4%A3%BC>,
        "䣼"^^xsd:string ;
    rdfs:comment "mixed starch; one of the six drinks in old time, (interchangeable 涼) cold"@en .

<http://lexvo.org/id/char/48FD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A3%BD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C7%90>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zi1>,
        <http://lexvo.org/id/term/yue/%E4%A3%BD>,
        "䣽"^^xsd:string ;
    rdfs:comment "wine; rich wine, (same as 醍) a kind of reddish wine"@en .

<http://lexvo.org/id/char/48FE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A3%BE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%AC>,
        "䣾"^^xsd:string ;
    rdfs:comment "(non-classical form) cheese dregs; lees, cheese, drunken sound"@en .

<http://lexvo.org/id/char/48FF> a lvont:Character ;
    lvont:represents "䣿"^^xsd:string ;
    rdfs:comment "to entertain; to feast, to drink within limits; to drink appropriately"@en .

<http://lexvo.org/id/char/4900> a lvont:Character ;
    lvont:represents "䤀"^^xsd:string .

<http://lexvo.org/id/char/4901> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A4%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C3%A9n%20ch%C3%A8%20sh%C3%A8>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dam1>,
        <http://lexvo.org/id/term/yue/%E4%A4%81>,
        "䤁"^^xsd:string ;
    rdfs:comment "cooked or well-done; prepared or processed, to brew wine and store up for a long time, (interchangeable 酖) addicted to alcoholic drinks; to be imbibed or to indulge in (vices, etc.), to be infatuated with to be a slav e of"@en .

<http://lexvo.org/id/char/4902> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A4%82>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A9i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mei4%20mui4%20mui4%20mui6>,
        <http://lexvo.org/id/term/yue/%E4%A4%82>,
        "䤂"^^xsd:string ;
    rdfs:comment "a second name for vinegar, (same as 酶) yeast or distiller's grains"@en .

<http://lexvo.org/id/char/4903> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A4%83>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%ACn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zaam1>,
        <http://lexvo.org/id/term/yue/%E4%A4%83>,
        "䤃"^^xsd:string ;
    rdfs:comment "drunken sound, drunk, to ferment; food made through the way of fermentation"@en .

<http://lexvo.org/id/char/4904> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A4%84>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/mi%C7%8En%20zhu%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/min5%20mung2%20zyun2>,
        <http://lexvo.org/id/term/yue/%E4%A4%84>,
        "䤄"^^xsd:string ;
    rdfs:comment "flushed with drink; addicted to intoxicants"@en .

<http://lexvo.org/id/char/4905> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A4%85>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%BA>,
        "䤅"^^xsd:string ;
    rdfs:comment "southerwood, bitter wine"@en .

<http://lexvo.org/id/char/4906> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A4%86>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ku%C3%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kwai4>,
        <http://lexvo.org/id/term/yue/%E4%A4%86>,
        "䤆"^^xsd:string ;
    rdfs:comment "a kind of rice wine; sake, wine used in ancestral worshipping or in offerings"@en .

<http://lexvo.org/id/char/4907> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/sau1>,
        <http://lexvo.org/id/term/yue/%E4%A4%87>,
        "䤇"^^xsd:string ;
    rdfs:comment "white wine, a measure of wine containing about 3 pints"@en .

<http://lexvo.org/id/char/4908> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/hei1>,
        <http://lexvo.org/id/term/yue/%E4%A4%88>,
        "䤈"^^xsd:string ;
    rdfs:comment "(same as 醯) vinegar"@en .

<http://lexvo.org/id/char/4909> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A4%89>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%AC%20m%C3%ADng%20m%C3%B2%20r%C3%BA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mat6>,
        <http://lexvo.org/id/term/yue/%E4%A4%89>,
        "䤉"^^xsd:string ;
    rdfs:comment "emptied the drink completely, bean sauce; salted preparations"@en .

<http://lexvo.org/id/char/490A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A4%8A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/r%C3%B3ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/maau4%20zung4>,
        <http://lexvo.org/id/term/yue/%E4%A4%8A>,
        "䤊"^^xsd:string ;
    rdfs:comment "wine, to brew a second time"@en .

<http://lexvo.org/id/char/490B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A4%8B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/gu%C3%B3%20y%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gwok3%20wik6>,
        <http://lexvo.org/id/term/yue/%E4%A4%8B>,
        "䤋"^^xsd:string ;
    rdfs:comment "yellow-faced; emaciated look, (same as 聝) to cut off the ear; to cut off the left ears of the slain; to count the number of enemy troops one killed by the number of the left ears cut from the bodies"@en .

<http://lexvo.org/id/char/490C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C4%81ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/coeng1>,
        <http://lexvo.org/id/term/yue/%E4%A4%8C>,
        "䤌"^^xsd:string ;
    rdfs:comment "a kind of wine be brewed from grains, a kind of daily drinks for a minority group"@en .

<http://lexvo.org/id/char/490D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A4%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%AD>,
        "䤍"^^xsd:string ;
    rdfs:comment "rotten paste or soybean sauce; to grow mildewed"@en .

<http://lexvo.org/id/char/490E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A4%8E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%BA>,
        "䤎"^^xsd:string ;
    rdfs:comment "soybean sauce; soy, food in the form of paste, oysters sauce"@en .

<http://lexvo.org/id/char/490F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A4%8F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C7%90>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/pei2>,
        <http://lexvo.org/id/term/yue/%E4%A4%8F>,
        "䤏"^^xsd:string ;
    rdfs:comment "(same as 圮) destroyed; ruined, wine and women -- sensual pleasures"@en .

<http://lexvo.org/id/char/4910> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A4%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C7%90n>,
        "䤐"^^xsd:string ;
    rdfs:comment "to drink; refreshment; to have a little drink sweet, delicious; tasty"@en .

<http://lexvo.org/id/char/4911> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A4%91>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C3%A0ng>,
        "䤑"^^xsd:string ;
    rdfs:comment "wine"@en .

<http://lexvo.org/id/char/4912> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A4%92>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C7%90%20j%C3%AC>,
        "䤒"^^xsd:string ;
    rdfs:comment "wine made from glutinous rice, a kind wine to drink after bathing, color of the rice wine, a kind of good wine, bubbles of the wine"@en .

<http://lexvo.org/id/char/4913> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A4%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A9ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mung4>,
        <http://lexvo.org/id/term/yue/%E4%A4%93>,
        "䤓"^^xsd:string .

<http://lexvo.org/id/char/4914> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A4%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%A0n%20ni%C3%BA%20xi%C3%A0ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cin2%20gap3%20sim2%20zim6%20zit6>,
        <http://lexvo.org/id/term/yue/%E4%A4%94>,
        "䤔"^^xsd:string ;
    rdfs:comment "dregs of wine, tasteless; insipid"@en .

<http://lexvo.org/id/char/4915> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A4%95>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xu%C3%A8>,
        "䤕"^^xsd:string ;
    rdfs:comment "vinegar, smell of vinegar, bitter wine (same as 嚛)"@en .

<http://lexvo.org/id/char/4916> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A4%96>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%A0o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bou6>,
        <http://lexvo.org/id/term/yue/%E4%A4%96>,
        "䤖"^^xsd:string ;
    rdfs:comment "a kind of wine, a kind of wine that brew for one night"@en .

<http://lexvo.org/id/char/4917> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A4%97>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C7%8En>,
        "䤗"^^xsd:string ;
    rdfs:comment "taste of strong drink, the bitterness of the wine"@en .

<http://lexvo.org/id/char/4918> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A4%98>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C7%8En%20qi%C7%8En>,
        "䤘"^^xsd:string ;
    rdfs:comment "vinegar, smell of vinegar"@en .

<http://lexvo.org/id/char/4919> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A4%99>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%AC>,
        "䤙"^^xsd:string ;
    rdfs:comment "dregs; lees of cheese, cheese"@en .

<http://lexvo.org/id/char/491A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A4%9A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C7%90%20l%C3%BC%C3%A8>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lap6%20lei5>,
        <http://lexvo.org/id/term/yue/%E4%A4%9A>,
        "䤚"^^xsd:string ;
    rdfs:comment "(same as 李) plums, a plum tree"@en .

<http://lexvo.org/id/char/491B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A4%9B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C3%BA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kau4>,
        <http://lexvo.org/id/term/yue/%E4%A4%9B>,
        "䤛"^^xsd:string ;
    rdfs:comment "component parts of a cross-bow, (same as 銶) a single headed hatchet"@en .

<http://lexvo.org/id/char/491C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A4%9C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%B9n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/deon6>,
        <http://lexvo.org/id/term/yue/%E4%A4%9C>,
        "䤜"^^xsd:string ;
    rdfs:comment "(same as 鈍) blunt, obtuse; dull-witted"@en .

<http://lexvo.org/id/char/491D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A4%9D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%ACng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ngang6>,
        <http://lexvo.org/id/term/yue/%E4%A4%9D>,
        "䤝"^^xsd:string ;
    rdfs:comment "bracelet; armlet"@en .

<http://lexvo.org/id/char/491E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A4%9E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%94n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wan5>,
        <http://lexvo.org/id/term/yue/%E4%A4%9E>,
        "䤞"^^xsd:string ;
    rdfs:comment "(corrupted form of 鈗) a kind of weapons held by the officials in attendance in old times, (same as 銳) a sharp-pointed weapon"@en .

<http://lexvo.org/id/char/491F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A4%9F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%A9n>,
        "䤟"^^xsd:string ;
    rdfs:comment "(standard form of 鈂) a spade, an iron bar for making hole, to dig, heavy"@en .

<http://lexvo.org/id/char/4920> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A4%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C4%AB%20zh%C7%90>,
        <http://lexvo.org/id/term/vie/ch%E1%BB%89a>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zi2>,
        <http://lexvo.org/id/term/yue/%E4%A4%A0>,
        "䤠"^^xsd:string ;
    rdfs:comment "(same as 鍺) chemical element, Germanium"@en .

<http://lexvo.org/id/char/4921> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A4%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/r%C7%8En>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zim5>,
        <http://lexvo.org/id/term/yue/%E4%A4%A1>,
        "䤡"^^xsd:string ;
    rdfs:comment "iron"@en .

<http://lexvo.org/id/char/4922> a lvont:Character ;
    lvont:represents "䤢"^^xsd:string ;
    rdfs:comment "(same as 釛) metal, gold"@en .

<http://lexvo.org/id/char/4923> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A4%A3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%BC%C3%A8>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lyut3>,
        <http://lexvo.org/id/term/yue/%E4%A4%A3>,
        "䤣"^^xsd:string ;
    rdfs:comment "(corrupted from of 鋝) a metal ring, an ancient weight of over six taels"@en .

<http://lexvo.org/id/char/4924> a lvont:Character ;
    lvont:represents "䤤"^^xsd:string ;
    rdfs:comment "implement; tool; instrument; utensil"@en .

<http://lexvo.org/id/char/4925> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A4%A5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/gu%C7%90>,
        "䤥"^^xsd:string ;
    rdfs:comment "agricultural implements; from tools, shining iron, a plectrum from stringed the teeth of a saw"@en .

<http://lexvo.org/id/char/4926> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A4%A6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/yu%C3%A8>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zyut6>,
        <http://lexvo.org/id/term/yue/%E4%A4%A6>,
        "䤦"^^xsd:string ;
    rdfs:comment "(same as 鉞) a battle-axe; a halberd"@en .

<http://lexvo.org/id/char/4927> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A4%A7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/waai6>,
        <http://lexvo.org/id/term/yue/%E4%A4%A7>,
        "䤧"^^xsd:string .

<http://lexvo.org/id/char/4928> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A4%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/paan4%20pik1%20wan4>,
        <http://lexvo.org/id/term/yue/%E4%A4%A8>,
        "䤨"^^xsd:string ;
    rdfs:comment "to split; to slash or rip open (by means of a knife), jewels or ornaments on a sword, to analyze; to study; to investigate"@en .

<http://lexvo.org/id/char/4929> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A4%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%A1>,
        "䤩"^^xsd:string ;
    rdfs:comment "an ornament at the end of a belt used in ancient times"@en .

<http://lexvo.org/id/char/492A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A4%AA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/du%C7%92>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/do2>,
        <http://lexvo.org/id/term/yue/%E4%A4%AA>,
        "䤪"^^xsd:string ;
    rdfs:comment "short; imcomplete; deficient (same as 剁) to chop; to mince; to hash"@en .

<http://lexvo.org/id/char/492B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A4%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/caam4>,
        <http://lexvo.org/id/term/yue/%E4%A4%AB>,
        "䤫"^^xsd:string ;
    rdfs:comment "(same as 鑱) a chisel, a coulter, mattock, sharp"@en .

<http://lexvo.org/id/char/492C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/so1>,
        <http://lexvo.org/id/term/yue/%E4%A4%AC>,
        "䤬"^^xsd:string ;
    rdfs:comment "a small gong, a sieve; a sifter; a strainer"@en .

<http://lexvo.org/id/char/492D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A4%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ku%C3%A0n%20sh%C3%AC%20su%C3%AC%20y%C3%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sik1>,
        <http://lexvo.org/id/term/yue/%E4%A4%AD>,
        "䤭"^^xsd:string ;
    rdfs:comment "to ornament; to decorate, to push"@en .

<http://lexvo.org/id/char/492E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A4%AE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%A8>,
        "䤮"^^xsd:string ;
    rdfs:comment "iron, golden ornaments"@en .

<http://lexvo.org/id/char/492F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A4%AF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C3%ADng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zing4%20zoeng2>,
        <http://lexvo.org/id/term/yue/%E4%A4%AF>,
        "䤯"^^xsd:string ;
    rdfs:comment "(same as 鉶) container for thick soup, sacrificical utensil, thick soup of meat and vegetables, (interchangeable 硎) a whetstone; grindstone"@en .

<http://lexvo.org/id/char/4930> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A4%B0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C4%9Bng%20y%C3%ADng>,
        "䤰"^^xsd:string ;
    rdfs:comment "to smelt; to fuse metals"@en .

<http://lexvo.org/id/char/4931> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A4%B1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sai6>,
        <http://lexvo.org/id/term/yue/%E4%A4%B1>,
        "䤱"^^xsd:string ;
    rdfs:comment "(ancient form of 誓) a solemn pledge; a vow; an oath"@en .

<http://lexvo.org/id/char/4932> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A4%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%AC>,
        <http://lexvo.org/id/term/vie/x%C3%ADch>,
        "䤲"^^xsd:string ;
    rdfs:comment "chemical element; ( 鍶) old translation; Sr"@en .

<http://lexvo.org/id/char/4933> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A4%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A8>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ze6>,
        <http://lexvo.org/id/term/yue/%E4%A4%B3>,
        "䤳"^^xsd:string ;
    rdfs:comment "a mirrow, lens; glass"@en .

<http://lexvo.org/id/char/4934> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A4%B4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ham4>,
        <http://lexvo.org/id/term/yue/%E4%A4%B4>,
        "䤴"^^xsd:string ;
    rdfs:comment "armor; coat of mail, (interchangeable 函) a case; a small box, cup"@en .

<http://lexvo.org/id/char/4935> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A4%B5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%A8i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fei1>,
        <http://lexvo.org/id/term/yue/%E4%A4%B5>,
        "䤵"^^xsd:string ;
    rdfs:comment "a tiny needle; thin pin; one of the nine needles used in Chinese medicine, (same as 扉) a door leaf"@en .

<http://lexvo.org/id/char/4936> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A4%B6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A8>,
        "䤶"^^xsd:string ;
    rdfs:comment "a hammer; a mallet; a bludgeon, agricultural tools; farming implements, an iron (for pressing clothes)"@en .

<http://lexvo.org/id/char/4937> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A4%B7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A1n%20y%C7%8En>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/aam1%20zim2>,
        <http://lexvo.org/id/term/yue/%E4%A4%B7>,
        "䤷"^^xsd:string ;
    rdfs:comment "a lance with three or two points, edge or margin of an utensil"@en .

<http://lexvo.org/id/char/4938> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A4%B8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zu%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zyun3>,
        <http://lexvo.org/id/term/yue/%E4%A4%B8>,
        "䤸"^^xsd:string ;
    rdfs:comment "short spear or lance"@en .

<http://lexvo.org/id/char/4939> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/saau1%20suk1%20zip3>,
        <http://lexvo.org/id/term/yue/%E4%A4%B9>,
        "䤹"^^xsd:string ;
    rdfs:comment "to engrave; to carve, rust"@en .

<http://lexvo.org/id/char/493A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A4%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%90n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gan1>,
        <http://lexvo.org/id/term/yue/%E4%A4%BA>,
        "䤺"^^xsd:string ;
    rdfs:comment "(same as 釿 斤) an ax; a hatchet, to cut off; to chop off"@en .

<http://lexvo.org/id/char/493B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A4%BB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/du%C3%B2>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/do6>,
        <http://lexvo.org/id/term/yue/%E4%A4%BB>,
        "䤻"^^xsd:string ;
    rdfs:comment "heavy iron part of a plough, the linch-pin of a wheel"@en .

<http://lexvo.org/id/char/493C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A4%BC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sin3>,
        <http://lexvo.org/id/term/yue/%E4%A4%BC>,
        "䤼"^^xsd:string ;
    rdfs:comment "metal wire"@en .

<http://lexvo.org/id/char/493D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/gwaan1>,
        <http://lexvo.org/id/term/yue/%E4%A4%BD>,
        "䤽"^^xsd:string ;
    rdfs:comment "farm tools; agricultural implements; a tool used to till the lands; a spade or shovel"@en .

<http://lexvo.org/id/char/493E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/tou4>,
        <http://lexvo.org/id/term/yue/%E4%A4%BE>,
        "䤾"^^xsd:string ;
    rdfs:comment "to contain; to envelop, a case a box"@en .

<http://lexvo.org/id/char/493F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A4%BF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C3%A8>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hiu3%20kit3>,
        <http://lexvo.org/id/term/yue/%E4%A4%BF>,
        "䤿"^^xsd:string ;
    rdfs:comment "(same as 鍥) to carve; to cut, a sickle"@en .

<http://lexvo.org/id/char/4940> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A5%80>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C7%8En>,
        "䥀"^^xsd:string ;
    rdfs:comment "to pull out; to stretch"@en .

<http://lexvo.org/id/char/4941> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A5%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ham4>,
        <http://lexvo.org/id/term/yue/%E4%A5%81>,
        "䥁"^^xsd:string ;
    rdfs:comment "armor, (standard form 圅) to contain; to envelop, a sheath, a letter"@en .

<http://lexvo.org/id/char/4942> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A5%82>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A8ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mung6>,
        <http://lexvo.org/id/term/yue/%E4%A5%82>,
        "䥂"^^xsd:string ;
    rdfs:comment "the sharp edge of a shovel or a spade"@en .

<http://lexvo.org/id/char/4943> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A5%83>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/yu%C3%A8>,
        "䥃"^^xsd:string ;
    rdfs:comment "a big hammer"@en .

<http://lexvo.org/id/char/4944> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A5%84>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C3%B9%20z%C7%8En%20z%C3%A0n>,
        "䥄"^^xsd:string ;
    rdfs:comment "to plaster with gold"@en .

<http://lexvo.org/id/char/4945> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A5%85>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C3%A0n%20q%C3%ADn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kam4>,
        <http://lexvo.org/id/term/yue/%E4%A5%85>,
        "䥅"^^xsd:string ;
    rdfs:comment "(ancient form of 琴) a musical instrument"@en .

<http://lexvo.org/id/char/4946> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A5%86>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C7%90n%20q%C3%ADn%20r%C3%B2u%20w%C3%A8i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kam4>,
        <http://lexvo.org/id/term/yue/%E4%A5%86>,
        "䥆"^^xsd:string ;
    rdfs:comment "(ancient form of 琴) a musical instrument"@en .

<http://lexvo.org/id/char/4947> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A5%87>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sin3>,
        <http://lexvo.org/id/term/yue/%E4%A5%87>,
        "䥇"^^xsd:string ;
    rdfs:comment "chemical element; Sarmarium (Sm); old translation of ( 鋱) Tb, (same as 釤) a sickle with a long handle, to swing a sickle to cut (grass or wheat)"@en .

<http://lexvo.org/id/char/4948> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A5%88>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C7%94>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mou5>,
        <http://lexvo.org/id/term/yue/%E4%A5%88>,
        "䥈"^^xsd:string ;
    rdfs:comment "the symbol for Cobalt, an iron (for pressing clothes)"@en .

<http://lexvo.org/id/char/4949> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/zyun1>,
        <http://lexvo.org/id/term/yue/%E4%A5%89>,
        "䥉"^^xsd:string ;
    rdfs:comment "the curved iron part of a hoe"@en .

<http://lexvo.org/id/char/494A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/coeng1>,
        <http://lexvo.org/id/term/yue/%E4%A5%8A>,
        "䥊"^^xsd:string ;
    rdfs:comment "(non-classical of 錆) refined; polished; unmixed, the essence, fine and delicate, keen, very"@en .

<http://lexvo.org/id/char/494B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/baang1%20bong4%20pang1>,
        <http://lexvo.org/id/term/yue/%E4%A5%8B>,
        "䥋"^^xsd:string ;
    rdfs:comment "to smelt; to refine the gold; alchemy"@en .

<http://lexvo.org/id/char/494C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A5%8C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%A8ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tip3%20zing3>,
        <http://lexvo.org/id/term/yue/%E4%A5%8C>,
        "䥌"^^xsd:string ;
    rdfs:comment "(ancient form of 證) evidence, proof, to give evidence, to testify"@en .

<http://lexvo.org/id/char/494D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A5%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zi3>,
        <http://lexvo.org/id/term/yue/%E4%A5%8D>,
        "䥍"^^xsd:string ;
    rdfs:comment "(corrupted form) a whip, a farm tool used to regulate seedling and to weed"@en .

<http://lexvo.org/id/char/494E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A5%8E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%BAn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/seon4>,
        <http://lexvo.org/id/term/yue/%E4%A5%8E>,
        "䥎"^^xsd:string ;
    rdfs:comment "instrument; implement; utensil; tool; apparatus"@en .

<http://lexvo.org/id/char/494F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A5%8F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%94>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zyu5>,
        <http://lexvo.org/id/term/yue/%E4%A5%8F>,
        "䥏"^^xsd:string ;
    rdfs:comment "unfitted for each other; irregular; unsuitable; not well-matched, a hoe, (same as 鋙) a musical instrument, pewter"@en .

<http://lexvo.org/id/char/4950> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A5%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%B3u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mau4>,
        <http://lexvo.org/id/term/yue/%E4%A5%90>,
        "䥐"^^xsd:string ;
    rdfs:comment "(corrupted form of 鍪) cooking utensils used in ancient times; an iron pan, a helmet; a metal cap"@en .

<http://lexvo.org/id/char/4951> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A5%91>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C3%A0n>,
        "䥑"^^xsd:string ;
    rdfs:comment "(corrupted form of 錽) a kind of decoration on the head of a horse; usually in a shape of an animal face, ornaments of a bridle or reins, to engrave incised inscriptions on copper or iron plate; to engrave on metal or wood"@en .

<http://lexvo.org/id/char/4952> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A5%92>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%B3u%20ji%C3%A0ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/goeng6>,
        <http://lexvo.org/id/term/yue/%E4%A5%92>,
        "䥒"^^xsd:string ;
    rdfs:comment "lead ( a metal)"@en .

<http://lexvo.org/id/char/4953> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/kei4>,
        <http://lexvo.org/id/term/yue/%E4%A5%93>,
        "䥓"^^xsd:string ;
    rdfs:comment "a hoe"@en .

<http://lexvo.org/id/char/4954> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A5%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/suk1>,
        <http://lexvo.org/id/term/yue/%E4%A5%94>,
        "䥔"^^xsd:string ;
    rdfs:comment "gold"@en .

<http://lexvo.org/id/char/4955> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A5%95>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/pi%C4%9B>,
        "䥕"^^xsd:string ;
    rdfs:comment "(same as 鐅) the blade or edge of a spade, an open-lided shallow pan used to boil salt"@en .

<http://lexvo.org/id/char/4956> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A5%96>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ti%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tin4>,
        <http://lexvo.org/id/term/yue/%E4%A5%96>,
        "䥖"^^xsd:string ;
    rdfs:comment "(same as 鈿) silver of gold filagree, hairpin, inlaid work"@en .

<http://lexvo.org/id/char/4957> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A5%97>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ku%C7%8En>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fun2>,
        <http://lexvo.org/id/term/yue/%E4%A5%97>,
        "䥗"^^xsd:string ;
    rdfs:comment "a branding-iron, to solder"@en .

<http://lexvo.org/id/char/4958> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A5%98>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C3%B9%20cu%C3%B2>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/co3%20cok3%20cou3>,
        <http://lexvo.org/id/term/yue/%E4%A5%98>,
        "䥘"^^xsd:string ;
    rdfs:comment "(same as 錯) wrong; mistake; error; a fault, a blunder, to mistake, to be confused"@en .

<http://lexvo.org/id/char/4959> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A5%99>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/su%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/seoi6>,
        <http://lexvo.org/id/term/yue/%E4%A5%99>,
        "䥙"^^xsd:string ;
    rdfs:comment "(same as 鐆) a speculum used in ancient times, to produce fire from the rays of the sun"@en .

<http://lexvo.org/id/char/495A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/co1%20zo3>,
        <http://lexvo.org/id/term/yue/%E4%A5%9A>,
        "䥚"^^xsd:string ;
    rdfs:comment "(ancient form of 初) the beginning; the first"@en .

<http://lexvo.org/id/char/495B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A5%9B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C4%93>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/git3>,
        <http://lexvo.org/id/term/yue/%E4%A5%9B>,
        "䥛"^^xsd:string ;
    rdfs:comment "a kind of sickle, chemical element; old translation of ( 鎳); Nickel Ni, to carve"@en .

<http://lexvo.org/id/char/495C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A5%9C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gan3>,
        <http://lexvo.org/id/term/yue/%E4%A5%9C>,
        "䥜"^^xsd:string ;
    rdfs:comment "(same as 鐗,鐧) protective metal on the axis of a wheel, a kind of ancient weapon"@en .

<http://lexvo.org/id/char/495D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C3%A1o>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A5%9D>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ou1>,
        <http://lexvo.org/id/term/yue/%E4%A5%9D>,
        "䥝"^^xsd:string ;
    rdfs:comment "(standard form of 鏖) desperate fighting; to fight hard, (a stove) for keeping warm; to stew something until it's tender"@en .

<http://lexvo.org/id/char/495E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A5%9E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C7%8Eo>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/giu2>,
        <http://lexvo.org/id/term/yue/%E4%A5%9E>,
        "䥞"^^xsd:string ;
    rdfs:comment "to cut with shears"@en .

<http://lexvo.org/id/char/495F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A5%9F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A8>,
        "䥟"^^xsd:string ;
    rdfs:comment "(non-classical form 楬) a metal marking- stake; a guidepost; a pile"@en .

<http://lexvo.org/id/char/4960> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/saam4%20zaam1>,
        <http://lexvo.org/id/term/yue/%E4%A5%A0>,
        "䥠"^^xsd:string ;
    rdfs:comment "(same as 鍼 針) needle; pin; probe"@en .

<http://lexvo.org/id/char/4961> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A5%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A8>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zi3%20zip6>,
        <http://lexvo.org/id/term/yue/%E4%A5%A1>,
        "䥡"^^xsd:string ;
    rdfs:comment "(non-classical form of 鍱) thin plates of metal, to wrap with metal plates, iron of copper ore, ingots, bars of metal, a metal ring"@en .

<http://lexvo.org/id/char/4962> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A5%A2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%B3ng>,
        "䥢"^^xsd:string ;
    rdfs:comment "sound of drums; loud music, to beat the drum and to keep the watches at night"@en .

<http://lexvo.org/id/char/4963> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A5%A3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C3%A1o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zok6>,
        <http://lexvo.org/id/term/yue/%E4%A5%A3>,
        "䥣"^^xsd:string ;
    rdfs:comment "(same as 鑿) an instrument for boring wood; to chisel, to bore or pierce through"@en .

<http://lexvo.org/id/char/4964> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A5%A4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%A1o%20f%C3%BA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bok6%20bou3%20cit3%20fuk1>,
        <http://lexvo.org/id/term/yue/%E4%A5%A4>,
        "䥤"^^xsd:string ;
    rdfs:comment "the neck of a pestle; the neck part of a baton used to pound clothes in washing"@en .

<http://lexvo.org/id/char/4965> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A5%A5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lim4>,
        <http://lexvo.org/id/term/yue/%E4%A5%A5>,
        "䥥"^^xsd:string ;
    rdfs:comment "a sickle, a reaping-hook, an angle of the arrowhead, medical instrument used in old times"@en .

<http://lexvo.org/id/char/4966> a lvont:Character ;
    lvont:represents "䥦"^^xsd:string .

<http://lexvo.org/id/char/4967> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A5%A7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%A1n%20xu%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/syun4>,
        <http://lexvo.org/id/term/yue/%E4%A5%A7>,
        "䥧"^^xsd:string ;
    rdfs:comment "(same as 璿 璇) a fine kind of jade"@en .

<http://lexvo.org/id/char/4968> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A5%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C7%9C>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/leoi6>,
        <http://lexvo.org/id/term/yue/%E4%A5%A8>,
        "䥨"^^xsd:string ;
    rdfs:comment "a file; a rasp; a polishing tool, to burnish, to polish, the handle of a lances and spear"@en .

<http://lexvo.org/id/char/4969> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A5%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C3%A9i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mei4>,
        <http://lexvo.org/id/term/yue/%E4%A5%A9>,
        "䥩"^^xsd:string ;
    rdfs:comment "hooks to hang; to suspend something"@en .

<http://lexvo.org/id/char/496A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A5%AA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C7%8En>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hin2>,
        <http://lexvo.org/id/term/yue/%E4%A5%AA>,
        "䥪"^^xsd:string ;
    rdfs:comment "to cup; to pare; to trim; to shave"@en .

<http://lexvo.org/id/char/496B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A5%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ti%C4%9B>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/diu1%20tit3>,
        <http://lexvo.org/id/term/yue/%E4%A5%AB>,
        "䥫"^^xsd:string ;
    rdfs:comment "(ancient form of 鐵) iron, strong; firm"@en .

<http://lexvo.org/id/char/496C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A5%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%B3>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/baat6%20bok6%20hot3>,
        <http://lexvo.org/id/term/yue/%E4%A5%AC>,
        "䥬"^^xsd:string ;
    rdfs:comment "(interchangeable 鎛) a musical instrument in old times, a large bell suspended from a frame; a kind of ancient bell, a variety of hoe"@en .

<http://lexvo.org/id/char/496D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A5%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%A8ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zing3>,
        <http://lexvo.org/id/term/yue/%E4%A5%AD>,
        "䥭"^^xsd:string ;
    rdfs:comment "(same as 證) evidence, proof, to give evidence, to testify)"@en .

<http://lexvo.org/id/char/496E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A5%AE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%BA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zuk1>,
        <http://lexvo.org/id/term/yue/%E4%A5%AE>,
        "䥮"^^xsd:string ;
    rdfs:comment "to beat; to strike"@en .

<http://lexvo.org/id/char/496F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A5%AF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%A0%20b%C3%A0i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/baa6>,
        <http://lexvo.org/id/term/yue/%E4%A5%AF>,
        "䥯"^^xsd:string ;
    rdfs:comment "a farm tool to crush the clod of earth into pieces and make the land flat, a big iron stick, to till lands; to plough; to cultivate; to harrow"@en .

<http://lexvo.org/id/char/4970> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A5%B0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A8ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mong4>,
        <http://lexvo.org/id/term/yue/%E4%A5%B0>,
        "䥰"^^xsd:string ;
    rdfs:comment "to melt, to sell, to fling a lance or a spear; to brandish spears as if they were flying"@en .

<http://lexvo.org/id/char/4971> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A5%B1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C4%9B>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/se2>,
        <http://lexvo.org/id/term/yue/%E4%A5%B1>,
        "䥱"^^xsd:string ;
    rdfs:comment "to melt or cast (metal) by using a mould, (non-classical form of 寫) to write; to draw"@en .

<http://lexvo.org/id/char/4972> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/aau1>,
        <http://lexvo.org/id/term/yue/%E4%A5%B2>,
        "䥲"^^xsd:string ;
    rdfs:comment "a chemical element; old translation of ( 銪) Eu"@en .

<http://lexvo.org/id/char/4973> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/zaau1>,
        <http://lexvo.org/id/term/yue/%E4%A5%B3>,
        "䥳"^^xsd:string ;
    rdfs:comment "a chemical element; old translation of ( 銪) Eu"@en .

<http://lexvo.org/id/char/4974> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/teon1%20zeon3%20zyun1>,
        <http://lexvo.org/id/term/yue/%E4%A5%B4>,
        "䥴"^^xsd:string ;
    rdfs:comment "(same as 鐫) to engrave or carve; as a block for printing"@en .

<http://lexvo.org/id/char/4975> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A5%B5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C7%8Eo>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hiu2>,
        <http://lexvo.org/id/term/yue/%E4%A5%B5>,
        "䥵"^^xsd:string ;
    rdfs:comment "lines; stripes; veins on an iron plate"@en .

<http://lexvo.org/id/char/4976> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A5%B6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lik6%20loek3>,
        <http://lexvo.org/id/term/yue/%E4%A5%B6>,
        "䥶"^^xsd:string ;
    rdfs:comment "(same as 鬲) cooking utensil used in old times, sacrificial vessel; a heavy three-legged caldron; huge tripod of bronze with two ears"@en .

<http://lexvo.org/id/char/4977> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A5%B7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%A1>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lou5%20zan2%20zat3>,
        <http://lexvo.org/id/term/yue/%E4%A5%B7>,
        "䥷"^^xsd:string ;
    rdfs:comment "(same as U+9358 鍘) a hinged shear or long knife for cutting fodder or hay; sheet-iron, etc., to cut up"@en .

<http://lexvo.org/id/char/4978> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A5%B8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/nei4>,
        <http://lexvo.org/id/term/yue/%E4%A5%B8>,
        "䥸"^^xsd:string ;
    rdfs:comment "a sickle"@en .

<http://lexvo.org/id/char/4979> a lvont:Character ;
    lvont:represents "䥹"^^xsd:string .

<http://lexvo.org/id/char/497A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A5%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ze4>,
        <http://lexvo.org/id/term/yue/%E4%A5%BA>,
        "䥺"^^xsd:string ;
    rdfs:comment "(same as 鋣) name of a double-edged sword, (simplified form 釾) a chemical element (鎄) (Es)"@en .

<http://lexvo.org/id/char/497B> a lvont:Character ;
    lvont:represents "䥻"^^xsd:string ;
    rdfs:comment "(simplified form)"@en .

<http://lexvo.org/id/char/497C> a lvont:Character ;
    lvont:represents "䥼"^^xsd:string ;
    rdfs:comment "(simplified form)"@en .

<http://lexvo.org/id/char/497D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C5%8D>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/put3>,
        <http://lexvo.org/id/term/yue/%E4%A5%BD>,
        "䥽"^^xsd:string ;
    rdfs:comment "(simplified form of 鏺) farm tool; blade in both side with a long handle used to cut weeds, to exterminate; to settle disorders"@en .

<http://lexvo.org/id/char/497E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A5%BE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C4%9B>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/se2>,
        <http://lexvo.org/id/term/yue/%E4%A5%BE>,
        "䥾"^^xsd:string ;
    rdfs:comment "(simplified form of U+4971 䥱) to melt or cast (metal) by using a mold; (non-classical form of U+5BEB 寫) to write; to draw"@en .

<http://lexvo.org/id/char/497F> a lvont:Character ;
    lvont:represents "䥿"^^xsd:string .

<http://lexvo.org/id/char/4980> a lvont:Character ;
    lvont:represents "䦀"^^xsd:string .

<http://lexvo.org/id/char/4981> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/bong1>,
        <http://lexvo.org/id/term/yue/%E4%A6%81>,
        "䦁"^^xsd:string ;
    rdfs:comment "a broad hoe, a mattock"@en .

<http://lexvo.org/id/char/4982> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A6%82>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sin3>,
        <http://lexvo.org/id/term/yue/%E4%A6%82>,
        "䦂"^^xsd:string ;
    rdfs:comment "(simplified form of U+4947 䥇) sarmarium (Sm); old ideograph for U+92F1 鋱, terbium (Tb); (same as U+91E4 釤) a sickle with a long handle, to swing a sickle to cut (grass or wheat)"@en .

<http://lexvo.org/id/char/4983> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/zhu%C5%8D>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/coeng1%20pai3%20zi1%20zoek3>,
        <http://lexvo.org/id/term/yue/%E4%A6%83>,
        "䦃"^^xsd:string ;
    rdfs:comment "(simplified form) to dig with a hoe, a big hoe"@en .

<http://lexvo.org/id/char/4984> a lvont:Character ;
    lvont:represents "䦄"^^xsd:string ;
    rdfs:comment "(simplified form)"@en .

<http://lexvo.org/id/char/4985> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A6%85>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%A0n%20zh%C7%8En>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sin3>,
        <http://lexvo.org/id/term/yue/%E4%A6%85>,
        "䦅"^^xsd:string ;
    rdfs:comment "(simplified form of 鐥) a kind of weapon used in ancient times, (same as 釤) a sickle with a long handle, to swing a sickle to cut (grass or wheat)"@en .

<http://lexvo.org/id/char/4986> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A6%86>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ju%C3%A9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fok3%20mong4>,
        <http://lexvo.org/id/term/yue/%E4%A6%86>,
        "䦆"^^xsd:string ;
    rdfs:comment "(simplified form) a big hoe, to eliminate; to uproot; to clear; to dig; to excavate"@en .

<http://lexvo.org/id/char/4987> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A6%87>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gai3>,
        <http://lexvo.org/id/term/yue/%E4%A6%87>,
        "䦇"^^xsd:string ;
    rdfs:comment "(ancient form of 髻) dressed hair of a Chinese woman; a coiffure with a topknot"@en .

<http://lexvo.org/id/char/4988> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A6%88>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C7%8Eng%20h%C7%8En%20j%C3%AD%20m%C7%92u%20z%C3%A1%20zu%C7%92>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ze1>,
        <http://lexvo.org/id/term/yue/%E4%A6%88>,
        "䦈"^^xsd:string ;
    rdfs:comment "(ancient form of 嗟) to sigh in lamentation; to lament; an exclamation expressing grief or regret; to exclaim, name of a hill"@en .

<http://lexvo.org/id/char/4989> a lvont:Character ;
    lvont:represents "䦉"^^xsd:string .

<http://lexvo.org/id/char/498A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A6%8A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ni%C7%8Eo>,
        "䦊"^^xsd:string ;
    rdfs:comment "an appliance for walking on the sands (as boat for river; car for highway)"@en .

<http://lexvo.org/id/char/498B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C3%A1o>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A6%8B>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ngou4>,
        <http://lexvo.org/id/term/yue/%E4%A6%8B>,
        "䦋"^^xsd:string ;
    rdfs:comment "to grow; to increase or advance, to become"@en .

<http://lexvo.org/id/char/498C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A6%8C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%B9%20p%C3%B2%20ru%C3%AC>,
        "䦌"^^xsd:string ;
    rdfs:comment "the door is wide open; directly in the front"@en .

<http://lexvo.org/id/char/498D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A6%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C3%B9>,
        "䦍"^^xsd:string ;
    rdfs:comment "to include; to embrace, to search for, intransigent; stubborn; obstinate"@en .

<http://lexvo.org/id/char/498E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A6%8E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/gu%C7%8En>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gun2>,
        <http://lexvo.org/id/term/yue/%E4%A6%8E>,
        "䦎"^^xsd:string ;
    rdfs:comment "(interchangeable 管) a mechanical device for lead ore, (non-classical form of 閌) high; tall and big; lofty (said of the door)"@en .

<http://lexvo.org/id/char/498F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A6%8F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A8>,
        "䦏"^^xsd:string ;
    rdfs:comment "wing of a door"@en .

<http://lexvo.org/id/char/4990> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A6%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C7%90ng>,
        "䦐"^^xsd:string ;
    rdfs:comment "the bolt of a door; door latch, (non-classical form of 開) open"@en .

<http://lexvo.org/id/char/4991> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A6%91>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A8>,
        "䦑"^^xsd:string ;
    rdfs:comment "without a door; no family"@en .

<http://lexvo.org/id/char/4992> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A6%92>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%A0ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dong6>,
        <http://lexvo.org/id/term/yue/%E4%A6%92>,
        "䦒"^^xsd:string ;
    rdfs:comment "the door is closed, to knock at the door; to beat or to strike lightly"@en .

<http://lexvo.org/id/char/4993> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/zim1>,
        <http://lexvo.org/id/term/yue/%E4%A6%93>,
        "䦓"^^xsd:string ;
    rdfs:comment "to wait for something to happen immediately; (same as U+8998 覘) to spy on; to peep; to watch or see in secret"@en .

<http://lexvo.org/id/char/4994> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A6%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C7%8En>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/taan2>,
        <http://lexvo.org/id/term/yue/%E4%A6%94>,
        "䦔"^^xsd:string ;
    rdfs:comment "a peg; a stake; a door stopper, the bolt of a door; door latch"@en .

<http://lexvo.org/id/char/4995> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/ping1>,
        <http://lexvo.org/id/term/yue/%E4%A6%95>,
        "䦕"^^xsd:string ;
    rdfs:comment "(same as 閛) bang of the door; the sound of opening or closing the door"@en .

<http://lexvo.org/id/char/4996> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A6%96>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A1%20xi%C3%A9>,
        "䦖"^^xsd:string ;
    rdfs:comment "sound of the door, the gate of the Zheng State city wall ( the Epoch of Spring and Autumn)"@en .

<http://lexvo.org/id/char/4997> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A6%97>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gwik1%20kwik1>,
        <http://lexvo.org/id/term/yue/%E4%A6%97>,
        "䦗"^^xsd:string ;
    rdfs:comment "(same as 侐) quiet (house, surrounding, etc.)"@en .

<http://lexvo.org/id/char/4998> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A6%98>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%AC%20xi%C7%8En%20xi%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/haan6>,
        <http://lexvo.org/id/term/yue/%E4%A6%98>,
        "䦘"^^xsd:string ;
    rdfs:comment "(same as 限) a threshold; door-sill"@en .

<http://lexvo.org/id/char/4999> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A6%99>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zi6>,
        <http://lexvo.org/id/term/yue/%E4%A6%99>,
        "䦙"^^xsd:string ;
    rdfs:comment "(same as U+5BFA 寺) a government agency, the court, a eunuch"@en .

<http://lexvo.org/id/char/499A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A6%9A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%B2%20ku%C7%8E%20ku%C3%A0>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kut3>,
        <http://lexvo.org/id/term/yue/%E4%A6%9A>,
        "䦚"^^xsd:string ;
    rdfs:comment "wide open of the door, (non-classical form of 闊) broad; wide; width"@en .

<http://lexvo.org/id/char/499B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A6%9B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%A8ng%20zh%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zaang3>,
        <http://lexvo.org/id/term/yue/%E4%A6%9B>,
        "䦛"^^xsd:string ;
    rdfs:comment "to struggle; struggle; to strive"@en .

<http://lexvo.org/id/char/499C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A6%9C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C3%BA%20w%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ng4>,
        <http://lexvo.org/id/term/yue/%E4%A6%9C>,
        "䦜"^^xsd:string ;
    rdfs:comment "(same as standard form 郚) name of a state in old times"@en .

<http://lexvo.org/id/char/499D> a lvont:Character ;
    lvont:represents "䦝"^^xsd:string ;
    rdfs:comment "sound of the door, to open"@en .

<http://lexvo.org/id/char/499E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A6%9E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/r%C3%B9n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zeon6>,
        <http://lexvo.org/id/term/yue/%E4%A6%9E>,
        "䦞"^^xsd:string ;
    rdfs:comment "(same as 閏) extra; inserted between others, as a day or month, to intercalate"@en .

<http://lexvo.org/id/char/499F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A6%9F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/chu%C3%A0i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ceoi3>,
        <http://lexvo.org/id/term/yue/%E4%A6%9F>,
        "䦟"^^xsd:string ;
    rdfs:comment "to struggle; struggle; to strive, firm; stable; secure"@en .

<http://lexvo.org/id/char/49A0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A6%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C7%90>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ci2%20zi1%20zi3>,
        <http://lexvo.org/id/term/yue/%E4%A6%A0>,
        "䦠"^^xsd:string ;
    rdfs:comment "name of a river, door"@en .

<http://lexvo.org/id/char/49A1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A6%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%A1n>,
        "䦡"^^xsd:string ;
    rdfs:comment "a door-keeper, an entrance of a palace, a secluded dweling"@en .

<http://lexvo.org/id/char/49A2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A6%A2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ku%C3%B2>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fut3>,
        <http://lexvo.org/id/term/yue/%E4%A6%A2>,
        "䦢"^^xsd:string ;
    rdfs:comment "(non-classical form of 闊) broad; wide; width"@en .

<http://lexvo.org/id/char/49A3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A6%A3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%B9>,
        "䦣"^^xsd:string ;
    rdfs:comment "open the door"@en .

<http://lexvo.org/id/char/49A4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A6%A4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/chu%C3%A0i%20w%C4%9Bn>,
        "䦤"^^xsd:string ;
    rdfs:comment "seed of grains"@en .

<http://lexvo.org/id/char/49A5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A6%A5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/han4%20kaa1%20kaa2%20kok3>,
        <http://lexvo.org/id/term/yue/%E4%A6%A5>,
        "䦥"^^xsd:string ;
    rdfs:comment "to learn, habit; practice, ways of doing things, law; regulations"@en .

<http://lexvo.org/id/char/49A6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A6%A6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C3%ADn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/haam2%20haam4%20kaam4%20sik1>,
        <http://lexvo.org/id/term/yue/%E4%A6%A6>,
        "䦦"^^xsd:string ;
    rdfs:comment "(same as 琴) a musical instrument"@en .

<http://lexvo.org/id/char/49A7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A6%A7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C3%A9%20x%C3%AC%20y%C7%8En>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zik1>,
        <http://lexvo.org/id/term/yue/%E4%A6%A7>,
        "䦧"^^xsd:string ;
    rdfs:comment "(same as 鬩) to quarrel; to conflict, contention; animosity; resentment; recriminations"@en .

<http://lexvo.org/id/char/49A8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A6%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/laan4>,
        <http://lexvo.org/id/term/yue/%E4%A6%A8>,
        "䦨"^^xsd:string ;
    rdfs:comment "(corrupted form of 闌) a door curtain or screen, a fence, to separate; to block up, the end of; late"@en .

<http://lexvo.org/id/char/49A9> a lvont:Character ;
    lvont:represents "䦩"^^xsd:string .

<http://lexvo.org/id/char/49AA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A6%AA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A0>,
        "䦪"^^xsd:string ;
    rdfs:comment "sound of the door"@en .

<http://lexvo.org/id/char/49AB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/zing1>,
        <http://lexvo.org/id/term/yue/%E4%A6%AB>,
        "䦫"^^xsd:string ;
    rdfs:comment "inside the door"@en .

<http://lexvo.org/id/char/49AC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A6%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qu%C3%A8>,
        "䦬"^^xsd:string ;
    rdfs:comment "a vacancy; an opening"@en .

<http://lexvo.org/id/char/49AD> a lvont:Character ;
    lvont:represents "䦭"^^xsd:string ;
    rdfs:comment "to open; sweet-smelling; fragrant, delicious"@en .

<http://lexvo.org/id/char/49AE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A6%AE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C7%94n>,
        "䦮"^^xsd:string ;
    rdfs:comment "door of the center"@en .

<http://lexvo.org/id/char/49AF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A6%AF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zi3>,
        <http://lexvo.org/id/term/yue/%E4%A6%AF>,
        "䦯"^^xsd:string ;
    rdfs:comment "very dense; no break; to cluster together"@en .

<http://lexvo.org/id/char/49B0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/gau1>,
        <http://lexvo.org/id/term/yue/%E4%A6%B0>,
        "䦰"^^xsd:string ;
    rdfs:comment "(same as 鬮) lots, to draw lots"@en .

<http://lexvo.org/id/char/49B1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A6%B1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ku%C7%90%20w%C4%9Bi>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wai2>,
        <http://lexvo.org/id/term/yue/%E4%A6%B1>,
        "䦱"^^xsd:string ;
    rdfs:comment "open the door, the door is slanted"@en .

<http://lexvo.org/id/char/49B2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A6%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C3%A0n%20y%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zim4>,
        <http://lexvo.org/id/term/yue/%E4%A6%B2>,
        "䦲"^^xsd:string ;
    rdfs:comment "eaves of a ancestral temple (of the ruling family), door of a shrine or a temple, small opening (of a door), to spy; to peep"@en .

<http://lexvo.org/id/char/49B3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A6%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A0ng%20xi%C3%A0ng>,
        "䦳"^^xsd:string ;
    rdfs:comment "between steps, window"@en .

<http://lexvo.org/id/char/49B4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A6%B4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zik6>,
        <http://lexvo.org/id/term/yue/%E4%A6%B4>,
        "䦴"^^xsd:string ;
    rdfs:comment "open the door"@en .

<http://lexvo.org/id/char/49B5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A6%B5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C7%90>,
        "䦵"^^xsd:string ;
    rdfs:comment "incapable, weak; feeble, narrow minded"@en .

<http://lexvo.org/id/char/49B6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A6%B6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%A8ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zaang3>,
        <http://lexvo.org/id/term/yue/%E4%A6%B6>,
        "䦶"^^xsd:string ;
    rdfs:comment "(simplified form of U+499B 䦛) to struggle; struggle; to strive"@en .

<http://lexvo.org/id/char/49B7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A6%B7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/chu%C3%A0i>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/chu%C3%A0i%20w%C4%9Bn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ceoi3>,
        <http://lexvo.org/id/term/yue/%E4%A6%B7>,
        "䦷"^^xsd:string ;
    rdfs:comment "(simplified form of U+499F 䦟) to struggle; struggle; to strive, firm; stable; secure"@en .

<http://lexvo.org/id/char/49B8> a lvont:Character ;
    lvont:represents "䦸"^^xsd:string .

<http://lexvo.org/id/char/49B9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A6%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/saap6%20sou1%20zak3>,
        <http://lexvo.org/id/term/yue/%E4%A6%B9>,
        "䦹"^^xsd:string ;
    rdfs:comment "name of a county in today's Sichuan Province"@en .

<http://lexvo.org/id/char/49BA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/cap3%20ding1>,
        <http://lexvo.org/id/term/yue/%E4%A6%BA>,
        "䦺"^^xsd:string ;
    rdfs:comment "name of a hill"@en .

<http://lexvo.org/id/char/49BB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A6%BB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C3%AC%20z%C7%90>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zi2>,
        <http://lexvo.org/id/term/yue/%E4%A6%BB>,
        "䦻"^^xsd:string ;
    rdfs:comment "name of a place"@en .

<http://lexvo.org/id/char/49BC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A6%BC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ju%C3%A9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kyut3>,
        <http://lexvo.org/id/term/yue/%E4%A6%BC>,
        "䦼"^^xsd:string ;
    rdfs:comment "to dig a passage through a mountain or hill; to drill, collapsed in ruins; to crumble, the earth cracking up"@en .

<http://lexvo.org/id/char/49BD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A6%BD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zeoi6>,
        <http://lexvo.org/id/term/yue/%E4%A6%BD>,
        "䦽"^^xsd:string ;
    rdfs:comment "(same as 序) an east and west wall; side rooms, screen-walls to private rooms of the palace, ancient school which was also an asylum for aged scholars"@en .

<http://lexvo.org/id/char/49BE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A6%BE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%94n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/waan5>,
        <http://lexvo.org/id/term/yue/%E4%A6%BE>,
        "䦾"^^xsd:string ;
    rdfs:comment "lofty, (same as U+9656 陖), rock; stone, name of a place"@en .

<http://lexvo.org/id/char/49BF> a lvont:Character ;
    lvont:represents "䦿"^^xsd:string .

<http://lexvo.org/id/char/49C0> a lvont:Character ;
    lvont:represents "䧀"^^xsd:string .

<http://lexvo.org/id/char/49C1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A7%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%B9%20x%C7%94>,
        "䧁"^^xsd:string ;
    rdfs:comment "to leave; to depart; to separate, distant from, a village in ancient times in Anyi"@en .

<http://lexvo.org/id/char/49C2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A7%82>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%A0o%20ti%C7%8Eo%20zh%C3%A0o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ziu6>,
        <http://lexvo.org/id/term/yue/%E4%A7%82>,
        "䧂"^^xsd:string ;
    rdfs:comment "to turn over the clod of the earth with a shovel or a spade, to plough the land for rotation of crops, a channel for irrigation in farmland"@en .

<http://lexvo.org/id/char/49C3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A7%83>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/di%C3%A0n%20ti%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tin4>,
        <http://lexvo.org/id/term/yue/%E4%A7%83>,
        "䧃"^^xsd:string ;
    rdfs:comment "name of a place"@en .

<http://lexvo.org/id/char/49C4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A7%84>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C3%A8>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/aak1%20gok3>,
        <http://lexvo.org/id/term/yue/%E4%A7%84>,
        "䧄"^^xsd:string ;
    rdfs:comment "name of a person"@en .

<http://lexvo.org/id/char/49C5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A7%85>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%AC%20y%C3%A0%20y%C3%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zi4>,
        <http://lexvo.org/id/term/yue/%E4%A7%85>,
        "䧅"^^xsd:string ;
    rdfs:comment "dangerous; hazardous; difficult; trouble, disaster or distress, name of a place"@en .

<http://lexvo.org/id/char/49C6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A7%86>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%B3ng%20k%C7%92u%20qi%C3%B3ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hung4>,
        <http://lexvo.org/id/term/yue/%E4%A7%86>,
        "䧆"^^xsd:string ;
    rdfs:comment "a pit; a hole; a gully"@en .

<http://lexvo.org/id/char/49C7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A7%87>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C7%90%20y%C7%90>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zi1>,
        <http://lexvo.org/id/term/yue/%E4%A7%87>,
        "䧇"^^xsd:string ;
    rdfs:comment "name of a hillside, name of a village, name of tomb of an emperor; name of a high mound"@en .

<http://lexvo.org/id/char/49C8> a lvont:Character ;
    lvont:represents "䧈"^^xsd:string .

<http://lexvo.org/id/char/49C9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A7%89>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C7%90>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lei5>,
        <http://lexvo.org/id/term/yue/%E4%A7%89>,
        "䧉"^^xsd:string ;
    rdfs:comment "name of a pavilion in Han Dynasty, name of a county in ancient China"@en .

<http://lexvo.org/id/char/49CA> a lvont:Character ;
    lvont:represents "䧊"^^xsd:string ;
    rdfs:comment "a big mound, name of a mound in today's Shanxi Province"@en .

<http://lexvo.org/id/char/49CB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A7%8B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C7%8En>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hin2>,
        <http://lexvo.org/id/term/yue/%E4%A7%8B>,
        "䧋"^^xsd:string ;
    rdfs:comment "name of a place, boundary; a line"@en .

<http://lexvo.org/id/char/49CC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/seoi1>,
        <http://lexvo.org/id/term/yue/%E4%A7%8C>,
        "䧌"^^xsd:string ;
    rdfs:comment "name of a place"@en .

<http://lexvo.org/id/char/49CD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A7%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gwik1>,
        <http://lexvo.org/id/term/yue/%E4%A7%8D>,
        "䧍"^^xsd:string ;
    rdfs:comment "(non-classical form of 隙) a crack; a crevice; a fissure"@en .

<http://lexvo.org/id/char/49CE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A7%8E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xu%C3%A0n>,
        "䧎"^^xsd:string ;
    rdfs:comment "a pit; a hole; a gully"@en .

<http://lexvo.org/id/char/49CF> a lvont:Character ;
    lvont:represents "䧏"^^xsd:string .

<http://lexvo.org/id/char/49D0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/gwik1%20gwok3%20wong6>,
        <http://lexvo.org/id/term/yue/%E4%A7%90>,
        "䧐"^^xsd:string ;
    rdfs:comment "a mountain in Shanxi Province, name of a county in old times"@en .

<http://lexvo.org/id/char/49D1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/taai4>,
        <http://lexvo.org/id/term/yue/%E4%A7%91>,
        "䧑"^^xsd:string ;
    rdfs:comment "(ancient form of 隄 堤) a dike; levee or embankment"@en .

<http://lexvo.org/id/char/49D2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A7%92>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%A1i%20l%C7%8En>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/loi4>,
        <http://lexvo.org/id/term/yue/%E4%A7%92>,
        "䧒"^^xsd:string ;
    rdfs:comment "steps leading up to a building"@en .

<http://lexvo.org/id/char/49D3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/zau1>,
        <http://lexvo.org/id/term/yue/%E4%A7%93>,
        "䧓"^^xsd:string ;
    rdfs:comment "a big mound, abundant; fertile"@en .

<http://lexvo.org/id/char/49D4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A7%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%B9%20ni%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/nim6>,
        <http://lexvo.org/id/term/yue/%E4%A7%94>,
        "䧔"^^xsd:string ;
    rdfs:comment "to meet at the bank; shore; beach; coast"@en .

<http://lexvo.org/id/char/49D5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A7%95>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%A9ng%20y%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sing4%20wik6>,
        <http://lexvo.org/id/term/yue/%E4%A7%95>,
        "䧕"^^xsd:string ;
    rdfs:comment "(same as 域) boundary; a frontier, a region; a country, (ancient form of 城) a city; a town"@en .

<http://lexvo.org/id/char/49D6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A7%96>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cin5>,
        <http://lexvo.org/id/term/yue/%E4%A7%96>,
        "䧖"^^xsd:string ;
    rdfs:comment "a small mound"@en .

<http://lexvo.org/id/char/49D7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A7%97>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%AC>,
        "䧗"^^xsd:string ;
    rdfs:comment "mountains collapsing; a land-slide"@en .

<http://lexvo.org/id/char/49D8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A7%98>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C3%AD%20zhu%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/saai3%20syun6>,
        <http://lexvo.org/id/term/yue/%E4%A7%98>,
        "䧘"^^xsd:string ;
    rdfs:comment "a low wall on the road side, a wall, the space enclosed by a constellation"@en .

<http://lexvo.org/id/char/49D9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A7%99>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%ADng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ling4>,
        <http://lexvo.org/id/term/yue/%E4%A7%99>,
        "䧙"^^xsd:string ;
    rdfs:comment "(ancient form of 陵) a high mound, tomb of an emperor, to usurp; to abuse"@en .

<http://lexvo.org/id/char/49DA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A7%9A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A0o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hou6>,
        <http://lexvo.org/id/term/yue/%E4%A7%9A>,
        "䧚"^^xsd:string ;
    rdfs:comment "(same as 鄗) the name of a place in the south-west of Hebei Province"@en .

<http://lexvo.org/id/char/49DB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A7%9B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%A0ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bong6>,
        <http://lexvo.org/id/term/yue/%E4%A7%9B>,
        "䧛"^^xsd:string ;
    rdfs:comment "(same as 傍) beside; by the side of; near; close, sound of vehicles; wheels"@en .

<http://lexvo.org/id/char/49DC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A7%9C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%A1ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cang4%20tong4>,
        <http://lexvo.org/id/term/yue/%E4%A7%9C>,
        "䧜"^^xsd:string ;
    rdfs:comment "(same as 塘) an embankment; a bund; a bank; a dike, to generally the roads, (interchangeable 唐) the Tand Dynasty, abrupt; rude"@en .

<http://lexvo.org/id/char/49DD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A7%9D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%AC%20y%C3%AD%20zh%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ci1%20lei4>,
        <http://lexvo.org/id/term/yue/%E4%A7%9D>,
        "䧝"^^xsd:string ;
    rdfs:comment "name of a place, name of a mountain"@en .

<http://lexvo.org/id/char/49DE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A7%9E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%B9%20m%C3%A0>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/maa6>,
        <http://lexvo.org/id/term/yue/%E4%A7%9E>,
        "䧞"^^xsd:string ;
    rdfs:comment "to increase; to profit; to augment, artful; clever; skillful, chips (in gambling, etc.), a number (for identification), abundant; rich; exuberant; flourishing; prosperous"@en .

<http://lexvo.org/id/char/49DF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A7%9F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A0n%20xu%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/haam6>,
        <http://lexvo.org/id/term/yue/%E4%A7%9F>,
        "䧟"^^xsd:string ;
    rdfs:comment "(same as 陷) to skin, to involve; to beguile, to betray"@en .

<http://lexvo.org/id/char/49E0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A7%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/shu%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/seon4%20zyun1%20zyun2>,
        <http://lexvo.org/id/term/yue/%E4%A7%A0>,
        "䧠"^^xsd:string ;
    rdfs:comment "(same as 鄟) name of a place (the Epoch of Spring and Autumn) in what is today's Shandong Province"@en .

<http://lexvo.org/id/char/49E1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C5%8Dng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zung4>,
        <http://lexvo.org/id/term/yue/%E4%A7%A1>,
        "䧡"^^xsd:string ;
    rdfs:comment "(same as 墉) a fortified wall, a wall"@en .

<http://lexvo.org/id/char/49E2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/keoi1>,
        <http://lexvo.org/id/term/yue/%E4%A7%A2>,
        "䧢"^^xsd:string ;
    rdfs:comment "a rough road, a rugged; steep mountain uneasy"@en .

<http://lexvo.org/id/char/49E3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/zaan1>,
        <http://lexvo.org/id/term/yue/%E4%A7%A3>,
        "䧣"^^xsd:string ;
    rdfs:comment "(same as 鄄 堙) to stop up; to gag; blocked"@en .

<http://lexvo.org/id/char/49E4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A7%A4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%BA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/buk6>,
        <http://lexvo.org/id/term/yue/%E4%A7%A4>,
        "䧤"^^xsd:string ;
    rdfs:comment "(same as 濮) name of a river in Shandong Province, name of an ancient tribe in Hubei Province"@en .

<http://lexvo.org/id/char/49E5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A7%A5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wai6>,
        <http://lexvo.org/id/term/yue/%E4%A7%A5>,
        "䧥"^^xsd:string ;
    rdfs:comment "border; frontier"@en .

<http://lexvo.org/id/char/49E6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A7%A6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C3%A9i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wai4>,
        <http://lexvo.org/id/term/yue/%E4%A7%A6>,
        "䧦"^^xsd:string ;
    rdfs:comment "name of a hillside; a slope in today's Henan Province"@en .

<http://lexvo.org/id/char/49E7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A7%A7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%90>,
        "䧧"^^xsd:string ;
    rdfs:comment "(sama as 嶬) high mountains; steep; lofty"@en .

<http://lexvo.org/id/char/49E8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A7%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A8>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zip6>,
        <http://lexvo.org/id/term/yue/%E4%A7%A8>,
        "䧨"^^xsd:string ;
    rdfs:comment "precipitous; steep and lofty of a high mountain"@en .

<http://lexvo.org/id/char/49E9> a lvont:Character ;
    lvont:represents "䧩"^^xsd:string .

<http://lexvo.org/id/char/49EA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A7%AA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%A8%20zh%C3%A9>,
        "䧪"^^xsd:string ;
    rdfs:comment "sissy; womanish, fawning manner; obsequiousness"@en .

<http://lexvo.org/id/char/49EB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A7%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A1o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hou4>,
        <http://lexvo.org/id/term/yue/%E4%A7%AB>,
        "䧫"^^xsd:string ;
    rdfs:comment "a trench (in warfare); a ditch, to soar; to fly, to roam"@en .

<http://lexvo.org/id/char/49EC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/baai1>,
        <http://lexvo.org/id/term/yue/%E4%A7%AC>,
        "䧬"^^xsd:string ;
    rdfs:comment "(same as 瀕 濱) water's edge; to border on; to brink on, near at hand; close by"@en .

<http://lexvo.org/id/char/49ED> a lvont:Character ;
    lvont:represents "䧭"^^xsd:string .

<http://lexvo.org/id/char/49EE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A7%AE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C7%8En%20xi%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hin3>,
        <http://lexvo.org/id/term/yue/%E4%A7%AE>,
        "䧮"^^xsd:string ;
    rdfs:comment "name of a place, (same as 顯) to manifest, to display, to be illustrious, evident, to seem; to appear"@en .

<http://lexvo.org/id/char/49EF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A7%AF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%A1n%20zh%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/caam4>,
        <http://lexvo.org/id/term/yue/%E4%A7%AF>,
        "䧯"^^xsd:string ;
    rdfs:comment "name of a place, to skin, to involve; to beguile, to betray"@en .

<http://lexvo.org/id/char/49F0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A7%B0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%B9n>,
        "䧰"^^xsd:string ;
    rdfs:comment "a mound"@en .

<http://lexvo.org/id/char/49F1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/gaau1%20kaau1>,
        <http://lexvo.org/id/term/yue/%E4%A7%B1>,
        "䧱"^^xsd:string ;
    rdfs:comment "(same as 鳩) the pigeon, the turtle dove"@en .

<http://lexvo.org/id/char/49F2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A7%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gon1>,
        <http://lexvo.org/id/term/yue/%E4%A7%B2>,
        "䧲"^^xsd:string ;
    rdfs:comment "the magpie, jackdaw; jay and similar birds"@en .

<http://lexvo.org/id/char/49F3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A7%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C3%AD%20c%C7%90>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ci1%20zeoi1>,
        <http://lexvo.org/id/term/yue/%E4%A7%B3>,
        "䧳"^^xsd:string ;
    rdfs:comment "(same as 雌) female; feminine, a female bird, to dwell, to stop"@en .

<http://lexvo.org/id/char/49F4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/zi1>,
        <http://lexvo.org/id/term/yue/%E4%A7%B4>,
        "䧴"^^xsd:string ;
    rdfs:comment "a bird, to map out or draw up (a plan); a plan or scheme; to calculate; to count; to consider"@en .

<http://lexvo.org/id/char/49F5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A7%B5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C3%AD%20sh%C4%9Bn%20zh%C3%A8n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zaam6%20zaan1>,
        <http://lexvo.org/id/term/yue/%E4%A7%B5>,
        "䧵"^^xsd:string ;
    rdfs:comment "(non-classical form of 鴆) a bird like the secretary falcon"@en .

<http://lexvo.org/id/char/49F6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A7%B6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ku%C3%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bak6%20but3%20git3%20kit3>,
        <http://lexvo.org/id/term/yue/%E4%A7%B6>,
        "䧶"^^xsd:string ;
    rdfs:comment "to care for; to concern about affectionately, (a corrupted form of 奊) slanting; not straight; curved (of the head)"@en .

<http://lexvo.org/id/char/49F7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A7%B7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/r%C3%B3u>,
        "䧷"^^xsd:string ;
    rdfs:comment "a kind of bird"@en .

<http://lexvo.org/id/char/49F8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/gu1%20zing4>,
        <http://lexvo.org/id/term/yue/%E4%A7%B8>,
        "䧸"^^xsd:string ;
    rdfs:comment "(same as 鴣) a kind of pigeon; partridge; francolin"@en .

<http://lexvo.org/id/char/49F9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/zing1>,
        <http://lexvo.org/id/term/yue/%E4%A7%B9>,
        "䧹"^^xsd:string ;
    rdfs:comment "(same as U+9DF9 鷹) hawk; eagle; falcon"@en .

<http://lexvo.org/id/char/49FA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A7%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%B3ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hung4>,
        <http://lexvo.org/id/term/yue/%E4%A7%BA>,
        "䧺"^^xsd:string ;
    rdfs:comment "(same as 雄) the male of birds"@en .

<http://lexvo.org/id/char/49FB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/gap3>,
        <http://lexvo.org/id/term/yue/%E4%A7%BB>,
        "䧻"^^xsd:string ;
    rdfs:comment "(same as 鴿) dove; pigeon"@en .

<http://lexvo.org/id/char/49FC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A7%BC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%BA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/huk6>,
        <http://lexvo.org/id/term/yue/%E4%A7%BC>,
        "䧼"^^xsd:string ;
    rdfs:comment "(same as 鵠) the the snow goose; swan, standing erect; standing quietly, target; bull's-eye"@en .

<http://lexvo.org/id/char/49FD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A7%BD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/cu%C7%90>,
        "䧽"^^xsd:string ;
    rdfs:comment "(corrupted form) small, thin and slim neck"@en .

<http://lexvo.org/id/char/49FE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/syu1>,
        <http://lexvo.org/id/term/yue/%E4%A7%BE>,
        "䧾"^^xsd:string ;
    rdfs:comment "a kind of bird; like wild duck"@en .

<http://lexvo.org/id/char/49FF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A7%BF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qu%C3%A8>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/coek3%20zak3>,
        <http://lexvo.org/id/term/yue/%E4%A7%BF>,
        "䧿"^^xsd:string ;
    rdfs:comment "(same as 鵲) the magpie"@en .

<http://lexvo.org/id/char/4A00> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A8%80>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%AD%20d%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dek6>,
        <http://lexvo.org/id/term/yue/%E4%A8%80>,
        "䨀"^^xsd:string ;
    rdfs:comment "(same as 籴 糴) to lay in grain; to buy grain"@en .

<http://lexvo.org/id/char/4A01> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A8%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%A8%20w%C3%B9%20y%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mou6>,
        <http://lexvo.org/id/term/yue/%E4%A8%81>,
        "䨁"^^xsd:string ;
    rdfs:comment "(same as 鶩) ducks; either wild or tame, a chick, a very young bird -- fledgling"@en .

<http://lexvo.org/id/char/4A02> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/cau1>,
        <http://lexvo.org/id/term/yue/%E4%A8%82>,
        "䨂"^^xsd:string ;
    rdfs:comment "a chick"@en .

<http://lexvo.org/id/char/4A03> a lvont:Character ;
    lvont:represents "䨃"^^xsd:string .

<http://lexvo.org/id/char/4A04> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A8%84>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/aam1%20an3>,
        <http://lexvo.org/id/term/yue/%E4%A8%84>,
        "䨄"^^xsd:string ;
    rdfs:comment "(same as 鵪) quail"@en .

<http://lexvo.org/id/char/4A05> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A8%85>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C3%A1o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/liu4>,
        <http://lexvo.org/id/term/yue/%E4%A8%85>,
        "䨅"^^xsd:string ;
    rdfs:comment "(same as 鷯) small birds -- the wren, tit, etc."@en .

<http://lexvo.org/id/char/4A06> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A8%86>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%AD%20b%C3%AC%20x%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bai3>,
        <http://lexvo.org/id/term/yue/%E4%A8%86>,
        "䨆"^^xsd:string ;
    rdfs:comment "(same as 鷩) a kind of pheasant"@en .

<http://lexvo.org/id/char/4A07> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/soeng1>,
        <http://lexvo.org/id/term/yue/%E4%A8%87>,
        "䨇"^^xsd:string ;
    rdfs:comment "(same as 雙) a pair; a couple; a brace, two; both"@en .

<http://lexvo.org/id/char/4A08> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/ban1>,
        <http://lexvo.org/id/term/yue/%E4%A8%88>,
        "䨈"^^xsd:string ;
    rdfs:comment "a small bird"@en .

<http://lexvo.org/id/char/4A09> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/zing1>,
        <http://lexvo.org/id/term/yue/%E4%A8%89>,
        "䨉"^^xsd:string ;
    rdfs:comment "(same as 鸚) parrot"@en .

<http://lexvo.org/id/char/4A0A> a lvont:Character ;
    lvont:represents "䨊"^^xsd:string ;
    rdfs:comment "a flock of birds"@en .

<http://lexvo.org/id/char/4A0B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A8%8B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C3%BC%C3%A8>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zoek6>,
        <http://lexvo.org/id/term/yue/%E4%A8%8B>,
        "䨋"^^xsd:string ;
    rdfs:comment "(same as 虐) cruel; ferocious; atrocious"@en .

<http://lexvo.org/id/char/4A0C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A8%8C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%A1o%20b%C3%B3>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bok6%20fu6>,
        <http://lexvo.org/id/term/yue/%E4%A8%8C>,
        "䨌"^^xsd:string ;
    rdfs:comment "(same as 雹) hail; hailstone"@en .

<http://lexvo.org/id/char/4A0D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A8%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%90ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zing4>,
        <http://lexvo.org/id/term/yue/%E4%A8%8D>,
        "䨍"^^xsd:string ;
    rdfs:comment "deep pond; deep pool"@en .

<http://lexvo.org/id/char/4A0E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A8%8E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%B3ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wang4>,
        <http://lexvo.org/id/term/yue/%E4%A8%8E>,
        "䨎"^^xsd:string ;
    rdfs:comment "(same as 霐) deep and dark"@en .

<http://lexvo.org/id/char/4A0F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A8%8F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C3%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cek3%20ci4%20maan4>,
        <http://lexvo.org/id/term/yue/%E4%A8%8F>,
        "䨏"^^xsd:string ;
    rdfs:comment "sound of raining, a great fall of rain; heavy rain; it rained large drops"@en .

<http://lexvo.org/id/char/4A10> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A8%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C3%A0%20xi%C3%A1>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/haap1>,
        <http://lexvo.org/id/term/yue/%E4%A8%90>,
        "䨐"^^xsd:string ;
    rdfs:comment "(same as 洽) to spread; to diffuse, harmony; agreement, name of a frontier pass; near today's Sichuan Province"@en .

<http://lexvo.org/id/char/4A11> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A8%91>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tai4>,
        <http://lexvo.org/id/term/yue/%E4%A8%91>,
        "䨑"^^xsd:string ;
    rdfs:comment "to stop raining; to clear up, dispersion, a clear sky after rain"@en .

<http://lexvo.org/id/char/4A12> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A8%92>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wu6>,
        <http://lexvo.org/id/term/yue/%E4%A8%92>,
        "䨒"^^xsd:string ;
    rdfs:comment "sound of the water drops, raining, acquired dialects, (interchangeable 羽) feather; plume"@en .

<http://lexvo.org/id/char/4A13> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A8%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%A9i%20l%C3%A8i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/leoi4>,
        <http://lexvo.org/id/term/yue/%E4%A8%93>,
        "䨓"^^xsd:string ;
    rdfs:comment "(ancient form of U+9741 雷) thunder, mine (an explosive); fuse"@en .

<http://lexvo.org/id/char/4A14> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A8%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%A1o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bok6>,
        <http://lexvo.org/id/term/yue/%E4%A8%94>,
        "䨔"^^xsd:string ;
    rdfs:comment "(same as U+96F9 雹) hail; hailstone"@en .

<http://lexvo.org/id/char/4A15> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/wu1>,
        <http://lexvo.org/id/term/yue/%E4%A8%95>,
        "䨕"^^xsd:string ;
    rdfs:comment "(a variant) pouring with rain"@en .

<http://lexvo.org/id/char/4A16> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A8%96>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zai3>,
        <http://lexvo.org/id/term/yue/%E4%A8%96>,
        "䨖"^^xsd:string ;
    rdfs:comment "(non-classical form of 霽) to stop raining; to clear up; the sky clearing up"@en .

<http://lexvo.org/id/char/4A17> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A8%97>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%BA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fu1>,
        <http://lexvo.org/id/term/yue/%E4%A8%97>,
        "䨗"^^xsd:string ;
    rdfs:comment "excessive rain and snow"@en .

<http://lexvo.org/id/char/4A18> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A8%98>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sin3>,
        <http://lexvo.org/id/term/yue/%E4%A8%98>,
        "䨘"^^xsd:string ;
    rdfs:comment "(same as U+9730 霰) sleet"@en .

<http://lexvo.org/id/char/4A19> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A8%99>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C3%A9n%20y%C3%A0%20y%C3%ADn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zaam4>,
        <http://lexvo.org/id/term/yue/%E4%A8%99>,
        "䨙"^^xsd:string ;
    rdfs:comment "(same as 霪) to rain cats and dogs for a long time, incessant rain"@en .

<http://lexvo.org/id/char/4A1A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/fat1>,
        <http://lexvo.org/id/term/yue/%E4%A8%9A>,
        "䨚"^^xsd:string ;
    rdfs:comment "to rain"@en .

<http://lexvo.org/id/char/4A1B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A8%9B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C3%A8>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sik1>,
        <http://lexvo.org/id/term/yue/%E4%A8%9B>,
        "䨛"^^xsd:string ;
    rdfs:comment "to rain, snowflakes, light rain; drizzle"@en .

<http://lexvo.org/id/char/4A1C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/baang1%20wik6>,
        <http://lexvo.org/id/term/yue/%E4%A8%9C>,
        "䨜"^^xsd:string ;
    rdfs:comment "a pouring rain; to rain cats and dogs, completely, with leaving a trace, dull; stupid; doltish"@en .

<http://lexvo.org/id/char/4A1D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/cing1>,
        <http://lexvo.org/id/term/yue/%E4%A8%9D>,
        "䨝"^^xsd:string ;
    rdfs:comment "a pure woman; name of a goddess of frost and snow"@en .

<http://lexvo.org/id/char/4A1E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A8%9E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%94%20y%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zyu3>,
        <http://lexvo.org/id/term/yue/%E4%A8%9E>,
        "䨞"^^xsd:string ;
    rdfs:comment "to rain, to stretch; to open; to r elax; to unfold, slow; unhurried; leisurely"@en .

<http://lexvo.org/id/char/4A1F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/waa1>,
        <http://lexvo.org/id/term/yue/%E4%A8%9F>,
        "䨟"^^xsd:string ;
    rdfs:comment "puddle (water in the hoof's track), (same as 窪) deep, a pit; a swamp; a hollow; a depression"@en .

<http://lexvo.org/id/char/4A20> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C7%8Ei>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A8%A0>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/oi2%20piu5>,
        <http://lexvo.org/id/term/yue/%E4%A8%A0>,
        "䨠"^^xsd:string ;
    rdfs:comment "(same as 靄) cloudy sky, fair clouds; a beautiful sky, mild; amiable; peaceful"@en .

<http://lexvo.org/id/char/4A21> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A8%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ham4>,
        <http://lexvo.org/id/term/yue/%E4%A8%A1>,
        "䨡"^^xsd:string ;
    rdfs:comment "rained for a long time; too much rain"@en .

<http://lexvo.org/id/char/4A22> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A8%A2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%A0n%20d%C3%AD%20g%C3%A0o%20t%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/daam6>,
        <http://lexvo.org/id/term/yue/%E4%A8%A2>,
        "䨢"^^xsd:string ;
    rdfs:comment "(same as 霮) a passing cloud; floating clouds, densely covered by clouds; gathering clouds"@en .

<http://lexvo.org/id/char/4A23> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A8%A3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C3%A9%20g%C3%A8ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gaak3>,
        <http://lexvo.org/id/term/yue/%E4%A8%A3>,
        "䨣"^^xsd:string ;
    rdfs:comment "leather to be moistened by rain"@en .

<http://lexvo.org/id/char/4A24> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A8%A4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dik6>,
        <http://lexvo.org/id/term/yue/%E4%A8%A4>,
        "䨤"^^xsd:string ;
    rdfs:comment "rain, to rain"@en .

<http://lexvo.org/id/char/4A25> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A8%A5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%B9%20hu%C3%B2>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/soeng1>,
        <http://lexvo.org/id/term/yue/%E4%A8%A5>,
        "䨥"^^xsd:string ;
    rdfs:comment "a pouring rain; to rain hard; to rain cats and dogs, a pair; a couple, two; both, to rain"@en .

<http://lexvo.org/id/char/4A26> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A8%A6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%A1ng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C4%81ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/pong4>,
        <http://lexvo.org/id/term/yue/%E4%A8%A6>,
        "䨦"^^xsd:string ;
    rdfs:comment "(same as 雱) snowing heavily"@en .

<http://lexvo.org/id/char/4A27> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/zaam1>,
        <http://lexvo.org/id/term/yue/%E4%A8%A7>,
        "䨧"^^xsd:string ;
    rdfs:comment "(standard form of 霠), (corrupted form of 霒) cloudy; dark and gloomy"@en .

<http://lexvo.org/id/char/4A28> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/zaa1%20zeoi1>,
        <http://lexvo.org/id/term/yue/%E4%A8%A8>,
        "䨨"^^xsd:string ;
    rdfs:comment "thunder, hidden; concealed; secret, (same as 頤) the chin; the jaws"@en .

<http://lexvo.org/id/char/4A29> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A8%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%ADng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ling4>,
        <http://lexvo.org/id/term/yue/%E4%A8%A9>,
        "䨩"^^xsd:string ;
    rdfs:comment "(same as 靈) the spirit; the soul, divine, super-natural"@en .

<http://lexvo.org/id/char/4A2A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A8%AA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A1i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mai4%20mo1>,
        <http://lexvo.org/id/term/yue/%E4%A8%AA>,
        "䨪"^^xsd:string ;
    rdfs:comment "(same as 霾) a dust-storm, misty; foggy; cloudy"@en .

<http://lexvo.org/id/char/4A2B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A8%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A0i%20m%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/maak6%20maan6>,
        <http://lexvo.org/id/term/yue/%E4%A8%AB>,
        "䨫"^^xsd:string ;
    rdfs:comment "(interchangeable 霢) drizzling rain"@en .

<http://lexvo.org/id/char/4A2C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A8%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lim4>,
        <http://lexvo.org/id/term/yue/%E4%A8%AC>,
        "䨬"^^xsd:string ;
    rdfs:comment "rained for a long time"@en .

<http://lexvo.org/id/char/4A2D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/siu1%20tou4>,
        <http://lexvo.org/id/term/yue/%E4%A8%AD>,
        "䨭"^^xsd:string ;
    rdfs:comment "(same as 霄) the skies, clouds or mists"@en .

<http://lexvo.org/id/char/4A2E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A8%AE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xu%C4%9B>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/syut3>,
        <http://lexvo.org/id/term/yue/%E4%A8%AE>,
        "䨮"^^xsd:string ;
    rdfs:comment "(same as 雪) snow, to clean; to wash or wipe away"@en .

<http://lexvo.org/id/char/4A2F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A8%AF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%A8n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zaan6%20zang1>,
        <http://lexvo.org/id/term/yue/%E4%A8%AF>,
        "䨯"^^xsd:string ;
    rdfs:comment "cloudy"@en .

<http://lexvo.org/id/char/4A30> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A8%B0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%B2>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bun2%20fuk6%20pak3%20pok3>,
        <http://lexvo.org/id/term/yue/%E4%A8%B0>,
        "䨰"^^xsd:string ;
    rdfs:comment "rain; to rain, (same as 濼) to dock; to lay anchor"@en .

<http://lexvo.org/id/char/4A31> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A8%B1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fuk6>,
        <http://lexvo.org/id/term/yue/%E4%A8%B1>,
        "䨱"^^xsd:string ;
    rdfs:comment "spilt water, to pour out water"@en .

<http://lexvo.org/id/char/4A32> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A8%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C3%B3u>,
        "䨲"^^xsd:string ;
    rdfs:comment "a small hare; a small rabbit"@en .

<http://lexvo.org/id/char/4A33> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A8%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hei1>,
        <http://lexvo.org/id/term/yue/%E4%A8%B3>,
        "䨳"^^xsd:string ;
    rdfs:comment "the rain stopped"@en .

<http://lexvo.org/id/char/4A34> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A8%B4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/du%C3%AC%20w%C3%A8ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/deoi6%20hau1>,
        <http://lexvo.org/id/term/yue/%E4%A8%B4>,
        "䨴"^^xsd:string ;
    rdfs:comment "gathering clouds"@en .

<http://lexvo.org/id/char/4A35> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A8%B5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tam4>,
        <http://lexvo.org/id/term/yue/%E4%A8%B5>,
        "䨵"^^xsd:string ;
    rdfs:comment "rained for a long time"@en .

<http://lexvo.org/id/char/4A36> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A8%B6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%94n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wan5>,
        <http://lexvo.org/id/term/yue/%E4%A8%B6>,
        "䨶"^^xsd:string ;
    rdfs:comment "(ancient form of 霣) thunderstorm, thunder, (interchangeable 隕 殞) to fall, to die"@en .

<http://lexvo.org/id/char/4A37> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A8%B7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sin4>,
        <http://lexvo.org/id/term/yue/%E4%A8%B7>,
        "䨷"^^xsd:string ;
    rdfs:comment "(same as 霰) sleet"@en .

<http://lexvo.org/id/char/4A38> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A8%B8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%90n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zaan2%20zaang6>,
        <http://lexvo.org/id/term/yue/%E4%A8%B8>,
        "䨸"^^xsd:string ;
    rdfs:comment "cloudy"@en .

<http://lexvo.org/id/char/4A39> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/suk1>,
        <http://lexvo.org/id/term/yue/%E4%A8%B9>,
        "䨹"^^xsd:string ;
    rdfs:comment "swift; rapid; quick; fast"@en .

<http://lexvo.org/id/char/4A3A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A8%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/du%C3%AC%20zhu%C3%AC>,
        "䨺"^^xsd:string ;
    rdfs:comment "cloudy"@en .

<http://lexvo.org/id/char/4A3B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A8%BB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%A8ng>,
        "䨻"^^xsd:string ;
    rdfs:comment "roar of thunders; thunderpeal, very loud sounds"@en .

<http://lexvo.org/id/char/4A3C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A8%BC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wu6>,
        <http://lexvo.org/id/term/yue/%E4%A8%BC>,
        "䨼"^^xsd:string ;
    rdfs:comment "dyestuff ( of dark green)"@en .

<http://lexvo.org/id/char/4A3D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A8%BD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C4%9Bi>,
        "䨽"^^xsd:string ;
    rdfs:comment "to resolve, to dissolve; to decompose, to analyze, to part, to differ, different, a bird ( like a legendary bird with man's face and one leg)"@en .

<http://lexvo.org/id/char/4A3E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A8%BE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C4%9Bi>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fei2>,
        <http://lexvo.org/id/term/yue/%E4%A8%BE>,
        "䨾"^^xsd:string ;
    rdfs:comment "hidden; concealed; secret, narrow and small, ugly, low; mean, inferior"@en .

<http://lexvo.org/id/char/4A3F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A8%BF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C3%A1n%20z%C3%A1>,
        "䨿"^^xsd:string ;
    rdfs:comment "bad; evil; wicked; vice; wickedness"@en .

<http://lexvo.org/id/char/4A40> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A9%80>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%A8i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bei3>,
        <http://lexvo.org/id/term/yue/%E4%A9%80>,
        "䩀"^^xsd:string .

<http://lexvo.org/id/char/4A41> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/fei1>,
        <http://lexvo.org/id/term/yue/%E4%A9%81>,
        "䩁"^^xsd:string ;
    rdfs:comment "thin hairs; fine hairs"@en .

<http://lexvo.org/id/char/4A42> a lvont:Character ;
    lvont:represents "䩂"^^xsd:string ;
    rdfs:comment "to come to the front; to take the lead; to bear responsibility, to make good or to succeed (said of people of humble origin)"@en .

<http://lexvo.org/id/char/4A43> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A9%83>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%AC>,
        "䩃"^^xsd:string ;
    rdfs:comment "appearance; a person's features"@en .

<http://lexvo.org/id/char/4A44> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A9%84>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/mi%C7%8En%201138.130%3Ati%C7%8En>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ti%C7%8En>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tin2>,
        <http://lexvo.org/id/term/yue/%E4%A9%84>,
        "䩄"^^xsd:string ;
    rdfs:comment "face to face; to blush; ashamed, embarrassed"@en .

<http://lexvo.org/id/char/4A45> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A9%85>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C7%8En>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zin2>,
        <http://lexvo.org/id/term/yue/%E4%A9%85>,
        "䩅"^^xsd:string ;
    rdfs:comment "broad; wide; spacious; vast, to turn red from shame or embarrassment; to blush, to be ashamed"@en .

<http://lexvo.org/id/char/4A46> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A9%86>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C7%8En%20zh%C7%8En>,
        "䩆"^^xsd:string ;
    rdfs:comment "old, wrinkles; creases, ashamed, shamed-faced look"@en .

<http://lexvo.org/id/char/4A47> a lvont:Character ;
    lvont:represents "䩇"^^xsd:string ;
    rdfs:comment "a small head, to come to the front; to take the lead; to bear responsibility, to make good or to succeed (said of people of humble origin), an ugly face"@en .

<http://lexvo.org/id/char/4A48> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A9%88>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%AC%20w%C3%A8i%20xu%C4%9B>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bik1%20fui3>,
        <http://lexvo.org/id/term/yue/%E4%A9%88>,
        "䩈"^^xsd:string ;
    rdfs:comment "a plumpy; fat face"@en .

<http://lexvo.org/id/char/4A49> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A9%89>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C7%94>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fu2%20fu6>,
        <http://lexvo.org/id/term/yue/%E4%A9%89>,
        "䩉"^^xsd:string ;
    rdfs:comment "the face, the cheeks; the jaw"@en .

<http://lexvo.org/id/char/4A4A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A9%8A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C7%8En%20w%C3%B2>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zyun2>,
        <http://lexvo.org/id/term/yue/%E4%A9%8A>,
        "䩊"^^xsd:string ;
    rdfs:comment "(interchangeable 婉) good-looking; beautiful, with the eyes wide open"@en .

<http://lexvo.org/id/char/4A4B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A9%8B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C7%92>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mo1>,
        <http://lexvo.org/id/term/yue/%E4%A9%8B>,
        "䩋"^^xsd:string ;
    rdfs:comment "a green face; to look aghast, (interchangeable with U+61E1 懡) ashamed"@en .

<http://lexvo.org/id/char/4A4C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A9%8C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C3%A1o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ciu4>,
        <http://lexvo.org/id/term/yue/%E4%A9%8C>,
        "䩌"^^xsd:string ;
    rdfs:comment "to have a worn look; to look haggard, to suffer distress, worries, etc."@en .

<http://lexvo.org/id/char/4A4D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A9%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C7%8Eo>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/liu4>,
        <http://lexvo.org/id/term/yue/%E4%A9%8D>,
        "䩍"^^xsd:string ;
    rdfs:comment "to look pale or pallid"@en .

<http://lexvo.org/id/char/4A4E> a lvont:Character ;
    lvont:represents "䩎"^^xsd:string .

<http://lexvo.org/id/char/4A4F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A9%8F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/mi%C3%A8>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mit6>,
        <http://lexvo.org/id/term/yue/%E4%A9%8F>,
        "䩏"^^xsd:string ;
    rdfs:comment "a small face, small, young, (dialect) a junior"@en .

<http://lexvo.org/id/char/4A50> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A9%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C3%A9%20j%C3%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/faat1%20gaap1>,
        <http://lexvo.org/id/term/yue/%E4%A9%90>,
        "䩐"^^xsd:string ;
    rdfs:comment "tie it tightly, to lead an ox, a wart; a pustule; a pimple, a round lump"@en .

<http://lexvo.org/id/char/4A51> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A9%91>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%B3ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wang4>,
        <http://lexvo.org/id/term/yue/%E4%A9%91>,
        "䩑"^^xsd:string ;
    rdfs:comment "(same as 鞃) horizontal front bar on a cart or carriage, leaning board in a sedan chair"@en .

<http://lexvo.org/id/char/4A52> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A9%92>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%BA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zyu1>,
        <http://lexvo.org/id/term/yue/%E4%A9%92>,
        "䩒"^^xsd:string ;
    rdfs:comment "dressed leather; a large belt"@en .

<http://lexvo.org/id/char/4A53> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A9%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C3%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kei4>,
        <http://lexvo.org/id/term/yue/%E4%A9%93>,
        "䩓"^^xsd:string ;
    rdfs:comment "(a non-classical form) boots, the leather belts that connect a cart with the horse, etc., the leather decorations on the ends of the hub (of a wheel)"@en .

<http://lexvo.org/id/char/4A54> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A9%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/du%C3%B2>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bong2%20bung2%20pun4>,
        <http://lexvo.org/id/term/yue/%E4%A9%94>,
        "䩔"^^xsd:string ;
    rdfs:comment "the hem; margin of the heel of a shoe, weeping sash or cord on a saddle, a leather rope, fringes of pearls on crowns, a pennant, (same as 鞶) a large belt"@en .

<http://lexvo.org/id/char/4A55> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C3%A1ng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A9%95>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ngong4>,
        <http://lexvo.org/id/term/yue/%E4%A9%95>,
        "䩕"^^xsd:string ;
    rdfs:comment "clogs; pattens, (same as 硬) hard; strong; sturdy; firm"@en .

<http://lexvo.org/id/char/4A56> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/saa1>,
        <http://lexvo.org/id/term/yue/%E4%A9%96>,
        "䩖"^^xsd:string ;
    rdfs:comment "shoes; boots"@en .

<http://lexvo.org/id/char/4A57> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A9%97>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%A0>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/baa3>,
        <http://lexvo.org/id/term/yue/%E4%A9%97>,
        "䩗"^^xsd:string ;
    rdfs:comment "(same as 霸) to rule by might rather than right; a feudal lord"@en .

<http://lexvo.org/id/char/4A58> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A9%98>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/daai1>,
        <http://lexvo.org/id/term/yue/%E4%A9%98>,
        "䩘"^^xsd:string ;
    rdfs:comment "(same as U+976A 靪) to mend the soles of shoes, patchings; (same as U+97AE 鞮) leather shoes"@en .

<http://lexvo.org/id/char/4A59> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A9%99>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xu%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zyun4>,
        <http://lexvo.org/id/term/yue/%E4%A9%99>,
        "䩙"^^xsd:string ;
    rdfs:comment "a scabbard, reins or traces"@en .

<http://lexvo.org/id/char/4A5A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A9%9A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%AC%20di%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/daai1%20daai2>,
        <http://lexvo.org/id/term/yue/%E4%A9%9A>,
        "䩚"^^xsd:string ;
    rdfs:comment "(interchangeable 靪) to mend the soles of shoes, patchings, (same as 鞮) leather shoes"@en .

<http://lexvo.org/id/char/4A5B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A9%9B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bit1>,
        <http://lexvo.org/id/term/yue/%E4%A9%9B>,
        "䩛"^^xsd:string ;
    rdfs:comment "leather belt used to bind or restrain a cart, (same as 轡) reins and bit; a bridle"@en .

<http://lexvo.org/id/char/4A5C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A9%9C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%B2u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zau6>,
        <http://lexvo.org/id/term/yue/%E4%A9%9C>,
        "䩜"^^xsd:string ;
    rdfs:comment "(same as 冑) descendants; posterity, a helmet; a head-gear in ancient battles for protection"@en .

<http://lexvo.org/id/char/4A5D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A9%9D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%A1o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/pau4>,
        <http://lexvo.org/id/term/yue/%E4%A9%9D>,
        "䩝"^^xsd:string ;
    rdfs:comment "(non-classical form of 鞄) to tan and soften leather, (same as 匏) a bottle-gourd, one of the eight kinds of musical sounds, a kind of musical instrument, (interchangeable 枹) a drum-stick (interchangeable 包) handbag or purse (expecially one made of leather)"@en .

<http://lexvo.org/id/char/4A5E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A9%9E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ni%C3%A1n%20ti%C7%8En%20ti%C3%A9%20w%C4%9Bi>,
        "䩞"^^xsd:string ;
    rdfs:comment "a saddle-flap, trappings"@en .

<http://lexvo.org/id/char/4A5F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A9%9F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zi4>,
        <http://lexvo.org/id/term/yue/%E4%A9%9F>,
        "䩟"^^xsd:string ;
    rdfs:comment "leather; processed hides, trappings, known together as saddle; a saddle-like terrain or thing and rein, etc."@en .

<http://lexvo.org/id/char/4A60> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/ting1>,
        <http://lexvo.org/id/term/yue/%E4%A9%A0>,
        "䩠"^^xsd:string ;
    rdfs:comment "(same as 鞓) a girdle; a leather waistband, a leather belt, silk ribbons, sash, etc. attached to an official seal or medal; cordon (as a badge of honor)"@en .

<http://lexvo.org/id/char/4A61> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A9%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%A1>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gaap3>,
        <http://lexvo.org/id/term/yue/%E4%A9%A1>,
        "䩡"^^xsd:string ;
    rdfs:comment "a kind of boots in old times, heel of a shoe, (same as 鞈) a leather made breast-plate, to guard; defend"@en .

<http://lexvo.org/id/char/4A62> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A9%A2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%A1%20zh%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dat3%20dik6>,
        <http://lexvo.org/id/term/yue/%E4%A9%A2>,
        "䩢"^^xsd:string ;
    rdfs:comment "a scabbard; a sheath, a fine mats made from bamboo, (non-classical form of 靼) dressed leather; soft leather"@en .

<http://lexvo.org/id/char/4A63> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A9%A3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/du%C7%92%20t%C3%BA%20tu%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/pou4%20tou4>,
        <http://lexvo.org/id/term/yue/%E4%A9%A3>,
        "䩣"^^xsd:string ;
    rdfs:comment "shoe-cushions"@en .

<http://lexvo.org/id/char/4A64> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A9%A4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C3%AC%20xi%C3%A9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/git3%20kit3>,
        <http://lexvo.org/id/term/yue/%E4%A9%A4>,
        "䩤"^^xsd:string ;
    rdfs:comment "to lead an ox, tie it tightly, quick, urgent; hurried; hasty"@en .

<http://lexvo.org/id/char/4A65> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A9%A5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%A0n>,
        "䩥"^^xsd:string ;
    rdfs:comment "a belt for horse, horses without saddle or rein, leather shoes"@en .

<http://lexvo.org/id/char/4A66> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A9%A6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ti%C3%A1o%20zu%C3%B2>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tiu4>,
        <http://lexvo.org/id/term/yue/%E4%A9%A6>,
        "䩦"^^xsd:string ;
    rdfs:comment "the reins, a small bronze ring used to connect the reins"@en .

<http://lexvo.org/id/char/4A67> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A9%A7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A8>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hyut3>,
        <http://lexvo.org/id/term/yue/%E4%A9%A7>,
        "䩧"^^xsd:string ;
    rdfs:comment "to tie up hurriedly"@en .

<http://lexvo.org/id/char/4A68> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A9%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%A0ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/coeng3>,
        <http://lexvo.org/id/term/yue/%E4%A9%A8>,
        "䩨"^^xsd:string ;
    rdfs:comment "(same as 韔) a wrapper or case for bow, to pull an arrow"@en .

<http://lexvo.org/id/char/4A69> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A9%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/yu%C7%8En>,
        "䩩"^^xsd:string ;
    rdfs:comment "a measure of capacity, a tool used to take out the mud from a well, back covering or shelter of a large carriage, military vehicles"@en .

<http://lexvo.org/id/char/4A6A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A9%AA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/gu%C7%8En>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gun2>,
        <http://lexvo.org/id/term/yue/%E4%A9%AA>,
        "䩪"^^xsd:string ;
    rdfs:comment "known together as saddle; rein and bridle, etc."@en .

<http://lexvo.org/id/char/4A6B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A9%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C7%8Eng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/loeng5%20long4>,
        <http://lexvo.org/id/term/yue/%E4%A9%AB>,
        "䩫"^^xsd:string ;
    rdfs:comment "(same as 緉) a unit to count shoes in ancient times; a pair"@en .

<http://lexvo.org/id/char/4A6C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A9%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C4%9Bng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C4%9Bng%20f%C4%9Bng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bung2>,
        <http://lexvo.org/id/term/yue/%E4%A9%AC>,
        "䩬"^^xsd:string ;
    rdfs:comment "an ornamental item on a scabbard, leather shoes, weapons; arms (interchangeable 鞛)"@en .

<http://lexvo.org/id/char/4A6D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/gei1>,
        <http://lexvo.org/id/term/yue/%E4%A9%AD>,
        "䩭"^^xsd:string ;
    rdfs:comment "(same as 羈) halter; to restrain"@en .

<http://lexvo.org/id/char/4A6E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A9%AE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/luk6>,
        <http://lexvo.org/id/term/yue/%E4%A9%AE>,
        "䩮"^^xsd:string ;
    rdfs:comment "a quiver"@en .

<http://lexvo.org/id/char/4A6F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A9%AF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gik6>,
        <http://lexvo.org/id/term/yue/%E4%A9%AF>,
        "䩯"^^xsd:string ;
    rdfs:comment "(interchangeable 革) urgent; anxious, hard, solid and durable leather, a leather whip"@en .

<http://lexvo.org/id/char/4A70> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A9%B0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xu%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gyun1>,
        <http://lexvo.org/id/term/yue/%E4%A9%B0>,
        "䩰"^^xsd:string ;
    rdfs:comment "(corrupted form of 鞙) a scabbard, reins or traces"@en .

<http://lexvo.org/id/char/4A71> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A9%B1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zyu4>,
        <http://lexvo.org/id/term/yue/%E4%A9%B1>,
        "䩱"^^xsd:string ;
    rdfs:comment "a scabbard; a sheath, remaining; overplus; surplus, sin; evil, the front of a cutting strip of cloth"@en .

<http://lexvo.org/id/char/4A72> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/dou1>,
        <http://lexvo.org/id/term/yue/%E4%A9%B2>,
        "䩲"^^xsd:string ;
    rdfs:comment "a tool used to cut leather, an ox to tow, drag or pull a boat"@en .

<http://lexvo.org/id/char/4A73> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A9%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C7%94%20s%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cuk1>,
        <http://lexvo.org/id/term/yue/%E4%A9%B3>,
        "䩳"^^xsd:string ;
    rdfs:comment "tanning, soft leather"@en .

<http://lexvo.org/id/char/4A74> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A9%B4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%BA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wu4>,
        <http://lexvo.org/id/term/yue/%E4%A9%B4>,
        "䩴"^^xsd:string ;
    rdfs:comment "a quiver"@en .

<http://lexvo.org/id/char/4A75> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A9%B5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%B9n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wan6>,
        <http://lexvo.org/id/term/yue/%E4%A9%B5>,
        "䩵"^^xsd:string ;
    rdfs:comment "(same as 韗) tanner who made the leather drum in ancient times"@en .

<http://lexvo.org/id/char/4A76> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A9%B6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C7%8En>,
        "䩶"^^xsd:string ;
    rdfs:comment "saddle and rein etc. for the imperial carriage; or for the two outside horses of a team of four abreast, equipments used to saddle a horse"@en .

<http://lexvo.org/id/char/4A77> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/bong1%20pang4>,
        <http://lexvo.org/id/term/yue/%E4%A9%B7>,
        "䩷"^^xsd:string ;
    rdfs:comment "(same as 幫) the sides of a shoe"@en .

<http://lexvo.org/id/char/4A78> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A9%B8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/r%C3%B3ng%20r%C7%92ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zung4>,
        <http://lexvo.org/id/term/yue/%E4%A9%B8>,
        "䩸"^^xsd:string ;
    rdfs:comment "fine woolen blanket on top of a saddle; used as some decoration, (same as 氄) fine; soft fur"@en .

<http://lexvo.org/id/char/4A79> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C3%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A9%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ngak6>,
        <http://lexvo.org/id/term/yue/%E4%A9%B9>,
        "䩹"^^xsd:string ;
    rdfs:comment "to repair shoes, the front part of a shoe, (same as 鞹 U+979F) leather; hides with the hair removed"@en .

<http://lexvo.org/id/char/4A7A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C4%93ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zung1>,
        <http://lexvo.org/id/term/yue/%E4%A9%BA>,
        "䩺"^^xsd:string ;
    rdfs:comment "boots; cotton boots"@en .

<http://lexvo.org/id/char/4A7B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A9%BB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%A0>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/baa3>,
        <http://lexvo.org/id/term/yue/%E4%A9%BB>,
        "䩻"^^xsd:string ;
    rdfs:comment "(same as U+9738 霸) to be chief, to rule by might rather than by right, a tyrant; a usurper; the strong the fierce ones"@en .

<http://lexvo.org/id/char/4A7C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A9%BC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%A9ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fung4>,
        <http://lexvo.org/id/term/yue/%E4%A9%BC>,
        "䩼"^^xsd:string ;
    rdfs:comment "stitches on a coverlet, to drum, drum beat"@en .

<http://lexvo.org/id/char/4A7D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/zyu1>,
        <http://lexvo.org/id/term/yue/%E4%A9%BD>,
        "䩽"^^xsd:string ;
    rdfs:comment "a quiver (for bows and arrows) one a horse, to store; to keep and collect, a lance; a spear; a trident"@en .

<http://lexvo.org/id/char/4A7E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A9%BE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%A8>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ze3>,
        <http://lexvo.org/id/term/yue/%E4%A9%BE>,
        "䩾"^^xsd:string ;
    rdfs:comment "herb medicine; dendrobium"@en .

<http://lexvo.org/id/char/4A7F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%A9%BF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%A9n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/baan6%20faan4>,
        <http://lexvo.org/id/term/yue/%E4%A9%BF>,
        "䩿"^^xsd:string ;
    rdfs:comment "(same as 鼖) a big drum used in the army (in ancient times)"@en .

<http://lexvo.org/id/char/4A80> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%AA%80>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/gu%C7%8En%20ru%C7%8En>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/faat1%20gun2%20wun2%20zyun2>,
        <http://lexvo.org/id/term/yue/%E4%AA%80>,
        "䪀"^^xsd:string ;
    rdfs:comment "(same as U+4A6A 䩪) saddle; rein and bridle"@en .

<http://lexvo.org/id/char/4A81> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%AA%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C7%94>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/buk6%20pun4>,
        <http://lexvo.org/id/term/yue/%E4%AA%81>,
        "䪁"^^xsd:string ;
    rdfs:comment "a halter"@en .

<http://lexvo.org/id/char/4A82> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%AA%82>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C3%A9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gaak3>,
        <http://lexvo.org/id/term/yue/%E4%AA%82>,
        "䪂"^^xsd:string ;
    rdfs:comment "reins; a halter, (interchangeable 革) hides stripped of hair; leather, the target, to force; to compel, to carve, to stop"@en .

<http://lexvo.org/id/char/4A83> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/deon1%20maan4>,
        <http://lexvo.org/id/term/yue/%E4%AA%83>,
        "䪃"^^xsd:string ;
    rdfs:comment "wine container used by minority tribe in ancient times"@en .

<http://lexvo.org/id/char/4A84> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%AA%84>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%A1ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wong4>,
        <http://lexvo.org/id/term/yue/%E4%AA%84>,
        "䪄"^^xsd:string ;
    rdfs:comment "(ancient form of 煌) great blaze; luminous; glittering, as the stars; bright and brilliant"@en .

<http://lexvo.org/id/char/4A85> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%AA%85>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%BA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/duk6>,
        <http://lexvo.org/id/term/yue/%E4%AA%85>,
        "䪅"^^xsd:string ;
    rdfs:comment "(same as 韣) a quiver; bow case"@en .

<http://lexvo.org/id/char/4A86> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%AA%86>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C7%90>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tai2>,
        <http://lexvo.org/id/term/yue/%E4%AA%86>,
        "䪆"^^xsd:string ;
    rdfs:comment "soft; tender, weak; feeble, gentle; mild"@en .

<http://lexvo.org/id/char/4A87> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%AA%87>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%B3>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bok6>,
        <http://lexvo.org/id/term/yue/%E4%AA%87>,
        "䪇"^^xsd:string ;
    rdfs:comment "cushioned seat on a vehicle, a leather wrapped collar or yoke of a carriage"@en .

<http://lexvo.org/id/char/4A88> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%AA%88>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C7%8En%20qi%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hin2>,
        <http://lexvo.org/id/term/yue/%E4%AA%88>,
        "䪈"^^xsd:string ;
    rdfs:comment "a leather belt; a leather waistband"@en .

<http://lexvo.org/id/char/4A89> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%AA%89>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%A0%20li%C3%A8>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lip6>,
        <http://lexvo.org/id/term/yue/%E4%AA%89>,
        "䪉"^^xsd:string ;
    rdfs:comment "metal decoration on a halter"@en .

<http://lexvo.org/id/char/4A8A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%AA%8A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%B3ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lung4>,
        <http://lexvo.org/id/term/yue/%E4%AA%8A>,
        "䪊"^^xsd:string ;
    rdfs:comment "a halter"@en .

<http://lexvo.org/id/char/4A8B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%AA%8B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C3%A8i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wai6>,
        <http://lexvo.org/id/term/yue/%E4%AA%8B>,
        "䪋"^^xsd:string ;
    rdfs:comment "silk cordage; twine; rope"@en .

<http://lexvo.org/id/char/4A8C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%AA%8C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%A0n>,
        "䪌"^^xsd:string ;
    rdfs:comment "cushion for saddle, (same as 縿) the weeping decorations of banners and flags; the ends of banners and flags; the weeping decorations of saddles"@en .

<http://lexvo.org/id/char/4A8D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%AA%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%A1n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%A1n%20l%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/laan4>,
        <http://lexvo.org/id/term/yue/%E4%AA%8D>,
        "䪍"^^xsd:string ;
    rdfs:comment "a container for bows and arrows"@en .

<http://lexvo.org/id/char/4A8E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/seoi1>,
        <http://lexvo.org/id/term/yue/%E4%AA%8E>,
        "䪎"^^xsd:string ;
    rdfs:comment "strings of a cap, decorations for saddle, a sash; a band; a cord, a flag"@en .

<http://lexvo.org/id/char/4A8F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%AA%8F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C3%A0%20n%C3%A9ng>,
        "䪏"^^xsd:string ;
    rdfs:comment "weak; feeble; tender; delicate; soft, (dialect) to hang down the head and sleepy"@en .

<http://lexvo.org/id/char/4A90> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%AA%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%AC%20p%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bei3%20faai6%20maat6%20pit3>,
        <http://lexvo.org/id/term/yue/%E4%AA%90>,
        "䪐"^^xsd:string ;
    rdfs:comment "something made of bamboo put in the bow case to pretect from damage"@en .

<http://lexvo.org/id/char/4A91> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%AA%91>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/tu%C3%B3>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/to4>,
        <http://lexvo.org/id/term/yue/%E4%AA%91>,
        "䪑"^^xsd:string ;
    rdfs:comment "to stick; to paste leather to shoes"@en .

<http://lexvo.org/id/char/4A92> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%AA%92>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%A0o%20zh%C3%AC%20zh%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zyu3>,
        <http://lexvo.org/id/term/yue/%E4%AA%92>,
        "䪒"^^xsd:string ;
    rdfs:comment "leather pants, a kind of military uniform, gaiters and leggings"@en .

<http://lexvo.org/id/char/4A93> a lvont:Character ;
    lvont:represents "䪓"^^xsd:string ;
    rdfs:comment "a metal ornament on some kind of belt (clothing of the Northern barbarians)"@en .

<http://lexvo.org/id/char/4A94> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%AA%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C7%94>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bou2>,
        <http://lexvo.org/id/term/yue/%E4%AA%94>,
        "䪔"^^xsd:string ;
    rdfs:comment "cross-bar of wood under the carriage, under garments"@en .

<http://lexvo.org/id/char/4A95> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%AA%95>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%BA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/guk1>,
        <http://lexvo.org/id/term/yue/%E4%AA%95>,
        "䪕"^^xsd:string ;
    rdfs:comment "to wrap or band, (same as 鞠) to nourish, to inform, a ball a child"@en .

<http://lexvo.org/id/char/4A96> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%AA%96>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%B2>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/pak3%20pok3>,
        <http://lexvo.org/id/term/yue/%E4%AA%96>,
        "䪖"^^xsd:string ;
    rdfs:comment "(same as U+4A99 䪙) leather wrapped collar for a draft animal of a carriage, bags used on a carriage; (same as U+4A94 䪔) undergarments"@en .

<http://lexvo.org/id/char/4A97> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%AA%97>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A1>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/haa4>,
        <http://lexvo.org/id/term/yue/%E4%AA%97>,
        "䪗"^^xsd:string ;
    rdfs:comment "shoes"@en .

<http://lexvo.org/id/char/4A98> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%AA%98>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C4%9Bi>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/daai1%20waai5>,
        <http://lexvo.org/id/term/yue/%E4%AA%98>,
        "䪘"^^xsd:string ;
    rdfs:comment "(same as 韙) right; proper; propriety, official in charge of music"@en .

<http://lexvo.org/id/char/4A99> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%AA%99>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%BA%20p%C3%B2>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/pok3>,
        <http://lexvo.org/id/term/yue/%E4%AA%99>,
        "䪙"^^xsd:string ;
    rdfs:comment "leather wrapped collar for a draft animal of a carriage, bags used on a carriage; (same as U+4A94 䪔) undergarments"@en .

<http://lexvo.org/id/char/4A9A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%AA%9A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A8%20t%C3%A0>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tap3>,
        <http://lexvo.org/id/term/yue/%E4%AA%9A>,
        "䪚"^^xsd:string ;
    rdfs:comment "hot; burning, fur clothing, weapons, drum"@en .

<http://lexvo.org/id/char/4A9B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%AA%9B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/faan1>,
        <http://lexvo.org/id/term/yue/%E4%AA%9B>,
        "䪛"^^xsd:string ;
    rdfs:comment "group; crowd; swarm; a flock, a square of leather, leather wrapped"@en .

<http://lexvo.org/id/char/4A9C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%AA%9C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sim4%20zim4>,
        <http://lexvo.org/id/term/yue/%E4%AA%9C>,
        "䪜"^^xsd:string ;
    rdfs:comment "a shield; a screen, (same as 襜) the low front of a robe, gown, etc., a short coat that have no lining, a small mud guard, or fender, a leather garment worn during sacrificial rituals in ancient times"@en .

<http://lexvo.org/id/char/4A9D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%AA%9D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wok6%20wu6>,
        <http://lexvo.org/id/term/yue/%E4%AA%9D>,
        "䪝"^^xsd:string ;
    rdfs:comment "leather cord that winding on the handle of a knife"@en .

<http://lexvo.org/id/char/4A9E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%AA%9E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C3%A1>,
        "䪞"^^xsd:string ;
    rdfs:comment "bad; evil; wicked; vice, last name written in the seal type"@en .

<http://lexvo.org/id/char/4A9F> a lvont:Character ;
    lvont:represents "䪟"^^xsd:string .

<http://lexvo.org/id/char/4AA0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/saai1%20zaai1>,
        <http://lexvo.org/id/term/yue/%E4%AA%A0>,
        "䪠"^^xsd:string ;
    rdfs:comment "(same as U+97F2 齏) pulverized; powdered; crumbs; bits"@en .

<http://lexvo.org/id/char/4AA1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/zai1>,
        <http://lexvo.org/id/term/yue/%E4%AA%A1>,
        "䪡"^^xsd:string ;
    rdfs:comment "(same as 齏) to fall down; to sink"@en .

<http://lexvo.org/id/char/4AA2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/zai1>,
        <http://lexvo.org/id/term/yue/%E4%AA%A2>,
        "䪢"^^xsd:string ;
    rdfs:comment "smashed; pickled vegetable"@en .

<http://lexvo.org/id/char/4AA3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/zai1>,
        <http://lexvo.org/id/term/yue/%E4%AA%A3>,
        "䪣"^^xsd:string ;
    rdfs:comment "(same as 䪢) smashed; pickled vegetable"@en .

<http://lexvo.org/id/char/4AA4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%AA%A4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/faan4>,
        <http://lexvo.org/id/term/yue/%E4%AA%A4>,
        "䪤"^^xsd:string ;
    rdfs:comment "garlic"@en .

<http://lexvo.org/id/char/4AA5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%AA%A5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/di%C3%A9%20xi%C3%A8>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/haai6>,
        <http://lexvo.org/id/term/yue/%E4%AA%A5>,
        "䪥"^^xsd:string ;
    rdfs:comment "shallots or scallions, small (piece of land); narrow (minded)"@en .

<http://lexvo.org/id/char/4AA6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%AA%A6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%B3ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hung4>,
        <http://lexvo.org/id/term/yue/%E4%AA%A6>,
        "䪦"^^xsd:string ;
    rdfs:comment "loud"@en .

<http://lexvo.org/id/char/4AA7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%AA%A7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ci4>,
        <http://lexvo.org/id/term/yue/%E4%AA%A7>,
        "䪧"^^xsd:string ;
    rdfs:comment "ancient music; Chinese classical music"@en .

<http://lexvo.org/id/char/4AA8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%AA%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%A1o%20q%C3%BA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bok6>,
        <http://lexvo.org/id/term/yue/%E4%AA%A8>,
        "䪨"^^xsd:string .

<http://lexvo.org/id/char/4AA9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%AA%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%ADn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zaam4>,
        <http://lexvo.org/id/term/yue/%E4%AA%A9>,
        "䪩"^^xsd:string ;
    rdfs:comment "(same as 吟) to chant; to intone; to sing; to recite; to moan; to sigh"@en .

<http://lexvo.org/id/char/4AAA> a lvont:Character ;
    lvont:represents "䪪"^^xsd:string .

<http://lexvo.org/id/char/4AAB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/haang1>,
        <http://lexvo.org/id/term/yue/%E4%AA%AB>,
        "䪫"^^xsd:string ;
    rdfs:comment "ancient music; Chinese classical music"@en .

<http://lexvo.org/id/char/4AAC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%AA%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%B3%20p%C3%BA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/but6>,
        <http://lexvo.org/id/term/yue/%E4%AA%AC>,
        "䪬"^^xsd:string ;
    rdfs:comment "sound of pressing something down"@en .

<http://lexvo.org/id/char/4AAD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%AA%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ru%C7%8En>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zyun2>,
        <http://lexvo.org/id/term/yue/%E4%AA%AD>,
        "䪭"^^xsd:string ;
    rdfs:comment "a kind of musical instrument"@en .

<http://lexvo.org/id/char/4AAE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%AA%AE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C7%92u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zaau1>,
        <http://lexvo.org/id/term/yue/%E4%AA%AE>,
        "䪮"^^xsd:string ;
    rdfs:comment "beautiful sound, appealing to the ear; fascinating to listen to (said of music), noise or uproar of the crowd"@en .

<http://lexvo.org/id/char/4AAF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%AA%AF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%ADng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ang1>,
        <http://lexvo.org/id/term/yue/%E4%AA%AF>,
        "䪯"^^xsd:string ;
    rdfs:comment "sound, whisper, to groan; to moan"@en .

<http://lexvo.org/id/char/4AB0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/zi1>,
        <http://lexvo.org/id/term/yue/%E4%AA%B0>,
        "䪰"^^xsd:string ;
    rdfs:comment "(same as 噫) (in grammar) interjection, to exclaim"@en .

<http://lexvo.org/id/char/4AB1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%AA%B1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C7%8Ei>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/goi2>,
        <http://lexvo.org/id/term/yue/%E4%AA%B1>,
        "䪱"^^xsd:string ;
    rdfs:comment "(same as 胲) cheek; face, ugly (same as 孩) a child"@en .

<http://lexvo.org/id/char/4AB2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/kwaan1%20waan4%20waan6>,
        <http://lexvo.org/id/term/yue/%E4%AA%B2>,
        "䪲"^^xsd:string ;
    rdfs:comment "(interchangeable 頑 髡) ancient punishment of shaving the head"@en .

<http://lexvo.org/id/char/4AB3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%AA%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%94n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wan5>,
        <http://lexvo.org/id/term/yue/%E4%AA%B3>,
        "䪳"^^xsd:string ;
    rdfs:comment "slanted face causing by the paralyzed of the facial nerve"@en .

<http://lexvo.org/id/char/4AB4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%AA%B4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C4%9Bn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/daam2%20zam2>,
        <http://lexvo.org/id/term/yue/%E4%AA%B4>,
        "䪴"^^xsd:string ;
    rdfs:comment "the occiput, or occipital bone, to hang down one's head, ugly, silly; foolish; stupid; idiotic; crazy; insane"@en .

<http://lexvo.org/id/char/4AB5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%AA%B5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%8E>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ngaa5>,
        <http://lexvo.org/id/term/yue/%E4%AA%B5>,
        "䪵"^^xsd:string .

<http://lexvo.org/id/char/4AB6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/zeoi1>,
        <http://lexvo.org/id/term/yue/%E4%AA%B6>,
        "䪶"^^xsd:string ;
    rdfs:comment "the chin; the jaws"@en .

<http://lexvo.org/id/char/4AB7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%AA%B7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%B2u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gaau3>,
        <http://lexvo.org/id/term/yue/%E4%AA%B7>,
        "䪷"^^xsd:string ;
    rdfs:comment "to toil or labor sedulously"@en .

<http://lexvo.org/id/char/4AB8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%AA%B8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%ADn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/man4>,
        <http://lexvo.org/id/term/yue/%E4%AA%B8>,
        "䪸"^^xsd:string ;
    rdfs:comment "strong; powerful; vigorous, (same as 頢) a short face, a small head"@en .

<http://lexvo.org/id/char/4AB9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%AA%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%A9i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/pai4%20pei1%20pui4>,
        <http://lexvo.org/id/term/yue/%E4%AA%B9>,
        "䪹"^^xsd:string ;
    rdfs:comment "a large face"@en .

<http://lexvo.org/id/char/4ABA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%AA%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C3%A9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gok3>,
        <http://lexvo.org/id/term/yue/%E4%AA%BA>,
        "䪺"^^xsd:string ;
    rdfs:comment "(non-classical form) teethridge; gum; the jaw bone, the skull, the top of the skull"@en .

<http://lexvo.org/id/char/4ABB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%AA%BB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/bi%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bin6>,
        <http://lexvo.org/id/term/yue/%E4%AA%BB>,
        "䪻"^^xsd:string ;
    rdfs:comment "a cap, a slanting cap, face, bald head"@en .

<http://lexvo.org/id/char/4ABC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/zyut3>,
        <http://lexvo.org/id/term/yue/%E4%AA%BC>,
        "䪼"^^xsd:string ;
    rdfs:comment "the cheek-bone; the malar bone; the malar"@en .

<http://lexvo.org/id/char/4ABD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%AA%BD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A0o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hou6>,
        <http://lexvo.org/id/term/yue/%E4%AA%BD>,
        "䪽"^^xsd:string ;
    rdfs:comment "hoary-haired person"@en .

<http://lexvo.org/id/char/4ABE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%AA%BE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%AD%20zh%C4%9Bn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/caan2%20zaan2>,
        <http://lexvo.org/id/term/yue/%E4%AA%BE>,
        "䪾"^^xsd:string ;
    rdfs:comment "to deal with affairs cautiously, head with less hair, ashamed; humiliated"@en .

<http://lexvo.org/id/char/4ABF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%AA%BF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C4%9Bng%20x%C3%ACn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/seon3>,
        <http://lexvo.org/id/term/yue/%E4%AA%BF>,
        "䪿"^^xsd:string ;
    rdfs:comment "(same as 囟) the top of the head, the skull"@en .

<http://lexvo.org/id/char/4AC0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%AB%80>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C4%9Bn>,
        "䫀"^^xsd:string ;
    rdfs:comment "the lower end of the jaws, high cheek-bone, to bend (or lower) one's head"@en .

<http://lexvo.org/id/char/4AC1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%AB%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bei6>,
        <http://lexvo.org/id/term/yue/%E4%AB%81>,
        "䫁"^^xsd:string ;
    rdfs:comment "the first son; a dog's first pup"@en .

<http://lexvo.org/id/char/4AC2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%AB%82>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/du%C7%92>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/do1>,
        <http://lexvo.org/id/term/yue/%E4%AB%82>,
        "䫂"^^xsd:string ;
    rdfs:comment "ugly"@en .

<http://lexvo.org/id/char/4AC3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%AB%83>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%BAn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/seon4>,
        <http://lexvo.org/id/term/yue/%E4%AB%83>,
        "䫃"^^xsd:string ;
    rdfs:comment "(ancient form of 脣 唇) the lips, to move one's head"@en .

<http://lexvo.org/id/char/4AC4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%AB%84>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/chu%C3%A0>,
        "䫄"^^xsd:string ;
    rdfs:comment "better than, small head, short face"@en .

<http://lexvo.org/id/char/4AC5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%AB%85>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/san3%20tam4>,
        <http://lexvo.org/id/term/yue/%E4%AB%85>,
        "䫅"^^xsd:string ;
    rdfs:comment "to shake one's head"@en .

<http://lexvo.org/id/char/4AC6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%AB%86>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%A9ng%20zh%C3%A8ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dip6%20sing4%20sing6>,
        <http://lexvo.org/id/term/yue/%E4%AB%86>,
        "䫆"^^xsd:string ;
    rdfs:comment "the front and back of the neck"@en .

<http://lexvo.org/id/char/4AC7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%AB%87>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/r%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zim4>,
        <http://lexvo.org/id/term/yue/%E4%AB%87>,
        "䫇"^^xsd:string ;
    rdfs:comment "(same as 髯) the whiskers; the beard"@en .

<http://lexvo.org/id/char/4AC8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%AB%88>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C4%9Bn>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C3%A8n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cim4%20saam4%20zaam1>,
        <http://lexvo.org/id/term/yue/%E4%AB%88>,
        "䫈"^^xsd:string ;
    rdfs:comment "ugly, to bend (or lower) of one's head"@en .

<http://lexvo.org/id/char/4AC9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%AB%89>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A0o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/maau6>,
        <http://lexvo.org/id/term/yue/%E4%AB%89>,
        "䫉"^^xsd:string ;
    rdfs:comment "(ancient form of U+7683 貌) facial appearance, manner; bearing"@en .

<http://lexvo.org/id/char/4ACA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%AB%8A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%B3%20p%C3%A9i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/pui4>,
        <http://lexvo.org/id/term/yue/%E4%AB%8A>,
        "䫊"^^xsd:string ;
    rdfs:comment "(same as U+4AB9 䪹) chin; the jaws; the cheeks"@en .

<http://lexvo.org/id/char/4ACB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%AB%8B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/tu%C3%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/teoi4>,
        <http://lexvo.org/id/term/yue/%E4%AB%8B>,
        "䫋"^^xsd:string ;
    rdfs:comment "female attendants or servants, (same as 隤) to fall in ruins; to collapse"@en .

<http://lexvo.org/id/char/4ACC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%AB%8C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C7%90>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/pei2%20pei3>,
        <http://lexvo.org/id/term/yue/%E4%AB%8C>,
        "䫌"^^xsd:string ;
    rdfs:comment "bowed one's head"@en .

<http://lexvo.org/id/char/4ACD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%AB%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C7%94>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fu2>,
        <http://lexvo.org/id/term/yue/%E4%AB%8D>,
        "䫍"^^xsd:string ;
    rdfs:comment "(corrupted form of 頫) (interchangeable 俯) to bow one's head; chin down, to wash oneself, to view; to watch"@en .

<http://lexvo.org/id/char/4ACE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/zyut3>,
        <http://lexvo.org/id/term/yue/%E4%AB%8E>,
        "䫎"^^xsd:string ;
    rdfs:comment "short"@en .

<http://lexvo.org/id/char/4ACF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C4%AB>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hei1>,
        <http://lexvo.org/id/term/yue/%E4%AB%8F>,
        "䫏"^^xsd:string ;
    rdfs:comment "(same as U+9B4C 魌) ugly, phycial or moral deformity, the mask wearing by one who is driven away spirits"@en .

<http://lexvo.org/id/char/4AD0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%AB%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%ADn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/laam4%20laau5>,
        <http://lexvo.org/id/term/yue/%E4%AB%90>,
        "䫐"^^xsd:string ;
    rdfs:comment "to bend (or lower) one's head; to bow (usually refer to submission or admission of a wrong doing)"@en .

<http://lexvo.org/id/char/4AD1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/hei1%20zi1>,
        <http://lexvo.org/id/term/yue/%E4%AB%91>,
        "䫑"^^xsd:string ;
    rdfs:comment "good; nice; fine; (same as U+4ACF 䫏; standard form of U+9B4C 魌) ugly, physical or moral deformity, the mask wearing by one who is driven away spirits"@en .

<http://lexvo.org/id/char/4AD2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%AB%92>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A9n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mun4%20mung4>,
        <http://lexvo.org/id/term/yue/%E4%AB%92>,
        "䫒"^^xsd:string ;
    rdfs:comment "disease, in a coma; apoplexy; unconscious; stupor"@en .

<http://lexvo.org/id/char/4AD3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%AB%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C3%BA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ng4%20ngaa4>,
        <http://lexvo.org/id/term/yue/%E4%AB%93>,
        "䫓"^^xsd:string ;
    rdfs:comment "(corrupted form) large head"@en .

<http://lexvo.org/id/char/4AD4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%AB%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C3%AC%20qi%C3%A8%20x%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/haai6>,
        <http://lexvo.org/id/term/yue/%E4%AB%94>,
        "䫔"^^xsd:string ;
    rdfs:comment "a servant, to fear, short; a short person, angry, small headed"@en .

<http://lexvo.org/id/char/4AD5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%AB%95>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zaat6>,
        <http://lexvo.org/id/term/yue/%E4%AB%95>,
        "䫕"^^xsd:string ;
    rdfs:comment "small headed"@en .

<http://lexvo.org/id/char/4AD6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%AB%96>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C4%9Bn%20hu%C7%90%20n%C3%B2u%20sh%C3%A8n%20t%C3%ADng%20y%C3%A0%20zh%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cam2>,
        <http://lexvo.org/id/term/yue/%E4%AB%96>,
        "䫖"^^xsd:string ;
    rdfs:comment "timid; weak and dulll"@en .

<http://lexvo.org/id/char/4AD7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%AB%97>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A1%20xi%C3%A0>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/haa4>,
        <http://lexvo.org/id/term/yue/%E4%AB%97>,
        "䫗"^^xsd:string ;
    rdfs:comment "reckless; unrestrained; without limit (said of speech; words, etc.), hard to tell"@en .

<http://lexvo.org/id/char/4AD8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%AB%98>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hot3>,
        <http://lexvo.org/id/term/yue/%E4%AB%98>,
        "䫘"^^xsd:string ;
    rdfs:comment "healthy; strong, hair-less"@en .

<http://lexvo.org/id/char/4AD9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%AB%99>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C7%8Eng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/song2>,
        <http://lexvo.org/id/term/yue/%E4%AB%99>,
        "䫙"^^xsd:string ;
    rdfs:comment "(non-classical of 顙) the forehead"@en .

<http://lexvo.org/id/char/4ADA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/gwaa1>,
        <http://lexvo.org/id/term/yue/%E4%AB%9A>,
        "䫚"^^xsd:string ;
    rdfs:comment "short headed"@en .

<http://lexvo.org/id/char/4ADB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%AB%9B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%B3u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hau4>,
        <http://lexvo.org/id/term/yue/%E4%AB%9B>,
        "䫛"^^xsd:string ;
    rdfs:comment "reckless; unrestrained; without limit (said of speech; words, etc.)"@en .

<http://lexvo.org/id/char/4ADC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/au1%20au3>,
        <http://lexvo.org/id/term/yue/%E4%AB%9C>,
        "䫜"^^xsd:string ;
    rdfs:comment "sunken eyes, a hollow"@en .

<http://lexvo.org/id/char/4ADD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%AB%9D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C7%94%20f%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fuk1>,
        <http://lexvo.org/id/term/yue/%E4%AB%9D>,
        "䫝"^^xsd:string ;
    rdfs:comment "(same as 馥) fragrance; aroma"@en .

<http://lexvo.org/id/char/4ADE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%AB%9E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/r%C3%A1o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kiu5>,
        <http://lexvo.org/id/term/yue/%E4%AB%9E>,
        "䫞"^^xsd:string ;
    rdfs:comment "large head, a wide forehead, numerous; crowd, (interchangeable 頒) a fish with a large head"@en .

<http://lexvo.org/id/char/4ADF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%AB%9F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%BAn%20h%C3%B9n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wan6>,
        <http://lexvo.org/id/term/yue/%E4%AB%9F>,
        "䫟"^^xsd:string ;
    rdfs:comment "facial complexion (yellowish because of worrying), a round skull and face"@en .

<http://lexvo.org/id/char/4AE0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%AB%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%A9i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/pei1>,
        <http://lexvo.org/id/term/yue/%E4%AB%A0>,
        "䫠"^^xsd:string ;
    rdfs:comment "short hair and beard"@en .

<http://lexvo.org/id/char/4AE1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%AB%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C3%A0n%20y%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/him3%20ngam4>,
        <http://lexvo.org/id/term/yue/%E4%AB%A1>,
        "䫡"^^xsd:string ;
    rdfs:comment "a long shape of head and face, the cheeks; the jaw, ugly, a long face"@en .

<http://lexvo.org/id/char/4AE2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/si1>,
        <http://lexvo.org/id/term/yue/%E4%AB%A2>,
        "䫢"^^xsd:string ;
    rdfs:comment "good; fine; excellent, pleasing, a wry neck"@en .

<http://lexvo.org/id/char/4AE3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%AB%A3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C3%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/haai4%20kaai3%20kit3>,
        <http://lexvo.org/id/term/yue/%E4%AB%A3>,
        "䫣"^^xsd:string ;
    rdfs:comment "a wry neck"@en .

<http://lexvo.org/id/char/4AE4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%AB%A4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%ADng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mang1%20ming4>,
        <http://lexvo.org/id/term/yue/%E4%AB%A4>,
        "䫤"^^xsd:string ;
    rdfs:comment "between the eyebrows and eyes; general facial appearance"@en .

<http://lexvo.org/id/char/4AE5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%AB%A5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ku%C7%90%20w%C4%9Bi>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ngaai5>,
        <http://lexvo.org/id/term/yue/%E4%AB%A5>,
        "䫥"^^xsd:string ;
    rdfs:comment "a wry neck, a large head"@en .

<http://lexvo.org/id/char/4AE6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%AB%A6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C3%A9%20k%C3%A0i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gok3%20haap3%20koi3>,
        <http://lexvo.org/id/term/yue/%E4%AB%A6>,
        "䫦"^^xsd:string ;
    rdfs:comment "the lower jawbone, the cranium"@en .

<http://lexvo.org/id/char/4AE7> a lvont:Character ;
    lvont:represents "䫧"^^xsd:string .

<http://lexvo.org/id/char/4AE8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C3%A0o>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%AB%A8>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ngou6>,
        <http://lexvo.org/id/term/yue/%E4%AB%A8>,
        "䫨"^^xsd:string ;
    rdfs:comment "tall and big; colossal"@en .

<http://lexvo.org/id/char/4AE9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%AB%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C7%8En>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/san2>,
        <http://lexvo.org/id/term/yue/%E4%AB%A9>,
        "䫩"^^xsd:string ;
    rdfs:comment "to shake one's head"@en .

<http://lexvo.org/id/char/4AEA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%AB%AA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/shu%C7%8Eng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sin1%20song2>,
        <http://lexvo.org/id/term/yue/%E4%AB%AA>,
        "䫪"^^xsd:string ;
    rdfs:comment "ugly; repulsive"@en .

<http://lexvo.org/id/char/4AEB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%AB%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%B3u%20l%C3%B2u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lau4>,
        <http://lexvo.org/id/term/yue/%E4%AB%AB>,
        "䫫"^^xsd:string ;
    rdfs:comment "(same as 髏) human skeleton, (interchangeable 鏤) to engrave; to carve"@en .

<http://lexvo.org/id/char/4AEC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%AB%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C4%9Bn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zam2>,
        <http://lexvo.org/id/term/yue/%E4%AB%AC>,
        "䫬"^^xsd:string ;
    rdfs:comment "to bow; to lower the head in shame, long and sharp of the head, weak and dull"@en .

<http://lexvo.org/id/char/4AED> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%AB%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kui2>,
        <http://lexvo.org/id/term/yue/%E4%AB%AD>,
        "䫭"^^xsd:string ;
    rdfs:comment "bald-headed"@en .

<http://lexvo.org/id/char/4AEE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%AB%AE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C3%A1n%20c%C7%8En%20t%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cam4>,
        <http://lexvo.org/id/term/yue/%E4%AB%AE>,
        "䫮"^^xsd:string ;
    rdfs:comment "to bend or lower of one's head; to bow (usually refer to submission or admission of a wrong doing), to take, to choose, to dwell, to stop"@en .

<http://lexvo.org/id/char/4AEF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/ci4%20kei1%20saai1%20zi1>,
        <http://lexvo.org/id/term/yue/%E4%AB%AF>,
        "䫯"^^xsd:string ;
    rdfs:comment "(abbreviated form) to take a casual look at, to look sideways, female beauty; handsome"@en .

<http://lexvo.org/id/char/4AF0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%AB%B0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%ACn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/leon6>,
        <http://lexvo.org/id/term/yue/%E4%AB%B0>,
        "䫰"^^xsd:string ;
    rdfs:comment "sparse hair"@en .

<http://lexvo.org/id/char/4AF1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%AB%B1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C3%A1%20r%C3%BA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zyu4>,
        <http://lexvo.org/id/term/yue/%E4%AB%B1>,
        "䫱"^^xsd:string ;
    rdfs:comment "(same as 顬) a part of the skull"@en .

<http://lexvo.org/id/char/4AF2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%AB%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A0n%20k%C7%8En>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/haam2%20zim2>,
        <http://lexvo.org/id/term/yue/%E4%AB%B2>,
        "䫲"^^xsd:string ;
    rdfs:comment "thin and sickly in appearance; emaciated look, to move one's head"@en .

<http://lexvo.org/id/char/4AF3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%AB%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%BA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/duk6>,
        <http://lexvo.org/id/term/yue/%E4%AB%B3>,
        "䫳"^^xsd:string ;
    rdfs:comment "(same as 髑) human skull"@en .

<http://lexvo.org/id/char/4AF4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%AB%B4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%ACn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gaam3%20ging6>,
        <http://lexvo.org/id/term/yue/%E4%AB%B4>,
        "䫴"^^xsd:string ;
    rdfs:comment "weak and dull, to gnash the teeth (in anger or hatred)"@en .

<http://lexvo.org/id/char/4AF5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%AB%B5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/mi%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/min4>,
        <http://lexvo.org/id/term/yue/%E4%AB%B5>,
        "䫵"^^xsd:string ;
    rdfs:comment "twins"@en .

<http://lexvo.org/id/char/4AF6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%AB%B6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fan4>,
        <http://lexvo.org/id/term/yue/%E4%AB%B6>,
        "䫶"^^xsd:string ;
    rdfs:comment "ugly"@en .

<http://lexvo.org/id/char/4AF7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C3%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%AB%B7>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ngok6>,
        <http://lexvo.org/id/term/yue/%E4%AB%B7>,
        "䫷"^^xsd:string ;
    rdfs:comment "(same as 顎) the jowl; the cheek bones, high cheek-boned"@en .

<http://lexvo.org/id/char/4AF8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%AB%B8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C3%A1o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/siu1>,
        <http://lexvo.org/id/term/yue/%E4%AB%B8>,
        "䫸"^^xsd:string ;
    rdfs:comment "to blow, hot wind; wind of heat"@en .

<http://lexvo.org/id/char/4AF9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%AB%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%B3ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hung4%20kyun4>,
        <http://lexvo.org/id/term/yue/%E4%AB%B9>,
        "䫹"^^xsd:string ;
    rdfs:comment "(non-classical form) the sound of the wind, a typhoon; great gale of wind"@en .

<http://lexvo.org/id/char/4AFA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%AB%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%B3ng%20h%C3%B2u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wang4>,
        <http://lexvo.org/id/term/yue/%E4%AB%BA>,
        "䫺"^^xsd:string ;
    rdfs:comment "a typhoon; great gale of wind"@en .

<http://lexvo.org/id/char/4AFB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%AB%BB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xu%C3%A9%20y%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/waat6>,
        <http://lexvo.org/id/term/yue/%E4%AB%BB>,
        "䫻"^^xsd:string ;
    rdfs:comment "a typhoon; great gale of wind"@en .

<http://lexvo.org/id/char/4AFC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%AB%BC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xu%C3%A8>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hyut3>,
        <http://lexvo.org/id/term/yue/%E4%AB%BC>,
        "䫼"^^xsd:string ;
    rdfs:comment "breeze; light wind, sound of the wind"@en .

<http://lexvo.org/id/char/4AFD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/pau1>,
        <http://lexvo.org/id/term/yue/%E4%AB%BD>,
        "䫽"^^xsd:string ;
    rdfs:comment "breeze; light wind"@en .

<http://lexvo.org/id/char/4AFE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%AB%BE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bik1>,
        <http://lexvo.org/id/term/yue/%E4%AB%BE>,
        "䫾"^^xsd:string ;
    rdfs:comment "breeze; light wind, cold or flu"@en .

<http://lexvo.org/id/char/4AFF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/ciu1%20coi2%20coi3>,
        <http://lexvo.org/id/term/yue/%E4%AB%BF>,
        "䫿"^^xsd:string ;
    rdfs:comment "a cool breeze; cold wind from the north; cold wind from the south-west"@en .

<http://lexvo.org/id/char/4B00> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%AC%80>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%92u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zaau1>,
        <http://lexvo.org/id/term/yue/%E4%AC%80>,
        "䬀"^^xsd:string ;
    rdfs:comment "sound of the wind"@en .

<http://lexvo.org/id/char/4B01> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%AC%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/naa5%20zyu4%20zyu6>,
        <http://lexvo.org/id/term/yue/%E4%AC%81>,
        "䬁"^^xsd:string ;
    rdfs:comment "a light cyclone; a whirlwind"@en .

<http://lexvo.org/id/char/4B02> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%AC%82>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xu%C3%A8%20yu%C3%A8>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zyut6>,
        <http://lexvo.org/id/term/yue/%E4%AC%82>,
        "䬂"^^xsd:string ;
    rdfs:comment "breeze; light wind"@en .

<http://lexvo.org/id/char/4B03> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%AC%83>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C3%A0>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sap3%20seon3%20sou3>,
        <http://lexvo.org/id/term/yue/%E4%AC%83>,
        "䬃"^^xsd:string ;
    rdfs:comment "(same as 颯) the sound of wind, a gust; suddenly"@en .

<http://lexvo.org/id/char/4B04> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%AC%84>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/syu3%20waat6%20zyut6>,
        <http://lexvo.org/id/term/yue/%E4%AC%84>,
        "䬄"^^xsd:string ;
    rdfs:comment "breeze; light wind"@en .

<http://lexvo.org/id/char/4B05> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%AC%85>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%AC%20xi%C3%A9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lik6>,
        <http://lexvo.org/id/term/yue/%E4%AC%85>,
        "䬅"^^xsd:string ;
    rdfs:comment "a gale; a gust of swift wind, timely wind"@en .

<http://lexvo.org/id/char/4B06> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%AC%86>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/leot6>,
        <http://lexvo.org/id/term/yue/%E4%AC%86>,
        "䬆"^^xsd:string ;
    rdfs:comment "a blustering gale; violent storm"@en .

<http://lexvo.org/id/char/4B07> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%AC%87>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/yu%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/waat6%20zyun6>,
        <http://lexvo.org/id/term/yue/%E4%AC%87>,
        "䬇"^^xsd:string ;
    rdfs:comment "breeze; light wind"@en .

<http://lexvo.org/id/char/4B08> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%AC%88>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/du%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/deoi3>,
        <http://lexvo.org/id/term/yue/%E4%AC%88>,
        "䬈"^^xsd:string ;
    rdfs:comment "breeze; light wind"@en .

<http://lexvo.org/id/char/4B09> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%AC%89>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A0o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/waak6>,
        <http://lexvo.org/id/term/yue/%E4%AC%89>,
        "䬉"^^xsd:string ;
    rdfs:comment "hot wind; wind of heat"@en .

<http://lexvo.org/id/char/4B0A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%AC%8A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C3%A8%20sh%C3%A0>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/saap3>,
        <http://lexvo.org/id/term/yue/%E4%AC%8A>,
        "䬊"^^xsd:string ;
    rdfs:comment "a gale; a gust of swift wind"@en .

<http://lexvo.org/id/char/4B0B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%AC%8B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%A9ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ling4>,
        <http://lexvo.org/id/term/yue/%E4%AC%8B>,
        "䬋"^^xsd:string ;
    rdfs:comment "violent wind; strong wind"@en .

<http://lexvo.org/id/char/4B0C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/paau1>,
        <http://lexvo.org/id/term/yue/%E4%AC%8C>,
        "䬌"^^xsd:string ;
    rdfs:comment "the wind blows, blown by the wind"@en .

<http://lexvo.org/id/char/4B0D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/fat1>,
        <http://lexvo.org/id/term/yue/%E4%AC%8D>,
        "䬍"^^xsd:string ;
    rdfs:comment "the sound of wind, a gale; a typhoon"@en .

<http://lexvo.org/id/char/4B0E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%AC%8E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/gu%C3%B3>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gwok3%20kwong4>,
        <http://lexvo.org/id/term/yue/%E4%AC%8E>,
        "䬎"^^xsd:string ;
    rdfs:comment "hot air; hot vapor, wind of the heat"@en .

<http://lexvo.org/id/char/4B0F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%AC%8F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%B9%20f%C7%92u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/faau2>,
        <http://lexvo.org/id/term/yue/%E4%AC%8F>,
        "䬏"^^xsd:string ;
    rdfs:comment "wind; light breezes"@en .

<http://lexvo.org/id/char/4B10> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%AC%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C4%9Bi>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/waai2>,
        <http://lexvo.org/id/term/yue/%E4%AC%90>,
        "䬐"^^xsd:string ;
    rdfs:comment "breeze"@en .

<http://lexvo.org/id/char/4B11> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%AC%91>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C3%A8i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/waai6%20waan3>,
        <http://lexvo.org/id/term/yue/%E4%AC%91>,
        "䬑"^^xsd:string ;
    rdfs:comment "a gale; a typhoon, the sound of wind"@en .

<http://lexvo.org/id/char/4B12> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/saau1%20siu1%20wai4>,
        <http://lexvo.org/id/term/yue/%E4%AC%92>,
        "䬒"^^xsd:string ;
    rdfs:comment "to blow chilly; (same as U+98BC 颼) a whizzing sound, a cool breeze; the south-west wind"@en .

<http://lexvo.org/id/char/4B13> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C3%A0n%20%C7%8Eng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%AC%93>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/aam3%20kaau1>,
        <http://lexvo.org/id/term/yue/%E4%AC%93>,
        "䬓"^^xsd:string ;
    rdfs:comment "hurricane; gale; cyclone"@en .

<http://lexvo.org/id/char/4B14> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%AC%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C3%B9%20y%C3%BA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zyu4>,
        <http://lexvo.org/id/term/yue/%E4%AC%94>,
        "䬔"^^xsd:string ;
    rdfs:comment "hurricane; gale; cyclone"@en .

<http://lexvo.org/id/char/4B15> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%AC%95>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C7%8Eng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hoeng1>,
        <http://lexvo.org/id/term/yue/%E4%AC%95>,
        "䬕"^^xsd:string ;
    rdfs:comment "sound of the wind, degenerate social customs and practices"@en .

<http://lexvo.org/id/char/4B16> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%AC%96>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A9ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/waang4>,
        <http://lexvo.org/id/term/yue/%E4%AC%96>,
        "䬖"^^xsd:string ;
    rdfs:comment "(same as U+4B1D 䬝) a storm; a tempest"@en .

<http://lexvo.org/id/char/4B17> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%AC%97>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A1ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zoeng4>,
        <http://lexvo.org/id/term/yue/%E4%AC%97>,
        "䬗"^^xsd:string ;
    rdfs:comment "(non-classical form of 颺) blown or tossed about by the wind, to fly or blow away, to scatter; to spread"@en .

<http://lexvo.org/id/char/4B18> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/gwik1%20hau1%20hou3%20man5%20zing4>,
        <http://lexvo.org/id/term/yue/%E4%AC%98>,
        "䬘"^^xsd:string ;
    rdfs:comment "the wind blows, blown by the wind"@en .

<http://lexvo.org/id/char/4B19> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%AC%99>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A1o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ziu4>,
        <http://lexvo.org/id/term/yue/%E4%AC%99>,
        "䬙"^^xsd:string ;
    rdfs:comment "(same as 颻) to dance and toss about in the wind; waving and drifting with the wind, unsteady"@en .

<http://lexvo.org/id/char/4B1A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/fan3%20fan4%20kaau1>,
        <http://lexvo.org/id/term/yue/%E4%AC%9A>,
        "䬚"^^xsd:string ;
    rdfs:comment "(same as 颿) to move fast; to hasten, a swift horse, (same as 帆) a sail (of a boat)"@en .

<http://lexvo.org/id/char/4B1B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%AC%9B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%AC%20y%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bit1>,
        <http://lexvo.org/id/term/yue/%E4%AC%9B>,
        "䬛"^^xsd:string ;
    rdfs:comment "the roaring of the wind, cold wind"@en .

<http://lexvo.org/id/char/4B1C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/ci1>,
        <http://lexvo.org/id/term/yue/%E4%AC%9C>,
        "䬜"^^xsd:string ;
    rdfs:comment "(same as standard form 魑) evil spirits; a mountain demon resembling a tiger; a mountain elf"@en .

<http://lexvo.org/id/char/4B1D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%AC%9D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A9ng%20h%C3%B2ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/waang4>,
        <http://lexvo.org/id/term/yue/%E4%AC%9D>,
        "䬝"^^xsd:string ;
    rdfs:comment "(same as U+4B16 䬖) a storm; a tempest"@en .

<http://lexvo.org/id/char/4B1E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%AC%9E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%A1o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tou4>,
        <http://lexvo.org/id/term/yue/%E4%AC%9E>,
        "䬞"^^xsd:string ;
    rdfs:comment "wind; strom, sound of the wind"@en .

<http://lexvo.org/id/char/4B1F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%AC%9F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C3%BA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lau4>,
        <http://lexvo.org/id/term/yue/%E4%AC%9F>,
        "䬟"^^xsd:string ;
    rdfs:comment "sound of wind"@en .

<http://lexvo.org/id/char/4B20> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/fei1>,
        <http://lexvo.org/id/term/yue/%E4%AC%A0>,
        "䬠"^^xsd:string ;
    rdfs:comment "(ancient form of 霏) the falling of snow and rain, driving sleet"@en .

<http://lexvo.org/id/char/4B21> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%AC%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zyu3>,
        <http://lexvo.org/id/term/yue/%E4%AC%A1>,
        "䬡"^^xsd:string ;
    rdfs:comment "to soar; to take off"@en .

<http://lexvo.org/id/char/4B22> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/tou1>,
        <http://lexvo.org/id/term/yue/%E4%AC%A2>,
        "䬢"^^xsd:string ;
    rdfs:comment "(same as 饕) gluttonous; rapacious; covetous; greedy, name of a legendary ferocious animal, a fierce person; a greedy and gluttonous person"@en .

<http://lexvo.org/id/char/4B23> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%AC%A3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hei3>,
        <http://lexvo.org/id/term/yue/%E4%AC%A3>,
        "䬣"^^xsd:string ;
    rdfs:comment "(same as 餼) a sacrificial victim, explained as used of the living beast, to bite; to gnaw, to eat to the full; surfeited, a wart; a pimple; a pustule"@en .

<http://lexvo.org/id/char/4B24> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%AC%A4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%A1o%20z%C3%A0n%20zu%C3%B2>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zan3%20zin1>,
        <http://lexvo.org/id/term/yue/%E4%AC%A4>,
        "䬤"^^xsd:string ;
    rdfs:comment "(ancient form of 饡) to put the thick soup or broth on top of the rice (same as 饘) thick congee or porridge"@en .

<http://lexvo.org/id/char/4B25> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%AC%A5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zi3%20zik1>,
        <http://lexvo.org/id/term/yue/%E4%AC%A5>,
        "䬥"^^xsd:string ;
    rdfs:comment "(ancient form of 饐) cooked food which has become mouldy, sour"@en .

<http://lexvo.org/id/char/4B26> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%AC%A6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%B2u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dau3>,
        <http://lexvo.org/id/term/yue/%E4%AC%A6>,
        "䬦"^^xsd:string ;
    rdfs:comment "food items merely arranged for display purpose only; not to ber eaten; to set out fruit, etc., in plates arranged only for show"@en .

<http://lexvo.org/id/char/4B27> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%AC%A7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/yu%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zyun4>,
        <http://lexvo.org/id/term/yue/%E4%AC%A7>,
        "䬧"^^xsd:string ;
    rdfs:comment "round shaped cakes"@en .

<http://lexvo.org/id/char/4B28> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%AC%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C3%B9%20ji%C3%B9%20z%C3%BA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gaau3%20haau3>,
        <http://lexvo.org/id/term/yue/%E4%AC%A8>,
        "䬨"^^xsd:string ;
    rdfs:comment "to eat to the full; surfeited"@en .

<http://lexvo.org/id/char/4B29> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/zai1%20zok6>,
        <http://lexvo.org/id/term/yue/%E4%AC%A9>,
        "䬩"^^xsd:string ;
    rdfs:comment "(same as 齋) to abstain from meat, wine, etc., to fast; penance"@en .

<http://lexvo.org/id/char/4B2A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%AC%AA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%B3%20f%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bok3>,
        <http://lexvo.org/id/term/yue/%E4%AC%AA>,
        "䬪"^^xsd:string ;
    rdfs:comment "(same as 餺) a kind of cooked noodle"@en .

<http://lexvo.org/id/char/4B2B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%AC%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C7%8En%20t%C3%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tai4>,
        <http://lexvo.org/id/term/yue/%E4%AC%AB>,
        "䬫"^^xsd:string ;
    rdfs:comment "clarfied butter (regarded as symbol of Buddhist wisdom or truth), cream cheese, to sponge on others; to board"@en .

<http://lexvo.org/id/char/4B2C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%AC%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%8Eng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zoeng1>,
        <http://lexvo.org/id/term/yue/%E4%AC%AC>,
        "䬬"^^xsd:string ;
    rdfs:comment "to eat to the full; surfeited, well-stacked (figure, etc.); plump"@en .

<http://lexvo.org/id/char/4B2D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/tou1>,
        <http://lexvo.org/id/term/yue/%E4%AC%AD>,
        "䬭"^^xsd:string ;
    rdfs:comment "(non-classical form of 饕) name of a legendary ferocious animal, a fierce person; a greedy and gluttonous person; wild; fierce; furious"@en .

<http://lexvo.org/id/char/4B2E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%AC%AE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zi4%20zi6>,
        <http://lexvo.org/id/term/yue/%E4%AC%AE>,
        "䬮"^^xsd:string ;
    rdfs:comment "(ancient form of 飴) syrup; jelly-like sugar made from grains"@en .

<http://lexvo.org/id/char/4B2F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%AC%AF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ni%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/nim1>,
        <http://lexvo.org/id/term/yue/%E4%AC%AF>,
        "䬯"^^xsd:string ;
    rdfs:comment "to have congee (wheat gruel) with friends in old times, (interchageable 餂) to obtain by hook"@en .

<http://lexvo.org/id/char/4B30> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%AC%B0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%A0o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dou6%20siu6>,
        <http://lexvo.org/id/term/yue/%E4%AC%B0>,
        "䬰"^^xsd:string ;
    rdfs:comment "light refreshment, (dialect) animal feeds; fodder; forage made of wild vegetables, rice bran and water from washing rice"@en .

<http://lexvo.org/id/char/4B31> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%AC%B1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%A8n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/baan6%20gwik1%20mang1>,
        <http://lexvo.org/id/term/yue/%E4%AC%B1>,
        "䬱"^^xsd:string ;
    rdfs:comment "coarse grains such as corn, millet, etc.; simple food"@en .

<http://lexvo.org/id/char/4B32> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/ngaau1>,
        <http://lexvo.org/id/term/yue/%E4%AC%B2>,
        "䬲"^^xsd:string ;
    rdfs:comment "to eat to the half full, (corrupted and abbreviated form of 饇) to eat to much; surfeited"@en .

<http://lexvo.org/id/char/4B33> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%AC%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C7%8En>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ban2>,
        <http://lexvo.org/id/term/yue/%E4%AC%B3>,
        "䬳"^^xsd:string ;
    rdfs:comment "cakes made of rice flour"@en .

<http://lexvo.org/id/char/4B34> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%AC%B4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%B2>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mut3>,
        <http://lexvo.org/id/term/yue/%E4%AC%B4>,
        "䬴"^^xsd:string ;
    rdfs:comment "(same as 秣) fodder for animals, to nourish; horse feed; horse grains; fodder, to feed a horse"@en .

<http://lexvo.org/id/char/4B35> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C3%A0i>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%AC%B5>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/at3%20goi1>,
        <http://lexvo.org/id/term/yue/%E4%AC%B5>,
        "䬵"^^xsd:string ;
    rdfs:comment "syrup; jelly-like sugar made from grains, to hiccough; to hiccup, (same as 餲) cooked food which has turned sour"@en .

<http://lexvo.org/id/char/4B36> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C3%A8n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%AC%B6>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/on3>,
        <http://lexvo.org/id/term/yue/%E4%AC%B6>,
        "䬶"^^xsd:string ;
    rdfs:comment "to strave; hungry, famished, feeble, decay of decomposition of fish"@en .

<http://lexvo.org/id/char/4B37> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%AC%B7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C4%9B>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/se2>,
        <http://lexvo.org/id/term/yue/%E4%AC%B7>,
        "䬷"^^xsd:string ;
    rdfs:comment "well-feed., to glut; to eat to one's heart's content"@en .

<http://lexvo.org/id/char/4B38> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/caan1>,
        <http://lexvo.org/id/term/yue/%E4%AC%B8>,
        "䬸"^^xsd:string ;
    rdfs:comment "(corrupted form of 餐) a meal, to eat, food"@en .

<http://lexvo.org/id/char/4B39> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%AC%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zaat6>,
        <http://lexvo.org/id/term/yue/%E4%AC%B9>,
        "䬹"^^xsd:string ;
    rdfs:comment "(same as 銍) a sickle"@en .

<http://lexvo.org/id/char/4B3A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%AC%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A0ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/seoi1%20zoeng6>,
        <http://lexvo.org/id/term/yue/%E4%AC%BA>,
        "䬺"^^xsd:string ;
    rdfs:comment "same as 䭐; cakes; pastry"@en .

<http://lexvo.org/id/char/4B3B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%AC%BB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%A0n%20k%C7%8En>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zaan1%20zin3>,
        <http://lexvo.org/id/term/yue/%E4%AC%BB>,
        "䬻"^^xsd:string ;
    rdfs:comment "(non-classical of 餞) to entertain a departing friend, a parting present of food or money"@en .

<http://lexvo.org/id/char/4B3C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%AC%BC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/yu%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zyun1>,
        <http://lexvo.org/id/term/yue/%E4%AC%BC>,
        "䬼"^^xsd:string ;
    rdfs:comment "satiated; to dislike"@en .

<http://lexvo.org/id/char/4B3D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%AC%BD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/du%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/deoi3>,
        <http://lexvo.org/id/term/yue/%E4%AC%BD>,
        "䬽"^^xsd:string ;
    rdfs:comment "wine poured in a libation, a little drink or a few drinks, cakes; pastry"@en .

<http://lexvo.org/id/char/4B3E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%AC%BE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/daai3%20taai4>,
        <http://lexvo.org/id/term/yue/%E4%AC%BE>,
        "䬾"^^xsd:string ;
    rdfs:comment "cakes and biscuits"@en .

<http://lexvo.org/id/char/4B3F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%AC%BF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C4%9Bi%20w%C3%A8i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mei5%20mei6>,
        <http://lexvo.org/id/term/yue/%E4%AC%BF>,
        "䬿"^^xsd:string ;
    rdfs:comment "small; little, congee; rice gruel"@en .

<http://lexvo.org/id/char/4B40> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%AD%80>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C3%B9n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/seon3>,
        <http://lexvo.org/id/term/yue/%E4%AD%80>,
        "䭀"^^xsd:string ;
    rdfs:comment "food (of the Taoist)"@en .

<http://lexvo.org/id/char/4B41> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%AD%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zai3>,
        <http://lexvo.org/id/term/yue/%E4%AD%81>,
        "䭁"^^xsd:string ;
    rdfs:comment "stinking smell"@en .

<http://lexvo.org/id/char/4B42> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%AD%82>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zaap1>,
        <http://lexvo.org/id/term/yue/%E4%AD%82>,
        "䭂"^^xsd:string ;
    rdfs:comment "damp; humid, to eat to the full"@en .

<http://lexvo.org/id/char/4B43> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%AD%83>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/r%C4%9Bn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zaam5>,
        <http://lexvo.org/id/term/yue/%E4%AD%83>,
        "䭃"^^xsd:string ;
    rdfs:comment "to eat to the fool, (same as 飪) to cook food thoroughly, cakes"@en .

<http://lexvo.org/id/char/4B44> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%AD%84>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/si6>,
        <http://lexvo.org/id/term/yue/%E4%AD%84>,
        "䭄"^^xsd:string ;
    rdfs:comment "gluttonous; to eat piggishly"@en .

<http://lexvo.org/id/char/4B45> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%AD%85>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%BA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wu4>,
        <http://lexvo.org/id/term/yue/%E4%AD%85>,
        "䭅"^^xsd:string ;
    rdfs:comment "cakes, (same as 餬) congee; porridge; gruel"@en .

<http://lexvo.org/id/char/4B46> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%AD%86>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C3%A8>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/neot6>,
        <http://lexvo.org/id/term/yue/%E4%AD%86>,
        "䭆"^^xsd:string ;
    rdfs:comment "small children eat less, tired of eating, baked cakes"@en .

<http://lexvo.org/id/char/4B47> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%AD%87>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zit3>,
        <http://lexvo.org/id/term/yue/%E4%AD%87>,
        "䭇"^^xsd:string ;
    rdfs:comment "(same as 噎) to choke on food, (ancient form of 饐) decayed; rotten and smelly"@en .

<http://lexvo.org/id/char/4B48> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%AD%88>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gin1%20zin1>,
        <http://lexvo.org/id/term/yue/%E4%AD%88>,
        "䭈"^^xsd:string ;
    rdfs:comment "(same as 餰) congee; rice gruel, (same as 饘) thick congee or porridge"@en .

<http://lexvo.org/id/char/4B49> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%AD%89>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/su%C7%90>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/saau1%20seoi5%20seoi5>,
        <http://lexvo.org/id/term/yue/%E4%AD%89>,
        "䭉"^^xsd:string ;
    rdfs:comment "mashed beans, sugared cakes"@en .

<http://lexvo.org/id/char/4B4A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%AD%8A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%90ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zing2>,
        <http://lexvo.org/id/term/yue/%E4%AD%8A>,
        "䭊"^^xsd:string ;
    rdfs:comment "(same as U+4B58 䭘) well-stacked (figure, etc.); full; plump, food, cakes"@en .

<http://lexvo.org/id/char/4B4B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%AD%8B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C7%8Eo>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/baau2>,
        <http://lexvo.org/id/term/yue/%E4%AD%8B>,
        "䭋"^^xsd:string ;
    rdfs:comment "(same as 飽) to eat to the full; surfeited"@en .

<http://lexvo.org/id/char/4B4C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%AD%8C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%BA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wu4>,
        <http://lexvo.org/id/term/yue/%E4%AD%8C>,
        "䭌"^^xsd:string ;
    rdfs:comment "(same as 餬 糊) congee; porridge; gruel, paste"@en .

<http://lexvo.org/id/char/4B4D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%AD%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%BA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fu4%20wu4>,
        <http://lexvo.org/id/term/yue/%E4%AD%8D>,
        "䭍"^^xsd:string ;
    rdfs:comment "(non-classical form of 餬) to live with another at his expense; to live by eating at another's table; to be parasite, congee; porridge; gruel, paste, to erase; to obliterate, to scribble, to use a fake in place of a genuine article; to deceive and swindle, to whitewash; to make up; to touch up"@en .

<http://lexvo.org/id/char/4B4E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%AD%8E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A9%20y%C3%A8>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zip6>,
        <http://lexvo.org/id/term/yue/%E4%AD%8E>,
        "䭎"^^xsd:string ;
    rdfs:comment "cakes"@en .

<http://lexvo.org/id/char/4B4F> a lvont:Character ;
    lvont:represents "䭏"^^xsd:string .

<http://lexvo.org/id/char/4B50> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%AD%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A0ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/seoi1%20zoeng6>,
        <http://lexvo.org/id/term/yue/%E4%AD%90>,
        "䭐"^^xsd:string ;
    rdfs:comment "cakes; pastry; biscuits, a bait; food"@en .

<http://lexvo.org/id/char/4B51> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%AD%91>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lim4>,
        <http://lexvo.org/id/term/yue/%E4%AD%91>,
        "䭑"^^xsd:string ;
    rdfs:comment "incorruptable; honest; clean, (same as 歉) deficient, poor crop or harvest, to regret; sorry, (same as 餡) anything serving as stuffing for dumplings, etc."@en .

<http://lexvo.org/id/char/4B52> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/sik1>,
        <http://lexvo.org/id/term/yue/%E4%AD%92>,
        "䭒"^^xsd:string ;
    rdfs:comment "breath, to grow; to thrive, to eat, food"@en .

<http://lexvo.org/id/char/4B53> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C3%A8n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%AD%93>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/neot6>,
        <http://lexvo.org/id/term/yue/%E4%AD%93>,
        "䭓"^^xsd:string ;
    rdfs:comment "food (wheat gruel, etc.) to welcome the guest in old times, to eat to the full; surfeited"@en .

<http://lexvo.org/id/char/4B54> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/du%C4%AB>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/deoi1>,
        <http://lexvo.org/id/term/yue/%E4%AD%94>,
        "䭔"^^xsd:string ;
    rdfs:comment "steamed dumplings; cakes"@en .

<http://lexvo.org/id/char/4B55> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%AD%95>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%A0n%20z%C7%8En>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cim3%20zan2%20zit6>,
        <http://lexvo.org/id/term/yue/%E4%AD%95>,
        "䭕"^^xsd:string ;
    rdfs:comment "tasteless; without enough salt; insipid; dull; not interesting, to taste food before royalty partook"@en .

<http://lexvo.org/id/char/4B56> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%AD%96>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zyu3>,
        <http://lexvo.org/id/term/yue/%E4%AD%96>,
        "䭖"^^xsd:string ;
    rdfs:comment "animal feeds; fodder; forage"@en .

<http://lexvo.org/id/char/4B57> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%AD%97>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%90ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zing2>,
        <http://lexvo.org/id/term/yue/%E4%AD%97>,
        "䭗"^^xsd:string ;
    rdfs:comment "(same as 䭘) well-stacked (figure, etc.); full; plump, cakes"@en .

<http://lexvo.org/id/char/4B58> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%AD%98>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A0n%20y%C7%90ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zing2>,
        <http://lexvo.org/id/term/yue/%E4%AD%98>,
        "䭘"^^xsd:string ;
    rdfs:comment "well-stacked (figure, etc.); full; plump, food, cakes"@en .

<http://lexvo.org/id/char/4B59> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%AD%99>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C7%90n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gaan2>,
        <http://lexvo.org/id/term/yue/%E4%AD%99>,
        "䭙"^^xsd:string ;
    rdfs:comment "exquisite; fine, sweet; taste a little sweet, to taste, diseases (of the lips)"@en .

<http://lexvo.org/id/char/4B5A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%AD%9A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/chu%C3%A1ng%20n%C3%A8>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cong4>,
        <http://lexvo.org/id/term/yue/%E4%AD%9A>,
        "䭚"^^xsd:string ;
    rdfs:comment "(same as standard form 噇) to eat, to eat heavily; to eat without limits"@en .

<http://lexvo.org/id/char/4B5B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%AD%9B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dam6%20wui6>,
        <http://lexvo.org/id/term/yue/%E4%AD%9B>,
        "䭛"^^xsd:string ;
    rdfs:comment "(same as 饏) tasteless; without enough salt; insipid; dull, (non-classical of standard form 澉) to wash"@en .

<http://lexvo.org/id/char/4B5C> a lvont:Character ;
    lvont:represents "䭜"^^xsd:string .

<http://lexvo.org/id/char/4B5D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%AD%9D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ku%C3%A0i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kui2>,
        <http://lexvo.org/id/term/yue/%E4%AD%9D>,
        "䭝"^^xsd:string ;
    rdfs:comment "to eat, ((non-classical form of 膾) minced meat"@en .

<http://lexvo.org/id/char/4B5E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%AD%9E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zik6>,
        <http://lexvo.org/id/term/yue/%E4%AD%9E>,
        "䭞"^^xsd:string ;
    rdfs:comment "(same as 繹) a kind of sacrifices offered to gods or the deceased, rotten food, food, cakes and biscuits"@en .

<http://lexvo.org/id/char/4B5F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%AD%9F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A8>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zip6>,
        <http://lexvo.org/id/term/yue/%E4%AD%9F>,
        "䭟"^^xsd:string ;
    rdfs:comment "(same as 䭎) cakes"@en .

<http://lexvo.org/id/char/4B60> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%AD%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C7%8En%20qi%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/haam2%20him3>,
        <http://lexvo.org/id/term/yue/%E4%AD%A0>,
        "䭠"^^xsd:string ;
    rdfs:comment "a snack, supplementary dishes, (corrupted form of U+4B51 䭑) incorruptable; honest; clean, (same as U+6B49 歉) deficient, poor crop or harvest, to regret; sorry; (same as U+9921 餡) anything serving as stuffing for dumplings, etc."@en .

<http://lexvo.org/id/char/4B61> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C3%A8n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%AD%A1>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/neoi6%20neot6>,
        <http://lexvo.org/id/term/yue/%E4%AD%A1>,
        "䭡"^^xsd:string ;
    rdfs:comment "food (wheat gruel, etc.) to welcome the guest in old times, to eat to the full; surfeited"@en .

<http://lexvo.org/id/char/4B62> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%AD%A2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C3%ADng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ning4>,
        <http://lexvo.org/id/term/yue/%E4%AD%A2>,
        "䭢"^^xsd:string ;
    rdfs:comment "rich; abundance, to eat, to eat without spontaneity; to eat reluctantly"@en .

<http://lexvo.org/id/char/4B63> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%AD%A3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C3%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ci4>,
        <http://lexvo.org/id/term/yue/%E4%AD%A3>,
        "䭣"^^xsd:string ;
    rdfs:comment "(same as 餈 粢 躄) rice cakes, rice to offered as sacrifice, the grains"@en .

<http://lexvo.org/id/char/4B64> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%AD%A4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C7%8En>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hin2>,
        <http://lexvo.org/id/term/yue/%E4%AD%A4>,
        "䭤"^^xsd:string ;
    rdfs:comment "to chew; to eat, to roll round with the hand, cakes; biscuits"@en .

<http://lexvo.org/id/char/4B65> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%AD%A5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xu%C3%A8%20y%C3%A0ng%20y%C3%A0o%20zh%C3%B2u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zoeng6>,
        <http://lexvo.org/id/term/yue/%E4%AD%A5>,
        "䭥"^^xsd:string ;
    rdfs:comment "(non-classical form) a bait, food, cakes and biscuits"@en .

<http://lexvo.org/id/char/4B66> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%AD%A6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%B3>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bok3>,
        <http://lexvo.org/id/term/yue/%E4%AD%A6>,
        "䭦"^^xsd:string ;
    rdfs:comment "cakes; biscuits; pastry, (same as 餺) cooked food made of rice flour"@en .

<http://lexvo.org/id/char/4B67> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%AD%A7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C7%90>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mei5>,
        <http://lexvo.org/id/term/yue/%E4%AD%A7>,
        "䭧"^^xsd:string ;
    rdfs:comment "to feed a baby, (non-classical form of 糜) congee; porridge; rice gruel"@en .

<http://lexvo.org/id/char/4B68> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%AD%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/shu%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/seoi3>,
        <http://lexvo.org/id/term/yue/%E4%AD%A8>,
        "䭨"^^xsd:string ;
    rdfs:comment "(same as 䬽) wine poured in a libation, to have a little drink or a few drinks"@en .

<http://lexvo.org/id/char/4B69> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%AD%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%AC%20m%C3%B3>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mo1>,
        <http://lexvo.org/id/term/yue/%E4%AD%A9>,
        "䭩"^^xsd:string ;
    rdfs:comment "to feed a baby, to eat, food"@en .

<http://lexvo.org/id/char/4B6A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%AD%AA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C3%A1ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/loeng4>,
        <http://lexvo.org/id/term/yue/%E4%AD%AA>,
        "䭪"^^xsd:string ;
    rdfs:comment "(simplified form) (same as 糧) grains; foodstuff; provisions; rations"@en .

<http://lexvo.org/id/char/4B6B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%AD%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C7%90>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kai2>,
        <http://lexvo.org/id/term/yue/%E4%AD%AB>,
        "䭫"^^xsd:string ;
    rdfs:comment "(interchangeable 稽) to kowtow; to bow to the ground"@en .

<http://lexvo.org/id/char/4B6C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%AD%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C7%90>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kai2>,
        <http://lexvo.org/id/term/yue/%E4%AD%AC>,
        "䭬"^^xsd:string ;
    rdfs:comment "(same as 䭫) (interchangeable 稽) to kowtow; to bow to the ground"@en .

<http://lexvo.org/id/char/4B6D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%AD%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C7%92u%20sh%C3%BA%20sh%C3%B9%20t%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/saau2%20sou2>,
        <http://lexvo.org/id/term/yue/%E4%AD%AD>,
        "䭭"^^xsd:string ;
    rdfs:comment "the eldest son, to give birth to the first child"@en .

<http://lexvo.org/id/char/4B6E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%AD%AE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%AC%20f%C3%BA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bau1%20faat1%20heoi6%20o1%20teoi4>,
        <http://lexvo.org/id/term/yue/%E4%AD%AE>,
        "䭮"^^xsd:string ;
    rdfs:comment "jewelry; ornaments; trinkets (for the forehead of a woman)"@en .

<http://lexvo.org/id/char/4B6F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%AD%AF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%B3>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/but6>,
        <http://lexvo.org/id/term/yue/%E4%AD%AF>,
        "䭯"^^xsd:string ;
    rdfs:comment "(same as 馞) strong sweet smell; strong fragrance"@en .

<http://lexvo.org/id/char/4B70> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%AD%B0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C4%9Bng%20b%C3%A8ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bung2%20bung6%20faai3%20zaai6>,
        <http://lexvo.org/id/term/yue/%E4%AD%B0>,
        "䭰"^^xsd:string ;
    rdfs:comment "strong sweet smell; strong fragrance; (Cant.) classifier for odors"@en .

<http://lexvo.org/id/char/4B71> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%AD%B1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/bi%C3%A9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bit6%20miu5%20mok1>,
        <http://lexvo.org/id/term/yue/%E4%AD%B1>,
        "䭱"^^xsd:string ;
    rdfs:comment "a little; slightly sweet-smelling"@en .

<http://lexvo.org/id/char/4B72> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%AD%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C7%90%20y%C7%90>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zi2>,
        <http://lexvo.org/id/term/yue/%E4%AD%B2>,
        "䭲"^^xsd:string ;
    rdfs:comment "sweet-smelling; fragrant, tasty; delicious"@en .

<http://lexvo.org/id/char/4B73> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%AD%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C3%A8i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ngai6>,
        <http://lexvo.org/id/term/yue/%E4%AD%B3>,
        "䭳"^^xsd:string ;
    rdfs:comment "a kind of herb; Asafoetida"@en .

<http://lexvo.org/id/char/4B74> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%AD%B4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%A1n%20yu%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/man5%20wan4>,
        <http://lexvo.org/id/term/yue/%E4%AD%B4>,
        "䭴"^^xsd:string ;
    rdfs:comment "an one-year-old horse"@en .

<http://lexvo.org/id/char/4B75> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%AD%B5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/faan4>,
        <http://lexvo.org/id/term/yue/%E4%AD%B5>,
        "䭵"^^xsd:string ;
    rdfs:comment "(same as standard form 颿) a swift horse"@en .

<http://lexvo.org/id/char/4B76> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%AD%B6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C3%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kei4>,
        <http://lexvo.org/id/term/yue/%E4%AD%B6>,
        "䭶"^^xsd:string ;
    rdfs:comment "(ancient form of 騏) dark-blue horse; a piebald horse; fine horse, dark blue, spotted"@en .

<http://lexvo.org/id/char/4B77> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%AD%B7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C3%BA%20m%C3%A1o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mou4%20wu4>,
        <http://lexvo.org/id/term/yue/%E4%AD%B7>,
        "䭷"^^xsd:string ;
    rdfs:comment "horse with long mane"@en .

<http://lexvo.org/id/char/4B78> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%AD%B8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fu6>,
        <http://lexvo.org/id/term/yue/%E4%AD%B8>,
        "䭸"^^xsd:string ;
    rdfs:comment "a stallion; a male horse"@en .

<http://lexvo.org/id/char/4B79> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C3%A1ng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%AD%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ngong4>,
        <http://lexvo.org/id/term/yue/%E4%AD%B9>,
        "䭹"^^xsd:string ;
    rdfs:comment "movement of a horse, a horse with enormous speed and staying power, a horse with white abdominal region"@en .

<http://lexvo.org/id/char/4B7A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C3%A1ng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%AD%BA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ngong4>,
        <http://lexvo.org/id/term/yue/%E4%AD%BA>,
        "䭺"^^xsd:string ;
    rdfs:comment "a horse to raise its head high, (same as 䭹) movement of a horse, an angry horse, a scared horse"@en .

<http://lexvo.org/id/char/4B7B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/fan1>,
        <http://lexvo.org/id/term/yue/%E4%AD%BB>,
        "䭻"^^xsd:string ;
    rdfs:comment "a swifty horse"@en .

<http://lexvo.org/id/char/4B7C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%AD%BC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C3%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kei4>,
        <http://lexvo.org/id/term/yue/%E4%AD%BC>,
        "䭼"^^xsd:string ;
    rdfs:comment "(ancient form of 騏) dark-blue horse; a piebald horse; fine horse, dark blue, spotted"@en .

<http://lexvo.org/id/char/4B7D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%AD%BD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C3%BAn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gwok3%20kwaan4>,
        <http://lexvo.org/id/term/yue/%E4%AD%BD>,
        "䭽"^^xsd:string ;
    rdfs:comment "(same as U+7FA3 群) group; multitude; crowd; swarm; a flock"@en .

<http://lexvo.org/id/char/4B7E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%AD%BE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/tu%C3%B3>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/to4>,
        <http://lexvo.org/id/term/yue/%E4%AD%BE>,
        "䭾"^^xsd:string ;
    rdfs:comment "(same as U+99B1 馱) to carry (a load) on the back"@en .

<http://lexvo.org/id/char/4B7F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%AD%BF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zaat6>,
        <http://lexvo.org/id/term/yue/%E4%AD%BF>,
        "䭿"^^xsd:string ;
    rdfs:comment "a swift horse, to summon; to ask; to solicit; to request; to seek for"@en .

<http://lexvo.org/id/char/4B80> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%AE%80>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%B3>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/but6>,
        <http://lexvo.org/id/term/yue/%E4%AE%80>,
        "䮀"^^xsd:string ;
    rdfs:comment "a kind of animal; with a horse shape; the tail of an ox and with only one horn"@en .

<http://lexvo.org/id/char/4B81> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%AE%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/pi%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/pin4>,
        <http://lexvo.org/id/term/yue/%E4%AE%81>,
        "䮁"^^xsd:string ;
    rdfs:comment "(same as 駢) a pair of horses, to stand, lie or go side by side"@en .

<http://lexvo.org/id/char/4B82> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%AE%82>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%B3>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/but6>,
        <http://lexvo.org/id/term/yue/%E4%AE%82>,
        "䮂"^^xsd:string ;
    rdfs:comment "horse with long hair"@en .

<http://lexvo.org/id/char/4B83> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/keoi1>,
        <http://lexvo.org/id/term/yue/%E4%AE%83>,
        "䮃"^^xsd:string ;
    rdfs:comment "(same as 驅) to go before others, to drive; tourge, to expel"@en .

<http://lexvo.org/id/char/4B84> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%AE%84>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xu%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zyun1%20zyun4>,
        <http://lexvo.org/id/term/yue/%E4%AE%84>,
        "䮄"^^xsd:string ;
    rdfs:comment "an one-year-old horse, a black horse"@en .

<http://lexvo.org/id/char/4B85> a lvont:Character ;
    lvont:represents "䮅"^^xsd:string .

<http://lexvo.org/id/char/4B86> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/baai6%20pei1%20pei3>,
        <http://lexvo.org/id/term/yue/%E4%AE%86>,
        "䮆"^^xsd:string ;
    rdfs:comment "(same as 駓) a horse with mixed color of yellow and white"@en .

<http://lexvo.org/id/char/4B87> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%AE%87>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wat6>,
        <http://lexvo.org/id/term/yue/%E4%AE%87>,
        "䮇"^^xsd:string ;
    rdfs:comment "(same as 驈) black horse with white thigh"@en .

<http://lexvo.org/id/char/4B88> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%AE%88>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ci4>,
        <http://lexvo.org/id/term/yue/%E4%AE%88>,
        "䮈"^^xsd:string ;
    rdfs:comment "(same as 馳) to go swiftly; to fleet; to rush; to speed"@en .

<http://lexvo.org/id/char/4B89> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%AE%89>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%BA%20l%C7%9C>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/leoi4>,
        <http://lexvo.org/id/term/yue/%E4%AE%89>,
        "䮉"^^xsd:string ;
    rdfs:comment "horses kept at a courier station in former times"@en .

<http://lexvo.org/id/char/4B8A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%AE%8A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zi4>,
        <http://lexvo.org/id/term/yue/%E4%AE%8A>,
        "䮊"^^xsd:string ;
    rdfs:comment "name of a horse"@en .

<http://lexvo.org/id/char/4B8B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%AE%8B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%AC%20li%C3%A8>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lit6>,
        <http://lexvo.org/id/term/yue/%E4%AE%8B>,
        "䮋"^^xsd:string ;
    rdfs:comment "name of a horse, horses in an ordered line; to travel quickly; to move fast; to hasten, tame, well-bred, to put under control"@en .

<http://lexvo.org/id/char/4B8C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/zaau1>,
        <http://lexvo.org/id/term/yue/%E4%AE%8C>,
        "䮌"^^xsd:string ;
    rdfs:comment "fine horse, swift horse, swift; speedy"@en .

<http://lexvo.org/id/char/4B8D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%AE%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ni%C7%8Eo%20x%C3%ACng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/niu5>,
        <http://lexvo.org/id/term/yue/%E4%AE%8D>,
        "䮍"^^xsd:string ;
    rdfs:comment "(same as 褭 裊) curling up, as smoke; wavering gently, around; all around"@en .

<http://lexvo.org/id/char/4B8E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%AE%8E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hei1>,
        <http://lexvo.org/id/term/yue/%E4%AE%8E>,
        "䮎"^^xsd:string ;
    rdfs:comment "a running horse"@en .

<http://lexvo.org/id/char/4B8F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%AE%8F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C3%BA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ng4%20ng6>,
        <http://lexvo.org/id/term/yue/%E4%AE%8F>,
        "䮏"^^xsd:string ;
    rdfs:comment "name of a horse"@en .

<http://lexvo.org/id/char/4B90> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/gwing1>,
        <http://lexvo.org/id/term/yue/%E4%AE%90>,
        "䮐"^^xsd:string ;
    rdfs:comment "(non-classical form of 駉) in good condition; as a horse"@en .

<http://lexvo.org/id/char/4B91> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%AE%91>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%A8i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jyut3>,
        <http://lexvo.org/id/term/yue/%E4%AE%91>,
        "䮑"^^xsd:string ;
    rdfs:comment "a gray horse, a kind of grain"@en .

<http://lexvo.org/id/char/4B92> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/pei1%20pou1>,
        <http://lexvo.org/id/term/yue/%E4%AE%92>,
        "䮒"^^xsd:string ;
    rdfs:comment "name of a horse"@en .

<http://lexvo.org/id/char/4B93> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%AE%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%A0o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/coek3%20zeon6>,
        <http://lexvo.org/id/term/yue/%E4%AE%93>,
        "䮓"^^xsd:string ;
    rdfs:comment "a walking horse, a horse not moving forward, a swift horse"@en .

<http://lexvo.org/id/char/4B94> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%AE%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zu%C7%90>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zeoi2%20zyut3>,
        <http://lexvo.org/id/term/yue/%E4%AE%94>,
        "䮔"^^xsd:string ;
    rdfs:comment "a young and fleet-footed horse; foal, a horse with a heavy load and hard to move forward"@en .

<http://lexvo.org/id/char/4B95> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%AE%95>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/chu%C3%B2>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zyut3%20zyut6>,
        <http://lexvo.org/id/term/yue/%E4%AE%95>,
        "䮕"^^xsd:string ;
    rdfs:comment "horse with white forehead, ( 的盧)"@en .

<http://lexvo.org/id/char/4B96> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/coeng1>,
        <http://lexvo.org/id/term/yue/%E4%AE%96>,
        "䮖"^^xsd:string ;
    rdfs:comment "name of a horse"@en .

<http://lexvo.org/id/char/4B97> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C3%A0n%20ni%C3%B9%20y%C3%A0n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%AE%97>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ngan6%20ngon6>,
        <http://lexvo.org/id/term/yue/%E4%AE%97>,
        "䮗"^^xsd:string ;
    rdfs:comment "white from forehead to lips of a horse, reddish (of a horse head), horse head"@en .

<http://lexvo.org/id/char/4B98> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C3%A9r%20n%C3%AD%20p%C3%A0i%20p%C3%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%AE%98>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zi4>,
        <http://lexvo.org/id/term/yue/%E4%AE%98>,
        "䮘"^^xsd:string ;
    rdfs:comment "young horse, stallion; male horse"@en .

<http://lexvo.org/id/char/4B99> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%AE%99>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gwik1%20wik6>,
        <http://lexvo.org/id/term/yue/%E4%AE%99>,
        "䮙"^^xsd:string ;
    rdfs:comment "name of a horse, a traveling horse"@en .

<http://lexvo.org/id/char/4B9A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%AE%9A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%A8ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ling6>,
        <http://lexvo.org/id/term/yue/%E4%AE%9A>,
        "䮚"^^xsd:string ;
    rdfs:comment "diseases of horse, horse eat grains"@en .

<http://lexvo.org/id/char/4B9B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%AE%9B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fu6>,
        <http://lexvo.org/id/term/yue/%E4%AE%9B>,
        "䮛"^^xsd:string ;
    rdfs:comment "(same as 駙) extra horse harnessed by the side of the team, swift"@en .

<http://lexvo.org/id/char/4B9C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%AE%9C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%A0%20zh%C3%A1>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cap3%20saap3>,
        <http://lexvo.org/id/term/yue/%E4%AE%9C>,
        "䮜"^^xsd:string ;
    rdfs:comment "(same as 䮢) to gallop, swift, to walk lightly ( said of a horse)"@en .

<http://lexvo.org/id/char/4B9D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%AE%9D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%A1n%20hu%C7%8En%20h%C3%BAn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wan4>,
        <http://lexvo.org/id/term/yue/%E4%AE%9D>,
        "䮝"^^xsd:string ;
    rdfs:comment "a legendary animal, a wild horse; mustang"@en .

<http://lexvo.org/id/char/4B9E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%AE%9E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%B9%20ch%C7%94n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ceon2>,
        <http://lexvo.org/id/term/yue/%E4%AE%9E>,
        "䮞"^^xsd:string ;
    rdfs:comment "a piebald horse, particoloured, miscellaneous, confused and disorderly, a stupid horse"@en .

<http://lexvo.org/id/char/4B9F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%AE%9F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C7%92u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sau1>,
        <http://lexvo.org/id/term/yue/%E4%AE%9F>,
        "䮟"^^xsd:string ;
    rdfs:comment "big and tall (said of horse), (same as 搜) to search; to reconnoiter, (same as 駷) a walking horse, by a riding-whip to keep the horse walking fast"@en .

<http://lexvo.org/id/char/4BA0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/bik1>,
        <http://lexvo.org/id/term/yue/%E4%AE%A0>,
        "䮠"^^xsd:string ;
    rdfs:comment "a kind of animal"@en .

<http://lexvo.org/id/char/4BA1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%AE%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bei3>,
        <http://lexvo.org/id/term/yue/%E4%AE%A1>,
        "䮡"^^xsd:string ;
    rdfs:comment "a supernatural horse, (same as 駜) a strong; husky horse, (same as 駁) color of a horse, variegated; parti-colored, mixed; impure"@en .

<http://lexvo.org/id/char/4BA2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%AE%A2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/di%C3%A9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dip6>,
        <http://lexvo.org/id/term/yue/%E4%AE%A2>,
        "䮢"^^xsd:string ;
    rdfs:comment "a walking horse, to gallop, swift"@en .

<http://lexvo.org/id/char/4BA3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/song1%20song1>,
        <http://lexvo.org/id/term/yue/%E4%AE%A3>,
        "䮣"^^xsd:string ;
    rdfs:comment "a yellow with a white tail"@en .

<http://lexvo.org/id/char/4BA4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%AE%A4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%AD%20h%C3%A8>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hok6>,
        <http://lexvo.org/id/term/yue/%E4%AE%A4>,
        "䮤"^^xsd:string ;
    rdfs:comment "one of the 36 gardens in Han Dynasty, (same as 馰) horse with white forehead; fine horse"@en .

<http://lexvo.org/id/char/4BA5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%AE%A5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lik6>,
        <http://lexvo.org/id/term/yue/%E4%AE%A5>,
        "䮥"^^xsd:string ;
    rdfs:comment "color of the horse"@en .

<http://lexvo.org/id/char/4BA6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/giu1>,
        <http://lexvo.org/id/term/yue/%E4%AE%A6>,
        "䮦"^^xsd:string ;
    rdfs:comment "(non-classical form of 驕) untamed; intractable; disobedient, proud; haughty; arrogant"@en .

<http://lexvo.org/id/char/4BA7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%AE%A7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A1n%20h%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hon4%20hon6>,
        <http://lexvo.org/id/term/yue/%E4%AE%A7>,
        "䮧"^^xsd:string ;
    rdfs:comment "long-hair horse"@en .

<http://lexvo.org/id/char/4BA8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%AE%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C7%8Ei>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zoi2>,
        <http://lexvo.org/id/term/yue/%E4%AE%A8>,
        "䮨"^^xsd:string ;
    rdfs:comment "a piebald horse, particoloured"@en .

<http://lexvo.org/id/char/4BA9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%AE%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C3%BA%20g%C7%94>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gwaat1%20wut6>,
        <http://lexvo.org/id/term/yue/%E4%AE%A9>,
        "䮩"^^xsd:string ;
    rdfs:comment "a kind of animal (from Beihai)"@en .

<http://lexvo.org/id/char/4BAA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%AE%AA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%A9ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sing4%20zaang6>,
        <http://lexvo.org/id/term/yue/%E4%AE%AA>,
        "䮪"^^xsd:string ;
    rdfs:comment "(corrupted form) (same as 騬) to geld a horse or ass, etc."@en .

<http://lexvo.org/id/char/4BAB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%AE%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%B3u%20l%C7%98>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/laau4%20lou4>,
        <http://lexvo.org/id/term/yue/%E4%AE%AB>,
        "䮫"^^xsd:string ;
    rdfs:comment "a big mule (same as 驢) an ass; a donkey"@en .

<http://lexvo.org/id/char/4BAC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%AE%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%B2>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/maak6>,
        <http://lexvo.org/id/term/yue/%E4%AE%AC>,
        "䮬"^^xsd:string ;
    rdfs:comment "name of a horse, (same as 驀) sudden; abrupt, to mount the horse"@en .

<http://lexvo.org/id/char/4BAD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%AE%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mik6>,
        <http://lexvo.org/id/term/yue/%E4%AE%AD>,
        "䮭"^^xsd:string ;
    rdfs:comment "to look at in surprise, to gnaw; to bite (said of a horse)"@en .

<http://lexvo.org/id/char/4BAE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%AE%AE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A0i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mak6>,
        <http://lexvo.org/id/term/yue/%E4%AE%AE>,
        "䮮"^^xsd:string ;
    rdfs:comment "a kind of mule; a kind of beast"@en .

<http://lexvo.org/id/char/4BAF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C3%A0o>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%AE%AF>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ngou6>,
        <http://lexvo.org/id/term/yue/%E4%AE%AF>,
        "䮯"^^xsd:string ;
    rdfs:comment "(same as 驁) fine horse, untamed horse, vicious horse"@en .

<http://lexvo.org/id/char/4BB0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%AE%B0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C7%8En%20d%C3%A0n%20zh%C3%A9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zaak6>,
        <http://lexvo.org/id/term/yue/%E4%AE%B0>,
        "䮰"^^xsd:string ;
    rdfs:comment "a kind of beast, a kind of mule"@en .

<http://lexvo.org/id/char/4BB1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%AE%B1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%BA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zuk6>,
        <http://lexvo.org/id/term/yue/%E4%AE%B1>,
        "䮱"^^xsd:string ;
    rdfs:comment "a kind of beast, a flock of horse to chase each other"@en .

<http://lexvo.org/id/char/4BB2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%AE%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%A1ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wong4>,
        <http://lexvo.org/id/term/yue/%E4%AE%B2>,
        "䮲"^^xsd:string ;
    rdfs:comment "(same as 騜) horse with mixed colors of yellow and white, chestnut color mixed with white"@en .

<http://lexvo.org/id/char/4BB3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%AE%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/faan4>,
        <http://lexvo.org/id/term/yue/%E4%AE%B3>,
        "䮳"^^xsd:string ;
    rdfs:comment "to give birth to, to bring and to rear (interchangeable 蕃) to increase; to multiply; to propagate"@en .

<http://lexvo.org/id/char/4BB4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%AE%B4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%A8ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dang6>,
        <http://lexvo.org/id/term/yue/%E4%AE%B4>,
        "䮴"^^xsd:string ;
    rdfs:comment "unstable walking, fall, disease of the horse"@en .

<http://lexvo.org/id/char/4BB5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%AE%B5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%B3ng%20y%C7%92ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tung4>,
        <http://lexvo.org/id/term/yue/%E4%AE%B5>,
        "䮵"^^xsd:string ;
    rdfs:comment "name of a horse, a young horse"@en .

<http://lexvo.org/id/char/4BB6> a lvont:Character ;
    lvont:represents "䮶"^^xsd:string ;
    rdfs:comment "(same as 驫) flock of horses stampeding"@en .

<http://lexvo.org/id/char/4BB7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%AE%B7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%BA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/duk6>,
        <http://lexvo.org/id/term/yue/%E4%AE%B7>,
        "䮷"^^xsd:string ;
    rdfs:comment "movement of a horse, a traveling horse"@en .

<http://lexvo.org/id/char/4BB8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%AE%B8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%BA%20m%C3%BA%20w%C3%B2>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/aak1%20ak1>,
        <http://lexvo.org/id/term/yue/%E4%AE%B8>,
        "䮸"^^xsd:string ;
    rdfs:comment "to move slowly and then swiftly (said of a horse), a swift horse, to neigh"@en .

<http://lexvo.org/id/char/4BB9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%AE%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C3%A8i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kyut3%20waai3>,
        <http://lexvo.org/id/term/yue/%E4%AE%B9>,
        "䮹"^^xsd:string ;
    rdfs:comment "an angry horse, a hot-tempered; an evil horse"@en .

<http://lexvo.org/id/char/4BBA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%AE%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zai1>,
        <http://lexvo.org/id/term/yue/%E4%AE%BA>,
        "䮺"^^xsd:string ;
    rdfs:comment "luxuriant of the grass; the grass growing densely, horses traveling in line order and swiftly"@en .

<http://lexvo.org/id/char/4BBB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%AE%BB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%AC%20d%C7%8Eo%20d%C3%A0o%20d%C4%9Bi>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tou2>,
        <http://lexvo.org/id/term/yue/%E4%AE%BB>,
        "䮻"^^xsd:string ;
    rdfs:comment "(same as 禂) to pray, to offer livestock for sacrifice"@en .

<http://lexvo.org/id/char/4BBC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%AE%BC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%ADn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/leon4>,
        <http://lexvo.org/id/term/yue/%E4%AE%BC>,
        "䮼"^^xsd:string ;
    rdfs:comment "(standard form of 驎) (of horse) piebald; fine horse; white horse with black back, name of a fabulous, auspicious animal, horse with black lips, horse with pattern of scales"@en .

<http://lexvo.org/id/char/4BBD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/biu1>,
        <http://lexvo.org/id/term/yue/%E4%AE%BD>,
        "䮽"^^xsd:string ;
    rdfs:comment "(same as 鑣) bit for a horse, to ride on a horse"@en .

<http://lexvo.org/id/char/4BBE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%AE%BE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%A1ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/pong4>,
        <http://lexvo.org/id/term/yue/%E4%AE%BE>,
        "䮾"^^xsd:string ;
    rdfs:comment "(same as 龐) huge, rich; abundance, to fill up; full of (same as 龍) a legendary; miraculous; marvelous animal; the dragon, associated with rain, floods, and geomancy, an emblem of imperialism"@en .

<http://lexvo.org/id/char/4BBF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%AE%BF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C7%8En>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gin2>,
        <http://lexvo.org/id/term/yue/%E4%AE%BF>,
        "䮿"^^xsd:string ;
    rdfs:comment "(same as 蹇) lame; crippled, slow, weak; feeble; a vicious horse; a feeble donkey"@en .

<http://lexvo.org/id/char/4BC0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%AF%80>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ni%C3%A8>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/nip6%20seoi1%20waai2>,
        <http://lexvo.org/id/term/yue/%E4%AF%80>,
        "䯀"^^xsd:string ;
    rdfs:comment "a swift horse"@en .

<http://lexvo.org/id/char/4BC1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%AF%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/lu%C3%B3>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/leoi4>,
        <http://lexvo.org/id/term/yue/%E4%AF%81>,
        "䯁"^^xsd:string ;
    rdfs:comment "(same as abbreviated form U+9A58 騾) a mule; the offspring of an ass and a mare"@en .

<http://lexvo.org/id/char/4BC2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%AF%82>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/san1>,
        <http://lexvo.org/id/term/yue/%E4%AF%82>,
        "䯂"^^xsd:string ;
    rdfs:comment "numerous; very many, large group of horses traveling in a line"@en .

<http://lexvo.org/id/char/4BC3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/ngon1>,
        <http://lexvo.org/id/term/yue/%E4%AF%83>,
        "䯃"^^xsd:string ;
    rdfs:comment "(same as U+978D 鞍) saddle; a saddle-like terrain or thing"@en .

<http://lexvo.org/id/char/4BC4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/gu%C4%81>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/waa1>,
        <http://lexvo.org/id/term/yue/%E4%AF%84>,
        "䯄"^^xsd:string ;
    rdfs:comment "a piebald horse; a yellow horse with black mouth"@en .

<http://lexvo.org/id/char/4BC5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%AF%85>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ni%C3%A8>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/nip6>,
        <http://lexvo.org/id/term/yue/%E4%AF%85>,
        "䯅"^^xsd:string ;
    rdfs:comment "a swift horse"@en .

<http://lexvo.org/id/char/4BC6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%AF%86>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zik6>,
        <http://lexvo.org/id/term/yue/%E4%AF%86>,
        "䯆"^^xsd:string ;
    rdfs:comment "(same as 骮) small and thin piece of bones"@en .

<http://lexvo.org/id/char/4BC7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/gwaat6%20kyut3>,
        <http://lexvo.org/id/term/yue/%E4%AF%87>,
        "䯇"^^xsd:string ;
    rdfs:comment "to exert oneself; to make an effort; diligent; sedulous"@en .

<http://lexvo.org/id/char/4BC8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%AF%88>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hin2%20zyun4>,
        <http://lexvo.org/id/term/yue/%E4%AF%88>,
        "䯈"^^xsd:string ;
    rdfs:comment "the pelvis (髂=䯊)"@en .

<http://lexvo.org/id/char/4BC9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%AF%89>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A0>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/at3>,
        <http://lexvo.org/id/term/yue/%E4%AF%89>,
        "䯉"^^xsd:string ;
    rdfs:comment "to choke; the throat chocked and unable to breath smoothly"@en .

<http://lexvo.org/id/char/4BCA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%AF%8A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C3%A0>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kaa3%20o1>,
        <http://lexvo.org/id/term/yue/%E4%AF%8A>,
        "䯊"^^xsd:string ;
    rdfs:comment "the pelvis, bone stuck in the throat, the kneecap; patella; the five lowest pieces of bone of the spinal column"@en .

<http://lexvo.org/id/char/4BCB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%AF%8B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%B3>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bok6>,
        <http://lexvo.org/id/term/yue/%E4%AF%8B>,
        "䯋"^^xsd:string ;
    rdfs:comment "the shoulder blade; scapula"@en .

<http://lexvo.org/id/char/4BCC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/hau1>,
        <http://lexvo.org/id/term/yue/%E4%AF%8C>,
        "䯌"^^xsd:string ;
    rdfs:comment "the sacrum; the coccyx; the end of the spine; the rump; the buttocks"@en .

<http://lexvo.org/id/char/4BCD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%AF%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%ADng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ling4>,
        <http://lexvo.org/id/term/yue/%E4%AF%8D>,
        "䯍"^^xsd:string ;
    rdfs:comment "bones, the pelvis; the five lowest pieces of bone of the spinal column"@en .

<http://lexvo.org/id/char/4BCE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%AF%8E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gon3>,
        <http://lexvo.org/id/term/yue/%E4%AF%8E>,
        "䯎"^^xsd:string ;
    rdfs:comment "(same as 骭) shinbone; tibia, the ribs, calf bone (the part of leg between the knee and ankle)"@en .

<http://lexvo.org/id/char/4BCF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%AF%8F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%B3>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gwaat3>,
        <http://lexvo.org/id/term/yue/%E4%AF%8F>,
        "䯏"^^xsd:string ;
    rdfs:comment "the shoulder blade; scapula"@en .

<http://lexvo.org/id/char/4BD0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%AF%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A1i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hai4%20ngoi4>,
        <http://lexvo.org/id/term/yue/%E4%AF%90>,
        "䯐"^^xsd:string ;
    rdfs:comment "(non-classical form of 骸) shinbone; skeleton"@en .

<http://lexvo.org/id/char/4BD1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/hong4>,
        <http://lexvo.org/id/term/yue/%E4%AF%91>,
        "䯑"^^xsd:string ;
    rdfs:comment "the pelvis, bone stuck in the throat, the kneecap; patella; the five lowest pieces of bone of the spinal column"@en .

<http://lexvo.org/id/char/4BD2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%AF%92>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A9ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hang4>,
        <http://lexvo.org/id/term/yue/%E4%AF%92>,
        "䯒"^^xsd:string ;
    rdfs:comment "(same as 胻) the upper part of the shinbone, or tibia"@en .

<http://lexvo.org/id/char/4BD3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%AF%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ku%C3%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kwaai4>,
        <http://lexvo.org/id/term/yue/%E4%AF%93>,
        "䯓"^^xsd:string ;
    rdfs:comment "the head bone of livestock, the shoulder blade; scapula"@en .

<http://lexvo.org/id/char/4BD4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%AF%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C3%A9n%20z%C3%A9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zaak3>,
        <http://lexvo.org/id/term/yue/%E4%AF%94>,
        "䯔"^^xsd:string ;
    rdfs:comment "to incline; to turn on one side"@en .

<http://lexvo.org/id/char/4BD5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/ting1>,
        <http://lexvo.org/id/term/yue/%E4%AF%95>,
        "䯕"^^xsd:string ;
    rdfs:comment "bony; skinny"@en .

<http://lexvo.org/id/char/4BD6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%AF%96>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%A1ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/long4%20lou6>,
        <http://lexvo.org/id/term/yue/%E4%AF%96>,
        "䯖"^^xsd:string ;
    rdfs:comment "the muscles of the thigh, the hips, the haunches"@en .

<http://lexvo.org/id/char/4BD7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%AF%97>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bei1%20bei2%20bei3>,
        <http://lexvo.org/id/term/yue/%E4%AF%97>,
        "䯗"^^xsd:string ;
    rdfs:comment "(same as 髀) buttocks, hipbone; innominate bone"@en .

<http://lexvo.org/id/char/4BD8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%AF%98>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wun6>,
        <http://lexvo.org/id/term/yue/%E4%AF%98>,
        "䯘"^^xsd:string ;
    rdfs:comment "the kneecap; patella, (same as 垸) to smear with varnishes and ashes"@en .

<http://lexvo.org/id/char/4BD9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%AF%99>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%B2>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/pak3%20pang4>,
        <http://lexvo.org/id/term/yue/%E4%AF%99>,
        "䯙"^^xsd:string ;
    rdfs:comment "(same as 髆) the five lowest pieces of bone of the spinal column"@en .

<http://lexvo.org/id/char/4BDA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C7%92u%20y%C7%8Eo>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%AF%9A>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zing1%20ziu5%20zoek3>,
        <http://lexvo.org/id/term/yue/%E4%AF%9A>,
        "䯚"^^xsd:string ;
    rdfs:comment "the ribs"@en .

<http://lexvo.org/id/char/4BDB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%AF%9B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C7%8En%20w%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wun2>,
        <http://lexvo.org/id/term/yue/%E4%AF%9B>,
        "䯛"^^xsd:string ;
    rdfs:comment "the knee bones; the carpus of the knee, (same as 腕) the wrist"@en .

<http://lexvo.org/id/char/4BDC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%AF%9C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tik1>,
        <http://lexvo.org/id/term/yue/%E4%AF%9C>,
        "䯜"^^xsd:string ;
    rdfs:comment "marrow; fluid of yellow color, between the waist bones"@en .

<http://lexvo.org/id/char/4BDD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%AF%9D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/su%C7%90>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/seoi5>,
        <http://lexvo.org/id/term/yue/%E4%AF%9D>,
        "䯝"^^xsd:string ;
    rdfs:comment "(same as 髓) marrow; pith; essence"@en .

<http://lexvo.org/id/char/4BDE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/kwaa1>,
        <http://lexvo.org/id/term/yue/%E4%AF%9E>,
        "䯞"^^xsd:string ;
    rdfs:comment "bone (the lowest pieces of bone of the spinal column and sides of the abdominal region)"@en .

<http://lexvo.org/id/char/4BDF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%AF%9F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/du%C3%AC%20xi%C3%A1>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/deoi6>,
        <http://lexvo.org/id/term/yue/%E4%AF%9F>,
        "䯟"^^xsd:string ;
    rdfs:comment "bone, stupid; dull"@en .

<http://lexvo.org/id/char/4BE0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C7%8Eo%20%C3%A0o>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%AF%A0>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/faau2%20ou2%20pei3%20zuk1>,
        <http://lexvo.org/id/term/yue/%E4%AF%A0>,
        "䯠"^^xsd:string ;
    rdfs:comment "the five lowest pieces of bone of the spinal column"@en .

<http://lexvo.org/id/char/4BE1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%AF%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C7%8En%20ji%C3%A0n%20qi%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gim3>,
        <http://lexvo.org/id/term/yue/%E4%AF%A1>,
        "䯡"^^xsd:string .

<http://lexvo.org/id/char/4BE2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%AF%A2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%B3>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mo1>,
        <http://lexvo.org/id/term/yue/%E4%AF%A2>,
        "䯢"^^xsd:string ;
    rdfs:comment "partial paralysis; hemiplegia -- paralysis of half of one's body, very small; diminutive; minute"@en .

<http://lexvo.org/id/char/4BE3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%AF%A3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/gu%C3%AC%20ku%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/waai2>,
        <http://lexvo.org/id/term/yue/%E4%AF%A3>,
        "䯣"^^xsd:string ;
    rdfs:comment "the kneecap; patella, the cranium"@en .

<http://lexvo.org/id/char/4BE4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%AF%A4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ku%C3%A0i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kui2>,
        <http://lexvo.org/id/term/yue/%E4%AF%A4>,
        "䯤"^^xsd:string ;
    rdfs:comment "boneware used to comb the hair, to bind the hair, (same as 鬠) hair tied in a knot for the mourning rites"@en .

<http://lexvo.org/id/char/4BE5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C3%A0n%20q%C3%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%AF%A5>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zaap1>,
        <http://lexvo.org/id/term/yue/%E4%AF%A5>,
        "䯥"^^xsd:string ;
    rdfs:comment "with a high skull, dried meat strips"@en .

<http://lexvo.org/id/char/4BE6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%AF%A6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A0>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/maa3%20mut6>,
        <http://lexvo.org/id/term/yue/%E4%AF%A6>,
        "䯦"^^xsd:string ;
    rdfs:comment "tiny bone"@en .

<http://lexvo.org/id/char/4BE7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%AF%A7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C7%90ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/at3%20got3%20king2%20king3>,
        <http://lexvo.org/id/term/yue/%E4%AF%A7>,
        "䯧"^^xsd:string ;
    rdfs:comment "(same as 廎) a small hall, store-room for melon"@en .

<http://lexvo.org/id/char/4BE8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%AF%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%A9n%20h%C3%A8>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hau1%20kok3>,
        <http://lexvo.org/id/term/yue/%E4%AF%A8>,
        "䯨"^^xsd:string ;
    rdfs:comment "(ancient form of 敲) to rap; to tap; to beat, big; great; large; tall; high"@en .

<http://lexvo.org/id/char/4BE9> a lvont:Character ;
    lvont:represents "䯩"^^xsd:string .

<http://lexvo.org/id/char/4BEA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%AF%AA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C7%8Eo>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/haau2>,
        <http://lexvo.org/id/term/yue/%E4%AF%AA>,
        "䯪"^^xsd:string ;
    rdfs:comment "big head"@en .

<http://lexvo.org/id/char/4BEB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%AF%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A0o%20sh%C3%A0>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hou6>,
        <http://lexvo.org/id/term/yue/%E4%AF%AB>,
        "䯫"^^xsd:string ;
    rdfs:comment "(same as 顥) bright; luminous; hoary; white"@en .

<http://lexvo.org/id/char/4BEC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%AF%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/du%C7%92>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/do2>,
        <http://lexvo.org/id/term/yue/%E4%AF%AC>,
        "䯬"^^xsd:string ;
    rdfs:comment "(same as 嚲) to hang down; to let fall"@en .

<http://lexvo.org/id/char/4BED> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/cim1>,
        <http://lexvo.org/id/term/yue/%E4%AF%AD>,
        "䯭"^^xsd:string ;
    rdfs:comment "of nice and good hair"@en .

<http://lexvo.org/id/char/4BEE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%AF%AE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C3%A1i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/naang4%20nai1>,
        <http://lexvo.org/id/term/yue/%E4%AF%AE>,
        "䯮"^^xsd:string ;
    rdfs:comment "dishevelled hair"@en .

<http://lexvo.org/id/char/4BEF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/seoi1%20so1%20zyu4>,
        <http://lexvo.org/id/term/yue/%E4%AF%AF>,
        "䯯"^^xsd:string ;
    rdfs:comment "(same as 髿) hang down of the hair; dishevelled hair"@en .

<http://lexvo.org/id/char/4BF0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%AF%B0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%A8>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gaai3>,
        <http://lexvo.org/id/term/yue/%E4%AF%B0>,
        "䯰"^^xsd:string ;
    rdfs:comment "use a hair-pin to set and dress the hair"@en .

<http://lexvo.org/id/char/4BF1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%AF%B1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/pei4>,
        <http://lexvo.org/id/term/yue/%E4%AF%B1>,
        "䯱"^^xsd:string ;
    rdfs:comment "(said of wild beasts) the hair stands up, walk with one's hair hang down, hairy, hair"@en .

<http://lexvo.org/id/char/4BF2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%AF%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%A1>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/baa1>,
        <http://lexvo.org/id/term/yue/%E4%AF%B2>,
        "䯲"^^xsd:string ;
    rdfs:comment "a coiffure with a topknot, dishevelled hair"@en .

<http://lexvo.org/id/char/4BF3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/sung1%20tou4>,
        <http://lexvo.org/id/term/yue/%E4%AF%B3>,
        "䯳"^^xsd:string ;
    rdfs:comment "(same as 鬆) (said of hair) loosely arranged, dishevelled hair"@en .

<http://lexvo.org/id/char/4BF4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%AF%B4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%A1ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/coeng4>,
        <http://lexvo.org/id/term/yue/%E4%AF%B4>,
        "䯴"^^xsd:string ;
    rdfs:comment "a coiffure with a topknot"@en .

<http://lexvo.org/id/char/4BF5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%AF%B5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ni%C3%A8>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zit6>,
        <http://lexvo.org/id/term/yue/%E4%AF%B5>,
        "䯵"^^xsd:string ;
    rdfs:comment "hair style for little children"@en .

<http://lexvo.org/id/char/4BF6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%AF%B6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/man4%20mun4>,
        <http://lexvo.org/id/term/yue/%E4%AF%B6>,
        "䯶"^^xsd:string ;
    rdfs:comment "(non-classical form of 鬘) fair of hair, to blacken eyebrows"@en .

<http://lexvo.org/id/char/4BF7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/sung1>,
        <http://lexvo.org/id/term/yue/%E4%AF%B7>,
        "䯷"^^xsd:string ;
    rdfs:comment "fine hair"@en .

<http://lexvo.org/id/char/4BF8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%AF%B8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ci3>,
        <http://lexvo.org/id/term/yue/%E4%AF%B8>,
        "䯸"^^xsd:string ;
    rdfs:comment "a wig"@en .

<http://lexvo.org/id/char/4BF9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/cim1%20zim4>,
        <http://lexvo.org/id/term/yue/%E4%AF%B9>,
        "䯹"^^xsd:string ;
    rdfs:comment "hair"@en .

<http://lexvo.org/id/char/4BFA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%AF%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ku%C3%B2>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kut3>,
        <http://lexvo.org/id/term/yue/%E4%AF%BA>,
        "䯺"^^xsd:string ;
    rdfs:comment "(standard form of 髺) the hair dishevelled, as in mourning"@en .

<http://lexvo.org/id/char/4BFB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/gai3>,
        <http://lexvo.org/id/term/yue/%E4%AF%BB>,
        "䯻"^^xsd:string ;
    rdfs:comment "dressesd hair"@en .

<http://lexvo.org/id/char/4BFC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%AF%BC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dik6>,
        <http://lexvo.org/id/term/yue/%E4%AF%BC>,
        "䯼"^^xsd:string ;
    rdfs:comment "a coiffure with a topknot; a wig"@en .

<http://lexvo.org/id/char/4BFD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%AF%BD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C7%94%20p%C3%B3u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fu1%20paau4>,
        <http://lexvo.org/id/term/yue/%E4%AF%BD>,
        "䯽"^^xsd:string ;
    rdfs:comment "fine hair; beautiful hair, short hair, a coiffure with a topknot"@en .

<http://lexvo.org/id/char/4BFE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%AF%BE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ti%C3%A1o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tiu4>,
        <http://lexvo.org/id/term/yue/%E4%AF%BE>,
        "䯾"^^xsd:string ;
    rdfs:comment "hairy; with lots of hair, to let the hair grow, as children do"@en .

<http://lexvo.org/id/char/4BFF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%AF%BF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C3%BA%20zu%C3%B3>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cyut3%20zeot1>,
        <http://lexvo.org/id/term/yue/%E4%AF%BF>,
        "䯿"^^xsd:string ;
    rdfs:comment "a coiffure with a topknot, hairy, dishevelled hair"@en .

<http://lexvo.org/id/char/4C00> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B0%80>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C7%92>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wo2>,
        <http://lexvo.org/id/term/yue/%E4%B0%80>,
        "䰀"^^xsd:string ;
    rdfs:comment "dressed hair of a Chinese woman"@en .

<http://lexvo.org/id/char/4C01> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B0%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%A8i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fai3>,
        <http://lexvo.org/id/term/yue/%E4%B0%81>,
        "䰁"^^xsd:string ;
    rdfs:comment "to meet; to run into suddenly; unexpectedly"@en .

<http://lexvo.org/id/char/4C02> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B0%82>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C3%A0i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/coi3>,
        <http://lexvo.org/id/term/yue/%E4%B0%82>,
        "䰂"^^xsd:string ;
    rdfs:comment "a coiffure with a topknot, a turban; a kerchief"@en .

<http://lexvo.org/id/char/4C03> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B0%83>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%A9ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bong2%20pang4>,
        <http://lexvo.org/id/term/yue/%E4%B0%83>,
        "䰃"^^xsd:string ;
    rdfs:comment "dishevelled hair, (same as 碰) to meet unexpectedly, to collide; to hit; to touch"@en .

<http://lexvo.org/id/char/4C04> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B0%84>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/soi1>,
        <http://lexvo.org/id/term/yue/%E4%B0%84>,
        "䰄"^^xsd:string ;
    rdfs:comment "short hair, bearded; with lots of beard, whiskers"@en .

<http://lexvo.org/id/char/4C05> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/sou1>,
        <http://lexvo.org/id/term/yue/%E4%B0%85>,
        "䰅"^^xsd:string ;
    rdfs:comment "(same as 須 鬚) beard; whiskers"@en .

<http://lexvo.org/id/char/4C06> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B0%86>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/r%C3%B3u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zaau4>,
        <http://lexvo.org/id/term/yue/%E4%B0%86>,
        "䰆"^^xsd:string ;
    rdfs:comment "beautiful and hairy mane, yellow hair; the hoary hair of the aged"@en .

<http://lexvo.org/id/char/4C07> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B0%87>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C3%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kei4>,
        <http://lexvo.org/id/term/yue/%E4%B0%87>,
        "䰇"^^xsd:string ;
    rdfs:comment "(same as 鬐) mane, fins"@en .

<http://lexvo.org/id/char/4C08> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B0%88>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C7%8E%20cu%C3%B3>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/co1%20gwaan1%20zaau1>,
        <http://lexvo.org/id/term/yue/%E4%B0%88>,
        "䰈"^^xsd:string ;
    rdfs:comment "fine hair, hairy"@en .

<http://lexvo.org/id/char/4C09> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B0%89>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%A1n%20p%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ban1%20bun2%20bun6%20pun4>,
        <http://lexvo.org/id/term/yue/%E4%B0%89>,
        "䰉"^^xsd:string ;
    rdfs:comment "dressed hair in a horizontal way, variegated; grey-of hair"@en .

<http://lexvo.org/id/char/4C0A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B0%8A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%B3>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bok3>,
        <http://lexvo.org/id/term/yue/%E4%B0%8A>,
        "䰊"^^xsd:string ;
    rdfs:comment "hair, sparse hair"@en .

<http://lexvo.org/id/char/4C0B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B0%8B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/man4>,
        <http://lexvo.org/id/term/yue/%E4%B0%8B>,
        "䰋"^^xsd:string ;
    rdfs:comment "(same as 髮 鬘) hair, fair of hair"@en .

<http://lexvo.org/id/char/4C0C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B0%8C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C7%92ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zung2>,
        <http://lexvo.org/id/term/yue/%E4%B0%8C>,
        "䰌"^^xsd:string ;
    rdfs:comment "to bind the hair in a knot on the top of the head, mane, dishevelled hair"@en .

<http://lexvo.org/id/char/4C0D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B0%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C3%AC%20q%C4%AB>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zaau1>,
        <http://lexvo.org/id/term/yue/%E4%B0%8D>,
        "䰍"^^xsd:string ;
    rdfs:comment "(same as U+9AE4 髹) a kind of dark-red paint, to paint or lacquer (articles)"@en .

<http://lexvo.org/id/char/4C0E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B0%8E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/gu%C3%AC%20hu%C7%90%20ku%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/waai2>,
        <http://lexvo.org/id/term/yue/%E4%B0%8E>,
        "䰎"^^xsd:string ;
    rdfs:comment "to twist the hair in a knot on the top of the head"@en .

<http://lexvo.org/id/char/4C0F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B0%8F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zaai3>,
        <http://lexvo.org/id/term/yue/%E4%B0%8F>,
        "䰏"^^xsd:string ;
    rdfs:comment "sparse hair on a knot on the top of the head, hair dressed without ornaments"@en .

<http://lexvo.org/id/char/4C10> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B0%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/laam4>,
        <http://lexvo.org/id/term/yue/%E4%B0%90>,
        "䰐"^^xsd:string ;
    rdfs:comment "long hair, hairy, sparse hair"@en .

<http://lexvo.org/id/char/4C11> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/siu1%20sou1>,
        <http://lexvo.org/id/term/yue/%E4%B0%91>,
        "䰑"^^xsd:string ;
    rdfs:comment "(non-classical form of 䰅) (same as 須 鬚) beard; whiskers"@en .

<http://lexvo.org/id/char/4C12> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B0%92>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A9ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mung4>,
        <http://lexvo.org/id/term/yue/%E4%B0%92>,
        "䰒"^^xsd:string ;
    rdfs:comment "vague; ambiguous; dim; hazy, mane"@en .

<http://lexvo.org/id/char/4C13> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B0%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/mi%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/min4>,
        <http://lexvo.org/id/term/yue/%E4%B0%93>,
        "䰓"^^xsd:string ;
    rdfs:comment "hair, (in old times) to burn a certain stick and then to blacken the eyebrows"@en .

<http://lexvo.org/id/char/4C14> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B0%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/pun4>,
        <http://lexvo.org/id/term/yue/%E4%B0%94>,
        "䰔"^^xsd:string ;
    rdfs:comment "(non-classical of 䰉) dressed hair in a horizontal way, variegated; grey (of hair)"@en .

<http://lexvo.org/id/char/4C15> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B0%95>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%BA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lou4>,
        <http://lexvo.org/id/term/yue/%E4%B0%95>,
        "䰕"^^xsd:string ;
    rdfs:comment "mane"@en .

<http://lexvo.org/id/char/4C16> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B0%96>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/cu%C3%A1n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zu%C7%8En>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cyun4>,
        <http://lexvo.org/id/term/yue/%E4%B0%96>,
        "䰖"^^xsd:string ;
    rdfs:comment "fine hair; luster of hair; smooth and glossy of the hair, the woman's hair in a knot on the top of the head, hairy"@en .

<http://lexvo.org/id/char/4C17> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/gau1>,
        <http://lexvo.org/id/term/yue/%E4%B0%97>,
        "䰗"^^xsd:string ;
    rdfs:comment "(non-classical) a lot; a ticket, to draw lots"@en .

<http://lexvo.org/id/char/4C18> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B0%98>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C3%BA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gau2%20hip3%20laau4>,
        <http://lexvo.org/id/term/yue/%E4%B0%98>,
        "䰘"^^xsd:string ;
    rdfs:comment "to kill by hanging or to strangulation, kill, to lower the grade of mourning garments, when wearing the sackcloth with the edges evenly bound"@en .

<http://lexvo.org/id/char/4C19> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B0%99>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%90>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gaan1%20gam3%20gei6%20ngaai5>,
        <http://lexvo.org/id/term/yue/%E4%B0%99>,
        "䰙"^^xsd:string ;
    rdfs:comment "an ancient unit of capacity with three feet and a big opening, a container used to wash rice"@en .

<http://lexvo.org/id/char/4C1A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B0%9A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C3%A9n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/man4>,
        <http://lexvo.org/id/term/yue/%E4%B0%9A>,
        "䰚"^^xsd:string ;
    rdfs:comment "the top part of the rice gruel, to chafe; to scour; to rub; to wipe with hand"@en .

<http://lexvo.org/id/char/4C1B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B0%9B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lik6>,
        <http://lexvo.org/id/term/yue/%E4%B0%9B>,
        "䰛"^^xsd:string ;
    rdfs:comment "(same as 鬲) a large earthen pot, a large iron cauldron"@en .

<http://lexvo.org/id/char/4C1C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B0%9C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lik6>,
        <http://lexvo.org/id/term/yue/%E4%B0%9C>,
        "䰜"^^xsd:string ;
    rdfs:comment "(ancient form of 鬲) a large earthen pot, a large iron cauldron"@en .

<http://lexvo.org/id/char/4C1D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B0%9D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C3%A8ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zang6>,
        <http://lexvo.org/id/term/yue/%E4%B0%9D>,
        "䰝"^^xsd:string ;
    rdfs:comment "a large earthen pot for cooking, a large iron cauldron used to cook in old times"@en .

<http://lexvo.org/id/char/4C1E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B0%9E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C7%94>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zyu2>,
        <http://lexvo.org/id/term/yue/%E4%B0%9E>,
        "䰞"^^xsd:string ;
    rdfs:comment "(same as U+7151 煮) to cook; to boil; to stew"@en .

<http://lexvo.org/id/char/4C1F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B0%9F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%BAn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/waan4%20waan4%20waat1>,
        <http://lexvo.org/id/term/yue/%E4%B0%9F>,
        "䰟"^^xsd:string ;
    rdfs:comment "(same as 魂) the soul, the spiritual part of man that ascends to heaven, the wits; the spiritual faculties"@en .

<http://lexvo.org/id/char/4C20> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B0%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%A9n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/saan1%20saan4>,
        <http://lexvo.org/id/term/yue/%E4%B0%A0>,
        "䰠"^^xsd:string ;
    rdfs:comment "god; spirit; immortal, mountain deity"@en .

<http://lexvo.org/id/char/4C21> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B0%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ci3>,
        <http://lexvo.org/id/term/yue/%E4%B0%A1>,
        "䰡"^^xsd:string ;
    rdfs:comment "a fierce ghost; a malicious spirit; evil spirits"@en .

<http://lexvo.org/id/char/4C22> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B0%A2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C3%ACng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/haang3>,
        <http://lexvo.org/id/term/yue/%E4%B0%A2>,
        "䰢"^^xsd:string ;
    rdfs:comment "ghost; a star"@en .

<http://lexvo.org/id/char/4C23> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B0%A3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C7%8Eng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wong5>,
        <http://lexvo.org/id/term/yue/%E4%B0%A3>,
        "䰣"^^xsd:string ;
    rdfs:comment "(same as 魍) an elf, a sprite, an animal which is said to eat the brains of the dead under ground; a monster"@en .

<http://lexvo.org/id/char/4C24> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/dung1>,
        <http://lexvo.org/id/term/yue/%E4%B0%A4>,
        "䰤"^^xsd:string ;
    rdfs:comment "ugly, monster; ghost"@en .

<http://lexvo.org/id/char/4C25> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B0%A5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%B2%20j%C3%AC%20sh%C3%A8%20y%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/waak6>,
        <http://lexvo.org/id/term/yue/%E4%B0%A5>,
        "䰥"^^xsd:string ;
    rdfs:comment "(same as 魊) a cyclone; a whirlwind, a fabulous creature which supposedly hurts human beings by casting sand out of its mouth; ghost"@en .

<http://lexvo.org/id/char/4C26> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B0%A6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C7%90%20p%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/paai2%20pei2>,
        <http://lexvo.org/id/term/yue/%E4%B0%A6>,
        "䰦"^^xsd:string ;
    rdfs:comment "ugly, ghost; evil spirits; bogy; goblin; demons and monsters"@en .

<http://lexvo.org/id/char/4C27> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/bou6%20fu1>,
        <http://lexvo.org/id/term/yue/%E4%B0%A7>,
        "䰧"^^xsd:string ;
    rdfs:comment "sinister, evil and shrewd"@en .

<http://lexvo.org/id/char/4C28> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B0%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A8i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mei6>,
        <http://lexvo.org/id/term/yue/%E4%B0%A8>,
        "䰨"^^xsd:string ;
    rdfs:comment "(same as U+9B3D 魅) mischievous spirit; goblin; elf, a demon with a man's face and four legs, and exhalation of the mountains and forests, to charm; to mislead"@en .

<http://lexvo.org/id/char/4C29> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B0%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C4%9B%20ch%C7%90>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ci2>,
        <http://lexvo.org/id/term/yue/%E4%B0%A9>,
        "䰩"^^xsd:string ;
    rdfs:comment "ugly; repulsive, mountain ghosts"@en .

<http://lexvo.org/id/char/4C2A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B0%AA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A8i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mei6>,
        <http://lexvo.org/id/term/yue/%E4%B0%AA>,
        "䰪"^^xsd:string ;
    rdfs:comment "(corrupted form of 魅) mischievous spirit; goblin; elf, a demon with a man's face and four legs, and exhalation of the mountains and forests, to charm; to mislead"@en .

<http://lexvo.org/id/char/4C2B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B0%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%A1o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/caau1>,
        <http://lexvo.org/id/term/yue/%E4%B0%AB>,
        "䰫"^^xsd:string ;
    rdfs:comment "nimble and active ghost, to move swiftly, strong, crafty; cunning; wily, smart; clever; shrewd"@en .

<http://lexvo.org/id/char/4C2C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B0%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%BA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gwaat1>,
        <http://lexvo.org/id/term/yue/%E4%B0%AC>,
        "䰬"^^xsd:string ;
    rdfs:comment "wild ghost; ghost without head; a demon"@en .

<http://lexvo.org/id/char/4C2D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B0%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C3%B2u%20r%C3%BA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zyu4>,
        <http://lexvo.org/id/term/yue/%E4%B0%AD>,
        "䰭"^^xsd:string ;
    rdfs:comment "(same as 䰰) dreary cries of ghosts; sound of monsters"@en .

<http://lexvo.org/id/char/4C2E> a lvont:Character ;
    lvont:represents "䰮"^^xsd:string .

<http://lexvo.org/id/char/4C2F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B0%AF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C7%90%20r%C3%A1n%20y%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zi5>,
        <http://lexvo.org/id/term/yue/%E4%B0%AF>,
        "䰯"^^xsd:string ;
    rdfs:comment "to fear; to dread; to be afraid of"@en .

<http://lexvo.org/id/char/4C30> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B0%B0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/r%C3%BA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/naau6%20zyu4>,
        <http://lexvo.org/id/term/yue/%E4%B0%B0>,
        "䰰"^^xsd:string ;
    rdfs:comment "(same as 䰭) dreary cries of ghosts; sound of monsters"@en .

<http://lexvo.org/id/char/4C31> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B0%B1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%ADng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ling4>,
        <http://lexvo.org/id/term/yue/%E4%B0%B1>,
        "䰱"^^xsd:string ;
    rdfs:comment "name of a god; a legendary spirits having the face of a man and the body of a beast"@en .

<http://lexvo.org/id/char/4C32> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B0%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A0>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/at3%20zat3>,
        <http://lexvo.org/id/term/yue/%E4%B0%B2>,
        "䰲"^^xsd:string ;
    rdfs:comment "the sheat-fish"@en .

<http://lexvo.org/id/char/4C33> a lvont:Character ;
    lvont:represents "䰳"^^xsd:string .

<http://lexvo.org/id/char/4C34> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B0%B4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C3%AC%20zh%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gat1>,
        <http://lexvo.org/id/term/yue/%E4%B0%B4>,
        "䰴"^^xsd:string ;
    rdfs:comment "a wafting fish, a fish, to cut a fish"@en .

<http://lexvo.org/id/char/4C35> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/zi1>,
        <http://lexvo.org/id/term/yue/%E4%B0%B5>,
        "䰵"^^xsd:string ;
    rdfs:comment "(a second name for 鯔) looks like common carp, blackfish or mullet fish, a second name for anchovy, a fish"@en .

<http://lexvo.org/id/char/4C36> a lvont:Character ;
    lvont:represents "䰶"^^xsd:string .

<http://lexvo.org/id/char/4C37> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B0%B7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%A0ng%20b%C3%B3>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/pang5%20pau4>,
        <http://lexvo.org/id/term/yue/%E4%B0%B7>,
        "䰷"^^xsd:string ;
    rdfs:comment "a fish, (same as 蚌) oyster, a kind of clam, a pretty pearl"@en .

<http://lexvo.org/id/char/4C38> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/gung1>,
        <http://lexvo.org/id/term/yue/%E4%B0%B8>,
        "䰸"^^xsd:string ;
    rdfs:comment "(interchangeable 魟 same as 鰩) the nautilus; the ray, a fish; looks like crab or king crab"@en .

<http://lexvo.org/id/char/4C39> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B0%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C3%A9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/caak6>,
        <http://lexvo.org/id/term/yue/%E4%B0%B9>,
        "䰹"^^xsd:string ;
    rdfs:comment "(non-classical and abbreviated form of 鱡) (same as 鰂) the cuttlefish; the inkfish"@en .

<http://lexvo.org/id/char/4C3A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B0%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%A8>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gaai3>,
        <http://lexvo.org/id/term/yue/%E4%B0%BA>,
        "䰺"^^xsd:string ;
    rdfs:comment "(corrupted form of 魪) a flatfish; a sole"@en .

<http://lexvo.org/id/char/4C3B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B0%BB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%BA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zyu4>,
        <http://lexvo.org/id/term/yue/%E4%B0%BB>,
        "䰻"^^xsd:string ;
    rdfs:comment "(same as 漁) to catch fish, to fish, to seize"@en .

<http://lexvo.org/id/char/4C3C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B0%BC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C3%ADn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cam4>,
        <http://lexvo.org/id/term/yue/%E4%B0%BC>,
        "䰼"^^xsd:string ;
    rdfs:comment "a condiment made from minced fish salted, preserved fish; salted fish; fish cured in distiller's grains, a fish"@en .

<http://lexvo.org/id/char/4C3D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B0%BD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%A8i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bui3>,
        <http://lexvo.org/id/term/yue/%E4%B0%BD>,
        "䰽"^^xsd:string ;
    rdfs:comment "the globefish; flowfish; puffer"@en .

<http://lexvo.org/id/char/4C3E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B0%BE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%A0>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/baa1>,
        <http://lexvo.org/id/term/yue/%E4%B0%BE>,
        "䰾"^^xsd:string ;
    rdfs:comment "a kind of fish; a bonito, (same as U+9B81 鮁) shark"@en .

<http://lexvo.org/id/char/4C3F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B0%BF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/tu%C3%B3>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/to4>,
        <http://lexvo.org/id/term/yue/%E4%B0%BF>,
        "䰿"^^xsd:string ;
    rdfs:comment "(non-classical of 鮀) a kind of small fish grown in fresh water"@en .

<http://lexvo.org/id/char/4C40> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/ong3%20zoeng1>,
        <http://lexvo.org/id/term/yue/%E4%B1%80>,
        "䱀"^^xsd:string ;
    rdfs:comment "a kind of small fish"@en .

<http://lexvo.org/id/char/4C41> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B1%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C3%A1o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kiu4>,
        <http://lexvo.org/id/term/yue/%E4%B1%81>,
        "䱁"^^xsd:string ;
    rdfs:comment "a kind of medium sized fish grown in the sea, long and flat; with a big mouth"@en .

<http://lexvo.org/id/char/4C42> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B1%82>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%92u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zaau2>,
        <http://lexvo.org/id/term/yue/%E4%B1%82>,
        "䱂"^^xsd:string ;
    rdfs:comment "a fish; common carp"@en .

<http://lexvo.org/id/char/4C43> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B1%83>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C7%90%20zh%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dit6%20zaat6>,
        <http://lexvo.org/id/term/yue/%E4%B1%83>,
        "䱃"^^xsd:string ;
    rdfs:comment "a fish"@en .

<http://lexvo.org/id/char/4C44> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B1%84>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%A8>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gaai3>,
        <http://lexvo.org/id/term/yue/%E4%B1%84>,
        "䱄"^^xsd:string ;
    rdfs:comment "(non-classical and corrupted form of 魪) a flatfish; a sole"@en .

<http://lexvo.org/id/char/4C45> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B1%85>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%B2>,
        "䱅"^^xsd:string ;
    rdfs:comment "(same as 鱴 鮆) the mullet, a kind of fish grown in the sea; like abalone; a salted fish"@en .

<http://lexvo.org/id/char/4C46> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B1%86>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%A9ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sing4>,
        <http://lexvo.org/id/term/yue/%E4%B1%86>,
        "䱆"^^xsd:string ;
    rdfs:comment "(same as 鱦) small fish, spawn, or roe, frog group"@en .

<http://lexvo.org/id/char/4C47> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B1%87>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%A0n%20t%C3%A1o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sin5>,
        <http://lexvo.org/id/term/yue/%E4%B1%87>,
        "䱇"^^xsd:string ;
    rdfs:comment "(same as 鱔) the eel"@en .

<http://lexvo.org/id/char/4C48> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B1%88>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C3%AD%20y%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kei4%20ngaai6>,
        <http://lexvo.org/id/term/yue/%E4%B1%88>,
        "䱈"^^xsd:string ;
    rdfs:comment "(ancient form of 鮨) fish pulp; mashed fish, fine-cut meat, something like the large amphibious creature; newt but very much larger, small fish, (same as 鰭) fins"@en .

<http://lexvo.org/id/char/4C49> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B1%89>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sin5>,
        <http://lexvo.org/id/term/yue/%E4%B1%89>,
        "䱉"^^xsd:string ;
    rdfs:comment "(corrupted form of 䱇) (same as 鱓,鱔) an eel"@en .

<http://lexvo.org/id/char/4C4A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B1%8A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C7%90>,
        <http://lexvo.org/id/term/vie/m%C3%A8>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mai5>,
        <http://lexvo.org/id/term/yue/%E4%B1%8A>,
        "䱊"^^xsd:string ;
    rdfs:comment "roe or spawn, a fish"@en .

<http://lexvo.org/id/char/4C4B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B1%8B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C7%8En%20g%C7%92ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/daam2%20gung2>,
        <http://lexvo.org/id/term/yue/%E4%B1%8B>,
        "䱋"^^xsd:string ;
    rdfs:comment "spawn; roe, a kind of legendary fish said to be thousands of miles long, (interchangeable 魟) the nautils; the ray"@en .

<http://lexvo.org/id/char/4C4C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B1%8C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zi4>,
        <http://lexvo.org/id/term/yue/%E4%B1%8C>,
        "䱌"^^xsd:string ;
    rdfs:comment "a second name for the globefish; blowfish; puffer"@en .

<http://lexvo.org/id/char/4C4D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B1%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C3%A8ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gang2>,
        <http://lexvo.org/id/term/yue/%E4%B1%8D>,
        "䱍"^^xsd:string ;
    rdfs:comment "tuna, something like sturgeon"@en .

<http://lexvo.org/id/char/4C4E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B1%8E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C3%A8ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gang2>,
        <http://lexvo.org/id/term/yue/%E4%B1%8E>,
        "䱎"^^xsd:string ;
    rdfs:comment "(same as 䱍) tuna, something like sturgeon"@en .

<http://lexvo.org/id/char/4C4F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B1%8F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C7%92u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/daau6%20taau2>,
        <http://lexvo.org/id/term/yue/%E4%B1%8F>,
        "䱏"^^xsd:string ;
    rdfs:comment "a fish"@en .

<http://lexvo.org/id/char/4C50> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/fu1%20tou1>,
        <http://lexvo.org/id/term/yue/%E4%B1%90>,
        "䱐"^^xsd:string ;
    rdfs:comment "a kind of black fish, a second name for the globefish; blowfish; puffer"@en .

<http://lexvo.org/id/char/4C51> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B1%91>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xu%C3%A9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/haap6%20sit3>,
        <http://lexvo.org/id/term/yue/%E4%B1%91>,
        "䱑"^^xsd:string ;
    rdfs:comment "a fish; something like crab grown in the sea"@en .

<http://lexvo.org/id/char/4C52> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B1%92>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zaap1>,
        <http://lexvo.org/id/term/yue/%E4%B1%92>,
        "䱒"^^xsd:string ;
    rdfs:comment "salted fish, globefish; blowfish; puffer"@en .

<http://lexvo.org/id/char/4C53> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B1%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%ADng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ting4>,
        <http://lexvo.org/id/term/yue/%E4%B1%93>,
        "䱓"^^xsd:string ;
    rdfs:comment "a kind of fish, something like the sheat-fish"@en .

<http://lexvo.org/id/char/4C54> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B1%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ti%C3%A1o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tiu4>,
        <http://lexvo.org/id/term/yue/%E4%B1%94>,
        "䱔"^^xsd:string ;
    rdfs:comment "(same as 鰷) a long narrow and silver colored fish; Trichiurus armatus"@en .

<http://lexvo.org/id/char/4C55> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B1%95>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%B3u>,
        <http://lexvo.org/id/term/vie/m%C3%B2i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mau4>,
        <http://lexvo.org/id/term/yue/%E4%B1%95>,
        "䱕"^^xsd:string ;
    rdfs:comment "labrus, moving fish"@en .

<http://lexvo.org/id/char/4C56> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B1%96>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C3%BA%20li%C7%94>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/laau4%20laau6%20liu1>,
        <http://lexvo.org/id/term/yue/%E4%B1%96>,
        "䱖"^^xsd:string ;
    rdfs:comment "(same as 鰡) shark"@en .

<http://lexvo.org/id/char/4C57> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C4%81n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/caan1>,
        <http://lexvo.org/id/term/yue/%E4%B1%97>,
        "䱗"^^xsd:string ;
    rdfs:comment "a long narrow fish Trichiurus armatus"@en .

<http://lexvo.org/id/char/4C58> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B1%98>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lei4>,
        <http://lexvo.org/id/term/yue/%E4%B1%98>,
        "䱘"^^xsd:string .

<http://lexvo.org/id/char/4C59> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/suk1>,
        <http://lexvo.org/id/term/yue/%E4%B1%99>,
        "䱙"^^xsd:string ;
    rdfs:comment "(same as 鮛) a small kind of tuna or sturgeon"@en .

<http://lexvo.org/id/char/4C5A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B1%9A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/luk6>,
        <http://lexvo.org/id/term/yue/%E4%B1%9A>,
        "䱚"^^xsd:string ;
    rdfs:comment "a kind of fish"@en .

<http://lexvo.org/id/char/4C5B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B1%9B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gwik1>,
        <http://lexvo.org/id/term/yue/%E4%B1%9B>,
        "䱛"^^xsd:string ;
    rdfs:comment "a kind of fish; small fish; fry, a large amphibious creature, something like the newt but very much larger"@en .

<http://lexvo.org/id/char/4C5C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B1%9C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/cu%C3%B2%20qu%C3%A8>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cok3>,
        <http://lexvo.org/id/term/yue/%E4%B1%9C>,
        "䱜"^^xsd:string ;
    rdfs:comment "shark"@en .

<http://lexvo.org/id/char/4C5D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B1%9D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%A0%20p%C3%A1i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/paai4>,
        <http://lexvo.org/id/term/yue/%E4%B1%9D>,
        "䱝"^^xsd:string ;
    rdfs:comment "black carp"@en .

<http://lexvo.org/id/char/4C5E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B1%9E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C3%BA%20n%C3%A0i%20w%C4%9Bi>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/noi6>,
        <http://lexvo.org/id/term/yue/%E4%B1%9E>,
        "䱞"^^xsd:string ;
    rdfs:comment "a kind of fish"@en .

<http://lexvo.org/id/char/4C5F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B1%9F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/goeng3>,
        <http://lexvo.org/id/term/yue/%E4%B1%9F>,
        "䱟"^^xsd:string ;
    rdfs:comment "(an ancient name) a kind of silver fish, a kind of insect"@en .

<http://lexvo.org/id/char/4C60> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B1%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zaan6>,
        <http://lexvo.org/id/term/yue/%E4%B1%A0>,
        "䱠"^^xsd:string ;
    rdfs:comment "a kind of fish"@en .

<http://lexvo.org/id/char/4C61> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B1%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%BA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/guk1>,
        <http://lexvo.org/id/term/yue/%E4%B1%A1>,
        "䱡"^^xsd:string ;
    rdfs:comment "the globefish; blowfish; puffer"@en .

<http://lexvo.org/id/char/4C62> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/zang1>,
        <http://lexvo.org/id/term/yue/%E4%B1%A2>,
        "䱢"^^xsd:string ;
    rdfs:comment "a kind of fish"@en .

<http://lexvo.org/id/char/4C63> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B1%A3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C3%BA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cyut3%20zeot1>,
        <http://lexvo.org/id/term/yue/%E4%B1%A3>,
        "䱣"^^xsd:string ;
    rdfs:comment "a long narrow fish, a second name for tuna"@en .

<http://lexvo.org/id/char/4C64> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B1%A4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/haam6>,
        <http://lexvo.org/id/term/yue/%E4%B1%A4>,
        "䱤"^^xsd:string ;
    rdfs:comment "(a second name for 鱤) a kind of fish"@en .

<http://lexvo.org/id/char/4C65> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B1%A5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%AD%20zh%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dai3%20zaai3>,
        <http://lexvo.org/id/term/yue/%E4%B1%A5>,
        "䱥"^^xsd:string ;
    rdfs:comment "a kind of fish; silver-gray color with black dots; with small mouth and no teeth"@en .

<http://lexvo.org/id/char/4C66> a lvont:Character ;
    lvont:represents "䱦"^^xsd:string ;
    rdfs:comment "the globefish; blowfish; puffer"@en .

<http://lexvo.org/id/char/4C67> a lvont:Character ;
    lvont:represents "䱧"^^xsd:string ;
    rdfs:comment "(record in an antique books) a kind of fish (same as 鱔) eels"@en .

<http://lexvo.org/id/char/4C68> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B1%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cit3%20zaai3>,
        <http://lexvo.org/id/term/yue/%E4%B1%A8>,
        "䱨"^^xsd:string ;
    rdfs:comment "(same as 䱥) a kind of fish; silver-gray color with black dots; with small mouth and no teeth"@en .

<http://lexvo.org/id/char/4C69> a lvont:Character ;
    lvont:represents "䱩"^^xsd:string .

<http://lexvo.org/id/char/4C6A> a lvont:Character ;
    lvont:represents "䱪"^^xsd:string .

<http://lexvo.org/id/char/4C6B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B1%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%A0>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/laat6>,
        <http://lexvo.org/id/term/yue/%E4%B1%AB>,
        "䱫"^^xsd:string ;
    rdfs:comment "(same as 鯻) a kind of fish"@en .

<http://lexvo.org/id/char/4C6C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/seoi1>,
        <http://lexvo.org/id/term/yue/%E4%B1%AC>,
        "䱬"^^xsd:string ;
    rdfs:comment "a kind of fish"@en .

<http://lexvo.org/id/char/4C6D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B1%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C3%A8ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gang2>,
        <http://lexvo.org/id/term/yue/%E4%B1%AD>,
        "䱭"^^xsd:string ;
    rdfs:comment "tuna"@en .

<http://lexvo.org/id/char/4C6E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C3%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B1%AE>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ngak6>,
        <http://lexvo.org/id/term/yue/%E4%B1%AE>,
        "䱮"^^xsd:string ;
    rdfs:comment "a kind of fish; skin for making arms or weapons"@en .

<http://lexvo.org/id/char/4C6F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B1%AF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%BA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mou4>,
        <http://lexvo.org/id/term/yue/%E4%B1%AF>,
        "䱯"^^xsd:string ;
    rdfs:comment "(corrupted form) a kind of fish"@en .

<http://lexvo.org/id/char/4C70> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B1%B0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%B2ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ceoi4%20cung5>,
        <http://lexvo.org/id/term/yue/%E4%B1%B0>,
        "䱰"^^xsd:string ;
    rdfs:comment "(same as 鮦 鯉 鱧) a kind of fish; black fish"@en .

<http://lexvo.org/id/char/4C71> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B1%B1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%AC%20t%C3%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tai4>,
        <http://lexvo.org/id/term/yue/%E4%B1%B1>,
        "䱱"^^xsd:string ;
    rdfs:comment "a kind of slippery long fish; with four feet; black color; a second name for Parasilurus asotus, small fish; fry, large carp"@en .

<http://lexvo.org/id/char/4C72> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B1%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zyun4>,
        <http://lexvo.org/id/term/yue/%E4%B1%B2>,
        "䱲"^^xsd:string ;
    rdfs:comment "a kind of fish"@en .

<http://lexvo.org/id/char/4C73> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/zin1>,
        <http://lexvo.org/id/term/yue/%E4%B1%B3>,
        "䱳"^^xsd:string ;
    rdfs:comment "(same as 鱣) a kind of sturgeon; Acipenser mikadoi, (interchangeable 鱔) eels"@en .

<http://lexvo.org/id/char/4C74> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B1%B4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C3%A8ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gaang2%20gaang3>,
        <http://lexvo.org/id/term/yue/%E4%B1%B4>,
        "䱴"^^xsd:string ;
    rdfs:comment "(same as 䱭) tuna"@en .

<http://lexvo.org/id/char/4C75> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C4%93ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zung1%20zung2>,
        <http://lexvo.org/id/term/yue/%E4%B1%B5>,
        "䱵"^^xsd:string ;
    rdfs:comment "a kind of fish; live in the ocean"@en .

<http://lexvo.org/id/char/4C76> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B1%B6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%A1ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/long4>,
        <http://lexvo.org/id/term/yue/%E4%B1%B6>,
        "䱶"^^xsd:string ;
    rdfs:comment "a male crab, cod oil"@en .

<http://lexvo.org/id/char/4C77> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B1%B7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%BA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zyu4>,
        <http://lexvo.org/id/term/yue/%E4%B1%B7>,
        "䱷"^^xsd:string ;
    rdfs:comment "(same as 魚 漁) to fish, to seize"@en .

<http://lexvo.org/id/char/4C78> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/caau1%20saau1%20saau2>,
        <http://lexvo.org/id/term/yue/%E4%B1%B8>,
        "䱸"^^xsd:string ;
    rdfs:comment "a family name, (same as 緧) a crupper"@en .

<http://lexvo.org/id/char/4C79> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B1%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C3%A0%20zh%C7%8E>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/caa4%20zaa2%20zaa2>,
        <http://lexvo.org/id/term/yue/%E4%B1%B9>,
        "䱹"^^xsd:string ;
    rdfs:comment "(standard form) (same as 鮓) a condiment made from minced fish salted, preserved fish"@en .

<http://lexvo.org/id/char/4C7A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B1%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A1i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/haai4>,
        <http://lexvo.org/id/term/yue/%E4%B1%BA>,
        "䱺"^^xsd:string ;
    rdfs:comment "a male crab"@en .

<http://lexvo.org/id/char/4C7B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B1%BB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%A1>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gwaat1%20waa4%20wat6>,
        <http://lexvo.org/id/term/yue/%E4%B1%BB>,
        "䱻"^^xsd:string ;
    rdfs:comment "a kind of fish; a flashing fly-fish in legend"@en .

<http://lexvo.org/id/char/4C7C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B1%BC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C7%8En>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zin2>,
        <http://lexvo.org/id/term/yue/%E4%B1%BC>,
        "䱼"^^xsd:string ;
    rdfs:comment "a kind of fish; seven inchs long; good for soup"@en .

<http://lexvo.org/id/char/4C7D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/coeng1%20cong1>,
        <http://lexvo.org/id/term/yue/%E4%B1%BD>,
        "䱽"^^xsd:string ;
    rdfs:comment "(same as U+9BE7 鯧) the pomfret"@en .

<http://lexvo.org/id/char/4C7E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B1%BE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%B3u%20y%C3%BA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/laau1%20laau4>,
        <http://lexvo.org/id/term/yue/%E4%B1%BE>,
        "䱾"^^xsd:string ;
    rdfs:comment "a carp-like savory fish"@en .

<http://lexvo.org/id/char/4C7F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B1%BF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/caam3>,
        <http://lexvo.org/id/term/yue/%E4%B1%BF>,
        "䱿"^^xsd:string ;
    rdfs:comment "a kind of fish"@en .

<http://lexvo.org/id/char/4C80> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B2%80>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/di%C3%A9%20su%C3%AC%20zh%C3%AC%20z%C3%B2u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zi3>,
        <http://lexvo.org/id/term/yue/%E4%B2%80>,
        "䲀"^^xsd:string ;
    rdfs:comment "a kind of fish"@en .

<http://lexvo.org/id/char/4C81> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B2%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C3%A8i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/to5%20waai3>,
        <http://lexvo.org/id/term/yue/%E4%B2%81>,
        "䲁"^^xsd:string ;
    rdfs:comment "general term of a kind of fish, a snake-like fish"@en .

<http://lexvo.org/id/char/4C82> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B2%82>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xu%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/syun4>,
        <http://lexvo.org/id/term/yue/%E4%B2%82>,
        "䲂"^^xsd:string ;
    rdfs:comment "a kind of fish"@en .

<http://lexvo.org/id/char/4C83> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B2%83>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C7%8Eo>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zou2>,
        <http://lexvo.org/id/term/yue/%E4%B2%83>,
        "䲃"^^xsd:string ;
    rdfs:comment "a carp-like fish with chicken feet, spawn or roe"@en .

<http://lexvo.org/id/char/4C84> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B2%84>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%ADn%20m%C7%90n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/maan5%20mang4>,
        <http://lexvo.org/id/term/yue/%E4%B2%84>,
        "䲄"^^xsd:string ;
    rdfs:comment "(same as 鮸) an ocean fish with long flat body, big mouth, sharp teeth (a cod, same as 鰵)"@en .

<http://lexvo.org/id/char/4C85> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/kwai1>,
        <http://lexvo.org/id/term/yue/%E4%B2%85>,
        "䲅"^^xsd:string ;
    rdfs:comment "the globefish; blowfish; puffer"@en .

<http://lexvo.org/id/char/4C86> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/sou1>,
        <http://lexvo.org/id/term/yue/%E4%B2%86>,
        "䲆"^^xsd:string .

<http://lexvo.org/id/char/4C87> a lvont:Character ;
    lvont:represents "䲇"^^xsd:string .

<http://lexvo.org/id/char/4C88> a lvont:Character ;
    lvont:represents "䲈"^^xsd:string .

<http://lexvo.org/id/char/4C89> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/si1>,
        <http://lexvo.org/id/term/yue/%E4%B2%89>,
        "䲉"^^xsd:string ;
    rdfs:comment "a kind of fish; a second name for tuna"@en .

<http://lexvo.org/id/char/4C8A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B2%8A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/tu%C7%92>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/to5>,
        <http://lexvo.org/id/term/yue/%E4%B2%8A>,
        "䲊"^^xsd:string ;
    rdfs:comment "fry (of fish), crab, get rid of the scales of a fish"@en .

<http://lexvo.org/id/char/4C8B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B2%8B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C3%A9n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sam4>,
        <http://lexvo.org/id/term/yue/%E4%B2%8B>,
        "䲋"^^xsd:string ;
    rdfs:comment "(non-classical form) a kind of fish"@en .

<http://lexvo.org/id/char/4C8C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B2%8C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ku%C7%8En>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fun2>,
        <http://lexvo.org/id/term/yue/%E4%B2%8C>,
        "䲌"^^xsd:string ;
    rdfs:comment "a fish, the sound of touching the fish net"@en .

<http://lexvo.org/id/char/4C8D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B2%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%A9ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tang4>,
        <http://lexvo.org/id/term/yue/%E4%B2%8D>,
        "䲍"^^xsd:string ;
    rdfs:comment "(standard form of 鰧) a perch-like fish with white body and red tail"@en .

<http://lexvo.org/id/char/4C8E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B2%8E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C4%9Bi>,
        "䲎"^^xsd:string ;
    rdfs:comment "(corrupted form of U+9BD8 鯘; same as U+9BBE 鮾) to spoil, to go down, to corrupt; spoiled fish-meat"@en .

<http://lexvo.org/id/char/4C8F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B2%8F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%A1o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lou4%20lou6>,
        <http://lexvo.org/id/term/yue/%E4%B2%8F>,
        "䲏"^^xsd:string ;
    rdfs:comment "a kind of fish"@en .

<http://lexvo.org/id/char/4C90> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B2%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C7%94>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lou5>,
        <http://lexvo.org/id/term/yue/%E4%B2%90>,
        "䲐"^^xsd:string ;
    rdfs:comment "a kind of fish"@en .

<http://lexvo.org/id/char/4C91> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B2%91>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zeoi4%20zi4>,
        <http://lexvo.org/id/term/yue/%E4%B2%91>,
        "䲑"^^xsd:string ;
    rdfs:comment "spawn, or roe, a kind of fish"@en .

<http://lexvo.org/id/char/4C92> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B2%92>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A8>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hai5%20ngai4>,
        <http://lexvo.org/id/term/yue/%E4%B2%92>,
        "䲒"^^xsd:string ;
    rdfs:comment "(same as 蟹) crab"@en .

<http://lexvo.org/id/char/4C93> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B2%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%8En>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zim5>,
        <http://lexvo.org/id/term/yue/%E4%B2%93>,
        "䲓"^^xsd:string ;
    rdfs:comment "a kind of fish, the mouth of a fish at surface of the water; gasping for breath"@en .

<http://lexvo.org/id/char/4C94> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B2%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C3%ADng%20q%C3%ACng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/goeng1%20king4>,
        <http://lexvo.org/id/term/yue/%E4%B2%94>,
        "䲔"^^xsd:string ;
    rdfs:comment "a whale, huge"@en .

<http://lexvo.org/id/char/4C95> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B2%95>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C7%94%20p%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/pou2>,
        <http://lexvo.org/id/term/yue/%E4%B2%95>,
        "䲕"^^xsd:string ;
    rdfs:comment "the Yangtze porpoise"@en .

<http://lexvo.org/id/char/4C96> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B2%96>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%B3u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/caa1%20caau1%20caau4>,
        <http://lexvo.org/id/term/yue/%E4%B2%96>,
        "䲖"^^xsd:string ;
    rdfs:comment "big fish"@en .

<http://lexvo.org/id/char/4C97> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B2%97>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/haam4>,
        <http://lexvo.org/id/term/yue/%E4%B2%97>,
        "䲗"^^xsd:string ;
    rdfs:comment "a kind of fish; with long and flat body; small mouth and pointed lips"@en .

<http://lexvo.org/id/char/4C98> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B2%98>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/gu%C7%8En%20k%C3%A0ng%20w%C3%A9i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gun2%20sung1>,
        <http://lexvo.org/id/term/yue/%E4%B2%98>,
        "䲘"^^xsd:string ;
    rdfs:comment "a kind of fish; with a long cylinder body"@en .

<http://lexvo.org/id/char/4C99> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B2%99>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%A9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zit3>,
        <http://lexvo.org/id/term/yue/%E4%B2%99>,
        "䲙"^^xsd:string ;
    rdfs:comment "a kind of fish; grown in fresh water; with flat body; orange color or blue colored pattern"@en .

<http://lexvo.org/id/char/4C9A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B2%9A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%A0i%20l%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lai6%20lam6>,
        <http://lexvo.org/id/term/yue/%E4%B2%9A>,
        "䲚"^^xsd:string ;
    rdfs:comment "a second name for shad (with a head like a sturgeon)"@en .

<http://lexvo.org/id/char/4C9B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B2%9B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A9ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mung4>,
        <http://lexvo.org/id/term/yue/%E4%B2%9B>,
        "䲛"^^xsd:string ;
    rdfs:comment "an ancient name for tuna, a kind of sturgeon"@en .

<http://lexvo.org/id/char/4C9C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B2%9C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A8>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zip6>,
        <http://lexvo.org/id/term/yue/%E4%B2%9C>,
        "䲜"^^xsd:string ;
    rdfs:comment "lots of fish"@en .

<http://lexvo.org/id/char/4C9D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/ceoi2%20coeng1%20seoi6>,
        <http://lexvo.org/id/term/yue/%E4%B2%9D>,
        "䲝"^^xsd:string ;
    rdfs:comment "(same as U+9BE7 鯧) the pomfret"@en .

<http://lexvo.org/id/char/4C9E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B2%9E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%AC%20lu%C7%92>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lap6>,
        <http://lexvo.org/id/term/yue/%E4%B2%9E>,
        "䲞"^^xsd:string ;
    rdfs:comment "a general name for perch, etc."@en .

<http://lexvo.org/id/char/4C9F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B2%9F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%ACn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zaan3>,
        <http://lexvo.org/id/term/yue/%E4%B2%9F>,
        "䲟"^^xsd:string ;
    rdfs:comment "(simplified form of 鮣) a kind of fish, live in the ocean, dark brown color with two white vertical marks; flat shaped head"@en .

<http://lexvo.org/id/char/4CA0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C5%ABn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ceon1>,
        <http://lexvo.org/id/term/yue/%E4%B2%A0>,
        "䲠"^^xsd:string ;
    rdfs:comment "(simplified form 鰆) a kind of fish; long and flat; silver-gray with dark color dots and cross-grained strips"@en .

<http://lexvo.org/id/char/4CA1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/cau1>,
        <http://lexvo.org/id/term/yue/%E4%B2%A1>,
        "䲡"^^xsd:string ;
    rdfs:comment "(simplified form U+9C0C 鰍) loach"@en .

<http://lexvo.org/id/char/4CA2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B2%A2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%A9ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tang4>,
        <http://lexvo.org/id/term/yue/%E4%B2%A2>,
        "䲢"^^xsd:string ;
    rdfs:comment "(simplified form of 鰧) a kind of fish; stout; bluish gray color; big flat head; big mouth and small eyes; usually stay in the bottom of the shallow sea; half bured in the muddy sand"@en .

<http://lexvo.org/id/char/4CA3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B2%A3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%BA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zyu4>,
        <http://lexvo.org/id/term/yue/%E4%B2%A3>,
        "䲣"^^xsd:string ;
    rdfs:comment "(simplified form) to fish; to seize"@en .

<http://lexvo.org/id/char/4CA4> a lvont:Character ;
    lvont:represents "䲤"^^xsd:string ;
    rdfs:comment "(simplified form)"@en .

<http://lexvo.org/id/char/4CA5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/gau1>,
        <http://lexvo.org/id/term/yue/%E4%B2%A5>,
        "䲥"^^xsd:string ;
    rdfs:comment "(same as 鳩) the pigeon; the turtle dove"@en .

<http://lexvo.org/id/char/4CA6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B2%A6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%A1%20d%C3%A0i%20d%C3%AC%20tu%C7%92>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/daai6>,
        <http://lexvo.org/id/term/yue/%E4%B2%A6>,
        "䲦"^^xsd:string ;
    rdfs:comment "a legendary bird"@en .

<http://lexvo.org/id/char/4CA7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B2%A7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%B9%20shu%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/caau4%20dou6%20dung3>,
        <http://lexvo.org/id/term/yue/%E4%B2%A7>,
        "䲧"^^xsd:string ;
    rdfs:comment "cuckoo; goatsucker or nightjar"@en .

<http://lexvo.org/id/char/4CA8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B2%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%B3ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hung4>,
        <http://lexvo.org/id/term/yue/%E4%B2%A8>,
        "䲨"^^xsd:string ;
    rdfs:comment "(same as 鴻) wild swan, a wild goose, vast; profound"@en .

<http://lexvo.org/id/char/4CA9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/si1>,
        <http://lexvo.org/id/term/yue/%E4%B2%A9>,
        "䲩"^^xsd:string ;
    rdfs:comment "(same as 鳲) the cuckoo; the wood-pigeon or the turtle-dove"@en .

<http://lexvo.org/id/char/4CAA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B2%AA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hei3>,
        <http://lexvo.org/id/term/yue/%E4%B2%AA>,
        "䲪"^^xsd:string ;
    rdfs:comment "a kind of bird"@en .

<http://lexvo.org/id/char/4CAB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/gaau1%20kaau1>,
        <http://lexvo.org/id/term/yue/%E4%B2%AB>,
        "䲫"^^xsd:string ;
    rdfs:comment "(corrupted form of 鳩) the pigeon; the turtle dove"@en .

<http://lexvo.org/id/char/4CAC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B2%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C3%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gan1%20kei4%20zi1>,
        <http://lexvo.org/id/term/yue/%E4%B2%AC>,
        "䲬"^^xsd:string ;
    rdfs:comment "chicken, a second name for a pheasant, the wild goose"@en .

<http://lexvo.org/id/char/4CAD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/ci1>,
        <http://lexvo.org/id/term/yue/%E4%B2%AD>,
        "䲭"^^xsd:string ;
    rdfs:comment "kite, owl, wine cups"@en .

<http://lexvo.org/id/char/4CAE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B2%AE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/yu%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zyun4>,
        <http://lexvo.org/id/term/yue/%E4%B2%AE>,
        "䲮"^^xsd:string ;
    rdfs:comment "a kind of bird"@en .

<http://lexvo.org/id/char/4CAF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B2%AF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gaap6%20kaap6>,
        <http://lexvo.org/id/term/yue/%E4%B2%AF>,
        "䲯"^^xsd:string ;
    rdfs:comment "a kind of black small bird"@en .

<http://lexvo.org/id/char/4CB0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B2%B0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%B9n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wan6>,
        <http://lexvo.org/id/term/yue/%E4%B2%B0>,
        "䲰"^^xsd:string ;
    rdfs:comment "a second name for the pigeon or the turtle dove"@en .

<http://lexvo.org/id/char/4CB1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B2%B1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C7%8Eng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fong2%20fong4>,
        <http://lexvo.org/id/term/yue/%E4%B2%B1>,
        "䲱"^^xsd:string ;
    rdfs:comment "(same as 鶭) a kind of black bird; most of the time stay by the marsh; where water gathers"@en .

<http://lexvo.org/id/char/4CB2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/gung1>,
        <http://lexvo.org/id/term/yue/%E4%B2%B2>,
        "䲲"^^xsd:string ;
    rdfs:comment "a hawk-like bird; much smaller"@en .

<http://lexvo.org/id/char/4CB3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B2%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A1ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hong4>,
        <http://lexvo.org/id/term/yue/%E4%B2%B3>,
        "䲳"^^xsd:string ;
    rdfs:comment "birds flying up and down"@en .

<http://lexvo.org/id/char/4CB4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B2%B4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%A8n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zam6>,
        <http://lexvo.org/id/term/yue/%E4%B2%B4>,
        "䲴"^^xsd:string ;
    rdfs:comment "(same as 鴆) a kind of venomous bird, poisoned wine"@en .

<http://lexvo.org/id/char/4CB5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B2%B5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%B9%20qu%C3%A8>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zoek3>,
        <http://lexvo.org/id/term/yue/%E4%B2%B5>,
        "䲵"^^xsd:string ;
    rdfs:comment "(same as 雀) a general name of small birds, as sparrows, chickadees, etc."@en .

<http://lexvo.org/id/char/4CB6> a lvont:Character ;
    lvont:represents "䲶"^^xsd:string .

<http://lexvo.org/id/char/4CB7> a lvont:Character ;
    lvont:represents "䲷"^^xsd:string .

<http://lexvo.org/id/char/4CB8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B2%B8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%A8>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gaai3>,
        <http://lexvo.org/id/term/yue/%E4%B2%B8>,
        "䲸"^^xsd:string ;
    rdfs:comment "a kind of bird"@en .

<http://lexvo.org/id/char/4CB9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B2%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%A9i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/pei4>,
        <http://lexvo.org/id/term/yue/%E4%B2%B9>,
        "䲹"^^xsd:string ;
    rdfs:comment "ospery; water hawk"@en .

<http://lexvo.org/id/char/4CBA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B2%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gam3>,
        <http://lexvo.org/id/term/yue/%E4%B2%BA>,
        "䲺"^^xsd:string ;
    rdfs:comment "birds singing; chirps"@en .

<http://lexvo.org/id/char/4CBB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B2%BB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xu%C3%A1n%20yu%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zyun4>,
        <http://lexvo.org/id/term/yue/%E4%B2%BB>,
        "䲻"^^xsd:string ;
    rdfs:comment "the swallow, (same as 鳶) kite (a bird), kite ( a toy)"@en .

<http://lexvo.org/id/char/4CBC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/saang1%20sang1>,
        <http://lexvo.org/id/term/yue/%E4%B2%BC>,
        "䲼"^^xsd:string ;
    rdfs:comment "a kind of bird, (same as 鼪) weasel"@en .

<http://lexvo.org/id/char/4CBD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B2%BD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C7%8Eo%20sh%C3%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sek6>,
        <http://lexvo.org/id/term/yue/%E4%B2%BD>,
        "䲽"^^xsd:string ;
    rdfs:comment "a kind of bird; suspended rocks"@en .

<http://lexvo.org/id/char/4CBE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B2%BE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C7%8Eo>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/haau2>,
        <http://lexvo.org/id/term/yue/%E4%B2%BE>,
        "䲾"^^xsd:string ;
    rdfs:comment "the tailor bird; a second name for wren"@en .

<http://lexvo.org/id/char/4CBF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B2%BF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C3%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ci4>,
        <http://lexvo.org/id/term/yue/%E4%B2%BF>,
        "䲿"^^xsd:string ;
    rdfs:comment "(non-classical form of 鶿 U+9DC0) cormorant"@en .

<http://lexvo.org/id/char/4CC0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B3%80>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/di%C3%A9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dit6>,
        <http://lexvo.org/id/term/yue/%E4%B3%80>,
        "䳀"^^xsd:string ;
    rdfs:comment "the cuckoo, a kind of pigeon, a kind of water bird"@en .

<http://lexvo.org/id/char/4CC1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B3%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%A1%20b%C7%90n%20b%C3%B3%20yu%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bat6>,
        <http://lexvo.org/id/term/yue/%E4%B3%81>,
        "䳁"^^xsd:string ;
    rdfs:comment "a wild duck-like water bird, a pheasant like bird"@en .

<http://lexvo.org/id/char/4CC2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B3%82>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ti%C3%A1o>,
        <http://lexvo.org/id/term/vie/s%E1%BA%BFu>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/diu1>,
        <http://lexvo.org/id/term/yue/%E4%B3%82>,
        "䳂"^^xsd:string ;
    rdfs:comment "a kind of small bird, sound of birds, the feathered; birds"@en .

<http://lexvo.org/id/char/4CC3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B3%83>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C7%8En>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zyun1%20zyun2>,
        <http://lexvo.org/id/term/yue/%E4%B3%83>,
        "䳃"^^xsd:string ;
    rdfs:comment "a kind of phoenix-like bird"@en .

<http://lexvo.org/id/char/4CC4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B3%84>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C3%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ci1%20ci2>,
        <http://lexvo.org/id/term/yue/%E4%B3%84>,
        "䳄"^^xsd:string ;
    rdfs:comment "(same as 鴜) a kind of water bird; with black color, (same as 雌) female; woman-like"@en .

<http://lexvo.org/id/char/4CC5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B3%85>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C7%90>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zi2>,
        <http://lexvo.org/id/term/yue/%E4%B3%85>,
        "䳅"^^xsd:string ;
    rdfs:comment "a kind of bird which shares its nest with rats, sound of birds"@en .

<http://lexvo.org/id/char/4CC6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B3%86>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%A1i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/baak6>,
        <http://lexvo.org/id/term/yue/%E4%B3%86>,
        "䳆"^^xsd:string ;
    rdfs:comment "a kind of species of myna (or mynah); a grackle"@en .

<http://lexvo.org/id/char/4CC7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B3%87>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C7%94>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mou2%20mou5>,
        <http://lexvo.org/id/term/yue/%E4%B3%87>,
        "䳇"^^xsd:string ;
    rdfs:comment "(same as 鵡) parrot"@en .

<http://lexvo.org/id/char/4CC8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B3%88>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C7%8Eo>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bou2>,
        <http://lexvo.org/id/term/yue/%E4%B3%88>,
        "䳈"^^xsd:string ;
    rdfs:comment "(same as 鴇) a bird resembling the wild goose; Otis dybowskii"@en .

<http://lexvo.org/id/char/4CC9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B3%89>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dam1%20dung1%20dung6>,
        <http://lexvo.org/id/term/yue/%E4%B3%89>,
        "䳉"^^xsd:string ;
    rdfs:comment "a kind of water bird, (same as 鴆) a kind of venomous bird"@en .

<http://lexvo.org/id/char/4CCA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B3%8A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%A1>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/baat6%20but6>,
        <http://lexvo.org/id/term/yue/%E4%B3%8A>,
        "䳊"^^xsd:string ;
    rdfs:comment "(same as 䳁) a wild duck-like water bird, a pheasant like bird"@en .

<http://lexvo.org/id/char/4CCB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B3%8B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%B3ng%20zh%C3%B2ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tung4>,
        <http://lexvo.org/id/term/yue/%E4%B3%8B>,
        "䳋"^^xsd:string ;
    rdfs:comment "a pheasant-like bird with black and body and red feet, a kind of bird, (same as 蟂) an otter-like animal"@en .

<http://lexvo.org/id/char/4CCC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/gyun1>,
        <http://lexvo.org/id/term/yue/%E4%B3%8C>,
        "䳌"^^xsd:string ;
    rdfs:comment "(non-classical form of 鵑) the cuckoo"@en .

<http://lexvo.org/id/char/4CCD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C5%8Dng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gung1>,
        <http://lexvo.org/id/term/yue/%E4%B3%8D>,
        "䳍"^^xsd:string ;
    rdfs:comment "a kind of pheasant-like bird"@en .

<http://lexvo.org/id/char/4CCE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B3%8E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/haau6%20hin1%20kaau3%20kaau5>,
        <http://lexvo.org/id/term/yue/%E4%B3%8E>,
        "䳎"^^xsd:string ;
    rdfs:comment "a pigeon-like bird; with a comb or crest"@en .

<http://lexvo.org/id/char/4CCF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B3%8F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/gu%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gwaai3>,
        <http://lexvo.org/id/term/yue/%E4%B3%8F>,
        "䳏"^^xsd:string ;
    rdfs:comment "cuckoo, pelican, (same as 鴃) a shrike; butcherbird"@en .

<http://lexvo.org/id/char/4CD0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B3%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ci3>,
        <http://lexvo.org/id/term/yue/%E4%B3%90>,
        "䳐"^^xsd:string ;
    rdfs:comment "an owl-like bird"@en .

<http://lexvo.org/id/char/4CD1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B3%91>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%92u%20y%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zuk1>,
        <http://lexvo.org/id/term/yue/%E4%B3%91>,
        "䳑"^^xsd:string ;
    rdfs:comment "a pheasant-like bird"@en .

<http://lexvo.org/id/char/4CD2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B3%92>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/yu%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zyun4>,
        <http://lexvo.org/id/term/yue/%E4%B3%92>,
        "䳒"^^xsd:string ;
    rdfs:comment "a kind of bird, a hawk; sparrow hawk"@en .

<http://lexvo.org/id/char/4CD3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B3%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C7%8Eo>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lou5>,
        <http://lexvo.org/id/term/yue/%E4%B3%93>,
        "䳓"^^xsd:string ;
    rdfs:comment "a kind of water bird, a vulture; a condor"@en .

<http://lexvo.org/id/char/4CD4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B3%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%B9%20j%C3%BA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/guk1>,
        <http://lexvo.org/id/term/yue/%E4%B3%94>,
        "䳔"^^xsd:string ;
    rdfs:comment "a pigeon-like bird; with a comb or crest, a shrike; butcherbird"@en .

<http://lexvo.org/id/char/4CD5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B3%95>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%B3u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/faau4%20fu1%20man5%20wui6>,
        <http://lexvo.org/id/term/yue/%E4%B3%95>,
        "䳕"^^xsd:string ;
    rdfs:comment "the pigeon, the turtle dove"@en .

<http://lexvo.org/id/char/4CD6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B3%96>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C3%A8i%20y%C3%A8>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/nip6>,
        <http://lexvo.org/id/term/yue/%E4%B3%96>,
        "䳖"^^xsd:string ;
    rdfs:comment "flying birds, a kind of bird"@en .

<http://lexvo.org/id/char/4CD7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C3%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B3%97>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ngo4>,
        <http://lexvo.org/id/term/yue/%E4%B3%97>,
        "䳗"^^xsd:string ;
    rdfs:comment "(ancient form of 鵝) goose; gander"@en .

<http://lexvo.org/id/char/4CD8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C3%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B3%98>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ngo4>,
        <http://lexvo.org/id/term/yue/%E4%B3%98>,
        "䳘"^^xsd:string ;
    rdfs:comment "(same as 䳗,鵝) goose; gander"@en .

<http://lexvo.org/id/char/4CD9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B3%99>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C7%90ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sing2>,
        <http://lexvo.org/id/term/yue/%E4%B3%99>,
        "䳙"^^xsd:string ;
    rdfs:comment "a egret-like bird, a kind of water bird"@en .

<http://lexvo.org/id/char/4CDA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B3%9A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A9%20k%C7%8En>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hon2%20hot3>,
        <http://lexvo.org/id/term/yue/%E4%B3%9A>,
        "䳚"^^xsd:string ;
    rdfs:comment "a sort of nightingale which is said to sing for the dawn; also the name for a large bat with awing-spread of two feet, a sort of pheasant"@en .

<http://lexvo.org/id/char/4CDB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B3%9B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/an3>,
        <http://lexvo.org/id/term/yue/%E4%B3%9B>,
        "䳛"^^xsd:string ;
    rdfs:comment "(same as 鷃) a small brown speckled bird like the quail"@en .

<http://lexvo.org/id/char/4CDC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B3%9C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%BA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tou4>,
        <http://lexvo.org/id/term/yue/%E4%B3%9C>,
        "䳜"^^xsd:string ;
    rdfs:comment "(same as 鵌) a kind of bird which shares its nest with rats"@en .

<http://lexvo.org/id/char/4CDD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B3%9D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%B9%20di%C3%A0o%20f%C7%94%20p%C7%92u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/faau2%20fu2>,
        <http://lexvo.org/id/term/yue/%E4%B3%9D>,
        "䳝"^^xsd:string ;
    rdfs:comment "a kind of small birds, a kind of bird"@en .

<http://lexvo.org/id/char/4CDE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B3%9E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C4%9Bng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bang1>,
        <http://lexvo.org/id/term/yue/%E4%B3%9E>,
        "䳞"^^xsd:string ;
    rdfs:comment "birds flying all directions"@en .

<http://lexvo.org/id/char/4CDF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B3%9F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C3%B2u%20m%C3%ADng%20m%C7%92>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ming4>,
        <http://lexvo.org/id/term/yue/%E4%B3%9F>,
        "䳟"^^xsd:string ;
    rdfs:comment "a legendary bird, divine birds; the phoenix"@en .

<http://lexvo.org/id/char/4CE0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B3%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/chu%C3%AD%20ru%C3%AC%20zh%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/seoi4%20seoi6>,
        <http://lexvo.org/id/term/yue/%E4%B3%A0>,
        "䳠"^^xsd:string ;
    rdfs:comment "owl, kite, hawk; sparrow hawk, stop flying (said of bird)"@en .

<http://lexvo.org/id/char/4CE1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/zeoi1>,
        <http://lexvo.org/id/term/yue/%E4%B3%A1>,
        "䳡"^^xsd:string ;
    rdfs:comment "(same as 鵻) a kind of bird in ancient books; a wood-pigeon; a hawk"@en .

<http://lexvo.org/id/char/4CE2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B3%A2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C3%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hei1%20kei4>,
        <http://lexvo.org/id/term/yue/%E4%B3%A2>,
        "䳢"^^xsd:string ;
    rdfs:comment "(same as 鶀) small wild goose"@en .

<http://lexvo.org/id/char/4CE3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B3%A3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/yu%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zyun1>,
        <http://lexvo.org/id/term/yue/%E4%B3%A3>,
        "䳣"^^xsd:string ;
    rdfs:comment "(non-classical form of 鳶) kite (bird), kite (toy), owl, to soar; to fly"@en .

<http://lexvo.org/id/char/4CE4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/bit3>,
        <http://lexvo.org/id/term/yue/%E4%B3%A4>,
        "䳤"^^xsd:string ;
    rdfs:comment "a kind of strange; weird; legendary bird, second name for an owl"@en .

<http://lexvo.org/id/char/4CE5> a lvont:Character ;
    lvont:represents "䳥"^^xsd:string .

<http://lexvo.org/id/char/4CE6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/hyun1%20kwaan2>,
        <http://lexvo.org/id/term/yue/%E4%B3%A6>,
        "䳦"^^xsd:string ;
    rdfs:comment "wren; the tailorbird, a kind of small bird"@en .

<http://lexvo.org/id/char/4CE7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B3%A7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%B3u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/haau4>,
        <http://lexvo.org/id/term/yue/%E4%B3%A7>,
        "䳧"^^xsd:string ;
    rdfs:comment "an eagle; a hawk"@en .

<http://lexvo.org/id/char/4CE8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B3%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%A1ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wong4>,
        <http://lexvo.org/id/term/yue/%E4%B3%A8>,
        "䳨"^^xsd:string ;
    rdfs:comment "(same as 凰) the female phoenix, a legendary bird in Chinese mythology, (standard form of 皇) beautiful; brilliant, royal"@en .

<http://lexvo.org/id/char/4CE9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/ziu1>,
        <http://lexvo.org/id/term/yue/%E4%B3%A9>,
        "䳩"^^xsd:string ;
    rdfs:comment "a kind of bird; a pheasant-like bird; red body and with a long tail"@en .

<http://lexvo.org/id/char/4CEA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B3%AA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ju%C3%A0n%20tu%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/teon1%20zyun1>,
        <http://lexvo.org/id/term/yue/%E4%B3%AA>,
        "䳪"^^xsd:string ;
    rdfs:comment "(non-classical form of 鷒) a kind of bird, a kind of stork-like bird"@en .

<http://lexvo.org/id/char/4CEB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B3%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ku%C3%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kwai4>,
        <http://lexvo.org/id/term/yue/%E4%B3%AB>,
        "䳫"^^xsd:string ;
    rdfs:comment "(standard form) a small pigeon"@en .

<http://lexvo.org/id/char/4CEC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C3%A8%20y%C7%8Eo%20y%C3%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/aa3%20bit3%20fong2%20gei3%20tou4%20zik6%20zim2>,
        <http://lexvo.org/id/term/yue/%E4%B3%AC>,
        "䳬"^^xsd:string ;
    rdfs:comment "(same as 鷊) a kind of bird, a kind of grass, (same as U+9D83) a fabulous sea bird"@en .

<http://lexvo.org/id/char/4CED> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B3%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zik1%20zit1>,
        <http://lexvo.org/id/term/yue/%E4%B3%AD>,
        "䳭"^^xsd:string ;
    rdfs:comment "wagtail"@en .

<http://lexvo.org/id/char/4CEE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B3%AE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%B2>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/maak6%20maat6>,
        <http://lexvo.org/id/term/yue/%E4%B3%AE>,
        "䳮"^^xsd:string ;
    rdfs:comment "to look at in surprise (said of bird)"@en .

<http://lexvo.org/id/char/4CEF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B3%AF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%B3ng%20ch%C7%92ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cung4>,
        <http://lexvo.org/id/term/yue/%E4%B3%AF>,
        "䳯"^^xsd:string ;
    rdfs:comment "a kind of bird, small bird flying, a general name of small birds"@en .

<http://lexvo.org/id/char/4CF0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B3%B0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C7%8Eo>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bou2>,
        <http://lexvo.org/id/term/yue/%E4%B3%B0>,
        "䳰"^^xsd:string ;
    rdfs:comment "(same as 鴇) a bird resembling the wild goose; Otis dybowskii"@en .

<http://lexvo.org/id/char/4CF1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B3%B1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C3%B9>,
        <http://lexvo.org/id/term/vie/v%E1%BB%8D>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mou6>,
        <http://lexvo.org/id/term/yue/%E4%B3%B1>,
        "䳱"^^xsd:string ;
    rdfs:comment "(non-classical form of 鶩) ducks"@en .

<http://lexvo.org/id/char/4CF2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B3%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%A8n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zan3>,
        <http://lexvo.org/id/term/yue/%E4%B3%B2>,
        "䳲"^^xsd:string ;
    rdfs:comment "a swarm of flying birds; birds soar in groups"@en .

<http://lexvo.org/id/char/4CF3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B3%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hyut3%20seot1>,
        <http://lexvo.org/id/term/yue/%E4%B3%B3>,
        "䳳"^^xsd:string ;
    rdfs:comment "a kind of small bird, strange; weird bird"@en .

<http://lexvo.org/id/char/4CF4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B3%B4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%A1%20t%C3%A0>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dap6>,
        <http://lexvo.org/id/term/yue/%E4%B3%B4>,
        "䳴"^^xsd:string ;
    rdfs:comment "a kind of bird, a flying young bird"@en .

<http://lexvo.org/id/char/4CF5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B3%B5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cik1>,
        <http://lexvo.org/id/term/yue/%E4%B3%B5>,
        "䳵"^^xsd:string ;
    rdfs:comment "a kind of water bird with colorful feather"@en .

<http://lexvo.org/id/char/4CF6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/gaai1%20haai4>,
        <http://lexvo.org/id/term/yue/%E4%B3%B6>,
        "䳶"^^xsd:string ;
    rdfs:comment "(same as 㶉) a kind of water bird, (same as 雞) chickens"@en .

<http://lexvo.org/id/char/4CF7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B3%B7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C3%B3ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cung4>,
        <http://lexvo.org/id/term/yue/%E4%B3%B7>,
        "䳷"^^xsd:string ;
    rdfs:comment "a second name for chicken"@en .

<http://lexvo.org/id/char/4CF8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B3%B8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A1%20m%C3%A1i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/maa4%20mai4%20min5>,
        <http://lexvo.org/id/term/yue/%E4%B3%B8>,
        "䳸"^^xsd:string ;
    rdfs:comment "the wild goose, sparrow; the house-sparrow"@en .

<http://lexvo.org/id/char/4CF9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B3%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C3%B2u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kaau3%20kaau5>,
        <http://lexvo.org/id/term/yue/%E4%B3%B9>,
        "䳹"^^xsd:string ;
    rdfs:comment "a kind dove-like bird, (same as 鵽鳩)"@en .

<http://lexvo.org/id/char/4CFA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B3%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/aam1%20an3>,
        <http://lexvo.org/id/term/yue/%E4%B3%BA>,
        "䳺"^^xsd:string ;
    rdfs:comment "(same as 鵪) the quail"@en .

<http://lexvo.org/id/char/4CFB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B3%BB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C3%A1n%20ch%C3%A1n%20di%C3%A9%20zh%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/caam4>,
        <http://lexvo.org/id/term/yue/%E4%B3%BB>,
        "䳻"^^xsd:string ;
    rdfs:comment "an eagle; a hawk, second name for osprey or water hawk, a kind of eagle-like bird with white pattern"@en .

<http://lexvo.org/id/char/4CFC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/aau1>,
        <http://lexvo.org/id/term/yue/%E4%B3%BC>,
        "䳼"^^xsd:string ;
    rdfs:comment "(standard form of 鷗) gull, water bird"@en .

<http://lexvo.org/id/char/4CFD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B3%BD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A8>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hok6>,
        <http://lexvo.org/id/term/yue/%E4%B3%BD>,
        "䳽"^^xsd:string ;
    rdfs:comment "(non-classical form of 鸖) (same as 鶴) crane"@en .

<http://lexvo.org/id/char/4CFE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/dang1>,
        <http://lexvo.org/id/term/yue/%E4%B3%BE>,
        "䳾"^^xsd:string ;
    rdfs:comment "an owl, the rail (a bird)"@en .

<http://lexvo.org/id/char/4CFF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B3%BF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%A1n%20r%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zin4>,
        <http://lexvo.org/id/term/yue/%E4%B3%BF>,
        "䳿"^^xsd:string ;
    rdfs:comment "a kind of bird"@en .

<http://lexvo.org/id/char/4D00> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B4%80>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%B3ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tung4%20zung1>,
        <http://lexvo.org/id/term/yue/%E4%B4%80>,
        "䴀"^^xsd:string ;
    rdfs:comment "a kind of water bird"@en .

<http://lexvo.org/id/char/4D01> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B4%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zyu6>,
        <http://lexvo.org/id/term/yue/%E4%B4%81>,
        "䴁"^^xsd:string ;
    rdfs:comment "a kind of rat-like bird, a vulture or a condor-like bird"@en .

<http://lexvo.org/id/char/4D02> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B4%82>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A0ng%20xi%C3%A0ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zoeng6>,
        <http://lexvo.org/id/term/yue/%E4%B4%82>,
        "䴂"^^xsd:string ;
    rdfs:comment "a kind of water bird, (a second name for 䴀)"@en .

<http://lexvo.org/id/char/4D03> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B4%83>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C3%A1o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/nau4>,
        <http://lexvo.org/id/term/yue/%E4%B4%83>,
        "䴃"^^xsd:string ;
    rdfs:comment "wren; the tailorbird, the golden oriole"@en .

<http://lexvo.org/id/char/4D04> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B4%84>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%AC%20sh%C3%B9n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/seon3>,
        <http://lexvo.org/id/term/yue/%E4%B4%84>,
        "䴄"^^xsd:string ;
    rdfs:comment "a kind of bird"@en .

<http://lexvo.org/id/char/4D05> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B4%85>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%A9n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fan4>,
        <http://lexvo.org/id/term/yue/%E4%B4%85>,
        "䴅"^^xsd:string ;
    rdfs:comment "a legendary bird; like magpie; with white body, red tail and six feet"@en .

<http://lexvo.org/id/char/4D06> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B4%86>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%BA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/buk6>,
        <http://lexvo.org/id/term/yue/%E4%B4%86>,
        "䴆"^^xsd:string ;
    rdfs:comment "a kind of bird, a kind of bird good at casting lots or divining"@en .

<http://lexvo.org/id/char/4D07> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B4%87>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%ADng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ling4>,
        <http://lexvo.org/id/term/yue/%E4%B4%87>,
        "䴇"^^xsd:string ;
    rdfs:comment "a second name for crane, a small swan, (non-classical form of 鴒) a second name for wagtail"@en .

<http://lexvo.org/id/char/4D08> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C7%8Eo>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B4%88>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ou2>,
        <http://lexvo.org/id/term/yue/%E4%B4%88>,
        "䴈"^^xsd:string ;
    rdfs:comment "(non-classical form) a kind of water bird"@en .

<http://lexvo.org/id/char/4D09> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B4%89>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xu%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/syun4>,
        <http://lexvo.org/id/term/yue/%E4%B4%89>,
        "䴉"^^xsd:string ;
    rdfs:comment "general term for a group of bird (looks like egret), to fly in a circle"@en .

<http://lexvo.org/id/char/4D0A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B4%8A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/faan3%20gon1%20zi4%20zi5>,
        <http://lexvo.org/id/term/yue/%E4%B4%8A>,
        "䴊"^^xsd:string ;
    rdfs:comment "(same as 鸃) the crow-pheasant"@en .

<http://lexvo.org/id/char/4D0B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B4%8B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xu%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/syun4>,
        <http://lexvo.org/id/term/yue/%E4%B4%8B>,
        "䴋"^^xsd:string ;
    rdfs:comment "a kind of water bird; deep eyed, general term for a group of bird"@en .

<http://lexvo.org/id/char/4D0C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B4%8C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A9ng>,
        <http://lexvo.org/id/term/vie/m%C3%B2ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mung4>,
        <http://lexvo.org/id/term/yue/%E4%B4%8C>,
        "䴌"^^xsd:string ;
    rdfs:comment "a kind of water bird; a big gray-white colored body with hairy tail"@en .

<http://lexvo.org/id/char/4D0D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/ang1>,
        <http://lexvo.org/id/term/yue/%E4%B4%8D>,
        "䴍"^^xsd:string ;
    rdfs:comment "a kind of strange and weird bird"@en .

<http://lexvo.org/id/char/4D0E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B4%8E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C4%9Bi>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/leoi5>,
        <http://lexvo.org/id/term/yue/%E4%B4%8E>,
        "䴎"^^xsd:string ;
    rdfs:comment "(same as 鸓) flying squirrel; bats"@en .

<http://lexvo.org/id/char/4D0F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B4%8F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zin3>,
        <http://lexvo.org/id/term/yue/%E4%B4%8F>,
        "䴏"^^xsd:string ;
    rdfs:comment "(same as 燕) a swallow"@en .

<http://lexvo.org/id/char/4D10> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B4%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C7%8Eo>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bou2>,
        <http://lexvo.org/id/term/yue/%E4%B4%90>,
        "䴐"^^xsd:string ;
    rdfs:comment "a kind of bird, (same as 鴇) a bird resembling the wild goose; Otis dybowskii"@en .

<http://lexvo.org/id/char/4D11> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B4%91>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/di%C3%A9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dip6>,
        <http://lexvo.org/id/term/yue/%E4%B4%91>,
        "䴑"^^xsd:string ;
    rdfs:comment "a legendary weird bird; resembling the magpie; dark red color; with two heads and four feet, (corrupted form of 鸓) flying squirrel; bats"@en .

<http://lexvo.org/id/char/4D12> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B4%92>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%ADng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ling4>,
        <http://lexvo.org/id/term/yue/%E4%B4%92>,
        "䴒"^^xsd:string ;
    rdfs:comment "(same as 鴒) wagtail"@en .

<http://lexvo.org/id/char/4D13> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B4%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C4%AB>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/si1>,
        <http://lexvo.org/id/term/yue/%E4%B4%93>,
        "䴓"^^xsd:string ;
    rdfs:comment "general term for a group of small birds"@en .

<http://lexvo.org/id/char/4D14> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B4%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C4%81o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gaau1>,
        <http://lexvo.org/id/term/yue/%E4%B4%94>,
        "䴔"^^xsd:string ;
    rdfs:comment "the fishing cormorant"@en .

<http://lexvo.org/id/char/4D15> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B4%95>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C3%A8>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lit6>,
        <http://lexvo.org/id/term/yue/%E4%B4%95>,
        "䴕"^^xsd:string ;
    rdfs:comment "a woodpecker"@en .

<http://lexvo.org/id/char/4D16> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B4%96>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C4%ABng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zing1>,
        <http://lexvo.org/id/term/yue/%E4%B4%96>,
        "䴖"^^xsd:string ;
    rdfs:comment "a kind of water bird"@en .

<http://lexvo.org/id/char/4D17> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B4%97>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%BA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gwik1%20gwing2>,
        <http://lexvo.org/id/term/yue/%E4%B4%97>,
        "䴗"^^xsd:string ;
    rdfs:comment "a shrike"@en .

<http://lexvo.org/id/char/4D18> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B4%98>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C4%AB>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/taai1%20taai2%20taai3>,
        <http://lexvo.org/id/term/yue/%E4%B4%98>,
        "䴘"^^xsd:string ;
    rdfs:comment "a kind of bird"@en .

<http://lexvo.org/id/char/4D19> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B4%99>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/pik1>,
        <http://lexvo.org/id/term/yue/%E4%B4%99>,
        "䴙"^^xsd:string ;
    rdfs:comment "a kind of bird resembling the duck; much smaller"@en .

<http://lexvo.org/id/char/4D1A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B4%9A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C7%8Eng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gong1>,
        <http://lexvo.org/id/term/yue/%E4%B4%9A>,
        "䴚"^^xsd:string ;
    rdfs:comment "saltpond; salty marshes"@en .

<http://lexvo.org/id/char/4D1B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B4%9B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C7%8Eo%20t%C3%BA%20x%C3%AC%20xi%C3%A0o%20y%C3%ADn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/siu1>,
        <http://lexvo.org/id/term/yue/%E4%B4%9B>,
        "䴛"^^xsd:string ;
    rdfs:comment "to make decoction of salt"@en .

<http://lexvo.org/id/char/4D1C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B4%9C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%A1i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gwaat3%20nei6%20waai1%20wai4%20wun6>,
        <http://lexvo.org/id/term/yue/%E4%B4%9C>,
        "䴜"^^xsd:string ;
    rdfs:comment "salt; a certain minority group in ancient times used as a second name for salt"@en .

<http://lexvo.org/id/char/4D1D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B4%9D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%B9%20chu%C3%A0i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cai3%20zyut3>,
        <http://lexvo.org/id/term/yue/%E4%B4%9D>,
        "䴝"^^xsd:string ;
    rdfs:comment "salt, soybean sauce; soy"@en .

<http://lexvo.org/id/char/4D1E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B4%9E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dik6>,
        <http://lexvo.org/id/term/yue/%E4%B4%9E>,
        "䴞"^^xsd:string ;
    rdfs:comment "salty; briny; salted"@en .

<http://lexvo.org/id/char/4D1F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B4%9F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%A1n%20hu%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wun4>,
        <http://lexvo.org/id/term/yue/%E4%B4%9F>,
        "䴟"^^xsd:string ;
    rdfs:comment "an one-year old deer, a three-year old deer"@en .

<http://lexvo.org/id/char/4D20> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B4%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%8Eo>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ou2%20ziu1>,
        <http://lexvo.org/id/term/yue/%E4%B4%A0>,
        "䴠"^^xsd:string ;
    rdfs:comment "a young tailed deer"@en .

<http://lexvo.org/id/char/4D21> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B4%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lai6>,
        <http://lexvo.org/id/term/yue/%E4%B4%A1>,
        "䴡"^^xsd:string ;
    rdfs:comment "(same as 麗) beautiful; elegant; fair; fine"@en .

<http://lexvo.org/id/char/4D22> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B4%A2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mei4>,
        <http://lexvo.org/id/term/yue/%E4%B4%A2>,
        "䴢"^^xsd:string ;
    rdfs:comment "(same as 麋) a kind of deer; Alces machlis"@en .

<http://lexvo.org/id/char/4D23> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/fu1>,
        <http://lexvo.org/id/term/yue/%E4%B4%A3>,
        "䴣"^^xsd:string ;
    rdfs:comment "a kind of animal"@en .

<http://lexvo.org/id/char/4D24> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/saang1%20sang1>,
        <http://lexvo.org/id/term/yue/%E4%B4%A4>,
        "䴤"^^xsd:string ;
    rdfs:comment "an animal as big as a rabbit, a two-year old deer"@en .

<http://lexvo.org/id/char/4D25> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C4%81>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gaa1>,
        <http://lexvo.org/id/term/yue/%E4%B4%A5>,
        "䴥"^^xsd:string ;
    rdfs:comment "(same as 麚) a stag"@en .

<http://lexvo.org/id/char/4D26> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B4%A6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/r%C3%A9n%20y%C3%ADn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ngaan4%20ngai4>,
        <http://lexvo.org/id/term/yue/%E4%B4%A6>,
        "䴦"^^xsd:string ;
    rdfs:comment "a legendary animal; a fox-like animal and with a man's eyes"@en .

<http://lexvo.org/id/char/4D27> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/wai1>,
        <http://lexvo.org/id/term/yue/%E4%B4%A7>,
        "䴧"^^xsd:string ;
    rdfs:comment "venison"@en .

<http://lexvo.org/id/char/4D28> a lvont:Character ;
    lvont:represents "䴨"^^xsd:string .

<http://lexvo.org/id/char/4D29> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B4%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/pi%C3%A1o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/piu4>,
        <http://lexvo.org/id/term/yue/%E4%B4%A9>,
        "䴩"^^xsd:string ;
    rdfs:comment "a kind of deer"@en .

<http://lexvo.org/id/char/4D2A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B4%AA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/luk6>,
        <http://lexvo.org/id/term/yue/%E4%B4%AA>,
        "䴪"^^xsd:string ;
    rdfs:comment "a fabulous creature, something like a deer, with a single horn"@en .

<http://lexvo.org/id/char/4D2B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B4%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%ADng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ling4>,
        <http://lexvo.org/id/term/yue/%E4%B4%AB>,
        "䴫"^^xsd:string ;
    rdfs:comment "(same as U+9EA2 羚) antelope"@en .

<http://lexvo.org/id/char/4D2C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B4%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zik6%20zim2>,
        <http://lexvo.org/id/term/yue/%E4%B4%AC>,
        "䴬"^^xsd:string ;
    rdfs:comment "crumbs of barley; bran; chaff"@en .

<http://lexvo.org/id/char/4D2D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B4%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C3%A1i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/co3%20coi4>,
        <http://lexvo.org/id/term/yue/%E4%B4%AD>,
        "䴭"^^xsd:string ;
    rdfs:comment "distiller's grains or yeast; ferment for brewing"@en .

<http://lexvo.org/id/char/4D2E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B4%AE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/saan3>,
        <http://lexvo.org/id/term/yue/%E4%B4%AE>,
        "䴮"^^xsd:string ;
    rdfs:comment "cakes pf leaven; yeast, ferment for brewing, crumbs of barley"@en .

<http://lexvo.org/id/char/4D2F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/fat1>,
        <http://lexvo.org/id/term/yue/%E4%B4%AF>,
        "䴯"^^xsd:string ;
    rdfs:comment "a kind of cake"@en .

<http://lexvo.org/id/char/4D30> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B4%B0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%BA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/suk6>,
        <http://lexvo.org/id/term/yue/%E4%B4%B0>,
        "䴰"^^xsd:string ;
    rdfs:comment "a family name, (same as 䴬) crumbs of barley; bran; chaff"@en .

<http://lexvo.org/id/char/4D31> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B4%B1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/tu%C3%B3>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/do2%20fo1%20to4>,
        <http://lexvo.org/id/term/yue/%E4%B4%B1>,
        "䴱"^^xsd:string ;
    rdfs:comment "cakes and biscuits"@en .

<http://lexvo.org/id/char/4D32> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B4%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%B2>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mut6>,
        <http://lexvo.org/id/term/yue/%E4%B4%B2>,
        "䴲"^^xsd:string ;
    rdfs:comment "flour, rice flour"@en .

<http://lexvo.org/id/char/4D33> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B4%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A8%20hu%C3%A1>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wat6%20wok6>,
        <http://lexvo.org/id/term/yue/%E4%B4%B3>,
        "䴳"^^xsd:string ;
    rdfs:comment "distiller's grains or yeast"@en .

<http://lexvo.org/id/char/4D34> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B4%B4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ti%C3%A8>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tip3>,
        <http://lexvo.org/id/term/yue/%E4%B4%B4>,
        "䴴"^^xsd:string ;
    rdfs:comment "a kind of cake, a kind of herb medicine, (same as 黏) to stick, glutinous; adhesive"@en .

<http://lexvo.org/id/char/4D35> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B4%B5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C7%90ng%20zhu%C3%B3>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bing2>,
        <http://lexvo.org/id/term/yue/%E4%B4%B5>,
        "䴵"^^xsd:string ;
    rdfs:comment "(same as 餅) cakes; biscuits; pastry"@en .

<http://lexvo.org/id/char/4D36> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B4%B6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%A9ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/leot6%20miu4%20pung4>,
        <http://lexvo.org/id/term/yue/%E4%B4%B6>,
        "䴶"^^xsd:string ;
    rdfs:comment "(same as 麷) to boil or stew wheat, to simmer ferment for brewing"@en .

<http://lexvo.org/id/char/4D37> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B4%B7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%BAn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wan4>,
        <http://lexvo.org/id/term/yue/%E4%B4%B7>,
        "䴷"^^xsd:string ;
    rdfs:comment "use the whole piece of barley to ferment for brewing"@en .

<http://lexvo.org/id/char/4D38> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C5%AB>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fu1>,
        <http://lexvo.org/id/term/yue/%E4%B4%B8>,
        "䴸"^^xsd:string ;
    rdfs:comment "(non-classical form of 麩) bran; refuse"@en .

<http://lexvo.org/id/char/4D39> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B4%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/gu%C7%92>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gwo2>,
        <http://lexvo.org/id/term/yue/%E4%B4%B9>,
        "䴹"^^xsd:string ;
    rdfs:comment "cakes; biscuits; pastry, distiller's grains or yeast, (interchangeable 稞) grains ready for grinding; healthy grains, flour, (same as 䴷) use the whole piece of barley to ferment for brewing"@en .

<http://lexvo.org/id/char/4D3A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B4%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%B9%20c%C7%8Ei%20ch%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bou6>,
        <http://lexvo.org/id/term/yue/%E4%B4%BA>,
        "䴺"^^xsd:string ;
    rdfs:comment "cakes; cookies; biscuits; pastries; dumplings"@en .

<http://lexvo.org/id/char/4D3B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B4%BB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lei4>,
        <http://lexvo.org/id/term/yue/%E4%B4%BB>,
        "䴻"^^xsd:string ;
    rdfs:comment "dry food"@en .

<http://lexvo.org/id/char/4D3C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B4%BC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C7%8En%20ch%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/can2>,
        <http://lexvo.org/id/term/yue/%E4%B4%BC>,
        "䴼"^^xsd:string ;
    rdfs:comment "to extirpate; to level off; to pare barley"@en .

<http://lexvo.org/id/char/4D3D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B4%BD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%A0i%20p%C3%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bei1%20bik1%20pei4>,
        <http://lexvo.org/id/term/yue/%E4%B4%BD>,
        "䴽"^^xsd:string ;
    rdfs:comment "a small round piece of distiller's grains or yeast"@en .

<http://lexvo.org/id/char/4D3E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B4%BE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/cu%C3%B3%20cu%C3%B2%20y%C3%A8%20zh%C4%9Bn%20z%C7%90>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/co4%20zi2>,
        <http://lexvo.org/id/term/yue/%E4%B4%BE>,
        "䴾"^^xsd:string ;
    rdfs:comment "to grind barley"@en .

<http://lexvo.org/id/char/4D3F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B4%BF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A9ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mung4>,
        <http://lexvo.org/id/term/yue/%E4%B4%BF>,
        "䴿"^^xsd:string ;
    rdfs:comment "grains from the distillery, crumbs of barley, crumbs of rice"@en .

<http://lexvo.org/id/char/4D40> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B5%80>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/su%C7%92>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/so2>,
        <http://lexvo.org/id/term/yue/%E4%B5%80>,
        "䵀"^^xsd:string ;
    rdfs:comment "coarse crumbs of barley, unrefined or unpolished wheat"@en .

<http://lexvo.org/id/char/4D41> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B5%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C3%A0ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/coeng1>,
        <http://lexvo.org/id/term/yue/%E4%B5%81>,
        "䵁"^^xsd:string ;
    rdfs:comment "decayed dough; rotten noodle"@en .

<http://lexvo.org/id/char/4D42> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B5%82>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zak6>,
        <http://lexvo.org/id/term/yue/%E4%B5%82>,
        "䵂"^^xsd:string ;
    rdfs:comment "to grind wheat to powder; with bran and flour mixed together"@en .

<http://lexvo.org/id/char/4D43> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B5%83>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ku%C3%A0ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kwong3%20wong4>,
        <http://lexvo.org/id/term/yue/%E4%B5%83>,
        "䵃"^^xsd:string ;
    rdfs:comment "a kind of barley, dust of ferment for brewing; small crumbs of grains from the distillery"@en .

<http://lexvo.org/id/char/4D44> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B5%84>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%AD%20b%C3%B3%20f%C3%A8ng%20p%C4%9Bng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fung1>,
        <http://lexvo.org/id/term/yue/%E4%B5%84>,
        "䵄"^^xsd:string ;
    rdfs:comment "(same as 麷) to boil or stew wheat, to simmer ferment for brewing, (interchangeable 豐) various kinds of rush from which mats, bags, etc. are made; vines of the rushes"@en .

<http://lexvo.org/id/char/4D45> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C3%A1o>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B5%85>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ngou4>,
        <http://lexvo.org/id/term/yue/%E4%B5%85>,
        "䵅"^^xsd:string ;
    rdfs:comment "(same as 熬) to extract by applying heat, to cook; to stew or simmer"@en .

<http://lexvo.org/id/char/4D46> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B5%86>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A9ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mung4>,
        <http://lexvo.org/id/term/yue/%E4%B5%86>,
        "䵆"^^xsd:string ;
    rdfs:comment "(same as 䴿) grains from the distillery, crumbs of barley, crumbs of rice"@en .

<http://lexvo.org/id/char/4D47> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B5%87>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sam1>,
        <http://lexvo.org/id/term/yue/%E4%B5%87>,
        "䵇"^^xsd:string ;
    rdfs:comment "to dislike; to reject; to hate, a house; a building"@en .

<http://lexvo.org/id/char/4D48> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/guk1%20huk1>,
        <http://lexvo.org/id/term/yue/%E4%B5%88>,
        "䵈"^^xsd:string ;
    rdfs:comment "unsmelted hemp and silk, unspinned hemp, raw silk"@en .

<http://lexvo.org/id/char/4D49> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B5%89>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%B3u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tau4>,
        <http://lexvo.org/id/term/yue/%E4%B5%89>,
        "䵉"^^xsd:string ;
    rdfs:comment "Abutilon, grassy plant with fabres from which clothe is made"@en .

<http://lexvo.org/id/char/4D4A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/teon1%20zyun1>,
        <http://lexvo.org/id/term/yue/%E4%B5%8A>,
        "䵊"^^xsd:string ;
    rdfs:comment "(same as 䵍) yellow, used in person's name"@en .

<http://lexvo.org/id/char/4D4B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B5%8B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C4%9Bi>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fui2%20kui2>,
        <http://lexvo.org/id/term/yue/%E4%B5%8B>,
        "䵋"^^xsd:string ;
    rdfs:comment "yellow, greenish yellow"@en .

<http://lexvo.org/id/char/4D4C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/cim1>,
        <http://lexvo.org/id/term/yue/%E4%B5%8C>,
        "䵌"^^xsd:string ;
    rdfs:comment "reddish yellow"@en .

<http://lexvo.org/id/char/4D4D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/tan1>,
        <http://lexvo.org/id/term/yue/%E4%B5%8D>,
        "䵍"^^xsd:string ;
    rdfs:comment "yellow, used in person's name"@en .

<http://lexvo.org/id/char/4D4E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/caau3%20doi6%20sou1%20teon1%20toi5%20zyun1>,
        <http://lexvo.org/id/term/yue/%E4%B5%8E>,
        "䵎"^^xsd:string ;
    rdfs:comment "dark yellow, yellow, bright; well-illuminated"@en .

<http://lexvo.org/id/char/4D4F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B5%8F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C7%8Eo>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lou5>,
        <http://lexvo.org/id/term/yue/%E4%B5%8F>,
        "䵏"^^xsd:string ;
    rdfs:comment "yellow; straw colord"@en .

<http://lexvo.org/id/char/4D50> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B5%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C7%8En%20ch%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zin2>,
        <http://lexvo.org/id/term/yue/%E4%B5%90>,
        "䵐"^^xsd:string ;
    rdfs:comment "yellow, (dialect) yellowish black; dark yellow"@en .

<http://lexvo.org/id/char/4D51> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B5%91>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/nik1>,
        <http://lexvo.org/id/term/yue/%E4%B5%91>,
        "䵑"^^xsd:string ;
    rdfs:comment "(same as 䵒 U+4D52) glue, a kind of cement made of hemp, lime and oil"@en .

<http://lexvo.org/id/char/4D52> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B5%92>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/nik1>,
        <http://lexvo.org/id/term/yue/%E4%B5%92>,
        "䵒"^^xsd:string ;
    rdfs:comment "glue, a kind of cement made of hemp, lime and oil"@en .

<http://lexvo.org/id/char/4D53> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B5%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/laai4>,
        <http://lexvo.org/id/term/yue/%E4%B5%93>,
        "䵓"^^xsd:string ;
    rdfs:comment "the mole"@en .

<http://lexvo.org/id/char/4D54> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B5%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C7%92ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dung2>,
        <http://lexvo.org/id/term/yue/%E4%B5%94>,
        "䵔"^^xsd:string ;
    rdfs:comment "to turn on the heel, not moving forward"@en .

<http://lexvo.org/id/char/4D55> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B5%95>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/geoi3>,
        <http://lexvo.org/id/term/yue/%E4%B5%95>,
        "䵕"^^xsd:string ;
    rdfs:comment "a varietyof millet, to stick, sticky; glutinous"@en .

<http://lexvo.org/id/char/4D56> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B5%96>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%A0n%20qi%C3%A0n%20xi%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gin3>,
        <http://lexvo.org/id/term/yue/%E4%B5%96>,
        "䵖"^^xsd:string ;
    rdfs:comment "panicled millet, congee; porridge; rice gruel, ripening of paddy or rice; a harvest"@en .

<http://lexvo.org/id/char/4D57> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B5%97>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%BA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fuk6>,
        <http://lexvo.org/id/term/yue/%E4%B5%97>,
        "䵗"^^xsd:string ;
    rdfs:comment "to clean the withered; dried and decayed leaves of the bottom part of millets, grains, beans or peas, a variety of millet, beans and peas collectively, to paste up, to attach to, to stick up; to glue"@en .

<http://lexvo.org/id/char/4D58> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B5%98>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%A0%20sh%C3%A0i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sai3%20sam2>,
        <http://lexvo.org/id/term/yue/%E4%B5%98>,
        "䵘"^^xsd:string ;
    rdfs:comment "dosen't t stick to each other; hard to adhesive, (same as 曬) to dry in the sun; to expose to sunlight"@en .

<http://lexvo.org/id/char/4D59> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B5%99>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C7%8E>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zaa1>,
        <http://lexvo.org/id/term/yue/%E4%B5%99>,
        "䵙"^^xsd:string ;
    rdfs:comment "sticky; to append; padding; cushioning, to paste on something"@en .

<http://lexvo.org/id/char/4D5A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B5%9A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C7%8Eo>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ceoi4%20dou3%20saam2%20tou2>,
        <http://lexvo.org/id/term/yue/%E4%B5%9A>,
        "䵚"^^xsd:string ;
    rdfs:comment "(dialect) kaoliang; sorghum"@en .

<http://lexvo.org/id/char/4D5B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B5%9B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%A0n%20xi%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gin3%20hin1>,
        <http://lexvo.org/id/term/yue/%E4%B5%9B>,
        "䵛"^^xsd:string ;
    rdfs:comment "(non-classical form of 䵖) panicled millet, congee; porridge; rice gruel, ripening of paddy or rice; a harvest"@en .

<http://lexvo.org/id/char/4D5C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B5%9C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C7%92ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/nung2>,
        <http://lexvo.org/id/term/yue/%E4%B5%9C>,
        "䵜"^^xsd:string ;
    rdfs:comment "to plough and sow, a kind of fruit"@en .

<http://lexvo.org/id/char/4D5D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B5%9D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A0%20y%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zi3>,
        <http://lexvo.org/id/term/yue/%E4%B5%9D>,
        "䵝"^^xsd:string ;
    rdfs:comment "dark black, black"@en .

<http://lexvo.org/id/char/4D5E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B5%9E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%ACng%20q%C3%ADng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/king4>,
        <http://lexvo.org/id/term/yue/%E4%B5%9E>,
        "䵞"^^xsd:string ;
    rdfs:comment "(ancient form of 黥) ancient punishment of tattooing the face"@en .

<http://lexvo.org/id/char/4D5F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B5%9F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C7%8En>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gon2>,
        <http://lexvo.org/id/term/yue/%E4%B5%9F>,
        "䵟"^^xsd:string ;
    rdfs:comment "(same as 皯) black, black moles or black birthmarks on the face"@en .

<http://lexvo.org/id/char/4D60> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B5%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/coek3%20dik1%20zoek3>,
        <http://lexvo.org/id/term/yue/%E4%B5%A0>,
        "䵠"^^xsd:string ;
    rdfs:comment "rushes used form making mats, face decorations (for women), to ornament on the face of a woman"@en .

<http://lexvo.org/id/char/4D61> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B5%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C7%8En>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gan2>,
        <http://lexvo.org/id/term/yue/%E4%B5%A1>,
        "䵡"^^xsd:string ;
    rdfs:comment "(non-classical form of 䵤) (of the black skin) to crack or chap, black skin"@en .

<http://lexvo.org/id/char/4D62> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B5%A2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A8i%20w%C3%A8i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/maa3%20maa6%20mei6%20mui6>,
        <http://lexvo.org/id/term/yue/%E4%B5%A2>,
        "䵢"^^xsd:string ;
    rdfs:comment "light black, dark black"@en .

<http://lexvo.org/id/char/4D63> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B5%A3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%A1%20zh%C7%8En>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/daat3>,
        <http://lexvo.org/id/term/yue/%E4%B5%A3>,
        "䵣"^^xsd:string ;
    rdfs:comment "white with black; black and beautiful, name of a county in ancient times"@en .

<http://lexvo.org/id/char/4D64> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B5%A4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C7%8En>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gan2>,
        <http://lexvo.org/id/term/yue/%E4%B5%A4>,
        "䵤"^^xsd:string ;
    rdfs:comment "(non-classical form of 䵤) (of the black skin) to crack or chap, black skin"@en .

<http://lexvo.org/id/char/4D65> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B5%A5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%A8%20w%C3%A1n%20y%C3%ACng%20y%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wat1>,
        <http://lexvo.org/id/term/yue/%E4%B5%A5>,
        "䵥"^^xsd:string ;
    rdfs:comment "black, dark; deep"@en .

<http://lexvo.org/id/char/4D66> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B5%A6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A8>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ce5>,
        <http://lexvo.org/id/term/yue/%E4%B5%A6>,
        "䵦"^^xsd:string ;
    rdfs:comment "(non-classical form of 汙 污) to stain; to mess up, dirty; filthy"@en .

<http://lexvo.org/id/char/4D67> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B5%A7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C3%A0i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zoi3>,
        <http://lexvo.org/id/term/yue/%E4%B5%A7>,
        "䵧"^^xsd:string ;
    rdfs:comment "to dye"@en .

<http://lexvo.org/id/char/4D68> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B5%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A1ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mong4>,
        <http://lexvo.org/id/term/yue/%E4%B5%A8>,
        "䵨"^^xsd:string ;
    rdfs:comment "dark; dim; obscure, personal secrets"@en .

<http://lexvo.org/id/char/4D69> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B5%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lai4>,
        <http://lexvo.org/id/term/yue/%E4%B5%A9>,
        "䵩"^^xsd:string ;
    rdfs:comment "(non-classical form of 黧) dark yellow, black mark, light yellow; sallow"@en .

<http://lexvo.org/id/char/4D6A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B5%AA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C3%B9n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gwan3>,
        <http://lexvo.org/id/term/yue/%E4%B5%AA>,
        "䵪"^^xsd:string ;
    rdfs:comment "pure black, to omit, to forget, to wonder about doing nothing"@en .

<http://lexvo.org/id/char/4D6B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B5%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fan1>,
        <http://lexvo.org/id/term/yue/%E4%B5%AB>,
        "䵫"^^xsd:string ;
    rdfs:comment "(same as 纁) light red (same as 黦) yellowish black"@en .

<http://lexvo.org/id/char/4D6C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B5%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%A0>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/daap6>,
        <http://lexvo.org/id/term/yue/%E4%B5%AC>,
        "䵬"^^xsd:string ;
    rdfs:comment "black (corrupted form of 濌) sound of the flowing water"@en .

<http://lexvo.org/id/char/4D6D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B5%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%A8>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kei4%20syu1%20ze3>,
        <http://lexvo.org/id/term/yue/%E4%B5%AD>,
        "䵭"^^xsd:string ;
    rdfs:comment "black"@en .

<http://lexvo.org/id/char/4D6E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B5%AE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A0ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/soeng1%20zoeng6>,
        <http://lexvo.org/id/term/yue/%E4%B5%AE>,
        "䵮"^^xsd:string ;
    rdfs:comment "red-and-black color, light green; light blue"@en .

<http://lexvo.org/id/char/4D6F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B5%AF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/tu%C7%8En>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/teoi3%20teon2>,
        <http://lexvo.org/id/term/yue/%E4%B5%AF>,
        "䵯"^^xsd:string ;
    rdfs:comment "(same as 畽) a village; a farmstead, a hamlet, the land outside a city"@en .

<http://lexvo.org/id/char/4D70> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/soeng1>,
        <http://lexvo.org/id/term/yue/%E4%B5%B0>,
        "䵰"^^xsd:string ;
    rdfs:comment "black color, red-and-black color"@en .

<http://lexvo.org/id/char/4D71> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B5%B1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A8%20x%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sik1>,
        <http://lexvo.org/id/term/yue/%E4%B5%B1>,
        "䵱"^^xsd:string ;
    rdfs:comment "red-and-black color, blue-and-black color, black color"@en .

<http://lexvo.org/id/char/4D72> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B5%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/di%C3%A0o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ciu1>,
        <http://lexvo.org/id/term/yue/%E4%B5%B2>,
        "䵲"^^xsd:string ;
    rdfs:comment "raw hemp, mildewed hemp; freckles"@en .

<http://lexvo.org/id/char/4D73> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B5%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C3%A8i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/waai3%20wui6>,
        <http://lexvo.org/id/term/yue/%E4%B5%B3>,
        "䵳"^^xsd:string ;
    rdfs:comment "light black"@en .

<http://lexvo.org/id/char/4D74> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B5%B4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%B9n%20z%C3%A8ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zaan6>,
        <http://lexvo.org/id/term/yue/%E4%B5%B4>,
        "䵴"^^xsd:string ;
    rdfs:comment "black color, black specks; mottles on the face, black face, (same as 暈) to faint; giddy and dizzy"@en .

<http://lexvo.org/id/char/4D75> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B5%B5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%A1%20zhu%C3%B3>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zat3%20zyut3>,
        <http://lexvo.org/id/term/yue/%E4%B5%B5>,
        "䵵"^^xsd:string ;
    rdfs:comment "yellowish black and white, short and black, over-fatigued; weary; tired"@en .

<http://lexvo.org/id/char/4D76> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B5%B6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C3%BA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/keoi4>,
        <http://lexvo.org/id/term/yue/%E4%B5%B6>,
        "䵶"^^xsd:string ;
    rdfs:comment "a kind of frog; a kind of sea turtle; with two horns; and pattern on the tortoise shell"@en .

<http://lexvo.org/id/char/4D77> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/waa1>,
        <http://lexvo.org/id/term/yue/%E4%B5%B7>,
        "䵷"^^xsd:string ;
    rdfs:comment "(same as U+9F03 蛙) frog; (same as U+54C7 哇) to make the noise of vomiting"@en .

<http://lexvo.org/id/char/4D78> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/caau1>,
        <http://lexvo.org/id/term/yue/%E4%B5%B8>,
        "䵸"^^xsd:string ;
    rdfs:comment "(same as 鼀) the toad that lives in the moon"@en .

<http://lexvo.org/id/char/4D79> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/zi1>,
        <http://lexvo.org/id/term/yue/%E4%B5%B9>,
        "䵹"^^xsd:string ;
    rdfs:comment "(standard form 鼅) insects that are injurious to crops, spider"@en .

<http://lexvo.org/id/char/4D7A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B5%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C7%90ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ding2%20ting5>,
        <http://lexvo.org/id/term/yue/%E4%B5%BA>,
        "䵺"^^xsd:string ;
    rdfs:comment "(same as 圢 町) boundary between agricultural lands, (in Japan) a street; a city block, ant hill; formicary, vacant land by the side of a house; a paddock, deer trace; deer track"@en .

<http://lexvo.org/id/char/4D7B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B5%BB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C7%94%20h%C3%BA%20hu%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/waai6>,
        <http://lexvo.org/id/term/yue/%E4%B5%BB>,
        "䵻"^^xsd:string ;
    rdfs:comment "a small tripod of bronze with two ears (standard form 鏏) tripod of bronze with two ears; heavy three-legged caldron or sacrificial vessel"@en .

<http://lexvo.org/id/char/4D7C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/soeng1>,
        <http://lexvo.org/id/term/yue/%E4%B5%BC>,
        "䵼"^^xsd:string ;
    rdfs:comment "to boil; to cook; to stew"@en .

<http://lexvo.org/id/char/4D7D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B5%BD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C3%A0>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cat6>,
        <http://lexvo.org/id/term/yue/%E4%B5%BD>,
        "䵽"^^xsd:string ;
    rdfs:comment "sound of drums, to beat the side of a drum"@en .

<http://lexvo.org/id/char/4D7E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B5%BE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%BA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fu4>,
        <http://lexvo.org/id/term/yue/%E4%B5%BE>,
        "䵾"^^xsd:string ;
    rdfs:comment "sound of drums, loud noise of the military drums, (same as 拊) to pat; to touch with hand lightly or tenderly, to slap; to tap; to clap hands"@en .

<http://lexvo.org/id/char/4D7F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B5%BF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ti%C3%A8>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/nim1%20tip3>,
        <http://lexvo.org/id/term/yue/%E4%B5%BF>,
        "䵿"^^xsd:string ;
    rdfs:comment "a silent drum, spacious"@en .

<http://lexvo.org/id/char/4D80> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B6%80>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%A0>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dap6>,
        <http://lexvo.org/id/term/yue/%E4%B6%80>,
        "䶀"^^xsd:string ;
    rdfs:comment "sound of drums; image of the sound"@en .

<http://lexvo.org/id/char/4D81> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B6%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%A0>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dap6>,
        <http://lexvo.org/id/term/yue/%E4%B6%81>,
        "䶁"^^xsd:string ;
    rdfs:comment "noises; disorderly or confused sound of the drums"@en .

<http://lexvo.org/id/char/4D82> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B6%82>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zhu%C3%B3>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zoek3>,
        <http://lexvo.org/id/term/yue/%E4%B6%82>,
        "䶂"^^xsd:string ;
    rdfs:comment "a squirrel-like animal, a flying squirrel, a rat-like animal; much smaller"@en .

<http://lexvo.org/id/char/4D83> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B6%83>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ham4>,
        <http://lexvo.org/id/term/yue/%E4%B6%83>,
        "䶃"^^xsd:string ;
    rdfs:comment "a kind of rat, lizard"@en .

<http://lexvo.org/id/char/4D84> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B6%84>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%ADng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ping4>,
        <http://lexvo.org/id/term/yue/%E4%B6%84>,
        "䶄"^^xsd:string ;
    rdfs:comment "striped mottled rat; mountain rat; short and red-brown colored with spots"@en .

<http://lexvo.org/id/char/4D85> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B6%85>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kok3%20lok3%20lok6>,
        <http://lexvo.org/id/term/yue/%E4%B6%85>,
        "䶅"^^xsd:string ;
    rdfs:comment "a marmot-like rat with a big head"@en .

<http://lexvo.org/id/char/4D86> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/ceoi4%20kei4%20zeoi1>,
        <http://lexvo.org/id/term/yue/%E4%B6%86>,
        "䶆"^^xsd:string ;
    rdfs:comment "(dialect) a rat; a mouse"@en .

<http://lexvo.org/id/char/4D87> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B6%87>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%B2u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zau6>,
        <http://lexvo.org/id/term/yue/%E4%B6%87>,
        "䶇"^^xsd:string ;
    rdfs:comment "a rat"@en .

<http://lexvo.org/id/char/4D88> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B6%88>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%B3>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bok3>,
        <http://lexvo.org/id/term/yue/%E4%B6%88>,
        "䶈"^^xsd:string ;
    rdfs:comment "a kind of rat, known together as the kangaroo"@en .

<http://lexvo.org/id/char/4D89> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B6%89>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C3%BA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lau4>,
        <http://lexvo.org/id/term/yue/%E4%B6%89>,
        "䶉"^^xsd:string ;
    rdfs:comment "guinea pig; a kind of big rat; living in the bamboo grove"@en .

<http://lexvo.org/id/char/4D8A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B6%8A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C7%9C>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/nuk6>,
        <http://lexvo.org/id/term/yue/%E4%B6%8A>,
        "䶊"^^xsd:string ;
    rdfs:comment "(corrupted form) (interchangeable with 衄) to bleed at the nose, a check in batttle, to damp ardour, to shrink from; to treat harshly, to be damped; to suffer defeat"@en .

<http://lexvo.org/id/char/4D8B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/kaap1>,
        <http://lexvo.org/id/term/yue/%E4%B6%8B>,
        "䶋"^^xsd:string ;
    rdfs:comment "sound; sound of the breath"@en .

<http://lexvo.org/id/char/4D8C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B6%8C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%A0o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/paau3>,
        <http://lexvo.org/id/term/yue/%E4%B6%8C>,
        "䶌"^^xsd:string ;
    rdfs:comment "(same as 皰) a pustule or pimple"@en .

<http://lexvo.org/id/char/4D8D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B6%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%AC%20t%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tai3>,
        <http://lexvo.org/id/term/yue/%E4%B6%8D>,
        "䶍"^^xsd:string ;
    rdfs:comment "(same as 嚏) to sneeze"@en .

<http://lexvo.org/id/char/4D8E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B6%8E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%A0>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hot3>,
        <http://lexvo.org/id/term/yue/%E4%B6%8E>,
        "䶎"^^xsd:string ;
    rdfs:comment "sound of breath; snoring; snorting"@en .

<http://lexvo.org/id/char/4D8F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B6%8F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C7%90%20t%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/taai1>,
        <http://lexvo.org/id/term/yue/%E4%B6%8F>,
        "䶏"^^xsd:string ;
    rdfs:comment "(same as 洟) tears; snivel; nasal mucus, (same as 挮) to weep; to snivel"@en .

<http://lexvo.org/id/char/4D90> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B6%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ku%C3%A0i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fai3>,
        <http://lexvo.org/id/term/yue/%E4%B6%90>,
        "䶐"^^xsd:string ;
    rdfs:comment "to take breath; snoring; snorting"@en .

<http://lexvo.org/id/char/4D91> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B6%91>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tai3>,
        <http://lexvo.org/id/term/yue/%E4%B6%91>,
        "䶑"^^xsd:string ;
    rdfs:comment "(standard form 嚏) to sneeze; a running at the nose"@en .

<http://lexvo.org/id/char/4D92> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B6%92>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C3%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cai4>,
        <http://lexvo.org/id/term/yue/%E4%B6%92>,
        "䶒"^^xsd:string ;
    rdfs:comment "outstanding ability, exquisite; fine"@en .

<http://lexvo.org/id/char/4D93> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B6%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%AC%20q%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/caap1%20zaai3>,
        <http://lexvo.org/id/term/yue/%E4%B6%93>,
        "䶓"^^xsd:string ;
    rdfs:comment "ramie; linen sackcloth, to twist and join (cords); to continue, to order the arrest of; to capture"@en .

<http://lexvo.org/id/char/4D94> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B6%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%AD%20m%C3%ADn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ci4>,
        <http://lexvo.org/id/term/yue/%E4%B6%94>,
        "䶔"^^xsd:string ;
    rdfs:comment "prominent gums (of the teeth)"@en .

<http://lexvo.org/id/char/4D95> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B6%95>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%A1>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/baa1%20paa4>,
        <http://lexvo.org/id/term/yue/%E4%B6%95>,
        "䶕"^^xsd:string ;
    rdfs:comment "irregular and prominent teeth"@en .

<http://lexvo.org/id/char/4D96> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B6%96>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%ACn%20q%C3%ADn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gaam3>,
        <http://lexvo.org/id/term/yue/%E4%B6%96>,
        "䶖"^^xsd:string ;
    rdfs:comment "disease of tongue (said of an ox), to keep the mouth shut"@en .

<http://lexvo.org/id/char/4D97> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B6%97>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C3%A8%200906.100*%3Aqi%C4%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C3%A8%20qi%C7%8E%20qi%C3%A8>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hap3>,
        <http://lexvo.org/id/term/yue/%E4%B6%97>,
        "䶗"^^xsd:string ;
    rdfs:comment "to bite; use all the strength to bite; to gnaw, bones squeeze between teeth (could not be picked out)"@en .

<http://lexvo.org/id/char/4D98> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B6%98>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/laap6>,
        <http://lexvo.org/id/term/yue/%E4%B6%98>,
        "䶘"^^xsd:string ;
    rdfs:comment "the sound of chewing something dry and hard, sound of gnawing or biting"@en .

<http://lexvo.org/id/char/4D99> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B6%99>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/geoi6>,
        <http://lexvo.org/id/term/yue/%E4%B6%99>,
        "䶙"^^xsd:string ;
    rdfs:comment "swelling of the gums ( of the teeth)"@en .

<http://lexvo.org/id/char/4D9A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B6%9A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C7%94>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/geoi2>,
        <http://lexvo.org/id/term/yue/%E4%B6%9A>,
        "䶚"^^xsd:string ;
    rdfs:comment "(non-classical form of 齲) decayed tooth; carious tooth"@en .

<http://lexvo.org/id/char/4D9B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B6%9B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%A0%20li%C3%A8>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/laat6>,
        <http://lexvo.org/id/term/yue/%E4%B6%9B>,
        "䶛"^^xsd:string ;
    rdfs:comment "to separate the meat from the bones with teeth, the sound of using teeth to separate the meat from the bones"@en .

<http://lexvo.org/id/char/4D9C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B6%9C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/guk1>,
        <http://lexvo.org/id/term/yue/%E4%B6%9C>,
        "䶜"^^xsd:string ;
    rdfs:comment "the process to whiten the ivory or elephant tusk; sound of gnawing"@en .

<http://lexvo.org/id/char/4D9D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B6%9D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C3%A0%20xi%C3%A1>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/haap1>,
        <http://lexvo.org/id/term/yue/%E4%B6%9D>,
        "䶝"^^xsd:string ;
    rdfs:comment "growing irregular teeth; crooked teeth, cleft tooth; sound of gnawing"@en .

<http://lexvo.org/id/char/4D9E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B6%9E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C3%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kei4>,
        <http://lexvo.org/id/term/yue/%E4%B6%9E>,
        "䶞"^^xsd:string ;
    rdfs:comment "to gnaw; to bite"@en .

<http://lexvo.org/id/char/4D9F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B6%9F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/haam6>,
        <http://lexvo.org/id/term/yue/%E4%B6%9F>,
        "䶟"^^xsd:string ;
    rdfs:comment "to gnash the teeth (in anger)"@en .

<http://lexvo.org/id/char/4DA0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B6%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C7%8En%20xi%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gaam1>,
        <http://lexvo.org/id/term/yue/%E4%B6%A0>,
        "䶠"^^xsd:string ;
    rdfs:comment "(same as 䶢) to gnaw; to bite, to hold in the mouth"@en .

<http://lexvo.org/id/char/4DA1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B6%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%AD%20z%C3%A9%20zh%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/saat6>,
        <http://lexvo.org/id/term/yue/%E4%B6%A1>,
        "䶡"^^xsd:string ;
    rdfs:comment "sound of biting, (same as 齰) to chew; to gnaw"@en .

<http://lexvo.org/id/char/4DA2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B6%A2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gaam1>,
        <http://lexvo.org/id/term/yue/%E4%B6%A2>,
        "䶢"^^xsd:string ;
    rdfs:comment "to gnaw; to bite, to hold in the mouth"@en .

<http://lexvo.org/id/char/4DA3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C3%A1i>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B6%A3>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/goi1%20ngoi4>,
        <http://lexvo.org/id/term/yue/%E4%B6%A3>,
        "䶣"^^xsd:string ;
    rdfs:comment "to grind the teeth, teeth"@en .

<http://lexvo.org/id/char/4DA4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B6%A4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%A1>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/waa4>,
        <http://lexvo.org/id/term/yue/%E4%B6%A4>,
        "䶤"^^xsd:string ;
    rdfs:comment "sound of chewing bones"@en .

<http://lexvo.org/id/char/4DA5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B6%A5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C7%94>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zeoi2>,
        <http://lexvo.org/id/term/yue/%E4%B6%A5>,
        "䶥"^^xsd:string ;
    rdfs:comment "(same as 齟) unevenly-fitting teeth, irregular teeth, resplendent with variegated coloration; bright and colorful"@en .

<http://lexvo.org/id/char/4DA6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B6%A6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C3%A9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zak3>,
        <http://lexvo.org/id/term/yue/%E4%B6%A6>,
        "䶦"^^xsd:string ;
    rdfs:comment "upper and lower teeth in order and corresponding each other, to gnaw; to bite"@en .

<http://lexvo.org/id/char/4DA7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B6%A7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%8Eo>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ngau5>,
        <http://lexvo.org/id/term/yue/%E4%B6%A7>,
        "䶧"^^xsd:string ;
    rdfs:comment "(same as U+9F69 咬) to gnaw; to bite"@en .

<http://lexvo.org/id/char/4DA8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/tam4%20zaam3%20zam1>,
        <http://lexvo.org/id/term/yue/%E4%B6%A8>,
        "䶨"^^xsd:string ;
    rdfs:comment "in the manner a toothless person chewing food"@en .

<http://lexvo.org/id/char/4DA9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B6%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/caai1%20dam3%20zaai6>,
        <http://lexvo.org/id/term/yue/%E4%B6%A9>,
        "䶩"^^xsd:string ;
    rdfs:comment "to gnaw; to bite, well-arranged teeth"@en .

<http://lexvo.org/id/char/4DAA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B6%AA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%A1>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/caat3>,
        <http://lexvo.org/id/term/yue/%E4%B6%AA>,
        "䶪"^^xsd:string ;
    rdfs:comment "sharp teeth; to break something hard like a knife, sand (in food), ugly"@en .

<http://lexvo.org/id/char/4DAB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B6%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C7%8En%20y%C3%A1n%20y%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zim6>,
        <http://lexvo.org/id/term/yue/%E4%B6%AB>,
        "䶫"^^xsd:string ;
    rdfs:comment "fine teeth, irregular teeth"@en .

<http://lexvo.org/id/char/4DAC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/gin1>,
        <http://lexvo.org/id/term/yue/%E4%B6%AC>,
        "䶬"^^xsd:string ;
    rdfs:comment "hard fins on the back of a dragon"@en .

<http://lexvo.org/id/char/4DAD> a lvont:Character ;
    lvont:represents "䶭"^^xsd:string .

<http://lexvo.org/id/char/4DAE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B6%AE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A1n%20y%C7%8En>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%8En>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zim5>,
        <http://lexvo.org/id/term/yue/%E4%B6%AE>,
        "䶮"^^xsd:string ;
    rdfs:comment "(simplified form) clever; wise; superior, a person's name ( in Earlier Five Dynasties, South Han, meaning flying dragon over the sky)"@en .

<http://lexvo.org/id/char/4DAF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/gwaai1%20gwaai2%20kwaai1>,
        <http://lexvo.org/id/term/yue/%E4%B6%AF>,
        "䶯"^^xsd:string ;
    rdfs:comment "used in girl's name"@en .

<http://lexvo.org/id/char/4DB0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/ziu1>,
        <http://lexvo.org/id/term/yue/%E4%B6%B0>,
        "䶰"^^xsd:string ;
    rdfs:comment "feather ornaments"@en .

<http://lexvo.org/id/char/4DB1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B6%B1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%B3ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tung4>,
        <http://lexvo.org/id/term/yue/%E4%B6%B1>,
        "䶱"^^xsd:string ;
    rdfs:comment "a kind of turtle"@en .

<http://lexvo.org/id/char/4DB2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B6%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C3%A1n%20n%C3%A0n%20r%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zim4>,
        <http://lexvo.org/id/term/yue/%E4%B6%B2>,
        "䶲"^^xsd:string ;
    rdfs:comment "the edge; the hem or the margin of the tortoise shell"@en .

<http://lexvo.org/id/char/4DB3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B6%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/yu%C3%A8>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zoek6>,
        <http://lexvo.org/id/term/yue/%E4%B6%B3>,
        "䶳"^^xsd:string ;
    rdfs:comment "to lookup, to adore, to rely upon"@en .

<http://lexvo.org/id/char/4DB4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/ceoi1%20ceoi2>,
        <http://lexvo.org/id/term/yue/%E4%B6%B4>,
        "䶴"^^xsd:string ;
    rdfs:comment "(same as 吹) to blow"@en .

<http://lexvo.org/id/char/4DB5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B6%B5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%AD%20sh%C7%90>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ci4%20si4>,
        <http://lexvo.org/id/term/yue/%E4%B6%B5>,
        "䶵"^^xsd:string ;
    rdfs:comment "(same as U+7B8E 箎) a bamboo flute with seven holes"@en .

<http://lexvo.org/id/char/4DC0> a lvont:Character ;
    lvont:represents "䷀"^^xsd:string ;
    rdfs:comment "HEXAGRAM FOR THE CREATIVE HEAVEN"@en .

<http://lexvo.org/id/char/4DC1> a lvont:Character ;
    lvont:represents "䷁"^^xsd:string ;
    rdfs:comment "HEXAGRAM FOR THE RECEPTIVE EARTH"@en .

<http://lexvo.org/id/char/4DC2> a lvont:Character ;
    lvont:represents "䷂"^^xsd:string ;
    rdfs:comment "HEXAGRAM FOR DIFFICULTY AT THE BEGINNING"@en .

<http://lexvo.org/id/char/4DC3> a lvont:Character ;
    lvont:represents "䷃"^^xsd:string ;
    rdfs:comment "HEXAGRAM FOR YOUTHFUL FOLLY"@en .

<http://lexvo.org/id/char/4DC4> a lvont:Character ;
    lvont:represents "䷄"^^xsd:string ;
    rdfs:comment "HEXAGRAM FOR WAITING"@en .

<http://lexvo.org/id/char/4DC5> a lvont:Character ;
    lvont:represents "䷅"^^xsd:string ;
    rdfs:comment "HEXAGRAM FOR CONFLICT"@en .

<http://lexvo.org/id/char/4DC6> a lvont:Character ;
    lvont:represents "䷆"^^xsd:string ;
    rdfs:comment "HEXAGRAM FOR THE ARMY"@en .

<http://lexvo.org/id/char/4DC7> a lvont:Character ;
    lvont:represents "䷇"^^xsd:string ;
    rdfs:comment "HEXAGRAM FOR HOLDING TOGETHER"@en .

<http://lexvo.org/id/char/4DC8> a lvont:Character ;
    lvont:represents "䷈"^^xsd:string ;
    rdfs:comment "HEXAGRAM FOR SMALL TAMING"@en .

<http://lexvo.org/id/char/4DC9> a lvont:Character ;
    lvont:represents "䷉"^^xsd:string ;
    rdfs:comment "HEXAGRAM FOR TREADING"@en .

<http://lexvo.org/id/char/4DCA> a lvont:Character ;
    lvont:represents "䷊"^^xsd:string ;
    rdfs:comment "HEXAGRAM FOR PEACE"@en .

<http://lexvo.org/id/char/4DCB> a lvont:Character ;
    lvont:represents "䷋"^^xsd:string ;
    rdfs:comment "HEXAGRAM FOR STANDSTILL"@en .

<http://lexvo.org/id/char/4DCC> a lvont:Character ;
    lvont:represents "䷌"^^xsd:string ;
    rdfs:comment "HEXAGRAM FOR FELLOWSHIP"@en .

<http://lexvo.org/id/char/4DCD> a lvont:Character ;
    lvont:represents "䷍"^^xsd:string ;
    rdfs:comment "HEXAGRAM FOR GREAT POSSESSION"@en .

<http://lexvo.org/id/char/4DCE> a lvont:Character ;
    lvont:represents "䷎"^^xsd:string ;
    rdfs:comment "HEXAGRAM FOR MODESTY"@en .

<http://lexvo.org/id/char/4DCF> a lvont:Character ;
    lvont:represents "䷏"^^xsd:string ;
    rdfs:comment "HEXAGRAM FOR ENTHUSIASM"@en .

<http://lexvo.org/id/char/4DD0> a lvont:Character ;
    lvont:represents "䷐"^^xsd:string ;
    rdfs:comment "HEXAGRAM FOR FOLLOWING"@en .

<http://lexvo.org/id/char/4DD1> a lvont:Character ;
    lvont:represents "䷑"^^xsd:string ;
    rdfs:comment "HEXAGRAM FOR WORK ON THE DECAYED"@en .

<http://lexvo.org/id/char/4DD2> a lvont:Character ;
    lvont:represents "䷒"^^xsd:string ;
    rdfs:comment "HEXAGRAM FOR APPROACH"@en .

<http://lexvo.org/id/char/4DD3> a lvont:Character ;
    lvont:represents "䷓"^^xsd:string ;
    rdfs:comment "HEXAGRAM FOR CONTEMPLATION"@en .

<http://lexvo.org/id/char/4DD4> a lvont:Character ;
    lvont:represents "䷔"^^xsd:string ;
    rdfs:comment "HEXAGRAM FOR BITING THROUGH"@en .

<http://lexvo.org/id/char/4DD5> a lvont:Character ;
    lvont:represents "䷕"^^xsd:string ;
    rdfs:comment "HEXAGRAM FOR GRACE"@en .

<http://lexvo.org/id/char/4DD6> a lvont:Character ;
    lvont:represents "䷖"^^xsd:string ;
    rdfs:comment "HEXAGRAM FOR SPLITTING APART"@en .

<http://lexvo.org/id/char/4DD7> a lvont:Character ;
    lvont:represents "䷗"^^xsd:string ;
    rdfs:comment "HEXAGRAM FOR RETURN"@en .

<http://lexvo.org/id/char/4DD8> a lvont:Character ;
    lvont:represents "䷘"^^xsd:string ;
    rdfs:comment "HEXAGRAM FOR INNOCENCE"@en .

<http://lexvo.org/id/char/4DD9> a lvont:Character ;
    lvont:represents "䷙"^^xsd:string ;
    rdfs:comment "HEXAGRAM FOR GREAT TAMING"@en .

<http://lexvo.org/id/char/4DDA> a lvont:Character ;
    lvont:represents "䷚"^^xsd:string ;
    rdfs:comment "HEXAGRAM FOR MOUTH CORNERS"@en .

<http://lexvo.org/id/char/4DDB> a lvont:Character ;
    lvont:represents "䷛"^^xsd:string ;
    rdfs:comment "HEXAGRAM FOR GREAT PREPONDERANCE"@en .

<http://lexvo.org/id/char/4DDC> a lvont:Character ;
    lvont:represents "䷜"^^xsd:string ;
    rdfs:comment "HEXAGRAM FOR THE ABYSMAL WATER"@en .

<http://lexvo.org/id/char/4DDD> a lvont:Character ;
    lvont:represents "䷝"^^xsd:string ;
    rdfs:comment "HEXAGRAM FOR THE CLINGING FIRE"@en .

<http://lexvo.org/id/char/4DDE> a lvont:Character ;
    lvont:represents "䷞"^^xsd:string ;
    rdfs:comment "HEXAGRAM FOR INFLUENCE"@en .

<http://lexvo.org/id/char/4DDF> a lvont:Character ;
    lvont:represents "䷟"^^xsd:string ;
    rdfs:comment "HEXAGRAM FOR DURATION"@en .

<http://lexvo.org/id/char/4DE0> a lvont:Character ;
    lvont:represents "䷠"^^xsd:string ;
    rdfs:comment "HEXAGRAM FOR RETREAT"@en .

<http://lexvo.org/id/char/4DE1> a lvont:Character ;
    lvont:represents "䷡"^^xsd:string ;
    rdfs:comment "HEXAGRAM FOR GREAT POWER"@en .

<http://lexvo.org/id/char/4DE2> a lvont:Character ;
    lvont:represents "䷢"^^xsd:string ;
    rdfs:comment "HEXAGRAM FOR PROGRESS"@en .

<http://lexvo.org/id/char/4DE3> a lvont:Character ;
    lvont:represents "䷣"^^xsd:string ;
    rdfs:comment "HEXAGRAM FOR DARKENING OF THE LIGHT"@en .

<http://lexvo.org/id/char/4DE4> a lvont:Character ;
    lvont:represents "䷤"^^xsd:string ;
    rdfs:comment "HEXAGRAM FOR THE FAMILY"@en .

<http://lexvo.org/id/char/4DE5> a lvont:Character ;
    lvont:represents "䷥"^^xsd:string ;
    rdfs:comment "HEXAGRAM FOR OPPOSITION"@en .

<http://lexvo.org/id/char/4DE6> a lvont:Character ;
    lvont:represents "䷦"^^xsd:string ;
    rdfs:comment "HEXAGRAM FOR OBSTRUCTION"@en .

<http://lexvo.org/id/char/4DE7> a lvont:Character ;
    lvont:represents "䷧"^^xsd:string ;
    rdfs:comment "HEXAGRAM FOR DELIVERANCE"@en .

<http://lexvo.org/id/char/4DE8> a lvont:Character ;
    lvont:represents "䷨"^^xsd:string ;
    rdfs:comment "HEXAGRAM FOR DECREASE"@en .

<http://lexvo.org/id/char/4DE9> a lvont:Character ;
    lvont:represents "䷩"^^xsd:string ;
    rdfs:comment "HEXAGRAM FOR INCREASE"@en .

<http://lexvo.org/id/char/4DEA> a lvont:Character ;
    lvont:represents "䷪"^^xsd:string ;
    rdfs:comment "HEXAGRAM FOR BREAKTHROUGH"@en .

<http://lexvo.org/id/char/4DEB> a lvont:Character ;
    lvont:represents "䷫"^^xsd:string ;
    rdfs:comment "HEXAGRAM FOR COMING TO MEET"@en .

<http://lexvo.org/id/char/4DEC> a lvont:Character ;
    lvont:represents "䷬"^^xsd:string ;
    rdfs:comment "HEXAGRAM FOR GATHERING TOGETHER"@en .

<http://lexvo.org/id/char/4DED> a lvont:Character ;
    lvont:represents "䷭"^^xsd:string ;
    rdfs:comment "HEXAGRAM FOR PUSHING UPWARD"@en .

<http://lexvo.org/id/char/4DEE> a lvont:Character ;
    lvont:represents "䷮"^^xsd:string ;
    rdfs:comment "HEXAGRAM FOR OPPRESSION"@en .

<http://lexvo.org/id/char/4DEF> a lvont:Character ;
    lvont:represents "䷯"^^xsd:string ;
    rdfs:comment "HEXAGRAM FOR THE WELL"@en .

<http://lexvo.org/id/char/4DF0> a lvont:Character ;
    lvont:represents "䷰"^^xsd:string ;
    rdfs:comment "HEXAGRAM FOR REVOLUTION"@en .

<http://lexvo.org/id/char/4DF1> a lvont:Character ;
    lvont:represents "䷱"^^xsd:string ;
    rdfs:comment "HEXAGRAM FOR THE CAULDRON"@en .

<http://lexvo.org/id/char/4DF2> a lvont:Character ;
    lvont:represents "䷲"^^xsd:string ;
    rdfs:comment "HEXAGRAM FOR THE AROUSING THUNDER"@en .

<http://lexvo.org/id/char/4DF3> a lvont:Character ;
    lvont:represents "䷳"^^xsd:string ;
    rdfs:comment "HEXAGRAM FOR THE KEEPING STILL MOUNTAIN"@en .

<http://lexvo.org/id/char/4DF4> a lvont:Character ;
    lvont:represents "䷴"^^xsd:string ;
    rdfs:comment "HEXAGRAM FOR DEVELOPMENT"@en .

<http://lexvo.org/id/char/4DF5> a lvont:Character ;
    lvont:represents "䷵"^^xsd:string ;
    rdfs:comment "HEXAGRAM FOR THE MARRYING MAIDEN"@en .

<http://lexvo.org/id/char/4DF6> a lvont:Character ;
    lvont:represents "䷶"^^xsd:string ;
    rdfs:comment "HEXAGRAM FOR ABUNDANCE"@en .

<http://lexvo.org/id/char/4DF7> a lvont:Character ;
    lvont:represents "䷷"^^xsd:string ;
    rdfs:comment "HEXAGRAM FOR THE WANDERER"@en .

<http://lexvo.org/id/char/4DF8> a lvont:Character ;
    lvont:represents "䷸"^^xsd:string ;
    rdfs:comment "HEXAGRAM FOR THE GENTLE WIND"@en .

<http://lexvo.org/id/char/4DF9> a lvont:Character ;
    lvont:represents "䷹"^^xsd:string ;
    rdfs:comment "HEXAGRAM FOR THE JOYOUS LAKE"@en .

<http://lexvo.org/id/char/4DFA> a lvont:Character ;
    lvont:represents "䷺"^^xsd:string ;
    rdfs:comment "HEXAGRAM FOR DISPERSION"@en .

<http://lexvo.org/id/char/4DFB> a lvont:Character ;
    lvont:represents "䷻"^^xsd:string ;
    rdfs:comment "HEXAGRAM FOR LIMITATION"@en .

<http://lexvo.org/id/char/4DFC> a lvont:Character ;
    lvont:represents "䷼"^^xsd:string ;
    rdfs:comment "HEXAGRAM FOR INNER TRUTH"@en .

<http://lexvo.org/id/char/4DFD> a lvont:Character ;
    lvont:represents "䷽"^^xsd:string ;
    rdfs:comment "HEXAGRAM FOR SMALL PREPONDERANCE"@en .

<http://lexvo.org/id/char/4DFE> a lvont:Character ;
    lvont:represents "䷾"^^xsd:string ;
    rdfs:comment "HEXAGRAM FOR AFTER COMPLETION"@en .

<http://lexvo.org/id/char/4DFF> a lvont:Character ;
    lvont:represents "䷿"^^xsd:string ;
    rdfs:comment "HEXAGRAM FOR BEFORE COMPLETION"@en .

<http://lexvo.org/id/char/4E01> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B8%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C4%ABng%201472.010%3Azh%C4%93ng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C4%ABng%20zh%C4%93ng>,
        <http://lexvo.org/id/term/kor/%E4%B8%81>,
        <http://lexvo.org/id/term/kor/CENG>,
        <http://lexvo.org/id/term/vie/%C4%91inh>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ding1%20zaang1%20zang1>,
        <http://lexvo.org/id/term/yue/%E4%B8%81>,
        "丁"^^xsd:string ;
    rdfs:comment "male adult; robust, vigorous; 4th heavenly stem"@en .

<http://lexvo.org/id/char/4E02> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B8%82>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C7%8Eo%20qi%C7%8Eo%20y%C3%BA>,
        <http://lexvo.org/id/term/kor/%E4%B8%82>,
        <http://lexvo.org/id/term/kor/KYO>,
        "丂"^^xsd:string ;
    rdfs:comment "obstruction of breath (qi) as it seeks release; variant of other characters"@en .

<http://lexvo.org/id/char/4E03> a lvont:Character ;
    lvont:label "7" ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B8%83>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C4%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C4%AB%200897.070%3Aq%C3%AD>,
        <http://lexvo.org/id/term/kor/%E4%B8%83>,
        <http://lexvo.org/id/term/kor/CHIL>,
        <http://lexvo.org/id/term/vie/th%E1%BA%A5t>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cat1>,
        <http://lexvo.org/id/term/yue/%E4%B8%83>,
        "七"^^xsd:string ;
    rdfs:comment "seven"@en .

<http://lexvo.org/id/char/4E04> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B8%84>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%A0ng%20sh%C7%8Eng>,
        <http://lexvo.org/id/term/kor/%E4%B8%84>,
        <http://lexvo.org/id/term/kor/SANG>,
        "丄"^^xsd:string ;
    rdfs:comment "above"@en .

<http://lexvo.org/id/char/4E05> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B8%85>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A0>,
        <http://lexvo.org/id/term/kor/%E4%B8%85>,
        <http://lexvo.org/id/term/kor/HA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ti1>,
        <http://lexvo.org/id/term/yue/%E4%B8%85>,
        "丅"^^xsd:string ;
    rdfs:comment "under, underneath, below; down; inferior; bring down; used to transliterate the Latin letter 'T'"@en .

<http://lexvo.org/id/char/4E06> a lvont:Character ;
    lvont:represents "丆"^^xsd:string ;
    rdfs:comment "kwukyel"@en .

<http://lexvo.org/id/char/4E07> a lvont:Character ;
    lvont:label "10000" ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B8%87>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%B2%201185.040%3Aw%C3%A0n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C3%A0n%20m%C3%B2>,
        <http://lexvo.org/id/term/kor/%E4%B8%87>,
        <http://lexvo.org/id/term/kor/MAN%20MWUK>,
        <http://lexvo.org/id/term/vie/v%E1%BA%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/maan6%20mak6>,
        <http://lexvo.org/id/term/yue/%E4%B8%87>,
        "万"^^xsd:string ;
    rdfs:comment "ten thousand; innumerable"@en .

<http://lexvo.org/id/char/4E08> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B8%88>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%A0ng>,
        <http://lexvo.org/id/term/kor/%E4%B8%88>,
        <http://lexvo.org/id/term/kor/CANG>,
        <http://lexvo.org/id/term/vie/tr%C6%B0%E1%BB%A3ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zoeng6>,
        <http://lexvo.org/id/term/yue/%E4%B8%88>,
        "丈"^^xsd:string ;
    rdfs:comment "unit of length equal 3.3 meters; gentleman, man, husband"@en .

<http://lexvo.org/id/char/4E09> a lvont:Character ;
    lvont:label "3" ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B8%89>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C4%81n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C4%81n%20s%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E4%B8%89>,
        <http://lexvo.org/id/term/kor/SAM>,
        <http://lexvo.org/id/term/vie/tam>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/saam1%20saam3>,
        <http://lexvo.org/id/term/yue/%E4%B8%89>,
        "三"^^xsd:string ;
    rdfs:comment "three"@en .

<http://lexvo.org/id/char/4E0A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B8%8A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%A0ng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C7%8Eng%201002.100%3Ash%C3%A0ng>,
        <http://lexvo.org/id/term/kor/%E4%B8%8A>,
        <http://lexvo.org/id/term/kor/SANG>,
        <http://lexvo.org/id/term/vie/th%C6%B0%E1%BB%A3ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/soeng5%20soeng6>,
        <http://lexvo.org/id/term/yue/%E4%B8%8A>,
        "上"^^xsd:string ;
    rdfs:comment "top; superior, highest; go up, send up"@en .

<http://lexvo.org/id/char/4E0B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B8%8B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A0>,
        <http://lexvo.org/id/term/kor/%E4%B8%8B>,
        <http://lexvo.org/id/term/kor/HA>,
        <http://lexvo.org/id/term/vie/h%E1%BA%A1>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/haa5%20haa6>,
        <http://lexvo.org/id/term/yue/%E4%B8%8B>,
        "下"^^xsd:string ;
    rdfs:comment "under, underneath, below; down; inferior; bring down"@en .

<http://lexvo.org/id/char/4E0C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B8%8C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C4%AB>,
        <http://lexvo.org/id/term/kor/%E4%B8%8C>,
        <http://lexvo.org/id/term/kor/KI>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gei1>,
        <http://lexvo.org/id/term/yue/%E4%B8%8C>,
        "丌"^^xsd:string ;
    rdfs:comment "table"@en .

<http://lexvo.org/id/char/4E0D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B8%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%B9%20f%C7%92u%20f%C5%8Du>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%BA%200087.100%3Ab%C3%B9>,
        <http://lexvo.org/id/term/kor/%E4%B8%8D>,
        <http://lexvo.org/id/term/kor/PWU%20PWUL>,
        <http://lexvo.org/id/term/vie/b%E1%BA%A5t>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bat1%20fau2>,
        <http://lexvo.org/id/term/yue/%E4%B8%8D>,
        "不"^^xsd:string ;
    rdfs:comment "no, not; un-; negative prefix"@en .

<http://lexvo.org/id/char/4E0E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B8%8E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%BA%201413.010%3Ay%C7%94%201415.110%3Ay%C3%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%94%20y%C3%B9%20y%C3%BA>,
        <http://lexvo.org/id/term/kor/%E4%B8%8E>,
        <http://lexvo.org/id/term/kor/YE>,
        <http://lexvo.org/id/term/vie/d%E1%BB%AF>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jyu4%20jyu5%20jyu6>,
        <http://lexvo.org/id/term/yue/%E4%B8%8E>,
        "与"^^xsd:string ;
    rdfs:comment "and; with; to; for; give, grant"@en .

<http://lexvo.org/id/char/4E0F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B8%8F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/mi%C7%8En>,
        <http://lexvo.org/id/term/kor/%E4%B8%8F>,
        <http://lexvo.org/id/term/kor/MYEN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/min5>,
        <http://lexvo.org/id/term/yue/%E4%B8%8F>,
        "丏"^^xsd:string ;
    rdfs:comment "parapet; invisible"@en .

<http://lexvo.org/id/char/4E10> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B8%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C3%A0i>,
        <http://lexvo.org/id/term/kor/%E4%B8%90>,
        <http://lexvo.org/id/term/kor/KAL%20KAY>,
        <http://lexvo.org/id/term/vie/c%C3%A1i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/koi3>,
        <http://lexvo.org/id/term/yue/%E4%B8%90>,
        "丐"^^xsd:string ;
    rdfs:comment "beggar; beg; give"@en .

<http://lexvo.org/id/char/4E11> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B8%91>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C7%92u>,
        <http://lexvo.org/id/term/kor/%E4%B8%91>,
        <http://lexvo.org/id/term/kor/CHWUK%20CHWU>,
        <http://lexvo.org/id/term/vie/s%E1%BB%ADu>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cau2>,
        <http://lexvo.org/id/term/yue/%E4%B8%91>,
        "丑"^^xsd:string ;
    rdfs:comment "clown, comedian; 2nd terrestrial branch"@en .

<http://lexvo.org/id/char/4E12> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B8%92>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C7%92u>,
        "丒"^^xsd:string ;
    rdfs:comment "the period from 1 to 3 a.m.; 2nd character of the 'branches'"@en .

<http://lexvo.org/id/char/4E13> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B8%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zhu%C4%81n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zyun1>,
        <http://lexvo.org/id/term/yue/%E4%B8%93>,
        "专"^^xsd:string ;
    rdfs:comment "monopolize, take sole possession"@en .

<http://lexvo.org/id/char/4E14> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B8%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C5%AB%200923.080%3Aqi%C4%9B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C4%9B%20j%C5%AB>,
        <http://lexvo.org/id/term/kor/%E4%B8%94>,
        <http://lexvo.org/id/term/kor/CHA%20CE>,
        <http://lexvo.org/id/term/vie/th%E1%BA%A3>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ce2%20zeoi1%20zoeng1>,
        <http://lexvo.org/id/term/yue/%E4%B8%94>,
        "且"^^xsd:string ;
    rdfs:comment "moreover, also (post-subject); about to, will soon (pre-verb)"@en .

<http://lexvo.org/id/char/4E15> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B8%95>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C4%AB>,
        <http://lexvo.org/id/term/kor/%E4%B8%95>,
        <http://lexvo.org/id/term/kor/PI>,
        <http://lexvo.org/id/term/vie/v%E1%BA%ADy>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/pei1>,
        <http://lexvo.org/id/term/yue/%E4%B8%95>,
        "丕"^^xsd:string ;
    rdfs:comment "great, grand, glorious, distinguished"@en .

<http://lexvo.org/id/char/4E16> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B8%96>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%AC>,
        <http://lexvo.org/id/term/kor/%E4%B8%96>,
        <http://lexvo.org/id/term/kor/SEY>,
        <http://lexvo.org/id/term/vie/th%E1%BA%BF>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sai3>,
        <http://lexvo.org/id/term/yue/%E4%B8%96>,
        "世"^^xsd:string ;
    rdfs:comment "generation; world; era"@en .

<http://lexvo.org/id/char/4E17> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B8%97>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%AC>,
        "丗"^^xsd:string ;
    rdfs:comment "thirty, thirtieth"@en .

<http://lexvo.org/id/char/4E18> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B8%98>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C5%AB>,
        <http://lexvo.org/id/term/kor/%E4%B8%98>,
        <http://lexvo.org/id/term/kor/KWU>,
        <http://lexvo.org/id/term/vie/kh%C3%A2u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jau1>,
        <http://lexvo.org/id/term/yue/%E4%B8%98>,
        "丘"^^xsd:string ;
    rdfs:comment "hill; elder; empty; a name"@en .

<http://lexvo.org/id/char/4E19> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B8%99>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C7%90ng>,
        <http://lexvo.org/id/term/kor/%E4%B8%99>,
        <http://lexvo.org/id/term/kor/PYENG>,
        <http://lexvo.org/id/term/vie/b%C3%ADnh>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bing2>,
        <http://lexvo.org/id/term/yue/%E4%B8%99>,
        "丙"^^xsd:string ;
    rdfs:comment "third; 3rd heavenly stem"@en .

<http://lexvo.org/id/char/4E1A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B8%9A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A8>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jip6>,
        <http://lexvo.org/id/term/yue/%E4%B8%9A>,
        "业"^^xsd:string ;
    rdfs:comment "profession, business; GB radical 111"@en .

<http://lexvo.org/id/char/4E1B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B8%9B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C3%B3ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cung4>,
        <http://lexvo.org/id/term/yue/%E4%B8%9B>,
        "丛"^^xsd:string ;
    rdfs:comment "bush, shrub; thicket; collection"@en .

<http://lexvo.org/id/char/4E1C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B8%9C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C5%8Dng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dung1>,
        <http://lexvo.org/id/term/yue/%E4%B8%9C>,
        "东"^^xsd:string ;
    rdfs:comment "east, eastern, eastward"@en .

<http://lexvo.org/id/char/4E1D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B8%9D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C4%AB>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/si1>,
        <http://lexvo.org/id/term/yue/%E4%B8%9D>,
        "丝"^^xsd:string ;
    rdfs:comment "silk; fine thread; wire; strings"@en .

<http://lexvo.org/id/char/4E1E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B8%9E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%A9ng>,
        <http://lexvo.org/id/term/kor/%E4%B8%9E>,
        <http://lexvo.org/id/term/kor/SUNG>,
        <http://lexvo.org/id/term/vie/th%E1%BB%ABa>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sing4>,
        <http://lexvo.org/id/term/yue/%E4%B8%9E>,
        "丞"^^xsd:string ;
    rdfs:comment "assist, aid, rescue"@en .

<http://lexvo.org/id/char/4E1F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B8%9F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/di%C5%AB>,
        <http://lexvo.org/id/term/kor/%E4%B8%9F>,
        <http://lexvo.org/id/term/kor/CWU>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/diu1%20diu6>,
        <http://lexvo.org/id/term/yue/%E4%B8%9F>,
        "丟"^^xsd:string ;
    rdfs:comment "discard, reject, lose"@en .

<http://lexvo.org/id/char/4E20> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B8%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C5%AB>,
        <http://lexvo.org/id/term/kor/%E4%B8%A0>,
        <http://lexvo.org/id/term/kor/KWU>,
        "丠"^^xsd:string ;
    rdfs:comment "hill; elder; empty; a name"@en .

<http://lexvo.org/id/char/4E21> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B8%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C7%8Eng%20li%C3%A0ng>,
        <http://lexvo.org/id/term/kor/%E4%B8%A1>,
        <http://lexvo.org/id/term/kor/LYANG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/loeng5>,
        <http://lexvo.org/id/term/yue/%E4%B8%A1>,
        "両"^^xsd:string ;
    rdfs:comment "two, both, pair, couple; a tael, ounce"@en .

<http://lexvo.org/id/char/4E22> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B8%A2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/di%C5%AB>,
        <http://lexvo.org/id/term/kor/%E4%B8%A2>,
        <http://lexvo.org/id/term/kor/CWU>,
        <http://lexvo.org/id/term/vie/%C4%91i%C3%AAu>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/diu1%20diu6>,
        <http://lexvo.org/id/term/yue/%E4%B8%A2>,
        "丢"^^xsd:string ;
    rdfs:comment "discard"@en .

<http://lexvo.org/id/char/4E23> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B8%A3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%92u>,
        <http://lexvo.org/id/term/kor/%E4%B8%A3>,
        <http://lexvo.org/id/term/kor/YU>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jau5>,
        <http://lexvo.org/id/term/yue/%E4%B8%A3>,
        "丣"^^xsd:string ;
    rdfs:comment "ancient form of the tenth of the twelve Terrestrial Branches, U+9149 酉"@en .

<http://lexvo.org/id/char/4E24> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B8%A4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C7%8Eng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C7%8Eng%20li%C3%A0ng>,
        <http://lexvo.org/id/term/kor/%E4%B8%A4>,
        <http://lexvo.org/id/term/kor/LYANG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/loeng5>,
        <http://lexvo.org/id/term/yue/%E4%B8%A4>,
        "两"^^xsd:string ;
    rdfs:comment "two, both, pair, couple; ounce"@en .

<http://lexvo.org/id/char/4E25> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B8%A5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jim4>,
        <http://lexvo.org/id/term/yue/%E4%B8%A5>,
        "严"^^xsd:string ;
    rdfs:comment "strict, rigorous, rigid; stern"@en .

<http://lexvo.org/id/char/4E26> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B8%A6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%ACng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%ACng%20b%C3%A0ng>,
        <http://lexvo.org/id/term/kor/%E4%B8%A6>,
        <http://lexvo.org/id/term/kor/PYENG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bing3%20bing6%20bong6>,
        <http://lexvo.org/id/term/yue/%E4%B8%A6>,
        "並"^^xsd:string ;
    rdfs:comment "equal to; side by side; also, what is more; both"@en .

<http://lexvo.org/id/char/4E27> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B8%A7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C4%81ng%200987.070%3As%C3%A0ng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C4%81ng%20s%C3%A0ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/song1%20song3>,
        <http://lexvo.org/id/term/yue/%E4%B8%A7>,
        "丧"^^xsd:string ;
    rdfs:comment "mourning; mourn; funeral"@en .

<http://lexvo.org/id/char/4E29> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B8%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C5%AB>,
        <http://lexvo.org/id/term/kor/%E4%B8%A9>,
        <http://lexvo.org/id/term/kor/KWU>,
        "丩"^^xsd:string ;
    rdfs:comment "to join or connect the vine"@en .

<http://lexvo.org/id/char/4E2A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B8%AA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C3%A8%200373.120%3Ag%C4%9B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C3%A8%20g%C4%9B>,
        <http://lexvo.org/id/term/kor/%E4%B8%AA>,
        <http://lexvo.org/id/term/kor/KAY%20KA>,
        <http://lexvo.org/id/term/vie/c%C3%A1>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/go3>,
        <http://lexvo.org/id/term/yue/%E4%B8%AA>,
        "个"^^xsd:string ;
    rdfs:comment "numerary adjunct, piece; single"@en .

<http://lexvo.org/id/char/4E2B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B8%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C4%81>,
        <http://lexvo.org/id/term/kor/%E4%B8%AB>,
        <http://lexvo.org/id/term/kor/A>,
        <http://lexvo.org/id/term/vie/a>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/aa1>,
        <http://lexvo.org/id/term/yue/%E4%B8%AB>,
        "丫"^^xsd:string ;
    rdfs:comment "forked; bifurcation"@en .

<http://lexvo.org/id/char/4E2D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B8%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C5%8Dng%201501.040%3Azh%C3%B2ng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C5%8Dng%20zh%C3%B2ng>,
        <http://lexvo.org/id/term/kor/%E4%B8%AD>,
        <http://lexvo.org/id/term/kor/CWUNG>,
        <http://lexvo.org/id/term/vie/trung>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zung1%20zung3>,
        <http://lexvo.org/id/term/yue/%E4%B8%AD>,
        "中"^^xsd:string ;
    rdfs:comment "central; center, middle; in the midst of; hit (target); attain"@en .

<http://lexvo.org/id/char/4E2E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B8%AE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C7%90>,
        <http://lexvo.org/id/term/kor/%E4%B8%AE>,
        <http://lexvo.org/id/term/kor/KUK>,
        "丮"^^xsd:string ;
    rdfs:comment "catch"@en .

<http://lexvo.org/id/char/4E2F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B8%AF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%A8>,
        "丯"^^xsd:string ;
    rdfs:comment "dense"@en .

<http://lexvo.org/id/char/4E30> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B8%B0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C4%93ng>,
        <http://lexvo.org/id/term/kor/%E4%B8%B0>,
        <http://lexvo.org/id/term/kor/PONG>,
        <http://lexvo.org/id/term/vie/phong>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fung1>,
        <http://lexvo.org/id/term/yue/%E4%B8%B0>,
        "丰"^^xsd:string ;
    rdfs:comment "abundant, lush, bountiful, plenty"@en .

<http://lexvo.org/id/char/4E31> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B8%B1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/gu%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E4%B8%B1>,
        <http://lexvo.org/id/term/kor/KWAN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gwaan3>,
        <http://lexvo.org/id/term/yue/%E4%B8%B1>,
        "丱"^^xsd:string ;
    rdfs:comment "child's hairstyle bound in two tufts; ore"@en .

<http://lexvo.org/id/char/4E32> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B8%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/chu%C3%A0n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/chu%C3%A0n%20gu%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E4%B8%B2>,
        <http://lexvo.org/id/term/kor/KOC%20KWAN%20CHEN>,
        <http://lexvo.org/id/term/vie/xuy%E1%BA%BFn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cyun3%20gwaan3>,
        <http://lexvo.org/id/term/yue/%E4%B8%B2>,
        "串"^^xsd:string ;
    rdfs:comment "string; relatives; conspire"@en .

<http://lexvo.org/id/char/4E33> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B8%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C7%8En>,
        <http://lexvo.org/id/term/kor/%E4%B8%B3>,
        <http://lexvo.org/id/term/kor/CHAN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/caan2>,
        <http://lexvo.org/id/term/yue/%E4%B8%B3>,
        "丳"^^xsd:string ;
    rdfs:comment "spit, grill; a skewer"@en .

<http://lexvo.org/id/char/4E34> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B8%B4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%ADn>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%ADn%20l%C3%ACn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lam4>,
        <http://lexvo.org/id/term/yue/%E4%B8%B4>,
        "临"^^xsd:string ;
    rdfs:comment "draw near, approach; descend"@en .

<http://lexvo.org/id/char/4E35> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B8%B5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zhu%C7%92>,
        <http://lexvo.org/id/term/kor/%E4%B8%B5>,
        <http://lexvo.org/id/term/kor/CHAK>,
        "丵"^^xsd:string ;
    rdfs:comment "thick (grass)"@en .

<http://lexvo.org/id/char/4E37> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/kor/%E4%B8%B7>,
        <http://lexvo.org/id/term/kor/HA>,
        "丷"^^xsd:string ;
    rdfs:comment "kwukyel"@en .

<http://lexvo.org/id/char/4E38> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B8%B8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C3%A1n>,
        <http://lexvo.org/id/term/kor/%E4%B8%B8>,
        <http://lexvo.org/id/term/kor/HWAN>,
        <http://lexvo.org/id/term/vie/ho%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jyun2%20jyun4>,
        <http://lexvo.org/id/term/yue/%E4%B8%B8>,
        "丸"^^xsd:string ;
    rdfs:comment "small round object; pellet, pill"@en .

<http://lexvo.org/id/char/4E39> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B8%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C4%81n>,
        <http://lexvo.org/id/term/kor/%E4%B8%B9>,
        <http://lexvo.org/id/term/kor/TAN>,
        <http://lexvo.org/id/term/vie/%C4%91am>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/daan1>,
        <http://lexvo.org/id/term/yue/%E4%B8%B9>,
        "丹"^^xsd:string ;
    rdfs:comment "cinnabar (native HgS); vermilion (artificial HgS used as pigment)"@en .

<http://lexvo.org/id/char/4E3A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B8%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C3%A8i%20w%C3%A9i>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C3%A9i%201199.040%3Aw%C3%A8i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wai4%20wai6>,
        <http://lexvo.org/id/term/yue/%E4%B8%BA>,
        "为"^^xsd:string ;
    rdfs:comment "do, handle, govern, act; be"@en .

<http://lexvo.org/id/char/4E3B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B8%BB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C7%94>,
        <http://lexvo.org/id/term/kor/%E4%B8%BB>,
        <http://lexvo.org/id/term/kor/CWU>,
        <http://lexvo.org/id/term/vie/ch%C3%BAa>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zyu2>,
        <http://lexvo.org/id/term/yue/%E4%B8%BB>,
        "主"^^xsd:string ;
    rdfs:comment "master, chief owner; host; lord"@en .

<http://lexvo.org/id/char/4E3C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B8%BC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C7%90ng>,
        <http://lexvo.org/id/term/kor/%E4%B8%BC>,
        <http://lexvo.org/id/term/kor/CENG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zeng2%20zing2>,
        <http://lexvo.org/id/term/yue/%E4%B8%BC>,
        "丼"^^xsd:string ;
    rdfs:comment "bowl of food; well"@en .

<http://lexvo.org/id/char/4E3D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B8%BD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%AC%20l%C3%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%AD%200697.030%3Al%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lai6>,
        <http://lexvo.org/id/term/yue/%E4%B8%BD>,
        "丽"^^xsd:string ;
    rdfs:comment "beautiful, magnificent, elegant"@en .

<http://lexvo.org/id/char/4E3E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B8%BE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C7%94>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/geoi2>,
        <http://lexvo.org/id/term/yue/%E4%B8%BE>,
        "举"^^xsd:string ;
    rdfs:comment "raise, lift up; recommend"@en .

<http://lexvo.org/id/char/4E42> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B9%82>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%AC>,
        <http://lexvo.org/id/term/kor/%E4%B9%82>,
        <http://lexvo.org/id/term/kor/YEY>,
        <http://lexvo.org/id/term/vie/ngh%E1%BB%87>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ngaai6>,
        <http://lexvo.org/id/term/yue/%E4%B9%82>,
        "乂"^^xsd:string ;
    rdfs:comment "govern, control, manage; nurture"@en .

<http://lexvo.org/id/char/4E43> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B9%83>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C7%8Ei>,
        <http://lexvo.org/id/term/kor/%E4%B9%83>,
        <http://lexvo.org/id/term/kor/NAY>,
        <http://lexvo.org/id/term/vie/n%E1%BA%A3i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/naai5%20oi2>,
        <http://lexvo.org/id/term/yue/%E4%B9%83>,
        "乃"^^xsd:string ;
    rdfs:comment "then; really, indeed; as it turned out, after all; namely"@en .

<http://lexvo.org/id/char/4E44> a lvont:Character ;
    lvont:represents "乄"^^xsd:string ;
    rdfs:comment "SHIME: to find a place to dwell; sum; a measurement of paper; SHITE to do; (not to be confused with U3024 HANGZHOU NUMERAL FIVE)"@en .

<http://lexvo.org/id/char/4E45> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B9%85>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C7%94>,
        <http://lexvo.org/id/term/kor/%E4%B9%85>,
        <http://lexvo.org/id/term/kor/KWU>,
        <http://lexvo.org/id/term/vie/c%E1%BB%ADu>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gau2>,
        <http://lexvo.org/id/term/yue/%E4%B9%85>,
        "久"^^xsd:string ;
    rdfs:comment "long time (ago); time passage, grow late"@en .

<http://lexvo.org/id/char/4E46> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B9%86>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C7%94>,
        <http://lexvo.org/id/term/kor/%E4%B9%86>,
        <http://lexvo.org/id/term/kor/KWU>,
        "乆"^^xsd:string ;
    rdfs:comment "long time (ago); time passage, grow late"@en .

<http://lexvo.org/id/char/4E47> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B9%87>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/tu%C5%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%A9%20n%C3%BC%C3%A8%20zh%C3%A8%20tu%C5%8D>,
        <http://lexvo.org/id/term/kor/%E4%B9%87>,
        <http://lexvo.org/id/term/kor/CEK>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tok3%20zaak6>,
        <http://lexvo.org/id/term/yue/%E4%B9%87>,
        "乇"^^xsd:string ;
    rdfs:comment "to depend on, to entrust with"@en .

<http://lexvo.org/id/char/4E48> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B9%88>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ma%200770.150%3Ame%201340.041%3Ay%C4%81o>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C4%81o%20mo%20me%20ma%20m%C7%92>,
        <http://lexvo.org/id/term/kor/%E4%B9%88>,
        <http://lexvo.org/id/term/kor/YO>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jiu1%20mo1>,
        <http://lexvo.org/id/term/yue/%E4%B9%88>,
        "么"^^xsd:string ;
    rdfs:comment "interrogative particle; repetition of a tune small; tender"@en .

<http://lexvo.org/id/char/4E49> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B9%89>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ji6>,
        <http://lexvo.org/id/term/yue/%E4%B9%89>,
        "义"^^xsd:string ;
    rdfs:comment "right conduct, righteousness"@en .

<http://lexvo.org/id/char/4E4A> a lvont:Character ;
    lvont:represents "乊"^^xsd:string ;
    rdfs:comment "kwukyel"@en .

<http://lexvo.org/id/char/4E4B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B9%8B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C4%AB>,
        <http://lexvo.org/id/term/kor/%E4%B9%8B>,
        <http://lexvo.org/id/term/kor/CI>,
        <http://lexvo.org/id/term/vie/chi>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zi1>,
        <http://lexvo.org/id/term/yue/%E4%B9%8B>,
        "之"^^xsd:string ;
    rdfs:comment "marks preceding phrase as modifier of following phrase; it, him her, them; go to"@en .

<http://lexvo.org/id/char/4E4C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B9%8C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C5%AB%201225.010%3Aw%C3%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C5%AB%20w%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wu1>,
        <http://lexvo.org/id/term/yue/%E4%B9%8C>,
        "乌"^^xsd:string ;
    rdfs:comment "crow, rook, raven; black, dark"@en .

<http://lexvo.org/id/char/4E4D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B9%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%A0%20zu%C3%B2>,
        <http://lexvo.org/id/term/kor/%E4%B9%8D>,
        <http://lexvo.org/id/term/kor/SA>,
        <http://lexvo.org/id/term/vie/ch%E1%BA%A1>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zaa3%20zaa6%20zok3>,
        <http://lexvo.org/id/term/yue/%E4%B9%8D>,
        "乍"^^xsd:string ;
    rdfs:comment "first time, for the first time"@en .

<http://lexvo.org/id/char/4E4E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B9%8E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C5%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C5%AB%20h%C3%BA>,
        <http://lexvo.org/id/term/kor/%E4%B9%8E>,
        <http://lexvo.org/id/term/kor/HO>,
        <http://lexvo.org/id/term/vie/h%E1%BB%93>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fu1%20fu4%20wu4>,
        <http://lexvo.org/id/term/yue/%E4%B9%8E>,
        "乎"^^xsd:string ;
    rdfs:comment "interrogative or exclamatory final particle"@en .

<http://lexvo.org/id/char/4E4F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B9%8F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%A1>,
        <http://lexvo.org/id/term/kor/%E4%B9%8F>,
        <http://lexvo.org/id/term/kor/PHIP>,
        <http://lexvo.org/id/term/vie/ph%E1%BA%A1p>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fat6>,
        <http://lexvo.org/id/term/yue/%E4%B9%8F>,
        "乏"^^xsd:string ;
    rdfs:comment "lack; poor"@en .

<http://lexvo.org/id/char/4E50> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B9%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%A8%201430.060%3Ayu%C3%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%A8%20yu%C3%A8%20y%C3%A0o%20lu%C3%B2%20li%C3%A1o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lok6%20ngok6>,
        <http://lexvo.org/id/term/yue/%E4%B9%90>,
        "乐"^^xsd:string ;
    rdfs:comment "happy, glad; enjoyable; music"@en .

<http://lexvo.org/id/char/4E51> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B9%91>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%B2ng>,
        <http://lexvo.org/id/term/kor/%E4%B9%91>,
        <http://lexvo.org/id/term/kor/IM>,
        "乑"^^xsd:string ;
    rdfs:comment "stand side by side"@en .

<http://lexvo.org/id/char/4E52> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B9%92>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C4%ABng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bing1%20ping1>,
        <http://lexvo.org/id/term/yue/%E4%B9%92>,
        "乒"^^xsd:string ;
    rdfs:comment "used with pong for ping pong"@en .

<http://lexvo.org/id/char/4E53> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B9%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C4%81ng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C4%81ng%20pang>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bam1%20pong1>,
        <http://lexvo.org/id/term/yue/%E4%B9%93>,
        "乓"^^xsd:string ;
    rdfs:comment "used with ping for ping pong"@en .

<http://lexvo.org/id/char/4E54> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B9%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C3%A1o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kiu4>,
        <http://lexvo.org/id/term/yue/%E4%B9%94>,
        "乔"^^xsd:string ;
    rdfs:comment "tall, lofty; proud, stately"@en .

<http://lexvo.org/id/char/4E55> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B9%95>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C7%94>,
        "乕"^^xsd:string ;
    rdfs:comment "tiger; brave, fierce; surname"@en .

<http://lexvo.org/id/char/4E56> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B9%96>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/gu%C4%81i>,
        <http://lexvo.org/id/term/kor/%E4%B9%96>,
        <http://lexvo.org/id/term/kor/KOY>,
        <http://lexvo.org/id/term/vie/quai>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gwaai1>,
        <http://lexvo.org/id/term/yue/%E4%B9%96>,
        "乖"^^xsd:string ;
    rdfs:comment "rebel; crafty, shrewd"@en .

<http://lexvo.org/id/char/4E57> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B9%97>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%A9ng%20sh%C3%A8ng>,
        <http://lexvo.org/id/term/kor/%E4%B9%97>,
        <http://lexvo.org/id/term/kor/SUNG>,
        "乗"^^xsd:string ;
    rdfs:comment "ride, ascend; avail oneself of; numerary adjunct for vehicles"@en .

<http://lexvo.org/id/char/4E58> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B9%98>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%A9ng%201030.020%3Ash%C3%A8ng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%A9ng%20sh%C3%A8ng>,
        <http://lexvo.org/id/term/kor/%E4%B9%98>,
        <http://lexvo.org/id/term/kor/SUNG>,
        <http://lexvo.org/id/term/vie/th%E1%BA%B7ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sing4%20sing6>,
        <http://lexvo.org/id/term/yue/%E4%B9%98>,
        "乘"^^xsd:string ;
    rdfs:comment "ride, ascend; avail oneself of; numerary adjunct for vehicles"@en .

<http://lexvo.org/id/char/4E5C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B9%9C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/mi%C4%93%200835.080%3Ani%C3%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/mi%C4%93%20ni%C3%A8>,
        <http://lexvo.org/id/term/kor/%E4%B9%9C>,
        <http://lexvo.org/id/term/kor/MYA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mat1%20me1%20me2%20me5%20mi1%20ne6>,
        <http://lexvo.org/id/term/yue/%E4%B9%9C>,
        "乜"^^xsd:string ;
    rdfs:comment "to squint; (Cant.) what? huh?"@en .

<http://lexvo.org/id/char/4E5D> a lvont:Character ;
    lvont:label "9" ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B9%9D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C7%94>,
        <http://lexvo.org/id/term/kor/%E4%B9%9D>,
        <http://lexvo.org/id/term/kor/KWU%20KYU>,
        <http://lexvo.org/id/term/vie/c%E1%BB%ADu>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gau2>,
        <http://lexvo.org/id/term/yue/%E4%B9%9D>,
        "九"^^xsd:string ;
    rdfs:comment "nine"@en .

<http://lexvo.org/id/char/4E5E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B9%9E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C7%90>,
        <http://lexvo.org/id/term/kor/%E4%B9%9E>,
        <http://lexvo.org/id/term/kor/KEL%20KI>,
        <http://lexvo.org/id/term/vie/kh%E1%BA%A5t>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hat1>,
        <http://lexvo.org/id/term/yue/%E4%B9%9E>,
        "乞"^^xsd:string ;
    rdfs:comment "beg; request"@en .

<http://lexvo.org/id/char/4E5F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B9%9F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C4%9B>,
        <http://lexvo.org/id/term/kor/%E4%B9%9F>,
        <http://lexvo.org/id/term/kor/YA>,
        <http://lexvo.org/id/term/vie/d%C3%A3>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jaa5>,
        <http://lexvo.org/id/term/yue/%E4%B9%9F>,
        "也"^^xsd:string ;
    rdfs:comment "also; classical final particle of strong affirmation or identity"@en .

<http://lexvo.org/id/char/4E60> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B9%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C3%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zaap6>,
        <http://lexvo.org/id/term/yue/%E4%B9%A0>,
        "习"^^xsd:string ;
    rdfs:comment "practice; flapping wings"@en .

<http://lexvo.org/id/char/4E62> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B9%A2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C3%A0i>,
        "乢"^^xsd:string ;
    rdfs:comment "lid, to cover; to hide; a cover; an umbrella"@en .

<http://lexvo.org/id/char/4E63> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B9%A3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C7%94>,
        <http://lexvo.org/id/term/kor/%E4%B9%A3>,
        <http://lexvo.org/id/term/kor/KYU>,
        "乣"^^xsd:string .

<http://lexvo.org/id/char/4E64> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/kor/%E4%B9%A4>,
        <http://lexvo.org/id/term/kor/HAL>,
        "乤"^^xsd:string ;
    rdfs:comment "first character of Korean place name 'Halpho'"@en .

<http://lexvo.org/id/char/4E65> a lvont:Character ;
    lvont:represents "乥"^^xsd:string ;
    rdfs:comment "kwukyel"@en .

<http://lexvo.org/id/char/4E66> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B9%A6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C5%AB>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/syu1>,
        <http://lexvo.org/id/term/yue/%E4%B9%A6>,
        "书"^^xsd:string ;
    rdfs:comment "book, letter, document; writings"@en .

<http://lexvo.org/id/char/4E67> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/kor/%E4%B9%A7>,
        <http://lexvo.org/id/term/kor/TWUL>,
        "乧"^^xsd:string .

<http://lexvo.org/id/char/4E68> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B9%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C7%90>,
        <http://lexvo.org/id/term/kor/%E4%B9%A8>,
        <http://lexvo.org/id/term/kor/SI>,
        "乨"^^xsd:string ;
    rdfs:comment "the beginning; to start, to begin, to be the first"@en .

<http://lexvo.org/id/char/4E69> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B9%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C4%AB>,
        <http://lexvo.org/id/term/kor/%E4%B9%A9>,
        <http://lexvo.org/id/term/kor/KYEY>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gei1>,
        <http://lexvo.org/id/term/yue/%E4%B9%A9>,
        "乩"^^xsd:string ;
    rdfs:comment "to divine"@en .

<http://lexvo.org/id/char/4E6A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B9%AA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C3%A1ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kek6>,
        <http://lexvo.org/id/term/yue/%E4%B9%AA>,
        "乪"^^xsd:string ;
    rdfs:comment "(Cant.) a bend in a river"@en .

<http://lexvo.org/id/char/4E6B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B9%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C4%81>,
        <http://lexvo.org/id/term/kor/%E4%B9%AB>,
        <http://lexvo.org/id/term/kor/KAL>,
        "乫"^^xsd:string ;
    rdfs:comment "used in Korean place names"@en .

<http://lexvo.org/id/char/4E6C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/kor/%E4%B9%AC>,
        <http://lexvo.org/id/term/kor/KEL>,
        "乬"^^xsd:string ;
    rdfs:comment "to hang"@en .

<http://lexvo.org/id/char/4E6D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B9%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%AD>,
        <http://lexvo.org/id/term/kor/%E4%B9%AD>,
        <http://lexvo.org/id/term/kor/TOL>,
        "乭"^^xsd:string ;
    rdfs:comment "rock; used in Korean names"@en .

<http://lexvo.org/id/char/4E6E> a lvont:Character ;
    lvont:represents "乮"^^xsd:string .

<http://lexvo.org/id/char/4E6F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/kor/%E4%B9%AF>,
        <http://lexvo.org/id/term/kor/OL>,
        "乯"^^xsd:string .

<http://lexvo.org/id/char/4E70> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B9%B0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C7%8Ei>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/maai5>,
        <http://lexvo.org/id/term/yue/%E4%B9%B0>,
        "买"^^xsd:string ;
    rdfs:comment "buy, purchase; bribe, persuade"@en .

<http://lexvo.org/id/char/4E71> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B9%B1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/lu%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E4%B9%B1>,
        <http://lexvo.org/id/term/kor/LAN>,
        <http://lexvo.org/id/term/vie/lo%E1%BA%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lyun6>,
        <http://lexvo.org/id/term/yue/%E4%B9%B1>,
        "乱"^^xsd:string ;
    rdfs:comment "confusion, state of chaos, revolt"@en .

<http://lexvo.org/id/char/4E72> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/kor/%E4%B9%B2>,
        <http://lexvo.org/id/term/kor/CAL>,
        "乲"^^xsd:string .

<http://lexvo.org/id/char/4E73> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B9%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/r%C7%94>,
        <http://lexvo.org/id/term/kor/%E4%B9%B3>,
        <http://lexvo.org/id/term/kor/YU>,
        <http://lexvo.org/id/term/vie/v%C3%BA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jyu5>,
        <http://lexvo.org/id/term/yue/%E4%B9%B3>,
        "乳"^^xsd:string ;
    rdfs:comment "breast, nipples; milk, suckle"@en .

<http://lexvo.org/id/char/4E74> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B9%B4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xu%C3%A9>,
        "乴"^^xsd:string .

<http://lexvo.org/id/char/4E75> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B9%B5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%8En>,
        "乵"^^xsd:string ;
    rdfs:comment "to enter; to make progress to advance; to urge forward"@en .

<http://lexvo.org/id/char/4E76> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B9%B6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C7%94>,
        <http://lexvo.org/id/term/kor/%E4%B9%B6>,
        <http://lexvo.org/id/term/kor/PHOL>,
        "乶"^^xsd:string ;
    rdfs:comment "Korean place name Pholha"@en .

<http://lexvo.org/id/char/4E77> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B9%B7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C4%81>,
        <http://lexvo.org/id/term/kor/%E4%B9%B7>,
        <http://lexvo.org/id/term/kor/SAL>,
        "乷"^^xsd:string .

<http://lexvo.org/id/char/4E78> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B9%B8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C7%8E>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/naa2>,
        <http://lexvo.org/id/term/yue/%E4%B9%B8>,
        "乸"^^xsd:string ;
    rdfs:comment "(Cant.) feminine suffix"@en .

<http://lexvo.org/id/char/4E79> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B9%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C4%81n%20qi%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gon1>,
        <http://lexvo.org/id/term/yue/%E4%B9%B9>,
        "乹"^^xsd:string ;
    rdfs:comment "(Cant.) to clean; dried up"@en .

<http://lexvo.org/id/char/4E7A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/kor/%E4%B9%BA>,
        <http://lexvo.org/id/term/kor/SOL>,
        "乺"^^xsd:string ;
    rdfs:comment "painting tool place name"@en .

<http://lexvo.org/id/char/4E7B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/kor/%E4%B9%BB>,
        <http://lexvo.org/id/term/kor/EL>,
        "乻"^^xsd:string .

<http://lexvo.org/id/char/4E7C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/kor/%E4%B9%BC>,
        <http://lexvo.org/id/term/kor/CWUL>,
        "乼"^^xsd:string ;
    rdfs:comment "rope"@en .

<http://lexvo.org/id/char/4E7D> a lvont:Character ;
    lvont:represents "乽"^^xsd:string .

<http://lexvo.org/id/char/4E7E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B9%BE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C4%81n%200913.050%3Aqi%C3%A1n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C4%81n%20qi%C3%A1n>,
        <http://lexvo.org/id/term/kor/%E4%B9%BE>,
        <http://lexvo.org/id/term/kor/KAN%20KEN>,
        <http://lexvo.org/id/term/vie/ki%E1%BB%81n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gon1%20kin4>,
        <http://lexvo.org/id/term/yue/%E4%B9%BE>,
        "乾"^^xsd:string ;
    rdfs:comment "dry; first hexagram; warming principle of the sun, penetrating and fertilizing, heavenly generative principle (male)"@en .

<http://lexvo.org/id/char/4E7F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B9%BF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%AC>,
        "乿"^^xsd:string ;
    rdfs:comment "to cure, to heal"@en .

<http://lexvo.org/id/char/4E81> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%BA%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C4%81n>,
        <http://lexvo.org/id/term/kor/%E4%BA%81>,
        <http://lexvo.org/id/term/kor/KEN%20KAN>,
        "亁"^^xsd:string ;
    rdfs:comment "dry; dried, as opposed to fresh"@en .

<http://lexvo.org/id/char/4E82> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%BA%82>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/lu%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E4%BA%82>,
        <http://lexvo.org/id/term/kor/LAN>,
        <http://lexvo.org/id/term/vie/lo%E1%BA%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lyun6>,
        <http://lexvo.org/id/term/yue/%E4%BA%82>,
        "亂"^^xsd:string ;
    rdfs:comment "confusion, state of chaos; create chaos, revolt"@en .

<http://lexvo.org/id/char/4E83> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%BA%83>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%ADn>,
        "亃"^^xsd:string ;
    rdfs:comment "name of a kind of animal"@en .

<http://lexvo.org/id/char/4E84> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%BA%84>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%AC>,
        <http://lexvo.org/id/term/kor/%E4%BA%84>,
        <http://lexvo.org/id/term/kor/UY>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ji4>,
        <http://lexvo.org/id/term/yue/%E4%BA%84>,
        "亄"^^xsd:string ;
    rdfs:comment "greedy, stingy"@en .

<http://lexvo.org/id/char/4E86> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%BA%86>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/le%200711.150%3Ali%C7%8Eo%200712.070%3Ali%C3%A0o>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/le%20li%C7%8Eo>,
        <http://lexvo.org/id/term/kor/%E4%BA%86>,
        <http://lexvo.org/id/term/kor/LYO>,
        <http://lexvo.org/id/term/vie/li%E1%BB%85u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/liu5>,
        <http://lexvo.org/id/term/yue/%E4%BA%86>,
        "了"^^xsd:string ;
    rdfs:comment "to finish; particle of completed action"@en .

<http://lexvo.org/id/char/4E87> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/kor/%E4%BA%87>,
        <http://lexvo.org/id/term/kor/MA>,
        "亇"^^xsd:string ;
    rdfs:comment "kwukyel hammer"@en .

<http://lexvo.org/id/char/4E88> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%BA%88>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%BA%201413.140%3Ay%C7%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%BA%20y%C7%94>,
        <http://lexvo.org/id/term/kor/%E4%BA%88>,
        <http://lexvo.org/id/term/kor/YE>,
        <http://lexvo.org/id/term/vie/nh%E1%BB%AB>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jyu4%20jyu5>,
        <http://lexvo.org/id/term/yue/%E4%BA%88>,
        "予"^^xsd:string ;
    rdfs:comment "I, me; to give"@en .

<http://lexvo.org/id/char/4E89> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%BA%89>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C4%93ng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C4%93ng%20zh%C3%A8ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zaang1%20zang1>,
        <http://lexvo.org/id/term/yue/%E4%BA%89>,
        "争"^^xsd:string ;
    rdfs:comment "dispute, fight, contend, strive"@en .

<http://lexvo.org/id/char/4E8A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%BA%8A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%AC>,
        <http://lexvo.org/id/term/kor/%E4%BA%8A>,
        <http://lexvo.org/id/term/kor/SA>,
        "亊"^^xsd:string ;
    rdfs:comment "affair, matter, business; to serve; accident, incident"@en .

<http://lexvo.org/id/char/4E8B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%BA%8B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%AC>,
        <http://lexvo.org/id/term/kor/%E4%BA%8B>,
        <http://lexvo.org/id/term/kor/SA>,
        <http://lexvo.org/id/term/vie/s%E1%BB%B1>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/si6>,
        <http://lexvo.org/id/term/yue/%E4%BA%8B>,
        "事"^^xsd:string ;
    rdfs:comment "affair, matter, business; to serve; accident, incident"@en .

<http://lexvo.org/id/char/4E8D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%BA%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%B9>,
        <http://lexvo.org/id/term/kor/%E4%BA%8D>,
        <http://lexvo.org/id/term/kor/CHOK%20MA>,
        <http://lexvo.org/id/term/vie/s%E1%BB%A5c>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cuk1>,
        <http://lexvo.org/id/term/yue/%E4%BA%8D>,
        "亍"^^xsd:string ;
    rdfs:comment "to take small steps; Korean place name"@en .

<http://lexvo.org/id/char/4E8E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%BA%8E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%BA%20x%C5%AB>,
        <http://lexvo.org/id/term/kor/%E4%BA%8E>,
        <http://lexvo.org/id/term/kor/WU>,
        <http://lexvo.org/id/term/vie/vu>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jyu1%20jyu4>,
        <http://lexvo.org/id/term/yue/%E4%BA%8E>,
        "于"^^xsd:string ;
    rdfs:comment "in, on, at; go to; surname"@en .

<http://lexvo.org/id/char/4E8F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%BA%8F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ku%C4%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%BA%20ku%C4%AB>,
        <http://lexvo.org/id/term/kor/%E4%BA%8F>,
        <http://lexvo.org/id/term/kor/YU%20WU>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kwai1>,
        <http://lexvo.org/id/term/yue/%E4%BA%8F>,
        "亏"^^xsd:string ;
    rdfs:comment "lose, fail; damage; deficient"@en .

<http://lexvo.org/id/char/4E90> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%BA%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%BA>,
        <http://lexvo.org/id/term/kor/%E4%BA%90>,
        <http://lexvo.org/id/term/kor/WUL>,
        "亐"^^xsd:string .

<http://lexvo.org/id/char/4E91> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%BA%91>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%BAn>,
        <http://lexvo.org/id/term/kor/%E4%BA%91>,
        <http://lexvo.org/id/term/kor/WUN>,
        <http://lexvo.org/id/term/vie/v%C3%A2n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wan4>,
        <http://lexvo.org/id/term/yue/%E4%BA%91>,
        "云"^^xsd:string ;
    rdfs:comment "say, speak; clouds"@en .

<http://lexvo.org/id/char/4E92> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%BA%92>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%B9>,
        <http://lexvo.org/id/term/kor/%E4%BA%92>,
        <http://lexvo.org/id/term/kor/HO>,
        <http://lexvo.org/id/term/vie/h%E1%BB%97>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wu6>,
        <http://lexvo.org/id/term/yue/%E4%BA%92>,
        "互"^^xsd:string ;
    rdfs:comment "mutually, reciprocally"@en .

<http://lexvo.org/id/char/4E93> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%BA%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C3%AD>,
        <http://lexvo.org/id/term/kor/%E4%BA%93>,
        <http://lexvo.org/id/term/kor/KI>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kei4>,
        <http://lexvo.org/id/term/yue/%E4%BA%93>,
        "亓"^^xsd:string ;
    rdfs:comment "(archaic form) his, her, its, their; that"@en .

<http://lexvo.org/id/char/4E94> a lvont:Character ;
    lvont:label "5" ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%BA%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C7%94>,
        <http://lexvo.org/id/term/kor/%E4%BA%94>,
        <http://lexvo.org/id/term/kor/O>,
        <http://lexvo.org/id/term/vie/ng%C5%A9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ng5>,
        <http://lexvo.org/id/term/yue/%E4%BA%94>,
        "五"^^xsd:string ;
    rdfs:comment "five; surname"@en .

<http://lexvo.org/id/char/4E95> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%BA%95>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C7%90ng>,
        <http://lexvo.org/id/term/kor/%E4%BA%95>,
        <http://lexvo.org/id/term/kor/CENG>,
        <http://lexvo.org/id/term/vie/t%E1%BB%89nh>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zeng2%20zing2>,
        <http://lexvo.org/id/term/yue/%E4%BA%95>,
        "井"^^xsd:string ;
    rdfs:comment "well, mine shaft, pit"@en .

<http://lexvo.org/id/char/4E96> a lvont:Character ;
    lvont:label "4" ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%BA%96>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C3%AC>,
        "亖"^^xsd:string ;
    rdfs:comment "four"@en .

<http://lexvo.org/id/char/4E97> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%BA%97>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/su%C3%AC>,
        "亗"^^xsd:string ;
    rdfs:comment "harvest; year; age"@en .

<http://lexvo.org/id/char/4E98> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%BA%98>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C3%A8n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C3%A8n%20g%C3%A8ng>,
        <http://lexvo.org/id/term/kor/%E4%BA%98>,
        <http://lexvo.org/id/term/kor/SEN%20HWAN>,
        "亘"^^xsd:string ;
    rdfs:comment "extend across, through; from"@en .

<http://lexvo.org/id/char/4E99> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%BA%99>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C3%A8n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C3%A8n%20g%C3%A8ng>,
        <http://lexvo.org/id/term/kor/%E4%BA%99>,
        <http://lexvo.org/id/term/kor/KUNG>,
        <http://lexvo.org/id/term/vie/c%E1%BA%B3ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gang2>,
        <http://lexvo.org/id/term/yue/%E4%BA%99>,
        "亙"^^xsd:string ;
    rdfs:comment "extend across, through; from"@en .

<http://lexvo.org/id/char/4E9A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%BA%9A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A0%20y%C4%81>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/aa3%20ngaa3>,
        <http://lexvo.org/id/term/yue/%E4%BA%9A>,
        "亚"^^xsd:string ;
    rdfs:comment "Asia; second"@en .

<http://lexvo.org/id/char/4E9B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%BA%9B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C4%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C4%93%20su%C3%B2%20s%C4%81>,
        <http://lexvo.org/id/term/kor/%E4%BA%9B>,
        <http://lexvo.org/id/term/kor/SA>,
        <http://lexvo.org/id/term/vie/ta>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/se1>,
        <http://lexvo.org/id/term/yue/%E4%BA%9B>,
        "些"^^xsd:string ;
    rdfs:comment "little, few; rather, somewhat"@en .

<http://lexvo.org/id/char/4E9C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%BA%9C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A0>,
        <http://lexvo.org/id/term/kor/%E4%BA%9C>,
        <http://lexvo.org/id/term/kor/A>,
        "亜"^^xsd:string ;
    rdfs:comment "Asia; second"@en .

<http://lexvo.org/id/char/4E9D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%BA%9D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C3%AD%20zh%C4%81i%20z%C4%AB>,
        <http://lexvo.org/id/term/kor/%E4%BA%9D>,
        <http://lexvo.org/id/term/kor/CEY>,
        "亝"^^xsd:string ;
    rdfs:comment "even, regular, uniform all alike; to arrange"@en .

<http://lexvo.org/id/char/4E9E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%BA%9E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A0%20y%C4%81>,
        <http://lexvo.org/id/term/kor/%E4%BA%9E>,
        <http://lexvo.org/id/term/kor/A>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/aa3%20ngaa3>,
        <http://lexvo.org/id/term/yue/%E4%BA%9E>,
        "亞"^^xsd:string ;
    rdfs:comment "Asia; second; used as a prefix to names"@en .

<http://lexvo.org/id/char/4E9F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%BA%9F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%AD%200906.060%3Aq%C3%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%AD%20q%C3%AC>,
        <http://lexvo.org/id/term/kor/%E4%BA%9F>,
        <http://lexvo.org/id/term/kor/KUK%20KI>,
        <http://lexvo.org/id/term/vie/c%E1%BA%A5c>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gik1%20kei3>,
        <http://lexvo.org/id/term/yue/%E4%BA%9F>,
        "亟"^^xsd:string ;
    rdfs:comment "urgently, immediately, extremely"@en .

<http://lexvo.org/id/char/4EA1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%BA%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C3%A1ng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C3%A1ng%20w%C3%BA>,
        <http://lexvo.org/id/term/kor/%E4%BA%A1>,
        <http://lexvo.org/id/term/kor/MANG%20MWU>,
        <http://lexvo.org/id/term/vie/vong>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mong4%20mou4>,
        <http://lexvo.org/id/term/yue/%E4%BA%A1>,
        "亡"^^xsd:string ;
    rdfs:comment "death, destroyed; lose, perish"@en .

<http://lexvo.org/id/char/4EA2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%BA%A2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C3%A0ng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C3%A0ng%20g%C4%81ng>,
        <http://lexvo.org/id/term/kor/%E4%BA%A2>,
        <http://lexvo.org/id/term/kor/HANG>,
        <http://lexvo.org/id/term/vie/cang>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gong1%20kong3>,
        <http://lexvo.org/id/term/yue/%E4%BA%A2>,
        "亢"^^xsd:string ;
    rdfs:comment "high, proud; violent, excessive; skilled; name"@en .

<http://lexvo.org/id/char/4EA3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%BA%A3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%A0>,
        "亣"^^xsd:string .

<http://lexvo.org/id/char/4EA4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%BA%A4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C4%81o>,
        <http://lexvo.org/id/term/kor/%E4%BA%A4>,
        <http://lexvo.org/id/term/kor/KYO>,
        <http://lexvo.org/id/term/vie/giao>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gaau1>,
        <http://lexvo.org/id/term/yue/%E4%BA%A4>,
        "交"^^xsd:string ;
    rdfs:comment "mix; intersect; exchange, communicate; deliver"@en .

<http://lexvo.org/id/char/4EA5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%BA%A5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A0i>,
        <http://lexvo.org/id/term/kor/%E4%BA%A5>,
        <http://lexvo.org/id/term/kor/HAY>,
        <http://lexvo.org/id/term/vie/h%E1%BB%A3i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hoi6>,
        <http://lexvo.org/id/term/yue/%E4%BA%A5>,
        "亥"^^xsd:string ;
    rdfs:comment "12th terrestrial branch"@en .

<http://lexvo.org/id/char/4EA6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%BA%A6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%AC>,
        <http://lexvo.org/id/term/kor/%E4%BA%A6>,
        <http://lexvo.org/id/term/kor/YEK>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jik6>,
        <http://lexvo.org/id/term/yue/%E4%BA%A6>,
        "亦"^^xsd:string ;
    rdfs:comment "also, too; likewise"@en .

<http://lexvo.org/id/char/4EA7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%BA%A7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C7%8En>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/caan2>,
        <http://lexvo.org/id/term/yue/%E4%BA%A7>,
        "产"^^xsd:string ;
    rdfs:comment "give birth, bring forth, produce"@en .

<http://lexvo.org/id/char/4EA8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%BA%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C4%93ng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C4%93ng%20xi%C7%8Eng%20p%C4%93ng>,
        <http://lexvo.org/id/term/kor/%E4%BA%A8>,
        <http://lexvo.org/id/term/kor/HYENG%20PHAYNG>,
        <http://lexvo.org/id/term/vie/hanh>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hang1%20paang1>,
        <http://lexvo.org/id/term/yue/%E4%BA%A8>,
        "亨"^^xsd:string ;
    rdfs:comment "smoothly, progressing, no trouble"@en .

<http://lexvo.org/id/char/4EA9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%BA%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C7%94>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mau5>,
        <http://lexvo.org/id/term/yue/%E4%BA%A9>,
        "亩"^^xsd:string ;
    rdfs:comment "Chinese land measure; fields"@en .

<http://lexvo.org/id/char/4EAA> a lvont:Character ;
    lvont:represents "亪"^^xsd:string ;
    rdfs:comment "kwukyel"@en .

<http://lexvo.org/id/char/4EAB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%BA%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C7%8Eng>,
        <http://lexvo.org/id/term/kor/%E4%BA%AB>,
        <http://lexvo.org/id/term/kor/HYANG>,
        <http://lexvo.org/id/term/vie/h%C6%B0%E1%BB%9Fng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hoeng2>,
        <http://lexvo.org/id/term/yue/%E4%BA%AB>,
        "享"^^xsd:string ;
    rdfs:comment "enjoy"@en .

<http://lexvo.org/id/char/4EAC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%BA%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C4%ABng>,
        <http://lexvo.org/id/term/kor/%E4%BA%AC>,
        <http://lexvo.org/id/term/kor/KYENG>,
        <http://lexvo.org/id/term/vie/kinh>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ging1>,
        <http://lexvo.org/id/term/yue/%E4%BA%AC>,
        "京"^^xsd:string ;
    rdfs:comment "capital city"@en .

<http://lexvo.org/id/char/4EAD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%BA%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%ADng>,
        <http://lexvo.org/id/term/kor/%E4%BA%AD>,
        <http://lexvo.org/id/term/kor/CENG>,
        <http://lexvo.org/id/term/vie/%C4%91%C3%ACnh>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ting4>,
        <http://lexvo.org/id/term/yue/%E4%BA%AD>,
        "亭"^^xsd:string ;
    rdfs:comment "pavilion; erect"@en .

<http://lexvo.org/id/char/4EAE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%BA%AE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C3%A0ng>,
        <http://lexvo.org/id/term/kor/%E4%BA%AE>,
        <http://lexvo.org/id/term/kor/LYANG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/loeng6>,
        <http://lexvo.org/id/term/yue/%E4%BA%AE>,
        "亮"^^xsd:string ;
    rdfs:comment "bright, brilliant, radiant, light"@en .

<http://lexvo.org/id/char/4EAF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%BA%AF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C7%8Eng>,
        "亯"^^xsd:string ;
    rdfs:comment "to receive; to enjoy"@en .

<http://lexvo.org/id/char/4EB0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%BA%B0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C4%ABng>,
        <http://lexvo.org/id/term/kor/%E4%BA%B0>,
        <http://lexvo.org/id/term/kor/KYENG>,
        "亰"^^xsd:string ;
    rdfs:comment "capital city"@en .

<http://lexvo.org/id/char/4EB1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%BA%B1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A8>,
        <http://lexvo.org/id/term/kor/%E4%BA%B1>,
        <http://lexvo.org/id/term/kor/YA>,
        "亱"^^xsd:string ;
    rdfs:comment "night, dark; in night; by night"@en .

<http://lexvo.org/id/char/4EB2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%BA%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C4%ABn%200936.070%3Aq%C3%ACng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C4%ABn%20x%C4%ABn%20q%C3%ACng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/can1>,
        <http://lexvo.org/id/term/yue/%E4%BA%B2>,
        "亲"^^xsd:string ;
    rdfs:comment "relatives, parents; intimate the hazel nut or filbert tree a thorny tree"@en .

<http://lexvo.org/id/char/4EB3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%BA%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%B3>,
        <http://lexvo.org/id/term/kor/%E4%BA%B3>,
        <http://lexvo.org/id/term/kor/PAK>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bok3>,
        <http://lexvo.org/id/term/yue/%E4%BA%B3>,
        "亳"^^xsd:string ;
    rdfs:comment "name of district in Anhui; capital of Yin"@en .

<http://lexvo.org/id/char/4EB4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%BA%B4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%B2u>,
        <http://lexvo.org/id/term/kor/%E4%BA%B4>,
        <http://lexvo.org/id/term/kor/YU>,
        "亴"^^xsd:string .

<http://lexvo.org/id/char/4EB5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%BA%B5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A8>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sit3>,
        <http://lexvo.org/id/term/yue/%E4%BA%B5>,
        "亵"^^xsd:string ;
    rdfs:comment "slight, insult, treat with disrespect"@en .

<http://lexvo.org/id/char/4EB6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%BA%B6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C7%8En%200212.110%3Ad%C3%A0n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C7%8En%20d%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E4%BA%B6>,
        <http://lexvo.org/id/term/kor/TAN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/taan2>,
        <http://lexvo.org/id/term/yue/%E4%BA%B6>,
        "亶"^^xsd:string ;
    rdfs:comment "sincere; real, true; truth"@en .

<http://lexvo.org/id/char/4EB7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%BA%B7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C3%A1n>,
        <http://lexvo.org/id/term/kor/%E4%BA%B7>,
        <http://lexvo.org/id/term/kor/LYEM>,
        "亷"^^xsd:string ;
    rdfs:comment "upright, honorable, honest"@en .

<http://lexvo.org/id/char/4EB8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%BA%B8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/du%C7%92>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/do2>,
        <http://lexvo.org/id/term/yue/%E4%BA%B8>,
        "亸"^^xsd:string ;
    rdfs:comment "read aloud, recite, chant; droop"@en .

<http://lexvo.org/id/char/4EB9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%BA%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A9n%201196.050%3Aw%C4%9Bi>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C4%9Bi%20m%C3%A9n>,
        <http://lexvo.org/id/term/kor/%E4%BA%B9>,
        <http://lexvo.org/id/term/kor/MI%20MWUN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mei5%20mun4>,
        <http://lexvo.org/id/term/yue/%E4%BA%B9>,
        "亹"^^xsd:string ;
    rdfs:comment "progress; busy, untiring; exert"@en .

<http://lexvo.org/id/char/4EBC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%BA%BC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zaap6>,
        <http://lexvo.org/id/term/yue/%E4%BA%BC>,
        "亼"^^xsd:string ;
    rdfs:comment "to assemble. to gather together"@en .

<http://lexvo.org/id/char/4EBD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/kor/%E4%BA%BD>,
        <http://lexvo.org/id/term/kor/LA>,
        "亽"^^xsd:string ;
    rdfs:comment "kwukyel"@en .

<http://lexvo.org/id/char/4EBE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%BA%BE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C3%A1ng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C3%A1ng%20w%C3%BA>,
        <http://lexvo.org/id/term/kor/%E4%BA%BE>,
        <http://lexvo.org/id/term/kor/MANG%20MWU>,
        "亾"^^xsd:string ;
    rdfs:comment "death, destroyed; lose, perish"@en .

<http://lexvo.org/id/char/4EBF> a lvont:Character ;
    lvont:label "100000000" ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%BA%BF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jik1>,
        <http://lexvo.org/id/term/yue/%E4%BA%BF>,
        "亿"^^xsd:string ;
    rdfs:comment "hundred million; many"@en .

<http://lexvo.org/id/char/4EC0> a lvont:Character ;
    lvont:label "10" ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%BB%80>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%A9n%201038.020%3Ash%C3%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%AD%20sh%C3%A9n>,
        <http://lexvo.org/id/term/kor/%E4%BB%80>,
        <http://lexvo.org/id/term/kor/SIP%20CIP>,
        <http://lexvo.org/id/term/vie/th%E1%BA%ADp>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sam6%20sap6%20zaap6>,
        <http://lexvo.org/id/term/yue/%E4%BB%80>,
        "什"^^xsd:string ;
    rdfs:comment "file of ten soldiers; mixed, miscellaneous"@en .

<http://lexvo.org/id/char/4EC1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%BB%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/r%C3%A9n>,
        <http://lexvo.org/id/term/kor/%E4%BB%81>,
        <http://lexvo.org/id/term/kor/IN>,
        <http://lexvo.org/id/term/vie/nh%C3%A2n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jan4>,
        <http://lexvo.org/id/term/yue/%E4%BB%81>,
        "仁"^^xsd:string ;
    rdfs:comment "humaneness, benevolence, kindness"@en .

<http://lexvo.org/id/char/4EC2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%BB%82>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%A8>,
        <http://lexvo.org/id/term/kor/%E4%BB%82>,
        <http://lexvo.org/id/term/kor/LUK>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lak6>,
        <http://lexvo.org/id/term/yue/%E4%BB%82>,
        "仂"^^xsd:string ;
    rdfs:comment "surplus or excess; remainder"@en .

<http://lexvo.org/id/char/4EC3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%BB%83>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C4%ABng>,
        <http://lexvo.org/id/term/vie/%C4%91%E1%BB%ABng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ding1>,
        <http://lexvo.org/id/term/yue/%E4%BB%83>,
        "仃"^^xsd:string ;
    rdfs:comment "lonely, solitary"@en .

<http://lexvo.org/id/char/4EC4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%BB%84>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C3%A8>,
        <http://lexvo.org/id/term/kor/%E4%BB%84>,
        <http://lexvo.org/id/term/kor/CHUK>,
        <http://lexvo.org/id/term/vie/tr%E1%BA%AFc>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zak1>,
        <http://lexvo.org/id/term/yue/%E4%BB%84>,
        "仄"^^xsd:string ;
    rdfs:comment "slanting, oblique; oblique tones"@en .

<http://lexvo.org/id/char/4EC5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%BB%85>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C7%90n%200592.070%3Aj%C3%ACn>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C7%90n%20j%C3%ACn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gan2>,
        <http://lexvo.org/id/term/yue/%E4%BB%85>,
        "仅"^^xsd:string ;
    rdfs:comment "only, merely, solely, just"@en .

<http://lexvo.org/id/char/4EC6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%BB%86>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C5%AB%200890.020%3Ap%C3%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C5%AB%20f%C3%B9%20p%C3%BA>,
        <http://lexvo.org/id/term/kor/%E4%BB%86>,
        <http://lexvo.org/id/term/kor/PWU>,
        <http://lexvo.org/id/term/vie/b%E1%BB%8Dc>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fu6%20puk1>,
        <http://lexvo.org/id/term/yue/%E4%BB%86>,
        "仆"^^xsd:string ;
    rdfs:comment "fall forward; lie prostrate, prone; servant"@en .

<http://lexvo.org/id/char/4EC7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%BB%87>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%B3u%200941.100%3Aqi%C3%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%B3u%20qi%C3%BA>,
        <http://lexvo.org/id/term/kor/%E4%BB%87>,
        <http://lexvo.org/id/term/kor/KWU>,
        <http://lexvo.org/id/term/vie/c%E1%BB%ABu>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cau4%20kau4%20sau4>,
        <http://lexvo.org/id/term/yue/%E4%BB%87>,
        "仇"^^xsd:string ;
    rdfs:comment "enemy, hate, hatred, enmity"@en .

<http://lexvo.org/id/char/4EC8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%BB%88>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C4%81>,
        "仈"^^xsd:string .

<http://lexvo.org/id/char/4EC9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%BB%89>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C7%8Eng>,
        <http://lexvo.org/id/term/vie/k%E1%BA%BB>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zoeng2>,
        <http://lexvo.org/id/term/yue/%E4%BB%89>,
        "仉"^^xsd:string ;
    rdfs:comment "surname of the mother of Mencius"@en .

<http://lexvo.org/id/char/4ECA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%BB%8A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C4%ABn>,
        <http://lexvo.org/id/term/kor/%E4%BB%8A>,
        <http://lexvo.org/id/term/kor/KUM>,
        <http://lexvo.org/id/term/vie/kim>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gam1>,
        <http://lexvo.org/id/term/yue/%E4%BB%8A>,
        "今"^^xsd:string ;
    rdfs:comment "now, today, modern era"@en .

<http://lexvo.org/id/char/4ECB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%BB%8B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%A8>,
        <http://lexvo.org/id/term/kor/%E4%BB%8B>,
        <http://lexvo.org/id/term/kor/KAY>,
        <http://lexvo.org/id/term/vie/gi%E1%BB%9Bi>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gaai3>,
        <http://lexvo.org/id/term/yue/%E4%BB%8B>,
        "介"^^xsd:string ;
    rdfs:comment "forerunner, herald, harbinger; to lie between; sea shell; to wear armor"@en .

<http://lexvo.org/id/char/4ECC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%BB%8C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C4%ABng>,
        "仌"^^xsd:string .

<http://lexvo.org/id/char/4ECD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%BB%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/r%C3%A9ng>,
        <http://lexvo.org/id/term/kor/%E4%BB%8D>,
        <http://lexvo.org/id/term/kor/ING>,
        <http://lexvo.org/id/term/vie/nh%C6%B0ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jing4>,
        <http://lexvo.org/id/term/yue/%E4%BB%8D>,
        "仍"^^xsd:string ;
    rdfs:comment "yet, still, as ever; again; keep -ing, continuing"@en .

<http://lexvo.org/id/char/4ECE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%BB%8E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C3%B3ng%20z%C3%B2ng%20z%C5%8Dng%20c%C5%8Dng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C5%8Dng%200178.090%3Ac%C3%B3ng>,
        <http://lexvo.org/id/term/kor/%E4%BB%8E>,
        <http://lexvo.org/id/term/kor/CONG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cung4>,
        <http://lexvo.org/id/term/yue/%E4%BB%8E>,
        "从"^^xsd:string ;
    rdfs:comment "from, by, since, whence, through"@en .

<http://lexvo.org/id/char/4ECF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%BB%8F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%B3>,
        <http://lexvo.org/id/term/kor/%E4%BB%8F>,
        <http://lexvo.org/id/term/kor/PWUL>,
        "仏"^^xsd:string ;
    rdfs:comment "Buddha"@en .

<http://lexvo.org/id/char/4ED0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%BB%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C7%8En>,
        "仐"^^xsd:string ;
    rdfs:comment "(J) non-standard form of 傘 U+5098, umbrella, parasol, parachute"@en .

<http://lexvo.org/id/char/4ED1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%BB%91>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%BAn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/leon4>,
        <http://lexvo.org/id/term/yue/%E4%BB%91>,
        "仑"^^xsd:string ;
    rdfs:comment "logical reasons, logical order"@en .

<http://lexvo.org/id/char/4ED2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/kor/%E4%BB%92>,
        <http://lexvo.org/id/term/kor/SYA>,
        "仒"^^xsd:string ;
    rdfs:comment "kwukyel"@en .

<http://lexvo.org/id/char/4ED3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%BB%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C4%81ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cong1>,
        <http://lexvo.org/id/term/yue/%E4%BB%93>,
        "仓"^^xsd:string ;
    rdfs:comment "granary; berth; sea"@en .

<http://lexvo.org/id/char/4ED4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%BB%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C7%8Ei%201530.080%3Az%C4%AB%201533.030%3Az%C7%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C7%90%20z%C7%8Ei>,
        <http://lexvo.org/id/term/kor/%E4%BB%94>,
        <http://lexvo.org/id/term/kor/CA>,
        <http://lexvo.org/id/term/vie/t%E1%BB%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zai2%20zi2>,
        <http://lexvo.org/id/term/yue/%E4%BB%94>,
        "仔"^^xsd:string ;
    rdfs:comment "small thing, child; young animal"@en .

<http://lexvo.org/id/char/4ED5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%BB%95>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%AC>,
        <http://lexvo.org/id/term/kor/%E4%BB%95>,
        <http://lexvo.org/id/term/kor/SA>,
        <http://lexvo.org/id/term/vie/s%C4%A9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/si6>,
        <http://lexvo.org/id/term/yue/%E4%BB%95>,
        "仕"^^xsd:string ;
    rdfs:comment "official; serve government"@en .

<http://lexvo.org/id/char/4ED6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%BB%96>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C4%81>,
        <http://lexvo.org/id/term/kor/%E4%BB%96>,
        <http://lexvo.org/id/term/kor/THA>,
        <http://lexvo.org/id/term/vie/tha>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/taa1>,
        <http://lexvo.org/id/term/yue/%E4%BB%96>,
        "他"^^xsd:string ;
    rdfs:comment "other, another; he, she, it"@en .

<http://lexvo.org/id/char/4ED7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%BB%97>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%A0ng>,
        <http://lexvo.org/id/term/kor/%E4%BB%97>,
        <http://lexvo.org/id/term/kor/CANG>,
        <http://lexvo.org/id/term/vie/tr%C6%B0%E1%BB%A3ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zoeng3%20zoeng6>,
        <http://lexvo.org/id/term/yue/%E4%BB%97>,
        "仗"^^xsd:string ;
    rdfs:comment "rely upon; protector; fight; war, weaponry"@en .

<http://lexvo.org/id/char/4ED8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%BB%98>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%B9>,
        <http://lexvo.org/id/term/kor/%E4%BB%98>,
        <http://lexvo.org/id/term/kor/PWU>,
        <http://lexvo.org/id/term/vie/ph%C3%B3>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fu6>,
        <http://lexvo.org/id/term/yue/%E4%BB%98>,
        "付"^^xsd:string ;
    rdfs:comment "give, deliver, pay, hand over; entrust"@en .

<http://lexvo.org/id/char/4ED9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%BB%99>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C4%81n>,
        <http://lexvo.org/id/term/kor/%E4%BB%99>,
        <http://lexvo.org/id/term/kor/SEN>,
        <http://lexvo.org/id/term/vie/ti%C3%AAn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sin1>,
        <http://lexvo.org/id/term/yue/%E4%BB%99>,
        "仙"^^xsd:string ;
    rdfs:comment "Taoist super-being, transcendent, immortal"@en .

<http://lexvo.org/id/char/4EDA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%BB%9A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C4%81n>,
        <http://lexvo.org/id/term/kor/%E4%BB%9A>,
        <http://lexvo.org/id/term/kor/HEN>,
        "仚"^^xsd:string ;
    rdfs:comment "to fly"@en .

<http://lexvo.org/id/char/4EDB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%BB%9B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/tu%C5%8D>,
        <http://lexvo.org/id/term/kor/%E4%BB%9B>,
        <http://lexvo.org/id/term/kor/CHA%20THAK>,
        "仛"^^xsd:string ;
    rdfs:comment "young girl; strange, different"@en .

<http://lexvo.org/id/char/4EDC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%BB%9C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%B3ng>,
        "仜"^^xsd:string .

<http://lexvo.org/id/char/4EDD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%BB%9D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%B3ng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%B3ng%20t%C3%B2ng>,
        <http://lexvo.org/id/term/kor/%E4%BB%9D>,
        <http://lexvo.org/id/term/kor/TONG>,
        <http://lexvo.org/id/term/vie/%C4%91%E1%BB%93ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tung4>,
        <http://lexvo.org/id/term/yue/%E4%BB%9D>,
        "仝"^^xsd:string ;
    rdfs:comment "together, same; surname"@en .

<http://lexvo.org/id/char/4EDE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%BB%9E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/r%C3%A8n>,
        <http://lexvo.org/id/term/kor/%E4%BB%9E>,
        <http://lexvo.org/id/term/kor/IN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jan6>,
        <http://lexvo.org/id/term/yue/%E4%BB%9E>,
        "仞"^^xsd:string ;
    rdfs:comment "ancient unit of measure (8 feet); 'fathom'"@en .

<http://lexvo.org/id/char/4EDF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%BB%9F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C4%81n>,
        <http://lexvo.org/id/term/kor/%E4%BB%9F>,
        <http://lexvo.org/id/term/kor/CHEN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cin1>,
        <http://lexvo.org/id/term/yue/%E4%BB%9F>,
        "1000",
        "仟"^^xsd:string ;
    rdfs:comment "one thousand; leader of one thousand men"@en .

<http://lexvo.org/id/char/4EE0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%BB%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C3%A1n>,
        "仠"^^xsd:string .

<http://lexvo.org/id/char/4EE1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%BB%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C4%93%201371.040%3Ay%C3%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%AC%20g%C4%93>,
        <http://lexvo.org/id/term/kor/%E4%BB%A1>,
        <http://lexvo.org/id/term/kor/HUL>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gaak3%20ngat6>,
        <http://lexvo.org/id/term/yue/%E4%BB%A1>,
        "仡"^^xsd:string ;
    rdfs:comment "strong; valiant"@en .

<http://lexvo.org/id/char/4EE2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%BB%A2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%AD>,
        <http://lexvo.org/id/term/kor/%E4%BB%A2>,
        <http://lexvo.org/id/term/kor/CAK>,
        "仢"^^xsd:string .

<http://lexvo.org/id/char/4EE3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%BB%A3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%A0i>,
        <http://lexvo.org/id/term/kor/%E4%BB%A3>,
        <http://lexvo.org/id/term/kor/TAY>,
        <http://lexvo.org/id/term/vie/%C4%91%E1%BA%A1i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/doi6>,
        <http://lexvo.org/id/term/yue/%E4%BB%A3>,
        "代"^^xsd:string ;
    rdfs:comment "replace, replacement (of person or generation); era, generation"@en .

<http://lexvo.org/id/char/4EE4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%BB%A4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%ACng%20l%C3%ADng%20l%C7%90ng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%ADng%200722.040%3Al%C7%90ng%200723.030%3Al%C3%ACng>,
        <http://lexvo.org/id/term/kor/%E4%BB%A4>,
        <http://lexvo.org/id/term/kor/LYENG>,
        <http://lexvo.org/id/term/vie/l%E1%BB%87nh>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lim1%20ling4%20ling6>,
        <http://lexvo.org/id/term/yue/%E4%BB%A4>,
        "令"^^xsd:string ;
    rdfs:comment "command, order; 'commandant', magistrate; allow, cause"@en .

<http://lexvo.org/id/char/4EE5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%BB%A5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%90>,
        <http://lexvo.org/id/term/kor/%E4%BB%A5>,
        <http://lexvo.org/id/term/kor/I>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ji5%20jyu5>,
        <http://lexvo.org/id/term/yue/%E4%BB%A5>,
        "以"^^xsd:string ;
    rdfs:comment "by means of; thereby, therefore; consider as; in order to"@en .

<http://lexvo.org/id/char/4EE6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%BB%A6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%A0o>,
        "仦"^^xsd:string .

<http://lexvo.org/id/char/4EE7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%BB%A7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%A1ng%20zh%C7%8Eng>,
        "仧"^^xsd:string .

<http://lexvo.org/id/char/4EE8> a lvont:Character ;
    lvont:label "3" ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%BB%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C4%81>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/saam1>,
        <http://lexvo.org/id/term/yue/%E4%BB%A8>,
        "仨"^^xsd:string ;
    rdfs:comment "(coll.) three (cannot be followed by a measure word)"@en .

<http://lexvo.org/id/char/4EE9> a lvont:Character ;
    lvont:represents "仩"^^xsd:string .

<http://lexvo.org/id/char/4EEA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%BB%AA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ji4>,
        <http://lexvo.org/id/term/yue/%E4%BB%AA>,
        "仪"^^xsd:string ;
    rdfs:comment "ceremony, rites gifts; admire"@en .

<http://lexvo.org/id/char/4EEB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%BB%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%B9>,
        "仫"^^xsd:string ;
    rdfs:comment "tribe"@en .

<http://lexvo.org/id/char/4EEC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%BB%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/men>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mun4>,
        <http://lexvo.org/id/term/yue/%E4%BB%AC>,
        "们"^^xsd:string ;
    rdfs:comment "adjunct pronoun indicate plural"@en .

<http://lexvo.org/id/char/4EED> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%BB%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/r%C3%A8n>,
        <http://lexvo.org/id/term/kor/%E4%BB%AD>,
        <http://lexvo.org/id/term/kor/IN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jan6>,
        <http://lexvo.org/id/term/yue/%E4%BB%AD>,
        "仭"^^xsd:string ;
    rdfs:comment "ancient unit of measure (8 feet); 'fathom'"@en .

<http://lexvo.org/id/char/4EEE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%BB%AE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C7%8E%20f%C7%8En>,
        <http://lexvo.org/id/term/kor/%E4%BB%AE>,
        <http://lexvo.org/id/term/kor/KA%20PAN>,
        "仮"^^xsd:string ;
    rdfs:comment "falsehood, deception; vacation"@en .

<http://lexvo.org/id/char/4EEF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%BB%AF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%A0o>,
        "仯"^^xsd:string .

<http://lexvo.org/id/char/4EF0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%BB%B0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%8Eng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%8Eng%20y%C3%A0ng%20%C3%A1ng>,
        <http://lexvo.org/id/term/kor/%E4%BB%B0>,
        <http://lexvo.org/id/term/kor/ANG>,
        <http://lexvo.org/id/term/vie/ng%C6%B0%E1%BB%A1ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/joeng5%20ngong5>,
        <http://lexvo.org/id/term/yue/%E4%BB%B0>,
        "仰"^^xsd:string ;
    rdfs:comment "raise the head to look; look up to, rely on, admire"@en .

<http://lexvo.org/id/char/4EF1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%BB%B1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C3%A1n>,
        "仱"^^xsd:string .

<http://lexvo.org/id/char/4EF2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%BB%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%B2ng>,
        <http://lexvo.org/id/term/kor/%E4%BB%B2>,
        <http://lexvo.org/id/term/kor/CWUNG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zung6>,
        <http://lexvo.org/id/term/yue/%E4%BB%B2>,
        "仲"^^xsd:string ;
    rdfs:comment "middle brother; go between, mediator; surname"@en .

<http://lexvo.org/id/char/4EF3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%BB%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C7%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C7%90%20p%C3%AD>,
        <http://lexvo.org/id/term/kor/%E4%BB%B3>,
        <http://lexvo.org/id/term/kor/PI>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/pei2>,
        <http://lexvo.org/id/term/yue/%E4%BB%B3>,
        "仳"^^xsd:string ;
    rdfs:comment "separate, part company"@en .

<http://lexvo.org/id/char/4EF4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%BB%B4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C3%A0n>,
        "仴"^^xsd:string .

<http://lexvo.org/id/char/4EF5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%BB%B5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C7%94>,
        <http://lexvo.org/id/term/kor/%E4%BB%B5>,
        <http://lexvo.org/id/term/kor/O>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ng5>,
        <http://lexvo.org/id/term/yue/%E4%BB%B5>,
        "仵"^^xsd:string ;
    rdfs:comment "similar"@en .

<http://lexvo.org/id/char/4EF6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%BB%B6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E4%BB%B6>,
        <http://lexvo.org/id/term/kor/KEN>,
        <http://lexvo.org/id/term/vie/ki%E1%BB%87n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gin6>,
        <http://lexvo.org/id/term/yue/%E4%BB%B6>,
        "件"^^xsd:string ;
    rdfs:comment "numerary adjunct for article; matter"@en .

<http://lexvo.org/id/char/4EF7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%BB%B7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%A0%200583.070%3Aji%C3%A8%200584.050%3Ajie>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%A0%20ji%C3%A8%20jie>,
        <http://lexvo.org/id/term/kor/%E4%BB%B7>,
        <http://lexvo.org/id/term/kor/KAY>,
        <http://lexvo.org/id/term/vie/gi%C3%A1>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gaai3>,
        <http://lexvo.org/id/term/yue/%E4%BB%B7>,
        "价"^^xsd:string ;
    rdfs:comment "price, value"@en .

<http://lexvo.org/id/char/4EF8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%BB%B8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%8Eo>,
        "仸"^^xsd:string ;
    rdfs:comment "bent, distorted, crooked; feeble"@en .

<http://lexvo.org/id/char/4EF9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%BB%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C4%93ng>,
        "仹"^^xsd:string .

<http://lexvo.org/id/char/4EFA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%BB%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C4%81ng>,
        "仺"^^xsd:string .

<http://lexvo.org/id/char/4EFB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%BB%BB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/r%C3%A8n%20r%C3%A9n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/r%C3%A9n%200965.100%3Ar%C3%A8n>,
        <http://lexvo.org/id/term/kor/%E4%BB%BB>,
        <http://lexvo.org/id/term/kor/IM>,
        <http://lexvo.org/id/term/vie/nh%E1%BA%ADm>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jam4%20jam6>,
        <http://lexvo.org/id/term/yue/%E4%BB%BB>,
        "任"^^xsd:string ;
    rdfs:comment "trust to, rely on, appoint; to bear, duty, office; allow"@en .

<http://lexvo.org/id/char/4EFC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%BB%BC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C3%A1ng>,
        "仼"^^xsd:string .

<http://lexvo.org/id/char/4EFD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%BB%BD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%A8n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%A8n%20b%C4%ABn>,
        <http://lexvo.org/id/term/kor/%E4%BB%BD>,
        <http://lexvo.org/id/term/kor/PIN>,
        <http://lexvo.org/id/term/vie/ph%E1%BA%A7n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ban1%20fan6>,
        <http://lexvo.org/id/term/yue/%E4%BB%BD>,
        "份"^^xsd:string ;
    rdfs:comment "portion, part; duty"@en .

<http://lexvo.org/id/char/4EFE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%BB%BE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C4%AB>,
        "仾"^^xsd:string ;
    rdfs:comment "to hang or bow the head, to droop, to lower; low, beneath"@en .

<http://lexvo.org/id/char/4EFF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%BB%BF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C7%8Eng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C7%8Eng%20p%C3%A1ng>,
        <http://lexvo.org/id/term/kor/%E4%BB%BF>,
        <http://lexvo.org/id/term/kor/PANG>,
        <http://lexvo.org/id/term/vie/ph%E1%BA%A3ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fong2>,
        <http://lexvo.org/id/term/yue/%E4%BB%BF>,
        "仿"^^xsd:string ;
    rdfs:comment "imitate, copy; as if"@en .

<http://lexvo.org/id/char/4F00> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%BC%80>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C5%8Dng>,
        <http://lexvo.org/id/term/kor/%E4%BC%80>,
        <http://lexvo.org/id/term/kor/CONG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zung1>,
        <http://lexvo.org/id/term/yue/%E4%BC%80>,
        "伀"^^xsd:string ;
    rdfs:comment "excited"@en .

<http://lexvo.org/id/char/4F01> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%BC%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C7%90>,
        <http://lexvo.org/id/term/kor/%E4%BC%81>,
        <http://lexvo.org/id/term/kor/KI>,
        <http://lexvo.org/id/term/vie/x%C3%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kei2%20kei5>,
        <http://lexvo.org/id/term/yue/%E4%BC%81>,
        "企"^^xsd:string ;
    rdfs:comment "plan a project; stand on tiptoe"@en .

<http://lexvo.org/id/char/4F02> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%BC%82>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%A8i>,
        "伂"^^xsd:string .

<http://lexvo.org/id/char/4F03> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%BC%83>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%BA>,
        <http://lexvo.org/id/term/kor/%E4%BC%83>,
        <http://lexvo.org/id/term/kor/YE>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jyu4>,
        <http://lexvo.org/id/term/yue/%E4%BC%83>,
        "伃"^^xsd:string ;
    rdfs:comment "handsome"@en .

<http://lexvo.org/id/char/4F04> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%BC%84>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/di%C3%A0o>,
        "伄"^^xsd:string .

<http://lexvo.org/id/char/4F05> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%BC%85>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%B9n>,
        <http://lexvo.org/id/term/kor/%E4%BC%85>,
        <http://lexvo.org/id/term/kor/TON>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/deon6>,
        <http://lexvo.org/id/term/yue/%E4%BC%85>,
        "伅"^^xsd:string .

<http://lexvo.org/id/char/4F06> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%BC%86>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C3%A8n>,
        "伆"^^xsd:string .

<http://lexvo.org/id/char/4F07> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%BC%87>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%AC>,
        <http://lexvo.org/id/term/kor/%E4%BC%87>,
        <http://lexvo.org/id/term/kor/YEK>,
        "伇"^^xsd:string .

<http://lexvo.org/id/char/4F08> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%BC%88>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C7%90n>,
        <http://lexvo.org/id/term/kor/%E4%BC%88>,
        <http://lexvo.org/id/term/kor/SIM%20CHIM>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sam2>,
        <http://lexvo.org/id/term/yue/%E4%BC%88>,
        "伈"^^xsd:string ;
    rdfs:comment "nervous, fearful"@en .

<http://lexvo.org/id/char/4F09> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%BC%89>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C3%A0ng>,
        <http://lexvo.org/id/term/kor/%E4%BC%89>,
        <http://lexvo.org/id/term/kor/HANG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kong3>,
        <http://lexvo.org/id/term/yue/%E4%BC%89>,
        "伉"^^xsd:string ;
    rdfs:comment "compare, match; pair; spouse"@en .

<http://lexvo.org/id/char/4F0A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%BC%8A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C4%AB>,
        <http://lexvo.org/id/term/kor/%E4%BC%8A>,
        <http://lexvo.org/id/term/kor/I>,
        <http://lexvo.org/id/term/vie/y>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ji1>,
        <http://lexvo.org/id/term/yue/%E4%BC%8A>,
        "伊"^^xsd:string ;
    rdfs:comment "third person pronoun; he, she, this, that"@en .

<http://lexvo.org/id/char/4F0B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%BC%8B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%AD>,
        <http://lexvo.org/id/term/kor/%E4%BC%8B>,
        <http://lexvo.org/id/term/kor/KUP>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kap1>,
        <http://lexvo.org/id/term/yue/%E4%BC%8B>,
        "伋"^^xsd:string ;
    rdfs:comment "deceptive"@en .

<http://lexvo.org/id/char/4F0C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C3%A0i>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%BC%8C>,
        "伌"^^xsd:string .

<http://lexvo.org/id/char/4F0D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%BC%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C7%94>,
        <http://lexvo.org/id/term/kor/%E4%BC%8D>,
        <http://lexvo.org/id/term/kor/O>,
        <http://lexvo.org/id/term/vie/ng%C5%A9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ng5>,
        <http://lexvo.org/id/term/yue/%E4%BC%8D>,
        "5",
        "伍"^^xsd:string ;
    rdfs:comment "five, company of five; troops"@en .

<http://lexvo.org/id/char/4F0E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%BC%8E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%AC%20q%C3%AD>,
        <http://lexvo.org/id/term/kor/%E4%BC%8E>,
        <http://lexvo.org/id/term/kor/KI>,
        <http://lexvo.org/id/term/vie/k%C4%A9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gei6>,
        <http://lexvo.org/id/term/yue/%E4%BC%8E>,
        "伎"^^xsd:string ;
    rdfs:comment "talent, skill, ability"@en .

<http://lexvo.org/id/char/4F0F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%BC%8F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%BA>,
        <http://lexvo.org/id/term/kor/%E4%BC%8F>,
        <http://lexvo.org/id/term/kor/POK%20PWU%20PWUK>,
        <http://lexvo.org/id/term/vie/ph%E1%BB%A5c>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/buk6%20fuk6>,
        <http://lexvo.org/id/term/yue/%E4%BC%8F>,
        "伏"^^xsd:string ;
    rdfs:comment "crouch, crawl, lie hidden, conceal"@en .

<http://lexvo.org/id/char/4F10> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%BC%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%A1>,
        <http://lexvo.org/id/term/kor/%E4%BC%90>,
        <http://lexvo.org/id/term/kor/PEL>,
        <http://lexvo.org/id/term/vie/ph%E1%BA%A1t>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fat6>,
        <http://lexvo.org/id/term/yue/%E4%BC%90>,
        "伐"^^xsd:string ;
    rdfs:comment "cut down, subjugate, attack"@en .

<http://lexvo.org/id/char/4F11> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%BC%91>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C5%AB>,
        <http://lexvo.org/id/term/kor/%E4%BC%91>,
        <http://lexvo.org/id/term/kor/HYU>,
        <http://lexvo.org/id/term/vie/h%C6%B0u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jau1>,
        <http://lexvo.org/id/term/yue/%E4%BC%91>,
        "休"^^xsd:string ;
    rdfs:comment "rest, stop; retire; do not!"@en .

<http://lexvo.org/id/char/4F12> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%BC%92>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%ACn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gan3>,
        <http://lexvo.org/id/term/yue/%E4%BC%92>,
        "伒"^^xsd:string .

<http://lexvo.org/id/char/4F13> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%BC%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C4%93i>,
        "伓"^^xsd:string .

<http://lexvo.org/id/char/4F14> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%BC%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C7%8En%20sh%C4%9Bn>,
        "伔"^^xsd:string .

<http://lexvo.org/id/char/4F15> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%BC%95>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C5%AB>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fu1>,
        <http://lexvo.org/id/term/yue/%E4%BC%95>,
        "伕"^^xsd:string ;
    rdfs:comment "common laborer"@en .

<http://lexvo.org/id/char/4F16> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%BC%96>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C7%8Eng>,
        "伖"^^xsd:string .

<http://lexvo.org/id/char/4F17> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%BC%97>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%B2ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zung3>,
        <http://lexvo.org/id/term/yue/%E4%BC%97>,
        "众"^^xsd:string ;
    rdfs:comment "multitude, crowd; masses, public"@en .

<http://lexvo.org/id/char/4F18> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%BC%98>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C5%8Du>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jau1>,
        <http://lexvo.org/id/term/yue/%E4%BC%98>,
        "优"^^xsd:string ;
    rdfs:comment "superior, excellent; actor"@en .

<http://lexvo.org/id/char/4F19> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%BC%99>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C7%92>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C7%92%20huo>,
        <http://lexvo.org/id/term/kor/%E4%BC%99>,
        <http://lexvo.org/id/term/kor/HWA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fo2>,
        <http://lexvo.org/id/term/yue/%E4%BC%99>,
        "伙"^^xsd:string ;
    rdfs:comment "companion, colleague; utensils"@en .

<http://lexvo.org/id/char/4F1A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%BC%9A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%AC%200656.100%3Aku%C3%A0i>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%AC%20ku%C3%A0i%20gu%C3%AC>,
        <http://lexvo.org/id/term/kor/%E4%BC%9A>,
        <http://lexvo.org/id/term/kor/HOY%20KOY>,
        <http://lexvo.org/id/term/vie/h%E1%BB%99i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wui2%20wui4%20wui6>,
        <http://lexvo.org/id/term/yue/%E4%BC%9A>,
        "会"^^xsd:string ;
    rdfs:comment "assemble, meet together; meeting"@en .

<http://lexvo.org/id/char/4F1B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%BC%9B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%94>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jyu2>,
        <http://lexvo.org/id/term/yue/%E4%BC%9B>,
        "伛"^^xsd:string ;
    rdfs:comment "humpback; stoop"@en .

<http://lexvo.org/id/char/4F1C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%BC%9C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/cu%C3%AC>,
        <http://lexvo.org/id/term/kor/%E4%BC%9C>,
        <http://lexvo.org/id/term/kor/COL>,
        "伜"^^xsd:string ;
    rdfs:comment "deputy, vice-"@en .

<http://lexvo.org/id/char/4F1D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%BC%9D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/chu%C3%A1n%20y%C3%BAn>,
        <http://lexvo.org/id/term/kor/%E4%BC%9D>,
        <http://lexvo.org/id/term/kor/CEN>,
        "伝"^^xsd:string ;
    rdfs:comment "summon; propagate, transmit"@en .

<http://lexvo.org/id/char/4F1E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%BC%9E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C7%8En>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/saan3>,
        <http://lexvo.org/id/term/yue/%E4%BC%9E>,
        "伞"^^xsd:string ;
    rdfs:comment "umbrella, parasol, parachute"@en .

<http://lexvo.org/id/char/4F1F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%BC%9F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C4%9Bi>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wai5>,
        <http://lexvo.org/id/term/yue/%E4%BC%9F>,
        "伟"^^xsd:string ;
    rdfs:comment "great, robust; extraordinary"@en .

<http://lexvo.org/id/char/4F20> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%BC%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/chu%C3%A1n%201520.030%3Azhu%C3%A0n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/chu%C3%A1n%20zhu%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cyun4>,
        <http://lexvo.org/id/term/yue/%E4%BC%A0>,
        "传"^^xsd:string ;
    rdfs:comment "summon; propagate, transmit"@en .

<http://lexvo.org/id/char/4F21> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%BC%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C4%93>,
        "伡"^^xsd:string .

<http://lexvo.org/id/char/4F22> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%BC%A2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A1>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ngaa4>,
        <http://lexvo.org/id/term/yue/%E4%BC%A2>,
        "伢"^^xsd:string ;
    rdfs:comment "child"@en .

<http://lexvo.org/id/char/4F23> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%BC%A3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E4%BC%A3>,
        <http://lexvo.org/id/term/kor/HYEN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jin5>,
        <http://lexvo.org/id/term/yue/%E4%BC%A3>,
        "伣"^^xsd:string ;
    rdfs:comment "like"@en .

<http://lexvo.org/id/char/4F24> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%BC%A4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C4%81ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/soeng1>,
        <http://lexvo.org/id/term/yue/%E4%BC%A4>,
        "伤"^^xsd:string ;
    rdfs:comment "wound, injury; fall ill from"@en .

<http://lexvo.org/id/char/4F25> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%BC%A5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C4%81ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/coeng1%20zaang1>,
        <http://lexvo.org/id/term/yue/%E4%BC%A5>,
        "伥"^^xsd:string ;
    rdfs:comment "ghost of one devoured by tiger"@en .

<http://lexvo.org/id/char/4F26> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%BC%A6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%BAn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/leon4>,
        <http://lexvo.org/id/term/yue/%E4%BC%A6>,
        "伦"^^xsd:string ;
    rdfs:comment "normal human relationships"@en .

<http://lexvo.org/id/char/4F27> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%BC%A7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C4%81ng%200134.050%3Achen>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C4%81ng%20ch%C3%A9ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/caang4%20cong1>,
        <http://lexvo.org/id/term/yue/%E4%BC%A7>,
        "伧"^^xsd:string ;
    rdfs:comment "vulgar person, country man"@en .

<http://lexvo.org/id/char/4F28> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%BC%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C3%B9n>,
        "伨"^^xsd:string .

<http://lexvo.org/id/char/4F29> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%BC%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C3%ACn>,
        <http://lexvo.org/id/term/kor/%E4%BC%A9>,
        <http://lexvo.org/id/term/kor/SIN>,
        <http://lexvo.org/id/term/vie/nho>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/man1%20seon3>,
        <http://lexvo.org/id/term/yue/%E4%BC%A9>,
        "伩"^^xsd:string ;
    rdfs:comment "trust, believe; letter; (Cant.) small"@en .

<http://lexvo.org/id/char/4F2A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%BC%AA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C4%9Bi>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C4%9Bi%20w%C3%A8i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ngai6>,
        <http://lexvo.org/id/term/yue/%E4%BC%AA>,
        "伪"^^xsd:string ;
    rdfs:comment "false, counterfeit, bogus"@en .

<http://lexvo.org/id/char/4F2B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%BC%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cyu5>,
        <http://lexvo.org/id/term/yue/%E4%BC%AB>,
        "伫"^^xsd:string ;
    rdfs:comment "look towards; turn one's back on"@en .

<http://lexvo.org/id/char/4F2C> a lvont:Character ;
    lvont:represents "伬"^^xsd:string .

<http://lexvo.org/id/char/4F2D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%BC%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xu%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jin4>,
        <http://lexvo.org/id/term/yue/%E4%BC%AD>,
        "伭"^^xsd:string ;
    rdfs:comment "dark, somber; deep, profound"@en .

<http://lexvo.org/id/char/4F2E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%BC%AE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C3%BA>,
        <http://lexvo.org/id/term/vie/n%C3%B3>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/nou4>,
        <http://lexvo.org/id/term/yue/%E4%BC%AE>,
        "伮"^^xsd:string ;
    rdfs:comment "to make a great effort"@en .

<http://lexvo.org/id/char/4F2F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%BC%AF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%B3%20b%C7%8Ei%20b%C3%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C7%8Ei%200084.100%3Ab%C3%B3>,
        <http://lexvo.org/id/term/kor/%E4%BC%AF>,
        <http://lexvo.org/id/term/kor/PAYK%20PHAY>,
        <http://lexvo.org/id/term/vie/b%C3%A1>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/baa3%20baak3>,
        <http://lexvo.org/id/term/yue/%E4%BC%AF>,
        "伯"^^xsd:string ;
    rdfs:comment "older brother; father's elder brother; senior male 'sire'; feudal rank 'count'"@en .

<http://lexvo.org/id/char/4F30> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%BC%B0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C5%AB%200401.010%3Ag%C3%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C5%AB%20g%C7%94%20g%C3%B9>,
        <http://lexvo.org/id/term/kor/%E4%BC%B0>,
        <http://lexvo.org/id/term/kor/KO>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gu2%20gu3>,
        <http://lexvo.org/id/term/yue/%E4%BC%B0>,
        "估"^^xsd:string ;
    rdfs:comment "merchant; estimate, guess, presume"@en .

<http://lexvo.org/id/char/4F31> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%BC%B1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C7%90>,
        "伱"^^xsd:string ;
    rdfs:comment "thou, you"@en .

<http://lexvo.org/id/char/4F32> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%BC%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C3%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C7%90%20n%C3%AC>,
        <http://lexvo.org/id/term/vie/ni>,
        "伲"^^xsd:string ;
    rdfs:comment "we (Shanghai dialect)"@en .

<http://lexvo.org/id/char/4F33> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%BC%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A8>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sit3>,
        <http://lexvo.org/id/term/yue/%E4%BC%B3>,
        "伳"^^xsd:string .

<http://lexvo.org/id/char/4F34> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%BC%B4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%A0n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%A0n%20p%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E4%BC%B4>,
        <http://lexvo.org/id/term/kor/PAN>,
        <http://lexvo.org/id/term/vie/b%E1%BA%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bun6%20pun5>,
        <http://lexvo.org/id/term/yue/%E4%BC%B4>,
        "伴"^^xsd:string ;
    rdfs:comment "companion, comrade, partner; accompany"@en .

<http://lexvo.org/id/char/4F35> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%BC%B5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C3%B9>,
        <http://lexvo.org/id/term/vie/t%E1%BB%9B>,
        "伵"^^xsd:string .

<http://lexvo.org/id/char/4F36> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%BC%B6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%ADng>,
        <http://lexvo.org/id/term/kor/%E4%BC%B6>,
        <http://lexvo.org/id/term/kor/LYENG>,
        <http://lexvo.org/id/term/vie/r%C3%A0nh>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ling4>,
        <http://lexvo.org/id/term/yue/%E4%BC%B6>,
        "伶"^^xsd:string ;
    rdfs:comment "lonely, solitary; actor"@en .

<http://lexvo.org/id/char/4F37> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%BC%B7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%B2u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zau6>,
        <http://lexvo.org/id/term/yue/%E4%BC%B7>,
        "伷"^^xsd:string ;
    rdfs:comment "descendent"@en .

<http://lexvo.org/id/char/4F38> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%BC%B8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C4%93n>,
        <http://lexvo.org/id/term/kor/%E4%BC%B8>,
        <http://lexvo.org/id/term/kor/SIN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/san1>,
        <http://lexvo.org/id/term/yue/%E4%BC%B8>,
        "伸"^^xsd:string ;
    rdfs:comment "extend, stretch out, open up; trust"@en .

<http://lexvo.org/id/char/4F39> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%BC%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C5%AB>,
        "伹"^^xsd:string ;
    rdfs:comment "dull, slow, unskillful"@en .

<http://lexvo.org/id/char/4F3A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%BC%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C3%AC%201090.150%3As%C3%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C3%AC%20c%C3%AC>,
        <http://lexvo.org/id/term/kor/%E4%BC%BA>,
        <http://lexvo.org/id/term/kor/SA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zi6>,
        <http://lexvo.org/id/term/yue/%E4%BC%BA>,
        "伺"^^xsd:string ;
    rdfs:comment "serve, wait upon, attend; examine"@en .

<http://lexvo.org/id/char/4F3B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%BC%BB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C4%93ng>,
        <http://lexvo.org/id/term/kor/%E4%BC%BB>,
        <http://lexvo.org/id/term/kor/PHAYNG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ping1%20ping4>,
        <http://lexvo.org/id/term/yue/%E4%BC%BB>,
        "伻"^^xsd:string ;
    rdfs:comment "messenger, emissary; send emissary"@en .

<http://lexvo.org/id/char/4F3C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%BC%BC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C3%AC%20sh%C3%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%AC%201090.080%3As%C3%AC>,
        <http://lexvo.org/id/term/kor/%E4%BC%BC>,
        <http://lexvo.org/id/term/kor/SA>,
        <http://lexvo.org/id/term/vie/t%E1%BB%B1>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ci5>,
        <http://lexvo.org/id/term/yue/%E4%BC%BC>,
        "似"^^xsd:string ;
    rdfs:comment "resemble, similar to; as if, seem"@en .

<http://lexvo.org/id/char/4F3D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%BC%BD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C4%81%200541.110%3Aji%C4%81%200923.070%3Aqi%C3%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C3%A9%20ji%C4%81>,
        <http://lexvo.org/id/term/kor/%E4%BC%BD>,
        <http://lexvo.org/id/term/kor/KA>,
        <http://lexvo.org/id/term/vie/gi%C3%A0>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gaa1%20ke4>,
        <http://lexvo.org/id/term/yue/%E4%BC%BD>,
        "伽"^^xsd:string ;
    rdfs:comment "transcription of sanskrit 'gha' in buddhist texts ('samgha', etc.); (nursing; attending; entertainer) (Jap.); tample; in Chinese this character is not used alone"@en .

<http://lexvo.org/id/char/4F3E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%BC%BE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C4%AB>,
        <http://lexvo.org/id/term/kor/%E4%BC%BE>,
        <http://lexvo.org/id/term/kor/PI>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/pei1>,
        <http://lexvo.org/id/term/yue/%E4%BC%BE>,
        "伾"^^xsd:string ;
    rdfs:comment "mighty"@en .

<http://lexvo.org/id/char/4F3F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%BC%BF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%AC>,
        "伿"^^xsd:string .

<http://lexvo.org/id/char/4F40> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%BD%80>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C3%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C3%AC%20sh%C3%AC>,
        <http://lexvo.org/id/term/kor/%E4%BD%80>,
        <http://lexvo.org/id/term/kor/SA>,
        "佀"^^xsd:string ;
    rdfs:comment "resemble"@en .

<http://lexvo.org/id/char/4F41> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C7%8Ei%20y%C7%90%20ch%C3%AC%20s%C3%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%BD%81>,
        <http://lexvo.org/id/term/kor/%E4%BD%81>,
        <http://lexvo.org/id/term/kor/I>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ji4%20ji5>,
        <http://lexvo.org/id/term/yue/%E4%BD%81>,
        "佁"^^xsd:string .

<http://lexvo.org/id/char/4F42> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%BD%82>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C4%93ng>,
        <http://lexvo.org/id/term/kor/%E4%BD%82>,
        <http://lexvo.org/id/term/kor/CENG>,
        "佂"^^xsd:string .

<http://lexvo.org/id/char/4F43> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%BD%83>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/di%C3%A0n%201138.040%3Ati%C3%A1n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/di%C3%A0n%20ti%C3%A1n>,
        <http://lexvo.org/id/term/kor/%E4%BD%83>,
        <http://lexvo.org/id/term/kor/CEN>,
        <http://lexvo.org/id/term/vie/%C4%91i%E1%BB%81n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/din6%20tin4>,
        <http://lexvo.org/id/term/yue/%E4%BD%83>,
        "佃"^^xsd:string ;
    rdfs:comment "tenant farmer; be a tenant farmer"@en .

<http://lexvo.org/id/char/4F44> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%BD%84>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A1n>,
        "佄"^^xsd:string .

<http://lexvo.org/id/char/4F45> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%BD%85>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A0i>,
        "佅"^^xsd:string .

<http://lexvo.org/id/char/4F46> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%BD%86>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E4%BD%86>,
        <http://lexvo.org/id/term/kor/TAN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/daan6>,
        <http://lexvo.org/id/term/yue/%E4%BD%86>,
        "但"^^xsd:string ;
    rdfs:comment "only; but, however, yet, still"@en .

<http://lexvo.org/id/char/4F47> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%BD%87>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%B9>,
        <http://lexvo.org/id/term/kor/%E4%BD%87>,
        <http://lexvo.org/id/term/kor/CE>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cyu5>,
        <http://lexvo.org/id/term/yue/%E4%BD%87>,
        "佇"^^xsd:string ;
    rdfs:comment "wait; look towards; turn one's back on"@en .

<http://lexvo.org/id/char/4F48> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%BD%88>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%B9>,
        <http://lexvo.org/id/term/kor/%E4%BD%88>,
        <http://lexvo.org/id/term/kor/PHO>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bou3>,
        <http://lexvo.org/id/term/yue/%E4%BD%88>,
        "佈"^^xsd:string ;
    rdfs:comment "spread, publicize, announce"@en .

<http://lexvo.org/id/char/4F49> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%BD%89>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C5%AB>,
        <http://lexvo.org/id/term/kor/%E4%BD%89>,
        <http://lexvo.org/id/term/kor/KWU%20KE>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/keoi1>,
        <http://lexvo.org/id/term/yue/%E4%BD%89>,
        "佉"^^xsd:string ;
    rdfs:comment "surname; name of a divine being; transliteration of Sanskrit 'kh'"@en .

<http://lexvo.org/id/char/4F4A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%BD%8A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C7%90>,
        <http://lexvo.org/id/term/kor/%E4%BD%8A>,
        <http://lexvo.org/id/term/kor/PHI>,
        <http://lexvo.org/id/term/vie/b%C3%A8>,
        "佊"^^xsd:string .

<http://lexvo.org/id/char/4F4B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%BD%8B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%A0o>,
        <http://lexvo.org/id/term/kor/%E4%BD%8B>,
        <http://lexvo.org/id/term/kor/SO>,
        "佋"^^xsd:string ;
    rdfs:comment "continue, carry on; hand down; to join"@en .

<http://lexvo.org/id/char/4F4C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%BD%8C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C7%90>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ci2>,
        <http://lexvo.org/id/term/yue/%E4%BD%8C>,
        "佌"^^xsd:string ;
    rdfs:comment "small"@en .

<http://lexvo.org/id/char/4F4D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%BD%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C3%A8i>,
        <http://lexvo.org/id/term/kor/%E4%BD%8D>,
        <http://lexvo.org/id/term/kor/WI>,
        <http://lexvo.org/id/term/vie/v%E1%BB%8B>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wai2%20wai6>,
        <http://lexvo.org/id/term/yue/%E4%BD%8D>,
        "位"^^xsd:string ;
    rdfs:comment "throne; position, post; rank, status; seat"@en .

<http://lexvo.org/id/char/4F4E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%BD%8E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C4%AB>,
        <http://lexvo.org/id/term/kor/%E4%BD%8E>,
        <http://lexvo.org/id/term/kor/CE>,
        <http://lexvo.org/id/term/vie/%C4%91%C3%A2y>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dai1>,
        <http://lexvo.org/id/term/yue/%E4%BD%8E>,
        "低"^^xsd:string ;
    rdfs:comment "low; to lower, hang, bend, bow"@en .

<http://lexvo.org/id/char/4F4F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%BD%8F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%B9>,
        <http://lexvo.org/id/term/kor/%E4%BD%8F>,
        <http://lexvo.org/id/term/kor/CWU>,
        <http://lexvo.org/id/term/vie/tr%C3%BA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zyu6>,
        <http://lexvo.org/id/term/yue/%E4%BD%8F>,
        "住"^^xsd:string ;
    rdfs:comment "reside, live at, dwell, lodge; stop"@en .

<http://lexvo.org/id/char/4F50> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%BD%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zu%C7%92>,
        <http://lexvo.org/id/term/kor/%E4%BD%90>,
        <http://lexvo.org/id/term/kor/CWA>,
        <http://lexvo.org/id/term/vie/t%C3%A1>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zo3>,
        <http://lexvo.org/id/term/yue/%E4%BD%90>,
        "佐"^^xsd:string ;
    rdfs:comment "assist, aid, second; subordinate"@en .

<http://lexvo.org/id/char/4F51> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%BD%91>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%B2u>,
        <http://lexvo.org/id/term/kor/%E4%BD%91>,
        <http://lexvo.org/id/term/kor/WU>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jau6>,
        <http://lexvo.org/id/term/yue/%E4%BD%91>,
        "佑"^^xsd:string ;
    rdfs:comment "help, protect, bless"@en .

<http://lexvo.org/id/char/4F52> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%BD%92>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C4%81ng>,
        <http://lexvo.org/id/term/kor/%E4%BD%92>,
        <http://lexvo.org/id/term/kor/ANG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/joeng2%20joeng5>,
        <http://lexvo.org/id/term/yue/%E4%BD%92>,
        "佒"^^xsd:string .

<http://lexvo.org/id/char/4F53> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%BD%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C4%AB%201129.030%3At%C7%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C7%90%20b%C3%A8n%20t%C4%AB>,
        <http://lexvo.org/id/term/kor/%E4%BD%93>,
        <http://lexvo.org/id/term/kor/PWUN%20CHEY>,
        <http://lexvo.org/id/term/vie/th%E1%BB%83>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ban6%20tai2>,
        <http://lexvo.org/id/term/yue/%E4%BD%93>,
        "体"^^xsd:string ;
    rdfs:comment "body; group, class, body, unit; inferior"@en .

<http://lexvo.org/id/char/4F54> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%BD%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E4%BD%94>,
        <http://lexvo.org/id/term/kor/CEM>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zim3>,
        <http://lexvo.org/id/term/yue/%E4%BD%94>,
        "佔"^^xsd:string ;
    rdfs:comment "occupy by force, usurp; possess"@en .

<http://lexvo.org/id/char/4F55> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%BD%95>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A9%20h%C3%A8>,
        <http://lexvo.org/id/term/kor/%E4%BD%95>,
        <http://lexvo.org/id/term/kor/HA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ho4%20ho6>,
        <http://lexvo.org/id/term/yue/%E4%BD%95>,
        "何"^^xsd:string ;
    rdfs:comment "what, why, where, which, how"@en .

<http://lexvo.org/id/char/4F56> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%BD%96>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%AC>,
        <http://lexvo.org/id/term/kor/%E4%BD%96>,
        <http://lexvo.org/id/term/kor/PHIL>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bit1>,
        <http://lexvo.org/id/term/yue/%E4%BD%96>,
        "佖"^^xsd:string .

<http://lexvo.org/id/char/4F57> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%BD%97>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/tu%C3%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/tu%C3%B3%20tu%C5%8D%20tu%C3%B2%20y%C3%AD>,
        <http://lexvo.org/id/term/kor/%E4%BD%97>,
        <http://lexvo.org/id/term/kor/THA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/taa4%20to1%20to4>,
        <http://lexvo.org/id/term/yue/%E4%BD%97>,
        "佗"^^xsd:string ;
    rdfs:comment "other, he; surname; a load"@en .

<http://lexvo.org/id/char/4F58> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%BD%98>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%A9>,
        <http://lexvo.org/id/term/kor/%E4%BD%98>,
        <http://lexvo.org/id/term/kor/SA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/se4>,
        <http://lexvo.org/id/term/yue/%E4%BD%98>,
        "佘"^^xsd:string ;
    rdfs:comment "surname"@en .

<http://lexvo.org/id/char/4F59> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%BD%99>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%BA%20x%C3%BA>,
        <http://lexvo.org/id/term/kor/%E4%BD%99>,
        <http://lexvo.org/id/term/kor/YE>,
        <http://lexvo.org/id/term/vie/d%C6%B0>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jyu4>,
        <http://lexvo.org/id/term/yue/%E4%BD%99>,
        "余"^^xsd:string ;
    rdfs:comment "I, my, me; surname; surplus"@en .

<http://lexvo.org/id/char/4F5A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%BD%9A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%AC%20di%C3%A9>,
        <http://lexvo.org/id/term/kor/%E4%BD%9A>,
        <http://lexvo.org/id/term/kor/IL%20CIL>,
        <http://lexvo.org/id/term/vie/d%E1%BA%ADt>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jat6>,
        <http://lexvo.org/id/term/yue/%E4%BD%9A>,
        "佚"^^xsd:string ;
    rdfs:comment "indulge in pleasures; flee"@en .

<http://lexvo.org/id/char/4F5B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%BD%9B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%B3%200339.120%3Af%C3%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%B3%20f%C3%BA>,
        <http://lexvo.org/id/term/kor/%E4%BD%9B>,
        <http://lexvo.org/id/term/kor/PWUL%20PHIL>,
        <http://lexvo.org/id/term/vie/ph%E1%BA%ADt>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bat6%20fat1%20fat6>,
        <http://lexvo.org/id/term/yue/%E4%BD%9B>,
        "佛"^^xsd:string ;
    rdfs:comment "Buddha; of Buddhism; merciful person; Buddhist image; the dead (Jap.)"@en .

<http://lexvo.org/id/char/4F5C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%BD%9C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zu%C3%B2%20zu%C5%8D%20zu%C3%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zu%C5%8D%201550.080%3Azu%C3%B3%201553.030%2C1554.031%3Azu%C3%B2>,
        <http://lexvo.org/id/term/kor/%E4%BD%9C>,
        <http://lexvo.org/id/term/kor/CAK%20CWU>,
        <http://lexvo.org/id/term/vie/t%C3%A1c>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zok3>,
        <http://lexvo.org/id/term/yue/%E4%BD%9C>,
        "作"^^xsd:string ;
    rdfs:comment "make; work; compose, write; act, perform"@en .

<http://lexvo.org/id/char/4F5D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%BD%9D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C5%8Du>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C3%B2u%20g%C5%8Du>,
        <http://lexvo.org/id/term/kor/%E4%BD%9D>,
        <http://lexvo.org/id/term/kor/KWU>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kau3%20keoi1>,
        <http://lexvo.org/id/term/yue/%E4%BD%9D>,
        "佝"^^xsd:string ;
    rdfs:comment "rickets"@en .

<http://lexvo.org/id/char/4F5E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%BD%9E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C3%ACng>,
        <http://lexvo.org/id/term/kor/%E4%BD%9E>,
        <http://lexvo.org/id/term/kor/NYENG>,
        <http://lexvo.org/id/term/vie/n%E1%BB%8Bnh>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ning6>,
        <http://lexvo.org/id/term/yue/%E4%BD%9E>,
        "佞"^^xsd:string ;
    rdfs:comment "flattery; glib"@en .

<http://lexvo.org/id/char/4F5F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%BD%9F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%B3ng>,
        <http://lexvo.org/id/term/kor/%E4%BD%9F>,
        <http://lexvo.org/id/term/kor/TONG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tung4>,
        <http://lexvo.org/id/term/yue/%E4%BD%9F>,
        "佟"^^xsd:string ;
    rdfs:comment "a name"@en .

<http://lexvo.org/id/char/4F60> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%BD%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C7%90>,
        <http://lexvo.org/id/term/kor/%E4%BD%A0>,
        <http://lexvo.org/id/term/kor/NI>,
        <http://lexvo.org/id/term/vie/n%E1%BB%83>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/nei5>,
        <http://lexvo.org/id/term/yue/%E4%BD%A0>,
        "你"^^xsd:string ;
    rdfs:comment "you, second person pronoun"@en .

<http://lexvo.org/id/char/4F61> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%BD%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xu%C4%81n>,
        "佡"^^xsd:string ;
    rdfs:comment "make effort, endeavor"@en .

<http://lexvo.org/id/char/4F62> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%BD%A2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C3%BA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/heoi5%20keoi5>,
        <http://lexvo.org/id/term/yue/%E4%BD%A2>,
        "佢"^^xsd:string ;
    rdfs:comment "(Cant.) he, she, it"@en .

<http://lexvo.org/id/char/4F63> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%BD%A3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%B2ng%20y%C5%8Dng%20y%C3%B3ng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C5%8Dng%201393.030%3Ay%C3%B2ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jung6>,
        <http://lexvo.org/id/term/yue/%E4%BD%A3>,
        "佣"^^xsd:string ;
    rdfs:comment "commission fee"@en .

<http://lexvo.org/id/char/4F64> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%BD%A4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C7%8E>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ngaa5>,
        <http://lexvo.org/id/term/yue/%E4%BD%A4>,
        "佤"^^xsd:string ;
    rdfs:comment "the Va (Wa) nationality, living in Yunnan"@en .

<http://lexvo.org/id/char/4F65> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%BD%A5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C4%81n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cim1>,
        <http://lexvo.org/id/term/yue/%E4%BD%A5>,
        "佥"^^xsd:string ;
    rdfs:comment "all, together, unanimous"@en .

<http://lexvo.org/id/char/4F66> a lvont:Character ;
    lvont:represents "佦"^^xsd:string .

<http://lexvo.org/id/char/4F67> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%BD%A7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C7%8E>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kaa1%20kaa2>,
        <http://lexvo.org/id/term/yue/%E4%BD%A7>,
        "佧"^^xsd:string .

<http://lexvo.org/id/char/4F68> a lvont:Character ;
    lvont:represents "佨"^^xsd:string .

<http://lexvo.org/id/char/4F69> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%BD%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%A8i>,
        <http://lexvo.org/id/term/kor/%E4%BD%A9>,
        <http://lexvo.org/id/term/kor/PHAY>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/pui3>,
        <http://lexvo.org/id/term/yue/%E4%BD%A9>,
        "佩"^^xsd:string ;
    rdfs:comment "belt ornament, pendant; wear at waist, tie to the belt; respect"@en .

<http://lexvo.org/id/char/4F6A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%BD%AA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%AD%20hu%C3%A1i>,
        <http://lexvo.org/id/term/kor/%E4%BD%AA>,
        <http://lexvo.org/id/term/kor/HOY>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wui4>,
        <http://lexvo.org/id/term/yue/%E4%BD%AA>,
        "佪"^^xsd:string ;
    rdfs:comment "hesitate"@en .

<http://lexvo.org/id/char/4F6B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%BD%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A8>,
        "佫"^^xsd:string .

<http://lexvo.org/id/char/4F6C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%BD%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C7%8Eo>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lou2>,
        <http://lexvo.org/id/term/yue/%E4%BD%AC>,
        "佬"^^xsd:string ;
    rdfs:comment "(Cant.) man, person; mature"@en .

<http://lexvo.org/id/char/4F6D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%BD%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A1ng>,
        "佭"^^xsd:string ;
    rdfs:comment "unsubmissive; obstreperous"@en .

<http://lexvo.org/id/char/4F6E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%BD%AE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C3%A9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tap1>,
        <http://lexvo.org/id/term/yue/%E4%BD%AE>,
        "佮"^^xsd:string ;
    rdfs:comment "(Cant.) intensive particle"@en .

<http://lexvo.org/id/char/4F6F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%BD%AF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A1ng>,
        <http://lexvo.org/id/term/kor/%E4%BD%AF>,
        <http://lexvo.org/id/term/kor/YANG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jeoi4%20joeng4>,
        <http://lexvo.org/id/term/yue/%E4%BD%AF>,
        "佯"^^xsd:string ;
    rdfs:comment "pretend, feign; false, deceitful"@en .

<http://lexvo.org/id/char/4F70> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%BD%B0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C7%8Ei>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C7%8Ei%20b%C3%B3>,
        <http://lexvo.org/id/term/kor/%E4%BD%B0>,
        <http://lexvo.org/id/term/kor/PEYK>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/baak3>,
        <http://lexvo.org/id/term/yue/%E4%BD%B0>,
        "100",
        "佰"^^xsd:string ;
    rdfs:comment "hundred"@en .

<http://lexvo.org/id/char/4F71> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%BD%B1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C7%8E>,
        "佱"^^xsd:string .

<http://lexvo.org/id/char/4F72> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%BD%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%ADng>,
        "佲"^^xsd:string .

<http://lexvo.org/id/char/4F73> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%BD%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C4%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C4%81%20jia>,
        <http://lexvo.org/id/term/kor/%E4%BD%B3>,
        <http://lexvo.org/id/term/kor/KA%20KAY>,
        <http://lexvo.org/id/term/vie/giai>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gaai1>,
        <http://lexvo.org/id/term/yue/%E4%BD%B3>,
        "佳"^^xsd:string ;
    rdfs:comment "good, auspicious; beautiful; delightful"@en .

<http://lexvo.org/id/char/4F74> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C3%A8r%200815.010%3An%C3%A0i>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%C3%A8r%20n%C3%A0i%20m%C7%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%BD%B4>,
        <http://lexvo.org/id/term/kor/%E4%BD%B4>,
        <http://lexvo.org/id/term/kor/I>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ji6%20noi6>,
        <http://lexvo.org/id/term/yue/%E4%BD%B4>,
        "佴"^^xsd:string ;
    rdfs:comment "a second, an assistant"@en .

<http://lexvo.org/id/char/4F75> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%BD%B5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%ACng>,
        <http://lexvo.org/id/term/kor/%E4%BD%B5>,
        <http://lexvo.org/id/term/kor/PYENG>,
        <http://lexvo.org/id/term/vie/t%C3%ADnh>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bing3%20ping3>,
        <http://lexvo.org/id/term/yue/%E4%BD%B5>,
        "併"^^xsd:string ;
    rdfs:comment "combine, annex"@en .

<http://lexvo.org/id/char/4F76> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%BD%B6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%AD>,
        <http://lexvo.org/id/term/kor/%E4%BD%B6>,
        <http://lexvo.org/id/term/kor/KIL>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gat1%20git3>,
        <http://lexvo.org/id/term/yue/%E4%BD%B6>,
        "佶"^^xsd:string ;
    rdfs:comment "strong, robust; exact, correct"@en .

<http://lexvo.org/id/char/4F77> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%BD%B7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C4%9Bn>,
        <http://lexvo.org/id/term/kor/%E4%BD%B7>,
        <http://lexvo.org/id/term/kor/HANG%20HAN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/han2>,
        <http://lexvo.org/id/term/yue/%E4%BD%B7>,
        "佷"^^xsd:string ;
    rdfs:comment "to act contrary to"@en .

<http://lexvo.org/id/char/4F78> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%BD%B8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%B3>,
        <http://lexvo.org/id/term/kor/%E4%BD%B8>,
        <http://lexvo.org/id/term/kor/KWAL>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kut3%20wut6>,
        <http://lexvo.org/id/term/yue/%E4%BD%B8>,
        "佸"^^xsd:string ;
    rdfs:comment "meet"@en .

<http://lexvo.org/id/char/4F79> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%BD%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/gu%C7%90>,
        <http://lexvo.org/id/term/kor/%E4%BD%B9>,
        <http://lexvo.org/id/term/kor/KWEY>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gwai2>,
        <http://lexvo.org/id/term/yue/%E4%BD%B9>,
        "佹"^^xsd:string ;
    rdfs:comment "depend upon; support; go against; (variant deceive)"@en .

<http://lexvo.org/id/char/4F7A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%BD%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qu%C3%A1n>,
        <http://lexvo.org/id/term/kor/%E4%BD%BA>,
        <http://lexvo.org/id/term/kor/CEN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cyun4>,
        <http://lexvo.org/id/term/yue/%E4%BD%BA>,
        "佺"^^xsd:string ;
    rdfs:comment "fairy"@en .

<http://lexvo.org/id/char/4F7B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%BD%BB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ti%C4%81o>,
        <http://lexvo.org/id/term/kor/%E4%BD%BB>,
        <http://lexvo.org/id/term/kor/CO>,
        <http://lexvo.org/id/term/vie/%C4%91i%C3%AAu>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tiu1%20tiu4>,
        <http://lexvo.org/id/term/yue/%E4%BD%BB>,
        "佻"^^xsd:string ;
    rdfs:comment "frivolous; unsteady; delay"@en .

<http://lexvo.org/id/char/4F7C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%BD%BC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C7%8Eo>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C7%8Eo%20ji%C4%81o>,
        <http://lexvo.org/id/term/kor/%E4%BD%BC>,
        <http://lexvo.org/id/term/kor/KYO>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gaau2>,
        <http://lexvo.org/id/term/yue/%E4%BD%BC>,
        "佼"^^xsd:string ;
    rdfs:comment "beautiful, handsome, good-looking"@en .

<http://lexvo.org/id/char/4F7D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%BD%BD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C3%AC>,
        <http://lexvo.org/id/term/kor/%E4%BD%BD>,
        <http://lexvo.org/id/term/kor/CHA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ci3>,
        <http://lexvo.org/id/term/yue/%E4%BD%BD>,
        "佽"^^xsd:string ;
    rdfs:comment "aid; help"@en .

<http://lexvo.org/id/char/4F7E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%BD%BE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%AC>,
        <http://lexvo.org/id/term/kor/%E4%BD%BE>,
        <http://lexvo.org/id/term/kor/IL>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jat6>,
        <http://lexvo.org/id/term/yue/%E4%BD%BE>,
        "佾"^^xsd:string ;
    rdfs:comment "a row or file of dancers"@en .

<http://lexvo.org/id/char/4F7F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%BD%BF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C7%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C7%90%20sh%C3%AC>,
        <http://lexvo.org/id/term/kor/%E4%BD%BF>,
        <http://lexvo.org/id/term/kor/SA%20SI>,
        <http://lexvo.org/id/term/vie/s%E1%BB%A9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sai2%20si2%20si3>,
        <http://lexvo.org/id/term/yue/%E4%BD%BF>,
        "使"^^xsd:string ;
    rdfs:comment "cause, send on a mission, order; envoy, messenger, ambassador"@en .

<http://lexvo.org/id/char/4F80> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%BE%80>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C3%ADng>,
        <http://lexvo.org/id/term/kor/%E4%BE%80>,
        <http://lexvo.org/id/term/kor/HYENG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jing4>,
        <http://lexvo.org/id/term/yue/%E4%BE%80>,
        "侀"^^xsd:string ;
    rdfs:comment "form"@en .

<http://lexvo.org/id/char/4F81> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%BE%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C4%93n>,
        <http://lexvo.org/id/term/kor/%E4%BE%81>,
        <http://lexvo.org/id/term/kor/SIN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/san1>,
        <http://lexvo.org/id/term/yue/%E4%BE%81>,
        "侁"^^xsd:string ;
    rdfs:comment "crowd"@en .

<http://lexvo.org/id/char/4F82> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%BE%82>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/tu%C5%8D>,
        <http://lexvo.org/id/term/kor/%E4%BE%82>,
        <http://lexvo.org/id/term/kor/THAK>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tok3>,
        <http://lexvo.org/id/term/yue/%E4%BE%82>,
        "侂"^^xsd:string ;
    rdfs:comment "to commission, to entrust to, to depute; to request, to ask"@en .

<http://lexvo.org/id/char/4F83> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%BE%83>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C7%8En>,
        <http://lexvo.org/id/term/kor/%E4%BE%83>,
        <http://lexvo.org/id/term/kor/KAN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hon2>,
        <http://lexvo.org/id/term/yue/%E4%BE%83>,
        "侃"^^xsd:string ;
    rdfs:comment "upright and strong; amiable"@en .

<http://lexvo.org/id/char/4F84> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%BE%84>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%AD>,
        <http://lexvo.org/id/term/kor/%E4%BE%84>,
        <http://lexvo.org/id/term/kor/CIL>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zat6>,
        <http://lexvo.org/id/term/yue/%E4%BE%84>,
        "侄"^^xsd:string ;
    rdfs:comment "nephew"@en .

<http://lexvo.org/id/char/4F85> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%BE%85>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C4%81i>,
        <http://lexvo.org/id/term/kor/%E4%BE%85>,
        <http://lexvo.org/id/term/kor/HAY>,
        <http://lexvo.org/id/term/vie/h%E1%BB%9Di>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/goi1>,
        <http://lexvo.org/id/term/yue/%E4%BE%85>,
        "侅"^^xsd:string ;
    rdfs:comment "to give; prepared for included in; embraced in"@en .

<http://lexvo.org/id/char/4F86> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%BE%86>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%A1i>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%A1i%20l%C3%A0i>,
        <http://lexvo.org/id/term/kor/%E4%BE%86>,
        <http://lexvo.org/id/term/kor/LAY>,
        <http://lexvo.org/id/term/vie/lai>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lai4%20loi4%20loi6>,
        <http://lexvo.org/id/term/yue/%E4%BE%86>,
        "來"^^xsd:string ;
    rdfs:comment "come, coming; return, returning"@en .

<http://lexvo.org/id/char/4F87> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%BE%87>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%AD>,
        <http://lexvo.org/id/term/kor/%E4%BE%87>,
        <http://lexvo.org/id/term/kor/I>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ji4>,
        <http://lexvo.org/id/term/yue/%E4%BE%87>,
        "侇"^^xsd:string ;
    rdfs:comment "a class, a category a corpse"@en .

<http://lexvo.org/id/char/4F88> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%BE%88>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C7%90>,
        <http://lexvo.org/id/term/kor/%E4%BE%88>,
        <http://lexvo.org/id/term/kor/CHI>,
        <http://lexvo.org/id/term/vie/x%E1%BB%89>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ci2>,
        <http://lexvo.org/id/term/yue/%E4%BE%88>,
        "侈"^^xsd:string ;
    rdfs:comment "luxurious, extravagant"@en .

<http://lexvo.org/id/char/4F89> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%BE%89>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ku%C4%81%20ku%C7%8E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ku%C7%8E>,
        <http://lexvo.org/id/term/kor/%E4%BE%89>,
        <http://lexvo.org/id/term/kor/KWA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kwaa2>,
        <http://lexvo.org/id/term/yue/%E4%BE%89>,
        "侉"^^xsd:string .

<http://lexvo.org/id/char/4F8A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%BE%8A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/gu%C4%81ng>,
        <http://lexvo.org/id/term/kor/%E4%BE%8A>,
        <http://lexvo.org/id/term/kor/KWANG>,
        "侊"^^xsd:string ;
    rdfs:comment "big"@en .

<http://lexvo.org/id/char/4F8B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%BE%8B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%AC>,
        <http://lexvo.org/id/term/kor/%E4%BE%8B>,
        <http://lexvo.org/id/term/kor/LYEY>,
        <http://lexvo.org/id/term/vie/l%E1%BB%81>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lai6>,
        <http://lexvo.org/id/term/yue/%E4%BE%8B>,
        "例"^^xsd:string ;
    rdfs:comment "precedent, example; regulation"@en .

<http://lexvo.org/id/char/4F8C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%BE%8C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C4%ABn>,
        "侌"^^xsd:string .

<http://lexvo.org/id/char/4F8D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%BE%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%AC>,
        <http://lexvo.org/id/term/kor/%E4%BE%8D>,
        <http://lexvo.org/id/term/kor/SI>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/si6>,
        <http://lexvo.org/id/term/yue/%E4%BE%8D>,
        "侍"^^xsd:string ;
    rdfs:comment "serve, attend upon; attendant, servant; samurai"@en .

<http://lexvo.org/id/char/4F8E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%BE%8E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C7%90%20m%C4%9Bi>,
        <http://lexvo.org/id/term/kor/%E4%BE%8E>,
        <http://lexvo.org/id/term/kor/MI>,
        "侎"^^xsd:string ;
    rdfs:comment "to soothe, to pacify; to settle, to establish"@en .

<http://lexvo.org/id/char/4F8F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%BE%8F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C5%AB>,
        <http://lexvo.org/id/term/kor/%E4%BE%8F>,
        <http://lexvo.org/id/term/kor/CWU>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zyu1>,
        <http://lexvo.org/id/term/yue/%E4%BE%8F>,
        "侏"^^xsd:string ;
    rdfs:comment "small, little, tiny, dwarf"@en .

<http://lexvo.org/id/char/4F90> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%BE%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C3%B9>,
        <http://lexvo.org/id/term/kor/%E4%BE%90>,
        <http://lexvo.org/id/term/kor/HYEK>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gwik1>,
        <http://lexvo.org/id/term/yue/%E4%BE%90>,
        "侐"^^xsd:string ;
    rdfs:comment "quiet"@en .

<http://lexvo.org/id/char/4F91> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%BE%91>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%B2u>,
        <http://lexvo.org/id/term/kor/%E4%BE%91>,
        <http://lexvo.org/id/term/kor/YU>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jau6>,
        <http://lexvo.org/id/term/yue/%E4%BE%91>,
        "侑"^^xsd:string ;
    rdfs:comment "help, assist, repay kindness"@en .

<http://lexvo.org/id/char/4F92> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C4%81n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%BE%92>,
        <http://lexvo.org/id/term/kor/%E4%BE%92>,
        <http://lexvo.org/id/term/kor/AN>,
        "侒"^^xsd:string .

<http://lexvo.org/id/char/4F93> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%BE%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%B9>,
        "侓"^^xsd:string .

<http://lexvo.org/id/char/4F94> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%BE%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%B3u>,
        <http://lexvo.org/id/term/kor/%E4%BE%94>,
        <http://lexvo.org/id/term/kor/MO>,
        <http://lexvo.org/id/term/vie/m%E1%BA%A7u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mau4>,
        <http://lexvo.org/id/term/yue/%E4%BE%94>,
        "侔"^^xsd:string ;
    rdfs:comment "equal"@en .

<http://lexvo.org/id/char/4F95> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C3%A9r>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%BE%95>,
        "侕"^^xsd:string .

<http://lexvo.org/id/char/4F96> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%BE%96>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%BAn>,
        <http://lexvo.org/id/term/kor/%E4%BE%96>,
        <http://lexvo.org/id/term/kor/LYUN>,
        <http://lexvo.org/id/term/vie/l%E1%BB%8Fn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/leon4>,
        <http://lexvo.org/id/term/yue/%E4%BE%96>,
        "侖"^^xsd:string ;
    rdfs:comment "logical reasons, logical order"@en .

<http://lexvo.org/id/char/4F97> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%BE%97>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%B2ng%201154.050%3At%C3%B3ng%201155.020%3At%C7%92ng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C5%8Dng%20t%C3%B3ng%20t%C7%92ng%20d%C3%B2ng>,
        <http://lexvo.org/id/term/kor/%E4%BE%97>,
        <http://lexvo.org/id/term/kor/TONG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dung6%20tung4>,
        <http://lexvo.org/id/term/yue/%E4%BE%97>,
        "侗"^^xsd:string ;
    rdfs:comment "big; ignorant; rude, rustic"@en .

<http://lexvo.org/id/char/4F98> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%BE%98>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%A0>,
        <http://lexvo.org/id/term/kor/%E4%BE%98>,
        <http://lexvo.org/id/term/kor/CHA>,
        <http://lexvo.org/id/term/vie/s%C3%A1>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/caa3>,
        <http://lexvo.org/id/term/yue/%E4%BE%98>,
        "侘"^^xsd:string ;
    rdfs:comment "disappointed, forlorn"@en .

<http://lexvo.org/id/char/4F99> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%BE%99>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%AC>,
        <http://lexvo.org/id/term/kor/%E4%BE%99>,
        <http://lexvo.org/id/term/kor/CHIK>,
        "侙"^^xsd:string .

<http://lexvo.org/id/char/4F9A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%BE%9A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C3%B9n>,
        <http://lexvo.org/id/term/kor/%E4%BE%9A>,
        <http://lexvo.org/id/term/kor/SWUN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/seon1%20seon6>,
        <http://lexvo.org/id/term/yue/%E4%BE%9A>,
        "侚"^^xsd:string ;
    rdfs:comment "fast"@en .

<http://lexvo.org/id/char/4F9B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%BE%9B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C5%8Dng%200389.010%3Ag%C3%B2ng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C5%8Dng%20g%C3%B2ng>,
        <http://lexvo.org/id/term/kor/%E4%BE%9B>,
        <http://lexvo.org/id/term/kor/KONG>,
        <http://lexvo.org/id/term/vie/cung>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gung1%20gung3>,
        <http://lexvo.org/id/term/yue/%E4%BE%9B>,
        "供"^^xsd:string ;
    rdfs:comment "supply, provide for; offer in worship"@en .

<http://lexvo.org/id/char/4F9C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%BE%9C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C5%8Du>,
        <http://lexvo.org/id/term/kor/%E4%BE%9C>,
        <http://lexvo.org/id/term/kor/CWU>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zau1>,
        <http://lexvo.org/id/term/yue/%E4%BE%9C>,
        "侜"^^xsd:string ;
    rdfs:comment "lies"@en .

<http://lexvo.org/id/char/4F9D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%BE%9D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C4%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C4%AB%20y%C7%90>,
        <http://lexvo.org/id/term/kor/%E4%BE%9D>,
        <http://lexvo.org/id/term/kor/UY>,
        <http://lexvo.org/id/term/vie/y>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ji1>,
        <http://lexvo.org/id/term/yue/%E4%BE%9D>,
        "依"^^xsd:string ;
    rdfs:comment "rely on, be set in; consent, obey a wish"@en .

<http://lexvo.org/id/char/4F9E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%BE%9E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/r%C7%94>,
        <http://lexvo.org/id/term/kor/%E4%BE%9E>,
        <http://lexvo.org/id/term/kor/YE>,
        "侞"^^xsd:string .

<http://lexvo.org/id/char/4F9F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%BE%9F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%A0n>,
        "侟"^^xsd:string .

<http://lexvo.org/id/char/4FA0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%BE%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A1>,
        <http://lexvo.org/id/term/kor/%E4%BE%A0>,
        <http://lexvo.org/id/term/kor/HYEP%20KYEP>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/haap6%20hap6>,
        <http://lexvo.org/id/term/yue/%E4%BE%A0>,
        "侠"^^xsd:string ;
    rdfs:comment "chivalrous person; knight-errant"@en .

<http://lexvo.org/id/char/4FA1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%BE%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%A0>,
        <http://lexvo.org/id/term/kor/%E4%BE%A1>,
        <http://lexvo.org/id/term/kor/KA>,
        "価"^^xsd:string ;
    rdfs:comment "price, value"@en .

<http://lexvo.org/id/char/4FA2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%BE%A2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C3%A0i>,
        "侢"^^xsd:string ;
    rdfs:comment "load"@en .

<http://lexvo.org/id/char/4FA3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%BE%A3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C7%9A>,
        <http://lexvo.org/id/term/kor/%E4%BE%A3>,
        <http://lexvo.org/id/term/kor/LYE>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/leoi5>,
        <http://lexvo.org/id/term/yue/%E4%BE%A3>,
        "侣"^^xsd:string ;
    rdfs:comment "companion; associate with"@en .

<http://lexvo.org/id/char/4FA4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/kor/%E4%BE%A4>,
        <http://lexvo.org/id/term/kor/KO>,
        "侤"^^xsd:string .

<http://lexvo.org/id/char/4FA5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%BE%A5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C7%8Eo>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C7%8Eo%201340.100%3Ay%C3%A1o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/giu1%20hiu1>,
        <http://lexvo.org/id/term/yue/%E4%BE%A5>,
        "侥"^^xsd:string ;
    rdfs:comment "be lucky; by chance, by luck"@en .

<http://lexvo.org/id/char/4FA6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%BE%A6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C4%93n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C4%93n%20zh%C4%93ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zing1>,
        <http://lexvo.org/id/term/yue/%E4%BE%A6>,
        "侦"^^xsd:string ;
    rdfs:comment "spy, reconnoiter; detective"@en .

<http://lexvo.org/id/char/4FA7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%BE%A7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C3%A8%201445.050%3Az%C3%A8%201449.090%3Azh%C4%81i>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C3%A8%20z%C3%A8>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zak1>,
        <http://lexvo.org/id/term/yue/%E4%BE%A7>,
        "侧"^^xsd:string ;
    rdfs:comment "side; incline, slant, lean"@en .

<http://lexvo.org/id/char/4FA8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%BE%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C3%A1o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kiu4>,
        <http://lexvo.org/id/term/yue/%E4%BE%A8>,
        "侨"^^xsd:string ;
    rdfs:comment "sojourn, lodge"@en .

<http://lexvo.org/id/char/4FA9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%BE%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ku%C3%A0i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kui2>,
        <http://lexvo.org/id/term/yue/%E4%BE%A9>,
        "侩"^^xsd:string ;
    rdfs:comment "go-between, broker, proxy"@en .

<http://lexvo.org/id/char/4FAA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%BE%AA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%A1i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/caai4>,
        <http://lexvo.org/id/term/yue/%E4%BE%AA>,
        "侪"^^xsd:string ;
    rdfs:comment "a company, companion; together"@en .

<http://lexvo.org/id/char/4FAB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%BE%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C3%ACng>,
        "侫"^^xsd:string ;
    rdfs:comment "flattery; glib"@en .

<http://lexvo.org/id/char/4FAC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%BE%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C3%B3ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/nung4>,
        <http://lexvo.org/id/term/yue/%E4%BE%AC>,
        "侬"^^xsd:string ;
    rdfs:comment "I; you; family name"@en .

<http://lexvo.org/id/char/4FAD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%BE%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C7%90n>,
        "侭"^^xsd:string ;
    rdfs:comment "complete, utmost"@en .

<http://lexvo.org/id/char/4FAE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%BE%AE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C7%94>,
        <http://lexvo.org/id/term/kor/%E4%BE%AE>,
        <http://lexvo.org/id/term/kor/MO>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mou5>,
        <http://lexvo.org/id/term/yue/%E4%BE%AE>,
        "侮"^^xsd:string ;
    rdfs:comment "insult, ridicule, disgrace"@en .

<http://lexvo.org/id/char/4FAF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%BE%AF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%B3u%200467.060%3Ah%C3%B2u>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%B3u%20h%C3%B2u>,
        <http://lexvo.org/id/term/kor/%E4%BE%AF>,
        <http://lexvo.org/id/term/kor/HWU>,
        <http://lexvo.org/id/term/vie/h%E1%BA%ADu>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hau4%20hau6>,
        <http://lexvo.org/id/term/yue/%E4%BE%AF>,
        "侯"^^xsd:string ;
    rdfs:comment "marquis, lord; target in archery"@en .

<http://lexvo.org/id/char/4FB0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%BE%B0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C7%92ng>,
        "侰"^^xsd:string .

<http://lexvo.org/id/char/4FB1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%BE%B1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C4%9Bng>,
        <http://lexvo.org/id/term/vie/r%C3%ACnh>,
        "侱"^^xsd:string .

<http://lexvo.org/id/char/4FB2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%BE%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%A8n>,
        <http://lexvo.org/id/term/kor/%E4%BE%B2>,
        <http://lexvo.org/id/term/kor/CIN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zan3>,
        <http://lexvo.org/id/term/yue/%E4%BE%B2>,
        "侲"^^xsd:string .

<http://lexvo.org/id/char/4FB3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%BE%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zu%C3%B2%20cu%C3%B2>,
        <http://lexvo.org/id/term/kor/%E4%BE%B3>,
        <http://lexvo.org/id/term/kor/CWA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/co3%20zo6>,
        <http://lexvo.org/id/term/yue/%E4%BE%B3>,
        "侳"^^xsd:string .

<http://lexvo.org/id/char/4FB4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%BE%B4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C7%92u>,
        "侴"^^xsd:string ;
    rdfs:comment "surname"@en .

<http://lexvo.org/id/char/4FB5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%BE%B5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C4%ABn>,
        <http://lexvo.org/id/term/kor/%E4%BE%B5>,
        <http://lexvo.org/id/term/kor/CHIM>,
        <http://lexvo.org/id/term/vie/x%C3%A2m>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cam1>,
        <http://lexvo.org/id/term/yue/%E4%BE%B5>,
        "侵"^^xsd:string ;
    rdfs:comment "invade, encroach upon, raid"@en .

<http://lexvo.org/id/char/4FB6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%BE%B6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C7%9A>,
        <http://lexvo.org/id/term/kor/%E4%BE%B6>,
        <http://lexvo.org/id/term/kor/LYE>,
        <http://lexvo.org/id/term/vie/l%E1%BB%A9a>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/leoi5>,
        <http://lexvo.org/id/term/yue/%E4%BE%B6>,
        "侶"^^xsd:string ;
    rdfs:comment "companion; associate with"@en .

<http://lexvo.org/id/char/4FB7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%BE%B7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%BA>,
        <http://lexvo.org/id/term/kor/%E4%BE%B7>,
        <http://lexvo.org/id/term/kor/KWUK>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/guk6>,
        <http://lexvo.org/id/term/yue/%E4%BE%B7>,
        "侷"^^xsd:string ;
    rdfs:comment "narrow, cramped, confined"@en .

<http://lexvo.org/id/char/4FB8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%BE%B8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%B9>,
        <http://lexvo.org/id/term/kor/%E4%BE%B8>,
        <http://lexvo.org/id/term/kor/TWU>,
        "侸"^^xsd:string .

<http://lexvo.org/id/char/4FB9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%BE%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C7%90ng>,
        <http://lexvo.org/id/term/kor/%E4%BE%B9>,
        <http://lexvo.org/id/term/kor/CENG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ting2%20ting5>,
        <http://lexvo.org/id/term/yue/%E4%BE%B9>,
        "侹"^^xsd:string .

<http://lexvo.org/id/char/4FBA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%BE%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%A8n>,
        "侺"^^xsd:string .

<http://lexvo.org/id/char/4FBB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%BE%BB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/tu%C3%AC%201170.120%3Atu%C5%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/tu%C5%8D>,
        <http://lexvo.org/id/term/kor/%E4%BE%BB>,
        <http://lexvo.org/id/term/kor/THAL>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tyut3>,
        <http://lexvo.org/id/term/yue/%E4%BE%BB>,
        "侻"^^xsd:string .

<http://lexvo.org/id/char/4FBC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%BE%BC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%B3>,
        <http://lexvo.org/id/term/vie/b%E1%BB%A5t>,
        "侼"^^xsd:string .

<http://lexvo.org/id/char/4FBD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%BE%BD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C3%A1n>,
        "侽"^^xsd:string .

<http://lexvo.org/id/char/4FBE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%BE%BE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C4%81o>,
        "侾"^^xsd:string .

<http://lexvo.org/id/char/4FBF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%BE%BF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/bi%C3%A0n%200873.020%3Api%C3%A1n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/bi%C3%A0n%20pi%C3%A1n>,
        <http://lexvo.org/id/term/kor/%E4%BE%BF>,
        <http://lexvo.org/id/term/kor/PHYEN%20PYEN>,
        <http://lexvo.org/id/term/vie/ti%E1%BB%87n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bin6%20pin4>,
        <http://lexvo.org/id/term/yue/%E4%BE%BF>,
        "便"^^xsd:string ;
    rdfs:comment "convenience, ease; expedient"@en .

<http://lexvo.org/id/char/4FC0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%BF%80>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/tu%C7%90>,
        "俀"^^xsd:string .

<http://lexvo.org/id/char/4FC1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%BF%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%94>,
        <http://lexvo.org/id/term/kor/%E4%BF%81>,
        <http://lexvo.org/id/term/kor/YU>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jyu5>,
        <http://lexvo.org/id/term/yue/%E4%BF%81>,
        "俁"^^xsd:string ;
    rdfs:comment "big"@en .

<http://lexvo.org/id/char/4FC2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%BF%82>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C3%AC>,
        <http://lexvo.org/id/term/kor/%E4%BF%82>,
        <http://lexvo.org/id/term/kor/KYEY>,
        <http://lexvo.org/id/term/vie/h%E1%BB%87>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hai6>,
        <http://lexvo.org/id/term/yue/%E4%BF%82>,
        "係"^^xsd:string ;
    rdfs:comment "bind, tie up; involve, relation"@en .

<http://lexvo.org/id/char/4FC3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%BF%83>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C3%B9>,
        <http://lexvo.org/id/term/kor/%E4%BF%83>,
        <http://lexvo.org/id/term/kor/CHOK>,
        <http://lexvo.org/id/term/vie/x%C3%BAc>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cuk1>,
        <http://lexvo.org/id/term/yue/%E4%BF%83>,
        "促"^^xsd:string ;
    rdfs:comment "urge, press, hurry; close"@en .

<http://lexvo.org/id/char/4FC4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C3%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%BF%84>,
        <http://lexvo.org/id/term/kor/%E4%BF%84>,
        <http://lexvo.org/id/term/kor/A>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ngo4%20ngo5>,
        <http://lexvo.org/id/term/yue/%E4%BF%84>,
        "俄"^^xsd:string ;
    rdfs:comment "sudden(ly), soon; Russian"@en .

<http://lexvo.org/id/char/4FC5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%BF%85>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C3%BA>,
        <http://lexvo.org/id/term/kor/%E4%BF%85>,
        <http://lexvo.org/id/term/kor/KWU>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kau4>,
        <http://lexvo.org/id/term/yue/%E4%BF%85>,
        "俅"^^xsd:string ;
    rdfs:comment "ornamental cap"@en .

<http://lexvo.org/id/char/4FC6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%BF%86>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C3%BA%20sh%C5%AB>,
        "俆"^^xsd:string .

<http://lexvo.org/id/char/4FC7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%BF%87>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ku%C7%8Eng%20ku%C4%81ng%20gu%C3%A0ng>,
        <http://lexvo.org/id/term/kor/%E4%BF%87>,
        <http://lexvo.org/id/term/kor/KWANG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gwaang6%20gwong6%20hong1>,
        <http://lexvo.org/id/term/yue/%E4%BF%87>,
        "俇"^^xsd:string .

<http://lexvo.org/id/char/4FC8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%BF%88>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C3%B9>,
        "俈"^^xsd:string ;
    rdfs:comment "to inform quickly; an urgent communication"@en .

<http://lexvo.org/id/char/4FC9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%BF%89>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C3%B9>,
        <http://lexvo.org/id/term/kor/%E4%BF%89>,
        <http://lexvo.org/id/term/kor/O>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ng6>,
        <http://lexvo.org/id/term/yue/%E4%BF%89>,
        "俉"^^xsd:string .

<http://lexvo.org/id/char/4FCA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%BF%8A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%B9n>,
        <http://lexvo.org/id/term/kor/%E4%BF%8A>,
        <http://lexvo.org/id/term/kor/CWUN>,
        <http://lexvo.org/id/term/vie/tu%E1%BA%A5n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zeon3>,
        <http://lexvo.org/id/term/yue/%E4%BF%8A>,
        "俊"^^xsd:string ;
    rdfs:comment "talented, capable; handsome"@en .

<http://lexvo.org/id/char/4FCB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%BF%8B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%AC>,
        <http://lexvo.org/id/term/kor/%E4%BF%8B>,
        <http://lexvo.org/id/term/kor/UP>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jap1>,
        <http://lexvo.org/id/term/yue/%E4%BF%8B>,
        "俋"^^xsd:string .

<http://lexvo.org/id/char/4FCC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%BF%8C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C7%94>,
        <http://lexvo.org/id/term/kor/%E4%BF%8C>,
        <http://lexvo.org/id/term/kor/PO>,
        "俌"^^xsd:string .

<http://lexvo.org/id/char/4FCD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%BF%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%A1ng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C3%A1ng>,
        <http://lexvo.org/id/term/kor/%E4%BF%8D>,
        <http://lexvo.org/id/term/kor/LYANG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/loeng4>,
        <http://lexvo.org/id/term/yue/%E4%BF%8D>,
        "俍"^^xsd:string .

<http://lexvo.org/id/char/4FCE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%BF%8E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C7%94>,
        <http://lexvo.org/id/term/kor/%E4%BF%8E>,
        <http://lexvo.org/id/term/kor/CO>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zo2>,
        <http://lexvo.org/id/term/yue/%E4%BF%8E>,
        "俎"^^xsd:string ;
    rdfs:comment "chopping board or block; painted"@en .

<http://lexvo.org/id/char/4FCF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%BF%8F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C3%A0o>,
        <http://lexvo.org/id/term/kor/%E4%BF%8F>,
        <http://lexvo.org/id/term/kor/SO>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ciu3>,
        <http://lexvo.org/id/term/yue/%E4%BF%8F>,
        "俏"^^xsd:string ;
    rdfs:comment "like, similar; resemble; pretty"@en .

<http://lexvo.org/id/char/4FD0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%BF%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%AC>,
        <http://lexvo.org/id/term/kor/%E4%BF%90>,
        <http://lexvo.org/id/term/kor/LI>,
        <http://lexvo.org/id/term/vie/l%E1%BB%A3i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lei6>,
        <http://lexvo.org/id/term/yue/%E4%BF%90>,
        "俐"^^xsd:string ;
    rdfs:comment "smooth; active; clever, sharp"@en .

<http://lexvo.org/id/char/4FD1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%BF%91>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%92ng>,
        <http://lexvo.org/id/term/kor/%E4%BF%91>,
        <http://lexvo.org/id/term/kor/YONG>,
        <http://lexvo.org/id/term/vie/d%C3%B5ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jung2>,
        <http://lexvo.org/id/term/yue/%E4%BF%91>,
        "俑"^^xsd:string ;
    rdfs:comment "wooden figure buried with dead"@en .

<http://lexvo.org/id/char/4FD2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%BF%92>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%B9n>,
        <http://lexvo.org/id/term/kor/%E4%BF%92>,
        <http://lexvo.org/id/term/kor/HUN>,
        "俒"^^xsd:string .

<http://lexvo.org/id/char/4FD3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%BF%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%ACng>,
        <http://lexvo.org/id/term/kor/%E4%BF%93>,
        <http://lexvo.org/id/term/kor/KYENG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ging3>,
        <http://lexvo.org/id/term/yue/%E4%BF%93>,
        "俓"^^xsd:string ;
    rdfs:comment "straight; pass"@en .

<http://lexvo.org/id/char/4FD4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%BF%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E4%BF%94>,
        <http://lexvo.org/id/term/kor/HYEN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jin5>,
        <http://lexvo.org/id/term/yue/%E4%BF%94>,
        "俔"^^xsd:string ;
    rdfs:comment "like"@en .

<http://lexvo.org/id/char/4FD5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%BF%95>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C3%A0n>,
        "俕"^^xsd:string .

<http://lexvo.org/id/char/4FD6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%BF%96>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C7%8Ei>,
        "俖"^^xsd:string .

<http://lexvo.org/id/char/4FD7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%BF%97>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C3%BA>,
        <http://lexvo.org/id/term/kor/%E4%BF%97>,
        <http://lexvo.org/id/term/kor/SOK>,
        <http://lexvo.org/id/term/vie/t%E1%BB%A5c>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zuk6>,
        <http://lexvo.org/id/term/yue/%E4%BF%97>,
        "俗"^^xsd:string ;
    rdfs:comment "social customs; vulgar, unrefined"@en .

<http://lexvo.org/id/char/4FD8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%BF%98>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%BA>,
        <http://lexvo.org/id/term/kor/%E4%BF%98>,
        <http://lexvo.org/id/term/kor/PWU>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fu1>,
        <http://lexvo.org/id/term/yue/%E4%BF%98>,
        "俘"^^xsd:string ;
    rdfs:comment "prisoner of war; take as prisoner"@en .

<http://lexvo.org/id/char/4FD9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%BF%99>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C4%AB>,
        <http://lexvo.org/id/term/kor/%E4%BF%99>,
        <http://lexvo.org/id/term/kor/HUY>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hei1>,
        <http://lexvo.org/id/term/yue/%E4%BF%99>,
        "俙"^^xsd:string ;
    rdfs:comment "to pretend, appear as if"@en .

<http://lexvo.org/id/char/4FDA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%BF%9A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C7%90>,
        <http://lexvo.org/id/term/kor/%E4%BF%9A>,
        <http://lexvo.org/id/term/kor/LI>,
        <http://lexvo.org/id/term/vie/l%C3%A1i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lei5>,
        <http://lexvo.org/id/term/yue/%E4%BF%9A>,
        "俚"^^xsd:string ;
    rdfs:comment "rustic, vulgar, unpolished; mean"@en .

<http://lexvo.org/id/char/4FDB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%BF%9B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C7%94%200786.020%3Ami%C7%8En>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C7%94%20mi%C7%8En>,
        <http://lexvo.org/id/term/kor/%E4%BF%9B>,
        <http://lexvo.org/id/term/kor/MYEN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fu2%20min5>,
        <http://lexvo.org/id/term/yue/%E4%BF%9B>,
        "俛"^^xsd:string ;
    rdfs:comment "make effort, endeavor; to lower the head"@en .

<http://lexvo.org/id/char/4FDC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%BF%9C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C4%ABng>,
        <http://lexvo.org/id/term/kor/%E4%BF%9C>,
        <http://lexvo.org/id/term/kor/PING>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ping1>,
        <http://lexvo.org/id/term/yue/%E4%BF%9C>,
        "俜"^^xsd:string ;
    rdfs:comment "to trust to; send a message"@en .

<http://lexvo.org/id/char/4FDD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%BF%9D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C7%8Eo>,
        <http://lexvo.org/id/term/kor/%E4%BF%9D>,
        <http://lexvo.org/id/term/kor/PO>,
        <http://lexvo.org/id/term/vie/b%E1%BA%A3o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bou2>,
        <http://lexvo.org/id/term/yue/%E4%BF%9D>,
        "保"^^xsd:string ;
    rdfs:comment "protect, safeguard, defend, care"@en .

<http://lexvo.org/id/char/4FDE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%BF%9E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%B9%201408.040%3Ay%C3%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%BA%20sh%C3%B9>,
        <http://lexvo.org/id/term/kor/%E4%BF%9E>,
        <http://lexvo.org/id/term/kor/YU>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jyu4>,
        <http://lexvo.org/id/term/yue/%E4%BF%9E>,
        "俞"^^xsd:string ;
    rdfs:comment "surname; consent, approve"@en .

<http://lexvo.org/id/char/4FDF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%BF%9F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C3%AD%201090.110%3As%C3%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C3%AC%20q%C3%AD>,
        <http://lexvo.org/id/term/kor/%E4%BF%9F>,
        <http://lexvo.org/id/term/kor/SA%20KI>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kei4%20zi6>,
        <http://lexvo.org/id/term/yue/%E4%BF%9F>,
        "俟"^^xsd:string ;
    rdfs:comment "wait for, wait until, as soon as"@en .

<http://lexvo.org/id/char/4FE0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%BF%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A1>,
        <http://lexvo.org/id/term/kor/%E4%BF%A0>,
        <http://lexvo.org/id/term/kor/HYEP%20KYEP>,
        <http://lexvo.org/id/term/vie/hi%E1%BB%87p>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/haap6%20hap6>,
        <http://lexvo.org/id/term/yue/%E4%BF%A0>,
        "俠"^^xsd:string ;
    rdfs:comment "chivalrous person; knight-errant"@en .

<http://lexvo.org/id/char/4FE1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%BF%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C3%ACn>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C3%ACn%20sh%C4%93n>,
        <http://lexvo.org/id/term/kor/%E4%BF%A1>,
        <http://lexvo.org/id/term/kor/SIN>,
        <http://lexvo.org/id/term/vie/t%C3%ADn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/seon3>,
        <http://lexvo.org/id/term/yue/%E4%BF%A1>,
        "信"^^xsd:string ;
    rdfs:comment "trust, believe; letter"@en .

<http://lexvo.org/id/char/4FE2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%BF%A2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C5%AB>,
        "俢"^^xsd:string .

<http://lexvo.org/id/char/4FE3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%BF%A3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%94>,
        <http://lexvo.org/id/term/kor/%E4%BF%A3>,
        <http://lexvo.org/id/term/kor/O>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jyu5>,
        <http://lexvo.org/id/term/yue/%E4%BF%A3>,
        "俣"^^xsd:string ;
    rdfs:comment "big"@en .

<http://lexvo.org/id/char/4FE4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%BF%A4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%AC>,
        <http://lexvo.org/id/term/kor/%E4%BF%A4>,
        <http://lexvo.org/id/term/kor/CEY>,
        "俤"^^xsd:string ;
    rdfs:comment "(J) same as 面影 U+9762 U+5F71, visage, face; trace, shadow; memory"@en .

<http://lexvo.org/id/char/4FE5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%BF%A5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C4%93>,
        <http://lexvo.org/id/term/kor/%E4%BF%A5>,
        <http://lexvo.org/id/term/kor/KE>,
        "俥"^^xsd:string ;
    rdfs:comment "rickshaw, cart, vehicle; name of piece in Chinese chess"@en .

<http://lexvo.org/id/char/4FE6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%BF%A6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%B3u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cau4>,
        <http://lexvo.org/id/term/yue/%E4%BF%A6>,
        "俦"^^xsd:string ;
    rdfs:comment "companion, mate, colleague"@en .

<http://lexvo.org/id/char/4FE7> a lvont:Character ;
    lvont:represents "俧"^^xsd:string .

<http://lexvo.org/id/char/4FE8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%BF%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%8En>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jim5>,
        <http://lexvo.org/id/term/yue/%E4%BF%A8>,
        "俨"^^xsd:string ;
    rdfs:comment "grave, respectful, majestic"@en .

<http://lexvo.org/id/char/4FE9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%BF%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C7%8E%200709.040%3Ali%C7%8Eng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C7%8E%20li%C7%8Eng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/loeng5>,
        <http://lexvo.org/id/term/yue/%E4%BF%A9>,
        "俩"^^xsd:string ;
    rdfs:comment "two, pair"@en .

<http://lexvo.org/id/char/4FEA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%BF%AA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lai6>,
        <http://lexvo.org/id/term/yue/%E4%BF%AA>,
        "俪"^^xsd:string ;
    rdfs:comment "spouse, couple, pair"@en .

<http://lexvo.org/id/char/4FEB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%BF%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%A1i%20l%C3%A0i>,
        "俫"^^xsd:string ;
    rdfs:comment "to induce to come; to encourage"@en .

<http://lexvo.org/id/char/4FEC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/si1>,
        <http://lexvo.org/id/term/yue/%E4%BF%AC>,
        "俬"^^xsd:string ;
    rdfs:comment "(Cant.) 傢俬, furniture"@en .

<http://lexvo.org/id/char/4FED> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%BF%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C7%8En>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gim6>,
        <http://lexvo.org/id/term/yue/%E4%BF%AD>,
        "俭"^^xsd:string ;
    rdfs:comment "temperate, frugal, economical"@en .

<http://lexvo.org/id/char/4FEE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%BF%AE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C5%AB>,
        <http://lexvo.org/id/term/kor/%E4%BF%AE>,
        <http://lexvo.org/id/term/kor/SWU>,
        <http://lexvo.org/id/term/vie/tu>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sau1>,
        <http://lexvo.org/id/term/yue/%E4%BF%AE>,
        "修"^^xsd:string ;
    rdfs:comment "study; repair; cultivate"@en .

<http://lexvo.org/id/char/4FEF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%BF%AF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C7%94>,
        <http://lexvo.org/id/term/kor/%E4%BF%AF>,
        <http://lexvo.org/id/term/kor/PWU>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fu2>,
        <http://lexvo.org/id/term/yue/%E4%BF%AF>,
        "俯"^^xsd:string ;
    rdfs:comment "bow down, face down, look down"@en .

<http://lexvo.org/id/char/4FF0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%BF%B0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A8>,
        <http://lexvo.org/id/term/kor/%E4%BF%B0>,
        <http://lexvo.org/id/term/kor/HWA>,
        "俰"^^xsd:string .

<http://lexvo.org/id/char/4FF1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%BF%B1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C5%AB%200615.030%3Aj%C3%B9>,
        <http://lexvo.org/id/term/kor/%E4%BF%B1>,
        <http://lexvo.org/id/term/kor/KWU>,
        <http://lexvo.org/id/term/vie/c%C3%A2u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/geoi1%20keoi1>,
        <http://lexvo.org/id/term/yue/%E4%BF%B1>,
        "俱"^^xsd:string ;
    rdfs:comment "all, together; accompany"@en .

<http://lexvo.org/id/char/4FF2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%BF%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A0o>,
        <http://lexvo.org/id/term/kor/%E4%BF%B2>,
        <http://lexvo.org/id/term/kor/HYO>,
        "俲"^^xsd:string ;
    rdfs:comment "same as 傚 U+509A, imitate, mimic"@en .

<http://lexvo.org/id/char/4FF3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%BF%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%A1i>,
        <http://lexvo.org/id/term/kor/%E4%BF%B3>,
        <http://lexvo.org/id/term/kor/PAY>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/paai4>,
        <http://lexvo.org/id/term/yue/%E4%BF%B3>,
        "俳"^^xsd:string ;
    rdfs:comment "actor; vaudeville show; insincere"@en .

<http://lexvo.org/id/char/4FF4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%BF%B4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E4%BF%B4>,
        <http://lexvo.org/id/term/kor/CHEN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cin5%20zin1>,
        <http://lexvo.org/id/term/yue/%E4%BF%B4>,
        "俴"^^xsd:string ;
    rdfs:comment "thin"@en .

<http://lexvo.org/id/char/4FF5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%BF%B5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/bi%C3%A0o>,
        <http://lexvo.org/id/term/kor/%E4%BF%B5>,
        <http://lexvo.org/id/term/kor/PHYO>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/biu2%20biu3>,
        <http://lexvo.org/id/term/yue/%E4%BF%B5>,
        "俵"^^xsd:string ;
    rdfs:comment "divide, distribute"@en .

<http://lexvo.org/id/char/4FF6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%BF%B6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%B9%201131.020%3At%C3%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%B9%20t%C3%AC>,
        <http://lexvo.org/id/term/kor/%E4%BF%B6>,
        <http://lexvo.org/id/term/kor/SWUK%20CHEK>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cuk1%20suk6%20tik1>,
        <http://lexvo.org/id/term/yue/%E4%BF%B6>,
        "俶"^^xsd:string ;
    rdfs:comment "start, begin; beginning; arrange"@en .

<http://lexvo.org/id/char/4FF7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%BF%B7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%A8i>,
        <http://lexvo.org/id/term/kor/%E4%BF%B7>,
        <http://lexvo.org/id/term/kor/PI>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fai3%20fei4>,
        <http://lexvo.org/id/term/yue/%E4%BF%B7>,
        "俷"^^xsd:string .

<http://lexvo.org/id/char/4FF8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%BF%B8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%A8ng>,
        <http://lexvo.org/id/term/kor/%E4%BF%B8>,
        <http://lexvo.org/id/term/kor/PONG>,
        <http://lexvo.org/id/term/vie/b%E1%BB%95ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fung2%20fung6>,
        <http://lexvo.org/id/term/yue/%E4%BF%B8>,
        "俸"^^xsd:string ;
    rdfs:comment "wages, salary, official emolument"@en .

<http://lexvo.org/id/char/4FF9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%BF%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A0>,
        <http://lexvo.org/id/term/kor/%E4%BF%B9>,
        <http://lexvo.org/id/term/kor/A>,
        "俹"^^xsd:string .

<http://lexvo.org/id/char/4FFA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C7%8En>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%BF%BA>,
        <http://lexvo.org/id/term/kor/%E4%BF%BA>,
        <http://lexvo.org/id/term/kor/EM%20EP>,
        <http://lexvo.org/id/term/vie/em>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jim3>,
        <http://lexvo.org/id/term/yue/%E4%BF%BA>,
        "俺"^^xsd:string ;
    rdfs:comment "personal pronoun, I"@en .

<http://lexvo.org/id/char/4FFB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%BF%BB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%A8i>,
        <http://lexvo.org/id/term/kor/%E4%BF%BB>,
        <http://lexvo.org/id/term/kor/PI>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bei6>,
        <http://lexvo.org/id/term/yue/%E4%BF%BB>,
        "俻"^^xsd:string ;
    rdfs:comment "to prepare; to provide; to put in order; to complete perfection; completeness"@en .

<http://lexvo.org/id/char/4FFC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%BF%BC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%B9>,
        "俼"^^xsd:string .

<http://lexvo.org/id/char/4FFD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%BF%BD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C4%ABn>,
        "俽"^^xsd:string .

<http://lexvo.org/id/char/4FFE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%BF%BE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C7%90>,
        <http://lexvo.org/id/term/kor/%E4%BF%BE>,
        <http://lexvo.org/id/term/kor/PI>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bei2>,
        <http://lexvo.org/id/term/yue/%E4%BF%BE>,
        "俾"^^xsd:string ;
    rdfs:comment "so that, in order that; cause"@en .

<http://lexvo.org/id/char/4FFF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%BF%BF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%A0n>,
        "俿"^^xsd:string .

<http://lexvo.org/id/char/5000> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%80%80>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C4%81ng>,
        <http://lexvo.org/id/term/kor/%E5%80%80>,
        <http://lexvo.org/id/term/kor/CHANG>,
        <http://lexvo.org/id/term/vie/tr%C3%A0nh>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/caang1%20caang4%20coeng1%20zaang1>,
        <http://lexvo.org/id/term/yue/%E5%80%80>,
        "倀"^^xsd:string ;
    rdfs:comment "bewildered; rash, wildly"@en .

<http://lexvo.org/id/char/5001> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%80%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%AD>,
        "倁"^^xsd:string .

<http://lexvo.org/id/char/5002> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%80%82>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%ACng>,
        <http://lexvo.org/id/term/kor/%E5%80%82>,
        <http://lexvo.org/id/term/kor/PYENG>,
        <http://lexvo.org/id/term/vie/t%C3%ADnh>,
        "倂"^^xsd:string ;
    rdfs:comment "combine"@en .

<http://lexvo.org/id/char/5003> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%80%83>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C3%A1n%20z%C3%A1>,
        <http://lexvo.org/id/term/kor/%E5%80%83>,
        <http://lexvo.org/id/term/kor/KWU>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gau6>,
        <http://lexvo.org/id/term/yue/%E5%80%83>,
        "倃"^^xsd:string ;
    rdfs:comment "damage, destroy"@en .

<http://lexvo.org/id/char/5004> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%80%84>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A1o>,
        <http://lexvo.org/id/term/kor/%E5%80%84>,
        <http://lexvo.org/id/term/kor/HYO>,
        "倄"^^xsd:string .

<http://lexvo.org/id/char/5005> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%80%85>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/cu%C3%AC>,
        <http://lexvo.org/id/term/kor/%E5%80%85>,
        <http://lexvo.org/id/term/kor/SWI>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ceoi3%20zeot1>,
        <http://lexvo.org/id/term/yue/%E5%80%85>,
        "倅"^^xsd:string ;
    rdfs:comment "deputy, vice-"@en .

<http://lexvo.org/id/char/5006> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%80%86>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C7%8E%200709.041%3Ali%C7%8Eng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C7%8E%20li%C7%8Eng>,
        <http://lexvo.org/id/term/kor/%E5%80%86>,
        <http://lexvo.org/id/term/kor/LYANG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/loeng5>,
        <http://lexvo.org/id/term/yue/%E5%80%86>,
        "倆"^^xsd:string ;
    rdfs:comment "clever, skilled; two, pair"@en .

<http://lexvo.org/id/char/5007> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%80%87>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C7%8En>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jyun2>,
        <http://lexvo.org/id/term/yue/%E5%80%87>,
        "倇"^^xsd:string .

<http://lexvo.org/id/char/5008> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%80%88>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%A1i>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%A1i%20l%C3%A0i>,
        <http://lexvo.org/id/term/vie/l%C6%B0%E1%BB%9Di>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/loi4>,
        <http://lexvo.org/id/term/yue/%E5%80%88>,
        "倈"^^xsd:string ;
    rdfs:comment "to induce to come; to encourage"@en .

<http://lexvo.org/id/char/5009> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%80%89>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C4%81ng>,
        <http://lexvo.org/id/term/kor/%E5%80%89>,
        <http://lexvo.org/id/term/kor/CHANG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cong1>,
        <http://lexvo.org/id/term/yue/%E5%80%89>,
        "倉"^^xsd:string ;
    rdfs:comment "granary; berth; sea"@en .

<http://lexvo.org/id/char/500A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%80%8A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C3%B2ng>,
        "倊"^^xsd:string .

<http://lexvo.org/id/char/500B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%80%8B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C3%A8%20g%C4%9B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C4%9B%200373.121%3Ag%C3%A8>,
        <http://lexvo.org/id/term/kor/%E5%80%8B>,
        <http://lexvo.org/id/term/kor/KAY>,
        <http://lexvo.org/id/term/vie/c%C3%A1>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/go3>,
        <http://lexvo.org/id/term/yue/%E5%80%8B>,
        "個"^^xsd:string ;
    rdfs:comment "numerary adjunct, piece; single"@en .

<http://lexvo.org/id/char/500C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%80%8C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/gu%C4%81n>,
        <http://lexvo.org/id/term/kor/%E5%80%8C>,
        <http://lexvo.org/id/term/kor/KWAN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gun1>,
        <http://lexvo.org/id/term/yue/%E5%80%8C>,
        "倌"^^xsd:string ;
    rdfs:comment "assistant in wine shop, groom"@en .

<http://lexvo.org/id/char/500D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%80%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%A8i>,
        <http://lexvo.org/id/term/kor/%E5%80%8D>,
        <http://lexvo.org/id/term/kor/PAY%20PHAY>,
        <http://lexvo.org/id/term/vie/b%E1%BB%99i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/pui5>,
        <http://lexvo.org/id/term/yue/%E5%80%8D>,
        "倍"^^xsd:string ;
    rdfs:comment "times, fold, multiple times"@en .

<http://lexvo.org/id/char/500E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%80%8E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ti%C4%81n>,
        <http://lexvo.org/id/term/kor/%E5%80%8E>,
        <http://lexvo.org/id/term/kor/CEN>,
        "倎"^^xsd:string .

<http://lexvo.org/id/char/500F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%80%8F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C5%AB>,
        <http://lexvo.org/id/term/kor/%E5%80%8F>,
        <http://lexvo.org/id/term/kor/SWUK>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/suk1>,
        <http://lexvo.org/id/term/yue/%E5%80%8F>,
        "倏"^^xsd:string ;
    rdfs:comment "hastily, suddenly, abruptly"@en .

<http://lexvo.org/id/char/5010> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%80%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C5%AB>,
        <http://lexvo.org/id/term/kor/%E5%80%90>,
        <http://lexvo.org/id/term/kor/SWUK>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/suk1>,
        <http://lexvo.org/id/term/yue/%E5%80%90>,
        "倐"^^xsd:string ;
    rdfs:comment "hastily; suddenly"@en .

<http://lexvo.org/id/char/5011> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%80%91>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/men>,
        <http://lexvo.org/id/term/kor/%E5%80%91>,
        <http://lexvo.org/id/term/kor/MWUN>,
        <http://lexvo.org/id/term/vie/m%C3%B3n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mun4>,
        <http://lexvo.org/id/term/yue/%E5%80%91>,
        "們"^^xsd:string ;
    rdfs:comment "adjunct pronoun indicate plural"@en .

<http://lexvo.org/id/char/5012> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%80%92>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C7%8Eo%200221.050%3Ad%C3%A0o>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C7%8Eo%20d%C3%A0o>,
        <http://lexvo.org/id/term/kor/%E5%80%92>,
        <http://lexvo.org/id/term/kor/TO>,
        <http://lexvo.org/id/term/vie/%C4%91%E1%BA%A3o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dou2%20dou3>,
        <http://lexvo.org/id/term/yue/%E5%80%92>,
        "倒"^^xsd:string ;
    rdfs:comment "fall over; lie down; take turns"@en .

<http://lexvo.org/id/char/5013> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%80%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%A1n>,
        <http://lexvo.org/id/term/kor/%E5%80%93>,
        <http://lexvo.org/id/term/kor/TAM>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/taam4>,
        <http://lexvo.org/id/term/yue/%E5%80%93>,
        "倓"^^xsd:string .

<http://lexvo.org/id/char/5014> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%80%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ju%C3%A9%200622.020%3Aju%C3%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ju%C3%A9%20ju%C3%A8>,
        <http://lexvo.org/id/term/kor/%E5%80%94>,
        <http://lexvo.org/id/term/kor/KWUL>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gwat6>,
        <http://lexvo.org/id/term/yue/%E5%80%94>,
        "倔"^^xsd:string ;
    rdfs:comment "stubborn, obstinate, intransigent; firm"@en .

<http://lexvo.org/id/char/5015> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%80%95>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/chu%C3%AD>,
        <http://lexvo.org/id/term/kor/%E5%80%95>,
        <http://lexvo.org/id/term/kor/SWU>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/seoi4>,
        <http://lexvo.org/id/term/yue/%E5%80%95>,
        "倕"^^xsd:string .

<http://lexvo.org/id/char/5016> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%80%96>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C3%ACng>,
        <http://lexvo.org/id/term/kor/%E5%80%96>,
        <http://lexvo.org/id/term/kor/HAYNG>,
        <http://lexvo.org/id/term/vie/h%C3%A3nh>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hang6>,
        <http://lexvo.org/id/term/yue/%E5%80%96>,
        "倖"^^xsd:string ;
    rdfs:comment "lucky, fortunate; dote on, spoil"@en .

<http://lexvo.org/id/char/5017> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%80%97>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%A9ng>,
        <http://lexvo.org/id/term/kor/%E5%80%97>,
        <http://lexvo.org/id/term/kor/PWUNG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/paang4%20pang4>,
        <http://lexvo.org/id/term/yue/%E5%80%97>,
        "倗"^^xsd:string .

<http://lexvo.org/id/char/5018> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%80%98>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%A1ng%201120.020%3At%C7%8Eng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C7%8Eng%20ch%C3%A1ng>,
        <http://lexvo.org/id/term/kor/%E5%80%98>,
        <http://lexvo.org/id/term/kor/TANG>,
        <http://lexvo.org/id/term/vie/th%E1%BA%B3ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/soeng4%20tong2>,
        <http://lexvo.org/id/term/yue/%E5%80%98>,
        "倘"^^xsd:string ;
    rdfs:comment "if, supposing, in event of"@en .

<http://lexvo.org/id/char/5019> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%80%99>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%B2u>,
        <http://lexvo.org/id/term/kor/%E5%80%99>,
        <http://lexvo.org/id/term/kor/HWU>,
        <http://lexvo.org/id/term/vie/h%E1%BA%A7u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hau6>,
        <http://lexvo.org/id/term/yue/%E5%80%99>,
        "候"^^xsd:string ;
    rdfs:comment "wait; expect; visit; greet"@en .

<http://lexvo.org/id/char/501A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%80%9A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%90>,
        <http://lexvo.org/id/term/kor/%E5%80%9A>,
        <http://lexvo.org/id/term/kor/UY%20KI>,
        <http://lexvo.org/id/term/vie/%E1%BB%B7>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ji2>,
        <http://lexvo.org/id/term/yue/%E5%80%9A>,
        "倚"^^xsd:string ;
    rdfs:comment "rely on, depend on; lean heavily"@en .

<http://lexvo.org/id/char/501B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%80%9B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C4%AB>,
        <http://lexvo.org/id/term/kor/%E5%80%9B>,
        <http://lexvo.org/id/term/kor/KI>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gei1%20hei1>,
        <http://lexvo.org/id/term/yue/%E5%80%9B>,
        "倛"^^xsd:string .

<http://lexvo.org/id/char/501C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%80%9C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%AC>,
        <http://lexvo.org/id/term/kor/%E5%80%9C>,
        <http://lexvo.org/id/term/kor/CHEK>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tik1>,
        <http://lexvo.org/id/term/yue/%E5%80%9C>,
        "倜"^^xsd:string ;
    rdfs:comment "raise high; unrestrained"@en .

<http://lexvo.org/id/char/501D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%80%9D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E5%80%9D>,
        <http://lexvo.org/id/term/kor/KAN>,
        "倝"^^xsd:string ;
    rdfs:comment "sunrise; dawn"@en .

<http://lexvo.org/id/char/501E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%80%9E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%ACng%200709.100%3Ali%C3%A0ng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%ACng%20li%C3%A0ng>,
        <http://lexvo.org/id/term/kor/%E5%80%9E>,
        <http://lexvo.org/id/term/kor/KYENG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ging6%20loeng6>,
        <http://lexvo.org/id/term/yue/%E5%80%9E>,
        "倞"^^xsd:string ;
    rdfs:comment "far"@en .

<http://lexvo.org/id/char/501F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%80%9F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%A8>,
        <http://lexvo.org/id/term/kor/%E5%80%9F>,
        <http://lexvo.org/id/term/kor/CHA%20CEK>,
        <http://lexvo.org/id/term/vie/t%C3%A1>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ze3>,
        <http://lexvo.org/id/term/yue/%E5%80%9F>,
        "借"^^xsd:string ;
    rdfs:comment "borrow; lend; make pretext of"@en .

<http://lexvo.org/id/char/5020> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%80%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/su%C4%AB>,
        <http://lexvo.org/id/term/kor/%E5%80%A0>,
        <http://lexvo.org/id/term/kor/HYU>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/seoi1>,
        <http://lexvo.org/id/term/yue/%E5%80%A0>,
        "倠"^^xsd:string .

<http://lexvo.org/id/char/5021> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%80%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%A0ng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%A0ng%20ch%C4%81ng>,
        <http://lexvo.org/id/term/kor/%E5%80%A1>,
        <http://lexvo.org/id/term/kor/CHANG>,
        <http://lexvo.org/id/term/vie/x%C6%B0%E1%BB%9Bng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/coeng1%20coeng3>,
        <http://lexvo.org/id/term/yue/%E5%80%A1>,
        "倡"^^xsd:string ;
    rdfs:comment "guide, leader; lead, introduce"@en .

<http://lexvo.org/id/char/5022> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%80%A2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%A9>,
        <http://lexvo.org/id/term/kor/%E5%80%A2>,
        <http://lexvo.org/id/term/kor/CHEP>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zip3%20zit3>,
        <http://lexvo.org/id/term/yue/%E5%80%A2>,
        "倢"^^xsd:string ;
    rdfs:comment "beautiful, handsome; woman"@en .

<http://lexvo.org/id/char/5023> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%80%A3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C7%8Eng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C7%8Eng%20p%C3%A1ng>,
        <http://lexvo.org/id/term/kor/%E5%80%A3>,
        <http://lexvo.org/id/term/kor/PANG>,
        <http://lexvo.org/id/term/vie/ph%E1%BB%8Fng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fong2>,
        <http://lexvo.org/id/term/yue/%E5%80%A3>,
        "倣"^^xsd:string ;
    rdfs:comment "imitate"@en .

<http://lexvo.org/id/char/5024> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%80%A4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%AD>,
        <http://lexvo.org/id/term/kor/%E5%80%A4>,
        <http://lexvo.org/id/term/kor/CHI>,
        <http://lexvo.org/id/term/vie/tr%E1%BB%8B>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zik6>,
        <http://lexvo.org/id/term/yue/%E5%80%A4>,
        "値"^^xsd:string ;
    rdfs:comment "price, cost, worth"@en .

<http://lexvo.org/id/char/5025> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%80%A5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C5%8Dng%200648.060%3Ak%C7%92ng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C5%8Dng%20k%C7%92ng>,
        <http://lexvo.org/id/term/kor/%E5%80%A5>,
        <http://lexvo.org/id/term/kor/KONG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hung1%20hung2>,
        <http://lexvo.org/id/term/yue/%E5%80%A5>,
        "倥"^^xsd:string ;
    rdfs:comment "boorish, ignorant; urgent, pressing"@en .

<http://lexvo.org/id/char/5026> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%80%A6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ju%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E5%80%A6>,
        <http://lexvo.org/id/term/kor/KWEN>,
        <http://lexvo.org/id/term/vie/quy%E1%BB%87n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gyun6>,
        <http://lexvo.org/id/term/yue/%E5%80%A6>,
        "倦"^^xsd:string ;
    rdfs:comment "be tired of, weary"@en .

<http://lexvo.org/id/char/5027> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%80%A7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C5%8Dng>,
        <http://lexvo.org/id/term/kor/%E5%80%A7>,
        <http://lexvo.org/id/term/kor/CONG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zung1>,
        <http://lexvo.org/id/term/yue/%E5%80%A7>,
        "倧"^^xsd:string .

<http://lexvo.org/id/char/5028> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%80%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%B9>,
        <http://lexvo.org/id/term/kor/%E5%80%A8>,
        <http://lexvo.org/id/term/kor/KE>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/geoi3>,
        <http://lexvo.org/id/term/yue/%E5%80%A8>,
        "倨"^^xsd:string ;
    rdfs:comment "arrogant, haughty, rude"@en .

<http://lexvo.org/id/char/5029> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%80%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C3%A0n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C3%A0n%20q%C3%ACng>,
        <http://lexvo.org/id/term/kor/%E5%80%A9>,
        <http://lexvo.org/id/term/kor/CHEN>,
        <http://lexvo.org/id/term/vie/thi%E1%BA%BFn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sin3%20sin6>,
        <http://lexvo.org/id/term/yue/%E5%80%A9>,
        "倩"^^xsd:string ;
    rdfs:comment "beautiful, lovely; son-in-law"@en .

<http://lexvo.org/id/char/502A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%80%AA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C3%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C3%AD%20n%C3%AC>,
        <http://lexvo.org/id/term/kor/%E5%80%AA>,
        <http://lexvo.org/id/term/kor/YEY>,
        <http://lexvo.org/id/term/vie/ngh%C3%AA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ngai4>,
        <http://lexvo.org/id/term/yue/%E5%80%AA>,
        "倪"^^xsd:string ;
    rdfs:comment "feeble, tiny, young and weak"@en .

<http://lexvo.org/id/char/502B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%80%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%BAn>,
        <http://lexvo.org/id/term/kor/%E5%80%AB>,
        <http://lexvo.org/id/term/kor/LYUN>,
        <http://lexvo.org/id/term/vie/lu%C3%A2n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/leon4>,
        <http://lexvo.org/id/term/yue/%E5%80%AB>,
        "倫"^^xsd:string ;
    rdfs:comment "normal human relationships"@en .

<http://lexvo.org/id/char/502C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%80%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zhu%C5%8D>,
        <http://lexvo.org/id/term/kor/%E5%80%AC>,
        <http://lexvo.org/id/term/kor/THAK>,
        <http://lexvo.org/id/term/vie/x%E1%BA%A5c>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/coek3>,
        <http://lexvo.org/id/term/yue/%E5%80%AC>,
        "倬"^^xsd:string ;
    rdfs:comment "noticeable, large; clear, distinct"@en .

<http://lexvo.org/id/char/502D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%80%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C4%93i%20w%C5%8D%20w%C7%92>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C5%8D>,
        <http://lexvo.org/id/term/kor/%E5%80%AD>,
        <http://lexvo.org/id/term/kor/WI%20WAY>,
        <http://lexvo.org/id/term/vie/o%E1%BA%A3i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wai1%20wo1>,
        <http://lexvo.org/id/term/yue/%E5%80%AD>,
        "倭"^^xsd:string ;
    rdfs:comment "dwarf; dwarfish, short"@en .

<http://lexvo.org/id/char/502E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%80%AE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/lu%C7%92>,
        <http://lexvo.org/id/term/kor/%E5%80%AE>,
        <http://lexvo.org/id/term/kor/LA>,
        "倮"^^xsd:string ;
    rdfs:comment "bare, naked, uncovered"@en .

<http://lexvo.org/id/char/502F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%80%AF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C5%8Dng>,
        "倯"^^xsd:string .

<http://lexvo.org/id/char/5030> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%80%B0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%A9ng%20l%C3%A8ng%20l%C3%ADng>,
        <http://lexvo.org/id/term/kor/%E5%80%B0>,
        <http://lexvo.org/id/term/kor/LUNG>,
        "倰"^^xsd:string .

<http://lexvo.org/id/char/5031> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%80%B1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%B9n>,
        <http://lexvo.org/id/term/kor/%E5%80%B1>,
        <http://lexvo.org/id/term/kor/HON>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wan6>,
        <http://lexvo.org/id/term/yue/%E5%80%B1>,
        "倱"^^xsd:string .

<http://lexvo.org/id/char/5032> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%80%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C5%8Dng>,
        <http://lexvo.org/id/term/kor/%E5%80%B2>,
        <http://lexvo.org/id/term/kor/TONG>,
        "倲"^^xsd:string .

<http://lexvo.org/id/char/5033> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%80%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C3%AC>,
        <http://lexvo.org/id/term/kor/%E5%80%B3>,
        <http://lexvo.org/id/term/kor/SA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/si6%20zi3>,
        <http://lexvo.org/id/term/yue/%E5%80%B3>,
        "倳"^^xsd:string ;
    rdfs:comment "to stick in, to stab; to erect"@en .

<http://lexvo.org/id/char/5034> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%80%B4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%A8n>,
        <http://lexvo.org/id/term/kor/%E5%80%B4>,
        <http://lexvo.org/id/term/kor/PWUN>,
        "倴"^^xsd:string .

<http://lexvo.org/id/char/5035> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%80%B5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C7%94>,
        "倵"^^xsd:string .

<http://lexvo.org/id/char/5036> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%80%B6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%B9%20j%C5%AB>,
        <http://lexvo.org/id/term/kor/%E5%80%B6>,
        <http://lexvo.org/id/term/kor/KWU>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/geoi1>,
        <http://lexvo.org/id/term/yue/%E5%80%B6>,
        "倶"^^xsd:string ;
    rdfs:comment "all"@en .

<http://lexvo.org/id/char/5037> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%80%B7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C3%A0i>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C7%8Ei>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/noi6>,
        <http://lexvo.org/id/term/yue/%E5%80%B7>,
        "倷"^^xsd:string .

<http://lexvo.org/id/char/5038> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%80%B8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C7%8Ei>,
        "倸"^^xsd:string .

<http://lexvo.org/id/char/5039> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%80%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C7%8En>,
        <http://lexvo.org/id/term/kor/%E5%80%B9>,
        <http://lexvo.org/id/term/kor/KEM>,
        "倹"^^xsd:string ;
    rdfs:comment "temperate, frugal, economical"@en .

<http://lexvo.org/id/char/503A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%80%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%A0i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zaai3>,
        <http://lexvo.org/id/term/yue/%E5%80%BA>,
        "债"^^xsd:string ;
    rdfs:comment "debt, loan, liabilities"@en .

<http://lexvo.org/id/char/503B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%80%BB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C4%93>,
        <http://lexvo.org/id/term/kor/%E5%80%BB>,
        <http://lexvo.org/id/term/kor/YA>,
        "倻"^^xsd:string ;
    rdfs:comment "phonetic used in Korean place names"@en .

<http://lexvo.org/id/char/503C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%80%BC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%AD%20zh%C3%AC>,
        <http://lexvo.org/id/term/kor/%E5%80%BC>,
        <http://lexvo.org/id/term/kor/CHI>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zik6>,
        <http://lexvo.org/id/term/yue/%E5%80%BC>,
        "值"^^xsd:string ;
    rdfs:comment "price"@en .

<http://lexvo.org/id/char/503D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%80%BD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%A0>,
        "倽"^^xsd:string ;
    rdfs:comment "what; which; who; why"@en .

<http://lexvo.org/id/char/503E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%80%BE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C4%ABng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/king1>,
        <http://lexvo.org/id/term/yue/%E5%80%BE>,
        "倾"^^xsd:string ;
    rdfs:comment "upset, pour out, overflow"@en .

<http://lexvo.org/id/char/503F> a lvont:Character ;
    lvont:represents "倿"^^xsd:string .

<http://lexvo.org/id/char/5040> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%81%80>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C4%ABng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jing1>,
        <http://lexvo.org/id/term/yue/%E5%81%80>,
        "偀"^^xsd:string .

<http://lexvo.org/id/char/5041> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%81%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C4%93ng>,
        <http://lexvo.org/id/term/kor/%E5%81%81>,
        <http://lexvo.org/id/term/kor/CHING>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cing1>,
        <http://lexvo.org/id/term/yue/%E5%81%81>,
        "偁"^^xsd:string ;
    rdfs:comment "state"@en .

<http://lexvo.org/id/char/5042> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%81%82>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C4%81n>,
        "偂"^^xsd:string .

<http://lexvo.org/id/char/5043> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%81%83>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%8En>,
        <http://lexvo.org/id/term/kor/%E5%81%83>,
        <http://lexvo.org/id/term/kor/EN>,
        <http://lexvo.org/id/term/vie/%E1%BB%85nh>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jin2>,
        <http://lexvo.org/id/term/yue/%E5%81%83>,
        "偃"^^xsd:string ;
    rdfs:comment "cease, lay off, lay down"@en .

<http://lexvo.org/id/char/5044> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%81%84>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/nu%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E5%81%84>,
        <http://lexvo.org/id/term/kor/NAN%20YEN>,
        "偄"^^xsd:string ;
    rdfs:comment "weak"@en .

<http://lexvo.org/id/char/5045> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%81%85>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%B2ng>,
        <http://lexvo.org/id/term/kor/%E5%81%85>,
        <http://lexvo.org/id/term/kor/TONG>,
        <http://lexvo.org/id/term/vie/ch%E1%BB%95ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zung2>,
        <http://lexvo.org/id/term/yue/%E5%81%85>,
        "偅"^^xsd:string .

<http://lexvo.org/id/char/5046> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%81%86>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C7%94n>,
        <http://lexvo.org/id/term/kor/%E5%81%86>,
        <http://lexvo.org/id/term/kor/CHWUN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ceon2>,
        <http://lexvo.org/id/term/yue/%E5%81%86>,
        "偆"^^xsd:string .

<http://lexvo.org/id/char/5047> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%81%87>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C7%8E%200545.020%3Aji%C3%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C7%8E%20ji%C3%A0%20xi%C3%A1>,
        <http://lexvo.org/id/term/kor/%E5%81%87>,
        <http://lexvo.org/id/term/kor/KA%20HA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gaa2%20gaa3>,
        <http://lexvo.org/id/term/yue/%E5%81%87>,
        "假"^^xsd:string ;
    rdfs:comment "falsehood, deception; vacation"@en .

<http://lexvo.org/id/char/5048> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%81%88>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%AC%200580.110%3Aji%C3%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%A9%20q%C3%AC%20j%C3%AC>,
        <http://lexvo.org/id/term/kor/%E5%81%88>,
        <http://lexvo.org/id/term/kor/KEY%20KEL>,
        <http://lexvo.org/id/term/vie/k%E1%BB%87>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gai2%20gai6%20git6>,
        <http://lexvo.org/id/term/yue/%E5%81%88>,
        "偈"^^xsd:string ;
    rdfs:comment "brave; martial; hasty; scudding"@en .

<http://lexvo.org/id/char/5049> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%81%89>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C4%9Bi>,
        <http://lexvo.org/id/term/kor/%E5%81%89>,
        <http://lexvo.org/id/term/kor/WI>,
        <http://lexvo.org/id/term/vie/v%C4%A9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wai5>,
        <http://lexvo.org/id/term/yue/%E5%81%89>,
        "偉"^^xsd:string ;
    rdfs:comment "great, robust; extraordinary"@en .

<http://lexvo.org/id/char/504A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%81%8A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%94%20j%C7%94>,
        <http://lexvo.org/id/term/kor/%E5%81%8A>,
        <http://lexvo.org/id/term/kor/YU>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/geoi2%20jyu2%20jyu5>,
        <http://lexvo.org/id/term/yue/%E5%81%8A>,
        "偊"^^xsd:string ;
    rdfs:comment "to walk alone; self-reliant"@en .

<http://lexvo.org/id/char/504B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%81%8B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C7%90ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bing2>,
        <http://lexvo.org/id/term/yue/%E5%81%8B>,
        "偋"^^xsd:string .

<http://lexvo.org/id/char/504C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%81%8C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ru%C3%B2>,
        <http://lexvo.org/id/term/kor/%E5%81%8C>,
        <http://lexvo.org/id/term/kor/YA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/je6>,
        <http://lexvo.org/id/term/yue/%E5%81%8C>,
        "偌"^^xsd:string ;
    rdfs:comment "thus, so, like, such"@en .

<http://lexvo.org/id/char/504D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%81%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tai4>,
        <http://lexvo.org/id/term/yue/%E5%81%8D>,
        "偍"^^xsd:string .

<http://lexvo.org/id/char/504E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%81%8E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C4%93i>,
        <http://lexvo.org/id/term/kor/%E5%81%8E>,
        <http://lexvo.org/id/term/kor/OY>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wui1>,
        <http://lexvo.org/id/term/yue/%E5%81%8E>,
        "偎"^^xsd:string ;
    rdfs:comment "cling to, cuddle, embrace, fondle"@en .

<http://lexvo.org/id/char/504F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%81%8F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/pi%C4%81n>,
        <http://lexvo.org/id/term/kor/%E5%81%8F>,
        <http://lexvo.org/id/term/kor/PHYEN>,
        <http://lexvo.org/id/term/vie/thi%C3%AAn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/pin1>,
        <http://lexvo.org/id/term/yue/%E5%81%8F>,
        "偏"^^xsd:string ;
    rdfs:comment "inclined one side; slanting"@en .

<http://lexvo.org/id/char/5050> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%81%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E5%81%90>,
        <http://lexvo.org/id/term/kor/AN>,
        "偐"^^xsd:string ;
    rdfs:comment "false, counterfeit, spurious"@en .

<http://lexvo.org/id/char/5051> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%81%91>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C4%93ng>,
        "偑"^^xsd:string .

<http://lexvo.org/id/char/5052> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%81%92>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C7%8Eng%20d%C3%A0ng>,
        <http://lexvo.org/id/term/kor/%E5%81%92>,
        <http://lexvo.org/id/term/kor/THANG>,
        "偒"^^xsd:string .

<http://lexvo.org/id/char/5053> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%81%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C3%B2>,
        <http://lexvo.org/id/term/kor/%E5%81%93>,
        <http://lexvo.org/id/term/kor/AK>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ak1>,
        <http://lexvo.org/id/term/yue/%E5%81%93>,
        "偓"^^xsd:string ;
    rdfs:comment "to fuss"@en .

<http://lexvo.org/id/char/5054> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C3%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%81%94>,
        "偔"^^xsd:string .

<http://lexvo.org/id/char/5055> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%81%95>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A9%20ji%C4%93>,
        <http://lexvo.org/id/term/kor/%E5%81%95>,
        <http://lexvo.org/id/term/kor/HAY%20HYEY>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gaai1>,
        <http://lexvo.org/id/term/yue/%E5%81%95>,
        "偕"^^xsd:string ;
    rdfs:comment "together; be in order"@en .

<http://lexvo.org/id/char/5056> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%81%96>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C4%9B>,
        <http://lexvo.org/id/term/kor/%E5%81%96>,
        <http://lexvo.org/id/term/kor/CHA>,
        "偖"^^xsd:string ;
    rdfs:comment "rip up, tear down; raise; haul"@en .

<http://lexvo.org/id/char/5057> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%81%97>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C4%9Bng>,
        "偗"^^xsd:string .

<http://lexvo.org/id/char/5058> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%81%98>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C7%8En>,
        <http://lexvo.org/id/term/kor/%E5%81%98>,
        <http://lexvo.org/id/term/kor/KAN>,
        "偘"^^xsd:string ;
    rdfs:comment "ancient family name"@en .

<http://lexvo.org/id/char/5059> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%81%99>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%AC>,
        "偙"^^xsd:string .

<http://lexvo.org/id/char/505A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%81%9A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zu%C3%B2>,
        <http://lexvo.org/id/term/kor/%E5%81%9A>,
        <http://lexvo.org/id/term/kor/CWU%20CA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zou6>,
        <http://lexvo.org/id/term/yue/%E5%81%9A>,
        "做"^^xsd:string ;
    rdfs:comment "work, make; act"@en .

<http://lexvo.org/id/char/505B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%81%9B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C4%81>,
        <http://lexvo.org/id/term/kor/%E5%81%9B>,
        <http://lexvo.org/id/term/kor/SAP>,
        "偛"^^xsd:string .

<http://lexvo.org/id/char/505C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%81%9C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%ADng>,
        <http://lexvo.org/id/term/kor/%E5%81%9C>,
        <http://lexvo.org/id/term/kor/CENG>,
        <http://lexvo.org/id/term/vie/%C4%91%C3%ACnh>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ting4>,
        <http://lexvo.org/id/term/yue/%E5%81%9C>,
        "停"^^xsd:string ;
    rdfs:comment "stop, suspend, delay; suitable"@en .

<http://lexvo.org/id/char/505D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%81%9D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%A8i>,
        <http://lexvo.org/id/term/kor/%E5%81%9D>,
        <http://lexvo.org/id/term/kor/PAY>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bui3>,
        <http://lexvo.org/id/term/yue/%E5%81%9D>,
        "偝"^^xsd:string ;
    rdfs:comment "not facing; desert"@en .

<http://lexvo.org/id/char/505E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%81%9E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A8>,
        <http://lexvo.org/id/term/kor/%E5%81%9E>,
        <http://lexvo.org/id/term/kor/YEP>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jip6>,
        <http://lexvo.org/id/term/yue/%E5%81%9E>,
        "偞"^^xsd:string .

<http://lexvo.org/id/char/505F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%81%9F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%A1ng>,
        <http://lexvo.org/id/term/kor/%E5%81%9F>,
        <http://lexvo.org/id/term/kor/HWANG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wong4>,
        <http://lexvo.org/id/term/yue/%E5%81%9F>,
        "偟"^^xsd:string ;
    rdfs:comment "agitated; alarmed"@en .

<http://lexvo.org/id/char/5060> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%81%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%8Eo>,
        <http://lexvo.org/id/term/kor/%E5%81%A0>,
        <http://lexvo.org/id/term/kor/YO>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jiu5>,
        <http://lexvo.org/id/term/yue/%E5%81%A0>,
        "偠"^^xsd:string .

<http://lexvo.org/id/char/5061> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%81%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zaam6>,
        <http://lexvo.org/id/term/yue/%E5%81%A1>,
        "偡"^^xsd:string .

<http://lexvo.org/id/char/5062> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%81%A2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C7%92u>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C7%92u%200923.040%3Aqi%C3%A0o>,
        <http://lexvo.org/id/term/kor/%E5%81%A2>,
        <http://lexvo.org/id/term/kor/CHO>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cau1%20ciu2>,
        <http://lexvo.org/id/term/yue/%E5%81%A2>,
        "偢"^^xsd:string ;
    rdfs:comment "to stare at"@en .

<http://lexvo.org/id/char/5063> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%81%A3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C4%81n>,
        "偣"^^xsd:string .

<http://lexvo.org/id/char/5064> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%81%A4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%92u>,
        "偤"^^xsd:string .

<http://lexvo.org/id/char/5065> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%81%A5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E5%81%A5>,
        <http://lexvo.org/id/term/kor/KEN%20KYEN>,
        <http://lexvo.org/id/term/vie/ki%E1%BB%87n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gin6>,
        <http://lexvo.org/id/term/yue/%E5%81%A5>,
        "健"^^xsd:string ;
    rdfs:comment "strong, robust, healthy; strength"@en .

<http://lexvo.org/id/char/5066> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%81%A6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C5%AB>,
        "偦"^^xsd:string .

<http://lexvo.org/id/char/5067> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%81%A7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C4%81>,
        "偧"^^xsd:string .

<http://lexvo.org/id/char/5068> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%81%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C4%AB>,
        <http://lexvo.org/id/term/kor/%E5%81%A8>,
        <http://lexvo.org/id/term/kor/CHI>,
        <http://lexvo.org/id/term/vie/th%C3%A0y>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ci1%20zi1>,
        <http://lexvo.org/id/term/yue/%E5%81%A8>,
        "偨"^^xsd:string ;
    rdfs:comment "uneven"@en .

<http://lexvo.org/id/char/5069> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%81%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%B9>,
        <http://lexvo.org/id/term/kor/%E5%81%A9>,
        <http://lexvo.org/id/term/kor/PWU>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fu6>,
        <http://lexvo.org/id/term/yue/%E5%81%A9>,
        "偩"^^xsd:string ;
    rdfs:comment "follow"@en .

<http://lexvo.org/id/char/506A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%81%AA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C4%AB>,
        <http://lexvo.org/id/term/kor/%E5%81%AA>,
        <http://lexvo.org/id/term/kor/PHIP>,
        <http://lexvo.org/id/term/vie/b%E1%BB%A9c>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bik1>,
        <http://lexvo.org/id/term/yue/%E5%81%AA>,
        "偪"^^xsd:string ;
    rdfs:comment "compel, pressure, force; bother"@en .

<http://lexvo.org/id/char/506B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%81%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%AC>,
        <http://lexvo.org/id/term/kor/%E5%81%AB>,
        <http://lexvo.org/id/term/kor/CHI>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/doi6%20zi6>,
        <http://lexvo.org/id/term/yue/%E5%81%AB>,
        "偫"^^xsd:string ;
    rdfs:comment "wait for; lay in"@en .

<http://lexvo.org/id/char/506C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%81%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C7%92ng>,
        <http://lexvo.org/id/term/kor/%E5%81%AC>,
        <http://lexvo.org/id/term/kor/CHONG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zung2>,
        <http://lexvo.org/id/term/yue/%E5%81%AC>,
        "偬"^^xsd:string ;
    rdfs:comment "urgent"@en .

<http://lexvo.org/id/char/506D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%81%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/mi%C7%8En>,
        <http://lexvo.org/id/term/kor/%E5%81%AD>,
        <http://lexvo.org/id/term/kor/MYEN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/min5>,
        <http://lexvo.org/id/term/yue/%E5%81%AD>,
        "偭"^^xsd:string ;
    rdfs:comment "transgress"@en .

<http://lexvo.org/id/char/506E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%81%AE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%AD>,
        "偮"^^xsd:string .

<http://lexvo.org/id/char/506F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%81%AF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%90>,
        <http://lexvo.org/id/term/kor/%E5%81%AF>,
        <http://lexvo.org/id/term/kor/UY>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ji2>,
        <http://lexvo.org/id/term/yue/%E5%81%AF>,
        "偯"^^xsd:string ;
    rdfs:comment "sob"@en .

<http://lexvo.org/id/char/5070> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%81%B0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A8>,
        <http://lexvo.org/id/term/kor/%E5%81%B0>,
        <http://lexvo.org/id/term/kor/SEL>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sit3>,
        <http://lexvo.org/id/term/yue/%E5%81%B0>,
        "偰"^^xsd:string .

<http://lexvo.org/id/char/5071> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%81%B1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C3%BAn>,
        "偱"^^xsd:string .

<http://lexvo.org/id/char/5072> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%81%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C4%81i%201085.030%3As%C4%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C4%AB>,
        <http://lexvo.org/id/term/kor/%E5%81%B2>,
        <http://lexvo.org/id/term/kor/SI>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/si1>,
        <http://lexvo.org/id/term/yue/%E5%81%B2>,
        "偲"^^xsd:string ;
    rdfs:comment "talented; urgent"@en .

<http://lexvo.org/id/char/5073> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%81%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/du%C4%81n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dyun1>,
        <http://lexvo.org/id/term/yue/%E5%81%B3>,
        "偳"^^xsd:string .

<http://lexvo.org/id/char/5074> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%81%B4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C3%A8%20z%C3%A8>,
        <http://lexvo.org/id/term/kor/%E5%81%B4>,
        <http://lexvo.org/id/term/kor/CHUK>,
        <http://lexvo.org/id/term/vie/tr%E1%BA%AFc>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zak1>,
        <http://lexvo.org/id/term/yue/%E5%81%B4>,
        "側"^^xsd:string ;
    rdfs:comment "side; incline, slant, lean"@en .

<http://lexvo.org/id/char/5075> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%81%B5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C4%93n%20zh%C4%93ng>,
        <http://lexvo.org/id/term/kor/%E5%81%B5>,
        <http://lexvo.org/id/term/kor/CENG>,
        <http://lexvo.org/id/term/vie/trinh>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zing1>,
        <http://lexvo.org/id/term/yue/%E5%81%B5>,
        "偵"^^xsd:string ;
    rdfs:comment "spy, reconnoiter; detective"@en .

<http://lexvo.org/id/char/5076> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C7%92u>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%81%B6>,
        <http://lexvo.org/id/term/kor/%E5%81%B6>,
        <http://lexvo.org/id/term/kor/WU>,
        <http://lexvo.org/id/term/vie/ng%E1%BA%ABu>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ngau5>,
        <http://lexvo.org/id/term/yue/%E5%81%B6>,
        "偶"^^xsd:string ;
    rdfs:comment "accidentally, coincidently; an idol"@en .

<http://lexvo.org/id/char/5077> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%81%B7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C5%8Du>,
        <http://lexvo.org/id/term/kor/%E5%81%B7>,
        <http://lexvo.org/id/term/kor/THWU>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tau1>,
        <http://lexvo.org/id/term/yue/%E5%81%B7>,
        "偷"^^xsd:string ;
    rdfs:comment "to steal, burglar, thief"@en .

<http://lexvo.org/id/char/5078> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%81%B8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C5%8Du>,
        <http://lexvo.org/id/term/kor/%E5%81%B8>,
        <http://lexvo.org/id/term/kor/THWU>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tau1>,
        <http://lexvo.org/id/term/yue/%E5%81%B8>,
        "偸"^^xsd:string ;
    rdfs:comment "to steal"@en .

<http://lexvo.org/id/char/5079> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%81%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%A8i>,
        <http://lexvo.org/id/term/kor/%E5%81%B9>,
        <http://lexvo.org/id/term/kor/PI>,
        "偹"^^xsd:string ;
    rdfs:comment "prepare, ready, perfect"@en .

<http://lexvo.org/id/char/507A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%81%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C3%A1%201439.042%3Az%C3%A1n%201440.072%3Azan>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C3%A1%20z%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zaa1>,
        <http://lexvo.org/id/term/yue/%E5%81%BA>,
        "偺"^^xsd:string ;
    rdfs:comment "(same as U+54B1 咱) we, us"@en .

<http://lexvo.org/id/char/507B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%81%BB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%B3u%200741.040%3Al%C7%9A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C7%9A%20l%C3%B3u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lau4>,
        <http://lexvo.org/id/term/yue/%E5%81%BB>,
        "偻"^^xsd:string ;
    rdfs:comment "humpback; surname"@en .

<http://lexvo.org/id/char/507C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%81%BC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%A9>,
        "偼"^^xsd:string .

<http://lexvo.org/id/char/507D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%81%BD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C4%9Bi>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C4%9Bi%20w%C3%A8i>,
        <http://lexvo.org/id/term/kor/%E5%81%BD>,
        <http://lexvo.org/id/term/kor/WI>,
        <http://lexvo.org/id/term/vie/ngu%E1%BB%B5>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ngai6>,
        <http://lexvo.org/id/term/yue/%E5%81%BD>,
        "偽"^^xsd:string ;
    rdfs:comment "false, counterfeit, bogus"@en .

<http://lexvo.org/id/char/507E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%81%BE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%A8n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fan5>,
        <http://lexvo.org/id/term/yue/%E5%81%BE>,
        "偾"^^xsd:string ;
    rdfs:comment "ruin, cause fail; overthrown"@en .

<http://lexvo.org/id/char/507F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%81%BF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%A1ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/soeng4>,
        <http://lexvo.org/id/term/yue/%E5%81%BF>,
        "偿"^^xsd:string ;
    rdfs:comment "repay, recompense; restitution"@en .

<http://lexvo.org/id/char/5080> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%82%80>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/gu%C4%AB%200663.080%3Aku%C7%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/gu%C4%AB%20ku%C7%90>,
        <http://lexvo.org/id/term/kor/%E5%82%80>,
        <http://lexvo.org/id/term/kor/KOY>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/faai3%20gwai1>,
        <http://lexvo.org/id/term/yue/%E5%82%80>,
        "傀"^^xsd:string ;
    rdfs:comment "great, gigantic; puppet"@en .

<http://lexvo.org/id/char/5081> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%82%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C7%92u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sau2>,
        <http://lexvo.org/id/term/yue/%E5%82%81>,
        "傁"^^xsd:string ;
    rdfs:comment "old man"@en .

<http://lexvo.org/id/char/5082> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%82%82>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zi6>,
        <http://lexvo.org/id/term/yue/%E5%82%82>,
        "傂"^^xsd:string .

<http://lexvo.org/id/char/5083> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%82%83>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C3%B9>,
        <http://lexvo.org/id/term/kor/%E5%82%83>,
        <http://lexvo.org/id/term/kor/SO>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sou3>,
        <http://lexvo.org/id/term/yue/%E5%82%83>,
        "傃"^^xsd:string .

<http://lexvo.org/id/char/5084> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%82%84>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C4%81>,
        "傄"^^xsd:string .

<http://lexvo.org/id/char/5085> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%82%85>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%B9%20f%C5%AB>,
        <http://lexvo.org/id/term/kor/%E5%82%85>,
        <http://lexvo.org/id/term/kor/PWU>,
        <http://lexvo.org/id/term/vie/ph%C3%B3>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fu6>,
        <http://lexvo.org/id/term/yue/%E5%82%85>,
        "傅"^^xsd:string ;
    rdfs:comment "tutor, teacher; assist; surname"@en .

<http://lexvo.org/id/char/5086> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%82%86>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/yu%C3%A0n>,
        "傆"^^xsd:string .

<http://lexvo.org/id/char/5087> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%82%87>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/r%C7%92ng>,
        "傇"^^xsd:string .

<http://lexvo.org/id/char/5088> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%82%88>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%AC>,
        "傈"^^xsd:string ;
    rdfs:comment "tribe"@en .

<http://lexvo.org/id/char/5089> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%82%89>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C3%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/r%C3%B9>,
        "傉"^^xsd:string .

<http://lexvo.org/id/char/508A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%82%8A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%94n>,
        "傊"^^xsd:string .

<http://lexvo.org/id/char/508B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%82%8B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C3%B2u>,
        <http://lexvo.org/id/term/kor/%E5%82%8B>,
        <http://lexvo.org/id/term/kor/KANG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gau3>,
        <http://lexvo.org/id/term/yue/%E5%82%8B>,
        "傋"^^xsd:string .

<http://lexvo.org/id/char/508C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%82%8C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A0>,
        <http://lexvo.org/id/term/kor/%E5%82%8C>,
        <http://lexvo.org/id/term/kor/MA>,
        <http://lexvo.org/id/term/vie/m%C3%A1>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/maa6>,
        <http://lexvo.org/id/term/yue/%E5%82%8C>,
        "傌"^^xsd:string ;
    rdfs:comment "to curse, to revile, to abuse; to scold"@en .

<http://lexvo.org/id/char/508D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%82%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%A0ng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%A0ng%20p%C3%A1ng>,
        <http://lexvo.org/id/term/kor/%E5%82%8D>,
        <http://lexvo.org/id/term/kor/PANG%20PHAYNG>,
        <http://lexvo.org/id/term/vie/b%C3%A0ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bong6%20pong4%20pong6>,
        <http://lexvo.org/id/term/yue/%E5%82%8D>,
        "傍"^^xsd:string ;
    rdfs:comment "by side of, beside, near, close"@en .

<http://lexvo.org/id/char/508E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%82%8E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/di%C4%81n>,
        <http://lexvo.org/id/term/kor/%E5%82%8E>,
        <http://lexvo.org/id/term/kor/CEN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/din1>,
        <http://lexvo.org/id/term/yue/%E5%82%8E>,
        "傎"^^xsd:string ;
    rdfs:comment "topple"@en .

<http://lexvo.org/id/char/508F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%82%8F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%A1ng>,
        "傏"^^xsd:string ;
    rdfs:comment "to ward off; to parry; to keep out, as wind, rain, or cold"@en .

<http://lexvo.org/id/char/5090> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%82%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A0o>,
        "傐"^^xsd:string .

<http://lexvo.org/id/char/5091> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%82%91>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%A9>,
        <http://lexvo.org/id/term/kor/%E5%82%91>,
        <http://lexvo.org/id/term/kor/KEL>,
        <http://lexvo.org/id/term/vie/ki%E1%BB%87t>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/git6>,
        <http://lexvo.org/id/term/yue/%E5%82%91>,
        "傑"^^xsd:string ;
    rdfs:comment "hero; outstanding, remarkable"@en .

<http://lexvo.org/id/char/5092> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%82%92>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C4%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C4%AB%20x%C3%AD%20x%C3%AC>,
        <http://lexvo.org/id/term/kor/%E5%82%92>,
        <http://lexvo.org/id/term/kor/HYEY>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hai4%20hoi4>,
        <http://lexvo.org/id/term/yue/%E5%82%92>,
        "傒"^^xsd:string ;
    rdfs:comment "personal name; servant"@en .

<http://lexvo.org/id/char/5093> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%82%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E5%82%93>,
        <http://lexvo.org/id/term/kor/SEN>,
        "傓"^^xsd:string .

<http://lexvo.org/id/char/5094> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%82%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E5%82%94>,
        <http://lexvo.org/id/term/kor/KYEM>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/him3>,
        <http://lexvo.org/id/term/yue/%E5%82%94>,
        "傔"^^xsd:string ;
    rdfs:comment "servant"@en .

<http://lexvo.org/id/char/5095> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%82%95>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ju%C3%A9>,
        <http://lexvo.org/id/term/kor/%E5%82%95>,
        <http://lexvo.org/id/term/kor/KAK>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gok3>,
        <http://lexvo.org/id/term/yue/%E5%82%95>,
        "傕"^^xsd:string ;
    rdfs:comment "used in old names"@en .

<http://lexvo.org/id/char/5096> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%82%96>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C4%81ng%200134.051%3Achen>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C4%81ng%20ch%C3%A9ng>,
        <http://lexvo.org/id/term/kor/%E5%82%96>,
        <http://lexvo.org/id/term/kor/CHANG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/caang4%20cong1>,
        <http://lexvo.org/id/term/yue/%E5%82%96>,
        "傖"^^xsd:string ;
    rdfs:comment "vulgar person, country man"@en .

<http://lexvo.org/id/char/5097> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%82%97>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%B9>,
        "傗"^^xsd:string .

<http://lexvo.org/id/char/5098> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%82%98>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C7%8En>,
        <http://lexvo.org/id/term/kor/%E5%82%98>,
        <http://lexvo.org/id/term/kor/SAN>,
        <http://lexvo.org/id/term/vie/t%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/saan3>,
        <http://lexvo.org/id/term/yue/%E5%82%98>,
        "傘"^^xsd:string ;
    rdfs:comment "umbrella, parasol, parachute"@en .

<http://lexvo.org/id/char/5099> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%82%99>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%A8i>,
        <http://lexvo.org/id/term/kor/%E5%82%99>,
        <http://lexvo.org/id/term/kor/PI>,
        <http://lexvo.org/id/term/vie/b%E1%BB%8B>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bei6>,
        <http://lexvo.org/id/term/yue/%E5%82%99>,
        "備"^^xsd:string ;
    rdfs:comment "prepare, ready, perfect"@en .

<http://lexvo.org/id/char/509A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%82%9A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A0o>,
        <http://lexvo.org/id/term/kor/%E5%82%9A>,
        <http://lexvo.org/id/term/kor/HYO>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/haau6>,
        <http://lexvo.org/id/term/yue/%E5%82%9A>,
        "傚"^^xsd:string ;
    rdfs:comment "imitate, mimic"@en .

<http://lexvo.org/id/char/509B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%82%9B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%92ng%20r%C3%B3ng>,
        <http://lexvo.org/id/term/kor/%E5%82%9B>,
        <http://lexvo.org/id/term/kor/YONG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jung4%20jung6>,
        <http://lexvo.org/id/term/yue/%E5%82%9B>,
        "傛"^^xsd:string .

<http://lexvo.org/id/char/509C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%82%9C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A1o>,
        <http://lexvo.org/id/term/kor/%E5%82%9C>,
        <http://lexvo.org/id/term/kor/YO>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jiu4>,
        <http://lexvo.org/id/term/yue/%E5%82%9C>,
        "傜"^^xsd:string ;
    rdfs:comment "a minority tribe"@en .

<http://lexvo.org/id/char/509D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%82%9D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%A0n%20t%C3%A0>,
        <http://lexvo.org/id/term/kor/%E5%82%9D>,
        <http://lexvo.org/id/term/kor/THAP>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/daap3>,
        <http://lexvo.org/id/term/yue/%E5%82%9D>,
        "傝"^^xsd:string .

<http://lexvo.org/id/char/509E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%82%9E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/su%C5%8D>,
        <http://lexvo.org/id/term/kor/%E5%82%9E>,
        <http://lexvo.org/id/term/kor/SA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/co1>,
        <http://lexvo.org/id/term/yue/%E5%82%9E>,
        "傞"^^xsd:string ;
    rdfs:comment "unsteady"@en .

<http://lexvo.org/id/char/509F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%82%9F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%8Eng>,
        "傟"^^xsd:string .

<http://lexvo.org/id/char/50A0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%82%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C4%81>,
        "傠"^^xsd:string .

<http://lexvo.org/id/char/50A1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%82%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%ACng>,
        "傡"^^xsd:string .

<http://lexvo.org/id/char/50A2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%82%A2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C4%81>,
        <http://lexvo.org/id/term/kor/%E5%82%A2>,
        <http://lexvo.org/id/term/kor/KA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gaa1>,
        <http://lexvo.org/id/term/yue/%E5%82%A2>,
        "傢"^^xsd:string ;
    rdfs:comment "stubborn, obstinate, intransigent"@en .

<http://lexvo.org/id/char/50A3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%82%A3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C7%8Ei>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/daai2%20taai3>,
        <http://lexvo.org/id/term/yue/%E5%82%A3>,
        "傣"^^xsd:string ;
    rdfs:comment "the Dai minority living in South China"@en .

<http://lexvo.org/id/char/50A4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%82%A4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C3%A0i>,
        "傤"^^xsd:string .

<http://lexvo.org/id/char/50A5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%82%A5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C7%8Eng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tong2>,
        <http://lexvo.org/id/term/yue/%E5%82%A5>,
        "傥"^^xsd:string ;
    rdfs:comment "if, supposing, in case"@en .

<http://lexvo.org/id/char/50A6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/c%E1%BB%91t>,
        "傦"^^xsd:string .

<http://lexvo.org/id/char/50A7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%82%A7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%ACn>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C4%ABn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ban3>,
        <http://lexvo.org/id/term/yue/%E5%82%A7>,
        "傧"^^xsd:string ;
    rdfs:comment "entertain guests"@en .

<http://lexvo.org/id/char/50A8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%82%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C7%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C7%94%20ch%C3%BA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cyu5>,
        <http://lexvo.org/id/term/yue/%E5%82%A8>,
        "储"^^xsd:string ;
    rdfs:comment "save money, store, reserve; heir"@en .

<http://lexvo.org/id/char/50A9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%82%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/nu%C3%B3>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/no4>,
        <http://lexvo.org/id/term/yue/%E5%82%A9>,
        "傩"^^xsd:string ;
    rdfs:comment "rich"@en .

<http://lexvo.org/id/char/50AA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%82%AA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C4%81n>,
        "傪"^^xsd:string .

<http://lexvo.org/id/char/50AB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%82%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C4%9Bi>,
        "傫"^^xsd:string ;
    rdfs:comment "tired, exhausted; surname"@en .

<http://lexvo.org/id/char/50AC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%82%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/cu%C4%AB>,
        <http://lexvo.org/id/term/kor/%E5%82%AC>,
        <http://lexvo.org/id/term/kor/CHOY>,
        <http://lexvo.org/id/term/vie/th%C3%B2i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ceoi1>,
        <http://lexvo.org/id/term/yue/%E5%82%AC>,
        "催"^^xsd:string ;
    rdfs:comment "press, urge"@en .

<http://lexvo.org/id/char/50AD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%82%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C5%8Dng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C5%8Dng%20y%C3%B3ng>,
        <http://lexvo.org/id/term/kor/%E5%82%AD>,
        <http://lexvo.org/id/term/kor/YONG%20CHWUNG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jung4>,
        <http://lexvo.org/id/term/yue/%E5%82%AD>,
        "傭"^^xsd:string ;
    rdfs:comment "hire, employ, charter; servant"@en .

<http://lexvo.org/id/char/50AE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%82%AE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C4%81o%20c%C3%A1o>,
        <http://lexvo.org/id/term/kor/%E5%82%AE>,
        <http://lexvo.org/id/term/kor/CO>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cou4%20zou1>,
        <http://lexvo.org/id/term/yue/%E5%82%AE>,
        "傮"^^xsd:string ;
    rdfs:comment "finish, to go around"@en .

<http://lexvo.org/id/char/50AF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%82%AF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C7%92ng>,
        <http://lexvo.org/id/term/kor/%E5%82%AF>,
        <http://lexvo.org/id/term/kor/CHONG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zung2>,
        <http://lexvo.org/id/term/yue/%E5%82%AF>,
        "傯"^^xsd:string ;
    rdfs:comment "urgent"@en .

<http://lexvo.org/id/char/50B0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%82%B0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%A9ng>,
        <http://lexvo.org/id/term/kor/%E5%82%B0>,
        <http://lexvo.org/id/term/kor/PWUNG>,
        "傰"^^xsd:string .

<http://lexvo.org/id/char/50B1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%82%B1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C7%92ng>,
        <http://lexvo.org/id/term/vie/tu%E1%BB%93ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sung2>,
        <http://lexvo.org/id/term/yue/%E5%82%B1>,
        "傱"^^xsd:string .

<http://lexvo.org/id/char/50B2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C3%A0o>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%82%B2>,
        <http://lexvo.org/id/term/kor/%E5%82%B2>,
        <http://lexvo.org/id/term/kor/O>,
        <http://lexvo.org/id/term/vie/ng%E1%BA%A1o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ngou6>,
        <http://lexvo.org/id/term/yue/%E5%82%B2>,
        "傲"^^xsd:string ;
    rdfs:comment "proud, haughty, overbearing"@en .

<http://lexvo.org/id/char/50B3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%82%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/chu%C3%A1n%201520.031%3Azhu%C3%A0n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/chu%C3%A1n%20zhu%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E5%82%B3>,
        <http://lexvo.org/id/term/kor/CEN>,
        <http://lexvo.org/id/term/vie/truy%E1%BB%81n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cyun4%20zyun6>,
        <http://lexvo.org/id/term/yue/%E5%82%B3>,
        "傳"^^xsd:string ;
    rdfs:comment "summon; propagate, transmit"@en .

<http://lexvo.org/id/char/50B4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%82%B4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%94>,
        <http://lexvo.org/id/term/kor/%E5%82%B4>,
        <http://lexvo.org/id/term/kor/KWU>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jyu2>,
        <http://lexvo.org/id/term/yue/%E5%82%B4>,
        "傴"^^xsd:string ;
    rdfs:comment "humpback; stoop"@en .

<http://lexvo.org/id/char/50B5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%82%B5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%A0i>,
        <http://lexvo.org/id/term/kor/%E5%82%B5>,
        <http://lexvo.org/id/term/kor/CHAY>,
        <http://lexvo.org/id/term/vie/tr%C3%A1i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zaai3>,
        <http://lexvo.org/id/term/yue/%E5%82%B5>,
        "債"^^xsd:string ;
    rdfs:comment "debt, loan, liabilities"@en .

<http://lexvo.org/id/char/50B6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%82%B6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C3%B2u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cik1>,
        <http://lexvo.org/id/term/yue/%E5%82%B6>,
        "傶"^^xsd:string .

<http://lexvo.org/id/char/50B7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%82%B7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C4%81ng>,
        <http://lexvo.org/id/term/kor/%E5%82%B7>,
        <http://lexvo.org/id/term/kor/SANG>,
        <http://lexvo.org/id/term/vie/th%C6%B0%C6%A1ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/soeng1>,
        <http://lexvo.org/id/term/yue/%E5%82%B7>,
        "傷"^^xsd:string ;
    rdfs:comment "wound, injury; fall ill from"@en .

<http://lexvo.org/id/char/50B8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%82%B8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C7%8Eng>,
        "傸"^^xsd:string .

<http://lexvo.org/id/char/50B9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%82%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%ACng%20ji%C4%81ng>,
        "傹"^^xsd:string .

<http://lexvo.org/id/char/50BA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%82%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%AC>,
        <http://lexvo.org/id/term/kor/%E5%82%BA>,
        <http://lexvo.org/id/term/kor/CEY>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cai3>,
        <http://lexvo.org/id/term/yue/%E5%82%BA>,
        "傺"^^xsd:string ;
    rdfs:comment "to hinder; to detain"@en .

<http://lexvo.org/id/char/50BB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%82%BB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C7%8E>,
        <http://lexvo.org/id/term/kor/%E5%82%BB>,
        <http://lexvo.org/id/term/kor/SA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/so4>,
        <http://lexvo.org/id/term/yue/%E5%82%BB>,
        "傻"^^xsd:string ;
    rdfs:comment "foolish, silly, stupid; an imbecile"@en .

<http://lexvo.org/id/char/50BC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%82%BC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A0n>,
        "傼"^^xsd:string ;
    rdfs:comment "surname"@en .

<http://lexvo.org/id/char/50BD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%82%BD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C4%81ng>,
        <http://lexvo.org/id/term/kor/%E5%82%BD>,
        <http://lexvo.org/id/term/kor/CANG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zoeng1>,
        <http://lexvo.org/id/term/yue/%E5%82%BD>,
        "傽"^^xsd:string ;
    rdfs:comment "terror-stricken"@en .

<http://lexvo.org/id/char/50BE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%82%BE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C4%ABng>,
        <http://lexvo.org/id/term/kor/%E5%82%BE>,
        <http://lexvo.org/id/term/kor/KYENG>,
        <http://lexvo.org/id/term/vie/khuynh>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/king1>,
        <http://lexvo.org/id/term/yue/%E5%82%BE>,
        "傾"^^xsd:string ;
    rdfs:comment "upset, pour out, overflow"@en .

<http://lexvo.org/id/char/50BF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%82%BF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E5%82%BF>,
        <http://lexvo.org/id/term/kor/EN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jin3>,
        <http://lexvo.org/id/term/yue/%E5%82%BF>,
        "傿"^^xsd:string .

<http://lexvo.org/id/char/50C0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%83%80>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%AC>,
        "僀"^^xsd:string .

<http://lexvo.org/id/char/50C1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%83%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C4%AB>,
        <http://lexvo.org/id/term/kor/%E5%83%81>,
        <http://lexvo.org/id/term/kor/SEL>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sik1>,
        <http://lexvo.org/id/term/yue/%E5%83%81>,
        "僁"^^xsd:string .

<http://lexvo.org/id/char/50C2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%83%82>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%B3u%200741.041%3Al%C7%9A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C7%9A%20l%C3%B3u>,
        <http://lexvo.org/id/term/kor/%E5%83%82>,
        <http://lexvo.org/id/term/kor/LWU>,
        <http://lexvo.org/id/term/vie/l%C5%A9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lau4>,
        <http://lexvo.org/id/term/yue/%E5%83%82>,
        "僂"^^xsd:string ;
    rdfs:comment "humpback; surname"@en .

<http://lexvo.org/id/char/50C3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%83%83>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%A8i>,
        "僃"^^xsd:string ;
    rdfs:comment "prepared"@en .

<http://lexvo.org/id/char/50C4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%83%84>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/pi%C3%A0o>,
        <http://lexvo.org/id/term/kor/%E5%83%84>,
        <http://lexvo.org/id/term/kor/PHYO>,
        <http://lexvo.org/id/term/vie/x%E1%BB%89u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/piu3>,
        <http://lexvo.org/id/term/yue/%E5%83%84>,
        "僄"^^xsd:string ;
    rdfs:comment "light; airy"@en .

<http://lexvo.org/id/char/50C5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%83%85>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C7%90n%200592.071%3Aj%C3%ACn>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C7%90n%20j%C3%ACn>,
        <http://lexvo.org/id/term/kor/%E5%83%85>,
        <http://lexvo.org/id/term/kor/KUN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gan2%20gan6>,
        <http://lexvo.org/id/term/yue/%E5%83%85>,
        "僅"^^xsd:string ;
    rdfs:comment "only, merely, solely, just"@en .

<http://lexvo.org/id/char/50C6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%83%86>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C3%A1n%20li%C7%8En%20li%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E5%83%86>,
        <http://lexvo.org/id/term/kor/LYEN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/leng1%20lin4%20lin5>,
        <http://lexvo.org/id/term/yue/%E5%83%86>,
        "僆"^^xsd:string .

<http://lexvo.org/id/char/50C7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%83%87>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%B9>,
        <http://lexvo.org/id/term/kor/%E5%83%87>,
        <http://lexvo.org/id/term/kor/LYUK>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/luk6>,
        <http://lexvo.org/id/term/yue/%E5%83%87>,
        "僇"^^xsd:string ;
    rdfs:comment "humiliate; treat with contempt"@en .

<http://lexvo.org/id/char/50C8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%83%88>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E5%83%88>,
        <http://lexvo.org/id/term/kor/MAN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/maan6>,
        <http://lexvo.org/id/term/yue/%E5%83%88>,
        "僈"^^xsd:string ;
    rdfs:comment "negligent, remiss"@en .

<http://lexvo.org/id/char/50C9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%83%89>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C4%81n>,
        <http://lexvo.org/id/term/kor/%E5%83%89>,
        <http://lexvo.org/id/term/kor/CHEM>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cim1>,
        <http://lexvo.org/id/term/yue/%E5%83%89>,
        "僉"^^xsd:string ;
    rdfs:comment "all, together, unanimous"@en .

<http://lexvo.org/id/char/50CA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%83%8A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C4%81n>,
        <http://lexvo.org/id/term/kor/%E5%83%8A>,
        <http://lexvo.org/id/term/kor/SEN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sin1>,
        <http://lexvo.org/id/term/yue/%E5%83%8A>,
        "僊"^^xsd:string ;
    rdfs:comment "Taoist super-being, transcendent, immortal"@en .

<http://lexvo.org/id/char/50CB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%83%8B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E5%83%8B>,
        <http://lexvo.org/id/term/kor/THAM>,
        "僋"^^xsd:string .

<http://lexvo.org/id/char/50CC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%83%8C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%ADng>,
        "僌"^^xsd:string .

<http://lexvo.org/id/char/50CD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%83%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%B2ng>,
        <http://lexvo.org/id/term/kor/%E5%83%8D>,
        <http://lexvo.org/id/term/kor/TONG>,
        "働"^^xsd:string ;
    rdfs:comment "labor; work"@en .

<http://lexvo.org/id/char/50CE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%83%8E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zhu%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E5%83%8E>,
        <http://lexvo.org/id/term/kor/CWUN%20SEN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/syun2%20zaan6>,
        <http://lexvo.org/id/term/yue/%E5%83%8E>,
        "僎"^^xsd:string ;
    rdfs:comment "collect"@en .

<http://lexvo.org/id/char/50CF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%83%8F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A0ng>,
        <http://lexvo.org/id/term/kor/%E5%83%8F>,
        <http://lexvo.org/id/term/kor/SANG>,
        <http://lexvo.org/id/term/vie/t%C6%B0%E1%BB%A3ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zoeng6>,
        <http://lexvo.org/id/term/yue/%E5%83%8F>,
        "像"^^xsd:string ;
    rdfs:comment "a picture, image, figure; to resemble"@en .

<http://lexvo.org/id/char/50D0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%83%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%A0n>,
        "僐"^^xsd:string .

<http://lexvo.org/id/char/50D1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%83%91>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C3%A1o>,
        <http://lexvo.org/id/term/kor/%E5%83%91>,
        <http://lexvo.org/id/term/kor/KYO>,
        <http://lexvo.org/id/term/vie/qu%E1%BB%81u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kiu4>,
        <http://lexvo.org/id/term/yue/%E5%83%91>,
        "僑"^^xsd:string ;
    rdfs:comment "sojourn, lodge"@en .

<http://lexvo.org/id/char/50D2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%83%92>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C7%92ng>,
        <http://lexvo.org/id/term/kor/%E5%83%92>,
        <http://lexvo.org/id/term/kor/KWUN>,
        "僒"^^xsd:string .

<http://lexvo.org/id/char/50D3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%83%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/tu%C7%90%20tu%C3%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/teoi4>,
        <http://lexvo.org/id/term/yue/%E5%83%93>,
        "僓"^^xsd:string .

<http://lexvo.org/id/char/50D4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%83%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C7%94n>,
        <http://lexvo.org/id/term/kor/%E5%83%94>,
        <http://lexvo.org/id/term/kor/CWUN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zyun2>,
        <http://lexvo.org/id/term/yue/%E5%83%94>,
        "僔"^^xsd:string .

<http://lexvo.org/id/char/50D5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%83%95>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%BA>,
        <http://lexvo.org/id/term/kor/%E5%83%95>,
        <http://lexvo.org/id/term/kor/POK>,
        <http://lexvo.org/id/term/vie/b%E1%BB%99c>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/buk6>,
        <http://lexvo.org/id/term/yue/%E5%83%95>,
        "僕"^^xsd:string ;
    rdfs:comment "slave, servant, I"@en .

<http://lexvo.org/id/char/50D6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%83%96>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C4%AB>,
        <http://lexvo.org/id/term/kor/%E5%83%96>,
        <http://lexvo.org/id/term/kor/HUY>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hei1>,
        <http://lexvo.org/id/term/yue/%E5%83%96>,
        "僖"^^xsd:string ;
    rdfs:comment "joy, gladness, delight; surname"@en .

<http://lexvo.org/id/char/50D7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%83%97>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%A1o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lou4>,
        <http://lexvo.org/id/term/yue/%E5%83%97>,
        "僗"^^xsd:string .

<http://lexvo.org/id/char/50D8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%83%98>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C7%8Eng>,
        "僘"^^xsd:string .

<http://lexvo.org/id/char/50D9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%83%99>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/gu%C4%81ng>,
        "僙"^^xsd:string .

<http://lexvo.org/id/char/50DA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%83%9A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C3%A1o>,
        <http://lexvo.org/id/term/kor/%E5%83%9A>,
        <http://lexvo.org/id/term/kor/LYO>,
        <http://lexvo.org/id/term/vie/li%C3%AAu>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/liu4>,
        <http://lexvo.org/id/term/yue/%E5%83%9A>,
        "僚"^^xsd:string ;
    rdfs:comment "companion, colleague; officials; bureaucracy; a pretty face"@en .

<http://lexvo.org/id/char/50DB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%83%9B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C4%AB>,
        <http://lexvo.org/id/term/kor/%E5%83%9B>,
        <http://lexvo.org/id/term/kor/KI>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hei1>,
        <http://lexvo.org/id/term/yue/%E5%83%9B>,
        "僛"^^xsd:string .

<http://lexvo.org/id/char/50DC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%83%9C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%A8ng>,
        "僜"^^xsd:string .

<http://lexvo.org/id/char/50DD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%83%9D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%A1n>,
        <http://lexvo.org/id/term/kor/%E5%83%9D>,
        <http://lexvo.org/id/term/kor/CAN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/caan4%20saan4>,
        <http://lexvo.org/id/term/yue/%E5%83%9D>,
        "僝"^^xsd:string ;
    rdfs:comment "to revile; to abuse"@en .

<http://lexvo.org/id/char/50DE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%83%9E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C4%9Bi>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C4%9Bi%20w%C3%A8i>,
        <http://lexvo.org/id/term/kor/%E5%83%9E>,
        <http://lexvo.org/id/term/kor/WI>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ngai6>,
        <http://lexvo.org/id/term/yue/%E5%83%9E>,
        "僞"^^xsd:string ;
    rdfs:comment "false, counterfeit, bogus"@en .

<http://lexvo.org/id/char/50DF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%83%9F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C4%AB>,
        <http://lexvo.org/id/term/kor/%E5%83%9F>,
        <http://lexvo.org/id/term/kor/KI>,
        "僟"^^xsd:string .

<http://lexvo.org/id/char/50E0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%83%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C4%81n>,
        "僠"^^xsd:string .

<http://lexvo.org/id/char/50E1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%83%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%AC>,
        "僡"^^xsd:string .

<http://lexvo.org/id/char/50E2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%83%A2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/chu%C7%8En>,
        <http://lexvo.org/id/term/kor/%E5%83%A2>,
        <http://lexvo.org/id/term/kor/CHEN>,
        "僢"^^xsd:string .

<http://lexvo.org/id/char/50E3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%83%A3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E5%83%A3>,
        <http://lexvo.org/id/term/kor/CHAM>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zim3>,
        <http://lexvo.org/id/term/yue/%E5%83%A3>,
        "僣"^^xsd:string ;
    rdfs:comment "assume, usurp"@en .

<http://lexvo.org/id/char/50E4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%83%A4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E5%83%A4>,
        <http://lexvo.org/id/term/kor/THAN>,
        <http://lexvo.org/id/term/vie/d%E1%BA%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/daan1%20daan6>,
        <http://lexvo.org/id/term/yue/%E5%83%A4>,
        "僤"^^xsd:string ;
    rdfs:comment "sincere"@en .

<http://lexvo.org/id/char/50E5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%83%A5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C7%8Eo>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C7%8Eo%201340.101%3Ay%C3%A1o>,
        <http://lexvo.org/id/term/kor/%E5%83%A5>,
        <http://lexvo.org/id/term/kor/YO>,
        <http://lexvo.org/id/term/vie/ngh%E1%BA%B9o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/giu1%20giu2%20hiu1%20jiu4>,
        <http://lexvo.org/id/term/yue/%E5%83%A5>,
        "僥"^^xsd:string ;
    rdfs:comment "be lucky; by chance, by luck"@en .

<http://lexvo.org/id/char/50E6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%83%A6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%B9>,
        <http://lexvo.org/id/term/kor/%E5%83%A6>,
        <http://lexvo.org/id/term/kor/CHWU>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zau6>,
        <http://lexvo.org/id/term/yue/%E5%83%A6>,
        "僦"^^xsd:string ;
    rdfs:comment "to heir; to rent"@en .

<http://lexvo.org/id/char/50E7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%83%A7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C4%93ng>,
        <http://lexvo.org/id/term/kor/%E5%83%A7>,
        <http://lexvo.org/id/term/kor/SUNG>,
        <http://lexvo.org/id/term/vie/t%C4%83ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sang1%20zang1>,
        <http://lexvo.org/id/term/yue/%E5%83%A7>,
        "僧"^^xsd:string ;
    rdfs:comment "Buddhist priest, monk; san of Sanskrit sangha"@en .

<http://lexvo.org/id/char/50E8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%83%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%A8n>,
        <http://lexvo.org/id/term/kor/%E5%83%A8>,
        <http://lexvo.org/id/term/kor/PWUN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fan5>,
        <http://lexvo.org/id/term/yue/%E5%83%A8>,
        "僨"^^xsd:string ;
    rdfs:comment "ruin, cause fail; overthrown"@en .

<http://lexvo.org/id/char/50E9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%83%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E5%83%A9>,
        <http://lexvo.org/id/term/kor/HAN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/haan5>,
        <http://lexvo.org/id/term/yue/%E5%83%A9>,
        "僩"^^xsd:string ;
    rdfs:comment "courageous; martial; dignified"@en .

<http://lexvo.org/id/char/50EA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%83%AA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ju%C3%A9>,
        <http://lexvo.org/id/term/kor/%E5%83%AA>,
        <http://lexvo.org/id/term/kor/KYEL>,
        "僪"^^xsd:string .

<http://lexvo.org/id/char/50EB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C3%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%83%AB>,
        "僫"^^xsd:string .

<http://lexvo.org/id/char/50EC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%83%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C4%81o>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C4%81o%20ji%C3%A0o>,
        <http://lexvo.org/id/term/kor/%E5%83%AC>,
        <http://lexvo.org/id/term/kor/CHO>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ziu1>,
        <http://lexvo.org/id/term/yue/%E5%83%AC>,
        "僬"^^xsd:string ;
    rdfs:comment "clever; alert in mind pigmies"@en .

<http://lexvo.org/id/char/50ED> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%83%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E5%83%AD>,
        <http://lexvo.org/id/term/kor/CHAM>,
        <http://lexvo.org/id/term/vie/ti%E1%BA%BFm>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cim3%20cim5%20zim3>,
        <http://lexvo.org/id/term/yue/%E5%83%AD>,
        "僭"^^xsd:string ;
    rdfs:comment "assume, usurp"@en .

<http://lexvo.org/id/char/50EE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%83%AE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%B3ng%201523.020%3Azhu%C3%A0ng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%B3ng%20zhu%C3%A0ng>,
        <http://lexvo.org/id/term/kor/%E5%83%AE>,
        <http://lexvo.org/id/term/kor/TONG>,
        <http://lexvo.org/id/term/vie/%C4%91%E1%BB%93ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tung4%20zung3>,
        <http://lexvo.org/id/term/yue/%E5%83%AE>,
        "僮"^^xsd:string ;
    rdfs:comment "page, boy servant"@en .

<http://lexvo.org/id/char/50EF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%83%AF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C7%90n>,
        "僯"^^xsd:string ;
    rdfs:comment "ashamed"@en .

<http://lexvo.org/id/char/50F0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%83%B0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%B3>,
        <http://lexvo.org/id/term/kor/%E5%83%B0>,
        <http://lexvo.org/id/term/kor/PWUK>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/baak6%20bok3>,
        <http://lexvo.org/id/term/yue/%E5%83%B0>,
        "僰"^^xsd:string ;
    rdfs:comment "ancient aboriginal tribe"@en .

<http://lexvo.org/id/char/50F1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%83%B1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gu3>,
        <http://lexvo.org/id/term/yue/%E5%83%B1>,
        "僱"^^xsd:string ;
    rdfs:comment "employ, hire"@en .

<http://lexvo.org/id/char/50F2> a lvont:Character ;
    lvont:represents "僲"^^xsd:string .

<http://lexvo.org/id/char/50F3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%83%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/suk1>,
        <http://lexvo.org/id/term/yue/%E5%83%B3>,
        "僳"^^xsd:string ;
    rdfs:comment "minority name"@en .

<http://lexvo.org/id/char/50F4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%83%B4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A0n>,
        "僴"^^xsd:string .

<http://lexvo.org/id/char/50F5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%83%B5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C4%81ng>,
        <http://lexvo.org/id/term/kor/%E5%83%B5>,
        <http://lexvo.org/id/term/kor/KANG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/goeng1>,
        <http://lexvo.org/id/term/yue/%E5%83%B5>,
        "僵"^^xsd:string ;
    rdfs:comment "stiff and motionless, stock still"@en .

<http://lexvo.org/id/char/50F6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%83%B6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C7%90n>,
        <http://lexvo.org/id/term/kor/%E5%83%B6>,
        <http://lexvo.org/id/term/kor/MIN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/man5>,
        <http://lexvo.org/id/term/yue/%E5%83%B6>,
        "僶"^^xsd:string ;
    rdfs:comment "forcefully"@en .

<http://lexvo.org/id/char/50F7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%83%B7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A8>,
        <http://lexvo.org/id/term/kor/%E5%83%B7>,
        <http://lexvo.org/id/term/kor/YEP>,
        "僷"^^xsd:string .

<http://lexvo.org/id/char/50F8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%83%B8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%ACn>,
        <http://lexvo.org/id/term/kor/%E5%83%B8>,
        <http://lexvo.org/id/term/kor/KUM>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gam3>,
        <http://lexvo.org/id/term/yue/%E5%83%B8>,
        "僸"^^xsd:string .

<http://lexvo.org/id/char/50F9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%83%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%A0%200584.051%3Ajie>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%A0%20jie>,
        <http://lexvo.org/id/term/kor/%E5%83%B9>,
        <http://lexvo.org/id/term/kor/KA>,
        <http://lexvo.org/id/term/vie/gi%C3%A1>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gaa3>,
        <http://lexvo.org/id/term/yue/%E5%83%B9>,
        "價"^^xsd:string ;
    rdfs:comment "price, value"@en .

<http://lexvo.org/id/char/50FA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%83%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C3%A0o>,
        "僺"^^xsd:string .

<http://lexvo.org/id/char/50FB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%83%BB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%AC>,
        <http://lexvo.org/id/term/kor/%E5%83%BB>,
        <http://lexvo.org/id/term/kor/PYEK%20PHI>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/pik1>,
        <http://lexvo.org/id/term/yue/%E5%83%BB>,
        "僻"^^xsd:string ;
    rdfs:comment "out-of-the-way, remote; unorthodox"@en .

<http://lexvo.org/id/char/50FC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%83%BC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C4%93ng>,
        "僼"^^xsd:string .

<http://lexvo.org/id/char/50FD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%83%BD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%B2u>,
        <http://lexvo.org/id/term/kor/%E5%83%BD>,
        <http://lexvo.org/id/term/kor/CHWU>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zau3>,
        <http://lexvo.org/id/term/yue/%E5%83%BD>,
        "僽"^^xsd:string .

<http://lexvo.org/id/char/50FE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C3%A0i>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%83%BE>,
        <http://lexvo.org/id/term/kor/%E5%83%BE>,
        <http://lexvo.org/id/term/kor/AY>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/oi2%20oi3>,
        <http://lexvo.org/id/term/yue/%E5%83%BE>,
        "僾"^^xsd:string ;
    rdfs:comment "like"@en .

<http://lexvo.org/id/char/50FF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%83%BF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C3%A0i>,
        <http://lexvo.org/id/term/kor/%E5%83%BF>,
        <http://lexvo.org/id/term/kor/SA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/si1%20zi6>,
        <http://lexvo.org/id/term/yue/%E5%83%BF>,
        "僿"^^xsd:string ;
    rdfs:comment "small, minute; lacking sincerity"@en .

<http://lexvo.org/id/char/5100> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%84%80>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%AD>,
        <http://lexvo.org/id/term/kor/%E5%84%80>,
        <http://lexvo.org/id/term/kor/UY>,
        <http://lexvo.org/id/term/vie/nghi>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ji4>,
        <http://lexvo.org/id/term/yue/%E5%84%80>,
        "儀"^^xsd:string ;
    rdfs:comment "ceremony, rites gifts; admire"@en .

<http://lexvo.org/id/char/5101> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%84%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%B9n>,
        <http://lexvo.org/id/term/kor/%E5%84%81>,
        <http://lexvo.org/id/term/kor/CWUN>,
        "儁"^^xsd:string ;
    rdfs:comment "outstanding, fine; superior; talented, capable; handsome"@en .

<http://lexvo.org/id/char/5102> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%84%82>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C3%B3ng>,
        <http://lexvo.org/id/term/kor/%E5%84%82>,
        <http://lexvo.org/id/term/kor/NONG>,
        <http://lexvo.org/id/term/vie/n%C3%B9ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/nung4>,
        <http://lexvo.org/id/term/yue/%E5%84%82>,
        "儂"^^xsd:string ;
    rdfs:comment "I; you; family name"@en .

<http://lexvo.org/id/char/5103> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%84%83>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%A1n%20t%C7%8En>,
        <http://lexvo.org/id/term/kor/%E5%84%83>,
        <http://lexvo.org/id/term/kor/CHEN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cin4%20sin4%20taan2>,
        <http://lexvo.org/id/term/yue/%E5%84%83>,
        "儃"^^xsd:string .

<http://lexvo.org/id/char/5104> a lvont:Character ;
    lvont:label "100000000" ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%84%84>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%AC>,
        <http://lexvo.org/id/term/kor/%E5%84%84>,
        <http://lexvo.org/id/term/kor/EK>,
        <http://lexvo.org/id/term/vie/%E1%BB%A9c>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jik1>,
        <http://lexvo.org/id/term/yue/%E5%84%84>,
        "億"^^xsd:string ;
    rdfs:comment "hundred million; many"@en .

<http://lexvo.org/id/char/5105> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%84%85>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%A0ng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C4%81ng%20d%C3%A0ng>,
        "儅"^^xsd:string ;
    rdfs:comment "stop"@en .

<http://lexvo.org/id/char/5106> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%84%86>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C7%90ng>,
        <http://lexvo.org/id/term/kor/%E5%84%86>,
        <http://lexvo.org/id/term/kor/KYENG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ging2>,
        <http://lexvo.org/id/term/yue/%E5%84%86>,
        "儆"^^xsd:string ;
    rdfs:comment "warn; warning"@en .

<http://lexvo.org/id/char/5107> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%84%87>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xu%C4%81n>,
        <http://lexvo.org/id/term/kor/%E5%84%87>,
        <http://lexvo.org/id/term/kor/HYEN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hyun1>,
        <http://lexvo.org/id/term/yue/%E5%84%87>,
        "儇"^^xsd:string ;
    rdfs:comment "clever, nimble"@en .

<http://lexvo.org/id/char/5108> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%84%88>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ku%C3%A0i>,
        <http://lexvo.org/id/term/kor/%E5%84%88>,
        <http://lexvo.org/id/term/kor/KOY>,
        <http://lexvo.org/id/term/vie/c%C3%BAi>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kui2>,
        <http://lexvo.org/id/term/yue/%E5%84%88>,
        "儈"^^xsd:string ;
    rdfs:comment "go-between, broker, proxy"@en .

<http://lexvo.org/id/char/5109> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%84%89>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C7%8En>,
        <http://lexvo.org/id/term/kor/%E5%84%89>,
        <http://lexvo.org/id/term/kor/KEM>,
        <http://lexvo.org/id/term/vie/ki%E1%BB%87m>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gim6>,
        <http://lexvo.org/id/term/yue/%E5%84%89>,
        "儉"^^xsd:string ;
    rdfs:comment "temperate, frugal, economical"@en .

<http://lexvo.org/id/char/510A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%84%8A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/co3>,
        <http://lexvo.org/id/term/yue/%E5%84%8A>,
        "儊"^^xsd:string ;
    rdfs:comment "rough and rugged"@en .

<http://lexvo.org/id/char/510B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%84%8B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C4%81n>,
        <http://lexvo.org/id/term/kor/%E5%84%8B>,
        <http://lexvo.org/id/term/kor/TAM>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/daam1>,
        <http://lexvo.org/id/term/yue/%E5%84%8B>,
        "儋"^^xsd:string ;
    rdfs:comment "a small jar; to bear a burden; a load of two"@en .

<http://lexvo.org/id/char/510C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%84%8C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C7%8Eo%20y%C3%A1o>,
        <http://lexvo.org/id/term/kor/%E5%84%8C>,
        <http://lexvo.org/id/term/kor/KYO>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/giu1%20giu2%20hiu1>,
        <http://lexvo.org/id/term/yue/%E5%84%8C>,
        "儌"^^xsd:string ;
    rdfs:comment "lucky, fortunate"@en .

<http://lexvo.org/id/char/510D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%84%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C7%8E>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/so4>,
        <http://lexvo.org/id/term/yue/%E5%84%8D>,
        "儍"^^xsd:string ;
    rdfs:comment "foolish, silly, an imbecile"@en .

<http://lexvo.org/id/char/510E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%84%8E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C3%A0i>,
        "儎"^^xsd:string ;
    rdfs:comment "carry, contain, load"@en .

<http://lexvo.org/id/char/510F> a lvont:Character ;
    lvont:represents "儏"^^xsd:string .

<http://lexvo.org/id/char/5110> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%84%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%ACn%20b%C4%ABn>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C4%ABn>,
        <http://lexvo.org/id/term/kor/%E5%84%90>,
        <http://lexvo.org/id/term/kor/PIN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ban1%20ban3>,
        <http://lexvo.org/id/term/yue/%E5%84%90>,
        "儐"^^xsd:string ;
    rdfs:comment "entertain guests"@en .

<http://lexvo.org/id/char/5111> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C3%A0n%20%C3%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%84%91>,
        <http://lexvo.org/id/term/kor/%E5%84%91>,
        <http://lexvo.org/id/term/kor/AP>,
        "儑"^^xsd:string .

<http://lexvo.org/id/char/5112> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%84%92>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/r%C3%BA>,
        <http://lexvo.org/id/term/kor/%E5%84%92>,
        <http://lexvo.org/id/term/kor/YU>,
        <http://lexvo.org/id/term/vie/nho>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jyu4>,
        <http://lexvo.org/id/term/yue/%E5%84%92>,
        "儒"^^xsd:string ;
    rdfs:comment "Confucian scholar"@en .

<http://lexvo.org/id/char/5113> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%84%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%A1i>,
        <http://lexvo.org/id/term/kor/%E5%84%93>,
        <http://lexvo.org/id/term/kor/TAY>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/toi4>,
        <http://lexvo.org/id/term/yue/%E5%84%93>,
        "儓"^^xsd:string ;
    rdfs:comment "servant"@en .

<http://lexvo.org/id/char/5114> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%84%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%B3u>,
        <http://lexvo.org/id/term/kor/%E5%84%94>,
        <http://lexvo.org/id/term/kor/CWU>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cau4>,
        <http://lexvo.org/id/term/yue/%E5%84%94>,
        "儔"^^xsd:string ;
    rdfs:comment "companion, mate, colleague"@en .

<http://lexvo.org/id/char/5115> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%84%95>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%A1i>,
        <http://lexvo.org/id/term/kor/%E5%84%95>,
        <http://lexvo.org/id/term/kor/CEY>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/caai4>,
        <http://lexvo.org/id/term/yue/%E5%84%95>,
        "儕"^^xsd:string ;
    rdfs:comment "a company, companion; together"@en .

<http://lexvo.org/id/char/5116> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%84%96>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%A1n>,
        "儖"^^xsd:string .

<http://lexvo.org/id/char/5117> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%84%97>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C7%90>,
        <http://lexvo.org/id/term/kor/%E5%84%97>,
        <http://lexvo.org/id/term/kor/UY>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hoi3%20ji5>,
        <http://lexvo.org/id/term/yue/%E5%84%97>,
        "儗"^^xsd:string ;
    rdfs:comment "compare with, draw analogy with"@en .

<http://lexvo.org/id/char/5118> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%84%98>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C7%90n>,
        <http://lexvo.org/id/term/kor/%E5%84%98>,
        <http://lexvo.org/id/term/kor/CIN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zeon2>,
        <http://lexvo.org/id/term/yue/%E5%84%98>,
        "儘"^^xsd:string ;
    rdfs:comment "utmost"@en .

<http://lexvo.org/id/char/5119> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%84%99>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C3%A0n>,
        "儙"^^xsd:string .

<http://lexvo.org/id/char/511A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%84%9A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A9ng>,
        <http://lexvo.org/id/term/kor/%E5%84%9A>,
        <http://lexvo.org/id/term/kor/MENG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mung5>,
        <http://lexvo.org/id/term/yue/%E5%84%9A>,
        "儚"^^xsd:string ;
    rdfs:comment "(J) equivalent to 果敢 U+679C U+6562, fleeting, momentary, ephemeral; vain, empty; fickle"@en .

<http://lexvo.org/id/char/511B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%84%9B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C7%94>,
        <http://lexvo.org/id/term/kor/%E5%84%9B>,
        <http://lexvo.org/id/term/kor/MWU>,
        "儛"^^xsd:string ;
    rdfs:comment "to skip about, to dance for joy"@en .

<http://lexvo.org/id/char/511C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%84%9C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C3%ADng>,
        <http://lexvo.org/id/term/kor/%E5%84%9C>,
        <http://lexvo.org/id/term/kor/NYENG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ning4>,
        <http://lexvo.org/id/term/yue/%E5%84%9C>,
        "儜"^^xsd:string ;
    rdfs:comment "weak; wearied; in distress"@en .

<http://lexvo.org/id/char/511D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%84%9D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C3%B3ng>,
        "儝"^^xsd:string .

<http://lexvo.org/id/char/511E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%84%9E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C7%90%20%C4%9Br%20n%C7%8Ei>,
        "儞"^^xsd:string .

<http://lexvo.org/id/char/511F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%84%9F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%A1ng>,
        <http://lexvo.org/id/term/kor/%E5%84%9F>,
        <http://lexvo.org/id/term/kor/SANG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/coeng4%20soeng4>,
        <http://lexvo.org/id/term/yue/%E5%84%9F>,
        "償"^^xsd:string ;
    rdfs:comment "repay, recompense; restitution"@en .

<http://lexvo.org/id/char/5120> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%84%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C3%A8>,
        <http://lexvo.org/id/term/kor/%E5%84%A0>,
        <http://lexvo.org/id/term/kor/LYEP>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lip6>,
        <http://lexvo.org/id/term/yue/%E5%84%A0>,
        "儠"^^xsd:string .

<http://lexvo.org/id/char/5121> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%84%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C4%9Bi>,
        <http://lexvo.org/id/term/kor/%E5%84%A1>,
        <http://lexvo.org/id/term/kor/LOY>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/leoi5>,
        <http://lexvo.org/id/term/yue/%E5%84%A1>,
        "儡"^^xsd:string ;
    rdfs:comment "puppet, dummy"@en .

<http://lexvo.org/id/char/5122> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%84%A2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C7%9A>,
        <http://lexvo.org/id/term/kor/%E5%84%A2>,
        <http://lexvo.org/id/term/kor/LYE>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/leoi5>,
        <http://lexvo.org/id/term/yue/%E5%84%A2>,
        "儢"^^xsd:string .

<http://lexvo.org/id/char/5123> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%84%A3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ku%C3%A0ng>,
        "儣"^^xsd:string .

<http://lexvo.org/id/char/5124> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%84%A4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%A0o>,
        <http://lexvo.org/id/term/kor/%E5%84%A4>,
        <http://lexvo.org/id/term/kor/PHO>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bou3>,
        <http://lexvo.org/id/term/yue/%E5%84%A4>,
        "儤"^^xsd:string ;
    rdfs:comment "on duty"@en .

<http://lexvo.org/id/char/5125> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%84%A5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%BA>,
        <http://lexvo.org/id/term/kor/%E5%84%A5>,
        <http://lexvo.org/id/term/kor/YUK>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/juk6>,
        <http://lexvo.org/id/term/yue/%E5%84%A5>,
        "儥"^^xsd:string .

<http://lexvo.org/id/char/5126> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%84%A6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/bi%C4%81o>,
        <http://lexvo.org/id/term/kor/%E5%84%A6>,
        <http://lexvo.org/id/term/kor/PHYO>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/biu1>,
        <http://lexvo.org/id/term/yue/%E5%84%A6>,
        "儦"^^xsd:string ;
    rdfs:comment "milling"@en .

<http://lexvo.org/id/char/5127> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%84%A7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C7%8En>,
        <http://lexvo.org/id/term/kor/%E5%84%A7>,
        <http://lexvo.org/id/term/kor/CHAN>,
        "儧"^^xsd:string .

<http://lexvo.org/id/char/5128> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%84%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%AD>,
        <http://lexvo.org/id/term/kor/%E5%84%A8>,
        <http://lexvo.org/id/term/kor/CIL>,
        "儨"^^xsd:string .

<http://lexvo.org/id/char/5129> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%84%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C3%AC>,
        <http://lexvo.org/id/term/kor/%E5%84%A9>,
        <http://lexvo.org/id/term/kor/SA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ci3>,
        <http://lexvo.org/id/term/yue/%E5%84%A9>,
        "儩"^^xsd:string ;
    rdfs:comment "complete"@en .

<http://lexvo.org/id/char/512A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%84%AA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C5%8Du>,
        <http://lexvo.org/id/term/kor/%E5%84%AA>,
        <http://lexvo.org/id/term/kor/WU>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jau1>,
        <http://lexvo.org/id/term/yue/%E5%84%AA>,
        "優"^^xsd:string ;
    rdfs:comment "superior, excellent; actor"@en .

<http://lexvo.org/id/char/512B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%84%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A1o>,
        <http://lexvo.org/id/term/kor/%E5%84%AB>,
        <http://lexvo.org/id/term/kor/HO>,
        "儫"^^xsd:string .

<http://lexvo.org/id/char/512C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%84%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%A8n>,
        "儬"^^xsd:string .

<http://lexvo.org/id/char/512D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%84%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%A8n>,
        <http://lexvo.org/id/term/kor/%E5%84%AD>,
        <http://lexvo.org/id/term/kor/CHUN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/can3>,
        <http://lexvo.org/id/term/yue/%E5%84%AD>,
        "儭"^^xsd:string ;
    rdfs:comment "to assist; to give alms"@en .

<http://lexvo.org/id/char/512E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%84%AE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%AC>,
        "儮"^^xsd:string .

<http://lexvo.org/id/char/512F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%84%AF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%A9ng>,
        "儯"^^xsd:string .

<http://lexvo.org/id/char/5130> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%84%B0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C4%9Bi>,
        "儰"^^xsd:string .

<http://lexvo.org/id/char/5131> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%84%B1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C7%92ng>,
        <http://lexvo.org/id/term/kor/%E5%84%B1>,
        <http://lexvo.org/id/term/kor/LONG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lung5>,
        <http://lexvo.org/id/term/yue/%E5%84%B1>,
        "儱"^^xsd:string ;
    rdfs:comment "rude; barbarous"@en .

<http://lexvo.org/id/char/5132> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%84%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C7%94%20ch%C3%BA>,
        <http://lexvo.org/id/term/kor/%E5%84%B2>,
        <http://lexvo.org/id/term/kor/CE>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cyu1%20cyu5>,
        <http://lexvo.org/id/term/yue/%E5%84%B2>,
        "儲"^^xsd:string ;
    rdfs:comment "to save money, store, reserve; an heir"@en .

<http://lexvo.org/id/char/5133> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%84%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E5%84%B3>,
        <http://lexvo.org/id/term/kor/CHAM>,
        <http://lexvo.org/id/term/vie/s%C3%A0m>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/caam3>,
        <http://lexvo.org/id/term/yue/%E5%84%B3>,
        "儳"^^xsd:string ;
    rdfs:comment "obstinate; stupid; uneven; mix"@en .

<http://lexvo.org/id/char/5134> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%84%B4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/r%C3%A1ng>,
        <http://lexvo.org/id/term/kor/%E5%84%B4>,
        <http://lexvo.org/id/term/kor/SANG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/joeng4>,
        <http://lexvo.org/id/term/yue/%E5%84%B4>,
        "儴"^^xsd:string .

<http://lexvo.org/id/char/5135> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%84%B5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C5%AB>,
        <http://lexvo.org/id/term/kor/%E5%84%B5>,
        <http://lexvo.org/id/term/kor/SWUK>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/suk1%20suk6>,
        <http://lexvo.org/id/term/yue/%E5%84%B5>,
        "儵"^^xsd:string .

<http://lexvo.org/id/char/5136> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%84%B6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%AC>,
        <http://lexvo.org/id/term/kor/%E5%84%B6>,
        <http://lexvo.org/id/term/kor/HYEY%20HYU>,
        "儶"^^xsd:string ;
    rdfs:comment "valiant, brave; eminent"@en .

<http://lexvo.org/id/char/5137> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%84%B7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%AC>,
        <http://lexvo.org/id/term/kor/%E5%84%B7>,
        <http://lexvo.org/id/term/kor/LYE>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lai6>,
        <http://lexvo.org/id/term/yue/%E5%84%B7>,
        "儷"^^xsd:string ;
    rdfs:comment "spouse, couple, pair"@en .

<http://lexvo.org/id/char/5138> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%84%B8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/lu%C3%B3>,
        <http://lexvo.org/id/term/kor/%E5%84%B8>,
        <http://lexvo.org/id/term/kor/LA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lo4>,
        <http://lexvo.org/id/term/yue/%E5%84%B8>,
        "儸"^^xsd:string ;
    rdfs:comment "bandit, daredevil"@en .

<http://lexvo.org/id/char/5139> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%84%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C7%8En>,
        <http://lexvo.org/id/term/kor/%E5%84%B9>,
        <http://lexvo.org/id/term/kor/CHAN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zaan2%20zyun2>,
        <http://lexvo.org/id/term/yue/%E5%84%B9>,
        "儹"^^xsd:string ;
    rdfs:comment "to accumulate, to hoard, to store up"@en .

<http://lexvo.org/id/char/513A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%84%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/nu%C3%B3>,
        <http://lexvo.org/id/term/kor/%E5%84%BA>,
        <http://lexvo.org/id/term/kor/NA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/no4>,
        <http://lexvo.org/id/term/yue/%E5%84%BA>,
        "儺"^^xsd:string ;
    rdfs:comment "rich"@en .

<http://lexvo.org/id/char/513B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%84%BB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C7%8Eng>,
        <http://lexvo.org/id/term/kor/%E5%84%BB>,
        <http://lexvo.org/id/term/kor/TANG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tong2>,
        <http://lexvo.org/id/term/yue/%E5%84%BB>,
        "儻"^^xsd:string ;
    rdfs:comment "if, supposing, in case"@en .

<http://lexvo.org/id/char/513C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%84%BC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%8En>,
        <http://lexvo.org/id/term/kor/%E5%84%BC>,
        <http://lexvo.org/id/term/kor/EM>,
        <http://lexvo.org/id/term/vie/nghi%E1%BB%85m>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jim5>,
        <http://lexvo.org/id/term/yue/%E5%84%BC>,
        "儼"^^xsd:string ;
    rdfs:comment "grave, respectful, majestic"@en .

<http://lexvo.org/id/char/513D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%84%BD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%A9i>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C4%9Bi>,
        <http://lexvo.org/id/term/kor/%E5%84%BD>,
        <http://lexvo.org/id/term/kor/LAY>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/leoi4%20leoi5>,
        <http://lexvo.org/id/term/yue/%E5%84%BD>,
        "儽"^^xsd:string ;
    rdfs:comment "lazy; tired out, worn fatigued"@en .

<http://lexvo.org/id/char/513E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%84%BE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C3%A0ng>,
        "儾"^^xsd:string ;
    rdfs:comment "slow, dull; irresolute"@en .

<http://lexvo.org/id/char/5140> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%85%80>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C3%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C5%AB%201223.140%3Aw%C3%B9>,
        <http://lexvo.org/id/term/kor/%E5%85%80>,
        <http://lexvo.org/id/term/kor/OL>,
        <http://lexvo.org/id/term/vie/ng%E1%BB%99t>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ngat6>,
        <http://lexvo.org/id/term/yue/%E5%85%80>,
        "兀"^^xsd:string ;
    rdfs:comment "to cut off the feet"@en .

<http://lexvo.org/id/char/5141> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%85%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%94n>,
        <http://lexvo.org/id/term/kor/%E5%85%81>,
        <http://lexvo.org/id/term/kor/YUN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wan5>,
        <http://lexvo.org/id/term/yue/%E5%85%81>,
        "允"^^xsd:string ;
    rdfs:comment "to grant, to allow, to consent"@en .

<http://lexvo.org/id/char/5142> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%85%82>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C4%81n%20z%C7%8En>,
        <http://lexvo.org/id/term/kor/%E5%85%82>,
        <http://lexvo.org/id/term/kor/CAM>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zaam1>,
        <http://lexvo.org/id/term/yue/%E5%85%82>,
        "兂"^^xsd:string ;
    rdfs:comment "hairpin, clasp; wear in hair"@en .

<http://lexvo.org/id/char/5143> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%85%83>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/yu%C3%A1n>,
        <http://lexvo.org/id/term/kor/%E5%85%83>,
        <http://lexvo.org/id/term/kor/WEN>,
        <http://lexvo.org/id/term/vie/nguy%C3%AAn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jyun4>,
        <http://lexvo.org/id/term/yue/%E5%85%83>,
        "元"^^xsd:string ;
    rdfs:comment "first; dollar; origin; head"@en .

<http://lexvo.org/id/char/5144> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%85%84>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C5%8Dng>,
        <http://lexvo.org/id/term/kor/%E5%85%84>,
        <http://lexvo.org/id/term/kor/HYENG>,
        <http://lexvo.org/id/term/vie/huynh>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hing1>,
        <http://lexvo.org/id/term/yue/%E5%85%84>,
        "兄"^^xsd:string ;
    rdfs:comment "elder brother"@en .

<http://lexvo.org/id/char/5145> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%85%85>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C5%8Dng>,
        <http://lexvo.org/id/term/kor/%E5%85%85>,
        <http://lexvo.org/id/term/kor/CHWUNG>,
        <http://lexvo.org/id/term/vie/sung>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cung1>,
        <http://lexvo.org/id/term/yue/%E5%85%85>,
        "充"^^xsd:string ;
    rdfs:comment "fill, be full, supply"@en .

<http://lexvo.org/id/char/5146> a lvont:Character ;
    lvont:label "1000000000000" ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%85%86>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%A0o>,
        <http://lexvo.org/id/term/kor/%E5%85%86>,
        <http://lexvo.org/id/term/kor/CO>,
        <http://lexvo.org/id/term/vie/tri%E1%BB%87u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/siu6%20ziu6>,
        <http://lexvo.org/id/term/yue/%E5%85%86>,
        "兆"^^xsd:string ;
    rdfs:comment "omen; million; mega; also trillion. China = million; Japan and Taiwan = trillion"@en .

<http://lexvo.org/id/char/5147> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%85%87>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C5%8Dng>,
        <http://lexvo.org/id/term/kor/%E5%85%87>,
        <http://lexvo.org/id/term/kor/HYUNG>,
        <http://lexvo.org/id/term/vie/hung>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hung1>,
        <http://lexvo.org/id/term/yue/%E5%85%87>,
        "兇"^^xsd:string ;
    rdfs:comment "atrocious, ferocious, brutal"@en .

<http://lexvo.org/id/char/5148> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%85%88>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C4%81n>,
        <http://lexvo.org/id/term/kor/%E5%85%88>,
        <http://lexvo.org/id/term/kor/SEN>,
        <http://lexvo.org/id/term/vie/ti%C3%AAn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sin1>,
        <http://lexvo.org/id/term/yue/%E5%85%88>,
        "先"^^xsd:string ;
    rdfs:comment "first, former, previous"@en .

<http://lexvo.org/id/char/5149> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%85%89>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/gu%C4%81ng>,
        <http://lexvo.org/id/term/kor/%E5%85%89>,
        <http://lexvo.org/id/term/kor/KWANG>,
        <http://lexvo.org/id/term/vie/quang>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gwong1>,
        <http://lexvo.org/id/term/yue/%E5%85%89>,
        "光"^^xsd:string ;
    rdfs:comment "light, brilliant, shine; only"@en .

<http://lexvo.org/id/char/514A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%85%8A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/du%C3%AC>,
        <http://lexvo.org/id/term/kor/%E5%85%8A>,
        <http://lexvo.org/id/term/kor/THAY>,
        "兊"^^xsd:string .

<http://lexvo.org/id/char/514B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%85%8B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C3%A8>,
        <http://lexvo.org/id/term/kor/%E5%85%8B>,
        <http://lexvo.org/id/term/kor/KUK>,
        <http://lexvo.org/id/term/vie/kh%E1%BA%AFc>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/haak1%20hak1>,
        <http://lexvo.org/id/term/yue/%E5%85%8B>,
        "克"^^xsd:string ;
    rdfs:comment "gram; overcome; transliteration"@en .

<http://lexvo.org/id/char/514C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%85%8C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/du%C3%AC>,
        <http://lexvo.org/id/term/kor/%E5%85%8C>,
        <http://lexvo.org/id/term/kor/THAY%20YEY>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/deoi3%20deoi6>,
        <http://lexvo.org/id/term/yue/%E5%85%8C>,
        "兌"^^xsd:string ;
    rdfs:comment "cash; exchange, barter; weight"@en .

<http://lexvo.org/id/char/514D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%85%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/mi%C7%8En>,
        <http://lexvo.org/id/term/kor/%E5%85%8D>,
        <http://lexvo.org/id/term/kor/MYEN%20MWUN>,
        <http://lexvo.org/id/term/vie/mi%E1%BB%85n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/man6%20min5>,
        <http://lexvo.org/id/term/yue/%E5%85%8D>,
        "免"^^xsd:string ;
    rdfs:comment "spare; excuse from; evade"@en .

<http://lexvo.org/id/char/514E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%85%8E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%B9>,
        <http://lexvo.org/id/term/kor/%E5%85%8E>,
        <http://lexvo.org/id/term/kor/THO>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tou3>,
        <http://lexvo.org/id/term/yue/%E5%85%8E>,
        "兎"^^xsd:string ;
    rdfs:comment "rabbit, hare"@en .

<http://lexvo.org/id/char/514F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%85%8F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%A1ng>,
        "兏"^^xsd:string .

<http://lexvo.org/id/char/5150> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C3%A9r>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%85%90>,
        <http://lexvo.org/id/term/kor/%E5%85%90>,
        <http://lexvo.org/id/term/kor/A>,
        "児"^^xsd:string ;
    rdfs:comment "son, child, oneself; final part"@en .

<http://lexvo.org/id/char/5151> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%85%91>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/du%C3%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/du%C3%AC%20yu%C3%A8%20ru%C3%AC>,
        <http://lexvo.org/id/term/kor/%E5%85%91>,
        <http://lexvo.org/id/term/kor/THAY%20YEY>,
        <http://lexvo.org/id/term/vie/%C4%91o%C3%A0i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/deoi3>,
        <http://lexvo.org/id/term/yue/%E5%85%91>,
        "兑"^^xsd:string ;
    rdfs:comment "cash; exchange"@en .

<http://lexvo.org/id/char/5152> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C3%A9r%200826.050%3An%C3%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%C3%A9r%20er>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%85%92>,
        <http://lexvo.org/id/term/kor/%E5%85%92>,
        <http://lexvo.org/id/term/kor/A>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ji4%20ngai4>,
        <http://lexvo.org/id/term/yue/%E5%85%92>,
        "兒"^^xsd:string ;
    rdfs:comment "son, child, oneself; final part"@en .

<http://lexvo.org/id/char/5153> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%85%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C4%ABn>,
        <http://lexvo.org/id/term/kor/%E5%85%93>,
        <http://lexvo.org/id/term/kor/CHIM%20CHAN>,
        "兓"^^xsd:string .

<http://lexvo.org/id/char/5154> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%85%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%B9>,
        <http://lexvo.org/id/term/kor/%E5%85%94>,
        <http://lexvo.org/id/term/kor/THO>,
        <http://lexvo.org/id/term/vie/th%E1%BB%8F>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tou3>,
        <http://lexvo.org/id/term/yue/%E5%85%94>,
        "兔"^^xsd:string ;
    rdfs:comment "rabbit, hare"@en .

<http://lexvo.org/id/char/5155> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%85%95>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C3%AC>,
        <http://lexvo.org/id/term/kor/%E5%85%95>,
        <http://lexvo.org/id/term/kor/SI>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zi6>,
        <http://lexvo.org/id/term/yue/%E5%85%95>,
        "兕"^^xsd:string ;
    rdfs:comment "a female rhinoceros"@en .

<http://lexvo.org/id/char/5156> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%85%96>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%8En>,
        <http://lexvo.org/id/term/kor/%E5%85%96>,
        <http://lexvo.org/id/term/kor/YEN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jin5>,
        <http://lexvo.org/id/term/yue/%E5%85%96>,
        "兖"^^xsd:string ;
    rdfs:comment "establish; one of nine empire divisions"@en .

<http://lexvo.org/id/char/5157> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%85%97>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%8En>,
        <http://lexvo.org/id/term/kor/%E5%85%97>,
        <http://lexvo.org/id/term/kor/YEN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jin5>,
        <http://lexvo.org/id/term/yue/%E5%85%97>,
        "兗"^^xsd:string ;
    rdfs:comment "establish; one of nine empire divisions"@en .

<http://lexvo.org/id/char/5158> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%85%98>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C7%90>,
        "兘"^^xsd:string .

<http://lexvo.org/id/char/5159> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/kor/%E5%85%99>,
        <http://lexvo.org/id/term/kor/SIP>,
        "兙"^^xsd:string ;
    rdfs:comment "decagram"@en .

<http://lexvo.org/id/char/515A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%85%9A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C7%8Eng>,
        <http://lexvo.org/id/term/kor/%E5%85%9A>,
        <http://lexvo.org/id/term/kor/TANG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dong2>,
        <http://lexvo.org/id/term/yue/%E5%85%9A>,
        "党"^^xsd:string ;
    rdfs:comment "political party, gang, faction"@en .

<http://lexvo.org/id/char/515B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%85%9B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C4%81n>,
        <http://lexvo.org/id/term/kor/%E5%85%9B>,
        <http://lexvo.org/id/term/kor/CHEN>,
        "兛"^^xsd:string ;
    rdfs:comment "kilogram"@en .

<http://lexvo.org/id/char/515C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%85%9C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C5%8Du>,
        <http://lexvo.org/id/term/kor/%E5%85%9C>,
        <http://lexvo.org/id/term/kor/TWU>,
        <http://lexvo.org/id/term/vie/%C4%91%C3%A2u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dau1>,
        <http://lexvo.org/id/term/yue/%E5%85%9C>,
        "兜"^^xsd:string ;
    rdfs:comment "pouch"@en .

<http://lexvo.org/id/char/515D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%85%9D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C4%93n>,
        "兝"^^xsd:string ;
    rdfs:comment "decigram"@en .

<http://lexvo.org/id/char/515E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%85%9E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A1o>,
        "兞"^^xsd:string ;
    rdfs:comment "milligram"@en .

<http://lexvo.org/id/char/515F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%85%9F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C4%93n>,
        <http://lexvo.org/id/term/kor/%E5%85%9F>,
        <http://lexvo.org/id/term/kor/SIN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/san1>,
        <http://lexvo.org/id/term/yue/%E5%85%9F>,
        "兟"^^xsd:string ;
    rdfs:comment "to advance"@en .

<http://lexvo.org/id/char/5160> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%85%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C5%8Du>,
        "兠"^^xsd:string .

<http://lexvo.org/id/char/5161> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/kor/%E5%85%A1>,
        <http://lexvo.org/id/term/kor/PAYK>,
        "兡"^^xsd:string ;
    rdfs:comment "mercury (chemical element)"@en .

<http://lexvo.org/id/char/5162> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%85%A2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C4%ABng>,
        <http://lexvo.org/id/term/kor/%E5%85%A2>,
        <http://lexvo.org/id/term/kor/KUNG>,
        <http://lexvo.org/id/term/vie/c%E1%BA%A1nh>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ging1>,
        <http://lexvo.org/id/term/yue/%E5%85%A2>,
        "兢"^^xsd:string ;
    rdfs:comment "fearful, cautious, wary"@en .

<http://lexvo.org/id/char/5163> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%85%A3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C7%90%20k%C3%A8>,
        "兣"^^xsd:string ;
    rdfs:comment "decigram; centigram"@en .

<http://lexvo.org/id/char/5164> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%85%A4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%A1ng>,
        "兤"^^xsd:string .

<http://lexvo.org/id/char/5166> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%85%A6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C3%A1ng>,
        <http://lexvo.org/id/term/kor/%E5%85%A6>,
        <http://lexvo.org/id/term/kor/MANG%20MWU>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mong4>,
        <http://lexvo.org/id/term/yue/%E5%85%A6>,
        "兦"^^xsd:string ;
    rdfs:comment "destruction"@en .

<http://lexvo.org/id/char/5167> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%85%A7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C3%A8i%20n%C3%A0>,
        <http://lexvo.org/id/term/kor/%E5%85%A7>,
        <http://lexvo.org/id/term/kor/NAY%20NAP>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/naap6%20noi6>,
        <http://lexvo.org/id/term/yue/%E5%85%A7>,
        "內"^^xsd:string ;
    rdfs:comment "inside, interior; domestic"@en .

<http://lexvo.org/id/char/5168> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%85%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qu%C3%A1n>,
        <http://lexvo.org/id/term/kor/%E5%85%A8>,
        <http://lexvo.org/id/term/kor/CEN>,
        <http://lexvo.org/id/term/vie/to%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cyun4>,
        <http://lexvo.org/id/term/yue/%E5%85%A8>,
        "全"^^xsd:string ;
    rdfs:comment "maintain, keep whole or intact"@en .

<http://lexvo.org/id/char/5169> a lvont:Character ;
    lvont:label "2" ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%85%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C7%8Eng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C7%8Eng%20li%C3%A0ng>,
        <http://lexvo.org/id/term/kor/%E5%85%A9>,
        <http://lexvo.org/id/term/kor/LYANG>,
        <http://lexvo.org/id/term/vie/l%C6%B0%E1%BB%A1ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/loeng5>,
        <http://lexvo.org/id/term/yue/%E5%85%A9>,
        "兩"^^xsd:string ;
    rdfs:comment "two, both, pair, couple; ounce"@en .

<http://lexvo.org/id/char/516A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%85%AA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%BA%20sh%C3%B9>,
        <http://lexvo.org/id/term/kor/%E5%85%AA>,
        <http://lexvo.org/id/term/kor/YU>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jyu6>,
        <http://lexvo.org/id/term/yue/%E5%85%AA>,
        "兪"^^xsd:string ;
    rdfs:comment "surname; consent"@en .

<http://lexvo.org/id/char/516C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%85%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C5%8Dng>,
        <http://lexvo.org/id/term/kor/%E5%85%AC>,
        <http://lexvo.org/id/term/kor/KONG>,
        <http://lexvo.org/id/term/vie/c%C3%B4ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gung1>,
        <http://lexvo.org/id/term/yue/%E5%85%AC>,
        "公"^^xsd:string ;
    rdfs:comment "fair, equitable; public; duke"@en .

<http://lexvo.org/id/char/516D> a lvont:Character ;
    lvont:label "6" ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%85%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C3%B9%200737.110%3Al%C3%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C3%B9%20l%C3%B9>,
        <http://lexvo.org/id/term/kor/%E5%85%AD>,
        <http://lexvo.org/id/term/kor/LYUK>,
        <http://lexvo.org/id/term/vie/l%E1%BB%A5c>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/luk6>,
        <http://lexvo.org/id/term/yue/%E5%85%AD>,
        "六"^^xsd:string ;
    rdfs:comment "number six"@en .

<http://lexvo.org/id/char/516E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%85%AE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C4%AB>,
        <http://lexvo.org/id/term/kor/%E5%85%AE>,
        <http://lexvo.org/id/term/kor/HYEY>,
        <http://lexvo.org/id/term/vie/h%E1%BB%81>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hai4>,
        <http://lexvo.org/id/term/yue/%E5%85%AE>,
        "兮"^^xsd:string ;
    rdfs:comment "exclamatory particle"@en .

<http://lexvo.org/id/char/516F> a lvont:Character ;
    lvont:represents "兯"^^xsd:string ;
    rdfs:comment "kwukyel"@en .

<http://lexvo.org/id/char/5170> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%85%B0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/laan4>,
        <http://lexvo.org/id/term/yue/%E5%85%B0>,
        "兰"^^xsd:string ;
    rdfs:comment "orchid; elegant, graceful"@en .

<http://lexvo.org/id/char/5171> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%85%B1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C3%B2ng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C3%B2ng%20g%C5%8Dng>,
        <http://lexvo.org/id/term/kor/%E5%85%B1>,
        <http://lexvo.org/id/term/kor/KONG>,
        <http://lexvo.org/id/term/vie/c%E1%BB%99ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gung1%20gung6>,
        <http://lexvo.org/id/term/yue/%E5%85%B1>,
        "共"^^xsd:string ;
    rdfs:comment "together with, all, total; to share"@en .

<http://lexvo.org/id/char/5172> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%85%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ti%C4%81n>,
        "兲"^^xsd:string ;
    rdfs:comment "heaven; sky"@en .

<http://lexvo.org/id/char/5173> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%85%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/gu%C4%81n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/gu%C4%81n%20w%C4%81n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gwaan1>,
        <http://lexvo.org/id/term/yue/%E5%85%B3>,
        "关"^^xsd:string ;
    rdfs:comment "frontier pass; close; relation"@en .

<http://lexvo.org/id/char/5174> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%85%B4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C4%ABng%201292.030%3Ax%C3%ACng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C4%ABng%20x%C3%ACng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hing1%20hing3>,
        <http://lexvo.org/id/term/yue/%E5%85%B4>,
        "兴"^^xsd:string ;
    rdfs:comment "thrive, prosper, flourish"@en .

<http://lexvo.org/id/char/5175> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%85%B5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C4%ABng>,
        <http://lexvo.org/id/term/kor/%E5%85%B5>,
        <http://lexvo.org/id/term/kor/PYENG>,
        <http://lexvo.org/id/term/vie/binh>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bing1>,
        <http://lexvo.org/id/term/yue/%E5%85%B5>,
        "兵"^^xsd:string ;
    rdfs:comment "soldier, troops"@en .

<http://lexvo.org/id/char/5176> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%85%B6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C4%AB%200895.060%3Aq%C3%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C3%AD%20j%C4%AB>,
        <http://lexvo.org/id/term/kor/%E5%85%B6>,
        <http://lexvo.org/id/term/kor/KI>,
        <http://lexvo.org/id/term/vie/k%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gei1%20kei4>,
        <http://lexvo.org/id/term/yue/%E5%85%B6>,
        "其"^^xsd:string ;
    rdfs:comment "his, her, its, their; that"@en .

<http://lexvo.org/id/char/5177> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%85%B7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%B9>,
        <http://lexvo.org/id/term/kor/%E5%85%B7>,
        <http://lexvo.org/id/term/kor/KWU>,
        <http://lexvo.org/id/term/vie/c%E1%BB%A5>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/geoi6>,
        <http://lexvo.org/id/term/yue/%E5%85%B7>,
        "具"^^xsd:string ;
    rdfs:comment "tool, implement; draw up, write"@en .

<http://lexvo.org/id/char/5178> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%85%B8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/di%C7%8En>,
        <http://lexvo.org/id/term/kor/%E5%85%B8>,
        <http://lexvo.org/id/term/kor/CEN>,
        <http://lexvo.org/id/term/vie/%C4%91i%E1%BB%83n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/din2>,
        <http://lexvo.org/id/term/yue/%E5%85%B8>,
        "典"^^xsd:string ;
    rdfs:comment "law, canon; documentation; classic, scripture"@en .

<http://lexvo.org/id/char/5179> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%85%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C3%AD%201529.020%3Az%C4%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C4%AB%20c%C3%AD>,
        <http://lexvo.org/id/term/kor/%E5%85%B9>,
        <http://lexvo.org/id/term/kor/CA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zi1>,
        <http://lexvo.org/id/term/yue/%E5%85%B9>,
        "兹"^^xsd:string ;
    rdfs:comment "now, here; this; time, year"@en .

<http://lexvo.org/id/char/517A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/kor/%E5%85%BA>,
        <http://lexvo.org/id/term/kor/PPWUN>,
        "兺"^^xsd:string .

<http://lexvo.org/id/char/517B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%85%BB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%8Eng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%8Eng%20y%C3%A0ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/joeng5>,
        <http://lexvo.org/id/term/yue/%E5%85%BB>,
        "养"^^xsd:string ;
    rdfs:comment "raise, rear, bring up; support"@en .

<http://lexvo.org/id/char/517C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%85%BC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C4%81n>,
        <http://lexvo.org/id/term/kor/%E5%85%BC>,
        <http://lexvo.org/id/term/kor/KYEM>,
        <http://lexvo.org/id/term/vie/ki%C3%AAm>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gim1>,
        <http://lexvo.org/id/term/yue/%E5%85%BC>,
        "兼"^^xsd:string ;
    rdfs:comment "unite, combine; connect; and"@en .

<http://lexvo.org/id/char/517D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%85%BD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%B2u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sau3>,
        <http://lexvo.org/id/term/yue/%E5%85%BD>,
        "兽"^^xsd:string ;
    rdfs:comment "beast, animal; bestial"@en .

<http://lexvo.org/id/char/517E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%85%BE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%AC>,
        "兾"^^xsd:string ;
    rdfs:comment "same as 冀 U+5180 to hope for; to wish"@en .

<http://lexvo.org/id/char/517F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%85%BF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%AC>,
        "兿"^^xsd:string .

<http://lexvo.org/id/char/5180> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%86%80>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%AC>,
        <http://lexvo.org/id/term/kor/%E5%86%80>,
        <http://lexvo.org/id/term/kor/KI>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kei3>,
        <http://lexvo.org/id/term/yue/%E5%86%80>,
        "冀"^^xsd:string ;
    rdfs:comment "hope for; wish; Hebei province"@en .

<http://lexvo.org/id/char/5181> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%86%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C7%8En>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cin2>,
        <http://lexvo.org/id/term/yue/%E5%86%81>,
        "冁"^^xsd:string ;
    rdfs:comment "smile"@en .

<http://lexvo.org/id/char/5183> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/kor/%E5%86%83>,
        <http://lexvo.org/id/term/kor/MO>,
        "冃"^^xsd:string .

<http://lexvo.org/id/char/5184> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%86%84>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/r%C7%8En>,
        <http://lexvo.org/id/term/kor/%E5%86%84>,
        <http://lexvo.org/id/term/kor/YEM>,
        "冄"^^xsd:string ;
    rdfs:comment "tender; weak; gradually alterrrrating"@en .

<http://lexvo.org/id/char/5185> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%86%85>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C3%A8i>,
        <http://lexvo.org/id/term/kor/%E5%86%85>,
        <http://lexvo.org/id/term/kor/NAY%20NAP>,
        <http://lexvo.org/id/term/vie/n%E1%BB%99i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/noi6>,
        <http://lexvo.org/id/term/yue/%E5%86%85>,
        "内"^^xsd:string ;
    rdfs:comment "inside"@en .

<http://lexvo.org/id/char/5186> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/kor/%E5%86%86>,
        <http://lexvo.org/id/term/kor/WEN%20YEYN>,
        "円"^^xsd:string ;
    rdfs:comment "yen"@en .

<http://lexvo.org/id/char/5187> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%86%87>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C7%8Eo>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mou5>,
        <http://lexvo.org/id/term/yue/%E5%86%87>,
        "冇"^^xsd:string ;
    rdfs:comment "(Cant.) have not"@en .

<http://lexvo.org/id/char/5188> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%86%88>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C4%81ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gong1>,
        <http://lexvo.org/id/term/yue/%E5%86%88>,
        "冈"^^xsd:string ;
    rdfs:comment "ridge or crest of hill"@en .

<http://lexvo.org/id/char/5189> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%86%89>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/r%C7%8En>,
        <http://lexvo.org/id/term/kor/%E5%86%89>,
        <http://lexvo.org/id/term/kor/YEM>,
        <http://lexvo.org/id/term/vie/nhi%E1%BB%85m>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jim5>,
        <http://lexvo.org/id/term/yue/%E5%86%89>,
        "冉"^^xsd:string ;
    rdfs:comment "tender; weak; proceed gradually"@en .

<http://lexvo.org/id/char/518A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%86%8A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C3%A8>,
        <http://lexvo.org/id/term/kor/%E5%86%8A>,
        <http://lexvo.org/id/term/kor/CHAYK>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/caak3>,
        <http://lexvo.org/id/term/yue/%E5%86%8A>,
        "冊"^^xsd:string ;
    rdfs:comment "book, volume"@en .

<http://lexvo.org/id/char/518B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%86%8B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C5%8Dng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gwing2>,
        <http://lexvo.org/id/term/yue/%E5%86%8B>,
        "冋"^^xsd:string ;
    rdfs:comment "a desert, a border"@en .

<http://lexvo.org/id/char/518C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%86%8C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C3%A8>,
        <http://lexvo.org/id/term/kor/%E5%86%8C>,
        <http://lexvo.org/id/term/kor/CHAYK>,
        <http://lexvo.org/id/term/vie/s%C3%A1ch>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/caak3>,
        <http://lexvo.org/id/term/yue/%E5%86%8C>,
        "册"^^xsd:string ;
    rdfs:comment "book, volume, register, list"@en .

<http://lexvo.org/id/char/518D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%86%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C3%A0i>,
        <http://lexvo.org/id/term/kor/%E5%86%8D>,
        <http://lexvo.org/id/term/kor/CAY>,
        <http://lexvo.org/id/term/vie/t%C3%A1i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zoi3>,
        <http://lexvo.org/id/term/yue/%E5%86%8D>,
        "再"^^xsd:string ;
    rdfs:comment "again, twice, re-"@en .

<http://lexvo.org/id/char/518E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%86%8E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/gu%C7%8E>,
        "冎"^^xsd:string .

<http://lexvo.org/id/char/518F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%86%8F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C7%92ng>,
        <http://lexvo.org/id/term/kor/%E5%86%8F>,
        <http://lexvo.org/id/term/kor/KYENG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gwing2>,
        <http://lexvo.org/id/term/yue/%E5%86%8F>,
        "冏"^^xsd:string ;
    rdfs:comment "(archaic form of U+70AF 炯) light, bright"@en .

<http://lexvo.org/id/char/5190> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%86%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A0o%20m%C3%B2>,
        <http://lexvo.org/id/term/kor/%E5%86%90>,
        <http://lexvo.org/id/term/kor/MO>,
        "冐"^^xsd:string ;
    rdfs:comment "risk, brave, dare"@en .

<http://lexvo.org/id/char/5191> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%86%91>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%B2u>,
        <http://lexvo.org/id/term/kor/%E5%86%91>,
        <http://lexvo.org/id/term/kor/CWU>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zau6>,
        <http://lexvo.org/id/term/yue/%E5%86%91>,
        "冑"^^xsd:string ;
    rdfs:comment "helmet"@en .

<http://lexvo.org/id/char/5192> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%86%92>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A0o%200804.040%3Am%C3%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A0o%20m%C3%B2u%20m%C3%B2>,
        <http://lexvo.org/id/term/kor/%E5%86%92>,
        <http://lexvo.org/id/term/kor/MO%20MOK>,
        <http://lexvo.org/id/term/vie/m%E1%BA%A1o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mak6%20mou6>,
        <http://lexvo.org/id/term/yue/%E5%86%92>,
        "冒"^^xsd:string ;
    rdfs:comment "risk, brave, dare"@en .

<http://lexvo.org/id/char/5193> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%86%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C3%B2u>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C3%B2u%20g%C5%8Du>,
        <http://lexvo.org/id/term/kor/%E5%86%93>,
        <http://lexvo.org/id/term/kor/KWU>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gau3>,
        <http://lexvo.org/id/term/yue/%E5%86%93>,
        "冓"^^xsd:string ;
    rdfs:comment "a secluded place; secret cabinet"@en .

<http://lexvo.org/id/char/5194> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%86%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C7%94>,
        <http://lexvo.org/id/term/kor/%E5%86%94>,
        <http://lexvo.org/id/term/kor/HWU>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/heoi2>,
        <http://lexvo.org/id/term/yue/%E5%86%94>,
        "冔"^^xsd:string ;
    rdfs:comment "cap worn during the Yin dynasty"@en .

<http://lexvo.org/id/char/5195> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%86%95>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/mi%C7%8En>,
        <http://lexvo.org/id/term/kor/%E5%86%95>,
        <http://lexvo.org/id/term/kor/MYEN>,
        <http://lexvo.org/id/term/vie/mi%E1%BB%87n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/min5>,
        <http://lexvo.org/id/term/yue/%E5%86%95>,
        "冕"^^xsd:string ;
    rdfs:comment "crown; ceremonial cap"@en .

<http://lexvo.org/id/char/5197> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%86%97>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/r%C7%92ng>,
        <http://lexvo.org/id/term/kor/%E5%86%97>,
        <http://lexvo.org/id/term/kor/YONG>,
        <http://lexvo.org/id/term/vie/nh%C5%A9ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jung2>,
        <http://lexvo.org/id/term/yue/%E5%86%97>,
        "冗"^^xsd:string ;
    rdfs:comment "excessive; superfluous"@en .

<http://lexvo.org/id/char/5198> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%86%98>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%ADn%20y%C3%B3u>,
        <http://lexvo.org/id/term/kor/%E5%86%98>,
        <http://lexvo.org/id/term/kor/YU>,
        <http://lexvo.org/id/term/vie/%C4%91em>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jam4%20jau4>,
        <http://lexvo.org/id/term/yue/%E5%86%98>,
        "冘"^^xsd:string ;
    rdfs:comment "to move on; coubtful"@en .

<http://lexvo.org/id/char/5199> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%86%99>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C4%9B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C4%9B%201276.090%3Axi%C3%A8>,
        <http://lexvo.org/id/term/kor/%E5%86%99>,
        <http://lexvo.org/id/term/kor/SA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/se2>,
        <http://lexvo.org/id/term/yue/%E5%86%99>,
        "写"^^xsd:string ;
    rdfs:comment "write; draw, sketch; compose"@en .

<http://lexvo.org/id/char/519A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%86%9A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C7%8En>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gam2%20ham6%20kam2>,
        <http://lexvo.org/id/term/yue/%E5%86%9A>,
        "冚"^^xsd:string ;
    rdfs:comment "(Cant.) cover, lid"@en .

<http://lexvo.org/id/char/519B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%86%9B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C5%ABn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gwan1>,
        <http://lexvo.org/id/term/yue/%E5%86%9B>,
        "军"^^xsd:string ;
    rdfs:comment "army, military; soldiers, troops"@en .

<http://lexvo.org/id/char/519C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%86%9C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C3%B3ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/nung4>,
        <http://lexvo.org/id/term/yue/%E5%86%9C>,
        "农"^^xsd:string ;
    rdfs:comment "agriculture, farming; farmer"@en .

<http://lexvo.org/id/char/519D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%86%9D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%AD>,
        <http://lexvo.org/id/term/kor/%E5%86%9D>,
        <http://lexvo.org/id/term/kor/UY>,
        "冝"^^xsd:string ;
    rdfs:comment "suitable, right, fitting, proper"@en .

<http://lexvo.org/id/char/519E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%86%9E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%AD>,
        <http://lexvo.org/id/term/kor/%E5%86%9E>,
        <http://lexvo.org/id/term/kor/MI>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mei4>,
        <http://lexvo.org/id/term/yue/%E5%86%9E>,
        "冞"^^xsd:string ;
    rdfs:comment "far"@en .

<http://lexvo.org/id/char/519F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%86%9F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%AC>,
        <http://lexvo.org/id/term/kor/%E5%86%9F>,
        <http://lexvo.org/id/term/kor/SEK>,
        "冟"^^xsd:string .

<http://lexvo.org/id/char/51A0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%86%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/gu%C4%81n%200410.030%3Agu%C3%A0n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/gu%C4%81n%20gu%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E5%86%A0>,
        <http://lexvo.org/id/term/kor/KWAN>,
        <http://lexvo.org/id/term/vie/qu%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gun1%20gun3>,
        <http://lexvo.org/id/term/yue/%E5%86%A0>,
        "冠"^^xsd:string ;
    rdfs:comment "cap, crown, headgear"@en .

<http://lexvo.org/id/char/51A1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%86%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A9ng>,
        <http://lexvo.org/id/term/kor/%E5%86%A1>,
        <http://lexvo.org/id/term/kor/MONG>,
        <http://lexvo.org/id/term/vie/tr%C5%A9ng>,
        "冡"^^xsd:string .

<http://lexvo.org/id/char/51A2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%86%A2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C7%92ng>,
        <http://lexvo.org/id/term/kor/%E5%86%A2>,
        <http://lexvo.org/id/term/kor/CHONG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cung2>,
        <http://lexvo.org/id/term/yue/%E5%86%A2>,
        "冢"^^xsd:string ;
    rdfs:comment "burial mound, mausoleum; grand"@en .

<http://lexvo.org/id/char/51A3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%86%A3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%B9>,
        <http://lexvo.org/id/term/kor/%E5%86%A3>,
        <http://lexvo.org/id/term/kor/CHWI>,
        "冣"^^xsd:string .

<http://lexvo.org/id/char/51A4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%86%A4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/yu%C4%81n>,
        <http://lexvo.org/id/term/kor/%E5%86%A4>,
        <http://lexvo.org/id/term/kor/WEN>,
        <http://lexvo.org/id/term/vie/oan>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jyun1>,
        <http://lexvo.org/id/term/yue/%E5%86%A4>,
        "冤"^^xsd:string ;
    rdfs:comment "grievance, injustice, wrong"@en .

<http://lexvo.org/id/char/51A5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%86%A5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%ADng>,
        <http://lexvo.org/id/term/kor/%E5%86%A5>,
        <http://lexvo.org/id/term/kor/MYENG>,
        <http://lexvo.org/id/term/vie/minh>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ming4%20ming5>,
        <http://lexvo.org/id/term/yue/%E5%86%A5>,
        "冥"^^xsd:string ;
    rdfs:comment "dark, gloomy, night; deep"@en .

<http://lexvo.org/id/char/51A6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%86%A6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C3%B2u>,
        "冦"^^xsd:string ;
    rdfs:comment "bandits, thieves; enemy; invade"@en .

<http://lexvo.org/id/char/51A7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/lam1%20lam3%20nam1>,
        <http://lexvo.org/id/term/yue/%E5%86%A7>,
        "冧"^^xsd:string ;
    rdfs:comment "(Cant.) a bud; to bend; phonetic 'num' as in 'number'"@en .

<http://lexvo.org/id/char/51A8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%86%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%B9>,
        <http://lexvo.org/id/term/kor/%E5%86%A8>,
        <http://lexvo.org/id/term/kor/PWU>,
        "冨"^^xsd:string ;
    rdfs:comment "abundant, ample; rich, wealthy"@en .

<http://lexvo.org/id/char/51A9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%86%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C4%9B>,
        <http://lexvo.org/id/term/kor/%E5%86%A9>,
        <http://lexvo.org/id/term/kor/SA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/se2>,
        <http://lexvo.org/id/term/yue/%E5%86%A9>,
        "冩"^^xsd:string ;
    rdfs:comment "write; draw, sketch; compose"@en .

<http://lexvo.org/id/char/51AA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%86%AA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%AC>,
        <http://lexvo.org/id/term/kor/%E5%86%AA>,
        <http://lexvo.org/id/term/kor/MYEK>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mik6>,
        <http://lexvo.org/id/term/yue/%E5%86%AA>,
        "冪"^^xsd:string ;
    rdfs:comment "cover-cloth, cover with cloth"@en .

<http://lexvo.org/id/char/51AC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%86%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C5%8Dng>,
        <http://lexvo.org/id/term/kor/%E5%86%AC>,
        <http://lexvo.org/id/term/kor/TONG>,
        <http://lexvo.org/id/term/vie/%C4%91%C3%B4ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dung1>,
        <http://lexvo.org/id/term/yue/%E5%86%AC>,
        "冬"^^xsd:string ;
    rdfs:comment "winter, 11th lunar month"@en .

<http://lexvo.org/id/char/51AD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%86%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%A1i>,
        "冭"^^xsd:string .

<http://lexvo.org/id/char/51AE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%86%AE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C4%81ng>,
        "冮"^^xsd:string .

<http://lexvo.org/id/char/51AF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%86%AF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%A9ng%200883.070%3Ap%C3%ADng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%A9ng%20p%C3%ADng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fung4>,
        <http://lexvo.org/id/term/yue/%E5%86%AF>,
        "冯"^^xsd:string ;
    rdfs:comment "surname; gallop; by dint of"@en .

<http://lexvo.org/id/char/51B0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%86%B0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C4%ABng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C4%ABng%20n%C3%ADng>,
        <http://lexvo.org/id/term/kor/%E5%86%B0>,
        <http://lexvo.org/id/term/kor/PING>,
        <http://lexvo.org/id/term/vie/b%C4%83ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bing1>,
        <http://lexvo.org/id/term/yue/%E5%86%B0>,
        "冰"^^xsd:string ;
    rdfs:comment "ice; ice-cold"@en .

<http://lexvo.org/id/char/51B1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%86%B1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%B9>,
        <http://lexvo.org/id/term/kor/%E5%86%B1>,
        <http://lexvo.org/id/term/kor/HO>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wu6>,
        <http://lexvo.org/id/term/yue/%E5%86%B1>,
        "冱"^^xsd:string ;
    rdfs:comment "freezing; stopped up, closed off"@en .

<http://lexvo.org/id/char/51B2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%86%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C5%8Dng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C5%8Dng%200150.040%3Ach%C3%B2ng>,
        <http://lexvo.org/id/term/kor/%E5%86%B2>,
        <http://lexvo.org/id/term/kor/CHWUNG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cung1>,
        <http://lexvo.org/id/term/yue/%E5%86%B2>,
        "冲"^^xsd:string ;
    rdfs:comment "soar; pour boiling water over"@en .

<http://lexvo.org/id/char/51B3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%86%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ju%C3%A9>,
        <http://lexvo.org/id/term/kor/%E5%86%B3>,
        <http://lexvo.org/id/term/kor/KYEL>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kyut3>,
        <http://lexvo.org/id/term/yue/%E5%86%B3>,
        "决"^^xsd:string ;
    rdfs:comment "decide, determine, judge"@en .

<http://lexvo.org/id/char/51B4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%86%B4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%B9>,
        <http://lexvo.org/id/term/kor/%E5%86%B4>,
        <http://lexvo.org/id/term/kor/HO>,
        "冴"^^xsd:string ;
    rdfs:comment "freezing; stopped up, closed off"@en .

<http://lexvo.org/id/char/51B5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%86%B5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ku%C3%A0ng>,
        <http://lexvo.org/id/term/kor/%E5%86%B5>,
        <http://lexvo.org/id/term/kor/HWANG>,
        <http://lexvo.org/id/term/vie/hu%E1%BB%91ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fong3>,
        <http://lexvo.org/id/term/yue/%E5%86%B5>,
        "况"^^xsd:string ;
    rdfs:comment "condition, situation; furthermore"@en .

<http://lexvo.org/id/char/51B6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%86%B6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C4%9B>,
        <http://lexvo.org/id/term/kor/%E5%86%B6>,
        <http://lexvo.org/id/term/kor/YA>,
        <http://lexvo.org/id/term/vie/d%C3%A3>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/je5>,
        <http://lexvo.org/id/term/yue/%E5%86%B6>,
        "冶"^^xsd:string ;
    rdfs:comment "smelt, fuse metals; cast, found"@en .

<http://lexvo.org/id/char/51B7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%86%B7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C4%9Bng>,
        <http://lexvo.org/id/term/kor/%E5%86%B7>,
        <http://lexvo.org/id/term/kor/LAYNG>,
        <http://lexvo.org/id/term/vie/l%E1%BA%A1nh>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/laang5>,
        <http://lexvo.org/id/term/yue/%E5%86%B7>,
        "冷"^^xsd:string ;
    rdfs:comment "cold, cool; lonely"@en .

<http://lexvo.org/id/char/51B8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%86%B8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E5%86%B8>,
        <http://lexvo.org/id/term/kor/PAN>,
        "冸"^^xsd:string .

<http://lexvo.org/id/char/51B9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%86%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%BA>,
        <http://lexvo.org/id/term/kor/%E5%86%B9>,
        <http://lexvo.org/id/term/kor/PWUL>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bat1>,
        <http://lexvo.org/id/term/yue/%E5%86%B9>,
        "冹"^^xsd:string .

<http://lexvo.org/id/char/51BA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%86%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C7%90n>,
        "冺"^^xsd:string .

<http://lexvo.org/id/char/51BB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%86%BB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%B2ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dung1%20dung3>,
        <http://lexvo.org/id/term/yue/%E5%86%BB>,
        "冻"^^xsd:string ;
    rdfs:comment "freeze; cold, congeal; jelly"@en .

<http://lexvo.org/id/char/51BC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%86%BC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C7%8En>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sin2>,
        <http://lexvo.org/id/term/yue/%E5%86%BC>,
        "冼"^^xsd:string ;
    rdfs:comment "a surname"@en .

<http://lexvo.org/id/char/51BD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%86%BD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C3%A8>,
        <http://lexvo.org/id/term/kor/%E5%86%BD>,
        <http://lexvo.org/id/term/kor/LYEL>,
        <http://lexvo.org/id/term/vie/r%C3%A9t>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lit6>,
        <http://lexvo.org/id/term/yue/%E5%86%BD>,
        "冽"^^xsd:string ;
    rdfs:comment "cold and raw; pure, clear"@en .

<http://lexvo.org/id/char/51BE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%86%BE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A1>,
        "冾"^^xsd:string .

<http://lexvo.org/id/char/51BF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%86%BF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C4%81n>,
        "冿"^^xsd:string .

<http://lexvo.org/id/char/51C0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%87%80>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%ACng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zeng6%20zing6>,
        <http://lexvo.org/id/term/yue/%E5%87%80>,
        "净"^^xsd:string ;
    rdfs:comment "clean, pure; cleanse"@en .

<http://lexvo.org/id/char/51C1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%87%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%B9>,
        <http://lexvo.org/id/term/kor/%E5%87%81>,
        <http://lexvo.org/id/term/kor/SWU>,
        "凁"^^xsd:string .

<http://lexvo.org/id/char/51C2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%87%82>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C4%9Bi>,
        "凂"^^xsd:string ;
    rdfs:comment "to request; to ask a favour of"@en .

<http://lexvo.org/id/char/51C3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%87%83>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%BA>,
        "凃"^^xsd:string ;
    rdfs:comment "mud; surname"@en .

<http://lexvo.org/id/char/51C4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%87%84>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C4%AB>,
        <http://lexvo.org/id/term/kor/%E5%87%84>,
        <http://lexvo.org/id/term/kor/CHE>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cai1>,
        <http://lexvo.org/id/term/yue/%E5%87%84>,
        "凄"^^xsd:string ;
    rdfs:comment "bitter cold, miserable, dreary"@en .

<http://lexvo.org/id/char/51C5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%87%85>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C3%B9%20h%C3%A9>,
        <http://lexvo.org/id/term/kor/%E5%87%85>,
        <http://lexvo.org/id/term/kor/KO>,
        "凅"^^xsd:string ;
    rdfs:comment "dried up; exhausted, tired; dry"@en .

<http://lexvo.org/id/char/51C6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%87%86>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C7%94n>,
        <http://lexvo.org/id/term/kor/%E5%87%86>,
        <http://lexvo.org/id/term/kor/CWUN>,
        <http://lexvo.org/id/term/vie/ch%E1%BB%91n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zeon2>,
        <http://lexvo.org/id/term/yue/%E5%87%86>,
        "准"^^xsd:string ;
    rdfs:comment "approve, allow, permit; in accord"@en .

<http://lexvo.org/id/char/51C7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%87%87>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C5%8Dng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C5%8Dng%20s%C3%B2ng>,
        <http://lexvo.org/id/term/kor/%E5%87%87>,
        <http://lexvo.org/id/term/kor/SONG>,
        "凇"^^xsd:string ;
    rdfs:comment "dewdrop; icicle"@en .

<http://lexvo.org/id/char/51C8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%87%88>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%ACng>,
        <http://lexvo.org/id/term/kor/%E5%87%88>,
        <http://lexvo.org/id/term/kor/CENG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zeng6%20zing6>,
        <http://lexvo.org/id/term/yue/%E5%87%88>,
        "凈"^^xsd:string ;
    rdfs:comment "clean, pure; cleanse"@en .

<http://lexvo.org/id/char/51C9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%87%89>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C3%A1ng%200709.070%3Ali%C3%A0ng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C3%A1ng%20li%C3%A0ng>,
        <http://lexvo.org/id/term/kor/%E5%87%89>,
        <http://lexvo.org/id/term/kor/LYANG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/loeng4>,
        <http://lexvo.org/id/term/yue/%E5%87%89>,
        "凉"^^xsd:string ;
    rdfs:comment "cool, cold; disheartened"@en .

<http://lexvo.org/id/char/51CA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%87%8A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C3%ACng>,
        <http://lexvo.org/id/term/kor/%E5%87%8A>,
        <http://lexvo.org/id/term/kor/CHENG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zing6>,
        <http://lexvo.org/id/term/yue/%E5%87%8A>,
        "凊"^^xsd:string ;
    rdfs:comment "surname"@en .

<http://lexvo.org/id/char/51CB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%87%8B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/di%C4%81o>,
        <http://lexvo.org/id/term/kor/%E5%87%8B>,
        <http://lexvo.org/id/term/kor/CO>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/diu1>,
        <http://lexvo.org/id/term/yue/%E5%87%8B>,
        "凋"^^xsd:string ;
    rdfs:comment "be withered, fallen; exhausted"@en .

<http://lexvo.org/id/char/51CC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%87%8C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%ADng>,
        <http://lexvo.org/id/term/kor/%E5%87%8C>,
        <http://lexvo.org/id/term/kor/LUNG>,
        <http://lexvo.org/id/term/vie/l%C4%83ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ling4>,
        <http://lexvo.org/id/term/yue/%E5%87%8C>,
        "凌"^^xsd:string ;
    rdfs:comment "pure; virtuous; insult; maltreat"@en .

<http://lexvo.org/id/char/51CD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%87%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%B2ng>,
        <http://lexvo.org/id/term/kor/%E5%87%8D>,
        <http://lexvo.org/id/term/kor/TONG>,
        <http://lexvo.org/id/term/vie/%C4%91%C3%B4ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dung1%20dung3>,
        <http://lexvo.org/id/term/yue/%E5%87%8D>,
        "凍"^^xsd:string ;
    rdfs:comment "freeze; cold, congeal; jelly"@en .

<http://lexvo.org/id/char/51CE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%87%8E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gam3>,
        <http://lexvo.org/id/term/yue/%E5%87%8E>,
        "凎"^^xsd:string .

<http://lexvo.org/id/char/51CF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%87%8F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C7%8En>,
        <http://lexvo.org/id/term/kor/%E5%87%8F>,
        <http://lexvo.org/id/term/kor/KAM>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gaam2>,
        <http://lexvo.org/id/term/yue/%E5%87%8F>,
        "减"^^xsd:string ;
    rdfs:comment "decrease, subtract, diminish"@en .

<http://lexvo.org/id/char/51D0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%87%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C4%ABn>,
        "凐"^^xsd:string .

<http://lexvo.org/id/char/51D1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%87%91>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C3%B2u>,
        <http://lexvo.org/id/term/kor/%E5%87%91>,
        <http://lexvo.org/id/term/kor/CWU>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cau3>,
        <http://lexvo.org/id/term/yue/%E5%87%91>,
        "凑"^^xsd:string ;
    rdfs:comment "piece together, assemble"@en .

<http://lexvo.org/id/char/51D2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%87%92>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%AD>,
        <http://lexvo.org/id/term/kor/%E5%87%92>,
        <http://lexvo.org/id/term/kor/UY>,
        "凒"^^xsd:string .

<http://lexvo.org/id/char/51D3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%87%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%AC>,
        <http://lexvo.org/id/term/kor/%E5%87%93>,
        <http://lexvo.org/id/term/kor/YUL>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/leot6>,
        <http://lexvo.org/id/term/yue/%E5%87%93>,
        "凓"^^xsd:string ;
    rdfs:comment "shiver; severe cold"@en .

<http://lexvo.org/id/char/51D4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%87%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C4%81ng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/chu%C3%A0ng>,
        <http://lexvo.org/id/term/kor/%E5%87%94>,
        <http://lexvo.org/id/term/kor/CHANG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cong1>,
        <http://lexvo.org/id/term/yue/%E5%87%94>,
        "凔"^^xsd:string ;
    rdfs:comment "cold"@en .

<http://lexvo.org/id/char/51D5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%87%95>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C7%90ng>,
        "凕"^^xsd:string .

<http://lexvo.org/id/char/51D6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/kor/%E5%87%96>,
        <http://lexvo.org/id/term/kor/CWUN>,
        "凖"^^xsd:string ;
    rdfs:comment "rule, guideline, standard"@en .

<http://lexvo.org/id/char/51D7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%87%97>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/cu%C3%AD>,
        <http://lexvo.org/id/term/kor/%E5%87%97>,
        <http://lexvo.org/id/term/kor/CHOY>,
        "凗"^^xsd:string .

<http://lexvo.org/id/char/51D8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%87%98>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C4%AB>,
        <http://lexvo.org/id/term/kor/%E5%87%98>,
        <http://lexvo.org/id/term/kor/SI>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/si1>,
        <http://lexvo.org/id/term/yue/%E5%87%98>,
        "凘"^^xsd:string .

<http://lexvo.org/id/char/51D9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%87%99>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/du%C3%B3>,
        "凙"^^xsd:string ;
    rdfs:comment "an icicle"@en .

<http://lexvo.org/id/char/51DA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%87%9A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%ACn>,
        <http://lexvo.org/id/term/kor/%E5%87%9A>,
        <http://lexvo.org/id/term/kor/KUM>,
        "凚"^^xsd:string ;
    rdfs:comment "cold; chilly"@en .

<http://lexvo.org/id/char/51DB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%87%9B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C7%90n>,
        <http://lexvo.org/id/term/kor/%E5%87%9B>,
        <http://lexvo.org/id/term/kor/LUM>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lam5>,
        <http://lexvo.org/id/term/yue/%E5%87%9B>,
        "凛"^^xsd:string ;
    rdfs:comment "to shiver with cold or fear"@en .

<http://lexvo.org/id/char/51DC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%87%9C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C7%90n>,
        <http://lexvo.org/id/term/kor/%E5%87%9C>,
        <http://lexvo.org/id/term/kor/LUM>,
        <http://lexvo.org/id/term/vie/l%E1%BA%ABm>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lam5>,
        <http://lexvo.org/id/term/yue/%E5%87%9C>,
        "凜"^^xsd:string ;
    rdfs:comment "shiver with cold or fear, fearful"@en .

<http://lexvo.org/id/char/51DD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%87%9D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C3%ADng>,
        <http://lexvo.org/id/term/kor/%E5%87%9D>,
        <http://lexvo.org/id/term/kor/UNG>,
        <http://lexvo.org/id/term/vie/ng%C6%B0ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jing4%20king4>,
        <http://lexvo.org/id/term/yue/%E5%87%9D>,
        "凝"^^xsd:string ;
    rdfs:comment "coagulate; congeal; freeze"@en .

<http://lexvo.org/id/char/51DE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%87%9E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C4%AB>,
        <http://lexvo.org/id/term/kor/%E5%87%9E>,
        <http://lexvo.org/id/term/kor/HUY>,
        "凞"^^xsd:string ;
    rdfs:comment "bright, splendid, glorious"@en .

<http://lexvo.org/id/char/51DF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%87%9F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%BA>,
        "凟"^^xsd:string ;
    rdfs:comment "to be rude to, to annoy, to profane; to trouble, to harass"@en .

<http://lexvo.org/id/char/51E1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%87%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%A1n>,
        <http://lexvo.org/id/term/kor/%E5%87%A1>,
        <http://lexvo.org/id/term/kor/PEM>,
        <http://lexvo.org/id/term/vie/ph%C3%A0m>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/faan4>,
        <http://lexvo.org/id/term/yue/%E5%87%A1>,
        "凡"^^xsd:string ;
    rdfs:comment "all, any, every; ordinary, common"@en .

<http://lexvo.org/id/char/51E2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%87%A2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%A1n>,
        <http://lexvo.org/id/term/kor/%E5%87%A2>,
        <http://lexvo.org/id/term/kor/PEM>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/faan4>,
        <http://lexvo.org/id/term/yue/%E5%87%A2>,
        "凢"^^xsd:string ;
    rdfs:comment "all, any, every; ordinary, common"@en .

<http://lexvo.org/id/char/51E3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%87%A3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%A1n>,
        <http://lexvo.org/id/term/kor/%E5%87%A3>,
        <http://lexvo.org/id/term/kor/PEM>,
        "凣"^^xsd:string ;
    rdfs:comment "all; common; general; every, whenever; generally"@en .

<http://lexvo.org/id/char/51E4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%87%A4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%A8ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fung6>,
        <http://lexvo.org/id/term/yue/%E5%87%A4>,
        "凤"^^xsd:string ;
    rdfs:comment "male phoenix; symbol of joy"@en .

<http://lexvo.org/id/char/51E5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%87%A5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C5%AB>,
        <http://lexvo.org/id/term/kor/%E5%87%A5>,
        <http://lexvo.org/id/term/kor/KE>,
        "凥"^^xsd:string ;
    rdfs:comment "to dwell"@en .

<http://lexvo.org/id/char/51E6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%87%A6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C7%94%200161.113%3Ach%C3%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C7%94%20ch%C3%B9%20j%C3%B9>,
        <http://lexvo.org/id/term/kor/%E5%87%A6>,
        <http://lexvo.org/id/term/kor/CHE>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cyu2>,
        <http://lexvo.org/id/term/yue/%E5%87%A6>,
        "処"^^xsd:string ;
    rdfs:comment "place, locale; department"@en .

<http://lexvo.org/id/char/51E7> a lvont:Character ;
    lvont:represents "凧"^^xsd:string ;
    rdfs:comment "kite"@en .

<http://lexvo.org/id/char/51E8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%87%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C4%93ng%20f%C4%9Bng%20f%C3%A8ng>,
        <http://lexvo.org/id/term/kor/%E5%87%A8>,
        <http://lexvo.org/id/term/kor/PHWUNG>,
        "凨"^^xsd:string ;
    rdfs:comment "wind; air; manners, atmosphere"@en .

<http://lexvo.org/id/char/51E9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/kor/%E5%87%A9>,
        <http://lexvo.org/id/term/kor/MOK>,
        "凩"^^xsd:string ;
    rdfs:comment "wintry wind"@en .

<http://lexvo.org/id/char/51EA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/kor/%E5%87%AA>,
        <http://lexvo.org/id/term/kor/CI>,
        "凪"^^xsd:string ;
    rdfs:comment "calm, lull"@en .

<http://lexvo.org/id/char/51EB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%87%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%BA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fu4>,
        <http://lexvo.org/id/term/yue/%E5%87%AB>,
        "凫"^^xsd:string ;
    rdfs:comment "wild duck, teal; swim"@en .

<http://lexvo.org/id/char/51ED> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%87%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%ADng>,
        <http://lexvo.org/id/term/kor/%E5%87%AD>,
        <http://lexvo.org/id/term/kor/PING>,
        <http://lexvo.org/id/term/vie/b%E1%BA%B1ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/pang4>,
        <http://lexvo.org/id/term/yue/%E5%87%AD>,
        "凭"^^xsd:string ;
    rdfs:comment "lean on, depend on, rely on"@en .

<http://lexvo.org/id/char/51EE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%87%AE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C4%93ng>,
        <http://lexvo.org/id/term/kor/%E5%87%AE>,
        <http://lexvo.org/id/term/kor/PHWUNG>,
        "凮"^^xsd:string ;
    rdfs:comment "wind"@en .

<http://lexvo.org/id/char/51EF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%87%AF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C7%8Ei>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hoi2>,
        <http://lexvo.org/id/term/yue/%E5%87%AF>,
        "凯"^^xsd:string ;
    rdfs:comment "triumphant; triumph, victory"@en .

<http://lexvo.org/id/char/51F0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%87%B0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%A1ng>,
        <http://lexvo.org/id/term/kor/%E5%87%B0>,
        <http://lexvo.org/id/term/kor/HWANG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wong4>,
        <http://lexvo.org/id/term/yue/%E5%87%B0>,
        "凰"^^xsd:string ;
    rdfs:comment "female phoenix"@en .

<http://lexvo.org/id/char/51F1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%87%B1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C7%8Ei>,
        <http://lexvo.org/id/term/kor/%E5%87%B1>,
        <http://lexvo.org/id/term/kor/KAY>,
        <http://lexvo.org/id/term/vie/kh%E1%BA%A3i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hoi2%20ngoi2>,
        <http://lexvo.org/id/term/yue/%E5%87%B1>,
        "凱"^^xsd:string ;
    rdfs:comment "triumphant; triumph, victory"@en .

<http://lexvo.org/id/char/51F2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%87%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C4%81n>,
        "凲"^^xsd:string .

<http://lexvo.org/id/char/51F3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%87%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%A8ng>,
        <http://lexvo.org/id/term/kor/%E5%87%B3>,
        <http://lexvo.org/id/term/kor/TUNG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dang3>,
        <http://lexvo.org/id/term/yue/%E5%87%B3>,
        "凳"^^xsd:string ;
    rdfs:comment "bench; stool"@en .

<http://lexvo.org/id/char/51F4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%87%B4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%ADng>,
        <http://lexvo.org/id/term/kor/%E5%87%B4>,
        <http://lexvo.org/id/term/kor/PING>,
        "凴"^^xsd:string ;
    rdfs:comment "to rely on, depend on; evidence, proof"@en .

<http://lexvo.org/id/char/51F6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%87%B6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C5%8Dng>,
        <http://lexvo.org/id/term/kor/%E5%87%B6>,
        <http://lexvo.org/id/term/kor/HYUNG>,
        <http://lexvo.org/id/term/vie/hung>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hung1>,
        <http://lexvo.org/id/term/yue/%E5%87%B6>,
        "凶"^^xsd:string ;
    rdfs:comment "culprit; murder; bad, sad"@en .

<http://lexvo.org/id/char/51F7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%87%B7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ku%C3%A0i>,
        <http://lexvo.org/id/term/kor/%E5%87%B7>,
        <http://lexvo.org/id/term/kor/KOY>,
        "凷"^^xsd:string ;
    rdfs:comment "dirt clod; piece"@en .

<http://lexvo.org/id/char/51F8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%87%B8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C5%AB>,
        <http://lexvo.org/id/term/kor/%E5%87%B8>,
        <http://lexvo.org/id/term/kor/CHEL%20TOL>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dat6>,
        <http://lexvo.org/id/term/yue/%E5%87%B8>,
        "凸"^^xsd:string ;
    rdfs:comment "protrude, bulge out, convex"@en .

<http://lexvo.org/id/char/51F9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C4%81o%201176.060%3Aw%C4%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%C4%81o%20w%C4%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%87%B9>,
        <http://lexvo.org/id/term/kor/%E5%87%B9>,
        <http://lexvo.org/id/term/kor/YO>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/aau1%20aau3%20lap1%20nap1%20waa1>,
        <http://lexvo.org/id/term/yue/%E5%87%B9>,
        "凹"^^xsd:string ;
    rdfs:comment "concave, hollow, depressed; a pass, valley"@en .

<http://lexvo.org/id/char/51FA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%87%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C5%AB>,
        <http://lexvo.org/id/term/kor/%E5%87%BA>,
        <http://lexvo.org/id/term/kor/CHWUL%20CHWU>,
        <http://lexvo.org/id/term/vie/xu%E1%BA%A5t>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ceot1>,
        <http://lexvo.org/id/term/yue/%E5%87%BA>,
        "出"^^xsd:string ;
    rdfs:comment "go out, send out; stand; produce"@en .

<http://lexvo.org/id/char/51FB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%87%BB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%AD%20j%C4%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C4%AB>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gik1>,
        <http://lexvo.org/id/term/yue/%E5%87%BB>,
        "击"^^xsd:string ;
    rdfs:comment "strike, hit, beat; attack, fight"@en .

<http://lexvo.org/id/char/51FC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%87%BC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%A0ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tam5>,
        <http://lexvo.org/id/term/yue/%E5%87%BC>,
        "凼"^^xsd:string ;
    rdfs:comment "ditch; pool"@en .

<http://lexvo.org/id/char/51FD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%87%BD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A1n>,
        <http://lexvo.org/id/term/kor/%E5%87%BD>,
        <http://lexvo.org/id/term/kor/HAM>,
        <http://lexvo.org/id/term/vie/h%C3%B2m>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/haam4>,
        <http://lexvo.org/id/term/yue/%E5%87%BD>,
        "函"^^xsd:string ;
    rdfs:comment "correspondence; a case; a box"@en .

<http://lexvo.org/id/char/51FE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%87%BE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A1n>,
        <http://lexvo.org/id/term/kor/%E5%87%BE>,
        <http://lexvo.org/id/term/kor/HAM>,
        "凾"^^xsd:string ;
    rdfs:comment "correspondence; a case; a box"@en .

<http://lexvo.org/id/char/51FF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%87%BF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C3%A1o%201551.030%3Azu%C3%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C3%A1o%20zu%C3%B2>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zok6>,
        <http://lexvo.org/id/term/yue/%E5%87%BF>,
        "凿"^^xsd:string ;
    rdfs:comment "chisel; bore, pierce"@en .

<http://lexvo.org/id/char/5203> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%88%83>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/r%C3%A8n>,
        <http://lexvo.org/id/term/kor/%E5%88%83>,
        <http://lexvo.org/id/term/kor/IN>,
        <http://lexvo.org/id/term/vie/nh%E1%BA%ABn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jan6>,
        <http://lexvo.org/id/term/yue/%E5%88%83>,
        "刃"^^xsd:string ;
    rdfs:comment "edged tool, cutlery, knife edge"@en .

<http://lexvo.org/id/char/5204> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%88%84>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/r%C3%A8n>,
        <http://lexvo.org/id/term/kor/%E5%88%84>,
        <http://lexvo.org/id/term/kor/IN>,
        "刄"^^xsd:string ;
    rdfs:comment "edged tool, cutlery, knife edge"@en .

<http://lexvo.org/id/char/5205> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%88%85>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/chu%C4%81ng>,
        <http://lexvo.org/id/term/kor/%E5%88%85>,
        <http://lexvo.org/id/term/kor/CHANG>,
        "刅"^^xsd:string ;
    rdfs:comment "to create, to make to invent; to begin"@en .

<http://lexvo.org/id/char/5206> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%88%86>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C4%93n%200324.040%2C0324.071%3Af%C3%A8n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C4%93n%20f%C3%A8n>,
        <http://lexvo.org/id/term/kor/%E5%88%86>,
        <http://lexvo.org/id/term/kor/PWUN%20PHWUN>,
        <http://lexvo.org/id/term/vie/ph%C3%A2n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fan1%20fan6>,
        <http://lexvo.org/id/term/yue/%E5%88%86>,
        "分"^^xsd:string ;
    rdfs:comment "divide; small unit of time etc."@en .

<http://lexvo.org/id/char/5207> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%88%87>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C4%93%200924.080%3Aqi%C3%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C4%93%20qi%C3%A8%20q%C3%AC>,
        <http://lexvo.org/id/term/kor/%E5%88%87>,
        <http://lexvo.org/id/term/kor/CEL%20CHEY>,
        <http://lexvo.org/id/term/vie/thi%E1%BA%BFt>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cai3%20cit3>,
        <http://lexvo.org/id/term/yue/%E5%88%87>,
        "切"^^xsd:string ;
    rdfs:comment "cut, mince, slice, carve"@en .

<http://lexvo.org/id/char/5208> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%88%88>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%AC>,
        <http://lexvo.org/id/term/kor/%E5%88%88>,
        <http://lexvo.org/id/term/kor/YEY>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ngaai6>,
        <http://lexvo.org/id/term/yue/%E5%88%88>,
        "刈"^^xsd:string ;
    rdfs:comment "cut off, reap, mow; sickle"@en .

<http://lexvo.org/id/char/5209> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%88%89>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C4%AB>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gei1>,
        <http://lexvo.org/id/term/yue/%E5%88%89>,
        "刉"^^xsd:string .

<http://lexvo.org/id/char/520A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%88%8A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C4%81n>,
        <http://lexvo.org/id/term/kor/%E5%88%8A>,
        <http://lexvo.org/id/term/kor/KAN>,
        <http://lexvo.org/id/term/vie/san>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hon1%20hon2>,
        <http://lexvo.org/id/term/yue/%E5%88%8A>,
        "刊"^^xsd:string ;
    rdfs:comment "publication, periodical; publish"@en .

<http://lexvo.org/id/char/520B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%88%8B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C3%A0n%20k%C4%81n>,
        <http://lexvo.org/id/term/kor/%E5%88%8B>,
        <http://lexvo.org/id/term/kor/CHEN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hon2>,
        <http://lexvo.org/id/term/yue/%E5%88%8B>,
        "刋"^^xsd:string ;
    rdfs:comment "publication, periodical; publish"@en .

<http://lexvo.org/id/char/520C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%88%8C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C7%94n>,
        <http://lexvo.org/id/term/kor/%E5%88%8C>,
        <http://lexvo.org/id/term/kor/CHON>,
        <http://lexvo.org/id/term/vie/th%E1%BB%95n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cyun2>,
        <http://lexvo.org/id/term/yue/%E5%88%8C>,
        "刌"^^xsd:string .

<http://lexvo.org/id/char/520D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%88%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%BA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/co1>,
        <http://lexvo.org/id/term/yue/%E5%88%8D>,
        "刍"^^xsd:string ;
    rdfs:comment "mow, cut grass; hay, fodder"@en .

<http://lexvo.org/id/char/520E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%88%8E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C4%9Bn>,
        <http://lexvo.org/id/term/kor/%E5%88%8E>,
        <http://lexvo.org/id/term/kor/MWUN>,
        <http://lexvo.org/id/term/vie/v%E1%BA%ABn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/man5>,
        <http://lexvo.org/id/term/yue/%E5%88%8E>,
        "刎"^^xsd:string ;
    rdfs:comment "behead, cut throat"@en .

<http://lexvo.org/id/char/520F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%88%8F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C4%AB>,
        <http://lexvo.org/id/term/kor/%E5%88%8F>,
        <http://lexvo.org/id/term/kor/KI>,
        "刏"^^xsd:string .

<http://lexvo.org/id/char/5210> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%88%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C7%8En>,
        "刐"^^xsd:string .

<http://lexvo.org/id/char/5211> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%88%91>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C3%ADng>,
        <http://lexvo.org/id/term/kor/%E5%88%91>,
        <http://lexvo.org/id/term/kor/HYENG>,
        <http://lexvo.org/id/term/vie/h%C3%ACnh>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jing4>,
        <http://lexvo.org/id/term/yue/%E5%88%91>,
        "刑"^^xsd:string ;
    rdfs:comment "punishment, penalty; law"@en .

<http://lexvo.org/id/char/5212> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%88%92>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%A1%200485.020%3Ahu%C3%A0%200488.060%3Ahuai>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%A1%20hu%C3%A0>,
        <http://lexvo.org/id/term/kor/%E5%88%92>,
        <http://lexvo.org/id/term/kor/HWA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/waa4>,
        <http://lexvo.org/id/term/yue/%E5%88%92>,
        "划"^^xsd:string ;
    rdfs:comment "to row or paddle boat; to scratch"@en .

<http://lexvo.org/id/char/5213> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%88%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C3%A1n>,
        <http://lexvo.org/id/term/kor/%E5%88%93>,
        <http://lexvo.org/id/term/kor/WAN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jyun4>,
        <http://lexvo.org/id/term/yue/%E5%88%93>,
        "刓"^^xsd:string ;
    rdfs:comment "trim"@en .

<http://lexvo.org/id/char/5214> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%88%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ju%C3%A9>,
        <http://lexvo.org/id/term/kor/%E5%88%94>,
        <http://lexvo.org/id/term/kor/KYEL>,
        "刔"^^xsd:string ;
    rdfs:comment "scoop out; gouge"@en .

<http://lexvo.org/id/char/5215> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%88%95>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%AD>,
        <http://lexvo.org/id/term/kor/%E5%88%95>,
        <http://lexvo.org/id/term/kor/LI%20LYE>,
        "刕"^^xsd:string .

<http://lexvo.org/id/char/5216> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%88%96>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/yu%C3%A8>,
        <http://lexvo.org/id/term/kor/%E5%88%96>,
        <http://lexvo.org/id/term/kor/WEL>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jyut6>,
        <http://lexvo.org/id/term/yue/%E5%88%96>,
        "刖"^^xsd:string ;
    rdfs:comment "cutting off feet as form of punishment"@en .

<http://lexvo.org/id/char/5217> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%88%97>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C3%A8>,
        <http://lexvo.org/id/term/kor/%E5%88%97>,
        <http://lexvo.org/id/term/kor/LYEL>,
        <http://lexvo.org/id/term/vie/li%E1%BB%87t>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/laat6%20lit6>,
        <http://lexvo.org/id/term/yue/%E5%88%97>,
        "列"^^xsd:string ;
    rdfs:comment "a line; to arrange in order, classify"@en .

<http://lexvo.org/id/char/5218> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%88%98>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C3%BA>,
        <http://lexvo.org/id/term/kor/%E5%88%98>,
        <http://lexvo.org/id/term/kor/LYU>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lau4>,
        <http://lexvo.org/id/term/yue/%E5%88%98>,
        "刘"^^xsd:string ;
    rdfs:comment "surname; kill, destroy"@en .

<http://lexvo.org/id/char/5219> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%88%99>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C3%A9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zak1>,
        <http://lexvo.org/id/term/yue/%E5%88%99>,
        "则"^^xsd:string ;
    rdfs:comment "rule, law, regulation; grades"@en .

<http://lexvo.org/id/char/521A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%88%9A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C4%81ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gong1>,
        <http://lexvo.org/id/term/yue/%E5%88%9A>,
        "刚"^^xsd:string ;
    rdfs:comment "hard, tough, rigid, strong"@en .

<http://lexvo.org/id/char/521B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%88%9B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/chu%C3%A0ng%20chu%C4%81ng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/chu%C4%81ng%200167.080%3Achu%C3%A0ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cong3>,
        <http://lexvo.org/id/term/yue/%E5%88%9B>,
        "创"^^xsd:string ;
    rdfs:comment "establish, create; knife cut"@en .

<http://lexvo.org/id/char/521C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%88%9C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%BA>,
        <http://lexvo.org/id/term/kor/%E5%88%9C>,
        <http://lexvo.org/id/term/kor/PWUL>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fat1>,
        <http://lexvo.org/id/term/yue/%E5%88%9C>,
        "刜"^^xsd:string ;
    rdfs:comment "chop"@en .

<http://lexvo.org/id/char/521D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%88%9D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C5%AB>,
        <http://lexvo.org/id/term/kor/%E5%88%9D>,
        <http://lexvo.org/id/term/kor/CHO>,
        <http://lexvo.org/id/term/vie/s%C6%A1>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/co1>,
        <http://lexvo.org/id/term/yue/%E5%88%9D>,
        "初"^^xsd:string ;
    rdfs:comment "beginning, initial, primary"@en .

<http://lexvo.org/id/char/521E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%88%9E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C3%B9>,
        "刞"^^xsd:string .

<http://lexvo.org/id/char/521F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%88%9F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C5%AB>,
        <http://lexvo.org/id/term/vie/x%E1%BA%BBo>,
        "刟"^^xsd:string .

<http://lexvo.org/id/char/5220> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%88%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C4%81n>,
        <http://lexvo.org/id/term/kor/%E5%88%A0>,
        <http://lexvo.org/id/term/kor/SAN>,
        <http://lexvo.org/id/term/vie/san>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/saan1>,
        <http://lexvo.org/id/term/yue/%E5%88%A0>,
        "删"^^xsd:string ;
    rdfs:comment "to cut; delete"@en .

<http://lexvo.org/id/char/5221> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%88%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C7%90n>,
        "刡"^^xsd:string ;
    rdfs:comment "to scrape; to pare"@en .

<http://lexvo.org/id/char/5222> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%88%A2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%ADng>,
        "刢"^^xsd:string .

<http://lexvo.org/id/char/5223> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%88%A3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C5%8Dng>,
        "刣"^^xsd:string .

<http://lexvo.org/id/char/5224> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%88%A4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E5%88%A4>,
        <http://lexvo.org/id/term/kor/PHAN>,
        <http://lexvo.org/id/term/vie/ph%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/pun3>,
        <http://lexvo.org/id/term/yue/%E5%88%A4>,
        "判"^^xsd:string ;
    rdfs:comment "judge; discriminate; conclude"@en .

<http://lexvo.org/id/char/5225> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%88%A5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/bi%C3%A9>,
        <http://lexvo.org/id/term/kor/%E5%88%A5>,
        <http://lexvo.org/id/term/kor/PYEL>,
        <http://lexvo.org/id/term/vie/bi%E1%BA%BFt>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bit6>,
        <http://lexvo.org/id/term/yue/%E5%88%A5>,
        "別"^^xsd:string ;
    rdfs:comment "separate, other; do not"@en .

<http://lexvo.org/id/char/5226> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%88%A6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%A9>,
        <http://lexvo.org/id/term/kor/%E5%88%A6>,
        <http://lexvo.org/id/term/kor/KEP>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gip3>,
        <http://lexvo.org/id/term/yue/%E5%88%A6>,
        "刦"^^xsd:string ;
    rdfs:comment "take by force, coerce; disaster"@en .

<http://lexvo.org/id/char/5227> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%88%A7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%A9>,
        <http://lexvo.org/id/term/kor/%E5%88%A7>,
        <http://lexvo.org/id/term/kor/KEP>,
        <http://lexvo.org/id/term/vie/ki%E1%BA%BFp>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gip3>,
        <http://lexvo.org/id/term/yue/%E5%88%A7>,
        "刧"^^xsd:string ;
    rdfs:comment "disaster, misfortune; coerce"@en .

<http://lexvo.org/id/char/5228> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%88%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%A0o%200856.080%3Ap%C3%A1o>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%A0o%20p%C3%A1o>,
        <http://lexvo.org/id/term/kor/%E5%88%A8>,
        <http://lexvo.org/id/term/kor/PHO>,
        <http://lexvo.org/id/term/vie/b%C3%A0o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/paau4>,
        <http://lexvo.org/id/term/yue/%E5%88%A8>,
        "刨"^^xsd:string ;
    rdfs:comment "carpenter's plane; plane, level"@en .

<http://lexvo.org/id/char/5229> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%88%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%AC>,
        <http://lexvo.org/id/term/kor/%E5%88%A9>,
        <http://lexvo.org/id/term/kor/LI>,
        <http://lexvo.org/id/term/vie/l%E1%BB%A3i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lei6>,
        <http://lexvo.org/id/term/yue/%E5%88%A9>,
        "利"^^xsd:string ;
    rdfs:comment "gains, advantage, profit, merit"@en .

<http://lexvo.org/id/char/522A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%88%AA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C4%81n>,
        <http://lexvo.org/id/term/kor/%E5%88%AA>,
        <http://lexvo.org/id/term/kor/SAN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/saan1>,
        <http://lexvo.org/id/term/yue/%E5%88%AA>,
        "刪"^^xsd:string ;
    rdfs:comment "to cut; delete, erase; to geld"@en .

<http://lexvo.org/id/char/522B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%88%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/bi%C3%A9%200074.020%3Abi%C3%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/bi%C3%A9%20bi%C3%A8>,
        <http://lexvo.org/id/term/kor/%E5%88%AB>,
        <http://lexvo.org/id/term/kor/PYEL>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bit6>,
        <http://lexvo.org/id/term/yue/%E5%88%AB>,
        "别"^^xsd:string ;
    rdfs:comment "separate, other; do not"@en .

<http://lexvo.org/id/char/522C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%88%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C7%8En>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C7%8En%200120.020%3Ach%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/caan2>,
        <http://lexvo.org/id/term/yue/%E5%88%AC>,
        "刬"^^xsd:string ;
    rdfs:comment "to level off; to trim; to pare down"@en .

<http://lexvo.org/id/char/522D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%88%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C7%90ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ging2>,
        <http://lexvo.org/id/term/yue/%E5%88%AD>,
        "刭"^^xsd:string ;
    rdfs:comment "cut throat"@en .

<http://lexvo.org/id/char/522E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%88%AE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/gu%C4%81>,
        <http://lexvo.org/id/term/kor/%E5%88%AE>,
        <http://lexvo.org/id/term/kor/KWAL>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gwaat3>,
        <http://lexvo.org/id/term/yue/%E5%88%AE>,
        "刮"^^xsd:string ;
    rdfs:comment "shave, pare off, scrape"@en .

<http://lexvo.org/id/char/522F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%88%AF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C4%93n>,
        "刯"^^xsd:string .

<http://lexvo.org/id/char/5230> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%88%B0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%A0o>,
        <http://lexvo.org/id/term/kor/%E5%88%B0>,
        <http://lexvo.org/id/term/kor/TO>,
        <http://lexvo.org/id/term/vie/%C4%91%C3%A1o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dou3>,
        <http://lexvo.org/id/term/yue/%E5%88%B0>,
        "到"^^xsd:string ;
    rdfs:comment "go to, arrive, been to"@en .

<http://lexvo.org/id/char/5231> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%88%B1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/chu%C3%A0ng%20chu%C4%81ng>,
        <http://lexvo.org/id/term/kor/%E5%88%B1>,
        <http://lexvo.org/id/term/kor/CHANG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cong1%20cong3>,
        <http://lexvo.org/id/term/yue/%E5%88%B1>,
        "刱"^^xsd:string ;
    rdfs:comment "establish, create; knife cut"@en .

<http://lexvo.org/id/char/5232> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%88%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ku%C4%AB>,
        <http://lexvo.org/id/term/kor/%E5%88%B2>,
        <http://lexvo.org/id/term/kor/KYU>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gwai1>,
        <http://lexvo.org/id/term/yue/%E5%88%B2>,
        "刲"^^xsd:string ;
    rdfs:comment "cut, slice off"@en .

<http://lexvo.org/id/char/5233> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%88%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C5%AB>,
        <http://lexvo.org/id/term/kor/%E5%88%B3>,
        <http://lexvo.org/id/term/kor/KO>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fu1>,
        <http://lexvo.org/id/term/yue/%E5%88%B3>,
        "刳"^^xsd:string ;
    rdfs:comment "cut out, dig, rip up, scoop out"@en .

<http://lexvo.org/id/char/5234> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%88%B4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/du%C3%B2>,
        <http://lexvo.org/id/term/kor/%E5%88%B4>,
        <http://lexvo.org/id/term/kor/THA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/do2>,
        <http://lexvo.org/id/term/yue/%E5%88%B4>,
        "刴"^^xsd:string ;
    rdfs:comment "chop by pounding, mince, hash"@en .

<http://lexvo.org/id/char/5235> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C3%A8r>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%88%B5>,
        <http://lexvo.org/id/term/kor/%E5%88%B5>,
        <http://lexvo.org/id/term/kor/I>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ji5%20ji6>,
        <http://lexvo.org/id/term/yue/%E5%88%B5>,
        "刵"^^xsd:string ;
    rdfs:comment "punishment by cutting off ears"@en .

<http://lexvo.org/id/char/5236> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%88%B6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%AC>,
        <http://lexvo.org/id/term/kor/%E5%88%B6>,
        <http://lexvo.org/id/term/kor/CEY>,
        <http://lexvo.org/id/term/vie/ch%E1%BA%BF>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zai3>,
        <http://lexvo.org/id/term/yue/%E5%88%B6>,
        "制"^^xsd:string ;
    rdfs:comment "system; establish; overpower"@en .

<http://lexvo.org/id/char/5237> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%88%B7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/shu%C4%81%201071.020%3Ashu%C3%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/shu%C4%81%20shu%C3%A0>,
        <http://lexvo.org/id/term/kor/%E5%88%B7>,
        <http://lexvo.org/id/term/kor/SWAY>,
        <http://lexvo.org/id/term/vie/lo%C3%A1t>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/caat3%20saat3>,
        <http://lexvo.org/id/term/yue/%E5%88%B7>,
        "刷"^^xsd:string ;
    rdfs:comment "brush; clean with brush, scrub"@en .

<http://lexvo.org/id/char/5238> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%88%B8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qu%C3%A0n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qu%C3%A0n%201308.060%3Axu%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E5%88%B8>,
        <http://lexvo.org/id/term/kor/KWEN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gyun3%20hyun3>,
        <http://lexvo.org/id/term/yue/%E5%88%B8>,
        "券"^^xsd:string ;
    rdfs:comment "certificate, ticket; title deeds"@en .

<http://lexvo.org/id/char/5239> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%88%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%A0%200993.020%3Ash%C4%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%A0%20sh%C4%81>,
        <http://lexvo.org/id/term/kor/%E5%88%B9>,
        <http://lexvo.org/id/term/kor/CHAL>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/caat3%20saat3>,
        <http://lexvo.org/id/term/yue/%E5%88%B9>,
        "刹"^^xsd:string ;
    rdfs:comment "temple, shrine, monastary"@en .

<http://lexvo.org/id/char/523A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%88%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C3%AC%20q%C3%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C4%AB%200176.060%3Ac%C3%AC>,
        <http://lexvo.org/id/term/kor/%E5%88%BA>,
        <http://lexvo.org/id/term/kor/CA%20CHEK>,
        <http://lexvo.org/id/term/vie/th%C3%ADch>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ci3%20cik3%20sik3>,
        <http://lexvo.org/id/term/yue/%E5%88%BA>,
        "刺"^^xsd:string ;
    rdfs:comment "stab; prick, irritate; prod"@en .

<http://lexvo.org/id/char/523B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%88%BB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C3%A8>,
        <http://lexvo.org/id/term/kor/%E5%88%BB>,
        <http://lexvo.org/id/term/kor/KAK>,
        <http://lexvo.org/id/term/vie/kh%E1%BA%AFc>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/haak1%20hak1>,
        <http://lexvo.org/id/term/yue/%E5%88%BB>,
        "刻"^^xsd:string ;
    rdfs:comment "carve, engrave; quarter hour"@en .

<http://lexvo.org/id/char/523C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%88%BC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%A9>,
        "刼"^^xsd:string ;
    rdfs:comment "to plunder; to rob openly"@en .

<http://lexvo.org/id/char/523D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%88%BD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/gu%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kui2>,
        <http://lexvo.org/id/term/yue/%E5%88%BD>,
        "刽"^^xsd:string ;
    rdfs:comment "amputate, cut off"@en .

<http://lexvo.org/id/char/523E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%88%BE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C3%AC%20q%C3%AC>,
        "刾"^^xsd:string ;
    rdfs:comment "stab; prick, irritate; prod"@en .

<http://lexvo.org/id/char/523F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%88%BF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/gu%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gwai3>,
        <http://lexvo.org/id/term/yue/%E5%88%BF>,
        "刿"^^xsd:string ;
    rdfs:comment "to cut, injure, stab, stick on"@en .

<http://lexvo.org/id/char/5240> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%89%80>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C7%8Ei>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hoi2>,
        <http://lexvo.org/id/term/yue/%E5%89%80>,
        "剀"^^xsd:string ;
    rdfs:comment "sharpen; carefully, thorough"@en .

<http://lexvo.org/id/char/5241> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%89%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/du%C3%B2>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/do2%20doek3>,
        <http://lexvo.org/id/term/yue/%E5%89%81>,
        "剁"^^xsd:string ;
    rdfs:comment "chop by pounding, mince, hash"@en .

<http://lexvo.org/id/char/5242> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%89%82>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zai1>,
        <http://lexvo.org/id/term/yue/%E5%89%82>,
        "剂"^^xsd:string ;
    rdfs:comment "medicinal preparation"@en .

<http://lexvo.org/id/char/5243> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%89%83>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%AC>,
        <http://lexvo.org/id/term/kor/%E5%89%83>,
        <http://lexvo.org/id/term/kor/CHEY>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tai3>,
        <http://lexvo.org/id/term/yue/%E5%89%83>,
        "剃"^^xsd:string ;
    rdfs:comment "shave"@en .

<http://lexvo.org/id/char/5244> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%89%84>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C7%90ng>,
        <http://lexvo.org/id/term/kor/%E5%89%84>,
        <http://lexvo.org/id/term/kor/KYENG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ging2>,
        <http://lexvo.org/id/term/yue/%E5%89%84>,
        "剄"^^xsd:string ;
    rdfs:comment "cut throat"@en .

<http://lexvo.org/id/char/5245> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%89%85>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%B3u>,
        "剅"^^xsd:string .

<http://lexvo.org/id/char/5246> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%89%86>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C4%93n>,
        "剆"^^xsd:string .

<http://lexvo.org/id/char/5247> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%89%87>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C3%A9>,
        <http://lexvo.org/id/term/kor/%E5%89%87>,
        <http://lexvo.org/id/term/kor/CHIK%20CHUK>,
        <http://lexvo.org/id/term/vie/t%E1%BA%AFc>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zak1>,
        <http://lexvo.org/id/term/yue/%E5%89%87>,
        "則"^^xsd:string ;
    rdfs:comment "rule, law, regulation; grades"@en .

<http://lexvo.org/id/char/5248> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%89%88>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/yu%C4%81n>,
        "剈"^^xsd:string .

<http://lexvo.org/id/char/5249> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%89%89>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/cu%C3%B2>,
        <http://lexvo.org/id/term/kor/%E5%89%89>,
        <http://lexvo.org/id/term/kor/CWA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/co3>,
        <http://lexvo.org/id/term/yue/%E5%89%89>,
        "剉"^^xsd:string ;
    rdfs:comment "cut, file, trim; file"@en .

<http://lexvo.org/id/char/524A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%89%8A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C4%81o%201308.100%3Axu%C4%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xu%C4%93%20xi%C4%81o>,
        <http://lexvo.org/id/term/kor/%E5%89%8A>,
        <http://lexvo.org/id/term/kor/SAK>,
        <http://lexvo.org/id/term/vie/t%C6%B0%E1%BB%9Bc>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/soek3>,
        <http://lexvo.org/id/term/yue/%E5%89%8A>,
        "削"^^xsd:string ;
    rdfs:comment "scrape off, pare, trim"@en .

<http://lexvo.org/id/char/524B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%89%8B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C3%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C3%A8%200644.040%3Ak%C4%93i>,
        <http://lexvo.org/id/term/kor/%E5%89%8B>,
        <http://lexvo.org/id/term/kor/KUK>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/haak1%20hak1>,
        <http://lexvo.org/id/term/yue/%E5%89%8B>,
        "剋"^^xsd:string ;
    rdfs:comment "subdue, overcome; cut down"@en .

<http://lexvo.org/id/char/524C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%89%8C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%A0%20l%C3%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%A1%200669.020%3Al%C3%A0>,
        <http://lexvo.org/id/term/kor/%E5%89%8C>,
        <http://lexvo.org/id/term/kor/LAL>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/laat6>,
        <http://lexvo.org/id/term/yue/%E5%89%8C>,
        "剌"^^xsd:string ;
    rdfs:comment "slash, cut in two; contradict"@en .

<http://lexvo.org/id/char/524D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%89%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C3%A1n>,
        <http://lexvo.org/id/term/kor/%E5%89%8D>,
        <http://lexvo.org/id/term/kor/CEN>,
        <http://lexvo.org/id/term/vie/ti%E1%BB%81n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cin4>,
        <http://lexvo.org/id/term/yue/%E5%89%8D>,
        "前"^^xsd:string ;
    rdfs:comment "in front, forward; preceding"@en .

<http://lexvo.org/id/char/524E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%89%8E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%A0%20sh%C4%81>,
        <http://lexvo.org/id/term/kor/%E5%89%8E>,
        <http://lexvo.org/id/term/kor/CHAL>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/caat3%20saat3>,
        <http://lexvo.org/id/term/yue/%E5%89%8E>,
        "剎"^^xsd:string ;
    rdfs:comment "temple"@en .

<http://lexvo.org/id/char/524F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%89%8F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/chu%C3%A0ng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/chu%C3%A0ng%20chu%C4%81ng>,
        <http://lexvo.org/id/term/kor/%E5%89%8F>,
        <http://lexvo.org/id/term/kor/CHANG>,
        "剏"^^xsd:string ;
    rdfs:comment "establish, create; knife cut"@en .

<http://lexvo.org/id/char/5250> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%89%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/gu%C7%8E>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/waa2>,
        <http://lexvo.org/id/term/yue/%E5%89%90>,
        "剐"^^xsd:string ;
    rdfs:comment "cut, cut flesh from bones"@en .

<http://lexvo.org/id/char/5251> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%89%91>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gim3>,
        <http://lexvo.org/id/term/yue/%E5%89%91>,
        "剑"^^xsd:string ;
    rdfs:comment "sword, dagger, saber"@en .

<http://lexvo.org/id/char/5252> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%89%92>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/cu%C3%B2>,
        <http://lexvo.org/id/term/kor/%E5%89%92>,
        <http://lexvo.org/id/term/kor/CHAK%20CAK>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/co4%20cok3>,
        <http://lexvo.org/id/term/yue/%E5%89%92>,
        "剒"^^xsd:string ;
    rdfs:comment "(Cant.) to jerk"@en .

<http://lexvo.org/id/char/5253> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%89%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%AD>,
        <http://lexvo.org/id/term/kor/%E5%89%93>,
        <http://lexvo.org/id/term/kor/LI>,
        "剓"^^xsd:string .

<http://lexvo.org/id/char/5254> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%89%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C4%AB>,
        <http://lexvo.org/id/term/kor/%E5%89%94>,
        <http://lexvo.org/id/term/kor/CHEK>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tik1>,
        <http://lexvo.org/id/term/yue/%E5%89%94>,
        "剔"^^xsd:string ;
    rdfs:comment "pick out; scrape off; scrape meat"@en .

<http://lexvo.org/id/char/5255> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%89%95>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%A8i>,
        <http://lexvo.org/id/term/kor/%E5%89%95>,
        <http://lexvo.org/id/term/kor/PI>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fei6>,
        <http://lexvo.org/id/term/yue/%E5%89%95>,
        "剕"^^xsd:string .

<http://lexvo.org/id/char/5256> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%89%96>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C5%8Du>,
        <http://lexvo.org/id/term/kor/%E5%89%96>,
        <http://lexvo.org/id/term/kor/PWU>,
        <http://lexvo.org/id/term/vie/bo>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fau2%20pau2>,
        <http://lexvo.org/id/term/yue/%E5%89%96>,
        "剖"^^xsd:string ;
    rdfs:comment "split in two, slice; dissect"@en .

<http://lexvo.org/id/char/5257> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%89%97>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C7%8En>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C7%8En%200120.021%3Ach%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E5%89%97>,
        <http://lexvo.org/id/term/kor/CAN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/caan2>,
        <http://lexvo.org/id/term/yue/%E5%89%97>,
        "剗"^^xsd:string ;
    rdfs:comment "to level off; to trim; to pare down"@en .

<http://lexvo.org/id/char/5258> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%89%98>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C3%AD>,
        "剘"^^xsd:string .

<http://lexvo.org/id/char/5259> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%89%99>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/chu%C3%A0ng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/chu%C3%A0ng%20chu%C4%81ng>,
        <http://lexvo.org/id/term/kor/%E5%89%99>,
        <http://lexvo.org/id/term/kor/CHANG>,
        "剙"^^xsd:string ;
    rdfs:comment "establish, create; knife cut"@en .

<http://lexvo.org/id/char/525A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%89%9A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C3%AC>,
        <http://lexvo.org/id/term/kor/%E5%89%9A>,
        <http://lexvo.org/id/term/kor/SA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/si6%20zi3>,
        <http://lexvo.org/id/term/yue/%E5%89%9A>,
        "剚"^^xsd:string ;
    rdfs:comment "stab"@en .

<http://lexvo.org/id/char/525B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%89%9B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C4%81ng>,
        <http://lexvo.org/id/term/kor/%E5%89%9B>,
        <http://lexvo.org/id/term/kor/KANG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gong1>,
        <http://lexvo.org/id/term/yue/%E5%89%9B>,
        "剛"^^xsd:string ;
    rdfs:comment "hard, tough, rigid, strong"@en .

<http://lexvo.org/id/char/525C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%89%9C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C4%81n>,
        <http://lexvo.org/id/term/kor/%E5%89%9C>,
        <http://lexvo.org/id/term/kor/WAN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wun1>,
        <http://lexvo.org/id/term/yue/%E5%89%9C>,
        "剜"^^xsd:string ;
    rdfs:comment "cut, cut out, pick out, scoop out"@en .

<http://lexvo.org/id/char/525D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%89%9D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C5%8D%20b%C4%81o>,
        <http://lexvo.org/id/term/kor/%E5%89%9D>,
        <http://lexvo.org/id/term/kor/PAK>,
        <http://lexvo.org/id/term/vie/b%C3%B3c>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bok1%20mok1>,
        <http://lexvo.org/id/term/yue/%E5%89%9D>,
        "剝"^^xsd:string ;
    rdfs:comment "peel, peel off, to shell, strip"@en .

<http://lexvo.org/id/char/525E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%89%9E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C4%AB>,
        <http://lexvo.org/id/term/kor/%E5%89%9E>,
        <http://lexvo.org/id/term/kor/KI>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gei1%20gei2>,
        <http://lexvo.org/id/term/yue/%E5%89%9E>,
        "剞"^^xsd:string ;
    rdfs:comment "carving or engraving knife; grave"@en .

<http://lexvo.org/id/char/525F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%89%9F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/du%C5%8D>,
        <http://lexvo.org/id/term/kor/%E5%89%9F>,
        <http://lexvo.org/id/term/kor/CHEL>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zyut1%20zyut3>,
        <http://lexvo.org/id/term/yue/%E5%89%9F>,
        "剟"^^xsd:string ;
    rdfs:comment "to prick; to cut blocks, to engrave"@en .

<http://lexvo.org/id/char/5260> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%89%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C3%ADng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C3%ADng%20l%C3%BC%C3%A8>,
        <http://lexvo.org/id/term/kor/%E5%89%A0>,
        <http://lexvo.org/id/term/kor/KYENG%20LYANG%20LYAK>,
        "剠"^^xsd:string ;
    rdfs:comment "brand"@en .

<http://lexvo.org/id/char/5261> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%89%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%A0n%201328.070%3Ay%C7%8En>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%8En%20sh%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E5%89%A1>,
        <http://lexvo.org/id/term/kor/SEM>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jim5%20sim6>,
        <http://lexvo.org/id/term/yue/%E5%89%A1>,
        "剡"^^xsd:string ;
    rdfs:comment "sharp, sharp-pointed; sharpen"@en .

<http://lexvo.org/id/char/5262> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%89%A2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zhu%C3%B3>,
        "剢"^^xsd:string .

<http://lexvo.org/id/char/5263> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%89%A3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E5%89%A3>,
        <http://lexvo.org/id/term/kor/KEM>,
        "剣"^^xsd:string ;
    rdfs:comment "sword, dagger, saber"@en .

<http://lexvo.org/id/char/5264> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%89%A4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%AC>,
        "剤"^^xsd:string ;
    rdfs:comment "medicinal preparation"@en .

<http://lexvo.org/id/char/5265> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%89%A5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C4%81o%200082.030%3Ab%C5%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C5%8D%20b%C4%81o%20p%C5%AB>,
        <http://lexvo.org/id/term/kor/%E5%89%A5>,
        <http://lexvo.org/id/term/kor/PAK>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bok1%20mok1>,
        <http://lexvo.org/id/term/yue/%E5%89%A5>,
        "剥"^^xsd:string ;
    rdfs:comment "peel"@en .

<http://lexvo.org/id/char/5266> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%89%A6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C4%81n>,
        <http://lexvo.org/id/term/kor/%E5%89%A6>,
        <http://lexvo.org/id/term/kor/EM>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jim1>,
        <http://lexvo.org/id/term/yue/%E5%89%A6>,
        "剦"^^xsd:string ;
    rdfs:comment "to castrate"@en .

<http://lexvo.org/id/char/5267> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%89%A7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%B9>,
        <http://lexvo.org/id/term/vie/c%C6%B0a>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kek6>,
        <http://lexvo.org/id/term/yue/%E5%89%A7>,
        "剧"^^xsd:string ;
    rdfs:comment "theatrical plays, opera, drama"@en .

<http://lexvo.org/id/char/5268> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%89%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C5%8D>,
        <http://lexvo.org/id/term/kor/%E5%89%A8>,
        <http://lexvo.org/id/term/kor/KOYK>,
        "剨"^^xsd:string ;
    rdfs:comment "sound of something being smashed"@en .

<http://lexvo.org/id/char/5269> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%89%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%A8ng>,
        <http://lexvo.org/id/term/kor/%E5%89%A9>,
        <http://lexvo.org/id/term/kor/ING>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sing6%20zing6>,
        <http://lexvo.org/id/term/yue/%E5%89%A9>,
        "剩"^^xsd:string ;
    rdfs:comment "leftovers, residue, remains"@en .

<http://lexvo.org/id/char/526A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%89%AA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C7%8En>,
        <http://lexvo.org/id/term/kor/%E5%89%AA>,
        <http://lexvo.org/id/term/kor/CEN>,
        <http://lexvo.org/id/term/vie/ti%E1%BB%87n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zin2>,
        <http://lexvo.org/id/term/yue/%E5%89%AA>,
        "剪"^^xsd:string ;
    rdfs:comment "scissors; cut, divide, separate"@en .

<http://lexvo.org/id/char/526B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%89%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/du%C3%B3>,
        <http://lexvo.org/id/term/kor/%E5%89%AB>,
        <http://lexvo.org/id/term/kor/THAK>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dok6>,
        <http://lexvo.org/id/term/yue/%E5%89%AB>,
        "剫"^^xsd:string .

<http://lexvo.org/id/char/526C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%89%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/du%C4%81n%20tu%C3%A1n%20zh%C3%AC>,
        <http://lexvo.org/id/term/kor/%E5%89%AC>,
        <http://lexvo.org/id/term/kor/TAN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dyun1%20tyun4%20zai3>,
        <http://lexvo.org/id/term/yue/%E5%89%AC>,
        "剬"^^xsd:string .

<http://lexvo.org/id/char/526D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%89%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C5%AB>,
        <http://lexvo.org/id/term/kor/%E5%89%AD>,
        <http://lexvo.org/id/term/kor/OK%20AK>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/nguk1%20uk1>,
        <http://lexvo.org/id/term/yue/%E5%89%AD>,
        "剭"^^xsd:string .

<http://lexvo.org/id/char/526E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%89%AE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/gu%C7%8E>,
        <http://lexvo.org/id/term/kor/%E5%89%AE>,
        <http://lexvo.org/id/term/kor/KWA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/waa2>,
        <http://lexvo.org/id/term/yue/%E5%89%AE>,
        "剮"^^xsd:string ;
    rdfs:comment "cut, cut flesh from bones"@en .

<http://lexvo.org/id/char/526F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%89%AF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%B9>,
        <http://lexvo.org/id/term/kor/%E5%89%AF>,
        <http://lexvo.org/id/term/kor/PWU%20POK>,
        <http://lexvo.org/id/term/vie/ph%C3%B3>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fu3>,
        <http://lexvo.org/id/term/yue/%E5%89%AF>,
        "副"^^xsd:string ;
    rdfs:comment "assist; supplement; assistant"@en .

<http://lexvo.org/id/char/5270> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%89%B0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%A8ng>,
        "剰"^^xsd:string ;
    rdfs:comment "leftovers, residue, remains"@en .

<http://lexvo.org/id/char/5271> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%89%B1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%A0n>,
        "剱"^^xsd:string ;
    rdfs:comment "sword, dagger, saber"@en .

<http://lexvo.org/id/char/5272> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%89%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C4%93>,
        <http://lexvo.org/id/term/kor/%E5%89%B2>,
        <http://lexvo.org/id/term/kor/HAL>,
        <http://lexvo.org/id/term/vie/c%E1%BA%AFt>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/got3>,
        <http://lexvo.org/id/term/yue/%E5%89%B2>,
        "割"^^xsd:string ;
    rdfs:comment "cut, divide, partition; cede"@en .

<http://lexvo.org/id/char/5273> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%89%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C4%81>,
        <http://lexvo.org/id/term/kor/%E5%89%B3>,
        <http://lexvo.org/id/term/kor/CHA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zaap3>,
        <http://lexvo.org/id/term/yue/%E5%89%B3>,
        "剳"^^xsd:string ;
    rdfs:comment "brief note; official communique"@en .

<http://lexvo.org/id/char/5274> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%89%B4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C7%8Ei>,
        <http://lexvo.org/id/term/kor/%E5%89%B4>,
        <http://lexvo.org/id/term/kor/KAY>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hoi2>,
        <http://lexvo.org/id/term/yue/%E5%89%B4>,
        "剴"^^xsd:string ;
    rdfs:comment "sharpen; carefully, thorough"@en .

<http://lexvo.org/id/char/5275> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%89%B5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/chu%C3%A0ng%20chu%C4%81ng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/chu%C4%81ng%200167.081%3Achu%C3%A0ng>,
        <http://lexvo.org/id/term/kor/%E5%89%B5>,
        <http://lexvo.org/id/term/kor/CHANG>,
        <http://lexvo.org/id/term/vie/s%C3%A1ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cong1%20cong3>,
        <http://lexvo.org/id/term/yue/%E5%89%B5>,
        "創"^^xsd:string ;
    rdfs:comment "establish, create; knife cut"@en .

<http://lexvo.org/id/char/5276> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%89%B6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ju%C4%81n>,
        "剶"^^xsd:string .

<http://lexvo.org/id/char/5277> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%89%B7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C7%8En>,
        <http://lexvo.org/id/term/kor/%E5%89%B7>,
        <http://lexvo.org/id/term/kor/SAN>,
        <http://lexvo.org/id/term/vie/x%E1%BA%BBng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/caan2>,
        <http://lexvo.org/id/term/yue/%E5%89%B7>,
        "剷"^^xsd:string ;
    rdfs:comment "to level off, cut off, pare down, raze"@en .

<http://lexvo.org/id/char/5278> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%89%B8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/tu%C3%A1n%20zhu%C4%81n>,
        <http://lexvo.org/id/term/kor/%E5%89%B8>,
        <http://lexvo.org/id/term/kor/TAN%20CEN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tyun4%20zyun1>,
        <http://lexvo.org/id/term/yue/%E5%89%B8>,
        "剸"^^xsd:string ;
    rdfs:comment "cut"@en .

<http://lexvo.org/id/char/5279> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%89%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%B9>,
        <http://lexvo.org/id/term/kor/%E5%89%B9>,
        <http://lexvo.org/id/term/kor/LYUK>,
        "剹"^^xsd:string .

<http://lexvo.org/id/char/527A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%89%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%AD>,
        <http://lexvo.org/id/term/kor/%E5%89%BA>,
        <http://lexvo.org/id/term/kor/LI>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lai5%20lei4>,
        <http://lexvo.org/id/term/yue/%E5%89%BA>,
        "剺"^^xsd:string ;
    rdfs:comment "mark"@en .

<http://lexvo.org/id/char/527B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%89%BB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%B3u>,
        "剻"^^xsd:string .

<http://lexvo.org/id/char/527C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%89%BC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C4%81n>,
        "剼"^^xsd:string .

<http://lexvo.org/id/char/527D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%89%BD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/pi%C3%A0o%20pi%C4%81o%20pi%C3%A1o%20bi%C7%8Eo%20bi%C4%81o>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/pi%C4%81o>,
        <http://lexvo.org/id/term/kor/%E5%89%BD>,
        <http://lexvo.org/id/term/kor/PHYO>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/piu5>,
        <http://lexvo.org/id/term/yue/%E5%89%BD>,
        "剽"^^xsd:string ;
    rdfs:comment "rob, plunder; slice off; fast"@en .

<http://lexvo.org/id/char/527E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%89%BE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C5%8Du>,
        "剾"^^xsd:string ;
    rdfs:comment "to pick up with knife"@en .

<http://lexvo.org/id/char/527F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%89%BF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C4%81o%200570.020%3Aji%C7%8Eo>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C7%8Eo%20ch%C4%81o>,
        <http://lexvo.org/id/term/kor/%E5%89%BF>,
        <http://lexvo.org/id/term/kor/CHO>,
        <http://lexvo.org/id/term/vie/ti%E1%BB%85u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/caau1%20ziu2>,
        <http://lexvo.org/id/term/yue/%E5%89%BF>,
        "剿"^^xsd:string ;
    rdfs:comment "destroy, exterminate, annihilate"@en .

<http://lexvo.org/id/char/5280> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%8A%80>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/gu%C4%81>,
        <http://lexvo.org/id/term/kor/%E5%8A%80>,
        <http://lexvo.org/id/term/kor/KWAL>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gwaat3%20wat6>,
        <http://lexvo.org/id/term/yue/%E5%8A%80>,
        "劀"^^xsd:string .

<http://lexvo.org/id/char/5281> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%8A%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C4%81o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ciu1%20ciu4>,
        <http://lexvo.org/id/term/yue/%E5%8A%81>,
        "劁"^^xsd:string .

<http://lexvo.org/id/char/5282> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%8A%82>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ju%C3%A9>,
        <http://lexvo.org/id/term/kor/%E5%8A%82>,
        <http://lexvo.org/id/term/kor/KWEY>,
        <http://lexvo.org/id/term/vie/kho%C3%A9t>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gyut3%20kyut3>,
        <http://lexvo.org/id/term/yue/%E5%8A%82>,
        "劂"^^xsd:string ;
    rdfs:comment "chisel for engraving; engrave"@en .

<http://lexvo.org/id/char/5283> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%8A%83>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%A0%20hu%C3%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%A1%200484.052%2C0485.021%3Ahu%C3%A0%200488.061%3Ahuai>,
        <http://lexvo.org/id/term/kor/%E5%8A%83>,
        <http://lexvo.org/id/term/kor/HOYK>,
        <http://lexvo.org/id/term/vie/v%E1%BA%A1ch>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/waak6>,
        <http://lexvo.org/id/term/yue/%E5%8A%83>,
        "劃"^^xsd:string ;
    rdfs:comment "divide, mark off, lay boundary"@en .

<http://lexvo.org/id/char/5284> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%8A%84>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%A1%20d%C3%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C4%81%201447.180%3Azh%C3%A1>,
        <http://lexvo.org/id/term/kor/%E5%8A%84>,
        <http://lexvo.org/id/term/kor/CHA>,
        <http://lexvo.org/id/term/vie/ch%C3%A9p>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zaap3>,
        <http://lexvo.org/id/term/yue/%E5%8A%84>,
        "劄"^^xsd:string ;
    rdfs:comment "brief note; official communique"@en .

<http://lexvo.org/id/char/5285> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%8A%85>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zhu%C3%B2>,
        "劅"^^xsd:string .

<http://lexvo.org/id/char/5286> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%8A%86>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C3%A1n>,
        "劆"^^xsd:string ;
    rdfs:comment "sickle"@en .

<http://lexvo.org/id/char/5287> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%8A%87>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%B9>,
        <http://lexvo.org/id/term/kor/%E5%8A%87>,
        <http://lexvo.org/id/term/kor/KUK>,
        <http://lexvo.org/id/term/vie/k%E1%BB%8Bch>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kek6>,
        <http://lexvo.org/id/term/yue/%E5%8A%87>,
        "劇"^^xsd:string ;
    rdfs:comment "theatrical plays, opera, drama"@en .

<http://lexvo.org/id/char/5288> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%8A%88>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C4%AB%200870.080%3Ap%C7%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C4%AB%20p%C7%90>,
        <http://lexvo.org/id/term/kor/%E5%8A%88>,
        <http://lexvo.org/id/term/kor/PYEK>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/pek3%20pek6%20pik1>,
        <http://lexvo.org/id/term/yue/%E5%8A%88>,
        "劈"^^xsd:string ;
    rdfs:comment "cut apart, split, chop"@en .

<http://lexvo.org/id/char/5289> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%8A%89>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C3%BA>,
        <http://lexvo.org/id/term/kor/%E5%8A%89>,
        <http://lexvo.org/id/term/kor/LYU>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lau4>,
        <http://lexvo.org/id/term/yue/%E5%8A%89>,
        "劉"^^xsd:string ;
    rdfs:comment "surname; kill, destroy"@en .

<http://lexvo.org/id/char/528A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%8A%8A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/gu%C3%AC>,
        <http://lexvo.org/id/term/kor/%E5%8A%8A>,
        <http://lexvo.org/id/term/kor/HOY%20KOY>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gui3%20kui2>,
        <http://lexvo.org/id/term/yue/%E5%8A%8A>,
        "劊"^^xsd:string ;
    rdfs:comment "amputate, cut off"@en .

<http://lexvo.org/id/char/528B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%8A%8B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C7%8Eo>,
        <http://lexvo.org/id/term/kor/%E5%8A%8B>,
        <http://lexvo.org/id/term/kor/CO>,
        "劋"^^xsd:string .

<http://lexvo.org/id/char/528C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%8A%8C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/gu%C3%AC>,
        <http://lexvo.org/id/term/kor/%E5%8A%8C>,
        <http://lexvo.org/id/term/kor/KWI>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gwai3>,
        <http://lexvo.org/id/term/yue/%E5%8A%8C>,
        "劌"^^xsd:string ;
    rdfs:comment "to cut, injure, stab, stick on"@en .

<http://lexvo.org/id/char/528D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%8A%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E5%8A%8D>,
        <http://lexvo.org/id/term/kor/KEM>,
        <http://lexvo.org/id/term/vie/ki%E1%BA%BFm>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gim3>,
        <http://lexvo.org/id/term/yue/%E5%8A%8D>,
        "劍"^^xsd:string ;
    rdfs:comment "sword, dagger, saber"@en .

<http://lexvo.org/id/char/528E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%8A%8E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E5%8A%8E>,
        <http://lexvo.org/id/term/kor/KEM>,
        "劎"^^xsd:string ;
    rdfs:comment "sword, dagger"@en .

<http://lexvo.org/id/char/528F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%8A%8F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C4%81ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tong1>,
        <http://lexvo.org/id/term/yue/%E5%8A%8F>,
        "劏"^^xsd:string ;
    rdfs:comment "to butcher"@en .

<http://lexvo.org/id/char/5290> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%8A%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C5%8D>,
        <http://lexvo.org/id/term/kor/%E5%8A%90>,
        <http://lexvo.org/id/term/kor/HWAK>,
        "劐"^^xsd:string ;
    rdfs:comment "destroy"@en .

<http://lexvo.org/id/char/5291> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%8A%91>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%AC>,
        <http://lexvo.org/id/term/kor/%E5%8A%91>,
        <http://lexvo.org/id/term/kor/CEY>,
        <http://lexvo.org/id/term/vie/t%E1%BB%85>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zai1>,
        <http://lexvo.org/id/term/yue/%E5%8A%91>,
        "劑"^^xsd:string ;
    rdfs:comment "medicinal preparation"@en .

<http://lexvo.org/id/char/5292> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%8A%92>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E5%8A%92>,
        <http://lexvo.org/id/term/kor/KEM>,
        "劒"^^xsd:string ;
    rdfs:comment "sword, dagger, saber"@en .

<http://lexvo.org/id/char/5293> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%8A%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%AC>,
        <http://lexvo.org/id/term/kor/%E5%8A%93>,
        <http://lexvo.org/id/term/kor/UY>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ji6>,
        <http://lexvo.org/id/term/yue/%E5%8A%93>,
        "劓"^^xsd:string ;
    rdfs:comment "cut off nose"@en .

<http://lexvo.org/id/char/5294> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%8A%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E5%8A%94>,
        <http://lexvo.org/id/term/kor/KEM>,
        "劔"^^xsd:string ;
    rdfs:comment "sword, dagger, saber"@en .

<http://lexvo.org/id/char/5295> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%8A%95>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%AD>,
        <http://lexvo.org/id/term/vie/ch%E1%BA%B7t>,
        "劕"^^xsd:string .

<http://lexvo.org/id/char/5296> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%8A%96>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%A1n>,
        <http://lexvo.org/id/term/kor/%E5%8A%96>,
        <http://lexvo.org/id/term/kor/CHAM>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/caam4%20caam5>,
        <http://lexvo.org/id/term/yue/%E5%8A%96>,
        "劖"^^xsd:string ;
    rdfs:comment "make into mince; cut"@en .

<http://lexvo.org/id/char/5297> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%8A%97>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/cu%C3%A1n%20ji%C7%8En>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C7%8En>,
        <http://lexvo.org/id/term/kor/%E5%8A%97>,
        <http://lexvo.org/id/term/kor/CHAN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zin2>,
        <http://lexvo.org/id/term/yue/%E5%8A%97>,
        "劗"^^xsd:string .

<http://lexvo.org/id/char/5298> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%8A%98>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%B3>,
        <http://lexvo.org/id/term/kor/%E5%8A%98>,
        <http://lexvo.org/id/term/kor/MA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mo4>,
        <http://lexvo.org/id/term/yue/%E5%8A%98>,
        "劘"^^xsd:string ;
    rdfs:comment "make into mince"@en .

<http://lexvo.org/id/char/5299> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%8A%99>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%AD>,
        <http://lexvo.org/id/term/kor/%E5%8A%99>,
        <http://lexvo.org/id/term/kor/LI%20LYEY>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lai5%20lei5>,
        <http://lexvo.org/id/term/yue/%E5%8A%99>,
        "劙"^^xsd:string ;
    rdfs:comment "a divide, to partition"@en .

<http://lexvo.org/id/char/529A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%8A%9A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C7%94>,
        <http://lexvo.org/id/term/kor/%E5%8A%9A>,
        <http://lexvo.org/id/term/kor/CHOK>,
        "劚"^^xsd:string ;
    rdfs:comment "cut"@en .

<http://lexvo.org/id/char/529C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%8A%9C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C4%81>,
        "劜"^^xsd:string .

<http://lexvo.org/id/char/529D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%8A%9D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qu%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hyun3>,
        <http://lexvo.org/id/term/yue/%E5%8A%9D>,
        "劝"^^xsd:string ;
    rdfs:comment "recommend, advise, urge"@en .

<http://lexvo.org/id/char/529E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%8A%9E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/baan6>,
        <http://lexvo.org/id/term/yue/%E5%8A%9E>,
        "办"^^xsd:string ;
    rdfs:comment "manage, do, handle; deal with"@en .

<http://lexvo.org/id/char/529F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%8A%9F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C5%8Dng>,
        <http://lexvo.org/id/term/kor/%E5%8A%9F>,
        <http://lexvo.org/id/term/kor/KONG>,
        <http://lexvo.org/id/term/vie/c%C3%B4ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gung1>,
        <http://lexvo.org/id/term/yue/%E5%8A%9F>,
        "功"^^xsd:string ;
    rdfs:comment "achievement, merit, good result"@en .

<http://lexvo.org/id/char/52A0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%8A%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C4%81>,
        <http://lexvo.org/id/term/kor/%E5%8A%A0>,
        <http://lexvo.org/id/term/kor/KA>,
        <http://lexvo.org/id/term/vie/gia>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gaa1%20gaa3>,
        <http://lexvo.org/id/term/yue/%E5%8A%A0>,
        "加"^^xsd:string ;
    rdfs:comment "add to, increase, augment"@en .

<http://lexvo.org/id/char/52A1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%8A%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mou6>,
        <http://lexvo.org/id/term/yue/%E5%8A%A1>,
        "务"^^xsd:string ;
    rdfs:comment "affairs, business; must, should"@en .

<http://lexvo.org/id/char/52A2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%8A%A2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A0i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/maai6>,
        <http://lexvo.org/id/term/yue/%E5%8A%A2>,
        "劢"^^xsd:string ;
    rdfs:comment "put forth effort, strive forward"@en .

<http://lexvo.org/id/char/52A3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%8A%A3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C3%A8>,
        <http://lexvo.org/id/term/kor/%E5%8A%A3>,
        <http://lexvo.org/id/term/kor/LYEL>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lyut3>,
        <http://lexvo.org/id/term/yue/%E5%8A%A3>,
        "劣"^^xsd:string ;
    rdfs:comment "bad, inferior; slightly"@en .

<http://lexvo.org/id/char/52A4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%8A%A4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%ACn>,
        <http://lexvo.org/id/term/kor/%E5%8A%A4>,
        <http://lexvo.org/id/term/kor/KUN>,
        "劤"^^xsd:string ;
    rdfs:comment "strong"@en .

<http://lexvo.org/id/char/52A5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%8A%A5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C4%93ng>,
        "劥"^^xsd:string .

<http://lexvo.org/id/char/52A6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%8A%A6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A9>,
        <http://lexvo.org/id/term/kor/%E5%8A%A6>,
        <http://lexvo.org/id/term/kor/HYEP>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hip3%20hip6>,
        <http://lexvo.org/id/term/yue/%E5%8A%A6>,
        "劦"^^xsd:string ;
    rdfs:comment "variant of U+5354 協; cooperate; combined labor"@en .

<http://lexvo.org/id/char/52A7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%8A%A7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C7%90>,
        "劧"^^xsd:string .

<http://lexvo.org/id/char/52A8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%8A%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%B2ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dung6>,
        <http://lexvo.org/id/term/yue/%E5%8A%A8>,
        "动"^^xsd:string ;
    rdfs:comment "move, happen; movement, action"@en .

<http://lexvo.org/id/char/52A9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%8A%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%B9>,
        <http://lexvo.org/id/term/kor/%E5%8A%A9>,
        <http://lexvo.org/id/term/kor/CO>,
        <http://lexvo.org/id/term/vie/tr%E1%BB%A3>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zo6>,
        <http://lexvo.org/id/term/yue/%E5%8A%A9>,
        "助"^^xsd:string ;
    rdfs:comment "help, aid, assist"@en .

<http://lexvo.org/id/char/52AA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%8A%AA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C7%94>,
        <http://lexvo.org/id/term/kor/%E5%8A%AA>,
        <http://lexvo.org/id/term/kor/NO>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/nou5>,
        <http://lexvo.org/id/term/yue/%E5%8A%AA>,
        "努"^^xsd:string ;
    rdfs:comment "to exert, strive, make an effort; to pout"@en .

<http://lexvo.org/id/char/52AB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%8A%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%A9>,
        <http://lexvo.org/id/term/kor/%E5%8A%AB>,
        <http://lexvo.org/id/term/kor/KEP>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gip3>,
        <http://lexvo.org/id/term/yue/%E5%8A%AB>,
        "劫"^^xsd:string ;
    rdfs:comment "take by force, coerce; disaster"@en .

<http://lexvo.org/id/char/52AC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%8A%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C3%BA>,
        <http://lexvo.org/id/term/kor/%E5%8A%AC>,
        <http://lexvo.org/id/term/kor/KWU>,
        <http://lexvo.org/id/term/vie/c%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/keoi4>,
        <http://lexvo.org/id/term/yue/%E5%8A%AC>,
        "劬"^^xsd:string ;
    rdfs:comment "be diligent, toil, endeavor"@en .

<http://lexvo.org/id/char/52AD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%8A%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%A0o>,
        <http://lexvo.org/id/term/kor/%E5%8A%AD>,
        <http://lexvo.org/id/term/kor/CHO>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/siu6>,
        <http://lexvo.org/id/term/yue/%E5%8A%AD>,
        "劭"^^xsd:string ;
    rdfs:comment "encourage; to excel; excellent"@en .

<http://lexvo.org/id/char/52AE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%8A%AE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%AC>,
        <http://lexvo.org/id/term/kor/%E5%8A%AE>,
        <http://lexvo.org/id/term/kor/IL>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jat6>,
        <http://lexvo.org/id/term/yue/%E5%8A%AE>,
        "劮"^^xsd:string .

<http://lexvo.org/id/char/52AF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%8A%AF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C5%AB>,
        "劯"^^xsd:string .

<http://lexvo.org/id/char/52B0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%8A%B0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/mi%C7%8Eo>,
        "劰"^^xsd:string .

<http://lexvo.org/id/char/52B1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%8A%B1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%AC>,
        <http://lexvo.org/id/term/kor/%E5%8A%B1>,
        <http://lexvo.org/id/term/kor/LYE>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lai6>,
        <http://lexvo.org/id/term/yue/%E5%8A%B1>,
        "励"^^xsd:string ;
    rdfs:comment "strive; encourage"@en .

<http://lexvo.org/id/char/52B2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%8A%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%ACn%200604.010%3Aj%C3%ACng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%ACng%20j%C3%ACn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ging6>,
        <http://lexvo.org/id/term/yue/%E5%8A%B2>,
        "劲"^^xsd:string ;
    rdfs:comment "strong, unyielding, tough, power"@en .

<http://lexvo.org/id/char/52B3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%8A%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%A1o>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%A1o%20l%C3%A0o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lou4>,
        <http://lexvo.org/id/term/yue/%E5%8A%B3>,
        "劳"^^xsd:string ;
    rdfs:comment "labor, toil, do manual work"@en .

<http://lexvo.org/id/char/52B4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%8A%B4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%A1o>,
        <http://lexvo.org/id/term/kor/%E5%8A%B4>,
        <http://lexvo.org/id/term/kor/LO>,
        "労"^^xsd:string ;
    rdfs:comment "labor, toil, do manual work"@en .

<http://lexvo.org/id/char/52B5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%8A%B5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ju%C3%A0n%20qu%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E5%8A%B5>,
        <http://lexvo.org/id/term/kor/KWEN>,
        "劵"^^xsd:string ;
    rdfs:comment "certificate, ticket; title deeds"@en .

<http://lexvo.org/id/char/52B6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%8A%B6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C7%92u>,
        <http://lexvo.org/id/term/kor/%E5%8A%B6>,
        <http://lexvo.org/id/term/kor/KWU>,
        "劶"^^xsd:string .

<http://lexvo.org/id/char/52B7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%8A%B7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A1ng>,
        "劷"^^xsd:string .

<http://lexvo.org/id/char/52B8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%8A%B8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C4%81>,
        "劸"^^xsd:string .

<http://lexvo.org/id/char/52B9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%8A%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A0o>,
        <http://lexvo.org/id/term/kor/%E5%8A%B9>,
        <http://lexvo.org/id/term/kor/HYO>,
        <http://lexvo.org/id/term/vie/hi%E1%BB%87u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/haau6>,
        <http://lexvo.org/id/term/yue/%E5%8A%B9>,
        "効"^^xsd:string ;
    rdfs:comment "efficacious, effectiveness; to toil, to serve in the army"@en .

<http://lexvo.org/id/char/52BA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%8A%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%B3u>,
        "劺"^^xsd:string .

<http://lexvo.org/id/char/52BB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%8A%BB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ku%C4%81ng>,
        <http://lexvo.org/id/term/kor/%E5%8A%BB>,
        <http://lexvo.org/id/term/kor/KWANG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hong1>,
        <http://lexvo.org/id/term/yue/%E5%8A%BB>,
        "劻"^^xsd:string ;
    rdfs:comment "flurried, be in flurry, zealous"@en .

<http://lexvo.org/id/char/52BC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%8A%BC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%A9>,
        <http://lexvo.org/id/term/kor/%E5%8A%BC>,
        <http://lexvo.org/id/term/kor/HAL>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kit3>,
        <http://lexvo.org/id/term/yue/%E5%8A%BC>,
        "劼"^^xsd:string ;
    rdfs:comment "be discreet, prudent, cautious"@en .

<http://lexvo.org/id/char/52BD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%8A%BD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C3%A8>,
        "劽"^^xsd:string .

<http://lexvo.org/id/char/52BE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%8A%BE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A9>,
        <http://lexvo.org/id/term/kor/%E5%8A%BE>,
        <http://lexvo.org/id/term/kor/HAYK%20HAY>,
        <http://lexvo.org/id/term/vie/h%E1%BA%A1ch>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hat6>,
        <http://lexvo.org/id/term/yue/%E5%8A%BE>,
        "劾"^^xsd:string ;
    rdfs:comment "examine into, impeach, charge"@en .

<http://lexvo.org/id/char/52BF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%8A%BF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sai3>,
        <http://lexvo.org/id/term/yue/%E5%8A%BF>,
        "势"^^xsd:string ;
    rdfs:comment "power, force; tendency"@en .

<http://lexvo.org/id/char/52C0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%8B%80>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C3%A8>,
        <http://lexvo.org/id/term/kor/%E5%8B%80>,
        <http://lexvo.org/id/term/kor/KUK>,
        "勀"^^xsd:string .

<http://lexvo.org/id/char/52C1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%8B%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%ACn%200604.011%3Aj%C3%ACng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%ACn%20j%C3%ACng>,
        <http://lexvo.org/id/term/kor/%E5%8B%81>,
        <http://lexvo.org/id/term/kor/KYENG>,
        <http://lexvo.org/id/term/vie/c%E1%BB%A9ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ging3%20ging6>,
        <http://lexvo.org/id/term/yue/%E5%8B%81>,
        "勁"^^xsd:string ;
    rdfs:comment "strong, unyielding, tough, powerful"@en .

<http://lexvo.org/id/char/52C2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%8B%82>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A1o>,
        "勂"^^xsd:string .

<http://lexvo.org/id/char/52C3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%8B%83>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%B3>,
        <http://lexvo.org/id/term/kor/%E5%8B%83>,
        <http://lexvo.org/id/term/kor/PAL>,
        <http://lexvo.org/id/term/vie/b%E1%BB%99t>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/but6>,
        <http://lexvo.org/id/term/yue/%E5%8B%83>,
        "勃"^^xsd:string ;
    rdfs:comment "suddenly, sudden, quick"@en .

<http://lexvo.org/id/char/52C4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%8B%84>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C7%90n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/man5>,
        <http://lexvo.org/id/term/yue/%E5%8B%84>,
        "勄"^^xsd:string ;
    rdfs:comment "active; clever; prompt witty; smart; earnest; diligent; to hasten"@en .

<http://lexvo.org/id/char/52C5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%8B%85>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%AC>,
        <http://lexvo.org/id/term/kor/%E5%8B%85>,
        <http://lexvo.org/id/term/kor/CHIK>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cik1>,
        <http://lexvo.org/id/term/yue/%E5%8B%85>,
        "勅"^^xsd:string ;
    rdfs:comment "imperial decree; daoist magic"@en .

<http://lexvo.org/id/char/52C6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%8B%86>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%A1ng>,
        "勆"^^xsd:string .

<http://lexvo.org/id/char/52C7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%8B%87>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%92ng>,
        <http://lexvo.org/id/term/kor/%E5%8B%87>,
        <http://lexvo.org/id/term/kor/YONG>,
        <http://lexvo.org/id/term/vie/d%C5%A9ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jung5%20jung6>,
        <http://lexvo.org/id/term/yue/%E5%8B%87>,
        "勇"^^xsd:string ;
    rdfs:comment "brave, courageous, fierce"@en .

<http://lexvo.org/id/char/52C8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%8B%88>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%92ng>,
        "勈"^^xsd:string .

<http://lexvo.org/id/char/52C9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%8B%89>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/mi%C7%8En>,
        <http://lexvo.org/id/term/kor/%E5%8B%89>,
        <http://lexvo.org/id/term/kor/MYEN>,
        <http://lexvo.org/id/term/vie/mi%E1%BB%85n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/min5>,
        <http://lexvo.org/id/term/yue/%E5%8B%89>,
        "勉"^^xsd:string ;
    rdfs:comment "endeavor, make effort; urge"@en .

<http://lexvo.org/id/char/52CA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%8B%8A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C3%A8>,
        "勊"^^xsd:string .

<http://lexvo.org/id/char/52CB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%8B%8B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C5%ABn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fan1>,
        <http://lexvo.org/id/term/yue/%E5%8B%8B>,
        "勋"^^xsd:string ;
    rdfs:comment "meritorious deed; merits; rank"@en .

<http://lexvo.org/id/char/52CC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%8B%8C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ju%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E5%8B%8C>,
        <http://lexvo.org/id/term/kor/KWEN>,
        "勌"^^xsd:string ;
    rdfs:comment "to labor; tired"@en .

<http://lexvo.org/id/char/52CD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%8B%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C3%ADng>,
        <http://lexvo.org/id/term/kor/%E5%8B%8D>,
        <http://lexvo.org/id/term/kor/KYENG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/king4>,
        <http://lexvo.org/id/term/yue/%E5%8B%8D>,
        "勍"^^xsd:string ;
    rdfs:comment "strong, powerful, mighty; violent"@en .

<http://lexvo.org/id/char/52CE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%8B%8E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%B9>,
        "勎"^^xsd:string .

<http://lexvo.org/id/char/52CF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%8B%8F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C7%92u>,
        "勏"^^xsd:string .

<http://lexvo.org/id/char/52D0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%8B%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C4%9Bng>,
        "勐"^^xsd:string ;
    rdfs:comment "imperial degree; daoist magic"@en .

<http://lexvo.org/id/char/52D1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%8B%91>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%A0i%20ch%C3%AC>,
        <http://lexvo.org/id/term/kor/%E5%8B%91>,
        <http://lexvo.org/id/term/kor/LAY%20CHIK>,
        <http://lexvo.org/id/term/vie/s%E1%BA%AFc>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cik1%20loi4>,
        <http://lexvo.org/id/term/yue/%E5%8B%91>,
        "勑"^^xsd:string ;
    rdfs:comment "reward; sincere"@en .

<http://lexvo.org/id/char/52D2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%8B%92>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%A8%200684.070%3Al%C4%93i>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%A8%20l%C4%93i>,
        <http://lexvo.org/id/term/kor/%E5%8B%92>,
        <http://lexvo.org/id/term/kor/LUK>,
        <http://lexvo.org/id/term/vie/l%E1%BA%AFc>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/laak6%20lak6>,
        <http://lexvo.org/id/term/yue/%E5%8B%92>,
        "勒"^^xsd:string ;
    rdfs:comment "strangle, tighten"@en .

<http://lexvo.org/id/char/52D3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%8B%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C3%A0i>,
        "勓"^^xsd:string .

<http://lexvo.org/id/char/52D4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%8B%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/mi%C7%8En>,
        <http://lexvo.org/id/term/kor/%E5%8B%94>,
        <http://lexvo.org/id/term/kor/MIN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/min5>,
        <http://lexvo.org/id/term/yue/%E5%8B%94>,
        "勔"^^xsd:string ;
    rdfs:comment "endeavor, make effort; urge"@en .

<http://lexvo.org/id/char/52D5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%8B%95>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%B2ng>,
        <http://lexvo.org/id/term/kor/%E5%8B%95>,
        <http://lexvo.org/id/term/kor/TONG>,
        <http://lexvo.org/id/term/vie/%C4%91%E1%BB%99ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dung6>,
        <http://lexvo.org/id/term/yue/%E5%8B%95>,
        "動"^^xsd:string ;
    rdfs:comment "move, happen; movement, action"@en .

<http://lexvo.org/id/char/52D6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%8B%96>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C3%B9>,
        <http://lexvo.org/id/term/kor/%E5%8B%96>,
        <http://lexvo.org/id/term/kor/WUK>,
        <http://lexvo.org/id/term/vie/h%C3%BAc>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/huk1%20juk1>,
        <http://lexvo.org/id/term/yue/%E5%8B%96>,
        "勖"^^xsd:string ;
    rdfs:comment "enjoin, advise, preach to"@en .

<http://lexvo.org/id/char/52D7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%8B%97>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C3%B9>,
        <http://lexvo.org/id/term/kor/%E5%8B%97>,
        <http://lexvo.org/id/term/kor/WUK>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/huk1%20juk1>,
        <http://lexvo.org/id/term/yue/%E5%8B%97>,
        "勗"^^xsd:string ;
    rdfs:comment "enjoin, advise, excite"@en .

<http://lexvo.org/id/char/52D8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%8B%98>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C4%81n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C4%81n%20k%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E5%8B%98>,
        <http://lexvo.org/id/term/kor/KAM>,
        <http://lexvo.org/id/term/vie/kh%C3%A1m>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ham1%20ham3>,
        <http://lexvo.org/id/term/yue/%E5%8B%98>,
        "勘"^^xsd:string ;
    rdfs:comment "investigate; compare; collate"@en .

<http://lexvo.org/id/char/52D9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%8B%99>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C3%B9>,
        <http://lexvo.org/id/term/kor/%E5%8B%99>,
        <http://lexvo.org/id/term/kor/MWU>,
        <http://lexvo.org/id/term/vie/v%E1%BB%A5>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mou6>,
        <http://lexvo.org/id/term/yue/%E5%8B%99>,
        "務"^^xsd:string ;
    rdfs:comment "affairs, business; must, should"@en .

<http://lexvo.org/id/char/52DA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%8B%9A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ji6>,
        <http://lexvo.org/id/term/yue/%E5%8B%9A>,
        "勚"^^xsd:string ;
    rdfs:comment "work hard; belabored; toil"@en .

<http://lexvo.org/id/char/52DB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%8B%9B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C5%ABn>,
        <http://lexvo.org/id/term/kor/%E5%8B%9B>,
        <http://lexvo.org/id/term/kor/HWUN>,
        <http://lexvo.org/id/term/vie/hu%C3%A2n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fan1>,
        <http://lexvo.org/id/term/yue/%E5%8B%9B>,
        "勛"^^xsd:string ;
    rdfs:comment "meritorious deed; merits; rank"@en .

<http://lexvo.org/id/char/52DC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%8B%9C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C4%9Bng>,
        "勜"^^xsd:string .

<http://lexvo.org/id/char/52DD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%8B%9D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%A8ng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%A8ng%20sh%C4%93ng>,
        <http://lexvo.org/id/term/kor/%E5%8B%9D>,
        <http://lexvo.org/id/term/kor/SUNG>,
        <http://lexvo.org/id/term/vie/th%E1%BA%AFng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sing1%20sing3>,
        <http://lexvo.org/id/term/yue/%E5%8B%9D>,
        "勝"^^xsd:string ;
    rdfs:comment "victory; excel, be better than"@en .

<http://lexvo.org/id/char/52DE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%8B%9E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%A1o>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%A1o%20l%C3%A0o>,
        <http://lexvo.org/id/term/kor/%E5%8B%9E>,
        <http://lexvo.org/id/term/kor/LO>,
        <http://lexvo.org/id/term/vie/lao>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lou4%20lou6>,
        <http://lexvo.org/id/term/yue/%E5%8B%9E>,
        "勞"^^xsd:string ;
    rdfs:comment "labor, toil, do manual work"@en .

<http://lexvo.org/id/char/52DF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%8B%9F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%B9>,
        <http://lexvo.org/id/term/kor/%E5%8B%9F>,
        <http://lexvo.org/id/term/kor/MO>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mou6>,
        <http://lexvo.org/id/term/yue/%E5%8B%9F>,
        "募"^^xsd:string ;
    rdfs:comment "levy, raise; summon; recruit"@en .

<http://lexvo.org/id/char/52E0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%8B%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%B9>,
        <http://lexvo.org/id/term/kor/%E5%8B%A0>,
        <http://lexvo.org/id/term/kor/LYUK>,
        "勠"^^xsd:string ;
    rdfs:comment "join forces, unite"@en .

<http://lexvo.org/id/char/52E1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%8B%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/pi%C3%A0o>,
        <http://lexvo.org/id/term/kor/%E5%8B%A1>,
        <http://lexvo.org/id/term/kor/PHYO>,
        "勡"^^xsd:string .

<http://lexvo.org/id/char/52E2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%8B%A2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%AC>,
        <http://lexvo.org/id/term/kor/%E5%8B%A2>,
        <http://lexvo.org/id/term/kor/SEY>,
        <http://lexvo.org/id/term/vie/th%E1%BA%BF>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sai3>,
        <http://lexvo.org/id/term/yue/%E5%8B%A2>,
        "勢"^^xsd:string ;
    rdfs:comment "power, force; tendency"@en .

<http://lexvo.org/id/char/52E3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%8B%A3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C4%AB>,
        <http://lexvo.org/id/term/kor/%E5%8B%A3>,
        <http://lexvo.org/id/term/kor/CEK>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zik1>,
        <http://lexvo.org/id/term/yue/%E5%8B%A3>,
        "勣"^^xsd:string ;
    rdfs:comment "achievements, conduct deserving"@en .

<http://lexvo.org/id/char/52E4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%8B%A4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C3%ADn>,
        <http://lexvo.org/id/term/kor/%E5%8B%A4>,
        <http://lexvo.org/id/term/kor/KUN>,
        <http://lexvo.org/id/term/vie/c%E1%BA%A7n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kan4>,
        <http://lexvo.org/id/term/yue/%E5%8B%A4>,
        "勤"^^xsd:string ;
    rdfs:comment "industrious, diligent, attentive"@en .

<http://lexvo.org/id/char/52E5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%8B%A5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%A0ng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C7%8Eng%20ji%C3%A0ng>,
        "勥"^^xsd:string .

<http://lexvo.org/id/char/52E6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%8B%A6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C4%81o%200570.021%3Aji%C7%8Eo>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C7%8Eo%20ch%C4%81o>,
        <http://lexvo.org/id/term/kor/%E5%8B%A6>,
        <http://lexvo.org/id/term/kor/CHO>,
        <http://lexvo.org/id/term/vie/t%E1%BA%B9o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/caau1%20cau2%20ziu1%20ziu2>,
        <http://lexvo.org/id/term/yue/%E5%8B%A6>,
        "勦"^^xsd:string ;
    rdfs:comment "destroy, exterminate, annihilate"@en .

<http://lexvo.org/id/char/52E7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%8B%A7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qu%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E5%8B%A7>,
        <http://lexvo.org/id/term/kor/KWEN>,
        "勧"^^xsd:string ;
    rdfs:comment "recommend, advise, urge"@en .

<http://lexvo.org/id/char/52E8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%8B%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%8Eng>,
        <http://lexvo.org/id/term/kor/%E5%8B%A8>,
        <http://lexvo.org/id/term/kor/YANG%20SANG>,
        "勨"^^xsd:string .

<http://lexvo.org/id/char/52E9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%8B%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%AC>,
        <http://lexvo.org/id/term/kor/%E5%8B%A9>,
        <http://lexvo.org/id/term/kor/YEY%20I>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jai6%20ji6>,
        <http://lexvo.org/id/term/yue/%E5%8B%A9>,
        "勩"^^xsd:string ;
    rdfs:comment "work hard; belabored; toil"@en .

<http://lexvo.org/id/char/52EA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%8B%AA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ju%C3%A9>,
        "勪"^^xsd:string .

<http://lexvo.org/id/char/52EB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%8B%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%A1n>,
        "勫"^^xsd:string .

<http://lexvo.org/id/char/52EC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%8B%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ju%C3%A0n>,
        "勬"^^xsd:string .

<http://lexvo.org/id/char/52ED> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%8B%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%B3ng>,
        "勭"^^xsd:string .

<http://lexvo.org/id/char/52EE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%8B%AE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%B9>,
        <http://lexvo.org/id/term/kor/%E5%8B%AE>,
        <http://lexvo.org/id/term/kor/KE>,
        "勮"^^xsd:string .

<http://lexvo.org/id/char/52EF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%8B%AF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C4%81n>,
        <http://lexvo.org/id/term/kor/%E5%8B%AF>,
        <http://lexvo.org/id/term/kor/TAN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/daan1>,
        <http://lexvo.org/id/term/yue/%E5%8B%AF>,
        "勯"^^xsd:string ;
    rdfs:comment "exhausted"@en .

<http://lexvo.org/id/char/52F0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%8B%B0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A9>,
        <http://lexvo.org/id/term/kor/%E5%8B%B0>,
        <http://lexvo.org/id/term/kor/HYEP>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hip6>,
        <http://lexvo.org/id/term/yue/%E5%8B%B0>,
        "勰"^^xsd:string ;
    rdfs:comment "peaceful, harmonious"@en .

<http://lexvo.org/id/char/52F1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%8B%B1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A0i>,
        <http://lexvo.org/id/term/kor/%E5%8B%B1>,
        <http://lexvo.org/id/term/kor/MAY>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/maai6>,
        <http://lexvo.org/id/term/yue/%E5%8B%B1>,
        "勱"^^xsd:string ;
    rdfs:comment "put forth effort, strive forward"@en .

<http://lexvo.org/id/char/52F2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%8B%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C5%ABn>,
        <http://lexvo.org/id/term/kor/%E5%8B%B2>,
        <http://lexvo.org/id/term/kor/HWUN>,
        "勲"^^xsd:string ;
    rdfs:comment "meritorious deed; merits; rank"@en .

<http://lexvo.org/id/char/52F3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%8B%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C5%ABn>,
        <http://lexvo.org/id/term/kor/%E5%8B%B3>,
        <http://lexvo.org/id/term/kor/HWUN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fan1>,
        <http://lexvo.org/id/term/yue/%E5%8B%B3>,
        "勳"^^xsd:string ;
    rdfs:comment "meritorious deed; merits; rank"@en .

<http://lexvo.org/id/char/52F4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%8B%B4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C7%9C>,
        <http://lexvo.org/id/term/kor/%E5%8B%B4>,
        <http://lexvo.org/id/term/kor/LYE>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/leoi6>,
        <http://lexvo.org/id/term/yue/%E5%8B%B4>,
        "勴"^^xsd:string .

<http://lexvo.org/id/char/52F5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%8B%B5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%AC>,
        <http://lexvo.org/id/term/kor/%E5%8B%B5>,
        <http://lexvo.org/id/term/kor/LYE>,
        <http://lexvo.org/id/term/vie/l%E1%BB%87>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lai6>,
        <http://lexvo.org/id/term/yue/%E5%8B%B5>,
        "勵"^^xsd:string ;
    rdfs:comment "strive; encourage"@en .

<http://lexvo.org/id/char/52F6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%8B%B6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%A8>,
        <http://lexvo.org/id/term/kor/%E5%8B%B6>,
        <http://lexvo.org/id/term/kor/CHEL>,
        "勶"^^xsd:string .

<http://lexvo.org/id/char/52F7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%8B%B7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/r%C3%A1ng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/r%C3%A1ng%20xi%C4%81ng>,
        <http://lexvo.org/id/term/kor/%E5%8B%B7>,
        <http://lexvo.org/id/term/kor/YANG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/joeng4%20soeng1>,
        <http://lexvo.org/id/term/yue/%E5%8B%B7>,
        "勷"^^xsd:string ;
    rdfs:comment "urgent; in haste, hurriedly; help"@en .

<http://lexvo.org/id/char/52F8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%8B%B8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qu%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E5%8B%B8>,
        <http://lexvo.org/id/term/kor/KWEN>,
        <http://lexvo.org/id/term/vie/khuy%E1%BA%BFn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hyun3>,
        <http://lexvo.org/id/term/yue/%E5%8B%B8>,
        "勸"^^xsd:string ;
    rdfs:comment "recommend, advise, urge"@en .

<http://lexvo.org/id/char/52FA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%8B%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%A1o>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%A1o%20zhu%C3%B3>,
        <http://lexvo.org/id/term/kor/%E5%8B%BA>,
        <http://lexvo.org/id/term/kor/CAK>,
        <http://lexvo.org/id/term/vie/ch%C6%B0%E1%BB%9Bc>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/coek3%20soek3%20zoek3>,
        <http://lexvo.org/id/term/yue/%E5%8B%BA>,
        "勺"^^xsd:string ;
    rdfs:comment "spoon, ladle; unit of volume"@en .

<http://lexvo.org/id/char/52FB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%8B%BB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%BAn>,
        <http://lexvo.org/id/term/kor/%E5%8B%BB>,
        <http://lexvo.org/id/term/kor/KYUN%20YUN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wan4>,
        <http://lexvo.org/id/term/yue/%E5%8B%BB>,
        "勻"^^xsd:string ;
    rdfs:comment "equal, impartially, uniform, even"@en .

<http://lexvo.org/id/char/52FC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%8B%BC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C5%AB>,
        <http://lexvo.org/id/term/kor/%E5%8B%BC>,
        <http://lexvo.org/id/term/kor/KWU>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gau1%20kau1>,
        <http://lexvo.org/id/term/yue/%E5%8B%BC>,
        "勼"^^xsd:string .

<http://lexvo.org/id/char/52FD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%8B%BD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%A0o>,
        <http://lexvo.org/id/term/kor/%E5%8B%BD>,
        <http://lexvo.org/id/term/kor/MWUN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bou6>,
        <http://lexvo.org/id/term/yue/%E5%8B%BD>,
        "勽"^^xsd:string ;
    rdfs:comment "to incubate; to brood; to hatch"@en .

<http://lexvo.org/id/char/52FE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%8B%BE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C5%8Du%200392.050%3Ag%C3%B2u>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C5%8Du%20g%C3%B2u>,
        <http://lexvo.org/id/term/kor/%E5%8B%BE>,
        <http://lexvo.org/id/term/kor/KWU%20KWI>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/au1%20gau1%20ngau1>,
        <http://lexvo.org/id/term/yue/%E5%8B%BE>,
        "勾"^^xsd:string ;
    rdfs:comment "hook, join, connect; entice"@en .

<http://lexvo.org/id/char/52FF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%8B%BF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C3%B9>,
        <http://lexvo.org/id/term/kor/%E5%8B%BF>,
        <http://lexvo.org/id/term/kor/MWUL%20MOL>,
        <http://lexvo.org/id/term/vie/v%E1%BA%ADt>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mat6>,
        <http://lexvo.org/id/term/yue/%E5%8B%BF>,
        "勿"^^xsd:string ;
    rdfs:comment "must not, do not; without, never"@en .

<http://lexvo.org/id/char/5300> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%8C%80>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%BAn>,
        <http://lexvo.org/id/term/kor/%E5%8C%80>,
        <http://lexvo.org/id/term/kor/KYUN%20YUN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wan4>,
        <http://lexvo.org/id/term/yue/%E5%8C%80>,
        "匀"^^xsd:string ;
    rdfs:comment "equal"@en .

<http://lexvo.org/id/char/5301> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/kor/%E5%8C%81>,
        <http://lexvo.org/id/term/kor/MWUN>,
        "匁"^^xsd:string ;
    rdfs:comment "Japanese unit of weight (1/1000 of a kan)"@en .

<http://lexvo.org/id/char/5302> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/kor/%E5%8C%82>,
        <http://lexvo.org/id/term/kor/NAY>,
        "匂"^^xsd:string ;
    rdfs:comment "fragrance, smell"@en .

<http://lexvo.org/id/char/5303> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%8C%83>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C3%A0i>,
        <http://lexvo.org/id/term/kor/%E5%8C%83>,
        <http://lexvo.org/id/term/kor/KAY>,
        "匃"^^xsd:string ;
    rdfs:comment "beggar; beg; give"@en .

<http://lexvo.org/id/char/5304> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%8C%84>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C3%A0i>,
        <http://lexvo.org/id/term/kor/%E5%8C%84>,
        <http://lexvo.org/id/term/kor/KAY%20KAL>,
        "匄"^^xsd:string ;
    rdfs:comment "to beg for alms; a beggar"@en .

<http://lexvo.org/id/char/5305> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%8C%85>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C4%81o>,
        <http://lexvo.org/id/term/kor/%E5%8C%85>,
        <http://lexvo.org/id/term/kor/PHO>,
        <http://lexvo.org/id/term/vie/bao>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/baau1>,
        <http://lexvo.org/id/term/yue/%E5%8C%85>,
        "包"^^xsd:string ;
    rdfs:comment "wrap, pack, bundle; package"@en .

<http://lexvo.org/id/char/5306> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%8C%86>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C5%8Dng>,
        <http://lexvo.org/id/term/kor/%E5%8C%86>,
        <http://lexvo.org/id/term/kor/CHONG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cung1>,
        <http://lexvo.org/id/term/yue/%E5%8C%86>,
        "匆"^^xsd:string ;
    rdfs:comment "hastily, in haste, hurriedly"@en .

<http://lexvo.org/id/char/5307> a lvont:Character ;
    lvont:represents "匇"^^xsd:string .

<http://lexvo.org/id/char/5308> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%8C%88>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C5%8Dng>,
        <http://lexvo.org/id/term/kor/%E5%8C%88>,
        <http://lexvo.org/id/term/kor/HUNG>,
        <http://lexvo.org/id/term/vie/hung>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hung1>,
        <http://lexvo.org/id/term/yue/%E5%8C%88>,
        "匈"^^xsd:string ;
    rdfs:comment "breast, chest, thorax; clamor; the Hsiung Nu 'Huns'"@en .

<http://lexvo.org/id/char/5309> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%8C%89>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C4%93ng>,
        <http://lexvo.org/id/term/kor/%E5%8C%89>,
        <http://lexvo.org/id/term/kor/PHYENG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/paang1%20ping1>,
        <http://lexvo.org/id/term/yue/%E5%8C%89>,
        "匉"^^xsd:string ;
    rdfs:comment "noise of waters"@en .

<http://lexvo.org/id/char/530A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%8C%8A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C5%AB>,
        <http://lexvo.org/id/term/kor/%E5%8C%8A>,
        <http://lexvo.org/id/term/kor/KWUK>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/guk1>,
        <http://lexvo.org/id/term/yue/%E5%8C%8A>,
        "匊"^^xsd:string ;
    rdfs:comment "handful"@en .

<http://lexvo.org/id/char/530B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%8C%8B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%A1o>,
        <http://lexvo.org/id/term/kor/%E5%8C%8B>,
        <http://lexvo.org/id/term/kor/TO%20YO>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tou4>,
        <http://lexvo.org/id/term/yue/%E5%8C%8B>,
        "匋"^^xsd:string ;
    rdfs:comment "pottery"@en .

<http://lexvo.org/id/char/530C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%8C%8C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C3%A9>,
        <http://lexvo.org/id/term/kor/%E5%8C%8C>,
        <http://lexvo.org/id/term/kor/HAP>,
        "匌"^^xsd:string .

<http://lexvo.org/id/char/530D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%8C%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%BA>,
        <http://lexvo.org/id/term/kor/%E5%8C%8D>,
        <http://lexvo.org/id/term/kor/PHO>,
        <http://lexvo.org/id/term/vie/b%C3%B2>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/pou4>,
        <http://lexvo.org/id/term/yue/%E5%8C%8D>,
        "匍"^^xsd:string ;
    rdfs:comment "crawl; lie prostrate"@en .

<http://lexvo.org/id/char/530E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C3%A0n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%8C%8E>,
        <http://lexvo.org/id/term/kor/%E5%8C%8E>,
        <http://lexvo.org/id/term/kor/AP>,
        "匎"^^xsd:string .

<http://lexvo.org/id/char/530F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%8C%8F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%A1o>,
        <http://lexvo.org/id/term/kor/%E5%8C%8F>,
        <http://lexvo.org/id/term/kor/PHO>,
        <http://lexvo.org/id/term/vie/b%E1%BA%A7u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/paau4>,
        <http://lexvo.org/id/term/yue/%E5%8C%8F>,
        "匏"^^xsd:string ;
    rdfs:comment "gourd; musical instrument"@en .

<http://lexvo.org/id/char/5310> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%8C%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%BA>,
        <http://lexvo.org/id/term/kor/%E5%8C%90>,
        <http://lexvo.org/id/term/kor/POK>,
        <http://lexvo.org/id/term/vie/b%E1%BA%B7c>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/baak6>,
        <http://lexvo.org/id/term/yue/%E5%8C%90>,
        "匐"^^xsd:string ;
    rdfs:comment "fall prostrate; crawl"@en .

<http://lexvo.org/id/char/5311> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%8C%91>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C5%8Dng>,
        <http://lexvo.org/id/term/kor/%E5%8C%91>,
        <http://lexvo.org/id/term/kor/KWUNG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kung4>,
        <http://lexvo.org/id/term/yue/%E5%8C%91>,
        "匑"^^xsd:string .

<http://lexvo.org/id/char/5312> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%8C%92>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%A1>,
        <http://lexvo.org/id/term/kor/%E5%8C%92>,
        <http://lexvo.org/id/term/kor/TAP>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/daap3>,
        <http://lexvo.org/id/term/yue/%E5%8C%92>,
        "匒"^^xsd:string .

<http://lexvo.org/id/char/5313> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%8C%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%B9>,
        <http://lexvo.org/id/term/kor/%E5%8C%93>,
        <http://lexvo.org/id/term/kor/KWU>,
        "匓"^^xsd:string .

<http://lexvo.org/id/char/5314> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%8C%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C5%8Dng%20qi%C3%B3ng>,
        "匔"^^xsd:string .

<http://lexvo.org/id/char/5316> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%8C%96>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%A0%20hu%C4%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C4%81%200486.010%3Ahu%C3%A0>,
        <http://lexvo.org/id/term/kor/%E5%8C%96>,
        <http://lexvo.org/id/term/kor/HWA>,
        <http://lexvo.org/id/term/vie/ho%C3%A1>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/faa3>,
        <http://lexvo.org/id/term/yue/%E5%8C%96>,
        "化"^^xsd:string ;
    rdfs:comment "change, convert, reform; -ize"@en .

<http://lexvo.org/id/char/5317> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%8C%97>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C4%9Bi>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C4%9Bi%20b%C3%A8i>,
        <http://lexvo.org/id/term/kor/%E5%8C%97>,
        <http://lexvo.org/id/term/kor/PWUK%20PEY>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/baak1%20bak1>,
        <http://lexvo.org/id/term/yue/%E5%8C%97>,
        "北"^^xsd:string ;
    rdfs:comment "north; northern; northward"@en .

<http://lexvo.org/id/char/5318> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%8C%98>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C7%8Eo>,
        <http://lexvo.org/id/term/kor/%E5%8C%98>,
        <http://lexvo.org/id/term/kor/NOY>,
        "匘"^^xsd:string ;
    rdfs:comment "the brain"@en .

<http://lexvo.org/id/char/5319> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%8C%99>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%AD%201054.070%3Ashi>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%AD%20shi>,
        <http://lexvo.org/id/term/kor/%E5%8C%99>,
        <http://lexvo.org/id/term/kor/SI>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ci4%20si4>,
        <http://lexvo.org/id/term/yue/%E5%8C%99>,
        "匙"^^xsd:string ;
    rdfs:comment "spoon; surname"@en .

<http://lexvo.org/id/char/531B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%8C%9B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%B9>,
        <http://lexvo.org/id/term/kor/%E5%8C%9B>,
        <http://lexvo.org/id/term/kor/KWU>,
        "匛"^^xsd:string .

<http://lexvo.org/id/char/531C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%8C%9C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%AD>,
        <http://lexvo.org/id/term/kor/%E5%8C%9C>,
        <http://lexvo.org/id/term/kor/I>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ji4>,
        <http://lexvo.org/id/term/yue/%E5%8C%9C>,
        "匜"^^xsd:string ;
    rdfs:comment "basin; container for wine"@en .

<http://lexvo.org/id/char/531D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%8C%9D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C4%81>,
        <http://lexvo.org/id/term/kor/%E5%8C%9D>,
        <http://lexvo.org/id/term/kor/CAP>,
        <http://lexvo.org/id/term/vie/t%C3%A1p>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zaap3>,
        <http://lexvo.org/id/term/yue/%E5%8C%9D>,
        "匝"^^xsd:string ;
    rdfs:comment "full circle; encircle"@en .

<http://lexvo.org/id/char/531E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%8C%9E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%A0ng>,
        <http://lexvo.org/id/term/kor/%E5%8C%9E>,
        <http://lexvo.org/id/term/kor/CANG>,
        "匞"^^xsd:string .

<http://lexvo.org/id/char/531F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%8C%9F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C3%A0ng>,
        <http://lexvo.org/id/term/kor/%E5%8C%9F>,
        <http://lexvo.org/id/term/kor/KANG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kong3>,
        <http://lexvo.org/id/term/yue/%E5%8C%9F>,
        "匟"^^xsd:string ;
    rdfs:comment "divan for two persons"@en .

<http://lexvo.org/id/char/5320> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%8C%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%A0ng>,
        <http://lexvo.org/id/term/kor/%E5%8C%A0>,
        <http://lexvo.org/id/term/kor/CANG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zoeng6>,
        <http://lexvo.org/id/term/yue/%E5%8C%A0>,
        "匠"^^xsd:string ;
    rdfs:comment "craftsman, artisan; workman"@en .

<http://lexvo.org/id/char/5321> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%8C%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ku%C4%81ng>,
        <http://lexvo.org/id/term/kor/%E5%8C%A1>,
        <http://lexvo.org/id/term/kor/KWANG>,
        <http://lexvo.org/id/term/vie/khu%C3%B4n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hong1>,
        <http://lexvo.org/id/term/yue/%E5%8C%A1>,
        "匡"^^xsd:string ;
    rdfs:comment "correct, restore, revise"@en .

<http://lexvo.org/id/char/5322> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%8C%A2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C5%AB>,
        "匢"^^xsd:string .

<http://lexvo.org/id/char/5323> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%8C%A3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A1>,
        <http://lexvo.org/id/term/kor/%E5%8C%A3>,
        <http://lexvo.org/id/term/kor/KAP>,
        <http://lexvo.org/id/term/vie/h%E1%BB%99p>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/haap6>,
        <http://lexvo.org/id/term/yue/%E5%8C%A3>,
        "匣"^^xsd:string ;
    rdfs:comment "small box, case, coffer"@en .

<http://lexvo.org/id/char/5324> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%8C%A4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C5%AB>,
        "匤"^^xsd:string .

<http://lexvo.org/id/char/5325> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%8C%A5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/bi%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E5%8C%A5>,
        <http://lexvo.org/id/term/kor/PYEN>,
        "匥"^^xsd:string .

<http://lexvo.org/id/char/5326> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%8C%A6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/gu%C7%90>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gwai2>,
        <http://lexvo.org/id/term/yue/%E5%8C%A6>,
        "匦"^^xsd:string ;
    rdfs:comment "small box; chest, casket"@en .

<http://lexvo.org/id/char/5327> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%8C%A7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C3%A8>,
        <http://lexvo.org/id/term/kor/%E5%8C%A7>,
        <http://lexvo.org/id/term/kor/HYEP>,
        "匧"^^xsd:string ;
    rdfs:comment "a trunk; a portfolio"@en .

<http://lexvo.org/id/char/5328> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%8C%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C4%81ng%20c%C3%A1ng>,
        "匨"^^xsd:string .

<http://lexvo.org/id/char/5329> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%8C%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ku%C4%81ng>,
        "匩"^^xsd:string .

<http://lexvo.org/id/char/532A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%8C%AA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C4%9Bi>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C4%9Bi%20f%C4%93i>,
        <http://lexvo.org/id/term/kor/%E5%8C%AA>,
        <http://lexvo.org/id/term/kor/PI%20PWUN>,
        <http://lexvo.org/id/term/vie/ph%E1%BB%89>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fei2>,
        <http://lexvo.org/id/term/yue/%E5%8C%AA>,
        "匪"^^xsd:string ;
    rdfs:comment "bandits, robbers, gangsters"@en .

<http://lexvo.org/id/char/532B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%8C%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C5%AB>,
        "匫"^^xsd:string .

<http://lexvo.org/id/char/532C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%8C%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%B3u>,
        <http://lexvo.org/id/term/kor/%E5%8C%AC>,
        <http://lexvo.org/id/term/kor/YU>,
        <http://lexvo.org/id/term/vie/t%E1%BB%A7>,
        "匬"^^xsd:string .

<http://lexvo.org/id/char/532D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%8C%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/gu%C7%90>,
        <http://lexvo.org/id/term/kor/%E5%8C%AD>,
        <http://lexvo.org/id/term/kor/KWEY>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gwai2>,
        <http://lexvo.org/id/term/yue/%E5%8C%AD>,
        "匭"^^xsd:string ;
    rdfs:comment "small box; chest, casket"@en .

<http://lexvo.org/id/char/532E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%8C%AE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/gu%C3%AC%20ku%C3%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ku%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gwai6>,
        <http://lexvo.org/id/term/yue/%E5%8C%AE>,
        "匮"^^xsd:string ;
    rdfs:comment "to lack"@en .

<http://lexvo.org/id/char/532F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%8C%AF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%AC>,
        <http://lexvo.org/id/term/kor/%E5%8C%AF>,
        <http://lexvo.org/id/term/kor/HOY>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wui6>,
        <http://lexvo.org/id/term/yue/%E5%8C%AF>,
        "匯"^^xsd:string ;
    rdfs:comment "a concourse; to flow together, gather together; (same as U+6ED9 滙) to remit money"@en .

<http://lexvo.org/id/char/5330> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%8C%B0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C4%81n>,
        <http://lexvo.org/id/term/kor/%E5%8C%B0>,
        <http://lexvo.org/id/term/kor/TAN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/daan1>,
        <http://lexvo.org/id/term/yue/%E5%8C%B0>,
        "匰"^^xsd:string .

<http://lexvo.org/id/char/5331> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%8C%B1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/gu%C3%AC%20ku%C3%AC>,
        <http://lexvo.org/id/term/kor/%E5%8C%B1>,
        <http://lexvo.org/id/term/kor/KWEY>,
        <http://lexvo.org/id/term/vie/qu%C4%A9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gwai6>,
        <http://lexvo.org/id/term/yue/%E5%8C%B1>,
        "匱"^^xsd:string ;
    rdfs:comment "to lack"@en .

<http://lexvo.org/id/char/5332> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%8C%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C3%A1n>,
        <http://lexvo.org/id/term/kor/%E5%8C%B2>,
        <http://lexvo.org/id/term/kor/LYEM>,
        "匲"^^xsd:string .

<http://lexvo.org/id/char/5333> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%8C%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C3%A1n>,
        <http://lexvo.org/id/term/kor/%E5%8C%B3>,
        <http://lexvo.org/id/term/kor/LYEM>,
        "匳"^^xsd:string ;
    rdfs:comment "ladies toilet case with mirror"@en .

<http://lexvo.org/id/char/5334> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%8C%B4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/su%C7%8En>,
        <http://lexvo.org/id/term/kor/%E5%8C%B4>,
        <http://lexvo.org/id/term/kor/SAN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/syun2%20syun3>,
        <http://lexvo.org/id/term/yue/%E5%8C%B4>,
        "匴"^^xsd:string .

<http://lexvo.org/id/char/5335> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%8C%B5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%BA>,
        <http://lexvo.org/id/term/kor/%E5%8C%B5>,
        <http://lexvo.org/id/term/kor/TOK>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/duk6>,
        <http://lexvo.org/id/term/yue/%E5%8C%B5>,
        "匵"^^xsd:string ;
    rdfs:comment "case; casket"@en .

<http://lexvo.org/id/char/5336> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%8C%B6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%B9>,
        <http://lexvo.org/id/term/kor/%E5%8C%B6>,
        <http://lexvo.org/id/term/kor/KWU>,
        "匶"^^xsd:string .

<http://lexvo.org/id/char/5337> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%8C%B7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C3%BA>,
        "匷"^^xsd:string .

<http://lexvo.org/id/char/5339> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%8C%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C7%90>,
        <http://lexvo.org/id/term/kor/%E5%8C%B9>,
        <http://lexvo.org/id/term/kor/PHIL%20MOK>,
        <http://lexvo.org/id/term/vie/th%E1%BA%A5t>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/pat1>,
        <http://lexvo.org/id/term/yue/%E5%8C%B9>,
        "匹"^^xsd:string ;
    rdfs:comment "bolt of cloth; counter for horses"@en .

<http://lexvo.org/id/char/533A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C5%8Du%200942.020%3Aq%C5%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%8C%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C5%AB%20%C5%8Du>,
        <http://lexvo.org/id/term/kor/%E5%8C%BA>,
        <http://lexvo.org/id/term/kor/KWU%20WU>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/au1%20keoi1>,
        <http://lexvo.org/id/term/yue/%E5%8C%BA>,
        "区"^^xsd:string ;
    rdfs:comment "area, district, region, ward"@en .

<http://lexvo.org/id/char/533B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%8C%BB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%AC%20y%C4%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C4%AB>,
        <http://lexvo.org/id/term/kor/%E5%8C%BB>,
        <http://lexvo.org/id/term/kor/YEY%20UY>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ji1>,
        <http://lexvo.org/id/term/yue/%E5%8C%BB>,
        "医"^^xsd:string ;
    rdfs:comment "cure, heal; doctor, medical"@en .

<http://lexvo.org/id/char/533C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%8C%BC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C4%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C3%A0%20%C7%8En%20k%C4%93>,
        <http://lexvo.org/id/term/kor/%E5%8C%BC>,
        <http://lexvo.org/id/term/kor/AP>,
        <http://lexvo.org/id/term/vie/h%E1%BB%99p>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hap1%20o1>,
        <http://lexvo.org/id/term/yue/%E5%8C%BC>,
        "匼"^^xsd:string .

<http://lexvo.org/id/char/533D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%8C%BD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%8En>,
        <http://lexvo.org/id/term/kor/%E5%8C%BD>,
        <http://lexvo.org/id/term/kor/EN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jin2>,
        <http://lexvo.org/id/term/yue/%E5%8C%BD>,
        "匽"^^xsd:string ;
    rdfs:comment "to hide, to secrete, to repress; to bend"@en .

<http://lexvo.org/id/char/533E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%8C%BE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/bi%C7%8En>,
        <http://lexvo.org/id/term/kor/%E5%8C%BE>,
        <http://lexvo.org/id/term/kor/PHYEN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bin2>,
        <http://lexvo.org/id/term/yue/%E5%8C%BE>,
        "匾"^^xsd:string ;
    rdfs:comment "flat, round split-bamboo contain"@en .

<http://lexvo.org/id/char/533F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%8C%BF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C3%AC>,
        <http://lexvo.org/id/term/kor/%E5%8C%BF>,
        <http://lexvo.org/id/term/kor/NIK>,
        <http://lexvo.org/id/term/vie/n%E1%BA%B7c>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/nik1>,
        <http://lexvo.org/id/term/yue/%E5%8C%BF>,
        "匿"^^xsd:string ;
    rdfs:comment "hide; go into hiding"@en .

<http://lexvo.org/id/char/5340> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C5%8Du%200942.021%3Aq%C5%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%8D%80>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C5%AB%20%C5%8Du>,
        <http://lexvo.org/id/term/kor/%E5%8D%80>,
        <http://lexvo.org/id/term/kor/KWU%20WU>,
        <http://lexvo.org/id/term/vie/khu>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/au1%20keoi1>,
        <http://lexvo.org/id/term/yue/%E5%8D%80>,
        "區"^^xsd:string ;
    rdfs:comment "area, district, region, ward; surname"@en .

<http://lexvo.org/id/char/5342> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%8D%82>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C3%ACn>,
        <http://lexvo.org/id/term/kor/%E5%8D%82>,
        <http://lexvo.org/id/term/kor/SIN>,
        "卂"^^xsd:string ;
    rdfs:comment "to fly rapidly"@en .

<http://lexvo.org/id/char/5343> a lvont:Character ;
    lvont:label "1000" ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%8D%83>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C4%81n>,
        <http://lexvo.org/id/term/kor/%E5%8D%83>,
        <http://lexvo.org/id/term/kor/CHEN>,
        <http://lexvo.org/id/term/vie/thi%C3%AAn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cin1>,
        <http://lexvo.org/id/term/yue/%E5%8D%83>,
        "千"^^xsd:string ;
    rdfs:comment "thousand; many, numerous; very; (Cant.) a cheater, swindler"@en .

<http://lexvo.org/id/char/5344> a lvont:Character ;
    lvont:label "20" ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%8D%84>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ni%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E5%8D%84>,
        <http://lexvo.org/id/term/kor/IP>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jaa6%20je6>,
        <http://lexvo.org/id/term/yue/%E5%8D%84>,
        "卄"^^xsd:string ;
    rdfs:comment "twenty, twentieth"@en .

<http://lexvo.org/id/char/5345> a lvont:Character ;
    lvont:label "30" ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%8D%85>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C3%A0>,
        <http://lexvo.org/id/term/kor/%E5%8D%85>,
        <http://lexvo.org/id/term/kor/SAP>,
        <http://lexvo.org/id/term/vie/t%E1%BA%A1p>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/saa1>,
        <http://lexvo.org/id/term/yue/%E5%8D%85>,
        "卅"^^xsd:string ;
    rdfs:comment "thirty, thirtieth"@en .

<http://lexvo.org/id/char/5346> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%8D%86>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C3%BA>,
        <http://lexvo.org/id/term/kor/%E5%8D%86>,
        <http://lexvo.org/id/term/kor/COL>,
        "卆"^^xsd:string ;
    rdfs:comment "soldier; servant; at last, finally"@en .

<http://lexvo.org/id/char/5347> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%8D%87>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C4%93ng>,
        <http://lexvo.org/id/term/kor/%E5%8D%87>,
        <http://lexvo.org/id/term/kor/SUNG>,
        <http://lexvo.org/id/term/vie/th%C4%83ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sing1>,
        <http://lexvo.org/id/term/yue/%E5%8D%87>,
        "升"^^xsd:string ;
    rdfs:comment "arise, go up; hoist; advance"@en .

<http://lexvo.org/id/char/5348> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%8D%88>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C7%94>,
        <http://lexvo.org/id/term/kor/%E5%8D%88>,
        <http://lexvo.org/id/term/kor/O>,
        <http://lexvo.org/id/term/vie/ng%E1%BB%8D>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ng5>,
        <http://lexvo.org/id/term/yue/%E5%8D%88>,
        "午"^^xsd:string ;
    rdfs:comment "noon; 7th terrestrial branch"@en .

<http://lexvo.org/id/char/5349> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%8D%89>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%AC>,
        <http://lexvo.org/id/term/kor/%E5%8D%89>,
        <http://lexvo.org/id/term/kor/HWEY>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wai2%20wai5>,
        <http://lexvo.org/id/term/yue/%E5%8D%89>,
        "卉"^^xsd:string ;
    rdfs:comment "general term for plants; myriads"@en .

<http://lexvo.org/id/char/534A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%8D%8A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E5%8D%8A>,
        <http://lexvo.org/id/term/kor/PAN>,
        <http://lexvo.org/id/term/vie/b%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bun3>,
        <http://lexvo.org/id/term/yue/%E5%8D%8A>,
        "半"^^xsd:string ;
    rdfs:comment "half"@en .

<http://lexvo.org/id/char/534B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%8D%8B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%AC>,
        <http://lexvo.org/id/term/kor/%E5%8D%8B>,
        <http://lexvo.org/id/term/kor/SEY>,
        "卋"^^xsd:string ;
    rdfs:comment "same as 世 U+4E16, generation; world; era"@en .

<http://lexvo.org/id/char/534C> a lvont:Character ;
    lvont:label "40" ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%8D%8C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C3%AC>,
        <http://lexvo.org/id/term/kor/%E5%8D%8C>,
        <http://lexvo.org/id/term/kor/SIP>,
        <http://lexvo.org/id/term/vie/t%E1%BA%A5p>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/se3>,
        <http://lexvo.org/id/term/yue/%E5%8D%8C>,
        "卌"^^xsd:string ;
    rdfs:comment "forty, fortieth"@en .

<http://lexvo.org/id/char/534D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%8D%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E5%8D%8D>,
        <http://lexvo.org/id/term/kor/MAN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/maan6>,
        <http://lexvo.org/id/term/yue/%E5%8D%8D>,
        "卍"^^xsd:string ;
    rdfs:comment "swastika, one of the auspicious signs recognized (e.g. in Chinese Tathagata Buddhism) as being on the chest of Buddha (and variously seen in statuary on the chest, soles of the feet, or palms of the hands)"@en .

<http://lexvo.org/id/char/534E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%8D%8E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%A1%200487.010%3Ahu%C3%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%A1%20hu%C3%A0%20hu%C4%81>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/waa4>,
        <http://lexvo.org/id/term/yue/%E5%8D%8E>,
        "华"^^xsd:string ;
    rdfs:comment "flowery; illustrious; Chinese"@en .

<http://lexvo.org/id/char/534F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%8D%8F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hip6>,
        <http://lexvo.org/id/term/yue/%E5%8D%8F>,
        "协"^^xsd:string ;
    rdfs:comment "be united; cooperate"@en .

<http://lexvo.org/id/char/5350> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%8D%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E5%8D%90>,
        <http://lexvo.org/id/term/kor/MAN>,
        "卐"^^xsd:string ;
    rdfs:comment "swastika, one of the auspicious signs recognized (e.g. in Chinese Tathagata Buddhism) as being on the chest of Buddha (and variously seen in statuary on the chest, soles of the feet, or palms of the hands)"@en .

<http://lexvo.org/id/char/5351> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%8D%91>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C4%93i>,
        <http://lexvo.org/id/term/kor/%E5%8D%91>,
        <http://lexvo.org/id/term/kor/PI>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bei1>,
        <http://lexvo.org/id/term/yue/%E5%8D%91>,
        "卑"^^xsd:string ;
    rdfs:comment "humble, low, inferior; despise"@en .

<http://lexvo.org/id/char/5352> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%8D%92>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C3%B9%201544.040%3Az%C3%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C3%BA%20c%C3%B9>,
        <http://lexvo.org/id/term/kor/%E5%8D%92>,
        <http://lexvo.org/id/term/kor/COL>,
        <http://lexvo.org/id/term/vie/t%E1%BB%91t>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cyut3%20zeot1>,
        <http://lexvo.org/id/term/yue/%E5%8D%92>,
        "卒"^^xsd:string ;
    rdfs:comment "soldier; servant; at last, finally"@en .

<http://lexvo.org/id/char/5353> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%8D%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zhu%C5%8D>,
        <http://lexvo.org/id/term/kor/%E5%8D%93>,
        <http://lexvo.org/id/term/kor/THAK>,
        <http://lexvo.org/id/term/vie/tr%C3%A1c>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/coek3%20zoek3>,
        <http://lexvo.org/id/term/yue/%E5%8D%93>,
        "卓"^^xsd:string ;
    rdfs:comment "profound, brilliant, lofty"@en .

<http://lexvo.org/id/char/5354> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%8D%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A9>,
        <http://lexvo.org/id/term/kor/%E5%8D%94>,
        <http://lexvo.org/id/term/kor/HYEP>,
        <http://lexvo.org/id/term/vie/hi%E1%BA%BFp>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hip3>,
        <http://lexvo.org/id/term/yue/%E5%8D%94>,
        "協"^^xsd:string ;
    rdfs:comment "be united; cooperate"@en .

<http://lexvo.org/id/char/5355> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%8D%95>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%A1n%200207.100%3Ad%C4%81n%200999.090%3Ash%C3%A0n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C4%81n%20sh%C3%A0n%20ch%C3%A1n>,
        <http://lexvo.org/id/term/kor/%E5%8D%95>,
        <http://lexvo.org/id/term/kor/TAN%20SEN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/daan1>,
        <http://lexvo.org/id/term/yue/%E5%8D%95>,
        "单"^^xsd:string ;
    rdfs:comment "single, individual, only; lone"@en .

<http://lexvo.org/id/char/5356> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%8D%96>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A0i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/maai6>,
        <http://lexvo.org/id/term/yue/%E5%8D%96>,
        "卖"^^xsd:string ;
    rdfs:comment "sell; betray; show off"@en .

<http://lexvo.org/id/char/5357> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%8D%97>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C3%A1n%20n%C4%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C4%81%200815.050%3An%C3%A1n>,
        <http://lexvo.org/id/term/kor/%E5%8D%97>,
        <http://lexvo.org/id/term/kor/NAM>,
        <http://lexvo.org/id/term/vie/nam>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/naam4>,
        <http://lexvo.org/id/term/yue/%E5%8D%97>,
        "南"^^xsd:string ;
    rdfs:comment "south; southern part; southward"@en .

<http://lexvo.org/id/char/5358> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%8D%98>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C4%81n>,
        <http://lexvo.org/id/term/kor/%E5%8D%98>,
        <http://lexvo.org/id/term/kor/TAN%20SEN>,
        "単"^^xsd:string ;
    rdfs:comment "same as 單 U+55AE, single, individual, only; lone"@en .

<http://lexvo.org/id/char/5359> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%8D%99>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%AD>,
        <http://lexvo.org/id/term/kor/%E5%8D%99>,
        <http://lexvo.org/id/term/kor/CIP>,
        "卙"^^xsd:string .

<http://lexvo.org/id/char/535A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%8D%9A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%B3>,
        <http://lexvo.org/id/term/kor/%E5%8D%9A>,
        <http://lexvo.org/id/term/kor/PAK>,
        <http://lexvo.org/id/term/vie/b%C3%A1c>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bok3>,
        <http://lexvo.org/id/term/yue/%E5%8D%9A>,
        "博"^^xsd:string ;
    rdfs:comment "gamble, play games; wide, broad"@en .

<http://lexvo.org/id/char/535B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%8D%9B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/shu%C3%A0i>,
        "卛"^^xsd:string .

<http://lexvo.org/id/char/535D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%8D%9D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ku%C3%A0ng>,
        <http://lexvo.org/id/term/kor/%E5%8D%9D>,
        <http://lexvo.org/id/term/kor/KWAN>,
        "卝"^^xsd:string ;
    rdfs:comment "hair style; ore"@en .

<http://lexvo.org/id/char/535E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%8D%9E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/bi%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E5%8D%9E>,
        <http://lexvo.org/id/term/kor/PYEN>,
        <http://lexvo.org/id/term/vie/bi%E1%BB%87n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bin6>,
        <http://lexvo.org/id/term/yue/%E5%8D%9E>,
        "卞"^^xsd:string ;
    rdfs:comment "to be impatient, in a hurry; excitable"@en .

<http://lexvo.org/id/char/535F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%8D%9F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C7%94>,
        <http://lexvo.org/id/term/kor/%E5%8D%9F>,
        <http://lexvo.org/id/term/kor/KEY>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/buk1>,
        <http://lexvo.org/id/term/yue/%E5%8D%9F>,
        "卟"^^xsd:string ;
    rdfs:comment "a chemical compound; divination; to consider"@en .

<http://lexvo.org/id/char/5360> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%8D%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C4%81n%201452.070%3Azh%C3%A0n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C4%81n%20zh%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E5%8D%A0>,
        <http://lexvo.org/id/term/kor/CEM>,
        <http://lexvo.org/id/term/vie/chi%C3%AAm>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zim1%20zim3>,
        <http://lexvo.org/id/term/yue/%E5%8D%A0>,
        "占"^^xsd:string ;
    rdfs:comment "divine; observe; versify"@en .

<http://lexvo.org/id/char/5361> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%8D%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C7%8E%200906.120%3Aqi%C7%8E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C7%8E%20k%C7%8E>,
        <http://lexvo.org/id/term/kor/%E5%8D%A1>,
        <http://lexvo.org/id/term/kor/CAP>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kaa1%20kaa2%20kaat1>,
        <http://lexvo.org/id/term/yue/%E5%8D%A1>,
        "卡"^^xsd:string ;
    rdfs:comment "card, punch card; calorie"@en .

<http://lexvo.org/id/char/5362> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%8D%A2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%BA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lou4>,
        <http://lexvo.org/id/term/yue/%E5%8D%A2>,
        "卢"^^xsd:string ;
    rdfs:comment "cottage, hut; surname; black"@en .

<http://lexvo.org/id/char/5363> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%8D%A3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%92u>,
        <http://lexvo.org/id/term/kor/%E5%8D%A3>,
        <http://lexvo.org/id/term/kor/YU>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jau5>,
        <http://lexvo.org/id/term/yue/%E5%8D%A3>,
        "卣"^^xsd:string ;
    rdfs:comment "wine pot"@en .

<http://lexvo.org/id/char/5364> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%8D%A4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C7%94>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lou5>,
        <http://lexvo.org/id/term/yue/%E5%8D%A4>,
        "卤"^^xsd:string ;
    rdfs:comment "salt"@en .

<http://lexvo.org/id/char/5365> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%8D%A5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C4%AB>,
        "卥"^^xsd:string .

<http://lexvo.org/id/char/5366> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%8D%A6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/gu%C3%A0>,
        <http://lexvo.org/id/term/kor/%E5%8D%A6>,
        <http://lexvo.org/id/term/kor/KWAY>,
        <http://lexvo.org/id/term/vie/qu%C3%A1i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gwaa3>,
        <http://lexvo.org/id/term/yue/%E5%8D%A6>,
        "卦"^^xsd:string ;
    rdfs:comment "fortune telling; tell fortunes"@en .

<http://lexvo.org/id/char/5367> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%8D%A7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C3%B2>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ngo6>,
        <http://lexvo.org/id/term/yue/%E5%8D%A7>,
        "卧"^^xsd:string ;
    rdfs:comment "lie down; crouch"@en .

<http://lexvo.org/id/char/5368> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%8D%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A8>,
        <http://lexvo.org/id/term/kor/%E5%8D%A8>,
        <http://lexvo.org/id/term/kor/SEL>,
        "卨"^^xsd:string ;
    rdfs:comment "used in old names; phonetic seol used in Korean names"@en .

<http://lexvo.org/id/char/536A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%8D%AA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%A9>,
        "卪"^^xsd:string ;
    rdfs:comment "kwukyel"@en .

<http://lexvo.org/id/char/536B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%8D%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C3%A8i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wai6>,
        <http://lexvo.org/id/term/yue/%E5%8D%AB>,
        "卫"^^xsd:string ;
    rdfs:comment "guard, protect, defend"@en .

<http://lexvo.org/id/char/536C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C3%A1ng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%C3%A1ng%20y%C7%8Eng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%8D%AC>,
        <http://lexvo.org/id/term/kor/%E5%8D%AC>,
        <http://lexvo.org/id/term/kor/ANG>,
        <http://lexvo.org/id/term/vie/ngang>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/joeng5%20ngong4>,
        <http://lexvo.org/id/term/yue/%E5%8D%AC>,
        "卬"^^xsd:string ;
    rdfs:comment "lofty; high; raise; high-priced"@en .

<http://lexvo.org/id/char/536D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%8D%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C3%B3ng>,
        <http://lexvo.org/id/term/kor/%E5%8D%AD>,
        <http://lexvo.org/id/term/kor/KONG>,
        "卭"^^xsd:string ;
    rdfs:comment "high. to raise"@en .

<http://lexvo.org/id/char/536E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%8D%AE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C4%AB>,
        <http://lexvo.org/id/term/kor/%E5%8D%AE>,
        <http://lexvo.org/id/term/kor/CHI>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zi1%20zi6>,
        <http://lexvo.org/id/term/yue/%E5%8D%AE>,
        "卮"^^xsd:string ;
    rdfs:comment "measuring cup; wine container"@en .

<http://lexvo.org/id/char/536F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%8D%AF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C7%8Eo>,
        <http://lexvo.org/id/term/kor/%E5%8D%AF>,
        <http://lexvo.org/id/term/kor/MYO>,
        <http://lexvo.org/id/term/vie/m%C3%A3o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/maau5>,
        <http://lexvo.org/id/term/yue/%E5%8D%AF>,
        "卯"^^xsd:string ;
    rdfs:comment "4th terrestrial branch; period from 5-7 a.m."@en .

<http://lexvo.org/id/char/5370> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%8D%B0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%ACn>,
        <http://lexvo.org/id/term/kor/%E5%8D%B0>,
        <http://lexvo.org/id/term/kor/IN%20KKUT>,
        <http://lexvo.org/id/term/vie/%E1%BA%A5n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jan3%20ngan3>,
        <http://lexvo.org/id/term/yue/%E5%8D%B0>,
        "印"^^xsd:string ;
    rdfs:comment "print, seal, stamp, chop, mark"@en .

<http://lexvo.org/id/char/5371> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%8D%B1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C4%93i>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C4%93i%20w%C3%A9i>,
        <http://lexvo.org/id/term/kor/%E5%8D%B1>,
        <http://lexvo.org/id/term/kor/WI>,
        <http://lexvo.org/id/term/vie/nguy>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ngai4>,
        <http://lexvo.org/id/term/yue/%E5%8D%B1>,
        "危"^^xsd:string ;
    rdfs:comment "dangerous, precarious; high"@en .

<http://lexvo.org/id/char/5372> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%8D%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%A0o>,
        <http://lexvo.org/id/term/kor/%E5%8D%B2>,
        <http://lexvo.org/id/term/kor/SO>,
        <http://lexvo.org/id/term/vie/ngo%E1%BA%B9o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/siu6>,
        <http://lexvo.org/id/term/yue/%E5%8D%B2>,
        "卲"^^xsd:string ;
    rdfs:comment "eminent, lofty; beautiful; surname"@en .

<http://lexvo.org/id/char/5373> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%8D%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%AD>,
        <http://lexvo.org/id/term/kor/%E5%8D%B3>,
        <http://lexvo.org/id/term/kor/CUK>,
        <http://lexvo.org/id/term/vie/t%E1%BB%A9c>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zik1>,
        <http://lexvo.org/id/term/yue/%E5%8D%B3>,
        "即"^^xsd:string ;
    rdfs:comment "promptly, quickly, immediately"@en .

<http://lexvo.org/id/char/5374> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%8D%B4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qu%C3%A8>,
        <http://lexvo.org/id/term/kor/%E5%8D%B4>,
        <http://lexvo.org/id/term/kor/KAK>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/koek3>,
        <http://lexvo.org/id/term/yue/%E5%8D%B4>,
        "却"^^xsd:string ;
    rdfs:comment "still, but; decline; retreat"@en .

<http://lexvo.org/id/char/5375> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%8D%B5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/lu%C7%8En>,
        <http://lexvo.org/id/term/kor/%E5%8D%B5>,
        <http://lexvo.org/id/term/kor/LAN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/leon2%20leon5>,
        <http://lexvo.org/id/term/yue/%E5%8D%B5>,
        "卵"^^xsd:string ;
    rdfs:comment "egg; ovum; roe; spawn"@en .

<http://lexvo.org/id/char/5376> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%8D%B6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%AC>,
        <http://lexvo.org/id/term/kor/%E5%8D%B6>,
        <http://lexvo.org/id/term/kor/SI>,
        "卶"^^xsd:string .

<http://lexvo.org/id/char/5377> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%8D%B7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ju%C3%A0n%20qu%C3%A1n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ju%C7%8En%200617.050%3Aju%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E5%8D%B7>,
        <http://lexvo.org/id/term/kor/KWEN>,
        <http://lexvo.org/id/term/vie/quy%E1%BB%83n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gyun2%20gyun3%20kyun4>,
        <http://lexvo.org/id/term/yue/%E5%8D%B7>,
        "卷"^^xsd:string ;
    rdfs:comment "scroll; curl; make a comeback"@en .

<http://lexvo.org/id/char/5378> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%8D%B8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A8>,
        <http://lexvo.org/id/term/kor/%E5%8D%B8>,
        <http://lexvo.org/id/term/kor/SA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/se3>,
        <http://lexvo.org/id/term/yue/%E5%8D%B8>,
        "卸"^^xsd:string ;
    rdfs:comment "lay down; retire from office"@en .

<http://lexvo.org/id/char/5379> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%8D%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C3%B9>,
        <http://lexvo.org/id/term/kor/%E5%8D%B9>,
        <http://lexvo.org/id/term/kor/HYUL>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/seot1>,
        <http://lexvo.org/id/term/yue/%E5%8D%B9>,
        "卹"^^xsd:string ;
    rdfs:comment "sympathy, pity; comfort"@en .

<http://lexvo.org/id/char/537A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%8D%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C7%90n>,
        <http://lexvo.org/id/term/kor/%E5%8D%BA>,
        <http://lexvo.org/id/term/kor/KUN>,
        "卺"^^xsd:string ;
    rdfs:comment "(nuptial) winecups"@en .

<http://lexvo.org/id/char/537B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%8D%BB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qu%C3%A8>,
        <http://lexvo.org/id/term/kor/%E5%8D%BB>,
        <http://lexvo.org/id/term/kor/KAK>,
        <http://lexvo.org/id/term/vie/kh%C6%B0%E1%BB%9Bc>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/koek3>,
        <http://lexvo.org/id/term/yue/%E5%8D%BB>,
        "卻"^^xsd:string ;
    rdfs:comment "still, but; decline; retreat"@en .

<http://lexvo.org/id/char/537C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%8D%BC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C3%B9>,
        <http://lexvo.org/id/term/kor/%E5%8D%BC>,
        <http://lexvo.org/id/term/kor/OL>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ngat6>,
        <http://lexvo.org/id/term/yue/%E5%8D%BC>,
        "卼"^^xsd:string ;
    rdfs:comment "unsteady; dangerous"@en .

<http://lexvo.org/id/char/537D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%8D%BD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%AD>,
        <http://lexvo.org/id/term/kor/%E5%8D%BD>,
        <http://lexvo.org/id/term/kor/CUK>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zik1>,
        <http://lexvo.org/id/term/yue/%E5%8D%BD>,
        "卽"^^xsd:string ;
    rdfs:comment "promptly"@en .

<http://lexvo.org/id/char/537E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C3%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%8D%BE>,
        <http://lexvo.org/id/term/kor/%E5%8D%BE>,
        <http://lexvo.org/id/term/kor/AK>,
        "卾"^^xsd:string .

<http://lexvo.org/id/char/537F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%8D%BF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C4%ABng>,
        <http://lexvo.org/id/term/kor/%E5%8D%BF>,
        <http://lexvo.org/id/term/kor/KYENG>,
        <http://lexvo.org/id/term/vie/khanh>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hing1>,
        <http://lexvo.org/id/term/yue/%E5%8D%BF>,
        "卿"^^xsd:string ;
    rdfs:comment "noble, high officer"@en .

<http://lexvo.org/id/char/5380> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%8E%80>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C4%AB>,
        <http://lexvo.org/id/term/kor/%E5%8E%80>,
        <http://lexvo.org/id/term/kor/SUL>,
        "厀"^^xsd:string .

<http://lexvo.org/id/char/5381> a lvont:Character ;
    lvont:represents "厁"^^xsd:string .

<http://lexvo.org/id/char/5383> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%8E%83>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C4%81n>,
        <http://lexvo.org/id/term/kor/%E5%8E%83>,
        <http://lexvo.org/id/term/kor/CEM%20WI>,
        "厃"^^xsd:string ;
    rdfs:comment "to look upward"@en .

<http://lexvo.org/id/char/5384> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C3%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%8E%84>,
        <http://lexvo.org/id/term/kor/%E5%8E%84>,
        <http://lexvo.org/id/term/kor/AYK>,
        <http://lexvo.org/id/term/vie/%C3%A1ch>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/aak1%20ak1>,
        <http://lexvo.org/id/term/yue/%E5%8E%84>,
        "厄"^^xsd:string ;
    rdfs:comment "adversity, difficulty, distress"@en .

<http://lexvo.org/id/char/5385> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%8E%85>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C4%ABng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/teng1>,
        <http://lexvo.org/id/term/yue/%E5%8E%85>,
        "厅"^^xsd:string ;
    rdfs:comment "hall, central room"@en .

<http://lexvo.org/id/char/5386> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%8E%86>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lik6>,
        <http://lexvo.org/id/term/yue/%E5%8E%86>,
        "历"^^xsd:string ;
    rdfs:comment "history; calendar"@en .

<http://lexvo.org/id/char/5387> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%8E%87>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%A9>,
        <http://lexvo.org/id/term/kor/%E5%8E%87>,
        <http://lexvo.org/id/term/kor/CHAYK>,
        "厇"^^xsd:string .

<http://lexvo.org/id/char/5388> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%8E%88>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C7%8En%20%C3%A0n>,
        "厈"^^xsd:string .

<http://lexvo.org/id/char/5389> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%8E%89>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%AC>,
        <http://lexvo.org/id/term/kor/%E5%8E%89>,
        <http://lexvo.org/id/term/kor/LYE>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lai6>,
        <http://lexvo.org/id/term/yue/%E5%8E%89>,
        "厉"^^xsd:string ;
    rdfs:comment "whetstone; grind, sharpen; whet"@en .

<http://lexvo.org/id/char/538A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%8E%8A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%8E>,
        <http://lexvo.org/id/term/kor/%E5%8E%8A>,
        <http://lexvo.org/id/term/kor/A>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/aa2%20ngaa5>,
        <http://lexvo.org/id/term/yue/%E5%8E%8A>,
        "厊"^^xsd:string .

<http://lexvo.org/id/char/538B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%8E%8B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C4%81%201321.060%3Ay%C3%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C4%81%20y%C3%A0>,
        <http://lexvo.org/id/term/kor/%E5%8E%8B>,
        <http://lexvo.org/id/term/kor/AP>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/aat3%20ngaat3>,
        <http://lexvo.org/id/term/yue/%E5%8E%8B>,
        "压"^^xsd:string ;
    rdfs:comment "press; oppress; crush; pressure"@en .

<http://lexvo.org/id/char/538C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%8E%8C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A0n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A0n%20y%C4%81%20y%C4%81n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jim3>,
        <http://lexvo.org/id/term/yue/%E5%8E%8C>,
        "厌"^^xsd:string ;
    rdfs:comment "dislike, detest, reject; satiate"@en .

<http://lexvo.org/id/char/538D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%8E%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%A8>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/se3>,
        <http://lexvo.org/id/term/yue/%E5%8E%8D>,
        "厍"^^xsd:string ;
    rdfs:comment "surname"@en .

<http://lexvo.org/id/char/538E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%8E%8E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C7%90>,
        <http://lexvo.org/id/term/kor/%E5%8E%8E>,
        <http://lexvo.org/id/term/kor/CI>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zi2>,
        <http://lexvo.org/id/term/yue/%E5%8E%8E>,
        "厎"^^xsd:string ;
    rdfs:comment "settle"@en .

<http://lexvo.org/id/char/538F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%8E%8F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C7%8E>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zaa3>,
        <http://lexvo.org/id/term/yue/%E5%8E%8F>,
        "厏"^^xsd:string .

<http://lexvo.org/id/char/5390> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%8E%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%A1ng>,
        "厐"^^xsd:string ;
    rdfs:comment "disorderly, messy; huge, big"@en .

<http://lexvo.org/id/char/5391> a lvont:Character ;
    lvont:represents "厑"^^xsd:string .

<http://lexvo.org/id/char/5392> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%8E%92>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A9>,
        "厒"^^xsd:string .

<http://lexvo.org/id/char/5393> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%8E%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A1%20y%C3%A1i>,
        <http://lexvo.org/id/term/kor/%E5%8E%93>,
        <http://lexvo.org/id/term/kor/AY>,
        <http://lexvo.org/id/term/vie/day>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ngaai4>,
        <http://lexvo.org/id/term/yue/%E5%8E%93>,
        "厓"^^xsd:string ;
    rdfs:comment "precipice, shore, bank; surname"@en .

<http://lexvo.org/id/char/5394> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%8E%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%AC>,
        <http://lexvo.org/id/term/kor/%E5%8E%94>,
        <http://lexvo.org/id/term/kor/CIL>,
        <http://lexvo.org/id/term/vie/ch%C3%A1i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zat6>,
        <http://lexvo.org/id/term/yue/%E5%8E%94>,
        "厔"^^xsd:string ;
    rdfs:comment "stop, hinder; place near water"@en .

<http://lexvo.org/id/char/5395> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%8E%95>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C3%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C3%A8%201091.050%3Asi>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ci3>,
        <http://lexvo.org/id/term/yue/%E5%8E%95>,
        "厕"^^xsd:string ;
    rdfs:comment "mingle with; toilet, lavatory"@en .

<http://lexvo.org/id/char/5396> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%8E%96>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%A1ng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%A1ng%20m%C3%A1ng>,
        <http://lexvo.org/id/term/kor/%E5%8E%96>,
        <http://lexvo.org/id/term/kor/PANG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mong4%20pong4>,
        <http://lexvo.org/id/term/yue/%E5%8E%96>,
        "厖"^^xsd:string ;
    rdfs:comment "bulky; thick and large; confused"@en .

<http://lexvo.org/id/char/5397> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%8E%97>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%AD>,
        "厗"^^xsd:string .

<http://lexvo.org/id/char/5398> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%8E%98>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%AD>,
        <http://lexvo.org/id/term/kor/%E5%8E%98>,
        <http://lexvo.org/id/term/kor/LI%20CEN>,
        <http://lexvo.org/id/term/vie/li>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lei4>,
        <http://lexvo.org/id/term/yue/%E5%8E%98>,
        "厘"^^xsd:string ;
    rdfs:comment "thousandth part of tael"@en .

<http://lexvo.org/id/char/5399> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%8E%99>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%A8>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/se3>,
        <http://lexvo.org/id/term/yue/%E5%8E%99>,
        "厙"^^xsd:string ;
    rdfs:comment "surname"@en .

<http://lexvo.org/id/char/539A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%8E%9A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%B2u>,
        <http://lexvo.org/id/term/kor/%E5%8E%9A>,
        <http://lexvo.org/id/term/kor/HWU>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hau5>,
        <http://lexvo.org/id/term/yue/%E5%8E%9A>,
        "厚"^^xsd:string ;
    rdfs:comment "thick; substantial; greatly"@en .

<http://lexvo.org/id/char/539B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%8E%9B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C4%ABng>,
        <http://lexvo.org/id/term/vie/s%E1%BA%A3nh>,
        "厛"^^xsd:string .

<http://lexvo.org/id/char/539C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%8E%9C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zu%C4%AB>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ceoi1%20seoi4>,
        <http://lexvo.org/id/term/yue/%E5%8E%9C>,
        "厜"^^xsd:string ;
    rdfs:comment "a mountain peak"@en .

<http://lexvo.org/id/char/539D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%8E%9D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/cu%C3%B2>,
        <http://lexvo.org/id/term/kor/%E5%8E%9D>,
        <http://lexvo.org/id/term/kor/CO>,
        <http://lexvo.org/id/term/vie/x%C3%B3>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cou3>,
        <http://lexvo.org/id/term/yue/%E5%8E%9D>,
        "厝"^^xsd:string ;
    rdfs:comment "cut or engrave; a grave or tombstone"@en .

<http://lexvo.org/id/char/539E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%8E%9E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%A8i>,
        <http://lexvo.org/id/term/kor/%E5%8E%9E>,
        <http://lexvo.org/id/term/kor/PI>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fei6>,
        <http://lexvo.org/id/term/yue/%E5%8E%9E>,
        "厞"^^xsd:string .

<http://lexvo.org/id/char/539F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%8E%9F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/yu%C3%A1n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/yu%C3%A1n%20yu%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E5%8E%9F>,
        <http://lexvo.org/id/term/kor/WEN>,
        <http://lexvo.org/id/term/vie/nguy%C3%AAn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jyun4>,
        <http://lexvo.org/id/term/yue/%E5%8E%9F>,
        "原"^^xsd:string ;
    rdfs:comment "source, origin, beginning"@en .

<http://lexvo.org/id/char/53A0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%8E%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C3%A8>,
        <http://lexvo.org/id/term/kor/%E5%8E%A0>,
        <http://lexvo.org/id/term/kor/CHUK>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ci3>,
        <http://lexvo.org/id/term/yue/%E5%8E%A0>,
        "厠"^^xsd:string ;
    rdfs:comment "mingle with; toilet, lavatory"@en .

<http://lexvo.org/id/char/53A1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%8E%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/yu%C3%A1n>,
        "厡"^^xsd:string .

<http://lexvo.org/id/char/53A2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%8E%A2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C4%81ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/soeng1>,
        <http://lexvo.org/id/term/yue/%E5%8E%A2>,
        "厢"^^xsd:string ;
    rdfs:comment "side-room, wing; theatre box"@en .

<http://lexvo.org/id/char/53A3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%8E%A3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%8En>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jim3>,
        <http://lexvo.org/id/term/yue/%E5%8E%A3>,
        "厣"^^xsd:string ;
    rdfs:comment "shell"@en .

<http://lexvo.org/id/char/53A4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%8E%A4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%AC>,
        <http://lexvo.org/id/term/kor/%E5%8E%A4>,
        <http://lexvo.org/id/term/kor/LYEK>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lik6>,
        <http://lexvo.org/id/term/yue/%E5%8E%A4>,
        "厤"^^xsd:string ;
    rdfs:comment "to calculate; the calendar"@en .

<http://lexvo.org/id/char/53A5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%8E%A5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ju%C3%A9>,
        <http://lexvo.org/id/term/kor/%E5%8E%A5>,
        <http://lexvo.org/id/term/kor/KWEL%20KWUL>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kyut3>,
        <http://lexvo.org/id/term/yue/%E5%8E%A5>,
        "厥"^^xsd:string ;
    rdfs:comment "personal pronoun he, she, it"@en .

<http://lexvo.org/id/char/53A6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%8E%A6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%A0%201243.030%3Axi%C3%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%A0%20xi%C3%A0>,
        <http://lexvo.org/id/term/kor/%E5%8E%A6>,
        <http://lexvo.org/id/term/kor/HA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/haa6>,
        <http://lexvo.org/id/term/yue/%E5%8E%A6>,
        "厦"^^xsd:string ;
    rdfs:comment "big building, mansion"@en .

<http://lexvo.org/id/char/53A7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%8E%A7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/di%C4%81n>,
        "厧"^^xsd:string .

<http://lexvo.org/id/char/53A8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%8E%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%BA>,
        <http://lexvo.org/id/term/kor/%E5%8E%A8>,
        <http://lexvo.org/id/term/kor/CWU>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ceoi4%20cyu4>,
        <http://lexvo.org/id/term/yue/%E5%8E%A8>,
        "厨"^^xsd:string ;
    rdfs:comment "kitchen; closet; cupboard"@en .

<http://lexvo.org/id/char/53A9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%8E%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%B9>,
        <http://lexvo.org/id/term/kor/%E5%8E%A9>,
        <http://lexvo.org/id/term/kor/KWU>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gau3>,
        <http://lexvo.org/id/term/yue/%E5%8E%A9>,
        "厩"^^xsd:string ;
    rdfs:comment "stable; barnyard"@en .

<http://lexvo.org/id/char/53AA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%8E%AA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C7%90n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C3%ADn%20j%C7%90n>,
        <http://lexvo.org/id/term/kor/%E5%8E%AA>,
        <http://lexvo.org/id/term/kor/KUN>,
        "厪"^^xsd:string ;
    rdfs:comment "a hut; careful"@en .

<http://lexvo.org/id/char/53AB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C3%A1o>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%8E%AB>,
        "厫"^^xsd:string ;
    rdfs:comment "granary"@en .

<http://lexvo.org/id/char/53AC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%8E%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/gu%C7%90>,
        <http://lexvo.org/id/term/kor/%E5%8E%AC>,
        <http://lexvo.org/id/term/kor/KWEY>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gwai2>,
        <http://lexvo.org/id/term/yue/%E5%8E%AC>,
        "厬"^^xsd:string .

<http://lexvo.org/id/char/53AD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%8E%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A0n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A0n%20y%C4%81%20y%C4%81n>,
        <http://lexvo.org/id/term/kor/%E5%8E%AD>,
        <http://lexvo.org/id/term/kor/YEM%20YEP>,
        <http://lexvo.org/id/term/vie/%C6%B0%E1%BB%9Bm>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jim1%20jim3>,
        <http://lexvo.org/id/term/yue/%E5%8E%AD>,
        "厭"^^xsd:string ;
    rdfs:comment "dislike, detest, reject; satiate"@en .

<http://lexvo.org/id/char/53AE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%8E%AE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C4%AB>,
        <http://lexvo.org/id/term/kor/%E5%8E%AE>,
        <http://lexvo.org/id/term/kor/SI>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/si1>,
        <http://lexvo.org/id/term/yue/%E5%8E%AE>,
        "厮"^^xsd:string ;
    rdfs:comment "servant; to make a disturbance"@en .

<http://lexvo.org/id/char/53AF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%8E%AF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%AC>,
        "厯"^^xsd:string .

<http://lexvo.org/id/char/53B0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%8E%B0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C7%8Eng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cong2>,
        <http://lexvo.org/id/term/yue/%E5%8E%B0>,
        "厰"^^xsd:string ;
    rdfs:comment "factory, plant, workshop, mill"@en .

<http://lexvo.org/id/char/53B1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%8E%B1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%A1n%20qi%C4%81n>,
        <http://lexvo.org/id/term/kor/%E5%8E%B1>,
        <http://lexvo.org/id/term/kor/EM>,
        "厱"^^xsd:string .

<http://lexvo.org/id/char/53B2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%8E%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%AC>,
        <http://lexvo.org/id/term/kor/%E5%8E%B2>,
        <http://lexvo.org/id/term/kor/LYE>,
        <http://lexvo.org/id/term/vie/l%E1%BA%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lai6>,
        <http://lexvo.org/id/term/yue/%E5%8E%B2>,
        "厲"^^xsd:string ;
    rdfs:comment "whetstone; grind, sharpen; whet"@en .

<http://lexvo.org/id/char/53B3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%8E%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A1n>,
        <http://lexvo.org/id/term/kor/%E5%8E%B3>,
        <http://lexvo.org/id/term/kor/EM>,
        "厳"^^xsd:string ;
    rdfs:comment "strict, rigorous, rigid; stern"@en .

<http://lexvo.org/id/char/53B4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%8E%B4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%8En>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jim2%20jim3>,
        <http://lexvo.org/id/term/yue/%E5%8E%B4>,
        "厴"^^xsd:string ;
    rdfs:comment "shell"@en .

<http://lexvo.org/id/char/53B5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%8E%B5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/yu%C3%A1n>,
        <http://lexvo.org/id/term/kor/%E5%8E%B5>,
        <http://lexvo.org/id/term/kor/WEN>,
        "厵"^^xsd:string ;
    rdfs:comment "a spring; source"@en .

<http://lexvo.org/id/char/53B7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%8E%B7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C5%8Dng>,
        <http://lexvo.org/id/term/kor/%E5%8E%B7>,
        <http://lexvo.org/id/term/kor/KOYNG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gwang1>,
        <http://lexvo.org/id/term/yue/%E5%8E%B7>,
        "厷"^^xsd:string ;
    rdfs:comment "the fore-arm; most Chinese-English dictionaries give the upper-arm; round"@en .

<http://lexvo.org/id/char/53B8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%8E%B8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%ADn%20mi%C7%8En>,
        <http://lexvo.org/id/term/kor/%E5%8E%B8>,
        <http://lexvo.org/id/term/kor/LIN>,
        "厸"^^xsd:string .

<http://lexvo.org/id/char/53B9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%8E%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C3%BA>,
        <http://lexvo.org/id/term/kor/%E5%8E%B9>,
        <http://lexvo.org/id/term/kor/KWU>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kau2%20kau4>,
        <http://lexvo.org/id/term/yue/%E5%8E%B9>,
        "厹"^^xsd:string ;
    rdfs:comment "spear; tribe"@en .

<http://lexvo.org/id/char/53BA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%8E%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C3%B9>,
        <http://lexvo.org/id/term/kor/%E5%8E%BA>,
        <http://lexvo.org/id/term/kor/KE>,
        "厺"^^xsd:string ;
    rdfs:comment "to go; depart"@en .

<http://lexvo.org/id/char/53BB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%8E%BB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C3%B9>,
        <http://lexvo.org/id/term/kor/%E5%8E%BB>,
        <http://lexvo.org/id/term/kor/KE>,
        <http://lexvo.org/id/term/vie/kh%E1%BB%A9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/heoi2%20heoi3>,
        <http://lexvo.org/id/term/yue/%E5%8E%BB>,
        "去"^^xsd:string ;
    rdfs:comment "go away, leave, depart"@en .

<http://lexvo.org/id/char/53BC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/kor/%E5%8E%BC>,
        <http://lexvo.org/id/term/kor/UK%20KUM>,
        "厼"^^xsd:string ;
    rdfs:comment "kwukyel"@en .

<http://lexvo.org/id/char/53BD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%8E%BD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C4%9Bi>,
        <http://lexvo.org/id/term/kor/%E5%8E%BD>,
        <http://lexvo.org/id/term/kor/LWI%20CHAM>,
        "厽"^^xsd:string .

<http://lexvo.org/id/char/53BE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%8E%BE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C5%AB>,
        "厾"^^xsd:string ;
    rdfs:comment "lightly tap; through away; drop; sentence final particle"@en .

<http://lexvo.org/id/char/53BF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%8E%BF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A0n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A0n%20xu%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jyun2%20jyun6>,
        <http://lexvo.org/id/term/yue/%E5%8E%BF>,
        "县"^^xsd:string ;
    rdfs:comment "county, district, subdivision"@en .

<http://lexvo.org/id/char/53C0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%8F%80>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zhu%C4%81n%20hu%C3%AC>,
        "叀"^^xsd:string .

<http://lexvo.org/id/char/53C1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%8F%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C4%81n>,
        <http://lexvo.org/id/term/kor/%E5%8F%81>,
        <http://lexvo.org/id/term/kor/SAM>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/saam1>,
        <http://lexvo.org/id/term/yue/%E5%8F%81>,
        "3",
        "叁"^^xsd:string ;
    rdfs:comment "bank form of numeral 'three'"@en .

<http://lexvo.org/id/char/53C2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%8F%82>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C4%81n%200110.050%3Ac%C4%93n%201018.010%3Ash%C4%93n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C4%81n%20s%C4%81n%20sh%C4%93n%20d%C4%93n%20c%C4%93n%20s%C7%8En>,
        <http://lexvo.org/id/term/kor/%E5%8F%82>,
        <http://lexvo.org/id/term/kor/SAM%20CHAM>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/caam1%20sam1>,
        <http://lexvo.org/id/term/yue/%E5%8F%82>,
        "3",
        "参"^^xsd:string ;
    rdfs:comment "take part in, intervene; ginseng"@en .

<http://lexvo.org/id/char/53C3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%8F%83>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C4%81n%200110.051%3Ac%C4%93n%201018.011%3Ash%C4%93n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C4%81n%20s%C4%81n%20sh%C4%93n%20d%C4%93n%20c%C4%93n>,
        <http://lexvo.org/id/term/kor/%E5%8F%83>,
        <http://lexvo.org/id/term/kor/CHAM%20SAM>,
        <http://lexvo.org/id/term/vie/tham>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/caam1%20cam1%20saam1%20sam1>,
        <http://lexvo.org/id/term/yue/%E5%8F%83>,
        "3",
        "參"^^xsd:string ;
    rdfs:comment "take part in, intervene; ginseng"@en .

<http://lexvo.org/id/char/53C4> a lvont:Character ;
    lvont:label "3" ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%8F%84>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C4%81n%20c%C4%93n%20c%C3%A0n%20sh%C4%93n%20s%C4%81n%20s%C7%8En>,
        <http://lexvo.org/id/term/kor/%E5%8F%84>,
        <http://lexvo.org/id/term/kor/CHAM%20SAM>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/caam1%20sam1>,
        <http://lexvo.org/id/term/yue/%E5%8F%84>,
        "叄"^^xsd:string ;
    rdfs:comment "take part in, intervene; ginseng"@en .

<http://lexvo.org/id/char/53C5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%8F%85>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C4%81n%20c%C3%A0n%20c%C4%93n>,
        <http://lexvo.org/id/term/kor/%E5%8F%85>,
        <http://lexvo.org/id/term/kor/CHAM>,
        "叅"^^xsd:string ;
    rdfs:comment "to counel, to consult together; to take part in; to intervene"@en .

<http://lexvo.org/id/char/53C6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C3%A0i>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%8F%86>,
        "叆"^^xsd:string ;
    rdfs:comment "cloudy sky; dark, obscure"@en .

<http://lexvo.org/id/char/53C7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%8F%87>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%A0i>,
        "叇"^^xsd:string .

<http://lexvo.org/id/char/53C9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%8F%89>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C4%81%200114.100%3Ach%C3%A1%200114.130%3Ach%C7%8E%200115.060%3Ach%C3%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C4%81%20ch%C3%A1%20ch%C7%8E%20ch%C3%A0%20ch%C4%81i%20cha>,
        <http://lexvo.org/id/term/kor/%E5%8F%89>,
        <http://lexvo.org/id/term/kor/CHA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/caa1>,
        <http://lexvo.org/id/term/yue/%E5%8F%89>,
        "叉"^^xsd:string ;
    rdfs:comment "crotch; fork, prong"@en .

<http://lexvo.org/id/char/53CA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%8F%8A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%AD>,
        <http://lexvo.org/id/term/kor/%E5%8F%8A>,
        <http://lexvo.org/id/term/kor/KUP>,
        <http://lexvo.org/id/term/vie/c%E1%BA%ADp>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gap6%20kap6>,
        <http://lexvo.org/id/term/yue/%E5%8F%8A>,
        "及"^^xsd:string ;
    rdfs:comment "extend; reach; come up to; and"@en .

<http://lexvo.org/id/char/53CB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%8F%8B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%92u>,
        <http://lexvo.org/id/term/kor/%E5%8F%8B>,
        <http://lexvo.org/id/term/kor/WU>,
        <http://lexvo.org/id/term/vie/h%E1%BB%AFu>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jau5>,
        <http://lexvo.org/id/term/yue/%E5%8F%8B>,
        "友"^^xsd:string ;
    rdfs:comment "friend, companion; fraternity"@en .

<http://lexvo.org/id/char/53CC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%8F%8C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/shu%C4%81ng>,
        <http://lexvo.org/id/term/kor/%E5%8F%8C>,
        <http://lexvo.org/id/term/kor/SSANG>,
        <http://lexvo.org/id/term/vie/song>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/soeng1>,
        <http://lexvo.org/id/term/yue/%E5%8F%8C>,
        "双"^^xsd:string ;
    rdfs:comment "set of two, pair, couple; both"@en .

<http://lexvo.org/id/char/53CD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%8F%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C7%8En>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C7%8En%20f%C4%81n>,
        <http://lexvo.org/id/term/kor/%E5%8F%8D>,
        <http://lexvo.org/id/term/kor/PAN%20PEN>,
        <http://lexvo.org/id/term/vie/ph%E1%BA%A3n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/faan1%20faan2>,
        <http://lexvo.org/id/term/yue/%E5%8F%8D>,
        "反"^^xsd:string ;
    rdfs:comment "reverse, opposite, contrary, anti"@en .

<http://lexvo.org/id/char/53CE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%8F%8E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C5%8Du>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sau1>,
        <http://lexvo.org/id/term/yue/%E5%8F%8E>,
        "収"^^xsd:string ;
    rdfs:comment "gather together, collect; harvest"@en .

<http://lexvo.org/id/char/53CF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%8F%8F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/gu%C3%A0i>,
        <http://lexvo.org/id/term/kor/%E5%8F%8F>,
        <http://lexvo.org/id/term/kor/KWAY>,
        "叏"^^xsd:string .

<http://lexvo.org/id/char/53D0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%8F%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%A1>,
        "叐"^^xsd:string ;
    rdfs:comment "to prick a dog to make him go"@en .

<http://lexvo.org/id/char/53D1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%8F%91>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C4%81%200297.040%3Af%C3%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C4%81%20f%C3%A0%20f%C7%8E%20b%C5%8D>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/faat3>,
        <http://lexvo.org/id/term/yue/%E5%8F%91>,
        "发"^^xsd:string ;
    rdfs:comment "issue, dispatch, send out; hair"@en .

<http://lexvo.org/id/char/53D2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%8F%92>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ru%C3%B2>,
        <http://lexvo.org/id/term/kor/%E5%8F%92>,
        <http://lexvo.org/id/term/kor/YAK>,
        "叒"^^xsd:string ;
    rdfs:comment "obedient; united"@en .

<http://lexvo.org/id/char/53D3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%8F%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%AC%20l%C3%AC>,
        <http://lexvo.org/id/term/kor/%E5%8F%93>,
        <http://lexvo.org/id/term/kor/SA>,
        "叓"^^xsd:string ;
    rdfs:comment "affair, matter; work"@en .

<http://lexvo.org/id/char/53D4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%8F%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C5%AB>,
        <http://lexvo.org/id/term/kor/%E5%8F%94>,
        <http://lexvo.org/id/term/kor/SWUK>,
        <http://lexvo.org/id/term/vie/th%C3%BAc>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/suk1>,
        <http://lexvo.org/id/term/yue/%E5%8F%94>,
        "叔"^^xsd:string ;
    rdfs:comment "father's younger brother"@en .

<http://lexvo.org/id/char/53D5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%8F%95>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zhu%C3%B3>,
        <http://lexvo.org/id/term/kor/%E5%8F%95>,
        <http://lexvo.org/id/term/kor/CHEL>,
        "叕"^^xsd:string ;
    rdfs:comment "to connect"@en .

<http://lexvo.org/id/char/53D6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%8F%96>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C7%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C7%94%20q%C5%AB>,
        <http://lexvo.org/id/term/kor/%E5%8F%96>,
        <http://lexvo.org/id/term/kor/CHWI>,
        <http://lexvo.org/id/term/vie/th%E1%BB%A7>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ceoi2>,
        <http://lexvo.org/id/term/yue/%E5%8F%96>,
        "取"^^xsd:string ;
    rdfs:comment "take, receive, obtain; select"@en .

<http://lexvo.org/id/char/53D7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%8F%97>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%B2u>,
        <http://lexvo.org/id/term/kor/%E5%8F%97>,
        <http://lexvo.org/id/term/kor/SWU>,
        <http://lexvo.org/id/term/vie/th%E1%BB%A5>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sau6>,
        <http://lexvo.org/id/term/yue/%E5%8F%97>,
        "受"^^xsd:string ;
    rdfs:comment "receive, accept, get; bear, stand"@en .

<http://lexvo.org/id/char/53D8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%8F%98>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/bi%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E5%8F%98>,
        <http://lexvo.org/id/term/kor/PYEN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bin3>,
        <http://lexvo.org/id/term/yue/%E5%8F%98>,
        "变"^^xsd:string ;
    rdfs:comment "change, transform, alter; rebel"@en .

<http://lexvo.org/id/char/53D9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%8F%99>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C3%B9>,
        <http://lexvo.org/id/term/kor/%E5%8F%99>,
        <http://lexvo.org/id/term/kor/SE>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zeoi6>,
        <http://lexvo.org/id/term/yue/%E5%8F%99>,
        "叙"^^xsd:string ;
    rdfs:comment "express, state, relate, narrate"@en .

<http://lexvo.org/id/char/53DA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%8F%9A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C7%8E%20ji%C3%A0%20xi%C3%A1>,
        <http://lexvo.org/id/term/kor/%E5%8F%9A>,
        <http://lexvo.org/id/term/kor/KA>,
        "叚"^^xsd:string ;
    rdfs:comment "false"@en .

<http://lexvo.org/id/char/53DB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%8F%9B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E5%8F%9B>,
        <http://lexvo.org/id/term/kor/PAN>,
        <http://lexvo.org/id/term/vie/b%E1%BA%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bun6>,
        <http://lexvo.org/id/term/yue/%E5%8F%9B>,
        "叛"^^xsd:string ;
    rdfs:comment "rebel; rebellion; rebellious"@en .

<http://lexvo.org/id/char/53DC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%8F%9C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C7%92u>,
        "叜"^^xsd:string ;
    rdfs:comment "old man"@en .

<http://lexvo.org/id/char/53DD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%8F%9D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C3%A0o>,
        "叝"^^xsd:string ;
    rdfs:comment "to respectfully inform"@en .

<http://lexvo.org/id/char/53DE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%8F%9E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C3%A8i>,
        <http://lexvo.org/id/term/kor/%E5%8F%9E>,
        <http://lexvo.org/id/term/kor/WI>,
        "叞"^^xsd:string .

<http://lexvo.org/id/char/53DF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%8F%9F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C7%92u>,
        <http://lexvo.org/id/term/kor/%E5%8F%9F>,
        <http://lexvo.org/id/term/kor/SWU>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sau2>,
        <http://lexvo.org/id/term/yue/%E5%8F%9F>,
        "叟"^^xsd:string ;
    rdfs:comment "old man; elder"@en .

<http://lexvo.org/id/char/53E0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%8F%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/di%C3%A9>,
        <http://lexvo.org/id/term/vie/%C4%91i%E1%BB%87p>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dip6>,
        <http://lexvo.org/id/term/yue/%E5%8F%A0>,
        "叠"^^xsd:string ;
    rdfs:comment "pile; be piled up; fold up"@en .

<http://lexvo.org/id/char/53E1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%8F%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ru%C3%AC>,
        <http://lexvo.org/id/term/kor/%E5%8F%A1>,
        <http://lexvo.org/id/term/kor/YEY>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/haai6%20jeoi6>,
        <http://lexvo.org/id/term/yue/%E5%8F%A1>,
        "叡"^^xsd:string ;
    rdfs:comment "astute, profound, shrewd"@en .

<http://lexvo.org/id/char/53E2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%8F%A2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C3%B3ng>,
        <http://lexvo.org/id/term/kor/%E5%8F%A2>,
        <http://lexvo.org/id/term/kor/CHONG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cung4>,
        <http://lexvo.org/id/term/yue/%E5%8F%A2>,
        "叢"^^xsd:string ;
    rdfs:comment "bush, shrub; thicket; collection"@en .

<http://lexvo.org/id/char/53E4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%8F%A4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C7%94>,
        <http://lexvo.org/id/term/kor/%E5%8F%A4>,
        <http://lexvo.org/id/term/kor/KO>,
        <http://lexvo.org/id/term/vie/c%E1%BB%95>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gu2>,
        <http://lexvo.org/id/term/yue/%E5%8F%A4>,
        "古"^^xsd:string ;
    rdfs:comment "old, classic, ancient"@en .

<http://lexvo.org/id/char/53E5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%8F%A5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C5%8Du%200392.051%3Ag%C3%B2u%200615.060%3Aj%C3%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%B9%20g%C5%8Du>,
        <http://lexvo.org/id/term/kor/%E5%8F%A5>,
        <http://lexvo.org/id/term/kor/KWU%20KWI>,
        <http://lexvo.org/id/term/vie/c%C3%A2u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gau1%20geoi3>,
        <http://lexvo.org/id/term/yue/%E5%8F%A5>,
        "句"^^xsd:string ;
    rdfs:comment "sentence"@en .

<http://lexvo.org/id/char/53E6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%8F%A6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%ACng>,
        <http://lexvo.org/id/term/kor/%E5%8F%A6>,
        <http://lexvo.org/id/term/kor/LYENG>,
        <http://lexvo.org/id/term/vie/l%C3%A1nh>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ling6>,
        <http://lexvo.org/id/term/yue/%E5%8F%A6>,
        "另"^^xsd:string ;
    rdfs:comment "another, separate, other"@en .

<http://lexvo.org/id/char/53E7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%8F%A7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/gu%C7%8E>,
        "叧"^^xsd:string ;
    rdfs:comment "to cut meat off away from bones; ancient torture"@en .

<http://lexvo.org/id/char/53E8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%8F%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C4%81o%200218.020%3Ad%C3%A1o%201121.020%3At%C4%81o>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C4%81o%20d%C4%81o>,
        <http://lexvo.org/id/term/kor/%E5%8F%A8>,
        <http://lexvo.org/id/term/kor/TO>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dou1%20tou1>,
        <http://lexvo.org/id/term/yue/%E5%8F%A8>,
        "叨"^^xsd:string ;
    rdfs:comment "talkative; quarrelous"@en .

<http://lexvo.org/id/char/53E9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%8F%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C3%B2u>,
        <http://lexvo.org/id/term/kor/%E5%8F%A9>,
        <http://lexvo.org/id/term/kor/KO>,
        <http://lexvo.org/id/term/vie/kh%E1%BA%A5u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kau3>,
        <http://lexvo.org/id/term/yue/%E5%8F%A9>,
        "叩"^^xsd:string ;
    rdfs:comment "knock, ask; kowtow, bow"@en .

<http://lexvo.org/id/char/53EA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%8F%AA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C4%AB%201486.140%3Azh%C7%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C7%90%20zh%C4%AB>,
        <http://lexvo.org/id/term/kor/%E5%8F%AA>,
        <http://lexvo.org/id/term/kor/CI>,
        <http://lexvo.org/id/term/vie/ch%E1%BB%89>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zek3%20zi2>,
        <http://lexvo.org/id/term/yue/%E5%8F%AA>,
        "只"^^xsd:string ;
    rdfs:comment "only, just, simply"@en .

<http://lexvo.org/id/char/53EB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%8F%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%A0o>,
        <http://lexvo.org/id/term/kor/%E5%8F%AB>,
        <http://lexvo.org/id/term/kor/KYU>,
        <http://lexvo.org/id/term/vie/khi%E1%BA%BFu>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/giu3>,
        <http://lexvo.org/id/term/yue/%E5%8F%AB>,
        "叫"^^xsd:string ;
    rdfs:comment "cry, shout; hail, greet, call"@en .

<http://lexvo.org/id/char/53EC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%8F%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%A0o%201461.040%3Azh%C3%A0o>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%A0o%20sh%C3%A0o>,
        <http://lexvo.org/id/term/kor/%E5%8F%AC>,
        <http://lexvo.org/id/term/kor/SO%20CO>,
        <http://lexvo.org/id/term/vie/ch%E1%BB%8Bu>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/siu6%20ziu6>,
        <http://lexvo.org/id/term/yue/%E5%8F%AC>,
        "召"^^xsd:string ;
    rdfs:comment "imperial decree; summon"@en .

<http://lexvo.org/id/char/53ED> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%8F%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C4%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C4%81%20ba>,
        <http://lexvo.org/id/term/kor/%E5%8F%AD>,
        <http://lexvo.org/id/term/kor/PHAL>,
        <http://lexvo.org/id/term/vie/b%E1%BB%9Bt>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/baa1>,
        <http://lexvo.org/id/term/yue/%E5%8F%AD>,
        "叭"^^xsd:string ;
    rdfs:comment "trumpet"@en .

<http://lexvo.org/id/char/53EE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%8F%AE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C4%ABng>,
        <http://lexvo.org/id/term/kor/%E5%8F%AE>,
        <http://lexvo.org/id/term/kor/CENG>,
        <http://lexvo.org/id/term/vie/%C4%91inh>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ding1>,
        <http://lexvo.org/id/term/yue/%E5%8F%AE>,
        "叮"^^xsd:string ;
    rdfs:comment "exhort or enjoin repeatedly"@en .

<http://lexvo.org/id/char/53EF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%8F%AF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C4%9B%200643.020%3Ak%C3%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C4%9B%20k%C3%A8>,
        <http://lexvo.org/id/term/kor/%E5%8F%AF>,
        <http://lexvo.org/id/term/kor/KA%20KUK>,
        <http://lexvo.org/id/term/vie/kh%E1%BA%A3>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hak1%20ho2>,
        <http://lexvo.org/id/term/yue/%E5%8F%AF>,
        "可"^^xsd:string ;
    rdfs:comment "may, can, -able; possibly"@en .

<http://lexvo.org/id/char/53F0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%8F%B0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%A1i%20y%C3%AD%20t%C4%81i>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C4%81i%201108.070%3At%C3%A1i>,
        <http://lexvo.org/id/term/kor/%E5%8F%B0>,
        <http://lexvo.org/id/term/kor/THAY%20I>,
        <http://lexvo.org/id/term/vie/thai>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ji4%20toi4>,
        <http://lexvo.org/id/term/yue/%E5%8F%B0>,
        "台"^^xsd:string ;
    rdfs:comment "platform; unit; term of address"@en .

<http://lexvo.org/id/char/53F1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%8F%B1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%AC>,
        <http://lexvo.org/id/term/kor/%E5%8F%B1>,
        <http://lexvo.org/id/term/kor/CIL>,
        <http://lexvo.org/id/term/vie/s%E1%BB%A9t>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cik1>,
        <http://lexvo.org/id/term/yue/%E5%8F%B1>,
        "叱"^^xsd:string ;
    rdfs:comment "scold, shout at, bawl out"@en .

<http://lexvo.org/id/char/53F2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%8F%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C7%90>,
        <http://lexvo.org/id/term/kor/%E5%8F%B2>,
        <http://lexvo.org/id/term/kor/SA>,
        <http://lexvo.org/id/term/vie/s%E1%BB%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/si2>,
        <http://lexvo.org/id/term/yue/%E5%8F%B2>,
        "史"^^xsd:string ;
    rdfs:comment "history, chronicle, annals"@en .

<http://lexvo.org/id/char/53F3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%8F%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%B2u>,
        <http://lexvo.org/id/term/kor/%E5%8F%B3>,
        <http://lexvo.org/id/term/kor/WU>,
        <http://lexvo.org/id/term/vie/h%E1%BB%AFu>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jau6>,
        <http://lexvo.org/id/term/yue/%E5%8F%B3>,
        "右"^^xsd:string ;
    rdfs:comment "right; west; right-wing"@en .

<http://lexvo.org/id/char/53F4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%8F%B4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C3%BA>,
        <http://lexvo.org/id/term/kor/%E5%8F%B4>,
        <http://lexvo.org/id/term/kor/KWU>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kau4>,
        <http://lexvo.org/id/term/yue/%E5%8F%B4>,
        "叴"^^xsd:string ;
    rdfs:comment "a three-edged spear"@en .

<http://lexvo.org/id/char/53F5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%8F%B5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C7%92>,
        <http://lexvo.org/id/term/kor/%E5%8F%B5>,
        <http://lexvo.org/id/term/kor/PHA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/po2>,
        <http://lexvo.org/id/term/yue/%E5%8F%B5>,
        "叵"^^xsd:string ;
    rdfs:comment "cannot, be unable do, improbable; thereupon"@en .

<http://lexvo.org/id/char/53F6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%8F%B6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A9%201349.020%3Ay%C3%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A9%20y%C3%A8%20sh%C3%A8>,
        <http://lexvo.org/id/term/kor/%E5%8F%B6>,
        <http://lexvo.org/id/term/kor/HYEP>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hip6>,
        <http://lexvo.org/id/term/yue/%E5%8F%B6>,
        "叶"^^xsd:string ;
    rdfs:comment "to harmonize, to rhyme; to unite; (borrowed for) leaf"@en .

<http://lexvo.org/id/char/53F7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%8F%B7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A0o%20h%C3%A1o>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A1o%200447.050%3Ah%C3%A0o>,
        <http://lexvo.org/id/term/kor/%E5%8F%B7>,
        <http://lexvo.org/id/term/kor/HO>,
        <http://lexvo.org/id/term/vie/hi%E1%BB%87u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hou6>,
        <http://lexvo.org/id/term/yue/%E5%8F%B7>,
        "号"^^xsd:string ;
    rdfs:comment "mark, sign; symbol; number"@en .

<http://lexvo.org/id/char/53F8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%8F%B8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C4%AB>,
        <http://lexvo.org/id/term/kor/%E5%8F%B8>,
        <http://lexvo.org/id/term/kor/SA>,
        <http://lexvo.org/id/term/vie/ti>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/si1>,
        <http://lexvo.org/id/term/yue/%E5%8F%B8>,
        "司"^^xsd:string ;
    rdfs:comment "take charge of, control, manage; officer"@en .

<http://lexvo.org/id/char/53F9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%8F%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/taan3>,
        <http://lexvo.org/id/term/yue/%E5%8F%B9>,
        "叹"^^xsd:string ;
    rdfs:comment "sigh, admire"@en .

<http://lexvo.org/id/char/53FA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%8F%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C7%90>,
        <http://lexvo.org/id/term/kor/%E5%8F%BA>,
        <http://lexvo.org/id/term/kor/IP>,
        "叺"^^xsd:string ;
    rdfs:comment "a straw bag; a tobacco pouch"@en .

<http://lexvo.org/id/char/53FB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%8F%BB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%A8>,
        <http://lexvo.org/id/term/vie/s%E1%BB%B1t>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lak6%20lek1%20lik1>,
        <http://lexvo.org/id/term/yue/%E5%8F%BB>,
        "叻"^^xsd:string ;
    rdfs:comment "used in place names; (Cant.) smart, clever"@en .

<http://lexvo.org/id/char/53FC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%8F%BC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/di%C4%81o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/diu1>,
        <http://lexvo.org/id/term/yue/%E5%8F%BC>,
        "叼"^^xsd:string ;
    rdfs:comment "holding in mouth"@en .

<http://lexvo.org/id/char/53FD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%8F%BD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C4%AB>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gei1>,
        <http://lexvo.org/id/term/yue/%E5%8F%BD>,
        "叽"^^xsd:string ;
    rdfs:comment "sigh in disapproval; take small"@en .

<http://lexvo.org/id/char/53FE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/duk1>,
        <http://lexvo.org/id/term/yue/%E5%8F%BE>,
        "叾"^^xsd:string ;
    rdfs:comment "西貢叾, a place in Hong Kong"@en .

<http://lexvo.org/id/char/53FF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%8F%BF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C5%8Dng>,
        "叿"^^xsd:string .

<http://lexvo.org/id/char/5400> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%90%80>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/mi%C4%93>,
        <http://lexvo.org/id/term/vie/xi%C3%AAn>,
        "吀"^^xsd:string .

<http://lexvo.org/id/char/5401> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%90%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C5%AB%201406.060%3Ay%C5%AB%201415.010%3Ay%C3%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C5%AB%20y%C3%B9>,
        <http://lexvo.org/id/term/kor/%E5%90%81>,
        <http://lexvo.org/id/term/kor/YU>,
        <http://lexvo.org/id/term/vie/hu>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/heoi1>,
        <http://lexvo.org/id/term/yue/%E5%90%81>,
        "吁"^^xsd:string ;
    rdfs:comment "interjection 'Alas!'; to sigh"@en .

<http://lexvo.org/id/char/5402> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%90%82>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A1ng>,
        "吂"^^xsd:string .

<http://lexvo.org/id/char/5403> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%90%83>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C4%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C4%AB%20j%C4%AB>,
        <http://lexvo.org/id/term/kor/%E5%90%83>,
        <http://lexvo.org/id/term/kor/HUL>,
        <http://lexvo.org/id/term/vie/kh%E1%BA%ADt>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gat1%20hat1%20hek3%20jaak3>,
        <http://lexvo.org/id/term/yue/%E5%90%83>,
        "吃"^^xsd:string ;
    rdfs:comment "eat; drink; suffer, endure, bear"@en .

<http://lexvo.org/id/char/5404> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%90%84>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C3%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C4%9B%200374.010%3Ag%C3%A8>,
        <http://lexvo.org/id/term/kor/%E5%90%84>,
        <http://lexvo.org/id/term/kor/KAK>,
        <http://lexvo.org/id/term/vie/c%C3%A1c>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/go3%20gok3>,
        <http://lexvo.org/id/term/yue/%E5%90%84>,
        "各"^^xsd:string ;
    rdfs:comment "each, individually, every, all"@en .

<http://lexvo.org/id/char/5405> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%90%85>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xu%C4%81n>,
        <http://lexvo.org/id/term/kor/%E5%90%85>,
        <http://lexvo.org/id/term/kor/HYEN>,
        "吅"^^xsd:string .

<http://lexvo.org/id/char/5406> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%90%86>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C4%81o>,
        <http://lexvo.org/id/term/kor/%E5%90%86>,
        <http://lexvo.org/id/term/kor/YO>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jiu1>,
        <http://lexvo.org/id/term/yue/%E5%90%86>,
        "吆"^^xsd:string ;
    rdfs:comment "bawl, yell, shout, cry out"@en .

<http://lexvo.org/id/char/5407> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%90%87>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C7%90>,
        "吇"^^xsd:string .

<http://lexvo.org/id/char/5408> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%90%88>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C4%9B%200451.060%3Ah%C3%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A9%20g%C4%9B>,
        <http://lexvo.org/id/term/kor/%E5%90%88>,
        <http://lexvo.org/id/term/kor/HAP%20KAP>,
        <http://lexvo.org/id/term/vie/h%E1%BB%A3p>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gap3%20hap6>,
        <http://lexvo.org/id/term/yue/%E5%90%88>,
        "合"^^xsd:string ;
    rdfs:comment "combine, unite, join; gather"@en .

<http://lexvo.org/id/char/5409> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%90%89>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%AD>,
        <http://lexvo.org/id/term/kor/%E5%90%89>,
        <http://lexvo.org/id/term/kor/KIL>,
        <http://lexvo.org/id/term/vie/c%C3%A1t>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gat1>,
        <http://lexvo.org/id/term/yue/%E5%90%89>,
        "吉"^^xsd:string ;
    rdfs:comment "lucky, propitious, good"@en .

<http://lexvo.org/id/char/540A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%90%8A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/di%C3%A0o>,
        <http://lexvo.org/id/term/kor/%E5%90%8A>,
        <http://lexvo.org/id/term/kor/CEK>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/diu3>,
        <http://lexvo.org/id/term/yue/%E5%90%8A>,
        "吊"^^xsd:string ;
    rdfs:comment "condole, mourn, pity; hang"@en .

<http://lexvo.org/id/char/540B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%90%8B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C3%B9n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C3%B9n%201384.090%3Ay%C4%ABng>,
        <http://lexvo.org/id/term/kor/%E5%90%8B>,
        <http://lexvo.org/id/term/kor/CHON>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cyun3>,
        <http://lexvo.org/id/term/yue/%E5%90%8B>,
        "吋"^^xsd:string ;
    rdfs:comment "English inch (unlike U+5BF8 寸, which can be either the English or the Chinese inch)"@en .

<http://lexvo.org/id/char/540C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%90%8C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%B3ng%201155.060%3At%C3%B2ng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%B3ng%20t%C3%B2ng>,
        <http://lexvo.org/id/term/kor/%E5%90%8C>,
        <http://lexvo.org/id/term/kor/TONG>,
        <http://lexvo.org/id/term/vie/%C4%91%E1%BB%93ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tung4>,
        <http://lexvo.org/id/term/yue/%E5%90%8C>,
        "同"^^xsd:string ;
    rdfs:comment "same, similar; together with"@en .

<http://lexvo.org/id/char/540D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%90%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%ADng>,
        <http://lexvo.org/id/term/kor/%E5%90%8D>,
        <http://lexvo.org/id/term/kor/MYENG>,
        <http://lexvo.org/id/term/vie/danh>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/meng4%20ming4>,
        <http://lexvo.org/id/term/yue/%E5%90%8D>,
        "名"^^xsd:string ;
    rdfs:comment "name, rank, title, position"@en .

<http://lexvo.org/id/char/540E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%90%8E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%B2u>,
        <http://lexvo.org/id/term/kor/%E5%90%8E>,
        <http://lexvo.org/id/term/kor/HWU>,
        <http://lexvo.org/id/term/vie/h%E1%BA%ADu>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hau6>,
        <http://lexvo.org/id/term/yue/%E5%90%8E>,
        "后"^^xsd:string ;
    rdfs:comment "queen, empress, sovereign; (simp. for 後) behind, rear, after"@en .

<http://lexvo.org/id/char/540F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%90%8F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%AC>,
        <http://lexvo.org/id/term/kor/%E5%90%8F>,
        <http://lexvo.org/id/term/kor/LI>,
        <http://lexvo.org/id/term/vie/l%E1%BA%A1i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lei6>,
        <http://lexvo.org/id/term/yue/%E5%90%8F>,
        "吏"^^xsd:string ;
    rdfs:comment "government official, magistrate"@en .

<http://lexvo.org/id/char/5410> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%90%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C7%94%201165.020%3At%C3%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C7%94%20t%C3%B9>,
        <http://lexvo.org/id/term/kor/%E5%90%90>,
        <http://lexvo.org/id/term/kor/THO>,
        <http://lexvo.org/id/term/vie/th%E1%BB%95>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tou2%20tou3>,
        <http://lexvo.org/id/term/yue/%E5%90%90>,
        "吐"^^xsd:string ;
    rdfs:comment "vomit, spew out, cough up"@en .

<http://lexvo.org/id/char/5411> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%90%91>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A0ng>,
        <http://lexvo.org/id/term/kor/%E5%90%91>,
        <http://lexvo.org/id/term/kor/HYANG%20SANG>,
        <http://lexvo.org/id/term/vie/h%C6%B0%E1%BB%9Bng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hoeng3>,
        <http://lexvo.org/id/term/yue/%E5%90%91>,
        "向"^^xsd:string ;
    rdfs:comment "toward, direction, trend"@en .

<http://lexvo.org/id/char/5412> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%90%92>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%A0%20ch%C3%A0%20zh%C4%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C4%81%201448.131%3Azh%C3%A0>,
        <http://lexvo.org/id/term/kor/%E5%90%92>,
        <http://lexvo.org/id/term/kor/THA%20THAK>,
        <http://lexvo.org/id/term/vie/cha>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zaa1%20zaa3>,
        <http://lexvo.org/id/term/yue/%E5%90%92>,
        "吒"^^xsd:string ;
    rdfs:comment "shout, roar, bellow; scold"@en .

<http://lexvo.org/id/char/5413> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%90%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A8%201243.010%3Axi%C3%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A0%20h%C3%A8>,
        <http://lexvo.org/id/term/vie/h%C3%A1ch>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/haa2%20haa5%20haak3>,
        <http://lexvo.org/id/term/yue/%E5%90%93>,
        "吓"^^xsd:string ;
    rdfs:comment "scare, frighten; intimidate"@en .

<http://lexvo.org/id/char/5414> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%90%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C4%9B>,
        <http://lexvo.org/id/term/vie/d%C3%A3>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jaa1%20jaa2%20jaa4%20jaak3%20je5>,
        <http://lexvo.org/id/term/yue/%E5%90%94>,
        "吔"^^xsd:string ;
    rdfs:comment "(Cant.) an interjection; phonetic"@en .

<http://lexvo.org/id/char/5415> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%90%95>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C7%9A>,
        <http://lexvo.org/id/term/kor/%E5%90%95>,
        <http://lexvo.org/id/term/kor/LYE>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/leoi5>,
        <http://lexvo.org/id/term/yue/%E5%90%95>,
        "吕"^^xsd:string ;
    rdfs:comment "surname; a musical note"@en .

<http://lexvo.org/id/char/5416> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C4%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%90%96>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/aa1>,
        <http://lexvo.org/id/term/yue/%E5%90%96>,
        "吖"^^xsd:string ;
    rdfs:comment "used in translation; (Cant.) final particle"@en .

<http://lexvo.org/id/char/5417> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%90%97>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A1%200758.020%3Am%C7%8E%200758.090%3Ama>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ma%20m%C3%A1%20m%C7%8E>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/maa3>,
        <http://lexvo.org/id/term/yue/%E5%90%97>,
        "吗"^^xsd:string ;
    rdfs:comment "final interrogative particle"@en .

<http://lexvo.org/id/char/5418> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C7%92u>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%90%98>,
        <http://lexvo.org/id/term/kor/%E5%90%98>,
        <http://lexvo.org/id/term/kor/WU>,
        <http://lexvo.org/id/term/vie/ng%E1%BB%8F>,
        "吘"^^xsd:string .

<http://lexvo.org/id/char/5419> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%90%99>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xu%C4%93>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hoe1>,
        <http://lexvo.org/id/term/yue/%E5%90%99>,
        "吙"^^xsd:string .

<http://lexvo.org/id/char/541A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%90%9A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C4%AB>,
        <http://lexvo.org/id/term/kor/%E5%90%9A>,
        <http://lexvo.org/id/term/kor/UY>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ji1>,
        <http://lexvo.org/id/term/yue/%E5%90%9A>,
        "吚"^^xsd:string ;
    rdfs:comment "used to represent sound"@en .

<http://lexvo.org/id/char/541B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%90%9B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C5%ABn>,
        <http://lexvo.org/id/term/kor/%E5%90%9B>,
        <http://lexvo.org/id/term/kor/KWUN>,
        <http://lexvo.org/id/term/vie/qu%C3%A2n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gwan1>,
        <http://lexvo.org/id/term/yue/%E5%90%9B>,
        "君"^^xsd:string ;
    rdfs:comment "sovereign, monarch, ruler, chief, prince"@en .

<http://lexvo.org/id/char/541C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%90%9C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C7%92u>,
        "吜"^^xsd:string .

<http://lexvo.org/id/char/541D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%90%9D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%ACn>,
        <http://lexvo.org/id/term/kor/%E5%90%9D>,
        <http://lexvo.org/id/term/kor/LIN>,
        <http://lexvo.org/id/term/vie/l%E1%BA%ADn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/leon6>,
        <http://lexvo.org/id/term/yue/%E5%90%9D>,
        "吝"^^xsd:string ;
    rdfs:comment "stingy, miserly, parsimonious"@en .

<http://lexvo.org/id/char/541E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%90%9E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C5%ABn>,
        <http://lexvo.org/id/term/kor/%E5%90%9E>,
        <http://lexvo.org/id/term/kor/THAN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tan1>,
        <http://lexvo.org/id/term/yue/%E5%90%9E>,
        "吞"^^xsd:string ;
    rdfs:comment "swallow; absorb, annex, engulf"@en .

<http://lexvo.org/id/char/541F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%90%9F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%ADn>,
        <http://lexvo.org/id/term/kor/%E5%90%9F>,
        <http://lexvo.org/id/term/kor/UM>,
        <http://lexvo.org/id/term/vie/ng%C3%A2m>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jam4%20ngam4>,
        <http://lexvo.org/id/term/yue/%E5%90%9F>,
        "吟"^^xsd:string ;
    rdfs:comment "sing, hum; recite; type of poetry"@en .

<http://lexvo.org/id/char/5420> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%90%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%A8i>,
        <http://lexvo.org/id/term/kor/%E5%90%A0>,
        <http://lexvo.org/id/term/kor/PHYEY>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fai6>,
        <http://lexvo.org/id/term/yue/%E5%90%A0>,
        "吠"^^xsd:string ;
    rdfs:comment "bark"@en .

<http://lexvo.org/id/char/5421> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%90%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C7%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C7%90%200870.020%3Ap%C7%90>,
        <http://lexvo.org/id/term/kor/%E5%90%A1>,
        <http://lexvo.org/id/term/kor/PHIL>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bei1>,
        <http://lexvo.org/id/term/yue/%E5%90%A1>,
        "吡"^^xsd:string ;
    rdfs:comment "blame"@en .

<http://lexvo.org/id/char/5422> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%90%A2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C3%ACn>,
        <http://lexvo.org/id/term/kor/%E5%90%A2>,
        <http://lexvo.org/id/term/kor/SIM>,
        "吢"^^xsd:string ;
    rdfs:comment "vomiting of a dog"@en .

<http://lexvo.org/id/char/5423> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%90%A3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C3%ACn>,
        <http://lexvo.org/id/term/vie/t%C4%83m>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cam3>,
        <http://lexvo.org/id/term/yue/%E5%90%A3>,
        "吣"^^xsd:string ;
    rdfs:comment "vomit"@en .

<http://lexvo.org/id/char/5424> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%90%A4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%A8>,
        "吤"^^xsd:string .

<http://lexvo.org/id/char/5425> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%90%A5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bat1%20bau6%20pau3>,
        <http://lexvo.org/id/term/yue/%E5%90%A5>,
        "吥"^^xsd:string .

<http://lexvo.org/id/char/5426> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%90%A6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C7%92u%200869.070%3Ap%C7%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C7%92u%20p%C7%90>,
        <http://lexvo.org/id/term/kor/%E5%90%A6>,
        <http://lexvo.org/id/term/kor/PWU%20PI>,
        <http://lexvo.org/id/term/vie/b%C4%A9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fau2%20pei2>,
        <http://lexvo.org/id/term/yue/%E5%90%A6>,
        "否"^^xsd:string ;
    rdfs:comment "not, no, negative; final particle"@en .

<http://lexvo.org/id/char/5427> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%90%A7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C4%81%200019.060%3Aba>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ba%20b%C4%81>,
        <http://lexvo.org/id/term/kor/%E5%90%A7>,
        <http://lexvo.org/id/term/kor/PHA>,
        <http://lexvo.org/id/term/vie/v%C3%A0>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/baa1%20baa6>,
        <http://lexvo.org/id/term/yue/%E5%90%A7>,
        "吧"^^xsd:string ;
    rdfs:comment "emphatic final particle"@en .

<http://lexvo.org/id/char/5428> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%90%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C5%ABn>,
        <http://lexvo.org/id/term/kor/%E5%90%A8>,
        <http://lexvo.org/id/term/kor/TWUN>,
        <http://lexvo.org/id/term/vie/%C4%91%E1%BB%93n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/deon1%20zeon1>,
        <http://lexvo.org/id/term/yue/%E5%90%A8>,
        "吨"^^xsd:string ;
    rdfs:comment "metric ton; (Cant.) to babble, gibberish"@en .

<http://lexvo.org/id/char/5429> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%90%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C4%93n>,
        <http://lexvo.org/id/term/kor/%E5%90%A9>,
        <http://lexvo.org/id/term/kor/PWUN>,
        <http://lexvo.org/id/term/vie/ph%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fan1>,
        <http://lexvo.org/id/term/yue/%E5%90%A9>,
        "吩"^^xsd:string ;
    rdfs:comment "order, command, instruct"@en .

<http://lexvo.org/id/char/542A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C3%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%90%AA>,
        <http://lexvo.org/id/term/kor/%E5%90%AA>,
        <http://lexvo.org/id/term/kor/WA>,
        <http://lexvo.org/id/term/vie/ho%C3%A9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ngo4>,
        <http://lexvo.org/id/term/yue/%E5%90%AA>,
        "吪"^^xsd:string ;
    rdfs:comment "move"@en .

<http://lexvo.org/id/char/542B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%90%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A1n>,
        <http://lexvo.org/id/term/kor/%E5%90%AB>,
        <http://lexvo.org/id/term/kor/HAM>,
        <http://lexvo.org/id/term/vie/h%C3%A0m>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ham4>,
        <http://lexvo.org/id/term/yue/%E5%90%AB>,
        "含"^^xsd:string ;
    rdfs:comment "hold in mouth; cherish; contain"@en .

<http://lexvo.org/id/char/542C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%90%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C4%ABng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C4%ABng%20t%C3%ACng%20y%C3%ADn>,
        <http://lexvo.org/id/term/kor/%E5%90%AC>,
        <http://lexvo.org/id/term/kor/UN>,
        <http://lexvo.org/id/term/vie/th%C3%ADnh>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jan5%20teng1%20ting1%20ting3>,
        <http://lexvo.org/id/term/yue/%E5%90%AC>,
        "听"^^xsd:string ;
    rdfs:comment "hear; understand; obey, comply"@en .

<http://lexvo.org/id/char/542D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%90%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A1ng%200645.070%3Ak%C4%93ng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A1ng%20k%C4%93ng>,
        <http://lexvo.org/id/term/kor/%E5%90%AD>,
        <http://lexvo.org/id/term/kor/HANG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/haang1%20hong4>,
        <http://lexvo.org/id/term/yue/%E5%90%AD>,
        "吭"^^xsd:string ;
    rdfs:comment "throat"@en .

<http://lexvo.org/id/char/542E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%90%AE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C7%94n>,
        <http://lexvo.org/id/term/kor/%E5%90%AE>,
        <http://lexvo.org/id/term/kor/CEN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/syun5>,
        <http://lexvo.org/id/term/yue/%E5%90%AE>,
        "吮"^^xsd:string ;
    rdfs:comment "suck with mouth, sip, lick"@en .

<http://lexvo.org/id/char/542F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%90%AF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C7%90>,
        <http://lexvo.org/id/term/kor/%E5%90%AF>,
        <http://lexvo.org/id/term/kor/KYEY>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kai2>,
        <http://lexvo.org/id/term/yue/%E5%90%AF>,
        "启"^^xsd:string ;
    rdfs:comment "open; begin, commence; explain"@en .

<http://lexvo.org/id/char/5430> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%90%B0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%B3ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wang4>,
        <http://lexvo.org/id/term/yue/%E5%90%B0>,
        "吰"^^xsd:string ;
    rdfs:comment "clang"@en .

<http://lexvo.org/id/char/5431> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%90%B1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C4%AB%201529.080%3Az%C4%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C4%AB%20z%C4%AB>,
        <http://lexvo.org/id/term/kor/%E5%90%B1>,
        <http://lexvo.org/id/term/kor/CI>,
        <http://lexvo.org/id/term/vie/ch%C3%AA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zi1>,
        <http://lexvo.org/id/term/yue/%E5%90%B1>,
        "吱"^^xsd:string ;
    rdfs:comment "chirping, squeaking, hissing"@en .

<http://lexvo.org/id/char/5432> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%90%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C4%9Bn%20y%C7%90n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%90n>,
        <http://lexvo.org/id/term/kor/%E5%90%B2>,
        <http://lexvo.org/id/term/kor/SIN>,
        <http://lexvo.org/id/term/vie/d%E1%BA%B7n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/can2>,
        <http://lexvo.org/id/term/yue/%E5%90%B2>,
        "吲"^^xsd:string ;
    rdfs:comment "smile at; sneer at"@en .

<http://lexvo.org/id/char/5433> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%90%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C3%BA>,
        <http://lexvo.org/id/term/kor/%E5%90%B3>,
        <http://lexvo.org/id/term/kor/O%20HO>,
        <http://lexvo.org/id/term/vie/ng%C3%B4>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ng4>,
        <http://lexvo.org/id/term/yue/%E5%90%B3>,
        "吳"^^xsd:string ;
    rdfs:comment "one of warring states; surname"@en .

<http://lexvo.org/id/char/5434> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%90%B4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C3%BA>,
        <http://lexvo.org/id/term/kor/%E5%90%B4>,
        <http://lexvo.org/id/term/kor/O>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ng4>,
        <http://lexvo.org/id/term/yue/%E5%90%B4>,
        "吴"^^xsd:string ;
    rdfs:comment "name of warring state; surname"@en .

<http://lexvo.org/id/char/5435> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%90%B5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C4%81o%200129.020%3Ach%C7%8Eo>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C7%8Eo>,
        <http://lexvo.org/id/term/kor/%E5%90%B5>,
        <http://lexvo.org/id/term/kor/MYO%20CHO>,
        <http://lexvo.org/id/term/vie/s%E1%BA%A3o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/caau2>,
        <http://lexvo.org/id/term/yue/%E5%90%B5>,
        "吵"^^xsd:string ;
    rdfs:comment "argue, dispute; disturb, annoy"@en .

<http://lexvo.org/id/char/5436> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%90%B6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ne%20n%C3%A8%20n%C3%A0>,
        <http://lexvo.org/id/term/kor/%E5%90%B6>,
        <http://lexvo.org/id/term/kor/NWUL%20YEL>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/naap6%20nat6%20neot6>,
        <http://lexvo.org/id/term/yue/%E5%90%B6>,
        "吶"^^xsd:string ;
    rdfs:comment "raise voice, yell out loud, shout; stammer"@en .

<http://lexvo.org/id/char/5437> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%90%B7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xu%C3%A8>,
        <http://lexvo.org/id/term/kor/%E5%90%B7>,
        <http://lexvo.org/id/term/kor/HYEL>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hyut3>,
        <http://lexvo.org/id/term/yue/%E5%90%B7>,
        "吷"^^xsd:string .

<http://lexvo.org/id/char/5438> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%90%B8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C4%AB>,
        <http://lexvo.org/id/term/kor/%E5%90%B8>,
        <http://lexvo.org/id/term/kor/HUP>,
        <http://lexvo.org/id/term/vie/c%E1%BB%99p>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kap1%20ngap1>,
        <http://lexvo.org/id/term/yue/%E5%90%B8>,
        "吸"^^xsd:string ;
    rdfs:comment "inhale, suck in; absorb; attract"@en .

<http://lexvo.org/id/char/5439> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%90%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/chu%C4%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/chu%C4%AB%20chu%C3%AC>,
        <http://lexvo.org/id/term/kor/%E5%90%B9>,
        <http://lexvo.org/id/term/kor/CHWI>,
        <http://lexvo.org/id/term/vie/xuy>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ceoi1%20ceoi3>,
        <http://lexvo.org/id/term/yue/%E5%90%B9>,
        "吹"^^xsd:string ;
    rdfs:comment "blow; puff; brag, boast"@en .

<http://lexvo.org/id/char/543A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%90%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C5%8Du>,
        <http://lexvo.org/id/term/kor/%E5%90%BA>,
        <http://lexvo.org/id/term/kor/TWU>,
        "吺"^^xsd:string .

<http://lexvo.org/id/char/543B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%90%BB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C4%9Bn>,
        <http://lexvo.org/id/term/kor/%E5%90%BB>,
        <http://lexvo.org/id/term/kor/MWUN>,
        <http://lexvo.org/id/term/vie/v%E1%BA%ABn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/man5>,
        <http://lexvo.org/id/term/yue/%E5%90%BB>,
        "吻"^^xsd:string ;
    rdfs:comment "kiss; the lips; coinciding"@en .

<http://lexvo.org/id/char/543C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%90%BC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C7%92u>,
        <http://lexvo.org/id/term/kor/%E5%90%BC>,
        <http://lexvo.org/id/term/kor/HWU>,
        <http://lexvo.org/id/term/vie/h%E1%BB%91ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/haau1%20hau3>,
        <http://lexvo.org/id/term/yue/%E5%90%BC>,
        "吼"^^xsd:string ;
    rdfs:comment "roar, shout; bark, howl"@en .

<http://lexvo.org/id/char/543D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C5%8Du%20h%C5%8Dng%20h%C7%92u%20%C3%B3u>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%90%BD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C5%8Dng>,
        <http://lexvo.org/id/term/kor/%E5%90%BD>,
        <http://lexvo.org/id/term/kor/HWU%20UM%20WU>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hung1%20ngau6>,
        <http://lexvo.org/id/term/yue/%E5%90%BD>,
        "吽"^^xsd:string ;
    rdfs:comment "'OM'; bellow; (Cant.) dull, stupid"@en .

<http://lexvo.org/id/char/543E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%90%BE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C3%BA>,
        <http://lexvo.org/id/term/kor/%E5%90%BE>,
        <http://lexvo.org/id/term/kor/O>,
        <http://lexvo.org/id/term/vie/ngo>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ng4>,
        <http://lexvo.org/id/term/yue/%E5%90%BE>,
        "吾"^^xsd:string ;
    rdfs:comment "i, my, our; resist, impede"@en .

<http://lexvo.org/id/char/543F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%90%BF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C3%A0o>,
        <http://lexvo.org/id/term/kor/%E5%90%BF>,
        <http://lexvo.org/id/term/kor/KO%20KOK>,
        <http://lexvo.org/id/term/vie/c%C3%A1o>,
        "吿"^^xsd:string ;
    rdfs:comment "tell, announce, inform; accuse"@en .

<http://lexvo.org/id/char/5440> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%91%80>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C4%81%201322.040%3Aya>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C4%81%20ya>,
        <http://lexvo.org/id/term/kor/%E5%91%80>,
        <http://lexvo.org/id/term/kor/HA>,
        <http://lexvo.org/id/term/vie/nh%C3%A1>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/aa1%20aa3%20aa6>,
        <http://lexvo.org/id/term/yue/%E5%91%80>,
        "呀"^^xsd:string ;
    rdfs:comment "particle used to express surprise or mild emphasis; (Cant.) slurred form of the number ten"@en .

<http://lexvo.org/id/char/5441> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%91%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%B9n>,
        "呁"^^xsd:string .

<http://lexvo.org/id/char/5442> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%91%82>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C7%9A>,
        <http://lexvo.org/id/term/kor/%E5%91%82>,
        <http://lexvo.org/id/term/kor/LYE>,
        <http://lexvo.org/id/term/vie/l%C3%A3>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/leoi5>,
        <http://lexvo.org/id/term/yue/%E5%91%82>,
        "呂"^^xsd:string ;
    rdfs:comment "surname; a musical note"@en .

<http://lexvo.org/id/char/5443> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C3%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%C3%A8%200285.040%3Ae>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%91%83>,
        <http://lexvo.org/id/term/kor/%E5%91%83>,
        <http://lexvo.org/id/term/kor/AY>,
        <http://lexvo.org/id/term/vie/nh%C3%A1ch>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/aak1%20ak1>,
        <http://lexvo.org/id/term/yue/%E5%91%83>,
        "呃"^^xsd:string ;
    rdfs:comment "belch; hiccup"@en .

<http://lexvo.org/id/char/5444> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%91%84>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C3%A9>,
        "呄"^^xsd:string .

<http://lexvo.org/id/char/5445> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%91%85>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A9i>,
        <http://lexvo.org/id/term/kor/%E5%91%85>,
        <http://lexvo.org/id/term/kor/MAY%20MWUN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/man1>,
        <http://lexvo.org/id/term/yue/%E5%91%85>,
        "呅"^^xsd:string ;
    rdfs:comment "(Cant.) a dollar"@en .

<http://lexvo.org/id/char/5446> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C3%A1i%200203.070%3Ad%C4%81i>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%91%86>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C4%81i%20%C3%A1i>,
        <http://lexvo.org/id/term/kor/%E5%91%86>,
        <http://lexvo.org/id/term/kor/MAY%20THAY%20PO>,
        <http://lexvo.org/id/term/vie/ng%E1%BB%91c>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/daai1%20ngoi4>,
        <http://lexvo.org/id/term/yue/%E5%91%86>,
        "呆"^^xsd:string ;
    rdfs:comment "dull; dull-minded, simple, stupid"@en .

<http://lexvo.org/id/char/5447> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%91%87>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C7%90>,
        "呇"^^xsd:string ;
    rdfs:comment "star"@en .

<http://lexvo.org/id/char/5448> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%91%88>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%A9ng>,
        <http://lexvo.org/id/term/kor/%E5%91%88>,
        <http://lexvo.org/id/term/kor/CENG>,
        <http://lexvo.org/id/term/vie/tr%C3%ACnh>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cing4>,
        <http://lexvo.org/id/term/yue/%E5%91%88>,
        "呈"^^xsd:string ;
    rdfs:comment "submit, show; appear; petition"@en .

<http://lexvo.org/id/char/5449> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%91%89>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C3%BA>,
        <http://lexvo.org/id/term/kor/%E5%91%89>,
        <http://lexvo.org/id/term/kor/O%20HO>,
        "呉"^^xsd:string ;
    rdfs:comment "one of warring states; surname"@en .

<http://lexvo.org/id/char/544A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%91%8A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C3%A0o>,
        <http://lexvo.org/id/term/kor/%E5%91%8A>,
        <http://lexvo.org/id/term/kor/KO%20KOK>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gou3%20guk1>,
        <http://lexvo.org/id/term/yue/%E5%91%8A>,
        "告"^^xsd:string ;
    rdfs:comment "tell, announce, inform; accuse"@en .

<http://lexvo.org/id/char/544B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%91%8B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C5%AB>,
        "呋"^^xsd:string .

<http://lexvo.org/id/char/544C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%91%8C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%A0o>,
        <http://lexvo.org/id/term/kor/%E5%91%8C>,
        <http://lexvo.org/id/term/kor/KYU>,
        <http://lexvo.org/id/term/vie/khi%E1%BA%BFu>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/giu3>,
        <http://lexvo.org/id/term/yue/%E5%91%8C>,
        "呌"^^xsd:string ;
    rdfs:comment "to call; to summon"@en .

<http://lexvo.org/id/char/544D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%91%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C5%8Dng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wan4>,
        <http://lexvo.org/id/term/yue/%E5%91%8D>,
        "呍"^^xsd:string ;
    rdfs:comment "(Cant.) phonetic"@en .

<http://lexvo.org/id/char/544E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%91%8E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C7%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C7%90%201385.020%3Ay%C4%ABng>,
        <http://lexvo.org/id/term/kor/%E5%91%8E>,
        <http://lexvo.org/id/term/kor/CHEK>,
        <http://lexvo.org/id/term/vie/x%E1%BA%BFch>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cek3>,
        <http://lexvo.org/id/term/yue/%E5%91%8E>,
        "呎"^^xsd:string ;
    rdfs:comment "foot"@en .

<http://lexvo.org/id/char/544F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%91%8F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C4%93ng>,
        <http://lexvo.org/id/term/kor/%E5%91%8F>,
        <http://lexvo.org/id/term/kor/SUNG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sing1>,
        <http://lexvo.org/id/term/yue/%E5%91%8F>,
        "呏"^^xsd:string ;
    rdfs:comment "gallon; quart"@en .

<http://lexvo.org/id/char/5450> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%91%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C3%A0%200813.041%3Ana%200822.020%3An%C3%A8%200822.041%3Ane>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C3%A8%20n%C3%A0>,
        <http://lexvo.org/id/term/kor/%E5%91%90>,
        <http://lexvo.org/id/term/kor/NWUL%20YEL>,
        <http://lexvo.org/id/term/vie/n%C3%B3i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/naap6%20neot6>,
        <http://lexvo.org/id/term/yue/%E5%91%90>,
        "呐"^^xsd:string ;
    rdfs:comment "raise voice, yell out loud, shout; stammer"@en .

<http://lexvo.org/id/char/5451> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%91%91>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C5%ABn>,
        <http://lexvo.org/id/term/kor/%E5%91%91>,
        <http://lexvo.org/id/term/kor/THAN>,
        "呑"^^xsd:string ;
    rdfs:comment "swallow; absorb"@en .

<http://lexvo.org/id/char/5452> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E1%B8%BF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%91%92>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C7%94>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/m4>,
        <http://lexvo.org/id/term/yue/%E5%91%92>,
        "呒"^^xsd:string ;
    rdfs:comment "unclear; an expletive"@en .

<http://lexvo.org/id/char/5453> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%91%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ngai6>,
        <http://lexvo.org/id/term/yue/%E5%91%93>,
        "呓"^^xsd:string ;
    rdfs:comment "talk in one's sleep, somniloquy"@en .

<http://lexvo.org/id/char/5454> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%91%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C4%81i>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C4%81i%201110.020%3At%C7%8Ei>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/taai1>,
        <http://lexvo.org/id/term/yue/%E5%91%94>,
        "呔"^^xsd:string ;
    rdfs:comment "(Cant.) a necktie, a tire"@en .

<http://lexvo.org/id/char/5455> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C5%8Du%20%C7%92u%20%C3%B2u>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%C7%92u%200846.052%3A%C3%B2u>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%91%95>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/au2>,
        <http://lexvo.org/id/term/yue/%E5%91%95>,
        "呕"^^xsd:string ;
    rdfs:comment "vomit; annoy, enrage"@en .

<http://lexvo.org/id/char/5456> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%91%96>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lik6>,
        <http://lexvo.org/id/term/yue/%E5%91%96>,
        "呖"^^xsd:string ;
    rdfs:comment "used in onomatopoetic expressions"@en .

<http://lexvo.org/id/char/5457> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%91%97>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%A0i%200050.010%3Abei>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%A0i%20bei>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/baai6>,
        <http://lexvo.org/id/term/yue/%E5%91%97>,
        "呗"^^xsd:string ;
    rdfs:comment "final particle of assertion"@en .

<http://lexvo.org/id/char/5458> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%91%98>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/yu%C3%A1n%201432.060%3Ay%C3%BAn%201434.070%3Ay%C3%B9n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/yu%C3%A1n%20y%C3%B9n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jyun4>,
        <http://lexvo.org/id/term/yue/%E5%91%98>,
        "员"^^xsd:string ;
    rdfs:comment "member; personnel, staff member"@en .

<http://lexvo.org/id/char/5459> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%91%99>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/gu%C5%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ku%C4%81i%20gu%C5%8D%20w%C4%81i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gwaa3>,
        <http://lexvo.org/id/term/yue/%E5%91%99>,
        "呙"^^xsd:string ;
    rdfs:comment "chat, jaw, gossip, talk; mouth"@en .

<http://lexvo.org/id/char/545A> a lvont:Character ;
    lvont:represents "呚"^^xsd:string .

<http://lexvo.org/id/char/545B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%91%9B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C4%81ng%200919.080%3Aqi%C3%A0ng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C4%81ng%20qi%C3%A0ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/coeng1>,
        <http://lexvo.org/id/term/yue/%E5%91%9B>,
        "呛"^^xsd:string ;
    rdfs:comment "choke by smoke; irritates nose"@en .

<http://lexvo.org/id/char/545C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%91%9C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C5%AB>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wu1>,
        <http://lexvo.org/id/term/yue/%E5%91%9C>,
        "呜"^^xsd:string ;
    rdfs:comment "sound of crying, sobbing"@en .

<http://lexvo.org/id/char/545D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C3%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%91%9D>,
        <http://lexvo.org/id/term/kor/%E5%91%9D>,
        <http://lexvo.org/id/term/kor/AYK>,
        "呝"^^xsd:string .

<http://lexvo.org/id/char/545E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%91%9E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C4%AB%20ch%C4%AB>,
        <http://lexvo.org/id/term/vie/te>,
        "呞"^^xsd:string .

<http://lexvo.org/id/char/545F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%91%9F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qu%C7%8En>,
        <http://lexvo.org/id/term/kor/%E5%91%9F>,
        <http://lexvo.org/id/term/kor/HYEN>,
        "呟"^^xsd:string ;
    rdfs:comment "to mutter, grumble, murmur"@en .

<http://lexvo.org/id/char/5460> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%91%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C4%93n>,
        <http://lexvo.org/id/term/vie/b%E1%BB%8Fm>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/pan3>,
        <http://lexvo.org/id/term/yue/%E5%91%A0>,
        "呠"^^xsd:string ;
    rdfs:comment "to spurt; to blow out; to puff out; to snort"@en .

<http://lexvo.org/id/char/5461> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%91%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C4%9Bn>,
        <http://lexvo.org/id/term/vie/r%C4%83n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/man3>,
        <http://lexvo.org/id/term/yue/%E5%91%A1>,
        "呡"^^xsd:string ;
    rdfs:comment "the corners of the mouth the lips"@en .

<http://lexvo.org/id/char/5462> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%91%A2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C3%AD%20ne>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ne%200827.030%3An%C3%AD>,
        <http://lexvo.org/id/term/kor/%E5%91%A2>,
        <http://lexvo.org/id/term/kor/NI>,
        <http://lexvo.org/id/term/vie/n%C3%A0i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ne1%20nei1%20nei4%20ni1>,
        <http://lexvo.org/id/term/yue/%E5%91%A2>,
        "呢"^^xsd:string ;
    rdfs:comment "interrogative or emphatic final; (Cant.) this"@en .

<http://lexvo.org/id/char/5463> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E1%B8%BF%200753.030%3Am%CC%80>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/m2%20m6>,
        <http://lexvo.org/id/term/yue/%E5%91%A3>,
        "呣"^^xsd:string .

<http://lexvo.org/id/char/5464> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%91%A4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%ACng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%ADng%20l%C3%ACng%20l%C7%90ng>,
        <http://lexvo.org/id/term/kor/%E5%91%A4>,
        <http://lexvo.org/id/term/kor/LYENG>,
        <http://lexvo.org/id/term/vie/g%E1%BA%A7m>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ling4>,
        <http://lexvo.org/id/term/yue/%E5%91%A4>,
        "呤"^^xsd:string ;
    rdfs:comment "purine"@en .

<http://lexvo.org/id/char/5465> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%91%A5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/r%C7%8En%20r%C3%A1n>,
        <http://lexvo.org/id/term/vie/nh%E1%BA%BBm>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jam1%20jim4>,
        <http://lexvo.org/id/term/yue/%E5%91%A5>,
        "呥"^^xsd:string ;
    rdfs:comment "(Cant.) intensifying particle"@en .

<http://lexvo.org/id/char/5466> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%91%A6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C5%8Du>,
        <http://lexvo.org/id/term/kor/%E5%91%A6>,
        <http://lexvo.org/id/term/kor/YU>,
        <http://lexvo.org/id/term/vie/%E1%BA%A1o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jau1>,
        <http://lexvo.org/id/term/yue/%E5%91%A6>,
        "呦"^^xsd:string ;
    rdfs:comment "the bleating of the deer"@en .

<http://lexvo.org/id/char/5467> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%91%A7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C7%90>,
        <http://lexvo.org/id/term/kor/%E5%91%A7>,
        <http://lexvo.org/id/term/kor/CEY>,
        "呧"^^xsd:string ;
    rdfs:comment "to rebuke; to scold; slander"@en .

<http://lexvo.org/id/char/5468> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%91%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C5%8Du>,
        <http://lexvo.org/id/term/kor/%E5%91%A8>,
        <http://lexvo.org/id/term/kor/CWU>,
        <http://lexvo.org/id/term/vie/chu>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zau1>,
        <http://lexvo.org/id/term/yue/%E5%91%A8>,
        "周"^^xsd:string ;
    rdfs:comment "Zhou dynasty; circumference"@en .

<http://lexvo.org/id/char/5469> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%91%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%AC>,
        "呩"^^xsd:string .

<http://lexvo.org/id/char/546A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%91%AA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%B2u>,
        <http://lexvo.org/id/term/kor/%E5%91%AA>,
        <http://lexvo.org/id/term/kor/CWU>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zau2>,
        <http://lexvo.org/id/term/yue/%E5%91%AA>,
        "呪"^^xsd:string ;
    rdfs:comment "curse, damn, incantation"@en .

<http://lexvo.org/id/char/546B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%91%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ti%C4%93%20ch%C3%A8>,
        <http://lexvo.org/id/term/kor/%E5%91%AB>,
        <http://lexvo.org/id/term/kor/CHEP>,
        <http://lexvo.org/id/term/vie/ch%C3%ADm>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cip3%20tip3>,
        <http://lexvo.org/id/term/yue/%E5%91%AB>,
        "呫"^^xsd:string ;
    rdfs:comment "whisper; lick, taste; petty"@en .

<http://lexvo.org/id/char/546C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%91%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C3%AC>,
        <http://lexvo.org/id/term/kor/%E5%91%AC>,
        <http://lexvo.org/id/term/kor/HI%20LYENG%20HUY>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hei3>,
        <http://lexvo.org/id/term/yue/%E5%91%AC>,
        "呬"^^xsd:string ;
    rdfs:comment "to rest"@en .

<http://lexvo.org/id/char/546D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%91%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%AC>,
        <http://lexvo.org/id/term/kor/%E5%91%AD>,
        <http://lexvo.org/id/term/kor/YEY>,
        <http://lexvo.org/id/term/vie/th%C3%A9>,
        "呭"^^xsd:string ;
    rdfs:comment "final particle expressing consent; talkative"@en .

<http://lexvo.org/id/char/546E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%91%AE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C3%AC>,
        <http://lexvo.org/id/term/kor/%E5%91%AE>,
        <http://lexvo.org/id/term/kor/KI>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ze1%20zek1>,
        <http://lexvo.org/id/term/yue/%E5%91%AE>,
        "呮"^^xsd:string ;
    rdfs:comment "to sit; (Cant.) only, merely; a final particle of intimacy"@en .

<http://lexvo.org/id/char/546F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%91%AF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%ADng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/peng4>,
        <http://lexvo.org/id/term/yue/%E5%91%AF>,
        "呯"^^xsd:string ;
    rdfs:comment "(Cant.) onomatopoetic, the sound of a gong"@en .

<http://lexvo.org/id/char/5470> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%91%B0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C7%90>,
        <http://lexvo.org/id/term/kor/%E5%91%B0>,
        <http://lexvo.org/id/term/kor/CA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zi2>,
        <http://lexvo.org/id/term/yue/%E5%91%B0>,
        "呰"^^xsd:string ;
    rdfs:comment "to slander, revile"@en .

<http://lexvo.org/id/char/5471> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%91%B1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C5%AB%200403.010%3Agu%C4%81%200403.060%3Agu%C7%8E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C5%AB%20gu%C4%81>,
        <http://lexvo.org/id/term/kor/%E5%91%B1>,
        <http://lexvo.org/id/term/kor/KO>,
        <http://lexvo.org/id/term/vie/oa>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gu1%20gwaa1%20gwaa2%20waa1>,
        <http://lexvo.org/id/term/yue/%E5%91%B1>,
        "呱"^^xsd:string ;
    rdfs:comment "wail, crying of child; swear at"@en .

<http://lexvo.org/id/char/5472> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%91%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C4%AB%201530.041%3Az%C4%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C4%AB>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zi1>,
        <http://lexvo.org/id/term/yue/%E5%91%B2>,
        "呲"^^xsd:string ;
    rdfs:comment "give a talking-to"@en .

<http://lexvo.org/id/char/5473> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%91%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C3%A8i>,
        <http://lexvo.org/id/term/kor/%E5%91%B3>,
        <http://lexvo.org/id/term/kor/MI>,
        <http://lexvo.org/id/term/vie/v%E1%BB%8B>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mei6>,
        <http://lexvo.org/id/term/yue/%E5%91%B3>,
        "味"^^xsd:string ;
    rdfs:comment "taste, smell, odor; delicacy"@en .

<http://lexvo.org/id/char/5474> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%91%B4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C5%AB%20h%C7%92u%20h%C5%8Du>,
        <http://lexvo.org/id/term/kor/%E5%91%B4>,
        <http://lexvo.org/id/term/kor/KWU>,
        <http://lexvo.org/id/term/vie/g%C3%A2u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/heoi1>,
        <http://lexvo.org/id/term/yue/%E5%91%B4>,
        "呴"^^xsd:string ;
    rdfs:comment "breathe on; yawn; roar"@en .

<http://lexvo.org/id/char/5475> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C4%81%200002.051%3A%C3%A1%200002.071%3A%C3%A0%200002.082%3Aa%200448.050%2C0448.061%3Ah%C4%93%200638.100%3Ak%C4%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%91%B5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C4%93>,
        <http://lexvo.org/id/term/kor/%E5%91%B5>,
        <http://lexvo.org/id/term/kor/KA>,
        <http://lexvo.org/id/term/vie/ha>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ho1%20ho2>,
        <http://lexvo.org/id/term/yue/%E5%91%B5>,
        "呵"^^xsd:string ;
    rdfs:comment "scold; laughing sound; yawn"@en .

<http://lexvo.org/id/char/5476> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%91%B6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C3%A1o>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C3%A1o%200841.062%3An%C7%94>,
        <http://lexvo.org/id/term/kor/%E5%91%B6>,
        <http://lexvo.org/id/term/kor/NO>,
        <http://lexvo.org/id/term/vie/nao>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/naau4>,
        <http://lexvo.org/id/term/yue/%E5%91%B6>,
        "呶"^^xsd:string ;
    rdfs:comment "talkative; clamour; hubbub"@en .

<http://lexvo.org/id/char/5477> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%91%B7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C4%81%201238.040%3Axi%C4%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C4%81>,
        <http://lexvo.org/id/term/kor/%E5%91%B7>,
        <http://lexvo.org/id/term/kor/HAP>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/haap3>,
        <http://lexvo.org/id/term/yue/%E5%91%B7>,
        "呷"^^xsd:string ;
    rdfs:comment "suck, swallow, drink"@en .

<http://lexvo.org/id/char/5478> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%91%B8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C4%93i>,
        <http://lexvo.org/id/term/kor/%E5%91%B8>,
        <http://lexvo.org/id/term/kor/PI>,
        <http://lexvo.org/id/term/vie/b%E1%BA%ADy>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/pei1>,
        <http://lexvo.org/id/term/yue/%E5%91%B8>,
        "呸"^^xsd:string ;
    rdfs:comment "expression of reprimand"@en .

<http://lexvo.org/id/char/5479> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%91%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%AC>,
        <http://lexvo.org/id/term/kor/%E5%91%B9>,
        <http://lexvo.org/id/term/kor/IL%20CIL>,
        "呹"^^xsd:string ;
    rdfs:comment "(of animals) to eat grass"@en .

<http://lexvo.org/id/char/547A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%91%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C4%81o%20h%C3%A1o>,
        <http://lexvo.org/id/term/kor/%E5%91%BA>,
        <http://lexvo.org/id/term/kor/HYO%20HO>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hiu1%20hou4>,
        <http://lexvo.org/id/term/yue/%E5%91%BA>,
        "呺"^^xsd:string ;
    rdfs:comment "voice of anger vast, spacious"@en .

<http://lexvo.org/id/char/547B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%91%BB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C4%93n>,
        <http://lexvo.org/id/term/kor/%E5%91%BB>,
        <http://lexvo.org/id/term/kor/SIN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/san1>,
        <http://lexvo.org/id/term/yue/%E5%91%BB>,
        "呻"^^xsd:string ;
    rdfs:comment "groan, moan; recite with intonation"@en .

<http://lexvo.org/id/char/547C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%91%BC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C5%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C5%AB%20x%C5%AB>,
        <http://lexvo.org/id/term/kor/%E5%91%BC>,
        <http://lexvo.org/id/term/kor/HO>,
        <http://lexvo.org/id/term/vie/h%C3%B4>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fu1>,
        <http://lexvo.org/id/term/yue/%E5%91%BC>,
        "呼"^^xsd:string ;
    rdfs:comment "breathe sigh, exhale; call, shout"@en .

<http://lexvo.org/id/char/547D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%91%BD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%ACng>,
        <http://lexvo.org/id/term/kor/%E5%91%BD>,
        <http://lexvo.org/id/term/kor/MYENG>,
        <http://lexvo.org/id/term/vie/m%E1%BB%87nh>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/meng6%20ming6>,
        <http://lexvo.org/id/term/yue/%E5%91%BD>,
        "命"^^xsd:string ;
    rdfs:comment "life; destiny, fate, luck; an order, instruction"@en .

<http://lexvo.org/id/char/547E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%91%BE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%A1>,
        <http://lexvo.org/id/term/kor/%E5%91%BE>,
        <http://lexvo.org/id/term/kor/TAL>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/daat3>,
        <http://lexvo.org/id/term/yue/%E5%91%BE>,
        "呾"^^xsd:string .

<http://lexvo.org/id/char/547F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%91%BF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C5%AB>,
        <http://lexvo.org/id/term/kor/%E5%91%BF>,
        <http://lexvo.org/id/term/kor/KE>,
        <http://lexvo.org/id/term/vie/kh%E1%BB%A9a>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/keoi1>,
        <http://lexvo.org/id/term/yue/%E5%91%BF>,
        "呿"^^xsd:string ;
    rdfs:comment "to yawn"@en .

<http://lexvo.org/id/char/5480> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%92%80>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C7%94%201548.020%3Azu%C7%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C7%94%20z%C7%94>,
        <http://lexvo.org/id/term/kor/%E5%92%80>,
        <http://lexvo.org/id/term/kor/CE>,
        <http://lexvo.org/id/term/vie/th%E1%BB%9F>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zeoi2>,
        <http://lexvo.org/id/term/yue/%E5%92%80>,
        "咀"^^xsd:string ;
    rdfs:comment "suck; chew, masticate"@en .

<http://lexvo.org/id/char/5481> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/c%C4%83m>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gam2%20gam3>,
        <http://lexvo.org/id/term/yue/%E5%92%81>,
        "咁"^^xsd:string ;
    rdfs:comment "(Cant.) like this, in this way; so, to such an extent"@en .

<http://lexvo.org/id/char/5482> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%92%82>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C4%81>,
        <http://lexvo.org/id/term/kor/%E5%92%82>,
        <http://lexvo.org/id/term/kor/CAP>,
        <http://lexvo.org/id/term/vie/t%C3%A1p>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sap1%20zaap3>,
        <http://lexvo.org/id/term/yue/%E5%92%82>,
        "咂"^^xsd:string ;
    rdfs:comment "to suck, to smack the lips; (Cant.) to cheat"@en .

<http://lexvo.org/id/char/5483> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%92%83>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/tu%C5%8D>,
        "咃"^^xsd:string .

<http://lexvo.org/id/char/5484> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%92%84>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/du%C5%8D>,
        <http://lexvo.org/id/term/kor/%E5%92%84>,
        <http://lexvo.org/id/term/kor/TOL>,
        <http://lexvo.org/id/term/vie/x%C3%B3t>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cyut3%20deot1>,
        <http://lexvo.org/id/term/yue/%E5%92%84>,
        "咄"^^xsd:string ;
    rdfs:comment "noise of rage, cry out in anger"@en .

<http://lexvo.org/id/char/5485> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%92%85>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%B2u>,
        "咅"^^xsd:string ;
    rdfs:comment "to spit out"@en .

<http://lexvo.org/id/char/5486> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%92%86>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%A1o>,
        <http://lexvo.org/id/term/kor/%E5%92%86>,
        <http://lexvo.org/id/term/kor/PHO>,
        <http://lexvo.org/id/term/vie/b%C3%A0u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/paau4>,
        <http://lexvo.org/id/term/yue/%E5%92%86>,
        "咆"^^xsd:string ;
    rdfs:comment "roar"@en .

<http://lexvo.org/id/char/5487> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%92%87>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%AC>,
        <http://lexvo.org/id/term/kor/%E5%92%87>,
        <http://lexvo.org/id/term/kor/PHIL>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bat1%20bit1>,
        <http://lexvo.org/id/term/yue/%E5%92%87>,
        "咇"^^xsd:string ;
    rdfs:comment "fragrant; (Cant.) to eject"@en .

<http://lexvo.org/id/char/5488> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%92%88>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%BA>,
        <http://lexvo.org/id/term/kor/%E5%92%88>,
        <http://lexvo.org/id/term/kor/PWUL>,
        <http://lexvo.org/id/term/vie/ph%E1%BB%9Bt>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fat1%20fat6>,
        <http://lexvo.org/id/term/yue/%E5%92%88>,
        "咈"^^xsd:string ;
    rdfs:comment "oppose"@en .

<http://lexvo.org/id/char/5489> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%92%89>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C4%81ng>,
        <http://lexvo.org/id/term/kor/%E5%92%89>,
        <http://lexvo.org/id/term/kor/ANG>,
        "咉"^^xsd:string ;
    rdfs:comment "an echo, a sound to vomit, as an infant"@en .

<http://lexvo.org/id/char/548A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%92%8A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A9%20hu%C3%B2%20hu%C3%B3%20h%C3%A8>,
        <http://lexvo.org/id/term/kor/%E5%92%8A>,
        <http://lexvo.org/id/term/kor/HWA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wo4>,
        <http://lexvo.org/id/term/yue/%E5%92%8A>,
        "咊"^^xsd:string ;
    rdfs:comment "harmony; peace; conciliation; to be on good terms with; kindly; mild"@en .

<http://lexvo.org/id/char/548B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%92%8B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C7%8E%201444.110%3Az%C3%A9%201447.120%3Azh%C4%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%A0%20z%C3%A9>,
        <http://lexvo.org/id/term/kor/%E5%92%8B>,
        <http://lexvo.org/id/term/kor/SA>,
        <http://lexvo.org/id/term/vie/ch%E1%BA%A1>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zaa1%20zaa3%20zaak3>,
        <http://lexvo.org/id/term/yue/%E5%92%8B>,
        "咋"^^xsd:string ;
    rdfs:comment "question-forming particle, why? how? what?; to bite; loud"@en .

<http://lexvo.org/id/char/548C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%92%8C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A9%200455.130%3Ah%C3%A8%200474.120%3Ah%C3%BA%200510.010%3Ahu%C3%B3%200515.120%3Ahu%C3%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A9%20hu%C3%B2%20hu%C3%B3%20h%C3%A8>,
        <http://lexvo.org/id/term/kor/%E5%92%8C>,
        <http://lexvo.org/id/term/kor/HWA>,
        <http://lexvo.org/id/term/vie/ho%C3%A0>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wo4%20wo6>,
        <http://lexvo.org/id/term/yue/%E5%92%8C>,
        "和"^^xsd:string ;
    rdfs:comment "harmony, peace; peaceful, calm"@en .

<http://lexvo.org/id/char/548D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%92%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C4%81i>,
        <http://lexvo.org/id/term/kor/%E5%92%8D>,
        <http://lexvo.org/id/term/kor/HAY>,
        <http://lexvo.org/id/term/vie/hay>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hoi1>,
        <http://lexvo.org/id/term/yue/%E5%92%8D>,
        "咍"^^xsd:string ;
    rdfs:comment "laugh"@en .

<http://lexvo.org/id/char/548E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%92%8E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%B9%20g%C4%81o>,
        <http://lexvo.org/id/term/kor/%E5%92%8E>,
        <http://lexvo.org/id/term/kor/KWU%20KO>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gau3%20gou1>,
        <http://lexvo.org/id/term/yue/%E5%92%8E>,
        "咎"^^xsd:string ;
    rdfs:comment "fault, defect; error, mistake"@en .

<http://lexvo.org/id/char/548F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%92%8F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%92ng>,
        <http://lexvo.org/id/term/kor/%E5%92%8F>,
        <http://lexvo.org/id/term/kor/YENG>,
        <http://lexvo.org/id/term/vie/v%E1%BA%B3ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wing6>,
        <http://lexvo.org/id/term/yue/%E5%92%8F>,
        "咏"^^xsd:string ;
    rdfs:comment "sing song or poem, hum, chant"@en .

<http://lexvo.org/id/char/5490> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%92%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%B9>,
        <http://lexvo.org/id/term/kor/%E5%92%90>,
        <http://lexvo.org/id/term/kor/PWU>,
        <http://lexvo.org/id/term/vie/ph%C3%B3>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fu3%20fu6>,
        <http://lexvo.org/id/term/yue/%E5%92%90>,
        "咐"^^xsd:string ;
    rdfs:comment "instruct, order"@en .

<http://lexvo.org/id/char/5491> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%92%91>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C4%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qu%C3%A8%20qu%C4%93%20ju%C3%A9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dak1>,
        <http://lexvo.org/id/term/yue/%E5%92%91>,
        "咑"^^xsd:string ;
    rdfs:comment "(Cant.) 啲咑, a trumpet"@en .

<http://lexvo.org/id/char/5492> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%92%92>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%B2u>,
        <http://lexvo.org/id/term/kor/%E5%92%92>,
        <http://lexvo.org/id/term/kor/CWU>,
        <http://lexvo.org/id/term/vie/ch%C3%BA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zau3>,
        <http://lexvo.org/id/term/yue/%E5%92%92>,
        "咒"^^xsd:string ;
    rdfs:comment "curse, damn, incantation"@en .

<http://lexvo.org/id/char/5493> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%92%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C7%8E>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/aa5>,
        <http://lexvo.org/id/term/yue/%E5%92%93>,
        "咓"^^xsd:string ;
    rdfs:comment "(Cant.) final particle"@en .

<http://lexvo.org/id/char/5494> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%92%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C4%81%200626.010%3Ak%C7%8E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C7%8E>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kaa1%20kaa4>,
        <http://lexvo.org/id/term/yue/%E5%92%94>,
        "咔"^^xsd:string ;
    rdfs:comment "used in translation"@en .

<http://lexvo.org/id/char/5495> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%92%95>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C5%AB>,
        <http://lexvo.org/id/term/kor/%E5%92%95>,
        <http://lexvo.org/id/term/kor/KO>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gu1%20gu2>,
        <http://lexvo.org/id/term/yue/%E5%92%95>,
        "咕"^^xsd:string ;
    rdfs:comment "mumble, mutter, murmur; rumble"@en .

<http://lexvo.org/id/char/5496> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%92%96>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C4%81%200625.040%3Ak%C4%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C4%81%20g%C4%81>,
        <http://lexvo.org/id/term/kor/%E5%92%96>,
        <http://lexvo.org/id/term/kor/KA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gaa1%20gaa3%20kaa1>,
        <http://lexvo.org/id/term/yue/%E5%92%96>,
        "咖"^^xsd:string ;
    rdfs:comment "coffee; a phonetic"@en .

<http://lexvo.org/id/char/5497> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%92%97>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zu%C7%92>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zo2>,
        <http://lexvo.org/id/term/yue/%E5%92%97>,
        "咗"^^xsd:string ;
    rdfs:comment "(Cant.) verbal particle of perfective aspect"@en .

<http://lexvo.org/id/char/5498> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%92%98>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%B9>,
        <http://lexvo.org/id/term/vie/b%C3%BA>,
        "咘"^^xsd:string .

<http://lexvo.org/id/char/5499> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%92%99>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%B3ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lung4>,
        <http://lexvo.org/id/term/yue/%E5%92%99>,
        "咙"^^xsd:string ;
    rdfs:comment "throat"@en .

<http://lexvo.org/id/char/549A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%92%9A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C5%8Dng>,
        <http://lexvo.org/id/term/vie/gi%E1%BB%8Dng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dung1>,
        <http://lexvo.org/id/term/yue/%E5%92%9A>,
        "咚"^^xsd:string ;
    rdfs:comment "onomatopoetic, a thumping sound"@en .

<http://lexvo.org/id/char/549B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%92%9B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C3%ADng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ning4>,
        <http://lexvo.org/id/term/yue/%E5%92%9B>,
        "咛"^^xsd:string ;
    rdfs:comment "enjoin, instruct; charge"@en .

<http://lexvo.org/id/char/549C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/kor/%E5%92%9C>,
        <http://lexvo.org/id/term/kor/THA>,
        "咜"^^xsd:string ;
    rdfs:comment "to scold"@en .

<http://lexvo.org/id/char/549D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%92%9D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C4%AB>,
        "咝"^^xsd:string ;
    rdfs:comment "hiss; call to come; syllable"@en .

<http://lexvo.org/id/char/549E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%92%9E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A0n%20xi%C3%A1n>,
        "咞"^^xsd:string .

<http://lexvo.org/id/char/549F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%92%9F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%B2>,
        "咟"^^xsd:string .

<http://lexvo.org/id/char/54A0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%92%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C3%AC>,
        <http://lexvo.org/id/term/kor/%E5%92%A0>,
        <http://lexvo.org/id/term/kor/CIP>,
        <http://lexvo.org/id/term/vie/nghi%E1%BB%87n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cap1>,
        <http://lexvo.org/id/term/yue/%E5%92%A0>,
        "咠"^^xsd:string ;
    rdfs:comment "to whisper. to blame to slander"@en .

<http://lexvo.org/id/char/54A1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C3%A8r>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%92%A1>,
        <http://lexvo.org/id/term/kor/%E5%92%A1>,
        <http://lexvo.org/id/term/kor/I>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ji6%20mai1%20mai4>,
        <http://lexvo.org/id/term/yue/%E5%92%A1>,
        "咡"^^xsd:string ;
    rdfs:comment "side of mouth"@en .

<http://lexvo.org/id/char/54A2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C3%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%92%A2>,
        <http://lexvo.org/id/term/kor/%E5%92%A2>,
        <http://lexvo.org/id/term/kor/AK>,
        <http://lexvo.org/id/term/vie/ng%E1%BA%A1c>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ngok6>,
        <http://lexvo.org/id/term/yue/%E5%92%A2>,
        "咢"^^xsd:string ;
    rdfs:comment "sound; drumming"@en .

<http://lexvo.org/id/char/54A3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%92%A3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/gu%C4%81ng>,
        <http://lexvo.org/id/term/vie/qu%C3%A0ng>,
        "咣"^^xsd:string ;
    rdfs:comment "the sound of large door closing"@en .

<http://lexvo.org/id/char/54A4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%92%A4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%A0%20ch%C3%A0%20zh%C4%81>,
        <http://lexvo.org/id/term/kor/%E5%92%A4>,
        <http://lexvo.org/id/term/kor/THA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zaa1>,
        <http://lexvo.org/id/term/yue/%E5%92%A4>,
        "咤"^^xsd:string ;
    rdfs:comment "scold, bellow, shout at, roar"@en .

<http://lexvo.org/id/char/54A5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%92%A5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C3%AC%20x%C4%AB%20di%C3%A9%20zh%C3%AC>,
        <http://lexvo.org/id/term/kor/%E5%92%A5>,
        <http://lexvo.org/id/term/kor/HUY>,
        <http://lexvo.org/id/term/vie/ch%E1%BB%91i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dit6%20hei3%20zat6>,
        <http://lexvo.org/id/term/yue/%E5%92%A5>,
        "咥"^^xsd:string ;
    rdfs:comment "sound of a cat; bite; laugh"@en .

<http://lexvo.org/id/char/54A6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%92%A6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%AD>,
        <http://lexvo.org/id/term/kor/%E5%92%A6>,
        <http://lexvo.org/id/term/kor/I%20CAY>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ji2%20ji4>,
        <http://lexvo.org/id/term/yue/%E5%92%A6>,
        "咦"^^xsd:string ;
    rdfs:comment "exclamation of surprise"@en .

<http://lexvo.org/id/char/54A7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%92%A7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C4%93%200713.040%3Ali%C4%9B%200715.030%3Alie>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C4%9B%20lie>,
        <http://lexvo.org/id/term/kor/%E5%92%A7>,
        <http://lexvo.org/id/term/kor/LYEL>,
        <http://lexvo.org/id/term/vie/l%C3%A1c>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/le2%20le4>,
        <http://lexvo.org/id/term/yue/%E5%92%A7>,
        "咧"^^xsd:string ;
    rdfs:comment "stretch mouth, grimace, grin"@en .

<http://lexvo.org/id/char/54A8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%92%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C4%AB>,
        <http://lexvo.org/id/term/kor/%E5%92%A8>,
        <http://lexvo.org/id/term/kor/CA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zi1>,
        <http://lexvo.org/id/term/yue/%E5%92%A8>,
        "咨"^^xsd:string ;
    rdfs:comment "inquire, consult, discuss; plan"@en .

<http://lexvo.org/id/char/54A9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%92%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/mi%C4%93>,
        <http://lexvo.org/id/term/kor/%E5%92%A9>,
        <http://lexvo.org/id/term/kor/MI>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/me1>,
        <http://lexvo.org/id/term/yue/%E5%92%A9>,
        "咩"^^xsd:string ;
    rdfs:comment "the bleating of sheep; (Cant.) an interrogative particle"@en .

<http://lexvo.org/id/char/54AA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%92%AA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C4%AB>,
        <http://lexvo.org/id/term/kor/%E5%92%AA>,
        <http://lexvo.org/id/term/kor/MI>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mai1%20mai5%20mai6>,
        <http://lexvo.org/id/term/yue/%E5%92%AA>,
        "咪"^^xsd:string ;
    rdfs:comment "sound of cat, cat's meow; meter; (Cant.) don't!"@en .

<http://lexvo.org/id/char/54AB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%92%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C7%90>,
        <http://lexvo.org/id/term/kor/%E5%92%AB>,
        <http://lexvo.org/id/term/kor/CI>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zi2>,
        <http://lexvo.org/id/term/yue/%E5%92%AB>,
        "咫"^^xsd:string ;
    rdfs:comment "foot measure of Zhou dynasty"@en .

<http://lexvo.org/id/char/54AC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%92%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%8Eo>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%8Eo%20ji%C4%81o>,
        <http://lexvo.org/id/term/kor/%E5%92%AC>,
        <http://lexvo.org/id/term/kor/KYO>,
        <http://lexvo.org/id/term/vie/rao>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ngaau5>,
        <http://lexvo.org/id/term/yue/%E5%92%AC>,
        "咬"^^xsd:string ;
    rdfs:comment "bite, gnaw"@en .

<http://lexvo.org/id/char/54AD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%92%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C4%AB>,
        <http://lexvo.org/id/term/kor/%E5%92%AD>,
        <http://lexvo.org/id/term/kor/KIL%20KAL>,
        <http://lexvo.org/id/term/vie/g%E1%BA%AFt>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gat1%20kaat1%20kat1%20kit1>,
        <http://lexvo.org/id/term/yue/%E5%92%AD>,
        "咭"^^xsd:string ;
    rdfs:comment "(Cant.) to guard (from Engl. 'guard'); a card (from Engl. 'card'); young and pretty (from Engl. 'kid')"@en .

<http://lexvo.org/id/char/54AE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%92%AE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%B2u>,
        <http://lexvo.org/id/term/kor/%E5%92%AE>,
        <http://lexvo.org/id/term/kor/CWU>,
        <http://lexvo.org/id/term/vie/chau>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zau3%20zyu1>,
        <http://lexvo.org/id/term/yue/%E5%92%AE>,
        "咮"^^xsd:string ;
    rdfs:comment "a beak; to peck"@en .

<http://lexvo.org/id/char/54AF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%92%AF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C4%93%200626.040%3Ak%C7%8E%200730.090%3Alo%200752.020%3Alu%C3%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C4%93%20k%C7%8E%20lo>,
        <http://lexvo.org/id/term/kor/%E5%92%AF>,
        <http://lexvo.org/id/term/kor/KAK>,
        <http://lexvo.org/id/term/vie/kh%E1%BA%A1c>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gaak3%20lo1%20lo3%20lok3>,
        <http://lexvo.org/id/term/yue/%E5%92%AF>,
        "咯"^^xsd:string ;
    rdfs:comment "final particle"@en .

<http://lexvo.org/id/char/54B0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%92%B0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/shu%C3%A0i>,
        "咰"^^xsd:string .

<http://lexvo.org/id/char/54B1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%92%B1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C3%A1%201439.040%3Az%C3%A1n%201440.070%3Azan>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C3%A1n%20z%C3%A1>,
        <http://lexvo.org/id/term/kor/%E5%92%B1>,
        <http://lexvo.org/id/term/kor/CHAL%20CHA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zaa1>,
        <http://lexvo.org/id/term/yue/%E5%92%B1>,
        "咱"^^xsd:string ;
    rdfs:comment "we, us"@en .

<http://lexvo.org/id/char/54B2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%92%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A0o>,
        <http://lexvo.org/id/term/kor/%E5%92%B2>,
        <http://lexvo.org/id/term/kor/SO>,
        "咲"^^xsd:string ;
    rdfs:comment "smile, laugh, giggle; snicker"@en .

<http://lexvo.org/id/char/54B3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%92%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C4%81i%200639.040%3Ak%C3%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C3%A9%20h%C4%81i%20h%C3%A1i%20k%C3%A0i>,
        <http://lexvo.org/id/term/kor/%E5%92%B3>,
        <http://lexvo.org/id/term/kor/HAY>,
        <http://lexvo.org/id/term/vie/cay>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/haai1%20hoi4%20kat1%20koi3>,
        <http://lexvo.org/id/term/yue/%E5%92%B3>,
        "咳"^^xsd:string ;
    rdfs:comment "cough"@en .

<http://lexvo.org/id/char/54B4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%92%B4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C4%AB>,
        "咴"^^xsd:string .

<http://lexvo.org/id/char/54B5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%92%B5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ku%C4%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ku%C7%8E>,
        "咵"^^xsd:string ;
    rdfs:comment "to revile"@en .

<http://lexvo.org/id/char/54B6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%92%B6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%A0i%20hu%C3%A1%20sh%C3%AC>,
        <http://lexvo.org/id/term/kor/%E5%92%B6>,
        <http://lexvo.org/id/term/kor/SI%20HWAL>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/si6>,
        <http://lexvo.org/id/term/yue/%E5%92%B6>,
        "咶"^^xsd:string .

<http://lexvo.org/id/char/54B7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%92%B7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%A1o>,
        <http://lexvo.org/id/term/kor/%E5%92%B7>,
        <http://lexvo.org/id/term/kor/TO>,
        <http://lexvo.org/id/term/vie/tr%E1%BB%87u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tou4>,
        <http://lexvo.org/id/term/yue/%E5%92%B7>,
        "咷"^^xsd:string ;
    rdfs:comment "howl, cry loudly"@en .

<http://lexvo.org/id/char/54B8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%92%B8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A1n>,
        <http://lexvo.org/id/term/kor/%E5%92%B8>,
        <http://lexvo.org/id/term/kor/HAM>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/haam4>,
        <http://lexvo.org/id/term/yue/%E5%92%B8>,
        "咸"^^xsd:string ;
    rdfs:comment "together; all, completely; united"@en .

<http://lexvo.org/id/char/54B9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C3%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%92%B9>,
        <http://lexvo.org/id/term/vie/%C4%83n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hon1>,
        <http://lexvo.org/id/term/yue/%E5%92%B9>,
        "咹"^^xsd:string ;
    rdfs:comment "(Cant.) sound of an automobile horn"@en .

<http://lexvo.org/id/char/54BA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%92%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xu%C7%8En%20xu%C4%81n>,
        <http://lexvo.org/id/term/kor/%E5%92%BA>,
        <http://lexvo.org/id/term/kor/HWEN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hyun1%20hyun2>,
        <http://lexvo.org/id/term/yue/%E5%92%BA>,
        "咺"^^xsd:string ;
    rdfs:comment "majestic"@en .

<http://lexvo.org/id/char/54BB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%92%BB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C5%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C5%AB%20x%C7%94>,
        <http://lexvo.org/id/term/kor/%E5%92%BB>,
        <http://lexvo.org/id/term/kor/HYU>,
        <http://lexvo.org/id/term/vie/hiu>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/heoi2%20jau1>,
        <http://lexvo.org/id/term/yue/%E5%92%BB>,
        "咻"^^xsd:string ;
    rdfs:comment "shout"@en .

<http://lexvo.org/id/char/54BC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%92%BC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/gu%C5%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C4%81i>,
        <http://lexvo.org/id/term/kor/%E5%92%BC>,
        <http://lexvo.org/id/term/kor/KWAY>,
        <http://lexvo.org/id/term/vie/o%C3%A0>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gwaa3%20waa1>,
        <http://lexvo.org/id/term/yue/%E5%92%BC>,
        "咼"^^xsd:string ;
    rdfs:comment "chat, jaw, gossip, talk; mouth"@en .

<http://lexvo.org/id/char/54BD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%92%BD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C4%81n%201332.090%3Ay%C3%A0n%201349.040%3Ay%C3%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C4%81n%20y%C3%A0n%20y%C3%A8>,
        <http://lexvo.org/id/term/kor/%E5%92%BD>,
        <http://lexvo.org/id/term/kor/IN%20YEL>,
        <http://lexvo.org/id/term/vie/nh%E1%BA%B1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jin1%20jin3%20jit3>,
        <http://lexvo.org/id/term/yue/%E5%92%BD>,
        "咽"^^xsd:string ;
    rdfs:comment "throat; pharynx"@en .

<http://lexvo.org/id/char/54BE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%92%BE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C7%8Eo>,
        <http://lexvo.org/id/term/vie/l%C3%A1o>,
        "咾"^^xsd:string ;
    rdfs:comment "a noise; a sound"@en .

<http://lexvo.org/id/char/54BF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%92%BF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C4%AB>,
        <http://lexvo.org/id/term/kor/%E5%92%BF>,
        <http://lexvo.org/id/term/kor/I>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ji1>,
        <http://lexvo.org/id/term/yue/%E5%92%BF>,
        "咿"^^xsd:string ;
    rdfs:comment "descriptive of creaking; laugh"@en .

<http://lexvo.org/id/char/54C0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C4%81i>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%93%80>,
        <http://lexvo.org/id/term/kor/%E5%93%80>,
        <http://lexvo.org/id/term/kor/AY>,
        <http://lexvo.org/id/term/vie/ai>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/oi1>,
        <http://lexvo.org/id/term/yue/%E5%93%80>,
        "哀"^^xsd:string ;
    rdfs:comment "sad, mournful, pitiful; pity"@en .

<http://lexvo.org/id/char/54C1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%93%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C7%90n>,
        <http://lexvo.org/id/term/kor/%E5%93%81>,
        <http://lexvo.org/id/term/kor/PHWUM>,
        <http://lexvo.org/id/term/vie/ph%E1%BA%A9m>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ban2>,
        <http://lexvo.org/id/term/yue/%E5%93%81>,
        "品"^^xsd:string ;
    rdfs:comment "article, product, commodity"@en .

<http://lexvo.org/id/char/54C2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%93%82>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C4%9Bn>,
        <http://lexvo.org/id/term/kor/%E5%93%82>,
        <http://lexvo.org/id/term/kor/SIN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/can2%20saai3>,
        <http://lexvo.org/id/term/yue/%E5%93%82>,
        "哂"^^xsd:string ;
    rdfs:comment "smile, laugh at, sneer at; (Cant.) a final particle indicating doing something to the full extent possible"@en .

<http://lexvo.org/id/char/54C3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%93%83>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%B3ng>,
        <http://lexvo.org/id/term/kor/%E5%93%83>,
        <http://lexvo.org/id/term/kor/TONG>,
        <http://lexvo.org/id/term/vie/%C4%91%C3%B9ng>,
        "哃"^^xsd:string .

<http://lexvo.org/id/char/54C4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%93%84>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C5%8Dng%200466.100%3Ah%C7%92ng%200466.140%3Ah%C3%B2ng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C5%8Dng%20h%C7%92ng%20h%C3%B2ng>,
        <http://lexvo.org/id/term/kor/%E5%93%84>,
        <http://lexvo.org/id/term/kor/HONG>,
        <http://lexvo.org/id/term/vie/h%E1%BB%8Dng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hung2%20hung3%20hung6>,
        <http://lexvo.org/id/term/yue/%E5%93%84>,
        "哄"^^xsd:string ;
    rdfs:comment "coax; beguile, cheat, deceive"@en .

<http://lexvo.org/id/char/54C5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%93%85>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C5%8Dng>,
        <http://lexvo.org/id/term/kor/%E5%93%85>,
        <http://lexvo.org/id/term/kor/HYUNG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hung1>,
        <http://lexvo.org/id/term/yue/%E5%93%85>,
        "哅"^^xsd:string .

<http://lexvo.org/id/char/54C6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%93%86>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/du%C5%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/du%C5%8D%20ch%C7%90>,
        <http://lexvo.org/id/term/kor/%E5%93%86>,
        <http://lexvo.org/id/term/kor/CHI>,
        <http://lexvo.org/id/term/vie/%C4%91%E1%BB%9B>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ce2%20ci2%20do1>,
        <http://lexvo.org/id/term/yue/%E5%93%86>,
        "哆"^^xsd:string ;
    rdfs:comment "tremble, shiver, shudder, quiver"@en .

<http://lexvo.org/id/char/54C7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%93%87>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C4%81%201177.050%3Awa>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C4%81%20wa>,
        <http://lexvo.org/id/term/kor/%E5%93%87>,
        <http://lexvo.org/id/term/kor/WA>,
        <http://lexvo.org/id/term/vie/o%C3%A0>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/waa1>,
        <http://lexvo.org/id/term/yue/%E5%93%87>,
        "哇"^^xsd:string ;
    rdfs:comment "vomit; cry of an infant"@en .

<http://lexvo.org/id/char/54C8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%93%88>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C4%81%200431.060%3Ah%C7%8E%200431.070%3Ah%C3%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C4%81%20h%C7%8E%20h%C3%A0>,
        <http://lexvo.org/id/term/kor/%E5%93%88>,
        <http://lexvo.org/id/term/kor/HAP>,
        <http://lexvo.org/id/term/vie/h%C3%B3p>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/haa1>,
        <http://lexvo.org/id/term/yue/%E5%93%88>,
        "哈"^^xsd:string ;
    rdfs:comment "sound of laughter"@en .

<http://lexvo.org/id/char/54C9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%93%89>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C4%81i>,
        <http://lexvo.org/id/term/kor/%E5%93%89>,
        <http://lexvo.org/id/term/kor/CAY>,
        <http://lexvo.org/id/term/vie/tai>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zoi1>,
        <http://lexvo.org/id/term/yue/%E5%93%89>,
        "哉"^^xsd:string ;
    rdfs:comment "final exclamatory particle"@en .

<http://lexvo.org/id/char/54CA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%93%8A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%B9>,
        "哊"^^xsd:string .

<http://lexvo.org/id/char/54CB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%93%8B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%AC%20d%C4%93i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dei2%20dei6%20di4>,
        <http://lexvo.org/id/term/yue/%E5%93%8B>,
        "哋"^^xsd:string ;
    rdfs:comment "(Cant.) plural; adverb"@en .

<http://lexvo.org/id/char/54CC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%93%8C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%A0i>,
        "哌"^^xsd:string ;
    rdfs:comment "used in translation"@en .

<http://lexvo.org/id/char/54CD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%93%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C7%8Eng>,
        <http://lexvo.org/id/term/kor/%E5%93%8D>,
        <http://lexvo.org/id/term/kor/SANG>,
        <http://lexvo.org/id/term/vie/h%C6%B0%E1%BB%9Fng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hoeng2>,
        <http://lexvo.org/id/term/yue/%E5%93%8D>,
        "响"^^xsd:string ;
    rdfs:comment "make sound, make noise; sound"@en .

<http://lexvo.org/id/char/54CE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C4%81i>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%93%8E>,
        <http://lexvo.org/id/term/kor/%E5%93%8E>,
        <http://lexvo.org/id/term/kor/AY>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/aai1%20ai3>,
        <http://lexvo.org/id/term/yue/%E5%93%8E>,
        "哎"^^xsd:string ;
    rdfs:comment "interjection of surprise"@en .

<http://lexvo.org/id/char/54CF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%93%8F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C3%A9n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C4%9Bn%20g%C3%A9n>,
        <http://lexvo.org/id/term/vie/g%E1%BA%AFn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gan1>,
        <http://lexvo.org/id/term/yue/%E5%93%8F>,
        "哏"^^xsd:string .

<http://lexvo.org/id/char/54D0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%93%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ku%C4%81ng>,
        "哐"^^xsd:string ;
    rdfs:comment "syllable"@en .

<http://lexvo.org/id/char/54D1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%93%91>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C4%81%201320.080%3Ay%C7%8E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%8E%20y%C4%81%20%C3%A8>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/aa1%20aa2>,
        <http://lexvo.org/id/term/yue/%E5%93%91>,
        "哑"^^xsd:string ;
    rdfs:comment "dumb, mute; become hoarse"@en .

<http://lexvo.org/id/char/54D2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%93%92>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C4%81>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/daat6>,
        <http://lexvo.org/id/term/yue/%E5%93%92>,
        "哒"^^xsd:string ;
    rdfs:comment "a sound made to get a horse to move forward"@en .

<http://lexvo.org/id/char/54D3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%93%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C4%81o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hiu1>,
        <http://lexvo.org/id/term/yue/%E5%93%93>,
        "哓"^^xsd:string ;
    rdfs:comment "garrulous; disturbed; restless"@en .

<http://lexvo.org/id/char/54D4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%93%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bat1>,
        <http://lexvo.org/id/term/yue/%E5%93%94>,
        "哔"^^xsd:string ;
    rdfs:comment "used in transliterations"@en .

<http://lexvo.org/id/char/54D5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%93%95>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%AC%201427.060%3Ayu%C4%9B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/yu%C4%9B%20hu%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jyut6>,
        <http://lexvo.org/id/term/yue/%E5%93%95>,
        "哕"^^xsd:string ;
    rdfs:comment "belch; vomit"@en .

<http://lexvo.org/id/char/54D6> a lvont:Character ;
    lvont:represents "哖"^^xsd:string .

<http://lexvo.org/id/char/54D7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%93%97>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C4%81%200484.010%3Ahu%C3%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C4%81%20hu%C3%A1>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/waa1%20waa4>,
        <http://lexvo.org/id/term/yue/%E5%93%97>,
        "哗"^^xsd:string ;
    rdfs:comment "rushing sound; gush forward"@en .

<http://lexvo.org/id/char/54D8> a lvont:Character ;
    lvont:represents "哘"^^xsd:string .

<http://lexvo.org/id/char/54D9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%93%99>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ku%C3%A0i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/faai3>,
        <http://lexvo.org/id/term/yue/%E5%93%99>,
        "哙"^^xsd:string ;
    rdfs:comment "swallow, gulp down; greedy"@en .

<http://lexvo.org/id/char/54DA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%93%9A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/du%C7%92>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/do2%20doe1>,
        <http://lexvo.org/id/term/yue/%E5%93%9A>,
        "哚"^^xsd:string ;
    rdfs:comment "chemical element; (Cant.) backing, support of someone powerful; a little"@en .

<http://lexvo.org/id/char/54DB> a lvont:Character ;
    lvont:represents "哛"^^xsd:string .

<http://lexvo.org/id/char/54DC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%93%9C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cai6>,
        <http://lexvo.org/id/term/yue/%E5%93%9C>,
        "哜"^^xsd:string ;
    rdfs:comment "sip"@en .

<http://lexvo.org/id/char/54DD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%93%9D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C3%B3ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/nung4>,
        <http://lexvo.org/id/term/yue/%E5%93%9D>,
        "哝"^^xsd:string ;
    rdfs:comment "whisper"@en .

<http://lexvo.org/id/char/54DE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%93%9E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C5%8Du>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mau1%20mau4>,
        <http://lexvo.org/id/term/yue/%E5%93%9E>,
        "哞"^^xsd:string ;
    rdfs:comment "moo"@en .

<http://lexvo.org/id/char/54DF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%93%9F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C5%8D%201390.070%3Ayo>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/yo>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jo1>,
        <http://lexvo.org/id/term/yue/%E5%93%9F>,
        "哟"^^xsd:string ;
    rdfs:comment "ah, final particle"@en .

<http://lexvo.org/id/char/54E0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%93%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A0o>,
        "哠"^^xsd:string .

<http://lexvo.org/id/char/54E1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%93%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/yu%C3%A1n%20y%C3%B9n>,
        <http://lexvo.org/id/term/kor/%E5%93%A1>,
        <http://lexvo.org/id/term/kor/WEN>,
        <http://lexvo.org/id/term/vie/vi%C3%AAn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jyun4%20wan4>,
        <http://lexvo.org/id/term/yue/%E5%93%A1>,
        "員"^^xsd:string ;
    rdfs:comment "member; personnel, staff member"@en .

<http://lexvo.org/id/char/54E2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%93%A2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%B2ng>,
        <http://lexvo.org/id/term/kor/%E5%93%A2>,
        <http://lexvo.org/id/term/kor/LONG>,
        <http://lexvo.org/id/term/vie/tr%E1%BB%99ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lung6>,
        <http://lexvo.org/id/term/yue/%E5%93%A2>,
        "哢"^^xsd:string ;
    rdfs:comment "syllable"@en .

<http://lexvo.org/id/char/54E3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%93%A3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C7%92u>,
        <http://lexvo.org/id/term/vie/nh%E1%BA%A1u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dau6>,
        <http://lexvo.org/id/term/yue/%E5%93%A3>,
        "哣"^^xsd:string ;
    rdfs:comment "(Cant.) sick, unwell"@en .

<http://lexvo.org/id/char/54E4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%93%A4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A1ng>,
        <http://lexvo.org/id/term/kor/%E5%93%A4>,
        <http://lexvo.org/id/term/kor/PANG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mong4>,
        <http://lexvo.org/id/term/yue/%E5%93%A4>,
        "哤"^^xsd:string ;
    rdfs:comment "jargon"@en .

<http://lexvo.org/id/char/54E5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%93%A5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C4%93>,
        <http://lexvo.org/id/term/kor/%E5%93%A5>,
        <http://lexvo.org/id/term/kor/KA>,
        <http://lexvo.org/id/term/vie/ca>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/go1>,
        <http://lexvo.org/id/term/yue/%E5%93%A5>,
        "哥"^^xsd:string ;
    rdfs:comment "elder brother"@en .

<http://lexvo.org/id/char/54E6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C3%A9%20%C3%B3%20%C3%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%C3%A9%200845.030%3A%C3%B3%200845.050%3A%C3%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%93%A6>,
        <http://lexvo.org/id/term/kor/%E5%93%A6>,
        <http://lexvo.org/id/term/kor/A>,
        <http://lexvo.org/id/term/vie/nga>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ngo4%20o2%20o4%20o6>,
        <http://lexvo.org/id/term/yue/%E5%93%A6>,
        "哦"^^xsd:string ;
    rdfs:comment "oh? really? is that so?"@en .

<http://lexvo.org/id/char/54E7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%93%A7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C4%AB>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ci1>,
        <http://lexvo.org/id/term/yue/%E5%93%A7>,
        "哧"^^xsd:string ;
    rdfs:comment "sound of ripping or giggling"@en .

<http://lexvo.org/id/char/54E8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%93%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%A0o>,
        <http://lexvo.org/id/term/kor/%E5%93%A8>,
        <http://lexvo.org/id/term/kor/CHO%20SO>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/saau3>,
        <http://lexvo.org/id/term/yue/%E5%93%A8>,
        "哨"^^xsd:string ;
    rdfs:comment "whistle, blow whistle; chirp"@en .

<http://lexvo.org/id/char/54E9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%93%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C4%AB%200695.010%3Al%C7%90%200700.110%3Ali%201385.010%3Ay%C4%ABng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C4%AB%20li%20l%C7%90>,
        <http://lexvo.org/id/term/kor/%E5%93%A9>,
        <http://lexvo.org/id/term/kor/LI>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/le1%20lei5%20li1>,
        <http://lexvo.org/id/term/yue/%E5%93%A9>,
        "哩"^^xsd:string ;
    rdfs:comment "mile"@en .

<http://lexvo.org/id/char/54EA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%93%AA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C7%8E%200813.040%3Ana%200814.010%3An%C7%8Ei%200821.040%3An%C3%A9%200822.050%3An%C4%9Bi>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C7%8E%20n%C4%9Bi%20na%20n%C3%A9>,
        <http://lexvo.org/id/term/kor/%E5%93%AA>,
        <http://lexvo.org/id/term/kor/NA>,
        <http://lexvo.org/id/term/vie/n%C3%A1>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/naa1%20naa4%20naa5>,
        <http://lexvo.org/id/term/yue/%E5%93%AA>,
        "哪"^^xsd:string ;
    rdfs:comment "which? where? how?"@en .

<http://lexvo.org/id/char/54EB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%93%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C3%BA>,
        <http://lexvo.org/id/term/kor/%E5%93%AB>,
        <http://lexvo.org/id/term/kor/COK>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zuk1>,
        <http://lexvo.org/id/term/yue/%E5%93%AB>,
        "哫"^^xsd:string ;
    rdfs:comment "to cajole"@en .

<http://lexvo.org/id/char/54EC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%93%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A9>,
        <http://lexvo.org/id/term/kor/%E5%93%AC>,
        <http://lexvo.org/id/term/kor/HA>,
        <http://lexvo.org/id/term/vie/h%C3%A0>,
        "哬"^^xsd:string .

<http://lexvo.org/id/char/54ED> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%93%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C5%AB>,
        <http://lexvo.org/id/term/kor/%E5%93%AD>,
        <http://lexvo.org/id/term/kor/KOK>,
        <http://lexvo.org/id/term/vie/kh%C3%B3c>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/huk1>,
        <http://lexvo.org/id/term/yue/%E5%93%AD>,
        "哭"^^xsd:string ;
    rdfs:comment "weep, cry, wail"@en .

<http://lexvo.org/id/char/54EE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%93%AE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C4%81o>,
        <http://lexvo.org/id/term/kor/%E5%93%AE>,
        <http://lexvo.org/id/term/kor/HYO>,
        <http://lexvo.org/id/term/vie/hao>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/haau1>,
        <http://lexvo.org/id/term/yue/%E5%93%AE>,
        "哮"^^xsd:string ;
    rdfs:comment "cough; pant; roar"@en .

<http://lexvo.org/id/char/54EF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%93%AF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E5%93%AF>,
        <http://lexvo.org/id/term/kor/HYEN>,
        "哯"^^xsd:string .

<http://lexvo.org/id/char/54F0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%93%B0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%A1o>,
        <http://lexvo.org/id/term/kor/%E5%93%B0>,
        <http://lexvo.org/id/term/kor/LO>,
        <http://lexvo.org/id/term/vie/rao>,
        "哰"^^xsd:string ;
    rdfs:comment "incoherent chatter"@en .

<http://lexvo.org/id/char/54F1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%93%B1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C5%8D>,
        <http://lexvo.org/id/term/kor/%E5%93%B1>,
        <http://lexvo.org/id/term/kor/PAL>,
        <http://lexvo.org/id/term/vie/bu%E1%BB%99t>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/but6>,
        <http://lexvo.org/id/term/yue/%E5%93%B1>,
        "哱"^^xsd:string .

<http://lexvo.org/id/char/54F2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%93%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%A9>,
        <http://lexvo.org/id/term/kor/%E5%93%B2>,
        <http://lexvo.org/id/term/kor/CHEL>,
        <http://lexvo.org/id/term/vie/tri%E1%BA%BFt>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zit3>,
        <http://lexvo.org/id/term/yue/%E5%93%B2>,
        "哲"^^xsd:string ;
    rdfs:comment "wise, sagacious; wise man, sage"@en .

<http://lexvo.org/id/char/54F3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%93%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C4%81>,
        <http://lexvo.org/id/term/kor/%E5%93%B3>,
        <http://lexvo.org/id/term/kor/CHAL>,
        <http://lexvo.org/id/term/vie/ch%C3%ADt>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zaat3>,
        <http://lexvo.org/id/term/yue/%E5%93%B3>,
        "哳"^^xsd:string .

<http://lexvo.org/id/char/54F4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%93%B4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C3%A0ng%20l%C3%A1ng>,
        "哴"^^xsd:string ;
    rdfs:comment "crying of infants"@en .

<http://lexvo.org/id/char/54F5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%93%B5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C4%81>,
        "哵"^^xsd:string ;
    rdfs:comment "the cry of a bird"@en .

<http://lexvo.org/id/char/54F6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%93%B6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/mi%C4%93>,
        <http://lexvo.org/id/term/kor/%E5%93%B6>,
        <http://lexvo.org/id/term/kor/MA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/me1>,
        <http://lexvo.org/id/term/yue/%E5%93%B6>,
        "哶"^^xsd:string ;
    rdfs:comment "bleat"@en .

<http://lexvo.org/id/char/54F7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%93%B7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%A8>,
        <http://lexvo.org/id/term/kor/%E5%93%B7>,
        <http://lexvo.org/id/term/kor/LYEL>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lyut3>,
        <http://lexvo.org/id/term/yue/%E5%93%B7>,
        "哷"^^xsd:string .

<http://lexvo.org/id/char/54F8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%93%B8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/su%C4%AB>,
        "哸"^^xsd:string .

<http://lexvo.org/id/char/54F9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%93%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%B3u>,
        <http://lexvo.org/id/term/kor/%E5%93%B9>,
        <http://lexvo.org/id/term/kor/PWU>,
        "哹"^^xsd:string .

<http://lexvo.org/id/char/54FA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%93%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C7%94>,
        <http://lexvo.org/id/term/kor/%E5%93%BA>,
        <http://lexvo.org/id/term/kor/PHO>,
        <http://lexvo.org/id/term/vie/ph%C3%B4>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bou1%20bou6>,
        <http://lexvo.org/id/term/yue/%E5%93%BA>,
        "哺"^^xsd:string ;
    rdfs:comment "chew food; feed"@en .

<http://lexvo.org/id/char/54FB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%93%BB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A0n>,
        "哻"^^xsd:string .

<http://lexvo.org/id/char/54FC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%93%BC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C4%93ng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C4%93ng%200461.030%3Ahng>,
        <http://lexvo.org/id/term/kor/%E5%93%BC>,
        <http://lexvo.org/id/term/kor/HYENG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hang1%20hng6%20ng1>,
        <http://lexvo.org/id/term/yue/%E5%93%BC>,
        "哼"^^xsd:string ;
    rdfs:comment "hum; sing softly; groan, moan; (Cant.) an interjecting indicating disapproval"@en .

<http://lexvo.org/id/char/54FD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%93%BD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C4%9Bng>,
        <http://lexvo.org/id/term/kor/%E5%93%BD>,
        <http://lexvo.org/id/term/kor/KYENG>,
        <http://lexvo.org/id/term/vie/ng%E1%BA%A1nh>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ang2%20gang2>,
        <http://lexvo.org/id/term/yue/%E5%93%BD>,
        "哽"^^xsd:string ;
    rdfs:comment "choke (with grief)"@en .

<http://lexvo.org/id/char/54FE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%93%BE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/shu%C5%8D>,
        "哾"^^xsd:string .

<http://lexvo.org/id/char/54FF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%93%BF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C4%9B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C4%9B%20k%C4%9B>,
        <http://lexvo.org/id/term/kor/%E5%93%BF>,
        <http://lexvo.org/id/term/kor/KA>,
        <http://lexvo.org/id/term/vie/c%E1%BA%A3>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/go2%20ho2>,
        <http://lexvo.org/id/term/yue/%E5%93%BF>,
        "哿"^^xsd:string ;
    rdfs:comment "excellent; to commend to be able to"@en .

<http://lexvo.org/id/char/5500> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%94%80>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%92u>,
        <http://lexvo.org/id/term/kor/%E5%94%80>,
        <http://lexvo.org/id/term/kor/YU>,
        "唀"^^xsd:string .

<http://lexvo.org/id/char/5501> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%94%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E5%94%81>,
        <http://lexvo.org/id/term/kor/EN>,
        <http://lexvo.org/id/term/vie/ngon>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jin6>,
        <http://lexvo.org/id/term/yue/%E5%94%81>,
        "唁"^^xsd:string ;
    rdfs:comment "express condolence"@en .

<http://lexvo.org/id/char/5502> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%94%82>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C7%94>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/guk1>,
        <http://lexvo.org/id/term/yue/%E5%94%82>,
        "唂"^^xsd:string ;
    rdfs:comment "(Cant.) phonetic; in a bad mood"@en .

<http://lexvo.org/id/char/5503> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%94%83>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C7%94>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/guk1>,
        <http://lexvo.org/id/term/yue/%E5%94%83>,
        "唃"^^xsd:string .

<http://lexvo.org/id/char/5504> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%94%84>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%A0i%20bei>,
        <http://lexvo.org/id/term/kor/%E5%94%84>,
        <http://lexvo.org/id/term/kor/PHAY>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/baai6>,
        <http://lexvo.org/id/term/yue/%E5%94%84>,
        "唄"^^xsd:string ;
    rdfs:comment "final particle of assertion pathaka"@en .

<http://lexvo.org/id/char/5505> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%94%85>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C4%81n%20h%C3%A1n%20h%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E5%94%85>,
        <http://lexvo.org/id/term/kor/HAM>,
        <http://lexvo.org/id/term/vie/h%E1%BA%A7m>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ham1%20ham3%20ham4%20ngam4%20ngam6%20ngan4>,
        <http://lexvo.org/id/term/yue/%E5%94%85>,
        "唅"^^xsd:string ;
    rdfs:comment "a sound; to put in the mouth; (Cant.) to grunt, grumble"@en .

<http://lexvo.org/id/char/5506> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%94%86>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/su%C5%8D>,
        <http://lexvo.org/id/term/kor/%E5%94%86>,
        <http://lexvo.org/id/term/kor/SA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/so1>,
        <http://lexvo.org/id/term/yue/%E5%94%86>,
        "唆"^^xsd:string ;
    rdfs:comment "make mischief, incite, instigate"@en .

<http://lexvo.org/id/char/5507> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%94%87>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%BAn>,
        <http://lexvo.org/id/term/kor/%E5%94%87>,
        <http://lexvo.org/id/term/kor/CIN>,
        <http://lexvo.org/id/term/vie/th%E1%BA%A7n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/seon4>,
        <http://lexvo.org/id/term/yue/%E5%94%87>,
        "唇"^^xsd:string ;
    rdfs:comment "lips"@en .

<http://lexvo.org/id/char/5508> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%94%88>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%AC>,
        <http://lexvo.org/id/term/kor/%E5%94%88>,
        <http://lexvo.org/id/term/kor/UP%20AP>,
        <http://lexvo.org/id/term/vie/o%E1%BA%A1p>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jap1>,
        <http://lexvo.org/id/term/yue/%E5%94%88>,
        "唈"^^xsd:string ;
    rdfs:comment "to sob"@en .

<http://lexvo.org/id/char/5509> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C4%81i%20%C3%A0i>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%C4%81i%200004.100%3A%C3%A0i>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%94%89>,
        <http://lexvo.org/id/term/kor/%E5%94%89>,
        <http://lexvo.org/id/term/kor/AY>,
        <http://lexvo.org/id/term/vie/h%C3%A3y>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/aai1%20oi1>,
        <http://lexvo.org/id/term/yue/%E5%94%89>,
        "唉"^^xsd:string ;
    rdfs:comment "alas, exclamation of surprise or pain"@en .

<http://lexvo.org/id/char/550A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%94%8A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%A1%20qi%C7%8En>,
        <http://lexvo.org/id/term/kor/%E5%94%8A>,
        <http://lexvo.org/id/term/kor/KYEP>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gaap3%20gaap6>,
        <http://lexvo.org/id/term/yue/%E5%94%8A>,
        "唊"^^xsd:string ;
    rdfs:comment "(Cant.) to hold fast, press"@en .

<http://lexvo.org/id/char/550B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%94%8B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C7%94>,
        <http://lexvo.org/id/term/vie/d%E1%BB%A9>,
        "唋"^^xsd:string .

<http://lexvo.org/id/char/550C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%94%8C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A1n%20y%C3%A1n%20d%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E5%94%8C>,
        <http://lexvo.org/id/term/kor/YEN%20TAN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jin4>,
        <http://lexvo.org/id/term/yue/%E5%94%8C>,
        "唌"^^xsd:string .

<http://lexvo.org/id/char/550D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%94%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C7%8En>,
        <http://lexvo.org/id/term/kor/%E5%94%8D>,
        <http://lexvo.org/id/term/kor/WAN>,
        "唍"^^xsd:string .

<http://lexvo.org/id/char/550E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%94%8E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%AC%20l%C4%AB>,
        <http://lexvo.org/id/term/kor/%E5%94%8E>,
        <http://lexvo.org/id/term/kor/LI>,
        <http://lexvo.org/id/term/vie/l%E1%BB%9Di>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/le3%20le5%20lei1%20li1>,
        <http://lexvo.org/id/term/yue/%E5%94%8E>,
        "唎"^^xsd:string ;
    rdfs:comment "sound, noise; final particle"@en .

<http://lexvo.org/id/char/550F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%94%8F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C4%AB>,
        <http://lexvo.org/id/term/kor/%E5%94%8F>,
        <http://lexvo.org/id/term/kor/HUY>,
        <http://lexvo.org/id/term/vie/h%C6%A1i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hei1>,
        <http://lexvo.org/id/term/yue/%E5%94%8F>,
        "唏"^^xsd:string ;
    rdfs:comment "weep or sob; grieve"@en .

<http://lexvo.org/id/char/5510> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%94%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%A1ng>,
        <http://lexvo.org/id/term/kor/%E5%94%90>,
        <http://lexvo.org/id/term/kor/TANG>,
        <http://lexvo.org/id/term/vie/%C4%91%C6%B0%E1%BB%9Dng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tong4>,
        <http://lexvo.org/id/term/yue/%E5%94%90>,
        "唐"^^xsd:string ;
    rdfs:comment "Tang dynasty; Chinese"@en .

<http://lexvo.org/id/char/5511> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%94%91>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zu%C3%B2>,
        <http://lexvo.org/id/term/vie/do%E1%BA%A1>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zo6>,
        <http://lexvo.org/id/term/yue/%E5%94%91>,
        "唑"^^xsd:string ;
    rdfs:comment "(chem.) azole"@en .

<http://lexvo.org/id/char/5512> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%94%92>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C3%BA>,
        <http://lexvo.org/id/term/vie/d%E1%BA%ABu>,
        "唒"^^xsd:string .

<http://lexvo.org/id/char/5513> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%94%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C4%93>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ce1>,
        <http://lexvo.org/id/term/yue/%E5%94%93>,
        "唓"^^xsd:string ;
    rdfs:comment "(Cant.) interjection"@en .

<http://lexvo.org/id/char/5514> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C5%84%200826.011%3A%C5%84g%201218.070%3Aw%C3%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%94%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C3%BA>,
        <http://lexvo.org/id/term/kor/%E5%94%94>,
        <http://lexvo.org/id/term/kor/O>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/m4%20ng4>,
        <http://lexvo.org/id/term/yue/%E5%94%94>,
        "唔"^^xsd:string ;
    rdfs:comment "hold in mouth; bite; (Cant.) not, negation"@en .

<http://lexvo.org/id/char/5515> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%94%95>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C3%A0o>,
        <http://lexvo.org/id/term/kor/%E5%94%95>,
        <http://lexvo.org/id/term/kor/CO>,
        "唕"^^xsd:string .

<http://lexvo.org/id/char/5516> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%94%96>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%8E>,
        <http://lexvo.org/id/term/kor/%E5%94%96>,
        <http://lexvo.org/id/term/kor/A>,
        "唖"^^xsd:string ;
    rdfs:comment "dumb, mute; become hoarse"@en .

<http://lexvo.org/id/char/5517> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%94%97>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C5%8Du>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dau1%20dau2>,
        <http://lexvo.org/id/term/yue/%E5%94%97>,
        "唗"^^xsd:string .

<http://lexvo.org/id/char/5518> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%94%98>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C7%90>,
        "唘"^^xsd:string .

<http://lexvo.org/id/char/5519> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%94%99>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%AD>,
        "唙"^^xsd:string .

<http://lexvo.org/id/char/551A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%94%9A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C3%ACn>,
        <http://lexvo.org/id/term/kor/%E5%94%9A>,
        <http://lexvo.org/id/term/kor/CHIM>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cam3>,
        <http://lexvo.org/id/term/yue/%E5%94%9A>,
        "唚"^^xsd:string ;
    rdfs:comment "vomiting of animals; to use bad language"@en .

<http://lexvo.org/id/char/551B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%94%9B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A0>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mak1>,
        <http://lexvo.org/id/term/yue/%E5%94%9B>,
        "唛"^^xsd:string ;
    rdfs:comment "mark"@en .

<http://lexvo.org/id/char/551C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/kor/%E5%94%9C>,
        <http://lexvo.org/id/term/kor/MAL>,
        "唜"^^xsd:string .

<http://lexvo.org/id/char/551D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%94%9D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C3%B2ng%200466.090%3Ah%C7%92ng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C7%92ng%20g%C3%B2ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gung3>,
        <http://lexvo.org/id/term/yue/%E5%94%9D>,
        "唝"^^xsd:string .

<http://lexvo.org/id/char/551E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%94%9E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C7%92u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tau2>,
        <http://lexvo.org/id/term/yue/%E5%94%9E>,
        "唞"^^xsd:string ;
    rdfs:comment "(Cant.) to gasp; to breathe; to rest"@en .

<http://lexvo.org/id/char/551F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/kor/%E5%94%9F>,
        <http://lexvo.org/id/term/kor/KES>,
        "唟"^^xsd:string ;
    rdfs:comment "place name"@en .

<http://lexvo.org/id/char/5520> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%94%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%A1o>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%A1o%200682.080%3Al%C3%A0o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lou4>,
        <http://lexvo.org/id/term/yue/%E5%94%A0>,
        "唠"^^xsd:string ;
    rdfs:comment "chat, jaw, gossip, talk"@en .

<http://lexvo.org/id/char/5521> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%94%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C7%8Eng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C7%8Eng%201384.100%3Ay%C4%ABng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/loeng2>,
        <http://lexvo.org/id/term/yue/%E5%94%A1>,
        "唡"^^xsd:string ;
    rdfs:comment "ounce"@en .

<http://lexvo.org/id/char/5522> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%94%A2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/su%C7%92>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/so2>,
        <http://lexvo.org/id/term/yue/%E5%94%A2>,
        "唢"^^xsd:string ;
    rdfs:comment "flute-like musical instrument"@en .

<http://lexvo.org/id/char/5523> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%94%A3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C3%A0o>,
        "唣"^^xsd:string ;
    rdfs:comment "chatter"@en .

<http://lexvo.org/id/char/5524> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%94%A4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E5%94%A4>,
        <http://lexvo.org/id/term/kor/HWAN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wun6>,
        <http://lexvo.org/id/term/yue/%E5%94%A4>,
        "唤"^^xsd:string ;
    rdfs:comment "call"@en .

<http://lexvo.org/id/char/5525> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/laang1%20laang4%20laang6%20lang3>,
        <http://lexvo.org/id/term/yue/%E5%94%A5>,
        "唥"^^xsd:string ;
    rdfs:comment "(Cant.) a bundle; onomatopoetic; round, circular; guys (slang)"@en .

<http://lexvo.org/id/char/5526> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%94%A6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C4%81>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/saa1>,
        <http://lexvo.org/id/term/yue/%E5%94%A6>,
        "唦"^^xsd:string .

<http://lexvo.org/id/char/5527> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%94%A7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C4%AB>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zek1%20zik1>,
        <http://lexvo.org/id/term/yue/%E5%94%A7>,
        "唧"^^xsd:string ;
    rdfs:comment "chirping of insects; pump; (Cant.) a final particle"@en .

<http://lexvo.org/id/char/5528> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%94%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zu%C7%92%20z%C7%94>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zo2>,
        <http://lexvo.org/id/term/yue/%E5%94%A8>,
        "唨"^^xsd:string ;
    rdfs:comment "(Cant.) particle indicating past tense"@en .

<http://lexvo.org/id/char/5529> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%94%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C5%8D>,
        <http://lexvo.org/id/term/vie/u%E1%BA%A9y>,
        "唩"^^xsd:string .

<http://lexvo.org/id/char/552A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%94%AA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C4%9Bng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C4%9Bng%20b%C4%9Bng>,
        <http://lexvo.org/id/term/kor/%E5%94%AA>,
        <http://lexvo.org/id/term/kor/PONG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fung2>,
        <http://lexvo.org/id/term/yue/%E5%94%AA>,
        "唪"^^xsd:string ;
    rdfs:comment "to recite, to intone or chant"@en .

<http://lexvo.org/id/char/552B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%94%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%ACn%201378.091%3Ay%C3%ADn>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%ADn>,
        <http://lexvo.org/id/term/kor/%E5%94%AB>,
        <http://lexvo.org/id/term/kor/KUM>,
        <http://lexvo.org/id/term/vie/c%C3%A2m>,
        "唫"^^xsd:string ;
    rdfs:comment "to hum, to intone, etc. to close, to shut"@en .

<http://lexvo.org/id/char/552C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%94%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C7%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C7%94%201243.040%3Axi%C3%A0>,
        <http://lexvo.org/id/term/kor/%E5%94%AC>,
        <http://lexvo.org/id/term/kor/HO>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fu2>,
        <http://lexvo.org/id/term/yue/%E5%94%AC>,
        "唬"^^xsd:string ;
    rdfs:comment "to intimidate; to scare"@en .

<http://lexvo.org/id/char/552D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%94%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C4%AB>,
        <http://lexvo.org/id/term/kor/%E5%94%AD>,
        <http://lexvo.org/id/term/kor/KI>,
        <http://lexvo.org/id/term/vie/c%C6%B0%E1%BB%9Di>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kei3>,
        <http://lexvo.org/id/term/yue/%E5%94%AD>,
        "唭"^^xsd:string .

<http://lexvo.org/id/char/552E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%94%AE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%B2u>,
        <http://lexvo.org/id/term/kor/%E5%94%AE>,
        <http://lexvo.org/id/term/kor/SWU>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sau6>,
        <http://lexvo.org/id/term/yue/%E5%94%AE>,
        "售"^^xsd:string ;
    rdfs:comment "sell"@en .

<http://lexvo.org/id/char/552F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%94%AF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C3%A9i%201197.110%3Aw%C4%9Bi>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C3%A9i%20w%C4%9Bi>,
        <http://lexvo.org/id/term/kor/%E5%94%AF>,
        <http://lexvo.org/id/term/kor/YU>,
        <http://lexvo.org/id/term/vie/d%C3%B5i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wai2%20wai4>,
        <http://lexvo.org/id/term/yue/%E5%94%AF>,
        "唯"^^xsd:string ;
    rdfs:comment "only; yes"@en .

<http://lexvo.org/id/char/5530> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%94%B0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/shu%C4%81>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/caat3>,
        <http://lexvo.org/id/term/yue/%E5%94%B0>,
        "唰"^^xsd:string ;
    rdfs:comment "swish, rustle"@en .

<http://lexvo.org/id/char/5531> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%94%B1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%A0ng>,
        <http://lexvo.org/id/term/kor/%E5%94%B1>,
        <http://lexvo.org/id/term/kor/CHANG>,
        <http://lexvo.org/id/term/vie/x%C6%B0%E1%BB%9Bng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/coeng3>,
        <http://lexvo.org/id/term/yue/%E5%94%B1>,
        "唱"^^xsd:string ;
    rdfs:comment "sing, chant, call; ditty, song"@en .

<http://lexvo.org/id/char/5532> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C3%A9r>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%94%B2>,
        <http://lexvo.org/id/term/kor/%E5%94%B2>,
        <http://lexvo.org/id/term/kor/A%20AY>,
        <http://lexvo.org/id/term/vie/nh%C3%A8>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ji4%20waa1>,
        <http://lexvo.org/id/term/yue/%E5%94%B2>,
        "唲"^^xsd:string ;
    rdfs:comment "forced laughter"@en .

<http://lexvo.org/id/char/5533> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%94%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%AC>,
        <http://lexvo.org/id/term/kor/%E5%94%B3>,
        <http://lexvo.org/id/term/kor/LYE>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/leoi6>,
        <http://lexvo.org/id/term/yue/%E5%94%B3>,
        "唳"^^xsd:string ;
    rdfs:comment "cry of bird; cry"@en .

<http://lexvo.org/id/char/5534> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%94%B4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C3%A0ng>,
        <http://lexvo.org/id/term/kor/%E5%94%B4>,
        <http://lexvo.org/id/term/kor/KANG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/goeng6>,
        <http://lexvo.org/id/term/yue/%E5%94%B4>,
        "唴"^^xsd:string .

<http://lexvo.org/id/char/5535> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C7%8En>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%94%B5>,
        <http://lexvo.org/id/term/kor/%E5%94%B5>,
        <http://lexvo.org/id/term/kor/AN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/am2>,
        <http://lexvo.org/id/term/yue/%E5%94%B5>,
        "唵"^^xsd:string ;
    rdfs:comment "used in Buddhist texts to transliterate non-Chinese sounds; to eat with the hand"@en .

<http://lexvo.org/id/char/5536> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%94%B6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%A8%20j%C3%AD%20z%C3%A8>,
        <http://lexvo.org/id/term/kor/%E5%94%B6>,
        <http://lexvo.org/id/term/kor/CHA%20CHAYK>,
        <http://lexvo.org/id/term/vie/tu%E1%BA%BFch>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zaak3%20ze3>,
        <http://lexvo.org/id/term/yue/%E5%94%B6>,
        "唶"^^xsd:string ;
    rdfs:comment "sigh, groan; loud laughter"@en .

<http://lexvo.org/id/char/5537> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%94%B7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C5%8D>,
        <http://lexvo.org/id/term/kor/%E5%94%B7>,
        <http://lexvo.org/id/term/kor/YUK>,
        <http://lexvo.org/id/term/vie/d%C3%B3c>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jo1>,
        <http://lexvo.org/id/term/yue/%E5%94%B7>,
        "唷"^^xsd:string ;
    rdfs:comment "final particle"@en .

<http://lexvo.org/id/char/5538> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%94%B8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ni%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E5%94%B8>,
        <http://lexvo.org/id/term/kor/CEM%20CEN>,
        <http://lexvo.org/id/term/vie/n%E1%BA%BFm>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/nim6>,
        <http://lexvo.org/id/term/yue/%E5%94%B8>,
        "唸"^^xsd:string ;
    rdfs:comment "recite, read, chant"@en .

<http://lexvo.org/id/char/5539> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%94%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C5%AB%20y%C5%8D>,
        <http://lexvo.org/id/term/kor/%E5%94%B9>,
        <http://lexvo.org/id/term/kor/E>,
        <http://lexvo.org/id/term/vie/%E1%BB%9B>,
        "唹"^^xsd:string ;
    rdfs:comment "to smile at"@en .

<http://lexvo.org/id/char/553A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%94%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ti%C7%8En>,
        "唺"^^xsd:string .

<http://lexvo.org/id/char/553B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%94%BB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C7%8Ei>,
        <http://lexvo.org/id/term/vie/l%E1%BA%A3i>,
        "唻"^^xsd:string .

<http://lexvo.org/id/char/553C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%94%BC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%A0%20z%C4%81%20qi%C3%A8>,
        <http://lexvo.org/id/term/kor/%E5%94%BC>,
        <http://lexvo.org/id/term/kor/SAP>,
        <http://lexvo.org/id/term/vie/th%C3%A9p>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cip3%20saap3%20zaap3>,
        <http://lexvo.org/id/term/yue/%E5%94%BC>,
        "唼"^^xsd:string ;
    rdfs:comment "speaking evil. gobbling sound made by ducks"@en .

<http://lexvo.org/id/char/553D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%94%BD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C4%AB>,
        "唽"^^xsd:string ;
    rdfs:comment "to twitter"@en .

<http://lexvo.org/id/char/553E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%94%BE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/tu%C3%B2>,
        <http://lexvo.org/id/term/kor/%E5%94%BE>,
        <http://lexvo.org/id/term/kor/THA>,
        <http://lexvo.org/id/term/vie/tho%C3%A1>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/to3%20toe3%20toe5>,
        <http://lexvo.org/id/term/yue/%E5%94%BE>,
        "唾"^^xsd:string ;
    rdfs:comment "spit, spit on; saliva"@en .

<http://lexvo.org/id/char/553F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%94%BF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C5%AB>,
        <http://lexvo.org/id/term/kor/%E5%94%BF>,
        <http://lexvo.org/id/term/kor/HOL>,
        <http://lexvo.org/id/term/vie/h%C3%B3t>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fat1>,
        <http://lexvo.org/id/term/yue/%E5%94%BF>,
        "唿"^^xsd:string ;
    rdfs:comment "sad; (Cant.) a bit, part"@en .

<http://lexvo.org/id/char/5540> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C3%A1i>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%95%80>,
        <http://lexvo.org/id/term/kor/%E5%95%80>,
        <http://lexvo.org/id/term/kor/AY>,
        <http://lexvo.org/id/term/vie/nhai>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ngaai4>,
        <http://lexvo.org/id/term/yue/%E5%95%80>,
        "啀"^^xsd:string ;
    rdfs:comment "gnaw; (Cant.) to shout, yell, scold"@en .

<http://lexvo.org/id/char/5541> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%95%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C4%81o%201505.020%3Azh%C5%8Du>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C5%8Du%20zh%C4%81o>,
        <http://lexvo.org/id/term/kor/%E5%95%81>,
        <http://lexvo.org/id/term/kor/CO%20CWU>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zau1>,
        <http://lexvo.org/id/term/yue/%E5%95%81>,
        "啁"^^xsd:string ;
    rdfs:comment "chirp, twitter, twittering"@en .

<http://lexvo.org/id/char/5542> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%95%82>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C3%B2u>,
        <http://lexvo.org/id/term/kor/%E5%95%82>,
        <http://lexvo.org/id/term/kor/NYO>,
        <http://lexvo.org/id/term/vie/nh%E1%BB%95>,
        "啂"^^xsd:string .

<http://lexvo.org/id/char/5543> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%95%83>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C4%9Bn>,
        <http://lexvo.org/id/term/kor/%E5%95%83>,
        <http://lexvo.org/id/term/kor/SAP>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hang2>,
        <http://lexvo.org/id/term/yue/%E5%95%83>,
        "啃"^^xsd:string ;
    rdfs:comment "gnaw, chew, bite"@en .

<http://lexvo.org/id/char/5544> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%95%84>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zhu%C3%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zhu%C3%B3%20zh%C3%B2u>,
        <http://lexvo.org/id/term/kor/%E5%95%84>,
        <http://lexvo.org/id/term/kor/THAK>,
        <http://lexvo.org/id/term/vie/tr%E1%BB%91c>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/doek3%20doeng1>,
        <http://lexvo.org/id/term/yue/%E5%95%84>,
        "啄"^^xsd:string ;
    rdfs:comment "to peck; (Cant.) to slander"@en .

<http://lexvo.org/id/char/5545> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%95%85>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zhu%C3%B3>,
        <http://lexvo.org/id/term/kor/%E5%95%85>,
        <http://lexvo.org/id/term/kor/THAK>,
        <http://lexvo.org/id/term/vie/ch%E1%BA%A1c>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/doek3>,
        <http://lexvo.org/id/term/yue/%E5%95%85>,
        "啅"^^xsd:string .

<http://lexvo.org/id/char/5546> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%95%86>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C4%81ng>,
        <http://lexvo.org/id/term/kor/%E5%95%86>,
        <http://lexvo.org/id/term/kor/SANG>,
        <http://lexvo.org/id/term/vie/th%C6%B0%C6%A1ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/soeng1>,
        <http://lexvo.org/id/term/yue/%E5%95%86>,
        "商"^^xsd:string ;
    rdfs:comment "commerce, business, trade"@en .

<http://lexvo.org/id/char/5547> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%95%87>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%AD>,
        <http://lexvo.org/id/term/kor/%E5%95%87>,
        <http://lexvo.org/id/term/kor/CEK>,
        "啇"^^xsd:string ;
    rdfs:comment "to stalk; the stem; the foot; the base"@en .

<http://lexvo.org/id/char/5548> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%95%88>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A8ng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C4%93ng%200461.010%3Ah%C3%A8ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hang1>,
        <http://lexvo.org/id/term/yue/%E5%95%88>,
        "啈"^^xsd:string .

<http://lexvo.org/id/char/5549> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%95%89>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%A1n%20l%C3%ADn>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%ADn>,
        <http://lexvo.org/id/term/kor/%E5%95%89>,
        <http://lexvo.org/id/term/kor/LAM>,
        <http://lexvo.org/id/term/vie/l%C4%83m>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lam1>,
        <http://lexvo.org/id/term/yue/%E5%95%89>,
        "啉"^^xsd:string ;
    rdfs:comment "stupid; slow"@en .

<http://lexvo.org/id/char/554A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C4%81%200002.050%3A%C3%A1%200002.060%3A%C7%8E%200002.070%3A%C3%A0%200002.080%3Aa>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%95%8A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/a>,
        <http://lexvo.org/id/term/kor/%E5%95%8A>,
        <http://lexvo.org/id/term/kor/A>,
        <http://lexvo.org/id/term/vie/%C3%A0>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/aa1%20aa2%20aa3%20aa4>,
        <http://lexvo.org/id/term/yue/%E5%95%8A>,
        "啊"^^xsd:string ;
    rdfs:comment "exclamatory particle"@en .

<http://lexvo.org/id/char/554B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%95%8B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C4%81o>,
        <http://lexvo.org/id/term/kor/%E5%95%8B>,
        <http://lexvo.org/id/term/kor/KYO%20HYO>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/coi1>,
        <http://lexvo.org/id/term/yue/%E5%95%8B>,
        "啋"^^xsd:string ;
    rdfs:comment "(Cant.) an interjection used to berate someone"@en .

<http://lexvo.org/id/char/554C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%95%8C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C4%81ng%20qi%C4%81ng>,
        <http://lexvo.org/id/term/vie/h%C3%B2ng>,
        "啌"^^xsd:string ;
    rdfs:comment "animal disease"@en .

<http://lexvo.org/id/char/554D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%95%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C5%ABn>,
        <http://lexvo.org/id/term/kor/%E5%95%8D>,
        <http://lexvo.org/id/term/kor/THON>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/teon1%20zeon1>,
        <http://lexvo.org/id/term/yue/%E5%95%8D>,
        "啍"^^xsd:string ;
    rdfs:comment "creak; (Cant.) to babble, gibberish"@en .

<http://lexvo.org/id/char/554E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%95%8E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C7%94>,
        <http://lexvo.org/id/term/kor/%E5%95%8E>,
        <http://lexvo.org/id/term/kor/O>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ng5>,
        <http://lexvo.org/id/term/yue/%E5%95%8E>,
        "啎"^^xsd:string ;
    rdfs:comment "obstinate, disobedient, intractable"@en .

<http://lexvo.org/id/char/554F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%95%8F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C3%A8n>,
        <http://lexvo.org/id/term/kor/%E5%95%8F>,
        <http://lexvo.org/id/term/kor/MWUN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/man6>,
        <http://lexvo.org/id/term/yue/%E5%95%8F>,
        "問"^^xsd:string ;
    rdfs:comment "ask (about), inquire after"@en .

<http://lexvo.org/id/char/5550> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%95%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/cu%C3%AC>,
        <http://lexvo.org/id/term/kor/%E5%95%90>,
        <http://lexvo.org/id/term/kor/CHWAY%20CWUL>,
        <http://lexvo.org/id/term/vie/ch%C3%B3t>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ceoi3%20seoi6>,
        <http://lexvo.org/id/term/yue/%E5%95%90>,
        "啐"^^xsd:string ;
    rdfs:comment "to taste, to sip; to spit; the sound of sipping; to surprise"@en .

<http://lexvo.org/id/char/5551> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%95%91>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%A0%20di%C3%A9>,
        <http://lexvo.org/id/term/kor/%E5%95%91>,
        <http://lexvo.org/id/term/kor/CAP%20SAP%20CHEY>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dip6%20saap3>,
        <http://lexvo.org/id/term/yue/%E5%95%91>,
        "啑"^^xsd:string .

<http://lexvo.org/id/char/5552> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%95%92>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C5%AB>,
        <http://lexvo.org/id/term/vie/qu%E1%BA%AFt>,
        "啒"^^xsd:string .

<http://lexvo.org/id/char/5553> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%95%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C7%90>,
        <http://lexvo.org/id/term/kor/%E5%95%93>,
        <http://lexvo.org/id/term/kor/KYEY>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kai2>,
        <http://lexvo.org/id/term/yue/%E5%95%93>,
        "啓"^^xsd:string ;
    rdfs:comment "open; begin, commence; explain"@en .

<http://lexvo.org/id/char/5554> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%95%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C7%90>,
        "啔"^^xsd:string .

<http://lexvo.org/id/char/5555> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%95%95>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%A1o>,
        <http://lexvo.org/id/term/kor/%E5%95%95>,
        <http://lexvo.org/id/term/kor/TO>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tou4>,
        <http://lexvo.org/id/term/yue/%E5%95%95>,
        "啕"^^xsd:string ;
    rdfs:comment "wail"@en .

<http://lexvo.org/id/char/5556> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%95%96>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E5%95%96>,
        <http://lexvo.org/id/term/kor/TAM>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/daam6>,
        <http://lexvo.org/id/term/yue/%E5%95%96>,
        "啖"^^xsd:string ;
    rdfs:comment "eat, feed; chew, bite; entice"@en .

<http://lexvo.org/id/char/5557> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%95%97>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E5%95%97>,
        <http://lexvo.org/id/term/kor/TAM>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/daam6>,
        <http://lexvo.org/id/term/yue/%E5%95%97>,
        "啗"^^xsd:string ;
    rdfs:comment "eat, chew, bite; entice, lure"@en .

<http://lexvo.org/id/char/5558> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%95%98>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A8%20w%C4%81>,
        "啘"^^xsd:string .

<http://lexvo.org/id/char/5559> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%95%99>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C7%90>,
        <http://lexvo.org/id/term/kor/%E5%95%99>,
        <http://lexvo.org/id/term/kor/CA>,
        "啙"^^xsd:string ;
    rdfs:comment "poor"@en .

<http://lexvo.org/id/char/555A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%95%9A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C7%90%20t%C3%BA>,
        <http://lexvo.org/id/term/kor/%E5%95%9A>,
        <http://lexvo.org/id/term/kor/PI>,
        "啚"^^xsd:string ;
    rdfs:comment "low, mean"@en .

<http://lexvo.org/id/char/555B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%95%9B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/cu%C3%AC>,
        <http://lexvo.org/id/term/vie/x%C3%AA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cai1>,
        <http://lexvo.org/id/term/yue/%E5%95%9B>,
        "啛"^^xsd:string ;
    rdfs:comment "(Cant.) interjection (used by men)"@en .

<http://lexvo.org/id/char/555C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%95%9C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/chu%C3%A0i%200172.070%3Achu%C3%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/chu%C3%B2>,
        <http://lexvo.org/id/term/kor/%E5%95%9C>,
        <http://lexvo.org/id/term/kor/CHEL>,
        <http://lexvo.org/id/term/vie/xu%C3%BDt>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zyut3>,
        <http://lexvo.org/id/term/yue/%E5%95%9C>,
        "啜"^^xsd:string ;
    rdfs:comment "sip, suck up; sob, weep"@en .

<http://lexvo.org/id/char/555D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%95%9D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A9>,
        <http://lexvo.org/id/term/kor/%E5%95%9D>,
        <http://lexvo.org/id/term/kor/WA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wo6>,
        <http://lexvo.org/id/term/yue/%E5%95%9D>,
        "啝"^^xsd:string ;
    rdfs:comment "(Cant.) final partical expressing surprise"@en .

<http://lexvo.org/id/char/555E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%95%9E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C4%81%201320.081%3Ay%C7%8E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%8E%20y%C4%81%20%C3%A8>,
        <http://lexvo.org/id/term/kor/%E5%95%9E>,
        <http://lexvo.org/id/term/kor/A>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/aa1%20aa2%20ak1>,
        <http://lexvo.org/id/term/yue/%E5%95%9E>,
        "啞"^^xsd:string ;
    rdfs:comment "dumb, mute; become hoarse"@en .

<http://lexvo.org/id/char/555F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%95%9F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C7%90>,
        <http://lexvo.org/id/term/kor/%E5%95%9F>,
        <http://lexvo.org/id/term/kor/KYEY>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kai2>,
        <http://lexvo.org/id/term/yue/%E5%95%9F>,
        "啟"^^xsd:string ;
    rdfs:comment "open; begin"@en .

<http://lexvo.org/id/char/5560> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%95%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%A9>,
        "啠"^^xsd:string .

<http://lexvo.org/id/char/5561> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%95%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C4%93i>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C4%93i%20p%C4%93i>,
        <http://lexvo.org/id/term/kor/%E5%95%A1>,
        <http://lexvo.org/id/term/kor/PAY%20PI>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fe1%20fei1>,
        <http://lexvo.org/id/term/yue/%E5%95%A1>,
        "啡"^^xsd:string ;
    rdfs:comment "morphine; coffee"@en .

<http://lexvo.org/id/char/5562> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%95%A2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C7%8Eng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C7%8Eng%201384.101%3Ay%C4%ABng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/loeng2>,
        <http://lexvo.org/id/term/yue/%E5%95%A2>,
        "啢"^^xsd:string ;
    rdfs:comment "ounce"@en .

<http://lexvo.org/id/char/5563> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%95%A3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A1n>,
        <http://lexvo.org/id/term/kor/%E5%95%A3>,
        <http://lexvo.org/id/term/kor/HAM>,
        <http://lexvo.org/id/term/vie/h%C3%A0m>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/haam4%20ham4>,
        <http://lexvo.org/id/term/yue/%E5%95%A3>,
        "啣"^^xsd:string ;
    rdfs:comment "hold in mouth; harbor, cherish"@en .

<http://lexvo.org/id/char/5564> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%95%A4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/be1>,
        <http://lexvo.org/id/term/yue/%E5%95%A4>,
        "啤"^^xsd:string ;
    rdfs:comment "beer"@en .

<http://lexvo.org/id/char/5565> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%95%A5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%A0>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/saa1>,
        <http://lexvo.org/id/term/yue/%E5%95%A5>,
        "啥"^^xsd:string ;
    rdfs:comment "what?"@en .

<http://lexvo.org/id/char/5566> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%95%A6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C4%81%200669.110%3Ala>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/la%20l%C4%81>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/laa1>,
        <http://lexvo.org/id/term/yue/%E5%95%A6>,
        "啦"^^xsd:string ;
    rdfs:comment "final particle of assertion"@en .

<http://lexvo.org/id/char/5567> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%95%A7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C3%A9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zaak3%20zik1>,
        <http://lexvo.org/id/term/yue/%E5%95%A7>,
        "啧"^^xsd:string ;
    rdfs:comment "interjection of approval or admiration"@en .

<http://lexvo.org/id/char/5568> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%95%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C4%ABng>,
        <http://lexvo.org/id/term/vie/x%C3%AAnh>,
        "啨"^^xsd:string .

<http://lexvo.org/id/char/5569> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%95%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/gu%C3%A0>,
        <http://lexvo.org/id/term/vie/qu%E1%BA%A5y>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gwaa3>,
        <http://lexvo.org/id/term/yue/%E5%95%A9>,
        "啩"^^xsd:string ;
    rdfs:comment "(Cant.) particle implying probability"@en .

<http://lexvo.org/id/char/556A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%95%AA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C4%81>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/paak1>,
        <http://lexvo.org/id/term/yue/%E5%95%AA>,
        "啪"^^xsd:string ;
    rdfs:comment "syllable"@en .

<http://lexvo.org/id/char/556B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%95%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C4%9B>,
        <http://lexvo.org/id/term/vie/gia>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ze1%20ze2%20ze3%20zek1%20zoe1>,
        <http://lexvo.org/id/term/yue/%E5%95%AB>,
        "啫"^^xsd:string ;
    rdfs:comment "(Cant.) interjection of warning; phonetic; penis"@en .

<http://lexvo.org/id/char/556C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%95%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C3%A8>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sik1>,
        <http://lexvo.org/id/term/yue/%E5%95%AC>,
        "啬"^^xsd:string ;
    rdfs:comment "miserly, thrifty; stingy"@en .

<http://lexvo.org/id/char/556D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%95%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zhu%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zyun2>,
        <http://lexvo.org/id/term/yue/%E5%95%AD>,
        "啭"^^xsd:string ;
    rdfs:comment "sing, chirp, warble, twitter"@en .

<http://lexvo.org/id/char/556E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%95%AE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ni%C3%A8>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jit6%20ngat6>,
        <http://lexvo.org/id/term/yue/%E5%95%AE>,
        "啮"^^xsd:string ;
    rdfs:comment "bite, gnaw"@en .

<http://lexvo.org/id/char/556F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%95%AF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/guo>,
        "啯"^^xsd:string .

<http://lexvo.org/id/char/5570> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%95%B0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/lu%C5%8D%20lu%C3%B3%20luo>,
        "啰"^^xsd:string ;
    rdfs:comment "phonetic"@en .

<http://lexvo.org/id/char/5571> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%95%B1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C4%81n>,
        <http://lexvo.org/id/term/vie/nh%C3%A0m>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ngaam1>,
        <http://lexvo.org/id/term/yue/%E5%95%B1>,
        "啱"^^xsd:string ;
    rdfs:comment "(Cant.) correct, right"@en .

<http://lexvo.org/id/char/5572> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%95%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/di1>,
        <http://lexvo.org/id/term/yue/%E5%95%B2>,
        "啲"^^xsd:string ;
    rdfs:comment "(Cant.) a few"@en .

<http://lexvo.org/id/char/5573> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%95%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qu%C3%A1n%20ju%C3%A9>,
        "啳"^^xsd:string .

<http://lexvo.org/id/char/5574> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%95%B4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C7%8En%201112.070%3At%C4%81n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C4%81n%20ch%C7%8En>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/taan1>,
        <http://lexvo.org/id/term/yue/%E5%95%B4>,
        "啴"^^xsd:string ;
    rdfs:comment "pant; many"@en .

<http://lexvo.org/id/char/5575> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%95%B5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/bo>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bo1>,
        <http://lexvo.org/id/term/yue/%E5%95%B5>,
        "啵"^^xsd:string ;
    rdfs:comment "phonetic"@en .

<http://lexvo.org/id/char/5576> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%95%B6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%ACng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ding6>,
        <http://lexvo.org/id/term/yue/%E5%95%B6>,
        "啶"^^xsd:string ;
    rdfs:comment "phonetic used in pyridine and pyrimidine"@en .

<http://lexvo.org/id/char/5577> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%95%B7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C4%81ng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C4%81ng%20l%C3%A1ng>,
        <http://lexvo.org/id/term/vie/l%E1%BA%AFng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/long1>,
        <http://lexvo.org/id/term/yue/%E5%95%B7>,
        "啷"^^xsd:string ;
    rdfs:comment "a clanging or rattling sound"@en .

<http://lexvo.org/id/char/5578> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%95%B8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A0o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/siu3>,
        <http://lexvo.org/id/term/yue/%E5%95%B8>,
        "啸"^^xsd:string ;
    rdfs:comment "roar, howl, scream; whistle"@en .

<http://lexvo.org/id/char/5579> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/geoi1%20goe1%20koe1>,
        <http://lexvo.org/id/term/yue/%E5%95%B9>,
        "啹"^^xsd:string ;
    rdfs:comment "(Cant.) stupid, idiotic; to kill, slaughter; to roll or crumple into a ball; phonetic"@en .

<http://lexvo.org/id/char/557A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%95%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%A1ng>,
        <http://lexvo.org/id/term/vie/d%E1%BB%83>,
        "啺"^^xsd:string .

<http://lexvo.org/id/char/557B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%95%BB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%AC>,
        <http://lexvo.org/id/term/kor/%E5%95%BB>,
        <http://lexvo.org/id/term/kor/SI>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ci3>,
        <http://lexvo.org/id/term/yue/%E5%95%BB>,
        "啻"^^xsd:string ;
    rdfs:comment "only, merely; just like; stop at"@en .

<http://lexvo.org/id/char/557C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%95%BC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%AD>,
        <http://lexvo.org/id/term/kor/%E5%95%BC>,
        <http://lexvo.org/id/term/kor/CEY>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tai4>,
        <http://lexvo.org/id/term/yue/%E5%95%BC>,
        "啼"^^xsd:string ;
    rdfs:comment "weep, whimper; howl, twitter"@en .

<http://lexvo.org/id/char/557D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C3%A1n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%95%BD>,
        <http://lexvo.org/id/term/kor/%E5%95%BD>,
        <http://lexvo.org/id/term/kor/AM>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/am1%20ngam4%20ngap1>,
        <http://lexvo.org/id/term/yue/%E5%95%BD>,
        "啽"^^xsd:string ;
    rdfs:comment "(Cant.) to speak"@en .

<http://lexvo.org/id/char/557E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%95%BE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C5%AB>,
        <http://lexvo.org/id/term/kor/%E5%95%BE>,
        <http://lexvo.org/id/term/kor/CHWU>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zau1>,
        <http://lexvo.org/id/term/yue/%E5%95%BE>,
        "啾"^^xsd:string ;
    rdfs:comment "wailing of child; chirp"@en .

<http://lexvo.org/id/char/557F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%95%BF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E5%95%BF>,
        <http://lexvo.org/id/term/kor/TAM%20CAM>,
        <http://lexvo.org/id/term/vie/th%E1%BA%A7m>,
        "啿"^^xsd:string .

<http://lexvo.org/id/char/5580> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%96%80>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C4%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C4%81%20k%C3%A8%20ke>,
        <http://lexvo.org/id/term/kor/%E5%96%80>,
        <http://lexvo.org/id/term/kor/KAYK>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/haak3%20kaa1%20kaa3%20kak1>,
        <http://lexvo.org/id/term/yue/%E5%96%80>,
        "喀"^^xsd:string ;
    rdfs:comment "vomit; used in transliterations"@en .

<http://lexvo.org/id/char/5581> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%96%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%B3ng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%B3ng%20y%C3%BA>,
        <http://lexvo.org/id/term/kor/%E5%96%81>,
        <http://lexvo.org/id/term/kor/ONG%20WU>,
        <http://lexvo.org/id/term/vie/ng%E1%BB%A5m>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jung4%20jyu4>,
        <http://lexvo.org/id/term/yue/%E5%96%81>,
        "喁"^^xsd:string ;
    rdfs:comment "the mouth of a fish at the surface of the water, gasping for breath"@en .

<http://lexvo.org/id/char/5582> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%96%82>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C3%A8i>,
        <http://lexvo.org/id/term/vie/%E1%BB%8Fi>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wai2%20wai3>,
        <http://lexvo.org/id/term/yue/%E5%96%82>,
        "喂"^^xsd:string ;
    rdfs:comment "interjection to call attention"@en .

<http://lexvo.org/id/char/5583> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%96%83>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C3%A1n>,
        <http://lexvo.org/id/term/kor/%E5%96%83>,
        <http://lexvo.org/id/term/kor/NAM>,
        <http://lexvo.org/id/term/vie/n%C3%B4m>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/naam4>,
        <http://lexvo.org/id/term/yue/%E5%96%83>,
        "喃"^^xsd:string ;
    rdfs:comment "keep talking, chattering; mumble"@en .

<http://lexvo.org/id/char/5584> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%96%84>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E5%96%84>,
        <http://lexvo.org/id/term/kor/SEN>,
        <http://lexvo.org/id/term/vie/thi%E1%BB%87n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sin6>,
        <http://lexvo.org/id/term/yue/%E5%96%84>,
        "善"^^xsd:string ;
    rdfs:comment "good, virtuous, charitable, kind"@en .

<http://lexvo.org/id/char/5585> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%96%85>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%B9>,
        <http://lexvo.org/id/term/kor/%E5%96%85>,
        <http://lexvo.org/id/term/kor/YUK>,
        "喅"^^xsd:string .

<http://lexvo.org/id/char/5586> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%96%86>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%A9>,
        <http://lexvo.org/id/term/kor/%E5%96%86>,
        <http://lexvo.org/id/term/kor/CHEL>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zit3>,
        <http://lexvo.org/id/term/yue/%E5%96%86>,
        "喆"^^xsd:string ;
    rdfs:comment "a sage; wise; sagacious"@en .

<http://lexvo.org/id/char/5587> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%96%87>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C4%81%200668.030%3Al%C3%A1%200668.060%3Al%C7%8E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C7%8E>,
        <http://lexvo.org/id/term/kor/%E5%96%87>,
        <http://lexvo.org/id/term/kor/LAL%20LA>,
        <http://lexvo.org/id/term/vie/l%E1%BA%A1t>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/laa1>,
        <http://lexvo.org/id/term/yue/%E5%96%87>,
        "喇"^^xsd:string ;
    rdfs:comment "horn, bugle; lama; final particle"@en .

<http://lexvo.org/id/char/5588> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%96%88>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C4%93>,
        <http://lexvo.org/id/term/kor/%E5%96%88>,
        <http://lexvo.org/id/term/kor/KAY>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gaai1>,
        <http://lexvo.org/id/term/yue/%E5%96%88>,
        "喈"^^xsd:string ;
    rdfs:comment "music; melody"@en .

<http://lexvo.org/id/char/5589> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%96%89>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%B3u>,
        <http://lexvo.org/id/term/kor/%E5%96%89>,
        <http://lexvo.org/id/term/kor/HWU>,
        <http://lexvo.org/id/term/vie/h%E1%BA%A7u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hau4>,
        <http://lexvo.org/id/term/yue/%E5%96%89>,
        "喉"^^xsd:string ;
    rdfs:comment "throat, gullet, larynx; guttural"@en .

<http://lexvo.org/id/char/558A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%96%8A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C7%8En>,
        <http://lexvo.org/id/term/kor/%E5%96%8A>,
        <http://lexvo.org/id/term/kor/HAM>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/haam3%20ham6>,
        <http://lexvo.org/id/term/yue/%E5%96%8A>,
        "喊"^^xsd:string ;
    rdfs:comment "shout, call out, yell; howl; cry"@en .

<http://lexvo.org/id/char/558B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%96%8B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/di%C3%A9%201447.170%3Azh%C3%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/di%C3%A9%20zh%C3%A1>,
        <http://lexvo.org/id/term/kor/%E5%96%8B>,
        <http://lexvo.org/id/term/kor/CHEP%20CAP>,
        <http://lexvo.org/id/term/vie/nh%E1%BB%8Bp>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dip6>,
        <http://lexvo.org/id/term/yue/%E5%96%8B>,
        "喋"^^xsd:string ;
    rdfs:comment "nag; chatter, babble, twitter"@en .

<http://lexvo.org/id/char/558C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%96%8C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C5%8Du>,
        <http://lexvo.org/id/term/kor/%E5%96%8C>,
        <http://lexvo.org/id/term/kor/CWU%20CWUK>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zau1>,
        <http://lexvo.org/id/term/yue/%E5%96%8C>,
        "喌"^^xsd:string ;
    rdfs:comment "syllable"@en .

<http://lexvo.org/id/char/558D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%96%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%A1i>,
        <http://lexvo.org/id/term/kor/%E5%96%8D>,
        <http://lexvo.org/id/term/kor/CAY>,
        <http://lexvo.org/id/term/vie/r%E1%BA%A7y>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/caai4>,
        <http://lexvo.org/id/term/yue/%E5%96%8D>,
        "喍"^^xsd:string .

<http://lexvo.org/id/char/558E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%96%8E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C4%81i>,
        <http://lexvo.org/id/term/vie/oa>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/waa1%20wo3%20wo4%20wo5%20wo6>,
        <http://lexvo.org/id/term/yue/%E5%96%8E>,
        "喎"^^xsd:string ;
    rdfs:comment "a wry mouth; (Cant.) a final particle expressing contradiction, quotation, etc."@en .

<http://lexvo.org/id/char/558F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%96%8F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/nu%C3%B2%200957.030%3Ar%C4%9B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/r%C4%9B%20nu%C3%B2>,
        <http://lexvo.org/id/term/kor/%E5%96%8F>,
        <http://lexvo.org/id/term/kor/YA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/je5>,
        <http://lexvo.org/id/term/yue/%E5%96%8F>,
        "喏"^^xsd:string ;
    rdfs:comment "respectful reply of assent to superiors"@en .

<http://lexvo.org/id/char/5590> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%96%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/juk1>,
        <http://lexvo.org/id/term/yue/%E5%96%90>,
        "喐"^^xsd:string ;
    rdfs:comment "(Cant.) to move, touch, hit"@en .

<http://lexvo.org/id/char/5591> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%96%91>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C4%ABn>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C4%ABn%20y%C3%ACn>,
        <http://lexvo.org/id/term/kor/%E5%96%91>,
        <http://lexvo.org/id/term/kor/UM>,
        <http://lexvo.org/id/term/vie/%E1%BA%A7m>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jam1>,
        <http://lexvo.org/id/term/yue/%E5%96%91>,
        "喑"^^xsd:string ;
    rdfs:comment "to be dumb; the sobbing of infants"@en .

<http://lexvo.org/id/char/5592> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%96%92>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C3%A1%201439.041%3Az%C3%A1n%201440.071%3Azan>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C3%A1n>,
        <http://lexvo.org/id/term/kor/%E5%96%92>,
        <http://lexvo.org/id/term/kor/CAM>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zaa1>,
        <http://lexvo.org/id/term/yue/%E5%96%92>,
        "喒"^^xsd:string ;
    rdfs:comment "a dual pronoun, I, you and me, we two"@en .

<http://lexvo.org/id/char/5593> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%96%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C4%81o>,
        <http://lexvo.org/id/term/kor/%E5%96%93>,
        <http://lexvo.org/id/term/kor/YO>,
        <http://lexvo.org/id/term/vie/eo>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jiu1%20oe1>,
        <http://lexvo.org/id/term/yue/%E5%96%93>,
        "喓"^^xsd:string ;
    rdfs:comment "chirping, buzzing; (Cant.) to call out"@en .

<http://lexvo.org/id/char/5594> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C5%8D%200845.051%3A%C3%B2%201209.050%3Aw%C5%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%C5%8D%20w%C5%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%96%94>,
        <http://lexvo.org/id/term/kor/%E5%96%94>,
        <http://lexvo.org/id/term/kor/AK>,
        <http://lexvo.org/id/term/vie/%E1%BB%99c>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ak1%20o1>,
        <http://lexvo.org/id/term/yue/%E5%96%94>,
        "喔"^^xsd:string ;
    rdfs:comment "descriptive of crying or of crowing"@en .

<http://lexvo.org/id/char/5595> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%96%95>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/mi%C7%8En>,
        "喕"^^xsd:string .

<http://lexvo.org/id/char/5596> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%96%96>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%BA>,
        "喖"^^xsd:string .

<http://lexvo.org/id/char/5597> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%96%97>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%94n>,
        <http://lexvo.org/id/term/kor/%E5%96%97>,
        <http://lexvo.org/id/term/kor/WUN>,
        "喗"^^xsd:string .

<http://lexvo.org/id/char/5598> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%96%98>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/chu%C7%8En>,
        <http://lexvo.org/id/term/kor/%E5%96%98>,
        <http://lexvo.org/id/term/kor/CHEN>,
        <http://lexvo.org/id/term/vie/suy%E1%BB%85n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cyun2>,
        <http://lexvo.org/id/term/yue/%E5%96%98>,
        "喘"^^xsd:string ;
    rdfs:comment "pant, gasp, breathe heavily"@en .

<http://lexvo.org/id/char/5599> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%96%99>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%AC>,
        <http://lexvo.org/id/term/kor/%E5%96%99>,
        <http://lexvo.org/id/term/kor/HWEY>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fui3>,
        <http://lexvo.org/id/term/yue/%E5%96%99>,
        "喙"^^xsd:string ;
    rdfs:comment "beak, bill, snout; pant"@en .

<http://lexvo.org/id/char/559A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%96%9A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E5%96%9A>,
        <http://lexvo.org/id/term/kor/HWAN>,
        <http://lexvo.org/id/term/vie/ho%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fun3%20wun6>,
        <http://lexvo.org/id/term/yue/%E5%96%9A>,
        "喚"^^xsd:string ;
    rdfs:comment "call, summon; invite; be called"@en .

<http://lexvo.org/id/char/559B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%96%9B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%A0n%20yu%C3%A1n%20xu%C7%8En%20h%C3%A9>,
        <http://lexvo.org/id/term/kor/%E5%96%9B>,
        <http://lexvo.org/id/term/kor/HWAN>,
        "喛"^^xsd:string .

<http://lexvo.org/id/char/559C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%96%9C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C7%90>,
        <http://lexvo.org/id/term/kor/%E5%96%9C>,
        <http://lexvo.org/id/term/kor/HUY>,
        <http://lexvo.org/id/term/vie/h%E1%BB%89>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hei2>,
        <http://lexvo.org/id/term/yue/%E5%96%9C>,
        "喜"^^xsd:string ;
    rdfs:comment "like, love, enjoy; joyful thing"@en .

<http://lexvo.org/id/char/559D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%96%9D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C4%93%200455.120%3Ah%C3%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C4%93%20h%C3%A8>,
        <http://lexvo.org/id/term/kor/%E5%96%9D>,
        <http://lexvo.org/id/term/kor/KAL%20AY>,
        <http://lexvo.org/id/term/vie/h%C3%A1t>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hot3>,
        <http://lexvo.org/id/term/yue/%E5%96%9D>,
        "喝"^^xsd:string ;
    rdfs:comment "drink; shout, call out"@en .

<http://lexvo.org/id/char/559E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%96%9E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C4%AB>,
        <http://lexvo.org/id/term/kor/%E5%96%9E>,
        <http://lexvo.org/id/term/kor/CUL%20CIK>,
        "喞"^^xsd:string ;
    rdfs:comment "chirping of insects; pump"@en .

<http://lexvo.org/id/char/559F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%96%9F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ku%C3%AC>,
        <http://lexvo.org/id/term/kor/%E5%96%9F>,
        <http://lexvo.org/id/term/kor/WI%20KOY>,
        <http://lexvo.org/id/term/vie/v%E1%BB%8B>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wai2%20wai6>,
        <http://lexvo.org/id/term/yue/%E5%96%9F>,
        "喟"^^xsd:string ;
    rdfs:comment "heave sigh, sigh"@en .

<http://lexvo.org/id/char/55A0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%96%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C7%92ng>,
        <http://lexvo.org/id/term/kor/%E5%96%A0>,
        <http://lexvo.org/id/term/kor/CONG>,
        <http://lexvo.org/id/term/vie/gi%C3%B3ng>,
        "喠"^^xsd:string .

<http://lexvo.org/id/char/55A1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%96%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C4%9Bi>,
        <http://lexvo.org/id/term/vie/v%E1%BA%A7y>,
        "喡"^^xsd:string .

<http://lexvo.org/id/char/55A2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%96%A2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%A0>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/saap3>,
        <http://lexvo.org/id/term/yue/%E5%96%A2>,
        "喢"^^xsd:string .

<http://lexvo.org/id/char/55A3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%96%A3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C7%94>,
        <http://lexvo.org/id/term/kor/%E5%96%A3>,
        <http://lexvo.org/id/term/kor/HWU>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/heoi2>,
        <http://lexvo.org/id/term/yue/%E5%96%A3>,
        "喣"^^xsd:string ;
    rdfs:comment "to breathe upon"@en .

<http://lexvo.org/id/char/55A4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%96%A4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%A1ng>,
        <http://lexvo.org/id/term/kor/%E5%96%A4>,
        <http://lexvo.org/id/term/kor/HWANG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wong4>,
        <http://lexvo.org/id/term/yue/%E5%96%A4>,
        "喤"^^xsd:string ;
    rdfs:comment "ah; harmony"@en .

<http://lexvo.org/id/char/55A5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%96%A5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%B9>,
        <http://lexvo.org/id/term/vie/d%E1%BA%A1c>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dou6>,
        <http://lexvo.org/id/term/yue/%E5%96%A5>,
        "喥"^^xsd:string ;
    rdfs:comment "(Cant.) a place"@en .

<http://lexvo.org/id/char/55A6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%96%A6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ni%C3%A8>,
        <http://lexvo.org/id/term/kor/%E5%96%A6>,
        <http://lexvo.org/id/term/kor/YEP>,
        <http://lexvo.org/id/term/vie/nham>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ngaam4>,
        <http://lexvo.org/id/term/yue/%E5%96%A6>,
        "喦"^^xsd:string ;
    rdfs:comment "talkative"@en .

<http://lexvo.org/id/char/55A7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%96%A7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xu%C4%81n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xu%C4%81n%20xu%C7%8En>,
        <http://lexvo.org/id/term/kor/%E5%96%A7>,
        <http://lexvo.org/id/term/kor/HWEN>,
        <http://lexvo.org/id/term/vie/huy%C3%AAn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hyun1>,
        <http://lexvo.org/id/term/yue/%E5%96%A7>,
        "喧"^^xsd:string ;
    rdfs:comment "lively, noisy; clamor, talk loudly"@en .

<http://lexvo.org/id/char/55A8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%96%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C3%A0ng>,
        <http://lexvo.org/id/term/kor/%E5%96%A8>,
        <http://lexvo.org/id/term/kor/LYANG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/loeng6>,
        <http://lexvo.org/id/term/yue/%E5%96%A8>,
        "喨"^^xsd:string ;
    rdfs:comment "wail, cry, yell; neigh"@en .

<http://lexvo.org/id/char/55A9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%96%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%B9>,
        <http://lexvo.org/id/term/kor/%E5%96%A9>,
        <http://lexvo.org/id/term/kor/YU>,
        "喩"^^xsd:string ;
    rdfs:comment "metaphor"@en .

<http://lexvo.org/id/char/55AA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%96%AA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C4%81ng%200987.071%3As%C3%A0ng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C4%81ng%20s%C3%A0ng>,
        <http://lexvo.org/id/term/kor/%E5%96%AA>,
        <http://lexvo.org/id/term/kor/SANG>,
        <http://lexvo.org/id/term/vie/tang>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/song1%20song3>,
        <http://lexvo.org/id/term/yue/%E5%96%AA>,
        "喪"^^xsd:string ;
    rdfs:comment "mourning; mourn; funeral"@en .

<http://lexvo.org/id/char/55AB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%96%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C4%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C4%AB%20j%C4%AB>,
        <http://lexvo.org/id/term/kor/%E5%96%AB>,
        <http://lexvo.org/id/term/kor/KKIK>,
        <http://lexvo.org/id/term/vie/kh%E1%BB%8Bt>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hek3%20jaak3>,
        <http://lexvo.org/id/term/yue/%E5%96%AB>,
        "喫"^^xsd:string ;
    rdfs:comment "eat; drink; suffer, endure, bear"@en .

<http://lexvo.org/id/char/55AC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%96%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C3%A1o>,
        <http://lexvo.org/id/term/kor/%E5%96%AC>,
        <http://lexvo.org/id/term/kor/KYO>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kiu4>,
        <http://lexvo.org/id/term/yue/%E5%96%AC>,
        "喬"^^xsd:string ;
    rdfs:comment "tall, lofty; proud, stately"@en .

<http://lexvo.org/id/char/55AD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%96%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E5%96%AD>,
        <http://lexvo.org/id/term/kor/AN%20EN>,
        <http://lexvo.org/id/term/vie/ng%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jin5%20jin6%20ngon6>,
        <http://lexvo.org/id/term/yue/%E5%96%AD>,
        "喭"^^xsd:string ;
    rdfs:comment "condole with; coarse"@en .

<http://lexvo.org/id/char/55AE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%96%AE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%A1n%200207.101%3Ad%C4%81n%200999.091%3Ash%C3%A0n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C4%81n%20sh%C3%A0n%20ch%C3%A1n>,
        <http://lexvo.org/id/term/kor/%E5%96%AE>,
        <http://lexvo.org/id/term/kor/TAN%20SEN>,
        <http://lexvo.org/id/term/vie/%C4%91%C6%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/daan1%20sin4%20sin6>,
        <http://lexvo.org/id/term/yue/%E5%96%AE>,
        "單"^^xsd:string ;
    rdfs:comment "single, individual, only; lone"@en .

<http://lexvo.org/id/char/55AF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%96%AF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C4%93n>,
        <http://lexvo.org/id/term/vie/bu%C3%B4ng>,
        "喯"^^xsd:string .

<http://lexvo.org/id/char/55B0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%96%B0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C4%81n>,
        <http://lexvo.org/id/term/kor/%E5%96%B0>,
        <http://lexvo.org/id/term/kor/SIK>,
        "喰"^^xsd:string ;
    rdfs:comment "to eat, drink"@en .

<http://lexvo.org/id/char/55B1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%96%B1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lei1>,
        <http://lexvo.org/id/term/yue/%E5%96%B1>,
        "喱"^^xsd:string ;
    rdfs:comment "gramme; syllable"@en .

<http://lexvo.org/id/char/55B2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%96%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/yo>,
        <http://lexvo.org/id/term/kor/%E5%96%B2>,
        <http://lexvo.org/id/term/kor/YAK>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jo1>,
        <http://lexvo.org/id/term/yue/%E5%96%B2>,
        "喲"^^xsd:string ;
    rdfs:comment "ah, final particle"@en .

<http://lexvo.org/id/char/55B3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%96%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C4%81%201447.070%3Azh%C4%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C4%81%20ch%C4%81>,
        <http://lexvo.org/id/term/kor/%E5%96%B3>,
        <http://lexvo.org/id/term/kor/SA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/caa1%20caa4%20zaa1>,
        <http://lexvo.org/id/term/yue/%E5%96%B3>,
        "喳"^^xsd:string ;
    rdfs:comment "whispering"@en .

<http://lexvo.org/id/char/55B4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%96%B4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C4%93i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wai1%20wi1>,
        <http://lexvo.org/id/term/yue/%E5%96%B4>,
        "喴"^^xsd:string ;
    rdfs:comment "hello; (Cant.) phonetic"@en .

<http://lexvo.org/id/char/55B5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%96%B5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/mi%C4%81o>,
        <http://lexvo.org/id/term/vie/m%E1%BA%BFu>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/miu1>,
        <http://lexvo.org/id/term/yue/%E5%96%B5>,
        "喵"^^xsd:string ;
    rdfs:comment "the mew of the cat"@en .

<http://lexvo.org/id/char/55B6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%96%B6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%ADng>,
        <http://lexvo.org/id/term/kor/%E5%96%B6>,
        <http://lexvo.org/id/term/kor/YENG>,
        "営"^^xsd:string ;
    rdfs:comment "encampment, barracks; manage"@en .

<http://lexvo.org/id/char/55B7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%96%B7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C4%93n%200862.030%3Ap%C3%A8n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C4%93n%20p%C3%A8n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/pan3>,
        <http://lexvo.org/id/term/yue/%E5%96%B7>,
        "喷"^^xsd:string ;
    rdfs:comment "spurt, blow out, puff out"@en .

<http://lexvo.org/id/char/55B8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/kor/%E5%96%B8>,
        <http://lexvo.org/id/term/kor/PHOS>,
        "喸"^^xsd:string ;
    rdfs:comment "place name"@en .

<http://lexvo.org/id/char/55B9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%96%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ku%C3%AD>,
        "喹"^^xsd:string ;
    rdfs:comment "chemical compound"@en .

<http://lexvo.org/id/char/55BA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%96%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hai2>,
        <http://lexvo.org/id/term/yue/%E5%96%BA>,
        "喺"^^xsd:string ;
    rdfs:comment "(Cant.) to be located at"@en .

<http://lexvo.org/id/char/55BB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%96%BB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%B9%20y%C3%BA>,
        <http://lexvo.org/id/term/kor/%E5%96%BB>,
        <http://lexvo.org/id/term/kor/YU>,
        <http://lexvo.org/id/term/vie/d%E1%BB%A5>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jyu6>,
        <http://lexvo.org/id/term/yue/%E5%96%BB>,
        "喻"^^xsd:string ;
    rdfs:comment "metaphor, analogy; example; like"@en .

<http://lexvo.org/id/char/55BC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%96%BC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%A9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gep1%20gip1%20kep1%20kip1>,
        <http://lexvo.org/id/term/yue/%E5%96%BC>,
        "喼"^^xsd:string ;
    rdfs:comment "(Cant.) used phonetically in English loan-words (e.g., cap, keep)"@en .

<http://lexvo.org/id/char/55BD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%96%BD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%B3u%200735.050%3Alou>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/lou%20l%C3%B3u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lau1%20lau4>,
        <http://lexvo.org/id/term/yue/%E5%96%BD>,
        "喽"^^xsd:string ;
    rdfs:comment "used in onomatopoetic expressions"@en .

<http://lexvo.org/id/char/55BE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%96%BE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/guk1>,
        <http://lexvo.org/id/term/yue/%E5%96%BE>,
        "喾"^^xsd:string ;
    rdfs:comment "emperor"@en .

<http://lexvo.org/id/char/55BF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%96%BF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C3%A0o>,
        <http://lexvo.org/id/term/kor/%E5%96%BF>,
        <http://lexvo.org/id/term/kor/SO>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/co3%20cou3>,
        <http://lexvo.org/id/term/yue/%E5%96%BF>,
        "喿"^^xsd:string ;
    rdfs:comment "chirping of birds"@en .

<http://lexvo.org/id/char/55C0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%97%80>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%B2>,
        <http://lexvo.org/id/term/kor/%E5%97%80>,
        <http://lexvo.org/id/term/kor/HAK>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hok3%20hok6>,
        <http://lexvo.org/id/term/yue/%E5%97%80>,
        "嗀"^^xsd:string .

<http://lexvo.org/id/char/55C1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%97%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%AD>,
        <http://lexvo.org/id/term/kor/%E5%97%81>,
        <http://lexvo.org/id/term/kor/CEY>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tai4>,
        <http://lexvo.org/id/term/yue/%E5%97%81>,
        "嗁"^^xsd:string ;
    rdfs:comment "give forth sound, make noise"@en .

<http://lexvo.org/id/char/55C2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%97%82>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A1o>,
        <http://lexvo.org/id/term/kor/%E5%97%82>,
        <http://lexvo.org/id/term/kor/YO>,
        "嗂"^^xsd:string .

<http://lexvo.org/id/char/55C3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%97%83>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A8%20xi%C4%81o%20xi%C3%A0o>,
        <http://lexvo.org/id/term/kor/%E5%97%83>,
        <http://lexvo.org/id/term/kor/HYO%20HAK>,
        <http://lexvo.org/id/term/vie/g%C3%A0o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/haau1%20haau3%20hok3>,
        <http://lexvo.org/id/term/yue/%E5%97%83>,
        "嗃"^^xsd:string ;
    rdfs:comment "to flute"@en .

<http://lexvo.org/id/char/55C4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C3%A1%200994.030%3Ash%C3%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%C3%A1%20sh%C3%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%97%84>,
        <http://lexvo.org/id/term/kor/%E5%97%84>,
        <http://lexvo.org/id/term/kor/SA%20AY>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/aa2%20saa3>,
        <http://lexvo.org/id/term/yue/%E5%97%84>,
        "嗄"^^xsd:string ;
    rdfs:comment "hoarse of voice"@en .

<http://lexvo.org/id/char/55C5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%97%85>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%B9>,
        <http://lexvo.org/id/term/kor/%E5%97%85>,
        <http://lexvo.org/id/term/kor/HWU>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cau3%20hung3>,
        <http://lexvo.org/id/term/yue/%E5%97%85>,
        "嗅"^^xsd:string ;
    rdfs:comment "smell, scent, sniff; olfactive"@en .

<http://lexvo.org/id/char/55C6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%97%86>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C4%81ng%200919.081%3Aqi%C3%A0ng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C4%81ng%20qi%C3%A0ng>,
        <http://lexvo.org/id/term/kor/%E5%97%86>,
        <http://lexvo.org/id/term/kor/CHANG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/coeng1%20coeng3>,
        <http://lexvo.org/id/term/yue/%E5%97%86>,
        "嗆"^^xsd:string ;
    rdfs:comment "choke by smoke; irritates nose"@en .

<http://lexvo.org/id/char/55C7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%97%87>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C3%A8>,
        <http://lexvo.org/id/term/kor/%E5%97%87>,
        <http://lexvo.org/id/term/kor/SAYK>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sik1>,
        <http://lexvo.org/id/term/yue/%E5%97%87>,
        "嗇"^^xsd:string ;
    rdfs:comment "miserly, thrifty, stingy; stopped up, constipated"@en .

<http://lexvo.org/id/char/55C8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%97%88>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C5%8Dng>,
        <http://lexvo.org/id/term/kor/%E5%97%88>,
        <http://lexvo.org/id/term/kor/ONG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jung1>,
        <http://lexvo.org/id/term/yue/%E5%97%88>,
        "嗈"^^xsd:string ;
    rdfs:comment "the call of a bird"@en .

<http://lexvo.org/id/char/55C9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%97%89>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C3%B9>,
        <http://lexvo.org/id/term/kor/%E5%97%89>,
        <http://lexvo.org/id/term/kor/SO>,
        <http://lexvo.org/id/term/vie/nh%E1%BB%91>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sou3>,
        <http://lexvo.org/id/term/yue/%E5%97%89>,
        "嗉"^^xsd:string ;
    rdfs:comment "bird's crop; wine pot"@en .

<http://lexvo.org/id/char/55CA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%97%8A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C7%92ng%20g%C3%B2ng>,
        <http://lexvo.org/id/term/kor/%E5%97%8A>,
        <http://lexvo.org/id/term/kor/HONG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gung3%20hung2>,
        <http://lexvo.org/id/term/yue/%E5%97%8A>,
        "嗊"^^xsd:string .

<http://lexvo.org/id/char/55CB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%97%8B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A9>,
        <http://lexvo.org/id/term/kor/%E5%97%8B>,
        <http://lexvo.org/id/term/kor/HYEP>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hip3>,
        <http://lexvo.org/id/term/yue/%E5%97%8B>,
        "嗋"^^xsd:string .

<http://lexvo.org/id/char/55CC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C3%A0i%201368.090%3Ay%C3%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%97%8C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%AC%20%C3%A0i>,
        <http://lexvo.org/id/term/kor/%E5%97%8C>,
        <http://lexvo.org/id/term/kor/I%20AYK>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/aai3%20jik1>,
        <http://lexvo.org/id/term/yue/%E5%97%8C>,
        "嗌"^^xsd:string ;
    rdfs:comment "the throat; to quarrel, choke"@en .

<http://lexvo.org/id/char/55CD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%97%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/su%C5%8D>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sok3>,
        <http://lexvo.org/id/term/yue/%E5%97%8D>,
        "嗍"^^xsd:string .

<http://lexvo.org/id/char/55CE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%97%8E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ma%20m%C3%A1%20m%C7%8E>,
        <http://lexvo.org/id/term/kor/%E5%97%8E>,
        <http://lexvo.org/id/term/kor/MA>,
        <http://lexvo.org/id/term/vie/m%E1%BB%ADa>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/maa1%20maa3%20maa5>,
        <http://lexvo.org/id/term/yue/%E5%97%8E>,
        "嗎"^^xsd:string ;
    rdfs:comment "final interrogative particle"@en .

<http://lexvo.org/id/char/55CF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%97%8F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C4%81>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/caa1%20caa2%20zaa2>,
        <http://lexvo.org/id/term/yue/%E5%97%8F>,
        "嗏"^^xsd:string ;
    rdfs:comment "(Cant.) imperative final particle"@en .

<http://lexvo.org/id/char/55D0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%97%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A0i>,
        <http://lexvo.org/id/term/kor/%E5%97%90>,
        <http://lexvo.org/id/term/kor/HAL%20HAY>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/haai6>,
        <http://lexvo.org/id/term/yue/%E5%97%90>,
        "嗐"^^xsd:string ;
    rdfs:comment "alas!"@en .

<http://lexvo.org/id/char/55D1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%97%91>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C3%A8%20h%C3%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C4%93%200642.020%3Ak%C3%A8>,
        <http://lexvo.org/id/term/kor/%E5%97%91>,
        <http://lexvo.org/id/term/kor/HAP>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/haap3%20hap6>,
        <http://lexvo.org/id/term/yue/%E5%97%91>,
        "嗑"^^xsd:string ;
    rdfs:comment "eat seeds; reproach; loquacious"@en .

<http://lexvo.org/id/char/55D2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%97%92>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C4%81%201107.110%3At%C3%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%A0>,
        <http://lexvo.org/id/term/kor/%E5%97%92>,
        <http://lexvo.org/id/term/kor/THAP>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dap1%20taap3%20tap3>,
        <http://lexvo.org/id/term/yue/%E5%97%92>,
        "嗒"^^xsd:string ;
    rdfs:comment "absent-minded"@en .

<http://lexvo.org/id/char/55D3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%97%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C7%8Eng>,
        <http://lexvo.org/id/term/kor/%E5%97%93>,
        <http://lexvo.org/id/term/kor/SANG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/song1%20song2>,
        <http://lexvo.org/id/term/yue/%E5%97%93>,
        "嗓"^^xsd:string ;
    rdfs:comment "voice; throat"@en .

<http://lexvo.org/id/char/55D4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%97%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C4%93n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ti%C3%A1n%20ch%C4%93n>,
        <http://lexvo.org/id/term/kor/%E5%97%94>,
        <http://lexvo.org/id/term/kor/CIN>,
        <http://lexvo.org/id/term/vie/xin>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/can1%20zan1>,
        <http://lexvo.org/id/term/yue/%E5%97%94>,
        "嗔"^^xsd:string ;
    rdfs:comment "be angry at, scold, rebuke"@en .

<http://lexvo.org/id/char/55D5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%97%95>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/r%C3%B9>,
        <http://lexvo.org/id/term/kor/%E5%97%95>,
        <http://lexvo.org/id/term/kor/YOK>,
        <http://lexvo.org/id/term/vie/nh%C3%B3c>,
        "嗕"^^xsd:string .

<http://lexvo.org/id/char/55D6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%97%96>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C5%8Du>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sau1>,
        <http://lexvo.org/id/term/yue/%E5%97%96>,
        "嗖"^^xsd:string ;
    rdfs:comment "whizzing sound"@en .

<http://lexvo.org/id/char/55D7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%97%97>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C4%81>,
        <http://lexvo.org/id/term/vie/c%C3%BAt>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gut2%20gut4%20gut6%20gwat1>,
        <http://lexvo.org/id/term/yue/%E5%97%97>,
        "嗗"^^xsd:string ;
    rdfs:comment "(Cant.) quarter of an hour"@en .

<http://lexvo.org/id/char/55D8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%97%98>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C4%AB>,
        "嗘"^^xsd:string .

<http://lexvo.org/id/char/55D9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%97%99>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C7%8Eng>,
        <http://lexvo.org/id/term/kor/%E5%97%99>,
        <http://lexvo.org/id/term/kor/PANG>,
        <http://lexvo.org/id/term/vie/b%C3%A0ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/pong3>,
        <http://lexvo.org/id/term/yue/%E5%97%99>,
        "嗙"^^xsd:string ;
    rdfs:comment "boast"@en .

<http://lexvo.org/id/char/55DA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%97%9A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C5%AB>,
        <http://lexvo.org/id/term/kor/%E5%97%9A>,
        <http://lexvo.org/id/term/kor/O>,
        <http://lexvo.org/id/term/vie/%C3%B4>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wu1>,
        <http://lexvo.org/id/term/yue/%E5%97%9A>,
        "嗚"^^xsd:string ;
    rdfs:comment "sound of crying, sobbing"@en .

<http://lexvo.org/id/char/55DB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%97%9B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C7%8En>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A1n%20qi%C3%A0n%20qi%C7%8En%20qi%C3%A8>,
        <http://lexvo.org/id/term/kor/%E5%97%9B>,
        <http://lexvo.org/id/term/kor/KYEM>,
        <http://lexvo.org/id/term/vie/khem>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/haam4%20him1%20hip3>,
        <http://lexvo.org/id/term/yue/%E5%97%9B>,
        "嗛"^^xsd:string ;
    rdfs:comment "pouch; hold; content"@en .

<http://lexvo.org/id/char/55DC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%97%9C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%AC>,
        <http://lexvo.org/id/term/kor/%E5%97%9C>,
        <http://lexvo.org/id/term/kor/KI>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/si3>,
        <http://lexvo.org/id/term/yue/%E5%97%9C>,
        "嗜"^^xsd:string ;
    rdfs:comment "be fond of, have weakness for"@en .

<http://lexvo.org/id/char/55DD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%97%9D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C3%A9>,
        <http://lexvo.org/id/term/kor/%E5%97%9D>,
        <http://lexvo.org/id/term/kor/KYEK>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gaak3>,
        <http://lexvo.org/id/term/yue/%E5%97%9D>,
        "嗝"^^xsd:string ;
    rdfs:comment "cackling of fowls to gag, to vomit"@en .

<http://lexvo.org/id/char/55DE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%97%9E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C4%AB>,
        <http://lexvo.org/id/term/kor/%E5%97%9E>,
        <http://lexvo.org/id/term/kor/CA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zi1>,
        <http://lexvo.org/id/term/yue/%E5%97%9E>,
        "嗞"^^xsd:string ;
    rdfs:comment "to consult about, to plan; to report in writing to an equal; a despatch"@en .

<http://lexvo.org/id/char/55DF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%97%9F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C4%93%200618.090%3Aju%C4%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C4%93%20ju%C4%93>,
        <http://lexvo.org/id/term/kor/%E5%97%9F>,
        <http://lexvo.org/id/term/kor/CHA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ze1>,
        <http://lexvo.org/id/term/yue/%E5%97%9F>,
        "嗟"^^xsd:string ;
    rdfs:comment "sigh, alas"@en .

<http://lexvo.org/id/char/55E0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%97%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/lu%C3%B2>,
        <http://lexvo.org/id/term/kor/%E5%97%A0>,
        <http://lexvo.org/id/term/kor/LA>,
        "嗠"^^xsd:string .

<http://lexvo.org/id/char/55E1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%97%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C4%93ng>,
        <http://lexvo.org/id/term/kor/%E5%97%A1>,
        <http://lexvo.org/id/term/kor/ONG>,
        <http://lexvo.org/id/term/vie/%C3%B3ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jung1>,
        <http://lexvo.org/id/term/yue/%E5%97%A1>,
        "嗡"^^xsd:string ;
    rdfs:comment "sound of flying bees, airplanes"@en .

<http://lexvo.org/id/char/55E2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%97%A2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C3%A0>,
        <http://lexvo.org/id/term/kor/%E5%97%A2>,
        <http://lexvo.org/id/term/kor/OL>,
        <http://lexvo.org/id/term/vie/%E1%BB%93n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wat1>,
        <http://lexvo.org/id/term/yue/%E5%97%A2>,
        "嗢"^^xsd:string .

<http://lexvo.org/id/char/55E3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%97%A3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C3%AC>,
        <http://lexvo.org/id/term/kor/%E5%97%A3>,
        <http://lexvo.org/id/term/kor/SA>,
        <http://lexvo.org/id/term/vie/t%E1%BB%B1>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zi6>,
        <http://lexvo.org/id/term/yue/%E5%97%A3>,
        "嗣"^^xsd:string ;
    rdfs:comment "to connect, inherit; descendants, heirs"@en .

<http://lexvo.org/id/char/55E4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%97%A4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C4%AB>,
        <http://lexvo.org/id/term/kor/%E5%97%A4>,
        <http://lexvo.org/id/term/kor/CHI>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ci1>,
        <http://lexvo.org/id/term/yue/%E5%97%A4>,
        "嗤"^^xsd:string ;
    rdfs:comment "laugh at, ridicule, sneer; snort"@en .

<http://lexvo.org/id/char/55E5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%97%A5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A1o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hou4>,
        <http://lexvo.org/id/term/yue/%E5%97%A5>,
        "嗥"^^xsd:string ;
    rdfs:comment "roar, call out, wail; bark, yelp"@en .

<http://lexvo.org/id/char/55E6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%97%A6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/su%C5%8D>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/so1>,
        <http://lexvo.org/id/term/yue/%E5%97%A6>,
        "嗦"^^xsd:string ;
    rdfs:comment "suck"@en .

<http://lexvo.org/id/char/55E7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/kor/%E5%97%A7>,
        <http://lexvo.org/id/term/kor/LYUN>,
        "嗧"^^xsd:string .

<http://lexvo.org/id/char/55E8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%97%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C4%81i%200458.011%3Ah%C4%93i>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C4%81i%20h%C7%8Ei>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hei1%20hoi1>,
        <http://lexvo.org/id/term/yue/%E5%97%A8>,
        "嗨"^^xsd:string ;
    rdfs:comment "an exclamation"@en .

<http://lexvo.org/id/char/55E9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%97%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/su%C7%92>,
        <http://lexvo.org/id/term/kor/%E5%97%A9>,
        <http://lexvo.org/id/term/kor/SWAY>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/so2>,
        <http://lexvo.org/id/term/yue/%E5%97%A9>,
        "嗩"^^xsd:string ;
    rdfs:comment "flute-like musical instrument"@en .

<http://lexvo.org/id/char/55EA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%97%AA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C3%ADn>,
        "嗪"^^xsd:string ;
    rdfs:comment "character used in translation"@en .

<http://lexvo.org/id/char/55EB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%97%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ni%C3%A8>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zip6>,
        <http://lexvo.org/id/term/yue/%E5%97%AB>,
        "嗫"^^xsd:string ;
    rdfs:comment "move lips as when speaking; hesitation"@en .

<http://lexvo.org/id/char/55EC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%97%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C4%93>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ho2>,
        <http://lexvo.org/id/term/yue/%E5%97%AC>,
        "嗬"^^xsd:string ;
    rdfs:comment "(Cant.) interrogative particle"@en .

<http://lexvo.org/id/char/55ED> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/kor/%E5%97%AD>,
        <http://lexvo.org/id/term/kor/CIS>,
        "嗭"^^xsd:string ;
    rdfs:comment "place name"@en .

<http://lexvo.org/id/char/55EE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%97%AE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C3%A0i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/saai3>,
        <http://lexvo.org/id/term/yue/%E5%97%AE>,
        "嗮"^^xsd:string ;
    rdfs:comment "(Cant.) verbal aspect marker for full extent"@en .

<http://lexvo.org/id/char/55EF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C5%84%200811.020%3A%C5%88%200811.030%3A%C7%B9%200826.010%3A%C5%84g%200826.020%3A%C5%88g%200826.030%3A%C7%B9g>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ng2%20ng6>,
        <http://lexvo.org/id/term/yue/%E5%97%AF>,
        "嗯"^^xsd:string ;
    rdfs:comment "final particle"@en .

<http://lexvo.org/id/char/55F0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%97%B0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C3%A8>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/go2%20go3>,
        <http://lexvo.org/id/term/yue/%E5%97%B0>,
        "嗰"^^xsd:string ;
    rdfs:comment "(Cant.) that"@en .

<http://lexvo.org/id/char/55F1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%97%B1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C3%A1>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/naa4>,
        <http://lexvo.org/id/term/yue/%E5%97%B1>,
        "嗱"^^xsd:string ;
    rdfs:comment "(Cant.) exclamation, there! now!"@en .

<http://lexvo.org/id/char/55F2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%97%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/di%C7%8E>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/de1%20de2%20de4>,
        <http://lexvo.org/id/term/yue/%E5%97%B2>,
        "嗲"^^xsd:string ;
    rdfs:comment "(Cant.) saliva; intensifying particle; inviting, coquettish; 嗲哋. 'daddy'"@en .

<http://lexvo.org/id/char/55F3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C3%A0i%20%C7%8Ei%20%C4%81i>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%C4%81i%200003.160%3A%C7%8Ei%200005.040%3A%C3%A0i>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%97%B3>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/oi2>,
        <http://lexvo.org/id/term/yue/%E5%97%B3>,
        "嗳"^^xsd:string ;
    rdfs:comment "interjection; exclamation"@en .

<http://lexvo.org/id/char/55F4> a lvont:Character ;
    lvont:represents "嗴"^^xsd:string .

<http://lexvo.org/id/char/55F5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%97%B5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C5%8Dng>,
        "嗵"^^xsd:string ;
    rdfs:comment "used for sound"@en .

<http://lexvo.org/id/char/55F6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%97%B6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%AC>,
        <http://lexvo.org/id/term/kor/%E5%97%B6>,
        <http://lexvo.org/id/term/kor/PHIL>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bat1>,
        <http://lexvo.org/id/term/yue/%E5%97%B6>,
        "嗶"^^xsd:string ;
    rdfs:comment "used in transliterations"@en .

<http://lexvo.org/id/char/55F7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C3%A1o>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%97%B7>,
        <http://lexvo.org/id/term/kor/%E5%97%B7>,
        <http://lexvo.org/id/term/kor/O>,
        <http://lexvo.org/id/term/vie/ngao>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ngou1%20ngou4>,
        <http://lexvo.org/id/term/yue/%E5%97%B7>,
        "嗷"^^xsd:string ;
    rdfs:comment "loud clamor; sound of wailing"@en .

<http://lexvo.org/id/char/55F8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C3%A1o>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%97%B8>,
        <http://lexvo.org/id/term/kor/%E5%97%B8>,
        <http://lexvo.org/id/term/kor/O>,
        "嗸"^^xsd:string ;
    rdfs:comment "same as 嗷 U+55F7, noisy"@en .

<http://lexvo.org/id/char/55F9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%97%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C3%A1n>,
        <http://lexvo.org/id/term/kor/%E5%97%B9>,
        <http://lexvo.org/id/term/kor/LYEN>,
        <http://lexvo.org/id/term/vie/li%E1%BA%BFn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lin4>,
        <http://lexvo.org/id/term/yue/%E5%97%B9>,
        "嗹"^^xsd:string ;
    rdfs:comment "chatter"@en .

<http://lexvo.org/id/char/55FA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%97%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/cu%C4%AB>,
        <http://lexvo.org/id/term/kor/%E5%97%BA>,
        <http://lexvo.org/id/term/kor/CHOY>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ceoi1>,
        <http://lexvo.org/id/term/yue/%E5%97%BA>,
        "嗺"^^xsd:string .

<http://lexvo.org/id/char/55FB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%97%BB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C4%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C4%93%201465.020%3Azh%C3%A8>,
        <http://lexvo.org/id/term/kor/%E5%97%BB>,
        <http://lexvo.org/id/term/kor/CHA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/syu3%20ze1>,
        <http://lexvo.org/id/term/yue/%E5%97%BB>,
        "嗻"^^xsd:string ;
    rdfs:comment "to screen. loquacious; (Cant.) final particle used to defend oneself or protest against others"@en .

<http://lexvo.org/id/char/55FC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%97%BC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%B2>,
        <http://lexvo.org/id/term/kor/%E5%97%BC>,
        <http://lexvo.org/id/term/kor/MAK>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mok6>,
        <http://lexvo.org/id/term/yue/%E5%97%BC>,
        "嗼"^^xsd:string .

<http://lexvo.org/id/char/55FD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%97%BD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C3%B2u>,
        <http://lexvo.org/id/term/kor/%E5%97%BD>,
        <http://lexvo.org/id/term/kor/SWU>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sau2%20sau3>,
        <http://lexvo.org/id/term/yue/%E5%97%BD>,
        "嗽"^^xsd:string ;
    rdfs:comment "cough, gargle, clear throat"@en .

<http://lexvo.org/id/char/55FE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%97%BE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C7%92u>,
        <http://lexvo.org/id/term/kor/%E5%97%BE>,
        <http://lexvo.org/id/term/kor/CWU>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sau2%20zuk6>,
        <http://lexvo.org/id/term/yue/%E5%97%BE>,
        "嗾"^^xsd:string ;
    rdfs:comment "to set a dog on; incite, instigate"@en .

<http://lexvo.org/id/char/55FF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%97%BF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C7%8En>,
        <http://lexvo.org/id/term/kor/%E5%97%BF>,
        <http://lexvo.org/id/term/kor/THAM>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/taam2>,
        <http://lexvo.org/id/term/yue/%E5%97%BF>,
        "嗿"^^xsd:string ;
    rdfs:comment "gobble"@en .

<http://lexvo.org/id/char/5600> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%98%80>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C4%AB%200230.020%3Ad%C3%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dik1%20dik6>,
        <http://lexvo.org/id/term/yue/%E5%98%80>,
        "嘀"^^xsd:string ;
    rdfs:comment "backbite"@en .

<http://lexvo.org/id/char/5601> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%98%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C4%AB>,
        <http://lexvo.org/id/term/kor/%E5%98%81>,
        <http://lexvo.org/id/term/kor/CHUK>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ci1%20cik1>,
        <http://lexvo.org/id/term/yue/%E5%98%81>,
        "嘁"^^xsd:string ;
    rdfs:comment "to be grieved; ashamed; used to imitate sounds"@en .

<http://lexvo.org/id/char/5602> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%98%82>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%A0o>,
        <http://lexvo.org/id/term/kor/%E5%98%82>,
        <http://lexvo.org/id/term/kor/KYO>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/giu3>,
        <http://lexvo.org/id/term/yue/%E5%98%82>,
        "嘂"^^xsd:string ;
    rdfs:comment "cry loudly, yell, scream"@en .

<http://lexvo.org/id/char/5603> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%98%83>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C5%8Dng>,
        "嘃"^^xsd:string .

<http://lexvo.org/id/char/5604> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%98%84>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C4%81o>,
        <http://lexvo.org/id/term/kor/%E5%98%84>,
        <http://lexvo.org/id/term/kor/KYO>,
        "嘄"^^xsd:string .

<http://lexvo.org/id/char/5605> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%98%85>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C7%8Ei>,
        <http://lexvo.org/id/term/kor/%E5%98%85>,
        <http://lexvo.org/id/term/kor/KAY>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ge3%20koi3>,
        <http://lexvo.org/id/term/yue/%E5%98%85>,
        "嘅"^^xsd:string ;
    rdfs:comment "sound of sighing; (Cant.) possessive"@en .

<http://lexvo.org/id/char/5606> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%98%86>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E5%98%86>,
        <http://lexvo.org/id/term/kor/THAN>,
        <http://lexvo.org/id/term/vie/han>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/taan3>,
        <http://lexvo.org/id/term/yue/%E5%98%86>,
        "嘆"^^xsd:string ;
    rdfs:comment "sigh, admire"@en .

<http://lexvo.org/id/char/5607> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%98%87>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C4%81n>,
        <http://lexvo.org/id/term/kor/%E5%98%87>,
        <http://lexvo.org/id/term/kor/SAM>,
        <http://lexvo.org/id/term/vie/th%E1%BA%A5m>,
        "嘇"^^xsd:string .

<http://lexvo.org/id/char/5608> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%98%88>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C3%A1o>,
        <http://lexvo.org/id/term/kor/%E5%98%88>,
        <http://lexvo.org/id/term/kor/CO>,
        <http://lexvo.org/id/term/vie/t%C3%A0o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cou4>,
        <http://lexvo.org/id/term/yue/%E5%98%88>,
        "嘈"^^xsd:string ;
    rdfs:comment "noisy"@en .

<http://lexvo.org/id/char/5609> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%98%89>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C4%81>,
        <http://lexvo.org/id/term/kor/%E5%98%89>,
        <http://lexvo.org/id/term/kor/KA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gaa1>,
        <http://lexvo.org/id/term/yue/%E5%98%89>,
        "嘉"^^xsd:string ;
    rdfs:comment "excellent; joyful; auspicious"@en .

<http://lexvo.org/id/char/560A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C3%A1i>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%98%8A>,
        <http://lexvo.org/id/term/kor/%E5%98%8A>,
        <http://lexvo.org/id/term/kor/AY>,
        "嘊"^^xsd:string .

<http://lexvo.org/id/char/560B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%98%8B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C4%81o>,
        "嘋"^^xsd:string ;
    rdfs:comment "howl, roar"@en .

<http://lexvo.org/id/char/560C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%98%8C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/pi%C3%A0o>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/pi%C4%81o%20pi%C3%A0o>,
        <http://lexvo.org/id/term/kor/%E5%98%8C>,
        <http://lexvo.org/id/term/kor/PHYO>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/piu1%20piu3>,
        <http://lexvo.org/id/term/yue/%E5%98%8C>,
        "嘌"^^xsd:string ;
    rdfs:comment "fast, speedy"@en .

<http://lexvo.org/id/char/560D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%98%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%B3u%200735.051%3Alou>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/lou%20l%C3%B3u>,
        <http://lexvo.org/id/term/kor/%E5%98%8D>,
        <http://lexvo.org/id/term/kor/LWU>,
        <http://lexvo.org/id/term/vie/l%C3%A0u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lau1%20lau4>,
        <http://lexvo.org/id/term/yue/%E5%98%8D>,
        "嘍"^^xsd:string ;
    rdfs:comment "used in onomatopoetic expressions"@en .

<http://lexvo.org/id/char/560E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%98%8E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C4%81%200349.100%3Ag%C3%A1%200349.130%3Ag%C7%8E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C4%81%20g%C7%8E>,
        <http://lexvo.org/id/term/kor/%E5%98%8E>,
        <http://lexvo.org/id/term/kor/AL>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gaa1%20gaa4>,
        <http://lexvo.org/id/term/yue/%E5%98%8E>,
        "嘎"^^xsd:string ;
    rdfs:comment "sound of laughter; bad, malevolent"@en .

<http://lexvo.org/id/char/560F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%98%8F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C7%94%200543.060%3Aji%C7%8E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C7%94%20ji%C7%8E>,
        <http://lexvo.org/id/term/kor/%E5%98%8F>,
        <http://lexvo.org/id/term/kor/HA%20KA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gaa2%20gu2>,
        <http://lexvo.org/id/term/yue/%E5%98%8F>,
        "嘏"^^xsd:string ;
    rdfs:comment "felicity, prosperity; large and strong"@en .

<http://lexvo.org/id/char/5610> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%98%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C4%81o%20ji%C4%81o>,
        <http://lexvo.org/id/term/kor/%E5%98%90>,
        <http://lexvo.org/id/term/kor/KYO>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/haau1>,
        <http://lexvo.org/id/term/yue/%E5%98%90>,
        "嘐"^^xsd:string ;
    rdfs:comment "final exclamatory particle"@en .

<http://lexvo.org/id/char/5611> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%98%91>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C5%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C5%AB%20h%C3%B9%20l%C3%A0>,
        <http://lexvo.org/id/term/kor/%E5%98%91>,
        <http://lexvo.org/id/term/kor/HO>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/laa3>,
        <http://lexvo.org/id/term/yue/%E5%98%91>,
        "嘑"^^xsd:string ;
    rdfs:comment "to menace; to howl at; to bawl; (Cant.) final particle"@en .

<http://lexvo.org/id/char/5612> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%98%92>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%AC>,
        <http://lexvo.org/id/term/kor/%E5%98%92>,
        <http://lexvo.org/id/term/kor/HYEY>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wai3>,
        <http://lexvo.org/id/term/yue/%E5%98%92>,
        "嘒"^^xsd:string ;
    rdfs:comment "sharp"@en .

<http://lexvo.org/id/char/5613> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%98%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/gu%C5%8D>,
        <http://lexvo.org/id/term/kor/%E5%98%93>,
        <http://lexvo.org/id/term/kor/KOYK>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gwok3>,
        <http://lexvo.org/id/term/yue/%E5%98%93>,
        "嘓"^^xsd:string ;
    rdfs:comment "gurgling sound, chattering"@en .

<http://lexvo.org/id/char/5614> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C5%8Du%20%C7%92u%20%C3%B2u%20x%C5%AB%20ou>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%C7%92u>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%98%94>,
        <http://lexvo.org/id/term/kor/%E5%98%94>,
        <http://lexvo.org/id/term/kor/KWU%20HWU>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/au1%20au2>,
        <http://lexvo.org/id/term/yue/%E5%98%94>,
        "嘔"^^xsd:string ;
    rdfs:comment "to vomit; annoy, enrage"@en .

<http://lexvo.org/id/char/5615> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%98%95>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C4%81n>,
        <http://lexvo.org/id/term/kor/%E5%98%95>,
        <http://lexvo.org/id/term/kor/EN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hin1>,
        <http://lexvo.org/id/term/yue/%E5%98%95>,
        "嘕"^^xsd:string .

<http://lexvo.org/id/char/5616> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%98%96>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C3%A9>,
        <http://lexvo.org/id/term/kor/%E5%98%96>,
        <http://lexvo.org/id/term/kor/CHAYK>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zaak3%20zik1>,
        <http://lexvo.org/id/term/yue/%E5%98%96>,
        "嘖"^^xsd:string ;
    rdfs:comment "interjection of approval or admiration"@en .

<http://lexvo.org/id/char/5617> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%98%97>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%A1ng>,
        <http://lexvo.org/id/term/kor/%E5%98%97>,
        <http://lexvo.org/id/term/kor/SANG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/soeng4>,
        <http://lexvo.org/id/term/yue/%E5%98%97>,
        "嘗"^^xsd:string ;
    rdfs:comment "taste; experience, experiment"@en .

<http://lexvo.org/id/char/5618> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%98%98>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C4%AB%201301.020%3Ax%C5%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C5%AB>,
        <http://lexvo.org/id/term/kor/%E5%98%98>,
        <http://lexvo.org/id/term/kor/HE>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/heoi1>,
        <http://lexvo.org/id/term/yue/%E5%98%98>,
        "嘘"^^xsd:string ;
    rdfs:comment "exhale; blow out; deep sigh; hiss; praise"@en .

<http://lexvo.org/id/char/5619> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%98%99>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%B3>,
        "嘙"^^xsd:string .

<http://lexvo.org/id/char/561A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%98%9A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%A9%20d%C4%93%20d%C4%81i>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C4%93%200225.030%3Ad%C4%93i>,
        "嘚"^^xsd:string .

<http://lexvo.org/id/char/561B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%98%9B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ma>,
        <http://lexvo.org/id/term/kor/%E5%98%9B>,
        <http://lexvo.org/id/term/kor/MA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/maa3%20maa4>,
        <http://lexvo.org/id/term/yue/%E5%98%9B>,
        "嘛"^^xsd:string ;
    rdfs:comment "final exclamatory particle"@en .

<http://lexvo.org/id/char/561C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%98%9C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A0>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mak1>,
        <http://lexvo.org/id/term/yue/%E5%98%9C>,
        "嘜"^^xsd:string ;
    rdfs:comment "mark"@en .

<http://lexvo.org/id/char/561D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%98%9D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%BA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/huk6>,
        <http://lexvo.org/id/term/yue/%E5%98%9D>,
        "嘝"^^xsd:string .

<http://lexvo.org/id/char/561E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%98%9E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/lei>,
        <http://lexvo.org/id/term/kor/%E5%98%9E>,
        <http://lexvo.org/id/term/kor/LUK>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/laak3%20lak3>,
        <http://lexvo.org/id/term/yue/%E5%98%9E>,
        "嘞"^^xsd:string ;
    rdfs:comment "(Cant.) final particle used for polite refusal"@en .

<http://lexvo.org/id/char/561F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%98%9F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C5%AB>,
        <http://lexvo.org/id/term/kor/%E5%98%9F>,
        <http://lexvo.org/id/term/kor/TO>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dou1>,
        <http://lexvo.org/id/term/yue/%E5%98%9F>,
        "嘟"^^xsd:string ;
    rdfs:comment "sound of horn tooting"@en .

<http://lexvo.org/id/char/5620> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%98%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C4%81%20g%C7%8E>,
        <http://lexvo.org/id/term/kor/%E5%98%A0>,
        <http://lexvo.org/id/term/kor/AL%20KAL>,
        "嘠"^^xsd:string ;
    rdfs:comment "the chirping of birds loud laughter"@en .

<http://lexvo.org/id/char/5621> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%98%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C4%81ng>,
        "嘡"^^xsd:string .

<http://lexvo.org/id/char/5622> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%98%A2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C4%9B>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/je5>,
        <http://lexvo.org/id/term/yue/%E5%98%A2>,
        "嘢"^^xsd:string ;
    rdfs:comment "(Cant.) thing"@en .

<http://lexvo.org/id/char/5623> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%98%A3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C4%93ng>,
        "嘣"^^xsd:string ;
    rdfs:comment "syllable"@en .

<http://lexvo.org/id/char/5624> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%98%A4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C4%ABng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ang1%20jing1>,
        <http://lexvo.org/id/term/yue/%E5%98%A4>,
        "嘤"^^xsd:string ;
    rdfs:comment "seek friends; also used in onomatopoetic expressions"@en .

<http://lexvo.org/id/char/5625> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/saai1%20saai3>,
        <http://lexvo.org/id/term/yue/%E5%98%A5>,
        "嘥"^^xsd:string ;
    rdfs:comment "(Cant.) to waste; all, entirely"@en .

<http://lexvo.org/id/char/5626> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%98%A6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%A0o>,
        "嘦"^^xsd:string .

<http://lexvo.org/id/char/5627> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%98%A7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mat6>,
        <http://lexvo.org/id/term/yue/%E5%98%A7>,
        "嘧"^^xsd:string ;
    rdfs:comment "pyrimidine"@en .

<http://lexvo.org/id/char/5628> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%98%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A0o%20ch%C3%AC>,
        <http://lexvo.org/id/term/kor/%E5%98%A8>,
        <http://lexvo.org/id/term/kor/SO>,
        "嘨"^^xsd:string ;
    rdfs:comment "roar, howl, scream; whistle"@en .

<http://lexvo.org/id/char/5629> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%98%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C4%81%200484.011%3Ahu%C3%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C4%81%20hu%C3%A1>,
        <http://lexvo.org/id/term/kor/%E5%98%A9>,
        <http://lexvo.org/id/term/kor/HWA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jip6%20waa1%20waa4>,
        <http://lexvo.org/id/term/yue/%E5%98%A9>,
        "嘩"^^xsd:string ;
    rdfs:comment "rushing sound; gush forward"@en .

<http://lexvo.org/id/char/562A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%98%AA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C7%8Ei>,
        "嘪"^^xsd:string .

<http://lexvo.org/id/char/562B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%98%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/r%C3%A1n>,
        <http://lexvo.org/id/term/kor/%E5%98%AB>,
        <http://lexvo.org/id/term/kor/YEN>,
        <http://lexvo.org/id/term/vie/nho%E1%BA%BBn>,
        "嘫"^^xsd:string .

<http://lexvo.org/id/char/562C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%98%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/chu%C3%A0i%201550.020%3Azu%C5%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zu%C5%8D%20chu%C3%A0i>,
        <http://lexvo.org/id/term/kor/%E5%98%AC>,
        <http://lexvo.org/id/term/kor/CHOY>,
        <http://lexvo.org/id/term/vie/ch%E1%BB%91i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/caai3%20zyut3>,
        <http://lexvo.org/id/term/yue/%E5%98%AC>,
        "嘬"^^xsd:string ;
    rdfs:comment "to lap; to suck"@en .

<http://lexvo.org/id/char/562D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%98%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C4%93ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/baang4%20paang1>,
        <http://lexvo.org/id/term/yue/%E5%98%AD>,
        "嘭"^^xsd:string ;
    rdfs:comment "syllable; (Cant.) to chase, drive away"@en .

<http://lexvo.org/id/char/562E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%98%AE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%A1o>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%A1o%200682.081%3Al%C3%A0o>,
        <http://lexvo.org/id/term/kor/%E5%98%AE>,
        <http://lexvo.org/id/term/kor/CHO>,
        <http://lexvo.org/id/term/vie/lao>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lou4>,
        <http://lexvo.org/id/term/yue/%E5%98%AE>,
        "嘮"^^xsd:string ;
    rdfs:comment "chat, jaw, gossip, talk"@en .

<http://lexvo.org/id/char/562F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%98%AF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A0o>,
        <http://lexvo.org/id/term/kor/%E5%98%AF>,
        <http://lexvo.org/id/term/kor/SO>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/siu3>,
        <http://lexvo.org/id/term/yue/%E5%98%AF>,
        "嘯"^^xsd:string ;
    rdfs:comment "roar, howl, scream; whistle"@en .

<http://lexvo.org/id/char/5630> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%98%B0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C4%AB>,
        <http://lexvo.org/id/term/kor/%E5%98%B0>,
        <http://lexvo.org/id/term/kor/KI>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gei1>,
        <http://lexvo.org/id/term/yue/%E5%98%B0>,
        "嘰"^^xsd:string ;
    rdfs:comment "sigh in disapproval; take small"@en .

<http://lexvo.org/id/char/5631> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%98%B1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C7%94>,
        <http://lexvo.org/id/term/kor/%E5%98%B1>,
        <http://lexvo.org/id/term/kor/CHOK>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zuk1>,
        <http://lexvo.org/id/term/yue/%E5%98%B1>,
        "嘱"^^xsd:string ;
    rdfs:comment "order, tell, instruct, leave word"@en .

<http://lexvo.org/id/char/5632> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%98%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%A1o%201458.030%3Azh%C4%81o>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%A1o%20zh%C4%81o>,
        <http://lexvo.org/id/term/kor/%E5%98%B2>,
        <http://lexvo.org/id/term/kor/CO>,
        <http://lexvo.org/id/term/vie/tr%C3%A0o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zaau1>,
        <http://lexvo.org/id/term/yue/%E5%98%B2>,
        "嘲"^^xsd:string ;
    rdfs:comment "ridicule, deride, scorn, jeer at"@en .

<http://lexvo.org/id/char/5633> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%98%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ku%C3%AC>,
        <http://lexvo.org/id/term/kor/%E5%98%B3>,
        <http://lexvo.org/id/term/kor/KOY>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kwaai3>,
        <http://lexvo.org/id/term/yue/%E5%98%B3>,
        "嘳"^^xsd:string .

<http://lexvo.org/id/char/5634> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%98%B4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zu%C7%90>,
        <http://lexvo.org/id/term/kor/%E5%98%B4>,
        <http://lexvo.org/id/term/kor/CHWI>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zeoi2>,
        <http://lexvo.org/id/term/yue/%E5%98%B4>,
        "嘴"^^xsd:string ;
    rdfs:comment "mouth, lips"@en .

<http://lexvo.org/id/char/5635> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%98%B5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C4%81o>,
        <http://lexvo.org/id/term/kor/%E5%98%B5>,
        <http://lexvo.org/id/term/kor/HYO>,
        <http://lexvo.org/id/term/vie/ngh%C3%AAu>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hiu1>,
        <http://lexvo.org/id/term/yue/%E5%98%B5>,
        "嘵"^^xsd:string ;
    rdfs:comment "garrulous; disturbed; restless"@en .

<http://lexvo.org/id/char/5636> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%98%B6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C4%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C4%AB%20x%C4%AB>,
        <http://lexvo.org/id/term/kor/%E5%98%B6>,
        <http://lexvo.org/id/term/kor/SI>,
        <http://lexvo.org/id/term/vie/t%C3%AA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sai1%20si1>,
        <http://lexvo.org/id/term/yue/%E5%98%B6>,
        "嘶"^^xsd:string ;
    rdfs:comment "neighing of a horse; gravel voiced, husky throated; (Cant.) to hiccough"@en .

<http://lexvo.org/id/char/5637> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%98%B7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A1o>,
        <http://lexvo.org/id/term/kor/%E5%98%B7>,
        <http://lexvo.org/id/term/kor/HO>,
        "嘷"^^xsd:string ;
    rdfs:comment "the roaring of wild beasts; to howl, to wail, to bawl"@en .

<http://lexvo.org/id/char/5638> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E1%B8%BF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%98%B8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C7%94>,
        <http://lexvo.org/id/term/kor/%E5%98%B8>,
        <http://lexvo.org/id/term/kor/MWU>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fu2%20m4%20mou1%20mou5>,
        <http://lexvo.org/id/term/yue/%E5%98%B8>,
        "嘸"^^xsd:string ;
    rdfs:comment "unclear; an expletive; not"@en .

<http://lexvo.org/id/char/5639> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%98%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C3%A1o>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C3%A1o%20li%C3%A0o>,
        <http://lexvo.org/id/term/kor/%E5%98%B9>,
        <http://lexvo.org/id/term/kor/LYO>,
        <http://lexvo.org/id/term/vie/r%C3%AAu>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/liu4>,
        <http://lexvo.org/id/term/yue/%E5%98%B9>,
        "嘹"^^xsd:string ;
    rdfs:comment "used describe clarity of voice; resonant"@en .

<http://lexvo.org/id/char/563A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%98%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C3%A1o>,
        <http://lexvo.org/id/term/kor/%E5%98%BA>,
        <http://lexvo.org/id/term/kor/KYO>,
        <http://lexvo.org/id/term/vie/gh%E1%BA%B9o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kiu2%20kiu4>,
        <http://lexvo.org/id/term/yue/%E5%98%BA>,
        "嘺"^^xsd:string ;
    rdfs:comment "(Cant.) coincidental"@en .

<http://lexvo.org/id/char/563B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%98%BB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C4%AB>,
        <http://lexvo.org/id/term/kor/%E5%98%BB>,
        <http://lexvo.org/id/term/kor/HUY>,
        <http://lexvo.org/id/term/vie/hi>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hei1>,
        <http://lexvo.org/id/term/yue/%E5%98%BB>,
        "嘻"^^xsd:string ;
    rdfs:comment "mirthful, happy; interjection"@en .

<http://lexvo.org/id/char/563C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%98%BC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%B9>,
        <http://lexvo.org/id/term/kor/%E5%98%BC>,
        <http://lexvo.org/id/term/kor/HYU>,
        "嘼"^^xsd:string .

<http://lexvo.org/id/char/563D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%98%BD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C7%8En%201112.071%3At%C4%81n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C4%81n%20ch%C7%8En>,
        <http://lexvo.org/id/term/kor/%E5%98%BD>,
        <http://lexvo.org/id/term/kor/THAN%20CHEN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cin2%20taan1%20zin2>,
        <http://lexvo.org/id/term/yue/%E5%98%BD>,
        "嘽"^^xsd:string ;
    rdfs:comment "pant; many"@en .

<http://lexvo.org/id/char/563E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%98%BE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%A1n>,
        <http://lexvo.org/id/term/kor/%E5%98%BE>,
        <http://lexvo.org/id/term/kor/TAM>,
        "嘾"^^xsd:string .

<http://lexvo.org/id/char/563F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%98%BF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C4%93i%200804.010%3Am%C3%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C4%93i%20m%C3%B2>,
        <http://lexvo.org/id/term/kor/%E5%98%BF>,
        <http://lexvo.org/id/term/kor/MWUK>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hei1>,
        <http://lexvo.org/id/term/yue/%E5%98%BF>,
        "嘿"^^xsd:string ;
    rdfs:comment "be silent, be quiet"@en .

<http://lexvo.org/id/char/5640> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%99%80>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C3%B9n>,
        <http://lexvo.org/id/term/kor/%E5%99%80>,
        <http://lexvo.org/id/term/kor/SON>,
        <http://lexvo.org/id/term/vie/s%C3%BAn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/seon3>,
        <http://lexvo.org/id/term/yue/%E5%99%80>,
        "噀"^^xsd:string ;
    rdfs:comment "spirt out of the mouth"@en .

<http://lexvo.org/id/char/5641> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C4%9B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%C4%9B%20w%C3%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%99%81>,
        <http://lexvo.org/id/term/kor/%E5%99%81>,
        <http://lexvo.org/id/term/kor/O>,
        <http://lexvo.org/id/term/vie/%E1%BA%A1c>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ngok3%20ok3>,
        <http://lexvo.org/id/term/yue/%E5%99%81>,
        "噁"^^xsd:string ;
    rdfs:comment "nastiness; nauseate: sickening"@en .

<http://lexvo.org/id/char/5642> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%99%82>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C7%94n>,
        <http://lexvo.org/id/term/kor/%E5%99%82>,
        <http://lexvo.org/id/term/kor/CWUN>,
        <http://lexvo.org/id/term/vie/ton>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zyun2>,
        <http://lexvo.org/id/term/yue/%E5%99%82>,
        "噂"^^xsd:string ;
    rdfs:comment "meet"@en .

<http://lexvo.org/id/char/5643> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%99%83>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C4%81n>,
        <http://lexvo.org/id/term/kor/%E5%99%83>,
        <http://lexvo.org/id/term/kor/PEN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bo3>,
        <http://lexvo.org/id/term/yue/%E5%99%83>,
        "噃"^^xsd:string ;
    rdfs:comment "(Cant.) emphatic final particle"@en .

<http://lexvo.org/id/char/5644> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%99%84>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C4%AB>,
        "噄"^^xsd:string .

<http://lexvo.org/id/char/5645> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%99%85>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C4%AB>,
        <http://lexvo.org/id/term/kor/%E5%99%85>,
        <http://lexvo.org/id/term/kor/WI>,
        <http://lexvo.org/id/term/vie/vay>,
        "噅"^^xsd:string ;
    rdfs:comment "to speak falsely or wrongly; ugly"@en .

<http://lexvo.org/id/char/5646> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%99%86>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C7%8En>,
        <http://lexvo.org/id/term/kor/%E5%99%86>,
        <http://lexvo.org/id/term/kor/CHAM>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/caam2%20cam2%20zam2>,
        <http://lexvo.org/id/term/yue/%E5%99%86>,
        "噆"^^xsd:string .

<http://lexvo.org/id/char/5647> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%99%87>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/chu%C3%A1ng>,
        <http://lexvo.org/id/term/kor/%E5%99%87>,
        <http://lexvo.org/id/term/kor/TAM>,
        "噇"^^xsd:string .

<http://lexvo.org/id/char/5648> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%99%88>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C3%B9>,
        <http://lexvo.org/id/term/kor/%E5%99%88>,
        <http://lexvo.org/id/term/kor/CHWUK>,
        "噈"^^xsd:string .

<http://lexvo.org/id/char/5649> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%99%89>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E5%99%89>,
        <http://lexvo.org/id/term/kor/TAM>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/daam6%20gam2>,
        <http://lexvo.org/id/term/yue/%E5%99%89>,
        "噉"^^xsd:string ;
    rdfs:comment "bite, chew; (Cant.) like this, in this way"@en .

<http://lexvo.org/id/char/564A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%99%8A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%B9>,
        <http://lexvo.org/id/term/kor/%E5%99%8A>,
        <http://lexvo.org/id/term/kor/YUL%20SWUL>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wat6>,
        <http://lexvo.org/id/term/yue/%E5%99%8A>,
        "噊"^^xsd:string .

<http://lexvo.org/id/char/564B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%99%8B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C5%ABn%20ku%C3%B2>,
        <http://lexvo.org/id/term/kor/%E5%99%8B>,
        <http://lexvo.org/id/term/kor/THON>,
        <http://lexvo.org/id/term/vie/x%C3%B4n>,
        "噋"^^xsd:string ;
    rdfs:comment "to swallow hastily; to gobble up"@en .

<http://lexvo.org/id/char/564C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%99%8C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C4%93ng%200135.060%3Ach%C4%93ng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C4%93ng%20c%C4%93ng>,
        <http://lexvo.org/id/term/kor/%E5%99%8C>,
        <http://lexvo.org/id/term/kor/CAYNG%20CUNG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cang1%20zang1>,
        <http://lexvo.org/id/term/yue/%E5%99%8C>,
        "噌"^^xsd:string ;
    rdfs:comment "scold, shout at"@en .

<http://lexvo.org/id/char/564D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%99%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%A0o>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%A0o%20ji%C4%81o>,
        <http://lexvo.org/id/term/kor/%E5%99%8D>,
        <http://lexvo.org/id/term/kor/CHO>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ziu6>,
        <http://lexvo.org/id/term/yue/%E5%99%8D>,
        "噍"^^xsd:string ;
    rdfs:comment "chew; eat; munch"@en .

<http://lexvo.org/id/char/564E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%99%8E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C4%93>,
        <http://lexvo.org/id/term/kor/%E5%99%8E>,
        <http://lexvo.org/id/term/kor/YEL>,
        <http://lexvo.org/id/term/vie/%E1%BA%BF>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jit3>,
        <http://lexvo.org/id/term/yue/%E5%99%8E>,
        "噎"^^xsd:string ;
    rdfs:comment "choke; hiccup"@en .

<http://lexvo.org/id/char/564F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%99%8F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C4%AB>,
        <http://lexvo.org/id/term/kor/%E5%99%8F>,
        <http://lexvo.org/id/term/kor/HUP>,
        <http://lexvo.org/id/term/vie/h%E1%BA%A5p>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ap1%20ngap1>,
        <http://lexvo.org/id/term/yue/%E5%99%8F>,
        "噏"^^xsd:string ;
    rdfs:comment "inhale, absorb, imbibe; compress; (Cant.) to talk, say, tell"@en .

<http://lexvo.org/id/char/5650> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%99%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C3%AC>,
        <http://lexvo.org/id/term/kor/%E5%99%90>,
        <http://lexvo.org/id/term/kor/KI>,
        "噐"^^xsd:string ;
    rdfs:comment "receptacle, vessel; instrument"@en .

<http://lexvo.org/id/char/5651> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%99%91>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A1o>,
        "噑"^^xsd:string ;
    rdfs:comment "the roar of beasts; to howl, wail"@en .

<http://lexvo.org/id/char/5652> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%99%92>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C3%A1n>,
        <http://lexvo.org/id/term/vie/r%C3%AAn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/leon1>,
        <http://lexvo.org/id/term/yue/%E5%99%92>,
        "噒"^^xsd:string ;
    rdfs:comment "(Cant.) to suck and gnaw on bones"@en .

<http://lexvo.org/id/char/5653> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%99%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C5%AB>,
        <http://lexvo.org/id/term/kor/%E5%99%93>,
        <http://lexvo.org/id/term/kor/HE>,
        <http://lexvo.org/id/term/vie/h%E1%BB%9D>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/heoi1>,
        <http://lexvo.org/id/term/yue/%E5%99%93>,
        "噓"^^xsd:string ;
    rdfs:comment "exhale; blow out; deep sigh; hiss; praise, flatter; lie"@en .

<http://lexvo.org/id/char/5654> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%99%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C4%93ng>,
        <http://lexvo.org/id/term/vie/%C4%91%E1%BA%B1ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dang1>,
        <http://lexvo.org/id/term/yue/%E5%99%94>,
        "噔"^^xsd:string ;
    rdfs:comment "syllable; (Cant.) for (a recipient of pity or sympathy)"@en .

<http://lexvo.org/id/char/5655> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%99%95>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C4%AB>,
        <http://lexvo.org/id/term/kor/%E5%99%95>,
        <http://lexvo.org/id/term/kor/WI>,
        "噕"^^xsd:string ;
    rdfs:comment "to speak falsely or wrongly; ugly"@en .

<http://lexvo.org/id/char/5656> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%99%96>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%ADn>,
        "噖"^^xsd:string .

<http://lexvo.org/id/char/5657> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%99%97>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C5%AB>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/pok3>,
        <http://lexvo.org/id/term/yue/%E5%99%97>,
        "噗"^^xsd:string ;
    rdfs:comment "burst"@en .

<http://lexvo.org/id/char/5658> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%99%98>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ju%C4%93>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kyut3>,
        <http://lexvo.org/id/term/yue/%E5%99%98>,
        "噘"^^xsd:string ;
    rdfs:comment "pouting"@en .

<http://lexvo.org/id/char/5659> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%99%99>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C3%ADn>,
        <http://lexvo.org/id/term/vie/g%E1%BA%A7m>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kam4>,
        <http://lexvo.org/id/term/yue/%E5%99%99>,
        "噙"^^xsd:string ;
    rdfs:comment "hold in mouth; bite"@en .

<http://lexvo.org/id/char/565A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%99%9A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C3%BAn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cam4>,
        <http://lexvo.org/id/term/yue/%E5%99%9A>,
        "噚"^^xsd:string ;
    rdfs:comment "fathom"@en .

<http://lexvo.org/id/char/565B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%99%9B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ni%C3%A8>,
        "噛"^^xsd:string ;
    rdfs:comment "bite, gnaw"@en .

<http://lexvo.org/id/char/565C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%99%9C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C5%AB>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lou1>,
        <http://lexvo.org/id/term/yue/%E5%99%9C>,
        "噜"^^xsd:string ;
    rdfs:comment "verbose, talkative; mumbling"@en .

<http://lexvo.org/id/char/565D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%99%9D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C4%AB>,
        "噝"^^xsd:string ;
    rdfs:comment "hiss; a call to come"@en .

<http://lexvo.org/id/char/565E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%99%9E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%8En>,
        <http://lexvo.org/id/term/kor/%E5%99%9E>,
        <http://lexvo.org/id/term/kor/EM>,
        <http://lexvo.org/id/term/vie/th%C3%A8m>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jim1%20jim2>,
        <http://lexvo.org/id/term/yue/%E5%99%9E>,
        "噞"^^xsd:string ;
    rdfs:comment "the movement of a fish's mouth at the surface of the water"@en .

<http://lexvo.org/id/char/565F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%99%9F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%ACng>,
        "噟"^^xsd:string .

<http://lexvo.org/id/char/5660> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%99%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C4%81>,
        <http://lexvo.org/id/term/kor/%E5%99%A0>,
        <http://lexvo.org/id/term/kor/TAL>,
        <http://lexvo.org/id/term/vie/%C4%91%E1%BA%B7t>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/daat6>,
        <http://lexvo.org/id/term/yue/%E5%99%A0>,
        "噠"^^xsd:string ;
    rdfs:comment "sound made to get a horse to move forward"@en .

<http://lexvo.org/id/char/5661> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%99%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C4%81n%20zh%C4%81n>,
        <http://lexvo.org/id/term/vie/th%C3%A8m>,
        "噡"^^xsd:string .

<http://lexvo.org/id/char/5662> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C5%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%C5%8D%20y%C7%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%99%A2>,
        <http://lexvo.org/id/term/kor/%E5%99%A2>,
        <http://lexvo.org/id/term/kor/WUK%20WU>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/juk1%20jyu2%20o1%20ou3>,
        <http://lexvo.org/id/term/yue/%E5%99%A2>,
        "噢"^^xsd:string ;
    rdfs:comment "moan; interjection for pain, sad"@en .

<http://lexvo.org/id/char/5663> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%99%A3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%B2u%20zhu%C3%B3>,
        <http://lexvo.org/id/term/kor/%E5%99%A3>,
        <http://lexvo.org/id/term/kor/CWU%20THAK>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/doek3%20zau3%20zyu1>,
        <http://lexvo.org/id/term/yue/%E5%99%A3>,
        "噣"^^xsd:string ;
    rdfs:comment "a beak; to peck; to order, enjoin upon"@en .

<http://lexvo.org/id/char/5664> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%99%A4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%ACn>,
        <http://lexvo.org/id/term/kor/%E5%99%A4>,
        <http://lexvo.org/id/term/kor/KUM>,
        <http://lexvo.org/id/term/vie/g%E1%BA%B7m>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gam3%20kam1>,
        <http://lexvo.org/id/term/yue/%E5%99%A4>,
        "噤"^^xsd:string ;
    rdfs:comment "close; be silent, be unable speak"@en .

<http://lexvo.org/id/char/5665> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%99%A5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C3%B3ng>,
        <http://lexvo.org/id/term/kor/%E5%99%A5>,
        <http://lexvo.org/id/term/kor/NONG>,
        <http://lexvo.org/id/term/vie/n%C5%A9ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/nung4>,
        <http://lexvo.org/id/term/yue/%E5%99%A5>,
        "噥"^^xsd:string ;
    rdfs:comment "whisper"@en .

<http://lexvo.org/id/char/5666> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%99%A6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%AC%201427.061%3Ayu%C4%9B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/yu%C4%9B%20hu%C3%AC>,
        <http://lexvo.org/id/term/kor/%E5%99%A6>,
        <http://lexvo.org/id/term/kor/EL%20HWAY>,
        <http://lexvo.org/id/term/vie/o%E1%BA%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jyut6%20wai3>,
        <http://lexvo.org/id/term/yue/%E5%99%A6>,
        "噦"^^xsd:string ;
    rdfs:comment "belch; vomit"@en .

<http://lexvo.org/id/char/5667> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%99%A7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%AC>,
        <http://lexvo.org/id/term/kor/%E5%99%A7>,
        <http://lexvo.org/id/term/kor/HWAY>,
        "噧"^^xsd:string .

<http://lexvo.org/id/char/5668> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%99%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C3%AC>,
        <http://lexvo.org/id/term/kor/%E5%99%A8>,
        <http://lexvo.org/id/term/kor/KI>,
        <http://lexvo.org/id/term/vie/kh%C3%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hei3>,
        <http://lexvo.org/id/term/yue/%E5%99%A8>,
        "器"^^xsd:string ;
    rdfs:comment "receptacle, vessel; instrument"@en .

<http://lexvo.org/id/char/5669> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C3%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%99%A9>,
        <http://lexvo.org/id/term/kor/%E5%99%A9>,
        <http://lexvo.org/id/term/kor/AK>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ngok6>,
        <http://lexvo.org/id/term/yue/%E5%99%A9>,
        "噩"^^xsd:string ;
    rdfs:comment "bad, ill-omened, unlucky"@en .

<http://lexvo.org/id/char/566A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%99%AA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C3%A0o>,
        <http://lexvo.org/id/term/kor/%E5%99%AA>,
        <http://lexvo.org/id/term/kor/CO>,
        <http://lexvo.org/id/term/vie/th%C3%A1o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cou3>,
        <http://lexvo.org/id/term/yue/%E5%99%AA>,
        "噪"^^xsd:string ;
    rdfs:comment "be noisy; chirp loudly"@en .

<http://lexvo.org/id/char/566B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%99%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C4%AB>,
        <http://lexvo.org/id/term/kor/%E5%99%AB>,
        <http://lexvo.org/id/term/kor/HUY%20AY>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ji1>,
        <http://lexvo.org/id/term/yue/%E5%99%AB>,
        "噫"^^xsd:string ;
    rdfs:comment "belch; alas"@en .

<http://lexvo.org/id/char/566C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%99%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%AC>,
        <http://lexvo.org/id/term/kor/%E5%99%AC>,
        <http://lexvo.org/id/term/kor/SE>,
        <http://lexvo.org/id/term/vie/ph%C3%A8>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sai6>,
        <http://lexvo.org/id/term/yue/%E5%99%AC>,
        "噬"^^xsd:string ;
    rdfs:comment "bite; gnaw; snap at"@en .

<http://lexvo.org/id/char/566D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%99%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%A0o>,
        <http://lexvo.org/id/term/kor/%E5%99%AD>,
        <http://lexvo.org/id/term/kor/KYO>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/giu3>,
        <http://lexvo.org/id/term/yue/%E5%99%AD>,
        "噭"^^xsd:string ;
    rdfs:comment "shout"@en .

<http://lexvo.org/id/char/566E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%99%AE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/yu%C4%81n>,
        <http://lexvo.org/id/term/kor/%E5%99%AE>,
        <http://lexvo.org/id/term/kor/YEN>,
        "噮"^^xsd:string .

<http://lexvo.org/id/char/566F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C4%81i%200003.161%3A%C7%8Ei%200005.041%3A%C3%A0i>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%C7%8Ei%20%C3%A0i%20%C4%81i>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%99%AF>,
        <http://lexvo.org/id/term/kor/%E5%99%AF>,
        <http://lexvo.org/id/term/kor/AY>,
        <http://lexvo.org/id/term/vie/%C3%A1y>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/oi2>,
        <http://lexvo.org/id/term/yue/%E5%99%AF>,
        "噯"^^xsd:string ;
    rdfs:comment "interjection; exclamation"@en .

<http://lexvo.org/id/char/5670> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%99%B0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C5%8Dng>,
        <http://lexvo.org/id/term/kor/%E5%99%B0>,
        <http://lexvo.org/id/term/kor/ONG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jung1>,
        <http://lexvo.org/id/term/yue/%E5%99%B0>,
        "噰"^^xsd:string .

<http://lexvo.org/id/char/5671> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%99%B1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ju%C3%A9%201310.050%3Axu%C3%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ju%C3%A9%20xu%C3%A9>,
        <http://lexvo.org/id/term/kor/%E5%99%B1>,
        <http://lexvo.org/id/term/kor/KYAK>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/coek3%20kek3%20koek6>,
        <http://lexvo.org/id/term/yue/%E5%99%B1>,
        "噱"^^xsd:string ;
    rdfs:comment "laugh heartily, laugh aloud"@en .

<http://lexvo.org/id/char/5672> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%99%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ku%C3%A0i>,
        <http://lexvo.org/id/term/kor/%E5%99%B2>,
        <http://lexvo.org/id/term/kor/KHWAY>,
        <http://lexvo.org/id/term/vie/g%E1%BB%8Di>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/faai3>,
        <http://lexvo.org/id/term/yue/%E5%99%B2>,
        "噲"^^xsd:string ;
    rdfs:comment "swallow, gulp down; greedy"@en .

<http://lexvo.org/id/char/5673> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%99%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%94>,
        <http://lexvo.org/id/term/kor/%E5%99%B3>,
        <http://lexvo.org/id/term/kor/WU>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jyu5%20koek3>,
        <http://lexvo.org/id/term/yue/%E5%99%B3>,
        "噳"^^xsd:string ;
    rdfs:comment "many"@en .

<http://lexvo.org/id/char/5674> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%99%B4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C4%93n%20p%C3%A8n>,
        <http://lexvo.org/id/term/kor/%E5%99%B4>,
        <http://lexvo.org/id/term/kor/PWUN>,
        <http://lexvo.org/id/term/vie/ph%C3%BAn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fan5%20pan1%20pan3>,
        <http://lexvo.org/id/term/yue/%E5%99%B4>,
        "噴"^^xsd:string ;
    rdfs:comment "spurt, blow out, puff out"@en .

<http://lexvo.org/id/char/5675> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%99%B5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%A0o>,
        "噵"^^xsd:string .

<http://lexvo.org/id/char/5676> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%99%B6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C3%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C3%A9%20g%C3%A1>,
        <http://lexvo.org/id/term/kor/%E5%99%B6>,
        <http://lexvo.org/id/term/kor/KAL>,
        <http://lexvo.org/id/term/vie/g%E1%BA%AFt>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gaa1>,
        <http://lexvo.org/id/term/yue/%E5%99%B6>,
        "噶"^^xsd:string ;
    rdfs:comment "used in transliterations"@en .

<http://lexvo.org/id/char/5677> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%99%B7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hm>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C4%ABn%20h%C4%93n>,
        <http://lexvo.org/id/term/vie/h%C4%83m>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/am1%20hm1>,
        <http://lexvo.org/id/term/yue/%E5%99%B7>,
        "噷"^^xsd:string .

<http://lexvo.org/id/char/5678> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%99%B8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C5%ABn>,
        <http://lexvo.org/id/term/kor/%E5%99%B8>,
        <http://lexvo.org/id/term/kor/THON>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/deon1>,
        <http://lexvo.org/id/term/yue/%E5%99%B8>,
        "噸"^^xsd:string ;
    rdfs:comment "ton (metric or English)"@en .

<http://lexvo.org/id/char/5679> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%99%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C4%81ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dong1>,
        <http://lexvo.org/id/term/yue/%E5%99%B9>,
        "噹"^^xsd:string ;
    rdfs:comment "sound of bells"@en .

<http://lexvo.org/id/char/567A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/kor/%E5%99%BA>,
        <http://lexvo.org/id/term/kor/SIN>,
        "噺"^^xsd:string ;
    rdfs:comment "story, talk"@en .

<http://lexvo.org/id/char/567B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%99%BB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C4%81i>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sai>,
        "噻"^^xsd:string ;
    rdfs:comment "character used in translation"@en .

<http://lexvo.org/id/char/567C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%99%BC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C4%AB>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/pek1%20pet1%20pet6>,
        <http://lexvo.org/id/term/yue/%E5%99%BC>,
        "噼"^^xsd:string ;
    rdfs:comment "sound; (Cant.) a child's buttocks"@en .

<http://lexvo.org/id/char/567D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%99%BD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C7%90>,
        "噽"^^xsd:string .

<http://lexvo.org/id/char/567E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%99%BE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C4%ABn>,
        "噾"^^xsd:string .

<http://lexvo.org/id/char/567F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%99%BF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zu%C7%90>,
        "噿"^^xsd:string .

<http://lexvo.org/id/char/5680> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%9A%80>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C3%ADng>,
        <http://lexvo.org/id/term/kor/%E5%9A%80>,
        <http://lexvo.org/id/term/kor/NYENG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ning4>,
        <http://lexvo.org/id/term/yue/%E5%9A%80>,
        "嚀"^^xsd:string ;
    rdfs:comment "enjoin, instruct; charge"@en .

<http://lexvo.org/id/char/5681> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%9A%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%AD>,
        "嚁"^^xsd:string .

<http://lexvo.org/id/char/5682> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%9A%82>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%A0n%20h%C7%8En%20l%C3%A1n>,
        <http://lexvo.org/id/term/kor/%E5%9A%82>,
        <http://lexvo.org/id/term/kor/LAM>,
        <http://lexvo.org/id/term/vie/gi%E1%BA%A1m>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/laam4%20laam6>,
        <http://lexvo.org/id/term/yue/%E5%9A%82>,
        "嚂"^^xsd:string .

<http://lexvo.org/id/char/5683> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%9A%83>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C4%81>,
        <http://lexvo.org/id/term/kor/%E5%9A%83>,
        <http://lexvo.org/id/term/kor/THAP>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/daap3%20daap6>,
        <http://lexvo.org/id/term/yue/%E5%9A%83>,
        "嚃"^^xsd:string ;
    rdfs:comment "gobble"@en .

<http://lexvo.org/id/char/5684> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%9A%84>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%B2%20hu%C5%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C5%8D%200515.050%3Ahu%C3%B2%200845.040%3A%C7%92>,
        <http://lexvo.org/id/term/kor/%E5%9A%84>,
        <http://lexvo.org/id/term/kor/HOYK>,
        <http://lexvo.org/id/term/vie/qu%C3%A1c>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/o2%20wok6>,
        <http://lexvo.org/id/term/yue/%E5%9A%84>,
        "嚄"^^xsd:string ;
    rdfs:comment "roar"@en .

<http://lexvo.org/id/char/5685> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%9A%85>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/r%C3%BA>,
        <http://lexvo.org/id/term/kor/%E5%9A%85>,
        <http://lexvo.org/id/term/kor/YU>,
        <http://lexvo.org/id/term/vie/nheo>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jyu4>,
        <http://lexvo.org/id/term/yue/%E5%9A%85>,
        "嚅"^^xsd:string ;
    rdfs:comment "talk indistinctly and falteringly"@en .

<http://lexvo.org/id/char/5686> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%9A%86>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C4%81o>,
        <http://lexvo.org/id/term/kor/%E5%9A%86>,
        <http://lexvo.org/id/term/kor/HYO>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hou1>,
        <http://lexvo.org/id/term/yue/%E5%9A%86>,
        "嚆"^^xsd:string ;
    rdfs:comment "give forth sound, make noise"@en .

<http://lexvo.org/id/char/5687> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%9A%87>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A8%201243.011%3Axi%C3%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A0%20h%C3%A8>,
        <http://lexvo.org/id/term/kor/%E5%9A%87>,
        <http://lexvo.org/id/term/kor/HA%20HYEK>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/haak1%20haak3>,
        <http://lexvo.org/id/term/yue/%E5%9A%87>,
        "嚇"^^xsd:string ;
    rdfs:comment "scare, frighten; intimidate"@en .

<http://lexvo.org/id/char/5688> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%9A%88>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A0>,
        <http://lexvo.org/id/term/vie/%C6%B0%E1%BB%9Bm>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/aat3%20jip3>,
        <http://lexvo.org/id/term/yue/%E5%9A%88>,
        "嚈"^^xsd:string .

<http://lexvo.org/id/char/5689> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%9A%89>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/du%C5%8D>,
        <http://lexvo.org/id/term/vie/d%E1%BB%91i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/deoi3>,
        <http://lexvo.org/id/term/yue/%E5%9A%89>,
        "嚉"^^xsd:string ;
    rdfs:comment "(Cant.) to swell"@en .

<http://lexvo.org/id/char/568A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%9A%8A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C3%AC>,
        <http://lexvo.org/id/term/kor/%E5%9A%8A>,
        <http://lexvo.org/id/term/kor/PI>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/be6%20bei6>,
        <http://lexvo.org/id/term/yue/%E5%9A%8A>,
        "嚊"^^xsd:string ;
    rdfs:comment "to pant; wife; (Cant.) particle indicating doubt"@en .

<http://lexvo.org/id/char/568B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%9A%8B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%B3u>,
        <http://lexvo.org/id/term/vie/tr%C3%B9>,
        "嚋"^^xsd:string .

<http://lexvo.org/id/char/568C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%9A%8C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%AC>,
        <http://lexvo.org/id/term/kor/%E5%9A%8C>,
        <http://lexvo.org/id/term/kor/CEY>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cai6%20zai6>,
        <http://lexvo.org/id/term/yue/%E5%9A%8C>,
        "嚌"^^xsd:string ;
    rdfs:comment "to sip; (Cant.) aspect marker of excessive extent"@en .

<http://lexvo.org/id/char/568D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%9A%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%ACn>,
        <http://lexvo.org/id/term/kor/%E5%9A%8D>,
        <http://lexvo.org/id/term/kor/CIN>,
        "嚍"^^xsd:string .

<http://lexvo.org/id/char/568E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%9A%8E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A1o>,
        <http://lexvo.org/id/term/kor/%E5%9A%8E>,
        <http://lexvo.org/id/term/kor/HO>,
        <http://lexvo.org/id/term/vie/h%C3%A0o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hou4>,
        <http://lexvo.org/id/term/yue/%E5%9A%8E>,
        "嚎"^^xsd:string ;
    rdfs:comment "cry loudly, yell, scream"@en .

<http://lexvo.org/id/char/568F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%9A%8F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%AC>,
        <http://lexvo.org/id/term/kor/%E5%9A%8F>,
        <http://lexvo.org/id/term/kor/CHEY>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tai3>,
        <http://lexvo.org/id/term/yue/%E5%9A%8F>,
        "嚏"^^xsd:string ;
    rdfs:comment "sneeze"@en .

<http://lexvo.org/id/char/5690> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%9A%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%A1ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/soeng4>,
        <http://lexvo.org/id/term/yue/%E5%9A%90>,
        "嚐"^^xsd:string ;
    rdfs:comment "taste"@en .

<http://lexvo.org/id/char/5691> a lvont:Character ;
    lvont:represents "嚑"^^xsd:string .

<http://lexvo.org/id/char/5692> a lvont:Character ;
    lvont:represents "嚒"^^xsd:string .

<http://lexvo.org/id/char/5693> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%9A%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C4%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C4%81%200111.080%3Ach%C4%81>,
        <http://lexvo.org/id/term/vie/x%C3%A1t>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/caat3>,
        <http://lexvo.org/id/term/yue/%E5%9A%93>,
        "嚓"^^xsd:string ;
    rdfs:comment "a cracking or snapping sound"@en .

<http://lexvo.org/id/char/5694> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%9A%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%AC>,
        <http://lexvo.org/id/term/kor/%E5%9A%94>,
        <http://lexvo.org/id/term/kor/CHEY>,
        "嚔"^^xsd:string ;
    rdfs:comment "sneeze"@en .

<http://lexvo.org/id/char/5695> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%9A%95>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C5%AB>,
        <http://lexvo.org/id/term/kor/%E5%9A%95>,
        <http://lexvo.org/id/term/kor/LO>,
        <http://lexvo.org/id/term/vie/r%E1%BB%A7a>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lou1>,
        <http://lexvo.org/id/term/yue/%E5%9A%95>,
        "嚕"^^xsd:string ;
    rdfs:comment "verbose, talkative; mumbling"@en .

<http://lexvo.org/id/char/5696> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%9A%96>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%AC>,
        "嚖"^^xsd:string .

<http://lexvo.org/id/char/5697> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%9A%97>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%B3>,
        <http://lexvo.org/id/term/kor/%E5%9A%97>,
        <http://lexvo.org/id/term/kor/PAK>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bok3%20bok6>,
        <http://lexvo.org/id/term/yue/%E5%9A%97>,
        "嚗"^^xsd:string .

<http://lexvo.org/id/char/5698> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%9A%98>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C5%8Du>,
        <http://lexvo.org/id/term/kor/%E5%9A%98>,
        <http://lexvo.org/id/term/kor/WU>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jau1>,
        <http://lexvo.org/id/term/yue/%E5%9A%98>,
        "嚘"^^xsd:string .

<http://lexvo.org/id/char/5699> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%9A%99>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ni%C3%A8>,
        <http://lexvo.org/id/term/kor/%E5%9A%99>,
        <http://lexvo.org/id/term/kor/KYO>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jit6%20ngat6%20ngit6>,
        <http://lexvo.org/id/term/yue/%E5%9A%99>,
        "嚙"^^xsd:string ;
    rdfs:comment "bite, gnaw"@en .

<http://lexvo.org/id/char/569A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%9A%9A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%ADn>,
        <http://lexvo.org/id/term/kor/%E5%9A%9A>,
        <http://lexvo.org/id/term/kor/UN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ngan4>,
        <http://lexvo.org/id/term/yue/%E5%9A%9A>,
        "嚚"^^xsd:string ;
    rdfs:comment "argumentative, talkative"@en .

<http://lexvo.org/id/char/569B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%9A%9B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%B9>,
        <http://lexvo.org/id/term/kor/%E5%9A%9B>,
        <http://lexvo.org/id/term/kor/HAK>,
        <http://lexvo.org/id/term/vie/nh%C3%A1o>,
        "嚛"^^xsd:string .

<http://lexvo.org/id/char/569C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%9A%9C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%B2%20me%20ma>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/me>,
        <http://lexvo.org/id/term/kor/%E5%9A%9C>,
        <http://lexvo.org/id/term/kor/MWUK%20MAY>,
        <http://lexvo.org/id/term/vie/m%C3%BAt>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/maa1%20maak1%20mak1%20mak6>,
        <http://lexvo.org/id/term/yue/%E5%9A%9C>,
        "嚜"^^xsd:string ;
    rdfs:comment "be silent; final particle"@en .

<http://lexvo.org/id/char/569D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%9A%9D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C4%81ng>,
        "嚝"^^xsd:string .

<http://lexvo.org/id/char/569E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%9A%9E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%A9>,
        "嚞"^^xsd:string .

<http://lexvo.org/id/char/569F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%9A%9F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lai2%20lai4%20lei4>,
        <http://lexvo.org/id/term/yue/%E5%9A%9F>,
        "嚟"^^xsd:string ;
    rdfs:comment "(Cant.) to come, arrive"@en .

<http://lexvo.org/id/char/56A0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%9A%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C3%BA%20li%C5%AB>,
        <http://lexvo.org/id/term/kor/%E5%9A%A0>,
        <http://lexvo.org/id/term/kor/LYU>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lau4>,
        <http://lexvo.org/id/term/yue/%E5%9A%A0>,
        "嚠"^^xsd:string ;
    rdfs:comment "a clear sound"@en .

<http://lexvo.org/id/char/56A1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/haai4>,
        <http://lexvo.org/id/term/yue/%E5%9A%A1>,
        "嚡"^^xsd:string ;
    rdfs:comment "(Cant.) rough; interjection"@en .

<http://lexvo.org/id/char/56A2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%9A%A2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C3%A1ng>,
        <http://lexvo.org/id/term/kor/%E5%9A%A2>,
        <http://lexvo.org/id/term/kor/NANG>,
        "嚢"^^xsd:string ;
    rdfs:comment "bag, purse, sack; put in bag"@en .

<http://lexvo.org/id/char/56A3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C3%A1o%201264.110%3Axi%C4%81o>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%9A%A3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C4%81o%20%C3%A1o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hiu1>,
        <http://lexvo.org/id/term/yue/%E5%9A%A3>,
        "嚣"^^xsd:string ;
    rdfs:comment "be noisy; treat with contempt"@en .

<http://lexvo.org/id/char/56A4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%9A%A4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%B3>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mo1>,
        <http://lexvo.org/id/term/yue/%E5%9A%A4>,
        "嚤"^^xsd:string ;
    rdfs:comment "(Cant.) slow; late"@en .

<http://lexvo.org/id/char/56A5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%9A%A5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E5%9A%A5>,
        <http://lexvo.org/id/term/kor/YEN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jin1%20jin3%20jit3>,
        <http://lexvo.org/id/term/yue/%E5%9A%A5>,
        "嚥"^^xsd:string ;
    rdfs:comment "swallow, gulp"@en .

<http://lexvo.org/id/char/56A6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%9A%A6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%AC>,
        <http://lexvo.org/id/term/kor/%E5%9A%A6>,
        <http://lexvo.org/id/term/kor/LYEK>,
        <http://lexvo.org/id/term/vie/r%C3%ADch>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lik6>,
        <http://lexvo.org/id/term/yue/%E5%9A%A6>,
        "嚦"^^xsd:string ;
    rdfs:comment "used in onomatopoetic expressions"@en .

<http://lexvo.org/id/char/56A7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%9A%A7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%BA>,
        <http://lexvo.org/id/term/kor/%E5%9A%A7>,
        <http://lexvo.org/id/term/kor/LO>,
        <http://lexvo.org/id/term/vie/l%C6%A1>,
        "嚧"^^xsd:string .

<http://lexvo.org/id/char/56A8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%9A%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%B3ng>,
        <http://lexvo.org/id/term/kor/%E5%9A%A8>,
        <http://lexvo.org/id/term/kor/LONG>,
        <http://lexvo.org/id/term/vie/l%C3%B9ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lung4>,
        <http://lexvo.org/id/term/yue/%E5%9A%A8>,
        "嚨"^^xsd:string ;
    rdfs:comment "throat"@en .

<http://lexvo.org/id/char/56A9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%9A%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%BA%20p%C3%B3>,
        "嚩"^^xsd:string .

<http://lexvo.org/id/char/56AA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%9A%AA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E5%9A%AA>,
        <http://lexvo.org/id/term/kor/TAM>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/daam6%20taam6>,
        <http://lexvo.org/id/term/yue/%E5%9A%AA>,
        "嚪"^^xsd:string .

<http://lexvo.org/id/char/56AB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%9A%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%A8n>,
        <http://lexvo.org/id/term/kor/%E5%9A%AB>,
        <http://lexvo.org/id/term/kor/CHIN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/can3>,
        <http://lexvo.org/id/term/yue/%E5%9A%AB>,
        "嚫"^^xsd:string ;
    rdfs:comment "(Cant.) aspect marker of injury"@en .

<http://lexvo.org/id/char/56AC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%9A%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%ADn>,
        <http://lexvo.org/id/term/kor/%E5%9A%AC>,
        <http://lexvo.org/id/term/kor/PIN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/pan4>,
        <http://lexvo.org/id/term/yue/%E5%9A%AC>,
        "嚬"^^xsd:string ;
    rdfs:comment "frown"@en .

<http://lexvo.org/id/char/56AD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%9A%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C7%90>,
        <http://lexvo.org/id/term/kor/%E5%9A%AD>,
        <http://lexvo.org/id/term/kor/PI>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/pei2>,
        <http://lexvo.org/id/term/yue/%E5%9A%AD>,
        "嚭"^^xsd:string ;
    rdfs:comment "mound, lump; stealthily"@en .

<http://lexvo.org/id/char/56AE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%9A%AE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A0ng>,
        <http://lexvo.org/id/term/kor/%E5%9A%AE>,
        <http://lexvo.org/id/term/kor/HYANG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hoeng2%20hoeng3>,
        <http://lexvo.org/id/term/yue/%E5%9A%AE>,
        "嚮"^^xsd:string ;
    rdfs:comment "guide, direct; incline to, favor"@en .

<http://lexvo.org/id/char/56AF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%9A%AF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%B2>,
        <http://lexvo.org/id/term/vie/o%C3%A1c>,
        "嚯"^^xsd:string .

<http://lexvo.org/id/char/56B0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%9A%B0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%B3>,
        "嚰"^^xsd:string .

<http://lexvo.org/id/char/56B1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%9A%B1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C3%AC>,
        <http://lexvo.org/id/term/kor/%E5%9A%B1>,
        <http://lexvo.org/id/term/kor/HUY>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hei3>,
        <http://lexvo.org/id/term/yue/%E5%9A%B1>,
        "嚱"^^xsd:string ;
    rdfs:comment "a shrill noise; alas!"@en .

<http://lexvo.org/id/char/56B2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%9A%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/du%C7%92>,
        <http://lexvo.org/id/term/kor/%E5%9A%B2>,
        <http://lexvo.org/id/term/kor/THA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/do2>,
        <http://lexvo.org/id/term/yue/%E5%9A%B2>,
        "嚲"^^xsd:string ;
    rdfs:comment "read aloud, recite, chant; droop"@en .

<http://lexvo.org/id/char/56B3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%9A%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C3%B9>,
        <http://lexvo.org/id/term/kor/%E5%9A%B3>,
        <http://lexvo.org/id/term/kor/KO>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/guk1>,
        <http://lexvo.org/id/term/yue/%E5%9A%B3>,
        "嚳"^^xsd:string ;
    rdfs:comment "mythical emperor; to inform quickly; an urgent communication"@en .

<http://lexvo.org/id/char/56B4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%9A%B4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A1n>,
        <http://lexvo.org/id/term/kor/%E5%9A%B4>,
        <http://lexvo.org/id/term/kor/EM>,
        <http://lexvo.org/id/term/vie/nghi%C3%AAm>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jim4>,
        <http://lexvo.org/id/term/yue/%E5%9A%B4>,
        "嚴"^^xsd:string ;
    rdfs:comment "strict, rigorous, rigid; stern"@en .

<http://lexvo.org/id/char/56B5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%9A%B5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/caam4>,
        <http://lexvo.org/id/term/yue/%E5%9A%B5>,
        "嚵"^^xsd:string ;
    rdfs:comment "gluttonous; greedy"@en .

<http://lexvo.org/id/char/56B6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%9A%B6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C4%ABng>,
        <http://lexvo.org/id/term/kor/%E5%9A%B6>,
        <http://lexvo.org/id/term/kor/AYNG>,
        <http://lexvo.org/id/term/vie/inh>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ang1%20jing1>,
        <http://lexvo.org/id/term/yue/%E5%9A%B6>,
        "嚶"^^xsd:string ;
    rdfs:comment "seek friends; also used in names; the call of a bird"@en .

<http://lexvo.org/id/char/56B7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%9A%B7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/r%C4%81ng%200955.140%3Ar%C7%8Eng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/r%C7%8Eng%20r%C4%81ng>,
        <http://lexvo.org/id/term/kor/%E5%9A%B7>,
        <http://lexvo.org/id/term/kor/YANG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/joeng5%20joeng6>,
        <http://lexvo.org/id/term/yue/%E5%9A%B7>,
        "嚷"^^xsd:string ;
    rdfs:comment "shout, brawl, make uproar, cry"@en .

<http://lexvo.org/id/char/56B8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%9A%B8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/di%C7%8En>,
        "嚸"^^xsd:string .

<http://lexvo.org/id/char/56B9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%9A%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C4%81>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/laa3>,
        <http://lexvo.org/id/term/yue/%E5%9A%B9>,
        "嚹"^^xsd:string ;
    rdfs:comment "(Cant.) a particle implying completion, certainty, or urgency"@en .

<http://lexvo.org/id/char/56BA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%9A%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%A0>,
        "嚺"^^xsd:string .

<http://lexvo.org/id/char/56BB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%9A%BB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C4%81o>,
        <http://lexvo.org/id/term/kor/%E5%9A%BB>,
        <http://lexvo.org/id/term/kor/HYO>,
        "嚻"^^xsd:string ;
    rdfs:comment "be noisy; treat with contempt"@en .

<http://lexvo.org/id/char/56BC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%9A%BC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%A1o%200573.010%3Aji%C3%A0o%200619.040%3Aju%C3%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%A1o%20ju%C3%A9%20ji%C3%A0o>,
        <http://lexvo.org/id/term/kor/%E5%9A%BC>,
        <http://lexvo.org/id/term/kor/CAK>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ziu6%20zoek3%20zoek6>,
        <http://lexvo.org/id/term/yue/%E5%9A%BC>,
        "嚼"^^xsd:string ;
    rdfs:comment "prattle, be glib"@en .

<http://lexvo.org/id/char/56BD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%9A%BD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/chu%C3%B2>,
        "嚽"^^xsd:string .

<http://lexvo.org/id/char/56BE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%9A%BE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C4%81n>,
        <http://lexvo.org/id/term/kor/%E5%9A%BE>,
        <http://lexvo.org/id/term/kor/HWAN%20HWEN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fun1>,
        <http://lexvo.org/id/term/yue/%E5%9A%BE>,
        "嚾"^^xsd:string .

<http://lexvo.org/id/char/56BF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%9A%BF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%B2>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gau6>,
        <http://lexvo.org/id/term/yue/%E5%9A%BF>,
        "嚿"^^xsd:string ;
    rdfs:comment "(Cant.) a lump; measure word"@en .

<http://lexvo.org/id/char/56C0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%9B%80>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zhu%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E5%9B%80>,
        <http://lexvo.org/id/term/kor/CEN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zyun2>,
        <http://lexvo.org/id/term/yue/%E5%9B%80>,
        "囀"^^xsd:string ;
    rdfs:comment "sing, chirp, warble, twitter"@en .

<http://lexvo.org/id/char/56C1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%9B%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ni%C3%A8>,
        <http://lexvo.org/id/term/kor/%E5%9B%81>,
        <http://lexvo.org/id/term/kor/SEP%20YEP>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zip3>,
        <http://lexvo.org/id/term/yue/%E5%9B%81>,
        "囁"^^xsd:string ;
    rdfs:comment "move lips as when speaking; hesitation"@en .

<http://lexvo.org/id/char/56C2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%9B%82>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C4%81o>,
        <http://lexvo.org/id/term/kor/%E5%9B%82>,
        <http://lexvo.org/id/term/kor/HYO>,
        <http://lexvo.org/id/term/vie/hiu>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hiu1>,
        <http://lexvo.org/id/term/yue/%E5%9B%82>,
        "囂"^^xsd:string ;
    rdfs:comment "be noisy; treat with contempt"@en .

<http://lexvo.org/id/char/56C3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%9B%83>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C3%A0>,
        <http://lexvo.org/id/term/kor/%E5%9B%83>,
        <http://lexvo.org/id/term/kor/CAP>,
        "囃"^^xsd:string ;
    rdfs:comment "to play (on an instrument); to accompany; to banter, jeer"@en .

<http://lexvo.org/id/char/56C4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%9B%84>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%AD%20l%C4%93i>,
        <http://lexvo.org/id/term/vie/le>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lai4%20lei4>,
        <http://lexvo.org/id/term/yue/%E5%9B%84>,
        "囄"^^xsd:string ;
    rdfs:comment "(Cant.) to come"@en .

<http://lexvo.org/id/char/56C5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%9B%85>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C7%8En>,
        <http://lexvo.org/id/term/kor/%E5%9B%85>,
        <http://lexvo.org/id/term/kor/CHEN%20CHEL>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cin2>,
        <http://lexvo.org/id/term/yue/%E5%9B%85>,
        "囅"^^xsd:string ;
    rdfs:comment "smile"@en .

<http://lexvo.org/id/char/56C6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%9B%86>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%A0i>,
        <http://lexvo.org/id/term/kor/%E5%9B%86>,
        <http://lexvo.org/id/term/kor/CHAY>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/caai3>,
        <http://lexvo.org/id/term/yue/%E5%9B%86>,
        "囆"^^xsd:string .

<http://lexvo.org/id/char/56C7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%9B%87>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%AC>,
        "囇"^^xsd:string .

<http://lexvo.org/id/char/56C8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%9B%88>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%AC>,
        <http://lexvo.org/id/term/kor/%E5%9B%88>,
        <http://lexvo.org/id/term/kor/YEY>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ngai6>,
        <http://lexvo.org/id/term/yue/%E5%9B%88>,
        "囈"^^xsd:string ;
    rdfs:comment "talk in one's sleep, somniloquy"@en .

<http://lexvo.org/id/char/56C9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%9B%89>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/lu%C5%8D%200750.030%3Alu%C3%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/lu%C5%8D%20l%C3%B3u>,
        <http://lexvo.org/id/term/kor/%E5%9B%89>,
        <http://lexvo.org/id/term/kor/LA>,
        <http://lexvo.org/id/term/vie/la>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lo1%20lo4>,
        <http://lexvo.org/id/term/yue/%E5%9B%89>,
        "囉"^^xsd:string ;
    rdfs:comment "exclamatory final particle, nag"@en .

<http://lexvo.org/id/char/56CA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%9B%8A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C3%A1ng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C4%81ng%200818.070%3An%C3%A1ng>,
        <http://lexvo.org/id/term/kor/%E5%9B%8A>,
        <http://lexvo.org/id/term/kor/NANG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/nong4>,
        <http://lexvo.org/id/term/yue/%E5%9B%8A>,
        "囊"^^xsd:string ;
    rdfs:comment "bag, purse, sack; put in bag"@en .

<http://lexvo.org/id/char/56CB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%9B%8B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E5%9B%8B>,
        <http://lexvo.org/id/term/kor/CHAL%20CHAN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zaan3>,
        <http://lexvo.org/id/term/yue/%E5%9B%8B>,
        "囋"^^xsd:string .

<http://lexvo.org/id/char/56CC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%9B%8C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C5%AB>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sou1>,
        <http://lexvo.org/id/term/yue/%E5%9B%8C>,
        "囌"^^xsd:string ;
    rdfs:comment "loquacious; nag"@en .

<http://lexvo.org/id/char/56CD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%9B%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C7%90>,
        <http://lexvo.org/id/term/kor/%E5%9B%8D>,
        <http://lexvo.org/id/term/kor/HUY>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hei2>,
        <http://lexvo.org/id/term/yue/%E5%9B%8D>,
        "囍"^^xsd:string ;
    rdfs:comment "double happiness"@en .

<http://lexvo.org/id/char/56CE> a lvont:Character ;
    lvont:represents "囎"^^xsd:string .

<http://lexvo.org/id/char/56CF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%9B%8F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C4%81n>,
        <http://lexvo.org/id/term/kor/%E5%9B%8F>,
        <http://lexvo.org/id/term/kor/KAN>,
        "囏"^^xsd:string .

<http://lexvo.org/id/char/56D0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%9B%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C3%A1%20z%C3%A1n>,
        <http://lexvo.org/id/term/kor/%E5%9B%90>,
        <http://lexvo.org/id/term/kor/CAL>,
        "囐"^^xsd:string .

<http://lexvo.org/id/char/56D1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%9B%91>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C7%94>,
        <http://lexvo.org/id/term/kor/%E5%9B%91>,
        <http://lexvo.org/id/term/kor/CHOK>,
        <http://lexvo.org/id/term/vie/ch%C3%BAc>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zuk1>,
        <http://lexvo.org/id/term/yue/%E5%9B%91>,
        "囑"^^xsd:string ;
    rdfs:comment "order, tell, instruct, leave word"@en .

<http://lexvo.org/id/char/56D2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%9B%92>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%A1n>,
        <http://lexvo.org/id/term/kor/%E5%9B%92>,
        <http://lexvo.org/id/term/kor/LAN>,
        <http://lexvo.org/id/term/vie/r%E1%BB%A3n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/laan1>,
        <http://lexvo.org/id/term/yue/%E5%9B%92>,
        "囒"^^xsd:string ;
    rdfs:comment "confused talk"@en .

<http://lexvo.org/id/char/56D3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%9B%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ni%C3%A8>,
        <http://lexvo.org/id/term/kor/%E5%9B%93>,
        <http://lexvo.org/id/term/kor/SEL%20NYEL>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jit6%20ngaat6%20ngit6>,
        <http://lexvo.org/id/term/yue/%E5%9B%93>,
        "囓"^^xsd:string ;
    rdfs:comment "gnaw"@en .

<http://lexvo.org/id/char/56D4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%9B%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C4%81ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/nong4>,
        <http://lexvo.org/id/term/yue/%E5%9B%94>,
        "囔"^^xsd:string ;
    rdfs:comment "muttering, indistinct speech"@en .

<http://lexvo.org/id/char/56D5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/tr%E1%BB%99m>,
        "囕"^^xsd:string .

<http://lexvo.org/id/char/56D6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/lo1>,
        <http://lexvo.org/id/term/yue/%E5%9B%96>,
        "囖"^^xsd:string ;
    rdfs:comment "(Cant.) final particle for pointing out the obvious"@en .

<http://lexvo.org/id/char/56D8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%9B%98>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wui4>,
        <http://lexvo.org/id/term/yue/%E5%9B%98>,
        "囘"^^xsd:string ;
    rdfs:comment "return, turn around; a time"@en .

<http://lexvo.org/id/char/56D9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%9B%99>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C4%ABn>,
        <http://lexvo.org/id/term/kor/%E5%9B%99>,
        <http://lexvo.org/id/term/kor/IN>,
        "囙"^^xsd:string .

<http://lexvo.org/id/char/56DA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%9B%9A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C3%BA>,
        <http://lexvo.org/id/term/kor/%E5%9B%9A>,
        <http://lexvo.org/id/term/kor/SWU>,
        <http://lexvo.org/id/term/vie/t%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cau4>,
        <http://lexvo.org/id/term/yue/%E5%9B%9A>,
        "囚"^^xsd:string ;
    rdfs:comment "prisoner, convict; confine"@en .

<http://lexvo.org/id/char/56DB> a lvont:Character ;
    lvont:label "4" ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%9B%9B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C3%AC>,
        <http://lexvo.org/id/term/kor/%E5%9B%9B>,
        <http://lexvo.org/id/term/kor/SA>,
        <http://lexvo.org/id/term/vie/t%E1%BB%A9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sei3%20si3>,
        <http://lexvo.org/id/term/yue/%E5%9B%9B>,
        "四"^^xsd:string ;
    rdfs:comment "four"@en .

<http://lexvo.org/id/char/56DC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%9B%9C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C3%ADn>,
        "囜"^^xsd:string .

<http://lexvo.org/id/char/56DD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%9B%9D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C7%8En%200815.041%3An%C4%81n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C7%8En%20n%C4%81n>,
        <http://lexvo.org/id/term/kor/%E5%9B%9D>,
        <http://lexvo.org/id/term/kor/KEN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/naam4%20zai2%20zoi2>,
        <http://lexvo.org/id/term/yue/%E5%9B%9D>,
        "囝"^^xsd:string ;
    rdfs:comment "baby, infant"@en .

<http://lexvo.org/id/char/56DE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%9B%9E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%AD>,
        <http://lexvo.org/id/term/kor/%E5%9B%9E>,
        <http://lexvo.org/id/term/kor/HOY>,
        <http://lexvo.org/id/term/vie/h%E1%BB%93i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wui4>,
        <http://lexvo.org/id/term/yue/%E5%9B%9E>,
        "回"^^xsd:string ;
    rdfs:comment "return, turn around; a time"@en .

<http://lexvo.org/id/char/56DF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%9B%9F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C3%ACn>,
        <http://lexvo.org/id/term/kor/%E5%9B%9F>,
        <http://lexvo.org/id/term/kor/SIN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/seon3>,
        <http://lexvo.org/id/term/yue/%E5%9B%9F>,
        "囟"^^xsd:string ;
    rdfs:comment "top of the head; skull"@en .

<http://lexvo.org/id/char/56E0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%9B%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C4%ABn>,
        <http://lexvo.org/id/term/kor/%E5%9B%A0>,
        <http://lexvo.org/id/term/kor/IN>,
        <http://lexvo.org/id/term/vie/nh%C3%A2n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jan1>,
        <http://lexvo.org/id/term/yue/%E5%9B%A0>,
        "因"^^xsd:string ;
    rdfs:comment "cause, reason; by; because (of)"@en .

<http://lexvo.org/id/char/56E1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%9B%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C4%81n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/naam4>,
        <http://lexvo.org/id/term/yue/%E5%9B%A1>,
        "囡"^^xsd:string ;
    rdfs:comment "one's daughter; to filch; to secrete"@en .

<http://lexvo.org/id/char/56E2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%9B%A2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/tu%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tyun4>,
        <http://lexvo.org/id/term/yue/%E5%9B%A2>,
        "团"^^xsd:string ;
    rdfs:comment "sphere, ball, circle; mass, lump"@en .

<http://lexvo.org/id/char/56E3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%9B%A3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/tu%C3%A1n>,
        <http://lexvo.org/id/term/kor/%E5%9B%A3>,
        <http://lexvo.org/id/term/kor/TAN>,
        "団"^^xsd:string ;
    rdfs:comment "sphere, ball, circle; mass, lump"@en .

<http://lexvo.org/id/char/56E4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%9B%A4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%B9n%201170.040%3At%C3%BAn>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%B9n%20t%C3%BAn>,
        <http://lexvo.org/id/term/kor/%E5%9B%A4>,
        <http://lexvo.org/id/term/kor/TON>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/deon6%20tyun4>,
        <http://lexvo.org/id/term/yue/%E5%9B%A4>,
        "囤"^^xsd:string ;
    rdfs:comment "grain basket, bin for grain"@en .

<http://lexvo.org/id/char/56E5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%9B%A5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C3%A0ng>,
        "囥"^^xsd:string ;
    rdfs:comment "hide"@en .

<http://lexvo.org/id/char/56E6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%9B%A6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/yu%C4%81n>,
        <http://lexvo.org/id/term/kor/%E5%9B%A6>,
        <http://lexvo.org/id/term/kor/YEN>,
        "囦"^^xsd:string .

<http://lexvo.org/id/char/56E7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%9B%A7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C7%92ng>,
        <http://lexvo.org/id/term/kor/%E5%9B%A7>,
        <http://lexvo.org/id/term/kor/KYENG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gwing2>,
        <http://lexvo.org/id/term/yue/%E5%9B%A7>,
        "囧"^^xsd:string .

<http://lexvo.org/id/char/56E8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%9B%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/pi%C4%81n>,
        "囨"^^xsd:string .

<http://lexvo.org/id/char/56E9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%9B%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%B9n>,
        <http://lexvo.org/id/term/kor/%E5%9B%A9>,
        <http://lexvo.org/id/term/kor/WUN>,
        "囩"^^xsd:string .

<http://lexvo.org/id/char/56EA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%9B%AA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C5%8Dng%20chu%C4%81ng>,
        <http://lexvo.org/id/term/kor/%E5%9B%AA>,
        <http://lexvo.org/id/term/kor/CHANG%20CHONG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/coeng1%20cung1>,
        <http://lexvo.org/id/term/yue/%E5%9B%AA>,
        "囪"^^xsd:string ;
    rdfs:comment "chimney, funnel"@en .

<http://lexvo.org/id/char/56EB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%9B%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%BA>,
        <http://lexvo.org/id/term/kor/%E5%9B%AB>,
        <http://lexvo.org/id/term/kor/HOL>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fat1>,
        <http://lexvo.org/id/term/yue/%E5%9B%AB>,
        "囫"^^xsd:string ;
    rdfs:comment "entire, whole"@en .

<http://lexvo.org/id/char/56EC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%9B%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%AD>,
        <http://lexvo.org/id/term/kor/%E5%9B%AC>,
        <http://lexvo.org/id/term/kor/HOY>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wui4>,
        <http://lexvo.org/id/term/yue/%E5%9B%AC>,
        "囬"^^xsd:string ;
    rdfs:comment "to return to or from"@en .

<http://lexvo.org/id/char/56ED> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%9B%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/yu%C3%A1n>,
        <http://lexvo.org/id/term/kor/%E5%9B%AD>,
        <http://lexvo.org/id/term/kor/WAN>,
        <http://lexvo.org/id/term/vie/v%C6%B0%E1%BB%9Dn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jyun4>,
        <http://lexvo.org/id/term/yue/%E5%9B%AD>,
        "园"^^xsd:string ;
    rdfs:comment "garden; park, orchard"@en .

<http://lexvo.org/id/char/56EE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C3%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%C3%A9%20y%C3%B3u>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%9B%AE>,
        <http://lexvo.org/id/term/kor/%E5%9B%AE>,
        <http://lexvo.org/id/term/kor/WA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jau4%20ngo4>,
        <http://lexvo.org/id/term/yue/%E5%9B%AE>,
        "囮"^^xsd:string ;
    rdfs:comment "inveigle, decoy; cheat"@en .

<http://lexvo.org/id/char/56EF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%9B%AF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/gu%C3%B3>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gwok3>,
        <http://lexvo.org/id/term/yue/%E5%9B%AF>,
        "囯"^^xsd:string ;
    rdfs:comment "variant of U+56FD 国, nation, country, nation-state"@en .

<http://lexvo.org/id/char/56F0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%9B%B0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C3%B9n>,
        <http://lexvo.org/id/term/kor/%E5%9B%B0>,
        <http://lexvo.org/id/term/kor/KON>,
        <http://lexvo.org/id/term/vie/kh%E1%BB%91n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kwan3>,
        <http://lexvo.org/id/term/yue/%E5%9B%B0>,
        "困"^^xsd:string ;
    rdfs:comment "to surround, beseige; to be surrounded; difficult"@en .

<http://lexvo.org/id/char/56F1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%9B%B1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C5%8Dng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C5%8Dng%20chu%C4%81ng>,
        <http://lexvo.org/id/term/kor/%E5%9B%B1>,
        <http://lexvo.org/id/term/kor/CHONG%20CHANG>,
        <http://lexvo.org/id/term/vie/song>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/coeng1%20cung1>,
        <http://lexvo.org/id/term/yue/%E5%9B%B1>,
        "囱"^^xsd:string ;
    rdfs:comment "chimney"@en .

<http://lexvo.org/id/char/56F2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%9B%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C3%A9i>,
        <http://lexvo.org/id/term/kor/%E5%9B%B2>,
        <http://lexvo.org/id/term/kor/WI>,
        "囲"^^xsd:string ;
    rdfs:comment "surround, encircle, corral; whip"@en .

<http://lexvo.org/id/char/56F3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%9B%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%BA>,
        <http://lexvo.org/id/term/kor/%E5%9B%B3>,
        <http://lexvo.org/id/term/kor/TO>,
        "図"^^xsd:string ;
    rdfs:comment "diagram; chart, map, picture"@en .

<http://lexvo.org/id/char/56F4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%9B%B4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C3%A9i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wai4>,
        <http://lexvo.org/id/term/yue/%E5%9B%B4>,
        "围"^^xsd:string ;
    rdfs:comment "surround, encircle, corral"@en .

<http://lexvo.org/id/char/56F5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%9B%B5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%BAn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/leon4>,
        <http://lexvo.org/id/term/yue/%E5%9B%B5>,
        "囵"^^xsd:string ;
    rdfs:comment "all, complete, entire"@en .

<http://lexvo.org/id/char/56F6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%9B%B6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/gu%C3%B3>,
        <http://lexvo.org/id/term/kor/%E5%9B%B6>,
        <http://lexvo.org/id/term/kor/KWUK>,
        "囶"^^xsd:string .

<http://lexvo.org/id/char/56F7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%9B%B7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C5%ABn>,
        <http://lexvo.org/id/term/kor/%E5%9B%B7>,
        <http://lexvo.org/id/term/kor/KYUN>,
        <http://lexvo.org/id/term/vie/khu%C3%A2n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kwan1>,
        <http://lexvo.org/id/term/yue/%E5%9B%B7>,
        "囷"^^xsd:string ;
    rdfs:comment "round-shaped storage bin for grain"@en .

<http://lexvo.org/id/char/56F8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%9B%B8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/r%C3%AC>,
        "囸"^^xsd:string .

<http://lexvo.org/id/char/56F9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%9B%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%ADng>,
        <http://lexvo.org/id/term/kor/%E5%9B%B9>,
        <http://lexvo.org/id/term/kor/LYENG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ling4>,
        <http://lexvo.org/id/term/yue/%E5%9B%B9>,
        "囹"^^xsd:string ;
    rdfs:comment "prison, enclosure"@en .

<http://lexvo.org/id/char/56FA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%9B%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C3%B9>,
        <http://lexvo.org/id/term/kor/%E5%9B%BA>,
        <http://lexvo.org/id/term/kor/KO>,
        <http://lexvo.org/id/term/vie/c%E1%BB%91>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gu3>,
        <http://lexvo.org/id/term/yue/%E5%9B%BA>,
        "固"^^xsd:string ;
    rdfs:comment "to become solid, solidify; strength"@en .

<http://lexvo.org/id/char/56FB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%9B%BB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/gu%C3%B3>,
        <http://lexvo.org/id/term/vie/qu%E1%BB%91c>,
        "囻"^^xsd:string .

<http://lexvo.org/id/char/56FC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%9B%BC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C4%81i>,
        "囼"^^xsd:string .

<http://lexvo.org/id/char/56FD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%9B%BD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/gu%C3%B3>,
        <http://lexvo.org/id/term/kor/%E5%9B%BD>,
        <http://lexvo.org/id/term/kor/KWUK>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gwok3>,
        <http://lexvo.org/id/term/yue/%E5%9B%BD>,
        "国"^^xsd:string ;
    rdfs:comment "nation, country, nation-state"@en .

<http://lexvo.org/id/char/56FE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%9B%BE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%BA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tou4>,
        <http://lexvo.org/id/term/yue/%E5%9B%BE>,
        "图"^^xsd:string ;
    rdfs:comment "diagram; chart, map, picture"@en .

<http://lexvo.org/id/char/56FF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%9B%BF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%B2u>,
        <http://lexvo.org/id/term/kor/%E5%9B%BF>,
        <http://lexvo.org/id/term/kor/YU>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jau6>,
        <http://lexvo.org/id/term/yue/%E5%9B%BF>,
        "囿"^^xsd:string ;
    rdfs:comment "pen up; limit, constrain"@en .

<http://lexvo.org/id/char/5700> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%9C%80>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/gu%C3%B3>,
        <http://lexvo.org/id/term/kor/%E5%9C%80>,
        <http://lexvo.org/id/term/kor/KWUK>,
        "圀"^^xsd:string ;
    rdfs:comment "nation, country, nation-state"@en .

<http://lexvo.org/id/char/5701> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%9C%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%ADn>,
        <http://lexvo.org/id/term/kor/%E5%9C%81>,
        <http://lexvo.org/id/term/kor/UN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ngan4>,
        <http://lexvo.org/id/term/yue/%E5%9C%81>,
        "圁"^^xsd:string .

<http://lexvo.org/id/char/5702> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%9C%82>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%B9n>,
        <http://lexvo.org/id/term/kor/%E5%9C%82>,
        <http://lexvo.org/id/term/kor/HON>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wan6>,
        <http://lexvo.org/id/term/yue/%E5%9C%82>,
        "圂"^^xsd:string ;
    rdfs:comment "pig-sty; privy"@en .

<http://lexvo.org/id/char/5703> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%9C%83>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C7%94>,
        <http://lexvo.org/id/term/kor/%E5%9C%83>,
        <http://lexvo.org/id/term/kor/PHO>,
        <http://lexvo.org/id/term/vie/bo>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bou2%20pou2>,
        <http://lexvo.org/id/term/yue/%E5%9C%83>,
        "圃"^^xsd:string ;
    rdfs:comment "garden, cultivated field"@en .

<http://lexvo.org/id/char/5704> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%9C%84>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%94>,
        <http://lexvo.org/id/term/kor/%E5%9C%84>,
        <http://lexvo.org/id/term/kor/E>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jyu5>,
        <http://lexvo.org/id/term/yue/%E5%9C%84>,
        "圄"^^xsd:string ;
    rdfs:comment "prison, jail"@en .

<http://lexvo.org/id/char/5705> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%9C%85>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A1n>,
        <http://lexvo.org/id/term/kor/%E5%9C%85>,
        <http://lexvo.org/id/term/kor/HAM>,
        "圅"^^xsd:string ;
    rdfs:comment "correspondence; a case; a box"@en .

<http://lexvo.org/id/char/5706> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%9C%86>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/yu%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jyun4>,
        <http://lexvo.org/id/term/yue/%E5%9C%86>,
        "圆"^^xsd:string ;
    rdfs:comment "circle; round, circular; complete"@en .

<http://lexvo.org/id/char/5707> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%9C%87>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%BAn>,
        <http://lexvo.org/id/term/kor/%E5%9C%87>,
        <http://lexvo.org/id/term/kor/LYUN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/leon4>,
        <http://lexvo.org/id/term/yue/%E5%9C%87>,
        "圇"^^xsd:string ;
    rdfs:comment "all, complete, entire"@en .

<http://lexvo.org/id/char/5708> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%9C%88>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ju%C4%81n%200617.060%3Aju%C3%A0n%200947.060%3Aqu%C4%81n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qu%C4%81n%20ju%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E5%9C%88>,
        <http://lexvo.org/id/term/kor/KWEN>,
        <http://lexvo.org/id/term/vie/khuy%C3%AAn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gyun6%20hyun1>,
        <http://lexvo.org/id/term/yue/%E5%9C%88>,
        "圈"^^xsd:string ;
    rdfs:comment "to circle; a circle; corral"@en .

<http://lexvo.org/id/char/5709> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%9C%89>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%94>,
        <http://lexvo.org/id/term/kor/%E5%9C%89>,
        <http://lexvo.org/id/term/kor/E>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jyu5>,
        <http://lexvo.org/id/term/yue/%E5%9C%89>,
        "圉"^^xsd:string ;
    rdfs:comment "stable, corral, enclosure; frontier, border"@en .

<http://lexvo.org/id/char/570A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%9C%8A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C4%ABng>,
        <http://lexvo.org/id/term/kor/%E5%9C%8A>,
        <http://lexvo.org/id/term/kor/CHENG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cing1>,
        <http://lexvo.org/id/term/yue/%E5%9C%8A>,
        "圊"^^xsd:string ;
    rdfs:comment "rest room"@en .

<http://lexvo.org/id/char/570B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%9C%8B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/gu%C3%B3>,
        <http://lexvo.org/id/term/kor/%E5%9C%8B>,
        <http://lexvo.org/id/term/kor/KWUK>,
        <http://lexvo.org/id/term/vie/qu%E1%BB%91c>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gwok3>,
        <http://lexvo.org/id/term/yue/%E5%9C%8B>,
        "國"^^xsd:string ;
    rdfs:comment "nation, country, nation-state"@en .

<http://lexvo.org/id/char/570C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%9C%8C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/chu%C3%A1n%200168.050%3Achu%C3%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/chu%C3%A1n%20chu%C3%AD>,
        <http://lexvo.org/id/term/kor/%E5%9C%8C>,
        <http://lexvo.org/id/term/kor/CHEN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cyun2%20cyun4%20seoi4>,
        <http://lexvo.org/id/term/yue/%E5%9C%8C>,
        "圌"^^xsd:string ;
    rdfs:comment "fence"@en .

<http://lexvo.org/id/char/570D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%9C%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C3%A9i>,
        <http://lexvo.org/id/term/kor/%E5%9C%8D>,
        <http://lexvo.org/id/term/kor/WI>,
        <http://lexvo.org/id/term/vie/v%C3%A8>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wai4>,
        <http://lexvo.org/id/term/yue/%E5%9C%8D>,
        "圍"^^xsd:string ;
    rdfs:comment "surround, encircle, corral"@en .

<http://lexvo.org/id/char/570E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%9C%8E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/yu%C3%A1n>,
        <http://lexvo.org/id/term/kor/%E5%9C%8E>,
        <http://lexvo.org/id/term/kor/WEN>,
        "圎"^^xsd:string ;
    rdfs:comment "circle; round, circular; complete"@en .

<http://lexvo.org/id/char/570F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%9C%8F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qu%C4%81n>,
        <http://lexvo.org/id/term/kor/%E5%9C%8F>,
        <http://lexvo.org/id/term/kor/KWEN>,
        "圏"^^xsd:string ;
    rdfs:comment "to circle; a circle; corral"@en .

<http://lexvo.org/id/char/5710> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%9C%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C5%AB>,
        "圐"^^xsd:string .

<http://lexvo.org/id/char/5711> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%9C%91>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%B9>,
        "圑"^^xsd:string .

<http://lexvo.org/id/char/5712> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%9C%92>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/yu%C3%A1n>,
        <http://lexvo.org/id/term/kor/%E5%9C%92>,
        <http://lexvo.org/id/term/kor/WEN>,
        <http://lexvo.org/id/term/vie/vi%C3%AAn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jyun4>,
        <http://lexvo.org/id/term/yue/%E5%9C%92>,
        "園"^^xsd:string ;
    rdfs:comment "garden; park, orchard"@en .

<http://lexvo.org/id/char/5713> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%9C%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/yu%C3%A1n>,
        <http://lexvo.org/id/term/kor/%E5%9C%93>,
        <http://lexvo.org/id/term/kor/WEN>,
        <http://lexvo.org/id/term/vie/vi%C3%AAn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jyun4>,
        <http://lexvo.org/id/term/yue/%E5%9C%93>,
        "圓"^^xsd:string ;
    rdfs:comment "circle; round, circular; complete"@en .

<http://lexvo.org/id/char/5714> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C3%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%9C%94>,
        "圔"^^xsd:string .

<http://lexvo.org/id/char/5715> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%BA>,
        "圕"^^xsd:string ;
    rdfs:comment "library"@en .

<http://lexvo.org/id/char/5716> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%9C%96>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%BA>,
        <http://lexvo.org/id/term/kor/%E5%9C%96>,
        <http://lexvo.org/id/term/kor/TO>,
        <http://lexvo.org/id/term/vie/%C4%91%E1%BB%93>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tou4>,
        <http://lexvo.org/id/term/yue/%E5%9C%96>,
        "圖"^^xsd:string ;
    rdfs:comment "diagram; chart, map, picture"@en .

<http://lexvo.org/id/char/5717> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%9C%97>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%BA>,
        <http://lexvo.org/id/term/kor/%E5%9C%97>,
        <http://lexvo.org/id/term/kor/TO>,
        "圗"^^xsd:string ;
    rdfs:comment "diagram; chart, map, picture"@en .

<http://lexvo.org/id/char/5718> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%9C%98>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/tu%C3%A1n>,
        <http://lexvo.org/id/term/kor/%E5%9C%98>,
        <http://lexvo.org/id/term/kor/TAN>,
        <http://lexvo.org/id/term/vie/%C4%91o%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tyun4>,
        <http://lexvo.org/id/term/yue/%E5%9C%98>,
        "團"^^xsd:string ;
    rdfs:comment "sphere, ball, circle; mass, lump"@en .

<http://lexvo.org/id/char/5719> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%9C%99>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%BC%C3%A8>,
        "圙"^^xsd:string .

<http://lexvo.org/id/char/571A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%9C%9A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%AC>,
        "圚"^^xsd:string .

<http://lexvo.org/id/char/571B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%9C%9B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%AC>,
        <http://lexvo.org/id/term/kor/%E5%9C%9B>,
        <http://lexvo.org/id/term/kor/YEK>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jik6>,
        <http://lexvo.org/id/term/yue/%E5%9C%9B>,
        "圛"^^xsd:string ;
    rdfs:comment "used in place names; stratus"@en .

<http://lexvo.org/id/char/571C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%9C%9C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%A1n%201425.010%3Ayu%C3%A1n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/yu%C3%A1n%20hu%C3%A1n>,
        <http://lexvo.org/id/term/kor/%E5%9C%9C>,
        <http://lexvo.org/id/term/kor/WEN%20HWAN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jyun4%20waan4>,
        <http://lexvo.org/id/term/yue/%E5%9C%9C>,
        "圜"^^xsd:string ;
    rdfs:comment "circle, surround; encircle"@en .

<http://lexvo.org/id/char/571D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%9C%9D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/lu%C3%A1n>,
        <http://lexvo.org/id/term/kor/%E5%9C%9D>,
        <http://lexvo.org/id/term/kor/LAN>,
        "圝"^^xsd:string ;
    rdfs:comment "entire"@en .

<http://lexvo.org/id/char/571E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%9C%9E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/lu%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lyun4>,
        <http://lexvo.org/id/term/yue/%E5%9C%9E>,
        "圞"^^xsd:string ;
    rdfs:comment "entire, complete; round"@en .

<http://lexvo.org/id/char/5720> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%9C%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A0>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/caak3>,
        <http://lexvo.org/id/term/yue/%E5%9C%A0>,
        "圠"^^xsd:string .

<http://lexvo.org/id/char/5721> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%9C%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C7%94>,
        "圡"^^xsd:string .

<http://lexvo.org/id/char/5722> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%9C%A2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C4%ABng%20t%C7%90ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ding1%20ting5>,
        <http://lexvo.org/id/term/yue/%E5%9C%A2>,
        "圢"^^xsd:string ;
    rdfs:comment "paths between fields"@en .

<http://lexvo.org/id/char/5723> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%9C%A3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%A8ng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%A8ng%20k%C5%AB>,
        <http://lexvo.org/id/term/vie/th%C3%A1nh>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sing3>,
        <http://lexvo.org/id/term/yue/%E5%9C%A3>,
        "圣"^^xsd:string ;
    rdfs:comment "holy, sacred"@en .

<http://lexvo.org/id/char/5724> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%9C%A4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C7%94%20p%C3%BA>,
        "圤"^^xsd:string .

<http://lexvo.org/id/char/5725> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%9C%A5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%B9>,
        <http://lexvo.org/id/term/kor/%E5%9C%A5>,
        <http://lexvo.org/id/term/kor/LOK>,
        "圥"^^xsd:string ;
    rdfs:comment "mushroom"@en .

<http://lexvo.org/id/char/5726> a lvont:Character ;
    lvont:represents "圦"^^xsd:string ;
    rdfs:comment "(kokuji) water gate, spout"@en .

<http://lexvo.org/id/char/5727> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%9C%A7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C4%81>,
        <http://lexvo.org/id/term/kor/%E5%9C%A7>,
        <http://lexvo.org/id/term/kor/AP>,
        "圧"^^xsd:string ;
    rdfs:comment "same as 壓 U+58D3, to press; to oppress; to crush; pressure"@en .

<http://lexvo.org/id/char/5728> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%9C%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C3%A0i>,
        <http://lexvo.org/id/term/kor/%E5%9C%A8>,
        <http://lexvo.org/id/term/kor/CAY>,
        <http://lexvo.org/id/term/vie/t%E1%BA%A1i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zoi6>,
        <http://lexvo.org/id/term/yue/%E5%9C%A8>,
        "在"^^xsd:string ;
    rdfs:comment "be at, in, on; consist in, rest"@en .

<http://lexvo.org/id/char/5729> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%9C%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C3%A9i%201299.090%3Ax%C5%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C3%A9i%20y%C3%BA%20x%C5%AB>,
        <http://lexvo.org/id/term/vie/v%C3%B2>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/heoi1%20jyu4%20wai4>,
        <http://lexvo.org/id/term/yue/%E5%9C%A9>,
        "圩"^^xsd:string ;
    rdfs:comment "dike, embankment"@en .

<http://lexvo.org/id/char/572A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%9C%AA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C4%93>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gaak3%20ngat6>,
        <http://lexvo.org/id/term/yue/%E5%9C%AA>,
        "圪"^^xsd:string .

<http://lexvo.org/id/char/572B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%9C%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%B9%20%C3%A0o>,
        "圫"^^xsd:string .

<http://lexvo.org/id/char/572C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%9C%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C5%AB>,
        <http://lexvo.org/id/term/kor/%E5%9C%AC>,
        <http://lexvo.org/id/term/kor/O>,
        <http://lexvo.org/id/term/vie/h%C5%A9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wu1>,
        <http://lexvo.org/id/term/yue/%E5%9C%AC>,
        "圬"^^xsd:string ;
    rdfs:comment "plaster over with layer of mud"@en .

<http://lexvo.org/id/char/572D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%9C%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/gu%C4%AB>,
        <http://lexvo.org/id/term/kor/%E5%9C%AD>,
        <http://lexvo.org/id/term/kor/KYU>,
        <http://lexvo.org/id/term/vie/qu%C3%AA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gwai1>,
        <http://lexvo.org/id/term/yue/%E5%9C%AD>,
        "圭"^^xsd:string ;
    rdfs:comment "jade pointed at top"@en .

<http://lexvo.org/id/char/572E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%9C%AE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C7%90>,
        <http://lexvo.org/id/term/kor/%E5%9C%AE>,
        <http://lexvo.org/id/term/kor/PI>,
        <http://lexvo.org/id/term/vie/d%C3%A3y>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/pei2>,
        <http://lexvo.org/id/term/yue/%E5%9C%AE>,
        "圮"^^xsd:string ;
    rdfs:comment "destroyed, ruined; to subvert to injure"@en .

<http://lexvo.org/id/char/572F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%9C%AF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%AD>,
        <http://lexvo.org/id/term/vie/d%C3%A3y>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ji4>,
        <http://lexvo.org/id/term/yue/%E5%9C%AF>,
        "圯"^^xsd:string ;
    rdfs:comment "bridge, bank"@en .

<http://lexvo.org/id/char/5730> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%9C%B0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%AC%20de>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/de%200235.050%3Ad%C3%AC>,
        <http://lexvo.org/id/term/kor/%E5%9C%B0>,
        <http://lexvo.org/id/term/kor/CI>,
        <http://lexvo.org/id/term/vie/%C4%91%E1%BB%8Ba>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dei6%20deng6>,
        <http://lexvo.org/id/term/yue/%E5%9C%B0>,
        "地"^^xsd:string ;
    rdfs:comment "earth; soil, ground; region"@en .

<http://lexvo.org/id/char/5731> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%9C%B1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C4%81n>,
        "圱"^^xsd:string .

<http://lexvo.org/id/char/5732> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%9C%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C4%81n>,
        "圲"^^xsd:string .

<http://lexvo.org/id/char/5733> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%9C%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%A8n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zan3>,
        <http://lexvo.org/id/term/yue/%E5%9C%B3>,
        "圳"^^xsd:string ;
    rdfs:comment "furrow in field, small drainage ditch"@en .

<http://lexvo.org/id/char/5734> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%9C%B4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zhu%C3%B3>,
        "圴"^^xsd:string .

<http://lexvo.org/id/char/5735> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%9C%B5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%A0ng>,
        "圵"^^xsd:string .

<http://lexvo.org/id/char/5736> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%9C%B6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C3%A0>,
        "圶"^^xsd:string .

<http://lexvo.org/id/char/5737> a lvont:Character ;
    lvont:represents "圷"^^xsd:string .

<http://lexvo.org/id/char/5738> a lvont:Character ;
    lvont:represents "圸"^^xsd:string .

<http://lexvo.org/id/char/5739> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%9C%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ku%C3%A0ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kwong3>,
        <http://lexvo.org/id/term/yue/%E5%9C%B9>,
        "圹"^^xsd:string ;
    rdfs:comment "tomb, grave: prairie; open wilderness"@en .

<http://lexvo.org/id/char/573A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%9C%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%A1ng%200123.050%3Ach%C7%8Eng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%A1ng%20ch%C7%8Eng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/coeng4>,
        <http://lexvo.org/id/term/yue/%E5%9C%BA>,
        "场"^^xsd:string ;
    rdfs:comment "open space, field, market"@en .

<http://lexvo.org/id/char/573B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%9C%BB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C3%AD%201378.110%3Ay%C3%ADn>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C3%AD%20y%C3%ADn>,
        <http://lexvo.org/id/term/kor/%E5%9C%BB>,
        <http://lexvo.org/id/term/kor/KI%20UN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kei4%20ngan4>,
        <http://lexvo.org/id/term/yue/%E5%9C%BB>,
        "圻"^^xsd:string ;
    rdfs:comment "border, boundary"@en .

<http://lexvo.org/id/char/573C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%9C%BC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ni%C3%A8>,
        "圼"^^xsd:string .

<http://lexvo.org/id/char/573D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%9C%BD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%B2>,
        "圽"^^xsd:string .

<http://lexvo.org/id/char/573E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%9C%BE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%AD%20j%C4%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C4%AB>,
        <http://lexvo.org/id/term/kor/%E5%9C%BE>,
        <http://lexvo.org/id/term/kor/KUP>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kap1%20saap3>,
        <http://lexvo.org/id/term/yue/%E5%9C%BE>,
        "圾"^^xsd:string ;
    rdfs:comment "garbage, rubbish; shaking; danger"@en .

<http://lexvo.org/id/char/573F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%9C%BF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%A1>,
        "圿"^^xsd:string .

<http://lexvo.org/id/char/5740> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%9D%80>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C7%90>,
        <http://lexvo.org/id/term/kor/%E5%9D%80>,
        <http://lexvo.org/id/term/kor/CI>,
        <http://lexvo.org/id/term/vie/x%E1%BB%9Fi>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zi2>,
        <http://lexvo.org/id/term/yue/%E5%9D%80>,
        "址"^^xsd:string ;
    rdfs:comment "site, location, land for house"@en .

<http://lexvo.org/id/char/5741> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%9D%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C7%90>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zi2>,
        <http://lexvo.org/id/term/yue/%E5%9D%81>,
        "坁"^^xsd:string .

<http://lexvo.org/id/char/5742> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%9D%82>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C7%8En>,
        <http://lexvo.org/id/term/kor/%E5%9D%82>,
        <http://lexvo.org/id/term/kor/PHAN>,
        <http://lexvo.org/id/term/vie/ph%E1%BA%B3ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/baan2>,
        <http://lexvo.org/id/term/yue/%E5%9D%82>,
        "坂"^^xsd:string ;
    rdfs:comment "hillside, inconvenient places"@en .

<http://lexvo.org/id/char/5743> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%9D%83>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C5%ABn%20x%C3%B9n>,
        "坃"^^xsd:string .

<http://lexvo.org/id/char/5744> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%9D%84>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%B3u>,
        "坄"^^xsd:string .

<http://lexvo.org/id/char/5745> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%9D%85>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C7%90n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gam2%20jam2>,
        <http://lexvo.org/id/term/yue/%E5%9D%85>,
        "坅"^^xsd:string .

<http://lexvo.org/id/char/5746> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%9D%86>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%A9n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fan4>,
        <http://lexvo.org/id/term/yue/%E5%9D%86>,
        "坆"^^xsd:string ;
    rdfs:comment "a grave, tomb"@en .

<http://lexvo.org/id/char/5747> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%9D%87>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C5%ABn>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C5%ABn%20y%C3%B9n>,
        <http://lexvo.org/id/term/kor/%E5%9D%87>,
        <http://lexvo.org/id/term/kor/KYUN>,
        <http://lexvo.org/id/term/vie/qu%C3%A2n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gwan1%20kwan1%20wan6>,
        <http://lexvo.org/id/term/yue/%E5%9D%87>,
        "均"^^xsd:string ;
    rdfs:comment "equal, even, fair; all, also"@en .

<http://lexvo.org/id/char/5748> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%9D%88>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C4%93ng>,
        "坈"^^xsd:string .

<http://lexvo.org/id/char/5749> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%9D%89>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%BAn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/nang4%20tyun4>,
        <http://lexvo.org/id/term/yue/%E5%9D%89>,
        "坉"^^xsd:string .

<http://lexvo.org/id/char/574A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%9D%8A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C4%81ng%200308.020%3Af%C3%A1ng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C4%81ng%20f%C3%A1ng>,
        <http://lexvo.org/id/term/kor/%E5%9D%8A>,
        <http://lexvo.org/id/term/kor/PANG>,
        <http://lexvo.org/id/term/vie/ph%C6%B0%E1%BB%9Dng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fong1%20fong4>,
        <http://lexvo.org/id/term/yue/%E5%9D%8A>,
        "坊"^^xsd:string ;
    rdfs:comment "neighborhood, urban subdivision; (J) priest's residence; (Buddhist) priest; boy"@en .

<http://lexvo.org/id/char/574B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%9D%8B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%A8n%200324.060%3Af%C3%A8n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%A8n>,
        <http://lexvo.org/id/term/vie/ph%C3%A2n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ban3%20fan5%20fan6>,
        <http://lexvo.org/id/term/yue/%E5%9D%8B>,
        "坋"^^xsd:string ;
    rdfs:comment "dust, earth; a bank of earth; to dig; to bring together"@en .

<http://lexvo.org/id/char/574C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%9D%8C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%A8n>,
        <http://lexvo.org/id/term/kor/%E5%9D%8C>,
        <http://lexvo.org/id/term/kor/PWUN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ban3%20ban6>,
        <http://lexvo.org/id/term/yue/%E5%9D%8C>,
        "坌"^^xsd:string ;
    rdfs:comment "dust, earth; a bank of earth; to dig; to bring together"@en .

<http://lexvo.org/id/char/574D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%9D%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C4%81n>,
        <http://lexvo.org/id/term/kor/%E5%9D%8D>,
        <http://lexvo.org/id/term/kor/TAM>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/taan1>,
        <http://lexvo.org/id/term/yue/%E5%9D%8D>,
        "坍"^^xsd:string ;
    rdfs:comment "collapse; landslide"@en .

<http://lexvo.org/id/char/574E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%9D%8E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C7%8En>,
        <http://lexvo.org/id/term/kor/%E5%9D%8E>,
        <http://lexvo.org/id/term/kor/KAM>,
        <http://lexvo.org/id/term/vie/kh%E1%BA%A3m>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ham1%20ham2>,
        <http://lexvo.org/id/term/yue/%E5%9D%8E>,
        "坎"^^xsd:string ;
    rdfs:comment "pit, hole; snare, trap; crisis"@en .

<http://lexvo.org/id/char/574F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%9D%8F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%A0i%200865.021%3Ap%C4%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%A0i%20p%C4%AB%20p%C3%A9i>,
        <http://lexvo.org/id/term/kor/%E5%9D%8F>,
        <http://lexvo.org/id/term/kor/PAY>,
        <http://lexvo.org/id/term/vie/ho%E1%BA%A1i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/pui1%20pui4>,
        <http://lexvo.org/id/term/yue/%E5%9D%8F>,
        "坏"^^xsd:string ;
    rdfs:comment "rotten, spoilt, bad, broken down"@en .

<http://lexvo.org/id/char/5750> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%9D%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zu%C3%B2>,
        <http://lexvo.org/id/term/kor/%E5%9D%90>,
        <http://lexvo.org/id/term/kor/CWA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/co5%20zo6>,
        <http://lexvo.org/id/term/yue/%E5%9D%90>,
        "坐"^^xsd:string ;
    rdfs:comment "sit; seat; ride, travel by"@en .

<http://lexvo.org/id/char/5751> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%9D%91>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C4%93ng>,
        <http://lexvo.org/id/term/kor/%E5%9D%91>,
        <http://lexvo.org/id/term/kor/KAYNG>,
        <http://lexvo.org/id/term/vie/ganh>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/haang1>,
        <http://lexvo.org/id/term/yue/%E5%9D%91>,
        "坑"^^xsd:string ;
    rdfs:comment "pit, hole; bury, trap; harry"@en .

<http://lexvo.org/id/char/5752> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%9D%92>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bai6%20bei2>,
        <http://lexvo.org/id/term/yue/%E5%9D%92>,
        "坒"^^xsd:string ;
    rdfs:comment "to compare; to match; to equal"@en .

<http://lexvo.org/id/char/5753> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%9D%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C3%ADng>,
        "坓"^^xsd:string .

<http://lexvo.org/id/char/5754> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%9D%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%AC>,
        "坔"^^xsd:string .

<http://lexvo.org/id/char/5755> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%9D%95>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C4%ABng>,
        "坕"^^xsd:string .

<http://lexvo.org/id/char/5756> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%9D%96>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%AC>,
        "坖"^^xsd:string .

<http://lexvo.org/id/char/5757> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%9D%97>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ku%C3%A0i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/faai3>,
        <http://lexvo.org/id/term/yue/%E5%9D%97>,
        "块"^^xsd:string ;
    rdfs:comment "piece, lump; dollar"@en .

<http://lexvo.org/id/char/5758> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%9D%98>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C7%90>,
        "坘"^^xsd:string .

<http://lexvo.org/id/char/5759> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%9D%99>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C4%ABng>,
        "坙"^^xsd:string .

<http://lexvo.org/id/char/575A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%9D%9A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C4%81n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gin1>,
        <http://lexvo.org/id/term/yue/%E5%9D%9A>,
        "坚"^^xsd:string ;
    rdfs:comment "hard, strong, firm; resolute"@en .

<http://lexvo.org/id/char/575B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%9D%9B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/taan4>,
        <http://lexvo.org/id/term/yue/%E5%9D%9B>,
        "坛"^^xsd:string ;
    rdfs:comment "altar; arena, examination hall"@en .

<http://lexvo.org/id/char/575C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%9D%9C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lik6>,
        <http://lexvo.org/id/term/yue/%E5%9D%9C>,
        "坜"^^xsd:string ;
    rdfs:comment "a hole, pit"@en .

<http://lexvo.org/id/char/575D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%9D%9D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%A0>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/baa3>,
        <http://lexvo.org/id/term/yue/%E5%9D%9D>,
        "坝"^^xsd:string ;
    rdfs:comment "embankment; dam"@en .

<http://lexvo.org/id/char/575E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%9D%9E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wu2>,
        <http://lexvo.org/id/term/yue/%E5%9D%9E>,
        "坞"^^xsd:string ;
    rdfs:comment "entrenchment, bank, low wall"@en .

<http://lexvo.org/id/char/575F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%9D%9F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%A9n>,
        <http://lexvo.org/id/term/vie/vun>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fan4>,
        <http://lexvo.org/id/term/yue/%E5%9D%9F>,
        "坟"^^xsd:string ;
    rdfs:comment "grave, mound; bulge; bulging"@en .

<http://lexvo.org/id/char/5760> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%9D%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zhu%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zui6>,
        <http://lexvo.org/id/term/yue/%E5%9D%A0>,
        "坠"^^xsd:string ;
    rdfs:comment "fall down, drop, sink, go to ruin"@en .

<http://lexvo.org/id/char/5761> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%9D%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C5%8D>,
        <http://lexvo.org/id/term/kor/%E5%9D%A1>,
        <http://lexvo.org/id/term/kor/PHA>,
        <http://lexvo.org/id/term/vie/pha>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bo1%20po1>,
        <http://lexvo.org/id/term/yue/%E5%9D%A1>,
        "坡"^^xsd:string ;
    rdfs:comment "slope, bank, hillside"@en .

<http://lexvo.org/id/char/5762> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%9D%A2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%A0n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C7%8En%20p%C3%A0n>,
        "坢"^^xsd:string .

<http://lexvo.org/id/char/5763> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%9D%A3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C4%81ng>,
        "坣"^^xsd:string .

<http://lexvo.org/id/char/5764> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%9D%A4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C5%ABn>,
        <http://lexvo.org/id/term/kor/%E5%9D%A4>,
        <http://lexvo.org/id/term/kor/KON>,
        <http://lexvo.org/id/term/vie/kh%C3%B4n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kwan1>,
        <http://lexvo.org/id/term/yue/%E5%9D%A4>,
        "坤"^^xsd:string ;
    rdfs:comment "earth; feminine, female"@en .

<http://lexvo.org/id/char/5765> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%9D%A5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C5%AB>,
        "坥"^^xsd:string .

<http://lexvo.org/id/char/5766> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%9D%A6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C7%8En>,
        <http://lexvo.org/id/term/kor/%E5%9D%A6>,
        <http://lexvo.org/id/term/kor/THAN>,
        <http://lexvo.org/id/term/vie/%C4%91%E1%BA%A5t>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/taan2>,
        <http://lexvo.org/id/term/yue/%E5%9D%A6>,
        "坦"^^xsd:string ;
    rdfs:comment "flat, smooth; self-possessed"@en .

<http://lexvo.org/id/char/5767> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%9D%A7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C4%AB>,
        <http://lexvo.org/id/term/kor/%E5%9D%A7>,
        <http://lexvo.org/id/term/kor/CHEK>,
        <http://lexvo.org/id/term/vie/g%E1%BA%A1ch>,
        "坧"^^xsd:string .

<http://lexvo.org/id/char/5768> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%9D%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/tu%C3%B3>,
        <http://lexvo.org/id/term/kor/%E5%9D%A8>,
        <http://lexvo.org/id/term/kor/I>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/to4>,
        <http://lexvo.org/id/term/yue/%E5%9D%A8>,
        "坨"^^xsd:string ;
    rdfs:comment "a lump, heap"@en .

<http://lexvo.org/id/char/5769> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%9D%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C4%81n>,
        <http://lexvo.org/id/term/kor/%E5%9D%A9>,
        <http://lexvo.org/id/term/kor/KAM>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ham1>,
        <http://lexvo.org/id/term/yue/%E5%9D%A9>,
        "坩"^^xsd:string ;
    rdfs:comment "earthenware, earthenware vessel"@en .

<http://lexvo.org/id/char/576A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%9D%AA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%ADng>,
        <http://lexvo.org/id/term/kor/%E5%9D%AA>,
        <http://lexvo.org/id/term/kor/PHYENG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ping4>,
        <http://lexvo.org/id/term/yue/%E5%9D%AA>,
        "坪"^^xsd:string ;
    rdfs:comment "level ground; Japanese measure"@en .

<http://lexvo.org/id/char/576B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%9D%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/di%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E5%9D%AB>,
        <http://lexvo.org/id/term/kor/CEM>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dim3>,
        <http://lexvo.org/id/term/yue/%E5%9D%AB>,
        "坫"^^xsd:string ;
    rdfs:comment "a stand on which to replace goblets after drinking"@en .

<http://lexvo.org/id/char/576C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%9D%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/gu%C3%A0>,
        "坬"^^xsd:string .

<http://lexvo.org/id/char/576D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%9D%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C3%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C3%AD%20n%C3%AC>,
        <http://lexvo.org/id/term/vie/n%C6%A1i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/nai4>,
        <http://lexvo.org/id/term/yue/%E5%9D%AD>,
        "坭"^^xsd:string ;
    rdfs:comment "mud, mire; to paste, to plaster"@en .

<http://lexvo.org/id/char/576E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%9D%AE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%A1i>,
        <http://lexvo.org/id/term/kor/%E5%9D%AE>,
        <http://lexvo.org/id/term/kor/TAY>,
        "坮"^^xsd:string ;
    rdfs:comment "platform; unit; term of address"@en .

<http://lexvo.org/id/char/576F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%9D%AF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C4%AB>,
        <http://lexvo.org/id/term/kor/%E5%9D%AF>,
        <http://lexvo.org/id/term/kor/PAY>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/pui1>,
        <http://lexvo.org/id/term/yue/%E5%9D%AF>,
        "坯"^^xsd:string ;
    rdfs:comment "dam, embankment; weir"@en .

<http://lexvo.org/id/char/5770> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%9D%B0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C5%8Dng>,
        <http://lexvo.org/id/term/kor/%E5%9D%B0>,
        <http://lexvo.org/id/term/kor/KYENG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gwing1>,
        <http://lexvo.org/id/term/yue/%E5%9D%B0>,
        "坰"^^xsd:string ;
    rdfs:comment "wilds"@en .

<http://lexvo.org/id/char/5771> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%9D%B1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%8Eng>,
        <http://lexvo.org/id/term/kor/%E5%9D%B1>,
        <http://lexvo.org/id/term/kor/ANG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/joeng2%20joeng5>,
        <http://lexvo.org/id/term/yue/%E5%9D%B1>,
        "坱"^^xsd:string ;
    rdfs:comment "dust"@en .

<http://lexvo.org/id/char/5772> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%9D%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%B3>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fat6>,
        <http://lexvo.org/id/term/yue/%E5%9D%B2>,
        "坲"^^xsd:string .

<http://lexvo.org/id/char/5773> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C3%A0o>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%C3%A0o%20%C4%81o>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%9D%B3>,
        <http://lexvo.org/id/term/kor/%E5%9D%B3>,
        <http://lexvo.org/id/term/kor/YO>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/aau1%20aau3>,
        <http://lexvo.org/id/term/yue/%E5%9D%B3>,
        "坳"^^xsd:string ;
    rdfs:comment "a hollow in the ground, a cavity, depression; undulating, depressed"@en .

<http://lexvo.org/id/char/5774> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%9D%B4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/luk6>,
        <http://lexvo.org/id/term/yue/%E5%9D%B4>,
        "坴"^^xsd:string ;
    rdfs:comment "a clod of earth; land"@en .

<http://lexvo.org/id/char/5775> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%9D%B5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C5%AB>,
        <http://lexvo.org/id/term/kor/%E5%9D%B5>,
        <http://lexvo.org/id/term/kor/KWU>,
        <http://lexvo.org/id/term/vie/g%C3%B2>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jau1>,
        <http://lexvo.org/id/term/yue/%E5%9D%B5>,
        "坵"^^xsd:string ;
    rdfs:comment "earthenware, earthenware vessel"@en .

<http://lexvo.org/id/char/5776> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%9D%B6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C7%94>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/muk6>,
        <http://lexvo.org/id/term/yue/%E5%9D%B6>,
        "坶"^^xsd:string .

<http://lexvo.org/id/char/5777> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%9D%B7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C5%8Dng%200638.050%3Ak%C4%93%200641.010%3Ak%C4%9B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C4%9B%20k%C4%93>,
        <http://lexvo.org/id/term/kor/%E5%9D%B7>,
        <http://lexvo.org/id/term/kor/KA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ho1%20ho2>,
        <http://lexvo.org/id/term/yue/%E5%9D%B7>,
        "坷"^^xsd:string ;
    rdfs:comment "clod of earth, lump of soil"@en .

<http://lexvo.org/id/char/5778> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%9D%B8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C3%B2u>,
        <http://lexvo.org/id/term/kor/%E5%9D%B8>,
        <http://lexvo.org/id/term/kor/KWU>,
        "坸"^^xsd:string .

<http://lexvo.org/id/char/5779> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%9D%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xu%C3%A8>,
        "坹"^^xsd:string .

<http://lexvo.org/id/char/577A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%9D%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%A1%20b%C5%8D>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/paat6%20pet6>,
        <http://lexvo.org/id/term/yue/%E5%9D%BA>,
        "坺"^^xsd:string ;
    rdfs:comment "(Cant.) classifier for soft masses"@en .

<http://lexvo.org/id/char/577B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%9D%BB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%AD%200232.020%3Ad%C7%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%AD%20d%C7%90>,
        <http://lexvo.org/id/term/kor/%E5%9D%BB>,
        <http://lexvo.org/id/term/kor/CI>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ci4%20dai2>,
        <http://lexvo.org/id/term/yue/%E5%9D%BB>,
        "坻"^^xsd:string ;
    rdfs:comment "an islet, a rock in a river; an embankment; to stop"@en .

<http://lexvo.org/id/char/577C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%9D%BC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%A8>,
        <http://lexvo.org/id/term/kor/%E5%9D%BC>,
        <http://lexvo.org/id/term/kor/THAK>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/caak3>,
        <http://lexvo.org/id/term/yue/%E5%9D%BC>,
        "坼"^^xsd:string ;
    rdfs:comment "split, tear, open"@en .

<http://lexvo.org/id/char/577D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%9D%BD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%ADng>,
        "坽"^^xsd:string .

<http://lexvo.org/id/char/577E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%9D%BE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%B9>,
        "坾"^^xsd:string .

<http://lexvo.org/id/char/577F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%9D%BF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%B9>,
        "坿"^^xsd:string ;
    rdfs:comment "mound; used in place names"@en .

<http://lexvo.org/id/char/5780> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%9E%80>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C5%AB>,
        "垀"^^xsd:string .

<http://lexvo.org/id/char/5781> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%9E%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%AC>,
        "垁"^^xsd:string .

<http://lexvo.org/id/char/5782> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%9E%82>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/chu%C3%AD>,
        <http://lexvo.org/id/term/kor/%E5%9E%82>,
        <http://lexvo.org/id/term/kor/SWU>,
        <http://lexvo.org/id/term/vie/th%C3%B9y>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/seoi4>,
        <http://lexvo.org/id/term/yue/%E5%9E%82>,
        "垂"^^xsd:string ;
    rdfs:comment "let down; suspend, hand; down"@en .

<http://lexvo.org/id/char/5783> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%9E%83>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C4%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C4%81%20la>,
        <http://lexvo.org/id/term/vie/l%E1%BA%AFp>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/laap6>,
        <http://lexvo.org/id/term/yue/%E5%9E%83>,
        "垃"^^xsd:string ;
    rdfs:comment "garbage, refuse, waste"@en .

<http://lexvo.org/id/char/5784> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%9E%84>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C7%92ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lung5>,
        <http://lexvo.org/id/term/yue/%E5%9E%84>,
        "垄"^^xsd:string ;
    rdfs:comment "grave, mound; ridge in field"@en .

<http://lexvo.org/id/char/5785> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%9E%85>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C7%92ng>,
        "垅"^^xsd:string ;
    rdfs:comment "mound, grave; ridge in field"@en .

<http://lexvo.org/id/char/5786> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%9E%86>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%BA>,
        <http://lexvo.org/id/term/vie/l%C3%B2>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lou4>,
        <http://lexvo.org/id/term/yue/%E5%9E%86>,
        "垆"^^xsd:string ;
    rdfs:comment "black clods of earth; shop, hut"@en .

<http://lexvo.org/id/char/5787> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C3%A0o>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%C3%A0o%20%C4%81o>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%9E%87>,
        "垇"^^xsd:string .

<http://lexvo.org/id/char/5788> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/kor/%E5%9E%88>,
        <http://lexvo.org/id/term/kor/TAY>,
        "垈"^^xsd:string ;
    rdfs:comment "used in place names; Japanese -nuta; Korean -dae"@en .

<http://lexvo.org/id/char/5789> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%9E%89>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%A1o>,
        <http://lexvo.org/id/term/vie/b%C3%A0u>,
        "垉"^^xsd:string .

<http://lexvo.org/id/char/578A> a lvont:Character ;
    lvont:represents "垊"^^xsd:string .

<http://lexvo.org/id/char/578B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%9E%8B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C3%ADng>,
        <http://lexvo.org/id/term/kor/%E5%9E%8B>,
        <http://lexvo.org/id/term/kor/HYENG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jing4>,
        <http://lexvo.org/id/term/yue/%E5%9E%8B>,
        "型"^^xsd:string ;
    rdfs:comment "pattern, model, type; law; mold"@en .

<http://lexvo.org/id/char/578C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%9E%8C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%B2ng%201153.020%3At%C3%B3ng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%B2ng%20t%C3%B3ng>,
        <http://lexvo.org/id/term/kor/%E5%9E%8C>,
        <http://lexvo.org/id/term/kor/TONG>,
        <http://lexvo.org/id/term/vie/%C4%91%E1%BB%93ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dung6%20tung6>,
        <http://lexvo.org/id/term/yue/%E5%9E%8C>,
        "垌"^^xsd:string ;
    rdfs:comment "a field; used in place names"@en .

<http://lexvo.org/id/char/578D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%9E%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%AC>,
        "垍"^^xsd:string .

<http://lexvo.org/id/char/578E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%9E%8E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C3%A8>,
        "垎"^^xsd:string .

<http://lexvo.org/id/char/578F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%9E%8F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%B9>,
        "垏"^^xsd:string .

<http://lexvo.org/id/char/5790> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%9E%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C3%AD>,
        "垐"^^xsd:string .

<http://lexvo.org/id/char/5791> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%9E%91>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C7%90>,
        "垑"^^xsd:string .

<http://lexvo.org/id/char/5792> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%9E%92>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C4%9Bi>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C4%9Bi%20l%C3%A8i%20l%C3%A9i%20l%C7%9C>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/leoi5>,
        <http://lexvo.org/id/term/yue/%E5%9E%92>,
        "垒"^^xsd:string ;
    rdfs:comment "rampart, military wall"@en .

<http://lexvo.org/id/char/5793> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%9E%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C4%81i>,
        <http://lexvo.org/id/term/kor/%E5%9E%93>,
        <http://lexvo.org/id/term/kor/HAY>,
        <http://lexvo.org/id/term/vie/gay>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/goi1>,
        <http://lexvo.org/id/term/yue/%E5%9E%93>,
        "垓"^^xsd:string ;
    rdfs:comment "border, boundary, frontier"@en .

<http://lexvo.org/id/char/5794> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%9E%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C4%ABn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jan1>,
        <http://lexvo.org/id/term/yue/%E5%9E%94>,
        "垔"^^xsd:string ;
    rdfs:comment "to restrain; to dam a stream and change its direction; a mound"@en .

<http://lexvo.org/id/char/5795> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%9E%95>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%B2u>,
        <http://lexvo.org/id/term/kor/%E5%9E%95>,
        <http://lexvo.org/id/term/kor/HWU>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hau5>,
        <http://lexvo.org/id/term/yue/%E5%9E%95>,
        "垕"^^xsd:string ;
    rdfs:comment "used in place names"@en .

<http://lexvo.org/id/char/5796> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%9E%96>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/du%C4%AB>,
        "垖"^^xsd:string .

<http://lexvo.org/id/char/5797> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%9E%97>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%A0o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ziu6>,
        <http://lexvo.org/id/term/yue/%E5%9E%97>,
        "垗"^^xsd:string ;
    rdfs:comment "sacrifice"@en .

<http://lexvo.org/id/char/5798> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%9E%98>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%BA>,
        "垘"^^xsd:string .

<http://lexvo.org/id/char/5799> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%9E%99>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/gu%C4%81ng>,
        "垙"^^xsd:string .

<http://lexvo.org/id/char/579A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%9E%9A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A1o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jiu1%20jiu4>,
        <http://lexvo.org/id/term/yue/%E5%9E%9A>,
        "垚"^^xsd:string ;
    rdfs:comment "mound, roundish mass"@en .

<http://lexvo.org/id/char/579B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%9E%9B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/du%C7%92>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/du%C7%92%200281.110%3Adu%C3%B2>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/do2>,
        <http://lexvo.org/id/term/yue/%E5%9E%9B>,
        "垛"^^xsd:string ;
    rdfs:comment "heap, pile; pile up, heap up"@en .

<http://lexvo.org/id/char/579C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%9E%9C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/du%C7%92>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/du%C7%92%200281.111%3Adu%C3%B2>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/do2>,
        <http://lexvo.org/id/term/yue/%E5%9E%9C>,
        "垜"^^xsd:string ;
    rdfs:comment "heap; buttress; battlements"@en .

<http://lexvo.org/id/char/579D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%9E%9D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/gu%C7%90>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gwai2>,
        <http://lexvo.org/id/term/yue/%E5%9E%9D>,
        "垝"^^xsd:string ;
    rdfs:comment "dilapidated, ruined"@en .

<http://lexvo.org/id/char/579E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%9E%9E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%A1>,
        <http://lexvo.org/id/term/kor/%E5%9E%9E>,
        <http://lexvo.org/id/term/kor/THA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/caa4>,
        <http://lexvo.org/id/term/yue/%E5%9E%9E>,
        "垞"^^xsd:string ;
    rdfs:comment "small mound; place name; hillock"@en .

<http://lexvo.org/id/char/579F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%9E%9F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A1ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/joeng4>,
        <http://lexvo.org/id/term/yue/%E5%9E%9F>,
        "垟"^^xsd:string .

<http://lexvo.org/id/char/57A0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%9E%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%ADn>,
        <http://lexvo.org/id/term/kor/%E5%9E%A0>,
        <http://lexvo.org/id/term/kor/UN>,
        <http://lexvo.org/id/term/vie/h%E1%BA%B1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ngan4>,
        <http://lexvo.org/id/term/yue/%E5%9E%A0>,
        "垠"^^xsd:string ;
    rdfs:comment "boundary, bank of stream or river"@en .

<http://lexvo.org/id/char/57A1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%9E%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%A1>,
        "垡"^^xsd:string ;
    rdfs:comment "plow soil; place name"@en .

<http://lexvo.org/id/char/57A2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%9E%A2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C3%B2u>,
        <http://lexvo.org/id/term/kor/%E5%9E%A2>,
        <http://lexvo.org/id/term/kor/KWU>,
        <http://lexvo.org/id/term/vie/c%C3%A1u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gau3>,
        <http://lexvo.org/id/term/yue/%E5%9E%A2>,
        "垢"^^xsd:string ;
    rdfs:comment "dirt, filth, stains; dirty"@en .

<http://lexvo.org/id/char/57A3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%9E%A3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/yu%C3%A1n>,
        <http://lexvo.org/id/term/kor/%E5%9E%A3>,
        <http://lexvo.org/id/term/kor/WEN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wun4>,
        <http://lexvo.org/id/term/yue/%E5%9E%A3>,
        "垣"^^xsd:string ;
    rdfs:comment "low wall"@en .

<http://lexvo.org/id/char/57A4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%9E%A4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/di%C3%A9>,
        <http://lexvo.org/id/term/kor/%E5%9E%A4>,
        <http://lexvo.org/id/term/kor/CIL>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dit6>,
        <http://lexvo.org/id/term/yue/%E5%9E%A4>,
        "垤"^^xsd:string ;
    rdfs:comment "ant-hill, small mound; hill"@en .

<http://lexvo.org/id/char/57A5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%9E%A5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A9>,
        "垥"^^xsd:string .

<http://lexvo.org/id/char/57A6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%9E%A6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C4%9Bn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/han2>,
        <http://lexvo.org/id/term/yue/%E5%9E%A6>,
        "垦"^^xsd:string ;
    rdfs:comment "cultivate, reclaim, to farm land"@en .

<http://lexvo.org/id/char/57A7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%9E%A7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C5%8Dng%20sh%C7%8Eng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C7%8Eng>,
        "垧"^^xsd:string ;
    rdfs:comment "variable unit of land measure"@en .

<http://lexvo.org/id/char/57A8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%9E%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C7%92u>,
        "垨"^^xsd:string .

<http://lexvo.org/id/char/57A9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C3%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%9E%A9>,
        <http://lexvo.org/id/term/kor/%E5%9E%A9>,
        <http://lexvo.org/id/term/kor/SENG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ok3>,
        <http://lexvo.org/id/term/yue/%E5%9E%A9>,
        "垩"^^xsd:string ;
    rdfs:comment "holy, sacred, sage; simplification of 堊 chalk; daub with chalk"@en .

<http://lexvo.org/id/char/57AA> a lvont:Character ;
    lvont:represents "垪"^^xsd:string .

<http://lexvo.org/id/char/57AB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%9E%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/di%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/din6>,
        <http://lexvo.org/id/term/yue/%E5%9E%AB>,
        "垫"^^xsd:string ;
    rdfs:comment "advance money, pay for another"@en .

<http://lexvo.org/id/char/57AC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%9E%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%B3ng>,
        "垬"^^xsd:string .

<http://lexvo.org/id/char/57AD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%9E%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C3%B9%20y%C3%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C4%81>,
        "垭"^^xsd:string ;
    rdfs:comment "character used in place names"@en .

<http://lexvo.org/id/char/57AE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%9E%AE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ku%C7%8E>,
        <http://lexvo.org/id/term/vie/khoai>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kwaa1>,
        <http://lexvo.org/id/term/yue/%E5%9E%AE>,
        "垮"^^xsd:string ;
    rdfs:comment "be defeated, fail, collapse"@en .

<http://lexvo.org/id/char/57AF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/da>,
        "垯"^^xsd:string .

<http://lexvo.org/id/char/57B0> a lvont:Character ;
    lvont:represents "垰"^^xsd:string .

<http://lexvo.org/id/char/57B1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%9E%B1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%A0ng>,
        "垱"^^xsd:string .

<http://lexvo.org/id/char/57B2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%9E%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C7%8Ei>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hoi2>,
        <http://lexvo.org/id/term/yue/%E5%9E%B2>,
        "垲"^^xsd:string ;
    rdfs:comment "high and dry place"@en .

<http://lexvo.org/id/char/57B3> a lvont:Character ;
    lvont:represents "垳"^^xsd:string .

<http://lexvo.org/id/char/57B4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%9E%B4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C7%8Eo>,
        "垴"^^xsd:string ;
    rdfs:comment "small, head shaped hill, used in place names"@en .

<http://lexvo.org/id/char/57B5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C7%8En>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%9E%B5>,
        <http://lexvo.org/id/term/vie/ang>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/am1%20am2%20jim2>,
        <http://lexvo.org/id/term/yue/%E5%9E%B5>,
        "垵"^^xsd:string ;
    rdfs:comment "cover with earth; a pit; a hole"@en .

<http://lexvo.org/id/char/57B6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%9E%B6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C4%ABng>,
        "垶"^^xsd:string .

<http://lexvo.org/id/char/57B7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%9E%B7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A0n>,
        "垷"^^xsd:string .

<http://lexvo.org/id/char/57B8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%9E%B8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%A0n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/yu%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E5%9E%B8>,
        <http://lexvo.org/id/term/kor/WAN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jyun4%20jyun6>,
        <http://lexvo.org/id/term/yue/%E5%9E%B8>,
        "垸"^^xsd:string ;
    rdfs:comment "a dyke, embankment"@en .

<http://lexvo.org/id/char/57B9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%9E%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C4%81ng>,
        <http://lexvo.org/id/term/vie/b%E1%BB%B1ng>,
        "垹"^^xsd:string .

<http://lexvo.org/id/char/57BA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%9E%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C4%93i%20f%C3%BA%20p%C3%B3u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fu1%20pau4>,
        <http://lexvo.org/id/term/yue/%E5%9E%BA>,
        "垺"^^xsd:string .

<http://lexvo.org/id/char/57BB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%9E%BB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%A0>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/baa3>,
        <http://lexvo.org/id/term/yue/%E5%9E%BB>,
        "垻"^^xsd:string ;
    rdfs:comment "an embankment; a slope over which boat pass"@en .

<http://lexvo.org/id/char/57BC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%9E%BC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jik6>,
        <http://lexvo.org/id/term/yue/%E5%9E%BC>,
        "垼"^^xsd:string .

<http://lexvo.org/id/char/57BD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%9E%BD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%ACn>,
        <http://lexvo.org/id/term/kor/%E5%9E%BD>,
        <http://lexvo.org/id/term/kor/UN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jan6%20ngan6>,
        <http://lexvo.org/id/term/yue/%E5%9E%BD>,
        "垽"^^xsd:string ;
    rdfs:comment "(Cant.) sediment, precipitate"@en .

<http://lexvo.org/id/char/57BE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%9E%BE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A0n>,
        "垾"^^xsd:string .

<http://lexvo.org/id/char/57BF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%9E%BF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C3%B9>,
        "垿"^^xsd:string .

<http://lexvo.org/id/char/57C0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%9F%80>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/chu%C3%AD%20zhu%C3%AC>,
        "埀"^^xsd:string ;
    rdfs:comment "let down; suspend, hand; down"@en .

<http://lexvo.org/id/char/57C1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%9F%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C3%A9n>,
        <http://lexvo.org/id/term/vie/g%E1%BA%ADm>,
        "埁"^^xsd:string .

<http://lexvo.org/id/char/57C2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%9F%82>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C4%9Bng>,
        <http://lexvo.org/id/term/vie/gh%E1%BB%81nh>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gang2>,
        <http://lexvo.org/id/term/yue/%E5%9F%82>,
        "埂"^^xsd:string ;
    rdfs:comment "ditches for irrigation; hole"@en .

<http://lexvo.org/id/char/57C3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C4%81i>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%9F%83>,
        <http://lexvo.org/id/term/kor/%E5%9F%83>,
        <http://lexvo.org/id/term/kor/AY>,
        <http://lexvo.org/id/term/vie/ai>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/aai1%20oi1>,
        <http://lexvo.org/id/term/yue/%E5%9F%83>,
        "埃"^^xsd:string ;
    rdfs:comment "fine dust, dirt"@en .

<http://lexvo.org/id/char/57C4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%9F%84>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%A9ng>,
        "埄"^^xsd:string ;
    rdfs:comment "whirling of dust in the wind"@en .

<http://lexvo.org/id/char/57C5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%9F%85>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%A1ng%20f%C4%81ng%20d%C3%AC>,
        "埅"^^xsd:string .

<http://lexvo.org/id/char/57C6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%9F%86>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qu%C3%A8>,
        <http://lexvo.org/id/term/kor/%E5%9F%86>,
        <http://lexvo.org/id/term/kor/KAK>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gok3%20kok3>,
        <http://lexvo.org/id/term/yue/%E5%9F%86>,
        "埆"^^xsd:string ;
    rdfs:comment "stony"@en .

<http://lexvo.org/id/char/57C7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%9F%87>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%92ng>,
        <http://lexvo.org/id/term/kor/%E5%9F%87>,
        <http://lexvo.org/id/term/kor/YONG>,
        <http://lexvo.org/id/term/vie/th%C3%B5ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cung1%20jung2%20tung2>,
        <http://lexvo.org/id/term/yue/%E5%9F%87>,
        "埇"^^xsd:string ;
    rdfs:comment "name of bridge"@en .

<http://lexvo.org/id/char/57C8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%9F%88>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C3%B9n>,
        <http://lexvo.org/id/term/kor/%E5%9F%88>,
        <http://lexvo.org/id/term/kor/CWUN>,
        <http://lexvo.org/id/term/vie/tho%E1%BA%A1>,
        "埈"^^xsd:string ;
    rdfs:comment "high, steep, towering; stern"@en .

<http://lexvo.org/id/char/57C9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%9F%89>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%A1>,
        <http://lexvo.org/id/term/kor/%E5%9F%89>,
        <http://lexvo.org/id/term/kor/HYEP>,
        "埉"^^xsd:string .

<http://lexvo.org/id/char/57CA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%9F%8A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%AC>,
        "埊"^^xsd:string .

<http://lexvo.org/id/char/57CB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%9F%8B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A1i%200761.090%3Am%C3%A1n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A1i%20m%C3%A1n>,
        <http://lexvo.org/id/term/kor/%E5%9F%8B>,
        <http://lexvo.org/id/term/kor/MAY>,
        <http://lexvo.org/id/term/vie/mai>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/maai4>,
        <http://lexvo.org/id/term/yue/%E5%9F%8B>,
        "埋"^^xsd:string ;
    rdfs:comment "bury, secrete, conceal"@en .

<http://lexvo.org/id/char/57CC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%9F%8C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%A0ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/joeng5%20long6>,
        <http://lexvo.org/id/term/yue/%E5%9F%8C>,
        "埌"^^xsd:string ;
    rdfs:comment "waste"@en .

<http://lexvo.org/id/char/57CD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%9F%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xu%C3%A0n>,
        "埍"^^xsd:string .

<http://lexvo.org/id/char/57CE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%9F%8E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%A9ng>,
        <http://lexvo.org/id/term/kor/%E5%9F%8E>,
        <http://lexvo.org/id/term/kor/SENG>,
        <http://lexvo.org/id/term/vie/th%C3%A0nh>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/seng4%20sing4>,
        <http://lexvo.org/id/term/yue/%E5%9F%8E>,
        "城"^^xsd:string ;
    rdfs:comment "castle; city, town; municipality"@en .

<http://lexvo.org/id/char/57CF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%9F%8F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C4%81n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A1n%20sh%C4%81n>,
        <http://lexvo.org/id/term/kor/%E5%9F%8F>,
        <http://lexvo.org/id/term/kor/YEN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jin4>,
        <http://lexvo.org/id/term/yue/%E5%9F%8F>,
        "埏"^^xsd:string ;
    rdfs:comment "a boundary, a limit"@en .

<http://lexvo.org/id/char/57D0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%9F%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C4%ABn>,
        "埐"^^xsd:string .

<http://lexvo.org/id/char/57D1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%9F%91>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%A9>,
        <http://lexvo.org/id/term/kor/%E5%9F%91>,
        <http://lexvo.org/id/term/kor/CHEL>,
        "埑"^^xsd:string .

<http://lexvo.org/id/char/57D2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%9F%92>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%A8i>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C3%A8>,
        <http://lexvo.org/id/term/kor/%E5%9F%92>,
        <http://lexvo.org/id/term/kor/LAL>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lyut3>,
        <http://lexvo.org/id/term/yue/%E5%9F%92>,
        "埒"^^xsd:string ;
    rdfs:comment "enclosure, dike, embankment"@en .

<http://lexvo.org/id/char/57D3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%9F%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C3%A8>,
        "埓"^^xsd:string ;
    rdfs:comment "enclosure, dike, embankment"@en .

<http://lexvo.org/id/char/57D4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%9F%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%B9%200890.090%3Ap%C7%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C7%94%20b%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bou3>,
        <http://lexvo.org/id/term/yue/%E5%9F%94>,
        "埔"^^xsd:string ;
    rdfs:comment "plain, arena; port, market"@en .

<http://lexvo.org/id/char/57D5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%9F%95>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%A9ng>,
        <http://lexvo.org/id/term/vie/ch%C4%A9nh>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cing4>,
        <http://lexvo.org/id/term/yue/%E5%9F%95>,
        "埕"^^xsd:string ;
    rdfs:comment "a large, pear-shaped earthenware jar"@en .

<http://lexvo.org/id/char/57D6> a lvont:Character ;
    lvont:represents "埖"^^xsd:string .

<http://lexvo.org/id/char/57D7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%9F%97>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bou4%20bou6>,
        <http://lexvo.org/id/term/yue/%E5%9F%97>,
        "埗"^^xsd:string ;
    rdfs:comment "(same as U+5E70 埠) a wharf, dock, jetty; a trading center, port; place name (e.g., 深水埗 in Hong Kong)"@en .

<http://lexvo.org/id/char/57D8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%9F%98>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/si4>,
        <http://lexvo.org/id/term/yue/%E5%9F%98>,
        "埘"^^xsd:string ;
    rdfs:comment "roost"@en .

<http://lexvo.org/id/char/57D9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%9F%99>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C5%ABn>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C5%ABn%20xu%C4%81n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hyun1>,
        <http://lexvo.org/id/term/yue/%E5%9F%99>,
        "埙"^^xsd:string ;
    rdfs:comment "instrument"@en .

<http://lexvo.org/id/char/57DA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%9F%9A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/gu%C5%8D>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wo1>,
        <http://lexvo.org/id/term/yue/%E5%9F%9A>,
        "埚"^^xsd:string ;
    rdfs:comment "crucible"@en .

<http://lexvo.org/id/char/57DB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%9F%9B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C5%8Dng>,
        "埛"^^xsd:string .

<http://lexvo.org/id/char/57DC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%9F%9C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C4%9B>,
        <http://lexvo.org/id/term/kor/%E5%9F%9C>,
        <http://lexvo.org/id/term/kor/YA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/je5>,
        <http://lexvo.org/id/term/yue/%E5%9F%9C>,
        "埜"^^xsd:string ;
    rdfs:comment "open country, field; wilderness"@en .

<http://lexvo.org/id/char/57DD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%9F%9D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ni%C3%A0n>,
        <http://lexvo.org/id/term/vie/n%E1%BA%A5m>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/nap1>,
        <http://lexvo.org/id/term/yue/%E5%9F%9D>,
        "埝"^^xsd:string ;
    rdfs:comment "bank, dike; purtuberance from"@en .

<http://lexvo.org/id/char/57DE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%9F%9E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C7%90>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/deng6>,
        <http://lexvo.org/id/term/yue/%E5%9F%9E>,
        "埞"^^xsd:string ;
    rdfs:comment "(Cant.) place"@en .

<http://lexvo.org/id/char/57DF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%9F%9F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%B9>,
        <http://lexvo.org/id/term/kor/%E5%9F%9F>,
        <http://lexvo.org/id/term/kor/YEK>,
        <http://lexvo.org/id/term/vie/v%E1%BB%B1c>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wik6>,
        <http://lexvo.org/id/term/yue/%E5%9F%9F>,
        "域"^^xsd:string ;
    rdfs:comment "district, region, boundary; land"@en .

<http://lexvo.org/id/char/57E0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%9F%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%B9>,
        <http://lexvo.org/id/term/kor/%E5%9F%A0>,
        <http://lexvo.org/id/term/kor/PWU>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bou6%20fau6>,
        <http://lexvo.org/id/term/yue/%E5%9F%A0>,
        "埠"^^xsd:string ;
    rdfs:comment "port city"@en .

<http://lexvo.org/id/char/57E1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%9F%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C4%81>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/aa3%20ngaa3>,
        <http://lexvo.org/id/term/yue/%E5%9F%A1>,
        "埡"^^xsd:string ;
    rdfs:comment "character used in place names"@en .

<http://lexvo.org/id/char/57E2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%9F%A2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ju%C7%8En>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gyun3>,
        <http://lexvo.org/id/term/yue/%E5%9F%A2>,
        "埢"^^xsd:string .

<http://lexvo.org/id/char/57E3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%9F%A3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/su%C3%AC>,
        <http://lexvo.org/id/term/vie/gi%C3%B3t>,
        "埣"^^xsd:string .

<http://lexvo.org/id/char/57E4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%9F%A4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%AD%200870.110%3Ap%C3%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%AD%20b%C4%93i%20b%C3%AC>,
        <http://lexvo.org/id/term/kor/%E5%9F%A4>,
        <http://lexvo.org/id/term/kor/PI>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/pei4>,
        <http://lexvo.org/id/term/yue/%E5%9F%A4>,
        "埤"^^xsd:string ;
    rdfs:comment "add, increase, attach; low fence"@en .

<http://lexvo.org/id/char/57E5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%9F%A5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C4%93ng>,
        "埥"^^xsd:string .

<http://lexvo.org/id/char/57E6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%9F%A6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C7%8En>,
        "埦"^^xsd:string ;
    rdfs:comment "a bowl"@en .

<http://lexvo.org/id/char/57E7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%9F%A7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/geoi6>,
        <http://lexvo.org/id/term/yue/%E5%9F%A7>,
        "埧"^^xsd:string ;
    rdfs:comment "dam"@en .

<http://lexvo.org/id/char/57E8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%9F%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C7%94n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C7%94n%20l%C3%B9n>,
        "埨"^^xsd:string .

<http://lexvo.org/id/char/57E9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%9F%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C4%93ng>,
        <http://lexvo.org/id/term/vie/ch%C4%A9nh>,
        "埩"^^xsd:string .

<http://lexvo.org/id/char/57EA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%9F%AA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C5%8Dng>,
        "埪"^^xsd:string .

<http://lexvo.org/id/char/57EB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%9F%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C7%92ng>,
        "埫"^^xsd:string .

<http://lexvo.org/id/char/57EC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%9F%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C5%8Dng>,
        <http://lexvo.org/id/term/vie/%C4%91%E1%BB%91ng>,
        "埬"^^xsd:string .

<http://lexvo.org/id/char/57ED> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%9F%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%A0i>,
        <http://lexvo.org/id/term/kor/%E5%9F%AD>,
        <http://lexvo.org/id/term/kor/THAY>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dai6%20doi6>,
        <http://lexvo.org/id/term/yue/%E5%9F%AD>,
        "埭"^^xsd:string ;
    rdfs:comment "a dam, a jock; inclined plane on a canal, where boats can be hauled up or down"@en .

<http://lexvo.org/id/char/57EE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%9F%AE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%A0n>,
        <http://lexvo.org/id/term/vie/v%E1%BB%8Bm>,
        "埮"^^xsd:string .

<http://lexvo.org/id/char/57EF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C7%8En>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%9F%AF>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/am2%20jim2>,
        <http://lexvo.org/id/term/yue/%E5%9F%AF>,
        "埯"^^xsd:string ;
    rdfs:comment "cover with earth; a pit; a hole"@en .

<http://lexvo.org/id/char/57F0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%9F%B0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C3%A0i>,
        <http://lexvo.org/id/term/kor/%E5%9F%B0>,
        <http://lexvo.org/id/term/kor/CHAY>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/coi3>,
        <http://lexvo.org/id/term/yue/%E5%9F%B0>,
        "埰"^^xsd:string ;
    rdfs:comment "fief"@en .

<http://lexvo.org/id/char/57F1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%9F%B1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%BA>,
        "埱"^^xsd:string .

<http://lexvo.org/id/char/57F2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%9F%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C4%9Bng%20b%C3%A0ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bong6%20bung6%20pung1>,
        <http://lexvo.org/id/term/yue/%E5%9F%B2>,
        "埲"^^xsd:string ;
    rdfs:comment "(Cant.) classifier for walls"@en .

<http://lexvo.org/id/char/57F3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%9F%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C7%8En>,
        <http://lexvo.org/id/term/kor/%E5%9F%B3>,
        <http://lexvo.org/id/term/kor/KAM>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ham2>,
        <http://lexvo.org/id/term/yue/%E5%9F%B3>,
        "埳"^^xsd:string ;
    rdfs:comment "a pit, a hole, a snare, a danger; a crisis; a mortar"@en .

<http://lexvo.org/id/char/57F4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%9F%B4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%AD>,
        <http://lexvo.org/id/term/kor/%E5%9F%B4>,
        <http://lexvo.org/id/term/kor/SIK%20CHI>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zik6>,
        <http://lexvo.org/id/term/yue/%E5%9F%B4>,
        "埴"^^xsd:string ;
    rdfs:comment "soil with large clay content"@en .

<http://lexvo.org/id/char/57F5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%9F%B5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/du%C7%92>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/do2>,
        <http://lexvo.org/id/term/yue/%E5%9F%B5>,
        "埵"^^xsd:string ;
    rdfs:comment "hardened dirt or clay; cluster"@en .

<http://lexvo.org/id/char/57F6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%9F%B6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%AC%20sh%C3%AC>,
        <http://lexvo.org/id/term/vie/%C4%91%E1%BB%87m>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ngai6%20zap1>,
        <http://lexvo.org/id/term/yue/%E5%9F%B6>,
        "埶"^^xsd:string ;
    rdfs:comment "art"@en .

<http://lexvo.org/id/char/57F7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%9F%B7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%AD>,
        <http://lexvo.org/id/term/kor/%E5%9F%B7>,
        <http://lexvo.org/id/term/kor/CIP>,
        <http://lexvo.org/id/term/vie/ch%E1%BA%A5p>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zap1>,
        <http://lexvo.org/id/term/yue/%E5%9F%B7>,
        "執"^^xsd:string ;
    rdfs:comment "hold in hand; keep; carry out"@en .

<http://lexvo.org/id/char/57F8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%9F%B8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jik6>,
        <http://lexvo.org/id/term/yue/%E5%9F%B8>,
        "埸"^^xsd:string ;
    rdfs:comment "a border; a limit; a dike; a frontier; a boundary"@en .

<http://lexvo.org/id/char/57F9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%9F%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%A9i>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%A9i%20p%C7%92u>,
        <http://lexvo.org/id/term/kor/%E5%9F%B9>,
        <http://lexvo.org/id/term/kor/PAY%20PWU>,
        <http://lexvo.org/id/term/vie/b%E1%BB%93i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/pui4>,
        <http://lexvo.org/id/term/yue/%E5%9F%B9>,
        "培"^^xsd:string ;
    rdfs:comment "bank up with dirt; cultivate"@en .

<http://lexvo.org/id/char/57FA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%9F%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C4%AB>,
        <http://lexvo.org/id/term/kor/%E5%9F%BA>,
        <http://lexvo.org/id/term/kor/KI>,
        <http://lexvo.org/id/term/vie/c%C6%A1>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gei1>,
        <http://lexvo.org/id/term/yue/%E5%9F%BA>,
        "基"^^xsd:string ;
    rdfs:comment "foundation, base"@en .

<http://lexvo.org/id/char/57FB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%9F%BB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C7%94n>,
        <http://lexvo.org/id/term/kor/%E5%9F%BB>,
        <http://lexvo.org/id/term/kor/CWUN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zeon2>,
        <http://lexvo.org/id/term/yue/%E5%9F%BB>,
        "埻"^^xsd:string .

<http://lexvo.org/id/char/57FC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%9F%BC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C3%AD>,
        <http://lexvo.org/id/term/kor/%E5%9F%BC>,
        <http://lexvo.org/id/term/kor/KI>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kei4>,
        <http://lexvo.org/id/term/yue/%E5%9F%BC>,
        "埼"^^xsd:string ;
    rdfs:comment "headland"@en .

<http://lexvo.org/id/char/57FD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%9F%BD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C3%A0o>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C3%A0o%20s%C7%8Eo>,
        <http://lexvo.org/id/term/kor/%E5%9F%BD>,
        <http://lexvo.org/id/term/kor/SO>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sou3>,
        <http://lexvo.org/id/term/yue/%E5%9F%BD>,
        "埽"^^xsd:string ;
    rdfs:comment "broom; to sweep, clear away"@en .

<http://lexvo.org/id/char/57FE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%9F%BE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%B9>,
        "埾"^^xsd:string .

<http://lexvo.org/id/char/57FF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%9F%BF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C3%AD%20b%C3%A0n>,
        "埿"^^xsd:string .

<http://lexvo.org/id/char/5800> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A0%80>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C5%AB>,
        <http://lexvo.org/id/term/kor/%E5%A0%80>,
        <http://lexvo.org/id/term/kor/KWUL>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fat1%20gwat6>,
        <http://lexvo.org/id/term/yue/%E5%A0%80>,
        "堀"^^xsd:string ;
    rdfs:comment "cave, hole"@en .

<http://lexvo.org/id/char/5801> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A0%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C3%A8>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fo2%20fo3>,
        <http://lexvo.org/id/term/yue/%E5%A0%81>,
        "堁"^^xsd:string .

<http://lexvo.org/id/char/5802> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A0%82>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%A1ng>,
        <http://lexvo.org/id/term/kor/%E5%A0%82>,
        <http://lexvo.org/id/term/kor/TANG>,
        <http://lexvo.org/id/term/vie/%C4%91%C6%B0%E1%BB%9Dng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tong4>,
        <http://lexvo.org/id/term/yue/%E5%A0%82>,
        "堂"^^xsd:string ;
    rdfs:comment "hall; government office"@en .

<http://lexvo.org/id/char/5803> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A0%83>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C5%ABn>,
        <http://lexvo.org/id/term/kor/%E5%A0%83>,
        <http://lexvo.org/id/term/kor/KON>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kwan1>,
        <http://lexvo.org/id/term/yue/%E5%A0%83>,
        "堃"^^xsd:string ;
    rdfs:comment "compliance; obedience; female"@en .

<http://lexvo.org/id/char/5804> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A0%84>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ngai6>,
        <http://lexvo.org/id/term/yue/%E5%A0%84>,
        "堄"^^xsd:string ;
    rdfs:comment "parapet"@en .

<http://lexvo.org/id/char/5805> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A0%85>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C4%81n>,
        <http://lexvo.org/id/term/kor/%E5%A0%85>,
        <http://lexvo.org/id/term/kor/KYEN>,
        <http://lexvo.org/id/term/vie/ki%C3%AAn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gin1>,
        <http://lexvo.org/id/term/yue/%E5%A0%85>,
        "堅"^^xsd:string ;
    rdfs:comment "hard, strong, firm; resolute"@en .

<http://lexvo.org/id/char/5806> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A0%86>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/du%C4%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/du%C4%AB%201547.100%3Azu%C4%AB>,
        <http://lexvo.org/id/term/kor/%E5%A0%86>,
        <http://lexvo.org/id/term/kor/THOY>,
        <http://lexvo.org/id/term/vie/%C4%91%C3%B4i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/deoi1>,
        <http://lexvo.org/id/term/yue/%E5%A0%86>,
        "堆"^^xsd:string ;
    rdfs:comment "heap, pile, crowd; pile up"@en .

<http://lexvo.org/id/char/5807> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A0%87>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C7%90n>,
        <http://lexvo.org/id/term/kor/%E5%A0%87>,
        <http://lexvo.org/id/term/kor/KUN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gan2>,
        <http://lexvo.org/id/term/yue/%E5%A0%87>,
        "堇"^^xsd:string ;
    rdfs:comment "yellow loam; clay; season; few"@en .

<http://lexvo.org/id/char/5808> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A0%88>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C4%81ng>,
        <http://lexvo.org/id/term/kor/%E5%A0%88>,
        <http://lexvo.org/id/term/kor/KANG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gong1>,
        <http://lexvo.org/id/term/yue/%E5%A0%88>,
        "堈"^^xsd:string ;
    rdfs:comment "earthen jug, crock, cistern"@en .

<http://lexvo.org/id/char/5809> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A0%89>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%B9>,
        <http://lexvo.org/id/term/kor/%E5%A0%89>,
        <http://lexvo.org/id/term/kor/YUK>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/juk6>,
        <http://lexvo.org/id/term/yue/%E5%A0%89>,
        "堉"^^xsd:string ;
    rdfs:comment "ground, fertile land"@en .

<http://lexvo.org/id/char/580A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C3%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A0%8A>,
        <http://lexvo.org/id/term/kor/%E5%A0%8A>,
        <http://lexvo.org/id/term/kor/AK>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ok3>,
        <http://lexvo.org/id/term/yue/%E5%A0%8A>,
        "堊"^^xsd:string ;
    rdfs:comment "white earth; to daub with white mud"@en .

<http://lexvo.org/id/char/580B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A0%8B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%A9ng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%A9ng%20b%C3%A8ng>,
        <http://lexvo.org/id/term/kor/%E5%A0%8B>,
        <http://lexvo.org/id/term/kor/PWUL>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bang1%20paang4%20pang4>,
        <http://lexvo.org/id/term/yue/%E5%A0%8B>,
        "堋"^^xsd:string ;
    rdfs:comment "bury"@en .

<http://lexvo.org/id/char/580C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A0%8C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gu3>,
        <http://lexvo.org/id/term/yue/%E5%A0%8C>,
        "堌"^^xsd:string ;
    rdfs:comment "dam, dike; used in place names"@en .

<http://lexvo.org/id/char/580D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A0%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tou3>,
        <http://lexvo.org/id/term/yue/%E5%A0%8D>,
        "堍"^^xsd:string .

<http://lexvo.org/id/char/580E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A0%8E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%A8ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ling4>,
        <http://lexvo.org/id/term/yue/%E5%A0%8E>,
        "堎"^^xsd:string ;
    rdfs:comment "character used for place names"@en .

<http://lexvo.org/id/char/580F> a lvont:Character ;
    lvont:represents "堏"^^xsd:string .

<http://lexvo.org/id/char/5810> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A0%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A1>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ngaai4>,
        <http://lexvo.org/id/term/yue/%E5%A0%90>,
        "堐"^^xsd:string .

<http://lexvo.org/id/char/5811> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A0%91>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cim3>,
        <http://lexvo.org/id/term/yue/%E5%A0%91>,
        "堑"^^xsd:string ;
    rdfs:comment "moat, trench, pit, cavity"@en .

<http://lexvo.org/id/char/5812> a lvont:Character ;
    lvont:represents "堒"^^xsd:string .

<http://lexvo.org/id/char/5813> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C3%A0n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A0%93>,
        "堓"^^xsd:string .

<http://lexvo.org/id/char/5814> a lvont:Character ;
    lvont:represents "堔"^^xsd:string .

<http://lexvo.org/id/char/5815> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A0%95>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/du%C3%B2%200500.051%3Ahu%C4%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/du%C3%B2%20hu%C4%AB>,
        <http://lexvo.org/id/term/kor/%E5%A0%95>,
        <http://lexvo.org/id/term/kor/THA%20HYU>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/do6>,
        <http://lexvo.org/id/term/yue/%E5%A0%95>,
        "堕"^^xsd:string ;
    rdfs:comment "fall, sink, let fall; degenerate"@en .

<http://lexvo.org/id/char/5816> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A0%96>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C7%8Eo>,
        "堖"^^xsd:string ;
    rdfs:comment "small, head shaped hill, used in place names"@en .

<http://lexvo.org/id/char/5817> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A0%97>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C5%AB>,
        <http://lexvo.org/id/term/kor/%E5%A0%97>,
        <http://lexvo.org/id/term/kor/TOL>,
        "堗"^^xsd:string .

<http://lexvo.org/id/char/5818> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A0%98>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%A9ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sing4>,
        <http://lexvo.org/id/term/yue/%E5%A0%98>,
        "堘"^^xsd:string ;
    rdfs:comment "a raised path between field which acts as a dyke"@en .

<http://lexvo.org/id/char/5819> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A0%99>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C4%ABn>,
        <http://lexvo.org/id/term/kor/%E5%A0%99>,
        <http://lexvo.org/id/term/kor/IN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jan1>,
        <http://lexvo.org/id/term/yue/%E5%A0%99>,
        "堙"^^xsd:string ;
    rdfs:comment "bury; dam, block up"@en .

<http://lexvo.org/id/char/581A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A0%9A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%BAn>,
        "堚"^^xsd:string .

<http://lexvo.org/id/char/581B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A0%9B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/pik1>,
        <http://lexvo.org/id/term/yue/%E5%A0%9B>,
        "堛"^^xsd:string .

<http://lexvo.org/id/char/581C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A0%9C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C3%A0n>,
        "堜"^^xsd:string .

<http://lexvo.org/id/char/581D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A0%9D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/gu%C5%8D>,
        <http://lexvo.org/id/term/kor/%E5%A0%9D>,
        <http://lexvo.org/id/term/kor/KWA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wo1>,
        <http://lexvo.org/id/term/yue/%E5%A0%9D>,
        "堝"^^xsd:string ;
    rdfs:comment "crucible"@en .

<http://lexvo.org/id/char/581E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A0%9E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/di%C3%A9>,
        <http://lexvo.org/id/term/kor/%E5%A0%9E>,
        <http://lexvo.org/id/term/kor/CHEP>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dip6>,
        <http://lexvo.org/id/term/yue/%E5%A0%9E>,
        "堞"^^xsd:string ;
    rdfs:comment "plate"@en .

<http://lexvo.org/id/char/581F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A0%9F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zhu%C3%A0n>,
        "堟"^^xsd:string .

<http://lexvo.org/id/char/5820> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A0%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%B2u>,
        <http://lexvo.org/id/term/kor/%E5%A0%A0>,
        <http://lexvo.org/id/term/kor/HWU>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hau6>,
        <http://lexvo.org/id/term/yue/%E5%A0%A0>,
        "堠"^^xsd:string ;
    rdfs:comment "battlements, battlemented walls"@en .

<http://lexvo.org/id/char/5821> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A0%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C7%8Eo%200087.020%3Ab%C7%94%200891.050%3Ap%C3%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C7%8Eo%20b%C7%94%20p%C3%B9>,
        <http://lexvo.org/id/term/kor/%E5%A0%A1>,
        <http://lexvo.org/id/term/kor/PO>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bou2>,
        <http://lexvo.org/id/term/yue/%E5%A0%A1>,
        "堡"^^xsd:string ;
    rdfs:comment "fort, fortress; town, village"@en .

<http://lexvo.org/id/char/5822> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A0%A2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C7%8Eo>,
        "堢"^^xsd:string .

<http://lexvo.org/id/char/5823> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A0%A3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%BA>,
        <http://lexvo.org/id/term/kor/%E5%A0%A3>,
        <http://lexvo.org/id/term/kor/YU>,
        "堣"^^xsd:string .

<http://lexvo.org/id/char/5824> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A0%A4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C4%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C4%AB%20t%C3%AD>,
        <http://lexvo.org/id/term/kor/%E5%A0%A4>,
        <http://lexvo.org/id/term/kor/CEY>,
        <http://lexvo.org/id/term/vie/%C4%91%C3%AA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tai4>,
        <http://lexvo.org/id/term/yue/%E5%A0%A4>,
        "堤"^^xsd:string ;
    rdfs:comment "dike"@en .

<http://lexvo.org/id/char/5825> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A0%A5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A1o>,
        "堥"^^xsd:string .

<http://lexvo.org/id/char/5826> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A0%A6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C4%93>,
        <http://lexvo.org/id/term/kor/%E5%A0%A6>,
        <http://lexvo.org/id/term/kor/KYEY>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gaai1>,
        <http://lexvo.org/id/term/yue/%E5%A0%A6>,
        "堦"^^xsd:string ;
    rdfs:comment "stairs; a flight of steps; a degree, a class, a rank or step"@en .

<http://lexvo.org/id/char/5827> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A0%A7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ru%C3%A1n>,
        <http://lexvo.org/id/term/kor/%E5%A0%A7>,
        <http://lexvo.org/id/term/kor/YEN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jyun4>,
        <http://lexvo.org/id/term/yue/%E5%A0%A7>,
        "堧"^^xsd:string ;
    rdfs:comment "adjoin"@en .

<http://lexvo.org/id/char/5828> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C3%A8%20%C3%A0i%20y%C3%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A0%A8>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/aat3%20ngaat3%20ngoi2%20oi2>,
        <http://lexvo.org/id/term/yue/%E5%A0%A8>,
        "堨"^^xsd:string ;
    rdfs:comment "daub"@en .

<http://lexvo.org/id/char/5829> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A0%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C3%A8ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gang2%20gang3>,
        <http://lexvo.org/id/term/yue/%E5%A0%A9>,
        "堩"^^xsd:string .

<http://lexvo.org/id/char/582A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A0%AA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C4%81n>,
        <http://lexvo.org/id/term/kor/%E5%A0%AA>,
        <http://lexvo.org/id/term/kor/KAM>,
        <http://lexvo.org/id/term/vie/kham>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ham1>,
        <http://lexvo.org/id/term/yue/%E5%A0%AA>,
        "堪"^^xsd:string ;
    rdfs:comment "adequately capable of, worthy of"@en .

<http://lexvo.org/id/char/582B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A0%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C5%8Dng>,
        "堫"^^xsd:string .

<http://lexvo.org/id/char/582C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A0%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%BA>,
        "堬"^^xsd:string .

<http://lexvo.org/id/char/582D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A0%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%A1ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wong4>,
        <http://lexvo.org/id/term/yue/%E5%A0%AD>,
        "堭"^^xsd:string ;
    rdfs:comment "a dry moat outside a city wall; a dry ditch"@en .

<http://lexvo.org/id/char/582E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C3%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A0%AE>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ngok6>,
        <http://lexvo.org/id/term/yue/%E5%A0%AE>,
        "堮"^^xsd:string ;
    rdfs:comment "a boundary; a border"@en .

<http://lexvo.org/id/char/582F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A0%AF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A1o>,
        <http://lexvo.org/id/term/kor/%E5%A0%AF>,
        <http://lexvo.org/id/term/kor/YO>,
        <http://lexvo.org/id/term/vie/nghi%C3%AAu>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jiu4>,
        <http://lexvo.org/id/term/yue/%E5%A0%AF>,
        "堯"^^xsd:string ;
    rdfs:comment "a legendary ancient emperor-sage"@en .

<http://lexvo.org/id/char/5830> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A0%B0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E5%A0%B0>,
        <http://lexvo.org/id/term/kor/EN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jin2>,
        <http://lexvo.org/id/term/yue/%E5%A0%B0>,
        "堰"^^xsd:string ;
    rdfs:comment "dam; embankment, dike, bank"@en .

<http://lexvo.org/id/char/5831> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A0%B1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%A0o>,
        <http://lexvo.org/id/term/kor/%E5%A0%B1>,
        <http://lexvo.org/id/term/kor/PO%20PWU>,
        <http://lexvo.org/id/term/vie/b%C3%A1o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bou3>,
        <http://lexvo.org/id/term/yue/%E5%A0%B1>,
        "報"^^xsd:string ;
    rdfs:comment "report, tell, announce"@en .

<http://lexvo.org/id/char/5832> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A0%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zik1>,
        <http://lexvo.org/id/term/yue/%E5%A0%B2>,
        "堲"^^xsd:string ;
    rdfs:comment "hate"@en .

<http://lexvo.org/id/char/5833> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A0%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A9i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mei4%20mui4>,
        <http://lexvo.org/id/term/yue/%E5%A0%B3>,
        "堳"^^xsd:string ;
    rdfs:comment "land allotment feudal noble; alta"@en .

<http://lexvo.org/id/char/5834> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A0%B4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%A1ng%200123.051%3Ach%C7%8Eng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%A1ng%20ch%C7%8Eng>,
        <http://lexvo.org/id/term/kor/%E5%A0%B4>,
        <http://lexvo.org/id/term/kor/CANG>,
        <http://lexvo.org/id/term/vie/tr%C6%B0%E1%BB%9Dng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/coeng4>,
        <http://lexvo.org/id/term/yue/%E5%A0%B4>,
        "場"^^xsd:string ;
    rdfs:comment "open space, field, market"@en .

<http://lexvo.org/id/char/5835> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A0%B5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C7%94>,
        <http://lexvo.org/id/term/kor/%E5%A0%B5>,
        <http://lexvo.org/id/term/kor/TO>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dou2>,
        <http://lexvo.org/id/term/yue/%E5%A0%B5>,
        "堵"^^xsd:string ;
    rdfs:comment "wall; stop, prevent; stop up"@en .

<http://lexvo.org/id/char/5836> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A0%B6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/tu%C3%B3>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/to4>,
        <http://lexvo.org/id/term/yue/%E5%A0%B6>,
        "堶"^^xsd:string .

<http://lexvo.org/id/char/5837> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A0%B7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%ACn%20p%C7%92u>,
        <http://lexvo.org/id/term/vie/om>,
        "堷"^^xsd:string .

<http://lexvo.org/id/char/5838> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A0%B8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%A9ng>,
        "堸"^^xsd:string .

<http://lexvo.org/id/char/5839> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A0%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%B2ng>,
        "堹"^^xsd:string .

<http://lexvo.org/id/char/583A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A0%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%A8>,
        <http://lexvo.org/id/term/kor/%E5%A0%BA>,
        <http://lexvo.org/id/term/kor/KYEY>,
        "堺"^^xsd:string ;
    rdfs:comment "person's name"@en .

<http://lexvo.org/id/char/583B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A0%BB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C4%93n>,
        "堻"^^xsd:string .

<http://lexvo.org/id/char/583C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A0%BC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C4%93ng>,
        "堼"^^xsd:string .

<http://lexvo.org/id/char/583D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A0%BD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C4%81ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gong1>,
        <http://lexvo.org/id/term/yue/%E5%A0%BD>,
        "堽"^^xsd:string ;
    rdfs:comment "mound; used in place names"@en .

<http://lexvo.org/id/char/583E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A0%BE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C5%ABn>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/chu%C7%8En%20ch%C7%94n%20ch%C5%ABn>,
        "堾"^^xsd:string .

<http://lexvo.org/id/char/583F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A0%BF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C7%8En>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gaan2>,
        <http://lexvo.org/id/term/yue/%E5%A0%BF>,
        "堿"^^xsd:string ;
    rdfs:comment "salty"@en .

<http://lexvo.org/id/char/5840> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/kor/%E5%A1%80>,
        <http://lexvo.org/id/term/kor/PYENG>,
        "塀"^^xsd:string ;
    rdfs:comment "wall, fence"@en .

<http://lexvo.org/id/char/5841> a lvont:Character ;
    lvont:represents "塁"^^xsd:string ;
    rdfs:comment "rampart, military wall"@en .

<http://lexvo.org/id/char/5842> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A1%82>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A0ng%20ji%C7%8Eng>,
        "塂"^^xsd:string .

<http://lexvo.org/id/char/5843> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A1%83>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C4%81ng>,
        "塃"^^xsd:string .

<http://lexvo.org/id/char/5844> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A1%84>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%A9ng>,
        "塄"^^xsd:string ;
    rdfs:comment "elevated bank in field"@en .

<http://lexvo.org/id/char/5845> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A1%85>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/du%C3%A0n>,
        "塅"^^xsd:string .

<http://lexvo.org/id/char/5846> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C4%81n>,
        "塆"^^xsd:string .

<http://lexvo.org/id/char/5847> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A1%87>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xu%C4%81n>,
        "塇"^^xsd:string .

<http://lexvo.org/id/char/5848> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A1%88>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%AC%20x%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hei3%20kei3>,
        <http://lexvo.org/id/term/yue/%E5%A1%88>,
        "塈"^^xsd:string ;
    rdfs:comment "paint, decorate"@en .

<http://lexvo.org/id/char/5849> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A1%89>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%AD>,
        <http://lexvo.org/id/term/kor/%E5%A1%89>,
        <http://lexvo.org/id/term/kor/CHEK>,
        "塉"^^xsd:string .

<http://lexvo.org/id/char/584A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A1%8A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ku%C3%A0i>,
        <http://lexvo.org/id/term/kor/%E5%A1%8A>,
        <http://lexvo.org/id/term/kor/KOY>,
        <http://lexvo.org/id/term/vie/kh%E1%BB%91i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/faai3>,
        <http://lexvo.org/id/term/yue/%E5%A1%8A>,
        "塊"^^xsd:string ;
    rdfs:comment "piece, lump; dollar"@en .

<http://lexvo.org/id/char/584B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A1%8B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%ADng>,
        <http://lexvo.org/id/term/kor/%E5%A1%8B>,
        <http://lexvo.org/id/term/kor/YENG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jing4>,
        <http://lexvo.org/id/term/yue/%E5%A1%8B>,
        "塋"^^xsd:string ;
    rdfs:comment "grave, tomb, cemetery"@en .

<http://lexvo.org/id/char/584C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A1%8C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C4%81>,
        <http://lexvo.org/id/term/kor/%E5%A1%8C>,
        <http://lexvo.org/id/term/kor/THAP>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/taap3>,
        <http://lexvo.org/id/term/yue/%E5%A1%8C>,
        "塌"^^xsd:string ;
    rdfs:comment "fall in ruins, collapse"@en .

<http://lexvo.org/id/char/584D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A1%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%A9ng>,
        <http://lexvo.org/id/term/kor/%E5%A1%8D>,
        <http://lexvo.org/id/term/kor/SUP>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sing4>,
        <http://lexvo.org/id/term/yue/%E5%A1%8D>,
        "塍"^^xsd:string ;
    rdfs:comment "a raised path between fields, a dike"@en .

<http://lexvo.org/id/char/584E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A1%8E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%92ng>,
        "塎"^^xsd:string .

<http://lexvo.org/id/char/584F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A1%8F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C7%8Ei>,
        <http://lexvo.org/id/term/kor/%E5%A1%8F>,
        <http://lexvo.org/id/term/kor/KAY>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hoi2>,
        <http://lexvo.org/id/term/yue/%E5%A1%8F>,
        "塏"^^xsd:string ;
    rdfs:comment "high and dry place"@en .

<http://lexvo.org/id/char/5850> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A1%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C3%B9>,
        <http://lexvo.org/id/term/kor/%E5%A1%90>,
        <http://lexvo.org/id/term/kor/SO>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sou3>,
        <http://lexvo.org/id/term/yue/%E5%A1%90>,
        "塐"^^xsd:string ;
    rdfs:comment "model in clay, sculpt; plastics"@en .

<http://lexvo.org/id/char/5851> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A1%91>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C3%B9>,
        <http://lexvo.org/id/term/kor/%E5%A1%91>,
        <http://lexvo.org/id/term/kor/SO>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sok3%20sou3>,
        <http://lexvo.org/id/term/yue/%E5%A1%91>,
        "塑"^^xsd:string ;
    rdfs:comment "model in clay, sculpt; plastics"@en .

<http://lexvo.org/id/char/5852> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A1%92>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%AD>,
        <http://lexvo.org/id/term/kor/%E5%A1%92>,
        <http://lexvo.org/id/term/kor/SI>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/si4>,
        <http://lexvo.org/id/term/yue/%E5%A1%92>,
        "塒"^^xsd:string ;
    rdfs:comment "roost"@en .

<http://lexvo.org/id/char/5853> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A1%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mik6>,
        <http://lexvo.org/id/term/yue/%E5%A1%93>,
        "塓"^^xsd:string ;
    rdfs:comment "plaster"@en .

<http://lexvo.org/id/char/5854> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A1%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/da%201107.030%3At%C7%8E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C7%8E>,
        <http://lexvo.org/id/term/kor/%E5%A1%94>,
        <http://lexvo.org/id/term/kor/THAP>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/taap3>,
        <http://lexvo.org/id/term/yue/%E5%A1%94>,
        "塔"^^xsd:string ;
    rdfs:comment "tower, spire, tall building"@en .

<http://lexvo.org/id/char/5855> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A1%95>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C4%9Bng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jung1%20jung2>,
        <http://lexvo.org/id/term/yue/%E5%A1%95>,
        "塕"^^xsd:string ;
    rdfs:comment "a gust of wind"@en .

<http://lexvo.org/id/char/5856> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A1%96>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%A9ng>,
        "塖"^^xsd:string .

<http://lexvo.org/id/char/5857> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A1%97>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%BA>,
        <http://lexvo.org/id/term/kor/%E5%A1%97>,
        <http://lexvo.org/id/term/kor/TO>,
        <http://lexvo.org/id/term/vie/%C4%91%E1%BB%93>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tou4>,
        <http://lexvo.org/id/term/yue/%E5%A1%97>,
        "塗"^^xsd:string ;
    rdfs:comment "smear, daub, apply, spread; paint"@en .

<http://lexvo.org/id/char/5858> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A1%98>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%A1ng>,
        <http://lexvo.org/id/term/kor/%E5%A1%98>,
        <http://lexvo.org/id/term/kor/TANG>,
        <http://lexvo.org/id/term/vie/%C4%91%C6%B0%E1%BB%9Dng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tong4>,
        <http://lexvo.org/id/term/yue/%E5%A1%98>,
        "塘"^^xsd:string ;
    rdfs:comment "pond; tank; dike, embankment"@en .

<http://lexvo.org/id/char/5859> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A1%99>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qu%C3%A8>,
        <http://lexvo.org/id/term/kor/%E5%A1%99>,
        <http://lexvo.org/id/term/kor/KO>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kok3>,
        <http://lexvo.org/id/term/yue/%E5%A1%99>,
        "塙"^^xsd:string ;
    rdfs:comment "truly"@en .

<http://lexvo.org/id/char/585A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A1%9A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C7%92ng>,
        <http://lexvo.org/id/term/kor/%E5%A1%9A>,
        <http://lexvo.org/id/term/kor/CHONG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cung2>,
        <http://lexvo.org/id/term/yue/%E5%A1%9A>,
        "塚"^^xsd:string ;
    rdfs:comment "cemetery; tomb, burial mound"@en .

<http://lexvo.org/id/char/585B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A1%9B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%AC>,
        "塛"^^xsd:string .

<http://lexvo.org/id/char/585C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A1%9C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%A9ng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C7%92ng>,
        <http://lexvo.org/id/term/kor/%E5%A1%9C>,
        <http://lexvo.org/id/term/kor/PONG>,
        "塜"^^xsd:string ;
    rdfs:comment "dusty, dirt"@en .

<http://lexvo.org/id/char/585D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A1%9D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%A0ng>,
        "塝"^^xsd:string ;
    rdfs:comment "flat bank, plateau"@en .

<http://lexvo.org/id/char/585E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A1%9E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C4%81i%200981.130%3As%C3%A0i%200989.070%3As%C3%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C4%81i%20s%C3%A8%20s%C3%A0i>,
        <http://lexvo.org/id/term/kor/%E5%A1%9E>,
        <http://lexvo.org/id/term/kor/SAY%20SAYK>,
        <http://lexvo.org/id/term/vie/t%E1%BA%AFc>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/coi3%20sak1>,
        <http://lexvo.org/id/term/yue/%E5%A1%9E>,
        "塞"^^xsd:string ;
    rdfs:comment "stop up, block, seal, cork; pass, frontier; fortress"@en .

<http://lexvo.org/id/char/585F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A1%9F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C3%A0ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zong3>,
        <http://lexvo.org/id/term/yue/%E5%A1%9F>,
        "塟"^^xsd:string ;
    rdfs:comment "to bury"@en .

<http://lexvo.org/id/char/5860> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A1%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/du%C4%AB>,
        "塠"^^xsd:string .

<http://lexvo.org/id/char/5861> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A1%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ti%C3%A1n>,
        <http://lexvo.org/id/term/kor/%E5%A1%A1>,
        <http://lexvo.org/id/term/kor/CEN%20CIN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tin4>,
        <http://lexvo.org/id/term/yue/%E5%A1%A1>,
        "塡"^^xsd:string ;
    rdfs:comment "fill in, fill up; make good"@en .

<http://lexvo.org/id/char/5862> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A1%A2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C3%B9>,
        <http://lexvo.org/id/term/kor/%E5%A1%A2>,
        <http://lexvo.org/id/term/kor/O>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wu2>,
        <http://lexvo.org/id/term/yue/%E5%A1%A2>,
        "塢"^^xsd:string ;
    rdfs:comment "entrenchment, bank, low wall"@en .

<http://lexvo.org/id/char/5863> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A1%A3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C4%9Bng>,
        "塣"^^xsd:string .

<http://lexvo.org/id/char/5864> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A1%A4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C5%ABn%20xu%C4%81n>,
        <http://lexvo.org/id/term/kor/%E5%A1%A4>,
        <http://lexvo.org/id/term/kor/HWUN>,
        <http://lexvo.org/id/term/vie/ven>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hyun1>,
        <http://lexvo.org/id/term/yue/%E5%A1%A4>,
        "塤"^^xsd:string ;
    rdfs:comment "instrument"@en .

<http://lexvo.org/id/char/5865> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A1%A5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C3%A9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gaak3>,
        <http://lexvo.org/id/term/yue/%E5%A1%A5>,
        "塥"^^xsd:string .

<http://lexvo.org/id/char/5866> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A1%A6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%A8n>,
        "塦"^^xsd:string .

<http://lexvo.org/id/char/5867> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C3%A0i>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A1%A7>,
        "塧"^^xsd:string .

<http://lexvo.org/id/char/5868> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A1%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C5%8Dng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gung1>,
        <http://lexvo.org/id/term/yue/%E5%A1%A8>,
        "塨"^^xsd:string .

<http://lexvo.org/id/char/5869> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A1%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A1n>,
        <http://lexvo.org/id/term/kor/%E5%A1%A9>,
        <http://lexvo.org/id/term/kor/YEM>,
        "塩"^^xsd:string ;
    rdfs:comment "salt"@en .

<http://lexvo.org/id/char/586A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A1%AA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C7%8En%20xi%C3%A0n>,
        "塪"^^xsd:string .

<http://lexvo.org/id/char/586B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A1%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ti%C3%A1n>,
        <http://lexvo.org/id/term/kor/%E5%A1%AB>,
        <http://lexvo.org/id/term/kor/CEN%20CIN>,
        <http://lexvo.org/id/term/vie/%C4%91i%E1%BB%81n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tin4>,
        <http://lexvo.org/id/term/yue/%E5%A1%AB>,
        "填"^^xsd:string ;
    rdfs:comment "fill in, fill up; make good"@en .

<http://lexvo.org/id/char/586C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A1%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/yu%C3%A1n>,
        "塬"^^xsd:string ;
    rdfs:comment "plateau"@en .

<http://lexvo.org/id/char/586D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A1%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C4%93n>,
        "塭"^^xsd:string ;
    rdfs:comment "fish farm"@en .

<http://lexvo.org/id/char/586E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A1%AE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A8>,
        "塮"^^xsd:string .

<http://lexvo.org/id/char/586F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A1%AF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C3%B9>,
        "塯"^^xsd:string .

<http://lexvo.org/id/char/5870> a lvont:Character ;
    lvont:represents "塰"^^xsd:string .

<http://lexvo.org/id/char/5871> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A1%B1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C7%8Eng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/long5>,
        <http://lexvo.org/id/term/yue/%E5%A1%B1>,
        "塱"^^xsd:string ;
    rdfs:comment "place name in Guangdong province"@en .

<http://lexvo.org/id/char/5872> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A1%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%A1ng%200123.052%3Ach%C7%8Eng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%A1ng%20ch%C7%8Eng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/coeng4>,
        <http://lexvo.org/id/term/yue/%E5%A1%B2>,
        "塲"^^xsd:string ;
    rdfs:comment "open space, field, market"@en .

<http://lexvo.org/id/char/5873> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A1%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%A9ng>,
        <http://lexvo.org/id/term/vie/v%C3%B9ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bung6%20pung1>,
        <http://lexvo.org/id/term/yue/%E5%A1%B3>,
        "塳"^^xsd:string ;
    rdfs:comment "(Cant.) classifier for walls; covered (with dust); to scatter (like dust)"@en .

<http://lexvo.org/id/char/5874> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A1%B4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%A8ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bang1%20paang4>,
        <http://lexvo.org/id/term/yue/%E5%A1%B4>,
        "塴"^^xsd:string .

<http://lexvo.org/id/char/5875> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A1%B5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%A9n>,
        <http://lexvo.org/id/term/kor/%E5%A1%B5>,
        <http://lexvo.org/id/term/kor/CIN>,
        <http://lexvo.org/id/term/vie/tr%E1%BA%A7n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/can4>,
        <http://lexvo.org/id/term/yue/%E5%A1%B5>,
        "塵"^^xsd:string ;
    rdfs:comment "dust, dirt, ashes, cinders"@en .

<http://lexvo.org/id/char/5876> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A1%B6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C3%B9>,
        "塶"^^xsd:string .

<http://lexvo.org/id/char/5877> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A1%B7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C7%94>,
        "塷"^^xsd:string .

<http://lexvo.org/id/char/5878> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C7%92u%20%C5%8Du>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A1%B8>,
        "塸"^^xsd:string .

<http://lexvo.org/id/char/5879> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A1%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E5%A1%B9>,
        <http://lexvo.org/id/term/kor/CHAM>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cim3>,
        <http://lexvo.org/id/term/yue/%E5%A1%B9>,
        "塹"^^xsd:string ;
    rdfs:comment "moat, trench, pit, cavity"@en .

<http://lexvo.org/id/char/587A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A1%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A9i%20m%C3%B2>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mo4%20mo6%20mui4>,
        <http://lexvo.org/id/term/yue/%E5%A1%BA>,
        "塺"^^xsd:string .

<http://lexvo.org/id/char/587B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A1%BB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%B2>,
        "塻"^^xsd:string .

<http://lexvo.org/id/char/587C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A1%BC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zhu%C4%81n>,
        <http://lexvo.org/id/term/kor/%E5%A1%BC>,
        <http://lexvo.org/id/term/kor/CEN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zyun1>,
        <http://lexvo.org/id/term/yue/%E5%A1%BC>,
        "塼"^^xsd:string ;
    rdfs:comment "brick"@en .

<http://lexvo.org/id/char/587D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A1%BD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/shu%C7%8Eng>,
        <http://lexvo.org/id/term/kor/%E5%A1%BD>,
        <http://lexvo.org/id/term/kor/SANG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/song2>,
        <http://lexvo.org/id/term/yue/%E5%A1%BD>,
        "塽"^^xsd:string ;
    rdfs:comment "plateau"@en .

<http://lexvo.org/id/char/587E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A1%BE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%BA>,
        <http://lexvo.org/id/term/kor/%E5%A1%BE>,
        <http://lexvo.org/id/term/kor/SWUK>,
        <http://lexvo.org/id/term/vie/th%E1%BB%A5c>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/suk6>,
        <http://lexvo.org/id/term/yue/%E5%A1%BE>,
        "塾"^^xsd:string ;
    rdfs:comment "village school; private tutorage"@en .

<http://lexvo.org/id/char/587F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A1%BF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C7%92u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lau5>,
        <http://lexvo.org/id/term/yue/%E5%A1%BF>,
        "塿"^^xsd:string ;
    rdfs:comment "small mound"@en .

<http://lexvo.org/id/char/5880> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A2%80>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%AD>,
        <http://lexvo.org/id/term/kor/%E5%A2%80>,
        <http://lexvo.org/id/term/kor/CI>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ci4>,
        <http://lexvo.org/id/term/yue/%E5%A2%80>,
        "墀"^^xsd:string ;
    rdfs:comment "porch; courtyard; steps leading"@en .

<http://lexvo.org/id/char/5881> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A2%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E5%A2%81>,
        <http://lexvo.org/id/term/kor/MAN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/maan6>,
        <http://lexvo.org/id/term/yue/%E5%A2%81>,
        "墁"^^xsd:string ;
    rdfs:comment "to plaster; to pave"@en .

<http://lexvo.org/id/char/5882> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A2%82>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/bi%C4%81o>,
        "墂"^^xsd:string .

<http://lexvo.org/id/char/5883> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A2%83>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%ACng>,
        <http://lexvo.org/id/term/kor/%E5%A2%83>,
        <http://lexvo.org/id/term/kor/KYENG>,
        <http://lexvo.org/id/term/vie/c%E1%BA%A3nh>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ging2>,
        <http://lexvo.org/id/term/yue/%E5%A2%83>,
        "境"^^xsd:string ;
    rdfs:comment "boundary, frontier; area, region"@en .

<http://lexvo.org/id/char/5884> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A2%84>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C4%AB>,
        "墄"^^xsd:string ;
    rdfs:comment "the steps of a stairway"@en .

<http://lexvo.org/id/char/5885> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A2%85>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%B9>,
        <http://lexvo.org/id/term/kor/%E5%A2%85>,
        <http://lexvo.org/id/term/kor/SE>,
        <http://lexvo.org/id/term/vie/th%E1%BB%B1>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/seoi5>,
        <http://lexvo.org/id/term/yue/%E5%A2%85>,
        "墅"^^xsd:string ;
    rdfs:comment "villa, country house"@en .

<http://lexvo.org/id/char/5886> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A2%86>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%AC%20di%C3%A9>,
        <http://lexvo.org/id/term/vie/%C4%91ai>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dai3%20dit6>,
        <http://lexvo.org/id/term/yue/%E5%A2%86>,
        "墆"^^xsd:string .

<http://lexvo.org/id/char/5887> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A2%87>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C4%81ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ging2>,
        <http://lexvo.org/id/term/yue/%E5%A2%87>,
        "墇"^^xsd:string .

<http://lexvo.org/id/char/5888> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A2%88>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ham3>,
        <http://lexvo.org/id/term/yue/%E5%A2%88>,
        "墈"^^xsd:string ;
    rdfs:comment "cliff"@en .

<http://lexvo.org/id/char/5889> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A2%89>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C5%8Dng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C5%8Dng%20y%C3%B3ng>,
        <http://lexvo.org/id/term/kor/%E5%A2%89>,
        <http://lexvo.org/id/term/kor/YONG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jung4>,
        <http://lexvo.org/id/term/yue/%E5%A2%89>,
        "墉"^^xsd:string ;
    rdfs:comment "wall; fortified wall; small wall"@en .

<http://lexvo.org/id/char/588A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A2%8A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/di%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E5%A2%8A>,
        <http://lexvo.org/id/term/kor/CEM>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dim3%20din3%20din6%20zin3>,
        <http://lexvo.org/id/term/yue/%E5%A2%8A>,
        "墊"^^xsd:string ;
    rdfs:comment "advance money, pay for another"@en .

<http://lexvo.org/id/char/588B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A2%8B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C4%9Bn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cam2>,
        <http://lexvo.org/id/term/yue/%E5%A2%8B>,
        "墋"^^xsd:string .

<http://lexvo.org/id/char/588C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A2%8C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C4%AB>,
        "墌"^^xsd:string .

<http://lexvo.org/id/char/588D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A2%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C3%AC%20j%C3%AC>,
        <http://lexvo.org/id/term/kor/%E5%A2%8D>,
        <http://lexvo.org/id/term/kor/KI>,
        "墍"^^xsd:string ;
    rdfs:comment "paint, decorate"@en .

<http://lexvo.org/id/char/588E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A2%8E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/gu%C5%8D%20gu%C3%B2>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gwok3>,
        <http://lexvo.org/id/term/yue/%E5%A2%8E>,
        "墎"^^xsd:string .

<http://lexvo.org/id/char/588F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A2%8F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C7%8Eng>,
        "墏"^^xsd:string .

<http://lexvo.org/id/char/5890> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A2%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%ACn>,
        <http://lexvo.org/id/term/kor/%E5%A2%90>,
        <http://lexvo.org/id/term/kor/KUN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gan2%20gan6>,
        <http://lexvo.org/id/term/yue/%E5%A2%90>,
        "墐"^^xsd:string ;
    rdfs:comment "to build with soil, plaster over with mud"@en .

<http://lexvo.org/id/char/5891> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A2%91>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C4%AB>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/soeng1>,
        <http://lexvo.org/id/term/yue/%E5%A2%91>,
        "墑"^^xsd:string .

<http://lexvo.org/id/char/5892> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A2%92>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C4%81ng>,
        "墒"^^xsd:string ;
    rdfs:comment "wet tilth"@en .

<http://lexvo.org/id/char/5893> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A2%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%B9>,
        <http://lexvo.org/id/term/kor/%E5%A2%93>,
        <http://lexvo.org/id/term/kor/MYO>,
        <http://lexvo.org/id/term/vie/m%E1%BB%99>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mou6>,
        <http://lexvo.org/id/term/yue/%E5%A2%93>,
        "墓"^^xsd:string ;
    rdfs:comment "grave, tomb"@en .

<http://lexvo.org/id/char/5894> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A2%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/cu%C4%AB>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ceoi4>,
        <http://lexvo.org/id/term/yue/%E5%A2%94>,
        "墔"^^xsd:string .

<http://lexvo.org/id/char/5895> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A2%95>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A0n>,
        "墕"^^xsd:string .

<http://lexvo.org/id/char/5896> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A2%96>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C7%8E>,
        "墖"^^xsd:string ;
    rdfs:comment "pagoda, dagoba, tower"@en .

<http://lexvo.org/id/char/5897> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A2%97>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C4%93ng>,
        <http://lexvo.org/id/term/kor/%E5%A2%97>,
        <http://lexvo.org/id/term/kor/CUNG>,
        "増"^^xsd:string ;
    rdfs:comment "increase"@en .

<http://lexvo.org/id/char/5898> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A2%98>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C3%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/king4>,
        <http://lexvo.org/id/term/yue/%E5%A2%98>,
        "墘"^^xsd:string ;
    rdfs:comment "(Cant.) halfway"@en .

<http://lexvo.org/id/char/5899> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A2%99>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C3%A1ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/coeng4>,
        <http://lexvo.org/id/term/yue/%E5%A2%99>,
        "墙"^^xsd:string ;
    rdfs:comment "wall"@en .

<http://lexvo.org/id/char/589A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A2%9A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C3%A1ng>,
        "墚"^^xsd:string ;
    rdfs:comment "mountain range"@en .

<http://lexvo.org/id/char/589B> a lvont:Character ;
    lvont:represents "墛"^^xsd:string .

<http://lexvo.org/id/char/589C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A2%9C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zhu%C3%AC>,
        <http://lexvo.org/id/term/kor/%E5%A2%9C>,
        <http://lexvo.org/id/term/kor/CHWU>,
        <http://lexvo.org/id/term/vie/tru%E1%BB%B5>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zeoi6>,
        <http://lexvo.org/id/term/yue/%E5%A2%9C>,
        "墜"^^xsd:string ;
    rdfs:comment "fall down, drop, sink, go to ruin"@en .

<http://lexvo.org/id/char/589D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A2%9D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C4%81o>,
        <http://lexvo.org/id/term/kor/%E5%A2%9D>,
        <http://lexvo.org/id/term/kor/YO>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/haau1>,
        <http://lexvo.org/id/term/yue/%E5%A2%9D>,
        "墝"^^xsd:string ;
    rdfs:comment "stony"@en .

<http://lexvo.org/id/char/589E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A2%9E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C4%93ng>,
        <http://lexvo.org/id/term/kor/%E5%A2%9E>,
        <http://lexvo.org/id/term/kor/CUNG>,
        <http://lexvo.org/id/term/vie/t%C4%83ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zang1>,
        <http://lexvo.org/id/term/yue/%E5%A2%9E>,
        "增"^^xsd:string ;
    rdfs:comment "increase, add to, augment"@en .

<http://lexvo.org/id/char/589F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A2%9F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C5%AB>,
        <http://lexvo.org/id/term/kor/%E5%A2%9F>,
        <http://lexvo.org/id/term/kor/HE>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/heoi1>,
        <http://lexvo.org/id/term/yue/%E5%A2%9F>,
        "墟"^^xsd:string ;
    rdfs:comment "high mound; hilly countryside; wasteland"@en .

<http://lexvo.org/id/char/58A0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A2%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sin6>,
        <http://lexvo.org/id/term/yue/%E5%A2%A0>,
        "墠"^^xsd:string ;
    rdfs:comment "smooth, hard spot made level for sacrificial altar"@en .

<http://lexvo.org/id/char/58A1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A2%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E5%A2%A1>,
        <http://lexvo.org/id/term/kor/SEN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sin6>,
        <http://lexvo.org/id/term/yue/%E5%A2%A1>,
        "墡"^^xsd:string ;
    rdfs:comment "chalk"@en .

<http://lexvo.org/id/char/58A2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A2%A2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%A1%20f%C3%A8i%20b%C5%8D>,
        "墢"^^xsd:string .

<http://lexvo.org/id/char/58A3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A2%A3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C5%AB%20p%C3%BA>,
        <http://lexvo.org/id/term/kor/%E5%A2%A3>,
        <http://lexvo.org/id/term/kor/POK>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/pok3>,
        <http://lexvo.org/id/term/yue/%E5%A2%A3>,
        "墣"^^xsd:string .

<http://lexvo.org/id/char/58A4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A2%A4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ku%C3%A0i%20tu%C3%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/teoi4>,
        <http://lexvo.org/id/term/yue/%E5%A2%A4>,
        "墤"^^xsd:string ;
    rdfs:comment "to fall in ruins, to collapse, to overthrow; decayed, ruined, lost"@en .

<http://lexvo.org/id/char/58A5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A2%A5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C7%92ng>,
        "墥"^^xsd:string .

<http://lexvo.org/id/char/58A6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A2%A6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/faan4>,
        <http://lexvo.org/id/term/yue/%E5%A2%A6>,
        "墦"^^xsd:string ;
    rdfs:comment "tomb"@en .

<http://lexvo.org/id/char/58A7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A2%A7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qu%C3%A8%20qi%C3%A1o>,
        "墧"^^xsd:string .

<http://lexvo.org/id/char/58A8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A2%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%B2>,
        <http://lexvo.org/id/term/kor/%E5%A2%A8>,
        <http://lexvo.org/id/term/kor/MWUK>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mak6>,
        <http://lexvo.org/id/term/yue/%E5%A2%A8>,
        "墨"^^xsd:string ;
    rdfs:comment "ink; writing"@en .

<http://lexvo.org/id/char/58A9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A2%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C5%ABn>,
        <http://lexvo.org/id/term/kor/%E5%A2%A9>,
        <http://lexvo.org/id/term/kor/TON>,
        <http://lexvo.org/id/term/vie/%C4%91%C3%B4n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dan1%20dan2%20deon1>,
        <http://lexvo.org/id/term/yue/%E5%A2%A9>,
        "墩"^^xsd:string ;
    rdfs:comment "heap, mound, block of stone"@en .

<http://lexvo.org/id/char/58AA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A2%AA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C5%ABn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dan1>,
        <http://lexvo.org/id/term/yue/%E5%A2%AA>,
        "墪"^^xsd:string .

<http://lexvo.org/id/char/58AB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A2%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C5%ABn%20c%C3%BAn>,
        <http://lexvo.org/id/term/kor/%E5%A2%AB>,
        <http://lexvo.org/id/term/kor/CWUN>,
        <http://lexvo.org/id/term/vie/ch%C3%B4n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cun1%20cyun4%20deon1>,
        <http://lexvo.org/id/term/yue/%E5%A2%AB>,
        "墫"^^xsd:string ;
    rdfs:comment "cup"@en .

<http://lexvo.org/id/char/58AC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A2%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%AC%20de>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dei6%20zeoi6>,
        <http://lexvo.org/id/term/yue/%E5%A2%AC>,
        "墬"^^xsd:string ;
    rdfs:comment "to fall, sink"@en .

<http://lexvo.org/id/char/58AD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A2%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%A8ng>,
        "墭"^^xsd:string .

<http://lexvo.org/id/char/58AE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A2%AE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/du%C3%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/du%C3%B2%20hu%C4%AB>,
        <http://lexvo.org/id/term/kor/%E5%A2%AE>,
        <http://lexvo.org/id/term/kor/THA>,
        <http://lexvo.org/id/term/vie/%C4%91o%E1%BA%A1>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/do6%20fai1>,
        <http://lexvo.org/id/term/yue/%E5%A2%AE>,
        "墮"^^xsd:string ;
    rdfs:comment "fall, sink, let fall; degenerate"@en .

<http://lexvo.org/id/char/58AF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A2%AF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/du%C3%B2%20hu%C4%AB>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/do6%20fai1>,
        <http://lexvo.org/id/term/yue/%E5%A2%AF>,
        "墯"^^xsd:string .

<http://lexvo.org/id/char/58B0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A2%B0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%A1n>,
        <http://lexvo.org/id/term/kor/%E5%A2%B0>,
        <http://lexvo.org/id/term/kor/TAM>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/taam4>,
        <http://lexvo.org/id/term/yue/%E5%A2%B0>,
        "墰"^^xsd:string ;
    rdfs:comment "an earthenware jar; a jug"@en .

<http://lexvo.org/id/char/58B1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A2%B1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%A8ng>,
        <http://lexvo.org/id/term/kor/%E5%A2%B1>,
        <http://lexvo.org/id/term/kor/TUNG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dang3>,
        <http://lexvo.org/id/term/yue/%E5%A2%B1>,
        "墱"^^xsd:string .

<http://lexvo.org/id/char/58B2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A2%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C7%94>,
        "墲"^^xsd:string .

<http://lexvo.org/id/char/58B3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A2%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%A9n>,
        <http://lexvo.org/id/term/kor/%E5%A2%B3>,
        <http://lexvo.org/id/term/kor/PWUN>,
        <http://lexvo.org/id/term/vie/ph%E1%BA%A7n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fan4>,
        <http://lexvo.org/id/term/yue/%E5%A2%B3>,
        "墳"^^xsd:string ;
    rdfs:comment "grave, mound; bulge; bulging"@en .

<http://lexvo.org/id/char/58B4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A2%B4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%A1ng>,
        "墴"^^xsd:string .

<http://lexvo.org/id/char/58B5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A2%B5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%A1n>,
        "墵"^^xsd:string .

<http://lexvo.org/id/char/58B6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A2%B6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C4%81%20da>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/da>,
        "墶"^^xsd:string .

<http://lexvo.org/id/char/58B7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A2%B7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A8>,
        "墷"^^xsd:string .

<http://lexvo.org/id/char/58B8> a lvont:Character ;
    lvont:represents "墸"^^xsd:string .

<http://lexvo.org/id/char/58B9> a lvont:Character ;
    lvont:represents "墹"^^xsd:string .

<http://lexvo.org/id/char/58BA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C3%A0o%20y%C3%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A2%BA>,
        <http://lexvo.org/id/term/kor/%E5%A2%BA>,
        <http://lexvo.org/id/term/kor/O%20OK>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ou3>,
        <http://lexvo.org/id/term/yue/%E5%A2%BA>,
        "墺"^^xsd:string ;
    rdfs:comment "four walls"@en .

<http://lexvo.org/id/char/58BB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A2%BB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C3%A1ng>,
        <http://lexvo.org/id/term/kor/%E5%A2%BB>,
        <http://lexvo.org/id/term/kor/CANG>,
        <http://lexvo.org/id/term/vie/t%C6%B0%E1%BB%9Dng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/coeng4>,
        <http://lexvo.org/id/term/yue/%E5%A2%BB>,
        "墻"^^xsd:string ;
    rdfs:comment "wall"@en .

<http://lexvo.org/id/char/58BC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A2%BC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C4%AB>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gik1>,
        <http://lexvo.org/id/term/yue/%E5%A2%BC>,
        "墼"^^xsd:string .

<http://lexvo.org/id/char/58BD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A2%BD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C4%81o>,
        "墽"^^xsd:string .

<http://lexvo.org/id/char/58BE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A2%BE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C4%9Bn>,
        <http://lexvo.org/id/term/kor/%E5%A2%BE>,
        <http://lexvo.org/id/term/kor/KAN>,
        <http://lexvo.org/id/term/vie/kh%E1%BA%A9n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/han2>,
        <http://lexvo.org/id/term/yue/%E5%A2%BE>,
        "墾"^^xsd:string ;
    rdfs:comment "cultivate, reclaim, to farm land"@en .

<http://lexvo.org/id/char/58BF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A2%BF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%AC>,
        "墿"^^xsd:string .

<http://lexvo.org/id/char/58C0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A3%80>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%AD%20b%C3%AC%20p%C3%AC%20b%C4%93i>,
        "壀"^^xsd:string .

<http://lexvo.org/id/char/58C1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A3%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%AC>,
        <http://lexvo.org/id/term/kor/%E5%A3%81>,
        <http://lexvo.org/id/term/kor/PYEK>,
        <http://lexvo.org/id/term/vie/b%C3%ADch>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bek3%20bik1%20bik3>,
        <http://lexvo.org/id/term/yue/%E5%A3%81>,
        "壁"^^xsd:string ;
    rdfs:comment "partition wall; walls of a house"@en .

<http://lexvo.org/id/char/58C2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A3%82>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/di%C3%A0n>,
        "壂"^^xsd:string .

<http://lexvo.org/id/char/58C3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A3%83>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C4%81ng>,
        <http://lexvo.org/id/term/kor/%E5%A3%83>,
        <http://lexvo.org/id/term/kor/KANG>,
        "壃"^^xsd:string .

<http://lexvo.org/id/char/58C4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A3%84>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C4%9B>,
        "壄"^^xsd:string .

<http://lexvo.org/id/char/58C5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A3%85>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C5%8Dng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C5%8Dng%20y%C7%92ng>,
        <http://lexvo.org/id/term/kor/%E5%A3%85>,
        <http://lexvo.org/id/term/kor/ONG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jung1%20jung2>,
        <http://lexvo.org/id/term/yue/%E5%A3%85>,
        "壅"^^xsd:string ;
    rdfs:comment "to obstruct"@en .

<http://lexvo.org/id/char/58C6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A3%86>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%B3>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bok3>,
        <http://lexvo.org/id/term/yue/%E5%A3%86>,
        "壆"^^xsd:string ;
    rdfs:comment "stiff, hard clay or rocky strata; crack in a jar"@en .

<http://lexvo.org/id/char/58C7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A3%87>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%A1n>,
        <http://lexvo.org/id/term/kor/%E5%A3%87>,
        <http://lexvo.org/id/term/kor/TAN>,
        <http://lexvo.org/id/term/vie/%C4%91%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/taan4>,
        <http://lexvo.org/id/term/yue/%E5%A3%87>,
        "壇"^^xsd:string ;
    rdfs:comment "altar; arena, examination hall"@en .

<http://lexvo.org/id/char/58C8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A3%88>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C7%8En>,
        <http://lexvo.org/id/term/vie/b%E1%BA%ADm>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lam5>,
        <http://lexvo.org/id/term/yue/%E5%A3%88>,
        "壈"^^xsd:string ;
    rdfs:comment "disappointed"@en .

<http://lexvo.org/id/char/58C9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A3%89>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%B9>,
        "壉"^^xsd:string .

<http://lexvo.org/id/char/58CA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A3%8A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%A0i>,
        "壊"^^xsd:string ;
    rdfs:comment "bad, spoil(ed), ruin, destroy"@en .

<http://lexvo.org/id/char/58CB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A3%8B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%A0ng>,
        "壋"^^xsd:string .

<http://lexvo.org/id/char/58CC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A3%8C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/r%C7%8Eng>,
        <http://lexvo.org/id/term/kor/%E5%A3%8C>,
        <http://lexvo.org/id/term/kor/YANG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/joeng6>,
        <http://lexvo.org/id/term/yue/%E5%A3%8C>,
        "壌"^^xsd:string ;
    rdfs:comment "soil, loam, earth; rich"@en .

<http://lexvo.org/id/char/58CD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A3%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cim3>,
        <http://lexvo.org/id/term/yue/%E5%A3%8D>,
        "壍"^^xsd:string ;
    rdfs:comment "moat around a city. a channel"@en .

<http://lexvo.org/id/char/58CE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A3%8E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C5%ABn>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C5%ABn%20xu%C4%81n>,
        <http://lexvo.org/id/term/kor/%E5%A3%8E>,
        <http://lexvo.org/id/term/kor/HWUN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hyun1>,
        <http://lexvo.org/id/term/yue/%E5%A3%8E>,
        "壎"^^xsd:string ;
    rdfs:comment "instrument"@en .

<http://lexvo.org/id/char/58CF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A3%8F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%A0n%20h%C7%8En>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/haam5>,
        <http://lexvo.org/id/term/yue/%E5%A3%8F>,
        "壏"^^xsd:string .

<http://lexvo.org/id/char/58D0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A3%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C7%90>,
        "壐"^^xsd:string ;
    rdfs:comment "the Imperial signet; the great seal"@en .

<http://lexvo.org/id/char/58D1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A3%91>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A8%20hu%C3%B2>,
        <http://lexvo.org/id/term/kor/%E5%A3%91>,
        <http://lexvo.org/id/term/kor/HAK>,
        <http://lexvo.org/id/term/vie/h%C3%A1c>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kok3>,
        <http://lexvo.org/id/term/yue/%E5%A3%91>,
        "壑"^^xsd:string ;
    rdfs:comment "bed of torrent, narrow ravine"@en .

<http://lexvo.org/id/char/58D2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C3%A0i>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A3%92>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/oi2>,
        <http://lexvo.org/id/term/yue/%E5%A3%92>,
        "壒"^^xsd:string ;
    rdfs:comment "dust"@en .

<http://lexvo.org/id/char/58D3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A3%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C4%81%201321.061%3Ay%C3%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C4%81%20y%C3%A0>,
        <http://lexvo.org/id/term/kor/%E5%A3%93>,
        <http://lexvo.org/id/term/kor/AP>,
        <http://lexvo.org/id/term/vie/%C3%A1p>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/aat3%20ngaat3>,
        <http://lexvo.org/id/term/yue/%E5%A3%93>,
        "壓"^^xsd:string ;
    rdfs:comment "press; oppress; crush; pressure"@en .

<http://lexvo.org/id/char/58D4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A3%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C7%8Eo>,
        <http://lexvo.org/id/term/kor/%E5%A3%94>,
        <http://lexvo.org/id/term/kor/TO>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dou2>,
        <http://lexvo.org/id/term/yue/%E5%A3%94>,
        "壔"^^xsd:string ;
    rdfs:comment "a mound, a tumulus"@en .

<http://lexvo.org/id/char/58D5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A3%95>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A1o>,
        <http://lexvo.org/id/term/kor/%E5%A3%95>,
        <http://lexvo.org/id/term/kor/HO>,
        <http://lexvo.org/id/term/vie/h%C3%A0o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hou4>,
        <http://lexvo.org/id/term/yue/%E5%A3%95>,
        "壕"^^xsd:string ;
    rdfs:comment "trench, ditch, channel, moat"@en .

<http://lexvo.org/id/char/58D6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A3%96>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ru%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jyun4>,
        <http://lexvo.org/id/term/yue/%E5%A3%96>,
        "壖"^^xsd:string ;
    rdfs:comment "open space along water"@en .

<http://lexvo.org/id/char/58D7> a lvont:Character ;
    lvont:represents "壗"^^xsd:string .

<http://lexvo.org/id/char/58D8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A3%98>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C4%9Bi>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C4%9Bi%20l%C3%A8i%20l%C3%A9i%20l%C7%9C>,
        <http://lexvo.org/id/term/kor/%E5%A3%98>,
        <http://lexvo.org/id/term/kor/LWU%20YU>,
        <http://lexvo.org/id/term/vie/lu%E1%BB%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/leoi5%20leot6>,
        <http://lexvo.org/id/term/yue/%E5%A3%98>,
        "壘"^^xsd:string ;
    rdfs:comment "rampart, military wall"@en .

<http://lexvo.org/id/char/58D9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A3%99>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ku%C3%A0ng>,
        <http://lexvo.org/id/term/kor/%E5%A3%99>,
        <http://lexvo.org/id/term/kor/KWANG>,
        <http://lexvo.org/id/term/vie/kho%E1%BA%A3ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kwong3>,
        <http://lexvo.org/id/term/yue/%E5%A3%99>,
        "壙"^^xsd:string ;
    rdfs:comment "tomb, grave: prairie; open wilderness"@en .

<http://lexvo.org/id/char/58DA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A3%9A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%BA>,
        <http://lexvo.org/id/term/kor/%E5%A3%9A>,
        <http://lexvo.org/id/term/kor/LO>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lou4>,
        <http://lexvo.org/id/term/yue/%E5%A3%9A>,
        "壚"^^xsd:string ;
    rdfs:comment "black clods of earth; shop, hut"@en .

<http://lexvo.org/id/char/58DB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A3%9B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jim4>,
        <http://lexvo.org/id/term/yue/%E5%A3%9B>,
        "壛"^^xsd:string .

<http://lexvo.org/id/char/58DC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A3%9C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%A1n>,
        <http://lexvo.org/id/term/kor/%E5%A3%9C>,
        <http://lexvo.org/id/term/kor/TAM>,
        "壜"^^xsd:string ;
    rdfs:comment "earthen jar or jug"@en .

<http://lexvo.org/id/char/58DD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A3%9D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C3%A9i%20w%C4%9Bi>,
        <http://lexvo.org/id/term/kor/%E5%A3%9D>,
        <http://lexvo.org/id/term/kor/YU>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wai2>,
        <http://lexvo.org/id/term/yue/%E5%A3%9D>,
        "壝"^^xsd:string ;
    rdfs:comment "a mound, an embankment the earthen altar to the god of the soil"@en .

<http://lexvo.org/id/char/58DE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A3%9E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%A0i>,
        <http://lexvo.org/id/term/kor/%E5%A3%9E>,
        <http://lexvo.org/id/term/kor/KOY%20HOY>,
        <http://lexvo.org/id/term/vie/ho%E1%BA%A1i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/waai6>,
        <http://lexvo.org/id/term/yue/%E5%A3%9E>,
        "壞"^^xsd:string ;
    rdfs:comment "bad, spoil(ed), ruin, destroy"@en .

<http://lexvo.org/id/char/58DF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A3%9F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C7%92ng>,
        <http://lexvo.org/id/term/kor/%E5%A3%9F>,
        <http://lexvo.org/id/term/kor/LONG>,
        <http://lexvo.org/id/term/vie/l%C5%A9ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lung5>,
        <http://lexvo.org/id/term/yue/%E5%A3%9F>,
        "壟"^^xsd:string ;
    rdfs:comment "grave, mound; ridge in field"@en .

<http://lexvo.org/id/char/58E0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A3%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C7%92ng>,
        "壠"^^xsd:string ;
    rdfs:comment "mound, grave; ridge in field"@en .

<http://lexvo.org/id/char/58E1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A3%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ru%C3%AC>,
        "壡"^^xsd:string .

<http://lexvo.org/id/char/58E2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A3%A2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%AC>,
        <http://lexvo.org/id/term/vie/g%E1%BA%A1ch>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lek6%20lik6>,
        <http://lexvo.org/id/term/yue/%E5%A3%A2>,
        "壢"^^xsd:string ;
    rdfs:comment "a hole, pit"@en .

<http://lexvo.org/id/char/58E3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A3%A3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%ADn>,
        "壣"^^xsd:string .

<http://lexvo.org/id/char/58E4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A3%A4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/r%C7%8Eng>,
        <http://lexvo.org/id/term/kor/%E5%A3%A4>,
        <http://lexvo.org/id/term/kor/YANG>,
        <http://lexvo.org/id/term/vie/nh%C6%B0%E1%BB%A1ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/joeng6>,
        <http://lexvo.org/id/term/yue/%E5%A3%A4>,
        "壤"^^xsd:string ;
    rdfs:comment "soil, loam, earth; rich"@en .

<http://lexvo.org/id/char/58E5> a lvont:Character ;
    lvont:represents "壥"^^xsd:string .

<http://lexvo.org/id/char/58E6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A3%A6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C5%ABn%20x%C3%B9n>,
        "壦"^^xsd:string .

<http://lexvo.org/id/char/58E7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A3%A7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A1n>,
        "壧"^^xsd:string .

<http://lexvo.org/id/char/58E8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A3%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%A9i>,
        "壨"^^xsd:string .

<http://lexvo.org/id/char/58E9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A3%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%A0>,
        <http://lexvo.org/id/term/kor/%E5%A3%A9>,
        <http://lexvo.org/id/term/kor/PHA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/baa3>,
        <http://lexvo.org/id/term/yue/%E5%A3%A9>,
        "壩"^^xsd:string ;
    rdfs:comment "embankment; dam"@en .

<http://lexvo.org/id/char/58EA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C4%81n>,
        "壪"^^xsd:string .

<http://lexvo.org/id/char/58EC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A3%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/r%C3%A9n>,
        <http://lexvo.org/id/term/kor/%E5%A3%AC>,
        <http://lexvo.org/id/term/kor/IM>,
        <http://lexvo.org/id/term/vie/nh%C4%83m>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jam4>,
        <http://lexvo.org/id/term/yue/%E5%A3%AC>,
        "壬"^^xsd:string ;
    rdfs:comment "9th heavenly stem"@en .

<http://lexvo.org/id/char/58ED> a lvont:Character ;
    lvont:represents "壭"^^xsd:string ;
    rdfs:comment "kwukyel"@en .

<http://lexvo.org/id/char/58EE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A3%AE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zhu%C3%A0ng>,
        <http://lexvo.org/id/term/kor/%E5%A3%AE>,
        <http://lexvo.org/id/term/kor/CANG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zong3>,
        <http://lexvo.org/id/term/yue/%E5%A3%AE>,
        "壮"^^xsd:string ;
    rdfs:comment "big, large; robust; name of tribe"@en .

<http://lexvo.org/id/char/58EF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A3%AF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zhu%C3%A0ng>,
        <http://lexvo.org/id/term/kor/%E5%A3%AF>,
        <http://lexvo.org/id/term/kor/CANG>,
        <http://lexvo.org/id/term/vie/tr%C3%A1ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zong3>,
        <http://lexvo.org/id/term/yue/%E5%A3%AF>,
        "壯"^^xsd:string ;
    rdfs:comment "big, large; robust; name of tribe"@en .

<http://lexvo.org/id/char/58F0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A3%B0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C4%93ng>,
        <http://lexvo.org/id/term/kor/%E5%A3%B0>,
        <http://lexvo.org/id/term/kor/SENG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/seng1%20sing1>,
        <http://lexvo.org/id/term/yue/%E5%A3%B0>,
        "声"^^xsd:string ;
    rdfs:comment "sound, voice, noise; tone; music"@en .

<http://lexvo.org/id/char/58F1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A3%B1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C4%AB>,
        <http://lexvo.org/id/term/kor/%E5%A3%B1>,
        <http://lexvo.org/id/term/kor/IL>,
        "1",
        "壱"^^xsd:string ;
    rdfs:comment "number one"@en .

<http://lexvo.org/id/char/58F2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A3%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A0i>,
        <http://lexvo.org/id/term/kor/%E5%A3%B2>,
        <http://lexvo.org/id/term/kor/MAY>,
        "売"^^xsd:string ;
    rdfs:comment "sell; [NOT casing, shell, husk]"@en .

<http://lexvo.org/id/char/58F3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A3%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C3%A9%200922.040%3Aqi%C3%A0o>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C3%A9%20qi%C3%A0o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hok3>,
        <http://lexvo.org/id/term/yue/%E5%A3%B3>,
        "壳"^^xsd:string ;
    rdfs:comment "casing, shell, husk"@en .

<http://lexvo.org/id/char/58F4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A3%B4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C7%94>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/syu6>,
        <http://lexvo.org/id/term/yue/%E5%A3%B4>,
        "壴"^^xsd:string .

<http://lexvo.org/id/char/58F5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A3%B5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zhu%C3%A0ng>,
        "壵"^^xsd:string .

<http://lexvo.org/id/char/58F6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A3%B6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%BA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wu4>,
        <http://lexvo.org/id/term/yue/%E5%A3%B6>,
        "壶"^^xsd:string ;
    rdfs:comment "jar, pot, jug, vase; surname"@en .

<http://lexvo.org/id/char/58F7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A3%B7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%BA>,
        "壷"^^xsd:string ;
    rdfs:comment "jar, pot, jug, vase; surname"@en .

<http://lexvo.org/id/char/58F8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A3%B8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C7%94n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kwan2>,
        <http://lexvo.org/id/term/yue/%E5%A3%B8>,
        "壸"^^xsd:string ;
    rdfs:comment "palace corridor or passageway"@en .

<http://lexvo.org/id/char/58F9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A3%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C4%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C4%AB%20y%C3%AC>,
        <http://lexvo.org/id/term/kor/%E5%A3%B9>,
        <http://lexvo.org/id/term/kor/IL>,
        <http://lexvo.org/id/term/vie/nh%E1%BA%A5t>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jat1%20jik1>,
        <http://lexvo.org/id/term/yue/%E5%A3%B9>,
        "1",
        "壹"^^xsd:string ;
    rdfs:comment "number one"@en .

<http://lexvo.org/id/char/58FA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A3%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%BA>,
        <http://lexvo.org/id/term/kor/%E5%A3%BA>,
        <http://lexvo.org/id/term/kor/HO>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wu4>,
        <http://lexvo.org/id/term/yue/%E5%A3%BA>,
        "壺"^^xsd:string ;
    rdfs:comment "jar, pot, jug, vase; surname"@en .

<http://lexvo.org/id/char/58FB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A3%BB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C3%B9>,
        <http://lexvo.org/id/term/kor/%E5%A3%BB>,
        <http://lexvo.org/id/term/kor/SE>,
        <http://lexvo.org/id/term/vie/t%E1%BA%BF>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sai3>,
        <http://lexvo.org/id/term/yue/%E5%A3%BB>,
        "壻"^^xsd:string ;
    rdfs:comment "son-in-law; husband"@en .

<http://lexvo.org/id/char/58FC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A3%BC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C7%94n>,
        <http://lexvo.org/id/term/kor/%E5%A3%BC>,
        <http://lexvo.org/id/term/kor/HO>,
        <http://lexvo.org/id/term/vie/h%E1%BB%93>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kwan2>,
        <http://lexvo.org/id/term/yue/%E5%A3%BC>,
        "壼"^^xsd:string ;
    rdfs:comment "palace corridor or passageway"@en .

<http://lexvo.org/id/char/58FD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A3%BD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%B2u>,
        <http://lexvo.org/id/term/kor/%E5%A3%BD>,
        <http://lexvo.org/id/term/kor/SWU>,
        <http://lexvo.org/id/term/vie/th%E1%BB%8D>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sau6>,
        <http://lexvo.org/id/term/yue/%E5%A3%BD>,
        "壽"^^xsd:string ;
    rdfs:comment "old age, long life; lifespan"@en .

<http://lexvo.org/id/char/58FE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A3%BE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C7%8Eng>,
        "壾"^^xsd:string .

<http://lexvo.org/id/char/58FF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A3%BF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C5%ABn%20c%C5%ABn%20z%C7%94n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cun1>,
        <http://lexvo.org/id/term/yue/%E5%A3%BF>,
        "壿"^^xsd:string .

<http://lexvo.org/id/char/5900> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A4%80>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%B2u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sau6>,
        <http://lexvo.org/id/term/yue/%E5%A4%80>,
        "夀"^^xsd:string ;
    rdfs:comment "life; length of life; longevity"@en .

<http://lexvo.org/id/char/5901> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A4%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C4%AB%20y%C4%ABn>,
        "夁"^^xsd:string .

<http://lexvo.org/id/char/5903> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A4%83>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C5%AB>,
        "夃"^^xsd:string .

<http://lexvo.org/id/char/5904> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A4%84>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%B9%20ch%C7%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C7%94%200161.110%3Ach%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cyu3>,
        <http://lexvo.org/id/term/yue/%E5%A4%84>,
        "处"^^xsd:string ;
    rdfs:comment "place, locale; department"@en .

<http://lexvo.org/id/char/5905> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A4%85>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%A0ng>,
        "夅"^^xsd:string ;
    rdfs:comment "to descend; to come down from heaven. to send down"@en .

<http://lexvo.org/id/char/5906> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A4%86>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%A9ng%20p%C3%A1ng>,
        <http://lexvo.org/id/term/kor/%E5%A4%86>,
        <http://lexvo.org/id/term/kor/PONG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fung1>,
        <http://lexvo.org/id/term/yue/%E5%A4%86>,
        "夆"^^xsd:string ;
    rdfs:comment "resist"@en .

<http://lexvo.org/id/char/5907> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A4%87>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%A8i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bei6>,
        <http://lexvo.org/id/term/yue/%E5%A4%87>,
        "备"^^xsd:string ;
    rdfs:comment "prepare, ready, perfect"@en .

<http://lexvo.org/id/char/5908> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/kor/%E5%A4%88>,
        <http://lexvo.org/id/term/kor/CAY>,
        "夈"^^xsd:string .

<http://lexvo.org/id/char/5909> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A4%89>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/bi%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E5%A4%89>,
        <http://lexvo.org/id/term/kor/PYEN>,
        "変"^^xsd:string ;
    rdfs:comment "change, transform, alter; rebel"@en .

<http://lexvo.org/id/char/590B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A4%8B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C5%ABn>,
        "夋"^^xsd:string ;
    rdfs:comment "to dawdle; the emperor Yao's father"@en .

<http://lexvo.org/id/char/590C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A4%8C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%ADng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ling4>,
        <http://lexvo.org/id/term/yue/%E5%A4%8C>,
        "夌"^^xsd:string ;
    rdfs:comment "to dawdle; the name of the father of the Emperor Yao"@en .

<http://lexvo.org/id/char/590D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A4%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%B9>,
        <http://lexvo.org/id/term/vie/h%E1%BA%A1>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fuk6>,
        <http://lexvo.org/id/term/yue/%E5%A4%8D>,
        "复"^^xsd:string ;
    rdfs:comment "return; repeat; repeatedly"@en .

<http://lexvo.org/id/char/590E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A4%8E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zu%C3%B2>,
        "夎"^^xsd:string .

<http://lexvo.org/id/char/590F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A4%8F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A0%20ji%C7%8E>,
        <http://lexvo.org/id/term/kor/%E5%A4%8F>,
        <http://lexvo.org/id/term/kor/HA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/haa6>,
        <http://lexvo.org/id/term/yue/%E5%A4%8F>,
        "夏"^^xsd:string ;
    rdfs:comment "summer; great, grand, big"@en .

<http://lexvo.org/id/char/5910> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A4%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%B2ng>,
        <http://lexvo.org/id/term/kor/%E5%A4%90>,
        <http://lexvo.org/id/term/kor/HYENG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hing3>,
        <http://lexvo.org/id/term/yue/%E5%A4%90>,
        "夐"^^xsd:string ;
    rdfs:comment "long, faraway; pre-eminent"@en .

<http://lexvo.org/id/char/5911> a lvont:Character ;
    lvont:represents "夑"^^xsd:string .

<http://lexvo.org/id/char/5912> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A4%92>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C3%A1o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/naau4>,
        <http://lexvo.org/id/term/yue/%E5%A4%92>,
        "夒"^^xsd:string .

<http://lexvo.org/id/char/5913> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A4%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A0>,
        "夓"^^xsd:string .

<http://lexvo.org/id/char/5914> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A4%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ku%C3%AD>,
        <http://lexvo.org/id/term/kor/%E5%A4%94>,
        <http://lexvo.org/id/term/kor/KI>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kwai4>,
        <http://lexvo.org/id/term/yue/%E5%A4%94>,
        "夔"^^xsd:string ;
    rdfs:comment "one-legged monster; walrus"@en .

<http://lexvo.org/id/char/5916> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A4%96>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C3%A0i>,
        <http://lexvo.org/id/term/kor/%E5%A4%96>,
        <http://lexvo.org/id/term/kor/OY>,
        <http://lexvo.org/id/term/vie/ngo%E1%BA%A1i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ngoi6%20oi6>,
        <http://lexvo.org/id/term/yue/%E5%A4%96>,
        "外"^^xsd:string ;
    rdfs:comment "out, outside, external; foreign"@en .

<http://lexvo.org/id/char/5917> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A4%97>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/yu%C3%A0n%20w%C7%8En>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jyun2%20jyun3>,
        <http://lexvo.org/id/term/yue/%E5%A4%97>,
        "夗"^^xsd:string ;
    rdfs:comment "to turn over when asleep"@en .

<http://lexvo.org/id/char/5918> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A4%98>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C7%8Eo>,
        "夘"^^xsd:string ;
    rdfs:comment "4th of Earth Branches; period from 5-7 a.m."@en .

<http://lexvo.org/id/char/5919> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A4%99>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C3%B9>,
        <http://lexvo.org/id/term/kor/%E5%A4%99>,
        <http://lexvo.org/id/term/kor/SWUK>,
        <http://lexvo.org/id/term/vie/t%C3%BAc>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/suk1>,
        <http://lexvo.org/id/term/yue/%E5%A4%99>,
        "夙"^^xsd:string ;
    rdfs:comment "early in morning, dawn; previous"@en .

<http://lexvo.org/id/char/591A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A4%9A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/du%C5%8D>,
        <http://lexvo.org/id/term/kor/%E5%A4%9A>,
        <http://lexvo.org/id/term/kor/TA>,
        <http://lexvo.org/id/term/vie/%C4%91a>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/do1>,
        <http://lexvo.org/id/term/yue/%E5%A4%9A>,
        "多"^^xsd:string ;
    rdfs:comment "much, many; more than, over"@en .

<http://lexvo.org/id/char/591B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A4%9B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/du%C5%8D>,
        "夛"^^xsd:string ;
    rdfs:comment "much, many; more than, over"@en .

<http://lexvo.org/id/char/591C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A4%9C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A8>,
        <http://lexvo.org/id/term/kor/%E5%A4%9C>,
        <http://lexvo.org/id/term/kor/YA>,
        <http://lexvo.org/id/term/vie/d%E1%BA%A1>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/je6>,
        <http://lexvo.org/id/term/yue/%E5%A4%9C>,
        "夜"^^xsd:string ;
    rdfs:comment "night, dark; in night; by night"@en .

<http://lexvo.org/id/char/591D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A4%9D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C3%ADng>,
        "夝"^^xsd:string .

<http://lexvo.org/id/char/591E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/kor/%E5%A4%9E>,
        <http://lexvo.org/id/term/kor/UYS>,
        "夞"^^xsd:string .

<http://lexvo.org/id/char/591F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A4%9F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C3%B2u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gau3>,
        <http://lexvo.org/id/term/yue/%E5%A4%9F>,
        "够"^^xsd:string ;
    rdfs:comment "enough, adequate"@en .

<http://lexvo.org/id/char/5920> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A4%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C3%B2u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gau3>,
        <http://lexvo.org/id/term/yue/%E5%A4%A0>,
        "夠"^^xsd:string ;
    rdfs:comment "enough, adequate"@en .

<http://lexvo.org/id/char/5921> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A4%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C3%AC>,
        "夡"^^xsd:string .

<http://lexvo.org/id/char/5922> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A4%A2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A8ng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A8ng%20m%C3%A9ng>,
        <http://lexvo.org/id/term/kor/%E5%A4%A2>,
        <http://lexvo.org/id/term/kor/MONG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mung6>,
        <http://lexvo.org/id/term/yue/%E5%A4%A2>,
        "夢"^^xsd:string ;
    rdfs:comment "dream; visionary; wishful"@en .

<http://lexvo.org/id/char/5923> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A4%A3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A8ng>,
        "夣"^^xsd:string ;
    rdfs:comment "a dream; to dream visionary; stupid"@en .

<http://lexvo.org/id/char/5924> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A4%A4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%ADn>,
        <http://lexvo.org/id/term/kor/%E5%A4%A4>,
        <http://lexvo.org/id/term/kor/IN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jan4>,
        <http://lexvo.org/id/term/yue/%E5%A4%A4>,
        "夤"^^xsd:string ;
    rdfs:comment "distant place; remote; deep"@en .

<http://lexvo.org/id/char/5925> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A4%A5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C7%92>,
        <http://lexvo.org/id/term/kor/%E5%A4%A5>,
        <http://lexvo.org/id/term/kor/KWA%20HAY>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fo2>,
        <http://lexvo.org/id/term/yue/%E5%A4%A5>,
        "夥"^^xsd:string ;
    rdfs:comment "companion; partner; assistant"@en .

<http://lexvo.org/id/char/5926> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A4%A6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%A8n>,
        "夦"^^xsd:string .

<http://lexvo.org/id/char/5929> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A4%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ti%C4%81n>,
        <http://lexvo.org/id/term/kor/%E5%A4%A9>,
        <http://lexvo.org/id/term/kor/CHEN>,
        <http://lexvo.org/id/term/vie/thi%C3%AAn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tin1>,
        <http://lexvo.org/id/term/yue/%E5%A4%A9>,
        "天"^^xsd:string ;
    rdfs:comment "sky, heaven; god, celestial"@en .

<http://lexvo.org/id/char/592A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A4%AA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%A0i>,
        <http://lexvo.org/id/term/kor/%E5%A4%AA>,
        <http://lexvo.org/id/term/kor/THAY>,
        <http://lexvo.org/id/term/vie/th%C3%A1i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/taai3>,
        <http://lexvo.org/id/term/yue/%E5%A4%AA>,
        "太"^^xsd:string ;
    rdfs:comment "very, too, much; big; extreme"@en .

<http://lexvo.org/id/char/592B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A4%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C5%AB%200334.150%3Af%C3%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C5%AB%20f%C3%BA>,
        <http://lexvo.org/id/term/kor/%E5%A4%AB>,
        <http://lexvo.org/id/term/kor/PWU>,
        <http://lexvo.org/id/term/vie/phu>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fu1%20fu4>,
        <http://lexvo.org/id/term/yue/%E5%A4%AB>,
        "夫"^^xsd:string ;
    rdfs:comment "man, male adult, husband; those"@en .

<http://lexvo.org/id/char/592C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A4%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/gu%C3%A0i>,
        <http://lexvo.org/id/term/kor/%E5%A4%AC>,
        <http://lexvo.org/id/term/kor/KHWAY>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gwaai2%20gwaai3>,
        <http://lexvo.org/id/term/yue/%E5%A4%AC>,
        "夬"^^xsd:string ;
    rdfs:comment "parted; fork; certain"@en .

<http://lexvo.org/id/char/592D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A4%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C4%81o>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C4%81o%20w%C3%B2%20w%C4%81i%20y%C7%8Eo>,
        <http://lexvo.org/id/term/kor/%E5%A4%AD>,
        <http://lexvo.org/id/term/kor/YO%20O>,
        <http://lexvo.org/id/term/vie/y%E1%BB%83u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jiu1%20jiu2>,
        <http://lexvo.org/id/term/yue/%E5%A4%AD>,
        "夭"^^xsd:string ;
    rdfs:comment "young, fresh-looking; die young"@en .

<http://lexvo.org/id/char/592E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A4%AE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C4%81ng>,
        <http://lexvo.org/id/term/kor/%E5%A4%AE>,
        <http://lexvo.org/id/term/kor/ANG>,
        <http://lexvo.org/id/term/vie/%C6%B0%C6%A1ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/joeng1>,
        <http://lexvo.org/id/term/yue/%E5%A4%AE>,
        "央"^^xsd:string ;
    rdfs:comment "center, conclude, run out; beg"@en .

<http://lexvo.org/id/char/592F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A4%AF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%A8n%200442.010%3Ah%C4%81ng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C4%81ng%20b%C3%A8n>,
        <http://lexvo.org/id/term/kor/%E5%A4%AF>,
        <http://lexvo.org/id/term/kor/HANG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/haang1%20hang1>,
        <http://lexvo.org/id/term/yue/%E5%A4%AF>,
        "夯"^^xsd:string ;
    rdfs:comment "heavy load, burden; lift up"@en .

<http://lexvo.org/id/char/5930> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A4%B0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C7%8Eo>,
        "夰"^^xsd:string .

<http://lexvo.org/id/char/5931> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A4%B1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C4%AB>,
        <http://lexvo.org/id/term/kor/%E5%A4%B1>,
        <http://lexvo.org/id/term/kor/SIL>,
        <http://lexvo.org/id/term/vie/th%E1%BA%A5t>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sat1>,
        <http://lexvo.org/id/term/yue/%E5%A4%B1>,
        "失"^^xsd:string ;
    rdfs:comment "lose; make mistake, neglect"@en .

<http://lexvo.org/id/char/5932> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A4%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C4%9Bn%20t%C4%81o>,
        "夲"^^xsd:string ;
    rdfs:comment "advance quickly; to go back and forth; origin, source"@en .

<http://lexvo.org/id/char/5933> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A4%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%A0i>,
        "夳"^^xsd:string .

<http://lexvo.org/id/char/5934> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A4%B4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%B3u%201157.010%3Atou>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%B3u%20tou>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tau4>,
        <http://lexvo.org/id/term/yue/%E5%A4%B4>,
        "头"^^xsd:string ;
    rdfs:comment "head; top; chief, first; boss"@en .

<http://lexvo.org/id/char/5935> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A4%B5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%8En>,
        "夵"^^xsd:string .

<http://lexvo.org/id/char/5936> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A4%B6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C7%90>,
        "夶"^^xsd:string .

<http://lexvo.org/id/char/5937> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A4%B7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%AD>,
        <http://lexvo.org/id/term/kor/%E5%A4%B7>,
        <http://lexvo.org/id/term/kor/I>,
        <http://lexvo.org/id/term/vie/d%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ji4>,
        <http://lexvo.org/id/term/yue/%E5%A4%B7>,
        "夷"^^xsd:string ;
    rdfs:comment "ancient barbarian tribes"@en .

<http://lexvo.org/id/char/5938> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A4%B8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ku%C4%81>,
        <http://lexvo.org/id/term/kor/%E5%A4%B8>,
        <http://lexvo.org/id/term/kor/KWA>,
        <http://lexvo.org/id/term/vie/khoa>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kwaa1>,
        <http://lexvo.org/id/term/yue/%E5%A4%B8>,
        "夸"^^xsd:string ;
    rdfs:comment "extravagant, luxurious; handsome"@en .

<http://lexvo.org/id/char/5939> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A4%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C4%81%200539.030%3Aji%C4%81%200541.130%3Aji%C3%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C4%81%20ji%C3%A1>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gaap3>,
        <http://lexvo.org/id/term/yue/%E5%A4%B9>,
        "夹"^^xsd:string ;
    rdfs:comment "be wedged or inserted between"@en .

<http://lexvo.org/id/char/593A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A4%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/du%C3%B3>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dyut6>,
        <http://lexvo.org/id/term/yue/%E5%A4%BA>,
        "夺"^^xsd:string ;
    rdfs:comment "take by force, rob, snatch"@en .

<http://lexvo.org/id/char/593B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/kor/%E5%A4%BB>,
        <http://lexvo.org/id/term/kor/KWU>,
        "夻"^^xsd:string ;
    rdfs:comment "fish name"@en .

<http://lexvo.org/id/char/593C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A4%BC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ku%C7%8Eng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kong3%20kwaang2%20kwong3>,
        <http://lexvo.org/id/term/yue/%E5%A4%BC>,
        "夼"^^xsd:string .

<http://lexvo.org/id/char/593D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A4%BD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%B9n>,
        "夽"^^xsd:string .

<http://lexvo.org/id/char/593E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A4%BE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C4%81%200539.031%3Aji%C4%81%200541.131%3Aji%C3%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C4%81%20ji%C3%A1>,
        <http://lexvo.org/id/term/kor/%E5%A4%BE>,
        <http://lexvo.org/id/term/kor/HYEP>,
        <http://lexvo.org/id/term/vie/gi%C3%A1p>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gaap3%20gap3%20gep6%20gip6>,
        <http://lexvo.org/id/term/yue/%E5%A4%BE>,
        "夾"^^xsd:string ;
    rdfs:comment "be wedged or inserted between"@en .

<http://lexvo.org/id/char/593F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A4%BF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C4%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C4%81%20b%C4%81>,
        "夿"^^xsd:string .

<http://lexvo.org/id/char/5940> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C4%93n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%C4%93n%20m%C3%A1ng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A5%80>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ngan1>,
        <http://lexvo.org/id/term/yue/%E5%A5%80>,
        "奀"^^xsd:string ;
    rdfs:comment "(Cant.) skinny, tiny; to jerk, dangle"@en .

<http://lexvo.org/id/char/5941> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A5%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lim4>,
        <http://lexvo.org/id/term/yue/%E5%A5%81>,
        "奁"^^xsd:string ;
    rdfs:comment "lady's vanity case; trousseau"@en .

<http://lexvo.org/id/char/5942> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A5%82>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wun6>,
        <http://lexvo.org/id/term/yue/%E5%A5%82>,
        "奂"^^xsd:string ;
    rdfs:comment "be numerous, brilliant"@en .

<http://lexvo.org/id/char/5943> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A5%83>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%AC%20d%C4%AB>,
        "奃"^^xsd:string .

<http://lexvo.org/id/char/5944> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A5%84>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%8En>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%8En%20y%C4%81n>,
        <http://lexvo.org/id/term/kor/%E5%A5%84>,
        <http://lexvo.org/id/term/kor/EM>,
        <http://lexvo.org/id/term/vie/%C4%83m>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jim1%20jim2>,
        <http://lexvo.org/id/term/yue/%E5%A5%84>,
        "奄"^^xsd:string ;
    rdfs:comment "ere long; remain, tarry; feeble"@en .

<http://lexvo.org/id/char/5945> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A5%85>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%A0o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/paau3>,
        <http://lexvo.org/id/term/yue/%E5%A5%85>,
        "奅"^^xsd:string .

<http://lexvo.org/id/char/5946> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A5%86>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qu%C7%8En>,
        "奆"^^xsd:string .

<http://lexvo.org/id/char/5947> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A5%87>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C4%AB%200897.010%3Aq%C3%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C3%AD%20j%C4%AB>,
        <http://lexvo.org/id/term/kor/%E5%A5%87>,
        <http://lexvo.org/id/term/kor/KI>,
        <http://lexvo.org/id/term/vie/k%E1%BB%B3>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gei1%20kei4>,
        <http://lexvo.org/id/term/yue/%E5%A5%87>,
        "奇"^^xsd:string ;
    rdfs:comment "strange, unusual, uncanny, occult"@en .

<http://lexvo.org/id/char/5948> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A5%88>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C3%A0i>,
        <http://lexvo.org/id/term/kor/%E5%A5%88>,
        <http://lexvo.org/id/term/kor/NAY%20NA>,
        <http://lexvo.org/id/term/vie/n%E1%BA%A1i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/noi6>,
        <http://lexvo.org/id/term/yue/%E5%A5%88>,
        "奈"^^xsd:string ;
    rdfs:comment "but, how; bear, stand, endure"@en .

<http://lexvo.org/id/char/5949> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A5%89>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%A8ng>,
        <http://lexvo.org/id/term/kor/%E5%A5%89>,
        <http://lexvo.org/id/term/kor/PONG>,
        <http://lexvo.org/id/term/vie/ph%E1%BB%A5ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fung6>,
        <http://lexvo.org/id/term/yue/%E5%A5%89>,
        "奉"^^xsd:string ;
    rdfs:comment "offer; receive; serve; respect"@en .

<http://lexvo.org/id/char/594A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A5%8A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A9>,
        "奊"^^xsd:string .

<http://lexvo.org/id/char/594B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A5%8B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%A8n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fan5>,
        <http://lexvo.org/id/term/yue/%E5%A5%8B>,
        "奋"^^xsd:string ;
    rdfs:comment "strive, exert effort; arouse"@en .

<http://lexvo.org/id/char/594C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A5%8C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/di%C7%8En>,
        <http://lexvo.org/id/term/kor/%E5%A5%8C>,
        <http://lexvo.org/id/term/kor/CEM>,
        "奌"^^xsd:string ;
    rdfs:comment "dot, speck, spot; point, degree"@en .

<http://lexvo.org/id/char/594D> a lvont:Character ;
    lvont:represents "奍"^^xsd:string .

<http://lexvo.org/id/char/594E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A5%8E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ku%C3%AD>,
        <http://lexvo.org/id/term/kor/%E5%A5%8E>,
        <http://lexvo.org/id/term/kor/KYU>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fui1%20kwai1>,
        <http://lexvo.org/id/term/yue/%E5%A5%8E>,
        "奎"^^xsd:string ;
    rdfs:comment "stride of man; one of the twenty-eight lunar mansions"@en .

<http://lexvo.org/id/char/594F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A5%8F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C3%B2u>,
        <http://lexvo.org/id/term/kor/%E5%A5%8F>,
        <http://lexvo.org/id/term/kor/CWU>,
        <http://lexvo.org/id/term/vie/t%E1%BA%A5u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zau3>,
        <http://lexvo.org/id/term/yue/%E5%A5%8F>,
        "奏"^^xsd:string ;
    rdfs:comment "memorialize emperor; report"@en .

<http://lexvo.org/id/char/5950> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A5%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E5%A5%90>,
        <http://lexvo.org/id/term/kor/HWAN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wun6>,
        <http://lexvo.org/id/term/yue/%E5%A5%90>,
        "奐"^^xsd:string ;
    rdfs:comment "be numerous, brilliant"@en .

<http://lexvo.org/id/char/5951> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A5%91>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C3%AC%201277.010%3Axi%C3%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C3%AC%20qi%C3%A8%20xi%C3%A8>,
        <http://lexvo.org/id/term/kor/%E5%A5%91>,
        <http://lexvo.org/id/term/kor/KYEY%20KUL>,
        <http://lexvo.org/id/term/vie/kh%E1%BA%BF>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kai3%20kit3%20sit3>,
        <http://lexvo.org/id/term/yue/%E5%A5%91>,
        "契"^^xsd:string ;
    rdfs:comment "deed, contract, bond; engrave"@en .

<http://lexvo.org/id/char/5952> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A5%92>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C4%81i%20zh%C4%81%20zh%C3%A0>,
        "奒"^^xsd:string .

<http://lexvo.org/id/char/5953> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A5%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C4%93%20ch%C7%90%20zh%C3%A0%20zh%C4%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C4%81%201448.170%3Azh%C3%A0>,
        <http://lexvo.org/id/term/kor/%E5%A5%93>,
        <http://lexvo.org/id/term/kor/CHA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ci2%20se1%20se2%20zaa1%20zaa3>,
        <http://lexvo.org/id/term/yue/%E5%A5%93>,
        "奓"^^xsd:string ;
    rdfs:comment "extravagant"@en .

<http://lexvo.org/id/char/5954> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A5%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C4%93n%200052.030%3Ab%C3%A8n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C4%93n%20b%C3%A8n>,
        <http://lexvo.org/id/term/kor/%E5%A5%94>,
        <http://lexvo.org/id/term/kor/PWUN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ban1>,
        <http://lexvo.org/id/term/yue/%E5%A5%94>,
        "奔"^^xsd:string ;
    rdfs:comment "run fast, flee; rush about; run"@en .

<http://lexvo.org/id/char/5955> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A5%95>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%AC>,
        <http://lexvo.org/id/term/kor/%E5%A5%95>,
        <http://lexvo.org/id/term/kor/HYEK>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jik6>,
        <http://lexvo.org/id/term/yue/%E5%A5%95>,
        "奕"^^xsd:string ;
    rdfs:comment "in sequence, orderly; abundant"@en .

<http://lexvo.org/id/char/5956> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A5%96>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C7%8Eng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zoeng2>,
        <http://lexvo.org/id/term/yue/%E5%A5%96>,
        "奖"^^xsd:string ;
    rdfs:comment "prize, reward; give award to"@en .

<http://lexvo.org/id/char/5957> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A5%97>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%A0o>,
        <http://lexvo.org/id/term/kor/%E5%A5%97>,
        <http://lexvo.org/id/term/kor/THWU%20THO>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tou3>,
        <http://lexvo.org/id/term/yue/%E5%A5%97>,
        "套"^^xsd:string ;
    rdfs:comment "case, cover, wrapper, envelope"@en .

<http://lexvo.org/id/char/5958> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A5%98>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C3%A0ng%201522.030%3Azhu%C7%8Eng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C3%A0ng%20zhu%C7%8Eng>,
        <http://lexvo.org/id/term/kor/%E5%A5%98>,
        <http://lexvo.org/id/term/kor/CANG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zong1%20zong6>,
        <http://lexvo.org/id/term/yue/%E5%A5%98>,
        "奘"^^xsd:string ;
    rdfs:comment "large, powerful, stout, thick"@en .

<http://lexvo.org/id/char/5959> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A5%99>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C4%9Bn>,
        "奙"^^xsd:string .

<http://lexvo.org/id/char/595A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A5%9A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C4%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C4%AB%20x%C3%AD>,
        <http://lexvo.org/id/term/kor/%E5%A5%9A>,
        <http://lexvo.org/id/term/kor/HAY>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hai4>,
        <http://lexvo.org/id/term/yue/%E5%A5%9A>,
        "奚"^^xsd:string ;
    rdfs:comment "where? what? how? why?; servant"@en .

<http://lexvo.org/id/char/595B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A5%9B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C7%8Eng>,
        "奛"^^xsd:string ;
    rdfs:comment "opening, radiant"@en .

<http://lexvo.org/id/char/595C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A5%9C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C4%9Bi>,
        "奜"^^xsd:string ;
    rdfs:comment "big"@en .

<http://lexvo.org/id/char/595D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A5%9D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/di%C4%81o>,
        "奝"^^xsd:string ;
    rdfs:comment "large"@en .

<http://lexvo.org/id/char/595E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A5%9E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C3%B9n>,
        "奞"^^xsd:string ;
    rdfs:comment "the stride made by a man"@en .

<http://lexvo.org/id/char/595F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A5%9F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C4%93ng>,
        "奟"^^xsd:string .

<http://lexvo.org/id/char/5960> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A5%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/di%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E5%A5%A0>,
        <http://lexvo.org/id/term/kor/CEN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/din6>,
        <http://lexvo.org/id/term/yue/%E5%A5%A0>,
        "奠"^^xsd:string ;
    rdfs:comment "pay respect; settle"@en .

<http://lexvo.org/id/char/5961> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C3%A0o>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A5%A1>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ngou6>,
        <http://lexvo.org/id/term/yue/%E5%A5%A1>,
        "奡"^^xsd:string ;
    rdfs:comment "arrogant"@en .

<http://lexvo.org/id/char/5962> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A5%A2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C4%93>,
        <http://lexvo.org/id/term/kor/%E5%A5%A2>,
        <http://lexvo.org/id/term/kor/SA>,
        <http://lexvo.org/id/term/vie/xa>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ce1%20se1>,
        <http://lexvo.org/id/term/yue/%E5%A5%A2>,
        "奢"^^xsd:string ;
    rdfs:comment "extravagant, wasteful; exaggerate"@en .

<http://lexvo.org/id/char/5963> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A5%A3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C4%9Bng>,
        "奣"^^xsd:string .

<http://lexvo.org/id/char/5964> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A5%A4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C7%8E%201110.021%3At%C7%8Ei>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C7%8En%20h%C7%8E%20t%C7%8Ei>,
        "奤"^^xsd:string .

<http://lexvo.org/id/char/5965> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C3%A0o>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A5%A5>,
        <http://lexvo.org/id/term/kor/%E5%A5%A5>,
        <http://lexvo.org/id/term/kor/O%20WUK>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ou3>,
        <http://lexvo.org/id/term/yue/%E5%A5%A5>,
        "奥"^^xsd:string ;
    rdfs:comment "mysterious, obscure, profound"@en .

<http://lexvo.org/id/char/5966> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A5%A6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C3%B9>,
        "奦"^^xsd:string .

<http://lexvo.org/id/char/5967> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C3%A0o%20y%C3%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A5%A7>,
        <http://lexvo.org/id/term/kor/%E5%A5%A7>,
        <http://lexvo.org/id/term/kor/O%20WUK>,
        <http://lexvo.org/id/term/vie/%C3%A1o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ou3>,
        <http://lexvo.org/id/term/yue/%E5%A5%A7>,
        "奧"^^xsd:string ;
    rdfs:comment "mysterious, obscure, profound"@en .

<http://lexvo.org/id/char/5968> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A5%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C7%8Eng>,
        <http://lexvo.org/id/term/kor/%E5%A5%A8>,
        <http://lexvo.org/id/term/kor/CANG>,
        "奨"^^xsd:string ;
    rdfs:comment "prize, reward; give award to"@en .

<http://lexvo.org/id/char/5969> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A5%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C3%A1n>,
        <http://lexvo.org/id/term/kor/%E5%A5%A9>,
        <http://lexvo.org/id/term/kor/LYEM>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lim4>,
        <http://lexvo.org/id/term/yue/%E5%A5%A9>,
        "奩"^^xsd:string ;
    rdfs:comment "lady's vanity case; trousseau"@en .

<http://lexvo.org/id/char/596A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A5%AA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/du%C3%B3>,
        <http://lexvo.org/id/term/kor/%E5%A5%AA>,
        <http://lexvo.org/id/term/kor/THAL>,
        <http://lexvo.org/id/term/vie/%C4%91o%E1%BA%A1t>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dyut6>,
        <http://lexvo.org/id/term/yue/%E5%A5%AA>,
        "奪"^^xsd:string ;
    rdfs:comment "take by force, rob, snatch"@en .

<http://lexvo.org/id/char/596B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A5%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C5%ABn>,
        <http://lexvo.org/id/term/kor/%E5%A5%AB>,
        <http://lexvo.org/id/term/kor/YUN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wan1>,
        <http://lexvo.org/id/term/yue/%E5%A5%AB>,
        "奫"^^xsd:string ;
    rdfs:comment "deep and broad (expanse of water); abyss"@en .

<http://lexvo.org/id/char/596C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A5%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C7%8Eng>,
        <http://lexvo.org/id/term/kor/%E5%A5%AC>,
        <http://lexvo.org/id/term/kor/CANG>,
        <http://lexvo.org/id/term/vie/t%C6%B0%E1%BB%9Fng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zoeng2>,
        <http://lexvo.org/id/term/yue/%E5%A5%AC>,
        "奬"^^xsd:string ;
    rdfs:comment "prize, reward; give award to"@en .

<http://lexvo.org/id/char/596D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A5%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%AC>,
        <http://lexvo.org/id/term/kor/%E5%A5%AD>,
        <http://lexvo.org/id/term/kor/SEK%20HAK>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sik1>,
        <http://lexvo.org/id/term/yue/%E5%A5%AD>,
        "奭"^^xsd:string ;
    rdfs:comment "red; anger; ire; surname"@en .

<http://lexvo.org/id/char/596E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A5%AE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%A8n>,
        <http://lexvo.org/id/term/kor/%E5%A5%AE>,
        <http://lexvo.org/id/term/kor/PWUN>,
        <http://lexvo.org/id/term/vie/ph%E1%BA%A5n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fan5>,
        <http://lexvo.org/id/term/yue/%E5%A5%AE>,
        "奮"^^xsd:string ;
    rdfs:comment "strive, exert effort; arouse"@en .

<http://lexvo.org/id/char/596F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A5%AF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%B2>,
        "奯"^^xsd:string .

<http://lexvo.org/id/char/5970> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A5%B0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bei6>,
        <http://lexvo.org/id/term/yue/%E5%A5%B0>,
        "奰"^^xsd:string ;
    rdfs:comment "anger"@en .

<http://lexvo.org/id/char/5971> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A5%B1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C3%A1n>,
        "奱"^^xsd:string .

<http://lexvo.org/id/char/5972> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A5%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/du%C7%92>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ce2%20do2>,
        <http://lexvo.org/id/term/yue/%E5%A5%B2>,
        "奲"^^xsd:string .

<http://lexvo.org/id/char/5974> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A5%B4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C3%BA>,
        <http://lexvo.org/id/term/kor/%E5%A5%B4>,
        <http://lexvo.org/id/term/kor/NO>,
        <http://lexvo.org/id/term/vie/n%C3%B4>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/nou4>,
        <http://lexvo.org/id/term/yue/%E5%A5%B4>,
        "奴"^^xsd:string ;
    rdfs:comment "slave, servant"@en .

<http://lexvo.org/id/char/5975> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A5%B5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C4%ABng>,
        "奵"^^xsd:string .

<http://lexvo.org/id/char/5976> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A5%B6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C7%8Ei>,
        <http://lexvo.org/id/term/kor/%E5%A5%B6>,
        <http://lexvo.org/id/term/kor/NAY>,
        <http://lexvo.org/id/term/vie/n%C3%A1i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/naai1%20naai5>,
        <http://lexvo.org/id/term/yue/%E5%A5%B6>,
        "奶"^^xsd:string ;
    rdfs:comment "milk; woman's breasts; nurse"@en .

<http://lexvo.org/id/char/5977> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A5%B7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C4%81n>,
        "奷"^^xsd:string .

<http://lexvo.org/id/char/5978> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A5%B8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C4%81n>,
        <http://lexvo.org/id/term/kor/%E5%A5%B8>,
        <http://lexvo.org/id/term/kor/KAN>,
        <http://lexvo.org/id/term/vie/gian>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gaan1>,
        <http://lexvo.org/id/term/yue/%E5%A5%B8>,
        "奸"^^xsd:string ;
    rdfs:comment "crafty, villainous, false"@en .

<http://lexvo.org/id/char/5979> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A5%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C4%81>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ji1%20taa1>,
        <http://lexvo.org/id/term/yue/%E5%A5%B9>,
        "她"^^xsd:string ;
    rdfs:comment "she, her"@en .

<http://lexvo.org/id/char/597A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A5%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C7%94>,
        "奺"^^xsd:string .

<http://lexvo.org/id/char/597B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A5%BB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C3%A1n>,
        "奻"^^xsd:string .

<http://lexvo.org/id/char/597C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A5%BC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%A0>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/caa3>,
        <http://lexvo.org/id/term/yue/%E5%A5%BC>,
        "奼"^^xsd:string ;
    rdfs:comment "beautiful, colorful; girl"@en .

<http://lexvo.org/id/char/597D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A5%BD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C7%8Eo%200448.030%3Ah%C3%A0o>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C7%8Eo%20h%C3%A0o>,
        <http://lexvo.org/id/term/kor/%E5%A5%BD>,
        <http://lexvo.org/id/term/kor/HO>,
        <http://lexvo.org/id/term/vie/h%C3%A1o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hou2%20hou3>,
        <http://lexvo.org/id/term/yue/%E5%A5%BD>,
        "好"^^xsd:string ;
    rdfs:comment "good, excellent, fine; well"@en .

<http://lexvo.org/id/char/597E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A5%BE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C4%81n>,
        "奾"^^xsd:string .

<http://lexvo.org/id/char/597F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A5%BF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%A0n>,
        "奿"^^xsd:string .

<http://lexvo.org/id/char/5980> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A6%80>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C7%90>,
        "妀"^^xsd:string .

<http://lexvo.org/id/char/5981> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A6%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/shu%C3%B2>,
        <http://lexvo.org/id/term/kor/%E5%A6%81>,
        <http://lexvo.org/id/term/kor/CAK>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zoek3>,
        <http://lexvo.org/id/term/yue/%E5%A6%81>,
        "妁"^^xsd:string ;
    rdfs:comment "act as go-between"@en .

<http://lexvo.org/id/char/5982> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A6%82>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/r%C3%BA>,
        <http://lexvo.org/id/term/kor/%E5%A6%82>,
        <http://lexvo.org/id/term/kor/YE>,
        <http://lexvo.org/id/term/vie/nh%C6%B0>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jyu4>,
        <http://lexvo.org/id/term/yue/%E5%A6%82>,
        "如"^^xsd:string ;
    rdfs:comment "if, supposing; as if; like, as"@en .

<http://lexvo.org/id/char/5983> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A6%83>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C4%93i>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C4%93i%20p%C3%A8i>,
        <http://lexvo.org/id/term/kor/%E5%A6%83>,
        <http://lexvo.org/id/term/kor/PI%20PAY>,
        <http://lexvo.org/id/term/vie/phi>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fei1>,
        <http://lexvo.org/id/term/yue/%E5%A6%83>,
        "妃"^^xsd:string ;
    rdfs:comment "wife, spouse; imperial concubine"@en .

<http://lexvo.org/id/char/5984> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A6%84>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C3%A0ng>,
        <http://lexvo.org/id/term/kor/%E5%A6%84>,
        <http://lexvo.org/id/term/kor/MANG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mong5>,
        <http://lexvo.org/id/term/yue/%E5%A6%84>,
        "妄"^^xsd:string ;
    rdfs:comment "absurd, foolish, reckless; false"@en .

<http://lexvo.org/id/char/5985> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A6%85>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%B3ng>,
        "妅"^^xsd:string .

<http://lexvo.org/id/char/5986> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A6%86>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zhu%C4%81ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zong1>,
        <http://lexvo.org/id/term/yue/%E5%A6%86>,
        "妆"^^xsd:string ;
    rdfs:comment "to adorn oneself, dress up, use make-up"@en .

<http://lexvo.org/id/char/5987> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A6%87>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fu5>,
        <http://lexvo.org/id/term/yue/%E5%A6%87>,
        "妇"^^xsd:string ;
    rdfs:comment "married women; woman; wife"@en .

<http://lexvo.org/id/char/5988> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A6%88>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C4%81>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/maa1>,
        <http://lexvo.org/id/term/yue/%E5%A6%88>,
        "妈"^^xsd:string ;
    rdfs:comment "mother, mama"@en .

<http://lexvo.org/id/char/5989> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A6%89>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C4%81n>,
        "妉"^^xsd:string .

<http://lexvo.org/id/char/598A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A6%8A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/r%C3%A8n>,
        <http://lexvo.org/id/term/kor/%E5%A6%8A>,
        <http://lexvo.org/id/term/kor/IM>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jam4>,
        <http://lexvo.org/id/term/yue/%E5%A6%8A>,
        "妊"^^xsd:string ;
    rdfs:comment "conceive, be pregnant"@en .

<http://lexvo.org/id/char/598B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A6%8B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C5%AB>,
        "妋"^^xsd:string .

<http://lexvo.org/id/char/598C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A6%8C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%ACng>,
        "妌"^^xsd:string .

<http://lexvo.org/id/char/598D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A6%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A1n>,
        <http://lexvo.org/id/term/kor/%E5%A6%8D>,
        <http://lexvo.org/id/term/kor/YEN>,
        <http://lexvo.org/id/term/vie/ng%C6%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jin4>,
        <http://lexvo.org/id/term/yue/%E5%A6%8D>,
        "妍"^^xsd:string ;
    rdfs:comment "beautiful, handsome; seductive"@en .

<http://lexvo.org/id/char/598E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A6%8E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A8>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hai6>,
        <http://lexvo.org/id/term/yue/%E5%A6%8E>,
        "妎"^^xsd:string .

<http://lexvo.org/id/char/598F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A6%8F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C3%A8n>,
        "妏"^^xsd:string .

<http://lexvo.org/id/char/5990> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A6%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C5%8Dng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zung1>,
        <http://lexvo.org/id/term/yue/%E5%A6%90>,
        "妐"^^xsd:string .

<http://lexvo.org/id/char/5991> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A6%91>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C4%81>,
        <http://lexvo.org/id/term/kor/%E5%A6%91>,
        <http://lexvo.org/id/term/kor/PHA>,
        "妑"^^xsd:string .

<http://lexvo.org/id/char/5992> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A6%92>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%B9>,
        <http://lexvo.org/id/term/kor/%E5%A6%92>,
        <http://lexvo.org/id/term/kor/THWU>,
        <http://lexvo.org/id/term/vie/%C4%91%E1%BB%91>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dou3>,
        <http://lexvo.org/id/term/yue/%E5%A6%92>,
        "妒"^^xsd:string ;
    rdfs:comment "jealous, envious"@en .

<http://lexvo.org/id/char/5993> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A6%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%AC>,
        <http://lexvo.org/id/term/kor/%E5%A6%93>,
        <http://lexvo.org/id/term/kor/KI>,
        <http://lexvo.org/id/term/vie/k%C4%A9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gei6>,
        <http://lexvo.org/id/term/yue/%E5%A6%93>,
        "妓"^^xsd:string ;
    rdfs:comment "prostitute"@en .

<http://lexvo.org/id/char/5994> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A6%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C4%93ng>,
        "妔"^^xsd:string .

<http://lexvo.org/id/char/5995> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A6%95>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%B2ng>,
        "妕"^^xsd:string .

<http://lexvo.org/id/char/5996> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A6%96>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C4%81o>,
        <http://lexvo.org/id/term/kor/%E5%A6%96>,
        <http://lexvo.org/id/term/kor/YO>,
        <http://lexvo.org/id/term/vie/y%C3%AAu>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jiu1>,
        <http://lexvo.org/id/term/yue/%E5%A6%96>,
        "妖"^^xsd:string ;
    rdfs:comment "strange, weird, supernatural"@en .

<http://lexvo.org/id/char/5997> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A6%97>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%ACn>,
        <http://lexvo.org/id/term/kor/%E5%A6%97>,
        <http://lexvo.org/id/term/kor/KUM>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kam5>,
        <http://lexvo.org/id/term/yue/%E5%A6%97>,
        "妗"^^xsd:string ;
    rdfs:comment "wife of mother's brother"@en .

<http://lexvo.org/id/char/5998> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A6%98>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%BAn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wan4>,
        <http://lexvo.org/id/term/yue/%E5%A6%98>,
        "妘"^^xsd:string .

<http://lexvo.org/id/char/5999> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A6%99>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/mi%C3%A0o>,
        <http://lexvo.org/id/term/kor/%E5%A6%99>,
        <http://lexvo.org/id/term/kor/MYO>,
        <http://lexvo.org/id/term/vie/di%E1%BB%87u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/miu6>,
        <http://lexvo.org/id/term/yue/%E5%A6%99>,
        "妙"^^xsd:string ;
    rdfs:comment "mysterious, subtle; exquisite"@en .

<http://lexvo.org/id/char/599A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A6%9A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C4%93i>,
        "妚"^^xsd:string .

<http://lexvo.org/id/char/599B> a lvont:Character ;
    lvont:represents "妛"^^xsd:string .

<http://lexvo.org/id/char/599C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A6%9C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/yu%C3%A8>,
        "妜"^^xsd:string .

<http://lexvo.org/id/char/599D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A6%9D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zhu%C4%81ng>,
        <http://lexvo.org/id/term/kor/%E5%A6%9D>,
        <http://lexvo.org/id/term/kor/CANG>,
        <http://lexvo.org/id/term/vie/trang>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zong1>,
        <http://lexvo.org/id/term/yue/%E5%A6%9D>,
        "妝"^^xsd:string ;
    rdfs:comment "to adorn oneself, dress up, use make-up"@en .

<http://lexvo.org/id/char/599E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A6%9E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ni%C5%AB>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/nau2>,
        <http://lexvo.org/id/term/yue/%E5%A6%9E>,
        "妞"^^xsd:string ;
    rdfs:comment "girl"@en .

<http://lexvo.org/id/char/599F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A6%9F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A0n>,
        "妟"^^xsd:string .

<http://lexvo.org/id/char/59A0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A6%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C3%A0>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/laap3%20naap6>,
        <http://lexvo.org/id/term/yue/%E5%A6%A0>,
        "妠"^^xsd:string ;
    rdfs:comment "(Cant.) to collect, seize, grab"@en .

<http://lexvo.org/id/char/59A1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A6%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C4%ABn>,
        "妡"^^xsd:string .

<http://lexvo.org/id/char/59A2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A6%A2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%A9n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fan4>,
        <http://lexvo.org/id/term/yue/%E5%A6%A2>,
        "妢"^^xsd:string .

<http://lexvo.org/id/char/59A3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A6%A3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C7%90>,
        <http://lexvo.org/id/term/kor/%E5%A6%A3>,
        <http://lexvo.org/id/term/kor/PI>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bei2>,
        <http://lexvo.org/id/term/yue/%E5%A6%A3>,
        "妣"^^xsd:string ;
    rdfs:comment "one's deceased mother"@en .

<http://lexvo.org/id/char/59A4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A6%A4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%BA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jyu4>,
        <http://lexvo.org/id/term/yue/%E5%A6%A4>,
        "妤"^^xsd:string ;
    rdfs:comment "beautiful, fair, handsome"@en .

<http://lexvo.org/id/char/59A5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A6%A5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/tu%C7%92>,
        <http://lexvo.org/id/term/kor/%E5%A6%A5>,
        <http://lexvo.org/id/term/kor/THA>,
        <http://lexvo.org/id/term/vie/tho%E1%BA%A3>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/to5>,
        <http://lexvo.org/id/term/yue/%E5%A6%A5>,
        "妥"^^xsd:string ;
    rdfs:comment "satisfactory, appropriate"@en .

<http://lexvo.org/id/char/59A6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A6%A6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C4%93ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fung1>,
        <http://lexvo.org/id/term/yue/%E5%A6%A6>,
        "妦"^^xsd:string .

<http://lexvo.org/id/char/59A7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A6%A7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/yu%C3%A1n>,
        <http://lexvo.org/id/term/kor/%E5%A6%A7>,
        <http://lexvo.org/id/term/kor/WAN>,
        "妧"^^xsd:string .

<http://lexvo.org/id/char/59A8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A6%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%A1ng%20f%C4%81ng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C4%81ng%200309.010%3Af%C3%A1ng>,
        <http://lexvo.org/id/term/kor/%E5%A6%A8>,
        <http://lexvo.org/id/term/kor/PANG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fong4>,
        <http://lexvo.org/id/term/yue/%E5%A6%A8>,
        "妨"^^xsd:string ;
    rdfs:comment "interfere with, impede, obstruct"@en .

<http://lexvo.org/id/char/59A9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A6%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C7%94>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mou5>,
        <http://lexvo.org/id/term/yue/%E5%A6%A9>,
        "妩"^^xsd:string ;
    rdfs:comment "charming, enchanting"@en .

<http://lexvo.org/id/char/59AA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A6%AA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%B9%20y%C7%94>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jyu2>,
        <http://lexvo.org/id/term/yue/%E5%A6%AA>,
        "妪"^^xsd:string ;
    rdfs:comment "old woman, hag"@en .

<http://lexvo.org/id/char/59AB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A6%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/gu%C4%AB>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gwai1>,
        <http://lexvo.org/id/term/yue/%E5%A6%AB>,
        "妫"^^xsd:string ;
    rdfs:comment "family name"@en .

<http://lexvo.org/id/char/59AC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A6%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%B9>,
        <http://lexvo.org/id/term/kor/%E5%A6%AC>,
        <http://lexvo.org/id/term/kor/THWU>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dou3>,
        <http://lexvo.org/id/term/yue/%E5%A6%AC>,
        "妬"^^xsd:string ;
    rdfs:comment "jealous, envious"@en .

<http://lexvo.org/id/char/59AD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A6%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%A1>,
        "妭"^^xsd:string .

<http://lexvo.org/id/char/59AE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A6%AE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C4%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C4%AB%20n%C3%AD>,
        <http://lexvo.org/id/term/vie/ni>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/nei4>,
        <http://lexvo.org/id/term/yue/%E5%A6%AE>,
        "妮"^^xsd:string ;
    rdfs:comment "maid, servant girl; cute girl"@en .

<http://lexvo.org/id/char/59AF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A6%AF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%B3u>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%B3u%20zh%C3%BA>,
        <http://lexvo.org/id/term/kor/%E5%A6%AF>,
        <http://lexvo.org/id/term/kor/CHWUK>,
        <http://lexvo.org/id/term/vie/d%C3%A2u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/suk6%20zuk6>,
        <http://lexvo.org/id/term/yue/%E5%A6%AF>,
        "妯"^^xsd:string ;
    rdfs:comment "wives of one's brothers; sister-i"@en .

<http://lexvo.org/id/char/59B0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A6%B0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zhu%C3%B3>,
        "妰"^^xsd:string .

<http://lexvo.org/id/char/59B1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A6%B1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C4%81o>,
        "妱"^^xsd:string .

<http://lexvo.org/id/char/59B2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A6%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%A1>,
        <http://lexvo.org/id/term/kor/%E5%A6%B2>,
        <http://lexvo.org/id/term/kor/TAL>,
        <http://lexvo.org/id/term/vie/d%C3%A1t>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/daat3%20taan2>,
        <http://lexvo.org/id/term/yue/%E5%A6%B2>,
        "妲"^^xsd:string ;
    rdfs:comment "concubine of last ruler of the Shang dynasty"@en .

<http://lexvo.org/id/char/59B3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A6%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C7%8Ei%20n%C7%90>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lei5%20naai5%20nei5>,
        <http://lexvo.org/id/term/yue/%E5%A6%B3>,
        "妳"^^xsd:string ;
    rdfs:comment "you (f.)"@en .

<http://lexvo.org/id/char/59B4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A6%B4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/yu%C7%8En>,
        "妴"^^xsd:string .

<http://lexvo.org/id/char/59B5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A6%B5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C7%92u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tau2>,
        <http://lexvo.org/id/term/yue/%E5%A6%B5>,
        "妵"^^xsd:string ;
    rdfs:comment "person's name"@en .

<http://lexvo.org/id/char/59B6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A6%B6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xu%C3%A1n>,
        "妶"^^xsd:string .

<http://lexvo.org/id/char/59B7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A6%B7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%AD>,
        "妷"^^xsd:string .

<http://lexvo.org/id/char/59B8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C4%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A6%B8>,
        <http://lexvo.org/id/term/vie/%E1%BA%A3>,
        "妸"^^xsd:string ;
    rdfs:comment "person"@en .

<http://lexvo.org/id/char/59B9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A6%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A8i>,
        <http://lexvo.org/id/term/kor/%E5%A6%B9>,
        <http://lexvo.org/id/term/kor/MAY>,
        <http://lexvo.org/id/term/vie/mu%E1%BB%99i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mui6>,
        <http://lexvo.org/id/term/yue/%E5%A6%B9>,
        "妹"^^xsd:string ;
    rdfs:comment "younger sister"@en .

<http://lexvo.org/id/char/59BA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A6%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%B2>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mut6>,
        <http://lexvo.org/id/term/yue/%E5%A6%BA>,
        "妺"^^xsd:string ;
    rdfs:comment "wife of the last ruler of the Xia dynasty"@en .

<http://lexvo.org/id/char/59BB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A6%BB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C4%AB%200902.110%3Aq%C3%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C4%AB%20q%C3%AC>,
        <http://lexvo.org/id/term/kor/%E5%A6%BB>,
        <http://lexvo.org/id/term/kor/CHE>,
        <http://lexvo.org/id/term/vie/th%C3%AA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cai1%20cai3>,
        <http://lexvo.org/id/term/yue/%E5%A6%BB>,
        "妻"^^xsd:string ;
    rdfs:comment "wife"@en .

<http://lexvo.org/id/char/59BC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A6%BC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%AC>,
        "妼"^^xsd:string .

<http://lexvo.org/id/char/59BD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A6%BD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C4%93n>,
        "妽"^^xsd:string .

<http://lexvo.org/id/char/59BE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A6%BE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C3%A8>,
        <http://lexvo.org/id/term/kor/%E5%A6%BE>,
        <http://lexvo.org/id/term/kor/CHEP>,
        <http://lexvo.org/id/term/vie/thi%E1%BA%BFp>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cip3>,
        <http://lexvo.org/id/term/yue/%E5%A6%BE>,
        "妾"^^xsd:string ;
    rdfs:comment "concubine"@en .

<http://lexvo.org/id/char/59BF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C4%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A6%BF>,
        "妿"^^xsd:string .

<http://lexvo.org/id/char/59C0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A7%80>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A9>,
        "姀"^^xsd:string .

<http://lexvo.org/id/char/59C1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A7%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C7%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C7%94%20x%C5%AB>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/heoi1%20heoi2>,
        <http://lexvo.org/id/term/yue/%E5%A7%81>,
        "姁"^^xsd:string ;
    rdfs:comment "beauty"@en .

<http://lexvo.org/id/char/59C2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A7%82>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%A1>,
        <http://lexvo.org/id/term/vie/b%E1%BB%A3m>,
        "姂"^^xsd:string .

<http://lexvo.org/id/char/59C3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A7%83>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C4%93ng>,
        <http://lexvo.org/id/term/kor/%E5%A7%83>,
        <http://lexvo.org/id/term/kor/CENG>,
        "姃"^^xsd:string .

<http://lexvo.org/id/char/59C4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A7%84>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%ADn>,
        "姄"^^xsd:string .

<http://lexvo.org/id/char/59C5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A7%85>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%A0n>,
        <http://lexvo.org/id/term/vie/n%E1%BB%ADa>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bun3>,
        <http://lexvo.org/id/term/yue/%E5%A7%85>,
        "姅"^^xsd:string ;
    rdfs:comment "woman at time of menstruation"@en .

<http://lexvo.org/id/char/59C6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A7%86>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C7%94>,
        <http://lexvo.org/id/term/kor/%E5%A7%86>,
        <http://lexvo.org/id/term/kor/MO>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mou5>,
        <http://lexvo.org/id/term/yue/%E5%A7%86>,
        "姆"^^xsd:string ;
    rdfs:comment "child's governess; matron"@en .

<http://lexvo.org/id/char/59C7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A7%87>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C5%AB>,
        "姇"^^xsd:string .

<http://lexvo.org/id/char/59C8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A7%88>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%ADng>,
        <http://lexvo.org/id/term/kor/%E5%A7%88>,
        <http://lexvo.org/id/term/kor/LYENG>,
        <http://lexvo.org/id/term/vie/lanh>,
        "姈"^^xsd:string .

<http://lexvo.org/id/char/59C9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A7%89>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C7%90>,
        <http://lexvo.org/id/term/kor/%E5%A7%89>,
        <http://lexvo.org/id/term/kor/CA>,
        <http://lexvo.org/id/term/vie/ch%E1%BB%8B>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zi2>,
        <http://lexvo.org/id/term/yue/%E5%A7%89>,
        "姉"^^xsd:string ;
    rdfs:comment "elder sister"@en .

<http://lexvo.org/id/char/59CA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A7%8A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C7%90>,
        <http://lexvo.org/id/term/vie/ch%E1%BB%8B>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ze2%20zi2>,
        <http://lexvo.org/id/term/yue/%E5%A7%8A>,
        "姊"^^xsd:string ;
    rdfs:comment "elder sister"@en .

<http://lexvo.org/id/char/59CB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A7%8B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C7%90>,
        <http://lexvo.org/id/term/kor/%E5%A7%8B>,
        <http://lexvo.org/id/term/kor/SI>,
        <http://lexvo.org/id/term/vie/thu%E1%BB%B7>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ci2>,
        <http://lexvo.org/id/term/yue/%E5%A7%8B>,
        "始"^^xsd:string ;
    rdfs:comment "begin, start; then, only then"@en .

<http://lexvo.org/id/char/59CC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A7%8C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/r%C7%8En>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jim5>,
        <http://lexvo.org/id/term/yue/%E5%A7%8C>,
        "姌"^^xsd:string .

<http://lexvo.org/id/char/59CD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A7%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C4%81n>,
        <http://lexvo.org/id/term/kor/%E5%A7%8D>,
        <http://lexvo.org/id/term/kor/SAN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/saan1>,
        <http://lexvo.org/id/term/yue/%E5%A7%8D>,
        "姍"^^xsd:string ;
    rdfs:comment "slander; ridicule; proceed slowly"@en .

<http://lexvo.org/id/char/59CE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A7%8E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C4%81ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/joeng1>,
        <http://lexvo.org/id/term/yue/%E5%A7%8E>,
        "姎"^^xsd:string .

<http://lexvo.org/id/char/59CF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A7%8F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/maan4>,
        <http://lexvo.org/id/term/yue/%E5%A7%8F>,
        "姏"^^xsd:string .

<http://lexvo.org/id/char/59D0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A7%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C4%9B>,
        <http://lexvo.org/id/term/kor/%E5%A7%90>,
        <http://lexvo.org/id/term/kor/CE>,
        <http://lexvo.org/id/term/vie/th%C6%B0>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ze2>,
        <http://lexvo.org/id/term/yue/%E5%A7%90>,
        "姐"^^xsd:string ;
    rdfs:comment "elder sister, young lady"@en .

<http://lexvo.org/id/char/59D1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A7%91>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C5%AB>,
        <http://lexvo.org/id/term/kor/%E5%A7%91>,
        <http://lexvo.org/id/term/kor/KO>,
        <http://lexvo.org/id/term/vie/c%C3%B4>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gu1>,
        <http://lexvo.org/id/term/yue/%E5%A7%91>,
        "姑"^^xsd:string ;
    rdfs:comment "father's sister; husband's mother"@en .

<http://lexvo.org/id/char/59D2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A7%92>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C3%AC>,
        <http://lexvo.org/id/term/kor/%E5%A7%92>,
        <http://lexvo.org/id/term/kor/SA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ci5>,
        <http://lexvo.org/id/term/yue/%E5%A7%92>,
        "姒"^^xsd:string ;
    rdfs:comment "wife of elder brother"@en .

<http://lexvo.org/id/char/59D3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A7%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C3%ACng>,
        <http://lexvo.org/id/term/kor/%E5%A7%93>,
        <http://lexvo.org/id/term/kor/SENG>,
        <http://lexvo.org/id/term/vie/t%C3%ADnh>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/seng3%20sing3>,
        <http://lexvo.org/id/term/yue/%E5%A7%93>,
        "姓"^^xsd:string ;
    rdfs:comment "one's family name; clan, people"@en .

<http://lexvo.org/id/char/59D4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A7%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C4%93i%201197.120%3Aw%C4%9Bi>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C4%9Bi%20w%C4%93i>,
        <http://lexvo.org/id/term/kor/%E5%A7%94>,
        <http://lexvo.org/id/term/kor/WI>,
        <http://lexvo.org/id/term/vie/u%E1%BB%B7>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wai1%20wai2>,
        <http://lexvo.org/id/term/yue/%E5%A7%94>,
        "委"^^xsd:string ;
    rdfs:comment "appoint, send, commission"@en .

<http://lexvo.org/id/char/59D5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A7%95>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C4%AB>,
        "姕"^^xsd:string .

<http://lexvo.org/id/char/59D6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A7%96>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%B9>,
        "姖"^^xsd:string .

<http://lexvo.org/id/char/59D7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A7%97>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C4%81n>,
        <http://lexvo.org/id/term/kor/%E5%A7%97>,
        <http://lexvo.org/id/term/kor/SAN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/saan1>,
        <http://lexvo.org/id/term/yue/%E5%A7%97>,
        "姗"^^xsd:string ;
    rdfs:comment "slander; ridicule; proceed slowly"@en .

<http://lexvo.org/id/char/59D8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A7%98>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C4%ABn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ping1>,
        <http://lexvo.org/id/term/yue/%E5%A7%98>,
        "姘"^^xsd:string ;
    rdfs:comment "illicit sexual relations"@en .

<http://lexvo.org/id/char/59D9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A7%99>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/r%C3%A8n>,
        <http://lexvo.org/id/term/kor/%E5%A7%99>,
        <http://lexvo.org/id/term/kor/IM>,
        "姙"^^xsd:string ;
    rdfs:comment "conceive, be pregnant"@en .

<http://lexvo.org/id/char/59DA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A7%9A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A1o>,
        <http://lexvo.org/id/term/kor/%E5%A7%9A>,
        <http://lexvo.org/id/term/kor/YO>,
        <http://lexvo.org/id/term/vie/di%C3%AAu>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jiu4>,
        <http://lexvo.org/id/term/yue/%E5%A7%9A>,
        "姚"^^xsd:string ;
    rdfs:comment "handsome, elegant; surname"@en .

<http://lexvo.org/id/char/59DB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A7%9B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C7%92ng>,
        "姛"^^xsd:string .

<http://lexvo.org/id/char/59DC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A7%9C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C4%81ng>,
        <http://lexvo.org/id/term/kor/%E5%A7%9C>,
        <http://lexvo.org/id/term/kor/KANG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/goeng1>,
        <http://lexvo.org/id/term/yue/%E5%A7%9C>,
        "姜"^^xsd:string ;
    rdfs:comment "surname; ginger"@en .

<http://lexvo.org/id/char/59DD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A7%9D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C5%AB>,
        <http://lexvo.org/id/term/kor/%E5%A7%9D>,
        <http://lexvo.org/id/term/kor/CWU>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/syu1%20zyu1>,
        <http://lexvo.org/id/term/yue/%E5%A7%9D>,
        "姝"^^xsd:string ;
    rdfs:comment "a beautiful girl"@en .

<http://lexvo.org/id/char/59DE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A7%9E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%AD>,
        <http://lexvo.org/id/term/kor/%E5%A7%9E>,
        <http://lexvo.org/id/term/kor/KIL>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gat1>,
        <http://lexvo.org/id/term/yue/%E5%A7%9E>,
        "姞"^^xsd:string ;
    rdfs:comment "concubine"@en .

<http://lexvo.org/id/char/59DF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A7%9F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C4%81i>,
        "姟"^^xsd:string .

<http://lexvo.org/id/char/59E0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A7%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%A0ng>,
        "姠"^^xsd:string .

<http://lexvo.org/id/char/59E1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A7%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ku%C3%B2>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/waat6>,
        <http://lexvo.org/id/term/yue/%E5%A7%A1>,
        "姡"^^xsd:string .

<http://lexvo.org/id/char/59E2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A7%A2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ju%C4%81n>,
        <http://lexvo.org/id/term/kor/%E5%A7%A2>,
        <http://lexvo.org/id/term/kor/YEN>,
        "姢"^^xsd:string ;
    rdfs:comment "beautiful, graceful"@en .

<http://lexvo.org/id/char/59E3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A7%A3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C4%81o>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C4%81o%20ji%C7%8Eo%20xi%C3%A1o>,
        <http://lexvo.org/id/term/kor/%E5%A7%A3>,
        <http://lexvo.org/id/term/kor/KYO>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gaau2%20haau4>,
        <http://lexvo.org/id/term/yue/%E5%A7%A3>,
        "姣"^^xsd:string ;
    rdfs:comment "beautiful, handsome, pretty"@en .

<http://lexvo.org/id/char/59E4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A7%A4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C3%B2u>,
        <http://lexvo.org/id/term/kor/%E5%A7%A4>,
        <http://lexvo.org/id/term/kor/KWU>,
        <http://lexvo.org/id/term/vie/c%E1%BA%A1u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gau3>,
        <http://lexvo.org/id/term/yue/%E5%A7%A4>,
        "姤"^^xsd:string ;
    rdfs:comment "mate; copulate; good"@en .

<http://lexvo.org/id/char/59E5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A7%A5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C7%8Eo%200805.070%3Am%C7%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C7%94%20l%C7%8Eo>,
        <http://lexvo.org/id/term/kor/%E5%A7%A5>,
        <http://lexvo.org/id/term/kor/MO>,
        <http://lexvo.org/id/term/vie/m%E1%BB%A5>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lou5%20mou5>,
        <http://lexvo.org/id/term/yue/%E5%A7%A5>,
        "姥"^^xsd:string ;
    rdfs:comment "maternal grandmother; midwife"@en .

<http://lexvo.org/id/char/59E6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A7%A6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C4%81n>,
        <http://lexvo.org/id/term/kor/%E5%A7%A6>,
        <http://lexvo.org/id/term/kor/KAN>,
        <http://lexvo.org/id/term/vie/gian>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gaan1>,
        <http://lexvo.org/id/term/yue/%E5%A7%A6>,
        "姦"^^xsd:string ;
    rdfs:comment "adultery, debauchery; debauch"@en .

<http://lexvo.org/id/char/59E7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A7%A7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C4%81n>,
        "姧"^^xsd:string .

<http://lexvo.org/id/char/59E8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A7%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%AD>,
        <http://lexvo.org/id/term/kor/%E5%A7%A8>,
        <http://lexvo.org/id/term/kor/I>,
        <http://lexvo.org/id/term/vie/d%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ji4>,
        <http://lexvo.org/id/term/yue/%E5%A7%A8>,
        "姨"^^xsd:string ;
    rdfs:comment "mother/wife's sister; concubine"@en .

<http://lexvo.org/id/char/59E9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A7%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ni%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/nin1>,
        <http://lexvo.org/id/term/yue/%E5%A7%A9>,
        "姩"^^xsd:string ;
    rdfs:comment "(Cant.) breast"@en .

<http://lexvo.org/id/char/59EA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A7%AA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%AD>,
        <http://lexvo.org/id/term/kor/%E5%A7%AA>,
        <http://lexvo.org/id/term/kor/CIL%20CEL>,
        <http://lexvo.org/id/term/vie/%C4%91%E1%BA%B9t>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zat6>,
        <http://lexvo.org/id/term/yue/%E5%A7%AA>,
        "姪"^^xsd:string ;
    rdfs:comment "niece"@en .

<http://lexvo.org/id/char/59EB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A7%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C4%AB>,
        <http://lexvo.org/id/term/kor/%E5%A7%AB>,
        <http://lexvo.org/id/term/kor/HUY>,
        "姫"^^xsd:string ;
    rdfs:comment "beauty; imperial concubine"@en .

<http://lexvo.org/id/char/59EC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A7%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C4%AB>,
        <http://lexvo.org/id/term/kor/%E5%A7%AC>,
        <http://lexvo.org/id/term/kor/HUY>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gei1>,
        <http://lexvo.org/id/term/yue/%E5%A7%AC>,
        "姬"^^xsd:string ;
    rdfs:comment "beauty; imperial concubine"@en .

<http://lexvo.org/id/char/59ED> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A7%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A0n>,
        "姭"^^xsd:string .

<http://lexvo.org/id/char/59EE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A7%AE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A9ng>,
        <http://lexvo.org/id/term/kor/%E5%A7%AE>,
        <http://lexvo.org/id/term/kor/HANG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hang4>,
        <http://lexvo.org/id/term/yue/%E5%A7%AE>,
        "姮"^^xsd:string ;
    rdfs:comment "lady"@en .

<http://lexvo.org/id/char/59EF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A7%AF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/gu%C4%81ng>,
        "姯"^^xsd:string .

<http://lexvo.org/id/char/59F0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A7%B0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C5%ABn>,
        "姰"^^xsd:string .

<http://lexvo.org/id/char/59F1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A7%B1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ku%C4%81>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kwaa1>,
        <http://lexvo.org/id/term/yue/%E5%A7%B1>,
        "姱"^^xsd:string ;
    rdfs:comment "beautiful, handsome, elegant"@en .

<http://lexvo.org/id/char/59F2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A7%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A0n>,
        "姲"^^xsd:string .

<http://lexvo.org/id/char/59F3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A7%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C7%90ng>,
        "姳"^^xsd:string .

<http://lexvo.org/id/char/59F4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A7%B4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C3%A8>,
        "姴"^^xsd:string .

<http://lexvo.org/id/char/59F5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A7%B5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%A8i>,
        "姵"^^xsd:string .

<http://lexvo.org/id/char/59F6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A7%B6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%8En>,
        "姶"^^xsd:string .

<http://lexvo.org/id/char/59F7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A7%B7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%B2u>,
        "姷"^^xsd:string .

<http://lexvo.org/id/char/59F8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A7%B8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A1n>,
        <http://lexvo.org/id/term/kor/%E5%A7%B8>,
        <http://lexvo.org/id/term/kor/YEN>,
        "姸"^^xsd:string ;
    rdfs:comment "beautiful"@en .

<http://lexvo.org/id/char/59F9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A7%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%A0>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/caa3>,
        <http://lexvo.org/id/term/yue/%E5%A7%B9>,
        "姹"^^xsd:string ;
    rdfs:comment "beautiful, colorful; girl"@en .

<http://lexvo.org/id/char/59FA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A7%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C4%93n%20xi%C7%8En%20xi%C4%81n>,
        <http://lexvo.org/id/term/kor/%E5%A7%BA>,
        <http://lexvo.org/id/term/kor/SIN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sin2>,
        <http://lexvo.org/id/term/yue/%E5%A7%BA>,
        "姺"^^xsd:string ;
    rdfs:comment "name of an ancient state"@en .

<http://lexvo.org/id/char/59FB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A7%BB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C4%ABn>,
        <http://lexvo.org/id/term/kor/%E5%A7%BB>,
        <http://lexvo.org/id/term/kor/IN>,
        <http://lexvo.org/id/term/vie/nh%C3%A2n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jan1>,
        <http://lexvo.org/id/term/yue/%E5%A7%BB>,
        "姻"^^xsd:string ;
    rdfs:comment "relatives by marriage"@en .

<http://lexvo.org/id/char/59FC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A7%BC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C7%90>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ci2%20si4>,
        <http://lexvo.org/id/term/yue/%E5%A7%BC>,
        "姼"^^xsd:string .

<http://lexvo.org/id/char/59FD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A7%BD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/gu%C7%90>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gwai2>,
        <http://lexvo.org/id/term/yue/%E5%A7%BD>,
        "姽"^^xsd:string ;
    rdfs:comment "good"@en .

<http://lexvo.org/id/char/59FE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A7%BE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qu%C4%81n>,
        "姾"^^xsd:string .

<http://lexvo.org/id/char/59FF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A7%BF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C4%AB>,
        <http://lexvo.org/id/term/kor/%E5%A7%BF>,
        <http://lexvo.org/id/term/kor/CA>,
        <http://lexvo.org/id/term/vie/t%C6%B0>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zi1>,
        <http://lexvo.org/id/term/yue/%E5%A7%BF>,
        "姿"^^xsd:string ;
    rdfs:comment "one's manner, carriage, bearing"@en .

<http://lexvo.org/id/char/5A00> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A8%80>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C5%8Dng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sung1>,
        <http://lexvo.org/id/term/yue/%E5%A8%80>,
        "娀"^^xsd:string ;
    rdfs:comment "name of a concubine of Di Ku, father of the mythical Yao"@en .

<http://lexvo.org/id/char/5A01> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A8%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C4%93i>,
        <http://lexvo.org/id/term/kor/%E5%A8%81>,
        <http://lexvo.org/id/term/kor/WI>,
        <http://lexvo.org/id/term/vie/uy>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wai1>,
        <http://lexvo.org/id/term/yue/%E5%A8%81>,
        "威"^^xsd:string ;
    rdfs:comment "pomp, power; powerful; dominate"@en .

<http://lexvo.org/id/char/5A02> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A8%82>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%B3ng>,
        "娂"^^xsd:string .

<http://lexvo.org/id/char/5A03> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A8%83>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C3%A1>,
        <http://lexvo.org/id/term/kor/%E5%A8%83>,
        <http://lexvo.org/id/term/kor/WAY>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/waa1>,
        <http://lexvo.org/id/term/yue/%E5%A8%83>,
        "娃"^^xsd:string ;
    rdfs:comment "baby; doll; pretty girl"@en .

<http://lexvo.org/id/char/5A04> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A8%84>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%B3u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lau4>,
        <http://lexvo.org/id/term/yue/%E5%A8%84>,
        "娄"^^xsd:string ;
    rdfs:comment "surname; a constellation; to wear"@en .

<http://lexvo.org/id/char/5A05> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A8%85>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A0>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/aa3>,
        <http://lexvo.org/id/term/yue/%E5%A8%85>,
        "娅"^^xsd:string ;
    rdfs:comment "mutual term of address used by sons-in-law; a brother-in-law"@en .

<http://lexvo.org/id/char/5A06> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A8%86>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/r%C3%A1o%200956.060%3Ar%C7%8Eo>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/r%C7%8Eo%20r%C3%A1o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jiu4>,
        <http://lexvo.org/id/term/yue/%E5%A8%86>,
        "娆"^^xsd:string ;
    rdfs:comment "graceful, charming, fascinating"@en .

<http://lexvo.org/id/char/5A07> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A8%87>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C4%81o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/giu1>,
        <http://lexvo.org/id/term/yue/%E5%A8%87>,
        "娇"^^xsd:string ;
    rdfs:comment "seductive and loveable; tender"@en .

<http://lexvo.org/id/char/5A08> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A8%88>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/lu%C3%A1n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/lu%C3%A1n%20li%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lyun5>,
        <http://lexvo.org/id/term/yue/%E5%A8%88>,
        "娈"^^xsd:string ;
    rdfs:comment "lovely, beautiful; docile, obedie"@en .

<http://lexvo.org/id/char/5A09> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A8%89>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C4%ABng>,
        <http://lexvo.org/id/term/kor/%E5%A8%89>,
        <http://lexvo.org/id/term/kor/PING>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ping1>,
        <http://lexvo.org/id/term/yue/%E5%A8%89>,
        "娉"^^xsd:string ;
    rdfs:comment "beautiful, attractive, charming, graceful"@en .

<http://lexvo.org/id/char/5A0A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A8%8A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A0n>,
        "娊"^^xsd:string .

<http://lexvo.org/id/char/5A0B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A8%8B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%A0o>,
        "娋"^^xsd:string .

<http://lexvo.org/id/char/5A0C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A8%8C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C7%90>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lei5>,
        <http://lexvo.org/id/term/yue/%E5%A8%8C>,
        "娌"^^xsd:string ;
    rdfs:comment "brother's wife"@en .

<http://lexvo.org/id/char/5A0D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A8%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%A9ng>,
        "娍"^^xsd:string .

<http://lexvo.org/id/char/5A0E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A8%8E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A0o%20xi%C4%93>,
        "娎"^^xsd:string .

<http://lexvo.org/id/char/5A0F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A8%8F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A1ng>,
        "娏"^^xsd:string .

<http://lexvo.org/id/char/5A10> a lvont:Character ;
    lvont:represents "娐"^^xsd:string .

<http://lexvo.org/id/char/5A11> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A8%91>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/su%C5%8D>,
        <http://lexvo.org/id/term/kor/%E5%A8%91>,
        <http://lexvo.org/id/term/kor/SA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/so1>,
        <http://lexvo.org/id/term/yue/%E5%A8%91>,
        "娑"^^xsd:string ;
    rdfs:comment "dance, frolic; lounge; saunter"@en .

<http://lexvo.org/id/char/5A12> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A8%92>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A9i>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C7%94>,
        "娒"^^xsd:string ;
    rdfs:comment "matron"@en .

<http://lexvo.org/id/char/5A13> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A8%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C4%9Bi>,
        <http://lexvo.org/id/term/kor/%E5%A8%93>,
        <http://lexvo.org/id/term/kor/MI>,
        <http://lexvo.org/id/term/vie/v%C3%A3i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mei5>,
        <http://lexvo.org/id/term/yue/%E5%A8%93>,
        "娓"^^xsd:string ;
    rdfs:comment "comply; complying, agreeable"@en .

<http://lexvo.org/id/char/5A14> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A8%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C3%A8>,
        "娔"^^xsd:string .

<http://lexvo.org/id/char/5A15> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A8%95>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%A0i>,
        "娕"^^xsd:string .

<http://lexvo.org/id/char/5A16> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A8%96>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/chu%C3%B2>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cuk1%20zuk6>,
        <http://lexvo.org/id/term/yue/%E5%A8%96>,
        "娖"^^xsd:string .

<http://lexvo.org/id/char/5A17> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A8%97>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%ACng>,
        "娗"^^xsd:string .

<http://lexvo.org/id/char/5A18> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A8%98>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ni%C3%A1ng>,
        <http://lexvo.org/id/term/kor/%E5%A8%98>,
        <http://lexvo.org/id/term/kor/NANG>,
        <http://lexvo.org/id/term/vie/n%C6%B0%C6%A1ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/noeng4>,
        <http://lexvo.org/id/term/yue/%E5%A8%98>,
        "娘"^^xsd:string ;
    rdfs:comment "mother; young girl; woman; wife"@en .

<http://lexvo.org/id/char/5A19> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A8%99>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C3%ADng>,
        <http://lexvo.org/id/term/kor/%E5%A8%99>,
        <http://lexvo.org/id/term/kor/HYENG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jing4>,
        <http://lexvo.org/id/term/yue/%E5%A8%99>,
        "娙"^^xsd:string .

<http://lexvo.org/id/char/5A1A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A8%9A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C3%A1n>,
        "娚"^^xsd:string .

<http://lexvo.org/id/char/5A1B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A8%9B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%BA>,
        <http://lexvo.org/id/term/kor/%E5%A8%9B>,
        <http://lexvo.org/id/term/kor/O>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jyu4>,
        <http://lexvo.org/id/term/yue/%E5%A8%9B>,
        "娛"^^xsd:string ;
    rdfs:comment "pleasure, enjoyment, amusement"@en .

<http://lexvo.org/id/char/5A1C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A8%9C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C3%A0%200843.050%3Anu%C3%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/nu%C3%B3%20n%C3%A0>,
        <http://lexvo.org/id/term/kor/%E5%A8%9C>,
        <http://lexvo.org/id/term/kor/NA>,
        <http://lexvo.org/id/term/vie/na>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/naa4%20no4%20no5>,
        <http://lexvo.org/id/term/yue/%E5%A8%9C>,
        "娜"^^xsd:string ;
    rdfs:comment "elegant, graceful, delicate"@en .

<http://lexvo.org/id/char/5A1D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A8%9D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C4%93i>,
        "娝"^^xsd:string .

<http://lexvo.org/id/char/5A1E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A8%9E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C4%9Bi>,
        "娞"^^xsd:string .

<http://lexvo.org/id/char/5A1F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A8%9F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ju%C4%81n>,
        <http://lexvo.org/id/term/kor/%E5%A8%9F>,
        <http://lexvo.org/id/term/kor/YEN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gyun1>,
        <http://lexvo.org/id/term/yue/%E5%A8%9F>,
        "娟"^^xsd:string ;
    rdfs:comment "beautiful, graceful"@en .

<http://lexvo.org/id/char/5A20> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A8%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C4%93n>,
        <http://lexvo.org/id/term/kor/%E5%A8%A0>,
        <http://lexvo.org/id/term/kor/SIN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/san1%20zan3>,
        <http://lexvo.org/id/term/yue/%E5%A8%A0>,
        "娠"^^xsd:string ;
    rdfs:comment "pregnant"@en .

<http://lexvo.org/id/char/5A21> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A8%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%AC>,
        "娡"^^xsd:string .

<http://lexvo.org/id/char/5A22> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A8%A2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A1n>,
        "娢"^^xsd:string .

<http://lexvo.org/id/char/5A23> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A8%A3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%AC>,
        <http://lexvo.org/id/term/kor/%E5%A8%A3>,
        <http://lexvo.org/id/term/kor/CEY>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dai6%20tai5>,
        <http://lexvo.org/id/term/yue/%E5%A8%A3>,
        "娣"^^xsd:string ;
    rdfs:comment "younger sister, sister-in-law"@en .

<http://lexvo.org/id/char/5A24> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A8%A4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zhu%C4%81ng>,
        "娤"^^xsd:string .

<http://lexvo.org/id/char/5A25> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C3%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A8%A5>,
        <http://lexvo.org/id/term/kor/%E5%A8%A5>,
        <http://lexvo.org/id/term/kor/A>,
        <http://lexvo.org/id/term/vie/nga>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ngo4>,
        <http://lexvo.org/id/term/yue/%E5%A8%A5>,
        "娥"^^xsd:string ;
    rdfs:comment "be beautiful; good; surname"@en .

<http://lexvo.org/id/char/5A26> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A8%A6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%ADn>,
        "娦"^^xsd:string .

<http://lexvo.org/id/char/5A27> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A8%A7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/tu%C3%AC>,
        <http://lexvo.org/id/term/kor/%E5%A8%A7>,
        <http://lexvo.org/id/term/kor/THAY>,
        "娧"^^xsd:string .

<http://lexvo.org/id/char/5A28> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A8%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A0n>,
        "娨"^^xsd:string .

<http://lexvo.org/id/char/5A29> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A8%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/mi%C7%8En%201185.010%3Aw%C7%8En>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/mi%C7%8En%20w%C7%8En>,
        <http://lexvo.org/id/term/kor/%E5%A8%A9>,
        <http://lexvo.org/id/term/kor/MAN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/maan5%20min5>,
        <http://lexvo.org/id/term/yue/%E5%A8%A9>,
        "娩"^^xsd:string ;
    rdfs:comment "give birth child; complaisant"@en .

<http://lexvo.org/id/char/5A2A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A8%AA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C3%BA>,
        "娪"^^xsd:string .

<http://lexvo.org/id/char/5A2B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A8%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A1n>,
        "娫"^^xsd:string .

<http://lexvo.org/id/char/5A2C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A8%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C7%94>,
        "娬"^^xsd:string ;
    rdfs:comment "lovely; attractive"@en .

<http://lexvo.org/id/char/5A2D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C4%81i%201232.100%3Ax%C4%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A8%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C4%AB%20%C4%81i>,
        <http://lexvo.org/id/term/kor/%E5%A8%AD>,
        <http://lexvo.org/id/term/kor/AY>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/aai1%20ngaai1%20oi1>,
        <http://lexvo.org/id/term/yue/%E5%A8%AD>,
        "娭"^^xsd:string .

<http://lexvo.org/id/char/5A2E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A8%AE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A1n>,
        "娮"^^xsd:string .

<http://lexvo.org/id/char/5A2F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A8%AF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%BA>,
        <http://lexvo.org/id/term/kor/%E5%A8%AF>,
        <http://lexvo.org/id/term/kor/O>,
        "娯"^^xsd:string ;
    rdfs:comment "pleasure, enjoyment, amusement"@en .

<http://lexvo.org/id/char/5A30> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A8%B0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C3%AC>,
        "娰"^^xsd:string .

<http://lexvo.org/id/char/5A31> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A8%B1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%BA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jyu4>,
        <http://lexvo.org/id/term/yue/%E5%A8%B1>,
        "娱"^^xsd:string ;
    rdfs:comment "pleasure, enjoyment, amusement"@en .

<http://lexvo.org/id/char/5A32> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A8%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C4%81>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wo1>,
        <http://lexvo.org/id/term/yue/%E5%A8%B2>,
        "娲"^^xsd:string ;
    rdfs:comment "a goddess, the mythological sister and successor to Fuxi"@en .

<http://lexvo.org/id/char/5A33> a lvont:Character ;
    lvont:represents "娳"^^xsd:string .

<http://lexvo.org/id/char/5A34> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A8%B4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/haan4>,
        <http://lexvo.org/id/term/yue/%E5%A8%B4>,
        "娴"^^xsd:string ;
    rdfs:comment "elegant, refined; skillful"@en .

<http://lexvo.org/id/char/5A35> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A8%B5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C5%AB>,
        <http://lexvo.org/id/term/kor/%E5%A8%B5>,
        <http://lexvo.org/id/term/kor/CHWU>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zau1%20zeoi1>,
        <http://lexvo.org/id/term/yue/%E5%A8%B5>,
        "娵"^^xsd:string ;
    rdfs:comment "star"@en .

<http://lexvo.org/id/char/5A36> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A8%B6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C7%94>,
        <http://lexvo.org/id/term/kor/%E5%A8%B6>,
        <http://lexvo.org/id/term/kor/CHWI>,
        <http://lexvo.org/id/term/vie/th%C3%BA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ceoi2%20ceoi3>,
        <http://lexvo.org/id/term/yue/%E5%A8%B6>,
        "娶"^^xsd:string ;
    rdfs:comment "marry, take wife"@en .

<http://lexvo.org/id/char/5A37> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A8%B7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/shu%C3%AC>,
        "娷"^^xsd:string .

<http://lexvo.org/id/char/5A38> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A8%B8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C4%AB>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hei1>,
        <http://lexvo.org/id/term/yue/%E5%A8%B8>,
        "娸"^^xsd:string ;
    rdfs:comment "ugly"@en .

<http://lexvo.org/id/char/5A39> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A8%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A1n>,
        "娹"^^xsd:string .

<http://lexvo.org/id/char/5A3A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A8%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zhu%C4%AB>,
        "娺"^^xsd:string .

<http://lexvo.org/id/char/5A3B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A8%BB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C5%8Dng>,
        "娻"^^xsd:string .

<http://lexvo.org/id/char/5A3C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A8%BC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C4%81ng>,
        <http://lexvo.org/id/term/kor/%E5%A8%BC>,
        <http://lexvo.org/id/term/kor/CHANG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/coeng1>,
        <http://lexvo.org/id/term/yue/%E5%A8%BC>,
        "娼"^^xsd:string ;
    rdfs:comment "prostitute, harlot"@en .

<http://lexvo.org/id/char/5A3D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A8%BD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%B9>,
        "娽"^^xsd:string .

<http://lexvo.org/id/char/5A3E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C7%8Ei>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A8%BE>,
        "娾"^^xsd:string .

<http://lexvo.org/id/char/5A3F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C4%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A8%BF>,
        <http://lexvo.org/id/term/kor/%E5%A8%BF>,
        <http://lexvo.org/id/term/kor/A>,
        "娿"^^xsd:string .

<http://lexvo.org/id/char/5A40> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C4%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A9%80>,
        <http://lexvo.org/id/term/kor/%E5%A9%80>,
        <http://lexvo.org/id/term/kor/A>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/o1%20o2>,
        <http://lexvo.org/id/term/yue/%E5%A9%80>,
        "婀"^^xsd:string ;
    rdfs:comment "be beautiful, be graceful"@en .

<http://lexvo.org/id/char/5A41> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A9%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%B3u>,
        <http://lexvo.org/id/term/kor/%E5%A9%81>,
        <http://lexvo.org/id/term/kor/LWU>,
        <http://lexvo.org/id/term/vie/l%C3%A2u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lau4>,
        <http://lexvo.org/id/term/yue/%E5%A9%81>,
        "婁"^^xsd:string ;
    rdfs:comment "surname; a constellation; to wear"@en .

<http://lexvo.org/id/char/5A42> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A9%82>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/mi%C3%A1n>,
        "婂"^^xsd:string .

<http://lexvo.org/id/char/5A43> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A9%83>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C3%B3ng>,
        "婃"^^xsd:string .

<http://lexvo.org/id/char/5A44> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A9%84>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C7%92u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/pau3>,
        <http://lexvo.org/id/term/yue/%E5%A9%84>,
        "婄"^^xsd:string ;
    rdfs:comment "(Cant.) soft, weak; to soak; unreliable"@en .

<http://lexvo.org/id/char/5A45> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A9%85>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%BA>,
        "婅"^^xsd:string .

<http://lexvo.org/id/char/5A46> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A9%86>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%B3>,
        <http://lexvo.org/id/term/kor/%E5%A9%86>,
        <http://lexvo.org/id/term/kor/PHA>,
        <http://lexvo.org/id/term/vie/b%C3%A0>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/po4>,
        <http://lexvo.org/id/term/yue/%E5%A9%86>,
        "婆"^^xsd:string ;
    rdfs:comment "old woman; grandmother"@en .

<http://lexvo.org/id/char/5A47> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A9%87>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C7%8Ei>,
        "婇"^^xsd:string .

<http://lexvo.org/id/char/5A48> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A9%88>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%ADng>,
        "婈"^^xsd:string .

<http://lexvo.org/id/char/5A49> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A9%89>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C7%8En>,
        <http://lexvo.org/id/term/kor/%E5%A9%89>,
        <http://lexvo.org/id/term/kor/WAN>,
        <http://lexvo.org/id/term/vie/uy%E1%BB%83n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jyun2>,
        <http://lexvo.org/id/term/yue/%E5%A9%89>,
        "婉"^^xsd:string ;
    rdfs:comment "amiable, congenial; restrained"@en .

<http://lexvo.org/id/char/5A4A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A9%8A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/bi%C7%8Eo>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/biu2>,
        <http://lexvo.org/id/term/yue/%E5%A9%8A>,
        "婊"^^xsd:string ;
    rdfs:comment "whore, prostitute"@en .

<http://lexvo.org/id/char/5A4B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A9%8B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C4%81o>,
        "婋"^^xsd:string .

<http://lexvo.org/id/char/5A4C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A9%8C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C7%94>,
        <http://lexvo.org/id/term/kor/%E5%A9%8C>,
        <http://lexvo.org/id/term/kor/SWUK>,
        "婌"^^xsd:string .

<http://lexvo.org/id/char/5A4D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A9%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C7%90>,
        <http://lexvo.org/id/term/vie/g%E1%BA%A3>,
        "婍"^^xsd:string .

<http://lexvo.org/id/char/5A4E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A9%8E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C4%AB>,
        "婎"^^xsd:string .

<http://lexvo.org/id/char/5A4F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A9%8F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%B9>,
        "婏"^^xsd:string .

<http://lexvo.org/id/char/5A50> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C4%93%20w%C7%92>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A9%90>,
        <http://lexvo.org/id/term/kor/%E5%A9%90>,
        <http://lexvo.org/id/term/kor/WA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gwo2%20o1%20wo2>,
        <http://lexvo.org/id/term/yue/%E5%A9%90>,
        "婐"^^xsd:string ;
    rdfs:comment "maid"@en .

<http://lexvo.org/id/char/5A51> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A9%91>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C7%92>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wo2>,
        <http://lexvo.org/id/term/yue/%E5%A9%91>,
        "婑"^^xsd:string .

<http://lexvo.org/id/char/5A52> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A9%92>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%A1n>,
        "婒"^^xsd:string .

<http://lexvo.org/id/char/5A53> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A9%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C4%93i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fei1%20fei4>,
        <http://lexvo.org/id/term/yue/%E5%A9%93>,
        "婓"^^xsd:string .

<http://lexvo.org/id/char/5A54> a lvont:Character ;
    lvont:represents "婔"^^xsd:string .

<http://lexvo.org/id/char/5A55> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A9%95>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%A9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zit3%20zit6>,
        <http://lexvo.org/id/term/yue/%E5%A9%95>,
        "婕"^^xsd:string ;
    rdfs:comment "handsome"@en .

<http://lexvo.org/id/char/5A56> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A9%96>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ti%C4%81n>,
        "婖"^^xsd:string .

<http://lexvo.org/id/char/5A57> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A9%97>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C3%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/nei4%20ngai4>,
        <http://lexvo.org/id/term/yue/%E5%A9%97>,
        "婗"^^xsd:string ;
    rdfs:comment "a new-born child the whimper of an infant"@en .

<http://lexvo.org/id/char/5A58> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A9%98>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qu%C3%A1n%20ju%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gyun3%20kyun4>,
        <http://lexvo.org/id/term/yue/%E5%A9%98>,
        "婘"^^xsd:string .

<http://lexvo.org/id/char/5A59> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A9%99>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%ACng>,
        "婙"^^xsd:string .

<http://lexvo.org/id/char/5A5A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A9%9A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C5%ABn>,
        <http://lexvo.org/id/term/kor/%E5%A9%9A>,
        <http://lexvo.org/id/term/kor/HON>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fan1>,
        <http://lexvo.org/id/term/yue/%E5%A9%9A>,
        "婚"^^xsd:string ;
    rdfs:comment "get married; marriage, wedding"@en .

<http://lexvo.org/id/char/5A5B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A9%9B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C4%ABng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ging1>,
        <http://lexvo.org/id/term/yue/%E5%A9%9B>,
        "婛"^^xsd:string .

<http://lexvo.org/id/char/5A5C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A9%9C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C4%81n>,
        "婜"^^xsd:string .

<http://lexvo.org/id/char/5A5D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A9%9D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/di%C3%A0n>,
        "婝"^^xsd:string .

<http://lexvo.org/id/char/5A5E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A9%9E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C3%ACng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hang6>,
        <http://lexvo.org/id/term/yue/%E5%A9%9E>,
        "婞"^^xsd:string ;
    rdfs:comment "hate"@en .

<http://lexvo.org/id/char/5A5F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A9%9F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wu6>,
        <http://lexvo.org/id/term/yue/%E5%A9%9F>,
        "婟"^^xsd:string .

<http://lexvo.org/id/char/5A60> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A9%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C3%A0%20w%C4%81n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/waan1%20wun1>,
        <http://lexvo.org/id/term/yue/%E5%A9%A0>,
        "婠"^^xsd:string .

<http://lexvo.org/id/char/5A61> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A9%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%A1i>,
        "婡"^^xsd:string .

<http://lexvo.org/id/char/5A62> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A9%A2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%AC>,
        <http://lexvo.org/id/term/kor/%E5%A9%A2>,
        <http://lexvo.org/id/term/kor/PI>,
        <http://lexvo.org/id/term/vie/t%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/pei5>,
        <http://lexvo.org/id/term/yue/%E5%A9%A2>,
        "婢"^^xsd:string ;
    rdfs:comment "servant girl; your servant"@en .

<http://lexvo.org/id/char/5A63> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A9%A3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C4%ABn>,
        <http://lexvo.org/id/term/kor/%E5%A9%A3>,
        <http://lexvo.org/id/term/kor/IN>,
        "婣"^^xsd:string ;
    rdfs:comment "marriage connections, a bride"@en .

<http://lexvo.org/id/char/5A64> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A9%A4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C5%8Du%20ch%C5%8Du>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zau1>,
        <http://lexvo.org/id/term/yue/%E5%A9%A4>,
        "婤"^^xsd:string ;
    rdfs:comment "lovely"@en .

<http://lexvo.org/id/char/5A65> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A9%A5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/chu%C3%B2>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/coek3>,
        <http://lexvo.org/id/term/yue/%E5%A9%A5>,
        "婥"^^xsd:string ;
    rdfs:comment "beautiful"@en .

<http://lexvo.org/id/char/5A66> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A9%A6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%B9>,
        <http://lexvo.org/id/term/kor/%E5%A9%A6>,
        <http://lexvo.org/id/term/kor/PWU>,
        <http://lexvo.org/id/term/vie/ph%E1%BB%A5>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fu5>,
        <http://lexvo.org/id/term/yue/%E5%A9%A6>,
        "婦"^^xsd:string ;
    rdfs:comment "married women; woman; wife"@en .

<http://lexvo.org/id/char/5A67> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A9%A7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%ACng>,
        <http://lexvo.org/id/term/kor/%E5%A9%A7>,
        <http://lexvo.org/id/term/kor/CENG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zing6>,
        <http://lexvo.org/id/term/yue/%E5%A9%A7>,
        "婧"^^xsd:string ;
    rdfs:comment "modest; supple"@en .

<http://lexvo.org/id/char/5A68> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A9%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%BAn>,
        "婨"^^xsd:string .

<http://lexvo.org/id/char/5A69> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A9%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A0n>,
        "婩"^^xsd:string .

<http://lexvo.org/id/char/5A6A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A9%AA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%A1n>,
        <http://lexvo.org/id/term/kor/%E5%A9%AA>,
        <http://lexvo.org/id/term/kor/LAM>,
        <http://lexvo.org/id/term/vie/lam>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/laam4>,
        <http://lexvo.org/id/term/yue/%E5%A9%AA>,
        "婪"^^xsd:string ;
    rdfs:comment "covet; covetous, avaricious"@en .

<http://lexvo.org/id/char/5A6B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A9%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C5%ABn>,
        "婫"^^xsd:string .

<http://lexvo.org/id/char/5A6C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A9%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%ADn>,
        <http://lexvo.org/id/term/kor/%E5%A9%AC>,
        <http://lexvo.org/id/term/kor/UM>,
        <http://lexvo.org/id/term/vie/d%C3%A2m>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jam4>,
        <http://lexvo.org/id/term/yue/%E5%A9%AC>,
        "婬"^^xsd:string ;
    rdfs:comment "obscene, licentious, lewd"@en .

<http://lexvo.org/id/char/5A6D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A9%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A0>,
        <http://lexvo.org/id/term/vie/%E1%BA%A3>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/aa3>,
        <http://lexvo.org/id/term/yue/%E5%A9%AD>,
        "婭"^^xsd:string ;
    rdfs:comment "mutual term of address used by sons-in-law; a brother-in-law"@en .

<http://lexvo.org/id/char/5A6E> a lvont:Character ;
    lvont:represents "婮"^^xsd:string .

<http://lexvo.org/id/char/5A6F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A9%AF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%AC>,
        "婯"^^xsd:string .

<http://lexvo.org/id/char/5A70> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A9%B0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/di%C7%8En>,
        "婰"^^xsd:string .

<http://lexvo.org/id/char/5A71> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A9%B1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A1n>,
        "婱"^^xsd:string .

<http://lexvo.org/id/char/5A72> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/kor/%E5%A9%B2>,
        <http://lexvo.org/id/term/kor/HWA>,
        "婲"^^xsd:string .

<http://lexvo.org/id/char/5A73> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A9%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%A0>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/waak6>,
        <http://lexvo.org/id/term/yue/%E5%A9%B3>,
        "婳"^^xsd:string ;
    rdfs:comment "tranquil"@en .

<http://lexvo.org/id/char/5A74> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A9%B4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C4%ABng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jing1>,
        <http://lexvo.org/id/term/yue/%E5%A9%B4>,
        "婴"^^xsd:string ;
    rdfs:comment "baby, infant; bother"@en .

<http://lexvo.org/id/char/5A75> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A9%B5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sim4%20sin4>,
        <http://lexvo.org/id/term/yue/%E5%A9%B5>,
        "婵"^^xsd:string ;
    rdfs:comment "beautiful, lovely, pretty, graceful"@en .

<http://lexvo.org/id/char/5A76> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A9%B6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C4%9Bn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sam2>,
        <http://lexvo.org/id/term/yue/%E5%A9%B6>,
        "婶"^^xsd:string ;
    rdfs:comment "wife of father's younger brother"@en .

<http://lexvo.org/id/char/5A77> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A9%B7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%ADng>,
        <http://lexvo.org/id/term/kor/%E5%A9%B7>,
        <http://lexvo.org/id/term/kor/CENG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ting4>,
        <http://lexvo.org/id/term/yue/%E5%A9%B7>,
        "婷"^^xsd:string ;
    rdfs:comment "pretty; attractive; graceful"@en .

<http://lexvo.org/id/char/5A78> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A9%B8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%A0ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dong6>,
        <http://lexvo.org/id/term/yue/%E5%A9%B8>,
        "婸"^^xsd:string .

<http://lexvo.org/id/char/5A79> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A9%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%8Eo>,
        "婹"^^xsd:string .

<http://lexvo.org/id/char/5A7A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A9%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mou6>,
        <http://lexvo.org/id/term/yue/%E5%A9%BA>,
        "婺"^^xsd:string ;
    rdfs:comment "name of a star"@en .

<http://lexvo.org/id/char/5A7B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A9%BB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C3%A0n>,
        "婻"^^xsd:string .

<http://lexvo.org/id/char/5A7C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A9%BC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/chu%C3%B2%200978.080%3Aru%C3%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ru%C3%B2%20chu%C3%B2>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/coek3>,
        <http://lexvo.org/id/term/yue/%E5%A9%BC>,
        "婼"^^xsd:string ;
    rdfs:comment "person"@en .

<http://lexvo.org/id/char/5A7D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A9%BD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C7%8E>,
        "婽"^^xsd:string .

<http://lexvo.org/id/char/5A7E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A9%BE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C5%8Du>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C5%8Du%20y%C3%BA>,
        "婾"^^xsd:string ;
    rdfs:comment "handsome"@en .

<http://lexvo.org/id/char/5A7F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A9%BF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C3%B9>,
        <http://lexvo.org/id/term/kor/%E5%A9%BF>,
        <http://lexvo.org/id/term/kor/SE>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sai3>,
        <http://lexvo.org/id/term/yue/%E5%A9%BF>,
        "婿"^^xsd:string ;
    rdfs:comment "son-in-law; husband"@en .

<http://lexvo.org/id/char/5A80> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%AA%80>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%BA>,
        "媀"^^xsd:string .

<http://lexvo.org/id/char/5A81> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%AA%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C4%93i>,
        "媁"^^xsd:string .

<http://lexvo.org/id/char/5A82> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%AA%82>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%AD>,
        "媂"^^xsd:string .

<http://lexvo.org/id/char/5A83> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%AA%83>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/r%C3%B3u>,
        "媃"^^xsd:string .

<http://lexvo.org/id/char/5A84> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%AA%84>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C4%9Bi>,
        <http://lexvo.org/id/term/kor/%E5%AA%84>,
        <http://lexvo.org/id/term/kor/MI>,
        <http://lexvo.org/id/term/vie/m%E1%BA%B9>,
        "媄"^^xsd:string ;
    rdfs:comment "beautiful"@en .

<http://lexvo.org/id/char/5A85> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%AA%85>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C4%81n>,
        "媅"^^xsd:string .

<http://lexvo.org/id/char/5A86> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%AA%86>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ru%C7%8En>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/nyun6>,
        <http://lexvo.org/id/term/yue/%E5%AA%86>,
        "媆"^^xsd:string ;
    rdfs:comment "young, tender, soft, delicate"@en .

<http://lexvo.org/id/char/5A87> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%AA%87>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C4%ABn>,
        "媇"^^xsd:string .

<http://lexvo.org/id/char/5A88> a lvont:Character ;
    lvont:represents "媈"^^xsd:string .

<http://lexvo.org/id/char/5A89> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%AA%89>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C5%AB>,
        "媉"^^xsd:string .

<http://lexvo.org/id/char/5A8A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%AA%8A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cin4>,
        <http://lexvo.org/id/term/yue/%E5%AA%8A>,
        "媊"^^xsd:string ;
    rdfs:comment "star"@en .

<http://lexvo.org/id/char/5A8B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%AA%8B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C5%ABn>,
        "媋"^^xsd:string .

<http://lexvo.org/id/char/5A8C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%AA%8C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A1o%20mi%C3%A1o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/maau4>,
        <http://lexvo.org/id/term/yue/%E5%AA%8C>,
        "媌"^^xsd:string .

<http://lexvo.org/id/char/5A8D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%AA%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%B9>,
        <http://lexvo.org/id/term/kor/%E5%AA%8D>,
        <http://lexvo.org/id/term/kor/PWU>,
        "媍"^^xsd:string ;
    rdfs:comment "woman, wife"@en .

<http://lexvo.org/id/char/5A8E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%AA%8E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C4%9B>,
        <http://lexvo.org/id/term/vie/ch%E1%BB%ADa>,
        "媎"^^xsd:string .

<http://lexvo.org/id/char/5A8F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%AA%8F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/du%C4%81n>,
        "媏"^^xsd:string .

<http://lexvo.org/id/char/5A90> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%AA%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C4%AB>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hei1>,
        <http://lexvo.org/id/term/yue/%E5%AA%90>,
        "媐"^^xsd:string .

<http://lexvo.org/id/char/5A91> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%AA%91>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%B2ng>,
        "媑"^^xsd:string .

<http://lexvo.org/id/char/5A92> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%AA%92>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A9i>,
        <http://lexvo.org/id/term/kor/%E5%AA%92>,
        <http://lexvo.org/id/term/kor/MAY>,
        <http://lexvo.org/id/term/vie/m%E1%BB%91i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mui4>,
        <http://lexvo.org/id/term/yue/%E5%AA%92>,
        "媒"^^xsd:string ;
    rdfs:comment "go-between, matchmaker; medium"@en .

<http://lexvo.org/id/char/5A93> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%AA%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%A1ng>,
        <http://lexvo.org/id/term/kor/%E5%AA%93>,
        <http://lexvo.org/id/term/kor/HWANG>,
        "媓"^^xsd:string .

<http://lexvo.org/id/char/5A94> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%AA%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/mi%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/min4>,
        <http://lexvo.org/id/term/yue/%E5%AA%94>,
        "媔"^^xsd:string .

<http://lexvo.org/id/char/5A95> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C4%81n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%AA%95>,
        <http://lexvo.org/id/term/kor/%E5%AA%95>,
        <http://lexvo.org/id/term/kor/AM>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/am1%20om1>,
        <http://lexvo.org/id/term/yue/%E5%AA%95>,
        "媕"^^xsd:string ;
    rdfs:comment "undecided"@en .

<http://lexvo.org/id/char/5A96> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%AA%96>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C4%ABng>,
        "媖"^^xsd:string ;
    rdfs:comment "beauty; beautiful"@en .

<http://lexvo.org/id/char/5A97> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%AA%97>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xu%C4%81n>,
        "媗"^^xsd:string .

<http://lexvo.org/id/char/5A98> a lvont:Character ;
    lvont:represents "媘"^^xsd:string .

<http://lexvo.org/id/char/5A99> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%AA%99>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C4%93i>,
        "媙"^^xsd:string .

<http://lexvo.org/id/char/5A9A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%AA%9A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A8i>,
        <http://lexvo.org/id/term/kor/%E5%AA%9A>,
        <http://lexvo.org/id/term/kor/MI>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mei4%20mei6>,
        <http://lexvo.org/id/term/yue/%E5%AA%9A>,
        "媚"^^xsd:string ;
    rdfs:comment "charming, attractive; flatter"@en .

<http://lexvo.org/id/char/5A9B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%AA%9B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/yu%C3%A0n%20yu%C3%A1n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/yu%C3%A1n%201426.070%3Ayu%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E5%AA%9B>,
        <http://lexvo.org/id/term/kor/WEN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jyun4%20jyun6%20wun4>,
        <http://lexvo.org/id/term/yue/%E5%AA%9B>,
        "媛"^^xsd:string ;
    rdfs:comment "beauty, beautiful woman"@en .

<http://lexvo.org/id/char/5A9C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%AA%9C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C4%93n>,
        "媜"^^xsd:string .

<http://lexvo.org/id/char/5A9D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%AA%9D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C5%AB>,
        "媝"^^xsd:string .

<http://lexvo.org/id/char/5A9E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%AA%9E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%AD%20d%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tai4>,
        <http://lexvo.org/id/term/yue/%E5%AA%9E>,
        "媞"^^xsd:string ;
    rdfs:comment "at ease"@en .

<http://lexvo.org/id/char/5A9F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%AA%9F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A8>,
        <http://lexvo.org/id/term/kor/%E5%AA%9F>,
        <http://lexvo.org/id/term/kor/SEL>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sit3>,
        <http://lexvo.org/id/term/yue/%E5%AA%9F>,
        "媟"^^xsd:string ;
    rdfs:comment "lust after, act indecently; lewd"@en .

<http://lexvo.org/id/char/5AA0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%AA%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/tu%C7%92%20du%C3%B2>,
        "媠"^^xsd:string .

<http://lexvo.org/id/char/5AA1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%AA%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C3%A0n>,
        "媡"^^xsd:string .

<http://lexvo.org/id/char/5AA2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%AA%A2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A0o>,
        <http://lexvo.org/id/term/kor/%E5%AA%A2>,
        <http://lexvo.org/id/term/kor/MO>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mou6>,
        <http://lexvo.org/id/term/yue/%E5%AA%A2>,
        "媢"^^xsd:string ;
    rdfs:comment "be jealous of, be envious"@en .

<http://lexvo.org/id/char/5AA3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%AA%A3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/r%C7%8En>,
        "媣"^^xsd:string .

<http://lexvo.org/id/char/5AA4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%AA%A4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C4%AB>,
        <http://lexvo.org/id/term/kor/%E5%AA%A4>,
        <http://lexvo.org/id/term/kor/SI>,
        "媤"^^xsd:string ;
    rdfs:comment "husband's family"@en .

<http://lexvo.org/id/char/5AA5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%AA%A5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/pi%C4%81n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/pin1>,
        <http://lexvo.org/id/term/yue/%E5%AA%A5>,
        "媥"^^xsd:string .

<http://lexvo.org/id/char/5AA6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%AA%A6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C3%A8i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wai6>,
        <http://lexvo.org/id/term/yue/%E5%AA%A6>,
        "媦"^^xsd:string .

<http://lexvo.org/id/char/5AA7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%AA%A7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C4%81>,
        <http://lexvo.org/id/term/kor/%E5%AA%A7>,
        <http://lexvo.org/id/term/kor/WAY%20KWA>,
        <http://lexvo.org/id/term/vie/oa>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wo1>,
        <http://lexvo.org/id/term/yue/%E5%AA%A7>,
        "媧"^^xsd:string ;
    rdfs:comment "mythological snail goddess"@en .

<http://lexvo.org/id/char/5AA8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%AA%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%B9>,
        "媨"^^xsd:string .

<http://lexvo.org/id/char/5AA9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%AA%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%BA>,
        "媩"^^xsd:string .

<http://lexvo.org/id/char/5AAA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C7%8Eo>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%AA%AA>,
        <http://lexvo.org/id/term/kor/%E5%AA%AA>,
        <http://lexvo.org/id/term/kor/O>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ou2>,
        <http://lexvo.org/id/term/yue/%E5%AA%AA>,
        "媪"^^xsd:string ;
    rdfs:comment "old woman; lower-class woman"@en .

<http://lexvo.org/id/char/5AAB> a lvont:Character ;
    lvont:represents "媫"^^xsd:string .

<http://lexvo.org/id/char/5AAC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/bou2>,
        <http://lexvo.org/id/term/yue/%E5%AA%AC>,
        "媬"^^xsd:string ;
    rdfs:comment "governess; nurse"@en .

<http://lexvo.org/id/char/5AAD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%AA%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C5%AB>,
        "媭"^^xsd:string .

<http://lexvo.org/id/char/5AAE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%AA%AE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C5%8Du%20y%C3%BA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tau1>,
        <http://lexvo.org/id/term/yue/%E5%AA%AE>,
        "媮"^^xsd:string ;
    rdfs:comment "handsome, cheerful; steal"@en .

<http://lexvo.org/id/char/5AAF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%AA%AF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/gu%C4%AB>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gwai1>,
        <http://lexvo.org/id/term/yue/%E5%AA%AF>,
        "媯"^^xsd:string ;
    rdfs:comment "family name"@en .

<http://lexvo.org/id/char/5AB0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%AA%B0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C5%8Du>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/co4%20zau1>,
        <http://lexvo.org/id/term/yue/%E5%AA%B0>,
        "媰"^^xsd:string .

<http://lexvo.org/id/char/5AB1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%AA%B1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A1o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jiu4>,
        <http://lexvo.org/id/term/yue/%E5%AA%B1>,
        "媱"^^xsd:string .

<http://lexvo.org/id/char/5AB2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%AA%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bei2%20pei3>,
        <http://lexvo.org/id/term/yue/%E5%AA%B2>,
        "媲"^^xsd:string ;
    rdfs:comment "marry off, pair, match; compare"@en .

<http://lexvo.org/id/char/5AB3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%AA%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C3%AD>,
        <http://lexvo.org/id/term/kor/%E5%AA%B3>,
        <http://lexvo.org/id/term/kor/SIK>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sik1>,
        <http://lexvo.org/id/term/yue/%E5%AA%B3>,
        "媳"^^xsd:string ;
    rdfs:comment "daughter-in-law"@en .

<http://lexvo.org/id/char/5AB4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%AA%B4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/yu%C3%A1n>,
        "媴"^^xsd:string .

<http://lexvo.org/id/char/5AB5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%AA%B5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%ACng>,
        <http://lexvo.org/id/term/kor/%E5%AA%B5>,
        <http://lexvo.org/id/term/kor/ING>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jing6>,
        <http://lexvo.org/id/term/yue/%E5%AA%B5>,
        "媵"^^xsd:string ;
    rdfs:comment "a maid who accompanies bride to her new home; to escort; a concubine"@en .

<http://lexvo.org/id/char/5AB6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%AA%B6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/r%C3%B3ng>,
        "媶"^^xsd:string .

<http://lexvo.org/id/char/5AB7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%AA%B7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/r%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/juk6>,
        <http://lexvo.org/id/term/yue/%E5%AA%B7>,
        "媷"^^xsd:string .

<http://lexvo.org/id/char/5AB8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%AA%B8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C4%AB>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ci1>,
        <http://lexvo.org/id/term/yue/%E5%AA%B8>,
        "媸"^^xsd:string ;
    rdfs:comment "an ugly woman"@en .

<http://lexvo.org/id/char/5AB9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%AA%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C3%BA>,
        "媹"^^xsd:string .

<http://lexvo.org/id/char/5ABA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%AA%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C4%9Bi>,
        <http://lexvo.org/id/term/kor/%E5%AA%BA>,
        <http://lexvo.org/id/term/kor/MI>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mei5>,
        <http://lexvo.org/id/term/yue/%E5%AA%BA>,
        "媺"^^xsd:string ;
    rdfs:comment "beautiful"@en .

<http://lexvo.org/id/char/5ABB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%AA%BB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%A1n>,
        <http://lexvo.org/id/term/kor/%E5%AA%BB>,
        <http://lexvo.org/id/term/kor/PAN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/po4%20pun4>,
        <http://lexvo.org/id/term/yue/%E5%AA%BB>,
        "媻"^^xsd:string ;
    rdfs:comment "to move"@en .

<http://lexvo.org/id/char/5ABC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C7%8Eo>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%AA%BC>,
        <http://lexvo.org/id/term/kor/%E5%AA%BC>,
        <http://lexvo.org/id/term/kor/ON>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ou2%20wan2>,
        <http://lexvo.org/id/term/yue/%E5%AA%BC>,
        "媼"^^xsd:string ;
    rdfs:comment "old woman; lower-class woman"@en .

<http://lexvo.org/id/char/5ABD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%AA%BD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C4%81>,
        <http://lexvo.org/id/term/kor/%E5%AA%BD>,
        <http://lexvo.org/id/term/kor/MA>,
        <http://lexvo.org/id/term/vie/m%C3%A1>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/maa1%20maa2%20maa5>,
        <http://lexvo.org/id/term/yue/%E5%AA%BD>,
        "媽"^^xsd:string ;
    rdfs:comment "mother, mama"@en .

<http://lexvo.org/id/char/5ABE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%AA%BE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C3%B2u>,
        <http://lexvo.org/id/term/kor/%E5%AA%BE>,
        <http://lexvo.org/id/term/kor/KWU>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gau3>,
        <http://lexvo.org/id/term/yue/%E5%AA%BE>,
        "媾"^^xsd:string ;
    rdfs:comment "marry; be on friendly terms with"@en .

<http://lexvo.org/id/char/5ABF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%AA%BF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ku%C3%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ku%C3%AC%20gu%C7%90>,
        <http://lexvo.org/id/term/kor/%E5%AA%BF>,
        <http://lexvo.org/id/term/kor/KOY>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kwai3>,
        <http://lexvo.org/id/term/yue/%E5%AA%BF>,
        "媿"^^xsd:string ;
    rdfs:comment "ashamed, conscience-stricken"@en .

<http://lexvo.org/id/char/5AC0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%AB%80>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C3%ADn>,
        "嫀"^^xsd:string .

<http://lexvo.org/id/char/5AC1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%AB%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%A0>,
        <http://lexvo.org/id/term/kor/%E5%AB%81>,
        <http://lexvo.org/id/term/kor/KA>,
        <http://lexvo.org/id/term/vie/gi%C3%A1>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gaa3>,
        <http://lexvo.org/id/term/yue/%E5%AB%81>,
        "嫁"^^xsd:string ;
    rdfs:comment "to marry, give a daughter in marriage"@en .

<http://lexvo.org/id/char/5AC2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%AB%82>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C7%8Eo>,
        <http://lexvo.org/id/term/kor/%E5%AB%82>,
        <http://lexvo.org/id/term/kor/SWU>,
        <http://lexvo.org/id/term/vie/d%C3%A2u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sou2>,
        <http://lexvo.org/id/term/yue/%E5%AB%82>,
        "嫂"^^xsd:string ;
    rdfs:comment "sister-in-law, elder brother's wife"@en .

<http://lexvo.org/id/char/5AC3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%AB%83>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C4%93n>,
        "嫃"^^xsd:string .

<http://lexvo.org/id/char/5AC4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%AB%84>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/yu%C3%A1n>,
        <http://lexvo.org/id/term/kor/%E5%AB%84>,
        <http://lexvo.org/id/term/kor/WEN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jyun4>,
        <http://lexvo.org/id/term/yue/%E5%AB%84>,
        "嫄"^^xsd:string ;
    rdfs:comment "an ancient emperor's mother's name, Qiang Yuan, consort to Gu"@en .

<http://lexvo.org/id/char/5AC5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%AB%85>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C4%81>,
        "嫅"^^xsd:string .

<http://lexvo.org/id/char/5AC6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%AB%86>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%B3ng>,
        "嫆"^^xsd:string .

<http://lexvo.org/id/char/5AC7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%AB%87>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%ADng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ming4>,
        <http://lexvo.org/id/term/yue/%E5%AB%87>,
        "嫇"^^xsd:string .

<http://lexvo.org/id/char/5AC8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%AB%88>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C4%ABng>,
        <http://lexvo.org/id/term/kor/%E5%AB%88>,
        <http://lexvo.org/id/term/kor/AYNG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jing1>,
        <http://lexvo.org/id/term/yue/%E5%AB%88>,
        "嫈"^^xsd:string ;
    rdfs:comment "lady"@en .

<http://lexvo.org/id/char/5AC9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%AB%89>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%AD>,
        <http://lexvo.org/id/term/kor/%E5%AB%89>,
        <http://lexvo.org/id/term/kor/CIL>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zat6>,
        <http://lexvo.org/id/term/yue/%E5%AB%89>,
        "嫉"^^xsd:string ;
    rdfs:comment "jealousy; be jealous of"@en .

<http://lexvo.org/id/char/5ACA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%AB%8A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C3%B9>,
        "嫊"^^xsd:string .

<http://lexvo.org/id/char/5ACB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%AB%8B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ni%C7%8Eo>,
        <http://lexvo.org/id/term/kor/%E5%AB%8B>,
        <http://lexvo.org/id/term/kor/NYO%20YAK>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/niu5>,
        <http://lexvo.org/id/term/yue/%E5%AB%8B>,
        "嫋"^^xsd:string ;
    rdfs:comment "slender and delicate"@en .

<http://lexvo.org/id/char/5ACC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%AB%8C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A1n>,
        <http://lexvo.org/id/term/kor/%E5%AB%8C>,
        <http://lexvo.org/id/term/kor/HYEM>,
        <http://lexvo.org/id/term/vie/hi%E1%BB%81m>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jim4>,
        <http://lexvo.org/id/term/yue/%E5%AB%8C>,
        "嫌"^^xsd:string ;
    rdfs:comment "hate, detest; suspect; criticize"@en .

<http://lexvo.org/id/char/5ACD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%AB%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C4%81o>,
        "嫍"^^xsd:string .

<http://lexvo.org/id/char/5ACE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%AB%8E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%A1ng>,
        "嫎"^^xsd:string .

<http://lexvo.org/id/char/5ACF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%AB%8F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%A1ng>,
        "嫏"^^xsd:string ;
    rdfs:comment "the place where the supreme stores his books; library"@en .

<http://lexvo.org/id/char/5AD0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%AB%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C7%8Eo>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/nat1>,
        <http://lexvo.org/id/term/yue/%E5%AB%90>,
        "嫐"^^xsd:string ;
    rdfs:comment "frolic, play with; flirt with"@en .

<http://lexvo.org/id/char/5AD1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%AB%91>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%A1o>,
        "嫑"^^xsd:string .

<http://lexvo.org/id/char/5AD2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C3%A0i>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%AB%92>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/oi3>,
        <http://lexvo.org/id/term/yue/%E5%AB%92>,
        "嫒"^^xsd:string ;
    rdfs:comment "(your) daughter"@en .

<http://lexvo.org/id/char/5AD3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%AB%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%AC>,
        "嫓"^^xsd:string .

<http://lexvo.org/id/char/5AD4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%AB%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%ADn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/pan4>,
        <http://lexvo.org/id/term/yue/%E5%AB%94>,
        "嫔"^^xsd:string ;
    rdfs:comment "court lady; palace maid"@en .

<http://lexvo.org/id/char/5AD5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%AB%95>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ai3%20ji3>,
        <http://lexvo.org/id/term/yue/%E5%AB%95>,
        "嫕"^^xsd:string ;
    rdfs:comment "compliant, yielding; easy-going"@en .

<http://lexvo.org/id/char/5AD6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%AB%96>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/pi%C3%A0o%20pi%C3%A1o%20bi%C4%81o%20pi%C4%81o>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/pi%C3%A1o>,
        <http://lexvo.org/id/term/kor/%E5%AB%96>,
        <http://lexvo.org/id/term/kor/PHYO>,
        <http://lexvo.org/id/term/vie/ph%E1%BA%BFu>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/piu4>,
        <http://lexvo.org/id/term/yue/%E5%AB%96>,
        "嫖"^^xsd:string ;
    rdfs:comment "patronize prostitutes, frequent"@en .

<http://lexvo.org/id/char/5AD7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%AB%97>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%B9%20y%C7%94>,
        <http://lexvo.org/id/term/kor/%E5%AB%97>,
        <http://lexvo.org/id/term/kor/KWU>,
        <http://lexvo.org/id/term/vie/%E1%BA%A9u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jyu2>,
        <http://lexvo.org/id/term/yue/%E5%AB%97>,
        "嫗"^^xsd:string ;
    rdfs:comment "old woman, hag"@en .

<http://lexvo.org/id/char/5AD8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%AB%98>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%A9i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/leoi4>,
        <http://lexvo.org/id/term/yue/%E5%AB%98>,
        "嫘"^^xsd:string ;
    rdfs:comment "surname"@en .

<http://lexvo.org/id/char/5AD9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%AB%99>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xu%C3%A1n>,
        <http://lexvo.org/id/term/kor/%E5%AB%99>,
        <http://lexvo.org/id/term/kor/SEN>,
        "嫙"^^xsd:string .

<http://lexvo.org/id/char/5ADA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%AB%9A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A0n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C4%81n%200764.070%3Am%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E5%AB%9A>,
        <http://lexvo.org/id/term/kor/MAN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/maan6>,
        <http://lexvo.org/id/term/yue/%E5%AB%9A>,
        "嫚"^^xsd:string ;
    rdfs:comment "scorn, despise; be rude, affront"@en .

<http://lexvo.org/id/char/5ADB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%AB%9B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C4%AB>,
        <http://lexvo.org/id/term/kor/%E5%AB%9B>,
        <http://lexvo.org/id/term/kor/YEY>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ji1>,
        <http://lexvo.org/id/term/yue/%E5%AB%9B>,
        "嫛"^^xsd:string ;
    rdfs:comment "compliant, yielding; easy-going a newborn child"@en .

<http://lexvo.org/id/char/5ADC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%AB%9C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C4%81ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zoeng1>,
        <http://lexvo.org/id/term/yue/%E5%AB%9C>,
        "嫜"^^xsd:string .

<http://lexvo.org/id/char/5ADD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%AB%9D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C4%81ng>,
        "嫝"^^xsd:string .

<http://lexvo.org/id/char/5ADE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%AB%9E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%B3ng>,
        "嫞"^^xsd:string .

<http://lexvo.org/id/char/5ADF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%AB%9F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/nik1>,
        <http://lexvo.org/id/term/yue/%E5%AB%9F>,
        "嫟"^^xsd:string .

<http://lexvo.org/id/char/5AE0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%AB%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%AD>,
        <http://lexvo.org/id/term/kor/%E5%AB%A0>,
        <http://lexvo.org/id/term/kor/LI>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lei4>,
        <http://lexvo.org/id/term/yue/%E5%AB%A0>,
        "嫠"^^xsd:string ;
    rdfs:comment "a widow"@en .

<http://lexvo.org/id/char/5AE1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%AB%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%AD>,
        <http://lexvo.org/id/term/kor/%E5%AB%A1>,
        <http://lexvo.org/id/term/kor/CEK>,
        <http://lexvo.org/id/term/vie/%C4%91%C3%ADch>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dik1>,
        <http://lexvo.org/id/term/yue/%E5%AB%A1>,
        "嫡"^^xsd:string ;
    rdfs:comment "legal wife, child of legal wife"@en .

<http://lexvo.org/id/char/5AE2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%AB%A2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/gu%C4%AB>,
        <http://lexvo.org/id/term/kor/%E5%AB%A2>,
        <http://lexvo.org/id/term/kor/KYU>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kwai1>,
        <http://lexvo.org/id/term/yue/%E5%AB%A2>,
        "嫢"^^xsd:string .

<http://lexvo.org/id/char/5AE3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%AB%A3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C4%81n>,
        <http://lexvo.org/id/term/kor/%E5%AB%A3>,
        <http://lexvo.org/id/term/kor/EN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jin1>,
        <http://lexvo.org/id/term/yue/%E5%AB%A3>,
        "嫣"^^xsd:string ;
    rdfs:comment "charming, fascinating; gay"@en .

<http://lexvo.org/id/char/5AE4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%AB%A4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%ACn>,
        "嫤"^^xsd:string .

<http://lexvo.org/id/char/5AE5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%AB%A5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zhu%C4%81n>,
        <http://lexvo.org/id/term/kor/%E5%AB%A5>,
        <http://lexvo.org/id/term/kor/CEN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zyun1>,
        <http://lexvo.org/id/term/yue/%E5%AB%A5>,
        "嫥"^^xsd:string .

<http://lexvo.org/id/char/5AE6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%AB%A6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%A1ng>,
        <http://lexvo.org/id/term/kor/%E5%AB%A6>,
        <http://lexvo.org/id/term/kor/HANG>,
        <http://lexvo.org/id/term/vie/th%C6%B0%E1%BB%9Dng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/soeng4>,
        <http://lexvo.org/id/term/yue/%E5%AB%A6>,
        "嫦"^^xsd:string ;
    rdfs:comment "name of a moon goddess"@en .

<http://lexvo.org/id/char/5AE7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%AB%A7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C3%A8>,
        "嫧"^^xsd:string .

<http://lexvo.org/id/char/5AE8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%AB%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C4%81n>,
        "嫨"^^xsd:string .

<http://lexvo.org/id/char/5AE9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%AB%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C3%A8n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C3%A8n%20n%C3%B9n>,
        <http://lexvo.org/id/term/kor/%E5%AB%A9>,
        <http://lexvo.org/id/term/kor/NWUN>,
        <http://lexvo.org/id/term/vie/non>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/nyun6>,
        <http://lexvo.org/id/term/yue/%E5%AB%A9>,
        "嫩"^^xsd:string ;
    rdfs:comment "soft, tender, delicate; young"@en .

<http://lexvo.org/id/char/5AEA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%AB%AA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%A0o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lou6>,
        <http://lexvo.org/id/term/yue/%E5%AB%AA>,
        "嫪"^^xsd:string ;
    rdfs:comment "hanker"@en .

<http://lexvo.org/id/char/5AEB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%AB%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%B3>,
        <http://lexvo.org/id/term/kor/%E5%AB%AB>,
        <http://lexvo.org/id/term/kor/MO>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mou4>,
        <http://lexvo.org/id/term/yue/%E5%AB%AB>,
        "嫫"^^xsd:string ;
    rdfs:comment "Huangdi's ugly concubine; nurse"@en .

<http://lexvo.org/id/char/5AEC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%AB%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C4%93>,
        "嫬"^^xsd:string .

<http://lexvo.org/id/char/5AED> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%AB%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%B9>,
        <http://lexvo.org/id/term/kor/%E5%AB%AD>,
        <http://lexvo.org/id/term/kor/HO>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wu6>,
        <http://lexvo.org/id/term/yue/%E5%AB%AD>,
        "嫭"^^xsd:string .

<http://lexvo.org/id/char/5AEE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%AB%AE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%B9>,
        <http://lexvo.org/id/term/kor/%E5%AB%AE>,
        <http://lexvo.org/id/term/kor/HO>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wu6>,
        <http://lexvo.org/id/term/yue/%E5%AB%AE>,
        "嫮"^^xsd:string .

<http://lexvo.org/id/char/5AEF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C3%A0o>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%AB%AF>,
        <http://lexvo.org/id/term/kor/%E5%AB%AF>,
        <http://lexvo.org/id/term/kor/O>,
        "嫯"^^xsd:string .

<http://lexvo.org/id/char/5AF0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%AB%B0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C3%A8n%20n%C3%B9n>,
        "嫰"^^xsd:string ;
    rdfs:comment "tender, delicate, soft"@en .

<http://lexvo.org/id/char/5AF1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%AB%B1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C3%A1ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/coeng4>,
        <http://lexvo.org/id/term/yue/%E5%AB%B1>,
        "嫱"^^xsd:string ;
    rdfs:comment "lady"@en .

<http://lexvo.org/id/char/5AF2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/maa4>,
        <http://lexvo.org/id/term/yue/%E5%AB%B2>,
        "嫲"^^xsd:string ;
    rdfs:comment "(Cant.) paternal grandmother"@en .

<http://lexvo.org/id/char/5AF3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%AB%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/pi%C3%A8>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/pit3>,
        <http://lexvo.org/id/term/yue/%E5%AB%B3>,
        "嫳"^^xsd:string .

<http://lexvo.org/id/char/5AF4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%AB%B4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C5%AB>,
        "嫴"^^xsd:string .

<http://lexvo.org/id/char/5AF5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%AB%B5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C7%94>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mou4%20mou5>,
        <http://lexvo.org/id/term/yue/%E5%AB%B5>,
        "嫵"^^xsd:string ;
    rdfs:comment "charming, enchanting"@en .

<http://lexvo.org/id/char/5AF6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%AB%B6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%A1o>,
        <http://lexvo.org/id/term/kor/%E5%AB%B6>,
        <http://lexvo.org/id/term/kor/CHO>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ciu4%20ziu1>,
        <http://lexvo.org/id/term/yue/%E5%AB%B6>,
        "嫶"^^xsd:string .

<http://lexvo.org/id/char/5AF7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%AB%B7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/tu%C7%92>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/to5>,
        <http://lexvo.org/id/term/yue/%E5%AB%B7>,
        "嫷"^^xsd:string .

<http://lexvo.org/id/char/5AF8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%AB%B8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C7%8En>,
        "嫸"^^xsd:string .

<http://lexvo.org/id/char/5AF9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%AB%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A1o>,
        "嫹"^^xsd:string .

<http://lexvo.org/id/char/5AFA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%AB%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A1n>,
        <http://lexvo.org/id/term/kor/%E5%AB%BA>,
        <http://lexvo.org/id/term/kor/HAN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/haan4>,
        <http://lexvo.org/id/term/yue/%E5%AB%BA>,
        "嫺"^^xsd:string ;
    rdfs:comment "refined, elegant, gracious"@en .

<http://lexvo.org/id/char/5AFB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%AB%BB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A1n>,
        <http://lexvo.org/id/term/kor/%E5%AB%BB>,
        <http://lexvo.org/id/term/kor/HAN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/haan4>,
        <http://lexvo.org/id/term/yue/%E5%AB%BB>,
        "嫻"^^xsd:string ;
    rdfs:comment "elegant, refined; skillful"@en .

<http://lexvo.org/id/char/5AFC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%AB%BC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%B2>,
        "嫼"^^xsd:string .

<http://lexvo.org/id/char/5AFD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%AB%BD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C3%A1o>,
        <http://lexvo.org/id/term/kor/%E5%AB%BD>,
        <http://lexvo.org/id/term/kor/LYO>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/liu4>,
        <http://lexvo.org/id/term/yue/%E5%AB%BD>,
        "嫽"^^xsd:string ;
    rdfs:comment "play with; (Cant.) to provoke"@en .

<http://lexvo.org/id/char/5AFE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%AB%BE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C3%A1n>,
        "嫾"^^xsd:string .

<http://lexvo.org/id/char/5AFF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%AB%BF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%A0>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/waak6>,
        <http://lexvo.org/id/term/yue/%E5%AB%BF>,
        "嫿"^^xsd:string ;
    rdfs:comment "tranquil"@en .

<http://lexvo.org/id/char/5B00> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%AC%80>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/gu%C4%AB>,
        <http://lexvo.org/id/term/kor/%E5%AC%80>,
        <http://lexvo.org/id/term/kor/KYU>,
        "嬀"^^xsd:string ;
    rdfs:comment "name of a river in Shanxi; crafty"@en .

<http://lexvo.org/id/char/5B01> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%AC%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C4%93ng>,
        "嬁"^^xsd:string .

<http://lexvo.org/id/char/5B02> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%AC%82>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C4%AB>,
        "嬂"^^xsd:string .

<http://lexvo.org/id/char/5B03> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%AC%83>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C5%AB>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/seoi1>,
        <http://lexvo.org/id/term/yue/%E5%AC%83>,
        "嬃"^^xsd:string ;
    rdfs:comment "sister"@en .

<http://lexvo.org/id/char/5B04> a lvont:Character ;
    lvont:represents "嬄"^^xsd:string .

<http://lexvo.org/id/char/5B05> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%AC%85>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%A1>,
        <http://lexvo.org/id/term/kor/%E5%AC%85>,
        <http://lexvo.org/id/term/kor/HWA>,
        "嬅"^^xsd:string ;
    rdfs:comment "beautiful; used in girls' names"@en .

<http://lexvo.org/id/char/5B06> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%AC%86>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C4%AB>,
        "嬆"^^xsd:string .

<http://lexvo.org/id/char/5B07> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%AC%87>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%AC>,
        "嬇"^^xsd:string .

<http://lexvo.org/id/char/5B08> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%AC%88>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/r%C3%A1o%200956.061%3Ar%C7%8Eo>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/r%C7%8Eo%20r%C3%A1o%20y%C7%8Eo>,
        <http://lexvo.org/id/term/kor/%E5%AC%88>,
        <http://lexvo.org/id/term/kor/YO>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jiu4>,
        <http://lexvo.org/id/term/yue/%E5%AC%88>,
        "嬈"^^xsd:string ;
    rdfs:comment "graceful, charming, fascinating"@en .

<http://lexvo.org/id/char/5B09> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%AC%89>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C4%AB>,
        <http://lexvo.org/id/term/kor/%E5%AC%89>,
        <http://lexvo.org/id/term/kor/HUY>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hei1>,
        <http://lexvo.org/id/term/yue/%E5%AC%89>,
        "嬉"^^xsd:string ;
    rdfs:comment "enjoy; play, amuse oneself"@en .

<http://lexvo.org/id/char/5B0A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%AC%8A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A0n>,
        "嬊"^^xsd:string .

<http://lexvo.org/id/char/5B0B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%AC%8B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%A1n>,
        <http://lexvo.org/id/term/kor/%E5%AC%8B>,
        <http://lexvo.org/id/term/kor/SEN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sim4>,
        <http://lexvo.org/id/term/yue/%E5%AC%8B>,
        "嬋"^^xsd:string ;
    rdfs:comment "beautiful, lovely, pretty, graceful"@en .

<http://lexvo.org/id/char/5B0C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%AC%8C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C4%81o>,
        <http://lexvo.org/id/term/kor/%E5%AC%8C>,
        <http://lexvo.org/id/term/kor/KYO>,
        <http://lexvo.org/id/term/vie/ki%E1%BB%81u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/giu1>,
        <http://lexvo.org/id/term/yue/%E5%AC%8C>,
        "嬌"^^xsd:string ;
    rdfs:comment "seductive and loveable; tender"@en .

<http://lexvo.org/id/char/5B0D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%AC%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C4%9Bi>,
        "嬍"^^xsd:string .

<http://lexvo.org/id/char/5B0E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%AC%8E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%A0n>,
        "嬎"^^xsd:string ;
    rdfs:comment "to bear multiple, identical, offspring"@en .

<http://lexvo.org/id/char/5B0F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%AC%8F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C4%81n>,
        "嬏"^^xsd:string .

<http://lexvo.org/id/char/5B10> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%AC%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C4%81n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cim1>,
        <http://lexvo.org/id/term/yue/%E5%AC%90>,
        "嬐"^^xsd:string .

<http://lexvo.org/id/char/5B11> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%AC%91>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%AC>,
        "嬑"^^xsd:string .

<http://lexvo.org/id/char/5B12> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%AC%92>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C3%A8i>,
        "嬒"^^xsd:string .

<http://lexvo.org/id/char/5B13> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%AC%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%A0o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/giu3>,
        <http://lexvo.org/id/term/yue/%E5%AC%93>,
        "嬓"^^xsd:string ;
    rdfs:comment "used in names"@en .

<http://lexvo.org/id/char/5B14> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%AC%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%B9>,
        "嬔"^^xsd:string ;
    rdfs:comment "baby rabbit"@en .

<http://lexvo.org/id/char/5B15> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%AC%95>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%AC>,
        "嬕"^^xsd:string .

<http://lexvo.org/id/char/5B16> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%AC%96>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%AC>,
        <http://lexvo.org/id/term/kor/%E5%AC%96>,
        <http://lexvo.org/id/term/kor/PHYEY>,
        <http://lexvo.org/id/term/vie/b%E1%BA%BF>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/pei3>,
        <http://lexvo.org/id/term/yue/%E5%AC%96>,
        "嬖"^^xsd:string ;
    rdfs:comment "favorite; a minion"@en .

<http://lexvo.org/id/char/5B17> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%AC%97>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sin6>,
        <http://lexvo.org/id/term/yue/%E5%AC%97>,
        "嬗"^^xsd:string ;
    rdfs:comment "succession to the throne"@en .

<http://lexvo.org/id/char/5B18> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%AC%98>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/su%C3%AC>,
        "嬘"^^xsd:string .

<http://lexvo.org/id/char/5B19> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%AC%99>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C3%A1ng>,
        <http://lexvo.org/id/term/kor/%E5%AC%99>,
        <http://lexvo.org/id/term/kor/CANG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/coeng4>,
        <http://lexvo.org/id/term/yue/%E5%AC%99>,
        "嬙"^^xsd:string ;
    rdfs:comment "lady"@en .

<http://lexvo.org/id/char/5B1A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%AC%9A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C7%8En>,
        "嬚"^^xsd:string .

<http://lexvo.org/id/char/5B1B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%AC%9B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%A1n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%A1n%20qi%C3%B3ng%20yu%C4%81n>,
        <http://lexvo.org/id/term/kor/%E5%AC%9B>,
        <http://lexvo.org/id/term/kor/HYEN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hyun1%20king4>,
        <http://lexvo.org/id/term/yue/%E5%AC%9B>,
        "嬛"^^xsd:string ;
    rdfs:comment "apt, clever; sycophant, flatterer"@en .

<http://lexvo.org/id/char/5B1C> a lvont:Character ;
    lvont:represents "嬜"^^xsd:string .

<http://lexvo.org/id/char/5B1D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%AC%9D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ni%C7%8Eo>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/niu5>,
        <http://lexvo.org/id/term/yue/%E5%AC%9D>,
        "嬝"^^xsd:string ;
    rdfs:comment "delicate; graceful"@en .

<http://lexvo.org/id/char/5B1E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%AC%9E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C7%92ng>,
        "嬞"^^xsd:string .

<http://lexvo.org/id/char/5B1F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%AC%9F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%AC>,
        "嬟"^^xsd:string .

<http://lexvo.org/id/char/5B20> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%AC%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C3%A1n>,
        "嬠"^^xsd:string .

<http://lexvo.org/id/char/5B21> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C3%A0i>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%AC%A1>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/oi3>,
        <http://lexvo.org/id/term/yue/%E5%AC%A1>,
        "嬡"^^xsd:string ;
    rdfs:comment "(your) daughter"@en .

<http://lexvo.org/id/char/5B22> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%AC%A2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ni%C3%A1ng>,
        <http://lexvo.org/id/term/kor/%E5%AC%A2>,
        <http://lexvo.org/id/term/kor/YANG>,
        "嬢"^^xsd:string ;
    rdfs:comment "troubled, oppressed; fat; mother"@en .

<http://lexvo.org/id/char/5B23> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%AC%A3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C3%A9ng>,
        "嬣"^^xsd:string .

<http://lexvo.org/id/char/5B24> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%AC%A4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C4%81>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/maa1%20maa4>,
        <http://lexvo.org/id/term/yue/%E5%AC%A4>,
        "嬤"^^xsd:string ;
    rdfs:comment "mother"@en .

<http://lexvo.org/id/char/5B25> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%AC%A5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ti%C7%8Eo%20ti%C3%A1o>,
        <http://lexvo.org/id/term/kor/%E5%AC%A5>,
        <http://lexvo.org/id/term/kor/CO>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tiu5>,
        <http://lexvo.org/id/term/yue/%E5%AC%A5>,
        "嬥"^^xsd:string .

<http://lexvo.org/id/char/5B26> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%AC%A6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%B3u>,
        "嬦"^^xsd:string .

<http://lexvo.org/id/char/5B27> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%AC%A7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%ACn>,
        "嬧"^^xsd:string .

<http://lexvo.org/id/char/5B28> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%AC%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C3%AD>,
        <http://lexvo.org/id/term/kor/%E5%AC%A8>,
        <http://lexvo.org/id/term/kor/CA>,
        "嬨"^^xsd:string .

<http://lexvo.org/id/char/5B29> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%AC%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%BA>,
        "嬩"^^xsd:string .

<http://lexvo.org/id/char/5B2A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%AC%AA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%ADn>,
        <http://lexvo.org/id/term/kor/%E5%AC%AA>,
        <http://lexvo.org/id/term/kor/PIN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ban3%20pan4>,
        <http://lexvo.org/id/term/yue/%E5%AC%AA>,
        "嬪"^^xsd:string ;
    rdfs:comment "court lady; palace maid"@en .

<http://lexvo.org/id/char/5B2B> a lvont:Character ;
    lvont:represents "嬫"^^xsd:string .

<http://lexvo.org/id/char/5B2C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%AC%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C5%AB>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jyu4>,
        <http://lexvo.org/id/term/yue/%E5%AC%AC>,
        "嬬"^^xsd:string ;
    rdfs:comment "mistress, concubine; weak"@en .

<http://lexvo.org/id/char/5B2D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%AC%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C7%8Ei>,
        <http://lexvo.org/id/term/kor/%E5%AC%AD>,
        <http://lexvo.org/id/term/kor/NAY>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/naai5>,
        <http://lexvo.org/id/term/yue/%E5%AC%AD>,
        "嬭"^^xsd:string ;
    rdfs:comment "milk; suckle; breasts"@en .

<http://lexvo.org/id/char/5B2E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%AC%AE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C4%81n%20y%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jim1%20jim3>,
        <http://lexvo.org/id/term/yue/%E5%AC%AE>,
        "嬮"^^xsd:string .

<http://lexvo.org/id/char/5B2F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%AC%AF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%A1i>,
        "嬯"^^xsd:string .

<http://lexvo.org/id/char/5B30> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%AC%B0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C4%ABng>,
        <http://lexvo.org/id/term/kor/%E5%AC%B0>,
        <http://lexvo.org/id/term/kor/YENG>,
        <http://lexvo.org/id/term/vie/anh>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jing1>,
        <http://lexvo.org/id/term/yue/%E5%AC%B0>,
        "嬰"^^xsd:string ;
    rdfs:comment "baby, infant; bother"@en .

<http://lexvo.org/id/char/5B31> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%AC%B1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C3%A1n>,
        "嬱"^^xsd:string .

<http://lexvo.org/id/char/5B32> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%AC%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ni%C7%8Eo>,
        <http://lexvo.org/id/term/kor/%E5%AC%B2>,
        <http://lexvo.org/id/term/kor/NYO>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/nau1%20niu5>,
        <http://lexvo.org/id/term/yue/%E5%AC%B2>,
        "嬲"^^xsd:string ;
    rdfs:comment "frolic, play with; flirt with; (Cant.) angry"@en .

<http://lexvo.org/id/char/5B33> a lvont:Character ;
    lvont:represents "嬳"^^xsd:string .

<http://lexvo.org/id/char/5B34> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%AC%B4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%ADng>,
        <http://lexvo.org/id/term/kor/%E5%AC%B4>,
        <http://lexvo.org/id/term/kor/YENG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jing4>,
        <http://lexvo.org/id/term/yue/%E5%AC%B4>,
        "嬴"^^xsd:string ;
    rdfs:comment "to win; to have a surplus; surname"@en .

<http://lexvo.org/id/char/5B35> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%AC%B5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/mi%C3%A1n>,
        "嬵"^^xsd:string .

<http://lexvo.org/id/char/5B36> a lvont:Character ;
    lvont:represents "嬶"^^xsd:string ;
    rdfs:comment "a wife (vulgar)"@en .

<http://lexvo.org/id/char/5B37> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%AC%B7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C4%81>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/maa1>,
        <http://lexvo.org/id/term/yue/%E5%AC%B7>,
        "嬷"^^xsd:string ;
    rdfs:comment "mother"@en .

<http://lexvo.org/id/char/5B38> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%AC%B8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C4%9Bn>,
        <http://lexvo.org/id/term/vie/th%C3%ADm>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sam2>,
        <http://lexvo.org/id/term/yue/%E5%AC%B8>,
        "嬸"^^xsd:string ;
    rdfs:comment "wife of father's younger brother"@en .

<http://lexvo.org/id/char/5B39> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%AC%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C3%ACng>,
        "嬹"^^xsd:string .

<http://lexvo.org/id/char/5B3A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%AC%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C3%AC>,
        "嬺"^^xsd:string .

<http://lexvo.org/id/char/5B3B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%AC%BB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%BA>,
        "嬻"^^xsd:string .

<http://lexvo.org/id/char/5B3C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%AC%BC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C7%94>,
        "嬼"^^xsd:string .

<http://lexvo.org/id/char/5B3D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%AC%BD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/yu%C4%81n>,
        "嬽"^^xsd:string .

<http://lexvo.org/id/char/5B3E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%AC%BE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C7%8En>,
        <http://lexvo.org/id/term/kor/%E5%AC%BE>,
        <http://lexvo.org/id/term/kor/LAN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/laan5>,
        <http://lexvo.org/id/term/yue/%E5%AC%BE>,
        "嬾"^^xsd:string ;
    rdfs:comment "lazy, languid, listless"@en .

<http://lexvo.org/id/char/5B3F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%AC%BF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E5%AC%BF>,
        <http://lexvo.org/id/term/kor/YEN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jin3>,
        <http://lexvo.org/id/term/yue/%E5%AC%BF>,
        "嬿"^^xsd:string ;
    rdfs:comment "lovely"@en .

<http://lexvo.org/id/char/5B40> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%AD%80>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/shu%C4%81ng>,
        <http://lexvo.org/id/term/kor/%E5%AD%80>,
        <http://lexvo.org/id/term/kor/SANG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/soeng1%20sung1>,
        <http://lexvo.org/id/term/yue/%E5%AD%80>,
        "孀"^^xsd:string ;
    rdfs:comment "widow"@en .

<http://lexvo.org/id/char/5B41> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%AD%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%ADng>,
        "孁"^^xsd:string .

<http://lexvo.org/id/char/5B42> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%AD%82>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C7%8Eo>,
        "孂"^^xsd:string .

<http://lexvo.org/id/char/5B43> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%AD%83>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ni%C3%A1ng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ni%C3%A1ng%20n%C3%A1ng%20r%C3%A1ng%20r%C7%8Eng>,
        <http://lexvo.org/id/term/kor/%E5%AD%83>,
        <http://lexvo.org/id/term/kor/YANG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/noeng4>,
        <http://lexvo.org/id/term/yue/%E5%AD%83>,
        "孃"^^xsd:string ;
    rdfs:comment "troubled, oppressed; fat; mother"@en .

<http://lexvo.org/id/char/5B44> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%AD%84>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C7%8En>,
        "孄"^^xsd:string .

<http://lexvo.org/id/char/5B45> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%AD%85>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C4%81n%20qi%C4%81n>,
        <http://lexvo.org/id/term/kor/%E5%AD%85>,
        <http://lexvo.org/id/term/kor/SEM>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cim1>,
        <http://lexvo.org/id/term/yue/%E5%AD%85>,
        "孅"^^xsd:string ;
    rdfs:comment "slender, thin; sharp-pointed"@en .

<http://lexvo.org/id/char/5B46> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%AD%86>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C4%ABng>,
        "孆"^^xsd:string .

<http://lexvo.org/id/char/5B47> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%AD%87>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/shu%C4%81ng>,
        "孇"^^xsd:string .

<http://lexvo.org/id/char/5B48> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%AD%88>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/shu%C4%81i>,
        "孈"^^xsd:string .

<http://lexvo.org/id/char/5B49> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%AD%89>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qu%C3%A1n>,
        "孉"^^xsd:string .

<http://lexvo.org/id/char/5B4A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%AD%8A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C7%90>,
        "孊"^^xsd:string .

<http://lexvo.org/id/char/5B4B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%AD%8B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lei4>,
        <http://lexvo.org/id/term/yue/%E5%AD%8B>,
        "孋"^^xsd:string .

<http://lexvo.org/id/char/5B4C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%AD%8C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/lu%C3%A1n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/lu%C3%A1n%20li%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E5%AD%8C>,
        <http://lexvo.org/id/term/kor/LYEN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lyun5>,
        <http://lexvo.org/id/term/yue/%E5%AD%8C>,
        "孌"^^xsd:string ;
    rdfs:comment "lovely, beautiful; docile, obedient"@en .

<http://lexvo.org/id/char/5B4D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%AD%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A1n>,
        "孍"^^xsd:string .

<http://lexvo.org/id/char/5B4E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%AD%8E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C7%94>,
        "孎"^^xsd:string .

<http://lexvo.org/id/char/5B4F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%AD%8F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C7%8En>,
        "孏"^^xsd:string .

<http://lexvo.org/id/char/5B54> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%AD%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C7%92ng>,
        <http://lexvo.org/id/term/kor/%E5%AD%94>,
        <http://lexvo.org/id/term/kor/KONG>,
        <http://lexvo.org/id/term/vie/kh%E1%BB%95ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hung2>,
        <http://lexvo.org/id/term/yue/%E5%AD%94>,
        "孔"^^xsd:string ;
    rdfs:comment "opening, hole, orifice; great"@en .

<http://lexvo.org/id/char/5B55> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%AD%95>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%B9n>,
        <http://lexvo.org/id/term/kor/%E5%AD%95>,
        <http://lexvo.org/id/term/kor/ING>,
        <http://lexvo.org/id/term/vie/d%E1%BB%B1ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jan6>,
        <http://lexvo.org/id/term/yue/%E5%AD%95>,
        "孕"^^xsd:string ;
    rdfs:comment "be pregnant, pregnancy"@en .

<http://lexvo.org/id/char/5B56> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%AD%96>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C4%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C4%AB%20m%C4%81>,
        <http://lexvo.org/id/term/kor/%E5%AD%96>,
        <http://lexvo.org/id/term/kor/CA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/maa1>,
        <http://lexvo.org/id/term/yue/%E5%AD%96>,
        "孖"^^xsd:string ;
    rdfs:comment "twins"@en .

<http://lexvo.org/id/char/5B57> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%AD%97>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C3%AC>,
        <http://lexvo.org/id/term/kor/%E5%AD%97>,
        <http://lexvo.org/id/term/kor/CA>,
        <http://lexvo.org/id/term/vie/t%E1%BB%B1>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zi6>,
        <http://lexvo.org/id/term/yue/%E5%AD%97>,
        "字"^^xsd:string ;
    rdfs:comment "letter, character, word"@en .

<http://lexvo.org/id/char/5B58> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%AD%98>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C3%BAn>,
        <http://lexvo.org/id/term/kor/%E5%AD%98>,
        <http://lexvo.org/id/term/kor/CON>,
        <http://lexvo.org/id/term/vie/t%E1%BB%93n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cyun4>,
        <http://lexvo.org/id/term/yue/%E5%AD%98>,
        "存"^^xsd:string ;
    rdfs:comment "exist, live, be; survive; remain"@en .

<http://lexvo.org/id/char/5B59> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%AD%99>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C5%ABn>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C5%ABn%20x%C3%B9n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/syun1>,
        <http://lexvo.org/id/term/yue/%E5%AD%99>,
        "孙"^^xsd:string ;
    rdfs:comment "grandchild, descendent; surname"@en .

<http://lexvo.org/id/char/5B5A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%AD%9A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%BA%20f%C5%AB>,
        <http://lexvo.org/id/term/kor/%E5%AD%9A>,
        <http://lexvo.org/id/term/kor/PWU>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fu1>,
        <http://lexvo.org/id/term/yue/%E5%AD%9A>,
        "孚"^^xsd:string ;
    rdfs:comment "brood over eggs; have confidence"@en .

<http://lexvo.org/id/char/5B5B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%AD%9B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%A8i%200082.060%3Ab%C3%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%A8i%20b%C3%B3>,
        <http://lexvo.org/id/term/kor/%E5%AD%9B>,
        <http://lexvo.org/id/term/kor/PHAY>,
        <http://lexvo.org/id/term/vie/b%E1%BB%A5t>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bui6%20but6>,
        <http://lexvo.org/id/term/yue/%E5%AD%9B>,
        "孛"^^xsd:string ;
    rdfs:comment "comet"@en .

<http://lexvo.org/id/char/5B5C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%AD%9C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C4%AB>,
        <http://lexvo.org/id/term/kor/%E5%AD%9C>,
        <http://lexvo.org/id/term/kor/CA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zi1>,
        <http://lexvo.org/id/term/yue/%E5%AD%9C>,
        "孜"^^xsd:string ;
    rdfs:comment "be as diligent as possible"@en .

<http://lexvo.org/id/char/5B5D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%AD%9D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A0o>,
        <http://lexvo.org/id/term/kor/%E5%AD%9D>,
        <http://lexvo.org/id/term/kor/HYO>,
        <http://lexvo.org/id/term/vie/hi%E1%BA%BFu>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/haau3>,
        <http://lexvo.org/id/term/yue/%E5%AD%9D>,
        "孝"^^xsd:string ;
    rdfs:comment "filial piety, obedience; mourning"@en .

<http://lexvo.org/id/char/5B5E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%AD%9E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C3%ACn>,
        "孞"^^xsd:string .

<http://lexvo.org/id/char/5B5F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%AD%9F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A8ng>,
        <http://lexvo.org/id/term/kor/%E5%AD%9F>,
        <http://lexvo.org/id/term/kor/MAYNG%20MANG>,
        <http://lexvo.org/id/term/vie/m%E1%BA%A1nh>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/maang6>,
        <http://lexvo.org/id/term/yue/%E5%AD%9F>,
        "孟"^^xsd:string ;
    rdfs:comment "first in series; great, eminent"@en .

<http://lexvo.org/id/char/5B60> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%AD%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C3%AC>,
        "孠"^^xsd:string .

<http://lexvo.org/id/char/5B61> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%AD%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C4%81i>,
        <http://lexvo.org/id/term/kor/%E5%AD%A1>,
        <http://lexvo.org/id/term/kor/THAY>,
        "孡"^^xsd:string .

<http://lexvo.org/id/char/5B62> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%AD%A2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C4%81o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/baau1>,
        <http://lexvo.org/id/term/yue/%E5%AD%A2>,
        "孢"^^xsd:string ;
    rdfs:comment "spore"@en .

<http://lexvo.org/id/char/5B63> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%AD%A3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%AC>,
        <http://lexvo.org/id/term/kor/%E5%AD%A3>,
        <http://lexvo.org/id/term/kor/KYEY>,
        <http://lexvo.org/id/term/vie/qu%C3%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gwai3>,
        <http://lexvo.org/id/term/yue/%E5%AD%A3>,
        "季"^^xsd:string ;
    rdfs:comment "quarter of year; season; surname"@en .

<http://lexvo.org/id/char/5B64> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%AD%A4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C5%AB>,
        <http://lexvo.org/id/term/kor/%E5%AD%A4>,
        <http://lexvo.org/id/term/kor/KO>,
        <http://lexvo.org/id/term/vie/c%C3%B4>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gu1>,
        <http://lexvo.org/id/term/yue/%E5%AD%A4>,
        "孤"^^xsd:string ;
    rdfs:comment "orphan, fatherless; solitary"@en .

<http://lexvo.org/id/char/5B65> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%AD%A5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C3%BA>,
        <http://lexvo.org/id/term/kor/%E5%AD%A5>,
        <http://lexvo.org/id/term/kor/NO>,
        <http://lexvo.org/id/term/vie/nua>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/nou4>,
        <http://lexvo.org/id/term/yue/%E5%AD%A5>,
        "孥"^^xsd:string ;
    rdfs:comment "one's children"@en .

<http://lexvo.org/id/char/5B66> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%AD%A6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xu%C3%A9>,
        <http://lexvo.org/id/term/kor/%E5%AD%A6>,
        <http://lexvo.org/id/term/kor/HAK>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hok6>,
        <http://lexvo.org/id/term/yue/%E5%AD%A6>,
        "学"^^xsd:string ;
    rdfs:comment "learning, knowledge; school"@en .

<http://lexvo.org/id/char/5B67> a lvont:Character ;
    lvont:represents "孧"^^xsd:string .

<http://lexvo.org/id/char/5B68> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%AD%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zhu%C7%8En>,
        "孨"^^xsd:string .

<http://lexvo.org/id/char/5B69> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%AD%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A1i>,
        <http://lexvo.org/id/term/kor/%E5%AD%A9>,
        <http://lexvo.org/id/term/kor/HAY>,
        <http://lexvo.org/id/term/vie/h%C3%A0i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/haai4%20hoi4>,
        <http://lexvo.org/id/term/yue/%E5%AD%A9>,
        "孩"^^xsd:string ;
    rdfs:comment "baby, child; children"@en .

<http://lexvo.org/id/char/5B6A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%AD%AA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/lu%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lyun4>,
        <http://lexvo.org/id/term/yue/%E5%AD%AA>,
        "孪"^^xsd:string ;
    rdfs:comment "twins"@en .

<http://lexvo.org/id/char/5B6B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%AD%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C5%ABn>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C5%ABn%20x%C3%B9n>,
        <http://lexvo.org/id/term/kor/%E5%AD%AB>,
        <http://lexvo.org/id/term/kor/SON>,
        <http://lexvo.org/id/term/vie/t%C3%B4n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/syun1>,
        <http://lexvo.org/id/term/yue/%E5%AD%AB>,
        "孫"^^xsd:string ;
    rdfs:comment "grandchild, descendent; surname"@en .

<http://lexvo.org/id/char/5B6C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%AD%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%A0i%20n%C4%81o>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C4%81o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bou2%20naau1>,
        <http://lexvo.org/id/term/yue/%E5%AD%AC>,
        "孬"^^xsd:string ;
    rdfs:comment "bad; cowardly"@en .

<http://lexvo.org/id/char/5B6D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%AD%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/mi%C4%93>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/me1>,
        <http://lexvo.org/id/term/yue/%E5%AD%AD>,
        "孭"^^xsd:string ;
    rdfs:comment "(Cant.) to carry on the back"@en .

<http://lexvo.org/id/char/5B6E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%AD%AE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C3%B3ng>,
        "孮"^^xsd:string .

<http://lexvo.org/id/char/5B6F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%AD%AF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C4%81n>,
        "孯"^^xsd:string .

<http://lexvo.org/id/char/5B70> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%AD%B0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%BA>,
        <http://lexvo.org/id/term/kor/%E5%AD%B0>,
        <http://lexvo.org/id/term/kor/SWUK>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/suk6>,
        <http://lexvo.org/id/term/yue/%E5%AD%B0>,
        "孰"^^xsd:string ;
    rdfs:comment "who? which? what? which one?"@en .

<http://lexvo.org/id/char/5B71> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%AD%B1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C3%A0n%200118.070%3Ach%C3%A1n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%A1n%20c%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E5%AD%B1>,
        <http://lexvo.org/id/term/kor/CAN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/caan3%20saan4>,
        <http://lexvo.org/id/term/yue/%E5%AD%B1>,
        "孱"^^xsd:string ;
    rdfs:comment "weak, unfit, frail, feeble"@en .

<http://lexvo.org/id/char/5B72> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%AD%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C4%81>,
        "孲"^^xsd:string .

<http://lexvo.org/id/char/5B73> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%AD%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C4%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C4%AB%20z%C3%AC>,
        <http://lexvo.org/id/term/kor/%E5%AD%B3>,
        <http://lexvo.org/id/term/kor/CA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zi1>,
        <http://lexvo.org/id/term/yue/%E5%AD%B3>,
        "孳"^^xsd:string ;
    rdfs:comment "breed in large numbers"@en .

<http://lexvo.org/id/char/5B74> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%AD%B4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C7%90>,
        "孴"^^xsd:string .

<http://lexvo.org/id/char/5B75> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%AD%B5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C5%AB>,
        <http://lexvo.org/id/term/kor/%E5%AD%B5>,
        <http://lexvo.org/id/term/kor/PWU>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fu1>,
        <http://lexvo.org/id/term/yue/%E5%AD%B5>,
        "孵"^^xsd:string ;
    rdfs:comment "sit on eggs, hatch"@en .

<http://lexvo.org/id/char/5B76> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%AD%B6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C4%AB%20z%C3%AC>,
        <http://lexvo.org/id/term/kor/%E5%AD%B6>,
        <http://lexvo.org/id/term/kor/CA>,
        "孶"^^xsd:string ;
    rdfs:comment "variant of 孳 U+5B73, to breed in large numbers"@en .

<http://lexvo.org/id/char/5B77> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%AD%B7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%AD>,
        "孷"^^xsd:string .

<http://lexvo.org/id/char/5B78> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%AD%B8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xu%C3%A9>,
        <http://lexvo.org/id/term/kor/%E5%AD%B8>,
        <http://lexvo.org/id/term/kor/HAK>,
        <http://lexvo.org/id/term/vie/h%E1%BB%8Dc>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hok6>,
        <http://lexvo.org/id/term/yue/%E5%AD%B8>,
        "學"^^xsd:string ;
    rdfs:comment "learning, knowledge; school"@en .

<http://lexvo.org/id/char/5B79> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%AD%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%B2>,
        "孹"^^xsd:string .

<http://lexvo.org/id/char/5B7A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%AD%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/r%C3%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/r%C3%BA%20r%C3%B9>,
        <http://lexvo.org/id/term/kor/%E5%AD%BA>,
        <http://lexvo.org/id/term/kor/YU>,
        <http://lexvo.org/id/term/vie/nh%E1%BB%8D>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jyu4%20jyu6>,
        <http://lexvo.org/id/term/yue/%E5%AD%BA>,
        "孺"^^xsd:string ;
    rdfs:comment "child; blood relation; affection"@en .

<http://lexvo.org/id/char/5B7B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%AD%BB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%A1i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/laai1>,
        <http://lexvo.org/id/term/yue/%E5%AD%BB>,
        "孻"^^xsd:string ;
    rdfs:comment "last"@en .

<http://lexvo.org/id/char/5B7C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%AD%BC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ni%C3%A8>,
        <http://lexvo.org/id/term/kor/%E5%AD%BC>,
        <http://lexvo.org/id/term/kor/EL>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jit6>,
        <http://lexvo.org/id/term/yue/%E5%AD%BC>,
        "孼"^^xsd:string ;
    rdfs:comment "misfortune; sin, evil"@en .

<http://lexvo.org/id/char/5B7D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%AD%BD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ni%C3%A8>,
        <http://lexvo.org/id/term/kor/%E5%AD%BD>,
        <http://lexvo.org/id/term/kor/EL>,
        <http://lexvo.org/id/term/vie/nghi%E1%BB%87t>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jip6%20jit6>,
        <http://lexvo.org/id/term/yue/%E5%AD%BD>,
        "孽"^^xsd:string ;
    rdfs:comment "evil; son of concubine; ghost"@en .

<http://lexvo.org/id/char/5B7E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%AD%BE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C4%ABng>,
        "孾"^^xsd:string ;
    rdfs:comment "a baby, especially a girl, an infant"@en .

<http://lexvo.org/id/char/5B7F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%AD%BF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/lu%C3%A1n>,
        <http://lexvo.org/id/term/kor/%E5%AD%BF>,
        <http://lexvo.org/id/term/kor/SAN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lyun4>,
        <http://lexvo.org/id/term/yue/%E5%AD%BF>,
        "孿"^^xsd:string ;
    rdfs:comment "twins"@en .

<http://lexvo.org/id/char/5B81> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%AE%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C3%ADng%200836.020%3An%C3%ACng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C3%ADng%20zh%C3%B9%20n%C3%ACng>,
        <http://lexvo.org/id/term/kor/%E5%AE%81>,
        <http://lexvo.org/id/term/kor/CE>,
        <http://lexvo.org/id/term/vie/tr%E1%BB%AF>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cyu5>,
        <http://lexvo.org/id/term/yue/%E5%AE%81>,
        "宁"^^xsd:string ;
    rdfs:comment "calm, peaceful, serene; healthy"@en .

<http://lexvo.org/id/char/5B82> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%AE%82>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/r%C7%92ng>,
        <http://lexvo.org/id/term/kor/%E5%AE%82>,
        <http://lexvo.org/id/term/kor/YONG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jung2>,
        <http://lexvo.org/id/term/yue/%E5%AE%82>,
        "宂"^^xsd:string ;
    rdfs:comment "scattered, mixed affairs; duties; occupation business"@en .

<http://lexvo.org/id/char/5B83> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%AE%83>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C4%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C4%81%20tu%C5%8D>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/taa1%20to1>,
        <http://lexvo.org/id/term/yue/%E5%AE%83>,
        "它"^^xsd:string ;
    rdfs:comment "it; other"@en .

<http://lexvo.org/id/char/5B84> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%AE%84>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/gu%C7%90>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gwai2>,
        <http://lexvo.org/id/term/yue/%E5%AE%84>,
        "宄"^^xsd:string ;
    rdfs:comment "a traitor; a villain"@en .

<http://lexvo.org/id/char/5B85> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%AE%85>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%A1i>,
        <http://lexvo.org/id/term/kor/%E5%AE%85>,
        <http://lexvo.org/id/term/kor/TAYK%20THAYK>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zaak6>,
        <http://lexvo.org/id/term/yue/%E5%AE%85>,
        "宅"^^xsd:string ;
    rdfs:comment "residence, dwelling, home; grave"@en .

<http://lexvo.org/id/char/5B86> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%AE%86>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C3%B3ng>,
        "宆"^^xsd:string .

<http://lexvo.org/id/char/5B87> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%AE%87>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%94>,
        <http://lexvo.org/id/term/kor/%E5%AE%87>,
        <http://lexvo.org/id/term/kor/WU>,
        <http://lexvo.org/id/term/vie/v%C5%A9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jyu5>,
        <http://lexvo.org/id/term/yue/%E5%AE%87>,
        "宇"^^xsd:string ;
    rdfs:comment "house; building, structure; eaves"@en .

<http://lexvo.org/id/char/5B88> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%AE%88>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C7%92u>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C7%92u%20sh%C3%B2u>,
        <http://lexvo.org/id/term/kor/%E5%AE%88>,
        <http://lexvo.org/id/term/kor/SWU>,
        <http://lexvo.org/id/term/vie/th%C3%BA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sau2>,
        <http://lexvo.org/id/term/yue/%E5%AE%88>,
        "守"^^xsd:string ;
    rdfs:comment "defend, protect, guard, conserve"@en .

<http://lexvo.org/id/char/5B89> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C4%81n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%AE%89>,
        <http://lexvo.org/id/term/kor/%E5%AE%89>,
        <http://lexvo.org/id/term/kor/AN>,
        <http://lexvo.org/id/term/vie/an>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ngon1%20on1>,
        <http://lexvo.org/id/term/yue/%E5%AE%89>,
        "安"^^xsd:string ;
    rdfs:comment "peaceful, tranquil, quiet"@en .

<http://lexvo.org/id/char/5B8A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%AE%8A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%BA>,
        <http://lexvo.org/id/term/kor/%E5%AE%8A>,
        <http://lexvo.org/id/term/kor/KA>,
        "宊"^^xsd:string .

<http://lexvo.org/id/char/5B8B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%AE%8B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C3%B2ng>,
        <http://lexvo.org/id/term/kor/%E5%AE%8B>,
        <http://lexvo.org/id/term/kor/SONG>,
        <http://lexvo.org/id/term/vie/t%E1%BB%91ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sung3>,
        <http://lexvo.org/id/term/yue/%E5%AE%8B>,
        "宋"^^xsd:string ;
    rdfs:comment "Song dynasty; surname"@en .

<http://lexvo.org/id/char/5B8C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%AE%8C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C3%A1n>,
        <http://lexvo.org/id/term/kor/%E5%AE%8C>,
        <http://lexvo.org/id/term/kor/WAN>,
        <http://lexvo.org/id/term/vie/ho%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jyun4>,
        <http://lexvo.org/id/term/yue/%E5%AE%8C>,
        "完"^^xsd:string ;
    rdfs:comment "complete, finish, settle; whole"@en .

<http://lexvo.org/id/char/5B8D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%AE%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/r%C3%B2u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/juk6>,
        <http://lexvo.org/id/term/yue/%E5%AE%8D>,
        "宍"^^xsd:string ;
    rdfs:comment "flesh; meat; KangXi radical 130"@en .

<http://lexvo.org/id/char/5B8E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%AE%8E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%8Eo%20y%C4%81o%20y%C3%A0o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jiu2%20miu5>,
        <http://lexvo.org/id/term/yue/%E5%AE%8E>,
        "宎"^^xsd:string .

<http://lexvo.org/id/char/5B8F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%AE%8F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%B3ng>,
        <http://lexvo.org/id/term/kor/%E5%AE%8F>,
        <http://lexvo.org/id/term/kor/KOYNG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wang4>,
        <http://lexvo.org/id/term/yue/%E5%AE%8F>,
        "宏"^^xsd:string ;
    rdfs:comment "wide, spacious, great, vast"@en .

<http://lexvo.org/id/char/5B90> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%AE%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%AD>,
        "宐"^^xsd:string ;
    rdfs:comment "right, fitting, seemly"@en .

<http://lexvo.org/id/char/5B91> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%AE%91>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C7%90ng>,
        "宑"^^xsd:string .

<http://lexvo.org/id/char/5B92> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%AE%92>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C5%ABn>,
        "宒"^^xsd:string .

<http://lexvo.org/id/char/5B93> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%AE%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%AC%20f%C3%BA>,
        <http://lexvo.org/id/term/kor/%E5%AE%93>,
        <http://lexvo.org/id/term/kor/POK>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fuk6%20mat6>,
        <http://lexvo.org/id/term/yue/%E5%AE%93>,
        "宓"^^xsd:string ;
    rdfs:comment "quiet, silent; in good health"@en .

<http://lexvo.org/id/char/5B94> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%AE%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C7%94>,
        "宔"^^xsd:string .

<http://lexvo.org/id/char/5B95> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%AE%95>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%A0ng>,
        <http://lexvo.org/id/term/kor/%E5%AE%95>,
        <http://lexvo.org/id/term/kor/THANG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dong1%20dong6>,
        <http://lexvo.org/id/term/yue/%E5%AE%95>,
        "宕"^^xsd:string ;
    rdfs:comment "stone quarry; cave dwelling"@en .

<http://lexvo.org/id/char/5B96> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%AE%96>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%B3ng>,
        <http://lexvo.org/id/term/kor/%E5%AE%96>,
        <http://lexvo.org/id/term/kor/HOYNG>,
        "宖"^^xsd:string .

<http://lexvo.org/id/char/5B97> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%AE%97>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C5%8Dng>,
        <http://lexvo.org/id/term/kor/%E5%AE%97>,
        <http://lexvo.org/id/term/kor/CONG>,
        <http://lexvo.org/id/term/vie/t%C3%B4ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zung1>,
        <http://lexvo.org/id/term/yue/%E5%AE%97>,
        "宗"^^xsd:string ;
    rdfs:comment "lineage, ancestry; ancestor, clan"@en .

<http://lexvo.org/id/char/5B98> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%AE%98>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/gu%C4%81n>,
        <http://lexvo.org/id/term/kor/%E5%AE%98>,
        <http://lexvo.org/id/term/kor/KWAN>,
        <http://lexvo.org/id/term/vie/quan>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gun1>,
        <http://lexvo.org/id/term/yue/%E5%AE%98>,
        "官"^^xsd:string ;
    rdfs:comment "official, public servant"@en .

<http://lexvo.org/id/char/5B99> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%AE%99>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%B2u>,
        <http://lexvo.org/id/term/kor/%E5%AE%99>,
        <http://lexvo.org/id/term/kor/CWU>,
        <http://lexvo.org/id/term/vie/tr%E1%BB%A5>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zau6>,
        <http://lexvo.org/id/term/yue/%E5%AE%99>,
        "宙"^^xsd:string ;
    rdfs:comment "time as concept; infinite time"@en .

<http://lexvo.org/id/char/5B9A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%AE%9A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%ACng>,
        <http://lexvo.org/id/term/kor/%E5%AE%9A>,
        <http://lexvo.org/id/term/kor/CENG>,
        <http://lexvo.org/id/term/vie/%C4%91%E1%BB%8Bnh>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/deng6%20ding6>,
        <http://lexvo.org/id/term/yue/%E5%AE%9A>,
        "定"^^xsd:string ;
    rdfs:comment "decide, settle, fix"@en .

<http://lexvo.org/id/char/5B9B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%AE%9B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C7%8En>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C7%8En%20yu%C4%81n>,
        <http://lexvo.org/id/term/kor/%E5%AE%9B>,
        <http://lexvo.org/id/term/kor/WAN%20WEN>,
        <http://lexvo.org/id/term/vie/uy%E1%BB%83n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jyun1%20jyun2>,
        <http://lexvo.org/id/term/yue/%E5%AE%9B>,
        "宛"^^xsd:string ;
    rdfs:comment "seem, as if, crooked"@en .

<http://lexvo.org/id/char/5B9C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%AE%9C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%AD>,
        <http://lexvo.org/id/term/kor/%E5%AE%9C>,
        <http://lexvo.org/id/term/kor/UY>,
        <http://lexvo.org/id/term/vie/nghi>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ji4>,
        <http://lexvo.org/id/term/yue/%E5%AE%9C>,
        "宜"^^xsd:string ;
    rdfs:comment "suitable, right, fitting, proper"@en .

<http://lexvo.org/id/char/5B9D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%AE%9D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C7%8Eo>,
        <http://lexvo.org/id/term/kor/%E5%AE%9D>,
        <http://lexvo.org/id/term/kor/PO>,
        <http://lexvo.org/id/term/vie/b%E1%BA%A3o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bou2>,
        <http://lexvo.org/id/term/yue/%E5%AE%9D>,
        "宝"^^xsd:string ;
    rdfs:comment "treasure, jewel; precious, rare"@en .

<http://lexvo.org/id/char/5B9E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%AE%9E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sat6>,
        <http://lexvo.org/id/term/yue/%E5%AE%9E>,
        "实"^^xsd:string ;
    rdfs:comment "real, true; honest, sincere"@en .

<http://lexvo.org/id/char/5B9F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%AE%9F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%AD>,
        <http://lexvo.org/id/term/kor/%E5%AE%9F>,
        <http://lexvo.org/id/term/kor/SIL>,
        "実"^^xsd:string ;
    rdfs:comment "real, true; honest, sincere"@en .

<http://lexvo.org/id/char/5BA0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%AE%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C7%92ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cung2>,
        <http://lexvo.org/id/term/yue/%E5%AE%A0>,
        "宠"^^xsd:string ;
    rdfs:comment "favorite, concubine; favor"@en .

<http://lexvo.org/id/char/5BA1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%AE%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C4%9Bn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sam2>,
        <http://lexvo.org/id/term/yue/%E5%AE%A1>,
        "审"^^xsd:string ;
    rdfs:comment "examine, investigate; judge"@en .

<http://lexvo.org/id/char/5BA2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%AE%A2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C3%A8>,
        <http://lexvo.org/id/term/kor/%E5%AE%A2>,
        <http://lexvo.org/id/term/kor/KAYK>,
        <http://lexvo.org/id/term/vie/kh%C3%A1ch>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/haak3>,
        <http://lexvo.org/id/term/yue/%E5%AE%A2>,
        "客"^^xsd:string ;
    rdfs:comment "guest, traveller; customer"@en .

<http://lexvo.org/id/char/5BA3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%AE%A3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xu%C4%81n>,
        <http://lexvo.org/id/term/kor/%E5%AE%A3>,
        <http://lexvo.org/id/term/kor/SEN>,
        <http://lexvo.org/id/term/vie/tuy%C3%AAn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/syun1>,
        <http://lexvo.org/id/term/yue/%E5%AE%A3>,
        "宣"^^xsd:string ;
    rdfs:comment "declare, announce, proclaim"@en .

<http://lexvo.org/id/char/5BA4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%AE%A4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%AC>,
        <http://lexvo.org/id/term/kor/%E5%AE%A4>,
        <http://lexvo.org/id/term/kor/SIL>,
        <http://lexvo.org/id/term/vie/th%E1%BA%A5t>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sat1>,
        <http://lexvo.org/id/term/yue/%E5%AE%A4>,
        "室"^^xsd:string ;
    rdfs:comment "room, home, house, chamber"@en .

<http://lexvo.org/id/char/5BA5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%AE%A5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%B2u>,
        <http://lexvo.org/id/term/kor/%E5%AE%A5>,
        <http://lexvo.org/id/term/kor/YU>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jau6>,
        <http://lexvo.org/id/term/yue/%E5%AE%A5>,
        "宥"^^xsd:string ;
    rdfs:comment "forgive, pardon, indulge"@en .

<http://lexvo.org/id/char/5BA6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%AE%A6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E5%AE%A6>,
        <http://lexvo.org/id/term/kor/HWAN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/waan6>,
        <http://lexvo.org/id/term/yue/%E5%AE%A6>,
        "宦"^^xsd:string ;
    rdfs:comment "officialdom, government official"@en .

<http://lexvo.org/id/char/5BA7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%AE%A7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ji4>,
        <http://lexvo.org/id/term/yue/%E5%AE%A7>,
        "宧"^^xsd:string ;
    rdfs:comment "corner"@en .

<http://lexvo.org/id/char/5BA8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%AE%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ti%C7%8Eo>,
        "宨"^^xsd:string .

<http://lexvo.org/id/char/5BA9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%AE%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C7%90>,
        "宩"^^xsd:string .

<http://lexvo.org/id/char/5BAA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%AE%AA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hin3>,
        <http://lexvo.org/id/term/yue/%E5%AE%AA>,
        "宪"^^xsd:string ;
    rdfs:comment "constitution, statute, law"@en .

<http://lexvo.org/id/char/5BAB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%AE%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C5%8Dng>,
        <http://lexvo.org/id/term/kor/%E5%AE%AB>,
        <http://lexvo.org/id/term/kor/KWUNG>,
        <http://lexvo.org/id/term/vie/cung>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gung1>,
        <http://lexvo.org/id/term/yue/%E5%AE%AB>,
        "宫"^^xsd:string ;
    rdfs:comment "palace"@en .

<http://lexvo.org/id/char/5BAC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%AE%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%A9ng>,
        <http://lexvo.org/id/term/kor/%E5%AE%AC>,
        <http://lexvo.org/id/term/kor/SENG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sing4>,
        <http://lexvo.org/id/term/yue/%E5%AE%AC>,
        "宬"^^xsd:string ;
    rdfs:comment "archives; surname"@en .

<http://lexvo.org/id/char/5BAD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%AE%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C3%BAn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kwan4>,
        <http://lexvo.org/id/term/yue/%E5%AE%AD>,
        "宭"^^xsd:string .

<http://lexvo.org/id/char/5BAE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%AE%AE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C5%8Dng>,
        <http://lexvo.org/id/term/kor/%E5%AE%AE>,
        <http://lexvo.org/id/term/kor/KWUNG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gung1>,
        <http://lexvo.org/id/term/yue/%E5%AE%AE>,
        "宮"^^xsd:string ;
    rdfs:comment "palace, temple, dwelling, enclose"@en .

<http://lexvo.org/id/char/5BAF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%AE%AF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C4%81o>,
        "宯"^^xsd:string .

<http://lexvo.org/id/char/5BB0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%AE%B0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C7%8Ei>,
        <http://lexvo.org/id/term/kor/%E5%AE%B0>,
        <http://lexvo.org/id/term/kor/CAY>,
        <http://lexvo.org/id/term/vie/t%E1%BB%83>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zoi2>,
        <http://lexvo.org/id/term/yue/%E5%AE%B0>,
        "宰"^^xsd:string ;
    rdfs:comment "to slaughter; to rule"@en .

<http://lexvo.org/id/char/5BB1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%AE%B1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%A0>,
        "宱"^^xsd:string .

<http://lexvo.org/id/char/5BB2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%AE%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C7%8Eo>,
        "宲"^^xsd:string .

<http://lexvo.org/id/char/5BB3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%AE%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A0i>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A0i%20h%C3%A9>,
        <http://lexvo.org/id/term/kor/%E5%AE%B3>,
        <http://lexvo.org/id/term/kor/HAY%20HAL>,
        <http://lexvo.org/id/term/vie/h%E1%BA%A1i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hoi6%20hot3>,
        <http://lexvo.org/id/term/yue/%E5%AE%B3>,
        "害"^^xsd:string ;
    rdfs:comment "injure, harm; destroy, kill"@en .

<http://lexvo.org/id/char/5BB4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%AE%B4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E5%AE%B4>,
        <http://lexvo.org/id/term/kor/YEN>,
        <http://lexvo.org/id/term/vie/y%E1%BA%BFn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jin3>,
        <http://lexvo.org/id/term/yue/%E5%AE%B4>,
        "宴"^^xsd:string ;
    rdfs:comment "to entertain, feast; a feast, banquet"@en .

<http://lexvo.org/id/char/5BB5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%AE%B5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C4%81o>,
        <http://lexvo.org/id/term/kor/%E5%AE%B5>,
        <http://lexvo.org/id/term/kor/SO>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/siu1>,
        <http://lexvo.org/id/term/yue/%E5%AE%B5>,
        "宵"^^xsd:string ;
    rdfs:comment "night, evening, dark"@en .

<http://lexvo.org/id/char/5BB6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%AE%B6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C4%81%200537.030%3Ajia%200584.040%3Ajie>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C4%81%20jie%20g%C5%AB>,
        <http://lexvo.org/id/term/kor/%E5%AE%B6>,
        <http://lexvo.org/id/term/kor/KA>,
        <http://lexvo.org/id/term/vie/gia>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gaa1%20gu1>,
        <http://lexvo.org/id/term/yue/%E5%AE%B6>,
        "家"^^xsd:string ;
    rdfs:comment "house, home, residence; family"@en .

<http://lexvo.org/id/char/5BB7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%AE%B7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C4%9Bn>,
        "宷"^^xsd:string .

<http://lexvo.org/id/char/5BB8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%AE%B8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%A9n>,
        <http://lexvo.org/id/term/kor/%E5%AE%B8>,
        <http://lexvo.org/id/term/kor/SIN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/san4>,
        <http://lexvo.org/id/term/yue/%E5%AE%B8>,
        "宸"^^xsd:string ;
    rdfs:comment "imperial; imperial palace"@en .

<http://lexvo.org/id/char/5BB9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%AE%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/r%C3%B3ng>,
        <http://lexvo.org/id/term/kor/%E5%AE%B9>,
        <http://lexvo.org/id/term/kor/YONG>,
        <http://lexvo.org/id/term/vie/dung>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jung4>,
        <http://lexvo.org/id/term/yue/%E5%AE%B9>,
        "容"^^xsd:string ;
    rdfs:comment "looks, appearance; figure, form"@en .

<http://lexvo.org/id/char/5BBA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%AE%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C7%8Eng>,
        "宺"^^xsd:string .

<http://lexvo.org/id/char/5BBB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%AE%BB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%AC>,
        <http://lexvo.org/id/term/kor/%E5%AE%BB>,
        <http://lexvo.org/id/term/kor/MIL>,
        "宻"^^xsd:string ;
    rdfs:comment "dense, thick, close; intimate"@en .

<http://lexvo.org/id/char/5BBC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%AE%BC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C3%B2u>,
        "宼"^^xsd:string ;
    rdfs:comment "tyrannical, cruel; to rob to plunder; bandits, thieves, highwaymen"@en .

<http://lexvo.org/id/char/5BBD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%AE%BD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ku%C4%81n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fun1>,
        <http://lexvo.org/id/term/yue/%E5%AE%BD>,
        "宽"^^xsd:string ;
    rdfs:comment "broad, wide; spacious, vast"@en .

<http://lexvo.org/id/char/5BBE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%AE%BE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C4%ABn>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C4%ABn%20b%C3%ACn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ban1>,
        <http://lexvo.org/id/term/yue/%E5%AE%BE>,
        "宾"^^xsd:string ;
    rdfs:comment "guest, visitor; surname; submit"@en .

<http://lexvo.org/id/char/5BBF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%AE%BF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C3%B9%201298.010%3Axi%C7%94%201298.040%3Axi%C3%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C3%B9%20xi%C7%94%20xi%C3%B9>,
        <http://lexvo.org/id/term/kor/%E5%AE%BF>,
        <http://lexvo.org/id/term/kor/SWUK%20SWU>,
        <http://lexvo.org/id/term/vie/t%C3%BAc>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sau3%20suk1>,
        <http://lexvo.org/id/term/yue/%E5%AE%BF>,
        "宿"^^xsd:string ;
    rdfs:comment "stop, rest, lodge, stay overnight; constellation"@en .

<http://lexvo.org/id/char/5BC0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%AF%80>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C3%A0i>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C7%8Ei%200101.020%3Ac%C3%A0i>,
        <http://lexvo.org/id/term/kor/%E5%AF%80>,
        <http://lexvo.org/id/term/kor/CHAY>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/coi2>,
        <http://lexvo.org/id/term/yue/%E5%AF%80>,
        "寀"^^xsd:string ;
    rdfs:comment "feudal estate"@en .

<http://lexvo.org/id/char/5BC1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%AF%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C7%8En%20ji%C3%A9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zaam2%20zaan2>,
        <http://lexvo.org/id/term/yue/%E5%AF%81>,
        "寁"^^xsd:string ;
    rdfs:comment "quick, fast"@en .

<http://lexvo.org/id/char/5BC2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%AF%82>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%AC>,
        <http://lexvo.org/id/term/kor/%E5%AF%82>,
        <http://lexvo.org/id/term/kor/CEK>,
        <http://lexvo.org/id/term/vie/t%E1%BB%8Bch>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zik6>,
        <http://lexvo.org/id/term/yue/%E5%AF%82>,
        "寂"^^xsd:string ;
    rdfs:comment "still, silent, quiet, desolate"@en .

<http://lexvo.org/id/char/5BC3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%AF%83>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/yu%C4%81n>,
        <http://lexvo.org/id/term/kor/%E5%AF%83>,
        <http://lexvo.org/id/term/kor/WEN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jyun1>,
        <http://lexvo.org/id/term/yue/%E5%AF%83>,
        "寃"^^xsd:string ;
    rdfs:comment "grievance, injustice, wrong"@en .

<http://lexvo.org/id/char/5BC4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%AF%84>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%AC>,
        <http://lexvo.org/id/term/kor/%E5%AF%84>,
        <http://lexvo.org/id/term/kor/KI>,
        <http://lexvo.org/id/term/vie/g%E1%BB%ADi>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gei3>,
        <http://lexvo.org/id/term/yue/%E5%AF%84>,
        "寄"^^xsd:string ;
    rdfs:comment "send, transmit, mail; rely on"@en .

<http://lexvo.org/id/char/5BC5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%AF%85>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%ADn>,
        <http://lexvo.org/id/term/kor/%E5%AF%85>,
        <http://lexvo.org/id/term/kor/IN%20I>,
        <http://lexvo.org/id/term/vie/d%E1%BA%A7n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jan4>,
        <http://lexvo.org/id/term/yue/%E5%AF%85>,
        "寅"^^xsd:string ;
    rdfs:comment "to respect, reverence; respectfully; 3rd terrestrial branch"@en .

<http://lexvo.org/id/char/5BC6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%AF%86>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%AC>,
        <http://lexvo.org/id/term/kor/%E5%AF%86>,
        <http://lexvo.org/id/term/kor/MIL>,
        <http://lexvo.org/id/term/vie/m%E1%BA%ADt>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mat6>,
        <http://lexvo.org/id/term/yue/%E5%AF%86>,
        "密"^^xsd:string ;
    rdfs:comment "dense, thick, close; intimate"@en .

<http://lexvo.org/id/char/5BC7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%AF%87>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C3%B2u>,
        <http://lexvo.org/id/term/kor/%E5%AF%87>,
        <http://lexvo.org/id/term/kor/KWU>,
        <http://lexvo.org/id/term/vie/kh%E1%BA%A5u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kau3>,
        <http://lexvo.org/id/term/yue/%E5%AF%87>,
        "寇"^^xsd:string ;
    rdfs:comment "bandits, thieves; enemy; invade"@en .

<http://lexvo.org/id/char/5BC8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%AF%88>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C4%ABng>,
        "寈"^^xsd:string .

<http://lexvo.org/id/char/5BC9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%AF%89>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qu%C3%A8>,
        "寉"^^xsd:string .

<http://lexvo.org/id/char/5BCA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%AF%8A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C4%93n>,
        "寊"^^xsd:string .

<http://lexvo.org/id/char/5BCB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%AF%8B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C7%8En>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gin2>,
        <http://lexvo.org/id/term/yue/%E5%AF%8B>,
        "寋"^^xsd:string .

<http://lexvo.org/id/char/5BCC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%AF%8C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%B9>,
        <http://lexvo.org/id/term/kor/%E5%AF%8C>,
        <http://lexvo.org/id/term/kor/PWU>,
        <http://lexvo.org/id/term/vie/ph%C3%BA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fu3>,
        <http://lexvo.org/id/term/yue/%E5%AF%8C>,
        "富"^^xsd:string ;
    rdfs:comment "abundant, ample; rich, wealthy"@en .

<http://lexvo.org/id/char/5BCD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%AF%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C3%ADng%20n%C3%ACng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ning4>,
        <http://lexvo.org/id/term/yue/%E5%AF%8D>,
        "寍"^^xsd:string ;
    rdfs:comment "used as a term of comparison:-rather; it is better; would that"@en .

<http://lexvo.org/id/char/5BCE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%AF%8E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%ACng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bing2%20bing3>,
        <http://lexvo.org/id/term/yue/%E5%AF%8E>,
        "寎"^^xsd:string ;
    rdfs:comment "drowsy"@en .

<http://lexvo.org/id/char/5BCF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%AF%8F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%A1n>,
        "寏"^^xsd:string .

<http://lexvo.org/id/char/5BD0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%AF%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A8i>,
        <http://lexvo.org/id/term/kor/%E5%AF%90>,
        <http://lexvo.org/id/term/kor/MAY>,
        <http://lexvo.org/id/term/vie/m%E1%BB%8B>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mei6>,
        <http://lexvo.org/id/term/yue/%E5%AF%90>,
        "寐"^^xsd:string ;
    rdfs:comment "sleep; be asleep"@en .

<http://lexvo.org/id/char/5BD1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%AF%91>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C7%90n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cam2>,
        <http://lexvo.org/id/term/yue/%E5%AF%91>,
        "寑"^^xsd:string .

<http://lexvo.org/id/char/5BD2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%AF%92>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A1n>,
        <http://lexvo.org/id/term/kor/%E5%AF%92>,
        <http://lexvo.org/id/term/kor/HAN>,
        <http://lexvo.org/id/term/vie/h%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hon4>,
        <http://lexvo.org/id/term/yue/%E5%AF%92>,
        "寒"^^xsd:string ;
    rdfs:comment "cold, wintry, chilly"@en .

<http://lexvo.org/id/char/5BD3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%AF%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%B9>,
        <http://lexvo.org/id/term/kor/%E5%AF%93>,
        <http://lexvo.org/id/term/kor/WU>,
        <http://lexvo.org/id/term/vie/ng%E1%BB%A5>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jyu6>,
        <http://lexvo.org/id/term/yue/%E5%AF%93>,
        "寓"^^xsd:string ;
    rdfs:comment "residence; lodge; dwell"@en .

<http://lexvo.org/id/char/5BD4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%AF%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%AD>,
        <http://lexvo.org/id/term/kor/%E5%AF%94>,
        <http://lexvo.org/id/term/kor/SIK>,
        <http://lexvo.org/id/term/vie/th%E1%BB%B1c>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sat6>,
        <http://lexvo.org/id/term/yue/%E5%AF%94>,
        "寔"^^xsd:string ;
    rdfs:comment "real, true, solid, honest"@en .

<http://lexvo.org/id/char/5BD5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%AF%95>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C3%ADng%20n%C3%ACng>,
        <http://lexvo.org/id/term/kor/%E5%AF%95>,
        <http://lexvo.org/id/term/kor/NYENG>,
        "寕"^^xsd:string ;
    rdfs:comment "repose, serenity, peace; peaceful"@en .

<http://lexvo.org/id/char/5BD6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%AF%96>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%ACn>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%ACn%20q%C3%ACn>,
        <http://lexvo.org/id/term/kor/%E5%AF%96>,
        <http://lexvo.org/id/term/kor/CHIM>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zam3>,
        <http://lexvo.org/id/term/yue/%E5%AF%96>,
        "寖"^^xsd:string ;
    rdfs:comment "gradually, step by step, little"@en .

<http://lexvo.org/id/char/5BD7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%AF%97>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C3%ADng%20n%C3%ACng>,
        <http://lexvo.org/id/term/kor/%E5%AF%97>,
        <http://lexvo.org/id/term/kor/NYENG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ning6>,
        <http://lexvo.org/id/term/yue/%E5%AF%97>,
        "寗"^^xsd:string ;
    rdfs:comment "a surname; peaceful; rather"@en .

<http://lexvo.org/id/char/5BD8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%AF%98>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%AC>,
        <http://lexvo.org/id/term/kor/%E5%AF%98>,
        <http://lexvo.org/id/term/kor/CHI>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zi3>,
        <http://lexvo.org/id/term/yue/%E5%AF%98>,
        "寘"^^xsd:string ;
    rdfs:comment "put aside, put down; discard"@en .

<http://lexvo.org/id/char/5BD9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%AF%99>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%94>,
        "寙"^^xsd:string .

<http://lexvo.org/id/char/5BDA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%AF%9A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C7%8Eo>,
        "寚"^^xsd:string ;
    rdfs:comment "precious; rear; valuable treasure; bullion a jewel"@en .

<http://lexvo.org/id/char/5BDB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%AF%9B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ku%C4%81n>,
        <http://lexvo.org/id/term/kor/%E5%AF%9B>,
        <http://lexvo.org/id/term/kor/KWAN>,
        "寛"^^xsd:string ;
    rdfs:comment "broad"@en .

<http://lexvo.org/id/char/5BDC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%AF%9C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C3%ADng%20n%C3%ACng>,
        <http://lexvo.org/id/term/kor/%E5%AF%9C>,
        <http://lexvo.org/id/term/kor/NYENG>,
        "寜"^^xsd:string ;
    rdfs:comment "repose, serenity, peace; peaceful"@en .

<http://lexvo.org/id/char/5BDD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%AF%9D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C7%90n>,
        <http://lexvo.org/id/term/kor/%E5%AF%9D>,
        <http://lexvo.org/id/term/kor/CHIM>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cam2>,
        <http://lexvo.org/id/term/yue/%E5%AF%9D>,
        "寝"^^xsd:string ;
    rdfs:comment "sleep, rest; bed chamber"@en .

<http://lexvo.org/id/char/5BDE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%AF%9E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%B2>,
        <http://lexvo.org/id/term/kor/%E5%AF%9E>,
        <http://lexvo.org/id/term/kor/MAK>,
        <http://lexvo.org/id/term/vie/m%E1%BB%8Bch>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mok6>,
        <http://lexvo.org/id/term/yue/%E5%AF%9E>,
        "寞"^^xsd:string ;
    rdfs:comment "silent, still, lonely, solitary"@en .

<http://lexvo.org/id/char/5BDF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%AF%9F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%A1>,
        <http://lexvo.org/id/term/kor/%E5%AF%9F>,
        <http://lexvo.org/id/term/kor/CHAL>,
        <http://lexvo.org/id/term/vie/s%C3%A1t>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/caat3>,
        <http://lexvo.org/id/term/yue/%E5%AF%9F>,
        "察"^^xsd:string ;
    rdfs:comment "examine, investigate; notice"@en .

<http://lexvo.org/id/char/5BE0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%AF%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%B9%20l%C3%B3u>,
        <http://lexvo.org/id/term/vie/l%C5%A9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/geoi6%20lau4%20leoi6>,
        <http://lexvo.org/id/term/yue/%E5%AF%A0>,
        "寠"^^xsd:string ;
    rdfs:comment "poor, impoverished"@en .

<http://lexvo.org/id/char/5BE1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%AF%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/gu%C7%8E>,
        <http://lexvo.org/id/term/kor/%E5%AF%A1>,
        <http://lexvo.org/id/term/kor/KWA>,
        <http://lexvo.org/id/term/vie/qu%E1%BA%A3>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gwaa2>,
        <http://lexvo.org/id/term/yue/%E5%AF%A1>,
        "寡"^^xsd:string ;
    rdfs:comment "widowed; alone, friendless"@en .

<http://lexvo.org/id/char/5BE2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%AF%A2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C7%90n>,
        <http://lexvo.org/id/term/kor/%E5%AF%A2>,
        <http://lexvo.org/id/term/kor/CHIM>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cam2>,
        <http://lexvo.org/id/term/yue/%E5%AF%A2>,
        "寢"^^xsd:string ;
    rdfs:comment "sleep, rest; bed chamber"@en .

<http://lexvo.org/id/char/5BE3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%AF%A3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C5%AB>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fat1>,
        <http://lexvo.org/id/term/yue/%E5%AF%A3>,
        "寣"^^xsd:string .

<http://lexvo.org/id/char/5BE4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%AF%A4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C3%B9>,
        <http://lexvo.org/id/term/kor/%E5%AF%A4>,
        <http://lexvo.org/id/term/kor/O>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ng6>,
        <http://lexvo.org/id/term/yue/%E5%AF%A4>,
        "寤"^^xsd:string ;
    rdfs:comment "few, scarce; empty, deserted"@en .

<http://lexvo.org/id/char/5BE5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%AF%A5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C3%A1o>,
        <http://lexvo.org/id/term/kor/%E5%AF%A5>,
        <http://lexvo.org/id/term/kor/LYO>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/liu4>,
        <http://lexvo.org/id/term/yue/%E5%AF%A5>,
        "寥"^^xsd:string ;
    rdfs:comment "few, scarce; empty, deserted"@en .

<http://lexvo.org/id/char/5BE6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%AF%A6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%AD>,
        <http://lexvo.org/id/term/kor/%E5%AF%A6>,
        <http://lexvo.org/id/term/kor/SIL>,
        <http://lexvo.org/id/term/vie/th%E1%BB%B1c>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sat6>,
        <http://lexvo.org/id/term/yue/%E5%AF%A6>,
        "實"^^xsd:string ;
    rdfs:comment "real, true, solid, honest"@en .

<http://lexvo.org/id/char/5BE7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%AF%A7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C3%ADng%200836.021%3An%C3%ACng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C3%ADng%20n%C3%ACng%20zh%C3%B9>,
        <http://lexvo.org/id/term/kor/%E5%AF%A7>,
        <http://lexvo.org/id/term/kor/NYENG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ning4>,
        <http://lexvo.org/id/term/yue/%E5%AF%A7>,
        "寧"^^xsd:string ;
    rdfs:comment "repose, serenity, peace; peaceful"@en .

<http://lexvo.org/id/char/5BE8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%AF%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%A0i>,
        <http://lexvo.org/id/term/kor/%E5%AF%A8>,
        <http://lexvo.org/id/term/kor/CHAY>,
        <http://lexvo.org/id/term/vie/tr%E1%BA%A1i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zaai6%20zai6>,
        <http://lexvo.org/id/term/yue/%E5%AF%A8>,
        "寨"^^xsd:string ;
    rdfs:comment "stockade, stronghold, outpost; brothel"@en .

<http://lexvo.org/id/char/5BE9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%AF%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C4%9Bn>,
        <http://lexvo.org/id/term/kor/%E5%AF%A9>,
        <http://lexvo.org/id/term/kor/SIM>,
        <http://lexvo.org/id/term/vie/th%E1%BA%A9m>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sam2>,
        <http://lexvo.org/id/term/yue/%E5%AF%A9>,
        "審"^^xsd:string ;
    rdfs:comment "examine, investigate; judge"@en .

<http://lexvo.org/id/char/5BEA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%AF%AA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C4%9Bi>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wai2>,
        <http://lexvo.org/id/term/yue/%E5%AF%AA>,
        "寪"^^xsd:string ;
    rdfs:comment "surname"@en .

<http://lexvo.org/id/char/5BEB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%AF%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C4%9B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C4%9B%201276.091%3Axi%C3%A8>,
        <http://lexvo.org/id/term/kor/%E5%AF%AB>,
        <http://lexvo.org/id/term/kor/SA>,
        <http://lexvo.org/id/term/vie/t%E1%BA%A3>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/se2>,
        <http://lexvo.org/id/term/yue/%E5%AF%AB>,
        "寫"^^xsd:string ;
    rdfs:comment "write; draw, sketch; compose"@en .

<http://lexvo.org/id/char/5BEC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%AF%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ku%C4%81n>,
        <http://lexvo.org/id/term/kor/%E5%AF%AC>,
        <http://lexvo.org/id/term/kor/KWAN>,
        <http://lexvo.org/id/term/vie/khoan>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fun1>,
        <http://lexvo.org/id/term/yue/%E5%AF%AC>,
        "寬"^^xsd:string ;
    rdfs:comment "broad, wide; spacious, vast"@en .

<http://lexvo.org/id/char/5BED> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%AF%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%AC>,
        <http://lexvo.org/id/term/kor/%E5%AF%AD>,
        <http://lexvo.org/id/term/kor/HYEY>,
        "寭"^^xsd:string .

<http://lexvo.org/id/char/5BEE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%AF%AE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C3%A1o>,
        <http://lexvo.org/id/term/kor/%E5%AF%AE>,
        <http://lexvo.org/id/term/kor/LYO>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/liu4>,
        <http://lexvo.org/id/term/yue/%E5%AF%AE>,
        "寮"^^xsd:string ;
    rdfs:comment "shanty, hut, shack"@en .

<http://lexvo.org/id/char/5BEF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%AF%AF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%B9n>,
        <http://lexvo.org/id/term/kor/%E5%AF%AF>,
        <http://lexvo.org/id/term/kor/CWUN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zeon3>,
        <http://lexvo.org/id/term/yue/%E5%AF%AF>,
        "寯"^^xsd:string .

<http://lexvo.org/id/char/5BF0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%AF%B0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%A1n>,
        <http://lexvo.org/id/term/kor/%E5%AF%B0>,
        <http://lexvo.org/id/term/kor/HWAN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/waan4>,
        <http://lexvo.org/id/term/yue/%E5%AF%B0>,
        "寰"^^xsd:string ;
    rdfs:comment "great domain, country, world"@en .

<http://lexvo.org/id/char/5BF1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%AF%B1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ngai6>,
        <http://lexvo.org/id/term/yue/%E5%AF%B1>,
        "寱"^^xsd:string .

<http://lexvo.org/id/char/5BF2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%AF%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%AD>,
        "寲"^^xsd:string .

<http://lexvo.org/id/char/5BF3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%AF%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C7%8Eo>,
        <http://lexvo.org/id/term/kor/%E5%AF%B3>,
        <http://lexvo.org/id/term/kor/PO>,
        "寳"^^xsd:string ;
    rdfs:comment "treasure, jewel; precious, rare"@en .

<http://lexvo.org/id/char/5BF4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%AF%B4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C3%ACn>,
        "寴"^^xsd:string .

<http://lexvo.org/id/char/5BF5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%AF%B5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C7%92ng>,
        <http://lexvo.org/id/term/kor/%E5%AF%B5>,
        <http://lexvo.org/id/term/kor/CHONG>,
        <http://lexvo.org/id/term/vie/s%E1%BB%A7ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cung2>,
        <http://lexvo.org/id/term/yue/%E5%AF%B5>,
        "寵"^^xsd:string ;
    rdfs:comment "favorite, concubine; favor"@en .

<http://lexvo.org/id/char/5BF6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%AF%B6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C7%8Eo>,
        <http://lexvo.org/id/term/kor/%E5%AF%B6>,
        <http://lexvo.org/id/term/kor/PO>,
        <http://lexvo.org/id/term/vie/b%E1%BA%A3o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bou2>,
        <http://lexvo.org/id/term/yue/%E5%AF%B6>,
        "寶"^^xsd:string ;
    rdfs:comment "treasure, jewel; precious, rare"@en .

<http://lexvo.org/id/char/5BF7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%AF%B7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C4%93ng>,
        "寷"^^xsd:string .

<http://lexvo.org/id/char/5BF9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%AF%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/du%C3%AC>,
        <http://lexvo.org/id/term/kor/%E5%AF%B9>,
        <http://lexvo.org/id/term/kor/TAY>,
        <http://lexvo.org/id/term/vie/%C4%91%E1%BB%91i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/deoi3>,
        <http://lexvo.org/id/term/yue/%E5%AF%B9>,
        "对"^^xsd:string ;
    rdfs:comment "correct, right; facing, opposed"@en .

<http://lexvo.org/id/char/5BFA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%AF%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C3%AC>,
        <http://lexvo.org/id/term/kor/%E5%AF%BA>,
        <http://lexvo.org/id/term/kor/SA%20SI>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zi6>,
        <http://lexvo.org/id/term/yue/%E5%AF%BA>,
        "寺"^^xsd:string ;
    rdfs:comment "court, office; temple, monastery"@en .

<http://lexvo.org/id/char/5BFB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%AF%BB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C3%ADn%201314.110%3Ax%C3%BAn>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C3%BAn%20x%C3%ADn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cam4>,
        <http://lexvo.org/id/term/yue/%E5%AF%BB>,
        "寻"^^xsd:string ;
    rdfs:comment "seek, search, look for; ancient"@en .

<http://lexvo.org/id/char/5BFC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%AF%BC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C7%8Eo>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C7%8Eo%20d%C3%A0o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dou6>,
        <http://lexvo.org/id/term/yue/%E5%AF%BC>,
        "导"^^xsd:string ;
    rdfs:comment "direct, guide, lead, conduct"@en .

<http://lexvo.org/id/char/5BFD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%AF%BD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C7%9C>,
        "寽"^^xsd:string ;
    rdfs:comment "a handful; a pinch"@en .

<http://lexvo.org/id/char/5BFE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%AF%BE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/du%C3%AC>,
        <http://lexvo.org/id/term/kor/%E5%AF%BE>,
        <http://lexvo.org/id/term/kor/TAY>,
        "対"^^xsd:string ;
    rdfs:comment "correct, right; facing, opposed"@en .

<http://lexvo.org/id/char/5BFF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%AF%BF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%B2u>,
        <http://lexvo.org/id/term/kor/%E5%AF%BF>,
        <http://lexvo.org/id/term/kor/SWU>,
        <http://lexvo.org/id/term/vie/th%E1%BB%8D>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sau6>,
        <http://lexvo.org/id/term/yue/%E5%AF%BF>,
        "寿"^^xsd:string ;
    rdfs:comment "old age, long life; lifespan"@en .

<http://lexvo.org/id/char/5C00> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B0%80>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C7%92>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/po2>,
        <http://lexvo.org/id/term/yue/%E5%B0%80>,
        "尀"^^xsd:string ;
    rdfs:comment "cannot; thereupon"@en .

<http://lexvo.org/id/char/5C01> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B0%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C4%93ng>,
        <http://lexvo.org/id/term/kor/%E5%B0%81>,
        <http://lexvo.org/id/term/kor/PONG>,
        <http://lexvo.org/id/term/vie/phong>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fung1>,
        <http://lexvo.org/id/term/yue/%E5%B0%81>,
        "封"^^xsd:string ;
    rdfs:comment "letter, envelope; feudal"@en .

<http://lexvo.org/id/char/5C02> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B0%82>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zhu%C4%81n>,
        <http://lexvo.org/id/term/kor/%E5%B0%82>,
        <http://lexvo.org/id/term/kor/CEN>,
        "専"^^xsd:string ;
    rdfs:comment "monopolize, take sole possession"@en .

<http://lexvo.org/id/char/5C03> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B0%83>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C5%AB>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fu1>,
        <http://lexvo.org/id/term/yue/%E5%B0%83>,
        "尃"^^xsd:string ;
    rdfs:comment "to state to, to announce"@en .

<http://lexvo.org/id/char/5C04> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B0%84>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%A8%20y%C3%AC%20y%C3%A8>,
        <http://lexvo.org/id/term/kor/%E5%B0%84>,
        <http://lexvo.org/id/term/kor/SA%20SEK>,
        <http://lexvo.org/id/term/vie/x%E1%BA%A1>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/je6%20jik6%20se6>,
        <http://lexvo.org/id/term/yue/%E5%B0%84>,
        "射"^^xsd:string ;
    rdfs:comment "shoot, eject, issue forth, emit"@en .

<http://lexvo.org/id/char/5C05> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B0%85>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C3%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C3%A8%200644.041%3Ak%C4%93i>,
        <http://lexvo.org/id/term/kor/%E5%B0%85>,
        <http://lexvo.org/id/term/kor/KUK>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hak1>,
        <http://lexvo.org/id/term/yue/%E5%B0%85>,
        "尅"^^xsd:string ;
    rdfs:comment "subdue, destroy, overcome"@en .

<http://lexvo.org/id/char/5C06> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B0%86>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C4%81ng%200562.010%3Aji%C3%A0ng%200916.060%3Aqi%C4%81ng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C4%81ng%20ji%C3%A0ng%20qi%C4%81ng>,
        <http://lexvo.org/id/term/kor/%E5%B0%86>,
        <http://lexvo.org/id/term/kor/CANG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zoeng1%20zoeng3>,
        <http://lexvo.org/id/term/yue/%E5%B0%86>,
        "将"^^xsd:string ;
    rdfs:comment "will, going to, future; general"@en .

<http://lexvo.org/id/char/5C07> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B0%87>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C4%81ng%200562.011%3Aji%C3%A0ng%200916.061%3Aqi%C4%81ng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C4%81ng%20ji%C3%A0ng%20qi%C4%81ng>,
        <http://lexvo.org/id/term/kor/%E5%B0%87>,
        <http://lexvo.org/id/term/kor/CANG>,
        <http://lexvo.org/id/term/vie/t%C6%B0%E1%BB%9Bng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zoeng1%20zoeng3>,
        <http://lexvo.org/id/term/yue/%E5%B0%87>,
        "將"^^xsd:string ;
    rdfs:comment "will, going to, future; general"@en .

<http://lexvo.org/id/char/5C08> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B0%88>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zhu%C4%81n>,
        <http://lexvo.org/id/term/kor/%E5%B0%88>,
        <http://lexvo.org/id/term/kor/CEN>,
        <http://lexvo.org/id/term/vie/chuy%C3%AAn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zyun1>,
        <http://lexvo.org/id/term/yue/%E5%B0%88>,
        "專"^^xsd:string ;
    rdfs:comment "monopolize, take sole possession"@en .

<http://lexvo.org/id/char/5C09> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B0%89>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C3%A8i%201418.080%3Ay%C3%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C3%A8i%20y%C3%B9>,
        <http://lexvo.org/id/term/kor/%E5%B0%89>,
        <http://lexvo.org/id/term/kor/WI%20WUL>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wai3%20wat1>,
        <http://lexvo.org/id/term/yue/%E5%B0%89>,
        "尉"^^xsd:string ;
    rdfs:comment "officer, military rank"@en .

<http://lexvo.org/id/char/5C0A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B0%8A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C5%ABn>,
        <http://lexvo.org/id/term/kor/%E5%B0%8A>,
        <http://lexvo.org/id/term/kor/CON%20CWUN>,
        <http://lexvo.org/id/term/vie/t%C3%B4n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zeon1%20zyun1>,
        <http://lexvo.org/id/term/yue/%E5%B0%8A>,
        "尊"^^xsd:string ;
    rdfs:comment "respect, revere, venerate; honor"@en .

<http://lexvo.org/id/char/5C0B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B0%8B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C3%ADn%201314.111%3Ax%C3%BAn>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C3%BAn%20x%C3%ADn>,
        <http://lexvo.org/id/term/kor/%E5%B0%8B>,
        <http://lexvo.org/id/term/kor/SIM>,
        <http://lexvo.org/id/term/vie/t%E1%BA%A7m>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cam4>,
        <http://lexvo.org/id/term/yue/%E5%B0%8B>,
        "尋"^^xsd:string ;
    rdfs:comment "seek, search, look for; ancient"@en .

<http://lexvo.org/id/char/5C0C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B0%8C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%B9>,
        <http://lexvo.org/id/term/kor/%E5%B0%8C>,
        <http://lexvo.org/id/term/kor/CWU>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/syu6>,
        <http://lexvo.org/id/term/yue/%E5%B0%8C>,
        "尌"^^xsd:string ;
    rdfs:comment "standing (something) up"@en .

<http://lexvo.org/id/char/5C0D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B0%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/du%C3%AC>,
        <http://lexvo.org/id/term/kor/%E5%B0%8D>,
        <http://lexvo.org/id/term/kor/TAY>,
        <http://lexvo.org/id/term/vie/%C4%91%E1%BB%97i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/deoi3>,
        <http://lexvo.org/id/term/yue/%E5%B0%8D>,
        "對"^^xsd:string ;
    rdfs:comment "correct, right; facing, opposed"@en .

<http://lexvo.org/id/char/5C0E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B0%8E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C7%8Eo>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C7%8Eo%20d%C3%A0o>,
        <http://lexvo.org/id/term/kor/%E5%B0%8E>,
        <http://lexvo.org/id/term/kor/TO>,
        <http://lexvo.org/id/term/vie/%C4%91%E1%BA%A1o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dou6>,
        <http://lexvo.org/id/term/yue/%E5%B0%8E>,
        "導"^^xsd:string ;
    rdfs:comment "direct, guide, lead, conduct"@en .

<http://lexvo.org/id/char/5C10> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B0%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C4%AB>,
        "尐"^^xsd:string .

<http://lexvo.org/id/char/5C11> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B0%91>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C7%8Eo%201009.050%3Ash%C3%A0o>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C7%8Eo%20sh%C3%A0o>,
        <http://lexvo.org/id/term/kor/%E5%B0%91>,
        <http://lexvo.org/id/term/kor/SO>,
        <http://lexvo.org/id/term/vie/thi%E1%BB%83u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/siu2%20siu3>,
        <http://lexvo.org/id/term/yue/%E5%B0%91>,
        "少"^^xsd:string ;
    rdfs:comment "few, less, inadequate"@en .

<http://lexvo.org/id/char/5C12> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C4%9Br>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B0%92>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ji5>,
        <http://lexvo.org/id/term/yue/%E5%B0%92>,
        "尒"^^xsd:string ;
    rdfs:comment "you, your"@en .

<http://lexvo.org/id/char/5C13> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C4%9Br>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B0%93>,
        <http://lexvo.org/id/term/kor/%E5%B0%93>,
        <http://lexvo.org/id/term/kor/I>,
        "尓"^^xsd:string ;
    rdfs:comment "you; that"@en .

<http://lexvo.org/id/char/5C14> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C4%9Br>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B0%94>,
        <http://lexvo.org/id/term/kor/%E5%B0%94>,
        <http://lexvo.org/id/term/kor/I>,
        <http://lexvo.org/id/term/vie/n%E1%BB%83>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ji5>,
        <http://lexvo.org/id/term/yue/%E5%B0%94>,
        "尔"^^xsd:string ;
    rdfs:comment "you; that, those; final particle"@en .

<http://lexvo.org/id/char/5C15> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B0%95>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C7%8E>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gaa1>,
        <http://lexvo.org/id/term/yue/%E5%B0%95>,
        "尕"^^xsd:string ;
    rdfs:comment "small (used in place names)"@en .

<http://lexvo.org/id/char/5C16> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B0%96>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C4%81n>,
        <http://lexvo.org/id/term/kor/%E5%B0%96>,
        <http://lexvo.org/id/term/kor/CHEM>,
        <http://lexvo.org/id/term/vie/ti%C3%AAm>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zim1>,
        <http://lexvo.org/id/term/yue/%E5%B0%96>,
        "尖"^^xsd:string ;
    rdfs:comment "sharp, pointed, acute, keen"@en .

<http://lexvo.org/id/char/5C17> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B0%97>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C5%AB>,
        "尗"^^xsd:string ;
    rdfs:comment "younger of brothers; father's younger brother younger brother of a husband"@en .

<http://lexvo.org/id/char/5C18> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B0%98>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%A9n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/can4>,
        <http://lexvo.org/id/term/yue/%E5%B0%98>,
        "尘"^^xsd:string ;
    rdfs:comment "dust, dirt, ashes, cinders"@en .

<http://lexvo.org/id/char/5C19> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B0%99>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%A0ng%20ch%C3%A1ng>,
        <http://lexvo.org/id/term/kor/%E5%B0%99>,
        <http://lexvo.org/id/term/kor/SANG>,
        <http://lexvo.org/id/term/vie/th%C6%B0%E1%BB%A3ng>,
        "尙"^^xsd:string ;
    rdfs:comment "still, yet; even; fairly, rather"@en .

<http://lexvo.org/id/char/5C1A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B0%9A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%A0ng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%A0ng%20ch%C3%A1ng>,
        <http://lexvo.org/id/term/kor/%E5%B0%9A>,
        <http://lexvo.org/id/term/kor/SANG>,
        <http://lexvo.org/id/term/vie/chu%E1%BB%99ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/soeng6>,
        <http://lexvo.org/id/term/yue/%E5%B0%9A>,
        "尚"^^xsd:string ;
    rdfs:comment "still, yet; even; fairly, rather"@en .

<http://lexvo.org/id/char/5C1B> a lvont:Character ;
    lvont:represents "尛"^^xsd:string .

<http://lexvo.org/id/char/5C1C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B0%9C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C3%A1>,
        "尜"^^xsd:string ;
    rdfs:comment "a child toy"@en .

<http://lexvo.org/id/char/5C1D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B0%9D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%A1ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/soeng4>,
        <http://lexvo.org/id/term/yue/%E5%B0%9D>,
        "尝"^^xsd:string ;
    rdfs:comment "taste; experience, experiment"@en .

<http://lexvo.org/id/char/5C1E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B0%9E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C3%A0o%20li%C3%A1o>,
        "尞"^^xsd:string ;
    rdfs:comment "fuel used for sacrifices"@en .

<http://lexvo.org/id/char/5C1F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B0%9F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C7%8En>,
        <http://lexvo.org/id/term/kor/%E5%B0%9F>,
        <http://lexvo.org/id/term/kor/SEN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sin2>,
        <http://lexvo.org/id/term/yue/%E5%B0%9F>,
        "尟"^^xsd:string ;
    rdfs:comment "surname; fresh"@en .

<http://lexvo.org/id/char/5C20> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B0%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C7%8En>,
        <http://lexvo.org/id/term/kor/%E5%B0%A0>,
        <http://lexvo.org/id/term/kor/SEN>,
        "尠"^^xsd:string ;
    rdfs:comment "very few; seldom, rarely"@en .

<http://lexvo.org/id/char/5C21> a lvont:Character ;
    lvont:represents "尡"^^xsd:string .

<http://lexvo.org/id/char/5C24> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B0%A4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%B3u>,
        <http://lexvo.org/id/term/kor/%E5%B0%A4>,
        <http://lexvo.org/id/term/kor/WU>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jau4>,
        <http://lexvo.org/id/term/yue/%E5%B0%A4>,
        "尤"^^xsd:string ;
    rdfs:comment "especially, particularly"@en .

<http://lexvo.org/id/char/5C25> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B0%A5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C3%A0o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/liu6>,
        <http://lexvo.org/id/term/yue/%E5%B0%A5>,
        "尥"^^xsd:string .

<http://lexvo.org/id/char/5C26> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B0%A6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C3%A0o>,
        "尦"^^xsd:string .

<http://lexvo.org/id/char/5C27> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B0%A7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A1o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jiu4>,
        <http://lexvo.org/id/term/yue/%E5%B0%A7>,
        "尧"^^xsd:string ;
    rdfs:comment "a legendary ancient emperor-sage"@en .

<http://lexvo.org/id/char/5C28> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B0%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A1ng%200778.110%3Am%C3%A9ng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A1ng%20m%C3%A9ng%20p%C3%A1ng>,
        <http://lexvo.org/id/term/kor/%E5%B0%A8>,
        <http://lexvo.org/id/term/kor/PANG%20PONG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mong4%20mung4%20pong4>,
        <http://lexvo.org/id/term/yue/%E5%B0%A8>,
        "尨"^^xsd:string ;
    rdfs:comment "shaggy haired dog; variegated"@en .

<http://lexvo.org/id/char/5C29> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B0%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C4%81ng>,
        "尩"^^xsd:string ;
    rdfs:comment "weak; a rickety person; emaciated"@en .

<http://lexvo.org/id/char/5C2A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B0%AA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C4%81ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wong1>,
        <http://lexvo.org/id/term/yue/%E5%B0%AA>,
        "尪"^^xsd:string ;
    rdfs:comment "lame"@en .

<http://lexvo.org/id/char/5C2B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B0%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C4%81ng>,
        <http://lexvo.org/id/term/kor/%E5%B0%AB>,
        <http://lexvo.org/id/term/kor/WANG>,
        "尫"^^xsd:string ;
    rdfs:comment "lame"@en .

<http://lexvo.org/id/char/5C2C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B0%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C3%A0>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gaai3>,
        <http://lexvo.org/id/term/yue/%E5%B0%AC>,
        "尬"^^xsd:string ;
    rdfs:comment "limp, staggering gait; embarrass"@en .

<http://lexvo.org/id/char/5C2D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B0%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A1o>,
        <http://lexvo.org/id/term/kor/%E5%B0%AD>,
        <http://lexvo.org/id/term/kor/YO>,
        "尭"^^xsd:string ;
    rdfs:comment "a legendary ancient emperor-sage"@en .

<http://lexvo.org/id/char/5C2E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B0%AE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/du%C3%B2>,
        "尮"^^xsd:string .

<http://lexvo.org/id/char/5C2F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B0%AF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ku%C3%AC%20ku%C7%90>,
        "尯"^^xsd:string .

<http://lexvo.org/id/char/5C30> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B0%B0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C7%92ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zung1%20zung2>,
        <http://lexvo.org/id/term/yue/%E5%B0%B0>,
        "尰"^^xsd:string ;
    rdfs:comment "swell, swelling of the legs"@en .

<http://lexvo.org/id/char/5C31> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B0%B1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%B9>,
        <http://lexvo.org/id/term/kor/%E5%B0%B1>,
        <http://lexvo.org/id/term/kor/CHWI>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zau6>,
        <http://lexvo.org/id/term/yue/%E5%B0%B1>,
        "就"^^xsd:string ;
    rdfs:comment "just, simply; to come, go to; to approach, near"@en .

<http://lexvo.org/id/char/5C32> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B0%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C4%81n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gaam3>,
        <http://lexvo.org/id/term/yue/%E5%B0%B2>,
        "尲"^^xsd:string ;
    rdfs:comment "limp; be embarrassed"@en .

<http://lexvo.org/id/char/5C33> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B0%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C7%94>,
        "尳"^^xsd:string .

<http://lexvo.org/id/char/5C34> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B0%B4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C4%81n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gaam1%20gaam3>,
        <http://lexvo.org/id/term/yue/%E5%B0%B4>,
        "尴"^^xsd:string ;
    rdfs:comment "embarrassed; ill at ease"@en .

<http://lexvo.org/id/char/5C35> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B0%B5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/tu%C3%AD>,
        "尵"^^xsd:string .

<http://lexvo.org/id/char/5C36> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B0%B6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C4%81n>,
        "尶"^^xsd:string ;
    rdfs:comment "embarrassed; ill at ease"@en .

<http://lexvo.org/id/char/5C37> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B0%B7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C4%81n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gaam1%20gaam3>,
        <http://lexvo.org/id/term/yue/%E5%B0%B7>,
        "尷"^^xsd:string ;
    rdfs:comment "embarrassed; ill at ease"@en .

<http://lexvo.org/id/char/5C39> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B0%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%90n>,
        <http://lexvo.org/id/term/kor/%E5%B0%B9>,
        <http://lexvo.org/id/term/kor/YUN>,
        <http://lexvo.org/id/term/vie/do%C3%A3n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wan5>,
        <http://lexvo.org/id/term/yue/%E5%B0%B9>,
        "尹"^^xsd:string ;
    rdfs:comment "govern; oversee; director"@en .

<http://lexvo.org/id/char/5C3A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B0%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C4%9B%200144.060%3Ach%C7%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C7%90%20ch%C4%9B>,
        <http://lexvo.org/id/term/kor/%E5%B0%BA>,
        <http://lexvo.org/id/term/kor/CHEK>,
        <http://lexvo.org/id/term/vie/x%C3%ADch>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ce2%20cek3>,
        <http://lexvo.org/id/term/yue/%E5%B0%BA>,
        "尺"^^xsd:string ;
    rdfs:comment "Chinese measure approx. 'foot'"@en .

<http://lexvo.org/id/char/5C3B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B0%BB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C4%81o>,
        <http://lexvo.org/id/term/kor/%E5%B0%BB>,
        <http://lexvo.org/id/term/kor/KO>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/haau1>,
        <http://lexvo.org/id/term/yue/%E5%B0%BB>,
        "尻"^^xsd:string ;
    rdfs:comment "end of spine; buttocks, sacrum"@en .

<http://lexvo.org/id/char/5C3C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B0%BC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C3%AD>,
        <http://lexvo.org/id/term/kor/%E5%B0%BC>,
        <http://lexvo.org/id/term/kor/NI%20IL>,
        <http://lexvo.org/id/term/vie/ni>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/nei4>,
        <http://lexvo.org/id/term/yue/%E5%B0%BC>,
        "尼"^^xsd:string ;
    rdfs:comment "Buddhist nun; transliteration"@en .

<http://lexvo.org/id/char/5C3D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B0%BD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C7%90n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C7%90n%200594.010%3Aj%C3%ACn>,
        <http://lexvo.org/id/term/kor/%E5%B0%BD>,
        <http://lexvo.org/id/term/kor/CIN>,
        <http://lexvo.org/id/term/vie/t%E1%BA%ADn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zeon6>,
        <http://lexvo.org/id/term/yue/%E5%B0%BD>,
        "尽"^^xsd:string ;
    rdfs:comment "exhaust, use up; deplete"@en .

<http://lexvo.org/id/char/5C3E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B0%BE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C4%9Bi%201366.040%3Ay%C7%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C4%9Bi%20y%C7%90>,
        <http://lexvo.org/id/term/kor/%E5%B0%BE>,
        <http://lexvo.org/id/term/kor/MI>,
        <http://lexvo.org/id/term/vie/v%C4%A9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mei5>,
        <http://lexvo.org/id/term/yue/%E5%B0%BE>,
        "尾"^^xsd:string ;
    rdfs:comment "tail, extremity; end, stern"@en .

<http://lexvo.org/id/char/5C3F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B0%BF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ni%C3%A0o%201099.060%3Asu%C4%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ni%C3%A0o%20su%C4%AB>,
        <http://lexvo.org/id/term/kor/%E5%B0%BF>,
        <http://lexvo.org/id/term/kor/NYO>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/niu6%20seoi1>,
        <http://lexvo.org/id/term/yue/%E5%B0%BF>,
        "尿"^^xsd:string ;
    rdfs:comment "urine; urinate"@en .

<http://lexvo.org/id/char/5C40> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B1%80>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%BA>,
        <http://lexvo.org/id/term/kor/%E5%B1%80>,
        <http://lexvo.org/id/term/kor/KWUK>,
        <http://lexvo.org/id/term/vie/c%E1%BB%A5c>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/guk6>,
        <http://lexvo.org/id/term/yue/%E5%B1%80>,
        "局"^^xsd:string ;
    rdfs:comment "bureau, office; circumstance"@en .

<http://lexvo.org/id/char/5C41> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B1%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%AC>,
        <http://lexvo.org/id/term/kor/%E5%B1%81>,
        <http://lexvo.org/id/term/kor/PI>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/pei3>,
        <http://lexvo.org/id/term/yue/%E5%B1%81>,
        "屁"^^xsd:string ;
    rdfs:comment "break wind; fart; buttocks"@en .

<http://lexvo.org/id/char/5C42> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B1%82>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C3%A9ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cang4>,
        <http://lexvo.org/id/term/yue/%E5%B1%82>,
        "层"^^xsd:string ;
    rdfs:comment "storey, layer, floor, stratum"@en .

<http://lexvo.org/id/char/5C43> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B1%83>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C3%AC>,
        "屃"^^xsd:string ;
    rdfs:comment "gigantic strength; hercules"@en .

<http://lexvo.org/id/char/5C44> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B1%84>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C4%AB>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bei1>,
        <http://lexvo.org/id/term/yue/%E5%B1%84>,
        "屄"^^xsd:string ;
    rdfs:comment "the vagina"@en .

<http://lexvo.org/id/char/5C45> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B1%85>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C5%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C5%AB%20j%C4%AB>,
        <http://lexvo.org/id/term/kor/%E5%B1%85>,
        <http://lexvo.org/id/term/kor/KE%20KI>,
        <http://lexvo.org/id/term/vie/c%C6%B0>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/geoi1>,
        <http://lexvo.org/id/term/yue/%E5%B1%85>,
        "居"^^xsd:string ;
    rdfs:comment "live, dwell, reside, sit"@en .

<http://lexvo.org/id/char/5C46> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B1%86>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%A8>,
        <http://lexvo.org/id/term/kor/%E5%B1%86>,
        <http://lexvo.org/id/term/kor/KYEY>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gaai3>,
        <http://lexvo.org/id/term/yue/%E5%B1%86>,
        "屆"^^xsd:string ;
    rdfs:comment "numerary adjunct for time, term"@en .

<http://lexvo.org/id/char/5C47> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B1%87>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ti%C3%A1n>,
        <http://lexvo.org/id/term/kor/%E5%B1%87>,
        <http://lexvo.org/id/term/kor/CEN>,
        "屇"^^xsd:string ;
    rdfs:comment "cave; hole"@en .

<http://lexvo.org/id/char/5C48> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B1%88>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C5%AB>,
        <http://lexvo.org/id/term/kor/%E5%B1%88>,
        <http://lexvo.org/id/term/kor/KWUL>,
        <http://lexvo.org/id/term/vie/khu%E1%BA%A5t>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wat1>,
        <http://lexvo.org/id/term/yue/%E5%B1%88>,
        "屈"^^xsd:string ;
    rdfs:comment "bend, flex; bent, crooked; crouch"@en .

<http://lexvo.org/id/char/5C49> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B1%89>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tai3>,
        <http://lexvo.org/id/term/yue/%E5%B1%89>,
        "屉"^^xsd:string ;
    rdfs:comment "drawer; tray; pad; screen"@en .

<http://lexvo.org/id/char/5C4A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B1%8A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%A8>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gaai3>,
        <http://lexvo.org/id/term/yue/%E5%B1%8A>,
        "届"^^xsd:string ;
    rdfs:comment "numerary adjunct for time, term"@en .

<http://lexvo.org/id/char/5C4B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B1%8B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C5%AB>,
        <http://lexvo.org/id/term/kor/%E5%B1%8B>,
        <http://lexvo.org/id/term/kor/OK>,
        <http://lexvo.org/id/term/vie/%E1%BB%91c>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/nguk1%20uk1>,
        <http://lexvo.org/id/term/yue/%E5%B1%8B>,
        "屋"^^xsd:string ;
    rdfs:comment "house; room; building, shelter"@en .

<http://lexvo.org/id/char/5C4C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B1%8C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/di%C7%8Eo>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/diu2>,
        <http://lexvo.org/id/term/yue/%E5%B1%8C>,
        "屌"^^xsd:string ;
    rdfs:comment "(Cant.) obscene exclamation"@en .

<http://lexvo.org/id/char/5C4D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B1%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C4%AB>,
        <http://lexvo.org/id/term/kor/%E5%B1%8D>,
        <http://lexvo.org/id/term/kor/SI>,
        <http://lexvo.org/id/term/vie/thi>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/si1>,
        <http://lexvo.org/id/term/yue/%E5%B1%8D>,
        "屍"^^xsd:string ;
    rdfs:comment "corpse, carcass"@en .

<http://lexvo.org/id/char/5C4E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B1%8E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C7%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C7%90%20x%C4%AB>,
        <http://lexvo.org/id/term/kor/%E5%B1%8E>,
        <http://lexvo.org/id/term/kor/SI>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hei1%20si2>,
        <http://lexvo.org/id/term/yue/%E5%B1%8E>,
        "屎"^^xsd:string ;
    rdfs:comment "excrement, shit, dung"@en .

<http://lexvo.org/id/char/5C4F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B1%8F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C7%90ng%200878.100%3Ap%C3%ADng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%ADng%20b%C7%90ng%20b%C3%ACng>,
        <http://lexvo.org/id/term/kor/%E5%B1%8F>,
        <http://lexvo.org/id/term/kor/PYENG>,
        <http://lexvo.org/id/term/vie/b%C3%ACnh>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bing2%20ping4>,
        <http://lexvo.org/id/term/yue/%E5%B1%8F>,
        "屏"^^xsd:string ;
    rdfs:comment "folding screen, shield"@en .

<http://lexvo.org/id/char/5C50> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B1%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C4%AB>,
        <http://lexvo.org/id/term/kor/%E5%B1%90>,
        <http://lexvo.org/id/term/kor/KUK>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kek6>,
        <http://lexvo.org/id/term/yue/%E5%B1%90>,
        "屐"^^xsd:string ;
    rdfs:comment "wooden shoes, clogs"@en .

<http://lexvo.org/id/char/5C51> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B1%91>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A8>,
        <http://lexvo.org/id/term/kor/%E5%B1%91>,
        <http://lexvo.org/id/term/kor/SEL>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sit3>,
        <http://lexvo.org/id/term/yue/%E5%B1%91>,
        "屑"^^xsd:string ;
    rdfs:comment "bits, scraps, crumbs, fragments"@en .

<http://lexvo.org/id/char/5C52> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B1%92>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%A9n>,
        "屒"^^xsd:string .

<http://lexvo.org/id/char/5C53> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B1%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C3%AC>,
        "屓"^^xsd:string ;
    rdfs:comment "gigantic strength; hercules"@en .

<http://lexvo.org/id/char/5C54> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B1%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C3%AD>,
        "屔"^^xsd:string .

<http://lexvo.org/id/char/5C55> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B1%95>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C7%8En>,
        <http://lexvo.org/id/term/kor/%E5%B1%95>,
        <http://lexvo.org/id/term/kor/CEN>,
        <http://lexvo.org/id/term/vie/tri%E1%BB%83n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zin2>,
        <http://lexvo.org/id/term/yue/%E5%B1%95>,
        "展"^^xsd:string ;
    rdfs:comment "open, unfold; stretch, extend"@en .

<http://lexvo.org/id/char/5C56> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B1%96>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C4%AB>,
        "屖"^^xsd:string .

<http://lexvo.org/id/char/5C57> a lvont:Character ;
    lvont:represents "屗"^^xsd:string .

<http://lexvo.org/id/char/5C58> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B1%98>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C7%8En>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mei1>,
        <http://lexvo.org/id/term/yue/%E5%B1%98>,
        "屘"^^xsd:string ;
    rdfs:comment "the youngest"@en .

<http://lexvo.org/id/char/5C59> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C4%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B1%99>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/o1>,
        <http://lexvo.org/id/term/yue/%E5%B1%99>,
        "屙"^^xsd:string ;
    rdfs:comment "to ease nature"@en .

<http://lexvo.org/id/char/5C5A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B1%9A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%B2u>,
        "屚"^^xsd:string .

<http://lexvo.org/id/char/5C5B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B1%9B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%ADng%20b%C7%90ng%20b%C3%ACng%20b%C4%ABng>,
        <http://lexvo.org/id/term/kor/%E5%B1%9B>,
        <http://lexvo.org/id/term/kor/PYENG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bing2>,
        <http://lexvo.org/id/term/yue/%E5%B1%9B>,
        "屛"^^xsd:string ;
    rdfs:comment "folding screen"@en .

<http://lexvo.org/id/char/5C5C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B1%9C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tai3>,
        <http://lexvo.org/id/term/yue/%E5%B1%9C>,
        "屜"^^xsd:string ;
    rdfs:comment "drawer; tray; pad; screen"@en .

<http://lexvo.org/id/char/5C5D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B1%9D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%A8i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fei2%20fei6>,
        <http://lexvo.org/id/term/yue/%E5%B1%9D>,
        "屝"^^xsd:string ;
    rdfs:comment "straw shoes; straw door"@en .

<http://lexvo.org/id/char/5C5E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B1%9E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C7%94%201512.070%3Azh%C7%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C7%94%20zh%C7%94>,
        <http://lexvo.org/id/term/kor/%E5%B1%9E>,
        <http://lexvo.org/id/term/kor/CHOK%20SOK>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/suk6%20zuk1>,
        <http://lexvo.org/id/term/yue/%E5%B1%9E>,
        "属"^^xsd:string ;
    rdfs:comment "class, category, type; belong to"@en .

<http://lexvo.org/id/char/5C5F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B1%9F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A8>,
        "屟"^^xsd:string .

<http://lexvo.org/id/char/5C60> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B1%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%BA>,
        <http://lexvo.org/id/term/kor/%E5%B1%A0>,
        <http://lexvo.org/id/term/kor/TO%20CE>,
        <http://lexvo.org/id/term/vie/%C4%91%E1%BB%93>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tou4>,
        <http://lexvo.org/id/term/yue/%E5%B1%A0>,
        "屠"^^xsd:string ;
    rdfs:comment "butcher, slaughter, massacre"@en .

<http://lexvo.org/id/char/5C61> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B1%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C7%9A>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/leoi5>,
        <http://lexvo.org/id/term/yue/%E5%B1%A1>,
        "屡"^^xsd:string ;
    rdfs:comment "frequently, often, again and again"@en .

<http://lexvo.org/id/char/5C62> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B1%A2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C7%9A>,
        <http://lexvo.org/id/term/kor/%E5%B1%A2>,
        <http://lexvo.org/id/term/kor/LWU>,
        <http://lexvo.org/id/term/vie/l%C5%A9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/leoi5>,
        <http://lexvo.org/id/term/yue/%E5%B1%A2>,
        "屢"^^xsd:string ;
    rdfs:comment "frequently, often, again and again"@en .

<http://lexvo.org/id/char/5C63> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B1%A3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C7%90>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/saai2>,
        <http://lexvo.org/id/term/yue/%E5%B1%A3>,
        "屣"^^xsd:string ;
    rdfs:comment "straw sandals or slippers that have no heel-backs"@en .

<http://lexvo.org/id/char/5C64> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B1%A4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C3%A9ng>,
        <http://lexvo.org/id/term/kor/%E5%B1%A4>,
        <http://lexvo.org/id/term/kor/CHUNG>,
        <http://lexvo.org/id/term/vie/t%E1%BA%A7ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cang4>,
        <http://lexvo.org/id/term/yue/%E5%B1%A4>,
        "層"^^xsd:string ;
    rdfs:comment "storey, layer, floor, stratum"@en .

<http://lexvo.org/id/char/5C65> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B1%A5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C7%9A>,
        <http://lexvo.org/id/term/kor/%E5%B1%A5>,
        <http://lexvo.org/id/term/kor/LI>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lei5%20leoi5>,
        <http://lexvo.org/id/term/yue/%E5%B1%A5>,
        "履"^^xsd:string ;
    rdfs:comment "footwear, shoes; walk on, tread"@en .

<http://lexvo.org/id/char/5C66> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B1%A6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/geoi3>,
        <http://lexvo.org/id/term/yue/%E5%B1%A6>,
        "屦"^^xsd:string ;
    rdfs:comment "straw sandals; tread on"@en .

<http://lexvo.org/id/char/5C67> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B1%A7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A8>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sit3>,
        <http://lexvo.org/id/term/yue/%E5%B1%A7>,
        "屧"^^xsd:string ;
    rdfs:comment "wooden shoes, clogs"@en .

<http://lexvo.org/id/char/5C68> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B1%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%B9>,
        <http://lexvo.org/id/term/kor/%E5%B1%A8>,
        <http://lexvo.org/id/term/kor/KWU>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/geoi3>,
        <http://lexvo.org/id/term/yue/%E5%B1%A8>,
        "屨"^^xsd:string ;
    rdfs:comment "straw sandals; tread on"@en .

<http://lexvo.org/id/char/5C69> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B1%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ju%C4%93>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/goek3>,
        <http://lexvo.org/id/term/yue/%E5%B1%A9>,
        "屩"^^xsd:string ;
    rdfs:comment "straw sandals"@en .

<http://lexvo.org/id/char/5C6A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B1%AA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C3%A1o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/liu4>,
        <http://lexvo.org/id/term/yue/%E5%B1%AA>,
        "屪"^^xsd:string ;
    rdfs:comment "penis"@en .

<http://lexvo.org/id/char/5C6B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B1%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ju%C3%A9>,
        "屫"^^xsd:string .

<http://lexvo.org/id/char/5C6C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B1%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C7%94%201512.071%3Azh%C7%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C7%94%20zh%C7%94>,
        <http://lexvo.org/id/term/kor/%E5%B1%AC>,
        <http://lexvo.org/id/term/kor/SOK%20CHOK>,
        <http://lexvo.org/id/term/vie/thu%E1%BB%99c>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/suk6%20zuk1>,
        <http://lexvo.org/id/term/yue/%E5%B1%AC>,
        "屬"^^xsd:string ;
    rdfs:comment "class, category, type; to belong to"@en .

<http://lexvo.org/id/char/5C6D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B1%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ai3%20hei3>,
        <http://lexvo.org/id/term/yue/%E5%B1%AD>,
        "屭"^^xsd:string ;
    rdfs:comment "gigantic strength"@en .

<http://lexvo.org/id/char/5C6F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B1%AF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%BAn%201525.100%3Azh%C5%ABn>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%BAn%20zh%C5%ABn>,
        <http://lexvo.org/id/term/kor/%E5%B1%AF>,
        <http://lexvo.org/id/term/kor/TWUN%20CWUN>,
        <http://lexvo.org/id/term/vie/tru%C3%A2n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tyun4%20zeon1>,
        <http://lexvo.org/id/term/yue/%E5%B1%AF>,
        "屯"^^xsd:string ;
    rdfs:comment "village, hamlet; camp; station"@en .

<http://lexvo.org/id/char/5C70> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B1%B0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C3%AC>,
        "屰"^^xsd:string ;
    rdfs:comment "disobedient"@en .

<http://lexvo.org/id/char/5C72> a lvont:Character ;
    lvont:represents "屲"^^xsd:string .

<http://lexvo.org/id/char/5C73> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B1%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C4%81n>,
        <http://lexvo.org/id/term/kor/%E5%B1%B3>,
        <http://lexvo.org/id/term/kor/SEN>,
        "屳"^^xsd:string .

<http://lexvo.org/id/char/5C74> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B1%B4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%AC%20l%C3%A8>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lak6%20lik6>,
        <http://lexvo.org/id/term/yue/%E5%B1%B4>,
        "屴"^^xsd:string ;
    rdfs:comment "lofty"@en .

<http://lexvo.org/id/char/5C75> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B1%B5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xu%C4%93>,
        "屵"^^xsd:string .

<http://lexvo.org/id/char/5C76> a lvont:Character ;
    lvont:represents "屶"^^xsd:string ;
    rdfs:comment "lofty"@en .

<http://lexvo.org/id/char/5C77> a lvont:Character ;
    lvont:represents "屷"^^xsd:string .

<http://lexvo.org/id/char/5C78> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B1%B8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%B3ng>,
        "屸"^^xsd:string .

<http://lexvo.org/id/char/5C79> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B1%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C4%93%201371.030%3Ay%C3%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%AC>,
        <http://lexvo.org/id/term/kor/%E5%B1%B9>,
        <http://lexvo.org/id/term/kor/HUL>,
        <http://lexvo.org/id/term/vie/ng%E1%BA%ADt>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ngat6>,
        <http://lexvo.org/id/term/yue/%E5%B1%B9>,
        "屹"^^xsd:string ;
    rdfs:comment "to rise high; to stand erect"@en .

<http://lexvo.org/id/char/5C7A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B1%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C7%90>,
        <http://lexvo.org/id/term/kor/%E5%B1%BA>,
        <http://lexvo.org/id/term/kor/KI>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gei2%20hei2>,
        <http://lexvo.org/id/term/yue/%E5%B1%BA>,
        "屺"^^xsd:string ;
    rdfs:comment "a hill with trees or grass-- some give the opposite meaning"@en .

<http://lexvo.org/id/char/5C7B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B1%BB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/r%C3%A8n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jan6>,
        <http://lexvo.org/id/term/yue/%E5%B1%BB>,
        "屻"^^xsd:string ;
    rdfs:comment "(Cant.) sharp"@en .

<http://lexvo.org/id/char/5C7C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B1%BC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ngat6>,
        <http://lexvo.org/id/term/yue/%E5%B1%BC>,
        "屼"^^xsd:string ;
    rdfs:comment "mountain; a bare hill"@en .

<http://lexvo.org/id/char/5C7D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B1%BD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A0n>,
        "屽"^^xsd:string .

<http://lexvo.org/id/char/5C7E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B1%BE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C4%93n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/san1>,
        <http://lexvo.org/id/term/yue/%E5%B1%BE>,
        "屾"^^xsd:string .

<http://lexvo.org/id/char/5C7F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B1%BF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%94%20x%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jyu4%20zeoi6>,
        <http://lexvo.org/id/term/yue/%E5%B1%BF>,
        "屿"^^xsd:string ;
    rdfs:comment "island"@en .

<http://lexvo.org/id/char/5C80> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B2%80>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C5%AB>,
        <http://lexvo.org/id/term/kor/%E5%B2%80>,
        <http://lexvo.org/id/term/kor/CHWUL%20CHWU>,
        "岀"^^xsd:string ;
    rdfs:comment "go out"@en .

<http://lexvo.org/id/char/5C81> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B2%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/su%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/seoi3>,
        <http://lexvo.org/id/term/yue/%E5%B2%81>,
        "岁"^^xsd:string ;
    rdfs:comment "year; age; harvest"@en .

<http://lexvo.org/id/char/5C82> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B2%82>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C7%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C7%90%20k%C7%8Ei>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hei2>,
        <http://lexvo.org/id/term/yue/%E5%B2%82>,
        "岂"^^xsd:string ;
    rdfs:comment "how? what?"@en .

<http://lexvo.org/id/char/5C83> a lvont:Character ;
    lvont:represents "岃"^^xsd:string .

<http://lexvo.org/id/char/5C84> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B2%84>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/yu%C3%A8>,
        "岄"^^xsd:string .

<http://lexvo.org/id/char/5C85> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B2%85>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C7%8En>,
        "岅"^^xsd:string .

<http://lexvo.org/id/char/5C86> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B2%86>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%8Eo>,
        "岆"^^xsd:string .

<http://lexvo.org/id/char/5C87> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C3%A1ng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B2%87>,
        "岇"^^xsd:string .

<http://lexvo.org/id/char/5C88> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B2%88>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A1>,
        <http://lexvo.org/id/term/kor/%E5%B2%88>,
        <http://lexvo.org/id/term/kor/HA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/haa1%20ngaa4>,
        <http://lexvo.org/id/term/yue/%E5%B2%88>,
        "岈"^^xsd:string .

<http://lexvo.org/id/char/5C89> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B2%89>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C3%B9>,
        "岉"^^xsd:string .

<http://lexvo.org/id/char/5C8A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B2%8A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%A9>,
        <http://lexvo.org/id/term/kor/%E5%B2%8A>,
        <http://lexvo.org/id/term/kor/CEL>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zit3>,
        <http://lexvo.org/id/term/yue/%E5%B2%8A>,
        "岊"^^xsd:string ;
    rdfs:comment "foothill"@en .

<http://lexvo.org/id/char/5C8B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C3%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B2%8B>,
        "岋"^^xsd:string .

<http://lexvo.org/id/char/5C8C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B2%8C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%AD>,
        <http://lexvo.org/id/term/kor/%E5%B2%8C>,
        <http://lexvo.org/id/term/kor/KUP>,
        <http://lexvo.org/id/term/vie/ng%E1%BA%ADp>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gap6%20kap1>,
        <http://lexvo.org/id/term/yue/%E5%B2%8C>,
        "岌"^^xsd:string ;
    rdfs:comment "perilous, hazardous; high, steep"@en .

<http://lexvo.org/id/char/5C8D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B2%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C4%81n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hin1>,
        <http://lexvo.org/id/term/yue/%E5%B2%8D>,
        "岍"^^xsd:string .

<http://lexvo.org/id/char/5C8E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B2%8E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C4%93n>,
        "岎"^^xsd:string .

<http://lexvo.org/id/char/5C8F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B2%8F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/yu%C3%A1n>,
        <http://lexvo.org/id/term/kor/%E5%B2%8F>,
        <http://lexvo.org/id/term/kor/WAN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jyun4>,
        <http://lexvo.org/id/term/yue/%E5%B2%8F>,
        "岏"^^xsd:string .

<http://lexvo.org/id/char/5C90> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B2%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C3%AD>,
        <http://lexvo.org/id/term/kor/%E5%B2%90>,
        <http://lexvo.org/id/term/kor/KI>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kei4>,
        <http://lexvo.org/id/term/yue/%E5%B2%90>,
        "岐"^^xsd:string ;
    rdfs:comment "high; majestic; fork in road"@en .

<http://lexvo.org/id/char/5C91> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B2%91>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C3%A9n>,
        <http://lexvo.org/id/term/kor/%E5%B2%91>,
        <http://lexvo.org/id/term/kor/CAM%20UM>,
        <http://lexvo.org/id/term/vie/s%E1%BA%A7m>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sam4>,
        <http://lexvo.org/id/term/yue/%E5%B2%91>,
        "岑"^^xsd:string ;
    rdfs:comment "steep, precipitous; peak"@en .

<http://lexvo.org/id/char/5C92> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B2%92>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C3%A1n>,
        <http://lexvo.org/id/term/kor/%E5%B2%92>,
        <http://lexvo.org/id/term/kor/KYEM>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kim4>,
        <http://lexvo.org/id/term/yue/%E5%B2%92>,
        "岒"^^xsd:string .

<http://lexvo.org/id/char/5C93> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B2%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C3%AD>,
        "岓"^^xsd:string .

<http://lexvo.org/id/char/5C94> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B2%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%A0>,
        <http://lexvo.org/id/term/kor/%E5%B2%94>,
        <http://lexvo.org/id/term/kor/CHA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/caa1%20caa3>,
        <http://lexvo.org/id/term/yue/%E5%B2%94>,
        "岔"^^xsd:string ;
    rdfs:comment "diverge, branch off; fork in road"@en .

<http://lexvo.org/id/char/5C95> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B2%95>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%A8>,
        "岕"^^xsd:string .

<http://lexvo.org/id/char/5C96> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B2%96>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C5%AB>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/keoi1>,
        <http://lexvo.org/id/term/yue/%E5%B2%96>,
        "岖"^^xsd:string ;
    rdfs:comment "steep, sheer; rugged, rough"@en .

<http://lexvo.org/id/char/5C97> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B2%97>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C4%81ng%200362.040%3Ag%C7%8Eng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C7%8Eng%20g%C4%81ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gong1>,
        <http://lexvo.org/id/term/yue/%E5%B2%97>,
        "岗"^^xsd:string ;
    rdfs:comment "post; position"@en .

<http://lexvo.org/id/char/5C98> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B2%98>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jin6>,
        <http://lexvo.org/id/term/yue/%E5%B2%98>,
        "岘"^^xsd:string ;
    rdfs:comment "steep hill; mountain in Hubei"@en .

<http://lexvo.org/id/char/5C99> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C3%A0o>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B2%99>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ou3>,
        <http://lexvo.org/id/term/yue/%E5%B2%99>,
        "岙"^^xsd:string ;
    rdfs:comment "island"@en .

<http://lexvo.org/id/char/5C9A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B2%9A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/laam4>,
        <http://lexvo.org/id/term/yue/%E5%B2%9A>,
        "岚"^^xsd:string ;
    rdfs:comment "mountain mist, mountain haze"@en .

<http://lexvo.org/id/char/5C9B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B2%9B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C7%8Eo>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dou2>,
        <http://lexvo.org/id/term/yue/%E5%B2%9B>,
        "岛"^^xsd:string ;
    rdfs:comment "island"@en .

<http://lexvo.org/id/char/5C9C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B2%9C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C4%81>,
        "岜"^^xsd:string ;
    rdfs:comment "rock mountain"@en .

<http://lexvo.org/id/char/5C9D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B2%9D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zu%C3%B2>,
        <http://lexvo.org/id/term/kor/%E5%B2%9D>,
        <http://lexvo.org/id/term/kor/CAK>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zok3>,
        <http://lexvo.org/id/term/yue/%E5%B2%9D>,
        "岝"^^xsd:string ;
    rdfs:comment "name of a mountain in Shandong"@en .

<http://lexvo.org/id/char/5C9E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B2%9E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zu%C3%B2>,
        "岞"^^xsd:string .

<http://lexvo.org/id/char/5C9F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B2%9F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%8Eng>,
        "岟"^^xsd:string .

<http://lexvo.org/id/char/5CA0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B2%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/geoi6>,
        <http://lexvo.org/id/term/yue/%E5%B2%A0>,
        "岠"^^xsd:string .

<http://lexvo.org/id/char/5CA1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B2%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C4%81ng>,
        <http://lexvo.org/id/term/kor/%E5%B2%A1>,
        <http://lexvo.org/id/term/kor/KANG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gong1>,
        <http://lexvo.org/id/term/yue/%E5%B2%A1>,
        "岡"^^xsd:string ;
    rdfs:comment "ridge or crest of hill"@en .

<http://lexvo.org/id/char/5CA2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B2%A2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C4%9B>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ho2>,
        <http://lexvo.org/id/term/yue/%E5%B2%A2>,
        "岢"^^xsd:string .

<http://lexvo.org/id/char/5CA3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B2%A3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C7%92u>,
        <http://lexvo.org/id/term/kor/%E5%B2%A3>,
        <http://lexvo.org/id/term/kor/KWU>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gau2%20keoi1>,
        <http://lexvo.org/id/term/yue/%E5%B2%A3>,
        "岣"^^xsd:string ;
    rdfs:comment "a hill in Hunan"@en .

<http://lexvo.org/id/char/5CA4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B2%A4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xu%C3%A8>,
        "岤"^^xsd:string .

<http://lexvo.org/id/char/5CA5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B2%A5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C4%93i%20p%C5%8D%20p%C3%AD>,
        <http://lexvo.org/id/term/kor/%E5%B2%A5>,
        <http://lexvo.org/id/term/kor/PHA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bei1%20pei4%20po1>,
        <http://lexvo.org/id/term/yue/%E5%B2%A5>,
        "岥"^^xsd:string .

<http://lexvo.org/id/char/5CA6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B2%A6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%AC>,
        <http://lexvo.org/id/term/kor/%E5%B2%A6>,
        <http://lexvo.org/id/term/kor/LIP>,
        "岦"^^xsd:string .

<http://lexvo.org/id/char/5CA7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B2%A7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ti%C3%A1o>,
        <http://lexvo.org/id/term/kor/%E5%B2%A7>,
        <http://lexvo.org/id/term/kor/CHO>,
        <http://lexvo.org/id/term/vie/%C4%91%C3%A8o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tiu4>,
        <http://lexvo.org/id/term/yue/%E5%B2%A7>,
        "岧"^^xsd:string ;
    rdfs:comment "peak; cliff; precipice"@en .

<http://lexvo.org/id/char/5CA8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B2%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C5%AB%20j%C7%94>,
        <http://lexvo.org/id/term/kor/%E5%B2%A8>,
        <http://lexvo.org/id/term/kor/CE>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zeoi1%20zeoi2%20zo2>,
        <http://lexvo.org/id/term/yue/%E5%B2%A8>,
        "岨"^^xsd:string ;
    rdfs:comment "uneven"@en .

<http://lexvo.org/id/char/5CA9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B2%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A1n>,
        <http://lexvo.org/id/term/kor/%E5%B2%A9>,
        <http://lexvo.org/id/term/kor/AM>,
        <http://lexvo.org/id/term/vie/nham>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ngaam4>,
        <http://lexvo.org/id/term/yue/%E5%B2%A9>,
        "岩"^^xsd:string ;
    rdfs:comment "cliff; rocks; mountain"@en .

<http://lexvo.org/id/char/5CAA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B2%AA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%BA>,
        <http://lexvo.org/id/term/kor/%E5%B2%AA>,
        <http://lexvo.org/id/term/kor/PWUL>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fat6>,
        <http://lexvo.org/id/term/yue/%E5%B2%AA>,
        "岪"^^xsd:string .

<http://lexvo.org/id/char/5CAB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B2%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%B9>,
        <http://lexvo.org/id/term/kor/%E5%B2%AB>,
        <http://lexvo.org/id/term/kor/SWU>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zau6>,
        <http://lexvo.org/id/term/yue/%E5%B2%AB>,
        "岫"^^xsd:string ;
    rdfs:comment "mountain peak; cave, cavern"@en .

<http://lexvo.org/id/char/5CAC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B2%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C7%8E>,
        <http://lexvo.org/id/term/kor/%E5%B2%AC>,
        <http://lexvo.org/id/term/kor/KAP>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gaap3>,
        <http://lexvo.org/id/term/yue/%E5%B2%AC>,
        "岬"^^xsd:string ;
    rdfs:comment "cape; promontory, headland"@en .

<http://lexvo.org/id/char/5CAD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B2%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%ADng%20l%C7%90ng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C7%90ng>,
        <http://lexvo.org/id/term/kor/%E5%B2%AD>,
        <http://lexvo.org/id/term/kor/LYENG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ling4%20ling5>,
        <http://lexvo.org/id/term/yue/%E5%B2%AD>,
        "岭"^^xsd:string ;
    rdfs:comment "mountain ridge, mountain peak"@en .

<http://lexvo.org/id/char/5CAE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B2%AE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/tu%C3%B3>,
        "岮"^^xsd:string .

<http://lexvo.org/id/char/5CAF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B2%AF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C4%93i%20p%C3%A9i>,
        "岯"^^xsd:string .

<http://lexvo.org/id/char/5CB0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B2%B0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%92u>,
        "岰"^^xsd:string .

<http://lexvo.org/id/char/5CB1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B2%B1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%A0i>,
        <http://lexvo.org/id/term/kor/%E5%B2%B1>,
        <http://lexvo.org/id/term/kor/TAY>,
        <http://lexvo.org/id/term/vie/%C4%91%E1%BB%93i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/doi6>,
        <http://lexvo.org/id/term/yue/%E5%B2%B1>,
        "岱"^^xsd:string ;
    rdfs:comment "Daishan, one of the Five Sacred Mountains in China"@en .

<http://lexvo.org/id/char/5CB2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B2%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ku%C3%A0ng>,
        "岲"^^xsd:string .

<http://lexvo.org/id/char/5CB3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B2%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/yu%C3%A8>,
        <http://lexvo.org/id/term/kor/%E5%B2%B3>,
        <http://lexvo.org/id/term/kor/AK>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ngok6>,
        <http://lexvo.org/id/term/yue/%E5%B2%B3>,
        "岳"^^xsd:string ;
    rdfs:comment "mountain peak; surname"@en .

<http://lexvo.org/id/char/5CB4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B2%B4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C5%AB>,
        "岴"^^xsd:string .

<http://lexvo.org/id/char/5CB5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B2%B5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%B9>,
        <http://lexvo.org/id/term/kor/%E5%B2%B5>,
        <http://lexvo.org/id/term/kor/HO>,
        <http://lexvo.org/id/term/vie/h%C3%B4>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wu6>,
        <http://lexvo.org/id/term/yue/%E5%B2%B5>,
        "岵"^^xsd:string ;
    rdfs:comment "hill"@en .

<http://lexvo.org/id/char/5CB6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B2%B6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%B2>,
        "岶"^^xsd:string .

<http://lexvo.org/id/char/5CB7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B2%B7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%ADn>,
        <http://lexvo.org/id/term/kor/%E5%B2%B7>,
        <http://lexvo.org/id/term/kor/MIN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/man4>,
        <http://lexvo.org/id/term/yue/%E5%B2%B7>,
        "岷"^^xsd:string ;
    rdfs:comment "min mountain, min river"@en .

<http://lexvo.org/id/char/5CB8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C3%A0n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B2%B8>,
        <http://lexvo.org/id/term/kor/%E5%B2%B8>,
        <http://lexvo.org/id/term/kor/AN>,
        <http://lexvo.org/id/term/vie/ng%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ngon6>,
        <http://lexvo.org/id/term/yue/%E5%B2%B8>,
        "岸"^^xsd:string ;
    rdfs:comment "bank, shore; beach, coast"@en .

<http://lexvo.org/id/char/5CB9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B2%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ti%C3%A1o>,
        "岹"^^xsd:string .

<http://lexvo.org/id/char/5CBA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B2%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%ADng>,
        <http://lexvo.org/id/term/kor/%E5%B2%BA>,
        <http://lexvo.org/id/term/kor/LYENG>,
        "岺"^^xsd:string ;
    rdfs:comment "mountain ridge, mountain peak"@en .

<http://lexvo.org/id/char/5CBB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B2%BB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%AD>,
        "岻"^^xsd:string .

<http://lexvo.org/id/char/5CBC> a lvont:Character ;
    lvont:represents "岼"^^xsd:string .

<http://lexvo.org/id/char/5CBD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B2%BD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C5%8Dng>,
        "岽"^^xsd:string ;
    rdfs:comment "place name in Guangxi province"@en .

<http://lexvo.org/id/char/5CBE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E5%B2%BE>,
        <http://lexvo.org/id/term/kor/CEM>,
        "岾"^^xsd:string ;
    rdfs:comment "mountain pass (Korean)"@en .

<http://lexvo.org/id/char/5CBF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B2%BF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ku%C4%AB>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kwai1>,
        <http://lexvo.org/id/term/yue/%E5%B2%BF>,
        "岿"^^xsd:string ;
    rdfs:comment "grand, stately; secure, lasting"@en .

<http://lexvo.org/id/char/5CC0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B3%80>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%B9>,
        <http://lexvo.org/id/term/kor/%E5%B3%80>,
        <http://lexvo.org/id/term/kor/SWU>,
        "峀"^^xsd:string ;
    rdfs:comment "mountain peak; cave, cavern"@en .

<http://lexvo.org/id/char/5CC1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B3%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C7%8Eo>,
        "峁"^^xsd:string ;
    rdfs:comment "yellow dirt mount"@en .

<http://lexvo.org/id/char/5CC2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B3%82>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%B3ng>,
        "峂"^^xsd:string ;
    rdfs:comment "name of place"@en .

<http://lexvo.org/id/char/5CC3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B3%83>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xu%C3%A9>,
        "峃"^^xsd:string .

<http://lexvo.org/id/char/5CC4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B3%84>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jik6>,
        <http://lexvo.org/id/term/yue/%E5%B3%84>,
        "峄"^^xsd:string ;
    rdfs:comment "a range of peaks in Shandong and Jiangsu; the name of a mountain"@en .

<http://lexvo.org/id/char/5CC5> a lvont:Character ;
    lvont:represents "峅"^^xsd:string .

<http://lexvo.org/id/char/5CC6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B3%86>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C4%93>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hap6>,
        <http://lexvo.org/id/term/yue/%E5%B3%86>,
        "峆"^^xsd:string .

<http://lexvo.org/id/char/5CC7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B3%87>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C4%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C4%93%20b%C4%81>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/baa1%20hap6>,
        <http://lexvo.org/id/term/yue/%E5%B3%87>,
        "峇"^^xsd:string ;
    rdfs:comment "cave, cavern"@en .

<http://lexvo.org/id/char/5CC8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B3%88>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/lu%C3%B2>,
        "峈"^^xsd:string .

<http://lexvo.org/id/char/5CC9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C4%93%20%C3%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B3%89>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ngaak6>,
        <http://lexvo.org/id/term/yue/%E5%B3%89>,
        "峉"^^xsd:string .

<http://lexvo.org/id/char/5CCA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B3%8A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%B9%20ni%C3%A8>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fau6>,
        <http://lexvo.org/id/term/yue/%E5%B3%8A>,
        "峊"^^xsd:string .

<http://lexvo.org/id/char/5CCB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B3%8B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C3%BAn>,
        <http://lexvo.org/id/term/kor/%E5%B3%8B>,
        <http://lexvo.org/id/term/kor/SWUN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/seon1>,
        <http://lexvo.org/id/term/yue/%E5%B3%8B>,
        "峋"^^xsd:string ;
    rdfs:comment "ranges of hills stretching on beyond another irregular peaks"@en .

<http://lexvo.org/id/char/5CCC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B3%8C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/di%C3%A9>,
        "峌"^^xsd:string .

<http://lexvo.org/id/char/5CCD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B3%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%B9>,
        "峍"^^xsd:string .

<http://lexvo.org/id/char/5CCE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C4%81n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B3%8E>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jan2>,
        <http://lexvo.org/id/term/yue/%E5%B3%8E>,
        "峎"^^xsd:string .

<http://lexvo.org/id/char/5CCF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C4%9Br>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B3%8F>,
        "峏"^^xsd:string .

<http://lexvo.org/id/char/5CD0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B3%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C4%81i>,
        "峐"^^xsd:string .

<http://lexvo.org/id/char/5CD1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B3%91>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qu%C3%A1n>,
        "峑"^^xsd:string .

<http://lexvo.org/id/char/5CD2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B3%92>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%B2ng%201154.030%3At%C3%B3ng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%B3ng%20d%C3%B2ng>,
        <http://lexvo.org/id/term/kor/%E5%B3%92>,
        <http://lexvo.org/id/term/kor/TONG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dung6%20tung4>,
        <http://lexvo.org/id/term/yue/%E5%B3%92>,
        "峒"^^xsd:string ;
    rdfs:comment "mountain in Gansu province"@en .

<http://lexvo.org/id/char/5CD3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B3%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%AD>,
        "峓"^^xsd:string .

<http://lexvo.org/id/char/5CD4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B3%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C7%94>,
        "峔"^^xsd:string .

<http://lexvo.org/id/char/5CD5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B3%95>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%AD>,
        "峕"^^xsd:string .

<http://lexvo.org/id/char/5CD6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C4%81n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B3%96>,
        "峖"^^xsd:string .

<http://lexvo.org/id/char/5CD7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B3%97>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C3%A9i>,
        "峗"^^xsd:string .

<http://lexvo.org/id/char/5CD8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B3%98>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C5%AB%20hu%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wun4>,
        <http://lexvo.org/id/term/yue/%E5%B3%98>,
        "峘"^^xsd:string .

<http://lexvo.org/id/char/5CD9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B3%99>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%AC%201491.020%3Azh%C3%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%AC%20sh%C3%AC>,
        <http://lexvo.org/id/term/kor/%E5%B3%99>,
        <http://lexvo.org/id/term/kor/CHI>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ci5%20si6>,
        <http://lexvo.org/id/term/yue/%E5%B3%99>,
        "峙"^^xsd:string ;
    rdfs:comment "stand erect, stand up; pile up"@en .

<http://lexvo.org/id/char/5CDA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B3%9A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%AC>,
        "峚"^^xsd:string .

<http://lexvo.org/id/char/5CDB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B3%9B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C7%90>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lei5>,
        <http://lexvo.org/id/term/yue/%E5%B3%9B>,
        "峛"^^xsd:string .

<http://lexvo.org/id/char/5CDC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B3%9C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C4%AB>,
        "峜"^^xsd:string .

<http://lexvo.org/id/char/5CDD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B3%9D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%B3ng%20d%C3%B2ng>,
        "峝"^^xsd:string ;
    rdfs:comment "Mountain in Gansu province"@en .

<http://lexvo.org/id/char/5CDE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B3%9E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C3%A9i>,
        "峞"^^xsd:string ;
    rdfs:comment "high and uneven"@en .

<http://lexvo.org/id/char/5CDF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B3%9F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%B2u>,
        "峟"^^xsd:string .

<http://lexvo.org/id/char/5CE0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/kor/%E5%B3%A0>,
        <http://lexvo.org/id/term/kor/SANG>,
        "峠"^^xsd:string ;
    rdfs:comment "mountain pass; crisis, climax"@en .

<http://lexvo.org/id/char/5CE1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B3%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A1>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/haap6>,
        <http://lexvo.org/id/term/yue/%E5%B3%A1>,
        "峡"^^xsd:string ;
    rdfs:comment "gorge, strait, ravine; isthmus"@en .

<http://lexvo.org/id/char/5CE2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B3%A2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C7%90>,
        "峢"^^xsd:string .

<http://lexvo.org/id/char/5CE3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B3%A3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A1o>,
        <http://lexvo.org/id/term/kor/%E5%B3%A3>,
        <http://lexvo.org/id/term/kor/YO>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jiu4>,
        <http://lexvo.org/id/term/yue/%E5%B3%A3>,
        "峣"^^xsd:string ;
    rdfs:comment "high or tall"@en .

<http://lexvo.org/id/char/5CE4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B3%A4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%A0o%200921.050%3Aqi%C3%A1o>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%A0o%20qi%C3%A1o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/giu6%20kiu4>,
        <http://lexvo.org/id/term/yue/%E5%B3%A4>,
        "峤"^^xsd:string ;
    rdfs:comment "high pointed mountain"@en .

<http://lexvo.org/id/char/5CE5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B3%A5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C4%93ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zang1>,
        <http://lexvo.org/id/term/yue/%E5%B3%A5>,
        "峥"^^xsd:string ;
    rdfs:comment "high, lofty, noble; steep, perilous"@en .

<http://lexvo.org/id/char/5CE6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B3%A6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/lu%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lyun4>,
        <http://lexvo.org/id/term/yue/%E5%B3%A6>,
        "峦"^^xsd:string ;
    rdfs:comment "mountain range; pointed mountain"@en .

<http://lexvo.org/id/char/5CE7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B3%A7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C4%81o>,
        "峧"^^xsd:string .

<http://lexvo.org/id/char/5CE8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C3%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B3%A8>,
        <http://lexvo.org/id/term/kor/%E5%B3%A8>,
        <http://lexvo.org/id/term/kor/A>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ngo4>,
        <http://lexvo.org/id/term/yue/%E5%B3%A8>,
        "峨"^^xsd:string ;
    rdfs:comment "lofty"@en .

<http://lexvo.org/id/char/5CE9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C3%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B3%A9>,
        <http://lexvo.org/id/term/kor/%E5%B3%A9>,
        <http://lexvo.org/id/term/kor/A>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ngo4>,
        <http://lexvo.org/id/term/yue/%E5%B3%A9>,
        "峩"^^xsd:string ;
    rdfs:comment "lofty"@en .

<http://lexvo.org/id/char/5CEA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B3%AA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/juk6%20jyu6>,
        <http://lexvo.org/id/term/yue/%E5%B3%AA>,
        "峪"^^xsd:string ;
    rdfs:comment "valley, ravine"@en .

<http://lexvo.org/id/char/5CEB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B3%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A9>,
        "峫"^^xsd:string ;
    rdfs:comment "mountain in Shandong province"@en .

<http://lexvo.org/id/char/5CEC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B3%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C5%AB>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bou1>,
        <http://lexvo.org/id/term/yue/%E5%B3%AC>,
        "峬"^^xsd:string .

<http://lexvo.org/id/char/5CED> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B3%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C3%A0o>,
        <http://lexvo.org/id/term/kor/%E5%B3%AD>,
        <http://lexvo.org/id/term/kor/CHO>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ciu3>,
        <http://lexvo.org/id/term/yue/%E5%B3%AD>,
        "峭"^^xsd:string ;
    rdfs:comment "steep, precipitous, rugged"@en .

<http://lexvo.org/id/char/5CEE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B3%AE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C5%ABn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kwan1>,
        <http://lexvo.org/id/term/yue/%E5%B3%AE>,
        "峮"^^xsd:string .

<http://lexvo.org/id/char/5CEF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B3%AF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C4%93ng>,
        <http://lexvo.org/id/term/kor/%E5%B3%AF>,
        <http://lexvo.org/id/term/kor/PONG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fung1>,
        <http://lexvo.org/id/term/yue/%E5%B3%AF>,
        "峯"^^xsd:string ;
    rdfs:comment "peak, summit; hump of camel"@en .

<http://lexvo.org/id/char/5CF0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B3%B0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C4%93ng>,
        <http://lexvo.org/id/term/kor/%E5%B3%B0>,
        <http://lexvo.org/id/term/kor/PONG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fung1>,
        <http://lexvo.org/id/term/yue/%E5%B3%B0>,
        "峰"^^xsd:string ;
    rdfs:comment "peak, summit; hump of camel"@en .

<http://lexvo.org/id/char/5CF1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B3%B1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C3%A1o>,
        <http://lexvo.org/id/term/kor/%E5%B3%B1>,
        <http://lexvo.org/id/term/kor/NO>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/naau4>,
        <http://lexvo.org/id/term/yue/%E5%B3%B1>,
        "峱"^^xsd:string ;
    rdfs:comment "name of a mountain"@en .

<http://lexvo.org/id/char/5CF2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B3%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C7%90>,
        "峲"^^xsd:string .

<http://lexvo.org/id/char/5CF3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B3%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%B3u>,
        "峳"^^xsd:string .

<http://lexvo.org/id/char/5CF4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B3%B4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E5%B3%B4>,
        <http://lexvo.org/id/term/kor/HYEN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jin6>,
        <http://lexvo.org/id/term/yue/%E5%B3%B4>,
        "峴"^^xsd:string ;
    rdfs:comment "steep hill; mountain in Hubei"@en .

<http://lexvo.org/id/char/5CF5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B3%B5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%B3ng>,
        "峵"^^xsd:string .

<http://lexvo.org/id/char/5CF6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B3%B6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C7%8Eo>,
        <http://lexvo.org/id/term/kor/%E5%B3%B6>,
        <http://lexvo.org/id/term/kor/TO>,
        <http://lexvo.org/id/term/vie/%C4%91%E1%BA%A3o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dou2>,
        <http://lexvo.org/id/term/yue/%E5%B3%B6>,
        "島"^^xsd:string ;
    rdfs:comment "island"@en .

<http://lexvo.org/id/char/5CF7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B3%B7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C4%93n>,
        "峷"^^xsd:string .

<http://lexvo.org/id/char/5CF8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B3%B8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%A9ng>,
        "峸"^^xsd:string .

<http://lexvo.org/id/char/5CF9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B3%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%BA>,
        "峹"^^xsd:string .

<http://lexvo.org/id/char/5CFA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B3%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C4%9Bng>,
        "峺"^^xsd:string .

<http://lexvo.org/id/char/5CFB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B3%BB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%B9n>,
        <http://lexvo.org/id/term/kor/%E5%B3%BB>,
        <http://lexvo.org/id/term/kor/CWUN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zeon3>,
        <http://lexvo.org/id/term/yue/%E5%B3%BB>,
        "峻"^^xsd:string ;
    rdfs:comment "high, steep, towering; stern"@en .

<http://lexvo.org/id/char/5CFC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B3%BC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A0o>,
        "峼"^^xsd:string .

<http://lexvo.org/id/char/5CFD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B3%BD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A1>,
        <http://lexvo.org/id/term/kor/%E5%B3%BD>,
        <http://lexvo.org/id/term/kor/HYEP>,
        <http://lexvo.org/id/term/vie/gi%C3%A1p>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/haap6>,
        <http://lexvo.org/id/term/yue/%E5%B3%BD>,
        "峽"^^xsd:string ;
    rdfs:comment "gorge, strait, ravine; isthmus"@en .

<http://lexvo.org/id/char/5CFE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B3%BE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C4%ABn%20y%C3%ADn>,
        "峾"^^xsd:string .

<http://lexvo.org/id/char/5CFF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B3%BF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%94%20w%C3%BA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ng4>,
        <http://lexvo.org/id/term/yue/%E5%B3%BF>,
        "峿"^^xsd:string ;
    rdfs:comment "mountain"@en .

<http://lexvo.org/id/char/5D00> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B4%80>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%A0ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/long4%20long5>,
        <http://lexvo.org/id/term/yue/%E5%B4%80>,
        "崀"^^xsd:string ;
    rdfs:comment "place name in hunan province"@en .

<http://lexvo.org/id/char/5D01> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B4%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C3%A0n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C7%8En>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ham3>,
        <http://lexvo.org/id/term/yue/%E5%B4%81>,
        "崁"^^xsd:string ;
    rdfs:comment "a place in Taiwan Tainan"@en .

<http://lexvo.org/id/char/5D02> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B4%82>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%A1o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dang3>,
        <http://lexvo.org/id/term/yue/%E5%B4%82>,
        "崂"^^xsd:string ;
    rdfs:comment "Laoshan, mountain in Shandong"@en .

<http://lexvo.org/id/char/5D03> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B4%83>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%A1i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/loi4>,
        <http://lexvo.org/id/term/yue/%E5%B4%83>,
        "崃"^^xsd:string ;
    rdfs:comment "mountain in Sichuan province"@en .

<http://lexvo.org/id/char/5D04> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B4%84>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C7%8En>,
        <http://lexvo.org/id/term/kor/%E5%B4%84>,
        <http://lexvo.org/id/term/kor/HEM>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/him2>,
        <http://lexvo.org/id/term/yue/%E5%B4%84>,
        "崄"^^xsd:string ;
    rdfs:comment "high, steep, precipitous"@en .

<http://lexvo.org/id/char/5D05> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B4%85>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qu%C3%A8>,
        "崅"^^xsd:string .

<http://lexvo.org/id/char/5D06> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B4%86>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C5%8Dng>,
        <http://lexvo.org/id/term/kor/%E5%B4%86>,
        <http://lexvo.org/id/term/kor/KONG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hung1>,
        <http://lexvo.org/id/term/yue/%E5%B4%86>,
        "崆"^^xsd:string ;
    rdfs:comment "Kongtong mountain"@en .

<http://lexvo.org/id/char/5D07> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B4%87>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%B3ng>,
        <http://lexvo.org/id/term/kor/%E5%B4%87>,
        <http://lexvo.org/id/term/kor/SWUNG>,
        <http://lexvo.org/id/term/vie/s%C3%B9ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sung4>,
        <http://lexvo.org/id/term/yue/%E5%B4%87>,
        "崇"^^xsd:string ;
    rdfs:comment "esteem, honor, revere, venerate"@en .

<http://lexvo.org/id/char/5D08> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B4%88>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%B3ng>,
        "崈"^^xsd:string .

<http://lexvo.org/id/char/5D09> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B4%89>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%A0>,
        "崉"^^xsd:string .

<http://lexvo.org/id/char/5D0A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/l%E1%BB%9Dm>,
        "崊"^^xsd:string .

<http://lexvo.org/id/char/5D0B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B4%8B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%A1>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/waa4%20waa6>,
        <http://lexvo.org/id/term/yue/%E5%B4%8B>,
        "崋"^^xsd:string ;
    rdfs:comment "flowery; illustrious; Chinese"@en .

<http://lexvo.org/id/char/5D0C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B4%8C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C5%AB>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/geoi1>,
        <http://lexvo.org/id/term/yue/%E5%B4%8C>,
        "崌"^^xsd:string ;
    rdfs:comment "mountain name"@en .

<http://lexvo.org/id/char/5D0D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B4%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%A1i>,
        <http://lexvo.org/id/term/kor/%E5%B4%8D>,
        <http://lexvo.org/id/term/kor/LAY>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/loi4>,
        <http://lexvo.org/id/term/yue/%E5%B4%8D>,
        "崍"^^xsd:string ;
    rdfs:comment "mountain in Sichuan province"@en .

<http://lexvo.org/id/char/5D0E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B4%8E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C3%AD>,
        <http://lexvo.org/id/term/kor/%E5%B4%8E>,
        <http://lexvo.org/id/term/kor/KI>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kei1>,
        <http://lexvo.org/id/term/yue/%E5%B4%8E>,
        "崎"^^xsd:string ;
    rdfs:comment "rough, uneven, jagged, rugged"@en .

<http://lexvo.org/id/char/5D0F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B4%8F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%ADn>,
        "崏"^^xsd:string .

<http://lexvo.org/id/char/5D10> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B4%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C5%ABn>,
        <http://lexvo.org/id/term/kor/%E5%B4%90>,
        <http://lexvo.org/id/term/kor/KON>,
        "崐"^^xsd:string ;
    rdfs:comment "Kunlun mountains in Jiangsu"@en .

<http://lexvo.org/id/char/5D11> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B4%91>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C5%ABn>,
        <http://lexvo.org/id/term/kor/%E5%B4%91>,
        <http://lexvo.org/id/term/kor/KON>,
        <http://lexvo.org/id/term/vie/c%C3%B4n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kwan1>,
        <http://lexvo.org/id/term/yue/%E5%B4%91>,
        "崑"^^xsd:string ;
    rdfs:comment "Kunlun mountains in Jiang Su province."@en .

<http://lexvo.org/id/char/5D12> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B4%92>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C3%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C3%BA%20cu%C3%AC>,
        <http://lexvo.org/id/term/vie/ch%C3%B3t>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zeot1%20zyut3>,
        <http://lexvo.org/id/term/yue/%E5%B4%92>,
        "崒"^^xsd:string ;
    rdfs:comment "rocky peaks; lofty and dangerous"@en .

<http://lexvo.org/id/char/5D13> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B4%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C3%B9>,
        "崓"^^xsd:string .

<http://lexvo.org/id/char/5D14> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B4%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/cu%C4%AB>,
        <http://lexvo.org/id/term/kor/%E5%B4%94>,
        <http://lexvo.org/id/term/kor/CHOY>,
        <http://lexvo.org/id/term/vie/th%C3%B4i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ceoi1>,
        <http://lexvo.org/id/term/yue/%E5%B4%94>,
        "崔"^^xsd:string ;
    rdfs:comment "high, lofty, towering; surname"@en .

<http://lexvo.org/id/char/5D15> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B4%95>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A1%20y%C3%A1i>,
        <http://lexvo.org/id/term/kor/%E5%B4%95>,
        <http://lexvo.org/id/term/kor/AY>,
        "崕"^^xsd:string ;
    rdfs:comment "cliff, precipice; precipitous"@en .

<http://lexvo.org/id/char/5D16> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B4%96>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A1%20y%C3%A1i>,
        <http://lexvo.org/id/term/kor/%E5%B4%96>,
        <http://lexvo.org/id/term/kor/AY%20UY>,
        <http://lexvo.org/id/term/vie/day>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ngaai4>,
        <http://lexvo.org/id/term/yue/%E5%B4%96>,
        "崖"^^xsd:string ;
    rdfs:comment "cliff, precipice; precipitous"@en .

<http://lexvo.org/id/char/5D17> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B4%97>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C7%8Eng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C7%8Eng%20g%C4%81ng>,
        <http://lexvo.org/id/term/kor/%E5%B4%97>,
        <http://lexvo.org/id/term/kor/KANG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gong1>,
        <http://lexvo.org/id/term/yue/%E5%B4%97>,
        "崗"^^xsd:string ;
    rdfs:comment "post; position"@en .

<http://lexvo.org/id/char/5D18> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B4%98>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%BAn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/leon4>,
        <http://lexvo.org/id/term/yue/%E5%B4%98>,
        "崘"^^xsd:string ;
    rdfs:comment "Kunlun mountains in Jiangsu"@en .

<http://lexvo.org/id/char/5D19> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B4%99>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%BAn>,
        <http://lexvo.org/id/term/kor/%E5%B4%99>,
        <http://lexvo.org/id/term/kor/LYUN>,
        <http://lexvo.org/id/term/vie/son>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/leon4>,
        <http://lexvo.org/id/term/yue/%E5%B4%99>,
        "崙"^^xsd:string ;
    rdfs:comment "Kunlun mountains in Jiangsu"@en .

<http://lexvo.org/id/char/5D1A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B4%9A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%A9ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ling4>,
        <http://lexvo.org/id/term/yue/%E5%B4%9A>,
        "崚"^^xsd:string ;
    rdfs:comment "hilly, steep, rugged"@en .

<http://lexvo.org/id/char/5D1B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B4%9B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ju%C3%A9>,
        <http://lexvo.org/id/term/kor/%E5%B4%9B>,
        <http://lexvo.org/id/term/kor/KWUL>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gwat6>,
        <http://lexvo.org/id/term/yue/%E5%B4%9B>,
        "崛"^^xsd:string ;
    rdfs:comment "towering, eminent; rise abruptly"@en .

<http://lexvo.org/id/char/5D1C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B4%9C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/du%C5%8D>,
        "崜"^^xsd:string .

<http://lexvo.org/id/char/5D1D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B4%9D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C4%93ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zang1>,
        <http://lexvo.org/id/term/yue/%E5%B4%9D>,
        "崝"^^xsd:string .

<http://lexvo.org/id/char/5D1E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B4%9E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/gu%C5%8D>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gwok3>,
        <http://lexvo.org/id/term/yue/%E5%B4%9E>,
        "崞"^^xsd:string ;
    rdfs:comment "mountain in Shanxi"@en .

<http://lexvo.org/id/char/5D1F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B4%9F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%ADn>,
        <http://lexvo.org/id/term/kor/%E5%B4%9F>,
        <http://lexvo.org/id/term/kor/UM>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jam4>,
        <http://lexvo.org/id/term/yue/%E5%B4%9F>,
        "崟"^^xsd:string ;
    rdfs:comment "cliffs"@en .

<http://lexvo.org/id/char/5D20> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B4%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C5%8Dng%20d%C3%B2ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dung3>,
        <http://lexvo.org/id/term/yue/%E5%B4%A0>,
        "崠"^^xsd:string ;
    rdfs:comment "place name in Guangxi province"@en .

<http://lexvo.org/id/char/5D21> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B4%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A1n>,
        "崡"^^xsd:string .

<http://lexvo.org/id/char/5D22> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B4%A2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C4%93ng>,
        <http://lexvo.org/id/term/kor/%E5%B4%A2>,
        <http://lexvo.org/id/term/kor/CAYNG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zaang1%20zang1>,
        <http://lexvo.org/id/term/yue/%E5%B4%A2>,
        "崢"^^xsd:string ;
    rdfs:comment "high, lofty, noble; steep, perilous"@en .

<http://lexvo.org/id/char/5D23> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B4%A3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C4%9Bi>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wai2>,
        <http://lexvo.org/id/term/yue/%E5%B4%A3>,
        "崣"^^xsd:string .

<http://lexvo.org/id/char/5D24> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B4%A4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A1o>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A1o>,
        <http://lexvo.org/id/term/kor/%E5%B4%A4>,
        <http://lexvo.org/id/term/kor/HYO>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ngaau4>,
        <http://lexvo.org/id/term/yue/%E5%B4%A4>,
        "崤"^^xsd:string ;
    rdfs:comment "mountain in Henan"@en .

<http://lexvo.org/id/char/5D25> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B4%A5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C7%90>,
        "崥"^^xsd:string .

<http://lexvo.org/id/char/5D26> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B4%A6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C4%81n>,
        <http://lexvo.org/id/term/kor/%E5%B4%A6>,
        <http://lexvo.org/id/term/kor/EM>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jim1>,
        <http://lexvo.org/id/term/yue/%E5%B4%A6>,
        "崦"^^xsd:string ;
    rdfs:comment "a mountain in Kansu, where there is a cave into which the sun is said to sink at night"@en .

<http://lexvo.org/id/char/5D27> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B4%A7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C5%8Dng>,
        <http://lexvo.org/id/term/kor/%E5%B4%A7>,
        <http://lexvo.org/id/term/kor/SWUNG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sung1>,
        <http://lexvo.org/id/term/yue/%E5%B4%A7>,
        "崧"^^xsd:string ;
    rdfs:comment "high mountain; lofty, eminent"@en .

<http://lexvo.org/id/char/5D28> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B4%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%A9>,
        "崨"^^xsd:string .

<http://lexvo.org/id/char/5D29> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B4%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C4%93ng>,
        <http://lexvo.org/id/term/kor/%E5%B4%A9>,
        <http://lexvo.org/id/term/kor/PWUNG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bang1>,
        <http://lexvo.org/id/term/yue/%E5%B4%A9>,
        "崩"^^xsd:string ;
    rdfs:comment "rupture, split apart, collapse"@en .

<http://lexvo.org/id/char/5D2A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B4%AA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C3%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C3%BA%20cu%C3%AC>,
        "崪"^^xsd:string ;
    rdfs:comment "rocky peaks; lofty and dangerous"@en .

<http://lexvo.org/id/char/5D2B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B4%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ju%C3%A9>,
        "崫"^^xsd:string ;
    rdfs:comment "high and lofty (mountains)"@en .

<http://lexvo.org/id/char/5D2C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B4%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C5%8Dng>,
        "崬"^^xsd:string ;
    rdfs:comment "place name in Guangxi province"@en .

<http://lexvo.org/id/char/5D2D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B4%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C7%8En>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zaam2>,
        <http://lexvo.org/id/term/yue/%E5%B4%AD>,
        "崭"^^xsd:string ;
    rdfs:comment "high, steep, precipitous; new"@en .

<http://lexvo.org/id/char/5D2E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B4%AE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gu3>,
        <http://lexvo.org/id/term/yue/%E5%B4%AE>,
        "崮"^^xsd:string ;
    rdfs:comment "a mesa, hill with flat top and steep sides"@en .

<http://lexvo.org/id/char/5D2F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B4%AF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%ADn>,
        "崯"^^xsd:string .

<http://lexvo.org/id/char/5D30> a lvont:Character ;
    lvont:represents "崰"^^xsd:string .

<http://lexvo.org/id/char/5D31> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B4%B1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C3%A9%20z%C3%A8>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zak1>,
        <http://lexvo.org/id/term/yue/%E5%B4%B1>,
        "崱"^^xsd:string ;
    rdfs:comment "lofty"@en .

<http://lexvo.org/id/char/5D32> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B4%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%A1ng>,
        "崲"^^xsd:string .

<http://lexvo.org/id/char/5D33> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B4%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%BA>,
        "崳"^^xsd:string ;
    rdfs:comment "county in Shandong province"@en .

<http://lexvo.org/id/char/5D34> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B4%B4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C4%93i>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C7%8Ei%201191.020%3Aw%C4%93i>,
        <http://lexvo.org/id/term/kor/%E5%B4%B4>,
        <http://lexvo.org/id/term/kor/OY>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wai1>,
        <http://lexvo.org/id/term/yue/%E5%B4%B4>,
        "崴"^^xsd:string ;
    rdfs:comment "high, lofty; precipitous"@en .

<http://lexvo.org/id/char/5D35> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B4%B5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A1ng>,
        "崵"^^xsd:string .

<http://lexvo.org/id/char/5D36> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B4%B6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C4%93ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fung1>,
        <http://lexvo.org/id/term/yue/%E5%B4%B6>,
        "崶"^^xsd:string .

<http://lexvo.org/id/char/5D37> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B4%B7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C3%BA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cau4>,
        <http://lexvo.org/id/term/yue/%E5%B4%B7>,
        "崷"^^xsd:string .

<http://lexvo.org/id/char/5D38> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B4%B8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%B9n>,
        "崸"^^xsd:string .

<http://lexvo.org/id/char/5D39> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B4%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%AD>,
        "崹"^^xsd:string .

<http://lexvo.org/id/char/5D3A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B4%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%90>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ji5>,
        <http://lexvo.org/id/term/yue/%E5%B4%BA>,
        "崺"^^xsd:string .

<http://lexvo.org/id/char/5D3B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B4%BB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%AC>,
        "崻"^^xsd:string .

<http://lexvo.org/id/char/5D3C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B4%BC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%AC>,
        "崼"^^xsd:string .

<http://lexvo.org/id/char/5D3D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B4%BD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C7%8Ei>,
        <http://lexvo.org/id/term/kor/%E5%B4%BD>,
        <http://lexvo.org/id/term/kor/CAY>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zoi2>,
        <http://lexvo.org/id/term/yue/%E5%B4%BD>,
        "崽"^^xsd:string ;
    rdfs:comment "a child, a servant; a diminutive"@en .

<http://lexvo.org/id/char/5D3E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B4%BE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%8Eo>,
        "崾"^^xsd:string ;
    rdfs:comment "place name in Shanxi province"@en .

<http://lexvo.org/id/char/5D3F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C3%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B4%BF>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ngok6>,
        <http://lexvo.org/id/term/yue/%E5%B4%BF>,
        "崿"^^xsd:string ;
    rdfs:comment "cliffs"@en .

<http://lexvo.org/id/char/5D40> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B5%80>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%B9>,
        "嵀"^^xsd:string .

<http://lexvo.org/id/char/5D41> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B5%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C4%81n>,
        <http://lexvo.org/id/term/kor/%E5%B5%81>,
        <http://lexvo.org/id/term/kor/KAM>,
        <http://lexvo.org/id/term/vie/kham>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ham1>,
        <http://lexvo.org/id/term/yue/%E5%B5%81>,
        "嵁"^^xsd:string ;
    rdfs:comment "rugged"@en .

<http://lexvo.org/id/char/5D42> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B5%82>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C7%9C>,
        <http://lexvo.org/id/term/kor/%E5%B5%82>,
        <http://lexvo.org/id/term/kor/LYUL>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/leot6>,
        <http://lexvo.org/id/term/yue/%E5%B5%82>,
        "嵂"^^xsd:string ;
    rdfs:comment "lofty"@en .

<http://lexvo.org/id/char/5D43> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B5%83>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%8En>,
        "嵃"^^xsd:string .

<http://lexvo.org/id/char/5D44> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B5%84>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C4%9Bi>,
        "嵄"^^xsd:string .

<http://lexvo.org/id/char/5D45> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B5%85>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C4%81n>,
        "嵅"^^xsd:string .

<http://lexvo.org/id/char/5D46> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B5%86>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C4%AB>,
        "嵆"^^xsd:string ;
    rdfs:comment "mountain in Henan; surname"@en .

<http://lexvo.org/id/char/5D47> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B5%87>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C4%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C4%AB%20x%C3%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kai1>,
        <http://lexvo.org/id/term/yue/%E5%B5%87>,
        "嵇"^^xsd:string ;
    rdfs:comment "mountain in Henan; surname"@en .

<http://lexvo.org/id/char/5D48> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B5%88>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C7%8En>,
        "嵈"^^xsd:string .

<http://lexvo.org/id/char/5D49> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B5%89>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%ADng>,
        "嵉"^^xsd:string .

<http://lexvo.org/id/char/5D4A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B5%8A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%A8ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sing6>,
        <http://lexvo.org/id/term/yue/%E5%B5%8A>,
        "嵊"^^xsd:string ;
    rdfs:comment "district in Shaohsing, Chekiang"@en .

<http://lexvo.org/id/char/5D4B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B5%8B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A9i>,
        <http://lexvo.org/id/term/kor/%E5%B5%8B>,
        <http://lexvo.org/id/term/kor/MI>,
        <http://lexvo.org/id/term/vie/mi>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mei4>,
        <http://lexvo.org/id/term/yue/%E5%B5%8B>,
        "嵋"^^xsd:string ;
    rdfs:comment "Omei mountain in Sichuan"@en .

<http://lexvo.org/id/char/5D4C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B5%8C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C3%A0n%200916.010%3Aqi%C3%A0n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C3%A0n%20qi%C4%81n>,
        <http://lexvo.org/id/term/kor/%E5%B5%8C>,
        <http://lexvo.org/id/term/kor/KAM>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/haam1%20ham3%20ham6>,
        <http://lexvo.org/id/term/yue/%E5%B5%8C>,
        "嵌"^^xsd:string ;
    rdfs:comment "inlay, set in; fall into; rugged"@en .

<http://lexvo.org/id/char/5D4D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B5%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C3%B9>,
        "嵍"^^xsd:string .

<http://lexvo.org/id/char/5D4E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B5%8E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%BA>,
        <http://lexvo.org/id/term/kor/%E5%B5%8E>,
        <http://lexvo.org/id/term/kor/YU>,
        <http://lexvo.org/id/term/vie/gi%E1%BB%A7ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jyu4>,
        <http://lexvo.org/id/term/yue/%E5%B5%8E>,
        "嵎"^^xsd:string ;
    rdfs:comment "mountain recess; canyon"@en .

<http://lexvo.org/id/char/5D4F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B5%8F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C5%8Dng>,
        "嵏"^^xsd:string ;
    rdfs:comment "a mountain in Shenxi"@en .

<http://lexvo.org/id/char/5D50> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B5%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%A1n>,
        <http://lexvo.org/id/term/kor/%E5%B5%90>,
        <http://lexvo.org/id/term/kor/LAM>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/laam4>,
        <http://lexvo.org/id/term/yue/%E5%B5%90>,
        "嵐"^^xsd:string ;
    rdfs:comment "mountain mist, mountain haze"@en .

<http://lexvo.org/id/char/5D51> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B5%91>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ju%C3%A9%20h%C3%A9%20ji%C3%A9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hot3%20kit3>,
        <http://lexvo.org/id/term/yue/%E5%B5%91>,
        "嵑"^^xsd:string .

<http://lexvo.org/id/char/5D52> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B5%92>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A1n>,
        <http://lexvo.org/id/term/kor/%E5%B5%92>,
        <http://lexvo.org/id/term/kor/AM>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ngaam4>,
        <http://lexvo.org/id/term/yue/%E5%B5%92>,
        "嵒"^^xsd:string ;
    rdfs:comment "cliff; soar"@en .

<http://lexvo.org/id/char/5D53> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B5%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A1n>,
        <http://lexvo.org/id/term/kor/%E5%B5%93>,
        <http://lexvo.org/id/term/kor/AM>,
        "嵓"^^xsd:string .

<http://lexvo.org/id/char/5D54> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B5%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C4%9Bi%20w%C3%A8i>,
        <http://lexvo.org/id/term/kor/%E5%B5%94>,
        <http://lexvo.org/id/term/kor/OY>,
        "嵔"^^xsd:string .

<http://lexvo.org/id/char/5D55> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B5%95>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C5%8Dng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zung1>,
        <http://lexvo.org/id/term/yue/%E5%B5%95>,
        "嵕"^^xsd:string .

<http://lexvo.org/id/char/5D56> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B5%96>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%A1>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zaa6>,
        <http://lexvo.org/id/term/yue/%E5%B5%96>,
        "嵖"^^xsd:string ;
    rdfs:comment "name of a mountain; (Cant.) to obstruct"@en .

<http://lexvo.org/id/char/5D57> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B5%97>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/su%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/seoi3>,
        <http://lexvo.org/id/term/yue/%E5%B5%97>,
        "嵗"^^xsd:string ;
    rdfs:comment "year; age; harvest"@en .

<http://lexvo.org/id/char/5D58> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B5%98>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/r%C3%B3ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wing4>,
        <http://lexvo.org/id/term/yue/%E5%B5%98>,
        "嵘"^^xsd:string ;
    rdfs:comment "high, steep; lofty, towering"@en .

<http://lexvo.org/id/char/5D59> a lvont:Character ;
    lvont:represents "嵙"^^xsd:string ;
    rdfs:comment "place name"@en .

<http://lexvo.org/id/char/5D5A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B5%9A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C4%ABn>,
        <http://lexvo.org/id/term/kor/%E5%B5%9A>,
        <http://lexvo.org/id/term/kor/KUM>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jam1>,
        <http://lexvo.org/id/term/yue/%E5%B5%9A>,
        "嵚"^^xsd:string ;
    rdfs:comment "lofty, towering"@en .

<http://lexvo.org/id/char/5D5B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B5%9B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%BA>,
        "嵛"^^xsd:string ;
    rdfs:comment "county in Shandong province"@en .

<http://lexvo.org/id/char/5D5C> a lvont:Character ;
    lvont:represents "嵜"^^xsd:string ;
    rdfs:comment "rough, uneven, jagged, rugged"@en .

<http://lexvo.org/id/char/5D5D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B5%9D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C7%92u>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C7%92u%20l%C7%9A>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lau5>,
        <http://lexvo.org/id/term/yue/%E5%B5%9D>,
        "嵝"^^xsd:string ;
    rdfs:comment "Goulou mountain peak in hunan"@en .

<http://lexvo.org/id/char/5D5E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B5%9E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%BA>,
        "嵞"^^xsd:string .

<http://lexvo.org/id/char/5D5F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B5%9F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/du%C4%AB>,
        "嵟"^^xsd:string .

<http://lexvo.org/id/char/5D60> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B5%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C4%AB%20j%C4%AB%20q%C4%AB>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kai1>,
        <http://lexvo.org/id/term/yue/%E5%B5%A0>,
        "嵠"^^xsd:string ;
    rdfs:comment "a valley with a stream in it; a gorge"@en .

<http://lexvo.org/id/char/5D61> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B5%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C4%93ng>,
        "嵡"^^xsd:string .

<http://lexvo.org/id/char/5D62> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B5%A2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C4%81ng>,
        "嵢"^^xsd:string .

<http://lexvo.org/id/char/5D63> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B5%A3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C4%81ng>,
        "嵣"^^xsd:string .

<http://lexvo.org/id/char/5D64> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B5%A4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%B3ng>,
        "嵤"^^xsd:string .

<http://lexvo.org/id/char/5D65> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B5%A5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%A9>,
        "嵥"^^xsd:string .

<http://lexvo.org/id/char/5D66> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C3%A1i>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B5%A6>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hoi2>,
        <http://lexvo.org/id/term/yue/%E5%B5%A6>,
        "嵦"^^xsd:string ;
    rdfs:comment "a raised site; pleasant"@en .

<http://lexvo.org/id/char/5D67> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B5%A7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C3%BA>,
        "嵧"^^xsd:string .

<http://lexvo.org/id/char/5D68> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B5%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C7%94>,
        "嵨"^^xsd:string .

<http://lexvo.org/id/char/5D69> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B5%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C5%8Dng>,
        <http://lexvo.org/id/term/kor/%E5%B5%A9>,
        <http://lexvo.org/id/term/kor/SWUNG>,
        <http://lexvo.org/id/term/vie/tung>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sung1>,
        <http://lexvo.org/id/term/yue/%E5%B5%A9>,
        "嵩"^^xsd:string ;
    rdfs:comment "high, lofty; one of the 5 peaks, situated in Hunan"@en .

<http://lexvo.org/id/char/5D6A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B5%AA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C4%81o>,
        "嵪"^^xsd:string .

<http://lexvo.org/id/char/5D6B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B5%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C4%AB>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zi1>,
        <http://lexvo.org/id/term/yue/%E5%B5%AB>,
        "嵫"^^xsd:string ;
    rdfs:comment "a hill in Shantung"@en .

<http://lexvo.org/id/char/5D6C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B5%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C3%A9i>,
        <http://lexvo.org/id/term/kor/%E5%B5%AC>,
        <http://lexvo.org/id/term/kor/OY>,
        <http://lexvo.org/id/term/vie/ng%C3%B4i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ngai4>,
        <http://lexvo.org/id/term/yue/%E5%B5%AC>,
        "嵬"^^xsd:string ;
    rdfs:comment "high; rugged, rocky, precipitous"@en .

<http://lexvo.org/id/char/5D6D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B5%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C4%93ng>,
        "嵭"^^xsd:string .

<http://lexvo.org/id/char/5D6E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B5%AE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/di%C4%81n>,
        "嵮"^^xsd:string .

<http://lexvo.org/id/char/5D6F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B5%AF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/cu%C3%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/cu%C3%B3%20c%C4%AB>,
        <http://lexvo.org/id/term/kor/%E5%B5%AF>,
        <http://lexvo.org/id/term/kor/CHA%20CHI>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/co1>,
        <http://lexvo.org/id/term/yue/%E5%B5%AF>,
        "嵯"^^xsd:string ;
    rdfs:comment "high, towering; irregular, rugged"@en .

<http://lexvo.org/id/char/5D70> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B5%B0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C7%8En>,
        "嵰"^^xsd:string .

<http://lexvo.org/id/char/5D71> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B5%B1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%92ng>,
        <http://lexvo.org/id/term/kor/%E5%B5%B1>,
        <http://lexvo.org/id/term/kor/YONG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jung4>,
        <http://lexvo.org/id/term/yue/%E5%B5%B1>,
        "嵱"^^xsd:string .

<http://lexvo.org/id/char/5D72> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B5%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ni%C3%A8>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jit6>,
        <http://lexvo.org/id/term/yue/%E5%B5%B2>,
        "嵲"^^xsd:string .

<http://lexvo.org/id/char/5D73> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B5%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/cu%C3%B3%20c%C4%AB>,
        "嵳"^^xsd:string ;
    rdfs:comment "high, towering; irregular, rugged"@en .

<http://lexvo.org/id/char/5D74> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B5%B4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%AD>,
        "嵴"^^xsd:string ;
    rdfs:comment "mountain ridge"@en .

<http://lexvo.org/id/char/5D75> a lvont:Character ;
    lvont:represents "嵵"^^xsd:string .

<http://lexvo.org/id/char/5D76> a lvont:Character ;
    lvont:represents "嵶"^^xsd:string ;
    rdfs:comment "low part of a mountain"@en .

<http://lexvo.org/id/char/5D77> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B5%B7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C7%92ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sung2>,
        <http://lexvo.org/id/term/yue/%E5%B5%B7>,
        "嵷"^^xsd:string .

<http://lexvo.org/id/char/5D78> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B5%B8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C5%8Dng>,
        "嵸"^^xsd:string .

<http://lexvo.org/id/char/5D79> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B5%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%A0ng%20qi%C3%A1ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/koeng4>,
        <http://lexvo.org/id/term/yue/%E5%B5%B9>,
        "嵹"^^xsd:string .

<http://lexvo.org/id/char/5D7A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B5%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C3%A1o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/liu4>,
        <http://lexvo.org/id/term/yue/%E5%B5%BA>,
        "嵺"^^xsd:string .

<http://lexvo.org/id/char/5D7B> a lvont:Character ;
    lvont:represents "嵻"^^xsd:string .

<http://lexvo.org/id/char/5D7C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B5%BC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C7%8En>,
        "嵼"^^xsd:string .

<http://lexvo.org/id/char/5D7D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B5%BD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/di%C3%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/di%C3%A9%20d%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dai6%20dit6>,
        <http://lexvo.org/id/term/yue/%E5%B5%BD>,
        "嵽"^^xsd:string .

<http://lexvo.org/id/char/5D7E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B5%BE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C4%93n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cam1>,
        <http://lexvo.org/id/term/yue/%E5%B5%BE>,
        "嵾"^^xsd:string ;
    rdfs:comment "uneven"@en .

<http://lexvo.org/id/char/5D7F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B5%BF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C7%90ng>,
        "嵿"^^xsd:string .

<http://lexvo.org/id/char/5D80> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B6%80>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C5%AB>,
        "嶀"^^xsd:string .

<http://lexvo.org/id/char/5D81> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B6%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C7%92u>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C7%92u%20l%C7%9A>,
        <http://lexvo.org/id/term/kor/%E5%B6%81>,
        <http://lexvo.org/id/term/kor/LWU>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lau5>,
        <http://lexvo.org/id/term/yue/%E5%B6%81>,
        "嶁"^^xsd:string ;
    rdfs:comment "Goulou mountain peak in Hunan"@en .

<http://lexvo.org/id/char/5D82> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B6%82>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%A0ng>,
        <http://lexvo.org/id/term/kor/%E5%B6%82>,
        <http://lexvo.org/id/term/kor/CANG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zoeng3>,
        <http://lexvo.org/id/term/yue/%E5%B6%82>,
        "嶂"^^xsd:string ;
    rdfs:comment "cliff; mountain barrier"@en .

<http://lexvo.org/id/char/5D83> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B6%83>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C7%8En>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/caam4>,
        <http://lexvo.org/id/term/yue/%E5%B6%83>,
        "嶃"^^xsd:string ;
    rdfs:comment "a cliff, a peak"@en .

<http://lexvo.org/id/char/5D84> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B6%84>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C7%8En>,
        <http://lexvo.org/id/term/kor/%E5%B6%84>,
        <http://lexvo.org/id/term/kor/CHAM>,
        <http://lexvo.org/id/term/vie/ch%E1%BB%9Fm>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zaam2>,
        <http://lexvo.org/id/term/yue/%E5%B6%84>,
        "嶄"^^xsd:string ;
    rdfs:comment "high, steep, precipitous; new"@en .

<http://lexvo.org/id/char/5D85> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C3%A1o>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B6%85>,
        "嶅"^^xsd:string .

<http://lexvo.org/id/char/5D86> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B6%86>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C3%A1o>,
        "嶆"^^xsd:string .

<http://lexvo.org/id/char/5D87> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B6%87>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C5%AB>,
        <http://lexvo.org/id/term/kor/%E5%B6%87>,
        <http://lexvo.org/id/term/kor/KWU>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/keoi1>,
        <http://lexvo.org/id/term/yue/%E5%B6%87>,
        "嶇"^^xsd:string ;
    rdfs:comment "steep, sheer; rugged, rough"@en .

<http://lexvo.org/id/char/5D88> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B6%88>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C4%81ng>,
        "嶈"^^xsd:string .

<http://lexvo.org/id/char/5D89> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B6%89>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zu%C4%AB>,
        "嶉"^^xsd:string .

<http://lexvo.org/id/char/5D8A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B6%8A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zu%C7%90>,
        "嶊"^^xsd:string .

<http://lexvo.org/id/char/5D8B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B6%8B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C7%8Eo>,
        <http://lexvo.org/id/term/kor/%E5%B6%8B>,
        <http://lexvo.org/id/term/kor/TO>,
        "嶋"^^xsd:string ;
    rdfs:comment "island"@en .

<http://lexvo.org/id/char/5D8C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B6%8C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C7%8Eo>,
        "嶌"^^xsd:string ;
    rdfs:comment "island"@en .

<http://lexvo.org/id/char/5D8D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B6%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C3%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zaap6>,
        <http://lexvo.org/id/term/yue/%E5%B6%8D>,
        "嶍"^^xsd:string .

<http://lexvo.org/id/char/5D8E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B6%8E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%B9>,
        "嶎"^^xsd:string ;
    rdfs:comment "luxuriant, elegant"@en .

<http://lexvo.org/id/char/5D8F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B6%8F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%B3>,
        "嶏"^^xsd:string .

<http://lexvo.org/id/char/5D90> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B6%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%B3ng>,
        "嶐"^^xsd:string .

<http://lexvo.org/id/char/5D91> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B6%91>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C7%8Eng>,
        "嶑"^^xsd:string .

<http://lexvo.org/id/char/5D92> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B6%92>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C3%A9ng>,
        <http://lexvo.org/id/term/kor/%E5%B6%92>,
        <http://lexvo.org/id/term/kor/CUNG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cang4>,
        <http://lexvo.org/id/term/yue/%E5%B6%92>,
        "嶒"^^xsd:string ;
    rdfs:comment "towering, lofty, steep"@en .

<http://lexvo.org/id/char/5D93> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B6%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C5%8D>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bo1>,
        <http://lexvo.org/id/term/yue/%E5%B6%93>,
        "嶓"^^xsd:string ;
    rdfs:comment "Boshan, mountain in Shaanxi"@en .

<http://lexvo.org/id/char/5D94> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B6%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C4%ABn>,
        <http://lexvo.org/id/term/kor/%E5%B6%94>,
        <http://lexvo.org/id/term/kor/KUM>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jam1>,
        <http://lexvo.org/id/term/yue/%E5%B6%94>,
        "嶔"^^xsd:string ;
    rdfs:comment "lofty, towering"@en .

<http://lexvo.org/id/char/5D95> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B6%95>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C4%81o>,
        <http://lexvo.org/id/term/kor/%E5%B6%95>,
        <http://lexvo.org/id/term/kor/CHO>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ciu4%20ziu1>,
        <http://lexvo.org/id/term/yue/%E5%B6%95>,
        "嶕"^^xsd:string .

<http://lexvo.org/id/char/5D96> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B6%96>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%8En>,
        "嶖"^^xsd:string .

<http://lexvo.org/id/char/5D97> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B6%97>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%A1o>,
        <http://lexvo.org/id/term/vie/lao>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dang3%20lou4>,
        <http://lexvo.org/id/term/yue/%E5%B6%97>,
        "嶗"^^xsd:string ;
    rdfs:comment "Laoshan, mountain in Shandong"@en .

<http://lexvo.org/id/char/5D98> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B6%98>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%A0n>,
        "嶘"^^xsd:string .

<http://lexvo.org/id/char/5D99> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B6%99>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%ADn>,
        <http://lexvo.org/id/term/kor/%E5%B6%99>,
        <http://lexvo.org/id/term/kor/LIN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/leon4>,
        <http://lexvo.org/id/term/yue/%E5%B6%99>,
        "嶙"^^xsd:string ;
    rdfs:comment "precipitous"@en .

<http://lexvo.org/id/char/5D9A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B6%9A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C3%A1o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/liu4>,
        <http://lexvo.org/id/term/yue/%E5%B6%9A>,
        "嶚"^^xsd:string .

<http://lexvo.org/id/char/5D9B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B6%9B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C3%A1o>,
        "嶛"^^xsd:string .

<http://lexvo.org/id/char/5D9C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B6%9C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C4%ABn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zam1>,
        <http://lexvo.org/id/term/yue/%E5%B6%9C>,
        "嶜"^^xsd:string .

<http://lexvo.org/id/char/5D9D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B6%9D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%A8ng>,
        <http://lexvo.org/id/term/kor/%E5%B6%9D>,
        <http://lexvo.org/id/term/kor/TUNG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dang3>,
        <http://lexvo.org/id/term/yue/%E5%B6%9D>,
        "嶝"^^xsd:string ;
    rdfs:comment "path leading up a mountain"@en .

<http://lexvo.org/id/char/5D9E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B6%9E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/du%C3%B2>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/do6>,
        <http://lexvo.org/id/term/yue/%E5%B6%9E>,
        "嶞"^^xsd:string ;
    rdfs:comment "ridge"@en .

<http://lexvo.org/id/char/5D9F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B6%9F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C5%ABn>,
        "嶟"^^xsd:string .

<http://lexvo.org/id/char/5DA0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B6%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%A0o%200921.051%3Aqi%C3%A1o>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%A0o%20qi%C3%A1o>,
        <http://lexvo.org/id/term/kor/%E5%B6%A0>,
        <http://lexvo.org/id/term/kor/KYO>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/giu6%20kiu4>,
        <http://lexvo.org/id/term/yue/%E5%B6%A0>,
        "嶠"^^xsd:string ;
    rdfs:comment "high pointed mountain"@en .

<http://lexvo.org/id/char/5DA1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B6%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/gu%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gwai3%20kyut3>,
        <http://lexvo.org/id/term/yue/%E5%B6%A1>,
        "嶡"^^xsd:string ;
    rdfs:comment "table"@en .

<http://lexvo.org/id/char/5DA2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B6%A2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A1o>,
        <http://lexvo.org/id/term/kor/%E5%B6%A2>,
        <http://lexvo.org/id/term/kor/YO>,
        <http://lexvo.org/id/term/vie/ngh%C3%A8o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jiu4>,
        <http://lexvo.org/id/term/yue/%E5%B6%A2>,
        "嶢"^^xsd:string ;
    rdfs:comment "high or tall"@en .

<http://lexvo.org/id/char/5DA3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B6%A3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C3%A1o>,
        "嶣"^^xsd:string .

<http://lexvo.org/id/char/5DA4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B6%A4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A1o>,
        "嶤"^^xsd:string .

<http://lexvo.org/id/char/5DA5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B6%A5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ju%C3%A9>,
        "嶥"^^xsd:string .

<http://lexvo.org/id/char/5DA6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B6%A6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C4%81n>,
        "嶦"^^xsd:string .

<http://lexvo.org/id/char/5DA7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B6%A7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%AC>,
        <http://lexvo.org/id/term/kor/%E5%B6%A7>,
        <http://lexvo.org/id/term/kor/YEK>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jik6>,
        <http://lexvo.org/id/term/yue/%E5%B6%A7>,
        "嶧"^^xsd:string ;
    rdfs:comment "a range of peaks in Shandong and Jiangsu; the name of a mountain"@en .

<http://lexvo.org/id/char/5DA8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B6%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xu%C3%A9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bok3%20hok6>,
        <http://lexvo.org/id/term/yue/%E5%B6%A8>,
        "嶨"^^xsd:string ;
    rdfs:comment "big rocky mountain"@en .

<http://lexvo.org/id/char/5DA9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B6%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C3%A1o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/naau4>,
        <http://lexvo.org/id/term/yue/%E5%B6%A9>,
        "嶩"^^xsd:string .

<http://lexvo.org/id/char/5DAA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B6%AA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A8>,
        <http://lexvo.org/id/term/kor/%E5%B6%AA>,
        <http://lexvo.org/id/term/kor/EP>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jip6>,
        <http://lexvo.org/id/term/yue/%E5%B6%AA>,
        "嶪"^^xsd:string .

<http://lexvo.org/id/char/5DAB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B6%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A8>,
        <http://lexvo.org/id/term/kor/%E5%B6%AB>,
        <http://lexvo.org/id/term/kor/EP>,
        "嶫"^^xsd:string .

<http://lexvo.org/id/char/5DAC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B6%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%AD>,
        "嶬"^^xsd:string .

<http://lexvo.org/id/char/5DAD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C3%A8%20ni%C3%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B6%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jit6>,
        <http://lexvo.org/id/term/yue/%E5%B6%AD>,
        "嶭"^^xsd:string ;
    rdfs:comment "elevated, lofty"@en .

<http://lexvo.org/id/char/5DAE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B6%AE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C7%8En>,
        <http://lexvo.org/id/term/kor/%E5%B6%AE>,
        <http://lexvo.org/id/term/kor/HEM>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/him2>,
        <http://lexvo.org/id/term/yue/%E5%B6%AE>,
        "嶮"^^xsd:string ;
    rdfs:comment "high, steep, precipitous"@en .

<http://lexvo.org/id/char/5DAF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B6%AF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%AD>,
        "嶯"^^xsd:string .

<http://lexvo.org/id/char/5DB0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B6%B0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A8>,
        <http://lexvo.org/id/term/kor/%E5%B6%B0>,
        <http://lexvo.org/id/term/kor/HAY>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/haai5>,
        <http://lexvo.org/id/term/yue/%E5%B6%B0>,
        "嶰"^^xsd:string ;
    rdfs:comment "gorge"@en .

<http://lexvo.org/id/char/5DB1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B6%B1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C4%9B%20g%C3%A9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/got3>,
        <http://lexvo.org/id/term/yue/%E5%B6%B1>,
        "嶱"^^xsd:string .

<http://lexvo.org/id/char/5DB2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B6%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C4%AB>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kwai4%20seoi2%20seoi5>,
        <http://lexvo.org/id/term/yue/%E5%B6%B2>,
        "嶲"^^xsd:string ;
    rdfs:comment "a name of an old town in Sichuan; cuckoo; revolution of a wheel"@en .

<http://lexvo.org/id/char/5DB3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B6%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%AC>,
        "嶳"^^xsd:string .

<http://lexvo.org/id/char/5DB4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C3%A0o>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B6%B4>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ngou3%20ou3>,
        <http://lexvo.org/id/term/yue/%E5%B6%B4>,
        "嶴"^^xsd:string ;
    rdfs:comment "island"@en .

<http://lexvo.org/id/char/5DB5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B6%B5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zu%C7%90>,
        "嶵"^^xsd:string .

<http://lexvo.org/id/char/5DB6> a lvont:Character ;
    lvont:represents "嶶"^^xsd:string .

<http://lexvo.org/id/char/5DB7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B6%B7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%AD%20n%C3%AC>,
        <http://lexvo.org/id/term/kor/%E5%B6%B7>,
        <http://lexvo.org/id/term/kor/UY>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ji4%20jik6>,
        <http://lexvo.org/id/term/yue/%E5%B6%B7>,
        "嶷"^^xsd:string ;
    rdfs:comment "a range of mountains in Hunan province"@en .

<http://lexvo.org/id/char/5DB8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B6%B8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/r%C3%B3ng>,
        <http://lexvo.org/id/term/kor/%E5%B6%B8>,
        <http://lexvo.org/id/term/kor/YENG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jing4%20wing4>,
        <http://lexvo.org/id/term/yue/%E5%B6%B8>,
        "嶸"^^xsd:string ;
    rdfs:comment "high, steep; lofty, towering"@en .

<http://lexvo.org/id/char/5DB9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B6%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C7%8Eo>,
        "嶹"^^xsd:string .

<http://lexvo.org/id/char/5DBA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B6%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C7%90ng>,
        <http://lexvo.org/id/term/kor/%E5%B6%BA>,
        <http://lexvo.org/id/term/kor/LYENG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/leng5%20ling5>,
        <http://lexvo.org/id/term/yue/%E5%B6%BA>,
        "嶺"^^xsd:string ;
    rdfs:comment "mountain ridge, mountain peak"@en .

<http://lexvo.org/id/char/5DBB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B6%BB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C3%A1>,
        "嶻"^^xsd:string .

<http://lexvo.org/id/char/5DBC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B6%BC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%94%20x%C3%B9>,
        <http://lexvo.org/id/term/kor/%E5%B6%BC>,
        <http://lexvo.org/id/term/kor/SE>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jyu4%20zeoi6>,
        <http://lexvo.org/id/term/yue/%E5%B6%BC>,
        "嶼"^^xsd:string ;
    rdfs:comment "island"@en .

<http://lexvo.org/id/char/5DBD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B6%BD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/yu%C3%A8>,
        <http://lexvo.org/id/term/kor/%E5%B6%BD>,
        <http://lexvo.org/id/term/kor/AK>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ngok6>,
        <http://lexvo.org/id/term/yue/%E5%B6%BD>,
        "嶽"^^xsd:string ;
    rdfs:comment "mountain peak, summit"@en .

<http://lexvo.org/id/char/5DBE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B6%BE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%90n>,
        "嶾"^^xsd:string .

<http://lexvo.org/id/char/5DBF> a lvont:Character ;
    lvont:represents "嶿"^^xsd:string .

<http://lexvo.org/id/char/5DC0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B7%80>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C4%93>,
        "巀"^^xsd:string .

<http://lexvo.org/id/char/5DC1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B7%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%AC>,
        "巁"^^xsd:string .

<http://lexvo.org/id/char/5DC2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B7%82>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/su%C7%90%20gu%C4%AB>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kwai4%20seoi2%20seoi5>,
        <http://lexvo.org/id/term/yue/%E5%B7%82>,
        "巂"^^xsd:string ;
    rdfs:comment "place name"@en .

<http://lexvo.org/id/char/5DC3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B7%83>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%B3ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lung4>,
        <http://lexvo.org/id/term/yue/%E5%B7%83>,
        "巃"^^xsd:string ;
    rdfs:comment "lofty"@en .

<http://lexvo.org/id/char/5DC4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B7%84>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%B3ng>,
        "巄"^^xsd:string .

<http://lexvo.org/id/char/5DC5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B7%85>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/di%C4%81n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/din1>,
        <http://lexvo.org/id/term/yue/%E5%B7%85>,
        "巅"^^xsd:string ;
    rdfs:comment "summit of mountain, mountain top"@en .

<http://lexvo.org/id/char/5DC6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B7%86>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%ADng>,
        "巆"^^xsd:string .

<http://lexvo.org/id/char/5DC7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B7%87>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C4%AB>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hei1>,
        <http://lexvo.org/id/term/yue/%E5%B7%87>,
        "巇"^^xsd:string ;
    rdfs:comment "a crack; hazardous"@en .

<http://lexvo.org/id/char/5DC8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B7%88>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%BA>,
        "巈"^^xsd:string .

<http://lexvo.org/id/char/5DC9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B7%89>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%A1n>,
        <http://lexvo.org/id/term/kor/%E5%B7%89>,
        <http://lexvo.org/id/term/kor/CHAM>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/caam4>,
        <http://lexvo.org/id/term/yue/%E5%B7%89>,
        "巉"^^xsd:string ;
    rdfs:comment "steep, rugged, jagged, precipitous"@en .

<http://lexvo.org/id/char/5DCA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B7%8A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%90ng>,
        "巊"^^xsd:string .

<http://lexvo.org/id/char/5DCB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B7%8B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ku%C4%AB>,
        <http://lexvo.org/id/term/kor/%E5%B7%8B>,
        <http://lexvo.org/id/term/kor/KYU>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kwai1>,
        <http://lexvo.org/id/term/yue/%E5%B7%8B>,
        "巋"^^xsd:string ;
    rdfs:comment "grand, stately; secure, lasting"@en .

<http://lexvo.org/id/char/5DCC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B7%8C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ngaam4>,
        <http://lexvo.org/id/term/yue/%E5%B7%8C>,
        "巌"^^xsd:string ;
    rdfs:comment "cliff, precipice; cave, grotto"@en .

<http://lexvo.org/id/char/5DCD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B7%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C4%93i>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C4%93i%20w%C3%A9i>,
        <http://lexvo.org/id/term/kor/%E5%B7%8D>,
        <http://lexvo.org/id/term/kor/OY>,
        <http://lexvo.org/id/term/vie/nguy>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ngai4>,
        <http://lexvo.org/id/term/yue/%E5%B7%8D>,
        "巍"^^xsd:string ;
    rdfs:comment "high, lofty, majestic, eminent"@en .

<http://lexvo.org/id/char/5DCE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B7%8E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C3%A1o>,
        "巎"^^xsd:string .

<http://lexvo.org/id/char/5DCF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B7%8F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qu%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kyun4>,
        <http://lexvo.org/id/term/yue/%E5%B7%8F>,
        "巏"^^xsd:string .

<http://lexvo.org/id/char/5DD0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B7%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C7%8Eo>,
        "巐"^^xsd:string .

<http://lexvo.org/id/char/5DD1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B7%91>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/cu%C3%A1n>,
        <http://lexvo.org/id/term/kor/%E5%B7%91>,
        <http://lexvo.org/id/term/kor/CHAN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cyun4>,
        <http://lexvo.org/id/term/yue/%E5%B7%91>,
        "巑"^^xsd:string .

<http://lexvo.org/id/char/5DD2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B7%92>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/lu%C3%A1n>,
        <http://lexvo.org/id/term/kor/%E5%B7%92>,
        <http://lexvo.org/id/term/kor/MAN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lyun4>,
        <http://lexvo.org/id/term/yue/%E5%B7%92>,
        "巒"^^xsd:string ;
    rdfs:comment "mountain range; pointed mountain"@en .

<http://lexvo.org/id/char/5DD3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B7%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/di%C4%81n>,
        <http://lexvo.org/id/term/kor/%E5%B7%93>,
        <http://lexvo.org/id/term/kor/CEN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/din1>,
        <http://lexvo.org/id/term/yue/%E5%B7%93>,
        "巓"^^xsd:string ;
    rdfs:comment "summit of mountain"@en .

<http://lexvo.org/id/char/5DD4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B7%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/di%C4%81n>,
        <http://lexvo.org/id/term/kor/%E5%B7%94>,
        <http://lexvo.org/id/term/kor/CEN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/din1>,
        <http://lexvo.org/id/term/yue/%E5%B7%94>,
        "巔"^^xsd:string ;
    rdfs:comment "summit of mountain, mountain top"@en .

<http://lexvo.org/id/char/5DD5> a lvont:Character ;
    lvont:represents "巕"^^xsd:string .

<http://lexvo.org/id/char/5DD6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B7%96>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A1n>,
        <http://lexvo.org/id/term/kor/%E5%B7%96>,
        <http://lexvo.org/id/term/kor/AM%20EM>,
        <http://lexvo.org/id/term/vie/nham>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ngaam4>,
        <http://lexvo.org/id/term/yue/%E5%B7%96>,
        "巖"^^xsd:string ;
    rdfs:comment "cliff, precipice; cave, grotto"@en .

<http://lexvo.org/id/char/5DD7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B7%97>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A1n>,
        "巗"^^xsd:string .

<http://lexvo.org/id/char/5DD8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B7%98>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%8En>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jin5>,
        <http://lexvo.org/id/term/yue/%E5%B7%98>,
        "巘"^^xsd:string ;
    rdfs:comment "summit, peak"@en .

<http://lexvo.org/id/char/5DD9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B7%99>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C3%A1o>,
        "巙"^^xsd:string .

<http://lexvo.org/id/char/5DDA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B7%9A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%8En>,
        <http://lexvo.org/id/term/kor/%E5%B7%9A>,
        <http://lexvo.org/id/term/kor/HEN>,
        "巚"^^xsd:string .

<http://lexvo.org/id/char/5DDE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B7%9E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C5%8Du>,
        <http://lexvo.org/id/term/kor/%E5%B7%9E>,
        <http://lexvo.org/id/term/kor/CWU>,
        <http://lexvo.org/id/term/vie/ch%C3%A2u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zau1>,
        <http://lexvo.org/id/term/yue/%E5%B7%9E>,
        "州"^^xsd:string ;
    rdfs:comment "administrative division, state"@en .

<http://lexvo.org/id/char/5DDF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B7%9F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C4%81ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fong1>,
        <http://lexvo.org/id/term/yue/%E5%B7%9F>,
        "巟"^^xsd:string ;
    rdfs:comment "a watery waste; to reach"@en .

<http://lexvo.org/id/char/5DE0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B7%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C4%ABng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ging1>,
        <http://lexvo.org/id/term/yue/%E5%B7%A0>,
        "巠"^^xsd:string ;
    rdfs:comment "streams running underground; flowing water"@en .

<http://lexvo.org/id/char/5DE1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B7%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C3%BAn>,
        <http://lexvo.org/id/term/kor/%E5%B7%A1>,
        <http://lexvo.org/id/term/kor/SWUN>,
        <http://lexvo.org/id/term/vie/tu%E1%BA%A7n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ceon4>,
        <http://lexvo.org/id/term/yue/%E5%B7%A1>,
        "巡"^^xsd:string ;
    rdfs:comment "patrol, go on circuit, cruise"@en .

<http://lexvo.org/id/char/5DE2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B7%A2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%A1o>,
        <http://lexvo.org/id/term/kor/%E5%B7%A2>,
        <http://lexvo.org/id/term/kor/SO>,
        <http://lexvo.org/id/term/vie/s%C3%A0o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/caau4>,
        <http://lexvo.org/id/term/yue/%E5%B7%A2>,
        "巢"^^xsd:string ;
    rdfs:comment "nest, living quarter in tree"@en .

<http://lexvo.org/id/char/5DE3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B7%A3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%A1o>,
        "巣"^^xsd:string ;
    rdfs:comment "nest, living quarter in tree"@en .

<http://lexvo.org/id/char/5DE4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B7%A4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C4%93>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lip6>,
        <http://lexvo.org/id/term/yue/%E5%B7%A4>,
        "巤"^^xsd:string ;
    rdfs:comment "a mane; bristles, as on a hog; dorsal fins"@en .

<http://lexvo.org/id/char/5DE6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B7%A6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zu%C7%92>,
        <http://lexvo.org/id/term/kor/%E5%B7%A6>,
        <http://lexvo.org/id/term/kor/CWA>,
        <http://lexvo.org/id/term/vie/t%E1%BA%A3>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zo2>,
        <http://lexvo.org/id/term/yue/%E5%B7%A6>,
        "左"^^xsd:string ;
    rdfs:comment "left; east; unorthodox, improper"@en .

<http://lexvo.org/id/char/5DE7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B7%A7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C7%8Eo>,
        <http://lexvo.org/id/term/kor/%E5%B7%A7>,
        <http://lexvo.org/id/term/kor/KYO>,
        <http://lexvo.org/id/term/vie/x%E1%BA%A3o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/haau2%20kiu2>,
        <http://lexvo.org/id/term/yue/%E5%B7%A7>,
        "巧"^^xsd:string ;
    rdfs:comment "skillful, ingenious, clever"@en .

<http://lexvo.org/id/char/5DE8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B7%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%B9>,
        <http://lexvo.org/id/term/kor/%E5%B7%A8>,
        <http://lexvo.org/id/term/kor/KE>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/geoi6>,
        <http://lexvo.org/id/term/yue/%E5%B7%A8>,
        "巨"^^xsd:string ;
    rdfs:comment "large, great, enormous; chief"@en .

<http://lexvo.org/id/char/5DE9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B7%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C7%92ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gung2>,
        <http://lexvo.org/id/term/yue/%E5%B7%A9>,
        "巩"^^xsd:string ;
    rdfs:comment "bind; firm, secure, strong"@en .

<http://lexvo.org/id/char/5DEA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/kor/%E5%B7%AA>,
        <http://lexvo.org/id/term/kor/KEK>,
        "巪"^^xsd:string ;
    rdfs:comment "person's name"@en .

<http://lexvo.org/id/char/5DEB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B7%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C5%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C5%AB%20w%C3%BA>,
        <http://lexvo.org/id/term/kor/%E5%B7%AB>,
        <http://lexvo.org/id/term/kor/MWU>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mou4>,
        <http://lexvo.org/id/term/yue/%E5%B7%AB>,
        "巫"^^xsd:string ;
    rdfs:comment "wizard, sorcerer, witch, shaman"@en .

<http://lexvo.org/id/char/5DEC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/kor/%E5%B7%AC>,
        <http://lexvo.org/id/term/kor/PWU>,
        "巬"^^xsd:string .

<http://lexvo.org/id/char/5DED> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/kor/%E5%B7%AD>,
        <http://lexvo.org/id/term/kor/PWU>,
        "巭"^^xsd:string ;
    rdfs:comment "study"@en .

<http://lexvo.org/id/char/5DEE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B7%AE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%A0%20ch%C4%81i>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C4%81%200114.150%3Ach%C3%A0%200115.100%3Ach%C4%81i%200116.070%3Ach%C3%A0i%200172.100%3Ac%C4%AB>,
        <http://lexvo.org/id/term/kor/%E5%B7%AE>,
        <http://lexvo.org/id/term/kor/CHA%20CHI>,
        <http://lexvo.org/id/term/vie/sai>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/caa1%20caai1%20ci1>,
        <http://lexvo.org/id/term/yue/%E5%B7%AE>,
        "差"^^xsd:string ;
    rdfs:comment "to differ; different, wrong; nearly, almost; an officer"@en .

<http://lexvo.org/id/char/5DEF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B7%AF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C3%BA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kau4>,
        <http://lexvo.org/id/term/yue/%E5%B7%AF>,
        "巯"^^xsd:string ;
    rdfs:comment "an atom group"@en .

<http://lexvo.org/id/char/5DF0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B7%B0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C3%BA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kau4>,
        <http://lexvo.org/id/term/yue/%E5%B7%B0>,
        "巰"^^xsd:string ;
    rdfs:comment "an atom group"@en .

<http://lexvo.org/id/char/5DF4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B7%B4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C4%81>,
        <http://lexvo.org/id/term/kor/%E5%B7%B4>,
        <http://lexvo.org/id/term/kor/PHA>,
        <http://lexvo.org/id/term/vie/ba>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/baa1>,
        <http://lexvo.org/id/term/yue/%E5%B7%B4>,
        "巴"^^xsd:string ;
    rdfs:comment "greatly desire, anxiously hope"@en .

<http://lexvo.org/id/char/5DF5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B7%B5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C4%AB>,
        <http://lexvo.org/id/term/kor/%E5%B7%B5>,
        <http://lexvo.org/id/term/kor/CHI>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zi1>,
        <http://lexvo.org/id/term/yue/%E5%B7%B5>,
        "巵"^^xsd:string ;
    rdfs:comment "measuring cup; wine container"@en .

<http://lexvo.org/id/char/5DF6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B7%B6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C4%81o%20zh%C3%A0o>,
        "巶"^^xsd:string .

<http://lexvo.org/id/char/5DF7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B7%B7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A0ng%201259.080%3Axi%C3%A0ng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A0ng%20h%C3%A0ng>,
        <http://lexvo.org/id/term/kor/%E5%B7%B7>,
        <http://lexvo.org/id/term/kor/HANG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hong6>,
        <http://lexvo.org/id/term/yue/%E5%B7%B7>,
        "巷"^^xsd:string ;
    rdfs:comment "alley, lane"@en .

<http://lexvo.org/id/char/5DF8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B7%B8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%AD>,
        "巸"^^xsd:string .

<http://lexvo.org/id/char/5DF9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B7%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C7%90n>,
        <http://lexvo.org/id/term/kor/%E5%B7%B9>,
        <http://lexvo.org/id/term/kor/KUN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gan2>,
        <http://lexvo.org/id/term/yue/%E5%B7%B9>,
        "巹"^^xsd:string .

<http://lexvo.org/id/char/5DFA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B7%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C3%B9n>,
        <http://lexvo.org/id/term/kor/%E5%B7%BA>,
        <http://lexvo.org/id/term/kor/SON>,
        "巺"^^xsd:string ;
    rdfs:comment "5th of the 8 trigrams; South-east; mild, modest, obedient"@en .

<http://lexvo.org/id/char/5DFB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B7%BB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ju%C3%A0n%20ju%C7%8En>,
        <http://lexvo.org/id/term/kor/%E5%B7%BB>,
        <http://lexvo.org/id/term/kor/KWEN>,
        "巻"^^xsd:string ;
    rdfs:comment "scroll; curl; make a comeback"@en .

<http://lexvo.org/id/char/5DFC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/kor/%E5%B7%BC>,
        <http://lexvo.org/id/term/kor/PHAS>,
        "巼"^^xsd:string ;
    rdfs:comment "place name"@en .

<http://lexvo.org/id/char/5DFD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B7%BD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C3%B9n>,
        <http://lexvo.org/id/term/kor/%E5%B7%BD>,
        <http://lexvo.org/id/term/kor/SON>,
        <http://lexvo.org/id/term/vie/r%E1%BB%91n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/seon3>,
        <http://lexvo.org/id/term/yue/%E5%B7%BD>,
        "巽"^^xsd:string ;
    rdfs:comment "5th of the 8 trigrams; south-east; mild, modest, obedient"@en .

<http://lexvo.org/id/char/5DFF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B7%BF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%BA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fat1%20si5>,
        <http://lexvo.org/id/term/yue/%E5%B7%BF>,
        "巿"^^xsd:string ;
    rdfs:comment "revolve, make circuit, turn"@en .

<http://lexvo.org/id/char/5E00> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B8%80>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C4%81>,
        <http://lexvo.org/id/term/vie/t%C3%A1p>,
        "帀"^^xsd:string ;
    rdfs:comment "to go round, to make a circuit, to make a revolution, to turn round"@en .

<http://lexvo.org/id/char/5E01> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B8%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bai6>,
        <http://lexvo.org/id/term/yue/%E5%B8%81>,
        "币"^^xsd:string ;
    rdfs:comment "currency, coins, legal tender"@en .

<http://lexvo.org/id/char/5E02> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B8%82>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%BA%201046.030%3Ash%C3%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%AC>,
        <http://lexvo.org/id/term/kor/%E5%B8%82>,
        <http://lexvo.org/id/term/kor/SI>,
        <http://lexvo.org/id/term/vie/th%E1%BB%8B>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/si5>,
        <http://lexvo.org/id/term/yue/%E5%B8%82>,
        "市"^^xsd:string ;
    rdfs:comment "market, fair; city, town; trade"@en .

<http://lexvo.org/id/char/5E03> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B8%83>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%B9>,
        <http://lexvo.org/id/term/kor/%E5%B8%83>,
        <http://lexvo.org/id/term/kor/PHO>,
        <http://lexvo.org/id/term/vie/b%E1%BB%91>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bou3>,
        <http://lexvo.org/id/term/yue/%E5%B8%83>,
        "布"^^xsd:string ;
    rdfs:comment "cotton cloth, textiles, linen"@en .

<http://lexvo.org/id/char/5E04> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B8%84>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C4%ABng>,
        "帄"^^xsd:string .

<http://lexvo.org/id/char/5E05> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B8%85>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/shu%C3%A0i>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/shu%C3%A0i%20shu%C3%B2>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/seoi3>,
        <http://lexvo.org/id/term/yue/%E5%B8%85>,
        "帅"^^xsd:string ;
    rdfs:comment "commander, commander-in-chief"@en .

<http://lexvo.org/id/char/5E06> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B8%86>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C4%81n>,
        <http://lexvo.org/id/term/kor/%E5%B8%86>,
        <http://lexvo.org/id/term/kor/PEM>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/faan4>,
        <http://lexvo.org/id/term/yue/%E5%B8%86>,
        "帆"^^xsd:string ;
    rdfs:comment "sail; boat"@en .

<http://lexvo.org/id/char/5E07> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B8%87>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ni%C3%A8>,
        "帇"^^xsd:string .

<http://lexvo.org/id/char/5E08> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B8%88>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C4%AB>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/si1>,
        <http://lexvo.org/id/term/yue/%E5%B8%88>,
        "师"^^xsd:string ;
    rdfs:comment "teacher, master, specialist"@en .

<http://lexvo.org/id/char/5E09> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B8%89>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C4%93n>,
        <http://lexvo.org/id/term/kor/%E5%B8%89>,
        <http://lexvo.org/id/term/kor/PWUN>,
        "帉"^^xsd:string .

<http://lexvo.org/id/char/5E0A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B8%8A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%A0>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/paa3>,
        <http://lexvo.org/id/term/yue/%E5%B8%8A>,
        "帊"^^xsd:string .

<http://lexvo.org/id/char/5E0B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B8%8B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C7%90>,
        "帋"^^xsd:string ;
    rdfs:comment "paper; stationary; document"@en .

<http://lexvo.org/id/char/5E0C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B8%8C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C4%AB>,
        <http://lexvo.org/id/term/kor/%E5%B8%8C>,
        <http://lexvo.org/id/term/kor/HUY>,
        <http://lexvo.org/id/term/vie/h%C6%A1i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hei1>,
        <http://lexvo.org/id/term/yue/%E5%B8%8C>,
        "希"^^xsd:string ;
    rdfs:comment "rare; hope, expect, strive for"@en .

<http://lexvo.org/id/char/5E0D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B8%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%B9>,
        "帍"^^xsd:string .

<http://lexvo.org/id/char/5E0E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B8%8E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zam2>,
        <http://lexvo.org/id/term/yue/%E5%B8%8E>,
        "帎"^^xsd:string ;
    rdfs:comment "(Cant.) a way of playing snooker with the stick on top of one's thumb"@en .

<http://lexvo.org/id/char/5E0F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B8%8F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C3%A9i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wai4>,
        <http://lexvo.org/id/term/yue/%E5%B8%8F>,
        "帏"^^xsd:string ;
    rdfs:comment "curtain that forms wall"@en .

<http://lexvo.org/id/char/5E10> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B8%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%A0ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zoeng3>,
        <http://lexvo.org/id/term/yue/%E5%B8%90>,
        "帐"^^xsd:string ;
    rdfs:comment "tent; screen, mosquito net"@en .

<http://lexvo.org/id/char/5E11> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B8%91>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C7%8Eng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C7%8Eng%20n%C3%BA>,
        <http://lexvo.org/id/term/kor/%E5%B8%91>,
        <http://lexvo.org/id/term/kor/THANG%20NO>,
        <http://lexvo.org/id/term/vie/n%C3%B4>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/nou4%20tong2>,
        <http://lexvo.org/id/term/yue/%E5%B8%91>,
        "帑"^^xsd:string ;
    rdfs:comment "a treasury; public funds"@en .

<http://lexvo.org/id/char/5E12> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B8%92>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%A0i>,
        <http://lexvo.org/id/term/vie/%C4%91%E1%BA%ABy>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/doi6>,
        <http://lexvo.org/id/term/yue/%E5%B8%92>,
        "帒"^^xsd:string ;
    rdfs:comment "a bag, a sack; a case; a pocket, a pouch"@en .

<http://lexvo.org/id/char/5E13> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B8%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A0>,
        "帓"^^xsd:string .

<http://lexvo.org/id/char/5E14> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B8%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%A8i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/pei3>,
        <http://lexvo.org/id/term/yue/%E5%B8%94>,
        "帔"^^xsd:string ;
    rdfs:comment "a skirt; long robe for women, having no sleeves and fasten down the front"@en .

<http://lexvo.org/id/char/5E15> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B8%95>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%A0%20m%C3%B2>,
        <http://lexvo.org/id/term/kor/%E5%B8%95>,
        <http://lexvo.org/id/term/kor/MAL%20PHA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/paa3%20paak3>,
        <http://lexvo.org/id/term/yue/%E5%B8%95>,
        "帕"^^xsd:string ;
    rdfs:comment "turban, kerchief, veil; wrap"@en .

<http://lexvo.org/id/char/5E16> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B8%96>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ti%C4%93%201143.010%3Ati%C4%9B%201144.020%3Ati%C3%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ti%C4%93%20ti%C4%9B%20ti%C3%A8>,
        <http://lexvo.org/id/term/kor/%E5%B8%96>,
        <http://lexvo.org/id/term/kor/CHEP%20CHEY>,
        <http://lexvo.org/id/term/vie/thi%E1%BA%BFp>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tip3>,
        <http://lexvo.org/id/term/yue/%E5%B8%96>,
        "帖"^^xsd:string ;
    rdfs:comment "invitation card; notice"@en .

<http://lexvo.org/id/char/5E17> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B8%97>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%BA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fat1>,
        <http://lexvo.org/id/term/yue/%E5%B8%97>,
        "帗"^^xsd:string ;
    rdfs:comment "a multicolored prop used in dancing"@en .

<http://lexvo.org/id/char/5E18> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B8%98>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C3%A1n>,
        <http://lexvo.org/id/term/kor/%E5%B8%98>,
        <http://lexvo.org/id/term/kor/LYEM>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lim4>,
        <http://lexvo.org/id/term/yue/%E5%B8%98>,
        "帘"^^xsd:string ;
    rdfs:comment "flag-sign of a tavern"@en .

<http://lexvo.org/id/char/5E19> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B8%99>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%AC>,
        <http://lexvo.org/id/term/kor/%E5%B8%99>,
        <http://lexvo.org/id/term/kor/CIL%20CEL>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dit6>,
        <http://lexvo.org/id/term/yue/%E5%B8%99>,
        "帙"^^xsd:string ;
    rdfs:comment "book cover; satchel or bag"@en .

<http://lexvo.org/id/char/5E1A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B8%9A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C7%92u>,
        <http://lexvo.org/id/term/kor/%E5%B8%9A>,
        <http://lexvo.org/id/term/kor/CHWU>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zaau2%20zau2>,
        <http://lexvo.org/id/term/yue/%E5%B8%9A>,
        "帚"^^xsd:string ;
    rdfs:comment "broom, broomstick"@en .

<http://lexvo.org/id/char/5E1B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B8%9B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%B3>,
        <http://lexvo.org/id/term/kor/%E5%B8%9B>,
        <http://lexvo.org/id/term/kor/PAYK>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/baak6>,
        <http://lexvo.org/id/term/yue/%E5%B8%9B>,
        "帛"^^xsd:string ;
    rdfs:comment "silks, fabrics; wealth, property"@en .

<http://lexvo.org/id/char/5E1C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B8%9C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ci3>,
        <http://lexvo.org/id/term/yue/%E5%B8%9C>,
        "帜"^^xsd:string ;
    rdfs:comment "flag, pennant; sign; fasten"@en .

<http://lexvo.org/id/char/5E1D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B8%9D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%AC>,
        <http://lexvo.org/id/term/kor/%E5%B8%9D>,
        <http://lexvo.org/id/term/kor/CEY>,
        <http://lexvo.org/id/term/vie/%C4%91%E1%BA%A5y>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dai3>,
        <http://lexvo.org/id/term/yue/%E5%B8%9D>,
        "帝"^^xsd:string ;
    rdfs:comment "supreme ruler, emperor; god"@en .

<http://lexvo.org/id/char/5E1E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B8%9E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%B2>,
        "帞"^^xsd:string .

<http://lexvo.org/id/char/5E1F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B8%9F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jik6>,
        <http://lexvo.org/id/term/yue/%E5%B8%9F>,
        "帟"^^xsd:string ;
    rdfs:comment "tent"@en .

<http://lexvo.org/id/char/5E20> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B8%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%AC>,
        "帠"^^xsd:string .

<http://lexvo.org/id/char/5E21> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B8%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%ADng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ping4>,
        <http://lexvo.org/id/term/yue/%E5%B8%A1>,
        "帡"^^xsd:string ;
    rdfs:comment "shelter, screen, awning"@en .

<http://lexvo.org/id/char/5E22> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B8%A2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C3%A0>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hap1>,
        <http://lexvo.org/id/term/yue/%E5%B8%A2>,
        "帢"^^xsd:string .

<http://lexvo.org/id/char/5E23> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B8%A3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ju%C3%A0n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ju%C7%8En%200617.040%3Aju%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gyun3>,
        <http://lexvo.org/id/term/yue/%E5%B8%A3>,
        "帣"^^xsd:string ;
    rdfs:comment "bag"@en .

<http://lexvo.org/id/char/5E24> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B8%A4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/r%C3%BA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jyu4>,
        <http://lexvo.org/id/term/yue/%E5%B8%A4>,
        "帤"^^xsd:string .

<http://lexvo.org/id/char/5E25> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B8%A5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/shu%C3%A0i>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/shu%C3%A0i%20shu%C3%B2>,
        <http://lexvo.org/id/term/kor/%E5%B8%A5>,
        <http://lexvo.org/id/term/kor/SOL%20SWU>,
        <http://lexvo.org/id/term/vie/so%C3%A1i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/seoi3%20seot1>,
        <http://lexvo.org/id/term/yue/%E5%B8%A5>,
        "帥"^^xsd:string ;
    rdfs:comment "commander, commander-in-chief"@en .

<http://lexvo.org/id/char/5E26> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B8%A6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%A0i>,
        <http://lexvo.org/id/term/kor/%E5%B8%A6>,
        <http://lexvo.org/id/term/kor/TAY>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/daai2%20daai3>,
        <http://lexvo.org/id/term/yue/%E5%B8%A6>,
        "带"^^xsd:string ;
    rdfs:comment "belt, girdle, band, strap, zone"@en .

<http://lexvo.org/id/char/5E27> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B8%A7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%A8ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zing3>,
        <http://lexvo.org/id/term/yue/%E5%B8%A7>,
        "帧"^^xsd:string ;
    rdfs:comment "picture, scroll; one of pair of"@en .

<http://lexvo.org/id/char/5E28> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B8%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/shu%C3%AC>,
        <http://lexvo.org/id/term/kor/%E5%B8%A8>,
        <http://lexvo.org/id/term/kor/SEY>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/seoi3>,
        <http://lexvo.org/id/term/yue/%E5%B8%A8>,
        "帨"^^xsd:string ;
    rdfs:comment "handkerchief, kerchief, shawl"@en .

<http://lexvo.org/id/char/5E29> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B8%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C3%A0o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ciu3>,
        <http://lexvo.org/id/term/yue/%E5%B8%A9>,
        "帩"^^xsd:string .

<http://lexvo.org/id/char/5E2A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B8%AA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C4%93n>,
        "帪"^^xsd:string .

<http://lexvo.org/id/char/5E2B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B8%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C4%AB>,
        <http://lexvo.org/id/term/kor/%E5%B8%AB>,
        <http://lexvo.org/id/term/kor/SA>,
        <http://lexvo.org/id/term/vie/s%C6%B0>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/si1>,
        <http://lexvo.org/id/term/yue/%E5%B8%AB>,
        "師"^^xsd:string ;
    rdfs:comment "teacher, master, specialist; multitude, troops"@en .

<http://lexvo.org/id/char/5E2C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B8%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C3%BAn>,
        "帬"^^xsd:string ;
    rdfs:comment "the skirt of a lady's dress petticoat"@en .

<http://lexvo.org/id/char/5E2D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B8%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C3%AD>,
        <http://lexvo.org/id/term/kor/%E5%B8%AD>,
        <http://lexvo.org/id/term/kor/SEK>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zik6>,
        <http://lexvo.org/id/term/yue/%E5%B8%AD>,
        "席"^^xsd:string ;
    rdfs:comment "seat; mat; take seat; banquet"@en .

<http://lexvo.org/id/char/5E2E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B8%AE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C4%81ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bong1>,
        <http://lexvo.org/id/term/yue/%E5%B8%AE>,
        "帮"^^xsd:string ;
    rdfs:comment "help, assist; defend; shoe upper"@en .

<http://lexvo.org/id/char/5E2F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B8%AF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%A0i>,
        <http://lexvo.org/id/term/kor/%E5%B8%AF>,
        <http://lexvo.org/id/term/kor/TAY>,
        "帯"^^xsd:string ;
    rdfs:comment "belt"@en .

<http://lexvo.org/id/char/5E30> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B8%B0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/gu%C4%AB>,
        <http://lexvo.org/id/term/kor/%E5%B8%B0>,
        <http://lexvo.org/id/term/kor/KWI%20KWEY>,
        "帰"^^xsd:string ;
    rdfs:comment "return; return to, revert to"@en .

<http://lexvo.org/id/char/5E31> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B8%B1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%B3u%200221.020%3Ad%C3%A0o>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%B3u%20d%C3%A0o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cau4%20dou6%20tou4>,
        <http://lexvo.org/id/term/yue/%E5%B8%B1>,
        "帱"^^xsd:string ;
    rdfs:comment "cover up; curtain"@en .

<http://lexvo.org/id/char/5E32> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B8%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%ADng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ping4>,
        <http://lexvo.org/id/term/yue/%E5%B8%B2>,
        "帲"^^xsd:string ;
    rdfs:comment "shelter"@en .

<http://lexvo.org/id/char/5E33> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B8%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%A0ng>,
        <http://lexvo.org/id/term/kor/%E5%B8%B3>,
        <http://lexvo.org/id/term/kor/CANG>,
        <http://lexvo.org/id/term/vie/tr%C6%B0%E1%BB%9Bng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zoeng3>,
        <http://lexvo.org/id/term/yue/%E5%B8%B3>,
        "帳"^^xsd:string ;
    rdfs:comment "tent; screen, mosquito net"@en .

<http://lexvo.org/id/char/5E34> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B8%B4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C4%81%20ji%C4%81n%20ji%C7%8En>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zin1%20zin2>,
        <http://lexvo.org/id/term/yue/%E5%B8%B4>,
        "帴"^^xsd:string .

<http://lexvo.org/id/char/5E35> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B8%B5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C4%81n>,
        "帵"^^xsd:string ;
    rdfs:comment "remnants, tailor's cutting"@en .

<http://lexvo.org/id/char/5E36> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B8%B6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%A0i>,
        <http://lexvo.org/id/term/kor/%E5%B8%B6>,
        <http://lexvo.org/id/term/kor/TAY>,
        <http://lexvo.org/id/term/vie/%C4%91ai>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/daai2%20daai3>,
        <http://lexvo.org/id/term/yue/%E5%B8%B6>,
        "帶"^^xsd:string ;
    rdfs:comment "belt, girdle, band, strap, zone"@en .

<http://lexvo.org/id/char/5E37> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B8%B7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C3%A9i>,
        <http://lexvo.org/id/term/kor/%E5%B8%B7>,
        <http://lexvo.org/id/term/kor/YU>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wai4>,
        <http://lexvo.org/id/term/yue/%E5%B8%B7>,
        "帷"^^xsd:string ;
    rdfs:comment "tent; curtain, screen"@en .

<http://lexvo.org/id/char/5E38> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B8%B8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%A1ng>,
        <http://lexvo.org/id/term/kor/%E5%B8%B8>,
        <http://lexvo.org/id/term/kor/SANG>,
        <http://lexvo.org/id/term/vie/th%C6%B0%E1%BB%9Dng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/soeng4>,
        <http://lexvo.org/id/term/yue/%E5%B8%B8>,
        "常"^^xsd:string ;
    rdfs:comment "common, normal, frequent, regular"@en .

<http://lexvo.org/id/char/5E39> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B8%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%A0>,
        "帹"^^xsd:string .

<http://lexvo.org/id/char/5E3A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B8%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C3%AD>,
        "帺"^^xsd:string .

<http://lexvo.org/id/char/5E3B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B8%BB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C3%A9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zik1>,
        <http://lexvo.org/id/term/yue/%E5%B8%BB>,
        "帻"^^xsd:string ;
    rdfs:comment "turban; conical cap"@en .

<http://lexvo.org/id/char/5E3C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B8%BC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/gu%C3%B3>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gwok3>,
        <http://lexvo.org/id/term/yue/%E5%B8%BC>,
        "帼"^^xsd:string ;
    rdfs:comment "women's headgear; mourning cap"@en .

<http://lexvo.org/id/char/5E3D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B8%BD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A0o>,
        <http://lexvo.org/id/term/kor/%E5%B8%BD>,
        <http://lexvo.org/id/term/kor/MO>,
        <http://lexvo.org/id/term/vie/m%C3%A3o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mou6>,
        <http://lexvo.org/id/term/yue/%E5%B8%BD>,
        "帽"^^xsd:string ;
    rdfs:comment "hat, cap; cap-like tops"@en .

<http://lexvo.org/id/char/5E3E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B8%BE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C7%94>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dou2>,
        <http://lexvo.org/id/term/yue/%E5%B8%BE>,
        "帾"^^xsd:string .

<http://lexvo.org/id/char/5E3F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B8%BF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%B3u>,
        <http://lexvo.org/id/term/kor/%E5%B8%BF>,
        <http://lexvo.org/id/term/kor/HWU>,
        "帿"^^xsd:string ;
    rdfs:comment "marquis, lord; target in archery"@en .

<http://lexvo.org/id/char/5E40> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B9%80>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%A8ng>,
        <http://lexvo.org/id/term/kor/%E5%B9%80>,
        <http://lexvo.org/id/term/kor/CENG%20THAYNG>,
        <http://lexvo.org/id/term/vie/tranh>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zing3>,
        <http://lexvo.org/id/term/yue/%E5%B9%80>,
        "幀"^^xsd:string ;
    rdfs:comment "picture, scroll; one of pair of"@en .

<http://lexvo.org/id/char/5E41> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B9%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C5%AB>,
        "幁"^^xsd:string .

<http://lexvo.org/id/char/5E42> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B9%82>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mik6>,
        <http://lexvo.org/id/term/yue/%E5%B9%82>,
        "幂"^^xsd:string ;
    rdfs:comment "cover-cloth, cover with cloth"@en .

<http://lexvo.org/id/char/5E43> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B9%83>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C3%A9i>,
        <http://lexvo.org/id/term/kor/%E5%B9%83>,
        <http://lexvo.org/id/term/kor/WI>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wai4>,
        <http://lexvo.org/id/term/yue/%E5%B9%83>,
        "幃"^^xsd:string ;
    rdfs:comment "curtain that forms wall"@en .

<http://lexvo.org/id/char/5E44> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B9%84>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C3%B2>,
        <http://lexvo.org/id/term/kor/%E5%B9%84>,
        <http://lexvo.org/id/term/kor/AK>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ak1>,
        <http://lexvo.org/id/term/yue/%E5%B9%84>,
        "幄"^^xsd:string ;
    rdfs:comment "tent; mosquito net"@en .

<http://lexvo.org/id/char/5E45> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B9%85>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%BA>,
        <http://lexvo.org/id/term/kor/%E5%B9%85>,
        <http://lexvo.org/id/term/kor/PHOK>,
        <http://lexvo.org/id/term/vie/b%E1%BB%A9c>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fuk1>,
        <http://lexvo.org/id/term/yue/%E5%B9%85>,
        "幅"^^xsd:string ;
    rdfs:comment "piece, strip, breadth of, hem"@en .

<http://lexvo.org/id/char/5E46> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B9%86>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%AC>,
        "幆"^^xsd:string .

<http://lexvo.org/id/char/5E47> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B9%87>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C4%81ng>,
        <http://lexvo.org/id/term/kor/%E5%B9%87>,
        <http://lexvo.org/id/term/kor/PANG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bong1>,
        <http://lexvo.org/id/term/yue/%E5%B9%87>,
        "幇"^^xsd:string ;
    rdfs:comment "help, assist; defend; shoe upper"@en .

<http://lexvo.org/id/char/5E48> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B9%88>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%ADng>,
        "幈"^^xsd:string .

<http://lexvo.org/id/char/5E49> a lvont:Character ;
    lvont:represents "幉"^^xsd:string .

<http://lexvo.org/id/char/5E4A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B9%8A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C5%8Dng>,
        "幊"^^xsd:string .

<http://lexvo.org/id/char/5E4B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B9%8B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/pun4>,
        <http://lexvo.org/id/term/yue/%E5%B9%8B>,
        "幋"^^xsd:string ;
    rdfs:comment "belt"@en .

<http://lexvo.org/id/char/5E4C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B9%8C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C7%8Eng>,
        <http://lexvo.org/id/term/kor/%E5%B9%8C>,
        <http://lexvo.org/id/term/kor/HWANG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fong2>,
        <http://lexvo.org/id/term/yue/%E5%B9%8C>,
        "幌"^^xsd:string ;
    rdfs:comment "curtain, cloth screen"@en .

<http://lexvo.org/id/char/5E4D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B9%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C4%81o>,
        <http://lexvo.org/id/term/vie/thao>,
        "幍"^^xsd:string .

<http://lexvo.org/id/char/5E4E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B9%8E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%AC>,
        <http://lexvo.org/id/term/kor/%E5%B9%8E>,
        <http://lexvo.org/id/term/kor/MYEK>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mik6>,
        <http://lexvo.org/id/term/yue/%E5%B9%8E>,
        "幎"^^xsd:string ;
    rdfs:comment "cover-cloth, cover with cloth"@en .

<http://lexvo.org/id/char/5E4F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B9%8F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C4%81%20ji%C3%A0>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gaa3>,
        <http://lexvo.org/id/term/yue/%E5%B9%8F>,
        "幏"^^xsd:string .

<http://lexvo.org/id/char/5E50> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B9%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%A9ng>,
        "幐"^^xsd:string .

<http://lexvo.org/id/char/5E51> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B9%91>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C4%AB>,
        "幑"^^xsd:string .

<http://lexvo.org/id/char/5E52> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B9%92>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C5%8Dng>,
        "幒"^^xsd:string .

<http://lexvo.org/id/char/5E53> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B9%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C4%81n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/saam1>,
        <http://lexvo.org/id/term/yue/%E5%B9%93>,
        "幓"^^xsd:string .

<http://lexvo.org/id/char/5E54> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B9%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E5%B9%94>,
        <http://lexvo.org/id/term/kor/MAN>,
        <http://lexvo.org/id/term/vie/m%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/maan6>,
        <http://lexvo.org/id/term/yue/%E5%B9%94>,
        "幔"^^xsd:string ;
    rdfs:comment "curtain, screen, tent"@en .

<http://lexvo.org/id/char/5E55> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B9%95>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%B9>,
        <http://lexvo.org/id/term/kor/%E5%B9%95>,
        <http://lexvo.org/id/term/kor/MAK>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mok6>,
        <http://lexvo.org/id/term/yue/%E5%B9%95>,
        "幕"^^xsd:string ;
    rdfs:comment "curtain, screen, tent"@en .

<http://lexvo.org/id/char/5E56> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B9%96>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/bi%C4%81o>,
        "幖"^^xsd:string .

<http://lexvo.org/id/char/5E57> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B9%97>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/gu%C3%B3>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gwok3>,
        <http://lexvo.org/id/term/yue/%E5%B9%97>,
        "幗"^^xsd:string ;
    rdfs:comment "women's headgear; mourning cap"@en .

<http://lexvo.org/id/char/5E58> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B9%98>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C3%A9>,
        <http://lexvo.org/id/term/kor/%E5%B9%98>,
        <http://lexvo.org/id/term/kor/CHAYK>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zik1>,
        <http://lexvo.org/id/term/yue/%E5%B9%98>,
        "幘"^^xsd:string ;
    rdfs:comment "turban; conical cap"@en .

<http://lexvo.org/id/char/5E59> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B9%99>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mok6>,
        <http://lexvo.org/id/term/yue/%E5%B9%99>,
        "幙"^^xsd:string ;
    rdfs:comment "a curtain, a screen"@en .

<http://lexvo.org/id/char/5E5A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B9%9A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C4%81ng>,
        <http://lexvo.org/id/term/kor/%E5%B9%9A>,
        <http://lexvo.org/id/term/kor/PANG>,
        "幚"^^xsd:string ;
    rdfs:comment "help, assist; defend; shoe upper"@en .

<http://lexvo.org/id/char/5E5B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B9%9B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%A0ng>,
        <http://lexvo.org/id/term/vie/tr%C6%B0%E1%BB%9Bng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zoeng3>,
        <http://lexvo.org/id/term/yue/%E5%B9%9B>,
        "幛"^^xsd:string ;
    rdfs:comment "scroll of silk or cloth presente"@en .

<http://lexvo.org/id/char/5E5C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B9%9C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C7%92ng%20j%C7%90ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ging2>,
        <http://lexvo.org/id/term/yue/%E5%B9%9C>,
        "幜"^^xsd:string .

<http://lexvo.org/id/char/5E5D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B9%9D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C7%8En>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cin2>,
        <http://lexvo.org/id/term/yue/%E5%B9%9D>,
        "幝"^^xsd:string .

<http://lexvo.org/id/char/5E5E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B9%9E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%BA>,
        <http://lexvo.org/id/term/kor/%E5%B9%9E>,
        <http://lexvo.org/id/term/kor/POK>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/buk6>,
        <http://lexvo.org/id/term/yue/%E5%B9%9E>,
        "幞"^^xsd:string ;
    rdfs:comment "turban"@en .

<http://lexvo.org/id/char/5E5F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B9%9F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%AC>,
        <http://lexvo.org/id/term/kor/%E5%B9%9F>,
        <http://lexvo.org/id/term/kor/CHI>,
        <http://lexvo.org/id/term/vie/x%C3%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ci3>,
        <http://lexvo.org/id/term/yue/%E5%B9%9F>,
        "幟"^^xsd:string ;
    rdfs:comment "flag, pennant; sign; fasten"@en .

<http://lexvo.org/id/char/5E60> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B9%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C5%AB>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fu1>,
        <http://lexvo.org/id/term/yue/%E5%B9%A0>,
        "幠"^^xsd:string ;
    rdfs:comment "cover"@en .

<http://lexvo.org/id/char/5E61> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B9%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C4%81n>,
        <http://lexvo.org/id/term/kor/%E5%B9%A1>,
        <http://lexvo.org/id/term/kor/PEN>,
        <http://lexvo.org/id/term/vie/phan>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/faan1>,
        <http://lexvo.org/id/term/yue/%E5%B9%A1>,
        "幡"^^xsd:string ;
    rdfs:comment "pennant, banner, streamer, flag"@en .

<http://lexvo.org/id/char/5E62> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B9%A2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/chu%C3%A1ng%201523.010%3Azhu%C3%A0ng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/chu%C3%A1ng%20zhu%C3%A0ng>,
        <http://lexvo.org/id/term/kor/%E5%B9%A2>,
        <http://lexvo.org/id/term/kor/TANG>,
        <http://lexvo.org/id/term/vie/cho%C3%A0ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cong4%20tong4%20zong6>,
        <http://lexvo.org/id/term/yue/%E5%B9%A2>,
        "幢"^^xsd:string ;
    rdfs:comment "carriage curtain; sun screen"@en .

<http://lexvo.org/id/char/5E63> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B9%A3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%AC>,
        <http://lexvo.org/id/term/kor/%E5%B9%A3>,
        <http://lexvo.org/id/term/kor/PHYEY>,
        <http://lexvo.org/id/term/vie/gi%E1%BA%BB>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bai6>,
        <http://lexvo.org/id/term/yue/%E5%B9%A3>,
        "幣"^^xsd:string ;
    rdfs:comment "currency, coins, legal tender"@en .

<http://lexvo.org/id/char/5E64> a lvont:Character ;
    lvont:represents "幤"^^xsd:string ;
    rdfs:comment "evil, wrong, bad; criminal"@en .

<http://lexvo.org/id/char/5E65> a lvont:Character ;
    lvont:represents "幥"^^xsd:string .

<http://lexvo.org/id/char/5E66> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B9%A6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mik6>,
        <http://lexvo.org/id/term/yue/%E5%B9%A6>,
        "幦"^^xsd:string ;
    rdfs:comment "cover"@en .

<http://lexvo.org/id/char/5E67> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B9%A7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C4%81o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ciu1%20ciu4>,
        <http://lexvo.org/id/term/yue/%E5%B9%A7>,
        "幧"^^xsd:string .

<http://lexvo.org/id/char/5E68> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B9%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C4%81n%20ch%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E5%B9%A8>,
        <http://lexvo.org/id/term/kor/CHEM>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cim1%20zim1>,
        <http://lexvo.org/id/term/yue/%E5%B9%A8>,
        "幨"^^xsd:string ;
    rdfs:comment "curtain"@en .

<http://lexvo.org/id/char/5E69> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B9%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%A9n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fan4>,
        <http://lexvo.org/id/term/yue/%E5%B9%A9>,
        "幩"^^xsd:string ;
    rdfs:comment "trappings"@en .

<http://lexvo.org/id/char/5E6A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B9%AA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A9ng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A9ng%20m%C4%9Bng>,
        <http://lexvo.org/id/term/kor/%E5%B9%AA>,
        <http://lexvo.org/id/term/kor/MONG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mung4>,
        <http://lexvo.org/id/term/yue/%E5%B9%AA>,
        "幪"^^xsd:string ;
    rdfs:comment "cover, shelter, screen; protect"@en .

<http://lexvo.org/id/char/5E6B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B9%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C4%81ng>,
        <http://lexvo.org/id/term/kor/%E5%B9%AB>,
        <http://lexvo.org/id/term/kor/PANG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bong1>,
        <http://lexvo.org/id/term/yue/%E5%B9%AB>,
        "幫"^^xsd:string ;
    rdfs:comment "to help, assist; to defend; shoe upper"@en .

<http://lexvo.org/id/char/5E6C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B9%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%B3u%200221.021%3Ad%C3%A0o>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%B3u%20d%C3%A0o>,
        <http://lexvo.org/id/term/kor/%E5%B9%AC>,
        <http://lexvo.org/id/term/kor/CWU>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cau4%20dou6%20tou4>,
        <http://lexvo.org/id/term/yue/%E5%B9%AC>,
        "幬"^^xsd:string ;
    rdfs:comment "cover up; curtain"@en .

<http://lexvo.org/id/char/5E6D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B9%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/mi%C3%A8>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mik6%20mit6>,
        <http://lexvo.org/id/term/yue/%E5%B9%AD>,
        "幭"^^xsd:string ;
    rdfs:comment "cover"@en .

<http://lexvo.org/id/char/5E6E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B9%AE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%BA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cyu4>,
        <http://lexvo.org/id/term/yue/%E5%B9%AE>,
        "幮"^^xsd:string ;
    rdfs:comment "a screen used to make a temporary kitchen"@en .

<http://lexvo.org/id/char/5E6F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B9%AF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%A9>,
        "幯"^^xsd:string .

<http://lexvo.org/id/char/5E70> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B9%B0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C7%8En>,
        <http://lexvo.org/id/term/kor/%E5%B9%B0>,
        <http://lexvo.org/id/term/kor/HEN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hin2%20hin3>,
        <http://lexvo.org/id/term/yue/%E5%B9%B0>,
        "幰"^^xsd:string ;
    rdfs:comment "curtain at front of carriage"@en .

<http://lexvo.org/id/char/5E71> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B9%B1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%A1n>,
        <http://lexvo.org/id/term/kor/%E5%B9%B1>,
        <http://lexvo.org/id/term/kor/LAN>,
        "幱"^^xsd:string ;
    rdfs:comment "official dress"@en .

<http://lexvo.org/id/char/5E73> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B9%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%ADng>,
        <http://lexvo.org/id/term/kor/%E5%B9%B3>,
        <http://lexvo.org/id/term/kor/PHYENG%20PHYEN>,
        <http://lexvo.org/id/term/vie/b%C3%ACnh>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/peng4%20ping4>,
        <http://lexvo.org/id/term/yue/%E5%B9%B3>,
        "平"^^xsd:string ;
    rdfs:comment "flat, level, even; peaceful"@en .

<http://lexvo.org/id/char/5E74> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B9%B4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ni%C3%A1n>,
        <http://lexvo.org/id/term/kor/%E5%B9%B4>,
        <http://lexvo.org/id/term/kor/NYEN>,
        <http://lexvo.org/id/term/vie/n%C3%AAn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/nin4>,
        <http://lexvo.org/id/term/yue/%E5%B9%B4>,
        "年"^^xsd:string ;
    rdfs:comment "year; new-years; person's age"@en .

<http://lexvo.org/id/char/5E75> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B9%B5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C4%81n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gin1%20hin1>,
        <http://lexvo.org/id/term/yue/%E5%B9%B5>,
        "幵"^^xsd:string ;
    rdfs:comment "even level. to raise in both hands"@en .

<http://lexvo.org/id/char/5E76> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B9%B6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%ACng%20b%C4%ABng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C4%ABng%200079.010%3Ab%C3%ACng>,
        <http://lexvo.org/id/term/kor/%E5%B9%B6>,
        <http://lexvo.org/id/term/kor/PYENG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bing1%20bing3%20bing6>,
        <http://lexvo.org/id/term/yue/%E5%B9%B6>,
        "并"^^xsd:string ;
    rdfs:comment "combine, annex; also, what's more"@en .

<http://lexvo.org/id/char/5E77> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B9%B7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%ACng%20b%C4%ABng>,
        <http://lexvo.org/id/term/kor/%E5%B9%B7>,
        <http://lexvo.org/id/term/kor/PYENG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bin3%20bing3>,
        <http://lexvo.org/id/term/yue/%E5%B9%B7>,
        "幷"^^xsd:string ;
    rdfs:comment "combine"@en .

<http://lexvo.org/id/char/5E78> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B9%B8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C3%ACng>,
        <http://lexvo.org/id/term/kor/%E5%B9%B8>,
        <http://lexvo.org/id/term/kor/HAYNG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hang6>,
        <http://lexvo.org/id/term/yue/%E5%B9%B8>,
        "幸"^^xsd:string ;
    rdfs:comment "luck(ily), favor, fortunately"@en .

<http://lexvo.org/id/char/5E79> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B9%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C3%A0n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C3%A0n%20h%C3%A1n>,
        <http://lexvo.org/id/term/kor/%E5%B9%B9>,
        <http://lexvo.org/id/term/kor/KAN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gon3>,
        <http://lexvo.org/id/term/yue/%E5%B9%B9>,
        "幹"^^xsd:string ;
    rdfs:comment "trunk of tree or of human body"@en .

<http://lexvo.org/id/char/5E7B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B9%BB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E5%B9%BB>,
        <http://lexvo.org/id/term/kor/HWAN>,
        <http://lexvo.org/id/term/vie/%E1%BA%A3o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/waan6>,
        <http://lexvo.org/id/term/yue/%E5%B9%BB>,
        "幻"^^xsd:string ;
    rdfs:comment "illusion, fantasy, mirage"@en .

<http://lexvo.org/id/char/5E7C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B9%BC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%B2u>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%B2u%20y%C3%A0o>,
        <http://lexvo.org/id/term/kor/%E5%B9%BC>,
        <http://lexvo.org/id/term/kor/YU>,
        <http://lexvo.org/id/term/vie/%E1%BA%A5u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jau3>,
        <http://lexvo.org/id/term/yue/%E5%B9%BC>,
        "幼"^^xsd:string ;
    rdfs:comment "infant, young child; immature"@en .

<http://lexvo.org/id/char/5E7D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B9%BD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C5%8Du>,
        <http://lexvo.org/id/term/kor/%E5%B9%BD>,
        <http://lexvo.org/id/term/kor/YU>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jau1>,
        <http://lexvo.org/id/term/yue/%E5%B9%BD>,
        "幽"^^xsd:string ;
    rdfs:comment "quiet, secluded, tranquil; dark"@en .

<http://lexvo.org/id/char/5E7E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B9%BE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C4%AB%200531.041%3Aj%C7%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C7%90%20j%C4%AB>,
        <http://lexvo.org/id/term/kor/%E5%B9%BE>,
        <http://lexvo.org/id/term/kor/KI>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gei1%20gei2>,
        <http://lexvo.org/id/term/yue/%E5%B9%BE>,
        "幾"^^xsd:string ;
    rdfs:comment "how many? how much?; a few, some"@en .

<http://lexvo.org/id/char/5E80> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%BA%80>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C7%90>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/pei2%20pei5>,
        <http://lexvo.org/id/term/yue/%E5%BA%80>,
        "庀"^^xsd:string ;
    rdfs:comment "to prepare; to regulate to hand up"@en .

<http://lexvo.org/id/char/5E81> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%BA%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C4%ABng>,
        <http://lexvo.org/id/term/kor/%E5%BA%81>,
        <http://lexvo.org/id/term/kor/CHENG>,
        "庁"^^xsd:string ;
    rdfs:comment "hall, central room"@en .

<http://lexvo.org/id/char/5E82> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%BA%82>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C3%A8>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zak1>,
        <http://lexvo.org/id/term/yue/%E5%BA%82>,
        "庂"^^xsd:string .

<http://lexvo.org/id/char/5E83> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%BA%83>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/gu%C7%8Eng>,
        <http://lexvo.org/id/term/kor/%E5%BA%83>,
        <http://lexvo.org/id/term/kor/KWANG>,
        "広"^^xsd:string ;
    rdfs:comment "broad, wide, extensive"@en .

<http://lexvo.org/id/char/5E84> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%BA%84>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zhu%C4%81ng>,
        <http://lexvo.org/id/term/kor/%E5%BA%84>,
        <http://lexvo.org/id/term/kor/CANG>,
        <http://lexvo.org/id/term/vie/ch%C4%83ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zong1>,
        <http://lexvo.org/id/term/yue/%E5%BA%84>,
        "庄"^^xsd:string ;
    rdfs:comment "village, hamlet; villa, manor"@en .

<http://lexvo.org/id/char/5E85> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%BA%85>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/mo>,
        "庅"^^xsd:string ;
    rdfs:comment "an interrogative particle"@en .

<http://lexvo.org/id/char/5E86> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%BA%86>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C3%ACng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hing3>,
        <http://lexvo.org/id/term/yue/%E5%BA%86>,
        "庆"^^xsd:string ;
    rdfs:comment "congratulate, celebrate"@en .

<http://lexvo.org/id/char/5E87> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%BA%87>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%AC>,
        <http://lexvo.org/id/term/kor/%E5%BA%87>,
        <http://lexvo.org/id/term/kor/PI>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bei3>,
        <http://lexvo.org/id/term/yue/%E5%BA%87>,
        "庇"^^xsd:string ;
    rdfs:comment "cover, shield, shelter, protect"@en .

<http://lexvo.org/id/char/5E88> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%BA%88>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C3%ADn>,
        "庈"^^xsd:string ;
    rdfs:comment "used in person's names"@en .

<http://lexvo.org/id/char/5E89> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%BA%89>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%B9n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tyun4>,
        <http://lexvo.org/id/term/yue/%E5%BA%89>,
        "庉"^^xsd:string ;
    rdfs:comment "a village; to dwell together"@en .

<http://lexvo.org/id/char/5E8A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%BA%8A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/chu%C3%A1ng>,
        <http://lexvo.org/id/term/kor/%E5%BA%8A>,
        <http://lexvo.org/id/term/kor/SANG>,
        <http://lexvo.org/id/term/vie/s%C3%A0ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cong4>,
        <http://lexvo.org/id/term/yue/%E5%BA%8A>,
        "床"^^xsd:string ;
    rdfs:comment "bed, couch; framework, chassis"@en .

<http://lexvo.org/id/char/5E8B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%BA%8B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/gu%C7%90>,
        <http://lexvo.org/id/term/kor/%E5%BA%8B>,
        <http://lexvo.org/id/term/kor/KI>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gei2%20gwai2>,
        <http://lexvo.org/id/term/yue/%E5%BA%8B>,
        "庋"^^xsd:string ;
    rdfs:comment "a cupboard or pantry to store"@en .

<http://lexvo.org/id/char/5E8C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%BA%8C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%8E>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ngaa5>,
        <http://lexvo.org/id/term/yue/%E5%BA%8C>,
        "庌"^^xsd:string .

<http://lexvo.org/id/char/5E8D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%BA%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%A0i>,
        "庍"^^xsd:string .

<http://lexvo.org/id/char/5E8E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%BA%8E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%A8>,
        "庎"^^xsd:string .

<http://lexvo.org/id/char/5E8F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%BA%8F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C3%B9>,
        <http://lexvo.org/id/term/kor/%E5%BA%8F>,
        <http://lexvo.org/id/term/kor/SE>,
        <http://lexvo.org/id/term/vie/t%E1%BB%B1a>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zeoi6>,
        <http://lexvo.org/id/term/yue/%E5%BA%8F>,
        "序"^^xsd:string ;
    rdfs:comment "series, serial order, sequence"@en .

<http://lexvo.org/id/char/5E90> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%BA%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%BA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lou4>,
        <http://lexvo.org/id/term/yue/%E5%BA%90>,
        "庐"^^xsd:string ;
    rdfs:comment "hut, cottage; name of a mountain"@en .

<http://lexvo.org/id/char/5E91> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%BA%91>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C7%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C7%94%20w%C3%BA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mou4%20mou5>,
        <http://lexvo.org/id/term/yue/%E5%BA%91>,
        "庑"^^xsd:string ;
    rdfs:comment "corridor, hallway; luxuriant"@en .

<http://lexvo.org/id/char/5E92> a lvont:Character ;
    lvont:represents "庒"^^xsd:string .

<http://lexvo.org/id/char/5E93> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%BA%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fu3>,
        <http://lexvo.org/id/term/yue/%E5%BA%93>,
        "库"^^xsd:string ;
    rdfs:comment "armory, treasury, storehouse"@en .

<http://lexvo.org/id/char/5E94> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%BA%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%ACng%20y%C4%ABng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C4%ABng%201388.040%3Ay%C3%ACng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jing1%20jing3>,
        <http://lexvo.org/id/term/yue/%E5%BA%94>,
        "应"^^xsd:string ;
    rdfs:comment "should, ought to, must"@en .

<http://lexvo.org/id/char/5E95> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%BA%95>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C7%90%20de>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/de%200231.130%3Ad%C7%90>,
        <http://lexvo.org/id/term/kor/%E5%BA%95>,
        <http://lexvo.org/id/term/kor/CE%20CI>,
        <http://lexvo.org/id/term/vie/%C4%91%E1%BB%83>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dai2>,
        <http://lexvo.org/id/term/yue/%E5%BA%95>,
        "底"^^xsd:string ;
    rdfs:comment "bottom, underneath, underside"@en .

<http://lexvo.org/id/char/5E96> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%BA%96>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%A1o>,
        <http://lexvo.org/id/term/kor/%E5%BA%96>,
        <http://lexvo.org/id/term/kor/PHO>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/paau4>,
        <http://lexvo.org/id/term/yue/%E5%BA%96>,
        "庖"^^xsd:string ;
    rdfs:comment "kitchen; cooking, cuisine"@en .

<http://lexvo.org/id/char/5E97> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%BA%97>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/di%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E5%BA%97>,
        <http://lexvo.org/id/term/kor/CEM>,
        <http://lexvo.org/id/term/vie/%C4%91i%E1%BA%BFm>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dim3>,
        <http://lexvo.org/id/term/yue/%E5%BA%97>,
        "店"^^xsd:string ;
    rdfs:comment "shop, store; inn, hotel"@en .

<http://lexvo.org/id/char/5E98> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%BA%98>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C4%81>,
        "庘"^^xsd:string .

<http://lexvo.org/id/char/5E99> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%BA%99>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/mi%C3%A0o>,
        <http://lexvo.org/id/term/vie/mi%E1%BA%BFu>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/miu6>,
        <http://lexvo.org/id/term/yue/%E5%BA%99>,
        "庙"^^xsd:string ;
    rdfs:comment "temple, shrine; imperial court"@en .

<http://lexvo.org/id/char/5E9A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%BA%9A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C4%93ng>,
        <http://lexvo.org/id/term/kor/%E5%BA%9A>,
        <http://lexvo.org/id/term/kor/KYENG>,
        <http://lexvo.org/id/term/vie/canh>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gang1>,
        <http://lexvo.org/id/term/yue/%E5%BA%9A>,
        "庚"^^xsd:string ;
    rdfs:comment "7th heavenly stem"@en .

<http://lexvo.org/id/char/5E9B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%BA%9B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C4%AB%20c%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ci3>,
        <http://lexvo.org/id/term/yue/%E5%BA%9B>,
        "庛"^^xsd:string .

<http://lexvo.org/id/char/5E9C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%BA%9C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C7%94>,
        <http://lexvo.org/id/term/kor/%E5%BA%9C>,
        <http://lexvo.org/id/term/kor/PWU>,
        <http://lexvo.org/id/term/vie/ph%E1%BB%A7>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fu2>,
        <http://lexvo.org/id/term/yue/%E5%BA%9C>,
        "府"^^xsd:string ;
    rdfs:comment "prefecture; prefect; government"@en .

<http://lexvo.org/id/char/5E9D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%BA%9D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%B3ng>,
        "庝"^^xsd:string .

<http://lexvo.org/id/char/5E9E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%BA%9E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%A1ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/pong4>,
        <http://lexvo.org/id/term/yue/%E5%BA%9E>,
        "庞"^^xsd:string ;
    rdfs:comment "disorderly, messy; huge, big"@en .

<http://lexvo.org/id/char/5E9F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%BA%9F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%A8i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fai3>,
        <http://lexvo.org/id/term/yue/%E5%BA%9F>,
        "废"^^xsd:string ;
    rdfs:comment "abrogate, terminate, discard"@en .

<http://lexvo.org/id/char/5EA0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%BA%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A1ng>,
        <http://lexvo.org/id/term/kor/%E5%BA%A0>,
        <http://lexvo.org/id/term/kor/SANG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/coeng4>,
        <http://lexvo.org/id/term/yue/%E5%BA%A0>,
        "庠"^^xsd:string ;
    rdfs:comment "village school; teach"@en .

<http://lexvo.org/id/char/5EA1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%BA%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%90>,
        "庡"^^xsd:string .

<http://lexvo.org/id/char/5EA2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%BA%A2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zat6>,
        <http://lexvo.org/id/term/yue/%E5%BA%A2>,
        "庢"^^xsd:string .

<http://lexvo.org/id/char/5EA3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%BA%A3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ti%C4%81o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tiu1>,
        <http://lexvo.org/id/term/yue/%E5%BA%A3>,
        "庣"^^xsd:string .

<http://lexvo.org/id/char/5EA4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%BA%A4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zi6>,
        <http://lexvo.org/id/term/yue/%E5%BA%A4>,
        "庤"^^xsd:string ;
    rdfs:comment "prepare"@en .

<http://lexvo.org/id/char/5EA5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%BA%A5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C5%AB>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jau1>,
        <http://lexvo.org/id/term/yue/%E5%BA%A5>,
        "庥"^^xsd:string ;
    rdfs:comment "shade; shelter, protection"@en .

<http://lexvo.org/id/char/5EA6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%BA%A6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%B9%200280.060%3Adu%C3%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%B9%20du%C3%B3>,
        <http://lexvo.org/id/term/kor/%E5%BA%A6>,
        <http://lexvo.org/id/term/kor/TO%20THAK>,
        <http://lexvo.org/id/term/vie/%C4%91%E1%BB%99>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dok6%20dou6>,
        <http://lexvo.org/id/term/yue/%E5%BA%A6>,
        "度"^^xsd:string ;
    rdfs:comment "degree, system; manner; to consider"@en .

<http://lexvo.org/id/char/5EA7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%BA%A7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zu%C3%B2>,
        <http://lexvo.org/id/term/kor/%E5%BA%A7>,
        <http://lexvo.org/id/term/kor/CWA>,
        <http://lexvo.org/id/term/vie/to%C3%A0>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zo6>,
        <http://lexvo.org/id/term/yue/%E5%BA%A7>,
        "座"^^xsd:string ;
    rdfs:comment "seat; stand, base"@en .

<http://lexvo.org/id/char/5EA8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%BA%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C4%81o>,
        "庨"^^xsd:string .

<http://lexvo.org/id/char/5EA9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%BA%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%BA>,
        "庩"^^xsd:string .

<http://lexvo.org/id/char/5EAA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%BA%AA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/gu%C7%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/gu%C7%90%20j%C7%90>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gei2%20gwai2>,
        <http://lexvo.org/id/term/yue/%E5%BA%AA>,
        "庪"^^xsd:string .

<http://lexvo.org/id/char/5EAB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%BA%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C3%B9>,
        <http://lexvo.org/id/term/kor/%E5%BA%AB>,
        <http://lexvo.org/id/term/kor/KO>,
        <http://lexvo.org/id/term/vie/kho>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fu3>,
        <http://lexvo.org/id/term/yue/%E5%BA%AB>,
        "庫"^^xsd:string ;
    rdfs:comment "armory, treasury, storehouse"@en .

<http://lexvo.org/id/char/5EAC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%BA%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%A1ng%20m%C3%A1ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mong4%20pong4>,
        <http://lexvo.org/id/term/yue/%E5%BA%AC>,
        "庬"^^xsd:string ;
    rdfs:comment "abundant; mixed"@en .

<http://lexvo.org/id/char/5EAD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%BA%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%ADng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%ADng%20t%C3%ACng>,
        <http://lexvo.org/id/term/kor/%E5%BA%AD>,
        <http://lexvo.org/id/term/kor/CENG>,
        <http://lexvo.org/id/term/vie/%C4%91%C3%ACnh>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ting4>,
        <http://lexvo.org/id/term/yue/%E5%BA%AD>,
        "庭"^^xsd:string ;
    rdfs:comment "courtyard; spacious hall or yard"@en .

<http://lexvo.org/id/char/5EAE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%BA%AE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%92u%20y%C3%B3u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jau4%20jau5>,
        <http://lexvo.org/id/term/yue/%E5%BA%AE>,
        "庮"^^xsd:string .

<http://lexvo.org/id/char/5EAF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%BA%AF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C5%AB>,
        "庯"^^xsd:string .

<http://lexvo.org/id/char/5EB0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%BA%B0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C4%ABng>,
        "庰"^^xsd:string .

<http://lexvo.org/id/char/5EB1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%BA%B1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C4%9Bng>,
        "庱"^^xsd:string .

<http://lexvo.org/id/char/5EB2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%BA%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%A1i>,
        "庲"^^xsd:string .

<http://lexvo.org/id/char/5EB3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%BA%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C4%93i%20b%C7%90>,
        <http://lexvo.org/id/term/kor/%E5%BA%B3>,
        <http://lexvo.org/id/term/kor/PI>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bei1%20pei5>,
        <http://lexvo.org/id/term/yue/%E5%BA%B3>,
        "庳"^^xsd:string ;
    rdfs:comment "a low-built house"@en .

<http://lexvo.org/id/char/5EB4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%BA%B4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%AD>,
        "庴"^^xsd:string .

<http://lexvo.org/id/char/5EB5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C4%81n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%BA%B5>,
        <http://lexvo.org/id/term/kor/%E5%BA%B5>,
        <http://lexvo.org/id/term/kor/AM>,
        <http://lexvo.org/id/term/vie/am>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/am1>,
        <http://lexvo.org/id/term/yue/%E5%BA%B5>,
        "庵"^^xsd:string ;
    rdfs:comment "Buddhist monastery or nunnery"@en .

<http://lexvo.org/id/char/5EB6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%BA%B6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%B9>,
        <http://lexvo.org/id/term/kor/%E5%BA%B6>,
        <http://lexvo.org/id/term/kor/SE>,
        <http://lexvo.org/id/term/vie/th%E1%BB%A9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/syu3>,
        <http://lexvo.org/id/term/yue/%E5%BA%B6>,
        "庶"^^xsd:string ;
    rdfs:comment "numerous, various; multitude"@en .

<http://lexvo.org/id/char/5EB7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%BA%B7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C4%81ng>,
        <http://lexvo.org/id/term/kor/%E5%BA%B7>,
        <http://lexvo.org/id/term/kor/KANG>,
        <http://lexvo.org/id/term/vie/khang>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hong1>,
        <http://lexvo.org/id/term/yue/%E5%BA%B7>,
        "康"^^xsd:string ;
    rdfs:comment "peaceful, quiet; happy, healthy"@en .

<http://lexvo.org/id/char/5EB8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%BA%B8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C5%8Dng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C5%8Dng%20y%C3%B3ng>,
        <http://lexvo.org/id/term/kor/%E5%BA%B8>,
        <http://lexvo.org/id/term/kor/YONG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jung4>,
        <http://lexvo.org/id/term/yue/%E5%BA%B8>,
        "庸"^^xsd:string ;
    rdfs:comment "usual, common, ordinary, mediocre"@en .

<http://lexvo.org/id/char/5EB9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%BA%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/tu%C7%92>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tok3>,
        <http://lexvo.org/id/term/yue/%E5%BA%B9>,
        "庹"^^xsd:string ;
    rdfs:comment "the length of one's two outstretched arms"@en .

<http://lexvo.org/id/char/5EBA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%BA%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C5%8Dng>,
        "庺"^^xsd:string .

<http://lexvo.org/id/char/5EBB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%BA%BB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%B9%20zh%C3%B9%20zh%C4%93>,
        <http://lexvo.org/id/term/kor/%E5%BA%BB>,
        <http://lexvo.org/id/term/kor/SE>,
        "庻"^^xsd:string ;
    rdfs:comment "numerous, various; multitude"@en .

<http://lexvo.org/id/char/5EBC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%BA%BC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C7%90ng>,
        "庼"^^xsd:string .

<http://lexvo.org/id/char/5EBD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%BA%BD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%B9>,
        <http://lexvo.org/id/term/kor/%E5%BA%BD>,
        <http://lexvo.org/id/term/kor/YU>,
        "庽"^^xsd:string .

<http://lexvo.org/id/char/5EBE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%BA%BE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%94>,
        <http://lexvo.org/id/term/kor/%E5%BA%BE>,
        <http://lexvo.org/id/term/kor/YU>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jyu5>,
        <http://lexvo.org/id/term/yue/%E5%BA%BE>,
        "庾"^^xsd:string ;
    rdfs:comment "granary; storehouse"@en .

<http://lexvo.org/id/char/5EBF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%BA%BF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/mi%C3%A0o>,
        "庿"^^xsd:string .

<http://lexvo.org/id/char/5EC0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%BB%80>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C5%8Du>,
        "廀"^^xsd:string ;
    rdfs:comment "to conceal; to search into"@en .

<http://lexvo.org/id/char/5EC1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%BB%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C3%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C3%A8%201091.051%3Asi>,
        <http://lexvo.org/id/term/kor/%E5%BB%81>,
        <http://lexvo.org/id/term/kor/CHI>,
        <http://lexvo.org/id/term/vie/x%C3%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cak1%20ci3>,
        <http://lexvo.org/id/term/yue/%E5%BB%81>,
        "廁"^^xsd:string ;
    rdfs:comment "toilet, lavatory; mingle with"@en .

<http://lexvo.org/id/char/5EC2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%BB%82>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C4%81ng>,
        <http://lexvo.org/id/term/kor/%E5%BB%82>,
        <http://lexvo.org/id/term/kor/SANG>,
        <http://lexvo.org/id/term/vie/r%C6%B0%C6%A1ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/soeng1>,
        <http://lexvo.org/id/term/yue/%E5%BB%82>,
        "廂"^^xsd:string ;
    rdfs:comment "side-room, wing; theatre box"@en .

<http://lexvo.org/id/char/5EC3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%BB%83>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%A8i>,
        <http://lexvo.org/id/term/kor/%E5%BB%83>,
        <http://lexvo.org/id/term/kor/PHYEY>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fai3>,
        <http://lexvo.org/id/term/yue/%E5%BB%83>,
        "廃"^^xsd:string ;
    rdfs:comment "abrogate, terminate, discard"@en .

<http://lexvo.org/id/char/5EC4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%BB%84>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%B9>,
        <http://lexvo.org/id/term/kor/%E5%BB%84>,
        <http://lexvo.org/id/term/kor/KWU>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gau3>,
        <http://lexvo.org/id/term/yue/%E5%BB%84>,
        "廄"^^xsd:string ;
    rdfs:comment "stable; barnyard"@en .

<http://lexvo.org/id/char/5EC5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%BB%85>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A9>,
        "廅"^^xsd:string .

<http://lexvo.org/id/char/5EC6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%BB%86>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/gu%C4%AB%201198.040%3Aw%C4%9Bi>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%AC%20gu%C4%AB%20w%C4%9Bi>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gwai1%20wai2>,
        <http://lexvo.org/id/term/yue/%E5%BB%86>,
        "廆"^^xsd:string ;
    rdfs:comment "a room; the wall of a house a man's name"@en .

<http://lexvo.org/id/char/5EC7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%BB%87>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lau6>,
        <http://lexvo.org/id/term/yue/%E5%BB%87>,
        "廇"^^xsd:string .

<http://lexvo.org/id/char/5EC8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%BB%88>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%A0%201243.031%3Axi%C3%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%A0%20xi%C3%A0>,
        <http://lexvo.org/id/term/kor/%E5%BB%88>,
        <http://lexvo.org/id/term/kor/HA>,
        <http://lexvo.org/id/term/vie/h%C3%A8>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/haa6>,
        <http://lexvo.org/id/term/yue/%E5%BB%88>,
        "廈"^^xsd:string ;
    rdfs:comment "big building, mansion"@en .

<http://lexvo.org/id/char/5EC9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%BB%89>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C3%A1n>,
        <http://lexvo.org/id/term/kor/%E5%BB%89>,
        <http://lexvo.org/id/term/kor/LYEM>,
        <http://lexvo.org/id/term/vie/li%C3%AAm>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lim4>,
        <http://lexvo.org/id/term/yue/%E5%BB%89>,
        "廉"^^xsd:string ;
    rdfs:comment "upright, honorable, honest"@en .

<http://lexvo.org/id/char/5ECA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%BB%8A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%A1ng>,
        <http://lexvo.org/id/term/kor/%E5%BB%8A>,
        <http://lexvo.org/id/term/kor/LANG>,
        <http://lexvo.org/id/term/vie/lang>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/long4>,
        <http://lexvo.org/id/term/yue/%E5%BB%8A>,
        "廊"^^xsd:string ;
    rdfs:comment "corridor, porch, veranda"@en .

<http://lexvo.org/id/char/5ECB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%BB%8B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C5%8Du>,
        <http://lexvo.org/id/term/kor/%E5%BB%8B>,
        <http://lexvo.org/id/term/kor/SWU>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sau1>,
        <http://lexvo.org/id/term/yue/%E5%BB%8B>,
        "廋"^^xsd:string ;
    rdfs:comment "conceal, hide; search for, seek"@en .

<http://lexvo.org/id/char/5ECC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%BB%8C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zaai6%20zai6%20zi6>,
        <http://lexvo.org/id/term/yue/%E5%BB%8C>,
        "廌"^^xsd:string ;
    rdfs:comment "unicorn"@en .

<http://lexvo.org/id/char/5ECD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%BB%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C7%92u>,
        "廍"^^xsd:string .

<http://lexvo.org/id/char/5ECE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%BB%8E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C7%90ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/king2>,
        <http://lexvo.org/id/term/yue/%E5%BB%8E>,
        "廎"^^xsd:string ;
    rdfs:comment "room"@en .

<http://lexvo.org/id/char/5ECF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%BB%8F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%B9>,
        <http://lexvo.org/id/term/kor/%E5%BB%8F>,
        <http://lexvo.org/id/term/kor/KWU>,
        "廏"^^xsd:string ;
    rdfs:comment "stable; barnyard"@en .

<http://lexvo.org/id/char/5ED0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%BB%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%B9>,
        <http://lexvo.org/id/term/kor/%E5%BB%90>,
        <http://lexvo.org/id/term/kor/KWU>,
        "廐"^^xsd:string ;
    rdfs:comment "stable; barnyard"@en .

<http://lexvo.org/id/char/5ED1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%BB%91>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C7%90n%200926.100%3Aq%C3%ADn>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C7%90n%20q%C3%ADn>,
        <http://lexvo.org/id/term/kor/%E5%BB%91>,
        <http://lexvo.org/id/term/kor/KUN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gan2%20gan6%20kan4>,
        <http://lexvo.org/id/term/yue/%E5%BB%91>,
        "廑"^^xsd:string ;
    rdfs:comment "a hut; careful"@en .

<http://lexvo.org/id/char/5ED2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C3%A1o>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%BB%92>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ngou4>,
        <http://lexvo.org/id/term/yue/%E5%BB%92>,
        "廒"^^xsd:string ;
    rdfs:comment "a granary"@en .

<http://lexvo.org/id/char/5ED3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%BB%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ku%C3%B2>,
        <http://lexvo.org/id/term/kor/%E5%BB%93>,
        <http://lexvo.org/id/term/kor/KWAK%20HWAK>,
        <http://lexvo.org/id/term/vie/qu%C3%A1ch>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gwok3%20kwok3>,
        <http://lexvo.org/id/term/yue/%E5%BB%93>,
        "廓"^^xsd:string ;
    rdfs:comment "broad, wide, open, empty; to expand"@en .

<http://lexvo.org/id/char/5ED4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%BB%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%B3u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lau4>,
        <http://lexvo.org/id/term/yue/%E5%BB%94>,
        "廔"^^xsd:string .

<http://lexvo.org/id/char/5ED5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%BB%95>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%ACn>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%ACn%20y%C4%ABn>,
        <http://lexvo.org/id/term/kor/%E5%BB%95>,
        <http://lexvo.org/id/term/kor/UM>,
        <http://lexvo.org/id/term/vie/%E1%BA%A5m>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jam3>,
        <http://lexvo.org/id/term/yue/%E5%BB%95>,
        "廕"^^xsd:string ;
    rdfs:comment "shade; protect, shade, cover"@en .

<http://lexvo.org/id/char/5ED6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%BB%96>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C3%A0o>,
        <http://lexvo.org/id/term/kor/%E5%BB%96>,
        <http://lexvo.org/id/term/kor/LYO>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/liu6>,
        <http://lexvo.org/id/term/yue/%E5%BB%96>,
        "廖"^^xsd:string ;
    rdfs:comment "surname; name of an ancient state"@en .

<http://lexvo.org/id/char/5ED7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%BB%97>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%A0i>,
        "廗"^^xsd:string .

<http://lexvo.org/id/char/5ED8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%BB%98>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%B9>,
        "廘"^^xsd:string .

<http://lexvo.org/id/char/5ED9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%BB%99>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ji6>,
        <http://lexvo.org/id/term/yue/%E5%BB%99>,
        "廙"^^xsd:string .

<http://lexvo.org/id/char/5EDA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%BB%9A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%BA>,
        <http://lexvo.org/id/term/kor/%E5%BB%9A>,
        <http://lexvo.org/id/term/kor/CWU>,
        <http://lexvo.org/id/term/vie/ch%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ceoi4%20cyu4>,
        <http://lexvo.org/id/term/yue/%E5%BB%9A>,
        "廚"^^xsd:string ;
    rdfs:comment "kitchen; closet; cupboard"@en .

<http://lexvo.org/id/char/5EDB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%BB%9B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%A1n>,
        <http://lexvo.org/id/term/kor/%E5%BB%9B>,
        <http://lexvo.org/id/term/kor/CEN>,
        <http://lexvo.org/id/term/vie/ch%E1%BB%9Dn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cin4>,
        <http://lexvo.org/id/term/yue/%E5%BB%9B>,
        "廛"^^xsd:string ;
    rdfs:comment "a store, shop; ground alloted to a retainer"@en .

<http://lexvo.org/id/char/5EDC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%BB%9C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C5%AB>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tou4>,
        <http://lexvo.org/id/term/yue/%E5%BB%9C>,
        "廜"^^xsd:string .

<http://lexvo.org/id/char/5EDD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%BB%9D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C4%AB>,
        <http://lexvo.org/id/term/kor/%E5%BB%9D>,
        <http://lexvo.org/id/term/kor/SI>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/si1>,
        <http://lexvo.org/id/term/yue/%E5%BB%9D>,
        "廝"^^xsd:string ;
    rdfs:comment "servant"@en .

<http://lexvo.org/id/char/5EDE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%BB%9E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C4%ABn>,
        <http://lexvo.org/id/term/kor/%E5%BB%9E>,
        <http://lexvo.org/id/term/kor/HUM>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jam1>,
        <http://lexvo.org/id/term/yue/%E5%BB%9E>,
        "廞"^^xsd:string ;
    rdfs:comment "to prepare horses and chariots for battle"@en .

<http://lexvo.org/id/char/5EDF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%BB%9F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/mi%C3%A0o>,
        <http://lexvo.org/id/term/kor/%E5%BB%9F>,
        <http://lexvo.org/id/term/kor/MYO>,
        <http://lexvo.org/id/term/vie/mi%E1%BA%BFu>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/miu6>,
        <http://lexvo.org/id/term/yue/%E5%BB%9F>,
        "廟"^^xsd:string ;
    rdfs:comment "temple, shrine; imperial court"@en .

<http://lexvo.org/id/char/5EE0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%BB%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C7%8Eng>,
        <http://lexvo.org/id/term/kor/%E5%BB%A0>,
        <http://lexvo.org/id/term/kor/CHANG>,
        <http://lexvo.org/id/term/vie/x%C6%B0%E1%BB%9Fng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cong2>,
        <http://lexvo.org/id/term/yue/%E5%BB%A0>,
        "廠"^^xsd:string ;
    rdfs:comment "factory, plant, workshop, mill"@en .

<http://lexvo.org/id/char/5EE1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%BB%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C7%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C7%94%20w%C3%BA>,
        <http://lexvo.org/id/term/kor/%E5%BB%A1>,
        <http://lexvo.org/id/term/kor/MWU>,
        <http://lexvo.org/id/term/vie/vu>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mou4%20mou5>,
        <http://lexvo.org/id/term/yue/%E5%BB%A1>,
        "廡"^^xsd:string ;
    rdfs:comment "corridor, hallway; luxuriant"@en .

<http://lexvo.org/id/char/5EE2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%BB%A2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%A8i>,
        <http://lexvo.org/id/term/kor/%E5%BB%A2>,
        <http://lexvo.org/id/term/kor/PHYEY>,
        <http://lexvo.org/id/term/vie/ph%E1%BA%BF>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fai3>,
        <http://lexvo.org/id/term/yue/%E5%BB%A2>,
        "廢"^^xsd:string ;
    rdfs:comment "abrogate, terminate, discard"@en .

<http://lexvo.org/id/char/5EE3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%BB%A3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/gu%C7%8Eng>,
        <http://lexvo.org/id/term/kor/%E5%BB%A3>,
        <http://lexvo.org/id/term/kor/KWANG>,
        <http://lexvo.org/id/term/vie/qu%E1%BA%A3ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gwong2>,
        <http://lexvo.org/id/term/yue/%E5%BB%A3>,
        "廣"^^xsd:string ;
    rdfs:comment "broad, wide, extensive"@en .

<http://lexvo.org/id/char/5EE4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/kor/%E5%BB%A4>,
        <http://lexvo.org/id/term/kor/KOC>,
        "廤"^^xsd:string ;
    rdfs:comment "to place"@en .

<http://lexvo.org/id/char/5EE5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%BB%A5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ku%C3%A0i>,
        <http://lexvo.org/id/term/kor/%E5%BB%A5>,
        <http://lexvo.org/id/term/kor/KOY>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kui2%20kwui2>,
        <http://lexvo.org/id/term/yue/%E5%BB%A5>,
        "廥"^^xsd:string .

<http://lexvo.org/id/char/5EE6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%BB%A6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%AC>,
        "廦"^^xsd:string .

<http://lexvo.org/id/char/5EE7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%BB%A7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C3%A1ng>,
        <http://lexvo.org/id/term/kor/%E5%BB%A7>,
        <http://lexvo.org/id/term/kor/CANG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/coeng4>,
        <http://lexvo.org/id/term/yue/%E5%BB%A7>,
        "廧"^^xsd:string ;
    rdfs:comment "wall"@en .

<http://lexvo.org/id/char/5EE8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%BB%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A8%20ji%C3%A8>,
        <http://lexvo.org/id/term/kor/%E5%BB%A8>,
        <http://lexvo.org/id/term/kor/HAY>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gaai3%20haai6>,
        <http://lexvo.org/id/term/yue/%E5%BB%A8>,
        "廨"^^xsd:string ;
    rdfs:comment "government office, public office"@en .

<http://lexvo.org/id/char/5EE9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%BB%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C7%90n>,
        <http://lexvo.org/id/term/kor/%E5%BB%A9>,
        <http://lexvo.org/id/term/kor/LUM>,
        <http://lexvo.org/id/term/vie/l%E1%BA%ABm>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lam5>,
        <http://lexvo.org/id/term/yue/%E5%BB%A9>,
        "廩"^^xsd:string ;
    rdfs:comment "granary; stockpile, store"@en .

<http://lexvo.org/id/char/5EEA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%BB%AA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C7%90n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C7%90n%20b%C7%90ng%20l%C7%8En>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lam5>,
        <http://lexvo.org/id/term/yue/%E5%BB%AA>,
        "廪"^^xsd:string ;
    rdfs:comment "granary; stockpile"@en .

<http://lexvo.org/id/char/5EEB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%BB%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C3%A1o>,
        "廫"^^xsd:string .

<http://lexvo.org/id/char/5EEC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%BB%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%BA>,
        <http://lexvo.org/id/term/kor/%E5%BB%AC>,
        <http://lexvo.org/id/term/kor/LYE>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lou4>,
        <http://lexvo.org/id/term/yue/%E5%BB%AC>,
        "廬"^^xsd:string ;
    rdfs:comment "hut, cottage; name of a mountain"@en .

<http://lexvo.org/id/char/5EED> a lvont:Character ;
    lvont:represents "廭"^^xsd:string .

<http://lexvo.org/id/char/5EEE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%BB%AE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%ADng>,
        "廮"^^xsd:string .

<http://lexvo.org/id/char/5EEF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%BB%AF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C4%81n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sin2>,
        <http://lexvo.org/id/term/yue/%E5%BB%AF>,
        "廯"^^xsd:string .

<http://lexvo.org/id/char/5EF0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%BB%B0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C4%ABng>,
        "廰"^^xsd:string ;
    rdfs:comment "hall, central room"@en .

<http://lexvo.org/id/char/5EF1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%BB%B1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C5%8Dng>,
        <http://lexvo.org/id/term/kor/%E5%BB%B1>,
        <http://lexvo.org/id/term/kor/ONG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jung1>,
        <http://lexvo.org/id/term/yue/%E5%BB%B1>,
        "廱"^^xsd:string ;
    rdfs:comment "harmonious; pool; hall"@en .

<http://lexvo.org/id/char/5EF2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%BB%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%AD>,
        "廲"^^xsd:string .

<http://lexvo.org/id/char/5EF3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%BB%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C4%ABng>,
        <http://lexvo.org/id/term/kor/%E5%BB%B3>,
        <http://lexvo.org/id/term/kor/CHENG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/teng1>,
        <http://lexvo.org/id/term/yue/%E5%BB%B3>,
        "廳"^^xsd:string ;
    rdfs:comment "hall, central room"@en .

<http://lexvo.org/id/char/5EF5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%BB%B5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C3%BAn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ceon4>,
        <http://lexvo.org/id/term/yue/%E5%BB%B5>,
        "廵"^^xsd:string ;
    rdfs:comment "to go on circuit; to cruise to patrol"@en .

<http://lexvo.org/id/char/5EF6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%BB%B6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A1n>,
        <http://lexvo.org/id/term/kor/%E5%BB%B6>,
        <http://lexvo.org/id/term/kor/YEN>,
        <http://lexvo.org/id/term/vie/dang>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jin4>,
        <http://lexvo.org/id/term/yue/%E5%BB%B6>,
        "延"^^xsd:string ;
    rdfs:comment "delay, postpone, defer"@en .

<http://lexvo.org/id/char/5EF7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%BB%B7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%ADng>,
        <http://lexvo.org/id/term/kor/%E5%BB%B7>,
        <http://lexvo.org/id/term/kor/CENG>,
        <http://lexvo.org/id/term/vie/%C4%91%C3%ACnh>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ting4>,
        <http://lexvo.org/id/term/yue/%E5%BB%B7>,
        "廷"^^xsd:string ;
    rdfs:comment "court"@en .

<http://lexvo.org/id/char/5EF8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%BB%B8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%AD>,
        "廸"^^xsd:string ;
    rdfs:comment "enlighten, advance; progress"@en .

<http://lexvo.org/id/char/5EF9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%BB%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%B2%20p%C7%8Ei>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C7%8Ei%200886.021%3Ap%C3%B2>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/baak3%20bik1>,
        <http://lexvo.org/id/term/yue/%E5%BB%B9>,
        "廹"^^xsd:string ;
    rdfs:comment "to persecute; to oppress in difficulties; embarrassed"@en .

<http://lexvo.org/id/char/5EFA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%BB%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E5%BB%BA>,
        <http://lexvo.org/id/term/kor/KEN>,
        <http://lexvo.org/id/term/vie/ki%E1%BA%BFn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gin3>,
        <http://lexvo.org/id/term/yue/%E5%BB%BA>,
        "建"^^xsd:string ;
    rdfs:comment "build, establish, erect, found"@en .

<http://lexvo.org/id/char/5EFB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%BB%BB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%AD>,
        <http://lexvo.org/id/term/kor/%E5%BB%BB>,
        <http://lexvo.org/id/term/kor/HOY>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wui4%20wui6>,
        <http://lexvo.org/id/term/yue/%E5%BB%BB>,
        "廻"^^xsd:string ;
    rdfs:comment "circle around; return; curving"@en .

<http://lexvo.org/id/char/5EFC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%BB%BC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C7%8Ei>,
        <http://lexvo.org/id/term/kor/%E5%BB%BC>,
        <http://lexvo.org/id/term/kor/NAY>,
        "廼"^^xsd:string ;
    rdfs:comment "then, thereupon, only then"@en .

<http://lexvo.org/id/char/5EFD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%BB%BD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%AD>,
        <http://lexvo.org/id/term/kor/%E5%BB%BD>,
        <http://lexvo.org/id/term/kor/HOY>,
        "廽"^^xsd:string ;
    rdfs:comment "return, turn around; a time"@en .

<http://lexvo.org/id/char/5EFF> a lvont:Character ;
    lvont:label "20" ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%BB%BF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ni%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E5%BB%BF>,
        <http://lexvo.org/id/term/kor/IP>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jaa6%20je6%20nim6>,
        <http://lexvo.org/id/term/yue/%E5%BB%BF>,
        "廿"^^xsd:string ;
    rdfs:comment "twenty, twentieth"@en .

<http://lexvo.org/id/char/5F00> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%BC%80>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C4%81i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hoi1>,
        <http://lexvo.org/id/term/yue/%E5%BC%80>,
        "开"^^xsd:string ;
    rdfs:comment "open; initiate, begin, start"@en .

<http://lexvo.org/id/char/5F01> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%BC%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/bi%C3%A0n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/bi%C3%A0n%20p%C3%A1n>,
        <http://lexvo.org/id/term/kor/%E5%BC%81>,
        <http://lexvo.org/id/term/kor/PYEN%20PAN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bin6%20pun4>,
        <http://lexvo.org/id/term/yue/%E5%BC%81>,
        "弁"^^xsd:string ;
    rdfs:comment "conical cap worn during Zhou dynasty"@en .

<http://lexvo.org/id/char/5F02> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%BC%82>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ji6>,
        <http://lexvo.org/id/term/yue/%E5%BC%82>,
        "异"^^xsd:string ;
    rdfs:comment "different, unusual, strange"@en .

<http://lexvo.org/id/char/5F03> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%BC%83>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C3%AC>,
        <http://lexvo.org/id/term/kor/%E5%BC%83>,
        <http://lexvo.org/id/term/kor/KI>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hei3>,
        <http://lexvo.org/id/term/yue/%E5%BC%83>,
        "弃"^^xsd:string ;
    rdfs:comment "reject, abandon, discard"@en .

<http://lexvo.org/id/char/5F04> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%BC%84>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%B2ng%200840.060%3An%C3%B2ng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C3%B2ng%20l%C3%B2ng>,
        <http://lexvo.org/id/term/kor/%E5%BC%84>,
        <http://lexvo.org/id/term/kor/LONG>,
        <http://lexvo.org/id/term/vie/l%E1%BB%99ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lung6%20nung6>,
        <http://lexvo.org/id/term/yue/%E5%BC%84>,
        "弄"^^xsd:string ;
    rdfs:comment "do, play or fiddle with; alley"@en .

<http://lexvo.org/id/char/5F05> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%BC%85>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%A9n>,
        "弅"^^xsd:string .

<http://lexvo.org/id/char/5F06> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%BC%86>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C7%94>,
        "弆"^^xsd:string .

<http://lexvo.org/id/char/5F07> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%BC%87>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%8En>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%8En%20y%C4%81n>,
        <http://lexvo.org/id/term/kor/%E5%BC%87>,
        <http://lexvo.org/id/term/kor/KAM>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jim2>,
        <http://lexvo.org/id/term/yue/%E5%BC%87>,
        "弇"^^xsd:string ;
    rdfs:comment "cover over, hide; narrow-necked"@en .

<http://lexvo.org/id/char/5F08> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%BC%88>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%AC>,
        <http://lexvo.org/id/term/kor/%E5%BC%88>,
        <http://lexvo.org/id/term/kor/HYEK>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jik6>,
        <http://lexvo.org/id/term/yue/%E5%BC%88>,
        "弈"^^xsd:string ;
    rdfs:comment "Chinese chess"@en .

<http://lexvo.org/id/char/5F09> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%BC%89>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C3%A0ng%20zhu%C7%8Eng>,
        "弉"^^xsd:string ;
    rdfs:comment "large, powerful, stout, thick"@en .

<http://lexvo.org/id/char/5F0A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%BC%8A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%AC>,
        <http://lexvo.org/id/term/kor/%E5%BC%8A>,
        <http://lexvo.org/id/term/kor/PHYEY>,
        <http://lexvo.org/id/term/vie/t%E1%BB%87>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bai6>,
        <http://lexvo.org/id/term/yue/%E5%BC%8A>,
        "弊"^^xsd:string ;
    rdfs:comment "evil, wrong, bad; criminal"@en .

<http://lexvo.org/id/char/5F0C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%BC%8C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C4%AB>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jat1>,
        <http://lexvo.org/id/term/yue/%E5%BC%8C>,
        "1",
        "弌"^^xsd:string ;
    rdfs:comment "number one"@en .

<http://lexvo.org/id/char/5F0D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C3%A8r>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%BC%8D>,
        <http://lexvo.org/id/term/kor/%E5%BC%8D>,
        <http://lexvo.org/id/term/kor/I>,
        <http://lexvo.org/id/term/vie/nh%E1%BB%8B>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ji6>,
        <http://lexvo.org/id/term/yue/%E5%BC%8D>,
        "2",
        "弍"^^xsd:string ;
    rdfs:comment "number two"@en .

<http://lexvo.org/id/char/5F0E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%BC%8E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C4%81n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C4%81n%20s%C3%A0n>,
        "3",
        "弎"^^xsd:string ;
    rdfs:comment "three"@en .

<http://lexvo.org/id/char/5F0F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%BC%8F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%AC>,
        <http://lexvo.org/id/term/kor/%E5%BC%8F>,
        <http://lexvo.org/id/term/kor/SIK>,
        <http://lexvo.org/id/term/vie/th%E1%BB%A9c>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sik1>,
        <http://lexvo.org/id/term/yue/%E5%BC%8F>,
        "式"^^xsd:string ;
    rdfs:comment "style, system, formula, rule"@en .

<http://lexvo.org/id/char/5F10> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C3%A8r>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%BC%90>,
        "2",
        "弐"^^xsd:string ;
    rdfs:comment "number two"@en .

<http://lexvo.org/id/char/5F11> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%BC%91>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%AC>,
        <http://lexvo.org/id/term/kor/%E5%BC%91>,
        <http://lexvo.org/id/term/kor/SI>,
        <http://lexvo.org/id/term/vie/th%C3%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/si3>,
        <http://lexvo.org/id/term/yue/%E5%BC%91>,
        "弑"^^xsd:string ;
    rdfs:comment "to kill one's superior"@en .

<http://lexvo.org/id/char/5F12> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%BC%92>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%AC>,
        <http://lexvo.org/id/term/kor/%E5%BC%92>,
        <http://lexvo.org/id/term/kor/SI>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/si3>,
        <http://lexvo.org/id/term/yue/%E5%BC%92>,
        "弒"^^xsd:string ;
    rdfs:comment "to kill one's superior"@en .

<http://lexvo.org/id/char/5F14> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%BC%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/di%C3%A0o>,
        <http://lexvo.org/id/term/kor/%E5%BC%94>,
        <http://lexvo.org/id/term/kor/CO%20CEK>,
        <http://lexvo.org/id/term/vie/%C4%91i%E1%BA%BFu>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/diu3>,
        <http://lexvo.org/id/term/yue/%E5%BC%94>,
        "弔"^^xsd:string ;
    rdfs:comment "condole, mourn, pity; hang"@en .

<http://lexvo.org/id/char/5F15> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%BC%95>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%90n>,
        <http://lexvo.org/id/term/kor/%E5%BC%95>,
        <http://lexvo.org/id/term/kor/IN>,
        <http://lexvo.org/id/term/vie/d%E1%BA%ABn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jan5>,
        <http://lexvo.org/id/term/yue/%E5%BC%95>,
        "引"^^xsd:string ;
    rdfs:comment "to pull, draw out, attract; to stretch"@en .

<http://lexvo.org/id/char/5F16> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%BC%96>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%B9>,
        "弖"^^xsd:string ;
    rdfs:comment "phonetic for 'te' (Japanese)"@en .

<http://lexvo.org/id/char/5F17> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%BC%97>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%BA>,
        <http://lexvo.org/id/term/kor/%E5%BC%97>,
        <http://lexvo.org/id/term/kor/PWUL>,
        <http://lexvo.org/id/term/vie/ph%E1%BA%A5t>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fat1>,
        <http://lexvo.org/id/term/yue/%E5%BC%97>,
        "弗"^^xsd:string ;
    rdfs:comment "not, negative"@en .

<http://lexvo.org/id/char/5F18> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%BC%98>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%B3ng>,
        <http://lexvo.org/id/term/kor/%E5%BC%98>,
        <http://lexvo.org/id/term/kor/HONG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wang4>,
        <http://lexvo.org/id/term/yue/%E5%BC%98>,
        "弘"^^xsd:string ;
    rdfs:comment "enlarge, expand; liberal, great"@en .

<http://lexvo.org/id/char/5F19> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%BC%99>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C5%AB>,
        "弙"^^xsd:string .

<http://lexvo.org/id/char/5F1A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%BC%9A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/tu%C3%AD>,
        "弚"^^xsd:string .

<http://lexvo.org/id/char/5F1B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%BC%9B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%AD%20sh%C7%90>,
        <http://lexvo.org/id/term/kor/%E5%BC%9B>,
        <http://lexvo.org/id/term/kor/I>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ci2%20ci4>,
        <http://lexvo.org/id/term/yue/%E5%BC%9B>,
        "弛"^^xsd:string ;
    rdfs:comment "loosen, relax, unstring a bow"@en .

<http://lexvo.org/id/char/5F1C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%BC%9C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%A0ng%20qi%C3%A1ng>,
        "弜"^^xsd:string .

<http://lexvo.org/id/char/5F1D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%BC%9D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%A0>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/baa3>,
        <http://lexvo.org/id/term/yue/%E5%BC%9D>,
        "弝"^^xsd:string ;
    rdfs:comment "the part of a bow grasped when shooting"@en .

<http://lexvo.org/id/char/5F1E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%BC%9E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C4%9Bn>,
        "弞"^^xsd:string .

<http://lexvo.org/id/char/5F1F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%BC%9F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%AC%20t%C3%AC>,
        <http://lexvo.org/id/term/kor/%E5%BC%9F>,
        <http://lexvo.org/id/term/kor/CEY>,
        <http://lexvo.org/id/term/vie/%C4%91%E1%BB%87>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dai6%20tai5>,
        <http://lexvo.org/id/term/yue/%E5%BC%9F>,
        "弟"^^xsd:string ;
    rdfs:comment "young brother; junior; i, me"@en .

<http://lexvo.org/id/char/5F20> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%BC%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C4%81ng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C4%81ng%20zh%C3%A0ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zoeng1>,
        <http://lexvo.org/id/term/yue/%E5%BC%A0>,
        "张"^^xsd:string ;
    rdfs:comment "stretch, extend, expand; sheet"@en .

<http://lexvo.org/id/char/5F21> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%BC%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ju%C3%A9>,
        "弡"^^xsd:string .

<http://lexvo.org/id/char/5F22> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%BC%A2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C4%81o>,
        <http://lexvo.org/id/term/kor/%E5%BC%A2>,
        <http://lexvo.org/id/term/kor/TO>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tou1>,
        <http://lexvo.org/id/term/yue/%E5%BC%A2>,
        "弢"^^xsd:string ;
    rdfs:comment "bow case; scabbard; sheathe"@en .

<http://lexvo.org/id/char/5F23> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%BC%A3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C7%94>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fu2>,
        <http://lexvo.org/id/term/yue/%E5%BC%A3>,
        "弣"^^xsd:string ;
    rdfs:comment "middle"@en .

<http://lexvo.org/id/char/5F24> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%BC%A4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C7%90>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dai2>,
        <http://lexvo.org/id/term/yue/%E5%BC%A4>,
        "弤"^^xsd:string ;
    rdfs:comment "bow"@en .

<http://lexvo.org/id/char/5F25> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%BC%A5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%AD>,
        <http://lexvo.org/id/term/kor/%E5%BC%A5>,
        <http://lexvo.org/id/term/kor/MI>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mei4%20nei4>,
        <http://lexvo.org/id/term/yue/%E5%BC%A5>,
        "弥"^^xsd:string ;
    rdfs:comment "extensive, full; fill; complete"@en .

<http://lexvo.org/id/char/5F26> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%BC%A6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A1n>,
        <http://lexvo.org/id/term/kor/%E5%BC%A6>,
        <http://lexvo.org/id/term/kor/HYEN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jin4%20jyun4>,
        <http://lexvo.org/id/term/yue/%E5%BC%A6>,
        "弦"^^xsd:string ;
    rdfs:comment "string; hypotenuse, crescent"@en .

<http://lexvo.org/id/char/5F27> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%BC%A7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%BA>,
        <http://lexvo.org/id/term/kor/%E5%BC%A7>,
        <http://lexvo.org/id/term/kor/HO>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wu4>,
        <http://lexvo.org/id/term/yue/%E5%BC%A7>,
        "弧"^^xsd:string ;
    rdfs:comment "wooden bow; arc, crescent"@en .

<http://lexvo.org/id/char/5F28> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%BC%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C4%81o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ciu1>,
        <http://lexvo.org/id/term/yue/%E5%BC%A8>,
        "弨"^^xsd:string ;
    rdfs:comment "bow"@en .

<http://lexvo.org/id/char/5F29> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%BC%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C7%94>,
        <http://lexvo.org/id/term/kor/%E5%BC%A9>,
        <http://lexvo.org/id/term/kor/NO>,
        <http://lexvo.org/id/term/vie/n%E1%BB%8F>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/nou5>,
        <http://lexvo.org/id/term/yue/%E5%BC%A9>,
        "弩"^^xsd:string ;
    rdfs:comment "cross-bow, bow; downward stroke"@en .

<http://lexvo.org/id/char/5F2A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%BC%AA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%ACng>,
        "弪"^^xsd:string ;
    rdfs:comment "circular measure"@en .

<http://lexvo.org/id/char/5F2B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%BC%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C4%9Bn>,
        "弫"^^xsd:string .

<http://lexvo.org/id/char/5F2C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%BC%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%AD>,
        "弬"^^xsd:string .

<http://lexvo.org/id/char/5F2D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%BC%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C7%90>,
        <http://lexvo.org/id/term/kor/%E5%BC%AD>,
        <http://lexvo.org/id/term/kor/MI>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mai5%20mei5>,
        <http://lexvo.org/id/term/yue/%E5%BC%AD>,
        "弭"^^xsd:string ;
    rdfs:comment "stop, desist, end, quell"@en .

<http://lexvo.org/id/char/5F2E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%BC%AE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qu%C4%81n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hyun1>,
        <http://lexvo.org/id/term/yue/%E5%BC%AE>,
        "弮"^^xsd:string ;
    rdfs:comment "a crowwbow which discharged several bolts in succession"@en .

<http://lexvo.org/id/char/5F2F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%BC%AF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C4%81n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/waan1>,
        <http://lexvo.org/id/term/yue/%E5%BC%AF>,
        "弯"^^xsd:string ;
    rdfs:comment "bend, curve"@en .

<http://lexvo.org/id/char/5F30> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%BC%B0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C4%81o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/saau1>,
        <http://lexvo.org/id/term/yue/%E5%BC%B0>,
        "弰"^^xsd:string ;
    rdfs:comment "ends of bow"@en .

<http://lexvo.org/id/char/5F31> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%BC%B1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ru%C3%B2>,
        <http://lexvo.org/id/term/kor/%E5%BC%B1>,
        <http://lexvo.org/id/term/kor/YAK>,
        <http://lexvo.org/id/term/vie/nh%C6%B0%E1%BB%A3c>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/joek6>,
        <http://lexvo.org/id/term/yue/%E5%BC%B1>,
        "弱"^^xsd:string ;
    rdfs:comment "weak; fragile, delicate"@en .

<http://lexvo.org/id/char/5F32> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%BC%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xu%C4%81n>,
        "弲"^^xsd:string .

<http://lexvo.org/id/char/5F33> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%BC%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%ACng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ging3>,
        <http://lexvo.org/id/term/yue/%E5%BC%B3>,
        "弳"^^xsd:string ;
    rdfs:comment "circular measure"@en .

<http://lexvo.org/id/char/5F34> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%BC%B4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C5%ABn>,
        <http://lexvo.org/id/term/kor/%E5%BC%B4>,
        <http://lexvo.org/id/term/kor/TON%20CO>,
        "弴"^^xsd:string ;
    rdfs:comment "red lacquer bow"@en .

<http://lexvo.org/id/char/5F35> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%BC%B5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C4%81ng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C4%81ng%20zh%C3%A0ng>,
        <http://lexvo.org/id/term/kor/%E5%BC%B5>,
        <http://lexvo.org/id/term/kor/CANG>,
        <http://lexvo.org/id/term/vie/tr%C6%B0%C6%A1ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zoeng1%20zoeng3>,
        <http://lexvo.org/id/term/yue/%E5%BC%B5>,
        "張"^^xsd:string ;
    rdfs:comment "stretch, extend, expand; sheet"@en .

<http://lexvo.org/id/char/5F36> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%BC%B6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%A0ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/koeng5%20koeng6>,
        <http://lexvo.org/id/term/yue/%E5%BC%B6>,
        "弶"^^xsd:string ;
    rdfs:comment "a snare"@en .

<http://lexvo.org/id/char/5F37> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%BC%B7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%A0ng%200917.141%3Aqi%C3%A1ng%200919.021%3Aqi%C7%8Eng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C3%A1ng%20qi%C7%8Eng%20ji%C3%A0ng>,
        <http://lexvo.org/id/term/kor/%E5%BC%B7>,
        <http://lexvo.org/id/term/kor/KANG>,
        <http://lexvo.org/id/term/vie/c%C3%A0ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/goeng6%20koeng4%20koeng5>,
        <http://lexvo.org/id/term/yue/%E5%BC%B7>,
        "強"^^xsd:string ;
    rdfs:comment "strong, powerful, energetic"@en .

<http://lexvo.org/id/char/5F38> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%BC%B8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%A9ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bang1%20pang4>,
        <http://lexvo.org/id/term/yue/%E5%BC%B8>,
        "弸"^^xsd:string ;
    rdfs:comment "a bow stretched to the full; tensely drawn"@en .

<http://lexvo.org/id/char/5F39> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%BC%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%A0n%201113.040%3At%C3%A1n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%A0n%20t%C3%A1n>,
        <http://lexvo.org/id/term/kor/%E5%BC%B9>,
        <http://lexvo.org/id/term/kor/THAN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/daan6%20taan4>,
        <http://lexvo.org/id/term/yue/%E5%BC%B9>,
        "弹"^^xsd:string ;
    rdfs:comment "pellet, bullet, shot, shell"@en .

<http://lexvo.org/id/char/5F3A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%BC%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%A0ng%200917.140%3Aqi%C3%A1ng%200919.020%3Aqi%C7%8Eng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C3%A1ng%20qi%C7%8Eng%20ji%C3%A0ng>,
        <http://lexvo.org/id/term/kor/%E5%BC%BA>,
        <http://lexvo.org/id/term/kor/KANG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/koeng4%20koeng5>,
        <http://lexvo.org/id/term/yue/%E5%BC%BA>,
        "强"^^xsd:string ;
    rdfs:comment "strong, powerful, energetic"@en .

<http://lexvo.org/id/char/5F3B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%BC%BB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%AC>,
        "弻"^^xsd:string .

<http://lexvo.org/id/char/5F3C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%BC%BC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%AC>,
        <http://lexvo.org/id/term/kor/%E5%BC%BC>,
        <http://lexvo.org/id/term/kor/PHIL>,
        <http://lexvo.org/id/term/vie/b%E1%BA%B7t>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bat6>,
        <http://lexvo.org/id/term/yue/%E5%BC%BC>,
        "弼"^^xsd:string ;
    rdfs:comment "aid, assist, help; correct"@en .

<http://lexvo.org/id/char/5F3D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%BC%BD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%A8>,
        "弽"^^xsd:string .

<http://lexvo.org/id/char/5F3E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%BC%BE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E5%BC%BE>,
        <http://lexvo.org/id/term/kor/THAN>,
        "弾"^^xsd:string ;
    rdfs:comment "variant of 彈 U+5F48, a pellet, bullet, shot, shell"@en .

<http://lexvo.org/id/char/5F3F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%BC%BF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C7%8En>,
        "弿"^^xsd:string .

<http://lexvo.org/id/char/5F40> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%BD%80>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C3%B2u>,
        <http://lexvo.org/id/term/kor/%E5%BD%80>,
        <http://lexvo.org/id/term/kor/KWU>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gau3>,
        <http://lexvo.org/id/term/yue/%E5%BD%80>,
        "彀"^^xsd:string ;
    rdfs:comment "enough, adequate fully, quite"@en .

<http://lexvo.org/id/char/5F41> a lvont:Character ;
    lvont:represents "彁"^^xsd:string .

<http://lexvo.org/id/char/5F42> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%BD%82>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C4%81%20f%C3%A0%20b%C5%8D>,
        <http://lexvo.org/id/term/kor/%E5%BD%82>,
        <http://lexvo.org/id/term/kor/PAL>,
        "彂"^^xsd:string ;
    rdfs:comment "issue, dispatch, send out, emit"@en .

<http://lexvo.org/id/char/5F43> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%BD%83>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bat1>,
        <http://lexvo.org/id/term/yue/%E5%BD%83>,
        "彃"^^xsd:string .

<http://lexvo.org/id/char/5F44> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%BD%84>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C5%8Du>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kau1>,
        <http://lexvo.org/id/term/yue/%E5%BD%84>,
        "彄"^^xsd:string ;
    rdfs:comment "nock at end of bow; stretch"@en .

<http://lexvo.org/id/char/5F45> a lvont:Character ;
    lvont:represents "彅"^^xsd:string .

<http://lexvo.org/id/char/5F46> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%BD%86>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/bi%C3%A8>,
        <http://lexvo.org/id/term/kor/%E5%BD%86>,
        <http://lexvo.org/id/term/kor/PYEL>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bit3>,
        <http://lexvo.org/id/term/yue/%E5%BD%86>,
        "彆"^^xsd:string ;
    rdfs:comment "awkward"@en .

<http://lexvo.org/id/char/5F47> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%BD%87>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C4%81o>,
        "彇"^^xsd:string .

<http://lexvo.org/id/char/5F48> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%BD%88>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%A0n%201113.041%3At%C3%A1n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%A0n%20t%C3%A1n>,
        <http://lexvo.org/id/term/kor/%E5%BD%88>,
        <http://lexvo.org/id/term/kor/THAN>,
        <http://lexvo.org/id/term/vie/%C4%91%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/daan6%20taan4>,
        <http://lexvo.org/id/term/yue/%E5%BD%88>,
        "彈"^^xsd:string ;
    rdfs:comment "pellet, bullet, shot, shell"@en .

<http://lexvo.org/id/char/5F49> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%BD%89>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/gu%C5%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ku%C3%B2>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kwok3>,
        <http://lexvo.org/id/term/yue/%E5%BD%89>,
        "彉"^^xsd:string .

<http://lexvo.org/id/char/5F4A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%BD%8A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%A0ng%200917.142%3Aqi%C3%A1ng%200919.022%3Aqi%C7%8Eng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C3%A1ng%20qi%C7%8Eng%20ji%C4%81ng%20ji%C3%A0ng>,
        <http://lexvo.org/id/term/kor/%E5%BD%8A>,
        <http://lexvo.org/id/term/kor/KANG>,
        <http://lexvo.org/id/term/vie/c%C6%B0%C6%A1ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/goeng1%20goeng6%20koeng4%20koeng5>,
        <http://lexvo.org/id/term/yue/%E5%BD%8A>,
        "彊"^^xsd:string ;
    rdfs:comment "stubborn, uncompromising"@en .

<http://lexvo.org/id/char/5F4B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%BD%8B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%B3ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wang4>,
        <http://lexvo.org/id/term/yue/%E5%BD%8B>,
        "彋"^^xsd:string .

<http://lexvo.org/id/char/5F4C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%BD%8C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%AD>,
        <http://lexvo.org/id/term/kor/%E5%BD%8C>,
        <http://lexvo.org/id/term/kor/MI>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mei4%20nei4>,
        <http://lexvo.org/id/term/yue/%E5%BD%8C>,
        "彌"^^xsd:string ;
    rdfs:comment "extensive, full; fill; complete"@en .

<http://lexvo.org/id/char/5F4D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%BD%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/gu%C5%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ku%C3%B2>,
        "彍"^^xsd:string ;
    rdfs:comment "to draw a bow to the full"@en .

<http://lexvo.org/id/char/5F4E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%BD%8E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C4%81n>,
        <http://lexvo.org/id/term/kor/%E5%BD%8E>,
        <http://lexvo.org/id/term/kor/MAN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/waan1>,
        <http://lexvo.org/id/term/yue/%E5%BD%8E>,
        "彎"^^xsd:string ;
    rdfs:comment "bend, curve"@en .

<http://lexvo.org/id/char/5F4F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%BD%8F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ju%C3%A9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fok3>,
        <http://lexvo.org/id/term/yue/%E5%BD%8F>,
        "彏"^^xsd:string .

<http://lexvo.org/id/char/5F52> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%BD%92>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/gu%C4%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/gu%C4%AB%20ku%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gwai1>,
        <http://lexvo.org/id/term/yue/%E5%BD%92>,
        "归"^^xsd:string ;
    rdfs:comment "return; return to, revert to"@en .

<http://lexvo.org/id/char/5F53> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%BD%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C4%81ng%200216.040%3Ad%C3%A0ng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C4%81ng%20d%C3%A0ng>,
        <http://lexvo.org/id/term/kor/%E5%BD%93>,
        <http://lexvo.org/id/term/kor/TANG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dong1>,
        <http://lexvo.org/id/term/yue/%E5%BD%93>,
        "当"^^xsd:string ;
    rdfs:comment "bear, accept, undertake; just"@en .

<http://lexvo.org/id/char/5F54> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%BD%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%B9>,
        <http://lexvo.org/id/term/kor/%E5%BD%94>,
        <http://lexvo.org/id/term/kor/LOK>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/luk6>,
        <http://lexvo.org/id/term/yue/%E5%BD%94>,
        "彔"^^xsd:string ;
    rdfs:comment "to carve wood"@en .

<http://lexvo.org/id/char/5F55> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%BD%95>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%B9%20l%C7%9C>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/luk6>,
        <http://lexvo.org/id/term/yue/%E5%BD%95>,
        "录"^^xsd:string ;
    rdfs:comment "copy, write down, record"@en .

<http://lexvo.org/id/char/5F56> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%BD%96>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/tu%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E5%BD%96>,
        <http://lexvo.org/id/term/kor/TAN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/teon3%20teon5>,
        <http://lexvo.org/id/term/yue/%E5%BD%96>,
        "彖"^^xsd:string ;
    rdfs:comment "a hog; a hedgehog; a porcupine"@en .

<http://lexvo.org/id/char/5F57> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%BD%97>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%AC%20su%C3%AC>,
        <http://lexvo.org/id/term/kor/%E5%BD%97>,
        <http://lexvo.org/id/term/kor/HYEY%20SEY>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/seoi6%20wai6>,
        <http://lexvo.org/id/term/yue/%E5%BD%97>,
        "彗"^^xsd:string ;
    rdfs:comment "broomstick; comet"@en .

<http://lexvo.org/id/char/5F58> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%BD%98>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%AC>,
        <http://lexvo.org/id/term/kor/%E5%BD%98>,
        <http://lexvo.org/id/term/kor/CHEY>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zi6>,
        <http://lexvo.org/id/term/yue/%E5%BD%98>,
        "彘"^^xsd:string ;
    rdfs:comment "swine"@en .

<http://lexvo.org/id/char/5F59> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%BD%99>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%AC%20w%C3%A8i>,
        <http://lexvo.org/id/term/kor/%E5%BD%99>,
        <http://lexvo.org/id/term/kor/HWI>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wai6%20wui6>,
        <http://lexvo.org/id/term/yue/%E5%BD%99>,
        "彙"^^xsd:string ;
    rdfs:comment "collect, compile, assemble; hedgehog"@en .

<http://lexvo.org/id/char/5F5A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%BD%9A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%AC>,
        <http://lexvo.org/id/term/kor/%E5%BD%9A>,
        <http://lexvo.org/id/term/kor/HWI>,
        "彚"^^xsd:string ;
    rdfs:comment "collect, compile, assemble; hedgehog"@en .

<http://lexvo.org/id/char/5F5B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%BD%9B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%AD>,
        <http://lexvo.org/id/term/kor/%E5%BD%9B>,
        <http://lexvo.org/id/term/kor/I>,
        "彛"^^xsd:string ;
    rdfs:comment "yi; tripod, wine vessel; rule"@en .

<http://lexvo.org/id/char/5F5C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%BD%9C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%AD>,
        "彜"^^xsd:string ;
    rdfs:comment "yi; tripod, wine vessel; rule"@en .

<http://lexvo.org/id/char/5F5D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%BD%9D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%AD>,
        <http://lexvo.org/id/term/kor/%E5%BD%9D>,
        <http://lexvo.org/id/term/kor/I>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ji4>,
        <http://lexvo.org/id/term/yue/%E5%BD%9D>,
        "彝"^^xsd:string ;
    rdfs:comment "yi; tripod, wine vessel; rule"@en .

<http://lexvo.org/id/char/5F5E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%BD%9E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%AD>,
        <http://lexvo.org/id/term/kor/%E5%BD%9E>,
        <http://lexvo.org/id/term/kor/I>,
        "彞"^^xsd:string ;
    rdfs:comment "yi; tripod"@en .

<http://lexvo.org/id/char/5F5F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%BD%9F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/yu%C4%93>,
        "彟"^^xsd:string .

<http://lexvo.org/id/char/5F60> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%BD%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/yu%C4%93>,
        "彠"^^xsd:string .

<http://lexvo.org/id/char/5F62> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%BD%A2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C3%ADng>,
        <http://lexvo.org/id/term/kor/%E5%BD%A2>,
        <http://lexvo.org/id/term/kor/HYENG>,
        <http://lexvo.org/id/term/vie/h%C3%ACnh>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jing4>,
        <http://lexvo.org/id/term/yue/%E5%BD%A2>,
        "形"^^xsd:string ;
    rdfs:comment "form, shape, appearance"@en .

<http://lexvo.org/id/char/5F63> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%BD%A3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C3%A9n>,
        "彣"^^xsd:string .

<http://lexvo.org/id/char/5F64> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%BD%A4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%B3ng>,
        <http://lexvo.org/id/term/kor/%E5%BD%A4>,
        <http://lexvo.org/id/term/kor/TONG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tung4>,
        <http://lexvo.org/id/term/yue/%E5%BD%A4>,
        "彤"^^xsd:string ;
    rdfs:comment "red, vermilion; name of ancient"@en .

<http://lexvo.org/id/char/5F65> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%BD%A5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E5%BD%A5>,
        <http://lexvo.org/id/term/kor/EN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jin6>,
        <http://lexvo.org/id/term/yue/%E5%BD%A5>,
        "彥"^^xsd:string ;
    rdfs:comment "elegant, handsome; learned"@en .

<http://lexvo.org/id/char/5F66> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%BD%A6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E5%BD%A6>,
        <http://lexvo.org/id/term/kor/EN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jin6>,
        <http://lexvo.org/id/term/yue/%E5%BD%A6>,
        "彦"^^xsd:string ;
    rdfs:comment "elegant"@en .

<http://lexvo.org/id/char/5F67> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%BD%A7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%B9>,
        <http://lexvo.org/id/term/kor/%E5%BD%A7>,
        <http://lexvo.org/id/term/kor/WUK>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/juk1>,
        <http://lexvo.org/id/term/yue/%E5%BD%A7>,
        "彧"^^xsd:string ;
    rdfs:comment "refined, cultured, polished"@en .

<http://lexvo.org/id/char/5F68> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%BD%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C4%AB>,
        "彨"^^xsd:string .

<http://lexvo.org/id/char/5F69> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%BD%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C7%8Ei>,
        <http://lexvo.org/id/term/kor/%E5%BD%A9>,
        <http://lexvo.org/id/term/kor/CHAY>,
        <http://lexvo.org/id/term/vie/th%C3%A1i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/coi2>,
        <http://lexvo.org/id/term/yue/%E5%BD%A9>,
        "彩"^^xsd:string ;
    rdfs:comment "hue, color; variegated colors"@en .

<http://lexvo.org/id/char/5F6A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%BD%AA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/bi%C4%81o>,
        <http://lexvo.org/id/term/kor/%E5%BD%AA>,
        <http://lexvo.org/id/term/kor/PHYO>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/biu1>,
        <http://lexvo.org/id/term/yue/%E5%BD%AA>,
        "彪"^^xsd:string ;
    rdfs:comment "tiger; tiger stripes; tiger-like"@en .

<http://lexvo.org/id/char/5F6B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%BD%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/di%C4%81o>,
        <http://lexvo.org/id/term/kor/%E5%BD%AB>,
        <http://lexvo.org/id/term/kor/CO>,
        <http://lexvo.org/id/term/vie/%C4%91i%C3%AAu>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/diu1>,
        <http://lexvo.org/id/term/yue/%E5%BD%AB>,
        "彫"^^xsd:string ;
    rdfs:comment "carve, decorate; emaciated"@en .

<http://lexvo.org/id/char/5F6C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%BD%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C4%ABn>,
        <http://lexvo.org/id/term/kor/%E5%BD%AC>,
        <http://lexvo.org/id/term/kor/PIN>,
        <http://lexvo.org/id/term/vie/b%C4%83n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ban1>,
        <http://lexvo.org/id/term/yue/%E5%BD%AC>,
        "彬"^^xsd:string ;
    rdfs:comment "cultivated, well-bred"@en .

<http://lexvo.org/id/char/5F6D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%BD%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%A9ng>,
        <http://lexvo.org/id/term/kor/%E5%BD%AD>,
        <http://lexvo.org/id/term/kor/PHAYNG%20PANG>,
        <http://lexvo.org/id/term/vie/b%C3%A0nh>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/paang4%20pang4>,
        <http://lexvo.org/id/term/yue/%E5%BD%AD>,
        "彭"^^xsd:string ;
    rdfs:comment "name of ancient country; surname"@en .

<http://lexvo.org/id/char/5F6E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%BD%AE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%92ng>,
        "彮"^^xsd:string .

<http://lexvo.org/id/char/5F6F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%BD%AF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/pi%C4%81o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/piu1>,
        <http://lexvo.org/id/term/yue/%E5%BD%AF>,
        "彯"^^xsd:string .

<http://lexvo.org/id/char/5F70> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%BD%B0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C4%81ng>,
        <http://lexvo.org/id/term/kor/%E5%BD%B0>,
        <http://lexvo.org/id/term/kor/CHANG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zoeng1>,
        <http://lexvo.org/id/term/yue/%E5%BD%B0>,
        "彰"^^xsd:string ;
    rdfs:comment "clear, manifest, obvious"@en .

<http://lexvo.org/id/char/5F71> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%BD%B1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%90ng>,
        <http://lexvo.org/id/term/kor/%E5%BD%B1>,
        <http://lexvo.org/id/term/kor/YENG>,
        <http://lexvo.org/id/term/vie/%E1%BA%A3nh>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jeng2%20jing2>,
        <http://lexvo.org/id/term/yue/%E5%BD%B1>,
        "影"^^xsd:string ;
    rdfs:comment "shadow; image, reflection; photograph"@en .

<http://lexvo.org/id/char/5F72> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%BD%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C4%AB>,
        "彲"^^xsd:string ;
    rdfs:comment "yellow dragon"@en .

<http://lexvo.org/id/char/5F74> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%BD%B4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zhu%C3%B3>,
        "彴"^^xsd:string ;
    rdfs:comment "bridge"@en .

<http://lexvo.org/id/char/5F75> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%BD%B5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/tu%C7%92>,
        "彵"^^xsd:string .

<http://lexvo.org/id/char/5F76> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%BD%B6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%AD>,
        "彶"^^xsd:string .

<http://lexvo.org/id/char/5F77> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%BD%B7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C7%8Eng%200854.050%3Ap%C3%A1ng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%A1ng%20f%C7%8Eng>,
        <http://lexvo.org/id/term/kor/%E5%BD%B7>,
        <http://lexvo.org/id/term/kor/PANG>,
        <http://lexvo.org/id/term/vie/ph%E1%BA%A3ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fong2%20pong4>,
        <http://lexvo.org/id/term/yue/%E5%BD%B7>,
        "彷"^^xsd:string ;
    rdfs:comment "like, resembling; resemble"@en .

<http://lexvo.org/id/char/5F78> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%BD%B8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C5%8Dng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zung1>,
        <http://lexvo.org/id/term/yue/%E5%BD%B8>,
        "彸"^^xsd:string ;
    rdfs:comment "restless, agitated"@en .

<http://lexvo.org/id/char/5F79> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%BD%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%AC>,
        <http://lexvo.org/id/term/kor/%E5%BD%B9>,
        <http://lexvo.org/id/term/kor/YEK>,
        <http://lexvo.org/id/term/vie/d%E1%BB%8Bch>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jik6>,
        <http://lexvo.org/id/term/yue/%E5%BD%B9>,
        "役"^^xsd:string ;
    rdfs:comment "service; a servant, laborer; to serve"@en .

<http://lexvo.org/id/char/5F7A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%BD%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C3%A1ng>,
        "彺"^^xsd:string .

<http://lexvo.org/id/char/5F7B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%BD%BB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%A8>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cit3>,
        <http://lexvo.org/id/term/yue/%E5%BD%BB>,
        "彻"^^xsd:string ;
    rdfs:comment "penetrate, pervade; penetrating"@en .

<http://lexvo.org/id/char/5F7C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%BD%BC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C7%90>,
        <http://lexvo.org/id/term/kor/%E5%BD%BC>,
        <http://lexvo.org/id/term/kor/PHI>,
        <http://lexvo.org/id/term/vie/b%E1%BB%89>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bei2>,
        <http://lexvo.org/id/term/yue/%E5%BD%BC>,
        "彼"^^xsd:string ;
    rdfs:comment "that, there, those"@en .

<http://lexvo.org/id/char/5F7D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%BD%BD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dai1>,
        <http://lexvo.org/id/term/yue/%E5%BD%BD>,
        "彽"^^xsd:string ;
    rdfs:comment "variant of 低 U+4F4E, low; to lower, hang, bend, bow"@en .

<http://lexvo.org/id/char/5F7E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%BD%BE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C7%90ng>,
        <http://lexvo.org/id/term/vie/l%C4%A9nh>,
        "彾"^^xsd:string .

<http://lexvo.org/id/char/5F7F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%BD%BF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%BA>,
        <http://lexvo.org/id/term/kor/%E5%BD%BF>,
        <http://lexvo.org/id/term/kor/PWUL>,
        <http://lexvo.org/id/term/vie/ph%E1%BB%9Bt>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fat1>,
        <http://lexvo.org/id/term/yue/%E5%BD%BF>,
        "彿"^^xsd:string ;
    rdfs:comment "resembling, like, as if"@en .

<http://lexvo.org/id/char/5F80> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%BE%80>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C7%8Eng%201189.010%3Aw%C3%A0ng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C7%8Eng%20w%C3%A0ng>,
        <http://lexvo.org/id/term/kor/%E5%BE%80>,
        <http://lexvo.org/id/term/kor/WANG>,
        <http://lexvo.org/id/term/vie/v%C3%A3ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wong5>,
        <http://lexvo.org/id/term/yue/%E5%BE%80>,
        "往"^^xsd:string ;
    rdfs:comment "go, depart; past, formerly"@en .

<http://lexvo.org/id/char/5F81> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%BE%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C4%93ng>,
        <http://lexvo.org/id/term/kor/%E5%BE%81>,
        <http://lexvo.org/id/term/kor/CENG>,
        <http://lexvo.org/id/term/vie/chinh>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zing1>,
        <http://lexvo.org/id/term/yue/%E5%BE%81>,
        "征"^^xsd:string ;
    rdfs:comment "invade, attack, conquer"@en .

<http://lexvo.org/id/char/5F82> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%BE%82>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C3%BA>,
        <http://lexvo.org/id/term/kor/%E5%BE%82>,
        <http://lexvo.org/id/term/kor/CO>,
        <http://lexvo.org/id/term/vie/t%C3%B2>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cou4>,
        <http://lexvo.org/id/term/yue/%E5%BE%82>,
        "徂"^^xsd:string ;
    rdfs:comment "go, advance; to; die"@en .

<http://lexvo.org/id/char/5F83> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%BE%83>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C7%8Eng%20w%C3%A0ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wong5>,
        <http://lexvo.org/id/term/yue/%E5%BE%83>,
        "徃"^^xsd:string ;
    rdfs:comment "go, depart; past, formerly"@en .

<http://lexvo.org/id/char/5F84> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%BE%84>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%ACng>,
        <http://lexvo.org/id/term/kor/%E5%BE%84>,
        <http://lexvo.org/id/term/kor/KYENG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ging3>,
        <http://lexvo.org/id/term/yue/%E5%BE%84>,
        "径"^^xsd:string ;
    rdfs:comment "narrow path; diameter; direct"@en .

<http://lexvo.org/id/char/5F85> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%BE%85>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%A0i%20d%C4%81i>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C4%81i%200206.070%3Ad%C3%A0i>,
        <http://lexvo.org/id/term/kor/%E5%BE%85>,
        <http://lexvo.org/id/term/kor/TAY>,
        <http://lexvo.org/id/term/vie/%C4%91%C3%A3i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/doi6>,
        <http://lexvo.org/id/term/yue/%E5%BE%85>,
        "待"^^xsd:string ;
    rdfs:comment "treat, entertain, receive; wait"@en .

<http://lexvo.org/id/char/5F86> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%BE%86>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C4%AB>,
        "徆"^^xsd:string .

<http://lexvo.org/id/char/5F87> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%BE%87>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C3%B9n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C3%B9n%20x%C3%BAn>,
        <http://lexvo.org/id/term/kor/%E5%BE%87>,
        <http://lexvo.org/id/term/kor/SWUN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/seon1%20seon6>,
        <http://lexvo.org/id/term/yue/%E5%BE%87>,
        "徇"^^xsd:string ;
    rdfs:comment "comply with, follow; display"@en .

<http://lexvo.org/id/char/5F88> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%BE%88>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C4%9Bn>,
        <http://lexvo.org/id/term/kor/%E5%BE%88>,
        <http://lexvo.org/id/term/kor/HUN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/han2>,
        <http://lexvo.org/id/term/yue/%E5%BE%88>,
        "很"^^xsd:string ;
    rdfs:comment "very, quite, much"@en .

<http://lexvo.org/id/char/5F89> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%BE%89>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A1ng>,
        <http://lexvo.org/id/term/kor/%E5%BE%89>,
        <http://lexvo.org/id/term/kor/YANG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/joeng4>,
        <http://lexvo.org/id/term/yue/%E5%BE%89>,
        "徉"^^xsd:string ;
    rdfs:comment "wonder, rove, stray; hesitating"@en .

<http://lexvo.org/id/char/5F8A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%BE%8A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%A1i%200503.020%3Ahu%C3%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%A1i%20hu%C3%AD>,
        <http://lexvo.org/id/term/kor/%E5%BE%8A>,
        <http://lexvo.org/id/term/kor/HOY>,
        <http://lexvo.org/id/term/vie/h%E1%BB%93i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wui4>,
        <http://lexvo.org/id/term/yue/%E5%BE%8A>,
        "徊"^^xsd:string ;
    rdfs:comment "linger, walk to and fro, hesitain"@en .

<http://lexvo.org/id/char/5F8B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%BE%8B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C7%9C>,
        <http://lexvo.org/id/term/kor/%E5%BE%8B>,
        <http://lexvo.org/id/term/kor/LYUL>,
        <http://lexvo.org/id/term/vie/lu%E1%BA%ADt>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/leot6>,
        <http://lexvo.org/id/term/yue/%E5%BE%8B>,
        "律"^^xsd:string ;
    rdfs:comment "statute, principle, regulation"@en .

<http://lexvo.org/id/char/5F8C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%BE%8C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%B2u>,
        <http://lexvo.org/id/term/kor/%E5%BE%8C>,
        <http://lexvo.org/id/term/kor/HWU>,
        <http://lexvo.org/id/term/vie/h%E1%BA%ADu>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hau6>,
        <http://lexvo.org/id/term/yue/%E5%BE%8C>,
        "後"^^xsd:string ;
    rdfs:comment "behind, rear, after; descendents"@en .

<http://lexvo.org/id/char/5F8D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%BE%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C4%81>,
        "徍"^^xsd:string .

<http://lexvo.org/id/char/5F8E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%BE%8E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C4%9Bng>,
        "徎"^^xsd:string .

<http://lexvo.org/id/char/5F8F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%BE%8F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%AC>,
        "徏"^^xsd:string .

<http://lexvo.org/id/char/5F90> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%BE%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C3%BA>,
        <http://lexvo.org/id/term/kor/%E5%BE%90>,
        <http://lexvo.org/id/term/kor/SE>,
        <http://lexvo.org/id/term/vie/ch%E1%BB%9D>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ceoi4>,
        <http://lexvo.org/id/term/yue/%E5%BE%90>,
        "徐"^^xsd:string ;
    rdfs:comment "slowly, quietly, calmly; composed, dignified"@en .

<http://lexvo.org/id/char/5F91> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%BE%91>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%ACng>,
        <http://lexvo.org/id/term/kor/%E5%BE%91>,
        <http://lexvo.org/id/term/kor/KYENG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ging3>,
        <http://lexvo.org/id/term/yue/%E5%BE%91>,
        "徑"^^xsd:string ;
    rdfs:comment "narrow path; diameter; direct"@en .

<http://lexvo.org/id/char/5F92> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%BE%92>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%BA>,
        <http://lexvo.org/id/term/kor/%E5%BE%92>,
        <http://lexvo.org/id/term/kor/TO>,
        <http://lexvo.org/id/term/vie/%C4%91%E1%BB%93>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tou4>,
        <http://lexvo.org/id/term/yue/%E5%BE%92>,
        "徒"^^xsd:string ;
    rdfs:comment "disciple, follower; go on foot"@en .

<http://lexvo.org/id/char/5F93> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%BE%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C3%B3ng>,
        <http://lexvo.org/id/term/kor/%E5%BE%93>,
        <http://lexvo.org/id/term/kor/CONG>,
        "従"^^xsd:string ;
    rdfs:comment "from, by, since, whence, through"@en .

<http://lexvo.org/id/char/5F94> a lvont:Character ;
    lvont:represents "徔"^^xsd:string .

<http://lexvo.org/id/char/5F95> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%BE%95>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%A1i%200671.090%3Al%C3%A0i>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%A1i%20l%C3%A0i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/loi4>,
        <http://lexvo.org/id/term/yue/%E5%BE%95>,
        "徕"^^xsd:string ;
    rdfs:comment "induce, encourage to come"@en .

<http://lexvo.org/id/char/5F96> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%BE%96>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C3%B3ng>,
        "徖"^^xsd:string .

<http://lexvo.org/id/char/5F97> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%BE%97>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%A9%200225.010%3Ade%200225.040%3Ad%C4%9Bi>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%A9%20de%20d%C4%9Bi>,
        <http://lexvo.org/id/term/kor/%E5%BE%97>,
        <http://lexvo.org/id/term/kor/TUK>,
        <http://lexvo.org/id/term/vie/%C4%91%E1%BA%AFc>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dak1>,
        <http://lexvo.org/id/term/yue/%E5%BE%97>,
        "得"^^xsd:string ;
    rdfs:comment "obtain, get, gain, acquire"@en .

<http://lexvo.org/id/char/5F98> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%BE%98>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%A1i>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%A1i%20p%C3%A9i>,
        <http://lexvo.org/id/term/kor/%E5%BE%98>,
        <http://lexvo.org/id/term/kor/PAY>,
        <http://lexvo.org/id/term/vie/b%E1%BB%93i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/pui4>,
        <http://lexvo.org/id/term/yue/%E5%BE%98>,
        "徘"^^xsd:string ;
    rdfs:comment "walk back and forth, hesitate"@en .

<http://lexvo.org/id/char/5F99> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%BE%99>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C7%90>,
        <http://lexvo.org/id/term/kor/%E5%BE%99>,
        <http://lexvo.org/id/term/kor/SA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/saai2>,
        <http://lexvo.org/id/term/yue/%E5%BE%99>,
        "徙"^^xsd:string ;
    rdfs:comment "move one's abode, shift, migrate"@en .

<http://lexvo.org/id/char/5F9A> a lvont:Character ;
    lvont:represents "徚"^^xsd:string .

<http://lexvo.org/id/char/5F9B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%BE%9B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gei3>,
        <http://lexvo.org/id/term/yue/%E5%BE%9B>,
        "徛"^^xsd:string ;
    rdfs:comment "to cross over"@en .

<http://lexvo.org/id/char/5F9C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%BE%9C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%A1ng>,
        <http://lexvo.org/id/term/kor/%E5%BE%9C>,
        <http://lexvo.org/id/term/kor/SANG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/soeng4>,
        <http://lexvo.org/id/term/yue/%E5%BE%9C>,
        "徜"^^xsd:string ;
    rdfs:comment "walking and fro; lingering"@en .

<http://lexvo.org/id/char/5F9D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%BE%9D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%AC>,
        "徝"^^xsd:string .

<http://lexvo.org/id/char/5F9E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%BE%9E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C3%B3ng%20z%C3%B2ng%20z%C5%8Dng%20c%C5%8Dng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C5%8Dng%200178.091%3Ac%C3%B3ng>,
        <http://lexvo.org/id/term/kor/%E5%BE%9E>,
        <http://lexvo.org/id/term/kor/CONG>,
        <http://lexvo.org/id/term/vie/t%C3%B2ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cung4>,
        <http://lexvo.org/id/term/yue/%E5%BE%9E>,
        "從"^^xsd:string ;
    rdfs:comment "from, by, since, whence, through"@en .

<http://lexvo.org/id/char/5F9F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%BE%9F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C5%8Du>,
        "徟"^^xsd:string .

<http://lexvo.org/id/char/5FA0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%BE%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%A1i%200671.091%3Al%C3%A0i>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%A1i%20l%C3%A0i>,
        <http://lexvo.org/id/term/kor/%E5%BE%A0>,
        <http://lexvo.org/id/term/kor/LAY>,
        <http://lexvo.org/id/term/vie/l%E1%BA%A1i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/loi4>,
        <http://lexvo.org/id/term/yue/%E5%BE%A0>,
        "徠"^^xsd:string ;
    rdfs:comment "induce, encourage to come"@en .

<http://lexvo.org/id/char/5FA1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%BE%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%B9%20y%C3%A0>,
        <http://lexvo.org/id/term/kor/%E5%BE%A1>,
        <http://lexvo.org/id/term/kor/E%20A>,
        <http://lexvo.org/id/term/vie/ng%E1%BB%B1>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jyu6%20ngaa6>,
        <http://lexvo.org/id/term/yue/%E5%BE%A1>,
        "御"^^xsd:string ;
    rdfs:comment "drive, ride; chariot; manage"@en .

<http://lexvo.org/id/char/5FA2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%BE%A2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A8>,
        "徢"^^xsd:string .

<http://lexvo.org/id/char/5FA3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%BE%A3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%A8>,
        <http://lexvo.org/id/term/kor/%E5%BE%A3>,
        <http://lexvo.org/id/term/kor/CHA>,
        "徣"^^xsd:string .

<http://lexvo.org/id/char/5FA4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%BE%A4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%A0n>,
        "徤"^^xsd:string ;
    rdfs:comment "strong, robust; to strengthen"@en .

<http://lexvo.org/id/char/5FA5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%BE%A5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%AD>,
        "徥"^^xsd:string .

<http://lexvo.org/id/char/5FA6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%BE%A6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C7%8E>,
        "徦"^^xsd:string .

<http://lexvo.org/id/char/5FA7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%BE%A7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/bi%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E5%BE%A7>,
        <http://lexvo.org/id/term/kor/PHYEN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/pin3>,
        <http://lexvo.org/id/term/yue/%E5%BE%A7>,
        "徧"^^xsd:string ;
    rdfs:comment "everywhere, all over, all around"@en .

<http://lexvo.org/id/char/5FA8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%BE%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%A1ng>,
        <http://lexvo.org/id/term/kor/%E5%BE%A8>,
        <http://lexvo.org/id/term/kor/HWANG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wong4>,
        <http://lexvo.org/id/term/yue/%E5%BE%A8>,
        "徨"^^xsd:string ;
    rdfs:comment "doubtful, irresolute, vacillating"@en .

<http://lexvo.org/id/char/5FA9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%BE%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%B9%20f%C3%B2u>,
        <http://lexvo.org/id/term/kor/%E5%BE%A9>,
        <http://lexvo.org/id/term/kor/POK%20PWU>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fau6%20fuk6>,
        <http://lexvo.org/id/term/yue/%E5%BE%A9>,
        "復"^^xsd:string ;
    rdfs:comment "return; repeat; repeatedly"@en .

<http://lexvo.org/id/char/5FAA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%BE%AA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C3%BAn>,
        <http://lexvo.org/id/term/kor/%E5%BE%AA>,
        <http://lexvo.org/id/term/kor/SWUN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ceon4>,
        <http://lexvo.org/id/term/yue/%E5%BE%AA>,
        "循"^^xsd:string ;
    rdfs:comment "obey, comply with, follow"@en .

<http://lexvo.org/id/char/5FAB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%BE%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C4%9Bi>,
        "徫"^^xsd:string .

<http://lexvo.org/id/char/5FAC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%BE%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%A1ng>,
        <http://lexvo.org/id/term/kor/%E5%BE%AC>,
        <http://lexvo.org/id/term/kor/PANG>,
        <http://lexvo.org/id/term/vie/b%C3%A0ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/pong4>,
        <http://lexvo.org/id/term/yue/%E5%BE%AC>,
        "徬"^^xsd:string ;
    rdfs:comment "to wander about, walk along side of; to be next to"@en .

<http://lexvo.org/id/char/5FAD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%BE%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A1o>,
        <http://lexvo.org/id/term/kor/%E5%BE%AD>,
        <http://lexvo.org/id/term/kor/YO>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jiu4>,
        <http://lexvo.org/id/term/yue/%E5%BE%AD>,
        "徭"^^xsd:string ;
    rdfs:comment "conscript labor, compulsory labor"@en .

<http://lexvo.org/id/char/5FAE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%BE%AE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C4%93i>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C4%93i%20w%C3%A9i>,
        <http://lexvo.org/id/term/kor/%E5%BE%AE>,
        <http://lexvo.org/id/term/kor/MI>,
        <http://lexvo.org/id/term/vie/vi>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mei4>,
        <http://lexvo.org/id/term/yue/%E5%BE%AE>,
        "微"^^xsd:string ;
    rdfs:comment "small, prefix micro-, trifling"@en .

<http://lexvo.org/id/char/5FAF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%BE%AF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C4%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C4%AB%20x%C3%AD>,
        <http://lexvo.org/id/term/kor/%E5%BE%AF>,
        <http://lexvo.org/id/term/kor/HYEY>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hai4>,
        <http://lexvo.org/id/term/yue/%E5%BE%AF>,
        "徯"^^xsd:string ;
    rdfs:comment "wait for, await, expect, hope"@en .

<http://lexvo.org/id/char/5FB0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%BE%B0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C4%93ng>,
        "徰"^^xsd:string .

<http://lexvo.org/id/char/5FB1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%BE%B1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/pi%C3%A0o%20bi%C4%81o>,
        "徱"^^xsd:string .

<http://lexvo.org/id/char/5FB2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%BE%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%AD>,
        "徲"^^xsd:string .

<http://lexvo.org/id/char/5FB3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%BE%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%A9%20du%C3%B3>,
        <http://lexvo.org/id/term/kor/%E5%BE%B3>,
        <http://lexvo.org/id/term/kor/TEK>,
        "徳"^^xsd:string ;
    rdfs:comment "virtue; ethics"@en .

<http://lexvo.org/id/char/5FB4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%BE%B4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C4%93ng>,
        <http://lexvo.org/id/term/kor/%E5%BE%B4>,
        <http://lexvo.org/id/term/kor/CING%20CHI>,
        "徴"^^xsd:string ;
    rdfs:comment "summon"@en .

<http://lexvo.org/id/char/5FB5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%BE%B5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C4%93ng%201488.010%3Azh%C7%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C4%93ng%20zh%C7%90>,
        <http://lexvo.org/id/term/kor/%E5%BE%B5>,
        <http://lexvo.org/id/term/kor/CING%20CHI>,
        <http://lexvo.org/id/term/vie/tr%C6%B0ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zi2%20zing1>,
        <http://lexvo.org/id/term/yue/%E5%BE%B5>,
        "徵"^^xsd:string ;
    rdfs:comment "summon, recruit; musical note"@en .

<http://lexvo.org/id/char/5FB6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%BE%B6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/bi%C3%A8>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/pit3>,
        <http://lexvo.org/id/term/yue/%E5%BE%B6>,
        "徶"^^xsd:string .

<http://lexvo.org/id/char/5FB7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%BE%B7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%A9>,
        <http://lexvo.org/id/term/kor/%E5%BE%B7>,
        <http://lexvo.org/id/term/kor/TEK>,
        <http://lexvo.org/id/term/vie/%C4%91%E1%BB%A9c>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dak1>,
        <http://lexvo.org/id/term/yue/%E5%BE%B7>,
        "德"^^xsd:string ;
    rdfs:comment "ethics, morality, virtue"@en .

<http://lexvo.org/id/char/5FB8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%BE%B8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C5%8Dng>,
        "徸"^^xsd:string .

<http://lexvo.org/id/char/5FB9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%BE%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%A8>,
        <http://lexvo.org/id/term/kor/%E5%BE%B9>,
        <http://lexvo.org/id/term/kor/CHEL>,
        <http://lexvo.org/id/term/vie/tri%E1%BB%87t>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cit3>,
        <http://lexvo.org/id/term/yue/%E5%BE%B9>,
        "徹"^^xsd:string ;
    rdfs:comment "penetrate, pervade; penetrating"@en .

<http://lexvo.org/id/char/5FBA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%BE%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C7%8Eo>,
        "徺"^^xsd:string .

<http://lexvo.org/id/char/5FBB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%BE%BB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C3%A8i>,
        "徻"^^xsd:string ;
    rdfs:comment "a wide room"@en .

<http://lexvo.org/id/char/5FBC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%BE%BC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%A0o%20ji%C7%8Eo%20ji%C4%81o%20y%C4%81o%20y%C3%A1o>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C7%8Eo%200573.080%3Aji%C3%A0o>,
        <http://lexvo.org/id/term/kor/%E5%BE%BC>,
        <http://lexvo.org/id/term/kor/YO>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/giu2%20giu3%20jiu1>,
        <http://lexvo.org/id/term/yue/%E5%BE%BC>,
        "徼"^^xsd:string ;
    rdfs:comment "frontier, border; inspect, patrol"@en .

<http://lexvo.org/id/char/5FBD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%BE%BD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C4%AB>,
        <http://lexvo.org/id/term/kor/%E5%BE%BD>,
        <http://lexvo.org/id/term/kor/HWI>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fai1>,
        <http://lexvo.org/id/term/yue/%E5%BE%BD>,
        "徽"^^xsd:string ;
    rdfs:comment "a badge, insignia"@en .

<http://lexvo.org/id/char/5FBE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%BE%BE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A9i>,
        "徾"^^xsd:string .

<http://lexvo.org/id/char/5FBF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%BE%BF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%B2ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lung6>,
        <http://lexvo.org/id/term/yue/%E5%BE%BF>,
        "徿"^^xsd:string .

<http://lexvo.org/id/char/5FC0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%BF%80>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C4%81ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/soeng1>,
        <http://lexvo.org/id/term/yue/%E5%BF%80>,
        "忀"^^xsd:string ;
    rdfs:comment "to stroll; to ramble"@en .

<http://lexvo.org/id/char/5FC1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%BF%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%A0o>,
        "忁"^^xsd:string .

<http://lexvo.org/id/char/5FC2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%BF%82>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C3%BA>,
        "忂"^^xsd:string .

<http://lexvo.org/id/char/5FC5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%BF%85>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%AC>,
        <http://lexvo.org/id/term/kor/%E5%BF%85>,
        <http://lexvo.org/id/term/kor/PHIL>,
        <http://lexvo.org/id/term/vie/t%E1%BA%A5t>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bit1>,
        <http://lexvo.org/id/term/yue/%E5%BF%85>,
        "必"^^xsd:string ;
    rdfs:comment "surely, most certainly; must"@en .

<http://lexvo.org/id/char/5FC6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%BF%86>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%AC>,
        <http://lexvo.org/id/term/vie/h%E1%BA%AFt>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jik1>,
        <http://lexvo.org/id/term/yue/%E5%BF%86>,
        "忆"^^xsd:string ;
    rdfs:comment "remember, reflect upon; memory"@en .

<http://lexvo.org/id/char/5FC7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%BF%87>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%A8>,
        <http://lexvo.org/id/term/vie/s%E1%BB%B1c>,
        "忇"^^xsd:string .

<http://lexvo.org/id/char/5FC8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%BF%88>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/r%C3%A9n>,
        "忈"^^xsd:string .

<http://lexvo.org/id/char/5FC9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%BF%89>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C4%81o>,
        <http://lexvo.org/id/term/kor/%E5%BF%89>,
        <http://lexvo.org/id/term/kor/TO>,
        <http://lexvo.org/id/term/vie/%C4%91au>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dou1%20tou1>,
        <http://lexvo.org/id/term/yue/%E5%BF%89>,
        "忉"^^xsd:string ;
    rdfs:comment "grieved; distressed in mind"@en .

<http://lexvo.org/id/char/5FCA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%BF%8A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%ACng>,
        "忊"^^xsd:string .

<http://lexvo.org/id/char/5FCB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%BF%8B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C7%8Ei>,
        "忋"^^xsd:string ;
    rdfs:comment "to rely on; look up to"@en .

<http://lexvo.org/id/char/5FCC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%BF%8C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%AC>,
        <http://lexvo.org/id/term/kor/%E5%BF%8C>,
        <http://lexvo.org/id/term/kor/KI>,
        <http://lexvo.org/id/term/vie/k%E1%BB%8B>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gei6>,
        <http://lexvo.org/id/term/yue/%E5%BF%8C>,
        "忌"^^xsd:string ;
    rdfs:comment "jealous, envious; fear"@en .

<http://lexvo.org/id/char/5FCD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%BF%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/r%C4%9Bn>,
        <http://lexvo.org/id/term/kor/%E5%BF%8D>,
        <http://lexvo.org/id/term/kor/IN>,
        <http://lexvo.org/id/term/vie/nh%E1%BA%ABn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jan2>,
        <http://lexvo.org/id/term/yue/%E5%BF%8D>,
        "忍"^^xsd:string ;
    rdfs:comment "endure, bear, suffer; forbear"@en .

<http://lexvo.org/id/char/5FCE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%BF%8E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/r%C3%A9n>,
        "忎"^^xsd:string .

<http://lexvo.org/id/char/5FCF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%BF%8F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%A0n>,
        <http://lexvo.org/id/term/vie/thin>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/caam3>,
        <http://lexvo.org/id/term/yue/%E5%BF%8F>,
        "忏"^^xsd:string ;
    rdfs:comment "regret, repent; confess sins"@en .

<http://lexvo.org/id/char/5FD0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%BF%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C7%8En>,
        <http://lexvo.org/id/term/kor/%E5%BF%90>,
        <http://lexvo.org/id/term/kor/THAM>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/taan2>,
        <http://lexvo.org/id/term/yue/%E5%BF%90>,
        "忐"^^xsd:string ;
    rdfs:comment "timorous; nervous"@en .

<http://lexvo.org/id/char/5FD1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%BF%91>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%A8>,
        <http://lexvo.org/id/term/vie/th%E1%BA%AFc>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tik1>,
        <http://lexvo.org/id/term/yue/%E5%BF%91>,
        "忑"^^xsd:string ;
    rdfs:comment "fearful; nervous; timid"@en .

<http://lexvo.org/id/char/5FD2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%BF%92>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%A8%201125.060%3At%C4%93i%201166.030%3Atu%C4%AB>,
        <http://lexvo.org/id/term/kor/%E5%BF%92>,
        <http://lexvo.org/id/term/kor/THUK>,
        <http://lexvo.org/id/term/vie/th%E1%BA%AFc>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tik1>,
        <http://lexvo.org/id/term/yue/%E5%BF%92>,
        "忒"^^xsd:string ;
    rdfs:comment "excessive; too; very-usually of objectionable things; to err; to mistake; changeable"@en .

<http://lexvo.org/id/char/5FD3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%BF%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C4%81n>,
        "忓"^^xsd:string ;
    rdfs:comment "concerned about"@en .

<http://lexvo.org/id/char/5FD4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%BF%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C3%AC%20y%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hat1%20ngat6>,
        <http://lexvo.org/id/term/yue/%E5%BF%94>,
        "忔"^^xsd:string .

<http://lexvo.org/id/char/5FD5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%BF%95>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%AC%20t%C3%A0i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/taai3>,
        <http://lexvo.org/id/term/yue/%E5%BF%95>,
        "忕"^^xsd:string .

<http://lexvo.org/id/char/5FD6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%BF%96>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C7%94n>,
        <http://lexvo.org/id/term/kor/%E5%BF%96>,
        <http://lexvo.org/id/term/kor/CHON>,
        <http://lexvo.org/id/term/vie/th%E1%BB%95n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cyun2>,
        <http://lexvo.org/id/term/yue/%E5%BF%96>,
        "忖"^^xsd:string ;
    rdfs:comment "guess, suppose, conjecture"@en .

<http://lexvo.org/id/char/5FD7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%BF%97>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%AC>,
        <http://lexvo.org/id/term/kor/%E5%BF%97>,
        <http://lexvo.org/id/term/kor/CI>,
        <http://lexvo.org/id/term/vie/ch%C3%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zi3>,
        <http://lexvo.org/id/term/yue/%E5%BF%97>,
        "志"^^xsd:string ;
    rdfs:comment "purpose, will, determination; annals"@en .

<http://lexvo.org/id/char/5FD8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%BF%98>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C3%A0ng%20w%C3%A1ng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C3%A1ng%201189.020%3Aw%C3%A0ng>,
        <http://lexvo.org/id/term/kor/%E5%BF%98>,
        <http://lexvo.org/id/term/kor/MANG>,
        <http://lexvo.org/id/term/vie/vong>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mong4>,
        <http://lexvo.org/id/term/yue/%E5%BF%98>,
        "忘"^^xsd:string ;
    rdfs:comment "forget; neglect; miss, omit"@en .

<http://lexvo.org/id/char/5FD9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%BF%99>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A1ng>,
        <http://lexvo.org/id/term/kor/%E5%BF%99>,
        <http://lexvo.org/id/term/kor/MANG>,
        <http://lexvo.org/id/term/vie/mang>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mong4>,
        <http://lexvo.org/id/term/yue/%E5%BF%99>,
        "忙"^^xsd:string ;
    rdfs:comment "busy, pressed for time; hustling"@en .

<http://lexvo.org/id/char/5FDA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%BF%9A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C4%AB>,
        "忚"^^xsd:string .

<http://lexvo.org/id/char/5FDB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%BF%9B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%A1n>,
        "忛"^^xsd:string .

<http://lexvo.org/id/char/5FDC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%BF%9C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C4%ABng>,
        <http://lexvo.org/id/term/kor/%E5%BF%9C>,
        <http://lexvo.org/id/term/kor/UNG>,
        "応"^^xsd:string ;
    rdfs:comment "should, ought to, must"@en .

<http://lexvo.org/id/char/5FDD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%BF%9D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ti%C7%8En>,
        <http://lexvo.org/id/term/kor/%E5%BF%9D>,
        <http://lexvo.org/id/term/kor/CHEM>,
        <http://lexvo.org/id/term/vie/th%E1%BB%8Fm>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tim2>,
        <http://lexvo.org/id/term/yue/%E5%BF%9D>,
        "忝"^^xsd:string ;
    rdfs:comment "disgraced; ashamed; self-deprecating"@en .

<http://lexvo.org/id/char/5FDE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%BF%9E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%ADn>,
        <http://lexvo.org/id/term/kor/%E5%BF%9E>,
        <http://lexvo.org/id/term/kor/MIN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/man4>,
        <http://lexvo.org/id/term/yue/%E5%BF%9E>,
        "忞"^^xsd:string .

<http://lexvo.org/id/char/5FDF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%BF%9F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%ADn>,
        <http://lexvo.org/id/term/kor/%E5%BF%9F>,
        <http://lexvo.org/id/term/kor/MIN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mang2>,
        <http://lexvo.org/id/term/yue/%E5%BF%9F>,
        "忟"^^xsd:string ;
    rdfs:comment "(Cant.) impatient, restless"@en .

<http://lexvo.org/id/char/5FE0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%BF%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C5%8Dng>,
        <http://lexvo.org/id/term/kor/%E5%BF%A0>,
        <http://lexvo.org/id/term/kor/CHWUNG>,
        <http://lexvo.org/id/term/vie/trung>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zung1>,
        <http://lexvo.org/id/term/yue/%E5%BF%A0>,
        "忠"^^xsd:string ;
    rdfs:comment "loyalty, devotion, fidelity"@en .

<http://lexvo.org/id/char/5FE1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%BF%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C5%8Dng>,
        <http://lexvo.org/id/term/kor/%E5%BF%A1>,
        <http://lexvo.org/id/term/kor/CHWUNG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cung1>,
        <http://lexvo.org/id/term/yue/%E5%BF%A1>,
        "忡"^^xsd:string ;
    rdfs:comment "a sad, uneasy countenance"@en .

<http://lexvo.org/id/char/5FE2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%BF%A2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C3%B9>,
        <http://lexvo.org/id/term/kor/%E5%BF%A2>,
        <http://lexvo.org/id/term/kor/O>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ng6>,
        <http://lexvo.org/id/term/yue/%E5%BF%A2>,
        "忢"^^xsd:string .

<http://lexvo.org/id/char/5FE3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%BF%A3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gap1>,
        <http://lexvo.org/id/term/yue/%E5%BF%A3>,
        "忣"^^xsd:string .

<http://lexvo.org/id/char/5FE4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%BF%A4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C7%94>,
        <http://lexvo.org/id/term/kor/%E5%BF%A4>,
        <http://lexvo.org/id/term/kor/O>,
        <http://lexvo.org/id/term/vie/ng%E1%BB%97>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ng5>,
        <http://lexvo.org/id/term/yue/%E5%BF%A4>,
        "忤"^^xsd:string ;
    rdfs:comment "insubordinate, stubborn; wrong"@en .

<http://lexvo.org/id/char/5FE5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%BF%A5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C3%AC>,
        "忥"^^xsd:string .

<http://lexvo.org/id/char/5FE6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%BF%A6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A8>,
        "忦"^^xsd:string .

<http://lexvo.org/id/char/5FE7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%BF%A7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C5%8Du>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jau1>,
        <http://lexvo.org/id/term/yue/%E5%BF%A7>,
        "忧"^^xsd:string ;
    rdfs:comment "sad, grieved; grief, melancholy"@en .

<http://lexvo.org/id/char/5FE8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%BF%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E5%BF%A8>,
        <http://lexvo.org/id/term/kor/WAN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wun6>,
        <http://lexvo.org/id/term/yue/%E5%BF%A8>,
        "忨"^^xsd:string .

<http://lexvo.org/id/char/5FE9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%BF%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C5%8Dng>,
        "忩"^^xsd:string ;
    rdfs:comment "same as 怱 U+6031, hastily, in haste, hurriedly"@en .

<http://lexvo.org/id/char/5FEA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%BF%AA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C5%8Dng%201494.090%3Azh%C5%8Dng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C5%8Dng%20s%C5%8Dng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sung1%20zung1>,
        <http://lexvo.org/id/term/yue/%E5%BF%AA>,
        "忪"^^xsd:string ;
    rdfs:comment "quiet, calm, tranquil, peaceful"@en .

<http://lexvo.org/id/char/5FEB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%BF%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ku%C3%A0i>,
        <http://lexvo.org/id/term/kor/%E5%BF%AB>,
        <http://lexvo.org/id/term/kor/KHWAY>,
        <http://lexvo.org/id/term/vie/kho%C3%A1i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/faai3>,
        <http://lexvo.org/id/term/yue/%E5%BF%AB>,
        "快"^^xsd:string ;
    rdfs:comment "rapid, quick, speedy, fast; soon"@en .

<http://lexvo.org/id/char/5FEC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%BF%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%B9>,
        "忬"^^xsd:string .

<http://lexvo.org/id/char/5FED> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%BF%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/bi%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E5%BF%AD>,
        <http://lexvo.org/id/term/kor/PYEN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bin6>,
        <http://lexvo.org/id/term/yue/%E5%BF%AD>,
        "忭"^^xsd:string ;
    rdfs:comment "delighted; pleased"@en .

<http://lexvo.org/id/char/5FEE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%BF%AE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%AC>,
        <http://lexvo.org/id/term/kor/%E5%BF%AE>,
        <http://lexvo.org/id/term/kor/KI>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gei6%20zi3>,
        <http://lexvo.org/id/term/yue/%E5%BF%AE>,
        "忮"^^xsd:string ;
    rdfs:comment "stubborn; perverse; aggressive"@en .

<http://lexvo.org/id/char/5FEF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%BF%AF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C3%AD>,
        "忯"^^xsd:string .

<http://lexvo.org/id/char/5FF0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%BF%B0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/cu%C3%AC>,
        "忰"^^xsd:string ;
    rdfs:comment "suffer, become emaciated, haggard"@en .

<http://lexvo.org/id/char/5FF1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%BF%B1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%A9n>,
        <http://lexvo.org/id/term/kor/%E5%BF%B1>,
        <http://lexvo.org/id/term/kor/CHIM>,
        <http://lexvo.org/id/term/vie/th%E1%BA%A7m>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sam4>,
        <http://lexvo.org/id/term/yue/%E5%BF%B1>,
        "忱"^^xsd:string ;
    rdfs:comment "truth, sincerity; sincere"@en .

<http://lexvo.org/id/char/5FF2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%BF%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%A0i>,
        "忲"^^xsd:string ;
    rdfs:comment "extravagant"@en .

<http://lexvo.org/id/char/5FF3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%BF%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%BAn>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%BAn%20zh%C5%ABn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tyun4%20zeon1>,
        <http://lexvo.org/id/term/yue/%E5%BF%B3>,
        "忳"^^xsd:string .

<http://lexvo.org/id/char/5FF4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%BF%B4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C3%A1n>,
        "忴"^^xsd:string .

<http://lexvo.org/id/char/5FF5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%BF%B5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ni%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E5%BF%B5>,
        <http://lexvo.org/id/term/kor/NYEM>,
        <http://lexvo.org/id/term/vie/ni%E1%BB%87m>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/nim6>,
        <http://lexvo.org/id/term/yue/%E5%BF%B5>,
        "念"^^xsd:string ;
    rdfs:comment "think of, recall, study"@en .

<http://lexvo.org/id/char/5FF6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%BF%B6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%BAn>,
        "忶"^^xsd:string .

<http://lexvo.org/id/char/5FF7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%BF%B7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C5%8Dng>,
        <http://lexvo.org/id/term/kor/%E5%BF%B7>,
        <http://lexvo.org/id/term/kor/HYUNG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hung1>,
        <http://lexvo.org/id/term/yue/%E5%BF%B7>,
        "忷"^^xsd:string ;
    rdfs:comment "variant of 恟 U+605F, scared, nervous"@en .

<http://lexvo.org/id/char/5FF8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%BF%B8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ni%C7%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ni%C7%94%20n%C7%9C>,
        <http://lexvo.org/id/term/kor/%E5%BF%B8>,
        <http://lexvo.org/id/term/kor/NYU>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/nau2%20nuk6>,
        <http://lexvo.org/id/term/yue/%E5%BF%B8>,
        "忸"^^xsd:string ;
    rdfs:comment "blush, be bashful, be ashamed"@en .

<http://lexvo.org/id/char/5FF9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%BF%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C7%8Eng>,
        "忹"^^xsd:string .

<http://lexvo.org/id/char/5FFA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%BF%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C4%81n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/him1>,
        <http://lexvo.org/id/term/yue/%E5%BF%BA>,
        "忺"^^xsd:string .

<http://lexvo.org/id/char/5FFB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%BF%BB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C4%ABn>,
        <http://lexvo.org/id/term/kor/%E5%BF%BB>,
        <http://lexvo.org/id/term/kor/HUN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jan1>,
        <http://lexvo.org/id/term/yue/%E5%BF%BB>,
        "忻"^^xsd:string ;
    rdfs:comment "delightful, joyful, pleasant"@en .

<http://lexvo.org/id/char/5FFC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%BF%BC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C4%81ng>,
        <http://lexvo.org/id/term/kor/%E5%BF%BC>,
        <http://lexvo.org/id/term/kor/KANG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hung2>,
        <http://lexvo.org/id/term/yue/%E5%BF%BC>,
        "忼"^^xsd:string ;
    rdfs:comment "ardent; generous, magnanimous"@en .

<http://lexvo.org/id/char/5FFD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%BF%BD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C5%AB>,
        <http://lexvo.org/id/term/kor/%E5%BF%BD>,
        <http://lexvo.org/id/term/kor/HOL>,
        <http://lexvo.org/id/term/vie/h%E1%BB%91t>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fat1>,
        <http://lexvo.org/id/term/yue/%E5%BF%BD>,
        "忽"^^xsd:string ;
    rdfs:comment "suddenly, abruptly; neglect"@en .

<http://lexvo.org/id/char/5FFE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%BF%BE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C3%A0i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/koi3>,
        <http://lexvo.org/id/term/yue/%E5%BF%BE>,
        "忾"^^xsd:string ;
    rdfs:comment "anger, wrath, hatred, enmity"@en .

<http://lexvo.org/id/char/5FFF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%BF%BF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%A8n>,
        <http://lexvo.org/id/term/kor/%E5%BF%BF>,
        <http://lexvo.org/id/term/kor/PWUN>,
        <http://lexvo.org/id/term/vie/ph%E1%BA%ABn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fan5%20fan6>,
        <http://lexvo.org/id/term/yue/%E5%BF%BF>,
        "忿"^^xsd:string ;
    rdfs:comment "get angry; fury, exasperation"@en .

<http://lexvo.org/id/char/6000> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%80%80>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%A1i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/waai4>,
        <http://lexvo.org/id/term/yue/%E6%80%80>,
        "怀"^^xsd:string ;
    rdfs:comment "bosom, breast; carry in bosom"@en .

<http://lexvo.org/id/char/6001> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%80%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%A0i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/taai3>,
        <http://lexvo.org/id/term/yue/%E6%80%81>,
        "态"^^xsd:string ;
    rdfs:comment "manner, bearing, attitude"@en .

<http://lexvo.org/id/char/6002> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%80%82>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C7%92ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sung2>,
        <http://lexvo.org/id/term/yue/%E6%80%82>,
        "怂"^^xsd:string ;
    rdfs:comment "instigate, arouse, incite"@en .

<http://lexvo.org/id/char/6003> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%80%83>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C7%94>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mou5>,
        <http://lexvo.org/id/term/yue/%E6%80%83>,
        "怃"^^xsd:string ;
    rdfs:comment "regretful, disappointed"@en .

<http://lexvo.org/id/char/6004> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C3%B2u>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%80%84>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/au3>,
        <http://lexvo.org/id/term/yue/%E6%80%84>,
        "怄"^^xsd:string ;
    rdfs:comment "annoyed"@en .

<http://lexvo.org/id/char/6005> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%80%85>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%A0ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/coeng3>,
        <http://lexvo.org/id/term/yue/%E6%80%85>,
        "怅"^^xsd:string ;
    rdfs:comment "disappointed, dissatisfied"@en .

<http://lexvo.org/id/char/6006> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%80%86>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/chu%C3%A0ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cong3>,
        <http://lexvo.org/id/term/yue/%E6%80%86>,
        "怆"^^xsd:string ;
    rdfs:comment "sad, broken-hearted, disconsolate"@en .

<http://lexvo.org/id/char/6007> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%80%87>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%B9>,
        "怇"^^xsd:string .

<http://lexvo.org/id/char/6008> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%80%88>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%AC>,
        "怈"^^xsd:string .

<http://lexvo.org/id/char/6009> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%80%89>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C7%8Eo>,
        "怉"^^xsd:string .

<http://lexvo.org/id/char/600A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%80%8A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C4%81o>,
        <http://lexvo.org/id/term/kor/%E6%80%8A>,
        <http://lexvo.org/id/term/kor/CHO>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ciu1%20tiu4>,
        <http://lexvo.org/id/term/yue/%E6%80%8A>,
        "怊"^^xsd:string .

<http://lexvo.org/id/char/600B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%80%8B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%ADn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/man4>,
        <http://lexvo.org/id/term/yue/%E6%80%8B>,
        "怋"^^xsd:string .

<http://lexvo.org/id/char/600C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%80%8C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C4%93i>,
        "怌"^^xsd:string ;
    rdfs:comment "bosom; to carry in the bosom; to cherish"@en .

<http://lexvo.org/id/char/600D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%80%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zu%C3%B2>,
        <http://lexvo.org/id/term/kor/%E6%80%8D>,
        <http://lexvo.org/id/term/kor/CAK>,
        <http://lexvo.org/id/term/vie/t%E1%BA%A1c>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zok6>,
        <http://lexvo.org/id/term/yue/%E6%80%8D>,
        "怍"^^xsd:string ;
    rdfs:comment "to be ashamed"@en .

<http://lexvo.org/id/char/600E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%80%8E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C4%9Bn>,
        <http://lexvo.org/id/term/vie/ch%E1%BA%A9n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zam2>,
        <http://lexvo.org/id/term/yue/%E6%80%8E>,
        "怎"^^xsd:string ;
    rdfs:comment "what? why? how?"@en .

<http://lexvo.org/id/char/600F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%80%8F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A0ng>,
        <http://lexvo.org/id/term/kor/%E6%80%8F>,
        <http://lexvo.org/id/term/kor/ANG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/joeng2%20joeng3>,
        <http://lexvo.org/id/term/yue/%E6%80%8F>,
        "怏"^^xsd:string ;
    rdfs:comment "discontented, dispirited, sad"@en .

<http://lexvo.org/id/char/6010> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%80%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C3%B2u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kau3%20ngau6>,
        <http://lexvo.org/id/term/yue/%E6%80%90>,
        "怐"^^xsd:string ;
    rdfs:comment "(Cant.) 怐豆 to stare"@en .

<http://lexvo.org/id/char/6011> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%80%91>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%A0n>,
        <http://lexvo.org/id/term/vie/b%E1%BA%B3n>,
        "怑"^^xsd:string .

<http://lexvo.org/id/char/6012> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%80%92>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C3%B9>,
        <http://lexvo.org/id/term/kor/%E6%80%92>,
        <http://lexvo.org/id/term/kor/NO>,
        <http://lexvo.org/id/term/vie/n%E1%BB%99>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/nou6>,
        <http://lexvo.org/id/term/yue/%E6%80%92>,
        "怒"^^xsd:string ;
    rdfs:comment "anger, rage, passion; angry"@en .

<http://lexvo.org/id/char/6013> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%80%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C3%A1o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/naau4>,
        <http://lexvo.org/id/term/yue/%E6%80%93>,
        "怓"^^xsd:string ;
    rdfs:comment "confusion; a braggart"@en .

<http://lexvo.org/id/char/6014> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%80%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C4%93ng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C4%93ng%201477.020%3Azh%C3%A8ng>,
        <http://lexvo.org/id/term/kor/%E6%80%94>,
        <http://lexvo.org/id/term/kor/CENG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zing1>,
        <http://lexvo.org/id/term/yue/%E6%80%94>,
        "怔"^^xsd:string ;
    rdfs:comment "a disease resembling neurosis"@en .

<http://lexvo.org/id/char/6015> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%80%95>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%A0>,
        <http://lexvo.org/id/term/kor/%E6%80%95>,
        <http://lexvo.org/id/term/kor/PHA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/paa3>,
        <http://lexvo.org/id/term/yue/%E6%80%95>,
        "怕"^^xsd:string ;
    rdfs:comment "to fear, be afraid of; apprehensive"@en .

<http://lexvo.org/id/char/6016> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%80%96>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%B9>,
        <http://lexvo.org/id/term/kor/%E6%80%96>,
        <http://lexvo.org/id/term/kor/PHO>,
        <http://lexvo.org/id/term/vie/b%E1%BB%91>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bou3>,
        <http://lexvo.org/id/term/yue/%E6%80%96>,
        "怖"^^xsd:string ;
    rdfs:comment "terror, fear; frighten; terrified"@en .

<http://lexvo.org/id/char/6017> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%80%97>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ti%C4%93>,
        <http://lexvo.org/id/term/kor/%E6%80%97>,
        <http://lexvo.org/id/term/kor/CHEP>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tip3>,
        <http://lexvo.org/id/term/yue/%E6%80%97>,
        "怗"^^xsd:string ;
    rdfs:comment "observant; peaceful; submissive"@en .

<http://lexvo.org/id/char/6018> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%80%98>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C3%B9>,
        "怘"^^xsd:string .

<http://lexvo.org/id/char/6019> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%80%99>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%B9%201142.020%3Ati%C4%93>,
        <http://lexvo.org/id/term/kor/%E6%80%99>,
        <http://lexvo.org/id/term/kor/HO>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wu6>,
        <http://lexvo.org/id/term/yue/%E6%80%99>,
        "怙"^^xsd:string ;
    rdfs:comment "rely on, presume on; persist in"@en .

<http://lexvo.org/id/char/601A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%80%9A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zeoi6>,
        <http://lexvo.org/id/term/yue/%E6%80%9A>,
        "怚"^^xsd:string ;
    rdfs:comment "dull, stupid, suspicious"@en .

<http://lexvo.org/id/char/601B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%80%9B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%A1>,
        <http://lexvo.org/id/term/kor/%E6%80%9B>,
        <http://lexvo.org/id/term/kor/TAL>,
        <http://lexvo.org/id/term/vie/%C4%91%E1%BA%AFn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/daat3>,
        <http://lexvo.org/id/term/yue/%E6%80%9B>,
        "怛"^^xsd:string ;
    rdfs:comment "grieved, saddened; worried"@en .

<http://lexvo.org/id/char/601C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%80%9C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C3%A1n>,
        <http://lexvo.org/id/term/kor/%E6%80%9C>,
        <http://lexvo.org/id/term/kor/LYENG%20LYEN>,
        <http://lexvo.org/id/term/vie/lanh>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lin4>,
        <http://lexvo.org/id/term/yue/%E6%80%9C>,
        "怜"^^xsd:string ;
    rdfs:comment "pity, sympathize"@en .

<http://lexvo.org/id/char/601D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%80%9D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C4%81i%201084.160%3As%C4%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C4%AB%20s%C3%AC%20s%C4%81i>,
        <http://lexvo.org/id/term/kor/%E6%80%9D>,
        <http://lexvo.org/id/term/kor/SA>,
        <http://lexvo.org/id/term/vie/t%C6%B0>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/si1%20si3%20soi1>,
        <http://lexvo.org/id/term/yue/%E6%80%9D>,
        "思"^^xsd:string ;
    rdfs:comment "think, consider, ponder; final particle"@en .

<http://lexvo.org/id/char/601E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%80%9E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C5%8Du%20y%C3%B3u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jau4%20zau6>,
        <http://lexvo.org/id/term/yue/%E6%80%9E>,
        "怞"^^xsd:string ;
    rdfs:comment "to grieve; sorrowful"@en .

<http://lexvo.org/id/char/601F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%80%9F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%AC>,
        "怟"^^xsd:string .

<http://lexvo.org/id/char/6020> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%80%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%A0i>,
        <http://lexvo.org/id/term/kor/%E6%80%A0>,
        <http://lexvo.org/id/term/kor/THAY>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/doi6%20toi5>,
        <http://lexvo.org/id/term/yue/%E6%80%A0>,
        "怠"^^xsd:string ;
    rdfs:comment "idle, remiss, negligent; neglect"@en .

<http://lexvo.org/id/char/6021> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%80%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%AD>,
        <http://lexvo.org/id/term/kor/%E6%80%A1>,
        <http://lexvo.org/id/term/kor/I>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ji4>,
        <http://lexvo.org/id/term/yue/%E6%80%A1>,
        "怡"^^xsd:string ;
    rdfs:comment "harmony; pleasure, joy; be glad"@en .

<http://lexvo.org/id/char/6022> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%80%A2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%BA%20t%C5%AB>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dat6>,
        <http://lexvo.org/id/term/yue/%E6%80%A2>,
        "怢"^^xsd:string .

<http://lexvo.org/id/char/6023> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%80%A3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%B3u>,
        "怣"^^xsd:string .

<http://lexvo.org/id/char/6024> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%80%A4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C5%AB>,
        "怤"^^xsd:string .

<http://lexvo.org/id/char/6025> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%80%A5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%AD>,
        <http://lexvo.org/id/term/kor/%E6%80%A5>,
        <http://lexvo.org/id/term/kor/KUP>,
        <http://lexvo.org/id/term/vie/c%E1%BA%A5p>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gap1>,
        <http://lexvo.org/id/term/yue/%E6%80%A5>,
        "急"^^xsd:string ;
    rdfs:comment "quick, quickly; urgent, pressing"@en .

<http://lexvo.org/id/char/6026> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%80%A6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C4%93ng>,
        <http://lexvo.org/id/term/kor/%E6%80%A6>,
        <http://lexvo.org/id/term/kor/PHYENG>,
        <http://lexvo.org/id/term/vie/b%E1%BB%ABng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ping1>,
        <http://lexvo.org/id/term/yue/%E6%80%A6>,
        "怦"^^xsd:string ;
    rdfs:comment "eager, ardent, impulsive; anxious"@en .

<http://lexvo.org/id/char/6027> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%80%A7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C3%ACng>,
        <http://lexvo.org/id/term/kor/%E6%80%A7>,
        <http://lexvo.org/id/term/kor/SENG>,
        <http://lexvo.org/id/term/vie/t%C3%ADnh>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sing3>,
        <http://lexvo.org/id/term/yue/%E6%80%A7>,
        "性"^^xsd:string ;
    rdfs:comment "nature, character, sex"@en .

<http://lexvo.org/id/char/6028> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%80%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/yu%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E6%80%A8>,
        <http://lexvo.org/id/term/kor/WEN>,
        <http://lexvo.org/id/term/vie/o%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jyun3>,
        <http://lexvo.org/id/term/yue/%E6%80%A8>,
        "怨"^^xsd:string ;
    rdfs:comment "hatred, enmity, resentment"@en .

<http://lexvo.org/id/char/6029> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%80%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C3%AD>,
        <http://lexvo.org/id/term/kor/%E6%80%A9>,
        <http://lexvo.org/id/term/kor/NI>,
        <http://lexvo.org/id/term/vie/n%C3%A1y>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/nei4>,
        <http://lexvo.org/id/term/yue/%E6%80%A9>,
        "怩"^^xsd:string ;
    rdfs:comment "shy, timid, bashful; look ashamed"@en .

<http://lexvo.org/id/char/602A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%80%AA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/gu%C3%A0i>,
        <http://lexvo.org/id/term/kor/%E6%80%AA>,
        <http://lexvo.org/id/term/kor/KOY>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gwaai3>,
        <http://lexvo.org/id/term/yue/%E6%80%AA>,
        "怪"^^xsd:string ;
    rdfs:comment "strange, unusual, peculiar"@en .

<http://lexvo.org/id/char/602B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%80%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%BA>,
        <http://lexvo.org/id/term/vie/ph%E1%BA%ADt>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fai3%20fat6>,
        <http://lexvo.org/id/term/yue/%E6%80%AB>,
        "怫"^^xsd:string ;
    rdfs:comment "sorry, anxious; depressed"@en .

<http://lexvo.org/id/char/602C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%80%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C3%AC>,
        "怬"^^xsd:string .

<http://lexvo.org/id/char/602D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%80%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bit1>,
        <http://lexvo.org/id/term/yue/%E6%80%AD>,
        "怭"^^xsd:string ;
    rdfs:comment "rude"@en .

<http://lexvo.org/id/char/602E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%80%AE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C5%8Du>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jau1>,
        <http://lexvo.org/id/term/yue/%E6%80%AE>,
        "怮"^^xsd:string .

<http://lexvo.org/id/char/602F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%80%AF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C3%A8>,
        <http://lexvo.org/id/term/kor/%E6%80%AF>,
        <http://lexvo.org/id/term/kor/KEP>,
        <http://lexvo.org/id/term/vie/khi%E1%BA%BFp>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hip3>,
        <http://lexvo.org/id/term/yue/%E6%80%AF>,
        "怯"^^xsd:string ;
    rdfs:comment "lacking in courage, afraid"@en .

<http://lexvo.org/id/char/6030> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%80%B0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xu%C3%A0n>,
        "怰"^^xsd:string .

<http://lexvo.org/id/char/6031> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%80%B1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C5%8Dng>,
        <http://lexvo.org/id/term/kor/%E6%80%B1>,
        <http://lexvo.org/id/term/kor/CHONG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cung1>,
        <http://lexvo.org/id/term/yue/%E6%80%B1>,
        "怱"^^xsd:string ;
    rdfs:comment "hastily, in haste, hurriedly"@en .

<http://lexvo.org/id/char/6032> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%80%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C7%90ng>,
        <http://lexvo.org/id/term/vie/bi%E1%BA%BFng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bing2>,
        <http://lexvo.org/id/term/yue/%E6%80%B2>,
        "怲"^^xsd:string ;
    rdfs:comment "be anxious, be grieved, be sad"@en .

<http://lexvo.org/id/char/6033> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%80%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C7%8Eng>,
        <http://lexvo.org/id/term/kor/%E6%80%B3>,
        <http://lexvo.org/id/term/kor/HWANG>,
        <http://lexvo.org/id/term/vie/ho%E1%BA%A3ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fong2%20fong3>,
        <http://lexvo.org/id/term/yue/%E6%80%B3>,
        "怳"^^xsd:string ;
    rdfs:comment "wild, mad; flurried"@en .

<http://lexvo.org/id/char/6034> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%80%B4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C3%B9>,
        "怴"^^xsd:string .

<http://lexvo.org/id/char/6035> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%80%B5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%B9>,
        <http://lexvo.org/id/term/vie/tru%E1%BB%99t>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zeot1>,
        <http://lexvo.org/id/term/yue/%E6%80%B5>,
        "怵"^^xsd:string ;
    rdfs:comment "fear, be afraid; shy, timid"@en .

<http://lexvo.org/id/char/6036> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%80%B6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C4%AB>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/pe5>,
        <http://lexvo.org/id/term/yue/%E6%80%B6>,
        "怶"^^xsd:string ;
    rdfs:comment "(Cant.) to have no zeal at all"@en .

<http://lexvo.org/id/char/6037> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%80%B7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C4%AB>,
        "怷"^^xsd:string .

<http://lexvo.org/id/char/6038> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%80%B8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C4%AB>,
        "怸"^^xsd:string ;
    rdfs:comment "cns 2-2A40 is different"@en .

<http://lexvo.org/id/char/6039> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%80%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C4%81n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/taa1>,
        <http://lexvo.org/id/term/yue/%E6%80%B9>,
        "怹"^^xsd:string ;
    rdfs:comment "a polite version of he"@en .

<http://lexvo.org/id/char/603A> a lvont:Character ;
    lvont:represents "怺"^^xsd:string ;
    rdfs:comment "to endure"@en .

<http://lexvo.org/id/char/603B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%80%BB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C7%92ng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C7%92ng%20z%C5%8Dng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zung2>,
        <http://lexvo.org/id/term/yue/%E6%80%BB>,
        "总"^^xsd:string ;
    rdfs:comment "collect; overall, altogether"@en .

<http://lexvo.org/id/char/603C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%80%BC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/du%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/deoi6%20zeoi6>,
        <http://lexvo.org/id/term/yue/%E6%80%BC>,
        "怼"^^xsd:string ;
    rdfs:comment "hate, abhor; hatred, resentment"@en .

<http://lexvo.org/id/char/603D> a lvont:Character ;
    lvont:represents "怽"^^xsd:string .

<http://lexvo.org/id/char/603E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/kor/%E6%80%BE>,
        <http://lexvo.org/id/term/kor/KI>,
        "怾"^^xsd:string ;
    rdfs:comment "mountain name"@en .

<http://lexvo.org/id/char/603F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%80%BF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jik6>,
        <http://lexvo.org/id/term/yue/%E6%80%BF>,
        "怿"^^xsd:string ;
    rdfs:comment "enjoy, be glad, be pleased"@en .

<http://lexvo.org/id/char/6040> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%81%80>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C7%90%20sh%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ci2>,
        <http://lexvo.org/id/term/yue/%E6%81%80>,
        "恀"^^xsd:string .

<http://lexvo.org/id/char/6041> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%81%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C3%A8n%200835.090%3An%C3%ADn>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/r%C3%A8n>,
        <http://lexvo.org/id/term/kor/%E6%81%81>,
        <http://lexvo.org/id/term/kor/IM>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jam6>,
        <http://lexvo.org/id/term/yue/%E6%81%81>,
        "恁"^^xsd:string ;
    rdfs:comment "that, like this, thus, so, such"@en .

<http://lexvo.org/id/char/6042> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%81%82>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C3%BAn>,
        <http://lexvo.org/id/term/kor/%E6%81%82>,
        <http://lexvo.org/id/term/kor/SWUN%20CWUN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/seon1>,
        <http://lexvo.org/id/term/yue/%E6%81%82>,
        "恂"^^xsd:string ;
    rdfs:comment "careful, sincere, honest; trust"@en .

<http://lexvo.org/id/char/6043> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%81%83>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%AC>,
        <http://lexvo.org/id/term/kor/%E6%81%83>,
        <http://lexvo.org/id/term/kor/SI>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ci5>,
        <http://lexvo.org/id/term/yue/%E6%81%83>,
        "恃"^^xsd:string ;
    rdfs:comment "rely on, presume on, trust to"@en .

<http://lexvo.org/id/char/6044> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%81%84>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C3%AC>,
        <http://lexvo.org/id/term/vie/gh%C3%A9t>,
        "恄"^^xsd:string .

<http://lexvo.org/id/char/6045> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%81%85>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C7%8Eo>,
        <http://lexvo.org/id/term/vie/l%C3%A0u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lou5>,
        <http://lexvo.org/id/term/yue/%E6%81%85>,
        "恅"^^xsd:string .

<http://lexvo.org/id/char/6046> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%81%86>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A9ng>,
        <http://lexvo.org/id/term/kor/%E6%81%86>,
        <http://lexvo.org/id/term/kor/HANG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hang4>,
        <http://lexvo.org/id/term/yue/%E6%81%86>,
        "恆"^^xsd:string ;
    rdfs:comment "constant, regular, persistent"@en .

<http://lexvo.org/id/char/6047> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%81%87>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ku%C4%81ng>,
        <http://lexvo.org/id/term/kor/%E6%81%87>,
        <http://lexvo.org/id/term/kor/KWANG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hong1>,
        <http://lexvo.org/id/term/yue/%E6%81%87>,
        "恇"^^xsd:string ;
    rdfs:comment "fear"@en .

<http://lexvo.org/id/char/6048> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%81%88>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%BA%20m%C3%B3u>,
        <http://lexvo.org/id/term/kor/%E6%81%88>,
        <http://lexvo.org/id/term/kor/MO>,
        "恈"^^xsd:string .

<http://lexvo.org/id/char/6049> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%81%89>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C7%90>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zi2>,
        <http://lexvo.org/id/term/yue/%E6%81%89>,
        "恉"^^xsd:string ;
    rdfs:comment "meaning, purport, drift"@en .

<http://lexvo.org/id/char/604A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%81%8A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A9>,
        <http://lexvo.org/id/term/kor/%E6%81%8A>,
        <http://lexvo.org/id/term/kor/HYEP>,
        "恊"^^xsd:string ;
    rdfs:comment "be united; cooperate"@en .

<http://lexvo.org/id/char/604B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%81%8B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E6%81%8B>,
        <http://lexvo.org/id/term/kor/LYEN>,
        <http://lexvo.org/id/term/vie/luy%E1%BA%BFn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lyun2%20lyun5>,
        <http://lexvo.org/id/term/yue/%E6%81%8B>,
        "恋"^^xsd:string ;
    rdfs:comment "love; long for, yearn for; love"@en .

<http://lexvo.org/id/char/604C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%81%8C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ti%C4%81o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tiu1>,
        <http://lexvo.org/id/term/yue/%E6%81%8C>,
        "恌"^^xsd:string ;
    rdfs:comment "to worry; frivolous"@en .

<http://lexvo.org/id/char/604D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%81%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C7%8Eng>,
        <http://lexvo.org/id/term/kor/%E6%81%8D>,
        <http://lexvo.org/id/term/kor/HWANG>,
        <http://lexvo.org/id/term/vie/ho%E1%BA%A3ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fong2>,
        <http://lexvo.org/id/term/yue/%E6%81%8D>,
        "恍"^^xsd:string ;
    rdfs:comment "seemingly; absent-minded"@en .

<http://lexvo.org/id/char/604E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%81%8E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/di%C3%A9>,
        "恎"^^xsd:string .

<http://lexvo.org/id/char/604F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%81%8F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C7%8Eo>,
        "恏"^^xsd:string .

<http://lexvo.org/id/char/6050> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%81%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C7%92ng>,
        <http://lexvo.org/id/term/kor/%E6%81%90>,
        <http://lexvo.org/id/term/kor/KONG>,
        <http://lexvo.org/id/term/vie/kh%E1%BB%A7ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hung2>,
        <http://lexvo.org/id/term/yue/%E6%81%90>,
        "恐"^^xsd:string ;
    rdfs:comment "fear; fearful, apprehensive"@en .

<http://lexvo.org/id/char/6051> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%81%91>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/gu%C7%90>,
        <http://lexvo.org/id/term/vie/ngu%C3%A2y>,
        "恑"^^xsd:string ;
    rdfs:comment "to change; to alter; to accommodate oneself to"@en .

<http://lexvo.org/id/char/6052> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%81%92>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A9ng>,
        <http://lexvo.org/id/term/kor/%E6%81%92>,
        <http://lexvo.org/id/term/kor/HANG%20KUNG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hang4>,
        <http://lexvo.org/id/term/yue/%E6%81%92>,
        "恒"^^xsd:string ;
    rdfs:comment "constant, regular, persistent"@en .

<http://lexvo.org/id/char/6053> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%81%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C4%AB>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sai1>,
        <http://lexvo.org/id/term/yue/%E6%81%93>,
        "恓"^^xsd:string ;
    rdfs:comment "vexed"@en .

<http://lexvo.org/id/char/6054> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%81%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A0o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/haau6>,
        <http://lexvo.org/id/term/yue/%E6%81%94>,
        "恔"^^xsd:string ;
    rdfs:comment "cheerful; bright, sagacious"@en .

<http://lexvo.org/id/char/6055> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%81%95>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%B9>,
        <http://lexvo.org/id/term/kor/%E6%81%95>,
        <http://lexvo.org/id/term/kor/SE>,
        <http://lexvo.org/id/term/vie/th%E1%BB%A9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/syu3>,
        <http://lexvo.org/id/term/yue/%E6%81%95>,
        "恕"^^xsd:string ;
    rdfs:comment "forgive, excuse, show mercy"@en .

<http://lexvo.org/id/char/6056> a lvont:Character ;
    lvont:represents "恖"^^xsd:string .

<http://lexvo.org/id/char/6057> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%81%97>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ku%C7%8E>,
        "恗"^^xsd:string .

<http://lexvo.org/id/char/6058> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%81%98>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C5%AB>,
        "恘"^^xsd:string .

<http://lexvo.org/id/char/6059> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%81%99>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A0ng>,
        <http://lexvo.org/id/term/kor/%E6%81%99>,
        <http://lexvo.org/id/term/kor/YANG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/joeng6>,
        <http://lexvo.org/id/term/yue/%E6%81%99>,
        "恙"^^xsd:string ;
    rdfs:comment "illness, sickness; indisposition"@en .

<http://lexvo.org/id/char/605A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%81%9A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%AC>,
        <http://lexvo.org/id/term/kor/%E6%81%9A>,
        <http://lexvo.org/id/term/kor/EY>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wai6>,
        <http://lexvo.org/id/term/yue/%E6%81%9A>,
        "恚"^^xsd:string ;
    rdfs:comment "anger, rage"@en .

<http://lexvo.org/id/char/605B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%81%9B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wui4>,
        <http://lexvo.org/id/term/yue/%E6%81%9B>,
        "恛"^^xsd:string ;
    rdfs:comment "disordered; indistinct doubtful; blurred"@en .

<http://lexvo.org/id/char/605C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%81%9C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%AC>,
        <http://lexvo.org/id/term/vie/th%E1%BB%A9c>,
        "恜"^^xsd:string .

<http://lexvo.org/id/char/605D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%81%9D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%A1>,
        <http://lexvo.org/id/term/kor/%E6%81%9D>,
        <http://lexvo.org/id/term/kor/KWAL%20KAY>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/aat3%20gaat1%20gaat3>,
        <http://lexvo.org/id/term/yue/%E6%81%9D>,
        "恝"^^xsd:string ;
    rdfs:comment "carefree; indifferent manner; without sorrow"@en .

<http://lexvo.org/id/char/605E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%81%9E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%AD>,
        "恞"^^xsd:string .

<http://lexvo.org/id/char/605F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%81%9F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C5%8Dng>,
        <http://lexvo.org/id/term/kor/%E6%81%9F>,
        <http://lexvo.org/id/term/kor/HYUNG>,
        <http://lexvo.org/id/term/vie/hung>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hung1>,
        <http://lexvo.org/id/term/yue/%E6%81%9F>,
        "恟"^^xsd:string ;
    rdfs:comment "scared, nervous"@en .

<http://lexvo.org/id/char/6060> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%81%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/gu%C3%A0i>,
        <http://lexvo.org/id/term/kor/%E6%81%A0>,
        <http://lexvo.org/id/term/kor/KOY>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gwaai3>,
        <http://lexvo.org/id/term/yue/%E6%81%A0>,
        "恠"^^xsd:string ;
    rdfs:comment "strange, unusual, peculiar"@en .

<http://lexvo.org/id/char/6061> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%81%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%ACn>,
        "恡"^^xsd:string ;
    rdfs:comment "stingy, sparing of; close-fisted"@en .

<http://lexvo.org/id/char/6062> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%81%A2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C4%AB>,
        <http://lexvo.org/id/term/kor/%E6%81%A2>,
        <http://lexvo.org/id/term/kor/HOY>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fui1>,
        <http://lexvo.org/id/term/yue/%E6%81%A2>,
        "恢"^^xsd:string ;
    rdfs:comment "restore; big, great, immense, vast"@en .

<http://lexvo.org/id/char/6063> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%81%A3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C3%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C3%AC%20c%C4%AB>,
        <http://lexvo.org/id/term/kor/%E6%81%A3>,
        <http://lexvo.org/id/term/kor/CA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ci3%20zi1%20zi3>,
        <http://lexvo.org/id/term/yue/%E6%81%A3>,
        "恣"^^xsd:string ;
    rdfs:comment "indulge oneself, unrestrained"@en .

<http://lexvo.org/id/char/6064> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%81%A4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C3%B9>,
        <http://lexvo.org/id/term/kor/%E6%81%A4>,
        <http://lexvo.org/id/term/kor/HYUL>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/seot1>,
        <http://lexvo.org/id/term/yue/%E6%81%A4>,
        "恤"^^xsd:string ;
    rdfs:comment "show pity; relieve, help"@en .

<http://lexvo.org/id/char/6065> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%81%A5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C7%90>,
        <http://lexvo.org/id/term/kor/%E6%81%A5>,
        <http://lexvo.org/id/term/kor/CHI>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ci2>,
        <http://lexvo.org/id/term/yue/%E6%81%A5>,
        "恥"^^xsd:string ;
    rdfs:comment "shame, humiliation; ashamed"@en .

<http://lexvo.org/id/char/6066> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%81%A6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A0ng>,
        "恦"^^xsd:string .

<http://lexvo.org/id/char/6067> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%81%A7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C7%9C>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/nuk1%20nuk6>,
        <http://lexvo.org/id/term/yue/%E6%81%A7>,
        "恧"^^xsd:string .

<http://lexvo.org/id/char/6068> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%81%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A8n>,
        <http://lexvo.org/id/term/kor/%E6%81%A8>,
        <http://lexvo.org/id/term/kor/HAN>,
        <http://lexvo.org/id/term/vie/h%E1%BA%ADn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/han6>,
        <http://lexvo.org/id/term/yue/%E6%81%A8>,
        "恨"^^xsd:string ;
    rdfs:comment "hatred, dislike; resent, hate"@en .

<http://lexvo.org/id/char/6069> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C4%93n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%81%A9>,
        <http://lexvo.org/id/term/kor/%E6%81%A9>,
        <http://lexvo.org/id/term/kor/UN>,
        <http://lexvo.org/id/term/vie/%C3%A2n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jan1>,
        <http://lexvo.org/id/term/yue/%E6%81%A9>,
        "恩"^^xsd:string ;
    rdfs:comment "kindness, mercy, charity"@en .

<http://lexvo.org/id/char/606A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%81%AA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C3%A8>,
        <http://lexvo.org/id/term/kor/%E6%81%AA>,
        <http://lexvo.org/id/term/kor/KAK>,
        <http://lexvo.org/id/term/vie/kh%C3%A1c>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kok3>,
        <http://lexvo.org/id/term/yue/%E6%81%AA>,
        "恪"^^xsd:string ;
    rdfs:comment "respectful, reverent"@en .

<http://lexvo.org/id/char/606B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%81%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%B2ng%201147.170%3At%C5%8Dng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C5%8Dng%20d%C3%B2ng>,
        <http://lexvo.org/id/term/kor/%E6%81%AB>,
        <http://lexvo.org/id/term/kor/THONG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dung6%20tung1>,
        <http://lexvo.org/id/term/yue/%E6%81%AB>,
        "恫"^^xsd:string ;
    rdfs:comment "in pain, sorrowful"@en .

<http://lexvo.org/id/char/606C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%81%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ti%C3%A1n>,
        <http://lexvo.org/id/term/kor/%E6%81%AC>,
        <http://lexvo.org/id/term/kor/NYEM>,
        <http://lexvo.org/id/term/vie/%C4%91i%E1%BB%81m>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tim4%20tim5>,
        <http://lexvo.org/id/term/yue/%E6%81%AC>,
        "恬"^^xsd:string ;
    rdfs:comment "quiet, calm, tranquil, peaceful"@en .

<http://lexvo.org/id/char/606D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%81%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C5%8Dng>,
        <http://lexvo.org/id/term/kor/%E6%81%AD>,
        <http://lexvo.org/id/term/kor/KONG>,
        <http://lexvo.org/id/term/vie/cung>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gung1>,
        <http://lexvo.org/id/term/yue/%E6%81%AD>,
        "恭"^^xsd:string ;
    rdfs:comment "respectful, polite, reverent"@en .

<http://lexvo.org/id/char/606E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%81%AE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qu%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cyun4>,
        <http://lexvo.org/id/term/yue/%E6%81%AE>,
        "恮"^^xsd:string .

<http://lexvo.org/id/char/606F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%81%AF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C4%AB>,
        <http://lexvo.org/id/term/kor/%E6%81%AF>,
        <http://lexvo.org/id/term/kor/SIK>,
        <http://lexvo.org/id/term/vie/t%E1%BB%A9c>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sik1>,
        <http://lexvo.org/id/term/yue/%E6%81%AF>,
        "息"^^xsd:string ;
    rdfs:comment "rest, put stop to, end, cease"@en .

<http://lexvo.org/id/char/6070> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%81%B0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C3%A0>,
        <http://lexvo.org/id/term/kor/%E6%81%B0>,
        <http://lexvo.org/id/term/kor/HUP>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hap1>,
        <http://lexvo.org/id/term/yue/%E6%81%B0>,
        "恰"^^xsd:string ;
    rdfs:comment "just, exactly, precisely; proper"@en .

<http://lexvo.org/id/char/6071> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%81%B1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/yu%C3%A8>,
        "恱"^^xsd:string .

<http://lexvo.org/id/char/6072> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%81%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C4%93ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/paang1>,
        <http://lexvo.org/id/term/yue/%E6%81%B2>,
        "恲"^^xsd:string .

<http://lexvo.org/id/char/6073> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%81%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C4%9Bn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/han2>,
        <http://lexvo.org/id/term/yue/%E6%81%B3>,
        "恳"^^xsd:string ;
    rdfs:comment "sincere, earnest, cordial"@en .

<http://lexvo.org/id/char/6074> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%81%B4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%A9>,
        "恴"^^xsd:string .

<http://lexvo.org/id/char/6075> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%81%B5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%AC>,
        <http://lexvo.org/id/term/kor/%E6%81%B5>,
        <http://lexvo.org/id/term/kor/HYEY>,
        "恵"^^xsd:string ;
    rdfs:comment "favor, benefit, confer kindness"@en .

<http://lexvo.org/id/char/6076> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C3%A8%20w%C3%B9%20w%C5%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%C4%9B%200283.090%3A%C3%A8%201210.120%3Aw%C5%AB%201223.080%3Aw%C3%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%81%B6>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ngok3%20ok3%20wu1%20wu3>,
        <http://lexvo.org/id/term/yue/%E6%81%B6>,
        "恶"^^xsd:string ;
    rdfs:comment "evil, wicked, bad, foul"@en .

<http://lexvo.org/id/char/6077> a lvont:Character ;
    lvont:represents "恷"^^xsd:string .

<http://lexvo.org/id/char/6078> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%81%B8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%B2ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dung6>,
        <http://lexvo.org/id/term/yue/%E6%81%B8>,
        "恸"^^xsd:string ;
    rdfs:comment "sadness, grief; mourn; be moved"@en .

<http://lexvo.org/id/char/6079> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%81%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A0n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C4%81n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jim1>,
        <http://lexvo.org/id/term/yue/%E6%81%B9>,
        "恹"^^xsd:string ;
    rdfs:comment "feeble, sickly; tranquil, calm"@en .

<http://lexvo.org/id/char/607A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%81%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C7%8Ei>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hoi2>,
        <http://lexvo.org/id/term/yue/%E6%81%BA>,
        "恺"^^xsd:string ;
    rdfs:comment "enjoy, be contented, joyful"@en .

<http://lexvo.org/id/char/607B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%81%BB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C3%A8>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cak1>,
        <http://lexvo.org/id/term/yue/%E6%81%BB>,
        "恻"^^xsd:string ;
    rdfs:comment "feel anguish, feel compassion"@en .

<http://lexvo.org/id/char/607C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%81%BC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C7%8Eo>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/nou5>,
        <http://lexvo.org/id/term/yue/%E6%81%BC>,
        "恼"^^xsd:string ;
    rdfs:comment "angered, filled with hate"@en .

<http://lexvo.org/id/char/607D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%81%BD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%B9n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wan6>,
        <http://lexvo.org/id/term/yue/%E6%81%BD>,
        "恽"^^xsd:string ;
    rdfs:comment "devise, plan, deliberate; consult"@en .

<http://lexvo.org/id/char/607E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%81%BE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A1ng>,
        "恾"^^xsd:string .

<http://lexvo.org/id/char/607F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%81%BF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%92ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jung2>,
        <http://lexvo.org/id/term/yue/%E6%81%BF>,
        "恿"^^xsd:string ;
    rdfs:comment "instigate, incite; to alarm"@en .

<http://lexvo.org/id/char/6080> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%82%80>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%92ng>,
        "悀"^^xsd:string .

<http://lexvo.org/id/char/6081> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%82%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/yu%C4%81n%20ju%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E6%82%81>,
        <http://lexvo.org/id/term/kor/YEN>,
        <http://lexvo.org/id/term/vie/quy%C3%AAn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gyun1%20gyun3>,
        <http://lexvo.org/id/term/yue/%E6%82%81>,
        "悁"^^xsd:string ;
    rdfs:comment "irritable, nervous, impatient"@en .

<http://lexvo.org/id/char/6082> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%82%82>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C4%AB>,
        "悂"^^xsd:string .

<http://lexvo.org/id/char/6083> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%82%83>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C7%94n>,
        <http://lexvo.org/id/term/kor/%E6%82%83>,
        <http://lexvo.org/id/term/kor/KON>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kwan2>,
        <http://lexvo.org/id/term/yue/%E6%82%83>,
        "悃"^^xsd:string ;
    rdfs:comment "sincere, genuine, honest, loyal"@en .

<http://lexvo.org/id/char/6084> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%82%84>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C4%81o%200921.150%3Aqi%C7%8Eo>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C7%8Eo>,
        <http://lexvo.org/id/term/kor/%E6%82%84>,
        <http://lexvo.org/id/term/kor/CHO>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ciu2%20ciu5>,
        <http://lexvo.org/id/term/yue/%E6%82%84>,
        "悄"^^xsd:string ;
    rdfs:comment "silent, quiet, still; anxious"@en .

<http://lexvo.org/id/char/6085> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%82%85>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/yu%C3%A8>,
        <http://lexvo.org/id/term/kor/%E6%82%85>,
        <http://lexvo.org/id/term/kor/YEL>,
        <http://lexvo.org/id/term/vie/d%E1%BB%99t>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jyut6>,
        <http://lexvo.org/id/term/yue/%E6%82%85>,
        "悅"^^xsd:string ;
    rdfs:comment "pleased"@en .

<http://lexvo.org/id/char/6086> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%82%86>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%B9>,
        "悆"^^xsd:string ;
    rdfs:comment "happy"@en .

<http://lexvo.org/id/char/6087> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%82%87>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%B9%20t%C3%BA>,
        <http://lexvo.org/id/term/vie/d%C6%A1>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tou4>,
        <http://lexvo.org/id/term/yue/%E6%82%87>,
        "悇"^^xsd:string .

<http://lexvo.org/id/char/6088> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%82%88>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%A8>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gaai3>,
        <http://lexvo.org/id/term/yue/%E6%82%88>,
        "悈"^^xsd:string ;
    rdfs:comment "to enjoin upon; urgent"@en .

<http://lexvo.org/id/char/6089> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%82%89>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C4%AB>,
        <http://lexvo.org/id/term/kor/%E6%82%89>,
        <http://lexvo.org/id/term/kor/SIL>,
        <http://lexvo.org/id/term/vie/t%E1%BA%A1t>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sik1>,
        <http://lexvo.org/id/term/yue/%E6%82%89>,
        "悉"^^xsd:string ;
    rdfs:comment "know, learn about, comprehend"@en .

<http://lexvo.org/id/char/608A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%82%8A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%A9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zit3>,
        <http://lexvo.org/id/term/yue/%E6%82%8A>,
        "悊"^^xsd:string ;
    rdfs:comment "wise. to know intuitively"@en .

<http://lexvo.org/id/char/608B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%82%8B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%ACn>,
        <http://lexvo.org/id/term/kor/%E6%82%8B>,
        <http://lexvo.org/id/term/kor/LIN>,
        <http://lexvo.org/id/term/vie/l%E1%BA%ABn>,
        "悋"^^xsd:string ;
    rdfs:comment "stingy, sparing of; closefisted"@en .

<http://lexvo.org/id/char/608C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%82%8C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%AC>,
        <http://lexvo.org/id/term/kor/%E6%82%8C>,
        <http://lexvo.org/id/term/kor/CEY>,
        <http://lexvo.org/id/term/vie/%C4%91%E1%BB%85>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dai6%20tai5>,
        <http://lexvo.org/id/term/yue/%E6%82%8C>,
        "悌"^^xsd:string ;
    rdfs:comment "brotherly, respectful"@en .

<http://lexvo.org/id/char/608D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%82%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E6%82%8D>,
        <http://lexvo.org/id/term/kor/HAN>,
        <http://lexvo.org/id/term/vie/h%C3%A3n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hon5%20hon6>,
        <http://lexvo.org/id/term/yue/%E6%82%8D>,
        "悍"^^xsd:string ;
    rdfs:comment "courageous, brave; violent"@en .

<http://lexvo.org/id/char/608E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%82%8E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A0o>,
        "悎"^^xsd:string .

<http://lexvo.org/id/char/608F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%82%8F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C3%A8>,
        <http://lexvo.org/id/term/kor/%E6%82%8F>,
        <http://lexvo.org/id/term/kor/HYEP>,
        "悏"^^xsd:string .

<http://lexvo.org/id/char/6090> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%82%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tik1>,
        <http://lexvo.org/id/term/yue/%E6%82%90>,
        "悐"^^xsd:string ;
    rdfs:comment "respect, regard; to stand in awe of, to be alarmed"@en .

<http://lexvo.org/id/char/6091> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%82%91>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%B9>,
        <http://lexvo.org/id/term/vie/b%E1%BB%8F>,
        "悑"^^xsd:string .

<http://lexvo.org/id/char/6092> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%82%92>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%AC>,
        <http://lexvo.org/id/term/kor/%E6%82%92>,
        <http://lexvo.org/id/term/kor/UP>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jap1>,
        <http://lexvo.org/id/term/yue/%E6%82%92>,
        "悒"^^xsd:string ;
    rdfs:comment "sorrowful, depressed, unhappy"@en .

<http://lexvo.org/id/char/6093> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%82%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C3%A0n>,
        "悓"^^xsd:string .

<http://lexvo.org/id/char/6094> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%82%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C7%90>,
        <http://lexvo.org/id/term/kor/%E6%82%94>,
        <http://lexvo.org/id/term/kor/HOY>,
        <http://lexvo.org/id/term/vie/h%E1%BB%91i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fui3>,
        <http://lexvo.org/id/term/yue/%E6%82%94>,
        "悔"^^xsd:string ;
    rdfs:comment "repent, show remorse, regret"@en .

<http://lexvo.org/id/char/6095> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%82%95>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C4%AB>,
        <http://lexvo.org/id/term/kor/%E6%82%95>,
        <http://lexvo.org/id/term/kor/HUY>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hei1>,
        <http://lexvo.org/id/term/yue/%E6%82%95>,
        "悕"^^xsd:string .

<http://lexvo.org/id/char/6096> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%82%96>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%A8i>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%A8i%20b%C3%B3>,
        <http://lexvo.org/id/term/kor/%E6%82%96>,
        <http://lexvo.org/id/term/kor/PHAY%20PAL>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bui3%20bui6>,
        <http://lexvo.org/id/term/yue/%E6%82%96>,
        "悖"^^xsd:string ;
    rdfs:comment "be contradictory to, go counter"@en .

<http://lexvo.org/id/char/6097> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%82%97>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A1n%20m%C3%A8n>,
        <http://lexvo.org/id/term/kor/%E6%82%97>,
        <http://lexvo.org/id/term/kor/MWUN>,
        <http://lexvo.org/id/term/vie/m%E1%BA%BFn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mun4%20mun5>,
        <http://lexvo.org/id/term/yue/%E6%82%97>,
        "悗"^^xsd:string .

<http://lexvo.org/id/char/6098> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%82%98>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C4%AB>,
        "悘"^^xsd:string .

<http://lexvo.org/id/char/6099> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%82%99>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C4%93ng>,
        "悙"^^xsd:string .

<http://lexvo.org/id/char/609A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%82%9A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C7%92ng>,
        <http://lexvo.org/id/term/kor/%E6%82%9A>,
        <http://lexvo.org/id/term/kor/SONG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sung2>,
        <http://lexvo.org/id/term/yue/%E6%82%9A>,
        "悚"^^xsd:string ;
    rdfs:comment "afraid, scared, frightened"@en .

<http://lexvo.org/id/char/609B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%82%9B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qu%C4%81n>,
        <http://lexvo.org/id/term/kor/%E6%82%9B>,
        <http://lexvo.org/id/term/kor/CEN>,
        <http://lexvo.org/id/term/vie/tho%C4%83n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/syun1>,
        <http://lexvo.org/id/term/yue/%E6%82%9B>,
        "悛"^^xsd:string ;
    rdfs:comment "repent, reform"@en .

<http://lexvo.org/id/char/609C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%82%9C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C4%9Bng>,
        <http://lexvo.org/id/term/vie/ch%C6%B0%E1%BB%9Dng>,
        "悜"^^xsd:string ;
    rdfs:comment "obscure"@en .

<http://lexvo.org/id/char/609D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%82%9D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ku%C4%AB%200694.020%3Al%C7%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ku%C4%AB%20hu%C4%AB%20l%C7%90>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fui1>,
        <http://lexvo.org/id/term/yue/%E6%82%9D>,
        "悝"^^xsd:string ;
    rdfs:comment "to laugh at to pity; afflicted, sad"@en .

<http://lexvo.org/id/char/609E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%82%9E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ng6>,
        <http://lexvo.org/id/term/yue/%E6%82%9E>,
        "悞"^^xsd:string ;
    rdfs:comment "impede; neglect, delay"@en .

<http://lexvo.org/id/char/609F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%82%9F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C3%B9>,
        <http://lexvo.org/id/term/kor/%E6%82%9F>,
        <http://lexvo.org/id/term/kor/O>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ng6>,
        <http://lexvo.org/id/term/yue/%E6%82%9F>,
        "悟"^^xsd:string ;
    rdfs:comment "to apprehend, realize, become aware"@en .

<http://lexvo.org/id/char/60A0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%82%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C5%8Du>,
        <http://lexvo.org/id/term/kor/%E6%82%A0>,
        <http://lexvo.org/id/term/kor/YU>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jau4>,
        <http://lexvo.org/id/term/yue/%E6%82%A0>,
        "悠"^^xsd:string ;
    rdfs:comment "long, far, remote, distant; liesurely"@en .

<http://lexvo.org/id/char/60A1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%82%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%AD>,
        "悡"^^xsd:string .

<http://lexvo.org/id/char/60A2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%82%A2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C3%A0ng>,
        <http://lexvo.org/id/term/kor/%E6%82%A2>,
        <http://lexvo.org/id/term/kor/LYANG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/loeng6%20long5>,
        <http://lexvo.org/id/term/yue/%E6%82%A2>,
        "悢"^^xsd:string .

<http://lexvo.org/id/char/60A3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%82%A3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E6%82%A3>,
        <http://lexvo.org/id/term/kor/HWAN>,
        <http://lexvo.org/id/term/vie/ho%E1%BA%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/waan6>,
        <http://lexvo.org/id/term/yue/%E6%82%A3>,
        "患"^^xsd:string ;
    rdfs:comment "suffer, worry about; suffering"@en .

<http://lexvo.org/id/char/60A4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%82%A4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C5%8Dng>,
        <http://lexvo.org/id/term/kor/%E6%82%A4>,
        <http://lexvo.org/id/term/kor/CHONG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cung1>,
        <http://lexvo.org/id/term/yue/%E6%82%A4>,
        "悤"^^xsd:string ;
    rdfs:comment "agitated, restless, hurried"@en .

<http://lexvo.org/id/char/60A5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%82%A5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%AC%20y%C4%AB>,
        "悥"^^xsd:string .

<http://lexvo.org/id/char/60A6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%82%A6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/yu%C3%A8>,
        <http://lexvo.org/id/term/kor/%E6%82%A6>,
        <http://lexvo.org/id/term/kor/YEL>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jyut6>,
        <http://lexvo.org/id/term/yue/%E6%82%A6>,
        "悦"^^xsd:string ;
    rdfs:comment "pleased, contented, gratified"@en .

<http://lexvo.org/id/char/60A7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%82%A7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%AC>,
        <http://lexvo.org/id/term/kor/%E6%82%A7>,
        <http://lexvo.org/id/term/kor/LI>,
        <http://lexvo.org/id/term/vie/r%C6%B0%E1%BB%A3i>,
        "悧"^^xsd:string ;
    rdfs:comment "smooth; active; clever, sharp"@en .

<http://lexvo.org/id/char/60A8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%82%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C3%ADn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/nei5>,
        <http://lexvo.org/id/term/yue/%E6%82%A8>,
        "您"^^xsd:string ;
    rdfs:comment "honorific for 'you'"@en .

<http://lexvo.org/id/char/60A9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%82%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C7%8Eo>,
        <http://lexvo.org/id/term/kor/%E6%82%A9>,
        <http://lexvo.org/id/term/kor/NOY>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/nou5>,
        <http://lexvo.org/id/term/yue/%E6%82%A9>,
        "悩"^^xsd:string ;
    rdfs:comment "angered, filled with hate"@en .

<http://lexvo.org/id/char/60AA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C3%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%82%AA>,
        <http://lexvo.org/id/term/kor/%E6%82%AA>,
        <http://lexvo.org/id/term/kor/AK%20O>,
        "悪"^^xsd:string ;
    rdfs:comment "evil, wicked, bad, foul"@en .

<http://lexvo.org/id/char/60AB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%82%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qu%C3%A8>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kok3>,
        <http://lexvo.org/id/term/yue/%E6%82%AB>,
        "悫"^^xsd:string ;
    rdfs:comment "sincerity, honesty; modest"@en .

<http://lexvo.org/id/char/60AC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%82%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xu%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jyun4>,
        <http://lexvo.org/id/term/yue/%E6%82%AC>,
        "悬"^^xsd:string ;
    rdfs:comment "hang, suspend, hoist; be hung"@en .

<http://lexvo.org/id/char/60AD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%82%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C4%81n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/han1>,
        <http://lexvo.org/id/term/yue/%E6%82%AD>,
        "悭"^^xsd:string ;
    rdfs:comment "miserly, parsimonious, stingy"@en .

<http://lexvo.org/id/char/60AE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%82%AE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C3%B9>,
        "悮"^^xsd:string ;
    rdfs:comment "impede; neglect, delay"@en .

<http://lexvo.org/id/char/60AF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%82%AF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C7%90n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/man5>,
        <http://lexvo.org/id/term/yue/%E6%82%AF>,
        "悯"^^xsd:string ;
    rdfs:comment "pity, sympathize with, grieve for"@en .

<http://lexvo.org/id/char/60B0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%82%B0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C3%B3ng>,
        <http://lexvo.org/id/term/kor/%E6%82%B0>,
        <http://lexvo.org/id/term/kor/CONG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cung4%20zung1>,
        <http://lexvo.org/id/term/yue/%E6%82%B0>,
        "悰"^^xsd:string ;
    rdfs:comment "enjoy, amuse, please; joy"@en .

<http://lexvo.org/id/char/60B1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%82%B1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C4%9Bi>,
        <http://lexvo.org/id/term/kor/%E6%82%B1>,
        <http://lexvo.org/id/term/kor/PI>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fei2>,
        <http://lexvo.org/id/term/yue/%E6%82%B1>,
        "悱"^^xsd:string ;
    rdfs:comment "to be desirous of speaking"@en .

<http://lexvo.org/id/char/60B2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%82%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C4%93i>,
        <http://lexvo.org/id/term/kor/%E6%82%B2>,
        <http://lexvo.org/id/term/kor/PI>,
        <http://lexvo.org/id/term/vie/bi>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bei1>,
        <http://lexvo.org/id/term/yue/%E6%82%B2>,
        "悲"^^xsd:string ;
    rdfs:comment "sorrow, grief; sorry, sad"@en .

<http://lexvo.org/id/char/60B3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%82%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/du%C3%B3>,
        <http://lexvo.org/id/term/kor/%E6%82%B3>,
        <http://lexvo.org/id/term/kor/TEK>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dak1>,
        <http://lexvo.org/id/term/yue/%E6%82%B3>,
        "悳"^^xsd:string ;
    rdfs:comment "ethics, morality, virtue"@en .

<http://lexvo.org/id/char/60B4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%82%B4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/cu%C3%AC>,
        <http://lexvo.org/id/term/kor/%E6%82%B4>,
        <http://lexvo.org/id/term/kor/CHWEY>,
        <http://lexvo.org/id/term/vie/x%C3%B3t>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/seoi5%20seoi6>,
        <http://lexvo.org/id/term/yue/%E6%82%B4>,
        "悴"^^xsd:string ;
    rdfs:comment "suffer, become emaciated, haggard"@en .

<http://lexvo.org/id/char/60B5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%82%B5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%A0ng>,
        <http://lexvo.org/id/term/kor/%E6%82%B5>,
        <http://lexvo.org/id/term/kor/CHANG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/coeng3%20zoeng3>,
        <http://lexvo.org/id/term/yue/%E6%82%B5>,
        "悵"^^xsd:string ;
    rdfs:comment "disappointed, dissatisfied"@en .

<http://lexvo.org/id/char/60B6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%82%B6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A8n%20m%C4%93n>,
        <http://lexvo.org/id/term/kor/%E6%82%B6>,
        <http://lexvo.org/id/term/kor/MIN>,
        <http://lexvo.org/id/term/vie/mu%E1%BB%91n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mun6>,
        <http://lexvo.org/id/term/yue/%E6%82%B6>,
        "悶"^^xsd:string ;
    rdfs:comment "gloomy, depressed, melancholy"@en .

<http://lexvo.org/id/char/60B7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%82%B7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lai6>,
        <http://lexvo.org/id/term/yue/%E6%82%B7>,
        "悷"^^xsd:string .

<http://lexvo.org/id/char/60B8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%82%B8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%AC>,
        <http://lexvo.org/id/term/kor/%E6%82%B8>,
        <http://lexvo.org/id/term/kor/KYEY>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gwai3%20gwai6>,
        <http://lexvo.org/id/term/yue/%E6%82%B8>,
        "悸"^^xsd:string ;
    rdfs:comment "fearful, apprehensive, perturbed"@en .

<http://lexvo.org/id/char/60B9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%82%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/gu%C3%A0n>,
        "悹"^^xsd:string .

<http://lexvo.org/id/char/60BA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%82%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/gu%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gun3>,
        <http://lexvo.org/id/term/yue/%E6%82%BA>,
        "悺"^^xsd:string .

<http://lexvo.org/id/char/60BB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%82%BB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C3%ACng>,
        <http://lexvo.org/id/term/kor/%E6%82%BB>,
        <http://lexvo.org/id/term/kor/HAYNG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hang5%20hang6>,
        <http://lexvo.org/id/term/yue/%E6%82%BB>,
        "悻"^^xsd:string ;
    rdfs:comment "anger, vexation; angry, indignant"@en .

<http://lexvo.org/id/char/60BC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%82%BC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%A0o>,
        <http://lexvo.org/id/term/kor/%E6%82%BC>,
        <http://lexvo.org/id/term/kor/TO>,
        <http://lexvo.org/id/term/vie/%C4%91i%E1%BB%87u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dou6>,
        <http://lexvo.org/id/term/yue/%E6%82%BC>,
        "悼"^^xsd:string ;
    rdfs:comment "grieve, mourn, lament; grieved"@en .

<http://lexvo.org/id/char/60BD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%82%BD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C4%AB>,
        <http://lexvo.org/id/term/kor/%E6%82%BD>,
        <http://lexvo.org/id/term/kor/CHE>,
        <http://lexvo.org/id/term/vie/th%C3%AA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cai1>,
        <http://lexvo.org/id/term/yue/%E6%82%BD>,
        "悽"^^xsd:string ;
    rdfs:comment "sorrowful, grieved, melancholy"@en .

<http://lexvo.org/id/char/60BE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%82%BE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C5%8Dng>,
        <http://lexvo.org/id/term/kor/%E6%82%BE>,
        <http://lexvo.org/id/term/kor/KONG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hung1>,
        <http://lexvo.org/id/term/yue/%E6%82%BE>,
        "悾"^^xsd:string ;
    rdfs:comment "naive, guileless, simple-minded"@en .

<http://lexvo.org/id/char/60BF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%82%BF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ti%C7%8En>,
        "悿"^^xsd:string .

<http://lexvo.org/id/char/60C0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%83%80>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%BAn%20l%C7%94n>,
        <http://lexvo.org/id/term/vie/lu%E1%BA%A9n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/leon4>,
        <http://lexvo.org/id/term/yue/%E6%83%80>,
        "惀"^^xsd:string .

<http://lexvo.org/id/char/60C1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%83%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C4%AB>,
        "惁"^^xsd:string .

<http://lexvo.org/id/char/60C2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%83%82>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C7%8En>,
        "惂"^^xsd:string .

<http://lexvo.org/id/char/60C3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%83%83>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C5%ABn>,
        "惃"^^xsd:string .

<http://lexvo.org/id/char/60C4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%83%84>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C3%AC>,
        <http://lexvo.org/id/term/kor/%E6%83%84>,
        <http://lexvo.org/id/term/kor/NYEK>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/nik6>,
        <http://lexvo.org/id/term/yue/%E6%83%84>,
        "惄"^^xsd:string ;
    rdfs:comment "long for; hungry"@en .

<http://lexvo.org/id/char/60C5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%83%85>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C3%ADng>,
        <http://lexvo.org/id/term/kor/%E6%83%85>,
        <http://lexvo.org/id/term/kor/CENG>,
        <http://lexvo.org/id/term/vie/t%C3%ACnh>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cing4>,
        <http://lexvo.org/id/term/yue/%E6%83%85>,
        "情"^^xsd:string ;
    rdfs:comment "feeling, sentiment, emotion"@en .

<http://lexvo.org/id/char/60C6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%83%86>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%B3u>,
        <http://lexvo.org/id/term/kor/%E6%83%86>,
        <http://lexvo.org/id/term/kor/CHWU>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cau4>,
        <http://lexvo.org/id/term/yue/%E6%83%86>,
        "惆"^^xsd:string ;
    rdfs:comment "distressed, regretful, sad"@en .

<http://lexvo.org/id/char/60C7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%83%87>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C5%ABn>,
        <http://lexvo.org/id/term/kor/%E6%83%87>,
        <http://lexvo.org/id/term/kor/TON>,
        <http://lexvo.org/id/term/vie/run>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/deon1>,
        <http://lexvo.org/id/term/yue/%E6%83%87>,
        "惇"^^xsd:string ;
    rdfs:comment "be kind, cordial, sincere"@en .

<http://lexvo.org/id/char/60C8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%83%88>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/gu%C7%92>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gwo2>,
        <http://lexvo.org/id/term/yue/%E6%83%88>,
        "惈"^^xsd:string .

<http://lexvo.org/id/char/60C9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%83%89>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C4%81n%20zh%C4%81n>,
        <http://lexvo.org/id/term/kor/%E6%83%89>,
        <http://lexvo.org/id/term/kor/CHEM>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zim1>,
        <http://lexvo.org/id/term/yue/%E6%83%89>,
        "惉"^^xsd:string .

<http://lexvo.org/id/char/60CA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%83%8A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C4%ABng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C3%A1ng%20j%C4%ABng>,
        <http://lexvo.org/id/term/vie/kinh>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ging1>,
        <http://lexvo.org/id/term/yue/%E6%83%8A>,
        "惊"^^xsd:string ;
    rdfs:comment "frighten, surprise, startle"@en .

<http://lexvo.org/id/char/60CB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%83%8B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C7%8En>,
        <http://lexvo.org/id/term/kor/%E6%83%8B>,
        <http://lexvo.org/id/term/kor/WAN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jyun2%20wun2>,
        <http://lexvo.org/id/term/yue/%E6%83%8B>,
        "惋"^^xsd:string ;
    rdfs:comment "regret, be sorry; alarmed"@en .

<http://lexvo.org/id/char/60CC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%83%8C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/yu%C4%81n%20y%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jyun3>,
        <http://lexvo.org/id/term/yue/%E6%83%8C>,
        "惌"^^xsd:string ;
    rdfs:comment "to bear a grudge against"@en .

<http://lexvo.org/id/char/60CD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%83%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C4%ABn>,
        <http://lexvo.org/id/term/vie/c%C4%83m>,
        "惍"^^xsd:string .

<http://lexvo.org/id/char/60CE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%83%8E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gei6>,
        <http://lexvo.org/id/term/yue/%E6%83%8E>,
        "惎"^^xsd:string ;
    rdfs:comment "injure, harm, murder"@en .

<http://lexvo.org/id/char/60CF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%83%8F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%ADn%20l%C3%A1n>,
        <http://lexvo.org/id/term/kor/%E6%83%8F>,
        <http://lexvo.org/id/term/kor/LAM>,
        <http://lexvo.org/id/term/vie/l%E1%BA%A7m>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/laam4>,
        <http://lexvo.org/id/term/yue/%E6%83%8F>,
        "惏"^^xsd:string ;
    rdfs:comment "avaricious; greedy cold"@en .

<http://lexvo.org/id/char/60D0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%83%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%B9>,
        "惐"^^xsd:string .

<http://lexvo.org/id/char/60D1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%83%91>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%B2>,
        <http://lexvo.org/id/term/kor/%E6%83%91>,
        <http://lexvo.org/id/term/kor/HOK>,
        <http://lexvo.org/id/term/vie/ho%E1%BA%B7c>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/waak6>,
        <http://lexvo.org/id/term/yue/%E6%83%91>,
        "惑"^^xsd:string ;
    rdfs:comment "confuse, mislead, baffle; doubt"@en .

<http://lexvo.org/id/char/60D2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%83%92>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A9>,
        "惒"^^xsd:string .

<http://lexvo.org/id/char/60D3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%83%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qu%C3%A1n>,
        <http://lexvo.org/id/term/kor/%E6%83%93>,
        <http://lexvo.org/id/term/kor/KWEN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kyun4>,
        <http://lexvo.org/id/term/yue/%E6%83%93>,
        "惓"^^xsd:string ;
    rdfs:comment "careful, sincere, candid"@en .

<http://lexvo.org/id/char/60D4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%83%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%A1n%20d%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/taam4>,
        <http://lexvo.org/id/term/yue/%E6%83%94>,
        "惔"^^xsd:string ;
    rdfs:comment "cheerful"@en .

<http://lexvo.org/id/char/60D5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%83%95>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%AC>,
        <http://lexvo.org/id/term/kor/%E6%83%95>,
        <http://lexvo.org/id/term/kor/CHEK>,
        <http://lexvo.org/id/term/vie/th%C3%ADch>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tik1>,
        <http://lexvo.org/id/term/yue/%E6%83%95>,
        "惕"^^xsd:string ;
    rdfs:comment "be cautious, careful, alert"@en .

<http://lexvo.org/id/char/60D6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%83%96>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%AC>,
        <http://lexvo.org/id/term/kor/%E6%83%96>,
        <http://lexvo.org/id/term/kor/CHEK>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tik1>,
        <http://lexvo.org/id/term/yue/%E6%83%96>,
        "惖"^^xsd:string ;
    rdfs:comment "respect; fear"@en .

<http://lexvo.org/id/char/60D7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%83%97>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ni%C4%93>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/nam2>,
        <http://lexvo.org/id/term/yue/%E6%83%97>,
        "惗"^^xsd:string ;
    rdfs:comment "(Cant.) to think, consider"@en .

<http://lexvo.org/id/char/60D8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%83%98>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C7%8Eng>,
        <http://lexvo.org/id/term/kor/%E6%83%98>,
        <http://lexvo.org/id/term/kor/MANG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mong5>,
        <http://lexvo.org/id/term/yue/%E6%83%98>,
        "惘"^^xsd:string ;
    rdfs:comment "disconcerted, dejected, discouraged"@en .

<http://lexvo.org/id/char/60D9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%83%99>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/chu%C3%B2>,
        <http://lexvo.org/id/term/kor/%E6%83%99>,
        <http://lexvo.org/id/term/kor/CHEL>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zyut3>,
        <http://lexvo.org/id/term/yue/%E6%83%99>,
        "惙"^^xsd:string ;
    rdfs:comment "sad, melancholy, grieving, mournful"@en .

<http://lexvo.org/id/char/60DA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%83%9A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C5%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C5%AB%20b%C5%AB>,
        <http://lexvo.org/id/term/kor/%E6%83%9A>,
        <http://lexvo.org/id/term/kor/HOL>,
        <http://lexvo.org/id/term/vie/h%E1%BB%91t>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fat1>,
        <http://lexvo.org/id/term/yue/%E6%83%9A>,
        "惚"^^xsd:string ;
    rdfs:comment "absent-minded, confused"@en .

<http://lexvo.org/id/char/60DB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%83%9B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C5%ABn>,
        <http://lexvo.org/id/term/kor/%E6%83%9B>,
        <http://lexvo.org/id/term/kor/HON>,
        <http://lexvo.org/id/term/vie/h%C3%B4n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fan1>,
        <http://lexvo.org/id/term/yue/%E6%83%9B>,
        "惛"^^xsd:string ;
    rdfs:comment "confused, stupid, dull, senile"@en .

<http://lexvo.org/id/char/60DC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%83%9C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C4%AB>,
        <http://lexvo.org/id/term/kor/%E6%83%9C>,
        <http://lexvo.org/id/term/kor/SEK>,
        <http://lexvo.org/id/term/vie/ti%E1%BA%BFc>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sik1>,
        <http://lexvo.org/id/term/yue/%E6%83%9C>,
        "惜"^^xsd:string ;
    rdfs:comment "pity, regret, rue, begrudge"@en .

<http://lexvo.org/id/char/60DD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%83%9D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C7%8Eng%201120.010%3At%C7%8Eng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C7%8Eng%20t%C7%8Eng>,
        <http://lexvo.org/id/term/kor/%E6%83%9D>,
        <http://lexvo.org/id/term/kor/CHANG>,
        <http://lexvo.org/id/term/vie/s%C6%B0%E1%BB%A3ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cong2%20tong2>,
        <http://lexvo.org/id/term/yue/%E6%83%9D>,
        "惝"^^xsd:string ;
    rdfs:comment "alarmed, agitated"@en .

<http://lexvo.org/id/char/60DE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%83%9E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C4%ABn>,
        "惞"^^xsd:string .

<http://lexvo.org/id/char/60DF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%83%9F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C3%A9i>,
        <http://lexvo.org/id/term/kor/%E6%83%9F>,
        <http://lexvo.org/id/term/kor/YU>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wai4>,
        <http://lexvo.org/id/term/yue/%E6%83%9F>,
        "惟"^^xsd:string ;
    rdfs:comment "but, however, nevertheless; only"@en .

<http://lexvo.org/id/char/60E0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%83%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%AC>,
        <http://lexvo.org/id/term/kor/%E6%83%A0>,
        <http://lexvo.org/id/term/kor/HYEY>,
        <http://lexvo.org/id/term/vie/hu%E1%BB%87>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wai6>,
        <http://lexvo.org/id/term/yue/%E6%83%A0>,
        "惠"^^xsd:string ;
    rdfs:comment "favor, benefit, confer kindness"@en .

<http://lexvo.org/id/char/60E1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C3%A8%20w%C3%B9%20w%C5%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%C4%9B%200283.091%3A%C3%A8%201210.121%3Aw%C5%AB%201223.081%3Aw%C3%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%83%A1>,
        <http://lexvo.org/id/term/kor/%E6%83%A1>,
        <http://lexvo.org/id/term/kor/AK%20O>,
        <http://lexvo.org/id/term/vie/%C3%A1c>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ngok3%20ok3%20wu1%20wu3>,
        <http://lexvo.org/id/term/yue/%E6%83%A1>,
        "惡"^^xsd:string ;
    rdfs:comment "evil, wicked, bad, foul"@en .

<http://lexvo.org/id/char/60E2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%83%A2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ru%C7%90%20su%C7%92>,
        <http://lexvo.org/id/term/kor/%E6%83%A2>,
        <http://lexvo.org/id/term/kor/SWA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/so2>,
        <http://lexvo.org/id/term/yue/%E6%83%A2>,
        "惢"^^xsd:string .

<http://lexvo.org/id/char/60E3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%83%A3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C7%92ng>,
        <http://lexvo.org/id/term/kor/%E6%83%A3>,
        <http://lexvo.org/id/term/kor/CHONG>,
        "惣"^^xsd:string ;
    rdfs:comment "overall [questionable variant]"@en .

<http://lexvo.org/id/char/60E4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%83%A4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C4%81n>,
        "惤"^^xsd:string .

<http://lexvo.org/id/char/60E5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%83%A5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%92ng>,
        "惥"^^xsd:string .

<http://lexvo.org/id/char/60E6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%83%A6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/di%C3%A0n>,
        <http://lexvo.org/id/term/vie/%C4%91i%E1%BA%BFm>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dim3>,
        <http://lexvo.org/id/term/yue/%E6%83%A6>,
        "惦"^^xsd:string ;
    rdfs:comment "think of, remember, miss"@en .

<http://lexvo.org/id/char/60E7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%83%A7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/geoi6>,
        <http://lexvo.org/id/term/yue/%E6%83%A7>,
        "惧"^^xsd:string ;
    rdfs:comment "fear, be afraid of, dread"@en .

<http://lexvo.org/id/char/60E8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%83%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C7%8En>,
        <http://lexvo.org/id/term/kor/%E6%83%A8>,
        <http://lexvo.org/id/term/kor/CHAM%20CHIM>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/caam2>,
        <http://lexvo.org/id/term/yue/%E6%83%A8>,
        "惨"^^xsd:string ;
    rdfs:comment "sad, pitiful, wretched; cruel"@en .

<http://lexvo.org/id/char/60E9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%83%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%A9ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cing4>,
        <http://lexvo.org/id/term/yue/%E6%83%A9>,
        "惩"^^xsd:string ;
    rdfs:comment "punish, reprimand; warn"@en .

<http://lexvo.org/id/char/60EA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%83%AA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%A9>,
        <http://lexvo.org/id/term/kor/%E6%83%AA>,
        <http://lexvo.org/id/term/kor/TEK>,
        "惪"^^xsd:string ;
    rdfs:comment "ethics"@en .

<http://lexvo.org/id/char/60EB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%83%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%A8i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/baai6%20bei6>,
        <http://lexvo.org/id/term/yue/%E6%83%AB>,
        "惫"^^xsd:string ;
    rdfs:comment "tired, weary, fatigued"@en .

<http://lexvo.org/id/char/60EC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%83%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C3%A8>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hip3>,
        <http://lexvo.org/id/term/yue/%E6%83%AC>,
        "惬"^^xsd:string ;
    rdfs:comment "be satisfied, be comfortable"@en .

<http://lexvo.org/id/char/60ED> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%83%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/caam4>,
        <http://lexvo.org/id/term/yue/%E6%83%AD>,
        "惭"^^xsd:string ;
    rdfs:comment "ashamed, humiliated; shameful"@en .

<http://lexvo.org/id/char/60EE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%83%AE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/daan6>,
        <http://lexvo.org/id/term/yue/%E6%83%AE>,
        "惮"^^xsd:string ;
    rdfs:comment "dread, shrink from, shirk, fear"@en .

<http://lexvo.org/id/char/60EF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%83%AF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/gu%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gwaan3>,
        <http://lexvo.org/id/term/yue/%E6%83%AF>,
        "惯"^^xsd:string ;
    rdfs:comment "habit, custom; habitually, usual"@en .

<http://lexvo.org/id/char/60F0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%83%B0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/du%C3%B2>,
        <http://lexvo.org/id/term/kor/%E6%83%B0>,
        <http://lexvo.org/id/term/kor/THA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/do6>,
        <http://lexvo.org/id/term/yue/%E6%83%B0>,
        "惰"^^xsd:string ;
    rdfs:comment "indolent, careless, lazy, idle"@en .

<http://lexvo.org/id/char/60F1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%83%B1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C7%8Eo>,
        <http://lexvo.org/id/term/kor/%E6%83%B1>,
        <http://lexvo.org/id/term/kor/NOY>,
        <http://lexvo.org/id/term/vie/n%C3%A3o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/nou5>,
        <http://lexvo.org/id/term/yue/%E6%83%B1>,
        "惱"^^xsd:string ;
    rdfs:comment "angered, filled with hate"@en .

<http://lexvo.org/id/char/60F2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%83%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%B9n>,
        <http://lexvo.org/id/term/kor/%E6%83%B2>,
        <http://lexvo.org/id/term/kor/WUN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wan6>,
        <http://lexvo.org/id/term/yue/%E6%83%B2>,
        "惲"^^xsd:string ;
    rdfs:comment "devise, plan, deliberate; consult"@en .

<http://lexvo.org/id/char/60F3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%83%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C7%8Eng>,
        <http://lexvo.org/id/term/kor/%E6%83%B3>,
        <http://lexvo.org/id/term/kor/SANG>,
        <http://lexvo.org/id/term/vie/t%C6%B0%E1%BB%9Fng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/soeng2>,
        <http://lexvo.org/id/term/yue/%E6%83%B3>,
        "想"^^xsd:string ;
    rdfs:comment "think, speculate, plan, consider"@en .

<http://lexvo.org/id/char/60F4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%83%B4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zhu%C3%AC>,
        <http://lexvo.org/id/term/kor/%E6%83%B4>,
        <http://lexvo.org/id/term/kor/CHWEY>,
        <http://lexvo.org/id/term/vie/nhoai>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cyun3%20zeoi3>,
        <http://lexvo.org/id/term/yue/%E6%83%B4>,
        "惴"^^xsd:string ;
    rdfs:comment "afraid, apprehensive, nervous"@en .

<http://lexvo.org/id/char/60F5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%83%B5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/di%C3%A8>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dip6>,
        <http://lexvo.org/id/term/yue/%E6%83%B5>,
        "惵"^^xsd:string .

<http://lexvo.org/id/char/60F6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%83%B6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%A1ng>,
        <http://lexvo.org/id/term/kor/%E6%83%B6>,
        <http://lexvo.org/id/term/kor/HWANG>,
        <http://lexvo.org/id/term/vie/ho%C3%A0ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wong4>,
        <http://lexvo.org/id/term/yue/%E6%83%B6>,
        "惶"^^xsd:string ;
    rdfs:comment "fearful, afraid, anxious, nervous"@en .

<http://lexvo.org/id/char/60F7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%83%B7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C7%94n>,
        <http://lexvo.org/id/term/kor/%E6%83%B7>,
        <http://lexvo.org/id/term/kor/CWUN>,
        <http://lexvo.org/id/term/vie/xu%E1%BA%A9n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ceon2>,
        <http://lexvo.org/id/term/yue/%E6%83%B7>,
        "惷"^^xsd:string ;
    rdfs:comment "wriggle; stupid; silly; fat"@en .

<http://lexvo.org/id/char/60F8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%83%B8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C3%B3ng>,
        <http://lexvo.org/id/term/kor/%E6%83%B8>,
        <http://lexvo.org/id/term/kor/KYENG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/king4>,
        <http://lexvo.org/id/term/yue/%E6%83%B8>,
        "惸"^^xsd:string ;
    rdfs:comment "troubled, worried, distressed"@en .

<http://lexvo.org/id/char/60F9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%83%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/r%C4%9B>,
        <http://lexvo.org/id/term/kor/%E6%83%B9>,
        <http://lexvo.org/id/term/kor/YA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/je5>,
        <http://lexvo.org/id/term/yue/%E6%83%B9>,
        "惹"^^xsd:string ;
    rdfs:comment "irritate, vex, offend, incite"@en .

<http://lexvo.org/id/char/60FA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%83%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C4%ABng>,
        <http://lexvo.org/id/term/kor/%E6%83%BA>,
        <http://lexvo.org/id/term/kor/SENG%20HWANG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sing1>,
        <http://lexvo.org/id/term/yue/%E6%83%BA>,
        "惺"^^xsd:string ;
    rdfs:comment "intelligent, clever, astute"@en .

<http://lexvo.org/id/char/60FB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%83%BB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C3%A8>,
        <http://lexvo.org/id/term/kor/%E6%83%BB>,
        <http://lexvo.org/id/term/kor/CHUK>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/caak1%20cak1>,
        <http://lexvo.org/id/term/yue/%E6%83%BB>,
        "惻"^^xsd:string ;
    rdfs:comment "feel anguish, feel compassion"@en .

<http://lexvo.org/id/char/60FC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%83%BC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/bi%C7%8En>,
        <http://lexvo.org/id/term/kor/%E6%83%BC>,
        <http://lexvo.org/id/term/kor/PHYEN>,
        <http://lexvo.org/id/term/vie/b%E1%BA%BDn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bin2>,
        <http://lexvo.org/id/term/yue/%E6%83%BC>,
        "惼"^^xsd:string ;
    rdfs:comment "narrow-minded"@en .

<http://lexvo.org/id/char/60FD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%83%BD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C5%ABn>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C7%90n>,
        "惽"^^xsd:string ;
    rdfs:comment "confused"@en .

<http://lexvo.org/id/char/60FE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%83%BE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C5%8Dng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zung1>,
        <http://lexvo.org/id/term/yue/%E6%83%BE>,
        "惾"^^xsd:string .

<http://lexvo.org/id/char/60FF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%83%BF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%AD>,
        "惿"^^xsd:string .

<http://lexvo.org/id/char/6100> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%84%80>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C7%8Eo>,
        <http://lexvo.org/id/term/kor/%E6%84%80>,
        <http://lexvo.org/id/term/kor/CHO>,
        <http://lexvo.org/id/term/vie/x%E1%BB%89u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ciu2>,
        <http://lexvo.org/id/term/yue/%E6%84%80>,
        "愀"^^xsd:string ;
    rdfs:comment "to change one's countenance, be anxious; to blush"@en .

<http://lexvo.org/id/char/6101> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%84%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%B3u>,
        <http://lexvo.org/id/term/kor/%E6%84%81>,
        <http://lexvo.org/id/term/kor/SWU>,
        <http://lexvo.org/id/term/vie/s%E1%BA%A7u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sau4>,
        <http://lexvo.org/id/term/yue/%E6%84%81>,
        "愁"^^xsd:string ;
    rdfs:comment "anxiety; to worry about, be anxious"@en .

<http://lexvo.org/id/char/6102> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%84%82>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%A8i%20b%C4%9Bi>,
        "愂"^^xsd:string .

<http://lexvo.org/id/char/6103> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%84%83>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xu%C4%81n%20xu%C7%8En>,
        <http://lexvo.org/id/term/kor/%E6%84%83>,
        <http://lexvo.org/id/term/kor/SEN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/syun1>,
        <http://lexvo.org/id/term/yue/%E6%84%83>,
        "愃"^^xsd:string ;
    rdfs:comment "relax"@en .

<http://lexvo.org/id/char/6104> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%84%84>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C4%93i>,
        "愄"^^xsd:string .

<http://lexvo.org/id/char/6105> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%84%85>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C3%A9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gaak3>,
        <http://lexvo.org/id/term/yue/%E6%84%85>,
        "愅"^^xsd:string .

<http://lexvo.org/id/char/6106> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%84%86>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C4%81n>,
        <http://lexvo.org/id/term/kor/%E6%84%86>,
        <http://lexvo.org/id/term/kor/KEN>,
        <http://lexvo.org/id/term/vie/khi%E1%BB%81n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hin1>,
        <http://lexvo.org/id/term/yue/%E6%84%86>,
        "愆"^^xsd:string ;
    rdfs:comment "a fault, mistake, error, transgression"@en .

<http://lexvo.org/id/char/6107> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%84%87>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C4%9Bi>,
        "愇"^^xsd:string .

<http://lexvo.org/id/char/6108> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%84%88>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%B9>,
        <http://lexvo.org/id/term/kor/%E6%84%88>,
        <http://lexvo.org/id/term/kor/YU>,
        <http://lexvo.org/id/term/vie/r%E1%BB%A7>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jyu6>,
        <http://lexvo.org/id/term/yue/%E6%84%88>,
        "愈"^^xsd:string ;
    rdfs:comment "more and more, even more"@en .

<http://lexvo.org/id/char/6109> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%84%89>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%BA%20t%C5%8Du>,
        <http://lexvo.org/id/term/kor/%E6%84%89>,
        <http://lexvo.org/id/term/kor/YU>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jyu4%20jyu6>,
        <http://lexvo.org/id/term/yue/%E6%84%89>,
        "愉"^^xsd:string ;
    rdfs:comment "pleasant, delightful; please"@en .

<http://lexvo.org/id/char/610A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%84%8A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%AC>,
        <http://lexvo.org/id/term/vie/b%E1%BB%B1c>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bik1>,
        <http://lexvo.org/id/term/yue/%E6%84%8A>,
        "愊"^^xsd:string ;
    rdfs:comment "sincere, honest; depressed"@en .

<http://lexvo.org/id/char/610B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%84%8B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xu%C4%81n>,
        "愋"^^xsd:string .

<http://lexvo.org/id/char/610C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%84%8C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%A0n>,
        "愌"^^xsd:string .

<http://lexvo.org/id/char/610D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%84%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C7%90n>,
        <http://lexvo.org/id/term/kor/%E6%84%8D>,
        <http://lexvo.org/id/term/kor/MIN>,
        <http://lexvo.org/id/term/vie/m%E1%BA%ABn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/man5>,
        <http://lexvo.org/id/term/yue/%E6%84%8D>,
        "愍"^^xsd:string ;
    rdfs:comment "pity, sympathize with"@en .

<http://lexvo.org/id/char/610E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%84%8E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%AC>,
        <http://lexvo.org/id/term/kor/%E6%84%8E>,
        <http://lexvo.org/id/term/kor/PHYAK>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bik1>,
        <http://lexvo.org/id/term/yue/%E6%84%8E>,
        "愎"^^xsd:string ;
    rdfs:comment "obstinate, stubborn, headstrong"@en .

<http://lexvo.org/id/char/610F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%84%8F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%AC>,
        <http://lexvo.org/id/term/kor/%E6%84%8F>,
        <http://lexvo.org/id/term/kor/UY>,
        <http://lexvo.org/id/term/vie/%C3%BD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ji3>,
        <http://lexvo.org/id/term/yue/%E6%84%8F>,
        "意"^^xsd:string ;
    rdfs:comment "thought, idea, opinion; think"@en .

<http://lexvo.org/id/char/6110> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%84%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/mi%C7%8En>,
        <http://lexvo.org/id/term/vie/gi%E1%BB%A3n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/min5>,
        <http://lexvo.org/id/term/yue/%E6%84%90>,
        "愐"^^xsd:string ;
    rdfs:comment "bashful; to consider"@en .

<http://lexvo.org/id/char/6111> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%84%91>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%92ng>,
        "愑"^^xsd:string .

<http://lexvo.org/id/char/6112> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%84%92>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C3%A0i>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C3%A0i%20q%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kai3%20koi3>,
        <http://lexvo.org/id/term/yue/%E6%84%92>,
        "愒"^^xsd:string ;
    rdfs:comment "rest, stop"@en .

<http://lexvo.org/id/char/6113> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%84%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%A0ng%20sh%C4%81ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dong6%20soeng1>,
        <http://lexvo.org/id/term/yue/%E6%84%93>,
        "愓"^^xsd:string ;
    rdfs:comment "profligate"@en .

<http://lexvo.org/id/char/6114> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%84%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C4%ABn>,
        <http://lexvo.org/id/term/kor/%E6%84%94>,
        <http://lexvo.org/id/term/kor/UM>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jam1%20jam4>,
        <http://lexvo.org/id/term/yue/%E6%84%94>,
        "愔"^^xsd:string ;
    rdfs:comment "comfortable, contented, peaceful"@en .

<http://lexvo.org/id/char/6115> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C3%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%84%95>,
        <http://lexvo.org/id/term/kor/%E6%84%95>,
        <http://lexvo.org/id/term/kor/AK>,
        <http://lexvo.org/id/term/vie/ng%E1%BA%A1c>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ngok6>,
        <http://lexvo.org/id/term/yue/%E6%84%95>,
        "愕"^^xsd:string ;
    rdfs:comment "startled, alarmed, astonished"@en .

<http://lexvo.org/id/char/6116> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%84%96>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%A9n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sam4>,
        <http://lexvo.org/id/term/yue/%E6%84%96>,
        "愖"^^xsd:string ;
    rdfs:comment "to hesitate"@en .

<http://lexvo.org/id/char/6117> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%84%97>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%B2u>,
        "愗"^^xsd:string .

<http://lexvo.org/id/char/6118> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%84%98>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C3%A8>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kok3>,
        <http://lexvo.org/id/term/yue/%E6%84%98>,
        "愘"^^xsd:string .

<http://lexvo.org/id/char/6119> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%84%99>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C3%A8>,
        "愙"^^xsd:string .

<http://lexvo.org/id/char/611A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%84%9A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%BA>,
        <http://lexvo.org/id/term/kor/%E6%84%9A>,
        <http://lexvo.org/id/term/kor/WU>,
        <http://lexvo.org/id/term/vie/ngu>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jyu4>,
        <http://lexvo.org/id/term/yue/%E6%84%9A>,
        "愚"^^xsd:string ;
    rdfs:comment "stupid, doltish, foolish"@en .

<http://lexvo.org/id/char/611B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C3%A0i>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%84%9B>,
        <http://lexvo.org/id/term/kor/%E6%84%9B>,
        <http://lexvo.org/id/term/kor/AY>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ngoi3%20oi3>,
        <http://lexvo.org/id/term/yue/%E6%84%9B>,
        "愛"^^xsd:string ;
    rdfs:comment "love, be fond of, like"@en .

<http://lexvo.org/id/char/611C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%84%9C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C3%A8>,
        <http://lexvo.org/id/term/kor/%E6%84%9C>,
        <http://lexvo.org/id/term/kor/HYEP>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hip3%20hip6>,
        <http://lexvo.org/id/term/yue/%E6%84%9C>,
        "愜"^^xsd:string ;
    rdfs:comment "be satisfied, be comfortable"@en .

<http://lexvo.org/id/char/611D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%84%9D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%8En>,
        "愝"^^xsd:string .

<http://lexvo.org/id/char/611E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%84%9E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/nu%C3%B2>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/no6>,
        <http://lexvo.org/id/term/yue/%E6%84%9E>,
        "愞"^^xsd:string ;
    rdfs:comment "timid, apprehensive"@en .

<http://lexvo.org/id/char/611F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%84%9F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C7%8En>,
        <http://lexvo.org/id/term/kor/%E6%84%9F>,
        <http://lexvo.org/id/term/kor/KAM>,
        <http://lexvo.org/id/term/vie/c%E1%BA%A3m>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gam2>,
        <http://lexvo.org/id/term/yue/%E6%84%9F>,
        "感"^^xsd:string ;
    rdfs:comment "feel, perceive, emotion"@en .

<http://lexvo.org/id/char/6120> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%84%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%B9n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%B9n%20w%C4%9Bn>,
        <http://lexvo.org/id/term/kor/%E6%84%A0>,
        <http://lexvo.org/id/term/kor/ON>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wan3>,
        <http://lexvo.org/id/term/yue/%E6%84%A0>,
        "愠"^^xsd:string ;
    rdfs:comment "angry"@en .

<http://lexvo.org/id/char/6121> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%84%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C7%92ng>,
        "愡"^^xsd:string ;
    rdfs:comment "absent-minded, confused"@en .

<http://lexvo.org/id/char/6122> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%84%A2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C4%81i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/soi1>,
        <http://lexvo.org/id/term/yue/%E6%84%A2>,
        "愢"^^xsd:string ;
    rdfs:comment "hesitant; modest"@en .

<http://lexvo.org/id/char/6123> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%84%A3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%A8ng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%A8ng%20l%C3%A9ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ling6>,
        <http://lexvo.org/id/term/yue/%E6%84%A3>,
        "愣"^^xsd:string ;
    rdfs:comment "be in a daze"@en .

<http://lexvo.org/id/char/6124> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%84%A4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%A8n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fan5>,
        <http://lexvo.org/id/term/yue/%E6%84%A4>,
        "愤"^^xsd:string ;
    rdfs:comment "resent, hate; indignant"@en .

<http://lexvo.org/id/char/6125> a lvont:Character ;
    lvont:represents "愥"^^xsd:string .

<http://lexvo.org/id/char/6126> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%84%A6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ku%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kui2>,
        <http://lexvo.org/id/term/yue/%E6%84%A6>,
        "愦"^^xsd:string ;
    rdfs:comment "confused, troubled, muddle-headed"@en .

<http://lexvo.org/id/char/6127> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%84%A7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ku%C3%AC>,
        <http://lexvo.org/id/term/kor/%E6%84%A7>,
        <http://lexvo.org/id/term/kor/KOY>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kwai3%20kwai5>,
        <http://lexvo.org/id/term/yue/%E6%84%A7>,
        "愧"^^xsd:string ;
    rdfs:comment "ashamed, conscience-stricken"@en .

<http://lexvo.org/id/char/6128> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%84%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qu%C3%A8>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kok3>,
        <http://lexvo.org/id/term/yue/%E6%84%A8>,
        "愨"^^xsd:string ;
    rdfs:comment "sincerity, honesty; cautious"@en .

<http://lexvo.org/id/char/6129> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%84%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C5%8Dng>,
        "愩"^^xsd:string .

<http://lexvo.org/id/char/612A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%84%AA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%BAn>,
        "愪"^^xsd:string ;
    rdfs:comment "to be grieved, sad"@en .

<http://lexvo.org/id/char/612B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%84%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sou3>,
        <http://lexvo.org/id/term/yue/%E6%84%AB>,
        "愫"^^xsd:string ;
    rdfs:comment "guileless, sincere, honest"@en .

<http://lexvo.org/id/char/612C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%84%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C3%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C3%B9%20shu%C3%B2>,
        <http://lexvo.org/id/term/kor/%E6%84%AC>,
        <http://lexvo.org/id/term/kor/SO%20SAYK>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sou3>,
        <http://lexvo.org/id/term/yue/%E6%84%AC>,
        "愬"^^xsd:string ;
    rdfs:comment "accuse; sue; inform; narrate"@en .

<http://lexvo.org/id/char/612D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%84%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C3%AD>,
        <http://lexvo.org/id/term/kor/%E6%84%AD>,
        <http://lexvo.org/id/term/kor/KI>,
        "愭"^^xsd:string .

<http://lexvo.org/id/char/612E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%84%AE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A1o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jiu4>,
        <http://lexvo.org/id/term/yue/%E6%84%AE>,
        "愮"^^xsd:string ;
    rdfs:comment "distressed, agitated"@en .

<http://lexvo.org/id/char/612F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%84%AF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C7%92ng>,
        "愯"^^xsd:string .

<http://lexvo.org/id/char/6130> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%84%B0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C7%8Eng>,
        <http://lexvo.org/id/term/kor/%E6%84%B0>,
        <http://lexvo.org/id/term/kor/HWANG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jiu6>,
        <http://lexvo.org/id/term/yue/%E6%84%B0>,
        "愰"^^xsd:string ;
    rdfs:comment "clearness of mind; doubtful; uncertain"@en .

<http://lexvo.org/id/char/6131> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%84%B1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%AD>,
        "愱"^^xsd:string .

<http://lexvo.org/id/char/6132> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%84%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C7%94>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gwat1>,
        <http://lexvo.org/id/term/yue/%E6%84%B2>,
        "愲"^^xsd:string .

<http://lexvo.org/id/char/6133> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%84%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%B9>,
        "愳"^^xsd:string .

<http://lexvo.org/id/char/6134> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%84%B4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/chu%C3%A0ng>,
        <http://lexvo.org/id/term/kor/%E6%84%B4>,
        <http://lexvo.org/id/term/kor/CHANG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cong3>,
        <http://lexvo.org/id/term/yue/%E6%84%B4>,
        "愴"^^xsd:string ;
    rdfs:comment "sad, broken-hearted, disconsolate"@en .

<http://lexvo.org/id/char/6135> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%84%B5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C3%AC>,
        "愵"^^xsd:string .

<http://lexvo.org/id/char/6136> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%84%B6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A9>,
        "愶"^^xsd:string .

<http://lexvo.org/id/char/6137> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%84%B7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C7%8Ei>,
        <http://lexvo.org/id/term/kor/%E6%84%B7>,
        <http://lexvo.org/id/term/kor/KAY>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hoi2>,
        <http://lexvo.org/id/term/yue/%E6%84%B7>,
        "愷"^^xsd:string ;
    rdfs:comment "enjoy, be contented, joyful"@en .

<http://lexvo.org/id/char/6138> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%84%B8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C4%9Bng>,
        "愸"^^xsd:string .

<http://lexvo.org/id/char/6139> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%84%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%92ng>,
        "愹"^^xsd:string .

<http://lexvo.org/id/char/613A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%84%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C7%8Eo>,
        "愺"^^xsd:string .

<http://lexvo.org/id/char/613B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%84%BB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C3%B9n%20x%C3%B9n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/seon3>,
        <http://lexvo.org/id/term/yue/%E6%84%BB>,
        "愻"^^xsd:string ;
    rdfs:comment "to yield, accord; humble, modest"@en .

<http://lexvo.org/id/char/613C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%84%BC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%A8n>,
        <http://lexvo.org/id/term/kor/%E6%84%BC>,
        <http://lexvo.org/id/term/kor/SIN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/san6>,
        <http://lexvo.org/id/term/yue/%E6%84%BC>,
        "愼"^^xsd:string ;
    rdfs:comment "act with care, be cautious"@en .

<http://lexvo.org/id/char/613D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%84%BD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%B3>,
        "愽"^^xsd:string ;
    rdfs:comment "gamble, play games; wide, broad"@en .

<http://lexvo.org/id/char/613E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%84%BE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C3%A0i>,
        <http://lexvo.org/id/term/kor/%E6%84%BE>,
        <http://lexvo.org/id/term/kor/KAY%20HUY>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/koi3>,
        <http://lexvo.org/id/term/yue/%E6%84%BE>,
        "愾"^^xsd:string ;
    rdfs:comment "anger, wrath, hatred, enmity"@en .

<http://lexvo.org/id/char/613F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%84%BF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/yu%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E6%84%BF>,
        <http://lexvo.org/id/term/kor/WEN>,
        <http://lexvo.org/id/term/vie/nguy%E1%BB%87n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jyun6>,
        <http://lexvo.org/id/term/yue/%E6%84%BF>,
        "愿"^^xsd:string ;
    rdfs:comment "sincere, honest, virtuous"@en .

<http://lexvo.org/id/char/6140> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%85%80>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A9>,
        "慀"^^xsd:string .

<http://lexvo.org/id/char/6141> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%85%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%B9n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wan6>,
        <http://lexvo.org/id/term/yue/%E6%85%81>,
        "慁"^^xsd:string ;
    rdfs:comment "dishonor, disobey; insult"@en .

<http://lexvo.org/id/char/6142> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%85%82>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%92ng>,
        <http://lexvo.org/id/term/kor/%E6%85%82>,
        <http://lexvo.org/id/term/kor/YONG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jung5>,
        <http://lexvo.org/id/term/yue/%E6%85%82>,
        "慂"^^xsd:string ;
    rdfs:comment "urge, incite, egg-on"@en .

<http://lexvo.org/id/char/6143> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%85%83>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%8Eng>,
        <http://lexvo.org/id/term/vie/%C3%B5ng>,
        "慃"^^xsd:string .

<http://lexvo.org/id/char/6144> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%85%84>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%AC>,
        <http://lexvo.org/id/term/kor/%E6%85%84>,
        <http://lexvo.org/id/term/kor/LYUL>,
        <http://lexvo.org/id/term/vie/l%E1%BA%ADt>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/leot6>,
        <http://lexvo.org/id/term/yue/%E6%85%84>,
        "慄"^^xsd:string ;
    rdfs:comment "shiver, shudder, tremble; tremble"@en .

<http://lexvo.org/id/char/6145> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%85%85>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C4%81o%20c%C7%8Eo>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cou2%20sou1>,
        <http://lexvo.org/id/term/yue/%E6%85%85>,
        "慅"^^xsd:string ;
    rdfs:comment "agitated"@en .

<http://lexvo.org/id/char/6146> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%85%86>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C4%81o>,
        <http://lexvo.org/id/term/kor/%E6%85%86>,
        <http://lexvo.org/id/term/kor/TO>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tou1>,
        <http://lexvo.org/id/term/yue/%E6%85%86>,
        "慆"^^xsd:string ;
    rdfs:comment "excessive, dissolute; delighted"@en .

<http://lexvo.org/id/char/6147> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%85%87>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C4%ABn>,
        <http://lexvo.org/id/term/kor/%E6%85%87>,
        <http://lexvo.org/id/term/kor/UN>,
        <http://lexvo.org/id/term/vie/%C3%A2n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jan1>,
        <http://lexvo.org/id/term/yue/%E6%85%87>,
        "慇"^^xsd:string ;
    rdfs:comment "careful, anxious, attentive"@en .

<http://lexvo.org/id/char/6148> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%85%88>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C3%AD>,
        <http://lexvo.org/id/term/kor/%E6%85%88>,
        <http://lexvo.org/id/term/kor/CA>,
        <http://lexvo.org/id/term/vie/t%E1%BB%AB>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ci4>,
        <http://lexvo.org/id/term/yue/%E6%85%88>,
        "慈"^^xsd:string ;
    rdfs:comment "kind, charitable, benevolent"@en .

<http://lexvo.org/id/char/6149> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%85%89>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cuk1%20zuk6>,
        <http://lexvo.org/id/term/yue/%E6%85%89>,
        "慉"^^xsd:string ;
    rdfs:comment "to bring up; to raise"@en .

<http://lexvo.org/id/char/614A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%85%8A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C3%A0n%200923.100%3Aqi%C3%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C3%A0n%20qi%C3%A8>,
        <http://lexvo.org/id/term/kor/%E6%85%8A>,
        <http://lexvo.org/id/term/kor/KYEM%20HYEP>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/him3%20hip3>,
        <http://lexvo.org/id/term/yue/%E6%85%8A>,
        "慊"^^xsd:string ;
    rdfs:comment "to resent; contended; satisfied"@en .

<http://lexvo.org/id/char/614B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%85%8B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%A0i>,
        <http://lexvo.org/id/term/kor/%E6%85%8B>,
        <http://lexvo.org/id/term/kor/THAY>,
        <http://lexvo.org/id/term/vie/th%C3%A1i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/taai3>,
        <http://lexvo.org/id/term/yue/%E6%85%8B>,
        "態"^^xsd:string ;
    rdfs:comment "manner, bearing, attitude"@en .

<http://lexvo.org/id/char/614C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%85%8C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C4%81ng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C4%81ng%20hu%C7%8Eng>,
        <http://lexvo.org/id/term/kor/%E6%85%8C>,
        <http://lexvo.org/id/term/kor/HWANG>,
        <http://lexvo.org/id/term/vie/ho%E1%BA%A3ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fong1>,
        <http://lexvo.org/id/term/yue/%E6%85%8C>,
        "慌"^^xsd:string ;
    rdfs:comment "nervous, panicky, frantic"@en .

<http://lexvo.org/id/char/614D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%85%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%B9n>,
        <http://lexvo.org/id/term/kor/%E6%85%8D>,
        <http://lexvo.org/id/term/kor/ON>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wan3>,
        <http://lexvo.org/id/term/yue/%E6%85%8D>,
        "慍"^^xsd:string ;
    rdfs:comment "angry, indignant, resentful"@en .

<http://lexvo.org/id/char/614E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%85%8E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%A8n>,
        <http://lexvo.org/id/term/vie/th%E1%BA%ADn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/san6>,
        <http://lexvo.org/id/term/yue/%E6%85%8E>,
        "慎"^^xsd:string ;
    rdfs:comment "act with care, be cautious"@en .

<http://lexvo.org/id/char/614F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%85%8F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C7%90ng>,
        "慏"^^xsd:string .

<http://lexvo.org/id/char/6150> a lvont:Character ;
    lvont:represents "慐"^^xsd:string .

<http://lexvo.org/id/char/6151> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%85%91>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%A8%20zh%C3%A9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sip3%20zip3>,
        <http://lexvo.org/id/term/yue/%E6%85%91>,
        "慑"^^xsd:string ;
    rdfs:comment "afraid, scared, fearful"@en .

<http://lexvo.org/id/char/6152> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%85%92>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C3%B3ng>,
        <http://lexvo.org/id/term/kor/%E6%85%92>,
        <http://lexvo.org/id/term/kor/CONG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cung4>,
        <http://lexvo.org/id/term/yue/%E6%85%92>,
        "慒"^^xsd:string .

<http://lexvo.org/id/char/6153> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%85%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/pi%C3%A0o>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/pi%C4%81o>,
        <http://lexvo.org/id/term/kor/%E6%85%93>,
        <http://lexvo.org/id/term/kor/PHYO>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/piu5>,
        <http://lexvo.org/id/term/yue/%E6%85%93>,
        "慓"^^xsd:string .

<http://lexvo.org/id/char/6154> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%85%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%B2>,
        "慔"^^xsd:string .

<http://lexvo.org/id/char/6155> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%85%95>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%B9>,
        <http://lexvo.org/id/term/kor/%E6%85%95>,
        <http://lexvo.org/id/term/kor/MO>,
        <http://lexvo.org/id/term/vie/m%E1%BB%99>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mou6>,
        <http://lexvo.org/id/term/yue/%E6%85%95>,
        "慕"^^xsd:string ;
    rdfs:comment "long for, desire; admire"@en .

<http://lexvo.org/id/char/6156> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%85%96>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/gu%C3%B3>,
        "慖"^^xsd:string .

<http://lexvo.org/id/char/6157> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%85%97>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%AC>,
        "慗"^^xsd:string .

<http://lexvo.org/id/char/6158> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%85%98>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C7%8En>,
        <http://lexvo.org/id/term/kor/%E6%85%98>,
        <http://lexvo.org/id/term/kor/CHAM%20CHIM>,
        <http://lexvo.org/id/term/vie/th%E1%BA%A3m>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/caam2>,
        <http://lexvo.org/id/term/yue/%E6%85%98>,
        "慘"^^xsd:string ;
    rdfs:comment "sad, pitiful, wretched; cruel"@en .

<http://lexvo.org/id/char/6159> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%85%99>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C3%A1n>,
        <http://lexvo.org/id/term/kor/%E6%85%99>,
        <http://lexvo.org/id/term/kor/CHAM>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/caam4>,
        <http://lexvo.org/id/term/yue/%E6%85%99>,
        "慙"^^xsd:string ;
    rdfs:comment "ashamed, humiliated; shameful"@en .

<http://lexvo.org/id/char/615A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%85%9A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C3%A1n>,
        <http://lexvo.org/id/term/kor/%E6%85%9A>,
        <http://lexvo.org/id/term/kor/CHAM>,
        <http://lexvo.org/id/term/vie/tu%E1%BB%93m>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/caam4>,
        <http://lexvo.org/id/term/yue/%E6%85%9A>,
        "慚"^^xsd:string ;
    rdfs:comment "ashamed, humiliated; shameful"@en .

<http://lexvo.org/id/char/615B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%85%9B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/cu%C3%AD>,
        <http://lexvo.org/id/term/vie/th%C3%B4i>,
        "慛"^^xsd:string .

<http://lexvo.org/id/char/615C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%85%9C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C7%90n>,
        "慜"^^xsd:string ;
    rdfs:comment "name of a monk in Tang dynasty"@en .

<http://lexvo.org/id/char/615D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%85%9D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%A8%20n%C3%AC>,
        <http://lexvo.org/id/term/kor/%E6%85%9D>,
        <http://lexvo.org/id/term/kor/THUK>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/nik1%20tik1>,
        <http://lexvo.org/id/term/yue/%E6%85%9D>,
        "慝"^^xsd:string ;
    rdfs:comment "do evil in secret; evil, vice"@en .

<http://lexvo.org/id/char/615E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%85%9E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C4%81ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zoeng1>,
        <http://lexvo.org/id/term/yue/%E6%85%9E>,
        "慞"^^xsd:string ;
    rdfs:comment "terrified, alarmed"@en .

<http://lexvo.org/id/char/615F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%85%9F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%B2ng>,
        <http://lexvo.org/id/term/kor/%E6%85%9F>,
        <http://lexvo.org/id/term/kor/THONG>,
        <http://lexvo.org/id/term/vie/%C4%91%E1%BB%8Fng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dung6>,
        <http://lexvo.org/id/term/yue/%E6%85%9F>,
        "慟"^^xsd:string ;
    rdfs:comment "sadness, grief; mourn; be moved"@en .

<http://lexvo.org/id/char/6160> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C3%A0o>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%85%A0>,
        <http://lexvo.org/id/term/kor/%E6%85%A0>,
        <http://lexvo.org/id/term/kor/O>,
        "慠"^^xsd:string .

<http://lexvo.org/id/char/6161> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%85%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/shu%C7%8Eng>,
        "慡"^^xsd:string .

<http://lexvo.org/id/char/6162> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%85%A2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E6%85%A2>,
        <http://lexvo.org/id/term/kor/MAN>,
        <http://lexvo.org/id/term/vie/m%E1%BA%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/maan6>,
        <http://lexvo.org/id/term/yue/%E6%85%A2>,
        "慢"^^xsd:string ;
    rdfs:comment "slow(ly), leisurely, sluggish"@en .

<http://lexvo.org/id/char/6163> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%85%A3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/gu%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E6%85%A3>,
        <http://lexvo.org/id/term/kor/KWAN>,
        <http://lexvo.org/id/term/vie/quen>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gwaan3>,
        <http://lexvo.org/id/term/yue/%E6%85%A3>,
        "慣"^^xsd:string ;
    rdfs:comment "habit, custom; habitually, usually"@en .

<http://lexvo.org/id/char/6164> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%85%A4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qu%C3%A8>,
        <http://lexvo.org/id/term/kor/%E6%85%A4>,
        <http://lexvo.org/id/term/kor/KAK>,
        <http://lexvo.org/id/term/vie/x%C3%A1c>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kok3>,
        <http://lexvo.org/id/term/yue/%E6%85%A4>,
        "慤"^^xsd:string ;
    rdfs:comment "sincerity, honesty; modest"@en .

<http://lexvo.org/id/char/6165> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%85%A5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C3%A0o>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C3%A0o%20c%C3%A0o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cou3%20zou6>,
        <http://lexvo.org/id/term/yue/%E6%85%A5>,
        "慥"^^xsd:string ;
    rdfs:comment "sincere, earnest"@en .

<http://lexvo.org/id/char/6166> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%85%A6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%B9>,
        "慦"^^xsd:string .

<http://lexvo.org/id/char/6167> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%85%A7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%AC>,
        <http://lexvo.org/id/term/kor/%E6%85%A7>,
        <http://lexvo.org/id/term/kor/HYEY>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wai3%20wai6>,
        <http://lexvo.org/id/term/yue/%E6%85%A7>,
        "慧"^^xsd:string ;
    rdfs:comment "bright, intelligent; intelligence"@en .

<http://lexvo.org/id/char/6168> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%85%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C7%8Ei>,
        <http://lexvo.org/id/term/kor/%E6%85%A8>,
        <http://lexvo.org/id/term/kor/KAY>,
        <http://lexvo.org/id/term/vie/kh%C3%A1i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/koi2%20koi3>,
        <http://lexvo.org/id/term/yue/%E6%85%A8>,
        "慨"^^xsd:string ;
    rdfs:comment "sigh, regret; generous"@en .

<http://lexvo.org/id/char/6169> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%85%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C3%A1n>,
        "慩"^^xsd:string .

<http://lexvo.org/id/char/616A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C3%B2u>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%85%AA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/au1%20au3>,
        <http://lexvo.org/id/term/yue/%E6%85%AA>,
        "慪"^^xsd:string ;
    rdfs:comment "annoyed"@en .

<http://lexvo.org/id/char/616B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%85%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C7%92ng>,
        <http://lexvo.org/id/term/kor/%E6%85%AB>,
        <http://lexvo.org/id/term/kor/CONG>,
        <http://lexvo.org/id/term/vie/t%C3%BAng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sung2>,
        <http://lexvo.org/id/term/yue/%E6%85%AB>,
        "慫"^^xsd:string ;
    rdfs:comment "to alarm; to instigate, arouse, incite"@en .

<http://lexvo.org/id/char/616C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%85%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C7%90n%20j%C3%ACn%20q%C3%ADn>,
        <http://lexvo.org/id/term/vie/c%E1%BB%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kan4>,
        <http://lexvo.org/id/term/yue/%E6%85%AC>,
        "慬"^^xsd:string ;
    rdfs:comment "brave; cautious; sad"@en .

<http://lexvo.org/id/char/616D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%85%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%ACn>,
        "慭"^^xsd:string ;
    rdfs:comment "cautious; willing; but"@en .

<http://lexvo.org/id/char/616E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%85%AE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C7%9C>,
        <http://lexvo.org/id/term/kor/%E6%85%AE>,
        <http://lexvo.org/id/term/kor/LYE>,
        <http://lexvo.org/id/term/vie/l%E1%BB%B1>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/leoi6>,
        <http://lexvo.org/id/term/yue/%E6%85%AE>,
        "慮"^^xsd:string ;
    rdfs:comment "be concerned, worry about"@en .

<http://lexvo.org/id/char/616F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%85%AF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C4%81ng>,
        "慯"^^xsd:string .

<http://lexvo.org/id/char/6170> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%85%B0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C3%A8i>,
        <http://lexvo.org/id/term/kor/%E6%85%B0>,
        <http://lexvo.org/id/term/kor/WI>,
        <http://lexvo.org/id/term/vie/u%C3%BD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wai3>,
        <http://lexvo.org/id/term/yue/%E6%85%B0>,
        "慰"^^xsd:string ;
    rdfs:comment "comfort, console, calm"@en .

<http://lexvo.org/id/char/6171> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%85%B1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/tu%C3%A1n>,
        <http://lexvo.org/id/term/kor/%E6%85%B1>,
        <http://lexvo.org/id/term/kor/TAN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tyun4>,
        <http://lexvo.org/id/term/yue/%E6%85%B1>,
        "慱"^^xsd:string ;
    rdfs:comment "sad"@en .

<http://lexvo.org/id/char/6172> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%85%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A1n>,
        "慲"^^xsd:string .

<http://lexvo.org/id/char/6173> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%85%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C4%81n>,
        <http://lexvo.org/id/term/kor/%E6%85%B3>,
        <http://lexvo.org/id/term/kor/KAN>,
        <http://lexvo.org/id/term/vie/ghen>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/haan1%20han1>,
        <http://lexvo.org/id/term/yue/%E6%85%B3>,
        "慳"^^xsd:string ;
    rdfs:comment "miserly, parsimonious, stingy"@en .

<http://lexvo.org/id/char/6174> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%85%B4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%A8%20zh%C3%A9>,
        <http://lexvo.org/id/term/kor/%E6%85%B4>,
        <http://lexvo.org/id/term/kor/SUP%20CEP>,
        <http://lexvo.org/id/term/vie/ti%E1%BB%87p%20%C4%91i%E1%BB%87p>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zip3>,
        <http://lexvo.org/id/term/yue/%E6%85%B4>,
        "慴"^^xsd:string ;
    rdfs:comment "fear; terrified, fearful; fear"@en .

<http://lexvo.org/id/char/6175> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%85%B5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C5%8Dng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C5%8Dng%20y%C3%B3ng>,
        <http://lexvo.org/id/term/kor/%E6%85%B5>,
        <http://lexvo.org/id/term/kor/YONG>,
        <http://lexvo.org/id/term/vie/thu%E1%BB%93ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jung4>,
        <http://lexvo.org/id/term/yue/%E6%85%B5>,
        "慵"^^xsd:string ;
    rdfs:comment "indolent, easy-going, lazy"@en .

<http://lexvo.org/id/char/6176> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%85%B6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C3%ACng>,
        <http://lexvo.org/id/term/kor/%E6%85%B6>,
        <http://lexvo.org/id/term/kor/KYENG%20KANG>,
        <http://lexvo.org/id/term/vie/kh%C3%A1nh>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hing3>,
        <http://lexvo.org/id/term/yue/%E6%85%B6>,
        "慶"^^xsd:string ;
    rdfs:comment "congratulate, celebrate"@en .

<http://lexvo.org/id/char/6177> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%85%B7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C4%81ng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C4%81ng%20k%C7%8Eng>,
        <http://lexvo.org/id/term/kor/%E6%85%B7>,
        <http://lexvo.org/id/term/kor/KANG>,
        <http://lexvo.org/id/term/vie/kh%E1%BA%A3ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hung2%20kong2>,
        <http://lexvo.org/id/term/yue/%E6%85%B7>,
        "慷"^^xsd:string ;
    rdfs:comment "ardent; generous, magnanimous"@en .

<http://lexvo.org/id/char/6178> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%85%B8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%AC>,
        "慸"^^xsd:string .

<http://lexvo.org/id/char/6179> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%85%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%AD%20zh%C3%A9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zap1%20zip3>,
        <http://lexvo.org/id/term/yue/%E6%85%B9>,
        "慹"^^xsd:string .

<http://lexvo.org/id/char/617A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%85%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%B3u>,
        <http://lexvo.org/id/term/kor/%E6%85%BA>,
        <http://lexvo.org/id/term/kor/LWU>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lau4>,
        <http://lexvo.org/id/term/yue/%E6%85%BA>,
        "慺"^^xsd:string .

<http://lexvo.org/id/char/617B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%85%BB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ju%C3%A0n>,
        "慻"^^xsd:string .

<http://lexvo.org/id/char/617C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%85%BC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C4%AB>,
        <http://lexvo.org/id/term/kor/%E6%85%BC>,
        <http://lexvo.org/id/term/kor/CHEK>,
        <http://lexvo.org/id/term/vie/th%C3%ADch>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cik1>,
        <http://lexvo.org/id/term/yue/%E6%85%BC>,
        "慼"^^xsd:string ;
    rdfs:comment "sorrowful, mournful; sorrow"@en .

<http://lexvo.org/id/char/617D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%85%BD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C4%AB>,
        <http://lexvo.org/id/term/kor/%E6%85%BD>,
        <http://lexvo.org/id/term/kor/CHEK>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cik1>,
        <http://lexvo.org/id/term/yue/%E6%85%BD>,
        "慽"^^xsd:string ;
    rdfs:comment "sorrowful, mournful; sorrow"@en .

<http://lexvo.org/id/char/617E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%85%BE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%B9>,
        <http://lexvo.org/id/term/kor/%E6%85%BE>,
        <http://lexvo.org/id/term/kor/YOK>,
        <http://lexvo.org/id/term/vie/d%E1%BB%A5c>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/juk6>,
        <http://lexvo.org/id/term/yue/%E6%85%BE>,
        "慾"^^xsd:string ;
    rdfs:comment "lust, desire, passion; appetite"@en .

<http://lexvo.org/id/char/617F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%85%BF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%ADng>,
        "慿"^^xsd:string .

<http://lexvo.org/id/char/6180> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%86%80>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C3%A1o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/liu4>,
        <http://lexvo.org/id/term/yue/%E6%86%80>,
        "憀"^^xsd:string ;
    rdfs:comment "to rely on"@en .

<http://lexvo.org/id/char/6181> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%86%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C5%8Dng%20z%C7%92ng>,
        <http://lexvo.org/id/term/kor/%E6%86%81>,
        <http://lexvo.org/id/term/kor/CHONG>,
        "憁"^^xsd:string .

<http://lexvo.org/id/char/6182> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%86%82>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C5%8Du>,
        <http://lexvo.org/id/term/kor/%E6%86%82>,
        <http://lexvo.org/id/term/kor/WU>,
        <http://lexvo.org/id/term/vie/%C6%B0u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jau1>,
        <http://lexvo.org/id/term/yue/%E6%86%82>,
        "憂"^^xsd:string ;
    rdfs:comment "sad, grieved; grief, melancholy"@en .

<http://lexvo.org/id/char/6183> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%86%83>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C5%8Dng>,
        <http://lexvo.org/id/term/kor/%E6%86%83>,
        <http://lexvo.org/id/term/kor/YONG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cung1%20zung1>,
        <http://lexvo.org/id/term/yue/%E6%86%83>,
        "憃"^^xsd:string ;
    rdfs:comment "foolish, stupid, dull, silly"@en .

<http://lexvo.org/id/char/6184> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%86%84>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%AC>,
        "憄"^^xsd:string .

<http://lexvo.org/id/char/6185> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%86%85>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%B2ng>,
        "憅"^^xsd:string .

<http://lexvo.org/id/char/6186> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%86%86>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C4%93ng%20zh%C3%A8ng>,
        "憆"^^xsd:string .

<http://lexvo.org/id/char/6187> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%86%87>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hei3>,
        <http://lexvo.org/id/term/yue/%E6%86%87>,
        "憇"^^xsd:string ;
    rdfs:comment "rest, take rest"@en .

<http://lexvo.org/id/char/6188> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%86%88>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C5%AB>,
        "憈"^^xsd:string .

<http://lexvo.org/id/char/6189> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%86%89>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%A9ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/paang4>,
        <http://lexvo.org/id/term/yue/%E6%86%89>,
        "憉"^^xsd:string .

<http://lexvo.org/id/char/618A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%86%8A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%A8i>,
        <http://lexvo.org/id/term/kor/%E6%86%8A>,
        <http://lexvo.org/id/term/kor/PI>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/baai6%20bei6>,
        <http://lexvo.org/id/term/yue/%E6%86%8A>,
        "憊"^^xsd:string ;
    rdfs:comment "tired, weary, fatigued"@en .

<http://lexvo.org/id/char/618B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%86%8B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/bi%C4%93>,
        <http://lexvo.org/id/term/kor/%E6%86%8B>,
        <http://lexvo.org/id/term/kor/PYEL>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bit3>,
        <http://lexvo.org/id/term/yue/%E6%86%8B>,
        "憋"^^xsd:string ;
    rdfs:comment "to suppress inner feelings; hasty"@en .

<http://lexvo.org/id/char/618C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%86%8C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%BAn>,
        "憌"^^xsd:string .

<http://lexvo.org/id/char/618D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%86%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C4%81o>,
        <http://lexvo.org/id/term/kor/%E6%86%8D>,
        <http://lexvo.org/id/term/kor/KYO>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/giu1>,
        <http://lexvo.org/id/term/yue/%E6%86%8D>,
        "憍"^^xsd:string ;
    rdfs:comment "be haughty, proud, arrogant"@en .

<http://lexvo.org/id/char/618E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%86%8E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C4%93ng>,
        <http://lexvo.org/id/term/kor/%E6%86%8E>,
        <http://lexvo.org/id/term/kor/CUNG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zang1>,
        <http://lexvo.org/id/term/yue/%E6%86%8E>,
        "憎"^^xsd:string ;
    rdfs:comment "hate, detest, abhor; hatred"@en .

<http://lexvo.org/id/char/618F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%86%8F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%AC>,
        "憏"^^xsd:string .

<http://lexvo.org/id/char/6190> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%86%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C3%A1n>,
        <http://lexvo.org/id/term/kor/%E6%86%90>,
        <http://lexvo.org/id/term/kor/LYEN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lin4>,
        <http://lexvo.org/id/term/yue/%E6%86%90>,
        "憐"^^xsd:string ;
    rdfs:comment "pity, sympathize"@en .

<http://lexvo.org/id/char/6191> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%86%91>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%ADng>,
        <http://lexvo.org/id/term/kor/%E6%86%91>,
        <http://lexvo.org/id/term/kor/PING>,
        <http://lexvo.org/id/term/vie/b%E1%BA%B1ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bang6%20pang4>,
        <http://lexvo.org/id/term/yue/%E6%86%91>,
        "憑"^^xsd:string ;
    rdfs:comment "lean on, depend on, rely on"@en .

<http://lexvo.org/id/char/6192> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%86%92>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ku%C3%AC>,
        <http://lexvo.org/id/term/kor/%E6%86%92>,
        <http://lexvo.org/id/term/kor/KWEY>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kui2>,
        <http://lexvo.org/id/term/yue/%E6%86%92>,
        "憒"^^xsd:string ;
    rdfs:comment "confused, troubled, muddle-headed"@en .

<http://lexvo.org/id/char/6193> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%86%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wai6>,
        <http://lexvo.org/id/term/yue/%E6%86%93>,
        "憓"^^xsd:string .

<http://lexvo.org/id/char/6194> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%86%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C3%A1o>,
        <http://lexvo.org/id/term/kor/%E6%86%94>,
        <http://lexvo.org/id/term/kor/CHO>,
        <http://lexvo.org/id/term/vie/ti%E1%BB%81u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ciu4>,
        <http://lexvo.org/id/term/yue/%E6%86%94>,
        "憔"^^xsd:string ;
    rdfs:comment "be worn-out, emaciated, haggard"@en .

<http://lexvo.org/id/char/6195> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%86%95>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%A9ng>,
        "憕"^^xsd:string .

<http://lexvo.org/id/char/6196> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%86%96>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%ACn>,
        <http://lexvo.org/id/term/kor/%E6%86%96>,
        <http://lexvo.org/id/term/kor/UN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jan6>,
        <http://lexvo.org/id/term/yue/%E6%86%96>,
        "憖"^^xsd:string ;
    rdfs:comment "cautious; willing; but, moreover"@en .

<http://lexvo.org/id/char/6197> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%86%97>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%ACn>,
        "憗"^^xsd:string .

<http://lexvo.org/id/char/6198> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%86%98>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C7%90>,
        <http://lexvo.org/id/term/kor/%E6%86%98>,
        <http://lexvo.org/id/term/kor/HUY>,
        "憘"^^xsd:string ;
    rdfs:comment "like, love, enjoy; joyful thing"@en .

<http://lexvo.org/id/char/6199> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%86%99>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C4%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C7%90>,
        <http://lexvo.org/id/term/kor/%E6%86%99>,
        <http://lexvo.org/id/term/kor/HUY>,
        "憙"^^xsd:string ;
    rdfs:comment "like, love, enjoy; joyful thing"@en .

<http://lexvo.org/id/char/619A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%86%9A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E6%86%9A>,
        <http://lexvo.org/id/term/kor/THAN>,
        <http://lexvo.org/id/term/vie/d%E1%BA%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/daan6>,
        <http://lexvo.org/id/term/yue/%E6%86%9A>,
        "憚"^^xsd:string ;
    rdfs:comment "dread, shrink from, shirk, fear"@en .

<http://lexvo.org/id/char/619B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%86%9B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/taam4>,
        <http://lexvo.org/id/term/yue/%E6%86%9B>,
        "憛"^^xsd:string .

<http://lexvo.org/id/char/619C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%86%9C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/du%C7%92>,
        "憜"^^xsd:string .

<http://lexvo.org/id/char/619D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%86%9D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/du%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/deoi6>,
        <http://lexvo.org/id/term/yue/%E6%86%9D>,
        "憝"^^xsd:string ;
    rdfs:comment "to dislike, to abhor, to hate"@en .

<http://lexvo.org/id/char/619E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%86%9E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/du%C3%AC>,
        "憞"^^xsd:string .

<http://lexvo.org/id/char/619F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%86%9F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C3%B9>,
        "憟"^^xsd:string .

<http://lexvo.org/id/char/61A0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%86%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ju%C3%A9>,
        "憠"^^xsd:string .

<http://lexvo.org/id/char/61A1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%86%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C3%A8>,
        "憡"^^xsd:string .

<http://lexvo.org/id/char/61A2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%86%A2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C4%81o>,
        "憢"^^xsd:string .

<http://lexvo.org/id/char/61A3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%86%A3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%A1n%20f%C4%81n>,
        "憣"^^xsd:string .

<http://lexvo.org/id/char/61A4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%86%A4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%A8n>,
        <http://lexvo.org/id/term/kor/%E6%86%A4>,
        <http://lexvo.org/id/term/kor/PWUN>,
        <http://lexvo.org/id/term/vie/ph%E1%BA%ABn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fan5>,
        <http://lexvo.org/id/term/yue/%E6%86%A4>,
        "憤"^^xsd:string ;
    rdfs:comment "resent, hate; indignant"@en .

<http://lexvo.org/id/char/61A5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%86%A5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%A1o>,
        "憥"^^xsd:string .

<http://lexvo.org/id/char/61A6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%86%A6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%A0o>,
        "憦"^^xsd:string ;
    rdfs:comment "regret"@en .

<http://lexvo.org/id/char/61A7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%86%A7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C5%8Dng>,
        <http://lexvo.org/id/term/kor/%E6%86%A7>,
        <http://lexvo.org/id/term/kor/TONG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cung1%20tung4>,
        <http://lexvo.org/id/term/yue/%E6%86%A7>,
        "憧"^^xsd:string ;
    rdfs:comment "irresolute, indecisive; yearn for"@en .

<http://lexvo.org/id/char/61A8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%86%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C4%81n>,
        <http://lexvo.org/id/term/kor/%E6%86%A8>,
        <http://lexvo.org/id/term/kor/KAM>,
        <http://lexvo.org/id/term/vie/h%C3%A1m>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ham1>,
        <http://lexvo.org/id/term/yue/%E6%86%A8>,
        "憨"^^xsd:string ;
    rdfs:comment "foolish, silly, coquettish"@en .

<http://lexvo.org/id/char/61A9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%86%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C3%AC>,
        <http://lexvo.org/id/term/kor/%E6%86%A9>,
        <http://lexvo.org/id/term/kor/KEY>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hei3>,
        <http://lexvo.org/id/term/yue/%E6%86%A9>,
        "憩"^^xsd:string ;
    rdfs:comment "rest, take rest"@en .

<http://lexvo.org/id/char/61AA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%86%AA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/haan4%20haan6>,
        <http://lexvo.org/id/term/yue/%E6%86%AA>,
        "憪"^^xsd:string ;
    rdfs:comment "composed, contented"@en .

<http://lexvo.org/id/char/61AB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%86%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C7%90n>,
        <http://lexvo.org/id/term/kor/%E6%86%AB>,
        <http://lexvo.org/id/term/kor/MIN>,
        <http://lexvo.org/id/term/vie/m%E1%BA%ABn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/man5>,
        <http://lexvo.org/id/term/yue/%E6%86%AB>,
        "憫"^^xsd:string ;
    rdfs:comment "pity, sympathize with, grieve for"@en .

<http://lexvo.org/id/char/61AC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%86%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C7%90ng>,
        <http://lexvo.org/id/term/kor/%E6%86%AC>,
        <http://lexvo.org/id/term/kor/KYENG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ging2%20gwing2>,
        <http://lexvo.org/id/term/yue/%E6%86%AC>,
        "憬"^^xsd:string ;
    rdfs:comment "rouse, awaken; become conscious"@en .

<http://lexvo.org/id/char/61AD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%86%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C7%8Eo>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C7%8Eo%20li%C3%A1o>,
        <http://lexvo.org/id/term/vie/tr%C3%AAu>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/liu5>,
        <http://lexvo.org/id/term/yue/%E6%86%AD>,
        "憭"^^xsd:string ;
    rdfs:comment "clear; intelligible; severe; cold"@en .

<http://lexvo.org/id/char/61AE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%86%AE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C7%94>,
        <http://lexvo.org/id/term/kor/%E6%86%AE>,
        <http://lexvo.org/id/term/kor/MWU>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mou5>,
        <http://lexvo.org/id/term/yue/%E6%86%AE>,
        "憮"^^xsd:string ;
    rdfs:comment "regretful, disappointed"@en .

<http://lexvo.org/id/char/61AF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%86%AF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C7%8En>,
        <http://lexvo.org/id/term/kor/%E6%86%AF>,
        <http://lexvo.org/id/term/kor/CHAM>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/caam2>,
        <http://lexvo.org/id/term/yue/%E6%86%AF>,
        "憯"^^xsd:string ;
    rdfs:comment "sorrowful, sad; already, nevertheless"@en .

<http://lexvo.org/id/char/61B0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%86%B0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ju%C3%A9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kyut3>,
        <http://lexvo.org/id/term/yue/%E6%86%B0>,
        "憰"^^xsd:string ;
    rdfs:comment "wily, time-serving; to feign, to act the hypocrite"@en .

<http://lexvo.org/id/char/61B1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%86%B1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cuk1>,
        <http://lexvo.org/id/term/yue/%E6%86%B1>,
        "憱"^^xsd:string .

<http://lexvo.org/id/char/61B2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%86%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E6%86%B2>,
        <http://lexvo.org/id/term/kor/HEN>,
        <http://lexvo.org/id/term/vie/hi%E1%BA%BFn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hin3>,
        <http://lexvo.org/id/term/yue/%E6%86%B2>,
        "憲"^^xsd:string ;
    rdfs:comment "constitution, statute, law"@en .

<http://lexvo.org/id/char/61B3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%86%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C7%8En>,
        "憳"^^xsd:string .

<http://lexvo.org/id/char/61B4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%86%B4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%A9ng>,
        "憴"^^xsd:string .

<http://lexvo.org/id/char/61B5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%86%B5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C4%AB>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bik1>,
        <http://lexvo.org/id/term/yue/%E6%86%B5>,
        "憵"^^xsd:string ;
    rdfs:comment "(Cant.) to rush"@en .

<http://lexvo.org/id/char/61B6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%86%B6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%AC>,
        <http://lexvo.org/id/term/kor/%E6%86%B6>,
        <http://lexvo.org/id/term/kor/EK>,
        <http://lexvo.org/id/term/vie/%E1%BB%A9c>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jik1>,
        <http://lexvo.org/id/term/yue/%E6%86%B6>,
        "憶"^^xsd:string ;
    rdfs:comment "remember, reflect upon; memory"@en .

<http://lexvo.org/id/char/61B7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%86%B7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C7%94>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/co2>,
        <http://lexvo.org/id/term/yue/%E6%86%B7>,
        "憷"^^xsd:string ;
    rdfs:comment "painful; suffering; privation"@en .

<http://lexvo.org/id/char/61B8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%86%B8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C4%81n>,
        <http://lexvo.org/id/term/kor/%E6%86%B8>,
        <http://lexvo.org/id/term/kor/SEM>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cim1>,
        <http://lexvo.org/id/term/yue/%E6%86%B8>,
        "憸"^^xsd:string ;
    rdfs:comment "to flatter; crafty, having a specious tongue"@en .

<http://lexvo.org/id/char/61B9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%86%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C3%A1o>,
        "憹"^^xsd:string .

<http://lexvo.org/id/char/61BA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%86%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E6%86%BA>,
        <http://lexvo.org/id/term/kor/TAM>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/daam6>,
        <http://lexvo.org/id/term/yue/%E6%86%BA>,
        "憺"^^xsd:string ;
    rdfs:comment "peace"@en .

<http://lexvo.org/id/char/61BB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%86%BB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C7%8En>,
        <http://lexvo.org/id/term/kor/%E6%86%BB>,
        <http://lexvo.org/id/term/kor/THAN>,
        "憻"^^xsd:string .

<http://lexvo.org/id/char/61BC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%86%BC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C7%90ng>,
        <http://lexvo.org/id/term/kor/%E6%86%BC>,
        <http://lexvo.org/id/term/kor/KYENG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ging2>,
        <http://lexvo.org/id/term/yue/%E6%86%BC>,
        "憼"^^xsd:string .

<http://lexvo.org/id/char/61BD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%86%BD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C5%8Dng>,
        "憽"^^xsd:string .

<http://lexvo.org/id/char/61BE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%86%BE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E6%86%BE>,
        <http://lexvo.org/id/term/kor/KAM>,
        <http://lexvo.org/id/term/vie/h%C3%A1m>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ham6>,
        <http://lexvo.org/id/term/yue/%E6%86%BE>,
        "憾"^^xsd:string ;
    rdfs:comment "to regret, remorse; dissatisfied"@en .

<http://lexvo.org/id/char/61BF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%86%BF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C4%81o%20j%C4%AB%20ji%C7%8Eo>,
        "憿"^^xsd:string .

<http://lexvo.org/id/char/61C0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%87%80>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C3%A0i>,
        "懀"^^xsd:string .

<http://lexvo.org/id/char/61C1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%87%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%A1n%20xu%C4%81n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xu%C4%81n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gyun1%20hyun1>,
        <http://lexvo.org/id/term/yue/%E6%87%81>,
        "懁"^^xsd:string ;
    rdfs:comment "anxious, distressed"@en .

<http://lexvo.org/id/char/61C2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%87%82>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C7%92ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dung2>,
        <http://lexvo.org/id/term/yue/%E6%87%82>,
        "懂"^^xsd:string ;
    rdfs:comment "understand, comprehend"@en .

<http://lexvo.org/id/char/61C3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%87%83>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C3%ADn>,
        <http://lexvo.org/id/term/kor/%E6%87%83>,
        <http://lexvo.org/id/term/kor/KUN>,
        <http://lexvo.org/id/term/vie/c%E1%BA%A7n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kan4>,
        <http://lexvo.org/id/term/yue/%E6%87%83>,
        "懃"^^xsd:string ;
    rdfs:comment "courteous, cordial; zealous"@en .

<http://lexvo.org/id/char/61C4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%87%84>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C3%ADn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kan4>,
        <http://lexvo.org/id/term/yue/%E6%87%84>,
        "懄"^^xsd:string ;
    rdfs:comment "grief"@en .

<http://lexvo.org/id/char/61C5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%87%85>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C3%BA%20j%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/keoi4>,
        <http://lexvo.org/id/term/yue/%E6%87%85>,
        "懅"^^xsd:string ;
    rdfs:comment "bashful; ashamed"@en .

<http://lexvo.org/id/char/61C6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%87%86>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C7%8Eo>,
        <http://lexvo.org/id/term/kor/%E6%87%86>,
        <http://lexvo.org/id/term/kor/CO>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/co3%20cou2>,
        <http://lexvo.org/id/term/yue/%E6%87%86>,
        "懆"^^xsd:string ;
    rdfs:comment "anxious, apprehensive"@en .

<http://lexvo.org/id/char/61C7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%87%87>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C4%9Bn>,
        <http://lexvo.org/id/term/kor/%E6%87%87>,
        <http://lexvo.org/id/term/kor/KAN>,
        <http://lexvo.org/id/term/vie/kh%E1%BA%A5n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/han2>,
        <http://lexvo.org/id/term/yue/%E6%87%87>,
        "懇"^^xsd:string ;
    rdfs:comment "sincere, earnest, cordial"@en .

<http://lexvo.org/id/char/61C8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%87%88>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A8>,
        <http://lexvo.org/id/term/kor/%E6%87%88>,
        <http://lexvo.org/id/term/kor/HAY>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gaai3%20haai5%20haai6>,
        <http://lexvo.org/id/term/yue/%E6%87%88>,
        "懈"^^xsd:string ;
    rdfs:comment "idle, relaxed, remiss"@en .

<http://lexvo.org/id/char/61C9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%87%89>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C4%ABng%201388.041%3Ay%C3%ACng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C4%ABng%20y%C3%ACng>,
        <http://lexvo.org/id/term/kor/%E6%87%89>,
        <http://lexvo.org/id/term/kor/UNG>,
        <http://lexvo.org/id/term/vie/%E1%BB%A9ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jing1%20jing3>,
        <http://lexvo.org/id/term/yue/%E6%87%89>,
        "應"^^xsd:string ;
    rdfs:comment "should, ought to, must"@en .

<http://lexvo.org/id/char/61CA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C3%A0o>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%87%8A>,
        <http://lexvo.org/id/term/kor/%E6%87%8A>,
        <http://lexvo.org/id/term/kor/O>,
        <http://lexvo.org/id/term/vie/%E1%BA%A3o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ou3>,
        <http://lexvo.org/id/term/yue/%E6%87%8A>,
        "懊"^^xsd:string ;
    rdfs:comment "vexed, worried, nervous; regret"@en .

<http://lexvo.org/id/char/61CB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%87%8B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A0o>,
        <http://lexvo.org/id/term/kor/%E6%87%8B>,
        <http://lexvo.org/id/term/kor/MWU>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mau6>,
        <http://lexvo.org/id/term/yue/%E6%87%8B>,
        "懋"^^xsd:string ;
    rdfs:comment "splendid, grand, majestic"@en .

<http://lexvo.org/id/char/61CC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%87%8C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%AC>,
        <http://lexvo.org/id/term/kor/%E6%87%8C>,
        <http://lexvo.org/id/term/kor/YEK>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jik6>,
        <http://lexvo.org/id/term/yue/%E6%87%8C>,
        "懌"^^xsd:string ;
    rdfs:comment "enjoy, be glad, be pleased"@en .

<http://lexvo.org/id/char/61CD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%87%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C7%90n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lam5>,
        <http://lexvo.org/id/term/yue/%E6%87%8D>,
        "懍"^^xsd:string ;
    rdfs:comment "be afraid of, be awed by, be in awe"@en .

<http://lexvo.org/id/char/61CE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%87%8E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C3%A8>,
        "懎"^^xsd:string .

<http://lexvo.org/id/char/61CF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%87%8F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%B9n>,
        "懏"^^xsd:string .

<http://lexvo.org/id/char/61D0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%87%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%A1i>,
        "懐"^^xsd:string ;
    rdfs:comment "bosom, breast; carry in bosom"@en .

<http://lexvo.org/id/char/61D1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%87%91>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A8n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mun6>,
        <http://lexvo.org/id/term/yue/%E6%87%91>,
        "懑"^^xsd:string ;
    rdfs:comment "be sick at heart, sorrowful, sad"@en .

<http://lexvo.org/id/char/61D2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%87%92>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C7%8En>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/laan5>,
        <http://lexvo.org/id/term/yue/%E6%87%92>,
        "懒"^^xsd:string ;
    rdfs:comment "lazy, languid, listless"@en .

<http://lexvo.org/id/char/61D3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C3%A0i>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%87%93>,
        <http://lexvo.org/id/term/vie/%C3%A1y>,
        "懓"^^xsd:string .

<http://lexvo.org/id/char/61D4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%87%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C7%90n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lam5>,
        <http://lexvo.org/id/term/yue/%E6%87%94>,
        "懔"^^xsd:string ;
    rdfs:comment "be afraid of, to be in awe of"@en .

<http://lexvo.org/id/char/61D5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%87%95>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C4%81n>,
        <http://lexvo.org/id/term/kor/%E6%87%95>,
        <http://lexvo.org/id/term/kor/YEM>,
        "懕"^^xsd:string ;
    rdfs:comment "satiated; contented"@en .

<http://lexvo.org/id/char/61D6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%87%96>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/gu%C4%81>,
        "懖"^^xsd:string .

<http://lexvo.org/id/char/61D7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%87%97>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A0>,
        <http://lexvo.org/id/term/kor/%E6%87%97>,
        <http://lexvo.org/id/term/kor/HA>,
        "懗"^^xsd:string .

<http://lexvo.org/id/char/61D8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%87%98>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cit3>,
        <http://lexvo.org/id/term/yue/%E6%87%98>,
        "懘"^^xsd:string .

<http://lexvo.org/id/char/61D9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%87%99>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%94%20y%C3%BA>,
        "懙"^^xsd:string .

<http://lexvo.org/id/char/61DA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%87%9A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%ACn>,
        "懚"^^xsd:string .

<http://lexvo.org/id/char/61DB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%87%9B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C4%81i>,
        "懛"^^xsd:string ;
    rdfs:comment "alarmed, scared; stupid"@en .

<http://lexvo.org/id/char/61DC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%87%9C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A8ng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C4%9Bng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mung1>,
        <http://lexvo.org/id/term/yue/%E6%87%9C>,
        "懜"^^xsd:string ;
    rdfs:comment "dull, stupid, doltish"@en .

<http://lexvo.org/id/char/61DD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C3%A0i>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%87%9D>,
        "懝"^^xsd:string .

<http://lexvo.org/id/char/61DE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%87%9E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A9ng>,
        <http://lexvo.org/id/term/kor/%E6%87%9E>,
        <http://lexvo.org/id/term/kor/MONG>,
        <http://lexvo.org/id/term/vie/mong>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mung4>,
        <http://lexvo.org/id/term/yue/%E6%87%9E>,
        "懞"^^xsd:string ;
    rdfs:comment "variant of U+8499 蒙"@en .

<http://lexvo.org/id/char/61DF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%87%9F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/du%C3%AC>,
        <http://lexvo.org/id/term/kor/%E6%87%9F>,
        <http://lexvo.org/id/term/kor/TAY>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/deoi6%20zeoi6>,
        <http://lexvo.org/id/term/yue/%E6%87%9F>,
        "懟"^^xsd:string ;
    rdfs:comment "hate, abhor; hatred, resentment"@en .

<http://lexvo.org/id/char/61E0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%87%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C3%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cai4>,
        <http://lexvo.org/id/term/yue/%E6%87%A0>,
        "懠"^^xsd:string ;
    rdfs:comment "angry"@en .

<http://lexvo.org/id/char/61E1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%87%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C7%92>,
        "懡"^^xsd:string .

<http://lexvo.org/id/char/61E2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%87%A2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%A1n>,
        <http://lexvo.org/id/term/vie/nh%C3%A0m>,
        "懢"^^xsd:string .

<http://lexvo.org/id/char/61E3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%87%A3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A8n>,
        <http://lexvo.org/id/term/kor/%E6%87%A3>,
        <http://lexvo.org/id/term/kor/MWUN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mun6>,
        <http://lexvo.org/id/term/yue/%E6%87%A3>,
        "懣"^^xsd:string ;
    rdfs:comment "be sick at heart, sorrowful, sad"@en .

<http://lexvo.org/id/char/61E4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%87%A4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%B3u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cau4>,
        <http://lexvo.org/id/term/yue/%E6%87%A4>,
        "懤"^^xsd:string ;
    rdfs:comment "grieved, pained"@en .

<http://lexvo.org/id/char/61E5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%87%A5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ci3%20zi3>,
        <http://lexvo.org/id/term/yue/%E6%87%A5>,
        "懥"^^xsd:string ;
    rdfs:comment "angry, enraged, resentful; hate"@en .

<http://lexvo.org/id/char/61E6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%87%A6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/nu%C3%B2>,
        <http://lexvo.org/id/term/kor/%E6%87%A6>,
        <http://lexvo.org/id/term/kor/NA%20YU>,
        <http://lexvo.org/id/term/vie/nh%E1%BB%A5a>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/no6>,
        <http://lexvo.org/id/term/yue/%E6%87%A6>,
        "懦"^^xsd:string ;
    rdfs:comment "weak, timid, cowardly"@en .

<http://lexvo.org/id/char/61E7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%87%A7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/nu%C3%B2>,
        <http://lexvo.org/id/term/vie/n%E1%BA%A1nh>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/no6>,
        <http://lexvo.org/id/term/yue/%E6%87%A7>,
        "懧"^^xsd:string .

<http://lexvo.org/id/char/61E8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%87%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C4%81n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jim1>,
        <http://lexvo.org/id/term/yue/%E6%87%A8>,
        "懨"^^xsd:string ;
    rdfs:comment "feeble, sickly; tranquil, calm"@en .

<http://lexvo.org/id/char/61E9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%87%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%8Eng>,
        "懩"^^xsd:string .

<http://lexvo.org/id/char/61EA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%87%AA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%B3>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bok6>,
        <http://lexvo.org/id/term/yue/%E6%87%AA>,
        "懪"^^xsd:string .

<http://lexvo.org/id/char/61EB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%87%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%AD%20zh%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zi3>,
        <http://lexvo.org/id/term/yue/%E6%87%AB>,
        "懫"^^xsd:string ;
    rdfs:comment "enraged; resentful.to hate. to desist"@en .

<http://lexvo.org/id/char/61EC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%87%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ku%C3%A0ng>,
        "懬"^^xsd:string .

<http://lexvo.org/id/char/61ED> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%87%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ku%C3%A0ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kong3%20kwong3>,
        <http://lexvo.org/id/term/yue/%E6%87%AD>,
        "懭"^^xsd:string .

<http://lexvo.org/id/char/61EE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%87%AE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%92u%20y%C5%8Du>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jau1%20jau2>,
        <http://lexvo.org/id/term/yue/%E6%87%AE>,
        "懮"^^xsd:string ;
    rdfs:comment "calm, liesurely; procrastinating"@en .

<http://lexvo.org/id/char/61EF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%87%AF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C5%AB>,
        "懯"^^xsd:string .

<http://lexvo.org/id/char/61F0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%87%B0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C3%BA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lau4>,
        <http://lexvo.org/id/term/yue/%E6%87%B0>,
        "懰"^^xsd:string ;
    rdfs:comment "be glad, pleased, delighted"@en .

<http://lexvo.org/id/char/61F1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%87%B1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/mi%C3%A8>,
        "懱"^^xsd:string .

<http://lexvo.org/id/char/61F2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%87%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%A9ng>,
        <http://lexvo.org/id/term/kor/%E6%87%B2>,
        <http://lexvo.org/id/term/kor/CING>,
        <http://lexvo.org/id/term/vie/tr%E1%BB%ABng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cing4>,
        <http://lexvo.org/id/term/yue/%E6%87%B2>,
        "懲"^^xsd:string ;
    rdfs:comment "punish, reprimand; warn"@en .

<http://lexvo.org/id/char/61F3> a lvont:Character ;
    lvont:represents "懳"^^xsd:string .

<http://lexvo.org/id/char/61F4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%87%B4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%A0n>,
        "懴"^^xsd:string ;
    rdfs:comment "regret, repent; confess sins"@en .

<http://lexvo.org/id/char/61F5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%87%B5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C4%9Bng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C4%9Bng%20m%C3%A9ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mung2%20mung4%20mung5>,
        <http://lexvo.org/id/term/yue/%E6%87%B5>,
        "懵"^^xsd:string ;
    rdfs:comment "stupid, ignorant, dull"@en .

<http://lexvo.org/id/char/61F6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%87%B6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C7%8En>,
        <http://lexvo.org/id/term/kor/%E6%87%B6>,
        <http://lexvo.org/id/term/kor/LA%20LAN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/laan5>,
        <http://lexvo.org/id/term/yue/%E6%87%B6>,
        "懶"^^xsd:string ;
    rdfs:comment "lazy, languid, listless"@en .

<http://lexvo.org/id/char/61F7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%87%B7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%A1i>,
        <http://lexvo.org/id/term/kor/%E6%87%B7>,
        <http://lexvo.org/id/term/kor/HOY>,
        <http://lexvo.org/id/term/vie/ho%C3%A0i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/waai4>,
        <http://lexvo.org/id/term/yue/%E6%87%B7>,
        "懷"^^xsd:string ;
    rdfs:comment "bosom, breast; carry in bosom"@en .

<http://lexvo.org/id/char/61F8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%87%B8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xu%C3%A1n>,
        <http://lexvo.org/id/term/kor/%E6%87%B8>,
        <http://lexvo.org/id/term/kor/HYEN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jyun4>,
        <http://lexvo.org/id/term/yue/%E6%87%B8>,
        "懸"^^xsd:string ;
    rdfs:comment "hang, suspend, hoist; be hung"@en .

<http://lexvo.org/id/char/61F9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%87%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/r%C3%A0ng>,
        "懹"^^xsd:string .

<http://lexvo.org/id/char/61FA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%87%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E6%87%BA>,
        <http://lexvo.org/id/term/kor/CHAM>,
        <http://lexvo.org/id/term/vie/s%C3%A1m>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/caam3>,
        <http://lexvo.org/id/term/yue/%E6%87%BA>,
        "懺"^^xsd:string ;
    rdfs:comment "regret, repent; confess sins"@en .

<http://lexvo.org/id/char/61FB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%87%BB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kei3>,
        <http://lexvo.org/id/term/yue/%E6%87%BB>,
        "懻"^^xsd:string ;
    rdfs:comment "overbearing, crafty"@en .

<http://lexvo.org/id/char/61FC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%87%BC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%B9>,
        <http://lexvo.org/id/term/kor/%E6%87%BC>,
        <http://lexvo.org/id/term/kor/KWU>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/geoi6>,
        <http://lexvo.org/id/term/yue/%E6%87%BC>,
        "懼"^^xsd:string ;
    rdfs:comment "fear, be afraid of, dread"@en .

<http://lexvo.org/id/char/61FD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%87%BD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C4%81n>,
        <http://lexvo.org/id/term/kor/%E6%87%BD>,
        <http://lexvo.org/id/term/kor/HWAN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fun1>,
        <http://lexvo.org/id/term/yue/%E6%87%BD>,
        "懽"^^xsd:string ;
    rdfs:comment "happy, pleased, glad, joyous"@en .

<http://lexvo.org/id/char/61FE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%87%BE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%A8%20zh%C3%A9>,
        <http://lexvo.org/id/term/kor/%E6%87%BE>,
        <http://lexvo.org/id/term/kor/SEP>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sip3%20zip3>,
        <http://lexvo.org/id/term/yue/%E6%87%BE>,
        "懾"^^xsd:string ;
    rdfs:comment "afraid, scared, fearful"@en .

<http://lexvo.org/id/char/61FF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%87%BF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%AC>,
        <http://lexvo.org/id/term/kor/%E6%87%BF>,
        <http://lexvo.org/id/term/kor/UY>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ji3>,
        <http://lexvo.org/id/term/yue/%E6%87%BF>,
        "懿"^^xsd:string ;
    rdfs:comment "virtuous, admirable, esteemed"@en .

<http://lexvo.org/id/char/6200> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%88%80>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E6%88%80>,
        <http://lexvo.org/id/term/kor/LYEN>,
        <http://lexvo.org/id/term/vie/luy%E1%BA%BFn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lyun2%20lyun5>,
        <http://lexvo.org/id/term/yue/%E6%88%80>,
        "戀"^^xsd:string ;
    rdfs:comment "love; long for, yearn for; love"@en .

<http://lexvo.org/id/char/6201> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%88%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C7%8En>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/naan2%20naan5>,
        <http://lexvo.org/id/term/yue/%E6%88%81>,
        "戁"^^xsd:string ;
    rdfs:comment "fear"@en .

<http://lexvo.org/id/char/6202> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%88%82>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%AD>,
        "戂"^^xsd:string .

<http://lexvo.org/id/char/6203> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%88%83>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C7%8Eng%20ch%C7%8Eng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cong2%20tong2>,
        <http://lexvo.org/id/term/yue/%E6%88%83>,
        "戃"^^xsd:string .

<http://lexvo.org/id/char/6204> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%88%84>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ju%C3%A9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fok3>,
        <http://lexvo.org/id/term/yue/%E6%88%84>,
        "戄"^^xsd:string ;
    rdfs:comment "to be in awe of; to fear"@en .

<http://lexvo.org/id/char/6205> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%88%85>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C3%A0ng%20zhu%C3%A0ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ngong6>,
        <http://lexvo.org/id/term/yue/%E6%88%85>,
        "戅"^^xsd:string .

<http://lexvo.org/id/char/6206> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%88%86>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C3%A0ng%201523.030%3Azhu%C3%A0ng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C3%A0ng%20zhu%C3%A0ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ngong6%20zong3>,
        <http://lexvo.org/id/term/yue/%E6%88%86>,
        "戆"^^xsd:string ;
    rdfs:comment "stupid, simple, simple-minded"@en .

<http://lexvo.org/id/char/6207> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%88%87>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C3%A0ng%20zhu%C3%A0ng>,
        <http://lexvo.org/id/term/kor/%E6%88%87>,
        <http://lexvo.org/id/term/kor/TANG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ngong6%20zong3>,
        <http://lexvo.org/id/term/yue/%E6%88%87>,
        "戇"^^xsd:string ;
    rdfs:comment "stupid, simple, simple-minded"@en .

<http://lexvo.org/id/char/6209> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%88%89>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/yu%C3%A8>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jyut6>,
        <http://lexvo.org/id/term/yue/%E6%88%89>,
        "戉"^^xsd:string ;
    rdfs:comment "a battle-axe, a halberd"@en .

<http://lexvo.org/id/char/620A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%88%8A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C3%B9>,
        <http://lexvo.org/id/term/kor/%E6%88%8A>,
        <http://lexvo.org/id/term/kor/MWU>,
        <http://lexvo.org/id/term/vie/m%E1%BA%ADu>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mou6>,
        <http://lexvo.org/id/term/yue/%E6%88%8A>,
        "戊"^^xsd:string ;
    rdfs:comment "5th heavenly stem"@en .

<http://lexvo.org/id/char/620B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%88%8B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C4%81n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zin1>,
        <http://lexvo.org/id/term/yue/%E6%88%8B>,
        "戋"^^xsd:string ;
    rdfs:comment "small, narrow, tiny, little"@en .

<http://lexvo.org/id/char/620C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%88%8C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qu%201300.010%3Ax%C5%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C5%AB>,
        <http://lexvo.org/id/term/kor/%E6%88%8C>,
        <http://lexvo.org/id/term/kor/SWUL>,
        <http://lexvo.org/id/term/vie/tu%E1%BA%A5t>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/seot1>,
        <http://lexvo.org/id/term/yue/%E6%88%8C>,
        "戌"^^xsd:string ;
    rdfs:comment "11th terrestrial branch"@en .

<http://lexvo.org/id/char/620D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%88%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%B9>,
        <http://lexvo.org/id/term/kor/%E6%88%8D>,
        <http://lexvo.org/id/term/kor/SWU>,
        <http://lexvo.org/id/term/vie/th%C3%BA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/syu3>,
        <http://lexvo.org/id/term/yue/%E6%88%8D>,
        "戍"^^xsd:string ;
    rdfs:comment "defend borders, guard frontiers"@en .

<http://lexvo.org/id/char/620E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%88%8E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/r%C3%B3ng>,
        <http://lexvo.org/id/term/kor/%E6%88%8E>,
        <http://lexvo.org/id/term/kor/YUNG>,
        <http://lexvo.org/id/term/vie/nhung>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jung4>,
        <http://lexvo.org/id/term/yue/%E6%88%8E>,
        "戎"^^xsd:string ;
    rdfs:comment "arms, armaments; military affair"@en .

<http://lexvo.org/id/char/620F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%88%8F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C5%AB%201236.050%3Ax%C3%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C3%AC%20x%C4%AB%20h%C5%AB%20hu%C4%AB>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hei3>,
        <http://lexvo.org/id/term/yue/%E6%88%8F>,
        "戏"^^xsd:string ;
    rdfs:comment "theatrical play, show"@en .

<http://lexvo.org/id/char/6210> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%88%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%A9ng>,
        <http://lexvo.org/id/term/kor/%E6%88%90>,
        <http://lexvo.org/id/term/kor/SENG>,
        <http://lexvo.org/id/term/vie/th%C3%A0nh>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cing4%20seng4%20sing4>,
        <http://lexvo.org/id/term/yue/%E6%88%90>,
        "成"^^xsd:string ;
    rdfs:comment "completed, finished, fixed"@en .

<http://lexvo.org/id/char/6211> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%88%91>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C7%92>,
        <http://lexvo.org/id/term/kor/%E6%88%91>,
        <http://lexvo.org/id/term/kor/A>,
        <http://lexvo.org/id/term/vie/ng%C3%A3>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ngo5>,
        <http://lexvo.org/id/term/yue/%E6%88%91>,
        "我"^^xsd:string ;
    rdfs:comment "our, us, i, me, my, we"@en .

<http://lexvo.org/id/char/6212> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%88%92>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%A8>,
        <http://lexvo.org/id/term/kor/%E6%88%92>,
        <http://lexvo.org/id/term/kor/KYEY>,
        <http://lexvo.org/id/term/vie/gi%E1%BB%9Bi>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gaai3>,
        <http://lexvo.org/id/term/yue/%E6%88%92>,
        "戒"^^xsd:string ;
    rdfs:comment "warn, caution, admonish"@en .

<http://lexvo.org/id/char/6213> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%88%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C4%93>,
        "戓"^^xsd:string .

<http://lexvo.org/id/char/6214> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%88%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C4%81n>,
        <http://lexvo.org/id/term/kor/%E6%88%94>,
        <http://lexvo.org/id/term/kor/CAN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zin1>,
        <http://lexvo.org/id/term/yue/%E6%88%94>,
        "戔"^^xsd:string ;
    rdfs:comment "small, narrow, tiny, little"@en .

<http://lexvo.org/id/char/6215> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%88%95>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C4%81ng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C4%81ng%20qi%C3%A1ng>,
        <http://lexvo.org/id/term/kor/%E6%88%95>,
        <http://lexvo.org/id/term/kor/CANG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/coeng4>,
        <http://lexvo.org/id/term/yue/%E6%88%95>,
        "戕"^^xsd:string ;
    rdfs:comment "kill, slay; wound, injure, hurt"@en .

<http://lexvo.org/id/char/6216> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%88%96>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%B2%20y%C3%B9>,
        <http://lexvo.org/id/term/kor/%E6%88%96>,
        <http://lexvo.org/id/term/kor/HOK>,
        <http://lexvo.org/id/term/vie/ho%E1%BA%B7c>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/waak6>,
        <http://lexvo.org/id/term/yue/%E6%88%96>,
        "或"^^xsd:string ;
    rdfs:comment "or, either, else; perhaps, maybe"@en .

<http://lexvo.org/id/char/6217> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%88%97>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C4%81ng%200919.070%3Aqi%C3%A0ng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C4%81ng%20qi%C3%A0ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/coeng3>,
        <http://lexvo.org/id/term/yue/%E6%88%97>,
        "戗"^^xsd:string ;
    rdfs:comment "support"@en .

<http://lexvo.org/id/char/6218> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%88%98>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zin3>,
        <http://lexvo.org/id/term/yue/%E6%88%98>,
        "战"^^xsd:string ;
    rdfs:comment "war, fighting, battle"@en .

<http://lexvo.org/id/char/6219> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%88%99>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%B2ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dong6%20dung6>,
        <http://lexvo.org/id/term/yue/%E6%88%99>,
        "戙"^^xsd:string ;
    rdfs:comment "(Cant.) to trap; upright; a pile"@en .

<http://lexvo.org/id/char/621A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%88%9A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C4%AB>,
        <http://lexvo.org/id/term/kor/%E6%88%9A>,
        <http://lexvo.org/id/term/kor/CHEK>,
        <http://lexvo.org/id/term/vie/th%C3%ADch>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cik1>,
        <http://lexvo.org/id/term/yue/%E6%88%9A>,
        "戚"^^xsd:string ;
    rdfs:comment "relative; be related to; sad"@en .

<http://lexvo.org/id/char/621B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%88%9B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%A1>,
        <http://lexvo.org/id/term/vie/gi%C3%A1t>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/aat3%20gaat3>,
        <http://lexvo.org/id/term/yue/%E6%88%9B>,
        "戛"^^xsd:string ;
    rdfs:comment "lance; tap or strike lightly"@en .

<http://lexvo.org/id/char/621C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%88%9C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/di%C3%A9>,
        "戜"^^xsd:string ;
    rdfs:comment "to scrape; advantageous"@en .

<http://lexvo.org/id/char/621D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%88%9D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C3%A9i%20z%C3%A9>,
        <http://lexvo.org/id/term/kor/%E6%88%9D>,
        <http://lexvo.org/id/term/kor/CEK>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/caak6>,
        <http://lexvo.org/id/term/yue/%E6%88%9D>,
        "戝"^^xsd:string ;
    rdfs:comment "pirate, thief"@en .

<http://lexvo.org/id/char/621E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%88%9E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%A1>,
        <http://lexvo.org/id/term/kor/%E6%88%9E>,
        <http://lexvo.org/id/term/kor/AL>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/aat1>,
        <http://lexvo.org/id/term/yue/%E6%88%9E>,
        "戞"^^xsd:string ;
    rdfs:comment "lance; tap or strike lightly"@en .

<http://lexvo.org/id/char/621F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%88%9F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C7%90>,
        <http://lexvo.org/id/term/kor/%E6%88%9F>,
        <http://lexvo.org/id/term/kor/KUK>,
        <http://lexvo.org/id/term/vie/k%C3%ADch>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gik1>,
        <http://lexvo.org/id/term/yue/%E6%88%9F>,
        "戟"^^xsd:string ;
    rdfs:comment "halberd with crescent blade"@en .

<http://lexvo.org/id/char/6220> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%88%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%AC>,
        "戠"^^xsd:string ;
    rdfs:comment "a sword; potter's clay; to gather"@en .

<http://lexvo.org/id/char/6221> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%88%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C4%81n>,
        <http://lexvo.org/id/term/kor/%E6%88%A1>,
        <http://lexvo.org/id/term/kor/KAM>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ham1>,
        <http://lexvo.org/id/term/yue/%E6%88%A1>,
        "戡"^^xsd:string ;
    rdfs:comment "subjugate, subdue, quell; kill"@en .

<http://lexvo.org/id/char/6222> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%88%A2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%AD>,
        <http://lexvo.org/id/term/kor/%E6%88%A2>,
        <http://lexvo.org/id/term/kor/CIP>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cap1>,
        <http://lexvo.org/id/term/yue/%E6%88%A2>,
        "戢"^^xsd:string ;
    rdfs:comment "to put away; to cease; store up"@en .

<http://lexvo.org/id/char/6223> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%88%A3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ku%C3%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kwai4>,
        <http://lexvo.org/id/term/yue/%E6%88%A3>,
        "戣"^^xsd:string ;
    rdfs:comment "lance"@en .

<http://lexvo.org/id/char/6224> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%88%A4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C3%A0i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/koi3>,
        <http://lexvo.org/id/term/yue/%E6%88%A4>,
        "戤"^^xsd:string ;
    rdfs:comment "to infringe a trade-mark to pledge an article"@en .

<http://lexvo.org/id/char/6225> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%88%A5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C4%9Bng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dang2%20dang6>,
        <http://lexvo.org/id/term/yue/%E6%88%A5>,
        "戥"^^xsd:string ;
    rdfs:comment "a small steelyard for weighing money, etc."@en .

<http://lexvo.org/id/char/6226> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%88%A6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E6%88%A6>,
        <http://lexvo.org/id/term/kor/CEN>,
        "戦"^^xsd:string ;
    rdfs:comment "war, fighting, battle"@en .

<http://lexvo.org/id/char/6227> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%88%A7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/chu%C4%81ng%20qi%C4%81ng%20qi%C3%A0ng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C4%81ng%200919.071%3Aqi%C3%A0ng>,
        <http://lexvo.org/id/term/kor/%E6%88%A7>,
        <http://lexvo.org/id/term/kor/CHANG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/coeng3>,
        <http://lexvo.org/id/term/yue/%E6%88%A7>,
        "戧"^^xsd:string ;
    rdfs:comment "support"@en .

<http://lexvo.org/id/char/6228> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%88%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C4%93>,
        "戨"^^xsd:string .

<http://lexvo.org/id/char/6229> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%88%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C7%8En>,
        <http://lexvo.org/id/term/kor/%E6%88%A9>,
        <http://lexvo.org/id/term/kor/CEN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zin2>,
        <http://lexvo.org/id/term/yue/%E6%88%A9>,
        "戩"^^xsd:string ;
    rdfs:comment "exterminate, destroy; blessing"@en .

<http://lexvo.org/id/char/622A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%88%AA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%A9>,
        <http://lexvo.org/id/term/kor/%E6%88%AA>,
        <http://lexvo.org/id/term/kor/CEL>,
        <http://lexvo.org/id/term/vie/ti%E1%BB%87t>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zit6>,
        <http://lexvo.org/id/term/yue/%E6%88%AA>,
        "截"^^xsd:string ;
    rdfs:comment "cut off, stop, obstruct, intersect"@en .

<http://lexvo.org/id/char/622B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%88%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%B9>,
        "戫"^^xsd:string .

<http://lexvo.org/id/char/622C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%88%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C7%8En>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zin2>,
        <http://lexvo.org/id/term/yue/%E6%88%AC>,
        "戬"^^xsd:string ;
    rdfs:comment "exterminate, destroy; blessing"@en .

<http://lexvo.org/id/char/622D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%88%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%8En%20y%C7%90n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jan5%20jin2>,
        <http://lexvo.org/id/term/yue/%E6%88%AD>,
        "戭"^^xsd:string ;
    rdfs:comment "spear"@en .

<http://lexvo.org/id/char/622E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%88%AE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%B9>,
        <http://lexvo.org/id/term/kor/%E6%88%AE>,
        <http://lexvo.org/id/term/kor/LYUK>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/luk6>,
        <http://lexvo.org/id/term/yue/%E6%88%AE>,
        "戮"^^xsd:string ;
    rdfs:comment "kill, massacre; oppress"@en .

<http://lexvo.org/id/char/622F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%88%AF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C5%AB%201236.052%3Ax%C3%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C3%AC%20x%C4%AB%20h%C5%AB%20hu%C4%AB>,
        <http://lexvo.org/id/term/kor/%E6%88%AF>,
        <http://lexvo.org/id/term/kor/HUY%20HWI>,
        "戯"^^xsd:string ;
    rdfs:comment "theatrical play, show"@en .

<http://lexvo.org/id/char/6230> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%88%B0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E6%88%B0>,
        <http://lexvo.org/id/term/kor/CEN>,
        <http://lexvo.org/id/term/vie/chi%E1%BA%BFn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zin3>,
        <http://lexvo.org/id/term/yue/%E6%88%B0>,
        "戰"^^xsd:string ;
    rdfs:comment "war, fighting, battle"@en .

<http://lexvo.org/id/char/6231> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%88%B1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C3%AC%20x%C4%AB%20h%C5%AB%20hu%C4%AB>,
        <http://lexvo.org/id/term/kor/%E6%88%B1>,
        <http://lexvo.org/id/term/kor/HUY%20HWI>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hei3>,
        <http://lexvo.org/id/term/yue/%E6%88%B1>,
        "戱"^^xsd:string ;
    rdfs:comment "theatrical play"@en .

<http://lexvo.org/id/char/6232> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%88%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C5%AB%201236.051%3Ax%C3%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C3%AC%20x%C4%AB>,
        <http://lexvo.org/id/term/kor/%E6%88%B2>,
        <http://lexvo.org/id/term/kor/HUY>,
        <http://lexvo.org/id/term/vie/h%C3%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fu1%20hei3>,
        <http://lexvo.org/id/term/yue/%E6%88%B2>,
        "戲"^^xsd:string ;
    rdfs:comment "theatrical play, show"@en .

<http://lexvo.org/id/char/6233> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%88%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/chu%C5%8D>,
        <http://lexvo.org/id/term/kor/%E6%88%B3>,
        <http://lexvo.org/id/term/kor/CHAK>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/coek3>,
        <http://lexvo.org/id/term/yue/%E6%88%B3>,
        "戳"^^xsd:string ;
    rdfs:comment "prick, stab; stamp, seal, chop"@en .

<http://lexvo.org/id/char/6234> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%88%B4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%A0i>,
        <http://lexvo.org/id/term/kor/%E6%88%B4>,
        <http://lexvo.org/id/term/kor/TAY>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/daai3>,
        <http://lexvo.org/id/term/yue/%E6%88%B4>,
        "戴"^^xsd:string ;
    rdfs:comment "wear on top; support"@en .

<http://lexvo.org/id/char/6235> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%88%B5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C3%BA>,
        <http://lexvo.org/id/term/kor/%E6%88%B5>,
        <http://lexvo.org/id/term/kor/KWU>,
        "戵"^^xsd:string ;
    rdfs:comment "a halberd"@en .

<http://lexvo.org/id/char/6239> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C3%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%C3%A8%20%C3%A0i>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%88%B9>,
        <http://lexvo.org/id/term/kor/%E6%88%B9>,
        <http://lexvo.org/id/term/kor/AYK>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ak1>,
        <http://lexvo.org/id/term/yue/%E6%88%B9>,
        "戹"^^xsd:string ;
    rdfs:comment "In difficulty, distressed"@en .

<http://lexvo.org/id/char/623A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%88%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/si6>,
        <http://lexvo.org/id/term/yue/%E6%88%BA>,
        "戺"^^xsd:string ;
    rdfs:comment "stone boarder; steps"@en .

<http://lexvo.org/id/char/623B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%88%BB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%AC>,
        <http://lexvo.org/id/term/kor/%E6%88%BB>,
        <http://lexvo.org/id/term/kor/LYE%20LYEL>,
        "戻"^^xsd:string ;
    rdfs:comment "perverse"@en .

<http://lexvo.org/id/char/623C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%88%BC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C7%8Eo>,
        "戼"^^xsd:string ;
    rdfs:comment "4th of Earth Branches; period from 5-7 a.m."@en .

<http://lexvo.org/id/char/623D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%88%BD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fu3>,
        <http://lexvo.org/id/term/yue/%E6%88%BD>,
        "戽"^^xsd:string ;
    rdfs:comment "to bale out water"@en .

<http://lexvo.org/id/char/623E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%88%BE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%AC%20li%C3%A8>,
        <http://lexvo.org/id/term/kor/%E6%88%BE>,
        <http://lexvo.org/id/term/kor/LYE%20LYEL>,
        <http://lexvo.org/id/term/vie/l%E1%BB%87>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/leoi6>,
        <http://lexvo.org/id/term/yue/%E6%88%BE>,
        "戾"^^xsd:string ;
    rdfs:comment "perverse, recalcitrant, rebellious"@en .

<http://lexvo.org/id/char/623F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%88%BF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%A1ng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%A1ng%20p%C3%A1ng>,
        <http://lexvo.org/id/term/kor/%E6%88%BF>,
        <http://lexvo.org/id/term/kor/PANG>,
        <http://lexvo.org/id/term/vie/ph%C3%B2ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fong2%20fong4>,
        <http://lexvo.org/id/term/yue/%E6%88%BF>,
        "房"^^xsd:string ;
    rdfs:comment "house, building; room"@en .

<http://lexvo.org/id/char/6240> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%89%80>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/su%C7%92>,
        <http://lexvo.org/id/term/kor/%E6%89%80>,
        <http://lexvo.org/id/term/kor/SO>,
        <http://lexvo.org/id/term/vie/s%E1%BB%A1>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/so2>,
        <http://lexvo.org/id/term/yue/%E6%89%80>,
        "所"^^xsd:string ;
    rdfs:comment "place, location; numerary adjunct"@en .

<http://lexvo.org/id/char/6241> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%89%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/bi%C7%8En%200871.020%3Api%C4%81n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/bi%C7%8En%20pi%C4%81n%20bi%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E6%89%81>,
        <http://lexvo.org/id/term/kor/PHYEN%20PYEN>,
        <http://lexvo.org/id/term/vie/bi%E1%BB%83n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bin2%20pin1>,
        <http://lexvo.org/id/term/yue/%E6%89%81>,
        "扁"^^xsd:string ;
    rdfs:comment "flat; tablet, signboard"@en .

<http://lexvo.org/id/char/6242> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%89%82>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/di%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dim3>,
        <http://lexvo.org/id/term/yue/%E6%89%82>,
        "扂"^^xsd:string .

<http://lexvo.org/id/char/6243> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%89%83>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C5%8Dng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C5%8Dng%20ji%C7%92ng>,
        <http://lexvo.org/id/term/kor/%E6%89%83>,
        <http://lexvo.org/id/term/kor/KYENG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gwing1%20gwing2>,
        <http://lexvo.org/id/term/yue/%E6%89%83>,
        "扃"^^xsd:string ;
    rdfs:comment "a door bar placed outside a door"@en .

<http://lexvo.org/id/char/6244> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%89%84>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C7%8Eng>,
        "扄"^^xsd:string ;
    rdfs:comment "large ring on a front door used as a knocker"@en .

<http://lexvo.org/id/char/6245> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%89%85>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%AD>,
        "扅"^^xsd:string ;
    rdfs:comment "gate bar, bolt"@en .

<http://lexvo.org/id/char/6246> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%89%86>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%90>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ji2>,
        <http://lexvo.org/id/term/yue/%E6%89%86>,
        "扆"^^xsd:string ;
    rdfs:comment "screen"@en .

<http://lexvo.org/id/char/6247> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%89%87>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%A0n%20sh%C4%81n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C4%81n%200999.150%3Ash%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E6%89%87>,
        <http://lexvo.org/id/term/kor/SEN>,
        <http://lexvo.org/id/term/vie/phi%E1%BA%BFn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sin3>,
        <http://lexvo.org/id/term/yue/%E6%89%87>,
        "扇"^^xsd:string ;
    rdfs:comment "fan; door panel"@en .

<http://lexvo.org/id/char/6248> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%89%88>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%B9>,
        <http://lexvo.org/id/term/kor/%E6%89%88>,
        <http://lexvo.org/id/term/kor/HO>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wu6>,
        <http://lexvo.org/id/term/yue/%E6%89%88>,
        "扈"^^xsd:string ;
    rdfs:comment "escort, retinue; insolent"@en .

<http://lexvo.org/id/char/6249> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%89%89>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C4%93i>,
        <http://lexvo.org/id/term/kor/%E6%89%89>,
        <http://lexvo.org/id/term/kor/PI>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fei1>,
        <http://lexvo.org/id/term/yue/%E6%89%89>,
        "扉"^^xsd:string ;
    rdfs:comment "door panel"@en .

<http://lexvo.org/id/char/624A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%89%8A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%8En>,
        <http://lexvo.org/id/term/kor/%E6%89%8A>,
        <http://lexvo.org/id/term/kor/YEM>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jim5>,
        <http://lexvo.org/id/term/yue/%E6%89%8A>,
        "扊"^^xsd:string ;
    rdfs:comment "upright bar for fastening door"@en .

<http://lexvo.org/id/char/624E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%89%8E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C4%81%201447.100%3Azh%C4%81%201448.030%3Azh%C3%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C4%81%20zh%C3%A1%20z%C4%81%20zh%C7%8E>,
        <http://lexvo.org/id/term/kor/%E6%89%8E>,
        <http://lexvo.org/id/term/kor/CHAL>,
        <http://lexvo.org/id/term/vie/tr%C3%A1t>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zaat3>,
        <http://lexvo.org/id/term/yue/%E6%89%8E>,
        "扎"^^xsd:string ;
    rdfs:comment "pull up; pierce; struggle free"@en .

<http://lexvo.org/id/char/624F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%89%8F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C3%BA>,
        "扏"^^xsd:string .

<http://lexvo.org/id/char/6250> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%89%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%A8>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lak6%20lik1>,
        <http://lexvo.org/id/term/yue/%E6%89%90>,
        "扐"^^xsd:string ;
    rdfs:comment "divine"@en .

<http://lexvo.org/id/char/6251> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%89%91>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C5%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C5%AB%20b%C5%AB>,
        <http://lexvo.org/id/term/kor/%E6%89%91>,
        <http://lexvo.org/id/term/kor/POK>,
        <http://lexvo.org/id/term/vie/b%E1%BB%91c>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/pok3>,
        <http://lexvo.org/id/term/yue/%E6%89%91>,
        "扑"^^xsd:string ;
    rdfs:comment "pound, beat, strike; attack"@en .

<http://lexvo.org/id/char/6252> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%89%92>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C4%81%200847.050%3Ap%C3%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C4%81%20p%C4%81%20p%C3%A1>,
        <http://lexvo.org/id/term/kor/%E6%89%92>,
        <http://lexvo.org/id/term/kor/PAY>,
        <http://lexvo.org/id/term/vie/b%E1%BA%AFt>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/paa1%20paa4>,
        <http://lexvo.org/id/term/yue/%E6%89%92>,
        "扒"^^xsd:string ;
    rdfs:comment "scratch; dig up; crawl; crouch"@en .

<http://lexvo.org/id/char/6253> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%89%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%A1%200190.020%3Ad%C7%8E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C7%8E%20d%C3%A1>,
        <http://lexvo.org/id/term/kor/%E6%89%93>,
        <http://lexvo.org/id/term/kor/THA%20CENG>,
        <http://lexvo.org/id/term/vie/%C4%91%E1%BA%A3>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/daa1%20daa2>,
        <http://lexvo.org/id/term/yue/%E6%89%93>,
        "打"^^xsd:string ;
    rdfs:comment "strike, hit, beat; fight; attack"@en .

<http://lexvo.org/id/char/6254> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%89%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/r%C4%93ng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/r%C4%93ng%20r%C3%A8ng>,
        <http://lexvo.org/id/term/vie/n%E1%BA%ABy>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jing4%20wing1%20wing4>,
        <http://lexvo.org/id/term/yue/%E6%89%94>,
        "扔"^^xsd:string ;
    rdfs:comment "throw, hurl; throw away, cast"@en .

<http://lexvo.org/id/char/6255> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%89%95>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%BA>,
        <http://lexvo.org/id/term/kor/%E6%89%95>,
        <http://lexvo.org/id/term/kor/PWUL%20PHIL>,
        <http://lexvo.org/id/term/vie/ch%C3%A0ng>,
        "払"^^xsd:string ;
    rdfs:comment "shake off, brush away; dust"@en .

<http://lexvo.org/id/char/6256> a lvont:Character ;
    lvont:represents "扖"^^xsd:string .

<http://lexvo.org/id/char/6257> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%89%97>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C3%A0i>,
        <http://lexvo.org/id/term/kor/%E6%89%97>,
        <http://lexvo.org/id/term/kor/CAY>,
        <http://lexvo.org/id/term/vie/nh%E1%BB%95>,
        "扗"^^xsd:string .

<http://lexvo.org/id/char/6258> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%89%98>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/tu%C5%8D>,
        <http://lexvo.org/id/term/kor/%E6%89%98>,
        <http://lexvo.org/id/term/kor/THAK>,
        <http://lexvo.org/id/term/vie/th%C3%A1c%20th%C3%A1ch%20th%E1%BB%91c%20th%C6%B0%E1%BB%9Bc%20th%C6%B0%E1%BB%9Bt>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tok3>,
        <http://lexvo.org/id/term/yue/%E6%89%98>,
        "托"^^xsd:string ;
    rdfs:comment "to hold up with palm; to support, rely on"@en .

<http://lexvo.org/id/char/6259> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%89%99>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%A0ng>,
        <http://lexvo.org/id/term/vie/r%C6%B0%E1%BB%A3n>,
        "扙"^^xsd:string .

<http://lexvo.org/id/char/625A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%89%9A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/di%C4%81o>,
        "扚"^^xsd:string .

<http://lexvo.org/id/char/625B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%89%9B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C4%81ng%200634.060%3Ak%C3%A1ng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C3%A1ng%20g%C4%81ng>,
        <http://lexvo.org/id/term/kor/%E6%89%9B>,
        <http://lexvo.org/id/term/kor/KANG>,
        <http://lexvo.org/id/term/vie/gi%C4%83ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gong1%20kong1>,
        <http://lexvo.org/id/term/yue/%E6%89%9B>,
        "扛"^^xsd:string ;
    rdfs:comment "carry on shoulders; lift"@en .

<http://lexvo.org/id/char/625C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%89%9C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C5%AB>,
        <http://lexvo.org/id/term/vie/vo>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jyu1>,
        <http://lexvo.org/id/term/yue/%E6%89%9C>,
        "扜"^^xsd:string .

<http://lexvo.org/id/char/625D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%89%9D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C5%AB%20w%C5%AB>,
        "扝"^^xsd:string .

<http://lexvo.org/id/char/625E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%89%9E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C7%8En%200440.020%2C0441.021%3Ah%C3%A0n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A0n%20g%C7%8En>,
        <http://lexvo.org/id/term/kor/%E6%89%9E>,
        <http://lexvo.org/id/term/kor/HAN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hon6>,
        <http://lexvo.org/id/term/yue/%E6%89%9E>,
        "扞"^^xsd:string ;
    rdfs:comment "ward off, withstand, resist"@en .

<http://lexvo.org/id/char/625F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%89%9F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C4%93n>,
        "扟"^^xsd:string .

<http://lexvo.org/id/char/6260> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%89%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C4%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C4%81%20zh%C7%8E>,
        <http://lexvo.org/id/term/vie/xoa>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/caa1>,
        <http://lexvo.org/id/term/yue/%E6%89%A0>,
        "扠"^^xsd:string ;
    rdfs:comment "pick up with fork or pincers"@en .

<http://lexvo.org/id/char/6261> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%89%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%90%20ch%C7%90%20tu%C5%8D>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ci2%20to1>,
        <http://lexvo.org/id/term/yue/%E6%89%A1>,
        "扡"^^xsd:string ;
    rdfs:comment "drag along"@en .

<http://lexvo.org/id/char/6262> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%89%A2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C7%94%20g%C4%93%20x%C3%AC>,
        <http://lexvo.org/id/term/vie/ng%E1%BA%AFt>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gwat1%20ngat6>,
        <http://lexvo.org/id/term/yue/%E6%89%A2>,
        "扢"^^xsd:string ;
    rdfs:comment "caper"@en .

<http://lexvo.org/id/char/6263> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%89%A3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C3%B2u>,
        <http://lexvo.org/id/term/kor/%E6%89%A3>,
        <http://lexvo.org/id/term/kor/KWU>,
        <http://lexvo.org/id/term/vie/kh%E1%BA%A5u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kau3>,
        <http://lexvo.org/id/term/yue/%E6%89%A3>,
        "扣"^^xsd:string ;
    rdfs:comment "knock, strike, rap, tap; button"@en .

<http://lexvo.org/id/char/6264> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%89%A4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/at1%20ngaat6%20ngat1>,
        <http://lexvo.org/id/term/yue/%E6%89%A4>,
        "扤"^^xsd:string ;
    rdfs:comment "to thrust; to move"@en .

<http://lexvo.org/id/char/6265> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%89%A5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/tu%C5%8D>,
        "扥"^^xsd:string .

<http://lexvo.org/id/char/6266> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%89%A6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C4%81n>,
        <http://lexvo.org/id/term/vie/xi%C3%AAn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cin1>,
        <http://lexvo.org/id/term/yue/%E6%89%A6>,
        "扦"^^xsd:string ;
    rdfs:comment "probe, poke, prick, pierce"@en .

<http://lexvo.org/id/char/6267> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%89%A7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zap1>,
        <http://lexvo.org/id/term/yue/%E6%89%A7>,
        "执"^^xsd:string ;
    rdfs:comment "hold in hand; keep; carry out"@en .

<http://lexvo.org/id/char/6268> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%89%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/r%C3%A8n>,
        <http://lexvo.org/id/term/kor/%E6%89%A8>,
        <http://lexvo.org/id/term/kor/IN>,
        <http://lexvo.org/id/term/vie/nh%E1%BA%A5n>,
        "扨"^^xsd:string ;
    rdfs:comment "pick up with fork or pincers"@en .

<http://lexvo.org/id/char/6269> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%89%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ku%C3%B2>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kwong3>,
        <http://lexvo.org/id/term/yue/%E6%89%A9>,
        "扩"^^xsd:string ;
    rdfs:comment "expand, enlarge, stretch"@en .

<http://lexvo.org/id/char/626A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%89%AA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A9n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mun4>,
        <http://lexvo.org/id/term/yue/%E6%89%AA>,
        "扪"^^xsd:string ;
    rdfs:comment "stoke, pat, feel by hand, grope"@en .

<http://lexvo.org/id/char/626B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%89%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C7%8Eo%200989.040%3As%C3%A0o>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C7%8Eo%20s%C3%A0o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sou2%20sou3>,
        <http://lexvo.org/id/term/yue/%E6%89%AB>,
        "扫"^^xsd:string ;
    rdfs:comment "sweep, clear away; exterminate"@en .

<http://lexvo.org/id/char/626C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%89%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A1ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/joeng4>,
        <http://lexvo.org/id/term/yue/%E6%89%AC>,
        "扬"^^xsd:string ;
    rdfs:comment "scatter, spread; praise"@en .

<http://lexvo.org/id/char/626D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%89%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ni%C7%94>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/nau2>,
        <http://lexvo.org/id/term/yue/%E6%89%AD>,
        "扭"^^xsd:string ;
    rdfs:comment "turn, twist, wrench; seize, grasp"@en .

<http://lexvo.org/id/char/626E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%89%AE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E6%89%AE>,
        <http://lexvo.org/id/term/kor/PWUN%20PAN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/baan3%20baan6>,
        <http://lexvo.org/id/term/yue/%E6%89%AE>,
        "扮"^^xsd:string ;
    rdfs:comment "dress up; dress up as"@en .

<http://lexvo.org/id/char/626F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%89%AF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C4%9B>,
        <http://lexvo.org/id/term/kor/%E6%89%AF>,
        <http://lexvo.org/id/term/kor/CHA>,
        <http://lexvo.org/id/term/vie/ch%E1%BA%A3i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ce2>,
        <http://lexvo.org/id/term/yue/%E6%89%AF>,
        "扯"^^xsd:string ;
    rdfs:comment "rip up, tear down; raise; haul"@en .

<http://lexvo.org/id/char/6270> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%89%B0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/r%C7%8Eo>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/r%C7%8Eo%20r%C3%B3u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jiu2%20jiu5>,
        <http://lexvo.org/id/term/yue/%E6%89%B0>,
        "扰"^^xsd:string ;
    rdfs:comment "disturb, annoy, agitate"@en .

<http://lexvo.org/id/char/6271> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%89%B1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C4%AB%20ch%C4%81>,
        <http://lexvo.org/id/term/kor/%E6%89%B1>,
        <http://lexvo.org/id/term/kor/KUP%20SAP>,
        <http://lexvo.org/id/term/vie/g%E1%BA%AFp>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kap1>,
        <http://lexvo.org/id/term/yue/%E6%89%B1>,
        "扱"^^xsd:string ;
    rdfs:comment "collect, draw in, gather; receive"@en .

<http://lexvo.org/id/char/6272> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%89%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C3%A1n>,
        <http://lexvo.org/id/term/vie/c%E1%BA%A7m>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ngam4>,
        <http://lexvo.org/id/term/yue/%E6%89%B2>,
        "扲"^^xsd:string ;
    rdfs:comment "(Cant.) to pull out"@en .

<http://lexvo.org/id/char/6273> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%89%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C4%81n%200851.040%3Ap%C4%81n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C4%81n%20p%C4%81n>,
        <http://lexvo.org/id/term/kor/%E6%89%B3>,
        <http://lexvo.org/id/term/kor/PAN>,
        <http://lexvo.org/id/term/vie/b%E1%BA%B3n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/paan1>,
        <http://lexvo.org/id/term/yue/%E6%89%B3>,
        "扳"^^xsd:string ;
    rdfs:comment "pull; drag; right itself"@en .

<http://lexvo.org/id/char/6274> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%89%B4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%A1>,
        "扴"^^xsd:string .

<http://lexvo.org/id/char/6275> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%89%B5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%BA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jyu1>,
        <http://lexvo.org/id/term/yue/%E6%89%B5>,
        "扵"^^xsd:string ;
    rdfs:comment "in, on, at, by, from; than; with reference to; compared with"@en .

<http://lexvo.org/id/char/6276> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%89%B6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%BA%20p%C3%BA>,
        <http://lexvo.org/id/term/kor/%E6%89%B6>,
        <http://lexvo.org/id/term/kor/PWU>,
        <http://lexvo.org/id/term/vie/ph%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fu4>,
        <http://lexvo.org/id/term/yue/%E6%89%B6>,
        "扶"^^xsd:string ;
    rdfs:comment "support, help; protect; hold on"@en .

<http://lexvo.org/id/char/6277> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C3%A0o>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%89%B7>,
        "扷"^^xsd:string .

<http://lexvo.org/id/char/6278> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%89%B8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C4%AB>,
        "扸"^^xsd:string .

<http://lexvo.org/id/char/6279> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%89%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C4%AB>,
        <http://lexvo.org/id/term/kor/%E6%89%B9>,
        <http://lexvo.org/id/term/kor/PI%20PYEL>,
        <http://lexvo.org/id/term/vie/ph%C3%AA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/pai1>,
        <http://lexvo.org/id/term/yue/%E6%89%B9>,
        "批"^^xsd:string ;
    rdfs:comment "comment, criticize; wholesale"@en .

<http://lexvo.org/id/char/627A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%89%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C7%90>,
        <http://lexvo.org/id/term/kor/%E6%89%BA>,
        <http://lexvo.org/id/term/kor/CI>,
        <http://lexvo.org/id/term/vie/ch%E1%BB%89>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zi2>,
        <http://lexvo.org/id/term/yue/%E6%89%BA>,
        "扺"^^xsd:string ;
    rdfs:comment "to strike one's palm with one's fist"@en .

<http://lexvo.org/id/char/627B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%89%BB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C3%AC%20ji%C3%A9%20zh%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ham2%20ham6%20zit3>,
        <http://lexvo.org/id/term/yue/%E6%89%BB>,
        "扻"^^xsd:string ;
    rdfs:comment "to strike; to run against to throw, as a stone"@en .

<http://lexvo.org/id/char/627C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C3%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%89%BC>,
        <http://lexvo.org/id/term/kor/%E6%89%BC>,
        <http://lexvo.org/id/term/kor/AYK>,
        <http://lexvo.org/id/term/vie/%C3%A1ch>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/aa1%20aak1%20ak1>,
        <http://lexvo.org/id/term/yue/%E6%89%BC>,
        "扼"^^xsd:string ;
    rdfs:comment "grasp, clutch; choke, strangle"@en .

<http://lexvo.org/id/char/627D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%89%BD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%A8n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%B9n%20d%C3%A8n>,
        <http://lexvo.org/id/term/vie/%C4%91%C3%B9n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dan3%20dan6>,
        <http://lexvo.org/id/term/yue/%E6%89%BD>,
        "扽"^^xsd:string ;
    rdfs:comment "to move, to shake"@en .

<http://lexvo.org/id/char/627E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%89%BE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C7%8Eo>,
        <http://lexvo.org/id/term/kor/%E6%89%BE>,
        <http://lexvo.org/id/term/kor/CO>,
        <http://lexvo.org/id/term/vie/qu%C6%A1>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zaau2>,
        <http://lexvo.org/id/term/yue/%E6%89%BE>,
        "找"^^xsd:string ;
    rdfs:comment "search, seek, look for; find"@en .

<http://lexvo.org/id/char/627F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%89%BF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%A9ng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%A9ng%20zh%C4%9Bng>,
        <http://lexvo.org/id/term/kor/%E6%89%BF>,
        <http://lexvo.org/id/term/kor/SUNG>,
        <http://lexvo.org/id/term/vie/th%E1%BB%ABa>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sing4>,
        <http://lexvo.org/id/term/yue/%E6%89%BF>,
        "承"^^xsd:string ;
    rdfs:comment "inherit, receive; succeed"@en .

<http://lexvo.org/id/char/6280> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%8A%80>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%AC>,
        <http://lexvo.org/id/term/kor/%E6%8A%80>,
        <http://lexvo.org/id/term/kor/KI>,
        <http://lexvo.org/id/term/vie/k%C4%A9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gei6>,
        <http://lexvo.org/id/term/yue/%E6%8A%80>,
        "技"^^xsd:string ;
    rdfs:comment "skill, ability, talent, ingenuity"@en .

<http://lexvo.org/id/char/6281> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%8A%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%8En>,
        "抁"^^xsd:string .

<http://lexvo.org/id/char/6282> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%8A%82>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ku%C3%A1ng>,
        "抂"^^xsd:string .

<http://lexvo.org/id/char/6283> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%8A%83>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/bi%C3%A0n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/bi%C3%A0n%20p%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E6%8A%83>,
        <http://lexvo.org/id/term/kor/PYEN>,
        <http://lexvo.org/id/term/vie/b%E1%BB%87n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bin6>,
        <http://lexvo.org/id/term/yue/%E6%8A%83>,
        "抃"^^xsd:string ;
    rdfs:comment "to clap hands; to cheer"@en .

<http://lexvo.org/id/char/6284> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%8A%84>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C4%81o>,
        <http://lexvo.org/id/term/kor/%E6%8A%84>,
        <http://lexvo.org/id/term/kor/CHO>,
        <http://lexvo.org/id/term/vie/sao>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/caau1>,
        <http://lexvo.org/id/term/yue/%E6%8A%84>,
        "抄"^^xsd:string ;
    rdfs:comment "copy, confiscate, seize"@en .

<http://lexvo.org/id/char/6285> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%8A%85>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C5%AB>,
        "抅"^^xsd:string ;
    rdfs:comment "to collect; to join together"@en .

<http://lexvo.org/id/char/6286> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%8A%86>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C3%A8n%20w%C4%9Bn>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C4%9Bn>,
        <http://lexvo.org/id/term/kor/%E6%8A%86>,
        <http://lexvo.org/id/term/kor/MWUN>,
        <http://lexvo.org/id/term/vie/v%E1%BA%B7n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/man5>,
        <http://lexvo.org/id/term/yue/%E6%8A%86>,
        "抆"^^xsd:string ;
    rdfs:comment "wipe, rub off"@en .

<http://lexvo.org/id/char/6287> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%8A%87>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%BA%20g%C7%94%20ju%C3%A9>,
        <http://lexvo.org/id/term/vie/nh%E1%BA%B7t>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wat6>,
        <http://lexvo.org/id/term/yue/%E6%8A%87>,
        "抇"^^xsd:string .

<http://lexvo.org/id/char/6288> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%8A%88>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/yu%C3%A8>,
        <http://lexvo.org/id/term/vie/ngo%E1%BA%AFt>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jyut6>,
        <http://lexvo.org/id/term/yue/%E6%8A%88>,
        "抈"^^xsd:string ;
    rdfs:comment "to bend"@en .

<http://lexvo.org/id/char/6289> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%8A%89>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ju%C3%A9>,
        <http://lexvo.org/id/term/kor/%E6%8A%89>,
        <http://lexvo.org/id/term/kor/KYEL>,
        <http://lexvo.org/id/term/vie/kho%C3%A9t>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kyut3>,
        <http://lexvo.org/id/term/yue/%E6%8A%89>,
        "抉"^^xsd:string ;
    rdfs:comment "choose, select; gouge, pluck out"@en .

<http://lexvo.org/id/char/628A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%8A%8A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C7%8E%200019.030%3Ab%C3%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C7%8E%20b%C3%A0>,
        <http://lexvo.org/id/term/kor/%E6%8A%8A>,
        <http://lexvo.org/id/term/kor/PHA>,
        <http://lexvo.org/id/term/vie/b%C3%A3>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/baa2>,
        <http://lexvo.org/id/term/yue/%E6%8A%8A>,
        "把"^^xsd:string ;
    rdfs:comment "hold, take; guard; regard as"@en .

<http://lexvo.org/id/char/628B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%8A%8B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C3%ACn>,
        "抋"^^xsd:string .

<http://lexvo.org/id/char/628C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%8A%8C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C4%9Bn%20sh%C3%A8n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dam2>,
        <http://lexvo.org/id/term/yue/%E6%8A%8C>,
        "抌"^^xsd:string ;
    rdfs:comment "to bale out water, to dip"@en .

<http://lexvo.org/id/char/628D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%8A%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C4%9Bng>,
        "抍"^^xsd:string ;
    rdfs:comment "to lift up; to rescue, save"@en .

<http://lexvo.org/id/char/628E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%8A%8E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%94n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wan5>,
        <http://lexvo.org/id/term/yue/%E6%8A%8E>,
        "抎"^^xsd:string .

<http://lexvo.org/id/char/628F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%8A%8F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C3%A1n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C3%A1n%20w%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jyun4%20waan4%20wun6>,
        <http://lexvo.org/id/term/yue/%E6%8A%8F>,
        "抏"^^xsd:string .

<http://lexvo.org/id/char/6290> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%8A%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C3%B9>,
        "抐"^^xsd:string .

<http://lexvo.org/id/char/6291> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%8A%91>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%AC>,
        <http://lexvo.org/id/term/kor/%E6%8A%91>,
        <http://lexvo.org/id/term/kor/EK>,
        <http://lexvo.org/id/term/vie/%E1%BB%A9c>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jik1>,
        <http://lexvo.org/id/term/yue/%E6%8A%91>,
        "抑"^^xsd:string ;
    rdfs:comment "press down, repress; curb, hinder"@en .

<http://lexvo.org/id/char/6292> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%8A%92>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C5%AB>,
        <http://lexvo.org/id/term/kor/%E6%8A%92>,
        <http://lexvo.org/id/term/kor/SE%20CE>,
        <http://lexvo.org/id/term/vie/tr%E1%BB%AF>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/syu1>,
        <http://lexvo.org/id/term/yue/%E6%8A%92>,
        "抒"^^xsd:string ;
    rdfs:comment "express; eliminate; relieve"@en .

<http://lexvo.org/id/char/6293> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%8A%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zhu%C4%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zhu%C4%81%20zh%C4%81o>,
        <http://lexvo.org/id/term/kor/%E6%8A%93>,
        <http://lexvo.org/id/term/kor/CO>,
        <http://lexvo.org/id/term/vie/co>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/aau1%20zaa1%20zaau2>,
        <http://lexvo.org/id/term/yue/%E6%8A%93>,
        "抓"^^xsd:string ;
    rdfs:comment "scratch; clutch, seize, grab"@en .

<http://lexvo.org/id/char/6294> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%8A%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%B3u>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%B3u%20b%C3%A0o>,
        <http://lexvo.org/id/term/kor/%E6%8A%94>,
        <http://lexvo.org/id/term/kor/PWU>,
        <http://lexvo.org/id/term/vie/b%E1%BB%93i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/pau4>,
        <http://lexvo.org/id/term/yue/%E6%8A%94>,
        "抔"^^xsd:string ;
    rdfs:comment "take or hold up in both hands"@en .

<http://lexvo.org/id/char/6295> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%8A%95>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%B3u>,
        <http://lexvo.org/id/term/kor/%E6%8A%95>,
        <http://lexvo.org/id/term/kor/THWU>,
        <http://lexvo.org/id/term/vie/%C4%91%E1%BA%A7u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tau4>,
        <http://lexvo.org/id/term/yue/%E6%8A%95>,
        "投"^^xsd:string ;
    rdfs:comment "throw, cast, fling, pitch; jump"@en .

<http://lexvo.org/id/char/6296> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%8A%96>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C7%92u>,
        <http://lexvo.org/id/term/kor/%E6%8A%96>,
        <http://lexvo.org/id/term/kor/TWU>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dau2>,
        <http://lexvo.org/id/term/yue/%E6%8A%96>,
        "抖"^^xsd:string ;
    rdfs:comment "tremble, shake, rouse; give shake"@en .

<http://lexvo.org/id/char/6297> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%8A%97>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C3%A0ng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C3%A0ng%20k%C3%A1ng>,
        <http://lexvo.org/id/term/kor/%E6%8A%97>,
        <http://lexvo.org/id/term/kor/HANG>,
        <http://lexvo.org/id/term/vie/kh%C3%A1ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kong3>,
        <http://lexvo.org/id/term/yue/%E6%8A%97>,
        "抗"^^xsd:string ;
    rdfs:comment "resist, oppose, defy, reject"@en .

<http://lexvo.org/id/char/6298> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%8A%98>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%A9%201462.040%3Azh%C4%93%201463.030%3Azh%C3%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%A9%20sh%C3%A9%20zh%C4%93>,
        <http://lexvo.org/id/term/kor/%E6%8A%98>,
        <http://lexvo.org/id/term/kor/CEL%20CEY>,
        <http://lexvo.org/id/term/vie/chi%E1%BA%BFt>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zit3>,
        <http://lexvo.org/id/term/yue/%E6%8A%98>,
        "折"^^xsd:string ;
    rdfs:comment "break off, snap; bend"@en .

<http://lexvo.org/id/char/6299> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%8A%99>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%B3u%20p%C5%8Du%20f%C5%AB>,
        "抙"^^xsd:string .

<http://lexvo.org/id/char/629A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%8A%9A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C7%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C7%94%20h%C5%AB>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fu2>,
        <http://lexvo.org/id/term/yue/%E6%8A%9A>,
        "抚"^^xsd:string ;
    rdfs:comment "pat, console, comfort; pacify"@en .

<http://lexvo.org/id/char/629B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%8A%9B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C4%81o>,
        <http://lexvo.org/id/term/kor/%E6%8A%9B>,
        <http://lexvo.org/id/term/kor/PHO>,
        <http://lexvo.org/id/term/vie/phao>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/paau1>,
        <http://lexvo.org/id/term/yue/%E6%8A%9B>,
        "抛"^^xsd:string ;
    rdfs:comment "throw (away)"@en .

<http://lexvo.org/id/char/629C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%8A%9C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%A1>,
        <http://lexvo.org/id/term/kor/%E6%8A%9C>,
        <http://lexvo.org/id/term/kor/PAL%20PHAY>,
        "抜"^^xsd:string ;
    rdfs:comment "uproot, pull out"@en .

<http://lexvo.org/id/char/629D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C7%8Eo%200012.141%3A%C3%A0o%200838.071%3Ani%C3%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%C7%8Eo%20ni%C3%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%8A%9D>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/aau2%20aau3>,
        <http://lexvo.org/id/term/yue/%E6%8A%9D>,
        "抝"^^xsd:string .

<http://lexvo.org/id/char/629E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%8A%9E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C3%A9>,
        <http://lexvo.org/id/term/kor/%E6%8A%9E>,
        <http://lexvo.org/id/term/kor/THAYK>,
        "択"^^xsd:string ;
    rdfs:comment "select, choose, pick out"@en .

<http://lexvo.org/id/char/629F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%8A%9F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/tu%C3%A1n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/tu%C3%A1n%20zhu%C4%81n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tyun4>,
        <http://lexvo.org/id/term/yue/%E6%8A%9F>,
        "抟"^^xsd:string ;
    rdfs:comment "roll around with hand; model"@en .

<http://lexvo.org/id/char/62A0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%8A%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C5%8Du>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kau1>,
        <http://lexvo.org/id/term/yue/%E6%8A%A0>,
        "抠"^^xsd:string ;
    rdfs:comment "raise, lift up; tight-fisted"@en .

<http://lexvo.org/id/char/62A1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%8A%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%BAn%20l%C5%ABn>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C5%ABn%200746.020%3Al%C3%BAn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/leon4>,
        <http://lexvo.org/id/term/yue/%E6%8A%A1>,
        "抡"^^xsd:string ;
    rdfs:comment "swing, brandish, flourish"@en .

<http://lexvo.org/id/char/62A2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%8A%A2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C4%81ng%200918.010%3Aqi%C7%8Eng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C7%8Eng%20qi%C4%81ng%20ch%C4%93ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/coeng2>,
        <http://lexvo.org/id/term/yue/%E6%8A%A2>,
        "抢"^^xsd:string ;
    rdfs:comment "plunder, rob, take by force"@en .

<http://lexvo.org/id/char/62A3> a lvont:Character ;
    lvont:represents "抣"^^xsd:string .

<http://lexvo.org/id/char/62A4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%8A%A4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wu6>,
        <http://lexvo.org/id/term/yue/%E6%8A%A4>,
        "护"^^xsd:string ;
    rdfs:comment "protect, guard, defend, shelter"@en .

<http://lexvo.org/id/char/62A5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%8A%A5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%A0o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bou3>,
        <http://lexvo.org/id/term/yue/%E6%8A%A5>,
        "报"^^xsd:string ;
    rdfs:comment "report, tell, announce"@en .

<http://lexvo.org/id/char/62A6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%8A%A6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C7%90ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bing2>,
        <http://lexvo.org/id/term/yue/%E6%8A%A6>,
        "抦"^^xsd:string ;
    rdfs:comment "(Cant.) to beat"@en .

<http://lexvo.org/id/char/62A7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%8A%A7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C7%90>,
        "抧"^^xsd:string .

<http://lexvo.org/id/char/62A8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%8A%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C4%93ng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C4%93ng%20b%C4%93ng>,
        <http://lexvo.org/id/term/kor/%E6%8A%A8>,
        <http://lexvo.org/id/term/kor/PHYENG>,
        <http://lexvo.org/id/term/vie/banh>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/paang1%20ping1%20ping4>,
        <http://lexvo.org/id/term/yue/%E6%8A%A8>,
        "抨"^^xsd:string ;
    rdfs:comment "impeach, censure; attack"@en .

<http://lexvo.org/id/char/62A9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%8A%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C4%81n>,
        <http://lexvo.org/id/term/vie/nh%C3%B3m>,
        "抩"^^xsd:string .

<http://lexvo.org/id/char/62AA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%8A%AA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C5%AB>,
        <http://lexvo.org/id/term/vie/b%C3%B3>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bo3>,
        <http://lexvo.org/id/term/yue/%E6%8A%AA>,
        "抪"^^xsd:string ;
    rdfs:comment "to scatter, spread"@en .

<http://lexvo.org/id/char/62AB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%8A%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C4%AB>,
        <http://lexvo.org/id/term/kor/%E6%8A%AB>,
        <http://lexvo.org/id/term/kor/PHI>,
        <http://lexvo.org/id/term/vie/ph%C6%A1>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/pei1>,
        <http://lexvo.org/id/term/yue/%E6%8A%AB>,
        "披"^^xsd:string ;
    rdfs:comment "wear; split; crack"@en .

<http://lexvo.org/id/char/62AC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%8A%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%A1i>,
        <http://lexvo.org/id/term/kor/%E6%8A%AC>,
        <http://lexvo.org/id/term/kor/THAY>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/toi4>,
        <http://lexvo.org/id/term/yue/%E6%8A%AC>,
        "抬"^^xsd:string ;
    rdfs:comment "lift, carry"@en .

<http://lexvo.org/id/char/62AD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%8A%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%8Eo%20y%C3%B3u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jiu5>,
        <http://lexvo.org/id/term/yue/%E6%8A%AD>,
        "抭"^^xsd:string .

<http://lexvo.org/id/char/62AE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%8A%AE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C4%9Bn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zan2>,
        <http://lexvo.org/id/term/yue/%E6%8A%AE>,
        "抮"^^xsd:string ;
    rdfs:comment "to revolve, rotate"@en .

<http://lexvo.org/id/char/62AF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%8A%AF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C4%81>,
        <http://lexvo.org/id/term/vie/v%E1%BA%A3>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ce2>,
        <http://lexvo.org/id/term/yue/%E6%8A%AF>,
        "抯"^^xsd:string ;
    rdfs:comment "(Cant.) to grasp, hold"@en .

<http://lexvo.org/id/char/62B0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%8A%B0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%8Eng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/joeng2>,
        <http://lexvo.org/id/term/yue/%E6%8A%B0>,
        "抰"^^xsd:string .

<http://lexvo.org/id/char/62B1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%8A%B1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%A0o>,
        <http://lexvo.org/id/term/kor/%E6%8A%B1>,
        <http://lexvo.org/id/term/kor/PHO>,
        <http://lexvo.org/id/term/vie/b%C3%A3o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bou6%20pou5>,
        <http://lexvo.org/id/term/yue/%E6%8A%B1>,
        "抱"^^xsd:string ;
    rdfs:comment "embrace, hold in arms, enfold"@en .

<http://lexvo.org/id/char/62B2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%8A%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C4%93>,
        "抲"^^xsd:string .

<http://lexvo.org/id/char/62B3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%8A%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C7%90>,
        <http://lexvo.org/id/term/vie/nai>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/nai4>,
        <http://lexvo.org/id/term/yue/%E6%8A%B3>,
        "抳"^^xsd:string ;
    rdfs:comment "(Cant.) to crush, mash, grind"@en .

<http://lexvo.org/id/char/62B4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%8A%B4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%AC%20y%C3%A8>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jai6%20zai6>,
        <http://lexvo.org/id/term/yue/%E6%8A%B4>,
        "抴"^^xsd:string .

<http://lexvo.org/id/char/62B5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%8A%B5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C7%90>,
        <http://lexvo.org/id/term/kor/%E6%8A%B5>,
        <http://lexvo.org/id/term/kor/CE%20CI>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dai2>,
        <http://lexvo.org/id/term/yue/%E6%8A%B5>,
        "抵"^^xsd:string ;
    rdfs:comment "resist, oppose; deny; off-set"@en .

<http://lexvo.org/id/char/62B6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%8A%B6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%AC>,
        <http://lexvo.org/id/term/vie/th%E1%BA%AFt>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cik1%20maat3%20mut3>,
        <http://lexvo.org/id/term/yue/%E6%8A%B6>,
        "抶"^^xsd:string ;
    rdfs:comment "beat"@en .

<http://lexvo.org/id/char/62B7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%8A%B7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C4%AB>,
        <http://lexvo.org/id/term/vie/ph%C6%A1>,
        "抷"^^xsd:string .

<http://lexvo.org/id/char/62B8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%8A%B8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C4%81>,
        <http://lexvo.org/id/term/vie/b%E1%BA%B9p>,
        "抸"^^xsd:string .

<http://lexvo.org/id/char/62B9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%8A%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C4%81%200800.080%3Am%C7%92%200802.010%3Am%C3%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C7%92%20m%C4%81%20m%C3%B2>,
        <http://lexvo.org/id/term/kor/%E6%8A%B9>,
        <http://lexvo.org/id/term/kor/MAL>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/maat3%20mut3>,
        <http://lexvo.org/id/term/yue/%E6%8A%B9>,
        "抹"^^xsd:string ;
    rdfs:comment "smear, apply, wipe off, erase"@en .

<http://lexvo.org/id/char/62BA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%8A%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A8i>,
        <http://lexvo.org/id/term/vie/v%E1%BA%A7y>,
        "抺"^^xsd:string .

<http://lexvo.org/id/char/62BB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%8A%BB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C4%93n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%A8n%20sh%C4%93n%20ch%C4%93n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/can2>,
        <http://lexvo.org/id/term/yue/%E6%8A%BB>,
        "抻"^^xsd:string ;
    rdfs:comment "pull"@en .

<http://lexvo.org/id/char/62BC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%8A%BC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C4%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C4%81%20xi%C3%A1>,
        <http://lexvo.org/id/term/kor/%E6%8A%BC>,
        <http://lexvo.org/id/term/kor/AP%20KAP>,
        <http://lexvo.org/id/term/vie/%C3%A1p>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/aap3%20aat3>,
        <http://lexvo.org/id/term/yue/%E6%8A%BC>,
        "押"^^xsd:string ;
    rdfs:comment "mortgage, pledge; deposit; to pawn; to arrest, detain, guard"@en .

<http://lexvo.org/id/char/62BD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%8A%BD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C5%8Du>,
        <http://lexvo.org/id/term/kor/%E6%8A%BD>,
        <http://lexvo.org/id/term/kor/CHWU>,
        <http://lexvo.org/id/term/vie/tr%E1%BB%ABu>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cau1>,
        <http://lexvo.org/id/term/yue/%E6%8A%BD>,
        "抽"^^xsd:string ;
    rdfs:comment "draw out, pull out; sprout"@en .

<http://lexvo.org/id/char/62BE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%8A%BE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C5%AB%20ji%C3%A9>,
        <http://lexvo.org/id/term/vie/kh%E1%BB%A9a>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gip3%20keoi1>,
        <http://lexvo.org/id/term/yue/%E6%8A%BE>,
        "抾"^^xsd:string .

<http://lexvo.org/id/char/62BF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%8A%BF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C7%90n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/man5>,
        <http://lexvo.org/id/term/yue/%E6%8A%BF>,
        "抿"^^xsd:string ;
    rdfs:comment "pucker up lips in smile; press"@en .

<http://lexvo.org/id/char/62C0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%8B%80>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%B9>,
        "拀"^^xsd:string .

<http://lexvo.org/id/char/62C1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%8B%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C4%81>,
        <http://lexvo.org/id/term/vie/gi%C6%A1>,
        "拁"^^xsd:string .

<http://lexvo.org/id/char/62C2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%8B%82>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%BA%20b%C3%AC>,
        <http://lexvo.org/id/term/kor/%E6%8B%82>,
        <http://lexvo.org/id/term/kor/PWUL%20PHIL>,
        <http://lexvo.org/id/term/vie/ph%E1%BA%A5t>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/faak1%20fat1>,
        <http://lexvo.org/id/term/yue/%E6%8B%82>,
        "拂"^^xsd:string ;
    rdfs:comment "shake off, brush away; dust"@en .

<http://lexvo.org/id/char/62C3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%8B%83>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C7%8E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C7%8En%20zh%C3%A0>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zaa6>,
        <http://lexvo.org/id/term/yue/%E6%8B%83>,
        "拃"^^xsd:string ;
    rdfs:comment "grope, press, span"@en .

<http://lexvo.org/id/char/62C4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%8B%84>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C7%94>,
        <http://lexvo.org/id/term/kor/%E6%8B%84>,
        <http://lexvo.org/id/term/kor/CWU>,
        <http://lexvo.org/id/term/vie/ch%E1%BB%A7>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zyu2>,
        <http://lexvo.org/id/term/yue/%E6%8B%84>,
        "拄"^^xsd:string ;
    rdfs:comment "lean on; post; prod; ridicule"@en .

<http://lexvo.org/id/char/62C5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%8B%85>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%A0n%20d%C4%81n%20d%C7%8En%20qi%C3%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C4%81n%200210.043%3Ad%C7%8En%200212.120%3Ad%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E6%8B%85>,
        <http://lexvo.org/id/term/kor/TAN>,
        <http://lexvo.org/id/term/vie/%C4%91am%20%C4%91%E1%BA%A3m%20%C4%91%E1%BA%B5n%20%C4%91%E1%BA%AFn%20%C4%91%E1%BA%B5m%20t%E1%BA%A1>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/daam1>,
        <http://lexvo.org/id/term/yue/%E6%8B%85>,
        "担"^^xsd:string ;
    rdfs:comment "carry, bear, undertake"@en .

<http://lexvo.org/id/char/62C6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%8B%86>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C4%81%200115.110%3Ach%C4%81i>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C4%81i%20c%C4%81%20ch%C3%A8>,
        <http://lexvo.org/id/term/kor/%E6%8B%86>,
        <http://lexvo.org/id/term/kor/THAK>,
        <http://lexvo.org/id/term/vie/s%C3%A1ch>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/caak3>,
        <http://lexvo.org/id/term/yue/%E6%8B%86>,
        "拆"^^xsd:string ;
    rdfs:comment "to break up, split apart, rip open; to destroy"@en .

<http://lexvo.org/id/char/62C7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%8B%87>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C7%94>,
        <http://lexvo.org/id/term/kor/%E6%8B%87>,
        <http://lexvo.org/id/term/kor/MWU>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mou5>,
        <http://lexvo.org/id/term/yue/%E6%8B%87>,
        "拇"^^xsd:string ;
    rdfs:comment "thumb; big toe"@en .

<http://lexvo.org/id/char/62C8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%8B%88>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ni%C3%A1n%20ni%C4%81n%20ni%C7%8En%20di%C4%81n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ni%C4%81n>,
        <http://lexvo.org/id/term/kor/%E6%8B%88>,
        <http://lexvo.org/id/term/kor/NYEM>,
        <http://lexvo.org/id/term/vie/ch%C3%AAm>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/nim1%20nin2>,
        <http://lexvo.org/id/term/yue/%E6%8B%88>,
        "拈"^^xsd:string ;
    rdfs:comment "pick up with fingers; draw lots"@en .

<http://lexvo.org/id/char/62C9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%8B%89>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C4%81%200668.010%3Al%C3%A1%200668.050%3Al%C7%8E%200669.070%3Al%C3%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C4%81%20l%C3%A1%20l%C7%8E%20l%C3%A0>,
        <http://lexvo.org/id/term/kor/%E6%8B%89>,
        <http://lexvo.org/id/term/kor/LAP>,
        <http://lexvo.org/id/term/vie/l%E1%BA%A5p>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/laa1%20laai1%20laap6>,
        <http://lexvo.org/id/term/yue/%E6%8B%89>,
        "拉"^^xsd:string ;
    rdfs:comment "pull, drag; seize, hold; lengthen"@en .

<http://lexvo.org/id/char/62CA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%8B%8A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C7%94>,
        <http://lexvo.org/id/term/kor/%E6%8B%8A>,
        <http://lexvo.org/id/term/kor/PWU>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fu2>,
        <http://lexvo.org/id/term/yue/%E6%8B%8A>,
        "拊"^^xsd:string ;
    rdfs:comment "slap; pat; tap; handle of a vessel"@en .

<http://lexvo.org/id/char/62CB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%8B%8B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C4%81o>,
        <http://lexvo.org/id/term/kor/%E6%8B%8B>,
        <http://lexvo.org/id/term/kor/PHO>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/paau1>,
        <http://lexvo.org/id/term/yue/%E6%8B%8B>,
        "拋"^^xsd:string ;
    rdfs:comment "throw (away), abandon, reject"@en .

<http://lexvo.org/id/char/62CC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%8B%8C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%A0n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%A0n%20p%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E6%8B%8C>,
        <http://lexvo.org/id/term/kor/PAN>,
        <http://lexvo.org/id/term/vie/b%E1%BA%AFn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bun3%20bun6%20pun3>,
        <http://lexvo.org/id/term/yue/%E6%8B%8C>,
        "拌"^^xsd:string ;
    rdfs:comment "mix"@en .

<http://lexvo.org/id/char/62CD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%8B%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C4%81i>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C4%81i%20b%C3%B3%20p%C3%B2>,
        <http://lexvo.org/id/term/kor/%E6%8B%8D>,
        <http://lexvo.org/id/term/kor/PAK>,
        <http://lexvo.org/id/term/vie/ph%E1%BA%BFch>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/paak3>,
        <http://lexvo.org/id/term/yue/%E6%8B%8D>,
        "拍"^^xsd:string ;
    rdfs:comment "clap, tap, beat; beat or rhythm"@en .

<http://lexvo.org/id/char/62CE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%8B%8E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C4%ABn>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C4%ABng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ling1>,
        <http://lexvo.org/id/term/yue/%E6%8B%8E>,
        "拎"^^xsd:string ;
    rdfs:comment "to haul; to lift; to take"@en .

<http://lexvo.org/id/char/62CF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%8B%8F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C3%A1>,
        <http://lexvo.org/id/term/kor/%E6%8B%8F>,
        <http://lexvo.org/id/term/kor/NA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/naa4>,
        <http://lexvo.org/id/term/yue/%E6%8B%8F>,
        "拏"^^xsd:string ;
    rdfs:comment "take; bring; grasp, hold; arrest"@en .

<http://lexvo.org/id/char/62D0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%8B%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/gu%C7%8Ei>,
        <http://lexvo.org/id/term/kor/%E6%8B%90>,
        <http://lexvo.org/id/term/kor/KOY>,
        <http://lexvo.org/id/term/vie/qu%E1%BA%A3y%20qu%C3%A1i%20qu%E1%BA%A3i%20qu%E1%BA%A7y>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gwaai2>,
        <http://lexvo.org/id/term/yue/%E6%8B%90>,
        "拐"^^xsd:string ;
    rdfs:comment "kidnap, abduct; turn"@en .

<http://lexvo.org/id/char/62D1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%8B%91>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C3%A1n>,
        <http://lexvo.org/id/term/kor/%E6%8B%91>,
        <http://lexvo.org/id/term/kor/KYEM>,
        <http://lexvo.org/id/term/vie/ki%E1%BB%81m%20c%C3%B9m>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kim4>,
        <http://lexvo.org/id/term/yue/%E6%8B%91>,
        "拑"^^xsd:string ;
    rdfs:comment "to clamp, tie down or pin down"@en .

<http://lexvo.org/id/char/62D2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%8B%92>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%B9%20j%C7%94>,
        <http://lexvo.org/id/term/kor/%E6%8B%92>,
        <http://lexvo.org/id/term/kor/KE%20KWU>,
        <http://lexvo.org/id/term/vie/c%E1%BB%B1>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/keoi5>,
        <http://lexvo.org/id/term/yue/%E6%8B%92>,
        "拒"^^xsd:string ;
    rdfs:comment "ward off with hand, defend"@en .

<http://lexvo.org/id/char/62D3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%8B%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%A0%201174.110%3Atu%C3%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/tu%C3%B2%20t%C3%A0%20zh%C3%AD>,
        <http://lexvo.org/id/term/kor/%E6%8B%93>,
        <http://lexvo.org/id/term/kor/CHEK%20THAK>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/taap3%20tok3>,
        <http://lexvo.org/id/term/yue/%E6%8B%93>,
        "拓"^^xsd:string ;
    rdfs:comment "expand; open up; support or push"@en .

<http://lexvo.org/id/char/62D4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%8B%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%A1%20b%C3%A8i>,
        <http://lexvo.org/id/term/kor/%E6%8B%94>,
        <http://lexvo.org/id/term/kor/PAL%20PHAY>,
        <http://lexvo.org/id/term/vie/b%E1%BA%A1t>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bat6>,
        <http://lexvo.org/id/term/yue/%E6%8B%94>,
        "拔"^^xsd:string ;
    rdfs:comment "uproot, pull out"@en .

<http://lexvo.org/id/char/62D5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%8B%95>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/tu%C5%8D>,
        <http://lexvo.org/id/term/kor/%E6%8B%95>,
        <http://lexvo.org/id/term/kor/THA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/to1>,
        <http://lexvo.org/id/term/yue/%E6%8B%95>,
        "拕"^^xsd:string ;
    rdfs:comment "to drag after, to drag out, from which comes:to involve, to delay, to implicate"@en .

<http://lexvo.org/id/char/62D6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%8B%96>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/tu%C5%8D>,
        <http://lexvo.org/id/term/kor/%E6%8B%96>,
        <http://lexvo.org/id/term/kor/THA>,
        <http://lexvo.org/id/term/vie/%C4%91%C3%A0>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/to1>,
        <http://lexvo.org/id/term/yue/%E6%8B%96>,
        "拖"^^xsd:string ;
    rdfs:comment "drag, tow, haul; delay, prolong"@en .

<http://lexvo.org/id/char/62D7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C7%8Eo%20%C3%A0o%20ni%C3%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%C7%8Eo%200012.140%3A%C3%A0o%200838.070%3Ani%C3%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%8B%97>,
        <http://lexvo.org/id/term/kor/%E6%8B%97>,
        <http://lexvo.org/id/term/kor/YO>,
        <http://lexvo.org/id/term/vie/h%C3%BAc>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/aau2%20aau3%20ngaau3>,
        <http://lexvo.org/id/term/yue/%E6%8B%97>,
        "拗"^^xsd:string ;
    rdfs:comment "to pull, drag, break off, to pluck (a flower); bent, warped; perverse, obstinate"@en .

<http://lexvo.org/id/char/62D8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%8B%98>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C5%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C5%AB%20g%C5%8Du>,
        <http://lexvo.org/id/term/kor/%E6%8B%98>,
        <http://lexvo.org/id/term/kor/KWU>,
        <http://lexvo.org/id/term/vie/c%C3%A2u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/keoi1>,
        <http://lexvo.org/id/term/yue/%E6%8B%98>,
        "拘"^^xsd:string ;
    rdfs:comment "restrain, seize, detain"@en .

<http://lexvo.org/id/char/62D9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%8B%99>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zhu%C3%B3%20zhu%C5%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zhu%C5%8D>,
        <http://lexvo.org/id/term/kor/%E6%8B%99>,
        <http://lexvo.org/id/term/kor/COL>,
        <http://lexvo.org/id/term/vie/ch%C3%BAt>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zyut3%20zyut6>,
        <http://lexvo.org/id/term/yue/%E6%8B%99>,
        "拙"^^xsd:string ;
    rdfs:comment "stupid, clumsy, crude; convention"@en .

<http://lexvo.org/id/char/62DA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%8B%9A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%A0n%200876.061%3Ap%C4%ABn>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%A0n%20f%C4%81n%20f%C3%A8n%20p%C4%ABn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ping1%20pun2%20pun3>,
        <http://lexvo.org/id/term/yue/%E6%8B%9A>,
        "拚"^^xsd:string ;
    rdfs:comment "risk, disregard; go all out for"@en .

<http://lexvo.org/id/char/62DB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%8B%9B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C4%81o>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C4%81o%20qi%C3%A1o%20sh%C3%A1o>,
        <http://lexvo.org/id/term/kor/%E6%8B%9B>,
        <http://lexvo.org/id/term/kor/CHO%20KYO>,
        <http://lexvo.org/id/term/vie/chi%C3%AAu>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ziu1>,
        <http://lexvo.org/id/term/yue/%E6%8B%9B>,
        "招"^^xsd:string ;
    rdfs:comment "beckon, summon; recruit, levy"@en .

<http://lexvo.org/id/char/62DC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%8B%9C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%A0i>,
        <http://lexvo.org/id/term/kor/%E6%8B%9C>,
        <http://lexvo.org/id/term/kor/PAY>,
        <http://lexvo.org/id/term/vie/b%C3%A1i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/baai1%20baai3>,
        <http://lexvo.org/id/term/yue/%E6%8B%9C>,
        "拜"^^xsd:string ;
    rdfs:comment "do obeisance, bow, kowtow"@en .

<http://lexvo.org/id/char/62DD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%8B%9D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%A0i>,
        "拝"^^xsd:string ;
    rdfs:comment "do obeisance, bow, kowtow"@en .

<http://lexvo.org/id/char/62DE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%8B%9E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C7%90>,
        <http://lexvo.org/id/term/vie/kh%C3%AAu%20khua>,
        "拞"^^xsd:string .

<http://lexvo.org/id/char/62DF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%8B%9F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C7%90>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ji5>,
        <http://lexvo.org/id/term/yue/%E6%8B%9F>,
        "拟"^^xsd:string ;
    rdfs:comment "draft; intend, plan, propose"@en .

<http://lexvo.org/id/char/62E0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%8B%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%B9>,
        <http://lexvo.org/id/term/kor/%E6%8B%A0>,
        <http://lexvo.org/id/term/kor/KE>,
        "拠"^^xsd:string ;
    rdfs:comment "to occupy, take possession of; a base, position"@en .

<http://lexvo.org/id/char/62E1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%8B%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ku%C3%B2>,
        <http://lexvo.org/id/term/kor/%E6%8B%A1>,
        <http://lexvo.org/id/term/kor/HWAK%20KWANG>,
        "拡"^^xsd:string ;
    rdfs:comment "expand, enlarge, stretch"@en .

<http://lexvo.org/id/char/62E2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%8B%A2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C7%92ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lung5>,
        <http://lexvo.org/id/term/yue/%E6%8B%A2>,
        "拢"^^xsd:string ;
    rdfs:comment "collect, bring together"@en .

<http://lexvo.org/id/char/62E3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%8B%A3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C7%8En>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gaan2>,
        <http://lexvo.org/id/term/yue/%E6%8B%A3>,
        "拣"^^xsd:string ;
    rdfs:comment "choose; select; pick up; gather"@en .

<http://lexvo.org/id/char/62E4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C3%A1>,
        "拤"^^xsd:string .

<http://lexvo.org/id/char/62E5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%8B%A5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C5%8Dng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%92ng%20y%C5%8Dng>,
        <http://lexvo.org/id/term/vie/d%C3%B9ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jung2>,
        <http://lexvo.org/id/term/yue/%E6%8B%A5>,
        "拥"^^xsd:string ;
    rdfs:comment "embrace, hug, squeeze; crowd"@en .

<http://lexvo.org/id/char/62E6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%8B%A6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/laan4>,
        <http://lexvo.org/id/term/yue/%E6%8B%A6>,
        "拦"^^xsd:string ;
    rdfs:comment "obstruct, impede, bar, hinder"@en .

<http://lexvo.org/id/char/62E7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%8B%A7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C3%ADng%200836.010%3An%C7%90ng%200836.040%3An%C3%ACng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C3%ADng%20n%C7%90ng%20n%C3%ACng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ning4%20ning6>,
        <http://lexvo.org/id/term/yue/%E6%8B%A7>,
        "拧"^^xsd:string ;
    rdfs:comment "pinch; twist, wring; determined"@en .

<http://lexvo.org/id/char/62E8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%8B%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C5%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C5%8D%20f%C3%A1>,
        <http://lexvo.org/id/term/kor/%E6%8B%A8>,
        <http://lexvo.org/id/term/kor/PAL%20PHAY>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/but6>,
        <http://lexvo.org/id/term/yue/%E6%8B%A8>,
        "拨"^^xsd:string ;
    rdfs:comment "move; dispel; distribute"@en .

<http://lexvo.org/id/char/62E9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%8B%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C3%A9%201450.010%3Azh%C3%A1i>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C3%A9%20zh%C3%A1i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zaak6>,
        <http://lexvo.org/id/term/yue/%E6%8B%A9>,
        "择"^^xsd:string ;
    rdfs:comment "select, choose, pick out"@en .

<http://lexvo.org/id/char/62EA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%8B%AA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C4%81n>,
        <http://lexvo.org/id/term/vie/tay>,
        "拪"^^xsd:string .

<http://lexvo.org/id/char/62EB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%8B%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A9n>,
        <http://lexvo.org/id/term/vie/g%E1%BA%AFn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hang4>,
        <http://lexvo.org/id/term/yue/%E6%8B%AB>,
        "拫"^^xsd:string ;
    rdfs:comment "to pull; to drag; to stop; (Cant.) to turn fast"@en .

<http://lexvo.org/id/char/62EC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%8B%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/gu%C4%81%200665.060%3Aku%C3%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ku%C3%B2%20gu%C4%81>,
        <http://lexvo.org/id/term/kor/%E6%8B%AC>,
        <http://lexvo.org/id/term/kor/KWAL>,
        <http://lexvo.org/id/term/vie/qu%C3%A1t>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kut3>,
        <http://lexvo.org/id/term/yue/%E6%8B%AC>,
        "括"^^xsd:string ;
    rdfs:comment "include, embrace, enclose"@en .

<http://lexvo.org/id/char/62ED> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%8B%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%AC>,
        <http://lexvo.org/id/term/kor/%E6%8B%AD>,
        <http://lexvo.org/id/term/kor/SIK>,
        <http://lexvo.org/id/term/vie/r%E1%BB%8B>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sik1>,
        <http://lexvo.org/id/term/yue/%E6%8B%AD>,
        "拭"^^xsd:string ;
    rdfs:comment "wipe away stains with cloth"@en .

<http://lexvo.org/id/char/62EE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%8B%AE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%A9%20ji%C3%A1>,
        <http://lexvo.org/id/term/kor/%E6%8B%AE>,
        <http://lexvo.org/id/term/kor/KIL%20KYEL>,
        <http://lexvo.org/id/term/vie/c%E1%BA%A5t>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/git3>,
        <http://lexvo.org/id/term/yue/%E6%8B%AE>,
        "拮"^^xsd:string ;
    rdfs:comment "laboring hard, occupied; pursue"@en .

<http://lexvo.org/id/char/62EF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%8B%AF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C4%9Bng>,
        <http://lexvo.org/id/term/kor/%E6%8B%AF>,
        <http://lexvo.org/id/term/kor/CUNG>,
        <http://lexvo.org/id/term/vie/ch%E1%BB%ADng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cing2>,
        <http://lexvo.org/id/term/yue/%E6%8B%AF>,
        "拯"^^xsd:string ;
    rdfs:comment "help, save, aid; lift, raise"@en .

<http://lexvo.org/id/char/62F0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%8B%B0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C7%90n>,
        <http://lexvo.org/id/term/vie/nh%C3%BAm>,
        "拰"^^xsd:string .

<http://lexvo.org/id/char/62F1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%8B%B1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C7%92ng>,
        <http://lexvo.org/id/term/kor/%E6%8B%B1>,
        <http://lexvo.org/id/term/kor/KONG>,
        <http://lexvo.org/id/term/vie/c%C3%B5ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gung2>,
        <http://lexvo.org/id/term/yue/%E6%8B%B1>,
        "拱"^^xsd:string ;
    rdfs:comment "fold hands on breast; bow, salute"@en .

<http://lexvo.org/id/char/62F2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%8B%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C7%92ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gung2>,
        <http://lexvo.org/id/term/yue/%E6%8B%B2>,
        "拲"^^xsd:string .

<http://lexvo.org/id/char/62F3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%8B%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qu%C3%A1n>,
        <http://lexvo.org/id/term/kor/%E6%8B%B3>,
        <http://lexvo.org/id/term/kor/KWEN>,
        <http://lexvo.org/id/term/vie/quy%E1%BB%81n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kyun4>,
        <http://lexvo.org/id/term/yue/%E6%8B%B3>,
        "拳"^^xsd:string ;
    rdfs:comment "fist; various forms of boxing"@en .

<http://lexvo.org/id/char/62F4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%8B%B4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/shu%C4%81n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/saan1>,
        <http://lexvo.org/id/term/yue/%E6%8B%B4>,
        "拴"^^xsd:string ;
    rdfs:comment "bind with rope, fasten"@en .

<http://lexvo.org/id/char/62F5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%8B%B5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C3%BAn>,
        <http://lexvo.org/id/term/kor/%E6%8B%B5>,
        <http://lexvo.org/id/term/kor/CON>,
        <http://lexvo.org/id/term/vie/d%E1%BB%93n>,
        "拵"^^xsd:string ;
    rdfs:comment "to make, prepare, manufacture; workmanship; an arrangement"@en .

<http://lexvo.org/id/char/62F6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%8B%B6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C4%81%201439.090%3Az%C7%8En>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C7%8En%20z%C4%81>,
        <http://lexvo.org/id/term/kor/%E6%8B%B6>,
        <http://lexvo.org/id/term/kor/CHAL>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zaat3>,
        <http://lexvo.org/id/term/yue/%E6%8B%B6>,
        "拶"^^xsd:string ;
    rdfs:comment "press, squeeze hard; force"@en .

<http://lexvo.org/id/char/62F7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%8B%B7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C7%8Eo>,
        <http://lexvo.org/id/term/kor/%E6%8B%B7>,
        <http://lexvo.org/id/term/kor/KO>,
        <http://lexvo.org/id/term/vie/kh%E1%BB%89u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/haau1%20haau2>,
        <http://lexvo.org/id/term/yue/%E6%8B%B7>,
        "拷"^^xsd:string ;
    rdfs:comment "torture and interrogate; hit"@en .

<http://lexvo.org/id/char/62F8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%8B%B8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C7%90%20y%C3%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ji4>,
        <http://lexvo.org/id/term/yue/%E6%8B%B8>,
        "拸"^^xsd:string .

<http://lexvo.org/id/char/62F9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%8B%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hip3>,
        <http://lexvo.org/id/term/yue/%E6%8B%B9>,
        "拹"^^xsd:string .

<http://lexvo.org/id/char/62FA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%8B%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C3%A8>,
        "拺"^^xsd:string .

<http://lexvo.org/id/char/62FB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%8B%BB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C4%AB>,
        "拻"^^xsd:string .

<http://lexvo.org/id/char/62FC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%8B%BC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C4%ABn>,
        <http://lexvo.org/id/term/kor/%E6%8B%BC>,
        <http://lexvo.org/id/term/kor/PHYENG>,
        <http://lexvo.org/id/term/vie/phanh>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ping1%20ping3>,
        <http://lexvo.org/id/term/yue/%E6%8B%BC>,
        "拼"^^xsd:string ;
    rdfs:comment "join together, link, incorporate"@en .

<http://lexvo.org/id/char/62FD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%8B%BD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A8%201516.060%3Azhu%C4%81i%201517.010%3Azhu%C3%A0i>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A8%20zhu%C3%A0i%20zhu%C4%81i>,
        <http://lexvo.org/id/term/kor/%E6%8B%BD>,
        <http://lexvo.org/id/term/kor/YEY>,
        <http://lexvo.org/id/term/vie/d%C3%ACa>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jai6%20jit6>,
        <http://lexvo.org/id/term/yue/%E6%8B%BD>,
        "拽"^^xsd:string ;
    rdfs:comment "drag, tow; throw; twist"@en .

<http://lexvo.org/id/char/62FE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%8B%BE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%AD%20ji%C3%A8%20sh%C3%A8>,
        <http://lexvo.org/id/term/kor/%E6%8B%BE>,
        <http://lexvo.org/id/term/kor/SUP%20SIP>,
        <http://lexvo.org/id/term/vie/th%E1%BA%ADp>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sap6>,
        <http://lexvo.org/id/term/yue/%E6%8B%BE>,
        "10",
        "拾"^^xsd:string ;
    rdfs:comment "pick up, collect, tidy up; accounting form of the numeral ten"@en .

<http://lexvo.org/id/char/62FF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%8B%BF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C3%A1>,
        <http://lexvo.org/id/term/kor/%E6%8B%BF>,
        <http://lexvo.org/id/term/kor/NA>,
        <http://lexvo.org/id/term/vie/n%C3%A3>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/naa4>,
        <http://lexvo.org/id/term/yue/%E6%8B%BF>,
        "拿"^^xsd:string ;
    rdfs:comment "take, hold, grasp; bring; with"@en .

<http://lexvo.org/id/char/6300> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%8C%80>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%B2>,
        "挀"^^xsd:string .

<http://lexvo.org/id/char/6301> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%8C%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%AD>,
        <http://lexvo.org/id/term/kor/%E6%8C%81>,
        <http://lexvo.org/id/term/kor/CI>,
        <http://lexvo.org/id/term/vie/tr%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ci4>,
        <http://lexvo.org/id/term/yue/%E6%8C%81>,
        "持"^^xsd:string ;
    rdfs:comment "sustain, support; hold, grasp"@en .

<http://lexvo.org/id/char/6302> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%8C%82>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/gu%C3%A0>,
        <http://lexvo.org/id/term/kor/%E6%8C%82>,
        <http://lexvo.org/id/term/kor/KWAY>,
        <http://lexvo.org/id/term/vie/qu%E1%BA%A9y>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gwaa3>,
        <http://lexvo.org/id/term/yue/%E6%8C%82>,
        "挂"^^xsd:string ;
    rdfs:comment "hang, suspend; suspense"@en .

<http://lexvo.org/id/char/6303> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%8C%83>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%AC>,
        <http://lexvo.org/id/term/vie/ch%E1%BB%8Di>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zat1%20zat6>,
        <http://lexvo.org/id/term/yue/%E6%8C%83>,
        "挃"^^xsd:string ;
    rdfs:comment "(Cant.) to beat"@en .

<http://lexvo.org/id/char/6304> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%8C%84>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ku%C3%B2>,
        <http://lexvo.org/id/term/vie/qu%C4%83ng>,
        "挄"^^xsd:string .

<http://lexvo.org/id/char/6305> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%8C%85>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/du%C7%92>,
        <http://lexvo.org/id/term/vie/xo%C3%A1>,
        "挅"^^xsd:string .

<http://lexvo.org/id/char/6306> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%8C%86>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/du%C7%92>,
        "挆"^^xsd:string .

<http://lexvo.org/id/char/6307> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%8C%87>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C4%AB%201486.020%3Azh%C3%AD%201488.040%3Azh%C7%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C7%90>,
        <http://lexvo.org/id/term/kor/%E6%8C%87>,
        <http://lexvo.org/id/term/kor/CI>,
        <http://lexvo.org/id/term/vie/ch%E1%BB%89>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zi2>,
        <http://lexvo.org/id/term/yue/%E6%8C%87>,
        "指"^^xsd:string ;
    rdfs:comment "finger, toe; point, indicate"@en .

<http://lexvo.org/id/char/6308> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%8C%88>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C3%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C3%A8%20q%C3%AC>,
        <http://lexvo.org/id/term/kor/%E6%8C%88>,
        <http://lexvo.org/id/term/kor/SEL%20KYEY>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kit3>,
        <http://lexvo.org/id/term/yue/%E6%8C%88>,
        "挈"^^xsd:string ;
    rdfs:comment "assist, help, lead by hand"@en .

<http://lexvo.org/id/char/6309> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C3%A0n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%8C%89>,
        <http://lexvo.org/id/term/kor/%E6%8C%89>,
        <http://lexvo.org/id/term/kor/AN%20AL>,
        <http://lexvo.org/id/term/vie/%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/on3>,
        <http://lexvo.org/id/term/yue/%E6%8C%89>,
        "按"^^xsd:string ;
    rdfs:comment "put hand on, press down with hand"@en .

<http://lexvo.org/id/char/630A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%8C%8A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C3%B2ng>,
        "挊"^^xsd:string .

<http://lexvo.org/id/char/630B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%8C%8B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%A8n>,
        "挋"^^xsd:string .

<http://lexvo.org/id/char/630C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%8C%8C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C3%A9>,
        <http://lexvo.org/id/term/kor/%E6%8C%8C>,
        <http://lexvo.org/id/term/kor/KYEK>,
        <http://lexvo.org/id/term/vie/c%C3%A1ch%20r%E1%BA%AFc%20g%C3%A1c>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gaak3>,
        <http://lexvo.org/id/term/yue/%E6%8C%8C>,
        "挌"^^xsd:string ;
    rdfs:comment "fight"@en .

<http://lexvo.org/id/char/630D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%8C%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%A0o>,
        <http://lexvo.org/id/term/vie/gieo>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ngaau1>,
        <http://lexvo.org/id/term/yue/%E6%8C%8D>,
        "挍"^^xsd:string ;
    rdfs:comment "collate; (Cant.) to scratch"@en .

<http://lexvo.org/id/char/630E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%8C%8E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C5%AB%20k%C5%8Du%20ku%C3%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ku%C3%A0>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fu1%20kwaa3>,
        <http://lexvo.org/id/term/yue/%E6%8C%8E>,
        "挎"^^xsd:string ;
    rdfs:comment "carry"@en .

<http://lexvo.org/id/char/630F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%8C%8F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%B2ng>,
        <http://lexvo.org/id/term/vie/r%C3%B9ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dung6%20tung2>,
        <http://lexvo.org/id/term/yue/%E6%8C%8F>,
        "挏"^^xsd:string ;
    rdfs:comment "(Cant.) to dredge or poke with a pole or stick"@en .

<http://lexvo.org/id/char/6310> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%8C%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C3%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/r%C3%BA%20n%C3%A1%20n%C3%BA%20r%C3%A1o>,
        <http://lexvo.org/id/term/kor/%E6%8C%90>,
        <http://lexvo.org/id/term/kor/NA%20NYE>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jyu4%20naa4%20naau4>,
        <http://lexvo.org/id/term/yue/%E6%8C%90>,
        "挐"^^xsd:string ;
    rdfs:comment "drag"@en .

<http://lexvo.org/id/char/6311> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%8C%91>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ti%C4%81o%201141.040%3Ati%C7%8Eo>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ti%C4%81o%20ti%C7%8Eo%20t%C4%81o>,
        <http://lexvo.org/id/term/kor/%E6%8C%91>,
        <http://lexvo.org/id/term/kor/TO%20CO>,
        <http://lexvo.org/id/term/vie/v%E1%BA%B9o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tiu1%20tiu5%20tou1>,
        <http://lexvo.org/id/term/yue/%E6%8C%91>,
        "挑"^^xsd:string ;
    rdfs:comment "a load carried on the shoulders; to carry"@en .

<http://lexvo.org/id/char/6312> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%8C%92>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C3%A8>,
        <http://lexvo.org/id/term/kor/%E6%8C%92>,
        <http://lexvo.org/id/term/kor/LYEN>,
        <http://lexvo.org/id/term/vie/tr%C3%A9t>,
        "挒"^^xsd:string .

<http://lexvo.org/id/char/6313> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%8C%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C4%81>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zaa1>,
        <http://lexvo.org/id/term/yue/%E6%8C%93>,
        "挓"^^xsd:string ;
    rdfs:comment "to open out; to expand"@en .

<http://lexvo.org/id/char/6314> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%8C%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C7%9A>,
        "挔"^^xsd:string .

<http://lexvo.org/id/char/6315> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%8C%95>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/di%C3%A9>,
        <http://lexvo.org/id/term/vie/nh%E1%BA%B9>,
        "挕"^^xsd:string .

<http://lexvo.org/id/char/6316> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%8C%96>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C4%81>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/waa1%20waat3>,
        <http://lexvo.org/id/term/yue/%E6%8C%96>,
        "挖"^^xsd:string ;
    rdfs:comment "dig, dig out, gouge out, scoop"@en .

<http://lexvo.org/id/char/6317> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%8C%97>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ju%C3%A9>,
        <http://lexvo.org/id/term/vie/d%C3%AD>,
        "挗"^^xsd:string .

<http://lexvo.org/id/char/6318> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/lyut3>,
        <http://lexvo.org/id/term/yue/%E6%8C%98>,
        "挘"^^xsd:string ;
    rdfs:comment "to pluck, pick, tear; (Cant.) rubbing action"@en .

<http://lexvo.org/id/char/6319> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%8C%99>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C7%94>,
        "挙"^^xsd:string ;
    rdfs:comment "raise, lift up; recommend"@en .

<http://lexvo.org/id/char/631A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%8C%9A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zi3>,
        <http://lexvo.org/id/term/yue/%E6%8C%9A>,
        "挚"^^xsd:string ;
    rdfs:comment "sincere, warm, cordial; surname"@en .

<http://lexvo.org/id/char/631B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%8C%9B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/lu%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lyun4>,
        <http://lexvo.org/id/term/yue/%E6%8C%9B>,
        "挛"^^xsd:string ;
    rdfs:comment "tangled; entwined; crooked"@en .

<http://lexvo.org/id/char/631C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%8C%9C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A0>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/aa3>,
        <http://lexvo.org/id/term/yue/%E6%8C%9C>,
        "挜"^^xsd:string ;
    rdfs:comment "take; hold; give forcefully"@en .

<http://lexvo.org/id/char/631D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%8C%9D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C5%8D%201516.020%3Azhu%C4%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zhu%C4%81%20w%C5%8D>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gwo1%20zaa1>,
        <http://lexvo.org/id/term/yue/%E6%8C%9D>,
        "挝"^^xsd:string ;
    rdfs:comment "to beat; to strike"@en .

<http://lexvo.org/id/char/631E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%8C%9E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%A0>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/taat3>,
        <http://lexvo.org/id/term/yue/%E6%8C%9E>,
        "挞"^^xsd:string ;
    rdfs:comment "flog, whip; chastise"@en .

<http://lexvo.org/id/char/631F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%8C%9F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C4%81%201274.050%3Axi%C3%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A9%20ji%C4%81%20xi%C3%A1>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/haap6%20hip6>,
        <http://lexvo.org/id/term/yue/%E6%8C%9F>,
        "挟"^^xsd:string ;
    rdfs:comment "clasp under arm; hold to bosom"@en .

<http://lexvo.org/id/char/6320> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%8C%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C3%A1o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/naau4%20naau5>,
        <http://lexvo.org/id/term/yue/%E6%8C%A0>,
        "挠"^^xsd:string ;
    rdfs:comment "scratch; disturb, bother; submit"@en .

<http://lexvo.org/id/char/6321> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%8C%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C7%8Eng%200216.070%3Ad%C3%A0ng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C7%8Eng%20d%C3%A0ng%20t%C7%8Eng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dong2%20dong3>,
        <http://lexvo.org/id/term/yue/%E6%8C%A1>,
        "挡"^^xsd:string ;
    rdfs:comment "obstruct, impede; stop; resist"@en .

<http://lexvo.org/id/char/6322> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%8C%A2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C7%8Eo>,
        "挢"^^xsd:string ;
    rdfs:comment "correct"@en .

<http://lexvo.org/id/char/6323> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%8C%A3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C4%93ng%201478.050%3Azh%C3%A8ng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C4%93ng%20zh%C3%A8ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zaang6%20zang1>,
        <http://lexvo.org/id/term/yue/%E6%8C%A3>,
        "挣"^^xsd:string ;
    rdfs:comment "strive, endeavor, struggle"@en .

<http://lexvo.org/id/char/6324> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%8C%A4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C7%90>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zai1>,
        <http://lexvo.org/id/term/yue/%E6%8C%A4>,
        "挤"^^xsd:string ;
    rdfs:comment "crowd, squeeze, push against"@en .

<http://lexvo.org/id/char/6325> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%8C%A5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C4%AB>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fai1>,
        <http://lexvo.org/id/term/yue/%E6%8C%A5>,
        "挥"^^xsd:string ;
    rdfs:comment "direct; wipe away; squander"@en .

<http://lexvo.org/id/char/6326> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%8C%A6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C3%BAn%20xi%C3%A1n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cam4>,
        <http://lexvo.org/id/term/yue/%E6%8C%A6>,
        "挦"^^xsd:string ;
    rdfs:comment "pull out, pluck; take hold of"@en .

<http://lexvo.org/id/char/6327> a lvont:Character ;
    lvont:represents "挧"^^xsd:string .

<http://lexvo.org/id/char/6328> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C4%81i%20%C3%A1i>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%C4%81i%200003.110%3A%C3%A1i>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%8C%A8>,
        <http://lexvo.org/id/term/kor/%E6%8C%A8>,
        <http://lexvo.org/id/term/kor/AY>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/aai1>,
        <http://lexvo.org/id/term/yue/%E6%8C%A8>,
        "挨"^^xsd:string ;
    rdfs:comment "near, close by, next to, towards, against; to wait; to lean on"@en .

<http://lexvo.org/id/char/6329> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%8C%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/tu%C5%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/tu%C5%8D%20shu%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/seoi3%20tyut3>,
        <http://lexvo.org/id/term/yue/%E6%8C%A9>,
        "挩"^^xsd:string .

<http://lexvo.org/id/char/632A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%8C%AA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/nu%C3%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/nu%C3%B3%20ru%C3%B3>,
        <http://lexvo.org/id/term/kor/%E6%8C%AA>,
        <http://lexvo.org/id/term/kor/NA>,
        <http://lexvo.org/id/term/vie/n%C3%A1>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/no1%20no4>,
        <http://lexvo.org/id/term/yue/%E6%8C%AA>,
        "挪"^^xsd:string ;
    rdfs:comment "move, shift on one side"@en .

<http://lexvo.org/id/char/632B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%8C%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/cu%C3%B2>,
        <http://lexvo.org/id/term/kor/%E6%8C%AB>,
        <http://lexvo.org/id/term/kor/CWA>,
        <http://lexvo.org/id/term/vie/do%E1%BA%A1>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/co3>,
        <http://lexvo.org/id/term/yue/%E6%8C%AB>,
        "挫"^^xsd:string ;
    rdfs:comment "push down; chop down; grind"@en .

<http://lexvo.org/id/char/632C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%8C%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%B3>,
        <http://lexvo.org/id/term/vie/v%E1%BB%8Dt>,
        "挬"^^xsd:string .

<http://lexvo.org/id/char/632D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%8C%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C4%9Bng>,
        <http://lexvo.org/id/term/vie/g%C3%A1nh>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gaang3>,
        <http://lexvo.org/id/term/yue/%E6%8C%AD>,
        "挭"^^xsd:string ;
    rdfs:comment "fish-bones, things that stick in the throat; unyielding, blunt of speech; (Cant.) to stir, mix, agitate; to wade"@en .

<http://lexvo.org/id/char/632E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%8C%AE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C7%90>,
        "挮"^^xsd:string .

<http://lexvo.org/id/char/632F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%8C%AF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%A8n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%A8n%20zh%C4%93n%20zh%C4%9Bn>,
        <http://lexvo.org/id/term/kor/%E6%8C%AF>,
        <http://lexvo.org/id/term/kor/CIN>,
        <http://lexvo.org/id/term/vie/ch%E1%BA%A5n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zan3>,
        <http://lexvo.org/id/term/yue/%E6%8C%AF>,
        "振"^^xsd:string ;
    rdfs:comment "raise, excite, arouse action"@en .

<http://lexvo.org/id/char/6330> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%8C%B0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%A9ng>,
        <http://lexvo.org/id/term/vie/d%E1%BB%81nh>,
        "挰"^^xsd:string .

<http://lexvo.org/id/char/6331> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%8C%B1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C4%81%200991.041%3Ash%C4%81%201102.071%3Asu%C5%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/su%C5%8D>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/so1>,
        <http://lexvo.org/id/term/yue/%E6%8C%B1>,
        "挱"^^xsd:string ;
    rdfs:comment "to feel or fondle with the fingers"@en .

<http://lexvo.org/id/char/6332> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%8C%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C4%81%200991.040%3Ash%C4%81%201102.070%3Asu%C5%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/su%C5%8D>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/so1>,
        <http://lexvo.org/id/term/yue/%E6%8C%B2>,
        "挲"^^xsd:string ;
    rdfs:comment "to feel or fondle with the fingers"@en .

<http://lexvo.org/id/char/6333> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%8C%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C4%93ng%20qi%C4%81n>,
        "挳"^^xsd:string .

<http://lexvo.org/id/char/6334> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%8C%B4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C4%9Bi>,
        <http://lexvo.org/id/term/vie/m%C3%B3i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mui5>,
        <http://lexvo.org/id/term/yue/%E6%8C%B4>,
        "挴"^^xsd:string .

<http://lexvo.org/id/char/6335> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%8C%B5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%B2ng%20n%C3%B2ng>,
        <http://lexvo.org/id/term/vie/l%E1%BB%8Fng>,
        "挵"^^xsd:string ;
    rdfs:comment "to play with, handle things"@en .

<http://lexvo.org/id/char/6336> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%8C%B6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C5%AB>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/guk6>,
        <http://lexvo.org/id/term/yue/%E6%8C%B6>,
        "挶"^^xsd:string ;
    rdfs:comment "hold in hands"@en .

<http://lexvo.org/id/char/6337> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%8C%B7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%A9ng%20b%C4%93ng%20b%C3%A0ng%20b%C7%8Eng>,
        <http://lexvo.org/id/term/vie/v%C4%83ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bong1>,
        <http://lexvo.org/id/term/yue/%E6%8C%B7>,
        "挷"^^xsd:string ;
    rdfs:comment "to propel a boat; to beat"@en .

<http://lexvo.org/id/char/6338> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%8C%B8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C7%8En>,
        <http://lexvo.org/id/term/vie/k%C3%A9n>,
        "挸"^^xsd:string .

<http://lexvo.org/id/char/6339> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%8C%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%AC>,
        <http://lexvo.org/id/term/kor/%E6%8C%B9>,
        <http://lexvo.org/id/term/kor/UP>,
        <http://lexvo.org/id/term/vie/%C3%BAp>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jap1>,
        <http://lexvo.org/id/term/yue/%E6%8C%B9>,
        "挹"^^xsd:string ;
    rdfs:comment "to bale out; to decant liquids"@en .

<http://lexvo.org/id/char/633A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%8C%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C7%90ng>,
        <http://lexvo.org/id/term/kor/%E6%8C%BA>,
        <http://lexvo.org/id/term/kor/CENG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ting2%20ting5>,
        <http://lexvo.org/id/term/yue/%E6%8C%BA>,
        "挺"^^xsd:string ;
    rdfs:comment "to stand upright, straighten; rigid"@en .

<http://lexvo.org/id/char/633B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%8C%BB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C4%81n>,
        <http://lexvo.org/id/term/kor/%E6%8C%BB>,
        <http://lexvo.org/id/term/kor/YEN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/saan1>,
        <http://lexvo.org/id/term/yue/%E6%8C%BB>,
        "挻"^^xsd:string .

<http://lexvo.org/id/char/633C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%8C%BC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/nu%C3%B2%20nu%C3%B3%20ru%C3%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ru%C3%A1%200978.020%3Aru%C3%B3>,
        <http://lexvo.org/id/term/vie/noa%20n%E1%BB%97i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/no4>,
        <http://lexvo.org/id/term/yue/%E6%8C%BC>,
        "挼"^^xsd:string ;
    rdfs:comment "rub, stroke with hands; crumple"@en .

<http://lexvo.org/id/char/633D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%8C%BD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C7%8En>,
        <http://lexvo.org/id/term/kor/%E6%8C%BD>,
        <http://lexvo.org/id/term/kor/MAN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/waan5>,
        <http://lexvo.org/id/term/yue/%E6%8C%BD>,
        "挽"^^xsd:string ;
    rdfs:comment "pull; pull back, draw back"@en .

<http://lexvo.org/id/char/633E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%8C%BE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A9%20ji%C4%81%20xi%C3%A1>,
        <http://lexvo.org/id/term/kor/%E6%8C%BE>,
        <http://lexvo.org/id/term/kor/HYEP>,
        <http://lexvo.org/id/term/vie/x%C3%A1p>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/haap6%20hip6>,
        <http://lexvo.org/id/term/yue/%E6%8C%BE>,
        "挾"^^xsd:string ;
    rdfs:comment "clasp under arm; hold to bosom"@en .

<http://lexvo.org/id/char/633F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%8C%BF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C4%81%20zh%C7%8E>,
        <http://lexvo.org/id/term/vie/th%E1%BB%8Dc>,
        "挿"^^xsd:string ;
    rdfs:comment "insert, stick into; plant"@en .

<http://lexvo.org/id/char/6340> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%8D%80>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C4%93ng>,
        "捀"^^xsd:string .

<http://lexvo.org/id/char/6341> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%8D%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C7%8Eo>,
        <http://lexvo.org/id/term/vie/k%C3%A9o>,
        "捁"^^xsd:string .

<http://lexvo.org/id/char/6342> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%8D%82>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C3%BA%201222.020%3Aw%C7%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C7%94>,
        <http://lexvo.org/id/term/kor/%E6%8D%82>,
        <http://lexvo.org/id/term/kor/O>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wu2>,
        <http://lexvo.org/id/term/yue/%E6%8D%82>,
        "捂"^^xsd:string ;
    rdfs:comment "resist"@en .

<http://lexvo.org/id/char/6343> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%8D%83>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%B9n>,
        <http://lexvo.org/id/term/kor/%E6%8D%83>,
        <http://lexvo.org/id/term/kor/KWUN>,
        <http://lexvo.org/id/term/vie/khu%C3%A2n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kwan2>,
        <http://lexvo.org/id/term/yue/%E6%8D%83>,
        "捃"^^xsd:string .

<http://lexvo.org/id/char/6344> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%8D%84>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%B9%20ji%C5%AB%20j%C5%AB%20qi%C3%BA>,
        <http://lexvo.org/id/term/kor/%E6%8D%84>,
        <http://lexvo.org/id/term/kor/KWU>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gau3%20geoi1%20haau6>,
        <http://lexvo.org/id/term/yue/%E6%8D%84>,
        "捄"^^xsd:string ;
    rdfs:comment "long and curved"@en .

<http://lexvo.org/id/char/6345> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%8D%85>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C7%92ng>,
        <http://lexvo.org/id/term/vie/th%C3%B2ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tong2%20tung2>,
        <http://lexvo.org/id/term/yue/%E6%8D%85>,
        "捅"^^xsd:string ;
    rdfs:comment "jab"@en .

<http://lexvo.org/id/char/6346> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%8D%86>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C7%94n>,
        <http://lexvo.org/id/term/kor/%E6%8D%86>,
        <http://lexvo.org/id/term/kor/KON>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kwan2>,
        <http://lexvo.org/id/term/yue/%E6%8D%86>,
        "捆"^^xsd:string ;
    rdfs:comment "tie up; bind, truss up; bundle"@en .

<http://lexvo.org/id/char/6347> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%8D%87>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%B2>,
        <http://lexvo.org/id/term/vie/x%C3%A1ch>,
        "捇"^^xsd:string .

<http://lexvo.org/id/char/6348> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%8D%88>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%BA>,
        <http://lexvo.org/id/term/vie/gi%C6%A1>,
        "捈"^^xsd:string .

<http://lexvo.org/id/char/6349> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%8D%89>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zhu%C5%8D>,
        <http://lexvo.org/id/term/kor/%E6%8D%89>,
        <http://lexvo.org/id/term/kor/CHAK>,
        <http://lexvo.org/id/term/vie/tr%C3%B3c>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zuk1%20zuk3>,
        <http://lexvo.org/id/term/yue/%E6%8D%89>,
        "捉"^^xsd:string ;
    rdfs:comment "grasp, clutch; catch, seize"@en .

<http://lexvo.org/id/char/634A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%8D%8A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%B3u>,
        "捊"^^xsd:string .

<http://lexvo.org/id/char/634B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%8D%8B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%A8%20l%C7%9A%20lu%C5%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C7%9A%200748.020%3Alu%C5%8D>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lyut3>,
        <http://lexvo.org/id/term/yue/%E6%8D%8B>,
        "捋"^^xsd:string ;
    rdfs:comment "to pluck; to gather in the fingers; to rub; to scrape off"@en .

<http://lexvo.org/id/char/634C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%8D%8C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C4%81>,
        <http://lexvo.org/id/term/kor/%E6%8D%8C>,
        <http://lexvo.org/id/term/kor/PHAL>,
        <http://lexvo.org/id/term/vie/b%E1%BB%8Bt>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/baat3>,
        <http://lexvo.org/id/term/yue/%E6%8D%8C>,
        "8",
        "捌"^^xsd:string ;
    rdfs:comment "break open, split open; an accounting version of the numeral eight"@en .

<http://lexvo.org/id/char/634D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%8D%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E6%8D%8D>,
        <http://lexvo.org/id/term/kor/HAN>,
        <http://lexvo.org/id/term/vie/c%E1%BA%A3n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hon2%20hon5%20hon6>,
        <http://lexvo.org/id/term/yue/%E6%8D%8D>,
        "捍"^^xsd:string ;
    rdfs:comment "ward off, guard against, defend"@en .

<http://lexvo.org/id/char/634E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%8D%8E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C4%81o>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C4%81o%201009.010%3Ash%C3%A0o>,
        <http://lexvo.org/id/term/kor/%E6%8D%8E>,
        <http://lexvo.org/id/term/kor/SO>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/saau1>,
        <http://lexvo.org/id/term/yue/%E6%8D%8E>,
        "捎"^^xsd:string ;
    rdfs:comment "to select; to take; to carry"@en .

<http://lexvo.org/id/char/634F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%8D%8F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ni%C4%93>,
        <http://lexvo.org/id/term/kor/%E6%8D%8F>,
        <http://lexvo.org/id/term/kor/NAL>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/nip6>,
        <http://lexvo.org/id/term/yue/%E6%8D%8F>,
        "捏"^^xsd:string ;
    rdfs:comment "pick with fingers; knead; mold"@en .

<http://lexvo.org/id/char/6350> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%8D%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ju%C4%81n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ju%C4%81n%20yu%C3%A1n>,
        <http://lexvo.org/id/term/kor/%E6%8D%90>,
        <http://lexvo.org/id/term/kor/YEN>,
        <http://lexvo.org/id/term/vie/quy%C3%AAn%20quen%20qu%C3%AAn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gyun1>,
        <http://lexvo.org/id/term/yue/%E6%8D%90>,
        "捐"^^xsd:string ;
    rdfs:comment "contribute; give up, renounce"@en .

<http://lexvo.org/id/char/6351> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%8D%91>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C3%A9>,
        "捑"^^xsd:string .

<http://lexvo.org/id/char/6352> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%8D%92>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C7%92ng>,
        "捒"^^xsd:string .

<http://lexvo.org/id/char/6353> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%8D%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/je4>,
        <http://lexvo.org/id/term/yue/%E6%8D%93>,
        "捓"^^xsd:string ;
    rdfs:comment "strive, endeavor"@en .

<http://lexvo.org/id/char/6354> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%8D%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ju%C3%A9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gok3>,
        <http://lexvo.org/id/term/yue/%E6%8D%94>,
        "捔"^^xsd:string ;
    rdfs:comment "to gore, stab"@en .

<http://lexvo.org/id/char/6355> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%8D%95>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C7%94>,
        <http://lexvo.org/id/term/kor/%E6%8D%95>,
        <http://lexvo.org/id/term/kor/PHO>,
        <http://lexvo.org/id/term/vie/b%C3%B5>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bou6>,
        <http://lexvo.org/id/term/yue/%E6%8D%95>,
        "捕"^^xsd:string ;
    rdfs:comment "arrest, catch, seize"@en .

<http://lexvo.org/id/char/6356> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%8D%96>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%A1n%20gu%C4%81%20w%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gwaat3%20jyun4>,
        <http://lexvo.org/id/term/yue/%E6%8D%96>,
        "捖"^^xsd:string .

<http://lexvo.org/id/char/6357> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%8D%97>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%B9>,
        <http://lexvo.org/id/term/kor/%E6%8D%97>,
        <http://lexvo.org/id/term/kor/CHEK>,
        "捗"^^xsd:string ;
    rdfs:comment "make progress"@en .

<http://lexvo.org/id/char/6358> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%8D%98>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C3%B9n>,
        <http://lexvo.org/id/term/vie/thoa>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zyun3>,
        <http://lexvo.org/id/term/yue/%E6%8D%98>,
        "捘"^^xsd:string ;
    rdfs:comment "push"@en .

<http://lexvo.org/id/char/6359> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%8D%99>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%AC>,
        "捙"^^xsd:string .

<http://lexvo.org/id/char/635A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%8D%9A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C4%81i>,
        "捚"^^xsd:string .

<http://lexvo.org/id/char/635B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%8D%9B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C7%9A>,
        <http://lexvo.org/id/term/vie/tr%C3%A3>,
        "捛"^^xsd:string .

<http://lexvo.org/id/char/635C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%8D%9C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C5%8Du>,
        "捜"^^xsd:string ;
    rdfs:comment "search, seek; investigate"@en .

<http://lexvo.org/id/char/635D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%8D%9D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/tu%C5%8D>,
        "捝"^^xsd:string .

<http://lexvo.org/id/char/635E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%8D%9E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C4%81o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/laau4%20lou4>,
        <http://lexvo.org/id/term/yue/%E6%8D%9E>,
        "捞"^^xsd:string ;
    rdfs:comment "scoop out of water; dredge, fish"@en .

<http://lexvo.org/id/char/635F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%8D%9F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C7%94n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/syun2>,
        <http://lexvo.org/id/term/yue/%E6%8D%9F>,
        "损"^^xsd:string ;
    rdfs:comment "diminish; impair; injure"@en .

<http://lexvo.org/id/char/6360> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%8D%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C4%81ng>,
        <http://lexvo.org/id/term/vie/banh>,
        "捠"^^xsd:string .

<http://lexvo.org/id/char/6361> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%8D%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C7%8En>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C7%8En%20li%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gim2>,
        <http://lexvo.org/id/term/yue/%E6%8D%A1>,
        "捡"^^xsd:string ;
    rdfs:comment "to pick up"@en .

<http://lexvo.org/id/char/6362> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%8D%A2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E6%8D%A2>,
        <http://lexvo.org/id/term/kor/HWAN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wun6>,
        <http://lexvo.org/id/term/yue/%E6%8D%A2>,
        "换"^^xsd:string ;
    rdfs:comment "change"@en .

<http://lexvo.org/id/char/6363> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%8D%A3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C7%8Eo>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dou2>,
        <http://lexvo.org/id/term/yue/%E6%8D%A3>,
        "捣"^^xsd:string ;
    rdfs:comment "hull; thresh; beat, attack"@en .

<http://lexvo.org/id/char/6364> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/v%C3%A3i>,
        "捤"^^xsd:string .

<http://lexvo.org/id/char/6365> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%8D%A5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C3%A0n>,
        <http://lexvo.org/id/term/vie/u%E1%BB%91n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wun2>,
        <http://lexvo.org/id/term/yue/%E6%8D%A5>,
        "捥"^^xsd:string ;
    rdfs:comment "to bend the wrist"@en .

<http://lexvo.org/id/char/6366> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%8D%A6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C3%ADn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kam4>,
        <http://lexvo.org/id/term/yue/%E6%8D%A6>,
        "捦"^^xsd:string ;
    rdfs:comment "to seize; to clutch; to arrest; to capture; (Cant.) to climb"@en .

<http://lexvo.org/id/char/6367> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%8D%A7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C4%9Bng>,
        <http://lexvo.org/id/term/kor/%E6%8D%A7>,
        <http://lexvo.org/id/term/kor/PONG>,
        <http://lexvo.org/id/term/vie/b%E1%BB%95ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bung2%20fung2%20pung2>,
        <http://lexvo.org/id/term/yue/%E6%8D%A7>,
        "捧"^^xsd:string ;
    rdfs:comment "hold up in two hands"@en .

<http://lexvo.org/id/char/6368> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%8D%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C4%9B>,
        <http://lexvo.org/id/term/kor/%E6%8D%A8>,
        <http://lexvo.org/id/term/kor/SA>,
        <http://lexvo.org/id/term/vie/x%E1%BA%A3>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/se2>,
        <http://lexvo.org/id/term/yue/%E6%8D%A8>,
        "捨"^^xsd:string ;
    rdfs:comment "discard, give up willingly; give alms"@en .

<http://lexvo.org/id/char/6369> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%8D%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C3%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C3%A8%20l%C3%AC>,
        <http://lexvo.org/id/term/kor/%E6%8D%A9>,
        <http://lexvo.org/id/term/kor/LYEL>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lit6>,
        <http://lexvo.org/id/term/yue/%E6%8D%A9>,
        "捩"^^xsd:string ;
    rdfs:comment "twist with hands; snap, tear"@en .

<http://lexvo.org/id/char/636A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%8D%AA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%ADn>,
        "捪"^^xsd:string .

<http://lexvo.org/id/char/636B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%8D%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A9n>,
        <http://lexvo.org/id/term/kor/%E6%8D%AB>,
        <http://lexvo.org/id/term/kor/MWUN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mun4>,
        <http://lexvo.org/id/term/yue/%E6%8D%AB>,
        "捫"^^xsd:string ;
    rdfs:comment "stoke, pat, feel by hand, grope"@en .

<http://lexvo.org/id/char/636C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%8D%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C7%94>,
        "捬"^^xsd:string ;
    rdfs:comment "press down heavily with hands"@en .

<http://lexvo.org/id/char/636D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%8D%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C7%8Ei>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/baai2>,
        <http://lexvo.org/id/term/yue/%E6%8D%AD>,
        "捭"^^xsd:string ;
    rdfs:comment "to open; to spread out"@en .

<http://lexvo.org/id/char/636E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%8D%AE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%B9%20j%C5%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C5%AB%200615.070%3Aj%C3%B9>,
        <http://lexvo.org/id/term/kor/%E6%8D%AE>,
        <http://lexvo.org/id/term/kor/KE>,
        <http://lexvo.org/id/term/vie/c%E1%BB%A9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/geoi1>,
        <http://lexvo.org/id/term/yue/%E6%8D%AE>,
        "据"^^xsd:string ;
    rdfs:comment "to occupy, take possession of; a base, position"@en .

<http://lexvo.org/id/char/636F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%8D%AF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%A1o>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C7%8Eo%20d%C3%A1o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dou3>,
        <http://lexvo.org/id/term/yue/%E6%8D%AF>,
        "捯"^^xsd:string .

<http://lexvo.org/id/char/6370> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%8D%B0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C7%92>,
        "捰"^^xsd:string .

<http://lexvo.org/id/char/6371> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C3%A1i>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%8D%B1>,
        <http://lexvo.org/id/term/kor/%E6%8D%B1>,
        <http://lexvo.org/id/term/kor/AY>,
        <http://lexvo.org/id/term/vie/nhay>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ngaai4>,
        <http://lexvo.org/id/term/yue/%E6%8D%B1>,
        "捱"^^xsd:string ;
    rdfs:comment "put off, procrastinate; endure"@en .

<http://lexvo.org/id/char/6372> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%8D%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ju%C7%8En>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ju%C7%8En%20qu%C3%A1n>,
        <http://lexvo.org/id/term/kor/%E6%8D%B2>,
        <http://lexvo.org/id/term/kor/KWEN>,
        <http://lexvo.org/id/term/vie/cu%E1%BB%91n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gyun2>,
        <http://lexvo.org/id/term/yue/%E6%8D%B2>,
        "捲"^^xsd:string ;
    rdfs:comment "curl, roll up; curly, rolled up"@en .

<http://lexvo.org/id/char/6373> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%8D%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/yu%C3%A8>,
        "捳"^^xsd:string .

<http://lexvo.org/id/char/6374> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%8D%B4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C7%92ng>,
        "捴"^^xsd:string .

<http://lexvo.org/id/char/6375> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%8D%B5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C4%93n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C4%9Bn%20ch%C4%93n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/can2%20nin2>,
        <http://lexvo.org/id/term/yue/%E6%8D%B5>,
        "捵"^^xsd:string ;
    rdfs:comment "(Cant.) to hold between the fingers and thumb"@en .

<http://lexvo.org/id/char/6376> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%8D%B6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/chu%C3%AD>,
        <http://lexvo.org/id/term/kor/%E6%8D%B6>,
        <http://lexvo.org/id/term/kor/CHWU>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ceoi4>,
        <http://lexvo.org/id/term/yue/%E6%8D%B6>,
        "捶"^^xsd:string ;
    rdfs:comment "strike with stick, lash, beat"@en .

<http://lexvo.org/id/char/6377> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%8D%B7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%A9%20qi%C3%A8>,
        <http://lexvo.org/id/term/kor/%E6%8D%B7>,
        <http://lexvo.org/id/term/kor/CHEP>,
        <http://lexvo.org/id/term/vie/ti%E1%BB%87p>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zit3%20zit6>,
        <http://lexvo.org/id/term/yue/%E6%8D%B7>,
        "捷"^^xsd:string ;
    rdfs:comment "win, victory, triumph"@en .

<http://lexvo.org/id/char/6378> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%8D%B8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C5%AB>,
        "捸"^^xsd:string .

<http://lexvo.org/id/char/6379> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%8D%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%A8n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ban3%20fang6%20fing3>,
        <http://lexvo.org/id/term/yue/%E6%8D%B9>,
        "捹"^^xsd:string ;
    rdfs:comment "to fumble things over, mix up; (Cant.) to swing, fling; to flick off, throw off; to jerk"@en .

<http://lexvo.org/id/char/637A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%8D%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C3%A0>,
        <http://lexvo.org/id/term/kor/%E6%8D%BA>,
        <http://lexvo.org/id/term/kor/NAL>,
        <http://lexvo.org/id/term/vie/n%C3%A0i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/naat6>,
        <http://lexvo.org/id/term/yue/%E6%8D%BA>,
        "捺"^^xsd:string ;
    rdfs:comment "to press down heavily with the fingers"@en .

<http://lexvo.org/id/char/637B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%8D%BB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ni%C7%8En>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ni%C7%8En%20ni%C4%93>,
        <http://lexvo.org/id/term/kor/%E6%8D%BB>,
        <http://lexvo.org/id/term/kor/NYEM%20NYEP>,
        <http://lexvo.org/id/term/vie/n%E1%BA%A1m>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/nim2%20nip6>,
        <http://lexvo.org/id/term/yue/%E6%8D%BB>,
        "捻"^^xsd:string ;
    rdfs:comment "to twist or nip with the fingers"@en .

<http://lexvo.org/id/char/637C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%8D%BC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/nu%C3%B3%20ru%C3%B3>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/no4>,
        <http://lexvo.org/id/term/yue/%E6%8D%BC>,
        "捼"^^xsd:string ;
    rdfs:comment "to rub; to crumple"@en .

<http://lexvo.org/id/char/637D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%8D%BD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C3%BA%20zu%C3%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zu%C3%B3>,
        <http://lexvo.org/id/term/vie/l%C3%B3t>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cyut3%20zeot1>,
        <http://lexvo.org/id/term/yue/%E6%8D%BD>,
        "捽"^^xsd:string ;
    rdfs:comment "clutch, grasp; pull up; contradict"@en .

<http://lexvo.org/id/char/637E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%8D%BE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C3%B2>,
        "捾"^^xsd:string .

<http://lexvo.org/id/char/637F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%8D%BF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C4%AB>,
        <http://lexvo.org/id/term/kor/%E6%8D%BF>,
        <http://lexvo.org/id/term/kor/SE>,
        "捿"^^xsd:string ;
    rdfs:comment "perch; roost; stay"@en .

<http://lexvo.org/id/char/6380> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%8E%80>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C4%81n>,
        <http://lexvo.org/id/term/kor/%E6%8E%80>,
        <http://lexvo.org/id/term/kor/HUN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hin1>,
        <http://lexvo.org/id/term/yue/%E6%8E%80>,
        "掀"^^xsd:string ;
    rdfs:comment "lift, raise; stir"@en .

<http://lexvo.org/id/char/6381> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%8E%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%A9ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/caang4>,
        <http://lexvo.org/id/term/yue/%E6%8E%81>,
        "掁"^^xsd:string .

<http://lexvo.org/id/char/6382> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%8E%82>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/di%C4%81n>,
        <http://lexvo.org/id/term/vie/gi%E1%BA%BFm>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dim1%20dim6>,
        <http://lexvo.org/id/term/yue/%E6%8E%82>,
        "掂"^^xsd:string ;
    rdfs:comment "heft, hold or weigh in palm"@en .

<http://lexvo.org/id/char/6383> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%8E%83>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C7%8Eo%200989.041%3As%C3%A0o>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C7%8Eo%20s%C3%A0o>,
        <http://lexvo.org/id/term/kor/%E6%8E%83>,
        <http://lexvo.org/id/term/kor/SO>,
        <http://lexvo.org/id/term/vie/t%E1%BA%A3o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sou2%20sou3>,
        <http://lexvo.org/id/term/yue/%E6%8E%83>,
        "掃"^^xsd:string ;
    rdfs:comment "sweep, clear away; exterminate"@en .

<http://lexvo.org/id/char/6384> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%8E%84>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C5%ABn%200746.021%3Al%C3%BAn>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C5%ABn%20l%C3%BAn>,
        <http://lexvo.org/id/term/kor/%E6%8E%84>,
        <http://lexvo.org/id/term/kor/LYUN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/leon4>,
        <http://lexvo.org/id/term/yue/%E6%8E%84>,
        "掄"^^xsd:string ;
    rdfs:comment "swing, brandish, flourish"@en .

<http://lexvo.org/id/char/6385> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%8E%85>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C3%ACng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cing3>,
        <http://lexvo.org/id/term/yue/%E6%8E%85>,
        "掅"^^xsd:string ;
    rdfs:comment "(Cant.) to lift up; to seize, grab"@en .

<http://lexvo.org/id/char/6386> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%8E%86>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C4%81ng>,
        "掆"^^xsd:string .

<http://lexvo.org/id/char/6387> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%8E%87>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/du%C3%B3%20du%C5%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/du%C5%8D>,
        <http://lexvo.org/id/term/kor/%E6%8E%87>,
        <http://lexvo.org/id/term/kor/CHEL>,
        <http://lexvo.org/id/term/vie/su%E1%BB%91t>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zyut3>,
        <http://lexvo.org/id/term/yue/%E6%8E%87>,
        "掇"^^xsd:string ;
    rdfs:comment "collect, gather up, pick up"@en .

<http://lexvo.org/id/char/6388> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%8E%88>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%B2u>,
        <http://lexvo.org/id/term/kor/%E6%8E%88>,
        <http://lexvo.org/id/term/kor/SWU>,
        <http://lexvo.org/id/term/vie/th%E1%BB%A5>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sau6>,
        <http://lexvo.org/id/term/yue/%E6%8E%88>,
        "授"^^xsd:string ;
    rdfs:comment "give to, transmit; confer"@en .

<http://lexvo.org/id/char/6389> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%8E%89>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/di%C3%A0o>,
        <http://lexvo.org/id/term/kor/%E6%8E%89>,
        <http://lexvo.org/id/term/kor/TO>,
        <http://lexvo.org/id/term/vie/trao>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/deu6%20diu6%20zaau6>,
        <http://lexvo.org/id/term/yue/%E6%8E%89>,
        "掉"^^xsd:string ;
    rdfs:comment "turn, move; shake, wag; drop down"@en .

<http://lexvo.org/id/char/638A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%8E%8A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%B3u%200887.080%3Ap%C7%92u>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%B3u%20b%C3%A0o%20f%C3%B9%20p%C7%92u>,
        <http://lexvo.org/id/term/kor/%E6%8E%8A>,
        <http://lexvo.org/id/term/kor/PWU>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/pau4>,
        <http://lexvo.org/id/term/yue/%E6%8E%8A>,
        "掊"^^xsd:string ;
    rdfs:comment "to extract; injure"@en .

<http://lexvo.org/id/char/638B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%8E%8B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C7%90>,
        "掋"^^xsd:string .

<http://lexvo.org/id/char/638C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%8E%8C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C7%8Eng>,
        <http://lexvo.org/id/term/kor/%E6%8E%8C>,
        <http://lexvo.org/id/term/kor/CANG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zoeng2>,
        <http://lexvo.org/id/term/yue/%E6%8E%8C>,
        "掌"^^xsd:string ;
    rdfs:comment "palm of hand, sole of foot, paw"@en .

<http://lexvo.org/id/char/638D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%8E%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C7%94n%20h%C7%94n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gwan2%20wan6>,
        <http://lexvo.org/id/term/yue/%E6%8E%8D>,
        "掍"^^xsd:string .

<http://lexvo.org/id/char/638E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%8E%8E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C7%90>,
        <http://lexvo.org/id/term/kor/%E6%8E%8E>,
        <http://lexvo.org/id/term/kor/KI>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gei2>,
        <http://lexvo.org/id/term/yue/%E6%8E%8E>,
        "掎"^^xsd:string ;
    rdfs:comment "drag aside, pull; drag one foot"@en .

<http://lexvo.org/id/char/638F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%8E%8F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C4%81o>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C4%81o%201122.031%3At%C3%A1o>,
        <http://lexvo.org/id/term/kor/%E6%8E%8F>,
        <http://lexvo.org/id/term/kor/TO>,
        <http://lexvo.org/id/term/vie/%C4%91%C3%A0o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tou4>,
        <http://lexvo.org/id/term/yue/%E6%8E%8F>,
        "掏"^^xsd:string ;
    rdfs:comment "take out; pull out; clean out"@en .

<http://lexvo.org/id/char/6390> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%8E%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C4%81>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/haap3>,
        <http://lexvo.org/id/term/yue/%E6%8E%90>,
        "掐"^^xsd:string ;
    rdfs:comment "hold; gather with hand; choke"@en .

<http://lexvo.org/id/char/6391> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%8E%91>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C3%AD>,
        <http://lexvo.org/id/term/vie/c%C3%A0i>,
        "掑"^^xsd:string .

<http://lexvo.org/id/char/6392> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%8E%92>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%A1i%200850.050%3Ap%C7%8Ei>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%A1i%20p%C7%8Ei%20b%C3%A8i>,
        <http://lexvo.org/id/term/kor/%E6%8E%92>,
        <http://lexvo.org/id/term/kor/PAY>,
        <http://lexvo.org/id/term/vie/b%C3%A0i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/paai4>,
        <http://lexvo.org/id/term/yue/%E6%8E%92>,
        "排"^^xsd:string ;
    rdfs:comment "row, rank, line"@en .

<http://lexvo.org/id/char/6393> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%8E%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%BA>,
        "掓"^^xsd:string .

<http://lexvo.org/id/char/6394> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%8E%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C4%81n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/haan1>,
        <http://lexvo.org/id/term/yue/%E6%8E%94>,
        "掔"^^xsd:string ;
    rdfs:comment "sturdy"@en .

<http://lexvo.org/id/char/6395> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%8E%95>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%ACng>,
        "掕"^^xsd:string .

<http://lexvo.org/id/char/6396> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%8E%96>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A8%20y%C4%93%20y%C3%AC%20y%C4%9B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C4%93%201348.020%3Ay%C3%A8>,
        <http://lexvo.org/id/term/kor/%E6%8E%96>,
        <http://lexvo.org/id/term/kor/AYK>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jat6%20jik6>,
        <http://lexvo.org/id/term/yue/%E6%8E%96>,
        "掖"^^xsd:string ;
    rdfs:comment "support with the arms; stick in, tuck in; fold up"@en .

<http://lexvo.org/id/char/6397> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%8E%97>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A0>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/aa3%20ngaa3%20ngaa6>,
        <http://lexvo.org/id/term/yue/%E6%8E%97>,
        "掗"^^xsd:string ;
    rdfs:comment "take; hold; give forcefully"@en .

<http://lexvo.org/id/char/6398> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%8E%98>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ju%C3%A9>,
        <http://lexvo.org/id/term/kor/%E6%8E%98>,
        <http://lexvo.org/id/term/kor/KWUL%20KWEL>,
        <http://lexvo.org/id/term/vie/qu%E1%BA%ADt>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gwat6>,
        <http://lexvo.org/id/term/yue/%E6%8E%98>,
        "掘"^^xsd:string ;
    rdfs:comment "dig, excavate; excavate cave"@en .

<http://lexvo.org/id/char/6399> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%8E%99>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C4%93ng%20zh%C3%A8ng>,
        <http://lexvo.org/id/term/vie/tr%C3%A1nh>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zaang1%20zaang6%20zang1>,
        <http://lexvo.org/id/term/yue/%E6%8E%99>,
        "掙"^^xsd:string ;
    rdfs:comment "to strive, endeavor, struggle; to earn; to pierce; to wedge in"@en .

<http://lexvo.org/id/char/639A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%8E%9A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C7%8Eng>,
        "掚"^^xsd:string .

<http://lexvo.org/id/char/639B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%8E%9B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/gu%C3%A0>,
        <http://lexvo.org/id/term/kor/%E6%8E%9B>,
        <http://lexvo.org/id/term/kor/KWAY>,
        <http://lexvo.org/id/term/vie/qu%E1%BA%A9y>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gwaa3%20kwaa3>,
        <http://lexvo.org/id/term/yue/%E6%8E%9B>,
        "掛"^^xsd:string ;
    rdfs:comment "hang, suspend; suspense"@en .

<http://lexvo.org/id/char/639C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%8E%9C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%90%20n%C7%90%20ni%C3%A8>,
        <http://lexvo.org/id/term/kor/%E6%8E%9C>,
        <http://lexvo.org/id/term/kor/YEY>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ngai5%20nip6>,
        <http://lexvo.org/id/term/yue/%E6%8E%9C>,
        "掜"^^xsd:string .

<http://lexvo.org/id/char/639D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%8E%9D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%B2%20x%C3%B9>,
        "掝"^^xsd:string .

<http://lexvo.org/id/char/639E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%8E%9E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%A0n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%A0n%20y%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sim3>,
        <http://lexvo.org/id/term/yue/%E6%8E%9E>,
        "掞"^^xsd:string ;
    rdfs:comment "easy, smooth; quiet; suave"@en .

<http://lexvo.org/id/char/639F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%8E%9F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C4%9Bng>,
        <http://lexvo.org/id/term/kor/%E6%8E%9F>,
        <http://lexvo.org/id/term/kor/CENG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/deng3>,
        <http://lexvo.org/id/term/yue/%E6%8E%9F>,
        "掟"^^xsd:string ;
    rdfs:comment "law, commandments, regulations; (Cant.) to throw"@en .

<http://lexvo.org/id/char/63A0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%8E%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%BC%C3%A8%20l%C3%BC%C4%9B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%BC%C4%9B%200745.020%3Al%C3%BC%C3%A8>,
        <http://lexvo.org/id/term/kor/%E6%8E%A0>,
        <http://lexvo.org/id/term/kor/LYAK%20LYANG>,
        <http://lexvo.org/id/term/vie/l%C6%B0%E1%BB%9Bt>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/loek6>,
        <http://lexvo.org/id/term/yue/%E6%8E%A0>,
        "掠"^^xsd:string ;
    rdfs:comment "rob, ransack, plunder; pass by"@en .

<http://lexvo.org/id/char/63A1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%8E%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C7%8Ei>,
        <http://lexvo.org/id/term/kor/%E6%8E%A1>,
        <http://lexvo.org/id/term/kor/CHAY>,
        <http://lexvo.org/id/term/vie/th%C3%A1i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/coi2>,
        <http://lexvo.org/id/term/yue/%E6%8E%A1>,
        "採"^^xsd:string ;
    rdfs:comment "gather, collect; pick, select"@en .

<http://lexvo.org/id/char/63A2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%8E%A2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%A0n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%A0n%20t%C4%81n>,
        <http://lexvo.org/id/term/kor/%E6%8E%A2>,
        <http://lexvo.org/id/term/kor/THAM>,
        <http://lexvo.org/id/term/vie/th%C3%A1m>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/taam1%20taam3>,
        <http://lexvo.org/id/term/yue/%E6%8E%A2>,
        "探"^^xsd:string ;
    rdfs:comment "find, locate; search, grope for"@en .

<http://lexvo.org/id/char/63A3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%8E%A3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%A8>,
        <http://lexvo.org/id/term/kor/%E6%8E%A3>,
        <http://lexvo.org/id/term/kor/CHEY%20CHEL>,
        <http://lexvo.org/id/term/vie/xi%E1%BA%BFt>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cit3%20zai3>,
        <http://lexvo.org/id/term/yue/%E6%8E%A3>,
        "掣"^^xsd:string ;
    rdfs:comment "drag, pull; hinder by pulling back"@en .

<http://lexvo.org/id/char/63A4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%8E%A4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C4%ABng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bing1%20maang1%20mang1%20mang3>,
        <http://lexvo.org/id/term/yue/%E6%8E%A4>,
        "掤"^^xsd:string ;
    rdfs:comment "quiver; (Cant.) to pull on something"@en .

<http://lexvo.org/id/char/63A5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%8E%A5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C4%93>,
        <http://lexvo.org/id/term/kor/%E6%8E%A5>,
        <http://lexvo.org/id/term/kor/CEP>,
        <http://lexvo.org/id/term/vie/ti%E1%BA%BFp>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zip3>,
        <http://lexvo.org/id/term/yue/%E6%8E%A5>,
        "接"^^xsd:string ;
    rdfs:comment "receive; continue; catch; connect"@en .

<http://lexvo.org/id/char/63A6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%8E%A6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dik1>,
        <http://lexvo.org/id/term/yue/%E6%8E%A6>,
        "掦"^^xsd:string ;
    rdfs:comment "to take up; to put by"@en .

<http://lexvo.org/id/char/63A7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%8E%A7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C3%B2ng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C3%B2ng%20qi%C4%81ng>,
        <http://lexvo.org/id/term/kor/%E6%8E%A7>,
        <http://lexvo.org/id/term/kor/KONG%20KANG>,
        <http://lexvo.org/id/term/vie/kh%E1%BB%91ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hung3>,
        <http://lexvo.org/id/term/yue/%E6%8E%A7>,
        "控"^^xsd:string ;
    rdfs:comment "accuse, charge; control"@en .

<http://lexvo.org/id/char/63A8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%8E%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/tu%C4%AB>,
        <http://lexvo.org/id/term/kor/%E6%8E%A8>,
        <http://lexvo.org/id/term/kor/CHWU%20THOY>,
        <http://lexvo.org/id/term/vie/suy>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ceoi1%20teoi1>,
        <http://lexvo.org/id/term/yue/%E6%8E%A8>,
        "推"^^xsd:string ;
    rdfs:comment "push, expel; push forward"@en .

<http://lexvo.org/id/char/63A9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%8E%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%8En>,
        <http://lexvo.org/id/term/kor/%E6%8E%A9>,
        <http://lexvo.org/id/term/kor/EM>,
        <http://lexvo.org/id/term/vie/%C3%A9m>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/am2%20jim2>,
        <http://lexvo.org/id/term/yue/%E6%8E%A9>,
        "掩"^^xsd:string ;
    rdfs:comment "to cover (with the hand); shut, conceal; ambush"@en .

<http://lexvo.org/id/char/63AA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%8E%AA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/cu%C3%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/cu%C3%B2%20z%C3%A9>,
        <http://lexvo.org/id/term/kor/%E6%8E%AA>,
        <http://lexvo.org/id/term/kor/CO%20CHAYK>,
        <http://lexvo.org/id/term/vie/th%E1%BB%91>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cou3%20zaak3>,
        <http://lexvo.org/id/term/yue/%E6%8E%AA>,
        "措"^^xsd:string ;
    rdfs:comment "place; collect, arrange; employ"@en .

<http://lexvo.org/id/char/63AB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%8E%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C5%8Du>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C5%8Du>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zau1>,
        <http://lexvo.org/id/term/yue/%E6%8E%AB>,
        "掫"^^xsd:string ;
    rdfs:comment "be on night watch; grasp"@en .

<http://lexvo.org/id/char/63AC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%8E%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%BA%20j%C5%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C5%AB>,
        <http://lexvo.org/id/term/kor/%E6%8E%AC>,
        <http://lexvo.org/id/term/kor/KWUK>,
        <http://lexvo.org/id/term/vie/c%C3%BAc>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/guk1>,
        <http://lexvo.org/id/term/yue/%E6%8E%AC>,
        "掬"^^xsd:string ;
    rdfs:comment "to grasp or hold with both hands"@en .

<http://lexvo.org/id/char/63AD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%8E%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ti%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tim3>,
        <http://lexvo.org/id/term/yue/%E6%8E%AD>,
        "掭"^^xsd:string ;
    rdfs:comment "to manipulate; a pricker for a lamp-wick"@en .

<http://lexvo.org/id/char/63AE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%8E%AE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C3%A1n>,
        <http://lexvo.org/id/term/vie/khi%C3%AAng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kin4>,
        <http://lexvo.org/id/term/yue/%E6%8E%AE>,
        "掮"^^xsd:string ;
    rdfs:comment "to bear on the shoulders"@en .

<http://lexvo.org/id/char/63AF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%8E%AF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C3%A8n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kang3>,
        <http://lexvo.org/id/term/yue/%E6%8E%AF>,
        "掯"^^xsd:string ;
    rdfs:comment "oppress, extort, take by force"@en .

<http://lexvo.org/id/char/63B0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%8E%B0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C4%81i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/baai1%20maak3>,
        <http://lexvo.org/id/term/yue/%E6%8E%B0>,
        "掰"^^xsd:string ;
    rdfs:comment "(Cant.) to tear, to rip"@en .

<http://lexvo.org/id/char/63B1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%8E%B1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C7%92u%20p%C3%A1>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/paa4>,
        <http://lexvo.org/id/term/yue/%E6%8E%B1>,
        "掱"^^xsd:string ;
    rdfs:comment "pickpocket"@en .

<http://lexvo.org/id/char/63B2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%8E%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C4%93%20q%C3%AC>,
        <http://lexvo.org/id/term/kor/%E6%8E%B2>,
        <http://lexvo.org/id/term/kor/KEY%20KAL>,
        "掲"^^xsd:string ;
    rdfs:comment "to set (a table); to install, equip; to lay (a foundation)"@en .

<http://lexvo.org/id/char/63B3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%8E%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C7%94>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lou5>,
        <http://lexvo.org/id/term/yue/%E6%8E%B3>,
        "掳"^^xsd:string ;
    rdfs:comment "capture, seize"@en .

<http://lexvo.org/id/char/63B4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%8E%B4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/gu%C3%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/gu%C4%81i%200426.020%3Agu%C3%B3>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gwaak3>,
        <http://lexvo.org/id/term/yue/%E6%8E%B4>,
        "掴"^^xsd:string ;
    rdfs:comment "box one's ears, slap"@en .

<http://lexvo.org/id/char/63B5> a lvont:Character ;
    lvont:represents "掵"^^xsd:string .

<http://lexvo.org/id/char/63B6> a lvont:Character ;
    lvont:represents "掶"^^xsd:string .

<http://lexvo.org/id/char/63B7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%8E%B7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%AD%20zh%C4%AB%20zh%C3%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C4%AB%201492.040%3Azh%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zaak6>,
        <http://lexvo.org/id/term/yue/%E6%8E%B7>,
        "掷"^^xsd:string ;
    rdfs:comment "throw, hurl, cast, fling"@en .

<http://lexvo.org/id/char/63B8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%8E%B8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C7%8En%200999.120%3Ash%C3%A0n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C7%8En%20sh%C3%A0n%20sh%C7%8En%20ch%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/daan6%20sin6>,
        <http://lexvo.org/id/term/yue/%E6%8E%B8>,
        "掸"^^xsd:string ;
    rdfs:comment "to dust; a duster"@en .

<http://lexvo.org/id/char/63B9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/maang1%20mang1%20mang3>,
        <http://lexvo.org/id/term/yue/%E6%8E%B9>,
        "掹"^^xsd:string ;
    rdfs:comment "(Cant.) to pluck, to pull"@en .

<http://lexvo.org/id/char/63BA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%8E%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C3%A0n%200117.010%3Ach%C4%81n%200998.060%3Ash%C7%8En>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C4%81n%20ch%C4%81n%20c%C3%A0n%20sh%C7%8En>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/caam1%20caam4>,
        <http://lexvo.org/id/term/yue/%E6%8E%BA>,
        "掺"^^xsd:string ;
    rdfs:comment "mix, blend, adulterate"@en .

<http://lexvo.org/id/char/63BB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%8E%BB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C4%81o>,
        <http://lexvo.org/id/term/kor/%E6%8E%BB>,
        <http://lexvo.org/id/term/kor/SO>,
        "掻"^^xsd:string ;
    rdfs:comment "scratch lightly"@en .

<http://lexvo.org/id/char/63BC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%8E%BC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/gu%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gwaan3>,
        <http://lexvo.org/id/term/yue/%E6%8E%BC>,
        "掼"^^xsd:string ;
    rdfs:comment "throw ground; know, be familiar"@en .

<http://lexvo.org/id/char/63BD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%8E%BD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%A8ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/pung3>,
        <http://lexvo.org/id/term/yue/%E6%8E%BD>,
        "掽"^^xsd:string ;
    rdfs:comment "collide; meet unexpectedly"@en .

<http://lexvo.org/id/char/63BE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%8E%BE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/yu%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E6%8E%BE>,
        <http://lexvo.org/id/term/kor/YEN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jyun6>,
        <http://lexvo.org/id/term/yue/%E6%8E%BE>,
        "掾"^^xsd:string ;
    rdfs:comment "a general designation of officials"@en .

<http://lexvo.org/id/char/63BF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%8E%BF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/nu%C3%B2>,
        <http://lexvo.org/id/term/vie/nh%E1%BA%AFc>,
        "掿"^^xsd:string .

<http://lexvo.org/id/char/63C0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%8F%80>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C7%8En>,
        <http://lexvo.org/id/term/kor/%E6%8F%80>,
        <http://lexvo.org/id/term/kor/KAN%20YEN>,
        <http://lexvo.org/id/term/vie/gi%C3%B3ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gaan2>,
        <http://lexvo.org/id/term/yue/%E6%8F%80>,
        "揀"^^xsd:string ;
    rdfs:comment "choose; select; pick up; gather"@en .

<http://lexvo.org/id/char/63C1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%8F%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C4%93n>,
        <http://lexvo.org/id/term/vie/rinh>,
        "揁"^^xsd:string ;
    rdfs:comment "sound of setting up a koto"@en .

<http://lexvo.org/id/char/63C2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%8F%82>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C5%AB>,
        <http://lexvo.org/id/term/vie/d%C3%B9a>,
        "揂"^^xsd:string .

<http://lexvo.org/id/char/63C3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%8F%83>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C4%81n%20ji%C7%8En>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C7%8En>,
        <http://lexvo.org/id/term/kor/%E6%8F%83>,
        <http://lexvo.org/id/term/kor/CEN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zin1%20zin2>,
        <http://lexvo.org/id/term/yue/%E6%8F%83>,
        "揃"^^xsd:string ;
    rdfs:comment "shear; (Cant.) to skin an animal"@en .

<http://lexvo.org/id/char/63C4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%8F%84>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%BA%20y%C3%B3u>,
        <http://lexvo.org/id/term/kor/%E6%8F%84>,
        <http://lexvo.org/id/term/kor/YU>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jyu4>,
        <http://lexvo.org/id/term/yue/%E6%8F%84>,
        "揄"^^xsd:string ;
    rdfs:comment "lift, raise; praise; hang; flap"@en .

<http://lexvo.org/id/char/63C5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%8F%85>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jin4%20ngaan4>,
        <http://lexvo.org/id/term/yue/%E6%8F%85>,
        "揅"^^xsd:string ;
    rdfs:comment "grind, rub; study, research; (Cant.) to play a stringed instrument"@en .

<http://lexvo.org/id/char/63C6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%8F%86>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ku%C3%AD>,
        <http://lexvo.org/id/term/kor/%E6%8F%86>,
        <http://lexvo.org/id/term/kor/KYU>,
        <http://lexvo.org/id/term/vie/qu%E1%BA%ABy>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kwai4%20kwai5>,
        <http://lexvo.org/id/term/yue/%E6%8F%86>,
        "揆"^^xsd:string ;
    rdfs:comment "prime minister; to guess, estimate"@en .

<http://lexvo.org/id/char/63C7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%8F%87>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C7%8En>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/naam3%20naam5>,
        <http://lexvo.org/id/term/yue/%E6%8F%87>,
        "揇"^^xsd:string ;
    rdfs:comment "(Cant.) to measure a distance with the extended thumb and forefinger or middle finger"@en .

<http://lexvo.org/id/char/63C8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%8F%88>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C5%8Dng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fang4%20gwang1>,
        <http://lexvo.org/id/term/yue/%E6%8F%88>,
        "揈"^^xsd:string .

<http://lexvo.org/id/char/63C9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%8F%89>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/r%C3%B3u>,
        <http://lexvo.org/id/term/kor/%E6%8F%89>,
        <http://lexvo.org/id/term/kor/YU>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jau4>,
        <http://lexvo.org/id/term/yue/%E6%8F%89>,
        "揉"^^xsd:string ;
    rdfs:comment "rub, massage; crush by hand"@en .

<http://lexvo.org/id/char/63CA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%8F%8A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bik1>,
        <http://lexvo.org/id/term/yue/%E6%8F%8A>,
        "揊"^^xsd:string .

<http://lexvo.org/id/char/63CB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%8F%8B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C4%93i>,
        "揋"^^xsd:string .

<http://lexvo.org/id/char/63CC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%8F%8C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C4%81i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sak1%20si1>,
        <http://lexvo.org/id/term/yue/%E6%8F%8C>,
        "揌"^^xsd:string ;
    rdfs:comment "to shake"@en .

<http://lexvo.org/id/char/63CD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%8F%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C3%B2u>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C3%B2u%20c%C3%B2u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zau3>,
        <http://lexvo.org/id/term/yue/%E6%8F%8D>,
        "揍"^^xsd:string ;
    rdfs:comment "hit, beat; smash, break"@en .

<http://lexvo.org/id/char/63CE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%8F%8E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xu%C4%81n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xu%C4%81n%20shu%C4%81n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/syun1>,
        <http://lexvo.org/id/term/yue/%E6%8F%8E>,
        "揎"^^xsd:string ;
    rdfs:comment "to pull up the sleeves and stretch out the arms; to strike with bare fists"@en .

<http://lexvo.org/id/char/63CF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%8F%8F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/mi%C3%A1o>,
        <http://lexvo.org/id/term/kor/%E6%8F%8F>,
        <http://lexvo.org/id/term/kor/MYO>,
        <http://lexvo.org/id/term/vie/mi%C3%AAu>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/miu4>,
        <http://lexvo.org/id/term/yue/%E6%8F%8F>,
        "描"^^xsd:string ;
    rdfs:comment "copy, trace, sketch; depict"@en .

<http://lexvo.org/id/char/63D0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%8F%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C4%AB%201127.110%3At%C3%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%AD%20d%C4%AB%20d%C7%90%20sh%C3%AD>,
        <http://lexvo.org/id/term/kor/%E6%8F%90>,
        <http://lexvo.org/id/term/kor/CEY%20SI>,
        <http://lexvo.org/id/term/vie/%C4%91%E1%BB%81>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dai2%20tai4>,
        <http://lexvo.org/id/term/yue/%E6%8F%90>,
        "提"^^xsd:string ;
    rdfs:comment "hold in hand; lift in hand"@en .

<http://lexvo.org/id/char/63D1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%8F%91>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ni%C4%93>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/nip6>,
        <http://lexvo.org/id/term/yue/%E6%8F%91>,
        "揑"^^xsd:string ;
    rdfs:comment "to fabricate; to trump up"@en .

<http://lexvo.org/id/char/63D2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%8F%92>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C4%81>,
        <http://lexvo.org/id/term/kor/%E6%8F%92>,
        <http://lexvo.org/id/term/kor/SAP>,
        <http://lexvo.org/id/term/vie/ch%E1%BA%AFp>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/caap3>,
        <http://lexvo.org/id/term/yue/%E6%8F%92>,
        "插"^^xsd:string ;
    rdfs:comment "insert, stick into; plant"@en .

<http://lexvo.org/id/char/63D3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%8F%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ci3>,
        <http://lexvo.org/id/term/yue/%E6%8F%93>,
        "揓"^^xsd:string .

<http://lexvo.org/id/char/63D4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%8F%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C7%92ng%20z%C5%8Dng>,
        "揔"^^xsd:string .

<http://lexvo.org/id/char/63D5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%8F%95>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%A8n>,
        <http://lexvo.org/id/term/vie/ch%E1%BA%A1m>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zam3>,
        <http://lexvo.org/id/term/yue/%E6%8F%95>,
        "揕"^^xsd:string ;
    rdfs:comment "roll up the sleeves; fight bare-fisted; strike, stab"@en .

<http://lexvo.org/id/char/63D6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%8F%96>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C4%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C4%AB%20j%C3%AD>,
        <http://lexvo.org/id/term/kor/%E6%8F%96>,
        <http://lexvo.org/id/term/kor/UP%20CUP>,
        <http://lexvo.org/id/term/vie/%E1%BA%ADp>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jap1>,
        <http://lexvo.org/id/term/yue/%E6%8F%96>,
        "揖"^^xsd:string ;
    rdfs:comment "salute, bow; defer to, yield"@en .

<http://lexvo.org/id/char/63D7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%8F%97>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C7%94n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tan4>,
        <http://lexvo.org/id/term/yue/%E6%8F%97>,
        "揗"^^xsd:string ;
    rdfs:comment "strike, hit with hand; tap; (Cant.) to be frightened; to move to and fro"@en .

<http://lexvo.org/id/char/63D8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%8F%98>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A9ng>,
        "揘"^^xsd:string .

<http://lexvo.org/id/char/63D9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%8F%99>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/bi%C3%A0n>,
        "揙"^^xsd:string .

<http://lexvo.org/id/char/63DA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%8F%9A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A1ng>,
        <http://lexvo.org/id/term/kor/%E6%8F%9A>,
        <http://lexvo.org/id/term/kor/YANG>,
        <http://lexvo.org/id/term/vie/d%C6%B0%C6%A1ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/joeng4>,
        <http://lexvo.org/id/term/yue/%E6%8F%9A>,
        "揚"^^xsd:string ;
    rdfs:comment "scatter, spread; praise"@en .

<http://lexvo.org/id/char/63DB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%8F%9B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E6%8F%9B>,
        <http://lexvo.org/id/term/kor/HWAN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wun6>,
        <http://lexvo.org/id/term/yue/%E6%8F%9B>,
        "換"^^xsd:string ;
    rdfs:comment "change, exchange; substitute"@en .

<http://lexvo.org/id/char/63DC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%8F%9C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%8En>,
        <http://lexvo.org/id/term/kor/%E6%8F%9C>,
        <http://lexvo.org/id/term/kor/AM%20EM>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jim2>,
        <http://lexvo.org/id/term/yue/%E6%8F%9C>,
        "揜"^^xsd:string ;
    rdfs:comment "cover up; take by force, shut"@en .

<http://lexvo.org/id/char/63DD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%8F%9D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zu%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zaan6>,
        <http://lexvo.org/id/term/yue/%E6%8F%9D>,
        "揝"^^xsd:string ;
    rdfs:comment "to hold in the hand, to grasp; to wring"@en .

<http://lexvo.org/id/char/63DE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C7%8En>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%8F%9E>,
        <http://lexvo.org/id/term/vie/%E1%BA%B5m>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ngam2>,
        <http://lexvo.org/id/term/yue/%E6%8F%9E>,
        "揞"^^xsd:string ;
    rdfs:comment "to cover (with the hand)"@en .

<http://lexvo.org/id/char/63DF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%8F%9F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C5%AB>,
        <http://lexvo.org/id/term/kor/%E6%8F%9F>,
        <http://lexvo.org/id/term/kor/SE>,
        "揟"^^xsd:string .

<http://lexvo.org/id/char/63E0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%8F%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A0>,
        <http://lexvo.org/id/term/kor/%E6%8F%A0>,
        <http://lexvo.org/id/term/kor/AL>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/aat1%20aat3>,
        <http://lexvo.org/id/term/yue/%E6%8F%A0>,
        "揠"^^xsd:string ;
    rdfs:comment "to pull up, to eradicate"@en .

<http://lexvo.org/id/char/63E1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%8F%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C3%B2>,
        <http://lexvo.org/id/term/kor/%E6%8F%A1>,
        <http://lexvo.org/id/term/kor/AK>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/aak1%20ak1>,
        <http://lexvo.org/id/term/yue/%E6%8F%A1>,
        "握"^^xsd:string ;
    rdfs:comment "grasp, hold fast, take by hand"@en .

<http://lexvo.org/id/char/63E2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%8F%A2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C3%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C3%A9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kak1>,
        <http://lexvo.org/id/term/yue/%E6%8F%A2>,
        "揢"^^xsd:string ;
    rdfs:comment "to seize; (Cant.) to block, obstruct"@en .

<http://lexvo.org/id/char/63E3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%8F%A3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/chu%C4%81i%200162.070%3Achu%C7%8Ei%200162.080%3Achu%C3%A0i>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/chu%C7%8Ei%20chu%C4%81i%20chu%C3%A0i%20tu%C3%A1n%20zhu%C4%AB>,
        <http://lexvo.org/id/term/kor/%E6%8F%A3>,
        <http://lexvo.org/id/term/kor/CHWI%20THA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ceoi2%20cyun2>,
        <http://lexvo.org/id/term/yue/%E6%8F%A3>,
        "揣"^^xsd:string ;
    rdfs:comment "put things under clothes"@en .

<http://lexvo.org/id/char/63E4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%8F%A4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zat1%20zeot1>,
        <http://lexvo.org/id/term/yue/%E6%8F%A4>,
        "揤"^^xsd:string .

<http://lexvo.org/id/char/63E5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%8F%A5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%AC%20d%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dai3%20tai3%20zaai6>,
        <http://lexvo.org/id/term/yue/%E6%8F%A5>,
        "揥"^^xsd:string ;
    rdfs:comment "scratcher"@en .

<http://lexvo.org/id/char/63E6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%8F%A6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%A1>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/laa2%20laa3%20laa5>,
        <http://lexvo.org/id/term/yue/%E6%8F%A6>,
        "揦"^^xsd:string ;
    rdfs:comment "to clutch; to grab at; to rub or scrape; to tear; (Cant.) to scratch; to feel around with the hand"@en .

<http://lexvo.org/id/char/63E7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%8F%A7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%A0>,
        "揧"^^xsd:string .

<http://lexvo.org/id/char/63E8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%8F%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%A9ng>,
        "揨"^^xsd:string .

<http://lexvo.org/id/char/63E9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%8F%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C4%81i>,
        <http://lexvo.org/id/term/kor/%E6%8F%A9>,
        <http://lexvo.org/id/term/kor/KAY>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/haai1>,
        <http://lexvo.org/id/term/yue/%E6%8F%A9>,
        "揩"^^xsd:string ;
    rdfs:comment "rub and wipe, dust, clean"@en .

<http://lexvo.org/id/char/63EA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%8F%AA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C5%AB>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zau1>,
        <http://lexvo.org/id/term/yue/%E6%8F%AA>,
        "揪"^^xsd:string ;
    rdfs:comment "grasp with hand, pinch"@en .

<http://lexvo.org/id/char/63EB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%8F%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C5%AB>,
        <http://lexvo.org/id/term/kor/%E6%8F%AB>,
        <http://lexvo.org/id/term/kor/CHWU>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cau1%20zau1>,
        <http://lexvo.org/id/term/yue/%E6%8F%AB>,
        "揫"^^xsd:string ;
    rdfs:comment "grasp with hand, pinch"@en .

<http://lexvo.org/id/char/63EC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%8F%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%BA>,
        <http://lexvo.org/id/term/vie/d%E1%BB%A5t>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dat1>,
        <http://lexvo.org/id/term/yue/%E6%8F%AC>,
        "揬"^^xsd:string ;
    rdfs:comment "(Cant.) lay up; sit"@en .

<http://lexvo.org/id/char/63ED> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%8F%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C4%93>,
        <http://lexvo.org/id/term/kor/%E6%8F%AD>,
        <http://lexvo.org/id/term/kor/KEY%20KAL>,
        <http://lexvo.org/id/term/vie/y%E1%BA%BFt>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kit3>,
        <http://lexvo.org/id/term/yue/%E6%8F%AD>,
        "揭"^^xsd:string ;
    rdfs:comment "raise, lift up; surname"@en .

<http://lexvo.org/id/char/63EE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%8F%AE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C4%AB>,
        <http://lexvo.org/id/term/kor/%E6%8F%AE>,
        <http://lexvo.org/id/term/kor/HWI>,
        <http://lexvo.org/id/term/vie/huy>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fai1>,
        <http://lexvo.org/id/term/yue/%E6%8F%AE>,
        "揮"^^xsd:string ;
    rdfs:comment "direct; wipe away; squander"@en .

<http://lexvo.org/id/char/63EF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%8F%AF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C4%93ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hang4>,
        <http://lexvo.org/id/term/yue/%E6%8F%AF>,
        "揯"^^xsd:string ;
    rdfs:comment "(Cant.) tight, distended"@en .

<http://lexvo.org/id/char/63F0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%8F%B0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%B2ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cung3>,
        <http://lexvo.org/id/term/yue/%E6%8F%B0>,
        "揰"^^xsd:string ;
    rdfs:comment "to push in or poke out; a punch; (Cant.) to collide"@en .

<http://lexvo.org/id/char/63F1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%8F%B1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/shu%C3%B2%20xi%C4%81o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/siu1%20sok3>,
        <http://lexvo.org/id/term/yue/%E6%8F%B1>,
        "揱"^^xsd:string .

<http://lexvo.org/id/char/63F2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%8F%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/di%C3%A9%201010.100%3Ash%C3%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%A9%20ti%C3%A9%20di%C3%A9%20y%C3%A8>,
        <http://lexvo.org/id/term/kor/%E6%8F%B2>,
        <http://lexvo.org/id/term/kor/SEL>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dip6%20sip3%20sit3>,
        <http://lexvo.org/id/term/yue/%E6%8F%B2>,
        "揲"^^xsd:string ;
    rdfs:comment "to sort out the stalks used in divination; to fold"@en .

<http://lexvo.org/id/char/63F3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%8F%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A8%20xi%C3%A9%20ji%C3%A1%20xi%C4%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C4%93>,
        <http://lexvo.org/id/term/vie/kh%E1%BA%BF>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/se2%20sip3%20sit3>,
        <http://lexvo.org/id/term/yue/%E6%8F%B3>,
        "揳"^^xsd:string .

<http://lexvo.org/id/char/63F4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%8F%B4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/yu%C3%A1n>,
        <http://lexvo.org/id/term/kor/%E6%8F%B4>,
        <http://lexvo.org/id/term/kor/WEN>,
        <http://lexvo.org/id/term/vie/vi%E1%BB%87n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jyun4%20jyun6%20wun4>,
        <http://lexvo.org/id/term/yue/%E6%8F%B4>,
        "援"^^xsd:string ;
    rdfs:comment "aid, assist; lead; cite"@en .

<http://lexvo.org/id/char/63F5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%8F%B5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C3%A1n%20ji%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E6%8F%B5>,
        <http://lexvo.org/id/term/kor/KEN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kin4>,
        <http://lexvo.org/id/term/yue/%E6%8F%B5>,
        "揵"^^xsd:string ;
    rdfs:comment "carry"@en .

<http://lexvo.org/id/char/63F6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%8F%B6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A9>,
        <http://lexvo.org/id/term/kor/%E6%8F%B6>,
        <http://lexvo.org/id/term/kor/YA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/je4>,
        <http://lexvo.org/id/term/yue/%E6%8F%B6>,
        "揶"^^xsd:string ;
    rdfs:comment "make fun of, ridicule"@en .

<http://lexvo.org/id/char/63F7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%8F%B7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C4%81>,
        <http://lexvo.org/id/term/kor/%E6%8F%B7>,
        <http://lexvo.org/id/term/kor/SAP>,
        "揷"^^xsd:string ;
    rdfs:comment "insert"@en .

<http://lexvo.org/id/char/63F8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%8F%B8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C4%81>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zaa1%20zaa2>,
        <http://lexvo.org/id/term/yue/%E6%8F%B8>,
        "揸"^^xsd:string ;
    rdfs:comment "handful; to grasp, seize, pick up with fingers; (Cant.) to take, carry"@en .

<http://lexvo.org/id/char/63F9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%8F%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C4%93i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bui3>,
        <http://lexvo.org/id/term/yue/%E6%8F%B9>,
        "揹"^^xsd:string ;
    rdfs:comment "carry things on one's back"@en .

<http://lexvo.org/id/char/63FA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%8F%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A1o>,
        "揺"^^xsd:string ;
    rdfs:comment "wag, swing, wave; shake; scull"@en .

<http://lexvo.org/id/char/63FB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C4%93i>,
        "揻"^^xsd:string .

<http://lexvo.org/id/char/63FC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/dam1%20dam2%20dam3%20dam4%20dap6>,
        <http://lexvo.org/id/term/yue/%E6%8F%BC>,
        "揼"^^xsd:string ;
    rdfs:comment "(Cant.) to delay, waste time; to throw down, beat; to hang down"@en .

<http://lexvo.org/id/char/63FD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%8F%BD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C7%8En>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/laam5>,
        <http://lexvo.org/id/term/yue/%E6%8F%BD>,
        "揽"^^xsd:string ;
    rdfs:comment "grasp, take hold of; monopolize"@en .

<http://lexvo.org/id/char/63FE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%8F%BE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C3%A8n>,
        <http://lexvo.org/id/term/vie/%C3%B9n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wan3>,
        <http://lexvo.org/id/term/yue/%E6%8F%BE>,
        "揾"^^xsd:string ;
    rdfs:comment "wipe off; press down with knuckle"@en .

<http://lexvo.org/id/char/63FF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%8F%BF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C3%ACn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gam6>,
        <http://lexvo.org/id/term/yue/%E6%8F%BF>,
        "揿"^^xsd:string ;
    rdfs:comment "press"@en .

<http://lexvo.org/id/char/6400> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%90%80>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C4%81n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/caam1%20caam4>,
        <http://lexvo.org/id/term/yue/%E6%90%80>,
        "搀"^^xsd:string ;
    rdfs:comment "give helping hand"@en .

<http://lexvo.org/id/char/6401> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%90%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C4%93%200373.010%3Ag%C3%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C4%93%20g%C3%A9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gok3>,
        <http://lexvo.org/id/term/yue/%E6%90%81>,
        "搁"^^xsd:string ;
    rdfs:comment "place, put, lay down; delay"@en .

<http://lexvo.org/id/char/6402> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%90%82>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C5%8Du%200734.070%3Al%C7%92u>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C7%92u%20l%C5%8Du%20l%C3%B3u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lau1%20lau2%20lau4%20lau5>,
        <http://lexvo.org/id/term/yue/%E6%90%82>,
        "搂"^^xsd:string ;
    rdfs:comment "hug, embrace; drag, pull"@en .

<http://lexvo.org/id/char/6403> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%90%83>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C7%92ng>,
        "搃"^^xsd:string ;
    rdfs:comment "all, general; to summarize; the chief; to manage"@en .

<http://lexvo.org/id/char/6404> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%90%84>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C4%93ng>,
        "搄"^^xsd:string .

<http://lexvo.org/id/char/6405> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%90%85>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C7%8Eo>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gaau2>,
        <http://lexvo.org/id/term/yue/%E6%90%85>,
        "搅"^^xsd:string ;
    rdfs:comment "disturb, agitate, stir up"@en .

<http://lexvo.org/id/char/6406> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%90%86>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C3%B2u>,
        <http://lexvo.org/id/term/kor/%E6%90%86>,
        <http://lexvo.org/id/term/kor/KWU>,
        <http://lexvo.org/id/term/vie/c%E1%BA%A5u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gau3%20kau3>,
        <http://lexvo.org/id/term/yue/%E6%90%86>,
        "搆"^^xsd:string ;
    rdfs:comment "pull, drag; reach; implicate"@en .

<http://lexvo.org/id/char/6407> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%90%87>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C3%ACn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gam6%20kam2>,
        <http://lexvo.org/id/term/yue/%E6%90%87>,
        "搇"^^xsd:string ;
    rdfs:comment "to press down with the hand; to lead on; (Cant.) to cover, close up"@en .

<http://lexvo.org/id/char/6408> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%90%88>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%92ng>,
        <http://lexvo.org/id/term/vie/dong>,
        "搈"^^xsd:string .

<http://lexvo.org/id/char/6409> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%90%89>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qu%C3%A8>,
        <http://lexvo.org/id/term/kor/%E6%90%89>,
        <http://lexvo.org/id/term/kor/KAK>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kok3>,
        <http://lexvo.org/id/term/yue/%E6%90%89>,
        "搉"^^xsd:string ;
    rdfs:comment "knock; pick out; ridicule"@en .

<http://lexvo.org/id/char/640A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%90%8A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C5%8Du>,
        <http://lexvo.org/id/term/vie/so>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cau1>,
        <http://lexvo.org/id/term/yue/%E6%90%8A>,
        "搊"^^xsd:string ;
    rdfs:comment "pluck"@en .

<http://lexvo.org/id/char/640B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%90%8B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C7%90%20ch%C4%81%20chu%C4%81i>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/chu%C4%81i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/caai1>,
        <http://lexvo.org/id/term/yue/%E6%90%8B>,
        "搋"^^xsd:string ;
    rdfs:comment "to thump"@en .

<http://lexvo.org/id/char/640C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%90%8C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C7%8En>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zin2>,
        <http://lexvo.org/id/term/yue/%E6%90%8C>,
        "搌"^^xsd:string ;
    rdfs:comment "to wipe tears; to bind"@en .

<http://lexvo.org/id/char/640D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%90%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C7%94n>,
        <http://lexvo.org/id/term/kor/%E6%90%8D>,
        <http://lexvo.org/id/term/kor/SON>,
        <http://lexvo.org/id/term/vie/t%E1%BB%91n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/syun2>,
        <http://lexvo.org/id/term/yue/%E6%90%8D>,
        "損"^^xsd:string ;
    rdfs:comment "diminish; impair; injure"@en .

<http://lexvo.org/id/char/640E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%90%8E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C5%ABn>,
        <http://lexvo.org/id/term/vie/dun>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/syun1>,
        <http://lexvo.org/id/term/yue/%E6%90%8E>,
        "搎"^^xsd:string ;
    rdfs:comment "to rub with the hand; to stroke"@en .

<http://lexvo.org/id/char/640F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%90%8F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%B3>,
        <http://lexvo.org/id/term/kor/%E6%90%8F>,
        <http://lexvo.org/id/term/kor/PAK>,
        <http://lexvo.org/id/term/vie/v%C3%A1c>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bok3>,
        <http://lexvo.org/id/term/yue/%E6%90%8F>,
        "搏"^^xsd:string ;
    rdfs:comment "seize; spring upon; strike"@en .

<http://lexvo.org/id/char/6410> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%90%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%B9%20ch%C5%8Du>,
        <http://lexvo.org/id/term/kor/%E6%90%90>,
        <http://lexvo.org/id/term/kor/HYUK>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cuk1>,
        <http://lexvo.org/id/term/yue/%E6%90%90>,
        "搐"^^xsd:string ;
    rdfs:comment "cramp, spasm, convulsion; twitch"@en .

<http://lexvo.org/id/char/6411> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%90%91>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/r%C7%92ng>,
        "搑"^^xsd:string .

<http://lexvo.org/id/char/6412> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%90%92>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%A0ng%200863.110%3Ap%C3%A9ng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%A8ng%20b%C3%A0ng%20p%C3%A9ng>,
        <http://lexvo.org/id/term/kor/%E6%90%92>,
        <http://lexvo.org/id/term/kor/PANG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bong1%20pong3>,
        <http://lexvo.org/id/term/yue/%E6%90%92>,
        "搒"^^xsd:string ;
    rdfs:comment "pole; beat"@en .

<http://lexvo.org/id/char/6413> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%90%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/cu%C5%8D>,
        <http://lexvo.org/id/term/kor/%E6%90%93>,
        <http://lexvo.org/id/term/kor/CHA>,
        <http://lexvo.org/id/term/vie/sai>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/caai1%20co1>,
        <http://lexvo.org/id/term/yue/%E6%90%93>,
        "搓"^^xsd:string ;
    rdfs:comment "to rub or roll between the hands"@en .

<http://lexvo.org/id/char/6414> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%90%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C4%81o>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C4%81o%20zh%C7%8Eo>,
        <http://lexvo.org/id/term/kor/%E6%90%94>,
        <http://lexvo.org/id/term/kor/SO>,
        <http://lexvo.org/id/term/vie/trao>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sou1>,
        <http://lexvo.org/id/term/yue/%E6%90%94>,
        "搔"^^xsd:string ;
    rdfs:comment "to scratch"@en .

<http://lexvo.org/id/char/6415> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%90%95>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C3%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C4%93>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hap1%20hap6>,
        <http://lexvo.org/id/term/yue/%E6%90%95>,
        "搕"^^xsd:string ;
    rdfs:comment "to strike; to take in the hand"@en .

<http://lexvo.org/id/char/6416> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%90%96>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A1o>,
        <http://lexvo.org/id/term/kor/%E6%90%96>,
        <http://lexvo.org/id/term/kor/YO>,
        <http://lexvo.org/id/term/vie/gieo>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jiu4>,
        <http://lexvo.org/id/term/yue/%E6%90%96>,
        "搖"^^xsd:string ;
    rdfs:comment "wag, swing, wave; shake; scull"@en .

<http://lexvo.org/id/char/6417> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%90%97>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C7%8Eo>,
        <http://lexvo.org/id/term/kor/%E6%90%97>,
        <http://lexvo.org/id/term/kor/TO>,
        <http://lexvo.org/id/term/vie/%C4%91%E1%BA%BDo>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dou2>,
        <http://lexvo.org/id/term/yue/%E6%90%97>,
        "搗"^^xsd:string ;
    rdfs:comment "hull; thresh; beat, attack"@en .

<http://lexvo.org/id/char/6418> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%90%98>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C4%AB>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zi1>,
        <http://lexvo.org/id/term/yue/%E6%90%98>,
        "搘"^^xsd:string ;
    rdfs:comment "prop"@en .

<http://lexvo.org/id/char/6419> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%90%99>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C3%B9>,
        "搙"^^xsd:string ;
    rdfs:comment "to handle; to play with"@en .

<http://lexvo.org/id/char/641A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%90%9A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A9%20l%C4%81>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lap6>,
        <http://lexvo.org/id/term/yue/%E6%90%9A>,
        "搚"^^xsd:string .

<http://lexvo.org/id/char/641B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%90%9B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C4%81n>,
        <http://lexvo.org/id/term/vie/gom>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gim1>,
        <http://lexvo.org/id/term/yue/%E6%90%9B>,
        "搛"^^xsd:string .

<http://lexvo.org/id/char/641C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%90%9C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C5%8Du>,
        <http://lexvo.org/id/term/kor/%E6%90%9C>,
        <http://lexvo.org/id/term/kor/SWU>,
        <http://lexvo.org/id/term/vie/s%C6%B0u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sau1%20sau2>,
        <http://lexvo.org/id/term/yue/%E6%90%9C>,
        "搜"^^xsd:string ;
    rdfs:comment "search, seek; investigate"@en .

<http://lexvo.org/id/char/641D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%90%9D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C7%94>,
        <http://lexvo.org/id/term/vie/x%E1%BB%8F>,
        "搝"^^xsd:string .

<http://lexvo.org/id/char/641E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%90%9E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C7%8Eo>,
        <http://lexvo.org/id/term/vie/c%C3%A0o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gaau2>,
        <http://lexvo.org/id/term/yue/%E6%90%9E>,
        "搞"^^xsd:string ;
    rdfs:comment "to clear, clarify"@en .

<http://lexvo.org/id/char/641F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%90%9F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C7%8En>,
        "搟"^^xsd:string .

<http://lexvo.org/id/char/6420> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%90%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/shu%C3%B2>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sok3>,
        <http://lexvo.org/id/term/yue/%E6%90%A0>,
        "搠"^^xsd:string ;
    rdfs:comment "to daub; to thrust"@en .

<http://lexvo.org/id/char/6421> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%90%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C7%8Eng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/song2>,
        <http://lexvo.org/id/term/yue/%E6%90%A1>,
        "搡"^^xsd:string ;
    rdfs:comment "to push over or push back"@en .

<http://lexvo.org/id/char/6422> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%90%A2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%ACn>,
        <http://lexvo.org/id/term/kor/%E6%90%A2>,
        <http://lexvo.org/id/term/kor/CIN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zeon3>,
        <http://lexvo.org/id/term/yue/%E6%90%A2>,
        "搢"^^xsd:string ;
    rdfs:comment "to stick into; to shake"@en .

<http://lexvo.org/id/char/6423> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%90%A3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/mi%C3%A8>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mit1%20mit6>,
        <http://lexvo.org/id/term/yue/%E6%90%A3>,
        "搣"^^xsd:string ;
    rdfs:comment "(Cant.) to tear, peel, twist with the fingers"@en .

<http://lexvo.org/id/char/6424> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C3%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%90%A4>,
        <http://lexvo.org/id/term/kor/%E6%90%A4>,
        <http://lexvo.org/id/term/kor/AYK>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ak1>,
        <http://lexvo.org/id/term/yue/%E6%90%A4>,
        "搤"^^xsd:string ;
    rdfs:comment "seize"@en .

<http://lexvo.org/id/char/6425> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%90%A5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/chu%C3%AD>,
        <http://lexvo.org/id/term/kor/%E6%90%A5>,
        <http://lexvo.org/id/term/kor/CHWU>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ceoi4>,
        <http://lexvo.org/id/term/yue/%E6%90%A5>,
        "搥"^^xsd:string ;
    rdfs:comment "beat, pound, strike, throw; shampoo"@en .

<http://lexvo.org/id/char/6426> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%90%A6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/nu%C3%B2>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/nik1>,
        <http://lexvo.org/id/term/yue/%E6%90%A6>,
        "搦"^^xsd:string ;
    rdfs:comment "grasp, seize, take in hand"@en .

<http://lexvo.org/id/char/6427> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%90%A7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C4%81n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sin3>,
        <http://lexvo.org/id/term/yue/%E6%90%A7>,
        "搧"^^xsd:string ;
    rdfs:comment "fan; strike on face; stir up"@en .

<http://lexvo.org/id/char/6428> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%90%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%A0%20d%C4%81>,
        <http://lexvo.org/id/term/kor/%E6%90%A8>,
        <http://lexvo.org/id/term/kor/THAP>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/taap3>,
        <http://lexvo.org/id/term/yue/%E6%90%A8>,
        "搨"^^xsd:string ;
    rdfs:comment "rub, make rubbings of inscription"@en .

<http://lexvo.org/id/char/6429> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%90%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C7%8E>,
        "搩"^^xsd:string .

<http://lexvo.org/id/char/642A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%90%AA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%A1ng>,
        <http://lexvo.org/id/term/kor/%E6%90%AA>,
        <http://lexvo.org/id/term/kor/TANG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tong4>,
        <http://lexvo.org/id/term/yue/%E6%90%AA>,
        "搪"^^xsd:string ;
    rdfs:comment "ward off, evade; parry; block"@en .

<http://lexvo.org/id/char/642B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%90%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%A1n>,
        <http://lexvo.org/id/term/kor/%E6%90%AB>,
        <http://lexvo.org/id/term/kor/PAN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bun1>,
        <http://lexvo.org/id/term/yue/%E6%90%AB>,
        "搫"^^xsd:string .

<http://lexvo.org/id/char/642C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%90%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C4%81n>,
        <http://lexvo.org/id/term/kor/%E6%90%AC>,
        <http://lexvo.org/id/term/kor/PAN>,
        <http://lexvo.org/id/term/vie/b%C6%B0ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bun1>,
        <http://lexvo.org/id/term/yue/%E6%90%AC>,
        "搬"^^xsd:string ;
    rdfs:comment "transfer, move, remove, shift"@en .

<http://lexvo.org/id/char/642D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%90%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C4%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C4%81%20t%C3%A0>,
        <http://lexvo.org/id/term/kor/%E6%90%AD>,
        <http://lexvo.org/id/term/kor/THAP>,
        <http://lexvo.org/id/term/vie/%C4%91%E1%BA%AFp>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/daap3>,
        <http://lexvo.org/id/term/yue/%E6%90%AD>,
        "搭"^^xsd:string ;
    rdfs:comment "join together, attach to; add to"@en .

<http://lexvo.org/id/char/642E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%90%AE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%AC>,
        <http://lexvo.org/id/term/vie/l%E1%BA%AFt>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/leot6>,
        <http://lexvo.org/id/term/yue/%E6%90%AE>,
        "搮"^^xsd:string .

<http://lexvo.org/id/char/642F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%90%AF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C4%81o>,
        <http://lexvo.org/id/term/kor/%E6%90%AF>,
        <http://lexvo.org/id/term/kor/TO>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tou4>,
        <http://lexvo.org/id/term/yue/%E6%90%AF>,
        "搯"^^xsd:string ;
    rdfs:comment "take out, pull out"@en .

<http://lexvo.org/id/char/6430> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%90%B0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%BA%20g%C7%94>,
        <http://lexvo.org/id/term/kor/%E6%90%B0>,
        <http://lexvo.org/id/term/kor/KOL>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wat6>,
        <http://lexvo.org/id/term/yue/%E6%90%B0>,
        "搰"^^xsd:string ;
    rdfs:comment "dig; turbid; exert; (Cant.) to shake"@en .

<http://lexvo.org/id/char/6431> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%90%B1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%AC>,
        "搱"^^xsd:string .

<http://lexvo.org/id/char/6432> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%90%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C4%81>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/waa2%20we2>,
        <http://lexvo.org/id/term/yue/%E6%90%B2>,
        "搲"^^xsd:string ;
    rdfs:comment "to seize, to grasp"@en .

<http://lexvo.org/id/char/6433> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%90%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A1%20hu%C3%A1>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hat6>,
        <http://lexvo.org/id/term/yue/%E6%90%B3>,
        "搳"^^xsd:string .

<http://lexvo.org/id/char/6434> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%90%B4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C4%81n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hin1>,
        <http://lexvo.org/id/term/yue/%E6%90%B4>,
        "搴"^^xsd:string ;
    rdfs:comment "extract; seize; pluck up"@en .

<http://lexvo.org/id/char/6435> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%90%B5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C3%A8n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wan2%20wan3>,
        <http://lexvo.org/id/term/yue/%E6%90%B5>,
        "搵"^^xsd:string ;
    rdfs:comment "wipe off; press down with knuckle; to immerse; (Cant.) to search, look for"@en .

<http://lexvo.org/id/char/6436> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%90%B6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C4%81ng%200918.011%3Aqi%C7%8Eng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C7%8Eng%20qi%C4%81ng%20ch%C4%93ng>,
        <http://lexvo.org/id/term/kor/%E6%90%B6>,
        <http://lexvo.org/id/term/kor/CHANG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/coeng1%20coeng2>,
        <http://lexvo.org/id/term/yue/%E6%90%B6>,
        "搶"^^xsd:string ;
    rdfs:comment "plunder, rob, take by force"@en .

<http://lexvo.org/id/char/6437> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%90%B7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ti%C3%A1n%20sh%C4%93n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tin4>,
        <http://lexvo.org/id/term/yue/%E6%90%B7>,
        "搷"^^xsd:string ;
    rdfs:comment "to beat; to winnow"@en .

<http://lexvo.org/id/char/6438> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%90%B8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C4%93n>,
        "搸"^^xsd:string .

<http://lexvo.org/id/char/6439> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C3%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%90%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/aak1%20ngak1>,
        <http://lexvo.org/id/term/yue/%E6%90%B9>,
        "搹"^^xsd:string .

<http://lexvo.org/id/char/643A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%90%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C4%AB%20x%C3%AD%20xi%C3%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A9>,
        <http://lexvo.org/id/term/kor/%E6%90%BA>,
        <http://lexvo.org/id/term/kor/HYU>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kwai4>,
        <http://lexvo.org/id/term/yue/%E6%90%BA>,
        "携"^^xsd:string ;
    rdfs:comment "lead by hand, take with; carry"@en .

<http://lexvo.org/id/char/643B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%90%BB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/nu%C3%B2>,
        "搻"^^xsd:string .

<http://lexvo.org/id/char/643C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%90%BC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qu%C3%A1n>,
        "搼"^^xsd:string .

<http://lexvo.org/id/char/643D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%90%BD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%A1>,
        <http://lexvo.org/id/term/kor/%E6%90%BD>,
        <http://lexvo.org/id/term/kor/CHA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/caa4>,
        <http://lexvo.org/id/term/yue/%E6%90%BD>,
        "搽"^^xsd:string ;
    rdfs:comment "smear; rub, wipe; anoint"@en .

<http://lexvo.org/id/char/643E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%90%BE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%A0>,
        <http://lexvo.org/id/term/kor/%E6%90%BE>,
        <http://lexvo.org/id/term/kor/CHAK>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zaa3>,
        <http://lexvo.org/id/term/yue/%E6%90%BE>,
        "搾"^^xsd:string ;
    rdfs:comment "to crush with the hand, press, squeeze, extract"@en .

<http://lexvo.org/id/char/643F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%90%BF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C3%A9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gaap3>,
        <http://lexvo.org/id/term/yue/%E6%90%BF>,
        "搿"^^xsd:string .

<http://lexvo.org/id/char/6440> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%91%80>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C7%94>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wu2>,
        <http://lexvo.org/id/term/yue/%E6%91%80>,
        "摀"^^xsd:string ;
    rdfs:comment "to cover with the hand; to hide"@en .

<http://lexvo.org/id/char/6441> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C3%A8n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%91%81>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/on3>,
        <http://lexvo.org/id/term/yue/%E6%91%81>,
        "摁"^^xsd:string ;
    rdfs:comment "to press with the hand"@en .

<http://lexvo.org/id/char/6442> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%91%82>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%A8%20ni%C3%A8>,
        <http://lexvo.org/id/term/kor/%E6%91%82>,
        <http://lexvo.org/id/term/kor/SEP%20YEP>,
        "摂"^^xsd:string ;
    rdfs:comment "take in, absorb; act as deputy"@en .

<http://lexvo.org/id/char/6443> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%91%83>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C3%A1ng%20g%C4%81ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gong1>,
        <http://lexvo.org/id/term/yue/%E6%91%83>,
        "摃"^^xsd:string .

<http://lexvo.org/id/char/6444> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%91%84>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%A8%20ni%C3%A8>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sip3>,
        <http://lexvo.org/id/term/yue/%E6%91%84>,
        "摄"^^xsd:string ;
    rdfs:comment "take in, absorb; act as deputy"@en .

<http://lexvo.org/id/char/6445> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%91%85>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C5%AB>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/syu1>,
        <http://lexvo.org/id/term/yue/%E6%91%85>,
        "摅"^^xsd:string ;
    rdfs:comment "spread, disperse; vent, set forth"@en .

<http://lexvo.org/id/char/6446> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%91%86>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C7%8Ei>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/baai2>,
        <http://lexvo.org/id/term/yue/%E6%91%86>,
        "摆"^^xsd:string ;
    rdfs:comment "put, place; display; swing, sway"@en .

<http://lexvo.org/id/char/6447> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%91%87>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A1o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jiu4>,
        <http://lexvo.org/id/term/yue/%E6%91%87>,
        "摇"^^xsd:string ;
    rdfs:comment "wag, swing, wave; shake; scull"@en .

<http://lexvo.org/id/char/6448> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%91%88>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%ACn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ban3>,
        <http://lexvo.org/id/term/yue/%E6%91%88>,
        "摈"^^xsd:string ;
    rdfs:comment "exclude, expel, reject; usher"@en .

<http://lexvo.org/id/char/6449> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%91%89>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C5%8Du>,
        "摉"^^xsd:string .

<http://lexvo.org/id/char/644A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%91%8A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C4%81n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/taan1>,
        <http://lexvo.org/id/term/yue/%E6%91%8A>,
        "摊"^^xsd:string ;
    rdfs:comment "spread out, open; apportion"@en .

<http://lexvo.org/id/char/644B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%91%8B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C3%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C3%A0%200993.011%3Ash%C4%81>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/saat3>,
        <http://lexvo.org/id/term/yue/%E6%91%8B>,
        "摋"^^xsd:string .

<http://lexvo.org/id/char/644C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%91%8C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C7%8En>,
        "摌"^^xsd:string .

<http://lexvo.org/id/char/644D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%91%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/su%C5%8D>,
        "摍"^^xsd:string .

<http://lexvo.org/id/char/644E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%91%8E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C3%A1o%20ji%C5%AB%20li%C3%BA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gau1%20lau4>,
        <http://lexvo.org/id/term/yue/%E6%91%8E>,
        "摎"^^xsd:string ;
    rdfs:comment "to strangle; to inquire into"@en .

<http://lexvo.org/id/char/644F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%91%8F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C5%8Dng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sung1>,
        <http://lexvo.org/id/term/yue/%E6%91%8F>,
        "摏"^^xsd:string ;
    rdfs:comment "pound; strike against; ram; (Cant.) to hit with the elbow"@en .

<http://lexvo.org/id/char/6450> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%91%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/chu%C4%81ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cung1>,
        <http://lexvo.org/id/term/yue/%E6%91%90>,
        "摐"^^xsd:string ;
    rdfs:comment "to hit (a bell or drum)"@en .

<http://lexvo.org/id/char/6451> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%91%91>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/gu%C3%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/gu%C4%81i%200426.021%3Agu%C3%B3>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gwaak3%20gwok3>,
        <http://lexvo.org/id/term/yue/%E6%91%91>,
        "摑"^^xsd:string ;
    rdfs:comment "box one's ears, slap"@en .

<http://lexvo.org/id/char/6452> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%91%92>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%ACng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C7%90ng%200080.010%3Ab%C3%ACng>,
        <http://lexvo.org/id/term/kor/%E6%91%92>,
        <http://lexvo.org/id/term/kor/PYENG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bing2%20bing3>,
        <http://lexvo.org/id/term/yue/%E6%91%92>,
        "摒"^^xsd:string ;
    rdfs:comment "expel, cast off; arrange"@en .

<http://lexvo.org/id/char/6453> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%91%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%A9ng>,
        <http://lexvo.org/id/term/vie/b%E1%BB%93ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fung4>,
        <http://lexvo.org/id/term/yue/%E6%91%93>,
        "摓"^^xsd:string .

<http://lexvo.org/id/char/6454> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%91%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/shu%C4%81i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/seoi1%20seot1>,
        <http://lexvo.org/id/term/yue/%E6%91%94>,
        "摔"^^xsd:string ;
    rdfs:comment "fall ground, stumble, trip"@en .

<http://lexvo.org/id/char/6455> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%91%95>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cai3>,
        <http://lexvo.org/id/term/yue/%E6%91%95>,
        "摕"^^xsd:string ;
    rdfs:comment "(Cant.) to hit"@en .

<http://lexvo.org/id/char/6456> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%91%96>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C3%AC>,
        "摖"^^xsd:string .

<http://lexvo.org/id/char/6457> a lvont:Character ;
    lvont:represents "摗"^^xsd:string .

<http://lexvo.org/id/char/6458> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%91%98>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C4%81i>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C4%81i%20zh%C3%A9>,
        <http://lexvo.org/id/term/kor/%E6%91%98>,
        <http://lexvo.org/id/term/kor/CEK>,
        <http://lexvo.org/id/term/vie/tr%C3%ADch>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zaak6>,
        <http://lexvo.org/id/term/yue/%E6%91%98>,
        "摘"^^xsd:string ;
    rdfs:comment "pluck, pick; select; specify"@en .

<http://lexvo.org/id/char/6459> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%91%99>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C7%8En>,
        <http://lexvo.org/id/term/vie/l%C3%A8n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lin5>,
        <http://lexvo.org/id/term/yue/%E6%91%99>,
        "摙"^^xsd:string ;
    rdfs:comment "to transport; to remove to take; (Cant.) to pinch; to tidy up"@en .

<http://lexvo.org/id/char/645A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%91%9A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%A1ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tong3>,
        <http://lexvo.org/id/term/yue/%E6%91%9A>,
        "摚"^^xsd:string ;
    rdfs:comment "(Cant.) to pull open (a drawer)"@en .

<http://lexvo.org/id/char/645B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%91%9B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C4%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C4%AB%20l%C3%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ci1%20lei4>,
        <http://lexvo.org/id/term/yue/%E6%91%9B>,
        "摛"^^xsd:string ;
    rdfs:comment "to spread (name, news); to be known"@en .

<http://lexvo.org/id/char/645C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%91%9C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/gu%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gwaan3>,
        <http://lexvo.org/id/term/yue/%E6%91%9C>,
        "摜"^^xsd:string ;
    rdfs:comment "throw ground; know, be familiar"@en .

<http://lexvo.org/id/char/645D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%91%9D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/luk1%20luk6>,
        <http://lexvo.org/id/term/yue/%E6%91%9D>,
        "摝"^^xsd:string .

<http://lexvo.org/id/char/645E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%91%9E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/lu%C3%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/lu%C3%B2%20lu%C3%B3>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lo3%20lo6>,
        <http://lexvo.org/id/term/yue/%E6%91%9E>,
        "摞"^^xsd:string ;
    rdfs:comment "to pile up"@en .

<http://lexvo.org/id/char/645F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%91%9F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C5%8Du%200734.071%3Al%C7%92u>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C7%92u%20l%C5%8Du%20l%C3%B3u>,
        <http://lexvo.org/id/term/vie/l%C3%B9a>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lau1%20lau2%20lau4%20lau5>,
        <http://lexvo.org/id/term/yue/%E6%91%9F>,
        "摟"^^xsd:string ;
    rdfs:comment "hug, embrace; drag, pull"@en .

<http://lexvo.org/id/char/6460> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%91%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C7%92ng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C7%92ng%20z%C5%8Dng>,
        <http://lexvo.org/id/term/kor/%E6%91%A0>,
        <http://lexvo.org/id/term/kor/CHONG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zung2>,
        <http://lexvo.org/id/term/yue/%E6%91%A0>,
        "摠"^^xsd:string ;
    rdfs:comment "general"@en .

<http://lexvo.org/id/char/6461> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%91%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C3%A0i%20x%C3%AC>,
        "摡"^^xsd:string ;
    rdfs:comment "to irrigate; to flood water flowing; to scour"@en .

<http://lexvo.org/id/char/6462> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%91%A2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%B9>,
        "摢"^^xsd:string .

<http://lexvo.org/id/char/6463> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%91%A3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C4%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C4%81%20z%C4%81>,
        "摣"^^xsd:string ;
    rdfs:comment "a handful. to pick up with the fingers. to seize"@en .

<http://lexvo.org/id/char/6464> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%91%A4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/chu%C7%8Eng>,
        "摤"^^xsd:string .

<http://lexvo.org/id/char/6465> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%91%A5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%A0ng>,
        "摥"^^xsd:string .

<http://lexvo.org/id/char/6466> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%91%A6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%A0>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/waa6>,
        <http://lexvo.org/id/term/yue/%E6%91%A6>,
        "摦"^^xsd:string ;
    rdfs:comment "wide"@en .

<http://lexvo.org/id/char/6467> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%91%A7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/cu%C4%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/cu%C4%AB%20cu%C3%B2>,
        <http://lexvo.org/id/term/kor/%E6%91%A7>,
        <http://lexvo.org/id/term/kor/CHOY>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ceoi1>,
        <http://lexvo.org/id/term/yue/%E6%91%A7>,
        "摧"^^xsd:string ;
    rdfs:comment "destroy, break, injure"@en .

<http://lexvo.org/id/char/6468> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%91%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C3%A1i>,
        "摨"^^xsd:string .

<http://lexvo.org/id/char/6469> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%91%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%B3%20m%C4%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C4%81%200799.030%3Am%C3%B3>,
        <http://lexvo.org/id/term/kor/%E6%91%A9>,
        <http://lexvo.org/id/term/kor/MA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mo1>,
        <http://lexvo.org/id/term/yue/%E6%91%A9>,
        "摩"^^xsd:string ;
    rdfs:comment "rub, scour, grind; friction"@en .

<http://lexvo.org/id/char/646A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%91%AA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C4%81ng>,
        <http://lexvo.org/id/term/vie/r%C6%B0%E1%BB%9Bn>,
        "摪"^^xsd:string .

<http://lexvo.org/id/char/646B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%91%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/gu%C4%AB>,
        "摫"^^xsd:string .

<http://lexvo.org/id/char/646C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%91%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%ACng>,
        "摬"^^xsd:string .

<http://lexvo.org/id/char/646D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%91%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%AD%20tu%C3%B2>,
        <http://lexvo.org/id/term/kor/%E6%91%AD>,
        <http://lexvo.org/id/term/kor/CHEK>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zek3>,
        <http://lexvo.org/id/term/yue/%E6%91%AD>,
        "摭"^^xsd:string ;
    rdfs:comment "pick up, gather"@en .

<http://lexvo.org/id/char/646E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C3%A1o>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%91%AE>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ngou4>,
        <http://lexvo.org/id/term/yue/%E6%91%AE>,
        "摮"^^xsd:string ;
    rdfs:comment "to rattle; to shake. to smite"@en .

<http://lexvo.org/id/char/646F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%91%AF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%AC>,
        <http://lexvo.org/id/term/kor/%E6%91%AF>,
        <http://lexvo.org/id/term/kor/CI>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zi3>,
        <http://lexvo.org/id/term/yue/%E6%91%AF>,
        "摯"^^xsd:string ;
    rdfs:comment "sincere, warm, cordial; surname"@en .

<http://lexvo.org/id/char/6470> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%91%B0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ni%C3%A8>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jit6%20zi3>,
        <http://lexvo.org/id/term/yue/%E6%91%B0>,
        "摰"^^xsd:string ;
    rdfs:comment "to seize with the hand; to grasp; to advance; to break down"@en .

<http://lexvo.org/id/char/6471> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%91%B1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A1n>,
        <http://lexvo.org/id/term/vie/m%E1%BA%A7n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/maan1>,
        <http://lexvo.org/id/term/yue/%E6%91%B1>,
        "摱"^^xsd:string ;
    rdfs:comment "(Cant.) to climb, hold on to, cling to; to pull the trigger on a gun"@en .

<http://lexvo.org/id/char/6472> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%91%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%A0n%20zh%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/saam3>,
        <http://lexvo.org/id/term/yue/%E6%91%B2>,
        "摲"^^xsd:string ;
    rdfs:comment "raze"@en .

<http://lexvo.org/id/char/6473> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%91%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C5%8Du>,
        <http://lexvo.org/id/term/kor/%E6%91%B3>,
        <http://lexvo.org/id/term/kor/KWU>,
        <http://lexvo.org/id/term/vie/khua>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kau1>,
        <http://lexvo.org/id/term/yue/%E6%91%B3>,
        "摳"^^xsd:string ;
    rdfs:comment "raise, lift up; tight-fisted"@en .

<http://lexvo.org/id/char/6474> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%91%B4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C5%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C5%AB>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/syu1>,
        <http://lexvo.org/id/term/yue/%E6%91%B4>,
        "摴"^^xsd:string ;
    rdfs:comment "to stretch out, to unroll; comfortable, easy (used for U+8212 舒); 摴蒲 is the name of a traditional play"@en .

<http://lexvo.org/id/char/6475> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%91%B5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/su%C7%92%20sh%C3%A8>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cik1%20saak3>,
        <http://lexvo.org/id/term/yue/%E6%91%B5>,
        "摵"^^xsd:string ;
    rdfs:comment "(Cant.) to pull, lift up"@en .

<http://lexvo.org/id/char/6476> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%91%B6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/tu%C3%A1n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/tu%C3%A1n%20zhu%C4%81n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tyun4>,
        <http://lexvo.org/id/term/yue/%E6%91%B6>,
        "摶"^^xsd:string ;
    rdfs:comment "roll around with hand; model"@en .

<http://lexvo.org/id/char/6477> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%91%B7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C7%8Eo>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/caau3%20ziu6>,
        <http://lexvo.org/id/term/yue/%E6%91%B7>,
        "摷"^^xsd:string ;
    rdfs:comment "(Cant.) to search for, look for; to beat up"@en .

<http://lexvo.org/id/char/6478> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%91%B8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C5%8D%200800.030%3Am%C3%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C5%8D%20m%C3%B3>,
        <http://lexvo.org/id/term/kor/%E6%91%B8>,
        <http://lexvo.org/id/term/kor/MO>,
        <http://lexvo.org/id/term/vie/m%C3%B2>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mo2%20mok3>,
        <http://lexvo.org/id/term/yue/%E6%91%B8>,
        "摸"^^xsd:string ;
    rdfs:comment "gently touch with hand; caress"@en .

<http://lexvo.org/id/char/6479> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%91%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%B3>,
        <http://lexvo.org/id/term/kor/%E6%91%B9>,
        <http://lexvo.org/id/term/kor/MO>,
        <http://lexvo.org/id/term/vie/m%C3%B2>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mou4>,
        <http://lexvo.org/id/term/yue/%E6%91%B9>,
        "摹"^^xsd:string ;
    rdfs:comment "trace, copy, duplicate; pattern"@en .

<http://lexvo.org/id/char/647A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%91%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%A9%20l%C4%81>,
        <http://lexvo.org/id/term/kor/%E6%91%BA>,
        <http://lexvo.org/id/term/kor/CEP>,
        <http://lexvo.org/id/term/vie/d%E1%BA%ADp>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zaap3%20zip3>,
        <http://lexvo.org/id/term/yue/%E6%91%BA>,
        "摺"^^xsd:string ;
    rdfs:comment "fold, bend; twisted, curved"@en .

<http://lexvo.org/id/char/647B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%91%BB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C3%A0n%200117.011%3Ach%C4%81n%200998.061%3Ash%C7%8En>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C7%8En%20ch%C4%81n%20s%C4%93n%20c%C3%A0n%20xi%C4%81n>,
        <http://lexvo.org/id/term/kor/%E6%91%BB>,
        <http://lexvo.org/id/term/kor/SEM>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/caam1%20caam4%20saam1>,
        <http://lexvo.org/id/term/yue/%E6%91%BB>,
        "摻"^^xsd:string ;
    rdfs:comment "a delicate hand; mix, blend, adulterate"@en .

<http://lexvo.org/id/char/647C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%91%BC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C4%93ng>,
        <http://lexvo.org/id/term/vie/ken>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hang1>,
        <http://lexvo.org/id/term/yue/%E6%91%BC>,
        "摼"^^xsd:string ;
    rdfs:comment "(Cant.) to knock, hit"@en .

<http://lexvo.org/id/char/647D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%91%BD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/bi%C4%81o%200072.030%3Abi%C3%A0o>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/pi%C4%81o%20bi%C3%A0o%20bi%C4%81o%20p%C4%81o%20pi%C7%8Eo>,
        <http://lexvo.org/id/term/kor/%E6%91%BD>,
        <http://lexvo.org/id/term/kor/PHYO>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/piu1%20piu5>,
        <http://lexvo.org/id/term/yue/%E6%91%BD>,
        "摽"^^xsd:string ;
    rdfs:comment "throw out; push out; strike"@en .

<http://lexvo.org/id/char/647E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%91%BE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%A0ng>,
        "摾"^^xsd:string .

<http://lexvo.org/id/char/647F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%91%BF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C4%ABn>,
        "摿"^^xsd:string .

<http://lexvo.org/id/char/6480> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%92%80>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C3%B2u>,
        "撀"^^xsd:string .

<http://lexvo.org/id/char/6481> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%92%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C4%81n>,
        "撁"^^xsd:string .

<http://lexvo.org/id/char/6482> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%92%82>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C3%A0o>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C3%A0o%20l%C3%BC%C3%A8%20li%C4%81o%20li%C3%A1o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/liu1>,
        <http://lexvo.org/id/term/yue/%E6%92%82>,
        "撂"^^xsd:string ;
    rdfs:comment "put down, put aside; drop"@en .

<http://lexvo.org/id/char/6483> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%92%83>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%AD>,
        <http://lexvo.org/id/term/kor/%E6%92%83>,
        <http://lexvo.org/id/term/kor/KYEK>,
        "撃"^^xsd:string ;
    rdfs:comment "strike, hit, beat; attack, fight"@en .

<http://lexvo.org/id/char/6484> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%92%84>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C4%ABng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jing1>,
        <http://lexvo.org/id/term/yue/%E6%92%84>,
        "撄"^^xsd:string ;
    rdfs:comment "oppose, offend, run counter to"@en .

<http://lexvo.org/id/char/6485> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%92%85>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ju%C4%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ju%C4%93%20ju%C3%A9%20gu%C3%AC>,
        <http://lexvo.org/id/term/kor/%E6%92%85>,
        <http://lexvo.org/id/term/kor/KWEY>,
        <http://lexvo.org/id/term/vie/qu%C3%A9t>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kyut3>,
        <http://lexvo.org/id/term/yue/%E6%92%85>,
        "撅"^^xsd:string ;
    rdfs:comment "protrude; snap, break; dig"@en .

<http://lexvo.org/id/char/6486> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%92%86>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/pi%C4%93%20pi%C4%9B>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/pit3>,
        <http://lexvo.org/id/term/yue/%E6%92%86>,
        "撆"^^xsd:string ;
    rdfs:comment "to skim off, cast away"@en .

<http://lexvo.org/id/char/6487> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%92%87>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/pi%C4%93%200876.020%3Api%C4%9B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/pi%C4%93%20pi%C4%9B>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/pit3>,
        <http://lexvo.org/id/term/yue/%E6%92%87>,
        "撇"^^xsd:string ;
    rdfs:comment "discard, abandon, throw away"@en .

<http://lexvo.org/id/char/6488> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%92%88>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C4%81o>,
        <http://lexvo.org/id/term/kor/%E6%92%88>,
        <http://lexvo.org/id/term/kor/LO>,
        <http://lexvo.org/id/term/vie/lau>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/laau4%20lou1%20lou4>,
        <http://lexvo.org/id/term/yue/%E6%92%88>,
        "撈"^^xsd:string ;
    rdfs:comment "scoop out of water; dredge, fish"@en .

<http://lexvo.org/id/char/6489> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%92%89>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C5%ABn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dan3%20doe1>,
        <http://lexvo.org/id/term/yue/%E6%92%89>,
        "撉"^^xsd:string .

<http://lexvo.org/id/char/648A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%92%8A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/haan6>,
        <http://lexvo.org/id/term/yue/%E6%92%8A>,
        "撊"^^xsd:string ;
    rdfs:comment "fierce; wrathful"@en .

<http://lexvo.org/id/char/648B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%92%8B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ru%C3%A1n%20nu%C3%B3>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jeon6%20no4>,
        <http://lexvo.org/id/term/yue/%E6%92%8B>,
        "撋"^^xsd:string ;
    rdfs:comment "to rub between the hands"@en .

<http://lexvo.org/id/char/648C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%92%8C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ku%C3%AC%20gu%C3%AC>,
        <http://lexvo.org/id/term/vie/qu%E1%BA%A5y>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gwai6>,
        <http://lexvo.org/id/term/yue/%E6%92%8C>,
        "撌"^^xsd:string .

<http://lexvo.org/id/char/648D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%92%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C7%8En>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cim4>,
        <http://lexvo.org/id/term/yue/%E6%92%8D>,
        "撍"^^xsd:string ;
    rdfs:comment "to hold in the hand, to grasp; to wring; (Cant.) to pull out"@en .

<http://lexvo.org/id/char/648E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%92%8E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%AC>,
        <http://lexvo.org/id/term/vie/nh%E1%BA%AFt>,
        "撎"^^xsd:string .

<http://lexvo.org/id/char/648F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%92%8F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C3%BAn%20xi%C3%A1n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cam4>,
        <http://lexvo.org/id/term/yue/%E6%92%8F>,
        "撏"^^xsd:string ;
    rdfs:comment "pull out, pluck; take hold of"@en .

<http://lexvo.org/id/char/6490> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%92%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C4%93ng>,
        <http://lexvo.org/id/term/kor/%E6%92%90>,
        <http://lexvo.org/id/term/kor/THAYNG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/caang1%20caang3>,
        <http://lexvo.org/id/term/yue/%E6%92%90>,
        "撐"^^xsd:string ;
    rdfs:comment "prop up, support; brace; to push off (with a pole)"@en .

<http://lexvo.org/id/char/6491> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%92%91>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C4%93ng>,
        <http://lexvo.org/id/term/kor/%E6%92%91>,
        <http://lexvo.org/id/term/kor/THAYNG>,
        <http://lexvo.org/id/term/vie/x%C3%AAnh>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/caang1>,
        <http://lexvo.org/id/term/yue/%E6%92%91>,
        "撑"^^xsd:string ;
    rdfs:comment "prop up, support; brace"@en .

<http://lexvo.org/id/char/6492> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%92%92>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C4%81%200980.070%3As%C7%8E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C4%81%20s%C7%8E>,
        <http://lexvo.org/id/term/kor/%E6%92%92>,
        <http://lexvo.org/id/term/kor/SAL>,
        <http://lexvo.org/id/term/vie/t%C3%A1t>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/saat3>,
        <http://lexvo.org/id/term/yue/%E6%92%92>,
        "撒"^^xsd:string ;
    rdfs:comment "release, cast away, let go; disperse; relax"@en .

<http://lexvo.org/id/char/6493> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%92%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C3%A1o>,
        <http://lexvo.org/id/term/kor/%E6%92%93>,
        <http://lexvo.org/id/term/kor/YO>,
        <http://lexvo.org/id/term/vie/nh%C3%A9o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/naau4%20naau5>,
        <http://lexvo.org/id/term/yue/%E6%92%93>,
        "撓"^^xsd:string ;
    rdfs:comment "scratch; disturb, bother; submit"@en .

<http://lexvo.org/id/char/6494> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%92%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A8ng>,
        <http://lexvo.org/id/term/vie/ng%E1%BA%A3nh>,
        "撔"^^xsd:string .

<http://lexvo.org/id/char/6495> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%92%95>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C4%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C4%AB%20x%C4%AB>,
        <http://lexvo.org/id/term/kor/%E6%92%95>,
        <http://lexvo.org/id/term/kor/SE>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/si1>,
        <http://lexvo.org/id/term/yue/%E6%92%95>,
        "撕"^^xsd:string ;
    rdfs:comment "rip, tear; buy cloth"@en .

<http://lexvo.org/id/char/6496> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%92%96>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A0n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C7%8En%20h%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/haam5%20hon6>,
        <http://lexvo.org/id/term/yue/%E6%92%96>,
        "撖"^^xsd:string .

<http://lexvo.org/id/char/6497> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%92%97>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%A1ng>,
        "撗"^^xsd:string .

<http://lexvo.org/id/char/6498> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%92%98>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C4%81>,
        <http://lexvo.org/id/term/kor/%E6%92%98>,
        <http://lexvo.org/id/term/kor/THAP>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dap3>,
        <http://lexvo.org/id/term/yue/%E6%92%98>,
        "撘"^^xsd:string ;
    rdfs:comment "(Cant.) to strike, pound"@en .

<http://lexvo.org/id/char/6499> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%92%99>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C7%94n>,
        <http://lexvo.org/id/term/kor/%E6%92%99>,
        <http://lexvo.org/id/term/kor/CWUN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zyun2>,
        <http://lexvo.org/id/term/yue/%E6%92%99>,
        "撙"^^xsd:string ;
    rdfs:comment "economize; abide by, comply with"@en .

<http://lexvo.org/id/char/649A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%92%9A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ni%C7%8En>,
        <http://lexvo.org/id/term/kor/%E6%92%9A>,
        <http://lexvo.org/id/term/kor/NYEN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/nan2%20nin2>,
        <http://lexvo.org/id/term/yue/%E6%92%9A>,
        "撚"^^xsd:string ;
    rdfs:comment "twirl in fingers, tease, toy with"@en .

<http://lexvo.org/id/char/649B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%92%9B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C7%90n>,
        "撛"^^xsd:string .

<http://lexvo.org/id/char/649C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%92%9C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C4%9Bng%20ch%C3%A9ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/caang4%20cing2>,
        <http://lexvo.org/id/term/yue/%E6%92%9C>,
        "撜"^^xsd:string .

<http://lexvo.org/id/char/649D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%92%9D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C4%AB>,
        <http://lexvo.org/id/term/kor/%E6%92%9D>,
        <http://lexvo.org/id/term/kor/HWI>,
        <http://lexvo.org/id/term/vie/v%C3%A0y>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fai1>,
        <http://lexvo.org/id/term/yue/%E6%92%9D>,
        "撝"^^xsd:string ;
    rdfs:comment "wave, brandish; modest, humble"@en .

<http://lexvo.org/id/char/649E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%92%9E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zhu%C3%A0ng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zhu%C3%A0ng%20chu%C3%A1ng>,
        <http://lexvo.org/id/term/kor/%E6%92%9E>,
        <http://lexvo.org/id/term/kor/TANG>,
        <http://lexvo.org/id/term/vie/ch%C3%A0ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cong4%20zong6>,
        <http://lexvo.org/id/term/yue/%E6%92%9E>,
        "撞"^^xsd:string ;
    rdfs:comment "knock against, bump into, collide"@en .

<http://lexvo.org/id/char/649F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%92%9F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C7%8Eo>,
        <http://lexvo.org/id/term/kor/%E6%92%9F>,
        <http://lexvo.org/id/term/kor/KYO>,
        <http://lexvo.org/id/term/vie/k%C3%A9o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/giu2%20giu6>,
        <http://lexvo.org/id/term/yue/%E6%92%9F>,
        "撟"^^xsd:string ;
    rdfs:comment "correct; to bend or twist; to feign; to raise (the hand)"@en .

<http://lexvo.org/id/char/64A0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%92%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C7%90>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gik1>,
        <http://lexvo.org/id/term/yue/%E6%92%A0>,
        "撠"^^xsd:string .

<http://lexvo.org/id/char/64A1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%92%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C4%81o>,
        "撡"^^xsd:string .

<http://lexvo.org/id/char/64A2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%92%A2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C7%8En>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C7%8En%20t%C3%A0n>,
        <http://lexvo.org/id/term/vie/%C4%91%C3%B9m>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/taam2%20taam3>,
        <http://lexvo.org/id/term/yue/%E6%92%A2>,
        "撢"^^xsd:string ;
    rdfs:comment "to dust; a duster"@en .

<http://lexvo.org/id/char/64A3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%92%A3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C7%8En%200999.121%3Ash%C3%A0n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C7%8En%20ch%C3%A1n%20sh%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/daan6%20sin6>,
        <http://lexvo.org/id/term/yue/%E6%92%A3>,
        "撣"^^xsd:string ;
    rdfs:comment "to dust; a duster"@en .

<http://lexvo.org/id/char/64A4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%92%A4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%A8>,
        <http://lexvo.org/id/term/kor/%E6%92%A4>,
        <http://lexvo.org/id/term/kor/CHEL>,
        <http://lexvo.org/id/term/vie/tri%E1%BB%87t>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cit3>,
        <http://lexvo.org/id/term/yue/%E6%92%A4>,
        "撤"^^xsd:string ;
    rdfs:comment "omit; remove; withdraw"@en .

<http://lexvo.org/id/char/64A5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%92%A5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C5%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C5%8D%20f%C3%A1>,
        <http://lexvo.org/id/term/kor/%E6%92%A5>,
        <http://lexvo.org/id/term/kor/PAL>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/but6>,
        <http://lexvo.org/id/term/yue/%E6%92%A5>,
        "撥"^^xsd:string ;
    rdfs:comment "move; dispel; distribute; plectrum, play stringed instrument"@en .

<http://lexvo.org/id/char/64A6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%92%A6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C4%9B>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ce2>,
        <http://lexvo.org/id/term/yue/%E6%92%A6>,
        "撦"^^xsd:string ;
    rdfs:comment "rip up, tear down; raise; haul"@en .

<http://lexvo.org/id/char/64A7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%92%A7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ju%C3%A9%20ju%C4%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ju%C4%93>,
        "撧"^^xsd:string .

<http://lexvo.org/id/char/64A8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%92%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C7%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C4%81o>,
        "撨"^^xsd:string .

<http://lexvo.org/id/char/64A9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%92%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C4%81o%200710.130%3Ali%C3%A1o%200712.051%3Ali%C3%A0o>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C4%81o%20li%C3%A1o%20li%C3%A0o>,
        <http://lexvo.org/id/term/kor/%E6%92%A9>,
        <http://lexvo.org/id/term/kor/LYO>,
        <http://lexvo.org/id/term/vie/l%C3%AAu>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/liu1%20liu4>,
        <http://lexvo.org/id/term/yue/%E6%92%A9>,
        "撩"^^xsd:string ;
    rdfs:comment "lift up, raise; leave, depart"@en .

<http://lexvo.org/id/char/64AA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%92%AA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%A8n>,
        "撪"^^xsd:string .

<http://lexvo.org/id/char/64AB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%92%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C7%94%20h%C5%AB>,
        <http://lexvo.org/id/term/kor/%E6%92%AB>,
        <http://lexvo.org/id/term/kor/MWU>,
        <http://lexvo.org/id/term/vie/v%E1%BB%97>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fu2>,
        <http://lexvo.org/id/term/yue/%E6%92%AB>,
        "撫"^^xsd:string ;
    rdfs:comment "pat, console, comfort; pacify"@en .

<http://lexvo.org/id/char/64AC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%92%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C3%A0o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/giu6%20hiu3>,
        <http://lexvo.org/id/term/yue/%E6%92%AC>,
        "撬"^^xsd:string ;
    rdfs:comment "lift, raise; pry open"@en .

<http://lexvo.org/id/char/64AD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%92%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C5%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C5%8D%20b%C3%B2%20b%C7%92>,
        <http://lexvo.org/id/term/kor/%E6%92%AD>,
        <http://lexvo.org/id/term/kor/PHA>,
        <http://lexvo.org/id/term/vie/v%C3%A1>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bo3>,
        <http://lexvo.org/id/term/yue/%E6%92%AD>,
        "播"^^xsd:string ;
    rdfs:comment "sow, spread; broadcast; case away, reject"@en .

<http://lexvo.org/id/char/64AE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%92%AE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/cu%C5%8D%201551.020%3Azu%C7%92>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/cu%C5%8D%20zu%C7%92>,
        <http://lexvo.org/id/term/kor/%E6%92%AE>,
        <http://lexvo.org/id/term/kor/CHWAL>,
        <http://lexvo.org/id/term/vie/to%C3%A1t>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cyut3>,
        <http://lexvo.org/id/term/yue/%E6%92%AE>,
        "撮"^^xsd:string ;
    rdfs:comment "little bit, small amount, pinch"@en .

<http://lexvo.org/id/char/64AF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%92%AF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zhu%C3%B3>,
        "撯"^^xsd:string .

<http://lexvo.org/id/char/64B0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%92%B0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zhu%C3%A0n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zhu%C3%A0n%20su%C3%A0n%20xu%C7%8En>,
        <http://lexvo.org/id/term/kor/%E6%92%B0>,
        <http://lexvo.org/id/term/kor/CHAN%20CHEN>,
        <http://lexvo.org/id/term/vie/so%E1%BA%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/syun2%20zaan3%20zaan6>,
        <http://lexvo.org/id/term/yue/%E6%92%B0>,
        "撰"^^xsd:string ;
    rdfs:comment "compose, write, compile"@en .

<http://lexvo.org/id/char/64B1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%92%B1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/tu%C7%92>,
        "撱"^^xsd:string ;
    rdfs:comment "to shorten, to clip; to throw away"@en .

<http://lexvo.org/id/char/64B2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%92%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C5%AB>,
        <http://lexvo.org/id/term/kor/%E6%92%B2>,
        <http://lexvo.org/id/term/kor/PAK%20POK>,
        <http://lexvo.org/id/term/vie/v%E1%BB%A5c>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/pok3>,
        <http://lexvo.org/id/term/yue/%E6%92%B2>,
        "撲"^^xsd:string ;
    rdfs:comment "pound, beat, strike; attack"@en .

<http://lexvo.org/id/char/64B3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%92%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C3%ACn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gam6>,
        <http://lexvo.org/id/term/yue/%E6%92%B3>,
        "撳"^^xsd:string ;
    rdfs:comment "press; push"@en .

<http://lexvo.org/id/char/64B4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%92%B4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C5%ABn>,
        <http://lexvo.org/id/term/vie/%C4%91un>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dan3>,
        <http://lexvo.org/id/term/yue/%E6%92%B4>,
        "撴"^^xsd:string ;
    rdfs:comment "to jolt; to thump"@en .

<http://lexvo.org/id/char/64B5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%92%B5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ni%C7%8En>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lin5>,
        <http://lexvo.org/id/term/yue/%E6%92%B5>,
        "撵"^^xsd:string ;
    rdfs:comment "drive away, expel, oust"@en .

<http://lexvo.org/id/char/64B6> a lvont:Character ;
    lvont:represents "撶"^^xsd:string .

<http://lexvo.org/id/char/64B7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%92%B7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/git3%20kit3>,
        <http://lexvo.org/id/term/yue/%E6%92%B7>,
        "撷"^^xsd:string ;
    rdfs:comment "pick up, gather up; hold in lap"@en .

<http://lexvo.org/id/char/64B8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%92%B8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C5%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C7%94>,
        "撸"^^xsd:string .

<http://lexvo.org/id/char/64B9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%92%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C7%8Eo>,
        <http://lexvo.org/id/term/kor/%E6%92%B9>,
        <http://lexvo.org/id/term/kor/KYO>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gaau2>,
        <http://lexvo.org/id/term/yue/%E6%92%B9>,
        "撹"^^xsd:string ;
    rdfs:comment "disturb, agitate, stir up"@en .

<http://lexvo.org/id/char/64BA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%92%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/cu%C4%81n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cyun3>,
        <http://lexvo.org/id/term/yue/%E6%92%BA>,
        "撺"^^xsd:string ;
    rdfs:comment "hurry; to throw; to urge"@en .

<http://lexvo.org/id/char/64BB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%92%BB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%A0>,
        <http://lexvo.org/id/term/kor/%E6%92%BB>,
        <http://lexvo.org/id/term/kor/TAL>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/daat3%20taat3>,
        <http://lexvo.org/id/term/yue/%E6%92%BB>,
        "撻"^^xsd:string ;
    rdfs:comment "flog, whip; chastise; (Cant.) classifier for places; a tart (from the English 'tart')"@en .

<http://lexvo.org/id/char/64BC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%92%BC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E6%92%BC>,
        <http://lexvo.org/id/term/kor/KAM>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ham6>,
        <http://lexvo.org/id/term/yue/%E6%92%BC>,
        "撼"^^xsd:string ;
    rdfs:comment "move, shake; (Cant.) to fight"@en .

<http://lexvo.org/id/char/64BD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%92%BD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C3%A0o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gik1>,
        <http://lexvo.org/id/term/yue/%E6%92%BD>,
        "撽"^^xsd:string .

<http://lexvo.org/id/char/64BE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%92%BE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C5%8D%201516.021%3Azhu%C4%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zhu%C4%81%20w%C5%8D>,
        <http://lexvo.org/id/term/kor/%E6%92%BE>,
        <http://lexvo.org/id/term/kor/KWA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gwo1%20zaa1>,
        <http://lexvo.org/id/term/yue/%E6%92%BE>,
        "撾"^^xsd:string ;
    rdfs:comment "to beat; to strike"@en .

<http://lexvo.org/id/char/64BF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%92%BF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C7%8En>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C7%8En%20li%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E6%92%BF>,
        <http://lexvo.org/id/term/kor/KEM>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gim2>,
        <http://lexvo.org/id/term/yue/%E6%92%BF>,
        "撿"^^xsd:string ;
    rdfs:comment "to pick up"@en .

<http://lexvo.org/id/char/64C0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%93%80>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C7%8En>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C7%8En%20h%C3%A0n>,
        "擀"^^xsd:string ;
    rdfs:comment "roll flat"@en .

<http://lexvo.org/id/char/64C1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%93%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C5%8Dng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C5%8Dng%20y%C7%92ng>,
        <http://lexvo.org/id/term/kor/%E6%93%81>,
        <http://lexvo.org/id/term/kor/ONG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jung2%20ung2>,
        <http://lexvo.org/id/term/yue/%E6%93%81>,
        "擁"^^xsd:string ;
    rdfs:comment "embrace, hug, squeeze; crowd"@en .

<http://lexvo.org/id/char/64C2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%93%82>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%A9i%20l%C3%A8i%20l%C4%93i>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C4%93i%200685.030%3Al%C3%A9i%200687.030%3Al%C3%A8i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/leoi4>,
        <http://lexvo.org/id/term/yue/%E6%93%82>,
        "擂"^^xsd:string ;
    rdfs:comment "rub, grind; grind with a mortar and pestle; triturate"@en .

<http://lexvo.org/id/char/64C3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%93%83>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ku%C7%92>,
        <http://lexvo.org/id/term/vie/n%E1%BB%91ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/nong5>,
        <http://lexvo.org/id/term/yue/%E6%93%83>,
        "擃"^^xsd:string ;
    rdfs:comment "to ward off; to stab, prick"@en .

<http://lexvo.org/id/char/64C4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%93%84>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C7%94>,
        <http://lexvo.org/id/term/kor/%E6%93%84>,
        <http://lexvo.org/id/term/kor/LO>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lou5>,
        <http://lexvo.org/id/term/yue/%E6%93%84>,
        "擄"^^xsd:string ;
    rdfs:comment "capture, seize"@en .

<http://lexvo.org/id/char/64C5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%93%85>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E6%93%85>,
        <http://lexvo.org/id/term/kor/CHEN>,
        <http://lexvo.org/id/term/vie/chen>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sin6>,
        <http://lexvo.org/id/term/yue/%E6%93%85>,
        "擅"^^xsd:string ;
    rdfs:comment "monopolize; claim; arbitrarily; to dare"@en .

<http://lexvo.org/id/char/64C6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%93%86>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zhu%C3%B3>,
        "擆"^^xsd:string .

<http://lexvo.org/id/char/64C7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%93%87>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C3%A9%201450.011%3Azh%C3%A1i>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C3%A9%20zh%C3%A1i>,
        <http://lexvo.org/id/term/kor/%E6%93%87>,
        <http://lexvo.org/id/term/kor/THAYK>,
        <http://lexvo.org/id/term/vie/tr%E1%BA%A1ch>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zaak6>,
        <http://lexvo.org/id/term/yue/%E6%93%87>,
        "擇"^^xsd:string ;
    rdfs:comment "select, choose, pick out"@en .

<http://lexvo.org/id/char/64C8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%93%88>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C5%AB%20b%C7%94>,
        "擈"^^xsd:string .

<http://lexvo.org/id/char/64C9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%93%89>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/chu%C3%B2%20chu%C5%8D>,
        <http://lexvo.org/id/term/kor/%E6%93%89>,
        <http://lexvo.org/id/term/kor/CHAK>,
        <http://lexvo.org/id/term/vie/th%E1%BB%8Dc>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cok3>,
        <http://lexvo.org/id/term/yue/%E6%93%89>,
        "擉"^^xsd:string ;
    rdfs:comment "to pierce; to break through"@en .

<http://lexvo.org/id/char/64CA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%93%8A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C4%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C4%AB%20j%C3%AD%20j%C3%AC%20x%C3%AD>,
        <http://lexvo.org/id/term/kor/%E6%93%8A>,
        <http://lexvo.org/id/term/kor/KYEK>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gik1>,
        <http://lexvo.org/id/term/yue/%E6%93%8A>,
        "擊"^^xsd:string ;
    rdfs:comment "strike, hit, beat; attack, fight"@en .

<http://lexvo.org/id/char/64CB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%93%8B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C7%8Eng%200216.071%3Ad%C3%A0ng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C7%8Eng%20d%C3%A0ng%20t%C7%8Eng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dong2%20dong3>,
        <http://lexvo.org/id/term/yue/%E6%93%8B>,
        "擋"^^xsd:string ;
    rdfs:comment "obstruct, impede; stop; resist"@en .

<http://lexvo.org/id/char/64CC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%93%8C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/su%C7%92>,
        "擌"^^xsd:string .

<http://lexvo.org/id/char/64CD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%93%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C4%81o>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C4%81o%20c%C3%A0o>,
        <http://lexvo.org/id/term/kor/%E6%93%8D>,
        <http://lexvo.org/id/term/kor/CO>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cou1%20cou3>,
        <http://lexvo.org/id/term/yue/%E6%93%8D>,
        "操"^^xsd:string ;
    rdfs:comment "conduct, run, control, manage"@en .

<http://lexvo.org/id/char/64CE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%93%8E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C3%ADng>,
        <http://lexvo.org/id/term/kor/%E6%93%8E>,
        <http://lexvo.org/id/term/kor/KYENG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/king4>,
        <http://lexvo.org/id/term/yue/%E6%93%8E>,
        "擎"^^xsd:string ;
    rdfs:comment "lift up, hold up, support"@en .

<http://lexvo.org/id/char/64CF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%93%8F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%ACng%20q%C3%ADng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/geng6%20king4>,
        <http://lexvo.org/id/term/yue/%E6%93%8F>,
        "擏"^^xsd:string ;
    rdfs:comment "(Cant.) to guard against, take precautions"@en .

<http://lexvo.org/id/char/64D0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%93%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%A0n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%A0n%20gu%C4%81n%20xu%C4%81n>,
        <http://lexvo.org/id/term/kor/%E6%93%90>,
        <http://lexvo.org/id/term/kor/HWAN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gwaan3>,
        <http://lexvo.org/id/term/yue/%E6%93%90>,
        "擐"^^xsd:string ;
    rdfs:comment "to put on"@en .

<http://lexvo.org/id/char/64D1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%93%91>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C4%93%20xi%C3%A9%20ch%C4%81%20sh%C3%A0>,
        "擑"^^xsd:string .

<http://lexvo.org/id/char/64D2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%93%92>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C3%ADn>,
        <http://lexvo.org/id/term/kor/%E6%93%92>,
        <http://lexvo.org/id/term/kor/KUM>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kam4>,
        <http://lexvo.org/id/term/yue/%E6%93%92>,
        "擒"^^xsd:string ;
    rdfs:comment "catch, capture, seize, arrest"@en .

<http://lexvo.org/id/char/64D3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%93%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ku%C7%8Ei>,
        "擓"^^xsd:string ;
    rdfs:comment "to rub, to scratch"@en .

<http://lexvo.org/id/char/64D4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%93%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C4%81n%200212.121%3Ad%C3%A0n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C4%81n%20d%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E6%93%94>,
        <http://lexvo.org/id/term/kor/TAM>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/daam1%20daam3>,
        <http://lexvo.org/id/term/yue/%E6%93%94>,
        "擔"^^xsd:string ;
    rdfs:comment "carry, bear, undertake"@en .

<http://lexvo.org/id/char/64D5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%93%95>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C4%AB%20x%C3%AD%20xi%C3%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A9>,
        <http://lexvo.org/id/term/kor/%E6%93%95>,
        <http://lexvo.org/id/term/kor/HYU>,
        "擕"^^xsd:string .

<http://lexvo.org/id/char/64D6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%93%96>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C4%9B%20y%C3%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C4%81>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kaa1%20kat6>,
        <http://lexvo.org/id/term/yue/%E6%93%96>,
        "擖"^^xsd:string ;
    rdfs:comment "scrape"@en .

<http://lexvo.org/id/char/64D7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%93%97>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%AC%20p%C7%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C7%90>,
        <http://lexvo.org/id/term/kor/%E6%93%97>,
        <http://lexvo.org/id/term/kor/PYEK>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/pik1>,
        <http://lexvo.org/id/term/yue/%E6%93%97>,
        "擗"^^xsd:string ;
    rdfs:comment "to beat the breast"@en .

<http://lexvo.org/id/char/64D8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%93%98>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C4%81i%200085.080%3Ab%C3%B2>,
        <http://lexvo.org/id/term/kor/%E6%93%98>,
        <http://lexvo.org/id/term/kor/PYEK>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/maak3>,
        <http://lexvo.org/id/term/yue/%E6%93%98>,
        "擘"^^xsd:string ;
    rdfs:comment "thumb; break, tear open, rip"@en .

<http://lexvo.org/id/char/64D9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C3%A0o>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%93%99>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ngou1%20ou1>,
        <http://lexvo.org/id/term/yue/%E6%93%99>,
        "擙"^^xsd:string ;
    rdfs:comment "to reach"@en .

<http://lexvo.org/id/char/64DA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%93%9A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%B9>,
        <http://lexvo.org/id/term/kor/%E6%93%9A>,
        <http://lexvo.org/id/term/kor/KE>,
        <http://lexvo.org/id/term/vie/c%E1%BB%9B>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/geoi3>,
        <http://lexvo.org/id/term/yue/%E6%93%9A>,
        "據"^^xsd:string ;
    rdfs:comment "to occupy, take possession of; a base"@en .

<http://lexvo.org/id/char/64DB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%93%9B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A8>,
        <http://lexvo.org/id/term/vie/d%E1%BA%B9p>,
        "擛"^^xsd:string .

<http://lexvo.org/id/char/64DC> a lvont:Character ;
    lvont:represents "擜"^^xsd:string .

<http://lexvo.org/id/char/64DD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/mang1%20mang3>,
        <http://lexvo.org/id/term/yue/%E6%93%9D>,
        "擝"^^xsd:string ;
    rdfs:comment "(Cant.) to pull; to stretch; to pluck"@en .

<http://lexvo.org/id/char/64DE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%93%9E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C7%92u%201094.070%3As%C3%B2u>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C7%92u%20s%C3%B2u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sau2>,
        <http://lexvo.org/id/term/yue/%E6%93%9E>,
        "擞"^^xsd:string ;
    rdfs:comment "shake, tremble, quake; flutter"@en .

<http://lexvo.org/id/char/64DF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%93%9F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%AD>,
        "擟"^^xsd:string .

<http://lexvo.org/id/char/64E0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%93%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C7%90>,
        <http://lexvo.org/id/term/kor/%E6%93%A0>,
        <http://lexvo.org/id/term/kor/CEY>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zai1>,
        <http://lexvo.org/id/term/yue/%E6%93%A0>,
        "擠"^^xsd:string ;
    rdfs:comment "crowd, squeeze, push against"@en .

<http://lexvo.org/id/char/64E1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%93%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%A1i>,
        <http://lexvo.org/id/term/kor/%E6%93%A1>,
        <http://lexvo.org/id/term/kor/TAY>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/toi4>,
        <http://lexvo.org/id/term/yue/%E6%93%A1>,
        "擡"^^xsd:string ;
    rdfs:comment "carry, raise, lift"@en .

<http://lexvo.org/id/char/64E2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%93%A2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zhu%C3%B3>,
        <http://lexvo.org/id/term/kor/%E6%93%A2>,
        <http://lexvo.org/id/term/kor/THAK>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zaak6%20zok6>,
        <http://lexvo.org/id/term/yue/%E6%93%A2>,
        "擢"^^xsd:string ;
    rdfs:comment "pull up, draw up; select"@en .

<http://lexvo.org/id/char/64E3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%93%A3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C7%8Eo>,
        <http://lexvo.org/id/term/kor/%E6%93%A3>,
        <http://lexvo.org/id/term/kor/TO>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dou2>,
        <http://lexvo.org/id/term/yue/%E6%93%A3>,
        "擣"^^xsd:string ;
    rdfs:comment "hull; thresh; beat, attack"@en .

<http://lexvo.org/id/char/64E4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%93%A4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C7%90ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sang3>,
        <http://lexvo.org/id/term/yue/%E6%93%A4>,
        "擤"^^xsd:string ;
    rdfs:comment "to blow the nose with fingers"@en .

<http://lexvo.org/id/char/64E5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%93%A5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C7%8En>,
        <http://lexvo.org/id/term/kor/%E6%93%A5>,
        <http://lexvo.org/id/term/kor/LAM>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/laam5>,
        <http://lexvo.org/id/term/yue/%E6%93%A5>,
        "擥"^^xsd:string ;
    rdfs:comment "drive away, expel, oust"@en .

<http://lexvo.org/id/char/64E6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%93%A6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C4%81>,
        <http://lexvo.org/id/term/kor/%E6%93%A6>,
        <http://lexvo.org/id/term/kor/CHAL>,
        <http://lexvo.org/id/term/vie/x%C3%A1t>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/caat3>,
        <http://lexvo.org/id/term/yue/%E6%93%A6>,
        "擦"^^xsd:string ;
    rdfs:comment "wipe, scrub, rub, scour; brush"@en .

<http://lexvo.org/id/char/64E7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%93%A7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C7%94>,
        <http://lexvo.org/id/term/kor/%E6%93%A7>,
        <http://lexvo.org/id/term/kor/KE>,
        "擧"^^xsd:string ;
    rdfs:comment "raise, lift up; recommend"@en .

<http://lexvo.org/id/char/64E8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%93%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A9>,
        "擨"^^xsd:string .

<http://lexvo.org/id/char/64E9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%93%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/r%C7%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/r%C7%94%20ru%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jeoi5%20jyu5>,
        <http://lexvo.org/id/term/yue/%E6%93%A9>,
        "擩"^^xsd:string ;
    rdfs:comment "to stain, to dye"@en .

<http://lexvo.org/id/char/64EA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%93%AA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A8>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ngaap3>,
        <http://lexvo.org/id/term/yue/%E6%93%AA>,
        "擪"^^xsd:string ;
    rdfs:comment "to tuck in, to put the finger into, to put in, to stow away"@en .

<http://lexvo.org/id/char/64EB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%93%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A8>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jip3>,
        <http://lexvo.org/id/term/yue/%E6%93%AB>,
        "擫"^^xsd:string ;
    rdfs:comment "tuck; hold"@en .

<http://lexvo.org/id/char/64EC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%93%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C7%90>,
        <http://lexvo.org/id/term/kor/%E6%93%AC>,
        <http://lexvo.org/id/term/kor/UY>,
        <http://lexvo.org/id/term/vie/ngh%C4%A9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ji4%20ji5>,
        <http://lexvo.org/id/term/yue/%E6%93%AC>,
        "擬"^^xsd:string ;
    rdfs:comment "draft; intend, plan, propose"@en .

<http://lexvo.org/id/char/64ED> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%93%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C3%B2%20hu%C3%B2%20h%C3%B9>,
        <http://lexvo.org/id/term/kor/%E6%93%AD>,
        <http://lexvo.org/id/term/kor/HWA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/faa6%20wok6>,
        <http://lexvo.org/id/term/yue/%E6%93%AD>,
        "擭"^^xsd:string ;
    rdfs:comment "trap catch animals, snare; seize"@en .

<http://lexvo.org/id/char/64EE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%93%AE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%AD>,
        "擮"^^xsd:string .

<http://lexvo.org/id/char/64EF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%93%AF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%ACn>,
        <http://lexvo.org/id/term/kor/%E6%93%AF>,
        <http://lexvo.org/id/term/kor/PIN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ban3>,
        <http://lexvo.org/id/term/yue/%E6%93%AF>,
        "擯"^^xsd:string ;
    rdfs:comment "exclude, expel, reject; usher"@en .

<http://lexvo.org/id/char/64F0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%93%B0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C3%ADng%200836.011%3An%C7%90ng%200836.041%3An%C3%ACng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C3%ADng%20n%C7%90ng%20n%C3%ACng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ling2%20ling6%20ning4%20ning6>,
        <http://lexvo.org/id/term/yue/%E6%93%B0>,
        "擰"^^xsd:string ;
    rdfs:comment "pinch; twist, wring; determined"@en .

<http://lexvo.org/id/char/64F1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%93%B1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C4%93%20g%C3%A9>,
        <http://lexvo.org/id/term/kor/%E6%93%B1>,
        <http://lexvo.org/id/term/kor/KAK>,
        <http://lexvo.org/id/term/vie/g%C3%A1c>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gok3>,
        <http://lexvo.org/id/term/yue/%E6%93%B1>,
        "擱"^^xsd:string ;
    rdfs:comment "place, put, lay down; delay"@en .

<http://lexvo.org/id/char/64F2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%93%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%AC%20zh%C3%AD%20zh%C4%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C4%AB%201492.041%3Azh%C3%AC>,
        <http://lexvo.org/id/term/kor/%E6%93%B2>,
        <http://lexvo.org/id/term/kor/CHEK>,
        <http://lexvo.org/id/term/vie/tr%E1%BB%8Bch>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zaak6>,
        <http://lexvo.org/id/term/yue/%E6%93%B2>,
        "擲"^^xsd:string ;
    rdfs:comment "throw (down), hurl, cast, fling"@en .

<http://lexvo.org/id/char/64F3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%93%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%A9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zit1>,
        <http://lexvo.org/id/term/yue/%E6%93%B3>,
        "擳"^^xsd:string ;
    rdfs:comment "(Cant.) to squeeze out; tickle"@en .

<http://lexvo.org/id/char/64F4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%93%B4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ku%C3%B2>,
        <http://lexvo.org/id/term/kor/%E6%93%B4>,
        <http://lexvo.org/id/term/kor/HWAK%20KWANG>,
        <http://lexvo.org/id/term/vie/qu%E1%BA%B3ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gwok3%20kong3%20kwok3%20kwong3>,
        <http://lexvo.org/id/term/yue/%E6%93%B4>,
        "擴"^^xsd:string ;
    rdfs:comment "expand, enlarge, stretch"@en .

<http://lexvo.org/id/char/64F5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%93%B5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%B3%20m%C3%AD%20m%C4%81>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mo1%20mo2>,
        <http://lexvo.org/id/term/yue/%E6%93%B5>,
        "擵"^^xsd:string ;
    rdfs:comment "to touch, feel with the hand"@en .

<http://lexvo.org/id/char/64F6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%93%B6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%A0n>,
        "擶"^^xsd:string .

<http://lexvo.org/id/char/64F7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%93%B7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/git3%20kit3>,
        <http://lexvo.org/id/term/yue/%E6%93%B7>,
        "擷"^^xsd:string ;
    rdfs:comment "pick up, gather up; hold in lap"@en .

<http://lexvo.org/id/char/64F8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%93%B8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C3%A8%20l%C3%A0>,
        <http://lexvo.org/id/term/vie/x%E1%BB%A3p>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/laap3%20laap6%20lip3%20lip6>,
        <http://lexvo.org/id/term/yue/%E6%93%B8>,
        "擸"^^xsd:string ;
    rdfs:comment "to hold, to grasp; to hold the hair; to pull at; (Cant.) to glance"@en .

<http://lexvo.org/id/char/64F9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%93%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C4%81n>,
        "擹"^^xsd:string .

<http://lexvo.org/id/char/64FA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%93%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C7%8Ei>,
        <http://lexvo.org/id/term/kor/%E6%93%BA>,
        <http://lexvo.org/id/term/kor/PHA>,
        <http://lexvo.org/id/term/vie/b%E1%BA%ABy>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/baai2>,
        <http://lexvo.org/id/term/yue/%E6%93%BA>,
        "擺"^^xsd:string ;
    rdfs:comment "put, place; display; swing, sway"@en .

<http://lexvo.org/id/char/64FB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%93%BB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C7%92u%201094.071%3As%C3%B2u>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C7%92u%20s%C3%B2u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sau2%20sau3>,
        <http://lexvo.org/id/term/yue/%E6%93%BB>,
        "擻"^^xsd:string ;
    rdfs:comment "shake, tremble, quake; flutter"@en .

<http://lexvo.org/id/char/64FC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%93%BC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C7%94>,
        <http://lexvo.org/id/term/vie/tr%E1%BB%8F>,
        "擼"^^xsd:string .

<http://lexvo.org/id/char/64FD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%93%BD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%BC%C3%A8%20l%C3%AC%20lu%C3%B2>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lik6%20loek6>,
        <http://lexvo.org/id/term/yue/%E6%93%BD>,
        "擽"^^xsd:string ;
    rdfs:comment "tickle; ticklish, funny"@en .

<http://lexvo.org/id/char/64FE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%93%BE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/r%C7%8Eo>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/r%C7%8Eo%20r%C3%B3u>,
        <http://lexvo.org/id/term/kor/%E6%93%BE>,
        <http://lexvo.org/id/term/kor/YO>,
        <http://lexvo.org/id/term/vie/nhi%E1%BB%85u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jiu2%20jiu5>,
        <http://lexvo.org/id/term/yue/%E6%93%BE>,
        "擾"^^xsd:string ;
    rdfs:comment "disturb, annoy, agitate"@en .

<http://lexvo.org/id/char/64FF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%93%BF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C4%AB%201492.030%3Azh%C3%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%AD%20t%C3%AC%20zh%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tik1%20zek3>,
        <http://lexvo.org/id/term/yue/%E6%93%BF>,
        "擿"^^xsd:string ;
    rdfs:comment "to select, to pick out from, to discard"@en .

<http://lexvo.org/id/char/6500> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%94%80>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C4%81n>,
        <http://lexvo.org/id/term/kor/%E6%94%80>,
        <http://lexvo.org/id/term/kor/PAN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/paan1>,
        <http://lexvo.org/id/term/yue/%E6%94%80>,
        "攀"^^xsd:string ;
    rdfs:comment "climb; pull; hang on to"@en .

<http://lexvo.org/id/char/6501> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%94%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%8Eng>,
        "攁"^^xsd:string .

<http://lexvo.org/id/char/6502> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%94%82>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%A8i%20l%C3%A9i>,
        <http://lexvo.org/id/term/kor/%E6%94%82>,
        <http://lexvo.org/id/term/kor/LONG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/leoi4>,
        <http://lexvo.org/id/term/yue/%E6%94%82>,
        "攂"^^xsd:string ;
    rdfs:comment "to beat a drum"@en .

<http://lexvo.org/id/char/6503> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%94%83>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C3%A0>,
        "攃"^^xsd:string ;
    rdfs:comment "preceding"@en .

<http://lexvo.org/id/char/6504> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%94%84>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C5%AB>,
        <http://lexvo.org/id/term/kor/%E6%94%84>,
        <http://lexvo.org/id/term/kor/THE>,
        <http://lexvo.org/id/term/vie/l%E1%BB%B1a>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/syu1>,
        <http://lexvo.org/id/term/yue/%E6%94%84>,
        "攄"^^xsd:string ;
    rdfs:comment "spread, disperse; vent, set forth"@en .

<http://lexvo.org/id/char/6505> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%94%85>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C7%8En>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cyun4>,
        <http://lexvo.org/id/term/yue/%E6%94%85>,
        "攅"^^xsd:string ;
    rdfs:comment "save, hoard"@en .

<http://lexvo.org/id/char/6506> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%94%86>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ni%C7%8En>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lin5>,
        <http://lexvo.org/id/term/yue/%E6%94%86>,
        "攆"^^xsd:string ;
    rdfs:comment "drive away, expel, oust"@en .

<http://lexvo.org/id/char/6507> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%94%87>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C7%8En>,
        <http://lexvo.org/id/term/kor/%E6%94%87>,
        <http://lexvo.org/id/term/kor/HEN>,
        "攇"^^xsd:string .

<http://lexvo.org/id/char/6508> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%94%88>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%B9n>,
        "攈"^^xsd:string .

<http://lexvo.org/id/char/6509> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%94%89>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%B2%20hu%C5%8D%20qu%C3%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C5%8D>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fok3>,
        <http://lexvo.org/id/term/yue/%E6%94%89>,
        "攉"^^xsd:string ;
    rdfs:comment "to beckon; to urge"@en .

<http://lexvo.org/id/char/650A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%94%8A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%AC>,
        <http://lexvo.org/id/term/kor/%E6%94%8A>,
        <http://lexvo.org/id/term/kor/LYE>,
        "攊"^^xsd:string .

<http://lexvo.org/id/char/650B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%94%8B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%A0>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/laa2%20laai6>,
        <http://lexvo.org/id/term/yue/%E6%94%8B>,
        "攋"^^xsd:string ;
    rdfs:comment "to clutch; to grab at; to rub or scrape; to tear; (Cant.) to leave behind, omit"@en .

<http://lexvo.org/id/char/650C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%94%8C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A0n%20hu%C7%8En>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/waan6>,
        <http://lexvo.org/id/term/yue/%E6%94%8C>,
        "攌"^^xsd:string .

<http://lexvo.org/id/char/650D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%94%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%ADng>,
        "攍"^^xsd:string .

<http://lexvo.org/id/char/650E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%94%8E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%BA>,
        "攎"^^xsd:string .

<http://lexvo.org/id/char/650F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%94%8F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C7%92ng>,
        <http://lexvo.org/id/term/kor/%E6%94%8F>,
        <http://lexvo.org/id/term/kor/LONG>,
        <http://lexvo.org/id/term/vie/long>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lung5>,
        <http://lexvo.org/id/term/yue/%E6%94%8F>,
        "攏"^^xsd:string ;
    rdfs:comment "collect, bring together"@en .

<http://lexvo.org/id/char/6510> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%94%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C4%81n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hin1>,
        <http://lexvo.org/id/term/yue/%E6%94%90>,
        "攐"^^xsd:string .

<http://lexvo.org/id/char/6511> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%94%91>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C4%81n>,
        <http://lexvo.org/id/term/vie/g%E1%BB%A1>,
        "攑"^^xsd:string .

<http://lexvo.org/id/char/6512> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%94%92>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/cu%C3%A1n%201439.070%3Az%C7%8En>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C7%8En>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cyun4%20zaan2>,
        <http://lexvo.org/id/term/yue/%E6%94%92>,
        "攒"^^xsd:string ;
    rdfs:comment "save, hoard"@en .

<http://lexvo.org/id/char/6513> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%94%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C4%81n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hin1>,
        <http://lexvo.org/id/term/yue/%E6%94%93>,
        "攓"^^xsd:string .

<http://lexvo.org/id/char/6514> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%94%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%A1n>,
        <http://lexvo.org/id/term/kor/%E6%94%94>,
        <http://lexvo.org/id/term/kor/LAN>,
        <http://lexvo.org/id/term/vie/dan>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/laan4>,
        <http://lexvo.org/id/term/yue/%E6%94%94>,
        "攔"^^xsd:string ;
    rdfs:comment "obstruct, impede, bar, hinder"@en .

<http://lexvo.org/id/char/6515> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%94%95>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C4%81n%20xi%C4%81n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cim1>,
        <http://lexvo.org/id/term/yue/%E6%94%95>,
        "攕"^^xsd:string .

<http://lexvo.org/id/char/6516> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%94%96>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C4%ABng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jing1>,
        <http://lexvo.org/id/term/yue/%E6%94%96>,
        "攖"^^xsd:string ;
    rdfs:comment "oppose, offend, run counter to"@en .

<http://lexvo.org/id/char/6517> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%94%97>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A9i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mei4>,
        <http://lexvo.org/id/term/yue/%E6%94%97>,
        "攗"^^xsd:string .

<http://lexvo.org/id/char/6518> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%94%98>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/r%C3%A0ng%20r%C7%8Eng%20n%C3%ADng%20xi%C7%8Eng%20r%C3%A1ng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/r%C7%8Eng>,
        <http://lexvo.org/id/term/kor/%E6%94%98>,
        <http://lexvo.org/id/term/kor/YANG>,
        <http://lexvo.org/id/term/vie/nh%C6%B0%E1%BB%9Dng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/joeng4%20joeng5>,
        <http://lexvo.org/id/term/yue/%E6%94%98>,
        "攘"^^xsd:string ;
    rdfs:comment "seize, take by force; repel"@en .

<http://lexvo.org/id/char/6519> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%94%99>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C4%81n>,
        <http://lexvo.org/id/term/kor/%E6%94%99>,
        <http://lexvo.org/id/term/kor/CHAM>,
        <http://lexvo.org/id/term/vie/s%E1%BB%8Dm>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/caam1%20caam4>,
        <http://lexvo.org/id/term/yue/%E6%94%99>,
        "攙"^^xsd:string ;
    rdfs:comment "to give a helping hand; to support, hold up"@en .

<http://lexvo.org/id/char/651A> a lvont:Character ;
    lvont:represents "攚"^^xsd:string .

<http://lexvo.org/id/char/651B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%94%9B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/cu%C4%81n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cyun3>,
        <http://lexvo.org/id/term/yue/%E6%94%9B>,
        "攛"^^xsd:string ;
    rdfs:comment "hurry; to throw; to urge; (Cant.) to seduce"@en .

<http://lexvo.org/id/char/651C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%94%9C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A9%20x%C4%AB%20x%C3%AD>,
        <http://lexvo.org/id/term/vie/hu%E1%BB%81>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kwai4>,
        <http://lexvo.org/id/term/yue/%E6%94%9C>,
        "攜"^^xsd:string ;
    rdfs:comment "lead by hand, take with; carry"@en .

<http://lexvo.org/id/char/651D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%94%9D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%A8%20ni%C3%A8>,
        <http://lexvo.org/id/term/kor/%E6%94%9D>,
        <http://lexvo.org/id/term/kor/SEP%20YEP>,
        <http://lexvo.org/id/term/vie/nh%C3%A9p>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/nip6%20sip3>,
        <http://lexvo.org/id/term/yue/%E6%94%9D>,
        "攝"^^xsd:string ;
    rdfs:comment "take in, absorb; act as deputy; administer, assist"@en .

<http://lexvo.org/id/char/651E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%94%9E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/lu%C7%92%20lu%C5%8D%20l%C7%9A>,
        <http://lexvo.org/id/term/vie/r%C3%A0>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lo1%20lo2>,
        <http://lexvo.org/id/term/yue/%E6%94%9E>,
        "攞"^^xsd:string ;
    rdfs:comment "to split, to rend; to choose to rub, to wipe"@en .

<http://lexvo.org/id/char/651F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%94%9F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%B9n>,
        "攟"^^xsd:string .

<http://lexvo.org/id/char/6520> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%94%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%AD%20m%C4%81%20m%C3%B3>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mei4>,
        <http://lexvo.org/id/term/yue/%E6%94%A0>,
        "攠"^^xsd:string .

<http://lexvo.org/id/char/6521> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%94%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%AD%20ch%C4%AB>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ci1>,
        <http://lexvo.org/id/term/yue/%E6%94%A1>,
        "攡"^^xsd:string .

<http://lexvo.org/id/char/6522> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%94%A2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C7%8En%20cu%C3%A1n%20zu%C4%81n>,
        <http://lexvo.org/id/term/kor/%E6%94%A2>,
        <http://lexvo.org/id/term/kor/CHAN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cyun4%20zaan2>,
        <http://lexvo.org/id/term/yue/%E6%94%A2>,
        "攢"^^xsd:string ;
    rdfs:comment "save, hoard"@en .

<http://lexvo.org/id/char/6523> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%94%A3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/lu%C3%A1n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/lu%C3%A1n%20li%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E6%94%A3>,
        <http://lexvo.org/id/term/kor/LYEN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lyun4>,
        <http://lexvo.org/id/term/yue/%E6%94%A3>,
        "攣"^^xsd:string ;
    rdfs:comment "tangled; entwined; crooked"@en .

<http://lexvo.org/id/char/6524> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%94%A4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C4%81n>,
        <http://lexvo.org/id/term/kor/%E6%94%A4>,
        <http://lexvo.org/id/term/kor/THAN>,
        <http://lexvo.org/id/term/vie/n%E1%BA%B7n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/taan1>,
        <http://lexvo.org/id/term/yue/%E6%94%A4>,
        "攤"^^xsd:string ;
    rdfs:comment "spread out, open; apportion"@en .

<http://lexvo.org/id/char/6525> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%94%A5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zu%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zaan6>,
        <http://lexvo.org/id/term/yue/%E6%94%A5>,
        "攥"^^xsd:string ;
    rdfs:comment "(coll.) hold; grip; grasp"@en .

<http://lexvo.org/id/char/6526> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%94%A6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%AC%20x%C7%90>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lai6>,
        <http://lexvo.org/id/term/yue/%E6%94%A6>,
        "攦"^^xsd:string .

<http://lexvo.org/id/char/6527> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%94%A7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/di%C4%81n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/di%C4%81n%20di%C3%A9>,
        "攧"^^xsd:string .

<http://lexvo.org/id/char/6528> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%94%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C4%81>,
        "攨"^^xsd:string .

<http://lexvo.org/id/char/6529> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%94%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C7%8Eng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C7%8Eng%20t%C7%8Eng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dong2%20dong3>,
        <http://lexvo.org/id/term/yue/%E6%94%A9>,
        "攩"^^xsd:string ;
    rdfs:comment "obstruct, impede; stop; resist"@en .

<http://lexvo.org/id/char/652A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%94%AA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C7%8Eo>,
        <http://lexvo.org/id/term/kor/%E6%94%AA>,
        <http://lexvo.org/id/term/kor/KYO>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gaau2>,
        <http://lexvo.org/id/term/yue/%E6%94%AA>,
        "攪"^^xsd:string ;
    rdfs:comment "disturb, agitate, stir up"@en .

<http://lexvo.org/id/char/652B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%94%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ju%C3%A9>,
        <http://lexvo.org/id/term/kor/%E6%94%AB>,
        <http://lexvo.org/id/term/kor/HWAK>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fok3>,
        <http://lexvo.org/id/term/yue/%E6%94%AB>,
        "攫"^^xsd:string ;
    rdfs:comment "snatch away, seize; catch with"@en .

<http://lexvo.org/id/char/652C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%94%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C7%8En>,
        <http://lexvo.org/id/term/kor/%E6%94%AC>,
        <http://lexvo.org/id/term/kor/LAM>,
        <http://lexvo.org/id/term/vie/l%C3%A3m>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/laam2%20laam5>,
        <http://lexvo.org/id/term/yue/%E6%94%AC>,
        "攬"^^xsd:string ;
    rdfs:comment "grasp, take hold of; monopolize"@en .

<http://lexvo.org/id/char/652D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%94%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lai5>,
        <http://lexvo.org/id/term/yue/%E6%94%AD>,
        "攭"^^xsd:string .

<http://lexvo.org/id/char/652E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%94%AE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C7%8Eng>,
        <http://lexvo.org/id/term/vie/n%E1%BB%87n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/nong5>,
        <http://lexvo.org/id/term/yue/%E6%94%AE>,
        "攮"^^xsd:string ;
    rdfs:comment "to fend off; to stab"@en .

<http://lexvo.org/id/char/6530> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%94%B0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/gu%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gui6>,
        <http://lexvo.org/id/term/yue/%E6%94%B0>,
        "攰"^^xsd:string ;
    rdfs:comment "totally exhausted"@en .

<http://lexvo.org/id/char/6531> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%94%B1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/gu%C7%90>,
        "攱"^^xsd:string .

<http://lexvo.org/id/char/6532> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%94%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C4%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C4%AB%20j%C4%AB%20y%C4%AB>,
        <http://lexvo.org/id/term/kor/%E6%94%B2>,
        <http://lexvo.org/id/term/kor/KI>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kei1>,
        <http://lexvo.org/id/term/yue/%E6%94%B2>,
        "攲"^^xsd:string ;
    rdfs:comment "up; uneven"@en .

<http://lexvo.org/id/char/6533> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%94%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C3%ADn>,
        "攳"^^xsd:string .

<http://lexvo.org/id/char/6536> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%94%B6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C5%8Du>,
        <http://lexvo.org/id/term/kor/%E6%94%B6>,
        <http://lexvo.org/id/term/kor/SWU>,
        <http://lexvo.org/id/term/vie/thu>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sau1>,
        <http://lexvo.org/id/term/yue/%E6%94%B6>,
        "收"^^xsd:string ;
    rdfs:comment "gather together, collect; harvest"@en .

<http://lexvo.org/id/char/6537> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%94%B7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C7%8Eo>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C7%8Eo%20k%C3%A1o>,
        <http://lexvo.org/id/term/kor/%E6%94%B7>,
        <http://lexvo.org/id/term/kor/KO>,
        <http://lexvo.org/id/term/vie/kh%E1%BA%A3o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/haau2>,
        <http://lexvo.org/id/term/yue/%E6%94%B7>,
        "攷"^^xsd:string ;
    rdfs:comment "examine, test; investigate"@en .

<http://lexvo.org/id/char/6538> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%94%B8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C5%8Du>,
        <http://lexvo.org/id/term/kor/%E6%94%B8>,
        <http://lexvo.org/id/term/kor/YU>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jau4>,
        <http://lexvo.org/id/term/yue/%E6%94%B8>,
        "攸"^^xsd:string ;
    rdfs:comment "distant, far; adverbial prefix"@en .

<http://lexvo.org/id/char/6539> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%94%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C7%8Ei>,
        <http://lexvo.org/id/term/kor/%E6%94%B9>,
        <http://lexvo.org/id/term/kor/KAY>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/goi2>,
        <http://lexvo.org/id/term/yue/%E6%94%B9>,
        "改"^^xsd:string ;
    rdfs:comment "change, alter; improve, remodel"@en .

<http://lexvo.org/id/char/653A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%94%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%90>,
        "攺"^^xsd:string .

<http://lexvo.org/id/char/653B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%94%BB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C5%8Dng>,
        <http://lexvo.org/id/term/kor/%E6%94%BB>,
        <http://lexvo.org/id/term/kor/KONG>,
        <http://lexvo.org/id/term/vie/c%C3%B4ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gung1>,
        <http://lexvo.org/id/term/yue/%E6%94%BB>,
        "攻"^^xsd:string ;
    rdfs:comment "attack, assault; criticize"@en .

<http://lexvo.org/id/char/653C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%94%BC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C4%81n>,
        "攼"^^xsd:string .

<http://lexvo.org/id/char/653D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%94%BD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C4%81n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C4%81n%20b%C4%ABn>,
        <http://lexvo.org/id/term/kor/%E6%94%BD>,
        <http://lexvo.org/id/term/kor/PAN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/baan1%20ban1>,
        <http://lexvo.org/id/term/yue/%E6%94%BD>,
        "攽"^^xsd:string .

<http://lexvo.org/id/char/653E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%94%BE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%A0ng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%A0ng%20f%C7%8Eng>,
        <http://lexvo.org/id/term/kor/%E6%94%BE>,
        <http://lexvo.org/id/term/kor/PANG>,
        <http://lexvo.org/id/term/vie/ph%C3%B3ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fong3>,
        <http://lexvo.org/id/term/yue/%E6%94%BE>,
        "放"^^xsd:string ;
    rdfs:comment "put, release, free, liberate"@en .

<http://lexvo.org/id/char/653F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%94%BF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%A8ng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%A8ng%20zh%C4%93ng>,
        <http://lexvo.org/id/term/kor/%E6%94%BF>,
        <http://lexvo.org/id/term/kor/CENG>,
        <http://lexvo.org/id/term/vie/ch%C3%ADnh>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zing3>,
        <http://lexvo.org/id/term/yue/%E6%94%BF>,
        "政"^^xsd:string ;
    rdfs:comment "government, political affairs"@en .

<http://lexvo.org/id/char/6540> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%95%80>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%B3>,
        "敀"^^xsd:string .

<http://lexvo.org/id/char/6541> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%95%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/di%C4%81n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dim1>,
        <http://lexvo.org/id/term/yue/%E6%95%81>,
        "敁"^^xsd:string ;
    rdfs:comment "to weigh in the hand, to estimate; to shake"@en .

<http://lexvo.org/id/char/6542> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%95%82>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C3%B2u>,
        "敂"^^xsd:string ;
    rdfs:comment "deduct"@en .

<http://lexvo.org/id/char/6543> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%95%83>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C7%90n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/man5>,
        <http://lexvo.org/id/term/yue/%E6%95%83>,
        "敃"^^xsd:string ;
    rdfs:comment "strong; robust; vigorous"@en .

<http://lexvo.org/id/char/6544> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%95%84>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C3%B9%20m%C3%B2u>,
        "敄"^^xsd:string ;
    rdfs:comment "to put forth effort"@en .

<http://lexvo.org/id/char/6545> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%95%85>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C3%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C3%B9%20g%C7%94>,
        <http://lexvo.org/id/term/kor/%E6%95%85>,
        <http://lexvo.org/id/term/kor/KO>,
        <http://lexvo.org/id/term/vie/c%E1%BB%91>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gu3>,
        <http://lexvo.org/id/term/yue/%E6%95%85>,
        "故"^^xsd:string ;
    rdfs:comment "ancient, old; reason, because"@en .

<http://lexvo.org/id/char/6546> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%95%86>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A9>,
        "敆"^^xsd:string .

<http://lexvo.org/id/char/6547> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%95%87>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C3%A8>,
        "敇"^^xsd:string .

<http://lexvo.org/id/char/6548> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%95%88>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A0o>,
        <http://lexvo.org/id/term/kor/%E6%95%88>,
        <http://lexvo.org/id/term/kor/HYO>,
        <http://lexvo.org/id/term/vie/hi%E1%BB%87u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/haau6>,
        <http://lexvo.org/id/term/yue/%E6%95%88>,
        "效"^^xsd:string ;
    rdfs:comment "result, effect; effectiveness"@en .

<http://lexvo.org/id/char/6549> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%95%89>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C7%90>,
        <http://lexvo.org/id/term/kor/%E6%95%89>,
        <http://lexvo.org/id/term/kor/MI>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mai5%20mei3%20mei5>,
        <http://lexvo.org/id/term/yue/%E6%95%89>,
        "敉"^^xsd:string ;
    rdfs:comment "pacify, soothe, stabilize"@en .

<http://lexvo.org/id/char/654A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%95%8A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cuk1>,
        <http://lexvo.org/id/term/yue/%E6%95%8A>,
        "敊"^^xsd:string .

<http://lexvo.org/id/char/654B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%95%8B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C3%A9%20gu%C3%B3>,
        "敋"^^xsd:string ;
    rdfs:comment "to strike"@en .

<http://lexvo.org/id/char/654C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%95%8C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dik6>,
        <http://lexvo.org/id/term/yue/%E6%95%8C>,
        "敌"^^xsd:string ;
    rdfs:comment "enemy, foe, rival; resist"@en .

<http://lexvo.org/id/char/654D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%95%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C3%B9>,
        <http://lexvo.org/id/term/kor/%E6%95%8D>,
        <http://lexvo.org/id/term/kor/SE>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zeoi6>,
        <http://lexvo.org/id/term/yue/%E6%95%8D>,
        "敍"^^xsd:string ;
    rdfs:comment "express, state, relate, narrate"@en .

<http://lexvo.org/id/char/654E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%95%8E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%A0o%20ji%C4%81o>,
        <http://lexvo.org/id/term/kor/%E6%95%8E>,
        <http://lexvo.org/id/term/kor/KYO>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gaau3>,
        <http://lexvo.org/id/term/yue/%E6%95%8E>,
        "敎"^^xsd:string ;
    rdfs:comment "teach"@en .

<http://lexvo.org/id/char/654F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%95%8F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C7%90n>,
        <http://lexvo.org/id/term/kor/%E6%95%8F>,
        <http://lexvo.org/id/term/kor/MIN>,
        <http://lexvo.org/id/term/vie/m%E1%BA%ABn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/man5>,
        <http://lexvo.org/id/term/yue/%E6%95%8F>,
        "敏"^^xsd:string ;
    rdfs:comment "fast, quick, clever, smart"@en .

<http://lexvo.org/id/char/6550> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%95%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%A9n>,
        "敐"^^xsd:string .

<http://lexvo.org/id/char/6551> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%95%91>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%B9>,
        <http://lexvo.org/id/term/kor/%E6%95%91>,
        <http://lexvo.org/id/term/kor/KWU>,
        <http://lexvo.org/id/term/vie/c%E1%BB%A9u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gau3>,
        <http://lexvo.org/id/term/yue/%E6%95%91>,
        "救"^^xsd:string ;
    rdfs:comment "save, rescue, relieve; help, aid"@en .

<http://lexvo.org/id/char/6552> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%95%92>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%A8n>,
        "敒"^^xsd:string .

<http://lexvo.org/id/char/6553> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%95%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/du%C3%B3>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dyut6>,
        <http://lexvo.org/id/term/yue/%E6%95%93>,
        "敓"^^xsd:string .

<http://lexvo.org/id/char/6554> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%95%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%94>,
        <http://lexvo.org/id/term/kor/%E6%95%94>,
        <http://lexvo.org/id/term/kor/E>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jyu5>,
        <http://lexvo.org/id/term/yue/%E6%95%94>,
        "敔"^^xsd:string ;
    rdfs:comment "gavel"@en .

<http://lexvo.org/id/char/6555> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%95%95>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%AC>,
        <http://lexvo.org/id/term/kor/%E6%95%95>,
        <http://lexvo.org/id/term/kor/CHIK>,
        <http://lexvo.org/id/term/vie/s%E1%BA%AFc>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cik1>,
        <http://lexvo.org/id/term/yue/%E6%95%95>,
        "敕"^^xsd:string ;
    rdfs:comment "an imperial order or decree"@en .

<http://lexvo.org/id/char/6556> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C3%A1o>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%C3%A1o%20%C3%A0o>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%95%96>,
        <http://lexvo.org/id/term/kor/%E6%95%96>,
        <http://lexvo.org/id/term/kor/O>,
        <http://lexvo.org/id/term/vie/ng%C3%A0o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ngou4%20ngou6>,
        <http://lexvo.org/id/term/yue/%E6%95%96>,
        "敖"^^xsd:string ;
    rdfs:comment "ramble, play about; leisurely; surname"@en .

<http://lexvo.org/id/char/6557> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%95%97>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%A0i>,
        <http://lexvo.org/id/term/kor/%E6%95%97>,
        <http://lexvo.org/id/term/kor/PHAY>,
        <http://lexvo.org/id/term/vie/b%E1%BA%A1i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/baai6>,
        <http://lexvo.org/id/term/yue/%E6%95%97>,
        "敗"^^xsd:string ;
    rdfs:comment "be defeated, decline, fail"@en .

<http://lexvo.org/id/char/6558> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%95%98>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C3%B9>,
        <http://lexvo.org/id/term/kor/%E6%95%98>,
        <http://lexvo.org/id/term/kor/SE>,
        <http://lexvo.org/id/term/vie/t%E1%BB%B1>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zeoi6>,
        <http://lexvo.org/id/term/yue/%E6%95%98>,
        "敘"^^xsd:string ;
    rdfs:comment "express, state, relate, narrate"@en .

<http://lexvo.org/id/char/6559> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%95%99>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%A0o%20ji%C4%81o>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C4%81o%200571.070%3Aji%C3%A0o>,
        <http://lexvo.org/id/term/kor/%E6%95%99>,
        <http://lexvo.org/id/term/kor/KYO>,
        <http://lexvo.org/id/term/vie/gi%C3%A1o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gaau1%20gaau3>,
        <http://lexvo.org/id/term/yue/%E6%95%99>,
        "教"^^xsd:string ;
    rdfs:comment "teach, class"@en .

<http://lexvo.org/id/char/655A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%95%9A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/du%C3%B3>,
        "敚"^^xsd:string .

<http://lexvo.org/id/char/655B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%95%9B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C3%A0n%20li%C7%8En>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C7%8En>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lim6>,
        <http://lexvo.org/id/term/yue/%E6%95%9B>,
        "敛"^^xsd:string ;
    rdfs:comment "draw back, fold back; collect"@en .

<http://lexvo.org/id/char/655C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%95%9C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ni%C3%A8>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/nip6>,
        <http://lexvo.org/id/term/yue/%E6%95%9C>,
        "敜"^^xsd:string ;
    rdfs:comment "fill up"@en .

<http://lexvo.org/id/char/655D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%95%9D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%AC>,
        <http://lexvo.org/id/term/kor/%E6%95%9D>,
        <http://lexvo.org/id/term/kor/PHYEY>,
        <http://lexvo.org/id/term/vie/t%E1%BB%87>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bai6>,
        <http://lexvo.org/id/term/yue/%E6%95%9D>,
        "敝"^^xsd:string ;
    rdfs:comment "break, destroy; broken, tattered"@en .

<http://lexvo.org/id/char/655E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%95%9E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C7%8Eng>,
        <http://lexvo.org/id/term/kor/%E6%95%9E>,
        <http://lexvo.org/id/term/kor/CHANG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cong2>,
        <http://lexvo.org/id/term/yue/%E6%95%9E>,
        "敞"^^xsd:string ;
    rdfs:comment "roomy, spacious, open, broad"@en .

<http://lexvo.org/id/char/655F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%95%9F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/di%C7%8En>,
        "敟"^^xsd:string .

<http://lexvo.org/id/char/6560> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%95%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/du%C3%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/du%C5%8D>,
        "敠"^^xsd:string ;
    rdfs:comment "to weigh; cut; come without being invited"@en .

<http://lexvo.org/id/char/6561> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%95%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%AC>,
        <http://lexvo.org/id/term/kor/%E6%95%A1>,
        <http://lexvo.org/id/term/kor/I>,
        "敡"^^xsd:string ;
    rdfs:comment "rebuke"@en .

<http://lexvo.org/id/char/6562> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%95%A2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C7%8En>,
        <http://lexvo.org/id/term/kor/%E6%95%A2>,
        <http://lexvo.org/id/term/kor/KAM>,
        <http://lexvo.org/id/term/vie/c%C3%A1m>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gam2>,
        <http://lexvo.org/id/term/yue/%E6%95%A2>,
        "敢"^^xsd:string ;
    rdfs:comment "to dare, venture; bold, brave"@en .

<http://lexvo.org/id/char/6563> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%95%A3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C3%A0n%20s%C7%8En>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C7%8En%200986.040%3As%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E6%95%A3>,
        <http://lexvo.org/id/term/kor/SAN>,
        <http://lexvo.org/id/term/vie/t%E1%BA%A3n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/saan2%20saan3>,
        <http://lexvo.org/id/term/yue/%E6%95%A3>,
        "散"^^xsd:string ;
    rdfs:comment "scatter, disperse, break up"@en .

<http://lexvo.org/id/char/6564> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%95%A4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C4%9B>,
        "敤"^^xsd:string .

<http://lexvo.org/id/char/6565> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%95%A5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A0n>,
        "敥"^^xsd:string .

<http://lexvo.org/id/char/6566> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%95%A6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C5%ABn%20du%C3%AC%20di%C4%81o%20du%C4%AB%20tu%C3%A1n%20t%C3%BAn>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/du%C3%AC%200276.040%3Ad%C5%ABn>,
        <http://lexvo.org/id/term/kor/%E6%95%A6>,
        <http://lexvo.org/id/term/kor/TON%20THOY>,
        <http://lexvo.org/id/term/vie/%C4%91%C3%B4n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/deoi1%20deoi6%20deon1>,
        <http://lexvo.org/id/term/yue/%E6%95%A6>,
        "敦"^^xsd:string ;
    rdfs:comment "esteem; honest, candid, sincere"@en .

<http://lexvo.org/id/char/6567> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%95%A7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C7%90>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gei1>,
        <http://lexvo.org/id/term/yue/%E6%95%A7>,
        "敧"^^xsd:string ;
    rdfs:comment "to pick up thing with chopsticks or pincers."@en .

<http://lexvo.org/id/char/6568> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%95%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C7%92u>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C7%92u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tau2>,
        <http://lexvo.org/id/term/yue/%E6%95%A8>,
        "敨"^^xsd:string .

<http://lexvo.org/id/char/6569> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%95%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A0o>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A0o%201310.010%3Axu%C3%A9>,
        <http://lexvo.org/id/term/kor/%E6%95%A9>,
        <http://lexvo.org/id/term/kor/HYO>,
        "敩"^^xsd:string .

<http://lexvo.org/id/char/656A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%95%AA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/du%C3%B3>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zyut3>,
        <http://lexvo.org/id/term/yue/%E6%95%AA>,
        "敪"^^xsd:string ;
    rdfs:comment "to weigh; cut; come without being invited"@en .

<http://lexvo.org/id/char/656B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%95%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%A0o%20ji%C7%8Eo>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C7%8Eo>,
        "敫"^^xsd:string ;
    rdfs:comment "ancient musical instrument"@en .

<http://lexvo.org/id/char/656C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%95%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%ACng>,
        <http://lexvo.org/id/term/kor/%E6%95%AC>,
        <http://lexvo.org/id/term/kor/KYENG>,
        <http://lexvo.org/id/term/vie/k%C3%ADnh>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ging3>,
        <http://lexvo.org/id/term/yue/%E6%95%AC>,
        "敬"^^xsd:string ;
    rdfs:comment "respect, honor; respectfully"@en .

<http://lexvo.org/id/char/656D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%95%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A1ng>,
        <http://lexvo.org/id/term/kor/%E6%95%AD>,
        <http://lexvo.org/id/term/kor/YANG>,
        "敭"^^xsd:string ;
    rdfs:comment "scatter, spread; praise; raise"@en .

<http://lexvo.org/id/char/656E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%95%AE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A1%20gu%C4%AB>,
        "敮"^^xsd:string .

<http://lexvo.org/id/char/656F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%95%AF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%ADn%20h%C5%ABn>,
        "敯"^^xsd:string ;
    rdfs:comment "to defy, dare; strong; to suffocate"@en .

<http://lexvo.org/id/char/6570> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%95%B0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%B9%20sh%C7%94%20c%C3%B9%20shu%C3%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C7%94%201069.050%3Ash%C3%B9%201083.010%3Ashu%C3%B2>,
        <http://lexvo.org/id/term/kor/%E6%95%B0>,
        <http://lexvo.org/id/term/kor/SWU%20CHOK>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sou2%20sou3>,
        <http://lexvo.org/id/term/yue/%E6%95%B0>,
        "数"^^xsd:string ;
    rdfs:comment "number; several, count; fate"@en .

<http://lexvo.org/id/char/6571> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C3%A1i%20zh%C3%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%95%B1>,
        "敱"^^xsd:string .

<http://lexvo.org/id/char/6572> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%95%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C4%81o>,
        <http://lexvo.org/id/term/kor/%E6%95%B2>,
        <http://lexvo.org/id/term/kor/KO%20KYO>,
        <http://lexvo.org/id/term/vie/xao>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/haau1>,
        <http://lexvo.org/id/term/yue/%E6%95%B2>,
        "敲"^^xsd:string ;
    rdfs:comment "strike, beat, pound, hammer; rap"@en .

<http://lexvo.org/id/char/6573> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C3%A1i>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%95%B3>,
        "敳"^^xsd:string ;
    rdfs:comment "to govern forcefully"@en .

<http://lexvo.org/id/char/6574> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%95%B4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C4%9Bng>,
        <http://lexvo.org/id/term/kor/%E6%95%B4>,
        <http://lexvo.org/id/term/kor/CENG>,
        <http://lexvo.org/id/term/vie/ch%E1%BB%89nh>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zing2>,
        <http://lexvo.org/id/term/yue/%E6%95%B4>,
        "整"^^xsd:string ;
    rdfs:comment "orderly, neat, tidy; whole"@en .

<http://lexvo.org/id/char/6575> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%95%B5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%AD>,
        <http://lexvo.org/id/term/kor/%E6%95%B5>,
        <http://lexvo.org/id/term/kor/CEK>,
        <http://lexvo.org/id/term/vie/%C4%91%E1%BB%8Bch>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dik6>,
        <http://lexvo.org/id/term/yue/%E6%95%B5>,
        "敵"^^xsd:string ;
    rdfs:comment "enemy, foe, rival; resist"@en .

<http://lexvo.org/id/char/6576> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%95%B6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%A8n>,
        "敶"^^xsd:string .

<http://lexvo.org/id/char/6577> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%95%B7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C5%AB>,
        <http://lexvo.org/id/term/kor/%E6%95%B7>,
        <http://lexvo.org/id/term/kor/PWU>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fu1>,
        <http://lexvo.org/id/term/yue/%E6%95%B7>,
        "敷"^^xsd:string ;
    rdfs:comment "spread, diffuse; apply, paint"@en .

<http://lexvo.org/id/char/6578> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%95%B8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%B9%20sh%C7%94%20c%C3%B9%20shu%C3%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C7%94%201069.051%3Ash%C3%B9%201083.011%3Ashu%C3%B2>,
        <http://lexvo.org/id/term/kor/%E6%95%B8>,
        <http://lexvo.org/id/term/kor/SWU%20SAK>,
        <http://lexvo.org/id/term/vie/s%E1%BB%91>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sok3%20sou2%20sou3>,
        <http://lexvo.org/id/term/yue/%E6%95%B8>,
        "數"^^xsd:string ;
    rdfs:comment "number; several; count; fate"@en .

<http://lexvo.org/id/char/6579> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%95%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C3%A1o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/liu4>,
        <http://lexvo.org/id/term/yue/%E6%95%B9>,
        "敹"^^xsd:string ;
    rdfs:comment "to sew; keep tidy and repaired"@en .

<http://lexvo.org/id/char/657A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%95%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C5%AB>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/au2%20keoi1>,
        <http://lexvo.org/id/term/yue/%E6%95%BA>,
        "敺"^^xsd:string ;
    rdfs:comment "expel, drive away; beat, assault"@en .

<http://lexvo.org/id/char/657B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%95%BB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%B2ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hing3%20hyun3>,
        <http://lexvo.org/id/term/yue/%E6%95%BB>,
        "敻"^^xsd:string ;
    rdfs:comment "long, faraway; pre-eminent"@en .

<http://lexvo.org/id/char/657C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%95%BC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C7%90>,
        "敼"^^xsd:string .

<http://lexvo.org/id/char/657D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%95%BD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C7%8Eo>,
        "敽"^^xsd:string ;
    rdfs:comment "bind"@en .

<http://lexvo.org/id/char/657E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/kor/%E6%95%BE>,
        <http://lexvo.org/id/term/kor/SEN>,
        "敾"^^xsd:string ;
    rdfs:comment "to rule"@en .

<http://lexvo.org/id/char/657F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%95%BF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C7%8Eo>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/giu2>,
        <http://lexvo.org/id/term/yue/%E6%95%BF>,
        "敿"^^xsd:string ;
    rdfs:comment "bind"@en .

<http://lexvo.org/id/char/6580> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%96%80>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zhu%C3%B3>,
        "斀"^^xsd:string .

<http://lexvo.org/id/char/6581> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%96%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%AC%20d%C3%B9>,
        <http://lexvo.org/id/term/kor/%E6%96%81>,
        <http://lexvo.org/id/term/kor/TWU>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dou3%20jik6>,
        <http://lexvo.org/id/term/yue/%E6%96%81>,
        "斁"^^xsd:string ;
    rdfs:comment "dislike; be weary of; explain"@en .

<http://lexvo.org/id/char/6582> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%96%82>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C7%8En>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C7%8En%20li%C3%A1n%20li%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E6%96%82>,
        <http://lexvo.org/id/term/kor/LYEM>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lim6>,
        <http://lexvo.org/id/term/yue/%E6%96%82>,
        "斂"^^xsd:string ;
    rdfs:comment "draw back, fold back; collect"@en .

<http://lexvo.org/id/char/6583> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%96%83>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%AC>,
        <http://lexvo.org/id/term/kor/%E6%96%83>,
        <http://lexvo.org/id/term/kor/PHYEY>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bai6>,
        <http://lexvo.org/id/term/yue/%E6%96%83>,
        "斃"^^xsd:string ;
    rdfs:comment "kill; die violent death"@en .

<http://lexvo.org/id/char/6584> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%96%84>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%AC%20l%C3%AD%20t%C3%A1i>,
        "斄"^^xsd:string .

<http://lexvo.org/id/char/6585> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%96%85>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A0o%201310.011%3Axu%C3%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A0o%20ji%C7%8Eo>,
        <http://lexvo.org/id/term/kor/%E6%96%85>,
        <http://lexvo.org/id/term/kor/HYO>,
        "斅"^^xsd:string ;
    rdfs:comment "teach, instruct; be aroused; awake; intelligent"@en .

<http://lexvo.org/id/char/6586> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%96%86>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A0o%20ji%C7%8Eo>,
        <http://lexvo.org/id/term/kor/%E6%96%86>,
        <http://lexvo.org/id/term/kor/HYO>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/haau6>,
        <http://lexvo.org/id/term/yue/%E6%96%86>,
        "斆"^^xsd:string ;
    rdfs:comment "teach, instruct; be aroused; awake; intelligent"@en .

<http://lexvo.org/id/char/6588> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%96%88>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xu%C3%A9>,
        <http://lexvo.org/id/term/kor/%E6%96%88>,
        <http://lexvo.org/id/term/kor/HAK>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hok6>,
        <http://lexvo.org/id/term/yue/%E6%96%88>,
        "斈"^^xsd:string ;
    rdfs:comment "learning, knowledge; school"@en .

<http://lexvo.org/id/char/658A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%96%8A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C3%AD>,
        "斊"^^xsd:string .

<http://lexvo.org/id/char/658B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%96%8B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C4%81i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zaai1%20zai1>,
        <http://lexvo.org/id/term/yue/%E6%96%8B>,
        "斋"^^xsd:string ;
    rdfs:comment "vegetarian diet; study"@en .

<http://lexvo.org/id/char/658C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%96%8C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C4%ABn>,
        <http://lexvo.org/id/term/kor/%E6%96%8C>,
        <http://lexvo.org/id/term/kor/PIN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ban1>,
        <http://lexvo.org/id/term/yue/%E6%96%8C>,
        "斌"^^xsd:string ;
    rdfs:comment "refined, having both appearance"@en .

<http://lexvo.org/id/char/658D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%96%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ju%C3%A9>,
        "斍"^^xsd:string ;
    rdfs:comment "to perceive, feel"@en .

<http://lexvo.org/id/char/658E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%96%8E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C4%81i>,
        <http://lexvo.org/id/term/vie/trai>,
        "斎"^^xsd:string ;
    rdfs:comment "vegetarian diet; study"@en .

<http://lexvo.org/id/char/658F> a lvont:Character ;
    lvont:represents "斏"^^xsd:string .

<http://lexvo.org/id/char/6590> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%96%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C4%9Bi>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C4%9Bi%20f%C4%93i>,
        <http://lexvo.org/id/term/kor/%E6%96%90>,
        <http://lexvo.org/id/term/kor/PI>,
        <http://lexvo.org/id/term/vie/ph%E1%BB%89>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fei2>,
        <http://lexvo.org/id/term/yue/%E6%96%90>,
        "斐"^^xsd:string ;
    rdfs:comment "graceful, elegant, beautiful"@en .

<http://lexvo.org/id/char/6591> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%96%91>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C4%81n>,
        <http://lexvo.org/id/term/kor/%E6%96%91>,
        <http://lexvo.org/id/term/kor/PAN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/baan1>,
        <http://lexvo.org/id/term/yue/%E6%96%91>,
        "斑"^^xsd:string ;
    rdfs:comment "mottled, striped, freckle"@en .

<http://lexvo.org/id/char/6592> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%96%92>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C4%81n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/baan1>,
        <http://lexvo.org/id/term/yue/%E6%96%92>,
        "斒"^^xsd:string ;
    rdfs:comment "variegated; striped; marbled"@en .

<http://lexvo.org/id/char/6593> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%96%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/laan4>,
        <http://lexvo.org/id/term/yue/%E6%96%93>,
        "斓"^^xsd:string ;
    rdfs:comment "multicolored"@en .

<http://lexvo.org/id/char/6594> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%96%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%94>,
        "斔"^^xsd:string .

<http://lexvo.org/id/char/6595> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%96%95>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/laan4>,
        <http://lexvo.org/id/term/yue/%E6%96%95>,
        "斕"^^xsd:string ;
    rdfs:comment "multicolored"@en .

<http://lexvo.org/id/char/6596> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%96%96>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C4%9Bi>,
        "斖"^^xsd:string .

<http://lexvo.org/id/char/6598> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%96%98>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C4%93ng>,
        "斘"^^xsd:string .

<http://lexvo.org/id/char/6599> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%96%99>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C3%A0o>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C3%A0o%20li%C3%A1o>,
        <http://lexvo.org/id/term/kor/%E6%96%99>,
        <http://lexvo.org/id/term/kor/LYO>,
        <http://lexvo.org/id/term/vie/li%E1%BB%87u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/liu2%20liu6>,
        <http://lexvo.org/id/term/yue/%E6%96%99>,
        "料"^^xsd:string ;
    rdfs:comment "consider, conjecture; materials, ingredients"@en .

<http://lexvo.org/id/char/659A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%96%9A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C7%8E>,
        "斚"^^xsd:string ;
    rdfs:comment "a small cup of stone with ears, used in ancient times for libations"@en .

<http://lexvo.org/id/char/659B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%96%9B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%BA>,
        <http://lexvo.org/id/term/kor/%E6%96%9B>,
        <http://lexvo.org/id/term/kor/KOK>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/huk6>,
        <http://lexvo.org/id/term/yue/%E6%96%9B>,
        "斛"^^xsd:string ;
    rdfs:comment "dry measure equal to some five or ten dou (U+6597 舒)"@en .

<http://lexvo.org/id/char/659C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%96%9C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A9%20xi%C3%A1%20y%C3%A9>,
        <http://lexvo.org/id/term/kor/%E6%96%9C>,
        <http://lexvo.org/id/term/kor/SA%20YA>,
        <http://lexvo.org/id/term/vie/t%C3%A0>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ce3%20ce4%20je4>,
        <http://lexvo.org/id/term/yue/%E6%96%9C>,
        "斜"^^xsd:string ;
    rdfs:comment "slanting, sloping, inclined"@en .

<http://lexvo.org/id/char/659D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%96%9D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C7%8E>,
        <http://lexvo.org/id/term/kor/%E6%96%9D>,
        <http://lexvo.org/id/term/kor/KA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gaa2>,
        <http://lexvo.org/id/term/yue/%E6%96%9D>,
        "斝"^^xsd:string ;
    rdfs:comment "small jade wine cup"@en .

<http://lexvo.org/id/char/659E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%96%9E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%94>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jyu5>,
        <http://lexvo.org/id/term/yue/%E6%96%9E>,
        "斞"^^xsd:string ;
    rdfs:comment "a stack of grain; a measure of 16 dou3"@en .

<http://lexvo.org/id/char/659F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%96%9F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C4%93n>,
        <http://lexvo.org/id/term/kor/%E6%96%9F>,
        <http://lexvo.org/id/term/kor/CIM>,
        <http://lexvo.org/id/term/vie/ch%C3%A2m>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zam1>,
        <http://lexvo.org/id/term/yue/%E6%96%9F>,
        "斟"^^xsd:string ;
    rdfs:comment "to pour wine or tea into a cup; to gauge"@en .

<http://lexvo.org/id/char/65A0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%96%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%A0o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gaau3%20gau3%20gok3>,
        <http://lexvo.org/id/term/yue/%E6%96%A0>,
        "斠"^^xsd:string ;
    rdfs:comment "measure"@en .

<http://lexvo.org/id/char/65A1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%96%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C3%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C3%B2%20gu%C7%8En>,
        <http://lexvo.org/id/term/kor/%E6%96%A1>,
        <http://lexvo.org/id/term/kor/AL%20KAN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gun2%20waat3%20wat3>,
        <http://lexvo.org/id/term/yue/%E6%96%A1>,
        "斡"^^xsd:string ;
    rdfs:comment "revolve, rotate, turn"@en .

<http://lexvo.org/id/char/65A2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%96%A2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C7%92u>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ti%C7%8Eo>,
        "斢"^^xsd:string .

<http://lexvo.org/id/char/65A3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%96%A3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%B9>,
        "斣"^^xsd:string .

<http://lexvo.org/id/char/65A5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%96%A5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%AC>,
        <http://lexvo.org/id/term/kor/%E6%96%A5>,
        <http://lexvo.org/id/term/kor/CHEK>,
        <http://lexvo.org/id/term/vie/x%E1%BB%8Bch>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cik1>,
        <http://lexvo.org/id/term/yue/%E6%96%A5>,
        "斥"^^xsd:string ;
    rdfs:comment "to scold, upbraid, accuse, reproach"@en .

<http://lexvo.org/id/char/65A6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%96%A6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%ADn>,
        "斦"^^xsd:string .

<http://lexvo.org/id/char/65A7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%96%A7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C7%94>,
        <http://lexvo.org/id/term/kor/%E6%96%A7>,
        <http://lexvo.org/id/term/kor/PWU>,
        <http://lexvo.org/id/term/vie/b%C3%BAa>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fu2>,
        <http://lexvo.org/id/term/yue/%E6%96%A7>,
        "斧"^^xsd:string ;
    rdfs:comment "axe, hatchet; chop, hew"@en .

<http://lexvo.org/id/char/65A8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%96%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C4%81ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/coeng1>,
        <http://lexvo.org/id/term/yue/%E6%96%A8>,
        "斨"^^xsd:string ;
    rdfs:comment "axe"@en .

<http://lexvo.org/id/char/65A9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%96%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C7%8En>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zaam2>,
        <http://lexvo.org/id/term/yue/%E6%96%A9>,
        "斩"^^xsd:string ;
    rdfs:comment "cut, chop, sever; behead"@en .

<http://lexvo.org/id/char/65AA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%96%AA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C3%BA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/keoi4>,
        <http://lexvo.org/id/term/yue/%E6%96%AA>,
        "斪"^^xsd:string .

<http://lexvo.org/id/char/65AB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%96%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zhu%C3%B3>,
        <http://lexvo.org/id/term/kor/%E6%96%AB>,
        <http://lexvo.org/id/term/kor/CAK>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zoek3>,
        <http://lexvo.org/id/term/yue/%E6%96%AB>,
        "斫"^^xsd:string ;
    rdfs:comment "cut, chop, lop off"@en .

<http://lexvo.org/id/char/65AC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%96%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C7%8En>,
        <http://lexvo.org/id/term/kor/%E6%96%AC>,
        <http://lexvo.org/id/term/kor/CHAM>,
        <http://lexvo.org/id/term/vie/tr%E1%BA%A3m>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zaam2>,
        <http://lexvo.org/id/term/yue/%E6%96%AC>,
        "斬"^^xsd:string ;
    rdfs:comment "cut, chop, sever; behead"@en .

<http://lexvo.org/id/char/65AD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%96%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/du%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E6%96%AD>,
        <http://lexvo.org/id/term/kor/TAN>,
        <http://lexvo.org/id/term/vie/%C4%91o%E1%BA%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dyun6%20tyun5>,
        <http://lexvo.org/id/term/yue/%E6%96%AD>,
        "断"^^xsd:string ;
    rdfs:comment "sever, cut off; interrupt"@en .

<http://lexvo.org/id/char/65AE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%96%AE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/cu%C3%B2%201528.050%3Azhu%C3%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zhu%C3%B3>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zoek3>,
        <http://lexvo.org/id/term/yue/%E6%96%AE>,
        "斮"^^xsd:string ;
    rdfs:comment "cut off"@en .

<http://lexvo.org/id/char/65AF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%96%AF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C4%AB>,
        <http://lexvo.org/id/term/kor/%E6%96%AF>,
        <http://lexvo.org/id/term/kor/SA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/si1>,
        <http://lexvo.org/id/term/yue/%E6%96%AF>,
        "斯"^^xsd:string ;
    rdfs:comment "this, thus, such; to lop off; emphatic particle"@en .

<http://lexvo.org/id/char/65B0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%96%B0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C4%ABn>,
        <http://lexvo.org/id/term/kor/%E6%96%B0>,
        <http://lexvo.org/id/term/kor/SIN>,
        <http://lexvo.org/id/term/vie/t%C3%A2n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/san1>,
        <http://lexvo.org/id/term/yue/%E6%96%B0>,
        "新"^^xsd:string ;
    rdfs:comment "new, recent, fresh, modern"@en .

<http://lexvo.org/id/char/65B1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%96%B1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zhu%C3%B3>,
        <http://lexvo.org/id/term/kor/%E6%96%B1>,
        <http://lexvo.org/id/term/kor/CAK>,
        "斱"^^xsd:string .

<http://lexvo.org/id/char/65B2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%96%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zhu%C3%B3>,
        <http://lexvo.org/id/term/kor/%E6%96%B2>,
        <http://lexvo.org/id/term/kor/CHAK>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/doek3>,
        <http://lexvo.org/id/term/yue/%E6%96%B2>,
        "斲"^^xsd:string ;
    rdfs:comment "cut, chop, hack"@en .

<http://lexvo.org/id/char/65B3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%96%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C3%ADn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kan4>,
        <http://lexvo.org/id/term/yue/%E6%96%B3>,
        "斳"^^xsd:string .

<http://lexvo.org/id/char/65B4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%96%B4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%ADn>,
        "斴"^^xsd:string ;
    rdfs:comment "the sound of water flowing among rocks"@en .

<http://lexvo.org/id/char/65B5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%96%B5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zhu%C3%B3>,
        "斵"^^xsd:string ;
    rdfs:comment "to cut to pieces; to hack; to chop or hew; to carve for ornaments"@en .

<http://lexvo.org/id/char/65B6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%96%B6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cuk1>,
        <http://lexvo.org/id/term/yue/%E6%96%B6>,
        "斶"^^xsd:string .

<http://lexvo.org/id/char/65B7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%96%B7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/du%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E6%96%B7>,
        <http://lexvo.org/id/term/kor/TAN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dyun3%20dyun6%20tyun5>,
        <http://lexvo.org/id/term/yue/%E6%96%B7>,
        "斷"^^xsd:string ;
    rdfs:comment "sever, cut off; interrupt"@en .

<http://lexvo.org/id/char/65B8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%96%B8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C7%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C7%94%20zh%C3%BA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zuk1>,
        <http://lexvo.org/id/term/yue/%E6%96%B8>,
        "斸"^^xsd:string ;
    rdfs:comment "cut"@en .

<http://lexvo.org/id/char/65BA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%96%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A8>,
        "斺"^^xsd:string .

<http://lexvo.org/id/char/65BB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%96%BB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A1ng>,
        "斻"^^xsd:string .

<http://lexvo.org/id/char/65BC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%96%BC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C5%AB%201406.030%3Ay%C5%AB%201406.081%3Ay%C3%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%BA%20y%C5%AB%20w%C5%AB>,
        <http://lexvo.org/id/term/kor/%E6%96%BC>,
        <http://lexvo.org/id/term/kor/E%20O>,
        <http://lexvo.org/id/term/vie/%C6%B0>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jyu1%20wu1>,
        <http://lexvo.org/id/term/yue/%E6%96%BC>,
        "於"^^xsd:string ;
    rdfs:comment "in, at, on; interjection alas!"@en .

<http://lexvo.org/id/char/65BD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%96%BD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C4%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C4%AB%20sh%C7%90%20y%C3%AD%20y%C3%AC>,
        <http://lexvo.org/id/term/kor/%E6%96%BD>,
        <http://lexvo.org/id/term/kor/SI%20I>,
        <http://lexvo.org/id/term/vie/thi>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ji6%20si1>,
        <http://lexvo.org/id/term/yue/%E6%96%BD>,
        "施"^^xsd:string ;
    rdfs:comment "grant, bestow; give; act; name"@en .

<http://lexvo.org/id/char/65BE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%96%BE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%A8i>,
        "斾"^^xsd:string ;
    rdfs:comment "a pennon; a streamer"@en .

<http://lexvo.org/id/char/65BF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%96%BF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%B3u>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%B3u%20li%C3%BA>,
        <http://lexvo.org/id/term/kor/%E6%96%BF>,
        <http://lexvo.org/id/term/kor/YU>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jau4>,
        <http://lexvo.org/id/term/yue/%E6%96%BF>,
        "斿"^^xsd:string ;
    rdfs:comment "to swim; to move or rove freely"@en .

<http://lexvo.org/id/char/65C0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/kor/%E6%97%80>,
        <http://lexvo.org/id/term/kor/MYE>,
        "旀"^^xsd:string ;
    rdfs:comment "place name"@en .

<http://lexvo.org/id/char/65C1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%97%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%A1ng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%A1ng%20b%C3%A0ng>,
        <http://lexvo.org/id/term/kor/%E6%97%81>,
        <http://lexvo.org/id/term/kor/PANG%20PHAYNG>,
        <http://lexvo.org/id/term/vie/b%C3%A0ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/pong4>,
        <http://lexvo.org/id/term/yue/%E6%97%81>,
        "旁"^^xsd:string ;
    rdfs:comment "side; by side, close by, near"@en .

<http://lexvo.org/id/char/65C2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%97%82>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C3%AD>,
        <http://lexvo.org/id/term/kor/%E6%97%82>,
        <http://lexvo.org/id/term/kor/KI>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kei4>,
        <http://lexvo.org/id/term/yue/%E6%97%82>,
        "旂"^^xsd:string ;
    rdfs:comment "flag"@en .

<http://lexvo.org/id/char/65C3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%97%83>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C4%81n>,
        <http://lexvo.org/id/term/kor/%E6%97%83>,
        <http://lexvo.org/id/term/kor/CEN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zin1>,
        <http://lexvo.org/id/term/yue/%E6%97%83>,
        "旃"^^xsd:string ;
    rdfs:comment "silk banner with bent pole"@en .

<http://lexvo.org/id/char/65C4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%97%84>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A1o>,
        <http://lexvo.org/id/term/kor/%E6%97%84>,
        <http://lexvo.org/id/term/kor/MO>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mou4%20mou6>,
        <http://lexvo.org/id/term/yue/%E6%97%84>,
        "旄"^^xsd:string ;
    rdfs:comment "a kind of ancient flag; old"@en .

<http://lexvo.org/id/char/65C5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%97%85>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C7%9A>,
        <http://lexvo.org/id/term/kor/%E6%97%85>,
        <http://lexvo.org/id/term/kor/LYE>,
        <http://lexvo.org/id/term/vie/l%E1%BB%AF>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/leoi5>,
        <http://lexvo.org/id/term/yue/%E6%97%85>,
        "旅"^^xsd:string ;
    rdfs:comment "trip, journey; travel; traveler"@en .

<http://lexvo.org/id/char/65C6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%97%86>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%A8i>,
        <http://lexvo.org/id/term/kor/%E6%97%86>,
        <http://lexvo.org/id/term/kor/PHAY>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/pui3>,
        <http://lexvo.org/id/term/yue/%E6%97%86>,
        "旆"^^xsd:string ;
    rdfs:comment "flag ornament; flags, banners"@en .

<http://lexvo.org/id/char/65C7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%97%87>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C4%AB>,
        "旇"^^xsd:string .

<http://lexvo.org/id/char/65C8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%97%88>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C3%BA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lau4>,
        <http://lexvo.org/id/term/yue/%E6%97%88>,
        "旈"^^xsd:string ;
    rdfs:comment "fringes of pearls on crowns; a pennant"@en .

<http://lexvo.org/id/char/65C9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%97%89>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C5%AB>,
        <http://lexvo.org/id/term/kor/%E6%97%89>,
        <http://lexvo.org/id/term/kor/PWU>,
        "旉"^^xsd:string ;
    rdfs:comment "to state to, to announce"@en .

<http://lexvo.org/id/char/65CA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%97%8A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C7%8Eng>,
        <http://lexvo.org/id/term/kor/%E6%97%8A>,
        <http://lexvo.org/id/term/kor/PANG>,
        "旊"^^xsd:string .

<http://lexvo.org/id/char/65CB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%97%8B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xu%C3%A1n%201307.080%3Axu%C3%A0n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xu%C3%A1n%20xu%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E6%97%8B>,
        <http://lexvo.org/id/term/kor/SEN>,
        <http://lexvo.org/id/term/vie/to%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/syun4>,
        <http://lexvo.org/id/term/yue/%E6%97%8B>,
        "旋"^^xsd:string ;
    rdfs:comment "revolve, move in orbit; return"@en .

<http://lexvo.org/id/char/65CC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%97%8C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C4%ABng>,
        <http://lexvo.org/id/term/kor/%E6%97%8C>,
        <http://lexvo.org/id/term/kor/CENG>,
        <http://lexvo.org/id/term/vie/tinh>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sing1%20zing1>,
        <http://lexvo.org/id/term/yue/%E6%97%8C>,
        "旌"^^xsd:string ;
    rdfs:comment "banner or flag adorned with feathers; to signal"@en .

<http://lexvo.org/id/char/65CD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%97%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C4%ABng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zing1>,
        <http://lexvo.org/id/term/yue/%E6%97%8D>,
        "旍"^^xsd:string .

<http://lexvo.org/id/char/65CE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%97%8E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C7%90>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/nei5>,
        <http://lexvo.org/id/term/yue/%E6%97%8E>,
        "旎"^^xsd:string ;
    rdfs:comment "fluttering of flag; romantic"@en .

<http://lexvo.org/id/char/65CF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%97%8F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C3%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C3%BA%20z%C3%B2u%20c%C3%B2u>,
        <http://lexvo.org/id/term/kor/%E6%97%8F>,
        <http://lexvo.org/id/term/kor/COK%20CWU>,
        <http://lexvo.org/id/term/vie/t%E1%BB%99c>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zuk6>,
        <http://lexvo.org/id/term/yue/%E6%97%8F>,
        "族"^^xsd:string ;
    rdfs:comment "a family clan, ethnic group, tribe"@en .

<http://lexvo.org/id/char/65D0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%97%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%A0o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/siu6%20ziu6>,
        <http://lexvo.org/id/term/yue/%E6%97%90>,
        "旐"^^xsd:string ;
    rdfs:comment "an embroidered pennant"@en .

<http://lexvo.org/id/char/65D1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%97%91>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%90>,
        "旑"^^xsd:string .

<http://lexvo.org/id/char/65D2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%97%92>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C3%BA>,
        <http://lexvo.org/id/term/kor/%E6%97%92>,
        <http://lexvo.org/id/term/kor/LYU>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lau4>,
        <http://lexvo.org/id/term/yue/%E6%97%92>,
        "旒"^^xsd:string ;
    rdfs:comment "fringes of pearls on crowns"@en .

<http://lexvo.org/id/char/65D3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%97%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C4%81o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/saau1>,
        <http://lexvo.org/id/term/yue/%E6%97%93>,
        "旓"^^xsd:string ;
    rdfs:comment "serrated edges on a Chinese flag"@en .

<http://lexvo.org/id/char/65D4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%97%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%A0n>,
        "旔"^^xsd:string .

<http://lexvo.org/id/char/65D5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/kor/%E6%97%95>,
        <http://lexvo.org/id/term/kor/ES>,
        "旕"^^xsd:string ;
    rdfs:comment "place name"@en .

<http://lexvo.org/id/char/65D6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%97%96>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%90>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ji2>,
        <http://lexvo.org/id/term/yue/%E6%97%96>,
        "旖"^^xsd:string ;
    rdfs:comment "romantic; tender; charming"@en .

<http://lexvo.org/id/char/65D7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%97%97>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C3%AD>,
        <http://lexvo.org/id/term/kor/%E6%97%97>,
        <http://lexvo.org/id/term/kor/KI>,
        <http://lexvo.org/id/term/vie/c%E1%BB%9D>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kei4>,
        <http://lexvo.org/id/term/yue/%E6%97%97>,
        "旗"^^xsd:string ;
    rdfs:comment "banner, flag, streamer"@en .

<http://lexvo.org/id/char/65D8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%97%98>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%AC>,
        "旘"^^xsd:string ;
    rdfs:comment "a pennon; a flag. to fasten"@en .

<http://lexvo.org/id/char/65D9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%97%99>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C4%81n>,
        "旙"^^xsd:string ;
    rdfs:comment "a pennant, a banner"@en .

<http://lexvo.org/id/char/65DA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%97%9A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/pi%C4%81o>,
        "旚"^^xsd:string .

<http://lexvo.org/id/char/65DB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%97%9B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C4%81n>,
        <http://lexvo.org/id/term/vie/ph%C6%B0%E1%BB%9Bn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/faan1>,
        <http://lexvo.org/id/term/yue/%E6%97%9B>,
        "旛"^^xsd:string ;
    rdfs:comment "a pennant, a banner"@en .

<http://lexvo.org/id/char/65DC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%97%9C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C4%81n>,
        "旜"^^xsd:string ;
    rdfs:comment "flag"@en .

<http://lexvo.org/id/char/65DD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%97%9D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/gu%C3%A0i%20ku%C3%A0i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kui2>,
        <http://lexvo.org/id/term/yue/%E6%97%9D>,
        "旝"^^xsd:string ;
    rdfs:comment "banner, flag, streamer; insignia"@en .

<http://lexvo.org/id/char/65DE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%97%9E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/su%C3%AC>,
        "旞"^^xsd:string .

<http://lexvo.org/id/char/65DF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%97%9F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%BA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jyu4>,
        <http://lexvo.org/id/term/yue/%E6%97%9F>,
        "旟"^^xsd:string ;
    rdfs:comment "an military flag oa standard"@en .

<http://lexvo.org/id/char/65E1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%97%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%AC>,
        "旡"^^xsd:string ;
    rdfs:comment "choke on something eaten"@en .

<http://lexvo.org/id/char/65E2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%97%A2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%AC%20x%C3%AC>,
        <http://lexvo.org/id/term/kor/%E6%97%A2>,
        <http://lexvo.org/id/term/kor/KI>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gei3>,
        <http://lexvo.org/id/term/yue/%E6%97%A2>,
        "既"^^xsd:string ;
    rdfs:comment "already; de facto; since; then"@en .

<http://lexvo.org/id/char/65E3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%97%A3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%AC%20x%C3%AC>,
        <http://lexvo.org/id/term/kor/%E6%97%A3>,
        <http://lexvo.org/id/term/kor/KI>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gei3>,
        <http://lexvo.org/id/term/yue/%E6%97%A3>,
        "旣"^^xsd:string ;
    rdfs:comment "already; de facto; since; then"@en .

<http://lexvo.org/id/char/65E4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%97%A4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%B2>,
        "旤"^^xsd:string .

<http://lexvo.org/id/char/65E6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%97%A6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E6%97%A6>,
        <http://lexvo.org/id/term/kor/TAN>,
        <http://lexvo.org/id/term/vie/%C4%91%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/daan3>,
        <http://lexvo.org/id/term/yue/%E6%97%A6>,
        "旦"^^xsd:string ;
    rdfs:comment "dawn; morning; day"@en .

<http://lexvo.org/id/char/65E7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%97%A7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%B9>,
        <http://lexvo.org/id/term/kor/%E6%97%A7>,
        <http://lexvo.org/id/term/kor/KWU>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gau6>,
        <http://lexvo.org/id/term/yue/%E6%97%A7>,
        "旧"^^xsd:string ;
    rdfs:comment "old, ancient; former, past"@en .

<http://lexvo.org/id/char/65E8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%97%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C7%90>,
        <http://lexvo.org/id/term/kor/%E6%97%A8>,
        <http://lexvo.org/id/term/kor/CI>,
        <http://lexvo.org/id/term/vie/ch%E1%BB%89>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zi2>,
        <http://lexvo.org/id/term/yue/%E6%97%A8>,
        "旨"^^xsd:string ;
    rdfs:comment "purpose, aim; excellent"@en .

<http://lexvo.org/id/char/65E9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%97%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C7%8Eo>,
        <http://lexvo.org/id/term/kor/%E6%97%A9>,
        <http://lexvo.org/id/term/kor/CO>,
        <http://lexvo.org/id/term/vie/t%E1%BA%A3o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zou2>,
        <http://lexvo.org/id/term/yue/%E6%97%A9>,
        "早"^^xsd:string ;
    rdfs:comment "early; soon; morning"@en .

<http://lexvo.org/id/char/65EA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%97%AA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A9>,
        "旪"^^xsd:string ;
    rdfs:comment "united in; agreement; mutual aid"@en .

<http://lexvo.org/id/char/65EB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%97%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ti%C4%81o>,
        "旫"^^xsd:string .

<http://lexvo.org/id/char/65EC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%97%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C3%BAn>,
        <http://lexvo.org/id/term/kor/%E6%97%AC>,
        <http://lexvo.org/id/term/kor/SWUN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ceon4>,
        <http://lexvo.org/id/term/yue/%E6%97%AC>,
        "旬"^^xsd:string ;
    rdfs:comment "ten-day period; period of time"@en .

<http://lexvo.org/id/char/65ED> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%97%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C3%B9>,
        <http://lexvo.org/id/term/kor/%E6%97%AD>,
        <http://lexvo.org/id/term/kor/WUK>,
        <http://lexvo.org/id/term/vie/h%C3%B3c>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/juk1>,
        <http://lexvo.org/id/term/yue/%E6%97%AD>,
        "旭"^^xsd:string ;
    rdfs:comment "rising sun; brilliance; radiant"@en .

<http://lexvo.org/id/char/65EE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%97%AE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C4%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C3%B9%20g%C4%81>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/go1>,
        <http://lexvo.org/id/term/yue/%E6%97%AE>,
        "旮"^^xsd:string ;
    rdfs:comment "nook, corner"@en .

<http://lexvo.org/id/char/65EF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%97%AF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C3%B9%20l%C3%A1>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lo1>,
        <http://lexvo.org/id/term/yue/%E6%97%AF>,
        "旯"^^xsd:string ;
    rdfs:comment "nook, corner"@en .

<http://lexvo.org/id/char/65F0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%97%B0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C3%A0n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C3%A0n%20h%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E6%97%B0>,
        <http://lexvo.org/id/term/kor/KAN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gon3%20hon6>,
        <http://lexvo.org/id/term/yue/%E6%97%B0>,
        "旰"^^xsd:string ;
    rdfs:comment "sunset, dusk; evening"@en .

<http://lexvo.org/id/char/65F1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%97%B1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E6%97%B1>,
        <http://lexvo.org/id/term/kor/HAN>,
        <http://lexvo.org/id/term/vie/h%E1%BA%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hon5>,
        <http://lexvo.org/id/term/yue/%E6%97%B1>,
        "旱"^^xsd:string ;
    rdfs:comment "drought; dry; dry land"@en .

<http://lexvo.org/id/char/65F2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%97%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%A1i>,
        <http://lexvo.org/id/term/kor/%E6%97%B2>,
        <http://lexvo.org/id/term/kor/TAY>,
        "旲"^^xsd:string .

<http://lexvo.org/id/char/65F3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%97%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dik1>,
        <http://lexvo.org/id/term/yue/%E6%97%B3>,
        "旳"^^xsd:string .

<http://lexvo.org/id/char/65F4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%97%B4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C5%AB>,
        <http://lexvo.org/id/term/kor/%E6%97%B4>,
        <http://lexvo.org/id/term/kor/WU>,
        <http://lexvo.org/id/term/vie/h%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/heoi1>,
        <http://lexvo.org/id/term/yue/%E6%97%B4>,
        "旴"^^xsd:string ;
    rdfs:comment "dawn"@en .

<http://lexvo.org/id/char/65F5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%97%B5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C7%8En>,
        "旵"^^xsd:string .

<http://lexvo.org/id/char/65F6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%97%B6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/si4>,
        <http://lexvo.org/id/term/yue/%E6%97%B6>,
        "时"^^xsd:string ;
    rdfs:comment "time, season; era, age, period"@en .

<http://lexvo.org/id/char/65F7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%97%B7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ku%C3%A0ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kwong3>,
        <http://lexvo.org/id/term/yue/%E6%97%B7>,
        "旷"^^xsd:string ;
    rdfs:comment "extensive, wide, broad; empty"@en .

<http://lexvo.org/id/char/65F8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%97%B8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A1ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/joeng4>,
        <http://lexvo.org/id/term/yue/%E6%97%B8>,
        "旸"^^xsd:string ;
    rdfs:comment "rising sun; sunshine"@en .

<http://lexvo.org/id/char/65F9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%97%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/si4>,
        <http://lexvo.org/id/term/yue/%E6%97%B9>,
        "旹"^^xsd:string ;
    rdfs:comment "time, season; era, age, period"@en .

<http://lexvo.org/id/char/65FA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%97%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C3%A0ng>,
        <http://lexvo.org/id/term/kor/%E6%97%BA>,
        <http://lexvo.org/id/term/kor/WANG>,
        <http://lexvo.org/id/term/vie/v%C6%B0%E1%BB%A3ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wong6>,
        <http://lexvo.org/id/term/yue/%E6%97%BA>,
        "旺"^^xsd:string ;
    rdfs:comment "prosper; prosperous; increase"@en .

<http://lexvo.org/id/char/65FB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%97%BB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%ADn>,
        <http://lexvo.org/id/term/kor/%E6%97%BB>,
        <http://lexvo.org/id/term/kor/MIN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/man4>,
        <http://lexvo.org/id/term/yue/%E6%97%BB>,
        "旻"^^xsd:string ;
    rdfs:comment "heaven"@en .

<http://lexvo.org/id/char/65FC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%97%BC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%ADn>,
        <http://lexvo.org/id/term/kor/%E6%97%BC>,
        <http://lexvo.org/id/term/kor/MIN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/man4>,
        <http://lexvo.org/id/term/yue/%E6%97%BC>,
        "旼"^^xsd:string ;
    rdfs:comment "gentle and affable"@en .

<http://lexvo.org/id/char/65FD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%97%BD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C5%ABn>,
        <http://lexvo.org/id/term/kor/%E6%97%BD>,
        <http://lexvo.org/id/term/kor/TON>,
        "旽"^^xsd:string ;
    rdfs:comment "morning sun, sunrise"@en .

<http://lexvo.org/id/char/65FE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%97%BE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C5%ABn>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C5%ABn%20ch%C7%94n>,
        "旾"^^xsd:string .

<http://lexvo.org/id/char/65FF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%97%BF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C7%94>,
        <http://lexvo.org/id/term/kor/%E6%97%BF>,
        <http://lexvo.org/id/term/kor/O>,
        "旿"^^xsd:string .

<http://lexvo.org/id/char/6600> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%98%80>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%BAn>,
        <http://lexvo.org/id/term/kor/%E6%98%80>,
        <http://lexvo.org/id/term/kor/YUN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wan4>,
        <http://lexvo.org/id/term/yue/%E6%98%80>,
        "昀"^^xsd:string ;
    rdfs:comment "sun light; used in personal names"@en .

<http://lexvo.org/id/char/6601> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%98%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%A8i>,
        "昁"^^xsd:string .

<http://lexvo.org/id/char/6602> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C3%A1ng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%98%82>,
        <http://lexvo.org/id/term/kor/%E6%98%82>,
        <http://lexvo.org/id/term/kor/ANG>,
        <http://lexvo.org/id/term/vie/ngang>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ngong4%20ngong5>,
        <http://lexvo.org/id/term/yue/%E6%98%82>,
        "昂"^^xsd:string ;
    rdfs:comment "rise, raise; proud, bold; upright"@en .

<http://lexvo.org/id/char/6603> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%98%83>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C3%A8>,
        <http://lexvo.org/id/term/kor/%E6%98%83>,
        <http://lexvo.org/id/term/kor/CHI>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zak1>,
        <http://lexvo.org/id/term/yue/%E6%98%83>,
        "昃"^^xsd:string ;
    rdfs:comment "afternoon; the sun in the afternoon sky; to decline"@en .

<http://lexvo.org/id/char/6604> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%98%84>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C7%8En>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/baan2>,
        <http://lexvo.org/id/term/yue/%E6%98%84>,
        "昄"^^xsd:string ;
    rdfs:comment "big"@en .

<http://lexvo.org/id/char/6605> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%98%85>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%A9>,
        "昅"^^xsd:string .

<http://lexvo.org/id/char/6606> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%98%86>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C5%ABn>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C5%ABn%20h%C3%B9n>,
        <http://lexvo.org/id/term/kor/%E6%98%86>,
        <http://lexvo.org/id/term/kor/KON%20HON>,
        <http://lexvo.org/id/term/vie/con>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gwan1>,
        <http://lexvo.org/id/term/yue/%E6%98%86>,
        "昆"^^xsd:string ;
    rdfs:comment "elder brother; descendants"@en .

<http://lexvo.org/id/char/6607> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%98%87>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C4%93ng>,
        <http://lexvo.org/id/term/kor/%E6%98%87>,
        <http://lexvo.org/id/term/kor/SUNG>,
        <http://lexvo.org/id/term/vie/th%C4%83ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sing1>,
        <http://lexvo.org/id/term/yue/%E6%98%87>,
        "昇"^^xsd:string ;
    rdfs:comment "rise, ascent; peaceful; peace"@en .

<http://lexvo.org/id/char/6608> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%98%88>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%B9>,
        "昈"^^xsd:string .

<http://lexvo.org/id/char/6609> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%98%89>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C7%8Eng>,
        <http://lexvo.org/id/term/kor/%E6%98%89>,
        <http://lexvo.org/id/term/kor/PANG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fong2>,
        <http://lexvo.org/id/term/yue/%E6%98%89>,
        "昉"^^xsd:string ;
    rdfs:comment "bright dawn, daybreak; appear"@en .

<http://lexvo.org/id/char/660A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%98%8A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A0o>,
        <http://lexvo.org/id/term/kor/%E6%98%8A>,
        <http://lexvo.org/id/term/kor/HO>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hou6>,
        <http://lexvo.org/id/term/yue/%E6%98%8A>,
        "昊"^^xsd:string ;
    rdfs:comment "summer time; sky; heaven"@en .

<http://lexvo.org/id/char/660B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%98%8B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/gu%C3%AC>,
        "昋"^^xsd:string .

<http://lexvo.org/id/char/660C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%98%8C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C4%81ng>,
        <http://lexvo.org/id/term/kor/%E6%98%8C>,
        <http://lexvo.org/id/term/kor/CHANG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/coeng1>,
        <http://lexvo.org/id/term/yue/%E6%98%8C>,
        "昌"^^xsd:string ;
    rdfs:comment "light of sun; good, proper"@en .

<http://lexvo.org/id/char/660D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%98%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xu%C4%81n>,
        "昍"^^xsd:string .

<http://lexvo.org/id/char/660E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%98%8E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%ADng>,
        <http://lexvo.org/id/term/kor/%E6%98%8E>,
        <http://lexvo.org/id/term/kor/MYENG>,
        <http://lexvo.org/id/term/vie/minh>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ming4>,
        <http://lexvo.org/id/term/yue/%E6%98%8E>,
        "明"^^xsd:string ;
    rdfs:comment "bright, light, brilliant; clear"@en .

<http://lexvo.org/id/char/660F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%98%8F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C5%ABn>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C5%ABn%20m%C7%90n>,
        <http://lexvo.org/id/term/kor/%E6%98%8F>,
        <http://lexvo.org/id/term/kor/HON>,
        <http://lexvo.org/id/term/vie/h%C3%B4n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fan1>,
        <http://lexvo.org/id/term/yue/%E6%98%8F>,
        "昏"^^xsd:string ;
    rdfs:comment "dusk, nightfall, twilight, dark"@en .

<http://lexvo.org/id/char/6610> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%98%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C4%93n>,
        <http://lexvo.org/id/term/kor/%E6%98%90>,
        <http://lexvo.org/id/term/kor/PWUN>,
        "昐"^^xsd:string .

<http://lexvo.org/id/char/6611> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%98%91>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C7%90n>,
        <http://lexvo.org/id/term/kor/%E6%98%91>,
        <http://lexvo.org/id/term/kor/KUM>,
        "昑"^^xsd:string ;
    rdfs:comment "bright"@en .

<http://lexvo.org/id/char/6612> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%98%92>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C5%AB>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fat1>,
        <http://lexvo.org/id/term/yue/%E6%98%92>,
        "昒"^^xsd:string .

<http://lexvo.org/id/char/6613> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%98%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%AC>,
        <http://lexvo.org/id/term/kor/%E6%98%93>,
        <http://lexvo.org/id/term/kor/YEK%20I>,
        <http://lexvo.org/id/term/vie/d%E1%BB%8Bch>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ji6%20jik6>,
        <http://lexvo.org/id/term/yue/%E6%98%93>,
        "易"^^xsd:string ;
    rdfs:comment "change; easy"@en .

<http://lexvo.org/id/char/6614> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%98%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C4%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C4%AB%20cu%C3%B2%20x%C3%AD>,
        <http://lexvo.org/id/term/kor/%E6%98%94>,
        <http://lexvo.org/id/term/kor/SEK%20CHAK>,
        <http://lexvo.org/id/term/vie/t%C3%ADch>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sik1>,
        <http://lexvo.org/id/term/yue/%E6%98%94>,
        "昔"^^xsd:string ;
    rdfs:comment "formerly; ancient; in beginning"@en .

<http://lexvo.org/id/char/6615> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%98%95>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C4%ABn>,
        <http://lexvo.org/id/term/kor/%E6%98%95>,
        <http://lexvo.org/id/term/kor/HUN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jan1>,
        <http://lexvo.org/id/term/yue/%E6%98%95>,
        "昕"^^xsd:string ;
    rdfs:comment "dawn; early morning; day"@en .

<http://lexvo.org/id/char/6616> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%98%96>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A1n>,
        "昖"^^xsd:string .

<http://lexvo.org/id/char/6617> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%98%97>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C3%A8>,
        "昗"^^xsd:string .

<http://lexvo.org/id/char/6618> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%98%98>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C7%8Eng>,
        "昘"^^xsd:string .

<http://lexvo.org/id/char/6619> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%98%99>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/taam4>,
        <http://lexvo.org/id/term/yue/%E6%98%99>,
        "昙"^^xsd:string ;
    rdfs:comment "become cloudy, overcast"@en .

<http://lexvo.org/id/char/661A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%98%9A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%A8n>,
        "昚"^^xsd:string .

<http://lexvo.org/id/char/661B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%98%9B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%B9>,
        <http://lexvo.org/id/term/kor/%E6%98%9B>,
        <http://lexvo.org/id/term/kor/KE>,
        <http://lexvo.org/id/term/vie/c%E1%BB%AF>,
        "昛"^^xsd:string .

<http://lexvo.org/id/char/661C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%98%9C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A1ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/joeng4>,
        <http://lexvo.org/id/term/yue/%E6%98%9C>,
        "昜"^^xsd:string ;
    rdfs:comment "to open out, to expand; bright, glorious"@en .

<http://lexvo.org/id/char/661D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%98%9D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C7%8En>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C7%8En%20c%C7%8En>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zaan2>,
        <http://lexvo.org/id/term/yue/%E6%98%9D>,
        "昝"^^xsd:string ;
    rdfs:comment "a dual pronoun, I, you and me, we two"@en .

<http://lexvo.org/id/char/661E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%98%9E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C7%90ng>,
        <http://lexvo.org/id/term/kor/%E6%98%9E>,
        <http://lexvo.org/id/term/kor/PYENG>,
        "昞"^^xsd:string ;
    rdfs:comment "bright, luminous; glorious"@en .

<http://lexvo.org/id/char/661F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%98%9F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C4%ABng>,
        <http://lexvo.org/id/term/kor/%E6%98%9F>,
        <http://lexvo.org/id/term/kor/SENG>,
        <http://lexvo.org/id/term/vie/tinh>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/seng1%20sing1>,
        <http://lexvo.org/id/term/yue/%E6%98%9F>,
        "星"^^xsd:string ;
    rdfs:comment "a star, planet; any point of light"@en .

<http://lexvo.org/id/char/6620> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%98%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%ACng>,
        <http://lexvo.org/id/term/kor/%E6%98%A0>,
        <http://lexvo.org/id/term/kor/YENG>,
        <http://lexvo.org/id/term/vie/%C3%A1nh>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jing2>,
        <http://lexvo.org/id/term/yue/%E6%98%A0>,
        "映"^^xsd:string ;
    rdfs:comment "project; reflect light"@en .

<http://lexvo.org/id/char/6621> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%98%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xu%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E6%98%A1>,
        <http://lexvo.org/id/term/kor/HYEN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jyun6>,
        <http://lexvo.org/id/term/yue/%E6%98%A1>,
        "昡"^^xsd:string ;
    rdfs:comment "long day; extended; relaxed"@en .

<http://lexvo.org/id/char/6622> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%98%A2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C4%9Bi%20p%C3%A8i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/pui3>,
        <http://lexvo.org/id/term/yue/%E6%98%A2>,
        "昢"^^xsd:string .

<http://lexvo.org/id/char/6623> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%98%A3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C4%9Bn>,
        "昣"^^xsd:string .

<http://lexvo.org/id/char/6624> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%98%A4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C4%ABng>,
        <http://lexvo.org/id/term/kor/%E6%98%A4>,
        <http://lexvo.org/id/term/kor/LYENG>,
        "昤"^^xsd:string ;
    rdfs:comment "sunshine"@en .

<http://lexvo.org/id/char/6625> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%98%A5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C5%ABn>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C5%ABn%20ch%C7%94n>,
        <http://lexvo.org/id/term/kor/%E6%98%A5>,
        <http://lexvo.org/id/term/kor/CHWUN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ceon1>,
        <http://lexvo.org/id/term/yue/%E6%98%A5>,
        "春"^^xsd:string ;
    rdfs:comment "spring; wanton"@en .

<http://lexvo.org/id/char/6626> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%98%A6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A0o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hou6>,
        <http://lexvo.org/id/term/yue/%E6%98%A6>,
        "昦"^^xsd:string .

<http://lexvo.org/id/char/6627> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%98%A7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A8i>,
        <http://lexvo.org/id/term/kor/%E6%98%A7>,
        <http://lexvo.org/id/term/kor/MAY>,
        <http://lexvo.org/id/term/vie/mu%E1%BB%99i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mui6>,
        <http://lexvo.org/id/term/yue/%E6%98%A7>,
        "昧"^^xsd:string ;
    rdfs:comment "obscure, dark; darken"@en .

<http://lexvo.org/id/char/6628> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%98%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zu%C3%B3>,
        <http://lexvo.org/id/term/kor/%E6%98%A8>,
        <http://lexvo.org/id/term/kor/CAK>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zok3%20zok6>,
        <http://lexvo.org/id/term/yue/%E6%98%A8>,
        "昨"^^xsd:string ;
    rdfs:comment "yesterday; in former times, past"@en .

<http://lexvo.org/id/char/6629> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%98%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%B2>,
        "昩"^^xsd:string .

<http://lexvo.org/id/char/662A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%98%AA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/bi%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bin6>,
        <http://lexvo.org/id/term/yue/%E6%98%AA>,
        "昪"^^xsd:string ;
    rdfs:comment "delighted; pleased"@en .

<http://lexvo.org/id/char/662B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%98%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C3%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C7%94%20x%C5%AB%20x%C3%B9>,
        <http://lexvo.org/id/term/kor/%E6%98%AB>,
        <http://lexvo.org/id/term/kor/KWU>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/heoi2>,
        <http://lexvo.org/id/term/yue/%E6%98%AB>,
        "昫"^^xsd:string ;
    rdfs:comment "warm"@en .

<http://lexvo.org/id/char/662C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%98%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C5%ABn%20m%C7%90n>,
        "昬"^^xsd:string ;
    rdfs:comment "dusk, dark confused; stupid"@en .

<http://lexvo.org/id/char/662D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%98%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C4%81o>,
        <http://lexvo.org/id/term/kor/%E6%98%AD>,
        <http://lexvo.org/id/term/kor/SO%20CO>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ciu1%20ziu1>,
        <http://lexvo.org/id/term/yue/%E6%98%AD>,
        "昭"^^xsd:string ;
    rdfs:comment "bright, luminous; illustrious"@en .

<http://lexvo.org/id/char/662E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%98%AE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C3%B2ng>,
        "昮"^^xsd:string .

<http://lexvo.org/id/char/662F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%98%AF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%AC>,
        <http://lexvo.org/id/term/kor/%E6%98%AF>,
        <http://lexvo.org/id/term/kor/SI>,
        <http://lexvo.org/id/term/vie/th%E1%BB%8B>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/si6>,
        <http://lexvo.org/id/term/yue/%E6%98%AF>,
        "是"^^xsd:string ;
    rdfs:comment "indeed, yes, right; to be; demonstrative pronoun, this, that"@en .

<http://lexvo.org/id/char/6630> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%98%B0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%AC%20xi%C3%A0>,
        <http://lexvo.org/id/term/kor/%E6%98%B0>,
        <http://lexvo.org/id/term/kor/HA%20SI>,
        "昰"^^xsd:string ;
    rdfs:comment "var of 'to be', 'summer'; name"@en .

<http://lexvo.org/id/char/6631> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%98%B1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%B9%20y%C3%AC>,
        <http://lexvo.org/id/term/kor/%E6%98%B1>,
        <http://lexvo.org/id/term/kor/WUK>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/juk1>,
        <http://lexvo.org/id/term/yue/%E6%98%B1>,
        "昱"^^xsd:string ;
    rdfs:comment "bright light, sunlight; dazzling"@en .

<http://lexvo.org/id/char/6632> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%98%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%A8i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fai3>,
        <http://lexvo.org/id/term/yue/%E6%98%B2>,
        "昲"^^xsd:string .

<http://lexvo.org/id/char/6633> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%98%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/di%C3%A9%201371.010%3Ay%C3%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/di%C3%A9%20y%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dit6>,
        <http://lexvo.org/id/term/yue/%E6%98%B3>,
        "昳"^^xsd:string ;
    rdfs:comment "the declining sun in the west"@en .

<http://lexvo.org/id/char/6634> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%98%B4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C7%8Eo>,
        <http://lexvo.org/id/term/kor/%E6%98%B4>,
        <http://lexvo.org/id/term/kor/MYO>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/maau5>,
        <http://lexvo.org/id/term/yue/%E6%98%B4>,
        "昴"^^xsd:string ;
    rdfs:comment "one of the 28 constellations"@en .

<http://lexvo.org/id/char/6635> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%98%B5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C3%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C3%AC%20n%C7%90%20zh%C3%AC>,
        <http://lexvo.org/id/term/kor/%E6%98%B5>,
        <http://lexvo.org/id/term/kor/NIL%20NYEY>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/nik1>,
        <http://lexvo.org/id/term/yue/%E6%98%B5>,
        "昵"^^xsd:string ;
    rdfs:comment "intimate, close; approach"@en .

<http://lexvo.org/id/char/6636> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%98%B6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C7%8Eng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C7%8Eng%20ch%C3%A0ng>,
        <http://lexvo.org/id/term/kor/%E6%98%B6>,
        <http://lexvo.org/id/term/kor/CHANG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cong2>,
        <http://lexvo.org/id/term/yue/%E6%98%B6>,
        "昶"^^xsd:string ;
    rdfs:comment "a long day. bright. extended. clear"@en .

<http://lexvo.org/id/char/6637> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%98%B7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C4%93n%20y%C3%B9n>,
        <http://lexvo.org/id/term/kor/%E6%98%B7>,
        <http://lexvo.org/id/term/kor/ON>,
        "昷"^^xsd:string ;
    rdfs:comment "to feed a prisoner"@en .

<http://lexvo.org/id/char/6638> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%98%B8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C5%8Dng>,
        "昸"^^xsd:string .

<http://lexvo.org/id/char/6639> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C7%8Ei>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%98%B9>,
        "昹"^^xsd:string .

<http://lexvo.org/id/char/663A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%98%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C7%90ng>,
        <http://lexvo.org/id/term/kor/%E6%98%BA>,
        <http://lexvo.org/id/term/kor/PYENG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bing2>,
        <http://lexvo.org/id/term/yue/%E6%98%BA>,
        "昺"^^xsd:string ;
    rdfs:comment "bright, glorious; brilliant"@en .

<http://lexvo.org/id/char/663B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C3%A1ng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%98%BB>,
        <http://lexvo.org/id/term/kor/%E6%98%BB>,
        <http://lexvo.org/id/term/kor/ANG>,
        "昻"^^xsd:string ;
    rdfs:comment "rise"@en .

<http://lexvo.org/id/char/663C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%98%BC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%B2u>,
        <http://lexvo.org/id/term/kor/%E6%98%BC>,
        <http://lexvo.org/id/term/kor/CWU>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zau3>,
        <http://lexvo.org/id/term/yue/%E6%98%BC>,
        "昼"^^xsd:string ;
    rdfs:comment "daytime, daylight"@en .

<http://lexvo.org/id/char/663D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%98%BD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%B3ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lung4>,
        <http://lexvo.org/id/term/yue/%E6%98%BD>,
        "昽"^^xsd:string ;
    rdfs:comment "vague, dim; twilight"@en .

<http://lexvo.org/id/char/663E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%98%BE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C7%8En>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hin2>,
        <http://lexvo.org/id/term/yue/%E6%98%BE>,
        "显"^^xsd:string ;
    rdfs:comment "manifest, display; evident, clear"@en .

<http://lexvo.org/id/char/663F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%98%BF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ku%C3%A0ng>,
        "昿"^^xsd:string ;
    rdfs:comment "extensive, wide, broad; empty"@en .

<http://lexvo.org/id/char/6640> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%99%80>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ti%C7%8Eo>,
        "晀"^^xsd:string .

<http://lexvo.org/id/char/6641> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%99%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%A1o>,
        <http://lexvo.org/id/term/kor/%E6%99%81>,
        <http://lexvo.org/id/term/kor/CO>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ciu4>,
        <http://lexvo.org/id/term/yue/%E6%99%81>,
        "晁"^^xsd:string ;
    rdfs:comment "morning, dawn; surname"@en .

<http://lexvo.org/id/char/6642> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%99%82>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%AD>,
        <http://lexvo.org/id/term/kor/%E6%99%82>,
        <http://lexvo.org/id/term/kor/SI>,
        <http://lexvo.org/id/term/vie/th%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/si4>,
        <http://lexvo.org/id/term/yue/%E6%99%82>,
        "時"^^xsd:string ;
    rdfs:comment "time, season; era, age, period"@en .

<http://lexvo.org/id/char/6643> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%99%83>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C7%8Eng%200498.040%3Ahu%C3%A0ng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C7%8Eng%20hu%C3%A0ng>,
        <http://lexvo.org/id/term/kor/%E6%99%83>,
        <http://lexvo.org/id/term/kor/HWANG>,
        <http://lexvo.org/id/term/vie/qu%C3%A1ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fong2>,
        <http://lexvo.org/id/term/yue/%E6%99%83>,
        "晃"^^xsd:string ;
    rdfs:comment "bright, dazzling; to sway, shake"@en .

<http://lexvo.org/id/char/6644> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%99%84>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C7%8Eng>,
        <http://lexvo.org/id/term/kor/%E6%99%84>,
        <http://lexvo.org/id/term/kor/HWANG>,
        <http://lexvo.org/id/term/vie/ho%C3%A1ng>,
        "晄"^^xsd:string ;
    rdfs:comment "bright, dazzling; to sway, shake"@en .

<http://lexvo.org/id/char/6645> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%99%85>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xu%C4%81n%20xi%C7%8En>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xu%C7%8En>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hyun1%20syun2>,
        <http://lexvo.org/id/term/yue/%E6%99%85>,
        "晅"^^xsd:string ;
    rdfs:comment "light of the sun; to dry in the sun"@en .

<http://lexvo.org/id/char/6646> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%99%86>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ku%C3%AD>,
        "晆"^^xsd:string .

<http://lexvo.org/id/char/6647> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%99%87>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C5%AB%20ku%C4%81>,
        "晇"^^xsd:string .

<http://lexvo.org/id/char/6648> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%99%88>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C7%8Eo>,
        <http://lexvo.org/id/term/kor/%E6%99%88>,
        <http://lexvo.org/id/term/kor/KYO>,
        "晈"^^xsd:string .

<http://lexvo.org/id/char/6649> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%99%89>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%ACn>,
        <http://lexvo.org/id/term/kor/%E6%99%89>,
        <http://lexvo.org/id/term/kor/CIN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zeon3>,
        <http://lexvo.org/id/term/yue/%E6%99%89>,
        "晉"^^xsd:string ;
    rdfs:comment "advance, increase; promote"@en .

<http://lexvo.org/id/char/664A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%99%8A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C7%90>,
        "晊"^^xsd:string .

<http://lexvo.org/id/char/664B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%99%8B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%ACn>,
        <http://lexvo.org/id/term/kor/%E6%99%8B>,
        <http://lexvo.org/id/term/kor/CIN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zeon3>,
        <http://lexvo.org/id/term/yue/%E6%99%8B>,
        "晋"^^xsd:string ;
    rdfs:comment "advance, increase; promote"@en .

<http://lexvo.org/id/char/664C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%99%8C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C7%8Eng>,
        <http://lexvo.org/id/term/kor/%E6%99%8C>,
        <http://lexvo.org/id/term/kor/SANG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hoeng2>,
        <http://lexvo.org/id/term/yue/%E6%99%8C>,
        "晌"^^xsd:string ;
    rdfs:comment "noon, midday; moment; unit land measurement equal to seven mou (U+755D 畝), or the area that can be sown in one day"@en .

<http://lexvo.org/id/char/664D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%99%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%B3ng>,
        "晍"^^xsd:string .

<http://lexvo.org/id/char/664E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%99%8E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C7%92ng>,
        <http://lexvo.org/id/term/kor/%E6%99%8E>,
        <http://lexvo.org/id/term/kor/HONG>,
        "晎"^^xsd:string .

<http://lexvo.org/id/char/664F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%99%8F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E6%99%8F>,
        <http://lexvo.org/id/term/kor/AN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/aan3%20ngaan3>,
        <http://lexvo.org/id/term/yue/%E6%99%8F>,
        "晏"^^xsd:string ;
    rdfs:comment "peaceful, quiet; clear; late in the day"@en .

<http://lexvo.org/id/char/6650> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%99%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C4%81i>,
        "晐"^^xsd:string .

<http://lexvo.org/id/char/6651> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%99%91>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C7%8Eng>,
        "晑"^^xsd:string .

<http://lexvo.org/id/char/6652> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%99%92>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%A0i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/saai3>,
        <http://lexvo.org/id/term/yue/%E6%99%92>,
        "晒"^^xsd:string ;
    rdfs:comment "dry in sun, expose to sun"@en .

<http://lexvo.org/id/char/6653> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%99%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C7%8Eo>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hiu2>,
        <http://lexvo.org/id/term/yue/%E6%99%93>,
        "晓"^^xsd:string ;
    rdfs:comment "dawn, daybreak; clear, explicit"@en .

<http://lexvo.org/id/char/6654> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%99%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C4%93%20y%C3%A8>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jip6>,
        <http://lexvo.org/id/term/yue/%E6%99%94>,
        "晔"^^xsd:string ;
    rdfs:comment "bright; radiant; thriving"@en .

<http://lexvo.org/id/char/6655> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%99%95>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C5%ABn%201433.030%3Ay%C3%B9n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C5%ABn%20y%C3%B9n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wan4>,
        <http://lexvo.org/id/term/yue/%E6%99%95>,
        "晕"^^xsd:string ;
    rdfs:comment "halo in sky; fog; dizzy, faint"@en .

<http://lexvo.org/id/char/6656> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%99%96>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C4%AB>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fai1>,
        <http://lexvo.org/id/term/yue/%E6%99%96>,
        "晖"^^xsd:string ;
    rdfs:comment "sunshine; light, bright, radiant"@en .

<http://lexvo.org/id/char/6657> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%99%97>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A1n>,
        "晗"^^xsd:string ;
    rdfs:comment "pre-dawn"@en .

<http://lexvo.org/id/char/6658> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%99%98>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A0n>,
        "晘"^^xsd:string .

<http://lexvo.org/id/char/6659> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%99%99>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%B9n>,
        <http://lexvo.org/id/term/kor/%E6%99%99>,
        <http://lexvo.org/id/term/kor/CWUN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zeon3>,
        <http://lexvo.org/id/term/yue/%E6%99%99>,
        "晙"^^xsd:string ;
    rdfs:comment "early; bright; respect"@en .

<http://lexvo.org/id/char/665A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%99%9A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C7%8En>,
        <http://lexvo.org/id/term/kor/%E6%99%9A>,
        <http://lexvo.org/id/term/kor/MAN>,
        <http://lexvo.org/id/term/vie/v%C3%A3n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/maan5>,
        <http://lexvo.org/id/term/yue/%E6%99%9A>,
        "晚"^^xsd:string ;
    rdfs:comment "night, evening; late"@en .

<http://lexvo.org/id/char/665B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%99%9B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E6%99%9B>,
        <http://lexvo.org/id/term/kor/HYEN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jin5%20jin6>,
        <http://lexvo.org/id/term/yue/%E6%99%9B>,
        "晛"^^xsd:string ;
    rdfs:comment "sunlight"@en .

<http://lexvo.org/id/char/665C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%99%9C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C5%ABn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kwan1>,
        <http://lexvo.org/id/term/yue/%E6%99%9C>,
        "晜"^^xsd:string ;
    rdfs:comment "insect"@en .

<http://lexvo.org/id/char/665D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%99%9D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%B2u>,
        <http://lexvo.org/id/term/kor/%E6%99%9D>,
        <http://lexvo.org/id/term/kor/CWU>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zau3>,
        <http://lexvo.org/id/term/yue/%E6%99%9D>,
        "晝"^^xsd:string ;
    rdfs:comment "daytime, daylight"@en .

<http://lexvo.org/id/char/665E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%99%9E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C4%AB>,
        <http://lexvo.org/id/term/kor/%E6%99%9E>,
        <http://lexvo.org/id/term/kor/HUY>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hei1>,
        <http://lexvo.org/id/term/yue/%E6%99%9E>,
        "晞"^^xsd:string ;
    rdfs:comment "dry, expose sun; dawn"@en .

<http://lexvo.org/id/char/665F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%99%9F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%A9ng%201029.050%3Ash%C3%A8ng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%A8ng%20ch%C3%A9ng%20j%C4%ABng>,
        <http://lexvo.org/id/term/kor/%E6%99%9F>,
        <http://lexvo.org/id/term/kor/SENG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sing4>,
        <http://lexvo.org/id/term/yue/%E6%99%9F>,
        "晟"^^xsd:string ;
    rdfs:comment "clear, bright; splendor, brightness"@en .

<http://lexvo.org/id/char/6660> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%99%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%A9ng>,
        "晠"^^xsd:string .

<http://lexvo.org/id/char/6661> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%99%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C5%AB>,
        <http://lexvo.org/id/term/kor/%E6%99%A1>,
        <http://lexvo.org/id/term/kor/PHO>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bou1>,
        <http://lexvo.org/id/term/yue/%E6%99%A1>,
        "晡"^^xsd:string ;
    rdfs:comment "late afternoon"@en .

<http://lexvo.org/id/char/6662> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%99%A2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%A9%20zh%C4%93%20x%C4%AB%20zh%C3%AC>,
        <http://lexvo.org/id/term/kor/%E6%99%A2>,
        <http://lexvo.org/id/term/kor/CEL%20CEY>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sik1%20zai3>,
        <http://lexvo.org/id/term/yue/%E6%99%A2>,
        "晢"^^xsd:string ;
    rdfs:comment "light of stars; shine"@en .

<http://lexvo.org/id/char/6663> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%99%A3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C4%93%20zh%C3%A9%20zh%C3%AC>,
        "晣"^^xsd:string .

<http://lexvo.org/id/char/6664> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%99%A4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C3%B9>,
        <http://lexvo.org/id/term/kor/%E6%99%A4>,
        <http://lexvo.org/id/term/kor/O>,
        <http://lexvo.org/id/term/vie/c%E1%BB%AF>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ng6>,
        <http://lexvo.org/id/term/yue/%E6%99%A4>,
        "晤"^^xsd:string ;
    rdfs:comment "have interview with; meet"@en .

<http://lexvo.org/id/char/6665> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%99%A5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E6%99%A5>,
        <http://lexvo.org/id/term/kor/HWAN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wun5>,
        <http://lexvo.org/id/term/yue/%E6%99%A5>,
        "晥"^^xsd:string ;
    rdfs:comment "Anhui province"@en .

<http://lexvo.org/id/char/6666> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%99%A6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%AC>,
        <http://lexvo.org/id/term/kor/%E6%99%A6>,
        <http://lexvo.org/id/term/kor/HOY>,
        <http://lexvo.org/id/term/vie/h%E1%BB%95i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fui3>,
        <http://lexvo.org/id/term/yue/%E6%99%A6>,
        "晦"^^xsd:string ;
    rdfs:comment "dark, unclear, obscure; night"@en .

<http://lexvo.org/id/char/6667> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%99%A7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A0o>,
        <http://lexvo.org/id/term/kor/%E6%99%A7>,
        <http://lexvo.org/id/term/kor/HO>,
        "晧"^^xsd:string ;
    rdfs:comment "daybreak; bright and brilliant"@en .

<http://lexvo.org/id/char/6668> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%99%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%A9n>,
        <http://lexvo.org/id/term/kor/%E6%99%A8>,
        <http://lexvo.org/id/term/kor/SIN>,
        <http://lexvo.org/id/term/vie/th%E1%BA%A7n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/san4>,
        <http://lexvo.org/id/term/yue/%E6%99%A8>,
        "晨"^^xsd:string ;
    rdfs:comment "early morning, daybreak"@en .

<http://lexvo.org/id/char/6669> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%99%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C7%8En>,
        <http://lexvo.org/id/term/kor/%E6%99%A9>,
        <http://lexvo.org/id/term/kor/MAN>,
        "晩"^^xsd:string ;
    rdfs:comment "night"@en .

<http://lexvo.org/id/char/666A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%99%AA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ti%C7%8En>,
        "晪"^^xsd:string .

<http://lexvo.org/id/char/666B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%99%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zhu%C3%B3>,
        <http://lexvo.org/id/term/kor/%E6%99%AB>,
        <http://lexvo.org/id/term/kor/THAK>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zoek3>,
        <http://lexvo.org/id/term/yue/%E6%99%AB>,
        "晫"^^xsd:string ;
    rdfs:comment "bright"@en .

<http://lexvo.org/id/char/666C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%99%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zu%C3%AC>,
        <http://lexvo.org/id/term/kor/%E6%99%AC>,
        <http://lexvo.org/id/term/kor/SWI%20SWU>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zeoi3>,
        <http://lexvo.org/id/term/yue/%E6%99%AC>,
        "晬"^^xsd:string ;
    rdfs:comment "first birthday of a child"@en .

<http://lexvo.org/id/char/666D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%99%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C7%92u>,
        "晭"^^xsd:string .

<http://lexvo.org/id/char/666E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%99%AE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C7%94>,
        <http://lexvo.org/id/term/kor/%E6%99%AE>,
        <http://lexvo.org/id/term/kor/PO>,
        <http://lexvo.org/id/term/vie/ph%E1%BB%95>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/pou2>,
        <http://lexvo.org/id/term/yue/%E6%99%AE>,
        "普"^^xsd:string ;
    rdfs:comment "universal, general, widespread"@en .

<http://lexvo.org/id/char/666F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%99%AF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C7%90ng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C7%90ng%20y%C7%90ng>,
        <http://lexvo.org/id/term/kor/%E6%99%AF>,
        <http://lexvo.org/id/term/kor/KYENG%20YENG>,
        <http://lexvo.org/id/term/vie/c%E1%BA%A3nh>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ging2%20jing2>,
        <http://lexvo.org/id/term/yue/%E6%99%AF>,
        "景"^^xsd:string ;
    rdfs:comment "scenery, view; conditions"@en .

<http://lexvo.org/id/char/6670> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%99%B0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C4%AB>,
        <http://lexvo.org/id/term/kor/%E6%99%B0>,
        <http://lexvo.org/id/term/kor/SEK>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sik1>,
        <http://lexvo.org/id/term/yue/%E6%99%B0>,
        "晰"^^xsd:string ;
    rdfs:comment "clear, evident; clearly"@en .

<http://lexvo.org/id/char/6671> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%99%B1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C7%8En>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sim2>,
        <http://lexvo.org/id/term/yue/%E6%99%B1>,
        "晱"^^xsd:string .

<http://lexvo.org/id/char/6672> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%99%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%90%20n%C3%AC>,
        "晲"^^xsd:string .

<http://lexvo.org/id/char/6673> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%99%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C3%AC%20x%C4%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C4%AB>,
        <http://lexvo.org/id/term/kor/%E6%99%B3>,
        <http://lexvo.org/id/term/kor/SEK>,
        "晳"^^xsd:string ;
    rdfs:comment "fair; white; clear; discriminate"@en .

<http://lexvo.org/id/char/6674> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%99%B4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C3%ADng>,
        <http://lexvo.org/id/term/kor/%E6%99%B4>,
        <http://lexvo.org/id/term/kor/CHENG>,
        <http://lexvo.org/id/term/vie/t%E1%BA%A1nh>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ceng4%20cing4>,
        <http://lexvo.org/id/term/yue/%E6%99%B4>,
        "晴"^^xsd:string ;
    rdfs:comment "clear weather, fine weather"@en .

<http://lexvo.org/id/char/6675> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%99%B5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C7%90>,
        "晵"^^xsd:string .

<http://lexvo.org/id/char/6676> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%99%B6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C4%ABng>,
        <http://lexvo.org/id/term/kor/%E6%99%B6>,
        <http://lexvo.org/id/term/kor/CENG>,
        <http://lexvo.org/id/term/vie/tinh>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zing1>,
        <http://lexvo.org/id/term/yue/%E6%99%B6>,
        "晶"^^xsd:string ;
    rdfs:comment "crystal; clear, bright; radiant"@en .

<http://lexvo.org/id/char/6677> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%99%B7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/gu%C7%90>,
        <http://lexvo.org/id/term/kor/%E6%99%B7>,
        <http://lexvo.org/id/term/kor/KWI>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gwai2>,
        <http://lexvo.org/id/term/yue/%E6%99%B7>,
        "晷"^^xsd:string ;
    rdfs:comment "shadows of sun; time; sundial"@en .

<http://lexvo.org/id/char/6678> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%99%B8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C4%9Bn%20zh%C4%9Bng>,
        <http://lexvo.org/id/term/kor/%E6%99%B8>,
        <http://lexvo.org/id/term/kor/CENG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zing2>,
        <http://lexvo.org/id/term/yue/%E6%99%B8>,
        "晸"^^xsd:string ;
    rdfs:comment "appearance of the sun"@en .

<http://lexvo.org/id/char/6679> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%99%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sik1>,
        <http://lexvo.org/id/term/yue/%E6%99%B9>,
        "晹"^^xsd:string ;
    rdfs:comment "the sun going behind and out from behind clouds"@en .

<http://lexvo.org/id/char/667A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%99%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%AC%20zh%C4%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C4%AB%201493.060%3Azh%C3%AC>,
        <http://lexvo.org/id/term/kor/%E6%99%BA>,
        <http://lexvo.org/id/term/kor/CI>,
        <http://lexvo.org/id/term/vie/tr%C3%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zi3>,
        <http://lexvo.org/id/term/yue/%E6%99%BA>,
        "智"^^xsd:string ;
    rdfs:comment "wisdom, knowledge, intelligence"@en .

<http://lexvo.org/id/char/667B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C3%A0n%201329.010%3Ay%C7%8En>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%C7%8En%20y%C7%8En>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%99%BB>,
        <http://lexvo.org/id/term/kor/%E6%99%BB>,
        <http://lexvo.org/id/term/kor/AM>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/am2>,
        <http://lexvo.org/id/term/yue/%E6%99%BB>,
        "晻"^^xsd:string .

<http://lexvo.org/id/char/667C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%99%BC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C7%8En>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jyun2>,
        <http://lexvo.org/id/term/yue/%E6%99%BC>,
        "晼"^^xsd:string ;
    rdfs:comment "sunset"@en .

<http://lexvo.org/id/char/667D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%99%BD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%ADn>,
        "晽"^^xsd:string .

<http://lexvo.org/id/char/667E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%99%BE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C3%A0ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/long3%20long6>,
        <http://lexvo.org/id/term/yue/%E6%99%BE>,
        "晾"^^xsd:string ;
    rdfs:comment "air-dry; sun-dry"@en .

<http://lexvo.org/id/char/667F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%99%BF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C4%81ng>,
        "晿"^^xsd:string .

<http://lexvo.org/id/char/6680> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%9A%80>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C7%8Eng%20w%C3%A0ng>,
        "暀"^^xsd:string .

<http://lexvo.org/id/char/6681> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%9A%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C7%8Eo>,
        <http://lexvo.org/id/term/kor/%E6%9A%81>,
        <http://lexvo.org/id/term/kor/HYO>,
        "暁"^^xsd:string ;
    rdfs:comment "dawn, daybreak; clear, explicit"@en .

<http://lexvo.org/id/char/6682> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%9A%82>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zaam6>,
        <http://lexvo.org/id/term/yue/%E6%9A%82>,
        "暂"^^xsd:string ;
    rdfs:comment "temporary"@en .

<http://lexvo.org/id/char/6683> a lvont:Character ;
    lvont:represents "暃"^^xsd:string .

<http://lexvo.org/id/char/6684> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%9A%84>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xu%C4%81n>,
        <http://lexvo.org/id/term/kor/%E6%9A%84>,
        <http://lexvo.org/id/term/kor/HWEN>,
        <http://lexvo.org/id/term/vie/huy%C3%AAn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hyun1>,
        <http://lexvo.org/id/term/yue/%E6%9A%84>,
        "暄"^^xsd:string ;
    rdfs:comment "warm, comfortable; warm, genial"@en .

<http://lexvo.org/id/char/6685> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%9A%85>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C3%A8ng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xu%C7%8En%20g%C3%A8ng%20g%C4%9Bng>,
        "暅"^^xsd:string .

<http://lexvo.org/id/char/6686> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%9A%86>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%AD>,
        "暆"^^xsd:string .

<http://lexvo.org/id/char/6687> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%9A%87>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A1%20xi%C3%A0>,
        <http://lexvo.org/id/term/kor/%E6%9A%87>,
        <http://lexvo.org/id/term/kor/KA>,
        <http://lexvo.org/id/term/vie/h%E1%BA%A1>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/haa6>,
        <http://lexvo.org/id/term/yue/%E6%9A%87>,
        "暇"^^xsd:string ;
    rdfs:comment "leisure, relaxation, spare time"@en .

<http://lexvo.org/id/char/6688> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%9A%88>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C5%ABn%20y%C3%B9n>,
        <http://lexvo.org/id/term/kor/%E6%9A%88>,
        <http://lexvo.org/id/term/kor/HWUN%20WUN>,
        <http://lexvo.org/id/term/vie/v%E1%BB%ABng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wan4%20wan6>,
        <http://lexvo.org/id/term/yue/%E6%9A%88>,
        "暈"^^xsd:string ;
    rdfs:comment "halo in sky; fog; dizzy, faint"@en .

<http://lexvo.org/id/char/6689> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%9A%89>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C4%AB>,
        <http://lexvo.org/id/term/kor/%E6%9A%89>,
        <http://lexvo.org/id/term/kor/HWI>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fai1>,
        <http://lexvo.org/id/term/yue/%E6%9A%89>,
        "暉"^^xsd:string ;
    rdfs:comment "sunshine; light, bright, radiant"@en .

<http://lexvo.org/id/char/668A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%9A%8A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C7%94>,
        "暊"^^xsd:string .

<http://lexvo.org/id/char/668B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%9A%8B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C7%90n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C7%90n%20m%C3%ADn>,
        <http://lexvo.org/id/term/kor/%E6%9A%8B>,
        <http://lexvo.org/id/term/kor/MIN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/man5>,
        <http://lexvo.org/id/term/yue/%E6%9A%8B>,
        "暋"^^xsd:string ;
    rdfs:comment "strong, robust, tough"@en .

<http://lexvo.org/id/char/668C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%9A%8C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ku%C3%AD>,
        <http://lexvo.org/id/term/kor/%E6%9A%8C>,
        <http://lexvo.org/id/term/kor/KYU>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kwai4>,
        <http://lexvo.org/id/term/yue/%E6%9A%8C>,
        "暌"^^xsd:string ;
    rdfs:comment "in opposition; distant from; separated"@en .

<http://lexvo.org/id/char/668D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%9A%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A8%20y%C4%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C4%93>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hot3>,
        <http://lexvo.org/id/term/yue/%E6%9A%8D>,
        "暍"^^xsd:string ;
    rdfs:comment "sunstroke"@en .

<http://lexvo.org/id/char/668E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%9A%8E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%ACng>,
        <http://lexvo.org/id/term/kor/%E6%9A%8E>,
        <http://lexvo.org/id/term/kor/YENG>,
        "暎"^^xsd:string ;
    rdfs:comment "sun beginning decline; reflect"@en .

<http://lexvo.org/id/char/668F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%9A%8F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C7%94>,
        "暏"^^xsd:string ;
    rdfs:comment "variant of 暑 U+6691, summer heat; hot"@en .

<http://lexvo.org/id/char/6690> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%9A%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C4%9Bi>,
        <http://lexvo.org/id/term/kor/%E6%9A%90>,
        <http://lexvo.org/id/term/kor/WI>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wai5>,
        <http://lexvo.org/id/term/yue/%E6%9A%90>,
        "暐"^^xsd:string ;
    rdfs:comment "the bright shining of the sun"@en .

<http://lexvo.org/id/char/6691> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%9A%91>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C7%94>,
        <http://lexvo.org/id/term/kor/%E6%9A%91>,
        <http://lexvo.org/id/term/kor/SE>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/syu2>,
        <http://lexvo.org/id/term/yue/%E6%9A%91>,
        "暑"^^xsd:string ;
    rdfs:comment "hot"@en .

<http://lexvo.org/id/char/6692> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%9A%92>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C3%ADng>,
        "暒"^^xsd:string .

<http://lexvo.org/id/char/6693> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%9A%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A0o>,
        "暓"^^xsd:string .

<http://lexvo.org/id/char/6694> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%9A%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C3%A1n>,
        "暔"^^xsd:string .

<http://lexvo.org/id/char/6695> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%9A%95>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C7%8En>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C7%8En%20l%C3%A1n>,
        "暕"^^xsd:string .

<http://lexvo.org/id/char/6696> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%9A%96>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/nu%C7%8En%20xu%C4%81n>,
        <http://lexvo.org/id/term/kor/%E6%9A%96>,
        <http://lexvo.org/id/term/kor/NAN%20HWEN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/nyun5>,
        <http://lexvo.org/id/term/yue/%E6%9A%96>,
        "暖"^^xsd:string ;
    rdfs:comment "warm, genial"@en .

<http://lexvo.org/id/char/6697> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C3%A0n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%9A%97>,
        <http://lexvo.org/id/term/kor/%E6%9A%97>,
        <http://lexvo.org/id/term/kor/AM>,
        <http://lexvo.org/id/term/vie/%C3%A1m>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/am3%20ngam3>,
        <http://lexvo.org/id/term/yue/%E6%9A%97>,
        "暗"^^xsd:string ;
    rdfs:comment "dark; obscure; in secret, covert"@en .

<http://lexvo.org/id/char/6698> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%9A%98>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A1ng>,
        <http://lexvo.org/id/term/kor/%E6%9A%98>,
        <http://lexvo.org/id/term/kor/YANG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/joeng4>,
        <http://lexvo.org/id/term/yue/%E6%9A%98>,
        "暘"^^xsd:string ;
    rdfs:comment "rising sun; sunshine"@en .

<http://lexvo.org/id/char/6699> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%9A%99>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C5%ABn>,
        "暙"^^xsd:string .

<http://lexvo.org/id/char/669A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%9A%9A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A1o>,
        "暚"^^xsd:string .

<http://lexvo.org/id/char/669B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%9A%9B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/su%C7%92>,
        "暛"^^xsd:string .

<http://lexvo.org/id/char/669C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%9A%9C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%ACn>,
        "暜"^^xsd:string .

<http://lexvo.org/id/char/669D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%9A%9D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%ADng%20m%C7%90ng>,
        <http://lexvo.org/id/term/kor/%E6%9A%9D>,
        <http://lexvo.org/id/term/kor/MYENG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ming4%20ming6>,
        <http://lexvo.org/id/term/yue/%E6%9A%9D>,
        "暝"^^xsd:string ;
    rdfs:comment "dark, obscure"@en .

<http://lexvo.org/id/char/669E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%9A%9E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C7%8Eo>,
        <http://lexvo.org/id/term/kor/%E6%9A%9E>,
        <http://lexvo.org/id/term/kor/KYO>,
        "暞"^^xsd:string .

<http://lexvo.org/id/char/669F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%9A%9F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C7%8Ei>,
        "暟"^^xsd:string .

<http://lexvo.org/id/char/66A0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%9A%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C7%8Eo%200446.030%3Ah%C3%A0o>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C7%8Eo%20h%C3%A0o>,
        <http://lexvo.org/id/term/kor/%E6%9A%A0>,
        <http://lexvo.org/id/term/kor/KO%20HO>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gou2>,
        <http://lexvo.org/id/term/yue/%E6%9A%A0>,
        "暠"^^xsd:string ;
    rdfs:comment "daybreak; bright and brilliant"@en .

<http://lexvo.org/id/char/66A1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%9A%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C4%9Bng>,
        "暡"^^xsd:string .

<http://lexvo.org/id/char/66A2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%9A%A2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%A0ng>,
        <http://lexvo.org/id/term/kor/%E6%9A%A2>,
        <http://lexvo.org/id/term/kor/CHANG>,
        <http://lexvo.org/id/term/vie/s%C6%B0%E1%BB%9Bng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/coeng3>,
        <http://lexvo.org/id/term/yue/%E6%9A%A2>,
        "暢"^^xsd:string ;
    rdfs:comment "smoothly, freely, unrestrained"@en .

<http://lexvo.org/id/char/66A3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%9A%A3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C3%AC>,
        <http://lexvo.org/id/term/kor/%E6%9A%A3>,
        <http://lexvo.org/id/term/kor/KI>,
        "暣"^^xsd:string .

<http://lexvo.org/id/char/66A4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%9A%A4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A0o>,
        "暤"^^xsd:string .

<http://lexvo.org/id/char/66A5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%9A%A5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A0n>,
        "暥"^^xsd:string .

<http://lexvo.org/id/char/66A6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%9A%A6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%AC>,
        "暦"^^xsd:string ;
    rdfs:comment "calendar, era"@en .

<http://lexvo.org/id/char/66A7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C3%A0i>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%C3%A0i%200842.070%3Anu%C7%8En>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%9A%A7>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/oi3>,
        <http://lexvo.org/id/term/yue/%E6%9A%A7>,
        "暧"^^xsd:string ;
    rdfs:comment "obscure, dim, ambiguous, vague"@en .

<http://lexvo.org/id/char/66A8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%9A%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%AC>,
        <http://lexvo.org/id/term/kor/%E6%9A%A8>,
        <http://lexvo.org/id/term/kor/KI>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kei3>,
        <http://lexvo.org/id/term/yue/%E6%9A%A8>,
        "暨"^^xsd:string ;
    rdfs:comment "and; attain, reach; confines"@en .

<http://lexvo.org/id/char/66A9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%9A%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/gu%C3%AC>,
        "暩"^^xsd:string .

<http://lexvo.org/id/char/66AA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%9A%AA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C4%9Bn>,
        "暪"^^xsd:string .

<http://lexvo.org/id/char/66AB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%9A%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E6%9A%AB>,
        <http://lexvo.org/id/term/kor/CAM>,
        <http://lexvo.org/id/term/vie/t%E1%BA%A1m>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zaam6>,
        <http://lexvo.org/id/term/yue/%E6%9A%AB>,
        "暫"^^xsd:string ;
    rdfs:comment "temporary"@en .

<http://lexvo.org/id/char/66AC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%9A%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A8>,
        <http://lexvo.org/id/term/kor/%E6%9A%AC>,
        <http://lexvo.org/id/term/kor/SEL>,
        "暬"^^xsd:string .

<http://lexvo.org/id/char/66AD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%9A%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A0o>,
        "暭"^^xsd:string .

<http://lexvo.org/id/char/66AE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%9A%AE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%B9>,
        <http://lexvo.org/id/term/kor/%E6%9A%AE>,
        <http://lexvo.org/id/term/kor/MO>,
        <http://lexvo.org/id/term/vie/m%E1%BB%99>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mou6>,
        <http://lexvo.org/id/term/yue/%E6%9A%AE>,
        "暮"^^xsd:string ;
    rdfs:comment "evening, dusk, sunset; ending"@en .

<http://lexvo.org/id/char/66AF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%9A%AF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%B2>,
        "暯"^^xsd:string .

<http://lexvo.org/id/char/66B0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%9A%B0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C5%8Dng>,
        "暰"^^xsd:string .

<http://lexvo.org/id/char/66B1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%9A%B1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C3%AC>,
        <http://lexvo.org/id/term/kor/%E6%9A%B1>,
        <http://lexvo.org/id/term/kor/NIL>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/nik1>,
        <http://lexvo.org/id/term/yue/%E6%9A%B1>,
        "暱"^^xsd:string ;
    rdfs:comment "intimate, close; approach"@en .

<http://lexvo.org/id/char/66B2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%9A%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C4%81ng>,
        <http://lexvo.org/id/term/kor/%E6%9A%B2>,
        <http://lexvo.org/id/term/kor/CANG>,
        "暲"^^xsd:string ;
    rdfs:comment "bright; to rise (of sun)"@en .

<http://lexvo.org/id/char/66B3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%9A%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%AC>,
        <http://lexvo.org/id/term/kor/%E6%9A%B3>,
        <http://lexvo.org/id/term/kor/HYE>,
        "暳"^^xsd:string .

<http://lexvo.org/id/char/66B4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%9A%B4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%A0o%200891.041%3Ap%C3%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%A0o%20p%C3%B9%20b%C3%B3>,
        <http://lexvo.org/id/term/kor/%E6%9A%B4>,
        <http://lexvo.org/id/term/kor/PHOK%20PHO>,
        <http://lexvo.org/id/term/vie/b%E1%BA%A1o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bou6%20buk6>,
        <http://lexvo.org/id/term/yue/%E6%9A%B4>,
        "暴"^^xsd:string ;
    rdfs:comment "violent, brutal, tyrannical"@en .

<http://lexvo.org/id/char/66B5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%9A%B5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E6%9A%B5>,
        <http://lexvo.org/id/term/kor/HAN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hon3>,
        <http://lexvo.org/id/term/yue/%E6%9A%B5>,
        "暵"^^xsd:string ;
    rdfs:comment "dry by exposing sun"@en .

<http://lexvo.org/id/char/66B6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%9A%B6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xu%C3%A1n>,
        "暶"^^xsd:string .

<http://lexvo.org/id/char/66B7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%9A%B7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/chu%C3%A1n>,
        "暷"^^xsd:string .

<http://lexvo.org/id/char/66B8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%9A%B8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C3%A1o%20li%C7%8Eo>,
        <http://lexvo.org/id/term/kor/%E6%9A%B8>,
        <http://lexvo.org/id/term/kor/LYO>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/liu4>,
        <http://lexvo.org/id/term/yue/%E6%9A%B8>,
        "暸"^^xsd:string ;
    rdfs:comment "bright, clear"@en .

<http://lexvo.org/id/char/66B9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%9A%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C4%81n>,
        <http://lexvo.org/id/term/kor/%E6%9A%B9>,
        <http://lexvo.org/id/term/kor/SEM>,
        <http://lexvo.org/id/term/vie/xi%C3%AAm>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cim1%20cim3>,
        <http://lexvo.org/id/term/yue/%E6%9A%B9>,
        "暹"^^xsd:string ;
    rdfs:comment "rise; advance, go forward"@en .

<http://lexvo.org/id/char/66BA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%9A%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%A0n>,
        "暺"^^xsd:string .

<http://lexvo.org/id/char/66BB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%9A%BB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C7%90ng>,
        <http://lexvo.org/id/term/kor/%E6%9A%BB>,
        <http://lexvo.org/id/term/kor/KYENG>,
        "暻"^^xsd:string ;
    rdfs:comment "bright"@en .

<http://lexvo.org/id/char/66BC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%9A%BC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/pi%C4%93>,
        "暼"^^xsd:string ;
    rdfs:comment "take fleeting glance at"@en .

<http://lexvo.org/id/char/66BD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%9A%BD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%ADn>,
        "暽"^^xsd:string .

<http://lexvo.org/id/char/66BE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%9A%BE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C5%ABn>,
        <http://lexvo.org/id/term/kor/%E6%9A%BE>,
        <http://lexvo.org/id/term/kor/TON>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tan1>,
        <http://lexvo.org/id/term/yue/%E6%9A%BE>,
        "暾"^^xsd:string ;
    rdfs:comment "morning sun, sunrise"@en .

<http://lexvo.org/id/char/66BF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%9A%BF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C7%90>,
        <http://lexvo.org/id/term/kor/%E6%9A%BF>,
        <http://lexvo.org/id/term/kor/HUY>,
        "暿"^^xsd:string .

<http://lexvo.org/id/char/66C0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%9B%80>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%AC>,
        <http://lexvo.org/id/term/kor/%E6%9B%80>,
        <http://lexvo.org/id/term/kor/EY>,
        <http://lexvo.org/id/term/vie/%E1%BA%BF>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ai3%20ngai3>,
        <http://lexvo.org/id/term/yue/%E6%9B%80>,
        "曀"^^xsd:string ;
    rdfs:comment "stormy; cloudy, misty; dim; (Cant.) sultry"@en .

<http://lexvo.org/id/char/66C1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%9B%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%AC>,
        <http://lexvo.org/id/term/kor/%E6%9B%81>,
        <http://lexvo.org/id/term/kor/KI>,
        "曁"^^xsd:string ;
    rdfs:comment "and; attain"@en .

<http://lexvo.org/id/char/66C2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%9B%82>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%A0ng>,
        "曂"^^xsd:string .

<http://lexvo.org/id/char/66C3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%9B%83>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%A0i%20d%C3%A0i>,
        "曃"^^xsd:string .

<http://lexvo.org/id/char/66C4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%9B%84>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A8>,
        <http://lexvo.org/id/term/kor/%E6%9B%84>,
        <http://lexvo.org/id/term/kor/YEP>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jip6>,
        <http://lexvo.org/id/term/yue/%E6%9B%84>,
        "曄"^^xsd:string ;
    rdfs:comment "bright; radiant; thriving"@en .

<http://lexvo.org/id/char/66C5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%9B%85>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A8>,
        <http://lexvo.org/id/term/kor/%E6%9B%85>,
        <http://lexvo.org/id/term/kor/YEP>,
        "曅"^^xsd:string ;
    rdfs:comment "bright; flourishing"@en .

<http://lexvo.org/id/char/66C6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%9B%86>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%AC>,
        <http://lexvo.org/id/term/kor/%E6%9B%86>,
        <http://lexvo.org/id/term/kor/LYEK>,
        <http://lexvo.org/id/term/vie/l%E1%BB%8Bch>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lik6>,
        <http://lexvo.org/id/term/yue/%E6%9B%86>,
        "曆"^^xsd:string ;
    rdfs:comment "calendar, era"@en .

<http://lexvo.org/id/char/66C7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%9B%87>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%A1n>,
        <http://lexvo.org/id/term/kor/%E6%9B%87>,
        <http://lexvo.org/id/term/kor/TAM>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/taam4>,
        <http://lexvo.org/id/term/yue/%E6%9B%87>,
        "曇"^^xsd:string ;
    rdfs:comment "become cloudy, overcast"@en .

<http://lexvo.org/id/char/66C8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%9B%88>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%B3ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tung4>,
        <http://lexvo.org/id/term/yue/%E6%9B%88>,
        "曈"^^xsd:string ;
    rdfs:comment "twilight just before sunrise"@en .

<http://lexvo.org/id/char/66C9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%9B%89>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C7%8Eo>,
        <http://lexvo.org/id/term/kor/%E6%9B%89>,
        <http://lexvo.org/id/term/kor/HYO>,
        <http://lexvo.org/id/term/vie/h%E1%BA%BBo>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hiu2>,
        <http://lexvo.org/id/term/yue/%E6%9B%89>,
        "曉"^^xsd:string ;
    rdfs:comment "dawn, daybreak; clear, explicit"@en .

<http://lexvo.org/id/char/66CA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%9B%8A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%A8i>,
        "曊"^^xsd:string .

<http://lexvo.org/id/char/66CB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%9B%8B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C7%90n>,
        "曋"^^xsd:string .

<http://lexvo.org/id/char/66CC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%9B%8C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%A0o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ziu3>,
        <http://lexvo.org/id/term/yue/%E6%9B%8C>,
        "曌"^^xsd:string .

<http://lexvo.org/id/char/66CD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%9B%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A0o>,
        "曍"^^xsd:string ;
    rdfs:comment "bright, brilliant"@en .

<http://lexvo.org/id/char/66CE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%9B%8E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%AC>,
        "曎"^^xsd:string .

<http://lexvo.org/id/char/66CF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%9B%8F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A0ng%20sh%C7%8Eng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C7%8Eng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hoeng3>,
        <http://lexvo.org/id/term/yue/%E6%9B%8F>,
        "曏"^^xsd:string ;
    rdfs:comment "once upon time; period of time"@en .

<http://lexvo.org/id/char/66D0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%9B%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C4%ABng>,
        "曐"^^xsd:string .

<http://lexvo.org/id/char/66D1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%9B%91>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C4%93n>,
        "曑"^^xsd:string .

<http://lexvo.org/id/char/66D2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%9B%92>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C7%8Eo>,
        "曒"^^xsd:string .

<http://lexvo.org/id/char/66D3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%9B%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%A0o%20b%C3%B3>,
        <http://lexvo.org/id/term/kor/%E6%9B%93>,
        <http://lexvo.org/id/term/kor/PHO>,
        "曓"^^xsd:string .

<http://lexvo.org/id/char/66D4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%9B%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%ACng>,
        "曔"^^xsd:string .

<http://lexvo.org/id/char/66D5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%9B%95>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A0n>,
        "曕"^^xsd:string ;
    rdfs:comment "to dry or cook in the sun"@en .

<http://lexvo.org/id/char/66D6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C3%A0i>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%9B%96>,
        <http://lexvo.org/id/term/kor/%E6%9B%96>,
        <http://lexvo.org/id/term/kor/AY>,
        <http://lexvo.org/id/term/vie/%C3%A1y>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/oi2%20oi3>,
        <http://lexvo.org/id/term/yue/%E6%9B%96>,
        "曖"^^xsd:string ;
    rdfs:comment "obscure, dim, ambiguous, vague"@en .

<http://lexvo.org/id/char/66D7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%9B%97>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A8>,
        "曗"^^xsd:string .

<http://lexvo.org/id/char/66D8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%9B%98>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/r%C3%BA>,
        "曘"^^xsd:string .

<http://lexvo.org/id/char/66D9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%9B%99>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%B9%20sh%C7%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C7%94>,
        <http://lexvo.org/id/term/kor/%E6%9B%99>,
        <http://lexvo.org/id/term/kor/SE>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cyu5%20syu5>,
        <http://lexvo.org/id/term/yue/%E6%9B%99>,
        "曙"^^xsd:string ;
    rdfs:comment "bright, light of rising sun"@en .

<http://lexvo.org/id/char/66DA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%9B%9A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A9ng>,
        <http://lexvo.org/id/term/kor/%E6%9B%9A>,
        <http://lexvo.org/id/term/kor/MONG>,
        <http://lexvo.org/id/term/vie/m%E1%BB%93ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mung4>,
        <http://lexvo.org/id/term/yue/%E6%9B%9A>,
        "曚"^^xsd:string ;
    rdfs:comment "twilight just before sun rises"@en .

<http://lexvo.org/id/char/66DB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%9B%9B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C5%ABn>,
        <http://lexvo.org/id/term/kor/%E6%9B%9B>,
        <http://lexvo.org/id/term/kor/HWUN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fan1>,
        <http://lexvo.org/id/term/yue/%E6%9B%9B>,
        "曛"^^xsd:string ;
    rdfs:comment "twilight; sunset"@en .

<http://lexvo.org/id/char/66DC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%9B%9C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A0o>,
        <http://lexvo.org/id/term/kor/%E6%9B%9C>,
        <http://lexvo.org/id/term/kor/YO>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jiu6>,
        <http://lexvo.org/id/term/yue/%E6%9B%9C>,
        "曜"^^xsd:string ;
    rdfs:comment "glorious, as sun; daylight, sunlight; one of the seven planets of pre-modern astronomy (the sun, the moon, Mercury, Venus, Mars, Jupiter, and Saturn)"@en .

<http://lexvo.org/id/char/66DD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%9B%9D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%B9>,
        <http://lexvo.org/id/term/kor/%E6%9B%9D>,
        <http://lexvo.org/id/term/kor/PHO%20PHOK>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/buk6>,
        <http://lexvo.org/id/term/yue/%E6%9B%9D>,
        "曝"^^xsd:string ;
    rdfs:comment "sun, air in sun, expose or dry in the sun"@en .

<http://lexvo.org/id/char/66DE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%9B%9E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%AC>,
        "曞"^^xsd:string .

<http://lexvo.org/id/char/66DF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%9B%9F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%A9n>,
        "曟"^^xsd:string .

<http://lexvo.org/id/char/66E0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%9B%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ku%C3%A0ng>,
        <http://lexvo.org/id/term/kor/%E6%9B%A0>,
        <http://lexvo.org/id/term/kor/KWANG>,
        <http://lexvo.org/id/term/vie/kho%E1%BA%A3ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kwong3>,
        <http://lexvo.org/id/term/yue/%E6%9B%A0>,
        "曠"^^xsd:string ;
    rdfs:comment "extensive, wide, broad; empty"@en .

<http://lexvo.org/id/char/66E1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%9B%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/di%C3%A9>,
        <http://lexvo.org/id/term/kor/%E6%9B%A1>,
        <http://lexvo.org/id/term/kor/CEP>,
        "曡"^^xsd:string ;
    rdfs:comment "repeat, duplicate; repeitious"@en .

<http://lexvo.org/id/char/66E2> a lvont:Character ;
    lvont:represents "曢"^^xsd:string .

<http://lexvo.org/id/char/66E3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%9B%A3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E6%9B%A3>,
        <http://lexvo.org/id/term/kor/YEN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jin3>,
        <http://lexvo.org/id/term/yue/%E6%9B%A3>,
        "曣"^^xsd:string ;
    rdfs:comment "fair weather; warm"@en .

<http://lexvo.org/id/char/66E4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%9B%A4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%B2>,
        "曤"^^xsd:string .

<http://lexvo.org/id/char/66E5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%9B%A5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%BA>,
        <http://lexvo.org/id/term/vie/tr%C6%B0a>,
        "曥"^^xsd:string .

<http://lexvo.org/id/char/66E6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%9B%A6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C4%AB>,
        <http://lexvo.org/id/term/kor/%E6%9B%A6>,
        <http://lexvo.org/id/term/kor/HUY>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hei1>,
        <http://lexvo.org/id/term/yue/%E6%9B%A6>,
        "曦"^^xsd:string ;
    rdfs:comment "sunlight, sunshine, early dawn"@en .

<http://lexvo.org/id/char/66E7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%9B%A7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/r%C3%B3ng>,
        "曧"^^xsd:string .

<http://lexvo.org/id/char/66E8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%9B%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%B3ng>,
        <http://lexvo.org/id/term/kor/%E6%9B%A8>,
        <http://lexvo.org/id/term/kor/LONG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lung4>,
        <http://lexvo.org/id/term/yue/%E6%9B%A8>,
        "曨"^^xsd:string ;
    rdfs:comment "vague, dim; twilight"@en .

<http://lexvo.org/id/char/66E9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%9B%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C7%8Eng>,
        <http://lexvo.org/id/term/kor/%E6%9B%A9>,
        <http://lexvo.org/id/term/kor/NANG>,
        <http://lexvo.org/id/term/vie/n%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/nong5>,
        <http://lexvo.org/id/term/yue/%E6%9B%A9>,
        "曩"^^xsd:string ;
    rdfs:comment "in ancient times, of old, former"@en .

<http://lexvo.org/id/char/66EA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%9B%AA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/lu%C7%92>,
        <http://lexvo.org/id/term/kor/%E6%9B%AA>,
        <http://lexvo.org/id/term/kor/LA>,
        "曪"^^xsd:string .

<http://lexvo.org/id/char/66EB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%9B%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/lu%C3%A1n>,
        "曫"^^xsd:string .

<http://lexvo.org/id/char/66EC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%9B%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%A0i>,
        <http://lexvo.org/id/term/kor/%E6%9B%AC>,
        <http://lexvo.org/id/term/kor/SWA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/saai3>,
        <http://lexvo.org/id/term/yue/%E6%9B%AC>,
        "曬"^^xsd:string ;
    rdfs:comment "dry in sun, expose to sun"@en .

<http://lexvo.org/id/char/66ED> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%9B%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C7%8Eng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tong2>,
        <http://lexvo.org/id/term/yue/%E6%9B%AD>,
        "曭"^^xsd:string .

<http://lexvo.org/id/char/66EE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%9B%AE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%8En>,
        <http://lexvo.org/id/term/kor/%E6%9B%AE>,
        <http://lexvo.org/id/term/kor/EM>,
        "曮"^^xsd:string .

<http://lexvo.org/id/char/66EF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%9B%AF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%BA>,
        <http://lexvo.org/id/term/kor/%E6%9B%AF>,
        <http://lexvo.org/id/term/kor/CHOK>,
        "曯"^^xsd:string .

<http://lexvo.org/id/char/66F2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%9B%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C5%AB%200946.010%3Aq%C7%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C5%AB%20q%C7%94>,
        <http://lexvo.org/id/term/kor/%E6%9B%B2>,
        <http://lexvo.org/id/term/kor/KOK>,
        <http://lexvo.org/id/term/vie/kh%C3%BAc>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kuk1>,
        <http://lexvo.org/id/term/yue/%E6%9B%B2>,
        "曲"^^xsd:string ;
    rdfs:comment "crooked, bent; wrong, false"@en .

<http://lexvo.org/id/char/66F3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%9B%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A8%20y%C3%AC>,
        <http://lexvo.org/id/term/kor/%E6%9B%B3>,
        <http://lexvo.org/id/term/kor/YEY>,
        <http://lexvo.org/id/term/vie/d%E1%BA%A5y>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jai5%20jai6>,
        <http://lexvo.org/id/term/yue/%E6%9B%B3>,
        "曳"^^xsd:string ;
    rdfs:comment "trail, tow, drag, pull"@en .

<http://lexvo.org/id/char/66F4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%9B%B4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C3%A8ng%20g%C4%93ng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C4%93ng%200378.110%3Ag%C3%A8ng>,
        <http://lexvo.org/id/term/kor/%E6%9B%B4>,
        <http://lexvo.org/id/term/kor/KYENG%20KAYNG>,
        <http://lexvo.org/id/term/vie/x%C3%A2u%20canh>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ang1%20gaang1%20gang1%20gang3>,
        <http://lexvo.org/id/term/yue/%E6%9B%B4>,
        "更"^^xsd:string ;
    rdfs:comment "more, still further, much more"@en .

<http://lexvo.org/id/char/66F5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%9B%B5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A8>,
        "曵"^^xsd:string ;
    rdfs:comment "trail, tow, drag, pull"@en .

<http://lexvo.org/id/char/66F6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%9B%B6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C5%AB>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fat1>,
        <http://lexvo.org/id/term/yue/%E6%9B%B6>,
        "曶"^^xsd:string .

<http://lexvo.org/id/char/66F7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%9B%B7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A9>,
        <http://lexvo.org/id/term/kor/%E6%9B%B7>,
        <http://lexvo.org/id/term/kor/KAL>,
        <http://lexvo.org/id/term/vie/h%E1%BA%A1t>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hot3>,
        <http://lexvo.org/id/term/yue/%E6%9B%B7>,
        "曷"^^xsd:string ;
    rdfs:comment "why? what? where?"@en .

<http://lexvo.org/id/char/66F8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%9B%B8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C5%AB>,
        <http://lexvo.org/id/term/kor/%E6%9B%B8>,
        <http://lexvo.org/id/term/kor/SE>,
        <http://lexvo.org/id/term/vie/th%C6%B0>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/syu1>,
        <http://lexvo.org/id/term/yue/%E6%9B%B8>,
        "書"^^xsd:string ;
    rdfs:comment "book, letter, document; writings"@en .

<http://lexvo.org/id/char/66F9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%9B%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C3%A1o>,
        <http://lexvo.org/id/term/kor/%E6%9B%B9>,
        <http://lexvo.org/id/term/kor/CO>,
        <http://lexvo.org/id/term/vie/t%C3%A0o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cou4>,
        <http://lexvo.org/id/term/yue/%E6%9B%B9>,
        "曹"^^xsd:string ;
    rdfs:comment "ministry officials; surname"@en .

<http://lexvo.org/id/char/66FA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%9B%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C3%A1o>,
        <http://lexvo.org/id/term/kor/%E6%9B%BA>,
        <http://lexvo.org/id/term/kor/CO>,
        "曺"^^xsd:string .

<http://lexvo.org/id/char/66FB> a lvont:Character ;
    lvont:represents "曻"^^xsd:string .

<http://lexvo.org/id/char/66FC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%9B%BC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A0n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A0n%20m%C3%A1n>,
        <http://lexvo.org/id/term/kor/%E6%9B%BC>,
        <http://lexvo.org/id/term/kor/MAN>,
        <http://lexvo.org/id/term/vie/man>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/maan6>,
        <http://lexvo.org/id/term/yue/%E6%9B%BC>,
        "曼"^^xsd:string ;
    rdfs:comment "long, extended, vast; beautiful"@en .

<http://lexvo.org/id/char/66FD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%9B%BD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C4%93ng>,
        "曽"^^xsd:string ;
    rdfs:comment "already; sign of past"@en .

<http://lexvo.org/id/char/66FE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%9B%BE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C3%A9ng%201446.020%3Az%C4%93ng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C3%A9ng%20z%C4%93ng>,
        <http://lexvo.org/id/term/kor/%E6%9B%BE>,
        <http://lexvo.org/id/term/kor/CUNG>,
        <http://lexvo.org/id/term/vie/t%E1%BA%B1ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cang4%20zang1>,
        <http://lexvo.org/id/term/yue/%E6%9B%BE>,
        "曾"^^xsd:string ;
    rdfs:comment "already; sign of past"@en .

<http://lexvo.org/id/char/66FF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%9B%BF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%AC>,
        <http://lexvo.org/id/term/kor/%E6%9B%BF>,
        <http://lexvo.org/id/term/kor/CHEY>,
        <http://lexvo.org/id/term/vie/th%E1%BA%BF>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tai3>,
        <http://lexvo.org/id/term/yue/%E6%9B%BF>,
        "替"^^xsd:string ;
    rdfs:comment "change, replace, substitute for"@en .

<http://lexvo.org/id/char/6700> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%9C%80>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zu%C3%AC>,
        <http://lexvo.org/id/term/kor/%E6%9C%80>,
        <http://lexvo.org/id/term/kor/CHOY>,
        <http://lexvo.org/id/term/vie/t%E1%BB%91i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zeoi3>,
        <http://lexvo.org/id/term/yue/%E6%9C%80>,
        "最"^^xsd:string ;
    rdfs:comment "most, extremely, exceedingly"@en .

<http://lexvo.org/id/char/6701> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%9C%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C7%8En>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/caam2>,
        <http://lexvo.org/id/term/yue/%E6%9C%81>,
        "朁"^^xsd:string ;
    rdfs:comment "if, supposing, nevertheless"@en .

<http://lexvo.org/id/char/6702> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%9C%82>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C3%B9>,
        "朂"^^xsd:string .

<http://lexvo.org/id/char/6703> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%9C%83>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%AC%200656.101%3Aku%C3%A0i>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%AC%20ku%C3%A0i%20gu%C3%AC>,
        <http://lexvo.org/id/term/kor/%E6%9C%83>,
        <http://lexvo.org/id/term/kor/HOY%20KOY>,
        <http://lexvo.org/id/term/vie/h%E1%BB%99i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kui2%20wui2%20wui4%20wui5%20wui6>,
        <http://lexvo.org/id/term/yue/%E6%9C%83>,
        "會"^^xsd:string ;
    rdfs:comment "to assemble, meet together; a meeting; an organization"@en .

<http://lexvo.org/id/char/6704> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%9C%84>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%ACn%20y%C7%90n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jan5>,
        <http://lexvo.org/id/term/yue/%E6%9C%84>,
        "朄"^^xsd:string .

<http://lexvo.org/id/char/6705> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%9C%85>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C3%A8>,
        <http://lexvo.org/id/term/kor/%E6%9C%85>,
        <http://lexvo.org/id/term/kor/KEL>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kit3>,
        <http://lexvo.org/id/term/yue/%E6%9C%85>,
        "朅"^^xsd:string ;
    rdfs:comment "brave"@en .

<http://lexvo.org/id/char/6706> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%9C%86>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C4%93n>,
        "朆"^^xsd:string .

<http://lexvo.org/id/char/6707> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%9C%87>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%AD>,
        "朇"^^xsd:string .

<http://lexvo.org/id/char/6709> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%9C%89>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%92u%201405.030%3Ay%C3%B2u>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%92u%20y%C3%B2u>,
        <http://lexvo.org/id/term/kor/%E6%9C%89>,
        <http://lexvo.org/id/term/kor/YU>,
        <http://lexvo.org/id/term/vie/h%E1%BB%AFu>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jau5%20jau6>,
        <http://lexvo.org/id/term/yue/%E6%9C%89>,
        "有"^^xsd:string ;
    rdfs:comment "have, own, possess; exist"@en .

<http://lexvo.org/id/char/670A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%9C%8A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ru%C7%8En>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gun2%20jyun2>,
        <http://lexvo.org/id/term/yue/%E6%9C%8A>,
        "朊"^^xsd:string .

<http://lexvo.org/id/char/670B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%9C%8B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%A9ng>,
        <http://lexvo.org/id/term/kor/%E6%9C%8B>,
        <http://lexvo.org/id/term/kor/PWUNG>,
        <http://lexvo.org/id/term/vie/b%E1%BA%B1ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/pang4>,
        <http://lexvo.org/id/term/yue/%E6%9C%8B>,
        "朋"^^xsd:string ;
    rdfs:comment "friend, pal, acquaintance"@en .

<http://lexvo.org/id/char/670C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%9C%8C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C4%81n%20f%C3%A9n>,
        <http://lexvo.org/id/term/kor/%E6%9C%8C>,
        <http://lexvo.org/id/term/kor/PAN%20PWUN>,
        "朌"^^xsd:string ;
    rdfs:comment "distribute, large head"@en .

<http://lexvo.org/id/char/670D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%9C%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%BA%200347.030%3Af%C3%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%BA%20f%C3%B9%20b%C3%AC>,
        <http://lexvo.org/id/term/kor/%E6%9C%8D>,
        <http://lexvo.org/id/term/kor/POK>,
        <http://lexvo.org/id/term/vie/ph%E1%BB%A5c>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fuk6>,
        <http://lexvo.org/id/term/yue/%E6%9C%8D>,
        "服"^^xsd:string ;
    rdfs:comment "clothes; wear, dress"@en .

<http://lexvo.org/id/char/670E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%9C%8E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%ADng>,
        "朎"^^xsd:string .

<http://lexvo.org/id/char/670F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%9C%8F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C4%9Bi>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C4%9Bi%20p%C3%A8i>,
        <http://lexvo.org/id/term/vie/xo%C3%A9t>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fei2>,
        <http://lexvo.org/id/term/yue/%E6%9C%8F>,
        "朏"^^xsd:string ;
    rdfs:comment "light of crescent moon"@en .

<http://lexvo.org/id/char/6710> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%9C%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C3%BA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/keoi4>,
        <http://lexvo.org/id/term/yue/%E6%9C%90>,
        "朐"^^xsd:string ;
    rdfs:comment "warm"@en .

<http://lexvo.org/id/char/6711> a lvont:Character ;
    lvont:represents "朑"^^xsd:string .

<http://lexvo.org/id/char/6712> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%9C%92>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C7%9C>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/nuk6>,
        <http://lexvo.org/id/term/yue/%E6%9C%92>,
        "朒"^^xsd:string .

<http://lexvo.org/id/char/6713> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%9C%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ti%C3%A0o%20ti%C7%8Eo>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tiu3>,
        <http://lexvo.org/id/term/yue/%E6%9C%93>,
        "朓"^^xsd:string ;
    rdfs:comment "sacrifice"@en .

<http://lexvo.org/id/char/6714> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%9C%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/shu%C3%B2>,
        <http://lexvo.org/id/term/kor/%E6%9C%94>,
        <http://lexvo.org/id/term/kor/SAK>,
        <http://lexvo.org/id/term/vie/s%C3%B3c>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sok3>,
        <http://lexvo.org/id/term/yue/%E6%9C%94>,
        "朔"^^xsd:string ;
    rdfs:comment "first day of lunar month; the north"@en .

<http://lexvo.org/id/char/6715> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%9C%95>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%A8n>,
        <http://lexvo.org/id/term/kor/%E6%9C%95>,
        <http://lexvo.org/id/term/kor/CIM>,
        <http://lexvo.org/id/term/vie/tr%E1%BA%ABm>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zam6>,
        <http://lexvo.org/id/term/yue/%E6%9C%95>,
        "朕"^^xsd:string ;
    rdfs:comment "pronoun 'I'"@en .

<http://lexvo.org/id/char/6716> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%9C%96>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C7%8Eng>,
        "朖"^^xsd:string ;
    rdfs:comment "clear, bright; distinct"@en .

<http://lexvo.org/id/char/6717> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%9C%97>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C7%8Eng>,
        <http://lexvo.org/id/term/kor/%E6%9C%97>,
        <http://lexvo.org/id/term/kor/LANG>,
        <http://lexvo.org/id/term/vie/l%C3%A3ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/long5>,
        <http://lexvo.org/id/term/yue/%E6%9C%97>,
        "朗"^^xsd:string ;
    rdfs:comment "clear, bright; distinct"@en .

<http://lexvo.org/id/char/6718> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%9C%98>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ju%C4%81n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/syun1%20zeoi1%20zeon1>,
        <http://lexvo.org/id/term/yue/%E6%9C%98>,
        "朘"^^xsd:string ;
    rdfs:comment "wane, reduce, contract; exploit"@en .

<http://lexvo.org/id/char/6719> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%9C%99>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%ADng>,
        "朙"^^xsd:string ;
    rdfs:comment "bright, clear, intelligent; light, brilliant; to understand; to illustrate"@en .

<http://lexvo.org/id/char/671A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%9C%9A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C4%81ng>,
        "朚"^^xsd:string .

<http://lexvo.org/id/char/671B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%9C%9B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C3%A0ng>,
        <http://lexvo.org/id/term/kor/%E6%9C%9B>,
        <http://lexvo.org/id/term/kor/MANG>,
        <http://lexvo.org/id/term/vie/v%E1%BB%8Dng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mong6>,
        <http://lexvo.org/id/term/yue/%E6%9C%9B>,
        "望"^^xsd:string ;
    rdfs:comment "to look at, look forward; to hope, expect"@en .

<http://lexvo.org/id/char/671C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%9C%9C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C5%ABn>,
        "朜"^^xsd:string .

<http://lexvo.org/id/char/671D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%9C%9D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%A1o%201458.020%3Azh%C4%81o>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C4%81o%20ch%C3%A1o%20zh%C5%AB>,
        <http://lexvo.org/id/term/kor/%E6%9C%9D>,
        <http://lexvo.org/id/term/kor/CO>,
        <http://lexvo.org/id/term/vie/tri%E1%BB%81u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ciu4%20ziu1>,
        <http://lexvo.org/id/term/yue/%E6%9C%9D>,
        "朝"^^xsd:string ;
    rdfs:comment "dynasty; morning"@en .

<http://lexvo.org/id/char/671E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%9C%9E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C4%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C4%AB%20q%C3%AD>,
        <http://lexvo.org/id/term/kor/%E6%9C%9E>,
        <http://lexvo.org/id/term/kor/KI>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gei1>,
        <http://lexvo.org/id/term/yue/%E6%9C%9E>,
        "朞"^^xsd:string ;
    rdfs:comment "full year, anniversary"@en .

<http://lexvo.org/id/char/671F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%9C%9F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C4%AB%200892.030%3Aq%C4%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C4%AB%20q%C3%AD%20j%C4%AB>,
        <http://lexvo.org/id/term/kor/%E6%9C%9F>,
        <http://lexvo.org/id/term/kor/KI>,
        <http://lexvo.org/id/term/vie/k%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gei1%20kei4>,
        <http://lexvo.org/id/term/yue/%E6%9C%9F>,
        "期"^^xsd:string ;
    rdfs:comment "period of time; date; time limit"@en .

<http://lexvo.org/id/char/6720> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%9C%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C4%ABng>,
        "朠"^^xsd:string ;
    rdfs:comment "color of the moon"@en .

<http://lexvo.org/id/char/6721> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%9C%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C5%8Dng>,
        "朡"^^xsd:string .

<http://lexvo.org/id/char/6722> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%9C%A2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C3%A0ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mong6>,
        <http://lexvo.org/id/term/yue/%E6%9C%A2>,
        "朢"^^xsd:string ;
    rdfs:comment "look at, gaze at; hope, expect"@en .

<http://lexvo.org/id/char/6723> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%9C%A3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%B3ng>,
        <http://lexvo.org/id/term/kor/%E6%9C%A3>,
        <http://lexvo.org/id/term/kor/TONG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tung4>,
        <http://lexvo.org/id/term/yue/%E6%9C%A3>,
        "朣"^^xsd:string ;
    rdfs:comment "the rising moon"@en .

<http://lexvo.org/id/char/6724> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%9C%A4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C7%8Eng>,
        "朤"^^xsd:string .

<http://lexvo.org/id/char/6725> a lvont:Character ;
    lvont:represents "朥"^^xsd:string .

<http://lexvo.org/id/char/6726> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%9C%A6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A9ng>,
        <http://lexvo.org/id/term/kor/%E6%9C%A6>,
        <http://lexvo.org/id/term/kor/MONG>,
        <http://lexvo.org/id/term/vie/m%C3%B4ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mung4>,
        <http://lexvo.org/id/term/yue/%E6%9C%A6>,
        "朦"^^xsd:string ;
    rdfs:comment "condition or appearance of moon"@en .

<http://lexvo.org/id/char/6727> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%9C%A7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%B3ng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%B3ng%20l%C7%92ng>,
        <http://lexvo.org/id/term/kor/%E6%9C%A7>,
        <http://lexvo.org/id/term/kor/LONG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lung4>,
        <http://lexvo.org/id/term/yue/%E6%9C%A7>,
        "朧"^^xsd:string ;
    rdfs:comment "condition or appearance of moon"@en .

<http://lexvo.org/id/char/6729> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%9C%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C4%9Bng>,
        <http://lexvo.org/id/term/kor/%E6%9C%A9>,
        <http://lexvo.org/id/term/kor/TUNG>,
        "朩"^^xsd:string ;
    rdfs:comment "kwukyel: rank, grade; wait; equal; 'etc.'"@en .

<http://lexvo.org/id/char/672A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%9C%AA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C3%A8i>,
        <http://lexvo.org/id/term/kor/%E6%9C%AA>,
        <http://lexvo.org/id/term/kor/MI>,
        <http://lexvo.org/id/term/vie/m%C3%B9i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mei6>,
        <http://lexvo.org/id/term/yue/%E6%9C%AA>,
        "未"^^xsd:string ;
    rdfs:comment "not yet; 8th terrestrial branch"@en .

<http://lexvo.org/id/char/672B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%9C%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/me%200801.040%3Am%C3%B2>,
        <http://lexvo.org/id/term/kor/%E6%9C%AB>,
        <http://lexvo.org/id/term/kor/MAL>,
        <http://lexvo.org/id/term/vie/m%E1%BA%A1t>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mut6>,
        <http://lexvo.org/id/term/yue/%E6%9C%AB>,
        "末"^^xsd:string ;
    rdfs:comment "final, last, end; insignificant"@en .

<http://lexvo.org/id/char/672C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%9C%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C4%9Bn>,
        <http://lexvo.org/id/term/kor/%E6%9C%AC>,
        <http://lexvo.org/id/term/kor/PON>,
        <http://lexvo.org/id/term/vie/b%E1%BA%A3n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bun2>,
        <http://lexvo.org/id/term/yue/%E6%9C%AC>,
        "本"^^xsd:string ;
    rdfs:comment "root, origin, source; basis"@en .

<http://lexvo.org/id/char/672D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%9C%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%A1>,
        <http://lexvo.org/id/term/kor/%E6%9C%AD>,
        <http://lexvo.org/id/term/kor/CHAL>,
        <http://lexvo.org/id/term/vie/tr%C3%A1t>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zaat3>,
        <http://lexvo.org/id/term/yue/%E6%9C%AD>,
        "札"^^xsd:string ;
    rdfs:comment "letter, note; correspondence"@en .

<http://lexvo.org/id/char/672E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%9C%AE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%B9%20zh%C3%BA>,
        <http://lexvo.org/id/term/kor/%E6%9C%AE>,
        <http://lexvo.org/id/term/kor/CHWUL>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/seot6>,
        <http://lexvo.org/id/term/yue/%E6%9C%AE>,
        "朮"^^xsd:string ;
    rdfs:comment "skill, art; method; trick, device"@en .

<http://lexvo.org/id/char/672F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%9C%AF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%B9%201509.030%3Azh%C3%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%BA%20sh%C3%B9>,
        <http://lexvo.org/id/term/kor/%E6%9C%AF>,
        <http://lexvo.org/id/term/kor/CHWUL>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/seot6>,
        <http://lexvo.org/id/term/yue/%E6%9C%AF>,
        "术"^^xsd:string ;
    rdfs:comment "art, skill, special feat; method, technique"@en .

<http://lexvo.org/id/char/6730> a lvont:Character ;
    lvont:represents "朰"^^xsd:string ;
    rdfs:comment "kwukyel"@en .

<http://lexvo.org/id/char/6731> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%9C%B1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C5%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C5%AB%20sh%C3%BA>,
        <http://lexvo.org/id/term/kor/%E6%9C%B1>,
        <http://lexvo.org/id/term/kor/CWU>,
        <http://lexvo.org/id/term/vie/cho>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zyu1>,
        <http://lexvo.org/id/term/yue/%E6%9C%B1>,
        "朱"^^xsd:string ;
    rdfs:comment "cinnabar, vermilion; surname"@en .

<http://lexvo.org/id/char/6732> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%9C%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/r%C3%A9n>,
        "朲"^^xsd:string .

<http://lexvo.org/id/char/6733> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%9C%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C4%81>,
        <http://lexvo.org/id/term/kor/%E6%9C%B3>,
        <http://lexvo.org/id/term/kor/PHA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/baat3>,
        <http://lexvo.org/id/term/yue/%E6%9C%B3>,
        "朳"^^xsd:string ;
    rdfs:comment "tree"@en .

<http://lexvo.org/id/char/6734> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%9C%B4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%B2%20p%C3%BA%20p%C5%8D%20pi%C3%A1o%20p%C7%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/pi%C3%A1o%200884.010%3Ap%C5%8D%200885.030%3Ap%C3%B2%200890.110%3Ap%C7%94>,
        <http://lexvo.org/id/term/kor/%E6%9C%B4>,
        <http://lexvo.org/id/term/kor/PAK>,
        <http://lexvo.org/id/term/vie/ph%E1%BA%AFc>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/piu4%20pok3>,
        <http://lexvo.org/id/term/yue/%E6%9C%B4>,
        "朴"^^xsd:string ;
    rdfs:comment "simple, unadorned; sincere; surname; a tree"@en .

<http://lexvo.org/id/char/6735> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%9C%B5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/du%C7%92>,
        <http://lexvo.org/id/term/kor/%E6%9C%B5>,
        <http://lexvo.org/id/term/kor/THA>,
        <http://lexvo.org/id/term/vie/%C4%91o%C3%A1>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/do2%20doe2>,
        <http://lexvo.org/id/term/yue/%E6%9C%B5>,
        "朵"^^xsd:string ;
    rdfs:comment "cluster of flowers; earlobe"@en .

<http://lexvo.org/id/char/6736> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%9C%B6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/du%C7%92>,
        <http://lexvo.org/id/term/kor/%E6%9C%B6>,
        <http://lexvo.org/id/term/kor/THA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/do3%20doe2>,
        <http://lexvo.org/id/term/yue/%E6%9C%B6>,
        "朶"^^xsd:string ;
    rdfs:comment "cluster of flowers; earlobe"@en .

<http://lexvo.org/id/char/6737> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%9C%B7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C4%81o>,
        "朷"^^xsd:string .

<http://lexvo.org/id/char/6738> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%9C%B8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%AC%20l%C3%A8>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lak6%20lik6>,
        <http://lexvo.org/id/term/yue/%E6%9C%B8>,
        "朸"^^xsd:string .

<http://lexvo.org/id/char/6739> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%9C%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C3%BA%20gu%C7%90>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gwai2%20kau4>,
        <http://lexvo.org/id/term/yue/%E6%9C%B9>,
        "朹"^^xsd:string .

<http://lexvo.org/id/char/673A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%9C%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C4%AB>,
        <http://lexvo.org/id/term/kor/%E6%9C%BA>,
        <http://lexvo.org/id/term/kor/KWEY>,
        <http://lexvo.org/id/term/vie/c%C6%A1>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gei1>,
        <http://lexvo.org/id/term/yue/%E6%9C%BA>,
        "机"^^xsd:string ;
    rdfs:comment "desk; machine; moment"@en .

<http://lexvo.org/id/char/673B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%9C%BB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C5%AB>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gau1>,
        <http://lexvo.org/id/term/yue/%E6%9C%BB>,
        "朻"^^xsd:string .

<http://lexvo.org/id/char/673C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%9C%BC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C7%90>,
        "朼"^^xsd:string .

<http://lexvo.org/id/char/673D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%9C%BD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C7%94>,
        <http://lexvo.org/id/term/kor/%E6%9C%BD>,
        <http://lexvo.org/id/term/kor/HWU>,
        <http://lexvo.org/id/term/vie/h%E1%BB%A7>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jau2%20nau2>,
        <http://lexvo.org/id/term/yue/%E6%9C%BD>,
        "朽"^^xsd:string ;
    rdfs:comment "decayed, rotten; rot, decay"@en .

<http://lexvo.org/id/char/673E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%9C%BE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%ADng%20t%C4%ABng%20ch%C3%A9ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/caang4%20ting1>,
        <http://lexvo.org/id/term/yue/%E6%9C%BE>,
        "朾"^^xsd:string ;
    rdfs:comment "to bump"@en .

<http://lexvo.org/id/char/673F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%9C%BF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ci3>,
        <http://lexvo.org/id/term/yue/%E6%9C%BF>,
        "朿"^^xsd:string ;
    rdfs:comment "stab"@en .

<http://lexvo.org/id/char/6740> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%9D%80>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C4%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C4%81%20s%C3%A0%20sh%C3%A0i%20sh%C3%A8>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/saat3>,
        <http://lexvo.org/id/term/yue/%E6%9D%80>,
        "杀"^^xsd:string ;
    rdfs:comment "kill, slaughter, murder; hurt"@en .

<http://lexvo.org/id/char/6741> a lvont:Character ;
    lvont:represents "杁"^^xsd:string .

<http://lexvo.org/id/char/6742> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%9D%82>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C3%A1>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zaap6>,
        <http://lexvo.org/id/term/yue/%E6%9D%82>,
        "杂"^^xsd:string ;
    rdfs:comment "mixed, blended; mix, mingle"@en .

<http://lexvo.org/id/char/6743> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%9D%83>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qu%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kyun4>,
        <http://lexvo.org/id/term/yue/%E6%9D%83>,
        "权"^^xsd:string ;
    rdfs:comment "power, right, authority"@en .

<http://lexvo.org/id/char/6744> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%9D%84>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C4%81n>,
        <http://lexvo.org/id/term/vie/then>,
        "杄"^^xsd:string .

<http://lexvo.org/id/char/6745> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%9D%85>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%BA>,
        <http://lexvo.org/id/term/kor/%E6%9D%85>,
        <http://lexvo.org/id/term/kor/YU>,
        <http://lexvo.org/id/term/vie/vu>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jyu1>,
        <http://lexvo.org/id/term/yue/%E6%9D%85>,
        "杅"^^xsd:string ;
    rdfs:comment "tub"@en .

<http://lexvo.org/id/char/6746> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%9D%86>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C4%81n%200357.010%3Ag%C7%8En>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C4%81n%20g%C7%8En>,
        <http://lexvo.org/id/term/kor/%E6%9D%86>,
        <http://lexvo.org/id/term/kor/KAN>,
        <http://lexvo.org/id/term/vie/c%C6%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gon1>,
        <http://lexvo.org/id/term/yue/%E6%9D%86>,
        "杆"^^xsd:string ;
    rdfs:comment "pole; shaft of spear"@en .

<http://lexvo.org/id/char/6747> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%9D%87>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C5%AB>,
        <http://lexvo.org/id/term/vie/%C3%B4>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wu1>,
        <http://lexvo.org/id/term/yue/%E6%9D%87>,
        "杇"^^xsd:string ;
    rdfs:comment "loquat"@en .

<http://lexvo.org/id/char/6748> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%9D%88>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C4%81%200115.090%3Ach%C3%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C4%81%20ch%C3%A0>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/caa1%20caa3>,
        <http://lexvo.org/id/term/yue/%E6%9D%88>,
        "杈"^^xsd:string ;
    rdfs:comment "fork of a tree; a pitchfork"@en .

<http://lexvo.org/id/char/6749> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%9D%89>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C4%81%200997.050%3Ash%C4%81n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C4%81n%20sh%C4%81>,
        <http://lexvo.org/id/term/kor/%E6%9D%89>,
        <http://lexvo.org/id/term/kor/SAM>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/caam3>,
        <http://lexvo.org/id/term/yue/%E6%9D%89>,
        "杉"^^xsd:string ;
    rdfs:comment "various species of pine and fir"@en .

<http://lexvo.org/id/char/674A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%9D%8A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C3%BAn>,
        "杊"^^xsd:string .

<http://lexvo.org/id/char/674B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%9D%8B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C4%81n>,
        "杋"^^xsd:string .

<http://lexvo.org/id/char/674C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%9D%8C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ngat6>,
        <http://lexvo.org/id/term/yue/%E6%9D%8C>,
        "杌"^^xsd:string ;
    rdfs:comment "the stump f a tree, hence, sterility; a square stool"@en .

<http://lexvo.org/id/char/674D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%9D%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C7%90>,
        "杍"^^xsd:string .

<http://lexvo.org/id/char/674E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%9D%8E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C7%90>,
        <http://lexvo.org/id/term/kor/%E6%9D%8E>,
        <http://lexvo.org/id/term/kor/LI>,
        <http://lexvo.org/id/term/vie/l%C3%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lei5>,
        <http://lexvo.org/id/term/yue/%E6%9D%8E>,
        "李"^^xsd:string ;
    rdfs:comment "plum; judge; surname"@en .

<http://lexvo.org/id/char/674F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%9D%8F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C3%ACng>,
        <http://lexvo.org/id/term/kor/%E6%9D%8F>,
        <http://lexvo.org/id/term/kor/HAYNG>,
        <http://lexvo.org/id/term/vie/h%E1%BA%A1nh>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hang6>,
        <http://lexvo.org/id/term/yue/%E6%9D%8F>,
        "杏"^^xsd:string ;
    rdfs:comment "apricot; almond"@en .

<http://lexvo.org/id/char/6750> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%9D%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C3%A1i>,
        <http://lexvo.org/id/term/kor/%E6%9D%90>,
        <http://lexvo.org/id/term/kor/CAY>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/coi4>,
        <http://lexvo.org/id/term/yue/%E6%9D%90>,
        "材"^^xsd:string ;
    rdfs:comment "material, stuff; timber; talent"@en .

<http://lexvo.org/id/char/6751> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%9D%91>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C5%ABn>,
        <http://lexvo.org/id/term/kor/%E6%9D%91>,
        <http://lexvo.org/id/term/kor/CHON>,
        <http://lexvo.org/id/term/vie/th%C3%B4n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cyun1>,
        <http://lexvo.org/id/term/yue/%E6%9D%91>,
        "村"^^xsd:string ;
    rdfs:comment "village, hamlet; uncouth, vulgar"@en .

<http://lexvo.org/id/char/6752> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%9D%92>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/r%C3%A8n>,
        "杒"^^xsd:string .

<http://lexvo.org/id/char/6753> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%9D%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/bi%C4%81o%201008.081%3Ash%C3%A1o>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%A1o%20bi%C4%81o%20shu%C3%B3>,
        <http://lexvo.org/id/term/kor/%E6%9D%93>,
        <http://lexvo.org/id/term/kor/PHYO%20CAK>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/biu1%20soek3>,
        <http://lexvo.org/id/term/yue/%E6%9D%93>,
        "杓"^^xsd:string ;
    rdfs:comment "handle of cup, ladle, spoon; name of a constellation"@en .

<http://lexvo.org/id/char/6754> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%9D%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/tu%C5%8D>,
        "杔"^^xsd:string .

<http://lexvo.org/id/char/6755> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%9D%95>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%AC%200281.070%3Adu%C3%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%AC%20du%C3%B2>,
        <http://lexvo.org/id/term/vie/%C4%91%E1%BA%A1i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dai6>,
        <http://lexvo.org/id/term/yue/%E6%9D%95>,
        "杕"^^xsd:string ;
    rdfs:comment "alone"@en .

<http://lexvo.org/id/char/6756> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%9D%96>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%A0ng>,
        <http://lexvo.org/id/term/kor/%E6%9D%96>,
        <http://lexvo.org/id/term/kor/CANG>,
        <http://lexvo.org/id/term/vie/tr%C6%B0%E1%BB%A3ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zoeng6>,
        <http://lexvo.org/id/term/yue/%E6%9D%96>,
        "杖"^^xsd:string ;
    rdfs:comment "cane, walking stick"@en .

<http://lexvo.org/id/char/6757> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%9D%97>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A1ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mong4>,
        <http://lexvo.org/id/term/yue/%E6%9D%97>,
        "杗"^^xsd:string ;
    rdfs:comment "beam"@en .

<http://lexvo.org/id/char/6758> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%9D%98>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%AC%20ch%C4%AB>,
        "杘"^^xsd:string .

<http://lexvo.org/id/char/6759> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%9D%99>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jik6>,
        <http://lexvo.org/id/term/yue/%E6%9D%99>,
        "杙"^^xsd:string ;
    rdfs:comment "a tiny wooden post; peg"@en .

<http://lexvo.org/id/char/675A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%9D%9A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C7%94>,
        "杚"^^xsd:string .

<http://lexvo.org/id/char/675B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%9D%9B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C5%8Dng>,
        "杛"^^xsd:string .

<http://lexvo.org/id/char/675C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%9D%9C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%B9>,
        <http://lexvo.org/id/term/kor/%E6%9D%9C>,
        <http://lexvo.org/id/term/kor/TWU>,
        <http://lexvo.org/id/term/vie/%C4%91%E1%BB%97>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dou6>,
        <http://lexvo.org/id/term/yue/%E6%9D%9C>,
        "杜"^^xsd:string ;
    rdfs:comment "stop, prevent; restrict; surname"@en .

<http://lexvo.org/id/char/675D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%9D%9D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%AD%20ch%C7%90%20l%C3%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ci2%20ji4>,
        <http://lexvo.org/id/term/yue/%E6%9D%9D>,
        "杝"^^xsd:string ;
    rdfs:comment "tree"@en .

<http://lexvo.org/id/char/675E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%9D%9E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C7%90>,
        <http://lexvo.org/id/term/kor/%E6%9D%9E>,
        <http://lexvo.org/id/term/kor/KI>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gei2>,
        <http://lexvo.org/id/term/yue/%E6%9D%9E>,
        "杞"^^xsd:string ;
    rdfs:comment "willow; medlar tree; a small feudal state (Qi)"@en .

<http://lexvo.org/id/char/675F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%9D%9F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%B9>,
        <http://lexvo.org/id/term/kor/%E6%9D%9F>,
        <http://lexvo.org/id/term/kor/SOK>,
        <http://lexvo.org/id/term/vie/th%C3%BAt>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cuk1>,
        <http://lexvo.org/id/term/yue/%E6%9D%9F>,
        "束"^^xsd:string ;
    rdfs:comment "bind, control, restrain; bale"@en .

<http://lexvo.org/id/char/6760> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%9D%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C4%81ng%200362.060%3Ag%C3%A0ng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C4%81ng%20g%C3%A0ng>,
        <http://lexvo.org/id/term/kor/%E6%9D%A0>,
        <http://lexvo.org/id/term/kor/KANG>,
        <http://lexvo.org/id/term/vie/g%C3%B4ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gong1%20gong3>,
        <http://lexvo.org/id/term/yue/%E6%9D%A0>,
        "杠"^^xsd:string ;
    rdfs:comment "lever, pole, crowbar; sharpen"@en .

<http://lexvo.org/id/char/6761> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%9D%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ti%C3%A1o>,
        <http://lexvo.org/id/term/kor/%E6%9D%A1>,
        <http://lexvo.org/id/term/kor/CO>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tiu4>,
        <http://lexvo.org/id/term/yue/%E6%9D%A1>,
        "条"^^xsd:string ;
    rdfs:comment "clause, condition; string, stripe"@en .

<http://lexvo.org/id/char/6762> a lvont:Character ;
    lvont:represents "杢"^^xsd:string ;
    rdfs:comment "woodworker"@en .

<http://lexvo.org/id/char/6763> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/s%C6%A1n>,
        "杣"^^xsd:string ;
    rdfs:comment "timber forest; timber, lumber; woodcutter"@en .

<http://lexvo.org/id/char/6764> a lvont:Character ;
    lvont:represents "杤"^^xsd:string ;
    rdfs:comment "type of oak; stable"@en .

<http://lexvo.org/id/char/6765> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%9D%A5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%A1i>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%A1i%20l%C3%A0i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/loi4>,
        <http://lexvo.org/id/term/yue/%E6%9D%A5>,
        "来"^^xsd:string ;
    rdfs:comment "come, coming; return, returning"@en .

<http://lexvo.org/id/char/6766> a lvont:Character ;
    lvont:represents "杦"^^xsd:string .

<http://lexvo.org/id/char/6767> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%9D%A7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A1ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mong4>,
        <http://lexvo.org/id/term/yue/%E6%9D%A7>,
        "杧"^^xsd:string ;
    rdfs:comment "mango (Mangifera indica)"@en .

<http://lexvo.org/id/char/6768> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%9D%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A1ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/joeng4>,
        <http://lexvo.org/id/term/yue/%E6%9D%A8>,
        "杨"^^xsd:string ;
    rdfs:comment "willow, poplar, aspen; surname"@en .

<http://lexvo.org/id/char/6769> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%9D%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A0%20m%C7%8E>,
        "杩"^^xsd:string ;
    rdfs:comment "headboard"@en .

<http://lexvo.org/id/char/676A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%9D%AA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/mi%C7%8Eo>,
        <http://lexvo.org/id/term/kor/%E6%9D%AA>,
        <http://lexvo.org/id/term/kor/CHO>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/miu5>,
        <http://lexvo.org/id/term/yue/%E6%9D%AA>,
        "杪"^^xsd:string ;
    rdfs:comment "tip of twig, top of tree; twig"@en .

<http://lexvo.org/id/char/676B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%9D%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C3%AC>,
        "杫"^^xsd:string .

<http://lexvo.org/id/char/676C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%9D%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/yu%C3%A1n%20w%C3%A1n>,
        <http://lexvo.org/id/term/kor/%E6%9D%AC>,
        <http://lexvo.org/id/term/kor/WEN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jyun4%20laam2%20laam5>,
        <http://lexvo.org/id/term/yue/%E6%9D%AC>,
        "杬"^^xsd:string .

<http://lexvo.org/id/char/676D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%9D%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A1ng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A1ng%20k%C4%81ng>,
        <http://lexvo.org/id/term/kor/%E6%9D%AD>,
        <http://lexvo.org/id/term/kor/HANG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hong4>,
        <http://lexvo.org/id/term/yue/%E6%9D%AD>,
        "杭"^^xsd:string ;
    rdfs:comment "cross stream; navigate"@en .

<http://lexvo.org/id/char/676E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%9D%AE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%A8i%20b%C3%A8i>,
        <http://lexvo.org/id/term/kor/%E6%9D%AE>,
        <http://lexvo.org/id/term/kor/PHYEY>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ci3>,
        <http://lexvo.org/id/term/yue/%E6%9D%AE>,
        "杮"^^xsd:string ;
    rdfs:comment "wood shavings"@en .

<http://lexvo.org/id/char/676F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%9D%AF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C4%93i>,
        <http://lexvo.org/id/term/kor/%E6%9D%AF>,
        <http://lexvo.org/id/term/kor/PAY>,
        <http://lexvo.org/id/term/vie/b%C3%B4i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bui1>,
        <http://lexvo.org/id/term/yue/%E6%9D%AF>,
        "杯"^^xsd:string ;
    rdfs:comment "cup, glass"@en .

<http://lexvo.org/id/char/6770> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%9D%B0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%A9>,
        <http://lexvo.org/id/term/kor/%E6%9D%B0>,
        <http://lexvo.org/id/term/kor/KEL>,
        <http://lexvo.org/id/term/vie/ki%E1%BB%87t>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/git6>,
        <http://lexvo.org/id/term/yue/%E6%9D%B0>,
        "杰"^^xsd:string ;
    rdfs:comment "hero; heroic, outstanding"@en .

<http://lexvo.org/id/char/6771> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%9D%B1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C5%8Dng>,
        <http://lexvo.org/id/term/kor/%E6%9D%B1>,
        <http://lexvo.org/id/term/kor/TONG>,
        <http://lexvo.org/id/term/vie/h%E1%BB%91c%20%C4%91%C3%B4ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dung1>,
        <http://lexvo.org/id/term/yue/%E6%9D%B1>,
        "東"^^xsd:string ;
    rdfs:comment "east, eastern, eastward"@en .

<http://lexvo.org/id/char/6772> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%9D%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C7%8Eo>,
        <http://lexvo.org/id/term/kor/%E6%9D%B2>,
        <http://lexvo.org/id/term/kor/KO>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gou2>,
        <http://lexvo.org/id/term/yue/%E6%9D%B2>,
        "杲"^^xsd:string ;
    rdfs:comment "bright sun; brilliant; high"@en .

<http://lexvo.org/id/char/6773> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%9D%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%8Eo>,
        <http://lexvo.org/id/term/kor/%E6%9D%B3>,
        <http://lexvo.org/id/term/kor/MYO%20YO>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jiu2%20miu5>,
        <http://lexvo.org/id/term/yue/%E6%9D%B3>,
        "杳"^^xsd:string ;
    rdfs:comment "obscure, dark, mysterious, deep"@en .

<http://lexvo.org/id/char/6774> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%9D%B4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C4%81n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hin1%20jan1>,
        <http://lexvo.org/id/term/yue/%E6%9D%B4>,
        "杴"^^xsd:string ;
    rdfs:comment "shovel; trough used to carry water"@en .

<http://lexvo.org/id/char/6775> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%9D%B5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C7%94>,
        <http://lexvo.org/id/term/kor/%E6%9D%B5>,
        <http://lexvo.org/id/term/kor/CE>,
        <http://lexvo.org/id/term/vie/ng%E1%BB%8F>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cyu5>,
        <http://lexvo.org/id/term/yue/%E6%9D%B5>,
        "杵"^^xsd:string ;
    rdfs:comment "pestle; baton used beat clothes"@en .

<http://lexvo.org/id/char/6776> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%9D%B6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C5%ABn%20q%C5%ABn>,
        <http://lexvo.org/id/term/vie/%C4%91%C3%B2n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ceon1>,
        <http://lexvo.org/id/term/yue/%E6%9D%B6>,
        "杶"^^xsd:string ;
    rdfs:comment "varnish"@en .

<http://lexvo.org/id/char/6777> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%9D%B7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%A1%20b%C3%A0>,
        <http://lexvo.org/id/term/kor/%E6%9D%B7>,
        <http://lexvo.org/id/term/kor/PHA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/paa4>,
        <http://lexvo.org/id/term/yue/%E6%9D%B7>,
        "杷"^^xsd:string ;
    rdfs:comment "loquat"@en .

<http://lexvo.org/id/char/6778> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%9D%B8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C5%AB>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/syu4>,
        <http://lexvo.org/id/term/yue/%E6%9D%B8>,
        "杸"^^xsd:string ;
    rdfs:comment "to kill; a spear"@en .

<http://lexvo.org/id/char/6779> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%9D%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%A0>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/faa3>,
        <http://lexvo.org/id/term/yue/%E6%9D%B9>,
        "杹"^^xsd:string .

<http://lexvo.org/id/char/677A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%9D%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C4%ABn>,
        <http://lexvo.org/id/term/vie/t%C4%83m>,
        "杺"^^xsd:string .

<http://lexvo.org/id/char/677B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%9D%BB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C7%92u%200838.020%3Ani%C7%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C7%92u%20ni%C7%94>,
        <http://lexvo.org/id/term/kor/%E6%9D%BB>,
        <http://lexvo.org/id/term/kor/NYU%20CHWU>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cau2%20lau2%20nau2>,
        <http://lexvo.org/id/term/yue/%E6%9D%BB>,
        "杻"^^xsd:string ;
    rdfs:comment "ligustrum sinenese, tree"@en .

<http://lexvo.org/id/char/677C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%9D%BC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%B9%20sh%C3%B9>,
        <http://lexvo.org/id/term/kor/%E6%9D%BC>,
        <http://lexvo.org/id/term/kor/CE>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cyu5>,
        <http://lexvo.org/id/term/yue/%E6%9D%BC>,
        "杼"^^xsd:string ;
    rdfs:comment "shuttle of loom; narrow; long-headed; a scrub oak; thin"@en .

<http://lexvo.org/id/char/677D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%9D%BD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C7%92u>,
        "杽"^^xsd:string .

<http://lexvo.org/id/char/677E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%9D%BE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C5%8Dng>,
        <http://lexvo.org/id/term/kor/%E6%9D%BE>,
        <http://lexvo.org/id/term/kor/SONG>,
        <http://lexvo.org/id/term/vie/t%C3%B9ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cung4>,
        <http://lexvo.org/id/term/yue/%E6%9D%BE>,
        "松"^^xsd:string ;
    rdfs:comment "pine tree; fir tree"@en .

<http://lexvo.org/id/char/677F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%9D%BF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C7%8En>,
        <http://lexvo.org/id/term/kor/%E6%9D%BF>,
        <http://lexvo.org/id/term/kor/PHAN>,
        <http://lexvo.org/id/term/vie/v%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/baan2>,
        <http://lexvo.org/id/term/yue/%E6%9D%BF>,
        "板"^^xsd:string ;
    rdfs:comment "plank, board; iron or tin plate"@en .

<http://lexvo.org/id/char/6780> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%9E%80>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C5%8Dng>,
        "枀"^^xsd:string .

<http://lexvo.org/id/char/6781> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%9E%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gik6>,
        <http://lexvo.org/id/term/yue/%E6%9E%81>,
        "极"^^xsd:string ;
    rdfs:comment "extreme, utmost, furthest, final"@en .

<http://lexvo.org/id/char/6782> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%9E%82>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/yu%C3%A8>,
        "枂"^^xsd:string .

<http://lexvo.org/id/char/6783> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%9E%83>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%ACn>,
        "枃"^^xsd:string .

<http://lexvo.org/id/char/6784> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%9E%84>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C3%B2u>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C5%8Du%20g%C3%B2u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gau3%20kau3>,
        <http://lexvo.org/id/term/yue/%E6%9E%84>,
        "构"^^xsd:string ;
    rdfs:comment "frame, building, structure"@en .

<http://lexvo.org/id/char/6785> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%9E%85>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C4%AB%20ji%C4%81n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gai1>,
        <http://lexvo.org/id/term/yue/%E6%9E%85>,
        "枅"^^xsd:string .

<http://lexvo.org/id/char/6786> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%9E%86>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A1o>,
        "枆"^^xsd:string .

<http://lexvo.org/id/char/6787> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%9E%87>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%AD%20b%C7%90%20b%C3%AC>,
        <http://lexvo.org/id/term/kor/%E6%9E%87>,
        <http://lexvo.org/id/term/kor/PI>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/pei4>,
        <http://lexvo.org/id/term/yue/%E6%9E%87>,
        "枇"^^xsd:string ;
    rdfs:comment "loquat"@en .

<http://lexvo.org/id/char/6788> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%9E%88>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%AC>,
        "枈"^^xsd:string .

<http://lexvo.org/id/char/6789> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%9E%89>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C7%8Eng>,
        <http://lexvo.org/id/term/kor/%E6%9E%89>,
        <http://lexvo.org/id/term/kor/WANG>,
        <http://lexvo.org/id/term/vie/u%E1%BB%95ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wong2>,
        <http://lexvo.org/id/term/yue/%E6%9E%89>,
        "枉"^^xsd:string ;
    rdfs:comment "useless, in vain; bent, crooked"@en .

<http://lexvo.org/id/char/678A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C3%A0ng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%9E%8A>,
        "枊"^^xsd:string .

<http://lexvo.org/id/char/678B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%9E%8B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C4%81ng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C4%81ng%20b%C3%ACng>,
        <http://lexvo.org/id/term/kor/%E6%9E%8B>,
        <http://lexvo.org/id/term/kor/PANG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fong1>,
        <http://lexvo.org/id/term/yue/%E6%9E%8B>,
        "枋"^^xsd:string ;
    rdfs:comment "sandalwood; tree used as timber"@en .

<http://lexvo.org/id/char/678C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%9E%8C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%A9n>,
        <http://lexvo.org/id/term/kor/%E6%9E%8C>,
        <http://lexvo.org/id/term/kor/PWUN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fan1%20fan4>,
        <http://lexvo.org/id/term/yue/%E6%9E%8C>,
        "枌"^^xsd:string ;
    rdfs:comment "variety of elm with small seeds"@en .

<http://lexvo.org/id/char/678D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%9E%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jai6>,
        <http://lexvo.org/id/term/yue/%E6%9E%8D>,
        "枍"^^xsd:string .

<http://lexvo.org/id/char/678E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%9E%8E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%BA%20f%C5%AB>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fu4>,
        <http://lexvo.org/id/term/yue/%E6%9E%8E>,
        "枎"^^xsd:string .

<http://lexvo.org/id/char/678F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%9E%8F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C3%A1n>,
        <http://lexvo.org/id/term/kor/%E6%9E%8F>,
        <http://lexvo.org/id/term/kor/NAM>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/naam4>,
        <http://lexvo.org/id/term/yue/%E6%9E%8F>,
        "枏"^^xsd:string ;
    rdfs:comment "a variety of evergreen tree"@en .

<http://lexvo.org/id/char/6790> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%9E%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C4%AB>,
        <http://lexvo.org/id/term/kor/%E6%9E%90>,
        <http://lexvo.org/id/term/kor/SEK>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cik1%20sik1>,
        <http://lexvo.org/id/term/yue/%E6%9E%90>,
        "析"^^xsd:string ;
    rdfs:comment "split wood; break apart; divide"@en .

<http://lexvo.org/id/char/6791> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%9E%91>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wu6>,
        <http://lexvo.org/id/term/yue/%E6%9E%91>,
        "枑"^^xsd:string .

<http://lexvo.org/id/char/6792> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%9E%92>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A1%20y%C4%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C4%81>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ngaa4>,
        <http://lexvo.org/id/term/yue/%E6%9E%92>,
        "枒"^^xsd:string ;
    rdfs:comment "the coconut tree; rim"@en .

<http://lexvo.org/id/char/6793> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%9E%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C7%92u>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C7%92u%20zh%C7%94>,
        <http://lexvo.org/id/term/kor/%E6%9E%93>,
        <http://lexvo.org/id/term/kor/TWU>,
        <http://lexvo.org/id/term/vie/r%E1%BA%ABu>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dau2%20zyu2>,
        <http://lexvo.org/id/term/yue/%E6%9E%93>,
        "枓"^^xsd:string ;
    rdfs:comment "capital"@en .

<http://lexvo.org/id/char/6794> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%9E%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C3%BAn>,
        "枔"^^xsd:string .

<http://lexvo.org/id/char/6795> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%9E%95>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C4%9Bn>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C4%9Bn%20zh%C3%A8n>,
        <http://lexvo.org/id/term/kor/%E6%9E%95>,
        <http://lexvo.org/id/term/kor/CHIM>,
        <http://lexvo.org/id/term/vie/ch%E1%BA%B3m>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zam2%20zam3>,
        <http://lexvo.org/id/term/yue/%E6%9E%95>,
        "枕"^^xsd:string ;
    rdfs:comment "pillow"@en .

<http://lexvo.org/id/char/6796> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%9E%96>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C4%81o>,
        "枖"^^xsd:string .

<http://lexvo.org/id/char/6797> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%9E%97>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%ADn>,
        <http://lexvo.org/id/term/kor/%E6%9E%97>,
        <http://lexvo.org/id/term/kor/LIM>,
        <http://lexvo.org/id/term/vie/l%C3%A2m>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lam4>,
        <http://lexvo.org/id/term/yue/%E6%9E%97>,
        "林"^^xsd:string ;
    rdfs:comment "forest, grove; surname"@en .

<http://lexvo.org/id/char/6798> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%9E%98>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ru%C3%AC>,
        <http://lexvo.org/id/term/kor/%E6%9E%98>,
        <http://lexvo.org/id/term/kor/YEY>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jeoi6>,
        <http://lexvo.org/id/term/yue/%E6%9E%98>,
        "枘"^^xsd:string ;
    rdfs:comment "the handle of tools"@en .

<http://lexvo.org/id/char/6799> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C4%9B%20%C3%A8%20%C3%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%9E%99>,
        <http://lexvo.org/id/term/kor/%E6%9E%99>,
        <http://lexvo.org/id/term/kor/WA>,
        "枙"^^xsd:string .

<http://lexvo.org/id/char/679A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%9E%9A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A9i>,
        <http://lexvo.org/id/term/kor/%E6%9E%9A>,
        <http://lexvo.org/id/term/kor/MAY>,
        <http://lexvo.org/id/term/vie/mai>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mui4>,
        <http://lexvo.org/id/term/yue/%E6%9E%9A>,
        "枚"^^xsd:string ;
    rdfs:comment "stalk of shrub, trunk of tree"@en .

<http://lexvo.org/id/char/679B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%9E%9B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%A0o>,
        <http://lexvo.org/id/term/vie/tr%E1%BA%A3u>,
        "枛"^^xsd:string .

<http://lexvo.org/id/char/679C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%9E%9C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/gu%C7%92>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/gu%C7%92%20k%C3%A8%20lu%C7%92%20w%C7%92>,
        <http://lexvo.org/id/term/kor/%E6%9E%9C>,
        <http://lexvo.org/id/term/kor/KWA>,
        <http://lexvo.org/id/term/vie/qu%E1%BA%A3>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gu2%20gwo2>,
        <http://lexvo.org/id/term/yue/%E6%9E%9C>,
        "果"^^xsd:string ;
    rdfs:comment "fruit; result"@en .

<http://lexvo.org/id/char/679D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%9E%9D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C4%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C4%AB%20q%C3%AD>,
        <http://lexvo.org/id/term/kor/%E6%9E%9D>,
        <http://lexvo.org/id/term/kor/CI>,
        <http://lexvo.org/id/term/vie/chi>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kei4%20zi1>,
        <http://lexvo.org/id/term/yue/%E6%9E%9D>,
        "枝"^^xsd:string ;
    rdfs:comment "branches, limbs; branch off"@en .

<http://lexvo.org/id/char/679E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%9E%9E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C5%8Dng%201540.010%3Az%C5%8Dng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C5%8Dng%20z%C5%8Dng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cung1>,
        <http://lexvo.org/id/term/yue/%E6%9E%9E>,
        "枞"^^xsd:string ;
    rdfs:comment "fir tree"@en .

<http://lexvo.org/id/char/679F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%9E%9F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%B9n%20y%C3%BAn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/taan4>,
        <http://lexvo.org/id/term/yue/%E6%9E%9F>,
        "枟"^^xsd:string ;
    rdfs:comment "wood streaks"@en .

<http://lexvo.org/id/char/67A0> a lvont:Character ;
    lvont:represents "枠"^^xsd:string ;
    rdfs:comment "a frame; a reel, spindle, spool"@en .

<http://lexvo.org/id/char/67A1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%9E%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C7%92u>,
        "枡"^^xsd:string ;
    rdfs:comment "measuring box"@en .

<http://lexvo.org/id/char/67A2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%9E%A2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C5%AB>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/syu1>,
        <http://lexvo.org/id/term/yue/%E6%9E%A2>,
        "枢"^^xsd:string ;
    rdfs:comment "door hinge; pivot; center of power"@en .

<http://lexvo.org/id/char/67A3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%9E%A3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C7%8Eo>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zou2>,
        <http://lexvo.org/id/term/yue/%E6%9E%A3>,
        "枣"^^xsd:string ;
    rdfs:comment "date tree; dates, jujubes; surname"@en .

<http://lexvo.org/id/char/67A4> a lvont:Character ;
    lvont:represents "枤"^^xsd:string .

<http://lexvo.org/id/char/67A5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%9E%A5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lik1>,
        <http://lexvo.org/id/term/yue/%E6%9E%A5>,
        "枥"^^xsd:string ;
    rdfs:comment "type of oak; stable"@en .

<http://lexvo.org/id/char/67A6> a lvont:Character ;
    lvont:represents "枦"^^xsd:string .

<http://lexvo.org/id/char/67A7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%9E%A7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%A0n%20ji%C7%8En>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C7%8En>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gaan2>,
        <http://lexvo.org/id/term/yue/%E6%9E%A7>,
        "枧"^^xsd:string ;
    rdfs:comment "bamboo tube, wooden peg; spout"@en .

<http://lexvo.org/id/char/67A8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%9E%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%A9ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/caam4%20caan5%20caang4>,
        <http://lexvo.org/id/term/yue/%E6%9E%A8>,
        "枨"^^xsd:string ;
    rdfs:comment "door stop, door jam; touch; (Cant.) to use the body to move someone"@en .

<http://lexvo.org/id/char/67A9> a lvont:Character ;
    lvont:represents "枩"^^xsd:string ;
    rdfs:comment "pine tree; fir tree"@en .

<http://lexvo.org/id/char/67AA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%9E%AA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C4%81ng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C4%81ng%20ch%C4%93ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/coeng1>,
        <http://lexvo.org/id/term/yue/%E6%9E%AA>,
        "枪"^^xsd:string ;
    rdfs:comment "spear, lance; gun, rifle"@en .

<http://lexvo.org/id/char/67AB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%9E%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C4%93ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fung1>,
        <http://lexvo.org/id/term/yue/%E6%9E%AB>,
        "枫"^^xsd:string ;
    rdfs:comment "maple tree"@en .

<http://lexvo.org/id/char/67AC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%9E%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C3%A1n>,
        "枬"^^xsd:string ;
    rdfs:comment "an even-grained, yellowish, fine wood used for furniture; cedar"@en .

<http://lexvo.org/id/char/67AD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%9E%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C4%81o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hiu1>,
        <http://lexvo.org/id/term/yue/%E6%9E%AD>,
        "枭"^^xsd:string ;
    rdfs:comment "owl thus, something evil"@en .

<http://lexvo.org/id/char/67AE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%9E%AE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C4%81n>,
        <http://lexvo.org/id/term/vie/sim>,
        "枮"^^xsd:string .

<http://lexvo.org/id/char/67AF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%9E%AF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C5%AB>,
        <http://lexvo.org/id/term/kor/%E6%9E%AF>,
        <http://lexvo.org/id/term/kor/KO>,
        <http://lexvo.org/id/term/vie/kh%C3%B4>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fu1>,
        <http://lexvo.org/id/term/yue/%E6%9E%AF>,
        "枯"^^xsd:string ;
    rdfs:comment "dried out, withered, decayed"@en .

<http://lexvo.org/id/char/67B0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%9E%B0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%ADng>,
        <http://lexvo.org/id/term/kor/%E6%9E%B0>,
        <http://lexvo.org/id/term/kor/PHYENG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ping4>,
        <http://lexvo.org/id/term/yue/%E6%9E%B0>,
        "枰"^^xsd:string ;
    rdfs:comment "smooth board; chessboard; chess"@en .

<http://lexvo.org/id/char/67B1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%9E%B1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%A1i>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%AD%20t%C3%A1i%20s%C3%AC>,
        <http://lexvo.org/id/term/kor/%E6%9E%B1>,
        <http://lexvo.org/id/term/kor/TAY>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/toi4>,
        <http://lexvo.org/id/term/yue/%E6%9E%B1>,
        "枱"^^xsd:string ;
    rdfs:comment "a table, desk"@en .

<http://lexvo.org/id/char/67B2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%9E%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C7%90>,
        <http://lexvo.org/id/term/kor/%E6%9E%B2>,
        <http://lexvo.org/id/term/kor/SI>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/saai2>,
        <http://lexvo.org/id/term/yue/%E6%9E%B2>,
        "枲"^^xsd:string ;
    rdfs:comment "male nettle-hemp"@en .

<http://lexvo.org/id/char/67B3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%9E%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C4%AB%20zh%C3%AD%20zh%C7%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C7%90>,
        <http://lexvo.org/id/term/kor/%E6%9E%B3>,
        <http://lexvo.org/id/term/kor/CI%20KI>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zat1%20zi2>,
        <http://lexvo.org/id/term/yue/%E6%9E%B3>,
        "枳"^^xsd:string ;
    rdfs:comment "trifoliate orange; hedge thorn; (Cant.) a plug"@en .

<http://lexvo.org/id/char/67B4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%9E%B4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/gu%C7%8Ei>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gwaai2>,
        <http://lexvo.org/id/term/yue/%E6%9E%B4>,
        "枴"^^xsd:string ;
    rdfs:comment "cane"@en .

<http://lexvo.org/id/char/67B5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%9E%B5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C4%81o>,
        <http://lexvo.org/id/term/vie/h%C3%A8o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hiu1>,
        <http://lexvo.org/id/term/yue/%E6%9E%B5>,
        "枵"^^xsd:string ;
    rdfs:comment "hollo stump of a tree; empty, thin"@en .

<http://lexvo.org/id/char/67B6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%9E%B6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%A0>,
        <http://lexvo.org/id/term/kor/%E6%9E%B6>,
        <http://lexvo.org/id/term/kor/KA>,
        <http://lexvo.org/id/term/vie/gi%C3%A1>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gaa2%20gaa3>,
        <http://lexvo.org/id/term/yue/%E6%9E%B6>,
        "架"^^xsd:string ;
    rdfs:comment "rack, stand, prop; prop up"@en .

<http://lexvo.org/id/char/67B7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%9E%B7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C4%81>,
        <http://lexvo.org/id/term/kor/%E6%9E%B7>,
        <http://lexvo.org/id/term/kor/KA>,
        <http://lexvo.org/id/term/vie/da>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gaa1>,
        <http://lexvo.org/id/term/yue/%E6%9E%B7>,
        "枷"^^xsd:string ;
    rdfs:comment "cangue scaffold"@en .

<http://lexvo.org/id/char/67B8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%9E%B8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C5%8Du%200391.010%3Ag%C7%92u%200613.090%3Aj%C7%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C7%94%20g%C7%92u%20g%C5%8Du%20q%C3%BA>,
        <http://lexvo.org/id/term/kor/%E6%9E%B8>,
        <http://lexvo.org/id/term/kor/KWU>,
        <http://lexvo.org/id/term/vie/c%C3%BA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gau2%20geoi2>,
        <http://lexvo.org/id/term/yue/%E6%9E%B8>,
        "枸"^^xsd:string ;
    rdfs:comment "kind of aspen found in Sichuan"@en .

<http://lexvo.org/id/char/67B9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%9E%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C4%81o%200337.021%3Af%C3%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C5%AB%20b%C4%81o%20f%C3%BA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fu1>,
        <http://lexvo.org/id/term/yue/%E6%9E%B9>,
        "枹"^^xsd:string ;
    rdfs:comment "drumstick"@en .

<http://lexvo.org/id/char/67BA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%9E%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%B2>,
        "枺"^^xsd:string .

<http://lexvo.org/id/char/67BB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%9E%BB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jai6%20sit3>,
        <http://lexvo.org/id/term/yue/%E6%9E%BB>,
        "枻"^^xsd:string ;
    rdfs:comment "long oar, sweep"@en .

<http://lexvo.org/id/char/67BC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%9E%BC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A8>,
        "枼"^^xsd:string ;
    rdfs:comment "a table, flat pieces of wood, a slip, a leaf"@en .

<http://lexvo.org/id/char/67BD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%9E%BD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A8>,
        "枽"^^xsd:string .

<http://lexvo.org/id/char/67BE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%9E%BE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%AC>,
        <http://lexvo.org/id/term/kor/%E6%9E%BE>,
        <http://lexvo.org/id/term/kor/SI>,
        "枾"^^xsd:string ;
    rdfs:comment "persimmon"@en .

<http://lexvo.org/id/char/67BF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%9E%BF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ni%C3%A8>,
        "枿"^^xsd:string .

<http://lexvo.org/id/char/67C0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%9F%80>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C7%90>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bei2>,
        <http://lexvo.org/id/term/yue/%E6%9F%80>,
        "柀"^^xsd:string .

<http://lexvo.org/id/char/67C1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%9F%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/du%C3%B2%201173.050%3Atu%C3%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/du%C3%B2%20tu%C3%B3%20tu%C7%92>,
        <http://lexvo.org/id/term/kor/%E6%9F%81>,
        <http://lexvo.org/id/term/kor/THA>,
        <http://lexvo.org/id/term/vie/x%C3%A0>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/to4%20to5>,
        <http://lexvo.org/id/term/yue/%E6%9F%81>,
        "柁"^^xsd:string ;
    rdfs:comment "large tie-beams"@en .

<http://lexvo.org/id/char/67C2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%9F%82>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%AD%20du%C3%B2>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ci2%20ji4%20to4>,
        <http://lexvo.org/id/term/yue/%E6%9F%82>,
        "柂"^^xsd:string ;
    rdfs:comment "helm"@en .

<http://lexvo.org/id/char/67C3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%9F%83>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%ADng>,
        <http://lexvo.org/id/term/vie/r%C3%A0nh>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ling4>,
        <http://lexvo.org/id/term/yue/%E6%9F%83>,
        "柃"^^xsd:string .

<http://lexvo.org/id/char/67C4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%9F%84>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C7%90ng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C7%90ng%20b%C3%ACng>,
        <http://lexvo.org/id/term/kor/%E6%9F%84>,
        <http://lexvo.org/id/term/kor/PYENG>,
        <http://lexvo.org/id/term/vie/b%C3%ADnh>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/beng3%20bing3>,
        <http://lexvo.org/id/term/yue/%E6%9F%84>,
        "柄"^^xsd:string ;
    rdfs:comment "handle, lever, knob; authority"@en .

<http://lexvo.org/id/char/67C5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%9F%85>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C7%90>,
        <http://lexvo.org/id/term/kor/%E6%9F%85>,
        <http://lexvo.org/id/term/kor/NI>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/nei5>,
        <http://lexvo.org/id/term/yue/%E6%9F%85>,
        "柅"^^xsd:string ;
    rdfs:comment "flourish"@en .

<http://lexvo.org/id/char/67C6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%9F%86>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C4%81>,
        <http://lexvo.org/id/term/vie/c%C5%A9i%20s%E1%BA%ADp>,
        "柆"^^xsd:string .

<http://lexvo.org/id/char/67C7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%9F%87>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A9>,
        "柇"^^xsd:string .

<http://lexvo.org/id/char/67C8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%9F%88>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%A0n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bun6>,
        <http://lexvo.org/id/term/yue/%E6%9F%88>,
        "柈"^^xsd:string ;
    rdfs:comment "container"@en .

<http://lexvo.org/id/char/67C9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%9F%89>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%A1n>,
        <http://lexvo.org/id/term/vie/m%C6%B0%E1%BB%9Bp>,
        "柉"^^xsd:string .

<http://lexvo.org/id/char/67CA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%9F%8A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C5%8Dng>,
        <http://lexvo.org/id/term/kor/%E6%9F%8A>,
        <http://lexvo.org/id/term/kor/CONG>,
        <http://lexvo.org/id/term/vie/d%C3%B4ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dung1>,
        <http://lexvo.org/id/term/yue/%E6%9F%8A>,
        "柊"^^xsd:string ;
    rdfs:comment "holly"@en .

<http://lexvo.org/id/char/67CB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%9F%8B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%A0i>,
        "柋"^^xsd:string .

<http://lexvo.org/id/char/67CC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%9F%8C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C3%AD>,
        "柌"^^xsd:string .

<http://lexvo.org/id/char/67CD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%9F%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C4%81ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/joeng1%20joeng2>,
        <http://lexvo.org/id/term/yue/%E6%9F%8D>,
        "柍"^^xsd:string .

<http://lexvo.org/id/char/67CE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%9F%8E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C5%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C5%AB%20f%C7%94%20f%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fu1>,
        <http://lexvo.org/id/term/yue/%E6%9F%8E>,
        "柎"^^xsd:string ;
    rdfs:comment "calyx of flower; railing raft"@en .

<http://lexvo.org/id/char/67CF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%9F%8F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C7%8Ei%200084.070%3Ab%C3%B3%200085.060%3Ab%C3%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C7%8Ei%20b%C3%B3%20b%C3%B2>,
        <http://lexvo.org/id/term/kor/%E6%9F%8F>,
        <http://lexvo.org/id/term/kor/PAYK>,
        <http://lexvo.org/id/term/vie/b%C3%A1ch>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/baak3%20paak3>,
        <http://lexvo.org/id/term/yue/%E6%9F%8F>,
        "柏"^^xsd:string ;
    rdfs:comment "cypress, cedar"@en .

<http://lexvo.org/id/char/67D0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%9F%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C7%92u>,
        <http://lexvo.org/id/term/kor/%E6%9F%90>,
        <http://lexvo.org/id/term/kor/MO%20MAY>,
        <http://lexvo.org/id/term/vie/m%E1%BB%97>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mau5>,
        <http://lexvo.org/id/term/yue/%E6%9F%90>,
        "某"^^xsd:string ;
    rdfs:comment "certain thing or person"@en .

<http://lexvo.org/id/char/67D1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%9F%91>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C4%81n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C4%81n%20qi%C3%A1n>,
        <http://lexvo.org/id/term/kor/%E6%9F%91>,
        <http://lexvo.org/id/term/kor/KAM%20KEM>,
        <http://lexvo.org/id/term/vie/%C4%91%C3%A0n%20cam>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gam1>,
        <http://lexvo.org/id/term/yue/%E6%9F%91>,
        "柑"^^xsd:string ;
    rdfs:comment "tangerine, loose-skinned orange"@en .

<http://lexvo.org/id/char/67D2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%9F%92>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C4%AB>,
        <http://lexvo.org/id/term/kor/%E6%9F%92>,
        <http://lexvo.org/id/term/kor/CHIL>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cat1>,
        <http://lexvo.org/id/term/yue/%E6%9F%92>,
        "7",
        "柒"^^xsd:string ;
    rdfs:comment "number seven"@en .

<http://lexvo.org/id/char/67D3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%9F%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/r%C7%8En>,
        <http://lexvo.org/id/term/kor/%E6%9F%93>,
        <http://lexvo.org/id/term/kor/YEM>,
        <http://lexvo.org/id/term/vie/nhu%E1%BB%99m>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jim5>,
        <http://lexvo.org/id/term/yue/%E6%9F%93>,
        "染"^^xsd:string ;
    rdfs:comment "dye; be contagious; infect"@en .

<http://lexvo.org/id/char/67D4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%9F%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/r%C3%B3u>,
        <http://lexvo.org/id/term/kor/%E6%9F%94>,
        <http://lexvo.org/id/term/kor/YU>,
        <http://lexvo.org/id/term/vie/nhu>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jau4>,
        <http://lexvo.org/id/term/yue/%E6%9F%94>,
        "柔"^^xsd:string ;
    rdfs:comment "soft; gentle, pliant"@en .

<http://lexvo.org/id/char/67D5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%9F%95>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A0o>,
        "柕"^^xsd:string .

<http://lexvo.org/id/char/67D6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%9F%96>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C4%81o>,
        "柖"^^xsd:string .

<http://lexvo.org/id/char/67D7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%9F%97>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C5%8Dng>,
        <http://lexvo.org/id/term/kor/%E6%9F%97>,
        <http://lexvo.org/id/term/kor/SONG>,
        "柗"^^xsd:string .

<http://lexvo.org/id/char/67D8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%9F%98>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%A8>,
        <http://lexvo.org/id/term/kor/%E6%9F%98>,
        <http://lexvo.org/id/term/kor/CA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ze3>,
        <http://lexvo.org/id/term/yue/%E6%9F%98>,
        "柘"^^xsd:string ;
    rdfs:comment "a thorny tree; sugarcane"@en .

<http://lexvo.org/id/char/67D9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%9F%99>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A1%20ji%C7%8E%20y%C4%81>,
        <http://lexvo.org/id/term/kor/%E6%9F%99>,
        <http://lexvo.org/id/term/kor/HAP>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/haap6>,
        <http://lexvo.org/id/term/yue/%E6%9F%99>,
        "柙"^^xsd:string ;
    rdfs:comment "cage, pen for wild animals"@en .

<http://lexvo.org/id/char/67DA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%9F%9A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%B2u%20y%C3%B3u%20zh%C3%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%B3u%201405.070%3Ay%C3%B2u>,
        <http://lexvo.org/id/term/kor/%E6%9F%9A>,
        <http://lexvo.org/id/term/kor/YU%20CHWUK>,
        <http://lexvo.org/id/term/vie/d%C3%A2u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jau2%20jau6%20zuk6>,
        <http://lexvo.org/id/term/yue/%E6%9F%9A>,
        "柚"^^xsd:string ;
    rdfs:comment "pomelo, grapefruit"@en .

<http://lexvo.org/id/char/67DB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%9F%9B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C4%93n>,
        "柛"^^xsd:string .

<http://lexvo.org/id/char/67DC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%9F%9C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/gu%C3%AC%200612.080%3Aj%C7%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/gu%C3%AC%20j%C7%94>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/geoi2>,
        <http://lexvo.org/id/term/yue/%E6%9F%9C>,
        "柜"^^xsd:string ;
    rdfs:comment "cabinet, cupboard; shop counter"@en .

<http://lexvo.org/id/char/67DD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%9F%9D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/tu%C3%B2>,
        <http://lexvo.org/id/term/kor/%E6%9F%9D>,
        <http://lexvo.org/id/term/kor/THAK>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tok3>,
        <http://lexvo.org/id/term/yue/%E6%9F%9D>,
        "柝"^^xsd:string ;
    rdfs:comment "watchman's rattle"@en .

<http://lexvo.org/id/char/67DE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%9F%9E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%A0%201552.050%3Azu%C3%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zu%C3%B2%20z%C3%A9%20zh%C3%A0>,
        <http://lexvo.org/id/term/kor/%E6%9F%9E>,
        <http://lexvo.org/id/term/kor/CAK%20CHAYK>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zaa6%20zaak3%20zok6>,
        <http://lexvo.org/id/term/yue/%E6%9F%9E>,
        "柞"^^xsd:string ;
    rdfs:comment "oak; spinous evergreen tree; to clear away trees"@en .

<http://lexvo.org/id/char/67DF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%9F%9F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C3%A1n>,
        <http://lexvo.org/id/term/kor/%E6%9F%9F>,
        <http://lexvo.org/id/term/kor/NAM>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/naam4>,
        <http://lexvo.org/id/term/yue/%E6%9F%9F>,
        "柟"^^xsd:string ;
    rdfs:comment "Machilus nanmu, variety of evergreen"@en .

<http://lexvo.org/id/char/67E0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%9F%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C3%ADng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ning4>,
        <http://lexvo.org/id/term/yue/%E6%9F%A0>,
        "柠"^^xsd:string ;
    rdfs:comment "lemon"@en .

<http://lexvo.org/id/char/67E1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%9F%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%92ng>,
        "柡"^^xsd:string .

<http://lexvo.org/id/char/67E2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%9F%A2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C7%90>,
        <http://lexvo.org/id/term/kor/%E6%9F%A2>,
        <http://lexvo.org/id/term/kor/CE>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dai2>,
        <http://lexvo.org/id/term/yue/%E6%9F%A2>,
        "柢"^^xsd:string ;
    rdfs:comment "root, base; bottom of object"@en .

<http://lexvo.org/id/char/67E3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%9F%A3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%AD%20di%C3%A9%20zh%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dit6>,
        <http://lexvo.org/id/term/yue/%E6%9F%A3>,
        "柣"^^xsd:string ;
    rdfs:comment "sill"@en .

<http://lexvo.org/id/char/67E4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%9F%A4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C4%81%20j%C5%AB%20z%C7%94>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zaa1>,
        <http://lexvo.org/id/term/yue/%E6%9F%A4>,
        "柤"^^xsd:string ;
    rdfs:comment "hawthorn"@en .

<http://lexvo.org/id/char/67E5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%9F%A5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%A1%201447.030%3Azh%C4%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%A1%20zh%C4%81>,
        <http://lexvo.org/id/term/kor/%E6%9F%A5>,
        <http://lexvo.org/id/term/kor/SA>,
        <http://lexvo.org/id/term/vie/tra>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/caa4%20zaa1>,
        <http://lexvo.org/id/term/yue/%E6%9F%A5>,
        "查"^^xsd:string ;
    rdfs:comment "investigate, examine, seek into"@en .

<http://lexvo.org/id/char/67E6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%9F%A6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%A0n>,
        "柦"^^xsd:string .

<http://lexvo.org/id/char/67E7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%9F%A7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C5%AB>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gu1>,
        <http://lexvo.org/id/term/yue/%E6%9F%A7>,
        "柧"^^xsd:string .

<http://lexvo.org/id/char/67E8> a lvont:Character ;
    lvont:represents "柨"^^xsd:string .

<http://lexvo.org/id/char/67E9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%9F%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%B9>,
        <http://lexvo.org/id/term/kor/%E6%9F%A9>,
        <http://lexvo.org/id/term/kor/KWU>,
        <http://lexvo.org/id/term/vie/c%E1%BB%AFu>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gau6>,
        <http://lexvo.org/id/term/yue/%E6%9F%A9>,
        "柩"^^xsd:string ;
    rdfs:comment "coffin which contains corpse"@en .

<http://lexvo.org/id/char/67EA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C4%81o>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%9F%AA>,
        <http://lexvo.org/id/term/vie/%E1%BA%A5u>,
        "柪"^^xsd:string .

<http://lexvo.org/id/char/67EB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%9F%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%BA>,
        "柫"^^xsd:string .

<http://lexvo.org/id/char/67EC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%9F%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C7%8En>,
        <http://lexvo.org/id/term/kor/%E6%9F%AC>,
        <http://lexvo.org/id/term/kor/KAN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gaan2>,
        <http://lexvo.org/id/term/yue/%E6%9F%AC>,
        "柬"^^xsd:string ;
    rdfs:comment "letter, invitation; choose"@en .

<http://lexvo.org/id/char/67ED> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%9F%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C5%8D>,
        "柭"^^xsd:string .

<http://lexvo.org/id/char/67EE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%9F%AE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/du%C3%B2>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/deot1>,
        <http://lexvo.org/id/term/yue/%E6%9F%AE>,
        "柮"^^xsd:string ;
    rdfs:comment "flat pieces of wood, scraps of wood"@en .

<http://lexvo.org/id/char/67EF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%9F%AF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C4%93>,
        <http://lexvo.org/id/term/kor/%E6%9F%AF>,
        <http://lexvo.org/id/term/kor/KA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/o1>,
        <http://lexvo.org/id/term/yue/%E6%9F%AF>,
        "柯"^^xsd:string ;
    rdfs:comment "axe-handle; stalk, bough; surname"@en .

<http://lexvo.org/id/char/67F0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%9F%B0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C3%A0i>,
        <http://lexvo.org/id/term/kor/%E6%9F%B0>,
        <http://lexvo.org/id/term/kor/NAY>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/noi6>,
        <http://lexvo.org/id/term/yue/%E6%9F%B0>,
        "柰"^^xsd:string ;
    rdfs:comment "crab-apple tree; endure, bear"@en .

<http://lexvo.org/id/char/67F1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%9F%B1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%B9%20zh%C7%94>,
        <http://lexvo.org/id/term/kor/%E6%9F%B1>,
        <http://lexvo.org/id/term/kor/CWU>,
        <http://lexvo.org/id/term/vie/tr%E1%BB%A5>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cyu5>,
        <http://lexvo.org/id/term/yue/%E6%9F%B1>,
        "柱"^^xsd:string ;
    rdfs:comment "pillar, post; support; lean on"@en .

<http://lexvo.org/id/char/67F2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%9F%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bei3>,
        <http://lexvo.org/id/term/yue/%E6%9F%B2>,
        "柲"^^xsd:string ;
    rdfs:comment "handle"@en .

<http://lexvo.org/id/char/67F3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%9F%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C7%94>,
        <http://lexvo.org/id/term/kor/%E6%9F%B3>,
        <http://lexvo.org/id/term/kor/LYU>,
        <http://lexvo.org/id/term/vie/li%E1%BB%85u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lau5>,
        <http://lexvo.org/id/term/yue/%E6%9F%B3>,
        "柳"^^xsd:string ;
    rdfs:comment "willow tree; pleasure"@en .

<http://lexvo.org/id/char/67F4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%9F%B4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%A1i>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%A1i%20zh%C3%A0i%20z%C3%AC>,
        <http://lexvo.org/id/term/kor/%E6%9F%B4>,
        <http://lexvo.org/id/term/kor/SI%20CHAY>,
        <http://lexvo.org/id/term/vie/s%C3%A0i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/caai4>,
        <http://lexvo.org/id/term/yue/%E6%9F%B4>,
        "柴"^^xsd:string ;
    rdfs:comment "firewood, faggots, fuel"@en .

<http://lexvo.org/id/char/67F5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%9F%B5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C4%81n%201448.161%3Azh%C3%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%A0%20c%C3%A8%20sh%C3%A0%20sh%C4%81n>,
        <http://lexvo.org/id/term/kor/%E6%9F%B5>,
        <http://lexvo.org/id/term/kor/CHAYK>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/caak3%20saan1%20saan3>,
        <http://lexvo.org/id/term/yue/%E6%9F%B5>,
        "柵"^^xsd:string ;
    rdfs:comment "fence; palisade; grid"@en .

<http://lexvo.org/id/char/67F6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%9F%B6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C3%AC>,
        <http://lexvo.org/id/term/kor/%E6%9F%B6>,
        <http://lexvo.org/id/term/kor/SA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/si3>,
        <http://lexvo.org/id/term/yue/%E6%9F%B6>,
        "柶"^^xsd:string ;
    rdfs:comment "ladle"@en .

<http://lexvo.org/id/char/67F7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%9F%B7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%B9>,
        <http://lexvo.org/id/term/kor/%E6%9F%B7>,
        <http://lexvo.org/id/term/kor/CHWUK>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zuk1>,
        <http://lexvo.org/id/term/yue/%E6%9F%B7>,
        "柷"^^xsd:string ;
    rdfs:comment "instrument"@en .

<http://lexvo.org/id/char/67F8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%9F%B8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C4%93i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/pui1>,
        <http://lexvo.org/id/term/yue/%E6%9F%B8>,
        "柸"^^xsd:string ;
    rdfs:comment "cup (same as 杯 [U+676F] and 桮 [U+686E]); unhappy, displeased, anxious, unsettled"@en .

<http://lexvo.org/id/char/67F9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%9F%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%AC>,
        <http://lexvo.org/id/term/kor/%E6%9F%B9>,
        <http://lexvo.org/id/term/kor/SI>,
        "柹"^^xsd:string ;
    rdfs:comment "persimmon"@en .

<http://lexvo.org/id/char/67FA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%9F%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/gu%C7%8Ei>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gwaai2>,
        <http://lexvo.org/id/term/yue/%E6%9F%BA>,
        "柺"^^xsd:string ;
    rdfs:comment "an old man's staff"@en .

<http://lexvo.org/id/char/67FB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%9F%BB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%A1%20zh%C4%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C4%81>,
        <http://lexvo.org/id/term/kor/%E6%9F%BB>,
        <http://lexvo.org/id/term/kor/SA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/caa4>,
        <http://lexvo.org/id/term/yue/%E6%9F%BB>,
        "査"^^xsd:string ;
    rdfs:comment "investigate, examine, seek into"@en .

<http://lexvo.org/id/char/67FC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%9F%BC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%8Eo>,
        "柼"^^xsd:string .

<http://lexvo.org/id/char/67FD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%9F%BD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C4%93ng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ju%C3%A9%20ch%C4%93ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cing1>,
        <http://lexvo.org/id/term/yue/%E6%9F%BD>,
        "柽"^^xsd:string ;
    rdfs:comment "type of willow; tamarisk"@en .

<http://lexvo.org/id/char/67FE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%9F%BE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%B9>,
        <http://lexvo.org/id/term/kor/%E6%9F%BE>,
        <http://lexvo.org/id/term/kor/KWU%20CENG>,
        "柾"^^xsd:string ;
    rdfs:comment "straight grain"@en .

<http://lexvo.org/id/char/67FF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%9F%BF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%AC>,
        <http://lexvo.org/id/term/kor/%E6%9F%BF>,
        <http://lexvo.org/id/term/kor/SI>,
        <http://lexvo.org/id/term/vie/ni%C3%AAu%20th%E1%BB%8B>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ci2%20ci5>,
        <http://lexvo.org/id/term/yue/%E6%9F%BF>,
        "柿"^^xsd:string ;
    rdfs:comment "persimmon"@en .

<http://lexvo.org/id/char/6800> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A0%80>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C4%AB>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zi1>,
        <http://lexvo.org/id/term/yue/%E6%A0%80>,
        "栀"^^xsd:string ;
    rdfs:comment "gardenia"@en .

<http://lexvo.org/id/char/6801> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A0%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C7%94>,
        "栁"^^xsd:string .

<http://lexvo.org/id/char/6802> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A0%82>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A9i>,
        "栂"^^xsd:string ;
    rdfs:comment "a kind of evergreen tree"@en .

<http://lexvo.org/id/char/6803> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/kor/%E6%A0%83>,
        <http://lexvo.org/id/term/kor/HOY>,
        "栃"^^xsd:string ;
    rdfs:comment "type of oak; stable"@en .

<http://lexvo.org/id/char/6804> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A0%84>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/r%C3%B3ng>,
        <http://lexvo.org/id/term/kor/%E6%A0%84>,
        <http://lexvo.org/id/term/kor/YENG>,
        "栄"^^xsd:string ;
    rdfs:comment "glory, honor; flourish, prosper"@en .

<http://lexvo.org/id/char/6805> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A0%85>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C4%81n%201448.160%3Azh%C3%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%A0%20c%C3%A8%20sh%C3%A0%20sh%C4%81n>,
        <http://lexvo.org/id/term/kor/%E6%A0%85>,
        <http://lexvo.org/id/term/kor/CHAYK>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/caak3%20saan1%20saan3>,
        <http://lexvo.org/id/term/yue/%E6%A0%85>,
        "栅"^^xsd:string ;
    rdfs:comment "fence; palisade; grid"@en .

<http://lexvo.org/id/char/6806> a lvont:Character ;
    lvont:represents "栆"^^xsd:string .

<http://lexvo.org/id/char/6807> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A0%87>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/bi%C4%81o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/biu1>,
        <http://lexvo.org/id/term/yue/%E6%A0%87>,
        "标"^^xsd:string ;
    rdfs:comment "mark, symbol, label, sign; stand the bole of a tree"@en .

<http://lexvo.org/id/char/6808> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A0%88>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zaan6>,
        <http://lexvo.org/id/term/yue/%E6%A0%88>,
        "栈"^^xsd:string ;
    rdfs:comment "warehouse; tavern, inn"@en .

<http://lexvo.org/id/char/6809> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A0%89>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%A9%20zh%C3%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zit1>,
        <http://lexvo.org/id/term/yue/%E6%A0%89>,
        "栉"^^xsd:string ;
    rdfs:comment "comb; comb out; weed out, elimininate"@en .

<http://lexvo.org/id/char/680A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A0%8A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%B3ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lung4>,
        <http://lexvo.org/id/term/yue/%E6%A0%8A>,
        "栊"^^xsd:string ;
    rdfs:comment "cage, pen; set of bars"@en .

<http://lexvo.org/id/char/680B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A0%8B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%B2ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dung3%20dung6>,
        <http://lexvo.org/id/term/yue/%E6%A0%8B>,
        "栋"^^xsd:string ;
    rdfs:comment "main beams supporting house"@en .

<http://lexvo.org/id/char/680C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A0%8C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%BA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lou4>,
        <http://lexvo.org/id/term/yue/%E6%A0%8C>,
        "栌"^^xsd:string ;
    rdfs:comment "supporting block; sumac, loquat"@en .

<http://lexvo.org/id/char/680D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/kor/%E6%A0%8D>,
        <http://lexvo.org/id/term/kor/SAYNG>,
        <http://lexvo.org/id/term/vie/sanh>,
        "栍"^^xsd:string ;
    rdfs:comment "a lot; a label; a slip of bamboo engraved with signs"@en .

<http://lexvo.org/id/char/680E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A0%8E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%AC%201430.070%3Ayu%C3%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%AC%20l%C3%A1o%20yu%C3%A8>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lik1>,
        <http://lexvo.org/id/term/yue/%E6%A0%8E>,
        "栎"^^xsd:string ;
    rdfs:comment "chestnut-leaved oak; oak"@en .

<http://lexvo.org/id/char/680F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A0%8F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%A1n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%A1n%20li%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/laan4>,
        <http://lexvo.org/id/term/yue/%E6%A0%8F>,
        "栏"^^xsd:string ;
    rdfs:comment "railing, balustrade; animal pan"@en .

<http://lexvo.org/id/char/6810> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A0%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%92ng>,
        <http://lexvo.org/id/term/vie/v%C3%A0nh>,
        "栐"^^xsd:string .

<http://lexvo.org/id/char/6811> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A0%91>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/syu6>,
        <http://lexvo.org/id/term/yue/%E6%A0%91>,
        "树"^^xsd:string ;
    rdfs:comment "tree; plant; set up, establish"@en .

<http://lexvo.org/id/char/6812> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A0%92>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C3%BAn>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C3%BAn%20s%C7%94n>,
        <http://lexvo.org/id/term/kor/%E6%A0%92>,
        <http://lexvo.org/id/term/kor/SWUN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ceon4%20seon1%20seon2>,
        <http://lexvo.org/id/term/yue/%E6%A0%92>,
        "栒"^^xsd:string ;
    rdfs:comment "cross bar"@en .

<http://lexvo.org/id/char/6813> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A0%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/shu%C4%81n>,
        <http://lexvo.org/id/term/kor/%E6%A0%93>,
        <http://lexvo.org/id/term/kor/CEN>,
        <http://lexvo.org/id/term/vie/thoen>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/saan1>,
        <http://lexvo.org/id/term/yue/%E6%A0%93>,
        "栓"^^xsd:string ;
    rdfs:comment "wooden peg, post or stick"@en .

<http://lexvo.org/id/char/6814> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A0%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kai3>,
        <http://lexvo.org/id/term/yue/%E6%A0%94>,
        "栔"^^xsd:string ;
    rdfs:comment "carve, engrave"@en .

<http://lexvo.org/id/char/6815> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A0%95>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C4%93n>,
        "栕"^^xsd:string .

<http://lexvo.org/id/char/6816> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A0%96>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C4%AB%201228.040%3Ax%C4%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C4%AB%20x%C4%AB>,
        <http://lexvo.org/id/term/kor/%E6%A0%96>,
        <http://lexvo.org/id/term/kor/SE>,
        <http://lexvo.org/id/term/vie/th%C3%AA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cai1>,
        <http://lexvo.org/id/term/yue/%E6%A0%96>,
        "栖"^^xsd:string ;
    rdfs:comment "perch; roost; stay"@en .

<http://lexvo.org/id/char/6817> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A0%97>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%AC>,
        <http://lexvo.org/id/term/kor/%E6%A0%97>,
        <http://lexvo.org/id/term/kor/LYUL>,
        <http://lexvo.org/id/term/vie/ni%C3%AAu%20l%E1%BA%ADt>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/leot6>,
        <http://lexvo.org/id/term/yue/%E6%A0%97>,
        "栗"^^xsd:string ;
    rdfs:comment "chestnut tree, chestnuts; surname"@en .

<http://lexvo.org/id/char/6818> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A0%98>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%90%20y%C3%AD>,
        <http://lexvo.org/id/term/vie/%C4%91a>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ji4>,
        <http://lexvo.org/id/term/yue/%E6%A0%98>,
        "栘"^^xsd:string ;
    rdfs:comment "fruit tree"@en .

<http://lexvo.org/id/char/6819> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A0%99>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A1ng>,
        "栙"^^xsd:string .

<http://lexvo.org/id/char/681A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A0%9A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%A8n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zam6>,
        <http://lexvo.org/id/term/yue/%E6%A0%9A>,
        "栚"^^xsd:string .

<http://lexvo.org/id/char/681B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A0%9B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%AC>,
        "栛"^^xsd:string ;
    rdfs:comment "the lichee, a fruit which grows in South China"@en .

<http://lexvo.org/id/char/681C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A0%9C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C3%B9%20sh%C3%A8>,
        "栜"^^xsd:string .

<http://lexvo.org/id/char/681D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A0%9D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/gu%C4%81%200665.050%3Aku%C3%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/gu%C4%81%20ku%C3%A0i%20ku%C3%B2%20ti%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E6%A0%9D>,
        <http://lexvo.org/id/term/kor/KWAL>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kut3>,
        <http://lexvo.org/id/term/yue/%E6%A0%9D>,
        "栝"^^xsd:string ;
    rdfs:comment "a builder's frame for measuring"@en .

<http://lexvo.org/id/char/681E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A0%9E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C4%81n>,
        <http://lexvo.org/id/term/kor/%E6%A0%9E>,
        <http://lexvo.org/id/term/kor/KAN>,
        "栞"^^xsd:string ;
    rdfs:comment "publication, periodical; publish"@en .

<http://lexvo.org/id/char/681F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A0%9F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C4%93n%200076.020%3Ab%C4%ABng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C4%ABng%20b%C4%93n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bing1>,
        <http://lexvo.org/id/term/yue/%E6%A0%9F>,
        "栟"^^xsd:string ;
    rdfs:comment "hemp palm"@en .

<http://lexvo.org/id/char/6820> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A0%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/r%C4%9Bn>,
        "栠"^^xsd:string .

<http://lexvo.org/id/char/6821> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A0%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%A0o%201271.050%3Axi%C3%A0o>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A0o%20ji%C7%8Eo%20ji%C3%A0o%20xi%C3%A1o>,
        <http://lexvo.org/id/term/kor/%E6%A0%A1>,
        <http://lexvo.org/id/term/kor/KYO%20HYO>,
        <http://lexvo.org/id/term/vie/%C4%91%E1%BA%AFng%20hi%E1%BB%87u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gaau3%20haau6>,
        <http://lexvo.org/id/term/yue/%E6%A0%A1>,
        "校"^^xsd:string ;
    rdfs:comment "school; military field officer"@en .

<http://lexvo.org/id/char/6822> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A0%A2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%B3%20b%C3%B2%20b%C7%8Ei>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C7%8Ei>,
        <http://lexvo.org/id/term/kor/%E6%A0%A2>,
        <http://lexvo.org/id/term/kor/PAYK>,
        <http://lexvo.org/id/term/vie/b%E1%BB%A9a>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/baak3>,
        <http://lexvo.org/id/term/yue/%E6%A0%A2>,
        "栢"^^xsd:string ;
    rdfs:comment "cypress, cedar"@en .

<http://lexvo.org/id/char/6823> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A0%A3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/r%C4%9Bn>,
        "栣"^^xsd:string .

<http://lexvo.org/id/char/6824> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A0%A4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%ACng>,
        "栤"^^xsd:string .

<http://lexvo.org/id/char/6825> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A0%A5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C4%AB>,
        "栥"^^xsd:string .

<http://lexvo.org/id/char/6826> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A0%A6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%B3u>,
        "栦"^^xsd:string .

<http://lexvo.org/id/char/6827> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A0%A7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%AC>,
        "栧"^^xsd:string .

<http://lexvo.org/id/char/6828> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A0%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%A9>,
        "栨"^^xsd:string .

<http://lexvo.org/id/char/6829> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A0%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C7%94>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/heoi2>,
        <http://lexvo.org/id/term/yue/%E6%A0%A9>,
        "栩"^^xsd:string ;
    rdfs:comment "species of oak; be glad, be pleased"@en .

<http://lexvo.org/id/char/682A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A0%AA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C5%AB>,
        <http://lexvo.org/id/term/kor/%E6%A0%AA>,
        <http://lexvo.org/id/term/kor/CWU>,
        <http://lexvo.org/id/term/vie/ch%C3%B2>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zyu1>,
        <http://lexvo.org/id/term/yue/%E6%A0%AA>,
        "株"^^xsd:string ;
    rdfs:comment "numerary adjunct for trees; root"@en .

<http://lexvo.org/id/char/682B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A0%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zin3>,
        <http://lexvo.org/id/term/yue/%E6%A0%AB>,
        "栫"^^xsd:string ;
    rdfs:comment "fence"@en .

<http://lexvo.org/id/char/682C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A0%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zu%C3%AC>,
        "栬"^^xsd:string .

<http://lexvo.org/id/char/682D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C3%A9r>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A0%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ji4>,
        <http://lexvo.org/id/term/yue/%E6%A0%AD>,
        "栭"^^xsd:string ;
    rdfs:comment "king-post"@en .

<http://lexvo.org/id/char/682E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C4%9Br>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A0%AE>,
        <http://lexvo.org/id/term/kor/%E6%A0%AE>,
        <http://lexvo.org/id/term/kor/I>,
        "栮"^^xsd:string .

<http://lexvo.org/id/char/682F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A0%AF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%92u%20y%C3%B9>,
        <http://lexvo.org/id/term/kor/%E6%A0%AF>,
        <http://lexvo.org/id/term/kor/WUK>,
        "栯"^^xsd:string .

<http://lexvo.org/id/char/6830> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A0%B0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%A1>,
        "栰"^^xsd:string ;
    rdfs:comment "a bamboo raft"@en .

<http://lexvo.org/id/char/6831> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A0%B1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C7%92ng>,
        <http://lexvo.org/id/term/kor/%E6%A0%B1>,
        <http://lexvo.org/id/term/kor/KONG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gung2>,
        <http://lexvo.org/id/term/yue/%E6%A0%B1>,
        "栱"^^xsd:string ;
    rdfs:comment "large peg, stake; post, pillar"@en .

<http://lexvo.org/id/char/6832> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A0%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C7%8Eo>,
        <http://lexvo.org/id/term/kor/%E6%A0%B2>,
        <http://lexvo.org/id/term/kor/KO>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/haau2>,
        <http://lexvo.org/id/term/yue/%E6%A0%B2>,
        "栲"^^xsd:string ;
    rdfs:comment "mangrove"@en .

<http://lexvo.org/id/char/6833> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A0%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C7%8Eo>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lou5>,
        <http://lexvo.org/id/term/yue/%E6%A0%B3>,
        "栳"^^xsd:string ;
    rdfs:comment "a basket"@en .

<http://lexvo.org/id/char/6834> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A0%B4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C4%81n>,
        <http://lexvo.org/id/term/kor/%E6%A0%B4>,
        <http://lexvo.org/id/term/kor/CEN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zin1>,
        <http://lexvo.org/id/term/yue/%E6%A0%B4>,
        "栴"^^xsd:string ;
    rdfs:comment "sandalwood"@en .

<http://lexvo.org/id/char/6835> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A0%B5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lai6>,
        <http://lexvo.org/id/term/yue/%E6%A0%B5>,
        "栵"^^xsd:string ;
    rdfs:comment "hedge"@en .

<http://lexvo.org/id/char/6836> a lvont:Character ;
    lvont:represents "栶"^^xsd:string .

<http://lexvo.org/id/char/6837> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A0%B7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A0ng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A1ng%20y%C3%A0ng%20xi%C3%A0ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/joeng6>,
        <http://lexvo.org/id/term/yue/%E6%A0%B7>,
        "样"^^xsd:string ;
    rdfs:comment "shape, form, pattern, style"@en .

<http://lexvo.org/id/char/6838> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A0%B8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A9%200474.070%3Ah%C3%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A9%20h%C3%BA>,
        <http://lexvo.org/id/term/kor/%E6%A0%B8>,
        <http://lexvo.org/id/term/kor/HAYK%20HOL>,
        <http://lexvo.org/id/term/vie/h%E1%BA%A1ch>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hat6%20wat6>,
        <http://lexvo.org/id/term/yue/%E6%A0%B8>,
        "核"^^xsd:string ;
    rdfs:comment "seed, kernel, core, nut; atom"@en .

<http://lexvo.org/id/char/6839> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A0%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C4%93n>,
        <http://lexvo.org/id/term/kor/%E6%A0%B9>,
        <http://lexvo.org/id/term/kor/KUN>,
        <http://lexvo.org/id/term/vie/c%C4%83n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gan1>,
        <http://lexvo.org/id/term/yue/%E6%A0%B9>,
        "根"^^xsd:string ;
    rdfs:comment "root, base(d on); foundation"@en .

<http://lexvo.org/id/char/683A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A0%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C7%90>,
        "栺"^^xsd:string .

<http://lexvo.org/id/char/683B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A0%BB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%AC%20ch%C3%AC>,
        <http://lexvo.org/id/term/kor/%E6%A0%BB>,
        <http://lexvo.org/id/term/kor/SIK>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cik1%20sik1>,
        <http://lexvo.org/id/term/yue/%E6%A0%BB>,
        "栻"^^xsd:string ;
    rdfs:comment "tree"@en .

<http://lexvo.org/id/char/683C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A0%BC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C3%A9%20g%C4%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C4%93%200372.070%3Ag%C3%A9>,
        <http://lexvo.org/id/term/kor/%E6%A0%BC>,
        <http://lexvo.org/id/term/kor/KYEK%20NAK>,
        <http://lexvo.org/id/term/vie/c%C3%A1ch>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gaak3>,
        <http://lexvo.org/id/term/yue/%E6%A0%BC>,
        "格"^^xsd:string ;
    rdfs:comment "pattern, standard, form; style"@en .

<http://lexvo.org/id/char/683D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A0%BD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C4%81i>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C4%81i%20z%C3%A0i>,
        <http://lexvo.org/id/term/kor/%E6%A0%BD>,
        <http://lexvo.org/id/term/kor/CAY>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zoi1>,
        <http://lexvo.org/id/term/yue/%E6%A0%BD>,
        "栽"^^xsd:string ;
    rdfs:comment "to cultivate, plant; to care for plants"@en .

<http://lexvo.org/id/char/683E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A0%BE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/lu%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lyun4>,
        <http://lexvo.org/id/term/yue/%E6%A0%BE>,
        "栾"^^xsd:string ;
    rdfs:comment "name of tree; a part of cornice"@en .

<http://lexvo.org/id/char/683F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A0%BF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%BA>,
        "栿"^^xsd:string .

<http://lexvo.org/id/char/6840> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A1%80>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%A9>,
        <http://lexvo.org/id/term/kor/%E6%A1%80>,
        <http://lexvo.org/id/term/kor/KEL>,
        <http://lexvo.org/id/term/vie/ki%E1%BB%87t>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/git6>,
        <http://lexvo.org/id/term/yue/%E6%A1%80>,
        "桀"^^xsd:string ;
    rdfs:comment "chicken roost; ancient emperor"@en .

<http://lexvo.org/id/char/6841> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A1%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A9ng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A9ng%20h%C3%A1ng%20h%C3%A0ng>,
        <http://lexvo.org/id/term/kor/%E6%A1%81>,
        <http://lexvo.org/id/term/kor/HANG%20HYENG>,
        <http://lexvo.org/id/term/vie/h%C3%A0nh>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/haang4%20hang4%20hong4%20hong6>,
        <http://lexvo.org/id/term/yue/%E6%A1%81>,
        "桁"^^xsd:string ;
    rdfs:comment "cross-beams of roof"@en .

<http://lexvo.org/id/char/6842> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A1%82>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/gu%C3%AC>,
        <http://lexvo.org/id/term/kor/%E6%A1%82>,
        <http://lexvo.org/id/term/kor/KYEY>,
        <http://lexvo.org/id/term/vie/qu%E1%BA%BF>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gwai3>,
        <http://lexvo.org/id/term/yue/%E6%A1%82>,
        "桂"^^xsd:string ;
    rdfs:comment "cassia or cinnamon"@en .

<http://lexvo.org/id/char/6843> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A1%83>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%A1o>,
        <http://lexvo.org/id/term/kor/%E6%A1%83>,
        <http://lexvo.org/id/term/kor/TO>,
        <http://lexvo.org/id/term/vie/%C4%91%C3%A0o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tou4>,
        <http://lexvo.org/id/term/yue/%E6%A1%83>,
        "桃"^^xsd:string ;
    rdfs:comment "peach; marriage; surname"@en .

<http://lexvo.org/id/char/6844> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A1%84>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/gu%C3%A0ng%20gu%C4%81ng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/gu%C4%81ng%200416.010%3Agu%C3%A0ng>,
        <http://lexvo.org/id/term/kor/%E6%A1%84>,
        <http://lexvo.org/id/term/kor/KWANG>,
        <http://lexvo.org/id/term/vie/quang>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gwong1%20gwong3>,
        <http://lexvo.org/id/term/yue/%E6%A1%84>,
        "桄"^^xsd:string ;
    rdfs:comment "a coir-palm"@en .

<http://lexvo.org/id/char/6845> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A1%85>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C3%A9i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ngai4%20wai4>,
        <http://lexvo.org/id/term/yue/%E6%A1%85>,
        "桅"^^xsd:string ;
    rdfs:comment "mast of ship"@en .

<http://lexvo.org/id/char/6846> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A1%86>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ku%C3%A0ng%20ku%C4%81ng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ku%C4%81ng%200661.050%3Aku%C3%A0ng>,
        <http://lexvo.org/id/term/kor/%E6%A1%86>,
        <http://lexvo.org/id/term/kor/KWANG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hong1%20kwaang1>,
        <http://lexvo.org/id/term/yue/%E6%A1%86>,
        "框"^^xsd:string ;
    rdfs:comment "frame; framework; door frame"@en .

<http://lexvo.org/id/char/6847> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A1%87>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/r%C3%BA>,
        "桇"^^xsd:string .

<http://lexvo.org/id/char/6848> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C3%A0n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A1%88>,
        <http://lexvo.org/id/term/kor/%E6%A1%88>,
        <http://lexvo.org/id/term/kor/AN>,
        <http://lexvo.org/id/term/vie/duy%C3%AAn%20%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ngon3%20on3>,
        <http://lexvo.org/id/term/yue/%E6%A1%88>,
        "案"^^xsd:string ;
    rdfs:comment "table, bench; legal case"@en .

<http://lexvo.org/id/char/6849> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C4%81n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%C4%81n%20%C3%A0n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A1%89>,
        <http://lexvo.org/id/term/kor/%E6%A1%89>,
        <http://lexvo.org/id/term/kor/AN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/on1%20on3>,
        <http://lexvo.org/id/term/yue/%E6%A1%89>,
        "桉"^^xsd:string ;
    rdfs:comment "eucalyptus"@en .

<http://lexvo.org/id/char/684A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A1%8A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ju%C3%A0n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ju%C3%A0n%20qu%C4%81n%20qu%C3%A1n>,
        "桊"^^xsd:string .

<http://lexvo.org/id/char/684B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A1%8B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ji4>,
        <http://lexvo.org/id/term/yue/%E6%A1%8B>,
        "桋"^^xsd:string ;
    rdfs:comment "tree"@en .

<http://lexvo.org/id/char/684C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A1%8C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zhu%C5%8D>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/coek3%20zoek3>,
        <http://lexvo.org/id/term/yue/%E6%A1%8C>,
        "桌"^^xsd:string ;
    rdfs:comment "table, desk, stand"@en .

<http://lexvo.org/id/char/684D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A1%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C5%AB>,
        "桍"^^xsd:string .

<http://lexvo.org/id/char/684E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A1%8E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%AC%20zh%C3%AD>,
        <http://lexvo.org/id/term/kor/%E6%A1%8E>,
        <http://lexvo.org/id/term/kor/CIL>,
        <http://lexvo.org/id/term/vie/chu%E1%BB%91i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zat6>,
        <http://lexvo.org/id/term/yue/%E6%A1%8E>,
        "桎"^^xsd:string ;
    rdfs:comment "fetters, shackles, handcuffs"@en .

<http://lexvo.org/id/char/684F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A1%8F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C3%B3ng>,
        "桏"^^xsd:string .

<http://lexvo.org/id/char/6850> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A1%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%B3ng>,
        <http://lexvo.org/id/term/kor/%E6%A1%90>,
        <http://lexvo.org/id/term/kor/TONG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tung4>,
        <http://lexvo.org/id/term/yue/%E6%A1%90>,
        "桐"^^xsd:string ;
    rdfs:comment "name applied various trees"@en .

<http://lexvo.org/id/char/6851> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A1%91>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C4%81ng>,
        <http://lexvo.org/id/term/kor/%E6%A1%91>,
        <http://lexvo.org/id/term/kor/SANG>,
        <http://lexvo.org/id/term/vie/tang>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/song1>,
        <http://lexvo.org/id/term/yue/%E6%A1%91>,
        "桑"^^xsd:string ;
    rdfs:comment "mulberry tree; surname"@en .

<http://lexvo.org/id/char/6852> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A1%92>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C4%81ng>,
        "桒"^^xsd:string .

<http://lexvo.org/id/char/6853> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A1%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%A1n>,
        <http://lexvo.org/id/term/kor/%E6%A1%93>,
        <http://lexvo.org/id/term/kor/HWAN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wun4>,
        <http://lexvo.org/id/term/yue/%E6%A1%93>,
        "桓"^^xsd:string ;
    rdfs:comment "variety of tree; surname"@en .

<http://lexvo.org/id/char/6854> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A1%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%A9%200611.120%3Aj%C3%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%A9%20j%C3%BA%20xi%C3%A9>,
        <http://lexvo.org/id/term/kor/%E6%A1%94>,
        <http://lexvo.org/id/term/kor/KIL>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/aat1%20gat1>,
        <http://lexvo.org/id/term/yue/%E6%A1%94>,
        "桔"^^xsd:string ;
    rdfs:comment "Chinese bellflower; well-swept; the inner fibers of corn-stalks"@en .

<http://lexvo.org/id/char/6855> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A1%95>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%B9%20g%C4%81o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kau5>,
        <http://lexvo.org/id/term/yue/%E6%A1%95>,
        "桕"^^xsd:string ;
    rdfs:comment "tallow tree"@en .

<http://lexvo.org/id/char/6856> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A1%96>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xu%C3%A8>,
        "桖"^^xsd:string .

<http://lexvo.org/id/char/6857> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A1%97>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/du%C3%B2%20du%C7%92>,
        "桗"^^xsd:string .

<http://lexvo.org/id/char/6858> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A1%98>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zhu%C3%AC%20chu%C3%AD%20du%C4%AB>,
        "桘"^^xsd:string .

<http://lexvo.org/id/char/6859> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A1%99>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%BA%20m%C3%B3u>,
        "桙"^^xsd:string .

<http://lexvo.org/id/char/685A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A1%9A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C7%8En>,
        "桚"^^xsd:string ;
    rdfs:comment "press, squeeze hard; force"@en .

<http://lexvo.org/id/char/685B> a lvont:Character ;
    lvont:represents "桛"^^xsd:string ;
    rdfs:comment "a real, hank, skein"@en .

<http://lexvo.org/id/char/685C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A1%9C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C4%ABng>,
        <http://lexvo.org/id/term/kor/%E6%A1%9C>,
        <http://lexvo.org/id/term/kor/AYNG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jing1>,
        <http://lexvo.org/id/term/yue/%E6%A1%9C>,
        "桜"^^xsd:string ;
    rdfs:comment "cherry, cherry blossom"@en .

<http://lexvo.org/id/char/685D> a lvont:Character ;
    lvont:represents "桝"^^xsd:string ;
    rdfs:comment "variant of 枡 U+67A1, a measuring box"@en .

<http://lexvo.org/id/char/685E> a lvont:Character ;
    lvont:represents "桞"^^xsd:string .

<http://lexvo.org/id/char/685F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A1%9F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%A0n>,
        "桟"^^xsd:string ;
    rdfs:comment "a crosspiece, cleat, frame, door bolt; shelf"@en .

<http://lexvo.org/id/char/6860> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A1%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C4%81>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ngaa4>,
        <http://lexvo.org/id/term/yue/%E6%A1%A0>,
        "桠"^^xsd:string ;
    rdfs:comment "the forking branch of a tree"@en .

<http://lexvo.org/id/char/6861> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A1%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C3%A1o%20r%C3%A1o>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/r%C3%A1o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/naau4>,
        <http://lexvo.org/id/term/yue/%E6%A1%A1>,
        "桡"^^xsd:string ;
    rdfs:comment "bent or twisted piece of wood"@en .

<http://lexvo.org/id/char/6862> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A1%A2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C4%93n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C4%93n%20zh%C4%93ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zing1>,
        <http://lexvo.org/id/term/yue/%E6%A1%A2>,
        "桢"^^xsd:string ;
    rdfs:comment "hardwood; supports, posts"@en .

<http://lexvo.org/id/char/6863> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A1%A3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%A0ng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C7%8Eng%20d%C3%A0ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dong2%20dong3>,
        <http://lexvo.org/id/term/yue/%E6%A1%A3>,
        "档"^^xsd:string ;
    rdfs:comment "shelf; frame, crosspiece"@en .

<http://lexvo.org/id/char/6864> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A1%A4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C4%AB>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kei1>,
        <http://lexvo.org/id/term/yue/%E6%A1%A4>,
        "桤"^^xsd:string ;
    rdfs:comment "alder"@en .

<http://lexvo.org/id/char/6865> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A1%A5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C3%A1o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kiu4>,
        <http://lexvo.org/id/term/yue/%E6%A1%A5>,
        "桥"^^xsd:string ;
    rdfs:comment "bridge; beam, crosspiece"@en .

<http://lexvo.org/id/char/6866> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A1%A6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%A0>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/waa6>,
        <http://lexvo.org/id/term/yue/%E6%A1%A6>,
        "桦"^^xsd:string ;
    rdfs:comment "type of birch"@en .

<http://lexvo.org/id/char/6867> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A1%A7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/gu%C3%AC%200506.040%3Ahu%C3%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ku%C3%A0i%20gu%C3%AC%20hu%C3%AC>,
        <http://lexvo.org/id/term/kor/%E6%A1%A7>,
        <http://lexvo.org/id/term/kor/HOY>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kui2>,
        <http://lexvo.org/id/term/yue/%E6%A1%A7>,
        "桧"^^xsd:string ;
    rdfs:comment "Chinese cypress, Chinese juniper"@en .

<http://lexvo.org/id/char/6868> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A1%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C7%8Eng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zoeng2>,
        <http://lexvo.org/id/term/yue/%E6%A1%A8>,
        "桨"^^xsd:string ;
    rdfs:comment "oar, paddle"@en .

<http://lexvo.org/id/char/6869> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A1%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zhu%C4%81ng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zhu%C4%81ng%20ch%C5%8Dng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zong1>,
        <http://lexvo.org/id/term/yue/%E6%A1%A9>,
        "桩"^^xsd:string ;
    rdfs:comment "stake, post; affair, matter"@en .

<http://lexvo.org/id/char/686A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A1%AA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C3%BAn%20x%C3%ADn>,
        "桪"^^xsd:string ;
    rdfs:comment "mythical giant tree"@en .

<http://lexvo.org/id/char/686B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A1%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/su%C5%8D>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/so1>,
        <http://lexvo.org/id/term/yue/%E6%A1%AB>,
        "桫"^^xsd:string ;
    rdfs:comment "horse chestnut"@en .

<http://lexvo.org/id/char/686C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A1%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C4%81>,
        "桬"^^xsd:string ;
    rdfs:comment "pear and other trees"@en .

<http://lexvo.org/id/char/686D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A1%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C4%93n%20ch%C3%A9n>,
        <http://lexvo.org/id/term/kor/%E6%A1%AD>,
        <http://lexvo.org/id/term/kor/CIN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/san4>,
        <http://lexvo.org/id/term/yue/%E6%A1%AD>,
        "桭"^^xsd:string ;
    rdfs:comment "eaves; space between two pillars"@en .

<http://lexvo.org/id/char/686E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A1%AE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C4%93i>,
        <http://lexvo.org/id/term/vie/b%E1%BB%85>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bui1>,
        <http://lexvo.org/id/term/yue/%E6%A1%AE>,
        "桮"^^xsd:string ;
    rdfs:comment "cup, glass, tumbler"@en .

<http://lexvo.org/id/char/686F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A1%AF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C4%ABng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C4%ABng%20x%C3%ADng>,
        <http://lexvo.org/id/term/kor/%E6%A1%AF>,
        <http://lexvo.org/id/term/kor/CENG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ting1>,
        <http://lexvo.org/id/term/yue/%E6%A1%AF>,
        "桯"^^xsd:string ;
    rdfs:comment "table"@en .

<http://lexvo.org/id/char/6870> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A1%B0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/gu%C4%81>,
        "桰"^^xsd:string .

<http://lexvo.org/id/char/6871> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A1%B1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%ACng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ging3>,
        <http://lexvo.org/id/term/yue/%E6%A1%B1>,
        "桱"^^xsd:string .

<http://lexvo.org/id/char/6872> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A1%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%B3%20po>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/po>,
        <http://lexvo.org/id/term/vie/v%E1%BB%A5t>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/but6>,
        <http://lexvo.org/id/term/yue/%E6%A1%B2>,
        "桲"^^xsd:string .

<http://lexvo.org/id/char/6873> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A1%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%A8n>,
        "桳"^^xsd:string .

<http://lexvo.org/id/char/6874> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A1%B4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%BA>,
        <http://lexvo.org/id/term/kor/%E6%A1%B4>,
        <http://lexvo.org/id/term/kor/PWU>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fu1>,
        <http://lexvo.org/id/term/yue/%E6%A1%B4>,
        "桴"^^xsd:string ;
    rdfs:comment "raft; drum stick; ridge pole"@en .

<http://lexvo.org/id/char/6875> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A1%B5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ru%C7%90>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jeoi1%20jeoi4>,
        <http://lexvo.org/id/term/yue/%E6%A1%B5>,
        "桵"^^xsd:string .

<http://lexvo.org/id/char/6876> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A1%B6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C7%92ng>,
        <http://lexvo.org/id/term/kor/%E6%A1%B6>,
        <http://lexvo.org/id/term/kor/THONG%20YONG>,
        <http://lexvo.org/id/term/vie/th%C3%B9ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tung2>,
        <http://lexvo.org/id/term/yue/%E6%A1%B6>,
        "桶"^^xsd:string ;
    rdfs:comment "pail, bucket, tub; cask, keg"@en .

<http://lexvo.org/id/char/6877> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A1%B7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ju%C3%A9>,
        <http://lexvo.org/id/term/kor/%E6%A1%B7>,
        <http://lexvo.org/id/term/kor/KAK>,
        <http://lexvo.org/id/term/vie/d%C3%A1c>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gok3>,
        <http://lexvo.org/id/term/yue/%E6%A1%B7>,
        "桷"^^xsd:string ;
    rdfs:comment "rafter; malus toringo"@en .

<http://lexvo.org/id/char/6878> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A1%B8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C4%AB>,
        "桸"^^xsd:string .

<http://lexvo.org/id/char/6879> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A1%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%A1ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/long4>,
        <http://lexvo.org/id/term/yue/%E6%A1%B9>,
        "桹"^^xsd:string ;
    rdfs:comment "palm"@en .

<http://lexvo.org/id/char/687A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A1%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C7%94>,
        "桺"^^xsd:string .

<http://lexvo.org/id/char/687B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A1%BB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C4%93ng>,
        "桻"^^xsd:string .

<http://lexvo.org/id/char/687C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A1%BC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C4%AB>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cat1>,
        <http://lexvo.org/id/term/yue/%E6%A1%BC>,
        "桼"^^xsd:string ;
    rdfs:comment "the varnish tree; lacquer, varnish, paint"@en .

<http://lexvo.org/id/char/687D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A1%BD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C4%9Bn>,
        "桽"^^xsd:string .

<http://lexvo.org/id/char/687E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A1%BE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C5%ABn>,
        <http://lexvo.org/id/term/kor/%E6%A1%BE>,
        <http://lexvo.org/id/term/kor/KWUN>,
        "桾"^^xsd:string .

<http://lexvo.org/id/char/687F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A1%BF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C7%8En>,
        <http://lexvo.org/id/term/kor/%E6%A1%BF>,
        <http://lexvo.org/id/term/kor/HAN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gon1%20gon2%20gon3>,
        <http://lexvo.org/id/term/yue/%E6%A1%BF>,
        "桿"^^xsd:string ;
    rdfs:comment "pole; stick; club; pole as unit"@en .

<http://lexvo.org/id/char/6880> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A2%80>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/saak3>,
        <http://lexvo.org/id/term/yue/%E6%A2%80>,
        "梀"^^xsd:string .

<http://lexvo.org/id/char/6881> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A2%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C3%A1ng>,
        <http://lexvo.org/id/term/kor/%E6%A2%81>,
        <http://lexvo.org/id/term/kor/LYANG>,
        <http://lexvo.org/id/term/vie/l%C6%B0%C6%A1ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/loeng4>,
        <http://lexvo.org/id/term/yue/%E6%A2%81>,
        "梁"^^xsd:string ;
    rdfs:comment "bridge; beam; rafters; surname"@en .

<http://lexvo.org/id/char/6882> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A2%82>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C3%BA>,
        <http://lexvo.org/id/term/vie/c%E1%BA%A7u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kau4>,
        <http://lexvo.org/id/term/yue/%E6%A2%82>,
        "梂"^^xsd:string ;
    rdfs:comment "acorn cup"@en .

<http://lexvo.org/id/char/6883> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A2%83>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C7%90ng%201147.160%3At%C3%ACng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C7%90ng%20t%C3%ACng>,
        <http://lexvo.org/id/term/kor/%E6%A2%83>,
        <http://lexvo.org/id/term/kor/CENG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ting5>,
        <http://lexvo.org/id/term/yue/%E6%A2%83>,
        "梃"^^xsd:string ;
    rdfs:comment "a club; a stalk; straight"@en .

<http://lexvo.org/id/char/6884> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A2%84>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%92u>,
        "梄"^^xsd:string ;
    rdfs:comment "a soft wood; to lay in stores of firewood"@en .

<http://lexvo.org/id/char/6885> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A2%85>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A9i>,
        <http://lexvo.org/id/term/kor/%E6%A2%85>,
        <http://lexvo.org/id/term/kor/MAY>,
        <http://lexvo.org/id/term/vie/mai>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mui4>,
        <http://lexvo.org/id/term/yue/%E6%A2%85>,
        "梅"^^xsd:string ;
    rdfs:comment "plums; prunes; surname"@en .

<http://lexvo.org/id/char/6886> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A2%86>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C4%81ng>,
        <http://lexvo.org/id/term/kor/%E6%A2%86>,
        <http://lexvo.org/id/term/kor/PANG>,
        <http://lexvo.org/id/term/vie/b%C6%B0%C6%A1ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bong1>,
        <http://lexvo.org/id/term/yue/%E6%A2%86>,
        "梆"^^xsd:string ;
    rdfs:comment "watchman's rattle"@en .

<http://lexvo.org/id/char/6887> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A2%87>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%B2ng>,
        <http://lexvo.org/id/term/vie/r%C3%B3ng>,
        "梇"^^xsd:string .

<http://lexvo.org/id/char/6888> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A2%88>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C4%93ng>,
        "梈"^^xsd:string .

<http://lexvo.org/id/char/6889> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A2%89>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zhu%C4%81ng>,
        "梉"^^xsd:string .

<http://lexvo.org/id/char/688A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A2%8A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%AC>,
        "梊"^^xsd:string ;
    rdfs:comment "squeeze out of; extract"@en .

<http://lexvo.org/id/char/688B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A2%8B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xu%C4%81n>,
        "梋"^^xsd:string .

<http://lexvo.org/id/char/688C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A2%8C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%BA>,
        <http://lexvo.org/id/term/vie/d%E1%BB%ABa>,
        "梌"^^xsd:string .

<http://lexvo.org/id/char/688D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A2%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C3%A0o>,
        "梍"^^xsd:string ;
    rdfs:comment "tree name"@en .

<http://lexvo.org/id/char/688E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C4%81o%20y%C3%B2u>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A2%8E>,
        "梎"^^xsd:string ;
    rdfs:comment "sickle handle, branch"@en .

<http://lexvo.org/id/char/688F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A2%8F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C3%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C3%B9%20ju%C3%A9>,
        <http://lexvo.org/id/term/kor/%E6%A2%8F>,
        <http://lexvo.org/id/term/kor/KOK>,
        <http://lexvo.org/id/term/vie/g%C3%A1o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/guk1>,
        <http://lexvo.org/id/term/yue/%E6%A2%8F>,
        "梏"^^xsd:string ;
    rdfs:comment "handcuffs, manacles, fetters"@en .

<http://lexvo.org/id/char/6890> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A2%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%AC>,
        <http://lexvo.org/id/term/vie/b%E1%BA%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bai6>,
        <http://lexvo.org/id/term/yue/%E6%A2%90>,
        "梐"^^xsd:string ;
    rdfs:comment "fence"@en .

<http://lexvo.org/id/char/6891> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A2%91>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%AD>,
        "梑"^^xsd:string .

<http://lexvo.org/id/char/6892> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A2%92>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A1n>,
        <http://lexvo.org/id/term/vie/h%C3%B2m>,
        "梒"^^xsd:string .

<http://lexvo.org/id/char/6893> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A2%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C7%90>,
        <http://lexvo.org/id/term/kor/%E6%A2%93>,
        <http://lexvo.org/id/term/kor/CAY>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zi2>,
        <http://lexvo.org/id/term/yue/%E6%A2%93>,
        "梓"^^xsd:string ;
    rdfs:comment "catalpa ovata"@en .

<http://lexvo.org/id/char/6894> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A2%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C4%AB>,
        <http://lexvo.org/id/term/kor/%E6%A2%94>,
        <http://lexvo.org/id/term/kor/CHI>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zi1>,
        <http://lexvo.org/id/term/yue/%E6%A2%94>,
        "梔"^^xsd:string ;
    rdfs:comment "gardenia"@en .

<http://lexvo.org/id/char/6895> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A2%95>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/r%C3%A8n>,
        "梕"^^xsd:string .

<http://lexvo.org/id/char/6896> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A2%96>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%A8i>,
        <http://lexvo.org/id/term/vie/v%E1%BB%91i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bui3>,
        <http://lexvo.org/id/term/yue/%E6%A2%96>,
        "梖"^^xsd:string ;
    rdfs:comment "a palm-tree"@en .

<http://lexvo.org/id/char/6897> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A2%97>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C4%9Bng>,
        <http://lexvo.org/id/term/kor/%E6%A2%97>,
        <http://lexvo.org/id/term/kor/KYENG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gang2%20gwaang2>,
        <http://lexvo.org/id/term/yue/%E6%A2%97>,
        "梗"^^xsd:string ;
    rdfs:comment "stem of flower, branch of plant"@en .

<http://lexvo.org/id/char/6898> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A2%98>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%A0n%20ji%C7%8En>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gaan2>,
        <http://lexvo.org/id/term/yue/%E6%A2%98>,
        "梘"^^xsd:string ;
    rdfs:comment "bamboo tube, wooden peg; spout"@en .

<http://lexvo.org/id/char/6899> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A2%99>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%A0n>,
        "梙"^^xsd:string .

<http://lexvo.org/id/char/689A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A2%9A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C7%8En>,
        "梚"^^xsd:string .

<http://lexvo.org/id/char/689B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A2%9B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/nu%C3%B3>,
        <http://lexvo.org/id/term/kor/%E6%A2%9B>,
        <http://lexvo.org/id/term/kor/NA>,
        <http://lexvo.org/id/term/vie/n%E1%BB%A9a>,
        "梛"^^xsd:string .

<http://lexvo.org/id/char/689C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A2%9C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%A1%20ji%C4%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C4%81>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gaap3>,
        <http://lexvo.org/id/term/yue/%E6%A2%9C>,
        "梜"^^xsd:string ;
    rdfs:comment "chopstick"@en .

<http://lexvo.org/id/char/689D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A2%9D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ti%C3%A1o>,
        <http://lexvo.org/id/term/kor/%E6%A2%9D>,
        <http://lexvo.org/id/term/kor/CO>,
        <http://lexvo.org/id/term/vie/%C4%91i%E1%BB%81u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tiu4%20tiu5>,
        <http://lexvo.org/id/term/yue/%E6%A2%9D>,
        "條"^^xsd:string ;
    rdfs:comment "clause, condition; string, stripe"@en .

<http://lexvo.org/id/char/689E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A2%9E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%AC>,
        <http://lexvo.org/id/term/vie/c%E1%BA%ADy>,
        "梞"^^xsd:string .

<http://lexvo.org/id/char/689F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A2%9F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C4%81o>,
        <http://lexvo.org/id/term/kor/%E6%A2%9F>,
        <http://lexvo.org/id/term/kor/HYO>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hiu1>,
        <http://lexvo.org/id/term/yue/%E6%A2%9F>,
        "梟"^^xsd:string ;
    rdfs:comment "an owl; thus, something evil"@en .

<http://lexvo.org/id/char/68A0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A2%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C7%9A>,
        <http://lexvo.org/id/term/kor/%E6%A2%A0>,
        <http://lexvo.org/id/term/kor/LYE>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/leoi5>,
        <http://lexvo.org/id/term/yue/%E6%A2%A0>,
        "梠"^^xsd:string ;
    rdfs:comment "a small beam supporting the rafters at the eaves"@en .

<http://lexvo.org/id/char/68A1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A2%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%BAn%20ku%C7%8En>,
        <http://lexvo.org/id/term/kor/%E6%A2%A1>,
        <http://lexvo.org/id/term/kor/WAN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fun2>,
        <http://lexvo.org/id/term/yue/%E6%A2%A1>,
        "梡"^^xsd:string ;
    rdfs:comment "tray for carrying sacrificial meat"@en .

<http://lexvo.org/id/char/68A2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A2%A2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C3%A0o%201008.020%3Ash%C4%81o>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C4%81o%20sh%C3%A0o%20xi%C4%81o>,
        <http://lexvo.org/id/term/kor/%E6%A2%A2>,
        <http://lexvo.org/id/term/kor/CHO>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/saau1>,
        <http://lexvo.org/id/term/yue/%E6%A2%A2>,
        "梢"^^xsd:string ;
    rdfs:comment "pointed tip of something long like a branch; rudder"@en .

<http://lexvo.org/id/char/68A3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A2%A3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C3%A9n%20ch%C3%A9n%20q%C3%ADn>,
        <http://lexvo.org/id/term/kor/%E6%A2%A3>,
        <http://lexvo.org/id/term/kor/SIM>,
        <http://lexvo.org/id/term/vie/r%E1%BA%A7m>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sam4>,
        <http://lexvo.org/id/term/yue/%E6%A2%A3>,
        "梣"^^xsd:string .

<http://lexvo.org/id/char/68A4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A2%A4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%A9n>,
        "梤"^^xsd:string .

<http://lexvo.org/id/char/68A5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A2%A5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C5%8Dng>,
        "梥"^^xsd:string .

<http://lexvo.org/id/char/68A6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A2%A6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A8ng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A8ng%20m%C3%A9ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mung6>,
        <http://lexvo.org/id/term/yue/%E6%A2%A6>,
        "梦"^^xsd:string ;
    rdfs:comment "dream; visionary; wishful"@en .

<http://lexvo.org/id/char/68A7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A2%A7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C3%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C3%BA%20w%C3%B9%20y%C7%94>,
        <http://lexvo.org/id/term/kor/%E6%A2%A7>,
        <http://lexvo.org/id/term/kor/O>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ng4>,
        <http://lexvo.org/id/term/yue/%E6%A2%A7>,
        "梧"^^xsd:string ;
    rdfs:comment "Chinese parasoltree, Sterculia platanifolia"@en .

<http://lexvo.org/id/char/68A8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A2%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%AD>,
        <http://lexvo.org/id/term/kor/%E6%A2%A8>,
        <http://lexvo.org/id/term/kor/LI>,
        <http://lexvo.org/id/term/vie/l%C3%AA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lei4>,
        <http://lexvo.org/id/term/yue/%E6%A2%A8>,
        "梨"^^xsd:string ;
    rdfs:comment "pear; opera; cut, slash"@en .

<http://lexvo.org/id/char/68A9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A2%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%AD%20s%C3%AC>,
        <http://lexvo.org/id/term/vie/l%C3%A1i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lei4%20lei5>,
        <http://lexvo.org/id/term/yue/%E6%A2%A9>,
        "梩"^^xsd:string ;
    rdfs:comment "a hod, a basket in which to carry earth"@en .

<http://lexvo.org/id/char/68AA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A2%AA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%B2u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dau6>,
        <http://lexvo.org/id/term/yue/%E6%A2%AA>,
        "梪"^^xsd:string .

<http://lexvo.org/id/char/68AB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A2%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C4%93n%20q%C4%ABn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/caam1%20cam1>,
        <http://lexvo.org/id/term/yue/%E6%A2%AB>,
        "梫"^^xsd:string .

<http://lexvo.org/id/char/68AC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A2%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%90ng%20ch%C4%9Bng>,
        <http://lexvo.org/id/term/vie/s%E1%BA%BFn>,
        "梬"^^xsd:string .

<http://lexvo.org/id/char/68AD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A2%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/su%C5%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/su%C5%8D%20x%C3%B9n>,
        <http://lexvo.org/id/term/kor/%E6%A2%AD>,
        <http://lexvo.org/id/term/kor/SA>,
        <http://lexvo.org/id/term/vie/thoi>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/so1>,
        <http://lexvo.org/id/term/yue/%E6%A2%AD>,
        "梭"^^xsd:string ;
    rdfs:comment "weaver's shuttle; go to and fro"@en .

<http://lexvo.org/id/char/68AE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A2%AE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C5%AB>,
        <http://lexvo.org/id/term/vie/c%E1%BB%8Dc>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/guk6>,
        <http://lexvo.org/id/term/yue/%E6%A2%AE>,
        "梮"^^xsd:string ;
    rdfs:comment "snowshoes"@en .

<http://lexvo.org/id/char/68AF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A2%AF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C4%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C4%AB%20t%C3%AD>,
        <http://lexvo.org/id/term/kor/%E6%A2%AF>,
        <http://lexvo.org/id/term/kor/CEY>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tai1>,
        <http://lexvo.org/id/term/yue/%E6%A2%AF>,
        "梯"^^xsd:string ;
    rdfs:comment "ladder, steps, stairs; lean"@en .

<http://lexvo.org/id/char/68B0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A2%B0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A8%20ji%C3%A8>,
        <http://lexvo.org/id/term/kor/%E6%A2%B0>,
        <http://lexvo.org/id/term/kor/KYEY>,
        <http://lexvo.org/id/term/vie/gi%E1%BB%9Bi>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/haai6>,
        <http://lexvo.org/id/term/yue/%E6%A2%B0>,
        "械"^^xsd:string ;
    rdfs:comment "weapons; implements, instruments"@en .

<http://lexvo.org/id/char/68B1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A2%B1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C7%94n>,
        <http://lexvo.org/id/term/kor/%E6%A2%B1>,
        <http://lexvo.org/id/term/kor/KON>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kwan2>,
        <http://lexvo.org/id/term/yue/%E6%A2%B1>,
        "梱"^^xsd:string ;
    rdfs:comment "doorsill; doorjamb"@en .

<http://lexvo.org/id/char/68B2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A2%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zhu%C3%B3>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zyut3>,
        <http://lexvo.org/id/term/yue/%E6%A2%B2>,
        "梲"^^xsd:string ;
    rdfs:comment "joist; cane, club; king-post"@en .

<http://lexvo.org/id/char/68B3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A2%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C5%AB>,
        <http://lexvo.org/id/term/kor/%E6%A2%B3>,
        <http://lexvo.org/id/term/kor/SO>,
        <http://lexvo.org/id/term/vie/s%C6%A1>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/so1>,
        <http://lexvo.org/id/term/yue/%E6%A2%B3>,
        "梳"^^xsd:string ;
    rdfs:comment "comb; brush"@en .

<http://lexvo.org/id/char/68B4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A2%B4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C4%81n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cin1>,
        <http://lexvo.org/id/term/yue/%E6%A2%B4>,
        "梴"^^xsd:string ;
    rdfs:comment "long"@en .

<http://lexvo.org/id/char/68B5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A2%B5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E6%A2%B5>,
        <http://lexvo.org/id/term/kor/PEM>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/faan4%20faan6>,
        <http://lexvo.org/id/term/yue/%E6%A2%B5>,
        "梵"^^xsd:string ;
    rdfs:comment "Buddhist, Sanskrit"@en .

<http://lexvo.org/id/char/68B6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A2%B6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C4%9Bi>,
        <http://lexvo.org/id/term/kor/%E6%A2%B6>,
        <http://lexvo.org/id/term/kor/MI>,
        <http://lexvo.org/id/term/vie/v%E1%BA%A3>,
        "梶"^^xsd:string ;
    rdfs:comment "oar, shaft"@en .

<http://lexvo.org/id/char/68B7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A2%B7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%ACng>,
        "梷"^^xsd:string .

<http://lexvo.org/id/char/68B8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A2%B8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%AD>,
        "梸"^^xsd:string .

<http://lexvo.org/id/char/68B9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A2%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C4%ABn%200076.032%3Ab%C4%ABng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C4%ABng%20b%C4%ABn>,
        <http://lexvo.org/id/term/vie/bi%C3%AAng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ban1>,
        <http://lexvo.org/id/term/yue/%E6%A2%B9>,
        "梹"^^xsd:string ;
    rdfs:comment "the areca-nut; the betel-nut"@en .

<http://lexvo.org/id/char/68BA> a lvont:Character ;
    lvont:represents "梺"^^xsd:string .

<http://lexvo.org/id/char/68BB> a lvont:Character ;
    lvont:represents "梻"^^xsd:string ;
    rdfs:comment "a tree whose branches are placed on Buddhist graves"@en .

<http://lexvo.org/id/char/68BC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A2%BC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%A1o>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%A1o%20d%C7%8Eo>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/to4>,
        <http://lexvo.org/id/term/yue/%E6%A2%BC>,
        "梼"^^xsd:string ;
    rdfs:comment "block of wood; blockhead; stupid"@en .

<http://lexvo.org/id/char/68BD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A2%BD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%AC>,
        "梽"^^xsd:string .

<http://lexvo.org/id/char/68BE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A2%BE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%A1i>,
        "梾"^^xsd:string .

<http://lexvo.org/id/char/68BF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A2%BF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lin4>,
        <http://lexvo.org/id/term/yue/%E6%A2%BF>,
        "梿"^^xsd:string .

<http://lexvo.org/id/char/68C0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A3%80>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C7%8En>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gim2>,
        <http://lexvo.org/id/term/yue/%E6%A3%80>,
        "检"^^xsd:string ;
    rdfs:comment "check; examine"@en .

<http://lexvo.org/id/char/68C1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A3%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zhu%C3%B3%20tu%C5%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zhu%C5%8D>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zyut3>,
        <http://lexvo.org/id/term/yue/%E6%A3%81>,
        "棁"^^xsd:string ;
    rdfs:comment "joist; cane"@en .

<http://lexvo.org/id/char/68C2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A3%82>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%ADng>,
        <http://lexvo.org/id/term/vie/ranh>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ling4>,
        <http://lexvo.org/id/term/yue/%E6%A3%82>,
        "棂"^^xsd:string ;
    rdfs:comment "carved or patterned window sills"@en .

<http://lexvo.org/id/char/68C3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A3%83>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lei4>,
        <http://lexvo.org/id/term/yue/%E6%A3%83>,
        "棃"^^xsd:string ;
    rdfs:comment "a pear"@en .

<http://lexvo.org/id/char/68C4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A3%84>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C3%AC>,
        <http://lexvo.org/id/term/kor/%E6%A3%84>,
        <http://lexvo.org/id/term/kor/KI>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hei3>,
        <http://lexvo.org/id/term/yue/%E6%A3%84>,
        "棄"^^xsd:string ;
    rdfs:comment "reject, abandon, discard"@en .

<http://lexvo.org/id/char/68C5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A3%85>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%ACng>,
        <http://lexvo.org/id/term/kor/%E6%A3%85>,
        <http://lexvo.org/id/term/kor/PYENG>,
        "棅"^^xsd:string ;
    rdfs:comment "handle, lever, knob; authority"@en .

<http://lexvo.org/id/char/68C6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A3%86>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C5%ABn%20l%C3%BAn>,
        <http://lexvo.org/id/term/vie/su%C3%B4n>,
        "棆"^^xsd:string ;
    rdfs:comment "camphor tree"@en .

<http://lexvo.org/id/char/68C7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A3%87>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C5%8Dng>,
        "棇"^^xsd:string .

<http://lexvo.org/id/char/68C8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A3%88>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C3%A0n>,
        "棈"^^xsd:string .

<http://lexvo.org/id/char/68C9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A3%89>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/mi%C3%A1n>,
        <http://lexvo.org/id/term/kor/%E6%A3%89>,
        <http://lexvo.org/id/term/kor/MYEN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/min4>,
        <http://lexvo.org/id/term/yue/%E6%A3%89>,
        "棉"^^xsd:string ;
    rdfs:comment "cotton; cotton padded"@en .

<http://lexvo.org/id/char/68CA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A3%8A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C3%AD>,
        <http://lexvo.org/id/term/kor/%E6%A3%8A>,
        <http://lexvo.org/id/term/kor/KI>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kei4>,
        <http://lexvo.org/id/term/yue/%E6%A3%8A>,
        "棊"^^xsd:string ;
    rdfs:comment "chess; any game similar to chess"@en .

<http://lexvo.org/id/char/68CB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A3%8B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C3%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C3%AD%20j%C4%AB>,
        <http://lexvo.org/id/term/kor/%E6%A3%8B>,
        <http://lexvo.org/id/term/kor/KI>,
        <http://lexvo.org/id/term/vie/c%E1%BB%9Di>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kei4>,
        <http://lexvo.org/id/term/yue/%E6%A3%8B>,
        "棋"^^xsd:string ;
    rdfs:comment "chess; any game similar to chess"@en .

<http://lexvo.org/id/char/68CC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A3%8C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C7%8Ei>,
        <http://lexvo.org/id/term/kor/%E6%A3%8C>,
        <http://lexvo.org/id/term/kor/CHAY>,
        "棌"^^xsd:string .

<http://lexvo.org/id/char/68CD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A3%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C3%B9n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C3%B9n%20h%C3%B9n%20%C4%81o%20g%C7%94n>,
        <http://lexvo.org/id/term/kor/%E6%A3%8D>,
        <http://lexvo.org/id/term/kor/KON%20HON>,
        <http://lexvo.org/id/term/vie/%C4%91i%E1%BB%81m%20c%C3%B4n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gwan3>,
        <http://lexvo.org/id/term/yue/%E6%A3%8D>,
        "棍"^^xsd:string ;
    rdfs:comment "stick, cudgel; scoundrel"@en .

<http://lexvo.org/id/char/68CE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A3%8E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%A1n>,
        "棎"^^xsd:string .

<http://lexvo.org/id/char/68CF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A3%8F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%A8>,
        "棏"^^xsd:string .

<http://lexvo.org/id/char/68D0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A3%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C4%9Bi>,
        <http://lexvo.org/id/term/kor/%E6%A3%90>,
        <http://lexvo.org/id/term/kor/PI>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fei2>,
        <http://lexvo.org/id/term/yue/%E6%A3%90>,
        "棐"^^xsd:string ;
    rdfs:comment "species of yew"@en .

<http://lexvo.org/id/char/68D1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A3%91>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%A1i>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%A1i%20b%C3%A0i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/paai4>,
        <http://lexvo.org/id/term/yue/%E6%A3%91>,
        "棑"^^xsd:string ;
    rdfs:comment "raft"@en .

<http://lexvo.org/id/char/68D2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A3%92>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%A0ng>,
        <http://lexvo.org/id/term/kor/%E6%A3%92>,
        <http://lexvo.org/id/term/kor/PONG>,
        <http://lexvo.org/id/term/vie/v%E1%BB%95ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/paang5>,
        <http://lexvo.org/id/term/yue/%E6%A3%92>,
        "棒"^^xsd:string ;
    rdfs:comment "stick, club, truncheon; hit"@en .

<http://lexvo.org/id/char/68D3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A3%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%A0ng%200046.020%3Ab%C3%A8i>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C7%92u%20b%C3%A0ng%20b%C3%A8i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bui4%20paang5>,
        <http://lexvo.org/id/term/yue/%E6%A3%93>,
        "棓"^^xsd:string ;
    rdfs:comment "hit, strike"@en .

<http://lexvo.org/id/char/68D4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A3%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C5%ABn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fan1>,
        <http://lexvo.org/id/term/yue/%E6%A3%94>,
        "棔"^^xsd:string .

<http://lexvo.org/id/char/68D5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A3%95>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C5%8Dng>,
        <http://lexvo.org/id/term/kor/%E6%A3%95>,
        <http://lexvo.org/id/term/kor/CONG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zung1>,
        <http://lexvo.org/id/term/yue/%E6%A3%95>,
        "棕"^^xsd:string ;
    rdfs:comment "hemp palm; palm tree"@en .

<http://lexvo.org/id/char/68D6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A3%96>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%A9ng>,
        <http://lexvo.org/id/term/kor/%E6%A3%96>,
        <http://lexvo.org/id/term/kor/CENG>,
        <http://lexvo.org/id/term/vie/tr%C6%B0%E1%BB%9Dng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/caam4%20caam5%20caan5%20caang4>,
        <http://lexvo.org/id/term/yue/%E6%A3%96>,
        "棖"^^xsd:string ;
    rdfs:comment "door stop, door jam; touch; a prop, post"@en .

<http://lexvo.org/id/char/68D7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A3%97>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C7%8Eo>,
        <http://lexvo.org/id/term/kor/%E6%A3%97>,
        <http://lexvo.org/id/term/kor/CO>,
        <http://lexvo.org/id/term/vie/t%C3%A1o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zou2>,
        <http://lexvo.org/id/term/yue/%E6%A3%97>,
        "棗"^^xsd:string ;
    rdfs:comment "date tree; dates, jujubes; surname"@en .

<http://lexvo.org/id/char/68D8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A3%98>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%AD>,
        <http://lexvo.org/id/term/kor/%E6%A3%98>,
        <http://lexvo.org/id/term/kor/KUK>,
        <http://lexvo.org/id/term/vie/g%E1%BA%A5c>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gik1>,
        <http://lexvo.org/id/term/yue/%E6%A3%98>,
        "棘"^^xsd:string ;
    rdfs:comment "jujube tree; thorns, brambles"@en .

<http://lexvo.org/id/char/68D9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A3%99>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lai6>,
        <http://lexvo.org/id/term/yue/%E6%A3%99>,
        "棙"^^xsd:string ;
    rdfs:comment "obstinate; to draw the fingers across; to steer"@en .

<http://lexvo.org/id/char/68DA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A3%9A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%A9ng>,
        <http://lexvo.org/id/term/kor/%E6%A3%9A>,
        <http://lexvo.org/id/term/kor/PWUNG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/paang4>,
        <http://lexvo.org/id/term/yue/%E6%A3%9A>,
        "棚"^^xsd:string ;
    rdfs:comment "tent, awning; booth; shed"@en .

<http://lexvo.org/id/char/68DB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A3%9B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%B9>,
        "棛"^^xsd:string .

<http://lexvo.org/id/char/68DC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A3%9C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jyu3>,
        <http://lexvo.org/id/term/yue/%E6%A3%9C>,
        "棜"^^xsd:string ;
    rdfs:comment "branch, fork; tray"@en .

<http://lexvo.org/id/char/68DD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A3%9D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C3%B9>,
        "棝"^^xsd:string .

<http://lexvo.org/id/char/68DE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A3%9E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%BAn>,
        "棞"^^xsd:string .

<http://lexvo.org/id/char/68DF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A3%9F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%B2ng>,
        <http://lexvo.org/id/term/kor/%E6%A3%9F>,
        <http://lexvo.org/id/term/kor/TONG>,
        <http://lexvo.org/id/term/vie/nh%E1%BA%AFm%20%C4%91%E1%BB%91ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dung3%20dung6>,
        <http://lexvo.org/id/term/yue/%E6%A3%9F>,
        "棟"^^xsd:string ;
    rdfs:comment "the main beams supporting a house"@en .

<http://lexvo.org/id/char/68E0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A3%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%A1ng>,
        <http://lexvo.org/id/term/kor/%E6%A3%A0>,
        <http://lexvo.org/id/term/kor/TANG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tong4>,
        <http://lexvo.org/id/term/yue/%E6%A3%A0>,
        "棠"^^xsd:string ;
    rdfs:comment "crab apple tree; wild plums"@en .

<http://lexvo.org/id/char/68E1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A3%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C4%81ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gong1%20gong3>,
        <http://lexvo.org/id/term/yue/%E6%A3%A1>,
        "棡"^^xsd:string .

<http://lexvo.org/id/char/68E2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A3%A2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C7%8Eng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mong1>,
        <http://lexvo.org/id/term/yue/%E6%A3%A2>,
        "棢"^^xsd:string ;
    rdfs:comment "the felloe or rim of a wheel"@en .

<http://lexvo.org/id/char/68E3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A3%A3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%AC%20t%C3%AC%20d%C3%A0i>,
        <http://lexvo.org/id/term/kor/%E6%A3%A3>,
        <http://lexvo.org/id/term/kor/CHEY>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dai6>,
        <http://lexvo.org/id/term/yue/%E6%A3%A3>,
        "棣"^^xsd:string ;
    rdfs:comment "kerria japonica plant, cherry"@en .

<http://lexvo.org/id/char/68E4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A3%A4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C3%AD>,
        "棤"^^xsd:string .

<http://lexvo.org/id/char/68E5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A3%A5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%A1n>,
        "棥"^^xsd:string ;
    rdfs:comment "a railing; a fence an enclosed place"@en .

<http://lexvo.org/id/char/68E6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A3%A6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C4%93ng>,
        <http://lexvo.org/id/term/vie/ranh>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/caang1>,
        <http://lexvo.org/id/term/yue/%E6%A3%A6>,
        "棦"^^xsd:string .

<http://lexvo.org/id/char/68E7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A3%A7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E6%A3%A7>,
        <http://lexvo.org/id/term/kor/CAN%20CEN>,
        <http://lexvo.org/id/term/vie/su%C3%B4ng%20s%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zaan2%20zaan6>,
        <http://lexvo.org/id/term/yue/%E6%A3%A7>,
        "棧"^^xsd:string ;
    rdfs:comment "warehouse; tavern, inn"@en .

<http://lexvo.org/id/char/68E8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A3%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C7%90>,
        <http://lexvo.org/id/term/kor/%E6%A3%A8>,
        <http://lexvo.org/id/term/kor/KYEY>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kai2>,
        <http://lexvo.org/id/term/yue/%E6%A3%A8>,
        "棨"^^xsd:string ;
    rdfs:comment "tally or wooden pass"@en .

<http://lexvo.org/id/char/68E9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A3%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/yu%C4%81n>,
        "棩"^^xsd:string .

<http://lexvo.org/id/char/68EA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A3%AA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%8En>,
        "棪"^^xsd:string ;
    rdfs:comment "tree"@en .

<http://lexvo.org/id/char/68EB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A3%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wik6>,
        <http://lexvo.org/id/term/yue/%E6%A3%AB>,
        "棫"^^xsd:string ;
    rdfs:comment "thorny shrub with yellow flowers; a kind of oak"@en .

<http://lexvo.org/id/char/68EC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A3%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qu%C4%81n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qu%C4%81n%20qu%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E6%A3%AC>,
        <http://lexvo.org/id/term/kor/KWEN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hyun1>,
        <http://lexvo.org/id/term/yue/%E6%A3%AC>,
        "棬"^^xsd:string ;
    rdfs:comment "bowl"@en .

<http://lexvo.org/id/char/68ED> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A3%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%AC>,
        "棭"^^xsd:string .

<http://lexvo.org/id/char/68EE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A3%AE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C4%93n>,
        <http://lexvo.org/id/term/kor/%E6%A3%AE>,
        <http://lexvo.org/id/term/kor/SAM>,
        <http://lexvo.org/id/term/vie/ch%C3%B9m>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sam1>,
        <http://lexvo.org/id/term/yue/%E6%A3%AE>,
        "森"^^xsd:string ;
    rdfs:comment "forest; luxuriant vegetation"@en .

<http://lexvo.org/id/char/68EF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A3%AF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/r%C4%9Bn%20ni%C3%A0n>,
        <http://lexvo.org/id/term/vie/n%E1%BA%A1m>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/nim1%20nim6>,
        <http://lexvo.org/id/term/yue/%E6%A3%AF>,
        "棯"^^xsd:string ;
    rdfs:comment "jujube tree"@en .

<http://lexvo.org/id/char/68F0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A3%B0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/chu%C3%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/chu%C3%AD%20du%C7%92>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ceoi4>,
        <http://lexvo.org/id/term/yue/%E6%A3%B0>,
        "棰"^^xsd:string .

<http://lexvo.org/id/char/68F1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A3%B1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%A9ng%20l%C4%93ng%20l%C3%ADng%20l%C3%A8ng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C4%93ng%200687.100%3Al%C3%A9ng%200719.030%3Al%C3%ADng>,
        <http://lexvo.org/id/term/vie/s%C4%83ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ling4>,
        <http://lexvo.org/id/term/yue/%E6%A3%B1>,
        "棱"^^xsd:string ;
    rdfs:comment "squared timber; angle, edge"@en .

<http://lexvo.org/id/char/68F2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A3%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C4%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C4%AB%20x%C4%AB>,
        <http://lexvo.org/id/term/kor/%E6%A3%B2>,
        <http://lexvo.org/id/term/kor/SE>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cai1>,
        <http://lexvo.org/id/term/yue/%E6%A3%B2>,
        "棲"^^xsd:string ;
    rdfs:comment "perch; roost; stay"@en .

<http://lexvo.org/id/char/68F3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A3%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zhu%C3%B3>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zyut3>,
        <http://lexvo.org/id/term/yue/%E6%A3%B3>,
        "棳"^^xsd:string ;
    rdfs:comment "small pillars that support the roof, those which rest on the main bean"@en .

<http://lexvo.org/id/char/68F4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A3%B4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%BA>,
        "棴"^^xsd:string .

<http://lexvo.org/id/char/68F5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A3%B5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C4%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C4%93%20ku%C7%8En%20k%C4%9B>,
        <http://lexvo.org/id/term/vie/qu%E1%BA%A3>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fo1%20fo2%20po1>,
        <http://lexvo.org/id/term/yue/%E6%A3%B5>,
        "棵"^^xsd:string ;
    rdfs:comment "numerary adjunct for trees"@en .

<http://lexvo.org/id/char/68F6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A3%B6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%A1i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/loi4>,
        <http://lexvo.org/id/term/yue/%E6%A3%B6>,
        "棶"^^xsd:string .

<http://lexvo.org/id/char/68F7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A3%B7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C5%8Du>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sau2%20zau1>,
        <http://lexvo.org/id/term/yue/%E6%A3%B7>,
        "棷"^^xsd:string .

<http://lexvo.org/id/char/68F8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A3%B8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C5%8Du>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zau1>,
        <http://lexvo.org/id/term/yue/%E6%A3%B8>,
        "棸"^^xsd:string ;
    rdfs:comment "surname"@en .

<http://lexvo.org/id/char/68F9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A3%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%A0o>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zhu%C5%8D%20zh%C3%A0o>,
        <http://lexvo.org/id/term/kor/%E6%A3%B9>,
        <http://lexvo.org/id/term/kor/TO>,
        <http://lexvo.org/id/term/vie/ch%C3%A8o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zaau6%20zoek3>,
        <http://lexvo.org/id/term/yue/%E6%A3%B9>,
        "棹"^^xsd:string ;
    rdfs:comment "oar; boat"@en .

<http://lexvo.org/id/char/68FA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A3%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/gu%C4%81n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/gu%C4%81n%20gu%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E6%A3%BA>,
        <http://lexvo.org/id/term/kor/KWAN>,
        <http://lexvo.org/id/term/vie/quan>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gun1>,
        <http://lexvo.org/id/term/yue/%E6%A3%BA>,
        "棺"^^xsd:string ;
    rdfs:comment "coffin"@en .

<http://lexvo.org/id/char/68FB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A3%BB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%A9n%20f%C4%93n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C4%93n>,
        <http://lexvo.org/id/term/kor/%E6%A3%BB>,
        <http://lexvo.org/id/term/kor/PWUN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fan1>,
        <http://lexvo.org/id/term/yue/%E6%A3%BB>,
        "棻"^^xsd:string ;
    rdfs:comment "kind of wood from which perfume"@en .

<http://lexvo.org/id/char/68FC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A3%BC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%A9n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%A9n%20f%C4%93n%20f%C3%A8n>,
        <http://lexvo.org/id/term/kor/%E6%A3%BC>,
        <http://lexvo.org/id/term/kor/PWUN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fan4>,
        <http://lexvo.org/id/term/yue/%E6%A3%BC>,
        "棼"^^xsd:string ;
    rdfs:comment "beams in the roof of a house confused, disordered"@en .

<http://lexvo.org/id/char/68FD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A3%BD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C4%93n%20sh%C4%93n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C4%93n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cam1>,
        <http://lexvo.org/id/term/yue/%E6%A3%BD>,
        "棽"^^xsd:string .

<http://lexvo.org/id/char/68FE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A3%BE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C3%B3ng>,
        "棾"^^xsd:string .

<http://lexvo.org/id/char/68FF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A3%BF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ni%C3%A8>,
        <http://lexvo.org/id/term/vie/ngh%C3%AA>,
        "棿"^^xsd:string .

<http://lexvo.org/id/char/6900> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A4%80>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C7%8En>,
        <http://lexvo.org/id/term/kor/%E6%A4%80>,
        <http://lexvo.org/id/term/kor/WAN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wun2>,
        <http://lexvo.org/id/term/yue/%E6%A4%80>,
        "椀"^^xsd:string ;
    rdfs:comment "bowl; cup; dish"@en .

<http://lexvo.org/id/char/6901> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A4%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/gu%C7%92>,
        <http://lexvo.org/id/term/kor/%E6%A4%81>,
        <http://lexvo.org/id/term/kor/KWAK>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gwok3>,
        <http://lexvo.org/id/term/yue/%E6%A4%81>,
        "椁"^^xsd:string ;
    rdfs:comment "outer-coffin; vault"@en .

<http://lexvo.org/id/char/6902> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A4%82>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%B9>,
        "椂"^^xsd:string .

<http://lexvo.org/id/char/6903> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A4%83>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A1o>,
        "椃"^^xsd:string .

<http://lexvo.org/id/char/6904> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A4%84>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C4%93>,
        <http://lexvo.org/id/term/kor/%E6%A4%84>,
        <http://lexvo.org/id/term/kor/CEP>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zip3>,
        <http://lexvo.org/id/term/yue/%E6%A4%84>,
        "椄"^^xsd:string ;
    rdfs:comment "to graft"@en .

<http://lexvo.org/id/char/6905> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A4%85>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C4%AB%201363.160%3Ay%C7%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%90%20y%C4%AB>,
        <http://lexvo.org/id/term/kor/%E6%A4%85>,
        <http://lexvo.org/id/term/kor/UY>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ji1%20ji2>,
        <http://lexvo.org/id/term/yue/%E6%A4%85>,
        "椅"^^xsd:string ;
    rdfs:comment "chair, seat"@en .

<http://lexvo.org/id/char/6906> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A4%86>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%B3u>,
        "椆"^^xsd:string .

<http://lexvo.org/id/char/6907> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A4%87>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C7%94>,
        <http://lexvo.org/id/term/vie/g%E1%BB%A5>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/geoi2>,
        <http://lexvo.org/id/term/yue/%E6%A4%87>,
        "椇"^^xsd:string .

<http://lexvo.org/id/char/6908> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A4%88>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%BA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/guk1>,
        <http://lexvo.org/id/term/yue/%E6%A4%88>,
        "椈"^^xsd:string ;
    rdfs:comment "cedar"@en .

<http://lexvo.org/id/char/6909> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A4%89>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%A9ng%201030.010%3Ash%C3%A8ng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%A9ng%20sh%C3%A8ng>,
        "椉"^^xsd:string .

<http://lexvo.org/id/char/690A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A4%8A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zu%C3%B3>,
        <http://lexvo.org/id/term/vie/ch%E1%BB%91t>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zyut6>,
        <http://lexvo.org/id/term/yue/%E6%A4%8A>,
        "椊"^^xsd:string ;
    rdfs:comment "to fit a handle into a socket; a plug or cork"@en .

<http://lexvo.org/id/char/690B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A4%8B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C3%A1ng>,
        <http://lexvo.org/id/term/kor/%E6%A4%8B>,
        <http://lexvo.org/id/term/kor/LYANG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/loeng4>,
        <http://lexvo.org/id/term/yue/%E6%A4%8B>,
        "椋"^^xsd:string ;
    rdfs:comment "fruit"@en .

<http://lexvo.org/id/char/690C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A4%8C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C4%81ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hong1>,
        <http://lexvo.org/id/term/yue/%E6%A4%8C>,
        "椌"^^xsd:string ;
    rdfs:comment "instrument"@en .

<http://lexvo.org/id/char/690D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A4%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%AD>,
        <http://lexvo.org/id/term/kor/%E6%A4%8D>,
        <http://lexvo.org/id/term/kor/SIK%20CHI>,
        <http://lexvo.org/id/term/vie/th%E1%BB%B1c>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zik6>,
        <http://lexvo.org/id/term/yue/%E6%A4%8D>,
        "植"^^xsd:string ;
    rdfs:comment "plant, trees, plants; grow"@en .

<http://lexvo.org/id/char/690E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A4%8E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/chu%C3%AD%201523.070%3Azhu%C4%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zhu%C4%AB%20chu%C3%AD>,
        <http://lexvo.org/id/term/kor/%E6%A4%8E>,
        <http://lexvo.org/id/term/kor/CHWU>,
        <http://lexvo.org/id/term/vie/ch%C3%B2i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ceoi4%20zeoi1>,
        <http://lexvo.org/id/term/yue/%E6%A4%8E>,
        "椎"^^xsd:string ;
    rdfs:comment "hammer, mallet; vertebra"@en .

<http://lexvo.org/id/char/690F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A4%8F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C4%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C4%81%20y%C3%A1>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/aa1%20ngaa4>,
        <http://lexvo.org/id/term/yue/%E6%A4%8F>,
        "椏"^^xsd:string ;
    rdfs:comment "the forking branch of a tree"@en .

<http://lexvo.org/id/char/6910> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A4%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C5%AB>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/geoi1>,
        <http://lexvo.org/id/term/yue/%E6%A4%90>,
        "椐"^^xsd:string .

<http://lexvo.org/id/char/6911> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A4%91>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C4%93i%200867.110%3Ap%C3%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C4%93i%20p%C3%AD%20p%C3%AC>,
        <http://lexvo.org/id/term/kor/%E6%A4%91>,
        <http://lexvo.org/id/term/kor/PI>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bei1%20pei4>,
        <http://lexvo.org/id/term/yue/%E6%A4%91>,
        "椑"^^xsd:string ;
    rdfs:comment "oval"@en .

<http://lexvo.org/id/char/6912> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A4%92>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C4%81o>,
        <http://lexvo.org/id/term/kor/%E6%A4%92>,
        <http://lexvo.org/id/term/kor/CHO>,
        <http://lexvo.org/id/term/vie/ti%C3%AAu>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ziu1>,
        <http://lexvo.org/id/term/yue/%E6%A4%92>,
        "椒"^^xsd:string ;
    rdfs:comment "pepper, spices"@en .

<http://lexvo.org/id/char/6913> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A4%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zhu%C3%B3>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/doek3>,
        <http://lexvo.org/id/term/yue/%E6%A4%93>,
        "椓"^^xsd:string ;
    rdfs:comment "strike, hit, beat, hammer"@en .

<http://lexvo.org/id/char/6914> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A4%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C4%AB%20z%C3%AC>,
        "椔"^^xsd:string .

<http://lexvo.org/id/char/6915> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A4%95>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C4%ABn>,
        "椕"^^xsd:string .

<http://lexvo.org/id/char/6916> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A4%96>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%A9ng>,
        "椖"^^xsd:string .

<http://lexvo.org/id/char/6917> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A4%97>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%ACng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ding3>,
        <http://lexvo.org/id/term/yue/%E6%A4%97>,
        "椗"^^xsd:string .

<http://lexvo.org/id/char/6918> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A4%98>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C7%94>,
        "椘"^^xsd:string .

<http://lexvo.org/id/char/6919> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/kor/%E6%A4%99>,
        <http://lexvo.org/id/term/kor/CHANG>,
        "椙"^^xsd:string .

<http://lexvo.org/id/char/691A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/mun>,
        "椚"^^xsd:string ;
    rdfs:comment "a kind of oak used for charcoal"@en .

<http://lexvo.org/id/char/691B> a lvont:Character ;
    lvont:represents "椛"^^xsd:string ;
    rdfs:comment "type of birch"@en .

<http://lexvo.org/id/char/691C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A4%9C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C7%8En>,
        <http://lexvo.org/id/term/kor/%E6%A4%9C>,
        <http://lexvo.org/id/term/kor/KEM>,
        "検"^^xsd:string ;
    rdfs:comment "check; examine"@en .

<http://lexvo.org/id/char/691D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A4%9D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/gu%C4%AB>,
        "椝"^^xsd:string .

<http://lexvo.org/id/char/691E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A4%9E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C3%AC>,
        "椞"^^xsd:string .

<http://lexvo.org/id/char/691F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A4%9F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%BA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/duk6>,
        <http://lexvo.org/id/term/yue/%E6%A4%9F>,
        "椟"^^xsd:string ;
    rdfs:comment "cabinet, wardrobe; closet"@en .

<http://lexvo.org/id/char/6920> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A4%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cim3>,
        <http://lexvo.org/id/term/yue/%E6%A4%A0>,
        "椠"^^xsd:string ;
    rdfs:comment "wooden tablet; edition"@en .

<http://lexvo.org/id/char/6921> a lvont:Character ;
    lvont:represents "椡"^^xsd:string .

<http://lexvo.org/id/char/6922> a lvont:Character ;
    lvont:represents "椢"^^xsd:string .

<http://lexvo.org/id/char/6923> a lvont:Character ;
    lvont:represents "椣"^^xsd:string .

<http://lexvo.org/id/char/6924> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A4%A4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/lu%C3%B3>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lo4>,
        <http://lexvo.org/id/term/yue/%E6%A4%A4>,
        "椤"^^xsd:string ;
    rdfs:comment "tree"@en .

<http://lexvo.org/id/char/6925> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A4%A5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C4%AB>,
        <http://lexvo.org/id/term/vie/tre>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zi1>,
        <http://lexvo.org/id/term/yue/%E6%A4%A5>,
        "椥"^^xsd:string .

<http://lexvo.org/id/char/6926> a lvont:Character ;
    lvont:represents "椦"^^xsd:string .

<http://lexvo.org/id/char/6927> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/kor/%E6%A4%A7>,
        <http://lexvo.org/id/term/kor/MYENG>,
        "椧"^^xsd:string ;
    rdfs:comment "gutter"@en .

<http://lexvo.org/id/char/6928> a lvont:Character ;
    lvont:represents "椨"^^xsd:string .

<http://lexvo.org/id/char/6929> a lvont:Character ;
    lvont:represents "椩"^^xsd:string .

<http://lexvo.org/id/char/692A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A4%AA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%A8ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/pung3>,
        <http://lexvo.org/id/term/yue/%E6%A4%AA>,
        "椪"^^xsd:string ;
    rdfs:comment "Machilus nanmu, variety of evergreen"@en .

<http://lexvo.org/id/char/692B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A4%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C7%8En%20sh%C3%A0n>,
        "椫"^^xsd:string .

<http://lexvo.org/id/char/692C> a lvont:Character ;
    lvont:represents "椬"^^xsd:string .

<http://lexvo.org/id/char/692D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A4%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/tu%C7%92>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/to5>,
        <http://lexvo.org/id/term/yue/%E6%A4%AD>,
        "椭"^^xsd:string ;
    rdfs:comment "oval-shaped, elliptical, tubular"@en .

<http://lexvo.org/id/char/692E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A4%AE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C4%93n%20sh%C4%93n>,
        "椮"^^xsd:string .

<http://lexvo.org/id/char/692F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A4%AF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/du%C3%B3>,
        "椯"^^xsd:string .

<http://lexvo.org/id/char/6930> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A4%B0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A9%20y%C4%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C4%93>,
        <http://lexvo.org/id/term/kor/%E6%A4%B0>,
        <http://lexvo.org/id/term/kor/YA>,
        <http://lexvo.org/id/term/vie/da>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/je4>,
        <http://lexvo.org/id/term/yue/%E6%A4%B0>,
        "椰"^^xsd:string ;
    rdfs:comment "palm tree, coconut palm"@en .

<http://lexvo.org/id/char/6931> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A4%B1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%B2u>,
        "椱"^^xsd:string .

<http://lexvo.org/id/char/6932> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A4%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C4%9Bi>,
        "椲"^^xsd:string .

<http://lexvo.org/id/char/6933> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A4%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C4%93i>,
        <http://lexvo.org/id/term/vie/%E1%BB%95i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wui1>,
        <http://lexvo.org/id/term/yue/%E6%A4%B3>,
        "椳"^^xsd:string ;
    rdfs:comment "the pivots, at the top and bottom of a Chinese door, on which the door turns"@en .

<http://lexvo.org/id/char/6934> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A4%B4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/du%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E6%A4%B4>,
        <http://lexvo.org/id/term/kor/TAN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dyun6>,
        <http://lexvo.org/id/term/yue/%E6%A4%B4>,
        "椴"^^xsd:string ;
    rdfs:comment "poplar, aspen"@en .

<http://lexvo.org/id/char/6935> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A4%B5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C7%8E%20ji%C4%81>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gaa1%20gaa2>,
        <http://lexvo.org/id/term/yue/%E6%A4%B5>,
        "椵"^^xsd:string ;
    rdfs:comment "pompelmous; canque"@en .

<http://lexvo.org/id/char/6936> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A4%B6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C5%8Dng>,
        <http://lexvo.org/id/term/kor/%E6%A4%B6>,
        <http://lexvo.org/id/term/kor/CONG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zung1>,
        <http://lexvo.org/id/term/yue/%E6%A4%B6>,
        "椶"^^xsd:string ;
    rdfs:comment "palm tree"@en .

<http://lexvo.org/id/char/6937> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A4%B7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C4%81n%20h%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gaam1>,
        <http://lexvo.org/id/term/yue/%E6%A4%B7>,
        "椷"^^xsd:string ;
    rdfs:comment "box; casket; letter; envelope"@en .

<http://lexvo.org/id/char/6938> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A4%B8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ji4>,
        <http://lexvo.org/id/term/yue/%E6%A4%B8>,
        "椸"^^xsd:string ;
    rdfs:comment "rack"@en .

<http://lexvo.org/id/char/6939> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A4%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%A8n%201466.080%3Azh%C4%93n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%A8n%20zh%C4%93n>,
        <http://lexvo.org/id/term/kor/%E6%A4%B9>,
        <http://lexvo.org/id/term/kor/CHIM>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sam6%20zam1>,
        <http://lexvo.org/id/term/yue/%E6%A4%B9>,
        "椹"^^xsd:string ;
    rdfs:comment "a chopping board"@en .

<http://lexvo.org/id/char/693A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A4%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C3%AD>,
        <http://lexvo.org/id/term/kor/%E6%A4%BA>,
        <http://lexvo.org/id/term/kor/PO>,
        "椺"^^xsd:string ;
    rdfs:comment "beam of a house"@en .

<http://lexvo.org/id/char/693B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A4%BB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A0n>,
        "椻"^^xsd:string .

<http://lexvo.org/id/char/693C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A4%BC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%8En>,
        "椼"^^xsd:string .

<http://lexvo.org/id/char/693D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A4%BD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/chu%C3%A1n>,
        <http://lexvo.org/id/term/kor/%E6%A4%BD>,
        <http://lexvo.org/id/term/kor/YEN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cyun4>,
        <http://lexvo.org/id/term/yue/%E6%A4%BD>,
        "椽"^^xsd:string ;
    rdfs:comment "beams, rafters, supports"@en .

<http://lexvo.org/id/char/693E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A4%BE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C4%81n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%A0n%20ji%C4%81n>,
        "椾"^^xsd:string .

<http://lexvo.org/id/char/693F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A4%BF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C5%ABn>,
        <http://lexvo.org/id/term/kor/%E6%A4%BF>,
        <http://lexvo.org/id/term/kor/CHWUN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ceon1>,
        <http://lexvo.org/id/term/yue/%E6%A4%BF>,
        "椿"^^xsd:string ;
    rdfs:comment "father; a plant with white flowers"@en .

<http://lexvo.org/id/char/6940> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A5%80>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%94%20j%C7%94>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/geoi2%20jyu5>,
        <http://lexvo.org/id/term/yue/%E6%A5%80>,
        "楀"^^xsd:string ;
    rdfs:comment "name of tree; surname"@en .

<http://lexvo.org/id/char/6941> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A5%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A9>,
        "楁"^^xsd:string .

<http://lexvo.org/id/char/6942> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A5%82>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%A1%201447.050%3Azh%C4%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C4%81%20ch%C3%A1%20ch%C4%81>,
        <http://lexvo.org/id/term/kor/%E6%A5%82>,
        <http://lexvo.org/id/term/kor/SA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/caa4%20zaa1>,
        <http://lexvo.org/id/term/yue/%E6%A5%82>,
        "楂"^^xsd:string ;
    rdfs:comment "a raft, to hew, to fell trees"@en .

<http://lexvo.org/id/char/6943> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A5%83>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C3%B2>,
        "楃"^^xsd:string .

<http://lexvo.org/id/char/6944> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A5%84>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/pi%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/pin4>,
        <http://lexvo.org/id/term/yue/%E6%A5%84>,
        "楄"^^xsd:string ;
    rdfs:comment "block"@en .

<http://lexvo.org/id/char/6945> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A5%85>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bik1%20fuk1>,
        <http://lexvo.org/id/term/yue/%E6%A5%85>,
        "楅"^^xsd:string ;
    rdfs:comment "wooden board"@en .

<http://lexvo.org/id/char/6946> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A5%86>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C4%81o>,
        "楆"^^xsd:string .

<http://lexvo.org/id/char/6947> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A5%87>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%B2>,
        "楇"^^xsd:string .

<http://lexvo.org/id/char/6948> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A5%88>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C5%AB>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/seoi1>,
        <http://lexvo.org/id/term/yue/%E6%A5%88>,
        "楈"^^xsd:string .

<http://lexvo.org/id/char/6949> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A5%89>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ru%C3%B2>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/joek6>,
        <http://lexvo.org/id/term/yue/%E6%A5%89>,
        "楉"^^xsd:string .

<http://lexvo.org/id/char/694A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A5%8A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A1ng>,
        <http://lexvo.org/id/term/kor/%E6%A5%8A>,
        <http://lexvo.org/id/term/kor/YANG>,
        <http://lexvo.org/id/term/vie/d%C6%B0%C6%A1ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/joeng4>,
        <http://lexvo.org/id/term/yue/%E6%A5%8A>,
        "楊"^^xsd:string ;
    rdfs:comment "willow, poplar, aspen; surname"@en .

<http://lexvo.org/id/char/694B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A5%8B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%A0>,
        "楋"^^xsd:string .

<http://lexvo.org/id/char/694C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A5%8C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A1n>,
        "楌"^^xsd:string .

<http://lexvo.org/id/char/694D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A5%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C4%9Bn>,
        "楍"^^xsd:string .

<http://lexvo.org/id/char/694E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A5%8E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%BAn%20hu%C4%AB>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fai1%20wan4>,
        <http://lexvo.org/id/term/yue/%E6%A5%8E>,
        "楎"^^xsd:string ;
    rdfs:comment "peg"@en .

<http://lexvo.org/id/char/694F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A5%8F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ku%C3%AD>,
        <http://lexvo.org/id/term/kor/%E6%A5%8F>,
        <http://lexvo.org/id/term/kor/KYU>,
        "楏"^^xsd:string .

<http://lexvo.org/id/char/6950> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A5%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%A8>,
        "楐"^^xsd:string .

<http://lexvo.org/id/char/6951> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A5%91>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ku%C3%AD%20ku%C7%90>,
        "楑"^^xsd:string .

<http://lexvo.org/id/char/6952> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A5%92>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C4%AB>,
        "楒"^^xsd:string .

<http://lexvo.org/id/char/6953> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A5%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C4%93ng>,
        <http://lexvo.org/id/term/kor/%E6%A5%93>,
        <http://lexvo.org/id/term/kor/PHWUNG>,
        <http://lexvo.org/id/term/vie/phong>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fung1>,
        <http://lexvo.org/id/term/yue/%E6%A5%93>,
        "楓"^^xsd:string ;
    rdfs:comment "maple tree"@en .

<http://lexvo.org/id/char/6954> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A5%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C4%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C4%93%20xi%C3%A8>,
        <http://lexvo.org/id/term/kor/%E6%A5%94>,
        <http://lexvo.org/id/term/kor/SEL>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sit3>,
        <http://lexvo.org/id/term/yue/%E6%A5%94>,
        "楔"^^xsd:string ;
    rdfs:comment "wedge; gatepost; foreword"@en .

<http://lexvo.org/id/char/6955> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A5%95>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/tu%C7%92>,
        <http://lexvo.org/id/term/kor/%E6%A5%95>,
        <http://lexvo.org/id/term/kor/THA>,
        "楕"^^xsd:string ;
    rdfs:comment "oval-shaped, elliptical, tubular"@en .

<http://lexvo.org/id/char/6956> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A5%96>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%AC%20j%C3%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zit3>,
        <http://lexvo.org/id/term/yue/%E6%A5%96>,
        "楖"^^xsd:string .

<http://lexvo.org/id/char/6957> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A5%97>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%A0n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%A0n%20ji%C7%8En>,
        <http://lexvo.org/id/term/kor/%E6%A5%97>,
        <http://lexvo.org/id/term/kor/KEN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gin6%20kin2>,
        <http://lexvo.org/id/term/yue/%E6%A5%97>,
        "楗"^^xsd:string ;
    rdfs:comment "bar of door, bolt of lock"@en .

<http://lexvo.org/id/char/6958> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A5%98>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mou6%20muk6>,
        <http://lexvo.org/id/term/yue/%E6%A5%98>,
        "楘"^^xsd:string ;
    rdfs:comment "band"@en .

<http://lexvo.org/id/char/6959> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A5%99>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A0o>,
        <http://lexvo.org/id/term/kor/%E6%A5%99>,
        <http://lexvo.org/id/term/kor/MWU>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mau6>,
        <http://lexvo.org/id/term/yue/%E6%A5%99>,
        "楙"^^xsd:string ;
    rdfs:comment "name of plant; lush"@en .

<http://lexvo.org/id/char/695A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A5%9A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C7%94>,
        <http://lexvo.org/id/term/kor/%E6%A5%9A>,
        <http://lexvo.org/id/term/kor/CHO>,
        <http://lexvo.org/id/term/vie/s%E1%BB%9F>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/co2>,
        <http://lexvo.org/id/term/yue/%E6%A5%9A>,
        "楚"^^xsd:string ;
    rdfs:comment "name of feudal state; clear"@en .

<http://lexvo.org/id/char/695B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A5%9B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%B9%200654.010%3Ak%C7%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%B9%20k%C7%94>,
        <http://lexvo.org/id/term/vie/g%E1%BB%97>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fu2%20wu6>,
        <http://lexvo.org/id/term/yue/%E6%A5%9B>,
        "楛"^^xsd:string ;
    rdfs:comment "coarse, crude; plant"@en .

<http://lexvo.org/id/char/695C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A5%9C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%BA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wu4>,
        <http://lexvo.org/id/term/yue/%E6%A5%9C>,
        "楜"^^xsd:string .

<http://lexvo.org/id/char/695D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A5%9D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E6%A5%9D>,
        <http://lexvo.org/id/term/kor/LYEN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lin6>,
        <http://lexvo.org/id/term/yue/%E6%A5%9D>,
        "楝"^^xsd:string ;
    rdfs:comment "Melia japonica"@en .

<http://lexvo.org/id/char/695E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A5%9E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%A9ng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%A9ng%20l%C3%A8ng>,
        <http://lexvo.org/id/term/kor/%E6%A5%9E>,
        <http://lexvo.org/id/term/kor/LUNG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ling4>,
        <http://lexvo.org/id/term/yue/%E6%A5%9E>,
        "楞"^^xsd:string ;
    rdfs:comment "used for Ceylon in Buddhist texts"@en .

<http://lexvo.org/id/char/695F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A5%9F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%ADng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ting4>,
        <http://lexvo.org/id/term/yue/%E6%A5%9F>,
        "楟"^^xsd:string ;
    rdfs:comment "tree"@en .

<http://lexvo.org/id/char/6960> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A5%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C3%A1n>,
        <http://lexvo.org/id/term/kor/%E6%A5%A0>,
        <http://lexvo.org/id/term/kor/NAM>,
        <http://lexvo.org/id/term/vie/n%C3%AAm>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/naam4>,
        <http://lexvo.org/id/term/yue/%E6%A5%A0>,
        "楠"^^xsd:string ;
    rdfs:comment "name of tree, machilus nanmu"@en .

<http://lexvo.org/id/char/6961> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A5%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%BA>,
        <http://lexvo.org/id/term/kor/%E6%A5%A1>,
        <http://lexvo.org/id/term/kor/YU>,
        "楡"^^xsd:string ;
    rdfs:comment "elm tree"@en .

<http://lexvo.org/id/char/6962> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A5%A2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%B3u>,
        <http://lexvo.org/id/term/kor/%E6%A5%A2>,
        <http://lexvo.org/id/term/kor/YU>,
        <http://lexvo.org/id/term/vie/gi%C3%B9a>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jau4>,
        <http://lexvo.org/id/term/yue/%E6%A5%A2>,
        "楢"^^xsd:string ;
    rdfs:comment "tinder"@en .

<http://lexvo.org/id/char/6963> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A5%A3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A9i>,
        <http://lexvo.org/id/term/kor/%E6%A5%A3>,
        <http://lexvo.org/id/term/kor/MI>,
        <http://lexvo.org/id/term/vie/me>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mei4>,
        <http://lexvo.org/id/term/yue/%E6%A5%A3>,
        "楣"^^xsd:string ;
    rdfs:comment "crossbeam above or under gate"@en .

<http://lexvo.org/id/char/6964> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A5%A4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C7%92ng>,
        "楤"^^xsd:string .

<http://lexvo.org/id/char/6965> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A5%A5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xu%C3%A0n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xu%C3%A0n%20yu%C3%A1n>,
        <http://lexvo.org/id/term/kor/%E6%A5%A5>,
        <http://lexvo.org/id/term/kor/WEN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hyun3%20jyun4>,
        <http://lexvo.org/id/term/yue/%E6%A5%A5>,
        "楥"^^xsd:string ;
    rdfs:comment "a last for making shoes; to turn on a lathe"@en .

<http://lexvo.org/id/char/6966> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A5%A6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xu%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E6%A5%A6>,
        <http://lexvo.org/id/term/kor/WEN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hyun3>,
        <http://lexvo.org/id/term/yue/%E6%A5%A6>,
        "楦"^^xsd:string ;
    rdfs:comment "a last for making shoes; to turn on a lathe"@en .

<http://lexvo.org/id/char/6967> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A5%A7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C4%ABng>,
        "楧"^^xsd:string .

<http://lexvo.org/id/char/6968> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A5%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C4%93n%20zh%C4%93ng>,
        <http://lexvo.org/id/term/kor/%E6%A5%A8>,
        <http://lexvo.org/id/term/kor/CENG>,
        <http://lexvo.org/id/term/vie/tr%C3%ADnh>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zing1>,
        <http://lexvo.org/id/term/yue/%E6%A5%A8>,
        "楨"^^xsd:string ;
    rdfs:comment "hardwood; supports, posts"@en .

<http://lexvo.org/id/char/6969> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A5%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/pi%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/pin4>,
        <http://lexvo.org/id/term/yue/%E6%A5%A9>,
        "楩"^^xsd:string ;
    rdfs:comment "tree"@en .

<http://lexvo.org/id/char/696A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A5%AA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A8%20di%C3%A9>,
        <http://lexvo.org/id/term/kor/%E6%A5%AA>,
        <http://lexvo.org/id/term/kor/CEP>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dip6%20jip6>,
        <http://lexvo.org/id/term/yue/%E6%A5%AA>,
        "楪"^^xsd:string ;
    rdfs:comment "small dish; window"@en .

<http://lexvo.org/id/char/696B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A5%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%AD>,
        <http://lexvo.org/id/term/kor/%E6%A5%AB>,
        <http://lexvo.org/id/term/kor/CUP%20CEP>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zip3%20zip6>,
        <http://lexvo.org/id/term/yue/%E6%A5%AB>,
        "楫"^^xsd:string ;
    rdfs:comment "oar, paddle"@en .

<http://lexvo.org/id/char/696C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A5%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%A9%20qi%C3%A0>,
        <http://lexvo.org/id/term/kor/%E6%A5%AC>,
        <http://lexvo.org/id/term/kor/KAL>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kit3>,
        <http://lexvo.org/id/term/yue/%E6%A5%AC>,
        "楬"^^xsd:string ;
    rdfs:comment "tablet; a signpost"@en .

<http://lexvo.org/id/char/696D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A5%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A8>,
        <http://lexvo.org/id/term/kor/%E6%A5%AD>,
        <http://lexvo.org/id/term/kor/EP>,
        <http://lexvo.org/id/term/vie/nghi%E1%BB%87p>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jip6>,
        <http://lexvo.org/id/term/yue/%E6%A5%AD>,
        "業"^^xsd:string ;
    rdfs:comment "profession, business, trade"@en .

<http://lexvo.org/id/char/696E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A5%AE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C7%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C7%94%20zh%C5%AB>,
        <http://lexvo.org/id/term/kor/%E6%A5%AE>,
        <http://lexvo.org/id/term/kor/CE>,
        <http://lexvo.org/id/term/vie/d%C3%B3>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cyu5>,
        <http://lexvo.org/id/term/yue/%E6%A5%AE>,
        "楮"^^xsd:string ;
    rdfs:comment "mulberry; paper"@en .

<http://lexvo.org/id/char/696F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A5%AF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%B9n%201081.010%3Ash%C7%94n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C7%94n>,
        <http://lexvo.org/id/term/kor/%E6%A5%AF>,
        <http://lexvo.org/id/term/kor/SWUN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/seon5%20teon5>,
        <http://lexvo.org/id/term/yue/%E6%A5%AF>,
        "楯"^^xsd:string ;
    rdfs:comment "shield; horizontal bar"@en .

<http://lexvo.org/id/char/6970> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A5%B0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%BA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jyu4>,
        <http://lexvo.org/id/term/yue/%E6%A5%B0>,
        "楰"^^xsd:string ;
    rdfs:comment "tree"@en .

<http://lexvo.org/id/char/6971> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A5%B1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C3%B2u%20z%C3%B2u>,
        <http://lexvo.org/id/term/vie/t%C3%A1u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cau3>,
        <http://lexvo.org/id/term/yue/%E6%A5%B1>,
        "楱"^^xsd:string .

<http://lexvo.org/id/char/6972> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A5%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C4%93i>,
        "楲"^^xsd:string .

<http://lexvo.org/id/char/6973> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A5%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A9i>,
        <http://lexvo.org/id/term/kor/%E6%A5%B3>,
        <http://lexvo.org/id/term/kor/MAY>,
        <http://lexvo.org/id/term/vie/m%C3%B5>,
        "楳"^^xsd:string ;
    rdfs:comment "plums; prunes; surname"@en .

<http://lexvo.org/id/char/6974> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A5%B4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%AC>,
        <http://lexvo.org/id/term/vie/gh%E1%BA%BF>,
        "楴"^^xsd:string .

<http://lexvo.org/id/char/6975> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A5%B5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%AD>,
        <http://lexvo.org/id/term/kor/%E6%A5%B5>,
        <http://lexvo.org/id/term/kor/KUK>,
        <http://lexvo.org/id/term/vie/c%E1%BB%B1c>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gik6>,
        <http://lexvo.org/id/term/yue/%E6%A5%B5>,
        "極"^^xsd:string ;
    rdfs:comment "extreme, utmost, furthest, final"@en .

<http://lexvo.org/id/char/6976> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A5%B6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%A9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zit3>,
        <http://lexvo.org/id/term/yue/%E6%A5%B6>,
        "楶"^^xsd:string .

<http://lexvo.org/id/char/6977> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A5%B7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C4%93%200631.030%3Ak%C7%8Ei>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C7%8Ei%20ji%C4%93>,
        <http://lexvo.org/id/term/kor/%E6%A5%B7>,
        <http://lexvo.org/id/term/kor/HAY>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gaai1%20kaai2>,
        <http://lexvo.org/id/term/yue/%E6%A5%B7>,
        "楷"^^xsd:string ;
    rdfs:comment "model style of Chinese writing"@en .

<http://lexvo.org/id/char/6978> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A5%B8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C5%AB>,
        <http://lexvo.org/id/term/kor/%E6%A5%B8>,
        <http://lexvo.org/id/term/kor/CHWU>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cau1>,
        <http://lexvo.org/id/term/yue/%E6%A5%B8>,
        "楸"^^xsd:string ;
    rdfs:comment "mallotus japonicus, deciduous tre"@en .

<http://lexvo.org/id/char/6979> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A5%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%ADng>,
        <http://lexvo.org/id/term/kor/%E6%A5%B9>,
        <http://lexvo.org/id/term/kor/YENG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jing4>,
        <http://lexvo.org/id/term/yue/%E6%A5%B9>,
        "楹"^^xsd:string ;
    rdfs:comment "column, pillar; numerary adjunct"@en .

<http://lexvo.org/id/char/697A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A5%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/r%C3%B3u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jau2>,
        <http://lexvo.org/id/term/yue/%E6%A5%BA>,
        "楺"^^xsd:string .

<http://lexvo.org/id/char/697B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A5%BB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A9ng>,
        "楻"^^xsd:string .

<http://lexvo.org/id/char/697C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A5%BC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%B3u>,
        <http://lexvo.org/id/term/kor/%E6%A5%BC>,
        <http://lexvo.org/id/term/kor/LWU>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lau4>,
        <http://lexvo.org/id/term/yue/%E6%A5%BC>,
        "楼"^^xsd:string ;
    rdfs:comment "building of two or more stories"@en .

<http://lexvo.org/id/char/697D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A5%BD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%A8>,
        "楽"^^xsd:string ;
    rdfs:comment "happy, glad; enjoyable; music"@en .

<http://lexvo.org/id/char/697E> a lvont:Character ;
    lvont:represents "楾"^^xsd:string .

<http://lexvo.org/id/char/697F> a lvont:Character ;
    lvont:represents "楿"^^xsd:string .

<http://lexvo.org/id/char/6980> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A6%80>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C7%90n>,
        "榀"^^xsd:string .

<http://lexvo.org/id/char/6981> a lvont:Character ;
    lvont:represents "榁"^^xsd:string .

<http://lexvo.org/id/char/6982> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A6%82>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C3%A0i>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C3%A0i%20gu%C3%AC%20ji%C3%A9>,
        <http://lexvo.org/id/term/kor/%E6%A6%82>,
        <http://lexvo.org/id/term/kor/KAY>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/koi2%20koi3>,
        <http://lexvo.org/id/term/yue/%E6%A6%82>,
        "概"^^xsd:string ;
    rdfs:comment "generally, approximately"@en .

<http://lexvo.org/id/char/6983> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A6%83>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dam4%20taam4>,
        <http://lexvo.org/id/term/yue/%E6%A6%83>,
        "榃"^^xsd:string ;
    rdfs:comment "raised path between fields"@en .

<http://lexvo.org/id/char/6984> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A6%84>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C7%8En>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/laam5>,
        <http://lexvo.org/id/term/yue/%E6%A6%84>,
        "榄"^^xsd:string ;
    rdfs:comment "olive"@en .

<http://lexvo.org/id/char/6985> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A6%85>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C4%93n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%BAn>,
        "榅"^^xsd:string ;
    rdfs:comment "pillar, cryptomeria"@en .

<http://lexvo.org/id/char/6986> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A6%86>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%BA>,
        <http://lexvo.org/id/term/kor/%E6%A6%86>,
        <http://lexvo.org/id/term/kor/YU>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jyu4>,
        <http://lexvo.org/id/term/yue/%E6%A6%86>,
        "榆"^^xsd:string ;
    rdfs:comment "elm tree"@en .

<http://lexvo.org/id/char/6987> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A6%87>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%A8n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/can3>,
        <http://lexvo.org/id/term/yue/%E6%A6%87>,
        "榇"^^xsd:string ;
    rdfs:comment "coffin; tung tree"@en .

<http://lexvo.org/id/char/6988> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A6%88>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C7%98>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/leoi4>,
        <http://lexvo.org/id/term/yue/%E6%A6%88>,
        "榈"^^xsd:string ;
    rdfs:comment "palm"@en .

<http://lexvo.org/id/char/6989> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A6%89>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C7%94>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/geoi2>,
        <http://lexvo.org/id/term/yue/%E6%A6%89>,
        "榉"^^xsd:string ;
    rdfs:comment "type of elm"@en .

<http://lexvo.org/id/char/698A> a lvont:Character ;
    lvont:represents "榊"^^xsd:string ;
    rdfs:comment "a sacred Shinto tree"@en .

<http://lexvo.org/id/char/698B> a lvont:Character ;
    lvont:represents "榋"^^xsd:string .

<http://lexvo.org/id/char/698C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/kor/%E6%A6%8C>,
        <http://lexvo.org/id/term/kor/PI>,
        "榌"^^xsd:string ;
    rdfs:comment "wooden ladder"@en .

<http://lexvo.org/id/char/698D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A6%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A8>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sit3>,
        <http://lexvo.org/id/term/yue/%E6%A6%8D>,
        "榍"^^xsd:string .

<http://lexvo.org/id/char/698E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A6%8E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C7%8E>,
        <http://lexvo.org/id/term/kor/%E6%A6%8E>,
        <http://lexvo.org/id/term/kor/KA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gaa2>,
        <http://lexvo.org/id/term/yue/%E6%A6%8E>,
        "榎"^^xsd:string ;
    rdfs:comment "small evergreen shrub"@en .

<http://lexvo.org/id/char/698F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A6%8F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%AC>,
        "榏"^^xsd:string .

<http://lexvo.org/id/char/6990> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A6%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C7%8En>,
        "榐"^^xsd:string .

<http://lexvo.org/id/char/6991> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A6%91>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%B9%20f%C3%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%BA>,
        <http://lexvo.org/id/term/kor/%E6%A6%91>,
        <http://lexvo.org/id/term/kor/PWU>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fu4>,
        <http://lexvo.org/id/term/yue/%E6%A6%91>,
        "榑"^^xsd:string .

<http://lexvo.org/id/char/6992> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A6%92>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C3%A0i>,
        "榒"^^xsd:string .

<http://lexvo.org/id/char/6993> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A6%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%AC>,
        "榓"^^xsd:string .

<http://lexvo.org/id/char/6994> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A6%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%A1ng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%A1ng%20l%C7%8Eng>,
        <http://lexvo.org/id/term/kor/%E6%A6%94>,
        <http://lexvo.org/id/term/kor/LANG>,
        <http://lexvo.org/id/term/vie/t%C3%B3m%20lang>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/long4>,
        <http://lexvo.org/id/term/yue/%E6%A6%94>,
        "榔"^^xsd:string ;
    rdfs:comment "betel-nut tree"@en .

<http://lexvo.org/id/char/6995> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A6%95>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/r%C3%B3ng>,
        <http://lexvo.org/id/term/kor/%E6%A6%95>,
        <http://lexvo.org/id/term/kor/YONG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jung4>,
        <http://lexvo.org/id/term/yue/%E6%A6%95>,
        "榕"^^xsd:string ;
    rdfs:comment "banyan tree"@en .

<http://lexvo.org/id/char/6996> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A6%96>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C7%94>,
        <http://lexvo.org/id/term/kor/%E6%A6%96>,
        <http://lexvo.org/id/term/kor/KOK>,
        <http://lexvo.org/id/term/vie/k%C3%A9o%20c%E1%BB%91c>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/guk1>,
        <http://lexvo.org/id/term/yue/%E6%A6%96>,
        "榖"^^xsd:string ;
    rdfs:comment "paper mulberry"@en .

<http://lexvo.org/id/char/6997> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A6%97>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%A0n>,
        "榗"^^xsd:string .

<http://lexvo.org/id/char/6998> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A6%98>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C7%94>,
        <http://lexvo.org/id/term/kor/%E6%A6%98>,
        <http://lexvo.org/id/term/kor/KWU>,
        "榘"^^xsd:string ;
    rdfs:comment "carpenter's square, ruler, rule"@en .

<http://lexvo.org/id/char/6999> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A6%99>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C7%8E>,
        "榙"^^xsd:string .

<http://lexvo.org/id/char/699A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A6%9A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%8Eo>,
        "榚"^^xsd:string .

<http://lexvo.org/id/char/699B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A6%9B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C4%93n>,
        <http://lexvo.org/id/term/kor/%E6%A6%9B>,
        <http://lexvo.org/id/term/kor/CIN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zeon1>,
        <http://lexvo.org/id/term/yue/%E6%A6%9B>,
        "榛"^^xsd:string ;
    rdfs:comment "hazelnut; thicket, underbrush"@en .

<http://lexvo.org/id/char/699C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A6%9C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C7%8Eng%200035.011%3Ab%C3%A0ng%200863.111%3Ap%C3%A9ng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C7%8Eng%20b%C3%A0ng%20b%C4%93ng%20p%C3%A1ng>,
        <http://lexvo.org/id/term/kor/%E6%A6%9C>,
        <http://lexvo.org/id/term/kor/PANG%20PYENG>,
        <http://lexvo.org/id/term/vie/x%C3%A1ch%20b%C3%A0ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bong2%20pong3>,
        <http://lexvo.org/id/term/yue/%E6%A6%9C>,
        "榜"^^xsd:string ;
    rdfs:comment "placard; list of successful exam candidates"@en .

<http://lexvo.org/id/char/699D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A6%9D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C4%81>,
        "榝"^^xsd:string .

<http://lexvo.org/id/char/699E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A6%9E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/yu%C3%A1n>,
        "榞"^^xsd:string .

<http://lexvo.org/id/char/699F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A6%9F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C7%90>,
        <http://lexvo.org/id/term/kor/%E6%A6%9F>,
        <http://lexvo.org/id/term/kor/CAY>,
        "榟"^^xsd:string .

<http://lexvo.org/id/char/69A0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A6%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%ADng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ming4>,
        <http://lexvo.org/id/term/yue/%E6%A6%A0>,
        "榠"^^xsd:string .

<http://lexvo.org/id/char/69A1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A6%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C3%B9>,
        <http://lexvo.org/id/term/vie/t%C3%B3>,
        "榡"^^xsd:string .

<http://lexvo.org/id/char/69A2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A6%A2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%A0>,
        "榢"^^xsd:string ;
    rdfs:comment "a frame, a stand, a rack. framework or scaffold.to lay on a frame; to put up"@en .

<http://lexvo.org/id/char/69A3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A6%A3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A1o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jiu4>,
        <http://lexvo.org/id/term/yue/%E6%A6%A3>,
        "榣"^^xsd:string .

<http://lexvo.org/id/char/69A4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A6%A4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%A9>,
        <http://lexvo.org/id/term/kor/%E6%A6%A4>,
        <http://lexvo.org/id/term/kor/KEL>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/git6>,
        <http://lexvo.org/id/term/yue/%E6%A6%A4>,
        "榤"^^xsd:string ;
    rdfs:comment "perch for fowls roost on"@en .

<http://lexvo.org/id/char/69A5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A6%A5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%A0ng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C7%8Eng%20hu%C3%A0ng>,
        <http://lexvo.org/id/term/kor/%E6%A6%A5>,
        <http://lexvo.org/id/term/kor/HWANG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fong2>,
        <http://lexvo.org/id/term/yue/%E6%A6%A5>,
        "榥"^^xsd:string ;
    rdfs:comment "screen"@en .

<http://lexvo.org/id/char/69A6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A6%A6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C3%A0n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C3%A0n%20g%C4%81n>,
        <http://lexvo.org/id/term/kor/%E6%A6%A6>,
        <http://lexvo.org/id/term/kor/KAN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gon3%20hon4>,
        <http://lexvo.org/id/term/yue/%E6%A6%A6>,
        "榦"^^xsd:string ;
    rdfs:comment "tree trunk; support, prop"@en .

<http://lexvo.org/id/char/69A7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A6%A7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C4%9Bi>,
        <http://lexvo.org/id/term/kor/%E6%A6%A7>,
        <http://lexvo.org/id/term/kor/PI>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fei2>,
        <http://lexvo.org/id/term/yue/%E6%A6%A7>,
        "榧"^^xsd:string ;
    rdfs:comment "type of yew"@en .

<http://lexvo.org/id/char/69A8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A6%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%A0>,
        <http://lexvo.org/id/term/kor/%E6%A6%A8>,
        <http://lexvo.org/id/term/kor/CA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zaa3>,
        <http://lexvo.org/id/term/yue/%E6%A6%A8>,
        "榨"^^xsd:string ;
    rdfs:comment "to press or extract juices; a press to extract juices; a vegetable"@en .

<http://lexvo.org/id/char/69A9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A6%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C3%A1n>,
        <http://lexvo.org/id/term/vie/ki%E1%BB%81n>,
        "榩"^^xsd:string .

<http://lexvo.org/id/char/69AA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A6%AA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A0%20m%C7%8E>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/maa5%20maa6>,
        <http://lexvo.org/id/term/yue/%E6%A6%AA>,
        "榪"^^xsd:string ;
    rdfs:comment "headboard"@en .

<http://lexvo.org/id/char/69AB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A6%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C7%94n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/seon2>,
        <http://lexvo.org/id/term/yue/%E6%A6%AB>,
        "榫"^^xsd:string ;
    rdfs:comment "mortise and tenon; fit into"@en .

<http://lexvo.org/id/char/69AC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A6%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/yu%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jyun4>,
        <http://lexvo.org/id/term/yue/%E6%A6%AC>,
        "榬"^^xsd:string .

<http://lexvo.org/id/char/69AD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A6%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A8>,
        <http://lexvo.org/id/term/kor/%E6%A6%AD>,
        <http://lexvo.org/id/term/kor/SA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ze6>,
        <http://lexvo.org/id/term/yue/%E6%A6%AD>,
        "榭"^^xsd:string ;
    rdfs:comment "kiosk, pavilion"@en .

<http://lexvo.org/id/char/69AE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A6%AE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/r%C3%B3ng>,
        <http://lexvo.org/id/term/kor/%E6%A6%AE>,
        <http://lexvo.org/id/term/kor/YENG>,
        <http://lexvo.org/id/term/vie/vinh>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wing4>,
        <http://lexvo.org/id/term/yue/%E6%A6%AE>,
        "榮"^^xsd:string ;
    rdfs:comment "glory, honor; flourish, prosper"@en .

<http://lexvo.org/id/char/69AF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A6%AF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/si4>,
        <http://lexvo.org/id/term/yue/%E6%A6%AF>,
        "榯"^^xsd:string .

<http://lexvo.org/id/char/69B0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A6%B0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C4%AB>,
        <http://lexvo.org/id/term/kor/%E6%A6%B0>,
        <http://lexvo.org/id/term/kor/CI>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zi1%20zi2>,
        <http://lexvo.org/id/term/yue/%E6%A6%B0>,
        "榰"^^xsd:string .

<http://lexvo.org/id/char/69B1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A6%B1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/cu%C4%AB>,
        <http://lexvo.org/id/term/kor/%E6%A6%B1>,
        <http://lexvo.org/id/term/kor/CHOY>,
        <http://lexvo.org/id/term/vie/su%C3%B4i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ceoi1>,
        <http://lexvo.org/id/term/yue/%E6%A6%B1>,
        "榱"^^xsd:string ;
    rdfs:comment "rafter"@en .

<http://lexvo.org/id/char/69B2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A6%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%BAn>,
        "榲"^^xsd:string ;
    rdfs:comment "pillar, cryptomeria"@en .

<http://lexvo.org/id/char/69B3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A6%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%ADng>,
        "榳"^^xsd:string .

<http://lexvo.org/id/char/69B4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A6%B4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C3%BA>,
        <http://lexvo.org/id/term/kor/%E6%A6%B4>,
        <http://lexvo.org/id/term/kor/LYU>,
        <http://lexvo.org/id/term/vie/l%E1%BB%B1u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lau4>,
        <http://lexvo.org/id/term/yue/%E6%A6%B4>,
        "榴"^^xsd:string ;
    rdfs:comment "pomegranate"@en .

<http://lexvo.org/id/char/69B5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A6%B5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/r%C3%B3ng>,
        "榵"^^xsd:string .

<http://lexvo.org/id/char/69B6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A6%B6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%A1ng>,
        "榶"^^xsd:string .

<http://lexvo.org/id/char/69B7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A6%B7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qu%C3%A8>,
        <http://lexvo.org/id/term/kor/%E6%A6%B7>,
        <http://lexvo.org/id/term/kor/KYO>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kok3>,
        <http://lexvo.org/id/term/yue/%E6%A6%B7>,
        "榷"^^xsd:string ;
    rdfs:comment "footbridge; toll, levy; monopoly"@en .

<http://lexvo.org/id/char/69B8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A6%B8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C4%81i>,
        "榸"^^xsd:string .

<http://lexvo.org/id/char/69B9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A6%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C4%AB>,
        "榹"^^xsd:string .

<http://lexvo.org/id/char/69BA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A6%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%A8ng>,
        "榺"^^xsd:string .

<http://lexvo.org/id/char/69BB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A6%BB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%A0>,
        <http://lexvo.org/id/term/kor/%E6%A6%BB>,
        <http://lexvo.org/id/term/kor/THAP>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/taap3>,
        <http://lexvo.org/id/term/yue/%E6%A6%BB>,
        "榻"^^xsd:string ;
    rdfs:comment "cot, couch, bed"@en .

<http://lexvo.org/id/char/69BC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A6%BC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C3%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C4%93>,
        <http://lexvo.org/id/term/kor/%E6%A6%BC>,
        <http://lexvo.org/id/term/kor/HAP>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hap6>,
        <http://lexvo.org/id/term/yue/%E6%A6%BC>,
        "榼"^^xsd:string ;
    rdfs:comment "wine glass"@en .

<http://lexvo.org/id/char/69BD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A6%BD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C4%AB>,
        "榽"^^xsd:string .

<http://lexvo.org/id/char/69BE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A6%BE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C3%B9%20g%C7%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C7%94>,
        <http://lexvo.org/id/term/kor/%E6%A6%BE>,
        <http://lexvo.org/id/term/kor/KOL>,
        <http://lexvo.org/id/term/vie/c%E1%BB%99t>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gwat1>,
        <http://lexvo.org/id/term/yue/%E6%A6%BE>,
        "榾"^^xsd:string ;
    rdfs:comment "pieces of wood"@en .

<http://lexvo.org/id/char/69BF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A6%BF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C4%AB>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hei1%20kei1>,
        <http://lexvo.org/id/term/yue/%E6%A6%BF>,
        "榿"^^xsd:string ;
    rdfs:comment "alder"@en .

<http://lexvo.org/id/char/69C0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A7%80>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C7%8Eo>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C7%8Eo%20g%C7%8Eo>,
        <http://lexvo.org/id/term/kor/%E6%A7%80>,
        <http://lexvo.org/id/term/kor/KO>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gou2>,
        <http://lexvo.org/id/term/yue/%E6%A7%80>,
        "槀"^^xsd:string ;
    rdfs:comment "draft, manuscript"@en .

<http://lexvo.org/id/char/69C1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A7%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C7%8Eo>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C7%8Eo%20k%C3%A0o%20g%C4%81o>,
        <http://lexvo.org/id/term/kor/%E6%A7%81>,
        <http://lexvo.org/id/term/kor/KO>,
        <http://lexvo.org/id/term/vie/cau>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gou2>,
        <http://lexvo.org/id/term/yue/%E6%A7%81>,
        "槁"^^xsd:string ;
    rdfs:comment "wither; withered, rotten, dead"@en .

<http://lexvo.org/id/char/69C2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A7%82>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C5%ABn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/syun1>,
        <http://lexvo.org/id/term/yue/%E6%A7%82>,
        "槂"^^xsd:string .

<http://lexvo.org/id/char/69C3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A7%83>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%A1n>,
        <http://lexvo.org/id/term/kor/%E6%A7%83>,
        <http://lexvo.org/id/term/kor/PAN>,
        <http://lexvo.org/id/term/vie/b%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/pun4>,
        <http://lexvo.org/id/term/yue/%E6%A7%83>,
        "槃"^^xsd:string ;
    rdfs:comment "tray; turn, rotate; search"@en .

<http://lexvo.org/id/char/69C4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A7%84>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C4%81o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tou1>,
        <http://lexvo.org/id/term/yue/%E6%A7%84>,
        "槄"^^xsd:string .

<http://lexvo.org/id/char/69C5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A7%85>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C3%A9%20h%C3%A9>,
        "槅"^^xsd:string .

<http://lexvo.org/id/char/69C6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A7%86>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C3%BAn>,
        "槆"^^xsd:string .

<http://lexvo.org/id/char/69C7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A7%87>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/di%C4%81n>,
        <http://lexvo.org/id/term/kor/%E6%A7%87>,
        <http://lexvo.org/id/term/kor/CEN>,
        "槇"^^xsd:string ;
    rdfs:comment "tip of a tree; fallen tree"@en .

<http://lexvo.org/id/char/69C8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A7%88>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C3%B2u>,
        <http://lexvo.org/id/term/vie/n%E1%BB%8Dc>,
        "槈"^^xsd:string .

<http://lexvo.org/id/char/69C9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A7%89>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zat6>,
        <http://lexvo.org/id/term/yue/%E6%A7%89>,
        "槉"^^xsd:string .

<http://lexvo.org/id/char/69CA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A7%8A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/shu%C3%B2>,
        <http://lexvo.org/id/term/kor/%E6%A7%8A>,
        <http://lexvo.org/id/term/kor/SAK>,
        <http://lexvo.org/id/term/vie/gi%C3%A1o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sok3>,
        <http://lexvo.org/id/term/yue/%E6%A7%8A>,
        "槊"^^xsd:string ;
    rdfs:comment "spear, lance"@en .

<http://lexvo.org/id/char/69CB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A7%8B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C3%B2u>,
        <http://lexvo.org/id/term/kor/%E6%A7%8B>,
        <http://lexvo.org/id/term/kor/KWU>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gau3%20kau3>,
        <http://lexvo.org/id/term/yue/%E6%A7%8B>,
        "構"^^xsd:string ;
    rdfs:comment "frame, building, structure"@en .

<http://lexvo.org/id/char/69CC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A7%8C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/chu%C3%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/chu%C3%AD%20zhu%C3%AC%20du%C4%AB>,
        <http://lexvo.org/id/term/kor/%E6%A7%8C>,
        <http://lexvo.org/id/term/kor/THOY%20CHWU>,
        <http://lexvo.org/id/term/vie/d%C3%B9i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ceoi4>,
        <http://lexvo.org/id/term/yue/%E6%A7%8C>,
        "槌"^^xsd:string ;
    rdfs:comment "hammer, mallet; strike, beat"@en .

<http://lexvo.org/id/char/69CD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A7%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C4%81ng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C4%81ng%20ch%C4%93ng>,
        <http://lexvo.org/id/term/kor/%E6%A7%8D>,
        <http://lexvo.org/id/term/kor/CHANG%20CAYNG>,
        <http://lexvo.org/id/term/vie/th%C6%B0%C6%A1ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/coeng1>,
        <http://lexvo.org/id/term/yue/%E6%A7%8D>,
        "槍"^^xsd:string ;
    rdfs:comment "spear, lance; gun, rifle"@en .

<http://lexvo.org/id/char/69CE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A7%8E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%A1%20ch%C4%81%20zh%C4%81>,
        <http://lexvo.org/id/term/kor/%E6%A7%8E>,
        <http://lexvo.org/id/term/kor/CHA>,
        <http://lexvo.org/id/term/vie/xay>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/caa4>,
        <http://lexvo.org/id/term/yue/%E6%A7%8E>,
        "槎"^^xsd:string ;
    rdfs:comment "raft; time, occasion; to hew"@en .

<http://lexvo.org/id/char/69CF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A7%8F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C7%8En>,
        "槏"^^xsd:string .

<http://lexvo.org/id/char/69D0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A7%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%A1i>,
        <http://lexvo.org/id/term/kor/%E6%A7%90>,
        <http://lexvo.org/id/term/kor/KOY>,
        <http://lexvo.org/id/term/vie/ho%C3%A8>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/waai4>,
        <http://lexvo.org/id/term/yue/%E6%A7%90>,
        "槐"^^xsd:string ;
    rdfs:comment "locust tree"@en .

<http://lexvo.org/id/char/69D1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A7%91>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A9i>,
        "槑"^^xsd:string .

<http://lexvo.org/id/char/69D2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A7%92>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C3%B9%20ch%C3%B9>,
        <http://lexvo.org/id/term/vie/s%C3%BAc>,
        "槒"^^xsd:string .

<http://lexvo.org/id/char/69D3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A7%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C3%A0ng>,
        <http://lexvo.org/id/term/kor/%E6%A7%93>,
        <http://lexvo.org/id/term/kor/KONG>,
        <http://lexvo.org/id/term/vie/c%E1%BB%95ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gong3%20gung3%20lung5>,
        <http://lexvo.org/id/term/yue/%E6%A7%93>,
        "槓"^^xsd:string ;
    rdfs:comment "lever, pole, crowbar; sharpen; (Cant.) a wardrobe, trunk"@en .

<http://lexvo.org/id/char/69D4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A7%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C4%81o>,
        <http://lexvo.org/id/term/vie/cau>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gou1>,
        <http://lexvo.org/id/term/yue/%E6%A7%94>,
        "槔"^^xsd:string .

<http://lexvo.org/id/char/69D5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A7%95>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zhu%C3%B3%20zhu%C5%8D>,
        "槕"^^xsd:string .

<http://lexvo.org/id/char/69D6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A7%96>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/tu%C3%B2%20tu%C3%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/tu%C3%B3>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tok3>,
        <http://lexvo.org/id/term/yue/%E6%A7%96>,
        "槖"^^xsd:string ;
    rdfs:comment "a sack; a stamping sound"@en .

<http://lexvo.org/id/char/69D7> a lvont:Character ;
    lvont:represents "槗"^^xsd:string .

<http://lexvo.org/id/char/69D8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A7%98>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A0ng>,
        "様"^^xsd:string ;
    rdfs:comment "shape, form, pattern, style"@en .

<http://lexvo.org/id/char/69D9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A7%99>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/di%C4%81n>,
        <http://lexvo.org/id/term/kor/%E6%A7%99>,
        <http://lexvo.org/id/term/kor/CEN>,
        "槙"^^xsd:string ;
    rdfs:comment "a twig; an ornamental evergreen"@en .

<http://lexvo.org/id/char/69DA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A7%9A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C7%8E>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gaa2>,
        <http://lexvo.org/id/term/yue/%E6%A7%9A>,
        "槚"^^xsd:string ;
    rdfs:comment "small evergreen shrub"@en .

<http://lexvo.org/id/char/69DB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A7%9B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%A0n%200632.030%3Ak%C7%8En>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%A0n%20k%C7%8En>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/haam5%20laam6>,
        <http://lexvo.org/id/term/yue/%E6%A7%9B>,
        "槛"^^xsd:string ;
    rdfs:comment "threshold, door-sill"@en .

<http://lexvo.org/id/char/69DC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A7%9C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zu%C3%AC>,
        "槜"^^xsd:string .

<http://lexvo.org/id/char/69DD> a lvont:Character ;
    lvont:represents "槝"^^xsd:string .

<http://lexvo.org/id/char/69DE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/tr%E1%BB%93ng>,
        "槞"^^xsd:string .

<http://lexvo.org/id/char/69DF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A7%9F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C4%ABn%200076.030%3Ab%C4%ABng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C4%ABn%20b%C4%ABng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ban1>,
        <http://lexvo.org/id/term/yue/%E6%A7%9F>,
        "槟"^^xsd:string ;
    rdfs:comment "betel-nut, areca nut"@en .

<http://lexvo.org/id/char/69E0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A7%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C5%AB>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zyu1>,
        <http://lexvo.org/id/term/yue/%E6%A7%A0>,
        "槠"^^xsd:string ;
    rdfs:comment "Oak"@en .

<http://lexvo.org/id/char/69E1> a lvont:Character ;
    lvont:represents "槡"^^xsd:string .

<http://lexvo.org/id/char/69E2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A7%A2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C3%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zaap6>,
        <http://lexvo.org/id/term/yue/%E6%A7%A2>,
        "槢"^^xsd:string ;
    rdfs:comment "a hard wood"@en .

<http://lexvo.org/id/char/69E3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A7%A3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C7%90>,
        <http://lexvo.org/id/term/vie/gh%E1%BA%BF>,
        "槣"^^xsd:string .

<http://lexvo.org/id/char/69E4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A7%A4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lin4>,
        <http://lexvo.org/id/term/yue/%E6%A7%A4>,
        "槤"^^xsd:string ;
    rdfs:comment "a flail"@en .

<http://lexvo.org/id/char/69E5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A7%A5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%AC>,
        <http://lexvo.org/id/term/kor/%E6%A7%A5>,
        <http://lexvo.org/id/term/kor/HYEY>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/seoi6%20wai6>,
        <http://lexvo.org/id/term/yue/%E6%A7%A5>,
        "槥"^^xsd:string ;
    rdfs:comment "coffin"@en .

<http://lexvo.org/id/char/69E6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A7%A6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%B3ng>,
        <http://lexvo.org/id/term/kor/%E6%A7%A6>,
        <http://lexvo.org/id/term/kor/YONG>,
        "槦"^^xsd:string .

<http://lexvo.org/id/char/69E7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A7%A7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E6%A7%A7>,
        <http://lexvo.org/id/term/kor/CHAM%20CHEM>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cim3>,
        <http://lexvo.org/id/term/yue/%E6%A7%A7>,
        "槧"^^xsd:string ;
    rdfs:comment "wooden tablet; edition"@en .

<http://lexvo.org/id/char/69E8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A7%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/gu%C7%92>,
        <http://lexvo.org/id/term/kor/%E6%A7%A8>,
        <http://lexvo.org/id/term/kor/KWAK>,
        <http://lexvo.org/id/term/vie/qu%E1%BA%A1ch>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gwok3>,
        <http://lexvo.org/id/term/yue/%E6%A7%A8>,
        "槨"^^xsd:string ;
    rdfs:comment "outer-coffin"@en .

<http://lexvo.org/id/char/69E9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A7%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C3%A0i>,
        <http://lexvo.org/id/term/kor/%E6%A7%A9>,
        <http://lexvo.org/id/term/kor/KAY>,
        "槩"^^xsd:string ;
    rdfs:comment "generally, approximately"@en .

<http://lexvo.org/id/char/69EA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A7%AA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C3%A0i>,
        <http://lexvo.org/id/term/kor/%E6%A7%AA>,
        <http://lexvo.org/id/term/kor/KAY>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/koi3>,
        <http://lexvo.org/id/term/yue/%E6%A7%AA>,
        "槪"^^xsd:string ;
    rdfs:comment "generally"@en .

<http://lexvo.org/id/char/69EB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A7%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/tu%C3%A1n>,
        "槫"^^xsd:string .

<http://lexvo.org/id/char/69EC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A7%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%A0>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/waa6>,
        <http://lexvo.org/id/term/yue/%E6%A7%AC>,
        "槬"^^xsd:string .

<http://lexvo.org/id/char/69ED> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A7%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C3%B9%20q%C4%AB%20s%C3%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C4%AB>,
        <http://lexvo.org/id/term/kor/%E6%A7%AD>,
        <http://lexvo.org/id/term/kor/SAYK%20CHWUK>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cik1>,
        <http://lexvo.org/id/term/yue/%E6%A7%AD>,
        "槭"^^xsd:string ;
    rdfs:comment "maple"@en .

<http://lexvo.org/id/char/69EE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A7%AE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C4%93n%20sh%C4%93n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sam1%20sam6>,
        <http://lexvo.org/id/term/yue/%E6%A7%AE>,
        "槮"^^xsd:string .

<http://lexvo.org/id/char/69EF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A7%AF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/cu%C4%AB>,
        <http://lexvo.org/id/term/vie/chu%C3%B4i>,
        "槯"^^xsd:string .

<http://lexvo.org/id/char/69F0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A7%B0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%A8ng>,
        "槰"^^xsd:string .

<http://lexvo.org/id/char/69F1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A7%B1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%92u%20y%C3%B3u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jau5>,
        <http://lexvo.org/id/term/yue/%E6%A7%B1>,
        "槱"^^xsd:string ;
    rdfs:comment "firewood for sacrifice"@en .

<http://lexvo.org/id/char/69F2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A7%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%BA>,
        <http://lexvo.org/id/term/kor/%E6%A7%B2>,
        <http://lexvo.org/id/term/kor/KOK>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/huk6>,
        <http://lexvo.org/id/term/yue/%E6%A7%B2>,
        "槲"^^xsd:string ;
    rdfs:comment "type of oak"@en .

<http://lexvo.org/id/char/69F3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A7%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C7%8Eng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C7%8Eng%20ji%C4%81ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zoeng2>,
        <http://lexvo.org/id/term/yue/%E6%A7%B3>,
        "槳"^^xsd:string ;
    rdfs:comment "oar, paddle"@en .

<http://lexvo.org/id/char/69F4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A7%B4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%B9>,
        "槴"^^xsd:string .

<http://lexvo.org/id/char/69F5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A7%B5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%A0n>,
        "槵"^^xsd:string .

<http://lexvo.org/id/char/69F6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A7%B6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ku%C3%AC>,
        <http://lexvo.org/id/term/vie/gu%E1%BB%91c>,
        "槶"^^xsd:string .

<http://lexvo.org/id/char/69F7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A7%B7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ni%C3%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%AC%20ni%C3%A8>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jit6>,
        <http://lexvo.org/id/term/yue/%E6%A7%B7>,
        "槷"^^xsd:string .

<http://lexvo.org/id/char/69F8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A7%B8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ni%C3%A8>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ngai6>,
        <http://lexvo.org/id/term/yue/%E6%A7%B8>,
        "槸"^^xsd:string .

<http://lexvo.org/id/char/69F9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A7%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C4%81o>,
        <http://lexvo.org/id/term/kor/%E6%A7%B9>,
        <http://lexvo.org/id/term/kor/KO>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gou1>,
        <http://lexvo.org/id/term/yue/%E6%A7%B9>,
        "槹"^^xsd:string ;
    rdfs:comment "spar; well-sweep"@en .

<http://lexvo.org/id/char/69FA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A7%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C4%81ng>,
        "槺"^^xsd:string .

<http://lexvo.org/id/char/69FB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A7%BB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/gu%C4%AB>,
        <http://lexvo.org/id/term/kor/%E6%A7%BB>,
        <http://lexvo.org/id/term/kor/KYU>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kwai1>,
        <http://lexvo.org/id/term/yue/%E6%A7%BB>,
        "槻"^^xsd:string ;
    rdfs:comment "zelkova tree"@en .

<http://lexvo.org/id/char/69FC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A7%BC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/gu%C4%AB>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kwai1>,
        <http://lexvo.org/id/term/yue/%E6%A7%BC>,
        "槼"^^xsd:string ;
    rdfs:comment "rules, regulations, customs, law"@en .

<http://lexvo.org/id/char/69FD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A7%BD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C3%A1o>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C3%A1o%20z%C4%81o>,
        <http://lexvo.org/id/term/kor/%E6%A7%BD>,
        <http://lexvo.org/id/term/kor/CO>,
        <http://lexvo.org/id/term/vie/t%C3%A0u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cou4>,
        <http://lexvo.org/id/term/yue/%E6%A7%BD>,
        "槽"^^xsd:string ;
    rdfs:comment "trough; manger; vat, tank; groove; a distillery"@en .

<http://lexvo.org/id/char/69FE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A7%BE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A0n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A1n%20m%C3%A0n>,
        <http://lexvo.org/id/term/vie/m%E1%BA%ADn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/maan6>,
        <http://lexvo.org/id/term/yue/%E6%A7%BE>,
        "槾"^^xsd:string ;
    rdfs:comment "paste wall with dirt"@en .

<http://lexvo.org/id/char/69FF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A7%BF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C7%90n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C7%90n%20q%C3%ADn>,
        <http://lexvo.org/id/term/kor/%E6%A7%BF>,
        <http://lexvo.org/id/term/kor/KUN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gan2>,
        <http://lexvo.org/id/term/yue/%E6%A7%BF>,
        "槿"^^xsd:string ;
    rdfs:comment "hibiscus"@en .

<http://lexvo.org/id/char/6A00> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A8%80>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C4%AB>,
        <http://lexvo.org/id/term/kor/%E6%A8%80>,
        <http://lexvo.org/id/term/kor/CEK>,
        "樀"^^xsd:string .

<http://lexvo.org/id/char/6A01> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A8%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zhu%C4%81ng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zhu%C4%81ng%20ch%C5%8Dng>,
        <http://lexvo.org/id/term/vie/thung>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zong1>,
        <http://lexvo.org/id/term/yue/%E6%A8%81>,
        "樁"^^xsd:string ;
    rdfs:comment "stake, post; affair, matter"@en .

<http://lexvo.org/id/char/6A02> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A8%82>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%A8%201430.061%3Ayu%C3%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%A8%20yu%C3%A8%20y%C3%A0o%20lu%C3%B2%20li%C3%A1o>,
        <http://lexvo.org/id/term/kor/%E6%A8%82>,
        <http://lexvo.org/id/term/kor/AK%20LAK%20YO>,
        <http://lexvo.org/id/term/vie/l%E1%BA%A1c>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lok6%20ngaau6%20ngok6>,
        <http://lexvo.org/id/term/yue/%E6%A8%82>,
        "樂"^^xsd:string ;
    rdfs:comment "happy, glad; enjoyable; music"@en .

<http://lexvo.org/id/char/6A03> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A8%83>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%A1ng>,
        "樃"^^xsd:string .

<http://lexvo.org/id/char/6A04> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A8%84>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%A9n>,
        "樄"^^xsd:string .

<http://lexvo.org/id/char/6A05> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A8%85>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C5%8Dng%201540.011%3Az%C5%8Dng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C5%8Dng%20z%C5%8Dng>,
        <http://lexvo.org/id/term/kor/%E6%A8%85>,
        <http://lexvo.org/id/term/kor/CONG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cung1>,
        <http://lexvo.org/id/term/yue/%E6%A8%85>,
        "樅"^^xsd:string ;
    rdfs:comment "fir tree"@en .

<http://lexvo.org/id/char/6A06> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A8%86>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lei4>,
        <http://lexvo.org/id/term/yue/%E6%A8%86>,
        "樆"^^xsd:string .

<http://lexvo.org/id/char/6A07> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A8%87>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C5%AB>,
        "樇"^^xsd:string .

<http://lexvo.org/id/char/6A08> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A8%88>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C3%ADng>,
        "樈"^^xsd:string .

<http://lexvo.org/id/char/6A09> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A8%89>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/shu%C7%8Eng>,
        "樉"^^xsd:string .

<http://lexvo.org/id/char/6A0A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A8%8A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%A1n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%A1n%20p%C3%A1n%20f%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E6%A8%8A>,
        <http://lexvo.org/id/term/kor/PEN>,
        <http://lexvo.org/id/term/vie/ph%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/faan4>,
        <http://lexvo.org/id/term/yue/%E6%A8%8A>,
        "樊"^^xsd:string ;
    rdfs:comment "a railing; a fence an enclosed place"@en .

<http://lexvo.org/id/char/6A0B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A8%8B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C5%8Dng>,
        <http://lexvo.org/id/term/kor/%E6%A8%8B>,
        <http://lexvo.org/id/term/kor/THONG>,
        <http://lexvo.org/id/term/vie/th%C3%B4ng>,
        "樋"^^xsd:string ;
    rdfs:comment "tree name"@en .

<http://lexvo.org/id/char/6A0C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A8%8C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/gu%C3%A0n>,
        "樌"^^xsd:string .

<http://lexvo.org/id/char/6A0D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A8%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C4%AB>,
        "樍"^^xsd:string .

<http://lexvo.org/id/char/6A0E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A8%8E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/su%C5%8D>,
        "樎"^^xsd:string .

<http://lexvo.org/id/char/6A0F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A8%8F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C4%9Bi%20l%C3%A9i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lai5%20leoi4>,
        <http://lexvo.org/id/term/yue/%E6%A8%8F>,
        "樏"^^xsd:string ;
    rdfs:comment "sedan"@en .

<http://lexvo.org/id/char/6A10> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A8%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C7%94>,
        "樐"^^xsd:string ;
    rdfs:comment "a lookout turret on a city wall, movable wooden tower for archers; a scull a sweep, an oar"@en .

<http://lexvo.org/id/char/6A11> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A8%91>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C3%A1ng>,
        <http://lexvo.org/id/term/kor/%E6%A8%91>,
        <http://lexvo.org/id/term/kor/LYANG%20HOY>,
        <http://lexvo.org/id/term/vie/r%C6%B0%E1%BB%9Dng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/loeng4>,
        <http://lexvo.org/id/term/yue/%E6%A8%91>,
        "樑"^^xsd:string ;
    rdfs:comment "bridge; beam"@en .

<http://lexvo.org/id/char/6A12> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A8%92>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%AC>,
        <http://lexvo.org/id/term/kor/%E6%A8%92>,
        <http://lexvo.org/id/term/kor/MIL>,
        "樒"^^xsd:string ;
    rdfs:comment "a tree whose branches are placed on Buddhist graves"@en .

<http://lexvo.org/id/char/6A13> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A8%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%B3u>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%B3u%20l%C7%98>,
        <http://lexvo.org/id/term/kor/%E6%A8%93>,
        <http://lexvo.org/id/term/kor/LWU>,
        <http://lexvo.org/id/term/vie/l%E1%BA%A7u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lau4>,
        <http://lexvo.org/id/term/yue/%E6%A8%93>,
        "樓"^^xsd:string ;
    rdfs:comment "building of two or more stories"@en .

<http://lexvo.org/id/char/6A14> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A8%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%A1o%20ji%C7%8Eo>,
        <http://lexvo.org/id/term/kor/%E6%A8%94>,
        <http://lexvo.org/id/term/kor/SO>,
        <http://lexvo.org/id/term/vie/s%C3%A0o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/caau4%20ziu2>,
        <http://lexvo.org/id/term/yue/%E6%A8%94>,
        "樔"^^xsd:string .

<http://lexvo.org/id/char/6A15> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A8%95>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cuk1%20sok3>,
        <http://lexvo.org/id/term/yue/%E6%A8%95>,
        "樕"^^xsd:string ;
    rdfs:comment "shrub"@en .

<http://lexvo.org/id/char/6A16> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A8%96>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C4%93>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/po1>,
        <http://lexvo.org/id/term/yue/%E6%A8%96>,
        "樖"^^xsd:string ;
    rdfs:comment "(Cant.) classifier for plants or trees; a tree-trunk"@en .

<http://lexvo.org/id/char/6A17> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A8%97>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C5%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C5%AB%20sh%C5%AB>,
        <http://lexvo.org/id/term/kor/%E6%A8%97>,
        <http://lexvo.org/id/term/kor/CE>,
        <http://lexvo.org/id/term/vie/v%E1%BB%A5>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/syu1>,
        <http://lexvo.org/id/term/yue/%E6%A8%97>,
        "樗"^^xsd:string ;
    rdfs:comment "Ailanthus glandulosa or A. altissima, a kind of tree useless as timber"@en .

<http://lexvo.org/id/char/6A18> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A8%98>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%A1ng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%A1ng%20ch%C4%93ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tong4>,
        <http://lexvo.org/id/term/yue/%E6%A8%98>,
        "樘"^^xsd:string .

<http://lexvo.org/id/char/6A19> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A8%99>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/bi%C4%81o>,
        <http://lexvo.org/id/term/kor/%E6%A8%99>,
        <http://lexvo.org/id/term/kor/PHYO>,
        <http://lexvo.org/id/term/vie/b%C3%AAu>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/biu1>,
        <http://lexvo.org/id/term/yue/%E6%A8%99>,
        "標"^^xsd:string ;
    rdfs:comment "a mark, symbol, label, sign; standard"@en .

<http://lexvo.org/id/char/6A1A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A8%9A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%B9>,
        "樚"^^xsd:string ;
    rdfs:comment "a pulley, a windlass, a wheel, a block"@en .

<http://lexvo.org/id/char/6A1B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A8%9B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C5%AB>,
        <http://lexvo.org/id/term/kor/%E6%A8%9B>,
        <http://lexvo.org/id/term/kor/KYU>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gau1>,
        <http://lexvo.org/id/term/yue/%E6%A8%9B>,
        "樛"^^xsd:string ;
    rdfs:comment "bending branches, bent limbs"@en .

<http://lexvo.org/id/char/6A1C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A8%9C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%B9>,
        "樜"^^xsd:string .

<http://lexvo.org/id/char/6A1D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A8%9D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C4%81>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zaa1>,
        <http://lexvo.org/id/term/yue/%E6%A8%9D>,
        "樝"^^xsd:string ;
    rdfs:comment "a kind of hawthorne"@en .

<http://lexvo.org/id/char/6A1E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A8%9E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C5%AB>,
        <http://lexvo.org/id/term/kor/%E6%A8%9E>,
        <http://lexvo.org/id/term/kor/CHWU%20WU>,
        <http://lexvo.org/id/term/vie/xu>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/syu1>,
        <http://lexvo.org/id/term/yue/%E6%A8%9E>,
        "樞"^^xsd:string ;
    rdfs:comment "door hinge; pivot; center of power"@en .

<http://lexvo.org/id/char/6A1F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A8%9F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C4%81ng>,
        <http://lexvo.org/id/term/kor/%E6%A8%9F>,
        <http://lexvo.org/id/term/kor/CANG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zoeng1>,
        <http://lexvo.org/id/term/yue/%E6%A8%9F>,
        "樟"^^xsd:string ;
    rdfs:comment "camphor tree"@en .

<http://lexvo.org/id/char/6A20> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A8%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A9n%20m%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mun4>,
        <http://lexvo.org/id/term/yue/%E6%A8%A0>,
        "樠"^^xsd:string ;
    rdfs:comment "elm; gum"@en .

<http://lexvo.org/id/char/6A21> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A8%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%B3%200805.020%3Am%C3%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%B3%20m%C3%BA>,
        <http://lexvo.org/id/term/kor/%E6%A8%A1>,
        <http://lexvo.org/id/term/kor/MO>,
        <http://lexvo.org/id/term/vie/m%C3%B4>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mou4>,
        <http://lexvo.org/id/term/yue/%E6%A8%A1>,
        "模"^^xsd:string ;
    rdfs:comment "model, standard, pattern; copy"@en .

<http://lexvo.org/id/char/6A22> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A8%A2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ni%C7%8Eo>,
        "樢"^^xsd:string .

<http://lexvo.org/id/char/6A23> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A8%A3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A0ng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A0ng%20xi%C3%A0ng>,
        <http://lexvo.org/id/term/kor/%E6%A8%A3>,
        <http://lexvo.org/id/term/kor/YANG%20SANG>,
        <http://lexvo.org/id/term/vie/d%E1%BA%A1ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/joeng6>,
        <http://lexvo.org/id/term/yue/%E6%A8%A3>,
        "樣"^^xsd:string ;
    rdfs:comment "shape, form, pattern, style"@en .

<http://lexvo.org/id/char/6A24> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A8%A4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ti%C3%A1o>,
        "樤"^^xsd:string .

<http://lexvo.org/id/char/6A25> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A8%A5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%A9ng>,
        "樥"^^xsd:string .

<http://lexvo.org/id/char/6A26> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A8%A6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%B9>,
        "樦"^^xsd:string .

<http://lexvo.org/id/char/6A27> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A8%A7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C4%81>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/saat3>,
        <http://lexvo.org/id/term/yue/%E6%A8%A7>,
        "樧"^^xsd:string .

<http://lexvo.org/id/char/6A28> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A8%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C4%AB>,
        <http://lexvo.org/id/term/kor/%E6%A8%A8>,
        <http://lexvo.org/id/term/kor/CHI>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sai1>,
        <http://lexvo.org/id/term/yue/%E6%A8%A8>,
        "樨"^^xsd:string ;
    rdfs:comment "scrambled eggs"@en .

<http://lexvo.org/id/char/6A29> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A8%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qu%C3%A1n>,
        <http://lexvo.org/id/term/kor/%E6%A8%A9>,
        <http://lexvo.org/id/term/kor/KWEN>,
        "権"^^xsd:string ;
    rdfs:comment "power, right, authority"@en .

<http://lexvo.org/id/char/6A2A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A8%AA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A9ng%200460.070%3Ah%C3%A8ng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A9ng%20h%C3%A8ng%20gu%C4%81ng%20hu%C3%A1ng%20hu%C3%A0ng>,
        <http://lexvo.org/id/term/kor/%E6%A8%AA>,
        <http://lexvo.org/id/term/kor/HOYNG>,
        <http://lexvo.org/id/term/vie/ho%E1%BA%A1nh>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/waang4%20waang6>,
        <http://lexvo.org/id/term/yue/%E6%A8%AA>,
        "横"^^xsd:string ;
    rdfs:comment "across"@en .

<http://lexvo.org/id/char/6A2B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A8%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C4%81n>,
        <http://lexvo.org/id/term/kor/%E6%A8%AB>,
        <http://lexvo.org/id/term/kor/KYEN>,
        "樫"^^xsd:string ;
    rdfs:comment "evergreen oak"@en .

<http://lexvo.org/id/char/6A2C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A8%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C5%8Dng%20s%C5%8Dng>,
        "樬"^^xsd:string .

<http://lexvo.org/id/char/6A2D> a lvont:Character ;
    lvont:represents "樭"^^xsd:string .

<http://lexvo.org/id/char/6A2E> a lvont:Character ;
    lvont:represents "樮"^^xsd:string .

<http://lexvo.org/id/char/6A2F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A8%AF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C3%A1ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/coeng4>,
        <http://lexvo.org/id/term/yue/%E6%A8%AF>,
        "樯"^^xsd:string ;
    rdfs:comment "mast, yard-arm, boom"@en .

<http://lexvo.org/id/char/6A30> a lvont:Character ;
    lvont:represents "樰"^^xsd:string .

<http://lexvo.org/id/char/6A31> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A8%B1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C4%ABng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jing1>,
        <http://lexvo.org/id/term/yue/%E6%A8%B1>,
        "樱"^^xsd:string ;
    rdfs:comment "cherry, cherry blossom"@en .

<http://lexvo.org/id/char/6A32> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C3%A8r>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A8%B2>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ji6>,
        <http://lexvo.org/id/term/yue/%E6%A8%B2>,
        "樲"^^xsd:string ;
    rdfs:comment "jujube"@en .

<http://lexvo.org/id/char/6A33> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A8%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C3%ADn>,
        <http://lexvo.org/id/term/vie/%C4%91%E1%BA%BDo%20gi%E1%BA%A7m>,
        "樳"^^xsd:string ;
    rdfs:comment "tall tree"@en .

<http://lexvo.org/id/char/6A34> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A8%B4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zik1>,
        <http://lexvo.org/id/term/yue/%E6%A8%B4>,
        "樴"^^xsd:string .

<http://lexvo.org/id/char/6A35> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A8%B5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C3%A1o>,
        <http://lexvo.org/id/term/kor/%E6%A8%B5>,
        <http://lexvo.org/id/term/kor/CHO>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ciu4>,
        <http://lexvo.org/id/term/yue/%E6%A8%B5>,
        "樵"^^xsd:string ;
    rdfs:comment "woodcutter; firewood; gather wood"@en .

<http://lexvo.org/id/char/6A36> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A8%B6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zu%C4%AB>,
        <http://lexvo.org/id/term/vie/chu%E1%BB%91i>,
        "樶"^^xsd:string ;
    rdfs:comment "a wooden joint"@en .

<http://lexvo.org/id/char/6A37> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A8%B7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C3%B3ng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C5%8Dng%20c%C3%B3ng>,
        "樷"^^xsd:string ;
    rdfs:comment "bushy; a grove; crowded"@en .

<http://lexvo.org/id/char/6A38> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A8%B8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%BA%20p%C7%94>,
        <http://lexvo.org/id/term/kor/%E6%A8%B8>,
        <http://lexvo.org/id/term/kor/POK%20PAK>,
        <http://lexvo.org/id/term/vie/ph%C3%A1c>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/buk6%20pok3>,
        <http://lexvo.org/id/term/yue/%E6%A8%B8>,
        "樸"^^xsd:string ;
    rdfs:comment "simple, honest; plain; rough"@en .

<http://lexvo.org/id/char/6A39> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A8%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%B9>,
        <http://lexvo.org/id/term/kor/%E6%A8%B9>,
        <http://lexvo.org/id/term/kor/SWU>,
        <http://lexvo.org/id/term/vie/th%E1%BB%A5>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/syu6>,
        <http://lexvo.org/id/term/yue/%E6%A8%B9>,
        "樹"^^xsd:string ;
    rdfs:comment "tree; plant; set up, establish"@en .

<http://lexvo.org/id/char/6A3A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A8%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%A0>,
        <http://lexvo.org/id/term/kor/%E6%A8%BA>,
        <http://lexvo.org/id/term/kor/HWA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/waa4%20waa6>,
        <http://lexvo.org/id/term/yue/%E6%A8%BA>,
        "樺"^^xsd:string ;
    rdfs:comment "type of birch"@en .

<http://lexvo.org/id/char/6A3B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A8%BB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ku%C3%AC>,
        <http://lexvo.org/id/term/kor/%E6%A8%BB>,
        <http://lexvo.org/id/term/kor/KWEY>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gwai6>,
        <http://lexvo.org/id/term/yue/%E6%A8%BB>,
        "樻"^^xsd:string ;
    rdfs:comment "cupboard, wardrobe, counter"@en .

<http://lexvo.org/id/char/6A3C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A8%BC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C4%93n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zeon1>,
        <http://lexvo.org/id/term/yue/%E6%A8%BC>,
        "樼"^^xsd:string .

<http://lexvo.org/id/char/6A3D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A8%BD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C5%ABn>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C5%ABn%20z%C7%94n>,
        <http://lexvo.org/id/term/kor/%E6%A8%BD>,
        <http://lexvo.org/id/term/kor/CWUN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zeon1>,
        <http://lexvo.org/id/term/yue/%E6%A8%BD>,
        "樽"^^xsd:string ;
    rdfs:comment "goblet; jar, jug; lush"@en .

<http://lexvo.org/id/char/6A3E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A8%BE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/yu%C3%A8>,
        <http://lexvo.org/id/term/vie/v%E1%BA%B9t>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jyut6>,
        <http://lexvo.org/id/term/yue/%E6%A8%BE>,
        "樾"^^xsd:string ;
    rdfs:comment "the shade of trees"@en .

<http://lexvo.org/id/char/6A3F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A8%BF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C7%8En%20sh%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sin6%20zin2>,
        <http://lexvo.org/id/term/yue/%E6%A8%BF>,
        "樿"^^xsd:string ;
    rdfs:comment "coffin"@en .

<http://lexvo.org/id/char/6A40> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A9%80>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C4%AB>,
        "橀"^^xsd:string .

<http://lexvo.org/id/char/6A41> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A9%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C3%BAn%20ch%C5%ABn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ceon1%20ceon4>,
        <http://lexvo.org/id/term/yue/%E6%A9%81>,
        "橁"^^xsd:string ;
    rdfs:comment "tree"@en .

<http://lexvo.org/id/char/6A42> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A9%82>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/di%C3%A0n>,
        "橂"^^xsd:string .

<http://lexvo.org/id/char/6A43> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A9%83>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C4%81>,
        <http://lexvo.org/id/term/kor/%E6%A9%83>,
        <http://lexvo.org/id/term/kor/PEL>,
        "橃"^^xsd:string .

<http://lexvo.org/id/char/6A44> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A9%84>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C7%8En>,
        <http://lexvo.org/id/term/kor/%E6%A9%84>,
        <http://lexvo.org/id/term/kor/KAM>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gaam3%20gam2%20gam3>,
        <http://lexvo.org/id/term/yue/%E6%A9%84>,
        "橄"^^xsd:string ;
    rdfs:comment "olive"@en .

<http://lexvo.org/id/char/6A45> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A9%85>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%B3%20m%C3%BA>,
        <http://lexvo.org/id/term/vie/v%E1%BB%93>,
        "橅"^^xsd:string ;
    rdfs:comment "a beech tree"@en .

<http://lexvo.org/id/char/6A46> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A9%86>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C7%94>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mou4>,
        <http://lexvo.org/id/term/yue/%E6%A9%86>,
        "橆"^^xsd:string ;
    rdfs:comment "without, apart from, none; a negative"@en .

<http://lexvo.org/id/char/6A47> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A9%87>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C4%81o>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C4%81o%20qi%C3%A0o%20cu%C3%AC>,
        <http://lexvo.org/id/term/kor/%E6%A9%87>,
        <http://lexvo.org/id/term/kor/CHWI>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ceoi3%20hiu1>,
        <http://lexvo.org/id/term/yue/%E6%A9%87>,
        "橇"^^xsd:string ;
    rdfs:comment "a sledge for transportation"@en .

<http://lexvo.org/id/char/6A48> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A9%88>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C3%A1o%20r%C3%A1o>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/r%C3%A1o>,
        <http://lexvo.org/id/term/kor/%E6%A9%88>,
        <http://lexvo.org/id/term/kor/YO>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jiu4%20naau4>,
        <http://lexvo.org/id/term/yue/%E6%A9%88>,
        "橈"^^xsd:string ;
    rdfs:comment "bent or twisted piece of wood; a paddle"@en .

<http://lexvo.org/id/char/6A49> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A9%89>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%ACn>,
        <http://lexvo.org/id/term/vie/s%C4%83ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/leon4%20leon6>,
        <http://lexvo.org/id/term/yue/%E6%A9%89>,
        "橉"^^xsd:string .

<http://lexvo.org/id/char/6A4A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A9%8A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C3%BA>,
        <http://lexvo.org/id/term/kor/%E6%A9%8A>,
        <http://lexvo.org/id/term/kor/LYU>,
        <http://lexvo.org/id/term/vie/l%E1%BB%B1u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lau4>,
        <http://lexvo.org/id/term/yue/%E6%A9%8A>,
        "橊"^^xsd:string ;
    rdfs:comment "variant of 榴 U+69B4, pomegranate"@en .

<http://lexvo.org/id/char/6A4B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A9%8B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C3%A1o>,
        <http://lexvo.org/id/term/kor/%E6%A9%8B>,
        <http://lexvo.org/id/term/kor/KYO>,
        <http://lexvo.org/id/term/vie/ki%E1%BB%81u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kiu4>,
        <http://lexvo.org/id/term/yue/%E6%A9%8B>,
        "橋"^^xsd:string ;
    rdfs:comment "bridge; beam, crosspiece"@en .

<http://lexvo.org/id/char/6A4C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A9%8C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A0n>,
        "橌"^^xsd:string .

<http://lexvo.org/id/char/6A4D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A9%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/r%C3%B9n>,
        "橍"^^xsd:string .

<http://lexvo.org/id/char/6A4E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A9%8E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%A1n>,
        "橎"^^xsd:string .

<http://lexvo.org/id/char/6A4F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A9%8F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C7%8En%20sh%C7%8En>,
        "橏"^^xsd:string .

<http://lexvo.org/id/char/6A50> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A9%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/tu%C3%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/tu%C3%B3%20d%C3%B9%20lu%C3%B2%20tu%C3%B2>,
        <http://lexvo.org/id/term/kor/%E6%A9%90>,
        <http://lexvo.org/id/term/kor/THAK>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tok3>,
        <http://lexvo.org/id/term/yue/%E6%A9%90>,
        "橐"^^xsd:string ;
    rdfs:comment "a sack, a bag opening at both ends"@en .

<http://lexvo.org/id/char/6A51> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A9%91>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C7%8Eo%20li%C3%A1o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/liu4%20lou5>,
        <http://lexvo.org/id/term/yue/%E6%A9%91>,
        "橑"^^xsd:string .

<http://lexvo.org/id/char/6A52> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A9%92>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%BAn>,
        <http://lexvo.org/id/term/kor/%E6%A9%92>,
        <http://lexvo.org/id/term/kor/WUN>,
        "橒"^^xsd:string ;
    rdfs:comment "wood streaks"@en .

<http://lexvo.org/id/char/6A53> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A9%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%B9n>,
        <http://lexvo.org/id/term/kor/%E6%A9%93>,
        <http://lexvo.org/id/term/kor/SWUN>,
        "橓"^^xsd:string ;
    rdfs:comment "hibiscus; transient"@en .

<http://lexvo.org/id/char/6A54> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A9%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/tu%C3%AD>,
        "橔"^^xsd:string ;
    rdfs:comment "a wooden chopping-block"@en .

<http://lexvo.org/id/char/6A55> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A9%95>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C4%93ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/caang1>,
        <http://lexvo.org/id/term/yue/%E6%A9%95>,
        "橕"^^xsd:string ;
    rdfs:comment "a prop; a shore"@en .

<http://lexvo.org/id/char/6A56> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A9%96>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%A1ng>,
        "橖"^^xsd:string .

<http://lexvo.org/id/char/6A57> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A9%97>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A9ng>,
        "橗"^^xsd:string .

<http://lexvo.org/id/char/6A58> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A9%98>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%BA>,
        <http://lexvo.org/id/term/kor/%E6%A9%98>,
        <http://lexvo.org/id/term/kor/KYUL>,
        <http://lexvo.org/id/term/vie/qu%E1%BA%A5t>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gwat1>,
        <http://lexvo.org/id/term/yue/%E6%A9%98>,
        "橘"^^xsd:string ;
    rdfs:comment "orange, tangerine"@en .

<http://lexvo.org/id/char/6A59> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A9%99>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%A9n%200139.060%3Ach%C3%A9ng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%A9ng%20ch%C3%A9n%20d%C3%A8ng>,
        <http://lexvo.org/id/term/kor/%E6%A9%99>,
        <http://lexvo.org/id/term/kor/TUNG%20CUNG>,
        <http://lexvo.org/id/term/vie/chanh>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/caang2%20caang4>,
        <http://lexvo.org/id/term/yue/%E6%A9%99>,
        "橙"^^xsd:string ;
    rdfs:comment "orange"@en .

<http://lexvo.org/id/char/6A5A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A9%9A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C3%B9>,
        <http://lexvo.org/id/term/kor/%E6%A9%9A>,
        <http://lexvo.org/id/term/kor/SWUK>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/suk1>,
        <http://lexvo.org/id/term/yue/%E6%A9%9A>,
        "橚"^^xsd:string ;
    rdfs:comment "tall tree"@en .

<http://lexvo.org/id/char/6A5B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A9%9B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ju%C3%A9>,
        <http://lexvo.org/id/term/vie/c%E1%BB%99t>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gyut6%20kyut3>,
        <http://lexvo.org/id/term/yue/%E6%A9%9B>,
        "橛"^^xsd:string ;
    rdfs:comment "a post, a stake; an axle"@en .

<http://lexvo.org/id/char/6A5C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A9%9C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ju%C3%A9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gyut3>,
        <http://lexvo.org/id/term/yue/%E6%A9%9C>,
        "橜"^^xsd:string ;
    rdfs:comment "a post, a stake; an axle"@en .

<http://lexvo.org/id/char/6A5D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A9%9D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C4%81n%20t%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/taam4>,
        <http://lexvo.org/id/term/yue/%E6%A9%9D>,
        "橝"^^xsd:string .

<http://lexvo.org/id/char/6A5E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A9%9E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wai6>,
        <http://lexvo.org/id/term/yue/%E6%A9%9E>,
        "橞"^^xsd:string .

<http://lexvo.org/id/char/6A5F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A9%9F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C4%AB>,
        <http://lexvo.org/id/term/kor/%E6%A9%9F>,
        <http://lexvo.org/id/term/kor/KI>,
        <http://lexvo.org/id/term/vie/c%C6%A1>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gei1>,
        <http://lexvo.org/id/term/yue/%E6%A9%9F>,
        "機"^^xsd:string ;
    rdfs:comment "machine; moment, chance"@en .

<http://lexvo.org/id/char/6A60> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A9%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/nu%C7%92>,
        "橠"^^xsd:string .

<http://lexvo.org/id/char/6A61> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A9%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A0ng>,
        <http://lexvo.org/id/term/kor/%E6%A9%A1>,
        <http://lexvo.org/id/term/kor/SANG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zoeng6>,
        <http://lexvo.org/id/term/yue/%E6%A9%A1>,
        "橡"^^xsd:string ;
    rdfs:comment "chestnut oak; rubber tree; rubber"@en .

<http://lexvo.org/id/char/6A62> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A9%A2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/tu%C7%92>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/tu%C7%92%20du%C7%92>,
        <http://lexvo.org/id/term/kor/%E6%A9%A2>,
        <http://lexvo.org/id/term/kor/THA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/to5>,
        <http://lexvo.org/id/term/yue/%E6%A9%A2>,
        "橢"^^xsd:string ;
    rdfs:comment "oval-shaped, elliptical, tubular"@en .

<http://lexvo.org/id/char/6A63> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A9%A3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C7%90ng>,
        "橣"^^xsd:string .

<http://lexvo.org/id/char/6A64> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A9%A4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ru%C7%90>,
        <http://lexvo.org/id/term/vie/nhu%E1%BB%B5>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jeoi5>,
        <http://lexvo.org/id/term/yue/%E6%A9%A4>,
        "橤"^^xsd:string ;
    rdfs:comment "stamen"@en .

<http://lexvo.org/id/char/6A65> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A9%A5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C5%AB>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zyu1>,
        <http://lexvo.org/id/term/yue/%E6%A9%A5>,
        "橥"^^xsd:string ;
    rdfs:comment "wooden peg, post or stick"@en .

<http://lexvo.org/id/char/6A66> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A9%A6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/chu%C3%A1ng%20ch%C5%8Dng%20t%C3%B3ng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%B3ng>,
        <http://lexvo.org/id/term/kor/%E6%A9%A6>,
        <http://lexvo.org/id/term/kor/TONG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cong4%20tung4>,
        <http://lexvo.org/id/term/yue/%E6%A9%A6>,
        "橦"^^xsd:string ;
    rdfs:comment "tree"@en .

<http://lexvo.org/id/char/6A67> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A9%A7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C4%93ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zang1>,
        <http://lexvo.org/id/term/yue/%E6%A9%A7>,
        "橧"^^xsd:string ;
    rdfs:comment "hut"@en .

<http://lexvo.org/id/char/6A68> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A9%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%A9n>,
        "橨"^^xsd:string .

<http://lexvo.org/id/char/6A69> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A9%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C3%B3ng>,
        "橩"^^xsd:string .

<http://lexvo.org/id/char/6A6A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A9%AA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/r%C7%8En>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jim5>,
        <http://lexvo.org/id/term/yue/%E6%A9%AA>,
        "橪"^^xsd:string .

<http://lexvo.org/id/char/6A6B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A9%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A9ng%20h%C3%A8ng>,
        <http://lexvo.org/id/term/kor/%E6%A9%AB>,
        <http://lexvo.org/id/term/kor/HOYNG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/waang4%20waang6>,
        <http://lexvo.org/id/term/yue/%E6%A9%AB>,
        "橫"^^xsd:string ;
    rdfs:comment "across, horizontal, lateral"@en .

<http://lexvo.org/id/char/6A6C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A9%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C3%A9n>,
        <http://lexvo.org/id/term/vie/tr%E1%BA%AFm>,
        "橬"^^xsd:string .

<http://lexvo.org/id/char/6A6D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A9%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C5%AB>,
        "橭"^^xsd:string .

<http://lexvo.org/id/char/6A6E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A9%AE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C7%94>,
        "橮"^^xsd:string .

<http://lexvo.org/id/char/6A6F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A9%AF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%A0o>,
        <http://lexvo.org/id/term/vie/r%C3%A0o>,
        "橯"^^xsd:string .

<http://lexvo.org/id/char/6A70> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A9%B0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C4%81o>,
        "橰"^^xsd:string ;
    rdfs:comment "a spar"@en .

<http://lexvo.org/id/char/6A71> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A9%B1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%BA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cyu4>,
        <http://lexvo.org/id/term/yue/%E6%A9%B1>,
        "橱"^^xsd:string ;
    rdfs:comment "cabinet, wardrobe, cupboard"@en .

<http://lexvo.org/id/char/6A72> a lvont:Character ;
    lvont:represents "橲"^^xsd:string .

<http://lexvo.org/id/char/6A73> a lvont:Character ;
    lvont:represents "橳"^^xsd:string .

<http://lexvo.org/id/char/6A74> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/kor/%E6%A9%B4>,
        <http://lexvo.org/id/term/kor/CA>,
        "橴"^^xsd:string ;
    rdfs:comment "place name"@en .

<http://lexvo.org/id/char/6A75> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/kor/%E6%A9%B5>,
        <http://lexvo.org/id/term/kor/SAN>,
        "橵"^^xsd:string ;
    rdfs:comment "wood placed under roof tiles"@en .

<http://lexvo.org/id/char/6A76> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A9%B6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%AD>,
        "橶"^^xsd:string .

<http://lexvo.org/id/char/6A77> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A9%B7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C5%8Du>,
        <http://lexvo.org/id/term/vie/d%C3%A2u>,
        "橷"^^xsd:string .

<http://lexvo.org/id/char/6A78> a lvont:Character ;
    lvont:represents "橸"^^xsd:string .

<http://lexvo.org/id/char/6A79> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A9%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C7%94>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lou5>,
        <http://lexvo.org/id/term/yue/%E6%A9%B9>,
        "橹"^^xsd:string ;
    rdfs:comment "oar, scull; row, scull"@en .

<http://lexvo.org/id/char/6A7A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/gi%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gaan3>,
        <http://lexvo.org/id/term/yue/%E6%A9%BA>,
        "橺"^^xsd:string ;
    rdfs:comment "(Cant.) a partition; to separate"@en .

<http://lexvo.org/id/char/6A7B> a lvont:Character ;
    lvont:represents "橻"^^xsd:string .

<http://lexvo.org/id/char/6A7C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A9%BC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/yu%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jyun4>,
        <http://lexvo.org/id/term/yue/%E6%A9%BC>,
        "橼"^^xsd:string ;
    rdfs:comment "citrus"@en .

<http://lexvo.org/id/char/6A7D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A9%BD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%A0>,
        <http://lexvo.org/id/term/vie/th%E1%BB%9Bt>,
        "橽"^^xsd:string .

<http://lexvo.org/id/char/6A7E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A9%BE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C5%AB>,
        "橾"^^xsd:string ;
    rdfs:comment "the hole in the center of a wheel accommodating the axle (archaic)"@en .

<http://lexvo.org/id/char/6A7F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%A9%BF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C4%81ng>,
        <http://lexvo.org/id/term/kor/%E6%A9%BF>,
        <http://lexvo.org/id/term/kor/KANG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/goeng1>,
        <http://lexvo.org/id/term/yue/%E6%A9%BF>,
        "橿"^^xsd:string ;
    rdfs:comment "a kind of oak"@en .

<http://lexvo.org/id/char/6A80> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%AA%80>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%A1n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%A1n%20sh%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E6%AA%80>,
        <http://lexvo.org/id/term/kor/TAN>,
        <http://lexvo.org/id/term/vie/%C4%91%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/taan4>,
        <http://lexvo.org/id/term/yue/%E6%AA%80>,
        "檀"^^xsd:string ;
    rdfs:comment "sandalwood, hardwood; surname"@en .

<http://lexvo.org/id/char/6A81> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%AA%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C7%90n>,
        <http://lexvo.org/id/term/vie/day%20l%E1%BA%ABm>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lam5>,
        <http://lexvo.org/id/term/yue/%E6%AA%81>,
        "檁"^^xsd:string ;
    rdfs:comment "the bole of a tree; a cross beam; the combing round the hatches of a ship"@en .

<http://lexvo.org/id/char/6A82> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%AA%82>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C3%B3ng>,
        <http://lexvo.org/id/term/vie/n%C3%B2ng>,
        "檂"^^xsd:string .

<http://lexvo.org/id/char/6A83> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%AA%83>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%90n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jan2>,
        <http://lexvo.org/id/term/yue/%E6%AA%83>,
        "檃"^^xsd:string .

<http://lexvo.org/id/char/6A84> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%AA%84>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C3%AD>,
        <http://lexvo.org/id/term/kor/%E6%AA%84>,
        <http://lexvo.org/id/term/kor/KYEK>,
        <http://lexvo.org/id/term/vie/h%E1%BB%8Bch>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hat6>,
        <http://lexvo.org/id/term/yue/%E6%AA%84>,
        "檄"^^xsd:string ;
    rdfs:comment "call arms; urgency"@en .

<http://lexvo.org/id/char/6A85> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%AA%85>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/su%C3%AC>,
        "檅"^^xsd:string .

<http://lexvo.org/id/char/6A86> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%AA%86>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C4%81n%20sh%C4%81>,
        "檆"^^xsd:string .

<http://lexvo.org/id/char/6A87> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%AA%87>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zu%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zeoi3>,
        <http://lexvo.org/id/term/yue/%E6%AA%87>,
        "檇"^^xsd:string ;
    rdfs:comment "wooden rammer or pestle; place"@en .

<http://lexvo.org/id/char/6A88> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%AA%88>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xu%C3%A1n>,
        "檈"^^xsd:string .

<http://lexvo.org/id/char/6A89> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%AA%89>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C4%93ng>,
        <http://lexvo.org/id/term/kor/%E6%AA%89>,
        <http://lexvo.org/id/term/kor/CENG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cing1>,
        <http://lexvo.org/id/term/yue/%E6%AA%89>,
        "檉"^^xsd:string ;
    rdfs:comment "type of willow; tamarisk"@en .

<http://lexvo.org/id/char/6A8A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%AA%8A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C3%A0n>,
        <http://lexvo.org/id/term/vie/g%C3%A1n>,
        "檊"^^xsd:string .

<http://lexvo.org/id/char/6A8B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%AA%8B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C5%AB%20j%C3%BA>,
        "檋"^^xsd:string .

<http://lexvo.org/id/char/6A8C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%AA%8C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zu%C3%AC>,
        "檌"^^xsd:string .

<http://lexvo.org/id/char/6A8D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%AA%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%AC>,
        <http://lexvo.org/id/term/kor/%E6%AA%8D>,
        <http://lexvo.org/id/term/kor/EK>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jik1>,
        <http://lexvo.org/id/term/yue/%E6%AA%8D>,
        "檍"^^xsd:string ;
    rdfs:comment "ilex"@en .

<http://lexvo.org/id/char/6A8E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%AA%8E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C3%ADn>,
        <http://lexvo.org/id/term/kor/%E6%AA%8E>,
        <http://lexvo.org/id/term/kor/KUM>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kam4>,
        <http://lexvo.org/id/term/yue/%E6%AA%8E>,
        "檎"^^xsd:string ;
    rdfs:comment "small red apple"@en .

<http://lexvo.org/id/char/6A8F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%AA%8F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C7%94%20p%C3%BA>,
        "檏"^^xsd:string .

<http://lexvo.org/id/char/6A90> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%AA%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A1n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A1n%20d%C4%81n>,
        <http://lexvo.org/id/term/kor/%E6%AA%90>,
        <http://lexvo.org/id/term/kor/CHEM>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gim2%20jam4%20jim4>,
        <http://lexvo.org/id/term/yue/%E6%AA%90>,
        "檐"^^xsd:string ;
    rdfs:comment "eaves of house; brim, rim"@en .

<http://lexvo.org/id/char/6A91> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%AA%91>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%A9i>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%A9i%20l%C3%A8i>,
        <http://lexvo.org/id/term/vie/rui>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/leoi4>,
        <http://lexvo.org/id/term/yue/%E6%AA%91>,
        "檑"^^xsd:string .

<http://lexvo.org/id/char/6A92> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%AA%92>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C4%93ng>,
        "檒"^^xsd:string .

<http://lexvo.org/id/char/6A93> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%AA%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C7%90>,
        "檓"^^xsd:string .

<http://lexvo.org/id/char/6A94> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%AA%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%A0ng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%A0ng%20d%C7%8Eng>,
        <http://lexvo.org/id/term/kor/%E6%AA%94>,
        <http://lexvo.org/id/term/kor/TANG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dong2%20dong3>,
        <http://lexvo.org/id/term/yue/%E6%AA%94>,
        "檔"^^xsd:string ;
    rdfs:comment "shelf; frame, crosspiece"@en .

<http://lexvo.org/id/char/6A95> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%AA%95>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%AC%20x%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hai6>,
        <http://lexvo.org/id/term/yue/%E6%AA%95>,
        "檕"^^xsd:string .

<http://lexvo.org/id/char/6A96> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%AA%96>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/su%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/seoi6>,
        <http://lexvo.org/id/term/yue/%E6%AA%96>,
        "檖"^^xsd:string ;
    rdfs:comment "wild pear tree"@en .

<http://lexvo.org/id/char/6A97> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%AA%97>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%B2%20b%C3%AC>,
        <http://lexvo.org/id/term/kor/%E6%AA%97>,
        <http://lexvo.org/id/term/kor/PYEK>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/baak3%20paak3>,
        <http://lexvo.org/id/term/yue/%E6%AA%97>,
        "檗"^^xsd:string ;
    rdfs:comment "tree"@en .

<http://lexvo.org/id/char/6A98> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%AA%98>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%AC>,
        "檘"^^xsd:string .

<http://lexvo.org/id/char/6A99> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%AA%99>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C7%90ng>,
        "檙"^^xsd:string .

<http://lexvo.org/id/char/6A9A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%AA%9A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C7%94>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/co2>,
        <http://lexvo.org/id/term/yue/%E6%AA%9A>,
        "檚"^^xsd:string .

<http://lexvo.org/id/char/6A9B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%AA%9B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zhu%C4%81>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zaa1>,
        <http://lexvo.org/id/term/yue/%E6%AA%9B>,
        "檛"^^xsd:string ;
    rdfs:comment "a switch, whip"@en .

<http://lexvo.org/id/char/6A9C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%AA%9C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/gu%C3%AC%200506.041%3Ahu%C3%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/gu%C3%AC%20ku%C3%A0i%20hu%C3%AC>,
        <http://lexvo.org/id/term/kor/%E6%AA%9C>,
        <http://lexvo.org/id/term/kor/HOY%20KWAL>,
        <http://lexvo.org/id/term/vie/c%E1%BB%91i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kui2>,
        <http://lexvo.org/id/term/yue/%E6%AA%9C>,
        "檜"^^xsd:string ;
    rdfs:comment "Chinese cypress, Chinese juniper"@en .

<http://lexvo.org/id/char/6A9D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%AA%9D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%AD>,
        <http://lexvo.org/id/term/kor/%E6%AA%9D>,
        <http://lexvo.org/id/term/kor/CUP>,
        "檝"^^xsd:string ;
    rdfs:comment "oar"@en .

<http://lexvo.org/id/char/6A9E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%AA%9E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C4%9B%20xi%C3%A8>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gaai2%20haai5>,
        <http://lexvo.org/id/term/yue/%E6%AA%9E>,
        "檞"^^xsd:string ;
    rdfs:comment "a kind of oak"@en .

<http://lexvo.org/id/char/6A9F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%AA%9F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C7%8E>,
        <http://lexvo.org/id/term/kor/%E6%AA%9F>,
        <http://lexvo.org/id/term/kor/KA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gaa2>,
        <http://lexvo.org/id/term/yue/%E6%AA%9F>,
        "檟"^^xsd:string ;
    rdfs:comment "small evergreen shrub"@en .

<http://lexvo.org/id/char/6AA0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%AA%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C3%ADng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C3%ADng%20j%C3%ACng>,
        <http://lexvo.org/id/term/kor/%E6%AA%A0>,
        <http://lexvo.org/id/term/kor/KYENG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/king4>,
        <http://lexvo.org/id/term/yue/%E6%AA%A0>,
        "檠"^^xsd:string ;
    rdfs:comment "stand for lamp; frame for bow"@en .

<http://lexvo.org/id/char/6AA1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%AA%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%A8%20sh%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zaak6>,
        <http://lexvo.org/id/term/yue/%E6%AA%A1>,
        "檡"^^xsd:string .

<http://lexvo.org/id/char/6AA2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%AA%A2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C7%8En>,
        <http://lexvo.org/id/term/kor/%E6%AA%A2>,
        <http://lexvo.org/id/term/kor/KEM>,
        <http://lexvo.org/id/term/vie/gh%C3%A9m>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gim2>,
        <http://lexvo.org/id/term/yue/%E6%AA%A2>,
        "檢"^^xsd:string ;
    rdfs:comment "check; examine"@en .

<http://lexvo.org/id/char/6AA3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%AA%A3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C3%A1ng>,
        <http://lexvo.org/id/term/kor/%E6%AA%A3>,
        <http://lexvo.org/id/term/kor/CANG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/coeng4>,
        <http://lexvo.org/id/term/yue/%E6%AA%A3>,
        "檣"^^xsd:string ;
    rdfs:comment "mast, yard-arm, boom"@en .

<http://lexvo.org/id/char/6AA4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%AA%A4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%A0o>,
        "檤"^^xsd:string .

<http://lexvo.org/id/char/6AA5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%AA%A5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%90>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ngai5>,
        <http://lexvo.org/id/term/yue/%E6%AA%A5>,
        "檥"^^xsd:string ;
    rdfs:comment "variant of 艤 U+8264, to moor a boat to the bank"@en .

<http://lexvo.org/id/char/6AA6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%AA%A6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/bi%C7%8Eo>,
        "檦"^^xsd:string .

<http://lexvo.org/id/char/6AA7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%AA%A7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C5%8Dng>,
        "檧"^^xsd:string .

<http://lexvo.org/id/char/6AA8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%AA%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C4%93>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ce1%20se1>,
        <http://lexvo.org/id/term/yue/%E6%AA%A8>,
        "檨"^^xsd:string ;
    rdfs:comment "mango"@en .

<http://lexvo.org/id/char/6AA9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%AA%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C7%90n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lam5>,
        <http://lexvo.org/id/term/yue/%E6%AA%A9>,
        "檩"^^xsd:string ;
    rdfs:comment "the bole of a tree; a cross beam; the combing round the hatches of a ship"@en .

<http://lexvo.org/id/char/6AAA> a lvont:Character ;
    lvont:represents "檪"^^xsd:string ;
    rdfs:comment "chestnut-leaved oak; oak"@en .

<http://lexvo.org/id/char/6AAB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%AA%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%A1%20s%C3%A0>,
        "檫"^^xsd:string ;
    rdfs:comment "sassafras tzumu"@en .

<http://lexvo.org/id/char/6AAC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%AA%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A9ng>,
        <http://lexvo.org/id/term/vie/qu%E1%BA%A1t%20mu%E1%BB%93ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mung1%20mung4>,
        <http://lexvo.org/id/term/yue/%E6%AA%AC>,
        "檬"^^xsd:string ;
    rdfs:comment "type of locust oracacia"@en .

<http://lexvo.org/id/char/6AAD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%AA%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%ADn>,
        "檭"^^xsd:string .

<http://lexvo.org/id/char/6AAE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%AA%AE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%A1o>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%A1o%20d%C7%8Eo>,
        <http://lexvo.org/id/term/kor/%E6%AA%AE>,
        <http://lexvo.org/id/term/kor/TO>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/to4%20tou4>,
        <http://lexvo.org/id/term/yue/%E6%AA%AE>,
        "檮"^^xsd:string ;
    rdfs:comment "block of wood; blockhead; stupid"@en .

<http://lexvo.org/id/char/6AAF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%AA%AF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%A1i>,
        <http://lexvo.org/id/term/kor/%E6%AA%AF>,
        <http://lexvo.org/id/term/kor/TAY>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/toi4>,
        <http://lexvo.org/id/term/yue/%E6%AA%AF>,
        "檯"^^xsd:string ;
    rdfs:comment "table"@en .

<http://lexvo.org/id/char/6AB0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%AA%B0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/mi%C3%A1n>,
        "檰"^^xsd:string .

<http://lexvo.org/id/char/6AB1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%AA%B1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C3%AD%20j%C4%AB>,
        "檱"^^xsd:string .

<http://lexvo.org/id/char/6AB2> a lvont:Character ;
    lvont:represents "檲"^^xsd:string .

<http://lexvo.org/id/char/6AB3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%AA%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C4%ABn%200076.031%3Ab%C4%ABng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C4%ABn%20b%C4%ABng>,
        <http://lexvo.org/id/term/kor/%E6%AA%B3>,
        <http://lexvo.org/id/term/kor/PIN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ban1>,
        <http://lexvo.org/id/term/yue/%E6%AA%B3>,
        "檳"^^xsd:string ;
    rdfs:comment "betel-nut, areca nut"@en .

<http://lexvo.org/id/char/6AB4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%AA%B4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%B2>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wok6>,
        <http://lexvo.org/id/term/yue/%E6%AA%B4>,
        "檴"^^xsd:string ;
    rdfs:comment "tree"@en .

<http://lexvo.org/id/char/6AB5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%AA%B5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%AC%20q%C7%90>,
        "檵"^^xsd:string .

<http://lexvo.org/id/char/6AB6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%AA%B6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C4%81n>,
        <http://lexvo.org/id/term/kor/%E6%AA%B6>,
        <http://lexvo.org/id/term/kor/YEM>,
        "檶"^^xsd:string .

<http://lexvo.org/id/char/6AB7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%AA%B7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/nei5>,
        <http://lexvo.org/id/term/yue/%E6%AA%B7>,
        "檷"^^xsd:string .

<http://lexvo.org/id/char/6AB8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%AA%B8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C3%ADng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ling4%20ning4>,
        <http://lexvo.org/id/term/yue/%E6%AA%B8>,
        "檸"^^xsd:string ;
    rdfs:comment "lemon"@en .

<http://lexvo.org/id/char/6AB9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%AA%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C4%AB>,
        "檹"^^xsd:string .

<http://lexvo.org/id/char/6ABA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%AA%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C7%8Eo>,
        <http://lexvo.org/id/term/vie/c%C3%A0o>,
        "檺"^^xsd:string .

<http://lexvo.org/id/char/6ABB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%AA%BB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%A0n%200632.031%3Ak%C7%8En>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%A0n%20k%C7%8En%20xi%C7%8En>,
        <http://lexvo.org/id/term/kor/%E6%AA%BB>,
        <http://lexvo.org/id/term/kor/HAM>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/haam5%20laam6>,
        <http://lexvo.org/id/term/yue/%E6%AA%BB>,
        "檻"^^xsd:string ;
    rdfs:comment "threshold, door-sill"@en .

<http://lexvo.org/id/char/6ABC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%AA%BC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%ACn%20y%C7%90n>,
        <http://lexvo.org/id/term/kor/%E6%AA%BC>,
        <http://lexvo.org/id/term/kor/UN>,
        "檼"^^xsd:string ;
    rdfs:comment "ridge pole; shape wood by use of heat; tool for shaping bent wood"@en .

<http://lexvo.org/id/char/6ABD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C3%A9r%20n%C3%B2u>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%AA%BD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/nau6>,
        <http://lexvo.org/id/term/yue/%E6%AA%BD>,
        "檽"^^xsd:string .

<http://lexvo.org/id/char/6ABE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%AA%BE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C7%90ng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C7%90ng%20ji%C7%92ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gwing2>,
        <http://lexvo.org/id/term/yue/%E6%AA%BE>,
        "檾"^^xsd:string ;
    rdfs:comment "grassy plant with fibres from which cloth is made"@en .

<http://lexvo.org/id/char/6ABF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%AA%BF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%8En>,
        <http://lexvo.org/id/term/kor/%E6%AA%BF>,
        <http://lexvo.org/id/term/kor/YEM>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jim2>,
        <http://lexvo.org/id/term/yue/%E6%AA%BF>,
        "檿"^^xsd:string ;
    rdfs:comment "mulberry"@en .

<http://lexvo.org/id/char/6AC0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%AB%80>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C3%AD>,
        "櫀"^^xsd:string .

<http://lexvo.org/id/char/6AC1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%AB%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%AC>,
        "櫁"^^xsd:string .

<http://lexvo.org/id/char/6AC2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%AB%82>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%A0o>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%A0o%20zhu%C5%8D>,
        <http://lexvo.org/id/term/kor/%E6%AB%82>,
        <http://lexvo.org/id/term/kor/TO>,
        <http://lexvo.org/id/term/vie/tr%E1%BA%A1c>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zaau6>,
        <http://lexvo.org/id/term/yue/%E6%AB%82>,
        "櫂"^^xsd:string ;
    rdfs:comment "oar, scull, paddle; row"@en .

<http://lexvo.org/id/char/6AC3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%AB%83>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/gu%C3%AC>,
        <http://lexvo.org/id/term/kor/%E6%AB%83>,
        <http://lexvo.org/id/term/kor/KWEY>,
        <http://lexvo.org/id/term/vie/c%C5%A9i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gwai6>,
        <http://lexvo.org/id/term/yue/%E6%AB%83>,
        "櫃"^^xsd:string ;
    rdfs:comment "cupboard, wardrobe, counter"@en .

<http://lexvo.org/id/char/6AC4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%AB%84>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C5%ABn>,
        "櫄"^^xsd:string .

<http://lexvo.org/id/char/6AC5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%AB%85>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C4%AB>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zai1>,
        <http://lexvo.org/id/term/yue/%E6%AB%85>,
        "櫅"^^xsd:string ;
    rdfs:comment "a kind of tree suitable for use to make axles for large carts"@en .

<http://lexvo.org/id/char/6AC6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%AB%86>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ku%C3%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fui1>,
        <http://lexvo.org/id/term/yue/%E6%AB%86>,
        "櫆"^^xsd:string ;
    rdfs:comment "Polaris, the north star"@en .

<http://lexvo.org/id/char/6AC7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%AB%87>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%B3>,
        "櫇"^^xsd:string .

<http://lexvo.org/id/char/6AC8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%AB%88>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%A8ng>,
        <http://lexvo.org/id/term/vie/%C4%91%E1%BA%AFng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dang3>,
        <http://lexvo.org/id/term/yue/%E6%AB%88>,
        "櫈"^^xsd:string ;
    rdfs:comment "bench; stool"@en .

<http://lexvo.org/id/char/6AC9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%AB%89>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%BA>,
        "櫉"^^xsd:string .

<http://lexvo.org/id/char/6ACA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/h%C3%A0n%20g%C3%A1c>,
        "櫊"^^xsd:string .

<http://lexvo.org/id/char/6ACB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%AB%8B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/mi%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/min4>,
        <http://lexvo.org/id/term/yue/%E6%AB%8B>,
        "櫋"^^xsd:string .

<http://lexvo.org/id/char/6ACC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%AB%8C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C5%8Du>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jau1>,
        <http://lexvo.org/id/term/yue/%E6%AB%8C>,
        "櫌"^^xsd:string ;
    rdfs:comment "a kind of hoe"@en .

<http://lexvo.org/id/char/6ACD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%AB%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zat1>,
        <http://lexvo.org/id/term/yue/%E6%AB%8D>,
        "櫍"^^xsd:string .

<http://lexvo.org/id/char/6ACE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%AB%8E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/gu%C3%A0ng%20hu%C7%8Eng>,
        "櫎"^^xsd:string .

<http://lexvo.org/id/char/6ACF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%AB%8F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C4%81n>,
        "櫏"^^xsd:string .

<http://lexvo.org/id/char/6AD0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%AB%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C4%9Bi>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/leoi4%20leoi5>,
        <http://lexvo.org/id/term/yue/%E6%AB%90>,
        "櫐"^^xsd:string .

<http://lexvo.org/id/char/6AD1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%AB%91>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C4%9Bi%20l%C3%A9i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/leoi4%20leoi5>,
        <http://lexvo.org/id/term/yue/%E6%AB%91>,
        "櫑"^^xsd:string .

<http://lexvo.org/id/char/6AD2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%AB%92>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C3%A0>,
        "櫒"^^xsd:string .

<http://lexvo.org/id/char/6AD3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%AB%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C7%94>,
        <http://lexvo.org/id/term/kor/%E6%AB%93>,
        <http://lexvo.org/id/term/kor/LO>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lou5>,
        <http://lexvo.org/id/term/yue/%E6%AB%93>,
        "櫓"^^xsd:string ;
    rdfs:comment "oar, scull; row"@en .

<http://lexvo.org/id/char/6AD4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%AB%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%AC>,
        "櫔"^^xsd:string .

<http://lexvo.org/id/char/6AD5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%AB%95>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/cu%C3%A1n>,
        "櫕"^^xsd:string .

<http://lexvo.org/id/char/6AD6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%AB%96>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C7%98>,
        "櫖"^^xsd:string .

<http://lexvo.org/id/char/6AD7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%AB%97>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/mi%C3%A8>,
        <http://lexvo.org/id/term/vie/m%C3%ADt>,
        "櫗"^^xsd:string .

<http://lexvo.org/id/char/6AD8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%AB%98>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%AC>,
        "櫘"^^xsd:string .

<http://lexvo.org/id/char/6AD9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C5%8Du>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%AB%99>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/au1>,
        <http://lexvo.org/id/term/yue/%E6%AB%99>,
        "櫙"^^xsd:string .

<http://lexvo.org/id/char/6ADA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%AB%9A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C7%98>,
        <http://lexvo.org/id/term/kor/%E6%AB%9A>,
        <http://lexvo.org/id/term/kor/LYE>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/leoi3%20leoi4>,
        <http://lexvo.org/id/term/yue/%E6%AB%9A>,
        "櫚"^^xsd:string ;
    rdfs:comment "palm"@en .

<http://lexvo.org/id/char/6ADB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%AB%9B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%A9%20zh%C3%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%AC>,
        <http://lexvo.org/id/term/kor/%E6%AB%9B>,
        <http://lexvo.org/id/term/kor/CUL>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zit1%20zit3>,
        <http://lexvo.org/id/term/yue/%E6%AB%9B>,
        "櫛"^^xsd:string ;
    rdfs:comment "comb out; weed out, eliminate"@en .

<http://lexvo.org/id/char/6ADC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%AB%9C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C4%81o>,
        <http://lexvo.org/id/term/kor/%E6%AB%9C>,
        <http://lexvo.org/id/term/kor/KO>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gou1>,
        <http://lexvo.org/id/term/yue/%E6%AB%9C>,
        "櫜"^^xsd:string ;
    rdfs:comment "quiver (case for arrows)"@en .

<http://lexvo.org/id/char/6ADD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%AB%9D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%BA>,
        <http://lexvo.org/id/term/kor/%E6%AB%9D>,
        <http://lexvo.org/id/term/kor/TOK>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/duk6>,
        <http://lexvo.org/id/term/yue/%E6%AB%9D>,
        "櫝"^^xsd:string ;
    rdfs:comment "cabinet, wardrobe; closet"@en .

<http://lexvo.org/id/char/6ADE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%AB%9E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/yu%C3%A1n>,
        <http://lexvo.org/id/term/kor/%E6%AB%9E>,
        <http://lexvo.org/id/term/kor/YEN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jyun4>,
        <http://lexvo.org/id/term/yue/%E6%AB%9E>,
        "櫞"^^xsd:string ;
    rdfs:comment "citrus"@en .

<http://lexvo.org/id/char/6ADF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%AB%9F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%AC%201430.071%3Ayu%C3%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%AC%20l%C3%A1o%20yu%C3%A8>,
        <http://lexvo.org/id/term/kor/%E6%AB%9F>,
        <http://lexvo.org/id/term/kor/LYEK>,
        <http://lexvo.org/id/term/vie/l%C3%A1c>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lik1>,
        <http://lexvo.org/id/term/yue/%E6%AB%9F>,
        "櫟"^^xsd:string ;
    rdfs:comment "chestnut-leaved oak; oak"@en .

<http://lexvo.org/id/char/6AE0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%AB%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%A8i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fai3>,
        <http://lexvo.org/id/term/yue/%E6%AB%A0>,
        "櫠"^^xsd:string .

<http://lexvo.org/id/char/6AE1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%AB%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zhu%C3%B3%20zh%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zoek3%20zyu6>,
        <http://lexvo.org/id/term/yue/%E6%AB%A1>,
        "櫡"^^xsd:string .

<http://lexvo.org/id/char/6AE2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%AB%A2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C7%92u>,
        "櫢"^^xsd:string .

<http://lexvo.org/id/char/6AE3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%AB%A3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C3%A1n>,
        "櫣"^^xsd:string .

<http://lexvo.org/id/char/6AE4> a lvont:Character ;
    lvont:represents "櫤"^^xsd:string .

<http://lexvo.org/id/char/6AE5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%AB%A5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%BA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cyu4>,
        <http://lexvo.org/id/term/yue/%E6%AB%A5>,
        "櫥"^^xsd:string ;
    rdfs:comment "cabinet, wardrobe, cupboard"@en .

<http://lexvo.org/id/char/6AE6> a lvont:Character ;
    lvont:represents "櫦"^^xsd:string .

<http://lexvo.org/id/char/6AE7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%AB%A7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C5%AB>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zyu1>,
        <http://lexvo.org/id/term/yue/%E6%AB%A7>,
        "櫧"^^xsd:string ;
    rdfs:comment "Oak"@en .

<http://lexvo.org/id/char/6AE8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%AB%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%BA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lou4>,
        <http://lexvo.org/id/term/yue/%E6%AB%A8>,
        "櫨"^^xsd:string ;
    rdfs:comment "supporting block; sumac, loquat"@en .

<http://lexvo.org/id/char/6AE9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%AB%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A1n>,
        "櫩"^^xsd:string .

<http://lexvo.org/id/char/6AEA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%AB%AA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%AC>,
        <http://lexvo.org/id/term/kor/%E6%AB%AA>,
        <http://lexvo.org/id/term/kor/LYEK>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lik1>,
        <http://lexvo.org/id/term/yue/%E6%AB%AA>,
        "櫪"^^xsd:string ;
    rdfs:comment "type of oak; stable"@en .

<http://lexvo.org/id/char/6AEB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%AB%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C5%AB>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zyu1>,
        <http://lexvo.org/id/term/yue/%E6%AB%AB>,
        "櫫"^^xsd:string ;
    rdfs:comment "wooden peg, post or stick"@en .

<http://lexvo.org/id/char/6AEC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%AB%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%A8n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%A8n%20q%C3%ACn%20gu%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E6%AB%AC>,
        <http://lexvo.org/id/term/kor/CHIN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/can3>,
        <http://lexvo.org/id/term/yue/%E6%AB%AC>,
        "櫬"^^xsd:string ;
    rdfs:comment "coffin; tung tree"@en .

<http://lexvo.org/id/char/6AED> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%AB%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%A9%20j%C3%AC>,
        "櫭"^^xsd:string .

<http://lexvo.org/id/char/6AEE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C3%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%AB%AE>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ngok6>,
        <http://lexvo.org/id/term/yue/%E6%AB%AE>,
        "櫮"^^xsd:string .

<http://lexvo.org/id/char/6AEF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%AB%AF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C5%AB>,
        "櫯"^^xsd:string .

<http://lexvo.org/id/char/6AF0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%AB%B0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%A1i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/waai4>,
        <http://lexvo.org/id/term/yue/%E6%AB%B0>,
        "櫰"^^xsd:string .

<http://lexvo.org/id/char/6AF1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%AB%B1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ni%C3%A8>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jit6>,
        <http://lexvo.org/id/term/yue/%E6%AB%B1>,
        "櫱"^^xsd:string ;
    rdfs:comment "yeast; leaven for making liquors"@en .

<http://lexvo.org/id/char/6AF2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%AB%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%B9>,
        "櫲"^^xsd:string .

<http://lexvo.org/id/char/6AF3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%AB%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%B3ng>,
        <http://lexvo.org/id/term/vie/tr%E1%BB%93ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lung4>,
        <http://lexvo.org/id/term/yue/%E6%AB%B3>,
        "櫳"^^xsd:string ;
    rdfs:comment "cage, pen; set of bars"@en .

<http://lexvo.org/id/char/6AF4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%AB%B4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%A0i>,
        "櫴"^^xsd:string .

<http://lexvo.org/id/char/6AF5> a lvont:Character ;
    lvont:represents "櫵"^^xsd:string .

<http://lexvo.org/id/char/6AF6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%AB%B6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C7%8En>,
        <http://lexvo.org/id/term/kor/%E6%AB%B6>,
        <http://lexvo.org/id/term/kor/HEN>,
        "櫶"^^xsd:string .

<http://lexvo.org/id/char/6AF7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/kor/%E6%AB%B7>,
        <http://lexvo.org/id/term/kor/KWI>,
        "櫷"^^xsd:string .

<http://lexvo.org/id/char/6AF8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%AB%B8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C7%94>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/geoi2>,
        <http://lexvo.org/id/term/yue/%E6%AB%B8>,
        "櫸"^^xsd:string ;
    rdfs:comment "type of elm"@en .

<http://lexvo.org/id/char/6AF9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%AB%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C4%81o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/siu1>,
        <http://lexvo.org/id/term/yue/%E6%AB%B9>,
        "櫹"^^xsd:string .

<http://lexvo.org/id/char/6AFA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%AB%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%ADng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ling4>,
        <http://lexvo.org/id/term/yue/%E6%AB%BA>,
        "櫺"^^xsd:string ;
    rdfs:comment "carved or patterned window sills"@en .

<http://lexvo.org/id/char/6AFB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%AB%BB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C4%ABng>,
        <http://lexvo.org/id/term/kor/%E6%AB%BB>,
        <http://lexvo.org/id/term/kor/AYNG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jing1>,
        <http://lexvo.org/id/term/yue/%E6%AB%BB>,
        "櫻"^^xsd:string ;
    rdfs:comment "cherry, cherry blossom"@en .

<http://lexvo.org/id/char/6AFC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%AB%BC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C4%81n>,
        <http://lexvo.org/id/term/kor/%E6%AB%BC>,
        <http://lexvo.org/id/term/kor/CHEM>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cim1%20zim1>,
        <http://lexvo.org/id/term/yue/%E6%AB%BC>,
        "櫼"^^xsd:string .

<http://lexvo.org/id/char/6AFD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%AB%BD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%90n>,
        "櫽"^^xsd:string ;
    rdfs:comment "shape wood by use of heat; tool for shaping bent wood"@en .

<http://lexvo.org/id/char/6AFE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%AB%BE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%B3u%20y%C3%B2u>,
        "櫾"^^xsd:string ;
    rdfs:comment "the pomelo"@en .

<http://lexvo.org/id/char/6AFF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%AB%BF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%ADng>,
        "櫿"^^xsd:string .

<http://lexvo.org/id/char/6B00> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%AC%80>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C4%81ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/soeng1>,
        <http://lexvo.org/id/term/yue/%E6%AC%80>,
        "欀"^^xsd:string .

<http://lexvo.org/id/char/6B01> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%AC%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C3%B3ng>,
        "欁"^^xsd:string .

<http://lexvo.org/id/char/6B02> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%AC%82>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%B3>,
        <http://lexvo.org/id/term/kor/%E6%AC%82>,
        <http://lexvo.org/id/term/kor/PAK>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bok3%20bok6>,
        <http://lexvo.org/id/term/yue/%E6%AC%82>,
        "欂"^^xsd:string .

<http://lexvo.org/id/char/6B03> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%AC%83>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%A1n>,
        <http://lexvo.org/id/term/kor/%E6%AC%83>,
        <http://lexvo.org/id/term/kor/CHAM>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/caam4>,
        <http://lexvo.org/id/term/yue/%E6%AC%83>,
        "欃"^^xsd:string ;
    rdfs:comment "sandalwood; comet"@en .

<http://lexvo.org/id/char/6B04> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%AC%84>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%A1n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%A1n%20li%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E6%AC%84>,
        <http://lexvo.org/id/term/kor/LAN>,
        <http://lexvo.org/id/term/vie/%C4%91an%20lan>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/laan4>,
        <http://lexvo.org/id/term/yue/%E6%AC%84>,
        "欄"^^xsd:string ;
    rdfs:comment "railing, balustrade; animal pan"@en .

<http://lexvo.org/id/char/6B05> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%AC%85>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C7%94>,
        "欅"^^xsd:string ;
    rdfs:comment "zelkova"@en .

<http://lexvo.org/id/char/6B06> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%AC%86>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/shu%C4%81ng>,
        "欆"^^xsd:string .

<http://lexvo.org/id/char/6B07> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%AC%87>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%A8>,
        "欇"^^xsd:string .

<http://lexvo.org/id/char/6B08> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%AC%88>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C3%A9i>,
        "欈"^^xsd:string .

<http://lexvo.org/id/char/6B09> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%AC%89>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C3%B2ng>,
        "欉"^^xsd:string .

<http://lexvo.org/id/char/6B0A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%AC%8A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qu%C3%A1n>,
        <http://lexvo.org/id/term/kor/%E6%AC%8A>,
        <http://lexvo.org/id/term/kor/KWEN>,
        <http://lexvo.org/id/term/vie/quy%E1%BB%81n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kyun4>,
        <http://lexvo.org/id/term/yue/%E6%AC%8A>,
        "權"^^xsd:string ;
    rdfs:comment "power, right, authority"@en .

<http://lexvo.org/id/char/6B0B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%AC%8B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C3%BA>,
        "欋"^^xsd:string .

<http://lexvo.org/id/char/6B0C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/kor/%E6%AC%8C>,
        <http://lexvo.org/id/term/kor/CANG>,
        "欌"^^xsd:string .

<http://lexvo.org/id/char/6B0D> a lvont:Character ;
    lvont:represents "欍"^^xsd:string .

<http://lexvo.org/id/char/6B0E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%AC%8E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%B9>,
        "欎"^^xsd:string .

<http://lexvo.org/id/char/6B0F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%AC%8F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/lu%C3%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/lu%C3%B3%20lu%C7%92>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lo4>,
        <http://lexvo.org/id/term/yue/%E6%AC%8F>,
        "欏"^^xsd:string ;
    rdfs:comment "the horse-chestnut"@en .

<http://lexvo.org/id/char/6B10> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%AC%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C7%90%20l%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lai6>,
        <http://lexvo.org/id/term/yue/%E6%AC%90>,
        "欐"^^xsd:string ;
    rdfs:comment "beam"@en .

<http://lexvo.org/id/char/6B11> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%AC%91>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/cu%C3%A1n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E6%AC%91>,
        <http://lexvo.org/id/term/kor/CHAN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cyun4%20zaan2>,
        <http://lexvo.org/id/term/yue/%E6%AC%91>,
        "欑"^^xsd:string ;
    rdfs:comment "gather"@en .

<http://lexvo.org/id/char/6B12> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%AC%92>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/lu%C3%A1n>,
        <http://lexvo.org/id/term/kor/%E6%AC%92>,
        <http://lexvo.org/id/term/kor/LAN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lyun4>,
        <http://lexvo.org/id/term/yue/%E6%AC%92>,
        "欒"^^xsd:string ;
    rdfs:comment "name of tree; a part of cornice"@en .

<http://lexvo.org/id/char/6B13> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%AC%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C7%8Eng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dong1%20dong2>,
        <http://lexvo.org/id/term/yue/%E6%AC%93>,
        "欓"^^xsd:string ;
    rdfs:comment "a cross-piece, as the round of a ladder, the rail of a chair; shelves; pigeonholes"@en .

<http://lexvo.org/id/char/6B14> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%AC%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ju%C3%A9>,
        "欔"^^xsd:string .

<http://lexvo.org/id/char/6B15> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/kor/%E6%AC%95>,
        <http://lexvo.org/id/term/kor/EM>,
        "欕"^^xsd:string ;
    rdfs:comment "tree name"@en .

<http://lexvo.org/id/char/6B16> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%AC%96>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C7%8En>,
        <http://lexvo.org/id/term/kor/%E6%AC%96>,
        <http://lexvo.org/id/term/kor/LAM>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/laam5>,
        <http://lexvo.org/id/term/yue/%E6%AC%96>,
        "欖"^^xsd:string ;
    rdfs:comment "olive"@en .

<http://lexvo.org/id/char/6B17> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%AC%97>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%A1n>,
        <http://lexvo.org/id/term/vie/l%C6%B0%E1%BB%9Dn>,
        "欗"^^xsd:string .

<http://lexvo.org/id/char/6B18> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%AC%98>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C7%94%20zh%C3%BA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zuk1>,
        <http://lexvo.org/id/term/yue/%E6%AC%98>,
        "欘"^^xsd:string .

<http://lexvo.org/id/char/6B19> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%AC%99>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%A9i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/leoi4%20leoi5>,
        <http://lexvo.org/id/term/yue/%E6%AC%99>,
        "欙"^^xsd:string ;
    rdfs:comment "sedan"@en .

<http://lexvo.org/id/char/6B1A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%AC%9A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C7%90>,
        "欚"^^xsd:string .

<http://lexvo.org/id/char/6B1B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%AC%9B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%A0>,
        "欛"^^xsd:string ;
    rdfs:comment "a handle"@en .

<http://lexvo.org/id/char/6B1C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%AC%9C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C3%A1ng>,
        "欜"^^xsd:string .

<http://lexvo.org/id/char/6B1D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%AC%9D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wat1>,
        <http://lexvo.org/id/term/yue/%E6%AC%9D>,
        "欝"^^xsd:string ;
    rdfs:comment "luxuriant; dense, thick; moody"@en .

<http://lexvo.org/id/char/6B1E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%AC%9E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%ADng>,
        <http://lexvo.org/id/term/kor/%E6%AC%9E>,
        <http://lexvo.org/id/term/kor/LYENG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ling4>,
        <http://lexvo.org/id/term/yue/%E6%AC%9E>,
        "欞"^^xsd:string ;
    rdfs:comment "the lattice of a window a sill, a lintel"@en .

<http://lexvo.org/id/char/6B1F> a lvont:Character ;
    lvont:represents "欟"^^xsd:string .

<http://lexvo.org/id/char/6B21> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%AC%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C3%AC>,
        <http://lexvo.org/id/term/kor/%E6%AC%A1>,
        <http://lexvo.org/id/term/kor/CHA>,
        <http://lexvo.org/id/term/vie/th%E1%BB%A9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ci3>,
        <http://lexvo.org/id/term/yue/%E6%AC%A1>,
        "次"^^xsd:string ;
    rdfs:comment "order, sequence; next"@en .

<http://lexvo.org/id/char/6B22> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%AC%A2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C4%81n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fun1>,
        <http://lexvo.org/id/term/yue/%E6%AC%A2>,
        "欢"^^xsd:string ;
    rdfs:comment "happy, pleased, glad; joy; enjoy"@en .

<http://lexvo.org/id/char/6B23> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%AC%A3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C4%ABn>,
        <http://lexvo.org/id/term/kor/%E6%AC%A3>,
        <http://lexvo.org/id/term/kor/HUN>,
        <http://lexvo.org/id/term/vie/h%C3%A2n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jan1>,
        <http://lexvo.org/id/term/yue/%E6%AC%A3>,
        "欣"^^xsd:string ;
    rdfs:comment "happy, joyous, delighted"@en .

<http://lexvo.org/id/char/6B24> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%AC%A4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%BA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jyu4>,
        <http://lexvo.org/id/term/yue/%E6%AC%A4>,
        "欤"^^xsd:string ;
    rdfs:comment "a final particle used to express admiration, doubt, surprise, or to mark a question"@en .

<http://lexvo.org/id/char/6B25> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%AC%A5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%B9>,
        "欥"^^xsd:string .

<http://lexvo.org/id/char/6B26> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%AC%A6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C4%81n>,
        "欦"^^xsd:string .

<http://lexvo.org/id/char/6B27> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C5%8Du>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%C5%8Du%20%C7%92u>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%AC%A7>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/au1%20ngau1>,
        <http://lexvo.org/id/term/yue/%E6%AC%A7>,
        "欧"^^xsd:string ;
    rdfs:comment "translit.: Europe; ohm; surname"@en .

<http://lexvo.org/id/char/6B28> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%AC%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C5%AB>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/heoi2>,
        <http://lexvo.org/id/term/yue/%E6%AC%A8>,
        "欨"^^xsd:string ;
    rdfs:comment "to blow or breathe upon; to smile"@en .

<http://lexvo.org/id/char/6B29> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%AC%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C4%81o>,
        "欩"^^xsd:string .

<http://lexvo.org/id/char/6B2A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%AC%AA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%B9>,
        "欪"^^xsd:string .

<http://lexvo.org/id/char/6B2B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%AC%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C4%AB>,
        "欫"^^xsd:string .

<http://lexvo.org/id/char/6B2C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%AC%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C3%A0i>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C3%A0i%20k%C3%A9>,
        <http://lexvo.org/id/term/kor/%E6%AC%AC>,
        <http://lexvo.org/id/term/kor/HAY>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kat1%20koi3>,
        <http://lexvo.org/id/term/yue/%E6%AC%AC>,
        "欬"^^xsd:string ;
    rdfs:comment "cough; sound of laughter"@en .

<http://lexvo.org/id/char/6B2D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%AC%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%AC>,
        "欭"^^xsd:string .

<http://lexvo.org/id/char/6B2E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%AC%AE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ju%C3%A9>,
        "欮"^^xsd:string ;
    rdfs:comment "to hiccough; to dig out to expand"@en .

<http://lexvo.org/id/char/6B2F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%AC%AF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C3%AD>,
        "欯"^^xsd:string .

<http://lexvo.org/id/char/6B30> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%AC%B0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C5%AB>,
        "欰"^^xsd:string .

<http://lexvo.org/id/char/6B31> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%AC%B1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C4%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A0%20h%C4%93>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hap6%20hot3>,
        <http://lexvo.org/id/term/yue/%E6%AC%B1>,
        "欱"^^xsd:string .

<http://lexvo.org/id/char/6B32> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%AC%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%B9>,
        <http://lexvo.org/id/term/kor/%E6%AC%B2>,
        <http://lexvo.org/id/term/kor/YOK>,
        <http://lexvo.org/id/term/vie/d%E1%BB%A5c>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/juk6>,
        <http://lexvo.org/id/term/yue/%E6%AC%B2>,
        "欲"^^xsd:string ;
    rdfs:comment "desire, want, long for; intend"@en .

<http://lexvo.org/id/char/6B33> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%AC%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ku%C3%A0i>,
        "欳"^^xsd:string .

<http://lexvo.org/id/char/6B34> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%AC%B4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%A1ng>,
        "欴"^^xsd:string .

<http://lexvo.org/id/char/6B35> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%AC%B5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ku%C7%8En>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fun2>,
        <http://lexvo.org/id/term/yue/%E6%AC%B5>,
        "欵"^^xsd:string ;
    rdfs:comment "to treat well; to detain"@en .

<http://lexvo.org/id/char/6B36> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%AC%B6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/shu%C3%B2>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sok3>,
        <http://lexvo.org/id/term/yue/%E6%AC%B6>,
        "欶"^^xsd:string ;
    rdfs:comment "to suck in"@en .

<http://lexvo.org/id/char/6B37> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%AC%B7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C4%AB>,
        <http://lexvo.org/id/term/kor/%E6%AC%B7>,
        <http://lexvo.org/id/term/kor/HUY>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hei1>,
        <http://lexvo.org/id/term/yue/%E6%AC%B7>,
        "欷"^^xsd:string ;
    rdfs:comment "sob; sigh"@en .

<http://lexvo.org/id/char/6B38> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C4%81i%200004.020%3A%C7%8Ei%200285.050%3A%C4%93i%200285.060%3A%C3%A9i%200285.070%3A%C4%9Bi%200285.080%3A%C3%A8i>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%C7%8Ei%20%C4%81i%20%C4%93i%20%C3%A8i>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%AC%B8>,
        <http://lexvo.org/id/term/kor/%E6%AC%B8>,
        <http://lexvo.org/id/term/kor/AY>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/aai2%20ei6%20oi1>,
        <http://lexvo.org/id/term/yue/%E6%AC%B8>,
        "欸"^^xsd:string ;
    rdfs:comment "sigh; an exclamatory sound"@en .

<http://lexvo.org/id/char/6B39> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%AC%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C4%AB%20q%C4%AB>,
        <http://lexvo.org/id/term/kor/%E6%AC%B9>,
        <http://lexvo.org/id/term/kor/UY>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ji1%20kei1>,
        <http://lexvo.org/id/term/yue/%E6%AC%B9>,
        "欹"^^xsd:string ;
    rdfs:comment "fierce dog; interjection of pleas; (Cant.) strange"@en .

<http://lexvo.org/id/char/6B3A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%AC%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C4%AB>,
        <http://lexvo.org/id/term/kor/%E6%AC%BA>,
        <http://lexvo.org/id/term/kor/KI>,
        <http://lexvo.org/id/term/vie/khi>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hei1>,
        <http://lexvo.org/id/term/yue/%E6%AC%BA>,
        "欺"^^xsd:string ;
    rdfs:comment "cheat, double-cross, deceive"@en .

<http://lexvo.org/id/char/6B3B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%AC%BB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/chu%C4%81%201299.060%3Ax%C5%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C5%AB%20chu%C4%81%20h%C5%AB>,
        <http://lexvo.org/id/term/kor/%E6%AC%BB>,
        <http://lexvo.org/id/term/kor/HWUL>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/caa1%20fat1>,
        <http://lexvo.org/id/term/yue/%E6%AC%BB>,
        "欻"^^xsd:string ;
    rdfs:comment "sudden, abrupt, quick"@en .

<http://lexvo.org/id/char/6B3C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%AC%BC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C7%90>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ci2%20syut3>,
        <http://lexvo.org/id/term/yue/%E6%AC%BC>,
        "欼"^^xsd:string ;
    rdfs:comment "drink; (Cant.) to use one's teeth and hands to break something such as a string"@en .

<http://lexvo.org/id/char/6B3D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%AC%BD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C4%ABn%20q%C3%ACn%20y%C3%ADn>,
        <http://lexvo.org/id/term/kor/%E6%AC%BD>,
        <http://lexvo.org/id/term/kor/HUM>,
        <http://lexvo.org/id/term/vie/kh%C3%A2m>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jam1>,
        <http://lexvo.org/id/term/yue/%E6%AC%BD>,
        "欽"^^xsd:string ;
    rdfs:comment "respect, admire; respectful"@en .

<http://lexvo.org/id/char/6B3E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%AC%BE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ku%C7%8En>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ku%C7%8En%20x%C4%ABn>,
        <http://lexvo.org/id/term/kor/%E6%AC%BE>,
        <http://lexvo.org/id/term/kor/KWAN>,
        <http://lexvo.org/id/term/vie/kho%E1%BA%A3n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fun2>,
        <http://lexvo.org/id/term/yue/%E6%AC%BE>,
        "款"^^xsd:string ;
    rdfs:comment "item, article; clause; fund"@en .

<http://lexvo.org/id/char/6B3F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%AC%BF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C7%8En>,
        <http://lexvo.org/id/term/kor/%E6%AC%BF>,
        <http://lexvo.org/id/term/kor/KAM>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ham2>,
        <http://lexvo.org/id/term/yue/%E6%AC%BF>,
        "欿"^^xsd:string ;
    rdfs:comment "discontented; sad; gloomy"@en .

<http://lexvo.org/id/char/6B40> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%AD%80>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ku%C7%8En>,
        "歀"^^xsd:string ;
    rdfs:comment "same as 款 U+6B3E, an item, article; clause, fund"@en .

<http://lexvo.org/id/char/6B41> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%AD%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C7%8En>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ham2>,
        <http://lexvo.org/id/term/yue/%E6%AD%81>,
        "歁"^^xsd:string .

<http://lexvo.org/id/char/6B42> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%AD%82>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/chu%C3%A1n%20chu%C7%8En>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cyun2%20cyun4>,
        <http://lexvo.org/id/term/yue/%E6%AD%82>,
        "歂"^^xsd:string .

<http://lexvo.org/id/char/6B43> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%AD%83>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%A0%20xi%C3%A1>,
        <http://lexvo.org/id/term/kor/%E6%AD%83>,
        <http://lexvo.org/id/term/kor/SAP>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/saap3>,
        <http://lexvo.org/id/term/yue/%E6%AD%83>,
        "歃"^^xsd:string ;
    rdfs:comment "smear one's mouth with blood of a victim when taking an oath"@en .

<http://lexvo.org/id/char/6B44> a lvont:Character ;
    lvont:represents "歄"^^xsd:string .

<http://lexvo.org/id/char/6B45> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%AD%85>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C4%ABn>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C4%ABn%20y%C4%81n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jan1>,
        <http://lexvo.org/id/term/yue/%E6%AD%85>,
        "歅"^^xsd:string .

<http://lexvo.org/id/char/6B46> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%AD%86>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C4%ABn>,
        <http://lexvo.org/id/term/kor/%E6%AD%86>,
        <http://lexvo.org/id/term/kor/HUM>,
        <http://lexvo.org/id/term/vie/c%E1%BA%AFn%20h%C3%A2m>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jam1>,
        <http://lexvo.org/id/term/yue/%E6%AD%86>,
        "歆"^^xsd:string ;
    rdfs:comment "like, admire; willingly, gladly; to quicken"@en .

<http://lexvo.org/id/char/6B47> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%AD%87>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C4%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C4%93%20y%C3%A0>,
        <http://lexvo.org/id/term/kor/%E6%AD%87>,
        <http://lexvo.org/id/term/kor/HEL>,
        <http://lexvo.org/id/term/vie/h%E1%BA%BFt>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hit3>,
        <http://lexvo.org/id/term/yue/%E6%AD%87>,
        "歇"^^xsd:string ;
    rdfs:comment "rest, stop, lodge"@en .

<http://lexvo.org/id/char/6B48> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%AD%88>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%BA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jyu4>,
        <http://lexvo.org/id/term/yue/%E6%AD%88>,
        "歈"^^xsd:string ;
    rdfs:comment "songs"@en .

<http://lexvo.org/id/char/6B49> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%AD%89>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E6%AD%89>,
        <http://lexvo.org/id/term/kor/KYEM>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/him3%20hip3>,
        <http://lexvo.org/id/term/yue/%E6%AD%89>,
        "歉"^^xsd:string ;
    rdfs:comment "deficient, lacking, insufficient"@en .

<http://lexvo.org/id/char/6B4A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%AD%8A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C4%81o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hiu1>,
        <http://lexvo.org/id/term/yue/%E6%AD%8A>,
        "歊"^^xsd:string ;
    rdfs:comment "sigh"@en .

<http://lexvo.org/id/char/6B4B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%AD%8B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ji4>,
        <http://lexvo.org/id/term/yue/%E6%AD%8B>,
        "歋"^^xsd:string .

<http://lexvo.org/id/char/6B4C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%AD%8C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C4%93>,
        <http://lexvo.org/id/term/kor/%E6%AD%8C>,
        <http://lexvo.org/id/term/kor/KA>,
        <http://lexvo.org/id/term/vie/ca>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/go1>,
        <http://lexvo.org/id/term/yue/%E6%AD%8C>,
        "歌"^^xsd:string ;
    rdfs:comment "song, lyrics; sing, chant; praise"@en .

<http://lexvo.org/id/char/6B4D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%AD%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C5%AB>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wu1>,
        <http://lexvo.org/id/term/yue/%E6%AD%8D>,
        "歍"^^xsd:string .

<http://lexvo.org/id/char/6B4E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%AD%8E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E6%AD%8E>,
        <http://lexvo.org/id/term/kor/THAN>,
        <http://lexvo.org/id/term/vie/th%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/taan3>,
        <http://lexvo.org/id/term/yue/%E6%AD%8E>,
        "歎"^^xsd:string ;
    rdfs:comment "sigh, admire"@en .

<http://lexvo.org/id/char/6B4F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%AD%8F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%ACn>,
        "歏"^^xsd:string .

<http://lexvo.org/id/char/6B50> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C5%8Du>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%C5%8Du%20%C7%92u>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%AD%90>,
        <http://lexvo.org/id/term/kor/%E6%AD%90>,
        <http://lexvo.org/id/term/kor/KWU>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/au1%20au2%20ngau1>,
        <http://lexvo.org/id/term/yue/%E6%AD%90>,
        "歐"^^xsd:string ;
    rdfs:comment "used in transliterating non-Chinese words such as Europe, ohm; surname"@en .

<http://lexvo.org/id/char/6B51> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%AD%91>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C5%AB>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fu1>,
        <http://lexvo.org/id/term/yue/%E6%AD%91>,
        "歑"^^xsd:string .

<http://lexvo.org/id/char/6B52> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%AD%92>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%AC>,
        "歒"^^xsd:string .

<http://lexvo.org/id/char/6B53> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%AD%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C4%81n>,
        <http://lexvo.org/id/term/kor/%E6%AD%93>,
        <http://lexvo.org/id/term/kor/HWAN>,
        "歓"^^xsd:string ;
    rdfs:comment "happy, pleased, glad; joy; enjoy"@en .

<http://lexvo.org/id/char/6B54> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%AD%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C5%AB>,
        <http://lexvo.org/id/term/kor/%E6%AD%94>,
        <http://lexvo.org/id/term/kor/HE>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/heoi1>,
        <http://lexvo.org/id/term/yue/%E6%AD%94>,
        "歔"^^xsd:string ;
    rdfs:comment "blow through nose, snort"@en .

<http://lexvo.org/id/char/6B55> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%AD%95>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C4%93n%20p%C3%A8n%20f%C3%A8n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fan5%20pan1%20pan3>,
        <http://lexvo.org/id/term/yue/%E6%AD%95>,
        "歕"^^xsd:string ;
    rdfs:comment "spurt, blow out, puff out"@en .

<http://lexvo.org/id/char/6B56> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%AD%96>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C4%AB>,
        "歖"^^xsd:string .

<http://lexvo.org/id/char/6B57> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%AD%97>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A0o>,
        "歗"^^xsd:string ;
    rdfs:comment "roar, howl, scream; whistle"@en .

<http://lexvo.org/id/char/6B58> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%AD%98>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/chu%C4%81%201299.061%3Ax%C5%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C5%AB%20chu%C4%81>,
        "歘"^^xsd:string ;
    rdfs:comment "sudden"@en .

<http://lexvo.org/id/char/6B59> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%AD%99>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%A8%201231.090%3Ax%C4%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C4%AB%20sh%C3%A8%20xi%C3%A9%20x%C3%AC>,
        <http://lexvo.org/id/term/kor/%E6%AD%99>,
        <http://lexvo.org/id/term/kor/HUP>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kap1%20sip3>,
        <http://lexvo.org/id/term/yue/%E6%AD%99>,
        "歙"^^xsd:string ;
    rdfs:comment "to suck; a county's name in anhui"@en .

<http://lexvo.org/id/char/6B5A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/kor/%E6%AD%9A>,
        <http://lexvo.org/id/term/kor/SEN>,
        "歚"^^xsd:string ;
    rdfs:comment "used in name of famous Korean painter Ceng Sen"@en .

<http://lexvo.org/id/char/6B5B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%AD%9B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C4%81n%20li%C7%8En%20li%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E6%AD%9B>,
        <http://lexvo.org/id/term/kor/KEM>,
        <http://lexvo.org/id/term/vie/li%E1%BB%85m>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lim5%20lim6>,
        <http://lexvo.org/id/term/yue/%E6%AD%9B>,
        "歛"^^xsd:string ;
    rdfs:comment "draw back, fold back; collect"@en .

<http://lexvo.org/id/char/6B5C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%AD%9C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cuk1>,
        <http://lexvo.org/id/term/yue/%E6%AD%9C>,
        "歜"^^xsd:string ;
    rdfs:comment "furious; wrathful"@en .

<http://lexvo.org/id/char/6B5D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%AD%9D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%AC>,
        "歝"^^xsd:string .

<http://lexvo.org/id/char/6B5E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%AD%9E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C7%8En>,
        "歞"^^xsd:string .

<http://lexvo.org/id/char/6B5F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%AD%9F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%BA>,
        <http://lexvo.org/id/term/kor/%E6%AD%9F>,
        <http://lexvo.org/id/term/kor/YE>,
        <http://lexvo.org/id/term/vie/ru>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jyu4>,
        <http://lexvo.org/id/term/yue/%E6%AD%9F>,
        "歟"^^xsd:string ;
    rdfs:comment "a final particle used to express admiration, doubt, surprise, or to mark a question"@en .

<http://lexvo.org/id/char/6B60> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%AD%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/chu%C3%B2>,
        <http://lexvo.org/id/term/kor/%E6%AD%A0>,
        <http://lexvo.org/id/term/kor/CHEL>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zyut3>,
        <http://lexvo.org/id/term/yue/%E6%AD%A0>,
        "歠"^^xsd:string ;
    rdfs:comment "sip, drink, suck"@en .

<http://lexvo.org/id/char/6B61> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%AD%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C4%81n>,
        <http://lexvo.org/id/term/kor/%E6%AD%A1>,
        <http://lexvo.org/id/term/kor/HWAN>,
        <http://lexvo.org/id/term/vie/hoan>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fun1>,
        <http://lexvo.org/id/term/yue/%E6%AD%A1>,
        "歡"^^xsd:string ;
    rdfs:comment "happy, pleased, glad; joy; to enjoy"@en .

<http://lexvo.org/id/char/6B63> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%AD%A3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%A8ng%20zh%C4%93ng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C4%93ng%201474.030%3Azh%C3%A8ng>,
        <http://lexvo.org/id/term/kor/%E6%AD%A3>,
        <http://lexvo.org/id/term/kor/CENG>,
        <http://lexvo.org/id/term/vie/ch%C3%ADnh>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zeng3%20zing1%20zing3>,
        <http://lexvo.org/id/term/yue/%E6%AD%A3>,
        "正"^^xsd:string ;
    rdfs:comment "right, proper, correct"@en .

<http://lexvo.org/id/char/6B64> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%AD%A4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C7%90>,
        <http://lexvo.org/id/term/kor/%E6%AD%A4>,
        <http://lexvo.org/id/term/kor/CHA>,
        <http://lexvo.org/id/term/vie/th%E1%BB%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ci2>,
        <http://lexvo.org/id/term/yue/%E6%AD%A4>,
        "此"^^xsd:string ;
    rdfs:comment "this, these; in this case, then"@en .

<http://lexvo.org/id/char/6B65> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%AD%A5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%B9>,
        <http://lexvo.org/id/term/kor/%E6%AD%A5>,
        <http://lexvo.org/id/term/kor/PO>,
        <http://lexvo.org/id/term/vie/b%E1%BB%99>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bou6>,
        <http://lexvo.org/id/term/yue/%E6%AD%A5>,
        "步"^^xsd:string ;
    rdfs:comment "step, pace; walk, stroll"@en .

<http://lexvo.org/id/char/6B66> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%AD%A6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C7%94>,
        <http://lexvo.org/id/term/kor/%E6%AD%A6>,
        <http://lexvo.org/id/term/kor/MWU>,
        <http://lexvo.org/id/term/vie/v%C5%A9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mou5>,
        <http://lexvo.org/id/term/yue/%E6%AD%A6>,
        "武"^^xsd:string ;
    rdfs:comment "military; martial, warlike"@en .

<http://lexvo.org/id/char/6B67> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%AD%A7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C3%AD>,
        <http://lexvo.org/id/term/kor/%E6%AD%A7>,
        <http://lexvo.org/id/term/kor/KI>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kei4>,
        <http://lexvo.org/id/term/yue/%E6%AD%A7>,
        "歧"^^xsd:string ;
    rdfs:comment "fork of road; branching off"@en .

<http://lexvo.org/id/char/6B68> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%AD%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%B9>,
        "歨"^^xsd:string .

<http://lexvo.org/id/char/6B69> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%AD%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%B9>,
        <http://lexvo.org/id/term/kor/%E6%AD%A9>,
        <http://lexvo.org/id/term/kor/PO>,
        "歩"^^xsd:string ;
    rdfs:comment "step"@en .

<http://lexvo.org/id/char/6B6A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%AD%AA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C4%81i>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C4%81i%20w%C7%8Ei>,
        <http://lexvo.org/id/term/kor/%E6%AD%AA>,
        <http://lexvo.org/id/term/kor/WAY%20OY>,
        <http://lexvo.org/id/term/vie/quay>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/me2%20waai1>,
        <http://lexvo.org/id/term/yue/%E6%AD%AA>,
        "歪"^^xsd:string ;
    rdfs:comment "slant; inclined; askewd, awry"@en .

<http://lexvo.org/id/char/6B6B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%AD%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%B9>,
        "歫"^^xsd:string .

<http://lexvo.org/id/char/6B6C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%AD%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C3%A1n>,
        "歬"^^xsd:string .

<http://lexvo.org/id/char/6B6D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%AD%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ci4%20zi6>,
        <http://lexvo.org/id/term/yue/%E6%AD%AD>,
        "歭"^^xsd:string .

<http://lexvo.org/id/char/6B6E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%AD%AE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C3%A8>,
        "歮"^^xsd:string .

<http://lexvo.org/id/char/6B70> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%AD%B0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C3%A8%20sh%C3%A0>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/saap3>,
        <http://lexvo.org/id/term/yue/%E6%AD%B0>,
        "歰"^^xsd:string ;
    rdfs:comment "(Cant.) 歰氣 to argue, wrangle, disagree"@en .

<http://lexvo.org/id/char/6B71> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%AD%B1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C7%92ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zung2>,
        <http://lexvo.org/id/term/yue/%E6%AD%B1>,
        "歱"^^xsd:string ;
    rdfs:comment "to visit; to imitate"@en .

<http://lexvo.org/id/char/6B72> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%AD%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/su%C3%AC>,
        <http://lexvo.org/id/term/kor/%E6%AD%B2>,
        <http://lexvo.org/id/term/kor/SEY>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/seoi3>,
        <http://lexvo.org/id/term/yue/%E6%AD%B2>,
        "歲"^^xsd:string ;
    rdfs:comment "year; age; harvest"@en .

<http://lexvo.org/id/char/6B73> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%AD%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/su%C3%AC>,
        <http://lexvo.org/id/term/kor/%E6%AD%B3>,
        <http://lexvo.org/id/term/kor/SEY>,
        <http://lexvo.org/id/term/vie/tu%E1%BA%BF>,
        "歳"^^xsd:string ;
    rdfs:comment "year; age; harvest"@en .

<http://lexvo.org/id/char/6B74> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%AD%B4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lik6>,
        <http://lexvo.org/id/term/yue/%E6%AD%B4>,
        "歴"^^xsd:string ;
    rdfs:comment "take place, past, history"@en .

<http://lexvo.org/id/char/6B75> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%AD%B5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/cu%C3%B2>,
        "歵"^^xsd:string .

<http://lexvo.org/id/char/6B76> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%AD%B6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%BA>,
        "歶"^^xsd:string .

<http://lexvo.org/id/char/6B77> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%AD%B7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%AC>,
        <http://lexvo.org/id/term/kor/%E6%AD%B7>,
        <http://lexvo.org/id/term/kor/LYEK>,
        <http://lexvo.org/id/term/vie/l%E1%BB%8Bch>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lik6>,
        <http://lexvo.org/id/term/yue/%E6%AD%B7>,
        "歷"^^xsd:string ;
    rdfs:comment "take place, past, history"@en .

<http://lexvo.org/id/char/6B78> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%AD%B8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/gu%C4%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/gu%C4%AB%20ku%C3%AC>,
        <http://lexvo.org/id/term/kor/%E6%AD%B8>,
        <http://lexvo.org/id/term/kor/KWI%20KWEY>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gwai1>,
        <http://lexvo.org/id/term/yue/%E6%AD%B8>,
        "歸"^^xsd:string ;
    rdfs:comment "return; return to, revert to"@en .

<http://lexvo.org/id/char/6B7A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%AD%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C7%8Ei>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/daai2>,
        <http://lexvo.org/id/term/yue/%E6%AD%BA>,
        "歺"^^xsd:string ;
    rdfs:comment "vicious, depraved, bad"@en .

<http://lexvo.org/id/char/6B7B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%AD%BB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C7%90>,
        <http://lexvo.org/id/term/kor/%E6%AD%BB>,
        <http://lexvo.org/id/term/kor/SA>,
        <http://lexvo.org/id/term/vie/ph%C6%A1i%20t%E1%BB%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sei2%20si2>,
        <http://lexvo.org/id/term/yue/%E6%AD%BB>,
        "死"^^xsd:string ;
    rdfs:comment "die; dead; death"@en .

<http://lexvo.org/id/char/6B7C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%AD%BC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C4%81n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cim1>,
        <http://lexvo.org/id/term/yue/%E6%AD%BC>,
        "歼"^^xsd:string ;
    rdfs:comment "annihilate, wipe out, kill off"@en .

<http://lexvo.org/id/char/6B7D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%AD%BD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%A9>,
        "歽"^^xsd:string .

<http://lexvo.org/id/char/6B7E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%AD%BE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%B2%20w%C4%9Bn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mut1%20mut6>,
        <http://lexvo.org/id/term/yue/%E6%AD%BE>,
        "歾"^^xsd:string ;
    rdfs:comment "drown"@en .

<http://lexvo.org/id/char/6B7F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%AD%BF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%B2>,
        <http://lexvo.org/id/term/kor/%E6%AD%BF>,
        <http://lexvo.org/id/term/kor/MOL>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mut6>,
        <http://lexvo.org/id/term/yue/%E6%AD%BF>,
        "歿"^^xsd:string ;
    rdfs:comment "die; death; dead"@en .

<http://lexvo.org/id/char/6B80> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%AE%80>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C4%81o>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%8Eo%20y%C4%81o>,
        <http://lexvo.org/id/term/kor/%E6%AE%80>,
        <http://lexvo.org/id/term/kor/YO>,
        <http://lexvo.org/id/term/vie/y%E1%BB%83u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jiu2>,
        <http://lexvo.org/id/term/yue/%E6%AE%80>,
        "殀"^^xsd:string ;
    rdfs:comment "die young, die prematurely"@en .

<http://lexvo.org/id/char/6B81> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%AE%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%B2%20w%C4%9Bn>,
        <http://lexvo.org/id/term/kor/%E6%AE%81>,
        <http://lexvo.org/id/term/kor/MOL>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mut6>,
        <http://lexvo.org/id/term/yue/%E6%AE%81>,
        "殁"^^xsd:string ;
    rdfs:comment "die; death; dead"@en .

<http://lexvo.org/id/char/6B82> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%AE%82>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C3%BA>,
        <http://lexvo.org/id/term/kor/%E6%AE%82>,
        <http://lexvo.org/id/term/kor/CO>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cou4>,
        <http://lexvo.org/id/term/yue/%E6%AE%82>,
        "殂"^^xsd:string ;
    rdfs:comment "to die"@en .

<http://lexvo.org/id/char/6B83> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%AE%83>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C4%81ng>,
        <http://lexvo.org/id/term/kor/%E6%AE%83>,
        <http://lexvo.org/id/term/kor/ANG>,
        <http://lexvo.org/id/term/vie/tr%C6%B0a%20%C6%B0%C6%A1ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/joeng1>,
        <http://lexvo.org/id/term/yue/%E6%AE%83>,
        "殃"^^xsd:string ;
    rdfs:comment "misfortune, disaster, calamity"@en .

<http://lexvo.org/id/char/6B84> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%AE%84>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ti%C7%8En>,
        <http://lexvo.org/id/term/kor/%E6%AE%84>,
        <http://lexvo.org/id/term/kor/CIN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/can2%20tin5>,
        <http://lexvo.org/id/term/yue/%E6%AE%84>,
        "殄"^^xsd:string ;
    rdfs:comment "to end; to exterminate"@en .

<http://lexvo.org/id/char/6B85> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%AE%85>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C4%93ng>,
        "殅"^^xsd:string .

<http://lexvo.org/id/char/6B86> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%AE%86>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%A0i>,
        <http://lexvo.org/id/term/kor/%E6%AE%86>,
        <http://lexvo.org/id/term/kor/THAY>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/doi6%20toi5>,
        <http://lexvo.org/id/term/yue/%E6%AE%86>,
        "殆"^^xsd:string ;
    rdfs:comment "dangerous, perilous; endanger"@en .

<http://lexvo.org/id/char/6B87> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%AE%87>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C4%81ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/soeng1>,
        <http://lexvo.org/id/term/yue/%E6%AE%87>,
        "殇"^^xsd:string ;
    rdfs:comment "die young; national mourning"@en .

<http://lexvo.org/id/char/6B88> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%AE%88>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gwik1>,
        <http://lexvo.org/id/term/yue/%E6%AE%88>,
        "殈"^^xsd:string ;
    rdfs:comment "infertile"@en .

<http://lexvo.org/id/char/6B89> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%AE%89>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C3%B9n>,
        <http://lexvo.org/id/term/kor/%E6%AE%89>,
        <http://lexvo.org/id/term/kor/SWUN>,
        <http://lexvo.org/id/term/vie/tu%E1%BA%ABn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/seon1%20seon6>,
        <http://lexvo.org/id/term/yue/%E6%AE%89>,
        "殉"^^xsd:string ;
    rdfs:comment "die for cause, be martyr for"@en .

<http://lexvo.org/id/char/6B8A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%AE%8A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C5%AB>,
        <http://lexvo.org/id/term/kor/%E6%AE%8A>,
        <http://lexvo.org/id/term/kor/SWU>,
        <http://lexvo.org/id/term/vie/th%C3%B9a>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/syu4>,
        <http://lexvo.org/id/term/yue/%E6%AE%8A>,
        "殊"^^xsd:string ;
    rdfs:comment "different, special, unusual"@en .

<http://lexvo.org/id/char/6B8B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%AE%8B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C3%A1n>,
        <http://lexvo.org/id/term/kor/%E6%AE%8B>,
        <http://lexvo.org/id/term/kor/CAN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/caan1%20caan4>,
        <http://lexvo.org/id/term/yue/%E6%AE%8B>,
        "残"^^xsd:string ;
    rdfs:comment "injure, spoil; oppress; broken"@en .

<http://lexvo.org/id/char/6B8C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%AE%8C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ju%C3%A9>,
        "殌"^^xsd:string .

<http://lexvo.org/id/char/6B8D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%AE%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/pi%C7%8Eo>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/pi%C7%8Eo%20b%C3%AC>,
        <http://lexvo.org/id/term/kor/%E6%AE%8D>,
        <http://lexvo.org/id/term/kor/PHYO>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/piu5>,
        <http://lexvo.org/id/term/yue/%E6%AE%8D>,
        "殍"^^xsd:string ;
    rdfs:comment "to starve to death"@en .

<http://lexvo.org/id/char/6B8E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%AE%8E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C3%A0>,
        "殎"^^xsd:string .

<http://lexvo.org/id/char/6B8F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%AE%8F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C3%B9>,
        "殏"^^xsd:string .

<http://lexvo.org/id/char/6B90> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%AE%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C3%B9>,
        "殐"^^xsd:string .

<http://lexvo.org/id/char/6B91> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%AE%91>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C3%ADng%20j%C3%ACng>,
        <http://lexvo.org/id/term/kor/%E6%AE%91>,
        <http://lexvo.org/id/term/kor/KUNG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ging6%20king4>,
        <http://lexvo.org/id/term/yue/%E6%AE%91>,
        "殑"^^xsd:string ;
    rdfs:comment "swoon"@en .

<http://lexvo.org/id/char/6B92> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%AE%92>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%94n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wan5>,
        <http://lexvo.org/id/term/yue/%E6%AE%92>,
        "殒"^^xsd:string ;
    rdfs:comment "die, perish; vanish; fall"@en .

<http://lexvo.org/id/char/6B93> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%AE%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lim6>,
        <http://lexvo.org/id/term/yue/%E6%AE%93>,
        "殓"^^xsd:string ;
    rdfs:comment "dress corpse for burial"@en .

<http://lexvo.org/id/char/6B94> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%AE%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sei3>,
        <http://lexvo.org/id/term/yue/%E6%AE%94>,
        "殔"^^xsd:string .

<http://lexvo.org/id/char/6B95> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%AE%95>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C7%92u>,
        "殕"^^xsd:string .

<http://lexvo.org/id/char/6B96> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%AE%96>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/shi%201485.010%3Azh%C3%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%AD%20sh%C3%AC>,
        <http://lexvo.org/id/term/kor/%E6%AE%96>,
        <http://lexvo.org/id/term/kor/SIK>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zik6>,
        <http://lexvo.org/id/term/yue/%E6%AE%96>,
        "殖"^^xsd:string ;
    rdfs:comment "breed, spawn; increase; prosper"@en .

<http://lexvo.org/id/char/6B97> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%AE%97>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A8>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jip3>,
        <http://lexvo.org/id/term/yue/%E6%AE%97>,
        "殗"^^xsd:string ;
    rdfs:comment "sickness; repeated"@en .

<http://lexvo.org/id/char/6B98> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%AE%98>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C3%A1n>,
        <http://lexvo.org/id/term/kor/%E6%AE%98>,
        <http://lexvo.org/id/term/kor/CAN>,
        <http://lexvo.org/id/term/vie/%C4%91%C3%AAm%20t%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/caan1%20caan4>,
        <http://lexvo.org/id/term/yue/%E6%AE%98>,
        "殘"^^xsd:string ;
    rdfs:comment "injure, spoil; oppress; broken"@en .

<http://lexvo.org/id/char/6B99> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%AE%99>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C5%ABn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fan1>,
        <http://lexvo.org/id/term/yue/%E6%AE%99>,
        "殙"^^xsd:string ;
    rdfs:comment "to die by taking poison"@en .

<http://lexvo.org/id/char/6B9A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%AE%9A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C4%81n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/daan1>,
        <http://lexvo.org/id/term/yue/%E6%AE%9A>,
        "殚"^^xsd:string ;
    rdfs:comment "utmost, entirely, quite; use up"@en .

<http://lexvo.org/id/char/6B9B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%AE%9B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gik1>,
        <http://lexvo.org/id/term/yue/%E6%AE%9B>,
        "殛"^^xsd:string ;
    rdfs:comment "to put to death to imprison for life"@en .

<http://lexvo.org/id/char/6B9C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%AE%9C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A8%20di%C3%A9>,
        "殜"^^xsd:string ;
    rdfs:comment "half-sitting, half-reclining"@en .

<http://lexvo.org/id/char/6B9D> a lvont:Character ;
    lvont:represents "殝"^^xsd:string .

<http://lexvo.org/id/char/6B9E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%AE%9E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%94n>,
        <http://lexvo.org/id/term/kor/%E6%AE%9E>,
        <http://lexvo.org/id/term/kor/WUN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wan5>,
        <http://lexvo.org/id/term/yue/%E6%AE%9E>,
        "殞"^^xsd:string ;
    rdfs:comment "die, perish; vanish; fall"@en .

<http://lexvo.org/id/char/6B9F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%AE%9F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C4%93n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wan1>,
        <http://lexvo.org/id/term/yue/%E6%AE%9F>,
        "殟"^^xsd:string .

<http://lexvo.org/id/char/6BA0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%AE%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%B2u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cau3>,
        <http://lexvo.org/id/term/yue/%E6%AE%A0>,
        "殠"^^xsd:string .

<http://lexvo.org/id/char/6BA1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%AE%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%ACn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ban3>,
        <http://lexvo.org/id/term/yue/%E6%AE%A1>,
        "殡"^^xsd:string ;
    rdfs:comment "encoffin; embalm; funeral"@en .

<http://lexvo.org/id/char/6BA2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%AE%A2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%AC%20n%C3%AC>,
        <http://lexvo.org/id/term/kor/%E6%AE%A2>,
        <http://lexvo.org/id/term/kor/CHEY>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/taai3%20tai3>,
        <http://lexvo.org/id/term/yue/%E6%AE%A2>,
        "殢"^^xsd:string ;
    rdfs:comment "be in great difficulty, greatly"@en .

<http://lexvo.org/id/char/6BA3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%AE%A3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%ACn>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%ACn%20j%C7%90n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gan2>,
        <http://lexvo.org/id/term/yue/%E6%AE%A3>,
        "殣"^^xsd:string ;
    rdfs:comment "die; death; to starve to death"@en .

<http://lexvo.org/id/char/6BA4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%AE%A4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C4%81ng>,
        <http://lexvo.org/id/term/kor/%E6%AE%A4>,
        <http://lexvo.org/id/term/kor/SANG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/soeng1>,
        <http://lexvo.org/id/term/yue/%E6%AE%A4>,
        "殤"^^xsd:string ;
    rdfs:comment "die young; national mourning"@en .

<http://lexvo.org/id/char/6BA5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%AE%A5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%ADn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jan4>,
        <http://lexvo.org/id/term/yue/%E6%AE%A5>,
        "殥"^^xsd:string .

<http://lexvo.org/id/char/6BA6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%AE%A6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/di%C4%81o>,
        "殦"^^xsd:string .

<http://lexvo.org/id/char/6BA7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%AE%A7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C3%B9>,
        "殧"^^xsd:string .

<http://lexvo.org/id/char/6BA8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%AE%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%AC>,
        "殨"^^xsd:string ;
    rdfs:comment "to open as an ulcer or sore"@en .

<http://lexvo.org/id/char/6BA9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%AE%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/cu%C3%A0n>,
        "殩"^^xsd:string .

<http://lexvo.org/id/char/6BAA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%AE%AA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%AC>,
        <http://lexvo.org/id/term/vie/%E1%BA%BF>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ji3>,
        <http://lexvo.org/id/term/yue/%E6%AE%AA>,
        "殪"^^xsd:string ;
    rdfs:comment "die; kill, exterminate"@en .

<http://lexvo.org/id/char/6BAB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%AE%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C4%81n>,
        <http://lexvo.org/id/term/kor/%E6%AE%AB>,
        <http://lexvo.org/id/term/kor/THAN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/daan1>,
        <http://lexvo.org/id/term/yue/%E6%AE%AB>,
        "殫"^^xsd:string ;
    rdfs:comment "utmost, entirely, quite; use up"@en .

<http://lexvo.org/id/char/6BAC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%AE%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%B9>,
        "殬"^^xsd:string .

<http://lexvo.org/id/char/6BAD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%AE%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C4%81ng>,
        <http://lexvo.org/id/term/kor/%E6%AE%AD>,
        <http://lexvo.org/id/term/kor/KANG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/goeng1>,
        <http://lexvo.org/id/term/yue/%E6%AE%AD>,
        "殭"^^xsd:string ;
    rdfs:comment "a stiff corpse"@en .

<http://lexvo.org/id/char/6BAE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%AE%AE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E6%AE%AE>,
        <http://lexvo.org/id/term/kor/LYEM>,
        <http://lexvo.org/id/term/vie/li%E1%BB%87m>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lim6>,
        <http://lexvo.org/id/term/yue/%E6%AE%AE>,
        "殮"^^xsd:string ;
    rdfs:comment "dress corpse for burial"@en .

<http://lexvo.org/id/char/6BAF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%AE%AF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%ACn>,
        <http://lexvo.org/id/term/kor/%E6%AE%AF>,
        <http://lexvo.org/id/term/kor/PIN>,
        <http://lexvo.org/id/term/vie/t%E1%BA%A5n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ban3>,
        <http://lexvo.org/id/term/yue/%E6%AE%AF>,
        "殯"^^xsd:string ;
    rdfs:comment "encoffin; embalm; funeral"@en .

<http://lexvo.org/id/char/6BB0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%AE%B0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%BA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/duk6>,
        <http://lexvo.org/id/term/yue/%E6%AE%B0>,
        "殰"^^xsd:string ;
    rdfs:comment "an abortion; stillborn"@en .

<http://lexvo.org/id/char/6BB1> a lvont:Character ;
    lvont:represents "殱"^^xsd:string ;
    rdfs:comment "annihilate, wipe out, kill off"@en .

<http://lexvo.org/id/char/6BB2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%AE%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C4%81n>,
        <http://lexvo.org/id/term/kor/%E6%AE%B2>,
        <http://lexvo.org/id/term/kor/SEM>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cim1>,
        <http://lexvo.org/id/term/yue/%E6%AE%B2>,
        "殲"^^xsd:string ;
    rdfs:comment "annihilate, wipe out, kill off"@en .

<http://lexvo.org/id/char/6BB4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C5%8Du>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%AE%B4>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/au2>,
        <http://lexvo.org/id/term/yue/%E6%AE%B4>,
        "殴"^^xsd:string ;
    rdfs:comment "beat, fight with fists, hit"@en .

<http://lexvo.org/id/char/6BB5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%AE%B5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/du%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E6%AE%B5>,
        <http://lexvo.org/id/term/kor/TAN>,
        <http://lexvo.org/id/term/vie/%C4%91o%E1%BA%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dyun6>,
        <http://lexvo.org/id/term/yue/%E6%AE%B5>,
        "段"^^xsd:string ;
    rdfs:comment "section, piece, division"@en .

<http://lexvo.org/id/char/6BB6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%AE%B6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zyu3>,
        <http://lexvo.org/id/term/yue/%E6%AE%B6>,
        "殶"^^xsd:string .

<http://lexvo.org/id/char/6BB7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%AE%B7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C4%81n%201376.030%3Ay%C4%ABn%201382.050%3Ay%C7%90n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C4%ABn%20y%C4%81n%20y%C7%90n>,
        <http://lexvo.org/id/term/kor/%E6%AE%B7>,
        <http://lexvo.org/id/term/kor/UN%20AN>,
        <http://lexvo.org/id/term/vie/%C3%A2n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jan1%20jan2%20jin1>,
        <http://lexvo.org/id/term/yue/%E6%AE%B7>,
        "殷"^^xsd:string ;
    rdfs:comment "many, great; abundant, flourishing"@en .

<http://lexvo.org/id/char/6BB8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%AE%B8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C3%ACng>,
        "殸"^^xsd:string ;
    rdfs:comment "stone chimes"@en .

<http://lexvo.org/id/char/6BB9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%AE%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%AC>,
        "殹"^^xsd:string ;
    rdfs:comment "an echo"@en .

<http://lexvo.org/id/char/6BBA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%AE%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C4%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C4%81%20s%C3%A0%20sh%C3%A0i%20sh%C3%A8>,
        <http://lexvo.org/id/term/kor/%E6%AE%BA>,
        <http://lexvo.org/id/term/kor/SAL%20SOY>,
        <http://lexvo.org/id/term/vie/s%C3%A1t>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/saai3%20saat3>,
        <http://lexvo.org/id/term/yue/%E6%AE%BA>,
        "殺"^^xsd:string ;
    rdfs:comment "kill, slaughter, murder; hurt; to pare off, reduce, clip"@en .

<http://lexvo.org/id/char/6BBB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%AE%BB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C3%A0o>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qu%C3%A8%20k%C3%A9%20qi%C3%A0o>,
        <http://lexvo.org/id/term/kor/%E6%AE%BB>,
        <http://lexvo.org/id/term/kor/KAK>,
        "殻"^^xsd:string ;
    rdfs:comment "casing, shell, husk, hull, skin"@en .

<http://lexvo.org/id/char/6BBC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%AE%BC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C3%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C3%A9%20qi%C3%A0o>,
        <http://lexvo.org/id/term/kor/%E6%AE%BC>,
        <http://lexvo.org/id/term/kor/KAK>,
        <http://lexvo.org/id/term/vie/n%C3%B4i%20x%C3%A1c>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hok3>,
        <http://lexvo.org/id/term/yue/%E6%AE%BC>,
        "殼"^^xsd:string ;
    rdfs:comment "casing, shell, husk, hull, skin"@en .

<http://lexvo.org/id/char/6BBD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%AE%BD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A1o>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A1o%20xi%C3%A1o%20xi%C3%A0o>,
        <http://lexvo.org/id/term/kor/%E6%AE%BD>,
        <http://lexvo.org/id/term/kor/HYO>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ngaau4>,
        <http://lexvo.org/id/term/yue/%E6%AE%BD>,
        "殽"^^xsd:string ;
    rdfs:comment "mixed up, confused; cooked"@en .

<http://lexvo.org/id/char/6BBE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%AE%BE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%B9n>,
        "殾"^^xsd:string .

<http://lexvo.org/id/char/6BBF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%AE%BF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/di%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E6%AE%BF>,
        <http://lexvo.org/id/term/kor/CEN>,
        <http://lexvo.org/id/term/vie/%C4%91i%E1%BB%87n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/din3%20din6>,
        <http://lexvo.org/id/term/yue/%E6%AE%BF>,
        "殿"^^xsd:string ;
    rdfs:comment "hall; palace; temple"@en .

<http://lexvo.org/id/char/6BC0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%AF%80>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C7%90%20hu%C3%AC>,
        <http://lexvo.org/id/term/kor/%E6%AF%80>,
        <http://lexvo.org/id/term/kor/HWEY>,
        <http://lexvo.org/id/term/vie/hu%E1%BB%B7>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wai2>,
        <http://lexvo.org/id/term/yue/%E6%AF%80>,
        "毀"^^xsd:string ;
    rdfs:comment "destroy, ruin, injure; slander"@en .

<http://lexvo.org/id/char/6BC1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%AF%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C7%90>,
        <http://lexvo.org/id/term/kor/%E6%AF%81>,
        <http://lexvo.org/id/term/kor/HWEY>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wai2>,
        <http://lexvo.org/id/term/yue/%E6%AF%81>,
        "毁"^^xsd:string ;
    rdfs:comment "destroy"@en .

<http://lexvo.org/id/char/6BC2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%AF%82>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C5%AB%200400.010%3Ag%C7%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C7%94>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/guk1>,
        <http://lexvo.org/id/term/yue/%E6%AF%82>,
        "毂"^^xsd:string ;
    rdfs:comment "hub of wheel"@en .

<http://lexvo.org/id/char/6BC3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%AF%83>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qu%C3%A8>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kok3>,
        <http://lexvo.org/id/term/yue/%E6%AF%83>,
        "毃"^^xsd:string .

<http://lexvo.org/id/char/6BC4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%AF%84>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C4%AB>,
        <http://lexvo.org/id/term/kor/%E6%AF%84>,
        <http://lexvo.org/id/term/kor/KYEK>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gik1>,
        <http://lexvo.org/id/term/yue/%E6%AF%84>,
        "毄"^^xsd:string .

<http://lexvo.org/id/char/6BC5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%AF%85>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%AC>,
        <http://lexvo.org/id/term/kor/%E6%AF%85>,
        <http://lexvo.org/id/term/kor/UY>,
        <http://lexvo.org/id/term/vie/ngh%E1%BB%8B>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ngai6>,
        <http://lexvo.org/id/term/yue/%E6%AF%85>,
        "毅"^^xsd:string ;
    rdfs:comment "resolute, decisive, firm, persist"@en .

<http://lexvo.org/id/char/6BC6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C5%8Du>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%C5%8Du%20k%C5%8Du%20q%C5%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%AF%86>,
        <http://lexvo.org/id/term/kor/%E6%AF%86>,
        <http://lexvo.org/id/term/kor/KWU>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/au2>,
        <http://lexvo.org/id/term/yue/%E6%AF%86>,
        "毆"^^xsd:string ;
    rdfs:comment "beat, fight with fists, hit; to strike, brawl"@en .

<http://lexvo.org/id/char/6BC7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%AF%87>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C7%90>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wai2>,
        <http://lexvo.org/id/term/yue/%E6%AF%87>,
        "毇"^^xsd:string .

<http://lexvo.org/id/char/6BC8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%AF%88>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/du%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dyun6%20wo5>,
        <http://lexvo.org/id/term/yue/%E6%AF%88>,
        "毈"^^xsd:string ;
    rdfs:comment "fertile eggs; (Cant.) rotten, muddled"@en .

<http://lexvo.org/id/char/6BC9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%AF%89>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C4%AB>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ji1>,
        <http://lexvo.org/id/term/yue/%E6%AF%89>,
        "毉"^^xsd:string .

<http://lexvo.org/id/char/6BCA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%AF%8A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C4%81o>,
        "毊"^^xsd:string .

<http://lexvo.org/id/char/6BCD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%AF%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C7%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C7%94%20m%C3%BA%20w%C7%94%20w%C3%BA>,
        <http://lexvo.org/id/term/kor/%E6%AF%8D>,
        <http://lexvo.org/id/term/kor/MO>,
        <http://lexvo.org/id/term/vie/m%E1%BA%ABu>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mou5>,
        <http://lexvo.org/id/term/yue/%E6%AF%8D>,
        "母"^^xsd:string ;
    rdfs:comment "mother; female elders; female"@en .

<http://lexvo.org/id/char/6BCE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%AF%8E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C4%9Bi>,
        <http://lexvo.org/id/term/kor/%E6%AF%8E>,
        <http://lexvo.org/id/term/kor/MAY>,
        "毎"^^xsd:string ;
    rdfs:comment "every"@en .

<http://lexvo.org/id/char/6BCF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%AF%8F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C4%9Bi>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C4%9Bi%20m%C3%A8i>,
        <http://lexvo.org/id/term/kor/%E6%AF%8F>,
        <http://lexvo.org/id/term/kor/MAY>,
        <http://lexvo.org/id/term/vie/d%E1%BA%B1m%20m%E1%BB%97i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mui5>,
        <http://lexvo.org/id/term/yue/%E6%AF%8F>,
        "每"^^xsd:string ;
    rdfs:comment "every, each"@en .

<http://lexvo.org/id/char/6BD0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C7%8Ei>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%AF%90>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/oi2>,
        <http://lexvo.org/id/term/yue/%E6%AF%90>,
        "毐"^^xsd:string ;
    rdfs:comment "person of reprehensible morals; immoral; adulterer"@en .

<http://lexvo.org/id/char/6BD1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%AF%91>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C4%9B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zu%C7%92%20ji%C4%9B>,
        "毑"^^xsd:string .

<http://lexvo.org/id/char/6BD2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%AF%92>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%BA%20d%C3%A0i>,
        <http://lexvo.org/id/term/kor/%E6%AF%92>,
        <http://lexvo.org/id/term/kor/TOK>,
        <http://lexvo.org/id/term/vie/%C4%91%E1%BB%99c>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/duk6>,
        <http://lexvo.org/id/term/yue/%E6%AF%92>,
        "毒"^^xsd:string ;
    rdfs:comment "poison, venom; poisonous"@en .

<http://lexvo.org/id/char/6BD3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%AF%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%B9>,
        <http://lexvo.org/id/term/kor/%E6%AF%93>,
        <http://lexvo.org/id/term/kor/YUK>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/juk1>,
        <http://lexvo.org/id/term/yue/%E6%AF%93>,
        "毓"^^xsd:string ;
    rdfs:comment "give birth to; bring up, educate"@en .

<http://lexvo.org/id/char/6BD5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%AF%95>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bat1>,
        <http://lexvo.org/id/term/yue/%E6%AF%95>,
        "毕"^^xsd:string ;
    rdfs:comment "end, finish, conclude; completed"@en .

<http://lexvo.org/id/char/6BD6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%AF%96>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%AC>,
        <http://lexvo.org/id/term/kor/%E6%AF%96>,
        <http://lexvo.org/id/term/kor/PI>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bei3>,
        <http://lexvo.org/id/term/yue/%E6%AF%96>,
        "毖"^^xsd:string ;
    rdfs:comment "guard against, take care; caution"@en .

<http://lexvo.org/id/char/6BD7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%AF%97>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%AD>,
        <http://lexvo.org/id/term/kor/%E6%AF%97>,
        <http://lexvo.org/id/term/kor/PI>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/pei4>,
        <http://lexvo.org/id/term/yue/%E6%AF%97>,
        "毗"^^xsd:string ;
    rdfs:comment "help, assist; connect, adjoin"@en .

<http://lexvo.org/id/char/6BD8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%AF%98>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%AD>,
        <http://lexvo.org/id/term/kor/%E6%AF%98>,
        <http://lexvo.org/id/term/kor/PI>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/pei3%20pei4>,
        <http://lexvo.org/id/term/yue/%E6%AF%98>,
        "毘"^^xsd:string ;
    rdfs:comment "help, assist; connect, adjoin"@en .

<http://lexvo.org/id/char/6BD9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%AF%99>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bai6>,
        <http://lexvo.org/id/term/yue/%E6%AF%99>,
        "毙"^^xsd:string ;
    rdfs:comment "kill; die violent death"@en .

<http://lexvo.org/id/char/6BDA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%AF%9A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%A1n>,
        <http://lexvo.org/id/term/kor/%E6%AF%9A>,
        <http://lexvo.org/id/term/kor/CHAM>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/caam4>,
        <http://lexvo.org/id/term/yue/%E6%AF%9A>,
        "毚"^^xsd:string ;
    rdfs:comment "cunning; greedy; crafty"@en .

<http://lexvo.org/id/char/6BDC> a lvont:Character ;
    lvont:represents "毜"^^xsd:string .

<http://lexvo.org/id/char/6BDD> a lvont:Character ;
    lvont:represents "毝"^^xsd:string .

<http://lexvo.org/id/char/6BDE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%AF%9E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%BA>,
        "毞"^^xsd:string .

<http://lexvo.org/id/char/6BDF> a lvont:Character ;
    lvont:represents "毟"^^xsd:string ;
    rdfs:comment "to pluck, pick, tear"@en .

<http://lexvo.org/id/char/6BE0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%AF%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C4%81>,
        "毠"^^xsd:string .

<http://lexvo.org/id/char/6BE1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%AF%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C4%81n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zin1>,
        <http://lexvo.org/id/term/yue/%E6%AF%A1>,
        "毡"^^xsd:string ;
    rdfs:comment "felt; rug, carpet"@en .

<http://lexvo.org/id/char/6BE2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%AF%A2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C4%81i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/soi1>,
        <http://lexvo.org/id/term/yue/%E6%AF%A2>,
        "毢"^^xsd:string .

<http://lexvo.org/id/char/6BE3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%AF%A3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%B9%20m%C3%A0o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/muk6>,
        <http://lexvo.org/id/term/yue/%E6%AF%A3>,
        "毣"^^xsd:string .

<http://lexvo.org/id/char/6BE4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%AF%A4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/tu%C3%B2>,
        "毤"^^xsd:string .

<http://lexvo.org/id/char/6BE5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%AF%A5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C3%BAn>,
        "毥"^^xsd:string .

<http://lexvo.org/id/char/6BE6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C3%A8r%20%C4%9Br>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%AF%A6>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/nei6>,
        <http://lexvo.org/id/term/yue/%E6%AF%A6>,
        "毦"^^xsd:string .

<http://lexvo.org/id/char/6BE7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%AF%A7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/r%C3%B3ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jung4>,
        <http://lexvo.org/id/term/yue/%E6%AF%A7>,
        "毧"^^xsd:string ;
    rdfs:comment "fur, hair, down; camel hair"@en .

<http://lexvo.org/id/char/6BE8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%AF%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C7%8En>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sin2>,
        <http://lexvo.org/id/term/yue/%E6%AF%A8>,
        "毨"^^xsd:string .

<http://lexvo.org/id/char/6BE9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%AF%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%BA>,
        "毩"^^xsd:string ;
    rdfs:comment "a leather ball for kicking"@en .

<http://lexvo.org/id/char/6BEA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%AF%AA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%BA>,
        "毪"^^xsd:string ;
    rdfs:comment "serge from Tibet"@en .

<http://lexvo.org/id/char/6BEB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%AF%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A1o>,
        <http://lexvo.org/id/term/kor/%E6%AF%AB>,
        <http://lexvo.org/id/term/kor/HO>,
        <http://lexvo.org/id/term/vie/h%C3%A0o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hou4>,
        <http://lexvo.org/id/term/yue/%E6%AF%AB>,
        "毫"^^xsd:string ;
    rdfs:comment "fine hair; measure of length"@en .

<http://lexvo.org/id/char/6BEC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%AF%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C3%BA>,
        <http://lexvo.org/id/term/kor/%E6%AF%AC>,
        <http://lexvo.org/id/term/kor/KWU>,
        <http://lexvo.org/id/term/vie/cho%C3%A1c%20c%E1%BA%A7u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kau4>,
        <http://lexvo.org/id/term/yue/%E6%AF%AC>,
        "毬"^^xsd:string ;
    rdfs:comment "ball, anything round, sphere"@en .

<http://lexvo.org/id/char/6BED> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%AF%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%B2u>,
        "毭"^^xsd:string .

<http://lexvo.org/id/char/6BEE> a lvont:Character ;
    lvont:represents "毮"^^xsd:string ;
    rdfs:comment "[kokuji] to pull out hair, etc."@en .

<http://lexvo.org/id/char/6BEF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%AF%AF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C7%8En>,
        <http://lexvo.org/id/term/kor/%E6%AF%AF>,
        <http://lexvo.org/id/term/kor/TAM>,
        <http://lexvo.org/id/term/vie/x%E1%BB%93m>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/taam2%20taan2>,
        <http://lexvo.org/id/term/yue/%E6%AF%AF>,
        "毯"^^xsd:string ;
    rdfs:comment "rug, carpet, blanket"@en .

<http://lexvo.org/id/char/6BF0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%AF%B0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%A9i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/pui4>,
        <http://lexvo.org/id/term/yue/%E6%AF%B0>,
        "毰"^^xsd:string .

<http://lexvo.org/id/char/6BF1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%AF%B1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%BA>,
        "毱"^^xsd:string .

<http://lexvo.org/id/char/6BF2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%AF%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/du%C3%B3>,
        "毲"^^xsd:string .

<http://lexvo.org/id/char/6BF3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%AF%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/cu%C3%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/cu%C3%AC%20qi%C4%81o%20xi%C4%81>,
        <http://lexvo.org/id/term/kor/%E6%AF%B3>,
        <http://lexvo.org/id/term/kor/CHWI>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ceoi3>,
        <http://lexvo.org/id/term/yue/%E6%AF%B3>,
        "毳"^^xsd:string ;
    rdfs:comment "fine hair or fur on animals"@en .

<http://lexvo.org/id/char/6BF4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%AF%B4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C4%AB>,
        "毴"^^xsd:string .

<http://lexvo.org/id/char/6BF5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%AF%B5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C4%81n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/saam1>,
        <http://lexvo.org/id/term/yue/%E6%AF%B5>,
        "毵"^^xsd:string ;
    rdfs:comment "long feathers; scraggy"@en .

<http://lexvo.org/id/char/6BF6> a lvont:Character ;
    lvont:represents "毶"^^xsd:string .

<http://lexvo.org/id/char/6BF7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%AF%B7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A0o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mou6>,
        <http://lexvo.org/id/term/yue/%E6%AF%B7>,
        "毷"^^xsd:string ;
    rdfs:comment "restless"@en .

<http://lexvo.org/id/char/6BF8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%AF%B8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C4%81i>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/su%C4%AB%20s%C4%81i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/soi1>,
        <http://lexvo.org/id/term/yue/%E6%AF%B8>,
        "毸"^^xsd:string .

<http://lexvo.org/id/char/6BF9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%AF%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C5%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C5%AB%20y%C3%BA%20y%C5%AB>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jyu4%20syu1>,
        <http://lexvo.org/id/term/yue/%E6%AF%B9>,
        "毹"^^xsd:string .

<http://lexvo.org/id/char/6BFA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%AF%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C5%AB>,
        "毺"^^xsd:string .

<http://lexvo.org/id/char/6BFB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%AF%BB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/tu%C3%B2>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/to3>,
        <http://lexvo.org/id/term/yue/%E6%AF%BB>,
        "毻"^^xsd:string ;
    rdfs:comment "to molt; to change the coat of animals; (Cant.) muddled, confused"@en .

<http://lexvo.org/id/char/6BFC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%AF%BC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hot3>,
        <http://lexvo.org/id/term/yue/%E6%AF%BC>,
        "毼"^^xsd:string .

<http://lexvo.org/id/char/6BFD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%AF%BD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gin3%20jin2>,
        <http://lexvo.org/id/term/yue/%E6%AF%BD>,
        "毽"^^xsd:string ;
    rdfs:comment "a shuttlecock"@en .

<http://lexvo.org/id/char/6BFE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%AF%BE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%A0>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/taap3>,
        <http://lexvo.org/id/term/yue/%E6%AF%BE>,
        "毾"^^xsd:string ;
    rdfs:comment "a coarse, woollen serge"@en .

<http://lexvo.org/id/char/6BFF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%AF%BF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C4%81n>,
        <http://lexvo.org/id/term/kor/%E6%AF%BF>,
        <http://lexvo.org/id/term/kor/SAM>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/saam1>,
        <http://lexvo.org/id/term/yue/%E6%AF%BF>,
        "毿"^^xsd:string ;
    rdfs:comment "long feathers; scraggy"@en .

<http://lexvo.org/id/char/6C00> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B0%80>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C7%98>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/leoi4>,
        <http://lexvo.org/id/term/yue/%E6%B0%80>,
        "氀"^^xsd:string .

<http://lexvo.org/id/char/6C01> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B0%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%BA>,
        "氁"^^xsd:string .

<http://lexvo.org/id/char/6C02> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B0%82>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A1o>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A1o%20l%C3%AD>,
        <http://lexvo.org/id/term/vie/li>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lei4%20moi4>,
        <http://lexvo.org/id/term/yue/%E6%B0%82>,
        "氂"^^xsd:string ;
    rdfs:comment "tail; hair; yak"@en .

<http://lexvo.org/id/char/6C03> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B0%83>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%B3ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tung4>,
        <http://lexvo.org/id/term/yue/%E6%B0%83>,
        "氃"^^xsd:string .

<http://lexvo.org/id/char/6C04> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B0%84>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/r%C7%92ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jung5>,
        <http://lexvo.org/id/term/yue/%E6%B0%84>,
        "氄"^^xsd:string ;
    rdfs:comment "down"@en .

<http://lexvo.org/id/char/6C05> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B0%85>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C7%8Eng>,
        <http://lexvo.org/id/term/kor/%E6%B0%85>,
        <http://lexvo.org/id/term/kor/CHANG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cong2>,
        <http://lexvo.org/id/term/yue/%E6%B0%85>,
        "氅"^^xsd:string ;
    rdfs:comment "overcoat; down feathers"@en .

<http://lexvo.org/id/char/6C06> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B0%86>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C7%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C7%94%20b%C7%8Eng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/pou2>,
        <http://lexvo.org/id/term/yue/%E6%B0%86>,
        "氆"^^xsd:string ;
    rdfs:comment "thick, rough serge from Tibet"@en .

<http://lexvo.org/id/char/6C07> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B0%87>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/lu>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/lu%C3%B3>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lou5>,
        <http://lexvo.org/id/term/yue/%E6%B0%87>,
        "氇"^^xsd:string ;
    rdfs:comment "thick rough serge from Tibet"@en .

<http://lexvo.org/id/char/6C08> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B0%88>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C4%81n>,
        <http://lexvo.org/id/term/kor/%E6%B0%88>,
        <http://lexvo.org/id/term/kor/CEN>,
        <http://lexvo.org/id/term/vie/chen>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zin1>,
        <http://lexvo.org/id/term/yue/%E6%B0%88>,
        "氈"^^xsd:string ;
    rdfs:comment "felt; rug, carpet"@en .

<http://lexvo.org/id/char/6C09> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B0%89>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C3%A0o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cou3%20so3>,
        <http://lexvo.org/id/term/yue/%E6%B0%89>,
        "氉"^^xsd:string ;
    rdfs:comment "restless, melancholy"@en .

<http://lexvo.org/id/char/6C0A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B0%8A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C4%81n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zin1>,
        <http://lexvo.org/id/term/yue/%E6%B0%8A>,
        "氊"^^xsd:string ;
    rdfs:comment "felt; coarse fabrics use for rugs, carpets, wrappers etc."@en .

<http://lexvo.org/id/char/6C0B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B0%8B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A9ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mung4>,
        <http://lexvo.org/id/term/yue/%E6%B0%8B>,
        "氋"^^xsd:string .

<http://lexvo.org/id/char/6C0C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B0%8C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/lu%C3%B3%20l%C7%94>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lou5>,
        <http://lexvo.org/id/term/yue/%E6%B0%8C>,
        "氌"^^xsd:string ;
    rdfs:comment "thick rough serge from Tibet"@en .

<http://lexvo.org/id/char/6C0D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B0%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C3%BA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/keoi4>,
        <http://lexvo.org/id/term/yue/%E6%B0%8D>,
        "氍"^^xsd:string ;
    rdfs:comment "fine woollen cloth; a mat used by the emperor in worshipping god"@en .

<http://lexvo.org/id/char/6C0E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B0%8E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/di%C3%A9>,
        "氎"^^xsd:string .

<http://lexvo.org/id/char/6C10> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B0%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C4%AB%200231.120%3Ad%C7%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C7%90%20d%C4%AB%20zh%C4%AB>,
        <http://lexvo.org/id/term/kor/%E6%B0%90>,
        <http://lexvo.org/id/term/kor/CE>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dai1%20dai2>,
        <http://lexvo.org/id/term/yue/%E6%B0%90>,
        "氐"^^xsd:string ;
    rdfs:comment "name of an ancient tribe"@en .

<http://lexvo.org/id/char/6C11> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B0%91>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%ADn>,
        <http://lexvo.org/id/term/kor/%E6%B0%91>,
        <http://lexvo.org/id/term/kor/MIN>,
        <http://lexvo.org/id/term/vie/d%C3%A2n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/man4>,
        <http://lexvo.org/id/term/yue/%E6%B0%91>,
        "民"^^xsd:string ;
    rdfs:comment "people, subjects, citizens"@en .

<http://lexvo.org/id/char/6C12> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B0%92>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ju%C3%A9>,
        "氒"^^xsd:string .

<http://lexvo.org/id/char/6C13> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B0%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A1ng%200777.060%3Am%C3%A9ng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A1ng%20m%C3%A9ng>,
        <http://lexvo.org/id/term/kor/%E6%B0%93>,
        <http://lexvo.org/id/term/kor/MAYNG>,
        <http://lexvo.org/id/term/vie/manh>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/maang4%20man4%20mong4>,
        <http://lexvo.org/id/term/yue/%E6%B0%93>,
        "氓"^^xsd:string ;
    rdfs:comment "people; subjects; vassals"@en .

<http://lexvo.org/id/char/6C15> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B0%95>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/pi%C4%93>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/pit3>,
        <http://lexvo.org/id/term/yue/%E6%B0%95>,
        "氕"^^xsd:string ;
    rdfs:comment "hydrogen-1, protium"@en .

<http://lexvo.org/id/char/6C16> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B0%96>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C7%8Ei>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/naai5>,
        <http://lexvo.org/id/term/yue/%E6%B0%96>,
        "氖"^^xsd:string ;
    rdfs:comment "neon"@en .

<http://lexvo.org/id/char/6C17> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B0%97>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C3%AC>,
        <http://lexvo.org/id/term/kor/%E6%B0%97>,
        <http://lexvo.org/id/term/kor/KI>,
        "気"^^xsd:string ;
    rdfs:comment "air, gas, steam, vapor; spirit"@en .

<http://lexvo.org/id/char/6C18> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B0%98>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C4%81o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dou1>,
        <http://lexvo.org/id/term/yue/%E6%B0%98>,
        "氘"^^xsd:string ;
    rdfs:comment "deuterium"@en .

<http://lexvo.org/id/char/6C19> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B0%99>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C4%81n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/saan1%20sin1>,
        <http://lexvo.org/id/term/yue/%E6%B0%99>,
        "氙"^^xsd:string ;
    rdfs:comment "xenon"@en .

<http://lexvo.org/id/char/6C1A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B0%9A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/chu%C4%81n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cyun1>,
        <http://lexvo.org/id/term/yue/%E6%B0%9A>,
        "氚"^^xsd:string ;
    rdfs:comment "tritium"@en .

<http://lexvo.org/id/char/6C1B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B0%9B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C4%93n>,
        <http://lexvo.org/id/term/kor/%E6%B0%9B>,
        <http://lexvo.org/id/term/kor/PWUN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fan1>,
        <http://lexvo.org/id/term/yue/%E6%B0%9B>,
        "氛"^^xsd:string ;
    rdfs:comment "gas, vapor, air"@en .

<http://lexvo.org/id/char/6C1C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B0%9C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/r%C3%AC>,
        "氜"^^xsd:string ;
    rdfs:comment "clear, bright; the sun; heat pertaining to this world; superior; upper; front"@en .

<http://lexvo.org/id/char/6C1D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B0%9D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C3%A8i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/noi6>,
        <http://lexvo.org/id/term/yue/%E6%B0%9D>,
        "氝"^^xsd:string ;
    rdfs:comment "neon"@en .

<http://lexvo.org/id/char/6C1E> a lvont:Character ;
    lvont:represents "氞"^^xsd:string .

<http://lexvo.org/id/char/6C1F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B0%9F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%BA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fat1>,
        <http://lexvo.org/id/term/yue/%E6%B0%9F>,
        "氟"^^xsd:string ;
    rdfs:comment "fluorine"@en .

<http://lexvo.org/id/char/6C20> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B0%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C4%93n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/san1>,
        <http://lexvo.org/id/term/yue/%E6%B0%A0>,
        "氠"^^xsd:string .

<http://lexvo.org/id/char/6C21> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B0%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C5%8Dng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dung1>,
        <http://lexvo.org/id/term/yue/%E6%B0%A1>,
        "氡"^^xsd:string ;
    rdfs:comment "radon"@en .

<http://lexvo.org/id/char/6C22> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B0%A2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C4%ABng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hing1>,
        <http://lexvo.org/id/term/yue/%E6%B0%A2>,
        "氢"^^xsd:string ;
    rdfs:comment "ammonia; hydrogen nitride"@en .

<http://lexvo.org/id/char/6C23> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B0%A3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C3%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C3%AC%20x%C3%AC>,
        <http://lexvo.org/id/term/kor/%E6%B0%A3>,
        <http://lexvo.org/id/term/kor/KI>,
        <http://lexvo.org/id/term/vie/kh%C3%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hei3>,
        <http://lexvo.org/id/term/yue/%E6%B0%A3>,
        "氣"^^xsd:string ;
    rdfs:comment "air, gas, steam, vapor; spirit"@en .

<http://lexvo.org/id/char/6C24> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B0%A4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C4%ABn>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C4%ABn%20y%C3%A1n>,
        <http://lexvo.org/id/term/kor/%E6%B0%A4>,
        <http://lexvo.org/id/term/kor/IN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jan1>,
        <http://lexvo.org/id/term/yue/%E6%B0%A4>,
        "氤"^^xsd:string ;
    rdfs:comment "hanging fog, misty"@en .

<http://lexvo.org/id/char/6C25> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B0%A5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C4%AB>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/saan1%20sai1%20sin1>,
        <http://lexvo.org/id/term/yue/%E6%B0%A5>,
        "氥"^^xsd:string ;
    rdfs:comment "xenon"@en .

<http://lexvo.org/id/char/6C26> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B0%A6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A0i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hoi6>,
        <http://lexvo.org/id/term/yue/%E6%B0%A6>,
        "氦"^^xsd:string ;
    rdfs:comment "fluorine"@en .

<http://lexvo.org/id/char/6C27> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B0%A7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%8Eng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/joeng5>,
        <http://lexvo.org/id/term/yue/%E6%B0%A7>,
        "氧"^^xsd:string ;
    rdfs:comment "oxygen"@en .

<http://lexvo.org/id/char/6C28> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C4%81n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B0%A8>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ngoi1%20on1>,
        <http://lexvo.org/id/term/yue/%E6%B0%A8>,
        "氨"^^xsd:string ;
    rdfs:comment "ammonia; hydrogen nitride"@en .

<http://lexvo.org/id/char/6C29> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B0%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A0>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/aa3>,
        <http://lexvo.org/id/term/yue/%E6%B0%A9>,
        "氩"^^xsd:string ;
    rdfs:comment "argonium"@en .

<http://lexvo.org/id/char/6C2A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B0%AA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C3%A8>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hak1>,
        <http://lexvo.org/id/term/yue/%E6%B0%AA>,
        "氪"^^xsd:string ;
    rdfs:comment "krypton"@en .

<http://lexvo.org/id/char/6C2B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B0%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C4%ABng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hing1>,
        <http://lexvo.org/id/term/yue/%E6%B0%AB>,
        "氫"^^xsd:string ;
    rdfs:comment "amonia; hydrogen nitride"@en .

<http://lexvo.org/id/char/6C2C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B0%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A0>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/aa3>,
        <http://lexvo.org/id/term/yue/%E6%B0%AC>,
        "氬"^^xsd:string ;
    rdfs:comment "argonium"@en .

<http://lexvo.org/id/char/6C2D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B0%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C5%8Dng>,
        "氭"^^xsd:string .

<http://lexvo.org/id/char/6C2E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B0%AE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/daam6>,
        <http://lexvo.org/id/term/yue/%E6%B0%AE>,
        "氮"^^xsd:string ;
    rdfs:comment "xenon"@en .

<http://lexvo.org/id/char/6C2F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B0%AF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C7%9C>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/luk6>,
        <http://lexvo.org/id/term/yue/%E6%B0%AF>,
        "氯"^^xsd:string ;
    rdfs:comment "chlorine"@en .

<http://lexvo.org/id/char/6C30> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B0%B0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C3%ADng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C4%ABng%20q%C3%ADng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cing1>,
        <http://lexvo.org/id/term/yue/%E6%B0%B0>,
        "氰"^^xsd:string ;
    rdfs:comment "cyanogen; ethane dinitrile"@en .

<http://lexvo.org/id/char/6C31> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B0%B1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%8Eng>,
        "氱"^^xsd:string .

<http://lexvo.org/id/char/6C32> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B0%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C5%ABn>,
        <http://lexvo.org/id/term/kor/%E6%B0%B2>,
        <http://lexvo.org/id/term/kor/ON>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wan1>,
        <http://lexvo.org/id/term/yue/%E6%B0%B2>,
        "氲"^^xsd:string ;
    rdfs:comment "life giving influences of nature; spirit of harmony; prosperity"@en .

<http://lexvo.org/id/char/6C33> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B0%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C5%ABn>,
        <http://lexvo.org/id/term/kor/%E6%B0%B3>,
        <http://lexvo.org/id/term/kor/ON>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wan1>,
        <http://lexvo.org/id/term/yue/%E6%B0%B3>,
        "氳"^^xsd:string ;
    rdfs:comment "life giving influences of nature; spirit of harmony; prosperity"@en .

<http://lexvo.org/id/char/6C36> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B0%B6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C4%9Bng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cing2>,
        <http://lexvo.org/id/term/yue/%E6%B0%B6>,
        "氶"^^xsd:string ;
    rdfs:comment "name of a river in Shandong"@en .

<http://lexvo.org/id/char/6C37> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B0%B7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C4%ABng>,
        <http://lexvo.org/id/term/kor/%E6%B0%B7>,
        <http://lexvo.org/id/term/kor/PING>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bing1>,
        <http://lexvo.org/id/term/yue/%E6%B0%B7>,
        "氷"^^xsd:string ;
    rdfs:comment "ice, frost, icicles; cold"@en .

<http://lexvo.org/id/char/6C38> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B0%B8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%92ng>,
        <http://lexvo.org/id/term/kor/%E6%B0%B8>,
        <http://lexvo.org/id/term/kor/YENG>,
        <http://lexvo.org/id/term/vie/v%E1%BA%AFng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wing5>,
        <http://lexvo.org/id/term/yue/%E6%B0%B8>,
        "永"^^xsd:string ;
    rdfs:comment "long, perpetual, eternal, forever"@en .

<http://lexvo.org/id/char/6C39> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B0%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%A0ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tam5>,
        <http://lexvo.org/id/term/yue/%E6%B0%B9>,
        "氹"^^xsd:string ;
    rdfs:comment "ditch; pool"@en .

<http://lexvo.org/id/char/6C3A> a lvont:Character ;
    lvont:represents "氺"^^xsd:string .

<http://lexvo.org/id/char/6C3B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B0%BB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%A8>,
        "氻"^^xsd:string .

<http://lexvo.org/id/char/6C3C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B0%BC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C3%AC>,
        "氼"^^xsd:string ;
    rdfs:comment "to sink; to drown to be given over to"@en .

<http://lexvo.org/id/char/6C3D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B0%BD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C7%94n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C7%94n%20ni%C3%A0o%20qi%C3%BA>,
        <http://lexvo.org/id/term/kor/%E6%B0%BD>,
        <http://lexvo.org/id/term/kor/THAN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tan2>,
        <http://lexvo.org/id/term/yue/%E6%B0%BD>,
        "氽"^^xsd:string ;
    rdfs:comment "to float; to deep fry; (Cant.) to turn inside-out"@en .

<http://lexvo.org/id/char/6C3E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B0%BE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%A0n%20f%C3%A1n%20f%C4%9Bng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%A1n%200304.022%3Af%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E6%B0%BE>,
        <http://lexvo.org/id/term/kor/PEM>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/faan3>,
        <http://lexvo.org/id/term/yue/%E6%B0%BE>,
        "氾"^^xsd:string ;
    rdfs:comment "overflow, flood, inundate"@en .

<http://lexvo.org/id/char/6C3F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B0%BF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/gu%C7%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/gu%C7%90%200606.030%3Aji%C7%94>,
        <http://lexvo.org/id/term/kor/%E6%B0%BF>,
        <http://lexvo.org/id/term/kor/KWEY>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gwai1%20gwai2>,
        <http://lexvo.org/id/term/yue/%E6%B0%BF>,
        "氿"^^xsd:string ;
    rdfs:comment "spring"@en .

<http://lexvo.org/id/char/6C40> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B1%80>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C4%ABng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C4%ABng%20d%C3%ACng%20t%C3%ACng>,
        <http://lexvo.org/id/term/kor/%E6%B1%80>,
        <http://lexvo.org/id/term/kor/CENG>,
        <http://lexvo.org/id/term/vie/%C4%91%C3%AAnh>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ding1%20ting1>,
        <http://lexvo.org/id/term/yue/%E6%B1%80>,
        "汀"^^xsd:string ;
    rdfs:comment "sandbar, beach, bank, shore"@en .

<http://lexvo.org/id/char/6C41> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B1%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C4%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C4%AB%20xi%C3%A9%20sh%C4%AB>,
        <http://lexvo.org/id/term/kor/%E6%B1%81>,
        <http://lexvo.org/id/term/kor/CIP%20CUP>,
        <http://lexvo.org/id/term/vie/ch%E1%BA%A5p>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zap1>,
        <http://lexvo.org/id/term/yue/%E6%B1%81>,
        "汁"^^xsd:string ;
    rdfs:comment "juice, liquor, fluid, sap, gravy, sauce"@en .

<http://lexvo.org/id/char/6C42> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B1%82>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C3%BA>,
        <http://lexvo.org/id/term/kor/%E6%B1%82>,
        <http://lexvo.org/id/term/kor/KWU>,
        <http://lexvo.org/id/term/vie/c%E1%BA%A7u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kau4>,
        <http://lexvo.org/id/term/yue/%E6%B1%82>,
        "求"^^xsd:string ;
    rdfs:comment "seek; demand, request; beseech"@en .

<http://lexvo.org/id/char/6C43> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B1%83>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C4%ABn%20p%C3%A0>,
        <http://lexvo.org/id/term/kor/%E6%B1%83>,
        <http://lexvo.org/id/term/kor/PHA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ban1%20paak3>,
        <http://lexvo.org/id/term/yue/%E6%B1%83>,
        "汃"^^xsd:string .

<http://lexvo.org/id/char/6C44> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B1%84>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C3%A8>,
        "汄"^^xsd:string .

<http://lexvo.org/id/char/6C45> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B1%85>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/mi%C7%8En>,
        "汅"^^xsd:string .

<http://lexvo.org/id/char/6C46> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B1%86>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/cu%C4%81n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cyun1>,
        <http://lexvo.org/id/term/yue/%E6%B1%86>,
        "汆"^^xsd:string ;
    rdfs:comment "to parboil; hot water kettle; to boil"@en .

<http://lexvo.org/id/char/6C47> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B1%87>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wui6>,
        <http://lexvo.org/id/term/yue/%E6%B1%87>,
        "汇"^^xsd:string ;
    rdfs:comment "concourse; flow together, gather"@en .

<http://lexvo.org/id/char/6C48> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B1%88>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/di%C4%81o>,
        "汈"^^xsd:string .

<http://lexvo.org/id/char/6C49> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B1%89>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A0n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%AC%20h%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hon3>,
        <http://lexvo.org/id/term/yue/%E6%B1%89>,
        "汉"^^xsd:string ;
    rdfs:comment "Chinese people; Chinese language"@en .

<http://lexvo.org/id/char/6C4A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B1%8A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%A0>,
        <http://lexvo.org/id/term/vie/xo%C3%A0>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/caa1%20caa3>,
        <http://lexvo.org/id/term/yue/%E6%B1%8A>,
        "汊"^^xsd:string ;
    rdfs:comment "a branching stream"@en .

<http://lexvo.org/id/char/6C4B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B1%8B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zhu%C3%B3%20yu%C3%A8>,
        <http://lexvo.org/id/term/kor/%E6%B1%8B>,
        <http://lexvo.org/id/term/kor/CAK>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/joek6%20soek3%20zoek3>,
        <http://lexvo.org/id/term/yue/%E6%B1%8B>,
        "汋"^^xsd:string ;
    rdfs:comment "to pour"@en .

<http://lexvo.org/id/char/6C4C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B1%8C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/chu%C3%A0n>,
        "汌"^^xsd:string .

<http://lexvo.org/id/char/6C4D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B1%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jyun4>,
        <http://lexvo.org/id/term/yue/%E6%B1%8D>,
        "汍"^^xsd:string ;
    rdfs:comment "weep"@en .

<http://lexvo.org/id/char/6C4E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B1%8E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%A0n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%A0n%20f%C4%9Bng>,
        <http://lexvo.org/id/term/kor/%E6%B1%8E>,
        <http://lexvo.org/id/term/kor/PEM%20PONG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/faan3%20faan4%20faan6>,
        <http://lexvo.org/id/term/yue/%E6%B1%8E>,
        "汎"^^xsd:string ;
    rdfs:comment "float, drift; afloat; careless"@en .

<http://lexvo.org/id/char/6C4F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B1%8F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%A0i%20d%C3%A0%20t%C3%A0i>,
        <http://lexvo.org/id/term/kor/%E6%B1%8F>,
        <http://lexvo.org/id/term/kor/TAY>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/daai6>,
        <http://lexvo.org/id/term/yue/%E6%B1%8F>,
        "汏"^^xsd:string .

<http://lexvo.org/id/char/6C50> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B1%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C3%AC%20x%C4%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C4%AB>,
        <http://lexvo.org/id/term/kor/%E6%B1%90>,
        <http://lexvo.org/id/term/kor/SEK>,
        <http://lexvo.org/id/term/vie/%C4%91%E1%BA%ADp%20t%C3%A1ch>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zik6>,
        <http://lexvo.org/id/term/yue/%E6%B1%90>,
        "汐"^^xsd:string ;
    rdfs:comment "night tides, evening ebb tide"@en .

<http://lexvo.org/id/char/6C51> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B1%91>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/tu%C5%8D>,
        "汑"^^xsd:string .

<http://lexvo.org/id/char/6C52> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B1%92>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A1ng>,
        <http://lexvo.org/id/term/kor/%E6%B1%92>,
        <http://lexvo.org/id/term/kor/MANG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mong4>,
        <http://lexvo.org/id/term/yue/%E6%B1%92>,
        "汒"^^xsd:string .

<http://lexvo.org/id/char/6C53> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B1%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C3%BA>,
        <http://lexvo.org/id/term/vie/t%E1%BB%9F>,
        "汓"^^xsd:string .

<http://lexvo.org/id/char/6C54> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B1%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C3%AC>,
        <http://lexvo.org/id/term/kor/%E6%B1%94>,
        <http://lexvo.org/id/term/kor/HUL>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ngat6>,
        <http://lexvo.org/id/term/yue/%E6%B1%94>,
        "汔"^^xsd:string .

<http://lexvo.org/id/char/6C55> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B1%95>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%A0n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%A0n%20shu%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E6%B1%95>,
        <http://lexvo.org/id/term/kor/SAN>,
        <http://lexvo.org/id/term/vie/khung%20s%C6%B0%C6%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/saan3>,
        <http://lexvo.org/id/term/yue/%E6%B1%95>,
        "汕"^^xsd:string ;
    rdfs:comment "basket for catching fish; bamboo; Swatow (Shantou)"@en .

<http://lexvo.org/id/char/6C56> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B1%96>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%A0i>,
        "汖"^^xsd:string .

<http://lexvo.org/id/char/6C57> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B1%97>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A0n%20h%C3%A1n%20g%C4%81n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A1n%200439.100%3Ah%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E6%B1%97>,
        <http://lexvo.org/id/term/kor/HAN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hon4%20hon6%20hong6>,
        <http://lexvo.org/id/term/yue/%E6%B1%97>,
        "汗"^^xsd:string ;
    rdfs:comment "perspiration, sweat"@en .

<http://lexvo.org/id/char/6C58> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B1%98>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C4%81n>,
        "汘"^^xsd:string .

<http://lexvo.org/id/char/6C59> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B1%99>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C5%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C5%AB%20w%C3%B9%20w%C4%81%20y%C5%AB>,
        <http://lexvo.org/id/term/kor/%E6%B1%99>,
        <http://lexvo.org/id/term/kor/O>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/waa1%20wu1>,
        <http://lexvo.org/id/term/yue/%E6%B1%99>,
        "汙"^^xsd:string ;
    rdfs:comment "filthy, dirty, impure, polluted"@en .

<http://lexvo.org/id/char/6C5A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B1%9A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C5%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C5%AB%20w%C3%B9%20w%C4%81%20y%C5%AB>,
        <http://lexvo.org/id/term/kor/%E6%B1%9A>,
        <http://lexvo.org/id/term/kor/O>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wu1>,
        <http://lexvo.org/id/term/yue/%E6%B1%9A>,
        "汚"^^xsd:string ;
    rdfs:comment "filthy, dirty, impure, polluted"@en .

<http://lexvo.org/id/char/6C5B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B1%9B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C3%B9n>,
        <http://lexvo.org/id/term/kor/%E6%B1%9B>,
        <http://lexvo.org/id/term/kor/SIN>,
        <http://lexvo.org/id/term/vie/v%C3%A0m>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/seon3>,
        <http://lexvo.org/id/term/yue/%E6%B1%9B>,
        "汛"^^xsd:string ;
    rdfs:comment "high water, flood tides"@en .

<http://lexvo.org/id/char/6C5C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B1%9C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C3%AC>,
        <http://lexvo.org/id/term/kor/%E6%B1%9C>,
        <http://lexvo.org/id/term/kor/SA>,
        <http://lexvo.org/id/term/vie/d%E1%BA%ABy>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ci5>,
        <http://lexvo.org/id/term/yue/%E6%B1%9C>,
        "汜"^^xsd:string ;
    rdfs:comment "a stream which leaves the main branch then later returns"@en .

<http://lexvo.org/id/char/6C5D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B1%9D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/r%C7%94>,
        <http://lexvo.org/id/term/kor/%E6%B1%9D>,
        <http://lexvo.org/id/term/kor/YE>,
        <http://lexvo.org/id/term/vie/nh%E1%BB%9B>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jyu5>,
        <http://lexvo.org/id/term/yue/%E6%B1%9D>,
        "汝"^^xsd:string ;
    rdfs:comment "you"@en .

<http://lexvo.org/id/char/6C5E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B1%9E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C7%92ng>,
        <http://lexvo.org/id/term/kor/%E6%B1%9E>,
        <http://lexvo.org/id/term/kor/HONG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hung6>,
        <http://lexvo.org/id/term/yue/%E6%B1%9E>,
        "汞"^^xsd:string ;
    rdfs:comment "element mercury"@en .

<http://lexvo.org/id/char/6C5F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B1%9F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C4%81ng>,
        <http://lexvo.org/id/term/kor/%E6%B1%9F>,
        <http://lexvo.org/id/term/kor/KANG>,
        <http://lexvo.org/id/term/vie/giang>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gong1>,
        <http://lexvo.org/id/term/yue/%E6%B1%9F>,
        "江"^^xsd:string ;
    rdfs:comment "large river; yangzi; surname"@en .

<http://lexvo.org/id/char/6C60> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B1%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%AD%20tu%C3%B3%20ch%C3%A8>,
        <http://lexvo.org/id/term/kor/%E6%B1%A0>,
        <http://lexvo.org/id/term/kor/CI%20THA>,
        <http://lexvo.org/id/term/vie/tr%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ci4>,
        <http://lexvo.org/id/term/yue/%E6%B1%A0>,
        "池"^^xsd:string ;
    rdfs:comment "pool, pond; moat; cistern"@en .

<http://lexvo.org/id/char/6C61> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B1%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C5%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C5%AB%20w%C3%B9%20w%C4%81%20y%C5%AB>,
        <http://lexvo.org/id/term/kor/%E6%B1%A1>,
        <http://lexvo.org/id/term/kor/O>,
        <http://lexvo.org/id/term/vie/%C3%B4>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wu1>,
        <http://lexvo.org/id/term/yue/%E6%B1%A1>,
        "污"^^xsd:string ;
    rdfs:comment "filthy, dirty, impure, polluted"@en .

<http://lexvo.org/id/char/6C62> a lvont:Character ;
    lvont:represents "汢"^^xsd:string .

<http://lexvo.org/id/char/6C63> a lvont:Character ;
    lvont:represents "汣"^^xsd:string .

<http://lexvo.org/id/char/6C64> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B1%A4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C4%81ng%201117.010%3At%C4%81ng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C4%81ng%20t%C3%A0ng%20sh%C4%81ng%20y%C3%A1ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tong1>,
        <http://lexvo.org/id/term/yue/%E6%B1%A4>,
        "汤"^^xsd:string ;
    rdfs:comment "hot water; soup, gravy, broth"@en .

<http://lexvo.org/id/char/6C65> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B1%A5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C4%AB>,
        "汥"^^xsd:string .

<http://lexvo.org/id/char/6C66> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B1%A6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%AD>,
        "汦"^^xsd:string .

<http://lexvo.org/id/char/6C67> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B1%A7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C4%81n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hin1>,
        <http://lexvo.org/id/term/yue/%E6%B1%A7>,
        "汧"^^xsd:string ;
    rdfs:comment "name of a river in Shangdong; marsh; float"@en .

<http://lexvo.org/id/char/6C68> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B1%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%AC>,
        <http://lexvo.org/id/term/kor/%E6%B1%A8>,
        <http://lexvo.org/id/term/kor/MYEK%20KOL>,
        <http://lexvo.org/id/term/vie/nh%E1%BA%B7t>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jat6%20mik6>,
        <http://lexvo.org/id/term/yue/%E6%B1%A8>,
        "汨"^^xsd:string ;
    rdfs:comment "Mi(luo) river in Hunan province where Qu Yuan drowned himself; to sink; used (erroneously) for U+6C69 汩"@en .

<http://lexvo.org/id/char/6C69> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B1%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C7%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C7%94%20y%C3%B9%20h%C3%BA>,
        <http://lexvo.org/id/term/kor/%E6%B1%A9>,
        <http://lexvo.org/id/term/kor/YUL>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gwat1>,
        <http://lexvo.org/id/term/yue/%E6%B1%A9>,
        "汩"^^xsd:string ;
    rdfs:comment "run swiftly"@en .

<http://lexvo.org/id/char/6C6A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B1%AA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C4%81ng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C4%81ng%20w%C7%8Eng%20h%C3%B3ng>,
        <http://lexvo.org/id/term/kor/%E6%B1%AA>,
        <http://lexvo.org/id/term/kor/WANG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wong1>,
        <http://lexvo.org/id/term/yue/%E6%B1%AA>,
        "汪"^^xsd:string ;
    rdfs:comment "vast, extensive, deep; surname"@en .

<http://lexvo.org/id/char/6C6B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B1%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C7%90ng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C3%ACng>,
        <http://lexvo.org/id/term/vie/gi%E1%BA%BFng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zeng2>,
        <http://lexvo.org/id/term/yue/%E6%B1%AB>,
        "汫"^^xsd:string ;
    rdfs:comment "a pit, trap; the appearance of a small, meandering stream"@en .

<http://lexvo.org/id/char/6C6C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B1%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C7%90ng>,
        "汬"^^xsd:string .

<http://lexvo.org/id/char/6C6D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B1%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ru%C3%AC>,
        <http://lexvo.org/id/term/kor/%E6%B1%AD>,
        <http://lexvo.org/id/term/kor/YEY>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jeoi6>,
        <http://lexvo.org/id/term/yue/%E6%B1%AD>,
        "汭"^^xsd:string ;
    rdfs:comment "confluence of two streams; bend"@en .

<http://lexvo.org/id/char/6C6E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B1%AE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C5%ABn>,
        "汮"^^xsd:string .

<http://lexvo.org/id/char/6C6F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B1%AF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%B3ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wang4>,
        <http://lexvo.org/id/term/yue/%E6%B1%AF>,
        "汯"^^xsd:string .

<http://lexvo.org/id/char/6C70> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B1%B0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%A0i>,
        <http://lexvo.org/id/term/kor/%E6%B1%B0>,
        <http://lexvo.org/id/term/kor/THAY>,
        <http://lexvo.org/id/term/vie/v%C3%A8%20th%E1%BA%A3y>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/taai3>,
        <http://lexvo.org/id/term/yue/%E6%B1%B0>,
        "汰"^^xsd:string ;
    rdfs:comment "excessive; scour, wash out"@en .

<http://lexvo.org/id/char/6C71> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B1%B1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qu%C7%8En>,
        "汱"^^xsd:string .

<http://lexvo.org/id/char/6C72> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B1%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C4%AB>,
        <http://lexvo.org/id/term/kor/%E6%B1%B2>,
        <http://lexvo.org/id/term/kor/KUP>,
        <http://lexvo.org/id/term/vie/c%E1%BB%A5m%20ng%E1%BA%ADp>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kap1>,
        <http://lexvo.org/id/term/yue/%E6%B1%B2>,
        "汲"^^xsd:string ;
    rdfs:comment "draw water from well; imbibe"@en .

<http://lexvo.org/id/char/6C73> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B1%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/bi%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bin6>,
        <http://lexvo.org/id/term/yue/%E6%B1%B3>,
        "汳"^^xsd:string .

<http://lexvo.org/id/char/6C74> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B1%B4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/bi%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E6%B1%B4>,
        <http://lexvo.org/id/term/kor/PHA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bin6>,
        <http://lexvo.org/id/term/yue/%E6%B1%B4>,
        "汴"^^xsd:string ;
    rdfs:comment "name of a river in Henan; Henan"@en .

<http://lexvo.org/id/char/6C75> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B1%B5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C3%A0n>,
        <http://lexvo.org/id/term/vie/ng%E1%BA%A5m>,
        "汵"^^xsd:string .

<http://lexvo.org/id/char/6C76> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B1%B6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C3%A8n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C3%A8n%20m%C3%A9n%20w%C3%A9n%20m%C3%ADn>,
        <http://lexvo.org/id/term/kor/%E6%B1%B6>,
        <http://lexvo.org/id/term/kor/MWUN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/man4%20man6>,
        <http://lexvo.org/id/term/yue/%E6%B1%B6>,
        "汶"^^xsd:string ;
    rdfs:comment "a river in Shandong province"@en .

<http://lexvo.org/id/char/6C77> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B1%B7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C5%8Dng>,
        "汷"^^xsd:string .

<http://lexvo.org/id/char/6C78> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B1%B8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C4%81ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fong1%20pong4>,
        <http://lexvo.org/id/term/yue/%E6%B1%B8>,
        "汸"^^xsd:string .

<http://lexvo.org/id/char/6C79> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B1%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C5%8Dng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hung1>,
        <http://lexvo.org/id/term/yue/%E6%B1%B9>,
        "汹"^^xsd:string ;
    rdfs:comment "turbulent; noisy, restless"@en .

<http://lexvo.org/id/char/6C7A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B1%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ju%C3%A9>,
        <http://lexvo.org/id/term/kor/%E6%B1%BA>,
        <http://lexvo.org/id/term/kor/KYEL>,
        <http://lexvo.org/id/term/vie/quy%E1%BA%BFt>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kyut3>,
        <http://lexvo.org/id/term/yue/%E6%B1%BA>,
        "決"^^xsd:string ;
    rdfs:comment "decide, determine, judge"@en .

<http://lexvo.org/id/char/6C7B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B1%BB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C7%8Eng>,
        "汻"^^xsd:string .

<http://lexvo.org/id/char/6C7C> a lvont:Character ;
    lvont:represents "汼"^^xsd:string .

<http://lexvo.org/id/char/6C7D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B1%BD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C3%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C3%AC%20g%C4%81i%20y%C7%90>,
        <http://lexvo.org/id/term/kor/%E6%B1%BD>,
        <http://lexvo.org/id/term/kor/KI%20HUL>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hei3>,
        <http://lexvo.org/id/term/yue/%E6%B1%BD>,
        "汽"^^xsd:string ;
    rdfs:comment "steam, vapor, gas"@en .

<http://lexvo.org/id/char/6C7E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B1%BE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%A9n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%A9n%20p%C3%A9n%20f%C4%93n>,
        <http://lexvo.org/id/term/kor/%E6%B1%BE>,
        <http://lexvo.org/id/term/kor/PWUN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fan4>,
        <http://lexvo.org/id/term/yue/%E6%B1%BE>,
        "汾"^^xsd:string ;
    rdfs:comment "river in Shanxi province"@en .

<http://lexvo.org/id/char/6C7F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B1%BF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C3%B9>,
        <http://lexvo.org/id/term/vie/d%C6%A1>,
        "汿"^^xsd:string .

<http://lexvo.org/id/char/6C80> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B2%80>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C3%B9>,
        "沀"^^xsd:string .

<http://lexvo.org/id/char/6C81> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B2%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C3%ACn>,
        <http://lexvo.org/id/term/kor/%E6%B2%81>,
        <http://lexvo.org/id/term/kor/SIM>,
        <http://lexvo.org/id/term/vie/t%E1%BA%AFm>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sam3>,
        <http://lexvo.org/id/term/yue/%E6%B2%81>,
        "沁"^^xsd:string ;
    rdfs:comment "soak into, seep in, percolate"@en .

<http://lexvo.org/id/char/6C82> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B2%82>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%AD%20y%C3%ADn>,
        <http://lexvo.org/id/term/kor/%E6%B2%82>,
        <http://lexvo.org/id/term/kor/KI>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ji4%20ji6>,
        <http://lexvo.org/id/term/yue/%E6%B2%82>,
        "沂"^^xsd:string ;
    rdfs:comment "river in southeast Shandong"@en .

<http://lexvo.org/id/char/6C83> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B2%83>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C3%B2>,
        <http://lexvo.org/id/term/kor/%E6%B2%83>,
        <http://lexvo.org/id/term/kor/OK>,
        <http://lexvo.org/id/term/vie/%C3%B3c>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/juk1>,
        <http://lexvo.org/id/term/yue/%E6%B2%83>,
        "沃"^^xsd:string ;
    rdfs:comment "water, irrigate; fertile, rich"@en .

<http://lexvo.org/id/char/6C84> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B2%84>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%BAn>,
        <http://lexvo.org/id/term/kor/%E6%B2%84>,
        <http://lexvo.org/id/term/kor/WUN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wan4>,
        <http://lexvo.org/id/term/yue/%E6%B2%84>,
        "沄"^^xsd:string ;
    rdfs:comment "billows"@en .

<http://lexvo.org/id/char/6C85> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B2%85>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/yu%C3%A1n>,
        <http://lexvo.org/id/term/kor/%E6%B2%85>,
        <http://lexvo.org/id/term/kor/WEN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jyun4>,
        <http://lexvo.org/id/term/yue/%E6%B2%85>,
        "沅"^^xsd:string ;
    rdfs:comment "name of a river in western Hunan that flows into Dongting lake"@en .

<http://lexvo.org/id/char/6C86> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B2%86>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A0ng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A1ng%20h%C3%A0ng%20k%C3%A0ng>,
        <http://lexvo.org/id/term/kor/%E6%B2%86>,
        <http://lexvo.org/id/term/kor/HANG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hong4>,
        <http://lexvo.org/id/term/yue/%E6%B2%86>,
        "沆"^^xsd:string ;
    rdfs:comment "a ferry; fog; flowing"@en .

<http://lexvo.org/id/char/6C87> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B2%87>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%8En>,
        <http://lexvo.org/id/term/kor/%E6%B2%87>,
        <http://lexvo.org/id/term/kor/YEN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jin2%20jin5%20wai5>,
        <http://lexvo.org/id/term/yue/%E6%B2%87>,
        "沇"^^xsd:string ;
    rdfs:comment "flowing and engulfing; brimming"@en .

<http://lexvo.org/id/char/6C88> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B2%88>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%A9n%201021.020%3Ash%C4%9Bn>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%A9n%20sh%C4%9Bn%20t%C3%A1n>,
        <http://lexvo.org/id/term/kor/%E6%B2%88>,
        <http://lexvo.org/id/term/kor/CHIM%20SIM>,
        <http://lexvo.org/id/term/vie/%C4%91%E1%BA%AFm>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cam4%20sam2>,
        <http://lexvo.org/id/term/yue/%E6%B2%88>,
        "沈"^^xsd:string ;
    rdfs:comment "sink, submerge; addicted to; surname"@en .

<http://lexvo.org/id/char/6C89> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B2%89>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%A9n>,
        <http://lexvo.org/id/term/kor/%E6%B2%89>,
        <http://lexvo.org/id/term/kor/CHIM%20SIM>,
        <http://lexvo.org/id/term/vie/tr%C3%B2m>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cam4>,
        <http://lexvo.org/id/term/yue/%E6%B2%89>,
        "沉"^^xsd:string ;
    rdfs:comment "sink, submerge; addicted to"@en .

<http://lexvo.org/id/char/6C8A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B2%8A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dam2>,
        <http://lexvo.org/id/term/yue/%E6%B2%8A>,
        "沊"^^xsd:string ;
    rdfs:comment "(Cant.) onomatopoetic"@en .

<http://lexvo.org/id/char/6C8B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B2%8B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%B3u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jau4>,
        <http://lexvo.org/id/term/yue/%E6%B2%8B>,
        "沋"^^xsd:string .

<http://lexvo.org/id/char/6C8C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B2%8C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%B9n%201521.080%3Azhu%C3%A0n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%B9n%20t%C3%BAn%20zhu%C3%A0n%20ch%C3%BAn>,
        <http://lexvo.org/id/term/kor/%E6%B2%8C>,
        <http://lexvo.org/id/term/kor/TON>,
        <http://lexvo.org/id/term/vie/x%E1%BB%99n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/deon6>,
        <http://lexvo.org/id/term/yue/%E6%B2%8C>,
        "沌"^^xsd:string ;
    rdfs:comment "chaotic, confused; turbid, murky"@en .

<http://lexvo.org/id/char/6C8D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B2%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%B9>,
        <http://lexvo.org/id/term/kor/%E6%B2%8D>,
        <http://lexvo.org/id/term/kor/HO>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wu6>,
        <http://lexvo.org/id/term/yue/%E6%B2%8D>,
        "沍"^^xsd:string ;
    rdfs:comment "freezing; stopped up, closed off"@en .

<http://lexvo.org/id/char/6C8E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B2%8E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%B2>,
        "沎"^^xsd:string .

<http://lexvo.org/id/char/6C8F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B2%8F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C4%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C4%AB%20qi%C4%93%20qi%C3%A8>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cai1%20cai3%20cit3>,
        <http://lexvo.org/id/term/yue/%E6%B2%8F>,
        "沏"^^xsd:string ;
    rdfs:comment "infuse"@en .

<http://lexvo.org/id/char/6C90> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B2%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%B9>,
        <http://lexvo.org/id/term/kor/%E6%B2%90>,
        <http://lexvo.org/id/term/kor/MOK>,
        <http://lexvo.org/id/term/vie/m%C3%BAc>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/muk6>,
        <http://lexvo.org/id/term/yue/%E6%B2%90>,
        "沐"^^xsd:string ;
    rdfs:comment "bathe, cleanse, wash, shampoo"@en .

<http://lexvo.org/id/char/6C91> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B2%91>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/r%C3%B3u>,
        "沑"^^xsd:string .

<http://lexvo.org/id/char/6C92> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B2%92>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A9i%20m%C3%B2>,
        <http://lexvo.org/id/term/kor/%E6%B2%92>,
        <http://lexvo.org/id/term/kor/MOL>,
        <http://lexvo.org/id/term/vie/m%E1%BB%9B%20m%E1%BB%99t>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mut6>,
        <http://lexvo.org/id/term/yue/%E6%B2%92>,
        "沒"^^xsd:string ;
    rdfs:comment "not, have not, none; to drown, sink"@en .

<http://lexvo.org/id/char/6C93> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B2%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%A1%201107.180%3At%C3%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%A0%20d%C3%A1>,
        <http://lexvo.org/id/term/kor/%E6%B2%93>,
        <http://lexvo.org/id/term/kor/TAP>,
        <http://lexvo.org/id/term/vie/%C4%91%E1%BA%A1p>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/daap6>,
        <http://lexvo.org/id/term/yue/%E6%B2%93>,
        "沓"^^xsd:string ;
    rdfs:comment "connected, joined; repeated"@en .

<http://lexvo.org/id/char/6C94> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B2%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/mi%C7%8En>,
        <http://lexvo.org/id/term/kor/%E6%B2%94>,
        <http://lexvo.org/id/term/kor/MYEN>,
        <http://lexvo.org/id/term/vie/mi%E1%BB%81n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/min5>,
        <http://lexvo.org/id/term/yue/%E6%B2%94>,
        "沔"^^xsd:string ;
    rdfs:comment "flood; overflowing"@en .

<http://lexvo.org/id/char/6C95> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B2%95>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C3%B9%20m%C3%AC>,
        <http://lexvo.org/id/term/kor/%E6%B2%95>,
        <http://lexvo.org/id/term/kor/MWUL>,
        <http://lexvo.org/id/term/vie/v%E1%BA%AFt>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mat6%20mei6>,
        <http://lexvo.org/id/term/yue/%E6%B2%95>,
        "沕"^^xsd:string ;
    rdfs:comment "deep; (Cant.) to dive"@en .

<http://lexvo.org/id/char/6C96> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B2%96>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C5%8Dng>,
        <http://lexvo.org/id/term/kor/%E6%B2%96>,
        <http://lexvo.org/id/term/kor/CHWUNG>,
        <http://lexvo.org/id/term/vie/khem%20trong>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cung1>,
        <http://lexvo.org/id/term/yue/%E6%B2%96>,
        "沖"^^xsd:string ;
    rdfs:comment "pour, infuse, steep; wash away"@en .

<http://lexvo.org/id/char/6C97> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B2%97>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ti%C4%81n>,
        "沗"^^xsd:string .

<http://lexvo.org/id/char/6C98> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B2%98>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C7%90>,
        <http://lexvo.org/id/term/kor/%E6%B2%98>,
        <http://lexvo.org/id/term/kor/PI>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bei2>,
        <http://lexvo.org/id/term/yue/%E6%B2%98>,
        "沘"^^xsd:string ;
    rdfs:comment "name of a river"@en .

<http://lexvo.org/id/char/6C99> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B2%99>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C4%81%200994.050%3Ash%C3%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C4%81%20sh%C3%A0%20su%C5%8D>,
        <http://lexvo.org/id/term/kor/%E6%B2%99>,
        <http://lexvo.org/id/term/kor/SA>,
        <http://lexvo.org/id/term/vie/v%C3%A0nh%20sa>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/saa1>,
        <http://lexvo.org/id/term/yue/%E6%B2%99>,
        "沙"^^xsd:string ;
    rdfs:comment "sand, gravel, pebbles; granulated"@en .

<http://lexvo.org/id/char/6C9A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B2%9A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C7%90>,
        <http://lexvo.org/id/term/kor/%E6%B2%9A>,
        <http://lexvo.org/id/term/kor/CI>,
        <http://lexvo.org/id/term/vie/ch%E1%BA%A3y>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zi2>,
        <http://lexvo.org/id/term/yue/%E6%B2%9A>,
        "沚"^^xsd:string ;
    rdfs:comment "islet in stream; small sandbar"@en .

<http://lexvo.org/id/char/6C9B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B2%9B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%A8i>,
        <http://lexvo.org/id/term/kor/%E6%B2%9B>,
        <http://lexvo.org/id/term/kor/PHAY>,
        <http://lexvo.org/id/term/vie/ph%E1%BA%A3i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/pui3>,
        <http://lexvo.org/id/term/yue/%E6%B2%9B>,
        "沛"^^xsd:string ;
    rdfs:comment "abundant, full, copious; sudden"@en .

<http://lexvo.org/id/char/6C9C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B2%9C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/pun3>,
        <http://lexvo.org/id/term/yue/%E6%B2%9C>,
        "沜"^^xsd:string .

<http://lexvo.org/id/char/6C9D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B2%9D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zhu%C7%90>,
        "沝"^^xsd:string .

<http://lexvo.org/id/char/6C9E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B2%9E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C4%81>,
        "沞"^^xsd:string .

<http://lexvo.org/id/char/6C9F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B2%9F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C5%8Du>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gau1>,
        <http://lexvo.org/id/term/yue/%E6%B2%9F>,
        "沟"^^xsd:string ;
    rdfs:comment "ditch, drain, narrow waterway"@en .

<http://lexvo.org/id/char/6CA0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B2%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C3%BA>,
        "沠"^^xsd:string .

<http://lexvo.org/id/char/6CA1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B2%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A9i%200804.060%3Am%C3%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A9i%20m%C3%B2%20me>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mut6>,
        <http://lexvo.org/id/term/yue/%E6%B2%A1>,
        "没"^^xsd:string ;
    rdfs:comment "not, have not, none; drown, sink"@en .

<http://lexvo.org/id/char/6CA2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B2%A2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C3%A9>,
        <http://lexvo.org/id/term/kor/%E6%B2%A2>,
        <http://lexvo.org/id/term/kor/THAYK%20SEK>,
        "沢"^^xsd:string ;
    rdfs:comment "marsh, swamp; grace, brilliance"@en .

<http://lexvo.org/id/char/6CA3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B2%A3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C4%93ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fung1>,
        <http://lexvo.org/id/term/yue/%E6%B2%A3>,
        "沣"^^xsd:string ;
    rdfs:comment "river in Shanxi province"@en .

<http://lexvo.org/id/char/6CA4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C3%B2u%20%C5%8Du>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%C5%8Du%200846.040%3A%C3%B2u>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B2%A4>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/au1%20au3>,
        <http://lexvo.org/id/term/yue/%E6%B2%A4>,
        "沤"^^xsd:string ;
    rdfs:comment "soak, steep; sodden or soaked"@en .

<http://lexvo.org/id/char/6CA5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B2%A5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lik6>,
        <http://lexvo.org/id/term/yue/%E6%B2%A5>,
        "沥"^^xsd:string ;
    rdfs:comment "trickle, drip; strain; dregs"@en .

<http://lexvo.org/id/char/6CA6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B2%A6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%BAn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/leon4>,
        <http://lexvo.org/id/term/yue/%E6%B2%A6>,
        "沦"^^xsd:string ;
    rdfs:comment "be lost; sink, be submerged"@en .

<http://lexvo.org/id/char/6CA7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B2%A7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C4%81ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cong1>,
        <http://lexvo.org/id/term/yue/%E6%B2%A7>,
        "沧"^^xsd:string ;
    rdfs:comment "blue, dark green; cold"@en .

<http://lexvo.org/id/char/6CA8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B2%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%A9ng%20f%C4%93ng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C4%93ng>,
        "沨"^^xsd:string .

<http://lexvo.org/id/char/6CA9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B2%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C3%A9i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gwai1>,
        <http://lexvo.org/id/term/yue/%E6%B2%A9>,
        "沩"^^xsd:string ;
    rdfs:comment "name of a river in Shanxi"@en .

<http://lexvo.org/id/char/6CAA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B2%AA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wu6>,
        <http://lexvo.org/id/term/yue/%E6%B2%AA>,
        "沪"^^xsd:string ;
    rdfs:comment "Shanghai; river near Shanghai"@en .

<http://lexvo.org/id/char/6CAB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B2%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%B2>,
        <http://lexvo.org/id/term/kor/%E6%B2%AB>,
        <http://lexvo.org/id/term/kor/MAL>,
        <http://lexvo.org/id/term/vie/m%C6%B0%E1%BB%A3t>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mut3>,
        <http://lexvo.org/id/term/yue/%E6%B2%AB>,
        "沫"^^xsd:string ;
    rdfs:comment "froth, foam, bubbles, suds"@en .

<http://lexvo.org/id/char/6CAC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B2%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A8i>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A8i%20hu%C3%AC>,
        <http://lexvo.org/id/term/kor/%E6%B2%AC>,
        <http://lexvo.org/id/term/kor/MAY>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mei6%20mui6%20mut3>,
        <http://lexvo.org/id/term/yue/%E6%B2%AC>,
        "沬"^^xsd:string ;
    rdfs:comment "dusk; Mei river; Zhou dynasty place-name; (Cant.) to go underwater, to dive"@en .

<http://lexvo.org/id/char/6CAD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B2%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/seot6>,
        <http://lexvo.org/id/term/yue/%E6%B2%AD>,
        "沭"^^xsd:string ;
    rdfs:comment "river in Shantung"@en .

<http://lexvo.org/id/char/6CAE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B2%AE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C5%AB%20j%C3%B9%20ji%C4%81n%20z%C7%94%20j%C7%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C7%94%200614.140%3Aj%C3%B9>,
        <http://lexvo.org/id/term/kor/%E6%B2%AE>,
        <http://lexvo.org/id/term/kor/CE>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zeoi1%20zeoi2%20zeoi3>,
        <http://lexvo.org/id/term/yue/%E6%B2%AE>,
        "沮"^^xsd:string ;
    rdfs:comment "stop, prevent; defeated, dejected"@en .

<http://lexvo.org/id/char/6CAF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B2%AF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C7%8En>,
        "沯"^^xsd:string .

<http://lexvo.org/id/char/6CB0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B2%B0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/tu%C5%8D>,
        <http://lexvo.org/id/term/kor/%E6%B2%B0>,
        <http://lexvo.org/id/term/kor/THAK>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tok3>,
        <http://lexvo.org/id/term/yue/%E6%B2%B0>,
        "沰"^^xsd:string ;
    rdfs:comment "to let drop"@en .

<http://lexvo.org/id/char/6CB1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B2%B1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/tu%C3%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/tu%C3%B3%20du%C3%B2%20ch%C3%AD>,
        <http://lexvo.org/id/term/kor/%E6%B2%B1>,
        <http://lexvo.org/id/term/kor/THA>,
        <http://lexvo.org/id/term/vie/s%C4%83ng%20%C4%91%E1%BB%9D>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/to4>,
        <http://lexvo.org/id/term/yue/%E6%B2%B1>,
        "沱"^^xsd:string ;
    rdfs:comment "rivers, streams, waterways; flow"@en .

<http://lexvo.org/id/char/6CB2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B2%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/tu%C3%B3%20du%C3%B2>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/to4>,
        <http://lexvo.org/id/term/yue/%E6%B2%B2>,
        "沲"^^xsd:string ;
    rdfs:comment "float"@en .

<http://lexvo.org/id/char/6CB3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B2%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A9>,
        <http://lexvo.org/id/term/kor/%E6%B2%B3>,
        <http://lexvo.org/id/term/kor/HA>,
        <http://lexvo.org/id/term/vie/h%C3%A0>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ho4>,
        <http://lexvo.org/id/term/yue/%E6%B2%B3>,
        "河"^^xsd:string ;
    rdfs:comment "river; stream; yellow river"@en .

<http://lexvo.org/id/char/6CB4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B2%B4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/leoi6>,
        <http://lexvo.org/id/term/yue/%E6%B2%B4>,
        "沴"^^xsd:string ;
    rdfs:comment "foul and poisonous in confusion; out of harmony"@en .

<http://lexvo.org/id/char/6CB5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B2%B5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C7%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C7%90%20m%C3%AD%20n%C7%90>,
        "沵"^^xsd:string .

<http://lexvo.org/id/char/6CB6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B2%B6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ji4>,
        <http://lexvo.org/id/term/yue/%E6%B2%B6>,
        "沶"^^xsd:string .

<http://lexvo.org/id/char/6CB7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B2%B7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C4%81>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/faat3>,
        <http://lexvo.org/id/term/yue/%E6%B2%B7>,
        "沷"^^xsd:string ;
    rdfs:comment "to remove evil; to cleanse; to wash away"@en .

<http://lexvo.org/id/char/6CB8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B2%B8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%A8i>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%A8i%20f%C3%BA>,
        <http://lexvo.org/id/term/kor/%E6%B2%B8>,
        <http://lexvo.org/id/term/kor/PI%20PWUL>,
        <http://lexvo.org/id/term/vie/ph%C3%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/faak1%20fai3>,
        <http://lexvo.org/id/term/yue/%E6%B2%B8>,
        "沸"^^xsd:string ;
    rdfs:comment "boil, bubble up, gush"@en .

<http://lexvo.org/id/char/6CB9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B2%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%B3u>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%B3u%20y%C3%B2u>,
        <http://lexvo.org/id/term/kor/%E6%B2%B9>,
        <http://lexvo.org/id/term/kor/YU>,
        <http://lexvo.org/id/term/vie/d%E1%BA%A7u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jau4>,
        <http://lexvo.org/id/term/yue/%E6%B2%B9>,
        "油"^^xsd:string ;
    rdfs:comment "oil, fat, grease, lard; paints"@en .

<http://lexvo.org/id/char/6CBA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B2%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ti%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tin4>,
        <http://lexvo.org/id/term/yue/%E6%B2%BA>,
        "沺"^^xsd:string ;
    rdfs:comment "turbulent"@en .

<http://lexvo.org/id/char/6CBB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B2%BB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%AC%20ch%C3%AD%20y%C3%AD>,
        <http://lexvo.org/id/term/kor/%E6%B2%BB>,
        <http://lexvo.org/id/term/kor/CHI>,
        <http://lexvo.org/id/term/vie/tr%E1%BB%8B>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ci4%20zi6>,
        <http://lexvo.org/id/term/yue/%E6%B2%BB>,
        "治"^^xsd:string ;
    rdfs:comment "govern, regulate, administer"@en .

<http://lexvo.org/id/char/6CBC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B2%BC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C7%8Eo>,
        <http://lexvo.org/id/term/kor/%E6%B2%BC>,
        <http://lexvo.org/id/term/kor/SO>,
        <http://lexvo.org/id/term/vie/tr%E1%BA%BBo>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ziu2>,
        <http://lexvo.org/id/term/yue/%E6%B2%BC>,
        "沼"^^xsd:string ;
    rdfs:comment "lake, fishpond, swamps"@en .

<http://lexvo.org/id/char/6CBD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B2%BD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C5%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C5%AB%20g%C7%94>,
        <http://lexvo.org/id/term/kor/%E6%B2%BD>,
        <http://lexvo.org/id/term/kor/KO>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gu1>,
        <http://lexvo.org/id/term/yue/%E6%B2%BD>,
        "沽"^^xsd:string ;
    rdfs:comment "buy and sell; inferior in quality"@en .

<http://lexvo.org/id/char/6CBE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B2%BE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C4%81n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C4%81n%20ti%C4%81n%20ti%C4%93%20di%C3%A0n%20ch%C4%81n>,
        <http://lexvo.org/id/term/kor/%E6%B2%BE>,
        <http://lexvo.org/id/term/kor/CHEM>,
        <http://lexvo.org/id/term/vie/ch%C4%83m>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zim1>,
        <http://lexvo.org/id/term/yue/%E6%B2%BE>,
        "沾"^^xsd:string ;
    rdfs:comment "moisten, wet, soak; touch"@en .

<http://lexvo.org/id/char/6CBF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B2%BF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A1n%201333.050%3Ay%C3%A0n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A1n%20y%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E6%B2%BF>,
        <http://lexvo.org/id/term/kor/YEN>,
        <http://lexvo.org/id/term/vie/duy%C3%AAn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jyun4>,
        <http://lexvo.org/id/term/yue/%E6%B2%BF>,
        "沿"^^xsd:string ;
    rdfs:comment "follow a course, go along"@en .

<http://lexvo.org/id/char/6CC0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B3%80>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C4%AB>,
        "泀"^^xsd:string .

<http://lexvo.org/id/char/6CC1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B3%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ku%C3%A0ng>,
        <http://lexvo.org/id/term/kor/%E6%B3%81>,
        <http://lexvo.org/id/term/kor/HWANG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fong3>,
        <http://lexvo.org/id/term/yue/%E6%B3%81>,
        "況"^^xsd:string ;
    rdfs:comment "condition, situation; furthermore"@en .

<http://lexvo.org/id/char/6CC2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B3%82>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C7%92ng>,
        <http://lexvo.org/id/term/kor/%E6%B3%82>,
        <http://lexvo.org/id/term/kor/HYENG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gwing2>,
        <http://lexvo.org/id/term/yue/%E6%B3%82>,
        "泂"^^xsd:string ;
    rdfs:comment "clear and deep (of water); wide"@en .

<http://lexvo.org/id/char/6CC3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B3%83>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%B9%20j%C5%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C5%AB>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gau1%20geoi3%20keoi1>,
        <http://lexvo.org/id/term/yue/%E6%B3%83>,
        "泃"^^xsd:string ;
    rdfs:comment "river in Henan"@en .

<http://lexvo.org/id/char/6CC4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B3%84>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A8%20y%C3%AC>,
        <http://lexvo.org/id/term/kor/%E6%B3%84>,
        <http://lexvo.org/id/term/kor/SEL%20YEY>,
        <http://lexvo.org/id/term/vie/t%C6%B0%E1%BB%9Bt>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jai6%20sit3>,
        <http://lexvo.org/id/term/yue/%E6%B3%84>,
        "泄"^^xsd:string ;
    rdfs:comment "leak; vent; flow; reveal"@en .

<http://lexvo.org/id/char/6CC5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B3%85>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C3%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C3%BA%20y%C5%8Du>,
        <http://lexvo.org/id/term/kor/%E6%B3%85>,
        <http://lexvo.org/id/term/kor/SWI>,
        <http://lexvo.org/id/term/vie/t%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cau4>,
        <http://lexvo.org/id/term/yue/%E6%B3%85>,
        "泅"^^xsd:string ;
    rdfs:comment "swim, float, wade"@en .

<http://lexvo.org/id/char/6CC6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B3%86>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C4%AB%20y%C3%AC>,
        <http://lexvo.org/id/term/kor/%E6%B3%86>,
        <http://lexvo.org/id/term/kor/IL>,
        <http://lexvo.org/id/term/vie/d%E1%BA%ADt>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jat6>,
        <http://lexvo.org/id/term/yue/%E6%B3%86>,
        "泆"^^xsd:string ;
    rdfs:comment "licentious, libertine, dissipated"@en .

<http://lexvo.org/id/char/6CC7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B3%87>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C4%81>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gaa1>,
        <http://lexvo.org/id/term/yue/%E6%B3%87>,
        "泇"^^xsd:string .

<http://lexvo.org/id/char/6CC8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B3%88>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C5%8Dng>,
        "泈"^^xsd:string .

<http://lexvo.org/id/char/6CC9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B3%89>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qu%C3%A1n>,
        <http://lexvo.org/id/term/kor/%E6%B3%89>,
        <http://lexvo.org/id/term/kor/CHEN>,
        <http://lexvo.org/id/term/vie/tuy%E1%BB%81n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cyun4>,
        <http://lexvo.org/id/term/yue/%E6%B3%89>,
        "泉"^^xsd:string ;
    rdfs:comment "spring, fountain; wealth, money"@en .

<http://lexvo.org/id/char/6CCA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B3%8A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%B3%200884.030%3Ap%C5%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%B3%20p%C3%B3%20p%C5%8D%20p%C3%B2>,
        <http://lexvo.org/id/term/kor/%E6%B3%8A>,
        <http://lexvo.org/id/term/kor/PAK>,
        <http://lexvo.org/id/term/vie/b%E1%BA%A1c>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bok6%20paak3>,
        <http://lexvo.org/id/term/yue/%E6%B3%8A>,
        "泊"^^xsd:string ;
    rdfs:comment "anchor vessel; lie at anchor"@en .

<http://lexvo.org/id/char/6CCB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B3%8B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%AC>,
        "泋"^^xsd:string .

<http://lexvo.org/id/char/6CCC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B3%8C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%AC%200782.080%3Am%C3%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%AC%20b%C3%AC>,
        <http://lexvo.org/id/term/kor/%E6%B3%8C>,
        <http://lexvo.org/id/term/kor/PHIL%20PI>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bat6%20bei3>,
        <http://lexvo.org/id/term/yue/%E6%B3%8C>,
        "泌"^^xsd:string ;
    rdfs:comment "to seep out, excrete"@en .

<http://lexvo.org/id/char/6CCD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B3%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C4%93n>,
        <http://lexvo.org/id/term/vie/b%E1%BA%A9n>,
        "泍"^^xsd:string .

<http://lexvo.org/id/char/6CCE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B3%8E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zhu%C3%B3>,
        "泎"^^xsd:string .

<http://lexvo.org/id/char/6CCF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B3%8F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%B9>,
        "泏"^^xsd:string .

<http://lexvo.org/id/char/6CD0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B3%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%A8>,
        <http://lexvo.org/id/term/kor/%E6%B3%90>,
        <http://lexvo.org/id/term/kor/LUK>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lak6>,
        <http://lexvo.org/id/term/yue/%E6%B3%90>,
        "泐"^^xsd:string ;
    rdfs:comment "to write; to indite; veins in minerals"@en .

<http://lexvo.org/id/char/6CD1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B3%91>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%92u%20y%C5%8Du>,
        <http://lexvo.org/id/term/kor/%E6%B3%91>,
        <http://lexvo.org/id/term/kor/YU>,
        <http://lexvo.org/id/term/vie/ao>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jau2>,
        <http://lexvo.org/id/term/yue/%E6%B3%91>,
        "泑"^^xsd:string ;
    rdfs:comment "the vitreous glaze on china, porcelain, etc."@en .

<http://lexvo.org/id/char/6CD2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B3%92>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C5%AB>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gu1>,
        <http://lexvo.org/id/term/yue/%E6%B3%92>,
        "泒"^^xsd:string ;
    rdfs:comment "a river in Hubei province"@en .

<http://lexvo.org/id/char/6CD3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B3%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%B3ng>,
        <http://lexvo.org/id/term/kor/%E6%B3%93>,
        <http://lexvo.org/id/term/kor/HONG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wang4>,
        <http://lexvo.org/id/term/yue/%E6%B3%93>,
        "泓"^^xsd:string ;
    rdfs:comment "clear, deep pool of water"@en .

<http://lexvo.org/id/char/6CD4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B3%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C4%81n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C4%81n%20h%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E6%B3%94>,
        <http://lexvo.org/id/term/kor/KEM>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gam1>,
        <http://lexvo.org/id/term/yue/%E6%B3%94>,
        "泔"^^xsd:string ;
    rdfs:comment "water from washing rice to boil thick, as gruel"@en .

<http://lexvo.org/id/char/6CD5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B3%95>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C7%8E>,
        <http://lexvo.org/id/term/kor/%E6%B3%95>,
        <http://lexvo.org/id/term/kor/PEP>,
        <http://lexvo.org/id/term/vie/ph%C3%A1p>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/faat3>,
        <http://lexvo.org/id/term/yue/%E6%B3%95>,
        "法"^^xsd:string ;
    rdfs:comment "law, rule, regulation, statute; France, French"@en .

<http://lexvo.org/id/char/6CD6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B3%96>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C7%8Eo>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C7%8Eo%20m%C3%A1o%20li%C7%94>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/maau5>,
        <http://lexvo.org/id/term/yue/%E6%B3%96>,
        "泖"^^xsd:string ;
    rdfs:comment "still waters; river in Jiangsu"@en .

<http://lexvo.org/id/char/6CD7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B3%97>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C3%AC>,
        <http://lexvo.org/id/term/kor/%E6%B3%97>,
        <http://lexvo.org/id/term/kor/SA>,
        <http://lexvo.org/id/term/vie/t%E1%BB%A9a>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/si3>,
        <http://lexvo.org/id/term/yue/%E6%B3%97>,
        "泗"^^xsd:string ;
    rdfs:comment "mucous; nasal flow; sniffle; river in Shandong"@en .

<http://lexvo.org/id/char/6CD8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B3%98>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C5%AB>,
        "泘"^^xsd:string .

<http://lexvo.org/id/char/6CD9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B3%99>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%ADng%20p%C4%93ng>,
        <http://lexvo.org/id/term/kor/%E6%B3%99>,
        <http://lexvo.org/id/term/kor/PHYENG>,
        <http://lexvo.org/id/term/vie/b%E1%BB%81nh>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/paang1%20ping4>,
        <http://lexvo.org/id/term/yue/%E6%B3%99>,
        "泙"^^xsd:string ;
    rdfs:comment "roar"@en .

<http://lexvo.org/id/char/6CDA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B3%9A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C7%90>,
        <http://lexvo.org/id/term/kor/%E6%B3%9A>,
        <http://lexvo.org/id/term/kor/CA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ci2>,
        <http://lexvo.org/id/term/yue/%E6%B3%9A>,
        "泚"^^xsd:string ;
    rdfs:comment "clear; bright and brilliant; swea"@en .

<http://lexvo.org/id/char/6CDB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B3%9B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%A0n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%A0n%20f%C3%A1n%20f%C4%9Bng%20f%C3%A1>,
        <http://lexvo.org/id/term/kor/%E6%B3%9B>,
        <http://lexvo.org/id/term/kor/PEM%20PONG>,
        <http://lexvo.org/id/term/vie/phi%E1%BA%BFm>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/faan3>,
        <http://lexvo.org/id/term/yue/%E6%B3%9B>,
        "泛"^^xsd:string ;
    rdfs:comment "to drift, float; careless, reckless"@en .

<http://lexvo.org/id/char/6CDC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B3%9C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%AD%20zh%C4%AB%20d%C3%AC%20zh%C3%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C4%AB>,
        <http://lexvo.org/id/term/kor/%E6%B3%9C>,
        <http://lexvo.org/id/term/kor/CI>,
        <http://lexvo.org/id/term/vie/d%E1%BB%81>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ci4%20zi6>,
        <http://lexvo.org/id/term/yue/%E6%B3%9C>,
        "泜"^^xsd:string ;
    rdfs:comment "a river in Hebei province"@en .

<http://lexvo.org/id/char/6CDD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B3%9D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C3%B9>,
        <http://lexvo.org/id/term/kor/%E6%B3%9D>,
        <http://lexvo.org/id/term/kor/SO>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sou3>,
        <http://lexvo.org/id/term/yue/%E6%B3%9D>,
        "泝"^^xsd:string ;
    rdfs:comment "go upstream; trace source; formerly"@en .

<http://lexvo.org/id/char/6CDE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B3%9E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C3%ACng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C3%ACng%20zh%C7%94%20zh%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ning6>,
        <http://lexvo.org/id/term/yue/%E6%B3%9E>,
        "泞"^^xsd:string ;
    rdfs:comment "mud; miry, muddy, stagnant"@en .

<http://lexvo.org/id/char/6CDF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B3%9F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C4%93ng>,
        "泟"^^xsd:string .

<http://lexvo.org/id/char/6CE0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B3%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%ADng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%ADng%20l%C7%90ng>,
        <http://lexvo.org/id/term/kor/%E6%B3%A0>,
        <http://lexvo.org/id/term/kor/LYENG>,
        <http://lexvo.org/id/term/vie/l%C3%AAnh>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ling4>,
        <http://lexvo.org/id/term/yue/%E6%B3%A0>,
        "泠"^^xsd:string ;
    rdfs:comment "nice and cool, mild and comfortable"@en .

<http://lexvo.org/id/char/6CE1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B3%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%A0o%20p%C3%A1o%20p%C4%81o>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C4%81o%200857.020%3Ap%C3%A0o>,
        <http://lexvo.org/id/term/kor/%E6%B3%A1>,
        <http://lexvo.org/id/term/kor/PHO>,
        <http://lexvo.org/id/term/vie/b%C3%A0u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/paau1%20paau3%20pou5>,
        <http://lexvo.org/id/term/yue/%E6%B3%A1>,
        "泡"^^xsd:string ;
    rdfs:comment "bubbles, suds; blister; soak"@en .

<http://lexvo.org/id/char/6CE2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B3%A2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C5%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C5%8D%20b%C4%93i%20b%C3%AC>,
        <http://lexvo.org/id/term/kor/%E6%B3%A2>,
        <http://lexvo.org/id/term/kor/PHA>,
        <http://lexvo.org/id/term/vie/ba>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bo1>,
        <http://lexvo.org/id/term/yue/%E6%B3%A2>,
        "波"^^xsd:string ;
    rdfs:comment "waves, breakers; undulations"@en .

<http://lexvo.org/id/char/6CE3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B3%A3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C3%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C3%AC%20l%C3%AC%20s%C3%A8>,
        <http://lexvo.org/id/term/kor/%E6%B3%A3>,
        <http://lexvo.org/id/term/kor/UP>,
        <http://lexvo.org/id/term/vie/kh%E1%BA%AFp>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jap1>,
        <http://lexvo.org/id/term/yue/%E6%B3%A3>,
        "泣"^^xsd:string ;
    rdfs:comment "cry, sob, weep"@en .

<http://lexvo.org/id/char/6CE4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B3%A4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C3%AC>,
        "泤"^^xsd:string .

<http://lexvo.org/id/char/6CE5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B3%A5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C3%AD%200829.080%3An%C3%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C3%AD%20n%C3%AC%20n%C7%90%20ni%C3%A8%20n%C3%ACng>,
        <http://lexvo.org/id/term/kor/%E6%B3%A5>,
        <http://lexvo.org/id/term/kor/NI>,
        <http://lexvo.org/id/term/vie/nh%C3%A3n%20n%E1%BB%81>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/nai4%20nei6>,
        <http://lexvo.org/id/term/yue/%E6%B3%A5>,
        "泥"^^xsd:string ;
    rdfs:comment "mud, mire; earth, clay; plaster"@en .

<http://lexvo.org/id/char/6CE6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B3%A6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%BA>,
        "泦"^^xsd:string .

<http://lexvo.org/id/char/6CE7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B3%A7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/yu%C3%A8>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kut3%20kwut3>,
        <http://lexvo.org/id/term/yue/%E6%B3%A7>,
        "泧"^^xsd:string .

<http://lexvo.org/id/char/6CE8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B3%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%B9%20zh%C3%B2u>,
        <http://lexvo.org/id/term/kor/%E6%B3%A8>,
        <http://lexvo.org/id/term/kor/CWU>,
        <http://lexvo.org/id/term/vie/ch%C3%BA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zyu3>,
        <http://lexvo.org/id/term/yue/%E6%B3%A8>,
        "注"^^xsd:string ;
    rdfs:comment "concentrate, focus, direct"@en .

<http://lexvo.org/id/char/6CE9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B3%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C4%93ng>,
        "泩"^^xsd:string .

<http://lexvo.org/id/char/6CEA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B3%AA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%A8i>,
        <http://lexvo.org/id/term/vie/th%E1%BB%9Bt%20l%E1%BB%87>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/leoi6>,
        <http://lexvo.org/id/term/yue/%E6%B3%AA>,
        "泪"^^xsd:string ;
    rdfs:comment "tears; weep, cry"@en .

<http://lexvo.org/id/char/6CEB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B3%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xu%C3%A0n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xu%C3%A0n%20xu%C3%A1n%20ju%C4%81n>,
        <http://lexvo.org/id/term/kor/%E6%B3%AB>,
        <http://lexvo.org/id/term/kor/HYEN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jyun5>,
        <http://lexvo.org/id/term/yue/%E6%B3%AB>,
        "泫"^^xsd:string ;
    rdfs:comment "weep; cry; shine, glisten"@en .

<http://lexvo.org/id/char/6CEC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B3%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xu%C3%A8%20ju%C3%A9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hyut3%20kyut3>,
        <http://lexvo.org/id/term/yue/%E6%B3%AC>,
        "泬"^^xsd:string .

<http://lexvo.org/id/char/6CED> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B3%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C5%AB%20f%C3%BA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fu1%20fu4>,
        <http://lexvo.org/id/term/yue/%E6%B3%AD>,
        "泭"^^xsd:string ;
    rdfs:comment "a raft"@en .

<http://lexvo.org/id/char/6CEE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B3%AE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E6%B3%AE>,
        <http://lexvo.org/id/term/kor/PAN>,
        <http://lexvo.org/id/term/vie/b%E1%BB%A3n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/pun3>,
        <http://lexvo.org/id/term/yue/%E6%B3%AE>,
        "泮"^^xsd:string ;
    rdfs:comment "Zhou dynasty school; disperse; fall apart"@en .

<http://lexvo.org/id/char/6CEF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B3%AF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C7%90n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C7%90n%20mi%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E6%B3%AF>,
        <http://lexvo.org/id/term/kor/MIN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/man5>,
        <http://lexvo.org/id/term/yue/%E6%B3%AF>,
        "泯"^^xsd:string ;
    rdfs:comment "destroy, eliminate; perish"@en .

<http://lexvo.org/id/char/6CF0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B3%B0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%A0i>,
        <http://lexvo.org/id/term/kor/%E6%B3%B0>,
        <http://lexvo.org/id/term/kor/THAY>,
        <http://lexvo.org/id/term/vie/th%C3%A1i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/taai3>,
        <http://lexvo.org/id/term/yue/%E6%B3%B0>,
        "泰"^^xsd:string ;
    rdfs:comment "great, exalted, superior; big"@en .

<http://lexvo.org/id/char/6CF1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B3%B1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C4%81ng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C4%81ng%20y%C7%8Eng>,
        <http://lexvo.org/id/term/kor/%E6%B3%B1>,
        <http://lexvo.org/id/term/kor/ANG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/joeng1>,
        <http://lexvo.org/id/term/yue/%E6%B3%B1>,
        "泱"^^xsd:string ;
    rdfs:comment "great, expansive; agitated"@en .

<http://lexvo.org/id/char/6CF2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B3%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C7%90>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zai3%20zi2>,
        <http://lexvo.org/id/term/yue/%E6%B3%B2>,
        "泲"^^xsd:string ;
    rdfs:comment "kind of white wine; rivers in Hebei and Shandong"@en .

<http://lexvo.org/id/char/6CF3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B3%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%92ng>,
        <http://lexvo.org/id/term/kor/%E6%B3%B3>,
        <http://lexvo.org/id/term/kor/YENG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wing6>,
        <http://lexvo.org/id/term/yue/%E6%B3%B3>,
        "泳"^^xsd:string ;
    rdfs:comment "dive; swim"@en .

<http://lexvo.org/id/char/6CF4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B3%B4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/gu%C3%A0n>,
        "泴"^^xsd:string .

<http://lexvo.org/id/char/6CF5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B3%B5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%A8ng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%A8ng%20li%C3%BA%20p%C3%ACn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bam1>,
        <http://lexvo.org/id/term/yue/%E6%B3%B5>,
        "泵"^^xsd:string ;
    rdfs:comment "pump"@en .

<http://lexvo.org/id/char/6CF6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B3%B6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xu%C3%A9>,
        "泶"^^xsd:string .

<http://lexvo.org/id/char/6CF7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B3%B7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%B3ng%201073.070%3Ashu%C4%81ng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%B3ng%20shu%C4%81ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lung4>,
        <http://lexvo.org/id/term/yue/%E6%B3%B7>,
        "泷"^^xsd:string ;
    rdfs:comment "raining; wet; soaked; a river in Guangdong"@en .

<http://lexvo.org/id/char/6CF8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B3%B8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%BA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lou4>,
        <http://lexvo.org/id/term/yue/%E6%B3%B8>,
        "泸"^^xsd:string ;
    rdfs:comment "river in Jiangxi province"@en .

<http://lexvo.org/id/char/6CF9> a lvont:Character ;
    lvont:represents "泹"^^xsd:string .

<http://lexvo.org/id/char/6CFA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B3%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%B3%20lu%C3%B2%20p%C5%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/lu%C3%B2%200884.031%3Ap%C5%8D>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bok6%20lok6>,
        <http://lexvo.org/id/term/yue/%E6%B3%BA>,
        "泺"^^xsd:string ;
    rdfs:comment "river in Shandong province"@en .

<http://lexvo.org/id/char/6CFB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B3%BB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A8>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/se3>,
        <http://lexvo.org/id/term/yue/%E6%B3%BB>,
        "泻"^^xsd:string ;
    rdfs:comment "drain off, leak; flow, pour down"@en .

<http://lexvo.org/id/char/6CFC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B3%BC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C5%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C5%8D%20b%C5%8D>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/put3>,
        <http://lexvo.org/id/term/yue/%E6%B3%BC>,
        "泼"^^xsd:string ;
    rdfs:comment "pour, splash, water, sprinkle"@en .

<http://lexvo.org/id/char/6CFD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B3%BD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C3%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C3%A9%20du%C3%B3%20sh%C3%AC%20y%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zaak6>,
        <http://lexvo.org/id/term/yue/%E6%B3%BD>,
        "泽"^^xsd:string ;
    rdfs:comment "marsh, swamp; grace, brilliance"@en .

<http://lexvo.org/id/char/6CFE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B3%BE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C4%ABng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ging1>,
        <http://lexvo.org/id/term/yue/%E6%B3%BE>,
        "泾"^^xsd:string ;
    rdfs:comment "name of a river"@en .

<http://lexvo.org/id/char/6CFF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B3%BF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%ADn>,
        "泿"^^xsd:string .

<http://lexvo.org/id/char/6D00> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B4%80>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C5%8Du%20p%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/pun4%20zau1>,
        <http://lexvo.org/id/term/yue/%E6%B4%80>,
        "洀"^^xsd:string .

<http://lexvo.org/id/char/6D01> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B4%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%AD%20ji%C3%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%A9>,
        <http://lexvo.org/id/term/vie/th%E1%BB%A3%20c%C3%A1t>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/git3>,
        <http://lexvo.org/id/term/yue/%E6%B4%81>,
        "洁"^^xsd:string ;
    rdfs:comment "clean, purify, pure"@en .

<http://lexvo.org/id/char/6D02> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B4%82>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%AC>,
        "洂"^^xsd:string .

<http://lexvo.org/id/char/6D03> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B4%83>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C4%AB>,
        <http://lexvo.org/id/term/vie/h%C3%B4i>,
        "洃"^^xsd:string .

<http://lexvo.org/id/char/6D04> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B4%84>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%AD%20hu%C3%AC>,
        <http://lexvo.org/id/term/kor/%E6%B4%84>,
        <http://lexvo.org/id/term/kor/HOY>,
        <http://lexvo.org/id/term/vie/h%C3%B3i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wui4>,
        <http://lexvo.org/id/term/yue/%E6%B4%84>,
        "洄"^^xsd:string ;
    rdfs:comment "a back-water; an eddy a whirlpool"@en .

<http://lexvo.org/id/char/6D05> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B4%85>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zu%C7%90>,
        <http://lexvo.org/id/term/vie/t%C6%B0%E1%BB%9Bi>,
        "洅"^^xsd:string .

<http://lexvo.org/id/char/6D06> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B4%86>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%A9ng>,
        "洆"^^xsd:string .

<http://lexvo.org/id/char/6D07> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B4%87>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C4%ABn>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C4%ABn%20y%C4%81n%20y%C4%93>,
        <http://lexvo.org/id/term/kor/%E6%B4%87>,
        <http://lexvo.org/id/term/kor/IN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jan1>,
        <http://lexvo.org/id/term/yue/%E6%B4%87>,
        "洇"^^xsd:string .

<http://lexvo.org/id/char/6D08> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B4%88>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C3%A9i>,
        "洈"^^xsd:string .

<http://lexvo.org/id/char/6D09> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B4%89>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%B2u>,
        "洉"^^xsd:string .

<http://lexvo.org/id/char/6D0A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B4%8A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E6%B4%8A>,
        <http://lexvo.org/id/term/kor/CHEN>,
        <http://lexvo.org/id/term/vie/tu%E1%BB%93n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zin3>,
        <http://lexvo.org/id/term/yue/%E6%B4%8A>,
        "洊"^^xsd:string ;
    rdfs:comment "flowing water"@en .

<http://lexvo.org/id/char/6D0B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B4%8B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A1ng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A1ng%20xi%C3%A1ng%20y%C7%8Eng>,
        <http://lexvo.org/id/term/kor/%E6%B4%8B>,
        <http://lexvo.org/id/term/kor/YANG>,
        <http://lexvo.org/id/term/vie/d%C6%B0%C6%A1ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/joeng4>,
        <http://lexvo.org/id/term/yue/%E6%B4%8B>,
        "洋"^^xsd:string ;
    rdfs:comment "ocean, sea; foreign; western"@en .

<http://lexvo.org/id/char/6D0C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B4%8C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C3%A8>,
        <http://lexvo.org/id/term/kor/%E6%B4%8C>,
        <http://lexvo.org/id/term/kor/LYEL>,
        <http://lexvo.org/id/term/vie/r%C3%A9t>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lit6>,
        <http://lexvo.org/id/term/yue/%E6%B4%8C>,
        "洌"^^xsd:string ;
    rdfs:comment "clear"@en .

<http://lexvo.org/id/char/6D0D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B4%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C3%AC>,
        "洍"^^xsd:string .

<http://lexvo.org/id/char/6D0E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B4%8E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gei3%20gei6>,
        <http://lexvo.org/id/term/yue/%E6%B4%8E>,
        "洎"^^xsd:string ;
    rdfs:comment "until; till; soup; to soak"@en .

<http://lexvo.org/id/char/6D0F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C3%A9r>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B4%8F>,
        <http://lexvo.org/id/term/vie/nh%E1%BB%89>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ji4>,
        <http://lexvo.org/id/term/yue/%E6%B4%8F>,
        "洏"^^xsd:string ;
    rdfs:comment "tears; tearful"@en .

<http://lexvo.org/id/char/6D10> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B4%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C3%ADng>,
        "洐"^^xsd:string .

<http://lexvo.org/id/char/6D11> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B4%91>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%BA%200343.030%3Af%C3%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%BA%20f%C3%B9>,
        <http://lexvo.org/id/term/kor/%E6%B4%91>,
        <http://lexvo.org/id/term/kor/PO>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fuk6>,
        <http://lexvo.org/id/term/yue/%E6%B4%91>,
        "洑"^^xsd:string ;
    rdfs:comment "whirlpool, undercurrent"@en .

<http://lexvo.org/id/char/6D12> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B4%92>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C7%8E%201234.061%3Ax%C7%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C7%8E%20cu%C7%90%20x%C7%90%20xi%C7%8En%20s%C4%9Bn%20x%C3%B9n>,
        <http://lexvo.org/id/term/kor/%E6%B4%92>,
        <http://lexvo.org/id/term/kor/SEY>,
        <http://lexvo.org/id/term/vie/s%C3%A1i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/saa2%20sai2%20sin2>,
        <http://lexvo.org/id/term/yue/%E6%B4%92>,
        "洒"^^xsd:string ;
    rdfs:comment "sprinkle; scatter; pour; to wipe away; to shiver"@en .

<http://lexvo.org/id/char/6D13> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B4%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/su%C7%92>,
        "洓"^^xsd:string .

<http://lexvo.org/id/char/6D14> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B4%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C7%90>,
        "洔"^^xsd:string .

<http://lexvo.org/id/char/6D15> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B4%95>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C4%ABn>,
        "洕"^^xsd:string .

<http://lexvo.org/id/char/6D16> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B4%96>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C3%BA>,
        "洖"^^xsd:string .

<http://lexvo.org/id/char/6D17> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B4%97>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C7%90%201249.030%3Axi%C7%8En>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C7%90%20xi%C7%8En>,
        <http://lexvo.org/id/term/kor/%E6%B4%97>,
        <http://lexvo.org/id/term/kor/SEY%20SEN>,
        <http://lexvo.org/id/term/vie/t%E1%BA%A9y>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sai2>,
        <http://lexvo.org/id/term/yue/%E6%B4%97>,
        "洗"^^xsd:string ;
    rdfs:comment "wash, rinse; clean, purify"@en .

<http://lexvo.org/id/char/6D18> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B4%98>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C7%8Eo>,
        "洘"^^xsd:string .

<http://lexvo.org/id/char/6D19> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B4%99>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C5%AB>,
        <http://lexvo.org/id/term/kor/%E6%B4%99>,
        <http://lexvo.org/id/term/kor/SWU>,
        <http://lexvo.org/id/term/vie/chua>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/syu4%20zyu1>,
        <http://lexvo.org/id/term/yue/%E6%B4%99>,
        "洙"^^xsd:string ;
    rdfs:comment "name of a river in Shandong"@en .

<http://lexvo.org/id/char/6D1A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B4%9A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%A0ng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%A0ng%20h%C3%B3ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gong3>,
        <http://lexvo.org/id/term/yue/%E6%B4%9A>,
        "洚"^^xsd:string ;
    rdfs:comment "a flood"@en .

<http://lexvo.org/id/char/6D1B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B4%9B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/lu%C3%B2>,
        <http://lexvo.org/id/term/kor/%E6%B4%9B>,
        <http://lexvo.org/id/term/kor/LAK>,
        <http://lexvo.org/id/term/vie/r%E1%BA%B7c>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lok3%20lok6>,
        <http://lexvo.org/id/term/yue/%E6%B4%9B>,
        "洛"^^xsd:string ;
    rdfs:comment "river in Shanxi province; city"@en .

<http://lexvo.org/id/char/6D1C> a lvont:Character ;
    lvont:represents "洜"^^xsd:string .

<http://lexvo.org/id/char/6D1D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C3%A0n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B4%9D>,
        "洝"^^xsd:string .

<http://lexvo.org/id/char/6D1E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B4%9E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%B2ng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%B2ng%20t%C3%B3ng>,
        <http://lexvo.org/id/term/kor/%E6%B4%9E>,
        <http://lexvo.org/id/term/kor/TONG%20THONG>,
        <http://lexvo.org/id/term/vie/%C4%91%E1%BB%8Dng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dung6>,
        <http://lexvo.org/id/term/yue/%E6%B4%9E>,
        "洞"^^xsd:string ;
    rdfs:comment "cave, grotto; ravine; hole"@en .

<http://lexvo.org/id/char/6D1F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B4%9F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%AD%20t%C3%AC>,
        <http://lexvo.org/id/term/kor/%E6%B4%9F>,
        <http://lexvo.org/id/term/kor/I>,
        <http://lexvo.org/id/term/vie/d%E1%BB%81>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ji4%20tai3>,
        <http://lexvo.org/id/term/yue/%E6%B4%9F>,
        "洟"^^xsd:string ;
    rdfs:comment "snivel, mucus from nose"@en .

<http://lexvo.org/id/char/6D20> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B4%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%B3u>,
        "洠"^^xsd:string .

<http://lexvo.org/id/char/6D21> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B4%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C4%9Bi>,
        <http://lexvo.org/id/term/vie/gi%E1%BB%99i>,
        "洡"^^xsd:string .

<http://lexvo.org/id/char/6D22> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B4%A2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C4%AB>,
        "洢"^^xsd:string .

<http://lexvo.org/id/char/6D23> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B4%A3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C7%90>,
        "洣"^^xsd:string ;
    rdfs:comment "Mi river in Hunan, tributary of Xiangjiang"@en .

<http://lexvo.org/id/char/6D24> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B4%A4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qu%C3%A1n>,
        "洤"^^xsd:string ;
    rdfs:comment "a fountain or spring"@en .

<http://lexvo.org/id/char/6D25> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B4%A5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C4%ABn>,
        <http://lexvo.org/id/term/kor/%E6%B4%A5>,
        <http://lexvo.org/id/term/kor/CIN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zeon1>,
        <http://lexvo.org/id/term/yue/%E6%B4%A5>,
        "津"^^xsd:string ;
    rdfs:comment "ferry; saliva; ford"@en .

<http://lexvo.org/id/char/6D26> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B4%A6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%B2>,
        "洦"^^xsd:string .

<http://lexvo.org/id/char/6D27> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B4%A7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C4%9Bi>,
        <http://lexvo.org/id/term/kor/%E6%B4%A7>,
        <http://lexvo.org/id/term/kor/YU>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fui2>,
        <http://lexvo.org/id/term/yue/%E6%B4%A7>,
        "洧"^^xsd:string ;
    rdfs:comment "name of a river in honan"@en .

<http://lexvo.org/id/char/6D28> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B4%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A1o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ngaau4>,
        <http://lexvo.org/id/term/yue/%E6%B4%A8>,
        "洨"^^xsd:string ;
    rdfs:comment "river in Hebei province"@en .

<http://lexvo.org/id/char/6D29> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B4%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A8>,
        <http://lexvo.org/id/term/kor/%E6%B4%A9>,
        <http://lexvo.org/id/term/kor/SEL%20YEY>,
        <http://lexvo.org/id/term/vie/d%C3%A1y>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jai6%20sit3>,
        <http://lexvo.org/id/term/yue/%E6%B4%A9>,
        "洩"^^xsd:string ;
    rdfs:comment "leak, drip; vent or release"@en .

<http://lexvo.org/id/char/6D2A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B4%AA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%B3ng>,
        <http://lexvo.org/id/term/kor/%E6%B4%AA>,
        <http://lexvo.org/id/term/kor/HONG>,
        <http://lexvo.org/id/term/vie/suy%E1%BB%81n%20h%E1%BB%93ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hung4>,
        <http://lexvo.org/id/term/yue/%E6%B4%AA>,
        "洪"^^xsd:string ;
    rdfs:comment "vast, immense; flood, deluge"@en .

<http://lexvo.org/id/char/6D2B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B4%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C3%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C3%B9%20y%C3%AC>,
        <http://lexvo.org/id/term/kor/%E6%B4%AB>,
        <http://lexvo.org/id/term/kor/HYEK>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gwik1>,
        <http://lexvo.org/id/term/yue/%E6%B4%AB>,
        "洫"^^xsd:string ;
    rdfs:comment "to ditch; a moat"@en .

<http://lexvo.org/id/char/6D2C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B4%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/shu%C3%B2>,
        <http://lexvo.org/id/term/kor/%E6%B4%AC>,
        <http://lexvo.org/id/term/kor/SOK>,
        "洬"^^xsd:string .

<http://lexvo.org/id/char/6D2D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B4%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ku%C4%81ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hong1>,
        <http://lexvo.org/id/term/yue/%E6%B4%AD>,
        "洭"^^xsd:string .

<http://lexvo.org/id/char/6D2E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B4%AE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%A1o>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%A1o%20y%C3%A1o%20d%C3%A0o%20t%C4%81o>,
        <http://lexvo.org/id/term/kor/%E6%B4%AE>,
        <http://lexvo.org/id/term/kor/TO>,
        <http://lexvo.org/id/term/vie/r%E1%BB%87u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jiu4%20tou4>,
        <http://lexvo.org/id/term/yue/%E6%B4%AE>,
        "洮"^^xsd:string ;
    rdfs:comment "cleanse; river in Gansu province"@en .

<http://lexvo.org/id/char/6D2F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B4%AF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C3%A8%20ji%C3%A9>,
        "洯"^^xsd:string .

<http://lexvo.org/id/char/6D30> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B4%B0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%B9>,
        "洰"^^xsd:string .

<http://lexvo.org/id/char/6D31> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C4%9Br>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B4%B1>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ji5>,
        <http://lexvo.org/id/term/yue/%E6%B4%B1>,
        "洱"^^xsd:string ;
    rdfs:comment "a lake in Yunnan"@en .

<http://lexvo.org/id/char/6D32> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B4%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C5%8Du>,
        <http://lexvo.org/id/term/kor/%E6%B4%B2>,
        <http://lexvo.org/id/term/kor/CWU>,
        <http://lexvo.org/id/term/vie/ch%C3%B2ng%20chao>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zau1>,
        <http://lexvo.org/id/term/yue/%E6%B4%B2>,
        "洲"^^xsd:string ;
    rdfs:comment "continent; island; islet"@en .

<http://lexvo.org/id/char/6D33> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B4%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/r%C3%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/r%C3%B9%20r%C3%BA>,
        <http://lexvo.org/id/term/vie/nh%C6%A1>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jyu5%20jyu6>,
        <http://lexvo.org/id/term/yue/%E6%B4%B3>,
        "洳"^^xsd:string ;
    rdfs:comment "damp, boggy, marshy"@en .

<http://lexvo.org/id/char/6D34> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B4%B4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%ADng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ping4>,
        <http://lexvo.org/id/term/yue/%E6%B4%B4>,
        "洴"^^xsd:string ;
    rdfs:comment "sound"@en .

<http://lexvo.org/id/char/6D35> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B4%B5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C3%BAn>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C3%BAn%20xu%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E6%B4%B5>,
        <http://lexvo.org/id/term/kor/SWUN%20HYEN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/seon1>,
        <http://lexvo.org/id/term/yue/%E6%B4%B5>,
        "洵"^^xsd:string ;
    rdfs:comment "true, real, truly, really"@en .

<http://lexvo.org/id/char/6D36> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B4%B6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C5%8Dng>,
        <http://lexvo.org/id/term/kor/%E6%B4%B6>,
        <http://lexvo.org/id/term/kor/HYUNG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hung1>,
        <http://lexvo.org/id/term/yue/%E6%B4%B6>,
        "洶"^^xsd:string ;
    rdfs:comment "the rush of water; turbulent; noisy, restless"@en .

<http://lexvo.org/id/char/6D37> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B4%B7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%AC>,
        <http://lexvo.org/id/term/vie/s%E1%BB%9D%20x%E1%BB%91i>,
        "洷"^^xsd:string .

<http://lexvo.org/id/char/6D38> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B4%B8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/gu%C4%81ng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/gu%C4%81ng%20hu%C3%A1ng>,
        <http://lexvo.org/id/term/kor/%E6%B4%B8>,
        <http://lexvo.org/id/term/kor/KWANG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gwong1>,
        <http://lexvo.org/id/term/yue/%E6%B4%B8>,
        "洸"^^xsd:string ;
    rdfs:comment "sparkle, glitter"@en .

<http://lexvo.org/id/char/6D39> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B4%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%A1n>,
        <http://lexvo.org/id/term/kor/%E6%B4%B9>,
        <http://lexvo.org/id/term/kor/WEN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jyun4%20wun4>,
        <http://lexvo.org/id/term/yue/%E6%B4%B9>,
        "洹"^^xsd:string ;
    rdfs:comment "river in Henan province"@en .

<http://lexvo.org/id/char/6D3A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B4%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%ADng>,
        <http://lexvo.org/id/term/kor/%E6%B4%BA>,
        <http://lexvo.org/id/term/kor/MYENG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ming4>,
        <http://lexvo.org/id/term/yue/%E6%B4%BA>,
        "洺"^^xsd:string ;
    rdfs:comment "river in Hebei province"@en .

<http://lexvo.org/id/char/6D3B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B4%BB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%B3%20gu%C5%8D>,
        <http://lexvo.org/id/term/kor/%E6%B4%BB>,
        <http://lexvo.org/id/term/kor/HWAL%20KWAL>,
        <http://lexvo.org/id/term/vie/ho%E1%BA%A1t>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wut6>,
        <http://lexvo.org/id/term/yue/%E6%B4%BB>,
        "活"^^xsd:string ;
    rdfs:comment "live, exist, survive; lively"@en .

<http://lexvo.org/id/char/6D3C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B4%BC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C4%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C4%81%20gu%C4%AB>,
        <http://lexvo.org/id/term/kor/%E6%B4%BC>,
        <http://lexvo.org/id/term/kor/WA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/waa1>,
        <http://lexvo.org/id/term/yue/%E6%B4%BC>,
        "洼"^^xsd:string ;
    rdfs:comment "hollow; pit; depression; swamp"@en .

<http://lexvo.org/id/char/6D3D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B4%BD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C3%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C3%A0%20h%C3%A9%20xi%C3%A1>,
        <http://lexvo.org/id/term/kor/%E6%B4%BD>,
        <http://lexvo.org/id/term/kor/HUP>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ap1%20haap6%20hap1%20hap6>,
        <http://lexvo.org/id/term/yue/%E6%B4%BD>,
        "洽"^^xsd:string ;
    rdfs:comment "to blend with, be in harmony; to penetrate; to cover; a river in Shenxi"@en .

<http://lexvo.org/id/char/6D3E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B4%BE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%A0i%20m%C3%A0i%20b%C3%A0i%20p%C4%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C4%81%200850.080%3Ap%C3%A0i>,
        <http://lexvo.org/id/term/kor/%E6%B4%BE>,
        <http://lexvo.org/id/term/kor/PHA>,
        <http://lexvo.org/id/term/vie/ph%C3%A1i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/paai1%20paai3>,
        <http://lexvo.org/id/term/yue/%E6%B4%BE>,
        "派"^^xsd:string ;
    rdfs:comment "school of thought, sect, branch"@en .

<http://lexvo.org/id/char/6D3F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B4%BF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C5%AB>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wu1>,
        <http://lexvo.org/id/term/yue/%E6%B4%BF>,
        "洿"^^xsd:string ;
    rdfs:comment "stagnant water; impure, filthy"@en .

<http://lexvo.org/id/char/6D40> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B5%80>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C7%94>,
        "浀"^^xsd:string .

<http://lexvo.org/id/char/6D41> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B5%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C3%BA>,
        <http://lexvo.org/id/term/kor/%E6%B5%81>,
        <http://lexvo.org/id/term/kor/LYU>,
        <http://lexvo.org/id/term/vie/l%C6%B0u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lau4>,
        <http://lexvo.org/id/term/yue/%E6%B5%81>,
        "流"^^xsd:string ;
    rdfs:comment "flow, circulate, drift; class"@en .

<http://lexvo.org/id/char/6D42> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B5%82>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%AC>,
        "浂"^^xsd:string .

<http://lexvo.org/id/char/6D43> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B5%83>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%A1%20ji%C4%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C4%81>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zip3>,
        <http://lexvo.org/id/term/yue/%E6%B5%83>,
        "浃"^^xsd:string ;
    rdfs:comment "saturate, drench; damp, wet"@en .

<http://lexvo.org/id/char/6D44> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B5%84>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%ACng>,
        "浄"^^xsd:string ;
    rdfs:comment "pure, clean, unspoiled"@en .

<http://lexvo.org/id/char/6D45> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B5%85>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C4%81n%200914.060%3Aqi%C7%8En>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C7%8En>,
        <http://lexvo.org/id/term/kor/%E6%B5%85>,
        <http://lexvo.org/id/term/kor/CHEN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cin2>,
        <http://lexvo.org/id/term/yue/%E6%B5%85>,
        "浅"^^xsd:string ;
    rdfs:comment "shallow, not deep; superficial"@en .

<http://lexvo.org/id/char/6D46> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B5%86>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C4%81ng%200562.091%3Aji%C3%A0ng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C4%81ng%20ji%C3%A0ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zoeng1>,
        <http://lexvo.org/id/term/yue/%E6%B5%86>,
        "浆"^^xsd:string ;
    rdfs:comment "any thick fluid; starch; broth"@en .

<http://lexvo.org/id/char/6D47> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B5%87>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C4%81o>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C4%81o%20%C3%A0o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/giu1%20hiu1>,
        <http://lexvo.org/id/term/yue/%E6%B5%87>,
        "浇"^^xsd:string ;
    rdfs:comment "spray, water, sprinkle"@en .

<http://lexvo.org/id/char/6D48> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B5%88>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%A9ng%20zh%C4%93n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C4%93n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zing1>,
        <http://lexvo.org/id/term/yue/%E6%B5%88>,
        "浈"^^xsd:string ;
    rdfs:comment "river in Guangdong province"@en .

<http://lexvo.org/id/char/6D49> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B5%89>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C4%AB>,
        "浉"^^xsd:string .

<http://lexvo.org/id/char/6D4A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B5%8A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zhu%C3%B3>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zuk6>,
        <http://lexvo.org/id/term/yue/%E6%B5%8A>,
        "浊"^^xsd:string ;
    rdfs:comment "muddy, turbid, dirty, filthy"@en .

<http://lexvo.org/id/char/6D4B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B5%8B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C3%A8>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cak1>,
        <http://lexvo.org/id/term/yue/%E6%B5%8B>,
        "测"^^xsd:string ;
    rdfs:comment "measure, estimate, conjecture"@en .

<http://lexvo.org/id/char/6D4C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/kor/%E6%B5%8C>,
        <http://lexvo.org/id/term/kor/PAL>,
        "浌"^^xsd:string .

<http://lexvo.org/id/char/6D4D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B5%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%AC%200656.110%3Aku%C3%A0i>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ku%C3%A0i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kui2>,
        <http://lexvo.org/id/term/yue/%E6%B5%8D>,
        "浍"^^xsd:string ;
    rdfs:comment "irrigation ditch, trench; river"@en .

<http://lexvo.org/id/char/6D4E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B5%8E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%AC%20j%C7%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C7%90%200531.130%3Aj%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zai2%20zai3>,
        <http://lexvo.org/id/term/yue/%E6%B5%8E>,
        "济"^^xsd:string ;
    rdfs:comment "help, aid, relieve; ferry, cross"@en .

<http://lexvo.org/id/char/6D4F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B5%8F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C3%BA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lau4>,
        <http://lexvo.org/id/term/yue/%E6%B5%8F>,
        "浏"^^xsd:string ;
    rdfs:comment "clear; bright; whistling"@en .

<http://lexvo.org/id/char/6D50> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B5%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C7%8En>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/caan2>,
        <http://lexvo.org/id/term/yue/%E6%B5%90>,
        "浐"^^xsd:string .

<http://lexvo.org/id/char/6D51> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B5%91>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%BAn>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%BAn%20h%C3%B9n%20g%C7%94n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wan4>,
        <http://lexvo.org/id/term/yue/%E6%B5%91>,
        "浑"^^xsd:string ;
    rdfs:comment "muddy, turbid; blend, merge, mix"@en .

<http://lexvo.org/id/char/6D52> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B5%92>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C7%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C7%94%201302.010%3Ax%C7%94>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wu2>,
        <http://lexvo.org/id/term/yue/%E6%B5%92>,
        "浒"^^xsd:string ;
    rdfs:comment "riverbank, shore"@en .

<http://lexvo.org/id/char/6D53> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B5%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C3%B3ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/nung4>,
        <http://lexvo.org/id/term/yue/%E6%B5%93>,
        "浓"^^xsd:string ;
    rdfs:comment "thick, strong, concentrated"@en .

<http://lexvo.org/id/char/6D54> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B5%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C3%BAn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cam4>,
        <http://lexvo.org/id/term/yue/%E6%B5%94>,
        "浔"^^xsd:string ;
    rdfs:comment "steep bank by stream; jiujiang"@en .

<http://lexvo.org/id/char/6D55> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B5%95>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%ACn>,
        "浕"^^xsd:string .

<http://lexvo.org/id/char/6D56> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B5%96>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C3%A8>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lyut1>,
        <http://lexvo.org/id/term/yue/%E6%B5%96>,
        "浖"^^xsd:string ;
    rdfs:comment "(Cant.) intensifier"@en .

<http://lexvo.org/id/char/6D57> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B5%97>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C3%BA>,
        <http://lexvo.org/id/term/vie/g%C3%A0u>,
        "浗"^^xsd:string .

<http://lexvo.org/id/char/6D58> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B5%98>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C4%9Bi>,
        <http://lexvo.org/id/term/vie/v%C3%A3>,
        "浘"^^xsd:string .

<http://lexvo.org/id/char/6D59> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B5%99>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%A8>,
        <http://lexvo.org/id/term/kor/%E6%B5%99>,
        <http://lexvo.org/id/term/kor/CEL>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zit3>,
        <http://lexvo.org/id/term/yue/%E6%B5%99>,
        "浙"^^xsd:string ;
    rdfs:comment "Zhejiang province; river"@en .

<http://lexvo.org/id/char/6D5A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B5%9A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%B9n%201315.080%3Ax%C3%B9n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%B9n%20x%C3%B9n%20c%C3%BAn>,
        <http://lexvo.org/id/term/kor/%E6%B5%9A>,
        <http://lexvo.org/id/term/kor/CWUN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zeon3>,
        <http://lexvo.org/id/term/yue/%E6%B5%9A>,
        "浚"^^xsd:string ;
    rdfs:comment "dredge"@en .

<http://lexvo.org/id/char/6D5B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B5%9B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A0n%20h%C3%A1n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A1n>,
        "浛"^^xsd:string .

<http://lexvo.org/id/char/6D5C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B5%9C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C4%81ng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C4%81ng%20b%C4%ABn>,
        <http://lexvo.org/id/term/kor/%E6%B5%9C>,
        <http://lexvo.org/id/term/kor/PIN>,
        "浜"^^xsd:string ;
    rdfs:comment "creek, stream; beach, sea coast"@en .

<http://lexvo.org/id/char/6D5D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B5%9D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A1ng>,
        "浝"^^xsd:string .

<http://lexvo.org/id/char/6D5E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B5%9E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zhu%C3%B3>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zok6%20zuk1>,
        <http://lexvo.org/id/term/yue/%E6%B5%9E>,
        "浞"^^xsd:string ;
    rdfs:comment "to soak, to steep in water"@en .

<http://lexvo.org/id/char/6D5F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B5%9F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%B3u%20d%C3%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dik6%20jau4>,
        <http://lexvo.org/id/term/yue/%E6%B5%9F>,
        "浟"^^xsd:string .

<http://lexvo.org/id/char/6D60> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B5%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C4%AB>,
        <http://lexvo.org/id/term/vie/h%C6%A1>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hei1>,
        <http://lexvo.org/id/term/yue/%E6%B5%A0>,
        "浠"^^xsd:string .

<http://lexvo.org/id/char/6D61> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B5%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%B3>,
        <http://lexvo.org/id/term/kor/%E6%B5%A1>,
        <http://lexvo.org/id/term/kor/PAL>,
        <http://lexvo.org/id/term/vie/b%E1%BB%8Dt>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/but6>,
        <http://lexvo.org/id/term/yue/%E6%B5%A1>,
        "浡"^^xsd:string ;
    rdfs:comment "burst forth; rise; vigorous"@en .

<http://lexvo.org/id/char/6D62> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B5%A2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%B2u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dau6>,
        <http://lexvo.org/id/term/yue/%E6%B5%A2>,
        "浢"^^xsd:string .

<http://lexvo.org/id/char/6D63> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B5%A3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%A0n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C7%8En%20gu%C7%8En%20hu%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E6%B5%A3>,
        <http://lexvo.org/id/term/kor/WAN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wun2%20wun5>,
        <http://lexvo.org/id/term/yue/%E6%B5%A3>,
        "浣"^^xsd:string ;
    rdfs:comment "to wash, to rinse"@en .

<http://lexvo.org/id/char/6D64> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B5%A4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%B3ng>,
        <http://lexvo.org/id/term/kor/%E6%B5%A4>,
        <http://lexvo.org/id/term/kor/KOYNG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wang4>,
        <http://lexvo.org/id/term/yue/%E6%B5%A4>,
        "浤"^^xsd:string ;
    rdfs:comment "beating of ocean; surging of wate"@en .

<http://lexvo.org/id/char/6D65> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B5%A5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%AC%20y%C3%A0>,
        <http://lexvo.org/id/term/kor/%E6%B5%A5>,
        <http://lexvo.org/id/term/kor/UP>,
        <http://lexvo.org/id/term/vie/%C6%B0%E1%BB%9Bp>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jap1>,
        <http://lexvo.org/id/term/yue/%E6%B5%A5>,
        "浥"^^xsd:string ;
    rdfs:comment "moist, wet, dampen"@en .

<http://lexvo.org/id/char/6D66> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B5%A6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C7%94>,
        <http://lexvo.org/id/term/kor/%E6%B5%A6>,
        <http://lexvo.org/id/term/kor/PHO>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/pou2%20pou4>,
        <http://lexvo.org/id/term/yue/%E6%B5%A6>,
        "浦"^^xsd:string ;
    rdfs:comment "bank of river, shore; surname"@en .

<http://lexvo.org/id/char/6D67> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B5%A7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%90ng>,
        <http://lexvo.org/id/term/kor/%E6%B5%A7>,
        <http://lexvo.org/id/term/kor/YENG>,
        <http://lexvo.org/id/term/vie/s%C3%ACnh>,
        "浧"^^xsd:string .

<http://lexvo.org/id/char/6D68> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B5%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C7%8En>,
        "浨"^^xsd:string .

<http://lexvo.org/id/char/6D69> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B5%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A0o>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A0o%20g%C3%A9%20g%C7%8Eo>,
        <http://lexvo.org/id/term/kor/%E6%B5%A9>,
        <http://lexvo.org/id/term/kor/HO>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hou5%20hou6>,
        <http://lexvo.org/id/term/yue/%E6%B5%A9>,
        "浩"^^xsd:string ;
    rdfs:comment "great, numerous, vast, abundant"@en .

<http://lexvo.org/id/char/6D6A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B5%AA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%A0ng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%A0ng%20l%C3%A1ng>,
        <http://lexvo.org/id/term/kor/%E6%B5%AA>,
        <http://lexvo.org/id/term/kor/LANG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/long4%20long6>,
        <http://lexvo.org/id/term/yue/%E6%B5%AA>,
        "浪"^^xsd:string ;
    rdfs:comment "wave; wasteful, reckless"@en .

<http://lexvo.org/id/char/6D6B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B5%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C7%8En>,
        "浫"^^xsd:string .

<http://lexvo.org/id/char/6D6C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B5%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C7%8Ei%200694.010%3Al%C7%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C7%90>,
        <http://lexvo.org/id/term/kor/%E6%B5%AC>,
        <http://lexvo.org/id/term/kor/LI>,
        <http://lexvo.org/id/term/vie/r%C3%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lei5>,
        <http://lexvo.org/id/term/yue/%E6%B5%AC>,
        "浬"^^xsd:string ;
    rdfs:comment "nautical mile"@en .

<http://lexvo.org/id/char/6D6D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B5%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C4%93ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gaang3%20gang1>,
        <http://lexvo.org/id/term/yue/%E6%B5%AD>,
        "浭"^^xsd:string ;
    rdfs:comment "river in Hebei province; (Cant.) a ford; to wade"@en .

<http://lexvo.org/id/char/6D6E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B5%AE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%BA>,
        <http://lexvo.org/id/term/kor/%E6%B5%AE>,
        <http://lexvo.org/id/term/kor/PWU>,
        <http://lexvo.org/id/term/vie/ph%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fau4>,
        <http://lexvo.org/id/term/yue/%E6%B5%AE>,
        "浮"^^xsd:string ;
    rdfs:comment "to float, drift, waft; to exceed; superfluous"@en .

<http://lexvo.org/id/char/6D6F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B5%AF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C3%BA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ng4>,
        <http://lexvo.org/id/term/yue/%E6%B5%AF>,
        "浯"^^xsd:string ;
    rdfs:comment "name of a river in Shandong"@en .

<http://lexvo.org/id/char/6D70> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B5%B0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C3%A0n%20l%C3%AC>,
        <http://lexvo.org/id/term/vie/r%E1%BB%9Di>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lei6%20lin6>,
        <http://lexvo.org/id/term/yue/%E6%B5%B0>,
        "浰"^^xsd:string .

<http://lexvo.org/id/char/6D71> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B5%B1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%BAn>,
        "浱"^^xsd:string .

<http://lexvo.org/id/char/6D72> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B5%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%A9ng>,
        "浲"^^xsd:string .

<http://lexvo.org/id/char/6D73> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B5%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%AC>,
        "浳"^^xsd:string .

<http://lexvo.org/id/char/6D74> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B5%B4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%B9>,
        <http://lexvo.org/id/term/kor/%E6%B5%B4>,
        <http://lexvo.org/id/term/kor/YOK>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/juk6>,
        <http://lexvo.org/id/term/yue/%E6%B5%B4>,
        "浴"^^xsd:string ;
    rdfs:comment "bathe, wash; bath"@en .

<http://lexvo.org/id/char/6D75> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B5%B5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%B3ng>,
        "浵"^^xsd:string .

<http://lexvo.org/id/char/6D76> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B5%B6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%A1o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lou4>,
        <http://lexvo.org/id/term/yue/%E6%B5%B6>,
        "浶"^^xsd:string .

<http://lexvo.org/id/char/6D77> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B5%B7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C7%8Ei>,
        <http://lexvo.org/id/term/kor/%E6%B5%B7>,
        <http://lexvo.org/id/term/kor/HAY>,
        <http://lexvo.org/id/term/vie/h%E1%BA%A3i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hoi2>,
        <http://lexvo.org/id/term/yue/%E6%B5%B7>,
        "海"^^xsd:string ;
    rdfs:comment "sea, ocean; maritime"@en .

<http://lexvo.org/id/char/6D78> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B5%B8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%ACn>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%ACn%20q%C4%ABn>,
        <http://lexvo.org/id/term/kor/%E6%B5%B8>,
        <http://lexvo.org/id/term/kor/CHIM>,
        <http://lexvo.org/id/term/vie/t%E1%BA%AFm>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zam3>,
        <http://lexvo.org/id/term/yue/%E6%B5%B8>,
        "浸"^^xsd:string ;
    rdfs:comment "soak, immerse, dip, percolate"@en .

<http://lexvo.org/id/char/6D79> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B5%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%A1%20ji%C4%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C4%81>,
        <http://lexvo.org/id/term/kor/%E6%B5%B9>,
        <http://lexvo.org/id/term/kor/HYEP>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gaap3%20zip3>,
        <http://lexvo.org/id/term/yue/%E6%B5%B9>,
        "浹"^^xsd:string ;
    rdfs:comment "saturate, drench; damp, wet"@en .

<http://lexvo.org/id/char/6D7A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B5%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C5%8Dng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cung1>,
        <http://lexvo.org/id/term/yue/%E6%B5%BA>,
        "浺"^^xsd:string .

<http://lexvo.org/id/char/6D7B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B5%BB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C4%9Bng>,
        "浻"^^xsd:string .

<http://lexvo.org/id/char/6D7C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B5%BC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C4%9Bi>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mui5>,
        <http://lexvo.org/id/term/yue/%E6%B5%BC>,
        "浼"^^xsd:string ;
    rdfs:comment "to request; to ask a favour of; to pollute, contaminate"@en .

<http://lexvo.org/id/char/6D7D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B5%BD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/su%C4%AB>,
        <http://lexvo.org/id/term/vie/n%E1%BB%95i>,
        "浽"^^xsd:string .

<http://lexvo.org/id/char/6D7E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B5%BE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C4%93ng>,
        "浾"^^xsd:string .

<http://lexvo.org/id/char/6D7F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B5%BF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%A8i>,
        <http://lexvo.org/id/term/kor/%E6%B5%BF>,
        <http://lexvo.org/id/term/kor/PHAY>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bui3>,
        <http://lexvo.org/id/term/yue/%E6%B5%BF>,
        "浿"^^xsd:string .

<http://lexvo.org/id/char/6D80> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B6%80>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jin6>,
        <http://lexvo.org/id/term/yue/%E6%B6%80>,
        "涀"^^xsd:string .

<http://lexvo.org/id/char/6D81> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B6%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%A8n>,
        "涁"^^xsd:string .

<http://lexvo.org/id/char/6D82> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B6%82>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%BA>,
        <http://lexvo.org/id/term/kor/%E6%B6%82>,
        <http://lexvo.org/id/term/kor/TO>,
        <http://lexvo.org/id/term/vie/d%C6%A1>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tou4>,
        <http://lexvo.org/id/term/yue/%E6%B6%82>,
        "涂"^^xsd:string ;
    rdfs:comment "surname; name of certain rivers"@en .

<http://lexvo.org/id/char/6D83> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B6%83>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C3%B9n>,
        "涃"^^xsd:string .

<http://lexvo.org/id/char/6D84> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B6%84>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C4%ABn>,
        "涄"^^xsd:string .

<http://lexvo.org/id/char/6D85> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B6%85>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ni%C3%A8>,
        <http://lexvo.org/id/term/kor/%E6%B6%85>,
        <http://lexvo.org/id/term/kor/NYEL%20NAL>,
        <http://lexvo.org/id/term/vie/n%E1%BA%BFt>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/nip6>,
        <http://lexvo.org/id/term/yue/%E6%B6%85>,
        "涅"^^xsd:string ;
    rdfs:comment "blacken; black mud, slime; tatto"@en .

<http://lexvo.org/id/char/6D86> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B6%86>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hon6>,
        <http://lexvo.org/id/term/yue/%E6%B6%86>,
        "涆"^^xsd:string .

<http://lexvo.org/id/char/6D87> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B6%87>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C4%ABng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C4%ABng%20q%C7%90ng>,
        <http://lexvo.org/id/term/kor/%E6%B6%87>,
        <http://lexvo.org/id/term/kor/KYENG>,
        <http://lexvo.org/id/term/vie/kinh>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ging1>,
        <http://lexvo.org/id/term/yue/%E6%B6%87>,
        "涇"^^xsd:string ;
    rdfs:comment "name of a river"@en .

<http://lexvo.org/id/char/6D88> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B6%88>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C4%81o>,
        <http://lexvo.org/id/term/kor/%E6%B6%88>,
        <http://lexvo.org/id/term/kor/SO>,
        <http://lexvo.org/id/term/vie/ti%C3%AAu>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/siu1>,
        <http://lexvo.org/id/term/yue/%E6%B6%88>,
        "消"^^xsd:string ;
    rdfs:comment "vanish, die out; melt away"@en .

<http://lexvo.org/id/char/6D89> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B6%89>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%A8%20di%C3%A9>,
        <http://lexvo.org/id/term/kor/%E6%B6%89>,
        <http://lexvo.org/id/term/kor/SEP>,
        <http://lexvo.org/id/term/vie/thi%E1%BB%87p>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sip3>,
        <http://lexvo.org/id/term/yue/%E6%B6%89>,
        "涉"^^xsd:string ;
    rdfs:comment "ford stream, wade across"@en .

<http://lexvo.org/id/char/6D8A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B6%8A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ni%C7%8En>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ni%C7%8En%20r%C4%9Bn%20ni%C3%A0n%20li%C7%8En>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/nin5>,
        <http://lexvo.org/id/term/yue/%E6%B6%8A>,
        "涊"^^xsd:string ;
    rdfs:comment "dirt"@en .

<http://lexvo.org/id/char/6D8B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B6%8B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C5%AB>,
        "涋"^^xsd:string .

<http://lexvo.org/id/char/6D8C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B6%8C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C5%8Dng%201392.060%3Ay%C7%92ng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%92ng%20ch%C5%8Dng>,
        <http://lexvo.org/id/term/kor/%E6%B6%8C>,
        <http://lexvo.org/id/term/kor/YONG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cung1%20jung2>,
        <http://lexvo.org/id/term/yue/%E6%B6%8C>,
        "涌"^^xsd:string ;
    rdfs:comment "surge up, bubble up, gush forth"@en .

<http://lexvo.org/id/char/6D8D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B6%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A0o>,
        <http://lexvo.org/id/term/kor/%E6%B6%8D>,
        <http://lexvo.org/id/term/kor/HYO>,
        "涍"^^xsd:string .

<http://lexvo.org/id/char/6D8E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B6%8E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A1n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A1n%20y%C3%A0n%20di%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E6%B6%8E>,
        <http://lexvo.org/id/term/kor/YEN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jin4>,
        <http://lexvo.org/id/term/yue/%E6%B6%8E>,
        "涎"^^xsd:string ;
    rdfs:comment "saliva"@en .

<http://lexvo.org/id/char/6D8F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B6%8F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C7%90ng>,
        "涏"^^xsd:string .

<http://lexvo.org/id/char/6D90> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C3%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B6%90>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ngo4>,
        <http://lexvo.org/id/term/yue/%E6%B6%90>,
        "涐"^^xsd:string .

<http://lexvo.org/id/char/6D91> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B6%91>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C3%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C3%B9%20s%C5%8Du%20sh%C3%B9>,
        <http://lexvo.org/id/term/kor/%E6%B6%91>,
        <http://lexvo.org/id/term/kor/SO>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cuk1>,
        <http://lexvo.org/id/term/yue/%E6%B6%91>,
        "涑"^^xsd:string ;
    rdfs:comment "river in Shansi province"@en .

<http://lexvo.org/id/char/6D92> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B6%92>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C5%ABn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tan1%20wan1>,
        <http://lexvo.org/id/term/yue/%E6%B6%92>,
        "涒"^^xsd:string ;
    rdfs:comment "meander"@en .

<http://lexvo.org/id/char/6D93> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B6%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ju%C4%81n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ju%C4%81n%20yu%C3%A0n%20xu%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E6%B6%93>,
        <http://lexvo.org/id/term/kor/YEN>,
        <http://lexvo.org/id/term/vie/quen>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gyun1>,
        <http://lexvo.org/id/term/yue/%E6%B6%93>,
        "涓"^^xsd:string ;
    rdfs:comment "brook, stream; select; pure"@en .

<http://lexvo.org/id/char/6D94> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B6%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C3%A9n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C3%A9n%20qi%C3%A1n%20z%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E6%B6%94>,
        <http://lexvo.org/id/term/kor/CAM>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sam4>,
        <http://lexvo.org/id/term/yue/%E6%B6%94>,
        "涔"^^xsd:string ;
    rdfs:comment "river in Shaanxi; murky torrent"@en .

<http://lexvo.org/id/char/6D95> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B6%95>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%AC>,
        <http://lexvo.org/id/term/kor/%E6%B6%95>,
        <http://lexvo.org/id/term/kor/CHEY>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tai3>,
        <http://lexvo.org/id/term/yue/%E6%B6%95>,
        "涕"^^xsd:string ;
    rdfs:comment "tear; snivel, nasal mucus"@en .

<http://lexvo.org/id/char/6D96> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B6%96>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%AC>,
        <http://lexvo.org/id/term/kor/%E6%B6%96>,
        <http://lexvo.org/id/term/kor/LI>,
        <http://lexvo.org/id/term/vie/rang%20r%E1%BB%8B>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lei6>,
        <http://lexvo.org/id/term/yue/%E6%B6%96>,
        "涖"^^xsd:string ;
    rdfs:comment "river in Hebei province; creek"@en .

<http://lexvo.org/id/char/6D97> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B6%97>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/shu%C3%AC>,
        <http://lexvo.org/id/term/vie/%C4%91u%E1%BB%91i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/seoi3>,
        <http://lexvo.org/id/term/yue/%E6%B6%97>,
        "涗"^^xsd:string .

<http://lexvo.org/id/char/6D98> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B6%98>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zi6>,
        <http://lexvo.org/id/term/yue/%E6%B6%98>,
        "涘"^^xsd:string ;
    rdfs:comment "river bank; water's edge"@en .

<http://lexvo.org/id/char/6D99> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B6%99>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%A8i>,
        <http://lexvo.org/id/term/kor/%E6%B6%99>,
        <http://lexvo.org/id/term/kor/LWU>,
        "涙"^^xsd:string ;
    rdfs:comment "tears; weep"@en .

<http://lexvo.org/id/char/6D9A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B6%9A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/shu%C3%AC>,
        "涚"^^xsd:string .

<http://lexvo.org/id/char/6D9B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B6%9B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C4%81o>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C4%81o%20t%C3%A1o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tou4>,
        <http://lexvo.org/id/term/yue/%E6%B6%9B>,
        "涛"^^xsd:string ;
    rdfs:comment "large waves"@en .

<http://lexvo.org/id/char/6D9C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B6%9C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%BA>,
        <http://lexvo.org/id/term/kor/%E6%B6%9C>,
        <http://lexvo.org/id/term/kor/TOK>,
        "涜"^^xsd:string ;
    rdfs:comment "ditch, sluice, gutter, drain"@en .

<http://lexvo.org/id/char/6D9D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B6%9D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%A0o>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%A0o%20l%C3%A1o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lou6>,
        <http://lexvo.org/id/term/yue/%E6%B6%9D>,
        "涝"^^xsd:string ;
    rdfs:comment "inundate, flood; torrent"@en .

<http://lexvo.org/id/char/6D9E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B6%9E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%A1i>,
        <http://lexvo.org/id/term/vie/thui>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/loi4>,
        <http://lexvo.org/id/term/yue/%E6%B6%9E>,
        "涞"^^xsd:string ;
    rdfs:comment "river in Hebei province; creek"@en .

<http://lexvo.org/id/char/6D9F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B6%9F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lin4>,
        <http://lexvo.org/id/term/yue/%E6%B6%9F>,
        "涟"^^xsd:string ;
    rdfs:comment "flowing water; ripples; weeping"@en .

<http://lexvo.org/id/char/6DA0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B6%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C3%A9i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wai4>,
        <http://lexvo.org/id/term/yue/%E6%B6%A0>,
        "涠"^^xsd:string ;
    rdfs:comment "still water"@en .

<http://lexvo.org/id/char/6DA1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B6%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/gu%C5%8D%201208.160%3Aw%C5%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C5%8D%20gu%C5%8D>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gwo1%20wo1>,
        <http://lexvo.org/id/term/yue/%E6%B6%A1>,
        "涡"^^xsd:string ;
    rdfs:comment "swirl, whirlpool, eddy"@en .

<http://lexvo.org/id/char/6DA2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B6%A2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%BAn>,
        "涢"^^xsd:string .

<http://lexvo.org/id/char/6DA3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B6%A3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E6%B6%A3>,
        <http://lexvo.org/id/term/kor/HWAN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wun6>,
        <http://lexvo.org/id/term/yue/%E6%B6%A3>,
        "涣"^^xsd:string ;
    rdfs:comment "scatter; scattered"@en .

<http://lexvo.org/id/char/6DA4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B6%A4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dik6>,
        <http://lexvo.org/id/term/yue/%E6%B6%A4>,
        "涤"^^xsd:string ;
    rdfs:comment "wash, cleanse, purify; sweep"@en .

<http://lexvo.org/id/char/6DA5> a lvont:Character ;
    lvont:represents "涥"^^xsd:string .

<http://lexvo.org/id/char/6DA6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B6%A6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/r%C3%B9n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jeon6>,
        <http://lexvo.org/id/term/yue/%E6%B6%A6>,
        "润"^^xsd:string ;
    rdfs:comment "soft, moist; sleek; freshen"@en .

<http://lexvo.org/id/char/6DA7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B6%A7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gaan3>,
        <http://lexvo.org/id/term/yue/%E6%B6%A7>,
        "涧"^^xsd:string ;
    rdfs:comment "brook, mountain stream"@en .

<http://lexvo.org/id/char/6DA8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B6%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C7%8Eng%201457.050%3Azh%C3%A0ng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C7%8Eng%20zh%C3%A0ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zoeng2%20zoeng3>,
        <http://lexvo.org/id/term/yue/%E6%B6%A8>,
        "涨"^^xsd:string ;
    rdfs:comment "rise in price"@en .

<http://lexvo.org/id/char/6DA9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B6%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C3%A8>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sap1%20sap3>,
        <http://lexvo.org/id/term/yue/%E6%B6%A9>,
        "涩"^^xsd:string ;
    rdfs:comment "astringent; harsh; uneven, rough"@en .

<http://lexvo.org/id/char/6DAA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B6%AA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%BA%20p%C3%B3u>,
        <http://lexvo.org/id/term/kor/%E6%B6%AA>,
        <http://lexvo.org/id/term/kor/PWU>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fau4>,
        <http://lexvo.org/id/term/yue/%E6%B6%AA>,
        "涪"^^xsd:string ;
    rdfs:comment "river in Sichuan province"@en .

<http://lexvo.org/id/char/6DAB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B6%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/gu%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E6%B6%AB>,
        <http://lexvo.org/id/term/kor/KWAN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gun3>,
        <http://lexvo.org/id/term/yue/%E6%B6%AB>,
        "涫"^^xsd:string .

<http://lexvo.org/id/char/6DAC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B6%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C3%ACng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hang6>,
        <http://lexvo.org/id/term/yue/%E6%B6%AC>,
        "涬"^^xsd:string ;
    rdfs:comment "watery expanse"@en .

<http://lexvo.org/id/char/6DAD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B6%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%B2u>,
        "涭"^^xsd:string .

<http://lexvo.org/id/char/6DAE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B6%AE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/shu%C3%A0n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/shu%C3%A0n%20shu%C4%81>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/saan3>,
        <http://lexvo.org/id/term/yue/%E6%B6%AE>,
        "涮"^^xsd:string ;
    rdfs:comment "rinse; cook or boil in juice"@en .

<http://lexvo.org/id/char/6DAF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B6%AF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A1>,
        <http://lexvo.org/id/term/kor/%E6%B6%AF>,
        <http://lexvo.org/id/term/kor/AY%20UY>,
        <http://lexvo.org/id/term/vie/r%C6%B0%E1%BB%A3i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ngaai4>,
        <http://lexvo.org/id/term/yue/%E6%B6%AF>,
        "涯"^^xsd:string ;
    rdfs:comment "shore, bank, water's edge"@en .

<http://lexvo.org/id/char/6DB0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B6%B0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/chu%C3%B2>,
        "涰"^^xsd:string .

<http://lexvo.org/id/char/6DB1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B6%B1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%A0ng>,
        "涱"^^xsd:string .

<http://lexvo.org/id/char/6DB2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B6%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A8%20y%C3%AC%20sh%C3%AC>,
        <http://lexvo.org/id/term/kor/%E6%B6%B2>,
        <http://lexvo.org/id/term/kor/AYK>,
        <http://lexvo.org/id/term/vie/gi%C3%A1>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jat6%20jik6>,
        <http://lexvo.org/id/term/yue/%E6%B6%B2>,
        "液"^^xsd:string ;
    rdfs:comment "sap, juice, liquid, fluid"@en .

<http://lexvo.org/id/char/6DB3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B6%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C5%8Dng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gung1%20hung1>,
        <http://lexvo.org/id/term/yue/%E6%B6%B3>,
        "涳"^^xsd:string .

<http://lexvo.org/id/char/6DB4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B6%B4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C3%B2%201419.030%3Ayu%C4%81n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C3%B2%20w%C7%8En>,
        <http://lexvo.org/id/term/kor/%E6%B6%B4>,
        <http://lexvo.org/id/term/kor/WAN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wo3>,
        <http://lexvo.org/id/term/yue/%E6%B6%B4>,
        "涴"^^xsd:string ;
    rdfs:comment "daub"@en .

<http://lexvo.org/id/char/6DB5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B6%B5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A1n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A1n%20h%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E6%B6%B5>,
        <http://lexvo.org/id/term/kor/HAM>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/haam4>,
        <http://lexvo.org/id/term/yue/%E6%B6%B5>,
        "涵"^^xsd:string ;
    rdfs:comment "soak, wet; tolerate, be lenient"@en .

<http://lexvo.org/id/char/6DB6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B6%B6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/tu%C5%8D>,
        "涶"^^xsd:string ;
    rdfs:comment "to spit; saliva"@en .

<http://lexvo.org/id/char/6DB7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B6%B7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C5%8Dng%20d%C3%B2ng>,
        <http://lexvo.org/id/term/kor/%E6%B6%B7>,
        <http://lexvo.org/id/term/kor/TONG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dung1%20dung3>,
        <http://lexvo.org/id/term/yue/%E6%B6%B7>,
        "涷"^^xsd:string ;
    rdfs:comment "rainstorm"@en .

<http://lexvo.org/id/char/6DB8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B6%B8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A9%20h%C3%A0o>,
        <http://lexvo.org/id/term/kor/%E6%B6%B8>,
        <http://lexvo.org/id/term/kor/HWU%20HAK>,
        <http://lexvo.org/id/term/vie/h%E1%BA%A1t>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kok3>,
        <http://lexvo.org/id/term/yue/%E6%B6%B8>,
        "涸"^^xsd:string ;
    rdfs:comment "dried up; exhausted, tired; dry"@en .

<http://lexvo.org/id/char/6DB9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B6%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C5%8D>,
        "涹"^^xsd:string .

<http://lexvo.org/id/char/6DBA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B6%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C5%AB>,
        "涺"^^xsd:string .

<http://lexvo.org/id/char/6DBB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B6%BB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C3%A0n>,
        "涻"^^xsd:string .

<http://lexvo.org/id/char/6DBC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B6%BC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C3%A1ng%200709.071%3Ali%C3%A0ng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C3%A1ng%20li%C3%A0ng>,
        <http://lexvo.org/id/term/kor/%E6%B6%BC>,
        <http://lexvo.org/id/term/kor/LYANG>,
        <http://lexvo.org/id/term/vie/l%C6%B0%C6%A1ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/loeng4>,
        <http://lexvo.org/id/term/yue/%E6%B6%BC>,
        "涼"^^xsd:string ;
    rdfs:comment "cool, cold; disheartened"@en .

<http://lexvo.org/id/char/6DBD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B6%BD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C5%ABn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fan1>,
        <http://lexvo.org/id/term/yue/%E6%B6%BD>,
        "涽"^^xsd:string .

<http://lexvo.org/id/char/6DBE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B6%BE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%A0>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/taap3>,
        <http://lexvo.org/id/term/yue/%E6%B6%BE>,
        "涾"^^xsd:string .

<http://lexvo.org/id/char/6DBF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B6%BF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zhu%C5%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zhu%C5%8D%20zhu%C3%B3>,
        <http://lexvo.org/id/term/kor/%E6%B6%BF>,
        <http://lexvo.org/id/term/kor/THAK>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/doek3>,
        <http://lexvo.org/id/term/yue/%E6%B6%BF>,
        "涿"^^xsd:string ;
    rdfs:comment "drip, dribble, trickle"@en .

<http://lexvo.org/id/char/6DC0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B7%80>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/di%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E6%B7%80>,
        <http://lexvo.org/id/term/kor/CENG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/din6>,
        <http://lexvo.org/id/term/yue/%E6%B7%80>,
        "淀"^^xsd:string ;
    rdfs:comment "shallow water, swamp; swampy"@en .

<http://lexvo.org/id/char/6DC1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B7%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C3%A8>,
        <http://lexvo.org/id/term/vie/thi%E1%BA%BFp>,
        "淁"^^xsd:string .

<http://lexvo.org/id/char/6DC2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B7%82>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%A9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dak1>,
        <http://lexvo.org/id/term/yue/%E6%B7%82>,
        "淂"^^xsd:string .

<http://lexvo.org/id/char/6DC3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B7%83>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ju%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E6%B7%83>,
        <http://lexvo.org/id/term/kor/KWEN>,
        "淃"^^xsd:string .

<http://lexvo.org/id/char/6DC4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B7%84>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C4%AB>,
        <http://lexvo.org/id/term/kor/%E6%B7%84>,
        <http://lexvo.org/id/term/kor/CHI>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zi1>,
        <http://lexvo.org/id/term/yue/%E6%B7%84>,
        "淄"^^xsd:string ;
    rdfs:comment "river in Shandong province"@en .

<http://lexvo.org/id/char/6DC5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B7%85>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C4%AB>,
        <http://lexvo.org/id/term/kor/%E6%B7%85>,
        <http://lexvo.org/id/term/kor/SEK>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sik1>,
        <http://lexvo.org/id/term/yue/%E6%B7%85>,
        "淅"^^xsd:string ;
    rdfs:comment "water used wash rice; to wash ric"@en .

<http://lexvo.org/id/char/6DC6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B7%86>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A1o>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A1o%20xi%C3%A1o>,
        <http://lexvo.org/id/term/kor/%E6%B7%86>,
        <http://lexvo.org/id/term/kor/HYO>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ngaau4>,
        <http://lexvo.org/id/term/yue/%E6%B7%86>,
        "淆"^^xsd:string ;
    rdfs:comment "confused, in disarray, mixed up"@en .

<http://lexvo.org/id/char/6DC7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B7%87>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C3%AD>,
        <http://lexvo.org/id/term/kor/%E6%B7%87>,
        <http://lexvo.org/id/term/kor/KI>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kei4>,
        <http://lexvo.org/id/term/yue/%E6%B7%87>,
        "淇"^^xsd:string ;
    rdfs:comment "river in Henan province"@en .

<http://lexvo.org/id/char/6DC8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B7%88>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C7%94>,
        <http://lexvo.org/id/term/kor/%E6%B7%88>,
        <http://lexvo.org/id/term/kor/KWUL>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gwat1>,
        <http://lexvo.org/id/term/yue/%E6%B7%88>,
        "淈"^^xsd:string .

<http://lexvo.org/id/char/6DC9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B7%89>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/gu%C7%92>,
        "淉"^^xsd:string .

<http://lexvo.org/id/char/6DCA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B7%8A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A0n%20y%C4%81n%20y%C7%8En%20h%C3%A1n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C4%81n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jim1>,
        <http://lexvo.org/id/term/yue/%E6%B7%8A>,
        "淊"^^xsd:string .

<http://lexvo.org/id/char/6DCB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B7%8B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%ADn%200718.060%3Al%C3%ACn>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%ADn%20l%C3%ACn>,
        <http://lexvo.org/id/term/kor/%E6%B7%8B>,
        <http://lexvo.org/id/term/kor/LIM>,
        <http://lexvo.org/id/term/vie/l%E1%BA%A5m>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lam4>,
        <http://lexvo.org/id/term/yue/%E6%B7%8B>,
        "淋"^^xsd:string ;
    rdfs:comment "drip, soak, drench; perfectly"@en .

<http://lexvo.org/id/char/6DCC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B7%8C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C7%8Eng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C7%8Eng%20ch%C3%A0ng%20ch%C7%8Eng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tong2>,
        <http://lexvo.org/id/term/yue/%E6%B7%8C>,
        "淌"^^xsd:string ;
    rdfs:comment "trickle; flow down; drip"@en .

<http://lexvo.org/id/char/6DCD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B7%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C5%8Du>,
        "淍"^^xsd:string .

<http://lexvo.org/id/char/6DCE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B7%8E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C4%9Bng>,
        <http://lexvo.org/id/term/vie/v%C5%A9ng>,
        "淎"^^xsd:string .

<http://lexvo.org/id/char/6DCF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B7%8F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A0o>,
        <http://lexvo.org/id/term/kor/%E6%B7%8F>,
        <http://lexvo.org/id/term/kor/HO>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hou6>,
        <http://lexvo.org/id/term/yue/%E6%B7%8F>,
        "淏"^^xsd:string .

<http://lexvo.org/id/char/6DD0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B7%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C4%81ng>,
        "淐"^^xsd:string .

<http://lexvo.org/id/char/6DD1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B7%91>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%BA%20sh%C5%AB%20ch%C3%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C5%AB>,
        <http://lexvo.org/id/term/kor/%E6%B7%91>,
        <http://lexvo.org/id/term/kor/SWUK>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/suk1%20suk6>,
        <http://lexvo.org/id/term/yue/%E6%B7%91>,
        "淑"^^xsd:string ;
    rdfs:comment "good, pure, virtuous, charming"@en .

<http://lexvo.org/id/char/6DD2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B7%92>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C4%AB>,
        <http://lexvo.org/id/term/kor/%E6%B7%92>,
        <http://lexvo.org/id/term/kor/CHE>,
        <http://lexvo.org/id/term/vie/th%C3%AA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cai1>,
        <http://lexvo.org/id/term/yue/%E6%B7%92>,
        "淒"^^xsd:string ;
    rdfs:comment "bitter cold, miserable, dreary"@en .

<http://lexvo.org/id/char/6DD3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B7%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C4%81ng>,
        "淓"^^xsd:string .

<http://lexvo.org/id/char/6DD4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B7%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%AC>,
        "淔"^^xsd:string .

<http://lexvo.org/id/char/6DD5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B7%95>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%B9>,
        "淕"^^xsd:string .

<http://lexvo.org/id/char/6DD6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B7%96>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C3%A0o>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C3%A0o%20chu%C3%B2%20zhu%C5%8D%20zh%C3%A0o>,
        <http://lexvo.org/id/term/kor/%E6%B7%96>,
        <http://lexvo.org/id/term/kor/NYO>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/naau6>,
        <http://lexvo.org/id/term/yue/%E6%B7%96>,
        "淖"^^xsd:string ;
    rdfs:comment "slush; mud"@en .

<http://lexvo.org/id/char/6DD7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B7%97>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%BA>,
        "淗"^^xsd:string .

<http://lexvo.org/id/char/6DD8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B7%98>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%A1o>,
        <http://lexvo.org/id/term/kor/%E6%B7%98>,
        <http://lexvo.org/id/term/kor/TO>,
        <http://lexvo.org/id/term/vie/%C4%91%C3%A0o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tou4>,
        <http://lexvo.org/id/term/yue/%E6%B7%98>,
        "淘"^^xsd:string ;
    rdfs:comment "wash in sieve; weed out"@en .

<http://lexvo.org/id/char/6DD9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B7%99>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C3%B3ng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C3%B3ng%20shu%C3%A0ng>,
        <http://lexvo.org/id/term/kor/%E6%B7%99>,
        <http://lexvo.org/id/term/kor/CONG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cung4%20zung1>,
        <http://lexvo.org/id/term/yue/%E6%B7%99>,
        "淙"^^xsd:string ;
    rdfs:comment "gurgling sound of water"@en .

<http://lexvo.org/id/char/6DDA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B7%9A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%A8i>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%A8i%20l%C3%AC>,
        <http://lexvo.org/id/term/kor/%E6%B7%9A>,
        <http://lexvo.org/id/term/kor/LWU>,
        <http://lexvo.org/id/term/vie/l%E1%BB%87>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/leoi6>,
        <http://lexvo.org/id/term/yue/%E6%B7%9A>,
        "淚"^^xsd:string ;
    rdfs:comment "tears; weep, cry"@en .

<http://lexvo.org/id/char/6DDB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B7%9B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%AC%20zh%C3%A8>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zit3>,
        <http://lexvo.org/id/term/yue/%E6%B7%9B>,
        "淛"^^xsd:string .

<http://lexvo.org/id/char/6DDC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B7%9C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%A9ng%20p%C3%ADng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/paang4%20pang4%20ping1>,
        <http://lexvo.org/id/term/yue/%E6%B7%9C>,
        "淜"^^xsd:string ;
    rdfs:comment "roar of dashing waves"@en .

<http://lexvo.org/id/char/6DDD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B7%9D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%A9i>,
        <http://lexvo.org/id/term/kor/%E6%B7%9D>,
        <http://lexvo.org/id/term/kor/PI>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fei4>,
        <http://lexvo.org/id/term/yue/%E6%B7%9D>,
        "淝"^^xsd:string ;
    rdfs:comment "name of an affluent of the Poyang Lake"@en .

<http://lexvo.org/id/char/6DDE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B7%9E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C5%8Dng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C5%8Dng%20s%C3%B2ng>,
        <http://lexvo.org/id/term/kor/%E6%B7%9E>,
        <http://lexvo.org/id/term/kor/SONG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sung1>,
        <http://lexvo.org/id/term/yue/%E6%B7%9E>,
        "淞"^^xsd:string ;
    rdfs:comment "name of a river in Jiangsu"@en .

<http://lexvo.org/id/char/6DDF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B7%9F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ti%C7%8En>,
        <http://lexvo.org/id/term/vie/s%C6%B0%E1%BB%A3ng%20%C4%91%C3%A9n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tin2>,
        <http://lexvo.org/id/term/yue/%E6%B7%9F>,
        "淟"^^xsd:string ;
    rdfs:comment "turbid; muddy"@en .

<http://lexvo.org/id/char/6DE0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B7%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%AC%20p%C3%A8i>,
        <http://lexvo.org/id/term/kor/%E6%B7%A0>,
        <http://lexvo.org/id/term/kor/PI>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/pei3>,
        <http://lexvo.org/id/term/yue/%E6%B7%A0>,
        "淠"^^xsd:string .

<http://lexvo.org/id/char/6DE1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B7%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%A0n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%A0n%20t%C3%A1n%20y%C7%8En%20y%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E6%B7%A1>,
        <http://lexvo.org/id/term/kor/TAM>,
        <http://lexvo.org/id/term/vie/%C4%91%E1%BA%A1m>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/daam6%20taam5>,
        <http://lexvo.org/id/term/yue/%E6%B7%A1>,
        "淡"^^xsd:string ;
    rdfs:comment "weak, watery; insipid, tasteless"@en .

<http://lexvo.org/id/char/6DE2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B7%A2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%B9%20x%C3%B9>,
        <http://lexvo.org/id/term/kor/%E6%B7%A2>,
        <http://lexvo.org/id/term/kor/YEK>,
        <http://lexvo.org/id/term/vie/th%E1%BB%95i%20v%E1%BB%B1c>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gwik1%20wik6>,
        <http://lexvo.org/id/term/yue/%E6%B7%A2>,
        "淢"^^xsd:string ;
    rdfs:comment "ditch"@en .

<http://lexvo.org/id/char/6DE3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B7%A3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C3%AD>,
        "淣"^^xsd:string .

<http://lexvo.org/id/char/6DE4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B7%A4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C5%AB>,
        <http://lexvo.org/id/term/kor/%E6%B7%A4>,
        <http://lexvo.org/id/term/kor/E>,
        <http://lexvo.org/id/term/vie/%E1%BB%A9a>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jyu1>,
        <http://lexvo.org/id/term/yue/%E6%B7%A4>,
        "淤"^^xsd:string ;
    rdfs:comment "mud, sediment; clog up, silt up"@en .

<http://lexvo.org/id/char/6DE5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B7%A5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%B9>,
        <http://lexvo.org/id/term/kor/%E6%B7%A5>,
        <http://lexvo.org/id/term/kor/LOK>,
        <http://lexvo.org/id/term/vie/l%C3%B3c>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/luk6>,
        <http://lexvo.org/id/term/yue/%E6%B7%A5>,
        "淥"^^xsd:string ;
    rdfs:comment "strain; (Cant.) to scald"@en .

<http://lexvo.org/id/char/6DE6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B7%A6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E6%B7%A6>,
        <http://lexvo.org/id/term/kor/KEM>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gaam3%20gam3>,
        <http://lexvo.org/id/term/yue/%E6%B7%A6>,
        "淦"^^xsd:string ;
    rdfs:comment "river in Jiangxi province; water leaking into a boat"@en .

<http://lexvo.org/id/char/6DE7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B7%A7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%AC>,
        "淧"^^xsd:string .

<http://lexvo.org/id/char/6DE8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B7%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%ACng>,
        <http://lexvo.org/id/term/kor/%E6%B7%A8>,
        <http://lexvo.org/id/term/kor/CENG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zeng6%20zing6>,
        <http://lexvo.org/id/term/yue/%E6%B7%A8>,
        "淨"^^xsd:string ;
    rdfs:comment "pure, clean, unspoiled"@en .

<http://lexvo.org/id/char/6DE9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B7%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%ADng>,
        <http://lexvo.org/id/term/vie/l%C3%A2ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ling4>,
        <http://lexvo.org/id/term/yue/%E6%B7%A9>,
        "淩"^^xsd:string ;
    rdfs:comment "pass over, cross, traverse"@en .

<http://lexvo.org/id/char/6DEA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B7%AA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%BAn>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%BAn%20l%C7%94n%20gu%C4%81n>,
        <http://lexvo.org/id/term/kor/%E6%B7%AA>,
        <http://lexvo.org/id/term/kor/LYUN%20LON>,
        <http://lexvo.org/id/term/vie/l%C3%BAn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/leon4>,
        <http://lexvo.org/id/term/yue/%E6%B7%AA>,
        "淪"^^xsd:string ;
    rdfs:comment "be lost; sink, be submerged"@en .

<http://lexvo.org/id/char/6DEB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B7%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%ADn>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%ADn%20y%C3%A0n%20y%C3%A1o>,
        <http://lexvo.org/id/term/kor/%E6%B7%AB>,
        <http://lexvo.org/id/term/kor/UM>,
        <http://lexvo.org/id/term/vie/d%C3%A2m>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jam4>,
        <http://lexvo.org/id/term/yue/%E6%B7%AB>,
        "淫"^^xsd:string ;
    rdfs:comment "obscene, licentious, lewd"@en .

<http://lexvo.org/id/char/6DEC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B7%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/cu%C3%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/cu%C3%AC%20z%C3%BA>,
        <http://lexvo.org/id/term/kor/%E6%B7%AC>,
        <http://lexvo.org/id/term/kor/SWI>,
        <http://lexvo.org/id/term/vie/r%C3%B3t>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ceoi3%20seoi6>,
        <http://lexvo.org/id/term/yue/%E6%B7%AC>,
        "淬"^^xsd:string ;
    rdfs:comment "temper; dye; soak; change, alter"@en .

<http://lexvo.org/id/char/6DED> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B7%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C3%BA>,
        "淭"^^xsd:string .

<http://lexvo.org/id/char/6DEE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B7%AE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%A1i>,
        <http://lexvo.org/id/term/kor/%E6%B7%AE>,
        <http://lexvo.org/id/term/kor/HOY>,
        <http://lexvo.org/id/term/vie/ho%C3%A0i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/waai4>,
        <http://lexvo.org/id/term/yue/%E6%B7%AE>,
        "淮"^^xsd:string ;
    rdfs:comment "river in Anhui province"@en .

<http://lexvo.org/id/char/6DEF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B7%AF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%B9>,
        <http://lexvo.org/id/term/vie/r%E1%BB%99c>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/juk6>,
        <http://lexvo.org/id/term/yue/%E6%B7%AF>,
        "淯"^^xsd:string ;
    rdfs:comment "name of river; old name of Baihe in Henan"@en .

<http://lexvo.org/id/char/6DF0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B7%B0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ni%C7%8En%20sh%C4%9Bn%20n%C3%A0%20ni%C3%A0n%20li%C7%8En>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/naam5%20nam4%20nam6%20sam2>,
        <http://lexvo.org/id/term/yue/%E6%B7%B0>,
        "淰"^^xsd:string ;
    rdfs:comment "fish; still; (Cant.) thoroughly soaked; a deep sleep"@en .

<http://lexvo.org/id/char/6DF1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B7%B1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C4%93n>,
        <http://lexvo.org/id/term/kor/%E6%B7%B1>,
        <http://lexvo.org/id/term/kor/SIM>,
        <http://lexvo.org/id/term/vie/th%C3%A2m>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sam1>,
        <http://lexvo.org/id/term/yue/%E6%B7%B1>,
        "深"^^xsd:string ;
    rdfs:comment "deep; depth; far; very, extreme"@en .

<http://lexvo.org/id/char/6DF2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B7%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/pi%C3%A1o>,
        "淲"^^xsd:string .

<http://lexvo.org/id/char/6DF3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B7%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%BAn>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%BAn%20zh%C5%ABn%20zh%C7%94n>,
        <http://lexvo.org/id/term/kor/%E6%B7%B3>,
        <http://lexvo.org/id/term/kor/SWUN>,
        <http://lexvo.org/id/term/vie/choang>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/seon4>,
        <http://lexvo.org/id/term/yue/%E6%B7%B3>,
        "淳"^^xsd:string ;
    rdfs:comment "honest, simple, unsophisticated; cyanogen; ethane dinitrile"@en .

<http://lexvo.org/id/char/6DF4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B7%B4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C5%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C3%A0%20h%C5%AB>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fat1>,
        <http://lexvo.org/id/term/yue/%E6%B7%B4>,
        "淴"^^xsd:string .

<http://lexvo.org/id/char/6DF5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B7%B5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/yu%C4%81n>,
        <http://lexvo.org/id/term/kor/%E6%B7%B5>,
        <http://lexvo.org/id/term/kor/YEN>,
        <http://lexvo.org/id/term/vie/uy%C3%AAn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jyun1>,
        <http://lexvo.org/id/term/yue/%E6%B7%B5>,
        "淵"^^xsd:string ;
    rdfs:comment "gulf, abyss, deep"@en .

<http://lexvo.org/id/char/6DF6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B7%B6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%A1i>,
        <http://lexvo.org/id/term/kor/%E6%B7%B6>,
        <http://lexvo.org/id/term/kor/LAY>,
        <http://lexvo.org/id/term/vie/lai>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/loi4>,
        <http://lexvo.org/id/term/yue/%E6%B7%B6>,
        "淶"^^xsd:string ;
    rdfs:comment "river in Hebei province; creek"@en .

<http://lexvo.org/id/char/6DF7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B7%B7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%B9n%20h%C7%94n%20h%C3%BAn%20g%C7%94n%20k%C5%ABn>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%BAn%200508.020%3Ah%C3%B9n>,
        <http://lexvo.org/id/term/kor/%E6%B7%B7>,
        <http://lexvo.org/id/term/kor/HON%20KON>,
        <http://lexvo.org/id/term/vie/h%E1%BB%95n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wan6>,
        <http://lexvo.org/id/term/yue/%E6%B7%B7>,
        "混"^^xsd:string ;
    rdfs:comment "to mix, blend, mingle; to bumble along"@en .

<http://lexvo.org/id/char/6DF8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B7%B8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C4%ABng>,
        <http://lexvo.org/id/term/kor/%E6%B7%B8>,
        <http://lexvo.org/id/term/kor/CHENG>,
        "淸"^^xsd:string ;
    rdfs:comment "clear"@en .

<http://lexvo.org/id/char/6DF9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B7%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C4%81n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C4%81n%20y%C7%8En>,
        <http://lexvo.org/id/term/kor/%E6%B7%B9>,
        <http://lexvo.org/id/term/kor/EM>,
        <http://lexvo.org/id/term/vie/%C3%AAm>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jim1>,
        <http://lexvo.org/id/term/yue/%E6%B7%B9>,
        "淹"^^xsd:string ;
    rdfs:comment "drown; cover with liquid, steep"@en .

<http://lexvo.org/id/char/6DFA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B7%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C4%81n%200914.061%3Aqi%C7%8En>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C7%8En%20ji%C4%81n%20ji%C3%A0n%20c%C3%A1n%20z%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E6%B7%BA>,
        <http://lexvo.org/id/term/kor/CHEN>,
        <http://lexvo.org/id/term/vie/thi%E1%BB%83n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cin2>,
        <http://lexvo.org/id/term/yue/%E6%B7%BA>,
        "淺"^^xsd:string ;
    rdfs:comment "shallow, not deep; superficial"@en .

<http://lexvo.org/id/char/6DFB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B7%BB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ti%C4%81n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ti%C4%81n%20ti%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E6%B7%BB>,
        <http://lexvo.org/id/term/kor/CHEM>,
        <http://lexvo.org/id/term/vie/thi%C3%AAm%20th%C3%AAm>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tim1>,
        <http://lexvo.org/id/term/yue/%E6%B7%BB>,
        "添"^^xsd:string ;
    rdfs:comment "append, add to; increase"@en .

<http://lexvo.org/id/char/6DFC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B7%BC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/mi%C7%8Eo>,
        <http://lexvo.org/id/term/kor/%E6%B7%BC>,
        <http://lexvo.org/id/term/kor/MYO>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/miu5>,
        <http://lexvo.org/id/term/yue/%E6%B7%BC>,
        "淼"^^xsd:string ;
    rdfs:comment "a wide expanse of water"@en .

<http://lexvo.org/id/char/6DFD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B7%BD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C7%90>,
        "淽"^^xsd:string .

<http://lexvo.org/id/char/6DFE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B7%BE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%90n>,
        "淾"^^xsd:string .

<http://lexvo.org/id/char/6DFF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B7%BF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%AC>,
        "淿"^^xsd:string .

<http://lexvo.org/id/char/6E00> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B8%80>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C4%93n>,
        "渀"^^xsd:string .

<http://lexvo.org/id/char/6E01> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B8%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/yu%C4%81n>,
        "渁"^^xsd:string .

<http://lexvo.org/id/char/6E02> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B8%82>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C3%A8n>,
        "渂"^^xsd:string .

<http://lexvo.org/id/char/6E03> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B8%83>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/r%C3%A8%20ru%C3%B2>,
        <http://lexvo.org/id/term/vie/n%C6%B0%E1%BB%9Bc>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/je6%20joek6>,
        <http://lexvo.org/id/term/yue/%E6%B8%83>,
        "渃"^^xsd:string .

<http://lexvo.org/id/char/6E04> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B8%84>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C4%93i>,
        "渄"^^xsd:string .

<http://lexvo.org/id/char/6E05> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B8%85>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C4%ABng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C4%ABng%20q%C3%ACng>,
        <http://lexvo.org/id/term/kor/%E6%B8%85>,
        <http://lexvo.org/id/term/kor/CHENG>,
        <http://lexvo.org/id/term/vie/thanh>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ceng1%20cing1>,
        <http://lexvo.org/id/term/yue/%E6%B8%85>,
        "清"^^xsd:string ;
    rdfs:comment "clear, pure, clean; peaceful"@en .

<http://lexvo.org/id/char/6E06> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B8%86>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/yu%C4%81n>,
        "渆"^^xsd:string .

<http://lexvo.org/id/char/6E07> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B8%87>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C4%9B>,
        <http://lexvo.org/id/term/kor/%E6%B8%87>,
        <http://lexvo.org/id/term/kor/KAL%20KEL>,
        "渇"^^xsd:string ;
    rdfs:comment "thirsty"@en .

<http://lexvo.org/id/char/6E08> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B8%88>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%AC>,
        <http://lexvo.org/id/term/kor/%E6%B8%88>,
        <http://lexvo.org/id/term/kor/CEY>,
        "済"^^xsd:string ;
    rdfs:comment "help, aid, relieve; ferry, cross"@en .

<http://lexvo.org/id/char/6E09> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B8%89>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%A8%20di%C3%A9>,
        <http://lexvo.org/id/term/kor/%E6%B8%89>,
        <http://lexvo.org/id/term/kor/SEP>,
        "渉"^^xsd:string ;
    rdfs:comment "ford stream"@en .

<http://lexvo.org/id/char/6E0A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B8%8A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/yu%C4%81n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jyun1>,
        <http://lexvo.org/id/term/yue/%E6%B8%8A>,
        "渊"^^xsd:string ;
    rdfs:comment "surge up, bubble up, gush forth"@en .

<http://lexvo.org/id/char/6E0B> a lvont:Character ;
    lvont:represents "渋"^^xsd:string ;
    rdfs:comment "astringent; harsh; uneven, rough"@en .

<http://lexvo.org/id/char/6E0C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B8%8C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%B9>,
        <http://lexvo.org/id/term/kor/%E6%B8%8C>,
        <http://lexvo.org/id/term/kor/LOK>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/luk6>,
        <http://lexvo.org/id/term/yue/%E6%B8%8C>,
        "渌"^^xsd:string ;
    rdfs:comment "strain"@en .

<http://lexvo.org/id/char/6E0D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B8%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zi3>,
        <http://lexvo.org/id/term/yue/%E6%B8%8D>,
        "渍"^^xsd:string ;
    rdfs:comment "soak, steep; dye; stains; sodden"@en .

<http://lexvo.org/id/char/6E0E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B8%8E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%BA%20d%C3%B2u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/duk6>,
        <http://lexvo.org/id/term/yue/%E6%B8%8E>,
        "渎"^^xsd:string ;
    rdfs:comment "ditch, sluice, gutter, drain"@en .

<http://lexvo.org/id/char/6E0F> a lvont:Character ;
    lvont:represents "渏"^^xsd:string .

<http://lexvo.org/id/char/6E10> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B8%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%A0n%20ji%C4%81n%20ch%C3%A1n%20qi%C3%A1n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C4%81n%200555.050%3Aji%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zim1%20zim6>,
        <http://lexvo.org/id/term/yue/%E6%B8%90>,
        "渐"^^xsd:string ;
    rdfs:comment "gradually"@en .

<http://lexvo.org/id/char/6E11> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B8%91>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C7%90n%20mi%C7%8En%20sh%C3%A9ng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/mi%C7%8En%201029.010%3Ash%C3%A9ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/man5%20sing4>,
        <http://lexvo.org/id/term/yue/%E6%B8%91>,
        "渑"^^xsd:string ;
    rdfs:comment "name of a river in Shandong"@en .

<http://lexvo.org/id/char/6E12> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B8%92>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%AC>,
        "渒"^^xsd:string .

<http://lexvo.org/id/char/6E13> a lvont:Character ;
    lvont:represents "渓"^^xsd:string ;
    rdfs:comment "mountain stream, creek"@en .

<http://lexvo.org/id/char/6E14> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B8%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%BA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jyu4>,
        <http://lexvo.org/id/term/yue/%E6%B8%94>,
        "渔"^^xsd:string ;
    rdfs:comment "to fish; seize; pursue; surname"@en .

<http://lexvo.org/id/char/6E15> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B8%95>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/yu%C4%81n>,
        "渕"^^xsd:string ;
    rdfs:comment "surge up, bubble up, gush forth"@en .

<http://lexvo.org/id/char/6E16> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B8%96>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C4%9Bn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sam2>,
        <http://lexvo.org/id/term/yue/%E6%B8%96>,
        "渖"^^xsd:string ;
    rdfs:comment "juice; liquid; water; to leak, pour"@en .

<http://lexvo.org/id/char/6E17> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B8%97>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%A8n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%A8n%20q%C4%ABn>,
        <http://lexvo.org/id/term/kor/%E6%B8%97>,
        <http://lexvo.org/id/term/kor/CHAM>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sam3>,
        <http://lexvo.org/id/term/yue/%E6%B8%97>,
        "渗"^^xsd:string ;
    rdfs:comment "soak through, infiltrate"@en .

<http://lexvo.org/id/char/6E18> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B8%98>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/r%C3%B3u>,
        "渘"^^xsd:string .

<http://lexvo.org/id/char/6E19> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B8%99>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%A0n%20hu%C3%AC>,
        <http://lexvo.org/id/term/kor/%E6%B8%99>,
        <http://lexvo.org/id/term/kor/HWAN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wun6>,
        <http://lexvo.org/id/term/yue/%E6%B8%99>,
        "渙"^^xsd:string ;
    rdfs:comment "scatter; scattered, dispersed"@en .

<http://lexvo.org/id/char/6E1A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B8%9A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C7%94>,
        <http://lexvo.org/id/term/kor/%E6%B8%9A>,
        <http://lexvo.org/id/term/kor/CE>,
        <http://lexvo.org/id/term/vie/ch%C3%A3>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zyu2>,
        <http://lexvo.org/id/term/yue/%E6%B8%9A>,
        "渚"^^xsd:string ;
    rdfs:comment "small sand bank, islet"@en .

<http://lexvo.org/id/char/6E1B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B8%9B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C7%8En>,
        <http://lexvo.org/id/term/kor/%E6%B8%9B>,
        <http://lexvo.org/id/term/kor/KAM>,
        <http://lexvo.org/id/term/vie/gi%E1%BA%A3m>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gaam2>,
        <http://lexvo.org/id/term/yue/%E6%B8%9B>,
        "減"^^xsd:string ;
    rdfs:comment "decrease, subtract, diminish"@en .

<http://lexvo.org/id/char/6E1C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B8%9C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/nu%C7%8En>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/nyun5>,
        <http://lexvo.org/id/term/yue/%E6%B8%9C>,
        "渜"^^xsd:string .

<http://lexvo.org/id/char/6E1D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B8%9D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%BA>,
        <http://lexvo.org/id/term/kor/%E6%B8%9D>,
        <http://lexvo.org/id/term/kor/THWU>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jyu4>,
        <http://lexvo.org/id/term/yue/%E6%B8%9D>,
        "渝"^^xsd:string ;
    rdfs:comment "change; chongqing"@en .

<http://lexvo.org/id/char/6E1E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B8%9E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C3%BA>,
        "渞"^^xsd:string .

<http://lexvo.org/id/char/6E1F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B8%9F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%ADng>,
        <http://lexvo.org/id/term/kor/%E6%B8%9F>,
        <http://lexvo.org/id/term/kor/CENG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ting4>,
        <http://lexvo.org/id/term/yue/%E6%B8%9F>,
        "渟"^^xsd:string ;
    rdfs:comment "(of water) not flowing; clear"@en .

<http://lexvo.org/id/char/6E20> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B8%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C3%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C3%BA%20j%C3%B9>,
        <http://lexvo.org/id/term/kor/%E6%B8%A0>,
        <http://lexvo.org/id/term/kor/KE>,
        <http://lexvo.org/id/term/vie/c%E1%BB%AB>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/keoi4>,
        <http://lexvo.org/id/term/yue/%E6%B8%A0>,
        "渠"^^xsd:string ;
    rdfs:comment "ditch, canal, channel, gutter"@en .

<http://lexvo.org/id/char/6E21> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B8%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%B9>,
        <http://lexvo.org/id/term/kor/%E6%B8%A1>,
        <http://lexvo.org/id/term/kor/TO>,
        <http://lexvo.org/id/term/vie/%C4%91%C3%B2>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dou6>,
        <http://lexvo.org/id/term/yue/%E6%B8%A1>,
        "渡"^^xsd:string ;
    rdfs:comment "cross, ferry over; ferry"@en .

<http://lexvo.org/id/char/6E22> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B8%A2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%A9ng%20f%C4%93ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fung1>,
        <http://lexvo.org/id/term/yue/%E6%B8%A2>,
        "渢"^^xsd:string ;
    rdfs:comment "pleasant sound"@en .

<http://lexvo.org/id/char/6E23> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B8%A3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C4%81>,
        <http://lexvo.org/id/term/kor/%E6%B8%A3>,
        <http://lexvo.org/id/term/kor/SA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zaa1>,
        <http://lexvo.org/id/term/yue/%E6%B8%A3>,
        "渣"^^xsd:string ;
    rdfs:comment "refuse, dregs, lees, sediment"@en .

<http://lexvo.org/id/char/6E24> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B8%A4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%B3>,
        <http://lexvo.org/id/term/kor/%E6%B8%A4>,
        <http://lexvo.org/id/term/kor/PAL>,
        <http://lexvo.org/id/term/vie/b%E1%BB%8Dt>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/but6>,
        <http://lexvo.org/id/term/yue/%E6%B8%A4>,
        "渤"^^xsd:string ;
    rdfs:comment "swelling; the Gulf of Hopei (Hebei)"@en .

<http://lexvo.org/id/char/6E25> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B8%A5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C3%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C3%B2%20%C3%B2u%20w%C5%AB>,
        <http://lexvo.org/id/term/kor/%E6%B8%A5>,
        <http://lexvo.org/id/term/kor/AK>,
        <http://lexvo.org/id/term/vie/%E1%BB%91c>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ak1>,
        <http://lexvo.org/id/term/yue/%E6%B8%A5>,
        "渥"^^xsd:string ;
    rdfs:comment "moisten, soak; great, deep; dye; to enrich"@en .

<http://lexvo.org/id/char/6E26> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B8%A6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/gu%C5%8D%201208.161%3Aw%C5%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C5%8D%20gu%C5%8D>,
        <http://lexvo.org/id/term/kor/%E6%B8%A6>,
        <http://lexvo.org/id/term/kor/WA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gwo1%20wo1>,
        <http://lexvo.org/id/term/yue/%E6%B8%A6>,
        "渦"^^xsd:string ;
    rdfs:comment "swirl, whirlpool, eddy"@en .

<http://lexvo.org/id/char/6E27> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B8%A7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dai3>,
        <http://lexvo.org/id/term/yue/%E6%B8%A7>,
        "渧"^^xsd:string ;
    rdfs:comment "to drop, as liquids; a drop"@en .

<http://lexvo.org/id/char/6E28> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B8%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C4%93i%20w%C4%9Bi>,
        <http://lexvo.org/id/term/kor/%E6%B8%A8>,
        <http://lexvo.org/id/term/kor/OY>,
        <http://lexvo.org/id/term/vie/ho%C3%A1y>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wui1>,
        <http://lexvo.org/id/term/yue/%E6%B8%A8>,
        "渨"^^xsd:string ;
    rdfs:comment "a cove, a bay; a bend or nook in the hills; the curve of a bow"@en .

<http://lexvo.org/id/char/6E29> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B8%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C4%93n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C4%93n%20y%C3%B9n>,
        <http://lexvo.org/id/term/kor/%E6%B8%A9>,
        <http://lexvo.org/id/term/kor/ON>,
        <http://lexvo.org/id/term/vie/%E1%BB%93n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wan1>,
        <http://lexvo.org/id/term/yue/%E6%B8%A9>,
        "温"^^xsd:string ;
    rdfs:comment "lukewarm"@en .

<http://lexvo.org/id/char/6E2A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B8%AA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/r%C3%BA>,
        "渪"^^xsd:string .

<http://lexvo.org/id/char/6E2B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B8%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A8%20di%C3%A9%20zh%C3%A1%20y%C3%AC%20qi%C3%A8>,
        <http://lexvo.org/id/term/kor/%E6%B8%AB>,
        <http://lexvo.org/id/term/kor/SEL%20CEP>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sit3>,
        <http://lexvo.org/id/term/yue/%E6%B8%AB>,
        "渫"^^xsd:string ;
    rdfs:comment "beating of ocean; surging of wate"@en .

<http://lexvo.org/id/char/6E2C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B8%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C3%A8>,
        <http://lexvo.org/id/term/kor/%E6%B8%AC>,
        <http://lexvo.org/id/term/kor/CHUK>,
        <http://lexvo.org/id/term/vie/tr%E1%BA%AFc>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/caak1%20cak1>,
        <http://lexvo.org/id/term/yue/%E6%B8%AC>,
        "測"^^xsd:string ;
    rdfs:comment "measure, estimate, conjecture"@en .

<http://lexvo.org/id/char/6E2D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B8%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C3%A8i>,
        <http://lexvo.org/id/term/kor/%E6%B8%AD>,
        <http://lexvo.org/id/term/kor/WI>,
        <http://lexvo.org/id/term/vie/ngan%20v%C3%A2y>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wai6>,
        <http://lexvo.org/id/term/yue/%E6%B8%AD>,
        "渭"^^xsd:string ;
    rdfs:comment "name of a river in Shanxi"@en .

<http://lexvo.org/id/char/6E2E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B8%AE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C4%93>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/go1>,
        <http://lexvo.org/id/term/yue/%E6%B8%AE>,
        "渮"^^xsd:string ;
    rdfs:comment "river in Shandong province"@en .

<http://lexvo.org/id/char/6E2F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B8%AF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C7%8Eng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C7%8Eng%20h%C3%B2ng>,
        <http://lexvo.org/id/term/kor/%E6%B8%AF>,
        <http://lexvo.org/id/term/kor/HANG>,
        <http://lexvo.org/id/term/vie/c%E1%BA%A3ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gong2>,
        <http://lexvo.org/id/term/yue/%E6%B8%AF>,
        "港"^^xsd:string ;
    rdfs:comment "port, harbor; small stream; bay"@en .

<http://lexvo.org/id/char/6E30> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B8%B0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%8En%20y%C4%81n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jim1%20jim2>,
        <http://lexvo.org/id/term/yue/%E6%B8%B0>,
        "渰"^^xsd:string ;
    rdfs:comment "(of cloud) forming or rising"@en .

<http://lexvo.org/id/char/6E31> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B8%B1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%B3ng>,
        "渱"^^xsd:string .

<http://lexvo.org/id/char/6E32> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B8%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xu%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E6%B8%B2>,
        <http://lexvo.org/id/term/kor/SEN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hyun1%20syun3>,
        <http://lexvo.org/id/term/yue/%E6%B8%B2>,
        "渲"^^xsd:string ;
    rdfs:comment "add repeated washes of color"@en .

<http://lexvo.org/id/char/6E33> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B8%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C7%90%20%C4%9Br>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mai5>,
        <http://lexvo.org/id/term/yue/%E6%B8%B3>,
        "渳"^^xsd:string .

<http://lexvo.org/id/char/6E34> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B8%B4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C4%9B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C4%9B%20h%C3%A9%20ji%C3%A9%20k%C3%A0i>,
        <http://lexvo.org/id/term/kor/%E6%B8%B4>,
        <http://lexvo.org/id/term/kor/KAL%20KEL>,
        <http://lexvo.org/id/term/vie/kh%C3%A1t>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hot3>,
        <http://lexvo.org/id/term/yue/%E6%B8%B4>,
        "渴"^^xsd:string ;
    rdfs:comment "thirsty, parched; yearn, pine"@en .

<http://lexvo.org/id/char/6E35> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B8%B5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A1o>,
        "渵"^^xsd:string .

<http://lexvo.org/id/char/6E36> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B8%B6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C4%ABng>,
        <http://lexvo.org/id/term/kor/%E6%B8%B6>,
        <http://lexvo.org/id/term/kor/YENG>,
        "渶"^^xsd:string .

<http://lexvo.org/id/char/6E37> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B8%B7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%8En>,
        <http://lexvo.org/id/term/kor/%E6%B8%B7>,
        <http://lexvo.org/id/term/kor/YEN>,
        "渷"^^xsd:string .

<http://lexvo.org/id/char/6E38> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B8%B8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%B3u>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%B3u%20li%C3%BA>,
        <http://lexvo.org/id/term/kor/%E6%B8%B8>,
        <http://lexvo.org/id/term/kor/YU>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jau4>,
        <http://lexvo.org/id/term/yue/%E6%B8%B8>,
        "游"^^xsd:string ;
    rdfs:comment "to swim; float, drift; wander, roam"@en .

<http://lexvo.org/id/char/6E39> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B8%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C5%8Dng%20q%C3%ACng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gwang1>,
        <http://lexvo.org/id/term/yue/%E6%B8%B9>,
        "渹"^^xsd:string ;
    rdfs:comment "roar, crash"@en .

<http://lexvo.org/id/char/6E3A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B8%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/mi%C7%8Eo>,
        <http://lexvo.org/id/term/kor/%E6%B8%BA>,
        <http://lexvo.org/id/term/kor/MYO>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/miu5>,
        <http://lexvo.org/id/term/yue/%E6%B8%BA>,
        "渺"^^xsd:string ;
    rdfs:comment "endlessly long, boundless, vast"@en .

<http://lexvo.org/id/char/6E3B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B8%BB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C7%90ng%20sh%C3%A8ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/saang2%20sing2>,
        <http://lexvo.org/id/term/yue/%E6%B8%BB>,
        "渻"^^xsd:string .

<http://lexvo.org/id/char/6E3C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B8%BC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C4%9Bi>,
        <http://lexvo.org/id/term/kor/%E6%B8%BC>,
        <http://lexvo.org/id/term/kor/MI>,
        <http://lexvo.org/id/term/vie/m%E1%BA%BB>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mei5>,
        <http://lexvo.org/id/term/yue/%E6%B8%BC>,
        "渼"^^xsd:string ;
    rdfs:comment "ripples"@en .

<http://lexvo.org/id/char/6E3D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B8%BD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C4%81i>,
        <http://lexvo.org/id/term/kor/%E6%B8%BD>,
        <http://lexvo.org/id/term/kor/CAY>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zoi1>,
        <http://lexvo.org/id/term/yue/%E6%B8%BD>,
        "渽"^^xsd:string .

<http://lexvo.org/id/char/6E3E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B8%BE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%BAn%20h%C3%B9n%20g%C7%94n>,
        <http://lexvo.org/id/term/kor/%E6%B8%BE>,
        <http://lexvo.org/id/term/kor/HON>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wan4%20wan6>,
        <http://lexvo.org/id/term/yue/%E6%B8%BE>,
        "渾"^^xsd:string ;
    rdfs:comment "muddy, turbid; blend, merge, mix"@en .

<http://lexvo.org/id/char/6E3F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B8%BF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C3%A0i>,
        "渿"^^xsd:string .

<http://lexvo.org/id/char/6E40> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B9%80>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ku%C3%AD>,
        "湀"^^xsd:string .

<http://lexvo.org/id/char/6E41> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B9%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%AD>,
        "湁"^^xsd:string .

<http://lexvo.org/id/char/6E42> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C3%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B9%82>,
        "湂"^^xsd:string .

<http://lexvo.org/id/char/6E43> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B9%83>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%A0i>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%A0i%20b%C3%A1>,
        <http://lexvo.org/id/term/kor/%E6%B9%83>,
        <http://lexvo.org/id/term/kor/PAY>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/baai3%20paai3>,
        <http://lexvo.org/id/term/yue/%E6%B9%83>,
        "湃"^^xsd:string ;
    rdfs:comment "sound of waves; turbulent"@en .

<http://lexvo.org/id/char/6E44> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B9%84>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A9i>,
        <http://lexvo.org/id/term/kor/%E6%B9%84>,
        <http://lexvo.org/id/term/kor/MI>,
        <http://lexvo.org/id/term/vie/m%C6%B0a>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mei4>,
        <http://lexvo.org/id/term/yue/%E6%B9%84>,
        "湄"^^xsd:string ;
    rdfs:comment "water's edge, shore, bank"@en .

<http://lexvo.org/id/char/6E45> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B9%85>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E6%B9%85>,
        <http://lexvo.org/id/term/kor/LYEN>,
        <http://lexvo.org/id/term/vie/r%E1%BB%8Bn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lin6>,
        <http://lexvo.org/id/term/yue/%E6%B9%85>,
        "湅"^^xsd:string ;
    rdfs:comment "boil silk"@en .

<http://lexvo.org/id/char/6E46> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B9%86>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C3%AC>,
        <http://lexvo.org/id/term/vie/%C3%B9m>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jap1%20nap6>,
        <http://lexvo.org/id/term/yue/%E6%B9%86>,
        "湆"^^xsd:string ;
    rdfs:comment "(Cant.) sticky, not smooth, slow"@en .

<http://lexvo.org/id/char/6E47> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B9%87>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jap1>,
        <http://lexvo.org/id/term/yue/%E6%B9%87>,
        "湇"^^xsd:string .

<http://lexvo.org/id/char/6E48> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B9%88>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A9i>,
        <http://lexvo.org/id/term/vie/s%C3%B3i%20m%E1%BB%A7>,
        "湈"^^xsd:string .

<http://lexvo.org/id/char/6E49> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B9%89>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ti%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tim4>,
        <http://lexvo.org/id/term/yue/%E6%B9%89>,
        "湉"^^xsd:string .

<http://lexvo.org/id/char/6E4A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B9%8A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C3%B2u>,
        <http://lexvo.org/id/term/kor/%E6%B9%8A>,
        <http://lexvo.org/id/term/kor/CWU>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cau3>,
        <http://lexvo.org/id/term/yue/%E6%B9%8A>,
        "湊"^^xsd:string ;
    rdfs:comment "piece together, assemble"@en .

<http://lexvo.org/id/char/6E4B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B9%8B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C3%A9i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wai4%20wai5>,
        <http://lexvo.org/id/term/yue/%E6%B9%8B>,
        "湋"^^xsd:string ;
    rdfs:comment "river in Shanxi province"@en .

<http://lexvo.org/id/char/6E4C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B9%8C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C4%81n>,
        "湌"^^xsd:string .

<http://lexvo.org/id/char/6E4D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B9%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/tu%C4%81n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/tu%C4%81n%20zhu%C4%81n>,
        <http://lexvo.org/id/term/kor/%E6%B9%8D>,
        <http://lexvo.org/id/term/kor/TAN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/teon1>,
        <http://lexvo.org/id/term/yue/%E6%B9%8D>,
        "湍"^^xsd:string ;
    rdfs:comment "rapid water current, rapids"@en .

<http://lexvo.org/id/char/6E4E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B9%8E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/mi%C7%8En>,
        <http://lexvo.org/id/term/kor/%E6%B9%8E>,
        <http://lexvo.org/id/term/kor/MYEN>,
        <http://lexvo.org/id/term/vie/gi%E1%BB%9Dn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/min5>,
        <http://lexvo.org/id/term/yue/%E6%B9%8E>,
        "湎"^^xsd:string ;
    rdfs:comment "flushed with drink, drunk"@en .

<http://lexvo.org/id/char/6E4F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B9%8F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%AC>,
        "湏"^^xsd:string ;
    rdfs:comment "wash face; erroneously borrowed for DKW 43352 'necessary, must'"@en .

<http://lexvo.org/id/char/6E50> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B9%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%B2>,
        "湐"^^xsd:string .

<http://lexvo.org/id/char/6E51> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B9%91>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C5%AB%201302.040%3Ax%C7%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C7%94%20x%C5%AB>,
        <http://lexvo.org/id/term/kor/%E6%B9%91>,
        <http://lexvo.org/id/term/kor/SE>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/seoi1%20seoi2>,
        <http://lexvo.org/id/term/yue/%E6%B9%91>,
        "湑"^^xsd:string ;
    rdfs:comment "to strain spirits; river in Guangxi; abundant; bright"@en .

<http://lexvo.org/id/char/6E52> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B9%92>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%AD>,
        "湒"^^xsd:string .

<http://lexvo.org/id/char/6E53> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B9%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%A9n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%A9n%20p%C3%A8n>,
        <http://lexvo.org/id/term/kor/%E6%B9%93>,
        <http://lexvo.org/id/term/kor/PWUN>,
        <http://lexvo.org/id/term/vie/b%C3%B9n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/pun4>,
        <http://lexvo.org/id/term/yue/%E6%B9%93>,
        "湓"^^xsd:string ;
    rdfs:comment "an affluent of the River Yangtze near Kiukiang"@en .

<http://lexvo.org/id/char/6E54> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B9%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C4%81n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C4%81n%20ji%C3%A0n%20z%C3%A0n%20zh%C7%8En>,
        <http://lexvo.org/id/term/kor/%E6%B9%94>,
        <http://lexvo.org/id/term/kor/CEN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zin1>,
        <http://lexvo.org/id/term/yue/%E6%B9%94>,
        "湔"^^xsd:string ;
    rdfs:comment "wash, cleanse; purge"@en .

<http://lexvo.org/id/char/6E55> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B9%95>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C7%8En>,
        "湕"^^xsd:string .

<http://lexvo.org/id/char/6E56> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B9%96>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%BA>,
        <http://lexvo.org/id/term/kor/%E6%B9%96>,
        <http://lexvo.org/id/term/kor/HO>,
        <http://lexvo.org/id/term/vie/h%E1%BB%93>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wu4>,
        <http://lexvo.org/id/term/yue/%E6%B9%96>,
        "湖"^^xsd:string ;
    rdfs:comment "a lake; Hubei, Hunan; bluish-green"@en .

<http://lexvo.org/id/char/6E57> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B9%97>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%A8ng>,
        "湗"^^xsd:string .

<http://lexvo.org/id/char/6E58> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B9%98>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C4%81ng>,
        <http://lexvo.org/id/term/kor/%E6%B9%98>,
        <http://lexvo.org/id/term/kor/SANG>,
        <http://lexvo.org/id/term/vie/t%C6%B0%C6%A1ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/soeng1>,
        <http://lexvo.org/id/term/yue/%E6%B9%98>,
        "湘"^^xsd:string ;
    rdfs:comment "Hunan province"@en .

<http://lexvo.org/id/char/6E59> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B9%99>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%AC>,
        "湙"^^xsd:string .

<http://lexvo.org/id/char/6E5A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B9%9A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%ACn>,
        "湚"^^xsd:string .

<http://lexvo.org/id/char/6E5B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B9%9B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%A0n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%A0n%20ch%C3%A9n%20d%C4%81n%20ji%C4%81n%20t%C3%A1n%20j%C3%ACn>,
        <http://lexvo.org/id/term/kor/%E6%B9%9B>,
        <http://lexvo.org/id/term/kor/TAM%20CHIM>,
        <http://lexvo.org/id/term/vie/%C4%91%E1%BA%ADm>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/daam1%20zaam3>,
        <http://lexvo.org/id/term/yue/%E6%B9%9B>,
        "湛"^^xsd:string ;
    rdfs:comment "deep; profound; clear; tranquil, placid"@en .

<http://lexvo.org/id/char/6E5C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B9%9C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%AD>,
        <http://lexvo.org/id/term/kor/%E6%B9%9C>,
        <http://lexvo.org/id/term/kor/SIK>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sat6%20zik6>,
        <http://lexvo.org/id/term/yue/%E6%B9%9C>,
        "湜"^^xsd:string ;
    rdfs:comment "transparent, clear"@en .

<http://lexvo.org/id/char/6E5D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B9%9D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C4%93>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gaai1>,
        <http://lexvo.org/id/term/yue/%E6%B9%9D>,
        "湝"^^xsd:string ;
    rdfs:comment "flow"@en .

<http://lexvo.org/id/char/6E5E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B9%9E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%A9ng%20zh%C4%93n%20ch%C4%93ng>,
        <http://lexvo.org/id/term/kor/%E6%B9%9E>,
        <http://lexvo.org/id/term/kor/CENG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zing1>,
        <http://lexvo.org/id/term/yue/%E6%B9%9E>,
        "湞"^^xsd:string ;
    rdfs:comment "river in Guangdong province"@en .

<http://lexvo.org/id/char/6E5F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B9%9F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%A1ng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%A1ng%20ku%C3%A0ng>,
        <http://lexvo.org/id/term/kor/%E6%B9%9F>,
        <http://lexvo.org/id/term/kor/HWANG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wong4>,
        <http://lexvo.org/id/term/yue/%E6%B9%9F>,
        "湟"^^xsd:string ;
    rdfs:comment "river in qinghai province"@en .

<http://lexvo.org/id/char/6E60> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B9%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%A0n>,
        "湠"^^xsd:string .

<http://lexvo.org/id/char/6E61> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B9%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%BA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jyu4>,
        <http://lexvo.org/id/term/yue/%E6%B9%A1>,
        "湡"^^xsd:string .

<http://lexvo.org/id/char/6E62> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B9%A2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bik1>,
        <http://lexvo.org/id/term/yue/%E6%B9%A2>,
        "湢"^^xsd:string ;
    rdfs:comment "bathroom; neat; orderly"@en .

<http://lexvo.org/id/char/6E63> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B9%A3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C7%90n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C7%90n%20h%C5%ABn>,
        <http://lexvo.org/id/term/kor/%E6%B9%A3>,
        <http://lexvo.org/id/term/kor/MIN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/man5>,
        <http://lexvo.org/id/term/yue/%E6%B9%A3>,
        "湣"^^xsd:string ;
    rdfs:comment "mixed, confused; pity"@en .

<http://lexvo.org/id/char/6E64> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B9%A4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C4%AB>,
        "湤"^^xsd:string .

<http://lexvo.org/id/char/6E65> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B9%A5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%BA>,
        <http://lexvo.org/id/term/vie/d%E1%BB%99t>,
        "湥"^^xsd:string .

<http://lexvo.org/id/char/6E66> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B9%A6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C4%93ng>,
        "湦"^^xsd:string .

<http://lexvo.org/id/char/6E67> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B9%A7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%92ng>,
        <http://lexvo.org/id/term/kor/%E6%B9%A7>,
        <http://lexvo.org/id/term/kor/YONG>,
        <http://lexvo.org/id/term/vie/r%E1%BB%A5ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jung2>,
        <http://lexvo.org/id/term/yue/%E6%B9%A7>,
        "湧"^^xsd:string ;
    rdfs:comment "well up; gush forth; rise"@en .

<http://lexvo.org/id/char/6E68> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B9%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C3%B9%20j%C3%BA>,
        <http://lexvo.org/id/term/vie/x%E1%BB%91>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gwik1%20gwik6>,
        <http://lexvo.org/id/term/yue/%E6%B9%A8>,
        "湨"^^xsd:string .

<http://lexvo.org/id/char/6E69> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B9%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%B2ng%20d%C3%B2ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dung3%20dung6>,
        <http://lexvo.org/id/term/yue/%E6%B9%A9>,
        "湩"^^xsd:string ;
    rdfs:comment "muddy, turbid; milk"@en .

<http://lexvo.org/id/char/6E6A> a lvont:Character ;
    lvont:represents "湪"^^xsd:string .

<http://lexvo.org/id/char/6E6B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B9%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C7%8Eo%200939.010%3Aqi%C5%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C7%8Eo%20ji%C3%B9%20ji%C5%AB%20qi%C5%AB%20qi%C3%B9>,
        <http://lexvo.org/id/term/kor/%E6%B9%AB>,
        <http://lexvo.org/id/term/kor/CHWU>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zau1%20ziu2>,
        <http://lexvo.org/id/term/yue/%E6%B9%AB>,
        "湫"^^xsd:string ;
    rdfs:comment "a small pond; a damp and narrow place"@en .

<http://lexvo.org/id/char/6E6C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B9%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C7%8Eo>,
        "湬"^^xsd:string .

<http://lexvo.org/id/char/6E6D> a lvont:Character ;
    lvont:represents "湭"^^xsd:string .

<http://lexvo.org/id/char/6E6E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B9%AE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C4%81n%201375.031%3Ay%C4%ABn>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C4%ABn%20y%C4%81n>,
        <http://lexvo.org/id/term/kor/%E6%B9%AE>,
        <http://lexvo.org/id/term/kor/IN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jan1%20jin1>,
        <http://lexvo.org/id/term/yue/%E6%B9%AE>,
        "湮"^^xsd:string ;
    rdfs:comment "bury, sink, block up; stain"@en .

<http://lexvo.org/id/char/6E6F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B9%AF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C4%81ng%201117.011%3At%C4%81ng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C4%81ng%20t%C3%A0ng%20sh%C4%81ng%20y%C3%A1ng>,
        <http://lexvo.org/id/term/kor/%E6%B9%AF>,
        <http://lexvo.org/id/term/kor/THANG%20SANG>,
        <http://lexvo.org/id/term/vie/thang>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/soeng1%20tong1>,
        <http://lexvo.org/id/term/yue/%E6%B9%AF>,
        "湯"^^xsd:string ;
    rdfs:comment "hot water; soup, gravy, broth"@en .

<http://lexvo.org/id/char/6E70> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B9%B0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%B3ng>,
        "湰"^^xsd:string .

<http://lexvo.org/id/char/6E71> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B9%B1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%B2>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/waak6>,
        <http://lexvo.org/id/term/yue/%E6%B9%B1>,
        "湱"^^xsd:string ;
    rdfs:comment "sound of water"@en .

<http://lexvo.org/id/char/6E72> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B9%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/yu%C3%A1n>,
        <http://lexvo.org/id/term/kor/%E6%B9%B2>,
        <http://lexvo.org/id/term/kor/WEN%20HWAN>,
        <http://lexvo.org/id/term/vie/b%E1%BB%A3n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jyun4%20wun4>,
        <http://lexvo.org/id/term/yue/%E6%B9%B2>,
        "湲"^^xsd:string ;
    rdfs:comment "flow"@en .

<http://lexvo.org/id/char/6E73> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B9%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C7%8En>,
        <http://lexvo.org/id/term/kor/%E6%B9%B3>,
        <http://lexvo.org/id/term/kor/NAM>,
        <http://lexvo.org/id/term/vie/n%C6%B0%C6%A1m>,
        "湳"^^xsd:string .

<http://lexvo.org/id/char/6E74> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B9%B4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/baan6>,
        <http://lexvo.org/id/term/yue/%E6%B9%B4>,
        "湴"^^xsd:string ;
    rdfs:comment "(Cant.) mud, mire"@en .

<http://lexvo.org/id/char/6E75> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B9%B5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%92u>,
        "湵"^^xsd:string .

<http://lexvo.org/id/char/6E76> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B9%B6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qu%C3%A1n>,
        "湶"^^xsd:string .

<http://lexvo.org/id/char/6E77> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B9%B7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/chu%C3%AD>,
        "湷"^^xsd:string .

<http://lexvo.org/id/char/6E78> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B9%B8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C3%A0ng>,
        "湸"^^xsd:string .

<http://lexvo.org/id/char/6E79> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B9%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%A1n>,
        "湹"^^xsd:string .

<http://lexvo.org/id/char/6E7A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B9%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A1n>,
        <http://lexvo.org/id/term/kor/%E6%B9%BA>,
        <http://lexvo.org/id/term/kor/PO>,
        "湺"^^xsd:string .

<http://lexvo.org/id/char/6E7B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B9%BB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%BAn%20zh%C5%ABn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/seon4>,
        <http://lexvo.org/id/term/yue/%E6%B9%BB>,
        "湻"^^xsd:string ;
    rdfs:comment "pure, unmixed, genuine; honest"@en .

<http://lexvo.org/id/char/6E7C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B9%BC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ni%C3%A8>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/nip6>,
        <http://lexvo.org/id/term/yue/%E6%B9%BC>,
        "湼"^^xsd:string ;
    rdfs:comment "black mud; slime"@en .

<http://lexvo.org/id/char/6E7D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B9%BD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C4%AB>,
        "湽"^^xsd:string .

<http://lexvo.org/id/char/6E7E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B9%BE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C4%81n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/waan1>,
        <http://lexvo.org/id/term/yue/%E6%B9%BE>,
        "湾"^^xsd:string ;
    rdfs:comment "bay, cove, inlet, bend of stream"@en .

<http://lexvo.org/id/char/6E7F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B9%BF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C4%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C4%AB%20q%C3%AC>,
        <http://lexvo.org/id/term/kor/%E6%B9%BF>,
        <http://lexvo.org/id/term/kor/SUP>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sap1>,
        <http://lexvo.org/id/term/yue/%E6%B9%BF>,
        "湿"^^xsd:string ;
    rdfs:comment "wet, moist, humid, damp; illness"@en .

<http://lexvo.org/id/char/6E80> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%BA%80>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C7%8En>,
        "満"^^xsd:string ;
    rdfs:comment "fullness, enough; pride"@en .

<http://lexvo.org/id/char/6E81> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%BA%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%ADng>,
        <http://lexvo.org/id/term/kor/%E6%BA%81>,
        <http://lexvo.org/id/term/kor/YENG>,
        "溁"^^xsd:string .

<http://lexvo.org/id/char/6E82> a lvont:Character ;
    lvont:represents "溂"^^xsd:string .

<http://lexvo.org/id/char/6E83> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%BA%83>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%AC%200663.100%3Aku%C3%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ku%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kui2>,
        <http://lexvo.org/id/term/yue/%E6%BA%83>,
        "溃"^^xsd:string ;
    rdfs:comment "flooding river; militarily defeat"@en .

<http://lexvo.org/id/char/6E84> a lvont:Character ;
    lvont:represents "溄"^^xsd:string .

<http://lexvo.org/id/char/6E85> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%BA%85>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%A0n%20ji%C4%81n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C4%81n%200555.020%3Aji%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zin1%20zin3>,
        <http://lexvo.org/id/term/yue/%E6%BA%85>,
        "溅"^^xsd:string ;
    rdfs:comment "sprinkle, spray; spill, splash"@en .

<http://lexvo.org/id/char/6E86> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%BA%86>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zeoi6>,
        <http://lexvo.org/id/term/yue/%E6%BA%86>,
        "溆"^^xsd:string ;
    rdfs:comment "river in Hunan"@en .

<http://lexvo.org/id/char/6E87> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%BA%87>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%B3u>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C7%9A%20l%C3%B3u>,
        "溇"^^xsd:string .

<http://lexvo.org/id/char/6E88> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%BA%88>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/gu%C4%AB%20w%C3%A9i>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C3%A9i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gwai1>,
        <http://lexvo.org/id/term/yue/%E6%BA%88>,
        "溈"^^xsd:string ;
    rdfs:comment "name of a river in Shanxi"@en .

<http://lexvo.org/id/char/6E89> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%BA%89>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C3%A0i>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C3%A0i%20xi%C3%A8>,
        <http://lexvo.org/id/term/kor/%E6%BA%89>,
        <http://lexvo.org/id/term/kor/KAY>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/koi3>,
        <http://lexvo.org/id/term/yue/%E6%BA%89>,
        "溉"^^xsd:string ;
    rdfs:comment "water, irrigate, flood; wash"@en .

<http://lexvo.org/id/char/6E8A> a lvont:Character ;
    lvont:represents "溊"^^xsd:string .

<http://lexvo.org/id/char/6E8B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/du%E1%BB%81nh>,
        "溋"^^xsd:string .

<http://lexvo.org/id/char/6E8C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%BA%8C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C5%8D>,
        <http://lexvo.org/id/term/kor/%E6%BA%8C>,
        <http://lexvo.org/id/term/kor/PAL>,
        "溌"^^xsd:string ;
    rdfs:comment "pour, splash, water, sprinkle"@en .

<http://lexvo.org/id/char/6E8D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%BA%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%ACn>,
        "溍"^^xsd:string ;
    rdfs:comment "water"@en .

<http://lexvo.org/id/char/6E8E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%BA%8E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/gu%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gwai3>,
        <http://lexvo.org/id/term/yue/%E6%BA%8E>,
        "溎"^^xsd:string ;
    rdfs:comment "river in Guangxi province"@en .

<http://lexvo.org/id/char/6E8F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%BA%8F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%A1ng>,
        <http://lexvo.org/id/term/kor/%E6%BA%8F>,
        <http://lexvo.org/id/term/kor/TANG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tong4>,
        <http://lexvo.org/id/term/yue/%E6%BA%8F>,
        "溏"^^xsd:string ;
    rdfs:comment "pool; not hardened, semi-soft"@en .

<http://lexvo.org/id/char/6E90> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%BA%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/yu%C3%A1n>,
        <http://lexvo.org/id/term/kor/%E6%BA%90>,
        <http://lexvo.org/id/term/kor/WEN>,
        <http://lexvo.org/id/term/vie/ngu%E1%BB%93n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jyun4>,
        <http://lexvo.org/id/term/yue/%E6%BA%90>,
        "源"^^xsd:string ;
    rdfs:comment "spring; source, head; surname"@en .

<http://lexvo.org/id/char/6E91> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%BA%91>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/su%C7%92>,
        "溑"^^xsd:string .

<http://lexvo.org/id/char/6E92> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%BA%92>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/yu%C3%A1n>,
        "溒"^^xsd:string .

<http://lexvo.org/id/char/6E93> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%BA%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C3%A1n%20ni%C3%A1n%20li%C7%8En>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lim4%20lim5>,
        <http://lexvo.org/id/term/yue/%E6%BA%93>,
        "溓"^^xsd:string .

<http://lexvo.org/id/char/6E94> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%BA%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%8Eo>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jiu5>,
        <http://lexvo.org/id/term/yue/%E6%BA%94>,
        "溔"^^xsd:string .

<http://lexvo.org/id/char/6E95> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%BA%95>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A8ng>,
        <http://lexvo.org/id/term/kor/%E6%BA%95>,
        <http://lexvo.org/id/term/kor/MONG>,
        <http://lexvo.org/id/term/vie/tr%C3%B9ng%20tr%E1%BB%A5ng>,
        "溕"^^xsd:string .

<http://lexvo.org/id/char/6E96> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%BA%96>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C7%94n>,
        <http://lexvo.org/id/term/kor/%E6%BA%96>,
        <http://lexvo.org/id/term/kor/CWUN%20CEL>,
        <http://lexvo.org/id/term/vie/chu%E1%BA%A9n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zeon2>,
        <http://lexvo.org/id/term/yue/%E6%BA%96>,
        "準"^^xsd:string ;
    rdfs:comment "rule, guideline, standard"@en .

<http://lexvo.org/id/char/6E97> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%BA%97>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%A9ng>,
        "溗"^^xsd:string .

<http://lexvo.org/id/char/6E98> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%BA%98>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C3%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C3%A8%20k%C3%A0i>,
        <http://lexvo.org/id/term/kor/%E6%BA%98>,
        <http://lexvo.org/id/term/kor/HAP>,
        <http://lexvo.org/id/term/vie/h%E1%BB%A5p>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hap6>,
        <http://lexvo.org/id/term/yue/%E6%BA%98>,
        "溘"^^xsd:string ;
    rdfs:comment "abruptly, suddenly, unexpectedly"@en .

<http://lexvo.org/id/char/6E99> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%BA%99>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%A0i>,
        "溙"^^xsd:string .

<http://lexvo.org/id/char/6E9A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%BA%9A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C7%8E>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dap6>,
        <http://lexvo.org/id/term/yue/%E6%BA%9A>,
        "溚"^^xsd:string ;
    rdfs:comment "(Cant.) to get wet by rain; to drip"@en .

<http://lexvo.org/id/char/6E9B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%BA%9B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C4%81>,
        "溛"^^xsd:string .

<http://lexvo.org/id/char/6E9C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%BA%9C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C5%AB%200730.020%3Ali%C3%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C5%AB%20li%C3%B9%20li%C3%BA>,
        <http://lexvo.org/id/term/kor/%E6%BA%9C>,
        <http://lexvo.org/id/term/kor/LYU>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lau1%20lau4%20lau6%20liu1>,
        <http://lexvo.org/id/term/yue/%E6%BA%9C>,
        "溜"^^xsd:string ;
    rdfs:comment "slide, glide, slip; slippery"@en .

<http://lexvo.org/id/char/6E9D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%BA%9D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C5%8Du>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C5%8Du%20g%C7%8Eng%20k%C3%B2u>,
        <http://lexvo.org/id/term/kor/%E6%BA%9D>,
        <http://lexvo.org/id/term/kor/KWU>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gau1%20kau1>,
        <http://lexvo.org/id/term/yue/%E6%BA%9D>,
        "溝"^^xsd:string ;
    rdfs:comment "ditch, drain, narrow waterway"@en .

<http://lexvo.org/id/char/6E9E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%BA%9E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C4%81o>,
        "溞"^^xsd:string .

<http://lexvo.org/id/char/6E9F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%BA%9F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%ADng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%ADng%20m%C7%90ng%20m%C3%AC>,
        <http://lexvo.org/id/term/kor/%E6%BA%9F>,
        <http://lexvo.org/id/term/kor/MYENG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ming4>,
        <http://lexvo.org/id/term/yue/%E6%BA%9F>,
        "溟"^^xsd:string ;
    rdfs:comment "drizzling rain; dark, obscure"@en .

<http://lexvo.org/id/char/6EA0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%BA%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%A0%20zh%C4%81>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zaa3>,
        <http://lexvo.org/id/term/yue/%E6%BA%A0>,
        "溠"^^xsd:string ;
    rdfs:comment "river in Hubei province"@en .

<http://lexvo.org/id/char/6EA1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%BA%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%AD>,
        "溡"^^xsd:string .

<http://lexvo.org/id/char/6EA2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%BA%A2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%AC>,
        <http://lexvo.org/id/term/kor/%E6%BA%A2>,
        <http://lexvo.org/id/term/kor/IL>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jat6>,
        <http://lexvo.org/id/term/yue/%E6%BA%A2>,
        "溢"^^xsd:string ;
    rdfs:comment "overflow, brim over; full"@en .

<http://lexvo.org/id/char/6EA3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%BA%A3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%BAn>,
        "溣"^^xsd:string .

<http://lexvo.org/id/char/6EA4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%BA%A4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C7%8E>,
        "溤"^^xsd:string .

<http://lexvo.org/id/char/6EA5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%BA%A5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C7%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C7%94%20f%C5%AB%20b%C3%B9%20b%C3%B3%20p%C3%B2>,
        <http://lexvo.org/id/term/kor/%E6%BA%A5>,
        <http://lexvo.org/id/term/kor/PWU%20PAK>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/pou2>,
        <http://lexvo.org/id/term/yue/%E6%BA%A5>,
        "溥"^^xsd:string ;
    rdfs:comment "big, great, vast, wide; widespread"@en .

<http://lexvo.org/id/char/6EA6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%BA%A6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C3%A9i>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C4%93i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mei4>,
        <http://lexvo.org/id/term/yue/%E6%BA%A6>,
        "溦"^^xsd:string ;
    rdfs:comment "drizzle; (variant) valley; (variant) mold"@en .

<http://lexvo.org/id/char/6EA7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%BA%A7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%AC>,
        <http://lexvo.org/id/term/kor/%E6%BA%A7>,
        <http://lexvo.org/id/term/kor/LYUL>,
        <http://lexvo.org/id/term/vie/r%E1%BB%9Bt>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/leot6>,
        <http://lexvo.org/id/term/yue/%E6%BA%A7>,
        "溧"^^xsd:string ;
    rdfs:comment "river in Anhui and Jiangsu provinces"@en .

<http://lexvo.org/id/char/6EA8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%BA%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C3%A1i>,
        "溨"^^xsd:string .

<http://lexvo.org/id/char/6EA9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%BA%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C3%B9>,
        "溩"^^xsd:string .

<http://lexvo.org/id/char/6EAA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%BA%AA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C4%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C4%AB%20q%C4%AB>,
        <http://lexvo.org/id/term/kor/%E6%BA%AA>,
        <http://lexvo.org/id/term/kor/KYEY>,
        <http://lexvo.org/id/term/vie/khe>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kai1>,
        <http://lexvo.org/id/term/yue/%E6%BA%AA>,
        "溪"^^xsd:string ;
    rdfs:comment "mountain stream, creek"@en .

<http://lexvo.org/id/char/6EAB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%BA%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C4%93n>,
        <http://lexvo.org/id/term/kor/%E6%BA%AB>,
        <http://lexvo.org/id/term/kor/ON>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wan1>,
        <http://lexvo.org/id/term/yue/%E6%BA%AB>,
        "溫"^^xsd:string ;
    rdfs:comment "lukewarm, warm; tepid, mild"@en .

<http://lexvo.org/id/char/6EAC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%BA%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C4%81ng>,
        "溬"^^xsd:string .

<http://lexvo.org/id/char/6EAD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%BA%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C3%A9%20c%C3%A8>,
        "溭"^^xsd:string .

<http://lexvo.org/id/char/6EAE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%BA%AE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C4%AB>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/si1>,
        <http://lexvo.org/id/term/yue/%E6%BA%AE>,
        "溮"^^xsd:string ;
    rdfs:comment "river in Henan province"@en .

<http://lexvo.org/id/char/6EAF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%BA%AF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C3%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C3%B9%20shu%C3%B2>,
        <http://lexvo.org/id/term/kor/%E6%BA%AF>,
        <http://lexvo.org/id/term/kor/SO%20SAK>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sou3>,
        <http://lexvo.org/id/term/yue/%E6%BA%AF>,
        "溯"^^xsd:string ;
    rdfs:comment "go upstream, go against current; formerly"@en .

<http://lexvo.org/id/char/6EB0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%BA%B0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C4%AB>,
        "溰"^^xsd:string .

<http://lexvo.org/id/char/6EB1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%BA%B1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C3%ADn%201466.020%3Azh%C4%93n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C4%93n%20q%C3%ADn>,
        <http://lexvo.org/id/term/kor/%E6%BA%B1>,
        <http://lexvo.org/id/term/kor/CIN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zeon1>,
        <http://lexvo.org/id/term/yue/%E6%BA%B1>,
        "溱"^^xsd:string ;
    rdfs:comment "river in Henan"@en .

<http://lexvo.org/id/char/6EB2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%BA%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C5%8Du>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C5%8Du%20s%C7%92u%20sh%C4%81o>,
        <http://lexvo.org/id/term/kor/%E6%BA%B2>,
        <http://lexvo.org/id/term/kor/SWU>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sau1>,
        <http://lexvo.org/id/term/yue/%E6%BA%B2>,
        "溲"^^xsd:string ;
    rdfs:comment "urinate; soak, drench"@en .

<http://lexvo.org/id/char/6EB3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%BA%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%BAn>,
        <http://lexvo.org/id/term/vie/v%E1%BB%9Dn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wan4>,
        <http://lexvo.org/id/term/yue/%E6%BA%B3>,
        "溳"^^xsd:string .

<http://lexvo.org/id/char/6EB4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%BA%B4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cau3>,
        <http://lexvo.org/id/term/yue/%E6%BA%B4>,
        "溴"^^xsd:string ;
    rdfs:comment "bromine"@en .

<http://lexvo.org/id/char/6EB5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%BA%B5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C4%ABn>,
        <http://lexvo.org/id/term/kor/%E6%BA%B5>,
        <http://lexvo.org/id/term/kor/UN>,
        "溵"^^xsd:string .

<http://lexvo.org/id/char/6EB6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%BA%B6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/r%C3%B3ng>,
        <http://lexvo.org/id/term/kor/%E6%BA%B6>,
        <http://lexvo.org/id/term/kor/YONG>,
        <http://lexvo.org/id/term/vie/r%C3%B2ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jung4>,
        <http://lexvo.org/id/term/yue/%E6%BA%B6>,
        "溶"^^xsd:string ;
    rdfs:comment "to melt, dissolve; overflowing with"@en .

<http://lexvo.org/id/char/6EB7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%BA%B7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%B9n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%B9n%20h%C3%BAn>,
        <http://lexvo.org/id/term/kor/%E6%BA%B7>,
        <http://lexvo.org/id/term/kor/HON>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wan6>,
        <http://lexvo.org/id/term/yue/%E6%BA%B7>,
        "溷"^^xsd:string ;
    rdfs:comment "privy, latrine; turbid, dirty"@en .

<http://lexvo.org/id/char/6EB8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%BA%B8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C3%B9>,
        "溸"^^xsd:string .

<http://lexvo.org/id/char/6EB9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%BA%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C3%B9%20su%C3%B2>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sok3>,
        <http://lexvo.org/id/term/yue/%E6%BA%B9>,
        "溹"^^xsd:string .

<http://lexvo.org/id/char/6EBA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%BA%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C3%AC%200833.071%3Ani%C3%A0o>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C3%AC%20ni%C3%A0o>,
        <http://lexvo.org/id/term/kor/%E6%BA%BA>,
        <http://lexvo.org/id/term/kor/NIK%20NYO>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/nik1%20nik6%20niu6>,
        <http://lexvo.org/id/term/yue/%E6%BA%BA>,
        "溺"^^xsd:string ;
    rdfs:comment "drown; submerge in water; indulge"@en .

<http://lexvo.org/id/char/6EBB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%BA%BB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%A0%20t%C4%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C4%81>,
        "溻"^^xsd:string ;
    rdfs:comment "wet"@en .

<http://lexvo.org/id/char/6EBC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%BA%BC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C4%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C4%AB%20q%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sap1>,
        <http://lexvo.org/id/term/yue/%E6%BA%BC>,
        "溼"^^xsd:string ;
    rdfs:comment "damp, moist; dampness, moisture"@en .

<http://lexvo.org/id/char/6EBD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%BA%BD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/r%C3%B9>,
        <http://lexvo.org/id/term/kor/%E6%BA%BD>,
        <http://lexvo.org/id/term/kor/YOK>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/juk6>,
        <http://lexvo.org/id/term/yue/%E6%BA%BD>,
        "溽"^^xsd:string ;
    rdfs:comment "moist, humid, muggy"@en .

<http://lexvo.org/id/char/6EBE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%BA%BE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C4%93i>,
        "溾"^^xsd:string .

<http://lexvo.org/id/char/6EBF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%BA%BF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%A0n>,
        "溿"^^xsd:string .

<http://lexvo.org/id/char/6EC0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%BB%80>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%B9%201302.100%3Ax%C3%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%B9%20x%C3%B9>,
        <http://lexvo.org/id/term/vie/s%E1%BB%91c>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cuk1>,
        <http://lexvo.org/id/term/yue/%E6%BB%80>,
        "滀"^^xsd:string .

<http://lexvo.org/id/char/6EC1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%BB%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%BA>,
        <http://lexvo.org/id/term/kor/%E6%BB%81>,
        <http://lexvo.org/id/term/kor/CE>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cyu4>,
        <http://lexvo.org/id/term/yue/%E6%BB%81>,
        "滁"^^xsd:string ;
    rdfs:comment "district in Anhui province"@en .

<http://lexvo.org/id/char/6EC2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%BB%82>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C4%81ng>,
        <http://lexvo.org/id/term/kor/%E6%BB%82>,
        <http://lexvo.org/id/term/kor/PANG>,
        <http://lexvo.org/id/term/vie/b%E1%BA%B5ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/pong1%20pong4>,
        <http://lexvo.org/id/term/yue/%E6%BB%82>,
        "滂"^^xsd:string ;
    rdfs:comment "torrential; voluminous"@en .

<http://lexvo.org/id/char/6EC3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%BB%83>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C4%93ng%201208.090%3Aw%C4%9Bng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C4%9Bng%20w%C4%93ng>,
        <http://lexvo.org/id/term/kor/%E6%BB%83>,
        <http://lexvo.org/id/term/kor/ONG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jung2>,
        <http://lexvo.org/id/term/yue/%E6%BB%83>,
        "滃"^^xsd:string ;
    rdfs:comment "swelling, rising, dispersing"@en .

<http://lexvo.org/id/char/6EC4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%BB%84>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C4%81ng>,
        <http://lexvo.org/id/term/kor/%E6%BB%84>,
        <http://lexvo.org/id/term/kor/CHANG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cong1>,
        <http://lexvo.org/id/term/yue/%E6%BB%84>,
        "滄"^^xsd:string ;
    rdfs:comment "blue, dark green; cold"@en .

<http://lexvo.org/id/char/6EC5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%BB%85>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/mi%C3%A8>,
        <http://lexvo.org/id/term/kor/%E6%BB%85>,
        <http://lexvo.org/id/term/kor/MYEL>,
        <http://lexvo.org/id/term/vie/di%E1%BB%87t>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mit6>,
        <http://lexvo.org/id/term/yue/%E6%BB%85>,
        "滅"^^xsd:string ;
    rdfs:comment "extinguish; wipe out, exterminate"@en .

<http://lexvo.org/id/char/6EC6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%BB%86>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C3%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A9%20g%C3%A9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gaak3>,
        <http://lexvo.org/id/term/yue/%E6%BB%86>,
        "滆"^^xsd:string .

<http://lexvo.org/id/char/6EC7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%BB%87>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/di%C4%81n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/di%C4%81n%20ti%C3%A1n%20zh%C4%93n>,
        <http://lexvo.org/id/term/vie/chan>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/din1%20tin4>,
        <http://lexvo.org/id/term/yue/%E6%BB%87>,
        "滇"^^xsd:string ;
    rdfs:comment "Yunnan province"@en .

<http://lexvo.org/id/char/6EC8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%BB%88>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A0o>,
        <http://lexvo.org/id/term/kor/%E6%BB%88>,
        <http://lexvo.org/id/term/kor/HO>,
        <http://lexvo.org/id/term/vie/hao>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hou6>,
        <http://lexvo.org/id/term/yue/%E6%BB%88>,
        "滈"^^xsd:string .

<http://lexvo.org/id/char/6EC9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%BB%89>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%A0ng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C7%8Eng%20hu%C3%A0ng>,
        <http://lexvo.org/id/term/kor/%E6%BB%89>,
        <http://lexvo.org/id/term/kor/HWANG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fong2>,
        <http://lexvo.org/id/term/yue/%E6%BB%89>,
        "滉"^^xsd:string ;
    rdfs:comment "deep"@en .

<http://lexvo.org/id/char/6ECA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%BB%8A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C3%AC>,
        "滊"^^xsd:string ;
    rdfs:comment "a river name; a long rain"@en .

<http://lexvo.org/id/char/6ECB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%BB%8B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C4%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C4%AB%20c%C3%AD>,
        <http://lexvo.org/id/term/kor/%E6%BB%8B>,
        <http://lexvo.org/id/term/kor/CA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zi1>,
        <http://lexvo.org/id/term/yue/%E6%BB%8B>,
        "滋"^^xsd:string ;
    rdfs:comment "grow, multiply, increase; thrive"@en .

<http://lexvo.org/id/char/6ECC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%BB%8C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%AD>,
        <http://lexvo.org/id/term/kor/%E6%BB%8C>,
        <http://lexvo.org/id/term/kor/CHEK>,
        <http://lexvo.org/id/term/vie/s%E1%BA%A1ch>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dik6>,
        <http://lexvo.org/id/term/yue/%E6%BB%8C>,
        "滌"^^xsd:string ;
    rdfs:comment "wash, cleanse, purify; sweep"@en .

<http://lexvo.org/id/char/6ECD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%BB%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C7%90%20zh%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ci5%20zi6>,
        <http://lexvo.org/id/term/yue/%E6%BB%8D>,
        "滍"^^xsd:string .

<http://lexvo.org/id/char/6ECE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%BB%8E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C3%ADng%201387.041%3Ay%C3%ADng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C3%ADng%20y%C4%ABng%20y%C3%ADng>,
        <http://lexvo.org/id/term/kor/%E6%BB%8E>,
        <http://lexvo.org/id/term/kor/HYENG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jing4>,
        <http://lexvo.org/id/term/yue/%E6%BB%8E>,
        "滎"^^xsd:string ;
    rdfs:comment "county in Henan; rising and dashing of waves"@en .

<http://lexvo.org/id/char/6ECF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%BB%8F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C7%94>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fu2>,
        <http://lexvo.org/id/term/yue/%E6%BB%8F>,
        "滏"^^xsd:string .

<http://lexvo.org/id/char/6ED0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%BB%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%A9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/git6>,
        <http://lexvo.org/id/term/yue/%E6%BB%90>,
        "滐"^^xsd:string ;
    rdfs:comment "(Cant.) dense, thick, viscous"@en .

<http://lexvo.org/id/char/6ED1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%BB%91>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%A1%20g%C7%94>,
        <http://lexvo.org/id/term/kor/%E6%BB%91>,
        <http://lexvo.org/id/term/kor/HWAL%20KOL>,
        <http://lexvo.org/id/term/vie/g%E1%BB%99t>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gwat1%20waat6>,
        <http://lexvo.org/id/term/yue/%E6%BB%91>,
        "滑"^^xsd:string ;
    rdfs:comment "slip, slide; slippery, polished"@en .

<http://lexvo.org/id/char/6ED2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%BB%92>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C4%93>,
        "滒"^^xsd:string .

<http://lexvo.org/id/char/6ED3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%BB%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C7%90>,
        <http://lexvo.org/id/term/kor/%E6%BB%93>,
        <http://lexvo.org/id/term/kor/CAY>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zi2>,
        <http://lexvo.org/id/term/yue/%E6%BB%93>,
        "滓"^^xsd:string ;
    rdfs:comment "sediment, lees, dregs"@en .

<http://lexvo.org/id/char/6ED4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%BB%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C4%81o>,
        <http://lexvo.org/id/term/kor/%E6%BB%94>,
        <http://lexvo.org/id/term/kor/TO>,
        <http://lexvo.org/id/term/vie/thao>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tou1>,
        <http://lexvo.org/id/term/yue/%E6%BB%94>,
        "滔"^^xsd:string ;
    rdfs:comment "overflow; rushing water, a torrent"@en .

<http://lexvo.org/id/char/6ED5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%BB%95>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%A9ng>,
        <http://lexvo.org/id/term/kor/%E6%BB%95>,
        <http://lexvo.org/id/term/kor/TUNG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tang4>,
        <http://lexvo.org/id/term/yue/%E6%BB%95>,
        "滕"^^xsd:string ;
    rdfs:comment "an ancient state in Shandong province; water bursting forth"@en .

<http://lexvo.org/id/char/6ED6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%BB%96>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/su%C4%AB>,
        "滖"^^xsd:string .

<http://lexvo.org/id/char/6ED7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%BB%97>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C7%90%20b%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bat1%20bei3>,
        <http://lexvo.org/id/term/yue/%E6%BB%97>,
        "滗"^^xsd:string ;
    rdfs:comment "drain"@en .

<http://lexvo.org/id/char/6ED8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%BB%98>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%A0o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gaau3>,
        <http://lexvo.org/id/term/yue/%E6%BB%98>,
        "滘"^^xsd:string ;
    rdfs:comment "a branching river (used in place names)"@en .

<http://lexvo.org/id/char/6ED9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%BB%99>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%AC>,
        <http://lexvo.org/id/term/kor/%E6%BB%99>,
        <http://lexvo.org/id/term/kor/HOY>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wui6>,
        <http://lexvo.org/id/term/yue/%E6%BB%99>,
        "滙"^^xsd:string ;
    rdfs:comment "waters converging to one spot; whirling waters; to remit money"@en .

<http://lexvo.org/id/char/6EDA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%BB%9A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C7%94n>,
        <http://lexvo.org/id/term/kor/%E6%BB%9A>,
        <http://lexvo.org/id/term/kor/KON>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gwan2%20kwan2>,
        <http://lexvo.org/id/term/yue/%E6%BB%9A>,
        "滚"^^xsd:string ;
    rdfs:comment "turn"@en .

<http://lexvo.org/id/char/6EDB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%BB%9B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%ADn%20y%C3%A0n%20y%C3%A1o>,
        "滛"^^xsd:string .

<http://lexvo.org/id/char/6EDC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%BB%9C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C4%81o%20z%C3%A8%20h%C3%A1o>,
        "滜"^^xsd:string .

<http://lexvo.org/id/char/6EDD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%BB%9D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%B3ng%20shu%C4%81ng>,
        <http://lexvo.org/id/term/vie/s%C3%B4ng>,
        "滝"^^xsd:string ;
    rdfs:comment "onomatopoeic for the sound of falling rain; an ancient name for Wu Shui; a place in Guangdong"@en .

<http://lexvo.org/id/char/6EDE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%BB%9E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zai6>,
        <http://lexvo.org/id/term/yue/%E6%BB%9E>,
        "滞"^^xsd:string ;
    rdfs:comment "block up, obstruct; stagnant"@en .

<http://lexvo.org/id/char/6EDF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%BB%9F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A0n>,
        "滟"^^xsd:string ;
    rdfs:comment "overflowing, billowing; wavy"@en .

<http://lexvo.org/id/char/6EE0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%BB%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%A8>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sip3>,
        <http://lexvo.org/id/term/yue/%E6%BB%A0>,
        "滠"^^xsd:string ;
    rdfs:comment "river in Hubei province"@en .

<http://lexvo.org/id/char/6EE1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%BB%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C7%8En>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C7%8En%20m%C3%A8n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mun5>,
        <http://lexvo.org/id/term/yue/%E6%BB%A1>,
        "满"^^xsd:string ;
    rdfs:comment "fill; full, satisfied"@en .

<http://lexvo.org/id/char/6EE2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%BB%A2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%ACng%20y%C3%ADng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%ADng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jing4>,
        <http://lexvo.org/id/term/yue/%E6%BB%A2>,
        "滢"^^xsd:string ;
    rdfs:comment "clear, pure water; lucid; glossy"@en .

<http://lexvo.org/id/char/6EE3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%BB%A3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%BAn>,
        "滣"^^xsd:string .

<http://lexvo.org/id/char/6EE4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%BB%A4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C7%9C>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/leoi6>,
        <http://lexvo.org/id/term/yue/%E6%BB%A4>,
        "滤"^^xsd:string ;
    rdfs:comment "strain out, filter"@en .

<http://lexvo.org/id/char/6EE5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%BB%A5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/laam6>,
        <http://lexvo.org/id/term/yue/%E6%BB%A5>,
        "滥"^^xsd:string ;
    rdfs:comment "flood, overflow; excessive"@en .

<http://lexvo.org/id/char/6EE6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%BB%A6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/lu%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lyun4>,
        <http://lexvo.org/id/term/yue/%E6%BB%A6>,
        "滦"^^xsd:string ;
    rdfs:comment "river and county in Hebei province"@en .

<http://lexvo.org/id/char/6EE7> a lvont:Character ;
    lvont:represents "滧"^^xsd:string .

<http://lexvo.org/id/char/6EE8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%BB%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C4%ABn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ban1>,
        <http://lexvo.org/id/term/yue/%E6%BB%A8>,
        "滨"^^xsd:string ;
    rdfs:comment "beach, sea coast; river bank"@en .

<http://lexvo.org/id/char/6EE9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%BB%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C4%81n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/taan1>,
        <http://lexvo.org/id/term/yue/%E6%BB%A9>,
        "滩"^^xsd:string ;
    rdfs:comment "bank, a sandbar, shoal; rapids"@en .

<http://lexvo.org/id/char/6EEA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%BB%AA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jyu6>,
        <http://lexvo.org/id/term/yue/%E6%BB%AA>,
        "滪"^^xsd:string ;
    rdfs:comment "place in Sichuan"@en .

<http://lexvo.org/id/char/6EEB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%BB%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C7%92u%20xi%C5%AB%20xi%C7%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C7%94>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sau1%20sau2>,
        <http://lexvo.org/id/term/yue/%E6%BB%AB>,
        "滫"^^xsd:string ;
    rdfs:comment "water in which rice has been boiled"@en .

<http://lexvo.org/id/char/6EEC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%BB%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%B9>,
        <http://lexvo.org/id/term/kor/%E6%BB%AC>,
        <http://lexvo.org/id/term/kor/HO>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wu6>,
        <http://lexvo.org/id/term/yue/%E6%BB%AC>,
        "滬"^^xsd:string ;
    rdfs:comment "Shanghai; river near Shanghai"@en .

<http://lexvo.org/id/char/6EED> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%BB%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%AC>,
        <http://lexvo.org/id/term/kor/%E6%BB%AD>,
        <http://lexvo.org/id/term/kor/PHIL>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bat1>,
        <http://lexvo.org/id/term/yue/%E6%BB%AD>,
        "滭"^^xsd:string .

<http://lexvo.org/id/char/6EEE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%BB%AE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/bi%C4%81o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/biu1>,
        <http://lexvo.org/id/term/yue/%E6%BB%AE>,
        "滮"^^xsd:string ;
    rdfs:comment "flow; (Cant.) to ooze; to spurt"@en .

<http://lexvo.org/id/char/6EEF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%BB%AF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%AC%20ch%C3%AC>,
        <http://lexvo.org/id/term/kor/%E6%BB%AF>,
        <http://lexvo.org/id/term/kor/CHEY>,
        <http://lexvo.org/id/term/vie/s%E1%BB%87>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zai6>,
        <http://lexvo.org/id/term/yue/%E6%BB%AF>,
        "滯"^^xsd:string ;
    rdfs:comment "block up, obstruct; stagnant"@en .

<http://lexvo.org/id/char/6EF0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%BB%B0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C7%8Eng>,
        "滰"^^xsd:string .

<http://lexvo.org/id/char/6EF1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%BB%B1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C3%B2u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kau3>,
        <http://lexvo.org/id/term/yue/%E6%BB%B1>,
        "滱"^^xsd:string .

<http://lexvo.org/id/char/6EF2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%BB%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%A8n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%A8n%20q%C4%ABn%20s%C4%93n%20l%C3%ADn>,
        <http://lexvo.org/id/term/kor/%E6%BB%B2>,
        <http://lexvo.org/id/term/kor/CHAM>,
        <http://lexvo.org/id/term/vie/r%C6%B0%E1%BB%9Bm>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sam3>,
        <http://lexvo.org/id/term/yue/%E6%BB%B2>,
        "滲"^^xsd:string ;
    rdfs:comment "soak through, infiltrate"@en .

<http://lexvo.org/id/char/6EF3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%BB%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C4%81ng>,
        "滳"^^xsd:string .

<http://lexvo.org/id/char/6EF4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%BB%B4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C4%AB>,
        <http://lexvo.org/id/term/kor/%E6%BB%B4>,
        <http://lexvo.org/id/term/kor/CEK>,
        <http://lexvo.org/id/term/vie/nh%C3%ADch>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dik1>,
        <http://lexvo.org/id/term/yue/%E6%BB%B4>,
        "滴"^^xsd:string ;
    rdfs:comment "drip; drop of water"@en .

<http://lexvo.org/id/char/6EF5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%BB%B5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%AC>,
        <http://lexvo.org/id/term/kor/%E6%BB%B5>,
        <http://lexvo.org/id/term/kor/MIL>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mat6>,
        <http://lexvo.org/id/term/yue/%E6%BB%B5>,
        "滵"^^xsd:string .

<http://lexvo.org/id/char/6EF6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C3%A1o>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%BB%B6>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ngou4>,
        <http://lexvo.org/id/term/yue/%E6%BB%B6>,
        "滶"^^xsd:string .

<http://lexvo.org/id/char/6EF7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%BB%B7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C7%94>,
        <http://lexvo.org/id/term/kor/%E6%BB%B7>,
        <http://lexvo.org/id/term/kor/LO>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lou5>,
        <http://lexvo.org/id/term/yue/%E6%BB%B7>,
        "滷"^^xsd:string ;
    rdfs:comment "thick gravy, sauce, broth; brine"@en .

<http://lexvo.org/id/char/6EF8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%BB%B8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C7%94%20x%C7%94>,
        <http://lexvo.org/id/term/kor/%E6%BB%B8>,
        <http://lexvo.org/id/term/kor/HO>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wu2>,
        <http://lexvo.org/id/term/yue/%E6%BB%B8>,
        "滸"^^xsd:string ;
    rdfs:comment "riverbank, shore"@en .

<http://lexvo.org/id/char/6EF9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%BB%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C5%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C5%AB%20h%C7%94>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fu1>,
        <http://lexvo.org/id/term/yue/%E6%BB%B9>,
        "滹"^^xsd:string ;
    rdfs:comment "the bank of a steam"@en .

<http://lexvo.org/id/char/6EFA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%BB%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%B3u%20d%C3%AD>,
        "滺"^^xsd:string ;
    rdfs:comment "flow"@en .

<http://lexvo.org/id/char/6EFB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%BB%BB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C7%8En>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/caan2>,
        <http://lexvo.org/id/term/yue/%E6%BB%BB>,
        "滻"^^xsd:string .

<http://lexvo.org/id/char/6EFC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%BB%BC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%A0n>,
        "滼"^^xsd:string .

<http://lexvo.org/id/char/6EFD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%BB%BD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%B3ng%20r%C3%B3ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jung4>,
        <http://lexvo.org/id/term/yue/%E6%BB%BD>,
        "滽"^^xsd:string .

<http://lexvo.org/id/char/6EFE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%BB%BE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C7%94n>,
        <http://lexvo.org/id/term/kor/%E6%BB%BE>,
        <http://lexvo.org/id/term/kor/KON>,
        <http://lexvo.org/id/term/vie/c%E1%BB%A7n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gwan2%20kwan2>,
        <http://lexvo.org/id/term/yue/%E6%BB%BE>,
        "滾"^^xsd:string ;
    rdfs:comment "turn, roll, rotate; boil"@en .

<http://lexvo.org/id/char/6EFF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%BB%BF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C7%8En>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C7%8En%20m%C3%A8n>,
        <http://lexvo.org/id/term/kor/%E6%BB%BF>,
        <http://lexvo.org/id/term/kor/MAN>,
        <http://lexvo.org/id/term/vie/m%C3%A3n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mun5>,
        <http://lexvo.org/id/term/yue/%E6%BB%BF>,
        "滿"^^xsd:string ;
    rdfs:comment "fill; full, satisfied"@en .

<http://lexvo.org/id/char/6F00> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%BC%80>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C3%ACng>,
        "漀"^^xsd:string .

<http://lexvo.org/id/char/6F01> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%BC%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%BA>,
        <http://lexvo.org/id/term/kor/%E6%BC%81>,
        <http://lexvo.org/id/term/kor/E>,
        <http://lexvo.org/id/term/vie/ng%C6%B0>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jyu4>,
        <http://lexvo.org/id/term/yue/%E6%BC%81>,
        "漁"^^xsd:string ;
    rdfs:comment "to fish; seize; pursue; surname"@en .

<http://lexvo.org/id/char/6F02> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%BC%82>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/pi%C4%81o%200875.020%3Api%C7%8Eo%200875.080%3Api%C3%A0o>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/pi%C4%81o%20pi%C7%8Eo%20pi%C3%A0o%20bi%C4%81o>,
        <http://lexvo.org/id/term/kor/%E6%BC%82>,
        <http://lexvo.org/id/term/kor/PHYO>,
        <http://lexvo.org/id/term/vie/ph%E1%BB%81u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/piu1%20piu3>,
        <http://lexvo.org/id/term/yue/%E6%BC%82>,
        "漂"^^xsd:string ;
    rdfs:comment "float, drift; tossed about"@en .

<http://lexvo.org/id/char/6F03> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%BC%83>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zik6>,
        <http://lexvo.org/id/term/yue/%E6%BC%83>,
        "漃"^^xsd:string .

<http://lexvo.org/id/char/6F04> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%BC%84>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A1>,
        <http://lexvo.org/id/term/kor/%E6%BC%84>,
        <http://lexvo.org/id/term/kor/AY>,
        "漄"^^xsd:string .

<http://lexvo.org/id/char/6F05> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%BC%85>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C7%8Eo>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/caau4>,
        <http://lexvo.org/id/term/yue/%E6%BC%85>,
        "漅"^^xsd:string .

<http://lexvo.org/id/char/6F06> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%BC%86>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C4%AB>,
        <http://lexvo.org/id/term/kor/%E6%BC%86>,
        <http://lexvo.org/id/term/kor/CHIL>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cat1>,
        <http://lexvo.org/id/term/yue/%E6%BC%86>,
        "7",
        "漆"^^xsd:string ;
    rdfs:comment "varnish, lacquer, paint"@en .

<http://lexvo.org/id/char/6F07> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%BC%87>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C7%90>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/saai1>,
        <http://lexvo.org/id/term/yue/%E6%BC%87>,
        "漇"^^xsd:string ;
    rdfs:comment "(Cant.) waste"@en .

<http://lexvo.org/id/char/6F08> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%BC%88>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zai3>,
        <http://lexvo.org/id/term/yue/%E6%BC%88>,
        "漈"^^xsd:string ;
    rdfs:comment "shore; waterside"@en .

<http://lexvo.org/id/char/6F09> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%BC%89>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%B9>,
        <http://lexvo.org/id/term/kor/%E6%BC%89>,
        <http://lexvo.org/id/term/kor/LOK>,
        <http://lexvo.org/id/term/vie/l%E1%BB%99c>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/luk6>,
        <http://lexvo.org/id/term/yue/%E6%BC%89>,
        "漉"^^xsd:string ;
    rdfs:comment "filter, strain; wet, dripping"@en .

<http://lexvo.org/id/char/6F0A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%BC%8A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%B3u>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C7%9A%20l%C3%B3u>,
        <http://lexvo.org/id/term/vie/s%C3%A2u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lau4>,
        <http://lexvo.org/id/term/yue/%E6%BC%8A>,
        "漊"^^xsd:string ;
    rdfs:comment "river in Hubei province"@en .

<http://lexvo.org/id/char/6F0B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%BC%8B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%B3ng>,
        "漋"^^xsd:string .

<http://lexvo.org/id/char/6F0C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%BC%8C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C7%90n>,
        <http://lexvo.org/id/term/kor/%E6%BC%8C>,
        <http://lexvo.org/id/term/kor/KUN>,
        "漌"^^xsd:string .

<http://lexvo.org/id/char/6F0D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%BC%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/gu%C3%B3>,
        "漍"^^xsd:string .

<http://lexvo.org/id/char/6F0E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%BC%8E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C3%B3ng%20s%C7%92ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cung4%20sung2>,
        <http://lexvo.org/id/term/yue/%E6%BC%8E>,
        "漎"^^xsd:string ;
    rdfs:comment "a place where small streams flow into a large one"@en .

<http://lexvo.org/id/char/6F0F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%BC%8F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%B2u>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%B2u%20l%C3%B3u>,
        <http://lexvo.org/id/term/kor/%E6%BC%8F>,
        <http://lexvo.org/id/term/kor/LWU>,
        <http://lexvo.org/id/term/vie/l%E1%BA%ADu>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lau6>,
        <http://lexvo.org/id/term/yue/%E6%BC%8F>,
        "漏"^^xsd:string ;
    rdfs:comment "leak, drip; funnel; hour glass"@en .

<http://lexvo.org/id/char/6F10> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%BC%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%AD>,
        "漐"^^xsd:string .

<http://lexvo.org/id/char/6F11> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%BC%91>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C3%A0i>,
        <http://lexvo.org/id/term/kor/%E6%BC%91>,
        <http://lexvo.org/id/term/kor/KAY>,
        <http://lexvo.org/id/term/vie/ng%E1%BA%A5y>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/koi3>,
        <http://lexvo.org/id/term/yue/%E6%BC%91>,
        "漑"^^xsd:string ;
    rdfs:comment "water"@en .

<http://lexvo.org/id/char/6F12> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%BC%92>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C3%A1ng>,
        "漒"^^xsd:string .

<http://lexvo.org/id/char/6F13> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%BC%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%AD>,
        <http://lexvo.org/id/term/kor/%E6%BC%93>,
        <http://lexvo.org/id/term/kor/LI>,
        <http://lexvo.org/id/term/vie/l%E1%BA%A7y>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lei4>,
        <http://lexvo.org/id/term/yue/%E6%BC%93>,
        "漓"^^xsd:string ;
    rdfs:comment "river in Guangxi province; water dripping"@en .

<http://lexvo.org/id/char/6F14> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%BC%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%8En>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%8En%20y%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E6%BC%94>,
        <http://lexvo.org/id/term/kor/YEN>,
        <http://lexvo.org/id/term/vie/di%E1%BB%85n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jin2%20jin5>,
        <http://lexvo.org/id/term/yue/%E6%BC%94>,
        "演"^^xsd:string ;
    rdfs:comment "perform, put on; exercise"@en .

<http://lexvo.org/id/char/6F15> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%BC%95>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C3%A1o>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C3%A1o%20c%C3%A0o>,
        <http://lexvo.org/id/term/kor/%E6%BC%95>,
        <http://lexvo.org/id/term/kor/CO>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cou4>,
        <http://lexvo.org/id/term/yue/%E6%BC%95>,
        "漕"^^xsd:string ;
    rdfs:comment "transport by water; canal transportation"@en .

<http://lexvo.org/id/char/6F16> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%BC%96>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%A0o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gaau3>,
        <http://lexvo.org/id/term/yue/%E6%BC%96>,
        "漖"^^xsd:string ;
    rdfs:comment "(Cant.) a branching river (used in toponyms)"@en .

<http://lexvo.org/id/char/6F17> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%BC%97>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C5%8Dng>,
        "漗"^^xsd:string .

<http://lexvo.org/id/char/6F18> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%BC%98>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%BAn>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%BAn%20q%C3%BAn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/seon4>,
        <http://lexvo.org/id/term/yue/%E6%BC%98>,
        "漘"^^xsd:string ;
    rdfs:comment "bank"@en .

<http://lexvo.org/id/char/6F19> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%BC%99>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/tu%C3%A1n>,
        <http://lexvo.org/id/term/kor/%E6%BC%99>,
        <http://lexvo.org/id/term/kor/TAN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tyun4>,
        <http://lexvo.org/id/term/yue/%E6%BC%99>,
        "漙"^^xsd:string ;
    rdfs:comment "dewy"@en .

<http://lexvo.org/id/char/6F1A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C3%B2u%20%C5%8Du>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%C5%8Du%200846.041%3A%C3%B2u>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%BC%9A>,
        <http://lexvo.org/id/term/kor/%E6%BC%9A>,
        <http://lexvo.org/id/term/kor/KWU>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/au1%20au3>,
        <http://lexvo.org/id/term/yue/%E6%BC%9A>,
        "漚"^^xsd:string ;
    rdfs:comment "soak, steep; sodden, soaked; rotten; foam, froth"@en .

<http://lexvo.org/id/char/6F1B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%BC%9B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%A9ng>,
        "漛"^^xsd:string .

<http://lexvo.org/id/char/6F1C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%BC%9C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C4%9B>,
        "漜"^^xsd:string .

<http://lexvo.org/id/char/6F1D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%BC%9D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C3%AD>,
        "漝"^^xsd:string .

<http://lexvo.org/id/char/6F1E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%BC%9E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%AC>,
        "漞"^^xsd:string .

<http://lexvo.org/id/char/6F1F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%BC%9F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%A1ng>,
        "漟"^^xsd:string .

<http://lexvo.org/id/char/6F20> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%BC%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%B2>,
        <http://lexvo.org/id/term/kor/%E6%BC%A0>,
        <http://lexvo.org/id/term/kor/MAK>,
        <http://lexvo.org/id/term/vie/m%E1%BA%A1c>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mok6>,
        <http://lexvo.org/id/term/yue/%E6%BC%A0>,
        "漠"^^xsd:string ;
    rdfs:comment "desert; aloof, indifferent, cool"@en .

<http://lexvo.org/id/char/6F21> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%BC%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C4%81ng>,
        "漡"^^xsd:string .

<http://lexvo.org/id/char/6F22> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%BC%A2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A0n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A0n%20t%C4%81n>,
        <http://lexvo.org/id/term/kor/%E6%BC%A2>,
        <http://lexvo.org/id/term/kor/HAN>,
        <http://lexvo.org/id/term/vie/h%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hon3>,
        <http://lexvo.org/id/term/yue/%E6%BC%A2>,
        "漢"^^xsd:string ;
    rdfs:comment "the Chinese people, Chinese language"@en .

<http://lexvo.org/id/char/6F23> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%BC%A3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C3%A1n%20l%C3%A1n>,
        <http://lexvo.org/id/term/kor/%E6%BC%A3>,
        <http://lexvo.org/id/term/kor/LYEN>,
        <http://lexvo.org/id/term/vie/l%C4%83n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lin4>,
        <http://lexvo.org/id/term/yue/%E6%BC%A3>,
        "漣"^^xsd:string ;
    rdfs:comment "flowing water; ripples; weeping"@en .

<http://lexvo.org/id/char/6F24> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%BC%A4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C7%8En>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/laam5>,
        <http://lexvo.org/id/term/yue/%E6%BC%A4>,
        "漤"^^xsd:string ;
    rdfs:comment "marinate in salt"@en .

<http://lexvo.org/id/char/6F25> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%BC%A5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C4%81>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/waa1>,
        <http://lexvo.org/id/term/yue/%E6%BC%A5>,
        "漥"^^xsd:string ;
    rdfs:comment "puddle, hollow, swamp"@en .

<http://lexvo.org/id/char/6F26> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%BC%A6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lei4>,
        <http://lexvo.org/id/term/yue/%E6%BC%A6>,
        "漦"^^xsd:string ;
    rdfs:comment "saliva; spittle; flowing downstream"@en .

<http://lexvo.org/id/char/6F27> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%BC%A7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C3%A1n%20g%C4%81n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gon1>,
        <http://lexvo.org/id/term/yue/%E6%BC%A7>,
        "漧"^^xsd:string .

<http://lexvo.org/id/char/6F28> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%BC%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%A9ng>,
        <http://lexvo.org/id/term/vie/v%C3%B9ng>,
        "漨"^^xsd:string .

<http://lexvo.org/id/char/6F29> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%BC%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xu%C3%A1n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xu%C3%A1n%20xu%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/syun4>,
        <http://lexvo.org/id/term/yue/%E6%BC%A9>,
        "漩"^^xsd:string ;
    rdfs:comment "eddy, whirlpool"@en .

<http://lexvo.org/id/char/6F2A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%BC%AA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C4%AB>,
        <http://lexvo.org/id/term/kor/%E6%BC%AA>,
        <http://lexvo.org/id/term/kor/UY>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ji1%20ji2>,
        <http://lexvo.org/id/term/yue/%E6%BC%AA>,
        "漪"^^xsd:string ;
    rdfs:comment "ripples on water; swirling"@en .

<http://lexvo.org/id/char/6F2B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%BC%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A0n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A0n%20m%C3%A1n>,
        <http://lexvo.org/id/term/kor/%E6%BC%AB>,
        <http://lexvo.org/id/term/kor/MAN>,
        <http://lexvo.org/id/term/vie/man>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/maan6>,
        <http://lexvo.org/id/term/yue/%E6%BC%AB>,
        "漫"^^xsd:string ;
    rdfs:comment "overflow of water; spreading"@en .

<http://lexvo.org/id/char/6F2C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%BC%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C3%AC%20s%C3%A8%20q%C3%AC>,
        <http://lexvo.org/id/term/kor/%E6%BC%AC>,
        <http://lexvo.org/id/term/kor/CI>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zi3>,
        <http://lexvo.org/id/term/yue/%E6%BC%AC>,
        "漬"^^xsd:string ;
    rdfs:comment "soak, steep; dye; stains; sodden"@en .

<http://lexvo.org/id/char/6F2D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%BC%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C7%8Eng>,
        <http://lexvo.org/id/term/kor/%E6%BC%AD>,
        <http://lexvo.org/id/term/kor/MANG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mong5>,
        <http://lexvo.org/id/term/yue/%E6%BC%AD>,
        "漭"^^xsd:string ;
    rdfs:comment "vast; expansive"@en .

<http://lexvo.org/id/char/6F2E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%BC%AE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C4%81ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hong1>,
        <http://lexvo.org/id/term/yue/%E6%BC%AE>,
        "漮"^^xsd:string .

<http://lexvo.org/id/char/6F2F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%BC%AF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/lu%C3%B2%201107.160%3At%C3%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%A0%20lu%C3%B2%20l%C4%9Bi>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/leoi5%20lok3%20taap3>,
        <http://lexvo.org/id/term/yue/%E6%BC%AF>,
        "漯"^^xsd:string ;
    rdfs:comment "river in northern Shandong"@en .

<http://lexvo.org/id/char/6F30> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%BC%B0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C4%93ng>,
        <http://lexvo.org/id/term/kor/%E6%BC%B0>,
        <http://lexvo.org/id/term/kor/PWUL>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/paang1%20paang4>,
        <http://lexvo.org/id/term/yue/%E6%BC%B0>,
        "漰"^^xsd:string ;
    rdfs:comment "roar"@en .

<http://lexvo.org/id/char/6F31> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%BC%B1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%B9%20s%C3%B2u>,
        <http://lexvo.org/id/term/kor/%E6%BC%B1>,
        <http://lexvo.org/id/term/kor/SWU>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sau3%20sou3>,
        <http://lexvo.org/id/term/yue/%E6%BC%B1>,
        "漱"^^xsd:string ;
    rdfs:comment "gargle, rinse; wash, scour"@en .

<http://lexvo.org/id/char/6F32> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%BC%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C7%8Eng%201457.051%3Azh%C3%A0ng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C7%8Eng%20zh%C3%A0ng%20zh%C4%81ng>,
        <http://lexvo.org/id/term/kor/%E6%BC%B2>,
        <http://lexvo.org/id/term/kor/CHANG>,
        <http://lexvo.org/id/term/vie/tr%C6%B0%E1%BB%9Bng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zoeng2%20zoeng3>,
        <http://lexvo.org/id/term/yue/%E6%BC%B2>,
        "漲"^^xsd:string ;
    rdfs:comment "rise in price"@en .

<http://lexvo.org/id/char/6F33> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%BC%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C4%81ng>,
        <http://lexvo.org/id/term/kor/%E6%BC%B3>,
        <http://lexvo.org/id/term/kor/CANG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zoeng1>,
        <http://lexvo.org/id/term/yue/%E6%BC%B3>,
        "漳"^^xsd:string ;
    rdfs:comment "name of a river in Henan"@en .

<http://lexvo.org/id/char/6F34> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%BC%B4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%B3ng>,
        <http://lexvo.org/id/term/vie/s%C3%B2ng>,
        "漴"^^xsd:string .

<http://lexvo.org/id/char/6F35> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%BC%B5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zeoi6>,
        <http://lexvo.org/id/term/yue/%E6%BC%B5>,
        "漵"^^xsd:string ;
    rdfs:comment "river in Hunan"@en .

<http://lexvo.org/id/char/6F36> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%BC%B6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/waan6>,
        <http://lexvo.org/id/term/yue/%E6%BC%B6>,
        "漶"^^xsd:string ;
    rdfs:comment "indecipherable"@en .

<http://lexvo.org/id/char/6F37> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%BC%B7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C7%92>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ku%C3%B2>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gwok3%20kwok3>,
        <http://lexvo.org/id/term/yue/%E6%BC%B7>,
        "漷"^^xsd:string ;
    rdfs:comment "river in Hebei province"@en .

<http://lexvo.org/id/char/6F38> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%BC%B8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%A0n%20ch%C3%A1n%20ji%C4%81n%20qi%C3%A1n>,
        <http://lexvo.org/id/term/kor/%E6%BC%B8>,
        <http://lexvo.org/id/term/kor/CEM%20CHAM>,
        <http://lexvo.org/id/term/vie/ti%E1%BB%87m>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zim1%20zim6>,
        <http://lexvo.org/id/term/yue/%E6%BC%B8>,
        "漸"^^xsd:string ;
    rdfs:comment "gradually"@en .

<http://lexvo.org/id/char/6F39> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%BC%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C4%81n>,
        "漹"^^xsd:string .

<http://lexvo.org/id/char/6F3A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%BC%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/chu%C7%8Eng>,
        "漺"^^xsd:string .

<http://lexvo.org/id/char/6F3B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%BC%BB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C3%A1o>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C3%A1o%20li%C3%BA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lau4%20liu4>,
        <http://lexvo.org/id/term/yue/%E6%BC%BB>,
        "漻"^^xsd:string .

<http://lexvo.org/id/char/6F3C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%BC%BC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/cu%C7%90>,
        <http://lexvo.org/id/term/kor/%E6%BC%BC>,
        <http://lexvo.org/id/term/kor/CHOY>,
        <http://lexvo.org/id/term/vie/d%E1%BB%93i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ceoi2%20ceoi4>,
        <http://lexvo.org/id/term/yue/%E6%BC%BC>,
        "漼"^^xsd:string ;
    rdfs:comment "having the appearance of depth"@en .

<http://lexvo.org/id/char/6F3D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%BC%BD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%AD>,
        "漽"^^xsd:string .

<http://lexvo.org/id/char/6F3E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%BC%BE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A0ng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A0ng%20y%C3%A1ng>,
        <http://lexvo.org/id/term/kor/%E6%BC%BE>,
        <http://lexvo.org/id/term/kor/YANG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/joeng6>,
        <http://lexvo.org/id/term/yue/%E6%BC%BE>,
        "漾"^^xsd:string ;
    rdfs:comment "overflow; swirl, ripple; to be tosssed by waves"@en .

<http://lexvo.org/id/char/6F3F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%BC%BF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C4%81ng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C4%81ng%20ji%C3%A0ng>,
        <http://lexvo.org/id/term/kor/%E6%BC%BF>,
        <http://lexvo.org/id/term/kor/CANG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zoeng1>,
        <http://lexvo.org/id/term/yue/%E6%BC%BF>,
        "漿"^^xsd:string ;
    rdfs:comment "any thick fluid; starch; broth"@en .

<http://lexvo.org/id/char/6F40> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%BD%80>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C3%B3ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cung4>,
        <http://lexvo.org/id/term/yue/%E6%BD%80>,
        "潀"^^xsd:string ;
    rdfs:comment "gather; flow into (water); sound of waters flowing together"@en .

<http://lexvo.org/id/char/6F41> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%BD%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%90ng>,
        <http://lexvo.org/id/term/kor/%E6%BD%81>,
        <http://lexvo.org/id/term/kor/YENG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wing6>,
        <http://lexvo.org/id/term/yue/%E6%BD%81>,
        "潁"^^xsd:string ;
    rdfs:comment "river in Anhui"@en .

<http://lexvo.org/id/char/6F42> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%BD%82>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%B3ng>,
        "潂"^^xsd:string .

<http://lexvo.org/id/char/6F43> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%BD%83>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C3%BAn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sau1>,
        <http://lexvo.org/id/term/yue/%E6%BD%83>,
        "潃"^^xsd:string .

<http://lexvo.org/id/char/6F44> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%BD%84>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%B9%20s%C3%B2u>,
        "潄"^^xsd:string .

<http://lexvo.org/id/char/6F45> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%BD%85>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/gu%C3%A0n%20hu%C3%A0n>,
        "潅"^^xsd:string ;
    rdfs:comment "pour; water; irrigate, flood"@en .

<http://lexvo.org/id/char/6F46> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%BD%86>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%ADng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jing4>,
        <http://lexvo.org/id/term/yue/%E6%BD%86>,
        "潆"^^xsd:string ;
    rdfs:comment "tiny stream; swirl around"@en .

<http://lexvo.org/id/char/6F47> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%BD%87>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C4%81o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/siu1>,
        <http://lexvo.org/id/term/yue/%E6%BD%87>,
        "潇"^^xsd:string ;
    rdfs:comment "sound of beating wind and rain"@en .

<http://lexvo.org/id/char/6F48> a lvont:Character ;
    lvont:represents "潈"^^xsd:string .

<http://lexvo.org/id/char/6F49> a lvont:Character ;
    lvont:represents "潉"^^xsd:string .

<http://lexvo.org/id/char/6F4A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%BD%8A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C3%B9>,
        "潊"^^xsd:string .

<http://lexvo.org/id/char/6F4B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%BD%8B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lim6>,
        <http://lexvo.org/id/term/yue/%E6%BD%8B>,
        "潋"^^xsd:string ;
    rdfs:comment "waves, ripples; overflow"@en .

<http://lexvo.org/id/char/6F4C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%BD%8C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%AC>,
        "潌"^^xsd:string .

<http://lexvo.org/id/char/6F4D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%BD%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C3%A9i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wai4>,
        <http://lexvo.org/id/term/yue/%E6%BD%8D>,
        "潍"^^xsd:string ;
    rdfs:comment "county in Shandong province"@en .

<http://lexvo.org/id/char/6F4E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%BD%8E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%AC%20pi%C4%93>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/pit3>,
        <http://lexvo.org/id/term/yue/%E6%BD%8E>,
        "潎"^^xsd:string ;
    rdfs:comment "rippling; pour"@en .

<http://lexvo.org/id/char/6F4F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%BD%8F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ju%C3%A9%20y%C3%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%B9>,
        <http://lexvo.org/id/term/kor/%E6%BD%8F>,
        <http://lexvo.org/id/term/kor/YUL>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gyut3%20kyut3%20wat6>,
        <http://lexvo.org/id/term/yue/%E6%BD%8F>,
        "潏"^^xsd:string ;
    rdfs:comment "fareshare reclaimed from river"@en .

<http://lexvo.org/id/char/6F50> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%BD%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%A0o>,
        <http://lexvo.org/id/term/vie/t%C3%A8o>,
        "潐"^^xsd:string .

<http://lexvo.org/id/char/6F51> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%BD%91>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C5%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C5%8D%20b%C5%8D>,
        <http://lexvo.org/id/term/kor/%E6%BD%91>,
        <http://lexvo.org/id/term/kor/PAL>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/put3>,
        <http://lexvo.org/id/term/yue/%E6%BD%91>,
        "潑"^^xsd:string ;
    rdfs:comment "pour, splash, water, sprinkle; violent, malignant"@en .

<http://lexvo.org/id/char/6F52> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%BD%92>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%A0ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dong6>,
        <http://lexvo.org/id/term/yue/%E6%BD%92>,
        "潒"^^xsd:string .

<http://lexvo.org/id/char/6F53> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%BD%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%AC>,
        "潓"^^xsd:string .

<http://lexvo.org/id/char/6F54> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%BD%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%A9>,
        <http://lexvo.org/id/term/kor/%E6%BD%94>,
        <http://lexvo.org/id/term/kor/KYEL>,
        <http://lexvo.org/id/term/vie/khi%E1%BA%BFt>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/git3>,
        <http://lexvo.org/id/term/yue/%E6%BD%94>,
        "潔"^^xsd:string ;
    rdfs:comment "clean, purify, pure"@en .

<http://lexvo.org/id/char/6F55> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%BD%95>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C7%94>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mou5>,
        <http://lexvo.org/id/term/yue/%E6%BD%95>,
        "潕"^^xsd:string ;
    rdfs:comment "river in Henan"@en .

<http://lexvo.org/id/char/6F56> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%BD%96>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%A1>,
        "潖"^^xsd:string ;
    rdfs:comment "name of a certain river"@en .

<http://lexvo.org/id/char/6F57> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%BD%97>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%AD>,
        <http://lexvo.org/id/term/kor/%E6%BD%97>,
        <http://lexvo.org/id/term/kor/CIP>,
        <http://lexvo.org/id/term/vie/b%E1%BA%ADp>,
        "潗"^^xsd:string ;
    rdfs:comment "friendly; harmonious"@en .

<http://lexvo.org/id/char/6F58> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%BD%98>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C4%81n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C4%81n%20p%C3%A1n%20f%C4%81n%20p%C3%A0n%20b%C5%8D>,
        <http://lexvo.org/id/term/kor/%E6%BD%98>,
        <http://lexvo.org/id/term/kor/PAN%20PEN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/pun1>,
        <http://lexvo.org/id/term/yue/%E6%BD%98>,
        "潘"^^xsd:string ;
    rdfs:comment "surname; water in which rice has been rinsed; a river that flows into the Han"@en .

<http://lexvo.org/id/char/6F59> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%BD%99>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/gu%C3%AD%20w%C3%A9i%20gu%C4%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C3%A9i>,
        <http://lexvo.org/id/term/kor/%E6%BD%99>,
        <http://lexvo.org/id/term/kor/KYU>,
        <http://lexvo.org/id/term/vie/v%C6%A1i>,
        "潙"^^xsd:string ;
    rdfs:comment "river in Shanxi"@en .

<http://lexvo.org/id/char/6F5A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%BD%9A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C4%81o>,
        <http://lexvo.org/id/term/kor/%E6%BD%9A>,
        <http://lexvo.org/id/term/kor/SWU>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/siu1>,
        <http://lexvo.org/id/term/yue/%E6%BD%9A>,
        "潚"^^xsd:string ;
    rdfs:comment "gay; deep"@en .

<http://lexvo.org/id/char/6F5B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%BD%9B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C3%A1n>,
        <http://lexvo.org/id/term/kor/%E6%BD%9B>,
        <http://lexvo.org/id/term/kor/CAM>,
        <http://lexvo.org/id/term/vie/ti%E1%BB%81m>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cim4>,
        <http://lexvo.org/id/term/yue/%E6%BD%9B>,
        "潛"^^xsd:string ;
    rdfs:comment "hide; hidden, secret, latent"@en .

<http://lexvo.org/id/char/6F5C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%BD%9C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C3%A1n>,
        <http://lexvo.org/id/term/kor/%E6%BD%9C>,
        <http://lexvo.org/id/term/kor/CAM>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cim4>,
        <http://lexvo.org/id/term/yue/%E6%BD%9C>,
        "潜"^^xsd:string ;
    rdfs:comment "hide; hidden, secret, latent"@en .

<http://lexvo.org/id/char/6F5D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%BD%9D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C4%AB%20x%C3%AC>,
        <http://lexvo.org/id/term/kor/%E6%BD%9D>,
        <http://lexvo.org/id/term/kor/HUP>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jap1%20kap1>,
        <http://lexvo.org/id/term/yue/%E6%BD%9D>,
        "潝"^^xsd:string ;
    rdfs:comment "agree"@en .

<http://lexvo.org/id/char/6F5E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%BD%9E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%B9>,
        <http://lexvo.org/id/term/kor/%E6%BD%9E>,
        <http://lexvo.org/id/term/kor/LO>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lou6>,
        <http://lexvo.org/id/term/yue/%E6%BD%9E>,
        "潞"^^xsd:string ;
    rdfs:comment "river in northern china"@en .

<http://lexvo.org/id/char/6F5F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%BD%9F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C3%AC>,
        <http://lexvo.org/id/term/kor/%E6%BD%9F>,
        <http://lexvo.org/id/term/kor/SEK>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/coek3%20sik1>,
        <http://lexvo.org/id/term/yue/%E6%BD%9F>,
        "潟"^^xsd:string ;
    rdfs:comment "land impregnated with salt from the tide"@en .

<http://lexvo.org/id/char/6F60> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%BD%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C3%B9n%20x%C3%B9n%20xu%C3%A0n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C3%B9n>,
        <http://lexvo.org/id/term/vie/l%C3%BAn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/seon3>,
        <http://lexvo.org/id/term/yue/%E6%BD%A0>,
        "潠"^^xsd:string ;
    rdfs:comment "to blow out; to puff out"@en .

<http://lexvo.org/id/char/6F61> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%BD%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%B9n>,
        <http://lexvo.org/id/term/kor/%E6%BD%A1>,
        <http://lexvo.org/id/term/kor/TON>,
        "潡"^^xsd:string .

<http://lexvo.org/id/char/6F62> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%BD%A2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%A1ng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%A1ng%20hu%C7%8Eng%20hu%C3%A0ng%20gu%C4%81ng>,
        <http://lexvo.org/id/term/kor/%E6%BD%A2>,
        <http://lexvo.org/id/term/kor/HWANG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wong4>,
        <http://lexvo.org/id/term/yue/%E6%BD%A2>,
        "潢"^^xsd:string ;
    rdfs:comment "expanse of water, lake, pond"@en .

<http://lexvo.org/id/char/6F63> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%BD%A3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C7%90n>,
        "潣"^^xsd:string ;
    rdfs:comment "to pollute, contaminate"@en .

<http://lexvo.org/id/char/6F64> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%BD%A4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/r%C3%B9n>,
        <http://lexvo.org/id/term/kor/%E6%BD%A4>,
        <http://lexvo.org/id/term/kor/LYUN>,
        <http://lexvo.org/id/term/vie/nhu%E1%BA%A7n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jeon6>,
        <http://lexvo.org/id/term/yue/%E6%BD%A4>,
        "潤"^^xsd:string ;
    rdfs:comment "soft, moist; sleek; freshen"@en .

<http://lexvo.org/id/char/6F65> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%BD%A5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C3%B9>,
        "潥"^^xsd:string .

<http://lexvo.org/id/char/6F66> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%BD%A6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C7%8Eo%200711.120%3Ali%C7%8Eo>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C7%8Eo%20l%C3%A0o%20l%C3%A1o%20li%C3%A1o%20li%C7%8Eo>,
        <http://lexvo.org/id/term/kor/%E6%BD%A6>,
        <http://lexvo.org/id/term/kor/LYO>,
        <http://lexvo.org/id/term/vie/l%E1%BA%BBo>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/liu2%20liu4%20lou5>,
        <http://lexvo.org/id/term/yue/%E6%BD%A6>,
        "潦"^^xsd:string ;
    rdfs:comment "to flood; a puddle; without care"@en .

<http://lexvo.org/id/char/6F67> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%BD%A7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C4%93n>,
        "潧"^^xsd:string .

<http://lexvo.org/id/char/6F68> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%BD%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C5%8Dng>,
        "潨"^^xsd:string ;
    rdfs:comment "gather; flow into (water); sound of waters flowing together"@en .

<http://lexvo.org/id/char/6F69> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%BD%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ji6>,
        <http://lexvo.org/id/term/yue/%E6%BD%A9>,
        "潩"^^xsd:string .

<http://lexvo.org/id/char/6F6A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%BD%AA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%AD>,
        "潪"^^xsd:string .

<http://lexvo.org/id/char/6F6B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%BD%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C4%81n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/waan1>,
        <http://lexvo.org/id/term/yue/%E6%BD%AB>,
        "潫"^^xsd:string .

<http://lexvo.org/id/char/6F6C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%BD%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%A0n%20sh%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/taan1>,
        <http://lexvo.org/id/term/yue/%E6%BD%AC>,
        "潬"^^xsd:string ;
    rdfs:comment "a rapid; a sand-bank; a foreshore"@en .

<http://lexvo.org/id/char/6F6D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%BD%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%A1n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%A1n%20x%C3%BAn%20y%C7%90n%20d%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E6%BD%AD>,
        <http://lexvo.org/id/term/kor/TAM>,
        <http://lexvo.org/id/term/vie/%C4%91%E1%BA%B1m>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/taam4>,
        <http://lexvo.org/id/term/yue/%E6%BD%AD>,
        "潭"^^xsd:string ;
    rdfs:comment "deep pool, lake; deep, profound"@en .

<http://lexvo.org/id/char/6F6E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%BD%AE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%A1o>,
        <http://lexvo.org/id/term/kor/%E6%BD%AE>,
        <http://lexvo.org/id/term/kor/CO>,
        <http://lexvo.org/id/term/vie/tri%E1%BB%81u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ciu4>,
        <http://lexvo.org/id/term/yue/%E6%BD%AE>,
        "潮"^^xsd:string ;
    rdfs:comment "tide; moist, wet, damp; flow"@en .

<http://lexvo.org/id/char/6F6F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%BD%AF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C3%BAn>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C3%BAn%20y%C3%ADn>,
        <http://lexvo.org/id/term/kor/%E6%BD%AF>,
        <http://lexvo.org/id/term/kor/SIM>,
        <http://lexvo.org/id/term/vie/t%E1%BA%A7m>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cam4>,
        <http://lexvo.org/id/term/yue/%E6%BD%AF>,
        "潯"^^xsd:string ;
    rdfs:comment "steep bank by stream; jiujiang"@en .

<http://lexvo.org/id/char/6F70> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%BD%B0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ku%C3%AC%20xi%C3%A8>,
        <http://lexvo.org/id/term/kor/%E6%BD%B0>,
        <http://lexvo.org/id/term/kor/KWEY>,
        <http://lexvo.org/id/term/vie/h%C3%B3i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kui2>,
        <http://lexvo.org/id/term/yue/%E6%BD%B0>,
        "潰"^^xsd:string ;
    rdfs:comment "flooding river; militarily defeat"@en .

<http://lexvo.org/id/char/6F71> a lvont:Character ;
    lvont:represents "潱"^^xsd:string .

<http://lexvo.org/id/char/6F72> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%BD%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%A0o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/saau3%20sau3>,
        <http://lexvo.org/id/term/yue/%E6%BD%B2>,
        "潲"^^xsd:string ;
    rdfs:comment "driving rain; to sprinkle"@en .

<http://lexvo.org/id/char/6F73> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%BD%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%BA>,
        "潳"^^xsd:string .

<http://lexvo.org/id/char/6F74> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%BD%B4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C5%AB>,
        <http://lexvo.org/id/term/kor/%E6%BD%B4>,
        <http://lexvo.org/id/term/kor/CE>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zyu1>,
        <http://lexvo.org/id/term/yue/%E6%BD%B4>,
        "潴"^^xsd:string ;
    rdfs:comment "pond; a pool"@en .

<http://lexvo.org/id/char/6F75> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%BD%B5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C3%A0n%20s%C7%8E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C7%8E>,
        "潵"^^xsd:string .

<http://lexvo.org/id/char/6F76> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%BD%B6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C4%93i>,
        "潶"^^xsd:string .

<http://lexvo.org/id/char/6F77> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%BD%B7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C7%90%20b%C3%AC>,
        <http://lexvo.org/id/term/vie/vu%E1%BB%91t>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bat1%20bei3>,
        <http://lexvo.org/id/term/yue/%E6%BD%B7>,
        "潷"^^xsd:string ;
    rdfs:comment "drain"@en .

<http://lexvo.org/id/char/6F78> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%BD%B8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C4%81n>,
        <http://lexvo.org/id/term/kor/%E6%BD%B8>,
        <http://lexvo.org/id/term/kor/SAN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/saan1>,
        <http://lexvo.org/id/term/yue/%E6%BD%B8>,
        "潸"^^xsd:string ;
    rdfs:comment "weep; tears flowing"@en .

<http://lexvo.org/id/char/6F79> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%BD%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%A1n>,
        "潹"^^xsd:string .

<http://lexvo.org/id/char/6F7A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%BD%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%A1n>,
        <http://lexvo.org/id/term/kor/%E6%BD%BA>,
        <http://lexvo.org/id/term/kor/CAN>,
        <http://lexvo.org/id/term/vie/s%E1%BB%9Dn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/saan4>,
        <http://lexvo.org/id/term/yue/%E6%BD%BA>,
        "潺"^^xsd:string ;
    rdfs:comment "sound of flowing water"@en .

<http://lexvo.org/id/char/6F7B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%BD%BB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C7%94>,
        "潻"^^xsd:string .

<http://lexvo.org/id/char/6F7C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%BD%BC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%B3ng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%B3ng%20ch%C5%8Dng%20zh%C5%8Dng>,
        <http://lexvo.org/id/term/kor/%E6%BD%BC>,
        <http://lexvo.org/id/term/kor/TONG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tung4>,
        <http://lexvo.org/id/term/yue/%E6%BD%BC>,
        "潼"^^xsd:string ;
    rdfs:comment "high, lofty; damp"@en .

<http://lexvo.org/id/char/6F7D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%BD%BD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C5%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C7%94>,
        <http://lexvo.org/id/term/kor/%E6%BD%BD>,
        <http://lexvo.org/id/term/kor/PO>,
        "潽"^^xsd:string .

<http://lexvo.org/id/char/6F7E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%BD%BE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%ADn>,
        <http://lexvo.org/id/term/kor/%E6%BD%BE>,
        <http://lexvo.org/id/term/kor/LIN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/leon4>,
        <http://lexvo.org/id/term/yue/%E6%BD%BE>,
        "潾"^^xsd:string ;
    rdfs:comment "clear water"@en .

<http://lexvo.org/id/char/6F7F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%BD%BF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C3%A9i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wai4>,
        <http://lexvo.org/id/term/yue/%E6%BD%BF>,
        "潿"^^xsd:string ;
    rdfs:comment "still water"@en .

<http://lexvo.org/id/char/6F80> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%BE%80>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C3%A8>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gip3%20saap3%20sap1%20sap3>,
        <http://lexvo.org/id/term/yue/%E6%BE%80>,
        "澀"^^xsd:string ;
    rdfs:comment "astringent; harsh; uneven, rough"@en .

<http://lexvo.org/id/char/6F81> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%BE%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C3%A8>,
        <http://lexvo.org/id/term/kor/%E6%BE%81>,
        <http://lexvo.org/id/term/kor/SAP>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sap1>,
        <http://lexvo.org/id/term/yue/%E6%BE%81>,
        "澁"^^xsd:string ;
    rdfs:comment "astringent; harsh; uneven, rough"@en .

<http://lexvo.org/id/char/6F82> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%BE%82>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%A9ng>,
        <http://lexvo.org/id/term/kor/%E6%BE%82>,
        <http://lexvo.org/id/term/kor/CING>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cing4>,
        <http://lexvo.org/id/term/yue/%E6%BE%82>,
        "澂"^^xsd:string ;
    rdfs:comment "clear and still water"@en .

<http://lexvo.org/id/char/6F83> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%BE%83>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%B2ng>,
        "澃"^^xsd:string .

<http://lexvo.org/id/char/6F84> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%BE%84>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%A9ng%200228.010%3Ad%C3%A8ng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%A9ng%20d%C3%A8ng>,
        <http://lexvo.org/id/term/kor/%E6%BE%84>,
        <http://lexvo.org/id/term/kor/CING>,
        <http://lexvo.org/id/term/vie/ch%E1%BB%ABng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cing4%20dang6>,
        <http://lexvo.org/id/term/yue/%E6%BE%84>,
        "澄"^^xsd:string ;
    rdfs:comment "purify water by allowing sediment to settle; clear, pure"@en .

<http://lexvo.org/id/char/6F85> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%BE%85>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%A0>,
        "澅"^^xsd:string .

<http://lexvo.org/id/char/6F86> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%BE%86>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C4%81o>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C4%81o%20%C3%A0o%20n%C3%A0o>,
        <http://lexvo.org/id/term/kor/%E6%BE%86>,
        <http://lexvo.org/id/term/kor/YO>,
        <http://lexvo.org/id/term/vie/kh%C3%BA%20nh%C3%A3o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/giu1%20hiu1>,
        <http://lexvo.org/id/term/yue/%E6%BE%86>,
        "澆"^^xsd:string ;
    rdfs:comment "spray, water, sprinkle"@en .

<http://lexvo.org/id/char/6F87> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%BE%87>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%A0o>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%A0o%20l%C3%A1o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lou6>,
        <http://lexvo.org/id/term/yue/%E6%BE%87>,
        "澇"^^xsd:string ;
    rdfs:comment "inundate, flood; torrent"@en .

<http://lexvo.org/id/char/6F88> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%BE%88>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%A8>,
        <http://lexvo.org/id/term/kor/%E6%BE%88>,
        <http://lexvo.org/id/term/kor/CHEL>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cit3>,
        <http://lexvo.org/id/term/yue/%E6%BE%88>,
        "澈"^^xsd:string ;
    rdfs:comment "thoroughly, completely"@en .

<http://lexvo.org/id/char/6F89> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%BE%89>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C7%8En>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C7%8En%20h%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E6%BE%89>,
        <http://lexvo.org/id/term/kor/KEM>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gam2>,
        <http://lexvo.org/id/term/yue/%E6%BE%89>,
        "澉"^^xsd:string ;
    rdfs:comment "to wash name of a place"@en .

<http://lexvo.org/id/char/6F8A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%BE%8A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C5%ABn>,
        "澊"^^xsd:string .

<http://lexvo.org/id/char/6F8B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%BE%8B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A8ng%20j%C7%90ng>,
        <http://lexvo.org/id/term/kor/%E6%BE%8B>,
        <http://lexvo.org/id/term/kor/HOYNG>,
        "澋"^^xsd:string .

<http://lexvo.org/id/char/6F8C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%BE%8C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C4%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C4%AB%20x%C4%AB>,
        <http://lexvo.org/id/term/kor/%E6%BE%8C>,
        <http://lexvo.org/id/term/kor/SI>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/si1>,
        <http://lexvo.org/id/term/yue/%E6%BE%8C>,
        "澌"^^xsd:string ;
    rdfs:comment "to exhaust; to drain dry"@en .

<http://lexvo.org/id/char/6F8D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%BE%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%B9%20zh%C3%B9>,
        <http://lexvo.org/id/term/kor/%E6%BE%8D>,
        <http://lexvo.org/id/term/kor/CWU>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/syu6>,
        <http://lexvo.org/id/term/yue/%E6%BE%8D>,
        "澍"^^xsd:string ;
    rdfs:comment "timely rain, life-giving rain"@en .

<http://lexvo.org/id/char/6F8E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%BE%8E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%A9ng%20p%C4%93ng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C4%93ng%200863.080%3Ap%C3%A9ng>,
        <http://lexvo.org/id/term/kor/%E6%BE%8E>,
        <http://lexvo.org/id/term/kor/PHAYNG>,
        <http://lexvo.org/id/term/vie/d%E1%BB%81%20b%C3%A0nh>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/paang1%20paang4>,
        <http://lexvo.org/id/term/yue/%E6%BE%8E>,
        "澎"^^xsd:string ;
    rdfs:comment "splatter"@en .

<http://lexvo.org/id/char/6F8F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%BE%8F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A0n>,
        "澏"^^xsd:string .

<http://lexvo.org/id/char/6F90> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%BE%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%BAn>,
        <http://lexvo.org/id/term/kor/%E6%BE%90>,
        <http://lexvo.org/id/term/kor/WUN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wan4>,
        <http://lexvo.org/id/term/yue/%E6%BE%90>,
        "澐"^^xsd:string ;
    rdfs:comment "billows"@en .

<http://lexvo.org/id/char/6F91> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%BE%91>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C3%B9%20li%C5%AB%20li%C3%BA>,
        "澑"^^xsd:string ;
    rdfs:comment "slide, glide, slip; slippery"@en .

<http://lexvo.org/id/char/6F92> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%BE%92>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%B2ng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%B2ng%20h%C7%92ng%20g%C7%92ng>,
        <http://lexvo.org/id/term/kor/%E6%BE%92>,
        <http://lexvo.org/id/term/kor/HONG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hung3%20hung6>,
        <http://lexvo.org/id/term/yue/%E6%BE%92>,
        "澒"^^xsd:string ;
    rdfs:comment "vast"@en .

<http://lexvo.org/id/char/6F93> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%BE%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%BA>,
        "澓"^^xsd:string .

<http://lexvo.org/id/char/6F94> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%BE%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A0o>,
        <http://lexvo.org/id/term/kor/%E6%BE%94>,
        <http://lexvo.org/id/term/kor/HO>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hou4%20hou6>,
        <http://lexvo.org/id/term/yue/%E6%BE%94>,
        "澔"^^xsd:string ;
    rdfs:comment "radiance of gems"@en .

<http://lexvo.org/id/char/6F95> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%BE%95>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A9>,
        "澕"^^xsd:string .

<http://lexvo.org/id/char/6F96> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%BE%96>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C4%81n>,
        "澖"^^xsd:string .

<http://lexvo.org/id/char/6F97> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%BE%97>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E6%BE%97>,
        <http://lexvo.org/id/term/kor/KAN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gaan3>,
        <http://lexvo.org/id/term/yue/%E6%BE%97>,
        "澗"^^xsd:string ;
    rdfs:comment "brook, mountain stream"@en .

<http://lexvo.org/id/char/6F98> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%BE%98>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C4%81n>,
        <http://lexvo.org/id/term/kor/%E6%BE%98>,
        <http://lexvo.org/id/term/kor/SAN>,
        "澘"^^xsd:string .

<http://lexvo.org/id/char/6F99> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%BE%99>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C3%AC>,
        <http://lexvo.org/id/term/kor/%E6%BE%99>,
        <http://lexvo.org/id/term/kor/SEK>,
        "澙"^^xsd:string .

<http://lexvo.org/id/char/6F9A> a lvont:Character ;
    lvont:represents "澚"^^xsd:string .

<http://lexvo.org/id/char/6F9B> a lvont:Character ;
    lvont:represents "澛"^^xsd:string .

<http://lexvo.org/id/char/6F9C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%BE%9C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/laan4>,
        <http://lexvo.org/id/term/yue/%E6%BE%9C>,
        "澜"^^xsd:string ;
    rdfs:comment "overflowing; waves, ripples"@en .

<http://lexvo.org/id/char/6F9D> a lvont:Character ;
    lvont:represents "澝"^^xsd:string ;
    rdfs:comment "mud; miry, muddy, stagnant"@en .

<http://lexvo.org/id/char/6F9E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%BE%9E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%BA>,
        "澞"^^xsd:string .

<http://lexvo.org/id/char/6F9F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%BE%9F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C7%90n>,
        <http://lexvo.org/id/term/kor/%E6%BE%9F>,
        <http://lexvo.org/id/term/kor/LUM>,
        "澟"^^xsd:string .

<http://lexvo.org/id/char/6FA0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%BE%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/mi%C7%8En%201029.011%3Ash%C3%A9ng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/mi%C7%8En%20sh%C3%A9ng%20m%C7%90n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/man5%20sing4>,
        <http://lexvo.org/id/term/yue/%E6%BE%A0>,
        "澠"^^xsd:string ;
    rdfs:comment "name of a river in Shandong"@en .

<http://lexvo.org/id/char/6FA1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%BE%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C7%8Eo>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C7%8Eo%20c%C4%81o>,
        <http://lexvo.org/id/term/kor/%E6%BE%A1>,
        <http://lexvo.org/id/term/kor/CO>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cou3%20zou2>,
        <http://lexvo.org/id/term/yue/%E6%BE%A1>,
        "澡"^^xsd:string ;
    rdfs:comment "wash, bathe"@en .

<http://lexvo.org/id/char/6FA2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%BE%A2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C4%81ng>,
        "澢"^^xsd:string .

<http://lexvo.org/id/char/6FA3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%BE%A3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%A0n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C7%8En%20hu%C3%A0n%20h%C3%A0n%20w%C7%8En%20gu%C7%8En>,
        <http://lexvo.org/id/term/kor/%E6%BE%A3>,
        <http://lexvo.org/id/term/kor/HAN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wun2%20wun5>,
        <http://lexvo.org/id/term/yue/%E6%BE%A3>,
        "澣"^^xsd:string ;
    rdfs:comment "cleanse, wash"@en .

<http://lexvo.org/id/char/6FA4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%BE%A4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C3%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C3%A9%20du%C3%B3%20sh%C3%AC%20y%C3%AC>,
        <http://lexvo.org/id/term/kor/%E6%BE%A4>,
        <http://lexvo.org/id/term/kor/THAYK%20SEK>,
        <http://lexvo.org/id/term/vie/r%E1%BA%A1ch>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zaak6>,
        <http://lexvo.org/id/term/yue/%E6%BE%A4>,
        "澤"^^xsd:string ;
    rdfs:comment "marsh, swamp; grace, brilliance; damp, moist; fertile"@en .

<http://lexvo.org/id/char/6FA5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%BE%A5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A8>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/haai5>,
        <http://lexvo.org/id/term/yue/%E6%BE%A5>,
        "澥"^^xsd:string ;
    rdfs:comment "a blocked stream; gulf"@en .

<http://lexvo.org/id/char/6FA6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%BE%A6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jyu6>,
        <http://lexvo.org/id/term/yue/%E6%BE%A6>,
        "澦"^^xsd:string ;
    rdfs:comment "place in Sichuan"@en .

<http://lexvo.org/id/char/6FA7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%BE%A7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C7%90>,
        <http://lexvo.org/id/term/kor/%E6%BE%A7>,
        <http://lexvo.org/id/term/kor/LYEY>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lai5>,
        <http://lexvo.org/id/term/yue/%E6%BE%A7>,
        "澧"^^xsd:string ;
    rdfs:comment "river in northern Hunan province"@en .

<http://lexvo.org/id/char/6FA8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%BE%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%AC>,
        <http://lexvo.org/id/term/kor/%E6%BE%A8>,
        <http://lexvo.org/id/term/kor/SE>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sai6>,
        <http://lexvo.org/id/term/yue/%E6%BE%A8>,
        "澨"^^xsd:string ;
    rdfs:comment "shore; river in Hubei"@en .

<http://lexvo.org/id/char/6FA9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%BE%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xu%C3%A9%20xi%C3%A0o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hok6>,
        <http://lexvo.org/id/term/yue/%E6%BE%A9>,
        "澩"^^xsd:string .

<http://lexvo.org/id/char/6FAA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%BE%AA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%ADng>,
        "澪"^^xsd:string .

<http://lexvo.org/id/char/6FAB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%BE%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A0n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C3%A0n>,
        "澫"^^xsd:string .

<http://lexvo.org/id/char/6FAC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%BE%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C4%AB>,
        "澬"^^xsd:string .

<http://lexvo.org/id/char/6FAD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%BE%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C5%8Dng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jung1>,
        <http://lexvo.org/id/term/yue/%E6%BE%AD>,
        "澭"^^xsd:string .

<http://lexvo.org/id/char/6FAE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%BE%AE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%AC%200656.111%3Aku%C3%A0i>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ku%C3%A0i%20hu%C3%AC%20hu%C3%A1>,
        <http://lexvo.org/id/term/kor/%E6%BE%AE>,
        <http://lexvo.org/id/term/kor/HOY>,
        <http://lexvo.org/id/term/vie/g%E1%BB%99i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kui2>,
        <http://lexvo.org/id/term/yue/%E6%BE%AE>,
        "澮"^^xsd:string ;
    rdfs:comment "irrigation ditch, trench; river"@en .

<http://lexvo.org/id/char/6FAF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%BE%AF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E6%BE%AF>,
        <http://lexvo.org/id/term/kor/CHAN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/caan3>,
        <http://lexvo.org/id/term/yue/%E6%BE%AF>,
        "澯"^^xsd:string .

<http://lexvo.org/id/char/6FB0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%BE%B0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lim6>,
        <http://lexvo.org/id/term/yue/%E6%BE%B0>,
        "澰"^^xsd:string ;
    rdfs:comment "overflowing"@en .

<http://lexvo.org/id/char/6FB1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%BE%B1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/di%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E6%BE%B1>,
        <http://lexvo.org/id/term/kor/CEN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/din6>,
        <http://lexvo.org/id/term/yue/%E6%BE%B1>,
        "澱"^^xsd:string ;
    rdfs:comment "sediment, dregs, precipitate"@en .

<http://lexvo.org/id/char/6FB2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%BE%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A8>,
        "澲"^^xsd:string .

<http://lexvo.org/id/char/6FB3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C3%A0o>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%C3%A0o%20y%C3%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%BE%B3>,
        <http://lexvo.org/id/term/kor/%E6%BE%B3>,
        <http://lexvo.org/id/term/kor/O%20OK>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/juk1%20ou3>,
        <http://lexvo.org/id/term/yue/%E6%BE%B3>,
        "澳"^^xsd:string ;
    rdfs:comment "inlet, bay; dock, bank"@en .

<http://lexvo.org/id/char/6FB4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%BE%B4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/waan4>,
        <http://lexvo.org/id/term/yue/%E6%BE%B4>,
        "澴"^^xsd:string ;
    rdfs:comment "river in Hubei province"@en .

<http://lexvo.org/id/char/6FB5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%BE%B5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C4%93n>,
        "澵"^^xsd:string .

<http://lexvo.org/id/char/6FB6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%BE%B6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%A1n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%A1n%20d%C3%A0n%20zh%C4%81n>,
        <http://lexvo.org/id/term/kor/%E6%BE%B6>,
        <http://lexvo.org/id/term/kor/CEN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sin4>,
        <http://lexvo.org/id/term/yue/%E6%BE%B6>,
        "澶"^^xsd:string ;
    rdfs:comment "still water, placid, tranquil"@en .

<http://lexvo.org/id/char/6FB7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%BE%B7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A0n>,
        "澷"^^xsd:string ;
    rdfs:comment "water overflowing diffused; spreading"@en .

<http://lexvo.org/id/char/6FB8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%BE%B8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C7%8En>,
        "澸"^^xsd:string .

<http://lexvo.org/id/char/6FB9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%BE%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%A0n%201115.070%3At%C3%A1n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%A0n%20d%C3%A1n%20sh%C3%A0n%20t%C3%A1n%20d%C4%81n>,
        <http://lexvo.org/id/term/kor/%E6%BE%B9>,
        <http://lexvo.org/id/term/kor/TAM>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/daam6%20taam4>,
        <http://lexvo.org/id/term/yue/%E6%BE%B9>,
        "澹"^^xsd:string ;
    rdfs:comment "calm, quiet, tranquil"@en .

<http://lexvo.org/id/char/6FBA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%BE%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jik1>,
        <http://lexvo.org/id/term/yue/%E6%BE%BA>,
        "澺"^^xsd:string .

<http://lexvo.org/id/char/6FBB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%BE%BB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/su%C3%AC>,
        "澻"^^xsd:string .

<http://lexvo.org/id/char/6FBC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%BE%BC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/pik1>,
        <http://lexvo.org/id/term/yue/%E6%BE%BC>,
        "澼"^^xsd:string ;
    rdfs:comment "bleach; wash, clean"@en .

<http://lexvo.org/id/char/6FBD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%BE%BD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/geoi3%20geoi6>,
        <http://lexvo.org/id/term/yue/%E6%BE%BD>,
        "澽"^^xsd:string .

<http://lexvo.org/id/char/6FBE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%BE%BE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%A0>,
        <http://lexvo.org/id/term/kor/%E6%BE%BE>,
        <http://lexvo.org/id/term/kor/TAN>,
        <http://lexvo.org/id/term/vie/d%E1%BA%A1t>,
        "澾"^^xsd:string ;
    rdfs:comment "slippery, smooth"@en .

<http://lexvo.org/id/char/6FBF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%BE%BF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C3%ADn>,
        "澿"^^xsd:string .

<http://lexvo.org/id/char/6FC0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%BF%80>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C4%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C4%AB%20ji%C3%A0o%20ji%C4%81o>,
        <http://lexvo.org/id/term/kor/%E6%BF%80>,
        <http://lexvo.org/id/term/kor/KYEK>,
        <http://lexvo.org/id/term/vie/v%C3%A1ng%20kh%C3%ADch>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gik1>,
        <http://lexvo.org/id/term/yue/%E6%BF%80>,
        "激"^^xsd:string ;
    rdfs:comment "arouse, excite, incite; quickly"@en .

<http://lexvo.org/id/char/6FC1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%BF%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zhu%C3%B3>,
        <http://lexvo.org/id/term/kor/%E6%BF%81>,
        <http://lexvo.org/id/term/kor/THAK>,
        <http://lexvo.org/id/term/vie/tr%E1%BB%8Dc>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zuk6>,
        <http://lexvo.org/id/term/yue/%E6%BF%81>,
        "濁"^^xsd:string ;
    rdfs:comment "muddy, turbid, dirty, filthy"@en .

<http://lexvo.org/id/char/6FC2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%BF%82>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C3%A1n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C3%A1n%20xi%C7%8En>,
        <http://lexvo.org/id/term/kor/%E6%BF%82>,
        <http://lexvo.org/id/term/kor/LYEM>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lim4>,
        <http://lexvo.org/id/term/yue/%E6%BF%82>,
        "濂"^^xsd:string ;
    rdfs:comment "a waterfall; a river in Hunan"@en .

<http://lexvo.org/id/char/6FC3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%BF%83>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C3%B3ng>,
        <http://lexvo.org/id/term/kor/%E6%BF%83>,
        <http://lexvo.org/id/term/kor/NONG>,
        <http://lexvo.org/id/term/vie/n%E1%BB%91ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jung4%20nung4>,
        <http://lexvo.org/id/term/yue/%E6%BF%83>,
        "濃"^^xsd:string ;
    rdfs:comment "thick, strong, concentrated"@en .

<http://lexvo.org/id/char/6FC4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%BF%84>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/gu%C5%8D%20w%C5%8D>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wo1>,
        <http://lexvo.org/id/term/yue/%E6%BF%84>,
        "濄"^^xsd:string .

<http://lexvo.org/id/char/6FC5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%BF%85>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%ACn>,
        "濅"^^xsd:string .

<http://lexvo.org/id/char/6FC6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%BF%86>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%A9n%20f%C3%A8n%20p%C4%93n>,
        <http://lexvo.org/id/term/kor/%E6%BF%86>,
        <http://lexvo.org/id/term/kor/PWUN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fan4%20pan3>,
        <http://lexvo.org/id/term/yue/%E6%BF%86>,
        "濆"^^xsd:string ;
    rdfs:comment "river bank; river in Henan province; gush"@en .

<http://lexvo.org/id/char/6FC7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%BF%87>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C3%A8>,
        <http://lexvo.org/id/term/kor/%E6%BF%87>,
        <http://lexvo.org/id/term/kor/SAYK>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/saap3%20sap1%20sik1>,
        <http://lexvo.org/id/term/yue/%E6%BF%87>,
        "濇"^^xsd:string ;
    rdfs:comment "astringent; harsh, rough; uneven"@en .

<http://lexvo.org/id/char/6FC8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%BF%88>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%AD>,
        <http://lexvo.org/id/term/vie/x%E1%BA%AFp>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cap1>,
        <http://lexvo.org/id/term/yue/%E6%BF%88>,
        "濈"^^xsd:string ;
    rdfs:comment "many"@en .

<http://lexvo.org/id/char/6FC9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%BF%89>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/su%C4%AB>,
        <http://lexvo.org/id/term/kor/%E6%BF%89>,
        <http://lexvo.org/id/term/kor/SWU>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/seoi1>,
        <http://lexvo.org/id/term/yue/%E6%BF%89>,
        "濉"^^xsd:string .

<http://lexvo.org/id/char/6FCA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%BF%8A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%AC%20hu%C3%B2%20w%C3%A8i>,
        <http://lexvo.org/id/term/kor/%E6%BF%8A>,
        <http://lexvo.org/id/term/kor/YEY>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kut3%20wai3>,
        <http://lexvo.org/id/term/yue/%E6%BF%8A>,
        "濊"^^xsd:string ;
    rdfs:comment "vast, expansive, deep; dirty"@en .

<http://lexvo.org/id/char/6FCB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%BF%8B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C7%94>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/co2>,
        <http://lexvo.org/id/term/yue/%E6%BF%8B>,
        "濋"^^xsd:string .

<http://lexvo.org/id/char/6FCC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%BF%8C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%A0>,
        "濌"^^xsd:string .

<http://lexvo.org/id/char/6FCD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%BF%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C5%8Dng>,
        "濍"^^xsd:string .

<http://lexvo.org/id/char/6FCE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%BF%8E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C7%90ng%20t%C3%ACng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ding2%20ting5>,
        <http://lexvo.org/id/term/yue/%E6%BF%8E>,
        "濎"^^xsd:string .

<http://lexvo.org/id/char/6FCF> a lvont:Character ;
    lvont:represents "濏"^^xsd:string .

<http://lexvo.org/id/char/6FD0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%BF%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C7%94>,
        "濐"^^xsd:string .

<http://lexvo.org/id/char/6FD1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%BF%91>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%A0i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/laai6>,
        <http://lexvo.org/id/term/yue/%E6%BF%91>,
        "濑"^^xsd:string ;
    rdfs:comment "swift current; rapids"@en .

<http://lexvo.org/id/char/6FD2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%BF%92>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C4%ABn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ban1%20pan4>,
        <http://lexvo.org/id/term/yue/%E6%BF%92>,
        "濒"^^xsd:string ;
    rdfs:comment "approach, be on verge of; near"@en .

<http://lexvo.org/id/char/6FD3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%BF%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C3%A1n>,
        <http://lexvo.org/id/term/vie/nh%C3%A8m>,
        "濓"^^xsd:string .

<http://lexvo.org/id/char/6FD4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%BF%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C7%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C7%90%20m%C3%AD%20n%C7%90>,
        <http://lexvo.org/id/term/vie/nh%E1%BB%85>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mei5%20nei5>,
        <http://lexvo.org/id/term/yue/%E6%BF%94>,
        "濔"^^xsd:string ;
    rdfs:comment "many"@en .

<http://lexvo.org/id/char/6FD5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%BF%95>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C4%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C4%AB%20q%C3%AC%20t%C3%A0%20x%C3%AD>,
        <http://lexvo.org/id/term/kor/%E6%BF%95>,
        <http://lexvo.org/id/term/kor/SUP>,
        <http://lexvo.org/id/term/vie/l%E1%BA%ADu%20th%E1%BA%A5p>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sap1>,
        <http://lexvo.org/id/term/yue/%E6%BF%95>,
        "濕"^^xsd:string ;
    rdfs:comment "wet, moist, humid, damp; an illness"@en .

<http://lexvo.org/id/char/6FD6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%BF%96>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%B9>,
        "濖"^^xsd:string .

<http://lexvo.org/id/char/6FD7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%BF%97>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%AC>,
        "濗"^^xsd:string .

<http://lexvo.org/id/char/6FD8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%BF%98>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C3%ACng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C3%ACng%20n%C3%ADng%20n%C3%AC>,
        <http://lexvo.org/id/term/kor/%E6%BF%98>,
        <http://lexvo.org/id/term/kor/NYENG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ning6>,
        <http://lexvo.org/id/term/yue/%E6%BF%98>,
        "濘"^^xsd:string ;
    rdfs:comment "mud; miry, muddy, stagnant"@en .

<http://lexvo.org/id/char/6FD9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%BF%99>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%ADng%20y%C3%ACng>,
        "濙"^^xsd:string ;
    rdfs:comment "to revolve; to curl in eddies, as rushing water"@en .

<http://lexvo.org/id/char/6FDA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%BF%9A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%ADng>,
        <http://lexvo.org/id/term/kor/%E6%BF%9A>,
        <http://lexvo.org/id/term/kor/YENG>,
        "濚"^^xsd:string ;
    rdfs:comment "a stream, eddy; to eddy"@en .

<http://lexvo.org/id/char/6FDB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%BF%9B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A9ng>,
        <http://lexvo.org/id/term/kor/%E6%BF%9B>,
        <http://lexvo.org/id/term/kor/MONG>,
        <http://lexvo.org/id/term/vie/m%C3%B4ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mung4>,
        <http://lexvo.org/id/term/yue/%E6%BF%9B>,
        "濛"^^xsd:string ;
    rdfs:comment "drizzling, misty, raining"@en .

<http://lexvo.org/id/char/6FDC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%BF%9C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%ACn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zeon6>,
        <http://lexvo.org/id/term/yue/%E6%BF%9C>,
        "濜"^^xsd:string ;
    rdfs:comment "river in Hubei province"@en .

<http://lexvo.org/id/char/6FDD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%BF%9D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C3%AD>,
        "濝"^^xsd:string .

<http://lexvo.org/id/char/6FDE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%BF%9E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%AC%20b%C3%AC>,
        <http://lexvo.org/id/term/kor/%E6%BF%9E>,
        <http://lexvo.org/id/term/kor/PI>,
        <http://lexvo.org/id/term/vie/tia>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/pei3>,
        <http://lexvo.org/id/term/yue/%E6%BF%9E>,
        "濞"^^xsd:string .

<http://lexvo.org/id/char/6FDF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%BF%9F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%AC%20j%C7%90%20q%C3%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C7%90%200531.131%3Aj%C3%AC>,
        <http://lexvo.org/id/term/kor/%E6%BF%9F>,
        <http://lexvo.org/id/term/kor/CEY>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zai2%20zai3>,
        <http://lexvo.org/id/term/yue/%E6%BF%9F>,
        "濟"^^xsd:string ;
    rdfs:comment "to help, aid, relieve; to ferry, cross"@en .

<http://lexvo.org/id/char/6FE0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%BF%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A1o>,
        <http://lexvo.org/id/term/kor/%E6%BF%A0>,
        <http://lexvo.org/id/term/kor/HO>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hou4>,
        <http://lexvo.org/id/term/yue/%E6%BF%A0>,
        "濠"^^xsd:string ;
    rdfs:comment "moat, trench, ditch"@en .

<http://lexvo.org/id/char/6FE1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%BF%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/r%C3%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/r%C3%BA%20nu%C3%A1n%20ru%C7%8En%20%C3%A9r%20nu%C3%B2>,
        <http://lexvo.org/id/term/kor/%E6%BF%A1>,
        <http://lexvo.org/id/term/kor/YU>,
        <http://lexvo.org/id/term/vie/nh%E1%BB%A5a>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jyu4%20nyun5>,
        <http://lexvo.org/id/term/yue/%E6%BF%A1>,
        "濡"^^xsd:string ;
    rdfs:comment "immerse, moisten; wet, damp"@en .

<http://lexvo.org/id/char/6FE2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%BF%A2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zu%C7%90>,
        "濢"^^xsd:string .

<http://lexvo.org/id/char/6FE3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%BF%A3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C3%B2>,
        "濣"^^xsd:string .

<http://lexvo.org/id/char/6FE4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%BF%A4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C4%81o>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C4%81o%20t%C3%A1o%20ch%C3%A1o%20sh%C3%B2u%20d%C3%A0o>,
        <http://lexvo.org/id/term/kor/%E6%BF%A4>,
        <http://lexvo.org/id/term/kor/TO>,
        <http://lexvo.org/id/term/vie/%C4%91%C3%A0o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tou4>,
        <http://lexvo.org/id/term/yue/%E6%BF%A4>,
        "濤"^^xsd:string ;
    rdfs:comment "large waves"@en .

<http://lexvo.org/id/char/6FE5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%BF%A5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%ACn>,
        "濥"^^xsd:string .

<http://lexvo.org/id/char/6FE6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%BF%A6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%90n%20x%C4%AB%20y%C4%ABn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jan2>,
        <http://lexvo.org/id/term/yue/%E6%BF%A6>,
        "濦"^^xsd:string .

<http://lexvo.org/id/char/6FE7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%BF%A7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/du%C3%AC>,
        <http://lexvo.org/id/term/vie/%C4%91u%E1%BB%91i>,
        "濧"^^xsd:string .

<http://lexvo.org/id/char/6FE8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%BF%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C3%AD>,
        "濨"^^xsd:string .

<http://lexvo.org/id/char/6FE9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%BF%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%B2%20h%C3%B9>,
        <http://lexvo.org/id/term/kor/%E6%BF%A9>,
        <http://lexvo.org/id/term/kor/HO>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wok6%20wu6>,
        <http://lexvo.org/id/term/yue/%E6%BF%A9>,
        "濩"^^xsd:string ;
    rdfs:comment "pour down, cascade down; look"@en .

<http://lexvo.org/id/char/6FEA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%BF%AA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%ACng>,
        "濪"^^xsd:string .

<http://lexvo.org/id/char/6FEB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%BF%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%A0n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%A0n%20ji%C3%A0n%20l%C7%8En%20l%C3%A1n>,
        <http://lexvo.org/id/term/kor/%E6%BF%AB>,
        <http://lexvo.org/id/term/kor/LAM%20HAM>,
        <http://lexvo.org/id/term/vie/l%E1%BA%A1m>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/laam6>,
        <http://lexvo.org/id/term/yue/%E6%BF%AB>,
        "濫"^^xsd:string ;
    rdfs:comment "flood, overflow; excessive"@en .

<http://lexvo.org/id/char/6FEC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%BF%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%B9n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%B9n%201315.081%3Ax%C3%B9n>,
        <http://lexvo.org/id/term/kor/%E6%BF%AC>,
        <http://lexvo.org/id/term/kor/CWUN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zeon3>,
        <http://lexvo.org/id/term/yue/%E6%BF%AC>,
        "濬"^^xsd:string ;
    rdfs:comment "dredge, dig; profound, deep"@en .

<http://lexvo.org/id/char/6FED> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C3%A0i>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%BF%AD>,
        "濭"^^xsd:string .

<http://lexvo.org/id/char/6FEE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%BF%AE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%BA%20p%C5%AB>,
        <http://lexvo.org/id/term/kor/%E6%BF%AE>,
        <http://lexvo.org/id/term/kor/POK>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/buk6>,
        <http://lexvo.org/id/term/yue/%E6%BF%AE>,
        "濮"^^xsd:string ;
    rdfs:comment "county in Henan province"@en .

<http://lexvo.org/id/char/6FEF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%BF%AF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zhu%C3%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zhu%C3%B3%20zh%C3%A0o%20shu%C3%B2>,
        <http://lexvo.org/id/term/kor/%E6%BF%AF>,
        <http://lexvo.org/id/term/kor/THAK>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zok6>,
        <http://lexvo.org/id/term/yue/%E6%BF%AF>,
        "濯"^^xsd:string ;
    rdfs:comment "wash out, rinse; cleanse"@en .

<http://lexvo.org/id/char/6FF0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%BF%B0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C3%A9i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wai4>,
        <http://lexvo.org/id/term/yue/%E6%BF%B0>,
        "濰"^^xsd:string ;
    rdfs:comment "county in Shandong province"@en .

<http://lexvo.org/id/char/6FF1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%BF%B1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C4%ABn>,
        <http://lexvo.org/id/term/kor/%E6%BF%B1>,
        <http://lexvo.org/id/term/kor/PIN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ban1>,
        <http://lexvo.org/id/term/yue/%E6%BF%B1>,
        "濱"^^xsd:string ;
    rdfs:comment "beach, sea coast; river bank"@en .

<http://lexvo.org/id/char/6FF2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%BF%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C7%94>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/guk1>,
        <http://lexvo.org/id/term/yue/%E6%BF%B2>,
        "濲"^^xsd:string .

<http://lexvo.org/id/char/6FF3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%BF%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C3%A1n>,
        <http://lexvo.org/id/term/kor/%E6%BF%B3>,
        <http://lexvo.org/id/term/kor/CAM>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cim4>,
        <http://lexvo.org/id/term/yue/%E6%BF%B3>,
        "濳"^^xsd:string ;
    rdfs:comment "hide, conceal, secrete; hidden"@en .

<http://lexvo.org/id/char/6FF4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%BF%B4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C3%ADng%20y%C3%ADng>,
        <http://lexvo.org/id/term/kor/%E6%BF%B4>,
        <http://lexvo.org/id/term/kor/YENG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jing4>,
        <http://lexvo.org/id/term/yue/%E6%BF%B4>,
        "濴"^^xsd:string .

<http://lexvo.org/id/char/6FF5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/ban1>,
        <http://lexvo.org/id/term/yue/%E6%BF%B5>,
        "濵"^^xsd:string ;
    rdfs:comment "a bank, a brink. a shore, a beach"@en .

<http://lexvo.org/id/char/6FF6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%BF%B6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ku%C3%B2>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fut3>,
        <http://lexvo.org/id/term/yue/%E6%BF%B6>,
        "濶"^^xsd:string ;
    rdfs:comment "broad, ample, wide; be apart"@en .

<http://lexvo.org/id/char/6FF7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%BF%B7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%A8i>,
        "濷"^^xsd:string .

<http://lexvo.org/id/char/6FF8> a lvont:Character ;
    lvont:represents "濸"^^xsd:string .

<http://lexvo.org/id/char/6FF9> a lvont:Character ;
    lvont:represents "濹"^^xsd:string .

<http://lexvo.org/id/char/6FFA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%BF%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%A0n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%A0n%20ji%C4%81n%20z%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E6%BF%BA>,
        <http://lexvo.org/id/term/kor/CHEN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zin1%20zin3>,
        <http://lexvo.org/id/term/yue/%E6%BF%BA>,
        "濺"^^xsd:string ;
    rdfs:comment "sprinkle, spray; spill, splash"@en .

<http://lexvo.org/id/char/6FFB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%BF%BB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C4%9Bi%20du%C3%AC>,
        "濻"^^xsd:string .

<http://lexvo.org/id/char/6FFC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%BF%BC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/lu%C3%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/lu%C3%B2%20b%C3%B3%20p%C5%8D%20l%C3%AC>,
        <http://lexvo.org/id/term/vie/nh%E1%BB%A3t>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bok6%20lok6>,
        <http://lexvo.org/id/term/yue/%E6%BF%BC>,
        "濼"^^xsd:string ;
    rdfs:comment "river in Shandong province"@en .

<http://lexvo.org/id/char/6FFD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%BF%BD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C3%A0n%20cu%C3%A1n%20qi%C3%A1n%20z%C4%81>,
        "濽"^^xsd:string .

<http://lexvo.org/id/char/6FFE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%BF%BE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C7%9C>,
        <http://lexvo.org/id/term/kor/%E6%BF%BE>,
        <http://lexvo.org/id/term/kor/LYE>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/leoi6>,
        <http://lexvo.org/id/term/yue/%E6%BF%BE>,
        "濾"^^xsd:string ;
    rdfs:comment "strain out, filter"@en .

<http://lexvo.org/id/char/6FFF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%BF%BF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lai6>,
        <http://lexvo.org/id/term/yue/%E6%BF%BF>,
        "濿"^^xsd:string ;
    rdfs:comment "cross on stepping-stones"@en .

<http://lexvo.org/id/char/7000> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%80%80>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C5%8Du>,
        "瀀"^^xsd:string .

<http://lexvo.org/id/char/7001> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%80%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A0ng%20y%C7%8Eng>,
        <http://lexvo.org/id/term/kor/%E7%80%81>,
        <http://lexvo.org/id/term/kor/YANG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/joeng6>,
        <http://lexvo.org/id/term/yue/%E7%80%81>,
        "瀁"^^xsd:string ;
    rdfs:comment "waves, ripples, rapids; overflow"@en .

<http://lexvo.org/id/char/7002> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%80%82>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C7%94>,
        <http://lexvo.org/id/term/vie/r%E1%BB%8F>,
        "瀂"^^xsd:string .

<http://lexvo.org/id/char/7003> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%80%83>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C3%AC>,
        "瀃"^^xsd:string .

<http://lexvo.org/id/char/7004> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%80%84>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%A9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zit1%20zit3>,
        <http://lexvo.org/id/term/yue/%E7%80%84>,
        "瀄"^^xsd:string ;
    rdfs:comment "(Cant.) to squeeze; to eject; to spray"@en .

<http://lexvo.org/id/char/7005> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%80%85>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%ACng%20ji%C5%8Dng%20y%C3%ADng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%ADng>,
        <http://lexvo.org/id/term/kor/%E7%80%85>,
        <http://lexvo.org/id/term/kor/HYENG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jing4>,
        <http://lexvo.org/id/term/yue/%E7%80%85>,
        "瀅"^^xsd:string ;
    rdfs:comment "clear, pure water; lucid; glossy"@en .

<http://lexvo.org/id/char/7006> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%80%86>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%BA%20d%C3%B2u>,
        <http://lexvo.org/id/term/kor/%E7%80%86>,
        <http://lexvo.org/id/term/kor/TOK>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/duk6>,
        <http://lexvo.org/id/term/yue/%E7%80%86>,
        "瀆"^^xsd:string ;
    rdfs:comment "ditch, sluice, gutter, drain"@en .

<http://lexvo.org/id/char/7007> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%80%87>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C7%8Eng>,
        <http://lexvo.org/id/term/kor/%E7%80%87>,
        <http://lexvo.org/id/term/kor/WANG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wong2>,
        <http://lexvo.org/id/term/yue/%E7%80%87>,
        "瀇"^^xsd:string ;
    rdfs:comment "extensive body of water; broad and deep of water; momentum of moving water deep and wide"@en .

<http://lexvo.org/id/char/7008> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%80%88>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C4%AB>,
        "瀈"^^xsd:string .

<http://lexvo.org/id/char/7009> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%80%89>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A8>,
        <http://lexvo.org/id/term/kor/%E7%80%89>,
        <http://lexvo.org/id/term/kor/SA>,
        <http://lexvo.org/id/term/vie/t%E1%BA%A3>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/se2%20se3>,
        <http://lexvo.org/id/term/yue/%E7%80%89>,
        "瀉"^^xsd:string ;
    rdfs:comment "drain off, leak; flow, pour down"@en .

<http://lexvo.org/id/char/700A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%80%8A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%A1n>,
        "瀊"^^xsd:string .

<http://lexvo.org/id/char/700B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%80%8B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C4%9Bn>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C4%9Bn%20ch%C3%A8n%20p%C3%A1n>,
        <http://lexvo.org/id/term/kor/%E7%80%8B>,
        <http://lexvo.org/id/term/kor/SIN>,
        <http://lexvo.org/id/term/vie/th%E1%BA%B3m>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sam2>,
        <http://lexvo.org/id/term/yue/%E7%80%8B>,
        "瀋"^^xsd:string ;
    rdfs:comment "juice; liquid; water; leak, pour"@en .

<http://lexvo.org/id/char/700C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%80%8C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/bi%C4%81o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/biu1>,
        <http://lexvo.org/id/term/yue/%E7%80%8C>,
        "瀌"^^xsd:string ;
    rdfs:comment "plenty"@en .

<http://lexvo.org/id/char/700D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%80%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cin4>,
        <http://lexvo.org/id/term/yue/%E7%80%8D>,
        "瀍"^^xsd:string ;
    rdfs:comment "river in Henan province"@en .

<http://lexvo.org/id/char/700E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%80%8E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%B2>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mut6>,
        <http://lexvo.org/id/term/yue/%E7%80%8E>,
        "瀎"^^xsd:string .

<http://lexvo.org/id/char/700F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%80%8F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C3%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C3%BA%20li%C5%AB>,
        <http://lexvo.org/id/term/kor/%E7%80%8F>,
        <http://lexvo.org/id/term/kor/LYU>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lau4>,
        <http://lexvo.org/id/term/yue/%E7%80%8F>,
        "瀏"^^xsd:string ;
    rdfs:comment "clear; bright; whistling"@en .

<http://lexvo.org/id/char/7010> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%80%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C4%81n>,
        <http://lexvo.org/id/term/vie/t%C6%B0%C6%A1m>,
        "瀐"^^xsd:string .

<http://lexvo.org/id/char/7011> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%80%91>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%A0o%200891.030%3Ap%C3%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%B9%20b%C3%A0o%20b%C3%B3>,
        <http://lexvo.org/id/term/kor/%E7%80%91>,
        <http://lexvo.org/id/term/kor/PHOK%20PHO>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/buk6>,
        <http://lexvo.org/id/term/yue/%E7%80%91>,
        "瀑"^^xsd:string ;
    rdfs:comment "waterfall, cascade; heavy rain"@en .

<http://lexvo.org/id/char/7012> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%80%92>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C3%A8>,
        <http://lexvo.org/id/term/kor/%E7%80%92>,
        <http://lexvo.org/id/term/kor/SAYK>,
        "瀒"^^xsd:string ;
    rdfs:comment "coarse, rough; astringent"@en .

<http://lexvo.org/id/char/7013> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%80%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%A9ng>,
        <http://lexvo.org/id/term/kor/%E7%80%93>,
        <http://lexvo.org/id/term/kor/CING>,
        "瀓"^^xsd:string .

<http://lexvo.org/id/char/7014> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%80%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C7%94>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/guk1>,
        <http://lexvo.org/id/term/yue/%E7%80%94>,
        "瀔"^^xsd:string ;
    rdfs:comment "river name in Henan province"@en .

<http://lexvo.org/id/char/7015> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%80%95>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C4%ABn>,
        <http://lexvo.org/id/term/kor/%E7%80%95>,
        <http://lexvo.org/id/term/kor/PIN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ban1%20pan4>,
        <http://lexvo.org/id/term/yue/%E7%80%95>,
        "瀕"^^xsd:string ;
    rdfs:comment "approach, be on verge of; near"@en .

<http://lexvo.org/id/char/7016> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%80%96>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%B2>,
        "瀖"^^xsd:string .

<http://lexvo.org/id/char/7017> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%80%97>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A0n>,
        "瀗"^^xsd:string .

<http://lexvo.org/id/char/7018> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%80%98>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%BA>,
        <http://lexvo.org/id/term/kor/%E7%80%98>,
        <http://lexvo.org/id/term/kor/LO>,
        <http://lexvo.org/id/term/vie/l%C6%B0>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lou4>,
        <http://lexvo.org/id/term/yue/%E7%80%98>,
        "瀘"^^xsd:string ;
    rdfs:comment "river in Jiangxi province"@en .

<http://lexvo.org/id/char/7019> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%80%99>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C4%ABn%20q%C3%ACn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/can3>,
        <http://lexvo.org/id/term/yue/%E7%80%99>,
        "瀙"^^xsd:string .

<http://lexvo.org/id/char/701A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%80%9A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E7%80%9A>,
        <http://lexvo.org/id/term/kor/HAN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hon6>,
        <http://lexvo.org/id/term/yue/%E7%80%9A>,
        "瀚"^^xsd:string ;
    rdfs:comment "vast, wide, extensive"@en .

<http://lexvo.org/id/char/701B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%80%9B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%ADng>,
        <http://lexvo.org/id/term/kor/%E7%80%9B>,
        <http://lexvo.org/id/term/kor/YENG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jing4>,
        <http://lexvo.org/id/term/yue/%E7%80%9B>,
        "瀛"^^xsd:string ;
    rdfs:comment "sea, ocean"@en .

<http://lexvo.org/id/char/701C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%80%9C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C5%8Dng%20r%C3%B3ng>,
        <http://lexvo.org/id/term/kor/%E7%80%9C>,
        <http://lexvo.org/id/term/kor/YUNG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jung4>,
        <http://lexvo.org/id/term/yue/%E7%80%9C>,
        "瀜"^^xsd:string .

<http://lexvo.org/id/char/701D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%80%9D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%AC>,
        <http://lexvo.org/id/term/kor/%E7%80%9D>,
        <http://lexvo.org/id/term/kor/LYEK>,
        <http://lexvo.org/id/term/vie/l%E1%BA%A1ch>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lik1%20lik6>,
        <http://lexvo.org/id/term/yue/%E7%80%9D>,
        "瀝"^^xsd:string ;
    rdfs:comment "trickle, drip; strain; dregs"@en .

<http://lexvo.org/id/char/701E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%80%9E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%ACng>,
        <http://lexvo.org/id/term/kor/%E7%80%9E>,
        <http://lexvo.org/id/term/kor/CENG>,
        "瀞"^^xsd:string ;
    rdfs:comment "pool in a river"@en .

<http://lexvo.org/id/char/701F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%80%9F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C4%81o>,
        <http://lexvo.org/id/term/kor/%E7%80%9F>,
        <http://lexvo.org/id/term/kor/SO>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/siu1>,
        <http://lexvo.org/id/term/yue/%E7%80%9F>,
        "瀟"^^xsd:string ;
    rdfs:comment "sound of beating wind and rain; light, ethereal"@en .

<http://lexvo.org/id/char/7020> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%80%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%ADng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jing4>,
        <http://lexvo.org/id/term/yue/%E7%80%A0>,
        "瀠"^^xsd:string ;
    rdfs:comment "tiny stream; swirl around; eddy"@en .

<http://lexvo.org/id/char/7021> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%80%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/su%C7%90>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/seoi5>,
        <http://lexvo.org/id/term/yue/%E7%80%A1>,
        "瀡"^^xsd:string ;
    rdfs:comment "slippery, smooth"@en .

<http://lexvo.org/id/char/7022> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%80%A2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C3%A9i>,
        "瀢"^^xsd:string .

<http://lexvo.org/id/char/7023> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%80%A3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A8>,
        <http://lexvo.org/id/term/kor/%E7%80%A3>,
        <http://lexvo.org/id/term/kor/HAY>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/haai6>,
        <http://lexvo.org/id/term/yue/%E7%80%A3>,
        "瀣"^^xsd:string ;
    rdfs:comment "sea mist; vapor"@en .

<http://lexvo.org/id/char/7024> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%80%A4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%A1i>,
        "瀤"^^xsd:string .

<http://lexvo.org/id/char/7025> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%80%A5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A0o>,
        "瀥"^^xsd:string .

<http://lexvo.org/id/char/7026> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%80%A6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C5%AB>,
        <http://lexvo.org/id/term/kor/%E7%80%A6>,
        <http://lexvo.org/id/term/kor/CE>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zyu1>,
        <http://lexvo.org/id/term/yue/%E7%80%A6>,
        "瀦"^^xsd:string ;
    rdfs:comment "pond; a pool"@en .

<http://lexvo.org/id/char/7027> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%80%A7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%B3ng%201073.071%3Ashu%C4%81ng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%B3ng%20shu%C4%81ng>,
        <http://lexvo.org/id/term/kor/%E7%80%A7>,
        <http://lexvo.org/id/term/kor/LYONG>,
        <http://lexvo.org/id/term/vie/r%C3%B4ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lung4%20soeng1>,
        <http://lexvo.org/id/term/yue/%E7%80%A7>,
        "瀧"^^xsd:string ;
    rdfs:comment "raining; wet; soaked; a river in Guangdong"@en .

<http://lexvo.org/id/char/7028> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%80%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%A0i>,
        <http://lexvo.org/id/term/kor/%E7%80%A8>,
        <http://lexvo.org/id/term/kor/LOY>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/laai6>,
        <http://lexvo.org/id/term/yue/%E7%80%A8>,
        "瀨"^^xsd:string ;
    rdfs:comment "swift current; rapids"@en .

<http://lexvo.org/id/char/7029> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%80%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/du%C3%AC>,
        "瀩"^^xsd:string .

<http://lexvo.org/id/char/702A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%80%AA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%A1n>,
        "瀪"^^xsd:string .

<http://lexvo.org/id/char/702B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%80%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%BA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/huk1%20huk6>,
        <http://lexvo.org/id/term/yue/%E7%80%AB>,
        "瀫"^^xsd:string .

<http://lexvo.org/id/char/702C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%80%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%A0i>,
        <http://lexvo.org/id/term/kor/%E7%80%AC>,
        <http://lexvo.org/id/term/kor/LOY>,
        "瀬"^^xsd:string ;
    rdfs:comment "swift current; rapids"@en .

<http://lexvo.org/id/char/702D> a lvont:Character ;
    lvont:represents "瀭"^^xsd:string .

<http://lexvo.org/id/char/702E> a lvont:Character ;
    lvont:represents "瀮"^^xsd:string .

<http://lexvo.org/id/char/702F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%80%AF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%ADng>,
        <http://lexvo.org/id/term/kor/%E7%80%AF>,
        <http://lexvo.org/id/term/kor/YENG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jing4>,
        <http://lexvo.org/id/term/yue/%E7%80%AF>,
        "瀯"^^xsd:string .

<http://lexvo.org/id/char/7030> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%80%B0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%AD%20m%C7%90>,
        <http://lexvo.org/id/term/kor/%E7%80%B0>,
        <http://lexvo.org/id/term/kor/MI>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mei4%20nei4>,
        <http://lexvo.org/id/term/yue/%E7%80%B0>,
        "瀰"^^xsd:string ;
    rdfs:comment "overflow"@en .

<http://lexvo.org/id/char/7031> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%80%B1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gai3>,
        <http://lexvo.org/id/term/yue/%E7%80%B1>,
        "瀱"^^xsd:string .

<http://lexvo.org/id/char/7032> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%80%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E7%80%B2>,
        <http://lexvo.org/id/term/kor/LYEM>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lim6>,
        <http://lexvo.org/id/term/yue/%E7%80%B2>,
        "瀲"^^xsd:string ;
    rdfs:comment "waves, ripples; overflow"@en .

<http://lexvo.org/id/char/7033> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%80%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%A0n>,
        "瀳"^^xsd:string .

<http://lexvo.org/id/char/7034> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%80%B4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%90ng%20y%C4%ABng%20y%C3%ACng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jing1%20jing2>,
        <http://lexvo.org/id/term/yue/%E7%80%B4>,
        "瀴"^^xsd:string .

<http://lexvo.org/id/char/7035> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%80%B5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%A8n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fan3>,
        <http://lexvo.org/id/term/yue/%E7%80%B5>,
        "瀵"^^xsd:string .

<http://lexvo.org/id/char/7036> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%80%B6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%ADn>,
        "瀶"^^xsd:string .

<http://lexvo.org/id/char/7037> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%80%B7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%AC>,
        <http://lexvo.org/id/term/kor/%E7%80%B7>,
        <http://lexvo.org/id/term/kor/IK>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jik6>,
        <http://lexvo.org/id/term/yue/%E7%80%B7>,
        "瀷"^^xsd:string .

<http://lexvo.org/id/char/7038> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%80%B8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C4%81n>,
        <http://lexvo.org/id/term/kor/%E7%80%B8>,
        <http://lexvo.org/id/term/kor/CHEM>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cim1%20zim1>,
        <http://lexvo.org/id/term/yue/%E7%80%B8>,
        "瀸"^^xsd:string .

<http://lexvo.org/id/char/7039> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%80%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/yu%C3%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/yu%C3%A8%20y%C3%A0o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/joek6>,
        <http://lexvo.org/id/term/yue/%E7%80%B9>,
        "瀹"^^xsd:string ;
    rdfs:comment "to boil; to wash, to cleanse, to soak"@en .

<http://lexvo.org/id/char/703A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%80%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/caam4>,
        <http://lexvo.org/id/term/yue/%E7%80%BA>,
        "瀺"^^xsd:string ;
    rdfs:comment "sound"@en .

<http://lexvo.org/id/char/703B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%80%BB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%A0i>,
        "瀻"^^xsd:string .

<http://lexvo.org/id/char/703C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%80%BC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/r%C3%A1ng%200955.150%3Ar%C3%A0ng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/r%C3%A1ng%20r%C3%A0ng>,
        <http://lexvo.org/id/term/kor/%E7%80%BC>,
        <http://lexvo.org/id/term/kor/YANG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/joeng4>,
        <http://lexvo.org/id/term/yue/%E7%80%BC>,
        "瀼"^^xsd:string ;
    rdfs:comment "river in Henan province; flowing"@en .

<http://lexvo.org/id/char/703D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%80%BD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C7%8En>,
        "瀽"^^xsd:string .

<http://lexvo.org/id/char/703E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%80%BE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%A1n>,
        <http://lexvo.org/id/term/kor/%E7%80%BE>,
        <http://lexvo.org/id/term/kor/LAN>,
        <http://lexvo.org/id/term/vie/nh%E1%BA%AFm%20l%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/laan4>,
        <http://lexvo.org/id/term/yue/%E7%80%BE>,
        "瀾"^^xsd:string ;
    rdfs:comment "overflowing; waves, ripples"@en .

<http://lexvo.org/id/char/703F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%80%BF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/faan4>,
        <http://lexvo.org/id/term/yue/%E7%80%BF>,
        "瀿"^^xsd:string .

<http://lexvo.org/id/char/7040> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%81%80>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/shu%C3%A0ng>,
        "灀"^^xsd:string .

<http://lexvo.org/id/char/7041> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%81%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/yu%C4%81n>,
        "灁"^^xsd:string .

<http://lexvo.org/id/char/7042> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%81%82>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zhu%C3%B3%20ji%C3%A0o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ziu3%20zok6%20zuk1>,
        <http://lexvo.org/id/term/yue/%E7%81%82>,
        "灂"^^xsd:string .

<http://lexvo.org/id/char/7043> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%81%83>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C4%93ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fung1>,
        <http://lexvo.org/id/term/yue/%E7%81%83>,
        "灃"^^xsd:string ;
    rdfs:comment "river in Shanxi province"@en .

<http://lexvo.org/id/char/7044> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%81%84>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%A8%20n%C3%AC>,
        <http://lexvo.org/id/term/kor/%E7%81%84>,
        <http://lexvo.org/id/term/kor/SEP>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sip3>,
        <http://lexvo.org/id/term/yue/%E7%81%84>,
        "灄"^^xsd:string ;
    rdfs:comment "river in Hubei province"@en .

<http://lexvo.org/id/char/7045> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%81%85>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C4%9Bi>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/leoi5>,
        <http://lexvo.org/id/term/yue/%E7%81%85>,
        "灅"^^xsd:string .

<http://lexvo.org/id/char/7046> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%81%86>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%A1n>,
        "灆"^^xsd:string .

<http://lexvo.org/id/char/7047> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%81%87>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C3%B3ng>,
        "灇"^^xsd:string .

<http://lexvo.org/id/char/7048> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%81%88>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C3%BA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/keoi4>,
        <http://lexvo.org/id/term/yue/%E7%81%88>,
        "灈"^^xsd:string .

<http://lexvo.org/id/char/7049> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%81%89>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C5%8Dng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jung1>,
        <http://lexvo.org/id/term/yue/%E7%81%89>,
        "灉"^^xsd:string ;
    rdfs:comment "a river in Shandong province; a sluice"@en .

<http://lexvo.org/id/char/704A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%81%8A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cim4>,
        <http://lexvo.org/id/term/yue/%E7%81%8A>,
        "灊"^^xsd:string .

<http://lexvo.org/id/char/704B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%81%8B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C7%8E>,
        "灋"^^xsd:string ;
    rdfs:comment "law"@en .

<http://lexvo.org/id/char/704C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%81%8C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/gu%C3%A0n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/gu%C3%A0n%20hu%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E7%81%8C>,
        <http://lexvo.org/id/term/kor/KWAN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gun3>,
        <http://lexvo.org/id/term/yue/%E7%81%8C>,
        "灌"^^xsd:string ;
    rdfs:comment "pour; water; irrigate, flood"@en .

<http://lexvo.org/id/char/704D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%81%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qu%C3%A8>,
        "灍"^^xsd:string .

<http://lexvo.org/id/char/704E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%81%8E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E7%81%8E>,
        <http://lexvo.org/id/term/kor/YEM>,
        "灎"^^xsd:string ;
    rdfs:comment "movement of water; overflowing, billowing; wavy"@en .

<http://lexvo.org/id/char/704F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%81%8F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A0o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hou6>,
        <http://lexvo.org/id/term/yue/%E7%81%8F>,
        "灏"^^xsd:string ;
    rdfs:comment "vast, large, grand, expansive"@en .

<http://lexvo.org/id/char/7050> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/kor/%E7%81%90>,
        <http://lexvo.org/id/term/kor/HYENG>,
        "灐"^^xsd:string .

<http://lexvo.org/id/char/7051> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%81%91>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C7%8E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C7%8E%20l%C3%AD%20xi%C7%8En%20x%C7%90%20sh%C4%AB>,
        <http://lexvo.org/id/term/kor/%E7%81%91>,
        <http://lexvo.org/id/term/kor/SAY%20SWAY>,
        <http://lexvo.org/id/term/vie/ng%C6%A1%20r%E1%BB%A3i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/saa2>,
        <http://lexvo.org/id/term/yue/%E7%81%91>,
        "灑"^^xsd:string ;
    rdfs:comment "sprinkle, splash; scatter, throw"@en .

<http://lexvo.org/id/char/7052> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%81%92>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zaan3%20zaan6>,
        <http://lexvo.org/id/term/yue/%E7%81%92>,
        "灒"^^xsd:string ;
    rdfs:comment "to spatter, to splash, to scatter"@en .

<http://lexvo.org/id/char/7053> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%81%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/lu%C3%A1n>,
        <http://lexvo.org/id/term/kor/%E7%81%93>,
        <http://lexvo.org/id/term/kor/LAN>,
        "灓"^^xsd:string .

<http://lexvo.org/id/char/7054> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%81%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A0n>,
        "灔"^^xsd:string ;
    rdfs:comment "waves, billows"@en .

<http://lexvo.org/id/char/7055> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%81%95>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lei4>,
        <http://lexvo.org/id/term/yue/%E7%81%95>,
        "灕"^^xsd:string ;
    rdfs:comment "short name for Guangxi province"@en .

<http://lexvo.org/id/char/7056> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%81%96>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C7%90>,
        "灖"^^xsd:string .

<http://lexvo.org/id/char/7057> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%81%97>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%A0n>,
        "灗"^^xsd:string .

<http://lexvo.org/id/char/7058> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%81%98>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C4%81n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C4%81n%20h%C3%A0n%20n%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E7%81%98>,
        <http://lexvo.org/id/term/kor/THAN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/taan1%20taan5>,
        <http://lexvo.org/id/term/yue/%E7%81%98>,
        "灘"^^xsd:string ;
    rdfs:comment "bank, a sandbar, shoal; rapids"@en .

<http://lexvo.org/id/char/7059> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%81%99>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C7%8Eng>,
        "灙"^^xsd:string .

<http://lexvo.org/id/char/705A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%81%9A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C7%8Eo>,
        "灚"^^xsd:string .

<http://lexvo.org/id/char/705B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%81%9B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C7%8En>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cin2>,
        <http://lexvo.org/id/term/yue/%E7%81%9B>,
        "灛"^^xsd:string .

<http://lexvo.org/id/char/705C> a lvont:Character ;
    lvont:represents "灜"^^xsd:string .

<http://lexvo.org/id/char/705D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%81%9D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A0o>,
        <http://lexvo.org/id/term/kor/%E7%81%9D>,
        <http://lexvo.org/id/term/kor/HO>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hou6>,
        <http://lexvo.org/id/term/yue/%E7%81%9D>,
        "灝"^^xsd:string ;
    rdfs:comment "vast, large, grand, expansive"@en .

<http://lexvo.org/id/char/705E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%81%9E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%A0>,
        <http://lexvo.org/id/term/kor/%E7%81%9E>,
        <http://lexvo.org/id/term/kor/PHA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/baa3>,
        <http://lexvo.org/id/term/yue/%E7%81%9E>,
        "灞"^^xsd:string ;
    rdfs:comment "river in Shanxi province"@en .

<http://lexvo.org/id/char/705F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%81%9F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%BA>,
        <http://lexvo.org/id/term/vie/lu%E1%BB%99c>,
        "灟"^^xsd:string .

<http://lexvo.org/id/char/7060> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%81%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C7%8En>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/laam5%20laam6>,
        <http://lexvo.org/id/term/yue/%E7%81%A0>,
        "灠"^^xsd:string ;
    rdfs:comment "marinate in salt"@en .

<http://lexvo.org/id/char/7061> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%81%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%A1n>,
        <http://lexvo.org/id/term/vie/l%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/laan4>,
        <http://lexvo.org/id/term/yue/%E7%81%A1>,
        "灡"^^xsd:string .

<http://lexvo.org/id/char/7062> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%81%A2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C7%8Eng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/nong5>,
        <http://lexvo.org/id/term/yue/%E7%81%A2>,
        "灢"^^xsd:string ;
    rdfs:comment "muddy; thick, muddy water"@en .

<http://lexvo.org/id/char/7063> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%81%A3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C4%81n>,
        <http://lexvo.org/id/term/kor/%E7%81%A3>,
        <http://lexvo.org/id/term/kor/MAN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/waan1%20waan4>,
        <http://lexvo.org/id/term/yue/%E7%81%A3>,
        "灣"^^xsd:string ;
    rdfs:comment "a bay, cove, inlet, bend of stream"@en .

<http://lexvo.org/id/char/7064> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%81%A4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/lu%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lyun4>,
        <http://lexvo.org/id/term/yue/%E7%81%A4>,
        "灤"^^xsd:string ;
    rdfs:comment "river and county in Hebei province"@en .

<http://lexvo.org/id/char/7065> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%81%A5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C3%BAn>,
        "灥"^^xsd:string ;
    rdfs:comment "a group of springs"@en .

<http://lexvo.org/id/char/7066> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%81%A6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C7%8En>,
        "灦"^^xsd:string .

<http://lexvo.org/id/char/7067> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%81%A7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E7%81%A7>,
        <http://lexvo.org/id/term/kor/YEM>,
        "灧"^^xsd:string ;
    rdfs:comment "overflowing, billowing; wavy"@en .

<http://lexvo.org/id/char/7068> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%81%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C3%A0n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C7%8En%20g%C3%A0n%20g%C3%B2ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gam3>,
        <http://lexvo.org/id/term/yue/%E7%81%A8>,
        "灨"^^xsd:string ;
    rdfs:comment "the River Gan in Jiangxi"@en .

<http://lexvo.org/id/char/7069> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%81%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E7%81%A9>,
        <http://lexvo.org/id/term/kor/YEM>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jim6>,
        <http://lexvo.org/id/term/yue/%E7%81%A9>,
        "灩"^^xsd:string ;
    rdfs:comment "overflowing, billowing; wavy"@en .

<http://lexvo.org/id/char/706A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%81%AA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%B9>,
        "灪"^^xsd:string .

<http://lexvo.org/id/char/706D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%81%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/mi%C3%A8>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mit6>,
        <http://lexvo.org/id/term/yue/%E7%81%AD>,
        "灭"^^xsd:string ;
    rdfs:comment "extinguish; wipe out, exterminate"@en .

<http://lexvo.org/id/char/706E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%81%AE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/gu%C4%81ng>,
        "灮"^^xsd:string .

<http://lexvo.org/id/char/706F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%81%AF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C4%93ng>,
        <http://lexvo.org/id/term/kor/%E7%81%AF>,
        <http://lexvo.org/id/term/kor/CENG%20TUNG>,
        <http://lexvo.org/id/term/vie/%C4%91%C4%83ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dang1>,
        <http://lexvo.org/id/term/yue/%E7%81%AF>,
        "灯"^^xsd:string ;
    rdfs:comment "lantern, lamp"@en .

<http://lexvo.org/id/char/7070> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%81%B0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C4%AB>,
        <http://lexvo.org/id/term/kor/%E7%81%B0>,
        <http://lexvo.org/id/term/kor/HOY>,
        <http://lexvo.org/id/term/vie/h%C3%B4i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fui1>,
        <http://lexvo.org/id/term/yue/%E7%81%B0>,
        "灰"^^xsd:string ;
    rdfs:comment "ashes; dust; lime, mortar"@en .

<http://lexvo.org/id/char/7071> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%81%B1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C4%81o>,
        "灱"^^xsd:string .

<http://lexvo.org/id/char/7072> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%81%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C4%81o>,
        "灲"^^xsd:string .

<http://lexvo.org/id/char/7073> a lvont:Character ;
    lvont:represents "灳"^^xsd:string .

<http://lexvo.org/id/char/7074> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%81%B4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%B3ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hung4>,
        <http://lexvo.org/id/term/yue/%E7%81%B4>,
        "灴"^^xsd:string ;
    rdfs:comment "to bake, to roast; to dry at a fire"@en .

<http://lexvo.org/id/char/7075> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%81%B5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%ADng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%ADng%20l%C3%ACng>,
        <http://lexvo.org/id/term/kor/%E7%81%B5>,
        <http://lexvo.org/id/term/kor/LYENG>,
        <http://lexvo.org/id/term/vie/linh>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ling4>,
        <http://lexvo.org/id/term/yue/%E7%81%B5>,
        "灵"^^xsd:string ;
    rdfs:comment "spirit, soul; spiritual world"@en .

<http://lexvo.org/id/char/7076> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%81%B6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C3%A0o>,
        <http://lexvo.org/id/term/vie/t%C3%A1o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zou3>,
        <http://lexvo.org/id/term/yue/%E7%81%B6>,
        "灶"^^xsd:string ;
    rdfs:comment "kitchen stove, cooking stove"@en .

<http://lexvo.org/id/char/7077> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%81%B7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zhu%C3%A0n>,
        "灷"^^xsd:string .

<http://lexvo.org/id/char/7078> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%81%B8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C7%94>,
        <http://lexvo.org/id/term/kor/%E7%81%B8>,
        <http://lexvo.org/id/term/kor/KWU>,
        <http://lexvo.org/id/term/vie/c%E1%BB%A9u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gau3>,
        <http://lexvo.org/id/term/yue/%E7%81%B8>,
        "灸"^^xsd:string ;
    rdfs:comment "cauterize with moxa; moxibustion"@en .

<http://lexvo.org/id/char/7079> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%81%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%A0>,
        "灹"^^xsd:string .

<http://lexvo.org/id/char/707A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%81%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A8>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ce6%20se3>,
        <http://lexvo.org/id/term/yue/%E7%81%BA>,
        "灺"^^xsd:string ;
    rdfs:comment "candle-end"@en .

<http://lexvo.org/id/char/707B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%81%BB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%AC>,
        "灻"^^xsd:string .

<http://lexvo.org/id/char/707C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%81%BC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zhu%C3%B3>,
        <http://lexvo.org/id/term/kor/%E7%81%BC>,
        <http://lexvo.org/id/term/kor/CAK%20SA>,
        <http://lexvo.org/id/term/vie/ch%C6%B0%E1%BB%9Bc>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/coek3%20zoek3>,
        <http://lexvo.org/id/term/yue/%E7%81%BC>,
        "灼"^^xsd:string ;
    rdfs:comment "burn; broil; cauterize; bright"@en .

<http://lexvo.org/id/char/707D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%81%BD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C4%81i>,
        <http://lexvo.org/id/term/kor/%E7%81%BD>,
        <http://lexvo.org/id/term/kor/CAY>,
        <http://lexvo.org/id/term/vie/tai>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zoi1>,
        <http://lexvo.org/id/term/yue/%E7%81%BD>,
        "災"^^xsd:string ;
    rdfs:comment "calamity, disaster, catastrophe"@en .

<http://lexvo.org/id/char/707E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%81%BE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C4%81i>,
        <http://lexvo.org/id/term/kor/%E7%81%BE>,
        <http://lexvo.org/id/term/kor/CAY>,
        <http://lexvo.org/id/term/vie/tai>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zoi1>,
        <http://lexvo.org/id/term/yue/%E7%81%BE>,
        "灾"^^xsd:string ;
    rdfs:comment "calamity, disaster, catastrophe"@en .

<http://lexvo.org/id/char/707F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%81%BF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/can3>,
        <http://lexvo.org/id/term/yue/%E7%81%BF>,
        "灿"^^xsd:string ;
    rdfs:comment "vivid, illuminating; bright"@en .

<http://lexvo.org/id/char/7080> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%82%80>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A1ng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A1ng%20y%C3%A0ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/joeng4>,
        <http://lexvo.org/id/term/yue/%E7%82%80>,
        "炀"^^xsd:string ;
    rdfs:comment "roast; scorch; melt; flame"@en .

<http://lexvo.org/id/char/7081> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%82%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C3%AC>,
        <http://lexvo.org/id/term/kor/%E7%82%81>,
        <http://lexvo.org/id/term/kor/KI>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hei3>,
        <http://lexvo.org/id/term/yue/%E7%82%81>,
        "炁"^^xsd:string ;
    rdfs:comment "breath, air, steam, gas. weather. used in Taoist charms"@en .

<http://lexvo.org/id/char/7082> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%82%82>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C5%8Dng>,
        "炂"^^xsd:string .

<http://lexvo.org/id/char/7083> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%82%83>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%A9n>,
        "炃"^^xsd:string .

<http://lexvo.org/id/char/7084> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%82%84>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ni%C7%94>,
        "炄"^^xsd:string .

<http://lexvo.org/id/char/7085> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%82%85>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/gu%C3%AC%200604.080%3Aji%C7%92ng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C7%92ng%20g%C4%9Bng%20gu%C3%AC>,
        <http://lexvo.org/id/term/kor/%E7%82%85>,
        <http://lexvo.org/id/term/kor/KYENG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gwai6%20gwing2>,
        <http://lexvo.org/id/term/yue/%E7%82%85>,
        "炅"^^xsd:string ;
    rdfs:comment "brilliance"@en .

<http://lexvo.org/id/char/7086> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%82%86>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C3%A9n>,
        <http://lexvo.org/id/term/kor/%E7%82%86>,
        <http://lexvo.org/id/term/kor/MWUN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/man1>,
        <http://lexvo.org/id/term/yue/%E7%82%86>,
        "炆"^^xsd:string ;
    rdfs:comment "(Cant.) to simmer, cook over a slow fire"@en .

<http://lexvo.org/id/char/7087> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%82%87>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%B2>,
        "炇"^^xsd:string .

<http://lexvo.org/id/char/7088> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%82%88>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%AC>,
        "炈"^^xsd:string .

<http://lexvo.org/id/char/7089> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%82%89>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%BA>,
        <http://lexvo.org/id/term/kor/%E7%82%89>,
        <http://lexvo.org/id/term/kor/LO>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lou4>,
        <http://lexvo.org/id/term/yue/%E7%82%89>,
        "炉"^^xsd:string ;
    rdfs:comment "fireplace, stove, oven, furnace"@en .

<http://lexvo.org/id/char/708A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%82%8A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/chu%C4%AB>,
        <http://lexvo.org/id/term/kor/%E7%82%8A>,
        <http://lexvo.org/id/term/kor/CHWI>,
        <http://lexvo.org/id/term/vie/tr%C3%B2n%20s%C3%B4i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ceoi1>,
        <http://lexvo.org/id/term/yue/%E7%82%8A>,
        "炊"^^xsd:string ;
    rdfs:comment "cook; meal"@en .

<http://lexvo.org/id/char/708B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%82%8B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C4%AB>,
        "炋"^^xsd:string .

<http://lexvo.org/id/char/708C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%82%8C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C3%A0i>,
        "炌"^^xsd:string .

<http://lexvo.org/id/char/708D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%82%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%A0n>,
        "炍"^^xsd:string .

<http://lexvo.org/id/char/708E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%82%8E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A1n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A1n%20y%C3%A0n%20t%C3%A1n>,
        <http://lexvo.org/id/term/kor/%E7%82%8E>,
        <http://lexvo.org/id/term/kor/YEM>,
        <http://lexvo.org/id/term/vie/vi%C3%AAm>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jim4>,
        <http://lexvo.org/id/term/yue/%E7%82%8E>,
        "炎"^^xsd:string ;
    rdfs:comment "flame, blaze; hot"@en .

<http://lexvo.org/id/char/708F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%82%8F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C3%A0i>,
        "炏"^^xsd:string .

<http://lexvo.org/id/char/7090> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%82%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%A0ng>,
        <http://lexvo.org/id/term/vie/ph%E1%BB%ABng>,
        "炐"^^xsd:string .

<http://lexvo.org/id/char/7091> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%82%91>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%B9>,
        "炑"^^xsd:string .

<http://lexvo.org/id/char/7092> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%82%92>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C7%8Eo>,
        <http://lexvo.org/id/term/kor/%E7%82%92>,
        <http://lexvo.org/id/term/kor/CHO>,
        <http://lexvo.org/id/term/vie/sao>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/caau2>,
        <http://lexvo.org/id/term/yue/%E7%82%92>,
        "炒"^^xsd:string ;
    rdfs:comment "fry, saute, roast, boil, cook"@en .

<http://lexvo.org/id/char/7093> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%82%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C3%A0o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/liu6>,
        <http://lexvo.org/id/term/yue/%E7%82%93>,
        "炓"^^xsd:string .

<http://lexvo.org/id/char/7094> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%82%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/gu%C3%AC%200950.080%3Aqu%C4%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/gu%C3%AC%20xu%C3%A8%20qu%C4%93%20g%C4%9Bng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gai3%20kyut3>,
        <http://lexvo.org/id/term/yue/%E7%82%94>,
        "炔"^^xsd:string ;
    rdfs:comment "acetylene"@en .

<http://lexvo.org/id/char/7095> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%82%95>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C3%A0ng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C3%A0ng%20h%C4%81ng>,
        <http://lexvo.org/id/term/kor/%E7%82%95>,
        <http://lexvo.org/id/term/kor/HANG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hong3%20kong3>,
        <http://lexvo.org/id/term/yue/%E7%82%95>,
        "炕"^^xsd:string ;
    rdfs:comment "the brick-bed in northern China"@en .

<http://lexvo.org/id/char/7096> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%82%96>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%B9n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%BAn%20d%C3%B9n%20t%C5%ABn>,
        <http://lexvo.org/id/term/vie/%C4%91o%C3%A1i%20%C4%91%C3%B9n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dan6%20deon6>,
        <http://lexvo.org/id/term/yue/%E7%82%96>,
        "炖"^^xsd:string ;
    rdfs:comment "heat with fire; stew"@en .

<http://lexvo.org/id/char/7097> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%82%97>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/gu%C4%81ng>,
        "炗"^^xsd:string .

<http://lexvo.org/id/char/7098> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%82%98>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C4%ABn>,
        <http://lexvo.org/id/term/kor/%E7%82%98>,
        <http://lexvo.org/id/term/kor/HUN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jan1>,
        <http://lexvo.org/id/term/yue/%E7%82%98>,
        "炘"^^xsd:string ;
    rdfs:comment "brilliant, shining, bright"@en .

<http://lexvo.org/id/char/7099> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%82%99>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%AC>,
        <http://lexvo.org/id/term/kor/%E7%82%99>,
        <http://lexvo.org/id/term/kor/CA%20CEK>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zek3%20zik3>,
        <http://lexvo.org/id/term/yue/%E7%82%99>,
        "炙"^^xsd:string ;
    rdfs:comment "roast, broil; toast; cauterize"@en .

<http://lexvo.org/id/char/709A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/kor/%E7%82%9A>,
        <http://lexvo.org/id/term/kor/KWANG>,
        "炚"^^xsd:string .

<http://lexvo.org/id/char/709B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%82%9B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/gu%C4%81ng%20gu%C3%A0ng>,
        "炛"^^xsd:string .

<http://lexvo.org/id/char/709C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%82%9C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C4%9Bi>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wai5>,
        <http://lexvo.org/id/term/yue/%E7%82%9C>,
        "炜"^^xsd:string ;
    rdfs:comment "brilliant red; glowing"@en .

<http://lexvo.org/id/char/709D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%82%9D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C3%A0ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/coeng3>,
        <http://lexvo.org/id/term/yue/%E7%82%9D>,
        "炝"^^xsd:string ;
    rdfs:comment "stir-fry or boil in water or oil then cook with a sauce"@en .

<http://lexvo.org/id/char/709E> a lvont:Character ;
    lvont:represents "炞"^^xsd:string .

<http://lexvo.org/id/char/709F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%82%9F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%A1>,
        <http://lexvo.org/id/term/vie/r%C3%A1n>,
        "炟"^^xsd:string .

<http://lexvo.org/id/char/70A0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%82%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A1>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/saap6>,
        <http://lexvo.org/id/term/yue/%E7%82%A0>,
        "炠"^^xsd:string ;
    rdfs:comment "(Cant.) to cook in boiling water"@en .

<http://lexvo.org/id/char/70A1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%82%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C4%93ng>,
        <http://lexvo.org/id/term/kor/%E7%82%A1>,
        <http://lexvo.org/id/term/kor/CENG>,
        "炡"^^xsd:string .

<http://lexvo.org/id/char/70A2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%82%A2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%BA>,
        "炢"^^xsd:string .

<http://lexvo.org/id/char/70A3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%82%A3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C4%9B>,
        "炣"^^xsd:string .

<http://lexvo.org/id/char/70A4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%82%A4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%A0o>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%A0o%20zh%C4%81o>,
        <http://lexvo.org/id/term/kor/%E7%82%A4>,
        <http://lexvo.org/id/term/kor/SO%20CO>,
        <http://lexvo.org/id/term/vie/chi%E1%BA%BFu>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ziu3>,
        <http://lexvo.org/id/term/yue/%E7%82%A4>,
        "炤"^^xsd:string ;
    rdfs:comment "illumine, light up; reflect"@en .

<http://lexvo.org/id/char/70A5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%82%A5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%BA>,
        <http://lexvo.org/id/term/vie/ph%E1%BB%A5t>,
        "炥"^^xsd:string .

<http://lexvo.org/id/char/70A6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%82%A6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%A1>,
        "炦"^^xsd:string .

<http://lexvo.org/id/char/70A7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%82%A7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/du%C3%B2%20xi%C3%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A8>,
        "炧"^^xsd:string ;
    rdfs:comment "ashes"@en .

<http://lexvo.org/id/char/70A8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%82%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/du%C3%B2>,
        "炨"^^xsd:string .

<http://lexvo.org/id/char/70A9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%82%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%ACng>,
        <http://lexvo.org/id/term/vie/r%E1%BA%A1nh>,
        "炩"^^xsd:string .

<http://lexvo.org/id/char/70AA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%82%AA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zhu%C3%B3>,
        <http://lexvo.org/id/term/vie/%C4%91%E1%BB%91t>,
        "炪"^^xsd:string .

<http://lexvo.org/id/char/70AB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%82%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xu%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E7%82%AB>,
        <http://lexvo.org/id/term/kor/HYEN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jyun4%20jyun6>,
        <http://lexvo.org/id/term/yue/%E7%82%AB>,
        "炫"^^xsd:string ;
    rdfs:comment "shine, glitter; show off, flaunt"@en .

<http://lexvo.org/id/char/70AC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%82%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%B9>,
        <http://lexvo.org/id/term/kor/%E7%82%AC>,
        <http://lexvo.org/id/term/kor/KE>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/geoi6>,
        <http://lexvo.org/id/term/yue/%E7%82%AC>,
        "炬"^^xsd:string ;
    rdfs:comment "torch"@en .

<http://lexvo.org/id/char/70AD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%82%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E7%82%AD>,
        <http://lexvo.org/id/term/kor/THAN>,
        <http://lexvo.org/id/term/vie/than>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/taan3>,
        <http://lexvo.org/id/term/yue/%E7%82%AD>,
        "炭"^^xsd:string ;
    rdfs:comment "charcoal; coal; carbon"@en .

<http://lexvo.org/id/char/70AE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%82%AE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C4%81o%200856.030%3Ap%C3%A1o%200858.020%3Ap%C3%A0o>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%A0o%20b%C4%81o%20p%C3%A1o>,
        <http://lexvo.org/id/term/kor/%E7%82%AE>,
        <http://lexvo.org/id/term/kor/PHO>,
        <http://lexvo.org/id/term/vie/ph%C3%A1o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/baau1%20paau3>,
        <http://lexvo.org/id/term/yue/%E7%82%AE>,
        "炮"^^xsd:string ;
    rdfs:comment "large gun, cannon; artillery"@en .

<http://lexvo.org/id/char/70AF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%82%AF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C7%92ng>,
        <http://lexvo.org/id/term/kor/%E7%82%AF>,
        <http://lexvo.org/id/term/kor/HYENG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gwing2>,
        <http://lexvo.org/id/term/yue/%E7%82%AF>,
        "炯"^^xsd:string ;
    rdfs:comment "bright, brilliant, clear; hot"@en .

<http://lexvo.org/id/char/70B0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%82%B0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%A1o%20p%C3%A0o>,
        <http://lexvo.org/id/term/kor/%E7%82%B0>,
        <http://lexvo.org/id/term/kor/PHO>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/paau4>,
        <http://lexvo.org/id/term/yue/%E7%82%B0>,
        "炰"^^xsd:string ;
    rdfs:comment "roast, broil; bake"@en .

<http://lexvo.org/id/char/70B1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%82%B1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%A1i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/toi4>,
        <http://lexvo.org/id/term/yue/%E7%82%B1>,
        "炱"^^xsd:string ;
    rdfs:comment "soot"@en .

<http://lexvo.org/id/char/70B2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%82%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%A1i>,
        "炲"^^xsd:string .

<http://lexvo.org/id/char/70B3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%82%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C7%90ng>,
        <http://lexvo.org/id/term/kor/%E7%82%B3>,
        <http://lexvo.org/id/term/kor/PYENG>,
        <http://lexvo.org/id/term/vie/%C4%91%C3%B2ng%20b%C3%ADnh>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bing2>,
        <http://lexvo.org/id/term/yue/%E7%82%B3>,
        "炳"^^xsd:string ;
    rdfs:comment "bright, luminous; glorious"@en .

<http://lexvo.org/id/char/70B4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%82%B4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%8Eng>,
        "炴"^^xsd:string .

<http://lexvo.org/id/char/70B5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%82%B5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C5%8Dng>,
        <http://lexvo.org/id/term/kor/%E7%82%B5>,
        <http://lexvo.org/id/term/kor/TONG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tung1>,
        <http://lexvo.org/id/term/yue/%E7%82%B5>,
        "炵"^^xsd:string .

<http://lexvo.org/id/char/70B6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%82%B6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C4%81n>,
        <http://lexvo.org/id/term/vie/tr%C3%A8m>,
        "炶"^^xsd:string .

<http://lexvo.org/id/char/70B7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%82%B7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%B9>,
        <http://lexvo.org/id/term/kor/%E7%82%B7>,
        <http://lexvo.org/id/term/kor/CWU>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zyu3>,
        <http://lexvo.org/id/term/yue/%E7%82%B7>,
        "炷"^^xsd:string ;
    rdfs:comment "candle wick, lamp wick; stick of incense"@en .

<http://lexvo.org/id/char/70B8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%82%B8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%A0%20zh%C3%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%A1%201449.010%3Azh%C3%A0>,
        <http://lexvo.org/id/term/kor/%E7%82%B8>,
        <http://lexvo.org/id/term/kor/CAK>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zaa3>,
        <http://lexvo.org/id/term/yue/%E7%82%B8>,
        "炸"^^xsd:string ;
    rdfs:comment "to fry in oil; to scald; to explode"@en .

<http://lexvo.org/id/char/70B9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%82%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/di%C7%8En>,
        <http://lexvo.org/id/term/kor/%E7%82%B9>,
        <http://lexvo.org/id/term/kor/CEM>,
        <http://lexvo.org/id/term/vie/%C4%91i%E1%BB%83m>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dim2>,
        <http://lexvo.org/id/term/yue/%E7%82%B9>,
        "点"^^xsd:string ;
    rdfs:comment "dot, speck, spot; point, degree"@en .

<http://lexvo.org/id/char/70BA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%82%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C3%A8i%20w%C3%A9i>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C3%A9i%201199.041%3Aw%C3%A8i>,
        <http://lexvo.org/id/term/kor/%E7%82%BA>,
        <http://lexvo.org/id/term/kor/WI>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wai4%20wai6>,
        <http://lexvo.org/id/term/yue/%E7%82%BA>,
        "為"^^xsd:string ;
    rdfs:comment "do, handle, govern, act; be"@en .

<http://lexvo.org/id/char/70BB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%82%BB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%AD>,
        "炻"^^xsd:string ;
    rdfs:comment "a kind of china"@en .

<http://lexvo.org/id/char/70BC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%82%BC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lin6>,
        <http://lexvo.org/id/term/yue/%E7%82%BC>,
        "炼"^^xsd:string ;
    rdfs:comment "smelt, refine; distill, condense"@en .

<http://lexvo.org/id/char/70BD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%82%BD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ci3>,
        <http://lexvo.org/id/term/yue/%E7%82%BD>,
        "炽"^^xsd:string ;
    rdfs:comment "burning-hot, intense; to burn, blaze; splendid, illustrious"@en .

<http://lexvo.org/id/char/70BE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%82%BE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C7%8Eng>,
        "炾"^^xsd:string .

<http://lexvo.org/id/char/70BF> a lvont:Character ;
    lvont:represents "炿"^^xsd:string .

<http://lexvo.org/id/char/70C0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%83%80>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C5%AB>,
        "烀"^^xsd:string ;
    rdfs:comment "simmer"@en .

<http://lexvo.org/id/char/70C1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%83%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/shu%C3%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/shu%C3%B2%20lu%C3%B2>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/soek3>,
        <http://lexvo.org/id/term/yue/%E7%83%81>,
        "烁"^^xsd:string ;
    rdfs:comment "shine, glitter, sparkle"@en .

<http://lexvo.org/id/char/70C2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%83%82>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/laan6>,
        <http://lexvo.org/id/term/yue/%E7%83%82>,
        "烂"^^xsd:string ;
    rdfs:comment "rotten, spoiled, decayed"@en .

<http://lexvo.org/id/char/70C3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%83%83>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C7%90ng%20t%C4%ABng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C4%ABng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ting1>,
        <http://lexvo.org/id/term/yue/%E7%83%83>,
        "烃"^^xsd:string ;
    rdfs:comment "hydrocarbon"@en .

<http://lexvo.org/id/char/70C4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%83%84>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C7%8Eo>,
        "烄"^^xsd:string .

<http://lexvo.org/id/char/70C5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%83%85>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C3%B9>,
        "烅"^^xsd:string .

<http://lexvo.org/id/char/70C6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%83%86>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C3%ADng>,
        "烆"^^xsd:string .

<http://lexvo.org/id/char/70C7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%83%87>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qu%C3%A0n%20qu%C7%8En>,
        "烇"^^xsd:string .

<http://lexvo.org/id/char/70C8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%83%88>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C3%A8>,
        <http://lexvo.org/id/term/kor/%E7%83%88>,
        <http://lexvo.org/id/term/kor/LYEL>,
        <http://lexvo.org/id/term/vie/li%E1%BB%87t>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lit6>,
        <http://lexvo.org/id/term/yue/%E7%83%88>,
        "烈"^^xsd:string ;
    rdfs:comment "fiery, violent, vehement, ardent"@en .

<http://lexvo.org/id/char/70C9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%83%89>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E7%83%89>,
        <http://lexvo.org/id/term/kor/HWAN>,
        "烉"^^xsd:string ;
    rdfs:comment "shining, brilliant, lustrous"@en .

<http://lexvo.org/id/char/70CA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%83%8A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A1ng%201338.040%3Ay%C3%A0ng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A1ng%20y%C3%A0ng>,
        <http://lexvo.org/id/term/kor/%E7%83%8A>,
        <http://lexvo.org/id/term/kor/YANG>,
        <http://lexvo.org/id/term/vie/rang>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/joeng4>,
        <http://lexvo.org/id/term/yue/%E7%83%8A>,
        "烊"^^xsd:string ;
    rdfs:comment "to smelt; to melt"@en .

<http://lexvo.org/id/char/70CB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%83%8B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C4%81o%20xi%C5%AB>,
        <http://lexvo.org/id/term/kor/%E7%83%8B>,
        <http://lexvo.org/id/term/kor/HYO%20HYU>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/haau1%20jau1>,
        <http://lexvo.org/id/term/yue/%E7%83%8B>,
        "烋"^^xsd:string ;
    rdfs:comment "boast"@en .

<http://lexvo.org/id/char/70CC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%83%8C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C5%AB>,
        "烌"^^xsd:string .

<http://lexvo.org/id/char/70CD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%83%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C7%8En>,
        "烍"^^xsd:string .

<http://lexvo.org/id/char/70CE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%83%8E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%ADn>,
        "烎"^^xsd:string .

<http://lexvo.org/id/char/70CF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%83%8F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C5%AB%201225.011%3Aw%C3%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C5%AB%20w%C3%B9>,
        <http://lexvo.org/id/term/kor/%E7%83%8F>,
        <http://lexvo.org/id/term/kor/O>,
        <http://lexvo.org/id/term/vie/%C3%B4>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wu1>,
        <http://lexvo.org/id/term/yue/%E7%83%8F>,
        "烏"^^xsd:string ;
    rdfs:comment "crow, rook, raven; black, dark"@en .

<http://lexvo.org/id/char/70D0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%83%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C5%8Du>,
        "烐"^^xsd:string .

<http://lexvo.org/id/char/70D1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%83%91>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A1o>,
        "烑"^^xsd:string .

<http://lexvo.org/id/char/70D2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%83%92>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%AC>,
        "烒"^^xsd:string .

<http://lexvo.org/id/char/70D3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%83%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C4%93i>,
        <http://lexvo.org/id/term/kor/%E7%83%93>,
        <http://lexvo.org/id/term/kor/KYEY>,
        "烓"^^xsd:string ;
    rdfs:comment "stove"@en .

<http://lexvo.org/id/char/70D4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%83%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%B3ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tung4>,
        <http://lexvo.org/id/term/yue/%E7%83%94>,
        "烔"^^xsd:string ;
    rdfs:comment "heat"@en .

<http://lexvo.org/id/char/70D5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%83%95>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xu%C3%A8%20mi%C3%A8>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mit6>,
        <http://lexvo.org/id/term/yue/%E7%83%95>,
        "烕"^^xsd:string ;
    rdfs:comment "to destroy; to exterminate to extinguish"@en .

<http://lexvo.org/id/char/70D6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%83%96>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C4%81i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zoi1>,
        <http://lexvo.org/id/term/yue/%E7%83%96>,
        "烖"^^xsd:string ;
    rdfs:comment "calamities from Heaven, as floods, famines, pestilence, etc.; misery"@en .

<http://lexvo.org/id/char/70D7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%83%97>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C3%A0i>,
        "烗"^^xsd:string .

<http://lexvo.org/id/char/70D8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%83%98>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C5%8Dng>,
        <http://lexvo.org/id/term/kor/%E7%83%98>,
        <http://lexvo.org/id/term/kor/HONG>,
        <http://lexvo.org/id/term/vie/hong>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hong3%20hung1%20hung4>,
        <http://lexvo.org/id/term/yue/%E7%83%98>,
        "烘"^^xsd:string ;
    rdfs:comment "bake, roast; dry by fire"@en .

<http://lexvo.org/id/char/70D9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%83%99>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%A0o%200750.200%3Alu%C3%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/lu%C3%B2%20l%C3%A0o%20g%C3%A9>,
        <http://lexvo.org/id/term/kor/%E7%83%99>,
        <http://lexvo.org/id/term/kor/LAK>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lok3>,
        <http://lexvo.org/id/term/yue/%E7%83%99>,
        "烙"^^xsd:string ;
    rdfs:comment "brand, burn; branding iron"@en .

<http://lexvo.org/id/char/70DA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%83%9A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A1>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hap6%20saap3>,
        <http://lexvo.org/id/term/yue/%E7%83%9A>,
        "烚"^^xsd:string ;
    rdfs:comment "(Cant.) hot; to argue, wrangle, rail at (i.e., to flame)"@en .

<http://lexvo.org/id/char/70DB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%83%9B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%BA>,
        <http://lexvo.org/id/term/vie/ch%C3%BAc>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zuk1>,
        <http://lexvo.org/id/term/yue/%E7%83%9B>,
        "烛"^^xsd:string ;
    rdfs:comment "candle, taper; shine, illuminate"@en .

<http://lexvo.org/id/char/70DC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%83%9C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xu%C7%8En>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xu%C7%8En%20hu%C7%90%20xu%C4%81n>,
        <http://lexvo.org/id/term/kor/%E7%83%9C>,
        <http://lexvo.org/id/term/kor/HWEN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hyun1%20hyun2>,
        <http://lexvo.org/id/term/yue/%E7%83%9C>,
        "烜"^^xsd:string ;
    rdfs:comment "light of the sun; to dry in the sun"@en .

<http://lexvo.org/id/char/70DD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%83%9D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C4%93ng>,
        <http://lexvo.org/id/term/kor/%E7%83%9D>,
        <http://lexvo.org/id/term/kor/CUNG>,
        <http://lexvo.org/id/term/vie/ch%C6%B0ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zing1>,
        <http://lexvo.org/id/term/yue/%E7%83%9D>,
        "烝"^^xsd:string ;
    rdfs:comment "rise, steam; many, numerous"@en .

<http://lexvo.org/id/char/70DE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%83%9E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%B2>,
        "烞"^^xsd:string .

<http://lexvo.org/id/char/70DF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%83%9F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C4%81n%201375.030%3Ay%C4%ABn>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C4%81n%20y%C4%ABn>,
        <http://lexvo.org/id/term/kor/%E7%83%9F>,
        <http://lexvo.org/id/term/kor/YEN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jin1>,
        <http://lexvo.org/id/term/yue/%E7%83%9F>,
        "烟"^^xsd:string ;
    rdfs:comment "smoke, soot; opium; tobacco, cigarettes"@en .

<http://lexvo.org/id/char/70E0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%83%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C7%90>,
        "烠"^^xsd:string .

<http://lexvo.org/id/char/70E1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%83%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/gu%C4%81ng>,
        "烡"^^xsd:string .

<http://lexvo.org/id/char/70E2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%83%A2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%A8>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/caak3>,
        <http://lexvo.org/id/term/yue/%E7%83%A2>,
        "烢"^^xsd:string .

<http://lexvo.org/id/char/70E3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%83%A3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C4%AB>,
        <http://lexvo.org/id/term/kor/%E7%83%A3>,
        <http://lexvo.org/id/term/kor/HOY>,
        <http://lexvo.org/id/term/vie/tro>,
        "烣"^^xsd:string .

<http://lexvo.org/id/char/70E4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%83%A4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C7%8Eo>,
        <http://lexvo.org/id/term/vie/kh%E1%BA%A3o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/haau1%20haau2>,
        <http://lexvo.org/id/term/yue/%E7%83%A4>,
        "烤"^^xsd:string ;
    rdfs:comment "bake, roast, toast, cook"@en .

<http://lexvo.org/id/char/70E5> a lvont:Character ;
    lvont:represents "烥"^^xsd:string .

<http://lexvo.org/id/char/70E6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%83%A6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/faan4>,
        <http://lexvo.org/id/term/yue/%E7%83%A6>,
        "烦"^^xsd:string ;
    rdfs:comment "bother, vex, trouble; troublesome"@en .

<http://lexvo.org/id/char/70E7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%83%A7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C4%81o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/siu1>,
        <http://lexvo.org/id/term/yue/%E7%83%A7>,
        "烧"^^xsd:string ;
    rdfs:comment "burn; bake; heat; roast"@en .

<http://lexvo.org/id/char/70E8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%83%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A8>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jip6>,
        <http://lexvo.org/id/term/yue/%E7%83%A8>,
        "烨"^^xsd:string ;
    rdfs:comment "bright, glorious, splendid, flame"@en .

<http://lexvo.org/id/char/70E9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%83%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wui6>,
        <http://lexvo.org/id/term/yue/%E7%83%A9>,
        "烩"^^xsd:string ;
    rdfs:comment "ragout, cook, braise"@en .

<http://lexvo.org/id/char/70EA> a lvont:Character ;
    lvont:represents "烪"^^xsd:string .

<http://lexvo.org/id/char/70EB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%83%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%A0ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tong3>,
        <http://lexvo.org/id/term/yue/%E7%83%AB>,
        "烫"^^xsd:string ;
    rdfs:comment "scald, heat; wash; iron clothes"@en .

<http://lexvo.org/id/char/70EC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%83%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%ACn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zeon6>,
        <http://lexvo.org/id/term/yue/%E7%83%AC>,
        "烬"^^xsd:string ;
    rdfs:comment "cinders, ashes, embers; remnants"@en .

<http://lexvo.org/id/char/70ED> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%83%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/r%C3%A8>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jit6>,
        <http://lexvo.org/id/term/yue/%E7%83%AD>,
        "热"^^xsd:string ;
    rdfs:comment "hot; heat; fever; restless; zeal"@en .

<http://lexvo.org/id/char/70EE> a lvont:Character ;
    lvont:represents "烮"^^xsd:string .

<http://lexvo.org/id/char/70EF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%83%AF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C4%AB>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hei1>,
        <http://lexvo.org/id/term/yue/%E7%83%AF>,
        "烯"^^xsd:string ;
    rdfs:comment "alkene"@en .

<http://lexvo.org/id/char/70F0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%83%B0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%BA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fau4>,
        <http://lexvo.org/id/term/yue/%E7%83%B0>,
        "烰"^^xsd:string .

<http://lexvo.org/id/char/70F1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%83%B1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C7%92ng>,
        <http://lexvo.org/id/term/kor/%E7%83%B1>,
        <http://lexvo.org/id/term/kor/KYENG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gwing2>,
        <http://lexvo.org/id/term/yue/%E7%83%B1>,
        "烱"^^xsd:string ;
    rdfs:comment "bright, brilliant, clear; hot"@en .

<http://lexvo.org/id/char/70F2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%83%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%A8>,
        "烲"^^xsd:string .

<http://lexvo.org/id/char/70F3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%83%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C7%94>,
        "烳"^^xsd:string .

<http://lexvo.org/id/char/70F4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%83%B4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C7%90ng%20t%C4%ABng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C4%ABng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ting1>,
        <http://lexvo.org/id/term/yue/%E7%83%B4>,
        "烴"^^xsd:string ;
    rdfs:comment "hydrocarbon"@en .

<http://lexvo.org/id/char/70F5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%83%B5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zhu%C3%B3>,
        "烵"^^xsd:string .

<http://lexvo.org/id/char/70F6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%83%B6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C7%90ng>,
        "烶"^^xsd:string .

<http://lexvo.org/id/char/70F7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%83%B7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jyun2%20jyun4>,
        <http://lexvo.org/id/term/yue/%E7%83%B7>,
        "烷"^^xsd:string ;
    rdfs:comment "alkane"@en .

<http://lexvo.org/id/char/70F8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%83%B8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C7%8Ei>,
        <http://lexvo.org/id/term/vie/m%E1%BB%93i>,
        "烸"^^xsd:string .

<http://lexvo.org/id/char/70F9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%83%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C4%93ng>,
        <http://lexvo.org/id/term/kor/%E7%83%B9>,
        <http://lexvo.org/id/term/kor/PHAYNG>,
        <http://lexvo.org/id/term/vie/phanh>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/paang1>,
        <http://lexvo.org/id/term/yue/%E7%83%B9>,
        "烹"^^xsd:string ;
    rdfs:comment "boil, cook; quick fry, stir fry"@en .

<http://lexvo.org/id/char/70FA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%83%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C7%8Eng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/long5>,
        <http://lexvo.org/id/term/yue/%E7%83%BA>,
        "烺"^^xsd:string ;
    rdfs:comment "(said of fire) bright"@en .

<http://lexvo.org/id/char/70FB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%83%BB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C4%81n%20sh%C3%A1n%20y%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jin3>,
        <http://lexvo.org/id/term/yue/%E7%83%BB>,
        "烻"^^xsd:string .

<http://lexvo.org/id/char/70FC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%83%BC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C5%AB>,
        "烼"^^xsd:string .

<http://lexvo.org/id/char/70FD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%83%BD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C4%93ng>,
        <http://lexvo.org/id/term/kor/%E7%83%BD>,
        <http://lexvo.org/id/term/kor/PONG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fung1>,
        <http://lexvo.org/id/term/yue/%E7%83%BD>,
        "烽"^^xsd:string ;
    rdfs:comment "signal fire; tower where signal"@en .

<http://lexvo.org/id/char/70FE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%83%BE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%AC>,
        "烾"^^xsd:string .

<http://lexvo.org/id/char/70FF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%83%BF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/r%C3%B3ng>,
        "烿"^^xsd:string .

<http://lexvo.org/id/char/7100> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%84%80>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%BA>,
        "焀"^^xsd:string .

<http://lexvo.org/id/char/7101> a lvont:Character ;
    lvont:represents "焁"^^xsd:string .

<http://lexvo.org/id/char/7102> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%84%82>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%BA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/suk1>,
        <http://lexvo.org/id/term/yue/%E7%84%82>,
        "焂"^^xsd:string .

<http://lexvo.org/id/char/7103> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%84%83>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A8>,
        "焃"^^xsd:string .

<http://lexvo.org/id/char/7104> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%84%84>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C5%ABn%20h%C5%ABn>,
        <http://lexvo.org/id/term/kor/%E7%84%84>,
        <http://lexvo.org/id/term/kor/HWUN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fan1>,
        <http://lexvo.org/id/term/yue/%E7%84%84>,
        "焄"^^xsd:string ;
    rdfs:comment "rising flames or fumes; aroma"@en .

<http://lexvo.org/id/char/7105> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%84%85>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/guk6>,
        <http://lexvo.org/id/term/yue/%E7%84%85>,
        "焅"^^xsd:string ;
    rdfs:comment "(Cant.) to roast, suffocate"@en .

<http://lexvo.org/id/char/7106> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%84%86>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ju%C3%A9>,
        "焆"^^xsd:string .

<http://lexvo.org/id/char/7107> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%84%87>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C4%81o>,
        "焇"^^xsd:string .

<http://lexvo.org/id/char/7108> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%84%88>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C4%AB%20y%C3%AD>,
        "焈"^^xsd:string .

<http://lexvo.org/id/char/7109> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%84%89>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C4%81n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C4%81n%20y%C3%AD>,
        <http://lexvo.org/id/term/kor/%E7%84%89>,
        <http://lexvo.org/id/term/kor/EN>,
        <http://lexvo.org/id/term/vie/v%E1%BB%9Dn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jin1%20jin4>,
        <http://lexvo.org/id/term/yue/%E7%84%89>,
        "焉"^^xsd:string ;
    rdfs:comment "thereupon, then; how? why? where?"@en .

<http://lexvo.org/id/char/710A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%84%8A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hon6>,
        <http://lexvo.org/id/term/yue/%E7%84%8A>,
        "焊"^^xsd:string ;
    rdfs:comment "weld, solder"@en .

<http://lexvo.org/id/char/710B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%84%8B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zhu%C3%A0ng>,
        "焋"^^xsd:string .

<http://lexvo.org/id/char/710C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%84%8C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%B9n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%B9n%200943.050%3Aq%C5%AB>,
        <http://lexvo.org/id/term/kor/%E7%84%8C>,
        <http://lexvo.org/id/term/kor/CWUN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ceot1%20zeon3>,
        <http://lexvo.org/id/term/yue/%E7%84%8C>,
        "焌"^^xsd:string ;
    rdfs:comment "to light"@en .

<http://lexvo.org/id/char/710D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%84%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%AC>,
        "焍"^^xsd:string .

<http://lexvo.org/id/char/710E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%84%8E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A8>,
        "焎"^^xsd:string .

<http://lexvo.org/id/char/710F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%84%8F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%AD%20q%C3%AC>,
        "焏"^^xsd:string .

<http://lexvo.org/id/char/7110> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%84%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ng6>,
        <http://lexvo.org/id/term/yue/%E7%84%90>,
        "焐"^^xsd:string .

<http://lexvo.org/id/char/7111> a lvont:Character ;
    lvont:represents "焑"^^xsd:string .

<http://lexvo.org/id/char/7112> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/l%E1%BB%ADa>,
        "焒"^^xsd:string .

<http://lexvo.org/id/char/7113> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%84%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A1n>,
        <http://lexvo.org/id/term/vie/h%E1%BA%A7m>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ham4>,
        <http://lexvo.org/id/term/yue/%E7%84%93>,
        "焓"^^xsd:string ;
    rdfs:comment "(Cant.) onomatopoetic, the sound of a fiercely-burning fire"@en .

<http://lexvo.org/id/char/7114> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%84%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E7%84%94>,
        <http://lexvo.org/id/term/kor/YEN>,
        "焔"^^xsd:string ;
    rdfs:comment "flame, blaze; glowing, blazing"@en .

<http://lexvo.org/id/char/7115> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%84%95>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E7%84%95>,
        <http://lexvo.org/id/term/kor/HWAN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wun6>,
        <http://lexvo.org/id/term/yue/%E7%84%95>,
        "焕"^^xsd:string ;
    rdfs:comment "shining"@en .

<http://lexvo.org/id/char/7116> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%84%96>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A8n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mun6>,
        <http://lexvo.org/id/term/yue/%E7%84%96>,
        "焖"^^xsd:string ;
    rdfs:comment "simmer, cook over slow fire"@en .

<http://lexvo.org/id/char/7117> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%84%97>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%BA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/guk6>,
        <http://lexvo.org/id/term/yue/%E7%84%97>,
        "焗"^^xsd:string ;
    rdfs:comment "(Cant.) to roast, bake; to suffocate, stuffy"@en .

<http://lexvo.org/id/char/7118> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%84%98>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%B3u%20t%C4%81o>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%A0o%201120.090%3At%C4%81o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dou6%20tou4>,
        <http://lexvo.org/id/term/yue/%E7%84%98>,
        "焘"^^xsd:string ;
    rdfs:comment "shine, illuminate; cover, envelope"@en .

<http://lexvo.org/id/char/7119> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%84%99>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%A8i>,
        <http://lexvo.org/id/term/kor/%E7%84%99>,
        <http://lexvo.org/id/term/kor/PAY>,
        <http://lexvo.org/id/term/vie/v%C3%B9i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bui6>,
        <http://lexvo.org/id/term/yue/%E7%84%99>,
        "焙"^^xsd:string ;
    rdfs:comment "dry over slow fire; bake; roast"@en .

<http://lexvo.org/id/char/711A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%84%9A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%A9n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%A9n%20f%C3%A8n>,
        <http://lexvo.org/id/term/kor/%E7%84%9A>,
        <http://lexvo.org/id/term/kor/PWUN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fan4>,
        <http://lexvo.org/id/term/yue/%E7%84%9A>,
        "焚"^^xsd:string ;
    rdfs:comment "burn"@en .

<http://lexvo.org/id/char/711B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%84%9B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%ACn>,
        "焛"^^xsd:string .

<http://lexvo.org/id/char/711C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%84%9C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C5%ABn>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C5%ABn%20h%C7%94n>,
        <http://lexvo.org/id/term/kor/%E7%84%9C>,
        <http://lexvo.org/id/term/kor/HON>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gwan1>,
        <http://lexvo.org/id/term/yue/%E7%84%9C>,
        "焜"^^xsd:string ;
    rdfs:comment "fire, flames; bright, shining"@en .

<http://lexvo.org/id/char/711D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%84%9D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%B9n>,
        <http://lexvo.org/id/term/vie/hun>,
        "焝"^^xsd:string .

<http://lexvo.org/id/char/711E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%84%9E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C5%ABn>,
        <http://lexvo.org/id/term/kor/%E7%84%9E>,
        <http://lexvo.org/id/term/kor/TON>,
        <http://lexvo.org/id/term/vie/h%E1%BB%ADng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/seon4%20teon1>,
        <http://lexvo.org/id/term/yue/%E7%84%9E>,
        "焞"^^xsd:string ;
    rdfs:comment "dim"@en .

<http://lexvo.org/id/char/711F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%84%9F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C3%AD>,
        "焟"^^xsd:string .

<http://lexvo.org/id/char/7120> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%84%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/cu%C3%AC>,
        <http://lexvo.org/id/term/kor/%E7%84%A0>,
        <http://lexvo.org/id/term/kor/SWI>,
        <http://lexvo.org/id/term/vie/s%E1%BB%91t>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ceoi3%20seoi6>,
        <http://lexvo.org/id/term/yue/%E7%84%A0>,
        "焠"^^xsd:string ;
    rdfs:comment "temper; burn"@en .

<http://lexvo.org/id/char/7121> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%84%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%B3%201212.051%3Aw%C3%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C3%BA%20m%C3%B3>,
        <http://lexvo.org/id/term/kor/%E7%84%A1>,
        <http://lexvo.org/id/term/kor/MWU>,
        <http://lexvo.org/id/term/vie/v%C3%B4>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mou4>,
        <http://lexvo.org/id/term/yue/%E7%84%A1>,
        "無"^^xsd:string ;
    rdfs:comment "negative, no, not; lack, have no"@en .

<http://lexvo.org/id/char/7122> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%84%A2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C5%8Dng>,
        "焢"^^xsd:string .

<http://lexvo.org/id/char/7123> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%84%A3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%B9>,
        "焣"^^xsd:string .

<http://lexvo.org/id/char/7124> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%84%A4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C7%94>,
        "焤"^^xsd:string .

<http://lexvo.org/id/char/7125> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%84%A5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C3%B2>,
        "焥"^^xsd:string .

<http://lexvo.org/id/char/7126> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%84%A6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C4%81o>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C4%81o%20qi%C3%A1o>,
        <http://lexvo.org/id/term/kor/%E7%84%A6>,
        <http://lexvo.org/id/term/kor/CHO>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ziu1>,
        <http://lexvo.org/id/term/yue/%E7%84%A6>,
        "焦"^^xsd:string ;
    rdfs:comment "burned, scorched; anxious, vexed"@en .

<http://lexvo.org/id/char/7127> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%84%A7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C5%8Dng>,
        "焧"^^xsd:string .

<http://lexvo.org/id/char/7128> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%84%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%A8ng>,
        "焨"^^xsd:string .

<http://lexvo.org/id/char/7129> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%84%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C4%ABng>,
        <http://lexvo.org/id/term/vie/v%E1%BA%B1ng>,
        "焩"^^xsd:string .

<http://lexvo.org/id/char/712A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%84%AA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C5%8Dng>,
        "焪"^^xsd:string .

<http://lexvo.org/id/char/712B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%84%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ru%C3%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ru%C3%B2%20r%C3%A8>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/naat3>,
        <http://lexvo.org/id/term/yue/%E7%84%AB>,
        "焫"^^xsd:string ;
    rdfs:comment "(Cant.) hot; to scald, burn"@en .

<http://lexvo.org/id/char/712C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%84%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C3%AD>,
        "焬"^^xsd:string .

<http://lexvo.org/id/char/712D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%84%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C3%B3ng>,
        <http://lexvo.org/id/term/kor/%E7%84%AD>,
        <http://lexvo.org/id/term/kor/KYENG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/king4>,
        <http://lexvo.org/id/term/yue/%E7%84%AD>,
        "焭"^^xsd:string ;
    rdfs:comment "orphan; alone, desolate"@en .

<http://lexvo.org/id/char/712E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%84%AE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C3%ACn>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C3%ACn%20x%C4%ABn>,
        <http://lexvo.org/id/term/kor/%E7%84%AE>,
        <http://lexvo.org/id/term/kor/HUN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jan1>,
        <http://lexvo.org/id/term/yue/%E7%84%AE>,
        "焮"^^xsd:string ;
    rdfs:comment "heat, radiate heat; broil; cauterize"@en .

<http://lexvo.org/id/char/712F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%84%AF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C4%81o%201526.070%3Azhu%C5%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zhu%C3%B3%20zhu%C5%8D%20chu%C3%B2%20ch%C4%81o>,
        <http://lexvo.org/id/term/kor/%E7%84%AF>,
        <http://lexvo.org/id/term/kor/CAK>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/coek3%20zoek3>,
        <http://lexvo.org/id/term/yue/%E7%84%AF>,
        "焯"^^xsd:string ;
    rdfs:comment "boil vegetables for a very short time; scald"@en .

<http://lexvo.org/id/char/7130> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%84%B0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E7%84%B0>,
        <http://lexvo.org/id/term/kor/YEN>,
        <http://lexvo.org/id/term/vie/di%E1%BB%85m>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jim4%20jim6>,
        <http://lexvo.org/id/term/yue/%E7%84%B0>,
        "焰"^^xsd:string ;
    rdfs:comment "flame, blaze; glowing, blazing"@en .

<http://lexvo.org/id/char/7131> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%84%B1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A0n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A0n%20bi%C4%81o%20y%C3%AC>,
        <http://lexvo.org/id/term/kor/%E7%84%B1>,
        <http://lexvo.org/id/term/kor/HYEK>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jim6>,
        <http://lexvo.org/id/term/yue/%E7%84%B1>,
        "焱"^^xsd:string ;
    rdfs:comment "flames"@en .

<http://lexvo.org/id/char/7132> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%84%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%AC>,
        "焲"^^xsd:string .

<http://lexvo.org/id/char/7133> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%84%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ju%C3%A9%20ji%C4%81o>,
        "焳"^^xsd:string .

<http://lexvo.org/id/char/7134> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%84%B4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%B9>,
        "焴"^^xsd:string ;
    rdfs:comment "bright; flame"@en .

<http://lexvo.org/id/char/7135> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%84%B5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C3%A0ng>,
        "焵"^^xsd:string ;
    rdfs:comment "to temper steel"@en .

<http://lexvo.org/id/char/7136> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%84%B6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/r%C3%A1n>,
        <http://lexvo.org/id/term/kor/%E7%84%B6>,
        <http://lexvo.org/id/term/kor/YEN>,
        <http://lexvo.org/id/term/vie/nhi%C3%AAn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jin4>,
        <http://lexvo.org/id/term/yue/%E7%84%B6>,
        "然"^^xsd:string ;
    rdfs:comment "yes, certainly; pledge, promise"@en .

<http://lexvo.org/id/char/7137> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%84%B7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%AD>,
        "焷"^^xsd:string .

<http://lexvo.org/id/char/7138> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%84%B8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C7%94>,
        "焸"^^xsd:string .

<http://lexvo.org/id/char/7139> a lvont:Character ;
    lvont:represents "焹"^^xsd:string .

<http://lexvo.org/id/char/713A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%84%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C4%93ng>,
        "焺"^^xsd:string .

<http://lexvo.org/id/char/713B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%84%BB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%A0ng>,
        "焻"^^xsd:string ;
    rdfs:comment "breath"@en .

<http://lexvo.org/id/char/713C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%84%BC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C4%81o>,
        <http://lexvo.org/id/term/kor/%E7%84%BC>,
        <http://lexvo.org/id/term/kor/SO>,
        "焼"^^xsd:string ;
    rdfs:comment "burn; bake; heat; roast"@en .

<http://lexvo.org/id/char/713D> a lvont:Character ;
    lvont:represents "焽"^^xsd:string .

<http://lexvo.org/id/char/713E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/n%C3%A1m>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/nam4>,
        <http://lexvo.org/id/term/yue/%E7%84%BE>,
        "焾"^^xsd:string ;
    rdfs:comment "(Cant.) soft"@en .

<http://lexvo.org/id/char/713F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%84%BF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C4%93ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gang1>,
        <http://lexvo.org/id/term/yue/%E7%84%BF>,
        "焿"^^xsd:string ;
    rdfs:comment "name of a place in northeastern Taiwan; a kind of thick soup"@en .

<http://lexvo.org/id/char/7140> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/wat1>,
        <http://lexvo.org/id/term/yue/%E7%85%80>,
        "煀"^^xsd:string ;
    rdfs:comment "(Cant.) to smoke; to fumigate"@en .

<http://lexvo.org/id/char/7141> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%85%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%A9n%20sh%C3%A9n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/nam4%20sam4>,
        <http://lexvo.org/id/term/yue/%E7%85%81>,
        "煁"^^xsd:string ;
    rdfs:comment "hearth; (Cant.) soft, tender"@en .

<http://lexvo.org/id/char/7142> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%85%82>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A8>,
        "煂"^^xsd:string .

<http://lexvo.org/id/char/7143> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%85%83>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ku%C7%90>,
        "煃"^^xsd:string ;
    rdfs:comment "remove, get rid of; scatter"@en .

<http://lexvo.org/id/char/7144> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%85%84>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C5%8Dng>,
        "煄"^^xsd:string .

<http://lexvo.org/id/char/7145> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%85%85>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/du%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dyun3>,
        <http://lexvo.org/id/term/yue/%E7%85%85>,
        "煅"^^xsd:string ;
    rdfs:comment "forge metal; perfect one's skill"@en .

<http://lexvo.org/id/char/7146> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%85%86>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C4%81%20xi%C3%A0>,
        <http://lexvo.org/id/term/kor/%E7%85%86>,
        <http://lexvo.org/id/term/kor/HA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dyun6%20haa6>,
        <http://lexvo.org/id/term/yue/%E7%85%86>,
        "煆"^^xsd:string ;
    rdfs:comment "raging fire; to forge, work"@en .

<http://lexvo.org/id/char/7147> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%85%87>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C4%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C4%AB%20x%C5%ABn%20y%C3%B9n>,
        <http://lexvo.org/id/term/kor/%E7%85%87>,
        <http://lexvo.org/id/term/kor/HWI%20HWUN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fai1%20wai1>,
        <http://lexvo.org/id/term/yue/%E7%85%87>,
        "煇"^^xsd:string ;
    rdfs:comment "weld, solder"@en .

<http://lexvo.org/id/char/7148> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%85%88>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%A8ng>,
        "煈"^^xsd:string .

<http://lexvo.org/id/char/7149> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%85%89>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C3%A0n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C3%A0n%20l%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E7%85%89>,
        <http://lexvo.org/id/term/kor/LYEN>,
        <http://lexvo.org/id/term/vie/luy%E1%BB%87n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lin6>,
        <http://lexvo.org/id/term/yue/%E7%85%89>,
        "煉"^^xsd:string ;
    rdfs:comment "smelt, refine; distill, condense"@en .

<http://lexvo.org/id/char/714A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%85%8A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xu%C4%81n>,
        <http://lexvo.org/id/term/kor/%E7%85%8A>,
        <http://lexvo.org/id/term/kor/HWEN>,
        "煊"^^xsd:string ;
    rdfs:comment "warm"@en .

<http://lexvo.org/id/char/714B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%85%8B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C4%ABng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sing1>,
        <http://lexvo.org/id/term/yue/%E7%85%8B>,
        "煋"^^xsd:string .

<http://lexvo.org/id/char/714C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%85%8C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%A1ng>,
        <http://lexvo.org/id/term/kor/%E7%85%8C>,
        <http://lexvo.org/id/term/kor/HWANG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wong4>,
        <http://lexvo.org/id/term/yue/%E7%85%8C>,
        "煌"^^xsd:string ;
    rdfs:comment "bright, shining, luminous"@en .

<http://lexvo.org/id/char/714D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%85%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C7%8Eo>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cau1>,
        <http://lexvo.org/id/term/yue/%E7%85%8D>,
        "煍"^^xsd:string ;
    rdfs:comment "to color by smoke"@en .

<http://lexvo.org/id/char/714E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%85%8E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C4%81n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C4%81n%20ji%C7%8En%20ji%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E7%85%8E>,
        <http://lexvo.org/id/term/kor/CEN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zin1>,
        <http://lexvo.org/id/term/yue/%E7%85%8E>,
        "煎"^^xsd:string ;
    rdfs:comment "fry in fat or oil; boil in water"@en .

<http://lexvo.org/id/char/714F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%85%8F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%AC>,
        <http://lexvo.org/id/term/vie/b%E1%BB%A9c>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bik6>,
        <http://lexvo.org/id/term/yue/%E7%85%8F>,
        "煏"^^xsd:string ;
    rdfs:comment "dry by fire; iron"@en .

<http://lexvo.org/id/char/7150> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%85%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C4%ABng>,
        <http://lexvo.org/id/term/kor/%E7%85%90>,
        <http://lexvo.org/id/term/kor/YENG>,
        "煐"^^xsd:string .

<http://lexvo.org/id/char/7151> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%85%91>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C7%94>,
        <http://lexvo.org/id/term/kor/%E7%85%91>,
        <http://lexvo.org/id/term/kor/CA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zyu2>,
        <http://lexvo.org/id/term/yue/%E7%85%91>,
        "煑"^^xsd:string ;
    rdfs:comment "cook"@en .

<http://lexvo.org/id/char/7152> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%85%92>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C4%9Bi>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C4%9Bi%20hu%C4%AB>,
        <http://lexvo.org/id/term/kor/%E7%85%92>,
        <http://lexvo.org/id/term/kor/WI>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wai5>,
        <http://lexvo.org/id/term/yue/%E7%85%92>,
        "煒"^^xsd:string ;
    rdfs:comment "brilliant red; glowing"@en .

<http://lexvo.org/id/char/7153> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%85%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/tu%C4%81n>,
        "煓"^^xsd:string .

<http://lexvo.org/id/char/7154> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%85%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ti%C3%A0n%20qi%C3%A1n%20sh%C4%81n%20sh%C7%8En>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sim2>,
        <http://lexvo.org/id/term/yue/%E7%85%94>,
        "煔"^^xsd:string .

<http://lexvo.org/id/char/7155> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%85%95>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C4%AB>,
        <http://lexvo.org/id/term/kor/%E7%85%95>,
        <http://lexvo.org/id/term/kor/HUY>,
        "煕"^^xsd:string ;
    rdfs:comment "bright, splendid, glorious"@en .

<http://lexvo.org/id/char/7156> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%85%96>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/nu%C7%8En%201305.080%3Axu%C4%81n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/nu%C7%8En%20xu%C4%81n>,
        <http://lexvo.org/id/term/kor/%E7%85%96>,
        <http://lexvo.org/id/term/kor/NAN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hyun1%20nyun5>,
        <http://lexvo.org/id/term/yue/%E7%85%96>,
        "煖"^^xsd:string ;
    rdfs:comment "warm, genial"@en .

<http://lexvo.org/id/char/7157> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%85%97>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/nu%C7%8En>,
        <http://lexvo.org/id/term/kor/%E7%85%97>,
        <http://lexvo.org/id/term/kor/NAN>,
        "煗"^^xsd:string .

<http://lexvo.org/id/char/7158> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%85%98>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%A1n>,
        "煘"^^xsd:string .

<http://lexvo.org/id/char/7159> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%85%99>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C4%81n>,
        <http://lexvo.org/id/term/kor/%E7%85%99>,
        <http://lexvo.org/id/term/kor/YEN%20IN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jin1>,
        <http://lexvo.org/id/term/yue/%E7%85%99>,
        "煙"^^xsd:string ;
    rdfs:comment "smoke, soot; opium; tobacco, cigarettes"@en .

<http://lexvo.org/id/char/715A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%85%9A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C7%92ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gwing2>,
        <http://lexvo.org/id/term/yue/%E7%85%9A>,
        "煚"^^xsd:string ;
    rdfs:comment "fire"@en .

<http://lexvo.org/id/char/715B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%85%9B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C7%92ng>,
        "煛"^^xsd:string .

<http://lexvo.org/id/char/715C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%85%9C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%B9>,
        <http://lexvo.org/id/term/kor/%E7%85%9C>,
        <http://lexvo.org/id/term/kor/WUK%20UP>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/juk1>,
        <http://lexvo.org/id/term/yue/%E7%85%9C>,
        "煜"^^xsd:string ;
    rdfs:comment "bright, shining, brilliant"@en .

<http://lexvo.org/id/char/715D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%85%9D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A8i%20m%C3%A9i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mei6>,
        <http://lexvo.org/id/term/yue/%E7%85%9D>,
        "煝"^^xsd:string ;
    rdfs:comment "twisted paper for lighting cigarettes"@en .

<http://lexvo.org/id/char/715E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%85%9E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C4%81%200994.080%3Ash%C3%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C4%81%20sh%C3%A0>,
        <http://lexvo.org/id/term/kor/%E7%85%9E>,
        <http://lexvo.org/id/term/kor/SAL>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/saat3>,
        <http://lexvo.org/id/term/yue/%E7%85%9E>,
        "煞"^^xsd:string ;
    rdfs:comment "malignant deity; baleful, noxious; strike dead"@en .

<http://lexvo.org/id/char/715F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%85%9F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C3%A8i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wai6>,
        <http://lexvo.org/id/term/yue/%E7%85%9F>,
        "煟"^^xsd:string ;
    rdfs:comment "bright room"@en .

<http://lexvo.org/id/char/7160> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%85%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A8%20zh%C3%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%A1>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zaa3>,
        <http://lexvo.org/id/term/yue/%E7%85%A0>,
        "煠"^^xsd:string ;
    rdfs:comment "to fry in fat or oil. to scald"@en .

<http://lexvo.org/id/char/7161> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%85%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C3%ACn>,
        "煡"^^xsd:string .

<http://lexvo.org/id/char/7162> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%85%A2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C3%B3ng>,
        <http://lexvo.org/id/term/kor/%E7%85%A2>,
        <http://lexvo.org/id/term/kor/KYENG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/king4>,
        <http://lexvo.org/id/term/yue/%E7%85%A2>,
        "煢"^^xsd:string ;
    rdfs:comment "alone; no friends or relatives"@en .

<http://lexvo.org/id/char/7163> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%85%A3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/r%C3%B3u>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/r%C7%92u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jau2%20jau4>,
        <http://lexvo.org/id/term/yue/%E7%85%A3>,
        "煣"^^xsd:string .

<http://lexvo.org/id/char/7164> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%85%A4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A9i>,
        <http://lexvo.org/id/term/kor/%E7%85%A4>,
        <http://lexvo.org/id/term/kor/MAY>,
        <http://lexvo.org/id/term/vie/mu%E1%BB%93i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mui4>,
        <http://lexvo.org/id/term/yue/%E7%85%A4>,
        "煤"^^xsd:string ;
    rdfs:comment "coal, coke, charcoal, carbon"@en .

<http://lexvo.org/id/char/7165> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%85%A5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E7%85%A5>,
        <http://lexvo.org/id/term/kor/HWAN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wun6>,
        <http://lexvo.org/id/term/yue/%E7%85%A5>,
        "煥"^^xsd:string ;
    rdfs:comment "shining, brilliant, lustrous"@en .

<http://lexvo.org/id/char/7166> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%85%A6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C3%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C7%94%20x%C3%B9%20xi%C5%AB>,
        <http://lexvo.org/id/term/kor/%E7%85%A6>,
        <http://lexvo.org/id/term/kor/HWU>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/heoi2%20jyu3>,
        <http://lexvo.org/id/term/yue/%E7%85%A6>,
        "煦"^^xsd:string ;
    rdfs:comment "kind, gentle, gracious, genial"@en .

<http://lexvo.org/id/char/7167> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%85%A7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%A0o>,
        <http://lexvo.org/id/term/kor/%E7%85%A7>,
        <http://lexvo.org/id/term/kor/CO>,
        <http://lexvo.org/id/term/vie/chi%E1%BA%BFu>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ziu3>,
        <http://lexvo.org/id/term/yue/%E7%85%A7>,
        "照"^^xsd:string ;
    rdfs:comment "shine, illumine, reflect"@en .

<http://lexvo.org/id/char/7168> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%85%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C4%93i>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C4%93i%20y%C3%B9>,
        <http://lexvo.org/id/term/kor/%E7%85%A8>,
        <http://lexvo.org/id/term/kor/OY>,
        <http://lexvo.org/id/term/vie/oi>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wui1>,
        <http://lexvo.org/id/term/yue/%E7%85%A8>,
        "煨"^^xsd:string ;
    rdfs:comment "to stew, simmer"@en .

<http://lexvo.org/id/char/7169> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%85%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%A1n>,
        <http://lexvo.org/id/term/kor/%E7%85%A9>,
        <http://lexvo.org/id/term/kor/PEN>,
        <http://lexvo.org/id/term/vie/phi%E1%BB%81n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/faan4>,
        <http://lexvo.org/id/term/yue/%E7%85%A9>,
        "煩"^^xsd:string ;
    rdfs:comment "bother, vex, trouble; troublesome"@en .

<http://lexvo.org/id/char/716A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%85%AA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C3%BA>,
        "煪"^^xsd:string .

<http://lexvo.org/id/char/716B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%85%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/su%C3%AC>,
        "煫"^^xsd:string .

<http://lexvo.org/id/char/716C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%85%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A1ng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A1ng%20y%C3%A0ng>,
        <http://lexvo.org/id/term/kor/%E7%85%AC>,
        <http://lexvo.org/id/term/kor/YANG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/joeng4>,
        <http://lexvo.org/id/term/yue/%E7%85%AC>,
        "煬"^^xsd:string ;
    rdfs:comment "roast; scorch; melt; flame"@en .

<http://lexvo.org/id/char/716D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%85%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C3%A8>,
        "煭"^^xsd:string .

<http://lexvo.org/id/char/716E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%85%AE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C7%94>,
        <http://lexvo.org/id/term/kor/%E7%85%AE>,
        <http://lexvo.org/id/term/kor/CA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zyu2>,
        <http://lexvo.org/id/term/yue/%E7%85%AE>,
        "煮"^^xsd:string ;
    rdfs:comment "cook"@en .

<http://lexvo.org/id/char/716F> a lvont:Character ;
    lvont:represents "煯"^^xsd:string .

<http://lexvo.org/id/char/7170> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%85%B0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C3%A0o>,
        "煰"^^xsd:string .

<http://lexvo.org/id/char/7171> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%85%B1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/gu%C4%81>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wo1>,
        <http://lexvo.org/id/term/yue/%E7%85%B1>,
        "煱"^^xsd:string ;
    rdfs:comment "(Cant.) 火煱, to instant-boil thin slices of meat and vegetables in a chafing dish at the dining table"@en .

<http://lexvo.org/id/char/7172> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%85%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C4%81o>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C4%81o%20b%C3%A0o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bou1>,
        <http://lexvo.org/id/term/yue/%E7%85%B2>,
        "煲"^^xsd:string ;
    rdfs:comment "to heat; to boil a saucepan"@en .

<http://lexvo.org/id/char/7173> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%85%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%BA>,
        "煳"^^xsd:string ;
    rdfs:comment "be burned, to char (in cooking)"@en .

<http://lexvo.org/id/char/7174> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%85%B4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C5%ABn%201434.030%3Ay%C3%B9n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C5%ABn%20y%C3%B9n%20w%C4%9Bn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wan3>,
        <http://lexvo.org/id/term/yue/%E7%85%B4>,
        "煴"^^xsd:string ;
    rdfs:comment "sultriness, stuffiness"@en .

<http://lexvo.org/id/char/7175> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%85%B5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C4%81>,
        "煵"^^xsd:string .

<http://lexvo.org/id/char/7176> a lvont:Character ;
    lvont:represents "煶"^^xsd:string .

<http://lexvo.org/id/char/7177> a lvont:Character ;
    lvont:represents "煷"^^xsd:string .

<http://lexvo.org/id/char/7178> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%85%B8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/bi%C4%81n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bin1%20pin1>,
        <http://lexvo.org/id/term/yue/%E7%85%B8>,
        "煸"^^xsd:string ;
    rdfs:comment "to stir-fry before broiling or stewing"@en .

<http://lexvo.org/id/char/7179> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%85%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C3%B2u>,
        "煹"^^xsd:string .

<http://lexvo.org/id/char/717A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%85%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/tu%C3%AC>,
        "煺"^^xsd:string .

<http://lexvo.org/id/char/717B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%85%BB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%A1ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tong4>,
        <http://lexvo.org/id/term/yue/%E7%85%BB>,
        "煻"^^xsd:string ;
    rdfs:comment "to warm; to toast"@en .

<http://lexvo.org/id/char/717C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%85%BC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C7%8Eo>,
        "煼"^^xsd:string .

<http://lexvo.org/id/char/717D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%85%BD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C4%81n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C4%81n%20sh%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E7%85%BD>,
        <http://lexvo.org/id/term/kor/SEN>,
        <http://lexvo.org/id/term/vie/phi%E1%BA%BFn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sin3>,
        <http://lexvo.org/id/term/yue/%E7%85%BD>,
        "煽"^^xsd:string ;
    rdfs:comment "stir up, incite, agitate, provoke"@en .

<http://lexvo.org/id/char/717E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C4%93n%20y%C5%ABn>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%85%BE>,
        "煾"^^xsd:string .

<http://lexvo.org/id/char/717F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%85%BF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%B3>,
        "煿"^^xsd:string .

<http://lexvo.org/id/char/7180> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%86%80>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C7%8Eng>,
        <http://lexvo.org/id/term/kor/%E7%86%80>,
        <http://lexvo.org/id/term/kor/YEP>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fong2>,
        <http://lexvo.org/id/term/yue/%E7%86%80>,
        "熀"^^xsd:string ;
    rdfs:comment "the blaze of fire; dazzling"@en .

<http://lexvo.org/id/char/7181> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%86%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A9>,
        "熁"^^xsd:string .

<http://lexvo.org/id/char/7182> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%86%82>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C3%AC>,
        "熂"^^xsd:string .

<http://lexvo.org/id/char/7183> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%86%83>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C3%B9>,
        "熃"^^xsd:string .

<http://lexvo.org/id/char/7184> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%86%84>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C3%AD%20x%C4%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C4%AB>,
        <http://lexvo.org/id/term/kor/%E7%86%84>,
        <http://lexvo.org/id/term/kor/SIK>,
        <http://lexvo.org/id/term/vie/t%E1%BA%AFt>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sik1>,
        <http://lexvo.org/id/term/yue/%E7%86%84>,
        "熄"^^xsd:string ;
    rdfs:comment "put out, extinguish, quash"@en .

<http://lexvo.org/id/char/7185> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%86%85>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%B9n%20y%C3%BAn%20y%C5%ABn>,
        <http://lexvo.org/id/term/kor/%E7%86%85>,
        <http://lexvo.org/id/term/kor/ON>,
        <http://lexvo.org/id/term/vie/%C4%91%C3%A0o%20%C3%B9n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wan1%20wan3>,
        <http://lexvo.org/id/term/yue/%E7%86%85>,
        "熅"^^xsd:string ;
    rdfs:comment "smooth out, iron out"@en .

<http://lexvo.org/id/char/7186> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%86%86>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A9>,
        "熆"^^xsd:string .

<http://lexvo.org/id/char/7187> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%86%87>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A8>,
        <http://lexvo.org/id/term/kor/%E7%86%87>,
        <http://lexvo.org/id/term/kor/HYO%20HOK>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/haau2%20hok3%20huk6>,
        <http://lexvo.org/id/term/yue/%E7%86%87>,
        "熇"^^xsd:string ;
    rdfs:comment "bake"@en .

<http://lexvo.org/id/char/7188> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%86%88>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C4%AB>,
        <http://lexvo.org/id/term/kor/%E7%86%88>,
        <http://lexvo.org/id/term/kor/HUY>,
        "熈"^^xsd:string ;
    rdfs:comment "bright, splendid, glorious"@en .

<http://lexvo.org/id/char/7189> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%86%89>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%BAn>,
        <http://lexvo.org/id/term/kor/%E7%86%89>,
        <http://lexvo.org/id/term/kor/WUN>,
        "熉"^^xsd:string ;
    rdfs:comment "yellow color"@en .

<http://lexvo.org/id/char/718A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%86%8A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%B3ng>,
        <http://lexvo.org/id/term/kor/%E7%86%8A>,
        <http://lexvo.org/id/term/kor/WUNG>,
        <http://lexvo.org/id/term/vie/h%C3%B9ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hung4>,
        <http://lexvo.org/id/term/yue/%E7%86%8A>,
        "熊"^^xsd:string ;
    rdfs:comment "a bear; brilliant; bright; surname"@en .

<http://lexvo.org/id/char/718B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%86%8B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C3%A1i>,
        "熋"^^xsd:string .

<http://lexvo.org/id/char/718C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%86%8C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%A0n>,
        "熌"^^xsd:string .

<http://lexvo.org/id/char/718D> a lvont:Character ;
    lvont:represents "熍"^^xsd:string .

<http://lexvo.org/id/char/718E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%86%8E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A0o>,
        "熎"^^xsd:string .

<http://lexvo.org/id/char/718F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%86%8F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C5%ABn%201315.120%3Ax%C3%B9n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C5%ABn%20x%C3%B9n>,
        <http://lexvo.org/id/term/kor/%E7%86%8F>,
        <http://lexvo.org/id/term/kor/HWUN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fan1>,
        <http://lexvo.org/id/term/yue/%E7%86%8F>,
        "熏"^^xsd:string ;
    rdfs:comment "smoke, fog, vapor; smoke, cure"@en .

<http://lexvo.org/id/char/7190> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%86%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%AC>,
        "熐"^^xsd:string .

<http://lexvo.org/id/char/7191> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%86%91>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C3%A1n>,
        <http://lexvo.org/id/term/vie/m%C5%A9i%20rim>,
        "熑"^^xsd:string .

<http://lexvo.org/id/char/7192> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%86%92>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%ADng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%ADng%20x%C3%ADng%20ji%C7%92ng>,
        <http://lexvo.org/id/term/kor/%E7%86%92>,
        <http://lexvo.org/id/term/kor/HYENG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jing4>,
        <http://lexvo.org/id/term/yue/%E7%86%92>,
        "熒"^^xsd:string ;
    rdfs:comment "shine, shimmer; shining, dazzling"@en .

<http://lexvo.org/id/char/7193> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%86%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C7%94%20w%C3%A8n>,
        "熓"^^xsd:string ;
    rdfs:comment "to bank a fire; to smother, put out"@en .

<http://lexvo.org/id/char/7194> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%86%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/r%C3%B3ng>,
        <http://lexvo.org/id/term/kor/%E7%86%94>,
        <http://lexvo.org/id/term/kor/YONG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jung4>,
        <http://lexvo.org/id/term/yue/%E7%86%94>,
        "熔"^^xsd:string ;
    rdfs:comment "melt, smelt, fuse; mold"@en .

<http://lexvo.org/id/char/7195> a lvont:Character ;
    lvont:represents "熕"^^xsd:string .

<http://lexvo.org/id/char/7196> a lvont:Character ;
    lvont:represents "熖"^^xsd:string ;
    rdfs:comment "same as 燄 U+71C4, flame; blazing, brilliant"@en .

<http://lexvo.org/id/char/7197> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%86%97>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C3%A0ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/coeng3>,
        <http://lexvo.org/id/term/yue/%E7%86%97>,
        "熗"^^xsd:string ;
    rdfs:comment "stir-fry or boil in water or oil then cook with a sauce"@en .

<http://lexvo.org/id/char/7198> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%86%98>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C5%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C5%AB%20li%C3%B9>,
        "熘"^^xsd:string ;
    rdfs:comment "to steam"@en .

<http://lexvo.org/id/char/7199> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%86%99>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C4%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C4%AB%20y%C3%AD>,
        <http://lexvo.org/id/term/kor/%E7%86%99>,
        <http://lexvo.org/id/term/kor/HUY>,
        <http://lexvo.org/id/term/vie/h%C3%A2y>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hei1>,
        <http://lexvo.org/id/term/yue/%E7%86%99>,
        "熙"^^xsd:string ;
    rdfs:comment "bright, splendid, glorious"@en .

<http://lexvo.org/id/char/719A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%86%9A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%AC>,
        "熚"^^xsd:string .

<http://lexvo.org/id/char/719B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%86%9B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/bi%C4%81o>,
        <http://lexvo.org/id/term/kor/%E7%86%9B>,
        <http://lexvo.org/id/term/kor/PHYO>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/biu1>,
        <http://lexvo.org/id/term/yue/%E7%86%9B>,
        "熛"^^xsd:string ;
    rdfs:comment "blaze"@en .

<http://lexvo.org/id/char/719C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%86%9C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C5%8Dng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C7%92ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zung2>,
        <http://lexvo.org/id/term/yue/%E7%86%9C>,
        "熜"^^xsd:string .

<http://lexvo.org/id/char/719D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%86%9D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/luk6>,
        <http://lexvo.org/id/term/yue/%E7%86%9D>,
        "熝"^^xsd:string ;
    rdfs:comment "(Cant.) to scald with steam"@en .

<http://lexvo.org/id/char/719E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%86%9E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C4%81n>,
        "熞"^^xsd:string .

<http://lexvo.org/id/char/719F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%86%9F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%B3u%201065.020%3Ash%C3%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%BA%20sh%C3%B3u>,
        <http://lexvo.org/id/term/kor/%E7%86%9F>,
        <http://lexvo.org/id/term/kor/SWUK>,
        <http://lexvo.org/id/term/vie/th%E1%BB%A5c>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/suk6>,
        <http://lexvo.org/id/term/yue/%E7%86%9F>,
        "熟"^^xsd:string ;
    rdfs:comment "well-cooked; ripe; familiar with"@en .

<http://lexvo.org/id/char/71A0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%86%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%AC>,
        <http://lexvo.org/id/term/kor/%E7%86%A0>,
        <http://lexvo.org/id/term/kor/SUP>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jap1>,
        <http://lexvo.org/id/term/yue/%E7%86%A0>,
        "熠"^^xsd:string ;
    rdfs:comment "bright and sparkling"@en .

<http://lexvo.org/id/char/71A1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%86%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%B3u>,
        "熡"^^xsd:string .

<http://lexvo.org/id/char/71A2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%86%A2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C4%93ng>,
        <http://lexvo.org/id/term/kor/%E7%86%A2>,
        <http://lexvo.org/id/term/kor/PONG>,
        "熢"^^xsd:string .

<http://lexvo.org/id/char/71A3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%86%A3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/su%C4%AB>,
        <http://lexvo.org/id/term/vie/thui>,
        "熣"^^xsd:string .

<http://lexvo.org/id/char/71A4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%86%A4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%AC>,
        <http://lexvo.org/id/term/kor/%E7%86%A4>,
        <http://lexvo.org/id/term/kor/IK>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jap1>,
        <http://lexvo.org/id/term/yue/%E7%86%A4>,
        "熤"^^xsd:string .

<http://lexvo.org/id/char/71A5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%86%A5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C4%93ng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C5%8Dng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tung1>,
        <http://lexvo.org/id/term/yue/%E7%86%A5>,
        "熥"^^xsd:string ;
    rdfs:comment "heat up by steaming"@en .

<http://lexvo.org/id/char/71A6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%86%A6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ju%C3%A9>,
        "熦"^^xsd:string .

<http://lexvo.org/id/char/71A7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%86%A7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C5%8Dng>,
        "熧"^^xsd:string .

<http://lexvo.org/id/char/71A8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%86%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%B9%201434.100%3Ay%C3%B9n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%B9n%20y%C3%B9%20w%C3%A8i>,
        <http://lexvo.org/id/term/kor/%E7%86%A8>,
        <http://lexvo.org/id/term/kor/WI>,
        <http://lexvo.org/id/term/vie/%E1%BB%A7i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tong3%20wai3%20wan6%20wat1>,
        <http://lexvo.org/id/term/yue/%E7%86%A8>,
        "熨"^^xsd:string ;
    rdfs:comment "iron, press"@en .

<http://lexvo.org/id/char/71A9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%86%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%B9>,
        "熩"^^xsd:string .

<http://lexvo.org/id/char/71AA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%86%AA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%AD>,
        "熪"^^xsd:string .

<http://lexvo.org/id/char/71AB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%86%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%AC>,
        "熫"^^xsd:string .

<http://lexvo.org/id/char/71AC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C3%A1o%20%C4%81o>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%C4%81o%200011.060%3A%C3%A1o>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%86%AC>,
        <http://lexvo.org/id/term/kor/%E7%86%AC>,
        <http://lexvo.org/id/term/kor/O>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ngou4>,
        <http://lexvo.org/id/term/yue/%E7%86%AC>,
        "熬"^^xsd:string ;
    rdfs:comment "cook down, to boil; endure"@en .

<http://lexvo.org/id/char/71AD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%86%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C3%A8i>,
        "熭"^^xsd:string .

<http://lexvo.org/id/char/71AE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%86%AE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C3%A1o>,
        "熮"^^xsd:string .

<http://lexvo.org/id/char/71AF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%86%AF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E7%86%AF>,
        <http://lexvo.org/id/term/kor/SEN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hon3%20hon5>,
        <http://lexvo.org/id/term/yue/%E7%86%AF>,
        "熯"^^xsd:string ;
    rdfs:comment "by fire"@en .

<http://lexvo.org/id/char/71B0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C5%8Du>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%86%B0>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/au1%20ngau1>,
        <http://lexvo.org/id/term/yue/%E7%86%B0>,
        "熰"^^xsd:string ;
    rdfs:comment "great drought; heat"@en .

<http://lexvo.org/id/char/71B1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%86%B1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/r%C3%A8>,
        <http://lexvo.org/id/term/kor/%E7%86%B1>,
        <http://lexvo.org/id/term/kor/YEL>,
        <http://lexvo.org/id/term/vie/nhi%E1%BB%87t>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jit6>,
        <http://lexvo.org/id/term/yue/%E7%86%B1>,
        "熱"^^xsd:string ;
    rdfs:comment "hot; heat; fever; restless; zeal"@en .

<http://lexvo.org/id/char/71B2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%86%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C7%92ng>,
        <http://lexvo.org/id/term/kor/%E7%86%B2>,
        <http://lexvo.org/id/term/kor/KYENG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gang2%20gwing2%20wing6>,
        <http://lexvo.org/id/term/yue/%E7%86%B2>,
        "熲"^^xsd:string ;
    rdfs:comment "bright"@en .

<http://lexvo.org/id/char/71B3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%86%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/maan4%20maan6>,
        <http://lexvo.org/id/term/yue/%E7%86%B3>,
        "熳"^^xsd:string .

<http://lexvo.org/id/char/71B4> a lvont:Character ;
    lvont:represents "熴"^^xsd:string .

<http://lexvo.org/id/char/71B5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%86%B5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C4%81ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/soeng1>,
        <http://lexvo.org/id/term/yue/%E7%86%B5>,
        "熵"^^xsd:string ;
    rdfs:comment "entropy"@en .

<http://lexvo.org/id/char/71B6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%86%B6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/cu%C3%A0n>,
        <http://lexvo.org/id/term/vie/ch%C3%B3i>,
        "熶"^^xsd:string .

<http://lexvo.org/id/char/71B7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%86%B7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C4%93ng>,
        <http://lexvo.org/id/term/vie/t%C6%B0ng>,
        "熷"^^xsd:string .

<http://lexvo.org/id/char/71B8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%86%B8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C4%81n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zim1>,
        <http://lexvo.org/id/term/yue/%E7%86%B8>,
        "熸"^^xsd:string ;
    rdfs:comment "put out"@en .

<http://lexvo.org/id/char/71B9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%86%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C4%AB>,
        <http://lexvo.org/id/term/kor/%E7%86%B9>,
        <http://lexvo.org/id/term/kor/HUY>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hei1>,
        <http://lexvo.org/id/term/yue/%E7%86%B9>,
        "熹"^^xsd:string ;
    rdfs:comment "dim light, glimmer; warm, bright"@en .

<http://lexvo.org/id/char/71BA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%86%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C4%AB>,
        <http://lexvo.org/id/term/kor/%E7%86%BA>,
        <http://lexvo.org/id/term/kor/HUY>,
        "熺"^^xsd:string ;
    rdfs:comment "dim light, glimmer; warm"@en .

<http://lexvo.org/id/char/71BB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%86%BB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C4%AB>,
        "熻"^^xsd:string ;
    rdfs:comment "to heat; to roast; to burn"@en .

<http://lexvo.org/id/char/71BC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%86%BC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%AC>,
        "熼"^^xsd:string .

<http://lexvo.org/id/char/71BD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%86%BD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A0o>,
        "熽"^^xsd:string .

<http://lexvo.org/id/char/71BE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%86%BE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%AC>,
        <http://lexvo.org/id/term/kor/%E7%86%BE>,
        <http://lexvo.org/id/term/kor/CHI>,
        <http://lexvo.org/id/term/vie/x%C3%A9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ci3>,
        <http://lexvo.org/id/term/yue/%E7%86%BE>,
        "熾"^^xsd:string ;
    rdfs:comment "burning-hot, intense; to burn, blaze; splendid, illustrious"@en .

<http://lexvo.org/id/char/71BF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%86%BF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%A1ng>,
        "熿"^^xsd:string .

<http://lexvo.org/id/char/71C0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%87%80>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C7%8En%20d%C7%8En>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cin2%20daan6%20zin2>,
        <http://lexvo.org/id/term/yue/%E7%87%80>,
        "燀"^^xsd:string ;
    rdfs:comment "to make a fire; blaze"@en .

<http://lexvo.org/id/char/71C1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%87%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A8>,
        <http://lexvo.org/id/term/kor/%E7%87%81>,
        <http://lexvo.org/id/term/kor/YEP>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jip6>,
        <http://lexvo.org/id/term/yue/%E7%87%81>,
        "燁"^^xsd:string ;
    rdfs:comment "bright, glorious, splendid, flame"@en .

<http://lexvo.org/id/char/71C2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%87%82>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C3%A1n%20x%C3%BAn>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cim4%20taam4>,
        <http://lexvo.org/id/term/yue/%E7%87%82>,
        "燂"^^xsd:string ;
    rdfs:comment "smoke, fumes; tobacco, opium; (Cant.) to singe"@en .

<http://lexvo.org/id/char/71C3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%87%83>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/r%C3%A1n>,
        <http://lexvo.org/id/term/kor/%E7%87%83>,
        <http://lexvo.org/id/term/kor/YEN>,
        <http://lexvo.org/id/term/vie/nhen>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jin4%20jin6>,
        <http://lexvo.org/id/term/yue/%E7%87%83>,
        "燃"^^xsd:string ;
    rdfs:comment "burn; light fire, ignite"@en .

<http://lexvo.org/id/char/71C4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%87%84>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jim6>,
        <http://lexvo.org/id/term/yue/%E7%87%84>,
        "燄"^^xsd:string ;
    rdfs:comment "flame; blazing, brilliant"@en .

<http://lexvo.org/id/char/71C5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%87%85>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A1n%20qi%C3%A1n%20x%C3%BAn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cam4%20cim4>,
        <http://lexvo.org/id/term/yue/%E7%87%85>,
        "燅"^^xsd:string .

<http://lexvo.org/id/char/71C6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%87%86>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C3%A1o>,
        "燆"^^xsd:string .

<http://lexvo.org/id/char/71C7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%87%87>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C3%B9n>,
        "燇"^^xsd:string .

<http://lexvo.org/id/char/71C8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%87%88>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C4%93ng>,
        <http://lexvo.org/id/term/kor/%E7%87%88>,
        <http://lexvo.org/id/term/kor/TUNG>,
        <http://lexvo.org/id/term/vie/%C4%91%C4%83ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dang1>,
        <http://lexvo.org/id/term/yue/%E7%87%88>,
        "燈"^^xsd:string ;
    rdfs:comment "lantern, lamp"@en .

<http://lexvo.org/id/char/71C9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%87%89>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%B9n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%B9n%20d%C5%ABn%20t%C5%ABn%20t%C3%BAn>,
        <http://lexvo.org/id/term/kor/%E7%87%89>,
        <http://lexvo.org/id/term/kor/TON>,
        <http://lexvo.org/id/term/vie/%C4%91un>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dan6%20deon6>,
        <http://lexvo.org/id/term/yue/%E7%87%89>,
        "燉"^^xsd:string ;
    rdfs:comment "heat with fire; stew"@en .

<http://lexvo.org/id/char/71CA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%87%8A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C4%93n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/san1>,
        <http://lexvo.org/id/term/yue/%E7%87%8A>,
        "燊"^^xsd:string ;
    rdfs:comment "luxuriant"@en .

<http://lexvo.org/id/char/71CB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%87%8B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C4%81o%20qi%C3%A1o>,
        <http://lexvo.org/id/term/kor/%E7%87%8B>,
        <http://lexvo.org/id/term/kor/CHO>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ciu4%20ziu1>,
        <http://lexvo.org/id/term/yue/%E7%87%8B>,
        "燋"^^xsd:string ;
    rdfs:comment "scorch, burn, scald; torch"@en .

<http://lexvo.org/id/char/71CC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%87%8C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%A9n%20b%C3%A8n>,
        "燌"^^xsd:string .

<http://lexvo.org/id/char/71CD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%87%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C4%AB>,
        "燍"^^xsd:string .

<http://lexvo.org/id/char/71CE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%87%8E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C3%A1o%200711.140%3Ali%C7%8Eo>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C7%8Eo%20li%C3%A1o%20li%C3%A0o>,
        <http://lexvo.org/id/term/kor/%E7%87%8E>,
        <http://lexvo.org/id/term/kor/LYO>,
        <http://lexvo.org/id/term/vie/d%C3%ADp%20li%E1%BB%87u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/liu4%20liu6>,
        <http://lexvo.org/id/term/yue/%E7%87%8E>,
        "燎"^^xsd:string ;
    rdfs:comment "to burn, set afire; to illuminate; a signal lamp"@en .

<http://lexvo.org/id/char/71CF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%87%8F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wat6>,
        <http://lexvo.org/id/term/yue/%E7%87%8F>,
        "燏"^^xsd:string ;
    rdfs:comment "blaze"@en .

<http://lexvo.org/id/char/71D0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%87%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%ADn>,
        <http://lexvo.org/id/term/kor/%E7%87%90>,
        <http://lexvo.org/id/term/kor/LIN>,
        <http://lexvo.org/id/term/vie/l%C3%A2n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/leon4>,
        <http://lexvo.org/id/term/yue/%E7%87%90>,
        "燐"^^xsd:string ;
    rdfs:comment "phosphorus"@en .

<http://lexvo.org/id/char/71D1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%87%91>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%B3ng>,
        "燑"^^xsd:string .

<http://lexvo.org/id/char/71D2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%87%92>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C4%81o>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C4%81o%20sh%C3%A0o>,
        <http://lexvo.org/id/term/kor/%E7%87%92>,
        <http://lexvo.org/id/term/kor/SO>,
        <http://lexvo.org/id/term/vie/thi%C3%AAu>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/siu1>,
        <http://lexvo.org/id/term/yue/%E7%87%92>,
        "燒"^^xsd:string ;
    rdfs:comment "burn; bake; heat; roast"@en .

<http://lexvo.org/id/char/71D3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%87%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C4%93n>,
        "燓"^^xsd:string .

<http://lexvo.org/id/char/71D4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%87%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%A1n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%A1n%20f%C3%A9n>,
        <http://lexvo.org/id/term/kor/%E7%87%94>,
        <http://lexvo.org/id/term/kor/PEN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/faan4>,
        <http://lexvo.org/id/term/yue/%E7%87%94>,
        "燔"^^xsd:string ;
    rdfs:comment "to roast; to burn"@en .

<http://lexvo.org/id/char/71D5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%87%95>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A0n%20y%C4%81n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C4%81n%201331.140%3Ay%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E7%87%95>,
        <http://lexvo.org/id/term/kor/YEN>,
        <http://lexvo.org/id/term/vie/%C3%A9n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jin1%20jin3>,
        <http://lexvo.org/id/term/yue/%E7%87%95>,
        "燕"^^xsd:string ;
    rdfs:comment "swallow (bird); comfort, enjoy"@en .

<http://lexvo.org/id/char/71D6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%87%96>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C3%BAn%20qi%C3%A1n>,
        <http://lexvo.org/id/term/kor/%E7%87%96>,
        <http://lexvo.org/id/term/kor/SIM>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cam4>,
        <http://lexvo.org/id/term/yue/%E7%87%96>,
        "燖"^^xsd:string ;
    rdfs:comment "reheat food"@en .

<http://lexvo.org/id/char/71D7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%87%97>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%A0n>,
        "燗"^^xsd:string ;
    rdfs:comment "warming sake, to heat sake"@en .

<http://lexvo.org/id/char/71D8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%87%98>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C4%9Bi>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mui2>,
        <http://lexvo.org/id/term/yue/%E7%87%98>,
        "燘"^^xsd:string ;
    rdfs:comment "(Cant.) to suck or chew without using the teeth"@en .

<http://lexvo.org/id/char/71D9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%87%99>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%A0ng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%A0ng%20d%C3%A0ng>,
        <http://lexvo.org/id/term/kor/%E7%87%99>,
        <http://lexvo.org/id/term/kor/THANG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tong3>,
        <http://lexvo.org/id/term/yue/%E7%87%99>,
        "燙"^^xsd:string ;
    rdfs:comment "scald, heat; wash; iron clothes"@en .

<http://lexvo.org/id/char/71DA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%87%9A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C4%AB>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jik6>,
        <http://lexvo.org/id/term/yue/%E7%87%9A>,
        "燚"^^xsd:string .

<http://lexvo.org/id/char/71DB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%87%9B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C7%90ng>,
        "燛"^^xsd:string .

<http://lexvo.org/id/char/71DC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%87%9C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A8n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mun6>,
        <http://lexvo.org/id/term/yue/%E7%87%9C>,
        "燜"^^xsd:string ;
    rdfs:comment "simmer, cook over slow fire"@en .

<http://lexvo.org/id/char/71DD> a lvont:Character ;
    lvont:represents "燝"^^xsd:string .

<http://lexvo.org/id/char/71DE> a lvont:Character ;
    lvont:represents "燞"^^xsd:string .

<http://lexvo.org/id/char/71DF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%87%9F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%ADng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%ADng%20cu%C5%8D>,
        <http://lexvo.org/id/term/kor/%E7%87%9F>,
        <http://lexvo.org/id/term/kor/YENG%20HYENG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jing4>,
        <http://lexvo.org/id/term/yue/%E7%87%9F>,
        "營"^^xsd:string ;
    rdfs:comment "encampment, barracks; manage"@en .

<http://lexvo.org/id/char/71E0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%87%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%B9%20%C3%A0o>,
        <http://lexvo.org/id/term/kor/%E7%87%A0>,
        <http://lexvo.org/id/term/kor/WUK>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/juk1>,
        <http://lexvo.org/id/term/yue/%E7%87%A0>,
        "燠"^^xsd:string ;
    rdfs:comment "warm; warmth"@en .

<http://lexvo.org/id/char/71E1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%87%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jik6>,
        <http://lexvo.org/id/term/yue/%E7%87%A1>,
        "燡"^^xsd:string ;
    rdfs:comment "bright"@en .

<http://lexvo.org/id/char/71E2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%87%A2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xu%C3%A9>,
        "燢"^^xsd:string .

<http://lexvo.org/id/char/71E3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%87%A3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%A1n>,
        "燣"^^xsd:string ;
    rdfs:comment "disappointed"@en .

<http://lexvo.org/id/char/71E4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%87%A4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%A0i>,
        "燤"^^xsd:string .

<http://lexvo.org/id/char/71E5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%87%A5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C3%A0o>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C3%A0o%20s%C3%A0o>,
        <http://lexvo.org/id/term/kor/%E7%87%A5>,
        <http://lexvo.org/id/term/kor/CO>,
        <http://lexvo.org/id/term/vie/t%C3%A1o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cou3>,
        <http://lexvo.org/id/term/yue/%E7%87%A5>,
        "燥"^^xsd:string ;
    rdfs:comment "dry, parched, arid; quick-tempered"@en .

<http://lexvo.org/id/char/71E6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%87%A6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E7%87%A6>,
        <http://lexvo.org/id/term/kor/CHAN>,
        <http://lexvo.org/id/term/vie/x%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/caan3>,
        <http://lexvo.org/id/term/yue/%E7%87%A6>,
        "燦"^^xsd:string ;
    rdfs:comment "vivid, illuminating; bright"@en .

<http://lexvo.org/id/char/71E7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%87%A7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/su%C3%AC>,
        <http://lexvo.org/id/term/kor/%E7%87%A7>,
        <http://lexvo.org/id/term/kor/SWU>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/seoi6>,
        <http://lexvo.org/id/term/yue/%E7%87%A7>,
        "燧"^^xsd:string ;
    rdfs:comment "flintstone; beacon, signal fire; torch"@en .

<http://lexvo.org/id/char/71E8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%87%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C4%AB>,
        "燨"^^xsd:string .

<http://lexvo.org/id/char/71E9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%87%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qu%C3%A8>,
        "燩"^^xsd:string .

<http://lexvo.org/id/char/71EA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%87%AA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C5%8Dng>,
        "燪"^^xsd:string .

<http://lexvo.org/id/char/71EB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%87%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C3%A1n>,
        "燫"^^xsd:string .

<http://lexvo.org/id/char/71EC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%87%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C7%90>,
        <http://lexvo.org/id/term/kor/%E7%87%AC>,
        <http://lexvo.org/id/term/kor/HWEY>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wai2>,
        <http://lexvo.org/id/term/yue/%E7%87%AC>,
        "燬"^^xsd:string ;
    rdfs:comment "burn down; blaze, fire"@en .

<http://lexvo.org/id/char/71ED> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%87%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%BA>,
        <http://lexvo.org/id/term/kor/%E7%87%AD>,
        <http://lexvo.org/id/term/kor/CHOK>,
        <http://lexvo.org/id/term/vie/%C4%91u%E1%BB%91c>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zuk1>,
        <http://lexvo.org/id/term/yue/%E7%87%AD>,
        "燭"^^xsd:string ;
    rdfs:comment "candle, taper; to shine, illuminate"@en .

<http://lexvo.org/id/char/71EE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%87%AE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A8>,
        <http://lexvo.org/id/term/kor/%E7%87%AE>,
        <http://lexvo.org/id/term/kor/SEP>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sip3%20sit3>,
        <http://lexvo.org/id/term/yue/%E7%87%AE>,
        "燮"^^xsd:string ;
    rdfs:comment "harmonize, blend; adjust"@en .

<http://lexvo.org/id/char/71EF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%87%AF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%ADng>,
        "燯"^^xsd:string .

<http://lexvo.org/id/char/71F0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%87%B0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C4%93i>,
        <http://lexvo.org/id/term/vie/%C3%A1y>,
        "燰"^^xsd:string .

<http://lexvo.org/id/char/71F1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%87%B1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%AC>,
        "燱"^^xsd:string .

<http://lexvo.org/id/char/71F2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%87%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A9>,
        "燲"^^xsd:string .

<http://lexvo.org/id/char/71F3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%87%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%A0o>,
        "燳"^^xsd:string .

<http://lexvo.org/id/char/71F4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%87%B4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wui6>,
        <http://lexvo.org/id/term/yue/%E7%87%B4>,
        "燴"^^xsd:string ;
    rdfs:comment "ragout, cook, braise"@en .

<http://lexvo.org/id/char/71F5> a lvont:Character ;
    lvont:represents "燵"^^xsd:string ;
    rdfs:comment "a foot-warmer"@en .

<http://lexvo.org/id/char/71F6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/n%C3%B3ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/nung1>,
        <http://lexvo.org/id/term/yue/%E7%87%B6>,
        "燶"^^xsd:string ;
    rdfs:comment "(Cant.) to scorch, burn"@en .

<http://lexvo.org/id/char/71F7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%87%B7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%A1n>,
        "燷"^^xsd:string ;
    rdfs:comment "disappointed"@en .

<http://lexvo.org/id/char/71F8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%87%B8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/r%C3%BA>,
        "燸"^^xsd:string .

<http://lexvo.org/id/char/71F9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%87%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C7%8En>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C7%8En%20b%C3%ACng>,
        <http://lexvo.org/id/term/kor/%E7%87%B9>,
        <http://lexvo.org/id/term/kor/HUY>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sin2>,
        <http://lexvo.org/id/term/yue/%E7%87%B9>,
        "燹"^^xsd:string ;
    rdfs:comment "fire; wild fires"@en .

<http://lexvo.org/id/char/71FA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%87%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C7%8Eo>,
        "燺"^^xsd:string ;
    rdfs:comment "the dry at the fire to roast"@en .

<http://lexvo.org/id/char/71FB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%87%BB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C5%ABn>,
        <http://lexvo.org/id/term/kor/%E7%87%BB>,
        <http://lexvo.org/id/term/kor/HWUN>,
        <http://lexvo.org/id/term/vie/hun>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fan1>,
        <http://lexvo.org/id/term/yue/%E7%87%BB>,
        "燻"^^xsd:string ;
    rdfs:comment "smoke, fog, vapor; smoke, cure"@en .

<http://lexvo.org/id/char/71FC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%87%BC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%ACn>,
        <http://lexvo.org/id/term/kor/%E7%87%BC>,
        <http://lexvo.org/id/term/kor/SIN>,
        <http://lexvo.org/id/term/vie/t%E1%BA%A7n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zeon2%20zeon6>,
        <http://lexvo.org/id/term/yue/%E7%87%BC>,
        "燼"^^xsd:string ;
    rdfs:comment "cinders, ashes, embers; remnants"@en .

<http://lexvo.org/id/char/71FD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%87%BD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%B3u>,
        "燽"^^xsd:string .

<http://lexvo.org/id/char/71FE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%87%BE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%A0o%201120.091%3At%C4%81o>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%A0o%20t%C4%81o%20ch%C3%B3u>,
        <http://lexvo.org/id/term/kor/%E7%87%BE>,
        <http://lexvo.org/id/term/kor/TO>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dou6%20tou4>,
        <http://lexvo.org/id/term/yue/%E7%87%BE>,
        "燾"^^xsd:string ;
    rdfs:comment "shine, illuminate; cover, envelope"@en .

<http://lexvo.org/id/char/71FF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%87%BF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A0o>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A0o%20sh%C3%A0o%20shu%C3%B2>,
        <http://lexvo.org/id/term/kor/%E7%87%BF>,
        <http://lexvo.org/id/term/kor/YO>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jiu6>,
        <http://lexvo.org/id/term/yue/%E7%87%BF>,
        "燿"^^xsd:string ;
    rdfs:comment "shine, dazzle; brilliant, radiant"@en .

<http://lexvo.org/id/char/7200> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%88%80>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A8>,
        <http://lexvo.org/id/term/kor/%E7%88%80>,
        <http://lexvo.org/id/term/kor/HYEK>,
        "爀"^^xsd:string .

<http://lexvo.org/id/char/7201> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%88%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%A0n>,
        <http://lexvo.org/id/term/vie/r%C3%A1m>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/laam4%20laam6>,
        <http://lexvo.org/id/term/yue/%E7%88%81>,
        "爁"^^xsd:string .

<http://lexvo.org/id/char/7202> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%88%82>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/bi%C4%81o>,
        "爂"^^xsd:string .

<http://lexvo.org/id/char/7203> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%88%83>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/r%C3%B3ng>,
        "爃"^^xsd:string .

<http://lexvo.org/id/char/7204> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%88%84>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%AC>,
        "爄"^^xsd:string .

<http://lexvo.org/id/char/7205> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%88%85>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%B2>,
        "爅"^^xsd:string .

<http://lexvo.org/id/char/7206> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%88%86>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%A0o>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%A0o%20b%C3%B3>,
        <http://lexvo.org/id/term/kor/%E7%88%86>,
        <http://lexvo.org/id/term/kor/PHOK%20PAK>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/baau3>,
        <http://lexvo.org/id/term/yue/%E7%88%86>,
        "爆"^^xsd:string ;
    rdfs:comment "crackle, pop, burst, explode"@en .

<http://lexvo.org/id/char/7207> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%88%87>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ru%C3%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ru%C3%B2%20r%C3%A8>,
        <http://lexvo.org/id/term/kor/%E7%88%87>,
        <http://lexvo.org/id/term/kor/SEL>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jyut3>,
        <http://lexvo.org/id/term/yue/%E7%88%87>,
        "爇"^^xsd:string ;
    rdfs:comment "burn"@en .

<http://lexvo.org/id/char/7208> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%88%88>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C7%98>,
        "爈"^^xsd:string .

<http://lexvo.org/id/char/7209> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%88%89>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%A0%20li%C3%A8>,
        <http://lexvo.org/id/term/vie/d%E1%BB%99p>,
        "爉"^^xsd:string .

<http://lexvo.org/id/char/720A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C3%A1o%20%C4%81o>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%C4%81o>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%88%8A>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ngou4>,
        <http://lexvo.org/id/term/yue/%E7%88%8A>,
        "爊"^^xsd:string .

<http://lexvo.org/id/char/720B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%88%8B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C3%B9n%20x%C5%ABn>,
        <http://lexvo.org/id/term/kor/%E7%88%8B>,
        <http://lexvo.org/id/term/kor/HWUN>,
        "爋"^^xsd:string .

<http://lexvo.org/id/char/720C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%88%8C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ku%C3%A0ng%20hu%C3%A0ng>,
        <http://lexvo.org/id/term/kor/%E7%88%8C>,
        <http://lexvo.org/id/term/kor/KWANG>,
        <http://lexvo.org/id/term/vie/qu%C3%A1ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kong3%20kwong3>,
        <http://lexvo.org/id/term/yue/%E7%88%8C>,
        "爌"^^xsd:string .

<http://lexvo.org/id/char/720D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%88%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/shu%C3%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/shu%C3%B2%20lu%C3%B2%20yu%C3%A8>,
        <http://lexvo.org/id/term/kor/%E7%88%8D>,
        <http://lexvo.org/id/term/kor/SAK>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lik1%20soek3>,
        <http://lexvo.org/id/term/yue/%E7%88%8D>,
        "爍"^^xsd:string ;
    rdfs:comment "shine, glitter, sparkle"@en .

<http://lexvo.org/id/char/720E> a lvont:Character ;
    lvont:represents "爎"^^xsd:string .

<http://lexvo.org/id/char/720F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%88%8F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%AC>,
        "爏"^^xsd:string .

<http://lexvo.org/id/char/7210> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%88%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%BA>,
        <http://lexvo.org/id/term/kor/%E7%88%90>,
        <http://lexvo.org/id/term/kor/LO>,
        <http://lexvo.org/id/term/vie/ch%C3%B9a%20l%C3%B4>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lou4>,
        <http://lexvo.org/id/term/yue/%E7%88%90>,
        "爐"^^xsd:string ;
    rdfs:comment "fireplace, stove, oven, furnace"@en .

<http://lexvo.org/id/char/7211> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%88%91>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ju%C3%A9>,
        "爑"^^xsd:string .

<http://lexvo.org/id/char/7212> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%88%92>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C3%A0o>,
        "爒"^^xsd:string .

<http://lexvo.org/id/char/7213> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%88%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A0n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A0n%20qi%C3%A1n%20x%C3%BAn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jim6>,
        <http://lexvo.org/id/term/yue/%E7%88%93>,
        "爓"^^xsd:string ;
    rdfs:comment "flame; brilliant, blazing"@en .

<http://lexvo.org/id/char/7214> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%88%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C4%AB>,
        <http://lexvo.org/id/term/kor/%E7%88%94>,
        <http://lexvo.org/id/term/kor/HUY>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hei1>,
        <http://lexvo.org/id/term/yue/%E7%88%94>,
        "爔"^^xsd:string .

<http://lexvo.org/id/char/7215> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%88%95>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A8>,
        "爕"^^xsd:string .

<http://lexvo.org/id/char/7216> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%88%96>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%B3ng>,
        "爖"^^xsd:string ;
    rdfs:comment "fire"@en .

<http://lexvo.org/id/char/7217> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%88%97>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A8>,
        <http://lexvo.org/id/term/kor/%E7%88%97>,
        <http://lexvo.org/id/term/kor/YEP>,
        "爗"^^xsd:string .

<http://lexvo.org/id/char/7218> a lvont:Character ;
    lvont:represents "爘"^^xsd:string .

<http://lexvo.org/id/char/7219> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%88%99>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/r%C7%8Eng>,
        <http://lexvo.org/id/term/vie/nh%C3%A1ng>,
        "爙"^^xsd:string .

<http://lexvo.org/id/char/721A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%88%9A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/yu%C3%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/yu%C3%A8%20shu%C3%B2>,
        <http://lexvo.org/id/term/kor/%E7%88%9A>,
        <http://lexvo.org/id/term/kor/YAK>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/joek6>,
        <http://lexvo.org/id/term/yue/%E7%88%9A>,
        "爚"^^xsd:string ;
    rdfs:comment "bright; fiery"@en .

<http://lexvo.org/id/char/721B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%88%9B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E7%88%9B>,
        <http://lexvo.org/id/term/kor/LAN>,
        <http://lexvo.org/id/term/vie/l%E1%BA%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/laan6>,
        <http://lexvo.org/id/term/yue/%E7%88%9B>,
        "爛"^^xsd:string ;
    rdfs:comment "rotten, spoiled, decayed"@en .

<http://lexvo.org/id/char/721C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%88%9C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C3%B3ng>,
        "爜"^^xsd:string .

<http://lexvo.org/id/char/721D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%88%9D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ju%C3%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ju%C3%A9%20ji%C3%A0o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zoek6>,
        <http://lexvo.org/id/term/yue/%E7%88%9D>,
        "爝"^^xsd:string .

<http://lexvo.org/id/char/721E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%88%9E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%B3ng%20ch%C3%B3ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cung4>,
        <http://lexvo.org/id/term/yue/%E7%88%9E>,
        "爞"^^xsd:string .

<http://lexvo.org/id/char/721F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%88%9F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/gu%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E7%88%9F>,
        <http://lexvo.org/id/term/kor/KWAN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gun3>,
        <http://lexvo.org/id/term/yue/%E7%88%9F>,
        "爟"^^xsd:string ;
    rdfs:comment "fire"@en .

<http://lexvo.org/id/char/7220> a lvont:Character ;
    lvont:represents "爠"^^xsd:string .

<http://lexvo.org/id/char/7221> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%88%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%A8>,
        "爡"^^xsd:string .

<http://lexvo.org/id/char/7222> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%88%A2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mei4>,
        <http://lexvo.org/id/term/yue/%E7%88%A2>,
        "爢"^^xsd:string .

<http://lexvo.org/id/char/7223> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%88%A3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C7%8Eng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tong2>,
        <http://lexvo.org/id/term/yue/%E7%88%A3>,
        "爣"^^xsd:string .

<http://lexvo.org/id/char/7224> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%88%A4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%A0n>,
        "爤"^^xsd:string .

<http://lexvo.org/id/char/7225> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%88%A5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%BA>,
        <http://lexvo.org/id/term/kor/%E7%88%A5>,
        <http://lexvo.org/id/term/kor/CHOK>,
        "爥"^^xsd:string ;
    rdfs:comment "simmer, cook over slow fire"@en .

<http://lexvo.org/id/char/7226> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/laam5>,
        <http://lexvo.org/id/term/yue/%E7%88%A6>,
        "爦"^^xsd:string .

<http://lexvo.org/id/char/7227> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%88%A7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%ADng>,
        "爧"^^xsd:string .

<http://lexvo.org/id/char/7228> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%88%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/cu%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E7%88%A8>,
        <http://lexvo.org/id/term/kor/CHAN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cyun3>,
        <http://lexvo.org/id/term/yue/%E7%88%A8>,
        "爨"^^xsd:string ;
    rdfs:comment "oven, cooking stove; cook"@en .

<http://lexvo.org/id/char/7229> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%88%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wat1>,
        <http://lexvo.org/id/term/yue/%E7%88%A9>,
        "爩"^^xsd:string ;
    rdfs:comment "(Cant.) to smoke, fumigate; to bleach with burning sulfur"@en .

<http://lexvo.org/id/char/722C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%88%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%A1>,
        <http://lexvo.org/id/term/kor/%E7%88%AC>,
        <http://lexvo.org/id/term/kor/PHA>,
        <http://lexvo.org/id/term/vie/b%C3%B2>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/paa4>,
        <http://lexvo.org/id/term/yue/%E7%88%AC>,
        "爬"^^xsd:string ;
    rdfs:comment "crawl, creep; climb; scramble"@en .

<http://lexvo.org/id/char/722D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%88%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C4%93ng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C4%93ng%20zh%C3%A8ng>,
        <http://lexvo.org/id/term/kor/%E7%88%AD>,
        <http://lexvo.org/id/term/kor/CAYNG>,
        <http://lexvo.org/id/term/vie/tranh>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/caang1%20zaang1%20zang1>,
        <http://lexvo.org/id/term/yue/%E7%88%AD>,
        "爭"^^xsd:string ;
    rdfs:comment "to dispute, fight, contend, strive"@en .

<http://lexvo.org/id/char/722E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%88%AE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%A1o>,
        "爮"^^xsd:string .

<http://lexvo.org/id/char/722F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%88%AF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C4%93ng>,
        "爯"^^xsd:string .

<http://lexvo.org/id/char/7230> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%88%B0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/yu%C3%A1n>,
        <http://lexvo.org/id/term/kor/%E7%88%B0>,
        <http://lexvo.org/id/term/kor/WEN>,
        <http://lexvo.org/id/term/vie/v%C6%B0%C6%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jyun4%20wun4>,
        <http://lexvo.org/id/term/yue/%E7%88%B0>,
        "爰"^^xsd:string ;
    rdfs:comment "lead on to; therefore, then"@en .

<http://lexvo.org/id/char/7231> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C3%A0i>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%88%B1>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ngoi3%20oi3>,
        <http://lexvo.org/id/term/yue/%E7%88%B1>,
        "爱"^^xsd:string ;
    rdfs:comment "love, be fond of, like"@en .

<http://lexvo.org/id/char/7232> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%88%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C3%A8i%20w%C3%A9i>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C3%A9i%201199.042%3Aw%C3%A8i>,
        <http://lexvo.org/id/term/kor/%E7%88%B2>,
        <http://lexvo.org/id/term/kor/WI>,
        <http://lexvo.org/id/term/vie/vay>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wai4%20wai6>,
        <http://lexvo.org/id/term/yue/%E7%88%B2>,
        "爲"^^xsd:string ;
    rdfs:comment "do, handle, govern, act; be"@en .

<http://lexvo.org/id/char/7233> a lvont:Character ;
    lvont:represents "爳"^^xsd:string .

<http://lexvo.org/id/char/7234> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%88%B4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ju%C3%A9>,
        "爴"^^xsd:string .

<http://lexvo.org/id/char/7235> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%88%B5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ju%C3%A9>,
        <http://lexvo.org/id/term/kor/%E7%88%B5>,
        <http://lexvo.org/id/term/kor/CAK>,
        <http://lexvo.org/id/term/vie/t%C6%B0%E1%BB%9Bc>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zoek3>,
        <http://lexvo.org/id/term/yue/%E7%88%B5>,
        "爵"^^xsd:string ;
    rdfs:comment "feudal title or rank"@en .

<http://lexvo.org/id/char/7237> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%88%B7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/je4>,
        <http://lexvo.org/id/term/yue/%E7%88%B7>,
        "爷"^^xsd:string ;
    rdfs:comment "father, grandfather"@en .

<http://lexvo.org/id/char/7238> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%88%B8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%A0>,
        <http://lexvo.org/id/term/kor/%E7%88%B8>,
        <http://lexvo.org/id/term/kor/PHA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/baa1>,
        <http://lexvo.org/id/term/yue/%E7%88%B8>,
        "爸"^^xsd:string ;
    rdfs:comment "father, papa"@en .

<http://lexvo.org/id/char/7239> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%88%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/di%C4%93>,
        <http://lexvo.org/id/term/kor/%E7%88%B9>,
        <http://lexvo.org/id/term/kor/TA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/de1>,
        <http://lexvo.org/id/term/yue/%E7%88%B9>,
        "爹"^^xsd:string ;
    rdfs:comment "father, daddy"@en .

<http://lexvo.org/id/char/723A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%88%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A9>,
        <http://lexvo.org/id/term/kor/%E7%88%BA>,
        <http://lexvo.org/id/term/kor/YA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/je4>,
        <http://lexvo.org/id/term/yue/%E7%88%BA>,
        "爺"^^xsd:string ;
    rdfs:comment "father, grandfather"@en .

<http://lexvo.org/id/char/723C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%88%BC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C7%94>,
        "爼"^^xsd:string ;
    rdfs:comment "a small table or tiered stand filled with meat offerings"@en .

<http://lexvo.org/id/char/723D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%88%BD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/shu%C7%8Eng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/shu%C7%8Eng%20shu%C4%81ng>,
        <http://lexvo.org/id/term/kor/%E7%88%BD>,
        <http://lexvo.org/id/term/kor/SANG>,
        <http://lexvo.org/id/term/vie/s%E1%BB%ADng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/song2>,
        <http://lexvo.org/id/term/yue/%E7%88%BD>,
        "爽"^^xsd:string ;
    rdfs:comment "happy, cheerful; refreshing"@en .

<http://lexvo.org/id/char/723E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C4%9Br>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%88%BE>,
        <http://lexvo.org/id/term/kor/%E7%88%BE>,
        <http://lexvo.org/id/term/kor/I>,
        <http://lexvo.org/id/term/vie/nh%C3%A3i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ji5>,
        <http://lexvo.org/id/term/yue/%E7%88%BE>,
        "爾"^^xsd:string ;
    rdfs:comment "you; that, those; final particle"@en .

<http://lexvo.org/id/char/7240> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%89%80>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/chu%C3%A1ng>,
        <http://lexvo.org/id/term/kor/%E7%89%80>,
        <http://lexvo.org/id/term/kor/SANG>,
        <http://lexvo.org/id/term/vie/gi%C6%B0%E1%BB%9Dng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cong4>,
        <http://lexvo.org/id/term/yue/%E7%89%80>,
        "牀"^^xsd:string ;
    rdfs:comment "bed, couch; bench; chassis"@en .

<http://lexvo.org/id/char/7241> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%89%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C4%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C4%93>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/go1%20o1>,
        <http://lexvo.org/id/term/yue/%E7%89%81>,
        "牁"^^xsd:string ;
    rdfs:comment "mooring stake; painter, mooring"@en .

<http://lexvo.org/id/char/7242> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%89%82>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C4%81ng>,
        <http://lexvo.org/id/term/kor/%E7%89%82>,
        <http://lexvo.org/id/term/kor/CANG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zong1>,
        <http://lexvo.org/id/term/yue/%E7%89%82>,
        "牂"^^xsd:string ;
    rdfs:comment "female sheep, ewe"@en .

<http://lexvo.org/id/char/7243> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%89%83>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/di%C3%A9>,
        "牃"^^xsd:string .

<http://lexvo.org/id/char/7244> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%89%84>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C4%81ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/coeng1>,
        <http://lexvo.org/id/term/yue/%E7%89%84>,
        "牄"^^xsd:string ;
    rdfs:comment "to walk rapidly"@en .

<http://lexvo.org/id/char/7245> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%89%85>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%B3ng>,
        "牅"^^xsd:string .

<http://lexvo.org/id/char/7246> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%89%86>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C3%A1ng>,
        <http://lexvo.org/id/term/kor/%E7%89%86>,
        <http://lexvo.org/id/term/kor/CANG>,
        <http://lexvo.org/id/term/vie/teo%20t%C6%B0%E1%BB%9Dng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/coeng4>,
        <http://lexvo.org/id/term/yue/%E7%89%86>,
        "牆"^^xsd:string ;
    rdfs:comment "wall"@en .

<http://lexvo.org/id/char/7248> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%89%88>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C7%8En>,
        <http://lexvo.org/id/term/kor/%E7%89%88>,
        <http://lexvo.org/id/term/kor/PHAN>,
        <http://lexvo.org/id/term/vie/b%E1%BA%A3n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/baan2>,
        <http://lexvo.org/id/term/yue/%E7%89%88>,
        "版"^^xsd:string ;
    rdfs:comment "printing blocks; edition"@en .

<http://lexvo.org/id/char/7249> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%89%89>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bun3%20pun3>,
        <http://lexvo.org/id/term/yue/%E7%89%89>,
        "牉"^^xsd:string .

<http://lexvo.org/id/char/724A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%89%8A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%A1o>,
        "牊"^^xsd:string .

<http://lexvo.org/id/char/724B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%89%8B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C4%81n>,
        <http://lexvo.org/id/term/kor/%E7%89%8B>,
        <http://lexvo.org/id/term/kor/CEN>,
        <http://lexvo.org/id/term/vie/ti%C3%AAn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zin1>,
        <http://lexvo.org/id/term/yue/%E7%89%8B>,
        "牋"^^xsd:string ;
    rdfs:comment "memorandum, official note"@en .

<http://lexvo.org/id/char/724C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%89%8C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%A1i>,
        <http://lexvo.org/id/term/kor/%E7%89%8C>,
        <http://lexvo.org/id/term/kor/PHAY%20PAY>,
        <http://lexvo.org/id/term/vie/b%C3%A0i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/paai4>,
        <http://lexvo.org/id/term/yue/%E7%89%8C>,
        "牌"^^xsd:string ;
    rdfs:comment "signboard, placard"@en .

<http://lexvo.org/id/char/724D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%89%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%BA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/duk6>,
        <http://lexvo.org/id/term/yue/%E7%89%8D>,
        "牍"^^xsd:string ;
    rdfs:comment "writing tablet; documents, books"@en .

<http://lexvo.org/id/char/724E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%89%8E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/chu%C4%81ng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/chu%C4%81ng%20c%C5%8Dng>,
        "牎"^^xsd:string .

<http://lexvo.org/id/char/724F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%89%8F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%B3u%20y%C3%BA%20zh%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jyu4%20tau4>,
        <http://lexvo.org/id/term/yue/%E7%89%8F>,
        "牏"^^xsd:string ;
    rdfs:comment "privy hole"@en .

<http://lexvo.org/id/char/7250> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%89%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%A1>,
        "牐"^^xsd:string ;
    rdfs:comment "sluice; flood gate, canal lock"@en .

<http://lexvo.org/id/char/7251> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%89%91>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/bi%C4%81n>,
        "牑"^^xsd:string .

<http://lexvo.org/id/char/7252> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%89%92>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/di%C3%A9>,
        <http://lexvo.org/id/term/kor/%E7%89%92>,
        <http://lexvo.org/id/term/kor/CHEP>,
        <http://lexvo.org/id/term/vie/%C4%91i%E1%BB%87p>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dip6>,
        <http://lexvo.org/id/term/yue/%E7%89%92>,
        "牒"^^xsd:string ;
    rdfs:comment "documents, records; dispatch"@en .

<http://lexvo.org/id/char/7253> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%89%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C7%8Eng>,
        <http://lexvo.org/id/term/kor/%E7%89%93>,
        <http://lexvo.org/id/term/kor/PANG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bong2>,
        <http://lexvo.org/id/term/yue/%E7%89%93>,
        "牓"^^xsd:string ;
    rdfs:comment "tablet; public notice; register"@en .

<http://lexvo.org/id/char/7254> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%89%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%B3>,
        <http://lexvo.org/id/term/kor/%E7%89%94>,
        <http://lexvo.org/id/term/kor/PAK>,
        "牔"^^xsd:string ;
    rdfs:comment "gable"@en .

<http://lexvo.org/id/char/7255> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%89%95>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/chu%C4%81ng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/chu%C4%81ng%20c%C5%8Dng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/coeng1>,
        <http://lexvo.org/id/term/yue/%E7%89%95>,
        "牕"^^xsd:string ;
    rdfs:comment "window"@en .

<http://lexvo.org/id/char/7256> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%89%96>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%92u>,
        <http://lexvo.org/id/term/kor/%E7%89%96>,
        <http://lexvo.org/id/term/kor/YU>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jau5>,
        <http://lexvo.org/id/term/yue/%E7%89%96>,
        "牖"^^xsd:string ;
    rdfs:comment "window; lead enlightenment"@en .

<http://lexvo.org/id/char/7257> a lvont:Character ;
    lvont:represents "牗"^^xsd:string .

<http://lexvo.org/id/char/7258> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%89%98>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%BA>,
        <http://lexvo.org/id/term/kor/%E7%89%98>,
        <http://lexvo.org/id/term/kor/TOK>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/duk6>,
        <http://lexvo.org/id/term/yue/%E7%89%98>,
        "牘"^^xsd:string ;
    rdfs:comment "writing tablet; documents, books"@en .

<http://lexvo.org/id/char/725A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%89%9A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%A8ng%20ch%C4%93ng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C4%93ng%200140.050%3Ach%C3%A8ng>,
        <http://lexvo.org/id/term/kor/%E7%89%9A>,
        <http://lexvo.org/id/term/kor/THAYNG>,
        "牚"^^xsd:string .

<http://lexvo.org/id/char/725D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%89%9D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%ACn>,
        <http://lexvo.org/id/term/kor/%E7%89%9D>,
        <http://lexvo.org/id/term/kor/PIN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/pan5>,
        <http://lexvo.org/id/term/yue/%E7%89%9D>,
        "牝"^^xsd:string ;
    rdfs:comment "female of species; deep gorge"@en .

<http://lexvo.org/id/char/725E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%89%9E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C5%AB>,
        "牞"^^xsd:string .

<http://lexvo.org/id/char/725F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%89%9F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%B3u%200810.070%3Am%C3%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%B3u%20m%C3%B9%20m%C3%A0o>,
        <http://lexvo.org/id/term/kor/%E7%89%9F>,
        <http://lexvo.org/id/term/kor/MO>,
        <http://lexvo.org/id/term/vie/r%E1%BA%ADm%20m%C3%A0u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mau4>,
        <http://lexvo.org/id/term/yue/%E7%89%9F>,
        "牟"^^xsd:string ;
    rdfs:comment "make; seek, get; barley; low"@en .

<http://lexvo.org/id/char/7260> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%89%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C4%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/tu%C3%B3%20t%C4%81%20tu%C5%8D>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/taa1%20to1>,
        <http://lexvo.org/id/term/yue/%E7%89%A0>,
        "牠"^^xsd:string ;
    rdfs:comment "it; polled cattle"@en .

<http://lexvo.org/id/char/7261> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%89%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C7%94>,
        <http://lexvo.org/id/term/kor/%E7%89%A1>,
        <http://lexvo.org/id/term/kor/MO>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/maau5%20mau5>,
        <http://lexvo.org/id/term/yue/%E7%89%A1>,
        "牡"^^xsd:string ;
    rdfs:comment "male of animals; bolt of door"@en .

<http://lexvo.org/id/char/7262> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%89%A2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%A1o>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%A1o%20l%C3%A0o%20l%C3%B3u>,
        <http://lexvo.org/id/term/kor/%E7%89%A2>,
        <http://lexvo.org/id/term/kor/LOY%20LO>,
        <http://lexvo.org/id/term/vie/lao>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lou4>,
        <http://lexvo.org/id/term/yue/%E7%89%A2>,
        "牢"^^xsd:string ;
    rdfs:comment "prison; stable, pen; secure"@en .

<http://lexvo.org/id/char/7263> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%89%A3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/r%C3%A8n>,
        <http://lexvo.org/id/term/vie/nh%E1%BA%B3n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jan6>,
        <http://lexvo.org/id/term/yue/%E7%89%A3>,
        "牣"^^xsd:string ;
    rdfs:comment "fill, stuff; full"@en .

<http://lexvo.org/id/char/7264> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%89%A4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A1ng%20m%C4%81ng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C4%81ng>,
        "牤"^^xsd:string ;
    rdfs:comment "a bull"@en .

<http://lexvo.org/id/char/7265> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%89%A5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C4%81ng>,
        "牥"^^xsd:string .

<http://lexvo.org/id/char/7266> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%89%A6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A1o>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A1o%20l%C3%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/moi4>,
        <http://lexvo.org/id/term/yue/%E7%89%A6>,
        "牦"^^xsd:string ;
    rdfs:comment "tail; hair; yak"@en .

<http://lexvo.org/id/char/7267> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%89%A7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%B9>,
        <http://lexvo.org/id/term/kor/%E7%89%A7>,
        <http://lexvo.org/id/term/kor/MOK>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/muk6>,
        <http://lexvo.org/id/term/yue/%E7%89%A7>,
        "牧"^^xsd:string ;
    rdfs:comment "tend cattle, shepherd"@en .

<http://lexvo.org/id/char/7268> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%89%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C4%81ng>,
        "牨"^^xsd:string .

<http://lexvo.org/id/char/7269> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%89%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C3%B9>,
        <http://lexvo.org/id/term/kor/%E7%89%A9>,
        <http://lexvo.org/id/term/kor/MWUL>,
        <http://lexvo.org/id/term/vie/v%E1%BA%ADt>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mat6>,
        <http://lexvo.org/id/term/yue/%E7%89%A9>,
        "物"^^xsd:string ;
    rdfs:comment "thing, substance, creature"@en .

<http://lexvo.org/id/char/726A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%89%AA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A0n>,
        "牪"^^xsd:string .

<http://lexvo.org/id/char/726B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%89%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C4%93>,
        "牫"^^xsd:string .

<http://lexvo.org/id/char/726C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%89%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%A8i>,
        "牬"^^xsd:string .

<http://lexvo.org/id/char/726D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%89%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C3%AC>,
        "牭"^^xsd:string .

<http://lexvo.org/id/char/726E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%89%AE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zin3>,
        <http://lexvo.org/id/term/yue/%E7%89%AE>,
        "牮"^^xsd:string .

<http://lexvo.org/id/char/726F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%89%AF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C7%94>,
        <http://lexvo.org/id/term/kor/%E7%89%AF>,
        <http://lexvo.org/id/term/kor/KO>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gu2>,
        <http://lexvo.org/id/term/yue/%E7%89%AF>,
        "牯"^^xsd:string ;
    rdfs:comment "cow; bull; ox"@en .

<http://lexvo.org/id/char/7270> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%89%B0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%B2u%20ch%C5%8Du>,
        "牰"^^xsd:string .

<http://lexvo.org/id/char/7271> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%89%B1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C4%93>,
        "牱"^^xsd:string .

<http://lexvo.org/id/char/7272> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%89%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C4%93ng>,
        <http://lexvo.org/id/term/kor/%E7%89%B2>,
        <http://lexvo.org/id/term/kor/SAYNG>,
        <http://lexvo.org/id/term/vie/sinh>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/saang1%20sang1>,
        <http://lexvo.org/id/term/yue/%E7%89%B2>,
        "牲"^^xsd:string ;
    rdfs:comment "sacrificial animal; animal"@en .

<http://lexvo.org/id/char/7273> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%89%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C7%94>,
        "牳"^^xsd:string .

<http://lexvo.org/id/char/7274> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%89%B4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C7%90>,
        <http://lexvo.org/id/term/kor/%E7%89%B4>,
        <http://lexvo.org/id/term/kor/CE>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dai2>,
        <http://lexvo.org/id/term/yue/%E7%89%B4>,
        "牴"^^xsd:string ;
    rdfs:comment "gore, butt; resist"@en .

<http://lexvo.org/id/char/7275> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%89%B5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C4%81n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C4%81n%20qi%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hin1>,
        <http://lexvo.org/id/term/yue/%E7%89%B5>,
        "牵"^^xsd:string ;
    rdfs:comment "drag, pull, lead by hand"@en .

<http://lexvo.org/id/char/7276> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%89%B6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qu%C3%A0n>,
        "牶"^^xsd:string ;
    rdfs:comment "a nose-ring for an animal"@en .

<http://lexvo.org/id/char/7277> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%89%B7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qu%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cyun4>,
        <http://lexvo.org/id/term/yue/%E7%89%B7>,
        "牷"^^xsd:string ;
    rdfs:comment "cow or ox of one color, perfect"@en .

<http://lexvo.org/id/char/7278> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%89%B8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C3%AC>,
        <http://lexvo.org/id/term/kor/%E7%89%B8>,
        <http://lexvo.org/id/term/kor/CA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zi3%20zi6>,
        <http://lexvo.org/id/term/yue/%E7%89%B8>,
        "牸"^^xsd:string ;
    rdfs:comment "the female of certain animals; to bring forth young of animals"@en .

<http://lexvo.org/id/char/7279> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%89%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%A8>,
        <http://lexvo.org/id/term/kor/%E7%89%B9>,
        <http://lexvo.org/id/term/kor/THUK>,
        <http://lexvo.org/id/term/vie/%C4%91%E1%BA%B7c>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dak6>,
        <http://lexvo.org/id/term/yue/%E7%89%B9>,
        "特"^^xsd:string ;
    rdfs:comment "special, unique, distinguished"@en .

<http://lexvo.org/id/char/727A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%89%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C4%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C4%AB%20su%C5%8D>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hei1>,
        <http://lexvo.org/id/term/yue/%E7%89%BA>,
        "牺"^^xsd:string ;
    rdfs:comment "sacrifice, give up; sacrificial"@en .

<http://lexvo.org/id/char/727B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%89%BB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A1ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mong4>,
        <http://lexvo.org/id/term/yue/%E7%89%BB>,
        "牻"^^xsd:string .

<http://lexvo.org/id/char/727C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%89%BC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C4%93ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hang1>,
        <http://lexvo.org/id/term/yue/%E7%89%BC>,
        "牼"^^xsd:string ;
    rdfs:comment "ox shank, person's name"@en .

<http://lexvo.org/id/char/727D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%89%BD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C4%81n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C4%81n%20qi%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E7%89%BD>,
        <http://lexvo.org/id/term/kor/KYEN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hin1>,
        <http://lexvo.org/id/term/yue/%E7%89%BD>,
        "牽"^^xsd:string ;
    rdfs:comment "drag, pull, lead by hand"@en .

<http://lexvo.org/id/char/727E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%89%BE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C3%BA%20w%C7%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C7%94>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ng5>,
        <http://lexvo.org/id/term/yue/%E7%89%BE>,
        "牾"^^xsd:string ;
    rdfs:comment "to oppose; to gore"@en .

<http://lexvo.org/id/char/727F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%89%BF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/guk1>,
        <http://lexvo.org/id/term/yue/%E7%89%BF>,
        "牿"^^xsd:string .

<http://lexvo.org/id/char/7280> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%8A%80>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C4%AB>,
        <http://lexvo.org/id/term/kor/%E7%8A%80>,
        <http://lexvo.org/id/term/kor/SE>,
        <http://lexvo.org/id/term/vie/t%C3%AA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sai1>,
        <http://lexvo.org/id/term/yue/%E7%8A%80>,
        "犀"^^xsd:string ;
    rdfs:comment "rhinoceros; sharp, well-tempered"@en .

<http://lexvo.org/id/char/7281> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%8A%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%AD>,
        <http://lexvo.org/id/term/kor/%E7%8A%81>,
        <http://lexvo.org/id/term/kor/LI>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lai4>,
        <http://lexvo.org/id/term/yue/%E7%8A%81>,
        "犁"^^xsd:string ;
    rdfs:comment "plow"@en .

<http://lexvo.org/id/char/7282> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%8A%82>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lai4>,
        <http://lexvo.org/id/term/yue/%E7%8A%82>,
        "犂"^^xsd:string ;
    rdfs:comment "plow"@en .

<http://lexvo.org/id/char/7283> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%8A%83>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C7%92u>,
        "犃"^^xsd:string .

<http://lexvo.org/id/char/7284> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%8A%84>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C4%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C4%AB%20y%C4%AB>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gei1>,
        <http://lexvo.org/id/term/yue/%E7%8A%84>,
        "犄"^^xsd:string ;
    rdfs:comment "animal horns"@en .

<http://lexvo.org/id/char/7285> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%8A%85>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C4%81ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gong1>,
        <http://lexvo.org/id/term/yue/%E7%8A%85>,
        "犅"^^xsd:string .

<http://lexvo.org/id/char/7286> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%8A%86>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%AD%20t%C3%A8>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dak6%20dat6%20zik6>,
        <http://lexvo.org/id/term/yue/%E7%8A%86>,
        "犆"^^xsd:string ;
    rdfs:comment "special"@en .

<http://lexvo.org/id/char/7287> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%8A%87>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C4%93n>,
        <http://lexvo.org/id/term/kor/%E7%8A%87>,
        <http://lexvo.org/id/term/kor/PWUN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ban1>,
        <http://lexvo.org/id/term/yue/%E7%8A%87>,
        "犇"^^xsd:string ;
    rdfs:comment "run fast, flee; rush about; run"@en .

<http://lexvo.org/id/char/7288> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%8A%88>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qu%C3%A1n>,
        "犈"^^xsd:string .

<http://lexvo.org/id/char/7289> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%8A%89>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/r%C3%BAn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/seon4>,
        <http://lexvo.org/id/term/yue/%E7%8A%89>,
        "犉"^^xsd:string ;
    rdfs:comment "an ox with yellow hair and black lips"@en .

<http://lexvo.org/id/char/728A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%8A%8A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%BA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/duk6>,
        <http://lexvo.org/id/term/yue/%E7%8A%8A>,
        "犊"^^xsd:string ;
    rdfs:comment "calf; victim of sacrifice"@en .

<http://lexvo.org/id/char/728B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%8A%8B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/geoi6>,
        <http://lexvo.org/id/term/yue/%E7%8A%8B>,
        "犋"^^xsd:string .

<http://lexvo.org/id/char/728C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%8A%8C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C4%81>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gaa1>,
        <http://lexvo.org/id/term/yue/%E7%8A%8C>,
        "犌"^^xsd:string .

<http://lexvo.org/id/char/728D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%8A%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C4%81n%200914.050%3Aqi%C3%A1n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C4%81n%20qi%C3%A1n%20ji%C7%8En>,
        <http://lexvo.org/id/term/kor/%E7%8A%8D>,
        <http://lexvo.org/id/term/kor/KEN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gin1>,
        <http://lexvo.org/id/term/yue/%E7%8A%8D>,
        "犍"^^xsd:string ;
    rdfs:comment "a bullock; a fabulous monster"@en .

<http://lexvo.org/id/char/728E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%8A%8E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C4%93ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fung1>,
        <http://lexvo.org/id/term/yue/%E7%8A%8E>,
        "犎"^^xsd:string ;
    rdfs:comment "the zebu, or humped-ox"@en .

<http://lexvo.org/id/char/728F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%8A%8F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/pi%C4%81n>,
        "犏"^^xsd:string ;
    rdfs:comment "yak-ox"@en .

<http://lexvo.org/id/char/7290> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%8A%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C4%93>,
        "犐"^^xsd:string .

<http://lexvo.org/id/char/7291> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%8A%91>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%BA>,
        "犑"^^xsd:string .

<http://lexvo.org/id/char/7292> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%8A%92>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C3%A0o>,
        <http://lexvo.org/id/term/kor/%E7%8A%92>,
        <http://lexvo.org/id/term/kor/HO>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hou3>,
        <http://lexvo.org/id/term/yue/%E7%8A%92>,
        "犒"^^xsd:string ;
    rdfs:comment "entertain victorious soldiers"@en .

<http://lexvo.org/id/char/7293> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%8A%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%BA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/co1>,
        <http://lexvo.org/id/term/yue/%E7%8A%93>,
        "犓"^^xsd:string .

<http://lexvo.org/id/char/7294> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%8A%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C3%AC>,
        "犔"^^xsd:string .

<http://lexvo.org/id/char/7295> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%8A%95>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%A8i>,
        "犕"^^xsd:string .

<http://lexvo.org/id/char/7296> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%8A%96>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/lu%C3%B2>,
        <http://lexvo.org/id/term/kor/%E7%8A%96>,
        <http://lexvo.org/id/term/kor/LAK>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lok3>,
        <http://lexvo.org/id/term/yue/%E7%8A%96>,
        "犖"^^xsd:string ;
    rdfs:comment "brindled ox; brindled in color"@en .

<http://lexvo.org/id/char/7297> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%8A%97>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%A8>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gaai3>,
        <http://lexvo.org/id/term/yue/%E7%8A%97>,
        "犗"^^xsd:string .

<http://lexvo.org/id/char/7298> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%8A%98>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A1>,
        "犘"^^xsd:string .

<http://lexvo.org/id/char/7299> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%8A%99>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C4%81n>,
        "犙"^^xsd:string .

<http://lexvo.org/id/char/729A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%8A%9A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C3%A8i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wai3>,
        <http://lexvo.org/id/term/yue/%E7%8A%9A>,
        "犚"^^xsd:string .

<http://lexvo.org/id/char/729B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%8A%9B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%AD%20m%C3%A1o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lei4>,
        <http://lexvo.org/id/term/yue/%E7%8A%9B>,
        "犛"^^xsd:string ;
    rdfs:comment "a black ox, a yak"@en .

<http://lexvo.org/id/char/729C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%8A%9C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C5%ABn>,
        <http://lexvo.org/id/term/kor/%E7%8A%9C>,
        <http://lexvo.org/id/term/kor/TON>,
        "犜"^^xsd:string .

<http://lexvo.org/id/char/729D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%8A%9D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%B3ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tung4>,
        <http://lexvo.org/id/term/yue/%E7%8A%9D>,
        "犝"^^xsd:string .

<http://lexvo.org/id/char/729E> a lvont:Character ;
    lvont:represents "犞"^^xsd:string .

<http://lexvo.org/id/char/729F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%8A%9F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%A0ng>,
        "犟"^^xsd:string ;
    rdfs:comment "stubborn"@en .

<http://lexvo.org/id/char/72A0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/ngh%C3%A9>,
        "犠"^^xsd:string ;
    rdfs:comment "sacrifice, give up; sacrificial"@en .

<http://lexvo.org/id/char/72A1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%8A%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%AC>,
        "犡"^^xsd:string .

<http://lexvo.org/id/char/72A2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%8A%A2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%BA>,
        <http://lexvo.org/id/term/kor/%E7%8A%A2>,
        <http://lexvo.org/id/term/kor/TOK>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/duk6>,
        <http://lexvo.org/id/term/yue/%E7%8A%A2>,
        "犢"^^xsd:string ;
    rdfs:comment "calf; victim of sacrifice"@en .

<http://lexvo.org/id/char/72A3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%8A%A3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C3%A8>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lip6>,
        <http://lexvo.org/id/term/yue/%E7%8A%A3>,
        "犣"^^xsd:string .

<http://lexvo.org/id/char/72A4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%8A%A4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%AD%20b%C4%93i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bei1>,
        <http://lexvo.org/id/term/yue/%E7%8A%A4>,
        "犤"^^xsd:string .

<http://lexvo.org/id/char/72A5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%8A%A5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/pi%C7%8Eo>,
        "犥"^^xsd:string .

<http://lexvo.org/id/char/72A6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%8A%A6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%A0o%20b%C3%B3>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bok6>,
        <http://lexvo.org/id/term/yue/%E7%8A%A6>,
        "犦"^^xsd:string .

<http://lexvo.org/id/char/72A7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%8A%A7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C4%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C4%AB%20su%C5%8D>,
        <http://lexvo.org/id/term/kor/%E7%8A%A7>,
        <http://lexvo.org/id/term/kor/HUY%20SA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hei1>,
        <http://lexvo.org/id/term/yue/%E7%8A%A7>,
        "犧"^^xsd:string ;
    rdfs:comment "sacrifice, give up; sacrificial"@en .

<http://lexvo.org/id/char/72A8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%8A%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C5%8Du>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cau4>,
        <http://lexvo.org/id/term/yue/%E7%8A%A8>,
        "犨"^^xsd:string ;
    rdfs:comment "panting of cow; grunting of ox"@en .

<http://lexvo.org/id/char/72A9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%8A%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C3%A8i%20w%C3%A9i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ngai4>,
        <http://lexvo.org/id/term/yue/%E7%8A%A9>,
        "犩"^^xsd:string .

<http://lexvo.org/id/char/72AA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%8A%AA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ku%C3%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kwai4>,
        <http://lexvo.org/id/term/yue/%E7%8A%AA>,
        "犪"^^xsd:string .

<http://lexvo.org/id/char/72AB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%8A%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C5%8Du>,
        "犫"^^xsd:string ;
    rdfs:comment "protrude"@en .

<http://lexvo.org/id/char/72AE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%8A%AE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%A1>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bat6>,
        <http://lexvo.org/id/term/yue/%E7%8A%AE>,
        "犮"^^xsd:string ;
    rdfs:comment "to pull up"@en .

<http://lexvo.org/id/char/72AF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%8A%AF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E7%8A%AF>,
        <http://lexvo.org/id/term/kor/PEM>,
        <http://lexvo.org/id/term/vie/ph%E1%BA%A1m>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/faan6>,
        <http://lexvo.org/id/term/yue/%E7%8A%AF>,
        "犯"^^xsd:string ;
    rdfs:comment "commit crime, violate; criminal"@en .

<http://lexvo.org/id/char/72B0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%8A%B0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C3%BA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kau4>,
        <http://lexvo.org/id/term/yue/%E7%8A%B0>,
        "犰"^^xsd:string ;
    rdfs:comment "armadillo"@en .

<http://lexvo.org/id/char/72B1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%8A%B1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C7%90>,
        "犱"^^xsd:string .

<http://lexvo.org/id/char/72B2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%8A%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C3%A1i%20ch%C3%A1i>,
        "犲"^^xsd:string ;
    rdfs:comment "wolf; cruel, wicked, mean"@en .

<http://lexvo.org/id/char/72B3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%8A%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/chu%C3%B3>,
        <http://lexvo.org/id/term/kor/%E7%8A%B3>,
        <http://lexvo.org/id/term/kor/CAK>,
        "犳"^^xsd:string .

<http://lexvo.org/id/char/72B4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C3%A0n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%C3%A0n%20h%C4%81n%20%C3%A1n%20ji%C3%A0n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%8A%B4>,
        <http://lexvo.org/id/term/kor/%E7%8A%B4>,
        <http://lexvo.org/id/term/kor/AN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hon4%20hon6%20ngon6>,
        <http://lexvo.org/id/term/yue/%E7%8A%B4>,
        "犴"^^xsd:string ;
    rdfs:comment "a wild dog, a not very large lock-up"@en .

<http://lexvo.org/id/char/72B5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%8A%B5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C4%93%20q%C3%AC%20h%C3%A9%20ji%C3%A9>,
        <http://lexvo.org/id/term/kor/%E7%8A%B5>,
        <http://lexvo.org/id/term/kor/HIL>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hat1>,
        <http://lexvo.org/id/term/yue/%E7%8A%B5>,
        "犵"^^xsd:string ;
    rdfs:comment "resolute; a non-Han ethnic group in Guangxi, Hunan, and Guizhou"@en .

<http://lexvo.org/id/char/72B6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%8A%B6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zhu%C3%A0ng>,
        <http://lexvo.org/id/term/kor/%E7%8A%B6>,
        <http://lexvo.org/id/term/kor/CANG%20SANG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zong6>,
        <http://lexvo.org/id/term/yue/%E7%8A%B6>,
        "状"^^xsd:string ;
    rdfs:comment "form; appearance; shape; official"@en .

<http://lexvo.org/id/char/72B7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%8A%B7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/gu%C7%8Eng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gwong2>,
        <http://lexvo.org/id/term/yue/%E7%8A%B7>,
        "犷"^^xsd:string ;
    rdfs:comment "fierce, rude, uncivilized"@en .

<http://lexvo.org/id/char/72B8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%8A%B8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A0%20m%C7%8E>,
        "犸"^^xsd:string ;
    rdfs:comment "mammoth"@en .

<http://lexvo.org/id/char/72B9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%8A%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%B3u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jau4>,
        <http://lexvo.org/id/term/yue/%E7%8A%B9>,
        "犹"^^xsd:string ;
    rdfs:comment "like, similar to, just like, as"@en .

<http://lexvo.org/id/char/72BA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%8A%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C3%A0ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kong3>,
        <http://lexvo.org/id/term/yue/%E7%8A%BA>,
        "犺"^^xsd:string ;
    rdfs:comment "animal"@en .

<http://lexvo.org/id/char/72BB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%8A%BB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%B3>,
        "犻"^^xsd:string .

<http://lexvo.org/id/char/72BC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%8A%BC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C7%92u>,
        "犼"^^xsd:string ;
    rdfs:comment "a fierce Mongolian wolf dragon's head on roofs"@en .

<http://lexvo.org/id/char/72BD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%8A%BD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A1>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ngaa4>,
        <http://lexvo.org/id/term/yue/%E7%8A%BD>,
        "犽"^^xsd:string .

<http://lexvo.org/id/char/72BE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%8A%BE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%ADn>,
        "犾"^^xsd:string .

<http://lexvo.org/id/char/72BF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%8A%BF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C4%81n%20f%C4%81n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bin6%20faan1%20fun1>,
        <http://lexvo.org/id/term/yue/%E7%8A%BF>,
        "犿"^^xsd:string .

<http://lexvo.org/id/char/72C0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%8B%80>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zhu%C3%A0ng>,
        <http://lexvo.org/id/term/kor/%E7%8B%80>,
        <http://lexvo.org/id/term/kor/SANG%20CANG>,
        <http://lexvo.org/id/term/vie/tr%E1%BA%A1ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zong6>,
        <http://lexvo.org/id/term/yue/%E7%8B%80>,
        "狀"^^xsd:string ;
    rdfs:comment "form; appearance; shape; official"@en .

<http://lexvo.org/id/char/72C1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%8B%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%94n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wan5>,
        <http://lexvo.org/id/term/yue/%E7%8B%81>,
        "狁"^^xsd:string ;
    rdfs:comment "a tribe of Scythian nomads"@en .

<http://lexvo.org/id/char/72C2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%8B%82>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ku%C3%A1ng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ku%C3%A1ng%20ju%C3%A9>,
        <http://lexvo.org/id/term/kor/%E7%8B%82>,
        <http://lexvo.org/id/term/kor/KWANG>,
        <http://lexvo.org/id/term/vie/cu%E1%BB%93ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kong4%20kwong4>,
        <http://lexvo.org/id/term/yue/%E7%8B%82>,
        "狂"^^xsd:string ;
    rdfs:comment "insane, mad; violent; wild"@en .

<http://lexvo.org/id/char/72C3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%8B%83>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ni%C7%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ni%C7%94%20n%C7%9C>,
        <http://lexvo.org/id/term/vie/n%E1%BB%AFu>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/nau2>,
        <http://lexvo.org/id/term/yue/%E7%8B%83>,
        "狃"^^xsd:string ;
    rdfs:comment "to covet; to be accustomed"@en .

<http://lexvo.org/id/char/72C4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%8B%84>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%AD%20t%C3%AC>,
        <http://lexvo.org/id/term/kor/%E7%8B%84>,
        <http://lexvo.org/id/term/kor/CEK>,
        <http://lexvo.org/id/term/vie/%C4%91%E1%BB%8Bch>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dik6>,
        <http://lexvo.org/id/term/yue/%E7%8B%84>,
        "狄"^^xsd:string ;
    rdfs:comment "tribe from northern china; surnam"@en .

<http://lexvo.org/id/char/72C5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%8B%85>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C4%ABng>,
        "狅"^^xsd:string .

<http://lexvo.org/id/char/72C6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%8B%86>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%B2ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zung1>,
        <http://lexvo.org/id/term/yue/%E7%8B%86>,
        "狆"^^xsd:string ;
    rdfs:comment "pekinese dog, lap dog, pug; pup"@en .

<http://lexvo.org/id/char/72C7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%8B%87>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%B9>,
        "狇"^^xsd:string .

<http://lexvo.org/id/char/72C8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%8B%88>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%A8i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bui3>,
        <http://lexvo.org/id/term/yue/%E7%8B%88>,
        "狈"^^xsd:string ;
    rdfs:comment "a legendary animal with short forelegs which rode a wolf"@en .

<http://lexvo.org/id/char/72C9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%8B%89>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C4%AB>,
        <http://lexvo.org/id/term/kor/%E7%8B%89>,
        <http://lexvo.org/id/term/kor/PI>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/pei1>,
        <http://lexvo.org/id/term/yue/%E7%8B%89>,
        "狉"^^xsd:string ;
    rdfs:comment "fox-cub"@en .

<http://lexvo.org/id/char/72CA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%8B%8A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%BA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gwik1>,
        <http://lexvo.org/id/term/yue/%E7%8B%8A>,
        "狊"^^xsd:string .

<http://lexvo.org/id/char/72CB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%8B%8B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C3%AD%20y%C3%AD%20y%C3%ADn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ji4%20ngan4>,
        <http://lexvo.org/id/term/yue/%E7%8B%8B>,
        "狋"^^xsd:string .

<http://lexvo.org/id/char/72CC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%8B%8C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C4%93ng%20x%C4%ABng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sang1%20sing1%20sing3>,
        <http://lexvo.org/id/term/yue/%E7%8B%8C>,
        "狌"^^xsd:string .

<http://lexvo.org/id/char/72CD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%8B%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%A1o>,
        "狍"^^xsd:string ;
    rdfs:comment "species of deer found in north China"@en .

<http://lexvo.org/id/char/72CE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%8B%8E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A1>,
        <http://lexvo.org/id/term/kor/%E7%8B%8E>,
        <http://lexvo.org/id/term/kor/AP>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/haap6>,
        <http://lexvo.org/id/term/yue/%E7%8B%8E>,
        "狎"^^xsd:string ;
    rdfs:comment "be familiar with; disrespect"@en .

<http://lexvo.org/id/char/72CF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%8B%8F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/tu%C3%B3>,
        "狏"^^xsd:string .

<http://lexvo.org/id/char/72D0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%8B%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%BA>,
        <http://lexvo.org/id/term/kor/%E7%8B%90>,
        <http://lexvo.org/id/term/kor/HO>,
        <http://lexvo.org/id/term/vie/h%E1%BB%93>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wu4>,
        <http://lexvo.org/id/term/yue/%E7%8B%90>,
        "狐"^^xsd:string ;
    rdfs:comment "species of fox"@en .

<http://lexvo.org/id/char/72D1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%8B%91>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%ADng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ling4>,
        <http://lexvo.org/id/term/yue/%E7%8B%91>,
        "狑"^^xsd:string .

<http://lexvo.org/id/char/72D2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%8B%92>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%A8i>,
        <http://lexvo.org/id/term/kor/%E7%8B%92>,
        <http://lexvo.org/id/term/kor/PI>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fat1%20fei6>,
        <http://lexvo.org/id/term/yue/%E7%8B%92>,
        "狒"^^xsd:string ;
    rdfs:comment "baboon"@en .

<http://lexvo.org/id/char/72D3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%8B%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C4%AB>,
        "狓"^^xsd:string .

<http://lexvo.org/id/char/72D4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%8B%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C7%90>,
        <http://lexvo.org/id/term/vie/nai>,
        "狔"^^xsd:string .

<http://lexvo.org/id/char/72D5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C7%8Eo>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%8B%95>,
        "狕"^^xsd:string .

<http://lexvo.org/id/char/72D6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%8B%96>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%B2u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jau6>,
        <http://lexvo.org/id/term/yue/%E7%8B%96>,
        "狖"^^xsd:string ;
    rdfs:comment "a gibbon with a long tail and prominent nose"@en .

<http://lexvo.org/id/char/72D7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%8B%97>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C7%92u>,
        <http://lexvo.org/id/term/kor/%E7%8B%97>,
        <http://lexvo.org/id/term/kor/KWU>,
        <http://lexvo.org/id/term/vie/c%E1%BA%A9u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gau2>,
        <http://lexvo.org/id/term/yue/%E7%8B%97>,
        "狗"^^xsd:string ;
    rdfs:comment "dog, canis familiaris"@en .

<http://lexvo.org/id/char/72D8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%8B%98>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/yu%C3%A8%20xu%C3%A8>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hyut3%20jyut6>,
        <http://lexvo.org/id/term/yue/%E7%8B%98>,
        "狘"^^xsd:string ;
    rdfs:comment "jump"@en .

<http://lexvo.org/id/char/72D9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%8B%99>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C5%AB>,
        <http://lexvo.org/id/term/kor/%E7%8B%99>,
        <http://lexvo.org/id/term/kor/CE%20CHE>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zeoi1>,
        <http://lexvo.org/id/term/yue/%E7%8B%99>,
        "狙"^^xsd:string ;
    rdfs:comment "an ape, monkey; to spy, watch for; to lie"@en .

<http://lexvo.org/id/char/72DA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%8B%9A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/daan3>,
        <http://lexvo.org/id/term/yue/%E7%8B%9A>,
        "狚"^^xsd:string .

<http://lexvo.org/id/char/72DB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%8B%9B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%B2>,
        "狛"^^xsd:string ;
    rdfs:comment "lion-dog shrine guardians"@en .

<http://lexvo.org/id/char/72DC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%8B%9C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C7%94>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gu2>,
        <http://lexvo.org/id/term/yue/%E7%8B%9C>,
        "狜"^^xsd:string .

<http://lexvo.org/id/char/72DD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%8B%9D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C7%8En>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C7%8En%20m%C3%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sin2>,
        <http://lexvo.org/id/term/yue/%E7%8B%9D>,
        "狝"^^xsd:string ;
    rdfs:comment "hunt; autumn hunting; to capture with a fine net"@en .

<http://lexvo.org/id/char/72DE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%8B%9E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C3%ADng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ning4>,
        <http://lexvo.org/id/term/yue/%E7%8B%9E>,
        "狞"^^xsd:string ;
    rdfs:comment "ferocious appearance; hideous"@en .

<http://lexvo.org/id/char/72DF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%8B%9F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wun4>,
        <http://lexvo.org/id/term/yue/%E7%8B%9F>,
        "狟"^^xsd:string .

<http://lexvo.org/id/char/72E0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%8B%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C4%9Bn>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C4%9Bn%20y%C3%ADn%20y%C3%A1n%20k%C4%9Bn%20h%C7%8Eng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/han2>,
        <http://lexvo.org/id/term/yue/%E7%8B%A0>,
        "狠"^^xsd:string ;
    rdfs:comment "vicious, cruel; severely, extreme"@en .

<http://lexvo.org/id/char/72E1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%8B%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C7%8Eo>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C7%8Eo%20xi%C3%A0o>,
        <http://lexvo.org/id/term/kor/%E7%8B%A1>,
        <http://lexvo.org/id/term/kor/KYO>,
        <http://lexvo.org/id/term/vie/gi%E1%BA%A3o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gaau2>,
        <http://lexvo.org/id/term/yue/%E7%8B%A1>,
        "狡"^^xsd:string ;
    rdfs:comment "cunning, deceitful, treacherous"@en .

<http://lexvo.org/id/char/72E2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%8B%A2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A9>,
        <http://lexvo.org/id/term/kor/%E7%8B%A2>,
        <http://lexvo.org/id/term/kor/HAK>,
        "狢"^^xsd:string ;
    rdfs:comment "animal name"@en .

<http://lexvo.org/id/char/72E3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%8B%A3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%A0o>,
        "狣"^^xsd:string .

<http://lexvo.org/id/char/72E4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%8B%A4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%AD>,
        "狤"^^xsd:string .

<http://lexvo.org/id/char/72E5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%8B%A5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C3%B9n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C3%B9n%20x%C3%BAn>,
        <http://lexvo.org/id/term/kor/%E7%8B%A5>,
        <http://lexvo.org/id/term/kor/SWUN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/seon1>,
        <http://lexvo.org/id/term/yue/%E7%8B%A5>,
        "狥"^^xsd:string ;
    rdfs:comment "follow"@en .

<http://lexvo.org/id/char/72E6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%8B%A6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C4%81n>,
        "狦"^^xsd:string .

<http://lexvo.org/id/char/72E7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%8B%A7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%A0>,
        "狧"^^xsd:string .

<http://lexvo.org/id/char/72E8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%8B%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/r%C3%B3ng>,
        <http://lexvo.org/id/term/kor/%E7%8B%A8>,
        <http://lexvo.org/id/term/kor/YUNG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jung4>,
        <http://lexvo.org/id/term/yue/%E7%8B%A8>,
        "狨"^^xsd:string .

<http://lexvo.org/id/char/72E9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%8B%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%B2u>,
        <http://lexvo.org/id/term/kor/%E7%8B%A9>,
        <http://lexvo.org/id/term/kor/SWU>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sau2%20sau3>,
        <http://lexvo.org/id/term/yue/%E7%8B%A9>,
        "狩"^^xsd:string ;
    rdfs:comment "winter hunting; imperial tour"@en .

<http://lexvo.org/id/char/72EA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%8B%AA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C5%8Dng>,
        "狪"^^xsd:string .

<http://lexvo.org/id/char/72EB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%8B%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C7%8Eo>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lou5>,
        <http://lexvo.org/id/term/yue/%E7%8B%AB>,
        "狫"^^xsd:string .

<http://lexvo.org/id/char/72EC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%8B%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%BA>,
        <http://lexvo.org/id/term/kor/%E7%8B%AC>,
        <http://lexvo.org/id/term/kor/TOK>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/duk6>,
        <http://lexvo.org/id/term/yue/%E7%8B%AC>,
        "独"^^xsd:string ;
    rdfs:comment "alone, single, solitary, only"@en .

<http://lexvo.org/id/char/72ED> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%8B%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A1>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/haap6>,
        <http://lexvo.org/id/term/yue/%E7%8B%AD>,
        "狭"^^xsd:string ;
    rdfs:comment "narrow, limited; narrow-minded"@en .

<http://lexvo.org/id/char/72EE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%8B%AE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C4%AB>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/si1>,
        <http://lexvo.org/id/term/yue/%E7%8B%AE>,
        "狮"^^xsd:string ;
    rdfs:comment "lion"@en .

<http://lexvo.org/id/char/72EF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%8B%AF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%A1%20ku%C3%A0i>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ku%C3%A0i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kui2>,
        <http://lexvo.org/id/term/yue/%E7%8B%AF>,
        "狯"^^xsd:string ;
    rdfs:comment "sly, cunning, crafty"@en .

<http://lexvo.org/id/char/72F0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%8B%B0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C4%93ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zaang1%20zang1>,
        <http://lexvo.org/id/term/yue/%E7%8B%B0>,
        "狰"^^xsd:string ;
    rdfs:comment "fierce-looking, ferocious"@en .

<http://lexvo.org/id/char/72F1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%8B%B1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/juk6>,
        <http://lexvo.org/id/term/yue/%E7%8B%B1>,
        "狱"^^xsd:string ;
    rdfs:comment "prison, jail; case; lawsuit"@en .

<http://lexvo.org/id/char/72F2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%8B%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C5%ABn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/syun1>,
        <http://lexvo.org/id/term/yue/%E7%8B%B2>,
        "狲"^^xsd:string ;
    rdfs:comment "monkey"@en .

<http://lexvo.org/id/char/72F3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%8B%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%BA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jyu4>,
        <http://lexvo.org/id/term/yue/%E7%8B%B3>,
        "狳"^^xsd:string .

<http://lexvo.org/id/char/72F4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%8B%B4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%AC>,
        <http://lexvo.org/id/term/kor/%E7%8B%B4>,
        <http://lexvo.org/id/term/kor/PHYEY>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bai6>,
        <http://lexvo.org/id/term/yue/%E7%8B%B4>,
        "狴"^^xsd:string ;
    rdfs:comment "a kind of tapir; a fierce beast depicted on the door of prisons"@en .

<http://lexvo.org/id/char/72F5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%8B%B5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A1ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mong4>,
        <http://lexvo.org/id/term/yue/%E7%8B%B5>,
        "狵"^^xsd:string ;
    rdfs:comment "blend; variegated; striped"@en .

<http://lexvo.org/id/char/72F6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%8B%B6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C7%90%20x%C4%AB>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hei1>,
        <http://lexvo.org/id/term/yue/%E7%8B%B6>,
        "狶"^^xsd:string .

<http://lexvo.org/id/char/72F7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%8B%B7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ju%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E7%8B%B7>,
        <http://lexvo.org/id/term/kor/KYEN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gyun1%20gyun3>,
        <http://lexvo.org/id/term/yue/%E7%8B%B7>,
        "狷"^^xsd:string ;
    rdfs:comment "rash, impetuous, impulsive"@en .

<http://lexvo.org/id/char/72F8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%8B%B8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%AD%20m%C3%A1i>,
        <http://lexvo.org/id/term/kor/%E7%8B%B8>,
        <http://lexvo.org/id/term/kor/LI>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lei4>,
        <http://lexvo.org/id/term/yue/%E7%8B%B8>,
        "狸"^^xsd:string ;
    rdfs:comment "fox"@en .

<http://lexvo.org/id/char/72F9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%8B%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A1>,
        <http://lexvo.org/id/term/kor/%E7%8B%B9>,
        <http://lexvo.org/id/term/kor/HYEP>,
        <http://lexvo.org/id/term/vie/h%E1%BA%B9p>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gip6%20haap6>,
        <http://lexvo.org/id/term/yue/%E7%8B%B9>,
        "狹"^^xsd:string ;
    rdfs:comment "narrow, limited; narrow-minded; to pinch"@en .

<http://lexvo.org/id/char/72FA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%8B%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%ADn>,
        <http://lexvo.org/id/term/kor/%E7%8B%BA>,
        <http://lexvo.org/id/term/kor/UN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ngan4>,
        <http://lexvo.org/id/term/yue/%E7%8B%BA>,
        "狺"^^xsd:string ;
    rdfs:comment "the snarling of dogs"@en .

<http://lexvo.org/id/char/72FB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%8B%BB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/su%C4%81n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/su%C4%81n%20x%C3%B9n%20j%C3%B9n>,
        <http://lexvo.org/id/term/kor/%E7%8B%BB>,
        <http://lexvo.org/id/term/kor/SAN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/syun1>,
        <http://lexvo.org/id/term/yue/%E7%8B%BB>,
        "狻"^^xsd:string ;
    rdfs:comment "a fabulous beast"@en .

<http://lexvo.org/id/char/72FC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%8B%BC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%A1ng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%A1ng%20l%C3%A0ng%20l%C7%8Eng%20h%C7%8Eng>,
        <http://lexvo.org/id/term/kor/%E7%8B%BC>,
        <http://lexvo.org/id/term/kor/LANG>,
        <http://lexvo.org/id/term/vie/l%E1%BB%ABa%20lang>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/long4>,
        <http://lexvo.org/id/term/yue/%E7%8B%BC>,
        "狼"^^xsd:string ;
    rdfs:comment "wolf"@en .

<http://lexvo.org/id/char/72FD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%8B%BD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%A8i>,
        <http://lexvo.org/id/term/kor/%E7%8B%BD>,
        <http://lexvo.org/id/term/kor/PHAY>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bui3>,
        <http://lexvo.org/id/term/yue/%E7%8B%BD>,
        "狽"^^xsd:string ;
    rdfs:comment "a legendary animal with short forelegs which rode a wolf"@en .

<http://lexvo.org/id/char/72FE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%8B%BE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zai3>,
        <http://lexvo.org/id/term/yue/%E7%8B%BE>,
        "狾"^^xsd:string .

<http://lexvo.org/id/char/72FF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%8B%BF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jin4>,
        <http://lexvo.org/id/term/yue/%E7%8B%BF>,
        "狿"^^xsd:string .

<http://lexvo.org/id/char/7300> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%8C%80>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C4%81>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/saa1>,
        <http://lexvo.org/id/term/yue/%E7%8C%80>,
        "猀"^^xsd:string .

<http://lexvo.org/id/char/7301> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%8C%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lei6>,
        <http://lexvo.org/id/term/yue/%E7%8C%81>,
        "猁"^^xsd:string ;
    rdfs:comment "a kind of monkey"@en .

<http://lexvo.org/id/char/7302> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%8C%82>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A0n>,
        "猂"^^xsd:string .

<http://lexvo.org/id/char/7303> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%8C%83>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C7%8En>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/him2>,
        <http://lexvo.org/id/term/yue/%E7%8C%83>,
        "猃"^^xsd:string ;
    rdfs:comment "dog"@en .

<http://lexvo.org/id/char/7304> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%8C%84>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C4%ABng>,
        "猄"^^xsd:string .

<http://lexvo.org/id/char/7305> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%8C%85>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%A1i>,
        "猅"^^xsd:string .

<http://lexvo.org/id/char/7306> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%8C%86>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C4%93i>,
        "猆"^^xsd:string .

<http://lexvo.org/id/char/7307> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%8C%87>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C4%81o>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A1o%20xi%C4%81o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/haau1>,
        <http://lexvo.org/id/term/yue/%E7%8C%87>,
        "猇"^^xsd:string ;
    rdfs:comment "the scream or roar of a tiger; to intimidate; to scare"@en .

<http://lexvo.org/id/char/7308> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%8C%88>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%A0>,
        "猈"^^xsd:string .

<http://lexvo.org/id/char/7309> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%8C%89>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C3%AD>,
        <http://lexvo.org/id/term/kor/%E7%8C%89>,
        <http://lexvo.org/id/term/kor/KI>,
        <http://lexvo.org/id/term/vie/c%E1%BA%A7y>,
        "猉"^^xsd:string .

<http://lexvo.org/id/char/730A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%8C%8A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C3%AD>,
        <http://lexvo.org/id/term/kor/%E7%8C%8A>,
        <http://lexvo.org/id/term/kor/YEY>,
        <http://lexvo.org/id/term/vie/ngh%C3%AA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ngai4>,
        <http://lexvo.org/id/term/yue/%E7%8C%8A>,
        "猊"^^xsd:string ;
    rdfs:comment "lion; wild beast; wild horse"@en .

<http://lexvo.org/id/char/730B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%8C%8B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/bi%C4%81o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/biu1>,
        <http://lexvo.org/id/term/yue/%E7%8C%8B>,
        "猋"^^xsd:string ;
    rdfs:comment "wind; storm; gale; dog moving; (Cant.) running quickly"@en .

<http://lexvo.org/id/char/730C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%8C%8C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%ACn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jan6>,
        <http://lexvo.org/id/term/yue/%E7%8C%8C>,
        "猌"^^xsd:string .

<http://lexvo.org/id/char/730D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%8C%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%A1i>,
        "猍"^^xsd:string .

<http://lexvo.org/id/char/730E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%8C%8E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C3%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C3%AD%20li%C3%A8%20qu%C3%A8>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lip6>,
        <http://lexvo.org/id/term/yue/%E7%8C%8E>,
        "猎"^^xsd:string ;
    rdfs:comment "hunt; field sports"@en .

<http://lexvo.org/id/char/730F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%8C%8F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C4%81n>,
        "猏"^^xsd:string .

<http://lexvo.org/id/char/7310> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%8C%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C4%81ng>,
        "猐"^^xsd:string .

<http://lexvo.org/id/char/7311> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%8C%91>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C5%ABn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kwan1>,
        <http://lexvo.org/id/term/yue/%E7%8C%91>,
        "猑"^^xsd:string .

<http://lexvo.org/id/char/7312> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%8C%92>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C4%81n%20y%C4%81%20y%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/aat3%20jim3%20ngaat3>,
        <http://lexvo.org/id/term/yue/%E7%8C%92>,
        "猒"^^xsd:string .

<http://lexvo.org/id/char/7313> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%8C%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/gu%C7%92%20lu%C7%92>,
        <http://lexvo.org/id/term/kor/%E7%8C%93>,
        <http://lexvo.org/id/term/kor/KWA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gwo2>,
        <http://lexvo.org/id/term/yue/%E7%8C%93>,
        "猓"^^xsd:string ;
    rdfs:comment "monkey"@en .

<http://lexvo.org/id/char/7314> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%8C%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C3%B2ng>,
        "猔"^^xsd:string ;
    rdfs:comment "name of an ancient tribe"@en .

<http://lexvo.org/id/char/7315> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%8C%95>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lei4%20mei4>,
        <http://lexvo.org/id/term/yue/%E7%8C%95>,
        "猕"^^xsd:string ;
    rdfs:comment "macacus monkey"@en .

<http://lexvo.org/id/char/7316> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%8C%96>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C4%81ng>,
        <http://lexvo.org/id/term/kor/%E7%8C%96>,
        <http://lexvo.org/id/term/kor/CHANG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/coeng1>,
        <http://lexvo.org/id/term/yue/%E7%8C%96>,
        "猖"^^xsd:string ;
    rdfs:comment "mad, wild, reckless, unruly"@en .

<http://lexvo.org/id/char/7317> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%8C%97>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C4%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C4%AB%20%C4%93%20w%C4%93i%20y%C7%90%20j%C3%AC>,
        <http://lexvo.org/id/term/kor/%E7%8C%97>,
        <http://lexvo.org/id/term/kor/UY%20A>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ji1>,
        <http://lexvo.org/id/term/yue/%E7%8C%97>,
        "猗"^^xsd:string ;
    rdfs:comment "exclamation of admiration"@en .

<http://lexvo.org/id/char/7318> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%8C%98>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%AC>,
        <http://lexvo.org/id/term/kor/%E7%8C%98>,
        <http://lexvo.org/id/term/kor/CEY>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zai3>,
        <http://lexvo.org/id/term/yue/%E7%8C%98>,
        "猘"^^xsd:string ;
    rdfs:comment "fierce dog; furious, frenzied"@en .

<http://lexvo.org/id/char/7319> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%8C%99>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C4%93ng>,
        <http://lexvo.org/id/term/kor/%E7%8C%99>,
        <http://lexvo.org/id/term/kor/CAYNG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zaang1%20zang1>,
        <http://lexvo.org/id/term/yue/%E7%8C%99>,
        "猙"^^xsd:string ;
    rdfs:comment "fierce-looking, ferocious"@en .

<http://lexvo.org/id/char/731A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%8C%9A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A1>,
        "猚"^^xsd:string .

<http://lexvo.org/id/char/731B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%8C%9B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C4%9Bng>,
        <http://lexvo.org/id/term/kor/%E7%8C%9B>,
        <http://lexvo.org/id/term/kor/MAYNG>,
        <http://lexvo.org/id/term/vie/m%C3%A3nh>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/maang5>,
        <http://lexvo.org/id/term/yue/%E7%8C%9B>,
        "猛"^^xsd:string ;
    rdfs:comment "violent, savage, cruel; bold"@en .

<http://lexvo.org/id/char/731C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%8C%9C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C4%81i>,
        <http://lexvo.org/id/term/kor/%E7%8C%9C>,
        <http://lexvo.org/id/term/kor/SI>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/caai1>,
        <http://lexvo.org/id/term/yue/%E7%8C%9C>,
        "猜"^^xsd:string ;
    rdfs:comment "guess, conjecture, suppose; feel"@en .

<http://lexvo.org/id/char/731D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%8C%9D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C3%B9>,
        <http://lexvo.org/id/term/kor/%E7%8C%9D>,
        <http://lexvo.org/id/term/kor/COL>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cyut3>,
        <http://lexvo.org/id/term/yue/%E7%8C%9D>,
        "猝"^^xsd:string ;
    rdfs:comment "abruptly, suddenly; abrupt"@en .

<http://lexvo.org/id/char/731E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%8C%9E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%A8%20sh%C4%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C4%93>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/se3>,
        <http://lexvo.org/id/term/yue/%E7%8C%9E>,
        "猞"^^xsd:string ;
    rdfs:comment "a wild cat; 猞猁, a lynx"@en .

<http://lexvo.org/id/char/731F> a lvont:Character ;
    lvont:represents "猟"^^xsd:string ;
    rdfs:comment "hunt; field sports"@en .

<http://lexvo.org/id/char/7320> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/kor/%E7%8C%A0>,
        <http://lexvo.org/id/term/kor/CEN>,
        "猠"^^xsd:string .

<http://lexvo.org/id/char/7321> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%8C%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/lu%C3%B3>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lo4>,
        <http://lexvo.org/id/term/yue/%E7%8C%A1>,
        "猡"^^xsd:string ;
    rdfs:comment "pig; Lolo aboringinal tribe"@en .

<http://lexvo.org/id/char/7322> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%8C%A2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%BA>,
        <http://lexvo.org/id/term/kor/%E7%8C%A2>,
        <http://lexvo.org/id/term/kor/HO>,
        <http://lexvo.org/id/term/vie/h%E1%BB%93>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wu4>,
        <http://lexvo.org/id/term/yue/%E7%8C%A2>,
        "猢"^^xsd:string ;
    rdfs:comment "a kind of monkey found in W.China"@en .

<http://lexvo.org/id/char/7323> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%8C%A3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C5%8Dng>,
        "猣"^^xsd:string .

<http://lexvo.org/id/char/7324> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%8C%A4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%AC>,
        "猤"^^xsd:string .

<http://lexvo.org/id/char/7325> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%8C%A5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C4%9Bi>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C4%9Bi%20w%C3%A8i>,
        <http://lexvo.org/id/term/kor/%E7%8C%A5>,
        <http://lexvo.org/id/term/kor/OY>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wai2%20wui1>,
        <http://lexvo.org/id/term/yue/%E7%8C%A5>,
        "猥"^^xsd:string ;
    rdfs:comment "vulgar, low, cheap; wanton; obscene"@en .

<http://lexvo.org/id/char/7326> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%8C%A6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C4%93ng>,
        "猦"^^xsd:string .

<http://lexvo.org/id/char/7327> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%8C%A7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C5%8D>,
        <http://lexvo.org/id/term/kor/%E7%8C%A7>,
        <http://lexvo.org/id/term/kor/WA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wo1>,
        <http://lexvo.org/id/term/yue/%E7%8C%A7>,
        "猧"^^xsd:string .

<http://lexvo.org/id/char/7328> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%8C%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/yu%C3%A1n>,
        <http://lexvo.org/id/term/kor/%E7%8C%A8>,
        <http://lexvo.org/id/term/kor/WEN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jyun4>,
        <http://lexvo.org/id/term/yue/%E7%8C%A8>,
        "猨"^^xsd:string ;
    rdfs:comment "ape"@en .

<http://lexvo.org/id/char/7329> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%8C%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C4%ABng>,
        <http://lexvo.org/id/term/kor/%E7%8C%A9>,
        <http://lexvo.org/id/term/kor/SENG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sing1>,
        <http://lexvo.org/id/term/yue/%E7%8C%A9>,
        "猩"^^xsd:string ;
    rdfs:comment "species of orangutan"@en .

<http://lexvo.org/id/char/732A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%8C%AA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C5%AB>,
        <http://lexvo.org/id/term/kor/%E7%8C%AA>,
        <http://lexvo.org/id/term/kor/CE>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zyu1>,
        <http://lexvo.org/id/term/yue/%E7%8C%AA>,
        "猪"^^xsd:string ;
    rdfs:comment "pig, hog, wild boar"@en .

<http://lexvo.org/id/char/732B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%8C%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C4%81o%200768.060%3Am%C3%A1o>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C4%81o%20m%C3%A1o%20mi%C3%A1o>,
        <http://lexvo.org/id/term/kor/%E7%8C%AB>,
        <http://lexvo.org/id/term/kor/MYO>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/maau1>,
        <http://lexvo.org/id/term/yue/%E7%8C%AB>,
        "猫"^^xsd:string ;
    rdfs:comment "cat"@en .

<http://lexvo.org/id/char/732C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%8C%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C3%A8i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wai6>,
        <http://lexvo.org/id/term/yue/%E7%8C%AC>,
        "猬"^^xsd:string ;
    rdfs:comment "vulgar; wanton; low; many; varied; a hedgehog, porcupine"@en .

<http://lexvo.org/id/char/732D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%8C%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/yu%C3%A1n>,
        "猭"^^xsd:string .

<http://lexvo.org/id/char/732E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%8C%AE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E7%8C%AE>,
        <http://lexvo.org/id/term/kor/HEN%20SA>,
        <http://lexvo.org/id/term/vie/hi%E1%BA%BFn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hin3>,
        <http://lexvo.org/id/term/yue/%E7%8C%AE>,
        "献"^^xsd:string ;
    rdfs:comment "offer, present; show, display"@en .

<http://lexvo.org/id/char/732F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%8C%AF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/tu%C4%81n>,
        "猯"^^xsd:string .

<http://lexvo.org/id/char/7330> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%8C%B0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A0>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jaak3%20jat3>,
        <http://lexvo.org/id/term/yue/%E7%8C%B0>,
        "猰"^^xsd:string .

<http://lexvo.org/id/char/7331> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%8C%B1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C3%A1o>,
        <http://lexvo.org/id/term/kor/%E7%8C%B1>,
        <http://lexvo.org/id/term/kor/NO>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/naau4>,
        <http://lexvo.org/id/term/yue/%E7%8C%B1>,
        "猱"^^xsd:string ;
    rdfs:comment "a monkey with yellow hair"@en .

<http://lexvo.org/id/char/7332> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%8C%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C4%93%20xi%C3%A9%20h%C3%A8>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hit3%20hot3>,
        <http://lexvo.org/id/term/yue/%E7%8C%B2>,
        "猲"^^xsd:string ;
    rdfs:comment "smoke or flames from fire; roast"@en .

<http://lexvo.org/id/char/7333> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%8C%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C4%81>,
        "猳"^^xsd:string .

<http://lexvo.org/id/char/7334> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%8C%B4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%B3u>,
        <http://lexvo.org/id/term/kor/%E7%8C%B4>,
        <http://lexvo.org/id/term/kor/HWU>,
        <http://lexvo.org/id/term/vie/h%E1%BA%A7u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hau4>,
        <http://lexvo.org/id/term/yue/%E7%8C%B4>,
        "猴"^^xsd:string ;
    rdfs:comment "monkey, ape; monkey-like"@en .

<http://lexvo.org/id/char/7335> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%8C%B5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/bi%C4%81n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bin1>,
        <http://lexvo.org/id/term/yue/%E7%8C%B5>,
        "猵"^^xsd:string .

<http://lexvo.org/id/char/7336> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%8C%B6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%B3u>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%B3u%20y%C3%A1o>,
        <http://lexvo.org/id/term/kor/%E7%8C%B6>,
        <http://lexvo.org/id/term/kor/YU>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jau4>,
        <http://lexvo.org/id/term/yue/%E7%8C%B6>,
        "猶"^^xsd:string ;
    rdfs:comment "like, similar to, just like, as"@en .

<http://lexvo.org/id/char/7337> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%8C%B7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%B3u>,
        <http://lexvo.org/id/term/kor/%E7%8C%B7>,
        <http://lexvo.org/id/term/kor/YU>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jau4>,
        <http://lexvo.org/id/term/yue/%E7%8C%B7>,
        "猷"^^xsd:string ;
    rdfs:comment "plan, scheme; plan, plot; way"@en .

<http://lexvo.org/id/char/7338> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%8C%B8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A9i>,
        "猸"^^xsd:string ;
    rdfs:comment "a kind of animal"@en .

<http://lexvo.org/id/char/7339> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%8C%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C4%81>,
        "猹"^^xsd:string ;
    rdfs:comment "wild animal mentioned in short story by Lu Xun"@en .

<http://lexvo.org/id/char/733A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%8C%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A1o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jiu4>,
        <http://lexvo.org/id/term/yue/%E7%8C%BA>,
        "猺"^^xsd:string ;
    rdfs:comment "jackal; name of a tribe"@en .

<http://lexvo.org/id/char/733B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%8C%BB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C5%ABn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/syun1>,
        <http://lexvo.org/id/term/yue/%E7%8C%BB>,
        "猻"^^xsd:string ;
    rdfs:comment "monkey"@en .

<http://lexvo.org/id/char/733C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%8C%BC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%B3%20p%C3%B2>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bok3%20pok3>,
        <http://lexvo.org/id/term/yue/%E7%8C%BC>,
        "猼"^^xsd:string .

<http://lexvo.org/id/char/733D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%8C%BD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%ADng>,
        "猽"^^xsd:string .

<http://lexvo.org/id/char/733E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%8C%BE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%A1>,
        <http://lexvo.org/id/term/kor/%E7%8C%BE>,
        <http://lexvo.org/id/term/kor/HWAL>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/waat6>,
        <http://lexvo.org/id/term/yue/%E7%8C%BE>,
        "猾"^^xsd:string ;
    rdfs:comment "crafty, cunning, shrewd; deceitful"@en .

<http://lexvo.org/id/char/733F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%8C%BF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/yu%C3%A1n>,
        <http://lexvo.org/id/term/kor/%E7%8C%BF>,
        <http://lexvo.org/id/term/kor/WEN>,
        <http://lexvo.org/id/term/vie/r%C3%B4%20v%C6%B0%E1%BB%A3n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jyun4>,
        <http://lexvo.org/id/term/yue/%E7%8C%BF>,
        "猿"^^xsd:string ;
    rdfs:comment "ape"@en .

<http://lexvo.org/id/char/7340> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%8D%80>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C5%8Du>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sau1%20sau2>,
        <http://lexvo.org/id/term/yue/%E7%8D%80>,
        "獀"^^xsd:string ;
    rdfs:comment "to gather; to hunt or search for"@en .

<http://lexvo.org/id/char/7341> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%8D%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A0%20m%C7%8E>,
        "獁"^^xsd:string ;
    rdfs:comment "mammoth"@en .

<http://lexvo.org/id/char/7342> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%8D%82>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/yu%C3%A1n%20hu%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wun4>,
        <http://lexvo.org/id/term/yue/%E7%8D%82>,
        "獂"^^xsd:string .

<http://lexvo.org/id/char/7343> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%8D%83>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C4%81i>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C4%81i%20%C3%A1i>,
        <http://lexvo.org/id/term/kor/%E7%8D%83>,
        <http://lexvo.org/id/term/kor/AY>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/daai1%20daai4%20ngoi4>,
        <http://lexvo.org/id/term/yue/%E7%8D%83>,
        "獃"^^xsd:string ;
    rdfs:comment "dull; dull-minded, simple, stupid"@en .

<http://lexvo.org/id/char/7344> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%8D%84>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%B9>,
        <http://lexvo.org/id/term/kor/%E7%8D%84>,
        <http://lexvo.org/id/term/kor/OK>,
        <http://lexvo.org/id/term/vie/%C4%91ong%20ng%E1%BB%A5c>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/juk6>,
        <http://lexvo.org/id/term/yue/%E7%8D%84>,
        "獄"^^xsd:string ;
    rdfs:comment "prison, jail; case; lawsuit"@en .

<http://lexvo.org/id/char/7345> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%8D%85>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C4%AB>,
        <http://lexvo.org/id/term/kor/%E7%8D%85>,
        <http://lexvo.org/id/term/kor/SA>,
        <http://lexvo.org/id/term/vie/t%C3%A9p%20s%C6%B0>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/si1>,
        <http://lexvo.org/id/term/yue/%E7%8D%85>,
        "獅"^^xsd:string ;
    rdfs:comment "lion"@en .

<http://lexvo.org/id/char/7346> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%8D%86>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A1o>,
        "獆"^^xsd:string .

<http://lexvo.org/id/char/7347> a lvont:Character ;
    lvont:represents "獇"^^xsd:string .

<http://lexvo.org/id/char/7348> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%8D%88>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%AC>,
        "獈"^^xsd:string .

<http://lexvo.org/id/char/7349> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%8D%89>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C4%93n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zeon1>,
        <http://lexvo.org/id/term/yue/%E7%8D%89>,
        "獉"^^xsd:string ;
    rdfs:comment "jungle"@en .

<http://lexvo.org/id/char/734A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%8D%8A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/chu%C3%A0ng%20c%C4%81ng>,
        "獊"^^xsd:string .

<http://lexvo.org/id/char/734B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%8D%8B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A1o>,
        "獋"^^xsd:string ;
    rdfs:comment "roar; cry"@en .

<http://lexvo.org/id/char/734C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%8D%8C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A0n>,
        "獌"^^xsd:string .

<http://lexvo.org/id/char/734D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%8D%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%ACng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ging3>,
        <http://lexvo.org/id/term/yue/%E7%8D%8D>,
        "獍"^^xsd:string ;
    rdfs:comment "a mythical animal that eats its mother when it is born; Manchurian tiger"@en .

<http://lexvo.org/id/char/734E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%8D%8E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C7%8Eng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zoeng2>,
        <http://lexvo.org/id/term/yue/%E7%8D%8E>,
        "獎"^^xsd:string ;
    rdfs:comment "prize, reward; give award to"@en .

<http://lexvo.org/id/char/734F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%8D%8F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%BA%20m%C3%B2>,
        "獏"^^xsd:string ;
    rdfs:comment "the panther; the tapir"@en .

<http://lexvo.org/id/char/7350> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%8D%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C4%81ng>,
        <http://lexvo.org/id/term/kor/%E7%8D%90>,
        <http://lexvo.org/id/term/kor/CANG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zoeng1>,
        <http://lexvo.org/id/term/yue/%E7%8D%90>,
        "獐"^^xsd:string ;
    rdfs:comment "roebuck, hornless river deer"@en .

<http://lexvo.org/id/char/7351> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%8D%91>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/caam4>,
        <http://lexvo.org/id/term/yue/%E7%8D%91>,
        "獑"^^xsd:string .

<http://lexvo.org/id/char/7352> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C3%A1o>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%8D%92>,
        <http://lexvo.org/id/term/kor/%E7%8D%92>,
        <http://lexvo.org/id/term/kor/O>,
        <http://lexvo.org/id/term/vie/ngao>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ngou1%20ngou4>,
        <http://lexvo.org/id/term/yue/%E7%8D%92>,
        "獒"^^xsd:string ;
    rdfs:comment "mastiff, large fierce dog"@en .

<http://lexvo.org/id/char/7353> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C3%A1o>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%8D%93>,
        <http://lexvo.org/id/term/vie/ngao%20ng%C3%A1o>,
        "獓"^^xsd:string .

<http://lexvo.org/id/char/7354> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%8D%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A1o>,
        "獔"^^xsd:string .

<http://lexvo.org/id/char/7355> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%8D%95>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/cu%C4%AB>,
        "獕"^^xsd:string .

<http://lexvo.org/id/char/7356> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%8D%96>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%A9n%20b%C3%A8n>,
        "獖"^^xsd:string .

<http://lexvo.org/id/char/7357> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%8D%97>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ju%C3%A9>,
        <http://lexvo.org/id/term/kor/%E7%8D%97>,
        <http://lexvo.org/id/term/kor/KWEL>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kyut3>,
        <http://lexvo.org/id/term/yue/%E7%8D%97>,
        "獗"^^xsd:string ;
    rdfs:comment "unruly, wild, violent, lawless"@en .

<http://lexvo.org/id/char/7358> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%8D%98>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%AC>,
        <http://lexvo.org/id/term/kor/%E7%8D%98>,
        <http://lexvo.org/id/term/kor/PHYEY>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bai6>,
        <http://lexvo.org/id/term/yue/%E7%8D%98>,
        "獘"^^xsd:string ;
    rdfs:comment "collapse"@en .

<http://lexvo.org/id/char/7359> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%8D%99>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%AC>,
        "獙"^^xsd:string .

<http://lexvo.org/id/char/735A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%8D%9A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%A1ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wong4>,
        <http://lexvo.org/id/term/yue/%E7%8D%9A>,
        "獚"^^xsd:string .

<http://lexvo.org/id/char/735B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%8D%9B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%BA>,
        "獛"^^xsd:string .

<http://lexvo.org/id/char/735C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%8D%9C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%ADn>,
        <http://lexvo.org/id/term/kor/%E7%8D%9C>,
        <http://lexvo.org/id/term/kor/LIN>,
        "獜"^^xsd:string .

<http://lexvo.org/id/char/735D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%8D%9D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%B9%20x%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wat6>,
        <http://lexvo.org/id/term/yue/%E7%8D%9D>,
        "獝"^^xsd:string ;
    rdfs:comment "devil"@en .

<http://lexvo.org/id/char/735E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%8D%9E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%B3ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tung4%20zong6>,
        <http://lexvo.org/id/term/yue/%E7%8D%9E>,
        "獞"^^xsd:string ;
    rdfs:comment "name of a variety of dog; wild tribes in South China"@en .

<http://lexvo.org/id/char/735F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%8D%9F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A0o%20xi%C4%81o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hiu1%20hiu3>,
        <http://lexvo.org/id/term/yue/%E7%8D%9F>,
        "獟"^^xsd:string .

<http://lexvo.org/id/char/7360> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%8D%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C3%A1o>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C3%A1o%20l%C7%8Eo>,
        <http://lexvo.org/id/term/kor/%E7%8D%A0>,
        <http://lexvo.org/id/term/kor/LYO>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/liu4%20lou5>,
        <http://lexvo.org/id/term/yue/%E7%8D%A0>,
        "獠"^^xsd:string ;
    rdfs:comment "to hunt at night by torches"@en .

<http://lexvo.org/id/char/7361> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%8D%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/shu%C3%B2%20x%C4%AB%20qu%C3%A8>,
        "獡"^^xsd:string .

<http://lexvo.org/id/char/7362> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%8D%A2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C4%81o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hiu1>,
        <http://lexvo.org/id/term/yue/%E7%8D%A2>,
        "獢"^^xsd:string ;
    rdfs:comment "dog"@en .

<http://lexvo.org/id/char/7363> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/kor/%E7%8D%A3>,
        <http://lexvo.org/id/term/kor/SWU>,
        "獣"^^xsd:string ;
    rdfs:comment "beast, animal; bestial"@en .

<http://lexvo.org/id/char/7364> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/kor/%E7%8D%A4>,
        <http://lexvo.org/id/term/kor/TON>,
        "獤"^^xsd:string .

<http://lexvo.org/id/char/7365> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%8D%A5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C3%AD>,
        "獥"^^xsd:string .

<http://lexvo.org/id/char/7366> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%8D%A6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C3%A9>,
        "獦"^^xsd:string .

<http://lexvo.org/id/char/7367> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%8D%A7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ju%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gyun3%20gyun6>,
        <http://lexvo.org/id/term/yue/%E7%8D%A7>,
        "獧"^^xsd:string ;
    rdfs:comment "rash; honest and straightforward"@en .

<http://lexvo.org/id/char/7368> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%8D%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%BA>,
        <http://lexvo.org/id/term/kor/%E7%8D%A8>,
        <http://lexvo.org/id/term/kor/TOK>,
        <http://lexvo.org/id/term/vie/%C4%91%E1%BB%99c>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/duk6>,
        <http://lexvo.org/id/term/yue/%E7%8D%A8>,
        "獨"^^xsd:string ;
    rdfs:comment "alone, single, solitary, only"@en .

<http://lexvo.org/id/char/7369> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%8D%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%AC>,
        <http://lexvo.org/id/term/kor/%E7%8D%A9>,
        <http://lexvo.org/id/term/kor/YEY>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wai3>,
        <http://lexvo.org/id/term/yue/%E7%8D%A9>,
        "獩"^^xsd:string .

<http://lexvo.org/id/char/736A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%8D%AA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ku%C3%A0i>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ku%C3%A0i%20hu%C3%A1>,
        <http://lexvo.org/id/term/kor/%E7%8D%AA>,
        <http://lexvo.org/id/term/kor/HOY%20KHWAY>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kui2>,
        <http://lexvo.org/id/term/yue/%E7%8D%AA>,
        "獪"^^xsd:string ;
    rdfs:comment "sly, cunning, crafty"@en .

<http://lexvo.org/id/char/736B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%8D%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C7%8En>,
        <http://lexvo.org/id/term/kor/%E7%8D%AB>,
        <http://lexvo.org/id/term/kor/HEM>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/him2>,
        <http://lexvo.org/id/term/yue/%E7%8D%AB>,
        "獫"^^xsd:string ;
    rdfs:comment "dog"@en .

<http://lexvo.org/id/char/736C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%8D%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A8%20h%C7%8E%20ji%C4%9B>,
        <http://lexvo.org/id/term/kor/%E7%8D%AC>,
        <http://lexvo.org/id/term/kor/HAY>,
        <http://lexvo.org/id/term/vie/gi%E1%BA%A3i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/haai5>,
        <http://lexvo.org/id/term/yue/%E7%8D%AC>,
        "獬"^^xsd:string ;
    rdfs:comment "a fabulous monster"@en .

<http://lexvo.org/id/char/736D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%8D%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%A0%20t%C7%8E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C7%8E>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/caat3>,
        <http://lexvo.org/id/term/yue/%E7%8D%AD>,
        "獭"^^xsd:string ;
    rdfs:comment "otter"@en .

<http://lexvo.org/id/char/736E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%8D%AE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C7%8En>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C7%8En%20m%C3%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sin2>,
        <http://lexvo.org/id/term/yue/%E7%8D%AE>,
        "獮"^^xsd:string ;
    rdfs:comment "hunt; autumn hunting; to capture with a fine net"@en .

<http://lexvo.org/id/char/736F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%8D%AF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C5%ABn>,
        <http://lexvo.org/id/term/kor/%E7%8D%AF>,
        <http://lexvo.org/id/term/kor/HWUN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fan1>,
        <http://lexvo.org/id/term/yue/%E7%8D%AF>,
        "獯"^^xsd:string ;
    rdfs:comment "a tribe of Scythians which invaded China during the Hsia dynasty"@en .

<http://lexvo.org/id/char/7370> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%8D%B0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C3%ADng>,
        <http://lexvo.org/id/term/kor/%E7%8D%B0>,
        <http://lexvo.org/id/term/kor/YENG>,
        <http://lexvo.org/id/term/vie/nanh>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ning4>,
        <http://lexvo.org/id/term/yue/%E7%8D%B0>,
        "獰"^^xsd:string ;
    rdfs:comment "ferocious appearance; hideous"@en .

<http://lexvo.org/id/char/7371> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%8D%B1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%ADn%20bi%C4%81n%20b%C4%ABn>,
        "獱"^^xsd:string ;
    rdfs:comment "a kind of otter"@en .

<http://lexvo.org/id/char/7372> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%8D%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%B2>,
        <http://lexvo.org/id/term/kor/%E7%8D%B2>,
        <http://lexvo.org/id/term/kor/HOYK%20HWAK>,
        <http://lexvo.org/id/term/vie/ho%E1%BA%A1ch>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/waai4%20wok6>,
        <http://lexvo.org/id/term/yue/%E7%8D%B2>,
        "獲"^^xsd:string ;
    rdfs:comment "obtain, get, receive; seize"@en .

<http://lexvo.org/id/char/7373> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%8D%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C3%B2u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/nau1%20nau6>,
        <http://lexvo.org/id/term/yue/%E7%8D%B3>,
        "獳"^^xsd:string ;
    rdfs:comment "looking like a fierce dog; angry"@en .

<http://lexvo.org/id/char/7374> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%8D%B4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A9ng%20m%C4%9Bng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C4%9Bng>,
        "獴"^^xsd:string ;
    rdfs:comment "mongoose"@en .

<http://lexvo.org/id/char/7375> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%8D%B5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C3%A8>,
        <http://lexvo.org/id/term/kor/%E7%8D%B5>,
        <http://lexvo.org/id/term/kor/LYEP>,
        <http://lexvo.org/id/term/vie/l%E1%BB%91p>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lip6>,
        <http://lexvo.org/id/term/yue/%E7%8D%B5>,
        "獵"^^xsd:string ;
    rdfs:comment "hunt; field sports"@en .

<http://lexvo.org/id/char/7376> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%8D%B6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C3%A1o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/naau4%20nou4>,
        <http://lexvo.org/id/term/yue/%E7%8D%B6>,
        "獶"^^xsd:string .

<http://lexvo.org/id/char/7377> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%8D%B7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/gu%C7%8Eng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/gu%C7%8Eng%20j%C7%90ng>,
        <http://lexvo.org/id/term/kor/%E7%8D%B7>,
        <http://lexvo.org/id/term/kor/KWANG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gwong2>,
        <http://lexvo.org/id/term/yue/%E7%8D%B7>,
        "獷"^^xsd:string ;
    rdfs:comment "fierce, rude, uncivilized"@en .

<http://lexvo.org/id/char/7378> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%8D%B8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%B2u>,
        <http://lexvo.org/id/term/kor/%E7%8D%B8>,
        <http://lexvo.org/id/term/kor/SWU>,
        <http://lexvo.org/id/term/vie/th%C3%BA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sau3>,
        <http://lexvo.org/id/term/yue/%E7%8D%B8>,
        "獸"^^xsd:string ;
    rdfs:comment "beast, animal; bestial"@en .

<http://lexvo.org/id/char/7379> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%8D%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%BA>,
        "獹"^^xsd:string ;
    rdfs:comment "a hound"@en .

<http://lexvo.org/id/char/737A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%8D%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C7%8E%20t%C3%A0>,
        <http://lexvo.org/id/term/kor/%E7%8D%BA>,
        <http://lexvo.org/id/term/kor/TAL%20CHAL>,
        <http://lexvo.org/id/term/vie/r%C3%A1i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/caat3>,
        <http://lexvo.org/id/term/yue/%E7%8D%BA>,
        "獺"^^xsd:string ;
    rdfs:comment "otter"@en .

<http://lexvo.org/id/char/737B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%8D%BB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A0n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A0n%20su%C5%8D%20x%C4%AB>,
        <http://lexvo.org/id/term/kor/%E7%8D%BB>,
        <http://lexvo.org/id/term/kor/HEN%20SA>,
        <http://lexvo.org/id/term/vie/hi%E1%BA%BFn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hin3>,
        <http://lexvo.org/id/term/yue/%E7%8D%BB>,
        "獻"^^xsd:string ;
    rdfs:comment "offer, present; show, display"@en .

<http://lexvo.org/id/char/737C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%8D%BC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%AD>,
        <http://lexvo.org/id/term/kor/%E7%8D%BC>,
        <http://lexvo.org/id/term/kor/MI>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lei4%20mei4%20nei4>,
        <http://lexvo.org/id/term/yue/%E7%8D%BC>,
        "獼"^^xsd:string ;
    rdfs:comment "macacus monkey"@en .

<http://lexvo.org/id/char/737D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%8D%BD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/r%C3%A1ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/joeng4>,
        <http://lexvo.org/id/term/yue/%E7%8D%BD>,
        "獽"^^xsd:string .

<http://lexvo.org/id/char/737E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%8D%BE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C4%81n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C4%81n%20qu%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fun1>,
        <http://lexvo.org/id/term/yue/%E7%8D%BE>,
        "獾"^^xsd:string ;
    rdfs:comment "the badger"@en .

<http://lexvo.org/id/char/737F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%8D%BF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C3%A1o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/naau4>,
        <http://lexvo.org/id/term/yue/%E7%8D%BF>,
        "獿"^^xsd:string .

<http://lexvo.org/id/char/7380> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%8E%80>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/lu%C3%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/lu%C3%B3%20%C4%9B>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lo4>,
        <http://lexvo.org/id/term/yue/%E7%8E%80>,
        "玀"^^xsd:string ;
    rdfs:comment "pig; lolo aborginal tribe"@en .

<http://lexvo.org/id/char/7381> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%8E%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C7%8En>,
        <http://lexvo.org/id/term/kor/%E7%8E%81>,
        <http://lexvo.org/id/term/kor/HEM>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/him2>,
        <http://lexvo.org/id/term/yue/%E7%8E%81>,
        "玁"^^xsd:string ;
    rdfs:comment "a dog with a long snout or muzzle"@en .

<http://lexvo.org/id/char/7382> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%8E%82>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C3%AD>,
        "玂"^^xsd:string .

<http://lexvo.org/id/char/7383> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%8E%83>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ju%C3%A9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fok3>,
        <http://lexvo.org/id/term/yue/%E7%8E%83>,
        "玃"^^xsd:string ;
    rdfs:comment "a large ape found in W. China"@en .

<http://lexvo.org/id/char/7385> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%8E%85>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/mi%C3%A0o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/miu6>,
        <http://lexvo.org/id/term/yue/%E7%8E%85>,
        "玅"^^xsd:string ;
    rdfs:comment "mysterious, subtle; exquisite"@en .

<http://lexvo.org/id/char/7386> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%8E%86>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C4%AB%20c%C4%AB%20xu%C3%A1n>,
        <http://lexvo.org/id/term/kor/%E7%8E%86>,
        <http://lexvo.org/id/term/kor/CA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ci4%20zi1>,
        <http://lexvo.org/id/term/yue/%E7%8E%86>,
        "玆"^^xsd:string ;
    rdfs:comment "now, here; this; time, year"@en .

<http://lexvo.org/id/char/7387> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%8E%87>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C7%9C%201072.010%2C1072.032%3Ashu%C3%A0i>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C7%9C%20shu%C3%A0i%20l%C3%BC%C3%A8>,
        <http://lexvo.org/id/term/kor/%E7%8E%87>,
        <http://lexvo.org/id/term/kor/SOL%20LYUL>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/leot6%20seot1>,
        <http://lexvo.org/id/term/yue/%E7%8E%87>,
        "率"^^xsd:string ;
    rdfs:comment "to lead; ratio; rate; limit"@en .

<http://lexvo.org/id/char/7388> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%8E%88>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%BA>,
        <http://lexvo.org/id/term/kor/%E7%8E%88>,
        <http://lexvo.org/id/term/kor/LO>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lou4>,
        <http://lexvo.org/id/term/yue/%E7%8E%88>,
        "玈"^^xsd:string ;
    rdfs:comment "black"@en .

<http://lexvo.org/id/char/738C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%8E%8C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C3%BA>,
        "玌"^^xsd:string .

<http://lexvo.org/id/char/738D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%8E%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C7%8E>,
        "玍"^^xsd:string ;
    rdfs:comment "ill tempered; naughty"@en .

<http://lexvo.org/id/char/738E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%8E%8E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C4%ABng>,
        <http://lexvo.org/id/term/kor/%E7%8E%8E>,
        <http://lexvo.org/id/term/kor/CENG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ding1>,
        <http://lexvo.org/id/term/yue/%E7%8E%8E>,
        "玎"^^xsd:string ;
    rdfs:comment "jingling, tinkling"@en .

<http://lexvo.org/id/char/738F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%8E%8F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%A8>,
        "玏"^^xsd:string .

<http://lexvo.org/id/char/7390> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%8E%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C4%81>,
        "玐"^^xsd:string .

<http://lexvo.org/id/char/7391> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%8E%91>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C4%AB>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gei1>,
        <http://lexvo.org/id/term/yue/%E7%8E%91>,
        "玑"^^xsd:string ;
    rdfs:comment "pearl that is not quite round"@en .

<http://lexvo.org/id/char/7392> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%8E%92>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%B3ng>,
        "玒"^^xsd:string .

<http://lexvo.org/id/char/7393> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%8E%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dik1>,
        <http://lexvo.org/id/term/yue/%E7%8E%93>,
        "玓"^^xsd:string ;
    rdfs:comment "pearly"@en .

<http://lexvo.org/id/char/7394> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%8E%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/chu%C3%A0n%20qu%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E7%8E%94>,
        <http://lexvo.org/id/term/kor/CHEN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cyun3>,
        <http://lexvo.org/id/term/yue/%E7%8E%94>,
        "玔"^^xsd:string ;
    rdfs:comment "green jade"@en .

<http://lexvo.org/id/char/7395> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%8E%95>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C4%81n>,
        <http://lexvo.org/id/term/kor/%E7%8E%95>,
        <http://lexvo.org/id/term/kor/KAN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gon1>,
        <http://lexvo.org/id/term/yue/%E7%8E%95>,
        "玕"^^xsd:string ;
    rdfs:comment "inferior variety of gem"@en .

<http://lexvo.org/id/char/7396> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%8E%96>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C7%94>,
        <http://lexvo.org/id/term/kor/%E7%8E%96>,
        <http://lexvo.org/id/term/kor/KWU>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gau2>,
        <http://lexvo.org/id/term/yue/%E7%8E%96>,
        "9",
        "玖"^^xsd:string ;
    rdfs:comment "black-colored jade"@en .

<http://lexvo.org/id/char/7397> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%8E%97>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%BA>,
        <http://lexvo.org/id/term/kor/%E7%8E%97>,
        <http://lexvo.org/id/term/kor/WU>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jyu1%20jyu4>,
        <http://lexvo.org/id/term/yue/%E7%8E%97>,
        "玗"^^xsd:string ;
    rdfs:comment "1/2 pr stone"@en .

<http://lexvo.org/id/char/7398> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%8E%98>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C7%90%20q%C7%90>,
        <http://lexvo.org/id/term/kor/%E7%8E%98>,
        <http://lexvo.org/id/term/kor/KI>,
        "玘"^^xsd:string ;
    rdfs:comment "court-dress jewels"@en .

<http://lexvo.org/id/char/7399> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%8E%99>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%BA>,
        <http://lexvo.org/id/term/kor/%E7%8E%99>,
        <http://lexvo.org/id/term/kor/YE>,
        "玙"^^xsd:string .

<http://lexvo.org/id/char/739A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%8E%9A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%A0ng%201336.030%3Ay%C3%A1ng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A1ng%20ch%C3%A0ng%20d%C3%A0ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dong6>,
        <http://lexvo.org/id/term/yue/%E7%8E%9A>,
        "玚"^^xsd:string .

<http://lexvo.org/id/char/739B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%8E%9B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C7%8E>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/maa5>,
        <http://lexvo.org/id/term/yue/%E7%8E%9B>,
        "玛"^^xsd:string ;
    rdfs:comment "agate; cornelian"@en .

<http://lexvo.org/id/char/739C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%8E%9C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C5%8Dng>,
        "玜"^^xsd:string .

<http://lexvo.org/id/char/739D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%8E%9D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C7%94>,
        "玝"^^xsd:string .

<http://lexvo.org/id/char/739E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%8E%9E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C5%AB>,
        <http://lexvo.org/id/term/kor/%E7%8E%9E>,
        <http://lexvo.org/id/term/kor/PWU>,
        "玞"^^xsd:string ;
    rdfs:comment "an inferior agate"@en .

<http://lexvo.org/id/char/739F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%8E%9F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%ADn%20w%C3%A9n>,
        <http://lexvo.org/id/term/kor/%E7%8E%9F>,
        <http://lexvo.org/id/term/kor/MIN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/man4>,
        <http://lexvo.org/id/term/yue/%E7%8E%9F>,
        "玟"^^xsd:string ;
    rdfs:comment "streaks in jade; gem"@en .

<http://lexvo.org/id/char/73A0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%8E%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%A8>,
        <http://lexvo.org/id/term/kor/%E7%8E%A0>,
        <http://lexvo.org/id/term/kor/KAY>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gaai3>,
        <http://lexvo.org/id/term/yue/%E7%8E%A0>,
        "玠"^^xsd:string ;
    rdfs:comment "large jade tablet used by officials at court to indicate their ranks"@en .

<http://lexvo.org/id/char/73A1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%8E%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A1>,
        <http://lexvo.org/id/term/vie/ng%C3%A0>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/je4>,
        <http://lexvo.org/id/term/yue/%E7%8E%A1>,
        "玡"^^xsd:string .

<http://lexvo.org/id/char/73A2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%8E%A2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C4%ABn%200321.020%3Af%C4%93n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C4%ABn%20f%C4%93n%20f%C3%A9n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ban1%20fan1%20fan4>,
        <http://lexvo.org/id/term/yue/%E7%8E%A2>,
        "玢"^^xsd:string ;
    rdfs:comment "(archaic) a kind of jade"@en .

<http://lexvo.org/id/char/73A3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%8E%A3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/bi%C3%A0n>,
        "玣"^^xsd:string .

<http://lexvo.org/id/char/73A4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%8E%A4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%A0ng%20b%C4%9Bng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bung2>,
        <http://lexvo.org/id/term/yue/%E7%8E%A4>,
        "玤"^^xsd:string ;
    rdfs:comment "a kind of gem inferior to jade"@en .

<http://lexvo.org/id/char/73A5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%8E%A5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/yu%C3%A8>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jyut6>,
        <http://lexvo.org/id/term/yue/%E7%8E%A5>,
        "玥"^^xsd:string ;
    rdfs:comment "mysterious gem; pearl"@en .

<http://lexvo.org/id/char/73A6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%8E%A6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ju%C3%A9>,
        <http://lexvo.org/id/term/kor/%E7%8E%A6>,
        <http://lexvo.org/id/term/kor/KYEL>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kyut3>,
        <http://lexvo.org/id/term/yue/%E7%8E%A6>,
        "玦"^^xsd:string ;
    rdfs:comment "broken piece of jade"@en .

<http://lexvo.org/id/char/73A7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%8E%A7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%94n>,
        <http://lexvo.org/id/term/kor/%E7%8E%A7>,
        <http://lexvo.org/id/term/kor/YUN>,
        "玧"^^xsd:string ;
    rdfs:comment "reddish"@en .

<http://lexvo.org/id/char/73A8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%8E%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ju%C3%A9>,
        <http://lexvo.org/id/term/kor/%E7%8E%A8>,
        <http://lexvo.org/id/term/kor/KAK%20KOK>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gok3>,
        <http://lexvo.org/id/term/yue/%E7%8E%A8>,
        "玨"^^xsd:string ;
    rdfs:comment "two pieces of jade joined together"@en .

<http://lexvo.org/id/char/73A9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%8E%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C3%A1n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C3%A1n%20w%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E7%8E%A9>,
        <http://lexvo.org/id/term/kor/WAN>,
        <http://lexvo.org/id/term/vie/ngo%E1%BA%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/waan4%20wun6>,
        <http://lexvo.org/id/term/yue/%E7%8E%A9>,
        "玩"^^xsd:string ;
    rdfs:comment "play with, joke, enjoy"@en .

<http://lexvo.org/id/char/73AA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%8E%AA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C4%81n>,
        "玪"^^xsd:string .

<http://lexvo.org/id/char/73AB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%8E%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A9i>,
        <http://lexvo.org/id/term/kor/%E7%8E%AB>,
        <http://lexvo.org/id/term/kor/MAY>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mui4>,
        <http://lexvo.org/id/term/yue/%E7%8E%AB>,
        "玫"^^xsd:string ;
    rdfs:comment "rose"@en .

<http://lexvo.org/id/char/73AC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%8E%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C7%8En>,
        "玬"^^xsd:string .

<http://lexvo.org/id/char/73AD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%8E%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%AD%20pi%C3%A1n%20p%C3%ADn>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%ADn>,
        <http://lexvo.org/id/term/kor/%E7%8E%AD>,
        <http://lexvo.org/id/term/kor/PIN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/pan4>,
        <http://lexvo.org/id/term/yue/%E7%8E%AD>,
        "玭"^^xsd:string .

<http://lexvo.org/id/char/73AE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%8E%AE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C4%9Bi>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wai4>,
        <http://lexvo.org/id/term/yue/%E7%8E%AE>,
        "玮"^^xsd:string ;
    rdfs:comment "type of jade; rare, valuable"@en .

<http://lexvo.org/id/char/73AF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%8E%AF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/waan4>,
        <http://lexvo.org/id/term/yue/%E7%8E%AF>,
        "环"^^xsd:string ;
    rdfs:comment "jade ring or bracelet; ring"@en .

<http://lexvo.org/id/char/73B0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%8E%B0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jin6>,
        <http://lexvo.org/id/term/yue/%E7%8E%B0>,
        "现"^^xsd:string ;
    rdfs:comment "appear, manifest, become visible"@en .

<http://lexvo.org/id/char/73B1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%8E%B1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C4%81ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/coeng1>,
        <http://lexvo.org/id/term/yue/%E7%8E%B1>,
        "玱"^^xsd:string ;
    rdfs:comment "tinkling sound tinkling of pendant gems"@en .

<http://lexvo.org/id/char/73B2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%8E%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%ADng>,
        <http://lexvo.org/id/term/kor/%E7%8E%B2>,
        <http://lexvo.org/id/term/kor/LYENG>,
        <http://lexvo.org/id/term/vie/li%E1%BA%BFng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ling4>,
        <http://lexvo.org/id/term/yue/%E7%8E%B2>,
        "玲"^^xsd:string ;
    rdfs:comment "tinkling of jade"@en .

<http://lexvo.org/id/char/73B3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%8E%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%A0i>,
        <http://lexvo.org/id/term/kor/%E7%8E%B3>,
        <http://lexvo.org/id/term/kor/TAY>,
        <http://lexvo.org/id/term/vie/ngan%20%C4%91%E1%BB%93i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/doi6>,
        <http://lexvo.org/id/term/yue/%E7%8E%B3>,
        "玳"^^xsd:string ;
    rdfs:comment "tortoise shell"@en .

<http://lexvo.org/id/char/73B4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%8E%B4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%AC>,
        "玴"^^xsd:string .

<http://lexvo.org/id/char/73B5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C3%A1n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%8E%B5>,
        "玵"^^xsd:string .

<http://lexvo.org/id/char/73B6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%8E%B6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%ADng>,
        "玶"^^xsd:string ;
    rdfs:comment "name of one kind of jade"@en .

<http://lexvo.org/id/char/73B7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%8E%B7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/di%C3%A0n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/di%C3%A0n%20di%C4%81n>,
        <http://lexvo.org/id/term/kor/%E7%8E%B7>,
        <http://lexvo.org/id/term/kor/CEM>,
        <http://lexvo.org/id/term/vie/d%E1%BA%BD%20%C4%91i%E1%BA%BFm>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dim3>,
        <http://lexvo.org/id/term/yue/%E7%8E%B7>,
        "玷"^^xsd:string ;
    rdfs:comment "flaw in gem; flaw in character"@en .

<http://lexvo.org/id/char/73B8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%8E%B8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%BA>,
        "玸"^^xsd:string .

<http://lexvo.org/id/char/73B9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%8E%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xu%C3%A1n>,
        <http://lexvo.org/id/term/kor/%E7%8E%B9>,
        <http://lexvo.org/id/term/kor/HYENG>,
        "玹"^^xsd:string ;
    rdfs:comment "jadelike precious stone; jade-colored"@en .

<http://lexvo.org/id/char/73BA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%8E%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C7%90>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/saai2>,
        <http://lexvo.org/id/term/yue/%E7%8E%BA>,
        "玺"^^xsd:string ;
    rdfs:comment "imperial signet, royal signet"@en .

<http://lexvo.org/id/char/73BB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%8E%BB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C5%8D>,
        <http://lexvo.org/id/term/kor/%E7%8E%BB>,
        <http://lexvo.org/id/term/kor/PHA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bo1>,
        <http://lexvo.org/id/term/yue/%E7%8E%BB>,
        "玻"^^xsd:string ;
    rdfs:comment "glass"@en .

<http://lexvo.org/id/char/73BC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%8E%BC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C7%90%20c%C4%AB>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ci2>,
        <http://lexvo.org/id/term/yue/%E7%8E%BC>,
        "玼"^^xsd:string ;
    rdfs:comment "beautiful color of gem; flaw in"@en .

<http://lexvo.org/id/char/73BD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%8E%BD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C7%92u>,
        "玽"^^xsd:string .

<http://lexvo.org/id/char/73BE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%8E%BE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C7%8E>,
        "玾"^^xsd:string .

<http://lexvo.org/id/char/73BF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%8E%BF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%A1o>,
        "玿"^^xsd:string .

<http://lexvo.org/id/char/73C0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%8F%80>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%B2>,
        <http://lexvo.org/id/term/kor/%E7%8F%80>,
        <http://lexvo.org/id/term/kor/PAK>,
        <http://lexvo.org/id/term/vie/ph%C3%A1ch>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/paak3>,
        <http://lexvo.org/id/term/yue/%E7%8F%80>,
        "珀"^^xsd:string ;
    rdfs:comment "amber"@en .

<http://lexvo.org/id/char/73C1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%8F%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C3%AD>,
        "珁"^^xsd:string .

<http://lexvo.org/id/char/73C2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%8F%82>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C4%93>,
        <http://lexvo.org/id/term/kor/%E7%8F%82>,
        <http://lexvo.org/id/term/kor/KA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/o1>,
        <http://lexvo.org/id/term/yue/%E7%8F%82>,
        "珂"^^xsd:string ;
    rdfs:comment "inferior kind of jade"@en .

<http://lexvo.org/id/char/73C3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%8F%83>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/r%C7%8En>,
        "珃"^^xsd:string .

<http://lexvo.org/id/char/73C4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%8F%84>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C4%93ng>,
        "珄"^^xsd:string .

<http://lexvo.org/id/char/73C5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%8F%85>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C4%93n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/san1>,
        <http://lexvo.org/id/term/yue/%E7%8F%85>,
        "珅"^^xsd:string .

<http://lexvo.org/id/char/73C6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%8F%86>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%AD>,
        <http://lexvo.org/id/term/kor/%E7%8F%86>,
        <http://lexvo.org/id/term/kor/I>,
        "珆"^^xsd:string .

<http://lexvo.org/id/char/73C7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%8F%87>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C7%94>,
        "珇"^^xsd:string .

<http://lexvo.org/id/char/73C8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%8F%88>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C4%81>,
        <http://lexvo.org/id/term/kor/%E7%8F%88>,
        <http://lexvo.org/id/term/kor/KA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gaa1>,
        <http://lexvo.org/id/term/yue/%E7%8F%88>,
        "珈"^^xsd:string ;
    rdfs:comment "an ornament attached to a woman's hairpin"@en .

<http://lexvo.org/id/char/73C9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%8F%89>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%ADn>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%ADn%20w%C3%A9n>,
        <http://lexvo.org/id/term/kor/%E7%8F%89>,
        <http://lexvo.org/id/term/kor/MIN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/man4>,
        <http://lexvo.org/id/term/yue/%E7%8F%89>,
        "珉"^^xsd:string ;
    rdfs:comment "stone resembling jade"@en .

<http://lexvo.org/id/char/73CA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%8F%8A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C4%81n>,
        <http://lexvo.org/id/term/kor/%E7%8F%8A>,
        <http://lexvo.org/id/term/kor/SAN>,
        <http://lexvo.org/id/term/vie/san>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/saan1>,
        <http://lexvo.org/id/term/yue/%E7%8F%8A>,
        "珊"^^xsd:string ;
    rdfs:comment "coral"@en .

<http://lexvo.org/id/char/73CB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%8F%8B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C7%94>,
        "珋"^^xsd:string .

<http://lexvo.org/id/char/73CC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%8F%8C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%AC>,
        <http://lexvo.org/id/term/kor/%E7%8F%8C>,
        <http://lexvo.org/id/term/kor/PHIL>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bit1>,
        <http://lexvo.org/id/term/yue/%E7%8F%8C>,
        "珌"^^xsd:string ;
    rdfs:comment "ornament"@en .

<http://lexvo.org/id/char/73CD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%8F%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C4%93n>,
        <http://lexvo.org/id/term/kor/%E7%8F%8D>,
        <http://lexvo.org/id/term/kor/CIN>,
        <http://lexvo.org/id/term/vie/tr%C3%A2n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zan1>,
        <http://lexvo.org/id/term/yue/%E7%8F%8D>,
        "珍"^^xsd:string ;
    rdfs:comment "precious, valuable, rare"@en .

<http://lexvo.org/id/char/73CE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%8F%8E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C4%93n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zan1>,
        <http://lexvo.org/id/term/yue/%E7%8F%8E>,
        "珎"^^xsd:string ;
    rdfs:comment "precious, valuable, rare"@en .

<http://lexvo.org/id/char/73CF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%8F%8F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ju%C3%A9>,
        <http://lexvo.org/id/term/kor/%E7%8F%8F>,
        <http://lexvo.org/id/term/kor/KAK%20KOK>,
        "珏"^^xsd:string ;
    rdfs:comment "two pieces of jade joined together"@en .

<http://lexvo.org/id/char/73D0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%8F%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%A0>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/faat3>,
        <http://lexvo.org/id/term/yue/%E7%8F%90>,
        "珐"^^xsd:string ;
    rdfs:comment "enamel, cloissoné"@en .

<http://lexvo.org/id/char/73D1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%8F%91>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%B3ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lung4>,
        <http://lexvo.org/id/term/yue/%E7%8F%91>,
        "珑"^^xsd:string ;
    rdfs:comment "a gem cut like dragon"@en .

<http://lexvo.org/id/char/73D2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%8F%92>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C4%ABn>,
        <http://lexvo.org/id/term/kor/%E7%8F%92>,
        <http://lexvo.org/id/term/kor/CIN>,
        "珒"^^xsd:string .

<http://lexvo.org/id/char/73D3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%8F%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%A0o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gaau3>,
        <http://lexvo.org/id/term/yue/%E7%8F%93>,
        "珓"^^xsd:string ;
    rdfs:comment "two hemispherical objects used in divination"@en .

<http://lexvo.org/id/char/73D4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%8F%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%A0n>,
        "珔"^^xsd:string .

<http://lexvo.org/id/char/73D5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%8F%95>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%AC>,
        "珕"^^xsd:string .

<http://lexvo.org/id/char/73D6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%8F%96>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/gu%C4%81ng>,
        <http://lexvo.org/id/term/kor/%E7%8F%96>,
        <http://lexvo.org/id/term/kor/KWANG>,
        "珖"^^xsd:string ;
    rdfs:comment "carat"@en .

<http://lexvo.org/id/char/73D7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%8F%97>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C4%81n>,
        "珗"^^xsd:string .

<http://lexvo.org/id/char/73D8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%8F%98>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C5%8Du>,
        "珘"^^xsd:string .

<http://lexvo.org/id/char/73D9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%8F%99>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C7%92ng>,
        <http://lexvo.org/id/term/kor/%E7%8F%99>,
        <http://lexvo.org/id/term/kor/KONG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gung2>,
        <http://lexvo.org/id/term/yue/%E7%8F%99>,
        "珙"^^xsd:string ;
    rdfs:comment "precious stone; xian in Sichuan"@en .

<http://lexvo.org/id/char/73DA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%8F%9A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C4%81n>,
        "珚"^^xsd:string .

<http://lexvo.org/id/char/73DB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%8F%9B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%B9>,
        "珛"^^xsd:string .

<http://lexvo.org/id/char/73DC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%8F%9C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A1ng>,
        "珜"^^xsd:string .

<http://lexvo.org/id/char/73DD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%8F%9D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C7%94>,
        <http://lexvo.org/id/term/kor/%E7%8F%9D>,
        <http://lexvo.org/id/term/kor/HWU>,
        "珝"^^xsd:string .

<http://lexvo.org/id/char/73DE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%8F%9E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/lu%C3%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/lu%C3%B2%20l%C3%AC>,
        <http://lexvo.org/id/term/kor/%E7%8F%9E>,
        <http://lexvo.org/id/term/kor/LAK>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lok3>,
        <http://lexvo.org/id/term/yue/%E7%8F%9E>,
        "珞"^^xsd:string ;
    rdfs:comment "kind of necklace"@en .

<http://lexvo.org/id/char/73DF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%8F%9F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C3%B9>,
        "珟"^^xsd:string .

<http://lexvo.org/id/char/73E0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%8F%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C5%AB>,
        <http://lexvo.org/id/term/kor/%E7%8F%A0>,
        <http://lexvo.org/id/term/kor/CWU>,
        <http://lexvo.org/id/term/vie/ch%C3%A2u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zyu1>,
        <http://lexvo.org/id/term/yue/%E7%8F%A0>,
        "珠"^^xsd:string ;
    rdfs:comment "precious stone, gem, jewel, pearl"@en .

<http://lexvo.org/id/char/73E1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%8F%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C3%ADn>,
        "珡"^^xsd:string ;
    rdfs:comment "variant of U+7434 琴, guqin or zither"@en .

<http://lexvo.org/id/char/73E2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%8F%A2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C3%A8n>,
        <http://lexvo.org/id/term/kor/%E7%8F%A2>,
        <http://lexvo.org/id/term/kor/UN%20KAN>,
        "珢"^^xsd:string ;
    rdfs:comment "precious stone"@en .

<http://lexvo.org/id/char/73E3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%8F%A3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C3%BAn>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C3%BAn%20xu%C4%81n>,
        <http://lexvo.org/id/term/kor/%E7%8F%A3>,
        <http://lexvo.org/id/term/kor/SWUN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/seon1>,
        <http://lexvo.org/id/term/yue/%E7%8F%A3>,
        "珣"^^xsd:string ;
    rdfs:comment "name of a kind of jade"@en .

<http://lexvo.org/id/char/73E4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%8F%A4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C7%8Eo>,
        <http://lexvo.org/id/term/kor/%E7%8F%A4>,
        <http://lexvo.org/id/term/kor/PO>,
        "珤"^^xsd:string ;
    rdfs:comment "treasure, jewel; precious, rare"@en .

<http://lexvo.org/id/char/73E5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C4%9Br>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%8F%A5>,
        <http://lexvo.org/id/term/kor/%E7%8F%A5>,
        <http://lexvo.org/id/term/kor/I>,
        <http://lexvo.org/id/term/vie/y%E1%BA%BFn%20nh%E1%BA%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ji6%20nei6>,
        <http://lexvo.org/id/term/yue/%E7%8F%A5>,
        "珥"^^xsd:string ;
    rdfs:comment "ear ornament; stick, insert"@en .

<http://lexvo.org/id/char/73E6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%8F%A6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A0ng>,
        <http://lexvo.org/id/term/kor/%E7%8F%A6>,
        <http://lexvo.org/id/term/kor/HYANG>,
        "珦"^^xsd:string ;
    rdfs:comment "a kind of jade"@en .

<http://lexvo.org/id/char/73E7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%8F%A7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A1o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jiu4>,
        <http://lexvo.org/id/term/yue/%E7%8F%A7>,
        "珧"^^xsd:string ;
    rdfs:comment "mother-of-pearl"@en .

<http://lexvo.org/id/char/73E8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%8F%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A1>,
        "珨"^^xsd:string .

<http://lexvo.org/id/char/73E9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%8F%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A1ng%200460.020%3Ah%C3%A9ng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A9ng>,
        <http://lexvo.org/id/term/kor/%E7%8F%A9>,
        <http://lexvo.org/id/term/kor/HYENG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hang4>,
        <http://lexvo.org/id/term/yue/%E7%8F%A9>,
        "珩"^^xsd:string ;
    rdfs:comment "the top gem of the pendants"@en .

<http://lexvo.org/id/char/73EA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%8F%AA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/gu%C4%AB>,
        <http://lexvo.org/id/term/kor/%E7%8F%AA>,
        <http://lexvo.org/id/term/kor/KYU>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gwai1>,
        <http://lexvo.org/id/term/yue/%E7%8F%AA>,
        "珪"^^xsd:string ;
    rdfs:comment "a jade table conferred upon feudal princes by the emperor as a symbol of dignity and authority"@en .

<http://lexvo.org/id/char/73EB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%8F%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C5%8Dng>,
        <http://lexvo.org/id/term/kor/%E7%8F%AB>,
        <http://lexvo.org/id/term/kor/CHWUNG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cung1>,
        <http://lexvo.org/id/term/yue/%E7%8F%AB>,
        "珫"^^xsd:string .

<http://lexvo.org/id/char/73EC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%8F%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C3%B9>,
        "珬"^^xsd:string .

<http://lexvo.org/id/char/73ED> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%8F%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C4%81n>,
        <http://lexvo.org/id/term/kor/%E7%8F%AD>,
        <http://lexvo.org/id/term/kor/PAN>,
        <http://lexvo.org/id/term/vie/ban>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/baan1>,
        <http://lexvo.org/id/term/yue/%E7%8F%AD>,
        "班"^^xsd:string ;
    rdfs:comment "class, group, grade; squad; job"@en .

<http://lexvo.org/id/char/73EE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%8F%AE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%A8i>,
        <http://lexvo.org/id/term/kor/%E7%8F%AE>,
        <http://lexvo.org/id/term/kor/PHAY>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/pui3>,
        <http://lexvo.org/id/term/yue/%E7%8F%AE>,
        "珮"^^xsd:string ;
    rdfs:comment "jade ornament"@en .

<http://lexvo.org/id/char/73EF> a lvont:Character ;
    lvont:represents "珯"^^xsd:string .

<http://lexvo.org/id/char/73F0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%8F%B0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C4%81ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dong1>,
        <http://lexvo.org/id/term/yue/%E7%8F%B0>,
        "珰"^^xsd:string ;
    rdfs:comment "pendant ornaments, earrings"@en .

<http://lexvo.org/id/char/73F1> a lvont:Character ;
    lvont:represents "珱"^^xsd:string ;
    rdfs:comment "a necklace made of precious stones"@en .

<http://lexvo.org/id/char/73F2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%8F%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%BAn%20hu%C4%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C4%AB%200507.050%3Ah%C3%BAn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wan4>,
        <http://lexvo.org/id/term/yue/%E7%8F%B2>,
        "珲"^^xsd:string ;
    rdfs:comment "bright, glorious, splendid"@en .

<http://lexvo.org/id/char/73F3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%8F%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C3%A9n>,
        "珳"^^xsd:string .

<http://lexvo.org/id/char/73F4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C3%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%8F%B4>,
        "珴"^^xsd:string .

<http://lexvo.org/id/char/73F5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%8F%B5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%A9ng>,
        <http://lexvo.org/id/term/kor/%E7%8F%B5>,
        <http://lexvo.org/id/term/kor/CENG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cing4>,
        <http://lexvo.org/id/term/yue/%E7%8F%B5>,
        "珵"^^xsd:string .

<http://lexvo.org/id/char/73F6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%8F%B6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%AC%20t%C3%AD>,
        "珶"^^xsd:string .

<http://lexvo.org/id/char/73F7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%8F%B7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C7%94>,
        <http://lexvo.org/id/term/kor/%E7%8F%B7>,
        <http://lexvo.org/id/term/kor/MWU>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mou5>,
        <http://lexvo.org/id/term/yue/%E7%8F%B7>,
        "珷"^^xsd:string ;
    rdfs:comment "an inferior gem"@en .

<http://lexvo.org/id/char/73F8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%8F%B8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C3%BA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ng4>,
        <http://lexvo.org/id/term/yue/%E7%8F%B8>,
        "珸"^^xsd:string .

<http://lexvo.org/id/char/73F9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%8F%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%A9ng>,
        <http://lexvo.org/id/term/kor/%E7%8F%B9>,
        <http://lexvo.org/id/term/kor/SENG>,
        "珹"^^xsd:string ;
    rdfs:comment "type of jade; pearl"@en .

<http://lexvo.org/id/char/73FA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%8F%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%B9n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gwan6>,
        <http://lexvo.org/id/term/yue/%E7%8F%BA>,
        "珺"^^xsd:string ;
    rdfs:comment "beautiful jade"@en .

<http://lexvo.org/id/char/73FB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%8F%BB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A9i>,
        "珻"^^xsd:string .

<http://lexvo.org/id/char/73FC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%8F%BC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%A8i>,
        "珼"^^xsd:string .

<http://lexvo.org/id/char/73FD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%8F%BD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C7%90ng>,
        <http://lexvo.org/id/term/kor/%E7%8F%BD>,
        <http://lexvo.org/id/term/kor/CENG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ting5>,
        <http://lexvo.org/id/term/yue/%E7%8F%BD>,
        "珽"^^xsd:string ;
    rdfs:comment "jade tablet"@en .

<http://lexvo.org/id/char/73FE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%8F%BE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E7%8F%BE>,
        <http://lexvo.org/id/term/kor/HYEN>,
        <http://lexvo.org/id/term/vie/hi%E1%BB%87n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jin6>,
        <http://lexvo.org/id/term/yue/%E7%8F%BE>,
        "現"^^xsd:string ;
    rdfs:comment "appear, manifest, become visible"@en .

<http://lexvo.org/id/char/73FF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%8F%BF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/chu%C3%B2>,
        "珿"^^xsd:string .

<http://lexvo.org/id/char/7400> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%90%80>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A1n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A1n%20h%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ham3>,
        <http://lexvo.org/id/term/yue/%E7%90%80>,
        "琀"^^xsd:string ;
    rdfs:comment "gems of pearls formerly put into the mouth of a corpse"@en .

<http://lexvo.org/id/char/7401> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%90%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xu%C3%A1n>,
        <http://lexvo.org/id/term/kor/%E7%90%81>,
        <http://lexvo.org/id/term/kor/SEN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/syun4>,
        <http://lexvo.org/id/term/yue/%E7%90%81>,
        "琁"^^xsd:string ;
    rdfs:comment "beautiful jade; star"@en .

<http://lexvo.org/id/char/7402> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%90%82>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A1n>,
        "琂"^^xsd:string .

<http://lexvo.org/id/char/7403> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%90%83>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C3%BA>,
        <http://lexvo.org/id/term/kor/%E7%90%83>,
        <http://lexvo.org/id/term/kor/KWU>,
        <http://lexvo.org/id/term/vie/c%E1%BA%A7u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kau4>,
        <http://lexvo.org/id/term/yue/%E7%90%83>,
        "球"^^xsd:string ;
    rdfs:comment "ball, sphere, globe; round"@en .

<http://lexvo.org/id/char/7404> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%90%84>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qu%C7%8En%20ju%C4%81n%20xu%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E7%90%84>,
        <http://lexvo.org/id/term/kor/HYEN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gyun1>,
        <http://lexvo.org/id/term/yue/%E7%90%84>,
        "琄"^^xsd:string ;
    rdfs:comment "scabbard; traces, reins"@en .

<http://lexvo.org/id/char/7405> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%90%85>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%A1ng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%A1ng%20l%C3%A0ng>,
        <http://lexvo.org/id/term/kor/%E7%90%85>,
        <http://lexvo.org/id/term/kor/LANG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/long4>,
        <http://lexvo.org/id/term/yue/%E7%90%85>,
        "琅"^^xsd:string ;
    rdfs:comment "a variety of white carnelian; pure"@en .

<http://lexvo.org/id/char/7406> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%90%86>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C7%90>,
        <http://lexvo.org/id/term/kor/%E7%90%86>,
        <http://lexvo.org/id/term/kor/LI>,
        <http://lexvo.org/id/term/vie/l%C3%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lei5>,
        <http://lexvo.org/id/term/yue/%E7%90%86>,
        "理"^^xsd:string ;
    rdfs:comment "reason, logic; manage"@en .

<http://lexvo.org/id/char/7407> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%90%87>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%B9>,
        <http://lexvo.org/id/term/kor/%E7%90%87>,
        <http://lexvo.org/id/term/kor/SWU>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sau3>,
        <http://lexvo.org/id/term/yue/%E7%90%87>,
        "琇"^^xsd:string ;
    rdfs:comment "coarse variety of jasper or jade"@en .

<http://lexvo.org/id/char/7408> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%90%88>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%BA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fau4>,
        <http://lexvo.org/id/term/yue/%E7%90%88>,
        "琈"^^xsd:string .

<http://lexvo.org/id/char/7409> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%90%89>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C3%BA>,
        <http://lexvo.org/id/term/kor/%E7%90%89>,
        <http://lexvo.org/id/term/kor/LYU>,
        <http://lexvo.org/id/term/vie/l%C6%B0u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lau4>,
        <http://lexvo.org/id/term/yue/%E7%90%89>,
        "琉"^^xsd:string ;
    rdfs:comment "sparkling stone; glazed, opaque"@en .

<http://lexvo.org/id/char/740A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%90%8A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A9%20y%C3%A1>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/je4>,
        <http://lexvo.org/id/term/yue/%E7%90%8A>,
        "琊"^^xsd:string ;
    rdfs:comment "a place in eastern Shandong"@en .

<http://lexvo.org/id/char/740B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%90%8B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C4%AB>,
        "琋"^^xsd:string .

<http://lexvo.org/id/char/740C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%90%8C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%ADng>,
        "琌"^^xsd:string .

<http://lexvo.org/id/char/740D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%90%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%AC%20l%C3%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lei4>,
        <http://lexvo.org/id/term/yue/%E7%90%8D>,
        "琍"^^xsd:string .

<http://lexvo.org/id/char/740E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%90%8E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%ACn>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%ACn%20j%C4%ABn>,
        <http://lexvo.org/id/term/kor/%E7%90%8E>,
        <http://lexvo.org/id/term/kor/CIN>,
        "琎"^^xsd:string .

<http://lexvo.org/id/char/740F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%90%8F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C3%A1n%20li%C7%8En>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C7%8En>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lin5>,
        <http://lexvo.org/id/term/yue/%E7%90%8F>,
        "琏"^^xsd:string ;
    rdfs:comment "vessel used to hold grain offerings"@en .

<http://lexvo.org/id/char/7410> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%90%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/su%C7%92>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/so2>,
        <http://lexvo.org/id/term/yue/%E7%90%90>,
        "琐"^^xsd:string ;
    rdfs:comment "trifling, petty; troublesome"@en .

<http://lexvo.org/id/char/7411> a lvont:Character ;
    lvont:represents "琑"^^xsd:string .

<http://lexvo.org/id/char/7412> a lvont:Character ;
    lvont:represents "琒"^^xsd:string .

<http://lexvo.org/id/char/7413> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%90%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C3%A1n>,
        <http://lexvo.org/id/term/kor/%E7%90%93>,
        <http://lexvo.org/id/term/kor/WAN>,
        "琓"^^xsd:string .

<http://lexvo.org/id/char/7414> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%90%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/di%C3%A0n>,
        "琔"^^xsd:string .

<http://lexvo.org/id/char/7415> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%90%95>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%ADn%20b%C7%90ng>,
        "琕"^^xsd:string ;
    rdfs:comment "type of pearl; scabbard"@en .

<http://lexvo.org/id/char/7416> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%90%96>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C7%8En>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zaan1%20zaan2>,
        <http://lexvo.org/id/term/yue/%E7%90%96>,
        "琖"^^xsd:string ;
    rdfs:comment "carved jade wine cup"@en .

<http://lexvo.org/id/char/7417> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%90%97>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/cu%C3%AC>,
        "琗"^^xsd:string .

<http://lexvo.org/id/char/7418> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%90%98>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%ADn>,
        "琘"^^xsd:string .

<http://lexvo.org/id/char/7419> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%90%99>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%B9>,
        "琙"^^xsd:string .

<http://lexvo.org/id/char/741A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%90%9A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C5%AB>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/geoi1>,
        <http://lexvo.org/id/term/yue/%E7%90%9A>,
        "琚"^^xsd:string ;
    rdfs:comment "girdle ornaments"@en .

<http://lexvo.org/id/char/741B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%90%9B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C4%93n>,
        <http://lexvo.org/id/term/kor/%E7%90%9B>,
        <http://lexvo.org/id/term/kor/CHIM>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sam1>,
        <http://lexvo.org/id/term/yue/%E7%90%9B>,
        "琛"^^xsd:string ;
    rdfs:comment "treasure, valuables"@en .

<http://lexvo.org/id/char/741C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%90%9C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%A1i>,
        <http://lexvo.org/id/term/vie/trai>,
        "琜"^^xsd:string .

<http://lexvo.org/id/char/741D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%90%9D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C3%A9n>,
        "琝"^^xsd:string .

<http://lexvo.org/id/char/741E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%90%9E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%A8ng%20w%C3%A0ng>,
        "琞"^^xsd:string .

<http://lexvo.org/id/char/741F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%90%9F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C3%A9i>,
        "琟"^^xsd:string .

<http://lexvo.org/id/char/7420> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%90%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/di%C7%8En>,
        <http://lexvo.org/id/term/kor/%E7%90%A0>,
        <http://lexvo.org/id/term/kor/CEN>,
        "琠"^^xsd:string ;
    rdfs:comment "a gem used as ear plug; a jade earring"@en .

<http://lexvo.org/id/char/7421> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%90%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%B9>,
        <http://lexvo.org/id/term/kor/%E7%90%A1>,
        <http://lexvo.org/id/term/kor/SWU>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cuk1>,
        <http://lexvo.org/id/term/yue/%E7%90%A1>,
        "琡"^^xsd:string .

<http://lexvo.org/id/char/7422> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%90%A2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zhu%C3%B3%201550.050%3Azu%C3%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zhu%C3%B3%20zu%C3%B3>,
        <http://lexvo.org/id/term/kor/%E7%90%A2>,
        <http://lexvo.org/id/term/kor/THAK>,
        <http://lexvo.org/id/term/vie/ch%C3%A1c>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/doek3>,
        <http://lexvo.org/id/term/yue/%E7%90%A2>,
        "琢"^^xsd:string ;
    rdfs:comment "polish jade; cut jade"@en .

<http://lexvo.org/id/char/7423> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%90%A3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C4%9Bi>,
        "琣"^^xsd:string .

<http://lexvo.org/id/char/7424> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%90%A4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C4%93ng>,
        <http://lexvo.org/id/term/kor/%E7%90%A4>,
        <http://lexvo.org/id/term/kor/CAYNG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/saang1%20zaang1%20zang1>,
        <http://lexvo.org/id/term/yue/%E7%90%A4>,
        "琤"^^xsd:string ;
    rdfs:comment "jade of jade being; tinkle"@en .

<http://lexvo.org/id/char/7425> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%90%A5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C7%94>,
        <http://lexvo.org/id/term/kor/%E7%90%A5>,
        <http://lexvo.org/id/term/kor/HO>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fu2>,
        <http://lexvo.org/id/term/yue/%E7%90%A5>,
        "琥"^^xsd:string ;
    rdfs:comment "jewel in shape of tiger; amber"@en .

<http://lexvo.org/id/char/7426> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%90%A6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C3%AD>,
        <http://lexvo.org/id/term/kor/%E7%90%A6>,
        <http://lexvo.org/id/term/kor/KI>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kei4>,
        <http://lexvo.org/id/term/yue/%E7%90%A6>,
        "琦"^^xsd:string ;
    rdfs:comment "gem, precious stone, jade"@en .

<http://lexvo.org/id/char/7427> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C3%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%90%A7>,
        "琧"^^xsd:string .

<http://lexvo.org/id/char/7428> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%90%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C5%ABn>,
        <http://lexvo.org/id/term/kor/%E7%90%A8>,
        <http://lexvo.org/id/term/kor/KON>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gwan1>,
        <http://lexvo.org/id/term/yue/%E7%90%A8>,
        "琨"^^xsd:string ;
    rdfs:comment "beautiful jade, precious stones"@en .

<http://lexvo.org/id/char/7429> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%90%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C4%81ng>,
        "琩"^^xsd:string .

<http://lexvo.org/id/char/742A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%90%AA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C3%AD>,
        <http://lexvo.org/id/term/kor/%E7%90%AA>,
        <http://lexvo.org/id/term/kor/KI>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kei4>,
        <http://lexvo.org/id/term/yue/%E7%90%AA>,
        "琪"^^xsd:string ;
    rdfs:comment "type of jade"@en .

<http://lexvo.org/id/char/742B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%90%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C4%9Bng>,
        <http://lexvo.org/id/term/kor/%E7%90%AB>,
        <http://lexvo.org/id/term/kor/PONG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bung2%20fung2%20pung2>,
        <http://lexvo.org/id/term/yue/%E7%90%AB>,
        "琫"^^xsd:string ;
    rdfs:comment "ornament"@en .

<http://lexvo.org/id/char/742C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%90%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C7%8En>,
        <http://lexvo.org/id/term/kor/%E7%90%AC>,
        <http://lexvo.org/id/term/kor/WAN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jyun2>,
        <http://lexvo.org/id/term/yue/%E7%90%AC>,
        "琬"^^xsd:string ;
    rdfs:comment "the virtue of a gentleman; jade"@en .

<http://lexvo.org/id/char/742D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%90%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/luk6>,
        <http://lexvo.org/id/term/yue/%E7%90%AD>,
        "琭"^^xsd:string ;
    rdfs:comment "jade like stone"@en .

<http://lexvo.org/id/char/742E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%90%AE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C3%B3ng>,
        <http://lexvo.org/id/term/kor/%E7%90%AE>,
        <http://lexvo.org/id/term/kor/CONG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cung4>,
        <http://lexvo.org/id/term/yue/%E7%90%AE>,
        "琮"^^xsd:string ;
    rdfs:comment "octagonal piece of jade with hole in middle"@en .

<http://lexvo.org/id/char/742F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%90%AF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/gu%C7%8En>,
        <http://lexvo.org/id/term/kor/%E7%90%AF>,
        <http://lexvo.org/id/term/kor/KWAN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gun2>,
        <http://lexvo.org/id/term/yue/%E7%90%AF>,
        "琯"^^xsd:string ;
    rdfs:comment "a jade tube used as an instrument"@en .

<http://lexvo.org/id/char/7430> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%90%B0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%8En>,
        <http://lexvo.org/id/term/kor/%E7%90%B0>,
        <http://lexvo.org/id/term/kor/YEM>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jim5>,
        <http://lexvo.org/id/term/yue/%E7%90%B0>,
        "琰"^^xsd:string ;
    rdfs:comment "jewel, gem; glitter of gems"@en .

<http://lexvo.org/id/char/7431> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%90%B1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/di%C4%81o>,
        <http://lexvo.org/id/term/kor/%E7%90%B1>,
        <http://lexvo.org/id/term/kor/CO>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/diu1>,
        <http://lexvo.org/id/term/yue/%E7%90%B1>,
        "琱"^^xsd:string ;
    rdfs:comment "engrave, inlay, carve; exhaust"@en .

<http://lexvo.org/id/char/7432> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%90%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%A8i>,
        <http://lexvo.org/id/term/kor/%E7%90%B2>,
        <http://lexvo.org/id/term/kor/PAY>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/pui3%20pui5>,
        <http://lexvo.org/id/term/yue/%E7%90%B2>,
        "琲"^^xsd:string ;
    rdfs:comment "necklace"@en .

<http://lexvo.org/id/char/7433> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%90%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%ADn>,
        <http://lexvo.org/id/term/kor/%E7%90%B3>,
        <http://lexvo.org/id/term/kor/LIM>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lam4>,
        <http://lexvo.org/id/term/yue/%E7%90%B3>,
        "琳"^^xsd:string ;
    rdfs:comment "beautiful jade, gem"@en .

<http://lexvo.org/id/char/7434> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%90%B4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C3%ADn>,
        <http://lexvo.org/id/term/kor/%E7%90%B4>,
        <http://lexvo.org/id/term/kor/KUM>,
        <http://lexvo.org/id/term/vie/c%E1%BA%A7m>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kam4>,
        <http://lexvo.org/id/term/yue/%E7%90%B4>,
        "琴"^^xsd:string ;
    rdfs:comment "Chinese lute or guitar"@en .

<http://lexvo.org/id/char/7435> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%90%B5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%AD>,
        <http://lexvo.org/id/term/kor/%E7%90%B5>,
        <http://lexvo.org/id/term/kor/PI>,
        <http://lexvo.org/id/term/vie/t%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/pei4>,
        <http://lexvo.org/id/term/yue/%E7%90%B5>,
        "琵"^^xsd:string ;
    rdfs:comment "guitar-like instrument"@en .

<http://lexvo.org/id/char/7436> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%90%B6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%A1>,
        <http://lexvo.org/id/term/kor/%E7%90%B6>,
        <http://lexvo.org/id/term/kor/PHA>,
        <http://lexvo.org/id/term/vie/b%C3%A0>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/paa4>,
        <http://lexvo.org/id/term/yue/%E7%90%B6>,
        "琶"^^xsd:string ;
    rdfs:comment "guitar-like instrument"@en .

<http://lexvo.org/id/char/7437> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%90%B7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qu%C3%A8>,
        "琷"^^xsd:string .

<http://lexvo.org/id/char/7438> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%90%B8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zhu%C3%B3>,
        <http://lexvo.org/id/term/kor/%E7%90%B8>,
        <http://lexvo.org/id/term/kor/THAK>,
        "琸"^^xsd:string .

<http://lexvo.org/id/char/7439> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%90%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C3%ADn>,
        "琹"^^xsd:string .

<http://lexvo.org/id/char/743A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%90%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%A0>,
        <http://lexvo.org/id/term/kor/%E7%90%BA>,
        <http://lexvo.org/id/term/kor/PEP>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/faat3>,
        <http://lexvo.org/id/term/yue/%E7%90%BA>,
        "琺"^^xsd:string ;
    rdfs:comment "enamel, cloissoné"@en .

<http://lexvo.org/id/char/743B> a lvont:Character ;
    lvont:represents "琻"^^xsd:string .

<http://lexvo.org/id/char/743C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%90%BC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C3%B3ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/king4>,
        <http://lexvo.org/id/term/yue/%E7%90%BC>,
        "琼"^^xsd:string ;
    rdfs:comment "jade; rare, precious; elegant; (Cant.) to coagulate"@en .

<http://lexvo.org/id/char/743D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%90%BD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C7%94>,
        "琽"^^xsd:string .

<http://lexvo.org/id/char/743E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%90%BE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%A8>,
        "琾"^^xsd:string .

<http://lexvo.org/id/char/743F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%90%BF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%BAn%20hu%C4%AB>,
        <http://lexvo.org/id/term/kor/%E7%90%BF>,
        <http://lexvo.org/id/term/kor/HUN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wan4>,
        <http://lexvo.org/id/term/yue/%E7%90%BF>,
        "琿"^^xsd:string ;
    rdfs:comment "bright, glorious, splendid"@en .

<http://lexvo.org/id/char/7440> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%91%80>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%94>,
        <http://lexvo.org/id/term/kor/%E7%91%80>,
        <http://lexvo.org/id/term/kor/WU>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jyu5>,
        <http://lexvo.org/id/term/yue/%E7%91%80>,
        "瑀"^^xsd:string ;
    rdfs:comment "stone resembling jade; agate"@en .

<http://lexvo.org/id/char/7441> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%91%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A0o>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A0o%20m%C3%A8i>,
        <http://lexvo.org/id/term/kor/%E7%91%81>,
        <http://lexvo.org/id/term/kor/MO>,
        <http://lexvo.org/id/term/vie/c%C6%B0%E1%BB%9Di%20m%E1%BB%93i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mou6%20mui6>,
        <http://lexvo.org/id/term/yue/%E7%91%81>,
        "瑁"^^xsd:string ;
    rdfs:comment "fine piece of jade"@en .

<http://lexvo.org/id/char/7442> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%91%82>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A9i>,
        "瑂"^^xsd:string .

<http://lexvo.org/id/char/7443> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/kor/%E7%91%83>,
        <http://lexvo.org/id/term/kor/CHWUN>,
        "瑃"^^xsd:string .

<http://lexvo.org/id/char/7444> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%91%84>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xu%C4%81n>,
        <http://lexvo.org/id/term/kor/%E7%91%84>,
        <http://lexvo.org/id/term/kor/SEN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/syun1>,
        <http://lexvo.org/id/term/yue/%E7%91%84>,
        "瑄"^^xsd:string ;
    rdfs:comment "a ornamental piece of jade several inches across with a hole in the center"@en .

<http://lexvo.org/id/char/7445> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%91%85>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%AD>,
        <http://lexvo.org/id/term/kor/%E7%91%85>,
        <http://lexvo.org/id/term/kor/CEY>,
        "瑅"^^xsd:string .

<http://lexvo.org/id/char/7446> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%91%86>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C4%ABng>,
        <http://lexvo.org/id/term/kor/%E7%91%86>,
        <http://lexvo.org/id/term/kor/SENG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sing1>,
        <http://lexvo.org/id/term/yue/%E7%91%86>,
        "瑆"^^xsd:string .

<http://lexvo.org/id/char/7447> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%91%87>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%A0i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/doi6>,
        <http://lexvo.org/id/term/yue/%E7%91%87>,
        "瑇"^^xsd:string ;
    rdfs:comment "tortoise shell"@en .

<http://lexvo.org/id/char/7448> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%91%88>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/r%C3%B3u>,
        "瑈"^^xsd:string .

<http://lexvo.org/id/char/7449> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%91%89>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%ADn>,
        "瑉"^^xsd:string .

<http://lexvo.org/id/char/744A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%91%8A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C4%81n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C4%93n%20ji%C4%81n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zam1>,
        <http://lexvo.org/id/term/yue/%E7%91%8A>,
        "瑊"^^xsd:string .

<http://lexvo.org/id/char/744B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%91%8B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C4%9Bi>,
        <http://lexvo.org/id/term/kor/%E7%91%8B>,
        <http://lexvo.org/id/term/kor/WI>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wai4%20wai5>,
        <http://lexvo.org/id/term/yue/%E7%91%8B>,
        "瑋"^^xsd:string ;
    rdfs:comment "type of jade; rare, valuable"@en .

<http://lexvo.org/id/char/744C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%91%8C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ru%C7%8En>,
        "瑌"^^xsd:string ;
    rdfs:comment "a white opaque quartz used for ornaments"@en .

<http://lexvo.org/id/char/744D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%91%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%A0n>,
        "瑍"^^xsd:string .

<http://lexvo.org/id/char/744E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%91%8E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C4%93>,
        <http://lexvo.org/id/term/kor/%E7%91%8E>,
        <http://lexvo.org/id/term/kor/HAY>,
        "瑎"^^xsd:string .

<http://lexvo.org/id/char/744F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%91%8F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/chu%C4%81n>,
        "瑏"^^xsd:string .

<http://lexvo.org/id/char/7450> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%91%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C7%8En>,
        "瑐"^^xsd:string .

<http://lexvo.org/id/char/7451> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%91%91>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zhu%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/syun6>,
        <http://lexvo.org/id/term/yue/%E7%91%91>,
        "瑑"^^xsd:string ;
    rdfs:comment "carve, engrave, cut out, sculpt"@en .

<http://lexvo.org/id/char/7452> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%91%92>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%A0ng%201336.031%3Ay%C3%A1ng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A1ng%20ch%C3%A0ng%20d%C3%A0ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/coeng3%20dong6%20joeng4>,
        <http://lexvo.org/id/term/yue/%E7%91%92>,
        "瑒"^^xsd:string .

<http://lexvo.org/id/char/7453> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%91%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C3%A0n>,
        "瑓"^^xsd:string .

<http://lexvo.org/id/char/7454> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%91%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qu%C3%A1n>,
        "瑔"^^xsd:string .

<http://lexvo.org/id/char/7455> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%91%95>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A1>,
        <http://lexvo.org/id/term/kor/%E7%91%95>,
        <http://lexvo.org/id/term/kor/HA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/haa4>,
        <http://lexvo.org/id/term/yue/%E7%91%95>,
        "瑕"^^xsd:string ;
    rdfs:comment "flaw in gem; fault, defect"@en .

<http://lexvo.org/id/char/7456> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%91%96>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/du%C3%A0n>,
        "瑖"^^xsd:string .

<http://lexvo.org/id/char/7457> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%91%97>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/yu%C3%A0n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/yu%C3%A0n%20hu%C3%A1n>,
        <http://lexvo.org/id/term/kor/%E7%91%97>,
        <http://lexvo.org/id/term/kor/WEN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jyun6>,
        <http://lexvo.org/id/term/yue/%E7%91%97>,
        "瑗"^^xsd:string ;
    rdfs:comment "large ring of fine jade"@en .

<http://lexvo.org/id/char/7458> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%91%98>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A9>,
        "瑘"^^xsd:string .

<http://lexvo.org/id/char/7459> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%91%99>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C7%8Eo>,
        <http://lexvo.org/id/term/kor/%E7%91%99>,
        <http://lexvo.org/id/term/kor/NO>,
        <http://lexvo.org/id/term/vie/n%C3%A3o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/nou5>,
        <http://lexvo.org/id/term/yue/%E7%91%99>,
        "瑙"^^xsd:string ;
    rdfs:comment "agate; cornelian"@en .

<http://lexvo.org/id/char/745A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%91%9A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%BA>,
        <http://lexvo.org/id/term/kor/%E7%91%9A>,
        <http://lexvo.org/id/term/kor/HO>,
        <http://lexvo.org/id/term/vie/h%C3%B4>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wu4>,
        <http://lexvo.org/id/term/yue/%E7%91%9A>,
        "瑚"^^xsd:string ;
    rdfs:comment "coral; person of virtue"@en .

<http://lexvo.org/id/char/745B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%91%9B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C4%ABng>,
        <http://lexvo.org/id/term/kor/%E7%91%9B>,
        <http://lexvo.org/id/term/kor/YENG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jing1>,
        <http://lexvo.org/id/term/yue/%E7%91%9B>,
        "瑛"^^xsd:string ;
    rdfs:comment "luster of gem; crystal"@en .

<http://lexvo.org/id/char/745C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%91%9C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%BA>,
        <http://lexvo.org/id/term/kor/%E7%91%9C>,
        <http://lexvo.org/id/term/kor/YU>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jyu4>,
        <http://lexvo.org/id/term/yue/%E7%91%9C>,
        "瑜"^^xsd:string ;
    rdfs:comment "flawless gem or jewel"@en .

<http://lexvo.org/id/char/745D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%91%9D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%A1ng>,
        <http://lexvo.org/id/term/kor/%E7%91%9D>,
        <http://lexvo.org/id/term/kor/HWANG>,
        "瑝"^^xsd:string .

<http://lexvo.org/id/char/745E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%91%9E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ru%C3%AC>,
        <http://lexvo.org/id/term/kor/%E7%91%9E>,
        <http://lexvo.org/id/term/kor/SE>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/seoi6>,
        <http://lexvo.org/id/term/yue/%E7%91%9E>,
        "瑞"^^xsd:string ;
    rdfs:comment "felicitous omen; auspicious"@en .

<http://lexvo.org/id/char/745F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%91%9F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C3%A8>,
        <http://lexvo.org/id/term/kor/%E7%91%9F>,
        <http://lexvo.org/id/term/kor/SUL>,
        <http://lexvo.org/id/term/vie/s%E1%BA%AFt>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sat1>,
        <http://lexvo.org/id/term/yue/%E7%91%9F>,
        "瑟"^^xsd:string ;
    rdfs:comment "large stringed musical instrument; dignified, massive; sound of wind"@en .

<http://lexvo.org/id/char/7460> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%91%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C3%BA>,
        <http://lexvo.org/id/term/kor/%E7%91%A0>,
        <http://lexvo.org/id/term/kor/LYU>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lau4>,
        <http://lexvo.org/id/term/yue/%E7%91%A0>,
        "瑠"^^xsd:string ;
    rdfs:comment "precious stone"@en .

<http://lexvo.org/id/char/7461> a lvont:Character ;
    lvont:represents "瑡"^^xsd:string .

<http://lexvo.org/id/char/7462> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%91%A2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/r%C3%B3ng>,
        <http://lexvo.org/id/term/kor/%E7%91%A2>,
        <http://lexvo.org/id/term/kor/YONG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jung4>,
        <http://lexvo.org/id/term/yue/%E7%91%A2>,
        "瑢"^^xsd:string ;
    rdfs:comment "gem ornaments for belts"@en .

<http://lexvo.org/id/char/7463> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%91%A3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/su%C7%92>,
        <http://lexvo.org/id/term/kor/%E7%91%A3>,
        <http://lexvo.org/id/term/kor/SWAY>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/so2>,
        <http://lexvo.org/id/term/yue/%E7%91%A3>,
        "瑣"^^xsd:string ;
    rdfs:comment "fragments; trifling, petty; troublesome"@en .

<http://lexvo.org/id/char/7464> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%91%A4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A1o>,
        <http://lexvo.org/id/term/kor/%E7%91%A4>,
        <http://lexvo.org/id/term/kor/YO>,
        <http://lexvo.org/id/term/vie/r%C6%A1m%20dao>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jiu4>,
        <http://lexvo.org/id/term/yue/%E7%91%A4>,
        "瑤"^^xsd:string ;
    rdfs:comment "precious jade"@en .

<http://lexvo.org/id/char/7465> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%91%A5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C4%93n>,
        <http://lexvo.org/id/term/kor/%E7%91%A5>,
        <http://lexvo.org/id/term/kor/ON>,
        "瑥"^^xsd:string .

<http://lexvo.org/id/char/7466> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%91%A6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C5%AB>,
        "瑦"^^xsd:string .

<http://lexvo.org/id/char/7467> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%91%A7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C4%ABn>,
        "瑧"^^xsd:string .

<http://lexvo.org/id/char/7468> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%91%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%ACn>,
        <http://lexvo.org/id/term/kor/%E7%91%A8>,
        <http://lexvo.org/id/term/kor/CIN>,
        "瑨"^^xsd:string ;
    rdfs:comment "jade look alike stone"@en .

<http://lexvo.org/id/char/7469> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%91%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%ADng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%ADng%20y%C7%90ng>,
        <http://lexvo.org/id/term/kor/%E7%91%A9>,
        <http://lexvo.org/id/term/kor/HYENG%20YENG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jing4>,
        <http://lexvo.org/id/term/yue/%E7%91%A9>,
        "瑩"^^xsd:string ;
    rdfs:comment "lustre of gems; bright, lustrous"@en .

<http://lexvo.org/id/char/746A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%91%AA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C7%8E>,
        <http://lexvo.org/id/term/kor/%E7%91%AA>,
        <http://lexvo.org/id/term/kor/MA>,
        <http://lexvo.org/id/term/vie/m%C3%A3>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/maa5>,
        <http://lexvo.org/id/term/yue/%E7%91%AA>,
        "瑪"^^xsd:string ;
    rdfs:comment "agate; cornelian"@en .

<http://lexvo.org/id/char/746B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%91%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C4%81o>,
        "瑫"^^xsd:string .

<http://lexvo.org/id/char/746C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%91%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C3%BA>,
        "瑬"^^xsd:string .

<http://lexvo.org/id/char/746D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%91%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%A1ng>,
        <http://lexvo.org/id/term/kor/%E7%91%AD>,
        <http://lexvo.org/id/term/kor/TANG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tong4>,
        <http://lexvo.org/id/term/yue/%E7%91%AD>,
        "瑭"^^xsd:string ;
    rdfs:comment "a kind of jade"@en .

<http://lexvo.org/id/char/746E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%91%AE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/leot6>,
        <http://lexvo.org/id/term/yue/%E7%91%AE>,
        "瑮"^^xsd:string .

<http://lexvo.org/id/char/746F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%91%AF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%A1ng>,
        <http://lexvo.org/id/term/kor/%E7%91%AF>,
        <http://lexvo.org/id/term/kor/LANG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/long4>,
        <http://lexvo.org/id/term/yue/%E7%91%AF>,
        "瑯"^^xsd:string ;
    rdfs:comment "kind of white cornelian"@en .

<http://lexvo.org/id/char/7470> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%91%B0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/gu%C4%AB>,
        <http://lexvo.org/id/term/kor/%E7%91%B0>,
        <http://lexvo.org/id/term/kor/KOY>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gwai1%20gwai3>,
        <http://lexvo.org/id/term/yue/%E7%91%B0>,
        "瑰"^^xsd:string ;
    rdfs:comment "extraordinary, fabulous; rose"@en .

<http://lexvo.org/id/char/7471> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%91%B1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ti%C3%A0n%20zh%C3%A8n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%A8n>,
        <http://lexvo.org/id/term/kor/%E7%91%B1>,
        <http://lexvo.org/id/term/kor/CEN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tin3%20zan3>,
        <http://lexvo.org/id/term/yue/%E7%91%B1>,
        "瑱"^^xsd:string ;
    rdfs:comment "a gem used as ear plug; a jade earring"@en .

<http://lexvo.org/id/char/7472> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%91%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C4%81ng>,
        <http://lexvo.org/id/term/kor/%E7%91%B2>,
        <http://lexvo.org/id/term/kor/CHANG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/coeng1>,
        <http://lexvo.org/id/term/yue/%E7%91%B2>,
        "瑲"^^xsd:string ;
    rdfs:comment "tinkling sound tinkling of pendant gems"@en .

<http://lexvo.org/id/char/7473> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%91%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/cu%C7%92%20cu%C5%8D>,
        <http://lexvo.org/id/term/kor/%E7%91%B3>,
        <http://lexvo.org/id/term/kor/CHA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/co1>,
        <http://lexvo.org/id/term/yue/%E7%91%B3>,
        "瑳"^^xsd:string ;
    rdfs:comment "luster of gem; lustrous, bright"@en .

<http://lexvo.org/id/char/7474> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%91%B4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ju%C3%A9>,
        "瑴"^^xsd:string ;
    rdfs:comment "twin gems"@en .

<http://lexvo.org/id/char/7475> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%91%B5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C7%8Eo>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zaau2>,
        <http://lexvo.org/id/term/yue/%E7%91%B5>,
        "瑵"^^xsd:string .

<http://lexvo.org/id/char/7476> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%91%B6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A1o>,
        <http://lexvo.org/id/term/kor/%E7%91%B6>,
        <http://lexvo.org/id/term/kor/YO>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jiu4>,
        <http://lexvo.org/id/term/yue/%E7%91%B6>,
        "瑶"^^xsd:string ;
    rdfs:comment "precious jade"@en .

<http://lexvo.org/id/char/7477> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C3%A0i>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%91%B7>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/oi3>,
        <http://lexvo.org/id/term/yue/%E7%91%B7>,
        "瑷"^^xsd:string ;
    rdfs:comment "fine quality jade"@en .

<http://lexvo.org/id/char/7478> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%91%B8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C4%ABn>,
        "瑸"^^xsd:string .

<http://lexvo.org/id/char/7479> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%91%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%BA>,
        "瑹"^^xsd:string .

<http://lexvo.org/id/char/747A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%91%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%A1ng>,
        "瑺"^^xsd:string .

<http://lexvo.org/id/char/747B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%91%BB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C5%ABn>,
        "瑻"^^xsd:string .

<http://lexvo.org/id/char/747C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%91%BC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zhu%C4%81n>,
        "瑼"^^xsd:string .

<http://lexvo.org/id/char/747D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%91%BD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C5%8Dng>,
        <http://lexvo.org/id/term/kor/%E7%91%BD>,
        <http://lexvo.org/id/term/kor/CONG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cung1%20cung4>,
        <http://lexvo.org/id/term/yue/%E7%91%BD>,
        "瑽"^^xsd:string ;
    rdfs:comment "tinkling of jade pendants"@en .

<http://lexvo.org/id/char/747E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%91%BE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C7%90n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C7%90n%20j%C3%ACn>,
        <http://lexvo.org/id/term/kor/%E7%91%BE>,
        <http://lexvo.org/id/term/kor/KUN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gan2>,
        <http://lexvo.org/id/term/yue/%E7%91%BE>,
        "瑾"^^xsd:string ;
    rdfs:comment "brilliance of gems; fine jade"@en .

<http://lexvo.org/id/char/747F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%91%BF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C4%AB>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ji1>,
        <http://lexvo.org/id/term/yue/%E7%91%BF>,
        "瑿"^^xsd:string ;
    rdfs:comment "a black stone like jade; jet"@en .

<http://lexvo.org/id/char/7480> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%92%80>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/cu%C7%90>,
        <http://lexvo.org/id/term/kor/%E7%92%80>,
        <http://lexvo.org/id/term/kor/CHOY>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ceoi1%20ceoi2>,
        <http://lexvo.org/id/term/yue/%E7%92%80>,
        "璀"^^xsd:string ;
    rdfs:comment "lustre of gems; glitter; shine"@en .

<http://lexvo.org/id/char/7481> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%92%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C5%8Dng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cung1>,
        <http://lexvo.org/id/term/yue/%E7%92%81>,
        "璁"^^xsd:string ;
    rdfs:comment "turquoise"@en .

<http://lexvo.org/id/char/7482> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%92%82>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C3%AD>,
        <http://lexvo.org/id/term/kor/%E7%92%82>,
        <http://lexvo.org/id/term/kor/KI>,
        "璂"^^xsd:string ;
    rdfs:comment "jade ornament"@en .

<http://lexvo.org/id/char/7483> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%92%83>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%AD%20li>,
        <http://lexvo.org/id/term/kor/%E7%92%83>,
        <http://lexvo.org/id/term/kor/LI>,
        <http://lexvo.org/id/term/vie/r%E1%BA%BF%20li>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lei4>,
        <http://lexvo.org/id/term/yue/%E7%92%83>,
        "璃"^^xsd:string ;
    rdfs:comment "glass"@en .

<http://lexvo.org/id/char/7484> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%92%84>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%90ng>,
        "璄"^^xsd:string .

<http://lexvo.org/id/char/7485> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%92%85>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/su%C7%92>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/so2%20zou2>,
        <http://lexvo.org/id/term/yue/%E7%92%85>,
        "璅"^^xsd:string ;
    rdfs:comment "gem"@en .

<http://lexvo.org/id/char/7486> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%92%86>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C3%BA>,
        <http://lexvo.org/id/term/kor/%E7%92%86>,
        <http://lexvo.org/id/term/kor/KWU>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kau4>,
        <http://lexvo.org/id/term/yue/%E7%92%86>,
        "璆"^^xsd:string ;
    rdfs:comment "beautiful jade; tinkle"@en .

<http://lexvo.org/id/char/7487> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%92%87>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xu%C3%A1n>,
        <http://lexvo.org/id/term/kor/%E7%92%87>,
        <http://lexvo.org/id/term/kor/SEN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/syun4>,
        <http://lexvo.org/id/term/yue/%E7%92%87>,
        "璇"^^xsd:string ;
    rdfs:comment "beautiful jade; star"@en .

<http://lexvo.org/id/char/7488> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C3%A1o>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%92%88>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ngou4%20ngou6>,
        <http://lexvo.org/id/term/yue/%E7%92%88>,
        "璈"^^xsd:string ;
    rdfs:comment "ancient musical instrument"@en .

<http://lexvo.org/id/char/7489> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%92%89>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C3%A1n%20li%C7%8En>,
        <http://lexvo.org/id/term/kor/%E7%92%89>,
        <http://lexvo.org/id/term/kor/LYEN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lin4%20lin5>,
        <http://lexvo.org/id/term/yue/%E7%92%89>,
        "璉"^^xsd:string ;
    rdfs:comment "a vessel used hold grain offerings"@en .

<http://lexvo.org/id/char/748A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%92%8A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A9n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A9n%20m%C3%A1n>,
        <http://lexvo.org/id/term/kor/%E7%92%8A>,
        <http://lexvo.org/id/term/kor/MWUN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mun4>,
        <http://lexvo.org/id/term/yue/%E7%92%8A>,
        "璊"^^xsd:string ;
    rdfs:comment "reddish"@en .

<http://lexvo.org/id/char/748B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%92%8B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C4%81ng>,
        <http://lexvo.org/id/term/kor/%E7%92%8B>,
        <http://lexvo.org/id/term/kor/CANG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zoeng1>,
        <http://lexvo.org/id/term/yue/%E7%92%8B>,
        "璋"^^xsd:string ;
    rdfs:comment "jade plaything; jade ornament"@en .

<http://lexvo.org/id/char/748C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%92%8C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%ADn>,
        "璌"^^xsd:string .

<http://lexvo.org/id/char/748D> a lvont:Character ;
    lvont:represents "璍"^^xsd:string .

<http://lexvo.org/id/char/748E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%92%8E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C4%ABng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jing1>,
        <http://lexvo.org/id/term/yue/%E7%92%8E>,
        "璎"^^xsd:string ;
    rdfs:comment "a necklace made of precious stones"@en .

<http://lexvo.org/id/char/748F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%92%8F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%AC>,
        "璏"^^xsd:string .

<http://lexvo.org/id/char/7490> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%92%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lou6>,
        <http://lexvo.org/id/term/yue/%E7%92%90>,
        "璐"^^xsd:string ;
    rdfs:comment "beautiful variety of jade"@en .

<http://lexvo.org/id/char/7491> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%92%91>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C3%BA>,
        "璑"^^xsd:string .

<http://lexvo.org/id/char/7492> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%92%92>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C4%93ng>,
        "璒"^^xsd:string .

<http://lexvo.org/id/char/7493> a lvont:Character ;
    lvont:represents "璓"^^xsd:string .

<http://lexvo.org/id/char/7494> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%92%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C4%93ng>,
        "璔"^^xsd:string .

<http://lexvo.org/id/char/7495> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%92%95>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C3%BAn>,
        "璕"^^xsd:string .

<http://lexvo.org/id/char/7496> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%92%96>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C3%BA>,
        "璖"^^xsd:string .

<http://lexvo.org/id/char/7497> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%92%97>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%A0ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dong6>,
        <http://lexvo.org/id/term/yue/%E7%92%97>,
        "璗"^^xsd:string .

<http://lexvo.org/id/char/7498> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%92%98>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%ADn>,
        <http://lexvo.org/id/term/kor/%E7%92%98>,
        <http://lexvo.org/id/term/kor/LIN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/leon4>,
        <http://lexvo.org/id/term/yue/%E7%92%98>,
        "璘"^^xsd:string ;
    rdfs:comment "luster of jade"@en .

<http://lexvo.org/id/char/7499> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%92%99>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C3%A1o>,
        "璙"^^xsd:string .

<http://lexvo.org/id/char/749A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%92%9A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C3%B3ng%20ju%C3%A9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ging4%20king4>,
        <http://lexvo.org/id/term/yue/%E7%92%9A>,
        "璚"^^xsd:string ;
    rdfs:comment "splendid"@en .

<http://lexvo.org/id/char/749B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%92%9B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C3%B9>,
        "璛"^^xsd:string .

<http://lexvo.org/id/char/749C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%92%9C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%A1ng>,
        <http://lexvo.org/id/term/kor/%E7%92%9C>,
        <http://lexvo.org/id/term/kor/HWANG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wong4>,
        <http://lexvo.org/id/term/yue/%E7%92%9C>,
        "璜"^^xsd:string ;
    rdfs:comment "a semicircular jade ornament used as a pendant"@en .

<http://lexvo.org/id/char/749D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%92%9D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/gu%C4%AB>,
        <http://lexvo.org/id/term/kor/%E7%92%9D>,
        <http://lexvo.org/id/term/kor/KOY>,
        "璝"^^xsd:string .

<http://lexvo.org/id/char/749E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%92%9E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%BA>,
        <http://lexvo.org/id/term/kor/%E7%92%9E>,
        <http://lexvo.org/id/term/kor/PAK>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/pok3>,
        <http://lexvo.org/id/term/yue/%E7%92%9E>,
        "璞"^^xsd:string ;
    rdfs:comment "unpolished gem, uncarved gem"@en .

<http://lexvo.org/id/char/749F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%92%9F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C7%90ng>,
        <http://lexvo.org/id/term/kor/%E7%92%9F>,
        <http://lexvo.org/id/term/kor/KYENG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ging2>,
        <http://lexvo.org/id/term/yue/%E7%92%9F>,
        "璟"^^xsd:string ;
    rdfs:comment "luster of gem"@en .

<http://lexvo.org/id/char/74A0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%92%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/faan4>,
        <http://lexvo.org/id/term/yue/%E7%92%A0>,
        "璠"^^xsd:string ;
    rdfs:comment "a piece of precious jade"@en .

<http://lexvo.org/id/char/74A1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%92%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%ACn>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%ACn%20j%C4%ABn>,
        <http://lexvo.org/id/term/kor/%E7%92%A1>,
        <http://lexvo.org/id/term/kor/CIN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zeon3>,
        <http://lexvo.org/id/term/yue/%E7%92%A1>,
        "璡"^^xsd:string ;
    rdfs:comment "jade look alike stone"@en .

<http://lexvo.org/id/char/74A2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%92%A2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C3%BA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lau4>,
        <http://lexvo.org/id/term/yue/%E7%92%A2>,
        "璢"^^xsd:string ;
    rdfs:comment "precious stone"@en .

<http://lexvo.org/id/char/74A3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%92%A3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C4%AB>,
        <http://lexvo.org/id/term/kor/%E7%92%A3>,
        <http://lexvo.org/id/term/kor/KI>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gei1>,
        <http://lexvo.org/id/term/yue/%E7%92%A3>,
        "璣"^^xsd:string ;
    rdfs:comment "pearl that is not quite round"@en .

<http://lexvo.org/id/char/74A4> a lvont:Character ;
    lvont:represents "璤"^^xsd:string .

<http://lexvo.org/id/char/74A5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%92%A5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C7%90ng>,
        <http://lexvo.org/id/term/kor/%E7%92%A5>,
        <http://lexvo.org/id/term/kor/KYENG>,
        "璥"^^xsd:string ;
    rdfs:comment "a kind of jade"@en .

<http://lexvo.org/id/char/74A6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C3%A0i>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%92%A6>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ngoi3%20oi3>,
        <http://lexvo.org/id/term/yue/%E7%92%A6>,
        "璦"^^xsd:string ;
    rdfs:comment "fine quality jade"@en .

<http://lexvo.org/id/char/74A7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%92%A7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%AC>,
        <http://lexvo.org/id/term/kor/%E7%92%A7>,
        <http://lexvo.org/id/term/kor/PYEK>,
        <http://lexvo.org/id/term/vie/b%C3%ADch>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bik1%20bik3>,
        <http://lexvo.org/id/term/yue/%E7%92%A7>,
        "璧"^^xsd:string ;
    rdfs:comment "piece of jade with hole in it"@en .

<http://lexvo.org/id/char/74A8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%92%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E7%92%A8>,
        <http://lexvo.org/id/term/kor/CHAN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/caan3>,
        <http://lexvo.org/id/term/yue/%E7%92%A8>,
        "璨"^^xsd:string ;
    rdfs:comment "gems; luster of gems; lustrous"@en .

<http://lexvo.org/id/char/74A9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%92%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C3%BA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/keoi4>,
        <http://lexvo.org/id/term/yue/%E7%92%A9>,
        "璩"^^xsd:string ;
    rdfs:comment "jade ring; earrings; surname"@en .

<http://lexvo.org/id/char/74AA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%92%AA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C7%8Eo>,
        <http://lexvo.org/id/term/kor/%E7%92%AA>,
        <http://lexvo.org/id/term/kor/CO>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zou2>,
        <http://lexvo.org/id/term/yue/%E7%92%AA>,
        "璪"^^xsd:string ;
    rdfs:comment "pearl pendants on coronet"@en .

<http://lexvo.org/id/char/74AB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%92%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C4%81ng>,
        <http://lexvo.org/id/term/kor/%E7%92%AB>,
        <http://lexvo.org/id/term/kor/TANG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dong1>,
        <http://lexvo.org/id/term/yue/%E7%92%AB>,
        "璫"^^xsd:string ;
    rdfs:comment "pendant ornaments, earrings"@en .

<http://lexvo.org/id/char/74AC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%92%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C7%8Eo>,
        "璬"^^xsd:string .

<http://lexvo.org/id/char/74AD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%92%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C3%B9n>,
        "璭"^^xsd:string .

<http://lexvo.org/id/char/74AE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%92%AE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C7%8En>,
        "璮"^^xsd:string .

<http://lexvo.org/id/char/74AF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%92%AF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%AC>,
        "璯"^^xsd:string .

<http://lexvo.org/id/char/74B0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%92%B0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%A1n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%A1n%20hu%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E7%92%B0>,
        <http://lexvo.org/id/term/kor/HWAN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/waan4>,
        <http://lexvo.org/id/term/yue/%E7%92%B0>,
        "環"^^xsd:string ;
    rdfs:comment "jade ring or bracelet; ring"@en .

<http://lexvo.org/id/char/74B1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%92%B1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C3%A8>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sat1>,
        <http://lexvo.org/id/term/yue/%E7%92%B1>,
        "璱"^^xsd:string .

<http://lexvo.org/id/char/74B2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%92%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/su%C3%AC>,
        <http://lexvo.org/id/term/kor/%E7%92%B2>,
        <http://lexvo.org/id/term/kor/SWU>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/seoi6>,
        <http://lexvo.org/id/term/yue/%E7%92%B2>,
        "璲"^^xsd:string ;
    rdfs:comment "pendant girdle ornament"@en .

<http://lexvo.org/id/char/74B3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%92%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ti%C3%A1n>,
        "璳"^^xsd:string .

<http://lexvo.org/id/char/74B4> a lvont:Character ;
    lvont:represents "璴"^^xsd:string .

<http://lexvo.org/id/char/74B5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%92%B5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%BA>,
        <http://lexvo.org/id/term/kor/%E7%92%B5>,
        <http://lexvo.org/id/term/kor/YE>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jyu4>,
        <http://lexvo.org/id/term/yue/%E7%92%B5>,
        "璵"^^xsd:string ;
    rdfs:comment "beautiful jade"@en .

<http://lexvo.org/id/char/74B6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%92%B6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%ACn>,
        "璶"^^xsd:string .

<http://lexvo.org/id/char/74B7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%92%B7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%BA>,
        "璷"^^xsd:string .

<http://lexvo.org/id/char/74B8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%92%B8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C4%ABn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ban1>,
        <http://lexvo.org/id/term/yue/%E7%92%B8>,
        "璸"^^xsd:string ;
    rdfs:comment "jade's streaks"@en .

<http://lexvo.org/id/char/74B9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%92%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%B2u%20sh%C3%BA>,
        <http://lexvo.org/id/term/kor/%E7%92%B9>,
        <http://lexvo.org/id/term/kor/SWU>,
        "璹"^^xsd:string .

<http://lexvo.org/id/char/74BA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%92%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C3%A8n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/man6>,
        <http://lexvo.org/id/term/yue/%E7%92%BA>,
        "璺"^^xsd:string ;
    rdfs:comment "a crack, as in porcelain"@en .

<http://lexvo.org/id/char/74BB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%92%BB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zu%C7%90>,
        "璻"^^xsd:string .

<http://lexvo.org/id/char/74BC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%92%BC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%A1n>,
        "璼"^^xsd:string .

<http://lexvo.org/id/char/74BD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%92%BD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C7%90>,
        <http://lexvo.org/id/term/kor/%E7%92%BD>,
        <http://lexvo.org/id/term/kor/SAY>,
        <http://lexvo.org/id/term/vie/t%E1%BB%89>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/saai2>,
        <http://lexvo.org/id/term/yue/%E7%92%BD>,
        "璽"^^xsd:string ;
    rdfs:comment "imperial signet, royal signet"@en .

<http://lexvo.org/id/char/74BE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%92%BE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%AC>,
        "璾"^^xsd:string .

<http://lexvo.org/id/char/74BF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%92%BF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xu%C3%A1n>,
        <http://lexvo.org/id/term/kor/%E7%92%BF>,
        <http://lexvo.org/id/term/kor/SEN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/syun4>,
        <http://lexvo.org/id/term/yue/%E7%92%BF>,
        "璿"^^xsd:string ;
    rdfs:comment "fine jade"@en .

<http://lexvo.org/id/char/74C0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%93%80>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ru%C7%8En>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jyun5>,
        <http://lexvo.org/id/term/yue/%E7%93%80>,
        "瓀"^^xsd:string ;
    rdfs:comment "gem"@en .

<http://lexvo.org/id/char/74C1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%93%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%B2>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wok6>,
        <http://lexvo.org/id/term/yue/%E7%93%81>,
        "瓁"^^xsd:string .

<http://lexvo.org/id/char/74C2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%93%82>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C3%A0i>,
        "瓂"^^xsd:string .

<http://lexvo.org/id/char/74C3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%93%83>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%A9i>,
        "瓃"^^xsd:string .

<http://lexvo.org/id/char/74C4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%93%84>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%BA>,
        "瓄"^^xsd:string .

<http://lexvo.org/id/char/74C5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%93%85>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lik1>,
        <http://lexvo.org/id/term/yue/%E7%93%85>,
        "瓅"^^xsd:string .

<http://lexvo.org/id/char/74C6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%93%86>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%AD>,
        <http://lexvo.org/id/term/kor/%E7%93%86>,
        <http://lexvo.org/id/term/kor/CIL>,
        "瓆"^^xsd:string .

<http://lexvo.org/id/char/74C7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%93%87>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/r%C3%B3u>,
        "瓇"^^xsd:string .

<http://lexvo.org/id/char/74C8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%93%88>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lei4>,
        <http://lexvo.org/id/term/yue/%E7%93%88>,
        "瓈"^^xsd:string ;
    rdfs:comment "glass"@en .

<http://lexvo.org/id/char/74C9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%93%89>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C3%A0n>,
        "瓉"^^xsd:string .

<http://lexvo.org/id/char/74CA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%93%8A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C3%B3ng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C3%B3ng%20xu%C3%A1n>,
        <http://lexvo.org/id/term/kor/%E7%93%8A>,
        <http://lexvo.org/id/term/kor/KYENG>,
        <http://lexvo.org/id/term/vie/s%E1%BB%ABng%20qu%E1%BB%B3nh>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/king4>,
        <http://lexvo.org/id/term/yue/%E7%93%8A>,
        "瓊"^^xsd:string ;
    rdfs:comment "jade; rare, precious; elegant"@en .

<http://lexvo.org/id/char/74CB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%93%8B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%A9>,
        "瓋"^^xsd:string .

<http://lexvo.org/id/char/74CC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%93%8C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/gu%C4%AB>,
        "瓌"^^xsd:string ;
    rdfs:comment "extraordinary, fabulous"@en .

<http://lexvo.org/id/char/74CD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%93%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/su%C3%AC>,
        "瓍"^^xsd:string .

<http://lexvo.org/id/char/74CE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%93%8E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%A0>,
        "瓎"^^xsd:string .

<http://lexvo.org/id/char/74CF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%93%8F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%B3ng>,
        <http://lexvo.org/id/term/kor/%E7%93%8F>,
        <http://lexvo.org/id/term/kor/LYONG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lung4>,
        <http://lexvo.org/id/term/yue/%E7%93%8F>,
        "瓏"^^xsd:string ;
    rdfs:comment "a gem cut like dragon"@en .

<http://lexvo.org/id/char/74D0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%93%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%BA>,
        "瓐"^^xsd:string .

<http://lexvo.org/id/char/74D1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%93%91>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%AC>,
        "瓑"^^xsd:string .

<http://lexvo.org/id/char/74D2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%93%92>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zaan3>,
        <http://lexvo.org/id/term/yue/%E7%93%92>,
        "瓒"^^xsd:string ;
    rdfs:comment "ceremonial libation cup"@en .

<http://lexvo.org/id/char/74D3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%93%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%A0n>,
        "瓓"^^xsd:string .

<http://lexvo.org/id/char/74D4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%93%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C4%ABng>,
        <http://lexvo.org/id/term/kor/%E7%93%94>,
        <http://lexvo.org/id/term/kor/YENG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jing1>,
        <http://lexvo.org/id/term/yue/%E7%93%94>,
        "瓔"^^xsd:string ;
    rdfs:comment "a necklace made of precious stones"@en .

<http://lexvo.org/id/char/74D5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%93%95>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%AD>,
        "瓕"^^xsd:string .

<http://lexvo.org/id/char/74D6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%93%96>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C4%81ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/soeng1>,
        <http://lexvo.org/id/term/yue/%E7%93%96>,
        "瓖"^^xsd:string ;
    rdfs:comment "inlay"@en .

<http://lexvo.org/id/char/74D7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%93%97>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C4%AB>,
        "瓗"^^xsd:string .

<http://lexvo.org/id/char/74D8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%93%98>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/gu%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E7%93%98>,
        <http://lexvo.org/id/term/kor/KWAN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gun3>,
        <http://lexvo.org/id/term/yue/%E7%93%98>,
        "瓘"^^xsd:string ;
    rdfs:comment "jade"@en .

<http://lexvo.org/id/char/74D9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%93%99>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%A0o>,
        "瓙"^^xsd:string .

<http://lexvo.org/id/char/74DA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%93%9A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E7%93%9A>,
        <http://lexvo.org/id/term/kor/CHAN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zaan3>,
        <http://lexvo.org/id/term/yue/%E7%93%9A>,
        "瓚"^^xsd:string ;
    rdfs:comment "ceremonial libation cup"@en .

<http://lexvo.org/id/char/74DB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%93%9B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%A1n>,
        <http://lexvo.org/id/term/kor/%E7%93%9B>,
        <http://lexvo.org/id/term/kor/HWAN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wun4>,
        <http://lexvo.org/id/term/yue/%E7%93%9B>,
        "瓛"^^xsd:string ;
    rdfs:comment "scaptre"@en .

<http://lexvo.org/id/char/74DD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%93%9D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%B3>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bok3%20bok6>,
        <http://lexvo.org/id/term/yue/%E7%93%9D>,
        "瓝"^^xsd:string .

<http://lexvo.org/id/char/74DE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%93%9E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/di%C3%A9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dit6>,
        <http://lexvo.org/id/term/yue/%E7%93%9E>,
        "瓞"^^xsd:string ;
    rdfs:comment "young melons just forming"@en .

<http://lexvo.org/id/char/74DF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%93%9F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%A1o%20b%C3%B3>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bok6%20paau4>,
        <http://lexvo.org/id/term/yue/%E7%93%9F>,
        "瓟"^^xsd:string ;
    rdfs:comment "the bottle-gourd"@en .

<http://lexvo.org/id/char/74E0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%93%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%B9%20h%C3%BA%20hu%C3%B2%20g%C5%AB>,
        <http://lexvo.org/id/term/kor/%E7%93%A0>,
        <http://lexvo.org/id/term/kor/HO>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wok6%20wu4%20wu6>,
        <http://lexvo.org/id/term/yue/%E7%93%A0>,
        "瓠"^^xsd:string ;
    rdfs:comment "bottle gourd; calabash; pot"@en .

<http://lexvo.org/id/char/74E1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%93%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%AD>,
        "瓡"^^xsd:string .

<http://lexvo.org/id/char/74E2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%93%A2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/pi%C3%A1o>,
        <http://lexvo.org/id/term/kor/%E7%93%A2>,
        <http://lexvo.org/id/term/kor/PHYO>,
        <http://lexvo.org/id/term/vie/b%E1%BA%A7u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/piu4>,
        <http://lexvo.org/id/term/yue/%E7%93%A2>,
        "瓢"^^xsd:string ;
    rdfs:comment "ladle made from dried gourd"@en .

<http://lexvo.org/id/char/74E3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%93%A3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E7%93%A3>,
        <http://lexvo.org/id/term/kor/PHAN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/baan6%20faan6>,
        <http://lexvo.org/id/term/yue/%E7%93%A3>,
        "瓣"^^xsd:string ;
    rdfs:comment "petal; segment; valves"@en .

<http://lexvo.org/id/char/74E4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%93%A4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/r%C3%A1ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/nong4>,
        <http://lexvo.org/id/term/yue/%E7%93%A4>,
        "瓤"^^xsd:string ;
    rdfs:comment "flesh, core, pulp, pith"@en .

<http://lexvo.org/id/char/74E5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%93%A5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%AC>,
        "瓥"^^xsd:string .

<http://lexvo.org/id/char/74E7> a lvont:Character ;
    lvont:represents "瓧"^^xsd:string ;
    rdfs:comment "decagram"@en .

<http://lexvo.org/id/char/74E8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%93%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C4%81ng%20h%C3%B3ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gong1>,
        <http://lexvo.org/id/term/yue/%E7%93%A8>,
        "瓨"^^xsd:string .

<http://lexvo.org/id/char/74E9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C4%81n>,
        <http://lexvo.org/id/term/kor/%E7%93%A9>,
        <http://lexvo.org/id/term/kor/CHEN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cin1%20ngaa5>,
        <http://lexvo.org/id/term/yue/%E7%93%A9>,
        "瓩"^^xsd:string ;
    rdfs:comment "kilowatt; kilogram"@en .

<http://lexvo.org/id/char/74EA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%93%AA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C7%8En>,
        "瓪"^^xsd:string .

<http://lexvo.org/id/char/74EB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%93%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%A9n>,
        "瓫"^^xsd:string .

<http://lexvo.org/id/char/74EC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%93%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C7%8Eng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fong2%20ling4>,
        <http://lexvo.org/id/term/yue/%E7%93%AC>,
        "瓬"^^xsd:string .

<http://lexvo.org/id/char/74ED> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%93%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C7%8En>,
        "瓭"^^xsd:string .

<http://lexvo.org/id/char/74EE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%93%AE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C3%A8ng>,
        <http://lexvo.org/id/term/kor/%E7%93%AE>,
        <http://lexvo.org/id/term/kor/ONG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ung3>,
        <http://lexvo.org/id/term/yue/%E7%93%AE>,
        "瓮"^^xsd:string ;
    rdfs:comment "earthen jar; jar for ashes"@en .

<http://lexvo.org/id/char/74EF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C5%8Du>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%93%AF>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/au1>,
        <http://lexvo.org/id/term/yue/%E7%93%AF>,
        "瓯"^^xsd:string ;
    rdfs:comment "bowl, cup; small tray"@en .

<http://lexvo.org/id/char/74F0> a lvont:Character ;
    lvont:represents "瓰"^^xsd:string ;
    rdfs:comment "a decigram, one-tenth of a gram"@en .

<http://lexvo.org/id/char/74F1> a lvont:Character ;
    lvont:represents "瓱"^^xsd:string ;
    rdfs:comment "milligram"@en .

<http://lexvo.org/id/char/74F2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/kor/%E7%93%B2>,
        <http://lexvo.org/id/term/kor/THON>,
        "瓲"^^xsd:string .

<http://lexvo.org/id/char/74F3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%93%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%BA>,
        "瓳"^^xsd:string .

<http://lexvo.org/id/char/74F4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%93%B4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%ADng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ling4>,
        <http://lexvo.org/id/term/yue/%E7%93%B4>,
        "瓴"^^xsd:string ;
    rdfs:comment "concave channels of tiling a long-necked jar"@en .

<http://lexvo.org/id/char/74F5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%93%B5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%AD>,
        "瓵"^^xsd:string .

<http://lexvo.org/id/char/74F6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%93%B6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%ADng>,
        <http://lexvo.org/id/term/kor/%E7%93%B6>,
        <http://lexvo.org/id/term/kor/PYENG>,
        <http://lexvo.org/id/term/vie/b%C3%ACnh>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/peng4%20ping4>,
        <http://lexvo.org/id/term/yue/%E7%93%B6>,
        "瓶"^^xsd:string ;
    rdfs:comment "jug, pitcher, vase, jar, bottle"@en .

<http://lexvo.org/id/char/74F7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%93%B7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C3%AD>,
        <http://lexvo.org/id/term/kor/%E7%93%B7>,
        <http://lexvo.org/id/term/kor/CA>,
        <http://lexvo.org/id/term/vie/d%E1%BA%ADu%20s%E1%BB%A9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ci4>,
        <http://lexvo.org/id/term/yue/%E7%93%B7>,
        "瓷"^^xsd:string ;
    rdfs:comment "crockery, porcelain, chinaware"@en .

<http://lexvo.org/id/char/74F8> a lvont:Character ;
    lvont:represents "瓸"^^xsd:string ;
    rdfs:comment "hectogram"@en .

<http://lexvo.org/id/char/74F9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%93%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ju%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gyun1>,
        <http://lexvo.org/id/term/yue/%E7%93%B9>,
        "瓹"^^xsd:string ;
    rdfs:comment "(Cant.) to hide quickly; to dash"@en .

<http://lexvo.org/id/char/74FA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%93%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%A1ng>,
        "瓺"^^xsd:string .

<http://lexvo.org/id/char/74FB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%93%BB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C4%AB>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ci1>,
        <http://lexvo.org/id/term/yue/%E7%93%BB>,
        "瓻"^^xsd:string ;
    rdfs:comment "jar"@en .

<http://lexvo.org/id/char/74FC> a lvont:Character ;
    lvont:represents "瓼"^^xsd:string .

<http://lexvo.org/id/char/74FD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%93%BD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%A0ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dong6>,
        <http://lexvo.org/id/term/yue/%E7%93%BD>,
        "瓽"^^xsd:string .

<http://lexvo.org/id/char/74FE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%93%BE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C4%9Bng>,
        "瓾"^^xsd:string .

<http://lexvo.org/id/char/74FF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%93%BF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C7%92u%20b%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/pau2>,
        <http://lexvo.org/id/term/yue/%E7%93%BF>,
        "瓿"^^xsd:string ;
    rdfs:comment "jar, pot"@en .

<http://lexvo.org/id/char/7500> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%94%80>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zhu%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zeoi6>,
        <http://lexvo.org/id/term/yue/%E7%94%80>,
        "甀"^^xsd:string ;
    rdfs:comment "jar"@en .

<http://lexvo.org/id/char/7501> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%94%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%ADng>,
        <http://lexvo.org/id/term/kor/%E7%94%81>,
        <http://lexvo.org/id/term/kor/PYENG>,
        "甁"^^xsd:string ;
    rdfs:comment "jug"@en .

<http://lexvo.org/id/char/7502> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%94%82>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/bi%C4%81n%20pi%C4%81n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bin1%20pin1>,
        <http://lexvo.org/id/term/yue/%E7%94%82>,
        "甂"^^xsd:string ;
    rdfs:comment "(Cant.) 打甂爐, to instant-boil thin slices of meat and vegetables in a chafing dish at a dining table"@en .

<http://lexvo.org/id/char/7503> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%94%83>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%B2u>,
        <http://lexvo.org/id/term/kor/%E7%94%83>,
        <http://lexvo.org/id/term/kor/CHWU>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zau3>,
        <http://lexvo.org/id/term/yue/%E7%94%83>,
        "甃"^^xsd:string ;
    rdfs:comment "brick wall of a well"@en .

<http://lexvo.org/id/char/7504> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%94%84>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C4%93n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C4%93n%20zh%C3%A8n%20ju%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E7%94%84>,
        <http://lexvo.org/id/term/kor/KYEN%20CIN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jan1%20zan1>,
        <http://lexvo.org/id/term/yue/%E7%94%84>,
        "甄"^^xsd:string ;
    rdfs:comment "to examine, discern; to grade; a surname"@en .

<http://lexvo.org/id/char/7505> a lvont:Character ;
    lvont:represents "甅"^^xsd:string ;
    rdfs:comment "centigram"@en .

<http://lexvo.org/id/char/7506> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%94%86>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C3%AD>,
        "甆"^^xsd:string .

<http://lexvo.org/id/char/7507> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%94%87>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C4%ABng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/aang1>,
        <http://lexvo.org/id/term/yue/%E7%94%87>,
        "甇"^^xsd:string ;
    rdfs:comment "jar"@en .

<http://lexvo.org/id/char/7508> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%94%88>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hei3>,
        <http://lexvo.org/id/term/yue/%E7%94%88>,
        "甈"^^xsd:string .

<http://lexvo.org/id/char/7509> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%94%89>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A1n>,
        "甉"^^xsd:string .

<http://lexvo.org/id/char/750A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%94%8A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C7%92u>,
        "甊"^^xsd:string .

<http://lexvo.org/id/char/750B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%94%8B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dik1>,
        <http://lexvo.org/id/term/yue/%E7%94%8B>,
        "甋"^^xsd:string ;
    rdfs:comment "a jar without ears"@en .

<http://lexvo.org/id/char/750C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C5%8Du>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%C5%8Du%20%C7%92u>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%94%8C>,
        <http://lexvo.org/id/term/kor/%E7%94%8C>,
        <http://lexvo.org/id/term/kor/KWU>,
        <http://lexvo.org/id/term/vie/%C3%A2u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/au1>,
        <http://lexvo.org/id/term/yue/%E7%94%8C>,
        "甌"^^xsd:string ;
    rdfs:comment "bowl, cup; small tray"@en .

<http://lexvo.org/id/char/750D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%94%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A9ng>,
        <http://lexvo.org/id/term/kor/%E7%94%8D>,
        <http://lexvo.org/id/term/kor/MENG>,
        <http://lexvo.org/id/term/vie/m%C3%A0nh>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mang4>,
        <http://lexvo.org/id/term/yue/%E7%94%8D>,
        "甍"^^xsd:string ;
    rdfs:comment "rafters supporting roof tiles"@en .

<http://lexvo.org/id/char/750E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%94%8E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zhu%C4%81n>,
        <http://lexvo.org/id/term/kor/%E7%94%8E>,
        <http://lexvo.org/id/term/kor/CEN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zyun1>,
        <http://lexvo.org/id/term/yue/%E7%94%8E>,
        "甎"^^xsd:string ;
    rdfs:comment "brick, square tile, slab"@en .

<http://lexvo.org/id/char/750F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%94%8F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%A8ng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%A8ng%20b%C3%A8ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bong3%20paang1%20paang6>,
        <http://lexvo.org/id/term/yue/%E7%94%8F>,
        "甏"^^xsd:string ;
    rdfs:comment "a squat jar for holding wine, sauces etc."@en .

<http://lexvo.org/id/char/7510> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%94%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%ADn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/leon4>,
        <http://lexvo.org/id/term/yue/%E7%94%90>,
        "甐"^^xsd:string .

<http://lexvo.org/id/char/7511> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%94%91>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C3%A8ng>,
        <http://lexvo.org/id/term/kor/%E7%94%91>,
        <http://lexvo.org/id/term/kor/CUNG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zang6>,
        <http://lexvo.org/id/term/yue/%E7%94%91>,
        "甑"^^xsd:string ;
    rdfs:comment "boiler for steaming rice, pot"@en .

<http://lexvo.org/id/char/7512> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%94%92>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C7%94>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mou5>,
        <http://lexvo.org/id/term/yue/%E7%94%92>,
        "甒"^^xsd:string ;
    rdfs:comment "jar"@en .

<http://lexvo.org/id/char/7513> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%94%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%AC>,
        <http://lexvo.org/id/term/kor/%E7%94%93>,
        <http://lexvo.org/id/term/kor/PYEK>,
        <http://lexvo.org/id/term/vie/b%E1%BB%8Bch>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/pik1>,
        <http://lexvo.org/id/term/yue/%E7%94%93>,
        "甓"^^xsd:string ;
    rdfs:comment "glazed tiles, bricks"@en .

<http://lexvo.org/id/char/7514> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%94%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C4%81n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/daam1>,
        <http://lexvo.org/id/term/yue/%E7%94%94>,
        "甔"^^xsd:string ;
    rdfs:comment "big jar"@en .

<http://lexvo.org/id/char/7515> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%94%95>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C3%A8ng>,
        <http://lexvo.org/id/term/kor/%E7%94%95>,
        <http://lexvo.org/id/term/kor/ONG>,
        <http://lexvo.org/id/term/vie/%E1%BB%91ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ong3%20ung3>,
        <http://lexvo.org/id/term/yue/%E7%94%95>,
        "甕"^^xsd:string ;
    rdfs:comment "earthen jar; jar for ashes"@en .

<http://lexvo.org/id/char/7516> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%94%96>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C4%ABng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/aang1>,
        <http://lexvo.org/id/term/yue/%E7%94%96>,
        "甖"^^xsd:string ;
    rdfs:comment "a pot, pitcher; a small-mouthed clay vessel"@en .

<http://lexvo.org/id/char/7517> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%94%97>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%8En>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jin5>,
        <http://lexvo.org/id/term/yue/%E7%94%97>,
        "甗"^^xsd:string ;
    rdfs:comment "earthenware vessel in two parts"@en .

<http://lexvo.org/id/char/7519> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%94%99>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%A0i>,
        "甙"^^xsd:string ;
    rdfs:comment "sugar product"@en .

<http://lexvo.org/id/char/751A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%94%9A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%A9n%201022.010%3Ash%C3%A8n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%A9n%20sh%C3%AD%20sh%C3%A8n>,
        <http://lexvo.org/id/term/kor/%E7%94%9A>,
        <http://lexvo.org/id/term/kor/SIM>,
        <http://lexvo.org/id/term/vie/th%E1%BA%ADm>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sam6%20sap6>,
        <http://lexvo.org/id/term/yue/%E7%94%9A>,
        "甚"^^xsd:string ;
    rdfs:comment "great extent; considerably"@en .

<http://lexvo.org/id/char/751B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%94%9B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ti%C3%A1n>,
        <http://lexvo.org/id/term/kor/%E7%94%9B>,
        <http://lexvo.org/id/term/kor/CHEM>,
        "甛"^^xsd:string ;
    rdfs:comment "sweet, sweetness"@en .

<http://lexvo.org/id/char/751C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%94%9C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ti%C3%A1n>,
        <http://lexvo.org/id/term/kor/%E7%94%9C>,
        <http://lexvo.org/id/term/kor/CHEM>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tim4>,
        <http://lexvo.org/id/term/yue/%E7%94%9C>,
        "甜"^^xsd:string ;
    rdfs:comment "sweet, sweetness"@en .

<http://lexvo.org/id/char/751D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%94%9D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C4%81n%20h%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hon4>,
        <http://lexvo.org/id/term/yue/%E7%94%9D>,
        "甝"^^xsd:string .

<http://lexvo.org/id/char/751E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%94%9E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%A1ng>,
        <http://lexvo.org/id/term/kor/%E7%94%9E>,
        <http://lexvo.org/id/term/kor/SANG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/soeng4>,
        <http://lexvo.org/id/term/yue/%E7%94%9E>,
        "甞"^^xsd:string ;
    rdfs:comment "taste; experience, experiment"@en .

<http://lexvo.org/id/char/7520> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%94%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C3%ADng>,
        "甠"^^xsd:string .

<http://lexvo.org/id/char/7521> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%94%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C4%93n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C4%93n%20sh%C4%93ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/san1>,
        <http://lexvo.org/id/term/yue/%E7%94%A1>,
        "甡"^^xsd:string ;
    rdfs:comment "abundant, numerous; crowd"@en .

<http://lexvo.org/id/char/7522> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%94%A2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C7%8En>,
        <http://lexvo.org/id/term/kor/%E7%94%A2>,
        <http://lexvo.org/id/term/kor/SAN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/caan2>,
        <http://lexvo.org/id/term/yue/%E7%94%A2>,
        "產"^^xsd:string ;
    rdfs:comment "give birth, bring forth, produce"@en .

<http://lexvo.org/id/char/7523> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%94%A3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C7%8En>,
        <http://lexvo.org/id/term/kor/%E7%94%A3>,
        <http://lexvo.org/id/term/kor/SAN>,
        <http://lexvo.org/id/term/vie/s%E1%BA%A3n>,
        "産"^^xsd:string ;
    rdfs:comment "give birth"@en .

<http://lexvo.org/id/char/7524> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%94%A4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ru%C3%AD>,
        "甤"^^xsd:string ;
    rdfs:comment "drooping leaves; fringe soft, delicate"@en .

<http://lexvo.org/id/char/7525> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%94%A5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C4%93ng>,
        <http://lexvo.org/id/term/kor/%E7%94%A5>,
        <http://lexvo.org/id/term/kor/SAYNG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/saang1%20sang1>,
        <http://lexvo.org/id/term/yue/%E7%94%A5>,
        "甥"^^xsd:string ;
    rdfs:comment "sister's child"@en .

<http://lexvo.org/id/char/7526> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%94%A6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C5%AB>,
        <http://lexvo.org/id/term/kor/%E7%94%A6>,
        <http://lexvo.org/id/term/kor/SO>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sou1>,
        <http://lexvo.org/id/term/yue/%E7%94%A6>,
        "甦"^^xsd:string ;
    rdfs:comment "be reborn; resuscitate, revive"@en .

<http://lexvo.org/id/char/7527> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%94%A7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C4%93n>,
        "甧"^^xsd:string .

<http://lexvo.org/id/char/752A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%94%AA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/luk6>,
        <http://lexvo.org/id/term/yue/%E7%94%AA>,
        "甪"^^xsd:string ;
    rdfs:comment "to loose, take off, get rid of"@en .

<http://lexvo.org/id/char/752B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%94%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C7%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C7%94%20p%C3%B9%20p%C7%94>,
        <http://lexvo.org/id/term/kor/%E7%94%AB>,
        <http://lexvo.org/id/term/kor/PO>,
        <http://lexvo.org/id/term/vie/ph%E1%BB%A7>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fu2%20pou2%20pou3>,
        <http://lexvo.org/id/term/yue/%E7%94%AB>,
        "甫"^^xsd:string ;
    rdfs:comment "begin; man, father; great; a distance of ten li"@en .

<http://lexvo.org/id/char/752C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%94%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%92ng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%92ng%20d%C3%B2ng>,
        <http://lexvo.org/id/term/kor/%E7%94%AC>,
        <http://lexvo.org/id/term/kor/YONG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jung2>,
        <http://lexvo.org/id/term/yue/%E7%94%AC>,
        "甬"^^xsd:string ;
    rdfs:comment "path; river in Ningbo; Ningbo"@en .

<http://lexvo.org/id/char/752D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%94%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%A9ng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%A9ng%20q%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bang2>,
        <http://lexvo.org/id/term/yue/%E7%94%AD>,
        "甭"^^xsd:string ;
    rdfs:comment "there is no need"@en .

<http://lexvo.org/id/char/752E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%94%AE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%A8ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fung6>,
        <http://lexvo.org/id/term/yue/%E7%94%AE>,
        "甮"^^xsd:string .

<http://lexvo.org/id/char/752F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%94%AF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C3%ADng%200836.022%3An%C3%ACng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C3%ADng%20n%C3%ACng>,
        <http://lexvo.org/id/term/kor/%E7%94%AF>,
        <http://lexvo.org/id/term/kor/NYENG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ning4%20ning6>,
        <http://lexvo.org/id/term/yue/%E7%94%AF>,
        "甯"^^xsd:string ;
    rdfs:comment "peaceful"@en .

<http://lexvo.org/id/char/7535> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%94%B5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/di%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/din6>,
        <http://lexvo.org/id/term/yue/%E7%94%B5>,
        "电"^^xsd:string ;
    rdfs:comment "electricity; electric; lightning"@en .

<http://lexvo.org/id/char/7536> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%94%B6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%BA>,
        "甶"^^xsd:string .

<http://lexvo.org/id/char/7537> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%94%B7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C3%A1n>,
        <http://lexvo.org/id/term/kor/%E7%94%B7>,
        <http://lexvo.org/id/term/kor/NAM>,
        <http://lexvo.org/id/term/vie/nam>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/naam4>,
        <http://lexvo.org/id/term/yue/%E7%94%B7>,
        "男"^^xsd:string ;
    rdfs:comment "male, man; son; baron; surname"@en .

<http://lexvo.org/id/char/7538> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%94%B8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/di%C3%A0n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/di%C3%A0n%20sh%C3%A8ng%20ti%C3%A1n%20y%C3%ACng>,
        <http://lexvo.org/id/term/kor/%E7%94%B8>,
        <http://lexvo.org/id/term/kor/CEN%20SUNG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/din1%20din6>,
        <http://lexvo.org/id/term/yue/%E7%94%B8>,
        "甸"^^xsd:string ;
    rdfs:comment "suburbs of capital; govern; crops"@en .

<http://lexvo.org/id/char/7539> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%94%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%ADng%20p%C4%ABng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ping1>,
        <http://lexvo.org/id/term/yue/%E7%94%B9>,
        "甹"^^xsd:string .

<http://lexvo.org/id/char/753A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%94%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C4%ABng%201147.070%3At%C7%90ng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C7%90ng%20t%C4%ABng%20d%C4%ABng%20zh%C3%A8ng%20ti%C7%8En>,
        <http://lexvo.org/id/term/kor/%E7%94%BA>,
        <http://lexvo.org/id/term/kor/CENG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ting2>,
        <http://lexvo.org/id/term/yue/%E7%94%BA>,
        "町"^^xsd:string ;
    rdfs:comment "raised path between fields"@en .

<http://lexvo.org/id/char/753B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%94%BB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%A0>,
        <http://lexvo.org/id/term/kor/%E7%94%BB>,
        <http://lexvo.org/id/term/kor/HWA%20HOYK>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/waa2%20waak6>,
        <http://lexvo.org/id/term/yue/%E7%94%BB>,
        "画"^^xsd:string ;
    rdfs:comment "a painting, picture, drawing; to draw"@en .

<http://lexvo.org/id/char/753C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%94%BC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C7%90ng>,
        <http://lexvo.org/id/term/kor/%E7%94%BC>,
        <http://lexvo.org/id/term/kor/CENG>,
        "甼"^^xsd:string ;
    rdfs:comment "raised path between fields"@en .

<http://lexvo.org/id/char/753D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%94%BD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qu%C7%8En%20zh%C3%A8n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%A8n>,
        <http://lexvo.org/id/term/kor/%E7%94%BD>,
        <http://lexvo.org/id/term/kor/KYEN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hyun2%20zan3>,
        <http://lexvo.org/id/term/yue/%E7%94%BD>,
        "甽"^^xsd:string ;
    rdfs:comment "drain between fields, irrigation"@en .

<http://lexvo.org/id/char/753E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%94%BE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C4%81i>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C4%AB%20z%C4%81i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zi1%20zoi1>,
        <http://lexvo.org/id/term/yue/%E7%94%BE>,
        "甾"^^xsd:string ;
    rdfs:comment "ground that has been under cultivation for one year; evil, calamity"@en .

<http://lexvo.org/id/char/753F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%94%BF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A9ng>,
        <http://lexvo.org/id/term/kor/%E7%94%BF>,
        <http://lexvo.org/id/term/kor/MENG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/man4>,
        <http://lexvo.org/id/term/yue/%E7%94%BF>,
        "甿"^^xsd:string ;
    rdfs:comment "farming population"@en .

<http://lexvo.org/id/char/7540> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%95%80>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%AC>,
        <http://lexvo.org/id/term/kor/%E7%95%80>,
        <http://lexvo.org/id/term/kor/PI>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bei2%20bei3>,
        <http://lexvo.org/id/term/yue/%E7%95%80>,
        "畀"^^xsd:string ;
    rdfs:comment "to give"@en .

<http://lexvo.org/id/char/7541> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%95%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C3%AD%20b%C3%AC>,
        "畁"^^xsd:string ;
    rdfs:comment "to give to; to confer on"@en .

<http://lexvo.org/id/char/7542> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%95%82>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C3%B9%20ji%C3%B9%20m%C7%94>,
        "畂"^^xsd:string .

<http://lexvo.org/id/char/7543> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%95%83>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C3%BAn>,
        "畃"^^xsd:string .

<http://lexvo.org/id/char/7544> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%95%84>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C3%BA>,
        "畄"^^xsd:string ;
    rdfs:comment "stop, halt; stay, detain, keep"@en .

<http://lexvo.org/id/char/7545> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%95%85>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%A0ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/coeng3>,
        <http://lexvo.org/id/term/yue/%E7%95%85>,
        "畅"^^xsd:string ;
    rdfs:comment "smoothly, freely, unrestrained"@en .

<http://lexvo.org/id/char/7546> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%95%86>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C7%94>,
        "畆"^^xsd:string ;
    rdfs:comment "Chinese land measure; fields"@en .

<http://lexvo.org/id/char/7547> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%95%87>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%BAn>,
        <http://lexvo.org/id/term/kor/%E7%95%87>,
        <http://lexvo.org/id/term/kor/KYUN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wan4>,
        <http://lexvo.org/id/term/yue/%E7%95%87>,
        "畇"^^xsd:string ;
    rdfs:comment "land"@en .

<http://lexvo.org/id/char/7548> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%95%88>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/faan3>,
        <http://lexvo.org/id/term/yue/%E7%95%88>,
        "畈"^^xsd:string ;
    rdfs:comment "field; farm"@en .

<http://lexvo.org/id/char/7549> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%95%89>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%BA>,
        "畉"^^xsd:string .

<http://lexvo.org/id/char/754A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%95%8A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C4%93ng>,
        <http://lexvo.org/id/term/kor/%E7%95%8A>,
        <http://lexvo.org/id/term/kor/KYENG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gaang1>,
        <http://lexvo.org/id/term/yue/%E7%95%8A>,
        "畊"^^xsd:string ;
    rdfs:comment "plow, cultivate"@en .

<http://lexvo.org/id/char/754B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%95%8B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ti%C3%A1n>,
        <http://lexvo.org/id/term/kor/%E7%95%8B>,
        <http://lexvo.org/id/term/kor/CEN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tin4>,
        <http://lexvo.org/id/term/yue/%E7%95%8B>,
        "畋"^^xsd:string ;
    rdfs:comment "till land, cultivate; hunt"@en .

<http://lexvo.org/id/char/754C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%95%8C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%A8>,
        <http://lexvo.org/id/term/kor/%E7%95%8C>,
        <http://lexvo.org/id/term/kor/KYEY>,
        <http://lexvo.org/id/term/vie/gi%E1%BB%9Bi>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gaai3>,
        <http://lexvo.org/id/term/yue/%E7%95%8C>,
        "界"^^xsd:string ;
    rdfs:comment "boundary, limit; domain; society; the world"@en .

<http://lexvo.org/id/char/754D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%95%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%A8>,
        "畍"^^xsd:string .

<http://lexvo.org/id/char/754E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%95%8E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qu%C7%8En>,
        <http://lexvo.org/id/term/kor/%E7%95%8E>,
        <http://lexvo.org/id/term/kor/KYEN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hyun2>,
        <http://lexvo.org/id/term/yue/%E7%95%8E>,
        "畎"^^xsd:string ;
    rdfs:comment "a drain between fields, irrigation; to flow"@en .

<http://lexvo.org/id/char/754F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%95%8F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C3%A8i>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C3%A8i%20w%C4%93i%20w%C4%9Bi>,
        <http://lexvo.org/id/term/kor/%E7%95%8F>,
        <http://lexvo.org/id/term/kor/OY>,
        <http://lexvo.org/id/term/vie/u%C3%BD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wai3>,
        <http://lexvo.org/id/term/yue/%E7%95%8F>,
        "畏"^^xsd:string ;
    rdfs:comment "fear, dread, awe, reverence"@en .

<http://lexvo.org/id/char/7550> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%95%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%BA>,
        "畐"^^xsd:string ;
    rdfs:comment "to fill; a foll of cloth"@en .

<http://lexvo.org/id/char/7551> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%95%91>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ti%C3%A1n>,
        <http://lexvo.org/id/term/kor/%E7%95%91>,
        <http://lexvo.org/id/term/kor/CEN>,
        <http://lexvo.org/id/term/vie/%C4%91%C3%A8n>,
        "畑"^^xsd:string ;
    rdfs:comment "dry (as opposed to rice) field; used in Japanese names"@en .

<http://lexvo.org/id/char/7552> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%95%92>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C7%94>,
        "畒"^^xsd:string ;
    rdfs:comment "Chinese land measure; fields"@en .

<http://lexvo.org/id/char/7553> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/kor/%E7%95%93>,
        <http://lexvo.org/id/term/kor/TAP>,
        "畓"^^xsd:string ;
    rdfs:comment "rice field"@en .

<http://lexvo.org/id/char/7554> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%95%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E7%95%94>,
        <http://lexvo.org/id/term/kor/PAN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bun6>,
        <http://lexvo.org/id/term/yue/%E7%95%94>,
        "畔"^^xsd:string ;
    rdfs:comment "boundary path dividing fields"@en .

<http://lexvo.org/id/char/7555> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%95%95>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C4%81ng>,
        "畕"^^xsd:string .

<http://lexvo.org/id/char/7556> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%95%96>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C4%81>,
        "畖"^^xsd:string .

<http://lexvo.org/id/char/7557> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%95%97>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%A1%20f%C3%BA>,
        "畗"^^xsd:string .

<http://lexvo.org/id/char/7558> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%95%98>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C3%A1n>,
        "畘"^^xsd:string .

<http://lexvo.org/id/char/7559> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%95%99>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C3%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C3%BA%20li%C7%94%20li%C3%B9>,
        <http://lexvo.org/id/term/kor/%E7%95%99>,
        <http://lexvo.org/id/term/kor/LYU>,
        <http://lexvo.org/id/term/vie/l%C6%B0u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lau4>,
        <http://lexvo.org/id/term/yue/%E7%95%99>,
        "留"^^xsd:string ;
    rdfs:comment "stop, halt; stay, detain, keep"@en .

<http://lexvo.org/id/char/755A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%95%9A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C4%9Bn>,
        <http://lexvo.org/id/term/kor/%E7%95%9A>,
        <http://lexvo.org/id/term/kor/PWUN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bun2>,
        <http://lexvo.org/id/term/yue/%E7%95%9A>,
        "畚"^^xsd:string ;
    rdfs:comment "straw basket, hamper"@en .

<http://lexvo.org/id/char/755B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%95%9B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C4%9Bn>,
        <http://lexvo.org/id/term/kor/%E7%95%9B>,
        <http://lexvo.org/id/term/kor/CIN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zan2>,
        <http://lexvo.org/id/term/yue/%E7%95%9B>,
        "畛"^^xsd:string ;
    rdfs:comment "border, boundary; raised path"@en .

<http://lexvo.org/id/char/755C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%95%9C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%B9%201302.090%3Ax%C3%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%B9%20x%C3%B9>,
        <http://lexvo.org/id/term/kor/%E7%95%9C>,
        <http://lexvo.org/id/term/kor/CHWUK%20HYUK>,
        <http://lexvo.org/id/term/vie/chu%E1%BB%97i%20s%C3%BAc>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cuk1>,
        <http://lexvo.org/id/term/yue/%E7%95%9C>,
        "畜"^^xsd:string ;
    rdfs:comment "livestock, domestic animals"@en .

<http://lexvo.org/id/char/755D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%95%9D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C7%94>,
        <http://lexvo.org/id/term/kor/%E7%95%9D>,
        <http://lexvo.org/id/term/kor/MWU>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mau5>,
        <http://lexvo.org/id/term/yue/%E7%95%9D>,
        "畝"^^xsd:string ;
    rdfs:comment "Chinese land measure; fields"@en .

<http://lexvo.org/id/char/755E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%95%9E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C7%94>,
        "畞"^^xsd:string .

<http://lexvo.org/id/char/755F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%95%9F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C3%A8>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cak1%20zik1>,
        <http://lexvo.org/id/term/yue/%E7%95%9F>,
        "畟"^^xsd:string ;
    rdfs:comment "plough"@en .

<http://lexvo.org/id/char/7560> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/ti%C3%A1n>,
        <http://lexvo.org/id/term/kor/%E7%95%A0>,
        <http://lexvo.org/id/term/kor/CEN>,
        "畠"^^xsd:string ;
    rdfs:comment "garden, field, farm, plantation"@en .

<http://lexvo.org/id/char/7561> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%95%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C4%81i>,
        "畡"^^xsd:string .

<http://lexvo.org/id/char/7562> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%95%A2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%AC>,
        <http://lexvo.org/id/term/kor/%E7%95%A2>,
        <http://lexvo.org/id/term/kor/PHIL>,
        <http://lexvo.org/id/term/vie/%C4%91%E1%BB%A9t%20t%E1%BA%A5t>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bat1>,
        <http://lexvo.org/id/term/yue/%E7%95%A2>,
        "畢"^^xsd:string ;
    rdfs:comment "end, finish, conclude; completed"@en .

<http://lexvo.org/id/char/7563> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%95%A3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%A1>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/daap3>,
        <http://lexvo.org/id/term/yue/%E7%95%A3>,
        "畣"^^xsd:string .

<http://lexvo.org/id/char/7564> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%95%A4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%AC>,
        <http://lexvo.org/id/term/kor/%E7%95%A4>,
        <http://lexvo.org/id/term/kor/CHI>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zi6>,
        <http://lexvo.org/id/term/yue/%E7%95%A4>,
        "畤"^^xsd:string ;
    rdfs:comment "place for worshipping the haven"@en .

<http://lexvo.org/id/char/7565> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%95%A5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%BC%C3%A8>,
        <http://lexvo.org/id/term/kor/%E7%95%A5>,
        <http://lexvo.org/id/term/kor/LYAK>,
        <http://lexvo.org/id/term/vie/l%C6%B0%E1%BB%A3c>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/loek6>,
        <http://lexvo.org/id/term/yue/%E7%95%A5>,
        "略"^^xsd:string ;
    rdfs:comment "approximately, roughly; outline"@en .

<http://lexvo.org/id/char/7566> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%95%A6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C3%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C3%AD%20x%C3%AD>,
        <http://lexvo.org/id/term/kor/%E7%95%A6>,
        <http://lexvo.org/id/term/kor/HYU>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kwai4>,
        <http://lexvo.org/id/term/yue/%E7%95%A6>,
        "畦"^^xsd:string ;
    rdfs:comment "sections in vegetable farm"@en .

<http://lexvo.org/id/char/7567> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%95%A7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%BC%C3%A8>,
        <http://lexvo.org/id/term/kor/%E7%95%A7>,
        <http://lexvo.org/id/term/kor/LYAK>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/loek6>,
        <http://lexvo.org/id/term/yue/%E7%95%A7>,
        "畧"^^xsd:string ;
    rdfs:comment "approximately, roughly; outline"@en .

<http://lexvo.org/id/char/7568> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%95%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C4%81n%20f%C4%81n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/faan1>,
        <http://lexvo.org/id/term/yue/%E7%95%A8>,
        "畨"^^xsd:string .

<http://lexvo.org/id/char/7569> a lvont:Character ;
    lvont:represents "畩"^^xsd:string .

<http://lexvo.org/id/char/756A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%95%AA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C4%81n%200851.050%3Ap%C4%81n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C4%81n%20p%C4%81n%20b%C5%8D%20p%C3%B3%20f%C3%A1n%20p%C3%A1n%20p%C3%AD>,
        <http://lexvo.org/id/term/kor/%E7%95%AA>,
        <http://lexvo.org/id/term/kor/PEN%20PAN>,
        <http://lexvo.org/id/term/vie/d%E1%BA%BBo%20phen>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/faan1%20pun1>,
        <http://lexvo.org/id/term/yue/%E7%95%AA>,
        "番"^^xsd:string ;
    rdfs:comment "to take turns; a turn, a time; to repeat"@en .

<http://lexvo.org/id/char/756B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%95%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%A0>,
        <http://lexvo.org/id/term/kor/%E7%95%AB>,
        <http://lexvo.org/id/term/kor/HWA%20HOYK>,
        <http://lexvo.org/id/term/vie/ho%E1%BA%A1>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/waa2%20waa6%20waak6>,
        <http://lexvo.org/id/term/yue/%E7%95%AB>,
        "畫"^^xsd:string ;
    rdfs:comment "delineate, painting, picture, drawing; draw"@en .

<http://lexvo.org/id/char/756C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%95%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C4%93%201409.010%3Ay%C3%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%BA%20sh%C4%93>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jyu4%20se1>,
        <http://lexvo.org/id/term/yue/%E7%95%AC>,
        "畬"^^xsd:string ;
    rdfs:comment "reclaimed field"@en .

<http://lexvo.org/id/char/756D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%95%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%BA>,
        "畭"^^xsd:string .

<http://lexvo.org/id/char/756E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%95%AE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C7%94>,
        <http://lexvo.org/id/term/kor/%E7%95%AE>,
        <http://lexvo.org/id/term/kor/MWU>,
        "畮"^^xsd:string .

<http://lexvo.org/id/char/756F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%95%AF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%B9n>,
        <http://lexvo.org/id/term/kor/%E7%95%AF>,
        <http://lexvo.org/id/term/kor/CWUN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zeon3>,
        <http://lexvo.org/id/term/yue/%E7%95%AF>,
        "畯"^^xsd:string ;
    rdfs:comment "rustic; crude"@en .

<http://lexvo.org/id/char/7570> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%95%B0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%AC>,
        <http://lexvo.org/id/term/kor/%E7%95%B0>,
        <http://lexvo.org/id/term/kor/I>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ji6>,
        <http://lexvo.org/id/term/yue/%E7%95%B0>,
        "異"^^xsd:string ;
    rdfs:comment "different, unusual, strange"@en .

<http://lexvo.org/id/char/7571> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%95%B1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C3%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C3%BA%20li%C7%94>,
        <http://lexvo.org/id/term/vie/l%C6%B0u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lau4>,
        <http://lexvo.org/id/term/yue/%E7%95%B1>,
        "畱"^^xsd:string ;
    rdfs:comment "to detain; to entertain to keep; to put by"@en .

<http://lexvo.org/id/char/7572> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%95%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C4%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%BA%20sh%C4%93>,
        "畲"^^xsd:string ;
    rdfs:comment "to cultivate land by first setting fire to it"@en .

<http://lexvo.org/id/char/7573> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%95%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/di%C3%A9>,
        "畳"^^xsd:string ;
    rdfs:comment "repeat, duplicate; repetitious"@en .

<http://lexvo.org/id/char/7574> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%95%B4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%B3u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cau4>,
        <http://lexvo.org/id/term/yue/%E7%95%B4>,
        "畴"^^xsd:string ;
    rdfs:comment "farmland, arable land; category"@en .

<http://lexvo.org/id/char/7575> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%95%B5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%A0>,
        <http://lexvo.org/id/term/kor/%E7%95%B5>,
        <http://lexvo.org/id/term/kor/HWA%20HOYK>,
        "畵"^^xsd:string ;
    rdfs:comment "delineate, painting, picture, drawing; draw"@en .

<http://lexvo.org/id/char/7576> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%95%B6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C4%81ng%200216.041%3Ad%C3%A0ng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C4%81ng%20d%C3%A0ng>,
        <http://lexvo.org/id/term/kor/%E7%95%B6>,
        <http://lexvo.org/id/term/kor/TANG>,
        <http://lexvo.org/id/term/vie/%C4%91%C6%B0%C6%A1ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dong1%20dong3>,
        <http://lexvo.org/id/term/yue/%E7%95%B6>,
        "當"^^xsd:string ;
    rdfs:comment "bear, accept, undertake; just"@en .

<http://lexvo.org/id/char/7577> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%95%B7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/chu%C3%B2%20zhu%C3%B3>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zyut3>,
        <http://lexvo.org/id/term/yue/%E7%95%B7>,
        "畷"^^xsd:string ;
    rdfs:comment "raised path between fields"@en .

<http://lexvo.org/id/char/7578> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%95%B8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C4%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C4%AB%20q%C3%AD>,
        <http://lexvo.org/id/term/kor/%E7%95%B8>,
        <http://lexvo.org/id/term/kor/KI>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gei1%20kei1>,
        <http://lexvo.org/id/term/yue/%E7%95%B8>,
        "畸"^^xsd:string ;
    rdfs:comment "odd, fractional, remainder, odds"@en .

<http://lexvo.org/id/char/7579> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%95%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C7%8En>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C7%8En%20yu%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jyun2>,
        <http://lexvo.org/id/term/yue/%E7%95%B9>,
        "畹"^^xsd:string .

<http://lexvo.org/id/char/757A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%95%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C4%81ng>,
        <http://lexvo.org/id/term/kor/%E7%95%BA>,
        <http://lexvo.org/id/term/kor/KANG>,
        <http://lexvo.org/id/term/vie/c%C6%B0ng>,
        "畺"^^xsd:string ;
    rdfs:comment "boundary, border"@en .

<http://lexvo.org/id/char/757B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%95%BB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%A9ng>,
        "畻"^^xsd:string .

<http://lexvo.org/id/char/757C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%95%BC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%A0ng>,
        "畼"^^xsd:string .

<http://lexvo.org/id/char/757D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%95%BD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/tu%C7%8En>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dung2%20teon2>,
        <http://lexvo.org/id/term/yue/%E7%95%BD>,
        "畽"^^xsd:string ;
    rdfs:comment "ground"@en .

<http://lexvo.org/id/char/757E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%95%BE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%A9i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/leoi4%20leoi5>,
        <http://lexvo.org/id/term/yue/%E7%95%BE>,
        "畾"^^xsd:string ;
    rdfs:comment "fields divided by dikes"@en .

<http://lexvo.org/id/char/757F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%95%BF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C4%AB>,
        <http://lexvo.org/id/term/kor/%E7%95%BF>,
        <http://lexvo.org/id/term/kor/KI>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gei1>,
        <http://lexvo.org/id/term/yue/%E7%95%BF>,
        "畿"^^xsd:string ;
    rdfs:comment "imperial domain; area near capital"@en .

<http://lexvo.org/id/char/7580> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%96%80>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C4%81>,
        "疀"^^xsd:string .

<http://lexvo.org/id/char/7581> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%96%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C3%BA>,
        "疁"^^xsd:string .

<http://lexvo.org/id/char/7582> a lvont:Character ;
    lvont:represents "疂"^^xsd:string ;
    rdfs:comment "repeat, duplicate; repetitious"@en .

<http://lexvo.org/id/char/7583> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%96%83>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/tu%C7%8En>,
        "疃"^^xsd:string ;
    rdfs:comment "hamlet; area outside city"@en .

<http://lexvo.org/id/char/7584> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%96%84>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%ADn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/leon6>,
        <http://lexvo.org/id/term/yue/%E7%96%84>,
        "疄"^^xsd:string .

<http://lexvo.org/id/char/7585> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%96%85>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C4%81ng>,
        "疅"^^xsd:string .

<http://lexvo.org/id/char/7586> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%96%86>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C4%81ng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C4%81ng%20qi%C3%A1ng%20ji%C3%A0ng>,
        <http://lexvo.org/id/term/kor/%E7%96%86>,
        <http://lexvo.org/id/term/kor/KANG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/goeng1>,
        <http://lexvo.org/id/term/yue/%E7%96%86>,
        "疆"^^xsd:string ;
    rdfs:comment "boundary, border, frontier"@en .

<http://lexvo.org/id/char/7587> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%96%87>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%B3u>,
        <http://lexvo.org/id/term/kor/%E7%96%87>,
        <http://lexvo.org/id/term/kor/CWU>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cau4>,
        <http://lexvo.org/id/term/yue/%E7%96%87>,
        "疇"^^xsd:string ;
    rdfs:comment "farmland, arable land; category"@en .

<http://lexvo.org/id/char/7588> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%96%88>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%B2%20p%C3%AC>,
        <http://lexvo.org/id/term/kor/%E7%96%88>,
        <http://lexvo.org/id/term/kor/PYEK>,
        "疈"^^xsd:string .

<http://lexvo.org/id/char/7589> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%96%89>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/di%C3%A9>,
        "疉"^^xsd:string ;
    rdfs:comment "repeat, duplicate; repetitious"@en .

<http://lexvo.org/id/char/758A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%96%8A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/di%C3%A9>,
        <http://lexvo.org/id/term/kor/%E7%96%8A>,
        <http://lexvo.org/id/term/kor/CHEP>,
        <http://lexvo.org/id/term/vie/%C4%91i%E1%BB%87p>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/daap6%20dip6>,
        <http://lexvo.org/id/term/yue/%E7%96%8A>,
        "疊"^^xsd:string ;
    rdfs:comment "repeat, duplicate; repetitious"@en .

<http://lexvo.org/id/char/758C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%96%8C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ni%C3%A8>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zit3%20zit6>,
        <http://lexvo.org/id/term/yue/%E7%96%8C>,
        "疌"^^xsd:string .

<http://lexvo.org/id/char/758D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%96%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/daan2>,
        <http://lexvo.org/id/term/yue/%E7%96%8D>,
        "疍"^^xsd:string .

<http://lexvo.org/id/char/758E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%96%8E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C5%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C5%AB%20sh%C3%B9>,
        <http://lexvo.org/id/term/kor/%E7%96%8E>,
        <http://lexvo.org/id/term/kor/SO>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/so1>,
        <http://lexvo.org/id/term/yue/%E7%96%8E>,
        "疎"^^xsd:string ;
    rdfs:comment "neglect; careless, lax"@en .

<http://lexvo.org/id/char/758F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%96%8F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C5%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C5%AB%20sh%C3%B9>,
        <http://lexvo.org/id/term/kor/%E7%96%8F>,
        <http://lexvo.org/id/term/kor/SO>,
        <http://lexvo.org/id/term/vie/s%E1%BB%9B>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/so1%20so3>,
        <http://lexvo.org/id/term/yue/%E7%96%8F>,
        "疏"^^xsd:string ;
    rdfs:comment "neglect; careless, lax"@en .

<http://lexvo.org/id/char/7590> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%96%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%AC%20d%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zi3>,
        <http://lexvo.org/id/term/yue/%E7%96%90>,
        "疐"^^xsd:string ;
    rdfs:comment "fall, stumble, falter; hindered"@en .

<http://lexvo.org/id/char/7591> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%96%91>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%AD%20n%C7%90%20n%C3%ADng>,
        <http://lexvo.org/id/term/kor/%E7%96%91>,
        <http://lexvo.org/id/term/kor/UY%20UNG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ji4>,
        <http://lexvo.org/id/term/yue/%E7%96%91>,
        "疑"^^xsd:string ;
    rdfs:comment "doubt, question, suspect"@en .

<http://lexvo.org/id/char/7593> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%96%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C7%8Ei>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/naai3%20naai4>,
        <http://lexvo.org/id/term/yue/%E7%96%93>,
        "疓"^^xsd:string ;
    rdfs:comment "fatigued; (Cant.) paralysis of the foot"@en .

<http://lexvo.org/id/char/7594> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%96%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C4%ABng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C4%ABng%20n%C3%A8>,
        <http://lexvo.org/id/term/kor/%E7%96%94>,
        <http://lexvo.org/id/term/kor/CENG>,
        <http://lexvo.org/id/term/vie/%C4%91inh>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/deng1%20ding1>,
        <http://lexvo.org/id/term/yue/%E7%96%94>,
        "疔"^^xsd:string ;
    rdfs:comment "carbuncle, boil, ulcer"@en .

<http://lexvo.org/id/char/7595> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%96%95>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C7%90>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bei2>,
        <http://lexvo.org/id/term/yue/%E7%96%95>,
        "疕"^^xsd:string ;
    rdfs:comment "head sores"@en .

<http://lexvo.org/id/char/7596> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%96%96>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C4%93>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zit3>,
        <http://lexvo.org/id/term/yue/%E7%96%96>,
        "疖"^^xsd:string ;
    rdfs:comment "pimple, sore, boil"@en .

<http://lexvo.org/id/char/7597> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%96%97>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C3%A1o>,
        <http://lexvo.org/id/term/vie/l%E1%BB%83u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/liu4>,
        <http://lexvo.org/id/term/yue/%E7%96%97>,
        "疗"^^xsd:string ;
    rdfs:comment "be healed, cured, recover"@en .

<http://lexvo.org/id/char/7598> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%96%98>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C4%81ng%20g%C5%8Dng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gong1>,
        <http://lexvo.org/id/term/yue/%E7%96%98>,
        "疘"^^xsd:string .

<http://lexvo.org/id/char/7599> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%96%99>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C4%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C4%93%20y%C3%AC>,
        <http://lexvo.org/id/term/kor/%E7%96%99>,
        <http://lexvo.org/id/term/kor/HUL>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gat6>,
        <http://lexvo.org/id/term/yue/%E7%96%99>,
        "疙"^^xsd:string ;
    rdfs:comment "pimple, sore, boil, wart, pustule"@en .

<http://lexvo.org/id/char/759A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%96%9A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%B9>,
        <http://lexvo.org/id/term/kor/%E7%96%9A>,
        <http://lexvo.org/id/term/kor/KWU>,
        <http://lexvo.org/id/term/vie/nh%C3%ADu>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gau3>,
        <http://lexvo.org/id/term/yue/%E7%96%9A>,
        "疚"^^xsd:string ;
    rdfs:comment "chronic disease, chronic illness; sorrow"@en .

<http://lexvo.org/id/char/759B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%96%9B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C7%92u>,
        "疛"^^xsd:string .

<http://lexvo.org/id/char/759C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%96%9C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A0>,
        "疜"^^xsd:string .

<http://lexvo.org/id/char/759D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%96%9D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E7%96%9D>,
        <http://lexvo.org/id/term/kor/SAN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/saan3>,
        <http://lexvo.org/id/term/yue/%E7%96%9D>,
        "疝"^^xsd:string ;
    rdfs:comment "hernia, rupture"@en .

<http://lexvo.org/id/char/759E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%96%9E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C5%AB>,
        "疞"^^xsd:string .

<http://lexvo.org/id/char/759F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%96%9F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C3%BC%C3%A8%201342.130%3Ay%C3%A0o>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C3%BC%C3%A8%20y%C3%A0o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/joek6>,
        <http://lexvo.org/id/term/yue/%E7%96%9F>,
        "疟"^^xsd:string ;
    rdfs:comment "intermittent fever; malaria"@en .

<http://lexvo.org/id/char/75A0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%96%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lai6>,
        <http://lexvo.org/id/term/yue/%E7%96%A0>,
        "疠"^^xsd:string ;
    rdfs:comment "a sore, ulcer; pestilence"@en .

<http://lexvo.org/id/char/75A1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%96%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A1ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/joeng4>,
        <http://lexvo.org/id/term/yue/%E7%96%A1>,
        "疡"^^xsd:string ;
    rdfs:comment "ulcers, sores; infection"@en .

<http://lexvo.org/id/char/75A2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%96%A2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%A8n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/can2%20can3>,
        <http://lexvo.org/id/term/yue/%E7%96%A2>,
        "疢"^^xsd:string ;
    rdfs:comment "aching of limbs, muscular pains"@en .

<http://lexvo.org/id/char/75A3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%96%A3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%B3u>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%B3u%20y%C3%B2u>,
        <http://lexvo.org/id/term/kor/%E7%96%A3>,
        <http://lexvo.org/id/term/kor/YU>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jau4>,
        <http://lexvo.org/id/term/yue/%E7%96%A3>,
        "疣"^^xsd:string ;
    rdfs:comment "wart; tumor; goiter; papule"@en .

<http://lexvo.org/id/char/75A4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%96%A4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C4%81>,
        <http://lexvo.org/id/term/kor/%E7%96%A4>,
        <http://lexvo.org/id/term/kor/PHA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/baa1>,
        <http://lexvo.org/id/term/yue/%E7%96%A4>,
        "疤"^^xsd:string ;
    rdfs:comment "scar, cicatrix; birthmark"@en .

<http://lexvo.org/id/char/75A5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%96%A5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%A8>,
        <http://lexvo.org/id/term/kor/%E7%96%A5>,
        <http://lexvo.org/id/term/kor/KAY>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gaai3>,
        <http://lexvo.org/id/term/yue/%E7%96%A5>,
        "疥"^^xsd:string ;
    rdfs:comment "scabies, itch"@en .

<http://lexvo.org/id/char/75A6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%96%A6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ju%C3%A9>,
        "疦"^^xsd:string .

<http://lexvo.org/id/char/75A7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%96%A7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C3%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C4%AB>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kei4>,
        <http://lexvo.org/id/term/yue/%E7%96%A7>,
        "疧"^^xsd:string ;
    rdfs:comment "sick"@en .

<http://lexvo.org/id/char/75A8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%96%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C4%81>,
        "疨"^^xsd:string .

<http://lexvo.org/id/char/75A9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%96%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/cu%C3%AC>,
        <http://lexvo.org/id/term/kor/%E7%96%A9>,
        <http://lexvo.org/id/term/kor/CHWI>,
        "疩"^^xsd:string .

<http://lexvo.org/id/char/75AA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%96%AA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%AC>,
        <http://lexvo.org/id/term/vie/t%C3%AC>,
        "疪"^^xsd:string .

<http://lexvo.org/id/char/75AB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%96%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%AC>,
        <http://lexvo.org/id/term/kor/%E7%96%AB>,
        <http://lexvo.org/id/term/kor/YEK>,
        <http://lexvo.org/id/term/vie/d%E1%BB%8Bch>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jik6>,
        <http://lexvo.org/id/term/yue/%E7%96%AB>,
        "疫"^^xsd:string ;
    rdfs:comment "epidemic, plague, pestilence"@en .

<http://lexvo.org/id/char/75AC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%96%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%AC>,
        "疬"^^xsd:string ;
    rdfs:comment "scrofulous lumps or swellings"@en .

<http://lexvo.org/id/char/75AD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%96%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C3%B2ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zung3>,
        <http://lexvo.org/id/term/yue/%E7%96%AD>,
        "疭"^^xsd:string ;
    rdfs:comment "spasms or convulsions in young children, caused by indigestion"@en .

<http://lexvo.org/id/char/75AE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%96%AE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/chu%C4%81ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cong1>,
        <http://lexvo.org/id/term/yue/%E7%96%AE>,
        "疮"^^xsd:string ;
    rdfs:comment "tumor, boil, sore, wound"@en .

<http://lexvo.org/id/char/75AF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%96%AF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C4%93ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fung1>,
        <http://lexvo.org/id/term/yue/%E7%96%AF>,
        "疯"^^xsd:string ;
    rdfs:comment "crazy, insane, mentally ill"@en .

<http://lexvo.org/id/char/75B0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%96%B0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zyu3>,
        <http://lexvo.org/id/term/yue/%E7%96%B0>,
        "疰"^^xsd:string .

<http://lexvo.org/id/char/75B1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%96%B1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%A0o>,
        <http://lexvo.org/id/term/kor/%E7%96%B1>,
        <http://lexvo.org/id/term/kor/PHO>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/paau3>,
        <http://lexvo.org/id/term/yue/%E7%96%B1>,
        "疱"^^xsd:string ;
    rdfs:comment "acne"@en .

<http://lexvo.org/id/char/75B2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%96%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%AD>,
        <http://lexvo.org/id/term/kor/%E7%96%B2>,
        <http://lexvo.org/id/term/kor/PHI>,
        <http://lexvo.org/id/term/vie/b%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/pei4>,
        <http://lexvo.org/id/term/yue/%E7%96%B2>,
        "疲"^^xsd:string ;
    rdfs:comment "feel tired, be exhausted; weak"@en .

<http://lexvo.org/id/char/75B3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%96%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C4%81n>,
        <http://lexvo.org/id/term/kor/%E7%96%B3>,
        <http://lexvo.org/id/term/kor/KAM>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gam1>,
        <http://lexvo.org/id/term/yue/%E7%96%B3>,
        "疳"^^xsd:string ;
    rdfs:comment "childhood diseases"@en .

<http://lexvo.org/id/char/75B4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%96%B4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C4%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C4%93%20%C4%93%20qi%C3%A0>,
        <http://lexvo.org/id/term/kor/%E7%96%B4>,
        <http://lexvo.org/id/term/kor/A>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/o1>,
        <http://lexvo.org/id/term/yue/%E7%96%B4>,
        "疴"^^xsd:string ;
    rdfs:comment "illness, sickness, disease; pain"@en .

<http://lexvo.org/id/char/75B5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%96%B5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C4%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C4%AB%20z%C4%AB%20zh%C3%A0i%20j%C3%AC>,
        <http://lexvo.org/id/term/kor/%E7%96%B5>,
        <http://lexvo.org/id/term/kor/CA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ci1%20ci4>,
        <http://lexvo.org/id/term/yue/%E7%96%B5>,
        "疵"^^xsd:string ;
    rdfs:comment "flaw, fault, defect; disease"@en .

<http://lexvo.org/id/char/75B6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%96%B6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A8>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sit3>,
        <http://lexvo.org/id/term/yue/%E7%96%B6>,
        "疶"^^xsd:string .

<http://lexvo.org/id/char/75B7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%96%B7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C3%AD>,
        "疷"^^xsd:string .

<http://lexvo.org/id/char/75B8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%96%B8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C7%8En%20d%C3%A0n%20da>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/da%200210.070%3Ad%C7%8En>,
        <http://lexvo.org/id/term/kor/%E7%96%B8>,
        <http://lexvo.org/id/term/kor/TAL>,
        <http://lexvo.org/id/term/vie/%C4%91%E1%BB%9Bn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/taan2>,
        <http://lexvo.org/id/term/yue/%E7%96%B8>,
        "疸"^^xsd:string ;
    rdfs:comment "jaundice; disorders of stomach"@en .

<http://lexvo.org/id/char/75B9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%96%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C4%9Bn>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C4%9Bn%20ch%C3%A8n>,
        <http://lexvo.org/id/term/kor/%E7%96%B9>,
        <http://lexvo.org/id/term/kor/CIN>,
        <http://lexvo.org/id/term/vie/ch%E1%BA%A9n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/can2%20zan2>,
        <http://lexvo.org/id/term/yue/%E7%96%B9>,
        "疹"^^xsd:string ;
    rdfs:comment "measles; rash; fever"@en .

<http://lexvo.org/id/char/75BA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%96%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%A1>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fat6>,
        <http://lexvo.org/id/term/yue/%E7%96%BA>,
        "疺"^^xsd:string .

<http://lexvo.org/id/char/75BB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%96%BB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C7%90>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zi2>,
        <http://lexvo.org/id/term/yue/%E7%96%BB>,
        "疻"^^xsd:string .

<http://lexvo.org/id/char/75BC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%96%BC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%A9ng>,
        <http://lexvo.org/id/term/kor/%E7%96%BC>,
        <http://lexvo.org/id/term/kor/TONG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tang4%20tung3>,
        <http://lexvo.org/id/term/yue/%E7%96%BC>,
        "疼"^^xsd:string ;
    rdfs:comment "aches, pains; be fond of; love"@en .

<http://lexvo.org/id/char/75BD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%96%BD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C5%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C5%AB%20j%C7%94>,
        <http://lexvo.org/id/term/kor/%E7%96%BD>,
        <http://lexvo.org/id/term/kor/CE>,
        <http://lexvo.org/id/term/vie/th%C6%B0>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zeoi1>,
        <http://lexvo.org/id/term/yue/%E7%96%BD>,
        "疽"^^xsd:string ;
    rdfs:comment "ulcer, carbuncle, abscess"@en .

<http://lexvo.org/id/char/75BE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%96%BE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%AD>,
        <http://lexvo.org/id/term/kor/%E7%96%BE>,
        <http://lexvo.org/id/term/kor/CIL>,
        <http://lexvo.org/id/term/vie/t%E1%BA%ADt>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zat6>,
        <http://lexvo.org/id/term/yue/%E7%96%BE>,
        "疾"^^xsd:string ;
    rdfs:comment "illness, disease, sickness; to hate"@en .

<http://lexvo.org/id/char/75BF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%96%BF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%A8i>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%A8i%20f%C3%A9i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fai2%20fai3%20fei2>,
        <http://lexvo.org/id/term/yue/%E7%96%BF>,
        "疿"^^xsd:string ;
    rdfs:comment "prickly heat, rash"@en .

<http://lexvo.org/id/char/75C0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%97%80>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C3%BA%20g%C5%8Du%20j%C5%AB%20y%C7%94>,
        <http://lexvo.org/id/term/kor/%E7%97%80>,
        <http://lexvo.org/id/term/kor/KWU>,
        <http://lexvo.org/id/term/vie/kh%C3%BA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/keoi1>,
        <http://lexvo.org/id/term/yue/%E7%97%80>,
        "痀"^^xsd:string ;
    rdfs:comment "to crouch; a hunchback"@en .

<http://lexvo.org/id/char/75C1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%97%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/di%C3%A0n%20sh%C4%81n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C4%81n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dim3>,
        <http://lexvo.org/id/term/yue/%E7%97%81>,
        "痁"^^xsd:string ;
    rdfs:comment "chronic malaria"@en .

<http://lexvo.org/id/char/75C2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%97%82>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C4%81>,
        <http://lexvo.org/id/term/kor/%E7%97%82>,
        <http://lexvo.org/id/term/kor/KA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gaa1>,
        <http://lexvo.org/id/term/yue/%E7%97%82>,
        "痂"^^xsd:string ;
    rdfs:comment "scab"@en .

<http://lexvo.org/id/char/75C3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%97%83>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A1n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xu%C3%A1n>,
        <http://lexvo.org/id/term/kor/%E7%97%83>,
        <http://lexvo.org/id/term/kor/HYEN>,
        "痃"^^xsd:string ;
    rdfs:comment "indigestion; buboes, lymphatic inflammation"@en .

<http://lexvo.org/id/char/75C4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%97%84>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%A0%20ch%C3%A1%20zh%C7%8E>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zaa3>,
        <http://lexvo.org/id/term/yue/%E7%97%84>,
        "痄"^^xsd:string ;
    rdfs:comment "scrofulous swellings and sores, mumps"@en .

<http://lexvo.org/id/char/75C5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%97%85>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%ACng>,
        <http://lexvo.org/id/term/kor/%E7%97%85>,
        <http://lexvo.org/id/term/kor/PYENG>,
        <http://lexvo.org/id/term/vie/b%E1%BB%87nh>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/beng6%20bing6>,
        <http://lexvo.org/id/term/yue/%E7%97%85>,
        "病"^^xsd:string ;
    rdfs:comment "illness, sickness, disease"@en .

<http://lexvo.org/id/char/75C6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%97%86>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C3%AC%20n%C3%A0>,
        "痆"^^xsd:string .

<http://lexvo.org/id/char/75C7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%97%87>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%A8ng%20zh%C4%93ng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C4%93ng%201477.010%3Azh%C3%A8ng>,
        <http://lexvo.org/id/term/kor/%E7%97%87>,
        <http://lexvo.org/id/term/kor/CUNG>,
        <http://lexvo.org/id/term/vie/ch%E1%BB%A9ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zing1%20zing3>,
        <http://lexvo.org/id/term/yue/%E7%97%87>,
        "症"^^xsd:string ;
    rdfs:comment "disease, illness, ailment"@en .

<http://lexvo.org/id/char/75C8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%97%88>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C5%8Dng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jung1>,
        <http://lexvo.org/id/term/yue/%E7%97%88>,
        "痈"^^xsd:string ;
    rdfs:comment "carbuncle, sore, ulcer, abscess"@en .

<http://lexvo.org/id/char/75C9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%97%89>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%ACng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ging6>,
        <http://lexvo.org/id/term/yue/%E7%97%89>,
        "痉"^^xsd:string ;
    rdfs:comment "convulsions, fits"@en .

<http://lexvo.org/id/char/75CA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%97%8A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qu%C3%A1n>,
        <http://lexvo.org/id/term/kor/%E7%97%8A>,
        <http://lexvo.org/id/term/kor/CEN>,
        <http://lexvo.org/id/term/vie/thuy%C3%AAn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cyun4>,
        <http://lexvo.org/id/term/yue/%E7%97%8A>,
        "痊"^^xsd:string ;
    rdfs:comment "be healed, be cured; recover"@en .

<http://lexvo.org/id/char/75CB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%97%8B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%B3ng>,
        "痋"^^xsd:string .

<http://lexvo.org/id/char/75CC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%97%8C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C5%8Dng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tung1>,
        <http://lexvo.org/id/term/yue/%E7%97%8C>,
        "痌"^^xsd:string ;
    rdfs:comment "ache, be in pain; painful"@en .

<http://lexvo.org/id/char/75CD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%97%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%AD>,
        <http://lexvo.org/id/term/kor/%E7%97%8D>,
        <http://lexvo.org/id/term/kor/I>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ji4>,
        <http://lexvo.org/id/term/yue/%E7%97%8D>,
        "痍"^^xsd:string ;
    rdfs:comment "wound, bruise, sore"@en .

<http://lexvo.org/id/char/75CE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%97%8E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C4%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C4%81i%20li%C4%93>,
        <http://lexvo.org/id/term/kor/%E7%97%8E>,
        <http://lexvo.org/id/term/kor/HAY>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gaai1>,
        <http://lexvo.org/id/term/yue/%E7%97%8E>,
        "痎"^^xsd:string .

<http://lexvo.org/id/char/75CF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%97%8F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C4%9Bi>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fui2>,
        <http://lexvo.org/id/term/yue/%E7%97%8F>,
        "痏"^^xsd:string ;
    rdfs:comment "a bruise or contusion"@en .

<http://lexvo.org/id/char/75D0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%97%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wui4>,
        <http://lexvo.org/id/term/yue/%E7%97%90>,
        "痐"^^xsd:string ;
    rdfs:comment "whirlwind, cyclone, storm"@en .

<http://lexvo.org/id/char/75D1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%97%91>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/du%C7%92>,
        "痑"^^xsd:string .

<http://lexvo.org/id/char/75D2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%97%92>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%8Eng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%8Eng%20y%C3%A1ng>,
        <http://lexvo.org/id/term/kor/%E7%97%92>,
        <http://lexvo.org/id/term/kor/YANG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/joeng5>,
        <http://lexvo.org/id/term/yue/%E7%97%92>,
        "痒"^^xsd:string ;
    rdfs:comment "itch"@en .

<http://lexvo.org/id/char/75D3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%97%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%AC>,
        <http://lexvo.org/id/term/kor/%E7%97%93>,
        <http://lexvo.org/id/term/kor/CHI>,
        "痓"^^xsd:string .

<http://lexvo.org/id/char/75D4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%97%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%AC>,
        <http://lexvo.org/id/term/kor/%E7%97%94>,
        <http://lexvo.org/id/term/kor/CHI>,
        <http://lexvo.org/id/term/vie/tr%C4%A9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zi6>,
        <http://lexvo.org/id/term/yue/%E7%97%94>,
        "痔"^^xsd:string ;
    rdfs:comment "hemorrhoids, piles"@en .

<http://lexvo.org/id/char/75D5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%97%95>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A9n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A9n%20g%C3%A8n>,
        <http://lexvo.org/id/term/kor/%E7%97%95>,
        <http://lexvo.org/id/term/kor/HUN>,
        <http://lexvo.org/id/term/vie/n%E1%BB%91t%20ng%E1%BA%A5n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/han4>,
        <http://lexvo.org/id/term/yue/%E7%97%95>,
        "痕"^^xsd:string ;
    rdfs:comment "scar; mark; trace"@en .

<http://lexvo.org/id/char/75D6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%97%96>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%8E>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/aa2>,
        <http://lexvo.org/id/term/yue/%E7%97%96>,
        "痖"^^xsd:string ;
    rdfs:comment "dumb"@en .

<http://lexvo.org/id/char/75D7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%97%97>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A8i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fui3%20mui6>,
        <http://lexvo.org/id/term/yue/%E7%97%97>,
        "痗"^^xsd:string ;
    rdfs:comment "ill"@en .

<http://lexvo.org/id/char/75D8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%97%98>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%B2u>,
        <http://lexvo.org/id/term/kor/%E7%97%98>,
        <http://lexvo.org/id/term/kor/TWU>,
        <http://lexvo.org/id/term/vie/%C4%91%E1%BA%ADu>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dau6>,
        <http://lexvo.org/id/term/yue/%E7%97%98>,
        "痘"^^xsd:string ;
    rdfs:comment "smallpox"@en .

<http://lexvo.org/id/char/75D9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%97%99>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%ACng>,
        <http://lexvo.org/id/term/kor/%E7%97%99>,
        <http://lexvo.org/id/term/kor/KYENG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ging6>,
        <http://lexvo.org/id/term/yue/%E7%97%99>,
        "痙"^^xsd:string ;
    rdfs:comment "convulsions, fits"@en .

<http://lexvo.org/id/char/75DA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%97%9A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C4%81o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/haau1>,
        <http://lexvo.org/id/term/yue/%E7%97%9A>,
        "痚"^^xsd:string ;
    rdfs:comment "asthma"@en .

<http://lexvo.org/id/char/75DB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%97%9B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%B2ng>,
        <http://lexvo.org/id/term/kor/%E7%97%9B>,
        <http://lexvo.org/id/term/kor/THONG>,
        <http://lexvo.org/id/term/vie/th%E1%BB%91ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tung3>,
        <http://lexvo.org/id/term/yue/%E7%97%9B>,
        "痛"^^xsd:string ;
    rdfs:comment "pain, ache; sorry, sad; bitter"@en .

<http://lexvo.org/id/char/75DC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%97%9C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C5%AB>,
        "痜"^^xsd:string ;
    rdfs:comment "a scabby bald head"@en .

<http://lexvo.org/id/char/75DD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%97%9D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A1ng>,
        "痝"^^xsd:string .

<http://lexvo.org/id/char/75DE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%97%9E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C7%90>,
        <http://lexvo.org/id/term/kor/%E7%97%9E>,
        <http://lexvo.org/id/term/kor/PI>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/pei2>,
        <http://lexvo.org/id/term/yue/%E7%97%9E>,
        "痞"^^xsd:string ;
    rdfs:comment "dyspepsia, spleen infection"@en .

<http://lexvo.org/id/char/75DF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%97%9F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C4%81o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/siu1>,
        <http://lexvo.org/id/term/yue/%E7%97%9F>,
        "痟"^^xsd:string .

<http://lexvo.org/id/char/75E0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%97%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/su%C4%81n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/syun1>,
        <http://lexvo.org/id/term/yue/%E7%97%A0>,
        "痠"^^xsd:string ;
    rdfs:comment "aching of limbs, muscular pains"@en .

<http://lexvo.org/id/char/75E1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%97%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C5%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C5%AB>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fu1%20pou1>,
        <http://lexvo.org/id/term/yue/%E7%97%A1>,
        "痡"^^xsd:string ;
    rdfs:comment "a disease; an ailment"@en .

<http://lexvo.org/id/char/75E2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%97%A2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%AC>,
        <http://lexvo.org/id/term/kor/%E7%97%A2>,
        <http://lexvo.org/id/term/kor/LI>,
        <http://lexvo.org/id/term/vie/l%E1%BB%8B>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lei6>,
        <http://lexvo.org/id/term/yue/%E7%97%A2>,
        "痢"^^xsd:string ;
    rdfs:comment "dysentery"@en .

<http://lexvo.org/id/char/75E3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%97%A3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%AC>,
        <http://lexvo.org/id/term/kor/%E7%97%A3>,
        <http://lexvo.org/id/term/kor/CI>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zi3>,
        <http://lexvo.org/id/term/yue/%E7%97%A3>,
        "痣"^^xsd:string ;
    rdfs:comment "spots, moles; birthmark"@en .

<http://lexvo.org/id/char/75E4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%97%A4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/cu%C3%B3>,
        <http://lexvo.org/id/term/kor/%E7%97%A4>,
        <http://lexvo.org/id/term/kor/CWA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/co4>,
        <http://lexvo.org/id/term/yue/%E7%97%A4>,
        "痤"^^xsd:string ;
    rdfs:comment "a swelling of the lymph nodes"@en .

<http://lexvo.org/id/char/75E5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%97%A5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/du%C3%B3>,
        "痥"^^xsd:string .

<http://lexvo.org/id/char/75E6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%97%A6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C3%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C3%B9%20p%C4%AB>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ng4%20ng6>,
        <http://lexvo.org/id/term/yue/%E7%97%A6>,
        "痦"^^xsd:string .

<http://lexvo.org/id/char/75E7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%97%A7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C4%81>,
        <http://lexvo.org/id/term/kor/%E7%97%A7>,
        <http://lexvo.org/id/term/kor/SA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/saa1>,
        <http://lexvo.org/id/term/yue/%E7%97%A7>,
        "痧"^^xsd:string ;
    rdfs:comment "cholera; colic"@en .

<http://lexvo.org/id/char/75E8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%97%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%A1o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lou4>,
        <http://lexvo.org/id/term/yue/%E7%97%A8>,
        "痨"^^xsd:string ;
    rdfs:comment "consumption; tuberculosis"@en .

<http://lexvo.org/id/char/75E9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%97%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%B2u>,
        <http://lexvo.org/id/term/kor/%E7%97%A9>,
        <http://lexvo.org/id/term/kor/SWU>,
        "痩"^^xsd:string ;
    rdfs:comment "thin, emaciated, lean; meager"@en .

<http://lexvo.org/id/char/75EA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%97%AA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wun6>,
        <http://lexvo.org/id/term/yue/%E7%97%AA>,
        "痪"^^xsd:string ;
    rdfs:comment "paralysis, numbness of limbs"@en .

<http://lexvo.org/id/char/75EB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%97%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/haan4>,
        <http://lexvo.org/id/term/yue/%E7%97%AB>,
        "痫"^^xsd:string ;
    rdfs:comment "epilepsy, convulsions"@en .

<http://lexvo.org/id/char/75EC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%97%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%AC>,
        "痬"^^xsd:string .

<http://lexvo.org/id/char/75ED> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%97%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%A9ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bang1>,
        <http://lexvo.org/id/term/yue/%E7%97%AD>,
        "痭"^^xsd:string ;
    rdfs:comment "menorrhagia"@en .

<http://lexvo.org/id/char/75EE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%97%AE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%A0ng>,
        "痮"^^xsd:string ;
    rdfs:comment "a swelled belly; dropsical; to swell; inflated"@en .

<http://lexvo.org/id/char/75EF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%97%AF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/gu%C7%8En>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gun2>,
        <http://lexvo.org/id/term/yue/%E7%97%AF>,
        "痯"^^xsd:string ;
    rdfs:comment "sick"@en .

<http://lexvo.org/id/char/75F0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%97%B0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%A1n>,
        <http://lexvo.org/id/term/kor/%E7%97%B0>,
        <http://lexvo.org/id/term/kor/TAM>,
        <http://lexvo.org/id/term/vie/%C4%91%E1%BB%9Dm>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/taam4>,
        <http://lexvo.org/id/term/yue/%E7%97%B0>,
        "痰"^^xsd:string ;
    rdfs:comment "phlegm, mucus, spittle"@en .

<http://lexvo.org/id/char/75F1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%97%B1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%A8i>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%A8i%20f%C3%A9i%20f%C4%9Bi>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fai2%20fai6%20fei2>,
        <http://lexvo.org/id/term/yue/%E7%97%B1>,
        "痱"^^xsd:string ;
    rdfs:comment "heat rash, prickly heat; ulcers"@en .

<http://lexvo.org/id/char/75F2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%97%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A1>,
        <http://lexvo.org/id/term/kor/%E7%97%B2>,
        <http://lexvo.org/id/term/kor/MA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/maa4>,
        <http://lexvo.org/id/term/yue/%E7%97%B2>,
        "痲"^^xsd:string ;
    rdfs:comment "pock-marked; leprosy; measles"@en .

<http://lexvo.org/id/char/75F3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%97%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%ADn>,
        <http://lexvo.org/id/term/kor/%E7%97%B3>,
        <http://lexvo.org/id/term/kor/LIM>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lam4%20maa4>,
        <http://lexvo.org/id/term/yue/%E7%97%B3>,
        "痳"^^xsd:string ;
    rdfs:comment "pock-marked; leprosy; measles"@en .

<http://lexvo.org/id/char/75F4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%97%B4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C4%AB>,
        <http://lexvo.org/id/term/kor/%E7%97%B4>,
        <http://lexvo.org/id/term/kor/CHI>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ci1>,
        <http://lexvo.org/id/term/yue/%E7%97%B4>,
        "痴"^^xsd:string ;
    rdfs:comment "foolish, stupid, dumb, silly"@en .

<http://lexvo.org/id/char/75F5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%97%B5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gwai3>,
        <http://lexvo.org/id/term/yue/%E7%97%B5>,
        "痵"^^xsd:string ;
    rdfs:comment "a heart symptom"@en .

<http://lexvo.org/id/char/75F6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%97%B6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/di%C7%8En>,
        <http://lexvo.org/id/term/vie/%C4%91%E1%BA%B9n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/din2>,
        <http://lexvo.org/id/term/yue/%E7%97%B6>,
        "痶"^^xsd:string .

<http://lexvo.org/id/char/75F7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C4%81n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%97%B7>,
        "痷"^^xsd:string .

<http://lexvo.org/id/char/75F8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%97%B8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%AC>,
        "痸"^^xsd:string .

<http://lexvo.org/id/char/75F9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%97%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%AC>,
        <http://lexvo.org/id/term/kor/%E7%97%B9>,
        <http://lexvo.org/id/term/kor/PI>,
        <http://lexvo.org/id/term/vie/t%C3%AA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bei3>,
        <http://lexvo.org/id/term/yue/%E7%97%B9>,
        "痹"^^xsd:string ;
    rdfs:comment "paralysis, numbness"@en .

<http://lexvo.org/id/char/75FA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%97%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%AC%20b%C4%93i>,
        <http://lexvo.org/id/term/kor/%E7%97%BA>,
        <http://lexvo.org/id/term/kor/PI>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bei3>,
        <http://lexvo.org/id/term/yue/%E7%97%BA>,
        "痺"^^xsd:string ;
    rdfs:comment "paralysis, numbness"@en .

<http://lexvo.org/id/char/75FB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%97%BB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%ADn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fan1%20man4>,
        <http://lexvo.org/id/term/yue/%E7%97%BB>,
        "痻"^^xsd:string ;
    rdfs:comment "suffer"@en .

<http://lexvo.org/id/char/75FC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%97%BC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C3%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C3%B9%20g%C5%AB>,
        <http://lexvo.org/id/term/kor/%E7%97%BC>,
        <http://lexvo.org/id/term/kor/KO>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gu3>,
        <http://lexvo.org/id/term/yue/%E7%97%BC>,
        "痼"^^xsd:string ;
    rdfs:comment "chronic disease"@en .

<http://lexvo.org/id/char/75FD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%97%BD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/du%C4%AB>,
        "痽"^^xsd:string .

<http://lexvo.org/id/char/75FE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C4%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%C4%93%20k%C4%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%97%BE>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/o1>,
        <http://lexvo.org/id/term/yue/%E7%97%BE>,
        "痾"^^xsd:string ;
    rdfs:comment "chronic illness; dysentery"@en .

<http://lexvo.org/id/char/75FF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%97%BF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C4%9Bi>,
        <http://lexvo.org/id/term/kor/%E7%97%BF>,
        <http://lexvo.org/id/term/kor/WI>,
        <http://lexvo.org/id/term/vie/o%E1%BA%A3i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wai2>,
        <http://lexvo.org/id/term/yue/%E7%97%BF>,
        "痿"^^xsd:string ;
    rdfs:comment "paralysis; impotence"@en .

<http://lexvo.org/id/char/7600> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%98%80>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C5%AB>,
        <http://lexvo.org/id/term/kor/%E7%98%80>,
        <http://lexvo.org/id/term/kor/E>,
        <http://lexvo.org/id/term/vie/%E1%BB%A9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jyu1>,
        <http://lexvo.org/id/term/yue/%E7%98%80>,
        "瘀"^^xsd:string ;
    rdfs:comment "a hematoma, contusion; extravasted blood"@en .

<http://lexvo.org/id/char/7601> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%98%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/cu%C3%AC>,
        <http://lexvo.org/id/term/kor/%E7%98%81>,
        <http://lexvo.org/id/term/kor/CHWI>,
        <http://lexvo.org/id/term/vie/tu%E1%BB%B5>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/seoi6>,
        <http://lexvo.org/id/term/yue/%E7%98%81>,
        "瘁"^^xsd:string ;
    rdfs:comment "feel tired, be weary, be worn out"@en .

<http://lexvo.org/id/char/7602> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%98%82>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%8E>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/aa2>,
        <http://lexvo.org/id/term/yue/%E7%98%82>,
        "瘂"^^xsd:string ;
    rdfs:comment "dumb"@en .

<http://lexvo.org/id/char/7603> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%98%83>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%BA%20zh%C7%94>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zuk1%20zuk6>,
        <http://lexvo.org/id/term/yue/%E7%98%83>,
        "瘃"^^xsd:string ;
    rdfs:comment "sores from cold"@en .

<http://lexvo.org/id/char/7604> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%98%84>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C3%B9>,
        "瘄"^^xsd:string .

<http://lexvo.org/id/char/7605> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%98%85>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%A0n%20d%C7%8En%20d%C4%81n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C4%81n%200211.030%3Ad%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/daan3>,
        <http://lexvo.org/id/term/yue/%E7%98%85>,
        "瘅"^^xsd:string ;
    rdfs:comment "to hate bitterly; drought; dry"@en .

<http://lexvo.org/id/char/7606> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%98%86>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%A8n>,
        "瘆"^^xsd:string .

<http://lexvo.org/id/char/7607> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%98%87>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C7%92ng>,
        <http://lexvo.org/id/term/kor/%E7%98%87>,
        <http://lexvo.org/id/term/kor/CONG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zung2>,
        <http://lexvo.org/id/term/yue/%E7%98%87>,
        "瘇"^^xsd:string ;
    rdfs:comment "dropsy of the leg"@en .

<http://lexvo.org/id/char/7608> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%98%88>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%AC%201490.010%3Azh%C3%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%AC%20ch%C3%AC%20zh%C3%AC>,
        <http://lexvo.org/id/term/kor/%E7%98%88>,
        <http://lexvo.org/id/term/kor/KYEY>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kai3%20zai3>,
        <http://lexvo.org/id/term/yue/%E7%98%88>,
        "瘈"^^xsd:string ;
    rdfs:comment "prolonged fever; chronic malaria"@en .

<http://lexvo.org/id/char/7609> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%98%89>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%B9>,
        <http://lexvo.org/id/term/kor/%E7%98%89>,
        <http://lexvo.org/id/term/kor/YU>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jyu6>,
        <http://lexvo.org/id/term/yue/%E7%98%89>,
        "瘉"^^xsd:string ;
    rdfs:comment "get well, recover"@en .

<http://lexvo.org/id/char/760A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%98%8A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%B3u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hau4>,
        <http://lexvo.org/id/term/yue/%E7%98%8A>,
        "瘊"^^xsd:string ;
    rdfs:comment "warts, pimples"@en .

<http://lexvo.org/id/char/760B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%98%8B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C4%93ng>,
        <http://lexvo.org/id/term/kor/%E7%98%8B>,
        <http://lexvo.org/id/term/kor/PHWUNG>,
        <http://lexvo.org/id/term/vie/phong>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fung1>,
        <http://lexvo.org/id/term/yue/%E7%98%8B>,
        "瘋"^^xsd:string ;
    rdfs:comment "crazy, insane, mentally ill"@en .

<http://lexvo.org/id/char/760C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%98%8C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%A0>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/laat3%20laat6>,
        <http://lexvo.org/id/term/yue/%E7%98%8C>,
        "瘌"^^xsd:string ;
    rdfs:comment "severe; poisonous; dangerous; itch and other skin diseases"@en .

<http://lexvo.org/id/char/760D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%98%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A1ng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A1ng%20d%C3%A0ng>,
        <http://lexvo.org/id/term/kor/%E7%98%8D>,
        <http://lexvo.org/id/term/kor/YANG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/joeng4>,
        <http://lexvo.org/id/term/yue/%E7%98%8D>,
        "瘍"^^xsd:string ;
    rdfs:comment "ulcers, sores; infection"@en .

<http://lexvo.org/id/char/760E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%98%8E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%A8n>,
        "瘎"^^xsd:string .

<http://lexvo.org/id/char/760F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%98%8F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%BA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tou4>,
        <http://lexvo.org/id/term/yue/%E7%98%8F>,
        "瘏"^^xsd:string ;
    rdfs:comment "ill"@en .

<http://lexvo.org/id/char/7610> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%98%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%94>,
        <http://lexvo.org/id/term/kor/%E7%98%90>,
        <http://lexvo.org/id/term/kor/YU>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jyu5>,
        <http://lexvo.org/id/term/yue/%E7%98%90>,
        "瘐"^^xsd:string ;
    rdfs:comment "to die in prison from cold and hunger; to treat with cruelty"@en .

<http://lexvo.org/id/char/7611> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%98%91>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/gu%C4%81>,
        "瘑"^^xsd:string .

<http://lexvo.org/id/char/7612> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%98%92>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C3%A9n>,
        "瘒"^^xsd:string .

<http://lexvo.org/id/char/7613> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%98%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wun6>,
        <http://lexvo.org/id/term/yue/%E7%98%93>,
        "瘓"^^xsd:string ;
    rdfs:comment "paralysis, numbness of limbs"@en .

<http://lexvo.org/id/char/7614> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%98%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C3%B9>,
        "瘔"^^xsd:string .

<http://lexvo.org/id/char/7615> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%98%95>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C7%8E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C7%8E%20xi%C3%A1%20xi%C4%81>,
        <http://lexvo.org/id/term/kor/%E7%98%95>,
        <http://lexvo.org/id/term/kor/HA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gaa2%20haa4>,
        <http://lexvo.org/id/term/yue/%E7%98%95>,
        "瘕"^^xsd:string ;
    rdfs:comment "asthma; disese of the bowels"@en .

<http://lexvo.org/id/char/7616> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%98%96>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C4%ABn>,
        <http://lexvo.org/id/term/vie/%E1%BB%91m>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jam1>,
        <http://lexvo.org/id/term/yue/%E7%98%96>,
        "瘖"^^xsd:string ;
    rdfs:comment "dumb, mute, unable speak"@en .

<http://lexvo.org/id/char/7617> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%98%97>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ji3>,
        <http://lexvo.org/id/term/yue/%E7%98%97>,
        "瘗"^^xsd:string ;
    rdfs:comment "bury, inter"@en .

<http://lexvo.org/id/char/7618> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%98%98>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%B2u>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C7%98%20l%C3%B2u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lau6>,
        <http://lexvo.org/id/term/yue/%E7%98%98>,
        "瘘"^^xsd:string ;
    rdfs:comment "fistula, sore, ulcer, goiter"@en .

<http://lexvo.org/id/char/7619> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%98%99>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C3%A0o>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C4%81o%20s%C3%A0o>,
        <http://lexvo.org/id/term/kor/%E7%98%99>,
        <http://lexvo.org/id/term/kor/SO>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sou3>,
        <http://lexvo.org/id/term/yue/%E7%98%99>,
        "瘙"^^xsd:string ;
    rdfs:comment "itch"@en .

<http://lexvo.org/id/char/761A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%98%9A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ju%C3%A9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gyut3%20kyut3>,
        <http://lexvo.org/id/term/yue/%E7%98%9A>,
        "瘚"^^xsd:string ;
    rdfs:comment "to hiccough; the humours of the body"@en .

<http://lexvo.org/id/char/761B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%98%9B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kai3>,
        <http://lexvo.org/id/term/yue/%E7%98%9B>,
        "瘛"^^xsd:string .

<http://lexvo.org/id/char/761C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%98%9C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C3%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C4%AB>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sik1>,
        <http://lexvo.org/id/term/yue/%E7%98%9C>,
        "瘜"^^xsd:string ;
    rdfs:comment "a polypus"@en .

<http://lexvo.org/id/char/761D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%98%9D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/gu%C4%81n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gwaan1>,
        <http://lexvo.org/id/term/yue/%E7%98%9D>,
        "瘝"^^xsd:string ;
    rdfs:comment "illness; pain; neglect; useless"@en .

<http://lexvo.org/id/char/761E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%98%9E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ji3>,
        <http://lexvo.org/id/term/yue/%E7%98%9E>,
        "瘞"^^xsd:string ;
    rdfs:comment "bury, inter"@en .

<http://lexvo.org/id/char/761F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%98%9F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C4%93n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C4%93n%20w%C3%B2%20y%C5%ABn>,
        <http://lexvo.org/id/term/kor/%E7%98%9F>,
        <http://lexvo.org/id/term/kor/ON>,
        <http://lexvo.org/id/term/vie/%C3%B4n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wan1>,
        <http://lexvo.org/id/term/yue/%E7%98%9F>,
        "瘟"^^xsd:string ;
    rdfs:comment "epidemic, plague, pestilence"@en .

<http://lexvo.org/id/char/7620> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%98%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%AD%20z%C3%AC>,
        <http://lexvo.org/id/term/kor/%E7%98%A0>,
        <http://lexvo.org/id/term/kor/CHEK>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zik3>,
        <http://lexvo.org/id/term/yue/%E7%98%A0>,
        "瘠"^^xsd:string ;
    rdfs:comment "thin, emaciated; barren"@en .

<http://lexvo.org/id/char/7621> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%98%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/chu%C4%81ng>,
        <http://lexvo.org/id/term/kor/%E7%98%A1>,
        <http://lexvo.org/id/term/kor/CHANG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cong1>,
        <http://lexvo.org/id/term/yue/%E7%98%A1>,
        "瘡"^^xsd:string ;
    rdfs:comment "tumor, boil, sore, wound"@en .

<http://lexvo.org/id/char/7622> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%98%A2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C4%81n>,
        <http://lexvo.org/id/term/kor/%E7%98%A2>,
        <http://lexvo.org/id/term/kor/PAN>,
        <http://lexvo.org/id/term/vie/ban>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/baan1>,
        <http://lexvo.org/id/term/yue/%E7%98%A2>,
        "瘢"^^xsd:string ;
    rdfs:comment "scar, mole"@en .

<http://lexvo.org/id/char/7623> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%98%A3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C4%9Bi>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fui3>,
        <http://lexvo.org/id/term/yue/%E7%98%A3>,
        "瘣"^^xsd:string .

<http://lexvo.org/id/char/7624> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%98%A4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C3%BA>,
        <http://lexvo.org/id/term/kor/%E7%98%A4>,
        <http://lexvo.org/id/term/kor/LYU>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lau4>,
        <http://lexvo.org/id/term/yue/%E7%98%A4>,
        "瘤"^^xsd:string ;
    rdfs:comment "tumor, lump, goiter"@en .

<http://lexvo.org/id/char/7625> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%98%A5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%A0i%200185.080%3Acu%C3%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%A0i%20cu%C3%B3>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/caai3%20co4>,
        <http://lexvo.org/id/term/yue/%E7%98%A5>,
        "瘥"^^xsd:string ;
    rdfs:comment "to recover from any disease; an epidemic"@en .

<http://lexvo.org/id/char/7626> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%98%A6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%B2u>,
        <http://lexvo.org/id/term/kor/%E7%98%A6>,
        <http://lexvo.org/id/term/kor/SWU>,
        <http://lexvo.org/id/term/vie/x%E1%BA%A5u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sau3>,
        <http://lexvo.org/id/term/yue/%E7%98%A6>,
        "瘦"^^xsd:string ;
    rdfs:comment "thin, emaciated, lean; meager"@en .

<http://lexvo.org/id/char/7627> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%98%A7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C3%BC%C3%A8%201342.131%3Ay%C3%A0o>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C3%BC%C3%A8%20y%C3%A0o>,
        <http://lexvo.org/id/term/kor/%E7%98%A7>,
        <http://lexvo.org/id/term/kor/HAK>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/joek6>,
        <http://lexvo.org/id/term/yue/%E7%98%A7>,
        "瘧"^^xsd:string ;
    rdfs:comment "intermittent fever; malaria"@en .

<http://lexvo.org/id/char/7628> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%98%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/di%C4%81n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/din1>,
        <http://lexvo.org/id/term/yue/%E7%98%A8>,
        "瘨"^^xsd:string ;
    rdfs:comment "mad; ill"@en .

<http://lexvo.org/id/char/7629> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%98%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/da%20d%C4%81%20d%C3%A1>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/daap3>,
        <http://lexvo.org/id/term/yue/%E7%98%A9>,
        "瘩"^^xsd:string ;
    rdfs:comment "pimples"@en .

<http://lexvo.org/id/char/762A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%98%AA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/bi%C4%93%200074.010%3Abi%C4%9B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/pi%C4%93%20bi%C4%9B%20bi%C4%93>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bit6>,
        <http://lexvo.org/id/term/yue/%E7%98%AA>,
        "瘪"^^xsd:string ;
    rdfs:comment "shrivelled up, dried up; vexed"@en .

<http://lexvo.org/id/char/762B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%98%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C4%81n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/taan1>,
        <http://lexvo.org/id/term/yue/%E7%98%AB>,
        "瘫"^^xsd:string ;
    rdfs:comment "paralysis, palsy, numbness"@en .

<http://lexvo.org/id/char/762C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%98%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%A0ng>,
        "瘬"^^xsd:string .

<http://lexvo.org/id/char/762D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%98%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/bi%C4%81o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/biu1>,
        <http://lexvo.org/id/term/yue/%E7%98%AD>,
        "瘭"^^xsd:string ;
    rdfs:comment "a whitlow"@en .

<http://lexvo.org/id/char/762E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%98%AE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%A8n>,
        "瘮"^^xsd:string .

<http://lexvo.org/id/char/762F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%98%AF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C3%B9>,
        <http://lexvo.org/id/term/kor/%E7%98%AF>,
        <http://lexvo.org/id/term/kor/COK>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cuk1>,
        <http://lexvo.org/id/term/yue/%E7%98%AF>,
        "瘯"^^xsd:string ;
    rdfs:comment "itch"@en .

<http://lexvo.org/id/char/7630> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%98%B0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/lu%C7%92>,
        <http://lexvo.org/id/term/kor/%E7%98%B0>,
        <http://lexvo.org/id/term/kor/LA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lo2>,
        <http://lexvo.org/id/term/yue/%E7%98%B0>,
        "瘰"^^xsd:string ;
    rdfs:comment "scrofula, swellings"@en .

<http://lexvo.org/id/char/7631> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%98%B1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ji3>,
        <http://lexvo.org/id/term/yue/%E7%98%B1>,
        "瘱"^^xsd:string .

<http://lexvo.org/id/char/7632> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%98%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C3%B2ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zung3>,
        <http://lexvo.org/id/term/yue/%E7%98%B2>,
        "瘲"^^xsd:string ;
    rdfs:comment "spasms or convulsions in young children, caused by indigestion"@en .

<http://lexvo.org/id/char/7633> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%98%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C5%8Du>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C5%8Du%20l%C3%B9>,
        <http://lexvo.org/id/term/kor/%E7%98%B3>,
        <http://lexvo.org/id/term/kor/CHWU>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cau1>,
        <http://lexvo.org/id/term/yue/%E7%98%B3>,
        "瘳"^^xsd:string ;
    rdfs:comment "to be healed; to reform"@en .

<http://lexvo.org/id/char/7634> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%98%B4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%A0ng>,
        <http://lexvo.org/id/term/kor/%E7%98%B4>,
        <http://lexvo.org/id/term/kor/CANG>,
        <http://lexvo.org/id/term/vie/ch%C6%B0%E1%BB%9Bng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zoeng3>,
        <http://lexvo.org/id/term/yue/%E7%98%B4>,
        "瘴"^^xsd:string ;
    rdfs:comment "malaria pestilential vapors"@en .

<http://lexvo.org/id/char/7635> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%98%B5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%A0i>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%A0i%20j%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zaai3>,
        <http://lexvo.org/id/term/yue/%E7%98%B5>,
        "瘵"^^xsd:string ;
    rdfs:comment "a wasting disease"@en .

<http://lexvo.org/id/char/7636> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%98%B6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C3%B2u>,
        "瘶"^^xsd:string ;
    rdfs:comment "to cough; to expectorate"@en .

<http://lexvo.org/id/char/7637> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%98%B7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/su%C7%92>,
        "瘷"^^xsd:string .

<http://lexvo.org/id/char/7638> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%98%B8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qu%C3%A9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ke4>,
        <http://lexvo.org/id/term/yue/%E7%98%B8>,
        "瘸"^^xsd:string ;
    rdfs:comment "lameness, paralysis of hands, leg"@en .

<http://lexvo.org/id/char/7639> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%98%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/di%C3%A0o>,
        "瘹"^^xsd:string .

<http://lexvo.org/id/char/763A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%98%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%B2u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lau6>,
        <http://lexvo.org/id/term/yue/%E7%98%BA>,
        "瘺"^^xsd:string ;
    rdfs:comment "anal fistula; tumor, sore"@en .

<http://lexvo.org/id/char/763B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%98%BB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%B2u>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C7%98%20l%C3%B2u>,
        <http://lexvo.org/id/term/kor/%E7%98%BB>,
        <http://lexvo.org/id/term/kor/LWU>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lau6>,
        <http://lexvo.org/id/term/yue/%E7%98%BB>,
        "瘻"^^xsd:string ;
    rdfs:comment "fistula, sore, ulcer, goiter"@en .

<http://lexvo.org/id/char/763C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%98%BC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%B2>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mok6>,
        <http://lexvo.org/id/term/yue/%E7%98%BC>,
        "瘼"^^xsd:string ;
    rdfs:comment "sickness; distress"@en .

<http://lexvo.org/id/char/763D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%98%BD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%ACn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kan4>,
        <http://lexvo.org/id/term/yue/%E7%98%BD>,
        "瘽"^^xsd:string .

<http://lexvo.org/id/char/763E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%98%BE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%90n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jan5>,
        <http://lexvo.org/id/term/yue/%E7%98%BE>,
        "瘾"^^xsd:string ;
    rdfs:comment "rash; addiction, craving, habit"@en .

<http://lexvo.org/id/char/763F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%98%BF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%90ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jing2>,
        <http://lexvo.org/id/term/yue/%E7%98%BF>,
        "瘿"^^xsd:string ;
    rdfs:comment "swelling, goiter"@en .

<http://lexvo.org/id/char/7640> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%99%80>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%A1ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wong4>,
        <http://lexvo.org/id/term/yue/%E7%99%80>,
        "癀"^^xsd:string ;
    rdfs:comment "jaundice"@en .

<http://lexvo.org/id/char/7641> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%99%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%BA>,
        "癁"^^xsd:string .

<http://lexvo.org/id/char/7642> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%99%82>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C3%A1o>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C3%A1o%20shu%C3%B2>,
        <http://lexvo.org/id/term/kor/%E7%99%82>,
        <http://lexvo.org/id/term/kor/LYO>,
        <http://lexvo.org/id/term/vie/li%E1%BB%87u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/liu4>,
        <http://lexvo.org/id/term/yue/%E7%99%82>,
        "療"^^xsd:string ;
    rdfs:comment "be healed, cured, recover"@en .

<http://lexvo.org/id/char/7643> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%99%83>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%B3ng>,
        <http://lexvo.org/id/term/kor/%E7%99%83>,
        <http://lexvo.org/id/term/kor/LYUNG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lung4>,
        <http://lexvo.org/id/term/yue/%E7%99%83>,
        "癃"^^xsd:string ;
    rdfs:comment "weakness, infirmity retention of urine"@en .

<http://lexvo.org/id/char/7644> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%99%84>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C3%A1o>,
        "癄"^^xsd:string .

<http://lexvo.org/id/char/7645> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%99%85>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C3%BA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lau4>,
        <http://lexvo.org/id/term/yue/%E7%99%85>,
        "癅"^^xsd:string ;
    rdfs:comment "a swelling, tumor"@en .

<http://lexvo.org/id/char/7646> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%99%86>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%A1o>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%A1o%20l%C3%A0o>,
        <http://lexvo.org/id/term/kor/%E7%99%86>,
        <http://lexvo.org/id/term/kor/LO>,
        <http://lexvo.org/id/term/vie/c%C3%B2m%20lao>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lou4>,
        <http://lexvo.org/id/term/yue/%E7%99%86>,
        "癆"^^xsd:string ;
    rdfs:comment "consumption; tuberculosis"@en .

<http://lexvo.org/id/char/7647> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%99%87>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/haan4>,
        <http://lexvo.org/id/term/yue/%E7%99%87>,
        "癇"^^xsd:string ;
    rdfs:comment "epilepsy, convulsions"@en .

<http://lexvo.org/id/char/7648> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%99%88>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%A8i>,
        <http://lexvo.org/id/term/kor/%E7%99%88>,
        <http://lexvo.org/id/term/kor/PHYEY>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fai3>,
        <http://lexvo.org/id/term/yue/%E7%99%88>,
        "癈"^^xsd:string ;
    rdfs:comment "abrogate, terminate, discard"@en .

<http://lexvo.org/id/char/7649> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%99%89>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%A0n%20d%C4%81n%20d%C7%8En%20t%C3%A1n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C4%81n%200211.031%3Ad%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E7%99%89>,
        <http://lexvo.org/id/term/kor/TAN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/daan1%20daan3%20taan2>,
        <http://lexvo.org/id/term/yue/%E7%99%89>,
        "癉"^^xsd:string ;
    rdfs:comment "to hate bitterly; drought; dry"@en .

<http://lexvo.org/id/char/764A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%99%8A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%ACn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jan3>,
        <http://lexvo.org/id/term/yue/%E7%99%8A>,
        "癊"^^xsd:string ;
    rdfs:comment "a disease of the heart"@en .

<http://lexvo.org/id/char/764B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%99%8B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A8>,
        "癋"^^xsd:string .

<http://lexvo.org/id/char/764C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C3%A1i>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%C3%A1i%20y%C3%A1n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%99%8C>,
        <http://lexvo.org/id/term/kor/%E7%99%8C>,
        <http://lexvo.org/id/term/kor/AM>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ngaam4>,
        <http://lexvo.org/id/term/yue/%E7%99%8C>,
        "癌"^^xsd:string ;
    rdfs:comment "cancer; marmoset"@en .

<http://lexvo.org/id/char/764D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%99%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C4%81n>,
        "癍"^^xsd:string ;
    rdfs:comment "unhealthy marks on the skin"@en .

<http://lexvo.org/id/char/764E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%99%8E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A1n>,
        <http://lexvo.org/id/term/kor/%E7%99%8E>,
        <http://lexvo.org/id/term/kor/KAN>,
        "癎"^^xsd:string ;
    rdfs:comment "epilepsy, convulsions"@en .

<http://lexvo.org/id/char/764F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%99%8F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/gu%C4%81n>,
        "癏"^^xsd:string .

<http://lexvo.org/id/char/7650> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%99%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/gu%C3%A0i>,
        <http://lexvo.org/id/term/vie/qu%E1%BA%B7m%20h%E1%BB%A7i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gui6%20wai1>,
        <http://lexvo.org/id/term/yue/%E7%99%90>,
        "癐"^^xsd:string ;
    rdfs:comment "(Cant.) tired, exhausted"@en .

<http://lexvo.org/id/char/7651> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%99%91>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C3%B3ng>,
        "癑"^^xsd:string .

<http://lexvo.org/id/char/7652> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%99%92>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%B9>,
        <http://lexvo.org/id/term/kor/%E7%99%92>,
        <http://lexvo.org/id/term/kor/YU>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jyu6>,
        <http://lexvo.org/id/term/yue/%E7%99%92>,
        "癒"^^xsd:string ;
    rdfs:comment "get well, recover"@en .

<http://lexvo.org/id/char/7653> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%99%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C3%A9i>,
        "癓"^^xsd:string .

<http://lexvo.org/id/char/7654> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%99%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%AC>,
        "癔"^^xsd:string ;
    rdfs:comment "hysterical"@en .

<http://lexvo.org/id/char/7655> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%99%95>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C5%8Dng>,
        <http://lexvo.org/id/term/kor/%E7%99%95>,
        <http://lexvo.org/id/term/kor/ONG>,
        "癕"^^xsd:string ;
    rdfs:comment "loss of the sense of smell"@en .

<http://lexvo.org/id/char/7656> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%99%96>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C7%90>,
        <http://lexvo.org/id/term/kor/%E7%99%96>,
        <http://lexvo.org/id/term/kor/PYEK>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/pik1>,
        <http://lexvo.org/id/term/yue/%E7%99%96>,
        "癖"^^xsd:string ;
    rdfs:comment "craving, weakness for; indigestion"@en .

<http://lexvo.org/id/char/7657> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%99%97>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C4%9Bi>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/leoi5>,
        <http://lexvo.org/id/term/yue/%E7%99%97>,
        "癗"^^xsd:string .

<http://lexvo.org/id/char/7658> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%99%98>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%AC>,
        <http://lexvo.org/id/term/kor/%E7%99%98>,
        <http://lexvo.org/id/term/kor/LYE>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lai6>,
        <http://lexvo.org/id/term/yue/%E7%99%98>,
        "癘"^^xsd:string ;
    rdfs:comment "a sore, ulcer; pestilence"@en .

<http://lexvo.org/id/char/7659> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%99%99>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C7%94>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/syu2>,
        <http://lexvo.org/id/term/yue/%E7%99%99>,
        "癙"^^xsd:string ;
    rdfs:comment "ill"@en .

<http://lexvo.org/id/char/765A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%99%9A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%A0n>,
        "癚"^^xsd:string .

<http://lexvo.org/id/char/765B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%99%9B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C7%90n%20b%C7%90ng>,
        "癛"^^xsd:string .

<http://lexvo.org/id/char/765C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%99%9C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/di%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E7%99%9C>,
        <http://lexvo.org/id/term/kor/CEN>,
        <http://lexvo.org/id/term/vie/%C4%91%E1%BA%B9n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/din6>,
        <http://lexvo.org/id/term/yue/%E7%99%9C>,
        "癜"^^xsd:string ;
    rdfs:comment "erythema"@en .

<http://lexvo.org/id/char/765D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%99%9D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C7%90n%20b%C7%90ng>,
        "癝"^^xsd:string .

<http://lexvo.org/id/char/765E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%99%9E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%A0i>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%A0i%20l%C3%A0>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/laai3>,
        <http://lexvo.org/id/term/yue/%E7%99%9E>,
        "癞"^^xsd:string ;
    rdfs:comment "leprosy, scabies, mange; shoddy"@en .

<http://lexvo.org/id/char/765F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%99%9F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/bi%C4%93%200074.011%3Abi%C4%9B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/bi%C4%9B%20pi%C4%93%20bi%C4%93>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bit6>,
        <http://lexvo.org/id/term/yue/%E7%99%9F>,
        "癟"^^xsd:string ;
    rdfs:comment "shrivelled up, dried up; vexed"@en .

<http://lexvo.org/id/char/7660> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%99%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%AC%20j%C3%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zai3%20zik3>,
        <http://lexvo.org/id/term/yue/%E7%99%A0>,
        "癠"^^xsd:string ;
    rdfs:comment "sick"@en .

<http://lexvo.org/id/char/7661> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%99%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C4%AB>,
        <http://lexvo.org/id/term/kor/%E7%99%A1>,
        <http://lexvo.org/id/term/kor/CHI>,
        <http://lexvo.org/id/term/vie/si>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ci1>,
        <http://lexvo.org/id/term/yue/%E7%99%A1>,
        "癡"^^xsd:string ;
    rdfs:comment "silly, foolish, idiotic"@en .

<http://lexvo.org/id/char/7662> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%99%A2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%8Eng>,
        <http://lexvo.org/id/term/kor/%E7%99%A2>,
        <http://lexvo.org/id/term/kor/YANG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/joeng5>,
        <http://lexvo.org/id/term/yue/%E7%99%A2>,
        "癢"^^xsd:string ;
    rdfs:comment "itch"@en .

<http://lexvo.org/id/char/7663> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%99%A3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C7%8En%20xu%C7%8En>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xu%C7%8En>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sin2>,
        <http://lexvo.org/id/term/yue/%E7%99%A3>,
        "癣"^^xsd:string ;
    rdfs:comment "ringworms"@en .

<http://lexvo.org/id/char/7664> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%99%A4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C4%93>,
        <http://lexvo.org/id/term/kor/%E7%99%A4>,
        <http://lexvo.org/id/term/kor/CEL>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zit3>,
        <http://lexvo.org/id/term/yue/%E7%99%A4>,
        "癤"^^xsd:string ;
    rdfs:comment "pimple, sore, boil"@en .

<http://lexvo.org/id/char/7665> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%99%A5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C4%93ng>,
        <http://lexvo.org/id/term/kor/%E7%99%A5>,
        <http://lexvo.org/id/term/kor/CING>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zing1>,
        <http://lexvo.org/id/term/yue/%E7%99%A5>,
        "癥"^^xsd:string ;
    rdfs:comment "obstruction of bowels"@en .

<http://lexvo.org/id/char/7666> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/mak6>,
        <http://lexvo.org/id/term/yue/%E7%99%A6>,
        "癦"^^xsd:string ;
    rdfs:comment "(Cant.) a mole (on the skin)"@en .

<http://lexvo.org/id/char/7667> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%99%A7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%AC>,
        <http://lexvo.org/id/term/kor/%E7%99%A7>,
        <http://lexvo.org/id/term/kor/LYEK>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lek6>,
        <http://lexvo.org/id/term/yue/%E7%99%A7>,
        "癧"^^xsd:string ;
    rdfs:comment "scrofulous lumps or swellings"@en .

<http://lexvo.org/id/char/7668> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%99%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%B2>,
        <http://lexvo.org/id/term/kor/%E7%99%A8>,
        <http://lexvo.org/id/term/kor/KWAK>,
        "癨"^^xsd:string ;
    rdfs:comment "quickly, suddenly; surname"@en .

<http://lexvo.org/id/char/7669> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%99%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%A0i%20l%C3%A0>,
        <http://lexvo.org/id/term/kor/%E7%99%A9>,
        <http://lexvo.org/id/term/kor/LA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/laai3>,
        <http://lexvo.org/id/term/yue/%E7%99%A9>,
        "癩"^^xsd:string ;
    rdfs:comment "leprosy, scabies, mange; shoddy"@en .

<http://lexvo.org/id/char/766A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/zik1>,
        <http://lexvo.org/id/term/yue/%E7%99%AA>,
        "癪"^^xsd:string ;
    rdfs:comment "spasms, convulsions, hysteria; (Cant.) infantile malnutrition"@en .

<http://lexvo.org/id/char/766B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%99%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/di%C4%81n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/din1>,
        <http://lexvo.org/id/term/yue/%E7%99%AB>,
        "癫"^^xsd:string ;
    rdfs:comment "crazy, mad; madness, mania, insan"@en .

<http://lexvo.org/id/char/766C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%99%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xu%C7%8En%20xi%C7%8En>,
        <http://lexvo.org/id/term/kor/%E7%99%AC>,
        <http://lexvo.org/id/term/kor/SEN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sin2>,
        <http://lexvo.org/id/term/yue/%E7%99%AC>,
        "癬"^^xsd:string ;
    rdfs:comment "ringworms"@en .

<http://lexvo.org/id/char/766D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%99%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%90ng>,
        <http://lexvo.org/id/term/kor/%E7%99%AD>,
        <http://lexvo.org/id/term/kor/YENG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jing2>,
        <http://lexvo.org/id/term/yue/%E7%99%AD>,
        "癭"^^xsd:string ;
    rdfs:comment "swelling, goiter"@en .

<http://lexvo.org/id/char/766E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%99%AE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%90n>,
        <http://lexvo.org/id/term/kor/%E7%99%AE>,
        <http://lexvo.org/id/term/kor/UN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jan5>,
        <http://lexvo.org/id/term/yue/%E7%99%AE>,
        "癮"^^xsd:string ;
    rdfs:comment "rash; addiction, craving, habit"@en .

<http://lexvo.org/id/char/766F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%99%AF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C3%BA>,
        <http://lexvo.org/id/term/kor/%E7%99%AF>,
        <http://lexvo.org/id/term/kor/KWU>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/keoi4>,
        <http://lexvo.org/id/term/yue/%E7%99%AF>,
        "癯"^^xsd:string ;
    rdfs:comment "thin, emaciated; worn, tired"@en .

<http://lexvo.org/id/char/7670> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%99%B0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C5%8Dng>,
        <http://lexvo.org/id/term/kor/%E7%99%B0>,
        <http://lexvo.org/id/term/kor/YONG>,
        <http://lexvo.org/id/term/vie/ung>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jung1>,
        <http://lexvo.org/id/term/yue/%E7%99%B0>,
        "癰"^^xsd:string ;
    rdfs:comment "carbuncle, sore, ulcer, abscess"@en .

<http://lexvo.org/id/char/7671> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%99%B1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C4%81n>,
        <http://lexvo.org/id/term/kor/%E7%99%B1>,
        <http://lexvo.org/id/term/kor/THAN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/taan1%20taan2>,
        <http://lexvo.org/id/term/yue/%E7%99%B1>,
        "癱"^^xsd:string ;
    rdfs:comment "paralysis, palsy, numbness"@en .

<http://lexvo.org/id/char/7672> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%99%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/di%C4%81n>,
        <http://lexvo.org/id/term/kor/%E7%99%B2>,
        <http://lexvo.org/id/term/kor/CEN>,
        <http://lexvo.org/id/term/vie/%C4%91i%C3%AAn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/din1>,
        <http://lexvo.org/id/term/yue/%E7%99%B2>,
        "癲"^^xsd:string ;
    rdfs:comment "crazy, mad; madness, mania, insanity"@en .

<http://lexvo.org/id/char/7673> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%99%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/lu%C7%92>,
        "癳"^^xsd:string .

<http://lexvo.org/id/char/7674> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%99%B4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/lu%C3%A1n>,
        "癴"^^xsd:string .

<http://lexvo.org/id/char/7675> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%99%B5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/lu%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lyun4>,
        <http://lexvo.org/id/term/yue/%E7%99%B5>,
        "癵"^^xsd:string .

<http://lexvo.org/id/char/7677> a lvont:Character ;
    lvont:represents "癷"^^xsd:string .

<http://lexvo.org/id/char/7678> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%99%B8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/gu%C7%90>,
        <http://lexvo.org/id/term/kor/%E7%99%B8>,
        <http://lexvo.org/id/term/kor/KYEY>,
        <http://lexvo.org/id/term/vie/qu%C3%BD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gwai3>,
        <http://lexvo.org/id/term/yue/%E7%99%B8>,
        "癸"^^xsd:string ;
    rdfs:comment "10th heavenly stem"@en .

<http://lexvo.org/id/char/7679> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%99%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C5%8D%20b%C3%A1>,
        "癹"^^xsd:string .

<http://lexvo.org/id/char/767A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%99%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C4%81%20f%C3%A0>,
        <http://lexvo.org/id/term/kor/%E7%99%BA>,
        <http://lexvo.org/id/term/kor/PAL>,
        "発"^^xsd:string ;
    rdfs:comment "issue, dispatch, send out, emit"@en .

<http://lexvo.org/id/char/767B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%99%BB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C4%93ng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C4%93ng%20d%C3%A9>,
        <http://lexvo.org/id/term/kor/%E7%99%BB>,
        <http://lexvo.org/id/term/kor/TUNG>,
        <http://lexvo.org/id/term/vie/%C4%91%C4%83ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dang1>,
        <http://lexvo.org/id/term/yue/%E7%99%BB>,
        "登"^^xsd:string ;
    rdfs:comment "rise, mount, board, climb"@en .

<http://lexvo.org/id/char/767C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%99%BC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C4%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C4%81%20f%C3%A0%20b%C5%8D>,
        <http://lexvo.org/id/term/kor/%E7%99%BC>,
        <http://lexvo.org/id/term/kor/PAL>,
        <http://lexvo.org/id/term/vie/ph%C3%A1t>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/faat3>,
        <http://lexvo.org/id/term/yue/%E7%99%BC>,
        "發"^^xsd:string ;
    rdfs:comment "issue, dispatch, send out, emit"@en .

<http://lexvo.org/id/char/767E> a lvont:Character ;
    lvont:label "100" ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%99%BE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C7%8Ei>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C7%8Ei%20b%C3%B3%20m%C3%B2>,
        <http://lexvo.org/id/term/kor/%E7%99%BE>,
        <http://lexvo.org/id/term/kor/PAYK%20MAYK>,
        <http://lexvo.org/id/term/vie/v%E1%BA%A7u%20b%C3%A1ch>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/baak3>,
        <http://lexvo.org/id/term/yue/%E7%99%BE>,
        "百"^^xsd:string ;
    rdfs:comment "one hundred; numerous, many"@en .

<http://lexvo.org/id/char/767F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%99%BF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C3%A9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ke4>,
        <http://lexvo.org/id/term/yue/%E7%99%BF>,
        "癿"^^xsd:string .

<http://lexvo.org/id/char/7680> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%9A%80>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C4%AB%20j%C3%AD>,
        <http://lexvo.org/id/term/kor/%E7%9A%80>,
        <http://lexvo.org/id/term/kor/KUP>,
        "皀"^^xsd:string ;
    rdfs:comment "kernel, seed; enjoy, feast [?]"@en .

<http://lexvo.org/id/char/7681> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%9A%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C3%A0o>,
        <http://lexvo.org/id/term/kor/%E7%9A%81>,
        <http://lexvo.org/id/term/kor/CO>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zou6>,
        <http://lexvo.org/id/term/yue/%E7%9A%81>,
        "皁"^^xsd:string ;
    rdfs:comment "black; police runners, from the black clothes formerly worn by them"@en .

<http://lexvo.org/id/char/7682> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%9A%82>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C3%A0o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zou6>,
        <http://lexvo.org/id/term/yue/%E7%9A%82>,
        "皂"^^xsd:string ;
    rdfs:comment "soap; black; menial servant"@en .

<http://lexvo.org/id/char/7683> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%9A%83>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A0o>,
        <http://lexvo.org/id/term/kor/%E7%9A%83>,
        <http://lexvo.org/id/term/kor/MO>,
        "皃"^^xsd:string ;
    rdfs:comment "countenance, appearance"@en .

<http://lexvo.org/id/char/7684> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%9A%84>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/de%200231.060%3Ad%C3%AD%200239.060%3Ad%C3%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/de%20d%C3%AD%20d%C3%AC>,
        <http://lexvo.org/id/term/kor/%E7%9A%84>,
        <http://lexvo.org/id/term/kor/CEK>,
        <http://lexvo.org/id/term/vie/%C4%91%C3%ADch>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/di1%20dik1>,
        <http://lexvo.org/id/term/yue/%E7%9A%84>,
        "的"^^xsd:string ;
    rdfs:comment "possessive, adjectival suffix"@en .

<http://lexvo.org/id/char/7685> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%9A%85>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C4%81>,
        "皅"^^xsd:string .

<http://lexvo.org/id/char/7686> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%9A%86>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C4%93>,
        <http://lexvo.org/id/term/kor/%E7%9A%86>,
        <http://lexvo.org/id/term/kor/KAY>,
        <http://lexvo.org/id/term/vie/giai>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gaai1>,
        <http://lexvo.org/id/term/yue/%E7%9A%86>,
        "皆"^^xsd:string ;
    rdfs:comment "all, every, everybody"@en .

<http://lexvo.org/id/char/7687> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%9A%87>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%A1ng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%A1ng%20w%C7%8Eng>,
        <http://lexvo.org/id/term/kor/%E7%9A%87>,
        <http://lexvo.org/id/term/kor/HWANG%20WANG>,
        <http://lexvo.org/id/term/vie/ho%C3%A0ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wong4>,
        <http://lexvo.org/id/term/yue/%E7%9A%87>,
        "皇"^^xsd:string ;
    rdfs:comment "royal, imperial; ruler, superior"@en .

<http://lexvo.org/id/char/7688> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%9A%88>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/gu%C4%AB>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gwai1>,
        <http://lexvo.org/id/term/yue/%E7%9A%88>,
        "皈"^^xsd:string ;
    rdfs:comment "follow, comply with"@en .

<http://lexvo.org/id/char/7689> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%9A%89>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C7%90>,
        "皉"^^xsd:string .

<http://lexvo.org/id/char/768A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%9A%8A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%ADng>,
        "皊"^^xsd:string .

<http://lexvo.org/id/char/768B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%9A%8B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C4%81o>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C4%81o%20g%C5%AB%20h%C3%A1o>,
        <http://lexvo.org/id/term/kor/%E7%9A%8B>,
        <http://lexvo.org/id/term/kor/KO>,
        <http://lexvo.org/id/term/vie/%C4%91%E1%BA%ADu%20cau>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gou1>,
        <http://lexvo.org/id/term/yue/%E7%9A%8B>,
        "皋"^^xsd:string ;
    rdfs:comment "the high land along a river"@en .

<http://lexvo.org/id/char/768C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%9A%8C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%B2>,
        "皌"^^xsd:string .

<http://lexvo.org/id/char/768D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%9A%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%AD>,
        "皍"^^xsd:string .

<http://lexvo.org/id/char/768E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%9A%8E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C7%8Eo>,
        <http://lexvo.org/id/term/kor/%E7%9A%8E>,
        <http://lexvo.org/id/term/kor/KYO>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gaau2>,
        <http://lexvo.org/id/term/yue/%E7%9A%8E>,
        "皎"^^xsd:string ;
    rdfs:comment "white; bright, brilliant; clear"@en .

<http://lexvo.org/id/char/768F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%9A%8F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C4%9Bng>,
        "皏"^^xsd:string .

<http://lexvo.org/id/char/7690> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%9A%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C4%81o>,
        <http://lexvo.org/id/term/kor/%E7%9A%90>,
        <http://lexvo.org/id/term/kor/KO%20HO>,
        <http://lexvo.org/id/term/vie/cau>,
        "皐"^^xsd:string ;
    rdfs:comment "the high land along a river"@en .

<http://lexvo.org/id/char/7691> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C3%A1i>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%9A%91>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ji4%20ngoi4>,
        <http://lexvo.org/id/term/yue/%E7%9A%91>,
        "皑"^^xsd:string ;
    rdfs:comment "brilliant white"@en .

<http://lexvo.org/id/char/7692> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C3%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%9A%92>,
        "皒"^^xsd:string .

<http://lexvo.org/id/char/7693> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%9A%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A0o>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A0o%20hu%C4%AB>,
        <http://lexvo.org/id/term/kor/%E7%9A%93>,
        <http://lexvo.org/id/term/kor/HO>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gou2%20hou6>,
        <http://lexvo.org/id/term/yue/%E7%9A%93>,
        "皓"^^xsd:string ;
    rdfs:comment "bright, luminous; clear; hoary"@en .

<http://lexvo.org/id/char/7694> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%9A%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A0n>,
        "皔"^^xsd:string .

<http://lexvo.org/id/char/7695> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%9A%95>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C4%AB>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bik1>,
        <http://lexvo.org/id/term/yue/%E7%9A%95>,
        "皕"^^xsd:string .

<http://lexvo.org/id/char/7696> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%9A%96>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C7%8En>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C7%8En%20hu%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E7%9A%96>,
        <http://lexvo.org/id/term/kor/HWAN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wun5>,
        <http://lexvo.org/id/term/yue/%E7%9A%96>,
        "皖"^^xsd:string ;
    rdfs:comment "Anhui province"@en .

<http://lexvo.org/id/char/7697> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%9A%97>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%B3u>,
        "皗"^^xsd:string .

<http://lexvo.org/id/char/7698> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%9A%98>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C3%A0n>,
        "皘"^^xsd:string .

<http://lexvo.org/id/char/7699> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%9A%99>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C4%AB>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sik1>,
        <http://lexvo.org/id/term/yue/%E7%9A%99>,
        "皙"^^xsd:string ;
    rdfs:comment "white; kind of date"@en .

<http://lexvo.org/id/char/769A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C3%A1i>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%9A%9A>,
        <http://lexvo.org/id/term/kor/%E7%9A%9A>,
        <http://lexvo.org/id/term/kor/AY>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ji4%20ngoi2%20ngoi4>,
        <http://lexvo.org/id/term/yue/%E7%9A%9A>,
        "皚"^^xsd:string ;
    rdfs:comment "brilliant white"@en .

<http://lexvo.org/id/char/769B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%9A%9B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C7%92ng%20ji%C7%8Eo%20xi%C7%8Eo>,
        <http://lexvo.org/id/term/kor/%E7%9A%9B>,
        <http://lexvo.org/id/term/kor/HYO>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kiu5%20miu5>,
        <http://lexvo.org/id/term/yue/%E7%9A%9B>,
        "皛"^^xsd:string .

<http://lexvo.org/id/char/769C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%9A%9C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A0o>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A0o%20g%C7%8Eo>,
        <http://lexvo.org/id/term/kor/%E7%9A%9C>,
        <http://lexvo.org/id/term/kor/HO>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hou6>,
        <http://lexvo.org/id/term/yue/%E7%9A%9C>,
        "皜"^^xsd:string ;
    rdfs:comment "white, bright; clear, pure"@en .

<http://lexvo.org/id/char/769D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%9A%9D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%A0ng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C7%8Eng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fong2>,
        <http://lexvo.org/id/term/yue/%E7%9A%9D>,
        "皝"^^xsd:string ;
    rdfs:comment "luminous; bright hoary, white"@en .

<http://lexvo.org/id/char/769E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%9A%9E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A0o>,
        <http://lexvo.org/id/term/kor/%E7%9A%9E>,
        <http://lexvo.org/id/term/kor/HO>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hou6>,
        <http://lexvo.org/id/term/yue/%E7%9A%9E>,
        "皞"^^xsd:string ;
    rdfs:comment "bright, brilliant"@en .

<http://lexvo.org/id/char/769F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%9A%9F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C3%A9>,
        "皟"^^xsd:string .

<http://lexvo.org/id/char/76A0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%9A%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/cu%C7%90%20cu%C3%AC>,
        "皠"^^xsd:string .

<http://lexvo.org/id/char/76A1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%9A%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A0o>,
        "皡"^^xsd:string ;
    rdfs:comment "bright; brilliant"@en .

<http://lexvo.org/id/char/76A2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%9A%A2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C7%8Eo>,
        "皢"^^xsd:string .

<http://lexvo.org/id/char/76A3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%9A%A3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A8>,
        "皣"^^xsd:string .

<http://lexvo.org/id/char/76A4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%9A%A4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%B3%20p%C3%A1n>,
        <http://lexvo.org/id/term/kor/%E7%9A%A4>,
        <http://lexvo.org/id/term/kor/PHA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/po4>,
        <http://lexvo.org/id/term/yue/%E7%9A%A4>,
        "皤"^^xsd:string ;
    rdfs:comment "white, grey; corpulent"@en .

<http://lexvo.org/id/char/76A5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%9A%A5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A0o>,
        "皥"^^xsd:string ;
    rdfs:comment "bright, brilliant"@en .

<http://lexvo.org/id/char/76A6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%9A%A6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C7%8Eo>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/giu2>,
        <http://lexvo.org/id/term/yue/%E7%9A%A6>,
        "皦"^^xsd:string ;
    rdfs:comment "bright white; bright, clear"@en .

<http://lexvo.org/id/char/76A7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C3%A0i>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%9A%A7>,
        "皧"^^xsd:string .

<http://lexvo.org/id/char/76A8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%9A%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C4%ABng>,
        "皨"^^xsd:string .

<http://lexvo.org/id/char/76A9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%9A%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%A0ng>,
        "皩"^^xsd:string .

<http://lexvo.org/id/char/76AA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%9A%AA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lik6>,
        <http://lexvo.org/id/term/yue/%E7%9A%AA>,
        "皪"^^xsd:string .

<http://lexvo.org/id/char/76AB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%9A%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/pi%C7%8Eo>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/piu2%20piu5>,
        <http://lexvo.org/id/term/yue/%E7%9A%AB>,
        "皫"^^xsd:string ;
    rdfs:comment "white"@en .

<http://lexvo.org/id/char/76AC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%9A%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A8%20h%C3%A9>,
        <http://lexvo.org/id/term/kor/%E7%9A%AC>,
        <http://lexvo.org/id/term/kor/HAK>,
        "皬"^^xsd:string .

<http://lexvo.org/id/char/76AD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%9A%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%A0o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ziu3%20zoek3>,
        <http://lexvo.org/id/term/yue/%E7%9A%AD>,
        "皭"^^xsd:string ;
    rdfs:comment "white; bright; clear; clean"@en .

<http://lexvo.org/id/char/76AF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%9A%AF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C7%8En>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gon2>,
        <http://lexvo.org/id/term/yue/%E7%9A%AF>,
        "皯"^^xsd:string .

<http://lexvo.org/id/char/76B0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%9A%B0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%A0o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/paau3>,
        <http://lexvo.org/id/term/yue/%E7%9A%B0>,
        "皰"^^xsd:string ;
    rdfs:comment "pimples"@en .

<http://lexvo.org/id/char/76B1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%9A%B1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%B2u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zau3>,
        <http://lexvo.org/id/term/yue/%E7%9A%B1>,
        "皱"^^xsd:string ;
    rdfs:comment "wrinkles, creases, folds"@en .

<http://lexvo.org/id/char/76B2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%9A%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C5%ABn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gwan1>,
        <http://lexvo.org/id/term/yue/%E7%9A%B2>,
        "皲"^^xsd:string ;
    rdfs:comment "crack, chap"@en .

<http://lexvo.org/id/char/76B3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%9A%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C3%BA>,
        "皳"^^xsd:string .

<http://lexvo.org/id/char/76B4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%9A%B4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C5%ABn>,
        <http://lexvo.org/id/term/kor/%E7%9A%B4>,
        <http://lexvo.org/id/term/kor/CWUN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/seon1>,
        <http://lexvo.org/id/term/yue/%E7%9A%B4>,
        "皴"^^xsd:string ;
    rdfs:comment "chapped, cracked"@en .

<http://lexvo.org/id/char/76B5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%9A%B5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qu%C3%A8>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/coek3%20zoek3>,
        <http://lexvo.org/id/term/yue/%E7%9A%B5>,
        "皵"^^xsd:string .

<http://lexvo.org/id/char/76B6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%9A%B6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C4%81%20c%C7%94>,
        <http://lexvo.org/id/term/kor/%E7%9A%B6>,
        <http://lexvo.org/id/term/kor/SA>,
        "皶"^^xsd:string ;
    rdfs:comment "rough skin; rough"@en .

<http://lexvo.org/id/char/76B7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%9A%B7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C7%94>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gu2>,
        <http://lexvo.org/id/term/yue/%E7%9A%B7>,
        "皷"^^xsd:string ;
    rdfs:comment "drum; excite, arouse"@en .

<http://lexvo.org/id/char/76B8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%9A%B8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C5%ABn>,
        <http://lexvo.org/id/term/kor/%E7%9A%B8>,
        <http://lexvo.org/id/term/kor/KWUN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gwan1>,
        <http://lexvo.org/id/term/yue/%E7%9A%B8>,
        "皸"^^xsd:string ;
    rdfs:comment "crack, chap"@en .

<http://lexvo.org/id/char/76B9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%9A%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C5%ABn>,
        "皹"^^xsd:string ;
    rdfs:comment "crack, chap"@en .

<http://lexvo.org/id/char/76BA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%9A%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%B2u>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%B2u%20zh%C5%8Du>,
        <http://lexvo.org/id/term/kor/%E7%9A%BA>,
        <http://lexvo.org/id/term/kor/CHWU>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zau3>,
        <http://lexvo.org/id/term/yue/%E7%9A%BA>,
        "皺"^^xsd:string ;
    rdfs:comment "wrinkles, creases, folds"@en .

<http://lexvo.org/id/char/76BB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%9A%BB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C4%81>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zaa1>,
        <http://lexvo.org/id/term/yue/%E7%9A%BB>,
        "皻"^^xsd:string ;
    rdfs:comment "pimples, blotches"@en .

<http://lexvo.org/id/char/76BC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%9A%BC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C7%94>,
        "皼"^^xsd:string .

<http://lexvo.org/id/char/76BD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%9A%BD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C7%8En>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zin2>,
        <http://lexvo.org/id/term/yue/%E7%9A%BD>,
        "皽"^^xsd:string ;
    rdfs:comment "scurf"@en .

<http://lexvo.org/id/char/76BE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%9A%BE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%BA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/duk6>,
        <http://lexvo.org/id/term/yue/%E7%9A%BE>,
        "皾"^^xsd:string .

<http://lexvo.org/id/char/76C0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%9B%80>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C7%90>,
        "盀"^^xsd:string .

<http://lexvo.org/id/char/76C1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%9B%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%ADng>,
        "盁"^^xsd:string .

<http://lexvo.org/id/char/76C2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%9B%82>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%BA>,
        <http://lexvo.org/id/term/kor/%E7%9B%82>,
        <http://lexvo.org/id/term/kor/WU>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jyu4>,
        <http://lexvo.org/id/term/yue/%E7%9B%82>,
        "盂"^^xsd:string ;
    rdfs:comment "basin; cup"@en .

<http://lexvo.org/id/char/76C3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%9B%83>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C4%93i>,
        <http://lexvo.org/id/term/kor/%E7%9B%83>,
        <http://lexvo.org/id/term/kor/PAY>,
        <http://lexvo.org/id/term/vie/b%C3%B4i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bui1>,
        <http://lexvo.org/id/term/yue/%E7%9B%83>,
        "盃"^^xsd:string ;
    rdfs:comment "glass, cup"@en .

<http://lexvo.org/id/char/76C4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%9B%84>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C4%81o%20di%C3%A0o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/diu3>,
        <http://lexvo.org/id/term/yue/%E7%9B%84>,
        "盄"^^xsd:string .

<http://lexvo.org/id/char/76C5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%9B%85>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C5%8Dng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C5%8Dng%20ch%C5%8Dng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zung1>,
        <http://lexvo.org/id/term/yue/%E7%9B%85>,
        "盅"^^xsd:string ;
    rdfs:comment "small cup or bowl"@en .

<http://lexvo.org/id/char/76C6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%9B%86>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%A9n>,
        <http://lexvo.org/id/term/kor/%E7%9B%86>,
        <http://lexvo.org/id/term/kor/PWUN>,
        <http://lexvo.org/id/term/vie/ph%C6%A1%20b%E1%BB%93n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/pun4>,
        <http://lexvo.org/id/term/yue/%E7%9B%86>,
        "盆"^^xsd:string ;
    rdfs:comment "basin, tub, pot, bowl"@en .

<http://lexvo.org/id/char/76C7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%9B%87>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A9>,
        "盇"^^xsd:string ;
    rdfs:comment "why not? would it not be better to?"@en .

<http://lexvo.org/id/char/76C8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%9B%88>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%ADng>,
        <http://lexvo.org/id/term/kor/%E7%9B%88>,
        <http://lexvo.org/id/term/kor/YENG>,
        <http://lexvo.org/id/term/vie/d%E1%BB%81nh>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jing4>,
        <http://lexvo.org/id/term/yue/%E7%9B%88>,
        "盈"^^xsd:string ;
    rdfs:comment "fill; full, overflowing; surplus"@en .

<http://lexvo.org/id/char/76C9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%9B%89>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wo4%20wo6>,
        <http://lexvo.org/id/term/yue/%E7%9B%89>,
        "盉"^^xsd:string .

<http://lexvo.org/id/char/76CA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%9B%8A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%AC>,
        <http://lexvo.org/id/term/kor/%E7%9B%8A>,
        <http://lexvo.org/id/term/kor/IK>,
        <http://lexvo.org/id/term/vie/%C3%ADch>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jik1>,
        <http://lexvo.org/id/term/yue/%E7%9B%8A>,
        "益"^^xsd:string ;
    rdfs:comment "profit, benefit; advantage"@en .

<http://lexvo.org/id/char/76CB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%9B%8B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C5%8D>,
        "盋"^^xsd:string .

<http://lexvo.org/id/char/76CC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%9B%8C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C7%8En>,
        <http://lexvo.org/id/term/kor/%E7%9B%8C>,
        <http://lexvo.org/id/term/kor/WAN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wun2>,
        <http://lexvo.org/id/term/yue/%E7%9B%8C>,
        "盌"^^xsd:string ;
    rdfs:comment "bowl, basin, cup"@en .

<http://lexvo.org/id/char/76CD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%9B%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A9%20k%C4%9B>,
        <http://lexvo.org/id/term/kor/%E7%9B%8D>,
        <http://lexvo.org/id/term/kor/HAP>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hap6>,
        <http://lexvo.org/id/term/yue/%E7%9B%8D>,
        "盍"^^xsd:string ;
    rdfs:comment "what? why not?"@en .

<http://lexvo.org/id/char/76CE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C3%A0ng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%9B%8E>,
        <http://lexvo.org/id/term/kor/%E7%9B%8E>,
        <http://lexvo.org/id/term/kor/ANG>,
        <http://lexvo.org/id/term/vie/%C3%A1ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/on1%20ong3>,
        <http://lexvo.org/id/term/yue/%E7%9B%8E>,
        "盎"^^xsd:string ;
    rdfs:comment "cup; pot; bowl; abundant"@en .

<http://lexvo.org/id/char/76CF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%9B%8F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C7%8En>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zaan2>,
        <http://lexvo.org/id/term/yue/%E7%9B%8F>,
        "盏"^^xsd:string ;
    rdfs:comment "small cup or container"@en .

<http://lexvo.org/id/char/76D0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%9B%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A1n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A1n%20y%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jim4>,
        <http://lexvo.org/id/term/yue/%E7%9B%90>,
        "盐"^^xsd:string ;
    rdfs:comment "salt"@en .

<http://lexvo.org/id/char/76D1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%9B%91>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C4%81n%200555.080%3Aji%C3%A0n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C4%81n%20ji%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gaam1%20gaam3>,
        <http://lexvo.org/id/term/yue/%E7%9B%91>,
        "监"^^xsd:string ;
    rdfs:comment "supervise, control, direct"@en .

<http://lexvo.org/id/char/76D2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%9B%92>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A9%20%C4%81n>,
        <http://lexvo.org/id/term/kor/%E7%9B%92>,
        <http://lexvo.org/id/term/kor/HAP>,
        <http://lexvo.org/id/term/vie/h%E1%BB%99p>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/haap6%20hap6>,
        <http://lexvo.org/id/term/yue/%E7%9B%92>,
        "盒"^^xsd:string ;
    rdfs:comment "small box or case; casket"@en .

<http://lexvo.org/id/char/76D3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%9B%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C5%AB>,
        "盓"^^xsd:string .

<http://lexvo.org/id/char/76D4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%9B%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ku%C4%AB>,
        <http://lexvo.org/id/term/kor/%E7%9B%94>,
        <http://lexvo.org/id/term/kor/HOY>,
        <http://lexvo.org/id/term/vie/kh%C3%B4i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kwai1>,
        <http://lexvo.org/id/term/yue/%E7%9B%94>,
        "盔"^^xsd:string ;
    rdfs:comment "helmet; bowl; basin"@en .

<http://lexvo.org/id/char/76D5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%9B%95>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%A0n>,
        "盕"^^xsd:string .

<http://lexvo.org/id/char/76D6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%9B%96>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C3%A0i%200373.040%3Ag%C4%9B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C3%A0i%20g%C4%9B%20h%C3%A9>,
        <http://lexvo.org/id/term/kor/%E7%9B%96>,
        <http://lexvo.org/id/term/kor/KAY%20HAP>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/goi3%20koi3>,
        <http://lexvo.org/id/term/yue/%E7%9B%96>,
        "盖"^^xsd:string ;
    rdfs:comment "cover, hide, protect"@en .

<http://lexvo.org/id/char/76D7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%9B%97>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%A0o>,
        <http://lexvo.org/id/term/vie/%C4%91%E1%BA%A1o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dou6>,
        <http://lexvo.org/id/term/yue/%E7%9B%97>,
        "盗"^^xsd:string ;
    rdfs:comment "rob, steal; thief, bandit"@en .

<http://lexvo.org/id/char/76D8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%9B%98>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/pun4>,
        <http://lexvo.org/id/term/yue/%E7%9B%98>,
        "盘"^^xsd:string ;
    rdfs:comment "tray, plate, dish; examine"@en .

<http://lexvo.org/id/char/76D9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%9B%99>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C7%94>,
        <http://lexvo.org/id/term/kor/%E7%9B%99>,
        <http://lexvo.org/id/term/kor/PO>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fu2>,
        <http://lexvo.org/id/term/yue/%E7%9B%99>,
        "盙"^^xsd:string ;
    rdfs:comment "a basket, square outside and round inside, used to hold boiled grain in State worship"@en .

<http://lexvo.org/id/char/76DA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%9B%9A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C3%BA>,
        "盚"^^xsd:string .

<http://lexvo.org/id/char/76DB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%9B%9B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%A9ng%201029.060%3Ash%C3%A8ng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%A8ng%20ch%C3%A9ng>,
        <http://lexvo.org/id/term/kor/%E7%9B%9B>,
        <http://lexvo.org/id/term/kor/SENG>,
        <http://lexvo.org/id/term/vie/th%E1%BB%8Bnh>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sing4%20sing6>,
        <http://lexvo.org/id/term/yue/%E7%9B%9B>,
        "盛"^^xsd:string ;
    rdfs:comment "abundant, flourishing; contain; fill"@en .

<http://lexvo.org/id/char/76DC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%9B%9C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%A0o>,
        <http://lexvo.org/id/term/kor/%E7%9B%9C>,
        <http://lexvo.org/id/term/kor/TO>,
        <http://lexvo.org/id/term/vie/d%E1%BB%ABa>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dou6>,
        <http://lexvo.org/id/term/yue/%E7%9B%9C>,
        "盜"^^xsd:string ;
    rdfs:comment "rob, steal; thief, bandit"@en .

<http://lexvo.org/id/char/76DD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%9B%9D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/luk6>,
        <http://lexvo.org/id/term/yue/%E7%9B%9D>,
        "盝"^^xsd:string ;
    rdfs:comment "drip"@en .

<http://lexvo.org/id/char/76DE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%9B%9E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C7%8En>,
        <http://lexvo.org/id/term/kor/%E7%9B%9E>,
        <http://lexvo.org/id/term/kor/CAN>,
        <http://lexvo.org/id/term/vie/ch%C3%A9n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zaan2>,
        <http://lexvo.org/id/term/yue/%E7%9B%9E>,
        "盞"^^xsd:string ;
    rdfs:comment "small cup or container; classifier for lamps, etc."@en .

<http://lexvo.org/id/char/76DF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%9B%9F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A9ng%200795.010%3Am%C3%ADng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A9ng%20m%C3%ADng%20m%C3%A8ng>,
        <http://lexvo.org/id/term/kor/%E7%9B%9F>,
        <http://lexvo.org/id/term/kor/MAYNG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mang4>,
        <http://lexvo.org/id/term/yue/%E7%9B%9F>,
        "盟"^^xsd:string ;
    rdfs:comment "swear; oath, covenant, alliance"@en .

<http://lexvo.org/id/char/76E0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%9B%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C7%90>,
        "盠"^^xsd:string .

<http://lexvo.org/id/char/76E1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%9B%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%ACn>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%ACn%20j%C7%90n>,
        <http://lexvo.org/id/term/kor/%E7%9B%A1>,
        <http://lexvo.org/id/term/kor/CIN>,
        <http://lexvo.org/id/term/vie/t%E1%BA%ADn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zeon6>,
        <http://lexvo.org/id/term/yue/%E7%9B%A1>,
        "盡"^^xsd:string ;
    rdfs:comment "exhaust, use up; deplete"@en .

<http://lexvo.org/id/char/76E2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%9B%A2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C3%B9>,
        "盢"^^xsd:string .

<http://lexvo.org/id/char/76E3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%9B%A3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C4%81n%200555.081%3Aji%C3%A0n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C4%81n%20ji%C3%A0n%20k%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E7%9B%A3>,
        <http://lexvo.org/id/term/kor/KAM>,
        <http://lexvo.org/id/term/vie/gi%C3%A1m>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gaam1%20gaam3>,
        <http://lexvo.org/id/term/yue/%E7%9B%A3>,
        "監"^^xsd:string ;
    rdfs:comment "supervise, control, direct"@en .

<http://lexvo.org/id/char/76E4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%9B%A4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%A1n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%A1n%20xu%C3%A1n>,
        <http://lexvo.org/id/term/kor/%E7%9B%A4>,
        <http://lexvo.org/id/term/kor/PAN>,
        <http://lexvo.org/id/term/vie/b%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/pun4>,
        <http://lexvo.org/id/term/yue/%E7%9B%A4>,
        "盤"^^xsd:string ;
    rdfs:comment "tray, plate, dish; examine"@en .

<http://lexvo.org/id/char/76E5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%9B%A5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/gu%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E7%9B%A5>,
        <http://lexvo.org/id/term/kor/KWAN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fun2%20gun3>,
        <http://lexvo.org/id/term/yue/%E7%9B%A5>,
        "盥"^^xsd:string ;
    rdfs:comment "wash"@en .

<http://lexvo.org/id/char/76E6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C4%81n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%9B%A6>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/am1>,
        <http://lexvo.org/id/term/yue/%E7%9B%A6>,
        "盦"^^xsd:string ;
    rdfs:comment "lid of a caldron; Buddhist cloister"@en .

<http://lexvo.org/id/char/76E7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%9B%A7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%BA>,
        <http://lexvo.org/id/term/kor/%E7%9B%A7>,
        <http://lexvo.org/id/term/kor/LO>,
        <http://lexvo.org/id/term/vie/l%C6%B0>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lou4>,
        <http://lexvo.org/id/term/yue/%E7%9B%A7>,
        "盧"^^xsd:string ;
    rdfs:comment "cottage, hut; surname; black"@en .

<http://lexvo.org/id/char/76E8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%9B%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C7%94%20x%C7%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C7%94>,
        "盨"^^xsd:string .

<http://lexvo.org/id/char/76E9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%9B%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C5%8Du>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C5%8Du%20ch%C5%8Du>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zau1>,
        <http://lexvo.org/id/term/yue/%E7%9B%A9>,
        "盩"^^xsd:string ;
    rdfs:comment "callus"@en .

<http://lexvo.org/id/char/76EA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%9B%AA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%A0ng>,
        <http://lexvo.org/id/term/kor/%E7%9B%AA>,
        <http://lexvo.org/id/term/kor/THANG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dong6>,
        <http://lexvo.org/id/term/yue/%E7%9B%AA>,
        "盪"^^xsd:string ;
    rdfs:comment "to toss about; to swing; to rock"@en .

<http://lexvo.org/id/char/76EB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C4%81n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%9B%AB>,
        "盫"^^xsd:string .

<http://lexvo.org/id/char/76EC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%9B%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C7%94>,
        <http://lexvo.org/id/term/kor/%E7%9B%AC>,
        <http://lexvo.org/id/term/kor/KO>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gu2>,
        <http://lexvo.org/id/term/yue/%E7%9B%AC>,
        "盬"^^xsd:string ;
    rdfs:comment "salt pit; leisure; pot; drink"@en .

<http://lexvo.org/id/char/76ED> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%9B%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/leoi6>,
        <http://lexvo.org/id/term/yue/%E7%9B%AD>,
        "盭"^^xsd:string ;
    rdfs:comment "cruel"@en .

<http://lexvo.org/id/char/76EF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%9B%AF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C4%ABng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C4%ABng%20ch%C3%A9ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ding1>,
        <http://lexvo.org/id/term/yue/%E7%9B%AF>,
        "盯"^^xsd:string ;
    rdfs:comment "rivet gaze upon, keep eyes on"@en .

<http://lexvo.org/id/char/76F0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%9B%B0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C7%8En>,
        "盰"^^xsd:string .

<http://lexvo.org/id/char/76F1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%9B%B1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C5%AB>,
        <http://lexvo.org/id/term/kor/%E7%9B%B1>,
        <http://lexvo.org/id/term/kor/YU>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/heoi1>,
        <http://lexvo.org/id/term/yue/%E7%9B%B1>,
        "盱"^^xsd:string ;
    rdfs:comment "wide open eyes; to gaze in astonishment"@en .

<http://lexvo.org/id/char/76F2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%9B%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A1ng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A1ng%20w%C3%A0ng>,
        <http://lexvo.org/id/term/kor/%E7%9B%B2>,
        <http://lexvo.org/id/term/kor/MAYNG>,
        <http://lexvo.org/id/term/vie/x%E1%BB%93m%20manh>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/maang4>,
        <http://lexvo.org/id/term/yue/%E7%9B%B2>,
        "盲"^^xsd:string ;
    rdfs:comment "blind; unperceptive, shortsighted"@en .

<http://lexvo.org/id/char/76F3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%9B%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A1ng%20w%C3%A0ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/maang4%20mong6>,
        <http://lexvo.org/id/term/yue/%E7%9B%B3>,
        "盳"^^xsd:string .

<http://lexvo.org/id/char/76F4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%9B%B4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%AD>,
        <http://lexvo.org/id/term/kor/%E7%9B%B4>,
        <http://lexvo.org/id/term/kor/CIK>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zik6>,
        <http://lexvo.org/id/term/yue/%E7%9B%B4>,
        "直"^^xsd:string ;
    rdfs:comment "straight, erect, vertical"@en .

<http://lexvo.org/id/char/76F5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%9B%B5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C3%AC>,
        "盵"^^xsd:string .

<http://lexvo.org/id/char/76F6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%9B%B6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ru%C7%8En>,
        "盶"^^xsd:string .

<http://lexvo.org/id/char/76F7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%9B%B7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ti%C3%A1n%20xu%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jyun4%20tin4>,
        <http://lexvo.org/id/term/yue/%E7%9B%B7>,
        "盷"^^xsd:string .

<http://lexvo.org/id/char/76F8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%9B%B8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C4%81ng%201260.010%3Axi%C3%A0ng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C4%81ng%20xi%C3%A0ng>,
        <http://lexvo.org/id/term/kor/%E7%9B%B8>,
        <http://lexvo.org/id/term/kor/SANG>,
        <http://lexvo.org/id/term/vie/t%C6%B0%C6%A1ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/soeng1%20soeng3>,
        <http://lexvo.org/id/term/yue/%E7%9B%B8>,
        "相"^^xsd:string ;
    rdfs:comment "mutual, reciprocal, each other"@en .

<http://lexvo.org/id/char/76F9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%9B%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C7%94n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C7%94n%20d%C3%B9n%20zh%C5%ABn>,
        <http://lexvo.org/id/term/kor/%E7%9B%B9>,
        <http://lexvo.org/id/term/kor/SWUN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/deon6>,
        <http://lexvo.org/id/term/yue/%E7%9B%B9>,
        "盹"^^xsd:string ;
    rdfs:comment "to doze; to nap; to nod"@en .

<http://lexvo.org/id/char/76FA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%9B%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C4%ABn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jan1>,
        <http://lexvo.org/id/term/yue/%E7%9B%BA>,
        "盺"^^xsd:string .

<http://lexvo.org/id/char/76FB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%9B%BB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C3%AC>,
        <http://lexvo.org/id/term/kor/%E7%9B%BB>,
        <http://lexvo.org/id/term/kor/HYEY>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hai6>,
        <http://lexvo.org/id/term/yue/%E7%9B%BB>,
        "盻"^^xsd:string ;
    rdfs:comment "glare; stare"@en .

<http://lexvo.org/id/char/76FC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%9B%BC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%A0n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%A0n%20f%C3%A9n>,
        <http://lexvo.org/id/term/kor/%E7%9B%BC>,
        <http://lexvo.org/id/term/kor/PAN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/paan3>,
        <http://lexvo.org/id/term/yue/%E7%9B%BC>,
        "盼"^^xsd:string ;
    rdfs:comment "look, gaze; expect, hope for"@en .

<http://lexvo.org/id/char/76FD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%9B%BD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C4%93ng>,
        "盽"^^xsd:string .

<http://lexvo.org/id/char/76FE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%9B%BE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%B9n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%B9n%20sh%C7%94n%20y%C7%94n>,
        <http://lexvo.org/id/term/kor/%E7%9B%BE>,
        <http://lexvo.org/id/term/kor/SWUN%20TON>,
        <http://lexvo.org/id/term/vie/thu%E1%BA%ABn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/seon5%20teon5>,
        <http://lexvo.org/id/term/yue/%E7%9B%BE>,
        "盾"^^xsd:string ;
    rdfs:comment "shield; dutch guilder; Indonesia"@en .

<http://lexvo.org/id/char/76FF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%9B%BF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%ADn>,
        "盿"^^xsd:string .

<http://lexvo.org/id/char/7700> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%9C%80>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%ADng>,
        "眀"^^xsd:string .

<http://lexvo.org/id/char/7701> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%9C%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C4%9Bng%201292.020%3Ax%C7%90ng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C4%9Bng%20xi%C7%8En%20x%C7%90ng>,
        <http://lexvo.org/id/term/kor/%E7%9C%81>,
        <http://lexvo.org/id/term/kor/SENG%20SAYNG>,
        <http://lexvo.org/id/term/vie/t%E1%BB%89nh>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/saang2%20sing2>,
        <http://lexvo.org/id/term/yue/%E7%9C%81>,
        "省"^^xsd:string ;
    rdfs:comment "province; save, economize"@en .

<http://lexvo.org/id/char/7702> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%9C%82>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%AC>,
        "眂"^^xsd:string .

<http://lexvo.org/id/char/7703> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%9C%83>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%BAn>,
        "眃"^^xsd:string .

<http://lexvo.org/id/char/7704> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%9C%84>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/mi%C7%8En>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/mi%C7%8En%200787.010%3Ami%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E7%9C%84>,
        <http://lexvo.org/id/term/kor/MYEN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/min5>,
        <http://lexvo.org/id/term/yue/%E7%9C%84>,
        "眄"^^xsd:string ;
    rdfs:comment "to look askance; looking dull"@en .

<http://lexvo.org/id/char/7705> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%9C%85>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C4%81n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/paan1>,
        <http://lexvo.org/id/term/yue/%E7%9C%85>,
        "眅"^^xsd:string ;
    rdfs:comment "inlay; border"@en .

<http://lexvo.org/id/char/7706> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%9C%86>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C7%8Eng>,
        "眆"^^xsd:string ;
    rdfs:comment "indistinct"@en .

<http://lexvo.org/id/char/7707> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%9C%87>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/mi%C7%8Eo>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/mi%C7%8Eo%20mi%C3%A0o>,
        <http://lexvo.org/id/term/kor/%E7%9C%87>,
        <http://lexvo.org/id/term/kor/MYO>,
        <http://lexvo.org/id/term/vie/d%E1%BA%BBo>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/miu5>,
        <http://lexvo.org/id/term/yue/%E7%9C%87>,
        "眇"^^xsd:string ;
    rdfs:comment "blind in one eye; minute, minuscule"@en .

<http://lexvo.org/id/char/7708> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%9C%88>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C4%81n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C4%81n%20t%C3%A1n%20ch%C4%9Bn>,
        <http://lexvo.org/id/term/kor/%E7%9C%88>,
        <http://lexvo.org/id/term/kor/THAM>,
        <http://lexvo.org/id/term/vie/x%E1%BA%A9m>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/daam1>,
        <http://lexvo.org/id/term/yue/%E7%9C%88>,
        "眈"^^xsd:string ;
    rdfs:comment "gloat, stare at; to delay, to loiter, to hinder"@en .

<http://lexvo.org/id/char/7709> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%9C%89>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A9i>,
        <http://lexvo.org/id/term/kor/%E7%9C%89>,
        <http://lexvo.org/id/term/kor/MI>,
        <http://lexvo.org/id/term/vie/mi>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mei4>,
        <http://lexvo.org/id/term/yue/%E7%9C%89>,
        "眉"^^xsd:string ;
    rdfs:comment "eyebrows; upper margin of book"@en .

<http://lexvo.org/id/char/770A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%9C%8A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A0o>,
        <http://lexvo.org/id/term/kor/%E7%9C%8A>,
        <http://lexvo.org/id/term/kor/MO>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mou6>,
        <http://lexvo.org/id/term/yue/%E7%9C%8A>,
        "眊"^^xsd:string ;
    rdfs:comment "dim-sighted; dull, bewildered"@en .

<http://lexvo.org/id/char/770B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%9C%8B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C3%A0n%20k%C4%81n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C4%81n%200633.060%3Ak%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E7%9C%8B>,
        <http://lexvo.org/id/term/kor/KAN>,
        <http://lexvo.org/id/term/vie/tr%E1%BA%A7u%20khan>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hon1%20hon3>,
        <http://lexvo.org/id/term/yue/%E7%9C%8B>,
        "看"^^xsd:string ;
    rdfs:comment "look, see; examine, scrutinize"@en .

<http://lexvo.org/id/char/770C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%9C%8C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E7%9C%8C>,
        <http://lexvo.org/id/term/kor/HYEN>,
        "県"^^xsd:string ;
    rdfs:comment "county, district, subdivision"@en .

<http://lexvo.org/id/char/770D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C5%8Du>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%9C%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C5%8Du>,
        "眍"^^xsd:string ;
    rdfs:comment "sunken"@en .

<http://lexvo.org/id/char/770E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%9C%8E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%AC>,
        "眎"^^xsd:string ;
    rdfs:comment "look at, inspect, observe, see"@en .

<http://lexvo.org/id/char/770F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%9C%8F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C4%81ng>,
        "眏"^^xsd:string .

<http://lexvo.org/id/char/7710> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%9C%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C4%93ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zing1>,
        <http://lexvo.org/id/term/yue/%E7%9C%90>,
        "眐"^^xsd:string .

<http://lexvo.org/id/char/7711> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%9C%91>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%8Eo>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jiu2>,
        <http://lexvo.org/id/term/yue/%E7%9C%91>,
        "眑"^^xsd:string ;
    rdfs:comment "sunken eyes; deep; abstruse"@en .

<http://lexvo.org/id/char/7712> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%9C%92>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%A8n>,
        "眒"^^xsd:string .

<http://lexvo.org/id/char/7713> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%9C%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%B2>,
        <http://lexvo.org/id/term/vie/m%C3%B9>,
        "眓"^^xsd:string .

<http://lexvo.org/id/char/7714> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%9C%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%A0>,
        "眔"^^xsd:string .

<http://lexvo.org/id/char/7715> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%9C%95>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C4%9Bn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/can2%20zan2>,
        <http://lexvo.org/id/term/yue/%E7%9C%95>,
        "眕"^^xsd:string ;
    rdfs:comment "restraint"@en .

<http://lexvo.org/id/char/7716> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%9C%96>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ku%C3%A0ng>,
        "眖"^^xsd:string .

<http://lexvo.org/id/char/7717> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%9C%97>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C5%AB>,
        "眗"^^xsd:string .

<http://lexvo.org/id/char/7718> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%9C%98>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%A8n>,
        "眘"^^xsd:string .

<http://lexvo.org/id/char/7719> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%9C%99>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%AC%20y%C3%AD%20d%C3%A8ng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ci3%20ji4>,
        <http://lexvo.org/id/term/yue/%E7%9C%99>,
        "眙"^^xsd:string ;
    rdfs:comment "to gaze at"@en .

<http://lexvo.org/id/char/771A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%9C%9A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C4%9Bng>,
        <http://lexvo.org/id/term/kor/%E7%9C%9A>,
        <http://lexvo.org/id/term/kor/SAYNG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/saang2>,
        <http://lexvo.org/id/term/yue/%E7%9C%9A>,
        "眚"^^xsd:string ;
    rdfs:comment "disease of the eyes; crime, fault"@en .

<http://lexvo.org/id/char/771B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%9C%9B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A8i>,
        <http://lexvo.org/id/term/kor/%E7%9C%9B>,
        <http://lexvo.org/id/term/kor/MAY>,
        <http://lexvo.org/id/term/vie/mu%E1%BB%99i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mui6>,
        <http://lexvo.org/id/term/yue/%E7%9C%9B>,
        "眛"^^xsd:string ;
    rdfs:comment "dim, dark, obscure; blind"@en .

<http://lexvo.org/id/char/771C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%9C%9C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%B2%20mi%C3%A8>,
        <http://lexvo.org/id/term/vie/m%E1%BA%AFt>,
        "眜"^^xsd:string .

<http://lexvo.org/id/char/771D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%9C%9D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%B9>,
        "眝"^^xsd:string .

<http://lexvo.org/id/char/771E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%9C%9E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C4%93n>,
        <http://lexvo.org/id/term/kor/%E7%9C%9E>,
        <http://lexvo.org/id/term/kor/CIN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zan1>,
        <http://lexvo.org/id/term/yue/%E7%9C%9E>,
        "眞"^^xsd:string ;
    rdfs:comment "real, actual, true, genuine"@en .

<http://lexvo.org/id/char/771F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%9C%9F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C4%93n>,
        <http://lexvo.org/id/term/vie/ch%C3%A2n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zan1>,
        <http://lexvo.org/id/term/yue/%E7%9C%9F>,
        "真"^^xsd:string ;
    rdfs:comment "real, actual, true, genuine"@en .

<http://lexvo.org/id/char/7720> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%9C%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/mi%C3%A1n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/mi%C3%A1n%20mi%C7%8En%20m%C7%90n>,
        <http://lexvo.org/id/term/kor/%E7%9C%A0>,
        <http://lexvo.org/id/term/kor/MYEN>,
        <http://lexvo.org/id/term/vie/mi%C3%AAn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/min4>,
        <http://lexvo.org/id/term/yue/%E7%9C%A0>,
        "眠"^^xsd:string ;
    rdfs:comment "close eyes, sleep; hibernate"@en .

<http://lexvo.org/id/char/7721> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%9C%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C4%AB>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ci1>,
        <http://lexvo.org/id/term/yue/%E7%9C%A1>,
        "眡"^^xsd:string ;
    rdfs:comment "(Cant.) blurred sight"@en .

<http://lexvo.org/id/char/7722> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%9C%A2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/yu%C4%81n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jyun1>,
        <http://lexvo.org/id/term/yue/%E7%9C%A2>,
        "眢"^^xsd:string ;
    rdfs:comment "eyes without brightness"@en .

<http://lexvo.org/id/char/7723> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%9C%A3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/di%C3%A9>,
        <http://lexvo.org/id/term/vie/ch%E1%BB%A3t>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dit6>,
        <http://lexvo.org/id/term/yue/%E7%9C%A3>,
        "眣"^^xsd:string ;
    rdfs:comment "prominent eyes"@en .

<http://lexvo.org/id/char/7724> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%9C%A4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%AD>,
        "眤"^^xsd:string .

<http://lexvo.org/id/char/7725> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%9C%A5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C3%AC>,
        <http://lexvo.org/id/term/kor/%E7%9C%A5>,
        <http://lexvo.org/id/term/kor/CA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zaai6%20zi6>,
        <http://lexvo.org/id/term/yue/%E7%9C%A5>,
        "眥"^^xsd:string ;
    rdfs:comment "eye sockets; corner of the eyes"@en .

<http://lexvo.org/id/char/7726> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%9C%A6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C3%AC>,
        <http://lexvo.org/id/term/kor/%E7%9C%A6>,
        <http://lexvo.org/id/term/kor/CA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zi6>,
        <http://lexvo.org/id/term/yue/%E7%9C%A6>,
        "眦"^^xsd:string ;
    rdfs:comment "corner of the eyes, eyesockets"@en .

<http://lexvo.org/id/char/7727> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%9C%A7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C7%8Eo>,
        "眧"^^xsd:string .

<http://lexvo.org/id/char/7728> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%9C%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C7%8E>,
        <http://lexvo.org/id/term/kor/%E7%9C%A8>,
        <http://lexvo.org/id/term/kor/CAP>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zaam2%20zaap3>,
        <http://lexvo.org/id/term/yue/%E7%9C%A8>,
        "眨"^^xsd:string ;
    rdfs:comment "wink"@en .

<http://lexvo.org/id/char/7729> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%9C%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xu%C3%A0n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xu%C3%A0n%20hu%C3%A0n%20ju%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E7%9C%A9>,
        <http://lexvo.org/id/term/kor/HYEN%20HWAN>,
        <http://lexvo.org/id/term/vie/gio%C3%A8n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jyun6>,
        <http://lexvo.org/id/term/yue/%E7%9C%A9>,
        "眩"^^xsd:string ;
    rdfs:comment "to confuse; dizzy, dazed, disoriented"@en .

<http://lexvo.org/id/char/772A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%9C%AA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C7%90ng>,
        <http://lexvo.org/id/term/vie/r%C4%A9nh>,
        "眪"^^xsd:string .

<http://lexvo.org/id/char/772B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%9C%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C7%90>,
        "眫"^^xsd:string .

<http://lexvo.org/id/char/772C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%9C%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%B3ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lung4>,
        <http://lexvo.org/id/term/yue/%E7%9C%AC>,
        "眬"^^xsd:string ;
    rdfs:comment "faint, fuzzy, blurred"@en .

<http://lexvo.org/id/char/772D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%9C%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/su%C4%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/su%C4%AB%20gu%C3%AC%20hu%C4%AB%20xi%C3%A9%20w%C3%A8i>,
        <http://lexvo.org/id/term/vie/v%E1%BB%9D%20kho%C3%A9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kwai4%20seoi1>,
        <http://lexvo.org/id/term/yue/%E7%9C%AD>,
        "眭"^^xsd:string ;
    rdfs:comment "evil look of deep-set eyes"@en .

<http://lexvo.org/id/char/772E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%9C%AE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%B2ng>,
        "眮"^^xsd:string .

<http://lexvo.org/id/char/772F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%9C%AF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C4%AB%200782.020%3Am%C7%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C7%90%20m%C4%AB%20m%C3%AC%20m%C3%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mai5%20mei1%20mi1>,
        <http://lexvo.org/id/term/yue/%E7%9C%AF>,
        "眯"^^xsd:string ;
    rdfs:comment "be blinded"@en .

<http://lexvo.org/id/char/7730> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%9C%B0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/di%C3%A9>,
        "眰"^^xsd:string .

<http://lexvo.org/id/char/7731> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%9C%B1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ji4>,
        <http://lexvo.org/id/term/yue/%E7%9C%B1>,
        "眱"^^xsd:string .

<http://lexvo.org/id/char/7732> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C3%A8r%20n%C3%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%9C%B2>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/nei6%20ngaak1%20ngak1>,
        <http://lexvo.org/id/term/yue/%E7%9C%B2>,
        "眲"^^xsd:string .

<http://lexvo.org/id/char/7733> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%9C%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C7%90ng%20m%C3%ADng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ming4>,
        <http://lexvo.org/id/term/yue/%E7%9C%B3>,
        "眳"^^xsd:string .

<http://lexvo.org/id/char/7734> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%9C%B4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xu%C3%A0n%20sh%C3%B9n>,
        <http://lexvo.org/id/term/kor/%E7%9C%B4>,
        <http://lexvo.org/id/term/kor/SWUN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hyun3%20jyun6%20seon1>,
        <http://lexvo.org/id/term/yue/%E7%9C%B4>,
        "眴"^^xsd:string ;
    rdfs:comment "dazzled"@en .

<http://lexvo.org/id/char/7735> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%9C%B5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C4%AB>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ci1>,
        <http://lexvo.org/id/term/yue/%E7%9C%B5>,
        "眵"^^xsd:string ;
    rdfs:comment "eyes diseased and dim"@en .

<http://lexvo.org/id/char/7736> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%9C%B6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ku%C3%A0ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hong1%20kwaang1>,
        <http://lexvo.org/id/term/yue/%E7%9C%B6>,
        "眶"^^xsd:string ;
    rdfs:comment "eye socket; rim of eye"@en .

<http://lexvo.org/id/char/7737> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%9C%B7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ju%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E7%9C%B7>,
        <http://lexvo.org/id/term/kor/KWEN>,
        <http://lexvo.org/id/term/vie/quy%E1%BA%BFn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gyun3>,
        <http://lexvo.org/id/term/yue/%E7%9C%B7>,
        "眷"^^xsd:string ;
    rdfs:comment "take interest in, care for"@en .

<http://lexvo.org/id/char/7738> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%9C%B8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%B3u>,
        <http://lexvo.org/id/term/kor/%E7%9C%B8>,
        <http://lexvo.org/id/term/kor/MO>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mau4>,
        <http://lexvo.org/id/term/yue/%E7%9C%B8>,
        "眸"^^xsd:string ;
    rdfs:comment "pupil of eye; eye"@en .

<http://lexvo.org/id/char/7739> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%9C%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%A8n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zam6%20zan2>,
        <http://lexvo.org/id/term/yue/%E7%9C%B9>,
        "眹"^^xsd:string ;
    rdfs:comment "pupil"@en .

<http://lexvo.org/id/char/773A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%9C%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ti%C3%A0o>,
        <http://lexvo.org/id/term/kor/%E7%9C%BA>,
        <http://lexvo.org/id/term/kor/CO>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tiu3>,
        <http://lexvo.org/id/term/yue/%E7%9C%BA>,
        "眺"^^xsd:string ;
    rdfs:comment "look at, gaze at, scan, survey"@en .

<http://lexvo.org/id/char/773B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%9C%BB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A1ng>,
        <http://lexvo.org/id/term/kor/%E7%9C%BB>,
        <http://lexvo.org/id/term/kor/YANG>,
        "眻"^^xsd:string .

<http://lexvo.org/id/char/773C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%9C%BC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%8En>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%8En%20w%C4%9Bn>,
        <http://lexvo.org/id/term/kor/%E7%9C%BC>,
        <http://lexvo.org/id/term/kor/AN>,
        <http://lexvo.org/id/term/vie/cua%20nh%E1%BA%A3n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ngaan5>,
        <http://lexvo.org/id/term/yue/%E7%9C%BC>,
        "眼"^^xsd:string ;
    rdfs:comment "eye; eyelet, hole, opening"@en .

<http://lexvo.org/id/char/773D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%9C%BD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%B2>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mak6>,
        <http://lexvo.org/id/term/yue/%E7%9C%BD>,
        "眽"^^xsd:string ;
    rdfs:comment "to gaze; to ogle to look at"@en .

<http://lexvo.org/id/char/773E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%9C%BE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%B2ng>,
        <http://lexvo.org/id/term/kor/%E7%9C%BE>,
        <http://lexvo.org/id/term/kor/CWUNG>,
        <http://lexvo.org/id/term/vie/ch%C3%BAng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zung3>,
        <http://lexvo.org/id/term/yue/%E7%9C%BE>,
        "眾"^^xsd:string ;
    rdfs:comment "masses, people, multitude, crowd"@en .

<http://lexvo.org/id/char/773F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%9C%BF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A0i>,
        "眿"^^xsd:string .

<http://lexvo.org/id/char/7740> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%9D%80>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%A1o%20zhe%20zh%C4%81o%20zhu%C3%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C4%81o%201459.020%3Azh%C3%A1o%201465.060%3Azhe%201527.030%3Azhu%C3%B3>,
        <http://lexvo.org/id/term/kor/%E7%9D%80>,
        <http://lexvo.org/id/term/kor/CHAK>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zau1%20zau2%20zoek3%20zoek6>,
        <http://lexvo.org/id/term/yue/%E7%9D%80>,
        "着"^^xsd:string ;
    rdfs:comment "make move, take action"@en .

<http://lexvo.org/id/char/7741> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%9D%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C4%93ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zaang1%20zang1>,
        <http://lexvo.org/id/term/yue/%E7%9D%81>,
        "睁"^^xsd:string ;
    rdfs:comment "open eyes; stare"@en .

<http://lexvo.org/id/char/7742> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%9D%82>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A9i>,
        "睂"^^xsd:string .

<http://lexvo.org/id/char/7743> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%9D%83>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%B9n%20su%C5%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/su%C5%8D>,
        "睃"^^xsd:string .

<http://lexvo.org/id/char/7744> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%9D%84>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%A0o%20qi%C3%A1o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ciu4%20saau3%20saau4>,
        <http://lexvo.org/id/term/yue/%E7%9D%84>,
        "睄"^^xsd:string ;
    rdfs:comment "(Cant.) to glance"@en .

<http://lexvo.org/id/char/7745> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%9D%85>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hon6>,
        <http://lexvo.org/id/term/yue/%E7%9D%85>,
        "睅"^^xsd:string ;
    rdfs:comment "big-eyed"@en .

<http://lexvo.org/id/char/7746> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%9D%86>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%A0n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C7%8En>,
        <http://lexvo.org/id/term/kor/%E7%9D%86>,
        <http://lexvo.org/id/term/kor/HWAN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wun2>,
        <http://lexvo.org/id/term/yue/%E7%9D%86>,
        "睆"^^xsd:string ;
    rdfs:comment "bright"@en .

<http://lexvo.org/id/char/7747> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%9D%87>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%AC%20t%C4%AB%20t%C3%AD>,
        <http://lexvo.org/id/term/kor/%E7%9D%87>,
        <http://lexvo.org/id/term/kor/CEY>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tai2>,
        <http://lexvo.org/id/term/yue/%E7%9D%87>,
        "睇"^^xsd:string ;
    rdfs:comment "look at, glance at; stare at"@en .

<http://lexvo.org/id/char/7748> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%9D%88>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C4%9Bng>,
        "睈"^^xsd:string .

<http://lexvo.org/id/char/7749> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%9D%89>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/cu%C5%8D>,
        "睉"^^xsd:string .

<http://lexvo.org/id/char/774A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%9D%8A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ju%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gyun1%20gyun3>,
        <http://lexvo.org/id/term/yue/%E7%9D%8A>,
        "睊"^^xsd:string ;
    rdfs:comment "see, look, gaze at; askance"@en .

<http://lexvo.org/id/char/774B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C3%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%9D%8B>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ngo4>,
        <http://lexvo.org/id/term/yue/%E7%9D%8B>,
        "睋"^^xsd:string .

<http://lexvo.org/id/char/774C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%9D%8C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C7%8En>,
        "睌"^^xsd:string .

<http://lexvo.org/id/char/774D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%9D%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E7%9D%8D>,
        <http://lexvo.org/id/term/kor/HYEN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jin5>,
        <http://lexvo.org/id/term/yue/%E7%9D%8D>,
        "睍"^^xsd:string ;
    rdfs:comment "to look at fearfully; overly cautious"@en .

<http://lexvo.org/id/char/774E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%9D%8E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C4%AB>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hei1>,
        <http://lexvo.org/id/term/yue/%E7%9D%8E>,
        "睎"^^xsd:string ;
    rdfs:comment "to long for; to gaze at"@en .

<http://lexvo.org/id/char/774F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%9D%8F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C3%B9n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kwan3>,
        <http://lexvo.org/id/term/yue/%E7%9D%8F>,
        "睏"^^xsd:string ;
    rdfs:comment "be tired, sleepy"@en .

<http://lexvo.org/id/char/7750> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%9D%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%A0i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/loi6>,
        <http://lexvo.org/id/term/yue/%E7%9D%90>,
        "睐"^^xsd:string ;
    rdfs:comment "squint at; sidelong glance"@en .

<http://lexvo.org/id/char/7751> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%9D%91>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C7%8En>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gim2>,
        <http://lexvo.org/id/term/yue/%E7%9D%91>,
        "睑"^^xsd:string ;
    rdfs:comment "eyelid"@en .

<http://lexvo.org/id/char/7752> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%9D%92>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C7%8En>,
        <http://lexvo.org/id/term/kor/%E7%9D%92>,
        <http://lexvo.org/id/term/kor/SEM>,
        <http://lexvo.org/id/term/vie/c%C3%B2%20g%C6%B0%E1%BB%9Dm>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sim2>,
        <http://lexvo.org/id/term/yue/%E7%9D%92>,
        "睒"^^xsd:string ;
    rdfs:comment "to glance at, to peep; glittering; to shine"@en .

<http://lexvo.org/id/char/7753> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%9D%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ti%C7%8En>,
        "睓"^^xsd:string .

<http://lexvo.org/id/char/7754> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%9D%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C7%94n%20g%C7%94n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gwan3>,
        <http://lexvo.org/id/term/yue/%E7%9D%94>,
        "睔"^^xsd:string .

<http://lexvo.org/id/char/7755> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%9D%95>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C7%8En%20w%C4%81n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jyun2%20waan1>,
        <http://lexvo.org/id/term/yue/%E7%9D%95>,
        "睕"^^xsd:string .

<http://lexvo.org/id/char/7756> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%9D%96>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%A8ng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%ADng%20l%C3%A8ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ling6>,
        <http://lexvo.org/id/term/yue/%E7%9D%96>,
        "睖"^^xsd:string ;
    rdfs:comment "to stare straight ahead"@en .

<http://lexvo.org/id/char/7757> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%9D%97>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%AC>,
        "睗"^^xsd:string ;
    rdfs:comment "a flash"@en .

<http://lexvo.org/id/char/7758> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%9D%98>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C3%B3ng>,
        "睘"^^xsd:string ;
    rdfs:comment "round; stare"@en .

<http://lexvo.org/id/char/7759> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%9D%99>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C3%A8>,
        "睙"^^xsd:string .

<http://lexvo.org/id/char/775A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%9D%9A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A1i%20y%C3%A1>,
        <http://lexvo.org/id/term/kor/%E7%9D%9A>,
        <http://lexvo.org/id/term/kor/AY>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ngaai4>,
        <http://lexvo.org/id/term/yue/%E7%9D%9A>,
        "睚"^^xsd:string ;
    rdfs:comment "corner of eye; stare"@en .

<http://lexvo.org/id/char/775B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%9D%9B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C4%ABng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C4%ABng%20j%C7%90ng>,
        <http://lexvo.org/id/term/kor/%E7%9D%9B>,
        <http://lexvo.org/id/term/kor/CENG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zing1>,
        <http://lexvo.org/id/term/yue/%E7%9D%9B>,
        "睛"^^xsd:string ;
    rdfs:comment "eyeball; pupil of eye"@en .

<http://lexvo.org/id/char/775C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%9D%9C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C4%93ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zaang1%20zang1>,
        <http://lexvo.org/id/term/yue/%E7%9D%9C>,
        "睜"^^xsd:string ;
    rdfs:comment "to open the eyes; stare"@en .

<http://lexvo.org/id/char/775D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%9D%9D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%AD>,
        "睝"^^xsd:string .

<http://lexvo.org/id/char/775E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%9D%9E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%A0i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/loi6>,
        <http://lexvo.org/id/term/yue/%E7%9D%9E>,
        "睞"^^xsd:string ;
    rdfs:comment "squint at; sidelong glance"@en .

<http://lexvo.org/id/char/775F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%9D%9F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/su%C3%AC>,
        <http://lexvo.org/id/term/kor/%E7%9D%9F>,
        <http://lexvo.org/id/term/kor/SWU>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/seoi6>,
        <http://lexvo.org/id/term/yue/%E7%9D%9F>,
        "睟"^^xsd:string ;
    rdfs:comment "clear-eyed"@en .

<http://lexvo.org/id/char/7760> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%9D%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ju%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E7%9D%A0>,
        <http://lexvo.org/id/term/kor/KWEN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gyun3>,
        <http://lexvo.org/id/term/yue/%E7%9D%A0>,
        "睠"^^xsd:string ;
    rdfs:comment "to care for; love"@en .

<http://lexvo.org/id/char/7761> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%9D%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/shu%C3%AC>,
        <http://lexvo.org/id/term/kor/%E7%9D%A1>,
        <http://lexvo.org/id/term/kor/SWU>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/seoi6>,
        <http://lexvo.org/id/term/yue/%E7%9D%A1>,
        "睡"^^xsd:string ;
    rdfs:comment "sleep, doze"@en .

<http://lexvo.org/id/char/7762> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%9D%A2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/su%C4%AB>,
        <http://lexvo.org/id/term/kor/%E7%9D%A2>,
        <http://lexvo.org/id/term/kor/SWU>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/seoi1>,
        <http://lexvo.org/id/term/yue/%E7%9D%A2>,
        "睢"^^xsd:string ;
    rdfs:comment "gaze at, stare at; uninhibited"@en .

<http://lexvo.org/id/char/7763> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%9D%A3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C5%AB>,
        <http://lexvo.org/id/term/kor/%E7%9D%A3>,
        <http://lexvo.org/id/term/kor/TOK>,
        <http://lexvo.org/id/term/vie/%C4%91%E1%BB%91c>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/duk1>,
        <http://lexvo.org/id/term/yue/%E7%9D%A3>,
        "督"^^xsd:string ;
    rdfs:comment "supervise, oversee, direct"@en .

<http://lexvo.org/id/char/7764> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%9D%A4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/pai5>,
        <http://lexvo.org/id/term/yue/%E7%9D%A4>,
        "睤"^^xsd:string ;
    rdfs:comment "to look around, look askance"@en .

<http://lexvo.org/id/char/7765> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%9D%A5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%AC%20p%C3%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%AC>,
        <http://lexvo.org/id/term/kor/%E7%9D%A5>,
        <http://lexvo.org/id/term/kor/PI>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/pai5>,
        <http://lexvo.org/id/term/yue/%E7%9D%A5>,
        "睥"^^xsd:string ;
    rdfs:comment "look askance at, glare at"@en .

<http://lexvo.org/id/char/7766> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%9D%A6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%B9>,
        <http://lexvo.org/id/term/kor/%E7%9D%A6>,
        <http://lexvo.org/id/term/kor/MOK>,
        <http://lexvo.org/id/term/vie/m%E1%BB%A5c>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/muk6>,
        <http://lexvo.org/id/term/yue/%E7%9D%A6>,
        "睦"^^xsd:string ;
    rdfs:comment "friendly, amiable, peaceful"@en .

<http://lexvo.org/id/char/7767> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%9D%A7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C5%ABn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fan1>,
        <http://lexvo.org/id/term/yue/%E7%9D%A7>,
        "睧"^^xsd:string ;
    rdfs:comment "dull vision"@en .

<http://lexvo.org/id/char/7768> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%9D%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C3%AC>,
        <http://lexvo.org/id/term/kor/%E7%9D%A8>,
        <http://lexvo.org/id/term/kor/YEY>,
        <http://lexvo.org/id/term/vie/ngh%E1%BB%85>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ngai6>,
        <http://lexvo.org/id/term/yue/%E7%9D%A8>,
        "睨"^^xsd:string ;
    rdfs:comment "look askance at, glare at; squint"@en .

<http://lexvo.org/id/char/7769> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%9D%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/luk1%20luk6>,
        <http://lexvo.org/id/term/yue/%E7%9D%A9>,
        "睩"^^xsd:string .

<http://lexvo.org/id/char/776A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%9D%AA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%AC%20g%C4%81o%20h%C3%A0o%20z%C3%A9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jik6>,
        <http://lexvo.org/id/term/yue/%E7%9D%AA>,
        "睪"^^xsd:string ;
    rdfs:comment "spy on"@en .

<http://lexvo.org/id/char/776B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%9D%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%A9%20sh%C3%A8>,
        <http://lexvo.org/id/term/kor/%E7%9D%AB>,
        <http://lexvo.org/id/term/kor/CHEP>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zit6>,
        <http://lexvo.org/id/term/yue/%E7%9D%AB>,
        "睫"^^xsd:string ;
    rdfs:comment "eyelashes"@en .

<http://lexvo.org/id/char/776C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%9D%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C7%8Ei>,
        <http://lexvo.org/id/term/kor/%E7%9D%AC>,
        <http://lexvo.org/id/term/kor/CHAY>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/coi2>,
        <http://lexvo.org/id/term/yue/%E7%9D%AC>,
        "睬"^^xsd:string ;
    rdfs:comment "notice; pay attention to"@en .

<http://lexvo.org/id/char/776D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%9D%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C7%92u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zau2>,
        <http://lexvo.org/id/term/yue/%E7%9D%AD>,
        "睭"^^xsd:string .

<http://lexvo.org/id/char/776E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%9D%AE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%BA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jyu4>,
        <http://lexvo.org/id/term/yue/%E7%9D%AE>,
        "睮"^^xsd:string .

<http://lexvo.org/id/char/776F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%9D%AF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C5%ABn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mau6>,
        <http://lexvo.org/id/term/yue/%E7%9D%AF>,
        "睯"^^xsd:string .

<http://lexvo.org/id/char/7770> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%9D%B0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A0>,
        "睰"^^xsd:string .

<http://lexvo.org/id/char/7771> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%9D%B1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A0%20ji%C7%8E>,
        "睱"^^xsd:string ;
    rdfs:comment "to gaze slowly; white appearance of the eyes"@en .

<http://lexvo.org/id/char/7772> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%9D%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C7%90ng>,
        "睲"^^xsd:string .

<http://lexvo.org/id/char/7773> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%9D%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C4%AB>,
        "睳"^^xsd:string .

<http://lexvo.org/id/char/7774> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%9D%B4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C3%B9n>,
        "睴"^^xsd:string .

<http://lexvo.org/id/char/7775> a lvont:Character ;
    lvont:represents "睵"^^xsd:string .

<http://lexvo.org/id/char/7776> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%9D%B6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C7%94n>,
        "睶"^^xsd:string .

<http://lexvo.org/id/char/7777> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%9D%B7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C4%81n>,
        <http://lexvo.org/id/term/kor/%E7%9D%B7>,
        <http://lexvo.org/id/term/kor/KEN>,
        "睷"^^xsd:string .

<http://lexvo.org/id/char/7778> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%9D%B8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A8i>,
        <http://lexvo.org/id/term/vie/m%C3%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mei1>,
        <http://lexvo.org/id/term/yue/%E7%9D%B8>,
        "睸"^^xsd:string ;
    rdfs:comment "(Cant.) to close, shut"@en .

<http://lexvo.org/id/char/7779> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%9D%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C7%94>,
        <http://lexvo.org/id/term/kor/%E7%9D%B9>,
        <http://lexvo.org/id/term/kor/TO>,
        <http://lexvo.org/id/term/vie/%C4%91%E1%BB%A7>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dou2>,
        <http://lexvo.org/id/term/yue/%E7%9D%B9>,
        "睹"^^xsd:string ;
    rdfs:comment "look at, gaze at; observe"@en .

<http://lexvo.org/id/char/777A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%9D%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%B3u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hau1>,
        <http://lexvo.org/id/term/yue/%E7%9D%BA>,
        "睺"^^xsd:string ;
    rdfs:comment "(Cant.) to watch"@en .

<http://lexvo.org/id/char/777B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%9D%BB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xu%C4%81n>,
        "睻"^^xsd:string .

<http://lexvo.org/id/char/777C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%9D%BC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tai4>,
        <http://lexvo.org/id/term/yue/%E7%9D%BC>,
        "睼"^^xsd:string .

<http://lexvo.org/id/char/777D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%9D%BD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ku%C3%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ku%C3%AD%20j%C3%AC>,
        <http://lexvo.org/id/term/kor/%E7%9D%BD>,
        <http://lexvo.org/id/term/kor/KYU>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kwai4>,
        <http://lexvo.org/id/term/yue/%E7%9D%BD>,
        "睽"^^xsd:string ;
    rdfs:comment "staring"@en .

<http://lexvo.org/id/char/777E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%9D%BE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C4%81o>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C4%81o%20h%C3%A0o>,
        <http://lexvo.org/id/term/kor/%E7%9D%BE>,
        <http://lexvo.org/id/term/kor/KO>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gou1>,
        <http://lexvo.org/id/term/yue/%E7%9D%BE>,
        "睾"^^xsd:string ;
    rdfs:comment "testicle"@en .

<http://lexvo.org/id/char/777F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%9D%BF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ru%C3%AC>,
        <http://lexvo.org/id/term/kor/%E7%9D%BF>,
        <http://lexvo.org/id/term/kor/YEY>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jeoi6>,
        <http://lexvo.org/id/term/yue/%E7%9D%BF>,
        "睿"^^xsd:string ;
    rdfs:comment "shrewd, astute, clever, keen"@en .

<http://lexvo.org/id/char/7780> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%9E%80>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A0o>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A0o%20w%C3%BA%20m%C3%B2u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mau6>,
        <http://lexvo.org/id/term/yue/%E7%9E%80>,
        "瞀"^^xsd:string ;
    rdfs:comment "to look at closely; nearsighted; dim; indistinct vision"@en .

<http://lexvo.org/id/char/7781> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%9E%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C3%B9>,
        "瞁"^^xsd:string .

<http://lexvo.org/id/char/7782> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%9E%82>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C4%81%20f%C3%A1>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fat6>,
        <http://lexvo.org/id/term/yue/%E7%9E%82>,
        "瞂"^^xsd:string .

<http://lexvo.org/id/char/7783> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%9E%83>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C4%93n>,
        "瞃"^^xsd:string .

<http://lexvo.org/id/char/7784> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%9E%84>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/mi%C3%A1o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/miu4>,
        <http://lexvo.org/id/term/yue/%E7%9E%84>,
        "瞄"^^xsd:string ;
    rdfs:comment "take aim at; look at"@en .

<http://lexvo.org/id/char/7785> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%9E%85>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C7%92u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cau2>,
        <http://lexvo.org/id/term/yue/%E7%9E%85>,
        "瞅"^^xsd:string ;
    rdfs:comment "see, look, gaze at"@en .

<http://lexvo.org/id/char/7786> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%9E%86>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ku%C3%AC%20gu%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gwai3%20kui2>,
        <http://lexvo.org/id/term/yue/%E7%9E%86>,
        "瞆"^^xsd:string ;
    rdfs:comment "dim"@en .

<http://lexvo.org/id/char/7787> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%9E%87>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C4%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C4%AB%200782.021%3Am%C7%90>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mai4%20mai5%20mei1%20mi1>,
        <http://lexvo.org/id/term/yue/%E7%9E%87>,
        "瞇"^^xsd:string ;
    rdfs:comment "to close (the eyes); to squint"@en .

<http://lexvo.org/id/char/7788> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%9E%88>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C4%9Bng>,
        "瞈"^^xsd:string .

<http://lexvo.org/id/char/7789> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%9E%89>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C3%B2u>,
        "瞉"^^xsd:string .

<http://lexvo.org/id/char/778A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%9E%8A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%A0ng>,
        "瞊"^^xsd:string .

<http://lexvo.org/id/char/778B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%9E%8B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C4%93n>,
        <http://lexvo.org/id/term/kor/%E7%9E%8B>,
        <http://lexvo.org/id/term/kor/CIN>,
        <http://lexvo.org/id/term/vie/tr%C3%A2n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/can1>,
        <http://lexvo.org/id/term/yue/%E7%9E%8B>,
        "瞋"^^xsd:string ;
    rdfs:comment "glare with anger"@en .

<http://lexvo.org/id/char/778C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%9E%8C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C4%93>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hap6>,
        <http://lexvo.org/id/term/yue/%E7%9E%8C>,
        "瞌"^^xsd:string ;
    rdfs:comment "doze off; sleepy"@en .

<http://lexvo.org/id/char/778D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%9E%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C7%92u>,
        <http://lexvo.org/id/term/kor/%E7%9E%8D>,
        <http://lexvo.org/id/term/kor/SWU>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sau2>,
        <http://lexvo.org/id/term/yue/%E7%9E%8D>,
        "瞍"^^xsd:string ;
    rdfs:comment "blind; no pupil in the eye"@en .

<http://lexvo.org/id/char/778E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%9E%8E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C4%81>,
        <http://lexvo.org/id/term/kor/%E7%9E%8E>,
        <http://lexvo.org/id/term/kor/HAL>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hat6>,
        <http://lexvo.org/id/term/yue/%E7%9E%8E>,
        "瞎"^^xsd:string ;
    rdfs:comment "blind, reckless; rash"@en .

<http://lexvo.org/id/char/778F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%9E%8F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C3%B3ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/king4>,
        <http://lexvo.org/id/term/yue/%E7%9E%8F>,
        "瞏"^^xsd:string ;
    rdfs:comment "round"@en .

<http://lexvo.org/id/char/7790> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%9E%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A0o>,
        "瞐"^^xsd:string .

<http://lexvo.org/id/char/7791> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%9E%91>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%ADng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%ADng%20m%C7%90ng%20mi%C3%A1n%20mi%C3%A0n%20m%C3%A9ng>,
        <http://lexvo.org/id/term/kor/%E7%9E%91>,
        <http://lexvo.org/id/term/kor/MYENG%20MYEN>,
        <http://lexvo.org/id/term/vie/th%E1%BA%B1n%20manh>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ming4%20ming5>,
        <http://lexvo.org/id/term/yue/%E7%9E%91>,
        "瞑"^^xsd:string ;
    rdfs:comment "close eyes"@en .

<http://lexvo.org/id/char/7792> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%9E%92>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A1n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A1n%20m%C3%A9n%20m%C3%A8n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mun4>,
        <http://lexvo.org/id/term/yue/%E7%9E%92>,
        "瞒"^^xsd:string ;
    rdfs:comment "deceive, lie; eyes half-closed"@en .

<http://lexvo.org/id/char/7793> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%9E%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/shu%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fan3>,
        <http://lexvo.org/id/term/yue/%E7%9E%93>,
        "瞓"^^xsd:string ;
    rdfs:comment "to sleep"@en .

<http://lexvo.org/id/char/7794> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%9E%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C3%A9>,
        "瞔"^^xsd:string .

<http://lexvo.org/id/char/7795> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%9E%95>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%A0ng>,
        "瞕"^^xsd:string ;
    rdfs:comment "cataract in the eye"@en .

<http://lexvo.org/id/char/7796> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%9E%96>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%AC>,
        <http://lexvo.org/id/term/kor/%E7%9E%96>,
        <http://lexvo.org/id/term/kor/YEY>,
        "瞖"^^xsd:string ;
    rdfs:comment "a cataract or film over the eye"@en .

<http://lexvo.org/id/char/7797> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%9E%97>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/di%C4%81o>,
        "瞗"^^xsd:string .

<http://lexvo.org/id/char/7798> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C5%8Du>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%9E%98>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C5%8Du>,
        "瞘"^^xsd:string ;
    rdfs:comment "deeply-sunk eyes"@en .

<http://lexvo.org/id/char/7799> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%9E%99>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%B2>,
        <http://lexvo.org/id/term/kor/%E7%9E%99>,
        <http://lexvo.org/id/term/kor/MAK>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mok6>,
        <http://lexvo.org/id/term/yue/%E7%9E%99>,
        "瞙"^^xsd:string .

<http://lexvo.org/id/char/779A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%9E%9A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%B9n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/seon3%20seon6>,
        <http://lexvo.org/id/term/yue/%E7%9E%9A>,
        "瞚"^^xsd:string .

<http://lexvo.org/id/char/779B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%9E%9B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C5%8Dng>,
        "瞛"^^xsd:string .

<http://lexvo.org/id/char/779C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%9E%9C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C5%8Du>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lau4>,
        <http://lexvo.org/id/term/yue/%E7%9E%9C>,
        "瞜"^^xsd:string ;
    rdfs:comment "to see; to look at; to observe"@en .

<http://lexvo.org/id/char/779D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%9E%9D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C4%AB>,
        "瞝"^^xsd:string .

<http://lexvo.org/id/char/779E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%9E%9E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A1n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A1n%20m%C3%A9n%20m%C3%A8n>,
        <http://lexvo.org/id/term/kor/%E7%9E%9E>,
        <http://lexvo.org/id/term/kor/MAN>,
        <http://lexvo.org/id/term/vie/man>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mun4>,
        <http://lexvo.org/id/term/yue/%E7%9E%9E>,
        "瞞"^^xsd:string ;
    rdfs:comment "deceive, lie; eyes half-closed"@en .

<http://lexvo.org/id/char/779F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%9E%9F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/pi%C7%8Eo>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/pi%C7%8Eo%20pi%C3%A0o%20pi%C4%81o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/piu5>,
        <http://lexvo.org/id/term/yue/%E7%9E%9F>,
        "瞟"^^xsd:string ;
    rdfs:comment "glare at; look askance at; squint"@en .

<http://lexvo.org/id/char/77A0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%9E%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C4%93ng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C4%93ng%20zh%C3%A8ng>,
        <http://lexvo.org/id/term/kor/%E7%9E%A0>,
        <http://lexvo.org/id/term/kor/TANG%20CAYNG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/caang1%20tong4%20zaang1>,
        <http://lexvo.org/id/term/yue/%E7%9E%A0>,
        "瞠"^^xsd:string ;
    rdfs:comment "look at, stare at, gaze at"@en .

<http://lexvo.org/id/char/77A1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%9E%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kwai1>,
        <http://lexvo.org/id/term/yue/%E7%9E%A1>,
        "瞡"^^xsd:string .

<http://lexvo.org/id/char/77A2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%9E%A2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A9ng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A9ng%20m%C3%A8ng%20m%C3%A1ng>,
        <http://lexvo.org/id/term/kor/%E7%9E%A2>,
        <http://lexvo.org/id/term/kor/MONG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mung4>,
        <http://lexvo.org/id/term/yue/%E7%9E%A2>,
        "瞢"^^xsd:string ;
    rdfs:comment "eyesight obscured; to feel ashamed"@en .

<http://lexvo.org/id/char/77A3> a lvont:Character ;
    lvont:represents "瞣"^^xsd:string .

<http://lexvo.org/id/char/77A4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%9E%A4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/r%C3%BAn>,
        "瞤"^^xsd:string ;
    rdfs:comment "to blink or twitch the eyes"@en .

<http://lexvo.org/id/char/77A5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%9E%A5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/pi%C4%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/pi%C4%93%20b%C3%AC>,
        <http://lexvo.org/id/term/kor/%E7%9E%A5>,
        <http://lexvo.org/id/term/kor/PYEL>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/pit3>,
        <http://lexvo.org/id/term/yue/%E7%9E%A5>,
        "瞥"^^xsd:string ;
    rdfs:comment "take fleeting glance at"@en .

<http://lexvo.org/id/char/77A6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%9E%A6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C4%AB>,
        "瞦"^^xsd:string .

<http://lexvo.org/id/char/77A7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%9E%A7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C3%A1o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ciu4>,
        <http://lexvo.org/id/term/yue/%E7%9E%A7>,
        "瞧"^^xsd:string ;
    rdfs:comment "glance at, look at, see"@en .

<http://lexvo.org/id/char/77A8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%9E%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%BA>,
        "瞨"^^xsd:string .

<http://lexvo.org/id/char/77A9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%9E%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C7%94>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zuk1>,
        <http://lexvo.org/id/term/yue/%E7%9E%A9>,
        "瞩"^^xsd:string ;
    rdfs:comment "watch carefully, stare at, focus on"@en .

<http://lexvo.org/id/char/77AA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%9E%AA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%A8ng>,
        <http://lexvo.org/id/term/kor/%E7%9E%AA>,
        <http://lexvo.org/id/term/kor/CING>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cing4%20dang6>,
        <http://lexvo.org/id/term/yue/%E7%9E%AA>,
        "瞪"^^xsd:string ;
    rdfs:comment "stare at"@en .

<http://lexvo.org/id/char/77AB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%9E%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C4%9Bn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sam2>,
        <http://lexvo.org/id/term/yue/%E7%9E%AB>,
        "瞫"^^xsd:string ;
    rdfs:comment "look"@en .

<http://lexvo.org/id/char/77AC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%9E%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%B9n>,
        <http://lexvo.org/id/term/kor/%E7%9E%AC>,
        <http://lexvo.org/id/term/kor/SWUN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/seon3>,
        <http://lexvo.org/id/term/yue/%E7%9E%AC>,
        "瞬"^^xsd:string ;
    rdfs:comment "wink, blink; in a wink, a flash"@en .

<http://lexvo.org/id/char/77AD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%9E%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C7%8Eo%200712.071%3Ali%C3%A0o>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C7%8Eo%20li%C3%A0o%20y%C7%8Eo>,
        <http://lexvo.org/id/term/kor/%E7%9E%AD>,
        <http://lexvo.org/id/term/kor/LYO>,
        <http://lexvo.org/id/term/vie/l%E1%BA%B9o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/liu4%20liu5>,
        <http://lexvo.org/id/term/yue/%E7%9E%AD>,
        "瞭"^^xsd:string ;
    rdfs:comment "bright, clear; clear-sighted"@en .

<http://lexvo.org/id/char/77AE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%9E%AE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%A8>,
        "瞮"^^xsd:string .

<http://lexvo.org/id/char/77AF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%9E%AF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A1n%20ji%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/haan2>,
        <http://lexvo.org/id/term/yue/%E7%9E%AF>,
        "瞯"^^xsd:string ;
    rdfs:comment "to peep; to spy"@en .

<http://lexvo.org/id/char/77B0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%9E%B0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E7%9E%B0>,
        <http://lexvo.org/id/term/kor/KAM>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ham3>,
        <http://lexvo.org/id/term/yue/%E7%9E%B0>,
        "瞰"^^xsd:string ;
    rdfs:comment "watch, spy; overlook; look down"@en .

<http://lexvo.org/id/char/77B1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%9E%B1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A8>,
        "瞱"^^xsd:string .

<http://lexvo.org/id/char/77B2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%9E%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C3%B9%20xu%C3%A8>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hyut3>,
        <http://lexvo.org/id/term/yue/%E7%9E%B2>,
        "瞲"^^xsd:string .

<http://lexvo.org/id/char/77B3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%9E%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%B3ng>,
        <http://lexvo.org/id/term/kor/%E7%9E%B3>,
        <http://lexvo.org/id/term/kor/TONG>,
        <http://lexvo.org/id/term/vie/ch%C3%A0ng%20tr%C3%B2ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tung4>,
        <http://lexvo.org/id/term/yue/%E7%9E%B3>,
        "瞳"^^xsd:string ;
    rdfs:comment "pupil of eye"@en .

<http://lexvo.org/id/char/77B4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%9E%B4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%B3u>,
        "瞴"^^xsd:string .

<http://lexvo.org/id/char/77B5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%9E%B5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%ADn>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%ADn%20l%C3%ACn%20li%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/leon4>,
        <http://lexvo.org/id/term/yue/%E7%9E%B5>,
        "瞵"^^xsd:string ;
    rdfs:comment "to stare at"@en .

<http://lexvo.org/id/char/77B6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%9E%B6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ku%C3%AC%20gu%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gwai3%20kui2>,
        <http://lexvo.org/id/term/yue/%E7%9E%B6>,
        "瞶"^^xsd:string ;
    rdfs:comment "dim; blurred vision"@en .

<http://lexvo.org/id/char/77B7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%9E%B7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%A0n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A1n%20ji%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gaan3>,
        <http://lexvo.org/id/term/yue/%E7%9E%B7>,
        "瞷"^^xsd:string .

<http://lexvo.org/id/char/77B8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%9E%B8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A8>,
        "瞸"^^xsd:string .

<http://lexvo.org/id/char/77B9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C3%A0i>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%9E%B9>,
        <http://lexvo.org/id/term/kor/%E7%9E%B9>,
        <http://lexvo.org/id/term/kor/AY>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/oi2>,
        <http://lexvo.org/id/term/yue/%E7%9E%B9>,
        "瞹"^^xsd:string ;
    rdfs:comment "clouded, obscure"@en .

<http://lexvo.org/id/char/77BA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%9E%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%AC>,
        "瞺"^^xsd:string .

<http://lexvo.org/id/char/77BB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%9E%BB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C4%81n>,
        <http://lexvo.org/id/term/kor/%E7%9E%BB>,
        <http://lexvo.org/id/term/kor/CHEM>,
        <http://lexvo.org/id/term/vie/chi%C3%AAm>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zim1>,
        <http://lexvo.org/id/term/yue/%E7%9E%BB>,
        "瞻"^^xsd:string ;
    rdfs:comment "look; look out for; respect"@en .

<http://lexvo.org/id/char/77BC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%9E%BC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C7%8En>,
        <http://lexvo.org/id/term/kor/%E7%9E%BC>,
        <http://lexvo.org/id/term/kor/KEM>,
        <http://lexvo.org/id/term/vie/lim>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gim2%20lim4>,
        <http://lexvo.org/id/term/yue/%E7%9E%BC>,
        "瞼"^^xsd:string ;
    rdfs:comment "eyelid"@en .

<http://lexvo.org/id/char/77BD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%9E%BD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C7%94>,
        <http://lexvo.org/id/term/kor/%E7%9E%BD>,
        <http://lexvo.org/id/term/kor/KO>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gu2>,
        <http://lexvo.org/id/term/yue/%E7%9E%BD>,
        "瞽"^^xsd:string ;
    rdfs:comment "blind; blind musician; stupid"@en .

<http://lexvo.org/id/char/77BE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%9E%BE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%A0o>,
        "瞾"^^xsd:string .

<http://lexvo.org/id/char/77BF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%9E%BF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%B9%200944.100%3Aq%C3%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%B9%20q%C3%BA%20j%C3%AD%20q%C5%AB>,
        <http://lexvo.org/id/term/kor/%E7%9E%BF>,
        <http://lexvo.org/id/term/kor/KWU>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/geoi3%20geoi6%20keoi4>,
        <http://lexvo.org/id/term/yue/%E7%9E%BF>,
        "瞿"^^xsd:string ;
    rdfs:comment "surname"@en .

<http://lexvo.org/id/char/77C0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%9F%80>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C3%A9i>,
        "矀"^^xsd:string .

<http://lexvo.org/id/char/77C1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%9F%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C7%92u>,
        "矁"^^xsd:string ;
    rdfs:comment "to look at; to gaze"@en .

<http://lexvo.org/id/char/77C2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%9F%82>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C3%A0o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cou3>,
        <http://lexvo.org/id/term/yue/%E7%9F%82>,
        "矂"^^xsd:string .

<http://lexvo.org/id/char/77C3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%9F%83>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C7%90ng>,
        <http://lexvo.org/id/term/kor/%E7%9F%83>,
        <http://lexvo.org/id/term/kor/NYENG>,
        "矃"^^xsd:string .

<http://lexvo.org/id/char/77C4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%9F%84>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C5%ABn>,
        "矄"^^xsd:string .

<http://lexvo.org/id/char/77C5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%9F%85>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A0o>,
        "矅"^^xsd:string .

<http://lexvo.org/id/char/77C6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%9F%86>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%B2%20xu%C4%93>,
        "矆"^^xsd:string .

<http://lexvo.org/id/char/77C7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%9F%87>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A9ng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A9ng%200778.021%3Am%C4%93ng>,
        <http://lexvo.org/id/term/kor/%E7%9F%87>,
        <http://lexvo.org/id/term/kor/MONG>,
        <http://lexvo.org/id/term/vie/m%C3%B4ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mung4>,
        <http://lexvo.org/id/term/yue/%E7%9F%87>,
        "矇"^^xsd:string ;
    rdfs:comment "stupid, ignorant; blind"@en .

<http://lexvo.org/id/char/77C8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%9F%88>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/mi%C3%A1n>,
        "矈"^^xsd:string ;
    rdfs:comment "dense, detailed, fine"@en .

<http://lexvo.org/id/char/77C9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%9F%89>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C4%ABn%20p%C3%ADn>,
        <http://lexvo.org/id/term/kor/%E7%9F%89>,
        <http://lexvo.org/id/term/kor/PIN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/pan4>,
        <http://lexvo.org/id/term/yue/%E7%9F%89>,
        "矉"^^xsd:string ;
    rdfs:comment "an angry glare; to open the eyes with anger"@en .

<http://lexvo.org/id/char/77CA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%9F%8A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/mi%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/min4>,
        <http://lexvo.org/id/term/yue/%E7%9F%8A>,
        "矊"^^xsd:string .

<http://lexvo.org/id/char/77CB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%9F%8B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lai3%20lai6>,
        <http://lexvo.org/id/term/yue/%E7%9F%8B>,
        "矋"^^xsd:string ;
    rdfs:comment "(Cant.) to stare angrily"@en .

<http://lexvo.org/id/char/77CC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%9F%8C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ku%C3%A0ng>,
        <http://lexvo.org/id/term/vie/qu%E1%BA%A1ng>,
        "矌"^^xsd:string .

<http://lexvo.org/id/char/77CD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%9F%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ju%C3%A9>,
        <http://lexvo.org/id/term/kor/%E7%9F%8D>,
        <http://lexvo.org/id/term/kor/HWAK>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fok3>,
        <http://lexvo.org/id/term/yue/%E7%9F%8D>,
        "矍"^^xsd:string ;
    rdfs:comment "look about in fright or alarm"@en .

<http://lexvo.org/id/char/77CE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%9F%8E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xu%C4%81n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hing3%20hyun3>,
        <http://lexvo.org/id/term/yue/%E7%9F%8E>,
        "矎"^^xsd:string .

<http://lexvo.org/id/char/77CF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%9F%8F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/mi%C3%A1n>,
        "矏"^^xsd:string .

<http://lexvo.org/id/char/77D0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%9F%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%B2>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hok6%20kok3>,
        <http://lexvo.org/id/term/yue/%E7%9F%90>,
        "矐"^^xsd:string .

<http://lexvo.org/id/char/77D1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%9F%91>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%BA>,
        <http://lexvo.org/id/term/vie/k%E1%BA%BB%20l%E1%BB%9D>,
        "矑"^^xsd:string ;
    rdfs:comment "the pupil of the eye; to see"@en .

<http://lexvo.org/id/char/77D2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%9F%92>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A9ng%20m%C3%A1ng%20m%C3%A8ng>,
        "矒"^^xsd:string .

<http://lexvo.org/id/char/77D3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%9F%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%B3ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lung4>,
        <http://lexvo.org/id/term/yue/%E7%9F%93>,
        "矓"^^xsd:string ;
    rdfs:comment "faint, fuzzy, blurred"@en .

<http://lexvo.org/id/char/77D4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%9F%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/gu%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gun3>,
        <http://lexvo.org/id/term/yue/%E7%9F%94>,
        "矔"^^xsd:string .

<http://lexvo.org/id/char/77D5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%9F%95>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C7%8En>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/maan5>,
        <http://lexvo.org/id/term/yue/%E7%9F%95>,
        "矕"^^xsd:string ;
    rdfs:comment "to see, witness, inspect"@en .

<http://lexvo.org/id/char/77D6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%9F%96>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C7%90>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lai6>,
        <http://lexvo.org/id/term/yue/%E7%9F%96>,
        "矖"^^xsd:string .

<http://lexvo.org/id/char/77D7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%9F%97>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%B9>,
        <http://lexvo.org/id/term/kor/%E7%9F%97>,
        <http://lexvo.org/id/term/kor/CHOK>,
        <http://lexvo.org/id/term/vie/s%E1%BB%B1c>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cuk1>,
        <http://lexvo.org/id/term/yue/%E7%9F%97>,
        "矗"^^xsd:string ;
    rdfs:comment "straight, upright, erect, lofty"@en .

<http://lexvo.org/id/char/77D8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%9F%98>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C7%8Eng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tong2>,
        <http://lexvo.org/id/term/yue/%E7%9F%98>,
        "矘"^^xsd:string .

<http://lexvo.org/id/char/77D9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%9F%99>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E7%9F%99>,
        <http://lexvo.org/id/term/kor/KEM>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ham3>,
        <http://lexvo.org/id/term/yue/%E7%9F%99>,
        "矙"^^xsd:string ;
    rdfs:comment "view"@en .

<http://lexvo.org/id/char/77DA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%9F%9A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C7%94>,
        <http://lexvo.org/id/term/kor/%E7%9F%9A>,
        <http://lexvo.org/id/term/kor/CHOK>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zuk1>,
        <http://lexvo.org/id/term/yue/%E7%9F%9A>,
        "矚"^^xsd:string ;
    rdfs:comment "watch carefully, stare at, focus on"@en .

<http://lexvo.org/id/char/77DC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%9F%9C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/gu%C4%81n%200585.070%3Aj%C4%ABn%200927.120%3Aq%C3%ADn>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C4%ABn%20gu%C4%81n%20q%C3%ADn>,
        <http://lexvo.org/id/term/kor/%E7%9F%9C>,
        <http://lexvo.org/id/term/kor/KUNG%20KUN>,
        <http://lexvo.org/id/term/vie/c%C4%83ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ging1%20gwaan1%20gwan1>,
        <http://lexvo.org/id/term/yue/%E7%9F%9C>,
        "矜"^^xsd:string ;
    rdfs:comment "pity, feel sorry for, show sympat"@en .

<http://lexvo.org/id/char/77DD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%9F%9D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%ADn>,
        "矝"^^xsd:string .

<http://lexvo.org/id/char/77DE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%9F%9E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%B9%20ju%C3%A9%20x%C3%B9>,
        <http://lexvo.org/id/term/kor/%E7%9F%9E>,
        <http://lexvo.org/id/term/kor/YUL>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wat6>,
        <http://lexvo.org/id/term/yue/%E7%9F%9E>,
        "矞"^^xsd:string ;
    rdfs:comment "bore with awl; bright, charming"@en .

<http://lexvo.org/id/char/77DF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%9F%9F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/shu%C3%B2>,
        "矟"^^xsd:string ;
    rdfs:comment "lance"@en .

<http://lexvo.org/id/char/77E0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%9F%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C3%A8>,
        "矠"^^xsd:string .

<http://lexvo.org/id/char/77E1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%9F%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ju%C3%A9>,
        <http://lexvo.org/id/term/kor/%E7%9F%A1>,
        <http://lexvo.org/id/term/kor/HWAK>,
        "矡"^^xsd:string .

<http://lexvo.org/id/char/77E3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%9F%A3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%90%20xi%C3%A1n>,
        <http://lexvo.org/id/term/kor/%E7%9F%A3>,
        <http://lexvo.org/id/term/kor/UY>,
        <http://lexvo.org/id/term/vie/h%E1%BB%89>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ji5>,
        <http://lexvo.org/id/term/yue/%E7%9F%A3>,
        "矣"^^xsd:string ;
    rdfs:comment "particle of completed action"@en .

<http://lexvo.org/id/char/77E4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%9F%A4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C4%9Bn>,
        "矤"^^xsd:string .

<http://lexvo.org/id/char/77E5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%9F%A5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C4%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C4%AB%20zh%C3%AC>,
        <http://lexvo.org/id/term/kor/%E7%9F%A5>,
        <http://lexvo.org/id/term/kor/CI>,
        <http://lexvo.org/id/term/vie/tri>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zi1%20zi3>,
        <http://lexvo.org/id/term/yue/%E7%9F%A5>,
        "知"^^xsd:string ;
    rdfs:comment "know, perceive, comprehend"@en .

<http://lexvo.org/id/char/77E6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%9F%A6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%B3u>,
        "矦"^^xsd:string .

<http://lexvo.org/id/char/77E7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%9F%A7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C4%9Bn>,
        <http://lexvo.org/id/term/kor/%E7%9F%A7>,
        <http://lexvo.org/id/term/kor/SIN>,
        <http://lexvo.org/id/term/vie/th%E1%BA%A9n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/can2>,
        <http://lexvo.org/id/term/yue/%E7%9F%A7>,
        "矧"^^xsd:string ;
    rdfs:comment "much more, still more; the gums"@en .

<http://lexvo.org/id/char/77E8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%9F%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%90ng>,
        "矨"^^xsd:string .

<http://lexvo.org/id/char/77E9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%9F%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C7%94>,
        <http://lexvo.org/id/term/kor/%E7%9F%A9>,
        <http://lexvo.org/id/term/kor/KWU>,
        <http://lexvo.org/id/term/vie/c%E1%BB%A7>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/geoi2>,
        <http://lexvo.org/id/term/yue/%E7%9F%A9>,
        "矩"^^xsd:string ;
    rdfs:comment "carpenter's square, ruler, rule"@en .

<http://lexvo.org/id/char/77EA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%9F%AA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C5%8Du>,
        "矪"^^xsd:string .

<http://lexvo.org/id/char/77EB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%9F%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%A1o%200568.080%3Aji%C7%8Eo>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C7%8Eo%20ji%C3%A1o%20ji%C4%81o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/giu2>,
        <http://lexvo.org/id/term/yue/%E7%9F%AB>,
        "矫"^^xsd:string ;
    rdfs:comment "correct, rectify, straighten out"@en .

<http://lexvo.org/id/char/77EC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%9F%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/cu%C3%B3>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/co4>,
        <http://lexvo.org/id/term/yue/%E7%9F%AC>,
        "矬"^^xsd:string ;
    rdfs:comment "a dwarf"@en .

<http://lexvo.org/id/char/77ED> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%9F%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/du%C7%8En>,
        <http://lexvo.org/id/term/kor/%E7%9F%AD>,
        <http://lexvo.org/id/term/kor/TAN>,
        <http://lexvo.org/id/term/vie/%C4%91o%E1%BA%A3n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dyun2>,
        <http://lexvo.org/id/term/yue/%E7%9F%AD>,
        "短"^^xsd:string ;
    rdfs:comment "short; brief; deficient, lacking"@en .

<http://lexvo.org/id/char/77EE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C7%8Ei>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%9F%AE>,
        <http://lexvo.org/id/term/kor/%E7%9F%AE>,
        <http://lexvo.org/id/term/kor/WAY>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/aai2%20ai2%20ngai2>,
        <http://lexvo.org/id/term/yue/%E7%9F%AE>,
        "矮"^^xsd:string ;
    rdfs:comment "short, dwarf; low"@en .

<http://lexvo.org/id/char/77EF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%9F%AF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%A1o%200568.081%3Aji%C7%8Eo>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C7%8Eo%20ji%C4%81o>,
        <http://lexvo.org/id/term/kor/%E7%9F%AF>,
        <http://lexvo.org/id/term/kor/KYO>,
        <http://lexvo.org/id/term/vie/ki%E1%BB%83u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/giu2%20kiu2>,
        <http://lexvo.org/id/term/yue/%E7%9F%AF>,
        "矯"^^xsd:string ;
    rdfs:comment "correct, rectify, straighten out"@en .

<http://lexvo.org/id/char/77F0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%9F%B0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C4%93ng>,
        <http://lexvo.org/id/term/kor/%E7%9F%B0>,
        <http://lexvo.org/id/term/kor/CUNG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zang1>,
        <http://lexvo.org/id/term/yue/%E7%9F%B0>,
        "矰"^^xsd:string ;
    rdfs:comment "arrow with attached silk cord"@en .

<http://lexvo.org/id/char/77F1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%9F%B1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%B2%20yu%C4%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/yu%C4%93>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wok3>,
        <http://lexvo.org/id/term/yue/%E7%9F%B1>,
        "矱"^^xsd:string ;
    rdfs:comment "measure, standard, criterion"@en .

<http://lexvo.org/id/char/77F2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%9F%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C7%8Ei>,
        "矲"^^xsd:string .

<http://lexvo.org/id/char/77F4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%9F%B4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%ACng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/deng3%20ding3>,
        <http://lexvo.org/id/term/yue/%E7%9F%B4>,
        "矴"^^xsd:string ;
    rdfs:comment "anchor; (Cant.) a place"@en .

<http://lexvo.org/id/char/77F5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%9F%B5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C3%AC%20di%C4%81o>,
        "矵"^^xsd:string .

<http://lexvo.org/id/char/77F6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%9F%B6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C4%AB>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gei1>,
        <http://lexvo.org/id/term/yue/%E7%9F%B6>,
        "矶"^^xsd:string ;
    rdfs:comment "jetty; submerged rock; eddy"@en .

<http://lexvo.org/id/char/77F7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%9F%B7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C7%90>,
        "矷"^^xsd:string .

<http://lexvo.org/id/char/77F8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%9F%B8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C4%81n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C4%81n%20g%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gon1%20gon3>,
        <http://lexvo.org/id/term/yue/%E7%9F%B8>,
        "矸"^^xsd:string ;
    rdfs:comment "a rock or cliff"@en .

<http://lexvo.org/id/char/77F9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%9F%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ngat6>,
        <http://lexvo.org/id/term/yue/%E7%9F%B9>,
        "矹"^^xsd:string .

<http://lexvo.org/id/char/77FA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%9F%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/tu%C5%8D>,
        <http://lexvo.org/id/term/kor/%E7%9F%BA>,
        <http://lexvo.org/id/term/kor/THAK>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zaak3>,
        <http://lexvo.org/id/term/yue/%E7%9F%BA>,
        "矺"^^xsd:string ;
    rdfs:comment "(Cant.) to press steadily"@en .

<http://lexvo.org/id/char/77FB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%9F%BB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C3%B9%20k%C5%AB%20w%C3%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C5%AB>,
        <http://lexvo.org/id/term/kor/%E7%9F%BB>,
        <http://lexvo.org/id/term/kor/KOL>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ngat6>,
        <http://lexvo.org/id/term/yue/%E7%9F%BB>,
        "矻"^^xsd:string ;
    rdfs:comment "toil, slave away; busy"@en .

<http://lexvo.org/id/char/77FC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%9F%BC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C4%81ng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C4%81ng%20g%C4%81ng%20k%C3%B2ng>,
        <http://lexvo.org/id/term/kor/%E7%9F%BC>,
        <http://lexvo.org/id/term/kor/KANG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gong1%20hong1%20kung4>,
        <http://lexvo.org/id/term/yue/%E7%9F%BC>,
        "矼"^^xsd:string ;
    rdfs:comment "stone bridge; stepping stones"@en .

<http://lexvo.org/id/char/77FD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%9F%BD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C3%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C3%AC%20x%C4%AB>,
        <http://lexvo.org/id/term/kor/%E7%9F%BD>,
        <http://lexvo.org/id/term/kor/SEK>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zik6>,
        <http://lexvo.org/id/term/yue/%E7%9F%BD>,
        "矽"^^xsd:string ;
    rdfs:comment "silicon"@en .

<http://lexvo.org/id/char/77FE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%9F%BE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/faan4>,
        <http://lexvo.org/id/term/yue/%E7%9F%BE>,
        "矾"^^xsd:string ;
    rdfs:comment "alum"@en .

<http://lexvo.org/id/char/77FF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%9F%BF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ku%C3%A0ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kong3>,
        <http://lexvo.org/id/term/yue/%E7%9F%BF>,
        "矿"^^xsd:string ;
    rdfs:comment "mine; mineral, ore"@en .

<http://lexvo.org/id/char/7800> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A0%80>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%A0ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dong6>,
        <http://lexvo.org/id/term/yue/%E7%A0%80>,
        "砀"^^xsd:string ;
    rdfs:comment "brilliantly colored stone with veined patterns in it"@en .

<http://lexvo.org/id/char/7801> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A0%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C7%8E>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/maa5>,
        <http://lexvo.org/id/term/yue/%E7%A0%81>,
        "码"^^xsd:string ;
    rdfs:comment "number, numerals; yard; symbol"@en .

<http://lexvo.org/id/char/7802> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A0%82>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C4%81>,
        <http://lexvo.org/id/term/kor/%E7%A0%82>,
        <http://lexvo.org/id/term/kor/SA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/saa1>,
        <http://lexvo.org/id/term/yue/%E7%A0%82>,
        "砂"^^xsd:string ;
    rdfs:comment "sand; pebbles, gravel; gritty"@en .

<http://lexvo.org/id/char/7803> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A0%83>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C4%81n>,
        "砃"^^xsd:string .

<http://lexvo.org/id/char/7804> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A0%84>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ju%C3%A9>,
        "砄"^^xsd:string .

<http://lexvo.org/id/char/7805> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A0%85>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lai6>,
        <http://lexvo.org/id/term/yue/%E7%A0%85>,
        "砅"^^xsd:string .

<http://lexvo.org/id/char/7806> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A0%86>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C5%AB>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fu1>,
        <http://lexvo.org/id/term/yue/%E7%A0%86>,
        "砆"^^xsd:string ;
    rdfs:comment "1/2 pr stone"@en .

<http://lexvo.org/id/char/7807> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A0%87>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%ADn>,
        "砇"^^xsd:string ;
    rdfs:comment "a stone resembling jade, alabaster"@en .

<http://lexvo.org/id/char/7808> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A0%88>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/nu%C7%92>,
        "砈"^^xsd:string .

<http://lexvo.org/id/char/7809> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A0%89>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%B2%201299.070%3Ax%C5%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%B2%20hu%C4%81%20x%C5%AB>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/waak6>,
        <http://lexvo.org/id/term/yue/%E7%A0%89>,
        "砉"^^xsd:string .

<http://lexvo.org/id/char/780A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A0%8A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C3%A0ng%20k%C4%81ng>,
        "砊"^^xsd:string .

<http://lexvo.org/id/char/780B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A0%8B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C7%90>,
        "砋"^^xsd:string .

<http://lexvo.org/id/char/780C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A0%8C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C3%AC%200925.010%3Aqi%C3%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C3%AC%20qi%C3%A8>,
        <http://lexvo.org/id/term/kor/%E7%A0%8C>,
        <http://lexvo.org/id/term/kor/CHEY>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cai3>,
        <http://lexvo.org/id/term/yue/%E7%A0%8C>,
        "砌"^^xsd:string ;
    rdfs:comment "to build, pile up; stone steps, brick walk"@en .

<http://lexvo.org/id/char/780D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A0%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C7%8En>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ham2>,
        <http://lexvo.org/id/term/yue/%E7%A0%8D>,
        "砍"^^xsd:string ;
    rdfs:comment "hack, chop, cut, fell"@en .

<http://lexvo.org/id/char/780E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A0%8E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%A8>,
        "砎"^^xsd:string .

<http://lexvo.org/id/char/780F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A0%8F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C4%93n%20p%C4%81n>,
        <http://lexvo.org/id/term/kor/%E7%A0%8F>,
        <http://lexvo.org/id/term/kor/PWUN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fan1>,
        <http://lexvo.org/id/term/yue/%E7%A0%8F>,
        "砏"^^xsd:string .

<http://lexvo.org/id/char/7810> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C3%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A0%90>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ngap6>,
        <http://lexvo.org/id/term/yue/%E7%A0%90>,
        "砐"^^xsd:string ;
    rdfs:comment "(Cant.) to nod one's head; to shake, sway"@en .

<http://lexvo.org/id/char/7811> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A0%91>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A0>,
        <http://lexvo.org/id/term/kor/%E7%A0%91>,
        <http://lexvo.org/id/term/kor/A>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ngaa6>,
        <http://lexvo.org/id/term/yue/%E7%A0%91>,
        "砑"^^xsd:string ;
    rdfs:comment "to grind, to calender, to polish; to roll with a stone roller"@en .

<http://lexvo.org/id/char/7812> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A0%92>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C4%AB>,
        <http://lexvo.org/id/term/kor/%E7%A0%92>,
        <http://lexvo.org/id/term/kor/PI>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/pei1>,
        <http://lexvo.org/id/term/yue/%E7%A0%92>,
        "砒"^^xsd:string ;
    rdfs:comment "arsenic"@en .

<http://lexvo.org/id/char/7813> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A0%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%A9>,
        "砓"^^xsd:string .

<http://lexvo.org/id/char/7814> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A0%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A1n%201333.010%3Ay%C3%A0n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A1n%20y%C3%A0n%20x%C3%ADng>,
        <http://lexvo.org/id/term/kor/%E7%A0%94>,
        <http://lexvo.org/id/term/kor/YEN>,
        <http://lexvo.org/id/term/vie/kh%C4%83n%20nghi%C3%AAn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jin4%20jin6%20ngaan4>,
        <http://lexvo.org/id/term/yue/%E7%A0%94>,
        "研"^^xsd:string ;
    rdfs:comment "grind, rub; study, research"@en .

<http://lexvo.org/id/char/7815> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A0%95>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/su%C3%AC>,
        <http://lexvo.org/id/term/kor/%E7%A0%95>,
        <http://lexvo.org/id/term/kor/SWAY>,
        "砕"^^xsd:string ;
    rdfs:comment "break, smash; broken, busted"@en .

<http://lexvo.org/id/char/7816> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A0%96>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zhu%C4%81n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zhu%C4%81n%20tu%C3%A1n%20tu%C3%B3>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zyun1>,
        <http://lexvo.org/id/term/yue/%E7%A0%96>,
        "砖"^^xsd:string ;
    rdfs:comment "tile, brick"@en .

<http://lexvo.org/id/char/7817> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A0%97>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C4%93>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ce1>,
        <http://lexvo.org/id/term/yue/%E7%A0%97>,
        "砗"^^xsd:string ;
    rdfs:comment "giant clam, tridacna gigas"@en .

<http://lexvo.org/id/char/7818> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A0%98>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%B9n>,
        "砘"^^xsd:string ;
    rdfs:comment "a kind of farm tool"@en .

<http://lexvo.org/id/char/7819> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A0%99>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C4%81n>,
        "砙"^^xsd:string .

<http://lexvo.org/id/char/781A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A0%9A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jin6>,
        <http://lexvo.org/id/term/yue/%E7%A0%9A>,
        "砚"^^xsd:string ;
    rdfs:comment "inkstone"@en .

<http://lexvo.org/id/char/781B> a lvont:Character ;
    lvont:represents "砛"^^xsd:string .

<http://lexvo.org/id/char/781C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A0%9C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C4%93ng>,
        "砜"^^xsd:string ;
    rdfs:comment "an organic compound"@en .

<http://lexvo.org/id/char/781D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A0%9D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%A1%20f%C7%8E%20ji%C3%A9%20g%C3%A9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/faat3%20fat3>,
        <http://lexvo.org/id/term/yue/%E7%A0%9D>,
        "砝"^^xsd:string ;
    rdfs:comment "balance weights"@en .

<http://lexvo.org/id/char/781E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A0%9E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%B2>,
        "砞"^^xsd:string ;
    rdfs:comment "to smash rock"@en .

<http://lexvo.org/id/char/781F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A0%9F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%A0%20zu%C3%B3%20zh%C7%8E%20zu%C3%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C7%8E>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zaa1%20zaa2%20zok3%20zok6>,
        <http://lexvo.org/id/term/yue/%E7%A0%9F>,
        "砟"^^xsd:string ;
    rdfs:comment "stone tablet; monument"@en .

<http://lexvo.org/id/char/7820> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A0%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C5%AB%20j%C5%AB>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zeoi1%20zo2>,
        <http://lexvo.org/id/term/yue/%E7%A0%A0>,
        "砠"^^xsd:string ;
    rdfs:comment "rocky, hilly, uneven"@en .

<http://lexvo.org/id/char/7821> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A0%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%B9>,
        "砡"^^xsd:string .

<http://lexvo.org/id/char/7822> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A0%A2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C4%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/lu%C7%92%20k%C4%93>,
        <http://lexvo.org/id/term/kor/%E7%A0%A2>,
        <http://lexvo.org/id/term/kor/LA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lo2>,
        <http://lexvo.org/id/term/yue/%E7%A0%A2>,
        "砢"^^xsd:string ;
    rdfs:comment "pile of stones"@en .

<http://lexvo.org/id/char/7823> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A0%A3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/tu%C3%B3>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/to4>,
        <http://lexvo.org/id/term/yue/%E7%A0%A3>,
        "砣"^^xsd:string ;
    rdfs:comment "a stone roller; a heavy stone, a weight, a plummet"@en .

<http://lexvo.org/id/char/7824> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A0%A4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/tu%C3%B3>,
        "砤"^^xsd:string .

<http://lexvo.org/id/char/7825> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A0%A5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C7%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C7%90%20zh%C7%90>,
        <http://lexvo.org/id/term/kor/%E7%A0%A5>,
        <http://lexvo.org/id/term/kor/CI>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dai1%20dai2%20zi2>,
        <http://lexvo.org/id/term/yue/%E7%A0%A5>,
        "砥"^^xsd:string ;
    rdfs:comment "a whetstone; to polish"@en .

<http://lexvo.org/id/char/7826> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A0%A6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%A0i>,
        <http://lexvo.org/id/term/kor/%E7%A0%A6>,
        <http://lexvo.org/id/term/kor/CHAY>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zaai6>,
        <http://lexvo.org/id/term/yue/%E7%A0%A6>,
        "砦"^^xsd:string ;
    rdfs:comment "stockade, fort, military outpost; brothel"@en .

<http://lexvo.org/id/char/7827> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A0%A7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C4%93n>,
        <http://lexvo.org/id/term/kor/%E7%A0%A7>,
        <http://lexvo.org/id/term/kor/CHIM>,
        <http://lexvo.org/id/term/vie/kh%C3%A2m%20ch%E1%BB%89m>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zam1>,
        <http://lexvo.org/id/term/yue/%E7%A0%A7>,
        "砧"^^xsd:string ;
    rdfs:comment "anvil; flat stone; exe"@en .

<http://lexvo.org/id/char/7828> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C3%A0i>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A0%A8>,
        "砨"^^xsd:string .

<http://lexvo.org/id/char/7829> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A0%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%A8i%20f%C3%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%BA>,
        "砩"^^xsd:string .

<http://lexvo.org/id/char/782A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A0%AA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C7%94>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mou5>,
        <http://lexvo.org/id/term/yue/%E7%A0%AA>,
        "砪"^^xsd:string .

<http://lexvo.org/id/char/782B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A0%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C7%94%20zh%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cyu2%20zyu2>,
        <http://lexvo.org/id/term/yue/%E7%A0%AB>,
        "砫"^^xsd:string .

<http://lexvo.org/id/char/782C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A0%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%AC%20l%C3%A1>,
        <http://lexvo.org/id/term/kor/%E7%A0%AC>,
        <http://lexvo.org/id/term/kor/LIP>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/laa1%20laap6>,
        <http://lexvo.org/id/term/yue/%E7%A0%AC>,
        "砬"^^xsd:string ;
    rdfs:comment "big stone"@en .

<http://lexvo.org/id/char/782D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A0%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/bi%C4%81n>,
        <http://lexvo.org/id/term/kor/%E7%A0%AD>,
        <http://lexvo.org/id/term/kor/PHYEM>,
        <http://lexvo.org/id/term/vie/%C4%91%C3%A3y%20b%C3%ACm>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bin1>,
        <http://lexvo.org/id/term/yue/%E7%A0%AD>,
        "砭"^^xsd:string ;
    rdfs:comment "stone probe; pierce; counsel"@en .

<http://lexvo.org/id/char/782E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A0%AE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C7%94>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/nou5>,
        <http://lexvo.org/id/term/yue/%E7%A0%AE>,
        "砮"^^xsd:string ;
    rdfs:comment "arrow-tip"@en .

<http://lexvo.org/id/char/782F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A0%AF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C4%ABng>,
        "砯"^^xsd:string ;
    rdfs:comment "to make a loud sound"@en .

<http://lexvo.org/id/char/7830> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A0%B0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C4%93ng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C4%93ng%20p%C4%ABng%20p%C3%A8ng>,
        <http://lexvo.org/id/term/kor/%E7%A0%B0>,
        <http://lexvo.org/id/term/kor/PHAYNG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ping1>,
        <http://lexvo.org/id/term/yue/%E7%A0%B0>,
        "砰"^^xsd:string ;
    rdfs:comment "sound of crashing stones, bang!"@en .

<http://lexvo.org/id/char/7831> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A0%B1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%ADng>,
        "砱"^^xsd:string .

<http://lexvo.org/id/char/7832> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A0%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%A0o>,
        <http://lexvo.org/id/term/kor/%E7%A0%B2>,
        <http://lexvo.org/id/term/kor/PHO>,
        <http://lexvo.org/id/term/vie/b%C3%A2u%20ph%C3%A1o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/baau3%20paau3%20paau4>,
        <http://lexvo.org/id/term/yue/%E7%A0%B2>,
        "砲"^^xsd:string ;
    rdfs:comment "gun, cannon"@en .

<http://lexvo.org/id/char/7833> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A0%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%A8>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/laak6%20lak6>,
        <http://lexvo.org/id/term/yue/%E7%A0%B3>,
        "砳"^^xsd:string ;
    rdfs:comment "rocky"@en .

<http://lexvo.org/id/char/7834> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A0%B4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%B2>,
        <http://lexvo.org/id/term/kor/%E7%A0%B4>,
        <http://lexvo.org/id/term/kor/PHA>,
        <http://lexvo.org/id/term/vie/ph%C3%A1>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/po3>,
        <http://lexvo.org/id/term/yue/%E7%A0%B4>,
        "破"^^xsd:string ;
    rdfs:comment "break, ruin, destroy; rout"@en .

<http://lexvo.org/id/char/7835> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A0%B5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C5%8D>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/but3>,
        <http://lexvo.org/id/term/yue/%E7%A0%B5>,
        "砵"^^xsd:string ;
    rdfs:comment "(Cant.) port (Eng. loan-word), 西矺 a sideboard (Eng. loan-word)"@en .

<http://lexvo.org/id/char/7836> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A0%B6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%B2>,
        "砶"^^xsd:string .

<http://lexvo.org/id/char/7837> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A0%B7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C4%93n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/san1>,
        <http://lexvo.org/id/term/yue/%E7%A0%B7>,
        "砷"^^xsd:string ;
    rdfs:comment "arsenic"@en .

<http://lexvo.org/id/char/7838> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A0%B8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C3%A1>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zaap3>,
        <http://lexvo.org/id/term/yue/%E7%A0%B8>,
        "砸"^^xsd:string ;
    rdfs:comment "smash, crush, break; pound, mash"@en .

<http://lexvo.org/id/char/7839> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C3%A0i>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A0%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/nu%C7%92%20%C3%A0i>,
        "砹"^^xsd:string ;
    rdfs:comment "astatine"@en .

<http://lexvo.org/id/char/783A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A0%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%AC>,
        <http://lexvo.org/id/term/kor/%E7%A0%BA>,
        <http://lexvo.org/id/term/kor/LYE>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lai6>,
        <http://lexvo.org/id/term/yue/%E7%A0%BA>,
        "砺"^^xsd:string ;
    rdfs:comment "whetstone; sharpen"@en .

<http://lexvo.org/id/char/783B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A0%BB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%B3ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lung4>,
        <http://lexvo.org/id/term/yue/%E7%A0%BB>,
        "砻"^^xsd:string ;
    rdfs:comment "grind, sharpen; mill"@en .

<http://lexvo.org/id/char/783C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A0%BC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%B3ng>,
        "砼"^^xsd:string ;
    rdfs:comment "concrete"@en .

<http://lexvo.org/id/char/783D> a lvont:Character ;
    lvont:represents "砽"^^xsd:string .

<http://lexvo.org/id/char/783E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A0%BE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/nik1>,
        <http://lexvo.org/id/term/yue/%E7%A0%BE>,
        "砾"^^xsd:string ;
    rdfs:comment "gravel, pebbles"@en .

<http://lexvo.org/id/char/783F> a lvont:Character ;
    lvont:represents "砿"^^xsd:string ;
    rdfs:comment "mine; mineral, ore"@en .

<http://lexvo.org/id/char/7840> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A1%80>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C7%94>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/co2>,
        <http://lexvo.org/id/term/yue/%E7%A1%80>,
        "础"^^xsd:string ;
    rdfs:comment "foundation stone, plinth"@en .

<http://lexvo.org/id/char/7841> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A1%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C4%93ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hang1>,
        <http://lexvo.org/id/term/yue/%E7%A1%81>,
        "硁"^^xsd:string ;
    rdfs:comment "the sound of stones knocking together"@en .

<http://lexvo.org/id/char/7842> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A1%82>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qu%C3%A1n>,
        "硂"^^xsd:string .

<http://lexvo.org/id/char/7843> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A1%83>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C5%AB>,
        <http://lexvo.org/id/term/kor/%E7%A1%83>,
        <http://lexvo.org/id/term/kor/CWU>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zyu1>,
        <http://lexvo.org/id/term/yue/%E7%A1%83>,
        "硃"^^xsd:string ;
    rdfs:comment "a red mole; cinnabar"@en .

<http://lexvo.org/id/char/7844> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A1%84>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ku%C4%81ng>,
        "硄"^^xsd:string .

<http://lexvo.org/id/char/7845> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A1%85>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/gu%C4%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/gu%C4%AB%20hu%C3%B2%20h%C3%A8>,
        <http://lexvo.org/id/term/kor/%E7%A1%85>,
        <http://lexvo.org/id/term/kor/KYU>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gwai1>,
        <http://lexvo.org/id/term/yue/%E7%A1%85>,
        "硅"^^xsd:string ;
    rdfs:comment "silicon"@en .

<http://lexvo.org/id/char/7846> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C3%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A1%86>,
        "硆"^^xsd:string .

<http://lexvo.org/id/char/7847> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A1%87>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C3%A1o>,
        "硇"^^xsd:string ;
    rdfs:comment "a kind of mineral"@en .

<http://lexvo.org/id/char/7848> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A1%88>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%A1>,
        "硈"^^xsd:string .

<http://lexvo.org/id/char/7849> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A1%89>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/leot6>,
        <http://lexvo.org/id/term/yue/%E7%A1%89>,
        "硉"^^xsd:string ;
    rdfs:comment "bones of a thin horse"@en .

<http://lexvo.org/id/char/784A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A1%8A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C4%9Bi>,
        "硊"^^xsd:string .

<http://lexvo.org/id/char/784B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C3%A0i>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A1%8B>,
        "硋"^^xsd:string .

<http://lexvo.org/id/char/784C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A1%8C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C3%A8%200752.010%3Alu%C3%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/lu%C3%B2%20l%C3%AC%20g%C3%A8>,
        <http://lexvo.org/id/term/vie/ng%E1%BA%AFc>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gok3%20lok6>,
        <http://lexvo.org/id/term/yue/%E7%A1%8C>,
        "硌"^^xsd:string .

<http://lexvo.org/id/char/784D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A1%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C3%A8n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gan1>,
        <http://lexvo.org/id/term/yue/%E7%A1%8D>,
        "硍"^^xsd:string ;
    rdfs:comment "strike"@en .

<http://lexvo.org/id/char/784E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A1%8E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C3%ADng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C3%ADng%20y%C3%A1n%20k%C4%93ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jing4>,
        <http://lexvo.org/id/term/yue/%E7%A1%8E>,
        "硎"^^xsd:string ;
    rdfs:comment "whetstone"@en .

<http://lexvo.org/id/char/784F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A1%8F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A1n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A1n%201333.011%3Ay%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E7%A1%8F>,
        <http://lexvo.org/id/term/kor/YEN>,
        "硏"^^xsd:string ;
    rdfs:comment "grind"@en .

<http://lexvo.org/id/char/7850> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A1%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%B2ng%200724.050%3Ali%C3%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%B3ng%20d%C7%92ng%20d%C3%B2ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dung6>,
        <http://lexvo.org/id/term/yue/%E7%A1%90>,
        "硐"^^xsd:string ;
    rdfs:comment "variant of U+6D1E 洞, cave; chamber; pit"@en .

<http://lexvo.org/id/char/7851> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A1%91>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C4%93ng>,
        "硑"^^xsd:string .

<http://lexvo.org/id/char/7852> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A1%92>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C4%AB>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sai1>,
        <http://lexvo.org/id/term/yue/%E7%A1%92>,
        "硒"^^xsd:string ;
    rdfs:comment "selenium"@en .

<http://lexvo.org/id/char/7853> a lvont:Character ;
    lvont:represents "硓"^^xsd:string .

<http://lexvo.org/id/char/7854> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A1%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%B3ng>,
        "硔"^^xsd:string .

<http://lexvo.org/id/char/7855> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A1%95>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/shu%C3%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/shu%C3%B2%20sh%C3%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sek6>,
        <http://lexvo.org/id/term/yue/%E7%A1%95>,
        "硕"^^xsd:string ;
    rdfs:comment "great, eminent; large, big"@en .

<http://lexvo.org/id/char/7856> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A1%96>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A1>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/haap6>,
        <http://lexvo.org/id/term/yue/%E7%A1%96>,
        "硖"^^xsd:string ;
    rdfs:comment "(archaic) town in Hebei province"@en .

<http://lexvo.org/id/char/7857> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A1%97>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C4%81o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/haau1>,
        <http://lexvo.org/id/term/yue/%E7%A1%97>,
        "硗"^^xsd:string ;
    rdfs:comment "barren land; sandy soil"@en .

<http://lexvo.org/id/char/7858> a lvont:Character ;
    lvont:represents "硘"^^xsd:string .

<http://lexvo.org/id/char/7859> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A1%99>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C3%A8i%20%C3%A1i%20w%C3%A9i>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C3%A9i%201200.031%3Aw%C3%A8i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wui1>,
        <http://lexvo.org/id/term/yue/%E7%A1%99>,
        "硙"^^xsd:string ;
    rdfs:comment "stone mill; grind; break apart"@en .

<http://lexvo.org/id/char/785A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A1%9A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C3%A1o>,
        "硚"^^xsd:string .

<http://lexvo.org/id/char/785B> a lvont:Character ;
    lvont:represents "硛"^^xsd:string .

<http://lexvo.org/id/char/785C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A1%9C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C4%93ng>,
        <http://lexvo.org/id/term/kor/%E7%A1%9C>,
        <http://lexvo.org/id/term/kor/KAYNG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hang1>,
        <http://lexvo.org/id/term/yue/%E7%A1%9C>,
        "硜"^^xsd:string ;
    rdfs:comment "the sound of stones knocking together"@en .

<http://lexvo.org/id/char/785D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A1%9D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C4%81o>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C4%81o%20qi%C3%A0o>,
        <http://lexvo.org/id/term/kor/%E7%A1%9D>,
        <http://lexvo.org/id/term/kor/CHO>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/siu1>,
        <http://lexvo.org/id/term/yue/%E7%A1%9D>,
        "硝"^^xsd:string ;
    rdfs:comment "saltpeter, niter; to tan"@en .

<http://lexvo.org/id/char/785E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A1%9E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qu%C3%A8>,
        "硞"^^xsd:string .

<http://lexvo.org/id/char/785F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A1%9F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sin3>,
        <http://lexvo.org/id/term/yue/%E7%A1%9F>,
        "硟"^^xsd:string ;
    rdfs:comment "(Cant.) to slip; to work and polish gems"@en .

<http://lexvo.org/id/char/7860> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A1%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%A1ng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C7%8Eng%20l%C3%A1ng>,
        <http://lexvo.org/id/term/kor/%E7%A1%A0>,
        <http://lexvo.org/id/term/kor/LANG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/long4>,
        <http://lexvo.org/id/term/yue/%E7%A1%A0>,
        "硠"^^xsd:string .

<http://lexvo.org/id/char/7861> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A1%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%B3ng%20h%C5%8Dng>,
        "硡"^^xsd:string .

<http://lexvo.org/id/char/7862> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A1%A2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%BA>,
        "硢"^^xsd:string .

<http://lexvo.org/id/char/7863> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A1%A3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C4%81o>,
        "硣"^^xsd:string .

<http://lexvo.org/id/char/7864> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A1%A4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A1>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gip3%20haap6>,
        <http://lexvo.org/id/term/yue/%E7%A1%A4>,
        "硤"^^xsd:string ;
    rdfs:comment "(archaic) town in Hebei province"@en .

<http://lexvo.org/id/char/7865> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A1%A5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C7%8Eng>,
        "硥"^^xsd:string .

<http://lexvo.org/id/char/7866> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A1%A6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%B2ng>,
        "硦"^^xsd:string .

<http://lexvo.org/id/char/7867> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A1%A7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%92ng%20t%C3%B3ng>,
        <http://lexvo.org/id/term/kor/%E7%A1%A7>,
        <http://lexvo.org/id/term/kor/YONG>,
        "硧"^^xsd:string ;
    rdfs:comment "a grindstone; (same as U+7850 硐) a cave, cavern"@en .

<http://lexvo.org/id/char/7868> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A1%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C4%93>,
        <http://lexvo.org/id/term/kor/%E7%A1%A8>,
        <http://lexvo.org/id/term/kor/CHA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ce1>,
        <http://lexvo.org/id/term/yue/%E7%A1%A8>,
        "硨"^^xsd:string ;
    rdfs:comment "giant clam, Tridacna gigas"@en .

<http://lexvo.org/id/char/7869> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A1%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%A8>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cit3%20zit3>,
        <http://lexvo.org/id/term/yue/%E7%A1%A9>,
        "硩"^^xsd:string .

<http://lexvo.org/id/char/786A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C3%A9%20w%C3%B2%20y%C7%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A1%AA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C3%B2>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ngo4%20ngo6>,
        <http://lexvo.org/id/term/yue/%E7%A1%AA>,
        "硪"^^xsd:string .

<http://lexvo.org/id/char/786B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A1%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C3%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C3%BA%20ch%C3%B9>,
        <http://lexvo.org/id/term/kor/%E7%A1%AB>,
        <http://lexvo.org/id/term/kor/LYU>,
        <http://lexvo.org/id/term/vie/l%C6%B0u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lau4>,
        <http://lexvo.org/id/term/yue/%E7%A1%AB>,
        "硫"^^xsd:string ;
    rdfs:comment "sulfur"@en .

<http://lexvo.org/id/char/786C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A1%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%ACng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%ACng%20g%C4%9Bng>,
        <http://lexvo.org/id/term/kor/%E7%A1%AC>,
        <http://lexvo.org/id/term/kor/KYENG>,
        <http://lexvo.org/id/term/vie/kh%C6%B0%20ng%E1%BA%A1nh>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ngaang6>,
        <http://lexvo.org/id/term/yue/%E7%A1%AC>,
        "硬"^^xsd:string ;
    rdfs:comment "hard, firm, strong; obstinate"@en .

<http://lexvo.org/id/char/786D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A1%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A1ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mong4>,
        <http://lexvo.org/id/term/yue/%E7%A1%AD>,
        "硭"^^xsd:string ;
    rdfs:comment "a crude saltpetre"@en .

<http://lexvo.org/id/char/786E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A1%AE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qu%C3%A8>,
        <http://lexvo.org/id/term/kor/%E7%A1%AE>,
        <http://lexvo.org/id/term/kor/HAK>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kok3>,
        <http://lexvo.org/id/term/yue/%E7%A1%AE>,
        "确"^^xsd:string ;
    rdfs:comment "sure, certain; real, true"@en .

<http://lexvo.org/id/char/786F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A1%AF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E7%A1%AF>,
        <http://lexvo.org/id/term/kor/YEN>,
        <http://lexvo.org/id/term/vie/kh%E1%BB%91%20nghi%E1%BB%81n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jin6>,
        <http://lexvo.org/id/term/yue/%E7%A1%AF>,
        "硯"^^xsd:string ;
    rdfs:comment "inkstone"@en .

<http://lexvo.org/id/char/7870> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A1%B0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C4%81>,
        "硰"^^xsd:string .

<http://lexvo.org/id/char/7871> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A1%B1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C7%94n>,
        "硱"^^xsd:string .

<http://lexvo.org/id/char/7872> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A1%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%B9>,
        "硲"^^xsd:string .

<http://lexvo.org/id/char/7873> a lvont:Character ;
    lvont:represents "硳"^^xsd:string .

<http://lexvo.org/id/char/7874> a lvont:Character ;
    lvont:represents "硴"^^xsd:string .

<http://lexvo.org/id/char/7875> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A1%B5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C7%94>,
        "硵"^^xsd:string .

<http://lexvo.org/id/char/7876> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A1%B6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C4%9Bn>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C4%9Bn%20c%C3%A9n>,
        "硶"^^xsd:string .

<http://lexvo.org/id/char/7877> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A1%B7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C7%8En>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gaan2>,
        <http://lexvo.org/id/term/yue/%E7%A1%B7>,
        "硷"^^xsd:string ;
    rdfs:comment "alkaline, alkali, lye, salt"@en .

<http://lexvo.org/id/char/7878> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A1%B8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C3%BC%C3%A8>,
        "硸"^^xsd:string ;
    rdfs:comment "thick-lipped; a grindstone"@en .

<http://lexvo.org/id/char/7879> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A1%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C5%8Dng>,
        "硹"^^xsd:string .

<http://lexvo.org/id/char/787A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A1%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zhu%C3%B3>,
        "硺"^^xsd:string .

<http://lexvo.org/id/char/787B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A1%BB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C4%93ng>,
        "硻"^^xsd:string .

<http://lexvo.org/id/char/787C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A1%BC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%A9ng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%A9ng%20p%C4%93ng>,
        <http://lexvo.org/id/term/kor/%E7%A1%BC>,
        <http://lexvo.org/id/term/kor/PWUNG%20PHYENG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/paang4%20pang4>,
        <http://lexvo.org/id/term/yue/%E7%A1%BC>,
        "硼"^^xsd:string ;
    rdfs:comment "borax, boron"@en .

<http://lexvo.org/id/char/787D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A1%BD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%8En>,
        "硽"^^xsd:string .

<http://lexvo.org/id/char/787E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A1%BE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zhu%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zeoi6>,
        <http://lexvo.org/id/term/yue/%E7%A1%BE>,
        "硾"^^xsd:string ;
    rdfs:comment "weight"@en .

<http://lexvo.org/id/char/787F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A1%BF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C5%8Dng>,
        "硿"^^xsd:string .

<http://lexvo.org/id/char/7880> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A2%80>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C3%A9ng>,
        "碀"^^xsd:string .

<http://lexvo.org/id/char/7881> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A2%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C3%AD>,
        <http://lexvo.org/id/term/kor/%E7%A2%81>,
        <http://lexvo.org/id/term/kor/KI>,
        <http://lexvo.org/id/term/vie/c%E1%BB%9D>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kei4>,
        <http://lexvo.org/id/term/yue/%E7%A2%81>,
        "碁"^^xsd:string ;
    rdfs:comment "chess; any game similar to chess"@en .

<http://lexvo.org/id/char/7882> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A2%82>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C3%B2ng>,
        "碂"^^xsd:string .

<http://lexvo.org/id/char/7883> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A2%83>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C3%ACng>,
        "碃"^^xsd:string .

<http://lexvo.org/id/char/7884> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A2%84>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%ADn>,
        "碄"^^xsd:string .

<http://lexvo.org/id/char/7885> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A2%85>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C5%ABn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kwan1>,
        <http://lexvo.org/id/term/yue/%E7%A2%85>,
        "碅"^^xsd:string .

<http://lexvo.org/id/char/7886> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A2%86>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C5%8D>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bo1>,
        <http://lexvo.org/id/term/yue/%E7%A2%86>,
        "碆"^^xsd:string ;
    rdfs:comment "arrow-tip"@en .

<http://lexvo.org/id/char/7887> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A2%87>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%ACng>,
        <http://lexvo.org/id/term/kor/%E7%A2%87>,
        <http://lexvo.org/id/term/kor/CENG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ding3>,
        <http://lexvo.org/id/term/yue/%E7%A2%87>,
        "碇"^^xsd:string ;
    rdfs:comment "anchor"@en .

<http://lexvo.org/id/char/7888> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A2%88>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%ADn>,
        "碈"^^xsd:string .

<http://lexvo.org/id/char/7889> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A2%89>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/di%C4%81o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/diu1>,
        <http://lexvo.org/id/term/yue/%E7%A2%89>,
        "碉"^^xsd:string ;
    rdfs:comment "room made of stone; watchtower"@en .

<http://lexvo.org/id/char/788A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A2%8A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C4%81n>,
        "碊"^^xsd:string .

<http://lexvo.org/id/char/788B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A2%8B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A8>,
        "碋"^^xsd:string .

<http://lexvo.org/id/char/788C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A2%8C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%B9%20li%C3%B9%20lu%C3%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C3%B9%200740.040%3Al%C3%B9>,
        <http://lexvo.org/id/term/kor/%E7%A2%8C>,
        <http://lexvo.org/id/term/kor/LOK>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/luk1>,
        <http://lexvo.org/id/term/yue/%E7%A2%8C>,
        "碌"^^xsd:string ;
    rdfs:comment "rough, uneven, rocky; mediocre"@en .

<http://lexvo.org/id/char/788D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C3%A0i>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A2%8D>,
        <http://lexvo.org/id/term/kor/%E7%A2%8D>,
        <http://lexvo.org/id/term/kor/AY>,
        <http://lexvo.org/id/term/vie/ng%E1%BA%A1i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ngoi6>,
        <http://lexvo.org/id/term/yue/%E7%A2%8D>,
        "碍"^^xsd:string ;
    rdfs:comment "obstruct, hinder, block, deter"@en .

<http://lexvo.org/id/char/788E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A2%8E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/su%C3%AC>,
        <http://lexvo.org/id/term/kor/%E7%A2%8E>,
        <http://lexvo.org/id/term/kor/SWAY>,
        <http://lexvo.org/id/term/vie/to%C3%A1i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/seoi3>,
        <http://lexvo.org/id/term/yue/%E7%A2%8E>,
        "碎"^^xsd:string ;
    rdfs:comment "break, smash; broken, busted"@en .

<http://lexvo.org/id/char/788F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A2%8F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qu%C3%A8>,
        <http://lexvo.org/id/term/kor/%E7%A2%8F>,
        <http://lexvo.org/id/term/kor/CAK>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/coek3%20zoek3>,
        <http://lexvo.org/id/term/yue/%E7%A2%8F>,
        "碏"^^xsd:string ;
    rdfs:comment "coloured"@en .

<http://lexvo.org/id/char/7890> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A2%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%ADng%20l%C3%A9ng>,
        "碐"^^xsd:string .

<http://lexvo.org/id/char/7891> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A2%91>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C4%93i>,
        <http://lexvo.org/id/term/kor/%E7%A2%91>,
        <http://lexvo.org/id/term/kor/PI>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bei1>,
        <http://lexvo.org/id/term/yue/%E7%A2%91>,
        "碑"^^xsd:string ;
    rdfs:comment "stone tablet; gravestone"@en .

<http://lexvo.org/id/char/7892> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A2%92>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%ADn>,
        "碒"^^xsd:string .

<http://lexvo.org/id/char/7893> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A2%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/du%C3%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/du%C3%AC%20du%C4%AB>,
        <http://lexvo.org/id/term/kor/%E7%A2%93>,
        <http://lexvo.org/id/term/kor/TAY>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/deoi3>,
        <http://lexvo.org/id/term/yue/%E7%A2%93>,
        "碓"^^xsd:string ;
    rdfs:comment "pestle"@en .

<http://lexvo.org/id/char/7894> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A2%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C7%94>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mou5>,
        <http://lexvo.org/id/term/yue/%E7%A2%94>,
        "碔"^^xsd:string ;
    rdfs:comment "1/2 pr stone"@en .

<http://lexvo.org/id/char/7895> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A2%95>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C3%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kei4>,
        <http://lexvo.org/id/term/yue/%E7%A2%95>,
        "碕"^^xsd:string ;
    rdfs:comment "a cape, spit, promontory"@en .

<http://lexvo.org/id/char/7896> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A2%96>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%B9n>,
        "碖"^^xsd:string .

<http://lexvo.org/id/char/7897> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A2%97>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C7%8En>,
        <http://lexvo.org/id/term/kor/%E7%A2%97>,
        <http://lexvo.org/id/term/kor/WAN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wun2>,
        <http://lexvo.org/id/term/yue/%E7%A2%97>,
        "碗"^^xsd:string ;
    rdfs:comment "bowl, small dish"@en .

<http://lexvo.org/id/char/7898> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A2%98>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/di%C7%8En>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/din2>,
        <http://lexvo.org/id/term/yue/%E7%A2%98>,
        "碘"^^xsd:string ;
    rdfs:comment "iodine"@en .

<http://lexvo.org/id/char/7899> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A2%99>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C4%81ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gong1>,
        <http://lexvo.org/id/term/yue/%E7%A2%99>,
        "碙"^^xsd:string .

<http://lexvo.org/id/char/789A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A2%9A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%A8i>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%A8i%20p%C3%A9i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/pui5>,
        <http://lexvo.org/id/term/yue/%E7%A2%9A>,
        "碚"^^xsd:string ;
    rdfs:comment "suburb"@en .

<http://lexvo.org/id/char/789B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A2%9B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zaak3%20zik1>,
        <http://lexvo.org/id/term/yue/%E7%A2%9B>,
        "碛"^^xsd:string ;
    rdfs:comment "sand and gravel"@en .

<http://lexvo.org/id/char/789C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A2%9C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C4%9Bn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cam2>,
        <http://lexvo.org/id/term/yue/%E7%A2%9C>,
        "碜"^^xsd:string ;
    rdfs:comment "gritty"@en .

<http://lexvo.org/id/char/789D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A2%9D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ru%C7%8En>,
        "碝"^^xsd:string .

<http://lexvo.org/id/char/789E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A2%9E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A1n>,
        <http://lexvo.org/id/term/vie/y%E1%BA%BFm%20nham>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ngaam4>,
        <http://lexvo.org/id/term/yue/%E7%A2%9E>,
        "碞"^^xsd:string ;
    rdfs:comment "room made of stone; watchtower"@en .

<http://lexvo.org/id/char/789F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A2%9F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/di%C3%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/di%C3%A9%20sh%C3%A9>,
        <http://lexvo.org/id/term/kor/%E7%A2%9F>,
        <http://lexvo.org/id/term/kor/SEL>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dip6>,
        <http://lexvo.org/id/term/yue/%E7%A2%9F>,
        "碟"^^xsd:string ;
    rdfs:comment "small dish, plate"@en .

<http://lexvo.org/id/char/78A0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A2%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%ACng>,
        "碠"^^xsd:string .

<http://lexvo.org/id/char/78A1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A2%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%BA%20zh%C3%B3u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/duk6>,
        <http://lexvo.org/id/term/yue/%E7%A2%A1>,
        "碡"^^xsd:string ;
    rdfs:comment "stone roller used to level fields"@en .

<http://lexvo.org/id/char/78A2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A2%A2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/tu%C3%B3>,
        "碢"^^xsd:string .

<http://lexvo.org/id/char/78A3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A2%A3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%A9%20k%C3%A8%20y%C3%A0>,
        <http://lexvo.org/id/term/kor/%E7%A2%A3>,
        <http://lexvo.org/id/term/kor/KAL%20KYEY>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kit3>,
        <http://lexvo.org/id/term/yue/%E7%A2%A3>,
        "碣"^^xsd:string ;
    rdfs:comment "stone tablet"@en .

<http://lexvo.org/id/char/78A4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A2%A4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C4%ABng>,
        <http://lexvo.org/id/term/kor/%E7%A2%A4>,
        <http://lexvo.org/id/term/kor/YENG>,
        "碤"^^xsd:string .

<http://lexvo.org/id/char/78A5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A2%A5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/bi%C7%8En>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bin2>,
        <http://lexvo.org/id/term/yue/%E7%A2%A5>,
        "碥"^^xsd:string .

<http://lexvo.org/id/char/78A6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A2%A6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C3%A8>,
        "碦"^^xsd:string .

<http://lexvo.org/id/char/78A7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A2%A7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%AC>,
        <http://lexvo.org/id/term/kor/%E7%A2%A7>,
        <http://lexvo.org/id/term/kor/PYEK>,
        <http://lexvo.org/id/term/vie/c%E1%BB%9Di%20b%C3%ADch>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bik1>,
        <http://lexvo.org/id/term/yue/%E7%A2%A7>,
        "碧"^^xsd:string ;
    rdfs:comment "jade; green, blue"@en .

<http://lexvo.org/id/char/78A8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A2%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C3%A8i>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C4%93i%20w%C4%9Bi>,
        <http://lexvo.org/id/term/kor/%E7%A2%A8>,
        <http://lexvo.org/id/term/kor/OY>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wai3%20wui1>,
        <http://lexvo.org/id/term/yue/%E7%A2%A8>,
        "碨"^^xsd:string .

<http://lexvo.org/id/char/78A9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A2%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/shu%C3%B2%20sh%C3%AD>,
        <http://lexvo.org/id/term/kor/%E7%A2%A9>,
        <http://lexvo.org/id/term/kor/SEK>,
        <http://lexvo.org/id/term/vie/th%E1%BA%A1c>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sek6>,
        <http://lexvo.org/id/term/yue/%E7%A2%A9>,
        "碩"^^xsd:string ;
    rdfs:comment "great, eminent; large, big"@en .

<http://lexvo.org/id/char/78AA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A2%AA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C4%93n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/caa4%20zam1>,
        <http://lexvo.org/id/term/yue/%E7%A2%AA>,
        "碪"^^xsd:string ;
    rdfs:comment "stone slab used for washing clothes; an anvil"@en .

<http://lexvo.org/id/char/78AB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A2%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/du%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dyun3>,
        <http://lexvo.org/id/term/yue/%E7%A2%AB>,
        "碫"^^xsd:string .

<http://lexvo.org/id/char/78AC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A2%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A1>,
        "碬"^^xsd:string ;
    rdfs:comment "whetstone"@en .

<http://lexvo.org/id/char/78AD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A2%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%A0ng>,
        <http://lexvo.org/id/term/kor/%E7%A2%AD>,
        <http://lexvo.org/id/term/kor/THANG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dong6>,
        <http://lexvo.org/id/term/yue/%E7%A2%AD>,
        "碭"^^xsd:string ;
    rdfs:comment "brilliantly colored stone with veined patterns in it"@en .

<http://lexvo.org/id/char/78AE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A2%AE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%AD>,
        "碮"^^xsd:string .

<http://lexvo.org/id/char/78AF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A2%AF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C7%8Eo>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/nou5>,
        <http://lexvo.org/id/term/yue/%E7%A2%AF>,
        "碯"^^xsd:string ;
    rdfs:comment "agate, cornelian"@en .

<http://lexvo.org/id/char/78B0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A2%B0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%A8ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/pung3>,
        <http://lexvo.org/id/term/yue/%E7%A2%B0>,
        "碰"^^xsd:string ;
    rdfs:comment "collide, bump into"@en .

<http://lexvo.org/id/char/78B1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A2%B1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C7%8En>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C7%8En%20xi%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gaan2>,
        <http://lexvo.org/id/term/yue/%E7%A2%B1>,
        "碱"^^xsd:string ;
    rdfs:comment "alkaline, alkali, lye, salt"@en .

<http://lexvo.org/id/char/78B2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A2%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dai3>,
        <http://lexvo.org/id/term/yue/%E7%A2%B2>,
        "碲"^^xsd:string .

<http://lexvo.org/id/char/78B3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A2%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/taan3>,
        <http://lexvo.org/id/term/yue/%E7%A2%B3>,
        "碳"^^xsd:string ;
    rdfs:comment "carbon"@en .

<http://lexvo.org/id/char/78B4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A2%B4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%A1%20zh%C4%81%20zh%C7%8E%20ch%C4%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C4%81%200114.030%3Ach%C3%A1>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/caa4%20zaa1>,
        <http://lexvo.org/id/term/yue/%E7%A2%B4>,
        "碴"^^xsd:string ;
    rdfs:comment "chipped edge of a container"@en .

<http://lexvo.org/id/char/78B5> a lvont:Character ;
    lvont:represents "碵"^^xsd:string .

<http://lexvo.org/id/char/78B6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A2%B6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C3%AC>,
        "碶"^^xsd:string ;
    rdfs:comment "a flood-gate, a water-gate"@en .

<http://lexvo.org/id/char/78B7> a lvont:Character ;
    lvont:represents "碷"^^xsd:string .

<http://lexvo.org/id/char/78B8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A2%B8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C4%93ng>,
        "碸"^^xsd:string ;
    rdfs:comment "an organic compound"@en .

<http://lexvo.org/id/char/78B9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A2%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xu%C3%A0n>,
        "碹"^^xsd:string .

<http://lexvo.org/id/char/78BA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A2%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qu%C3%A8>,
        <http://lexvo.org/id/term/kor/%E7%A2%BA>,
        <http://lexvo.org/id/term/kor/HWAK>,
        <http://lexvo.org/id/term/vie/x%C3%A1c>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kok3>,
        <http://lexvo.org/id/term/yue/%E7%A2%BA>,
        "確"^^xsd:string ;
    rdfs:comment "sure, certain; real, true"@en .

<http://lexvo.org/id/char/78BB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A2%BB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qu%C3%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qu%C3%A8%20qi%C4%81o>,
        <http://lexvo.org/id/term/kor/%E7%A2%BB>,
        <http://lexvo.org/id/term/kor/HWAK>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kok3>,
        <http://lexvo.org/id/term/yue/%E7%A2%BB>,
        "碻"^^xsd:string ;
    rdfs:comment "solid"@en .

<http://lexvo.org/id/char/78BC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A2%BC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C7%8E>,
        <http://lexvo.org/id/term/kor/%E7%A2%BC>,
        <http://lexvo.org/id/term/kor/MA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/maa5>,
        <http://lexvo.org/id/term/yue/%E7%A2%BC>,
        "碼"^^xsd:string ;
    rdfs:comment "number, numerals; yard; symbol"@en .

<http://lexvo.org/id/char/78BD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A2%BD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C5%8Dng>,
        "碽"^^xsd:string .

<http://lexvo.org/id/char/78BE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A2%BE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ni%C7%8En>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ni%C7%8En%20ni%C3%A0n%20li%C7%8En>,
        <http://lexvo.org/id/term/kor/%E7%A2%BE>,
        <http://lexvo.org/id/term/kor/NYEN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/nin5>,
        <http://lexvo.org/id/term/yue/%E7%A2%BE>,
        "碾"^^xsd:string ;
    rdfs:comment "roller, crush; roll"@en .

<http://lexvo.org/id/char/78BF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A2%BF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C3%B9>,
        "碿"^^xsd:string .

<http://lexvo.org/id/char/78C0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C3%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A3%80>,
        "磀"^^xsd:string .

<http://lexvo.org/id/char/78C1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A3%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C3%AD>,
        <http://lexvo.org/id/term/kor/%E7%A3%81>,
        <http://lexvo.org/id/term/kor/CA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ci4>,
        <http://lexvo.org/id/term/yue/%E7%A3%81>,
        "磁"^^xsd:string ;
    rdfs:comment "magnetic; magnetism; porcelain"@en .

<http://lexvo.org/id/char/78C2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A3%82>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C3%B9>,
        "磂"^^xsd:string .

<http://lexvo.org/id/char/78C3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A3%83>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C4%AB>,
        "磃"^^xsd:string .

<http://lexvo.org/id/char/78C4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A3%84>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%A1ng>,
        "磄"^^xsd:string .

<http://lexvo.org/id/char/78C5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A3%85>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%A0ng%200854.010%3Ap%C3%A1ng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%A0ng%20p%C3%A0ng%20p%C3%A1ng%20p%C4%81ng>,
        <http://lexvo.org/id/term/kor/%E7%A3%85>,
        <http://lexvo.org/id/term/kor/PANG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bong2%20bong6>,
        <http://lexvo.org/id/term/yue/%E7%A3%85>,
        "磅"^^xsd:string ;
    rdfs:comment "pound; weigh"@en .

<http://lexvo.org/id/char/78C6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A3%86>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%A1>,
        "磆"^^xsd:string .

<http://lexvo.org/id/char/78C7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A3%87>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C4%AB>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/pai1>,
        <http://lexvo.org/id/term/yue/%E7%A3%87>,
        "磇"^^xsd:string ;
    rdfs:comment "arsenic"@en .

<http://lexvo.org/id/char/78C8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A3%88>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C4%9Bi%20ku%C7%90>,
        <http://lexvo.org/id/term/kor/%E7%A3%88>,
        <http://lexvo.org/id/term/kor/OY>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/faai3>,
        <http://lexvo.org/id/term/yue/%E7%A3%88>,
        "磈"^^xsd:string .

<http://lexvo.org/id/char/78C9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A3%89>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C7%8Eng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/song2>,
        <http://lexvo.org/id/term/yue/%E7%A3%89>,
        "磉"^^xsd:string ;
    rdfs:comment "the stone base or plinth of a pillar"@en .

<http://lexvo.org/id/char/78CA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A3%8A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C4%9Bi>,
        <http://lexvo.org/id/term/kor/%E7%A3%8A>,
        <http://lexvo.org/id/term/kor/LOY>,
        <http://lexvo.org/id/term/vie/l%E1%BB%91i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/leoi5>,
        <http://lexvo.org/id/term/yue/%E7%A3%8A>,
        "磊"^^xsd:string ;
    rdfs:comment "pile of rocks or stones; great"@en .

<http://lexvo.org/id/char/78CB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A3%8B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/cu%C5%8D>,
        <http://lexvo.org/id/term/kor/%E7%A3%8B>,
        <http://lexvo.org/id/term/kor/CHA>,
        <http://lexvo.org/id/term/vie/v%E1%BA%A3i%20tha>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/co1>,
        <http://lexvo.org/id/term/yue/%E7%A3%8B>,
        "磋"^^xsd:string ;
    rdfs:comment "polish, buff; scrutinize"@en .

<http://lexvo.org/id/char/78CC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A3%8C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C4%93n%20ti%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tin4>,
        <http://lexvo.org/id/term/yue/%E7%A3%8C>,
        "磌"^^xsd:string .

<http://lexvo.org/id/char/78CD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A3%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A1>,
        "磍"^^xsd:string .

<http://lexvo.org/id/char/78CE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A3%8E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C4%AB%20x%C4%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C4%AB>,
        <http://lexvo.org/id/term/kor/%E7%A3%8E>,
        <http://lexvo.org/id/term/kor/KYEY>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kai1>,
        <http://lexvo.org/id/term/yue/%E7%A3%8E>,
        "磎"^^xsd:string ;
    rdfs:comment "mountain stream, creek"@en .

<http://lexvo.org/id/char/78CF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A3%8F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C3%A1n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C3%A1n%200907.060%3Aqi%C4%81n>,
        <http://lexvo.org/id/term/kor/%E7%A3%8F>,
        <http://lexvo.org/id/term/kor/LYEM>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lim4>,
        <http://lexvo.org/id/term/yue/%E7%A3%8F>,
        "磏"^^xsd:string .

<http://lexvo.org/id/char/78D0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A3%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%A1n>,
        <http://lexvo.org/id/term/kor/%E7%A3%90>,
        <http://lexvo.org/id/term/kor/PAN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/pun4>,
        <http://lexvo.org/id/term/yue/%E7%A3%90>,
        "磐"^^xsd:string ;
    rdfs:comment "large rock, boulder; firm"@en .

<http://lexvo.org/id/char/78D1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A3%91>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C3%A8i%20%C3%A1i%20w%C3%A9i>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C3%A9i>,
        <http://lexvo.org/id/term/kor/%E7%A3%91>,
        <http://lexvo.org/id/term/kor/AY>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hoi2%20wui1>,
        <http://lexvo.org/id/term/yue/%E7%A3%91>,
        "磑"^^xsd:string ;
    rdfs:comment "stone mill; grind; break apart"@en .

<http://lexvo.org/id/char/78D2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A3%92>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%94n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wan6>,
        <http://lexvo.org/id/term/yue/%E7%A3%92>,
        "磒"^^xsd:string ;
    rdfs:comment "to fall from or into"@en .

<http://lexvo.org/id/char/78D3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A3%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/du%C4%AB>,
        "磓"^^xsd:string ;
    rdfs:comment "to throw (a stone)"@en .

<http://lexvo.org/id/char/78D4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A3%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%A9>,
        <http://lexvo.org/id/term/kor/%E7%A3%94>,
        <http://lexvo.org/id/term/kor/CHAYK>,
        <http://lexvo.org/id/term/vie/k%E1%BA%B9t>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zaak6>,
        <http://lexvo.org/id/term/yue/%E7%A3%94>,
        "磔"^^xsd:string ;
    rdfs:comment "to dismember, tear apart; downward stroke slanting right"@en .

<http://lexvo.org/id/char/78D5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A3%95>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C4%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C4%93%20k%C4%9B>,
        <http://lexvo.org/id/term/kor/%E7%A3%95>,
        <http://lexvo.org/id/term/kor/KAY>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hap6>,
        <http://lexvo.org/id/term/yue/%E7%A3%95>,
        "磕"^^xsd:string ;
    rdfs:comment "hit; collide, knock into; sound"@en .

<http://lexvo.org/id/char/78D6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A3%96>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C4%81%20l%C3%A1>,
        "磖"^^xsd:string .

<http://lexvo.org/id/char/78D7> a lvont:Character ;
    lvont:represents "磗"^^xsd:string .

<http://lexvo.org/id/char/78D8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A3%98>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C3%ACng>,
        "磘"^^xsd:string .

<http://lexvo.org/id/char/78D9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A3%99>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C7%94n>,
        "磙"^^xsd:string ;
    rdfs:comment "roller"@en .

<http://lexvo.org/id/char/78DA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A3%9A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zhu%C4%81n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zhu%C4%81n%20tu%C3%A1n%20tu%C3%B3>,
        <http://lexvo.org/id/term/kor/%E7%A3%9A>,
        <http://lexvo.org/id/term/kor/CEN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zyun1>,
        <http://lexvo.org/id/term/yue/%E7%A3%9A>,
        "磚"^^xsd:string ;
    rdfs:comment "tile, brick"@en .

<http://lexvo.org/id/char/78DB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A3%9B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/caam4>,
        <http://lexvo.org/id/term/yue/%E7%A3%9B>,
        "磛"^^xsd:string ;
    rdfs:comment "cliff"@en .

<http://lexvo.org/id/char/78DC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A3%9C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C3%AC>,
        "磜"^^xsd:string .

<http://lexvo.org/id/char/78DD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C3%A1o>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A3%9D>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ngou4>,
        <http://lexvo.org/id/term/yue/%E7%A3%9D>,
        "磝"^^xsd:string .

<http://lexvo.org/id/char/78DE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A3%9E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C4%93ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/paang1>,
        <http://lexvo.org/id/term/yue/%E7%A3%9E>,
        "磞"^^xsd:string .

<http://lexvo.org/id/char/78DF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A3%9F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%B9%20li%C3%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/luk1%20luk6>,
        <http://lexvo.org/id/term/yue/%E7%A3%9F>,
        "磟"^^xsd:string ;
    rdfs:comment "mediocre; busy; occupied; roller"@en .

<http://lexvo.org/id/char/78E0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A3%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C7%94>,
        <http://lexvo.org/id/term/kor/%E7%A3%A0>,
        <http://lexvo.org/id/term/kor/NYO>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lou5>,
        <http://lexvo.org/id/term/yue/%E7%A3%A0>,
        "磠"^^xsd:string ;
    rdfs:comment "sal ammoniac; sand; pebble"@en .

<http://lexvo.org/id/char/78E1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A3%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ham3>,
        <http://lexvo.org/id/term/yue/%E7%A3%A1>,
        "磡"^^xsd:string ;
    rdfs:comment "cliff, ledge, bank; step"@en .

<http://lexvo.org/id/char/78E2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A3%A2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C7%8Eng%20chu%C7%8Eng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/coeng2%20cong2%20saang2>,
        <http://lexvo.org/id/term/yue/%E7%A3%A2>,
        "磢"^^xsd:string ;
    rdfs:comment "(Cant.) to grind; a roller"@en .

<http://lexvo.org/id/char/78E3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A3%A3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C4%9Bn>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C4%9Bn%20c%C3%A0>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cam2>,
        <http://lexvo.org/id/term/yue/%E7%A3%A3>,
        "磣"^^xsd:string ;
    rdfs:comment "gritty"@en .

<http://lexvo.org/id/char/78E4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A3%A4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%90n%20y%C4%ABn>,
        "磤"^^xsd:string .

<http://lexvo.org/id/char/78E5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A3%A5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C4%9Bi>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/leoi5>,
        <http://lexvo.org/id/term/yue/%E7%A3%A5>,
        "磥"^^xsd:string ;
    rdfs:comment "a heap of stones; boulders"@en .

<http://lexvo.org/id/char/78E6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A3%A6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/bi%C4%81o>,
        "磦"^^xsd:string .

<http://lexvo.org/id/char/78E7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A3%A7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C3%AC>,
        <http://lexvo.org/id/term/kor/%E7%A3%A7>,
        <http://lexvo.org/id/term/kor/CEK>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zaak3%20zik1>,
        <http://lexvo.org/id/term/yue/%E7%A3%A7>,
        "磧"^^xsd:string ;
    rdfs:comment "sand and gravel; rocks exposed at low tide; to crush"@en .

<http://lexvo.org/id/char/78E8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A3%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%B3%200801.010%3Am%C3%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%B3%20m%C3%B2>,
        <http://lexvo.org/id/term/kor/%E7%A3%A8>,
        <http://lexvo.org/id/term/kor/MA>,
        <http://lexvo.org/id/term/vie/m%C3%A0i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mo4%20mo6>,
        <http://lexvo.org/id/term/yue/%E7%A3%A8>,
        "磨"^^xsd:string ;
    rdfs:comment "grind; polish; rub; wear out; a millstone"@en .

<http://lexvo.org/id/char/78E9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A3%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C4%AB%20q%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cik1>,
        <http://lexvo.org/id/term/yue/%E7%A3%A9>,
        "磩"^^xsd:string .

<http://lexvo.org/id/char/78EA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A3%AA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/cu%C4%AB>,
        <http://lexvo.org/id/term/kor/%E7%A3%AA>,
        <http://lexvo.org/id/term/kor/CHOY>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ceoi1>,
        <http://lexvo.org/id/term/yue/%E7%A3%AA>,
        "磪"^^xsd:string ;
    rdfs:comment "a high mountain; precipitous"@en .

<http://lexvo.org/id/char/78EB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A3%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C5%8Dng>,
        "磫"^^xsd:string .

<http://lexvo.org/id/char/78EC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A3%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C3%ACng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C3%ACng%20q%C7%90ng>,
        <http://lexvo.org/id/term/kor/%E7%A3%AC>,
        <http://lexvo.org/id/term/kor/KYENG>,
        <http://lexvo.org/id/term/vie/kh%C3%A1nh>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hing3>,
        <http://lexvo.org/id/term/yue/%E7%A3%AC>,
        "磬"^^xsd:string ;
    rdfs:comment "musical instrument; musical stone"@en .

<http://lexvo.org/id/char/78ED> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A3%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/chu%C3%B2>,
        "磭"^^xsd:string .

<http://lexvo.org/id/char/78EE> a lvont:Character ;
    lvont:represents "磮"^^xsd:string .

<http://lexvo.org/id/char/78EF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A3%AF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C4%AB>,
        <http://lexvo.org/id/term/kor/%E7%A3%AF>,
        <http://lexvo.org/id/term/kor/KI>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gei1>,
        <http://lexvo.org/id/term/yue/%E7%A3%AF>,
        "磯"^^xsd:string ;
    rdfs:comment "jetty; submerged rock; eddy"@en .

<http://lexvo.org/id/char/78F0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A3%B0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%A0n>,
        "磰"^^xsd:string .

<http://lexvo.org/id/char/78F1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A3%B1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%A1o>,
        "磱"^^xsd:string .

<http://lexvo.org/id/char/78F2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A3%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C3%BA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/keoi4>,
        <http://lexvo.org/id/term/yue/%E7%A3%B2>,
        "磲"^^xsd:string .

<http://lexvo.org/id/char/78F3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A3%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C4%93ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zang1>,
        <http://lexvo.org/id/term/yue/%E7%A3%B3>,
        "磳"^^xsd:string .

<http://lexvo.org/id/char/78F4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A3%B4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%A8ng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%A8ng%20d%C4%93ng>,
        <http://lexvo.org/id/term/kor/%E7%A3%B4>,
        <http://lexvo.org/id/term/kor/TUNG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dang3>,
        <http://lexvo.org/id/term/yue/%E7%A3%B4>,
        "磴"^^xsd:string ;
    rdfs:comment "steps on ledge, cliff, or hill"@en .

<http://lexvo.org/id/char/78F5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A3%B5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E7%A3%B5>,
        <http://lexvo.org/id/term/kor/KAN>,
        "磵"^^xsd:string ;
    rdfs:comment "brook, mountain stream"@en .

<http://lexvo.org/id/char/78F6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A3%B6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C3%AC>,
        "磶"^^xsd:string .

<http://lexvo.org/id/char/78F7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A3%B7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%ADn>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%ADn%20l%C3%ACn%20l%C7%90n%20l%C3%ADng>,
        <http://lexvo.org/id/term/kor/%E7%A3%B7>,
        <http://lexvo.org/id/term/kor/LIN>,
        <http://lexvo.org/id/term/vie/co%20l%C3%A2n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/leon4%20leon6>,
        <http://lexvo.org/id/term/yue/%E7%A3%B7>,
        "磷"^^xsd:string ;
    rdfs:comment "phosphorus; water rushing between"@en .

<http://lexvo.org/id/char/78F8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A3%B8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%ACng>,
        "磸"^^xsd:string .

<http://lexvo.org/id/char/78F9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A3%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/di%C3%A0n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/taam2>,
        <http://lexvo.org/id/term/yue/%E7%A3%B9>,
        "磹"^^xsd:string .

<http://lexvo.org/id/char/78FA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A3%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%A1ng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%A1ng%20ku%C3%A0ng>,
        <http://lexvo.org/id/term/kor/%E7%A3%BA>,
        <http://lexvo.org/id/term/kor/KWANG>,
        <http://lexvo.org/id/term/vie/ho%C3%A0ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wong4>,
        <http://lexvo.org/id/term/yue/%E7%A3%BA>,
        "磺"^^xsd:string ;
    rdfs:comment "sulphur; brimstone"@en .

<http://lexvo.org/id/char/78FB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A3%BB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%A1n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%A1n%20b%C5%8D>,
        <http://lexvo.org/id/term/kor/%E7%A3%BB>,
        <http://lexvo.org/id/term/kor/PAN%20PEN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/pun4>,
        <http://lexvo.org/id/term/yue/%E7%A3%BB>,
        "磻"^^xsd:string ;
    rdfs:comment "a tributary of the Wei river in Shanxi"@en .

<http://lexvo.org/id/char/78FC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A3%BC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C3%A1>,
        <http://lexvo.org/id/term/kor/%E7%A3%BC>,
        <http://lexvo.org/id/term/kor/CAP>,
        "磼"^^xsd:string .

<http://lexvo.org/id/char/78FD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A3%BD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C4%81o>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C4%81o%20qi%C7%8Eo%20qi%C3%A0o%20%C3%A1o>,
        <http://lexvo.org/id/term/kor/%E7%A3%BD>,
        <http://lexvo.org/id/term/kor/KYO>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/haau1>,
        <http://lexvo.org/id/term/yue/%E7%A3%BD>,
        "磽"^^xsd:string ;
    rdfs:comment "barren land; sandy soil"@en .

<http://lexvo.org/id/char/78FE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A3%BE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C4%AB>,
        <http://lexvo.org/id/term/vie/s%E1%BA%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dai1>,
        <http://lexvo.org/id/term/yue/%E7%A3%BE>,
        "磾"^^xsd:string .

<http://lexvo.org/id/char/78FF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A3%BF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lik6>,
        <http://lexvo.org/id/term/yue/%E7%A3%BF>,
        "磿"^^xsd:string .

<http://lexvo.org/id/char/7900> a lvont:Character ;
    lvont:represents "礀"^^xsd:string .

<http://lexvo.org/id/char/7901> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A4%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C4%81o>,
        <http://lexvo.org/id/term/kor/%E7%A4%81>,
        <http://lexvo.org/id/term/kor/CHO>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ziu1>,
        <http://lexvo.org/id/term/yue/%E7%A4%81>,
        "礁"^^xsd:string ;
    rdfs:comment "reef; jetty; submerged rocks"@en .

<http://lexvo.org/id/char/7902> a lvont:Character ;
    lvont:represents "礂"^^xsd:string .

<http://lexvo.org/id/char/7903> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A4%83>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C7%8Eng>,
        "礃"^^xsd:string .

<http://lexvo.org/id/char/7904> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A4%84>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C3%A1o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kiu4>,
        <http://lexvo.org/id/term/yue/%E7%A4%84>,
        "礄"^^xsd:string ;
    rdfs:comment "place in Sichuan province"@en .

<http://lexvo.org/id/char/7905> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A4%85>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C5%ABn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dan1%20deon1>,
        <http://lexvo.org/id/term/yue/%E7%A4%85>,
        "礅"^^xsd:string .

<http://lexvo.org/id/char/7906> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A4%86>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C7%8En>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C7%8En%20ji%C7%8En>,
        "礆"^^xsd:string ;
    rdfs:comment "alkaline, alkali, lye, salt"@en .

<http://lexvo.org/id/char/7907> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A4%87>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%B9>,
        "礇"^^xsd:string .

<http://lexvo.org/id/char/7908> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A4%88>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zhu%C3%AC>,
        "礈"^^xsd:string .

<http://lexvo.org/id/char/7909> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A4%89>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hat6>,
        <http://lexvo.org/id/term/yue/%E7%A4%89>,
        "礉"^^xsd:string .

<http://lexvo.org/id/char/790A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A4%8A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%B2>,
        "礊"^^xsd:string .

<http://lexvo.org/id/char/790B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A4%8B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%A1i%20z%C3%A9>,
        "礋"^^xsd:string .

<http://lexvo.org/id/char/790C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A4%8C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%A8i%20l%C3%A9i%20l%C4%9Bi>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%A9i>,
        <http://lexvo.org/id/term/kor/%E7%A4%8C>,
        <http://lexvo.org/id/term/kor/LOY>,
        <http://lexvo.org/id/term/vie/s%E1%BB%8Fi>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/leoi6>,
        <http://lexvo.org/id/term/yue/%E7%A4%8C>,
        "礌"^^xsd:string .

<http://lexvo.org/id/char/790D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A4%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C4%9B>,
        "礍"^^xsd:string .

<http://lexvo.org/id/char/790E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A4%8E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C7%94>,
        <http://lexvo.org/id/term/kor/%E7%A4%8E>,
        <http://lexvo.org/id/term/kor/CHO>,
        <http://lexvo.org/id/term/vie/s%E1%BB%9D>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/co2>,
        <http://lexvo.org/id/term/yue/%E7%A4%8E>,
        "礎"^^xsd:string ;
    rdfs:comment "foundation stone, plinth"@en .

<http://lexvo.org/id/char/790F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A4%8F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%AD>,
        <http://lexvo.org/id/term/kor/%E7%A4%8F>,
        <http://lexvo.org/id/term/kor/KUP>,
        "礏"^^xsd:string .

<http://lexvo.org/id/char/7910> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A4%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qu%C3%A8>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kok3>,
        <http://lexvo.org/id/term/yue/%E7%A4%90>,
        "礐"^^xsd:string .

<http://lexvo.org/id/char/7911> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A4%91>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%A0ng>,
        <http://lexvo.org/id/term/kor/%E7%A4%91>,
        <http://lexvo.org/id/term/kor/TANG>,
        "礑"^^xsd:string .

<http://lexvo.org/id/char/7912> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A4%92>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%90>,
        <http://lexvo.org/id/term/kor/%E7%A4%92>,
        <http://lexvo.org/id/term/kor/UY>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ngai5>,
        <http://lexvo.org/id/term/yue/%E7%A4%92>,
        "礒"^^xsd:string .

<http://lexvo.org/id/char/7913> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A4%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C4%81ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/goeng1>,
        <http://lexvo.org/id/term/yue/%E7%A4%93>,
        "礓"^^xsd:string .

<http://lexvo.org/id/char/7914> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A4%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%AC>,
        "礔"^^xsd:string .

<http://lexvo.org/id/char/7915> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A4%95>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C4%AB>,
        "礕"^^xsd:string .

<http://lexvo.org/id/char/7916> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A4%96>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%B9>,
        <http://lexvo.org/id/term/kor/%E7%A4%96>,
        <http://lexvo.org/id/term/kor/YE>,
        "礖"^^xsd:string .

<http://lexvo.org/id/char/7917> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A4%97>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C4%ABn>,
        "礗"^^xsd:string .

<http://lexvo.org/id/char/7918> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A4%98>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C3%AC>,
        "礘"^^xsd:string .

<http://lexvo.org/id/char/7919> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C3%A0i>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A4%99>,
        <http://lexvo.org/id/term/kor/%E7%A4%99>,
        <http://lexvo.org/id/term/kor/AY>,
        <http://lexvo.org/id/term/vie/ng%E1%BA%A1i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ngoi6>,
        <http://lexvo.org/id/term/yue/%E7%A4%99>,
        "礙"^^xsd:string ;
    rdfs:comment "obstruct, hinder, block, deter"@en .

<http://lexvo.org/id/char/791A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A4%9A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C3%A0i%20k%C4%93>,
        "礚"^^xsd:string .

<http://lexvo.org/id/char/791B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A4%9B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C4%81n%20l%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/laam4>,
        <http://lexvo.org/id/term/yue/%E7%A4%9B>,
        "礛"^^xsd:string .

<http://lexvo.org/id/char/791C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A4%9C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jyu5>,
        <http://lexvo.org/id/term/yue/%E7%A4%9C>,
        "礜"^^xsd:string .

<http://lexvo.org/id/char/791D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A4%9D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ru%C7%8En>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jyun5>,
        <http://lexvo.org/id/term/yue/%E7%A4%9D>,
        "礝"^^xsd:string .

<http://lexvo.org/id/char/791E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A4%9E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A9ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mung4>,
        <http://lexvo.org/id/term/yue/%E7%A4%9E>,
        "礞"^^xsd:string .

<http://lexvo.org/id/char/791F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A4%9F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%A0o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/paau3>,
        <http://lexvo.org/id/term/yue/%E7%A4%9F>,
        "礟"^^xsd:string ;
    rdfs:comment "ancient ballista for throwing heavy stones; a cannon, a gun"@en .

<http://lexvo.org/id/char/7920> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A4%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C3%AD>,
        "礠"^^xsd:string .

<http://lexvo.org/id/char/7921> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A4%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%B3>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bok3%20bok6>,
        <http://lexvo.org/id/term/yue/%E7%A4%A1>,
        "礡"^^xsd:string ;
    rdfs:comment "fill, extend"@en .

<http://lexvo.org/id/char/7922> a lvont:Character ;
    lvont:represents "礢"^^xsd:string .

<http://lexvo.org/id/char/7923> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A4%A3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/mi%C3%A8>,
        "礣"^^xsd:string .

<http://lexvo.org/id/char/7924> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A4%A4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C7%8E>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/caat3>,
        <http://lexvo.org/id/term/yue/%E7%A4%A4>,
        "礤"^^xsd:string .

<http://lexvo.org/id/char/7925> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A4%A5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A1n>,
        "礥"^^xsd:string .

<http://lexvo.org/id/char/7926> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A4%A6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ku%C3%A0ng>,
        <http://lexvo.org/id/term/kor/%E7%A4%A6>,
        <http://lexvo.org/id/term/kor/KWANG%20HWANG>,
        <http://lexvo.org/id/term/vie/kho%C3%A1ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gwong3%20kwong3>,
        <http://lexvo.org/id/term/yue/%E7%A4%A6>,
        "礦"^^xsd:string ;
    rdfs:comment "mine; mineral, ore"@en .

<http://lexvo.org/id/char/7927> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A4%A7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%A8i%20l%C3%A9i%20l%C4%9Bi>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%A9i>,
        <http://lexvo.org/id/term/kor/%E7%A4%A7>,
        <http://lexvo.org/id/term/kor/LOY>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/leoi5%20leoi6>,
        <http://lexvo.org/id/term/yue/%E7%A4%A7>,
        "礧"^^xsd:string ;
    rdfs:comment "roll"@en .

<http://lexvo.org/id/char/7928> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A4%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C4%9Bi>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/leoi5>,
        <http://lexvo.org/id/term/yue/%E7%A4%A8>,
        "礨"^^xsd:string .

<http://lexvo.org/id/char/7929> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A4%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zat1%20zat6%20zi3>,
        <http://lexvo.org/id/term/yue/%E7%A4%A9>,
        "礩"^^xsd:string .

<http://lexvo.org/id/char/792A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A4%AA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%AC>,
        <http://lexvo.org/id/term/kor/%E7%A4%AA>,
        <http://lexvo.org/id/term/kor/LYE>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lai6>,
        <http://lexvo.org/id/term/yue/%E7%A4%AA>,
        "礪"^^xsd:string ;
    rdfs:comment "whetstone; sharpen"@en .

<http://lexvo.org/id/char/792B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A4%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%AC%20lu%C3%B2>,
        <http://lexvo.org/id/term/kor/%E7%A4%AB>,
        <http://lexvo.org/id/term/kor/LYEK>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lik1>,
        <http://lexvo.org/id/term/yue/%E7%A4%AB>,
        "礫"^^xsd:string ;
    rdfs:comment "gravel, pebbles, potsherds"@en .

<http://lexvo.org/id/char/792C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A4%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%A1n>,
        <http://lexvo.org/id/term/kor/%E7%A4%AC>,
        <http://lexvo.org/id/term/kor/PAN>,
        <http://lexvo.org/id/term/vie/tr%E1%BB%91i%20ph%C3%A8n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/faan4>,
        <http://lexvo.org/id/term/yue/%E7%A4%AC>,
        "礬"^^xsd:string ;
    rdfs:comment "alum"@en .

<http://lexvo.org/id/char/792D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A4%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qu%C3%A8>,
        <http://lexvo.org/id/term/kor/%E7%A4%AD>,
        <http://lexvo.org/id/term/kor/HWAK>,
        "礭"^^xsd:string .

<http://lexvo.org/id/char/792E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A4%AE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%A0o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/paau3>,
        <http://lexvo.org/id/term/yue/%E7%A4%AE>,
        "礮"^^xsd:string ;
    rdfs:comment "ancient ballista for throwing heavy stones a cannon, a gun"@en .

<http://lexvo.org/id/char/792F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A4%AF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C4%ABng>,
        "礯"^^xsd:string .

<http://lexvo.org/id/char/7930> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A4%B0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%AC>,
        "礰"^^xsd:string .

<http://lexvo.org/id/char/7931> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A4%B1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%B3ng>,
        <http://lexvo.org/id/term/kor/%E7%A4%B1>,
        <http://lexvo.org/id/term/kor/LONG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lung4>,
        <http://lexvo.org/id/term/yue/%E7%A4%B1>,
        "礱"^^xsd:string ;
    rdfs:comment "grind, sharpen; mill"@en .

<http://lexvo.org/id/char/7932> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A4%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%B3ng>,
        "礲"^^xsd:string .

<http://lexvo.org/id/char/7933> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A4%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%B2>,
        "礳"^^xsd:string ;
    rdfs:comment "name of place in shan xi province"@en .

<http://lexvo.org/id/char/7934> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A4%B4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%B3>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bok3>,
        <http://lexvo.org/id/term/yue/%E7%A4%B4>,
        "礴"^^xsd:string ;
    rdfs:comment "fill, extend"@en .

<http://lexvo.org/id/char/7935> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A4%B5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/shu%C4%81ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/soeng1>,
        <http://lexvo.org/id/term/yue/%E7%A4%B5>,
        "礵"^^xsd:string ;
    rdfs:comment "arsenic"@en .

<http://lexvo.org/id/char/7936> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A4%B6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/gu%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gun3>,
        <http://lexvo.org/id/term/yue/%E7%A4%B6>,
        "礶"^^xsd:string ;
    rdfs:comment "a jug, a pitcher, a jar, a pot"@en .

<http://lexvo.org/id/char/7937> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A4%B7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%A1n>,
        "礷"^^xsd:string .

<http://lexvo.org/id/char/7938> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A4%B8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C7%8En>,
        "礸"^^xsd:string .

<http://lexvo.org/id/char/7939> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A4%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A1n>,
        "礹"^^xsd:string .

<http://lexvo.org/id/char/793C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A4%BC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C7%90>,
        <http://lexvo.org/id/term/kor/%E7%A4%BC>,
        <http://lexvo.org/id/term/kor/LYEY>,
        <http://lexvo.org/id/term/vie/l%E1%BB%85>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lai5>,
        <http://lexvo.org/id/term/yue/%E7%A4%BC>,
        "礼"^^xsd:string ;
    rdfs:comment "social custom; manners; courtesy"@en .

<http://lexvo.org/id/char/793D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A4%BD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/r%C3%A9ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jing4>,
        <http://lexvo.org/id/term/yue/%E7%A4%BD>,
        "礽"^^xsd:string ;
    rdfs:comment "blessings, happiness"@en .

<http://lexvo.org/id/char/793E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A4%BE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%A8>,
        <http://lexvo.org/id/term/kor/%E7%A4%BE>,
        <http://lexvo.org/id/term/kor/SA>,
        <http://lexvo.org/id/term/vie/x%C3%A3>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/se5>,
        <http://lexvo.org/id/term/yue/%E7%A4%BE>,
        "社"^^xsd:string ;
    rdfs:comment "god of the soil and altars to him; group of families; company, society"@en .

<http://lexvo.org/id/char/793F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A4%BF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/yu%C3%A8>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/joek6>,
        <http://lexvo.org/id/term/yue/%E7%A4%BF>,
        "礿"^^xsd:string ;
    rdfs:comment "sacrifice"@en .

<http://lexvo.org/id/char/7940> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A5%80>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C3%AC>,
        <http://lexvo.org/id/term/kor/%E7%A5%80>,
        <http://lexvo.org/id/term/kor/SA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zi6>,
        <http://lexvo.org/id/term/yue/%E7%A5%80>,
        "祀"^^xsd:string ;
    rdfs:comment "to sacrifice, worship"@en .

<http://lexvo.org/id/char/7941> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A5%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C3%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C3%AD%20zh%C7%90>,
        <http://lexvo.org/id/term/kor/%E7%A5%81>,
        <http://lexvo.org/id/term/kor/KI>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kei4>,
        <http://lexvo.org/id/term/yue/%E7%A5%81>,
        "祁"^^xsd:string ;
    rdfs:comment "pray; numerous, ample, abundant"@en .

<http://lexvo.org/id/char/7942> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A5%82>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C4%81>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/taa1>,
        <http://lexvo.org/id/term/yue/%E7%A5%82>,
        "祂"^^xsd:string ;
    rdfs:comment "he (honorific form, generally used for the Abrahamic God)"@en .

<http://lexvo.org/id/char/7943> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A5%83>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A0>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/maa6>,
        <http://lexvo.org/id/term/yue/%E7%A5%83>,
        "祃"^^xsd:string ;
    rdfs:comment "a sacrifice at the beginning of a military campaign"@en .

<http://lexvo.org/id/char/7944> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A5%84>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A8>,
        "祄"^^xsd:string .

<http://lexvo.org/id/char/7945> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A5%85>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C4%81o%20xi%C4%81n>,
        <http://lexvo.org/id/term/kor/%E7%A5%85>,
        <http://lexvo.org/id/term/kor/YO>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hin1>,
        <http://lexvo.org/id/term/yue/%E7%A5%85>,
        "祅"^^xsd:string ;
    rdfs:comment "calamities, disasters; ormazda"@en .

<http://lexvo.org/id/char/7946> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A5%86>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C4%81n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C4%81n%20y%C4%81o>,
        <http://lexvo.org/id/term/kor/%E7%A5%86>,
        <http://lexvo.org/id/term/kor/CHEN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jiu1>,
        <http://lexvo.org/id/term/yue/%E7%A5%86>,
        "祆"^^xsd:string ;
    rdfs:comment "Ormazda, god of the Zoroastrians; extended to god of the Manicheans"@en .

<http://lexvo.org/id/char/7947> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A5%87>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C3%AD%201486.142%3Azh%C7%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C3%AD%20ch%C3%AD%20zh%C4%AB%20zh%C7%90>,
        <http://lexvo.org/id/term/kor/%E7%A5%87>,
        <http://lexvo.org/id/term/kor/KI%20CI>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kei4%20zi2>,
        <http://lexvo.org/id/term/yue/%E7%A5%87>,
        "祇"^^xsd:string ;
    rdfs:comment "the spirit of the earth; (used for U+53EA 只) only, merely, but"@en .

<http://lexvo.org/id/char/7948> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A5%88>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C3%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C3%AD%20gu%C7%90>,
        <http://lexvo.org/id/term/kor/%E7%A5%88>,
        <http://lexvo.org/id/term/kor/KI>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kei4>,
        <http://lexvo.org/id/term/yue/%E7%A5%88>,
        "祈"^^xsd:string ;
    rdfs:comment "pray; entreat, beseech"@en .

<http://lexvo.org/id/char/7949> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A5%89>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C7%90>,
        <http://lexvo.org/id/term/kor/%E7%A5%89>,
        <http://lexvo.org/id/term/kor/CI>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zi2>,
        <http://lexvo.org/id/term/yue/%E7%A5%89>,
        "祉"^^xsd:string ;
    rdfs:comment "happiness, blessings, good luck"@en .

<http://lexvo.org/id/char/794A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A5%8A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C4%93ng>,
        <http://lexvo.org/id/term/kor/%E7%A5%8A>,
        <http://lexvo.org/id/term/kor/PHAYNG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bang1>,
        <http://lexvo.org/id/term/yue/%E7%A5%8A>,
        "祊"^^xsd:string ;
    rdfs:comment "river in Shandong; space inside"@en .

<http://lexvo.org/id/char/794B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A5%8B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/du%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/deoi3%20doi6>,
        <http://lexvo.org/id/term/yue/%E7%A5%8B>,
        "祋"^^xsd:string .

<http://lexvo.org/id/char/794C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A5%8C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%B2ng%20zh%C7%92ng>,
        "祌"^^xsd:string .

<http://lexvo.org/id/char/794D> a lvont:Character ;
    lvont:represents "祍"^^xsd:string .

<http://lexvo.org/id/char/794E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A5%8E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C4%AB>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ji1>,
        <http://lexvo.org/id/term/yue/%E7%A5%8E>,
        "祎"^^xsd:string ;
    rdfs:comment "excellent"@en .

<http://lexvo.org/id/char/794F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A5%8F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sek6%20sik6>,
        <http://lexvo.org/id/term/yue/%E7%A5%8F>,
        "祏"^^xsd:string ;
    rdfs:comment "shrine"@en .

<http://lexvo.org/id/char/7950> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A5%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%B2u>,
        <http://lexvo.org/id/term/kor/%E7%A5%90>,
        <http://lexvo.org/id/term/kor/WU>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jau6>,
        <http://lexvo.org/id/term/yue/%E7%A5%90>,
        "祐"^^xsd:string ;
    rdfs:comment "divine intervention, protection"@en .

<http://lexvo.org/id/char/7951> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A5%91>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%AC>,
        "祑"^^xsd:string .

<http://lexvo.org/id/char/7952> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A5%92>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ti%C3%A1o>,
        "祒"^^xsd:string .

<http://lexvo.org/id/char/7953> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A5%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%BA%20f%C3%A8i>,
        <http://lexvo.org/id/term/kor/%E7%A5%93>,
        <http://lexvo.org/id/term/kor/PWUL>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fat1>,
        <http://lexvo.org/id/term/yue/%E7%A5%93>,
        "祓"^^xsd:string ;
    rdfs:comment "exorcise, remove evil; clean"@en .

<http://lexvo.org/id/char/7954> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A5%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%B9>,
        <http://lexvo.org/id/term/kor/%E7%A5%94>,
        <http://lexvo.org/id/term/kor/PWU>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fu6>,
        <http://lexvo.org/id/term/yue/%E7%A5%94>,
        "祔"^^xsd:string ;
    rdfs:comment "worship one's ancestors; entomb"@en .

<http://lexvo.org/id/char/7955> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A5%95>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%AC%200783.041%3Am%C3%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%AC>,
        <http://lexvo.org/id/term/kor/%E7%A5%95>,
        <http://lexvo.org/id/term/kor/PI>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bei3>,
        <http://lexvo.org/id/term/yue/%E7%A5%95>,
        "祕"^^xsd:string ;
    rdfs:comment "mysterious, secret, abstruse"@en .

<http://lexvo.org/id/char/7956> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A5%96>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C7%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C7%94%20ji%C4%93>,
        <http://lexvo.org/id/term/kor/%E7%A5%96>,
        <http://lexvo.org/id/term/kor/CO>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zou2>,
        <http://lexvo.org/id/term/yue/%E7%A5%96>,
        "祖"^^xsd:string ;
    rdfs:comment "ancestor, forefather; grandfather"@en .

<http://lexvo.org/id/char/7957> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A5%97>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C4%AB>,
        <http://lexvo.org/id/term/kor/%E7%A5%97>,
        <http://lexvo.org/id/term/kor/CI>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zi1>,
        <http://lexvo.org/id/term/yue/%E7%A5%97>,
        "祗"^^xsd:string ;
    rdfs:comment "respect, look up to, revere"@en .

<http://lexvo.org/id/char/7958> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A5%98>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/su%C3%A0n>,
        "祘"^^xsd:string ;
    rdfs:comment "to calculate"@en .

<http://lexvo.org/id/char/7959> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A5%99>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A8i>,
        "祙"^^xsd:string ;
    rdfs:comment "demon"@en .

<http://lexvo.org/id/char/795A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A5%9A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zu%C3%B2>,
        <http://lexvo.org/id/term/kor/%E7%A5%9A>,
        <http://lexvo.org/id/term/kor/CO>,
        <http://lexvo.org/id/term/vie/t%E1%BB%99>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zou6>,
        <http://lexvo.org/id/term/yue/%E7%A5%9A>,
        "祚"^^xsd:string ;
    rdfs:comment "throne; bless; blessing, happiness"@en .

<http://lexvo.org/id/char/795B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A5%9B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C5%AB>,
        <http://lexvo.org/id/term/kor/%E7%A5%9B>,
        <http://lexvo.org/id/term/kor/KE>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/keoi1>,
        <http://lexvo.org/id/term/yue/%E7%A5%9B>,
        "祛"^^xsd:string ;
    rdfs:comment "expel, disperse, exorcise"@en .

<http://lexvo.org/id/char/795C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A5%9C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%B9>,
        <http://lexvo.org/id/term/kor/%E7%A5%9C>,
        <http://lexvo.org/id/term/kor/HO>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wu2>,
        <http://lexvo.org/id/term/yue/%E7%A5%9C>,
        "祜"^^xsd:string ;
    rdfs:comment "blessing, happiness, prosperity"@en .

<http://lexvo.org/id/char/795D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A5%9D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%B9%20zh%C3%B2u%20ch%C3%B9>,
        <http://lexvo.org/id/term/kor/%E7%A5%9D>,
        <http://lexvo.org/id/term/kor/CHWUK%20CWU>,
        <http://lexvo.org/id/term/vie/ch%C3%BAc>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zuk1>,
        <http://lexvo.org/id/term/yue/%E7%A5%9D>,
        "祝"^^xsd:string ;
    rdfs:comment "pray for happiness or blessings"@en .

<http://lexvo.org/id/char/795E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A5%9E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%A9n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%A9n%20sh%C4%93n>,
        <http://lexvo.org/id/term/kor/%E7%A5%9E>,
        <http://lexvo.org/id/term/kor/SIN>,
        <http://lexvo.org/id/term/vie/th%E1%BA%A7n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/san1%20san4>,
        <http://lexvo.org/id/term/yue/%E7%A5%9E>,
        "神"^^xsd:string ;
    rdfs:comment "spirit, god, supernatural being"@en .

<http://lexvo.org/id/char/795F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A5%9F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/su%C3%AC>,
        <http://lexvo.org/id/term/kor/%E7%A5%9F>,
        <http://lexvo.org/id/term/kor/SWU>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/seoi6>,
        <http://lexvo.org/id/term/yue/%E7%A5%9F>,
        "祟"^^xsd:string ;
    rdfs:comment "evil spirit; evil influence"@en .

<http://lexvo.org/id/char/7960> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A5%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C3%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C3%AD%20s%C3%AC>,
        <http://lexvo.org/id/term/kor/%E7%A5%A0>,
        <http://lexvo.org/id/term/kor/SA>,
        <http://lexvo.org/id/term/vie/t%E1%BB%AB>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ci4>,
        <http://lexvo.org/id/term/yue/%E7%A5%A0>,
        "祠"^^xsd:string ;
    rdfs:comment "ancestral temple; offer sacrifice"@en .

<http://lexvo.org/id/char/7961> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A5%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%A1i>,
        "祡"^^xsd:string .

<http://lexvo.org/id/char/7962> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A5%A2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%AD%200828.010%3An%C7%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%AD%20n%C7%90>,
        <http://lexvo.org/id/term/kor/%E7%A5%A2>,
        <http://lexvo.org/id/term/kor/NI>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/nei4>,
        <http://lexvo.org/id/term/yue/%E7%A5%A2>,
        "祢"^^xsd:string ;
    rdfs:comment "one's deceased father"@en .

<http://lexvo.org/id/char/7963> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A5%A3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C7%9A>,
        "祣"^^xsd:string .

<http://lexvo.org/id/char/7964> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A5%A4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%94%20x%C7%94>,
        "祤"^^xsd:string .

<http://lexvo.org/id/char/7965> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A5%A5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A1ng>,
        <http://lexvo.org/id/term/kor/%E7%A5%A5>,
        <http://lexvo.org/id/term/kor/SANG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/coeng4>,
        <http://lexvo.org/id/term/yue/%E7%A5%A5>,
        "祥"^^xsd:string ;
    rdfs:comment "good luck, good omen; happiness"@en .

<http://lexvo.org/id/char/7966> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A5%A6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C3%BA>,
        "祦"^^xsd:string ;
    rdfs:comment "happiness; good fortune good luck; blessing; bliss"@en .

<http://lexvo.org/id/char/7967> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A5%A7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ti%C4%81o>,
        <http://lexvo.org/id/term/kor/%E7%A5%A7>,
        <http://lexvo.org/id/term/kor/CO>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tiu1>,
        <http://lexvo.org/id/term/yue/%E7%A5%A7>,
        "祧"^^xsd:string ;
    rdfs:comment "an ancestral hall"@en .

<http://lexvo.org/id/char/7968> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A5%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/pi%C3%A0o>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/pi%C3%A0o%20pi%C4%81o>,
        <http://lexvo.org/id/term/kor/%E7%A5%A8>,
        <http://lexvo.org/id/term/kor/PHYO>,
        <http://lexvo.org/id/term/vie/phi%E1%BA%BFu>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/biu1%20piu3>,
        <http://lexvo.org/id/term/yue/%E7%A5%A8>,
        "票"^^xsd:string ;
    rdfs:comment "slip of paper or bamboo; ticket"@en .

<http://lexvo.org/id/char/7969> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A5%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C5%AB>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zyu1>,
        <http://lexvo.org/id/term/yue/%E7%A5%A9>,
        "祩"^^xsd:string .

<http://lexvo.org/id/char/796A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A5%AA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/gu%C7%90>,
        "祪"^^xsd:string .

<http://lexvo.org/id/char/796B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A5%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A1>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/haap6>,
        <http://lexvo.org/id/term/yue/%E7%A5%AB>,
        "祫"^^xsd:string ;
    rdfs:comment "triennial sacrifice to one's ancestors"@en .

<http://lexvo.org/id/char/796C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A5%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C4%AB>,
        "祬"^^xsd:string .

<http://lexvo.org/id/char/796D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A5%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%AC%201450.090%3Azh%C3%A0i>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%AC%20zh%C3%A0i>,
        <http://lexvo.org/id/term/kor/%E7%A5%AD>,
        <http://lexvo.org/id/term/kor/CEY%20CHAY>,
        <http://lexvo.org/id/term/vie/t%E1%BA%BF>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zai3>,
        <http://lexvo.org/id/term/yue/%E7%A5%AD>,
        "祭"^^xsd:string ;
    rdfs:comment "sacrifice to, worship"@en .

<http://lexvo.org/id/char/796E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A5%AE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C3%A0o>,
        "祮"^^xsd:string .

<http://lexvo.org/id/char/796F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A5%AF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C4%93n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C4%93n%20zh%C4%93ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zing1>,
        <http://lexvo.org/id/term/yue/%E7%A5%AF>,
        "祯"^^xsd:string ;
    rdfs:comment "lucky, auspicious, good omen"@en .

<http://lexvo.org/id/char/7970> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A5%B0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C3%A0o>,
        "祰"^^xsd:string .

<http://lexvo.org/id/char/7971> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A5%B1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/shu%C3%AC>,
        "祱"^^xsd:string .

<http://lexvo.org/id/char/7972> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A5%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%ACn>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C4%ABn%20j%C3%ACn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zam1>,
        <http://lexvo.org/id/term/yue/%E7%A5%B2>,
        "祲"^^xsd:string ;
    rdfs:comment "ominous or sinister spirit; vigor"@en .

<http://lexvo.org/id/char/7973> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A5%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C4%9Bn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/san4>,
        <http://lexvo.org/id/term/yue/%E7%A5%B3>,
        "祳"^^xsd:string .

<http://lexvo.org/id/char/7974> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A5%B4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C4%81i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/goi1>,
        <http://lexvo.org/id/term/yue/%E7%A5%B4>,
        "祴"^^xsd:string .

<http://lexvo.org/id/char/7975> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A5%B5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C7%94n%20h%C3%BAn>,
        "祵"^^xsd:string .

<http://lexvo.org/id/char/7976> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A5%B6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%AC>,
        "祶"^^xsd:string .

<http://lexvo.org/id/char/7977> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A5%B7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C7%8Eo>,
        <http://lexvo.org/id/term/kor/%E7%A5%B7>,
        <http://lexvo.org/id/term/kor/TO>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tou2>,
        <http://lexvo.org/id/term/yue/%E7%A5%B7>,
        "祷"^^xsd:string ;
    rdfs:comment "pray; entreat, beg, plead; prayer"@en .

<http://lexvo.org/id/char/7978> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A5%B8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%B2>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wo6>,
        <http://lexvo.org/id/term/yue/%E7%A5%B8>,
        "祸"^^xsd:string ;
    rdfs:comment "misfortune, calamity, disaster"@en .

<http://lexvo.org/id/char/7979> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A5%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%A1o>,
        "祹"^^xsd:string .

<http://lexvo.org/id/char/797A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A5%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C3%AD>,
        <http://lexvo.org/id/term/kor/%E7%A5%BA>,
        <http://lexvo.org/id/term/kor/KI>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kei4>,
        <http://lexvo.org/id/term/yue/%E7%A5%BA>,
        "祺"^^xsd:string ;
    rdfs:comment "good luck, good fortune"@en .

<http://lexvo.org/id/char/797B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A5%BB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C3%B9>,
        "祻"^^xsd:string .

<http://lexvo.org/id/char/797C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A5%BC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/gu%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E7%A5%BC>,
        <http://lexvo.org/id/term/kor/KWAN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gun3>,
        <http://lexvo.org/id/term/yue/%E7%A5%BC>,
        "祼"^^xsd:string ;
    rdfs:comment "libation"@en .

<http://lexvo.org/id/char/797D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A5%BD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zu%C3%AC>,
        "祽"^^xsd:string .

<http://lexvo.org/id/char/797E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A5%BE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%ADng>,
        "祾"^^xsd:string .

<http://lexvo.org/id/char/797F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A5%BF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%B9>,
        <http://lexvo.org/id/term/kor/%E7%A5%BF>,
        <http://lexvo.org/id/term/kor/LOK>,
        <http://lexvo.org/id/term/vie/l%E1%BB%99c>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/luk6>,
        <http://lexvo.org/id/term/yue/%E7%A5%BF>,
        "祿"^^xsd:string ;
    rdfs:comment "blessing, happiness, prosperity"@en .

<http://lexvo.org/id/char/7980> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A6%80>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C7%90ng%20b%C7%90n%20l%C7%90n>,
        <http://lexvo.org/id/term/kor/%E7%A6%80>,
        <http://lexvo.org/id/term/kor/PHWUM>,
        <http://lexvo.org/id/term/vie/b%E1%BA%A9m>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ban2>,
        <http://lexvo.org/id/term/yue/%E7%A6%80>,
        "禀"^^xsd:string ;
    rdfs:comment "report to, petition"@en .

<http://lexvo.org/id/char/7981> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A6%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%ACn%20j%C4%ABn>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C4%ABn%200592.080%3Aj%C3%ACn>,
        <http://lexvo.org/id/term/kor/%E7%A6%81>,
        <http://lexvo.org/id/term/kor/KUM>,
        <http://lexvo.org/id/term/vie/c%E1%BA%A5m>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gam1%20gam3%20kam1>,
        <http://lexvo.org/id/term/yue/%E7%A6%81>,
        "禁"^^xsd:string ;
    rdfs:comment "restrict, prohibit, forbid"@en .

<http://lexvo.org/id/char/7982> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A6%82>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C7%8Eo>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dou2>,
        <http://lexvo.org/id/term/yue/%E7%A6%82>,
        "禂"^^xsd:string ;
    rdfs:comment "to pray; prayer"@en .

<http://lexvo.org/id/char/7983> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A6%83>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%AD>,
        "禃"^^xsd:string .

<http://lexvo.org/id/char/7984> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A6%84>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/luk6>,
        <http://lexvo.org/id/term/yue/%E7%A6%84>,
        "禄"^^xsd:string ;
    rdfs:comment "blessing, happiness, prosperity"@en .

<http://lexvo.org/id/char/7985> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A6%85>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%A1n%200999.100%3Ash%C3%A0n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%A0n%20ch%C3%A1n>,
        <http://lexvo.org/id/term/kor/%E7%A6%85>,
        <http://lexvo.org/id/term/kor/SEN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sim3%20sin4%20sin6>,
        <http://lexvo.org/id/term/yue/%E7%A6%85>,
        "禅"^^xsd:string ;
    rdfs:comment "meditation, contemplation (DKW: 24787')"@en .

<http://lexvo.org/id/char/7986> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A6%86>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C4%93i>,
        "禆"^^xsd:string .

<http://lexvo.org/id/char/7987> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A6%87>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C4%9B%20zh%C7%94%20ch%C7%94>,
        "禇"^^xsd:string .

<http://lexvo.org/id/char/7988> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A6%88>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C4%AB>,
        "禈"^^xsd:string .

<http://lexvo.org/id/char/7989> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A6%89>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%92u%20ch%C7%8Eo>,
        "禉"^^xsd:string .

<http://lexvo.org/id/char/798A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A6%8A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C3%AC>,
        <http://lexvo.org/id/term/kor/%E7%A6%8A>,
        <http://lexvo.org/id/term/kor/KYEY>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hai6>,
        <http://lexvo.org/id/term/yue/%E7%A6%8A>,
        "禊"^^xsd:string ;
    rdfs:comment "semi-annual ceremony of purification"@en .

<http://lexvo.org/id/char/798B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A6%8B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C4%ABn>,
        <http://lexvo.org/id/term/kor/%E7%A6%8B>,
        <http://lexvo.org/id/term/kor/IN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jan1>,
        <http://lexvo.org/id/term/yue/%E7%A6%8B>,
        "禋"^^xsd:string ;
    rdfs:comment "offer sacrifice; sacrifice"@en .

<http://lexvo.org/id/char/798C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A6%8C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C4%AB>,
        "禌"^^xsd:string .

<http://lexvo.org/id/char/798D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A6%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%B2>,
        <http://lexvo.org/id/term/kor/%E7%A6%8D>,
        <http://lexvo.org/id/term/kor/HWA>,
        <http://lexvo.org/id/term/vie/ho%E1%BA%A1>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wo5%20wo6>,
        <http://lexvo.org/id/term/yue/%E7%A6%8D>,
        "禍"^^xsd:string ;
    rdfs:comment "misfortune, calamity, disaster"@en .

<http://lexvo.org/id/char/798E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A6%8E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C4%93n%20zh%C4%93ng>,
        <http://lexvo.org/id/term/kor/%E7%A6%8E>,
        <http://lexvo.org/id/term/kor/CENG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zing1>,
        <http://lexvo.org/id/term/yue/%E7%A6%8E>,
        "禎"^^xsd:string ;
    rdfs:comment "lucky, auspicious, good omen"@en .

<http://lexvo.org/id/char/798F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A6%8F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%BA%20f%C3%B9>,
        <http://lexvo.org/id/term/kor/%E7%A6%8F>,
        <http://lexvo.org/id/term/kor/POK>,
        <http://lexvo.org/id/term/vie/ph%C3%BAc>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fuk1>,
        <http://lexvo.org/id/term/yue/%E7%A6%8F>,
        "福"^^xsd:string ;
    rdfs:comment "happiness, good fortune, blessing"@en .

<http://lexvo.org/id/char/7990> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A6%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/yu%C3%A0n>,
        "禐"^^xsd:string .

<http://lexvo.org/id/char/7991> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A6%91>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C3%BA>,
        <http://lexvo.org/id/term/kor/%E7%A6%91>,
        <http://lexvo.org/id/term/kor/WU>,
        "禑"^^xsd:string ;
    rdfs:comment "happy; used in historical names"@en .

<http://lexvo.org/id/char/7992> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A6%92>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C7%8En>,
        "禒"^^xsd:string .

<http://lexvo.org/id/char/7993> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A6%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A1ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/joeng4>,
        <http://lexvo.org/id/term/yue/%E7%A6%93>,
        "禓"^^xsd:string ;
    rdfs:comment "to drive out demons, etc., as was done at the new-year"@en .

<http://lexvo.org/id/char/7994> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A6%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%AD%20zh%C4%AB>,
        <http://lexvo.org/id/term/kor/%E7%A6%94>,
        <http://lexvo.org/id/term/kor/CEY%20SI>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tai4>,
        <http://lexvo.org/id/term/yue/%E7%A6%94>,
        "禔"^^xsd:string ;
    rdfs:comment "happiness; peace; good fortune"@en .

<http://lexvo.org/id/char/7995> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A6%95>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C4%AB>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ji1>,
        <http://lexvo.org/id/term/yue/%E7%A6%95>,
        "禕"^^xsd:string ;
    rdfs:comment "excellent, rare; beautiful, fine"@en .

<http://lexvo.org/id/char/7996> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A6%96>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A9i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mui4>,
        <http://lexvo.org/id/term/yue/%E7%A6%96>,
        "禖"^^xsd:string ;
    rdfs:comment "sacrifice"@en .

<http://lexvo.org/id/char/7997> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A6%97>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C4%AB>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/si1>,
        <http://lexvo.org/id/term/yue/%E7%A6%97>,
        "禗"^^xsd:string .

<http://lexvo.org/id/char/7998> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A6%98>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dai3>,
        <http://lexvo.org/id/term/yue/%E7%A6%98>,
        "禘"^^xsd:string ;
    rdfs:comment "imperial ancestor worship"@en .

<http://lexvo.org/id/char/7999> a lvont:Character ;
    lvont:represents "禙"^^xsd:string .

<http://lexvo.org/id/char/799A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A6%9A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zhu%C3%B3>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zoek3>,
        <http://lexvo.org/id/term/yue/%E7%A6%9A>,
        "禚"^^xsd:string ;
    rdfs:comment "place name"@en .

<http://lexvo.org/id/char/799B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A6%9B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C4%93n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zan1>,
        <http://lexvo.org/id/term/yue/%E7%A6%9B>,
        "禛"^^xsd:string ;
    rdfs:comment "to receive blessings in a sincere spirit"@en .

<http://lexvo.org/id/char/799C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A6%9C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%92ng%20y%C3%ADng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wing6>,
        <http://lexvo.org/id/term/yue/%E7%A6%9C>,
        "禜"^^xsd:string ;
    rdfs:comment "sacrifice"@en .

<http://lexvo.org/id/char/799D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A6%9D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%AD>,
        <http://lexvo.org/id/term/kor/%E7%A6%9D>,
        <http://lexvo.org/id/term/kor/CIK>,
        "禝"^^xsd:string .

<http://lexvo.org/id/char/799E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A6%9E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C3%A0o>,
        "禞"^^xsd:string .

<http://lexvo.org/id/char/799F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A6%9F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%A1ng>,
        "禟"^^xsd:string .

<http://lexvo.org/id/char/79A0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A6%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C4%AB>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/si1>,
        <http://lexvo.org/id/term/yue/%E7%A6%A0>,
        "禠"^^xsd:string ;
    rdfs:comment "happy"@en .

<http://lexvo.org/id/char/79A1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A6%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A0>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/maa6>,
        <http://lexvo.org/id/term/yue/%E7%A6%A1>,
        "禡"^^xsd:string ;
    rdfs:comment "a sacrifice at the beginning of a military campaign or on the 2nd and 16th day of the lunar month"@en .

<http://lexvo.org/id/char/79A2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A6%A2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C4%81>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hyun1>,
        <http://lexvo.org/id/term/yue/%E7%A6%A2>,
        "禢"^^xsd:string ;
    rdfs:comment "surname"@en .

<http://lexvo.org/id/char/79A3> a lvont:Character ;
    lvont:represents "禣"^^xsd:string .

<http://lexvo.org/id/char/79A4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A6%A4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xu%C4%81n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hyun1>,
        <http://lexvo.org/id/term/yue/%E7%A6%A4>,
        "禤"^^xsd:string ;
    rdfs:comment "surname Xuan"@en .

<http://lexvo.org/id/char/79A5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A6%A5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C3%AD>,
        "禥"^^xsd:string .

<http://lexvo.org/id/char/79A6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A6%A6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%B9>,
        <http://lexvo.org/id/term/kor/%E7%A6%A6>,
        <http://lexvo.org/id/term/kor/E>,
        <http://lexvo.org/id/term/vie/ng%E1%BB%ABa>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jyu6>,
        <http://lexvo.org/id/term/yue/%E7%A6%A6>,
        "禦"^^xsd:string ;
    rdfs:comment "defend, resist, hold out against"@en .

<http://lexvo.org/id/char/79A7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A6%A7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C7%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C7%90%20x%C4%AB>,
        <http://lexvo.org/id/term/kor/%E7%A6%A7>,
        <http://lexvo.org/id/term/kor/HUY>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hei1%20hei2>,
        <http://lexvo.org/id/term/yue/%E7%A6%A7>,
        "禧"^^xsd:string ;
    rdfs:comment "happiness; congratulations"@en .

<http://lexvo.org/id/char/79A8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A6%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C4%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C4%AB%20j%C3%AC>,
        <http://lexvo.org/id/term/kor/%E7%A6%A8>,
        <http://lexvo.org/id/term/kor/KI>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gei1>,
        <http://lexvo.org/id/term/yue/%E7%A6%A8>,
        "禨"^^xsd:string ;
    rdfs:comment "pray for good fortune"@en .

<http://lexvo.org/id/char/79A9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A6%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C3%AC>,
        "禩"^^xsd:string .

<http://lexvo.org/id/char/79AA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A6%AA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%A1n%200999.101%3Ash%C3%A0n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%A1n%20sh%C3%A0n%20t%C3%A1n>,
        <http://lexvo.org/id/term/kor/%E7%A6%AA>,
        <http://lexvo.org/id/term/kor/SEN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sim3%20sim4%20sin4%20sin6>,
        <http://lexvo.org/id/term/yue/%E7%A6%AA>,
        "禪"^^xsd:string ;
    rdfs:comment "meditation, contemplation (dhyana); to level ground for altar; abdicate"@en .

<http://lexvo.org/id/char/79AB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A6%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%A0n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C7%8En%20d%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E7%A6%AB>,
        <http://lexvo.org/id/term/kor/TAM>,
        <http://lexvo.org/id/term/vie/%C4%91%E1%BB%87m%20thi%E1%BB%87n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/daam6%20taam5>,
        <http://lexvo.org/id/term/yue/%E7%A6%AB>,
        "禫"^^xsd:string ;
    rdfs:comment "sacrifice offered at the end of the three years' mourning the death of a parent"@en .

<http://lexvo.org/id/char/79AC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A6%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ku%C3%A0i%20gu%C3%AC%20hu%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fui2%20kui2%20wui6>,
        <http://lexvo.org/id/term/yue/%E7%A6%AC>,
        "禬"^^xsd:string .

<http://lexvo.org/id/char/79AD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A6%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/su%C3%AC>,
        "禭"^^xsd:string .

<http://lexvo.org/id/char/79AE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A6%AE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C7%90>,
        <http://lexvo.org/id/term/kor/%E7%A6%AE>,
        <http://lexvo.org/id/term/kor/LYEY>,
        <http://lexvo.org/id/term/vie/l%E1%BB%85>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lai5>,
        <http://lexvo.org/id/term/yue/%E7%A6%AE>,
        "禮"^^xsd:string ;
    rdfs:comment "social custom; manners; courtesy; rites"@en .

<http://lexvo.org/id/char/79AF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A6%AF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C3%B3ng>,
        "禯"^^xsd:string .

<http://lexvo.org/id/char/79B0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A6%B0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%AD%200828.011%3An%C7%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C7%90%20m%C3%AD%20xi%C7%8En>,
        <http://lexvo.org/id/term/kor/%E7%A6%B0>,
        <http://lexvo.org/id/term/kor/NI>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/nei4%20nei5>,
        <http://lexvo.org/id/term/yue/%E7%A6%B0>,
        "禰"^^xsd:string ;
    rdfs:comment "one's deceased father"@en .

<http://lexvo.org/id/char/79B1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A6%B1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C7%8Eo>,
        <http://lexvo.org/id/term/kor/%E7%A6%B1>,
        <http://lexvo.org/id/term/kor/TO>,
        <http://lexvo.org/id/term/vie/%C4%91%E1%BA%A3o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dou2%20tou2>,
        <http://lexvo.org/id/term/yue/%E7%A6%B1>,
        "禱"^^xsd:string ;
    rdfs:comment "pray; entreat, beg, plead; prayer"@en .

<http://lexvo.org/id/char/79B2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A6%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%AC>,
        "禲"^^xsd:string .

<http://lexvo.org/id/char/79B3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A6%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/r%C3%A1ng>,
        <http://lexvo.org/id/term/kor/%E7%A6%B3>,
        <http://lexvo.org/id/term/kor/YANG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/joeng4>,
        <http://lexvo.org/id/term/yue/%E7%A6%B3>,
        "禳"^^xsd:string ;
    rdfs:comment "pray or sacrifice, exorcise"@en .

<http://lexvo.org/id/char/79B4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A6%B4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/yu%C3%A8>,
        <http://lexvo.org/id/term/kor/%E7%A6%B4>,
        <http://lexvo.org/id/term/kor/YAK>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/joek6>,
        <http://lexvo.org/id/term/yue/%E7%A6%B4>,
        "禴"^^xsd:string ;
    rdfs:comment "sacrifice"@en .

<http://lexvo.org/id/char/79B5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A6%B5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%AD>,
        "禵"^^xsd:string .

<http://lexvo.org/id/char/79B6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A6%B6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C7%8En>,
        "禶"^^xsd:string .

<http://lexvo.org/id/char/79B7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A6%B7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%A8i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/leoi6>,
        <http://lexvo.org/id/term/yue/%E7%A6%B7>,
        "禷"^^xsd:string .

<http://lexvo.org/id/char/79B9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A6%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%94>,
        <http://lexvo.org/id/term/kor/%E7%A6%B9>,
        <http://lexvo.org/id/term/kor/WU>,
        <http://lexvo.org/id/term/vie/d%E1%BB%ABng%20v%C5%A9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jyu5>,
        <http://lexvo.org/id/term/yue/%E7%A6%B9>,
        "禹"^^xsd:string ;
    rdfs:comment "legendary hsia dynasty founder"@en .

<http://lexvo.org/id/char/79BA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A6%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%BA%20%C7%92u%20y%C3%B9>,
        <http://lexvo.org/id/term/kor/%E7%A6%BA>,
        <http://lexvo.org/id/term/kor/ONG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jyu4>,
        <http://lexvo.org/id/term/yue/%E7%A6%BA>,
        "禺"^^xsd:string ;
    rdfs:comment "district; mountain in Zhejiang"@en .

<http://lexvo.org/id/char/79BB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A6%BB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%AD%20ch%C4%AB%20l%C3%AC>,
        <http://lexvo.org/id/term/kor/%E7%A6%BB>,
        <http://lexvo.org/id/term/kor/LI>,
        <http://lexvo.org/id/term/vie/le>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lei4%20sit3>,
        <http://lexvo.org/id/term/yue/%E7%A6%BB>,
        "离"^^xsd:string ;
    rdfs:comment "rare beast; strange; elegant"@en .

<http://lexvo.org/id/char/79BC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A6%BC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A8>,
        "禼"^^xsd:string .

<http://lexvo.org/id/char/79BD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A6%BD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C3%ADn>,
        <http://lexvo.org/id/term/kor/%E7%A6%BD>,
        <http://lexvo.org/id/term/kor/KUM>,
        <http://lexvo.org/id/term/vie/c%E1%BA%A7m>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kam4>,
        <http://lexvo.org/id/term/yue/%E7%A6%BD>,
        "禽"^^xsd:string ;
    rdfs:comment "birds, fowl; surname;; capture"@en .

<http://lexvo.org/id/char/79BF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A6%BF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C5%AB>,
        <http://lexvo.org/id/term/kor/%E7%A6%BF>,
        <http://lexvo.org/id/term/kor/TOK>,
        <http://lexvo.org/id/term/vie/th%C3%B3c>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tuk1>,
        <http://lexvo.org/id/term/yue/%E7%A6%BF>,
        "禿"^^xsd:string ;
    rdfs:comment "bald, bare, stripped"@en .

<http://lexvo.org/id/char/79C0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A7%80>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%B9>,
        <http://lexvo.org/id/term/kor/%E7%A7%80>,
        <http://lexvo.org/id/term/kor/SWU>,
        <http://lexvo.org/id/term/vie/t%C3%BA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sau3>,
        <http://lexvo.org/id/term/yue/%E7%A7%80>,
        "秀"^^xsd:string ;
    rdfs:comment "ear of grain; flowering, luxuriant; refined, elegant, graceful"@en .

<http://lexvo.org/id/char/79C1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A7%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C4%AB>,
        <http://lexvo.org/id/term/kor/%E7%A7%81>,
        <http://lexvo.org/id/term/kor/SA>,
        <http://lexvo.org/id/term/vie/t%C6%B0>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/si1>,
        <http://lexvo.org/id/term/yue/%E7%A7%81>,
        "私"^^xsd:string ;
    rdfs:comment "private, personal; secret"@en .

<http://lexvo.org/id/char/79C2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A7%82>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/r%C3%A9n>,
        "秂"^^xsd:string .

<http://lexvo.org/id/char/79C3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A7%83>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C5%AB>,
        <http://lexvo.org/id/term/kor/%E7%A7%83>,
        <http://lexvo.org/id/term/kor/TOK>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tuk1>,
        <http://lexvo.org/id/term/yue/%E7%A7%83>,
        "秃"^^xsd:string ;
    rdfs:comment "bald"@en .

<http://lexvo.org/id/char/79C4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A7%84>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C7%90>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zi2>,
        <http://lexvo.org/id/term/yue/%E7%A7%84>,
        "秄"^^xsd:string ;
    rdfs:comment "to hoe"@en .

<http://lexvo.org/id/char/79C5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A7%85>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%A1>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/caa3%20caa4>,
        <http://lexvo.org/id/term/yue/%E7%A7%85>,
        "秅"^^xsd:string .

<http://lexvo.org/id/char/79C6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A7%86>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C7%8En>,
        <http://lexvo.org/id/term/kor/%E7%A7%86>,
        <http://lexvo.org/id/term/kor/KAN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gon2>,
        <http://lexvo.org/id/term/yue/%E7%A7%86>,
        "秆"^^xsd:string ;
    rdfs:comment "straw; stalk of grain"@en .

<http://lexvo.org/id/char/79C7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A7%87>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%AC%20zh%C3%AD>,
        "秇"^^xsd:string ;
    rdfs:comment "skill, ability in handicraft a craft, an art, a calling; a trade; an accomplishment"@en .

<http://lexvo.org/id/char/79C8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A7%88>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C4%81n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sin1>,
        <http://lexvo.org/id/term/yue/%E7%A7%88>,
        "秈"^^xsd:string ;
    rdfs:comment "non-glutinous long grain rice"@en .

<http://lexvo.org/id/char/79C9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A7%89>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C7%90ng>,
        <http://lexvo.org/id/term/kor/%E7%A7%89>,
        <http://lexvo.org/id/term/kor/PYENG>,
        <http://lexvo.org/id/term/vie/b%E1%BA%A3nh>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bing2>,
        <http://lexvo.org/id/term/yue/%E7%A7%89>,
        "秉"^^xsd:string ;
    rdfs:comment "grasp, hold; bundle; authority"@en .

<http://lexvo.org/id/char/79CA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A7%8A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ni%C3%A1n>,
        <http://lexvo.org/id/term/kor/%E7%A7%8A>,
        <http://lexvo.org/id/term/kor/NYEN>,
        "秊"^^xsd:string ;
    rdfs:comment "year; new-years; person's age"@en .

<http://lexvo.org/id/char/79CB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A7%8B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C5%AB>,
        <http://lexvo.org/id/term/kor/%E7%A7%8B>,
        <http://lexvo.org/id/term/kor/CHWU>,
        <http://lexvo.org/id/term/vie/thu>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cau1>,
        <http://lexvo.org/id/term/yue/%E7%A7%8B>,
        "秋"^^xsd:string ;
    rdfs:comment "autumn, fall; year"@en .

<http://lexvo.org/id/char/79CC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A7%8C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C5%AB>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cau1>,
        <http://lexvo.org/id/term/yue/%E7%A7%8C>,
        "秌"^^xsd:string ;
    rdfs:comment "(same as U+79CB 秋) autumn, fall; year"@en .

<http://lexvo.org/id/char/79CD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A7%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%B3ng%201500.030%3Azh%C7%92ng%201501.060%3Azh%C3%B2ng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C7%92ng%20ch%C3%B3ng%20zh%C3%B2ng>,
        <http://lexvo.org/id/term/kor/%E7%A7%8D>,
        <http://lexvo.org/id/term/kor/CHWUNG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cung4%20zung2>,
        <http://lexvo.org/id/term/yue/%E7%A7%8D>,
        "种"^^xsd:string ;
    rdfs:comment "seed; race, breed; to plant"@en .

<http://lexvo.org/id/char/79CE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A7%8E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%A9n>,
        "秎"^^xsd:string .

<http://lexvo.org/id/char/79CF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A7%8F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A0o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hou3>,
        <http://lexvo.org/id/term/yue/%E7%A7%8F>,
        "秏"^^xsd:string ;
    rdfs:comment "to waste, to destroy, to diminish; hence it came to mean, a rat"@en .

<http://lexvo.org/id/char/79D0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A7%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%BAn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wan4>,
        <http://lexvo.org/id/term/yue/%E7%A7%90>,
        "秐"^^xsd:string ;
    rdfs:comment "to weed"@en .

<http://lexvo.org/id/char/79D1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A7%91>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C4%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C4%93%20k%C3%A8>,
        <http://lexvo.org/id/term/kor/%E7%A7%91>,
        <http://lexvo.org/id/term/kor/KWA>,
        <http://lexvo.org/id/term/vie/khoa>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fo1>,
        <http://lexvo.org/id/term/yue/%E7%A7%91>,
        "科"^^xsd:string ;
    rdfs:comment "section, department, science"@en .

<http://lexvo.org/id/char/79D2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A7%92>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/mi%C7%8Eo>,
        <http://lexvo.org/id/term/kor/%E7%A7%92>,
        <http://lexvo.org/id/term/kor/CHO%20MYO>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/miu5>,
        <http://lexvo.org/id/term/yue/%E7%A7%92>,
        "秒"^^xsd:string ;
    rdfs:comment "beard of grain or corn; a second"@en .

<http://lexvo.org/id/char/79D3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A7%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C4%AB>,
        "秓"^^xsd:string .

<http://lexvo.org/id/char/79D4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A7%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C4%93ng%20j%C4%ABng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C4%ABng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gang1>,
        <http://lexvo.org/id/term/yue/%E7%A7%94>,
        "秔"^^xsd:string ;
    rdfs:comment "non-glutinous rice"@en .

<http://lexvo.org/id/char/79D5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A7%95>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C7%90>,
        <http://lexvo.org/id/term/kor/%E7%A7%95>,
        <http://lexvo.org/id/term/kor/PI>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bei2>,
        <http://lexvo.org/id/term/yue/%E7%A7%95>,
        "秕"^^xsd:string ;
    rdfs:comment "empty grain or rice husk, chaff"@en .

<http://lexvo.org/id/char/79D6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A7%96>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C4%AB%20zh%C7%90>,
        <http://lexvo.org/id/term/kor/%E7%A7%96>,
        <http://lexvo.org/id/term/kor/CI>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zi1>,
        <http://lexvo.org/id/term/yue/%E7%A7%96>,
        "秖"^^xsd:string .

<http://lexvo.org/id/char/79D7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A7%97>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%B9>,
        "秗"^^xsd:string .

<http://lexvo.org/id/char/79D8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A7%98>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%AC%200783.040%3Am%C3%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%AC%20b%C3%AC%20bi%C3%A9>,
        <http://lexvo.org/id/term/kor/%E7%A7%98>,
        <http://lexvo.org/id/term/kor/PI>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bei3%20bit1>,
        <http://lexvo.org/id/term/yue/%E7%A7%98>,
        "秘"^^xsd:string ;
    rdfs:comment "secret, mysterious, abstruse"@en .

<http://lexvo.org/id/char/79D9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A7%99>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C3%B9>,
        "秙"^^xsd:string .

<http://lexvo.org/id/char/79DA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A7%9A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%A0n>,
        "秚"^^xsd:string .

<http://lexvo.org/id/char/79DB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A7%9B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C4%AB>,
        "秛"^^xsd:string .

<http://lexvo.org/id/char/79DC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A7%9C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C3%AD%20l%C3%AD>,
        "秜"^^xsd:string .

<http://lexvo.org/id/char/79DD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A7%9D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lang3%20lik6%20ling3>,
        <http://lexvo.org/id/term/yue/%E7%A7%9D>,
        "秝"^^xsd:string ;
    rdfs:comment "(Cant.) excessively thin"@en .

<http://lexvo.org/id/char/79DE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A7%9E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%B3u>,
        "秞"^^xsd:string .

<http://lexvo.org/id/char/79DF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A7%9F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C5%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C5%AB%20j%C5%AB>,
        <http://lexvo.org/id/term/kor/%E7%A7%9F>,
        <http://lexvo.org/id/term/kor/CO>,
        <http://lexvo.org/id/term/vie/d%E1%BB%8Bp%20t%C3%B4>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zou1>,
        <http://lexvo.org/id/term/yue/%E7%A7%9F>,
        "租"^^xsd:string ;
    rdfs:comment "rent, lease; rental; tax"@en .

<http://lexvo.org/id/char/79E0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A7%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C4%AB>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/pei1>,
        <http://lexvo.org/id/term/yue/%E7%A7%A0>,
        "秠"^^xsd:string ;
    rdfs:comment "millet"@en .

<http://lexvo.org/id/char/79E1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A7%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%A1>,
        "秡"^^xsd:string .

<http://lexvo.org/id/char/79E2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A7%A2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%ADng>,
        <http://lexvo.org/id/term/kor/%E7%A7%A2>,
        <http://lexvo.org/id/term/kor/LYENG>,
        "秢"^^xsd:string .

<http://lexvo.org/id/char/79E3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A7%A3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%B2>,
        <http://lexvo.org/id/term/kor/%E7%A7%A3>,
        <http://lexvo.org/id/term/kor/MAL>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mut3>,
        <http://lexvo.org/id/term/yue/%E7%A7%A3>,
        "秣"^^xsd:string ;
    rdfs:comment "fodder, horse feed; feed horse"@en .

<http://lexvo.org/id/char/79E4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A7%A4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%A8ng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%A8ng%20ch%C4%93ng%20ch%C3%A8n%20p%C3%ADng>,
        <http://lexvo.org/id/term/kor/%E7%A7%A4>,
        <http://lexvo.org/id/term/kor/CHING>,
        <http://lexvo.org/id/term/vie/x%E1%BB%A9ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cing1%20cing3>,
        <http://lexvo.org/id/term/yue/%E7%A7%A4>,
        "秤"^^xsd:string ;
    rdfs:comment "balance, scale, steelyard"@en .

<http://lexvo.org/id/char/79E5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A7%A5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ni%C3%A1n>,
        <http://lexvo.org/id/term/vie/chi%C3%AAm>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zim1>,
        <http://lexvo.org/id/term/yue/%E7%A7%A5>,
        "秥"^^xsd:string .

<http://lexvo.org/id/char/79E6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A7%A6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C3%ADn>,
        <http://lexvo.org/id/term/kor/%E7%A7%A6>,
        <http://lexvo.org/id/term/kor/CIN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ceon4>,
        <http://lexvo.org/id/term/yue/%E7%A7%A6>,
        "秦"^^xsd:string ;
    rdfs:comment "feudal state of Qin; the Qin dynasty (from which the name 'China' comes)"@en .

<http://lexvo.org/id/char/79E7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A7%A7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C4%81ng>,
        <http://lexvo.org/id/term/kor/%E7%A7%A7>,
        <http://lexvo.org/id/term/kor/ANG>,
        <http://lexvo.org/id/term/vie/%C6%B0%C6%A1ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/joeng1>,
        <http://lexvo.org/id/term/yue/%E7%A7%A7>,
        "秧"^^xsd:string ;
    rdfs:comment "rice seedlings, young rice plants"@en .

<http://lexvo.org/id/char/79E8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A7%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zu%C3%B3>,
        "秨"^^xsd:string .

<http://lexvo.org/id/char/79E9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A7%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%AC>,
        <http://lexvo.org/id/term/kor/%E7%A7%A9>,
        <http://lexvo.org/id/term/kor/CIL>,
        <http://lexvo.org/id/term/vie/tr%E1%BA%ADt>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dit6>,
        <http://lexvo.org/id/term/yue/%E7%A7%A9>,
        "秩"^^xsd:string ;
    rdfs:comment "order; orderly; salary; decade"@en .

<http://lexvo.org/id/char/79EA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A7%AA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C4%AB>,
        <http://lexvo.org/id/term/kor/%E7%A7%AA>,
        <http://lexvo.org/id/term/kor/CI>,
        "秪"^^xsd:string ;
    rdfs:comment "only, merely"@en .

<http://lexvo.org/id/char/79EB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A7%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%BA%20sh%C3%B9>,
        <http://lexvo.org/id/term/kor/%E7%A7%AB>,
        <http://lexvo.org/id/term/kor/CHWUL>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/seot6>,
        <http://lexvo.org/id/term/yue/%E7%A7%AB>,
        "秫"^^xsd:string ;
    rdfs:comment "glutinous variety of millet"@en .

<http://lexvo.org/id/char/79EC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A7%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%B9>,
        <http://lexvo.org/id/term/kor/%E7%A7%AC>,
        <http://lexvo.org/id/term/kor/KE>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/geoi6>,
        <http://lexvo.org/id/term/yue/%E7%A7%AC>,
        "秬"^^xsd:string ;
    rdfs:comment "black millet"@en .

<http://lexvo.org/id/char/79ED> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A7%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C7%90>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zi2>,
        <http://lexvo.org/id/term/yue/%E7%A7%AD>,
        "秭"^^xsd:string ;
    rdfs:comment "one thousand millions, sometimes used for one hundred millions"@en .

<http://lexvo.org/id/char/79EE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A7%AE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%B3%20ku%C3%B2>,
        "秮"^^xsd:string .

<http://lexvo.org/id/char/79EF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A7%AF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C4%AB>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zik1>,
        <http://lexvo.org/id/term/yue/%E7%A7%AF>,
        "积"^^xsd:string ;
    rdfs:comment "accumulate, store up, amass"@en .

<http://lexvo.org/id/char/79F0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A7%B0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%A8n%200135.020%3Ach%C4%93ng%200140.061%3Ach%C3%A8ng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C4%93ng%20ch%C3%A8n%20ch%C3%A8ng>,
        <http://lexvo.org/id/term/kor/%E7%A7%B0>,
        <http://lexvo.org/id/term/kor/CHING>,
        <http://lexvo.org/id/term/vie/x%C6%B0ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cing1%20cing3>,
        <http://lexvo.org/id/term/yue/%E7%A7%B0>,
        "称"^^xsd:string ;
    rdfs:comment "call; name, brand; address; say"@en .

<http://lexvo.org/id/char/79F1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A7%B1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%B3ng>,
        "秱"^^xsd:string .

<http://lexvo.org/id/char/79F2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A7%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%AC>,
        "秲"^^xsd:string .

<http://lexvo.org/id/char/79F3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A7%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%B3>,
        "秳"^^xsd:string .

<http://lexvo.org/id/char/79F4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A7%B4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A9>,
        "秴"^^xsd:string .

<http://lexvo.org/id/char/79F5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A7%B5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C4%ABn>,
        "秵"^^xsd:string .

<http://lexvo.org/id/char/79F6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A7%B6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C4%AB%20c%C3%AD%20j%C3%AC>,
        "秶"^^xsd:string .

<http://lexvo.org/id/char/79F7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A7%B7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%AD>,
        <http://lexvo.org/id/term/vie/gi%C3%A9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zat1>,
        <http://lexvo.org/id/term/yue/%E7%A7%B7>,
        "秷"^^xsd:string .

<http://lexvo.org/id/char/79F8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A7%B8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C4%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C4%93%20j%C3%AD>,
        <http://lexvo.org/id/term/kor/%E7%A7%B8>,
        <http://lexvo.org/id/term/kor/KAL>,
        <http://lexvo.org/id/term/vie/g%E1%BA%B7t>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gaai1>,
        <http://lexvo.org/id/term/yue/%E7%A7%B8>,
        "秸"^^xsd:string ;
    rdfs:comment "stalks of millet, corn"@en .

<http://lexvo.org/id/char/79F9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A7%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/r%C4%9Bn>,
        "秹"^^xsd:string .

<http://lexvo.org/id/char/79FA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A7%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dou6>,
        <http://lexvo.org/id/term/yue/%E7%A7%BA>,
        "秺"^^xsd:string .

<http://lexvo.org/id/char/79FB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A7%BB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%AD%20ch%C7%90%20y%C3%AC>,
        <http://lexvo.org/id/term/kor/%E7%A7%BB>,
        <http://lexvo.org/id/term/kor/I>,
        <http://lexvo.org/id/term/vie/d%E1%BB%9Di>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ji4>,
        <http://lexvo.org/id/term/yue/%E7%A7%BB>,
        "移"^^xsd:string ;
    rdfs:comment "change place, shift; move about"@en .

<http://lexvo.org/id/char/79FC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A7%BC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C5%AB>,
        "秼"^^xsd:string .

<http://lexvo.org/id/char/79FD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A7%BD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wai3>,
        <http://lexvo.org/id/term/yue/%E7%A7%BD>,
        "秽"^^xsd:string ;
    rdfs:comment "dirty, unclean; immoral, obscene"@en .

<http://lexvo.org/id/char/79FE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A7%BE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C3%B3ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/nung4>,
        <http://lexvo.org/id/term/yue/%E7%A7%BE>,
        "秾"^^xsd:string ;
    rdfs:comment "thick, lush, in clusters"@en .

<http://lexvo.org/id/char/79FF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A7%BF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C7%94>,
        "秿"^^xsd:string .

<http://lexvo.org/id/char/7A00> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A8%80>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C4%AB>,
        <http://lexvo.org/id/term/kor/%E7%A8%80>,
        <http://lexvo.org/id/term/kor/HUY>,
        <http://lexvo.org/id/term/vie/hi>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hei1>,
        <http://lexvo.org/id/term/yue/%E7%A8%80>,
        "稀"^^xsd:string ;
    rdfs:comment "rare, unusual, scarce; sparse"@en .

<http://lexvo.org/id/char/7A01> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A8%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C7%8Eo%20k%C3%A0o%20g%C3%A0o>,
        <http://lexvo.org/id/term/kor/%E7%A8%81>,
        <http://lexvo.org/id/term/kor/KO>,
        "稁"^^xsd:string .

<http://lexvo.org/id/char/7A02> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A8%82>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%A1ng>,
        <http://lexvo.org/id/term/kor/%E7%A8%82>,
        <http://lexvo.org/id/term/kor/LANG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/long4>,
        <http://lexvo.org/id/term/yue/%E7%A8%82>,
        "稂"^^xsd:string ;
    rdfs:comment "grass; weeds"@en .

<http://lexvo.org/id/char/7A03> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A8%83>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C5%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C5%AB%20f%C3%BA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fau4%20fu1>,
        <http://lexvo.org/id/term/yue/%E7%A8%83>,
        "稃"^^xsd:string .

<http://lexvo.org/id/char/7A04> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A8%84>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C3%A8>,
        "稄"^^xsd:string .

<http://lexvo.org/id/char/7A05> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A8%85>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/shu%C3%AC%20tu%C3%A0n%20tu%C3%AC%20tu%C5%8D>,
        <http://lexvo.org/id/term/kor/%E7%A8%85>,
        <http://lexvo.org/id/term/kor/SEY%20THAL>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/seoi3>,
        <http://lexvo.org/id/term/yue/%E7%A8%85>,
        "稅"^^xsd:string ;
    rdfs:comment "taxes, revenue, duty; tax"@en .

<http://lexvo.org/id/char/7A06> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A8%86>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C7%9A>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/leoi5>,
        <http://lexvo.org/id/term/yue/%E7%A8%86>,
        "稆"^^xsd:string ;
    rdfs:comment "wild grain"@en .

<http://lexvo.org/id/char/7A07> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A8%87>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C7%94n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kwan2>,
        <http://lexvo.org/id/term/yue/%E7%A8%87>,
        "稇"^^xsd:string ;
    rdfs:comment "to bind, as faggots of sheaves"@en .

<http://lexvo.org/id/char/7A08> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A8%88>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C7%8En>,
        <http://lexvo.org/id/term/kor/%E7%A8%88>,
        <http://lexvo.org/id/term/kor/KAN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gon2>,
        <http://lexvo.org/id/term/yue/%E7%A8%88>,
        "稈"^^xsd:string ;
    rdfs:comment "stalk of grain; straw"@en .

<http://lexvo.org/id/char/7A09> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A8%89>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C4%93ng%20j%C4%ABng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C4%ABng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gang1>,
        <http://lexvo.org/id/term/yue/%E7%A8%89>,
        "稉"^^xsd:string ;
    rdfs:comment "non-glutinous rice"@en .

<http://lexvo.org/id/char/7A0A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A8%8A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%AD>,
        <http://lexvo.org/id/term/kor/%E7%A8%8A>,
        <http://lexvo.org/id/term/kor/CEY>,
        <http://lexvo.org/id/term/vie/th%C3%AA%20%C4%91%E1%BB%81>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tai4>,
        <http://lexvo.org/id/term/yue/%E7%A8%8A>,
        "稊"^^xsd:string ;
    rdfs:comment "darnels, tares"@en .

<http://lexvo.org/id/char/7A0B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A8%8B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%A9ng>,
        <http://lexvo.org/id/term/kor/%E7%A8%8B>,
        <http://lexvo.org/id/term/kor/CENG>,
        <http://lexvo.org/id/term/vie/tr%C3%ACnh>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cing4>,
        <http://lexvo.org/id/term/yue/%E7%A8%8B>,
        "程"^^xsd:string ;
    rdfs:comment "journey, trip; schedule, agenda"@en .

<http://lexvo.org/id/char/7A0C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A8%8C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%BA>,
        <http://lexvo.org/id/term/kor/%E7%A8%8C>,
        <http://lexvo.org/id/term/kor/TO>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dou6%20tou4>,
        <http://lexvo.org/id/term/yue/%E7%A8%8C>,
        "稌"^^xsd:string ;
    rdfs:comment "glutinous rice"@en .

<http://lexvo.org/id/char/7A0D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A8%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C4%81o%201009.030%3Ash%C3%A0o>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C4%81o%20sh%C3%A0o>,
        <http://lexvo.org/id/term/kor/%E7%A8%8D>,
        <http://lexvo.org/id/term/kor/CHO>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/saau2>,
        <http://lexvo.org/id/term/yue/%E7%A8%8D>,
        "稍"^^xsd:string ;
    rdfs:comment "little, slightly; rather"@en .

<http://lexvo.org/id/char/7A0E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A8%8E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/shu%C3%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/shu%C3%AC%20tu%C3%A0n%20tu%C3%AC%20tu%C5%8D>,
        <http://lexvo.org/id/term/kor/%E7%A8%8E>,
        <http://lexvo.org/id/term/kor/SEY%20THAL>,
        <http://lexvo.org/id/term/vie/thu%E1%BA%BF>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/seoi3>,
        <http://lexvo.org/id/term/yue/%E7%A8%8E>,
        "税"^^xsd:string ;
    rdfs:comment "taxes"@en .

<http://lexvo.org/id/char/7A0F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A8%8F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A0>,
        "稏"^^xsd:string ;
    rdfs:comment "a kind of rice plant; shaking and waving of the rice plant"@en .

<http://lexvo.org/id/char/7A10> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A8%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C7%94n>,
        "稐"^^xsd:string .

<http://lexvo.org/id/char/7A11> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A8%91>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ling4%20luk6>,
        <http://lexvo.org/id/term/yue/%E7%A8%91>,
        "稑"^^xsd:string ;
    rdfs:comment "rice"@en .

<http://lexvo.org/id/char/7A12> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A8%92>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gu3>,
        <http://lexvo.org/id/term/yue/%E7%A8%92>,
        "稒"^^xsd:string .

<http://lexvo.org/id/char/7A13> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A8%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zu%C3%B3>,
        "稓"^^xsd:string .

<http://lexvo.org/id/char/7A14> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A8%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/r%C4%9Bn>,
        <http://lexvo.org/id/term/kor/%E7%A8%94>,
        <http://lexvo.org/id/term/kor/IM%20YEM>,
        <http://lexvo.org/id/term/vie/n%E1%BA%ADm>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/nam5>,
        <http://lexvo.org/id/term/yue/%E7%A8%94>,
        "稔"^^xsd:string ;
    rdfs:comment "ripe grain; harvest; to know, be familiar with"@en .

<http://lexvo.org/id/char/7A15> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A8%95>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%B9n>,
        "稕"^^xsd:string .

<http://lexvo.org/id/char/7A16> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A8%96>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%A0ng>,
        "稖"^^xsd:string .

<http://lexvo.org/id/char/7A17> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A8%97>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%A0i>,
        <http://lexvo.org/id/term/kor/%E7%A8%97>,
        <http://lexvo.org/id/term/kor/PHAY>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/baai6%20bai6>,
        <http://lexvo.org/id/term/yue/%E7%A8%97>,
        "稗"^^xsd:string ;
    rdfs:comment "darnels, weeds, tares small"@en .

<http://lexvo.org/id/char/7A18> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A8%98>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C4%AB>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gei1>,
        <http://lexvo.org/id/term/yue/%E7%A8%98>,
        "稘"^^xsd:string ;
    rdfs:comment "a full year, an anniversary"@en .

<http://lexvo.org/id/char/7A19> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A8%99>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C4%AB>,
        <http://lexvo.org/id/term/kor/%E7%A8%99>,
        <http://lexvo.org/id/term/kor/CIK>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zik6>,
        <http://lexvo.org/id/term/yue/%E7%A8%99>,
        "稙"^^xsd:string ;
    rdfs:comment "grain ready for grinding"@en .

<http://lexvo.org/id/char/7A1A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A8%9A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%AC>,
        <http://lexvo.org/id/term/kor/%E7%A8%9A>,
        <http://lexvo.org/id/term/kor/CHI>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zi6>,
        <http://lexvo.org/id/term/yue/%E7%A8%9A>,
        "稚"^^xsd:string ;
    rdfs:comment "young, immature; childhood"@en .

<http://lexvo.org/id/char/7A1B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A8%9B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C7%94n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kwan2>,
        <http://lexvo.org/id/term/yue/%E7%A8%9B>,
        "稛"^^xsd:string ;
    rdfs:comment "bind"@en .

<http://lexvo.org/id/char/7A1C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A8%9C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%A9ng%200719.031%3Al%C3%ADng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%A9ng%20l%C3%A8ng%20l%C3%ADng>,
        <http://lexvo.org/id/term/kor/%E7%A8%9C>,
        <http://lexvo.org/id/term/kor/LUNG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ling4>,
        <http://lexvo.org/id/term/yue/%E7%A8%9C>,
        "稜"^^xsd:string ;
    rdfs:comment "corner, edge, angle; square block"@en .

<http://lexvo.org/id/char/7A1D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A8%9D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%A9ng>,
        "稝"^^xsd:string .

<http://lexvo.org/id/char/7A1E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A8%9E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C4%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C4%93%20hu%C3%A0>,
        <http://lexvo.org/id/term/kor/%E7%A8%9E>,
        <http://lexvo.org/id/term/kor/KWA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fo1>,
        <http://lexvo.org/id/term/yue/%E7%A8%9E>,
        "稞"^^xsd:string ;
    rdfs:comment "grain ready for grinding; grain"@en .

<http://lexvo.org/id/char/7A1F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A8%9F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C7%90ng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C7%90ng%20l%C7%90n>,
        <http://lexvo.org/id/term/kor/%E7%A8%9F>,
        <http://lexvo.org/id/term/kor/PHWUM>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ban2%20lam5>,
        <http://lexvo.org/id/term/yue/%E7%A8%9F>,
        "稟"^^xsd:string ;
    rdfs:comment "report to, petition"@en .

<http://lexvo.org/id/char/7A20> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A8%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%B3u>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%B3u%20ti%C3%A1o%20ti%C3%A0o%20di%C3%A0o>,
        <http://lexvo.org/id/term/kor/%E7%A8%A0>,
        <http://lexvo.org/id/term/kor/CO%20CWU>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cau4>,
        <http://lexvo.org/id/term/yue/%E7%A8%A0>,
        "稠"^^xsd:string ;
    rdfs:comment "dense, crowded, packed; soupy"@en .

<http://lexvo.org/id/char/7A21> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A8%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C3%BA>,
        "稡"^^xsd:string .

<http://lexvo.org/id/char/7A22> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A8%A2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%B9>,
        "稢"^^xsd:string .

<http://lexvo.org/id/char/7A23> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A8%A3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C5%AB>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sou1>,
        <http://lexvo.org/id/term/yue/%E7%A8%A3>,
        "稣"^^xsd:string ;
    rdfs:comment "revive, to rise again; collect"@en .

<http://lexvo.org/id/char/7A24> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A8%A4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%BC%C3%A8%20l%C3%BC%C4%9B>,
        "稤"^^xsd:string .

<http://lexvo.org/id/char/7A25> a lvont:Character ;
    lvont:represents "稥"^^xsd:string .

<http://lexvo.org/id/char/7A26> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A8%A6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C4%AB>,
        "稦"^^xsd:string .

<http://lexvo.org/id/char/7A27> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A8%A7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C3%AC>,
        <http://lexvo.org/id/term/kor/%E7%A8%A7>,
        <http://lexvo.org/id/term/kor/SEL>,
        "稧"^^xsd:string .

<http://lexvo.org/id/char/7A28> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A8%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/bi%C4%81n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/bi%C7%8En>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bin2>,
        <http://lexvo.org/id/term/yue/%E7%A8%A8>,
        "稨"^^xsd:string .

<http://lexvo.org/id/char/7A29> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A8%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%AC>,
        "稩"^^xsd:string .

<http://lexvo.org/id/char/7A2A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A8%AA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%B9>,
        "稪"^^xsd:string .

<http://lexvo.org/id/char/7A2B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A8%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C4%AB>,
        "稫"^^xsd:string .

<http://lexvo.org/id/char/7A2C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A8%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/nu%C3%B2>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/no6>,
        <http://lexvo.org/id/term/yue/%E7%A8%AC>,
        "稬"^^xsd:string ;
    rdfs:comment "glutinous, sticky"@en .

<http://lexvo.org/id/char/7A2D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A8%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C4%93>,
        "稭"^^xsd:string ;
    rdfs:comment "stalk of grain, rice, corn, hemp"@en .

<http://lexvo.org/id/char/7A2E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A8%AE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C7%92ng%201501.061%3Azh%C3%B2ng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C7%92ng%20zh%C3%B2ng%20ch%C3%B3ng>,
        <http://lexvo.org/id/term/kor/%E7%A8%AE>,
        <http://lexvo.org/id/term/kor/CONG>,
        <http://lexvo.org/id/term/vie/ch%C3%B5ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zung2%20zung3>,
        <http://lexvo.org/id/term/yue/%E7%A8%AE>,
        "種"^^xsd:string ;
    rdfs:comment "seed; race; offspring; to plant"@en .

<http://lexvo.org/id/char/7A2F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A8%AF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C5%8Dng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zung1>,
        <http://lexvo.org/id/term/yue/%E7%A8%AF>,
        "稯"^^xsd:string .

<http://lexvo.org/id/char/7A30> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A8%B0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C5%AB>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/seoi1>,
        <http://lexvo.org/id/term/yue/%E7%A8%B0>,
        "稰"^^xsd:string .

<http://lexvo.org/id/char/7A31> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A8%B1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C4%93ng%200135.022%3Ach%C3%A8ng%200135.023%3Ach%C3%A8n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C4%93ng%20ch%C3%A8ng%20ch%C3%A8n>,
        <http://lexvo.org/id/term/kor/%E7%A8%B1>,
        <http://lexvo.org/id/term/kor/CHING>,
        <http://lexvo.org/id/term/vie/x%C6%B0ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/can3%20cing1%20cing3>,
        <http://lexvo.org/id/term/yue/%E7%A8%B1>,
        "稱"^^xsd:string ;
    rdfs:comment "call; name, brand; address; say"@en .

<http://lexvo.org/id/char/7A32> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A8%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%A0o>,
        <http://lexvo.org/id/term/kor/%E7%A8%B2>,
        <http://lexvo.org/id/term/kor/TO>,
        "稲"^^xsd:string ;
    rdfs:comment "rice growing in field, rice plant"@en .

<http://lexvo.org/id/char/7A33> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A8%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C4%9Bn>,
        <http://lexvo.org/id/term/kor/%E7%A8%B3>,
        <http://lexvo.org/id/term/kor/ON>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wan2>,
        <http://lexvo.org/id/term/yue/%E7%A8%B3>,
        "稳"^^xsd:string ;
    rdfs:comment "stable, firm, solid, steady"@en .

<http://lexvo.org/id/char/7A34> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A8%B4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C3%A1n>,
        "稴"^^xsd:string .

<http://lexvo.org/id/char/7A35> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A8%B5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C4%AB%20ji%C5%AB>,
        "稵"^^xsd:string .

<http://lexvo.org/id/char/7A36> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A8%B6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%B9>,
        <http://lexvo.org/id/term/kor/%E7%A8%B6>,
        <http://lexvo.org/id/term/kor/WUK>,
        "稶"^^xsd:string .

<http://lexvo.org/id/char/7A37> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A8%B7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%AC%20z%C3%A8>,
        <http://lexvo.org/id/term/kor/%E7%A8%B7>,
        <http://lexvo.org/id/term/kor/CIK>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zik1>,
        <http://lexvo.org/id/term/yue/%E7%A8%B7>,
        "稷"^^xsd:string ;
    rdfs:comment "god of cereals; minister of agriculture"@en .

<http://lexvo.org/id/char/7A38> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A8%B8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C3%B9>,
        "稸"^^xsd:string .

<http://lexvo.org/id/char/7A39> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A8%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C4%9Bn>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C4%9Bn%20zh%C4%93n%20bi%C4%81n>,
        <http://lexvo.org/id/term/kor/%E7%A8%B9>,
        <http://lexvo.org/id/term/kor/CIN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zan2>,
        <http://lexvo.org/id/term/yue/%E7%A8%B9>,
        "稹"^^xsd:string .

<http://lexvo.org/id/char/7A3A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A8%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zi6>,
        <http://lexvo.org/id/term/yue/%E7%A8%BA>,
        "稺"^^xsd:string ;
    rdfs:comment "variant of 穉 U+7A49, young grain; young, tender"@en .

<http://lexvo.org/id/char/7A3B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A8%BB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%A0o>,
        <http://lexvo.org/id/term/kor/%E7%A8%BB>,
        <http://lexvo.org/id/term/kor/TO>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dou6>,
        <http://lexvo.org/id/term/yue/%E7%A8%BB>,
        "稻"^^xsd:string ;
    rdfs:comment "rice growing in field, rice plant"@en .

<http://lexvo.org/id/char/7A3C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A8%BC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%A0>,
        <http://lexvo.org/id/term/kor/%E7%A8%BC>,
        <http://lexvo.org/id/term/kor/KA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gaa3>,
        <http://lexvo.org/id/term/yue/%E7%A8%BC>,
        "稼"^^xsd:string ;
    rdfs:comment "sow grain; sheaves of grain"@en .

<http://lexvo.org/id/char/7A3D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A8%BD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C4%AB%200899.050%3Aq%C7%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C4%AB%20q%C7%90>,
        <http://lexvo.org/id/term/kor/%E7%A8%BD>,
        <http://lexvo.org/id/term/kor/KYEY>,
        <http://lexvo.org/id/term/vie/gh%C3%AA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kai1%20kai2>,
        <http://lexvo.org/id/term/yue/%E7%A8%BD>,
        "稽"^^xsd:string ;
    rdfs:comment "examine, investigate; delay"@en .

<http://lexvo.org/id/char/7A3E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A8%BE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C7%8Eo>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gou2>,
        <http://lexvo.org/id/term/yue/%E7%A8%BE>,
        "稾"^^xsd:string ;
    rdfs:comment "draft, manuscript, rough copy"@en .

<http://lexvo.org/id/char/7A3F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A8%BF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C7%8Eo>,
        <http://lexvo.org/id/term/kor/%E7%A8%BF>,
        <http://lexvo.org/id/term/kor/KO>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gou2>,
        <http://lexvo.org/id/term/yue/%E7%A8%BF>,
        "稿"^^xsd:string ;
    rdfs:comment "draft, manuscript, rough copy"@en .

<http://lexvo.org/id/char/7A40> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A9%80>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C7%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C7%94%20g%C3%B2u%20n%C3%B2u>,
        <http://lexvo.org/id/term/kor/%E7%A9%80>,
        <http://lexvo.org/id/term/kor/KOK%20KWU>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/guk1>,
        <http://lexvo.org/id/term/yue/%E7%A9%80>,
        "穀"^^xsd:string ;
    rdfs:comment "corn, grain, cereal; lucky"@en .

<http://lexvo.org/id/char/7A41> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A9%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/r%C3%B3ng>,
        "穁"^^xsd:string .

<http://lexvo.org/id/char/7A42> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A9%82>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/su%C3%AC>,
        "穂"^^xsd:string ;
    rdfs:comment "ear of grain; tassel; Guangzhou"@en .

<http://lexvo.org/id/char/7A43> a lvont:Character ;
    lvont:represents "穃"^^xsd:string .

<http://lexvo.org/id/char/7A44> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A9%84>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zai3>,
        <http://lexvo.org/id/term/yue/%E7%A9%84>,
        "穄"^^xsd:string ;
    rdfs:comment "panicled millet"@en .

<http://lexvo.org/id/char/7A45> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A9%85>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C4%81ng>,
        <http://lexvo.org/id/term/kor/%E7%A9%85>,
        <http://lexvo.org/id/term/kor/KANG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hong1>,
        <http://lexvo.org/id/term/yue/%E7%A9%85>,
        "穅"^^xsd:string ;
    rdfs:comment "chaff, bran, husks of grain, from which comes: --poor, remiss"@en .

<http://lexvo.org/id/char/7A46> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A9%86>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%B9>,
        <http://lexvo.org/id/term/kor/%E7%A9%86>,
        <http://lexvo.org/id/term/kor/MOK>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/muk6>,
        <http://lexvo.org/id/term/yue/%E7%A9%86>,
        "穆"^^xsd:string ;
    rdfs:comment "majestic, solemn, reverent; calm"@en .

<http://lexvo.org/id/char/7A47> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A9%87>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C7%8En>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C4%81n%20c%C7%8En>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/saam1>,
        <http://lexvo.org/id/term/yue/%E7%A9%87>,
        "穇"^^xsd:string ;
    rdfs:comment "deccan grass, a barnyard grass"@en .

<http://lexvo.org/id/char/7A48> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A9%88>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A9i>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A9n%20m%C3%A9i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mun4>,
        <http://lexvo.org/id/term/yue/%E7%A9%88>,
        "穈"^^xsd:string ;
    rdfs:comment "millet"@en .

<http://lexvo.org/id/char/7A49> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A9%89>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%AC>,
        <http://lexvo.org/id/term/kor/%E7%A9%89>,
        <http://lexvo.org/id/term/kor/CHI>,
        "穉"^^xsd:string ;
    rdfs:comment "young grain; young, tender"@en .

<http://lexvo.org/id/char/7A4A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A9%8A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%AC>,
        <http://lexvo.org/id/term/vie/c%E1%BA%A5y>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gei3>,
        <http://lexvo.org/id/term/yue/%E7%A9%8A>,
        "穊"^^xsd:string ;
    rdfs:comment "plough deep; sown slowly"@en .

<http://lexvo.org/id/char/7A4B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A9%8B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/luk6>,
        <http://lexvo.org/id/term/yue/%E7%A9%8B>,
        "穋"^^xsd:string ;
    rdfs:comment "rice"@en .

<http://lexvo.org/id/char/7A4C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A9%8C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C5%AB>,
        <http://lexvo.org/id/term/kor/%E7%A9%8C>,
        <http://lexvo.org/id/term/kor/SO>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sou1>,
        <http://lexvo.org/id/term/yue/%E7%A9%8C>,
        "穌"^^xsd:string ;
    rdfs:comment "revive, to rise again; collect"@en .

<http://lexvo.org/id/char/7A4D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A9%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C4%AB>,
        <http://lexvo.org/id/term/kor/%E7%A9%8D>,
        <http://lexvo.org/id/term/kor/CEK%20CA>,
        <http://lexvo.org/id/term/vie/t%C3%ADch>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zik1>,
        <http://lexvo.org/id/term/yue/%E7%A9%8D>,
        "積"^^xsd:string ;
    rdfs:comment "accumulate, store up, amass"@en .

<http://lexvo.org/id/char/7A4E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A9%8E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%90ng>,
        <http://lexvo.org/id/term/kor/%E7%A9%8E>,
        <http://lexvo.org/id/term/kor/YENG>,
        <http://lexvo.org/id/term/vie/d%C4%A9nh>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wing6>,
        <http://lexvo.org/id/term/yue/%E7%A9%8E>,
        "穎"^^xsd:string ;
    rdfs:comment "rice tassel; sharp point; clever"@en .

<http://lexvo.org/id/char/7A4F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A9%8F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C4%9Bn>,
        <http://lexvo.org/id/term/kor/%E7%A9%8F>,
        <http://lexvo.org/id/term/kor/ON>,
        "穏"^^xsd:string ;
    rdfs:comment "calm, quiet, peace; moderation"@en .

<http://lexvo.org/id/char/7A50> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A9%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C5%AB>,
        <http://lexvo.org/id/term/kor/%E7%A9%90>,
        <http://lexvo.org/id/term/kor/CHWU>,
        "穐"^^xsd:string ;
    rdfs:comment "fall, autumn"@en .

<http://lexvo.org/id/char/7A51> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A9%91>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C3%A8>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sik1>,
        <http://lexvo.org/id/term/yue/%E7%A9%91>,
        "穑"^^xsd:string ;
    rdfs:comment "farm, harvest grain; stingy"@en .

<http://lexvo.org/id/char/7A52> a lvont:Character ;
    lvont:represents "穒"^^xsd:string .

<http://lexvo.org/id/char/7A53> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A9%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%AC>,
        "穓"^^xsd:string .

<http://lexvo.org/id/char/7A54> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A9%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%A1ng>,
        "穔"^^xsd:string .

<http://lexvo.org/id/char/7A55> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A9%95>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C3%A8>,
        "穕"^^xsd:string .

<http://lexvo.org/id/char/7A56> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A9%96>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C7%90>,
        "穖"^^xsd:string .

<http://lexvo.org/id/char/7A57> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A9%97>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/su%C3%AC>,
        <http://lexvo.org/id/term/kor/%E7%A9%97>,
        <http://lexvo.org/id/term/kor/SWU>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/seoi6>,
        <http://lexvo.org/id/term/yue/%E7%A9%97>,
        "穗"^^xsd:string ;
    rdfs:comment "ear of grain; tassel; Guangzhou"@en .

<http://lexvo.org/id/char/7A58> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A9%98>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C4%81o>,
        "穘"^^xsd:string .

<http://lexvo.org/id/char/7A59> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A9%99>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%BA>,
        "穙"^^xsd:string .

<http://lexvo.org/id/char/7A5A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A9%9A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C4%81o>,
        "穚"^^xsd:string .

<http://lexvo.org/id/char/7A5B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A9%9B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zhu%C5%8D>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zoek3>,
        <http://lexvo.org/id/term/yue/%E7%A9%9B>,
        "穛"^^xsd:string .

<http://lexvo.org/id/char/7A5C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A9%9C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%B3ng%20zh%C3%B2ng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C7%92ng%201502.030%3Azh%C3%B2ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tung4%20zung3>,
        <http://lexvo.org/id/term/yue/%E7%A9%9C>,
        "穜"^^xsd:string ;
    rdfs:comment "rice"@en .

<http://lexvo.org/id/char/7A5D> a lvont:Character ;
    lvont:represents "穝"^^xsd:string .

<http://lexvo.org/id/char/7A5E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A9%9E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C7%9A>,
        "穞"^^xsd:string .

<http://lexvo.org/id/char/7A5F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A9%9F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/su%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/seoi6>,
        <http://lexvo.org/id/term/yue/%E7%A9%9F>,
        "穟"^^xsd:string ;
    rdfs:comment "ear of grain; ripe grain"@en .

<http://lexvo.org/id/char/7A60> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A9%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C3%B3ng>,
        <http://lexvo.org/id/term/kor/%E7%A9%A0>,
        <http://lexvo.org/id/term/kor/NONG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/nung4>,
        <http://lexvo.org/id/term/yue/%E7%A9%A0>,
        "穠"^^xsd:string ;
    rdfs:comment "thick, lush, in clusters"@en .

<http://lexvo.org/id/char/7A61> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A9%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C3%A8>,
        <http://lexvo.org/id/term/kor/%E7%A9%A1>,
        <http://lexvo.org/id/term/kor/SAYK>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sik1>,
        <http://lexvo.org/id/term/yue/%E7%A9%A1>,
        "穡"^^xsd:string ;
    rdfs:comment "farm, harvest grain; stingy"@en .

<http://lexvo.org/id/char/7A62> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A9%A2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%AC>,
        <http://lexvo.org/id/term/kor/%E7%A9%A2>,
        <http://lexvo.org/id/term/kor/YEY>,
        <http://lexvo.org/id/term/vie/u%E1%BA%BF>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wai3>,
        <http://lexvo.org/id/term/yue/%E7%A9%A2>,
        "穢"^^xsd:string ;
    rdfs:comment "dirty, unclean; immoral, obscene"@en .

<http://lexvo.org/id/char/7A63> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A9%A3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/r%C3%A1ng>,
        "穣"^^xsd:string ;
    rdfs:comment "stalks of grain; lush, abundant"@en .

<http://lexvo.org/id/char/7A64> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A9%A4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/nu%C3%B2>,
        "穤"^^xsd:string ;
    rdfs:comment "glutinous rice"@en .

<http://lexvo.org/id/char/7A65> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A9%A5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%B9>,
        "穥"^^xsd:string .

<http://lexvo.org/id/char/7A66> a lvont:Character ;
    lvont:represents "穦"^^xsd:string .

<http://lexvo.org/id/char/7A67> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A9%A7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zai3%20zai6>,
        <http://lexvo.org/id/term/yue/%E7%A9%A7>,
        "穧"^^xsd:string ;
    rdfs:comment "sheaf"@en .

<http://lexvo.org/id/char/7A68> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A9%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/tu%C3%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/teoi4>,
        <http://lexvo.org/id/term/yue/%E7%A9%A8>,
        "穨"^^xsd:string ;
    rdfs:comment "ruined, decayed; disintegrate"@en .

<http://lexvo.org/id/char/7A69> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A9%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C4%9Bn>,
        <http://lexvo.org/id/term/kor/%E7%A9%A9>,
        <http://lexvo.org/id/term/kor/ON>,
        <http://lexvo.org/id/term/vie/%E1%BB%A7n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wan2>,
        <http://lexvo.org/id/term/yue/%E7%A9%A9>,
        "穩"^^xsd:string ;
    rdfs:comment "stable, firm, solid, steady"@en .

<http://lexvo.org/id/char/7A6A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A9%AA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C4%93ng>,
        "穪"^^xsd:string ;
    rdfs:comment "to praise"@en .

<http://lexvo.org/id/char/7A6B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A9%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%B2>,
        <http://lexvo.org/id/term/kor/%E7%A9%AB>,
        <http://lexvo.org/id/term/kor/HWAK%20HO>,
        <http://lexvo.org/id/term/vie/ho%E1%BA%A1ch>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wok6>,
        <http://lexvo.org/id/term/yue/%E7%A9%AB>,
        "穫"^^xsd:string ;
    rdfs:comment "harvest, cut grain"@en .

<http://lexvo.org/id/char/7A6C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A9%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C7%92ng%20ku%C3%A0ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gwong2%20kong3%20kwong3>,
        <http://lexvo.org/id/term/yue/%E7%A9%AC>,
        "穬"^^xsd:string .

<http://lexvo.org/id/char/7A6D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A9%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C7%9A>,
        <http://lexvo.org/id/term/vie/h%E1%BB%9Bt%20l%C3%BAa>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/leoi5>,
        <http://lexvo.org/id/term/yue/%E7%A9%AD>,
        "穭"^^xsd:string ;
    rdfs:comment "wild grain"@en .

<http://lexvo.org/id/char/7A6E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A9%AE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/bi%C4%81o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/biu1>,
        <http://lexvo.org/id/term/yue/%E7%A9%AE>,
        "穮"^^xsd:string ;
    rdfs:comment "weed"@en .

<http://lexvo.org/id/char/7A6F> a lvont:Character ;
    lvont:represents "穯"^^xsd:string .

<http://lexvo.org/id/char/7A70> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A9%B0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/r%C3%A1ng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/r%C3%A1ng%20r%C7%8Eng%20r%C3%A9ng>,
        <http://lexvo.org/id/term/kor/%E7%A9%B0>,
        <http://lexvo.org/id/term/kor/YANG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/joeng4>,
        <http://lexvo.org/id/term/yue/%E7%A9%B0>,
        "穰"^^xsd:string ;
    rdfs:comment "stalks of grain; lush, abundant"@en .

<http://lexvo.org/id/char/7A71> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A9%B1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zhu%C5%8D>,
        "穱"^^xsd:string .

<http://lexvo.org/id/char/7A72> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A9%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%AD>,
        "穲"^^xsd:string .

<http://lexvo.org/id/char/7A73> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A9%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C3%A0n>,
        "穳"^^xsd:string .

<http://lexvo.org/id/char/7A75> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A9%B5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C4%81>,
        <http://lexvo.org/id/term/kor/%E7%A9%B5>,
        <http://lexvo.org/id/term/kor/AL>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/waat3>,
        <http://lexvo.org/id/term/yue/%E7%A9%B5>,
        "穵"^^xsd:string ;
    rdfs:comment "deep hollow;, gouge, dig out"@en .

<http://lexvo.org/id/char/7A76> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A9%B6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C5%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C5%AB%20ji%C3%B9>,
        <http://lexvo.org/id/term/kor/%E7%A9%B6>,
        <http://lexvo.org/id/term/kor/KWU>,
        <http://lexvo.org/id/term/vie/c%E1%BB%A9u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gau3>,
        <http://lexvo.org/id/term/yue/%E7%A9%B6>,
        "究"^^xsd:string ;
    rdfs:comment "examine, investigate"@en .

<http://lexvo.org/id/char/7A77> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A9%B7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C3%B3ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kung4>,
        <http://lexvo.org/id/term/yue/%E7%A9%B7>,
        "穷"^^xsd:string ;
    rdfs:comment "poor, destitute, impoverished"@en .

<http://lexvo.org/id/char/7A78> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A9%B8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C3%AC%20x%C4%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C4%AB>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zik6>,
        <http://lexvo.org/id/term/yue/%E7%A9%B8>,
        "穸"^^xsd:string ;
    rdfs:comment "the gloom of the grave a tomb or grave; death"@en .

<http://lexvo.org/id/char/7A79> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A9%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C3%B3ng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C3%B3ng%20qi%C5%8Dng%20k%C5%8Dng>,
        <http://lexvo.org/id/term/kor/%E7%A9%B9>,
        <http://lexvo.org/id/term/kor/KWUNG>,
        <http://lexvo.org/id/term/vie/khum>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hung1%20kung4>,
        <http://lexvo.org/id/term/yue/%E7%A9%B9>,
        "穹"^^xsd:string ;
    rdfs:comment "high and vast; elevated; arched"@en .

<http://lexvo.org/id/char/7A7A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A9%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C5%8Dng%200648.080%3Ak%C3%B2ng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C5%8Dng%20k%C3%B2ng%20k%C7%92ng>,
        <http://lexvo.org/id/term/kor/%E7%A9%BA>,
        <http://lexvo.org/id/term/kor/KONG>,
        <http://lexvo.org/id/term/vie/kh%C3%B4ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hung1%20hung3>,
        <http://lexvo.org/id/term/yue/%E7%A9%BA>,
        "空"^^xsd:string ;
    rdfs:comment "empty, hollow, bare, deserted"@en .

<http://lexvo.org/id/char/7A7B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A9%BB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C5%AB>,
        "穻"^^xsd:string .

<http://lexvo.org/id/char/7A7C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A9%BC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C4%93n>,
        "穼"^^xsd:string .

<http://lexvo.org/id/char/7A7D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A9%BD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C7%90ng>,
        <http://lexvo.org/id/term/kor/%E7%A9%BD>,
        <http://lexvo.org/id/term/kor/CENG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zing6>,
        <http://lexvo.org/id/term/yue/%E7%A9%BD>,
        "穽"^^xsd:string ;
    rdfs:comment "hole; pitfall, trap"@en .

<http://lexvo.org/id/char/7A7E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A9%BE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A0o>,
        <http://lexvo.org/id/term/kor/%E7%A9%BE>,
        <http://lexvo.org/id/term/kor/YO>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jiu2%20jiu3>,
        <http://lexvo.org/id/term/yue/%E7%A9%BE>,
        "穾"^^xsd:string .

<http://lexvo.org/id/char/7A7F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A9%BF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/chu%C4%81n>,
        <http://lexvo.org/id/term/kor/%E7%A9%BF>,
        <http://lexvo.org/id/term/kor/CHEN>,
        <http://lexvo.org/id/term/vie/xuy%C3%AAn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cyun1>,
        <http://lexvo.org/id/term/yue/%E7%A9%BF>,
        "穿"^^xsd:string ;
    rdfs:comment "penetrate, pierce, drill; wear"@en .

<http://lexvo.org/id/char/7A80> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%AA%80>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C5%ABn>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C5%ABn%20t%C3%BAn>,
        <http://lexvo.org/id/term/kor/%E7%AA%80>,
        <http://lexvo.org/id/term/kor/TWUN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zeon1>,
        <http://lexvo.org/id/term/yue/%E7%AA%80>,
        "窀"^^xsd:string ;
    rdfs:comment "to bury"@en .

<http://lexvo.org/id/char/7A81> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%AA%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C5%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C5%AB%20t%C3%BA>,
        <http://lexvo.org/id/term/kor/%E7%AA%81>,
        <http://lexvo.org/id/term/kor/TOL>,
        <http://lexvo.org/id/term/vie/%C4%91%E1%BB%99t>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dat6>,
        <http://lexvo.org/id/term/yue/%E7%AA%81>,
        "突"^^xsd:string ;
    rdfs:comment "suddenly, abruptly, unexpectedly"@en .

<http://lexvo.org/id/char/7A82> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%AA%82>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%A1o>,
        <http://lexvo.org/id/term/kor/%E7%AA%82>,
        <http://lexvo.org/id/term/kor/LO>,
        "窂"^^xsd:string .

<http://lexvo.org/id/char/7A83> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%AA%83>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C3%A8>,
        <http://lexvo.org/id/term/kor/%E7%AA%83>,
        <http://lexvo.org/id/term/kor/CEL>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sit3>,
        <http://lexvo.org/id/term/yue/%E7%AA%83>,
        "窃"^^xsd:string ;
    rdfs:comment "secretly, stealthily; steal; thief"@en .

<http://lexvo.org/id/char/7A84> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%AA%84>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C7%8Ei>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C7%8Ei%20z%C3%A9>,
        <http://lexvo.org/id/term/kor/%E7%AA%84>,
        <http://lexvo.org/id/term/kor/CHAK>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zaak3>,
        <http://lexvo.org/id/term/yue/%E7%AA%84>,
        "窄"^^xsd:string ;
    rdfs:comment "narrow, tight; narrow-minded"@en .

<http://lexvo.org/id/char/7A85> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%AA%85>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%8Eo>,
        <http://lexvo.org/id/term/kor/%E7%AA%85>,
        <http://lexvo.org/id/term/kor/YO>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jiu2>,
        <http://lexvo.org/id/term/yue/%E7%AA%85>,
        "窅"^^xsd:string ;
    rdfs:comment "far, deep; sunken eyes; sad"@en .

<http://lexvo.org/id/char/7A86> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%AA%86>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/bi%C7%8En>,
        <http://lexvo.org/id/term/kor/%E7%AA%86>,
        <http://lexvo.org/id/term/kor/PHYEM>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bin2>,
        <http://lexvo.org/id/term/yue/%E7%AA%86>,
        "窆"^^xsd:string ;
    rdfs:comment "to put a coffin in a grave"@en .

<http://lexvo.org/id/char/7A87> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%AA%87>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%A1o>,
        "窇"^^xsd:string .

<http://lexvo.org/id/char/7A88> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%AA%88>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%8Eo>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%8Eo%20y%C3%A0o>,
        <http://lexvo.org/id/term/kor/%E7%AA%88>,
        <http://lexvo.org/id/term/kor/YO>,
        <http://lexvo.org/id/term/vie/y%E1%BB%83u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jiu2%20miu5>,
        <http://lexvo.org/id/term/yue/%E7%AA%88>,
        "窈"^^xsd:string ;
    rdfs:comment "obscure, secluded; refined"@en .

<http://lexvo.org/id/char/7A89> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%AA%89>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C7%90ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/beng3>,
        <http://lexvo.org/id/term/yue/%E7%AA%89>,
        "窉"^^xsd:string ;
    rdfs:comment "(Cant.) to hide things, to conceal"@en .

<http://lexvo.org/id/char/7A8A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%AA%8A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C4%81>,
        <http://lexvo.org/id/term/kor/%E7%AA%8A>,
        <http://lexvo.org/id/term/kor/WA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/waa1>,
        <http://lexvo.org/id/term/yue/%E7%AA%8A>,
        "窊"^^xsd:string ;
    rdfs:comment "pit, vault; store in pit; (Cant.) 手窊, the arm"@en .

<http://lexvo.org/id/char/7A8B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%AA%8B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%BA%20k%C5%AB>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zyut3>,
        <http://lexvo.org/id/term/yue/%E7%AA%8B>,
        "窋"^^xsd:string .

<http://lexvo.org/id/char/7A8C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%AA%8C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%A0o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gaau3>,
        <http://lexvo.org/id/term/yue/%E7%AA%8C>,
        "窌"^^xsd:string ;
    rdfs:comment "pit, vault; store in pit"@en .

<http://lexvo.org/id/char/7A8D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%AA%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C3%A0o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hiu3%20kiu3>,
        <http://lexvo.org/id/term/yue/%E7%AA%8D>,
        "窍"^^xsd:string ;
    rdfs:comment "hole, opening, aperture"@en .

<http://lexvo.org/id/char/7A8E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%AA%8E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/di%C3%A0o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/diu3>,
        <http://lexvo.org/id/term/yue/%E7%AA%8E>,
        "窎"^^xsd:string ;
    rdfs:comment "deep; distant"@en .

<http://lexvo.org/id/char/7A8F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%AA%8F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C5%AB>,
        "窏"^^xsd:string .

<http://lexvo.org/id/char/7A90> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%AA%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/gu%C4%AB%20w%C4%81>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/waa1>,
        <http://lexvo.org/id/term/yue/%E7%AA%90>,
        "窐"^^xsd:string .

<http://lexvo.org/id/char/7A91> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%AA%91>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A1o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jiu4>,
        <http://lexvo.org/id/term/yue/%E7%AA%91>,
        "窑"^^xsd:string ;
    rdfs:comment "kiln; coal mine pit"@en .

<http://lexvo.org/id/char/7A92> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%AA%92>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%AC%20di%C3%A9>,
        <http://lexvo.org/id/term/kor/%E7%AA%92>,
        <http://lexvo.org/id/term/kor/CIL%20CEL>,
        <http://lexvo.org/id/term/vie/kh%E1%BB%8Fng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zat6>,
        <http://lexvo.org/id/term/yue/%E7%AA%92>,
        "窒"^^xsd:string ;
    rdfs:comment "stop up, obstruct"@en .

<http://lexvo.org/id/char/7A93> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%AA%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/chu%C4%81ng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/chu%C4%81ng%20c%C5%8Dng>,
        <http://lexvo.org/id/term/kor/%E7%AA%93>,
        <http://lexvo.org/id/term/kor/CHANG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/coeng1>,
        <http://lexvo.org/id/term/yue/%E7%AA%93>,
        "窓"^^xsd:string ;
    rdfs:comment "window"@en .

<http://lexvo.org/id/char/7A94> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%AA%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%8Eo%20y%C3%A0o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jiu2>,
        <http://lexvo.org/id/term/yue/%E7%AA%94>,
        "窔"^^xsd:string ;
    rdfs:comment "corner"@en .

<http://lexvo.org/id/char/7A95> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%AA%95>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ti%C7%8Eo>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ti%C7%8Eo%20ti%C4%81o%20y%C3%A1o>,
        <http://lexvo.org/id/term/kor/%E7%AA%95>,
        <http://lexvo.org/id/term/kor/CO>,
        <http://lexvo.org/id/term/vie/%C4%91i%E1%BB%87u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/diu6%20tiu5>,
        <http://lexvo.org/id/term/yue/%E7%AA%95>,
        "窕"^^xsd:string ;
    rdfs:comment "slender; quiet and modest, charming"@en .

<http://lexvo.org/id/char/7A96> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%AA%96>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%A0o>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%A0o%20z%C3%A0o>,
        <http://lexvo.org/id/term/kor/%E7%AA%96>,
        <http://lexvo.org/id/term/kor/KYO>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gaau3>,
        <http://lexvo.org/id/term/yue/%E7%AA%96>,
        "窖"^^xsd:string ;
    rdfs:comment "pit, cellar"@en .

<http://lexvo.org/id/char/7A97> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%AA%97>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/chu%C4%81ng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/chu%C4%81ng%20c%C5%8Dng>,
        <http://lexvo.org/id/term/kor/%E7%AA%97>,
        <http://lexvo.org/id/term/kor/CHANG>,
        <http://lexvo.org/id/term/vie/song>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/coeng1>,
        <http://lexvo.org/id/term/yue/%E7%AA%97>,
        "窗"^^xsd:string ;
    rdfs:comment "window"@en .

<http://lexvo.org/id/char/7A98> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%AA%98>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C7%92ng>,
        <http://lexvo.org/id/term/kor/%E7%AA%98>,
        <http://lexvo.org/id/term/kor/KWUN>,
        <http://lexvo.org/id/term/vie/qu%E1%BA%ABn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kwan3>,
        <http://lexvo.org/id/term/yue/%E7%AA%98>,
        "窘"^^xsd:string ;
    rdfs:comment "embarrassed; hard-pressed"@en .

<http://lexvo.org/id/char/7A99> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%AA%99>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C4%81o>,
        "窙"^^xsd:string .

<http://lexvo.org/id/char/7A9A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%AA%9A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%A9ng>,
        "窚"^^xsd:string .

<http://lexvo.org/id/char/7A9B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%AA%9B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C3%B2u>,
        <http://lexvo.org/id/term/kor/%E7%AA%9B>,
        <http://lexvo.org/id/term/kor/KWU>,
        "窛"^^xsd:string .

<http://lexvo.org/id/char/7A9C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%AA%9C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/cu%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cyun3>,
        <http://lexvo.org/id/term/yue/%E7%AA%9C>,
        "窜"^^xsd:string ;
    rdfs:comment "run away; revise, edit; expel"@en .

<http://lexvo.org/id/char/7A9D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%AA%9D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C5%8D>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wo1>,
        <http://lexvo.org/id/term/yue/%E7%AA%9D>,
        "窝"^^xsd:string ;
    rdfs:comment "nest; cave, den; hiding place"@en .

<http://lexvo.org/id/char/7A9E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%AA%9E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%A0n>,
        <http://lexvo.org/id/term/vie/d%C3%B2m>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/daam6>,
        <http://lexvo.org/id/term/yue/%E7%AA%9E>,
        "窞"^^xsd:string ;
    rdfs:comment "pit"@en .

<http://lexvo.org/id/char/7A9F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%AA%9F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C5%AB>,
        <http://lexvo.org/id/term/kor/%E7%AA%9F>,
        <http://lexvo.org/id/term/kor/KWUL>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fat1>,
        <http://lexvo.org/id/term/yue/%E7%AA%9F>,
        "窟"^^xsd:string ;
    rdfs:comment "hole, cave; cellar; underground"@en .

<http://lexvo.org/id/char/7AA0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%AA%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C4%93>,
        <http://lexvo.org/id/term/kor/%E7%AA%A0>,
        <http://lexvo.org/id/term/kor/KWA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fo1%20wo1>,
        <http://lexvo.org/id/term/yue/%E7%AA%A0>,
        "窠"^^xsd:string ;
    rdfs:comment "nest; hole, indention; den"@en .

<http://lexvo.org/id/char/7AA1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%AA%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zhu%C3%AC>,
        "窡"^^xsd:string .

<http://lexvo.org/id/char/7AA2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%AA%A2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wik1%20wik6>,
        <http://lexvo.org/id/term/yue/%E7%AA%A2>,
        "窢"^^xsd:string .

<http://lexvo.org/id/char/7AA3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%AA%A3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C3%B9%20s%C5%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C5%AB>,
        <http://lexvo.org/id/term/kor/%E7%AA%A3>,
        <http://lexvo.org/id/term/kor/SOL>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/seot1>,
        <http://lexvo.org/id/term/yue/%E7%AA%A3>,
        "窣"^^xsd:string ;
    rdfs:comment "to rush out of a den; rustling, whispering"@en .

<http://lexvo.org/id/char/7AA4> a lvont:Character ;
    lvont:represents "窤"^^xsd:string .

<http://lexvo.org/id/char/7AA5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%AA%A5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ku%C4%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ku%C4%AB%20ku%C7%90>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kwai1>,
        <http://lexvo.org/id/term/yue/%E7%AA%A5>,
        "窥"^^xsd:string ;
    rdfs:comment "peep, watch, spy on, pry"@en .

<http://lexvo.org/id/char/7AA6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%AA%A6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%B2u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dau6>,
        <http://lexvo.org/id/term/yue/%E7%AA%A6>,
        "窦"^^xsd:string ;
    rdfs:comment "surname; hole, burrow; corrupt"@en .

<http://lexvo.org/id/char/7AA7> a lvont:Character ;
    lvont:represents "窧"^^xsd:string .

<http://lexvo.org/id/char/7AA8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%AA%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C5%ABn%201382.070%3Ay%C3%ACn>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%ACn%20x%C5%ABn%20y%C4%ABn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fan1%20jam3>,
        <http://lexvo.org/id/term/yue/%E7%AA%A8>,
        "窨"^^xsd:string ;
    rdfs:comment "a cellar, a store-room"@en .

<http://lexvo.org/id/char/7AA9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%AA%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C5%8D>,
        <http://lexvo.org/id/term/kor/%E7%AA%A9>,
        <http://lexvo.org/id/term/kor/WA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wo1>,
        <http://lexvo.org/id/term/yue/%E7%AA%A9>,
        "窩"^^xsd:string ;
    rdfs:comment "nest; cave, den; hiding place"@en .

<http://lexvo.org/id/char/7AAA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%AA%AA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C4%81>,
        <http://lexvo.org/id/term/kor/%E7%AA%AA>,
        <http://lexvo.org/id/term/kor/WA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/waa1>,
        <http://lexvo.org/id/term/yue/%E7%AA%AA>,
        "窪"^^xsd:string ;
    rdfs:comment "hollow; pit; depression; swamp"@en .

<http://lexvo.org/id/char/7AAB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%AA%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A0>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jaak3>,
        <http://lexvo.org/id/term/yue/%E7%AA%AB>,
        "窫"^^xsd:string .

<http://lexvo.org/id/char/7AAC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%AA%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%BA%20d%C3%B2u%20d%C5%8Du>,
        <http://lexvo.org/id/term/kor/%E7%AA%AC>,
        <http://lexvo.org/id/term/kor/YU>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jyu4>,
        <http://lexvo.org/id/term/yue/%E7%AA%AC>,
        "窬"^^xsd:string ;
    rdfs:comment "a small door or window; a hole in the wall to cut through a wall"@en .

<http://lexvo.org/id/char/7AAD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%AA%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%B9%20l%C3%B3u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/geoi6%20lau4>,
        <http://lexvo.org/id/term/yue/%E7%AA%AD>,
        "窭"^^xsd:string ;
    rdfs:comment "poor, impoverished"@en .

<http://lexvo.org/id/char/7AAE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%AA%AE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C3%B3ng>,
        <http://lexvo.org/id/term/kor/%E7%AA%AE>,
        <http://lexvo.org/id/term/kor/KWUNG>,
        <http://lexvo.org/id/term/vie/c%C3%B9ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kung4>,
        <http://lexvo.org/id/term/yue/%E7%AA%AE>,
        "窮"^^xsd:string ;
    rdfs:comment "poor, destitute, impoverished"@en .

<http://lexvo.org/id/char/7AAF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%AA%AF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A1o>,
        <http://lexvo.org/id/term/kor/%E7%AA%AF>,
        <http://lexvo.org/id/term/kor/YO>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jiu4>,
        <http://lexvo.org/id/term/yue/%E7%AA%AF>,
        "窯"^^xsd:string ;
    rdfs:comment "kiln; coal mine pit"@en .

<http://lexvo.org/id/char/7AB0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%AA%B0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A1o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jiu4>,
        <http://lexvo.org/id/term/yue/%E7%AA%B0>,
        "窰"^^xsd:string ;
    rdfs:comment "brick kiln; furnace; coal mine pit"@en .

<http://lexvo.org/id/char/7AB1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%AA%B1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ti%C3%A0o%20ti%C7%8Eo>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tiu5>,
        <http://lexvo.org/id/term/yue/%E7%AA%B1>,
        "窱"^^xsd:string .

<http://lexvo.org/id/char/7AB2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%AA%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%A1o>,
        "窲"^^xsd:string .

<http://lexvo.org/id/char/7AB3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%AA%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%94%20y%C3%BA>,
        <http://lexvo.org/id/term/kor/%E7%AA%B3>,
        <http://lexvo.org/id/term/kor/YU>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jyu5>,
        <http://lexvo.org/id/term/yue/%E7%AA%B3>,
        "窳"^^xsd:string ;
    rdfs:comment "dirty, useless, weak, powerless; cracked, a flaw"@en .

<http://lexvo.org/id/char/7AB4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%AA%B4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ti%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zi3>,
        <http://lexvo.org/id/term/yue/%E7%AA%B4>,
        "窴"^^xsd:string ;
    rdfs:comment "glance at, look at; wink at"@en .

<http://lexvo.org/id/char/7AB5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%AA%B5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/di%C3%A0o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/diu3>,
        <http://lexvo.org/id/term/yue/%E7%AA%B5>,
        "窵"^^xsd:string ;
    rdfs:comment "deep; distant"@en .

<http://lexvo.org/id/char/7AB6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%AA%B6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%B9%20l%C3%B3u>,
        <http://lexvo.org/id/term/kor/%E7%AA%B6>,
        <http://lexvo.org/id/term/kor/KWU>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/geoi6%20lau4>,
        <http://lexvo.org/id/term/yue/%E7%AA%B6>,
        "窶"^^xsd:string ;
    rdfs:comment "poor, impoverished"@en .

<http://lexvo.org/id/char/7AB7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%AA%B7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C3%A1o>,
        "窷"^^xsd:string .

<http://lexvo.org/id/char/7AB8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%AA%B8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C4%AB>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sik1>,
        <http://lexvo.org/id/term/yue/%E7%AA%B8>,
        "窸"^^xsd:string ;
    rdfs:comment "faint sound, whisper"@en .

<http://lexvo.org/id/char/7AB9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%AA%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C3%B9>,
        <http://lexvo.org/id/term/kor/%E7%AA%B9>,
        <http://lexvo.org/id/term/kor/O>,
        "窹"^^xsd:string .

<http://lexvo.org/id/char/7ABA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%AA%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ku%C4%AB%20ku%C7%90>,
        <http://lexvo.org/id/term/kor/%E7%AA%BA>,
        <http://lexvo.org/id/term/kor/KYU>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kwai1>,
        <http://lexvo.org/id/term/yue/%E7%AA%BA>,
        "窺"^^xsd:string ;
    rdfs:comment "peep, watch, spy on, pry"@en .

<http://lexvo.org/id/char/7ABB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%AA%BB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/chu%C4%81ng>,
        <http://lexvo.org/id/term/kor/%E7%AA%BB>,
        <http://lexvo.org/id/term/kor/CHANG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/coeng1>,
        <http://lexvo.org/id/term/yue/%E7%AA%BB>,
        "窻"^^xsd:string ;
    rdfs:comment "window"@en .

<http://lexvo.org/id/char/7ABC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%AA%BC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C4%81o%20c%C5%8Dng>,
        "窼"^^xsd:string .

<http://lexvo.org/id/char/7ABD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/fun2>,
        <http://lexvo.org/id/term/yue/%E7%AA%BD>,
        "窽"^^xsd:string ;
    rdfs:comment "empty; vacant"@en .

<http://lexvo.org/id/char/7ABE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%AA%BE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ku%C7%8En>,
        <http://lexvo.org/id/term/kor/%E7%AA%BE>,
        <http://lexvo.org/id/term/kor/KWAN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fo1%20fun2>,
        <http://lexvo.org/id/term/yue/%E7%AA%BE>,
        "窾"^^xsd:string ;
    rdfs:comment "hole; hallow; empty"@en .

<http://lexvo.org/id/char/7ABF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%AA%BF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%B3ng>,
        <http://lexvo.org/id/term/kor/%E7%AA%BF>,
        <http://lexvo.org/id/term/kor/LYUNG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lung1%20lung4>,
        <http://lexvo.org/id/term/yue/%E7%AA%BF>,
        "窿"^^xsd:string ;
    rdfs:comment "mine shaft; cavity, hole"@en .

<http://lexvo.org/id/char/7AC0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%AB%80>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C4%93ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cang1%20cing1>,
        <http://lexvo.org/id/term/yue/%E7%AB%80>,
        "竀"^^xsd:string .

<http://lexvo.org/id/char/7AC1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%AB%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/cu%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ceoi3>,
        <http://lexvo.org/id/term/yue/%E7%AB%81>,
        "竁"^^xsd:string ;
    rdfs:comment "bore"@en .

<http://lexvo.org/id/char/7AC2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%AB%82>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/pi%C3%A1o>,
        "竂"^^xsd:string .

<http://lexvo.org/id/char/7AC3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%AB%83>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C3%A0o>,
        "竃"^^xsd:string ;
    rdfs:comment "furnace; kitchen range"@en .

<http://lexvo.org/id/char/7AC4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%AB%84>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/cu%C3%A0n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/cu%C3%A0n%20cu%C4%81n>,
        <http://lexvo.org/id/term/kor/%E7%AB%84>,
        <http://lexvo.org/id/term/kor/CHAN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cyun2%20cyun3>,
        <http://lexvo.org/id/term/yue/%E7%AB%84>,
        "竄"^^xsd:string ;
    rdfs:comment "run away; revise, edit; expel"@en .

<http://lexvo.org/id/char/7AC5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%AB%85>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C3%A0o>,
        <http://lexvo.org/id/term/kor/%E7%AB%85>,
        <http://lexvo.org/id/term/kor/KYU>,
        <http://lexvo.org/id/term/vie/kh%C3%ADu>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hiu3%20kiu3>,
        <http://lexvo.org/id/term/yue/%E7%AB%85>,
        "竅"^^xsd:string ;
    rdfs:comment "hole, opening, aperture"@en .

<http://lexvo.org/id/char/7AC6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%AB%86>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C3%B3ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kung4>,
        <http://lexvo.org/id/term/yue/%E7%AB%86>,
        "竆"^^xsd:string ;
    rdfs:comment "exhausted; impoverished; poor"@en .

<http://lexvo.org/id/char/7AC7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%AB%87>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%B2u>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%B2u%20d%C3%BA>,
        <http://lexvo.org/id/term/kor/%E7%AB%87>,
        <http://lexvo.org/id/term/kor/TWU>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dau3%20dau6>,
        <http://lexvo.org/id/term/yue/%E7%AB%87>,
        "竇"^^xsd:string ;
    rdfs:comment "surname; hole, burrow; corrupt"@en .

<http://lexvo.org/id/char/7AC8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%AB%88>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C3%A0o>,
        <http://lexvo.org/id/term/kor/%E7%AB%88>,
        <http://lexvo.org/id/term/kor/CO>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zou3>,
        <http://lexvo.org/id/term/yue/%E7%AB%88>,
        "竈"^^xsd:string ;
    rdfs:comment "furnace; kitchen stove"@en .

<http://lexvo.org/id/char/7AC9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%AB%89>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C7%92ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lung1>,
        <http://lexvo.org/id/term/yue/%E7%AB%89>,
        "竉"^^xsd:string ;
    rdfs:comment "a hole; a cleft; empty"@en .

<http://lexvo.org/id/char/7ACA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%AB%8A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C3%A8>,
        <http://lexvo.org/id/term/kor/%E7%AB%8A>,
        <http://lexvo.org/id/term/kor/CEL>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sit3>,
        <http://lexvo.org/id/term/yue/%E7%AB%8A>,
        "竊"^^xsd:string ;
    rdfs:comment "secretly, stealthily; steal; thief"@en .

<http://lexvo.org/id/char/7ACC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%AB%8C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%B9>,
        "竌"^^xsd:string .

<http://lexvo.org/id/char/7ACD> a lvont:Character ;
    lvont:represents "竍"^^xsd:string ;
    rdfs:comment "decaliter"@en .

<http://lexvo.org/id/char/7ACE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%AB%8E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%B2u>,
        "竎"^^xsd:string .

<http://lexvo.org/id/char/7ACF> a lvont:Character ;
    lvont:represents "竏"^^xsd:string ;
    rdfs:comment "kiloliter"@en .

<http://lexvo.org/id/char/7AD0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%AB%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%B9%20q%C3%AC>,
        "竐"^^xsd:string .

<http://lexvo.org/id/char/7AD1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%AB%91>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%B3ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wang4>,
        <http://lexvo.org/id/term/yue/%E7%AB%91>,
        "竑"^^xsd:string ;
    rdfs:comment "be vast and endless; broad"@en .

<http://lexvo.org/id/char/7AD2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%AB%92>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C3%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kei4>,
        <http://lexvo.org/id/term/yue/%E7%AB%92>,
        "竒"^^xsd:string ;
    rdfs:comment "strange, unusual, uncanny, occult"@en .

<http://lexvo.org/id/char/7AD3> a lvont:Character ;
    lvont:represents "竓"^^xsd:string ;
    rdfs:comment "milliliter"@en .

<http://lexvo.org/id/char/7AD4> a lvont:Character ;
    lvont:represents "竔"^^xsd:string ;
    rdfs:comment "litre"@en .

<http://lexvo.org/id/char/7AD5> a lvont:Character ;
    lvont:represents "竕"^^xsd:string ;
    rdfs:comment "deciliter"@en .

<http://lexvo.org/id/char/7AD6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%AB%96>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/syu6>,
        <http://lexvo.org/id/term/yue/%E7%AB%96>,
        "竖"^^xsd:string ;
    rdfs:comment "perpendicular, vertical; erect"@en .

<http://lexvo.org/id/char/7AD7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%AB%97>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/mi%C3%A0o%20mi%C7%8Eo>,
        <http://lexvo.org/id/term/kor/%E7%AB%97>,
        <http://lexvo.org/id/term/kor/MYO>,
        "竗"^^xsd:string .

<http://lexvo.org/id/char/7AD8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%AB%98>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C7%94%20q%C7%94>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/keoi4%20keoi5>,
        <http://lexvo.org/id/term/yue/%E7%AB%98>,
        "竘"^^xsd:string .

<http://lexvo.org/id/char/7AD9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%AB%99>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%A0n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%A0n%20zh%C4%81n>,
        <http://lexvo.org/id/term/kor/%E7%AB%99>,
        <http://lexvo.org/id/term/kor/CHAM>,
        <http://lexvo.org/id/term/vie/tr%E1%BA%A1m>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zaam6>,
        <http://lexvo.org/id/term/yue/%E7%AB%99>,
        "站"^^xsd:string ;
    rdfs:comment "stand up; a stand, station"@en .

<http://lexvo.org/id/char/7ADA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%AB%9A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cyu5>,
        <http://lexvo.org/id/term/yue/%E7%AB%9A>,
        "竚"^^xsd:string ;
    rdfs:comment "stand and wait for long time"@en .

<http://lexvo.org/id/char/7ADB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%AB%9B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%ADng>,
        "竛"^^xsd:string .

<http://lexvo.org/id/char/7ADC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%AB%9C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%B3ng>,
        <http://lexvo.org/id/term/kor/%E7%AB%9C>,
        <http://lexvo.org/id/term/kor/LYONG%20NONG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lung4>,
        <http://lexvo.org/id/term/yue/%E7%AB%9C>,
        "竜"^^xsd:string ;
    rdfs:comment "dragon; symbolic of emperor"@en .

<http://lexvo.org/id/char/7ADD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%AB%9D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%ACng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%ACng%20b%C3%A0ng>,
        <http://lexvo.org/id/term/kor/%E7%AB%9D>,
        <http://lexvo.org/id/term/kor/PYENG%20PAN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bing6>,
        <http://lexvo.org/id/term/yue/%E7%AB%9D>,
        "竝"^^xsd:string ;
    rdfs:comment "to combine, annex; also, what's more"@en .

<http://lexvo.org/id/char/7ADE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%AB%9E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%ACng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ging3>,
        <http://lexvo.org/id/term/yue/%E7%AB%9E>,
        "竞"^^xsd:string ;
    rdfs:comment "contend, vie, compete"@en .

<http://lexvo.org/id/char/7ADF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%AB%9F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%ACng>,
        <http://lexvo.org/id/term/kor/%E7%AB%9F>,
        <http://lexvo.org/id/term/kor/KYENG>,
        <http://lexvo.org/id/term/vie/c%C3%A1nh>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ging2>,
        <http://lexvo.org/id/term/yue/%E7%AB%9F>,
        "竟"^^xsd:string ;
    rdfs:comment "finally, after all, at last"@en .

<http://lexvo.org/id/char/7AE0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%AB%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C4%81ng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C4%81ng%20zh%C3%A0ng>,
        <http://lexvo.org/id/term/kor/%E7%AB%A0>,
        <http://lexvo.org/id/term/kor/CANG>,
        <http://lexvo.org/id/term/vie/ch%C6%B0%C6%A1ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zoeng1>,
        <http://lexvo.org/id/term/yue/%E7%AB%A0>,
        "章"^^xsd:string ;
    rdfs:comment "composition; chapter, section"@en .

<http://lexvo.org/id/char/7AE1> a lvont:Character ;
    lvont:represents "竡"^^xsd:string ;
    rdfs:comment "hectoliter"@en .

<http://lexvo.org/id/char/7AE2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%AB%A2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C3%AC>,
        <http://lexvo.org/id/term/kor/%E7%AB%A2>,
        <http://lexvo.org/id/term/kor/SA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zi6>,
        <http://lexvo.org/id/term/yue/%E7%AB%A2>,
        "竢"^^xsd:string ;
    rdfs:comment "wait for, wait until, as soon as"@en .

<http://lexvo.org/id/char/7AE3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%AB%A3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%B9n>,
        <http://lexvo.org/id/term/kor/%E7%AB%A3>,
        <http://lexvo.org/id/term/kor/CWUN%20CEN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zeon3>,
        <http://lexvo.org/id/term/yue/%E7%AB%A3>,
        "竣"^^xsd:string ;
    rdfs:comment "terminate, end, finish; quit"@en .

<http://lexvo.org/id/char/7AE4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%AB%A4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%B3ng>,
        "竤"^^xsd:string .

<http://lexvo.org/id/char/7AE5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%AB%A5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%B3ng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%B3ng%20zh%C5%8Dng>,
        <http://lexvo.org/id/term/kor/%E7%AB%A5>,
        <http://lexvo.org/id/term/kor/TONG>,
        <http://lexvo.org/id/term/vie/%C4%91%E1%BB%93ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tung4>,
        <http://lexvo.org/id/term/yue/%E7%AB%A5>,
        "童"^^xsd:string ;
    rdfs:comment "child, boy, servant boy; virgin"@en .

<http://lexvo.org/id/char/7AE6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%AB%A6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C7%92ng>,
        <http://lexvo.org/id/term/kor/%E7%AB%A6>,
        <http://lexvo.org/id/term/kor/SONG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sung2>,
        <http://lexvo.org/id/term/yue/%E7%AB%A6>,
        "竦"^^xsd:string ;
    rdfs:comment "revere, respect, be in awe of"@en .

<http://lexvo.org/id/char/7AE7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%AB%A7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%ACng>,
        "竧"^^xsd:string .

<http://lexvo.org/id/char/7AE8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%AB%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/di%C3%A0o>,
        "竨"^^xsd:string .

<http://lexvo.org/id/char/7AE9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%AB%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%AC>,
        "竩"^^xsd:string .

<http://lexvo.org/id/char/7AEA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%AB%AA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%B9>,
        <http://lexvo.org/id/term/kor/%E7%AB%AA>,
        <http://lexvo.org/id/term/kor/SWU>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/syu6>,
        <http://lexvo.org/id/term/yue/%E7%AB%AA>,
        "竪"^^xsd:string ;
    rdfs:comment "perpendicular, vertical; erect"@en .

<http://lexvo.org/id/char/7AEB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%AB%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%ACng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zing6>,
        <http://lexvo.org/id/term/yue/%E7%AB%AB>,
        "竫"^^xsd:string .

<http://lexvo.org/id/char/7AEC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%AB%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C7%94>,
        "竬"^^xsd:string .

<http://lexvo.org/id/char/7AED> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%AB%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%A9>,
        <http://lexvo.org/id/term/kor/%E7%AB%AD>,
        <http://lexvo.org/id/term/kor/KAL%20KEL>,
        <http://lexvo.org/id/term/vie/ki%E1%BB%87t>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/git3%20kit3>,
        <http://lexvo.org/id/term/yue/%E7%AB%AD>,
        "竭"^^xsd:string ;
    rdfs:comment "put forth great effort; exhaust"@en .

<http://lexvo.org/id/char/7AEE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%AB%AE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%ADng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ping4>,
        <http://lexvo.org/id/term/yue/%E7%AB%AE>,
        "竮"^^xsd:string .

<http://lexvo.org/id/char/7AEF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%AB%AF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/du%C4%81n>,
        <http://lexvo.org/id/term/kor/%E7%AB%AF>,
        <http://lexvo.org/id/term/kor/TAN>,
        <http://lexvo.org/id/term/vie/%C4%91oan>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dyun1>,
        <http://lexvo.org/id/term/yue/%E7%AB%AF>,
        "端"^^xsd:string ;
    rdfs:comment "end, extreme; head; beginning"@en .

<http://lexvo.org/id/char/7AF0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%AB%B0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%A1o>,
        "竰"^^xsd:string ;
    rdfs:comment "centiliter"@en .

<http://lexvo.org/id/char/7AF1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%AB%B1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zhu%C7%8En>,
        "竱"^^xsd:string .

<http://lexvo.org/id/char/7AF2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%AB%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C3%A9ng>,
        "竲"^^xsd:string .

<http://lexvo.org/id/char/7AF3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%AB%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C4%93ng>,
        "竳"^^xsd:string .

<http://lexvo.org/id/char/7AF4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%AB%B4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/cu%C4%AB>,
        "竴"^^xsd:string .

<http://lexvo.org/id/char/7AF5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%AB%B5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C4%81i>,
        "竵"^^xsd:string .

<http://lexvo.org/id/char/7AF6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%AB%B6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%ACng>,
        <http://lexvo.org/id/term/kor/%E7%AB%B6>,
        <http://lexvo.org/id/term/kor/KYENG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ging3%20ging6>,
        <http://lexvo.org/id/term/yue/%E7%AB%B6>,
        "競"^^xsd:string ;
    rdfs:comment "contend, vie, compete"@en .

<http://lexvo.org/id/char/7AF7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%AB%B7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C3%A0n>,
        "竷"^^xsd:string .

<http://lexvo.org/id/char/7AF8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%AB%B8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%ACng>,
        <http://lexvo.org/id/term/kor/%E7%AB%B8>,
        <http://lexvo.org/id/term/kor/KYENG>,
        "竸"^^xsd:string ;
    rdfs:comment "contend, vie, compete"@en .

<http://lexvo.org/id/char/7AFA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%AB%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%BA%20d%C7%94>,
        <http://lexvo.org/id/term/kor/%E7%AB%BA>,
        <http://lexvo.org/id/term/kor/CHWUK%20TOK>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zuk1>,
        <http://lexvo.org/id/term/yue/%E7%AB%BA>,
        "竺"^^xsd:string ;
    rdfs:comment "India; bamboo; surname"@en .

<http://lexvo.org/id/char/7AFB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%AB%BB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%A8>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lak1%20lak6>,
        <http://lexvo.org/id/term/yue/%E7%AB%BB>,
        "竻"^^xsd:string .

<http://lexvo.org/id/char/7AFC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%AB%BC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%A9ng>,
        "竼"^^xsd:string ;
    rdfs:comment "bamboo cover for boat"@en .

<http://lexvo.org/id/char/7AFD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%AB%BD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%BA>,
        <http://lexvo.org/id/term/kor/%E7%AB%BD>,
        <http://lexvo.org/id/term/kor/WU>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jyu1%20jyu4>,
        <http://lexvo.org/id/term/yue/%E7%AB%BD>,
        "竽"^^xsd:string ;
    rdfs:comment "ancient woodwind instrument"@en .

<http://lexvo.org/id/char/7AFE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%AB%BE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%AD>,
        "竾"^^xsd:string ;
    rdfs:comment "flute"@en .

<http://lexvo.org/id/char/7AFF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%AB%BF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C4%81n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C4%81n%20g%C3%A0n%20g%C7%8En>,
        <http://lexvo.org/id/term/kor/%E7%AB%BF>,
        <http://lexvo.org/id/term/kor/KAN>,
        <http://lexvo.org/id/term/vie/c%E1%BA%A7n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gon1>,
        <http://lexvo.org/id/term/yue/%E7%AB%BF>,
        "竿"^^xsd:string ;
    rdfs:comment "bamboo pole; penis"@en .

<http://lexvo.org/id/char/7B00> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%AC%80>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A1ng>,
        <http://lexvo.org/id/term/vie/m%C4%83ng>,
        "笀"^^xsd:string .

<http://lexvo.org/id/char/7B01> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%AC%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%BA>,
        "笁"^^xsd:string .

<http://lexvo.org/id/char/7B02> a lvont:Character ;
    lvont:represents "笂"^^xsd:string .

<http://lexvo.org/id/char/7B03> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%AC%83>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C7%94>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/duk1>,
        <http://lexvo.org/id/term/yue/%E7%AC%83>,
        "笃"^^xsd:string ;
    rdfs:comment "deep, true, sincere, genuine"@en .

<http://lexvo.org/id/char/7B04> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%AC%84>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C4%AB>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gai1>,
        <http://lexvo.org/id/term/yue/%E7%AC%84>,
        "笄"^^xsd:string ;
    rdfs:comment "hairpin; fifteen year old girl"@en .

<http://lexvo.org/id/char/7B05> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%AC%85>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A1o>,
        "笅"^^xsd:string .

<http://lexvo.org/id/char/7B06> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%AC%86>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C4%81>,
        <http://lexvo.org/id/term/kor/%E7%AC%86>,
        <http://lexvo.org/id/term/kor/PHA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/baa1>,
        <http://lexvo.org/id/term/yue/%E7%AC%86>,
        "笆"^^xsd:string ;
    rdfs:comment "bamboo fence"@en .

<http://lexvo.org/id/char/7B07> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%AC%87>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/su%C3%A0n>,
        "笇"^^xsd:string .

<http://lexvo.org/id/char/7B08> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%AC%88>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%AD>,
        <http://lexvo.org/id/term/kor/%E7%AC%88>,
        <http://lexvo.org/id/term/kor/KUP>,
        <http://lexvo.org/id/term/vie/c%E1%BA%B7p>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kap1>,
        <http://lexvo.org/id/term/yue/%E7%AC%88>,
        "笈"^^xsd:string ;
    rdfs:comment "bamboo box used carry books"@en .

<http://lexvo.org/id/char/7B09> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%AC%89>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C4%9Bn>,
        "笉"^^xsd:string .

<http://lexvo.org/id/char/7B0A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%AC%8A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%A0o>,
        <http://lexvo.org/id/term/kor/%E7%AC%8A>,
        <http://lexvo.org/id/term/kor/CO>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zaau3>,
        <http://lexvo.org/id/term/yue/%E7%AC%8A>,
        "笊"^^xsd:string ;
    rdfs:comment "ladle, bamboo skimmer"@en .

<http://lexvo.org/id/char/7B0B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%AC%8B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C7%94n>,
        <http://lexvo.org/id/term/kor/%E7%AC%8B>,
        <http://lexvo.org/id/term/kor/SWUN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/seon2>,
        <http://lexvo.org/id/term/yue/%E7%AC%8B>,
        "笋"^^xsd:string ;
    rdfs:comment "bamboo shoots"@en .

<http://lexvo.org/id/char/7B0C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%AC%8C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A1>,
        <http://lexvo.org/id/term/kor/%E7%AC%8C>,
        <http://lexvo.org/id/term/kor/A>,
        "笌"^^xsd:string .

<http://lexvo.org/id/char/7B0D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%AC%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zhu%C3%AC>,
        "笍"^^xsd:string .

<http://lexvo.org/id/char/7B0E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%AC%8E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/yu%C3%A1n>,
        "笎"^^xsd:string .

<http://lexvo.org/id/char/7B0F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%AC%8F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%B9%20w%C4%9Bn%20w%C3%B9>,
        <http://lexvo.org/id/term/kor/%E7%AC%8F>,
        <http://lexvo.org/id/term/kor/HOL>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fat1>,
        <http://lexvo.org/id/term/yue/%E7%AC%8F>,
        "笏"^^xsd:string ;
    rdfs:comment "tablet held by someone having authority"@en .

<http://lexvo.org/id/char/7B10> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%AC%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C4%81ng%20h%C3%A0ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hong4>,
        <http://lexvo.org/id/term/yue/%E7%AC%90>,
        "笐"^^xsd:string ;
    rdfs:comment "bamboos placed across wooden frames on which grain may be stored in damp climates"@en .

<http://lexvo.org/id/char/7B11> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%AC%91>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A0o>,
        <http://lexvo.org/id/term/kor/%E7%AC%91>,
        <http://lexvo.org/id/term/kor/SO>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/siu3>,
        <http://lexvo.org/id/term/yue/%E7%AC%91>,
        "笑"^^xsd:string ;
    rdfs:comment "smile, laugh, giggle; snicker"@en .

<http://lexvo.org/id/char/7B12> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%AC%92>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C3%A9n>,
        <http://lexvo.org/id/term/kor/%E7%AC%92>,
        <http://lexvo.org/id/term/kor/KUM>,
        "笒"^^xsd:string .

<http://lexvo.org/id/char/7B13> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%AC%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bei6%20pai4%20pei4>,
        <http://lexvo.org/id/term/yue/%E7%AC%93>,
        "笓"^^xsd:string ;
    rdfs:comment "to comb; a fine-toothed comb"@en .

<http://lexvo.org/id/char/7B14> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%AC%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C7%90>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bat1>,
        <http://lexvo.org/id/term/yue/%E7%AC%94>,
        "笔"^^xsd:string ;
    rdfs:comment "writing brush; write; stroke"@en .

<http://lexvo.org/id/char/7B15> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%AC%95>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C7%8En>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gan2>,
        <http://lexvo.org/id/term/yue/%E7%AC%95>,
        "笕"^^xsd:string ;
    rdfs:comment "bamboo water pipe"@en .

<http://lexvo.org/id/char/7B16> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%AC%96>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%90>,
        "笖"^^xsd:string .

<http://lexvo.org/id/char/7B17> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%AC%97>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C5%8Dng>,
        "笗"^^xsd:string .

<http://lexvo.org/id/char/7B18> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%AC%98>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C4%81n>,
        <http://lexvo.org/id/term/kor/%E7%AC%98>,
        <http://lexvo.org/id/term/kor/CEM>,
        <http://lexvo.org/id/term/vie/%C4%91%E1%BB%93n%20ch%C3%B2m>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sim1>,
        <http://lexvo.org/id/term/yue/%E7%AC%98>,
        "笘"^^xsd:string .

<http://lexvo.org/id/char/7B19> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%AC%99>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C4%93ng>,
        <http://lexvo.org/id/term/kor/%E7%AC%99>,
        <http://lexvo.org/id/term/kor/SAYNG>,
        <http://lexvo.org/id/term/vie/d%E1%BA%A5m%20s%C3%AAnh>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/saang1%20sang1>,
        <http://lexvo.org/id/term/yue/%E7%AC%99>,
        "笙"^^xsd:string ;
    rdfs:comment "small gourd-shaped musical instrument"@en .

<http://lexvo.org/id/char/7B1A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%AC%9A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A1>,
        "笚"^^xsd:string .

<http://lexvo.org/id/char/7B1B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%AC%9B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%AD>,
        <http://lexvo.org/id/term/kor/%E7%AC%9B>,
        <http://lexvo.org/id/term/kor/CEK>,
        <http://lexvo.org/id/term/vie/%C4%91%E1%BB%8Bch>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dek6>,
        <http://lexvo.org/id/term/yue/%E7%AC%9B>,
        "笛"^^xsd:string ;
    rdfs:comment "bamboo flute; whistle"@en .

<http://lexvo.org/id/char/7B1C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%AC%9C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%BA>,
        "笜"^^xsd:string .

<http://lexvo.org/id/char/7B1D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%AC%9D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C3%A0>,
        "笝"^^xsd:string .

<http://lexvo.org/id/char/7B1E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%AC%9E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C4%AB>,
        <http://lexvo.org/id/term/kor/%E7%AC%9E>,
        <http://lexvo.org/id/term/kor/THAY>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ci1>,
        <http://lexvo.org/id/term/yue/%E7%AC%9E>,
        "笞"^^xsd:string ;
    rdfs:comment "bamboo rod used for beatings"@en .

<http://lexvo.org/id/char/7B1F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%AC%9F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C5%AB>,
        "笟"^^xsd:string .

<http://lexvo.org/id/char/7B20> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%AC%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%AC>,
        <http://lexvo.org/id/term/kor/%E7%AC%A0>,
        <http://lexvo.org/id/term/kor/LIP>,
        <http://lexvo.org/id/term/vie/l%E1%BB%A3p>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lap1>,
        <http://lexvo.org/id/term/yue/%E7%AC%A0>,
        "笠"^^xsd:string ;
    rdfs:comment "bamboo hat; bamboo covering"@en .

<http://lexvo.org/id/char/7B21> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%AC%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C3%A8>,
        "笡"^^xsd:string .

<http://lexvo.org/id/char/7B22> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%AC%A2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C7%90n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/man4%20man5>,
        <http://lexvo.org/id/term/yue/%E7%AC%A2>,
        "笢"^^xsd:string .

<http://lexvo.org/id/char/7B23> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%AC%A3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C4%81o>,
        <http://lexvo.org/id/term/vie/v%E1%BA%A7u>,
        "笣"^^xsd:string .

<http://lexvo.org/id/char/7B24> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%AC%A4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ti%C3%A1o>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ti%C3%A1o%20sh%C3%A0o>,
        <http://lexvo.org/id/term/vie/gi%E1%BA%ADu>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tiu4>,
        <http://lexvo.org/id/term/yue/%E7%AC%A4>,
        "笤"^^xsd:string ;
    rdfs:comment "a broom, a besom"@en .

<http://lexvo.org/id/char/7B25> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%AC%A5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C3%AC>,
        <http://lexvo.org/id/term/kor/%E7%AC%A5>,
        <http://lexvo.org/id/term/kor/SA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zi6>,
        <http://lexvo.org/id/term/yue/%E7%AC%A5>,
        "笥"^^xsd:string ;
    rdfs:comment "a hamper, wicker basket"@en .

<http://lexvo.org/id/char/7B26> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%AC%A6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%BA>,
        <http://lexvo.org/id/term/kor/%E7%AC%A6>,
        <http://lexvo.org/id/term/kor/PWU>,
        <http://lexvo.org/id/term/vie/b%C3%B9a>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fu4>,
        <http://lexvo.org/id/term/yue/%E7%AC%A6>,
        "符"^^xsd:string ;
    rdfs:comment "i.d. tag, tally, symbol, charm"@en .

<http://lexvo.org/id/char/7B27> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%AC%A7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C3%A8>,
        <http://lexvo.org/id/term/kor/%E7%AC%A7>,
        <http://lexvo.org/id/term/kor/CHAYK>,
        "笧"^^xsd:string ;
    rdfs:comment "to entwine around; check (a current) with a weir"@en .

<http://lexvo.org/id/char/7B28> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%AC%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%A8n>,
        <http://lexvo.org/id/term/kor/%E7%AC%A8>,
        <http://lexvo.org/id/term/kor/PWUN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ban6>,
        <http://lexvo.org/id/term/yue/%E7%AC%A8>,
        "笨"^^xsd:string ;
    rdfs:comment "foolish, stupid, dull; awkward"@en .

<http://lexvo.org/id/char/7B29> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%AC%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%A8i>,
        "笩"^^xsd:string .

<http://lexvo.org/id/char/7B2A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%AC%AA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%A1>,
        <http://lexvo.org/id/term/kor/%E7%AC%AA>,
        <http://lexvo.org/id/term/kor/TAL%20TAN>,
        <http://lexvo.org/id/term/vie/%C4%91%C3%A1c>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/daat3>,
        <http://lexvo.org/id/term/yue/%E7%AC%AA>,
        "笪"^^xsd:string ;
    rdfs:comment "a coarse mat of rushes or bamboo"@en .

<http://lexvo.org/id/char/7B2B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%AC%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C7%90>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dai6%20zi2>,
        <http://lexvo.org/id/term/yue/%E7%AC%AB>,
        "笫"^^xsd:string ;
    rdfs:comment "bed boards, sleeping mat"@en .

<http://lexvo.org/id/char/7B2C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%AC%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%AC>,
        <http://lexvo.org/id/term/kor/%E7%AC%AC>,
        <http://lexvo.org/id/term/kor/CEY>,
        <http://lexvo.org/id/term/vie/n%E1%BB%93ng%20%C4%91%E1%BB%87>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dai6>,
        <http://lexvo.org/id/term/yue/%E7%AC%AC>,
        "第"^^xsd:string ;
    rdfs:comment "sequence, number; grade, degree"@en .

<http://lexvo.org/id/char/7B2D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%AC%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%ADng>,
        <http://lexvo.org/id/term/kor/%E7%AC%AD>,
        <http://lexvo.org/id/term/kor/LYENG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ling4%20ling6>,
        <http://lexvo.org/id/term/yue/%E7%AC%AD>,
        "笭"^^xsd:string ;
    rdfs:comment "bamboo screen"@en .

<http://lexvo.org/id/char/7B2E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%AC%AE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C3%A9%201550.070%3Azu%C3%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C3%A9%20zu%C3%B3%20zh%C3%A0>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zaak3%20zaak6%20zok6>,
        <http://lexvo.org/id/term/yue/%E7%AC%AE>,
        "笮"^^xsd:string ;
    rdfs:comment "boards which support tiles on roof"@en .

<http://lexvo.org/id/char/7B2F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%AC%AF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C3%BA>,
        <http://lexvo.org/id/term/kor/%E7%AC%AF>,
        <http://lexvo.org/id/term/kor/NO>,
        <http://lexvo.org/id/term/vie/n%C3%B2>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/nou4>,
        <http://lexvo.org/id/term/yue/%E7%AC%AF>,
        "笯"^^xsd:string ;
    rdfs:comment "a bird-cage"@en .

<http://lexvo.org/id/char/7B30> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%AC%B0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%BA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fat1>,
        <http://lexvo.org/id/term/yue/%E7%AC%B0>,
        "笰"^^xsd:string ;
    rdfs:comment "curtain"@en .

<http://lexvo.org/id/char/7B31> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%AC%B1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C7%92u>,
        <http://lexvo.org/id/term/vie/c%C3%A0u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gau2>,
        <http://lexvo.org/id/term/yue/%E7%AC%B1>,
        "笱"^^xsd:string ;
    rdfs:comment "a basket trap for fish, placed in the opening of a weir"@en .

<http://lexvo.org/id/char/7B32> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%AC%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%A1n%20f%C4%81n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/faan4>,
        <http://lexvo.org/id/term/yue/%E7%AC%B2>,
        "笲"^^xsd:string ;
    rdfs:comment "basket"@en .

<http://lexvo.org/id/char/7B33> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%AC%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C4%81>,
        <http://lexvo.org/id/term/kor/%E7%AC%B3>,
        <http://lexvo.org/id/term/kor/KA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gaa1>,
        <http://lexvo.org/id/term/yue/%E7%AC%B3>,
        "笳"^^xsd:string ;
    rdfs:comment "a reed leaf whistle"@en .

<http://lexvo.org/id/char/7B34> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%AC%B4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C4%9B%20g%C7%8Eo>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C7%8En>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/go2>,
        <http://lexvo.org/id/term/yue/%E7%AC%B4>,
        "笴"^^xsd:string ;
    rdfs:comment "an arrow shaft"@en .

<http://lexvo.org/id/char/7B35> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%AC%B5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E7%AC%B5>,
        <http://lexvo.org/id/term/kor/PEM>,
        <http://lexvo.org/id/term/vie/ph%E1%BA%A1m>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/faan6>,
        <http://lexvo.org/id/term/yue/%E7%AC%B5>,
        "笵"^^xsd:string ;
    rdfs:comment "a bamboo form; a model"@en .

<http://lexvo.org/id/char/7B36> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%AC%B6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C7%90>,
        "笶"^^xsd:string .

<http://lexvo.org/id/char/7B37> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%AC%B7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C7%8Eo>,
        "笷"^^xsd:string .

<http://lexvo.org/id/char/7B38> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%AC%B8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C7%92>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/po2>,
        <http://lexvo.org/id/term/yue/%E7%AC%B8>,
        "笸"^^xsd:string ;
    rdfs:comment "flat basket for grain"@en .

<http://lexvo.org/id/char/7B39> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/kor/%E7%AC%B9>,
        <http://lexvo.org/id/term/kor/SEY>,
        "笹"^^xsd:string ;
    rdfs:comment "small bamboo"@en .

<http://lexvo.org/id/char/7B3A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%AC%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C4%81n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zin1>,
        <http://lexvo.org/id/term/yue/%E7%AC%BA>,
        "笺"^^xsd:string ;
    rdfs:comment "note, memo; stationery; comments"@en .

<http://lexvo.org/id/char/7B3B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%AC%BB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C3%B3ng>,
        <http://lexvo.org/id/term/kor/%E7%AC%BB>,
        <http://lexvo.org/id/term/kor/KONG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kung1%20kung4>,
        <http://lexvo.org/id/term/yue/%E7%AC%BB>,
        "笻"^^xsd:string .

<http://lexvo.org/id/char/7B3C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%AC%BC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%B3ng%200733.020%3Al%C7%92ng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%B3ng%20l%C7%92ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lung4%20lung5>,
        <http://lexvo.org/id/term/yue/%E7%AC%BC>,
        "笼"^^xsd:string ;
    rdfs:comment "cage; cage-like basket"@en .

<http://lexvo.org/id/char/7B3D> a lvont:Character ;
    lvont:represents "笽"^^xsd:string .

<http://lexvo.org/id/char/7B3E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%AC%BE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/bi%C4%81n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bin1>,
        <http://lexvo.org/id/term/yue/%E7%AC%BE>,
        "笾"^^xsd:string ;
    rdfs:comment "bamboo container for food"@en .

<http://lexvo.org/id/char/7B3F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%AC%BF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/lu%C3%B2>,
        "笿"^^xsd:string .

<http://lexvo.org/id/char/7B40> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%AD%80>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/gu%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gai3>,
        <http://lexvo.org/id/term/yue/%E7%AD%80>,
        "筀"^^xsd:string .

<http://lexvo.org/id/char/7B41> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%AD%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C7%94>,
        "筁"^^xsd:string ;
    rdfs:comment "a bamboo frame on which silkworms spin their cocoons"@en .

<http://lexvo.org/id/char/7B42> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%AD%82>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%AD>,
        "筂"^^xsd:string .

<http://lexvo.org/id/char/7B43> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%AD%83>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C4%ABn>,
        "筃"^^xsd:string .

<http://lexvo.org/id/char/7B44> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%AD%84>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A0o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jiu6>,
        <http://lexvo.org/id/term/yue/%E7%AD%84>,
        "筄"^^xsd:string .

<http://lexvo.org/id/char/7B45> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%AD%85>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C7%8En>,
        <http://lexvo.org/id/term/kor/%E7%AD%85>,
        <http://lexvo.org/id/term/kor/SEN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sin2>,
        <http://lexvo.org/id/term/yue/%E7%AD%85>,
        "筅"^^xsd:string ;
    rdfs:comment "bamboo brush; halberd"@en .

<http://lexvo.org/id/char/7B46> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%AD%86>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C7%90>,
        <http://lexvo.org/id/term/kor/%E7%AD%86>,
        <http://lexvo.org/id/term/kor/PHIL>,
        <http://lexvo.org/id/term/vie/b%C3%BAt>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bat1>,
        <http://lexvo.org/id/term/yue/%E7%AD%86>,
        "筆"^^xsd:string ;
    rdfs:comment "writing brush; write; stroke"@en .

<http://lexvo.org/id/char/7B47> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%AD%87>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C3%B3ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kung4>,
        <http://lexvo.org/id/term/yue/%E7%AD%87>,
        "筇"^^xsd:string ;
    rdfs:comment "bamboo name; bamboo staff"@en .

<http://lexvo.org/id/char/7B48> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%AD%88>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/gu%C4%81%20ku%C3%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ku%C3%B2>,
        <http://lexvo.org/id/term/kor/%E7%AD%88>,
        <http://lexvo.org/id/term/kor/KWAL>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kut3>,
        <http://lexvo.org/id/term/yue/%E7%AD%88>,
        "筈"^^xsd:string ;
    rdfs:comment "arrow end"@en .

<http://lexvo.org/id/char/7B49> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%AD%89>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C4%9Bng>,
        <http://lexvo.org/id/term/kor/%E7%AD%89>,
        <http://lexvo.org/id/term/kor/TUNG>,
        <http://lexvo.org/id/term/vie/%C4%91%E1%BA%B3ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dang2>,
        <http://lexvo.org/id/term/yue/%E7%AD%89>,
        "等"^^xsd:string ;
    rdfs:comment "rank, grade; wait; equal; 'etc.'"@en .

<http://lexvo.org/id/char/7B4A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%AD%8A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C7%8Eo>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A1o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gaau2>,
        <http://lexvo.org/id/term/yue/%E7%AD%8A>,
        "筊"^^xsd:string ;
    rdfs:comment "bamboo rope; bamboo object used"@en .

<http://lexvo.org/id/char/7B4B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%AD%8B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C4%ABn>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C4%ABn%20qi%C3%A1n>,
        <http://lexvo.org/id/term/kor/%E7%AD%8B>,
        <http://lexvo.org/id/term/kor/KUN>,
        <http://lexvo.org/id/term/vie/g%C3%A2n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gan1>,
        <http://lexvo.org/id/term/yue/%E7%AD%8B>,
        "筋"^^xsd:string ;
    rdfs:comment "muscles; tendons"@en .

<http://lexvo.org/id/char/7B4C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%AD%8C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qu%C3%A1n>,
        <http://lexvo.org/id/term/kor/%E7%AD%8C>,
        <http://lexvo.org/id/term/kor/CEN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cyun4>,
        <http://lexvo.org/id/term/yue/%E7%AD%8C>,
        "筌"^^xsd:string ;
    rdfs:comment "bamboo fish trap"@en .

<http://lexvo.org/id/char/7B4D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%AD%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C7%94n>,
        <http://lexvo.org/id/term/kor/%E7%AD%8D>,
        <http://lexvo.org/id/term/kor/SWUN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/seon2>,
        <http://lexvo.org/id/term/yue/%E7%AD%8D>,
        "筍"^^xsd:string ;
    rdfs:comment "bamboo shoot; joint; tendon"@en .

<http://lexvo.org/id/char/7B4E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%AD%8E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/r%C3%BA>,
        "筎"^^xsd:string .

<http://lexvo.org/id/char/7B4F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%AD%8F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%A1>,
        <http://lexvo.org/id/term/kor/%E7%AD%8F>,
        <http://lexvo.org/id/term/kor/PEL>,
        <http://lexvo.org/id/term/vie/ph%E1%BA%B9t>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fat6>,
        <http://lexvo.org/id/term/yue/%E7%AD%8F>,
        "筏"^^xsd:string ;
    rdfs:comment "raft"@en .

<http://lexvo.org/id/char/7B50> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%AD%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ku%C4%81ng>,
        <http://lexvo.org/id/term/kor/%E7%AD%90>,
        <http://lexvo.org/id/term/kor/KWANG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hong1%20kwaang1%20kwaang2>,
        <http://lexvo.org/id/term/yue/%E7%AD%90>,
        "筐"^^xsd:string ;
    rdfs:comment "bamboo basket or chest"@en .

<http://lexvo.org/id/char/7B51> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%AD%91>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%BA%201515.050%3Azh%C3%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%BA%20zh%C3%B9>,
        <http://lexvo.org/id/term/kor/%E7%AD%91>,
        <http://lexvo.org/id/term/kor/CHWUK>,
        <http://lexvo.org/id/term/vie/tr%C3%BAc>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zuk1>,
        <http://lexvo.org/id/term/yue/%E7%AD%91>,
        "筑"^^xsd:string ;
    rdfs:comment "ancient lute; build"@en .

<http://lexvo.org/id/char/7B52> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%AD%92>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C7%92ng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C7%92ng%20t%C3%B3ng%20d%C3%B2ng>,
        <http://lexvo.org/id/term/kor/%E7%AD%92>,
        <http://lexvo.org/id/term/kor/THONG>,
        <http://lexvo.org/id/term/vie/%C4%91%E1%BB%93ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tung2%20tung4>,
        <http://lexvo.org/id/term/yue/%E7%AD%92>,
        "筒"^^xsd:string ;
    rdfs:comment "thick piece of bamboo; pipe"@en .

<http://lexvo.org/id/char/7B53> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%AD%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C4%AB>,
        <http://lexvo.org/id/term/kor/%E7%AD%93>,
        <http://lexvo.org/id/term/kor/KYEY>,
        <http://lexvo.org/id/term/vie/k%C3%AA>,
        "筓"^^xsd:string ;
    rdfs:comment "a hairpin on which the hair is bound at the back of the head. 15 of age"@en .

<http://lexvo.org/id/char/7B54> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%AD%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%A1%20d%C4%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C4%81%200189.150%3Ad%C3%A1>,
        <http://lexvo.org/id/term/kor/%E7%AD%94>,
        <http://lexvo.org/id/term/kor/TAP>,
        <http://lexvo.org/id/term/vie/%C4%91%C3%A1p>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/daap3>,
        <http://lexvo.org/id/term/yue/%E7%AD%94>,
        "答"^^xsd:string ;
    rdfs:comment "answer, reply; return; assent to"@en .

<http://lexvo.org/id/char/7B55> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%AD%95>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C3%ADng%20h%C3%A1ng>,
        "筕"^^xsd:string .

<http://lexvo.org/id/char/7B56> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%AD%96>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C3%A8>,
        <http://lexvo.org/id/term/kor/%E7%AD%96>,
        <http://lexvo.org/id/term/kor/CHAYK>,
        <http://lexvo.org/id/term/vie/s%C3%A1ch>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/caak3>,
        <http://lexvo.org/id/term/yue/%E7%AD%96>,
        "策"^^xsd:string ;
    rdfs:comment "scheme, plan; to whip; urge"@en .

<http://lexvo.org/id/char/7B57> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%AD%97>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%B2ng>,
        "筗"^^xsd:string .

<http://lexvo.org/id/char/7B58> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%AD%98>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C3%B2u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kau3>,
        <http://lexvo.org/id/term/yue/%E7%AD%98>,
        "筘"^^xsd:string .

<http://lexvo.org/id/char/7B59> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%AD%99>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%A1i>,
        "筙"^^xsd:string .

<http://lexvo.org/id/char/7B5A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%AD%9A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bat1>,
        <http://lexvo.org/id/term/yue/%E7%AD%9A>,
        "筚"^^xsd:string ;
    rdfs:comment "wicker, bamboo"@en .

<http://lexvo.org/id/char/7B5B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%AD%9B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C4%81i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sai1>,
        <http://lexvo.org/id/term/yue/%E7%AD%9B>,
        "筛"^^xsd:string ;
    rdfs:comment "sieve, filter, screen; sift"@en .

<http://lexvo.org/id/char/7B5C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%AD%9C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C4%81ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dong1>,
        <http://lexvo.org/id/term/yue/%E7%AD%9C>,
        "筜"^^xsd:string ;
    rdfs:comment "tall bamboo"@en .

<http://lexvo.org/id/char/7B5D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%AD%9D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C4%93ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zaang1%20zang1>,
        <http://lexvo.org/id/term/yue/%E7%AD%9D>,
        "筝"^^xsd:string ;
    rdfs:comment "stringed musical instrument; kite"@en .

<http://lexvo.org/id/char/7B5E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%AD%9E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C3%A8>,
        "筞"^^xsd:string .

<http://lexvo.org/id/char/7B5F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%AD%9F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C5%AB>,
        <http://lexvo.org/id/term/kor/%E7%AD%9F>,
        <http://lexvo.org/id/term/kor/PWU>,
        "筟"^^xsd:string .

<http://lexvo.org/id/char/7B60> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%AD%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C5%ABn%201432.140%3Ay%C3%BAn>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%BAn%20j%C5%ABn>,
        <http://lexvo.org/id/term/kor/%E7%AD%A0>,
        <http://lexvo.org/id/term/kor/KYUN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gwan1%20wan4>,
        <http://lexvo.org/id/term/yue/%E7%AD%A0>,
        "筠"^^xsd:string ;
    rdfs:comment "bamboo skin; bamboo"@en .

<http://lexvo.org/id/char/7B61> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%AD%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%BA>,
        "筡"^^xsd:string .

<http://lexvo.org/id/char/7B62> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%AD%A2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%A1>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/paa4>,
        <http://lexvo.org/id/term/yue/%E7%AD%A2>,
        "筢"^^xsd:string ;
    rdfs:comment "rake"@en .

<http://lexvo.org/id/char/7B63> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%AD%A3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lei4>,
        <http://lexvo.org/id/term/yue/%E7%AD%A3>,
        "筣"^^xsd:string .

<http://lexvo.org/id/char/7B64> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%AD%A4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%A1ng>,
        <http://lexvo.org/id/term/vie/l%E1%BA%B5ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/long4>,
        <http://lexvo.org/id/term/yue/%E7%AD%A4>,
        "筤"^^xsd:string ;
    rdfs:comment "young bamboo"@en .

<http://lexvo.org/id/char/7B65> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%AD%A5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C7%94>,
        <http://lexvo.org/id/term/kor/%E7%AD%A5>,
        <http://lexvo.org/id/term/kor/KE>,
        <http://lexvo.org/id/term/vie/r%C3%A1>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/geoi2>,
        <http://lexvo.org/id/term/yue/%E7%AD%A5>,
        "筥"^^xsd:string ;
    rdfs:comment "round-shaped bamboo basket for holding rice"@en .

<http://lexvo.org/id/char/7B66> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%AD%A6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/gu%C7%8En>,
        <http://lexvo.org/id/term/kor/%E7%AD%A6>,
        <http://lexvo.org/id/term/kor/KWAN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gun2>,
        <http://lexvo.org/id/term/yue/%E7%AD%A6>,
        "筦"^^xsd:string ;
    rdfs:comment "a key; to be in charge; a pipe"@en .

<http://lexvo.org/id/char/7B67> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%AD%A7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C7%8En%20ji%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E7%AD%A7>,
        <http://lexvo.org/id/term/kor/KYEN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gaan2%20gan2>,
        <http://lexvo.org/id/term/yue/%E7%AD%A7>,
        "筧"^^xsd:string ;
    rdfs:comment "bamboo water pipe"@en .

<http://lexvo.org/id/char/7B68> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%AD%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A1n>,
        "筨"^^xsd:string .

<http://lexvo.org/id/char/7B69> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%AD%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%B3ng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C7%92ng%20y%C7%92ng%20d%C3%B2ng%20t%C3%B3ng>,
        <http://lexvo.org/id/term/kor/%E7%AD%A9>,
        <http://lexvo.org/id/term/kor/THONG>,
        <http://lexvo.org/id/term/vie/th%C3%BAng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tung2%20tung4>,
        <http://lexvo.org/id/term/yue/%E7%AD%A9>,
        "筩"^^xsd:string ;
    rdfs:comment "bamboo pipe; fish hook"@en .

<http://lexvo.org/id/char/7B6A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%AD%AA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A1>,
        "筪"^^xsd:string .

<http://lexvo.org/id/char/7B6B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%AD%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%AC>,
        "筫"^^xsd:string .

<http://lexvo.org/id/char/7B6C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%AD%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%A9ng>,
        <http://lexvo.org/id/term/kor/%E7%AD%AC>,
        <http://lexvo.org/id/term/kor/SENG>,
        "筬"^^xsd:string ;
    rdfs:comment "reed of a loom"@en .

<http://lexvo.org/id/char/7B6D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%AD%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/su%C3%A0n>,
        <http://lexvo.org/id/term/vie/toan>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/syun3>,
        <http://lexvo.org/id/term/yue/%E7%AD%AD>,
        "筭"^^xsd:string ;
    rdfs:comment "an ancient device for working with numbers; count, calculate, figure"@en .

<http://lexvo.org/id/char/7B6E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%AD%AE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%AC>,
        <http://lexvo.org/id/term/kor/%E7%AD%AE>,
        <http://lexvo.org/id/term/kor/SE>,
        <http://lexvo.org/id/term/vie/v%E1%BA%A7u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sai6>,
        <http://lexvo.org/id/term/yue/%E7%AD%AE>,
        "筮"^^xsd:string ;
    rdfs:comment "divination with stalks of plants; divining rod"@en .

<http://lexvo.org/id/char/7B6F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%AD%AF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zyu6>,
        <http://lexvo.org/id/term/yue/%E7%AD%AF>,
        "筯"^^xsd:string ;
    rdfs:comment "chopsticks, tongs"@en .

<http://lexvo.org/id/char/7B70> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%AD%B0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zu%C3%B3>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zok6>,
        <http://lexvo.org/id/term/yue/%E7%AD%B0>,
        "筰"^^xsd:string ;
    rdfs:comment "cable"@en .

<http://lexvo.org/id/char/7B71> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%AD%B1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C7%8Eo>,
        <http://lexvo.org/id/term/kor/%E7%AD%B1>,
        <http://lexvo.org/id/term/kor/SO>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/siu2%20siu6>,
        <http://lexvo.org/id/term/yue/%E7%AD%B1>,
        "筱"^^xsd:string ;
    rdfs:comment "dwarf bamboo; diminutive in person's name"@en .

<http://lexvo.org/id/char/7B72> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%AD%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C4%81o>,
        <http://lexvo.org/id/term/vie/s%C3%A1o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/saau1>,
        <http://lexvo.org/id/term/yue/%E7%AD%B2>,
        "筲"^^xsd:string ;
    rdfs:comment "basket, bucket"@en .

<http://lexvo.org/id/char/7B73> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%AD%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%ADng>,
        <http://lexvo.org/id/term/kor/%E7%AD%B3>,
        <http://lexvo.org/id/term/kor/CENG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jin4%20ting4>,
        <http://lexvo.org/id/term/yue/%E7%AD%B3>,
        "筳"^^xsd:string ;
    rdfs:comment "feast"@en .

<http://lexvo.org/id/char/7B74> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%AD%B4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C3%A8%200110.012%3Aji%C3%A1%200540.011%3Aji%C4%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C3%A8%20ji%C4%81>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/caak3%20gaap3>,
        <http://lexvo.org/id/term/yue/%E7%AD%B4>,
        "筴"^^xsd:string ;
    rdfs:comment "type of grass used in divination; to divine; pincers"@en .

<http://lexvo.org/id/char/7B75> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%AD%B5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A1n>,
        <http://lexvo.org/id/term/kor/%E7%AD%B5>,
        <http://lexvo.org/id/term/kor/YEN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jin4>,
        <http://lexvo.org/id/term/yue/%E7%AD%B5>,
        "筵"^^xsd:string ;
    rdfs:comment "bamboo mat; feast, banquet"@en .

<http://lexvo.org/id/char/7B76> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%AD%B6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C7%8Eo>,
        "筶"^^xsd:string .

<http://lexvo.org/id/char/7B77> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%AD%B7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ku%C3%A0i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/faai3>,
        <http://lexvo.org/id/term/yue/%E7%AD%B7>,
        "筷"^^xsd:string ;
    rdfs:comment "chopsticks"@en .

<http://lexvo.org/id/char/7B78> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%AD%B8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C4%81n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gon2>,
        <http://lexvo.org/id/term/yue/%E7%AD%B8>,
        "筸"^^xsd:string ;
    rdfs:comment "name of a place in Honan"@en .

<http://lexvo.org/id/char/7B79> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%AD%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%B3u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cau4>,
        <http://lexvo.org/id/term/yue/%E7%AD%B9>,
        "筹"^^xsd:string ;
    rdfs:comment "chip, tally, token; raise money"@en .

<http://lexvo.org/id/char/7B7A> a lvont:Character ;
    lvont:represents "筺"^^xsd:string ;
    rdfs:comment "bamboo basket or chest"@en .

<http://lexvo.org/id/char/7B7B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%AD%BB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C3%A0ng>,
        "筻"^^xsd:string ;
    rdfs:comment "place name in Hunan province"@en .

<http://lexvo.org/id/char/7B7C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%AD%BC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%BAn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wan4>,
        <http://lexvo.org/id/term/yue/%E7%AD%BC>,
        "筼"^^xsd:string ;
    rdfs:comment "tall bamboo"@en .

<http://lexvo.org/id/char/7B7D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/kor/%E7%AD%BD>,
        <http://lexvo.org/id/term/kor/O>,
        "筽"^^xsd:string .

<http://lexvo.org/id/char/7B7E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%AD%BE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C4%81n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cim1>,
        <http://lexvo.org/id/term/yue/%E7%AD%BE>,
        "签"^^xsd:string ;
    rdfs:comment "sign, endorse; slip of paper"@en .

<http://lexvo.org/id/char/7B7F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%AD%BF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C7%8Eo>,
        <http://lexvo.org/id/term/kor/%E7%AD%BF>,
        <http://lexvo.org/id/term/kor/SO>,
        "筿"^^xsd:string .

<http://lexvo.org/id/char/7B80> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%AE%80>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C7%8En>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gaan2>,
        <http://lexvo.org/id/term/yue/%E7%AE%80>,
        "简"^^xsd:string ;
    rdfs:comment "simple, terse, succinct, a letter"@en .

<http://lexvo.org/id/char/7B81> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%AE%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%BA>,
        "箁"^^xsd:string .

<http://lexvo.org/id/char/7B82> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%AE%82>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%A1i>,
        "箂"^^xsd:string .

<http://lexvo.org/id/char/7B83> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%AE%83>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C5%8Du>,
        "箃"^^xsd:string .

<http://lexvo.org/id/char/7B84> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%AE%84>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%AC%20b%C4%93i%20p%C3%A1i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bei6%20paai4>,
        <http://lexvo.org/id/term/yue/%E7%AE%84>,
        "箄"^^xsd:string .

<http://lexvo.org/id/char/7B85> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%AE%85>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bai3%20bei2%20bei3>,
        <http://lexvo.org/id/term/yue/%E7%AE%85>,
        "箅"^^xsd:string .

<http://lexvo.org/id/char/7B86> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%AE%86>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%AC>,
        "箆"^^xsd:string ;
    rdfs:comment "fine-toothed comb; comb hair"@en .

<http://lexvo.org/id/char/7B87> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%AE%87>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C3%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C3%A8%20g%C4%9B>,
        <http://lexvo.org/id/term/kor/%E7%AE%87>,
        <http://lexvo.org/id/term/kor/KAY>,
        <http://lexvo.org/id/term/vie/c%C3%A1>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/go3>,
        <http://lexvo.org/id/term/yue/%E7%AE%87>,
        "箇"^^xsd:string ;
    rdfs:comment "numerary adjunct, piece; single"@en .

<http://lexvo.org/id/char/7B88> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%AE%88>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%AD%20d%C3%A0i%20t%C3%A1i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ci4>,
        <http://lexvo.org/id/term/yue/%E7%AE%88>,
        "箈"^^xsd:string .

<http://lexvo.org/id/char/7B89> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%AE%89>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/gu%C7%8Ei>,
        "箉"^^xsd:string .

<http://lexvo.org/id/char/7B8A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%AE%8A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C5%AB>,
        "箊"^^xsd:string .

<http://lexvo.org/id/char/7B8B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%AE%8B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C4%81n>,
        <http://lexvo.org/id/term/kor/%E7%AE%8B>,
        <http://lexvo.org/id/term/kor/CEN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zin1>,
        <http://lexvo.org/id/term/yue/%E7%AE%8B>,
        "箋"^^xsd:string ;
    rdfs:comment "note, memo; stationery; comments"@en .

<http://lexvo.org/id/char/7B8C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%AE%8C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%A0o>,
        "箌"^^xsd:string .

<http://lexvo.org/id/char/7B8D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%AE%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C5%AB>,
        <http://lexvo.org/id/term/kor/%E7%AE%8D>,
        <http://lexvo.org/id/term/kor/KO>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fu1%20ku1>,
        <http://lexvo.org/id/term/yue/%E7%AE%8D>,
        "箍"^^xsd:string ;
    rdfs:comment "hoop; bind, surround"@en .

<http://lexvo.org/id/char/7B8E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%AE%8E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%AD>,
        <http://lexvo.org/id/term/kor/%E7%AE%8E>,
        <http://lexvo.org/id/term/kor/HO>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ci4>,
        <http://lexvo.org/id/term/yue/%E7%AE%8E>,
        "箎"^^xsd:string ;
    rdfs:comment "ancient woodwind instrument"@en .

<http://lexvo.org/id/char/7B8F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%AE%8F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C4%93ng>,
        <http://lexvo.org/id/term/kor/%E7%AE%8F>,
        <http://lexvo.org/id/term/kor/CAYNG>,
        <http://lexvo.org/id/term/vie/tranh>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zaang1%20zang1>,
        <http://lexvo.org/id/term/yue/%E7%AE%8F>,
        "箏"^^xsd:string ;
    rdfs:comment "stringed musical instrument; kite"@en .

<http://lexvo.org/id/char/7B90> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%AE%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C4%ABng%20q%C3%ACng%20qi%C4%81ng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C3%ACng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zing1>,
        <http://lexvo.org/id/term/yue/%E7%AE%90>,
        "箐"^^xsd:string ;
    rdfs:comment "to draw a bamboo bow or crossbow"@en .

<http://lexvo.org/id/char/7B91> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%AE%91>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%A0%20ji%C3%A9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/saap3%20zit6>,
        <http://lexvo.org/id/term/yue/%E7%AE%91>,
        "箑"^^xsd:string ;
    rdfs:comment "fan"@en .

<http://lexvo.org/id/char/7B92> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%AE%92>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C7%92u>,
        <http://lexvo.org/id/term/kor/%E7%AE%92>,
        <http://lexvo.org/id/term/kor/CHWU>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zau2>,
        <http://lexvo.org/id/term/yue/%E7%AE%92>,
        "箒"^^xsd:string ;
    rdfs:comment "broom"@en .

<http://lexvo.org/id/char/7B93> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%AE%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/luk6>,
        <http://lexvo.org/id/term/yue/%E7%AE%93>,
        "箓"^^xsd:string ;
    rdfs:comment "book"@en .

<http://lexvo.org/id/char/7B94> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%AE%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%B3>,
        <http://lexvo.org/id/term/kor/%E7%AE%94>,
        <http://lexvo.org/id/term/kor/PAK>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bok6>,
        <http://lexvo.org/id/term/yue/%E7%AE%94>,
        "箔"^^xsd:string ;
    rdfs:comment "reed screen; frame for growing silkworms"@en .

<http://lexvo.org/id/char/7B95> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%AE%95>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C4%AB>,
        <http://lexvo.org/id/term/kor/%E7%AE%95>,
        <http://lexvo.org/id/term/kor/KI>,
        <http://lexvo.org/id/term/vie/kia>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gei1>,
        <http://lexvo.org/id/term/yue/%E7%AE%95>,
        "箕"^^xsd:string ;
    rdfs:comment "sieve; dust pan, garbage bag"@en .

<http://lexvo.org/id/char/7B96> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%AE%96>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%ADn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/laam4>,
        <http://lexvo.org/id/term/yue/%E7%AE%96>,
        "箖"^^xsd:string .

<http://lexvo.org/id/char/7B97> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%AE%97>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/su%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E7%AE%97>,
        <http://lexvo.org/id/term/kor/SAN>,
        <http://lexvo.org/id/term/vie/to%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/syun3>,
        <http://lexvo.org/id/term/yue/%E7%AE%97>,
        "算"^^xsd:string ;
    rdfs:comment "count, calculate, figure; plan"@en .

<http://lexvo.org/id/char/7B98> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%AE%98>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%B9n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kwan1%20kwan3>,
        <http://lexvo.org/id/term/yue/%E7%AE%98>,
        "箘"^^xsd:string ;
    rdfs:comment "fine bamboo"@en .

<http://lexvo.org/id/char/7B99> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%AE%99>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%BA>,
        <http://lexvo.org/id/term/kor/%E7%AE%99>,
        <http://lexvo.org/id/term/kor/POK>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fuk6>,
        <http://lexvo.org/id/term/yue/%E7%AE%99>,
        "箙"^^xsd:string ;
    rdfs:comment "quiver"@en .

<http://lexvo.org/id/char/7B9A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%AE%9A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%A1%20d%C3%A1>,
        <http://lexvo.org/id/term/kor/%E7%AE%9A>,
        <http://lexvo.org/id/term/kor/CHA>,
        "箚"^^xsd:string ;
    rdfs:comment "brief note; official communique"@en .

<http://lexvo.org/id/char/7B9B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%AE%9B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C5%AB>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gu1>,
        <http://lexvo.org/id/term/yue/%E7%AE%9B>,
        "箛"^^xsd:string ;
    rdfs:comment "bugle"@en .

<http://lexvo.org/id/char/7B9C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%AE%9C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C5%8Dng>,
        <http://lexvo.org/id/term/kor/%E7%AE%9C>,
        <http://lexvo.org/id/term/kor/KONG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hung1>,
        <http://lexvo.org/id/term/yue/%E7%AE%9C>,
        "箜"^^xsd:string ;
    rdfs:comment "ancient string music instrument"@en .

<http://lexvo.org/id/char/7B9D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%AE%9D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C3%A1n>,
        <http://lexvo.org/id/term/kor/%E7%AE%9D>,
        <http://lexvo.org/id/term/kor/KYEM>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kim4>,
        <http://lexvo.org/id/term/yue/%E7%AE%9D>,
        "箝"^^xsd:string ;
    rdfs:comment "tweezers, pliers, tongs, pincers"@en .

<http://lexvo.org/id/char/7B9E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%AE%9E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qu%C4%81n>,
        "箞"^^xsd:string .

<http://lexvo.org/id/char/7B9F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%AE%9F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%B9n>,
        "箟"^^xsd:string .

<http://lexvo.org/id/char/7BA0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%AE%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/chu%C3%AD>,
        <http://lexvo.org/id/term/kor/%E7%AE%A0>,
        <http://lexvo.org/id/term/kor/CHWU>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ceoi4>,
        <http://lexvo.org/id/term/yue/%E7%AE%A0>,
        "箠"^^xsd:string ;
    rdfs:comment "horse whip; flog"@en .

<http://lexvo.org/id/char/7BA1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%AE%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/gu%C7%8En>,
        <http://lexvo.org/id/term/kor/%E7%AE%A1>,
        <http://lexvo.org/id/term/kor/KWAN>,
        <http://lexvo.org/id/term/vie/qu%E1%BA%A3n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gun2>,
        <http://lexvo.org/id/term/yue/%E7%AE%A1>,
        "管"^^xsd:string ;
    rdfs:comment "pipe, tube, duct; woodwind music"@en .

<http://lexvo.org/id/char/7BA2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%AE%A2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/yu%C4%81n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/yu%C4%81n%20w%C7%8En>,
        "箢"^^xsd:string .

<http://lexvo.org/id/char/7BA3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%AE%A3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C3%A8>,
        "箣"^^xsd:string .

<http://lexvo.org/id/char/7BA4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%AE%A4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%BA>,
        <http://lexvo.org/id/term/vie/nh%E1%BB%91t>,
        "箤"^^xsd:string .

<http://lexvo.org/id/char/7BA5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%AE%A5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C7%92>,
        "箥"^^xsd:string .

<http://lexvo.org/id/char/7BA6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%AE%A6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C3%A9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zaak3>,
        <http://lexvo.org/id/term/yue/%E7%AE%A6>,
        "箦"^^xsd:string ;
    rdfs:comment "bed mat; mat"@en .

<http://lexvo.org/id/char/7BA7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%AE%A7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C3%A8>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/haap6>,
        <http://lexvo.org/id/term/yue/%E7%AE%A7>,
        "箧"^^xsd:string ;
    rdfs:comment "rattan box, suitcase, or case"@en .

<http://lexvo.org/id/char/7BA8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%AE%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/tu%C3%B2>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tok3>,
        <http://lexvo.org/id/term/yue/%E7%AE%A8>,
        "箨"^^xsd:string ;
    rdfs:comment "bamboo sheath, bamboo shoots"@en .

<http://lexvo.org/id/char/7BA9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%AE%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/lu%C3%B3>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lo4>,
        <http://lexvo.org/id/term/yue/%E7%AE%A9>,
        "箩"^^xsd:string ;
    rdfs:comment "bamboo basket"@en .

<http://lexvo.org/id/char/7BAA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%AE%AA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C4%81n>,
        <http://lexvo.org/id/term/kor/%E7%AE%AA>,
        <http://lexvo.org/id/term/kor/TAN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/daan1>,
        <http://lexvo.org/id/term/yue/%E7%AE%AA>,
        "箪"^^xsd:string ;
    rdfs:comment "small bamboo basket for holding"@en .

<http://lexvo.org/id/char/7BAB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%AE%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C4%81o>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C4%81o%20xi%C7%8Eo>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/siu1>,
        <http://lexvo.org/id/term/yue/%E7%AE%AB>,
        "箫"^^xsd:string ;
    rdfs:comment "bamboo flute"@en .

<http://lexvo.org/id/char/7BAC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%AE%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ru%C3%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ru%C3%B2%20n%C3%A0>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/joek6>,
        <http://lexvo.org/id/term/yue/%E7%AE%AC>,
        "箬"^^xsd:string ;
    rdfs:comment "the cuticle of the bamboo a broad-leaved bamboo"@en .

<http://lexvo.org/id/char/7BAD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%AE%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E7%AE%AD>,
        <http://lexvo.org/id/term/kor/CEN>,
        <http://lexvo.org/id/term/vie/ti%E1%BB%85n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zin3>,
        <http://lexvo.org/id/term/yue/%E7%AE%AD>,
        "箭"^^xsd:string ;
    rdfs:comment "arrow; type of bamboo"@en .

<http://lexvo.org/id/char/7BAE> a lvont:Character ;
    lvont:represents "箮"^^xsd:string .

<http://lexvo.org/id/char/7BAF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%AE%AF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/bi%C4%81n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bin1>,
        <http://lexvo.org/id/term/yue/%E7%AE%AF>,
        "箯"^^xsd:string ;
    rdfs:comment "bamboo palanquin"@en .

<http://lexvo.org/id/char/7BB0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%AE%B0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C7%94n>,
        "箰"^^xsd:string .

<http://lexvo.org/id/char/7BB1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%AE%B1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C4%81ng>,
        <http://lexvo.org/id/term/kor/%E7%AE%B1>,
        <http://lexvo.org/id/term/kor/SANG>,
        <http://lexvo.org/id/term/vie/r%C6%B0%C6%A1ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/soeng1>,
        <http://lexvo.org/id/term/yue/%E7%AE%B1>,
        "箱"^^xsd:string ;
    rdfs:comment "case, box, chest, trunk"@en .

<http://lexvo.org/id/char/7BB2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%AE%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C7%8En>,
        "箲"^^xsd:string .

<http://lexvo.org/id/char/7BB3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%AE%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%ADng>,
        "箳"^^xsd:string ;
    rdfs:comment "bamboo mat used to protect carriage passengers from dust (vulgar form)"@en .

<http://lexvo.org/id/char/7BB4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%AE%B4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C4%93n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C4%93n%20ji%C7%8En>,
        <http://lexvo.org/id/term/kor/%E7%AE%B4>,
        <http://lexvo.org/id/term/kor/CAM>,
        <http://lexvo.org/id/term/vie/b%C3%BA%20gi%C4%83m>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zam1>,
        <http://lexvo.org/id/term/yue/%E7%AE%B4>,
        "箴"^^xsd:string ;
    rdfs:comment "needle, probe; admon"@en .

<http://lexvo.org/id/char/7BB5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%AE%B5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C4%9Bng%20x%C4%ABng%20x%C7%90ng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C4%ABng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sing2>,
        <http://lexvo.org/id/term/yue/%E7%AE%B5>,
        "箵"^^xsd:string .

<http://lexvo.org/id/char/7BB6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%AE%B6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%BA>,
        "箶"^^xsd:string .

<http://lexvo.org/id/char/7BB7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%AE%B7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C4%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ji4>,
        <http://lexvo.org/id/term/yue/%E7%AE%B7>,
        "箷"^^xsd:string .

<http://lexvo.org/id/char/7BB8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%AE%B8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%B9%20zhu%C3%B3>,
        <http://lexvo.org/id/term/kor/%E7%AE%B8>,
        <http://lexvo.org/id/term/kor/CE>,
        <http://lexvo.org/id/term/vie/gi%E1%BA%A1>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zyu3%20zyu6>,
        <http://lexvo.org/id/term/yue/%E7%AE%B8>,
        "箸"^^xsd:string ;
    rdfs:comment "chopsticks"@en .

<http://lexvo.org/id/char/7BB9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%AE%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/yu%C4%93>,
        "箹"^^xsd:string .

<http://lexvo.org/id/char/7BBA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%AE%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C7%94n>,
        "箺"^^xsd:string .

<http://lexvo.org/id/char/7BBB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%AE%BB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C7%9C>,
        "箻"^^xsd:string .

<http://lexvo.org/id/char/7BBC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%AE%BC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C5%AB>,
        "箼"^^xsd:string .

<http://lexvo.org/id/char/7BBD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%AE%BD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C7%92ng>,
        "箽"^^xsd:string .

<http://lexvo.org/id/char/7BBE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%AE%BE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/shu%C3%B2%20xi%C4%81o%20qi%C3%A0o>,
        <http://lexvo.org/id/term/kor/%E7%AE%BE>,
        <http://lexvo.org/id/term/kor/SO>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/siu6%20sok3>,
        <http://lexvo.org/id/term/yue/%E7%AE%BE>,
        "箾"^^xsd:string ;
    rdfs:comment "musical instrument like pan-pipes, bamboo flute"@en .

<http://lexvo.org/id/char/7BBF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%AE%BF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%AD>,
        "箿"^^xsd:string .

<http://lexvo.org/id/char/7BC0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%AF%80>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%A9%20ji%C4%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C4%93%200579.031%3Aji%C3%A9>,
        <http://lexvo.org/id/term/kor/%E7%AF%80>,
        <http://lexvo.org/id/term/kor/CEL>,
        <http://lexvo.org/id/term/vie/ti%E1%BA%BFt>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zit3>,
        <http://lexvo.org/id/term/yue/%E7%AF%80>,
        "節"^^xsd:string ;
    rdfs:comment "knot, node, joint; section"@en .

<http://lexvo.org/id/char/7BC1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%AF%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%A1ng>,
        <http://lexvo.org/id/term/kor/%E7%AF%81>,
        <http://lexvo.org/id/term/kor/HWANG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wong4>,
        <http://lexvo.org/id/term/yue/%E7%AF%81>,
        "篁"^^xsd:string ;
    rdfs:comment "bamboo grove; bamboo"@en .

<http://lexvo.org/id/char/7BC2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%AF%82>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C4%ABng>,
        "篂"^^xsd:string .

<http://lexvo.org/id/char/7BC3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%AF%83>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A9i>,
        "篃"^^xsd:string .

<http://lexvo.org/id/char/7BC4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%AF%84>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E7%AF%84>,
        <http://lexvo.org/id/term/kor/PEM>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/faan6>,
        <http://lexvo.org/id/term/yue/%E7%AF%84>,
        "範"^^xsd:string ;
    rdfs:comment "pattern, model, rule, law"@en .

<http://lexvo.org/id/char/7BC5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%AF%85>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/chu%C3%A1n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/chu%C3%AD%20chu%C3%A1n>,
        "篅"^^xsd:string .

<http://lexvo.org/id/char/7BC6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%AF%86>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zhu%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E7%AF%86>,
        <http://lexvo.org/id/term/kor/CEN>,
        <http://lexvo.org/id/term/vie/tri%E1%BB%87n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/syun6>,
        <http://lexvo.org/id/term/yue/%E7%AF%86>,
        "篆"^^xsd:string ;
    rdfs:comment "seal script; seal, official stamp"@en .

<http://lexvo.org/id/char/7BC7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%AF%87>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/pi%C4%81n>,
        <http://lexvo.org/id/term/kor/%E7%AF%87>,
        <http://lexvo.org/id/term/kor/PHYEN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/pin1>,
        <http://lexvo.org/id/term/yue/%E7%AF%87>,
        "篇"^^xsd:string ;
    rdfs:comment "chapter, section, essay, article"@en .

<http://lexvo.org/id/char/7BC8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%AF%88>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C4%93ng>,
        "篈"^^xsd:string .

<http://lexvo.org/id/char/7BC9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%AF%89>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%BA%20zh%C3%B9>,
        <http://lexvo.org/id/term/kor/%E7%AF%89>,
        <http://lexvo.org/id/term/kor/CHWUK>,
        <http://lexvo.org/id/term/vie/tr%E1%BB%91c>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zuk1>,
        <http://lexvo.org/id/term/yue/%E7%AF%89>,
        "築"^^xsd:string ;
    rdfs:comment "build, erect; building"@en .

<http://lexvo.org/id/char/7BCA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%AF%8A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%B3ng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%A1ng>,
        <http://lexvo.org/id/term/kor/%E7%AF%8A>,
        <http://lexvo.org/id/term/kor/HONG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hung4>,
        <http://lexvo.org/id/term/yue/%E7%AF%8A>,
        "篊"^^xsd:string .

<http://lexvo.org/id/char/7BCB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%AF%8B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C3%A8>,
        <http://lexvo.org/id/term/kor/%E7%AF%8B>,
        <http://lexvo.org/id/term/kor/HYEP>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/haap6>,
        <http://lexvo.org/id/term/yue/%E7%AF%8B>,
        "篋"^^xsd:string ;
    rdfs:comment "ratton box, suitcase, or case"@en .

<http://lexvo.org/id/char/7BCC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%AF%8C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%B3u>,
        <http://lexvo.org/id/term/kor/%E7%AF%8C>,
        <http://lexvo.org/id/term/kor/HWU>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hau4>,
        <http://lexvo.org/id/term/yue/%E7%AF%8C>,
        "篌"^^xsd:string ;
    rdfs:comment "ancient music instrument; harp"@en .

<http://lexvo.org/id/char/7BCD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%AF%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C5%AB>,
        "篍"^^xsd:string .

<http://lexvo.org/id/char/7BCE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%AF%8E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/mi%C7%8Eo>,
        "篎"^^xsd:string .

<http://lexvo.org/id/char/7BCF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%AF%8F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C3%A0n>,
        "篏"^^xsd:string ;
    rdfs:comment "inlay, set in; fall into; rugged"@en .

<http://lexvo.org/id/char/7BD0> a lvont:Character ;
    lvont:represents "篐"^^xsd:string .

<http://lexvo.org/id/char/7BD1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%AF%91>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ku%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gwai6>,
        <http://lexvo.org/id/term/yue/%E7%AF%91>,
        "篑"^^xsd:string ;
    rdfs:comment "a bamboo basket for carrying earth"@en .

<http://lexvo.org/id/char/7BD2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/kor/%E7%AF%92>,
        <http://lexvo.org/id/term/kor/SIK>,
        "篒"^^xsd:string .

<http://lexvo.org/id/char/7BD3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%AF%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C7%92u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lau5>,
        <http://lexvo.org/id/term/yue/%E7%AF%93>,
        "篓"^^xsd:string ;
    rdfs:comment "bamboo basket"@en .

<http://lexvo.org/id/char/7BD4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%AF%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%BAn>,
        <http://lexvo.org/id/term/kor/%E7%AF%94>,
        <http://lexvo.org/id/term/kor/WUN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wan4>,
        <http://lexvo.org/id/term/yue/%E7%AF%94>,
        "篔"^^xsd:string ;
    rdfs:comment "tall bamboo"@en .

<http://lexvo.org/id/char/7BD5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%AF%95>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A9>,
        "篕"^^xsd:string .

<http://lexvo.org/id/char/7BD6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%AF%96>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%A1ng>,
        "篖"^^xsd:string .

<http://lexvo.org/id/char/7BD7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%AF%97>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/yu%C3%A8>,
        "篗"^^xsd:string .

<http://lexvo.org/id/char/7BD8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%AF%98>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C5%8Du>,
        <http://lexvo.org/id/term/vie/s%C3%B4>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cau1>,
        <http://lexvo.org/id/term/yue/%E7%AF%98>,
        "篘"^^xsd:string ;
    rdfs:comment "a utensil used to filter wine; a filter"@en .

<http://lexvo.org/id/char/7BD9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%AF%99>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C4%81o>,
        <http://lexvo.org/id/term/kor/%E7%AF%99>,
        <http://lexvo.org/id/term/kor/KO>,
        <http://lexvo.org/id/term/vie/g%C3%A0u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gou1>,
        <http://lexvo.org/id/term/yue/%E7%AF%99>,
        "篙"^^xsd:string ;
    rdfs:comment "pole used punt boat"@en .

<http://lexvo.org/id/char/7BDA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%AF%9A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C4%9Bi>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fei2>,
        <http://lexvo.org/id/term/yue/%E7%AF%9A>,
        "篚"^^xsd:string ;
    rdfs:comment "round or oval covered-baskets with short legs"@en .

<http://lexvo.org/id/char/7BDB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%AF%9B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ru%C3%B2>,
        <http://lexvo.org/id/term/kor/%E7%AF%9B>,
        <http://lexvo.org/id/term/kor/YAK>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/joek6>,
        <http://lexvo.org/id/term/yue/%E7%AF%9B>,
        "篛"^^xsd:string ;
    rdfs:comment "cuticle of bamboo plant"@en .

<http://lexvo.org/id/char/7BDC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%AF%9C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C4%93ng>,
        "篜"^^xsd:string .

<http://lexvo.org/id/char/7BDD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%AF%9D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C5%8Du>,
        <http://lexvo.org/id/term/kor/%E7%AF%9D>,
        <http://lexvo.org/id/term/kor/KWU>,
        <http://lexvo.org/id/term/vie/qu%E1%BA%A3u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gau1>,
        <http://lexvo.org/id/term/yue/%E7%AF%9D>,
        "篝"^^xsd:string ;
    rdfs:comment "bamboo basket; bamboo frame"@en .

<http://lexvo.org/id/char/7BDE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%AF%9E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ni%C3%A8>,
        "篞"^^xsd:string .

<http://lexvo.org/id/char/7BDF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%AF%9F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C3%A0n>,
        "篟"^^xsd:string .

<http://lexvo.org/id/char/7BE0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%AF%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C7%8Eo>,
        <http://lexvo.org/id/term/kor/%E7%AF%A0>,
        <http://lexvo.org/id/term/kor/SO>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/siu2>,
        <http://lexvo.org/id/term/yue/%E7%AF%A0>,
        "篠"^^xsd:string ;
    rdfs:comment "dwarf bamboo; diminutive in person's name"@en .

<http://lexvo.org/id/char/7BE1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%AF%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/cu%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E7%AF%A1>,
        <http://lexvo.org/id/term/kor/CHAN>,
        <http://lexvo.org/id/term/vie/cho%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/saan3>,
        <http://lexvo.org/id/term/yue/%E7%AF%A1>,
        "篡"^^xsd:string ;
    rdfs:comment "usurp"@en .

<http://lexvo.org/id/char/7BE2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%AF%A2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C5%8Dng%20l%C7%92ng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C7%92ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lung5>,
        <http://lexvo.org/id/term/yue/%E7%AF%A2>,
        "篢"^^xsd:string ;
    rdfs:comment "the name of bamboo hat"@en .

<http://lexvo.org/id/char/7BE3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%AF%A3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%A1ng%20p%C3%A9ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/pong4>,
        <http://lexvo.org/id/term/yue/%E7%AF%A3>,
        "篣"^^xsd:string .

<http://lexvo.org/id/char/7BE4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%AF%A4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C7%94>,
        <http://lexvo.org/id/term/kor/%E7%AF%A4>,
        <http://lexvo.org/id/term/kor/TOK>,
        <http://lexvo.org/id/term/vie/%C4%91%E1%BB%91c>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/duk1>,
        <http://lexvo.org/id/term/yue/%E7%AF%A4>,
        "篤"^^xsd:string ;
    rdfs:comment "deep, true, sincere, genuine"@en .

<http://lexvo.org/id/char/7BE5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%AF%A5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%AC>,
        <http://lexvo.org/id/term/kor/%E7%AF%A5>,
        <http://lexvo.org/id/term/kor/LYUL>,
        <http://lexvo.org/id/term/vie/s%E1%BA%B7t>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/leot6>,
        <http://lexvo.org/id/term/yue/%E7%AF%A5>,
        "篥"^^xsd:string ;
    rdfs:comment "bugle, 觱篥 bìlì Tatar (Tartar) horn"@en .

<http://lexvo.org/id/char/7BE6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%AF%A6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%AC%20p%C3%AD>,
        <http://lexvo.org/id/term/kor/%E7%AF%A6>,
        <http://lexvo.org/id/term/kor/PI>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bei1%20bei6>,
        <http://lexvo.org/id/term/yue/%E7%AF%A6>,
        "篦"^^xsd:string ;
    rdfs:comment "fine-toothed comb; comb hair"@en .

<http://lexvo.org/id/char/7BE7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%AF%A7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zhu%C3%B3>,
        "篧"^^xsd:string .

<http://lexvo.org/id/char/7BE8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%AF%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%BA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ceoi4>,
        <http://lexvo.org/id/term/yue/%E7%AF%A8>,
        "篨"^^xsd:string ;
    rdfs:comment "coarse bamboo mat; ugly"@en .

<http://lexvo.org/id/char/7BE9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%AF%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C4%81i>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C4%81i%20sh%C4%AB>,
        <http://lexvo.org/id/term/kor/%E7%AF%A9>,
        <http://lexvo.org/id/term/kor/SA>,
        <http://lexvo.org/id/term/vie/r%C3%A2y>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sai1>,
        <http://lexvo.org/id/term/yue/%E7%AF%A9>,
        "篩"^^xsd:string ;
    rdfs:comment "sieve, filter, screen; sift"@en .

<http://lexvo.org/id/char/7BEA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%AF%AA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%AD>,
        <http://lexvo.org/id/term/kor/%E7%AF%AA>,
        <http://lexvo.org/id/term/kor/CI>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ci4>,
        <http://lexvo.org/id/term/yue/%E7%AF%AA>,
        "篪"^^xsd:string ;
    rdfs:comment "a bamboo flute with seven holes"@en .

<http://lexvo.org/id/char/7BEB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%AF%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%BA>,
        "篫"^^xsd:string .

<http://lexvo.org/id/char/7BEC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%AF%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C4%81ng>,
        "篬"^^xsd:string .

<http://lexvo.org/id/char/7BED> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%AF%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%B3ng>,
        <http://lexvo.org/id/term/kor/%E7%AF%AD>,
        <http://lexvo.org/id/term/kor/LONG>,
        "篭"^^xsd:string ;
    rdfs:comment "cage; cage-like basket"@en .

<http://lexvo.org/id/char/7BEE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%AF%AE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/laam4>,
        <http://lexvo.org/id/term/yue/%E7%AF%AE>,
        "篮"^^xsd:string ;
    rdfs:comment "basket"@en .

<http://lexvo.org/id/char/7BEF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%AF%AF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C4%81n>,
        "篯"^^xsd:string .

<http://lexvo.org/id/char/7BF0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%AF%B0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bou6>,
        <http://lexvo.org/id/term/yue/%E7%AF%B0>,
        "篰"^^xsd:string ;
    rdfs:comment "a bamboo basket"@en .

<http://lexvo.org/id/char/7BF1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%AF%B1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lei4>,
        <http://lexvo.org/id/term/yue/%E7%AF%B1>,
        "篱"^^xsd:string ;
    rdfs:comment "bamboo or wooden fence; hedge"@en .

<http://lexvo.org/id/char/7BF2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%AF%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%AC%20su%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/seoi6%20wai6>,
        <http://lexvo.org/id/term/yue/%E7%AF%B2>,
        "篲"^^xsd:string ;
    rdfs:comment "broomstick"@en .

<http://lexvo.org/id/char/7BF3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%AF%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%AC>,
        <http://lexvo.org/id/term/kor/%E7%AF%B3>,
        <http://lexvo.org/id/term/kor/PHIL>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bat1>,
        <http://lexvo.org/id/term/yue/%E7%AF%B3>,
        "篳"^^xsd:string ;
    rdfs:comment "wicker, bamboo"@en .

<http://lexvo.org/id/char/7BF4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%AF%B4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dek6%20dik6>,
        <http://lexvo.org/id/term/yue/%E7%AF%B4>,
        "篴"^^xsd:string ;
    rdfs:comment "bamboo flute; whistle"@en .

<http://lexvo.org/id/char/7BF5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%AF%B5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C5%8Dng>,
        "篵"^^xsd:string .

<http://lexvo.org/id/char/7BF6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%AF%B6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C4%81n>,
        "篶"^^xsd:string .

<http://lexvo.org/id/char/7BF7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%AF%B7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%A9ng>,
        <http://lexvo.org/id/term/kor/%E7%AF%B7>,
        <http://lexvo.org/id/term/kor/PONG>,
        <http://lexvo.org/id/term/vie/bong>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/pung4>,
        <http://lexvo.org/id/term/yue/%E7%AF%B7>,
        "篷"^^xsd:string ;
    rdfs:comment "awning, covering; sail; boat"@en .

<http://lexvo.org/id/char/7BF8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%AF%B8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C7%8En%201439.031%3Az%C4%81n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C4%93n%20c%C4%93n%20z%C4%81n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/caam2%20cam1%20zaam1>,
        <http://lexvo.org/id/term/yue/%E7%AF%B8>,
        "篸"^^xsd:string ;
    rdfs:comment "a basket, hod, scuttle; a hairclasp"@en .

<http://lexvo.org/id/char/7BF9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%AF%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zhu%C3%A0n%201547.040%3Azu%C7%8En>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zhu%C3%A0n%20su%C7%8En%20zu%C7%8En%20zu%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/syun2%20zaan6>,
        <http://lexvo.org/id/term/yue/%E7%AF%B9>,
        "篹"^^xsd:string ;
    rdfs:comment "to collect; edit; a bamboo basket"@en .

<http://lexvo.org/id/char/7BFA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%AF%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%A1i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/paai4>,
        <http://lexvo.org/id/term/yue/%E7%AF%BA>,
        "篺"^^xsd:string .

<http://lexvo.org/id/char/7BFB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%AF%BB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/pi%C3%A0o%20pi%C7%8Eo>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/piu3>,
        <http://lexvo.org/id/term/yue/%E7%AF%BB>,
        "篻"^^xsd:string .

<http://lexvo.org/id/char/7BFC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%AF%BC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C5%8Du>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dau1>,
        <http://lexvo.org/id/term/yue/%E7%AF%BC>,
        "篼"^^xsd:string ;
    rdfs:comment "mountain sedan chair; (Cant.) a simple container without a cover"@en .

<http://lexvo.org/id/char/7BFD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%AF%BD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%94>,
        "篽"^^xsd:string .

<http://lexvo.org/id/char/7BFE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%AF%BE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/mi%C3%A8>,
        <http://lexvo.org/id/term/kor/%E7%AF%BE>,
        <http://lexvo.org/id/term/kor/MYEL>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mit6>,
        <http://lexvo.org/id/term/yue/%E7%AF%BE>,
        "篾"^^xsd:string ;
    rdfs:comment "bamboo splints or slats"@en .

<http://lexvo.org/id/char/7BFF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%AF%BF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zhu%C4%81n%20tu%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tyun4%20zyun1>,
        <http://lexvo.org/id/term/yue/%E7%AF%BF>,
        "篿"^^xsd:string .

<http://lexvo.org/id/char/7C00> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B0%80>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C3%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C3%A9%20zh%C3%A0i>,
        <http://lexvo.org/id/term/kor/%E7%B0%80>,
        <http://lexvo.org/id/term/kor/CHAYK>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zaak3>,
        <http://lexvo.org/id/term/yue/%E7%B0%80>,
        "簀"^^xsd:string ;
    rdfs:comment "bed mat; mat"@en .

<http://lexvo.org/id/char/7C01> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B0%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C7%90>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/si1>,
        <http://lexvo.org/id/term/yue/%E7%B0%81>,
        "簁"^^xsd:string ;
    rdfs:comment "sieve; to sift, to strain"@en .

<http://lexvo.org/id/char/7C02> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B0%82>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/gu%C3%B3>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gwok3>,
        <http://lexvo.org/id/term/yue/%E7%B0%82>,
        "簂"^^xsd:string .

<http://lexvo.org/id/char/7C03> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B0%83>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ji4>,
        <http://lexvo.org/id/term/yue/%E7%B0%83>,
        "簃"^^xsd:string ;
    rdfs:comment "side room"@en .

<http://lexvo.org/id/char/7C04> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B0%84>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%B9>,
        "簄"^^xsd:string .

<http://lexvo.org/id/char/7C05> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B0%85>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C7%8En>,
        "簅"^^xsd:string .

<http://lexvo.org/id/char/7C06> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B0%86>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C3%B2u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kau4>,
        <http://lexvo.org/id/term/yue/%E7%B0%86>,
        "簆"^^xsd:string ;
    rdfs:comment "reed"@en .

<http://lexvo.org/id/char/7C07> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B0%87>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C3%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C3%B9%20c%C3%B2u%20chu%C3%B2>,
        <http://lexvo.org/id/term/kor/%E7%B0%87>,
        <http://lexvo.org/id/term/kor/COK>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cuk1>,
        <http://lexvo.org/id/term/yue/%E7%B0%87>,
        "簇"^^xsd:string ;
    rdfs:comment "swarm, crowd together, cluster"@en .

<http://lexvo.org/id/char/7C08> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B0%88>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%ADng>,
        "簈"^^xsd:string ;
    rdfs:comment "bamboo mat used to protect carriage passengers from dust"@en .

<http://lexvo.org/id/char/7C09> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B0%89>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%B2u%20z%C3%A0o>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C3%A0o>,
        <http://lexvo.org/id/term/kor/%E7%B0%89>,
        <http://lexvo.org/id/term/kor/CHWU>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zou6>,
        <http://lexvo.org/id/term/yue/%E7%B0%89>,
        "簉"^^xsd:string ;
    rdfs:comment "deputy, subordinate; concubine"@en .

<http://lexvo.org/id/char/7C0A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B0%8A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C4%AB>,
        "簊"^^xsd:string .

<http://lexvo.org/id/char/7C0B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B0%8B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/gu%C7%90>,
        <http://lexvo.org/id/term/kor/%E7%B0%8B>,
        <http://lexvo.org/id/term/kor/KWEY>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gwai2>,
        <http://lexvo.org/id/term/yue/%E7%B0%8B>,
        "簋"^^xsd:string ;
    rdfs:comment "a square basket of bamboo for holding grain used at sacrifices, feast"@en .

<http://lexvo.org/id/char/7C0C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B0%8C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cuk1>,
        <http://lexvo.org/id/term/yue/%E7%B0%8C>,
        "簌"^^xsd:string ;
    rdfs:comment "(of flower petals) falling"@en .

<http://lexvo.org/id/char/7C0D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B0%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C7%92u>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C7%92u%20l%C7%9A%20j%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lau5>,
        <http://lexvo.org/id/term/yue/%E7%B0%8D>,
        "簍"^^xsd:string ;
    rdfs:comment "bamboo basket"@en .

<http://lexvo.org/id/char/7C0E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B0%8E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%A0>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/caak3>,
        <http://lexvo.org/id/term/yue/%E7%B0%8E>,
        "簎"^^xsd:string .

<http://lexvo.org/id/char/7C0F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B0%8F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%B9>,
        <http://lexvo.org/id/term/kor/%E7%B0%8F>,
        <http://lexvo.org/id/term/kor/LOK>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/luk1>,
        <http://lexvo.org/id/term/yue/%E7%B0%8F>,
        "簏"^^xsd:string ;
    rdfs:comment "a box, a basket"@en .

<http://lexvo.org/id/char/7C10> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B0%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ni%C7%8En>,
        "簐"^^xsd:string .

<http://lexvo.org/id/char/7C11> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B0%91>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/su%C5%8D>,
        <http://lexvo.org/id/term/kor/%E7%B0%91>,
        <http://lexvo.org/id/term/kor/SA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/so1>,
        <http://lexvo.org/id/term/yue/%E7%B0%91>,
        "簑"^^xsd:string ;
    rdfs:comment "a coat raincoat"@en .

<http://lexvo.org/id/char/7C12> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B0%92>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/cu%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E7%B0%92>,
        <http://lexvo.org/id/term/kor/CHAN>,
        "簒"^^xsd:string ;
    rdfs:comment "usurp"@en .

<http://lexvo.org/id/char/7C13> a lvont:Character ;
    lvont:represents "簓"^^xsd:string ;
    rdfs:comment "a bamboo whisk; the broken end of a bamboo stalk"@en .

<http://lexvo.org/id/char/7C14> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B0%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/su%C5%8D>,
        <http://lexvo.org/id/term/kor/%E7%B0%94>,
        <http://lexvo.org/id/term/kor/SA>,
        "簔"^^xsd:string ;
    rdfs:comment "a coat raincoat"@en .

<http://lexvo.org/id/char/7C15> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B0%95>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%A8>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lak6>,
        <http://lexvo.org/id/term/yue/%E7%B0%95>,
        "簕"^^xsd:string ;
    rdfs:comment "(Cant.) thorn"@en .

<http://lexvo.org/id/char/7C16> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B0%96>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/du%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dyun6>,
        <http://lexvo.org/id/term/yue/%E7%B0%96>,
        "簖"^^xsd:string ;
    rdfs:comment "bamboo trap for catching fish"@en .

<http://lexvo.org/id/char/7C17> a lvont:Character ;
    lvont:represents "簗"^^xsd:string ;
    rdfs:comment "a weir, fish trap, fish pond"@en .

<http://lexvo.org/id/char/7C18> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B0%98>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C4%81o%20xi%C7%8Eo>,
        <http://lexvo.org/id/term/kor/%E7%B0%98>,
        <http://lexvo.org/id/term/kor/SO>,
        "簘"^^xsd:string ;
    rdfs:comment "musical instrument like pan-pipes, bamboo flute"@en .

<http://lexvo.org/id/char/7C19> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B0%99>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%B3>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bok3>,
        <http://lexvo.org/id/term/yue/%E7%B0%99>,
        "簙"^^xsd:string .

<http://lexvo.org/id/char/7C1A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B0%9A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%AC>,
        "簚"^^xsd:string .

<http://lexvo.org/id/char/7C1B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B0%9B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C4%AB>,
        "簛"^^xsd:string ;
    rdfs:comment "sieve; to sift; to strain"@en .

<http://lexvo.org/id/char/7C1C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B0%9C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%A0ng>,
        <http://lexvo.org/id/term/vie/thang>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dong1%20dong6>,
        <http://lexvo.org/id/term/yue/%E7%B0%9C>,
        "簜"^^xsd:string ;
    rdfs:comment "bamboo"@en .

<http://lexvo.org/id/char/7C1D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B0%9D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C3%A1o%20l%C7%8Eo>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/liu4>,
        <http://lexvo.org/id/term/yue/%E7%B0%9D>,
        "簝"^^xsd:string .

<http://lexvo.org/id/char/7C1E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B0%9E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C4%81n>,
        <http://lexvo.org/id/term/kor/%E7%B0%9E>,
        <http://lexvo.org/id/term/kor/TAN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/daan1>,
        <http://lexvo.org/id/term/yue/%E7%B0%9E>,
        "簞"^^xsd:string ;
    rdfs:comment "small bamboo basket for holding"@en .

<http://lexvo.org/id/char/7C1F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B0%9F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/di%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E7%B0%9F>,
        <http://lexvo.org/id/term/kor/CEM>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tim5>,
        <http://lexvo.org/id/term/yue/%E7%B0%9F>,
        "簟"^^xsd:string ;
    rdfs:comment "bamboo mat"@en .

<http://lexvo.org/id/char/7C20> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B0%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C7%94>,
        <http://lexvo.org/id/term/kor/%E7%B0%A0>,
        <http://lexvo.org/id/term/kor/PO>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fu2>,
        <http://lexvo.org/id/term/yue/%E7%B0%A0>,
        "簠"^^xsd:string ;
    rdfs:comment "an ancient vessel used for holding boiled grain"@en .

<http://lexvo.org/id/char/7C21> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B0%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C7%8En>,
        <http://lexvo.org/id/term/kor/%E7%B0%A1>,
        <http://lexvo.org/id/term/kor/KAN>,
        <http://lexvo.org/id/term/vie/gi%E1%BA%A3n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gaan2>,
        <http://lexvo.org/id/term/yue/%E7%B0%A1>,
        "簡"^^xsd:string ;
    rdfs:comment "simple, terse, succinct; letter"@en .

<http://lexvo.org/id/char/7C22> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B0%A2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C7%90n>,
        "簢"^^xsd:string .

<http://lexvo.org/id/char/7C23> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B0%A3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ku%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gwai6>,
        <http://lexvo.org/id/term/yue/%E7%B0%A3>,
        "簣"^^xsd:string ;
    rdfs:comment "a bamboo basket for carrying earth"@en .

<http://lexvo.org/id/char/7C24> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B0%A4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%A0i>,
        "簤"^^xsd:string .

<http://lexvo.org/id/char/7C25> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B0%A5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C4%81o%20qi%C3%A1o>,
        "簥"^^xsd:string ;
    rdfs:comment "a large pipe; a farm tool"@en .

<http://lexvo.org/id/char/7C26> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B0%A6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C4%93ng>,
        <http://lexvo.org/id/term/vie/%C4%91%C4%83ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dang1>,
        <http://lexvo.org/id/term/yue/%E7%B0%A6>,
        "簦"^^xsd:string ;
    rdfs:comment "large umbrella with a long handle, used for street stalls"@en .

<http://lexvo.org/id/char/7C27> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B0%A7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%A1ng>,
        <http://lexvo.org/id/term/kor/%E7%B0%A7>,
        <http://lexvo.org/id/term/kor/HWANG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wong4>,
        <http://lexvo.org/id/term/yue/%E7%B0%A7>,
        "簧"^^xsd:string ;
    rdfs:comment "reed of woodwind instrument"@en .

<http://lexvo.org/id/char/7C28> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B0%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C7%94n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/seon2%20seon3>,
        <http://lexvo.org/id/term/yue/%E7%B0%A8>,
        "簨"^^xsd:string ;
    rdfs:comment "a beam for hanging bells or drums"@en .

<http://lexvo.org/id/char/7C29> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B0%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%A1o>,
        <http://lexvo.org/id/term/vie/lau>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lou4>,
        <http://lexvo.org/id/term/yue/%E7%B0%A9>,
        "簩"^^xsd:string .

<http://lexvo.org/id/char/7C2A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B0%AA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C4%81n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C4%81n%20z%C7%8En>,
        <http://lexvo.org/id/term/kor/%E7%B0%AA>,
        <http://lexvo.org/id/term/kor/CAM>,
        <http://lexvo.org/id/term/vie/tr%C3%A2m>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zaam1>,
        <http://lexvo.org/id/term/yue/%E7%B0%AA>,
        "簪"^^xsd:string ;
    rdfs:comment "hairpin, clasp; wear in hair"@en .

<http://lexvo.org/id/char/7C2B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B0%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C4%81o>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C4%81o%20xi%C7%8Eo>,
        <http://lexvo.org/id/term/kor/%E7%B0%AB>,
        <http://lexvo.org/id/term/kor/SO>,
        <http://lexvo.org/id/term/vie/ti%C3%AAu>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/siu1>,
        <http://lexvo.org/id/term/yue/%E7%B0%AB>,
        "簫"^^xsd:string ;
    rdfs:comment "musical instrument like pan-pipes, bamboo flute"@en .

<http://lexvo.org/id/char/7C2C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B0%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%B9%20d%C3%B9>,
        <http://lexvo.org/id/term/vie/r%E1%BB%8D>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lou6>,
        <http://lexvo.org/id/term/yue/%E7%B0%AC>,
        "簬"^^xsd:string .

<http://lexvo.org/id/char/7C2D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B0%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sai6>,
        <http://lexvo.org/id/term/yue/%E7%B0%AD>,
        "簭"^^xsd:string .

<http://lexvo.org/id/char/7C2E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B0%AE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C4%81n%20z%C7%8En>,
        "簮"^^xsd:string .

<http://lexvo.org/id/char/7C2F> a lvont:Character ;
    lvont:represents "簯"^^xsd:string .

<http://lexvo.org/id/char/7C30> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B0%B0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%A1i>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%A1i%20b%C4%93i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/paai4>,
        <http://lexvo.org/id/term/yue/%E7%B0%B0>,
        "簰"^^xsd:string ;
    rdfs:comment "bamboo raft"@en .

<http://lexvo.org/id/char/7C31> a lvont:Character ;
    lvont:represents "簱"^^xsd:string .

<http://lexvo.org/id/char/7C32> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B0%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%A1i>,
        "簲"^^xsd:string .

<http://lexvo.org/id/char/7C33> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B0%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C3%A0n%20g%C7%8En>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gon3>,
        <http://lexvo.org/id/term/yue/%E7%B0%B3>,
        "簳"^^xsd:string .

<http://lexvo.org/id/char/7C34> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B0%B4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%B9>,
        "簴"^^xsd:string .

<http://lexvo.org/id/char/7C35> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B0%B5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%B9%20l%C3%B9>,
        "簵"^^xsd:string ;
    rdfs:comment "fine bamboo"@en .

<http://lexvo.org/id/char/7C36> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B0%B6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%B9>,
        "簶"^^xsd:string .

<http://lexvo.org/id/char/7C37> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B0%B7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A1n>,
        <http://lexvo.org/id/term/kor/%E7%B0%B7>,
        <http://lexvo.org/id/term/kor/CHEM>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jam4%20jim4%20sim4>,
        <http://lexvo.org/id/term/yue/%E7%B0%B7>,
        "簷"^^xsd:string ;
    rdfs:comment "eaves of house; brim"@en .

<http://lexvo.org/id/char/7C38> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B0%B8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%B2%20b%C7%92>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C7%92%200085.040%3Ab%C3%B2>,
        <http://lexvo.org/id/term/kor/%E7%B0%B8>,
        <http://lexvo.org/id/term/kor/PHA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bo2%20bo3>,
        <http://lexvo.org/id/term/yue/%E7%B0%B8>,
        "簸"^^xsd:string ;
    rdfs:comment "winnower"@en .

<http://lexvo.org/id/char/7C39> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B0%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C4%81ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dong1>,
        <http://lexvo.org/id/term/yue/%E7%B0%B9>,
        "簹"^^xsd:string ;
    rdfs:comment "tall bamboo"@en .

<http://lexvo.org/id/char/7C3A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B0%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C3%A0i>,
        "簺"^^xsd:string .

<http://lexvo.org/id/char/7C3B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B0%BB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C4%93%20zhu%C4%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zhu%C4%81>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gwo1%20gwo6>,
        <http://lexvo.org/id/term/yue/%E7%B0%BB>,
        "簻"^^xsd:string ;
    rdfs:comment "empty"@en .

<http://lexvo.org/id/char/7C3C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B0%BC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%B3ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gau1>,
        <http://lexvo.org/id/term/yue/%E7%B0%BC>,
        "簼"^^xsd:string .

<http://lexvo.org/id/char/7C3D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B0%BD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C4%81n>,
        <http://lexvo.org/id/term/kor/%E7%B0%BD>,
        <http://lexvo.org/id/term/kor/CHEM>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cim1>,
        <http://lexvo.org/id/term/yue/%E7%B0%BD>,
        "簽"^^xsd:string ;
    rdfs:comment "sign, endorse; slip of paper"@en .

<http://lexvo.org/id/char/7C3E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B0%BE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C3%A1n>,
        <http://lexvo.org/id/term/kor/%E7%B0%BE>,
        <http://lexvo.org/id/term/kor/LYEM>,
        <http://lexvo.org/id/term/vie/r%C3%A8m>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lim4>,
        <http://lexvo.org/id/term/yue/%E7%B0%BE>,
        "簾"^^xsd:string ;
    rdfs:comment "a blind, screen, curtain"@en .

<http://lexvo.org/id/char/7C3F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B0%BF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%B9%20b%C3%B3>,
        <http://lexvo.org/id/term/kor/%E7%B0%BF>,
        <http://lexvo.org/id/term/kor/PWU%20PAK>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bou6>,
        <http://lexvo.org/id/term/yue/%E7%B0%BF>,
        "簿"^^xsd:string ;
    rdfs:comment "register, account book, notebook"@en .

<http://lexvo.org/id/char/7C40> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B1%80>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%B2u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zau6>,
        <http://lexvo.org/id/term/yue/%E7%B1%80>,
        "籀"^^xsd:string ;
    rdfs:comment "recite, read; style of calligraphy"@en .

<http://lexvo.org/id/char/7C41> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B1%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%A0i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/laai6>,
        <http://lexvo.org/id/term/yue/%E7%B1%81>,
        "籁"^^xsd:string ;
    rdfs:comment "bamboo flute; pipe; various sound"@en .

<http://lexvo.org/id/char/7C42> a lvont:Character ;
    lvont:represents "籂"^^xsd:string .

<http://lexvo.org/id/char/7C43> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B1%83>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%A1n>,
        <http://lexvo.org/id/term/kor/%E7%B1%83>,
        <http://lexvo.org/id/term/kor/LAM>,
        <http://lexvo.org/id/term/vie/x%E1%BB%9Dm>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/laam4>,
        <http://lexvo.org/id/term/yue/%E7%B1%83>,
        "籃"^^xsd:string ;
    rdfs:comment "basket"@en .

<http://lexvo.org/id/char/7C44> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B1%84>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ku%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gwai6>,
        <http://lexvo.org/id/term/yue/%E7%B1%84>,
        "籄"^^xsd:string ;
    rdfs:comment "a basket for carrying earth"@en .

<http://lexvo.org/id/char/7C45> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B1%85>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%BA>,
        "籅"^^xsd:string .

<http://lexvo.org/id/char/7C46> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B1%86>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/yu%C3%A8>,
        "籆"^^xsd:string .

<http://lexvo.org/id/char/7C47> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B1%87>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A1o>,
        "籇"^^xsd:string .

<http://lexvo.org/id/char/7C48> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B1%88>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C4%93n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zan1>,
        <http://lexvo.org/id/term/yue/%E7%B1%88>,
        "籈"^^xsd:string .

<http://lexvo.org/id/char/7C49> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B1%89>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%A1i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/toi4>,
        <http://lexvo.org/id/term/yue/%E7%B1%89>,
        "籉"^^xsd:string .

<http://lexvo.org/id/char/7C4A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B1%8A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%AC%20d%C3%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dik6%20tik1>,
        <http://lexvo.org/id/term/yue/%E7%B1%8A>,
        "籊"^^xsd:string ;
    rdfs:comment "long"@en .

<http://lexvo.org/id/char/7C4B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B1%8B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ni%C3%A8>,
        "籋"^^xsd:string .

<http://lexvo.org/id/char/7C4C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B1%8C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%B3u>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%B3u%20t%C3%A1o>,
        <http://lexvo.org/id/term/kor/%E7%B1%8C>,
        <http://lexvo.org/id/term/kor/CWU>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cau4>,
        <http://lexvo.org/id/term/yue/%E7%B1%8C>,
        "籌"^^xsd:string ;
    rdfs:comment "chip, tally, token; raise money"@en .

<http://lexvo.org/id/char/7C4D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B1%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%AD%20ji%C3%A8>,
        <http://lexvo.org/id/term/kor/%E7%B1%8D>,
        <http://lexvo.org/id/term/kor/CEK>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zik6>,
        <http://lexvo.org/id/term/yue/%E7%B1%8D>,
        "籍"^^xsd:string ;
    rdfs:comment "record, register, list; census"@en .

<http://lexvo.org/id/char/7C4E> a lvont:Character ;
    lvont:represents "籎"^^xsd:string .

<http://lexvo.org/id/char/7C4F> a lvont:Character ;
    lvont:represents "籏"^^xsd:string ;
    rdfs:comment "flag"@en .

<http://lexvo.org/id/char/7C50> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B1%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%A9ng>,
        <http://lexvo.org/id/term/kor/%E7%B1%90>,
        <http://lexvo.org/id/term/kor/TUNG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tang4>,
        <http://lexvo.org/id/term/yue/%E7%B1%90>,
        "籐"^^xsd:string ;
    rdfs:comment "climbing plants, vines, cane"@en .

<http://lexvo.org/id/char/7C51> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B1%91>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zhu%C3%A0n%201547.030%3Azu%C7%8En>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zhu%C3%A0n%20xu%C7%8En>,
        "籑"^^xsd:string ;
    rdfs:comment "to feed, to provide for delicacies, dainties"@en .

<http://lexvo.org/id/char/7C52> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B1%92>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%B2u>,
        <http://lexvo.org/id/term/kor/%E7%B1%92>,
        <http://lexvo.org/id/term/kor/CWU>,
        "籒"^^xsd:string .

<http://lexvo.org/id/char/7C53> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B1%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C4%81n%20f%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bun1%20faan1>,
        <http://lexvo.org/id/term/yue/%E7%B1%93>,
        "籓"^^xsd:string ;
    rdfs:comment "sieve; basket"@en .

<http://lexvo.org/id/char/7C54> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B1%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C7%92u%20sh%C3%B9>,
        <http://lexvo.org/id/term/kor/%E7%B1%94>,
        <http://lexvo.org/id/term/kor/SWU>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sau2%20sou2>,
        <http://lexvo.org/id/term/yue/%E7%B1%94>,
        "籔"^^xsd:string ;
    rdfs:comment "bamboo basket"@en .

<http://lexvo.org/id/char/7C55> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B1%95>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%B2u>,
        "籕"^^xsd:string .

<http://lexvo.org/id/char/7C56> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/t%C4%83m>,
        "籖"^^xsd:string ;
    rdfs:comment "tally; lot; marker"@en .

<http://lexvo.org/id/char/7C57> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B1%97>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zhu%C3%B3>,
        "籗"^^xsd:string .

<http://lexvo.org/id/char/7C58> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B1%98>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%A9ng>,
        "籘"^^xsd:string ;
    rdfs:comment "climbing plants, vines, cane"@en .

<http://lexvo.org/id/char/7C59> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B1%99>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/luk6>,
        <http://lexvo.org/id/term/yue/%E7%B1%99>,
        "籙"^^xsd:string ;
    rdfs:comment "book"@en .

<http://lexvo.org/id/char/7C5A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B1%9A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%BA>,
        <http://lexvo.org/id/term/vie/g%E1%BA%AFt%20l%E1%BB%9D>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lou4>,
        <http://lexvo.org/id/term/yue/%E7%B1%9A>,
        "籚"^^xsd:string ;
    rdfs:comment "bamboo; the handle of the spear"@en .

<http://lexvo.org/id/char/7C5B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B1%9B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C4%81n>,
        <http://lexvo.org/id/term/kor/%E7%B1%9B>,
        <http://lexvo.org/id/term/kor/CEN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zin1>,
        <http://lexvo.org/id/term/yue/%E7%B1%9B>,
        "籛"^^xsd:string ;
    rdfs:comment "surname"@en .

<http://lexvo.org/id/char/7C5C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B1%9C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/tu%C3%B2>,
        <http://lexvo.org/id/term/kor/%E7%B1%9C>,
        <http://lexvo.org/id/term/kor/THAK>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tok3>,
        <http://lexvo.org/id/term/yue/%E7%B1%9C>,
        "籜"^^xsd:string ;
    rdfs:comment "bamboo sheath, bamboo shoots"@en .

<http://lexvo.org/id/char/7C5D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B1%9D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%ADng>,
        "籝"^^xsd:string ;
    rdfs:comment "a tube to hold chopsticks"@en .

<http://lexvo.org/id/char/7C5E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B1%9E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%B9>,
        "籞"^^xsd:string ;
    rdfs:comment "a fence"@en .

<http://lexvo.org/id/char/7C5F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B1%9F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%A0i>,
        <http://lexvo.org/id/term/kor/%E7%B1%9F>,
        <http://lexvo.org/id/term/kor/LOY>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/laai6>,
        <http://lexvo.org/id/term/yue/%E7%B1%9F>,
        "籟"^^xsd:string ;
    rdfs:comment "bamboo flute; pipe; various sound"@en .

<http://lexvo.org/id/char/7C60> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B1%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%B3ng%200733.021%3Al%C7%92ng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%B3ng%20l%C7%92ng>,
        <http://lexvo.org/id/term/kor/%E7%B1%A0>,
        <http://lexvo.org/id/term/kor/LONG>,
        <http://lexvo.org/id/term/vie/l%E1%BB%93ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lung4%20lung5>,
        <http://lexvo.org/id/term/yue/%E7%B1%A0>,
        "籠"^^xsd:string ;
    rdfs:comment "cage; cage-like basket"@en .

<http://lexvo.org/id/char/7C61> a lvont:Character ;
    lvont:represents "籡"^^xsd:string .

<http://lexvo.org/id/char/7C62> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B1%A2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C3%A1n>,
        "籢"^^xsd:string .

<http://lexvo.org/id/char/7C63> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B1%A3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%A1n>,
        <http://lexvo.org/id/term/vie/tr%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/laan4>,
        <http://lexvo.org/id/term/yue/%E7%B1%A3>,
        "籣"^^xsd:string ;
    rdfs:comment "bow case"@en .

<http://lexvo.org/id/char/7C64> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B1%A4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C4%81n>,
        <http://lexvo.org/id/term/kor/%E7%B1%A4>,
        <http://lexvo.org/id/term/kor/CHEM>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cim1>,
        <http://lexvo.org/id/term/yue/%E7%B1%A4>,
        "籤"^^xsd:string ;
    rdfs:comment "tally; lot; marker"@en .

<http://lexvo.org/id/char/7C65> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B1%A5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/yu%C3%A8>,
        <http://lexvo.org/id/term/kor/%E7%B1%A5>,
        <http://lexvo.org/id/term/kor/YAK>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/joek6>,
        <http://lexvo.org/id/term/yue/%E7%B1%A5>,
        "籥"^^xsd:string ;
    rdfs:comment "key; woodwind instrument"@en .

<http://lexvo.org/id/char/7C66> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B1%A6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C5%8Dng>,
        "籦"^^xsd:string .

<http://lexvo.org/id/char/7C67> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B1%A7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C3%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C3%BA%20j%C7%94>,
        <http://lexvo.org/id/term/kor/%E7%B1%A7>,
        <http://lexvo.org/id/term/kor/KE>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/keoi4>,
        <http://lexvo.org/id/term/yue/%E7%B1%A7>,
        "籧"^^xsd:string ;
    rdfs:comment "crude bamboo mat"@en .

<http://lexvo.org/id/char/7C68> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B1%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C3%A1n>,
        "籨"^^xsd:string ;
    rdfs:comment "trousseau"@en .

<http://lexvo.org/id/char/7C69> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B1%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/bi%C4%81n>,
        <http://lexvo.org/id/term/kor/%E7%B1%A9>,
        <http://lexvo.org/id/term/kor/PYEN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bin1>,
        <http://lexvo.org/id/term/yue/%E7%B1%A9>,
        "籩"^^xsd:string ;
    rdfs:comment "bamboo container for food"@en .

<http://lexvo.org/id/char/7C6A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B1%AA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/du%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dyun6>,
        <http://lexvo.org/id/term/yue/%E7%B1%AA>,
        "籪"^^xsd:string ;
    rdfs:comment "a weir of bamboo to catch fish or crabs"@en .

<http://lexvo.org/id/char/7C6B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B1%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zu%C7%8En>,
        "籫"^^xsd:string .

<http://lexvo.org/id/char/7C6C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B1%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%AD>,
        <http://lexvo.org/id/term/kor/%E7%B1%AC>,
        <http://lexvo.org/id/term/kor/LI>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lei4>,
        <http://lexvo.org/id/term/yue/%E7%B1%AC>,
        "籬"^^xsd:string ;
    rdfs:comment "bamboo or wooden fence; hedge"@en .

<http://lexvo.org/id/char/7C6D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B1%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C4%AB>,
        "籭"^^xsd:string .

<http://lexvo.org/id/char/7C6E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B1%AE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/lu%C3%B3>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lo4>,
        <http://lexvo.org/id/term/yue/%E7%B1%AE>,
        "籮"^^xsd:string ;
    rdfs:comment "bamboo basket"@en .

<http://lexvo.org/id/char/7C6F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B1%AF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%ADng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jing4>,
        <http://lexvo.org/id/term/yue/%E7%B1%AF>,
        "籯"^^xsd:string ;
    rdfs:comment "bamboo chest; tubular bamboo case"@en .

<http://lexvo.org/id/char/7C70> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B1%B0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/yu%C3%A8>,
        "籰"^^xsd:string .

<http://lexvo.org/id/char/7C71> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B1%B1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zhu%C3%B3>,
        "籱"^^xsd:string .

<http://lexvo.org/id/char/7C72> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B1%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%B9%20x%C5%AB>,
        <http://lexvo.org/id/term/kor/%E7%B1%B2>,
        <http://lexvo.org/id/term/kor/YU>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/joek6%20jyu6>,
        <http://lexvo.org/id/term/yue/%E7%B1%B2>,
        "籲"^^xsd:string ;
    rdfs:comment "appeal; request; implore"@en .

<http://lexvo.org/id/char/7C74> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B1%B4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%AD%20z%C3%A1>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dek6>,
        <http://lexvo.org/id/term/yue/%E7%B1%B4>,
        "籴"^^xsd:string ;
    rdfs:comment "purchase grains; store grain"@en .

<http://lexvo.org/id/char/7C75> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B1%B5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%A1n>,
        "籵"^^xsd:string ;
    rdfs:comment "decimetre"@en .

<http://lexvo.org/id/char/7C76> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B1%B6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C4%93n>,
        "籶"^^xsd:string .

<http://lexvo.org/id/char/7C77> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B1%B7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%A9>,
        "籷"^^xsd:string .

<http://lexvo.org/id/char/7C78> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B1%B8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C4%93n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/saam2>,
        <http://lexvo.org/id/term/yue/%E7%B1%B8>,
        "籸"^^xsd:string ;
    rdfs:comment "powdery substance"@en .

<http://lexvo.org/id/char/7C79> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B1%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C7%9A>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jyu5>,
        <http://lexvo.org/id/term/yue/%E7%B1%B9>,
        "籹"^^xsd:string ;
    rdfs:comment "cake"@en .

<http://lexvo.org/id/char/7C7A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B1%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A9%20h%C3%A9>,
        <http://lexvo.org/id/term/vie/h%E1%BA%A1t>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hat6>,
        <http://lexvo.org/id/term/yue/%E7%B1%BA>,
        "籺"^^xsd:string .

<http://lexvo.org/id/char/7C7B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B1%BB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%A8i>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%A8i%20l%C3%AC>,
        <http://lexvo.org/id/term/kor/%E7%B1%BB>,
        <http://lexvo.org/id/term/kor/LYU>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/leoi6>,
        <http://lexvo.org/id/term/yue/%E7%B1%BB>,
        "类"^^xsd:string ;
    rdfs:comment "class, group, kind, category"@en .

<http://lexvo.org/id/char/7C7C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B1%BC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C4%81n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sin1>,
        <http://lexvo.org/id/term/yue/%E7%B1%BC>,
        "籼"^^xsd:string ;
    rdfs:comment "non-glutinous long grain rice"@en .

<http://lexvo.org/id/char/7C7D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B1%BD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C7%90>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zi2>,
        <http://lexvo.org/id/term/yue/%E7%B1%BD>,
        "籽"^^xsd:string ;
    rdfs:comment "seed, pip, pit, stone"@en .

<http://lexvo.org/id/char/7C7E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B1%BE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C3%AD>,
        <http://lexvo.org/id/term/kor/%E7%B1%BE>,
        <http://lexvo.org/id/term/kor/IN>,
        "籾"^^xsd:string ;
    rdfs:comment "unhulled rice"@en .

<http://lexvo.org/id/char/7C7F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B1%BF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C3%B9n>,
        "籿"^^xsd:string .

<http://lexvo.org/id/char/7C80> a lvont:Character ;
    lvont:represents "粀"^^xsd:string .

<http://lexvo.org/id/char/7C81> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B2%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C4%81n>,
        <http://lexvo.org/id/term/kor/%E7%B2%81>,
        <http://lexvo.org/id/term/kor/CHEN>,
        "粁"^^xsd:string ;
    rdfs:comment "kilometre"@en .

<http://lexvo.org/id/char/7C82> a lvont:Character ;
    lvont:represents "粂"^^xsd:string ;
    rdfs:comment "surname"@en .

<http://lexvo.org/id/char/7C83> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B2%83>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C7%90>,
        <http://lexvo.org/id/term/kor/%E7%B2%83>,
        <http://lexvo.org/id/term/kor/PI>,
        <http://lexvo.org/id/term/vie/t%E1%BA%BB>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/pei4>,
        <http://lexvo.org/id/term/yue/%E7%B2%83>,
        "粃"^^xsd:string ;
    rdfs:comment "empty husks of grain"@en .

<http://lexvo.org/id/char/7C84> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B2%84>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C7%8En>,
        "粄"^^xsd:string .

<http://lexvo.org/id/char/7C85> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B2%85>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C3%B9>,
        "粅"^^xsd:string .

<http://lexvo.org/id/char/7C86> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B2%86>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C4%81>,
        "粆"^^xsd:string ;
    rdfs:comment "coarse"@en .

<http://lexvo.org/id/char/7C87> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B2%87>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C4%81ng>,
        "粇"^^xsd:string .

<http://lexvo.org/id/char/7C88> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B2%88>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/r%C7%92u>,
        "粈"^^xsd:string .

<http://lexvo.org/id/char/7C89> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B2%89>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C4%9Bn>,
        <http://lexvo.org/id/term/kor/%E7%B2%89>,
        <http://lexvo.org/id/term/kor/PWUN>,
        <http://lexvo.org/id/term/vie/ph%E1%BA%A5n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fan2>,
        <http://lexvo.org/id/term/yue/%E7%B2%89>,
        "粉"^^xsd:string ;
    rdfs:comment "powder, face powder; plaster"@en .

<http://lexvo.org/id/char/7C8A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B2%8A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%AC>,
        "粊"^^xsd:string .

<http://lexvo.org/id/char/7C8B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B2%8B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/cu%C3%AC>,
        "粋"^^xsd:string ;
    rdfs:comment "pure; unadulterated; select"@en .

<http://lexvo.org/id/char/7C8C> a lvont:Character ;
    lvont:represents "粌"^^xsd:string .

<http://lexvo.org/id/char/7C8D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B2%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%AD>,
        <http://lexvo.org/id/term/kor/%E7%B2%8D>,
        <http://lexvo.org/id/term/kor/MO>,
        "粍"^^xsd:string ;
    rdfs:comment "millimetre"@en .

<http://lexvo.org/id/char/7C8E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B2%8E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C7%90>,
        "粎"^^xsd:string ;
    rdfs:comment "metre"@en .

<http://lexvo.org/id/char/7C8F> a lvont:Character ;
    lvont:represents "粏"^^xsd:string .

<http://lexvo.org/id/char/7C90> a lvont:Character ;
    lvont:represents "粐"^^xsd:string .

<http://lexvo.org/id/char/7C91> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B2%91>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C4%81>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/baa1>,
        <http://lexvo.org/id/term/yue/%E7%B2%91>,
        "粑"^^xsd:string ;
    rdfs:comment "tsamba (food in Tibet)"@en .

<http://lexvo.org/id/char/7C92> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B2%92>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%AC>,
        <http://lexvo.org/id/term/kor/%E7%B2%92>,
        <http://lexvo.org/id/term/kor/LIP>,
        <http://lexvo.org/id/term/vie/l%E1%BA%A1p>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lap1%20nap1>,
        <http://lexvo.org/id/term/yue/%E7%B2%92>,
        "粒"^^xsd:string ;
    rdfs:comment "grain; small particle"@en .

<http://lexvo.org/id/char/7C93> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B2%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C4%81n>,
        "粓"^^xsd:string .

<http://lexvo.org/id/char/7C94> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B2%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/geoi6>,
        <http://lexvo.org/id/term/yue/%E7%B2%94>,
        "粔"^^xsd:string ;
    rdfs:comment "cakes made from rice flour twisted into rings"@en .

<http://lexvo.org/id/char/7C95> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B2%95>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%B2>,
        <http://lexvo.org/id/term/kor/%E7%B2%95>,
        <http://lexvo.org/id/term/kor/PAK>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/pok3>,
        <http://lexvo.org/id/term/yue/%E7%B2%95>,
        "粕"^^xsd:string ;
    rdfs:comment "lees, dregs, sediments left after distilling liquor"@en .

<http://lexvo.org/id/char/7C96> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B2%96>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%B2>,
        "粖"^^xsd:string .

<http://lexvo.org/id/char/7C97> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B2%97>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C5%AB>,
        <http://lexvo.org/id/term/kor/%E7%B2%97>,
        <http://lexvo.org/id/term/kor/CO>,
        <http://lexvo.org/id/term/vie/th%C3%B4>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cou1>,
        <http://lexvo.org/id/term/yue/%E7%B2%97>,
        "粗"^^xsd:string ;
    rdfs:comment "rough, thick, course; rude"@en .

<http://lexvo.org/id/char/7C98> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B2%98>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ni%C3%A1n%201451.010%3Azh%C4%81n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ni%C3%A1n%20li%C4%81n%20zh%C4%81n>,
        <http://lexvo.org/id/term/kor/%E7%B2%98>,
        <http://lexvo.org/id/term/kor/CEM>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/nim1%20nim4%20zim1>,
        <http://lexvo.org/id/term/yue/%E7%B2%98>,
        "粘"^^xsd:string ;
    rdfs:comment "viscous, mucous; glutinous"@en .

<http://lexvo.org/id/char/7C99> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B2%99>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%B2u>,
        "粙"^^xsd:string .

<http://lexvo.org/id/char/7C9A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B2%9A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%AD>,
        "粚"^^xsd:string .

<http://lexvo.org/id/char/7C9B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B2%9B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C3%B9>,
        "粛"^^xsd:string ;
    rdfs:comment "pay respects; reverently"@en .

<http://lexvo.org/id/char/7C9C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B2%9C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ti%C3%A0o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tiu3>,
        <http://lexvo.org/id/term/yue/%E7%B2%9C>,
        "粜"^^xsd:string ;
    rdfs:comment "sell grains"@en .

<http://lexvo.org/id/char/7C9D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B2%9D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lai6>,
        <http://lexvo.org/id/term/yue/%E7%B2%9D>,
        "粝"^^xsd:string ;
    rdfs:comment "unpolished rice; brown rice"@en .

<http://lexvo.org/id/char/7C9E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B2%9E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C4%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C4%AB%20q%C4%AB>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sai1>,
        <http://lexvo.org/id/term/yue/%E7%B2%9E>,
        "粞"^^xsd:string ;
    rdfs:comment "to mash rice"@en .

<http://lexvo.org/id/char/7C9F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B2%9F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C3%B9>,
        <http://lexvo.org/id/term/kor/%E7%B2%9F>,
        <http://lexvo.org/id/term/kor/SOK>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/suk1>,
        <http://lexvo.org/id/term/yue/%E7%B2%9F>,
        "粟"^^xsd:string ;
    rdfs:comment "unhusked millet; grain"@en .

<http://lexvo.org/id/char/7CA0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B2%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%B3ng>,
        "粠"^^xsd:string .

<http://lexvo.org/id/char/7CA1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B2%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%B3ng>,
        <http://lexvo.org/id/term/vie/%C4%91%C3%B2ng>,
        "粡"^^xsd:string .

<http://lexvo.org/id/char/7CA2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B2%A2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C4%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C4%AB%20c%C3%AD%20j%C3%AC>,
        <http://lexvo.org/id/term/kor/%E7%B2%A2>,
        <http://lexvo.org/id/term/kor/CA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zi1>,
        <http://lexvo.org/id/term/yue/%E7%B2%A2>,
        "粢"^^xsd:string ;
    rdfs:comment "grain offered in ritual sacrifice; millet"@en .

<http://lexvo.org/id/char/7CA3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B2%A3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C3%A8%20s%C7%8En>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/saan2>,
        <http://lexvo.org/id/term/yue/%E7%B2%A3>,
        "粣"^^xsd:string .

<http://lexvo.org/id/char/7CA4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B2%A4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/yu%C3%A8>,
        <http://lexvo.org/id/term/kor/%E7%B2%A4>,
        <http://lexvo.org/id/term/kor/WEL>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jyut6>,
        <http://lexvo.org/id/term/yue/%E7%B2%A4>,
        "粤"^^xsd:string ;
    rdfs:comment "Guangdong and Guangxi provinces; initial particle"@en .

<http://lexvo.org/id/char/7CA5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B2%A5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%B9%201505.030%3Azh%C5%8Du>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C5%8Du%20y%C3%B9%20zh%C3%B9>,
        <http://lexvo.org/id/term/kor/%E7%B2%A5>,
        <http://lexvo.org/id/term/kor/CWUK%20YUK>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zuk1>,
        <http://lexvo.org/id/term/yue/%E7%B2%A5>,
        "粥"^^xsd:string ;
    rdfs:comment "rice gruel, congee"@en .

<http://lexvo.org/id/char/7CA6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B2%A6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%ACn%20l%C3%ADn>,
        <http://lexvo.org/id/term/kor/%E7%B2%A6>,
        <http://lexvo.org/id/term/kor/LIN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/leon4>,
        <http://lexvo.org/id/term/yue/%E7%B2%A6>,
        "粦"^^xsd:string ;
    rdfs:comment "phosphorus"@en .

<http://lexvo.org/id/char/7CA7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B2%A7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zhu%C4%81ng>,
        <http://lexvo.org/id/term/kor/%E7%B2%A7>,
        <http://lexvo.org/id/term/kor/CANG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zong1>,
        <http://lexvo.org/id/term/yue/%E7%B2%A7>,
        "粧"^^xsd:string ;
    rdfs:comment "toilet; make-up; dress up; adorn"@en .

<http://lexvo.org/id/char/7CA8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B2%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C7%8Ei>,
        <http://lexvo.org/id/term/kor/%E7%B2%A8>,
        <http://lexvo.org/id/term/kor/PAYK>,
        "粨"^^xsd:string ;
    rdfs:comment "hectometre"@en .

<http://lexvo.org/id/char/7CA9> a lvont:Character ;
    lvont:represents "粩"^^xsd:string .

<http://lexvo.org/id/char/7CAA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B2%AA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%A8n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%A8n%20s%C4%81n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fan3>,
        <http://lexvo.org/id/term/yue/%E7%B2%AA>,
        "粪"^^xsd:string ;
    rdfs:comment "manure, dung, shit, excrement, night soil"@en .

<http://lexvo.org/id/char/7CAB> a lvont:Character ;
    lvont:represents "粫"^^xsd:string .

<http://lexvo.org/id/char/7CAC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C5%AB>,
        "粬"^^xsd:string .

<http://lexvo.org/id/char/7CAD> a lvont:Character ;
    lvont:represents "粭"^^xsd:string .

<http://lexvo.org/id/char/7CAE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B2%AE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C3%A1ng>,
        <http://lexvo.org/id/term/kor/%E7%B2%AE>,
        <http://lexvo.org/id/term/kor/LYANG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/loeng4>,
        <http://lexvo.org/id/term/yue/%E7%B2%AE>,
        "粮"^^xsd:string ;
    rdfs:comment "food, grain, provisions"@en .

<http://lexvo.org/id/char/7CAF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B2%AF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A0n>,
        "粯"^^xsd:string .

<http://lexvo.org/id/char/7CB0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B2%B0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%BA%20f%C5%AB>,
        "粰"^^xsd:string .

<http://lexvo.org/id/char/7CB1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B2%B1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C3%A1ng>,
        <http://lexvo.org/id/term/kor/%E7%B2%B1>,
        <http://lexvo.org/id/term/kor/LYANG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/loeng4>,
        <http://lexvo.org/id/term/yue/%E7%B2%B1>,
        "粱"^^xsd:string ;
    rdfs:comment "better varieties of millet"@en .

<http://lexvo.org/id/char/7CB2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B2%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E7%B2%B2>,
        <http://lexvo.org/id/term/kor/CHAN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/caan3>,
        <http://lexvo.org/id/term/yue/%E7%B2%B2>,
        "粲"^^xsd:string ;
    rdfs:comment "polish; bright, radiant; smiling"@en .

<http://lexvo.org/id/char/7CB3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B2%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C4%93ng%20j%C4%ABng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C4%ABng>,
        <http://lexvo.org/id/term/kor/%E7%B2%B3>,
        <http://lexvo.org/id/term/kor/KAYNG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gang1>,
        <http://lexvo.org/id/term/yue/%E7%B2%B3>,
        "粳"^^xsd:string ;
    rdfs:comment "non-glutinous rice"@en .

<http://lexvo.org/id/char/7CB4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B2%B4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C7%90>,
        "粴"^^xsd:string .

<http://lexvo.org/id/char/7CB5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B2%B5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/yu%C3%A8>,
        <http://lexvo.org/id/term/kor/%E7%B2%B5>,
        <http://lexvo.org/id/term/kor/WEL>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jyut6>,
        <http://lexvo.org/id/term/yue/%E7%B2%B5>,
        "粵"^^xsd:string ;
    rdfs:comment "Guangdong and Guangxi provinces; initial particle"@en .

<http://lexvo.org/id/char/7CB6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B2%B6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%B9>,
        "粶"^^xsd:string .

<http://lexvo.org/id/char/7CB7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B2%B7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%BA>,
        "粷"^^xsd:string .

<http://lexvo.org/id/char/7CB8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B2%B8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C3%AD>,
        "粸"^^xsd:string .

<http://lexvo.org/id/char/7CB9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B2%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/cu%C3%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/cu%C3%AC%20su%C3%AC>,
        <http://lexvo.org/id/term/kor/%E7%B2%B9>,
        <http://lexvo.org/id/term/kor/SWU>,
        <http://lexvo.org/id/term/vie/tu%C3%BD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/seoi6>,
        <http://lexvo.org/id/term/yue/%E7%B2%B9>,
        "粹"^^xsd:string ;
    rdfs:comment "pure; unadulterated; select"@en .

<http://lexvo.org/id/char/7CBA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B2%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%A0i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/baai6%20bai6>,
        <http://lexvo.org/id/term/yue/%E7%B2%BA>,
        "粺"^^xsd:string ;
    rdfs:comment "polished rice or millet"@en .

<http://lexvo.org/id/char/7CBB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B2%BB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C4%81ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zoeng1>,
        <http://lexvo.org/id/term/yue/%E7%B2%BB>,
        "粻"^^xsd:string ;
    rdfs:comment "provisions"@en .

<http://lexvo.org/id/char/7CBC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B2%BC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%ADn>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%ADn%20l%C7%90n>,
        <http://lexvo.org/id/term/kor/%E7%B2%BC>,
        <http://lexvo.org/id/term/kor/LIN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/leon4>,
        <http://lexvo.org/id/term/yue/%E7%B2%BC>,
        "粼"^^xsd:string .

<http://lexvo.org/id/char/7CBD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B2%BD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C3%B2ng>,
        <http://lexvo.org/id/term/kor/%E7%B2%BD>,
        <http://lexvo.org/id/term/kor/CONG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zung2%20zung3>,
        <http://lexvo.org/id/term/yue/%E7%B2%BD>,
        "粽"^^xsd:string ;
    rdfs:comment "dumpling made of glutinous rice"@en .

<http://lexvo.org/id/char/7CBE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B2%BE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C4%ABng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C4%ABng%20q%C3%ADng%20j%C3%ACng>,
        <http://lexvo.org/id/term/kor/%E7%B2%BE>,
        <http://lexvo.org/id/term/kor/CENG>,
        <http://lexvo.org/id/term/vie/tinh>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zeng1%20zing1>,
        <http://lexvo.org/id/term/yue/%E7%B2%BE>,
        "精"^^xsd:string ;
    rdfs:comment "essence; semen; spirit"@en .

<http://lexvo.org/id/char/7CBF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B2%BF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/gu%C7%92>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gwo2>,
        <http://lexvo.org/id/term/yue/%E7%B2%BF>,
        "粿"^^xsd:string ;
    rdfs:comment "rice cake"@en .

<http://lexvo.org/id/char/7CC0> a lvont:Character ;
    lvont:represents "糀"^^xsd:string .

<http://lexvo.org/id/char/7CC1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B3%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C4%81n%20s%C7%8En>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C7%8En%201018.020%3Ash%C4%93n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/saam2>,
        <http://lexvo.org/id/term/yue/%E7%B3%81>,
        "糁"^^xsd:string ;
    rdfs:comment "a grain of rice; rice gruel mixed with meat"@en .

<http://lexvo.org/id/char/7CC2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B3%82>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C7%8En>,
        "糂"^^xsd:string .

<http://lexvo.org/id/char/7CC3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B3%83>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%A1ng>,
        "糃"^^xsd:string .

<http://lexvo.org/id/char/7CC4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B3%84>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/bi%C4%81n>,
        "糄"^^xsd:string .

<http://lexvo.org/id/char/7CC5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B3%85>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/r%C3%B3u>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/r%C7%92u%20r%C3%B3u>,
        <http://lexvo.org/id/term/kor/%E7%B3%85>,
        <http://lexvo.org/id/term/kor/YU>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jau2%20nau6>,
        <http://lexvo.org/id/term/yue/%E7%B3%85>,
        "糅"^^xsd:string ;
    rdfs:comment "blend, mix; mixed"@en .

<http://lexvo.org/id/char/7CC6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B3%86>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/mi%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E7%B3%86>,
        <http://lexvo.org/id/term/kor/MYEN>,
        <http://lexvo.org/id/term/vie/%C3%A0%20mi%E1%BA%BFn>,
        "糆"^^xsd:string .

<http://lexvo.org/id/char/7CC7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B3%87>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%B3u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hau4>,
        <http://lexvo.org/id/term/yue/%E7%B3%87>,
        "糇"^^xsd:string ;
    rdfs:comment "dried rice, dry provisions"@en .

<http://lexvo.org/id/char/7CC8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B3%88>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C7%94>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/seoi2>,
        <http://lexvo.org/id/term/yue/%E7%B3%88>,
        "糈"^^xsd:string ;
    rdfs:comment "sacrificial rice; rations; pay"@en .

<http://lexvo.org/id/char/7CC9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B3%89>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C3%B2ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zung2>,
        <http://lexvo.org/id/term/yue/%E7%B3%89>,
        "糉"^^xsd:string ;
    rdfs:comment "dumpling made of glutinous rice"@en .

<http://lexvo.org/id/char/7CCA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B3%8A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%BA%20h%C5%AB%20h%C3%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C5%AB%200473.020%3Ah%C3%BA%200477.060%3Ah%C3%B9>,
        <http://lexvo.org/id/term/kor/%E7%B3%8A>,
        <http://lexvo.org/id/term/kor/HO>,
        <http://lexvo.org/id/term/vie/h%E1%BB%93>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wu4>,
        <http://lexvo.org/id/term/yue/%E7%B3%8A>,
        "糊"^^xsd:string ;
    rdfs:comment "paste, stick on with paste"@en .

<http://lexvo.org/id/char/7CCB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B3%8B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%A0n>,
        "糋"^^xsd:string .

<http://lexvo.org/id/char/7CCC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B3%8C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C3%A1n%20z%C4%81n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C4%81n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zaa1%20zaam1>,
        <http://lexvo.org/id/term/yue/%E7%B3%8C>,
        "糌"^^xsd:string .

<http://lexvo.org/id/char/7CCD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B3%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C3%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C3%AD%20z%C4%AB>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ci4>,
        <http://lexvo.org/id/term/yue/%E7%B3%8D>,
        "糍"^^xsd:string ;
    rdfs:comment "food made of crushed and cooked rice"@en .

<http://lexvo.org/id/char/7CCE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B3%8E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%AD>,
        "糎"^^xsd:string ;
    rdfs:comment "(J) centimetre"@en .

<http://lexvo.org/id/char/7CCF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B3%8F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A8>,
        "糏"^^xsd:string ;
    rdfs:comment "rice grits left after hulling"@en .

<http://lexvo.org/id/char/7CD0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B3%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C5%AB>,
        "糐"^^xsd:string .

<http://lexvo.org/id/char/7CD1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B3%91>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C3%AC>,
        "糑"^^xsd:string .

<http://lexvo.org/id/char/7CD2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B3%92>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%A8i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bei6>,
        <http://lexvo.org/id/term/yue/%E7%B3%92>,
        "糒"^^xsd:string ;
    rdfs:comment "food for a journey; cakes"@en .

<http://lexvo.org/id/char/7CD3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B3%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C7%94>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/guk1>,
        <http://lexvo.org/id/term/yue/%E7%B3%93>,
        "糓"^^xsd:string ;
    rdfs:comment "grain, corn"@en .

<http://lexvo.org/id/char/7CD4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B3%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C7%94%20xi%C5%AB>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sau1%20sau2>,
        <http://lexvo.org/id/term/yue/%E7%B3%94>,
        "糔"^^xsd:string ;
    rdfs:comment "juice"@en .

<http://lexvo.org/id/char/7CD5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B3%95>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C4%81o>,
        <http://lexvo.org/id/term/kor/%E7%B3%95>,
        <http://lexvo.org/id/term/kor/KO>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gou1>,
        <http://lexvo.org/id/term/yue/%E7%B3%95>,
        "糕"^^xsd:string ;
    rdfs:comment "cakes, pastry"@en .

<http://lexvo.org/id/char/7CD6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B3%96>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%A1ng>,
        <http://lexvo.org/id/term/kor/%E7%B3%96>,
        <http://lexvo.org/id/term/kor/TANG%20THANG>,
        <http://lexvo.org/id/term/vie/%C4%91%C6%B0%E1%BB%9Dng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tong2%20tong4>,
        <http://lexvo.org/id/term/yue/%E7%B3%96>,
        "糖"^^xsd:string ;
    rdfs:comment "sugar; candy; sweets"@en .

<http://lexvo.org/id/char/7CD7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B3%97>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C7%94>,
        <http://lexvo.org/id/term/kor/%E7%B3%97>,
        <http://lexvo.org/id/term/kor/KWU>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cau3%20jau2%20zau2>,
        <http://lexvo.org/id/term/yue/%E7%B3%97>,
        "糗"^^xsd:string ;
    rdfs:comment "parched wheat or rice; broken grain"@en .

<http://lexvo.org/id/char/7CD8> a lvont:Character ;
    lvont:represents "糘"^^xsd:string .

<http://lexvo.org/id/char/7CD9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B3%99>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C4%81o>,
        <http://lexvo.org/id/term/kor/%E7%B3%99>,
        <http://lexvo.org/id/term/kor/CO>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cou3>,
        <http://lexvo.org/id/term/yue/%E7%B3%99>,
        "糙"^^xsd:string ;
    rdfs:comment "coarse, harsh, rough, unpolished rice"@en .

<http://lexvo.org/id/char/7CDA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B3%9A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zhu%C4%81ng>,
        <http://lexvo.org/id/term/kor/%E7%B3%9A>,
        <http://lexvo.org/id/term/kor/CANG>,
        "糚"^^xsd:string .

<http://lexvo.org/id/char/7CDB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B3%9B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%A1ng>,
        "糛"^^xsd:string .

<http://lexvo.org/id/char/7CDC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B3%9C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A9i%200780.090%3Am%C3%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%AD%20m%C3%A9i>,
        <http://lexvo.org/id/term/kor/%E7%B3%9C>,
        <http://lexvo.org/id/term/kor/MI>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mei4>,
        <http://lexvo.org/id/term/yue/%E7%B3%9C>,
        "糜"^^xsd:string ;
    rdfs:comment "rice gruel, congee; mashed"@en .

<http://lexvo.org/id/char/7CDD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B3%9D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C7%8En%201018.021%3Ash%C4%93n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C7%8En%20s%C4%81n>,
        <http://lexvo.org/id/term/kor/%E7%B3%9D>,
        <http://lexvo.org/id/term/kor/SAM>,
        <http://lexvo.org/id/term/vie/t%E1%BA%A5m>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/saam2>,
        <http://lexvo.org/id/term/yue/%E7%B3%9D>,
        "糝"^^xsd:string ;
    rdfs:comment "scattered (grains of rice); mixed"@en .

<http://lexvo.org/id/char/7CDE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B3%9E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%A8n>,
        <http://lexvo.org/id/term/kor/%E7%B3%9E>,
        <http://lexvo.org/id/term/kor/PWUN>,
        <http://lexvo.org/id/term/vie/ph%C3%A2n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fan3>,
        <http://lexvo.org/id/term/yue/%E7%B3%9E>,
        "糞"^^xsd:string ;
    rdfs:comment "manure, dung, night soil"@en .

<http://lexvo.org/id/char/7CDF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B3%9F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C4%81o>,
        <http://lexvo.org/id/term/kor/%E7%B3%9F>,
        <http://lexvo.org/id/term/kor/CO>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zou1>,
        <http://lexvo.org/id/term/yue/%E7%B3%9F>,
        "糟"^^xsd:string ;
    rdfs:comment "sediment, dregs; pickle"@en .

<http://lexvo.org/id/char/7CE0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B3%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C4%81ng>,
        <http://lexvo.org/id/term/kor/%E7%B3%A0>,
        <http://lexvo.org/id/term/kor/KANG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hong1>,
        <http://lexvo.org/id/term/yue/%E7%B3%A0>,
        "糠"^^xsd:string ;
    rdfs:comment "chaff, bran, husks; poor"@en .

<http://lexvo.org/id/char/7CE1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B3%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%A0ng>,
        "糡"^^xsd:string ;
    rdfs:comment "starch; paste. to starch"@en .

<http://lexvo.org/id/char/7CE2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B3%A2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%B3>,
        <http://lexvo.org/id/term/kor/%E7%B3%A2>,
        <http://lexvo.org/id/term/kor/MO>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mou4>,
        <http://lexvo.org/id/term/yue/%E7%B3%A2>,
        "糢"^^xsd:string ;
    rdfs:comment "rice snacks"@en .

<http://lexvo.org/id/char/7CE3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B3%A3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C7%8En%20s%C4%81n>,
        "糣"^^xsd:string .

<http://lexvo.org/id/char/7CE4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B3%A4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C7%8En>,
        <http://lexvo.org/id/term/kor/%E7%B3%A4>,
        <http://lexvo.org/id/term/kor/CAN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/saan2>,
        <http://lexvo.org/id/term/yue/%E7%B3%A4>,
        "糤"^^xsd:string ;
    rdfs:comment "fried round cakes of wheat flour"@en .

<http://lexvo.org/id/char/7CE5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B3%A5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/nu%C3%B2>,
        <http://lexvo.org/id/term/kor/%E7%B3%A5>,
        <http://lexvo.org/id/term/kor/NA>,
        "糥"^^xsd:string .

<http://lexvo.org/id/char/7CE6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B3%A6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C4%AB%20ch%C3%AC>,
        "糦"^^xsd:string .

<http://lexvo.org/id/char/7CE7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B3%A7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C3%A1ng>,
        <http://lexvo.org/id/term/kor/%E7%B3%A7>,
        <http://lexvo.org/id/term/kor/LYANG>,
        <http://lexvo.org/id/term/vie/l%C6%B0%C6%A1ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/loeng4>,
        <http://lexvo.org/id/term/yue/%E7%B3%A7>,
        "糧"^^xsd:string ;
    rdfs:comment "food, grain, provisions"@en .

<http://lexvo.org/id/char/7CE8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B3%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%A0ng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%A0ng%20ji%C4%81ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/goeng6>,
        <http://lexvo.org/id/term/yue/%E7%B3%A8>,
        "糨"^^xsd:string ;
    rdfs:comment "starch; paste. to starch"@en .

<http://lexvo.org/id/char/7CE9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B3%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ku%C3%A0i>,
        "糩"^^xsd:string .

<http://lexvo.org/id/char/7CEA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B3%AA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%B3>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/baak3>,
        <http://lexvo.org/id/term/yue/%E7%B3%AA>,
        "糪"^^xsd:string .

<http://lexvo.org/id/char/7CEB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B3%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%A1n>,
        "糫"^^xsd:string .

<http://lexvo.org/id/char/7CEC> a lvont:Character ;
    lvont:represents "糬"^^xsd:string .

<http://lexvo.org/id/char/7CED> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B3%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C3%B2ng>,
        "糭"^^xsd:string ;
    rdfs:comment "rice dumpling"@en .

<http://lexvo.org/id/char/7CEE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B3%AE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A0n>,
        "糮"^^xsd:string .

<http://lexvo.org/id/char/7CEF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B3%AF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/nu%C3%B2>,
        <http://lexvo.org/id/term/kor/%E7%B3%AF>,
        <http://lexvo.org/id/term/kor/NA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/no6>,
        <http://lexvo.org/id/term/yue/%E7%B3%AF>,
        "糯"^^xsd:string ;
    rdfs:comment "glutinous rice; glutinous, sticky"@en .

<http://lexvo.org/id/char/7CF0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B3%B0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/tu%C3%A1n>,
        <http://lexvo.org/id/term/kor/%E7%B3%B0>,
        <http://lexvo.org/id/term/kor/TAN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tyun4>,
        <http://lexvo.org/id/term/yue/%E7%B3%B0>,
        "糰"^^xsd:string ;
    rdfs:comment "rice ball"@en .

<http://lexvo.org/id/char/7CF1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B3%B1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ni%C3%A8>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jit6>,
        <http://lexvo.org/id/term/yue/%E7%B3%B1>,
        "糱"^^xsd:string ;
    rdfs:comment "fermenting grain; yeast"@en .

<http://lexvo.org/id/char/7CF2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B3%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%AC>,
        <http://lexvo.org/id/term/kor/%E7%B3%B2>,
        <http://lexvo.org/id/term/kor/LYE>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lai6>,
        <http://lexvo.org/id/term/yue/%E7%B3%B2>,
        "糲"^^xsd:string ;
    rdfs:comment "unpolished rice; brown rice"@en .

<http://lexvo.org/id/char/7CF3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B3%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zu%C3%B2>,
        "糳"^^xsd:string .

<http://lexvo.org/id/char/7CF4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B3%B4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%AD>,
        <http://lexvo.org/id/term/kor/%E7%B3%B4>,
        <http://lexvo.org/id/term/kor/CEK>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dek6>,
        <http://lexvo.org/id/term/yue/%E7%B3%B4>,
        "糴"^^xsd:string ;
    rdfs:comment "purchase grains; store grain"@en .

<http://lexvo.org/id/char/7CF5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B3%B5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ni%C3%A8>,
        "糵"^^xsd:string ;
    rdfs:comment "fermenting grain; grain which has sprouted; yeast"@en .

<http://lexvo.org/id/char/7CF6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B3%B6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ti%C3%A0o>,
        <http://lexvo.org/id/term/kor/%E7%B3%B6>,
        <http://lexvo.org/id/term/kor/CO>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tiu3>,
        <http://lexvo.org/id/term/yue/%E7%B3%B6>,
        "糶"^^xsd:string ;
    rdfs:comment "sell grains"@en .

<http://lexvo.org/id/char/7CF7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B3%B7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/laan4%20laan6>,
        <http://lexvo.org/id/term/yue/%E7%B3%B7>,
        "糷"^^xsd:string .

<http://lexvo.org/id/char/7CFA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B3%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C5%AB%20ji%C7%94%20ji%C7%8Eo>,
        <http://lexvo.org/id/term/kor/%E7%B3%BA>,
        <http://lexvo.org/id/term/kor/KYU>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gau2>,
        <http://lexvo.org/id/term/yue/%E7%B3%BA>,
        "糺"^^xsd:string ;
    rdfs:comment "to collaborate; to band together"@en .

<http://lexvo.org/id/char/7CFB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B3%BB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%AC%201235.160%3Ax%C3%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C3%AC%20j%C3%AC>,
        <http://lexvo.org/id/term/kor/%E7%B3%BB>,
        <http://lexvo.org/id/term/kor/KYEY>,
        <http://lexvo.org/id/term/vie/h%E1%BB%87>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hai6>,
        <http://lexvo.org/id/term/yue/%E7%B3%BB>,
        "系"^^xsd:string ;
    rdfs:comment "system; line, link, connection"@en .

<http://lexvo.org/id/char/7CFC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B3%BC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C5%8Dng>,
        "糼"^^xsd:string .

<http://lexvo.org/id/char/7CFD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B3%BD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C4%9Bng>,
        "糽"^^xsd:string .

<http://lexvo.org/id/char/7CFE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B3%BE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C5%AB%20ji%C7%94>,
        <http://lexvo.org/id/term/kor/%E7%B3%BE>,
        <http://lexvo.org/id/term/kor/KYU%20KYO>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dau2%20gau2>,
        <http://lexvo.org/id/term/yue/%E7%B3%BE>,
        "糾"^^xsd:string ;
    rdfs:comment "investigate, inspect"@en .

<http://lexvo.org/id/char/7CFF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B3%BF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%B2u>,
        "糿"^^xsd:string .

<http://lexvo.org/id/char/7D00> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B4%80>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%AC%20j%C7%90>,
        <http://lexvo.org/id/term/kor/%E7%B4%80>,
        <http://lexvo.org/id/term/kor/KI>,
        <http://lexvo.org/id/term/vie/k%E1%BB%89>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gei2%20gei3>,
        <http://lexvo.org/id/term/yue/%E7%B4%80>,
        "紀"^^xsd:string ;
    rdfs:comment "record, annal, historical account"@en .

<http://lexvo.org/id/char/7D01> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B4%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%A0>,
        "紁"^^xsd:string .

<http://lexvo.org/id/char/7D02> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B4%82>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%B2u>,
        <http://lexvo.org/id/term/kor/%E7%B4%82>,
        <http://lexvo.org/id/term/kor/CWU>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zau6>,
        <http://lexvo.org/id/term/yue/%E7%B4%82>,
        "紂"^^xsd:string ;
    rdfs:comment "name of an emperor; saddle part"@en .

<http://lexvo.org/id/char/7D03> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B4%83>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C3%BAn>,
        <http://lexvo.org/id/term/kor/%E7%B4%83>,
        <http://lexvo.org/id/term/kor/SWUN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ceon4>,
        <http://lexvo.org/id/term/yue/%E7%B4%83>,
        "紃"^^xsd:string ;
    rdfs:comment "a cord"@en .

<http://lexvo.org/id/char/7D04> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B4%84>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/yu%C4%93%20y%C4%81o%20y%C3%A0o%20d%C3%AC>,
        <http://lexvo.org/id/term/kor/%E7%B4%84>,
        <http://lexvo.org/id/term/kor/YAK%20YO>,
        <http://lexvo.org/id/term/vie/%C6%B0%E1%BB%9Bc>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/joek3>,
        <http://lexvo.org/id/term/yue/%E7%B4%84>,
        "約"^^xsd:string ;
    rdfs:comment "treaty, agreement, covenant"@en .

<http://lexvo.org/id/char/7D05> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B4%85>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%B3ng%20g%C5%8Dng%20ji%C3%A0ng>,
        <http://lexvo.org/id/term/kor/%E7%B4%85>,
        <http://lexvo.org/id/term/kor/HONG%20KONG>,
        <http://lexvo.org/id/term/vie/h%E1%BB%93ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gung1%20hung4>,
        <http://lexvo.org/id/term/yue/%E7%B4%85>,
        "紅"^^xsd:string ;
    rdfs:comment "red, vermillion; blush, flush"@en .

<http://lexvo.org/id/char/7D06> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B4%86>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C5%AB%20y%C7%94%20%C5%8Du>,
        <http://lexvo.org/id/term/kor/%E7%B4%86>,
        <http://lexvo.org/id/term/kor/WU>,
        <http://lexvo.org/id/term/vie/v%C3%B2>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jyu1>,
        <http://lexvo.org/id/term/yue/%E7%B4%86>,
        "紆"^^xsd:string ;
    rdfs:comment "bend, turn, twist; distort"@en .

<http://lexvo.org/id/char/7D07> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B4%87>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A9%20g%C4%93%20ji%C3%A9>,
        <http://lexvo.org/id/term/kor/%E7%B4%87>,
        <http://lexvo.org/id/term/kor/HUL>,
        <http://lexvo.org/id/term/vie/h%E1%BB%99t>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gat1%20hat6>,
        <http://lexvo.org/id/term/yue/%E7%B4%87>,
        "紇"^^xsd:string ;
    rdfs:comment "inferior silk; tassel, fringe"@en .

<http://lexvo.org/id/char/7D08> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B4%88>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C3%A1n>,
        <http://lexvo.org/id/term/kor/%E7%B4%88>,
        <http://lexvo.org/id/term/kor/HWAN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jyun4>,
        <http://lexvo.org/id/term/yue/%E7%B4%88>,
        "紈"^^xsd:string ;
    rdfs:comment "white silk, fine silk; gauze"@en .

<http://lexvo.org/id/char/7D09> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B4%89>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/r%C3%A8n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jan6>,
        <http://lexvo.org/id/term/yue/%E7%B4%89>,
        "紉"^^xsd:string ;
    rdfs:comment "thread needle, sew stitch, string"@en .

<http://lexvo.org/id/char/7D0A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B4%8A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C3%A8n%20w%C4%9Bn>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C4%9Bn>,
        <http://lexvo.org/id/term/kor/%E7%B4%8A>,
        <http://lexvo.org/id/term/kor/MWUN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/leon6%20man5%20man6>,
        <http://lexvo.org/id/term/yue/%E7%B4%8A>,
        "紊"^^xsd:string ;
    rdfs:comment "confused, disorder"@en .

<http://lexvo.org/id/char/7D0B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B4%8B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C3%A9n%20w%C3%A8n>,
        <http://lexvo.org/id/term/kor/%E7%B4%8B>,
        <http://lexvo.org/id/term/kor/MWUN>,
        <http://lexvo.org/id/term/vie/v%C4%83n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/man4>,
        <http://lexvo.org/id/term/yue/%E7%B4%8B>,
        "紋"^^xsd:string ;
    rdfs:comment "line, streak, stripe; wrinkle"@en .

<http://lexvo.org/id/char/7D0C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B4%8C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C3%BA>,
        "紌"^^xsd:string .

<http://lexvo.org/id/char/7D0D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B4%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C3%A0>,
        <http://lexvo.org/id/term/kor/%E7%B4%8D>,
        <http://lexvo.org/id/term/kor/NAP>,
        <http://lexvo.org/id/term/vie/n%E1%BA%A1p>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/naap6>,
        <http://lexvo.org/id/term/yue/%E7%B4%8D>,
        "納"^^xsd:string ;
    rdfs:comment "admit, take, receive, accept"@en .

<http://lexvo.org/id/char/7D0E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B4%8E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C4%AB>,
        "紎"^^xsd:string .

<http://lexvo.org/id/char/7D0F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B4%8F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C7%92u>,
        "紏"^^xsd:string .

<http://lexvo.org/id/char/7D10> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B4%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ni%C7%94>,
        <http://lexvo.org/id/term/kor/%E7%B4%90>,
        <http://lexvo.org/id/term/kor/NYU>,
        <http://lexvo.org/id/term/vie/n%C3%A9o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/nau2>,
        <http://lexvo.org/id/term/yue/%E7%B4%90>,
        "紐"^^xsd:string ;
    rdfs:comment "knot; button; handle, knob; tie"@en .

<http://lexvo.org/id/char/7D11> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B4%91>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%B3u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fau4>,
        <http://lexvo.org/id/term/yue/%E7%B4%91>,
        "紑"^^xsd:string ;
    rdfs:comment "fresh"@en .

<http://lexvo.org/id/char/7D12> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B4%92>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%A8%20j%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gai3>,
        <http://lexvo.org/id/term/yue/%E7%B4%92>,
        "紒"^^xsd:string .

<http://lexvo.org/id/char/7D13> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B4%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C5%AB>,
        <http://lexvo.org/id/term/kor/%E7%B4%93>,
        <http://lexvo.org/id/term/kor/SE>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/syu1>,
        <http://lexvo.org/id/term/yue/%E7%B4%93>,
        "紓"^^xsd:string ;
    rdfs:comment "loosen, relax, relieve; extricate"@en .

<http://lexvo.org/id/char/7D14> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B4%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%BAn%20qu%C3%A1n%20t%C3%BAn%20zh%C5%ABn%20zh%C7%94n%20z%C4%AB>,
        <http://lexvo.org/id/term/kor/%E7%B4%94>,
        <http://lexvo.org/id/term/kor/SWUN%20CWUN>,
        <http://lexvo.org/id/term/vie/thu%E1%BA%A7n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/seon4%20zeon2>,
        <http://lexvo.org/id/term/yue/%E7%B4%94>,
        "純"^^xsd:string ;
    rdfs:comment "pure, clean, simple"@en .

<http://lexvo.org/id/char/7D15> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B4%95>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C4%AB%20p%C3%AD%20b%C7%90%20b%C4%AB%20b%C3%AC%20ch%C7%90>,
        <http://lexvo.org/id/term/kor/%E7%B4%95>,
        <http://lexvo.org/id/term/kor/PI>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/pei1%20pei4>,
        <http://lexvo.org/id/term/yue/%E7%B4%95>,
        "紕"^^xsd:string ;
    rdfs:comment "spoiled silk; hem of dress"@en .

<http://lexvo.org/id/char/7D16> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B4%96>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%90n%20zh%C3%A8n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/can5%20jan5%20zan3>,
        <http://lexvo.org/id/term/yue/%E7%B4%96>,
        "紖"^^xsd:string ;
    rdfs:comment "a rope for leading cattle or horse"@en .

<http://lexvo.org/id/char/7D17> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B4%97>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C4%81%20mi%C7%8Eo>,
        <http://lexvo.org/id/term/kor/%E7%B4%97>,
        <http://lexvo.org/id/term/kor/SA>,
        <http://lexvo.org/id/term/vie/sa>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/saa1>,
        <http://lexvo.org/id/term/yue/%E7%B4%97>,
        "紗"^^xsd:string ;
    rdfs:comment "gauze, thin silk; yarn, thread"@en .

<http://lexvo.org/id/char/7D18> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B4%98>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%B3ng>,
        <http://lexvo.org/id/term/kor/%E7%B4%98>,
        <http://lexvo.org/id/term/kor/KOYNG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wang4>,
        <http://lexvo.org/id/term/yue/%E7%B4%98>,
        "紘"^^xsd:string ;
    rdfs:comment "string; vast, expansive"@en .

<http://lexvo.org/id/char/7D19> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B4%99>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C7%90>,
        <http://lexvo.org/id/term/kor/%E7%B4%99>,
        <http://lexvo.org/id/term/kor/CI>,
        <http://lexvo.org/id/term/vie/ch%E1%BB%89>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zi2>,
        <http://lexvo.org/id/term/yue/%E7%B4%99>,
        "紙"^^xsd:string ;
    rdfs:comment "paper"@en .

<http://lexvo.org/id/char/7D1A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B4%9A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%AD>,
        <http://lexvo.org/id/term/kor/%E7%B4%9A>,
        <http://lexvo.org/id/term/kor/KUP>,
        <http://lexvo.org/id/term/vie/c%E1%BA%A5p>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kap1>,
        <http://lexvo.org/id/term/yue/%E7%B4%9A>,
        "級"^^xsd:string ;
    rdfs:comment "level, rank, class; grade"@en .

<http://lexvo.org/id/char/7D1B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B4%9B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C4%93n>,
        <http://lexvo.org/id/term/kor/%E7%B4%9B>,
        <http://lexvo.org/id/term/kor/PWUN>,
        <http://lexvo.org/id/term/vie/ph%C3%A2n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fan1>,
        <http://lexvo.org/id/term/yue/%E7%B4%9B>,
        "紛"^^xsd:string ;
    rdfs:comment "in disorder, scattered, tangled"@en .

<http://lexvo.org/id/char/7D1C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B4%9C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%BAn>,
        <http://lexvo.org/id/term/kor/%E7%B4%9C>,
        <http://lexvo.org/id/term/kor/WUN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wan4>,
        <http://lexvo.org/id/term/yue/%E7%B4%9C>,
        "紜"^^xsd:string ;
    rdfs:comment "confused, in disorder; numerous"@en .

<http://lexvo.org/id/char/7D1D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B4%9D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/r%C3%A8n%20r%C3%A9n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jam4%20jam6>,
        <http://lexvo.org/id/term/yue/%E7%B4%9D>,
        "紝"^^xsd:string ;
    rdfs:comment "weave, lay warp"@en .

<http://lexvo.org/id/char/7D1E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B4%9E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C7%8En>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/daam1%20daam2>,
        <http://lexvo.org/id/term/yue/%E7%B4%9E>,
        "紞"^^xsd:string ;
    rdfs:comment "a fringe"@en .

<http://lexvo.org/id/char/7D1F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B4%9F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C4%ABn>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C4%ABn%20j%C3%ACn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gam1%20gam3%20kam1>,
        <http://lexvo.org/id/term/yue/%E7%B4%9F>,
        "紟"^^xsd:string ;
    rdfs:comment "a sash; to tie"@en .

<http://lexvo.org/id/char/7D20> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B4%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C3%B9>,
        <http://lexvo.org/id/term/kor/%E7%B4%A0>,
        <http://lexvo.org/id/term/kor/SO>,
        <http://lexvo.org/id/term/vie/t%E1%BB%91>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sou3>,
        <http://lexvo.org/id/term/yue/%E7%B4%A0>,
        "素"^^xsd:string ;
    rdfs:comment "white (silk); plain; vegetarian; formerly; normally"@en .

<http://lexvo.org/id/char/7D21> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B4%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C7%8Eng%20b%C7%8Eng%20f%C3%A0ng>,
        <http://lexvo.org/id/term/kor/%E7%B4%A1>,
        <http://lexvo.org/id/term/kor/PANG>,
        <http://lexvo.org/id/term/vie/v%C6%B0%E1%BB%9Fng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fong2>,
        <http://lexvo.org/id/term/yue/%E7%B4%A1>,
        "紡"^^xsd:string ;
    rdfs:comment "spin, reel, weave; reeled pongee"@en .

<http://lexvo.org/id/char/7D22> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B4%A2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/su%C7%92>,
        <http://lexvo.org/id/term/kor/%E7%B4%A2>,
        <http://lexvo.org/id/term/kor/SAYK%20SAK>,
        <http://lexvo.org/id/term/vie/s%C3%A1ch>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/saak3%20sok3%20suk3>,
        <http://lexvo.org/id/term/yue/%E7%B4%A2>,
        "索"^^xsd:string ;
    rdfs:comment "large rope, cable; rules, laws; to demand, to exact; to search, inquire; isolated"@en .

<http://lexvo.org/id/char/7D23> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B4%A3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/cu%C3%AC%20z%C3%BA>,
        "紣"^^xsd:string .

<http://lexvo.org/id/char/7D24> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B4%A4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C7%94>,
        "紤"^^xsd:string .

<http://lexvo.org/id/char/7D25> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B4%A5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C4%81%201447.101%3Azh%C4%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%A1%20z%C4%81>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zaat3>,
        <http://lexvo.org/id/term/yue/%E7%B4%A5>,
        "紥"^^xsd:string ;
    rdfs:comment "tie, fasten, bind"@en .

<http://lexvo.org/id/char/7D26> a lvont:Character ;
    lvont:represents "紦"^^xsd:string .

<http://lexvo.org/id/char/7D27> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B4%A7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C7%90n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gan2>,
        <http://lexvo.org/id/term/yue/%E7%B4%A7>,
        "紧"^^xsd:string ;
    rdfs:comment "tense, tight, taut; firm, secure"@en .

<http://lexvo.org/id/char/7D28> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B4%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%B9>,
        "紨"^^xsd:string .

<http://lexvo.org/id/char/7D29> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B4%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%AC>,
        <http://lexvo.org/id/term/vie/nh%E1%BA%A1u%20th%E1%BA%AFt>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dit6%20zat6>,
        <http://lexvo.org/id/term/yue/%E7%B4%A9>,
        "紩"^^xsd:string ;
    rdfs:comment "to sew"@en .

<http://lexvo.org/id/char/7D2A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B4%AA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C7%90>,
        "紪"^^xsd:string .

<http://lexvo.org/id/char/7D2B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B4%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C7%90>,
        <http://lexvo.org/id/term/kor/%E7%B4%AB>,
        <http://lexvo.org/id/term/kor/CA>,
        <http://lexvo.org/id/term/vie/t%C3%ADa>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zi2>,
        <http://lexvo.org/id/term/yue/%E7%B4%AB>,
        "紫"^^xsd:string ;
    rdfs:comment "purple, violet; amethyst; surname"@en .

<http://lexvo.org/id/char/7D2C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B4%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%B3u%20ch%C5%8Du>,
        <http://lexvo.org/id/term/kor/%E7%B4%AC>,
        <http://lexvo.org/id/term/kor/CWU>,
        <http://lexvo.org/id/term/vie/d%C3%B2>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cau1%20cau4>,
        <http://lexvo.org/id/term/yue/%E7%B4%AC>,
        "紬"^^xsd:string ;
    rdfs:comment "kind of thin silk"@en .

<http://lexvo.org/id/char/7D2D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B4%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%B3ng>,
        "紭"^^xsd:string .

<http://lexvo.org/id/char/7D2E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B4%AE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C4%81%201447.102%3Azh%C4%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C4%81%20zh%C4%81%20zh%C3%A1>,
        <http://lexvo.org/id/term/kor/%E7%B4%AE>,
        <http://lexvo.org/id/term/kor/CHAL>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zaat3>,
        <http://lexvo.org/id/term/yue/%E7%B4%AE>,
        "紮"^^xsd:string ;
    rdfs:comment "tie, fasten, bind"@en .

<http://lexvo.org/id/char/7D2F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B4%AF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%A8i%20l%C4%9Bi%20l%C3%A9i%20l%C7%9C%20li%C3%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%A9i%200686.050%3Al%C4%9Bi%200687.040%3Al%C3%A8i>,
        <http://lexvo.org/id/term/kor/%E7%B4%AF>,
        <http://lexvo.org/id/term/kor/LWU>,
        <http://lexvo.org/id/term/vie/lu%E1%BB%B5>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/leoi4%20leoi5%20leoi6>,
        <http://lexvo.org/id/term/yue/%E7%B4%AF>,
        "累"^^xsd:string ;
    rdfs:comment "tired; implicate, involve; bother"@en .

<http://lexvo.org/id/char/7D30> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B4%B0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C3%AC>,
        <http://lexvo.org/id/term/kor/%E7%B4%B0>,
        <http://lexvo.org/id/term/kor/SEY>,
        <http://lexvo.org/id/term/vie/t%E1%BB%9Bi>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sai3>,
        <http://lexvo.org/id/term/yue/%E7%B4%B0>,
        "細"^^xsd:string ;
    rdfs:comment "fine, tiny; slender, thin"@en .

<http://lexvo.org/id/char/7D31> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B4%B1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%BA>,
        <http://lexvo.org/id/term/kor/%E7%B4%B1>,
        <http://lexvo.org/id/term/kor/PWUL>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fat1>,
        <http://lexvo.org/id/term/yue/%E7%B4%B1>,
        "紱"^^xsd:string ;
    rdfs:comment "ribbon or cord used attach ornaments"@en .

<http://lexvo.org/id/char/7D32> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B4%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A8%20y%C3%AC>,
        <http://lexvo.org/id/term/kor/%E7%B4%B2>,
        <http://lexvo.org/id/term/kor/SEL>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sit3>,
        <http://lexvo.org/id/term/yue/%E7%B4%B2>,
        "紲"^^xsd:string ;
    rdfs:comment "bridle; halter"@en .

<http://lexvo.org/id/char/7D33> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B4%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C4%93n>,
        <http://lexvo.org/id/term/kor/%E7%B4%B3>,
        <http://lexvo.org/id/term/kor/SIN>,
        <http://lexvo.org/id/term/vie/thang>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/san1>,
        <http://lexvo.org/id/term/yue/%E7%B4%B3>,
        "紳"^^xsd:string ;
    rdfs:comment "girdle; tie, bind; gentry"@en .

<http://lexvo.org/id/char/7D34> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B4%B4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%A8i>,
        "紴"^^xsd:string .

<http://lexvo.org/id/char/7D35> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B4%B5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%B9>,
        <http://lexvo.org/id/term/kor/%E7%B4%B5>,
        <http://lexvo.org/id/term/kor/CE>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cyu5>,
        <http://lexvo.org/id/term/yue/%E7%B4%B5>,
        "紵"^^xsd:string ;
    rdfs:comment "ramie; sack cloth"@en .

<http://lexvo.org/id/char/7D36> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B4%B6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C7%94>,
        "紶"^^xsd:string .

<http://lexvo.org/id/char/7D37> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B4%B7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%ADng>,
        "紷"^^xsd:string .

<http://lexvo.org/id/char/7D38> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B4%B8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zyu3>,
        <http://lexvo.org/id/term/yue/%E7%B4%B8>,
        "紸"^^xsd:string .

<http://lexvo.org/id/char/7D39> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B4%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%A0o%20ch%C4%81o>,
        <http://lexvo.org/id/term/kor/%E7%B4%B9>,
        <http://lexvo.org/id/term/kor/SO>,
        <http://lexvo.org/id/term/vie/thi%E1%BB%87u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/siu6>,
        <http://lexvo.org/id/term/yue/%E7%B4%B9>,
        "紹"^^xsd:string ;
    rdfs:comment "continue, carry on; hand down; to join"@en .

<http://lexvo.org/id/char/7D3A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B4%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E7%B4%BA>,
        <http://lexvo.org/id/term/kor/KAM>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gam3>,
        <http://lexvo.org/id/term/yue/%E7%B4%BA>,
        "紺"^^xsd:string ;
    rdfs:comment "dark blue or reddish color"@en .

<http://lexvo.org/id/char/7D3B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B4%BB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C4%81ng>,
        "紻"^^xsd:string .

<http://lexvo.org/id/char/7D3C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B4%BC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%BA%20f%C3%A8i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fat1>,
        <http://lexvo.org/id/term/yue/%E7%B4%BC>,
        "紼"^^xsd:string ;
    rdfs:comment "large rope; rope attached to bier"@en .

<http://lexvo.org/id/char/7D3D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B4%BD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/tu%C3%B3>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/to4>,
        <http://lexvo.org/id/term/yue/%E7%B4%BD>,
        "紽"^^xsd:string ;
    rdfs:comment "a strand of silk"@en .

<http://lexvo.org/id/char/7D3E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B4%BE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C4%9Bn>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C4%9Bn%20ti%C7%8En>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/can2%20zan2>,
        <http://lexvo.org/id/term/yue/%E7%B4%BE>,
        "紾"^^xsd:string ;
    rdfs:comment "turns or twist; a switch"@en .

<http://lexvo.org/id/char/7D3F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B4%BF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%A0i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/doi6>,
        <http://lexvo.org/id/term/yue/%E7%B4%BF>,
        "紿"^^xsd:string ;
    rdfs:comment "cheat, fool, pretend"@en .

<http://lexvo.org/id/char/7D40> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B5%80>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%B9%20zhu%C3%B3>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ceot1%20zeot3%20zyut3%20zyut6>,
        <http://lexvo.org/id/term/yue/%E7%B5%80>,
        "絀"^^xsd:string ;
    rdfs:comment "sew, stitch; insufficient"@en .

<http://lexvo.org/id/char/7D41> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B5%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C4%AB>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/si1>,
        <http://lexvo.org/id/term/yue/%E7%B5%81>,
        "絁"^^xsd:string ;
    rdfs:comment "rough, indelicate silk"@en .

<http://lexvo.org/id/char/7D42> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B5%82>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C5%8Dng>,
        <http://lexvo.org/id/term/kor/%E7%B5%82>,
        <http://lexvo.org/id/term/kor/CONG>,
        <http://lexvo.org/id/term/vie/chung>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zung1>,
        <http://lexvo.org/id/term/yue/%E7%B5%82>,
        "終"^^xsd:string ;
    rdfs:comment "end; finally, in the end"@en .

<http://lexvo.org/id/char/7D43> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B5%83>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A1n>,
        <http://lexvo.org/id/term/kor/%E7%B5%83>,
        <http://lexvo.org/id/term/kor/HYEN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jin4>,
        <http://lexvo.org/id/term/yue/%E7%B5%83>,
        "絃"^^xsd:string ;
    rdfs:comment "string on musical instrument"@en .

<http://lexvo.org/id/char/7D44> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B5%84>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C7%94%20q%C5%AB>,
        <http://lexvo.org/id/term/kor/%E7%B5%84>,
        <http://lexvo.org/id/term/kor/CO>,
        <http://lexvo.org/id/term/vie/t%E1%BB%95>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zou2>,
        <http://lexvo.org/id/term/yue/%E7%B5%84>,
        "組"^^xsd:string ;
    rdfs:comment "class; section, department"@en .

<http://lexvo.org/id/char/7D45> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B5%85>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C7%92ng>,
        <http://lexvo.org/id/term/kor/%E7%B5%85>,
        <http://lexvo.org/id/term/kor/KYENG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gwing2>,
        <http://lexvo.org/id/term/yue/%E7%B5%85>,
        "絅"^^xsd:string ;
    rdfs:comment "unlined garment, dust coat"@en .

<http://lexvo.org/id/char/7D46> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B5%86>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E7%B5%86>,
        <http://lexvo.org/id/term/kor/PAN>,
        <http://lexvo.org/id/term/vie/b%E1%BA%ADn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bun6>,
        <http://lexvo.org/id/term/yue/%E7%B5%86>,
        "絆"^^xsd:string ;
    rdfs:comment "loop, catch; fetter, shackle"@en .

<http://lexvo.org/id/char/7D47> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B5%87>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%B9%20q%C3%BA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/keoi4>,
        <http://lexvo.org/id/term/yue/%E7%B5%87>,
        "絇"^^xsd:string .

<http://lexvo.org/id/char/7D48> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B5%88>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%B2>,
        "絈"^^xsd:string .

<http://lexvo.org/id/char/7D49> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B5%89>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%B9>,
        <http://lexvo.org/id/term/kor/%E7%B5%89>,
        <http://lexvo.org/id/term/kor/SWUL>,
        "絉"^^xsd:string .

<http://lexvo.org/id/char/7D4A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B5%8A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zu%C3%AC>,
        "絊"^^xsd:string .

<http://lexvo.org/id/char/7D4B> a lvont:Character ;
    lvont:represents "絋"^^xsd:string .

<http://lexvo.org/id/char/7D4C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B5%8C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C4%ABng>,
        <http://lexvo.org/id/term/kor/%E7%B5%8C>,
        <http://lexvo.org/id/term/kor/KYENG>,
        "経"^^xsd:string ;
    rdfs:comment "classic works; pass through"@en .

<http://lexvo.org/id/char/7D4D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B5%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/r%C3%A8n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/r%C3%A9n%20r%C3%A8n>,
        <http://lexvo.org/id/term/kor/%E7%B5%8D>,
        <http://lexvo.org/id/term/kor/IM>,
        "絍"^^xsd:string ;
    rdfs:comment "to lay the warp; to weave"@en .

<http://lexvo.org/id/char/7D4E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B5%8E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A8ng%20h%C3%A1ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/han6%20hong4>,
        <http://lexvo.org/id/term/yue/%E7%B5%8E>,
        "絎"^^xsd:string ;
    rdfs:comment "baste"@en .

<http://lexvo.org/id/char/7D4F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B5%8F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A8%20y%C3%AC>,
        <http://lexvo.org/id/term/vie/d%C3%A2y>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sit3>,
        <http://lexvo.org/id/term/yue/%E7%B5%8F>,
        "絏"^^xsd:string ;
    rdfs:comment "rope, cable; reins; to tie up, bind"@en .

<http://lexvo.org/id/char/7D50> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B5%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%A9%20j%C3%AC%20ji%C4%93>,
        <http://lexvo.org/id/term/kor/%E7%B5%90>,
        <http://lexvo.org/id/term/kor/KYEL>,
        <http://lexvo.org/id/term/vie/k%E1%BA%BFt>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/git3%20lit3>,
        <http://lexvo.org/id/term/yue/%E7%B5%90>,
        "結"^^xsd:string ;
    rdfs:comment "knot, tie; join, connect"@en .

<http://lexvo.org/id/char/7D51> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B5%91>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C5%AB>,
        "絑"^^xsd:string .

<http://lexvo.org/id/char/7D52> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B5%92>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%B3u>,
        "絒"^^xsd:string .

<http://lexvo.org/id/char/7D53> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B5%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/gu%C3%A0>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gwaa3>,
        <http://lexvo.org/id/term/yue/%E7%B5%93>,
        "絓"^^xsd:string ;
    rdfs:comment "obstructed; hindered"@en .

<http://lexvo.org/id/char/7D54> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B5%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C7%8Ei>,
        "絔"^^xsd:string .

<http://lexvo.org/id/char/7D55> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B5%95>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ju%C3%A9>,
        <http://lexvo.org/id/term/kor/%E7%B5%95>,
        <http://lexvo.org/id/term/kor/CEL>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zyut3%20zyut6>,
        <http://lexvo.org/id/term/yue/%E7%B5%95>,
        "絕"^^xsd:string ;
    rdfs:comment "cut, sever, break off, terminate"@en .

<http://lexvo.org/id/char/7D56> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B5%96>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ku%C3%A0ng>,
        <http://lexvo.org/id/term/kor/%E7%B5%96>,
        <http://lexvo.org/id/term/kor/KWANG>,
        <http://lexvo.org/id/term/vie/quang>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fong3%20kong3%20kwong3>,
        <http://lexvo.org/id/term/yue/%E7%B5%96>,
        "絖"^^xsd:string ;
    rdfs:comment "fine silks; floss"@en .

<http://lexvo.org/id/char/7D57> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B5%97>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%BA>,
        "絗"^^xsd:string .

<http://lexvo.org/id/char/7D58> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B5%98>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ci3>,
        <http://lexvo.org/id/term/yue/%E7%B5%98>,
        "絘"^^xsd:string .

<http://lexvo.org/id/char/7D59> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B5%99>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C4%93ng>,
        <http://lexvo.org/id/term/kor/%E7%B5%99>,
        <http://lexvo.org/id/term/kor/HWAN>,
        "絙"^^xsd:string .

<http://lexvo.org/id/char/7D5A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B5%9A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C4%93ng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C4%93ng%20g%C3%A8ng>,
        "絚"^^xsd:string ;
    rdfs:comment "a rope"@en .

<http://lexvo.org/id/char/7D5B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B5%9B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C4%81o>,
        <http://lexvo.org/id/term/kor/%E7%B5%9B>,
        <http://lexvo.org/id/term/kor/CO>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tou1%20tou3>,
        <http://lexvo.org/id/term/yue/%E7%B5%9B>,
        "絛"^^xsd:string ;
    rdfs:comment "silk braid, sash"@en .

<http://lexvo.org/id/char/7D5C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B5%9C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%A9%201274.010%3Axi%C3%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A9%20ji%C3%A9>,
        <http://lexvo.org/id/term/kor/%E7%B5%9C>,
        <http://lexvo.org/id/term/kor/HYEL>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/git3>,
        <http://lexvo.org/id/term/yue/%E7%B5%9C>,
        "絜"^^xsd:string ;
    rdfs:comment "a marking line; ascertain, assess; measure"@en .

<http://lexvo.org/id/char/7D5D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B5%9D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fu3>,
        <http://lexvo.org/id/term/yue/%E7%B5%9D>,
        "絝"^^xsd:string ;
    rdfs:comment "trousers; breeches leggings; drawers"@en .

<http://lexvo.org/id/char/7D5E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B5%9E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C7%8Eo%20xi%C3%A1o%20ji%C3%A0o>,
        <http://lexvo.org/id/term/kor/%E7%B5%9E>,
        <http://lexvo.org/id/term/kor/KYO>,
        <http://lexvo.org/id/term/vie/gi%E1%BA%A3o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gaau2>,
        <http://lexvo.org/id/term/yue/%E7%B5%9E>,
        "絞"^^xsd:string ;
    rdfs:comment "twist, wring; intertwine; winch"@en .

<http://lexvo.org/id/char/7D5F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B5%9F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qu%C4%81n>,
        "絟"^^xsd:string .

<http://lexvo.org/id/char/7D60> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B5%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C7%8Ei>,
        "絠"^^xsd:string .

<http://lexvo.org/id/char/7D61> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B5%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/lu%C3%B2%20l%C3%A0o>,
        <http://lexvo.org/id/term/kor/%E7%B5%A1>,
        <http://lexvo.org/id/term/kor/LAK>,
        <http://lexvo.org/id/term/vie/r%E1%BA%A1c>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lok3%20lok6>,
        <http://lexvo.org/id/term/yue/%E7%B5%A1>,
        "絡"^^xsd:string ;
    rdfs:comment "enmesh, wrap around; web, net"@en .

<http://lexvo.org/id/char/7D62> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B5%A2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xu%C3%A0n%20x%C3%BAn>,
        <http://lexvo.org/id/term/kor/%E7%B5%A2>,
        <http://lexvo.org/id/term/kor/HYEN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hyun3%20seon1>,
        <http://lexvo.org/id/term/yue/%E7%B5%A2>,
        "絢"^^xsd:string ;
    rdfs:comment "variegated, adorned; brilliant"@en .

<http://lexvo.org/id/char/7D63> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B5%A3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C4%ABng%20b%C4%93ng>,
        <http://lexvo.org/id/term/kor/%E7%B5%A3>,
        <http://lexvo.org/id/term/kor/PYENG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bang1%20bing1>,
        <http://lexvo.org/id/term/yue/%E7%B5%A3>,
        "絣"^^xsd:string ;
    rdfs:comment "to baste for sewing; to connect"@en .

<http://lexvo.org/id/char/7D64> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B5%A4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A0n>,
        "絤"^^xsd:string .

<http://lexvo.org/id/char/7D65> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B5%A5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%BA%20b%C3%A8i>,
        "絥"^^xsd:string ;
    rdfs:comment "to harness a horse a board in front of a carriage for the driver to lean on"@en .

<http://lexvo.org/id/char/7D66> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B5%A6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C4%9Bi%20j%C7%90%20xi%C3%A1>,
        <http://lexvo.org/id/term/kor/%E7%B5%A6>,
        <http://lexvo.org/id/term/kor/KUP>,
        <http://lexvo.org/id/term/vie/c%E1%BA%A5p>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kap1>,
        <http://lexvo.org/id/term/yue/%E7%B5%A6>,
        "給"^^xsd:string ;
    rdfs:comment "give; by, for"@en .

<http://lexvo.org/id/char/7D67> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B5%A7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%B3ng>,
        "絧"^^xsd:string .

<http://lexvo.org/id/char/7D68> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B5%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/r%C3%B3ng>,
        <http://lexvo.org/id/term/kor/%E7%B5%A8>,
        <http://lexvo.org/id/term/kor/YUNG>,
        <http://lexvo.org/id/term/vie/nhung>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jung4>,
        <http://lexvo.org/id/term/yue/%E7%B5%A8>,
        "絨"^^xsd:string ;
    rdfs:comment "silk, cotton, or woolen fabric"@en .

<http://lexvo.org/id/char/7D69> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B5%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ti%C3%A0o>,
        <http://lexvo.org/id/term/kor/%E7%B5%A9>,
        <http://lexvo.org/id/term/kor/CO>,
        <http://lexvo.org/id/term/vie/th%C3%AAu>,
        "絩"^^xsd:string .

<http://lexvo.org/id/char/7D6A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B5%AA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C4%ABn>,
        <http://lexvo.org/id/term/kor/%E7%B5%AA>,
        <http://lexvo.org/id/term/kor/IN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jan1>,
        <http://lexvo.org/id/term/yue/%E7%B5%AA>,
        "絪"^^xsd:string ;
    rdfs:comment "matting; coverlet; cloudy"@en .

<http://lexvo.org/id/char/7D6B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B5%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C4%9Bi>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/leoi4%20leoi5>,
        <http://lexvo.org/id/term/yue/%E7%B5%AB>,
        "絫"^^xsd:string .

<http://lexvo.org/id/char/7D6C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B5%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A8>,
        <http://lexvo.org/id/term/vie/th%C6%B0%E1%BB%A3t>,
        "絬"^^xsd:string .

<http://lexvo.org/id/char/7D6D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B5%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qu%C3%A0n%20ju%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gyun3>,
        <http://lexvo.org/id/term/yue/%E7%B5%AD>,
        "絭"^^xsd:string .

<http://lexvo.org/id/char/7D6E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B5%AE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C3%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C3%B9%20n%C7%9C%20q%C3%B9%20ch%C3%B9%20n%C3%A0>,
        <http://lexvo.org/id/term/kor/%E7%B5%AE>,
        <http://lexvo.org/id/term/kor/SE%20YE>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/seoi5%20seoi6>,
        <http://lexvo.org/id/term/yue/%E7%B5%AE>,
        "絮"^^xsd:string ;
    rdfs:comment "waste cotton, raw silk or cotton"@en .

<http://lexvo.org/id/char/7D6F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B5%AF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C4%81i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/goi1>,
        <http://lexvo.org/id/term/yue/%E7%B5%AF>,
        "絯"^^xsd:string .

<http://lexvo.org/id/char/7D70> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B5%B0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/di%C3%A9>,
        <http://lexvo.org/id/term/kor/%E7%B5%B0>,
        <http://lexvo.org/id/term/kor/CIL>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dit6>,
        <http://lexvo.org/id/term/yue/%E7%B5%B0>,
        "絰"^^xsd:string ;
    rdfs:comment "white hempen cloth worn by mourners"@en .

<http://lexvo.org/id/char/7D71> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B5%B1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C7%92ng>,
        <http://lexvo.org/id/term/kor/%E7%B5%B1>,
        <http://lexvo.org/id/term/kor/THONG>,
        <http://lexvo.org/id/term/vie/th%E1%BB%91ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tung2>,
        <http://lexvo.org/id/term/yue/%E7%B5%B1>,
        "統"^^xsd:string ;
    rdfs:comment "govern, command, control; unite"@en .

<http://lexvo.org/id/char/7D72> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B5%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C4%AB>,
        <http://lexvo.org/id/term/kor/%E7%B5%B2>,
        <http://lexvo.org/id/term/kor/SA>,
        <http://lexvo.org/id/term/vie/t%C6%A1>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/si1>,
        <http://lexvo.org/id/term/yue/%E7%B5%B2>,
        "絲"^^xsd:string ;
    rdfs:comment "silk; fine thread; wire; strings"@en .

<http://lexvo.org/id/char/7D73> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B5%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%A0ng>,
        <http://lexvo.org/id/term/kor/%E7%B5%B3>,
        <http://lexvo.org/id/term/kor/KANG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gong3>,
        <http://lexvo.org/id/term/yue/%E7%B5%B3>,
        "絳"^^xsd:string ;
    rdfs:comment "deep red; river in Shanxi provinc"@en .

<http://lexvo.org/id/char/7D74> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B5%B4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A1ng>,
        "絴"^^xsd:string .

<http://lexvo.org/id/char/7D75> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B5%B5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%AC>,
        "絵"^^xsd:string ;
    rdfs:comment "draw, sketch, paint"@en .

<http://lexvo.org/id/char/7D76> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B5%B6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ju%C3%A9>,
        <http://lexvo.org/id/term/kor/%E7%B5%B6>,
        <http://lexvo.org/id/term/kor/CEL>,
        <http://lexvo.org/id/term/vie/tuy%E1%BB%87t>,
        "絶"^^xsd:string ;
    rdfs:comment "cut"@en .

<http://lexvo.org/id/char/7D77> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B5%B7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zap1>,
        <http://lexvo.org/id/term/yue/%E7%B5%B7>,
        "絷"^^xsd:string ;
    rdfs:comment "confine, tie up; imprison, shackle"@en .

<http://lexvo.org/id/char/7D78> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B5%B8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C7%8En>,
        <http://lexvo.org/id/term/vie/k%C3%A9n>,
        "絸"^^xsd:string .

<http://lexvo.org/id/char/7D79> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B5%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ju%C3%A0n%20xu%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E7%B5%B9>,
        <http://lexvo.org/id/term/kor/KYEN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gyun3>,
        <http://lexvo.org/id/term/yue/%E7%B5%B9>,
        "絹"^^xsd:string ;
    rdfs:comment "kind of thick stiff silk"@en .

<http://lexvo.org/id/char/7D7A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B5%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C4%AB>,
        <http://lexvo.org/id/term/kor/%E7%B5%BA>,
        <http://lexvo.org/id/term/kor/CHI>,
        <http://lexvo.org/id/term/vie/s%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ci1>,
        <http://lexvo.org/id/term/yue/%E7%B5%BA>,
        "絺"^^xsd:string ;
    rdfs:comment "fine linen; fine hemp fiber"@en .

<http://lexvo.org/id/char/7D7B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B5%BB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/mi%C7%8En%20w%C3%A8n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/man5%20man6>,
        <http://lexvo.org/id/term/yue/%E7%B5%BB>,
        "絻"^^xsd:string ;
    rdfs:comment "mourning"@en .

<http://lexvo.org/id/char/7D7C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B5%BC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C4%9Bn%20zh%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zam2%20zi6>,
        <http://lexvo.org/id/term/yue/%E7%B5%BC>,
        "絼"^^xsd:string .

<http://lexvo.org/id/char/7D7D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B5%BD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C7%9A>,
        "絽"^^xsd:string ;
    rdfs:comment "a silk gauze"@en .

<http://lexvo.org/id/char/7D7E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B5%BE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%A9ng>,
        "絾"^^xsd:string .

<http://lexvo.org/id/char/7D7F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B5%BF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C3%BA>,
        <http://lexvo.org/id/term/kor/%E7%B5%BF>,
        <http://lexvo.org/id/term/kor/KWU>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kau4%20kau6>,
        <http://lexvo.org/id/term/yue/%E7%B5%BF>,
        "絿"^^xsd:string ;
    rdfs:comment "urgent"@en .

<http://lexvo.org/id/char/7D80> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B6%80>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C5%AB>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/so1>,
        <http://lexvo.org/id/term/yue/%E7%B6%80>,
        "綀"^^xsd:string ;
    rdfs:comment "a kind of sackcloth"@en .

<http://lexvo.org/id/char/7D81> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B6%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C7%8Eng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bong2>,
        <http://lexvo.org/id/term/yue/%E7%B6%81>,
        "綁"^^xsd:string ;
    rdfs:comment "bind, tie, fasten"@en .

<http://lexvo.org/id/char/7D82> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B6%82>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C7%92ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tung2>,
        <http://lexvo.org/id/term/yue/%E7%B6%82>,
        "綂"^^xsd:string ;
    rdfs:comment "govern, command, control; unite"@en .

<http://lexvo.org/id/char/7D83> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B6%83>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C4%81o%20sh%C4%81o>,
        <http://lexvo.org/id/term/kor/%E7%B6%83>,
        <http://lexvo.org/id/term/kor/CHO>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/siu1>,
        <http://lexvo.org/id/term/yue/%E7%B6%83>,
        "綃"^^xsd:string ;
    rdfs:comment "raw silk fabric"@en .

<http://lexvo.org/id/char/7D84> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B6%84>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C3%A0n%20hu%C7%8En>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/waan4>,
        <http://lexvo.org/id/term/yue/%E7%B6%84>,
        "綄"^^xsd:string .

<http://lexvo.org/id/char/7D85> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B6%85>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C4%ABn%20xi%C4%81n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cam1%20cim1>,
        <http://lexvo.org/id/term/yue/%E7%B6%85>,
        "綅"^^xsd:string ;
    rdfs:comment "thread"@en .

<http://lexvo.org/id/char/7D86> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B6%86>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C4%9Bng%20b%C7%90ng>,
        <http://lexvo.org/id/term/kor/%E7%B6%86>,
        <http://lexvo.org/id/term/kor/KYENG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gang2>,
        <http://lexvo.org/id/term/yue/%E7%B6%86>,
        "綆"^^xsd:string ;
    rdfs:comment "well rope"@en .

<http://lexvo.org/id/char/7D87> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B6%87>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C7%94>,
        "綇"^^xsd:string .

<http://lexvo.org/id/char/7D88> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B6%88>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%AD%20t%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tai4>,
        <http://lexvo.org/id/term/yue/%E7%B6%88>,
        "綈"^^xsd:string ;
    rdfs:comment "coarse pongee, kind of heavy silk"@en .

<http://lexvo.org/id/char/7D89> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B6%89>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%B9%20t%C3%B2u>,
        <http://lexvo.org/id/term/vie/t%C3%BA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sau3>,
        <http://lexvo.org/id/term/yue/%E7%B6%89>,
        "綉"^^xsd:string ;
    rdfs:comment "embroider; embroidery; ornament"@en .

<http://lexvo.org/id/char/7D8A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B6%8A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A9>,
        "綊"^^xsd:string .

<http://lexvo.org/id/char/7D8B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B6%8B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%B3ng>,
        "綋"^^xsd:string .

<http://lexvo.org/id/char/7D8C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B6%8C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gwik1>,
        <http://lexvo.org/id/term/yue/%E7%B6%8C>,
        "綌"^^xsd:string ;
    rdfs:comment "cloth"@en .

<http://lexvo.org/id/char/7D8D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B6%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%BA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/but6%20fat1>,
        <http://lexvo.org/id/term/yue/%E7%B6%8D>,
        "綍"^^xsd:string ;
    rdfs:comment "rope"@en .

<http://lexvo.org/id/char/7D8E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B6%8E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C4%ABng%20t%C3%ADng>,
        <http://lexvo.org/id/term/kor/%E7%B6%8E>,
        <http://lexvo.org/id/term/kor/CENG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ting1%20ting4>,
        <http://lexvo.org/id/term/yue/%E7%B6%8E>,
        "綎"^^xsd:string ;
    rdfs:comment "silk braided cord"@en .

<http://lexvo.org/id/char/7D8F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B6%8F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/su%C4%AB%20su%C3%AD%20shu%C4%81i%20ru%C3%AD%20tu%C7%92>,
        <http://lexvo.org/id/term/kor/%E7%B6%8F>,
        <http://lexvo.org/id/term/kor/YU%20SWU>,
        <http://lexvo.org/id/term/vie/n%E1%BB%91i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/seoi1>,
        <http://lexvo.org/id/term/yue/%E7%B6%8F>,
        "綏"^^xsd:string ;
    rdfs:comment "soothe, appease, pacify; carriage harness"@en .

<http://lexvo.org/id/char/7D90> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B6%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/du%C3%AC>,
        "綐"^^xsd:string ;
    rdfs:comment "a kind of fine silk fabric"@en .

<http://lexvo.org/id/char/7D91> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B6%91>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C7%94n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kwan2>,
        <http://lexvo.org/id/term/yue/%E7%B6%91>,
        "綑"^^xsd:string ;
    rdfs:comment "coil, roll, bundle, tie up"@en .

<http://lexvo.org/id/char/7D92> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B6%92>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C5%AB>,
        "綒"^^xsd:string .

<http://lexvo.org/id/char/7D93> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B6%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C4%ABng%200604.031%3Aj%C3%ACng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C4%ABng%20j%C3%ACng>,
        <http://lexvo.org/id/term/kor/%E7%B6%93>,
        <http://lexvo.org/id/term/kor/KYENG>,
        <http://lexvo.org/id/term/vie/kinh>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ging1>,
        <http://lexvo.org/id/term/yue/%E7%B6%93>,
        "經"^^xsd:string ;
    rdfs:comment "classic works; pass through"@en .

<http://lexvo.org/id/char/7D94> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B6%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%B9>,
        "綔"^^xsd:string .

<http://lexvo.org/id/char/7D95> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B6%95>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C4%AB>,
        "綕"^^xsd:string .

<http://lexvo.org/id/char/7D96> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B6%96>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jin4>,
        <http://lexvo.org/id/term/yue/%E7%B6%96>,
        "綖"^^xsd:string ;
    rdfs:comment "the hanging flap in the front of a hat"@en .

<http://lexvo.org/id/char/7D97> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B6%97>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C7%92ng>,
        "綗"^^xsd:string .

<http://lexvo.org/id/char/7D98> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B6%98>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%A9ng>,
        <http://lexvo.org/id/term/kor/%E7%B6%98>,
        <http://lexvo.org/id/term/kor/PONG>,
        "綘"^^xsd:string .

<http://lexvo.org/id/char/7D99> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B6%99>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%AC>,
        <http://lexvo.org/id/term/kor/%E7%B6%99>,
        <http://lexvo.org/id/term/kor/KYEY>,
        "継"^^xsd:string ;
    rdfs:comment "continue, maintain, carry on"@en .

<http://lexvo.org/id/char/7D9A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/kor/%E7%B6%9A>,
        <http://lexvo.org/id/term/kor/SOK>,
        "続"^^xsd:string ;
    rdfs:comment "continue, carry on; succeed"@en .

<http://lexvo.org/id/char/7D9B> a lvont:Character ;
    lvont:represents "綛"^^xsd:string .

<http://lexvo.org/id/char/7D9C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B6%9C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C5%8Dng%20z%C3%B2ng%20z%C3%A8ng>,
        <http://lexvo.org/id/term/kor/%E7%B6%9C>,
        <http://lexvo.org/id/term/kor/CONG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zung1%20zung3>,
        <http://lexvo.org/id/term/yue/%E7%B6%9C>,
        "綜"^^xsd:string ;
    rdfs:comment "arrange threads for weaving"@en .

<http://lexvo.org/id/char/7D9D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B6%9D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C4%93n%200717.020*%3Al%C3%ADn>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%ADn%20ch%C4%93n%20sh%C4%93n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sam1>,
        <http://lexvo.org/id/term/yue/%E7%B6%9D>,
        "綝"^^xsd:string ;
    rdfs:comment "to stop; adjusted, in order"@en .

<http://lexvo.org/id/char/7D9E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B6%9E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/du%C7%92>,
        "綞"^^xsd:string .

<http://lexvo.org/id/char/7D9F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B6%9F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lit6>,
        <http://lexvo.org/id/term/yue/%E7%B6%9F>,
        "綟"^^xsd:string .

<http://lexvo.org/id/char/7DA0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B6%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C7%9C%20l%C3%B9>,
        <http://lexvo.org/id/term/kor/%E7%B6%A0>,
        <http://lexvo.org/id/term/kor/LOK>,
        <http://lexvo.org/id/term/vie/l%E1%BB%A5c>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/luk6>,
        <http://lexvo.org/id/term/yue/%E7%B6%A0>,
        "綠"^^xsd:string ;
    rdfs:comment "green; chlorine"@en .

<http://lexvo.org/id/char/7DA1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B6%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C3%A1ng>,
        "綡"^^xsd:string .

<http://lexvo.org/id/char/7DA2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B6%A2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%B3u%20t%C4%81o%20di%C3%A0o>,
        <http://lexvo.org/id/term/kor/%E7%B6%A2>,
        <http://lexvo.org/id/term/kor/CWU%20TO>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cau4>,
        <http://lexvo.org/id/term/yue/%E7%B6%A2>,
        "綢"^^xsd:string ;
    rdfs:comment "silk cloth, satin damask"@en .

<http://lexvo.org/id/char/7DA3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B6%A3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qu%C7%8En>,
        <http://lexvo.org/id/term/kor/%E7%B6%A3>,
        <http://lexvo.org/id/term/kor/KWEN>,
        <http://lexvo.org/id/term/vie/cu%E1%BB%99n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hyun3>,
        <http://lexvo.org/id/term/yue/%E7%B6%A3>,
        "綣"^^xsd:string ;
    rdfs:comment "affectionate, solicitous"@en .

<http://lexvo.org/id/char/7DA4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B6%A4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%A0o>,
        "綤"^^xsd:string .

<http://lexvo.org/id/char/7DA5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B6%A5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C3%AC>,
        <http://lexvo.org/id/term/kor/%E7%B6%A5>,
        <http://lexvo.org/id/term/kor/KI>,
        "綥"^^xsd:string .

<http://lexvo.org/id/char/7DA6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B6%A6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C3%AD>,
        <http://lexvo.org/id/term/kor/%E7%B6%A6>,
        <http://lexvo.org/id/term/kor/KI>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kei4>,
        <http://lexvo.org/id/term/yue/%E7%B6%A6>,
        "綦"^^xsd:string ;
    rdfs:comment "dark grey. variegated. superlative"@en .

<http://lexvo.org/id/char/7DA7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B6%A7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C7%94n>,
        <http://lexvo.org/id/term/kor/%E7%B6%A7>,
        <http://lexvo.org/id/term/kor/CWUN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zeon2>,
        <http://lexvo.org/id/term/yue/%E7%B6%A7>,
        "綧"^^xsd:string .

<http://lexvo.org/id/char/7DA8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B6%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C3%AD>,
        "綨"^^xsd:string .

<http://lexvo.org/id/char/7DA9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B6%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C7%8En>,
        <http://lexvo.org/id/term/kor/%E7%B6%A9>,
        <http://lexvo.org/id/term/kor/WEN>,
        "綩"^^xsd:string .

<http://lexvo.org/id/char/7DAA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B6%AA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C3%A0n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C3%A0n%20zh%C4%93ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sin3%20sin6%20zang1>,
        <http://lexvo.org/id/term/yue/%E7%B6%AA>,
        "綪"^^xsd:string ;
    rdfs:comment "dark red"@en .

<http://lexvo.org/id/char/7DAB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B6%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E7%B6%AB>,
        <http://lexvo.org/id/term/kor/SEN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sin3>,
        <http://lexvo.org/id/term/yue/%E7%B6%AB>,
        "綫"^^xsd:string ;
    rdfs:comment "line, thread, wire; clue"@en .

<http://lexvo.org/id/char/7DAC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B6%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%B2u>,
        <http://lexvo.org/id/term/kor/%E7%B6%AC>,
        <http://lexvo.org/id/term/kor/SWU>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sau6>,
        <http://lexvo.org/id/term/yue/%E7%B6%AC>,
        "綬"^^xsd:string ;
    rdfs:comment "silk ribbon attached as a seal"@en .

<http://lexvo.org/id/char/7DAD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B6%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C3%A9i%20y%C3%AD>,
        <http://lexvo.org/id/term/kor/%E7%B6%AD>,
        <http://lexvo.org/id/term/kor/YU>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wai4>,
        <http://lexvo.org/id/term/yue/%E7%B6%AD>,
        "維"^^xsd:string ;
    rdfs:comment "maintain, preserve, safeguard"@en .

<http://lexvo.org/id/char/7DAE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B6%AE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C7%90%200936.020%3Aq%C7%90ng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C7%90%20q%C3%ACng>,
        <http://lexvo.org/id/term/kor/%E7%B6%AE>,
        <http://lexvo.org/id/term/kor/KYEY>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hing3%20kai2>,
        <http://lexvo.org/id/term/yue/%E7%B6%AE>,
        "綮"^^xsd:string ;
    rdfs:comment "embroidered banner"@en .

<http://lexvo.org/id/char/7DAF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B6%AF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%A1o%20k%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tou4>,
        <http://lexvo.org/id/term/yue/%E7%B6%AF>,
        "綯"^^xsd:string ;
    rdfs:comment "to braid, twist; twisted or braided"@en .

<http://lexvo.org/id/char/7DB0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B6%B0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C7%8En>,
        <http://lexvo.org/id/term/kor/%E7%B6%B0>,
        <http://lexvo.org/id/term/kor/KWAN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/waan2>,
        <http://lexvo.org/id/term/yue/%E7%B6%B0>,
        "綰"^^xsd:string ;
    rdfs:comment "to string together, to bind up"@en .

<http://lexvo.org/id/char/7DB1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B6%B1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C4%81ng>,
        <http://lexvo.org/id/term/kor/%E7%B6%B1>,
        <http://lexvo.org/id/term/kor/KANG>,
        <http://lexvo.org/id/term/vie/c%C6%B0%C6%A1ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gong1>,
        <http://lexvo.org/id/term/yue/%E7%B6%B1>,
        "綱"^^xsd:string ;
    rdfs:comment "heavy rope, hawser; main points"@en .

<http://lexvo.org/id/char/7DB2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B6%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C7%8Eng>,
        <http://lexvo.org/id/term/kor/%E7%B6%B2>,
        <http://lexvo.org/id/term/kor/MANG>,
        <http://lexvo.org/id/term/vie/v%C3%B5ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mong5>,
        <http://lexvo.org/id/term/yue/%E7%B6%B2>,
        "網"^^xsd:string ;
    rdfs:comment "net, web; network"@en .

<http://lexvo.org/id/char/7DB3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B6%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C4%93ng%20b%C4%9Bng>,
        <http://lexvo.org/id/term/kor/%E7%B6%B3>,
        <http://lexvo.org/id/term/kor/PWUNG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bang1%20maang1>,
        <http://lexvo.org/id/term/yue/%E7%B6%B3>,
        "綳"^^xsd:string ;
    rdfs:comment "a cloth to carry an infant on the back; to tie; to bind"@en .

<http://lexvo.org/id/char/7DB4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B6%B4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zhu%C3%AC%20chu%C3%B2>,
        <http://lexvo.org/id/term/kor/%E7%B6%B4>,
        <http://lexvo.org/id/term/kor/CHEL%20CHEY>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zeoi3%20zeoi6%20zyut3%20zyut6>,
        <http://lexvo.org/id/term/yue/%E7%B6%B4>,
        "綴"^^xsd:string ;
    rdfs:comment "patch together, link, connect"@en .

<http://lexvo.org/id/char/7DB5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B6%B5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C7%8Ei>,
        <http://lexvo.org/id/term/kor/%E7%B6%B5>,
        <http://lexvo.org/id/term/kor/CHAY>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/coi2>,
        <http://lexvo.org/id/term/yue/%E7%B6%B5>,
        "綵"^^xsd:string ;
    rdfs:comment "varicolored silk; variegated"@en .

<http://lexvo.org/id/char/7DB6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B6%B6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/gu%C7%92>,
        "綶"^^xsd:string .

<http://lexvo.org/id/char/7DB7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B6%B7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/cu%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ceoi3>,
        <http://lexvo.org/id/term/yue/%E7%B6%B7>,
        "綷"^^xsd:string .

<http://lexvo.org/id/char/7DB8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B6%B8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/gu%C4%81n%200747.041%3Al%C3%BAn>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%BAn%20gu%C4%81n>,
        <http://lexvo.org/id/term/kor/%E7%B6%B8>,
        <http://lexvo.org/id/term/kor/LYUN%20KWAN>,
        <http://lexvo.org/id/term/vie/lu%C3%A2n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gwaan1%20gwan1%20leon4>,
        <http://lexvo.org/id/term/yue/%E7%B6%B8>,
        "綸"^^xsd:string ;
    rdfs:comment "green silk thread or tassel"@en .

<http://lexvo.org/id/char/7DB9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B6%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C7%94>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lau5>,
        <http://lexvo.org/id/term/yue/%E7%B6%B9>,
        "綹"^^xsd:string ;
    rdfs:comment "skein; tuft, lock; wrinkle"@en .

<http://lexvo.org/id/char/7DBA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B6%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C7%90%20y%C7%90>,
        <http://lexvo.org/id/term/kor/%E7%B6%BA>,
        <http://lexvo.org/id/term/kor/KI>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ji2>,
        <http://lexvo.org/id/term/yue/%E7%B6%BA>,
        "綺"^^xsd:string ;
    rdfs:comment "fine thin silk; elegant, beautifu"@en .

<http://lexvo.org/id/char/7DBB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B6%BB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E7%B6%BB>,
        <http://lexvo.org/id/term/kor/THAN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zaan6>,
        <http://lexvo.org/id/term/yue/%E7%B6%BB>,
        "綻"^^xsd:string ;
    rdfs:comment "ripped seam, rend, crack"@en .

<http://lexvo.org/id/char/7DBC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B6%BC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C4%93i%20b%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bik1>,
        <http://lexvo.org/id/term/yue/%E7%B6%BC>,
        "綼"^^xsd:string .

<http://lexvo.org/id/char/7DBD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B6%BD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/chu%C3%B2%20ch%C4%81o>,
        <http://lexvo.org/id/term/kor/%E7%B6%BD>,
        <http://lexvo.org/id/term/kor/CAK>,
        <http://lexvo.org/id/term/vie/x%C6%B0%E1%BB%9Bc>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/coek3>,
        <http://lexvo.org/id/term/yue/%E7%B6%BD>,
        "綽"^^xsd:string ;
    rdfs:comment "graceful, delicate; spacious"@en .

<http://lexvo.org/id/char/7DBE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B6%BE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%ADng>,
        <http://lexvo.org/id/term/kor/%E7%B6%BE>,
        <http://lexvo.org/id/term/kor/LUNG>,
        <http://lexvo.org/id/term/vie/tr%C4%83ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ling4>,
        <http://lexvo.org/id/term/yue/%E7%B6%BE>,
        "綾"^^xsd:string ;
    rdfs:comment "thin silk, damask silk"@en .

<http://lexvo.org/id/char/7DBF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B6%BF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/mi%C3%A1n>,
        <http://lexvo.org/id/term/kor/%E7%B6%BF>,
        <http://lexvo.org/id/term/kor/MYEN>,
        <http://lexvo.org/id/term/vie/mi%C3%AAn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/min4>,
        <http://lexvo.org/id/term/yue/%E7%B6%BF>,
        "綿"^^xsd:string ;
    rdfs:comment "cotton wad; wool; soft, downy"@en .

<http://lexvo.org/id/char/7DC0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B7%80>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C4%AB>,
        "緀"^^xsd:string .

<http://lexvo.org/id/char/7DC1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B7%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C3%A8%20j%C4%AB%20q%C4%AB%20q%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cap1>,
        <http://lexvo.org/id/term/yue/%E7%B7%81>,
        "緁"^^xsd:string ;
    rdfs:comment "to join, to splice, to braid"@en .

<http://lexvo.org/id/char/7DC2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B7%82>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C4%81n%20ti%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/taam1>,
        <http://lexvo.org/id/term/yue/%E7%B7%82>,
        "緂"^^xsd:string .

<http://lexvo.org/id/char/7DC3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B7%83>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C5%8Dng>,
        "緃"^^xsd:string ;
    rdfs:comment "perpendicular, erect"@en .

<http://lexvo.org/id/char/7DC4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B7%84>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C7%94n%20h%C3%B9n%20h%C3%BAn>,
        <http://lexvo.org/id/term/kor/%E7%B7%84>,
        <http://lexvo.org/id/term/kor/KON>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gwan2>,
        <http://lexvo.org/id/term/yue/%E7%B7%84>,
        "緄"^^xsd:string ;
    rdfs:comment "cord; woven belt; hem; hemming"@en .

<http://lexvo.org/id/char/7DC5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B7%85>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C5%8Du>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zau1>,
        <http://lexvo.org/id/term/yue/%E7%B7%85>,
        "緅"^^xsd:string ;
    rdfs:comment "silk of purplish color"@en .

<http://lexvo.org/id/char/7DC6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B7%86>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%AC%20x%C3%AC>,
        <http://lexvo.org/id/term/vie/r%E1%BB%A3>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sik1>,
        <http://lexvo.org/id/term/yue/%E7%B7%86>,
        "緆"^^xsd:string .

<http://lexvo.org/id/char/7DC7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B7%87>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C4%AB>,
        <http://lexvo.org/id/term/kor/%E7%B7%87>,
        <http://lexvo.org/id/term/kor/CHI>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zi1>,
        <http://lexvo.org/id/term/yue/%E7%B7%87>,
        "緇"^^xsd:string ;
    rdfs:comment "black silk"@en .

<http://lexvo.org/id/char/7DC8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B7%88>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C3%ACng>,
        "緈"^^xsd:string .

<http://lexvo.org/id/char/7DC9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B7%89>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C7%8Eng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/loeng5>,
        <http://lexvo.org/id/term/yue/%E7%B7%89>,
        "緉"^^xsd:string .

<http://lexvo.org/id/char/7DCA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B7%8A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C7%90n>,
        <http://lexvo.org/id/term/kor/%E7%B7%8A>,
        <http://lexvo.org/id/term/kor/KIN>,
        <http://lexvo.org/id/term/vie/kh%E1%BA%A9n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gan2>,
        <http://lexvo.org/id/term/yue/%E7%B7%8A>,
        "緊"^^xsd:string ;
    rdfs:comment "tense, tight, taut; firm, secure"@en .

<http://lexvo.org/id/char/7DCB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B7%8B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C4%93i>,
        <http://lexvo.org/id/term/kor/%E7%B7%8B>,
        <http://lexvo.org/id/term/kor/PI>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fei1>,
        <http://lexvo.org/id/term/yue/%E7%B7%8B>,
        "緋"^^xsd:string ;
    rdfs:comment "scarlet, dark red, crimson; purpl"@en .

<http://lexvo.org/id/char/7DCC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B7%8C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ru%C3%AD>,
        <http://lexvo.org/id/term/kor/%E7%B7%8C>,
        <http://lexvo.org/id/term/kor/YU>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jeoi4%20jeoi6>,
        <http://lexvo.org/id/term/yue/%E7%B7%8C>,
        "緌"^^xsd:string ;
    rdfs:comment "tassels hanging from hat"@en .

<http://lexvo.org/id/char/7DCD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B7%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%ADn>,
        <http://lexvo.org/id/term/kor/%E7%B7%8D>,
        <http://lexvo.org/id/term/kor/MIN>,
        "緍"^^xsd:string ;
    rdfs:comment "variant of 緡 U+7DE1, a fishing-line; cord; string of coins; a paper or straw string"@en .

<http://lexvo.org/id/char/7DCE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B7%8E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wik6>,
        <http://lexvo.org/id/term/yue/%E7%B7%8E>,
        "緎"^^xsd:string ;
    rdfs:comment "seam"@en .

<http://lexvo.org/id/char/7DCF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B7%8F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C7%92ng>,
        <http://lexvo.org/id/term/kor/%E7%B7%8F>,
        <http://lexvo.org/id/term/kor/CHONG>,
        "総"^^xsd:string ;
    rdfs:comment "collect; overall, altogether"@en .

<http://lexvo.org/id/char/7DD0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B7%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%A1n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%A1n%20p%C3%A1n%20p%C3%B3>,
        "緐"^^xsd:string .

<http://lexvo.org/id/char/7DD1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B7%91>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C7%9C>,
        <http://lexvo.org/id/term/kor/%E7%B7%91>,
        <http://lexvo.org/id/term/kor/LOK>,
        "緑"^^xsd:string ;
    rdfs:comment "green; chlorine"@en .

<http://lexvo.org/id/char/7DD2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B7%92>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C3%B9>,
        <http://lexvo.org/id/term/kor/%E7%B7%92>,
        <http://lexvo.org/id/term/kor/SE>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/seoi5>,
        <http://lexvo.org/id/term/yue/%E7%B7%92>,
        "緒"^^xsd:string ;
    rdfs:comment "end of thread; thread"@en .

<http://lexvo.org/id/char/7DD3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B7%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C4%ABng>,
        "緓"^^xsd:string .

<http://lexvo.org/id/char/7DD4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B7%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%A0ng>,
        "緔"^^xsd:string ;
    rdfs:comment "the piece of leather used for soles on Chinese shoes; a patch"@en .

<http://lexvo.org/id/char/7DD5> a lvont:Character ;
    lvont:represents "緕"^^xsd:string .

<http://lexvo.org/id/char/7DD6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B7%96>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C3%B9>,
        <http://lexvo.org/id/term/kor/%E7%B7%96>,
        <http://lexvo.org/id/term/kor/SE>,
        "緖"^^xsd:string ;
    rdfs:comment "end of thread; thread, clue"@en .

<http://lexvo.org/id/char/7DD7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B7%97>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C4%81ng>,
        <http://lexvo.org/id/term/kor/%E7%B7%97>,
        <http://lexvo.org/id/term/kor/SANG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/soeng1>,
        <http://lexvo.org/id/term/yue/%E7%B7%97>,
        "緗"^^xsd:string ;
    rdfs:comment "light-yellow color"@en .

<http://lexvo.org/id/char/7DD8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B7%98>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C4%81n>,
        <http://lexvo.org/id/term/kor/%E7%B7%98>,
        <http://lexvo.org/id/term/kor/HAM>,
        <http://lexvo.org/id/term/vie/d%C3%A0m>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gaam1%20zin1>,
        <http://lexvo.org/id/term/yue/%E7%B7%98>,
        "緘"^^xsd:string ;
    rdfs:comment "seal, close; bind; letter"@en .

<http://lexvo.org/id/char/7DD9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B7%99>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C3%A8>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kaak1>,
        <http://lexvo.org/id/term/yue/%E7%B7%99>,
        "緙"^^xsd:string ;
    rdfs:comment "the woof of a woven item"@en .

<http://lexvo.org/id/char/7DDA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B7%9A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E7%B7%9A>,
        <http://lexvo.org/id/term/kor/SEN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sin3>,
        <http://lexvo.org/id/term/yue/%E7%B7%9A>,
        "線"^^xsd:string ;
    rdfs:comment "thread, line, wire; clue"@en .

<http://lexvo.org/id/char/7DDB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B7%9B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ru%C7%8En>,
        "緛"^^xsd:string .

<http://lexvo.org/id/char/7DDC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B7%9C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/mi%C3%A1n>,
        <http://lexvo.org/id/term/kor/%E7%B7%9C>,
        <http://lexvo.org/id/term/kor/MYEN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/min4>,
        <http://lexvo.org/id/term/yue/%E7%B7%9C>,
        "緜"^^xsd:string ;
    rdfs:comment "cotton wad; wool; soft, downy"@en .

<http://lexvo.org/id/char/7DDD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B7%9D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C4%AB%20q%C3%AC%20q%C4%AB%20j%C3%AD>,
        <http://lexvo.org/id/term/kor/%E7%B7%9D>,
        <http://lexvo.org/id/term/kor/CIP%20CUP>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cap1>,
        <http://lexvo.org/id/term/yue/%E7%B7%9D>,
        "緝"^^xsd:string ;
    rdfs:comment "to sew in close stitches"@en .

<http://lexvo.org/id/char/7DDE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B7%9E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/du%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E7%B7%9E>,
        <http://lexvo.org/id/term/kor/TAN%20HA>,
        <http://lexvo.org/id/term/vie/%C4%91o%E1%BA%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dyun6>,
        <http://lexvo.org/id/term/yue/%E7%B7%9E>,
        "緞"^^xsd:string ;
    rdfs:comment "satin"@en .

<http://lexvo.org/id/char/7DDF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B7%9F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%B2ng>,
        "緟"^^xsd:string .

<http://lexvo.org/id/char/7DE0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B7%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%AC>,
        <http://lexvo.org/id/term/kor/%E7%B7%A0>,
        <http://lexvo.org/id/term/kor/CHEY>,
        <http://lexvo.org/id/term/vie/r%E1%BA%BF>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dai3%20tai3>,
        <http://lexvo.org/id/term/yue/%E7%B7%A0>,
        "締"^^xsd:string ;
    rdfs:comment "tie, join, connect; connection"@en .

<http://lexvo.org/id/char/7DE1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B7%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%ADn%20m%C7%90n%20mi%C3%A1n%20h%C3%BAn>,
        <http://lexvo.org/id/term/kor/%E7%B7%A1>,
        <http://lexvo.org/id/term/kor/MIN>,
        <http://lexvo.org/id/term/vie/m%E1%BA%A7n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fan1%20man4>,
        <http://lexvo.org/id/term/yue/%E7%B7%A1>,
        "緡"^^xsd:string ;
    rdfs:comment "a fishing-line; cord; string of coins; a paper or straw string"@en .

<http://lexvo.org/id/char/7DE2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B7%A2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/mi%C3%A1o>,
        "緢"^^xsd:string .

<http://lexvo.org/id/char/7DE3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B7%A3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/yu%C3%A1n%20yu%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E7%B7%A3>,
        <http://lexvo.org/id/term/kor/YEN%20TAN>,
        <http://lexvo.org/id/term/vie/duy%C3%AAn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jyun4>,
        <http://lexvo.org/id/term/yue/%E7%B7%A3>,
        "緣"^^xsd:string ;
    rdfs:comment "hem, margin; reason, cause; karma, fate"@en .

<http://lexvo.org/id/char/7DE4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B7%A4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A8>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sit3>,
        <http://lexvo.org/id/term/yue/%E7%B7%A4>,
        "緤"^^xsd:string ;
    rdfs:comment "cord"@en .

<http://lexvo.org/id/char/7DE5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B7%A5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C7%8Eo>,
        "緥"^^xsd:string ;
    rdfs:comment "swaddling"@en .

<http://lexvo.org/id/char/7DE6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B7%A6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C4%AB>,
        <http://lexvo.org/id/term/kor/%E7%B7%A6>,
        <http://lexvo.org/id/term/kor/SI>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/si1>,
        <http://lexvo.org/id/term/yue/%E7%B7%A6>,
        "緦"^^xsd:string ;
    rdfs:comment "coarse cotton cloth used for mourning"@en .

<http://lexvo.org/id/char/7DE7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B7%A7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C5%AB>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cau1>,
        <http://lexvo.org/id/term/yue/%E7%B7%A7>,
        "緧"^^xsd:string .

<http://lexvo.org/id/char/7DE8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B7%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/bi%C4%81n%20bi%C3%A0n%20bi%C7%8En>,
        <http://lexvo.org/id/term/kor/%E7%B7%A8>,
        <http://lexvo.org/id/term/kor/PHYEN%20PYEN>,
        <http://lexvo.org/id/term/vie/bi%C3%AAn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/pin1>,
        <http://lexvo.org/id/term/yue/%E7%B7%A8>,
        "編"^^xsd:string ;
    rdfs:comment "knit, weave; arrange; compile"@en .

<http://lexvo.org/id/char/7DE9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B7%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C7%8En>,
        <http://lexvo.org/id/term/kor/%E7%B7%A9>,
        <http://lexvo.org/id/term/kor/WAN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wun4%20wun6>,
        <http://lexvo.org/id/term/yue/%E7%B7%A9>,
        "緩"^^xsd:string ;
    rdfs:comment "slow, leisurely; to postpone, delay"@en .

<http://lexvo.org/id/char/7DEA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B7%AA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C4%93ng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C4%93ng%20g%C3%A8ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gang1>,
        <http://lexvo.org/id/term/yue/%E7%B7%AA>,
        "緪"^^xsd:string ;
    rdfs:comment "a rope"@en .

<http://lexvo.org/id/char/7DEB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B7%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C5%8Dng%20z%C5%8Dng%20z%C7%92ng>,
        "緫"^^xsd:string .

<http://lexvo.org/id/char/7DEC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B7%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/mi%C7%8En>,
        <http://lexvo.org/id/term/kor/%E7%B7%AC>,
        <http://lexvo.org/id/term/kor/MYEN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/min5>,
        <http://lexvo.org/id/term/yue/%E7%B7%AC>,
        "緬"^^xsd:string ;
    rdfs:comment "distant, remote; think of"@en .

<http://lexvo.org/id/char/7DED> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B7%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C3%A8i>,
        "緭"^^xsd:string .

<http://lexvo.org/id/char/7DEE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B7%AE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%B9>,
        "緮"^^xsd:string .

<http://lexvo.org/id/char/7DEF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B7%AF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C4%9Bi>,
        <http://lexvo.org/id/term/kor/%E7%B7%AF>,
        <http://lexvo.org/id/term/kor/WI>,
        <http://lexvo.org/id/term/vie/v%C4%A9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wai5>,
        <http://lexvo.org/id/term/yue/%E7%B7%AF>,
        "緯"^^xsd:string ;
    rdfs:comment "woof; parallels of latitude"@en .

<http://lexvo.org/id/char/7DF0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B7%B0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%BA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/syu1>,
        <http://lexvo.org/id/term/yue/%E7%B7%B0>,
        "緰"^^xsd:string ;
    rdfs:comment "net"@en .

<http://lexvo.org/id/char/7DF1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B7%B1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C5%8Du>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gau1%20kau1>,
        <http://lexvo.org/id/term/yue/%E7%B7%B1>,
        "緱"^^xsd:string ;
    rdfs:comment "cord binding on hilt of sword"@en .

<http://lexvo.org/id/char/7DF2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B7%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/mi%C7%8Eo>,
        <http://lexvo.org/id/term/kor/%E7%B7%B2>,
        <http://lexvo.org/id/term/kor/MYO>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/miu5>,
        <http://lexvo.org/id/term/yue/%E7%B7%B2>,
        "緲"^^xsd:string ;
    rdfs:comment "indistinct, dim; minute; distant"@en .

<http://lexvo.org/id/char/7DF3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B7%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kit3>,
        <http://lexvo.org/id/term/yue/%E7%B7%B3>,
        "緳"^^xsd:string .

<http://lexvo.org/id/char/7DF4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B7%B4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E7%B7%B4>,
        <http://lexvo.org/id/term/kor/LYEN>,
        <http://lexvo.org/id/term/vie/luy%E1%BB%87n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lin6>,
        <http://lexvo.org/id/term/yue/%E7%B7%B4>,
        "練"^^xsd:string ;
    rdfs:comment "practice, drill, exercise, train"@en .

<http://lexvo.org/id/char/7DF5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B7%B5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C5%8Dng%20z%C3%B2ng>,
        "緵"^^xsd:string ;
    rdfs:comment "net"@en .

<http://lexvo.org/id/char/7DF6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B7%B6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/bi%C3%A0n%20pi%C3%A1n%20bi%C7%8En>,
        <http://lexvo.org/id/term/kor/%E7%B7%B6>,
        <http://lexvo.org/id/term/kor/PHYEN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/pin4>,
        <http://lexvo.org/id/term/yue/%E7%B7%B6>,
        "緶"^^xsd:string ;
    rdfs:comment "hem; plait, braid, queue"@en .

<http://lexvo.org/id/char/7DF7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B7%B7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%B9n>,
        "緷"^^xsd:string .

<http://lexvo.org/id/char/7DF8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B7%B8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C4%ABn>,
        "緸"^^xsd:string .

<http://lexvo.org/id/char/7DF9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B7%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%AD>,
        <http://lexvo.org/id/term/kor/%E7%B7%B9>,
        <http://lexvo.org/id/term/kor/CEY>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tai4>,
        <http://lexvo.org/id/term/yue/%E7%B7%B9>,
        "緹"^^xsd:string ;
    rdfs:comment "reddish color, red, brown"@en .

<http://lexvo.org/id/char/7DFA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B7%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/gu%C4%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/gu%C4%81%20gu%C5%8D%20w%C5%8D>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gwaa1%20gwaa3>,
        <http://lexvo.org/id/term/yue/%E7%B7%BA>,
        "緺"^^xsd:string .

<http://lexvo.org/id/char/7DFB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B7%BB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%AC>,
        <http://lexvo.org/id/term/kor/%E7%B7%BB>,
        <http://lexvo.org/id/term/kor/CHI>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zi3>,
        <http://lexvo.org/id/term/yue/%E7%B7%BB>,
        "緻"^^xsd:string ;
    rdfs:comment "delicate, fine; dense"@en .

<http://lexvo.org/id/char/7DFC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B7%BC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C5%ABn>,
        <http://lexvo.org/id/term/kor/%E7%B7%BC>,
        <http://lexvo.org/id/term/kor/ON>,
        "緼"^^xsd:string ;
    rdfs:comment "variant of 縕 U+7E15, tangled hemp, raveled silk; vague, confused"@en .

<http://lexvo.org/id/char/7DFD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B7%BD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C4%93ng>,
        "緽"^^xsd:string .

<http://lexvo.org/id/char/7DFE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B7%BE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%A1n>,
        "緾"^^xsd:string .

<http://lexvo.org/id/char/7DFF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B7%BF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%A0i>,
        "緿"^^xsd:string .

<http://lexvo.org/id/char/7E00> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B8%80>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A1>,
        "縀"^^xsd:string .

<http://lexvo.org/id/char/7E01> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B8%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/yu%C3%A1n>,
        <http://lexvo.org/id/term/kor/%E7%B8%81>,
        <http://lexvo.org/id/term/kor/YEN%20TAN>,
        "縁"^^xsd:string ;
    rdfs:comment "hem"@en .

<http://lexvo.org/id/char/7E02> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B8%82>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C7%92ng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C7%92ng%20z%C5%8Dng>,
        <http://lexvo.org/id/term/kor/%E7%B8%82>,
        <http://lexvo.org/id/term/kor/CHONG>,
        "縂"^^xsd:string ;
    rdfs:comment "collect; overall, altogether"@en .

<http://lexvo.org/id/char/7E03> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B8%83>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C5%AB>,
        "縃"^^xsd:string .

<http://lexvo.org/id/char/7E04> a lvont:Character ;
    lvont:represents "縄"^^xsd:string ;
    rdfs:comment "rope, string, cord; control"@en .

<http://lexvo.org/id/char/7E05> a lvont:Character ;
    lvont:represents "縅"^^xsd:string ;
    rdfs:comment "to threaten, intimidate"@en .

<http://lexvo.org/id/char/7E06> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B8%86>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C4%93ng>,
        "縆"^^xsd:string ;
    rdfs:comment "a rope"@en .

<http://lexvo.org/id/char/7E07> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/kor/%E7%B8%87>,
        <http://lexvo.org/id/term/kor/SEN>,
        "縇"^^xsd:string ;
    rdfs:comment "decoration"@en .

<http://lexvo.org/id/char/7E08> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B8%88>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%ADng>,
        <http://lexvo.org/id/term/kor/%E7%B8%88>,
        <http://lexvo.org/id/term/kor/YENG>,
        <http://lexvo.org/id/term/vie/quanh>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jing4>,
        <http://lexvo.org/id/term/yue/%E7%B8%88>,
        "縈"^^xsd:string ;
    rdfs:comment "entangle, entwine, coil"@en .

<http://lexvo.org/id/char/7E09> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B8%89>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%ACn>,
        <http://lexvo.org/id/term/kor/%E7%B8%89>,
        <http://lexvo.org/id/term/kor/CIN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zeon3>,
        <http://lexvo.org/id/term/yue/%E7%B8%89>,
        "縉"^^xsd:string ;
    rdfs:comment "red silk"@en .

<http://lexvo.org/id/char/7E0A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B8%8A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%AC>,
        <http://lexvo.org/id/term/kor/%E7%B8%8A>,
        <http://lexvo.org/id/term/kor/AYK%20UY>,
        <http://lexvo.org/id/term/vie/%E1%BA%A3i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ai3>,
        <http://lexvo.org/id/term/yue/%E7%B8%8A>,
        "縊"^^xsd:string ;
    rdfs:comment "hang, strangle"@en .

<http://lexvo.org/id/char/7E0B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B8%8B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zhu%C3%AC>,
        <http://lexvo.org/id/term/kor/%E7%B8%8B>,
        <http://lexvo.org/id/term/kor/CHWU>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zeoi6>,
        <http://lexvo.org/id/term/yue/%E7%B8%8B>,
        "縋"^^xsd:string ;
    rdfs:comment "climb down rope; hang by rope"@en .

<http://lexvo.org/id/char/7E0C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B8%8C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C3%AC>,
        "縌"^^xsd:string .

<http://lexvo.org/id/char/7E0D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B8%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C4%81ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bong1>,
        <http://lexvo.org/id/term/yue/%E7%B8%8D>,
        "縍"^^xsd:string .

<http://lexvo.org/id/char/7E0E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B8%8E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C7%94>,
        <http://lexvo.org/id/term/vie/l%C4%83m%20g%C3%BAt>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gwat1>,
        <http://lexvo.org/id/term/yue/%E7%B8%8E>,
        "縎"^^xsd:string .

<http://lexvo.org/id/char/7E0F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B8%8F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/pun4>,
        <http://lexvo.org/id/term/yue/%E7%B8%8F>,
        "縏"^^xsd:string ;
    rdfs:comment "purse"@en .

<http://lexvo.org/id/char/7E10> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B8%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%B2u>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%B2u%20ch%C3%A0o%20c%C3%B9%20zh%C5%8Du>,
        <http://lexvo.org/id/term/kor/%E7%B8%90>,
        <http://lexvo.org/id/term/kor/CHWU>,
        <http://lexvo.org/id/term/vie/s%C3%B4>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zau3>,
        <http://lexvo.org/id/term/yue/%E7%B8%90>,
        "縐"^^xsd:string ;
    rdfs:comment "crepe, crape, wrinkles, creases"@en .

<http://lexvo.org/id/char/7E11> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B8%91>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C4%81n>,
        <http://lexvo.org/id/term/kor/%E7%B8%91>,
        <http://lexvo.org/id/term/kor/KYEM>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gim1>,
        <http://lexvo.org/id/term/yue/%E7%B8%91>,
        "縑"^^xsd:string ;
    rdfs:comment "fine silk"@en .

<http://lexvo.org/id/char/7E12> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B8%92>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/cu%C7%92>,
        "縒"^^xsd:string ;
    rdfs:comment "to twist"@en .

<http://lexvo.org/id/char/7E13> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B8%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qu%C7%8En%20qu%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cyun3%20cyun4%20jyun4>,
        <http://lexvo.org/id/term/yue/%E7%B8%93>,
        "縓"^^xsd:string ;
    rdfs:comment "orange or reddish-yellow silk"@en .

<http://lexvo.org/id/char/7E14> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B8%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/shu%C7%8Eng>,
        "縔"^^xsd:string .

<http://lexvo.org/id/char/7E15> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B8%95>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C5%ABn%20y%C3%B9n>,
        <http://lexvo.org/id/term/kor/%E7%B8%95>,
        <http://lexvo.org/id/term/kor/ON>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wan1%20wan3>,
        <http://lexvo.org/id/term/yue/%E7%B8%95>,
        "縕"^^xsd:string ;
    rdfs:comment "tangled hemp, raveled silk; vague, confused"@en .

<http://lexvo.org/id/char/7E16> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B8%96>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A1>,
        "縖"^^xsd:string .

<http://lexvo.org/id/char/7E17> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B8%97>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/cu%C4%AB%20su%C4%AB%20shu%C4%81i>,
        <http://lexvo.org/id/term/kor/%E7%B8%97>,
        <http://lexvo.org/id/term/kor/CHOY>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ceoi1>,
        <http://lexvo.org/id/term/yue/%E7%B8%97>,
        "縗"^^xsd:string ;
    rdfs:comment "sackcloth worn on breast during"@en .

<http://lexvo.org/id/char/7E18> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B8%98>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C4%AB>,
        <http://lexvo.org/id/term/kor/%E7%B8%98>,
        <http://lexvo.org/id/term/kor/KYEY>,
        "縘"^^xsd:string .

<http://lexvo.org/id/char/7E19> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B8%99>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/r%C3%B3ng>,
        "縙"^^xsd:string .

<http://lexvo.org/id/char/7E1A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B8%9A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C4%81o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tou1>,
        <http://lexvo.org/id/term/yue/%E7%B8%9A>,
        "縚"^^xsd:string ;
    rdfs:comment "band"@en .

<http://lexvo.org/id/char/7E1B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B8%9B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%BA>,
        <http://lexvo.org/id/term/kor/%E7%B8%9B>,
        <http://lexvo.org/id/term/kor/PAK>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bok3%20fok3>,
        <http://lexvo.org/id/term/yue/%E7%B8%9B>,
        "縛"^^xsd:string ;
    rdfs:comment "to tie"@en .

<http://lexvo.org/id/char/7E1C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B8%9C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%BAn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gwan1%20wan4>,
        <http://lexvo.org/id/term/yue/%E7%B8%9C>,
        "縜"^^xsd:string .

<http://lexvo.org/id/char/7E1D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B8%9D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C4%93n%20zh%C4%9Bn%20zh%C4%93n>,
        <http://lexvo.org/id/term/kor/%E7%B8%9D>,
        <http://lexvo.org/id/term/kor/CIN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zan2>,
        <http://lexvo.org/id/term/yue/%E7%B8%9D>,
        "縝"^^xsd:string ;
    rdfs:comment "detailed, fine; closely woven"@en .

<http://lexvo.org/id/char/7E1E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B8%9E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C7%8Eo>,
        <http://lexvo.org/id/term/kor/%E7%B8%9E>,
        <http://lexvo.org/id/term/kor/HO>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gou2>,
        <http://lexvo.org/id/term/yue/%E7%B8%9E>,
        "縞"^^xsd:string ;
    rdfs:comment "white raw silk"@en .

<http://lexvo.org/id/char/7E1F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B8%9F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/r%C3%B9%20r%C7%92ng>,
        <http://lexvo.org/id/term/kor/%E7%B8%9F>,
        <http://lexvo.org/id/term/kor/YO>,
        <http://lexvo.org/id/term/vie/nh%E1%BB%8Dc>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/juk6>,
        <http://lexvo.org/id/term/yue/%E7%B8%9F>,
        "縟"^^xsd:string ;
    rdfs:comment "decorative, adorned, elegant"@en .

<http://lexvo.org/id/char/7E20> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B8%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%BA>,
        <http://lexvo.org/id/term/kor/%E7%B8%A0>,
        <http://lexvo.org/id/term/kor/KOK>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/huk6>,
        <http://lexvo.org/id/term/yue/%E7%B8%A0>,
        "縠"^^xsd:string ;
    rdfs:comment "crepe"@en .

<http://lexvo.org/id/char/7E21> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B8%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C7%8Ei%20z%C3%A0i>,
        <http://lexvo.org/id/term/kor/%E7%B8%A1>,
        <http://lexvo.org/id/term/kor/CAY>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zoi2>,
        <http://lexvo.org/id/term/yue/%E7%B8%A1>,
        "縡"^^xsd:string ;
    rdfs:comment "matter, affair"@en .

<http://lexvo.org/id/char/7E22> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B8%A2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%A9ng>,
        <http://lexvo.org/id/term/kor/%E7%B8%A2>,
        <http://lexvo.org/id/term/kor/TUNG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tang4>,
        <http://lexvo.org/id/term/yue/%E7%B8%A2>,
        "縢"^^xsd:string ;
    rdfs:comment "bind, tie up, restrain; cord"@en .

<http://lexvo.org/id/char/7E23> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B8%A3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A0n%201250.072%3Axu%C3%A1n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A0n%20xu%C3%A1n>,
        <http://lexvo.org/id/term/kor/%E7%B8%A3>,
        <http://lexvo.org/id/term/kor/HYEN>,
        <http://lexvo.org/id/term/vie/huy%E1%BB%87n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jyun2%20jyun4%20jyun6>,
        <http://lexvo.org/id/term/yue/%E7%B8%A3>,
        "縣"^^xsd:string ;
    rdfs:comment "county, district, subdivision"@en .

<http://lexvo.org/id/char/7E24> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B8%A4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C3%B9>,
        "縤"^^xsd:string .

<http://lexvo.org/id/char/7E25> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B8%A5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C4%9Bn>,
        "縥"^^xsd:string .

<http://lexvo.org/id/char/7E26> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B8%A6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C3%B2ng%20c%C3%B3ng%20z%C7%92ng>,
        <http://lexvo.org/id/term/kor/%E7%B8%A6>,
        <http://lexvo.org/id/term/kor/CONG%20CHONG>,
        "縦"^^xsd:string ;
    rdfs:comment "indulge in, give free reign to"@en .

<http://lexvo.org/id/char/7E27> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B8%A7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C4%81o>,
        "縧"^^xsd:string ;
    rdfs:comment "silk cord, ribbon"@en .

<http://lexvo.org/id/char/7E28> a lvont:Character ;
    lvont:represents "縨"^^xsd:string .

<http://lexvo.org/id/char/7E29> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B8%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C3%A0i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/coi3%20zoi3>,
        <http://lexvo.org/id/term/yue/%E7%B8%A9>,
        "縩"^^xsd:string .

<http://lexvo.org/id/char/7E2A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B8%AA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bat1>,
        <http://lexvo.org/id/term/yue/%E7%B8%AA>,
        "縪"^^xsd:string .

<http://lexvo.org/id/char/7E2B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B8%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%A9ng%20f%C3%A8ng>,
        <http://lexvo.org/id/term/kor/%E7%B8%AB>,
        <http://lexvo.org/id/term/kor/PONG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fung4%20fung6>,
        <http://lexvo.org/id/term/yue/%E7%B8%AB>,
        "縫"^^xsd:string ;
    rdfs:comment "sew, mend"@en .

<http://lexvo.org/id/char/7E2C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B8%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C3%B9>,
        "縬"^^xsd:string .

<http://lexvo.org/id/char/7E2D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B8%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lei4>,
        <http://lexvo.org/id/term/yue/%E7%B8%AD>,
        "縭"^^xsd:string ;
    rdfs:comment "a bridal veil; to tie; to bind"@en .

<http://lexvo.org/id/char/7E2E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B8%AE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/su%C5%8D%20s%C3%B9>,
        <http://lexvo.org/id/term/kor/%E7%B8%AE>,
        <http://lexvo.org/id/term/kor/CHWUK>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/suk1>,
        <http://lexvo.org/id/term/yue/%E7%B8%AE>,
        "縮"^^xsd:string ;
    rdfs:comment "contract, draw in, reduce"@en .

<http://lexvo.org/id/char/7E2F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B8%AF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%8En>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%90n%20y%C7%8En>,
        <http://lexvo.org/id/term/kor/%E7%B8%AF>,
        <http://lexvo.org/id/term/kor/YEN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jin2>,
        <http://lexvo.org/id/term/yue/%E7%B8%AF>,
        "縯"^^xsd:string ;
    rdfs:comment "long"@en .

<http://lexvo.org/id/char/7E30> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B8%B0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C7%90>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/saai2>,
        <http://lexvo.org/id/term/yue/%E7%B8%B0>,
        "縰"^^xsd:string ;
    rdfs:comment "band for the hair"@en .

<http://lexvo.org/id/char/7E31> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B8%B1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C3%B2ng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C3%B2ng%20z%C7%92ng%20s%C7%92ng%20c%C3%B3ng>,
        <http://lexvo.org/id/term/kor/%E7%B8%B1>,
        <http://lexvo.org/id/term/kor/CONG%20CHONG>,
        <http://lexvo.org/id/term/vie/tung>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zung1%20zung3>,
        <http://lexvo.org/id/term/yue/%E7%B8%B1>,
        "縱"^^xsd:string ;
    rdfs:comment "indulge in, give free reign to"@en .

<http://lexvo.org/id/char/7E32> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B8%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%A9i>,
        <http://lexvo.org/id/term/kor/%E7%B8%B2>,
        <http://lexvo.org/id/term/kor/LYU>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/leoi4>,
        <http://lexvo.org/id/term/yue/%E7%B8%B2>,
        "縲"^^xsd:string ;
    rdfs:comment "a chain or rope used bind criminals"@en .

<http://lexvo.org/id/char/7E33> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B8%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zhu%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E7%B8%B3>,
        <http://lexvo.org/id/term/kor/KYEN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zyun3>,
        <http://lexvo.org/id/term/yue/%E7%B8%B3>,
        "縳"^^xsd:string ;
    rdfs:comment "wrap"@en .

<http://lexvo.org/id/char/7E34> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B8%B4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C3%A0n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C4%81n%20qi%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E7%B8%B4>,
        <http://lexvo.org/id/term/kor/KYEN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hin1%20hin3>,
        <http://lexvo.org/id/term/yue/%E7%B8%B4>,
        "縴"^^xsd:string ;
    rdfs:comment "tow line"@en .

<http://lexvo.org/id/char/7E35> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B8%B5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E7%B8%B5>,
        <http://lexvo.org/id/term/kor/MAN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/maan6>,
        <http://lexvo.org/id/term/yue/%E7%B8%B5>,
        "縵"^^xsd:string ;
    rdfs:comment "plain silk; simple, plain"@en .

<http://lexvo.org/id/char/7E36> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B8%B6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zap1>,
        <http://lexvo.org/id/term/yue/%E7%B8%B6>,
        "縶"^^xsd:string ;
    rdfs:comment "confine, tie up; imprison, shackle"@en .

<http://lexvo.org/id/char/7E37> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B8%B7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C7%9A>,
        <http://lexvo.org/id/term/kor/%E7%B8%B7>,
        <http://lexvo.org/id/term/kor/LWU>,
        <http://lexvo.org/id/term/vie/l%E1%BB%A5a>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lau5%20leoi5>,
        <http://lexvo.org/id/term/yue/%E7%B8%B7>,
        "縷"^^xsd:string ;
    rdfs:comment "thread; detailed, precise"@en .

<http://lexvo.org/id/char/7E38> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B8%B8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%B2%20m%C3%B9>,
        <http://lexvo.org/id/term/vie/m%E1%BA%AFc>,
        "縸"^^xsd:string .

<http://lexvo.org/id/char/7E39> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B8%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/pi%C7%8Eo%20pi%C4%81o>,
        <http://lexvo.org/id/term/kor/%E7%B8%B9>,
        <http://lexvo.org/id/term/kor/PHYO>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/piu1%20piu5>,
        <http://lexvo.org/id/term/yue/%E7%B8%B9>,
        "縹"^^xsd:string ;
    rdfs:comment "light blue silk; dim; misty"@en .

<http://lexvo.org/id/char/7E3A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B8%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C3%A1n>,
        <http://lexvo.org/id/term/vie/n%E1%BA%BFm%20len>,
        "縺"^^xsd:string ;
    rdfs:comment "to tangle, knot, kink, get twisted; to get complicated"@en .

<http://lexvo.org/id/char/7E3B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B8%BB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%AD>,
        <http://lexvo.org/id/term/kor/%E7%B8%BB>,
        <http://lexvo.org/id/term/kor/MI>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mei4>,
        <http://lexvo.org/id/term/yue/%E7%B8%BB>,
        "縻"^^xsd:string ;
    rdfs:comment "halter for ox; tie up, harness"@en .

<http://lexvo.org/id/char/7E3C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B8%BC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xu%C3%A0n>,
        "縼"^^xsd:string .

<http://lexvo.org/id/char/7E3D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B8%BD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C7%92ng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C7%92ng%20z%C5%8Dng>,
        <http://lexvo.org/id/term/kor/%E7%B8%BD>,
        <http://lexvo.org/id/term/kor/CHONG>,
        <http://lexvo.org/id/term/vie/t%E1%BB%95ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zung2>,
        <http://lexvo.org/id/term/yue/%E7%B8%BD>,
        "總"^^xsd:string ;
    rdfs:comment "collect; overall, altogether"@en .

<http://lexvo.org/id/char/7E3E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B8%BE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C4%AB>,
        <http://lexvo.org/id/term/kor/%E7%B8%BE>,
        <http://lexvo.org/id/term/kor/CEK>,
        <http://lexvo.org/id/term/vie/t%C3%ADch>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zek3%20zik1>,
        <http://lexvo.org/id/term/yue/%E7%B8%BE>,
        "績"^^xsd:string ;
    rdfs:comment "spin; achievements"@en .

<http://lexvo.org/id/char/7E3F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B8%BF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C4%81n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/saam1>,
        <http://lexvo.org/id/term/yue/%E7%B8%BF>,
        "縿"^^xsd:string ;
    rdfs:comment "streamer"@en .

<http://lexvo.org/id/char/7E40> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B9%80>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/su%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/seoi3>,
        <http://lexvo.org/id/term/yue/%E7%B9%80>,
        "繀"^^xsd:string .

<http://lexvo.org/id/char/7E41> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B9%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%A1n%200884.130%3Ap%C3%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%A1n%20p%C3%B3%20p%C3%A1n>,
        <http://lexvo.org/id/term/kor/%E7%B9%81>,
        <http://lexvo.org/id/term/kor/PEN%20PAN>,
        <http://lexvo.org/id/term/vie/ph%E1%BB%93n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/faan4>,
        <http://lexvo.org/id/term/yue/%E7%B9%81>,
        "繁"^^xsd:string ;
    rdfs:comment "complicated, complex, difficult"@en .

<http://lexvo.org/id/char/7E42> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B9%82>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/shu%C3%A0i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/leot6>,
        <http://lexvo.org/id/term/yue/%E7%B9%82>,
        "繂"^^xsd:string .

<http://lexvo.org/id/char/7E43> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B9%83>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C4%93ng%200053.091%3Ab%C4%9Bng%200054.011%3Ab%C3%A8ng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C4%93ng%20b%C4%9Bng%20b%C3%A8ng>,
        <http://lexvo.org/id/term/kor/%E7%B9%83>,
        <http://lexvo.org/id/term/kor/PWUNG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/baang6%20bang1%20maang1>,
        <http://lexvo.org/id/term/yue/%E7%B9%83>,
        "繃"^^xsd:string ;
    rdfs:comment "bind, draw firmly, strap"@en .

<http://lexvo.org/id/char/7E44> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B9%84>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C4%AB>,
        <http://lexvo.org/id/term/kor/%E7%B9%84>,
        <http://lexvo.org/id/term/kor/YEY>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ji1>,
        <http://lexvo.org/id/term/yue/%E7%B9%84>,
        "繄"^^xsd:string ;
    rdfs:comment "be; particle; sigh, alas"@en .

<http://lexvo.org/id/char/7E45> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B9%85>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C4%81o%20z%C7%8Eo>,
        <http://lexvo.org/id/term/kor/%E7%B9%85>,
        <http://lexvo.org/id/term/kor/SO>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sou1>,
        <http://lexvo.org/id/term/yue/%E7%B9%85>,
        "繅"^^xsd:string ;
    rdfs:comment "draw, reel silk from cocoons; elegant compositions"@en .

<http://lexvo.org/id/char/7E46> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B9%86>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%B3u%20ji%C5%AB%20li%C7%8Eo%20mi%C3%A0o%20mi%C3%B9%20m%C3%B9>,
        <http://lexvo.org/id/term/kor/%E7%B9%86>,
        <http://lexvo.org/id/term/kor/MWU%20YU>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mau4%20mau6%20miu6%20muk6>,
        <http://lexvo.org/id/term/yue/%E7%B9%86>,
        "繆"^^xsd:string ;
    rdfs:comment "wind around, bind; prepare"@en .

<http://lexvo.org/id/char/7E47> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B9%87>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A1o%201400.060%3Ay%C3%B3u%201506.110%3Azh%C3%B2u>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A1o%20y%C3%B3u%20zh%C3%B2u%20y%C4%81o>,
        <http://lexvo.org/id/term/kor/%E7%B9%87>,
        <http://lexvo.org/id/term/kor/YO>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jau4%20jiu4%20zau6>,
        <http://lexvo.org/id/term/yue/%E7%B9%87>,
        "繇"^^xsd:string ;
    rdfs:comment "reason, cause"@en .

<http://lexvo.org/id/char/7E48> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B9%88>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C7%8Eng%20ji%C7%8Eng>,
        <http://lexvo.org/id/term/kor/%E7%B9%88>,
        <http://lexvo.org/id/term/kor/KANG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/koeng5>,
        <http://lexvo.org/id/term/yue/%E7%B9%88>,
        "繈"^^xsd:string ;
    rdfs:comment "string of copper coins; swaddling clothes"@en .

<http://lexvo.org/id/char/7E49> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B9%89>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%BAn>,
        "繉"^^xsd:string .

<http://lexvo.org/id/char/7E4A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/kor/%E7%B9%8A>,
        <http://lexvo.org/id/term/kor/SEM>,
        "繊"^^xsd:string ;
    rdfs:comment "fine, delicate; minute; graceful"@en .

<http://lexvo.org/id/char/7E4B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B9%8B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C3%AC>,
        <http://lexvo.org/id/term/kor/%E7%B9%8B>,
        <http://lexvo.org/id/term/kor/KYEY>,
        "繋"^^xsd:string ;
    rdfs:comment "attach, connect, unite, fasten"@en .

<http://lexvo.org/id/char/7E4C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/zung1>,
        <http://lexvo.org/id/term/yue/%E7%B9%8C>,
        "繌"^^xsd:string .

<http://lexvo.org/id/char/7E4D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B9%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%B9>,
        <http://lexvo.org/id/term/kor/%E7%B9%8D>,
        <http://lexvo.org/id/term/kor/SWU>,
        "繍"^^xsd:string ;
    rdfs:comment "embroider; embroidery; ornament"@en .

<http://lexvo.org/id/char/7E4E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B9%8E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/r%C3%A1n>,
        "繎"^^xsd:string .

<http://lexvo.org/id/char/7E4F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B9%8F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xu%C3%A0n>,
        "繏"^^xsd:string .

<http://lexvo.org/id/char/7E50> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B9%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/su%C3%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/su%C3%AC%20hu%C3%AC>,
        <http://lexvo.org/id/term/kor/%E7%B9%90>,
        <http://lexvo.org/id/term/kor/SEY>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/seoi6>,
        <http://lexvo.org/id/term/yue/%E7%B9%90>,
        "繐"^^xsd:string ;
    rdfs:comment "fine cloth"@en .

<http://lexvo.org/id/char/7E51> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B9%91>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C4%81o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hiu1%20kiu5>,
        <http://lexvo.org/id/term/yue/%E7%B9%91>,
        "繑"^^xsd:string .

<http://lexvo.org/id/char/7E52> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B9%92>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C4%93ng%20c%C3%A9ng%20z%C3%A8ng>,
        <http://lexvo.org/id/term/kor/%E7%B9%92>,
        <http://lexvo.org/id/term/kor/CUNG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zang1>,
        <http://lexvo.org/id/term/yue/%E7%B9%92>,
        "繒"^^xsd:string ;
    rdfs:comment "silk fabrics; surname"@en .

<http://lexvo.org/id/char/7E53> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B9%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zu%C7%92>,
        <http://lexvo.org/id/term/vie/nh%C3%A8%20t%C3%B3i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dyut3>,
        <http://lexvo.org/id/term/yue/%E7%B9%93>,
        "繓"^^xsd:string .

<http://lexvo.org/id/char/7E54> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B9%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C4%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C4%AB%20zh%C3%AC>,
        <http://lexvo.org/id/term/kor/%E7%B9%94>,
        <http://lexvo.org/id/term/kor/CIK>,
        <http://lexvo.org/id/term/vie/ch%E1%BB%A9c>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zik1>,
        <http://lexvo.org/id/term/yue/%E7%B9%94>,
        "織"^^xsd:string ;
    rdfs:comment "weave, knit; organize, unite"@en .

<http://lexvo.org/id/char/7E55> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B9%95>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E7%B9%95>,
        <http://lexvo.org/id/term/kor/SEN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sin6>,
        <http://lexvo.org/id/term/yue/%E7%B9%95>,
        "繕"^^xsd:string ;
    rdfs:comment "repair, mend; rewrite, transcribe"@en .

<http://lexvo.org/id/char/7E56> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B9%96>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C7%8En>,
        <http://lexvo.org/id/term/kor/%E7%B9%96>,
        <http://lexvo.org/id/term/kor/SAN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/saan3>,
        <http://lexvo.org/id/term/yue/%E7%B9%96>,
        "繖"^^xsd:string ;
    rdfs:comment "umbrella, parasol, parachute"@en .

<http://lexvo.org/id/char/7E57> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B9%97>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%ADn>,
        <http://lexvo.org/id/term/kor/%E7%B9%97>,
        <http://lexvo.org/id/term/kor/LIN>,
        "繗"^^xsd:string .

<http://lexvo.org/id/char/7E58> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B9%98>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%B9%20j%C3%BA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/leot6%20wat6>,
        <http://lexvo.org/id/term/yue/%E7%B9%98>,
        "繘"^^xsd:string ;
    rdfs:comment "rope"@en .

<http://lexvo.org/id/char/7E59> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B9%99>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C4%81n%200300.090*%3Af%C3%A1n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C4%81n%20f%C3%A1n>,
        <http://lexvo.org/id/term/kor/%E7%B9%99>,
        <http://lexvo.org/id/term/kor/PEN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/faan1>,
        <http://lexvo.org/id/term/yue/%E7%B9%99>,
        "繙"^^xsd:string ;
    rdfs:comment "to interpret; to flap, flutter in the wind"@en .

<http://lexvo.org/id/char/7E5A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B9%9A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C3%A1o%20r%C7%8Eo>,
        <http://lexvo.org/id/term/kor/%E7%B9%9A>,
        <http://lexvo.org/id/term/kor/LYO>,
        <http://lexvo.org/id/term/vie/l%C3%A8o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/liu4>,
        <http://lexvo.org/id/term/yue/%E7%B9%9A>,
        "繚"^^xsd:string ;
    rdfs:comment "wind round, rap around, bind"@en .

<http://lexvo.org/id/char/7E5B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B9%9B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/chu%C3%B2%20ch%C4%81o>,
        "繛"^^xsd:string .

<http://lexvo.org/id/char/7E5C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B9%9C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C5%ABn%20z%C7%94n>,
        "繜"^^xsd:string .

<http://lexvo.org/id/char/7E5D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B9%9D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%A0n>,
        "繝"^^xsd:string .

<http://lexvo.org/id/char/7E5E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B9%9E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/r%C3%A0o%20r%C7%8Eo>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/r%C7%8Eo%200956.081%3Ar%C3%A0o>,
        <http://lexvo.org/id/term/kor/%E7%B9%9E>,
        <http://lexvo.org/id/term/kor/YO>,
        <http://lexvo.org/id/term/vie/nhi%E1%BB%85u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jiu2%20jiu5>,
        <http://lexvo.org/id/term/yue/%E7%B9%9E>,
        "繞"^^xsd:string ;
    rdfs:comment "entwine; wind around; surround"@en .

<http://lexvo.org/id/char/7E5F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B9%9F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C7%8En>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zin2>,
        <http://lexvo.org/id/term/yue/%E7%B9%9F>,
        "繟"^^xsd:string .

<http://lexvo.org/id/char/7E60> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B9%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ru%C7%90>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jeoi5>,
        <http://lexvo.org/id/term/yue/%E7%B9%A0>,
        "繠"^^xsd:string ;
    rdfs:comment "hang"@en .

<http://lexvo.org/id/char/7E61> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B9%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%B9>,
        <http://lexvo.org/id/term/kor/%E7%B9%A1>,
        <http://lexvo.org/id/term/kor/SWU>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sau3>,
        <http://lexvo.org/id/term/yue/%E7%B9%A1>,
        "繡"^^xsd:string ;
    rdfs:comment "embroider; embroidery; ornament"@en .

<http://lexvo.org/id/char/7E62> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B9%A2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%AC%20hu%C3%AD>,
        <http://lexvo.org/id/term/kor/%E7%B9%A2>,
        <http://lexvo.org/id/term/kor/KWEY>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kui2>,
        <http://lexvo.org/id/term/yue/%E7%B9%A2>,
        "繢"^^xsd:string ;
    rdfs:comment "draw, sketch, paint"@en .

<http://lexvo.org/id/char/7E63> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B9%A3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%A0>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/waak6>,
        <http://lexvo.org/id/term/yue/%E7%B9%A3>,
        "繣"^^xsd:string ;
    rdfs:comment "obstinate; perverse"@en .

<http://lexvo.org/id/char/7E64> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B9%A4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zu%C7%8En>,
        <http://lexvo.org/id/term/kor/%E7%B9%A4>,
        <http://lexvo.org/id/term/kor/CHAN>,
        "繤"^^xsd:string ;
    rdfs:comment "edit"@en .

<http://lexvo.org/id/char/7E65> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B9%A5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C4%AB>,
        "繥"^^xsd:string .

<http://lexvo.org/id/char/7E66> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B9%A6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C7%8Eng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C7%8Eng%20ji%C7%8Eng>,
        <http://lexvo.org/id/term/kor/%E7%B9%A6>,
        <http://lexvo.org/id/term/kor/KANG>,
        "繦"^^xsd:string ;
    rdfs:comment "string of copper coins; swaddling"@en .

<http://lexvo.org/id/char/7E67> a lvont:Character ;
    lvont:represents "繧"^^xsd:string .

<http://lexvo.org/id/char/7E68> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B9%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%A1%20da>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/da>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/daat6>,
        <http://lexvo.org/id/term/yue/%E7%B9%A8>,
        "繨"^^xsd:string ;
    rdfs:comment "a knot (of a rope)"@en .

<http://lexvo.org/id/char/7E69> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B9%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%A9ng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%A9ng%20m%C7%90n%20y%C3%ACng%20sh%C3%A8ng>,
        <http://lexvo.org/id/term/kor/%E7%B9%A9>,
        <http://lexvo.org/id/term/kor/SUNG>,
        <http://lexvo.org/id/term/vie/th%E1%BA%B1ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sing4>,
        <http://lexvo.org/id/term/yue/%E7%B9%A9>,
        "繩"^^xsd:string ;
    rdfs:comment "rope, string, cord; measure, restrain"@en .

<http://lexvo.org/id/char/7E6A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B9%AA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%AC%20gu%C3%AC>,
        <http://lexvo.org/id/term/kor/%E7%B9%AA>,
        <http://lexvo.org/id/term/kor/HOY>,
        <http://lexvo.org/id/term/vie/g%C3%B3i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kui1%20kui2>,
        <http://lexvo.org/id/term/yue/%E7%B9%AA>,
        "繪"^^xsd:string ;
    rdfs:comment "draw, sketch, paint"@en .

<http://lexvo.org/id/char/7E6B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B9%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C3%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C3%AC%20j%C3%AC>,
        <http://lexvo.org/id/term/kor/%E7%B9%AB>,
        <http://lexvo.org/id/term/kor/KYEY>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hai6>,
        <http://lexvo.org/id/term/yue/%E7%B9%AB>,
        "繫"^^xsd:string ;
    rdfs:comment "attach, connect, unite, fasten"@en .

<http://lexvo.org/id/char/7E6C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B9%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C3%A8>,
        "繬"^^xsd:string .

<http://lexvo.org/id/char/7E6D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B9%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C7%8En>,
        <http://lexvo.org/id/term/kor/%E7%B9%AD>,
        <http://lexvo.org/id/term/kor/KYEN>,
        <http://lexvo.org/id/term/vie/k%C3%A9n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gaan2>,
        <http://lexvo.org/id/term/yue/%E7%B9%AD>,
        "繭"^^xsd:string ;
    rdfs:comment "cocoon; callus, blister"@en .

<http://lexvo.org/id/char/7E6E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B9%AE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C4%81ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/goeng1>,
        <http://lexvo.org/id/term/yue/%E7%B9%AE>,
        "繮"^^xsd:string ;
    rdfs:comment "reins, bridle"@en .

<http://lexvo.org/id/char/7E6F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B9%AF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%A1n%20hu%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E7%B9%AF>,
        <http://lexvo.org/id/term/kor/HYEN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jyun6%20waan4%20waan6>,
        <http://lexvo.org/id/term/yue/%E7%B9%AF>,
        "繯"^^xsd:string ;
    rdfs:comment "noose; hang death; tie, bind"@en .

<http://lexvo.org/id/char/7E70> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B9%B0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C7%8Eo%20qi%C4%81o%20s%C4%81o>,
        <http://lexvo.org/id/term/kor/%E7%B9%B0>,
        <http://lexvo.org/id/term/kor/CO>,
        <http://lexvo.org/id/term/vie/thao>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ciu1%20sou1%20tiu1%20zou2>,
        <http://lexvo.org/id/term/yue/%E7%B9%B0>,
        "繰"^^xsd:string ;
    rdfs:comment "to reel silk from cocoons"@en .

<http://lexvo.org/id/char/7E71> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B9%B1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C5%8Dng>,
        "繱"^^xsd:string .

<http://lexvo.org/id/char/7E72> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B9%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%A8>,
        <http://lexvo.org/id/term/vie/d%E1%BA%A3i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/haai1>,
        <http://lexvo.org/id/term/yue/%E7%B9%B2>,
        "繲"^^xsd:string ;
    rdfs:comment "to work as a tailor, and do washing-for a living"@en .

<http://lexvo.org/id/char/7E73> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B9%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C7%8Eo%20zhu%C3%B3%20ji%C3%A0o%20h%C3%A9>,
        <http://lexvo.org/id/term/vie/nh%C3%A0u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/giu2%20zoek3>,
        <http://lexvo.org/id/term/yue/%E7%B9%B3>,
        "繳"^^xsd:string ;
    rdfs:comment "deliver, submit; hand over"@en .

<http://lexvo.org/id/char/7E74> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B9%B4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%B2%20b%C3%AC>,
        "繴"^^xsd:string ;
    rdfs:comment "a kind of fishing-net"@en .

<http://lexvo.org/id/char/7E75> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B9%B5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/daan6>,
        <http://lexvo.org/id/term/yue/%E7%B9%B5>,
        "繵"^^xsd:string .

<http://lexvo.org/id/char/7E76> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B9%B6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%AC>,
        <http://lexvo.org/id/term/kor/%E7%B9%B6>,
        <http://lexvo.org/id/term/kor/EK>,
        <http://lexvo.org/id/term/vie/gi%E1%BA%A5y>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jik1>,
        <http://lexvo.org/id/term/yue/%E7%B9%B6>,
        "繶"^^xsd:string .

<http://lexvo.org/id/char/7E77> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B9%B7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C3%A1o>,
        "繷"^^xsd:string .

<http://lexvo.org/id/char/7E78> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B9%B8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/su%C3%AC>,
        <http://lexvo.org/id/term/vie/cho%E1%BA%A1i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/seoi6>,
        <http://lexvo.org/id/term/yue/%E7%B9%B8>,
        "繸"^^xsd:string ;
    rdfs:comment "hem or border of a garment; tassel"@en .

<http://lexvo.org/id/char/7E79> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B9%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%AC%20sh%C3%AC>,
        <http://lexvo.org/id/term/kor/%E7%B9%B9>,
        <http://lexvo.org/id/term/kor/YEK>,
        <http://lexvo.org/id/term/vie/g%E1%BB%8Bt>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jik6>,
        <http://lexvo.org/id/term/yue/%E7%B9%B9>,
        "繹"^^xsd:string ;
    rdfs:comment "to unravel or unreel silk; to interpret, explain "@en .

<http://lexvo.org/id/char/7E7A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B9%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C7%8Ei>,
        "繺"^^xsd:string .

<http://lexvo.org/id/char/7E7B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B9%BB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C5%AB%20r%C3%BA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/seoi1>,
        <http://lexvo.org/id/term/yue/%E7%B9%BB>,
        "繻"^^xsd:string ;
    rdfs:comment "fine silk guaze; torn piece of silk"@en .

<http://lexvo.org/id/char/7E7C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B9%BC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%AC>,
        <http://lexvo.org/id/term/kor/%E7%B9%BC>,
        <http://lexvo.org/id/term/kor/KYEY>,
        <http://lexvo.org/id/term/vie/k%E1%BA%BF>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gai3>,
        <http://lexvo.org/id/term/yue/%E7%B9%BC>,
        "繼"^^xsd:string ;
    rdfs:comment "continue, maintain, carry on"@en .

<http://lexvo.org/id/char/7E7D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B9%BD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C4%ABn>,
        <http://lexvo.org/id/term/kor/%E7%B9%BD>,
        <http://lexvo.org/id/term/kor/PIN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ban1>,
        <http://lexvo.org/id/term/yue/%E7%B9%BD>,
        "繽"^^xsd:string ;
    rdfs:comment "flourishing, thriving, abundant"@en .

<http://lexvo.org/id/char/7E7E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B9%BE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C7%8En>,
        <http://lexvo.org/id/term/kor/%E7%B9%BE>,
        <http://lexvo.org/id/term/kor/KYEN>,
        <http://lexvo.org/id/term/vie/kh%C3%ADn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hin2>,
        <http://lexvo.org/id/term/yue/%E7%B9%BE>,
        "繾"^^xsd:string ;
    rdfs:comment "attached to, inseparable; entangled"@en .

<http://lexvo.org/id/char/7E7F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B9%BF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%A1n>,
        "繿"^^xsd:string ;
    rdfs:comment "(same as U+8964 襤) clothes without hem; ragged garments; sloppily dressed"@en .

<http://lexvo.org/id/char/7E80> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%BA%80>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%BA%20b%C3%BA%20f%C3%BA>,
        <http://lexvo.org/id/term/vie/bu%E1%BB%99c>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/buk6%20fuk6>,
        <http://lexvo.org/id/term/yue/%E7%BA%80>,
        "纀"^^xsd:string .

<http://lexvo.org/id/char/7E81> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%BA%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C5%ABn>,
        <http://lexvo.org/id/term/kor/%E7%BA%81>,
        <http://lexvo.org/id/term/kor/HWUN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fan1>,
        <http://lexvo.org/id/term/yue/%E7%BA%81>,
        "纁"^^xsd:string ;
    rdfs:comment "light red, pink"@en .

<http://lexvo.org/id/char/7E82> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%BA%82>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zu%C7%8En>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zu%C7%8En%20zu%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E7%BA%82>,
        <http://lexvo.org/id/term/kor/CHAN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zyun2>,
        <http://lexvo.org/id/term/yue/%E7%BA%82>,
        "纂"^^xsd:string ;
    rdfs:comment "edit, compile; topknot, chignon"@en .

<http://lexvo.org/id/char/7E83> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%BA%83>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C3%AD>,
        "纃"^^xsd:string .

<http://lexvo.org/id/char/7E84> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%BA%84>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%A9ng>,
        "纄"^^xsd:string .

<http://lexvo.org/id/char/7E85> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%BA%85>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%AC>,
        "纅"^^xsd:string .

<http://lexvo.org/id/char/7E86> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%BA%86>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%B2>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mak6>,
        <http://lexvo.org/id/term/yue/%E7%BA%86>,
        "纆"^^xsd:string ;
    rdfs:comment "cord"@en .

<http://lexvo.org/id/char/7E87> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%BA%87>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%A8i>,
        <http://lexvo.org/id/term/kor/%E7%BA%87>,
        <http://lexvo.org/id/term/kor/LOY>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/leoi6>,
        <http://lexvo.org/id/term/yue/%E7%BA%87>,
        "纇"^^xsd:string ;
    rdfs:comment "knot; blemish, flaw, wicked"@en .

<http://lexvo.org/id/char/7E88> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%BA%88>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A9>,
        <http://lexvo.org/id/term/kor/%E7%BA%88>,
        <http://lexvo.org/id/term/kor/HIL>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kit3%20lit3>,
        <http://lexvo.org/id/term/yue/%E7%BA%88>,
        "纈"^^xsd:string ;
    rdfs:comment "patterned silk; tie knot"@en .

<http://lexvo.org/id/char/7E89> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%BA%89>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zu%C7%8En>,
        <http://lexvo.org/id/term/kor/%E7%BA%89>,
        <http://lexvo.org/id/term/kor/CHAN>,
        "纉"^^xsd:string .

<http://lexvo.org/id/char/7E8A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%BA%8A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ku%C3%A0ng>,
        <http://lexvo.org/id/term/kor/%E7%BA%8A>,
        <http://lexvo.org/id/term/kor/KWANG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kwong3>,
        <http://lexvo.org/id/term/yue/%E7%BA%8A>,
        "纊"^^xsd:string ;
    rdfs:comment "cotton; silk"@en .

<http://lexvo.org/id/char/7E8B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%BA%8B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C5%8Du>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jau1>,
        <http://lexvo.org/id/term/yue/%E7%BA%8B>,
        "纋"^^xsd:string .

<http://lexvo.org/id/char/7E8C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%BA%8C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C3%B9>,
        <http://lexvo.org/id/term/kor/%E7%BA%8C>,
        <http://lexvo.org/id/term/kor/SOK>,
        <http://lexvo.org/id/term/vie/t%E1%BB%A5c>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zuk6>,
        <http://lexvo.org/id/term/yue/%E7%BA%8C>,
        "續"^^xsd:string ;
    rdfs:comment "continue, carry on; succeed"@en .

<http://lexvo.org/id/char/7E8D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%BA%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%A9i%200686.051%3Al%C4%9Bi>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%A9i%20l%C3%A8i%20l%C4%9Bi>,
        <http://lexvo.org/id/term/kor/%E7%BA%8D>,
        <http://lexvo.org/id/term/kor/LYU>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/leoi4>,
        <http://lexvo.org/id/term/yue/%E7%BA%8D>,
        "纍"^^xsd:string ;
    rdfs:comment "bind, wind about; link, join"@en .

<http://lexvo.org/id/char/7E8E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%BA%8E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C4%81n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cim1>,
        <http://lexvo.org/id/term/yue/%E7%BA%8E>,
        "纎"^^xsd:string ;
    rdfs:comment "fine, delicate; minute; graceful"@en .

<http://lexvo.org/id/char/7E8F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%BA%8F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%A1n>,
        <http://lexvo.org/id/term/kor/%E7%BA%8F>,
        <http://lexvo.org/id/term/kor/CEN>,
        <http://lexvo.org/id/term/vie/tri%E1%BB%81n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cin4%20zin6>,
        <http://lexvo.org/id/term/yue/%E7%BA%8F>,
        "纏"^^xsd:string ;
    rdfs:comment "wrap, wind around; tie, bind"@en .

<http://lexvo.org/id/char/7E90> a lvont:Character ;
    lvont:represents "纐"^^xsd:string .

<http://lexvo.org/id/char/7E91> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%BA%91>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%BA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lou4>,
        <http://lexvo.org/id/term/yue/%E7%BA%91>,
        "纑"^^xsd:string ;
    rdfs:comment "to soften hemp by boiling; thread"@en .

<http://lexvo.org/id/char/7E92> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%BA%92>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%A1n>,
        "纒"^^xsd:string ;
    rdfs:comment "wrap, wind around; tie, bind"@en .

<http://lexvo.org/id/char/7E93> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%BA%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C4%ABng>,
        <http://lexvo.org/id/term/kor/%E7%BA%93>,
        <http://lexvo.org/id/term/kor/YENG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jing1>,
        <http://lexvo.org/id/term/yue/%E7%BA%93>,
        "纓"^^xsd:string ;
    rdfs:comment "a chin strap, tassel; to annoy, bother"@en .

<http://lexvo.org/id/char/7E94> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%BA%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C3%A1i>,
        <http://lexvo.org/id/term/kor/%E7%BA%94>,
        <http://lexvo.org/id/term/kor/CAY>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/coi4>,
        <http://lexvo.org/id/term/yue/%E7%BA%94>,
        "纔"^^xsd:string ;
    rdfs:comment "talent, ability; just, only"@en .

<http://lexvo.org/id/char/7E95> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%BA%95>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C4%81ng%20r%C3%A1ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/soeng1>,
        <http://lexvo.org/id/term/yue/%E7%BA%95>,
        "纕"^^xsd:string ;
    rdfs:comment "belt"@en .

<http://lexvo.org/id/char/7E96> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%BA%96>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C4%81n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C4%81n%20ji%C4%81n>,
        <http://lexvo.org/id/term/kor/%E7%BA%96>,
        <http://lexvo.org/id/term/kor/SEM>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cim1>,
        <http://lexvo.org/id/term/yue/%E7%BA%96>,
        "纖"^^xsd:string ;
    rdfs:comment "fine, delicate; minute; graceful"@en .

<http://lexvo.org/id/char/7E97> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%BA%97>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zu%C4%AB>,
        "纗"^^xsd:string .

<http://lexvo.org/id/char/7E98> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%BA%98>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zu%C7%8En>,
        <http://lexvo.org/id/term/kor/%E7%BA%98>,
        <http://lexvo.org/id/term/kor/CHAN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zyun2>,
        <http://lexvo.org/id/term/yue/%E7%BA%98>,
        "纘"^^xsd:string ;
    rdfs:comment "continue, carry on, succeed"@en .

<http://lexvo.org/id/char/7E99> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%BA%99>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/lu%C3%B2>,
        <http://lexvo.org/id/term/vie/l%C3%A0>,
        "纙"^^xsd:string .

<http://lexvo.org/id/char/7E9A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%BA%9A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%AD%201234.040*%2C1234.041%3Ax%C7%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C7%90%20l%C3%AD%20l%C7%90%20sh%C7%8Ei%20sh%C4%AB%20sh%C7%90>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/saai2>,
        <http://lexvo.org/id/term/yue/%E7%BA%9A>,
        "纚"^^xsd:string ;
    rdfs:comment "long; dangling; kerchief; rope"@en .

<http://lexvo.org/id/char/7E9B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%BA%9B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%A0o>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%A0o%20d%C3%BA>,
        <http://lexvo.org/id/term/kor/%E7%BA%9B>,
        <http://lexvo.org/id/term/kor/TO>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dou6%20duk6>,
        <http://lexvo.org/id/term/yue/%E7%BA%9B>,
        "纛"^^xsd:string ;
    rdfs:comment "a banner, a streamer"@en .

<http://lexvo.org/id/char/7E9C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%BA%9C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%A0n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C7%8En>,
        <http://lexvo.org/id/term/kor/%E7%BA%9C>,
        <http://lexvo.org/id/term/kor/LAM>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/laam6>,
        <http://lexvo.org/id/term/yue/%E7%BA%9C>,
        "纜"^^xsd:string ;
    rdfs:comment "hawser, heavy-duty rope, cable"@en .

<http://lexvo.org/id/char/7E9D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%BA%9D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%A9i>,
        "纝"^^xsd:string .

<http://lexvo.org/id/char/7E9E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%BA%9E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C3%A0n>,
        "纞"^^xsd:string .

<http://lexvo.org/id/char/7EA0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%BA%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C5%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C5%AB%20ji%C7%94%20ji%C7%8Eo>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gau2>,
        <http://lexvo.org/id/term/yue/%E7%BA%A0>,
        "纠"^^xsd:string ;
    rdfs:comment "investigate, inspect"@en .

<http://lexvo.org/id/char/7EA1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%BA%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C5%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C5%AB%20y%C7%94>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jyu1>,
        <http://lexvo.org/id/term/yue/%E7%BA%A1>,
        "纡"^^xsd:string ;
    rdfs:comment "bend, turn, twist; distort"@en .

<http://lexvo.org/id/char/7EA2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%BA%A2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C5%8Dng%200462.040%3Ah%C3%B3ng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%B3ng%20h%C5%8Dng%20g%C5%8Dng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hung4>,
        <http://lexvo.org/id/term/yue/%E7%BA%A2>,
        "红"^^xsd:string ;
    rdfs:comment "red, vermillion; blush, flush"@en .

<http://lexvo.org/id/char/7EA3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%BA%A3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%B2u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zau6>,
        <http://lexvo.org/id/term/yue/%E7%BA%A3>,
        "纣"^^xsd:string ;
    rdfs:comment "name of an emperor; saddle part"@en .

<http://lexvo.org/id/char/7EA4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%BA%A4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C3%A0n%201246.040%3Axi%C4%81n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C4%81n%20ji%C4%81n%20qi%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cim1>,
        <http://lexvo.org/id/term/yue/%E7%BA%A4>,
        "纤"^^xsd:string ;
    rdfs:comment "fine, delicate; minute; graceful"@en .

<http://lexvo.org/id/char/7EA5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%BA%A5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C4%93%200455.030%3Ah%C3%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A9%20g%C4%93>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gat1>,
        <http://lexvo.org/id/term/yue/%E7%BA%A5>,
        "纥"^^xsd:string ;
    rdfs:comment "inferior silk; tassel, fringe"@en .

<http://lexvo.org/id/char/7EA6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%BA%A6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C4%81o%201427.050%3Ayu%C4%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/yu%C4%93>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/joek3>,
        <http://lexvo.org/id/term/yue/%E7%BA%A6>,
        "约"^^xsd:string ;
    rdfs:comment "treaty, agreement, covenant"@en .

<http://lexvo.org/id/char/7EA7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%BA%A7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kap1>,
        <http://lexvo.org/id/term/yue/%E7%BA%A7>,
        "级"^^xsd:string ;
    rdfs:comment "level, rank, class; grade"@en .

<http://lexvo.org/id/char/7EA8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%BA%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jyun4>,
        <http://lexvo.org/id/term/yue/%E7%BA%A8>,
        "纨"^^xsd:string ;
    rdfs:comment "white silk, fine silk; gauze"@en .

<http://lexvo.org/id/char/7EA9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%BA%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ku%C3%A0ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kwong3>,
        <http://lexvo.org/id/term/yue/%E7%BA%A9>,
        "纩"^^xsd:string ;
    rdfs:comment "cotton; silk"@en .

<http://lexvo.org/id/char/7EAA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%BA%AA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%AC%20j%C7%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C7%90%200536.030%3Aj%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gei2%20gei3>,
        <http://lexvo.org/id/term/yue/%E7%BA%AA>,
        "纪"^^xsd:string ;
    rdfs:comment "record, annal, historical account"@en .

<http://lexvo.org/id/char/7EAB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%BA%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/r%C3%A8n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jan6>,
        <http://lexvo.org/id/term/yue/%E7%BA%AB>,
        "纫"^^xsd:string ;
    rdfs:comment "thread needle, sew stitch, string"@en .

<http://lexvo.org/id/char/7EAC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%BA%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C4%9Bi>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wai5>,
        <http://lexvo.org/id/term/yue/%E7%BA%AC>,
        "纬"^^xsd:string ;
    rdfs:comment "woof; parallels of latitude"@en .

<http://lexvo.org/id/char/7EAD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%BA%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%BAn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wan4>,
        <http://lexvo.org/id/term/yue/%E7%BA%AD>,
        "纭"^^xsd:string ;
    rdfs:comment "confused, in disorder; numerous"@en .

<http://lexvo.org/id/char/7EAE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%BA%AE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%B3ng>,
        <http://lexvo.org/id/term/kor/%E7%BA%AE>,
        <http://lexvo.org/id/term/kor/KOYNG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wang4>,
        <http://lexvo.org/id/term/yue/%E7%BA%AE>,
        "纮"^^xsd:string ;
    rdfs:comment "string; vast, expansive"@en .

<http://lexvo.org/id/char/7EAF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%BA%AF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%BAn>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%BAn%20qu%C3%A1n%20t%C3%BAn%20zh%C5%ABn%20zh%C7%94n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/seon4>,
        <http://lexvo.org/id/term/yue/%E7%BA%AF>,
        "纯"^^xsd:string ;
    rdfs:comment "pure, clean, simple"@en .

<http://lexvo.org/id/char/7EB0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%BA%B0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%AD%20b%C7%90%20p%C4%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C4%AB>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/pei1>,
        <http://lexvo.org/id/term/yue/%E7%BA%B0>,
        "纰"^^xsd:string ;
    rdfs:comment "spoiled silk; hem of dress; mista"@en .

<http://lexvo.org/id/char/7EB1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%BA%B1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C4%81>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/saa1>,
        <http://lexvo.org/id/term/yue/%E7%BA%B1>,
        "纱"^^xsd:string ;
    rdfs:comment "gauze, thin silk; yarn, thread"@en .

<http://lexvo.org/id/char/7EB2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%BA%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C4%81ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gong1>,
        <http://lexvo.org/id/term/yue/%E7%BA%B2>,
        "纲"^^xsd:string ;
    rdfs:comment "heavy rope, hawser; main points"@en .

<http://lexvo.org/id/char/7EB3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%BA%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C3%A0>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/naap6>,
        <http://lexvo.org/id/term/yue/%E7%BA%B3>,
        "纳"^^xsd:string ;
    rdfs:comment "admit, take, receive, accept"@en .

<http://lexvo.org/id/char/7EB4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%BA%B4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/r%C3%A8n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/r%C3%A9n%20r%C3%A8n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jam6>,
        <http://lexvo.org/id/term/yue/%E7%BA%B4>,
        "纴"^^xsd:string ;
    rdfs:comment "weave, lay warp"@en .

<http://lexvo.org/id/char/7EB5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%BA%B5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C3%B2ng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C3%B2ng%20z%C7%92ng%20s%C7%92ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zung3>,
        <http://lexvo.org/id/term/yue/%E7%BA%B5>,
        "纵"^^xsd:string ;
    rdfs:comment "indulge in, give free reign to"@en .

<http://lexvo.org/id/char/7EB6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%BA%B6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/gu%C4%81n%200747.040%3Al%C3%BAn>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%BAn%20gu%C4%81n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gwan1%20leon4>,
        <http://lexvo.org/id/term/yue/%E7%BA%B6>,
        "纶"^^xsd:string ;
    rdfs:comment "green silk thread or tassel"@en .

<http://lexvo.org/id/char/7EB7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%BA%B7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C4%93n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fan1>,
        <http://lexvo.org/id/term/yue/%E7%BA%B7>,
        "纷"^^xsd:string ;
    rdfs:comment "in disorder, scattered, tangled"@en .

<http://lexvo.org/id/char/7EB8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%BA%B8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C7%90>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zi2>,
        <http://lexvo.org/id/term/yue/%E7%BA%B8>,
        "纸"^^xsd:string ;
    rdfs:comment "paper"@en .

<http://lexvo.org/id/char/7EB9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%BA%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C3%A9n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C3%A9n%201208.021%3Aw%C3%A8n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/man4>,
        <http://lexvo.org/id/term/yue/%E7%BA%B9>,
        "纹"^^xsd:string ;
    rdfs:comment "line, streak, stripe; wrinkle"@en .

<http://lexvo.org/id/char/7EBA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%BA%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C7%8Eng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C7%8Eng%20b%C7%8Eng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fong2>,
        <http://lexvo.org/id/term/yue/%E7%BA%BA>,
        "纺"^^xsd:string ;
    rdfs:comment "spin, reel, weave; reeled pongee"@en .

<http://lexvo.org/id/char/7EBB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%BA%BB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%B9>,
        <http://lexvo.org/id/term/kor/%E7%BA%BB>,
        <http://lexvo.org/id/term/kor/CE>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cyu5>,
        <http://lexvo.org/id/term/yue/%E7%BA%BB>,
        "纻"^^xsd:string ;
    rdfs:comment "ramie; sack cloth"@en .

<http://lexvo.org/id/char/7EBC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%BA%BC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%90n%20zh%C3%A8n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%A8n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/can5%20jan5>,
        <http://lexvo.org/id/term/yue/%E7%BA%BC>,
        "纼"^^xsd:string ;
    rdfs:comment "a rope for leading cattle or horse"@en .

<http://lexvo.org/id/char/7EBD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%BA%BD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ni%C7%94>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/nau2>,
        <http://lexvo.org/id/term/yue/%E7%BA%BD>,
        "纽"^^xsd:string ;
    rdfs:comment "knot; button; handle, knob; tie"@en .

<http://lexvo.org/id/char/7EBE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%BA%BE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C5%AB>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/syu1>,
        <http://lexvo.org/id/term/yue/%E7%BA%BE>,
        "纾"^^xsd:string ;
    rdfs:comment "loosen, relax, relieve; extricate"@en .

<http://lexvo.org/id/char/7EBF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%BA%BF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sin3>,
        <http://lexvo.org/id/term/yue/%E7%BA%BF>,
        "线"^^xsd:string ;
    rdfs:comment "line, thread, wire; clue"@en .

<http://lexvo.org/id/char/7EC0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%BB%80>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gam3>,
        <http://lexvo.org/id/term/yue/%E7%BB%80>,
        "绀"^^xsd:string ;
    rdfs:comment "dark blue or reddish color"@en .

<http://lexvo.org/id/char/7EC1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%BB%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A8%20y%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sit3>,
        <http://lexvo.org/id/term/yue/%E7%BB%81>,
        "绁"^^xsd:string ;
    rdfs:comment "to contract, draw in, reduce, shorten"@en .

<http://lexvo.org/id/char/7EC2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%BB%82>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%BA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fat1>,
        <http://lexvo.org/id/term/yue/%E7%BB%82>,
        "绂"^^xsd:string ;
    rdfs:comment "ribbon or cord used attach ornaments"@en .

<http://lexvo.org/id/char/7EC3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%BB%83>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lin6>,
        <http://lexvo.org/id/term/yue/%E7%BB%83>,
        "练"^^xsd:string ;
    rdfs:comment "to practice, drill, exercise, train"@en .

<http://lexvo.org/id/char/7EC4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%BB%84>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C7%94>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zou2>,
        <http://lexvo.org/id/term/yue/%E7%BB%84>,
        "组"^^xsd:string ;
    rdfs:comment "class; section, department"@en .

<http://lexvo.org/id/char/7EC5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%BB%85>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C4%93n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/san1>,
        <http://lexvo.org/id/term/yue/%E7%BB%85>,
        "绅"^^xsd:string ;
    rdfs:comment "girdle; tie, bind; gentry"@en .

<http://lexvo.org/id/char/7EC6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%BB%86>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sai3>,
        <http://lexvo.org/id/term/yue/%E7%BB%86>,
        "细"^^xsd:string ;
    rdfs:comment "fine, tiny; slender, thin"@en .

<http://lexvo.org/id/char/7EC7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%BB%87>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C4%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C4%AB%20zh%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zik1>,
        <http://lexvo.org/id/term/yue/%E7%BB%87>,
        "织"^^xsd:string ;
    rdfs:comment "weave, knit; organize, unite"@en .

<http://lexvo.org/id/char/7EC8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%BB%88>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C5%8Dng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zung1>,
        <http://lexvo.org/id/term/yue/%E7%BB%88>,
        "终"^^xsd:string ;
    rdfs:comment "end; finally, in the end"@en .

<http://lexvo.org/id/char/7EC9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%BB%89>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%B2u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zau3>,
        <http://lexvo.org/id/term/yue/%E7%BB%89>,
        "绉"^^xsd:string ;
    rdfs:comment "crepe, crape, wrinkles, creases"@en .

<http://lexvo.org/id/char/7ECA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%BB%8A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bun6>,
        <http://lexvo.org/id/term/yue/%E7%BB%8A>,
        "绊"^^xsd:string ;
    rdfs:comment "loop, catch; fetter, shackle"@en .

<http://lexvo.org/id/char/7ECB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%BB%8B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%BA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fat1>,
        <http://lexvo.org/id/term/yue/%E7%BB%8B>,
        "绋"^^xsd:string ;
    rdfs:comment "large rope; rope attached to bier"@en .

<http://lexvo.org/id/char/7ECC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%BB%8C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zhu%C3%B3%20ch%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zyut3>,
        <http://lexvo.org/id/term/yue/%E7%BB%8C>,
        "绌"^^xsd:string ;
    rdfs:comment "sew, stitch; insufficient"@en .

<http://lexvo.org/id/char/7ECD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%BB%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%A0o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/siu6>,
        <http://lexvo.org/id/term/yue/%E7%BB%8D>,
        "绍"^^xsd:string ;
    rdfs:comment "continue, carry on; join"@en .

<http://lexvo.org/id/char/7ECE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%BB%8E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jik6>,
        <http://lexvo.org/id/term/yue/%E7%BB%8E>,
        "绎"^^xsd:string ;
    rdfs:comment "to unravel or unreel silk; to interpret"@en .

<http://lexvo.org/id/char/7ECF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%BB%8F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C4%ABng%200604.030%3Aj%C3%ACng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C4%ABng%20j%C3%ACng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ging1>,
        <http://lexvo.org/id/term/yue/%E7%BB%8F>,
        "经"^^xsd:string ;
    rdfs:comment "classic works; pass through"@en .

<http://lexvo.org/id/char/7ED0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%BB%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%A0i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/doi6>,
        <http://lexvo.org/id/term/yue/%E7%BB%90>,
        "绐"^^xsd:string ;
    rdfs:comment "cheat, fool, pretend"@en .

<http://lexvo.org/id/char/7ED1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%BB%91>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C7%8Eng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bong2>,
        <http://lexvo.org/id/term/yue/%E7%BB%91>,
        "绑"^^xsd:string ;
    rdfs:comment "bind, tie, fasten"@en .

<http://lexvo.org/id/char/7ED2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%BB%92>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/r%C3%B3ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jung4>,
        <http://lexvo.org/id/term/yue/%E7%BB%92>,
        "绒"^^xsd:string ;
    rdfs:comment "silk, cotton, or woolen fabric"@en .

<http://lexvo.org/id/char/7ED3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%BB%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%A9%20ji%C4%93%20j%C3%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C4%93%200576.150%3Aji%C3%A9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/git3>,
        <http://lexvo.org/id/term/yue/%E7%BB%93>,
        "结"^^xsd:string ;
    rdfs:comment "knot, tie; join, connect"@en .

<http://lexvo.org/id/char/7ED4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%BB%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C3%B9>,
        "绔"^^xsd:string ;
    rdfs:comment "trousers"@en .

<http://lexvo.org/id/char/7ED5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%BB%95>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/r%C3%A0o%20r%C7%8Eo>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/r%C7%8Eo%200956.080%3Ar%C3%A0o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jiu5>,
        <http://lexvo.org/id/term/yue/%E7%BB%95>,
        "绕"^^xsd:string ;
    rdfs:comment "entwine; wind around; surround"@en .

<http://lexvo.org/id/char/7ED6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%BB%96>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/di%C3%A9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dit6>,
        <http://lexvo.org/id/term/yue/%E7%BB%96>,
        "绖"^^xsd:string ;
    rdfs:comment "white hempen cloth worn by mourners"@en .

<http://lexvo.org/id/char/7ED7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%BB%97>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A1ng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A8ng%20h%C3%A1ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/han6%20hong4>,
        <http://lexvo.org/id/term/yue/%E7%BB%97>,
        "绗"^^xsd:string ;
    rdfs:comment "baste"@en .

<http://lexvo.org/id/char/7ED8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%BB%98>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kui1>,
        <http://lexvo.org/id/term/yue/%E7%BB%98>,
        "绘"^^xsd:string ;
    rdfs:comment "draw, sketch, paint"@en .

<http://lexvo.org/id/char/7ED9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%BB%99>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C4%9Bi%200531.100%3Aj%C7%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C4%9Bi%20j%C7%90>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kap1>,
        <http://lexvo.org/id/term/yue/%E7%BB%99>,
        "给"^^xsd:string ;
    rdfs:comment "give; by, for"@en .

<http://lexvo.org/id/char/7EDA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%BB%9A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xu%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hyun3>,
        <http://lexvo.org/id/term/yue/%E7%BB%9A>,
        "绚"^^xsd:string ;
    rdfs:comment "variegated, adorned; brilliant"@en .

<http://lexvo.org/id/char/7EDB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%BB%9B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%A0ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gong3>,
        <http://lexvo.org/id/term/yue/%E7%BB%9B>,
        "绛"^^xsd:string ;
    rdfs:comment "deep red; river in Shanxi provinc"@en .

<http://lexvo.org/id/char/7EDC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%BB%9C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%A0o%200752.050%3Alu%C3%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/lu%C3%B2%20l%C3%A0o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lok3>,
        <http://lexvo.org/id/term/yue/%E7%BB%9C>,
        "络"^^xsd:string ;
    rdfs:comment "enmesh, wrap around; web, net"@en .

<http://lexvo.org/id/char/7EDD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%BB%9D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ju%C3%A9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zyut6>,
        <http://lexvo.org/id/term/yue/%E7%BB%9D>,
        "绝"^^xsd:string ;
    rdfs:comment "to cut, sever, break off, terminate"@en .

<http://lexvo.org/id/char/7EDE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%BB%9E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C7%8Eo>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gaau2>,
        <http://lexvo.org/id/term/yue/%E7%BB%9E>,
        "绞"^^xsd:string ;
    rdfs:comment "twist, wring; intertwine; winch"@en .

<http://lexvo.org/id/char/7EDF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%BB%9F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C7%92ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tung2>,
        <http://lexvo.org/id/term/yue/%E7%BB%9F>,
        "统"^^xsd:string ;
    rdfs:comment "govern, command, control; unite"@en .

<http://lexvo.org/id/char/7EE0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%BB%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C4%9Bng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gang2>,
        <http://lexvo.org/id/term/yue/%E7%BB%A0>,
        "绠"^^xsd:string ;
    rdfs:comment "well rope"@en .

<http://lexvo.org/id/char/7EE1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%BB%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C4%81o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/siu1>,
        <http://lexvo.org/id/term/yue/%E7%BB%A1>,
        "绡"^^xsd:string ;
    rdfs:comment "raw silk fabric"@en .

<http://lexvo.org/id/char/7EE2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%BB%A2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ju%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gyun3>,
        <http://lexvo.org/id/term/yue/%E7%BB%A2>,
        "绢"^^xsd:string ;
    rdfs:comment "kind of thick stiff silk"@en .

<http://lexvo.org/id/char/7EE3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%BB%A3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sau3>,
        <http://lexvo.org/id/term/yue/%E7%BB%A3>,
        "绣"^^xsd:string ;
    rdfs:comment "embroider; embroidery; ornament"@en .

<http://lexvo.org/id/char/7EE4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%BB%A4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gwik1>,
        <http://lexvo.org/id/term/yue/%E7%BB%A4>,
        "绤"^^xsd:string ;
    rdfs:comment "cloth"@en .

<http://lexvo.org/id/char/7EE5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%BB%A5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/su%C3%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/su%C4%AB%20su%C3%AD%20tu%C7%92>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/seoi1>,
        <http://lexvo.org/id/term/yue/%E7%BB%A5>,
        "绥"^^xsd:string ;
    rdfs:comment "soothe, appease, pacify"@en .

<http://lexvo.org/id/char/7EE6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%BB%A6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C4%81o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tou3>,
        <http://lexvo.org/id/term/yue/%E7%BB%A6>,
        "绦"^^xsd:string ;
    rdfs:comment "silk cord, ribbon"@en .

<http://lexvo.org/id/char/7EE7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%BB%A7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gai3>,
        <http://lexvo.org/id/term/yue/%E7%BB%A7>,
        "继"^^xsd:string ;
    rdfs:comment "continue, maintain, carry on"@en .

<http://lexvo.org/id/char/7EE8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%BB%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%AD%201130.040%3At%C3%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%AD%20t%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tai4>,
        <http://lexvo.org/id/term/yue/%E7%BB%A8>,
        "绨"^^xsd:string ;
    rdfs:comment "coarse pongee, kind of heavy silk"@en .

<http://lexvo.org/id/char/7EE9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%BB%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C4%AB>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zik1>,
        <http://lexvo.org/id/term/yue/%E7%BB%A9>,
        "绩"^^xsd:string ;
    rdfs:comment "spin; achievements"@en .

<http://lexvo.org/id/char/7EEA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%BB%AA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/seoi5>,
        <http://lexvo.org/id/term/yue/%E7%BB%AA>,
        "绪"^^xsd:string ;
    rdfs:comment "end of thread; thread, clue"@en .

<http://lexvo.org/id/char/7EEB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%BB%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%ADng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ling4>,
        <http://lexvo.org/id/term/yue/%E7%BB%AB>,
        "绫"^^xsd:string ;
    rdfs:comment "thin silk, damask silk"@en .

<http://lexvo.org/id/char/7EEC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%BB%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C4%ABng>,
        "绬"^^xsd:string .

<http://lexvo.org/id/char/7EED> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%BB%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zuk6>,
        <http://lexvo.org/id/term/yue/%E7%BB%AD>,
        "续"^^xsd:string ;
    rdfs:comment "continue, carry on; succeed"@en .

<http://lexvo.org/id/char/7EEE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%BB%AE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C7%90>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ji2>,
        <http://lexvo.org/id/term/yue/%E7%BB%AE>,
        "绮"^^xsd:string ;
    rdfs:comment "fine thin silk; elegant, beautifu"@en .

<http://lexvo.org/id/char/7EEF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%BB%AF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C4%93i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fei1>,
        <http://lexvo.org/id/term/yue/%E7%BB%AF>,
        "绯"^^xsd:string ;
    rdfs:comment "scarlet, dark red, crimson; purpl"@en .

<http://lexvo.org/id/char/7EF0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%BB%B0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C4%81o%200172.090%3Achu%C3%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/chu%C3%B2%20ch%C4%81o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/coek3>,
        <http://lexvo.org/id/term/yue/%E7%BB%B0>,
        "绰"^^xsd:string ;
    rdfs:comment "graceful, delicate; spacious"@en .

<http://lexvo.org/id/char/7EF1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%BB%B1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%A0ng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C7%8Eng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zoeng2>,
        <http://lexvo.org/id/term/yue/%E7%BB%B1>,
        "绱"^^xsd:string ;
    rdfs:comment "the piece of leather used for soles on Chinese shoes; a patch"@en .

<http://lexvo.org/id/char/7EF2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%BB%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C7%94n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gwan2>,
        <http://lexvo.org/id/term/yue/%E7%BB%B2>,
        "绲"^^xsd:string ;
    rdfs:comment "cord; woven belt; hem; hemming"@en .

<http://lexvo.org/id/char/7EF3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%BB%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%A9ng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%A9ng%20m%C7%90n%20y%C3%ACng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sing4>,
        <http://lexvo.org/id/term/yue/%E7%BB%B3>,
        "绳"^^xsd:string ;
    rdfs:comment "rope, string, cord; control"@en .

<http://lexvo.org/id/char/7EF4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%BB%B4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C3%A9i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wai4>,
        <http://lexvo.org/id/term/yue/%E7%BB%B4>,
        "维"^^xsd:string ;
    rdfs:comment "maintain, preserve, safeguard"@en .

<http://lexvo.org/id/char/7EF5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%BB%B5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/mi%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/min4>,
        <http://lexvo.org/id/term/yue/%E7%BB%B5>,
        "绵"^^xsd:string ;
    rdfs:comment "cotton wad; wool; soft, downy"@en .

<http://lexvo.org/id/char/7EF6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%BB%B6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%B2u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sau6>,
        <http://lexvo.org/id/term/yue/%E7%BB%B6>,
        "绶"^^xsd:string ;
    rdfs:comment "silk ribbon attached as a seal"@en .

<http://lexvo.org/id/char/7EF7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%BB%B7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C4%93ng%200053.090%3Ab%C4%9Bng%200054.010%3Ab%C3%A8ng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C4%93ng%20b%C4%9Bng%20b%C3%A8ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bang1%20mang1>,
        <http://lexvo.org/id/term/yue/%E7%BB%B7>,
        "绷"^^xsd:string ;
    rdfs:comment "bind, draw firmly, strap"@en .

<http://lexvo.org/id/char/7EF8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%BB%B8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%B3u>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%B3u%20t%C4%81o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cau4>,
        <http://lexvo.org/id/term/yue/%E7%BB%B8>,
        "绸"^^xsd:string ;
    rdfs:comment "silk cloth, satin damask"@en .

<http://lexvo.org/id/char/7EF9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%BB%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%A1o>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%A1o%20k%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tou4>,
        <http://lexvo.org/id/term/yue/%E7%BB%B9>,
        "绹"^^xsd:string ;
    rdfs:comment "to braid, twist; twisted or braided"@en .

<http://lexvo.org/id/char/7EFA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%BB%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C7%94>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lau5>,
        <http://lexvo.org/id/term/yue/%E7%BB%BA>,
        "绺"^^xsd:string ;
    rdfs:comment "skein; tuft, lock; wrinkle"@en .

<http://lexvo.org/id/char/7EFB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%BB%BB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qu%C7%8En>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hyun3>,
        <http://lexvo.org/id/term/yue/%E7%BB%BB>,
        "绻"^^xsd:string ;
    rdfs:comment "affectionate, solicitous"@en .

<http://lexvo.org/id/char/7EFC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%BB%BC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C3%A8ng%201539.050%3Az%C5%8Dng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C3%B2ng%20z%C5%8Dng%20z%C3%A8ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zung3>,
        <http://lexvo.org/id/term/yue/%E7%BB%BC>,
        "综"^^xsd:string ;
    rdfs:comment "arrange threads for weaving"@en .

<http://lexvo.org/id/char/7EFD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%BB%BD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zaan6>,
        <http://lexvo.org/id/term/yue/%E7%BB%BD>,
        "绽"^^xsd:string ;
    rdfs:comment "ripped seam, rend, crack"@en .

<http://lexvo.org/id/char/7EFE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%BB%BE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C7%8En>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/waan2>,
        <http://lexvo.org/id/term/yue/%E7%BB%BE>,
        "绾"^^xsd:string ;
    rdfs:comment "to string together, to bind up"@en .

<http://lexvo.org/id/char/7EFF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%BB%BF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%B9%200743.010%3Al%C7%9C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C7%9C%20l%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/luk6>,
        <http://lexvo.org/id/term/yue/%E7%BB%BF>,
        "绿"^^xsd:string ;
    rdfs:comment "green; chlorine"@en .

<http://lexvo.org/id/char/7F00> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%BC%80>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zhu%C3%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zhu%C3%AC%20chu%C3%B2>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zeoi3%20zyut3>,
        <http://lexvo.org/id/term/yue/%E7%BC%80>,
        "缀"^^xsd:string ;
    rdfs:comment "patch together, link, connect"@en .

<http://lexvo.org/id/char/7F01> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%BC%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C4%AB>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zi1>,
        <http://lexvo.org/id/term/yue/%E7%BC%81>,
        "缁"^^xsd:string ;
    rdfs:comment "black silk"@en .

<http://lexvo.org/id/char/7F02> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%BC%82>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C3%A8>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kaak1>,
        <http://lexvo.org/id/term/yue/%E7%BC%82>,
        "缂"^^xsd:string ;
    rdfs:comment "the woof of a woven item"@en .

<http://lexvo.org/id/char/7F03> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%BC%83>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C4%81ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/soeng1>,
        <http://lexvo.org/id/term/yue/%E7%BC%83>,
        "缃"^^xsd:string ;
    rdfs:comment "light-yellow color"@en .

<http://lexvo.org/id/char/7F04> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%BC%84>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C4%81n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gaam1>,
        <http://lexvo.org/id/term/yue/%E7%BC%84>,
        "缄"^^xsd:string ;
    rdfs:comment "seal, close; bind; letter"@en .

<http://lexvo.org/id/char/7F05> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%BC%85>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/mi%C7%8En>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/min5>,
        <http://lexvo.org/id/term/yue/%E7%BC%85>,
        "缅"^^xsd:string ;
    rdfs:comment "distant, remote; think of"@en .

<http://lexvo.org/id/char/7F06> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%BC%86>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%A0n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C7%8En>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/laam6>,
        <http://lexvo.org/id/term/yue/%E7%BC%86>,
        "缆"^^xsd:string ;
    rdfs:comment "hawser, heavy-duty rope, cable"@en .

<http://lexvo.org/id/char/7F07> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%BC%87>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tai4>,
        <http://lexvo.org/id/term/yue/%E7%BC%87>,
        "缇"^^xsd:string ;
    rdfs:comment "reddish color, red, brown"@en .

<http://lexvo.org/id/char/7F08> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%BC%88>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/mi%C7%8Eo>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/miu5>,
        <http://lexvo.org/id/term/yue/%E7%BC%88>,
        "缈"^^xsd:string ;
    rdfs:comment "indistinct, dim; minute; distant"@en .

<http://lexvo.org/id/char/7F09> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%BC%89>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C4%AB%200894.080%3Aq%C4%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C3%AC%20j%C4%AB%20q%C4%AB>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cap1>,
        <http://lexvo.org/id/term/yue/%E7%BC%89>,
        "缉"^^xsd:string ;
    rdfs:comment "to sew in close stitches"@en .

<http://lexvo.org/id/char/7F0A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%BC%8A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C5%ABn%201434.050%3Ay%C3%B9n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C5%ABn%20y%C3%B9n%20w%C4%93n>,
        <http://lexvo.org/id/term/kor/%E7%BC%8A>,
        <http://lexvo.org/id/term/kor/ON>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wan3>,
        <http://lexvo.org/id/term/yue/%E7%BC%8A>,
        "缊"^^xsd:string ;
    rdfs:comment "tangled hemp, raveled silk; vague, confused"@en .

<http://lexvo.org/id/char/7F0B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%BC%8B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kui2>,
        <http://lexvo.org/id/term/yue/%E7%BC%8B>,
        "缋"^^xsd:string ;
    rdfs:comment "draw, sketch, paint"@en .

<http://lexvo.org/id/char/7F0C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%BC%8C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C4%AB>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/si1>,
        <http://lexvo.org/id/term/yue/%E7%BC%8C>,
        "缌"^^xsd:string ;
    rdfs:comment "coarse cotton cloth used for mourning"@en .

<http://lexvo.org/id/char/7F0D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%BC%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/du%C7%92>,
        "缍"^^xsd:string .

<http://lexvo.org/id/char/7F0E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%BC%8E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/du%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dyun6>,
        <http://lexvo.org/id/term/yue/%E7%BC%8E>,
        "缎"^^xsd:string ;
    rdfs:comment "satin"@en .

<http://lexvo.org/id/char/7F0F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%BC%8F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/bi%C3%A0n%200873.040%3Api%C3%A1n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/bi%C3%A0n%20pi%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/pin4>,
        <http://lexvo.org/id/term/yue/%E7%BC%8F>,
        "缏"^^xsd:string ;
    rdfs:comment "hem; plait, braid, queue"@en .

<http://lexvo.org/id/char/7F10> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%BC%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E7%BC%90>,
        <http://lexvo.org/id/term/kor/SEN>,
        "缐"^^xsd:string .

<http://lexvo.org/id/char/7F11> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%BC%91>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C5%8Du>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kau1>,
        <http://lexvo.org/id/term/yue/%E7%BC%91>,
        "缑"^^xsd:string ;
    rdfs:comment "cord binding on hilt of sword"@en .

<http://lexvo.org/id/char/7F12> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%BC%92>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zhu%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zeoi6>,
        <http://lexvo.org/id/term/yue/%E7%BC%92>,
        "缒"^^xsd:string ;
    rdfs:comment "climb down rope; hang by rope"@en .

<http://lexvo.org/id/char/7F13> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%BC%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C7%8En>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wun6>,
        <http://lexvo.org/id/term/yue/%E7%BC%93>,
        "缓"^^xsd:string ;
    rdfs:comment "slow, leisurely; to postpone, delay"@en .

<http://lexvo.org/id/char/7F14> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%BC%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dai3>,
        <http://lexvo.org/id/term/yue/%E7%BC%94>,
        "缔"^^xsd:string ;
    rdfs:comment "tie, join, connect; connection"@en .

<http://lexvo.org/id/char/7F15> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%BC%95>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C7%9A>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/leoi5>,
        <http://lexvo.org/id/term/yue/%E7%BC%95>,
        "缕"^^xsd:string ;
    rdfs:comment "thread; detailed, precise"@en .

<http://lexvo.org/id/char/7F16> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%BC%96>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/bi%C4%81n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/bi%C4%81n%20bi%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/pin1>,
        <http://lexvo.org/id/term/yue/%E7%BC%96>,
        "编"^^xsd:string ;
    rdfs:comment "knit, weave; arrange; compile"@en .

<http://lexvo.org/id/char/7F17> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%BC%97>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%ADn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fan1%20man4>,
        <http://lexvo.org/id/term/yue/%E7%BC%97>,
        "缗"^^xsd:string ;
    rdfs:comment "fishing-line; cord; string of coi"@en .

<http://lexvo.org/id/char/7F18> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%BC%98>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/yu%C3%A1n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/yu%C3%A1n%20yu%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jyun4>,
        <http://lexvo.org/id/term/yue/%E7%BC%98>,
        "缘"^^xsd:string ;
    rdfs:comment "hem, margin; reason, cause; fate"@en .

<http://lexvo.org/id/char/7F19> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%BC%99>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%ACn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zeon3>,
        <http://lexvo.org/id/term/yue/%E7%BC%99>,
        "缙"^^xsd:string ;
    rdfs:comment "red silk"@en .

<http://lexvo.org/id/char/7F1A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%BC%9A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%BA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bok3%20fok3>,
        <http://lexvo.org/id/term/yue/%E7%BC%9A>,
        "缚"^^xsd:string ;
    rdfs:comment "to tie"@en .

<http://lexvo.org/id/char/7F1B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%BC%9B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/r%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/juk6>,
        <http://lexvo.org/id/term/yue/%E7%BC%9B>,
        "缛"^^xsd:string ;
    rdfs:comment "decorative, adorned, elegant"@en .

<http://lexvo.org/id/char/7F1C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%BC%9C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C4%93n%20zh%C4%9Bn>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C4%9Bn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zan2>,
        <http://lexvo.org/id/term/yue/%E7%BC%9C>,
        "缜"^^xsd:string ;
    rdfs:comment "detailed, fine; closely woven"@en .

<http://lexvo.org/id/char/7F1D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%BC%9D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%A9ng%200332.070%3Af%C3%A8ng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%A9ng%20f%C3%A8ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fung4>,
        <http://lexvo.org/id/term/yue/%E7%BC%9D>,
        "缝"^^xsd:string ;
    rdfs:comment "sew, mend"@en .

<http://lexvo.org/id/char/7F1E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%BC%9E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/cu%C4%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/shu%C4%81i%20cu%C4%AB>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ceoi1>,
        <http://lexvo.org/id/term/yue/%E7%BC%9E>,
        "缞"^^xsd:string ;
    rdfs:comment "sackcloth worn on breast during"@en .

<http://lexvo.org/id/char/7F1F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%BC%9F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C7%8Eo>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gou2>,
        <http://lexvo.org/id/term/yue/%E7%BC%9F>,
        "缟"^^xsd:string ;
    rdfs:comment "white raw silk"@en .

<http://lexvo.org/id/char/7F20> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%BC%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cin4>,
        <http://lexvo.org/id/term/yue/%E7%BC%A0>,
        "缠"^^xsd:string ;
    rdfs:comment "wrap, wind around; tie, bind"@en .

<http://lexvo.org/id/char/7F21> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%BC%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lei4>,
        <http://lexvo.org/id/term/yue/%E7%BC%A1>,
        "缡"^^xsd:string ;
    rdfs:comment "a bridal veil; to tie; to bind"@en .

<http://lexvo.org/id/char/7F22> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%BC%A2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ai3>,
        <http://lexvo.org/id/term/yue/%E7%BC%A2>,
        "缢"^^xsd:string ;
    rdfs:comment "hang, strangle"@en .

<http://lexvo.org/id/char/7F23> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%BC%A3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C4%81n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gim1>,
        <http://lexvo.org/id/term/yue/%E7%BC%A3>,
        "缣"^^xsd:string ;
    rdfs:comment "fine silk"@en .

<http://lexvo.org/id/char/7F24> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%BC%A4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C4%ABn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ban1>,
        <http://lexvo.org/id/term/yue/%E7%BC%A4>,
        "缤"^^xsd:string ;
    rdfs:comment "flourishing, thriving, abundant"@en .

<http://lexvo.org/id/char/7F25> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%BC%A5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/pi%C4%81o%200875.040%3Api%C7%8Eo>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/pi%C7%8Eo%20pi%C4%81o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/piu5>,
        <http://lexvo.org/id/term/yue/%E7%BC%A5>,
        "缥"^^xsd:string ;
    rdfs:comment "light blue silk; dim; misty"@en .

<http://lexvo.org/id/char/7F26> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%BC%A6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/maan6>,
        <http://lexvo.org/id/term/yue/%E7%BC%A6>,
        "缦"^^xsd:string ;
    rdfs:comment "plain silk; simple, plain"@en .

<http://lexvo.org/id/char/7F27> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%BC%A7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%A9i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/leoi4>,
        <http://lexvo.org/id/term/yue/%E7%BC%A7>,
        "缧"^^xsd:string ;
    rdfs:comment "a chain or rope used bind criminals"@en .

<http://lexvo.org/id/char/7F28> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%BC%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C4%ABng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jing1>,
        <http://lexvo.org/id/term/yue/%E7%BC%A8>,
        "缨"^^xsd:string ;
    rdfs:comment "a chin strap; tassel; to annoy, bother"@en .

<http://lexvo.org/id/char/7F29> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%BC%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C3%B9%201102.090%3Asu%C5%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/su%C5%8D%20s%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/suk1>,
        <http://lexvo.org/id/term/yue/%E7%BC%A9>,
        "缩"^^xsd:string ;
    rdfs:comment "contract, draw in, reduce"@en .

<http://lexvo.org/id/char/7F2A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%BC%AA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%B3u%20ji%C5%AB%20li%C7%8Eo%20mi%C3%A0o%20mi%C3%B9%20m%C3%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/mi%C3%A0o%200798.020%3Ami%C3%B9%200804.150%3Am%C3%B3u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mau4%20mau6%20miu6>,
        <http://lexvo.org/id/term/yue/%E7%BC%AA>,
        "缪"^^xsd:string ;
    rdfs:comment "wind around, bind; prepare"@en .

<http://lexvo.org/id/char/7F2B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%BC%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C4%81o>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C4%81o%20z%C7%8Eo>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sou1>,
        <http://lexvo.org/id/term/yue/%E7%BC%AB>,
        "缫"^^xsd:string ;
    rdfs:comment "draw, reel"@en .

<http://lexvo.org/id/char/7F2C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%BC%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kit3%20lit3>,
        <http://lexvo.org/id/term/yue/%E7%BC%AC>,
        "缬"^^xsd:string ;
    rdfs:comment "patterned silk; tie knot"@en .

<http://lexvo.org/id/char/7F2D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%BC%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C3%A1o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/liu4>,
        <http://lexvo.org/id/term/yue/%E7%BC%AD>,
        "缭"^^xsd:string ;
    rdfs:comment "wind round, rap around, bind"@en .

<http://lexvo.org/id/char/7F2E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%BC%AE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sin6>,
        <http://lexvo.org/id/term/yue/%E7%BC%AE>,
        "缮"^^xsd:string ;
    rdfs:comment "repair, mend; rewrite, transcribe"@en .

<http://lexvo.org/id/char/7F2F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%BC%AF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C4%93ng%201446.100%3Az%C3%A8ng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C4%93ng%20c%C3%A9ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zang1>,
        <http://lexvo.org/id/term/yue/%E7%BC%AF>,
        "缯"^^xsd:string ;
    rdfs:comment "silk fabrics; surname"@en .

<http://lexvo.org/id/char/7F30> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%BC%B0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C4%81ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/goeng1>,
        <http://lexvo.org/id/term/yue/%E7%BC%B0>,
        "缰"^^xsd:string ;
    rdfs:comment "reins, bridle"@en .

<http://lexvo.org/id/char/7F31> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%BC%B1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C7%8En>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hin2>,
        <http://lexvo.org/id/term/yue/%E7%BC%B1>,
        "缱"^^xsd:string ;
    rdfs:comment "attached to, inseparable; entangl"@en .

<http://lexvo.org/id/char/7F32> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%BC%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C4%81o%200988.041%3As%C4%81o>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C7%8Eo%20qi%C4%81o%20s%C4%81o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ciu1%20sou1%20tiu1>,
        <http://lexvo.org/id/term/yue/%E7%BC%B2>,
        "缲"^^xsd:string ;
    rdfs:comment "to reel"@en .

<http://lexvo.org/id/char/7F33> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%BC%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%A1n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%A1n%20hu%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/waan4%20waan6>,
        <http://lexvo.org/id/term/yue/%E7%BC%B3>,
        "缳"^^xsd:string ;
    rdfs:comment "noose; hang death; tie, bind"@en .

<http://lexvo.org/id/char/7F34> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%BC%B4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C7%8Eo%201528.070%3Azhu%C3%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C7%8Eo%20zhu%C3%B3>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/giu2>,
        <http://lexvo.org/id/term/yue/%E7%BC%B4>,
        "缴"^^xsd:string ;
    rdfs:comment "deliver, submit; hand over"@en .

<http://lexvo.org/id/char/7F35> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%BC%B5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zu%C7%8En>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zyun2>,
        <http://lexvo.org/id/term/yue/%E7%BC%B5>,
        "缵"^^xsd:string ;
    rdfs:comment "continue, carry on, succeed"@en .

<http://lexvo.org/id/char/7F37> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%BC%B7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A8>,
        <http://lexvo.org/id/term/kor/%E7%BC%B7>,
        <http://lexvo.org/id/term/kor/SA>,
        "缷"^^xsd:string ;
    rdfs:comment "lay down; retire from office"@en .

<http://lexvo.org/id/char/7F38> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%BC%B8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C4%81ng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C4%81ng%20h%C3%B3ng>,
        <http://lexvo.org/id/term/kor/%E7%BC%B8>,
        <http://lexvo.org/id/term/kor/HANG>,
        <http://lexvo.org/id/term/vie/cong>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gong1>,
        <http://lexvo.org/id/term/yue/%E7%BC%B8>,
        "缸"^^xsd:string ;
    rdfs:comment "earthen jug, crock, cistern"@en .

<http://lexvo.org/id/char/7F39> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%BC%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C7%92u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bou1%20fau2>,
        <http://lexvo.org/id/term/yue/%E7%BC%B9>,
        "缹"^^xsd:string ;
    rdfs:comment "(Cant.) to cook"@en .

<http://lexvo.org/id/char/7F3A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%BC%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qu%C4%93>,
        <http://lexvo.org/id/term/kor/%E7%BC%BA>,
        <http://lexvo.org/id/term/kor/KYEL>,
        <http://lexvo.org/id/term/vie/khuy%E1%BA%BFt>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kyut3>,
        <http://lexvo.org/id/term/yue/%E7%BC%BA>,
        "缺"^^xsd:string ;
    rdfs:comment "be short of, lack; gap, deficit"@en .

<http://lexvo.org/id/char/7F3B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%BC%BB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C7%92u>,
        "缻"^^xsd:string ;
    rdfs:comment "pottery, earthenware"@en .

<http://lexvo.org/id/char/7F3C> a lvont:Character ;
    lvont:represents "缼"^^xsd:string .

<http://lexvo.org/id/char/7F3D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%BC%BD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C5%8D>,
        <http://lexvo.org/id/term/vie/b%C3%A1t>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/but3>,
        <http://lexvo.org/id/term/yue/%E7%BC%BD>,
        "缽"^^xsd:string ;
    rdfs:comment "earthenware basin; alms bowl"@en .

<http://lexvo.org/id/char/7F3E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%BC%BE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%ADng>,
        <http://lexvo.org/id/term/kor/%E7%BC%BE>,
        <http://lexvo.org/id/term/kor/PYENG>,
        <http://lexvo.org/id/term/vie/b%C3%ACnh>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ping4>,
        <http://lexvo.org/id/term/yue/%E7%BC%BE>,
        "缾"^^xsd:string ;
    rdfs:comment "jar, bottle"@en .

<http://lexvo.org/id/char/7F3F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%BC%BF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%B2u%20xi%C3%A0ng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A0ng>,
        <http://lexvo.org/id/term/kor/%E7%BC%BF>,
        <http://lexvo.org/id/term/kor/HANG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hau6%20hong6>,
        <http://lexvo.org/id/term/yue/%E7%BC%BF>,
        "缿"^^xsd:string .

<http://lexvo.org/id/char/7F40> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/diu6>,
        <http://lexvo.org/id/term/yue/%E7%BD%80>,
        "罀"^^xsd:string .

<http://lexvo.org/id/char/7F41> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%BD%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C4%81ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gong1>,
        <http://lexvo.org/id/term/yue/%E7%BD%81>,
        "罁"^^xsd:string ;
    rdfs:comment "a cistern; an earthenware jar of large dimensions; a vat; a crock"@en .

<http://lexvo.org/id/char/7F42> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%BD%82>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C4%ABng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/aang1>,
        <http://lexvo.org/id/term/yue/%E7%BD%82>,
        "罂"^^xsd:string ;
    rdfs:comment "long necked jar or bottle"@en .

<http://lexvo.org/id/char/7F43> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%BD%83>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C4%ABng>,
        <http://lexvo.org/id/term/kor/%E7%BD%83>,
        <http://lexvo.org/id/term/kor/AYNG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ang1>,
        <http://lexvo.org/id/term/yue/%E7%BD%83>,
        "罃"^^xsd:string ;
    rdfs:comment "long necked jar or bottle"@en .

<http://lexvo.org/id/char/7F44> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%BD%84>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C3%ACng>,
        <http://lexvo.org/id/term/kor/%E7%BD%84>,
        <http://lexvo.org/id/term/kor/KYENG>,
        <http://lexvo.org/id/term/vie/kh%C3%A1nh>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hing3>,
        <http://lexvo.org/id/term/yue/%E7%BD%84>,
        "罄"^^xsd:string ;
    rdfs:comment "exhaust, run out, use up; empty"@en .

<http://lexvo.org/id/char/7F45> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%BD%85>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A0>,
        <http://lexvo.org/id/term/kor/%E7%BD%85>,
        <http://lexvo.org/id/term/kor/HA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/laa3>,
        <http://lexvo.org/id/term/yue/%E7%BD%85>,
        "罅"^^xsd:string ;
    rdfs:comment "crack, fissure, split"@en .

<http://lexvo.org/id/char/7F46> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%BD%86>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/gu%C3%A0n>,
        "罆"^^xsd:string ;
    rdfs:comment "jar, jug, pitcher, pot"@en .

<http://lexvo.org/id/char/7F47> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%BD%87>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C5%ABn>,
        <http://lexvo.org/id/term/kor/%E7%BD%87>,
        <http://lexvo.org/id/term/kor/CWUN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zeon1>,
        <http://lexvo.org/id/term/yue/%E7%BD%87>,
        "罇"^^xsd:string ;
    rdfs:comment "a goblet; a bottle, a wine-jar"@en .

<http://lexvo.org/id/char/7F48> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%BD%88>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/taam4>,
        <http://lexvo.org/id/term/yue/%E7%BD%88>,
        "罈"^^xsd:string ;
    rdfs:comment "an earthenware jar, a jug"@en .

<http://lexvo.org/id/char/7F49> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/cang1>,
        <http://lexvo.org/id/term/yue/%E7%BD%89>,
        "罉"^^xsd:string ;
    rdfs:comment "(Cant.) a pot"@en .

<http://lexvo.org/id/char/7F4A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%BD%8A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C3%AC>,
        "罊"^^xsd:string .

<http://lexvo.org/id/char/7F4B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%BD%8B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C3%A8ng>,
        <http://lexvo.org/id/term/kor/%E7%BD%8B>,
        <http://lexvo.org/id/term/kor/ONG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ong3%20ung3>,
        <http://lexvo.org/id/term/yue/%E7%BD%8B>,
        "罋"^^xsd:string ;
    rdfs:comment "earthen jar; jar for ashes"@en .

<http://lexvo.org/id/char/7F4C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%BD%8C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C4%ABng>,
        <http://lexvo.org/id/term/kor/%E7%BD%8C>,
        <http://lexvo.org/id/term/kor/AYNG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/aang1>,
        <http://lexvo.org/id/term/yue/%E7%BD%8C>,
        "罌"^^xsd:string ;
    rdfs:comment "long necked jar or bottle"@en .

<http://lexvo.org/id/char/7F4D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%BD%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%A9i>,
        <http://lexvo.org/id/term/kor/%E7%BD%8D>,
        <http://lexvo.org/id/term/kor/LOY>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/leoi4>,
        <http://lexvo.org/id/term/yue/%E7%BD%8D>,
        "罍"^^xsd:string ;
    rdfs:comment "large earthenware wine jar"@en .

<http://lexvo.org/id/char/7F4E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%BD%8E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%A1n>,
        <http://lexvo.org/id/term/kor/%E7%BD%8E>,
        <http://lexvo.org/id/term/kor/TAM>,
        "罎"^^xsd:string ;
    rdfs:comment "an earthenware jar, a jug"@en .

<http://lexvo.org/id/char/7F4F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%BD%8F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%BA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lou4>,
        <http://lexvo.org/id/term/yue/%E7%BD%8F>,
        "罏"^^xsd:string ;
    rdfs:comment "earthen stand for wine jug"@en .

<http://lexvo.org/id/char/7F50> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%BD%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/gu%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E7%BD%90>,
        <http://lexvo.org/id/term/kor/KWAN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gun3>,
        <http://lexvo.org/id/term/yue/%E7%BD%90>,
        "罐"^^xsd:string ;
    rdfs:comment "jar, jug, pitcher, pot"@en .

<http://lexvo.org/id/char/7F54> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%BD%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C7%8Eng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C7%8Eng%20w%C3%A1ng>,
        <http://lexvo.org/id/term/kor/%E7%BD%94>,
        <http://lexvo.org/id/term/kor/MANG>,
        <http://lexvo.org/id/term/vie/v%C3%B3ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mong5>,
        <http://lexvo.org/id/term/yue/%E7%BD%94>,
        "罔"^^xsd:string ;
    rdfs:comment "net; deceive; libel; negative"@en .

<http://lexvo.org/id/char/7F55> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%BD%95>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C7%8En>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C7%8En%20h%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E7%BD%95>,
        <http://lexvo.org/id/term/kor/HAN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hon2>,
        <http://lexvo.org/id/term/yue/%E7%BD%95>,
        "罕"^^xsd:string ;
    rdfs:comment "rare, scarce; surname"@en .

<http://lexvo.org/id/char/7F56> a lvont:Character ;
    lvont:represents "罖"^^xsd:string ;
    rdfs:comment "kwukyel"@en .

<http://lexvo.org/id/char/7F57> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%BD%97>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/lu%C5%8D%200748.060%3Alu%C3%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/lu%C5%8D%20lu%C3%B3%20luo>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lo4>,
        <http://lexvo.org/id/term/yue/%E7%BD%97>,
        "罗"^^xsd:string ;
    rdfs:comment "net for catching birds; gauze"@en .

<http://lexvo.org/id/char/7F58> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%BD%98>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%BA%20f%C5%AB>,
        <http://lexvo.org/id/term/kor/%E7%BD%98>,
        <http://lexvo.org/id/term/kor/PWU>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fau4>,
        <http://lexvo.org/id/term/yue/%E7%BD%98>,
        "罘"^^xsd:string ;
    rdfs:comment "screen used in ancient times"@en .

<http://lexvo.org/id/char/7F59> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%BD%99>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%AD%20sh%C4%93n>,
        "罙"^^xsd:string ;
    rdfs:comment "deep"@en .

<http://lexvo.org/id/char/7F5A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%BD%9A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%A1>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fat6>,
        <http://lexvo.org/id/term/yue/%E7%BD%9A>,
        "罚"^^xsd:string ;
    rdfs:comment "penalty, fine; punish, penalize"@en .

<http://lexvo.org/id/char/7F5B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%BD%9B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C5%AB>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gu1>,
        <http://lexvo.org/id/term/yue/%E7%BD%9B>,
        "罛"^^xsd:string ;
    rdfs:comment "large fishing net"@en .

<http://lexvo.org/id/char/7F5C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%BD%9C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C7%94>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zyu3>,
        <http://lexvo.org/id/term/yue/%E7%BD%9C>,
        "罜"^^xsd:string .

<http://lexvo.org/id/char/7F5D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%BD%9D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C5%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C5%AB%20ji%C4%93>,
        <http://lexvo.org/id/term/kor/%E7%BD%9D>,
        <http://lexvo.org/id/term/kor/CE>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ze1%20zeoi1>,
        <http://lexvo.org/id/term/yue/%E7%BD%9D>,
        "罝"^^xsd:string ;
    rdfs:comment "net for catching rabbits"@en .

<http://lexvo.org/id/char/7F5E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%BD%9E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A1o>,
        "罞"^^xsd:string .

<http://lexvo.org/id/char/7F5F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%BD%9F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C7%94>,
        <http://lexvo.org/id/term/kor/%E7%BD%9F>,
        <http://lexvo.org/id/term/kor/KO>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gu2>,
        <http://lexvo.org/id/term/yue/%E7%BD%9F>,
        "罟"^^xsd:string ;
    rdfs:comment "net; snare; pressure come or go"@en .

<http://lexvo.org/id/char/7F60> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%BD%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%ADn>,
        <http://lexvo.org/id/term/kor/%E7%BD%A0>,
        <http://lexvo.org/id/term/kor/MIN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/man4>,
        <http://lexvo.org/id/term/yue/%E7%BD%A0>,
        "罠"^^xsd:string ;
    rdfs:comment "animal trap"@en .

<http://lexvo.org/id/char/7F61> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%BD%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C4%81ng>,
        <http://lexvo.org/id/term/kor/%E7%BD%A1>,
        <http://lexvo.org/id/term/kor/KANG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gong1>,
        <http://lexvo.org/id/term/yue/%E7%BD%A1>,
        "罡"^^xsd:string ;
    rdfs:comment "the name of a certain stars; the god who is supposed to live in them"@en .

<http://lexvo.org/id/char/7F62> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%BD%A2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%A0%200019.061%3Aba>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%A0%20ba%20b%C7%8Ei%20p%C3%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/baa6>,
        <http://lexvo.org/id/term/yue/%E7%BD%A2>,
        "罢"^^xsd:string ;
    rdfs:comment "cease, finish, stop; give up"@en .

<http://lexvo.org/id/char/7F63> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%BD%A3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/gu%C3%A0>,
        <http://lexvo.org/id/term/kor/%E7%BD%A3>,
        <http://lexvo.org/id/term/kor/KWAY>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gwaa3>,
        <http://lexvo.org/id/term/yue/%E7%BD%A3>,
        "罣"^^xsd:string ;
    rdfs:comment "hinder, disturb, obstruct"@en .

<http://lexvo.org/id/char/7F64> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%BD%A4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%AD>,
        "罤"^^xsd:string .

<http://lexvo.org/id/char/7F65> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%BD%A5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ju%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gyun3>,
        <http://lexvo.org/id/term/yue/%E7%BD%A5>,
        "罥"^^xsd:string ;
    rdfs:comment "impete"@en .

<http://lexvo.org/id/char/7F66> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%BD%A6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%BA%20f%C5%AB>,
        <http://lexvo.org/id/term/kor/%E7%BD%A6>,
        <http://lexvo.org/id/term/kor/PWU>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fau4%20fu1>,
        <http://lexvo.org/id/term/yue/%E7%BD%A6>,
        "罦"^^xsd:string ;
    rdfs:comment "net"@en .

<http://lexvo.org/id/char/7F67> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%BD%A7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%ADn%20sh%C4%93n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lam6%20sam1%20sam6>,
        <http://lexvo.org/id/term/yue/%E7%BD%A7>,
        "罧"^^xsd:string ;
    rdfs:comment "a heap, lump"@en .

<http://lexvo.org/id/char/7F68> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%BD%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%8En>,
        <http://lexvo.org/id/term/kor/%E7%BD%A8>,
        <http://lexvo.org/id/term/kor/EM>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jim2>,
        <http://lexvo.org/id/term/yue/%E7%BD%A8>,
        "罨"^^xsd:string ;
    rdfs:comment "medical compress; fish net"@en .

<http://lexvo.org/id/char/7F69> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%BD%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%A0o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zaau3>,
        <http://lexvo.org/id/term/yue/%E7%BD%A9>,
        "罩"^^xsd:string ;
    rdfs:comment "basket for catching fish; cover"@en .

<http://lexvo.org/id/char/7F6A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%BD%AA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zu%C3%AC>,
        <http://lexvo.org/id/term/kor/%E7%BD%AA>,
        <http://lexvo.org/id/term/kor/COY>,
        <http://lexvo.org/id/term/vie/t%E1%BB%99i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zeoi6>,
        <http://lexvo.org/id/term/yue/%E7%BD%AA>,
        "罪"^^xsd:string ;
    rdfs:comment "crime, sin, vice; evil; hardship"@en .

<http://lexvo.org/id/char/7F6B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%BD%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/gu%C3%A0%20gu%C7%8Ei%20hu%C3%A0>,
        <http://lexvo.org/id/term/kor/%E7%BD%AB>,
        <http://lexvo.org/id/term/kor/KWAY>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gwaai2%20waa6>,
        <http://lexvo.org/id/term/yue/%E7%BD%AB>,
        "罫"^^xsd:string ;
    rdfs:comment "hinder"@en .

<http://lexvo.org/id/char/7F6C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%BD%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zhu%C3%B3>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dyut3>,
        <http://lexvo.org/id/term/yue/%E7%BD%AC>,
        "罬"^^xsd:string .

<http://lexvo.org/id/char/7F6D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%BD%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wik6>,
        <http://lexvo.org/id/term/yue/%E7%BD%AD>,
        "罭"^^xsd:string ;
    rdfs:comment "drag-net made of fine mesh"@en .

<http://lexvo.org/id/char/7F6E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%BD%AE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%AC>,
        <http://lexvo.org/id/term/kor/%E7%BD%AE>,
        <http://lexvo.org/id/term/kor/CHI>,
        <http://lexvo.org/id/term/vie/tr%C3%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zi3>,
        <http://lexvo.org/id/term/yue/%E7%BD%AE>,
        "置"^^xsd:string ;
    rdfs:comment "place, lay out; set aside"@en .

<http://lexvo.org/id/char/7F6F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C7%8En>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%BD%AF>,
        "罯"^^xsd:string .

<http://lexvo.org/id/char/7F70> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%BD%B0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%A1>,
        <http://lexvo.org/id/term/kor/%E7%BD%B0>,
        <http://lexvo.org/id/term/kor/PEL>,
        <http://lexvo.org/id/term/vie/ph%E1%BA%A1t>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fat6>,
        <http://lexvo.org/id/term/yue/%E7%BD%B0>,
        "罰"^^xsd:string ;
    rdfs:comment "penalty, fine; punish, penalize"@en .

<http://lexvo.org/id/char/7F71> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%BD%B1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C7%8En>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C7%8En%20l%C7%8En>,
        "罱"^^xsd:string ;
    rdfs:comment "fishing net"@en .

<http://lexvo.org/id/char/7F72> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%BD%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C7%94>,
        <http://lexvo.org/id/term/kor/%E7%BD%B2>,
        <http://lexvo.org/id/term/kor/SE>,
        <http://lexvo.org/id/term/vie/th%E1%BB%A3>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cyu5%20syu5>,
        <http://lexvo.org/id/term/yue/%E7%BD%B2>,
        "署"^^xsd:string ;
    rdfs:comment "public office"@en .

<http://lexvo.org/id/char/7F73> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%BD%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C4%AB>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/si1>,
        <http://lexvo.org/id/term/yue/%E7%BD%B3>,
        "罳"^^xsd:string ;
    rdfs:comment "wooden screen"@en .

<http://lexvo.org/id/char/7F74> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%BD%B4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bei1>,
        <http://lexvo.org/id/term/yue/%E7%BD%B4>,
        "罴"^^xsd:string ;
    rdfs:comment "brown bear, ursus arctos"@en .

<http://lexvo.org/id/char/7F75> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%BD%B5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A0>,
        <http://lexvo.org/id/term/kor/%E7%BD%B5>,
        <http://lexvo.org/id/term/kor/MAY>,
        <http://lexvo.org/id/term/vie/m%E1%BA%A1>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/maa6>,
        <http://lexvo.org/id/term/yue/%E7%BD%B5>,
        "罵"^^xsd:string ;
    rdfs:comment "accuse, blame, curse, scold"@en .

<http://lexvo.org/id/char/7F76> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%BD%B6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C7%94>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lau5>,
        <http://lexvo.org/id/term/yue/%E7%BD%B6>,
        "罶"^^xsd:string ;
    rdfs:comment "fishing trap"@en .

<http://lexvo.org/id/char/7F77> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%BD%B7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%A0%200019.062%3Aba%200867.072%3Ap%C3%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%A0%20ba%20b%C7%8Ei%20p%C3%AD%20p%C3%AC%20b%C7%90>,
        <http://lexvo.org/id/term/kor/%E7%BD%B7>,
        <http://lexvo.org/id/term/kor/PHA%20PHI>,
        <http://lexvo.org/id/term/vie/b%C3%A3i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/baa6%20pei4>,
        <http://lexvo.org/id/term/yue/%E7%BD%B7>,
        "罷"^^xsd:string ;
    rdfs:comment "cease, finish, stop; give up"@en .

<http://lexvo.org/id/char/7F78> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%BD%B8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%A1>,
        <http://lexvo.org/id/term/kor/%E7%BD%B8>,
        <http://lexvo.org/id/term/kor/PEL>,
        "罸"^^xsd:string ;
    rdfs:comment "penalty, fine; punish, penalize"@en .

<http://lexvo.org/id/char/7F79> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%BD%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%AD>,
        <http://lexvo.org/id/term/kor/%E7%BD%B9>,
        <http://lexvo.org/id/term/kor/LI>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lei4>,
        <http://lexvo.org/id/term/yue/%E7%BD%B9>,
        "罹"^^xsd:string ;
    rdfs:comment "sorrow, grief; incur, meet with"@en .

<http://lexvo.org/id/char/7F7A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%BD%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C4%81o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/caau3>,
        <http://lexvo.org/id/term/yue/%E7%BD%BA>,
        "罺"^^xsd:string .

<http://lexvo.org/id/char/7F7B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%BD%BB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C3%A8i>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C3%A8i%20y%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wai3%20wat1>,
        <http://lexvo.org/id/term/yue/%E7%BD%BB>,
        "罻"^^xsd:string ;
    rdfs:comment "net"@en .

<http://lexvo.org/id/char/7F7C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%BD%BC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%AC>,
        <http://lexvo.org/id/term/kor/%E7%BD%BC>,
        <http://lexvo.org/id/term/kor/PHIL>,
        "罼"^^xsd:string .

<http://lexvo.org/id/char/7F7D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%BD%BD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%AC>,
        <http://lexvo.org/id/term/kor/%E7%BD%BD>,
        <http://lexvo.org/id/term/kor/KYEY>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gai3>,
        <http://lexvo.org/id/term/yue/%E7%BD%BD>,
        "罽"^^xsd:string ;
    rdfs:comment "a kind of woolen fabric"@en .

<http://lexvo.org/id/char/7F7E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%BD%BE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C4%93ng>,
        <http://lexvo.org/id/term/kor/%E7%BD%BE>,
        <http://lexvo.org/id/term/kor/CUNG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zang1>,
        <http://lexvo.org/id/term/yue/%E7%BD%BE>,
        "罾"^^xsd:string ;
    rdfs:comment "a large square net, lowered and raised from the bank of the river"@en .

<http://lexvo.org/id/char/7F7F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%BD%BF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C5%8Dng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%B3ng%20ch%C5%8Dng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cung1%20tung4>,
        <http://lexvo.org/id/term/yue/%E7%BD%BF>,
        "罿"^^xsd:string ;
    rdfs:comment "net catch birds"@en .

<http://lexvo.org/id/char/7F80> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%BE%80>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C7%94>,
        "羀"^^xsd:string ;
    rdfs:comment "fishing trap"@en .

<http://lexvo.org/id/char/7F81> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%BE%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C4%AB>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gei1>,
        <http://lexvo.org/id/term/yue/%E7%BE%81>,
        "羁"^^xsd:string ;
    rdfs:comment "halter; restrain, hold, control"@en .

<http://lexvo.org/id/char/7F82> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%BE%82>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ju%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E7%BE%82>,
        <http://lexvo.org/id/term/kor/KYEN>,
        "羂"^^xsd:string ;
    rdfs:comment "to trap, snare"@en .

<http://lexvo.org/id/char/7F83> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%BE%83>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mik6>,
        <http://lexvo.org/id/term/yue/%E7%BE%83>,
        "羃"^^xsd:string ;
    rdfs:comment "cover-cloth, cover with cloth"@en .

<http://lexvo.org/id/char/7F84> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%BE%84>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%A0o>,
        "羄"^^xsd:string .

<http://lexvo.org/id/char/7F85> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%BE%85>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/lu%C3%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/lu%C3%B3%20lu%C5%8D%20luo>,
        <http://lexvo.org/id/term/kor/%E7%BE%85>,
        <http://lexvo.org/id/term/kor/LA>,
        <http://lexvo.org/id/term/vie/la>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lo4>,
        <http://lexvo.org/id/term/yue/%E7%BE%85>,
        "羅"^^xsd:string ;
    rdfs:comment "net for catching birds; gauze"@en .

<http://lexvo.org/id/char/7F86> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%BE%86>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%AD>,
        <http://lexvo.org/id/term/kor/%E7%BE%86>,
        <http://lexvo.org/id/term/kor/PI>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bei1>,
        <http://lexvo.org/id/term/yue/%E7%BE%86>,
        "羆"^^xsd:string ;
    rdfs:comment "brown bear, ursus arctos"@en .

<http://lexvo.org/id/char/7F87> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%BE%87>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C4%AB>,
        <http://lexvo.org/id/term/kor/%E7%BE%87>,
        <http://lexvo.org/id/term/kor/KI>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gei1>,
        <http://lexvo.org/id/term/yue/%E7%BE%87>,
        "羇"^^xsd:string ;
    rdfs:comment "inn; lodge; travel"@en .

<http://lexvo.org/id/char/7F88> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%BE%88>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C4%AB>,
        <http://lexvo.org/id/term/kor/%E7%BE%88>,
        <http://lexvo.org/id/term/kor/KI>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gei1>,
        <http://lexvo.org/id/term/yue/%E7%BE%88>,
        "羈"^^xsd:string ;
    rdfs:comment "halter; restrain, hold, control"@en .

<http://lexvo.org/id/char/7F89> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%BE%89>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/lu%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lyun4>,
        <http://lexvo.org/id/term/yue/%E7%BE%89>,
        "羉"^^xsd:string .

<http://lexvo.org/id/char/7F8B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%BE%8B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C7%90%20mi%C4%93>,
        <http://lexvo.org/id/term/kor/%E7%BE%8B>,
        <http://lexvo.org/id/term/kor/MI>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/me1%20me5>,
        <http://lexvo.org/id/term/yue/%E7%BE%8B>,
        "羋"^^xsd:string ;
    rdfs:comment "bleat of sheep; surname"@en .

<http://lexvo.org/id/char/7F8C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%BE%8C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C4%81ng>,
        <http://lexvo.org/id/term/kor/%E7%BE%8C>,
        <http://lexvo.org/id/term/kor/KANG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/goeng1>,
        <http://lexvo.org/id/term/yue/%E7%BE%8C>,
        "羌"^^xsd:string ;
    rdfs:comment "Qiang nationality; surname"@en .

<http://lexvo.org/id/char/7F8D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%BE%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%A0%20d%C3%A1>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/taat3>,
        <http://lexvo.org/id/term/yue/%E7%BE%8D>,
        "羍"^^xsd:string .

<http://lexvo.org/id/char/7F8E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%BE%8E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C4%9Bi>,
        <http://lexvo.org/id/term/kor/%E7%BE%8E>,
        <http://lexvo.org/id/term/kor/MI>,
        <http://lexvo.org/id/term/vie/m%E1%BB%89>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mei5>,
        <http://lexvo.org/id/term/yue/%E7%BE%8E>,
        "美"^^xsd:string ;
    rdfs:comment "beautiful, pretty; pleasing"@en .

<http://lexvo.org/id/char/7F8F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%BE%8F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A1ng>,
        "羏"^^xsd:string .

<http://lexvo.org/id/char/7F90> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%BE%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%92u>,
        "羐"^^xsd:string ;
    rdfs:comment "to lead, guide"@en .

<http://lexvo.org/id/char/7F91> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%BE%91>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%92u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jau5>,
        <http://lexvo.org/id/term/yue/%E7%BE%91>,
        "羑"^^xsd:string ;
    rdfs:comment "a guide to goodness"@en .

<http://lexvo.org/id/char/7F92> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%BE%92>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%A9n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fan1%20fan4>,
        <http://lexvo.org/id/term/yue/%E7%BE%92>,
        "羒"^^xsd:string .

<http://lexvo.org/id/char/7F93> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%BE%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C4%81>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/baa1>,
        <http://lexvo.org/id/term/yue/%E7%BE%93>,
        "羓"^^xsd:string ;
    rdfs:comment "dried meat"@en .

<http://lexvo.org/id/char/7F94> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%BE%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C4%81o>,
        <http://lexvo.org/id/term/kor/%E7%BE%94>,
        <http://lexvo.org/id/term/kor/KO>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gou1>,
        <http://lexvo.org/id/term/yue/%E7%BE%94>,
        "羔"^^xsd:string ;
    rdfs:comment "lamb, kid"@en .

<http://lexvo.org/id/char/7F95> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%BE%95>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A0ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/joeng6>,
        <http://lexvo.org/id/term/yue/%E7%BE%95>,
        "羕"^^xsd:string .

<http://lexvo.org/id/char/7F96> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%BE%96>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C7%94>,
        <http://lexvo.org/id/term/kor/%E7%BE%96>,
        <http://lexvo.org/id/term/kor/KO>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gu2>,
        <http://lexvo.org/id/term/yue/%E7%BE%96>,
        "羖"^^xsd:string ;
    rdfs:comment "a black ram"@en .

<http://lexvo.org/id/char/7F97> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%BE%97>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C4%81ng>,
        <http://lexvo.org/id/term/kor/%E7%BE%97>,
        <http://lexvo.org/id/term/kor/KANG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/goeng1>,
        <http://lexvo.org/id/term/yue/%E7%BE%97>,
        "羗"^^xsd:string ;
    rdfs:comment "tribes in West China; strong; educated; obstinate; a particle"@en .

<http://lexvo.org/id/char/7F98> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%BE%98>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C4%81ng>,
        <http://lexvo.org/id/term/kor/%E7%BE%98>,
        <http://lexvo.org/id/term/kor/CANG>,
        "羘"^^xsd:string ;
    rdfs:comment "ram"@en .

<http://lexvo.org/id/char/7F99> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%BE%99>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C4%81o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mei5>,
        <http://lexvo.org/id/term/yue/%E7%BE%99>,
        "羙"^^xsd:string .

<http://lexvo.org/id/char/7F9A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%BE%9A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%ADng>,
        <http://lexvo.org/id/term/kor/%E7%BE%9A>,
        <http://lexvo.org/id/term/kor/LYENG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ling4>,
        <http://lexvo.org/id/term/yue/%E7%BE%9A>,
        "羚"^^xsd:string ;
    rdfs:comment "species of antelope"@en .

<http://lexvo.org/id/char/7F9B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%BE%9B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%AC%20x%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hei3%20ji6>,
        <http://lexvo.org/id/term/yue/%E7%BE%9B>,
        "羛"^^xsd:string .

<http://lexvo.org/id/char/7F9C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%BE%9C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cyu5>,
        <http://lexvo.org/id/term/yue/%E7%BE%9C>,
        "羜"^^xsd:string ;
    rdfs:comment "lamb"@en .

<http://lexvo.org/id/char/7F9D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%BE%9D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C4%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C4%AB%20d%C7%90>,
        <http://lexvo.org/id/term/kor/%E7%BE%9D>,
        <http://lexvo.org/id/term/kor/CE>,
        <http://lexvo.org/id/term/vie/d%C3%AA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dai1>,
        <http://lexvo.org/id/term/yue/%E7%BE%9D>,
        "羝"^^xsd:string ;
    rdfs:comment "ram, he-goat"@en .

<http://lexvo.org/id/char/7F9E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%BE%9E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C5%AB>,
        <http://lexvo.org/id/term/kor/%E7%BE%9E>,
        <http://lexvo.org/id/term/kor/SWU>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sau1>,
        <http://lexvo.org/id/term/yue/%E7%BE%9E>,
        "羞"^^xsd:string ;
    rdfs:comment "disgrace, shame; ashamed; shy"@en .

<http://lexvo.org/id/char/7F9F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%BE%9F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C4%81n%20qi%C7%8Eng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C7%8Eng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/koeng5>,
        <http://lexvo.org/id/term/yue/%E7%BE%9F>,
        "羟"^^xsd:string ;
    rdfs:comment "hydroxide"@en .

<http://lexvo.org/id/char/7FA0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%BE%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ji4>,
        <http://lexvo.org/id/term/yue/%E7%BE%A0>,
        "羠"^^xsd:string .

<http://lexvo.org/id/char/7FA1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%BE%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A0n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A0n%20y%C3%AD%20y%C3%A1n>,
        <http://lexvo.org/id/term/kor/%E7%BE%A1>,
        <http://lexvo.org/id/term/kor/SEN%20YEN>,
        <http://lexvo.org/id/term/vie/ti%E1%BB%87n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sin4%20sin6>,
        <http://lexvo.org/id/term/yue/%E7%BE%A1>,
        "羡"^^xsd:string ;
    rdfs:comment "envy, admire; praise; covet"@en .

<http://lexvo.org/id/char/7FA2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%BE%A2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/r%C3%B3ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jung4>,
        <http://lexvo.org/id/term/yue/%E7%BE%A2>,
        "羢"^^xsd:string ;
    rdfs:comment "fine woolen fabrics"@en .

<http://lexvo.org/id/char/7FA3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%BE%A3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C3%BAn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kwan4>,
        <http://lexvo.org/id/term/yue/%E7%BE%A3>,
        "羣"^^xsd:string ;
    rdfs:comment "(same as U+7FA4 群) group, crowd, multitude, mob"@en .

<http://lexvo.org/id/char/7FA4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%BE%A4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C3%BAn>,
        <http://lexvo.org/id/term/kor/%E7%BE%A4>,
        <http://lexvo.org/id/term/kor/KWUN>,
        <http://lexvo.org/id/term/vie/qu%E1%BA%A7n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kwan4>,
        <http://lexvo.org/id/term/yue/%E7%BE%A4>,
        "群"^^xsd:string ;
    rdfs:comment "(same as U+7FA3 羣) group, crowd, multitude, mob"@en .

<http://lexvo.org/id/char/7FA5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%BE%A5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C7%8Eng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C7%8Eng%20qi%C4%81n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/coeng1%20koeng5>,
        <http://lexvo.org/id/term/yue/%E7%BE%A5>,
        "羥"^^xsd:string ;
    rdfs:comment "hydroxyl group"@en .

<http://lexvo.org/id/char/7FA6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%BE%A6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wun4>,
        <http://lexvo.org/id/term/yue/%E7%BE%A6>,
        "羦"^^xsd:string .

<http://lexvo.org/id/char/7FA7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%BE%A7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/su%C5%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/su%C5%8D%20zu%C4%AB>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/so1>,
        <http://lexvo.org/id/term/yue/%E7%BE%A7>,
        "羧"^^xsd:string ;
    rdfs:comment "carboxyl group"@en .

<http://lexvo.org/id/char/7FA8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%BE%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A0n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A0n%20y%C3%AD%20y%C3%A1n>,
        <http://lexvo.org/id/term/kor/%E7%BE%A8>,
        <http://lexvo.org/id/term/kor/SEN%20YEN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sin6>,
        <http://lexvo.org/id/term/yue/%E7%BE%A8>,
        "羨"^^xsd:string ;
    rdfs:comment "envy, admire; praise; covet"@en .

<http://lexvo.org/id/char/7FA9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%BE%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%AC>,
        <http://lexvo.org/id/term/kor/%E7%BE%A9>,
        <http://lexvo.org/id/term/kor/UY>,
        <http://lexvo.org/id/term/vie/ngh%C4%A9a>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ji6>,
        <http://lexvo.org/id/term/yue/%E7%BE%A9>,
        "義"^^xsd:string ;
    rdfs:comment "right conduct, righteousness"@en .

<http://lexvo.org/id/char/7FAA> a lvont:Character ;
    lvont:represents "羪"^^xsd:string .

<http://lexvo.org/id/char/7FAB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%BE%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C4%81ng>,
        <http://lexvo.org/id/term/kor/%E7%BE%AB>,
        <http://lexvo.org/id/term/kor/KANG>,
        "羫"^^xsd:string ;
    rdfs:comment "the skeleton of a sheep"@en .

<http://lexvo.org/id/char/7FAC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%BE%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A1n>,
        "羬"^^xsd:string .

<http://lexvo.org/id/char/7FAD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%BE%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%BA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jyu4>,
        <http://lexvo.org/id/term/yue/%E7%BE%AD>,
        "羭"^^xsd:string ;
    rdfs:comment "good"@en .

<http://lexvo.org/id/char/7FAE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%BE%AE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C4%93ng%20l%C3%A1ng>,
        <http://lexvo.org/id/term/vie/canh>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gang1>,
        <http://lexvo.org/id/term/yue/%E7%BE%AE>,
        "羮"^^xsd:string ;
    rdfs:comment "soup, broth"@en .

<http://lexvo.org/id/char/7FAF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%BE%AF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%A9>,
        <http://lexvo.org/id/term/kor/%E7%BE%AF>,
        <http://lexvo.org/id/term/kor/KAL>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kit3>,
        <http://lexvo.org/id/term/yue/%E7%BE%AF>,
        "羯"^^xsd:string ;
    rdfs:comment "wether, castrated ram; deer skin"@en .

<http://lexvo.org/id/char/7FB0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%BE%B0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C4%81ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tong1>,
        <http://lexvo.org/id/term/yue/%E7%BE%B0>,
        "羰"^^xsd:string .

<http://lexvo.org/id/char/7FB1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%BE%B1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/yu%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jyun4>,
        <http://lexvo.org/id/term/yue/%E7%BE%B1>,
        "羱"^^xsd:string ;
    rdfs:comment "sheep"@en .

<http://lexvo.org/id/char/7FB2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%BE%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C4%AB>,
        <http://lexvo.org/id/term/kor/%E7%BE%B2>,
        <http://lexvo.org/id/term/kor/HUY>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hei1>,
        <http://lexvo.org/id/term/yue/%E7%BE%B2>,
        "羲"^^xsd:string ;
    rdfs:comment "ancient emperor; breath, vapor"@en .

<http://lexvo.org/id/char/7FB3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%BE%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/faan4>,
        <http://lexvo.org/id/term/yue/%E7%BE%B3>,
        "羳"^^xsd:string .

<http://lexvo.org/id/char/7FB4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%BE%B4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C4%81n>,
        "羴"^^xsd:string ;
    rdfs:comment "rank odour of sheep or goats"@en .

<http://lexvo.org/id/char/7FB5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%BE%B5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C4%9Bn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fan4>,
        <http://lexvo.org/id/term/yue/%E7%BE%B5>,
        "羵"^^xsd:string ;
    rdfs:comment "spirit"@en .

<http://lexvo.org/id/char/7FB6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%BE%B6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C4%81n>,
        <http://lexvo.org/id/term/kor/%E7%BE%B6>,
        <http://lexvo.org/id/term/kor/CEN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zin1>,
        <http://lexvo.org/id/term/yue/%E7%BE%B6>,
        "羶"^^xsd:string ;
    rdfs:comment "rank odor"@en .

<http://lexvo.org/id/char/7FB7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%BE%B7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C7%8En>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lim5>,
        <http://lexvo.org/id/term/yue/%E7%BE%B7>,
        "羷"^^xsd:string .

<http://lexvo.org/id/char/7FB8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%BE%B8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%A9i>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%A9i%20li%C3%A1n>,
        <http://lexvo.org/id/term/kor/%E7%BE%B8>,
        <http://lexvo.org/id/term/kor/LI>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/leoi4>,
        <http://lexvo.org/id/term/yue/%E7%BE%B8>,
        "羸"^^xsd:string ;
    rdfs:comment "weak, lean, emaciated, exhausted"@en .

<http://lexvo.org/id/char/7FB9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%BE%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C4%93ng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C4%93ng%20l%C3%A1ng>,
        <http://lexvo.org/id/term/kor/%E7%BE%B9>,
        <http://lexvo.org/id/term/kor/KAYNG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gang1>,
        <http://lexvo.org/id/term/yue/%E7%BE%B9>,
        "羹"^^xsd:string ;
    rdfs:comment "soup, broth"@en .

<http://lexvo.org/id/char/7FBA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%BE%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C3%B3u>,
        "羺"^^xsd:string .

<http://lexvo.org/id/char/7FBB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%BE%BB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C3%A0ng>,
        "羻"^^xsd:string .

<http://lexvo.org/id/char/7FBC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%BE%BC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/caan3%20can3>,
        <http://lexvo.org/id/term/yue/%E7%BE%BC>,
        "羼"^^xsd:string ;
    rdfs:comment "confuse, mix, interpolate"@en .

<http://lexvo.org/id/char/7FBE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%BE%BE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C3%B2ng>,
        "羾"^^xsd:string .

<http://lexvo.org/id/char/7FBF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%BE%BF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ngai6>,
        <http://lexvo.org/id/term/yue/%E7%BE%BF>,
        "羿"^^xsd:string ;
    rdfs:comment "legendary archer"@en .

<http://lexvo.org/id/char/7FC0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%BF%80>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C5%8Dng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C5%8Dng%20ch%C3%B3ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cung1>,
        <http://lexvo.org/id/term/yue/%E7%BF%80>,
        "翀"^^xsd:string ;
    rdfs:comment "fly upward"@en .

<http://lexvo.org/id/char/7FC1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%BF%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C4%93ng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C4%93ng%20w%C4%9Bng>,
        <http://lexvo.org/id/term/kor/%E7%BF%81>,
        <http://lexvo.org/id/term/kor/ONG>,
        <http://lexvo.org/id/term/vie/%C3%B4ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jung1>,
        <http://lexvo.org/id/term/yue/%E7%BF%81>,
        "翁"^^xsd:string ;
    rdfs:comment "old man; father, father-in-law"@en .

<http://lexvo.org/id/char/7FC2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%BF%82>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C4%93n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fan1>,
        <http://lexvo.org/id/term/yue/%E7%BF%82>,
        "翂"^^xsd:string .

<http://lexvo.org/id/char/7FC3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%BF%83>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%B3ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wang4>,
        <http://lexvo.org/id/term/yue/%E7%BF%83>,
        "翃"^^xsd:string ;
    rdfs:comment "fly"@en .

<http://lexvo.org/id/char/7FC4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%BF%84>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ci3>,
        <http://lexvo.org/id/term/yue/%E7%BF%84>,
        "翄"^^xsd:string ;
    rdfs:comment "winds; fins"@en .

<http://lexvo.org/id/char/7FC5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%BF%85>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%AC>,
        <http://lexvo.org/id/term/kor/%E7%BF%85>,
        <http://lexvo.org/id/term/kor/SI>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ci3>,
        <http://lexvo.org/id/term/yue/%E7%BF%85>,
        "翅"^^xsd:string ;
    rdfs:comment "wings; fin"@en .

<http://lexvo.org/id/char/7FC6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%BF%86>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/cu%C3%AC>,
        "翆"^^xsd:string ;
    rdfs:comment "color green; kingfisher"@en .

<http://lexvo.org/id/char/7FC7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%BF%87>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%BA>,
        "翇"^^xsd:string .

<http://lexvo.org/id/char/7FC8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%BF%88>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A1>,
        "翈"^^xsd:string .

<http://lexvo.org/id/char/7FC9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%BF%89>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C4%9Bn>,
        "翉"^^xsd:string .

<http://lexvo.org/id/char/7FCA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%BF%8A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%AC>,
        <http://lexvo.org/id/term/kor/%E7%BF%8A>,
        <http://lexvo.org/id/term/kor/IK>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jik6>,
        <http://lexvo.org/id/term/yue/%E7%BF%8A>,
        "翊"^^xsd:string ;
    rdfs:comment "flying; assist, help; respect"@en .

<http://lexvo.org/id/char/7FCB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%BF%8B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C4%81%20l%C3%A0>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/laap6>,
        <http://lexvo.org/id/term/yue/%E7%BF%8B>,
        "翋"^^xsd:string .

<http://lexvo.org/id/char/7FCC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%BF%8C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%AC>,
        <http://lexvo.org/id/term/kor/%E7%BF%8C>,
        <http://lexvo.org/id/term/kor/IK>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jik6>,
        <http://lexvo.org/id/term/yue/%E7%BF%8C>,
        "翌"^^xsd:string ;
    rdfs:comment "bright; daybreak, dawn; the next day"@en .

<http://lexvo.org/id/char/7FCD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%BF%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C4%AB>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/pei1>,
        <http://lexvo.org/id/term/yue/%E7%BF%8D>,
        "翍"^^xsd:string .

<http://lexvo.org/id/char/7FCE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%BF%8E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%ADng>,
        <http://lexvo.org/id/term/kor/%E7%BF%8E>,
        <http://lexvo.org/id/term/kor/LYENG>,
        <http://lexvo.org/id/term/vie/%E1%BA%A7m%20li%E1%BB%87ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ling4>,
        <http://lexvo.org/id/term/yue/%E7%BF%8E>,
        "翎"^^xsd:string ;
    rdfs:comment "feather; plume; wing"@en .

<http://lexvo.org/id/char/7FCF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%BF%8F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C3%B9%20li%C3%A0o%20li%C3%BA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lau6%20liu4%20liu6>,
        <http://lexvo.org/id/term/yue/%E7%BF%8F>,
        "翏"^^xsd:string ;
    rdfs:comment "the sound of the wind; to soar"@en .

<http://lexvo.org/id/char/7FD0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%BF%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dit6>,
        <http://lexvo.org/id/term/yue/%E7%BF%90>,
        "翐"^^xsd:string .

<http://lexvo.org/id/char/7FD1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%BF%91>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C3%BA>,
        "翑"^^xsd:string .

<http://lexvo.org/id/char/7FD2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%BF%92>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C3%AD>,
        <http://lexvo.org/id/term/kor/%E7%BF%92>,
        <http://lexvo.org/id/term/kor/SUP>,
        <http://lexvo.org/id/term/vie/t%E1%BA%ADp>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zaap6>,
        <http://lexvo.org/id/term/yue/%E7%BF%92>,
        "習"^^xsd:string ;
    rdfs:comment "practice; flapping wings"@en .

<http://lexvo.org/id/char/7FD3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%BF%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A9>,
        "翓"^^xsd:string .

<http://lexvo.org/id/char/7FD4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%BF%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A1ng>,
        <http://lexvo.org/id/term/kor/%E7%BF%94>,
        <http://lexvo.org/id/term/kor/SANG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/coeng4>,
        <http://lexvo.org/id/term/yue/%E7%BF%94>,
        "翔"^^xsd:string ;
    rdfs:comment "soar, glide, hover; detailed"@en .

<http://lexvo.org/id/char/7FD5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%BF%95>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C3%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C4%AB>,
        <http://lexvo.org/id/term/kor/%E7%BF%95>,
        <http://lexvo.org/id/term/kor/HUP>,
        <http://lexvo.org/id/term/vie/h%E1%BA%A5p>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jap1>,
        <http://lexvo.org/id/term/yue/%E7%BF%95>,
        "翕"^^xsd:string ;
    rdfs:comment "agree"@en .

<http://lexvo.org/id/char/7FD6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%BF%96>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C3%AC>,
        <http://lexvo.org/id/term/kor/%E7%BF%96>,
        <http://lexvo.org/id/term/kor/HUP>,
        "翖"^^xsd:string ;
    rdfs:comment "ksc extension 3108"@en .

<http://lexvo.org/id/char/7FD7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%BF%97>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C3%AD>,
        "翗"^^xsd:string .

<http://lexvo.org/id/char/7FD8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%BF%98>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C3%A1o%200922.050%3Aqi%C3%A0o>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C3%A1o%20qi%C3%A0o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kiu4>,
        <http://lexvo.org/id/term/yue/%E7%BF%98>,
        "翘"^^xsd:string ;
    rdfs:comment "turn up, lift, elevate, raise"@en .

<http://lexvo.org/id/char/7FD9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%BF%99>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%AC>,
        "翙"^^xsd:string .

<http://lexvo.org/id/char/7FDA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%BF%9A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C4%AB>,
        <http://lexvo.org/id/term/kor/%E7%BF%9A>,
        <http://lexvo.org/id/term/kor/HWI>,
        "翚"^^xsd:string .

<http://lexvo.org/id/char/7FDB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%BF%9B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C4%81o>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C4%81o%20sh%C3%B9>,
        <http://lexvo.org/id/term/kor/%E7%BF%9B>,
        <http://lexvo.org/id/term/kor/SO>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/siu1>,
        <http://lexvo.org/id/term/yue/%E7%BF%9B>,
        "翛"^^xsd:string ;
    rdfs:comment "look of rumpled feathers; bedraggled; hasty; rapid flight"@en .

<http://lexvo.org/id/char/7FDC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%BF%9C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C3%A8%20sh%C3%A0>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/saap3>,
        <http://lexvo.org/id/term/yue/%E7%BF%9C>,
        "翜"^^xsd:string .

<http://lexvo.org/id/char/7FDD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%BF%9D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%B3ng>,
        "翝"^^xsd:string .

<http://lexvo.org/id/char/7FDE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%BF%9E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C4%81ng>,
        "翞"^^xsd:string .

<http://lexvo.org/id/char/7FDF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%BF%9F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%AD%201450.020%3Azh%C3%A1i>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%AD%20zh%C3%A1i>,
        <http://lexvo.org/id/term/kor/%E7%BF%9F>,
        <http://lexvo.org/id/term/kor/CEK%20CHAYK>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dik6%20zaak6>,
        <http://lexvo.org/id/term/yue/%E7%BF%9F>,
        "翟"^^xsd:string ;
    rdfs:comment "surname; a kind of pheasant; plumes"@en .

<http://lexvo.org/id/char/7FE0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%BF%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/cu%C3%AC>,
        <http://lexvo.org/id/term/kor/%E7%BF%A0>,
        <http://lexvo.org/id/term/kor/CHWI>,
        <http://lexvo.org/id/term/vie/thu%C3%BD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ceoi3>,
        <http://lexvo.org/id/term/yue/%E7%BF%A0>,
        "翠"^^xsd:string ;
    rdfs:comment "color green; kingfisher"@en .

<http://lexvo.org/id/char/7FE1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%BF%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C4%9Bi>,
        <http://lexvo.org/id/term/kor/%E7%BF%A1>,
        <http://lexvo.org/id/term/kor/PI>,
        <http://lexvo.org/id/term/vie/ph%E1%BB%89>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fei2>,
        <http://lexvo.org/id/term/yue/%E7%BF%A1>,
        "翡"^^xsd:string ;
    rdfs:comment "kingfisher; emerald, jade"@en .

<http://lexvo.org/id/char/7FE2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%BF%A2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C4%81o>,
        "翢"^^xsd:string .

<http://lexvo.org/id/char/7FE3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%BF%A3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%A0>,
        <http://lexvo.org/id/term/kor/%E7%BF%A3>,
        <http://lexvo.org/id/term/kor/SAP>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/saap3>,
        <http://lexvo.org/id/term/yue/%E7%BF%A3>,
        "翣"^^xsd:string ;
    rdfs:comment "feathers used decorate coffin; large wooden fan"@en .

<http://lexvo.org/id/char/7FE4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%BF%A4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%AC>,
        <http://lexvo.org/id/term/kor/%E7%BF%A4>,
        <http://lexvo.org/id/term/kor/SI>,
        "翤"^^xsd:string .

<http://lexvo.org/id/char/7FE5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%BF%A5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%B9>,
        <http://lexvo.org/id/term/vie/ch%E1%BB%9F>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zyu3>,
        <http://lexvo.org/id/term/yue/%E7%BF%A5>,
        "翥"^^xsd:string ;
    rdfs:comment "to soar; to take off"@en .

<http://lexvo.org/id/char/7FE6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%BF%A6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C7%8En>,
        <http://lexvo.org/id/term/kor/%E7%BF%A6>,
        <http://lexvo.org/id/term/kor/CEN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zin2>,
        <http://lexvo.org/id/term/yue/%E7%BF%A6>,
        "翦"^^xsd:string ;
    rdfs:comment "scissors; cut, clip; annhilate"@en .

<http://lexvo.org/id/char/7FE7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%BF%A7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xu%C4%81n>,
        "翧"^^xsd:string .

<http://lexvo.org/id/char/7FE8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%BF%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%AC%20ch%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ci3%20si6>,
        <http://lexvo.org/id/term/yue/%E7%BF%A8>,
        "翨"^^xsd:string .

<http://lexvo.org/id/char/7FE9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%BF%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/pi%C4%81n>,
        <http://lexvo.org/id/term/kor/%E7%BF%A9>,
        <http://lexvo.org/id/term/kor/PHYEN>,
        <http://lexvo.org/id/term/vie/phi%E1%BA%BFn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/pin1>,
        <http://lexvo.org/id/term/yue/%E7%BF%A9>,
        "翩"^^xsd:string ;
    rdfs:comment "fly, flutter"@en .

<http://lexvo.org/id/char/7FEA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%BF%AA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C5%8Dng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zung1>,
        <http://lexvo.org/id/term/yue/%E7%BF%AA>,
        "翪"^^xsd:string ;
    rdfs:comment "flutter"@en .

<http://lexvo.org/id/char/7FEB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%BF%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C3%A0n%20w%C4%81n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C3%A1n>,
        <http://lexvo.org/id/term/kor/%E7%BF%AB>,
        <http://lexvo.org/id/term/kor/WAN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wun6>,
        <http://lexvo.org/id/term/yue/%E7%BF%AB>,
        "翫"^^xsd:string ;
    rdfs:comment "careless, play; a legendary archer"@en .

<http://lexvo.org/id/char/7FEC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%BF%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C4%AB>,
        <http://lexvo.org/id/term/kor/%E7%BF%AC>,
        <http://lexvo.org/id/term/kor/HWI>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fai1>,
        <http://lexvo.org/id/term/yue/%E7%BF%AC>,
        "翬"^^xsd:string ;
    rdfs:comment "pheasant; variegated; to fly"@en .

<http://lexvo.org/id/char/7FED> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%BF%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%B3u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hau4>,
        <http://lexvo.org/id/term/yue/%E7%BF%AD>,
        "翭"^^xsd:string .

<http://lexvo.org/id/char/7FEE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%BF%AE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A9%20l%C3%AC>,
        <http://lexvo.org/id/term/kor/%E7%BF%AE>,
        <http://lexvo.org/id/term/kor/HAYK>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gaak3%20hat6>,
        <http://lexvo.org/id/term/yue/%E7%BF%AE>,
        "翮"^^xsd:string ;
    rdfs:comment "stem of feather; quill"@en .

<http://lexvo.org/id/char/7FEF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%BF%AF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A8%20h%C3%A9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hok6>,
        <http://lexvo.org/id/term/yue/%E7%BF%AF>,
        "翯"^^xsd:string ;
    rdfs:comment "glistening plumage; reflection of the sun on water"@en .

<http://lexvo.org/id/char/7FF0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%BF%B0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E7%BF%B0>,
        <http://lexvo.org/id/term/kor/HAN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hon6>,
        <http://lexvo.org/id/term/yue/%E7%BF%B0>,
        "翰"^^xsd:string ;
    rdfs:comment "writing brush, pen, pencil"@en .

<http://lexvo.org/id/char/7FF1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C3%A1o>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%BF%B1>,
        <http://lexvo.org/id/term/kor/%E7%BF%B1>,
        <http://lexvo.org/id/term/kor/KO>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ngou4>,
        <http://lexvo.org/id/term/yue/%E7%BF%B1>,
        "翱"^^xsd:string ;
    rdfs:comment "soar, roam"@en .

<http://lexvo.org/id/char/7FF2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%BF%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/pi%C4%81o>,
        "翲"^^xsd:string .

<http://lexvo.org/id/char/7FF3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%BF%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%AC>,
        <http://lexvo.org/id/term/kor/%E7%BF%B3>,
        <http://lexvo.org/id/term/kor/YEY>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ai3%20ji1>,
        <http://lexvo.org/id/term/yue/%E7%BF%B3>,
        "翳"^^xsd:string ;
    rdfs:comment "shade, screen; to hide, screen"@en .

<http://lexvo.org/id/char/7FF4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%BF%B4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C3%A1n>,
        "翴"^^xsd:string .

<http://lexvo.org/id/char/7FF5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%BF%B5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C3%BA>,
        "翵"^^xsd:string .

<http://lexvo.org/id/char/7FF6> a lvont:Character ;
    lvont:represents "翶"^^xsd:string .

<http://lexvo.org/id/char/7FF7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%BF%B7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%ADn>,
        "翷"^^xsd:string .

<http://lexvo.org/id/char/7FF8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%BF%B8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C4%9Bn>,
        "翸"^^xsd:string .

<http://lexvo.org/id/char/7FF9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%BF%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C3%A1o%200922.051%3Aqi%C3%A0o>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C3%A1o%20qi%C3%A0o>,
        <http://lexvo.org/id/term/kor/%E7%BF%B9>,
        <http://lexvo.org/id/term/kor/KYO>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kiu4>,
        <http://lexvo.org/id/term/yue/%E7%BF%B9>,
        "翹"^^xsd:string ;
    rdfs:comment "turn up, lift, elevate, raise"@en .

<http://lexvo.org/id/char/7FFA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C3%A1o>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%BF%BA>,
        <http://lexvo.org/id/term/kor/%E7%BF%BA>,
        <http://lexvo.org/id/term/kor/KO>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ngou4>,
        <http://lexvo.org/id/term/yue/%E7%BF%BA>,
        "翺"^^xsd:string ;
    rdfs:comment "soar, roam"@en .

<http://lexvo.org/id/char/7FFB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%BF%BB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C4%81n>,
        <http://lexvo.org/id/term/kor/%E7%BF%BB>,
        <http://lexvo.org/id/term/kor/PEN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/faan1>,
        <http://lexvo.org/id/term/yue/%E7%BF%BB>,
        "翻"^^xsd:string ;
    rdfs:comment "flip over, upset, capsize"@en .

<http://lexvo.org/id/char/7FFC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%BF%BC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%AC>,
        <http://lexvo.org/id/term/kor/%E7%BF%BC>,
        <http://lexvo.org/id/term/kor/IK>,
        <http://lexvo.org/id/term/vie/d%E1%BB%B1c>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jik6>,
        <http://lexvo.org/id/term/yue/%E7%BF%BC>,
        "翼"^^xsd:string ;
    rdfs:comment "wings; fins on fish; shelter"@en .

<http://lexvo.org/id/char/7FFD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%BF%BD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wai3>,
        <http://lexvo.org/id/term/yue/%E7%BF%BD>,
        "翽"^^xsd:string ;
    rdfs:comment "whir"@en .

<http://lexvo.org/id/char/7FFE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%BF%BE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xu%C4%81n>,
        <http://lexvo.org/id/term/kor/%E7%BF%BE>,
        <http://lexvo.org/id/term/kor/HYEN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hyun1>,
        <http://lexvo.org/id/term/yue/%E7%BF%BE>,
        "翾"^^xsd:string ;
    rdfs:comment "fly; to flit"@en .

<http://lexvo.org/id/char/7FFF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%BF%BF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%A0o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dou6%20tou4>,
        <http://lexvo.org/id/term/yue/%E7%BF%BF>,
        "翿"^^xsd:string ;
    rdfs:comment "streamer adorned with feathers"@en .

<http://lexvo.org/id/char/8000> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%80%80>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A0o>,
        <http://lexvo.org/id/term/kor/%E8%80%80>,
        <http://lexvo.org/id/term/kor/YO>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jiu6>,
        <http://lexvo.org/id/term/yue/%E8%80%80>,
        "耀"^^xsd:string ;
    rdfs:comment "shine, sparkle, dazzle; glory"@en .

<http://lexvo.org/id/char/8004> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%80%84>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A0o>,
        <http://lexvo.org/id/term/kor/%E8%80%84>,
        <http://lexvo.org/id/term/kor/MO>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mou6>,
        <http://lexvo.org/id/term/yue/%E8%80%84>,
        "耄"^^xsd:string ;
    rdfs:comment "elderly person; very old, senile"@en .

<http://lexvo.org/id/char/8005> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%80%85>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C4%9B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C4%9B%20zh%C5%AB>,
        <http://lexvo.org/id/term/kor/%E8%80%85>,
        <http://lexvo.org/id/term/kor/CA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ze2>,
        <http://lexvo.org/id/term/yue/%E8%80%85>,
        "者"^^xsd:string ;
    rdfs:comment "that which; he who; those who"@en .

<http://lexvo.org/id/char/8006> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%80%86>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C3%AD%200898.101%3Ash%C3%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C3%AD%20sh%C3%AC%20zh%C7%90>,
        <http://lexvo.org/id/term/kor/%E8%80%86>,
        <http://lexvo.org/id/term/kor/KI%20CHI>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kei4>,
        <http://lexvo.org/id/term/yue/%E8%80%86>,
        "耆"^^xsd:string ;
    rdfs:comment "man of sixty; aged, old"@en .

<http://lexvo.org/id/char/8007> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%80%87>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C7%92u>,
        <http://lexvo.org/id/term/kor/%E8%80%87>,
        <http://lexvo.org/id/term/kor/KWU>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gau2>,
        <http://lexvo.org/id/term/yue/%E8%80%87>,
        "耇"^^xsd:string ;
    rdfs:comment "wrinkled face of the elderly"@en .

<http://lexvo.org/id/char/8008> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%80%88>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C7%92u>,
        <http://lexvo.org/id/term/kor/%E8%80%88>,
        <http://lexvo.org/id/term/kor/KWU>,
        "耈"^^xsd:string ;
    rdfs:comment "old age"@en .

<http://lexvo.org/id/char/8009> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%80%89>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C7%92u>,
        <http://lexvo.org/id/term/kor/%E8%80%89>,
        <http://lexvo.org/id/term/kor/KWU>,
        "耉"^^xsd:string ;
    rdfs:comment "old age"@en .

<http://lexvo.org/id/char/800A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%80%8A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/di%C3%A8>,
        "耊"^^xsd:string .

<http://lexvo.org/id/char/800B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%80%8B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/di%C3%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/di%C3%A9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dit6>,
        <http://lexvo.org/id/term/yue/%E8%80%8B>,
        "耋"^^xsd:string ;
    rdfs:comment "aged; in one's eighties"@en .

<http://lexvo.org/id/char/800D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%80%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/shu%C7%8E>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/saa2>,
        <http://lexvo.org/id/term/yue/%E8%80%8D>,
        "耍"^^xsd:string ;
    rdfs:comment "frolic, play, amuse, play with"@en .

<http://lexvo.org/id/char/800E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%80%8E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ru%C7%8En>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jyun5>,
        <http://lexvo.org/id/term/yue/%E8%80%8E>,
        "耎"^^xsd:string ;
    rdfs:comment "weak, pliable, soft, yielding"@en .

<http://lexvo.org/id/char/800F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C3%A9r%20n%C3%A0i>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%80%8F>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ji4>,
        <http://lexvo.org/id/term/yue/%E8%80%8F>,
        "耏"^^xsd:string ;
    rdfs:comment "whiskers"@en .

<http://lexvo.org/id/char/8010> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%80%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C3%A0i>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C3%A0i%20n%C3%A9ng>,
        <http://lexvo.org/id/term/kor/%E8%80%90>,
        <http://lexvo.org/id/term/kor/NAY>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/noi6>,
        <http://lexvo.org/id/term/yue/%E8%80%90>,
        "耐"^^xsd:string ;
    rdfs:comment "endure, bear; resist; patient"@en .

<http://lexvo.org/id/char/8011> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%80%91>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/du%C4%81n%201517.022%3Azhu%C4%81n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zhu%C4%81n%20du%C4%81n>,
        <http://lexvo.org/id/term/kor/%E8%80%91>,
        <http://lexvo.org/id/term/kor/TAN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dyun1%20zyun1>,
        <http://lexvo.org/id/term/yue/%E8%80%91>,
        "耑"^^xsd:string ;
    rdfs:comment "specialized; concentrated"@en .

<http://lexvo.org/id/char/8013> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%80%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C4%ABng>,
        "耓"^^xsd:string .

<http://lexvo.org/id/char/8014> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%80%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C7%90>,
        <http://lexvo.org/id/term/kor/%E8%80%94>,
        <http://lexvo.org/id/term/kor/CA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zi2>,
        <http://lexvo.org/id/term/yue/%E8%80%94>,
        "耔"^^xsd:string ;
    rdfs:comment "to hoe up the earth around plants"@en .

<http://lexvo.org/id/char/8015> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%80%95>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C4%93ng>,
        <http://lexvo.org/id/term/kor/%E8%80%95>,
        <http://lexvo.org/id/term/kor/KYENG>,
        <http://lexvo.org/id/term/vie/canh>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gaang1%20gang1>,
        <http://lexvo.org/id/term/yue/%E8%80%95>,
        "耕"^^xsd:string ;
    rdfs:comment "plow, cultivate"@en .

<http://lexvo.org/id/char/8016> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%80%96>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%A0o>,
        <http://lexvo.org/id/term/kor/%E8%80%96>,
        <http://lexvo.org/id/term/kor/CHO>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/caau3>,
        <http://lexvo.org/id/term/yue/%E8%80%96>,
        "耖"^^xsd:string .

<http://lexvo.org/id/char/8017> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%80%97>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A0o>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A0o%20m%C3%A1o%20m%C3%A0o>,
        <http://lexvo.org/id/term/kor/%E8%80%97>,
        <http://lexvo.org/id/term/kor/MO>,
        <http://lexvo.org/id/term/vie/hao>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hou3>,
        <http://lexvo.org/id/term/yue/%E8%80%97>,
        "耗"^^xsd:string ;
    rdfs:comment "consume, use up; waste, squander"@en .

<http://lexvo.org/id/char/8018> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%80%98>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%BAn>,
        <http://lexvo.org/id/term/kor/%E8%80%98>,
        <http://lexvo.org/id/term/kor/WUN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wan4>,
        <http://lexvo.org/id/term/yue/%E8%80%98>,
        "耘"^^xsd:string ;
    rdfs:comment "weed"@en .

<http://lexvo.org/id/char/8019> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%80%99>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%A0%200847.070%3Ap%C3%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%A0%20p%C3%A1%20b%C7%8E>,
        <http://lexvo.org/id/term/kor/%E8%80%99>,
        <http://lexvo.org/id/term/kor/PHA>,
        <http://lexvo.org/id/term/vie/kh%E1%BB%8Bt%20b%E1%BB%ABa>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/paa4>,
        <http://lexvo.org/id/term/yue/%E8%80%99>,
        "耙"^^xsd:string ;
    rdfs:comment "rake"@en .

<http://lexvo.org/id/char/801A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%80%9A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C4%AB>,
        "耚"^^xsd:string .

<http://lexvo.org/id/char/801B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%80%9B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%AD>,
        "耛"^^xsd:string .

<http://lexvo.org/id/char/801C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%80%9C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zi6>,
        <http://lexvo.org/id/term/yue/%E8%80%9C>,
        "耜"^^xsd:string ;
    rdfs:comment "spade-shaped tool; plow"@en .

<http://lexvo.org/id/char/801D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%80%9D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%BA>,
        "耝"^^xsd:string .

<http://lexvo.org/id/char/801E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%80%9E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C4%81>,
        <http://lexvo.org/id/term/kor/%E8%80%9E>,
        <http://lexvo.org/id/term/kor/KA>,
        <http://lexvo.org/id/term/vie/r%E1%BB%99i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gaa1>,
        <http://lexvo.org/id/term/yue/%E8%80%9E>,
        "耞"^^xsd:string ;
    rdfs:comment "flail"@en .

<http://lexvo.org/id/char/801F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%80%9F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%B9>,
        "耟"^^xsd:string .

<http://lexvo.org/id/char/8020> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%80%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A9%20hu%C5%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C5%8D>,
        "耠"^^xsd:string ;
    rdfs:comment "till, dig"@en .

<http://lexvo.org/id/char/8021> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%80%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%BA>,
        <http://lexvo.org/id/term/kor/%E8%80%A1>,
        <http://lexvo.org/id/term/kor/SE>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/co4>,
        <http://lexvo.org/id/term/yue/%E8%80%A1>,
        "耡"^^xsd:string ;
    rdfs:comment "hoe"@en .

<http://lexvo.org/id/char/8022> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%80%A2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%A0o>,
        "耢"^^xsd:string ;
    rdfs:comment "a kind of farm tool"@en .

<http://lexvo.org/id/char/8023> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%80%A3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C7%94n>,
        "耣"^^xsd:string .

<http://lexvo.org/id/char/8024> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%80%A4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%AD%20ji%C3%A8>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zik6>,
        <http://lexvo.org/id/term/yue/%E8%80%A4>,
        "耤"^^xsd:string ;
    rdfs:comment "plough"@en .

<http://lexvo.org/id/char/8025> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%80%A5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C4%81ng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C7%8Eng>,
        "耥"^^xsd:string ;
    rdfs:comment "farm tool"@en .

<http://lexvo.org/id/char/8026> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C7%92u>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%80%A6>,
        <http://lexvo.org/id/term/kor/%E8%80%A6>,
        <http://lexvo.org/id/term/kor/WU>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ngau5>,
        <http://lexvo.org/id/term/yue/%E8%80%A6>,
        "耦"^^xsd:string ;
    rdfs:comment "plow side by side; team of two"@en .

<http://lexvo.org/id/char/8027> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%80%A7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%B3u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lau4>,
        <http://lexvo.org/id/term/yue/%E8%80%A7>,
        "耧"^^xsd:string ;
    rdfs:comment "drill for sowing grain"@en .

<http://lexvo.org/id/char/8028> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%80%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C3%B2u>,
        <http://lexvo.org/id/term/kor/%E8%80%A8>,
        <http://lexvo.org/id/term/kor/NWU>,
        <http://lexvo.org/id/term/vie/n%E1%BA%ADu>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/nau6>,
        <http://lexvo.org/id/term/yue/%E8%80%A8>,
        "耨"^^xsd:string ;
    rdfs:comment "hoe, rake; weed"@en .

<http://lexvo.org/id/char/8029> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%80%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C7%8Eng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C7%8Eng%20g%C5%8Du>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gong2%20kau1>,
        <http://lexvo.org/id/term/yue/%E8%80%A9>,
        "耩"^^xsd:string ;
    rdfs:comment "to plough. to sow"@en .

<http://lexvo.org/id/char/802A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%80%AA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C7%8Eng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/pong5>,
        <http://lexvo.org/id/term/yue/%E8%80%AA>,
        "耪"^^xsd:string ;
    rdfs:comment "plow, cultivate"@en .

<http://lexvo.org/id/char/802B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%80%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C3%A9>,
        "耫"^^xsd:string .

<http://lexvo.org/id/char/802C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%80%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%B3u>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%B3u%20l%C7%92u>,
        <http://lexvo.org/id/term/kor/%E8%80%AC>,
        <http://lexvo.org/id/term/kor/LWU>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lau4>,
        <http://lexvo.org/id/term/yue/%E8%80%AC>,
        "耬"^^xsd:string ;
    rdfs:comment "drill for sowing grain"@en .

<http://lexvo.org/id/char/802D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%80%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C4%AB>,
        <http://lexvo.org/id/term/kor/%E8%80%AD>,
        <http://lexvo.org/id/term/kor/KI>,
        "耭"^^xsd:string ;
    rdfs:comment "plow, cultivate"@en .

<http://lexvo.org/id/char/802E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%80%AE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%A0o>,
        "耮"^^xsd:string ;
    rdfs:comment "a kind of farm tool"@en .

<http://lexvo.org/id/char/802F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%80%AF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%B2>,
        "耯"^^xsd:string .

<http://lexvo.org/id/char/8030> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%80%B0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C5%8Du>,
        <http://lexvo.org/id/term/kor/%E8%80%B0>,
        <http://lexvo.org/id/term/kor/WU>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jau1>,
        <http://lexvo.org/id/term/yue/%E8%80%B0>,
        "耰"^^xsd:string ;
    rdfs:comment "toothless rake for drawing earth over newly sown grain"@en .

<http://lexvo.org/id/char/8031> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%80%B1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%B2>,
        "耱"^^xsd:string ;
    rdfs:comment "a kind of farm tool"@en .

<http://lexvo.org/id/char/8032> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%80%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%A1i>,
        "耲"^^xsd:string .

<http://lexvo.org/id/char/8034> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%80%B4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%A9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zip3>,
        <http://lexvo.org/id/term/yue/%E8%80%B4>,
        "耴"^^xsd:string .

<http://lexvo.org/id/char/8035> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%80%B5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C4%ABng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C4%ABng%20d%C4%ABng%20d%C7%90ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ding1%20ding2%20ting1>,
        <http://lexvo.org/id/term/yue/%E8%80%B5>,
        "耵"^^xsd:string .

<http://lexvo.org/id/char/8036> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%80%B6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A9%20y%C4%93%20xi%C3%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C4%93%201345.080%3Ay%C3%A9>,
        <http://lexvo.org/id/term/kor/%E8%80%B6>,
        <http://lexvo.org/id/term/kor/YA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/je4>,
        <http://lexvo.org/id/term/yue/%E8%80%B6>,
        "耶"^^xsd:string ;
    rdfs:comment "used in transliteration"@en .

<http://lexvo.org/id/char/8037> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%80%B7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C4%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C4%81%20zh%C3%A9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/daap3>,
        <http://lexvo.org/id/term/yue/%E8%80%B7>,
        "耷"^^xsd:string ;
    rdfs:comment "ears hanging down"@en .

<http://lexvo.org/id/char/8038> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%80%B8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C7%92ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sung2>,
        <http://lexvo.org/id/term/yue/%E8%80%B8>,
        "耸"^^xsd:string ;
    rdfs:comment "urge on; rise up; stir, excite"@en .

<http://lexvo.org/id/char/8039> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%80%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C3%ADn>,
        "耹"^^xsd:string .

<http://lexvo.org/id/char/803A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%80%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%BAn>,
        "耺"^^xsd:string ;
    rdfs:comment "non-standard variant of 職 U+8077, duty, profession; office, post"@en .

<http://lexvo.org/id/char/803B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%80%BB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C7%90>,
        <http://lexvo.org/id/term/kor/%E8%80%BB>,
        <http://lexvo.org/id/term/kor/CHI>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ci2>,
        <http://lexvo.org/id/term/yue/%E8%80%BB>,
        "耻"^^xsd:string ;
    rdfs:comment "shame, humiliation; ashamed"@en .

<http://lexvo.org/id/char/803C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%80%BC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C4%81n>,
        "耼"^^xsd:string ;
    rdfs:comment "ears without rim"@en .

<http://lexvo.org/id/char/803D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%80%BD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C4%81n>,
        <http://lexvo.org/id/term/kor/%E8%80%BD>,
        <http://lexvo.org/id/term/kor/THAM>,
        <http://lexvo.org/id/term/vie/x%E1%BA%A9m>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/daam1>,
        <http://lexvo.org/id/term/yue/%E8%80%BD>,
        "耽"^^xsd:string ;
    rdfs:comment "indulge in; be negligent"@en .

<http://lexvo.org/id/char/803E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%80%BE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%B3ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wang4>,
        <http://lexvo.org/id/term/yue/%E8%80%BE>,
        "耾"^^xsd:string ;
    rdfs:comment "deafness"@en .

<http://lexvo.org/id/char/803F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%80%BF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C4%9Bng>,
        <http://lexvo.org/id/term/kor/%E8%80%BF>,
        <http://lexvo.org/id/term/kor/KYENG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gang2>,
        <http://lexvo.org/id/term/yue/%E8%80%BF>,
        "耿"^^xsd:string ;
    rdfs:comment "bright, shining; have guts"@en .

<http://lexvo.org/id/char/8040> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%81%80>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%AD%20zh%C3%AC>,
        <http://lexvo.org/id/term/vie/gi%C3%B5ng%20gi%E1%BA%A5c>,
        "聀"^^xsd:string .

<http://lexvo.org/id/char/8041> a lvont:Character ;
    lvont:represents "聁"^^xsd:string .

<http://lexvo.org/id/char/8042> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%81%82>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ni%C3%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ni%C3%A8%20zh%C3%A8>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/nip6>,
        <http://lexvo.org/id/term/yue/%E8%81%82>,
        "聂"^^xsd:string ;
    rdfs:comment "whisper; surname"@en .

<http://lexvo.org/id/char/8043> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%81%83>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C4%81n>,
        <http://lexvo.org/id/term/kor/%E8%81%83>,
        <http://lexvo.org/id/term/kor/TAM>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/daam1>,
        <http://lexvo.org/id/term/yue/%E8%81%83>,
        "聃"^^xsd:string ;
    rdfs:comment "ears without rims; a personal name"@en .

<http://lexvo.org/id/char/8044> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%81%84>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C4%9Bn>,
        "聄"^^xsd:string .

<http://lexvo.org/id/char/8045> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%81%85>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%A8>,
        "聅"^^xsd:string .

<http://lexvo.org/id/char/8046> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%81%86>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%ADng>,
        <http://lexvo.org/id/term/kor/%E8%81%86>,
        <http://lexvo.org/id/term/kor/LYENG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ling4>,
        <http://lexvo.org/id/term/yue/%E8%81%86>,
        "聆"^^xsd:string ;
    rdfs:comment "listen, hear"@en .

<http://lexvo.org/id/char/8047> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%81%87>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C4%93ng>,
        "聇"^^xsd:string .

<http://lexvo.org/id/char/8048> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%81%88>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%92u>,
        "聈"^^xsd:string .

<http://lexvo.org/id/char/8049> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%81%89>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C4%81>,
        "聉"^^xsd:string .

<http://lexvo.org/id/char/804A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%81%8A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C3%A1o>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C3%A1o%20li%C3%BA>,
        <http://lexvo.org/id/term/kor/%E8%81%8A>,
        <http://lexvo.org/id/term/kor/LYO>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/liu4>,
        <http://lexvo.org/id/term/yue/%E8%81%8A>,
        "聊"^^xsd:string ;
    rdfs:comment "somewhat, slightly, at least"@en .

<http://lexvo.org/id/char/804B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%81%8B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%B3ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lung4>,
        <http://lexvo.org/id/term/yue/%E8%81%8B>,
        "聋"^^xsd:string ;
    rdfs:comment "deaf"@en .

<http://lexvo.org/id/char/804C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%81%8C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%AD%20zh%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zik1>,
        <http://lexvo.org/id/term/yue/%E8%81%8C>,
        "职"^^xsd:string ;
    rdfs:comment "duty, profession; office, post"@en .

<http://lexvo.org/id/char/804D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%81%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C3%ADng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C3%ADng%20n%C7%90ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ning4>,
        <http://lexvo.org/id/term/yue/%E8%81%8D>,
        "聍"^^xsd:string ;
    rdfs:comment "earwax"@en .

<http://lexvo.org/id/char/804E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%81%8E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ti%C4%81o>,
        "聎"^^xsd:string .

<http://lexvo.org/id/char/804F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C3%A9r>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%81%8F>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ji4>,
        <http://lexvo.org/id/term/yue/%E8%81%8F>,
        "聏"^^xsd:string .

<http://lexvo.org/id/char/8050> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%81%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A0>,
        "聐"^^xsd:string .

<http://lexvo.org/id/char/8051> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%81%91>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/di%C3%A9>,
        "聑"^^xsd:string .

<http://lexvo.org/id/char/8052> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%81%92>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/gu%C4%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/gu%C4%81%20gu%C5%8D>,
        <http://lexvo.org/id/term/kor/%E8%81%92>,
        <http://lexvo.org/id/term/kor/KWAL>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kut3>,
        <http://lexvo.org/id/term/yue/%E8%81%92>,
        "聒"^^xsd:string ;
    rdfs:comment "clamor, din, hubbub"@en .

<http://lexvo.org/id/char/8053> a lvont:Character ;
    lvont:represents "聓"^^xsd:string .

<http://lexvo.org/id/char/8054> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%81%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lyun4>,
        <http://lexvo.org/id/term/yue/%E8%81%94>,
        "联"^^xsd:string ;
    rdfs:comment "connect, join; associate, ally"@en .

<http://lexvo.org/id/char/8055> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%81%95>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A0o>,
        <http://lexvo.org/id/term/kor/%E8%81%95>,
        <http://lexvo.org/id/term/kor/HO>,
        "聕"^^xsd:string .

<http://lexvo.org/id/char/8056> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%81%96>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%A8ng>,
        <http://lexvo.org/id/term/kor/%E8%81%96>,
        <http://lexvo.org/id/term/kor/SENG>,
        <http://lexvo.org/id/term/vie/th%C3%A1nh>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sing3>,
        <http://lexvo.org/id/term/yue/%E8%81%96>,
        "聖"^^xsd:string ;
    rdfs:comment "holy, sacred; sage"@en .

<http://lexvo.org/id/char/8057> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%81%97>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C3%A8>,
        "聗"^^xsd:string .

<http://lexvo.org/id/char/8058> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%81%98>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%ACn>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%ACn%20p%C3%ACng>,
        <http://lexvo.org/id/term/kor/%E8%81%98>,
        <http://lexvo.org/id/term/kor/PING>,
        <http://lexvo.org/id/term/vie/s%C3%A1nh>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ping3>,
        <http://lexvo.org/id/term/yue/%E8%81%98>,
        "聘"^^xsd:string ;
    rdfs:comment "engage, employ; betroth"@en .

<http://lexvo.org/id/char/8059> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%81%99>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C4%ABng>,
        "聙"^^xsd:string .

<http://lexvo.org/id/char/805A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%81%9A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%B9>,
        <http://lexvo.org/id/term/kor/%E8%81%9A>,
        <http://lexvo.org/id/term/kor/CHWI>,
        <http://lexvo.org/id/term/vie/t%E1%BB%A5>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zeoi6>,
        <http://lexvo.org/id/term/yue/%E8%81%9A>,
        "聚"^^xsd:string ;
    rdfs:comment "assemble, meet together, collect"@en .

<http://lexvo.org/id/char/805B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%81%9B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%AC>,
        "聛"^^xsd:string .

<http://lexvo.org/id/char/805C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%81%9C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C7%90>,
        "聜"^^xsd:string .

<http://lexvo.org/id/char/805D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%81%9D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/gu%C3%B3>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gwik1>,
        <http://lexvo.org/id/term/yue/%E8%81%9D>,
        "聝"^^xsd:string ;
    rdfs:comment "to cut the left ears of the slain"@en .

<http://lexvo.org/id/char/805E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%81%9E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C3%A9n%20w%C3%A8n>,
        <http://lexvo.org/id/term/kor/%E8%81%9E>,
        <http://lexvo.org/id/term/kor/MWUN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/man4%20man6>,
        <http://lexvo.org/id/term/yue/%E8%81%9E>,
        "聞"^^xsd:string ;
    rdfs:comment "hear; smell; make known; news"@en .

<http://lexvo.org/id/char/805F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%81%9F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C3%B9>,
        "聟"^^xsd:string ;
    rdfs:comment "son-in-law; husband"@en .

<http://lexvo.org/id/char/8060> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%81%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%ADng>,
        "聠"^^xsd:string .

<http://lexvo.org/id/char/8061> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%81%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C5%8Dng>,
        "聡"^^xsd:string ;
    rdfs:comment "intelligent, clever, bright"@en .

<http://lexvo.org/id/char/8062> a lvont:Character ;
    lvont:represents "聢"^^xsd:string ;
    rdfs:comment "certainly, definitely"@en .

<http://lexvo.org/id/char/8063> a lvont:Character ;
    lvont:represents "聣"^^xsd:string .

<http://lexvo.org/id/char/8064> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%81%A4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%ADng>,
        "聤"^^xsd:string .

<http://lexvo.org/id/char/8065> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%81%A5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%94>,
        "聥"^^xsd:string .

<http://lexvo.org/id/char/8066> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%81%A6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C5%8Dng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cung1>,
        <http://lexvo.org/id/term/yue/%E8%81%A6>,
        "聦"^^xsd:string ;
    rdfs:comment "the hearing, to listen; astute; clever; quick of apprehension"@en .

<http://lexvo.org/id/char/8067> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%81%A7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ku%C3%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kwai1>,
        <http://lexvo.org/id/term/yue/%E8%81%A7>,
        "聧"^^xsd:string .

<http://lexvo.org/id/char/8068> a lvont:Character ;
    lvont:represents "聨"^^xsd:string ;
    rdfs:comment "connect, join; associate, ally"@en .

<http://lexvo.org/id/char/8069> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%81%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ku%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kui2>,
        <http://lexvo.org/id/term/yue/%E8%81%A9>,
        "聩"^^xsd:string ;
    rdfs:comment "deaf"@en .

<http://lexvo.org/id/char/806A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%81%AA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C5%8Dng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cung1>,
        <http://lexvo.org/id/term/yue/%E8%81%AA>,
        "聪"^^xsd:string ;
    rdfs:comment "intelligent, clever, bright"@en .

<http://lexvo.org/id/char/806B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%81%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C3%A1n>,
        <http://lexvo.org/id/term/kor/%E8%81%AB>,
        <http://lexvo.org/id/term/kor/LYEN>,
        "聫"^^xsd:string ;
    rdfs:comment "connect, join; associate, ally"@en .

<http://lexvo.org/id/char/806C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%81%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C4%9Bng>,
        "聬"^^xsd:string .

<http://lexvo.org/id/char/806D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%81%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ku%C3%AC>,
        "聭"^^xsd:string .

<http://lexvo.org/id/char/806E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%81%AE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C3%A1n>,
        <http://lexvo.org/id/term/kor/%E8%81%AE>,
        <http://lexvo.org/id/term/kor/LYEN>,
        "聮"^^xsd:string ;
    rdfs:comment "connect, join; associate, ally"@en .

<http://lexvo.org/id/char/806F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%81%AF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C3%A1n>,
        <http://lexvo.org/id/term/kor/%E8%81%AF>,
        <http://lexvo.org/id/term/kor/LYEN>,
        <http://lexvo.org/id/term/vie/li%C3%AAn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lyun4>,
        <http://lexvo.org/id/term/yue/%E8%81%AF>,
        "聯"^^xsd:string ;
    rdfs:comment "connect, join; associate, ally"@en .

<http://lexvo.org/id/char/8070> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%81%B0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C5%8Dng>,
        <http://lexvo.org/id/term/kor/%E8%81%B0>,
        <http://lexvo.org/id/term/kor/CHONG>,
        <http://lexvo.org/id/term/vie/th%C3%B4ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cung1>,
        <http://lexvo.org/id/term/yue/%E8%81%B0>,
        "聰"^^xsd:string ;
    rdfs:comment "intelligent, clever, bright"@en .

<http://lexvo.org/id/char/8071> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C3%A1o>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%C3%A1o%20y%C3%B3u>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%81%B1>,
        <http://lexvo.org/id/term/kor/%E8%81%B1>,
        <http://lexvo.org/id/term/kor/O>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ngou4>,
        <http://lexvo.org/id/term/yue/%E8%81%B1>,
        "聱"^^xsd:string ;
    rdfs:comment "bent and twisted; too complicated"@en .

<http://lexvo.org/id/char/8072> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%81%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C4%93ng>,
        <http://lexvo.org/id/term/kor/%E8%81%B2>,
        <http://lexvo.org/id/term/kor/SENG>,
        <http://lexvo.org/id/term/vie/thanh>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/seng1%20sing1>,
        <http://lexvo.org/id/term/yue/%E8%81%B2>,
        "聲"^^xsd:string ;
    rdfs:comment "sound, voice, noise; tone; music"@en .

<http://lexvo.org/id/char/8073> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%81%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C7%92ng>,
        <http://lexvo.org/id/term/kor/%E8%81%B3>,
        <http://lexvo.org/id/term/kor/YONG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sung2>,
        <http://lexvo.org/id/term/yue/%E8%81%B3>,
        "聳"^^xsd:string ;
    rdfs:comment "urge on; rise up; stir, excite; to raise up; lofty"@en .

<http://lexvo.org/id/char/8074> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%81%B4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C4%ABng>,
        <http://lexvo.org/id/term/kor/%E8%81%B4>,
        <http://lexvo.org/id/term/kor/CHENG>,
        "聴"^^xsd:string ;
    rdfs:comment "hear, listen; understand; obey"@en .

<http://lexvo.org/id/char/8075> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%81%B5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ku%C3%AC>,
        <http://lexvo.org/id/term/kor/%E8%81%B5>,
        <http://lexvo.org/id/term/kor/OY>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kui2>,
        <http://lexvo.org/id/term/yue/%E8%81%B5>,
        "聵"^^xsd:string ;
    rdfs:comment "deaf"@en .

<http://lexvo.org/id/char/8076> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%81%B6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ni%C3%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ni%C3%A8%20zh%C3%A8%20sh%C3%A8%20zh%C3%A9%20y%C3%A8>,
        <http://lexvo.org/id/term/kor/%E8%81%B6>,
        <http://lexvo.org/id/term/kor/SEP>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/nip6>,
        <http://lexvo.org/id/term/yue/%E8%81%B6>,
        "聶"^^xsd:string ;
    rdfs:comment "whisper; surname"@en .

<http://lexvo.org/id/char/8077> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%81%B7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%AD%20zh%C3%AC%20t%C3%A8>,
        <http://lexvo.org/id/term/kor/%E8%81%B7>,
        <http://lexvo.org/id/term/kor/CIK>,
        <http://lexvo.org/id/term/vie/ch%E1%BB%A9c>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zik1>,
        <http://lexvo.org/id/term/yue/%E8%81%B7>,
        "職"^^xsd:string ;
    rdfs:comment "duty, profession; office, post"@en .

<http://lexvo.org/id/char/8078> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%81%B8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C4%81n>,
        "聸"^^xsd:string .

<http://lexvo.org/id/char/8079> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%81%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C3%ADng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C3%ADng%20n%C7%90ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ning4>,
        <http://lexvo.org/id/term/yue/%E8%81%B9>,
        "聹"^^xsd:string ;
    rdfs:comment "earwax"@en .

<http://lexvo.org/id/char/807A> a lvont:Character ;
    lvont:represents "聺"^^xsd:string .

<http://lexvo.org/id/char/807B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%81%BB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C4%AB%20j%C3%AD%20ji%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zim6>,
        <http://lexvo.org/id/term/yue/%E8%81%BB>,
        "聻"^^xsd:string ;
    rdfs:comment "death of a disembodied spirit; depraved"@en .

<http://lexvo.org/id/char/807C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%81%BC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C4%ABng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C4%ABng%20t%C3%ACng>,
        <http://lexvo.org/id/term/kor/%E8%81%BC>,
        <http://lexvo.org/id/term/kor/CHENG>,
        "聼"^^xsd:string ;
    rdfs:comment "hear, listen; understand; obey"@en .

<http://lexvo.org/id/char/807D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%81%BD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C4%ABng%201145.032%3At%C3%ACng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C4%ABng%20t%C3%ACng>,
        <http://lexvo.org/id/term/kor/%E8%81%BD>,
        <http://lexvo.org/id/term/kor/CHENG>,
        <http://lexvo.org/id/term/vie/th%C3%ADnh>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/teng1%20ting1%20ting3>,
        <http://lexvo.org/id/term/yue/%E8%81%BD>,
        "聽"^^xsd:string ;
    rdfs:comment "hear, listen; understand; obey"@en .

<http://lexvo.org/id/char/807E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%81%BE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%B3ng>,
        <http://lexvo.org/id/term/kor/%E8%81%BE>,
        <http://lexvo.org/id/term/kor/LONG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lung4>,
        <http://lexvo.org/id/term/yue/%E8%81%BE>,
        "聾"^^xsd:string ;
    rdfs:comment "deaf"@en .

<http://lexvo.org/id/char/8081> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%82%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%A0o>,
        "肁"^^xsd:string .

<http://lexvo.org/id/char/8082> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%82%82>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sei3%20si3>,
        <http://lexvo.org/id/term/yue/%E8%82%82>,
        "肂"^^xsd:string .

<http://lexvo.org/id/char/8083> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%82%83>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/suk1>,
        <http://lexvo.org/id/term/yue/%E8%82%83>,
        "肃"^^xsd:string ;
    rdfs:comment "pay respects; reverently"@en .

<http://lexvo.org/id/char/8084> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%82%84>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%AC%20s%C3%AC>,
        <http://lexvo.org/id/term/kor/%E8%82%84>,
        <http://lexvo.org/id/term/kor/I>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ji6%20si3>,
        <http://lexvo.org/id/term/yue/%E8%82%84>,
        "肄"^^xsd:string ;
    rdfs:comment "learn, practice, study; toil"@en .

<http://lexvo.org/id/char/8085> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%82%85>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C3%B9>,
        <http://lexvo.org/id/term/kor/%E8%82%85>,
        <http://lexvo.org/id/term/kor/SWUK>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/suk1>,
        <http://lexvo.org/id/term/yue/%E8%82%85>,
        "肅"^^xsd:string ;
    rdfs:comment "pay respects; reverently"@en .

<http://lexvo.org/id/char/8086> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%82%86>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C3%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C3%AC%20t%C3%AC>,
        <http://lexvo.org/id/term/kor/%E8%82%86>,
        <http://lexvo.org/id/term/kor/SA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sei3%20si3>,
        <http://lexvo.org/id/term/yue/%E8%82%86>,
        "4",
        "肆"^^xsd:string ;
    rdfs:comment "indulge; excess; numeral four; particle meaning now, therefore; shop"@en .

<http://lexvo.org/id/char/8087> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%82%87>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%A0o>,
        <http://lexvo.org/id/term/kor/%E8%82%87>,
        <http://lexvo.org/id/term/kor/CO>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/siu6>,
        <http://lexvo.org/id/term/yue/%E8%82%87>,
        "肇"^^xsd:string ;
    rdfs:comment "begin, commence, originate"@en .

<http://lexvo.org/id/char/8088> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%82%88>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%A0o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/siu6>,
        <http://lexvo.org/id/term/yue/%E8%82%88>,
        "肈"^^xsd:string ;
    rdfs:comment "to commence; to found; to devise. at first. to originate. to strike"@en .

<http://lexvo.org/id/char/808A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%82%8A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jik1%20jik6>,
        <http://lexvo.org/id/term/yue/%E8%82%8A>,
        "肊"^^xsd:string .

<http://lexvo.org/id/char/808B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%82%8B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%A8i%20l%C3%A8%20l%C4%93%20j%C4%ABn>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C4%93%200687.050%3Al%C3%A8i>,
        <http://lexvo.org/id/term/kor/%E8%82%8B>,
        <http://lexvo.org/id/term/kor/LUK>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/laak6%20lak6>,
        <http://lexvo.org/id/term/yue/%E8%82%8B>,
        "肋"^^xsd:string ;
    rdfs:comment "ribs; chest"@en .

<http://lexvo.org/id/char/808C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%82%8C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C4%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C4%AB%20j%C3%AC>,
        <http://lexvo.org/id/term/kor/%E8%82%8C>,
        <http://lexvo.org/id/term/kor/KI>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gei1>,
        <http://lexvo.org/id/term/yue/%E8%82%8C>,
        "肌"^^xsd:string ;
    rdfs:comment "muscle tissue; meat on bones"@en .

<http://lexvo.org/id/char/808D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%82%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C3%BA>,
        "肍"^^xsd:string .

<http://lexvo.org/id/char/808E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%82%8E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C4%9Bn>,
        "肎"^^xsd:string .

<http://lexvo.org/id/char/808F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%82%8F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C3%A0o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/caau3>,
        <http://lexvo.org/id/term/yue/%E8%82%8F>,
        "肏"^^xsd:string ;
    rdfs:comment "copulate, expletive (fuck)"@en .

<http://lexvo.org/id/char/8090> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%82%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C4%93>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gat1>,
        <http://lexvo.org/id/term/yue/%E8%82%90>,
        "肐"^^xsd:string ;
    rdfs:comment "armpit, arms"@en .

<http://lexvo.org/id/char/8091> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%82%91>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%AC>,
        "肑"^^xsd:string .

<http://lexvo.org/id/char/8092> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%82%92>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%A1n>,
        "肒"^^xsd:string .

<http://lexvo.org/id/char/8093> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%82%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C4%81ng>,
        <http://lexvo.org/id/term/kor/%E8%82%93>,
        <http://lexvo.org/id/term/kor/HWANG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fong1>,
        <http://lexvo.org/id/term/yue/%E8%82%93>,
        "肓"^^xsd:string ;
    rdfs:comment "region between heart and diaphragm"@en .

<http://lexvo.org/id/char/8094> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%82%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%90>,
        "肔"^^xsd:string .

<http://lexvo.org/id/char/8095> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%82%95>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/r%C3%A8n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jan6%20ngan6>,
        <http://lexvo.org/id/term/yue/%E8%82%95>,
        "肕"^^xsd:string ;
    rdfs:comment "tough, strong, hard"@en .

<http://lexvo.org/id/char/8096> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%82%96>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A0o%20xi%C4%81o>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C4%81o%201272.020%3Axi%C3%A0o>,
        <http://lexvo.org/id/term/kor/%E8%82%96>,
        <http://lexvo.org/id/term/kor/CHO%20SO>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ciu3>,
        <http://lexvo.org/id/term/yue/%E8%82%96>,
        "肖"^^xsd:string ;
    rdfs:comment "look like, resemble, be like"@en .

<http://lexvo.org/id/char/8097> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%82%97>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/r%C7%94>,
        "肗"^^xsd:string .

<http://lexvo.org/id/char/8098> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%82%98>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C7%92u>,
        <http://lexvo.org/id/term/kor/%E8%82%98>,
        <http://lexvo.org/id/term/kor/CWU>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zaau2%20zau2>,
        <http://lexvo.org/id/term/yue/%E8%82%98>,
        "肘"^^xsd:string ;
    rdfs:comment "the elbow; help a person shoulder a load"@en .

<http://lexvo.org/id/char/8099> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%82%99>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/yu%C4%81n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jyun1>,
        <http://lexvo.org/id/term/yue/%E8%82%99>,
        "肙"^^xsd:string ;
    rdfs:comment "a small worm; to twist; to surround; empty"@en .

<http://lexvo.org/id/char/809A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%82%9A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%B9%20d%C7%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C7%94%200269.050%3Ad%C3%B9>,
        <http://lexvo.org/id/term/kor/%E8%82%9A>,
        <http://lexvo.org/id/term/kor/TWU>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tou5>,
        <http://lexvo.org/id/term/yue/%E8%82%9A>,
        "肚"^^xsd:string ;
    rdfs:comment "belly; abdomen; bowels"@en .

<http://lexvo.org/id/char/809B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%82%9B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C4%81ng>,
        <http://lexvo.org/id/term/kor/%E8%82%9B>,
        <http://lexvo.org/id/term/kor/HANG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gong1>,
        <http://lexvo.org/id/term/yue/%E8%82%9B>,
        "肛"^^xsd:string ;
    rdfs:comment "anus"@en .

<http://lexvo.org/id/char/809C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%82%9C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/r%C3%B3ng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/r%C3%B3ng%20ch%C4%93n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jung4>,
        <http://lexvo.org/id/term/yue/%E8%82%9C>,
        "肜"^^xsd:string ;
    rdfs:comment "to sacrifice on two successive days"@en .

<http://lexvo.org/id/char/809D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%82%9D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C4%81n>,
        <http://lexvo.org/id/term/kor/%E8%82%9D>,
        <http://lexvo.org/id/term/kor/KAN>,
        <http://lexvo.org/id/term/vie/gan>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gon1>,
        <http://lexvo.org/id/term/yue/%E8%82%9D>,
        "肝"^^xsd:string ;
    rdfs:comment "liver"@en .

<http://lexvo.org/id/char/809E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%82%9E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C4%81>,
        "肞"^^xsd:string .

<http://lexvo.org/id/char/809F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%82%9F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C3%B2>,
        "肟"^^xsd:string ;
    rdfs:comment "an organic compound"@en .

<http://lexvo.org/id/char/80A0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%82%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%A1ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/coeng4>,
        <http://lexvo.org/id/term/yue/%E8%82%A0>,
        "肠"^^xsd:string ;
    rdfs:comment "intestines; emotions; sausage"@en .

<http://lexvo.org/id/char/80A1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%82%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C7%94>,
        <http://lexvo.org/id/term/kor/%E8%82%A1>,
        <http://lexvo.org/id/term/kor/KO>,
        <http://lexvo.org/id/term/vie/c%E1%BB%95>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gu2>,
        <http://lexvo.org/id/term/yue/%E8%82%A1>,
        "股"^^xsd:string ;
    rdfs:comment "thighs, haunches, rump; share"@en .

<http://lexvo.org/id/char/80A2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%82%A2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C4%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C4%AB%20sh%C3%AC>,
        <http://lexvo.org/id/term/kor/%E8%82%A2>,
        <http://lexvo.org/id/term/kor/CI>,
        <http://lexvo.org/id/term/vie/chi>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zi1>,
        <http://lexvo.org/id/term/yue/%E8%82%A2>,
        "肢"^^xsd:string ;
    rdfs:comment "human limbs; animal feet"@en .

<http://lexvo.org/id/char/80A3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%82%A3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A1n>,
        <http://lexvo.org/id/term/vie/c%E1%BA%B1m>,
        "肣"^^xsd:string .

<http://lexvo.org/id/char/80A4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%82%A4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C5%AB>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fu1>,
        <http://lexvo.org/id/term/yue/%E8%82%A4>,
        "肤"^^xsd:string ;
    rdfs:comment "skin; superficial, shallow"@en .

<http://lexvo.org/id/char/80A5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%82%A5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%A9i>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%A9i%20b%C7%90>,
        <http://lexvo.org/id/term/kor/%E8%82%A5>,
        <http://lexvo.org/id/term/kor/PI>,
        <http://lexvo.org/id/term/vie/ph%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fei4>,
        <http://lexvo.org/id/term/yue/%E8%82%A5>,
        "肥"^^xsd:string ;
    rdfs:comment "fat, plump, obese; fertile"@en .

<http://lexvo.org/id/char/80A6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%82%A6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%A9n%20b%C4%81n>,
        <http://lexvo.org/id/term/kor/%E8%82%A6>,
        <http://lexvo.org/id/term/kor/PWUN%20PAN>,
        "肦"^^xsd:string ;
    rdfs:comment "large head; many; high; to divide, to distribute"@en .

<http://lexvo.org/id/char/80A7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%82%A7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C4%93i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/pui1>,
        <http://lexvo.org/id/term/yue/%E8%82%A7>,
        "肧"^^xsd:string ;
    rdfs:comment "embryo; unfinished things"@en .

<http://lexvo.org/id/char/80A8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%82%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%A0ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/pong3>,
        <http://lexvo.org/id/term/yue/%E8%82%A8>,
        "肨"^^xsd:string ;
    rdfs:comment "to swell; fat, swollen"@en .

<http://lexvo.org/id/char/80A9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%82%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C4%81n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C4%81n%20xi%C3%A1n>,
        <http://lexvo.org/id/term/kor/%E8%82%A9>,
        <http://lexvo.org/id/term/kor/KYEN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gin1>,
        <http://lexvo.org/id/term/yue/%E8%82%A9>,
        "肩"^^xsd:string ;
    rdfs:comment "shoulders; to shoulder; bear"@en .

<http://lexvo.org/id/char/80AA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%82%AA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%A1ng>,
        <http://lexvo.org/id/term/kor/%E8%82%AA>,
        <http://lexvo.org/id/term/kor/PANG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fong1>,
        <http://lexvo.org/id/term/yue/%E8%82%AA>,
        "肪"^^xsd:string ;
    rdfs:comment "animal fat"@en .

<http://lexvo.org/id/char/80AB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%82%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C5%ABn>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C5%ABn%20ch%C3%BAn%20t%C3%BAn%20zhu%C5%8D>,
        <http://lexvo.org/id/term/kor/%E8%82%AB>,
        <http://lexvo.org/id/term/kor/SWUN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zeon1>,
        <http://lexvo.org/id/term/yue/%E8%82%AB>,
        "肫"^^xsd:string ;
    rdfs:comment "the gizzard of a fowl; honest, sincere"@en .

<http://lexvo.org/id/char/80AC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%82%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%B3u>,
        "肬"^^xsd:string ;
    rdfs:comment "wart; tumor; goiter; papule"@en .

<http://lexvo.org/id/char/80AD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%82%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C3%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C3%A0%20n%C7%9C>,
        <http://lexvo.org/id/term/kor/%E8%82%AD>,
        <http://lexvo.org/id/term/kor/NWUL>,
        <http://lexvo.org/id/term/vie/n%E1%BB%8Di>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/nat6%20neot6>,
        <http://lexvo.org/id/term/yue/%E8%82%AD>,
        "肭"^^xsd:string ;
    rdfs:comment "fat; seal (moon radical DKW: 14342 is different)"@en .

<http://lexvo.org/id/char/80AE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C4%81ng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%82%AE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A1ng%20g%C4%81ng%20%C4%81ng%20k%C7%8Eng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gong4%20hong4>,
        <http://lexvo.org/id/term/yue/%E8%82%AE>,
        "肮"^^xsd:string ;
    rdfs:comment "dirty"@en .

<http://lexvo.org/id/char/80AF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%82%AF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C4%9Bn>,
        <http://lexvo.org/id/term/kor/%E8%82%AF>,
        <http://lexvo.org/id/term/kor/KUNG>,
        <http://lexvo.org/id/term/vie/kh%E1%BA%B3ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hang2%20hoi2>,
        <http://lexvo.org/id/term/yue/%E8%82%AF>,
        "肯"^^xsd:string ;
    rdfs:comment "willing; consent to, permit"@en .

<http://lexvo.org/id/char/80B0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%82%B0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/r%C3%A1n>,
        "肰"^^xsd:string .

<http://lexvo.org/id/char/80B1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%82%B1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C5%8Dng>,
        <http://lexvo.org/id/term/kor/%E8%82%B1>,
        <http://lexvo.org/id/term/kor/KOYNG>,
        <http://lexvo.org/id/term/vie/qu%C4%83ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gwang1>,
        <http://lexvo.org/id/term/yue/%E8%82%B1>,
        "肱"^^xsd:string ;
    rdfs:comment "forearm"@en .

<http://lexvo.org/id/char/80B2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%82%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%B9%20y%C5%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C5%8D%201414.010%3Ay%C3%B9>,
        <http://lexvo.org/id/term/kor/%E8%82%B2>,
        <http://lexvo.org/id/term/kor/YUK>,
        <http://lexvo.org/id/term/vie/d%E1%BB%A5c>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/juk6>,
        <http://lexvo.org/id/term/yue/%E8%82%B2>,
        "育"^^xsd:string ;
    rdfs:comment "produce, give birth to; educate"@en .

<http://lexvo.org/id/char/80B3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%82%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C4%9Bn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/man5>,
        <http://lexvo.org/id/term/yue/%E8%82%B3>,
        "肳"^^xsd:string ;
    rdfs:comment "the corners of the mouth, the lips"@en .

<http://lexvo.org/id/char/80B4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%82%B4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A1o>,
        <http://lexvo.org/id/term/kor/%E8%82%B4>,
        <http://lexvo.org/id/term/kor/HYO>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ngaau4>,
        <http://lexvo.org/id/term/yue/%E8%82%B4>,
        "肴"^^xsd:string ;
    rdfs:comment "cooked or prepared meat"@en .

<http://lexvo.org/id/char/80B5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%82%B5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%ACn%20q%C3%AD>,
        <http://lexvo.org/id/term/kor/%E8%82%B5>,
        <http://lexvo.org/id/term/kor/KI>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kei4>,
        <http://lexvo.org/id/term/yue/%E8%82%B5>,
        "肵"^^xsd:string ;
    rdfs:comment "table"@en .

<http://lexvo.org/id/char/80B6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%82%B6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bei2>,
        <http://lexvo.org/id/term/yue/%E8%82%B6>,
        "肶"^^xsd:string ;
    rdfs:comment "(Cant.) leg, thigh"@en .

<http://lexvo.org/id/char/80B7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%82%B7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C4%81n%20x%C3%B9%20qi%C7%8En>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C7%8En>,
        "肷"^^xsd:string ;
    rdfs:comment "area between waist and hips"@en .

<http://lexvo.org/id/char/80B8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%82%B8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C3%AC%20x%C4%AB%20b%C3%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C4%AB>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jat6>,
        <http://lexvo.org/id/term/yue/%E8%82%B8>,
        "肸"^^xsd:string ;
    rdfs:comment "spread out; smilling or laughing"@en .

<http://lexvo.org/id/char/80B9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%82%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C4%AB%20b%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hai1>,
        <http://lexvo.org/id/term/yue/%E8%82%B9>,
        "肹"^^xsd:string ;
    rdfs:comment "(Cant.) vulgar, abusive term for female sex organ, cunt"@en .

<http://lexvo.org/id/char/80BA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%82%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%A8i>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%A8i%20p%C3%A8i>,
        <http://lexvo.org/id/term/kor/%E8%82%BA>,
        <http://lexvo.org/id/term/kor/PHYEY%20PHAY>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fai3>,
        <http://lexvo.org/id/term/yue/%E8%82%BA>,
        "肺"^^xsd:string ;
    rdfs:comment "lungs"@en .

<http://lexvo.org/id/char/80BB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%82%BB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C4%9Bn>,
        "肻"^^xsd:string .

<http://lexvo.org/id/char/80BC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%82%BC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C7%90ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zeng2>,
        <http://lexvo.org/id/term/yue/%E8%82%BC>,
        "肼"^^xsd:string ;
    rdfs:comment "hydrazine"@en .

<http://lexvo.org/id/char/80BD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%82%BD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%A0i>,
        "肽"^^xsd:string ;
    rdfs:comment "a chemical compound"@en .

<http://lexvo.org/id/char/80BE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%82%BE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%A8n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/san5>,
        <http://lexvo.org/id/term/yue/%E8%82%BE>,
        "肾"^^xsd:string ;
    rdfs:comment "kidneys; testes, gizzard"@en .

<http://lexvo.org/id/char/80BF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%82%BF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C7%92ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zung2>,
        <http://lexvo.org/id/term/yue/%E8%82%BF>,
        "肿"^^xsd:string ;
    rdfs:comment "swell; swollen; swelling"@en .

<http://lexvo.org/id/char/80C0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%83%80>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%A0ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zoeng3>,
        <http://lexvo.org/id/term/yue/%E8%83%80>,
        "胀"^^xsd:string ;
    rdfs:comment "swell, inflate, expand"@en .

<http://lexvo.org/id/char/80C1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%83%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hip3>,
        <http://lexvo.org/id/term/yue/%E8%83%81>,
        "胁"^^xsd:string ;
    rdfs:comment "ribs, armpits; flank; threaten"@en .

<http://lexvo.org/id/char/80C2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%83%82>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%A8n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C4%93n%20sh%C3%A8n%20ch%C4%93n>,
        <http://lexvo.org/id/term/vie/th%C4%83n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/san6%20seon3>,
        <http://lexvo.org/id/term/yue/%E8%83%82>,
        "胂"^^xsd:string .

<http://lexvo.org/id/char/80C3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%83%83>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C3%A8i>,
        <http://lexvo.org/id/term/kor/%E8%83%83>,
        <http://lexvo.org/id/term/kor/WI>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wai6>,
        <http://lexvo.org/id/term/yue/%E8%83%83>,
        "胃"^^xsd:string ;
    rdfs:comment "stomach; gizzard of fowl"@en .

<http://lexvo.org/id/char/80C4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%83%84>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%B2u>,
        <http://lexvo.org/id/term/kor/%E8%83%84>,
        <http://lexvo.org/id/term/kor/CWU>,
        <http://lexvo.org/id/term/vie/tr%E1%BB%A5>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zau6>,
        <http://lexvo.org/id/term/yue/%E8%83%84>,
        "胄"^^xsd:string ;
    rdfs:comment "helmet, headpiece; descendant"@en .

<http://lexvo.org/id/char/80C5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%83%85>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/di%C3%A9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dit6>,
        <http://lexvo.org/id/term/yue/%E8%83%85>,
        "胅"^^xsd:string .

<http://lexvo.org/id/char/80C6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%83%86>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C7%8En>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C7%8En%20t%C3%A1n%20t%C7%8En%20d%C3%A1>,
        <http://lexvo.org/id/term/kor/%E8%83%86>,
        <http://lexvo.org/id/term/kor/TAN>,
        <http://lexvo.org/id/term/vie/%C4%91%E1%BA%A3m>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/daam2>,
        <http://lexvo.org/id/term/yue/%E8%83%86>,
        "胆"^^xsd:string ;
    rdfs:comment "gall bladder; bravery, courage"@en .

<http://lexvo.org/id/char/80C7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%83%87>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%A8i>,
        "胇"^^xsd:string .

<http://lexvo.org/id/char/80C8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%83%88>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%A1>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bat6%20but6>,
        <http://lexvo.org/id/term/yue/%E8%83%88>,
        "胈"^^xsd:string .

<http://lexvo.org/id/char/80C9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%83%89>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%B3>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bok3%20bok6>,
        <http://lexvo.org/id/term/yue/%E8%83%89>,
        "胉"^^xsd:string .

<http://lexvo.org/id/char/80CA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%83%8A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C3%BA>,
        <http://lexvo.org/id/term/kor/%E8%83%8A>,
        <http://lexvo.org/id/term/kor/KWU>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/keoi4>,
        <http://lexvo.org/id/term/yue/%E8%83%8A>,
        "胊"^^xsd:string ;
    rdfs:comment "yoke"@en .

<http://lexvo.org/id/char/80CB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%83%8B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ti%C3%A1n>,
        "胋"^^xsd:string .

<http://lexvo.org/id/char/80CC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%83%8C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%A8i%20b%C4%93i>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C4%93i%200047.060%3Ab%C3%A8i>,
        <http://lexvo.org/id/term/kor/%E8%83%8C>,
        <http://lexvo.org/id/term/kor/PAY%20PHAY>,
        <http://lexvo.org/id/term/vie/b%E1%BB%91i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bui3%20bui6>,
        <http://lexvo.org/id/term/yue/%E8%83%8C>,
        "背"^^xsd:string ;
    rdfs:comment "back; back side; behind; betray"@en .

<http://lexvo.org/id/char/80CD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%83%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/gu%C4%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/gu%C4%81%20g%C5%AB%20h%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gu1%20gwaa1>,
        <http://lexvo.org/id/term/yue/%E8%83%8D>,
        "胍"^^xsd:string .

<http://lexvo.org/id/char/80CE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%83%8E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C4%81i>,
        <http://lexvo.org/id/term/kor/%E8%83%8E>,
        <http://lexvo.org/id/term/kor/THAY>,
        <http://lexvo.org/id/term/vie/thai>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/toi1>,
        <http://lexvo.org/id/term/yue/%E8%83%8E>,
        "胎"^^xsd:string ;
    rdfs:comment "unborn child, embryo, fetus"@en .

<http://lexvo.org/id/char/80CF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%83%8F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C7%90%20f%C3%A8i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zi2>,
        <http://lexvo.org/id/term/yue/%E8%83%8F>,
        "胏"^^xsd:string ;
    rdfs:comment "meat"@en .

<http://lexvo.org/id/char/80D0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%83%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C5%AB%20p%C3%A9i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fei2>,
        <http://lexvo.org/id/term/yue/%E8%83%90>,
        "胐"^^xsd:string .

<http://lexvo.org/id/char/80D1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%83%91>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C4%AB%20zh%C3%AD%20zh%C5%AB>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zi1>,
        <http://lexvo.org/id/term/yue/%E8%83%91>,
        "胑"^^xsd:string ;
    rdfs:comment "the limbs; the upper arm; wings of birds; legs of animals"@en .

<http://lexvo.org/id/char/80D2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%83%92>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C3%AC>,
        <http://lexvo.org/id/term/vie/ti%E1%BA%BFng%20n%C3%A2y>,
        "胒"^^xsd:string .

<http://lexvo.org/id/char/80D3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%83%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%ADng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/pun3%20pun4>,
        <http://lexvo.org/id/term/yue/%E8%83%93>,
        "胓"^^xsd:string ;
    rdfs:comment "fat"@en .

<http://lexvo.org/id/char/80D4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%83%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ci1%20zi3>,
        <http://lexvo.org/id/term/yue/%E8%83%94>,
        "胔"^^xsd:string ;
    rdfs:comment "rotten meat; bones of dead animals"@en .

<http://lexvo.org/id/char/80D5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%83%95>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%B9%20f%C3%BA%20f%C5%AB>,
        <http://lexvo.org/id/term/kor/%E8%83%95>,
        <http://lexvo.org/id/term/kor/PWU>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fu1%20fu2%20fu4>,
        <http://lexvo.org/id/term/yue/%E8%83%95>,
        "胕"^^xsd:string .

<http://lexvo.org/id/char/80D6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%83%96>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%A0ng%20p%C3%A1n%20p%C3%A0n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%A1n%200855.050%3Ap%C3%A0ng>,
        <http://lexvo.org/id/term/kor/%E8%83%96>,
        <http://lexvo.org/id/term/kor/PAN>,
        <http://lexvo.org/id/term/vie/b%E1%BB%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bun6%20pun3%20pun4>,
        <http://lexvo.org/id/term/yue/%E8%83%96>,
        "胖"^^xsd:string ;
    rdfs:comment "fat, obese; fatty"@en .

<http://lexvo.org/id/char/80D7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%83%97>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C4%93n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C4%93n%20zh%C4%9Bn%20zh%C5%ABn>,
        <http://lexvo.org/id/term/vie/ch%E1%BA%A9n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zan1>,
        <http://lexvo.org/id/term/yue/%E8%83%97>,
        "胗"^^xsd:string ;
    rdfs:comment "pustules of any kind, a rash or eruption.measles; various kinds of fever"@en .

<http://lexvo.org/id/char/80D8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%83%98>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A1n>,
        "胘"^^xsd:string .

<http://lexvo.org/id/char/80D9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%83%99>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zu%C3%B2>,
        <http://lexvo.org/id/term/kor/%E8%83%99>,
        <http://lexvo.org/id/term/kor/CO>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zou6>,
        <http://lexvo.org/id/term/yue/%E8%83%99>,
        "胙"^^xsd:string ;
    rdfs:comment "meat offered in sacrifice to one's ancestors"@en .

<http://lexvo.org/id/char/80DA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%83%9A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C4%93i>,
        <http://lexvo.org/id/term/kor/%E8%83%9A>,
        <http://lexvo.org/id/term/kor/PAY>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/pui1>,
        <http://lexvo.org/id/term/yue/%E8%83%9A>,
        "胚"^^xsd:string ;
    rdfs:comment "embryo; unfinished things"@en .

<http://lexvo.org/id/char/80DB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%83%9B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C7%8E>,
        <http://lexvo.org/id/term/kor/%E8%83%9B>,
        <http://lexvo.org/id/term/kor/KAP>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gaap3>,
        <http://lexvo.org/id/term/yue/%E8%83%9B>,
        "胛"^^xsd:string ;
    rdfs:comment "the shoulder, shoulder blade"@en .

<http://lexvo.org/id/char/80DC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%83%9C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%A8ng%20sh%C4%93ng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C4%93ng%201030.050%3Ash%C3%A8ng>,
        <http://lexvo.org/id/term/vie/th%E1%BA%AFng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/saang1%20sing3>,
        <http://lexvo.org/id/term/yue/%E8%83%9C>,
        "胜"^^xsd:string ;
    rdfs:comment "victory; excel, be better than"@en .

<http://lexvo.org/id/char/80DD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%83%9D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C4%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C4%AB%20ch%C4%AB%20d%C3%AC>,
        <http://lexvo.org/id/term/vie/%C4%91%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dai1%20zi1>,
        <http://lexvo.org/id/term/yue/%E8%83%9D>,
        "胝"^^xsd:string ;
    rdfs:comment "callous, corn"@en .

<http://lexvo.org/id/char/80DE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%83%9E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C4%81o>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C4%81o%20p%C3%A1o%20p%C3%A0o>,
        <http://lexvo.org/id/term/kor/%E8%83%9E>,
        <http://lexvo.org/id/term/kor/PHO>,
        <http://lexvo.org/id/term/vie/b%C3%A0o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/baau1>,
        <http://lexvo.org/id/term/yue/%E8%83%9E>,
        "胞"^^xsd:string ;
    rdfs:comment "womb, placenta, fetal membrane"@en .

<http://lexvo.org/id/char/80DF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%83%9F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C7%94>,
        "胟"^^xsd:string .

<http://lexvo.org/id/char/80E0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%83%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C5%AB>,
        <http://lexvo.org/id/term/kor/%E8%83%A0>,
        <http://lexvo.org/id/term/kor/KE>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/keoi1%20koe1>,
        <http://lexvo.org/id/term/yue/%E8%83%A0>,
        "胠"^^xsd:string ;
    rdfs:comment "open; throw away"@en .

<http://lexvo.org/id/char/80E1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%83%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%BA>,
        <http://lexvo.org/id/term/kor/%E8%83%A1>,
        <http://lexvo.org/id/term/kor/HO>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wu4>,
        <http://lexvo.org/id/term/yue/%E8%83%A1>,
        "胡"^^xsd:string ;
    rdfs:comment "recklessly, foolishly; wildly"@en .

<http://lexvo.org/id/char/80E2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%83%A2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C4%93>,
        "胢"^^xsd:string .

<http://lexvo.org/id/char/80E3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%83%A3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%90%20ch%C7%90>,
        <http://lexvo.org/id/term/vie/d%E1%BA%A1>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ci2%20ji5>,
        <http://lexvo.org/id/term/yue/%E8%83%A3>,
        "胣"^^xsd:string .

<http://lexvo.org/id/char/80E4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%83%A4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%ACn>,
        <http://lexvo.org/id/term/kor/%E8%83%A4>,
        <http://lexvo.org/id/term/kor/YUN>,
        <http://lexvo.org/id/term/vie/d%E1%BA%ADn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jan6>,
        <http://lexvo.org/id/term/yue/%E8%83%A4>,
        "胤"^^xsd:string ;
    rdfs:comment "heir, successor; progeny, posterity"@en .

<http://lexvo.org/id/char/80E5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%83%A5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C5%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C5%AB%20x%C7%94>,
        <http://lexvo.org/id/term/kor/%E8%83%A5>,
        <http://lexvo.org/id/term/kor/SE>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/seoi1>,
        <http://lexvo.org/id/term/yue/%E8%83%A5>,
        "胥"^^xsd:string ;
    rdfs:comment "all, together, mutually"@en .

<http://lexvo.org/id/char/80E6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%83%A6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C4%81ng>,
        "胦"^^xsd:string ;
    rdfs:comment "the navel"@en .

<http://lexvo.org/id/char/80E7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%83%A7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%B3ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lung4>,
        <http://lexvo.org/id/term/yue/%E8%83%A7>,
        "胧"^^xsd:string ;
    rdfs:comment "condition or appearance of moon"@en .

<http://lexvo.org/id/char/80E8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%83%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%B2ng>,
        "胨"^^xsd:string ;
    rdfs:comment "a kind of protein"@en .

<http://lexvo.org/id/char/80E9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%83%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C7%8E>,
        "胩"^^xsd:string ;
    rdfs:comment "an organic compound"@en .

<http://lexvo.org/id/char/80EA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%83%AA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%BA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lou4>,
        <http://lexvo.org/id/term/yue/%E8%83%AA>,
        "胪"^^xsd:string ;
    rdfs:comment "arrange in order; display"@en .

<http://lexvo.org/id/char/80EB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%83%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%ACng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%ACng%20k%C4%93ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hing5>,
        <http://lexvo.org/id/term/yue/%E8%83%AB>,
        "胫"^^xsd:string ;
    rdfs:comment "shinbone; calf of leg"@en .

<http://lexvo.org/id/char/80EC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%83%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C7%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C7%94%20n%C3%BA>,
        "胬"^^xsd:string ;
    rdfs:comment "a disease's name in Chinese medicine"@en .

<http://lexvo.org/id/char/80ED> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%83%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C4%81n>,
        <http://lexvo.org/id/term/vie/nh%C3%A2n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jin1>,
        <http://lexvo.org/id/term/yue/%E8%83%AD>,
        "胭"^^xsd:string ;
    rdfs:comment "rouge, cosmetics"@en .

<http://lexvo.org/id/char/80EE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%83%AE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%A1ng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C4%81ng>,
        "胮"^^xsd:string ;
    rdfs:comment "to swell"@en .

<http://lexvo.org/id/char/80EF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%83%AF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ku%C3%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ku%C3%A0%20ku%C7%8E>,
        <http://lexvo.org/id/term/kor/%E8%83%AF>,
        <http://lexvo.org/id/term/kor/KWA%20KO>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kwaa3>,
        <http://lexvo.org/id/term/yue/%E8%83%AF>,
        "胯"^^xsd:string ;
    rdfs:comment "pelvis; groin; thighs"@en .

<http://lexvo.org/id/char/80F0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%83%B0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ji4>,
        <http://lexvo.org/id/term/yue/%E8%83%B0>,
        "胰"^^xsd:string ;
    rdfs:comment "pancreas; soap"@en .

<http://lexvo.org/id/char/80F1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%83%B1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/gu%C4%81ng>,
        <http://lexvo.org/id/term/kor/%E8%83%B1>,
        <http://lexvo.org/id/term/kor/KWANG>,
        <http://lexvo.org/id/term/vie/cho%C3%A1ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gwong1>,
        <http://lexvo.org/id/term/yue/%E8%83%B1>,
        "胱"^^xsd:string ;
    rdfs:comment "bladder"@en .

<http://lexvo.org/id/char/80F2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%83%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C7%8Ei>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C7%8Ei%20g%C4%81i%20g%C7%8Ei%20g%C4%9Bi>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/goi2%20hoi2>,
        <http://lexvo.org/id/term/yue/%E8%83%B2>,
        "胲"^^xsd:string .

<http://lexvo.org/id/char/80F3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%83%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C4%81%200370.100%3Ag%C4%93%200373.030%3Ag%C3%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C4%93%20g%C3%A9%20g%C4%81>,
        <http://lexvo.org/id/term/vie/c%E1%BA%B7c>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gaak3%20lok3>,
        <http://lexvo.org/id/term/yue/%E8%83%B3>,
        "胳"^^xsd:string ;
    rdfs:comment "armpit, arms"@en .

<http://lexvo.org/id/char/80F4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%83%B4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%B2ng>,
        <http://lexvo.org/id/term/kor/%E8%83%B4>,
        <http://lexvo.org/id/term/kor/TONG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dung6>,
        <http://lexvo.org/id/term/yue/%E8%83%B4>,
        "胴"^^xsd:string ;
    rdfs:comment "the large intestine; the body"@en .

<http://lexvo.org/id/char/80F5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%83%B5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C4%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%AC%20ch%C4%AB>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ci1%20ci3%20ci4>,
        <http://lexvo.org/id/term/yue/%E8%83%B5>,
        "胵"^^xsd:string ;
    rdfs:comment "(Cant.) 芙胵, the gizzard and liver of domestic fowl"@en .

<http://lexvo.org/id/char/80F6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%83%B6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C4%81o>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A1o%20ji%C4%81o%20ji%C7%8Eo>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gaau1>,
        <http://lexvo.org/id/term/yue/%E8%83%B6>,
        "胶"^^xsd:string ;
    rdfs:comment "glue, gum, resin, rubber; sound; shin bone"@en .

<http://lexvo.org/id/char/80F7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%83%B7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C5%8Dng>,
        <http://lexvo.org/id/term/kor/%E8%83%B7>,
        <http://lexvo.org/id/term/kor/HYUNG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hung1>,
        <http://lexvo.org/id/term/yue/%E8%83%B7>,
        "胷"^^xsd:string ;
    rdfs:comment "breast, chest, thorax; clamor"@en .

<http://lexvo.org/id/char/80F8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%83%B8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C5%8Dng>,
        <http://lexvo.org/id/term/kor/%E8%83%B8>,
        <http://lexvo.org/id/term/kor/HYUNG>,
        <http://lexvo.org/id/term/vie/h%C3%B4ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hung1>,
        <http://lexvo.org/id/term/yue/%E8%83%B8>,
        "胸"^^xsd:string ;
    rdfs:comment "breast, bosom, chest; thorax"@en .

<http://lexvo.org/id/char/80F9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C3%A9r>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%83%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ji4>,
        <http://lexvo.org/id/term/yue/%E8%83%B9>,
        "胹"^^xsd:string ;
    rdfs:comment "cooked; well-done"@en .

<http://lexvo.org/id/char/80FA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C3%A0n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%C3%A8%20%C3%A0n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%83%BA>,
        <http://lexvo.org/id/term/vie/%C6%B0%C6%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ngon1%20on1>,
        <http://lexvo.org/id/term/yue/%E8%83%BA>,
        "胺"^^xsd:string ;
    rdfs:comment "amine"@en .

<http://lexvo.org/id/char/80FB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%83%BB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C3%ADng%20h%C3%A9ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hang4>,
        <http://lexvo.org/id/term/yue/%E8%83%BB>,
        "胻"^^xsd:string .

<http://lexvo.org/id/char/80FC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%83%BC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/pi%C3%A1n>,
        <http://lexvo.org/id/term/kor/%E8%83%BC>,
        <http://lexvo.org/id/term/kor/PYEN>,
        <http://lexvo.org/id/term/vie/b%E1%BA%B9n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bin1%20pin4>,
        <http://lexvo.org/id/term/yue/%E8%83%BC>,
        "胼"^^xsd:string ;
    rdfs:comment "callus, calluses"@en .

<http://lexvo.org/id/char/80FD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%83%BD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C3%A9ng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C3%A9ng%20n%C3%A0i%20t%C3%A1i%20t%C3%A0i%20n%C3%A1i%20xi%C3%B3ng>,
        <http://lexvo.org/id/term/kor/%E8%83%BD>,
        <http://lexvo.org/id/term/kor/NUNG%20NAY>,
        <http://lexvo.org/id/term/vie/n%C4%83ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/nang4>,
        <http://lexvo.org/id/term/yue/%E8%83%BD>,
        "能"^^xsd:string ;
    rdfs:comment "to be able; can, permitted to; ability"@en .

<http://lexvo.org/id/char/80FE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%83%BE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C3%AC>,
        <http://lexvo.org/id/term/kor/%E8%83%BE>,
        <http://lexvo.org/id/term/kor/CA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zi3>,
        <http://lexvo.org/id/term/yue/%E8%83%BE>,
        "胾"^^xsd:string ;
    rdfs:comment "minced meat; to cut meat into pieces"@en .

<http://lexvo.org/id/char/80FF> a lvont:Character ;
    lvont:represents "胿"^^xsd:string .

<http://lexvo.org/id/char/8100> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%84%80>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%A9ng%20zh%C4%93ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cing1>,
        <http://lexvo.org/id/term/yue/%E8%84%80>,
        "脀"^^xsd:string .

<http://lexvo.org/id/char/8101> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%84%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ti%C3%A0o%20ti%C7%8Eo>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ti%C7%8Eo>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tiu3>,
        <http://lexvo.org/id/term/yue/%E8%84%81>,
        "脁"^^xsd:string ;
    rdfs:comment "to offer flesh in sacrifice"@en .

<http://lexvo.org/id/char/8102> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%84%82>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C4%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C4%AB%20zh%C7%90>,
        <http://lexvo.org/id/term/kor/%E8%84%82>,
        <http://lexvo.org/id/term/kor/CI>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zi1>,
        <http://lexvo.org/id/term/yue/%E8%84%82>,
        "脂"^^xsd:string ;
    rdfs:comment "fat, grease, lard; grease"@en .

<http://lexvo.org/id/char/8103> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%84%83>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/cu%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ceoi3>,
        <http://lexvo.org/id/term/yue/%E8%84%83>,
        "脃"^^xsd:string ;
    rdfs:comment "gland"@en .

<http://lexvo.org/id/char/8104> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%84%84>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A9i>,
        "脄"^^xsd:string .

<http://lexvo.org/id/char/8105> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%84%85>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A9%20xi%C3%A0n%20x%C4%AB>,
        <http://lexvo.org/id/term/kor/%E8%84%85>,
        <http://lexvo.org/id/term/kor/HYEP>,
        <http://lexvo.org/id/term/vie/hi%E1%BA%BFp>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hip3>,
        <http://lexvo.org/id/term/yue/%E8%84%85>,
        "脅"^^xsd:string ;
    rdfs:comment "ribs; armpits; flank; threaten"@en .

<http://lexvo.org/id/char/8106> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%84%86>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/cu%C3%AC>,
        <http://lexvo.org/id/term/kor/%E8%84%86>,
        <http://lexvo.org/id/term/kor/CHWI>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ceoi3>,
        <http://lexvo.org/id/term/yue/%E8%84%86>,
        "脆"^^xsd:string ;
    rdfs:comment "crisp; fragile, frail; brittle"@en .

<http://lexvo.org/id/char/8107> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%84%87>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A9>,
        <http://lexvo.org/id/term/kor/%E8%84%87>,
        <http://lexvo.org/id/term/kor/HYEP>,
        "脇"^^xsd:string ;
    rdfs:comment "ribs, armpits; flank; threaten"@en .

<http://lexvo.org/id/char/8108> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%84%88>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A0i%200804.031%3Am%C3%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A0i%20m%C3%B2>,
        <http://lexvo.org/id/term/kor/%E8%84%88>,
        <http://lexvo.org/id/term/kor/MAYK>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mak6>,
        <http://lexvo.org/id/term/yue/%E8%84%88>,
        "脈"^^xsd:string ;
    rdfs:comment "blood vessels, veins, arteries"@en .

<http://lexvo.org/id/char/8109> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%84%89>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A0i%200804.030%3Am%C3%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A0i%20m%C3%B2>,
        <http://lexvo.org/id/term/kor/%E8%84%89>,
        <http://lexvo.org/id/term/kor/MAYK>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mak6>,
        <http://lexvo.org/id/term/yue/%E8%84%89>,
        "脉"^^xsd:string ;
    rdfs:comment "blood vessels, veins, arteries"@en .

<http://lexvo.org/id/char/810A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%84%8A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%AD%200530.040%3Aj%C7%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%AD%20j%C7%90>,
        <http://lexvo.org/id/term/kor/%E8%84%8A>,
        <http://lexvo.org/id/term/kor/CHEK>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zek3%20zik3>,
        <http://lexvo.org/id/term/yue/%E8%84%8A>,
        "脊"^^xsd:string ;
    rdfs:comment "spine, backbone; ridge"@en .

<http://lexvo.org/id/char/810B> a lvont:Character ;
    lvont:represents "脋"^^xsd:string .

<http://lexvo.org/id/char/810C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/nin1>,
        <http://lexvo.org/id/term/yue/%E8%84%8C>,
        "脌"^^xsd:string ;
    rdfs:comment "(Cant.) female breast; milk"@en .

<http://lexvo.org/id/char/810D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%84%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ku%C3%A0i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kui2>,
        <http://lexvo.org/id/term/yue/%E8%84%8D>,
        "脍"^^xsd:string ;
    rdfs:comment "minced meat or fish"@en .

<http://lexvo.org/id/char/810E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%84%8E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C3%A0>,
        "脎"^^xsd:string ;
    rdfs:comment "an organic compound"@en .

<http://lexvo.org/id/char/810F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%84%8F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C3%A0ng%201440.090%3Az%C4%81ng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C4%81ng%20z%C3%A0ng%20z%C7%8Eng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zong6>,
        <http://lexvo.org/id/term/yue/%E8%84%8F>,
        "脏"^^xsd:string ;
    rdfs:comment "internal organs, viscera; dirty"@en .

<http://lexvo.org/id/char/8110> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%84%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C3%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ci4>,
        <http://lexvo.org/id/term/yue/%E8%84%90>,
        "脐"^^xsd:string ;
    rdfs:comment "abdominal area of crab; navel"@en .

<http://lexvo.org/id/char/8111> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%84%91>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C7%8Eo>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/nou5>,
        <http://lexvo.org/id/term/yue/%E8%84%91>,
        "脑"^^xsd:string ;
    rdfs:comment "brain"@en .

<http://lexvo.org/id/char/8112> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%84%92>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C7%90>,
        "脒"^^xsd:string ;
    rdfs:comment "open; throw away"@en .

<http://lexvo.org/id/char/8113> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%84%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C3%B3ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/nung4>,
        <http://lexvo.org/id/term/yue/%E8%84%93>,
        "脓"^^xsd:string ;
    rdfs:comment "pus"@en .

<http://lexvo.org/id/char/8114> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%84%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/lu%C3%A1n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/lu%C3%A1n%20j%C4%AB>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lyun5>,
        <http://lexvo.org/id/term/yue/%E8%84%94>,
        "脔"^^xsd:string ;
    rdfs:comment "small lump of meat; sliced meat"@en .

<http://lexvo.org/id/char/8115> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%84%95>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C7%8En%20w%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/maan5%20maan6>,
        <http://lexvo.org/id/term/yue/%E8%84%95>,
        "脕"^^xsd:string .

<http://lexvo.org/id/char/8116> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%84%96>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%B3>,
        <http://lexvo.org/id/term/kor/%E8%84%96>,
        <http://lexvo.org/id/term/kor/PAL>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/but6>,
        <http://lexvo.org/id/term/yue/%E8%84%96>,
        "脖"^^xsd:string ;
    rdfs:comment "neck"@en .

<http://lexvo.org/id/char/8117> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%84%97>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C4%9Bn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/man5>,
        <http://lexvo.org/id/term/yue/%E8%84%97>,
        "脗"^^xsd:string ;
    rdfs:comment "coinciding, agreeing"@en .

<http://lexvo.org/id/char/8118> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%84%98>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/gu%C7%8En%20w%C7%8En%20hu%C3%A0n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C7%8En>,
        <http://lexvo.org/id/term/kor/%E8%84%98>,
        <http://lexvo.org/id/term/kor/WAN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gun2>,
        <http://lexvo.org/id/term/yue/%E8%84%98>,
        "脘"^^xsd:string ;
    rdfs:comment "internal cavity of stomach"@en .

<http://lexvo.org/id/char/8119> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%84%99>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C3%BA>,
        "脙"^^xsd:string .

<http://lexvo.org/id/char/811A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%84%9A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C7%8Eo%200619.060%3Aju%C3%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C7%8Eo%20ju%C3%A9>,
        <http://lexvo.org/id/term/kor/%E8%84%9A>,
        <http://lexvo.org/id/term/kor/KAK>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/goek3>,
        <http://lexvo.org/id/term/yue/%E8%84%9A>,
        "脚"^^xsd:string ;
    rdfs:comment "leg, foot; base, leg, foundation"@en .

<http://lexvo.org/id/char/811B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%84%9B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%ACng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%ACng%20k%C4%93ng>,
        <http://lexvo.org/id/term/kor/%E8%84%9B>,
        <http://lexvo.org/id/term/kor/KYENG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ging3%20hing5>,
        <http://lexvo.org/id/term/yue/%E8%84%9B>,
        "脛"^^xsd:string ;
    rdfs:comment "shinbone; calf of leg"@en .

<http://lexvo.org/id/char/811C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%84%9C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/r%C3%B3u>,
        "脜"^^xsd:string .

<http://lexvo.org/id/char/811D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%84%9D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C4%93ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hang1>,
        <http://lexvo.org/id/term/yue/%E8%84%9D>,
        "脝"^^xsd:string ;
    rdfs:comment "distend"@en .

<http://lexvo.org/id/char/811E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%84%9E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/cu%C7%92>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/cu%C7%92%20qi%C4%93>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/co2>,
        <http://lexvo.org/id/term/yue/%E8%84%9E>,
        "脞"^^xsd:string ;
    rdfs:comment "minced meat; trifles"@en .

<http://lexvo.org/id/char/811F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%84%9F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C3%A8%20l%C3%A8%20lu%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lyut3>,
        <http://lexvo.org/id/term/yue/%E8%84%9F>,
        "脟"^^xsd:string .

<http://lexvo.org/id/char/8120> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%84%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C4%81n%20ch%C4%81n>,
        "脠"^^xsd:string .

<http://lexvo.org/id/char/8121> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%84%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C7%90ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ting5>,
        <http://lexvo.org/id/term/yue/%E8%84%A1>,
        "脡"^^xsd:string ;
    rdfs:comment "strips of dried meat, jerky; stiff and straight"@en .

<http://lexvo.org/id/char/8122> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%84%A2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A9i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mui4>,
        <http://lexvo.org/id/term/yue/%E8%84%A2>,
        "脢"^^xsd:string ;
    rdfs:comment "flesh"@en .

<http://lexvo.org/id/char/8123> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%84%A3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%BAn>,
        <http://lexvo.org/id/term/kor/%E8%84%A3>,
        <http://lexvo.org/id/term/kor/SWUN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/seon4>,
        <http://lexvo.org/id/term/yue/%E8%84%A3>,
        "脣"^^xsd:string ;
    rdfs:comment "lips"@en .

<http://lexvo.org/id/char/8124> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%84%A4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%A8n>,
        <http://lexvo.org/id/term/kor/%E8%84%A4>,
        <http://lexvo.org/id/term/kor/SIN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/san4%20san5>,
        <http://lexvo.org/id/term/yue/%E8%84%A4>,
        "脤"^^xsd:string ;
    rdfs:comment "raw meat for sacrifice"@en .

<http://lexvo.org/id/char/8125> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%84%A5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C7%8En%20q%C5%AB%20ji%C3%A1%20xi%C3%A9>,
        "脥"^^xsd:string .

<http://lexvo.org/id/char/8126> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%84%A6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/de%201125.050%3Ate>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%A8>,
        "脦"^^xsd:string ;
    rdfs:comment "used in 'lede', slovenly"@en .

<http://lexvo.org/id/char/8127> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%84%A7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ju%C4%81n%201547.110%3Azu%C4%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zu%C4%AB%20ju%C4%81n>,
        <http://lexvo.org/id/term/kor/%E8%84%A7>,
        <http://lexvo.org/id/term/kor/CHOY%20SEN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zeon1>,
        <http://lexvo.org/id/term/yue/%E8%84%A7>,
        "脧"^^xsd:string ;
    rdfs:comment "reduce, contract; exploit; reproductive organ of infant"@en .

<http://lexvo.org/id/char/8128> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%84%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C3%B9>,
        "脨"^^xsd:string .

<http://lexvo.org/id/char/8129> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%84%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C5%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C5%AB%20ti%C3%A1o>,
        <http://lexvo.org/id/term/kor/%E8%84%A9>,
        <http://lexvo.org/id/term/kor/SWU>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sau1>,
        <http://lexvo.org/id/term/yue/%E8%84%A9>,
        "脩"^^xsd:string ;
    rdfs:comment "dried meat (used as teachers payment in ancient times)"@en .

<http://lexvo.org/id/char/812A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%84%AA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C3%ACn>,
        "脪"^^xsd:string ;
    rdfs:comment "erysipelas; sloughing of an ulcer"@en .

<http://lexvo.org/id/char/812B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%84%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/tu%C5%8D%20tu%C3%AC>,
        <http://lexvo.org/id/term/kor/%E8%84%AB>,
        <http://lexvo.org/id/term/kor/THAL%20THAY>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tyut3>,
        <http://lexvo.org/id/term/yue/%E8%84%AB>,
        "脫"^^xsd:string ;
    rdfs:comment "take off, peel off, strip"@en .

<http://lexvo.org/id/char/812C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%84%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C4%81o>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C4%81o%20b%C4%81o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/paau1>,
        <http://lexvo.org/id/term/yue/%E8%84%AC>,
        "脬"^^xsd:string ;
    rdfs:comment "a bladder"@en .

<http://lexvo.org/id/char/812D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%84%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%A9ng>,
        "脭"^^xsd:string .

<http://lexvo.org/id/char/812E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%84%AE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C4%9Bi>,
        "脮"^^xsd:string .

<http://lexvo.org/id/char/812F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%84%AF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C7%94%200889.060%3Ap%C3%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C7%94%20p%C3%BA>,
        <http://lexvo.org/id/term/kor/%E8%84%AF>,
        <http://lexvo.org/id/term/kor/PHO>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fu2%20pou2>,
        <http://lexvo.org/id/term/yue/%E8%84%AF>,
        "脯"^^xsd:string ;
    rdfs:comment "dried meat; preserved fruits"@en .

<http://lexvo.org/id/char/8130> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%84%B0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%B2u>,
        <http://lexvo.org/id/term/kor/%E8%84%B0>,
        <http://lexvo.org/id/term/kor/TWU>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dau6>,
        <http://lexvo.org/id/term/yue/%E8%84%B0>,
        "脰"^^xsd:string ;
    rdfs:comment "the neck"@en .

<http://lexvo.org/id/char/8131> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%84%B1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/tu%C5%8D>,
        <http://lexvo.org/id/term/kor/%E8%84%B1>,
        <http://lexvo.org/id/term/kor/THAL%20THAY>,
        <http://lexvo.org/id/term/vie/tho%C3%A1t>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tyut3>,
        <http://lexvo.org/id/term/yue/%E8%84%B1>,
        "脱"^^xsd:string ;
    rdfs:comment "take off"@en .

<http://lexvo.org/id/char/8132> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%84%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ni%C3%A0o>,
        "脲"^^xsd:string ;
    rdfs:comment "urea"@en .

<http://lexvo.org/id/char/8133> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/kor/%E8%84%B3>,
        <http://lexvo.org/id/term/kor/NOY>,
        "脳"^^xsd:string ;
    rdfs:comment "brain"@en .

<http://lexvo.org/id/char/8134> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%84%B4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C7%90>,
        "脴"^^xsd:string .

<http://lexvo.org/id/char/8135> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%84%B5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C7%94>,
        <http://lexvo.org/id/term/kor/%E8%84%B5>,
        <http://lexvo.org/id/term/kor/KO>,
        "脵"^^xsd:string ;
    rdfs:comment "thighs, haunches, rump; share"@en .

<http://lexvo.org/id/char/8136> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%84%B6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/gu%C4%81%20lu%C3%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/lu%C3%B3>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lo4>,
        <http://lexvo.org/id/term/yue/%E8%84%B6>,
        "脶"^^xsd:string ;
    rdfs:comment "lines"@en .

<http://lexvo.org/id/char/8137> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%84%B7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lei6>,
        <http://lexvo.org/id/term/yue/%E8%84%B7>,
        "脷"^^xsd:string ;
    rdfs:comment "(Cant.) tongue"@en .

<http://lexvo.org/id/char/8138> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%84%B8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C7%8En>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lim5>,
        <http://lexvo.org/id/term/yue/%E8%84%B8>,
        "脸"^^xsd:string ;
    rdfs:comment "face; cheek; reputation"@en .

<http://lexvo.org/id/char/8139> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%84%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%A0ng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%A0ng%20ch%C3%A1ng>,
        <http://lexvo.org/id/term/kor/%E8%84%B9>,
        <http://lexvo.org/id/term/kor/CHANG>,
        <http://lexvo.org/id/term/vie/tr%C6%B0%E1%BB%9Bng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zoeng3>,
        <http://lexvo.org/id/term/yue/%E8%84%B9>,
        "脹"^^xsd:string ;
    rdfs:comment "swell, inflate, expand"@en .

<http://lexvo.org/id/char/813A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%84%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/cu%C3%AC>,
        <http://lexvo.org/id/term/kor/%E8%84%BA>,
        <http://lexvo.org/id/term/kor/SWU>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/seoi6>,
        <http://lexvo.org/id/term/yue/%E8%84%BA>,
        "脺"^^xsd:string .

<http://lexvo.org/id/char/813B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%84%BB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%A9>,
        "脻"^^xsd:string .

<http://lexvo.org/id/char/813C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%84%BC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C7%8Eng>,
        "脼"^^xsd:string .

<http://lexvo.org/id/char/813D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%84%BD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C5%8Du%20shu%C3%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/seoi4%20zeoi1>,
        <http://lexvo.org/id/term/yue/%E8%84%BD>,
        "脽"^^xsd:string ;
    rdfs:comment "(Cant.) a child's penis"@en .

<http://lexvo.org/id/char/813E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%84%BE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%AD%20p%C3%A1i%20b%C3%AC%20p%C3%AC>,
        <http://lexvo.org/id/term/kor/%E8%84%BE>,
        <http://lexvo.org/id/term/kor/PI>,
        <http://lexvo.org/id/term/vie/t%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/pei4>,
        <http://lexvo.org/id/term/yue/%E8%84%BE>,
        "脾"^^xsd:string ;
    rdfs:comment "spleen, pancreas; disposition"@en .

<http://lexvo.org/id/char/813F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%84%BF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/bi%C4%81o%20bi%C3%A0o%20bi%C7%8Eo>,
        <http://lexvo.org/id/term/vie/%C3%B3ng%20b%C3%A9o>,
        "脿"^^xsd:string .

<http://lexvo.org/id/char/8140> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%85%80>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%BAn>,
        "腀"^^xsd:string .

<http://lexvo.org/id/char/8141> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%85%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/pi%C3%A1n>,
        <http://lexvo.org/id/term/kor/%E8%85%81>,
        <http://lexvo.org/id/term/kor/PYEN>,
        "腁"^^xsd:string ;
    rdfs:comment "callus"@en .

<http://lexvo.org/id/char/8142> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%85%82>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/gu%C3%B2>,
        "腂"^^xsd:string .

<http://lexvo.org/id/char/8143> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%85%83>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ku%C3%AC%20qu%C4%81n%20qu%C3%A1n%20ju%C3%A0n>,
        "腃"^^xsd:string .

<http://lexvo.org/id/char/8144> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%85%84>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/chu%C3%AD%20h%C3%B3u%20chu%C3%A1i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ceoi4>,
        <http://lexvo.org/id/term/yue/%E8%85%84>,
        "腄"^^xsd:string .

<http://lexvo.org/id/char/8145> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%85%85>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%A0n>,
        "腅"^^xsd:string .

<http://lexvo.org/id/char/8146> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%85%86>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ti%C7%8En>,
        <http://lexvo.org/id/term/kor/%E8%85%86>,
        <http://lexvo.org/id/term/kor/CEN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tin2>,
        <http://lexvo.org/id/term/yue/%E8%85%86>,
        "腆"^^xsd:string ;
    rdfs:comment "prosperous; good; protruding"@en .

<http://lexvo.org/id/char/8147> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%85%87>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C4%9Bi>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/neoi5>,
        <http://lexvo.org/id/term/yue/%E8%85%87>,
        "腇"^^xsd:string .

<http://lexvo.org/id/char/8148> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%85%88>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C4%ABng>,
        "腈"^^xsd:string ;
    rdfs:comment "an organic compound"@en .

<http://lexvo.org/id/char/8149> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%85%89>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C4%93>,
        "腉"^^xsd:string ;
    rdfs:comment "nipple, pap"@en .

<http://lexvo.org/id/char/814A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%85%8A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%A0%201226.130%3Ax%C4%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%A0%20x%C4%AB>,
        <http://lexvo.org/id/term/kor/%E8%85%8A>,
        <http://lexvo.org/id/term/kor/SEK>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/laap6%20sik1>,
        <http://lexvo.org/id/term/yue/%E8%85%8A>,
        "腊"^^xsd:string ;
    rdfs:comment "year end sacrifice; dried meat"@en .

<http://lexvo.org/id/char/814B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%85%8B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%AC%20y%C3%A8>,
        <http://lexvo.org/id/term/kor/%E8%85%8B>,
        <http://lexvo.org/id/term/kor/AYK>,
        <http://lexvo.org/id/term/vie/n%C3%A1ch>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jat6%20jik6%20jit6>,
        <http://lexvo.org/id/term/yue/%E8%85%8B>,
        "腋"^^xsd:string ;
    rdfs:comment "armpit"@en .

<http://lexvo.org/id/char/814C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C4%81%201322.140%3Ay%C4%81n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%85%8C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C4%81n%20%C4%81%20%C4%81ng%20%C4%81n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jim1>,
        <http://lexvo.org/id/term/yue/%E8%85%8C>,
        "腌"^^xsd:string ;
    rdfs:comment "salt, pickle; be dirty"@en .

<http://lexvo.org/id/char/814D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%85%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/r%C4%9Bn%20r%C3%A8n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jam6%20nam4%20nam6>,
        <http://lexvo.org/id/term/yue/%E8%85%8D>,
        "腍"^^xsd:string ;
    rdfs:comment "soft"@en .

<http://lexvo.org/id/char/814E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%85%8E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%A8n>,
        <http://lexvo.org/id/term/kor/%E8%85%8E>,
        <http://lexvo.org/id/term/kor/SIN>,
        <http://lexvo.org/id/term/vie/th%E1%BA%ADn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/san5%20san6>,
        <http://lexvo.org/id/term/yue/%E8%85%8E>,
        "腎"^^xsd:string ;
    rdfs:comment "kidneys; testes, gizzard"@en .

<http://lexvo.org/id/char/814F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%85%8F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/chu%C3%B2%20zhu%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zyut3>,
        <http://lexvo.org/id/term/yue/%E8%85%8F>,
        "腏"^^xsd:string .

<http://lexvo.org/id/char/8150> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%85%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C7%94>,
        <http://lexvo.org/id/term/kor/%E8%85%90>,
        <http://lexvo.org/id/term/kor/PWU>,
        <http://lexvo.org/id/term/vie/h%E1%BB%A7>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fu2%20fu6>,
        <http://lexvo.org/id/term/yue/%E8%85%90>,
        "腐"^^xsd:string ;
    rdfs:comment "rot, decay, spoil; rotten"@en .

<http://lexvo.org/id/char/8151> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%85%91>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C7%94>,
        <http://lexvo.org/id/term/kor/%E8%85%91>,
        <http://lexvo.org/id/term/kor/PWU>,
        <http://lexvo.org/id/term/vie/ph%E1%BB%A7>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fu2>,
        <http://lexvo.org/id/term/yue/%E8%85%91>,
        "腑"^^xsd:string ;
    rdfs:comment "bowels, entrails, internal organs"@en .

<http://lexvo.org/id/char/8152> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%85%92>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C5%AB>,
        <http://lexvo.org/id/term/kor/%E8%85%92>,
        <http://lexvo.org/id/term/kor/KE>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/geoi1%20keoi4>,
        <http://lexvo.org/id/term/yue/%E8%85%92>,
        "腒"^^xsd:string ;
    rdfs:comment "game"@en .

<http://lexvo.org/id/char/8153> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%85%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%A9i>,
        <http://lexvo.org/id/term/kor/%E8%85%93>,
        <http://lexvo.org/id/term/kor/PI>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fei4>,
        <http://lexvo.org/id/term/yue/%E8%85%93>,
        "腓"^^xsd:string ;
    rdfs:comment "calf; avoid; be ill; wither"@en .

<http://lexvo.org/id/char/8154> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%85%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C4%81ng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C4%81ng%20k%C3%B2ng>,
        <http://lexvo.org/id/term/kor/%E8%85%94>,
        <http://lexvo.org/id/term/kor/KANG>,
        <http://lexvo.org/id/term/vie/xoang>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hong1>,
        <http://lexvo.org/id/term/yue/%E8%85%94>,
        "腔"^^xsd:string ;
    rdfs:comment "chest cavity; hollow in body"@en .

<http://lexvo.org/id/char/8155> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%85%95>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E8%85%95>,
        <http://lexvo.org/id/term/kor/WAN>,
        <http://lexvo.org/id/term/vie/o%E1%BA%A3n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wun2>,
        <http://lexvo.org/id/term/yue/%E8%85%95>,
        "腕"^^xsd:string ;
    rdfs:comment "wrist"@en .

<http://lexvo.org/id/char/8156> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%85%96>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%B2ng>,
        "腖"^^xsd:string ;
    rdfs:comment "peptone"@en .

<http://lexvo.org/id/char/8157> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%85%97>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%AD%20p%C3%A1i%20p%C3%AC>,
        "腗"^^xsd:string .

<http://lexvo.org/id/char/8158> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%85%98>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/gu%C3%B3>,
        "腘"^^xsd:string .

<http://lexvo.org/id/char/8159> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%85%99>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C5%8Dng>,
        "腙"^^xsd:string ;
    rdfs:comment "an organic compound"@en .

<http://lexvo.org/id/char/815A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%85%9A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%ACng>,
        "腚"^^xsd:string ;
    rdfs:comment "buttock"@en .

<http://lexvo.org/id/char/815B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%85%9B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C5%AB>,
        <http://lexvo.org/id/term/vie/%C3%B3c>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ak1%20ngak1>,
        <http://lexvo.org/id/term/yue/%E8%85%9B>,
        "腛"^^xsd:string .

<http://lexvo.org/id/char/815C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%85%9C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A9i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mui4>,
        <http://lexvo.org/id/term/yue/%E8%85%9C>,
        "腜"^^xsd:string ;
    rdfs:comment "quickening of the foetus"@en .

<http://lexvo.org/id/char/815D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%85%9D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ru%C7%8En%20%C3%A9r%20n%C3%A0o>,
        "腝"^^xsd:string .

<http://lexvo.org/id/char/815E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%85%9E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zhu%C3%A0n%20d%C3%B9n%20t%C3%BA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/syun6>,
        <http://lexvo.org/id/term/yue/%E8%85%9E>,
        "腞"^^xsd:string .

<http://lexvo.org/id/char/815F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%85%9F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%AC>,
        <http://lexvo.org/id/term/kor/%E8%85%9F>,
        <http://lexvo.org/id/term/kor/CIL>,
        "腟"^^xsd:string ;
    rdfs:comment "vagina"@en .

<http://lexvo.org/id/char/8160> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%85%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C3%B2u>,
        <http://lexvo.org/id/term/kor/%E8%85%A0>,
        <http://lexvo.org/id/term/kor/CWU>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cau3>,
        <http://lexvo.org/id/term/yue/%E8%85%A0>,
        "腠"^^xsd:string ;
    rdfs:comment "between the skin and the flesh"@en .

<http://lexvo.org/id/char/8161> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%85%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/gu%C4%81%20lu%C3%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/lu%C3%B3>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lo4>,
        <http://lexvo.org/id/term/yue/%E8%85%A1>,
        "腡"^^xsd:string ;
    rdfs:comment "lines"@en .

<http://lexvo.org/id/char/8162> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C7%92u>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%85%A2>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ngau5>,
        <http://lexvo.org/id/term/yue/%E8%85%A2>,
        "腢"^^xsd:string ;
    rdfs:comment "the collar-bone"@en .

<http://lexvo.org/id/char/8163> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%85%A3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%AC>,
        "腣"^^xsd:string .

<http://lexvo.org/id/char/8164> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C4%81n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%85%A4>,
        <http://lexvo.org/id/term/kor/%E8%85%A4>,
        <http://lexvo.org/id/term/kor/AM>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/am3%20ngam3>,
        <http://lexvo.org/id/term/yue/%E8%85%A4>,
        "腤"^^xsd:string .

<http://lexvo.org/id/char/8165> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%85%A5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C4%ABng>,
        <http://lexvo.org/id/term/kor/%E8%85%A5>,
        <http://lexvo.org/id/term/kor/SENG>,
        <http://lexvo.org/id/term/vie/tanh>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/seng1%20sing1>,
        <http://lexvo.org/id/term/yue/%E8%85%A5>,
        "腥"^^xsd:string ;
    rdfs:comment "raw meat; rank, strong-smelling"@en .

<http://lexvo.org/id/char/8166> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%85%A6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C7%8Eo>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C7%8Eo%20n%C3%A0o>,
        <http://lexvo.org/id/term/kor/%E8%85%A6>,
        <http://lexvo.org/id/term/kor/NOY>,
        <http://lexvo.org/id/term/vie/n%C3%A3o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/nou5>,
        <http://lexvo.org/id/term/yue/%E8%85%A6>,
        "腦"^^xsd:string ;
    rdfs:comment "brain"@en .

<http://lexvo.org/id/char/8167> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%85%A7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%BA%20sh%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/syu6>,
        <http://lexvo.org/id/term/yue/%E8%85%A7>,
        "腧"^^xsd:string ;
    rdfs:comment "insertion point in acupuncture; acupoint"@en .

<http://lexvo.org/id/char/8168> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%85%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/chu%C7%8En>,
        "腨"^^xsd:string .

<http://lexvo.org/id/char/8169> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%85%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C7%8En>,
        <http://lexvo.org/id/term/vie/nem>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/naam4%20naam5>,
        <http://lexvo.org/id/term/yue/%E8%85%A9>,
        "腩"^^xsd:string ;
    rdfs:comment "(Cant.) fatty meat on a cow's belly; abdomen; to boil meat"@en .

<http://lexvo.org/id/char/816A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%85%AA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%B9n>,
        "腪"^^xsd:string .

<http://lexvo.org/id/char/816B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%85%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C7%92ng>,
        <http://lexvo.org/id/term/kor/%E8%85%AB>,
        <http://lexvo.org/id/term/kor/CONG>,
        <http://lexvo.org/id/term/vie/th%C5%A9ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zung2>,
        <http://lexvo.org/id/term/yue/%E8%85%AB>,
        "腫"^^xsd:string ;
    rdfs:comment "swell; swollen; swelling"@en .

<http://lexvo.org/id/char/816C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%85%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/r%C3%B3u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lau6>,
        <http://lexvo.org/id/term/yue/%E8%85%AC>,
        "腬"^^xsd:string ;
    rdfs:comment "(Cant.) greasy, oily"@en .

<http://lexvo.org/id/char/816D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C3%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%85%AD>,
        <http://lexvo.org/id/term/kor/%E8%85%AD>,
        <http://lexvo.org/id/term/kor/AK>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ngok6>,
        <http://lexvo.org/id/term/yue/%E8%85%AD>,
        "腭"^^xsd:string ;
    rdfs:comment "palate, roof of mouth"@en .

<http://lexvo.org/id/char/816E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%85%AE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C4%81i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/soi1>,
        <http://lexvo.org/id/term/yue/%E8%85%AE>,
        "腮"^^xsd:string ;
    rdfs:comment "lower part of face; jaw; gills of a fish"@en .

<http://lexvo.org/id/char/816F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%85%AF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%BA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dat1>,
        <http://lexvo.org/id/term/yue/%E8%85%AF>,
        "腯"^^xsd:string ;
    rdfs:comment "strong"@en .

<http://lexvo.org/id/char/8170> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%85%B0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C4%81o>,
        <http://lexvo.org/id/term/kor/%E8%85%B0>,
        <http://lexvo.org/id/term/kor/YO>,
        <http://lexvo.org/id/term/vie/y%C3%AAu>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jiu1>,
        <http://lexvo.org/id/term/yue/%E8%85%B0>,
        "腰"^^xsd:string ;
    rdfs:comment "waist; kidney"@en .

<http://lexvo.org/id/char/8171> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%85%B1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%A0n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%A0n%20qi%C3%A1n>,
        <http://lexvo.org/id/term/kor/%E8%85%B1>,
        <http://lexvo.org/id/term/kor/KEN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gin3>,
        <http://lexvo.org/id/term/yue/%E8%85%B1>,
        "腱"^^xsd:string ;
    rdfs:comment "tendons"@en .

<http://lexvo.org/id/char/8172> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%85%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C4%9Bi>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wai2>,
        <http://lexvo.org/id/term/yue/%E8%85%B2>,
        "腲"^^xsd:string .

<http://lexvo.org/id/char/8173> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%85%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C7%8Eo%200619.061%3Aju%C3%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C7%8Eo%20ju%C3%A9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/goek3>,
        <http://lexvo.org/id/term/yue/%E8%85%B3>,
        "腳"^^xsd:string ;
    rdfs:comment "foot; base, leg, foundation"@en .

<http://lexvo.org/id/char/8174> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%85%B4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%BA>,
        <http://lexvo.org/id/term/kor/%E8%85%B4>,
        <http://lexvo.org/id/term/kor/YU>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jyu4>,
        <http://lexvo.org/id/term/yue/%E8%85%B4>,
        "腴"^^xsd:string ;
    rdfs:comment "fat; fertile, rich; plump, soft"@en .

<http://lexvo.org/id/char/8175> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%85%B5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C4%81>,
        "腵"^^xsd:string .

<http://lexvo.org/id/char/8176> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%85%B6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/du%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E8%85%B6>,
        <http://lexvo.org/id/term/kor/TAN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dyun3>,
        <http://lexvo.org/id/term/yue/%E8%85%B6>,
        "腶"^^xsd:string ;
    rdfs:comment "meat"@en .

<http://lexvo.org/id/char/8177> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%85%B7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%AC>,
        <http://lexvo.org/id/term/kor/%E8%85%B7>,
        <http://lexvo.org/id/term/kor/PHIK>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bik1>,
        <http://lexvo.org/id/term/yue/%E8%85%B7>,
        "腷"^^xsd:string .

<http://lexvo.org/id/char/8178> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%85%B8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%A1ng>,
        <http://lexvo.org/id/term/kor/%E8%85%B8>,
        <http://lexvo.org/id/term/kor/CANG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/coeng4>,
        <http://lexvo.org/id/term/yue/%E8%85%B8>,
        "腸"^^xsd:string ;
    rdfs:comment "intestines; emotions; sausage"@en .

<http://lexvo.org/id/char/8179> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%85%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%B9>,
        <http://lexvo.org/id/term/kor/%E8%85%B9>,
        <http://lexvo.org/id/term/kor/POK>,
        <http://lexvo.org/id/term/vie/ph%E1%BB%A5c>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fuk1>,
        <http://lexvo.org/id/term/yue/%E8%85%B9>,
        "腹"^^xsd:string ;
    rdfs:comment "stomach, belly, abdomen; inside"@en .

<http://lexvo.org/id/char/817A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%85%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E8%85%BA>,
        <http://lexvo.org/id/term/kor/SEN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sin3>,
        <http://lexvo.org/id/term/yue/%E8%85%BA>,
        "腺"^^xsd:string ;
    rdfs:comment "gland"@en .

<http://lexvo.org/id/char/817B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%85%BB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/nei6>,
        <http://lexvo.org/id/term/yue/%E8%85%BB>,
        "腻"^^xsd:string ;
    rdfs:comment "greasy, oily, dirty; smooth"@en .

<http://lexvo.org/id/char/817C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%85%BC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/mi%C7%8En>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/min5%20tin2>,
        <http://lexvo.org/id/term/yue/%E8%85%BC>,
        "腼"^^xsd:string ;
    rdfs:comment "modest"@en .

<http://lexvo.org/id/char/817D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%85%BD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C3%A0>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wat1>,
        <http://lexvo.org/id/term/yue/%E8%85%BD>,
        "腽"^^xsd:string ;
    rdfs:comment "fat"@en .

<http://lexvo.org/id/char/817E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%85%BE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%A9ng>,
        <http://lexvo.org/id/term/kor/%E8%85%BE>,
        <http://lexvo.org/id/term/kor/TUNG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tang4>,
        <http://lexvo.org/id/term/yue/%E8%85%BE>,
        "腾"^^xsd:string ;
    rdfs:comment "fly; gallop; run; prance; rise"@en .

<http://lexvo.org/id/char/817F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%85%BF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/tu%C7%90>,
        <http://lexvo.org/id/term/kor/%E8%85%BF>,
        <http://lexvo.org/id/term/kor/THOY>,
        <http://lexvo.org/id/term/vie/tho%C3%A1i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/teoi2>,
        <http://lexvo.org/id/term/yue/%E8%85%BF>,
        "腿"^^xsd:string ;
    rdfs:comment "legs, thighs"@en .

<http://lexvo.org/id/char/8180> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%86%80>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C7%8Eng%200035.050%3Ab%C3%A0ng%200853.100%3Ap%C4%81ng%200854.030%3Ap%C3%A1ng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C7%8Eng%20b%C3%A0ng%20p%C4%81ng%20p%C3%A1ng%20p%C7%8Eng>,
        <http://lexvo.org/id/term/kor/%E8%86%80>,
        <http://lexvo.org/id/term/kor/PANG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bong2%20pong4>,
        <http://lexvo.org/id/term/yue/%E8%86%80>,
        "膀"^^xsd:string ;
    rdfs:comment "upper arm; shoulder; wing"@en .

<http://lexvo.org/id/char/8181> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%86%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C4%81n%20li%C3%A1n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C7%8En>,
        <http://lexvo.org/id/term/vie/c%C3%B2m>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jim2>,
        <http://lexvo.org/id/term/yue/%E8%86%81>,
        "膁"^^xsd:string ;
    rdfs:comment "(Cant.) 小膁, loins, side of body"@en .

<http://lexvo.org/id/char/8182> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%86%82>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C7%9A>,
        <http://lexvo.org/id/term/kor/%E8%86%82>,
        <http://lexvo.org/id/term/kor/LYE>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/leoi5>,
        <http://lexvo.org/id/term/yue/%E8%86%82>,
        "膂"^^xsd:string ;
    rdfs:comment "backbone, spinal column"@en .

<http://lexvo.org/id/char/8183> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%86%83>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C3%A0>,
        <http://lexvo.org/id/term/kor/%E8%86%83>,
        <http://lexvo.org/id/term/kor/OL>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wat1>,
        <http://lexvo.org/id/term/yue/%E8%86%83>,
        "膃"^^xsd:string ;
    rdfs:comment "fat"@en .

<http://lexvo.org/id/char/8184> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%86%84>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C3%B2u>,
        <http://lexvo.org/id/term/kor/%E8%86%84>,
        <http://lexvo.org/id/term/kor/SWU>,
        "膄"^^xsd:string ;
    rdfs:comment "to become emaciated"@en .

<http://lexvo.org/id/char/8185> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%86%85>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%A1ng>,
        "膅"^^xsd:string .

<http://lexvo.org/id/char/8186> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%86%86>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C3%B9>,
        <http://lexvo.org/id/term/kor/%E8%86%86>,
        <http://lexvo.org/id/term/kor/SO>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sou3>,
        <http://lexvo.org/id/term/yue/%E8%86%86>,
        "膆"^^xsd:string ;
    rdfs:comment "the corp of a bird or fowl; fat"@en .

<http://lexvo.org/id/char/8187> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%86%87>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zhu%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/deoi3%20zeoi6>,
        <http://lexvo.org/id/term/yue/%E8%86%87>,
        "膇"^^xsd:string ;
    rdfs:comment "swell"@en .

<http://lexvo.org/id/char/8188> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%86%88>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C3%A9>,
        <http://lexvo.org/id/term/kor/%E8%86%88>,
        <http://lexvo.org/id/term/kor/KYEK>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gaak3>,
        <http://lexvo.org/id/term/yue/%E8%86%88>,
        "膈"^^xsd:string ;
    rdfs:comment "diaphragm"@en .

<http://lexvo.org/id/char/8189> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%86%89>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jik1>,
        <http://lexvo.org/id/term/yue/%E8%86%89>,
        "膉"^^xsd:string ;
    rdfs:comment "(Cant.) the smell of oily food that's gone bad"@en .

<http://lexvo.org/id/char/818A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%86%8A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%B3%20p%C3%B2%20li%C3%A8>,
        <http://lexvo.org/id/term/kor/%E8%86%8A>,
        <http://lexvo.org/id/term/kor/PAK>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bok3>,
        <http://lexvo.org/id/term/yue/%E8%86%8A>,
        "膊"^^xsd:string ;
    rdfs:comment "shoulders, upper arms"@en .

<http://lexvo.org/id/char/818B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%86%8B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C3%A1o>,
        <http://lexvo.org/id/term/kor/%E8%86%8B>,
        <http://lexvo.org/id/term/kor/LYO>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/liu4>,
        <http://lexvo.org/id/term/yue/%E8%86%8B>,
        "膋"^^xsd:string ;
    rdfs:comment "fat"@en .

<http://lexvo.org/id/char/818C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%86%8C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zek3>,
        <http://lexvo.org/id/term/yue/%E8%86%8C>,
        "膌"^^xsd:string ;
    rdfs:comment "to become emaciated"@en .

<http://lexvo.org/id/char/818D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%86%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fu4%20pei4>,
        <http://lexvo.org/id/term/yue/%E8%86%8D>,
        "膍"^^xsd:string ;
    rdfs:comment "(Cant.) 膍胵, gizzard and liver of domestic animals"@en .

<http://lexvo.org/id/char/818E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%86%8E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A9>,
        "膎"^^xsd:string .

<http://lexvo.org/id/char/818F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%86%8F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C4%81o%200367.160%3Ag%C3%A0o>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C4%81o%20g%C3%A0o>,
        <http://lexvo.org/id/term/kor/%E8%86%8F>,
        <http://lexvo.org/id/term/kor/KO>,
        <http://lexvo.org/id/term/vie/cao>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gou1%20gou3>,
        <http://lexvo.org/id/term/yue/%E8%86%8F>,
        "膏"^^xsd:string ;
    rdfs:comment "grease, fat; paste, ointment"@en .

<http://lexvo.org/id/char/8190> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%86%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C7%9A>,
        "膐"^^xsd:string .

<http://lexvo.org/id/char/8191> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%86%91>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%ACn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ban3>,
        <http://lexvo.org/id/term/yue/%E8%86%91>,
        "膑"^^xsd:string ;
    rdfs:comment "the kneecap"@en .

<http://lexvo.org/id/char/8192> a lvont:Character ;
    lvont:represents "膒"^^xsd:string .

<http://lexvo.org/id/char/8193> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%86%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%A1ng>,
        "膓"^^xsd:string ;
    rdfs:comment "intestines; emotions; sausage"@en .

<http://lexvo.org/id/char/8194> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%86%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%B9>,
        "膔"^^xsd:string .

<http://lexvo.org/id/char/8195> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%86%95>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/gu%C3%B3>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gwok3%20gwok6>,
        <http://lexvo.org/id/term/yue/%E8%86%95>,
        "膕"^^xsd:string ;
    rdfs:comment "hollow"@en .

<http://lexvo.org/id/char/8196> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%86%96>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C4%81ng>,
        "膖"^^xsd:string .

<http://lexvo.org/id/char/8197> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%86%97>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/chu%C3%A1i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ceoi4%20saai4>,
        <http://lexvo.org/id/term/yue/%E8%86%97>,
        "膗"^^xsd:string ;
    rdfs:comment "ugly and fat; too fat to move"@en .

<http://lexvo.org/id/char/8198> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%86%98>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/bi%C4%81o>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/pi%C7%8Eo%20bi%C4%81o>,
        <http://lexvo.org/id/term/kor/%E8%86%98>,
        <http://lexvo.org/id/term/kor/PHYO>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/biu1>,
        <http://lexvo.org/id/term/yue/%E8%86%98>,
        "膘"^^xsd:string ;
    rdfs:comment "fat; rump"@en .

<http://lexvo.org/id/char/8199> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%86%99>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C7%8Eng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/koeng6%20zoeng2>,
        <http://lexvo.org/id/term/yue/%E8%86%99>,
        "膙"^^xsd:string ;
    rdfs:comment "callous skin on the feet"@en .

<http://lexvo.org/id/char/819A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%86%9A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C5%AB>,
        <http://lexvo.org/id/term/kor/%E8%86%9A>,
        <http://lexvo.org/id/term/kor/PWU>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fu1>,
        <http://lexvo.org/id/term/yue/%E8%86%9A>,
        "膚"^^xsd:string ;
    rdfs:comment "skin; superficial, shallow"@en .

<http://lexvo.org/id/char/819B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%86%9B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%A1ng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%A1ng%20t%C4%81ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tong4>,
        <http://lexvo.org/id/term/yue/%E8%86%9B>,
        "膛"^^xsd:string ;
    rdfs:comment "chest; hollow space, cavity"@en .

<http://lexvo.org/id/char/819C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%86%9C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%B2%20m%C3%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%B3>,
        <http://lexvo.org/id/term/kor/%E8%86%9C>,
        <http://lexvo.org/id/term/kor/MAK%20MO>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mok6%20mou4>,
        <http://lexvo.org/id/term/yue/%E8%86%9C>,
        "膜"^^xsd:string ;
    rdfs:comment "membrane; to kneel and worship"@en .

<http://lexvo.org/id/char/819D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%86%9D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C4%AB>,
        <http://lexvo.org/id/term/kor/%E8%86%9D>,
        <http://lexvo.org/id/term/kor/SUL>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sat1>,
        <http://lexvo.org/id/term/yue/%E8%86%9D>,
        "膝"^^xsd:string ;
    rdfs:comment "knee"@en .

<http://lexvo.org/id/char/819E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%86%9E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zhu%C4%81n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zhu%C4%81n%20ch%C3%BAn>,
        <http://lexvo.org/id/term/kor/%E8%86%9E>,
        <http://lexvo.org/id/term/kor/CEN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/seon4%20zyun1>,
        <http://lexvo.org/id/term/yue/%E8%86%9E>,
        "膞"^^xsd:string .

<http://lexvo.org/id/char/819F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%86%9F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C7%9C>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/leot6>,
        <http://lexvo.org/id/term/yue/%E8%86%9F>,
        "膟"^^xsd:string ;
    rdfs:comment "fat"@en .

<http://lexvo.org/id/char/81A0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%86%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C4%81o>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C4%81o%20ji%C7%8Eo>,
        <http://lexvo.org/id/term/kor/%E8%86%A0>,
        <http://lexvo.org/id/term/kor/KYO>,
        <http://lexvo.org/id/term/vie/keo>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gaau1>,
        <http://lexvo.org/id/term/yue/%E8%86%A0>,
        "膠"^^xsd:string ;
    rdfs:comment "glue, gum, resin, rubber"@en .

<http://lexvo.org/id/char/81A1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%86%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%ACng>,
        "膡"^^xsd:string .

<http://lexvo.org/id/char/81A2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%86%A2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C7%98%20li%C3%BA%20l%C3%B3u>,
        "膢"^^xsd:string .

<http://lexvo.org/id/char/81A3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%86%A3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%AC>,
        <http://lexvo.org/id/term/kor/%E8%86%A3>,
        <http://lexvo.org/id/term/kor/CIL>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zat6>,
        <http://lexvo.org/id/term/yue/%E8%86%A3>,
        "膣"^^xsd:string ;
    rdfs:comment "vagina"@en .

<http://lexvo.org/id/char/81A4> a lvont:Character ;
    lvont:represents "膤"^^xsd:string .

<http://lexvo.org/id/char/81A5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%86%A5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C5%ABn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ceon1>,
        <http://lexvo.org/id/term/yue/%E8%86%A5>,
        "膥"^^xsd:string ;
    rdfs:comment "(Cant.) eggs of birds or reptiles; testicles"@en .

<http://lexvo.org/id/char/81A6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%86%A6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%ACn>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C7%8En%20l%C3%ACn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/leon4>,
        <http://lexvo.org/id/term/yue/%E8%86%A6>,
        "膦"^^xsd:string .

<http://lexvo.org/id/char/81A7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%86%A7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%B3ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tung4>,
        <http://lexvo.org/id/term/yue/%E8%86%A7>,
        "膧"^^xsd:string .

<http://lexvo.org/id/char/81A8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%86%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%A9ng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%A9ng%20p%C3%A8ng>,
        <http://lexvo.org/id/term/kor/%E8%86%A8>,
        <http://lexvo.org/id/term/kor/PHAYNG>,
        <http://lexvo.org/id/term/vie/b%C3%A0nh>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/paang4>,
        <http://lexvo.org/id/term/yue/%E8%86%A8>,
        "膨"^^xsd:string ;
    rdfs:comment "to swell; swollen, bloated, inflated"@en .

<http://lexvo.org/id/char/81A9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%86%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C3%AC>,
        <http://lexvo.org/id/term/kor/%E8%86%A9>,
        <http://lexvo.org/id/term/kor/NI>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/nau6%20nei6>,
        <http://lexvo.org/id/term/yue/%E8%86%A9>,
        "膩"^^xsd:string ;
    rdfs:comment "greasy, oily, dirty; smooth"@en .

<http://lexvo.org/id/char/81AA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%86%AA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/chu%C3%A0i>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%A0%20zh%C3%A0i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zaa6>,
        <http://lexvo.org/id/term/yue/%E8%86%AA>,
        "膪"^^xsd:string ;
    rdfs:comment "pork"@en .

<http://lexvo.org/id/char/81AB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%86%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C3%A1o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/liu4>,
        <http://lexvo.org/id/term/yue/%E8%86%AB>,
        "膫"^^xsd:string ;
    rdfs:comment "the fat covering the intestines; the omentum"@en .

<http://lexvo.org/id/char/81AC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%86%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/cu%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ceoi3>,
        <http://lexvo.org/id/term/yue/%E8%86%AC>,
        "膬"^^xsd:string .

<http://lexvo.org/id/char/81AD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%86%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/gu%C4%AB>,
        "膭"^^xsd:string .

<http://lexvo.org/id/char/81AE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%86%AE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C4%81o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hiu1%20hiu6>,
        <http://lexvo.org/id/term/yue/%E8%86%AE>,
        "膮"^^xsd:string .

<http://lexvo.org/id/char/81AF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%86%AF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C4%93ng>,
        "膯"^^xsd:string .

<http://lexvo.org/id/char/81B0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%86%B0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%A1n>,
        <http://lexvo.org/id/term/kor/%E8%86%B0>,
        <http://lexvo.org/id/term/kor/PEN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/faan4>,
        <http://lexvo.org/id/term/yue/%E8%86%B0>,
        "膰"^^xsd:string ;
    rdfs:comment "to cook meat for a sacrifice or offering"@en .

<http://lexvo.org/id/char/81B1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%86%B1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%AD%20zh%C5%AB>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jik1%20zik1>,
        <http://lexvo.org/id/term/yue/%E8%86%B1>,
        "膱"^^xsd:string ;
    rdfs:comment "(Cant.) the smell of oily food that's gone bad"@en .

<http://lexvo.org/id/char/81B2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%86%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C4%81o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ziu1>,
        <http://lexvo.org/id/term/yue/%E8%86%B2>,
        "膲"^^xsd:string ;
    rdfs:comment "(medicine) the three divisions of the viscera"@en .

<http://lexvo.org/id/char/81B3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%86%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E8%86%B3>,
        <http://lexvo.org/id/term/kor/SEN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sin6>,
        <http://lexvo.org/id/term/yue/%E8%86%B3>,
        "膳"^^xsd:string ;
    rdfs:comment "meals, provisions, board"@en .

<http://lexvo.org/id/char/81B4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%86%B4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C5%AB%20w%C7%94%20m%C3%A9i%20w%C3%BA>,
        <http://lexvo.org/id/term/kor/%E8%86%B4>,
        <http://lexvo.org/id/term/kor/MWU>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fu1%20mou5>,
        <http://lexvo.org/id/term/yue/%E8%86%B4>,
        "膴"^^xsd:string ;
    rdfs:comment "fine"@en .

<http://lexvo.org/id/char/81B5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%86%B5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/cu%C3%AC>,
        <http://lexvo.org/id/term/kor/%E8%86%B5>,
        <http://lexvo.org/id/term/kor/CHWEY>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/seoi6>,
        <http://lexvo.org/id/term/yue/%E8%86%B5>,
        "膵"^^xsd:string ;
    rdfs:comment "pancreas"@en .

<http://lexvo.org/id/char/81B6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%86%B6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/r%C3%B9n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jeon6>,
        <http://lexvo.org/id/term/yue/%E8%86%B6>,
        "膶"^^xsd:string ;
    rdfs:comment "(Cant.) liver"@en .

<http://lexvo.org/id/char/81B7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%86%B7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C4%81ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hoeng1>,
        <http://lexvo.org/id/term/yue/%E8%86%B7>,
        "膷"^^xsd:string ;
    rdfs:comment "soup"@en .

<http://lexvo.org/id/char/81B8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%86%B8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/su%C7%90>,
        <http://lexvo.org/id/term/kor/%E8%86%B8>,
        <http://lexvo.org/id/term/kor/SWU>,
        "膸"^^xsd:string .

<http://lexvo.org/id/char/81B9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%86%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%A8n>,
        <http://lexvo.org/id/term/kor/%E8%86%B9>,
        <http://lexvo.org/id/term/kor/PWUN>,
        "膹"^^xsd:string .

<http://lexvo.org/id/char/81BA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%86%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C4%ABng>,
        <http://lexvo.org/id/term/kor/%E8%86%BA>,
        <http://lexvo.org/id/term/kor/UNG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jing1>,
        <http://lexvo.org/id/term/yue/%E8%86%BA>,
        "膺"^^xsd:string ;
    rdfs:comment "breast, chest; undertake, bear"@en .

<http://lexvo.org/id/char/81BB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%86%BB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%A0n%20sh%C4%81n%20t%C7%8En>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C4%81n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/saan1%20zin1>,
        <http://lexvo.org/id/term/yue/%E8%86%BB>,
        "膻"^^xsd:string ;
    rdfs:comment "a rank odor; a technical term from Chinese medicine for the center of the chest"@en .

<http://lexvo.org/id/char/81BC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%86%BC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zhu%C4%81>,
        "膼"^^xsd:string .

<http://lexvo.org/id/char/81BD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%86%BD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C7%8En>,
        <http://lexvo.org/id/term/kor/%E8%86%BD>,
        <http://lexvo.org/id/term/kor/TAM>,
        <http://lexvo.org/id/term/vie/%C4%91%E1%BA%A3m>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/daam2>,
        <http://lexvo.org/id/term/yue/%E8%86%BD>,
        "膽"^^xsd:string ;
    rdfs:comment "gall bladder; bravery, courage"@en .

<http://lexvo.org/id/char/81BE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%86%BE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ku%C3%A0i>,
        <http://lexvo.org/id/term/kor/%E8%86%BE>,
        <http://lexvo.org/id/term/kor/HOY>,
        <http://lexvo.org/id/term/vie/g%E1%BB%8Fi>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kui2>,
        <http://lexvo.org/id/term/yue/%E8%86%BE>,
        "膾"^^xsd:string ;
    rdfs:comment "minced meat or fish"@en .

<http://lexvo.org/id/char/81BF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%86%BF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C3%B3ng>,
        <http://lexvo.org/id/term/kor/%E8%86%BF>,
        <http://lexvo.org/id/term/kor/NONG>,
        <http://lexvo.org/id/term/vie/n%E1%BB%8Dng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/nung4>,
        <http://lexvo.org/id/term/yue/%E8%86%BF>,
        "膿"^^xsd:string ;
    rdfs:comment "pus"@en .

<http://lexvo.org/id/char/81C0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%87%80>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%BAn>,
        <http://lexvo.org/id/term/kor/%E8%87%80>,
        <http://lexvo.org/id/term/kor/TWUN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tyun4>,
        <http://lexvo.org/id/term/yue/%E8%87%80>,
        "臀"^^xsd:string ;
    rdfs:comment "buttocks"@en .

<http://lexvo.org/id/char/81C1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%87%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lim4>,
        <http://lexvo.org/id/term/yue/%E8%87%81>,
        "臁"^^xsd:string ;
    rdfs:comment "calf of the leg"@en .

<http://lexvo.org/id/char/81C2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%87%82>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%AC%20bei%20b%C3%A8i>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/bei%200062.050%3Ab%C3%AC>,
        <http://lexvo.org/id/term/kor/%E8%87%82>,
        <http://lexvo.org/id/term/kor/PI>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bei3>,
        <http://lexvo.org/id/term/yue/%E8%87%82>,
        "臂"^^xsd:string ;
    rdfs:comment "arm"@en .

<http://lexvo.org/id/char/81C3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%87%83>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C5%8Dng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%92ng%20y%C5%8Dng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jung2>,
        <http://lexvo.org/id/term/yue/%E8%87%83>,
        "臃"^^xsd:string ;
    rdfs:comment "swell up; swelling; fat"@en .

<http://lexvo.org/id/char/81C4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%87%84>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ju%C3%A9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/koek6>,
        <http://lexvo.org/id/term/yue/%E8%87%84>,
        "臄"^^xsd:string ;
    rdfs:comment "palate"@en .

<http://lexvo.org/id/char/81C5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%87%85>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zuk1%20zuk6>,
        <http://lexvo.org/id/term/yue/%E8%87%85>,
        "臅"^^xsd:string .

<http://lexvo.org/id/char/81C6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%87%86>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%AC%20y%C7%90>,
        <http://lexvo.org/id/term/kor/%E8%87%86>,
        <http://lexvo.org/id/term/kor/EK>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jik1>,
        <http://lexvo.org/id/term/yue/%E8%87%86>,
        "臆"^^xsd:string ;
    rdfs:comment "chest, breast, bosom; thought"@en .

<http://lexvo.org/id/char/81C7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%87%87>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ju%C7%8En>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zeon3>,
        <http://lexvo.org/id/term/yue/%E8%87%87>,
        "臇"^^xsd:string ;
    rdfs:comment "fat, rich; a stew of fish"@en .

<http://lexvo.org/id/char/81C8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%87%88>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%A0>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/laap6>,
        <http://lexvo.org/id/term/yue/%E8%87%88>,
        "臈"^^xsd:string ;
    rdfs:comment "year end sacrifice; dried meat"@en .

<http://lexvo.org/id/char/81C9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%87%89>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C7%8En>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lim5>,
        <http://lexvo.org/id/term/yue/%E8%87%89>,
        "臉"^^xsd:string ;
    rdfs:comment "face; cheek; reputation"@en .

<http://lexvo.org/id/char/81CA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%87%8A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C4%81o%200989.020%3As%C3%A0o>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C4%81o%20s%C3%A0o>,
        <http://lexvo.org/id/term/kor/%E8%87%8A>,
        <http://lexvo.org/id/term/kor/CO>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sou1%20sou3>,
        <http://lexvo.org/id/term/yue/%E8%87%8A>,
        "臊"^^xsd:string ;
    rdfs:comment "rank; rancid; frowzy, fetid; bashful"@en .

<http://lexvo.org/id/char/81CB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%87%8B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%BAn>,
        "臋"^^xsd:string .

<http://lexvo.org/id/char/81CC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%87%8C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C7%94>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gu2>,
        <http://lexvo.org/id/term/yue/%E8%87%8C>,
        "臌"^^xsd:string ;
    rdfs:comment "dropsical swelling; puffy bloated"@en .

<http://lexvo.org/id/char/81CD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%87%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C3%AD>,
        <http://lexvo.org/id/term/kor/%E8%87%8D>,
        <http://lexvo.org/id/term/kor/CEY>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ci4>,
        <http://lexvo.org/id/term/yue/%E8%87%8D>,
        "臍"^^xsd:string ;
    rdfs:comment "abdominal area of crab; navel"@en .

<http://lexvo.org/id/char/81CE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%87%8E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/cu%C3%AC>,
        "臎"^^xsd:string .

<http://lexvo.org/id/char/81CF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%87%8F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%ACn>,
        <http://lexvo.org/id/term/kor/%E8%87%8F>,
        <http://lexvo.org/id/term/kor/PIN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ban3>,
        <http://lexvo.org/id/term/yue/%E8%87%8F>,
        "臏"^^xsd:string ;
    rdfs:comment "the kneecap"@en .

<http://lexvo.org/id/char/81D0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%87%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C5%ABn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fan1>,
        <http://lexvo.org/id/term/yue/%E8%87%90>,
        "臐"^^xsd:string ;
    rdfs:comment "broth"@en .

<http://lexvo.org/id/char/81D1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%87%91>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C3%A0o>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/r%C3%BA%20%C3%A9r%20n%C3%A0o>,
        <http://lexvo.org/id/term/kor/%E8%87%91>,
        <http://lexvo.org/id/term/kor/NO>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ji4%20jyu4%20naau6>,
        <http://lexvo.org/id/term/yue/%E8%87%91>,
        "臑"^^xsd:string ;
    rdfs:comment "soft"@en .

<http://lexvo.org/id/char/81D2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%87%92>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%B2>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wok3>,
        <http://lexvo.org/id/term/yue/%E8%87%92>,
        "臒"^^xsd:string .

<http://lexvo.org/id/char/81D3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%87%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C3%A0ng>,
        <http://lexvo.org/id/term/kor/%E8%87%93>,
        <http://lexvo.org/id/term/kor/CANG>,
        "臓"^^xsd:string ;
    rdfs:comment "internal organs, viscera"@en .

<http://lexvo.org/id/char/81D4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%87%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A0n>,
        "臔"^^xsd:string .

<http://lexvo.org/id/char/81D5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%87%95>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/bi%C4%81o>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/bi%C4%81o%20pi%C7%8Eo>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/biu1>,
        <http://lexvo.org/id/term/yue/%E8%87%95>,
        "臕"^^xsd:string ;
    rdfs:comment "fat; gross, sleek"@en .

<http://lexvo.org/id/char/81D6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%87%96>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C3%ACng>,
        "臖"^^xsd:string .

<http://lexvo.org/id/char/81D7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%87%97>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ku%C4%81n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fun1>,
        <http://lexvo.org/id/term/yue/%E8%87%97>,
        "臗"^^xsd:string .

<http://lexvo.org/id/char/81D8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%87%98>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%A0>,
        <http://lexvo.org/id/term/kor/%E8%87%98>,
        <http://lexvo.org/id/term/kor/LAP>,
        <http://lexvo.org/id/term/vie/ch%E1%BA%A1p>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/laap6%20lip6>,
        <http://lexvo.org/id/term/yue/%E8%87%98>,
        "臘"^^xsd:string ;
    rdfs:comment "year end sacrifice; dried meat"@en .

<http://lexvo.org/id/char/81D9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%87%99>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C4%81n>,
        <http://lexvo.org/id/term/kor/%E8%87%99>,
        <http://lexvo.org/id/term/kor/YEN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jin1>,
        <http://lexvo.org/id/term/yue/%E8%87%99>,
        "臙"^^xsd:string ;
    rdfs:comment "rouge, cosmetics"@en .

<http://lexvo.org/id/char/81DA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%87%9A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%BA%20l%C7%9A>,
        <http://lexvo.org/id/term/kor/%E8%87%9A>,
        <http://lexvo.org/id/term/kor/LYE>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lou4>,
        <http://lexvo.org/id/term/yue/%E8%87%9A>,
        "臚"^^xsd:string ;
    rdfs:comment "arrange in order; display"@en .

<http://lexvo.org/id/char/81DB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%87%9B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%B2>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fok3%20kok3>,
        <http://lexvo.org/id/term/yue/%E8%87%9B>,
        "臛"^^xsd:string ;
    rdfs:comment "broth"@en .

<http://lexvo.org/id/char/81DC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%87%9C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C4%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C4%81ng%20z%C4%81%20z%C4%81n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zim1>,
        <http://lexvo.org/id/term/yue/%E8%87%9C>,
        "臜"^^xsd:string ;
    rdfs:comment "dirty; filthy"@en .

<http://lexvo.org/id/char/81DD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%87%9D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/lu%C7%92>,
        <http://lexvo.org/id/term/kor/%E8%87%9D>,
        <http://lexvo.org/id/term/kor/LA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lo2>,
        <http://lexvo.org/id/term/yue/%E8%87%9D>,
        "臝"^^xsd:string ;
    rdfs:comment "be bare; nude"@en .

<http://lexvo.org/id/char/81DE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%87%9E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C3%BA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/keoi4>,
        <http://lexvo.org/id/term/yue/%E8%87%9E>,
        "臞"^^xsd:string .

<http://lexvo.org/id/char/81DF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%87%9F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C3%A0ng>,
        <http://lexvo.org/id/term/kor/%E8%87%9F>,
        <http://lexvo.org/id/term/kor/CANG>,
        <http://lexvo.org/id/term/vie/t%E1%BA%A1ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zong6>,
        <http://lexvo.org/id/term/yue/%E8%87%9F>,
        "臟"^^xsd:string ;
    rdfs:comment "internal organs, viscera"@en .

<http://lexvo.org/id/char/81E0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%87%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/lu%C3%A1n>,
        <http://lexvo.org/id/term/kor/%E8%87%A0>,
        <http://lexvo.org/id/term/kor/LYEN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lyun5>,
        <http://lexvo.org/id/term/yue/%E8%87%A0>,
        "臠"^^xsd:string ;
    rdfs:comment "small lump of meat; sliced meat"@en .

<http://lexvo.org/id/char/81E1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%87%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C3%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/nai4>,
        <http://lexvo.org/id/term/yue/%E8%87%A1>,
        "臡"^^xsd:string .

<http://lexvo.org/id/char/81E2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%87%A2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C4%81ng%20z%C4%81%20z%C4%81n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zim1>,
        <http://lexvo.org/id/term/yue/%E8%87%A2>,
        "臢"^^xsd:string ;
    rdfs:comment "dirty; filthy"@en .

<http://lexvo.org/id/char/81E4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%87%A4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C4%81n>,
        "臤"^^xsd:string ;
    rdfs:comment "hard; wise"@en .

<http://lexvo.org/id/char/81E5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%87%A5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C3%B2>,
        <http://lexvo.org/id/term/kor/%E8%87%A5>,
        <http://lexvo.org/id/term/kor/WA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ngo6>,
        <http://lexvo.org/id/term/yue/%E8%87%A5>,
        "臥"^^xsd:string ;
    rdfs:comment "lie down; crouch"@en .

<http://lexvo.org/id/char/81E6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%87%A6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/gu%C3%A0ng>,
        "臦"^^xsd:string .

<http://lexvo.org/id/char/81E7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%87%A7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C4%81ng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C4%81ng%20c%C3%A1ng%20z%C3%A0ng%20z%C3%A1ng>,
        <http://lexvo.org/id/term/kor/%E8%87%A7>,
        <http://lexvo.org/id/term/kor/CANG>,
        <http://lexvo.org/id/term/vie/tang>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zong1>,
        <http://lexvo.org/id/term/yue/%E8%87%A7>,
        "臧"^^xsd:string ;
    rdfs:comment "good, right, generous; command"@en .

<http://lexvo.org/id/char/81E8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%87%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%ADn>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%ADn%20l%C3%ACn>,
        <http://lexvo.org/id/term/kor/%E8%87%A8>,
        <http://lexvo.org/id/term/kor/LIM>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lam4>,
        <http://lexvo.org/id/term/yue/%E8%87%A8>,
        "臨"^^xsd:string ;
    rdfs:comment "draw near, approach; descend"@en .

<http://lexvo.org/id/char/81E9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%87%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/gu%C3%A0ng>,
        "臩"^^xsd:string .

<http://lexvo.org/id/char/81EB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%87%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C7%8Eo>,
        "臫"^^xsd:string .

<http://lexvo.org/id/char/81EC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%87%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ni%C3%A8>,
        <http://lexvo.org/id/term/kor/%E8%87%AC>,
        <http://lexvo.org/id/term/kor/EL>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jit6%20nip6>,
        <http://lexvo.org/id/term/yue/%E8%87%AC>,
        "臬"^^xsd:string ;
    rdfs:comment "law, rule; door post"@en .

<http://lexvo.org/id/char/81ED> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%87%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%B2u%201299.010%3Axi%C3%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%B2u%20xi%C3%B9>,
        <http://lexvo.org/id/term/kor/%E8%87%AD>,
        <http://lexvo.org/id/term/kor/CHWI>,
        <http://lexvo.org/id/term/vie/x%C3%BA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cau3>,
        <http://lexvo.org/id/term/yue/%E8%87%AD>,
        "臭"^^xsd:string ;
    rdfs:comment "smell, stink, emit foul odor"@en .

<http://lexvo.org/id/char/81EE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%87%AE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kei3>,
        <http://lexvo.org/id/term/yue/%E8%87%AE>,
        "臮"^^xsd:string .

<http://lexvo.org/id/char/81EF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%87%AF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C4%81o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gou1>,
        <http://lexvo.org/id/term/yue/%E8%87%AF>,
        "臯"^^xsd:string ;
    rdfs:comment "to praise; to bless high; eminent; (Cant.) a marsh, pool"@en .

<http://lexvo.org/id/char/81F0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%87%B0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%B2u>,
        "臰"^^xsd:string .

<http://lexvo.org/id/char/81F1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%87%B1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/mi%C3%A1n>,
        "臱"^^xsd:string .

<http://lexvo.org/id/char/81F2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%87%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ni%C3%A8>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jit6%20nit6>,
        <http://lexvo.org/id/term/yue/%E8%87%B2>,
        "臲"^^xsd:string ;
    rdfs:comment "jumpy; jittery; worried; to grasp"@en .

<http://lexvo.org/id/char/81F4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%87%B4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%AC%20zhu%C3%AC>,
        <http://lexvo.org/id/term/kor/%E8%87%B4>,
        <http://lexvo.org/id/term/kor/CHI>,
        <http://lexvo.org/id/term/vie/nh%C3%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zi3>,
        <http://lexvo.org/id/term/yue/%E8%87%B4>,
        "致"^^xsd:string ;
    rdfs:comment "send, deliver, present; cause"@en .

<http://lexvo.org/id/char/81F5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%87%B5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C3%A9>,
        "臵"^^xsd:string .

<http://lexvo.org/id/char/81F6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%87%B6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%A0n%20z%C3%B9n>,
        <http://lexvo.org/id/term/kor/%E8%87%B6>,
        <http://lexvo.org/id/term/kor/CHEN>,
        "臶"^^xsd:string .

<http://lexvo.org/id/char/81F7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%87%B7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/di%C3%A9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dit6>,
        <http://lexvo.org/id/term/yue/%E8%87%B7>,
        "臷"^^xsd:string .

<http://lexvo.org/id/char/81F8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%87%B8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%AC>,
        "臸"^^xsd:string .

<http://lexvo.org/id/char/81F9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%87%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C5%AB>,
        "臹"^^xsd:string .

<http://lexvo.org/id/char/81FA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%87%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%A1i>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%A1i%20y%C3%AD%20t%C4%81i>,
        <http://lexvo.org/id/term/kor/%E8%87%BA>,
        <http://lexvo.org/id/term/kor/TAY>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/toi4>,
        <http://lexvo.org/id/term/yue/%E8%87%BA>,
        "臺"^^xsd:string ;
    rdfs:comment "tower, lookout; stage, platform"@en .

<http://lexvo.org/id/char/81FB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%87%BB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C4%93n>,
        <http://lexvo.org/id/term/kor/%E8%87%BB>,
        <http://lexvo.org/id/term/kor/CIN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zeon1>,
        <http://lexvo.org/id/term/yue/%E8%87%BB>,
        "臻"^^xsd:string ;
    rdfs:comment "reach, arrive; utmost, superior"@en .

<http://lexvo.org/id/char/81FD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%87%BD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A0n>,
        "臽"^^xsd:string ;
    rdfs:comment "a pit, a hole"@en .

<http://lexvo.org/id/char/81FE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%87%BE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%BA%20y%C7%92ng%20y%C7%94%20ku%C3%AC>,
        <http://lexvo.org/id/term/kor/%E8%87%BE>,
        <http://lexvo.org/id/term/kor/YU>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jyu4>,
        <http://lexvo.org/id/term/yue/%E8%87%BE>,
        "臾"^^xsd:string ;
    rdfs:comment "moment, instant, short while"@en .

<http://lexvo.org/id/char/81FF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%87%BF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C4%81>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/caap3>,
        <http://lexvo.org/id/term/yue/%E8%87%BF>,
        "臿"^^xsd:string ;
    rdfs:comment "to separate the grain from the husk"@en .

<http://lexvo.org/id/char/8200> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%88%80>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%8Eo>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jiu5>,
        <http://lexvo.org/id/term/yue/%E8%88%80>,
        "舀"^^xsd:string ;
    rdfs:comment "dip, ladle; ladle"@en .

<http://lexvo.org/id/char/8201> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%88%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%BA>,
        <http://lexvo.org/id/term/kor/%E8%88%81>,
        <http://lexvo.org/id/term/kor/YE>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jyu4>,
        <http://lexvo.org/id/term/yue/%E8%88%81>,
        "舁"^^xsd:string ;
    rdfs:comment "carry on one's shoulder"@en .

<http://lexvo.org/id/char/8202> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%88%82>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C5%8Dng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C5%8Dng%20chu%C4%81ng%20zh%C5%8Dng>,
        <http://lexvo.org/id/term/kor/%E8%88%82>,
        <http://lexvo.org/id/term/kor/YONG>,
        <http://lexvo.org/id/term/vie/thung>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zung1>,
        <http://lexvo.org/id/term/yue/%E8%88%82>,
        "舂"^^xsd:string ;
    rdfs:comment "grind in mortar"@en .

<http://lexvo.org/id/char/8203> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%88%83>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C3%AC%20qi%C7%8Eo%20tu%C5%8D%20qu%C3%A8>,
        <http://lexvo.org/id/term/kor/%E8%88%83>,
        <http://lexvo.org/id/term/kor/SEK>,
        "舃"^^xsd:string ;
    rdfs:comment "a shoe; the sole of a shoe; magpie"@en .

<http://lexvo.org/id/char/8204> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%88%84>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C3%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C3%AC%20qi%C7%8Eo>,
        <http://lexvo.org/id/term/kor/%E8%88%84>,
        <http://lexvo.org/id/term/kor/SEK>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sik1>,
        <http://lexvo.org/id/term/yue/%E8%88%84>,
        "舄"^^xsd:string ;
    rdfs:comment "a shoe; the sole of a shoe; magpie"@en .

<http://lexvo.org/id/char/8205> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%88%85>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%B9>,
        <http://lexvo.org/id/term/kor/%E8%88%85>,
        <http://lexvo.org/id/term/kor/KWU>,
        <http://lexvo.org/id/term/vie/c%E1%BA%ADu>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kau3%20kau5>,
        <http://lexvo.org/id/term/yue/%E8%88%85>,
        "舅"^^xsd:string ;
    rdfs:comment "mother's brother, uncle"@en .

<http://lexvo.org/id/char/8206> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%88%86>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%BA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jyu4>,
        <http://lexvo.org/id/term/yue/%E8%88%86>,
        "舆"^^xsd:string ;
    rdfs:comment "cart, palanquin, sedan chair"@en .

<http://lexvo.org/id/char/8207> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%88%87>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%BA%201413.011%3Ay%C7%94%201415.111%3Ay%C3%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%94%20y%C3%B9%20y%C3%BA>,
        <http://lexvo.org/id/term/kor/%E8%88%87>,
        <http://lexvo.org/id/term/kor/YE>,
        <http://lexvo.org/id/term/vie/d%E1%BB%AF>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jyu4%20jyu5%20jyu6>,
        <http://lexvo.org/id/term/yue/%E8%88%87>,
        "與"^^xsd:string ;
    rdfs:comment "and; with; to; for; give, grant"@en .

<http://lexvo.org/id/char/8208> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%88%88>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C4%ABng%201292.031%3Ax%C3%ACng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C4%ABng%20x%C3%ACng>,
        <http://lexvo.org/id/term/kor/%E8%88%88>,
        <http://lexvo.org/id/term/kor/HUNG>,
        <http://lexvo.org/id/term/vie/h%C6%B0ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hing1%20hing3>,
        <http://lexvo.org/id/term/yue/%E8%88%88>,
        "興"^^xsd:string ;
    rdfs:comment "thrive, prosper, flourish"@en .

<http://lexvo.org/id/char/8209> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%88%89>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C7%94>,
        <http://lexvo.org/id/term/vie/c%E1%BB%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/geoi2>,
        <http://lexvo.org/id/term/yue/%E8%88%89>,
        "舉"^^xsd:string ;
    rdfs:comment "raise, lift up; recommend"@en .

<http://lexvo.org/id/char/820A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%88%8A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%B9>,
        <http://lexvo.org/id/term/kor/%E8%88%8A>,
        <http://lexvo.org/id/term/kor/KWU>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gau6>,
        <http://lexvo.org/id/term/yue/%E8%88%8A>,
        "舊"^^xsd:string ;
    rdfs:comment "old, ancient; former, past"@en .

<http://lexvo.org/id/char/820B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%88%8B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C3%ACn>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C3%ACn%20w%C3%A8n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jan3%20lang6>,
        <http://lexvo.org/id/term/yue/%E8%88%8B>,
        "舋"^^xsd:string ;
    rdfs:comment "split; (Cant.) a mark, trace"@en .

<http://lexvo.org/id/char/820D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%88%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%A8%20sh%C4%9B%20sh%C3%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C4%9B%201014.020%3Ash%C3%A8>,
        <http://lexvo.org/id/term/kor/%E8%88%8D>,
        <http://lexvo.org/id/term/kor/SA>,
        <http://lexvo.org/id/term/vie/x%C3%A1>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/se2%20se3%20se5>,
        <http://lexvo.org/id/term/yue/%E8%88%8D>,
        "舍"^^xsd:string ;
    rdfs:comment "house, dwelling; dwell, reside"@en .

<http://lexvo.org/id/char/820E> a lvont:Character ;
    lvont:represents "舎"^^xsd:string ;
    rdfs:comment "house, dwelling; dwell, reside"@en .

<http://lexvo.org/id/char/820F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%88%8F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C7%94>,
        "舏"^^xsd:string .

<http://lexvo.org/id/char/8210> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%88%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%AC>,
        <http://lexvo.org/id/term/kor/%E8%88%90>,
        <http://lexvo.org/id/term/kor/CI>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/laai2%20lem2%20lim2%20saai2%20saai5>,
        <http://lexvo.org/id/term/yue/%E8%88%90>,
        "舐"^^xsd:string ;
    rdfs:comment "lick with tongue"@en .

<http://lexvo.org/id/char/8211> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%88%91>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C4%81n>,
        "舑"^^xsd:string .

<http://lexvo.org/id/char/8212> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%88%92>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C5%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C5%AB%20y%C3%B9>,
        <http://lexvo.org/id/term/kor/%E8%88%92>,
        <http://lexvo.org/id/term/kor/SE>,
        <http://lexvo.org/id/term/vie/th%C6%B0>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/syu1>,
        <http://lexvo.org/id/term/yue/%E8%88%92>,
        "舒"^^xsd:string ;
    rdfs:comment "open up, unfold, stretch out; comfortable, easy"@en .

<http://lexvo.org/id/char/8213> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%88%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/saai5>,
        <http://lexvo.org/id/term/yue/%E8%88%93>,
        "舓"^^xsd:string ;
    rdfs:comment "to lick"@en .

<http://lexvo.org/id/char/8214> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%88%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ti%C7%8En>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ti%C7%8En%20t%C4%81n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tim2>,
        <http://lexvo.org/id/term/yue/%E8%88%94>,
        "舔"^^xsd:string ;
    rdfs:comment "lick with tongue; taste"@en .

<http://lexvo.org/id/char/8215> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%88%95>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%A0n%20t%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/taam3>,
        <http://lexvo.org/id/term/yue/%E8%88%95>,
        "舕"^^xsd:string ;
    rdfs:comment "to stick out the tongue"@en .

<http://lexvo.org/id/char/8216> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%88%96>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%B9%20p%C5%AB>,
        <http://lexvo.org/id/term/kor/%E8%88%96>,
        <http://lexvo.org/id/term/kor/PHO>,
        <http://lexvo.org/id/term/vie/ph%E1%BB%91>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/pou3>,
        <http://lexvo.org/id/term/yue/%E8%88%96>,
        "舖"^^xsd:string ;
    rdfs:comment "store, shop"@en .

<http://lexvo.org/id/char/8217> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%88%97>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%B9%20p%C5%AB>,
        "舗"^^xsd:string ;
    rdfs:comment "store, shop"@en .

<http://lexvo.org/id/char/8218> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%88%98>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/gu%C7%8En>,
        <http://lexvo.org/id/term/kor/%E8%88%98>,
        <http://lexvo.org/id/term/kor/KWAN>,
        <http://lexvo.org/id/term/vie/qu%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gun2>,
        <http://lexvo.org/id/term/yue/%E8%88%98>,
        "舘"^^xsd:string ;
    rdfs:comment "a mansion; a building"@en .

<http://lexvo.org/id/char/8219> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%88%99>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%A0>,
        "舙"^^xsd:string .

<http://lexvo.org/id/char/821A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%88%9A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C4%81n%20ti%C3%A0n>,
        "舚"^^xsd:string ;
    rdfs:comment "to put out the tongue"@en .

<http://lexvo.org/id/char/821C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%88%9C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%B9n>,
        <http://lexvo.org/id/term/kor/%E8%88%9C>,
        <http://lexvo.org/id/term/kor/SWUN>,
        <http://lexvo.org/id/term/vie/thu%E1%BA%A5n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/seon3>,
        <http://lexvo.org/id/term/yue/%E8%88%9C>,
        "舜"^^xsd:string ;
    rdfs:comment "legendary ruler"@en .

<http://lexvo.org/id/char/821D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%88%9D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A1>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hat6>,
        <http://lexvo.org/id/term/yue/%E8%88%9D>,
        "舝"^^xsd:string ;
    rdfs:comment "linch-pin"@en .

<http://lexvo.org/id/char/821E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%88%9E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C7%94>,
        <http://lexvo.org/id/term/kor/%E8%88%9E>,
        <http://lexvo.org/id/term/kor/MWU>,
        <http://lexvo.org/id/term/vie/v%C5%A9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mou5>,
        <http://lexvo.org/id/term/yue/%E8%88%9E>,
        "舞"^^xsd:string ;
    rdfs:comment "dance, posture, prance; brandish"@en .

<http://lexvo.org/id/char/8220> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%88%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C4%81o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dou1>,
        <http://lexvo.org/id/term/yue/%E8%88%A0>,
        "舠"^^xsd:string ;
    rdfs:comment "long narrow knife-shaped boat"@en .

<http://lexvo.org/id/char/8221> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%88%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/chu%C3%A1n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C4%81ng%20chu%C3%A1n%20xi%C4%81ng>,
        <http://lexvo.org/id/term/kor/%E8%88%A1>,
        <http://lexvo.org/id/term/kor/KANG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gong1%20syun4>,
        <http://lexvo.org/id/term/yue/%E8%88%A1>,
        "舡"^^xsd:string ;
    rdfs:comment "boat, ship"@en .

<http://lexvo.org/id/char/8222> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%88%A2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C4%81n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/saan1>,
        <http://lexvo.org/id/term/yue/%E8%88%A2>,
        "舢"^^xsd:string ;
    rdfs:comment "sampan"@en .

<http://lexvo.org/id/char/8223> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%88%A3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%90>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ngai5>,
        <http://lexvo.org/id/term/yue/%E8%88%A3>,
        "舣"^^xsd:string ;
    rdfs:comment "to moor a boat to the bank"@en .

<http://lexvo.org/id/char/8224> a lvont:Character ;
    lvont:represents "舤"^^xsd:string .

<http://lexvo.org/id/char/8225> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%88%A5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C4%81>,
        "舥"^^xsd:string .

<http://lexvo.org/id/char/8226> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%88%A6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%A0i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/taai5>,
        <http://lexvo.org/id/term/yue/%E8%88%A6>,
        "舦"^^xsd:string ;
    rdfs:comment "(Cant.) rudder"@en .

<http://lexvo.org/id/char/8227> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%88%A7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%A1n>,
        "舧"^^xsd:string .

<http://lexvo.org/id/char/8228> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%88%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C7%8En>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/baan2>,
        <http://lexvo.org/id/term/yue/%E8%88%A8>,
        "舨"^^xsd:string ;
    rdfs:comment "a sampan"@en .

<http://lexvo.org/id/char/8229> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%88%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/chu%C3%A1n>,
        "舩"^^xsd:string ;
    rdfs:comment "boat, ship, vessel"@en .

<http://lexvo.org/id/char/822A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%88%AA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A1ng>,
        <http://lexvo.org/id/term/kor/%E8%88%AA>,
        <http://lexvo.org/id/term/kor/HANG>,
        <http://lexvo.org/id/term/vie/h%C3%A0ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hong4>,
        <http://lexvo.org/id/term/yue/%E8%88%AA>,
        "航"^^xsd:string ;
    rdfs:comment "sail; navigate; ship, boat"@en .

<http://lexvo.org/id/char/822B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%88%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C7%8Eng>,
        <http://lexvo.org/id/term/kor/%E8%88%AB>,
        <http://lexvo.org/id/term/kor/PANG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fong2>,
        <http://lexvo.org/id/term/yue/%E8%88%AB>,
        "舫"^^xsd:string ;
    rdfs:comment "fancy boat, yacht"@en .

<http://lexvo.org/id/char/822C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%88%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C4%81n%200081.020%3Ab%C5%8D%200852.010%3Ap%C3%A1n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C4%81n%20b%C5%8D%20p%C3%A1n%20b%C7%8En>,
        <http://lexvo.org/id/term/kor/%E8%88%AC>,
        <http://lexvo.org/id/term/kor/PAN>,
        <http://lexvo.org/id/term/vie/b%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bo1%20bun1>,
        <http://lexvo.org/id/term/yue/%E8%88%AC>,
        "般"^^xsd:string ;
    rdfs:comment "sort, manner, kind, category"@en .

<http://lexvo.org/id/char/822D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%88%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C7%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qu%C3%A8%20b%C7%90>,
        "舭"^^xsd:string .

<http://lexvo.org/id/char/822E> a lvont:Character ;
    lvont:represents "舮"^^xsd:string ;
    rdfs:comment "bow or prow of boat"@en .

<http://lexvo.org/id/char/822F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%88%AF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C5%8Dng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zung1>,
        <http://lexvo.org/id/term/yue/%E8%88%AF>,
        "舯"^^xsd:string .

<http://lexvo.org/id/char/8230> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%88%B0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/laam6>,
        <http://lexvo.org/id/term/yue/%E8%88%B0>,
        "舰"^^xsd:string ;
    rdfs:comment "warship"@en .

<http://lexvo.org/id/char/8231> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%88%B1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C4%81ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cong1>,
        <http://lexvo.org/id/term/yue/%E8%88%B1>,
        "舱"^^xsd:string ;
    rdfs:comment "hold of ship; cabin"@en .

<http://lexvo.org/id/char/8232> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%88%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%ADng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ling4>,
        <http://lexvo.org/id/term/yue/%E8%88%B2>,
        "舲"^^xsd:string ;
    rdfs:comment "small boat with windows; houseboat"@en .

<http://lexvo.org/id/char/8233> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%88%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%BA%20zh%C3%B2u>,
        <http://lexvo.org/id/term/kor/%E8%88%B3>,
        <http://lexvo.org/id/term/kor/CHWUK>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zuk6>,
        <http://lexvo.org/id/term/yue/%E8%88%B3>,
        "舳"^^xsd:string ;
    rdfs:comment "stern of ship"@en .

<http://lexvo.org/id/char/8234> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%88%B4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C3%A9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zaak3>,
        <http://lexvo.org/id/term/yue/%E8%88%B4>,
        "舴"^^xsd:string .

<http://lexvo.org/id/char/8235> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%88%B5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/du%C3%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/du%C3%B2%20tu%C3%B3>,
        <http://lexvo.org/id/term/kor/%E8%88%B5>,
        <http://lexvo.org/id/term/kor/THA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/to4>,
        <http://lexvo.org/id/term/yue/%E8%88%B5>,
        "舵"^^xsd:string ;
    rdfs:comment "rudder, helm"@en .

<http://lexvo.org/id/char/8236> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%88%B6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%B3>,
        <http://lexvo.org/id/term/kor/%E8%88%B6>,
        <http://lexvo.org/id/term/kor/PAK>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/baak3%20bok6%20paak3>,
        <http://lexvo.org/id/term/yue/%E8%88%B6>,
        "舶"^^xsd:string ;
    rdfs:comment "large, ocean-going vessel"@en .

<http://lexvo.org/id/char/8237> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%88%B7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A1n>,
        <http://lexvo.org/id/term/kor/%E8%88%B7>,
        <http://lexvo.org/id/term/kor/HYEN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jin4>,
        <http://lexvo.org/id/term/yue/%E8%88%B7>,
        "舷"^^xsd:string ;
    rdfs:comment "the sides of a boat, bulwarks; a gunwale"@en .

<http://lexvo.org/id/char/8238> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%88%B8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C4%9B>,
        <http://lexvo.org/id/term/kor/%E8%88%B8>,
        <http://lexvo.org/id/term/kor/KA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/go2%20ho2>,
        <http://lexvo.org/id/term/yue/%E8%88%B8>,
        "舸"^^xsd:string ;
    rdfs:comment "large boat, barge"@en .

<http://lexvo.org/id/char/8239> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%88%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/chu%C3%A1n>,
        <http://lexvo.org/id/term/kor/%E8%88%B9>,
        <http://lexvo.org/id/term/kor/SEN>,
        <http://lexvo.org/id/term/vie/thuy%E1%BB%81n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/syun4>,
        <http://lexvo.org/id/term/yue/%E8%88%B9>,
        "船"^^xsd:string ;
    rdfs:comment "ship, boat, vessel"@en .

<http://lexvo.org/id/char/823A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%88%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A1%20ji%C3%A1%20ji%C7%8E>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gaap3>,
        <http://lexvo.org/id/term/yue/%E8%88%BA>,
        "舺"^^xsd:string ;
    rdfs:comment "place name in Taiwan, Taipei; a boat"@en .

<http://lexvo.org/id/char/823B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%88%BB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C7%94%20l%C3%BA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lou4>,
        <http://lexvo.org/id/term/yue/%E8%88%BB>,
        "舻"^^xsd:string ;
    rdfs:comment "bow or prow of boat"@en .

<http://lexvo.org/id/char/823C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%88%BC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%B3ng>,
        "舼"^^xsd:string .

<http://lexvo.org/id/char/823D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%88%BD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%A1ng>,
        <http://lexvo.org/id/term/kor/%E8%88%BD>,
        <http://lexvo.org/id/term/kor/PANG>,
        "舽"^^xsd:string .

<http://lexvo.org/id/char/823E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%88%BE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C4%AB>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sai1>,
        <http://lexvo.org/id/term/yue/%E8%88%BE>,
        "舾"^^xsd:string ;
    rdfs:comment "(Cant.) equipment on a ship"@en .

<http://lexvo.org/id/char/823F> a lvont:Character ;
    lvont:represents "舿"^^xsd:string .

<http://lexvo.org/id/char/8240> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%89%80>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%BA>,
        <http://lexvo.org/id/term/kor/%E8%89%80>,
        <http://lexvo.org/id/term/kor/PWU>,
        "艀"^^xsd:string ;
    rdfs:comment "a sampan, lighter, barge"@en .

<http://lexvo.org/id/char/8241> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%89%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C3%A0o>,
        "艁"^^xsd:string .

<http://lexvo.org/id/char/8242> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%89%82>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%A9ng>,
        "艂"^^xsd:string .

<http://lexvo.org/id/char/8243> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%89%83>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%AD>,
        "艃"^^xsd:string .

<http://lexvo.org/id/char/8244> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%89%84>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C4%81o>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C4%81o%20sh%C3%A0o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/saau1>,
        <http://lexvo.org/id/term/yue/%E8%89%84>,
        "艄"^^xsd:string ;
    rdfs:comment "stern of a vessel"@en .

<http://lexvo.org/id/char/8245> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%89%85>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%BA>,
        <http://lexvo.org/id/term/kor/%E8%89%85>,
        <http://lexvo.org/id/term/kor/YE>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jyu4>,
        <http://lexvo.org/id/term/yue/%E8%89%85>,
        "艅"^^xsd:string ;
    rdfs:comment "a despatch boat"@en .

<http://lexvo.org/id/char/8246> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%89%86>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%A1ng>,
        "艆"^^xsd:string .

<http://lexvo.org/id/char/8247> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%89%87>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C7%90ng>,
        <http://lexvo.org/id/term/kor/%E8%89%87>,
        <http://lexvo.org/id/term/kor/CENG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/teng5%20ting5>,
        <http://lexvo.org/id/term/yue/%E8%89%87>,
        "艇"^^xsd:string ;
    rdfs:comment "small boat, dugout, punt"@en .

<http://lexvo.org/id/char/8248> a lvont:Character ;
    lvont:represents "艈"^^xsd:string .

<http://lexvo.org/id/char/8249> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%89%89>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C4%9Bi>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mei5>,
        <http://lexvo.org/id/term/yue/%E8%89%89>,
        "艉"^^xsd:string .

<http://lexvo.org/id/char/824A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%89%8A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%B3>,
        "艊"^^xsd:string .

<http://lexvo.org/id/char/824B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%89%8B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C4%9Bng>,
        <http://lexvo.org/id/term/vie/m%C3%A0nh>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/maang5>,
        <http://lexvo.org/id/term/yue/%E8%89%8B>,
        "艋"^^xsd:string ;
    rdfs:comment "small boat"@en .

<http://lexvo.org/id/char/824C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%89%8C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ni%C3%A0n>,
        "艌"^^xsd:string ;
    rdfs:comment "to caulk"@en .

<http://lexvo.org/id/char/824D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%89%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C5%AB>,
        <http://lexvo.org/id/term/kor/%E8%89%8D>,
        <http://lexvo.org/id/term/kor/KE>,
        "艍"^^xsd:string .

<http://lexvo.org/id/char/824E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%89%8E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%A1ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wong4>,
        <http://lexvo.org/id/term/yue/%E8%89%8E>,
        "艎"^^xsd:string ;
    rdfs:comment "fast boat"@en .

<http://lexvo.org/id/char/824F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%89%8F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C7%92u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sau2>,
        <http://lexvo.org/id/term/yue/%E8%89%8F>,
        "艏"^^xsd:string .

<http://lexvo.org/id/char/8250> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%89%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C5%8Dng>,
        "艐"^^xsd:string .

<http://lexvo.org/id/char/8251> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%89%91>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/bi%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E8%89%91>,
        <http://lexvo.org/id/term/kor/PHYEN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bin6>,
        <http://lexvo.org/id/term/yue/%E8%89%91>,
        "艑"^^xsd:string ;
    rdfs:comment "small boat"@en .

<http://lexvo.org/id/char/8252> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%89%92>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A0o%20m%C3%B9>,
        "艒"^^xsd:string .

<http://lexvo.org/id/char/8253> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%89%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/di%C3%A9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dip6>,
        <http://lexvo.org/id/term/yue/%E8%89%93>,
        "艓"^^xsd:string .

<http://lexvo.org/id/char/8254> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/dou6>,
        <http://lexvo.org/id/term/yue/%E8%89%94>,
        "艔"^^xsd:string ;
    rdfs:comment "(Cant.) boat"@en .

<http://lexvo.org/id/char/8255> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%89%95>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%A0ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/pong3>,
        <http://lexvo.org/id/term/yue/%E8%89%95>,
        "艕"^^xsd:string ;
    rdfs:comment "two boats fastened side by side"@en .

<http://lexvo.org/id/char/8256> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%89%96>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C4%81>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/caa1%20caa4%20co1>,
        <http://lexvo.org/id/term/yue/%E8%89%96>,
        "艖"^^xsd:string ;
    rdfs:comment "raft; boat; skiff"@en .

<http://lexvo.org/id/char/8257> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%89%97>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jat6%20jik6>,
        <http://lexvo.org/id/term/yue/%E8%89%97>,
        "艗"^^xsd:string ;
    rdfs:comment "bow of junk"@en .

<http://lexvo.org/id/char/8258> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%89%98>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C4%81o%20s%C5%8Du>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C5%8Du>,
        <http://lexvo.org/id/term/kor/%E8%89%98>,
        <http://lexvo.org/id/term/kor/SO>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sau1%20sau2>,
        <http://lexvo.org/id/term/yue/%E8%89%98>,
        "艘"^^xsd:string ;
    rdfs:comment "counter for ships, vessels"@en .

<http://lexvo.org/id/char/8259> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%89%99>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C4%81ng>,
        <http://lexvo.org/id/term/kor/%E8%89%99>,
        <http://lexvo.org/id/term/kor/CHANG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cong1>,
        <http://lexvo.org/id/term/yue/%E8%89%99>,
        "艙"^^xsd:string ;
    rdfs:comment "hold of ship; cabin"@en .

<http://lexvo.org/id/char/825A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%89%9A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C3%A1o>,
        <http://lexvo.org/id/term/kor/%E8%89%9A>,
        <http://lexvo.org/id/term/kor/CO>,
        <http://lexvo.org/id/term/vie/t%C3%A0u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cou4>,
        <http://lexvo.org/id/term/yue/%E8%89%9A>,
        "艚"^^xsd:string ;
    rdfs:comment "ship"@en .

<http://lexvo.org/id/char/825B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%89%9B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%B3u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lau4>,
        <http://lexvo.org/id/term/yue/%E8%89%9B>,
        "艛"^^xsd:string .

<http://lexvo.org/id/char/825C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%89%9C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%A0i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/taai5>,
        <http://lexvo.org/id/term/yue/%E8%89%9C>,
        "艜"^^xsd:string ;
    rdfs:comment "a long narrow vessel with two masts; (Cant.) a rudder"@en .

<http://lexvo.org/id/char/825D> a lvont:Character ;
    lvont:represents "艝"^^xsd:string .

<http://lexvo.org/id/char/825E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%89%9E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A0o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tiu1>,
        <http://lexvo.org/id/term/yue/%E8%89%9E>,
        "艞"^^xsd:string .

<http://lexvo.org/id/char/825F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%89%9F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C5%8Dng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%B3ng%20ch%C5%8Dng%20zhu%C3%A0ng>,
        <http://lexvo.org/id/term/kor/%E8%89%9F>,
        <http://lexvo.org/id/term/kor/TONG>,
        <http://lexvo.org/id/term/vie/xu%E1%BB%93ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tung4>,
        <http://lexvo.org/id/term/yue/%E8%89%9F>,
        "艟"^^xsd:string ;
    rdfs:comment "ancient warship"@en .

<http://lexvo.org/id/char/8260> a lvont:Character ;
    lvont:represents "艠"^^xsd:string .

<http://lexvo.org/id/char/8261> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%89%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C4%81ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dong1>,
        <http://lexvo.org/id/term/yue/%E8%89%A1>,
        "艡"^^xsd:string .

<http://lexvo.org/id/char/8262> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%89%A2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C3%A1ng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%A1n%20qi%C3%A1ng>,
        "艢"^^xsd:string ;
    rdfs:comment "a mast; a yard-arm or boom"@en .

<http://lexvo.org/id/char/8263> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%89%A3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C7%94>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lou5>,
        <http://lexvo.org/id/term/yue/%E8%89%A3>,
        "艣"^^xsd:string ;
    rdfs:comment "stern oar, scull [?]"@en .

<http://lexvo.org/id/char/8264> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%89%A4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%90>,
        <http://lexvo.org/id/term/kor/%E8%89%A4>,
        <http://lexvo.org/id/term/kor/UY>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ngai5>,
        <http://lexvo.org/id/term/yue/%E8%89%A4>,
        "艤"^^xsd:string ;
    rdfs:comment "to moor a boat to the bank"@en .

<http://lexvo.org/id/char/8265> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%89%A5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%A8>,
        "艥"^^xsd:string ;
    rdfs:comment "an oar or paddle. to row"@en .

<http://lexvo.org/id/char/8266> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%89%A6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E8%89%A6>,
        <http://lexvo.org/id/term/kor/HAM>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/laam6>,
        <http://lexvo.org/id/term/yue/%E8%89%A6>,
        "艦"^^xsd:string ;
    rdfs:comment "warship"@en .

<http://lexvo.org/id/char/8267> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%89%A7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%B2>,
        "艧"^^xsd:string .

<http://lexvo.org/id/char/8268> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%89%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A9ng>,
        <http://lexvo.org/id/term/kor/%E8%89%A8>,
        <http://lexvo.org/id/term/kor/MONG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mung4>,
        <http://lexvo.org/id/term/yue/%E8%89%A8>,
        "艨"^^xsd:string ;
    rdfs:comment "long and narrow war-boat"@en .

<http://lexvo.org/id/char/8269> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%89%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C3%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cai4>,
        <http://lexvo.org/id/term/yue/%E8%89%A9>,
        "艩"^^xsd:string ;
    rdfs:comment "tholepin"@en .

<http://lexvo.org/id/char/826A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%89%AA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C7%94>,
        <http://lexvo.org/id/term/kor/%E8%89%AA>,
        <http://lexvo.org/id/term/kor/LO>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lou5>,
        <http://lexvo.org/id/term/yue/%E8%89%AA>,
        "艪"^^xsd:string ;
    rdfs:comment "oar, scull; row"@en .

<http://lexvo.org/id/char/826B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%89%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%BA%20l%C7%94>,
        <http://lexvo.org/id/term/kor/%E8%89%AB>,
        <http://lexvo.org/id/term/kor/LO>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lou4>,
        <http://lexvo.org/id/term/yue/%E8%89%AB>,
        "艫"^^xsd:string ;
    rdfs:comment "bow or prow of boat"@en .

<http://lexvo.org/id/char/826C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%89%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%A1n>,
        "艬"^^xsd:string .

<http://lexvo.org/id/char/826D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%89%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/shu%C4%81ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/soeng1>,
        <http://lexvo.org/id/term/yue/%E8%89%AD>,
        "艭"^^xsd:string ;
    rdfs:comment "ship"@en .

<http://lexvo.org/id/char/826F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%89%AF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C3%A1ng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C3%A1ng%20li%C7%8Eng>,
        <http://lexvo.org/id/term/kor/%E8%89%AF>,
        <http://lexvo.org/id/term/kor/LYANG>,
        <http://lexvo.org/id/term/vie/l%C6%B0%C6%A1ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/loeng4>,
        <http://lexvo.org/id/term/yue/%E8%89%AF>,
        "良"^^xsd:string ;
    rdfs:comment "good, virtuous, respectable"@en .

<http://lexvo.org/id/char/8270> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%89%B0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C4%81n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gan1>,
        <http://lexvo.org/id/term/yue/%E8%89%B0>,
        "艰"^^xsd:string ;
    rdfs:comment "difficult, hard; distressing"@en .

<http://lexvo.org/id/char/8271> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%89%B1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C4%81n>,
        <http://lexvo.org/id/term/kor/%E8%89%B1>,
        <http://lexvo.org/id/term/kor/KAN>,
        <http://lexvo.org/id/term/vie/gian>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gaan1>,
        <http://lexvo.org/id/term/yue/%E8%89%B1>,
        "艱"^^xsd:string ;
    rdfs:comment "difficult, hard; distressing"@en .

<http://lexvo.org/id/char/8273> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%89%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jim6>,
        <http://lexvo.org/id/term/yue/%E8%89%B3>,
        "艳"^^xsd:string ;
    rdfs:comment "beautiful, sexy, voluptuous"@en .

<http://lexvo.org/id/char/8274> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%89%B4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%BA%20b%C3%B3%20p%C3%A8i>,
        <http://lexvo.org/id/term/kor/%E8%89%B4>,
        <http://lexvo.org/id/term/kor/PWUL>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fat1>,
        <http://lexvo.org/id/term/yue/%E8%89%B4>,
        "艴"^^xsd:string ;
    rdfs:comment "the countenance changing"@en .

<http://lexvo.org/id/char/8275> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%89%B5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%ADng>,
        "艵"^^xsd:string .

<http://lexvo.org/id/char/8276> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%89%B6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E8%89%B6>,
        <http://lexvo.org/id/term/kor/YEM>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jim6>,
        <http://lexvo.org/id/term/yue/%E8%89%B6>,
        "艶"^^xsd:string ;
    rdfs:comment "beautiful, sexy, voluptuous"@en .

<http://lexvo.org/id/char/8277> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%89%B7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E8%89%B7>,
        <http://lexvo.org/id/term/kor/YEM>,
        <http://lexvo.org/id/term/vie/di%E1%BB%85m>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jim6>,
        <http://lexvo.org/id/term/yue/%E8%89%B7>,
        "艷"^^xsd:string ;
    rdfs:comment "beautiful, sexy, voluptuous"@en .

<http://lexvo.org/id/char/827A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%89%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%AC>,
        <http://lexvo.org/id/term/vie/%E1%BB%9Bt>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ngai6>,
        <http://lexvo.org/id/term/yue/%E8%89%BA>,
        "艺"^^xsd:string ;
    rdfs:comment "art; talent, ability; craft"@en .

<http://lexvo.org/id/char/827B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%89%BB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%A8%20j%C3%AD>,
        "艻"^^xsd:string .

<http://lexvo.org/id/char/827C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%89%BC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C4%ABng%20d%C7%90ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ding2>,
        <http://lexvo.org/id/term/yue/%E8%89%BC>,
        "艼"^^xsd:string .

<http://lexvo.org/id/char/827D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%89%BD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C4%81o>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C3%BA%20ji%C7%94%20ji%C4%81o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kau4>,
        <http://lexvo.org/id/term/yue/%E8%89%BD>,
        "艽"^^xsd:string .

<http://lexvo.org/id/char/827E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C3%A0i%201370.020%3Ay%C3%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%C3%A0i%20y%C3%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%89%BE>,
        <http://lexvo.org/id/term/kor/%E8%89%BE>,
        <http://lexvo.org/id/term/kor/AY>,
        <http://lexvo.org/id/term/vie/ng%E1%BA%A3i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ngaai6>,
        <http://lexvo.org/id/term/yue/%E8%89%BE>,
        "艾"^^xsd:string ;
    rdfs:comment "artemisia, mugwort; translit."@en .

<http://lexvo.org/id/char/827F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%89%BF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C7%8Ei>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C7%8Ei%20r%C3%A9ng%20r%C3%A8ng>,
        <http://lexvo.org/id/term/vie/%E1%BA%A1c%20n%E1%BA%A9y>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jing4%20naai5>,
        <http://lexvo.org/id/term/yue/%E8%89%BF>,
        "艿"^^xsd:string .

<http://lexvo.org/id/char/8280> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%8A%80>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ti%C3%A1o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lik6%20siu4%20tiu4>,
        <http://lexvo.org/id/term/yue/%E8%8A%80>,
        "芀"^^xsd:string ;
    rdfs:comment "clover; pea"@en .

<http://lexvo.org/id/char/8281> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%8A%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C4%81o>,
        "芁"^^xsd:string .

<http://lexvo.org/id/char/8282> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%8A%82>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%A9%20ji%C4%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C4%93%200579.030%3Aji%C3%A9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zit3>,
        <http://lexvo.org/id/term/yue/%E8%8A%82>,
        "节"^^xsd:string ;
    rdfs:comment "knot, node, joint; section"@en .

<http://lexvo.org/id/char/8283> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%8A%83>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%A9ng>,
        <http://lexvo.org/id/term/vie/b%C3%B4ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/pung4>,
        <http://lexvo.org/id/term/yue/%E8%8A%83>,
        "芃"^^xsd:string ;
    rdfs:comment "luxuriant growth"@en .

<http://lexvo.org/id/char/8284> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%8A%84>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jyun4>,
        <http://lexvo.org/id/term/yue/%E8%8A%84>,
        "芄"^^xsd:string .

<http://lexvo.org/id/char/8285> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%8A%85>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jik6>,
        <http://lexvo.org/id/term/yue/%E8%8A%85>,
        "芅"^^xsd:string .

<http://lexvo.org/id/char/8286> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%8A%86>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C4%81i>,
        "芆"^^xsd:string .

<http://lexvo.org/id/char/8287> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%8A%87>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/mi%C3%A1n>,
        "芇"^^xsd:string .

<http://lexvo.org/id/char/8288> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%8A%88>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C7%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/mi%C4%93%20m%C7%90>,
        <http://lexvo.org/id/term/kor/%E8%8A%88>,
        <http://lexvo.org/id/term/kor/MI>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/me1%20me5>,
        <http://lexvo.org/id/term/yue/%E8%8A%88>,
        "芈"^^xsd:string ;
    rdfs:comment "bleat of sheep; surname"@en .

<http://lexvo.org/id/char/8289> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%8A%89>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C4%81n>,
        "芉"^^xsd:string .

<http://lexvo.org/id/char/828A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%8A%8A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C4%81n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C4%81n%20qi%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E8%8A%8A>,
        <http://lexvo.org/id/term/kor/CHEN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cin1>,
        <http://lexvo.org/id/term/yue/%E8%8A%8A>,
        "芊"^^xsd:string ;
    rdfs:comment "exuberant and vigorous foliage"@en .

<http://lexvo.org/id/char/828B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%8A%8B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%B9%20h%C5%AB%20x%C5%AB%20y%C7%94%20y%C3%BA>,
        <http://lexvo.org/id/term/kor/%E8%8A%8B>,
        <http://lexvo.org/id/term/kor/WU%20HWU>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wu6>,
        <http://lexvo.org/id/term/yue/%E8%8A%8B>,
        "芋"^^xsd:string ;
    rdfs:comment "taro"@en .

<http://lexvo.org/id/char/828C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%8A%8C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%B9%20y%C3%BA%20x%C5%AB%20y%C7%94>,
        "芌"^^xsd:string .

<http://lexvo.org/id/char/828D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%8A%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%A1o>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%A1o%20xi%C3%A0o%20qu%C3%A8%20shu%C3%B2%20d%C3%AC>,
        <http://lexvo.org/id/term/kor/%E8%8A%8D>,
        <http://lexvo.org/id/term/kor/CAK%20CEK>,
        <http://lexvo.org/id/term/vie/th%C6%B0%E1%BB%A3c>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/coek3%20zoek3>,
        <http://lexvo.org/id/term/yue/%E8%8A%8D>,
        "芍"^^xsd:string ;
    rdfs:comment "peony; water chestnuts"@en .

<http://lexvo.org/id/char/828E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%8A%8E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C5%8Dng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C5%8Dng%20xi%C5%8Dng>,
        <http://lexvo.org/id/term/kor/%E8%8A%8E>,
        <http://lexvo.org/id/term/kor/KWUNG>,
        <http://lexvo.org/id/term/vie/khung>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gung1%20hung1%20kung4>,
        <http://lexvo.org/id/term/yue/%E8%8A%8E>,
        "芎"^^xsd:string ;
    rdfs:comment "a kind of herb"@en .

<http://lexvo.org/id/char/828F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%8A%8F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C7%94%20d%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dou6>,
        <http://lexvo.org/id/term/yue/%E8%8A%8F>,
        "芏"^^xsd:string .

<http://lexvo.org/id/char/8290> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%8A%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A0%20h%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/haa6%20wu6>,
        <http://lexvo.org/id/term/yue/%E8%8A%90>,
        "芐"^^xsd:string .

<http://lexvo.org/id/char/8291> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%8A%91>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C7%90>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gei2%20hei2>,
        <http://lexvo.org/id/term/yue/%E8%8A%91>,
        "芑"^^xsd:string ;
    rdfs:comment "white millet"@en .

<http://lexvo.org/id/char/8292> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%8A%92>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A1ng%201187.030%3Aw%C3%A1ng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A1ng%20w%C3%A1ng%20hu%C7%8Eng%20hu%C4%81ng>,
        <http://lexvo.org/id/term/kor/%E8%8A%92>,
        <http://lexvo.org/id/term/kor/MANG>,
        <http://lexvo.org/id/term/vie/mang>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mong4>,
        <http://lexvo.org/id/term/yue/%E8%8A%92>,
        "芒"^^xsd:string ;
    rdfs:comment "Miscanthus sinensis"@en .

<http://lexvo.org/id/char/8293> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%8A%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C7%90%20z%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zi2%20zi6>,
        <http://lexvo.org/id/term/yue/%E8%8A%93>,
        "芓"^^xsd:string .

<http://lexvo.org/id/char/8294> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%8A%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C7%90%20hu%C3%AC>,
        <http://lexvo.org/id/term/kor/%E8%8A%94>,
        <http://lexvo.org/id/term/kor/HWEY>,
        "芔"^^xsd:string ;
    rdfs:comment "a general term for plants"@en .

<http://lexvo.org/id/char/8295> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%8A%95>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/su%C4%AB%20w%C4%9Bi>,
        "芕"^^xsd:string .

<http://lexvo.org/id/char/8296> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%8A%96>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%AC>,
        "芖"^^xsd:string .

<http://lexvo.org/id/char/8297> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%8A%97>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C4%81ng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C4%81ng%20xi%C7%8Eng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hoeng1>,
        <http://lexvo.org/id/term/yue/%E8%8A%97>,
        "芗"^^xsd:string ;
    rdfs:comment "fragrant smell of grain; aromatic"@en .

<http://lexvo.org/id/char/8298> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%8A%98>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%AD%20b%C3%AC%20b%C4%AB>,
        <http://lexvo.org/id/term/kor/%E8%8A%98>,
        <http://lexvo.org/id/term/kor/PI>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bei3%20pei4>,
        <http://lexvo.org/id/term/yue/%E8%8A%98>,
        "芘"^^xsd:string .

<http://lexvo.org/id/char/8299> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%8A%99>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%BA>,
        <http://lexvo.org/id/term/kor/%E8%8A%99>,
        <http://lexvo.org/id/term/kor/PWU>,
        <http://lexvo.org/id/term/vie/ph%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fu4>,
        <http://lexvo.org/id/term/yue/%E8%8A%99>,
        "芙"^^xsd:string ;
    rdfs:comment "hibiscus"@en .

<http://lexvo.org/id/char/829A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%8A%9A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%BAn%20ch%C5%ABn>,
        <http://lexvo.org/id/term/kor/%E8%8A%9A>,
        <http://lexvo.org/id/term/kor/TWUN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/teon1%20tyun4>,
        <http://lexvo.org/id/term/yue/%E8%8A%9A>,
        "芚"^^xsd:string ;
    rdfs:comment "green sprout; foolish"@en .

<http://lexvo.org/id/char/829B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%8A%9B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C4%9Bi>,
        "芛"^^xsd:string .

<http://lexvo.org/id/char/829C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%8A%9C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C3%BA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mou4>,
        <http://lexvo.org/id/term/yue/%E8%8A%9C>,
        "芜"^^xsd:string ;
    rdfs:comment "luxurious growth of weeds"@en .

<http://lexvo.org/id/char/829D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%8A%9D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C4%AB>,
        <http://lexvo.org/id/term/kor/%E8%8A%9D>,
        <http://lexvo.org/id/term/kor/CI>,
        <http://lexvo.org/id/term/vie/chi>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zi1>,
        <http://lexvo.org/id/term/yue/%E8%8A%9D>,
        "芝"^^xsd:string ;
    rdfs:comment "sesame; a purplish or brown mushroom thought to have miraculous powers; 'a divine and relicitous plant' (Karlgren)"@en .

<http://lexvo.org/id/char/829E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%8A%9E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C7%90>,
        "芞"^^xsd:string .

<http://lexvo.org/id/char/829F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%8A%9F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C4%81n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C4%81n%20w%C4%9Bi>,
        <http://lexvo.org/id/term/kor/%E8%8A%9F>,
        <http://lexvo.org/id/term/kor/SAM>,
        <http://lexvo.org/id/term/vie/sam>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/saam1>,
        <http://lexvo.org/id/term/yue/%E8%8A%9F>,
        "芟"^^xsd:string ;
    rdfs:comment "mow, cut; weed out; scythe"@en .

<http://lexvo.org/id/char/82A0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%8A%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C3%A9n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/man4>,
        <http://lexvo.org/id/term/yue/%E8%8A%A0>,
        "芠"^^xsd:string .

<http://lexvo.org/id/char/82A1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%8A%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E8%8A%A1>,
        <http://lexvo.org/id/term/kor/KEM>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/him3>,
        <http://lexvo.org/id/term/yue/%E8%8A%A1>,
        "芡"^^xsd:string ;
    rdfs:comment "plant allied to the waterlily"@en .

<http://lexvo.org/id/char/82A2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%8A%A2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/r%C3%A9n>,
        <http://lexvo.org/id/term/kor/%E8%8A%A2>,
        <http://lexvo.org/id/term/kor/IN>,
        "芢"^^xsd:string .

<http://lexvo.org/id/char/82A3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%8A%A3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%BA%20f%C7%92u%20f%C5%AB%20f%C3%B3u>,
        <http://lexvo.org/id/term/kor/%E8%8A%A3>,
        <http://lexvo.org/id/term/kor/PWU>,
        <http://lexvo.org/id/term/vie/b%C3%BAp>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fau4>,
        <http://lexvo.org/id/term/yue/%E8%8A%A3>,
        "芣"^^xsd:string ;
    rdfs:comment "medicinal plant"@en .

<http://lexvo.org/id/char/82A4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%8A%A4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C5%8Du>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kau1>,
        <http://lexvo.org/id/term/yue/%E8%8A%A4>,
        "芤"^^xsd:string .

<http://lexvo.org/id/char/82A5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%8A%A5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C3%A0i%200583.030%3Aji%C3%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%A8%20g%C3%A0i>,
        <http://lexvo.org/id/term/kor/%E8%8A%A5>,
        <http://lexvo.org/id/term/kor/KAY>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gaai3>,
        <http://lexvo.org/id/term/yue/%E8%8A%A5>,
        "芥"^^xsd:string ;
    rdfs:comment "mustard plant; mustard; tiny"@en .

<http://lexvo.org/id/char/82A6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%8A%A6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%BA%200737.040%3Al%C7%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%BA%20l%C7%94>,
        <http://lexvo.org/id/term/kor/%E8%8A%A6>,
        <http://lexvo.org/id/term/kor/HO>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lou4>,
        <http://lexvo.org/id/term/yue/%E8%8A%A6>,
        "芦"^^xsd:string ;
    rdfs:comment "rushes, reeds"@en .

<http://lexvo.org/id/char/82A7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%8A%A7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C3%B9%201515.020%3Azh%C3%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C3%B9%20zh%C3%B9>,
        <http://lexvo.org/id/term/kor/%E8%8A%A7>,
        <http://lexvo.org/id/term/kor/SE>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zeoi6>,
        <http://lexvo.org/id/term/yue/%E8%8A%A7>,
        "芧"^^xsd:string ;
    rdfs:comment "chestnut oak"@en .

<http://lexvo.org/id/char/82A8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%8A%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%AD%20j%C4%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C4%AB>,
        <http://lexvo.org/id/term/kor/%E8%8A%A8>,
        <http://lexvo.org/id/term/kor/KUP>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gap1>,
        <http://lexvo.org/id/term/yue/%E8%8A%A8>,
        "芨"^^xsd:string ;
    rdfs:comment "name of a plant, the roots are used for various purposes"@en .

<http://lexvo.org/id/char/82A9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%8A%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C3%ADn>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C3%ADn%20y%C3%ADn>,
        <http://lexvo.org/id/term/kor/%E8%8A%A9>,
        <http://lexvo.org/id/term/kor/KUM>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kam4>,
        <http://lexvo.org/id/term/yue/%E8%8A%A9>,
        "芩"^^xsd:string ;
    rdfs:comment "salt marsh plant"@en .

<http://lexvo.org/id/char/82AA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%8A%AA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C3%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C3%AD%20ch%C3%AD>,
        <http://lexvo.org/id/term/kor/%E8%8A%AA>,
        <http://lexvo.org/id/term/kor/KI>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kei4>,
        <http://lexvo.org/id/term/yue/%E8%8A%AA>,
        "芪"^^xsd:string ;
    rdfs:comment "celery"@en .

<http://lexvo.org/id/char/82AB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%8A%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A1n%201420.020%3Ayu%C3%A1n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/yu%C3%A1n%20y%C3%A1n>,
        <http://lexvo.org/id/term/kor/%E8%8A%AB>,
        <http://lexvo.org/id/term/kor/WEN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jyun4>,
        <http://lexvo.org/id/term/yue/%E8%8A%AB>,
        "芫"^^xsd:string ;
    rdfs:comment "daphne genkwa, poisonous plant"@en .

<http://lexvo.org/id/char/82AC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%8A%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C4%93n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C4%93n%20f%C3%A9n>,
        <http://lexvo.org/id/term/kor/%E8%8A%AC>,
        <http://lexvo.org/id/term/kor/PWUN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fan1>,
        <http://lexvo.org/id/term/yue/%E8%8A%AC>,
        "芬"^^xsd:string ;
    rdfs:comment "fragrance, aroma; perfume"@en .

<http://lexvo.org/id/char/82AD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%8A%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C4%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C4%81%20p%C4%81>,
        <http://lexvo.org/id/term/kor/%E8%8A%AD>,
        <http://lexvo.org/id/term/kor/PHA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/baa1>,
        <http://lexvo.org/id/term/yue/%E8%8A%AD>,
        "芭"^^xsd:string ;
    rdfs:comment "plantain or banana palm; fragrant"@en .

<http://lexvo.org/id/char/82AE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%8A%AE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ru%C3%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ru%C3%AC%20ru%C3%B2>,
        <http://lexvo.org/id/term/kor/%E8%8A%AE>,
        <http://lexvo.org/id/term/kor/YEY>,
        <http://lexvo.org/id/term/vie/n%E1%BB%91i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jeoi6>,
        <http://lexvo.org/id/term/yue/%E8%8A%AE>,
        "芮"^^xsd:string ;
    rdfs:comment "tiny, small; water's edge"@en .

<http://lexvo.org/id/char/82AF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%8A%AF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C4%ABn%201284.100%3Ax%C3%ACn>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C4%ABn%20x%C3%ACn>,
        <http://lexvo.org/id/term/kor/%E8%8A%AF>,
        <http://lexvo.org/id/term/kor/SIM>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sam1>,
        <http://lexvo.org/id/term/yue/%E8%8A%AF>,
        "芯"^^xsd:string ;
    rdfs:comment "pith from rush (juncus effusus)"@en .

<http://lexvo.org/id/char/82B0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%8A%B0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%AC>,
        <http://lexvo.org/id/term/kor/%E8%8A%B0>,
        <http://lexvo.org/id/term/kor/KI>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gei6>,
        <http://lexvo.org/id/term/yue/%E8%8A%B0>,
        "芰"^^xsd:string ;
    rdfs:comment "water caltrop"@en .

<http://lexvo.org/id/char/82B1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%8A%B1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C4%81>,
        <http://lexvo.org/id/term/kor/%E8%8A%B1>,
        <http://lexvo.org/id/term/kor/HWA>,
        <http://lexvo.org/id/term/vie/hoa>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/faa1>,
        <http://lexvo.org/id/term/yue/%E8%8A%B1>,
        "花"^^xsd:string ;
    rdfs:comment "flower; blossoms"@en .

<http://lexvo.org/id/char/82B2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%8A%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C4%81>,
        "芲"^^xsd:string .

<http://lexvo.org/id/char/82B3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%8A%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C4%81ng>,
        <http://lexvo.org/id/term/kor/%E8%8A%B3>,
        <http://lexvo.org/id/term/kor/PANG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fong1>,
        <http://lexvo.org/id/term/yue/%E8%8A%B3>,
        "芳"^^xsd:string ;
    rdfs:comment "fragrant; virtuous; beautiful"@en .

<http://lexvo.org/id/char/82B4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%8A%B4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C3%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C3%B9%20h%C5%AB>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fat1%20mat6>,
        <http://lexvo.org/id/term/yue/%E8%8A%B4>,
        "芴"^^xsd:string .

<http://lexvo.org/id/char/82B5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%8A%B5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ju%C3%A9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kyut3>,
        <http://lexvo.org/id/term/yue/%E8%8A%B5>,
        "芵"^^xsd:string .

<http://lexvo.org/id/char/82B6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%8A%B6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C5%8Du>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C7%92u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gau1%20gau2>,
        <http://lexvo.org/id/term/yue/%E8%8A%B6>,
        "芶"^^xsd:string .

<http://lexvo.org/id/char/82B7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%8A%B7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C7%90>,
        <http://lexvo.org/id/term/kor/%E8%8A%B7>,
        <http://lexvo.org/id/term/kor/CI>,
        <http://lexvo.org/id/term/vie/ch%E1%BB%89>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zi2>,
        <http://lexvo.org/id/term/yue/%E8%8A%B7>,
        "芷"^^xsd:string ;
    rdfs:comment "angelica, type of iris"@en .

<http://lexvo.org/id/char/82B8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%8A%B8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%BAn>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%BAn%20y%C3%AC%20y%C3%B9n>,
        <http://lexvo.org/id/term/kor/%E8%8A%B8>,
        <http://lexvo.org/id/term/kor/WUN%20YEY>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wan4>,
        <http://lexvo.org/id/term/yue/%E8%8A%B8>,
        "芸"^^xsd:string ;
    rdfs:comment "rue, herb used to keep insects away; to cut grass or weeds; art, talent, ability, craft, technique, performance, acting, trick, stunt"@en .

<http://lexvo.org/id/char/82B9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%8A%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C3%ADn>,
        <http://lexvo.org/id/term/kor/%E8%8A%B9>,
        <http://lexvo.org/id/term/kor/KUN>,
        <http://lexvo.org/id/term/vie/c%E1%BA%A7n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kan4>,
        <http://lexvo.org/id/term/yue/%E8%8A%B9>,
        "芹"^^xsd:string ;
    rdfs:comment "celery"@en .

<http://lexvo.org/id/char/82BA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C7%8Eo>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%8A%BA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ngou3%20ou3>,
        <http://lexvo.org/id/term/yue/%E8%8A%BA>,
        "芺"^^xsd:string .

<http://lexvo.org/id/char/82BB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%8A%BB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%BA>,
        <http://lexvo.org/id/term/kor/%E8%8A%BB>,
        <http://lexvo.org/id/term/kor/CHWU>,
        <http://lexvo.org/id/term/vie/so>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/co1>,
        <http://lexvo.org/id/term/yue/%E8%8A%BB>,
        "芻"^^xsd:string ;
    rdfs:comment "mow, cut grass; hay, fodder"@en .

<http://lexvo.org/id/char/82BC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%8A%BC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A0o>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A0o%20m%C3%A1o>,
        <http://lexvo.org/id/term/kor/%E8%8A%BC>,
        <http://lexvo.org/id/term/kor/MO>,
        <http://lexvo.org/id/term/vie/m%C3%A0o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mou4%20mou6>,
        <http://lexvo.org/id/term/yue/%E8%8A%BC>,
        "芼"^^xsd:string ;
    rdfs:comment "to choose; to select; greens"@en .

<http://lexvo.org/id/char/82BD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%8A%BD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A1>,
        <http://lexvo.org/id/term/kor/%E8%8A%BD>,
        <http://lexvo.org/id/term/kor/A>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ngaa4>,
        <http://lexvo.org/id/term/yue/%E8%8A%BD>,
        "芽"^^xsd:string ;
    rdfs:comment "bud, sprout, shoot"@en .

<http://lexvo.org/id/char/82BE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%8A%BE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%A8i%200336.020%3Af%C3%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%A8i%20f%C3%B9%20f%C3%BA>,
        <http://lexvo.org/id/term/kor/%E8%8A%BE>,
        <http://lexvo.org/id/term/kor/PI>,
        <http://lexvo.org/id/term/vie/n%C3%A0o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fai3%20fat1>,
        <http://lexvo.org/id/term/yue/%E8%8A%BE>,
        "芾"^^xsd:string ;
    rdfs:comment "flower; small; little; lush"@en .

<http://lexvo.org/id/char/82BF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%8A%BF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/r%C3%A8ng>,
        <http://lexvo.org/id/term/kor/%E8%8A%BF>,
        <http://lexvo.org/id/term/kor/ING>,
        <http://lexvo.org/id/term/vie/nh%C4%83ng>,
        "芿"^^xsd:string ;
    rdfs:comment "grass which has been cut and regrown; wild grass"@en .

<http://lexvo.org/id/char/82C0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%8B%80>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A1ng>,
        "苀"^^xsd:string .

<http://lexvo.org/id/char/82C1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%8B%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C5%8Dng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cung1>,
        <http://lexvo.org/id/term/yue/%E8%8B%81>,
        "苁"^^xsd:string ;
    rdfs:comment "medicinal herb"@en .

<http://lexvo.org/id/char/82C2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%8B%82>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%ADn>,
        "苂"^^xsd:string .

<http://lexvo.org/id/char/82C3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%8B%83>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%92u>,
        "苃"^^xsd:string .

<http://lexvo.org/id/char/82C4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%8B%84>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/bi%C3%A0n>,
        "苄"^^xsd:string ;
    rdfs:comment "benzyl"@en .

<http://lexvo.org/id/char/82C5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%8B%85>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%AC>,
        <http://lexvo.org/id/term/kor/%E8%8B%85>,
        <http://lexvo.org/id/term/kor/YEY>,
        "苅"^^xsd:string ;
    rdfs:comment "cut off, reap, mow; sickle"@en .

<http://lexvo.org/id/char/82C6> a lvont:Character ;
    lvont:represents "苆"^^xsd:string .

<http://lexvo.org/id/char/82C7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%8B%87>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C4%9Bi>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wai5>,
        <http://lexvo.org/id/term/yue/%E8%8B%87>,
        "苇"^^xsd:string ;
    rdfs:comment "reed"@en .

<http://lexvo.org/id/char/82C8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%8B%88>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lik6>,
        <http://lexvo.org/id/term/yue/%E8%8B%88>,
        "苈"^^xsd:string ;
    rdfs:comment "a kind of plant"@en .

<http://lexvo.org/id/char/82C9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%8B%89>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C7%90>,
        "苉"^^xsd:string .

<http://lexvo.org/id/char/82CA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C3%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%8B%8A>,
        "苊"^^xsd:string ;
    rdfs:comment "an organic compound"@en .

<http://lexvo.org/id/char/82CB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%8B%8B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A0n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A0n%20hu%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jin6>,
        <http://lexvo.org/id/term/yue/%E8%8B%8B>,
        "苋"^^xsd:string ;
    rdfs:comment "amaranth"@en .

<http://lexvo.org/id/char/82CC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%8B%8C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%A1ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/coeng4>,
        <http://lexvo.org/id/term/yue/%E8%8B%8C>,
        "苌"^^xsd:string ;
    rdfs:comment "averrhora carambola; surname"@en .

<http://lexvo.org/id/char/82CD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%8B%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C4%81ng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C4%81ng%20c%C7%8Eng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cong1>,
        <http://lexvo.org/id/term/yue/%E8%8B%8D>,
        "苍"^^xsd:string ;
    rdfs:comment "blue; green"@en .

<http://lexvo.org/id/char/82CE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%8B%8E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A9ng%20zh%C3%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cyu5>,
        <http://lexvo.org/id/term/yue/%E8%8B%8E>,
        "苎"^^xsd:string ;
    rdfs:comment "china grass, ramie"@en .

<http://lexvo.org/id/char/82CF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%8B%8F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C5%AB>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sou1>,
        <http://lexvo.org/id/term/yue/%E8%8B%8F>,
        "苏"^^xsd:string ;
    rdfs:comment "revive, resurrect; a species of thyme; transliteration of 'Soviet'"@en .

<http://lexvo.org/id/char/82D0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%8B%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%AD%20t%C3%AD%20d%C3%AC>,
        "苐"^^xsd:string ;
    rdfs:comment "sequence, number; grade, degree"@en .

<http://lexvo.org/id/char/82D1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%8B%91>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/yu%C3%A0n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/yu%C3%A0n%20yu%C7%8En%20y%C3%B9%20y%C7%94n%20y%C5%ABn%20yu%C4%81n>,
        <http://lexvo.org/id/term/kor/%E8%8B%91>,
        <http://lexvo.org/id/term/kor/WEN>,
        <http://lexvo.org/id/term/vie/o%E1%BA%A3n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jyun2>,
        <http://lexvo.org/id/term/yue/%E8%8B%91>,
        "苑"^^xsd:string ;
    rdfs:comment "pasture, park, garden; mansion"@en .

<http://lexvo.org/id/char/82D2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%8B%92>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/r%C7%8En>,
        <http://lexvo.org/id/term/kor/%E8%8B%92>,
        <http://lexvo.org/id/term/kor/YEM>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jim5>,
        <http://lexvo.org/id/term/yue/%E8%8B%92>,
        "苒"^^xsd:string ;
    rdfs:comment "lush; successively, in order"@en .

<http://lexvo.org/id/char/82D3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%8B%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%ADng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%ADng%20li%C3%A1n>,
        <http://lexvo.org/id/term/kor/%E8%8B%93>,
        <http://lexvo.org/id/term/kor/LYENG>,
        <http://lexvo.org/id/term/vie/linh>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ling4>,
        <http://lexvo.org/id/term/yue/%E8%8B%93>,
        "苓"^^xsd:string ;
    rdfs:comment "fungus, tuber; licorice"@en .

<http://lexvo.org/id/char/82D4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%8B%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%A1i%20t%C4%81i>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C4%81i%201109.020%3At%C3%A1i>,
        <http://lexvo.org/id/term/kor/%E8%8B%94>,
        <http://lexvo.org/id/term/kor/THAY>,
        <http://lexvo.org/id/term/vie/%C4%91%E1%BA%A7y>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/toi1%20toi4>,
        <http://lexvo.org/id/term/yue/%E8%8B%94>,
        "苔"^^xsd:string ;
    rdfs:comment "moss, lichen"@en .

<http://lexvo.org/id/char/82D5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%8B%95>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%A1o%201140.060%3Ati%C3%A1o>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ti%C3%A1o%20sh%C3%A1o>,
        <http://lexvo.org/id/term/kor/%E8%8B%95>,
        <http://lexvo.org/id/term/kor/CHO>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tiu4>,
        <http://lexvo.org/id/term/yue/%E8%8B%95>,
        "苕"^^xsd:string ;
    rdfs:comment "rush plant"@en .

<http://lexvo.org/id/char/82D6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%8B%96>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C7%90>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/miu4>,
        <http://lexvo.org/id/term/yue/%E8%8B%96>,
        "苖"^^xsd:string .

<http://lexvo.org/id/char/82D7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%8B%97>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/mi%C3%A1o>,
        <http://lexvo.org/id/term/kor/%E8%8B%97>,
        <http://lexvo.org/id/term/kor/MYO>,
        <http://lexvo.org/id/term/vie/meo>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/miu4>,
        <http://lexvo.org/id/term/yue/%E8%8B%97>,
        "苗"^^xsd:string ;
    rdfs:comment "sprouts; Miao nationality"@en .

<http://lexvo.org/id/char/82D8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%8B%98>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C7%90ng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C7%92ng%20q%C7%90ng>,
        "苘"^^xsd:string ;
    rdfs:comment "Indian mallow"@en .

<http://lexvo.org/id/char/82D9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%8B%99>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%AC>,
        <http://lexvo.org/id/term/vie/r%E1%BB%A3p>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lap1>,
        <http://lexvo.org/id/term/yue/%E8%8B%99>,
        "苙"^^xsd:string ;
    rdfs:comment "a pig-sty; a kind of medicinal plant"@en .

<http://lexvo.org/id/char/82DA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%8B%9A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%B2ng>,
        "苚"^^xsd:string .

<http://lexvo.org/id/char/82DB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%8B%9B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C4%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C4%93%20h%C4%93%20h%C3%A9>,
        <http://lexvo.org/id/term/kor/%E8%8B%9B>,
        <http://lexvo.org/id/term/kor/KA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ho1>,
        <http://lexvo.org/id/term/yue/%E8%8B%9B>,
        "苛"^^xsd:string ;
    rdfs:comment "small, petty; harsh, rigorous"@en .

<http://lexvo.org/id/char/82DC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%8B%9C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%B9>,
        <http://lexvo.org/id/term/kor/%E8%8B%9C>,
        <http://lexvo.org/id/term/kor/MOK>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/muk6>,
        <http://lexvo.org/id/term/yue/%E8%8B%9C>,
        "苜"^^xsd:string ;
    rdfs:comment "clover"@en .

<http://lexvo.org/id/char/82DD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%8B%9D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%A8i>,
        <http://lexvo.org/id/term/vie/b%E1%BA%A5c>,
        "苝"^^xsd:string .

<http://lexvo.org/id/char/82DE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%8B%9E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C4%81o>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C4%81o%20p%C3%A1o%20bi%C4%81o>,
        <http://lexvo.org/id/term/kor/%E8%8B%9E>,
        <http://lexvo.org/id/term/kor/PHO>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/baau1>,
        <http://lexvo.org/id/term/yue/%E8%8B%9E>,
        "苞"^^xsd:string ;
    rdfs:comment "a variety of rush; firm, enduring; to burst forth"@en .

<http://lexvo.org/id/char/82DF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%8B%9F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C7%92u>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C7%92u%20g%C5%8Du>,
        <http://lexvo.org/id/term/kor/%E8%8B%9F>,
        <http://lexvo.org/id/term/kor/KWU>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gau2>,
        <http://lexvo.org/id/term/yue/%E8%8B%9F>,
        "苟"^^xsd:string ;
    rdfs:comment "careless, frivolous; illicit; grammatical particle: if, but, if only; surname; grass name; distinguish DKW 30853 (ji4)"@en .

<http://lexvo.org/id/char/82E0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%8B%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%ADn>,
        <http://lexvo.org/id/term/kor/%E8%8B%A0>,
        <http://lexvo.org/id/term/kor/MIN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/man4>,
        <http://lexvo.org/id/term/yue/%E8%8B%A0>,
        "苠"^^xsd:string .

<http://lexvo.org/id/char/82E1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%8B%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%90%20s%C3%AC>,
        <http://lexvo.org/id/term/kor/%E8%8B%A1>,
        <http://lexvo.org/id/term/kor/I>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ji5>,
        <http://lexvo.org/id/term/yue/%E8%8B%A1>,
        "苡"^^xsd:string ;
    rdfs:comment "barley"@en .

<http://lexvo.org/id/char/82E2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%8B%A2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%90>,
        "苢"^^xsd:string ;
    rdfs:comment "barley; coix agretis"@en .

<http://lexvo.org/id/char/82E3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%8B%A3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%B9%200945.080%3Aq%C7%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%B9%20q%C7%94>,
        <http://lexvo.org/id/term/kor/%E8%8B%A3>,
        <http://lexvo.org/id/term/kor/KE>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/geoi6>,
        <http://lexvo.org/id/term/yue/%E8%8B%A3>,
        "苣"^^xsd:string ;
    rdfs:comment "kind of lettuce"@en .

<http://lexvo.org/id/char/82E4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%8B%A4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C4%AB%20pi%C4%9B%20p%C7%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/pi%C4%9B>,
        <http://lexvo.org/id/term/vie/phi>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/pei2>,
        <http://lexvo.org/id/term/yue/%E8%8B%A4>,
        "苤"^^xsd:string ;
    rdfs:comment "kohl rabi"@en .

<http://lexvo.org/id/char/82E5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%8B%A5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/r%C4%9B%200978.040%3Aru%C3%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ru%C3%B2%20r%C4%9B%20r%C3%A9%20r%C3%A8>,
        <http://lexvo.org/id/term/kor/%E8%8B%A5>,
        <http://lexvo.org/id/term/kor/YAK%20YA>,
        <http://lexvo.org/id/term/vie/nh%C6%B0%E1%BB%A3c>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/je5%20joek6>,
        <http://lexvo.org/id/term/yue/%E8%8B%A5>,
        "若"^^xsd:string ;
    rdfs:comment "if, supposing, assuming; similar"@en .

<http://lexvo.org/id/char/82E6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%8B%A6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C7%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C7%94%20g%C7%94>,
        <http://lexvo.org/id/term/kor/%E8%8B%A6>,
        <http://lexvo.org/id/term/kor/KO>,
        <http://lexvo.org/id/term/vie/kh%E1%BB%95>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fu2>,
        <http://lexvo.org/id/term/yue/%E8%8B%A6>,
        "苦"^^xsd:string ;
    rdfs:comment "bitter; hardship, suffering"@en .

<http://lexvo.org/id/char/82E7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%8B%A7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C3%ADng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%B9%20n%C3%ADng>,
        <http://lexvo.org/id/term/kor/%E8%8B%A7>,
        <http://lexvo.org/id/term/kor/CE>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cyu5>,
        <http://lexvo.org/id/term/yue/%E8%8B%A7>,
        "苧"^^xsd:string ;
    rdfs:comment "China grass, ramie (Boehmeria nivea)"@en .

<http://lexvo.org/id/char/82E8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%8B%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C7%90>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/nai5%20nei5>,
        <http://lexvo.org/id/term/yue/%E8%8B%A8>,
        "苨"^^xsd:string .

<http://lexvo.org/id/char/82E9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%8B%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%B3>,
        "苩"^^xsd:string .

<http://lexvo.org/id/char/82EA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%8B%AA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C7%90ng>,
        "苪"^^xsd:string ;
    rdfs:comment "bright; shining, splendid"@en .

<http://lexvo.org/id/char/82EB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%8B%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C4%81n%201000.020%3Ash%C3%A0n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C4%81n%20sh%C3%A0n%20ti%C4%81n%20ch%C4%81n>,
        <http://lexvo.org/id/term/kor/%E8%8B%AB>,
        <http://lexvo.org/id/term/kor/CEM>,
        <http://lexvo.org/id/term/vie/ch%C3%B4m>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sim1%20sim3>,
        <http://lexvo.org/id/term/yue/%E8%8B%AB>,
        "苫"^^xsd:string ;
    rdfs:comment "rush or straw matting"@en .

<http://lexvo.org/id/char/82EC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%8B%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C3%BA>,
        "苬"^^xsd:string .

<http://lexvo.org/id/char/82ED> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%8B%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%8Eo>,
        <http://lexvo.org/id/term/vie/%E1%BA%A5u>,
        "苭"^^xsd:string .

<http://lexvo.org/id/char/82EE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%8B%AE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C4%81n>,
        "苮"^^xsd:string .

<http://lexvo.org/id/char/82EF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%8B%AF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C4%9Bn>,
        <http://lexvo.org/id/term/kor/%E8%8B%AF>,
        <http://lexvo.org/id/term/kor/PWUN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bun2>,
        <http://lexvo.org/id/term/yue/%E8%8B%AF>,
        "苯"^^xsd:string ;
    rdfs:comment "benzene; luxuriant"@en .

<http://lexvo.org/id/char/82F0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%8B%B0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%B3ng>,
        "苰"^^xsd:string .

<http://lexvo.org/id/char/82F1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%8B%B1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C4%ABng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C4%ABng%20y%C4%81ng>,
        <http://lexvo.org/id/term/kor/%E8%8B%B1>,
        <http://lexvo.org/id/term/kor/YENG>,
        <http://lexvo.org/id/term/vie/anh>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jing1>,
        <http://lexvo.org/id/term/yue/%E8%8B%B1>,
        "英"^^xsd:string ;
    rdfs:comment "petal, flower, leaf; brave, a hero; England, English"@en .

<http://lexvo.org/id/char/82F2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%8B%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C7%8E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C7%8E%20zh%C3%A0%20zu%C3%B3>,
        <http://lexvo.org/id/term/vie/ngh%C3%AAu%20r%E1%BA%A1>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zaa3>,
        <http://lexvo.org/id/term/yue/%E8%8B%B2>,
        "苲"^^xsd:string .

<http://lexvo.org/id/char/82F3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%8B%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C5%8Dng>,
        <http://lexvo.org/id/term/kor/%E8%8B%B3>,
        <http://lexvo.org/id/term/kor/TONG>,
        <http://lexvo.org/id/term/vie/rong>,
        "苳"^^xsd:string ;
    rdfs:comment "Petasites japonicus"@en .

<http://lexvo.org/id/char/82F4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%8B%B4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C5%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C5%AB%20ch%C3%A1%20zh%C7%8E%20z%C5%AB%20ji%C4%93%20b%C4%81o%20xi%C3%A9>,
        <http://lexvo.org/id/term/kor/%E8%8B%B4>,
        <http://lexvo.org/id/term/kor/CE>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zeoi1>,
        <http://lexvo.org/id/term/yue/%E8%8B%B4>,
        "苴"^^xsd:string ;
    rdfs:comment "sackcloth; female hemp plant"@en .

<http://lexvo.org/id/char/82F5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%8B%B5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/di%C3%A9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dit6>,
        <http://lexvo.org/id/term/yue/%E8%8B%B5>,
        "苵"^^xsd:string .

<http://lexvo.org/id/char/82F6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%8B%B6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ni%C3%A9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/nip6>,
        <http://lexvo.org/id/term/yue/%E8%8B%B6>,
        "苶"^^xsd:string ;
    rdfs:comment "weary; tired"@en .

<http://lexvo.org/id/char/82F7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%8B%B7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C4%81n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gam1>,
        <http://lexvo.org/id/term/yue/%E8%8B%B7>,
        "苷"^^xsd:string ;
    rdfs:comment "licorice"@en .

<http://lexvo.org/id/char/82F8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%8B%B8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C5%AB>,
        "苸"^^xsd:string .

<http://lexvo.org/id/char/82F9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%8B%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%ADng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%ADng%20p%C3%ADn%20p%C4%93ng>,
        <http://lexvo.org/id/term/kor/%E8%8B%B9>,
        <http://lexvo.org/id/term/kor/PHYENG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ping4>,
        <http://lexvo.org/id/term/yue/%E8%8B%B9>,
        "苹"^^xsd:string ;
    rdfs:comment "artemisia; duckweed; apple"@en .

<http://lexvo.org/id/char/82FA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%8B%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A9i>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A9i%20m%C3%A8i>,
        <http://lexvo.org/id/term/kor/%E8%8B%BA>,
        <http://lexvo.org/id/term/kor/MAY>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mui4>,
        <http://lexvo.org/id/term/yue/%E8%8B%BA>,
        "苺"^^xsd:string ;
    rdfs:comment "berries"@en .

<http://lexvo.org/id/char/82FB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%8B%BB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%BA%20p%C3%BA>,
        <http://lexvo.org/id/term/kor/%E8%8B%BB>,
        <http://lexvo.org/id/term/kor/PWU>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fu4>,
        <http://lexvo.org/id/term/yue/%E8%8B%BB>,
        "苻"^^xsd:string ;
    rdfs:comment "kind of herb; type of grass"@en .

<http://lexvo.org/id/char/82FC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%8B%BC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C4%93ng>,
        "苼"^^xsd:string .

<http://lexvo.org/id/char/82FD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%8B%BD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C5%AB>,
        <http://lexvo.org/id/term/kor/%E8%8B%BD>,
        <http://lexvo.org/id/term/kor/KO>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gu1>,
        <http://lexvo.org/id/term/yue/%E8%8B%BD>,
        "苽"^^xsd:string ;
    rdfs:comment "bulrush, Zizania latifolia"@en .

<http://lexvo.org/id/char/82FE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%8B%BE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%AC>,
        <http://lexvo.org/id/term/kor/%E8%8B%BE>,
        <http://lexvo.org/id/term/kor/PHIL>,
        <http://lexvo.org/id/term/vie/b%C3%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bat6>,
        <http://lexvo.org/id/term/yue/%E8%8B%BE>,
        "苾"^^xsd:string ;
    rdfs:comment "smell, fragrance, aroma"@en .

<http://lexvo.org/id/char/82FF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%8B%BF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C3%A8i>,
        <http://lexvo.org/id/term/kor/%E8%8B%BF>,
        <http://lexvo.org/id/term/kor/MI>,
        "苿"^^xsd:string .

<http://lexvo.org/id/char/8300> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%8C%80>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%BA%20b%C3%B3>,
        <http://lexvo.org/id/term/kor/%E8%8C%80>,
        <http://lexvo.org/id/term/kor/PWUL>,
        <http://lexvo.org/id/term/vie/ph%E1%BA%A5t>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fat1>,
        <http://lexvo.org/id/term/yue/%E8%8C%80>,
        "茀"^^xsd:string ;
    rdfs:comment "overgrown with grass, weedy"@en .

<http://lexvo.org/id/char/8301> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%8C%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zhu%C3%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zhu%C3%B3%20zh%C3%BA>,
        <http://lexvo.org/id/term/kor/%E8%8C%81>,
        <http://lexvo.org/id/term/kor/CWUL>,
        <http://lexvo.org/id/term/vie/%C4%91%E1%BB%91t>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zyut3>,
        <http://lexvo.org/id/term/yue/%E8%8C%81>,
        "茁"^^xsd:string ;
    rdfs:comment "to sprout, flourish; sprouts appearing above-ground; vigorous"@en .

<http://lexvo.org/id/char/8302> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%8C%82>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A0o>,
        <http://lexvo.org/id/term/kor/%E8%8C%82>,
        <http://lexvo.org/id/term/kor/MWU>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mau6>,
        <http://lexvo.org/id/term/yue/%E8%8C%82>,
        "茂"^^xsd:string ;
    rdfs:comment "thick, lush, dense; talented"@en .

<http://lexvo.org/id/char/8303> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%8C%83>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E8%8C%83>,
        <http://lexvo.org/id/term/kor/PEM>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/faan6>,
        <http://lexvo.org/id/term/yue/%E8%8C%83>,
        "范"^^xsd:string ;
    rdfs:comment "surname; bee-like insect"@en .

<http://lexvo.org/id/char/8304> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%8C%84>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C4%81%200923.060%3Aqi%C3%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C3%A9%20ji%C4%81>,
        <http://lexvo.org/id/term/kor/%E8%8C%84>,
        <http://lexvo.org/id/term/kor/KA>,
        <http://lexvo.org/id/term/vie/nh%C3%A0>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gaa1%20ke1%20ke4>,
        <http://lexvo.org/id/term/yue/%E8%8C%84>,
        "茄"^^xsd:string ;
    rdfs:comment "eggplant"@en .

<http://lexvo.org/id/char/8305> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%8C%85>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A1o>,
        <http://lexvo.org/id/term/kor/%E8%8C%85>,
        <http://lexvo.org/id/term/kor/MO>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/maau4>,
        <http://lexvo.org/id/term/yue/%E8%8C%85>,
        "茅"^^xsd:string ;
    rdfs:comment "reeds, rushes, grass; surname"@en .

<http://lexvo.org/id/char/8306> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%8C%86>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A1o>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C7%8Eo%20m%C3%A1o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/maau5>,
        <http://lexvo.org/id/term/yue/%E8%8C%86>,
        "茆"^^xsd:string ;
    rdfs:comment "species of grass, water mallows"@en .

<http://lexvo.org/id/char/8307> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%8C%87>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%A1%20p%C3%A8i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/baat6>,
        <http://lexvo.org/id/term/yue/%E8%8C%87>,
        "茇"^^xsd:string ;
    rdfs:comment "grass, thatch"@en .

<http://lexvo.org/id/char/8308> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%8C%88>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C3%AD%201530.180%3Az%C7%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C7%90%20ch%C3%A1i%20c%C3%AD%20c%C7%90>,
        <http://lexvo.org/id/term/kor/%E8%8C%88>,
        <http://lexvo.org/id/term/kor/CA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/caai4%20ci2%20ci4%20zi2>,
        <http://lexvo.org/id/term/yue/%E8%8C%88>,
        "茈"^^xsd:string ;
    rdfs:comment "a plant yielding a red dye"@en .

<http://lexvo.org/id/char/8309> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%8C%89>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%B2>,
        <http://lexvo.org/id/term/kor/%E8%8C%89>,
        <http://lexvo.org/id/term/kor/MAL>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mut6>,
        <http://lexvo.org/id/term/yue/%E8%8C%89>,
        "茉"^^xsd:string ;
    rdfs:comment "white jasmine"@en .

<http://lexvo.org/id/char/830A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%8C%8A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C4%AB%20c%C3%AD>,
        "茊"^^xsd:string .

<http://lexvo.org/id/char/830B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%8C%8B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C7%90>,
        "茋"^^xsd:string .

<http://lexvo.org/id/char/830C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%8C%8C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%AD>,
        <http://lexvo.org/id/term/vie/s%E1%BA%ADy>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ci4>,
        <http://lexvo.org/id/term/yue/%E8%8C%8C>,
        "茌"^^xsd:string ;
    rdfs:comment "name of a district in Shandong"@en .

<http://lexvo.org/id/char/830D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%8C%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gau2>,
        <http://lexvo.org/id/term/yue/%E8%8C%8D>,
        "茍"^^xsd:string ;
    rdfs:comment "to be circumspect, cautious in ones behaviour (distinguish DKW 30790 gou3)"@en .

<http://lexvo.org/id/char/830E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%8C%8E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C4%ABng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hang4>,
        <http://lexvo.org/id/term/yue/%E8%8C%8E>,
        "茎"^^xsd:string ;
    rdfs:comment "stem, stalk"@en .

<http://lexvo.org/id/char/830F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%8C%8F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%B3ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lung4>,
        <http://lexvo.org/id/term/yue/%E8%8C%8F>,
        "茏"^^xsd:string ;
    rdfs:comment "tall grass; water-weeds"@en .

<http://lexvo.org/id/char/8310> a lvont:Character ;
    lvont:represents "茐"^^xsd:string .

<http://lexvo.org/id/char/8311> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%8C%91>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ni%C7%8Eo>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/niu5>,
        <http://lexvo.org/id/term/yue/%E8%8C%91>,
        "茑"^^xsd:string ;
    rdfs:comment "the convovulvus; parasitic plants such as mistletoe; Ribes ambiguum"@en .

<http://lexvo.org/id/char/8312> a lvont:Character ;
    lvont:represents "茒"^^xsd:string .

<http://lexvo.org/id/char/8313> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%8C%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xu%C3%A9>,
        "茓"^^xsd:string .

<http://lexvo.org/id/char/8314> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%8C%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%ADng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jing4>,
        <http://lexvo.org/id/term/yue/%E8%8C%94>,
        "茔"^^xsd:string ;
    rdfs:comment "grave, tomb, cemetery"@en .

<http://lexvo.org/id/char/8315> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%8C%95>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C3%B3ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/king4>,
        <http://lexvo.org/id/term/yue/%E8%8C%95>,
        "茕"^^xsd:string ;
    rdfs:comment "alone; without friends or relativ"@en .

<http://lexvo.org/id/char/8316> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%8C%96>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C3%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C3%A9%20g%C3%A8>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gaak3%20gok3>,
        <http://lexvo.org/id/term/yue/%E8%8C%96>,
        "茖"^^xsd:string ;
    rdfs:comment "allium victorialis"@en .

<http://lexvo.org/id/char/8317> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%8C%97>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%ADng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%ADng%20m%C7%90ng>,
        <http://lexvo.org/id/term/kor/%E8%8C%97>,
        <http://lexvo.org/id/term/kor/MYENG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ming4%20ming5>,
        <http://lexvo.org/id/term/yue/%E8%8C%97>,
        "茗"^^xsd:string ;
    rdfs:comment "tea; tea plant"@en .

<http://lexvo.org/id/char/8318> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%8C%98>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%AC>,
        "茘"^^xsd:string ;
    rdfs:comment "a scallion, small onion"@en .

<http://lexvo.org/id/char/8319> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%8C%99>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/r%C3%B3ng>,
        <http://lexvo.org/id/term/vie/ng%E1%BB%93ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jung4>,
        <http://lexvo.org/id/term/yue/%E8%8C%99>,
        "茙"^^xsd:string .

<http://lexvo.org/id/char/831A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%8C%9A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%ACn>,
        "茚"^^xsd:string ;
    rdfs:comment "an organic compound"@en .

<http://lexvo.org/id/char/831B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%8C%9B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C3%A8n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C3%A8n%20ji%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E8%8C%9B>,
        <http://lexvo.org/id/term/kor/KAN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gan3>,
        <http://lexvo.org/id/term/yue/%E8%8C%9B>,
        "茛"^^xsd:string ;
    rdfs:comment "ranunculus"@en .

<http://lexvo.org/id/char/831C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%8C%9C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C3%A0n%201228.030%3Ax%C4%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C3%A0n%20qi%C4%81n%20x%C4%AB>,
        <http://lexvo.org/id/term/kor/%E8%8C%9C>,
        <http://lexvo.org/id/term/kor/CHEN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sai1%20sin3%20sin6>,
        <http://lexvo.org/id/term/yue/%E8%8C%9C>,
        "茜"^^xsd:string ;
    rdfs:comment "madder, rubia cordifolia; reeds"@en .

<http://lexvo.org/id/char/831D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%8C%9D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C7%8Ei>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C7%8Ei%20zh%C7%90>,
        <http://lexvo.org/id/term/kor/%E8%8C%9D>,
        <http://lexvo.org/id/term/kor/CHAY>,
        "茝"^^xsd:string .

<http://lexvo.org/id/char/831E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%8C%9E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%A9n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/coi2%20zi2>,
        <http://lexvo.org/id/term/yue/%E8%8C%9E>,
        "茞"^^xsd:string ;
    rdfs:comment "fragrant plant; angelica"@en .

<http://lexvo.org/id/char/831F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%8C%9F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%B9>,
        "茟"^^xsd:string .

<http://lexvo.org/id/char/8320> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%8C%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C5%AB%20h%C4%81o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hou1%20jau1>,
        <http://lexvo.org/id/term/yue/%E8%8C%A0>,
        "茠"^^xsd:string ;
    rdfs:comment "to weed; to eradicate"@en .

<http://lexvo.org/id/char/8321> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%8C%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C3%AC>,
        "茡"^^xsd:string .

<http://lexvo.org/id/char/8322> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%8C%A2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C3%A8>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lit6>,
        <http://lexvo.org/id/term/yue/%E8%8C%A2>,
        "茢"^^xsd:string ;
    rdfs:comment "sedges; rushes"@en .

<http://lexvo.org/id/char/8323> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%8C%A3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C3%BA>,
        <http://lexvo.org/id/term/kor/%E8%8C%A3>,
        <http://lexvo.org/id/term/kor/O>,
        "茣"^^xsd:string ;
    rdfs:comment "mat, matting"@en .

<http://lexvo.org/id/char/8324> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%8C%A4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%AC%20du%C5%8D>,
        "茤"^^xsd:string .

<http://lexvo.org/id/char/8325> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%8C%A5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/gu%C4%AB%20gu%C3%AC%20ku%C4%AB>,
        "茥"^^xsd:string .

<http://lexvo.org/id/char/8326> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%8C%A6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C3%A8>,
        <http://lexvo.org/id/term/vie/thu%E1%BB%91c>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/caak3%20zaak3>,
        <http://lexvo.org/id/term/yue/%E8%8C%A6>,
        "茦"^^xsd:string ;
    rdfs:comment "thorns, prickles"@en .

<http://lexvo.org/id/char/8327> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%8C%A7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%B3ng%20ji%C7%8En>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C7%8En>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gaan2>,
        <http://lexvo.org/id/term/yue/%E8%8C%A7>,
        "茧"^^xsd:string ;
    rdfs:comment "cocoon; callus, blister"@en .

<http://lexvo.org/id/char/8328> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%8C%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C3%AD>,
        <http://lexvo.org/id/term/kor/%E8%8C%A8>,
        <http://lexvo.org/id/term/kor/CA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ci4>,
        <http://lexvo.org/id/term/yue/%E8%8C%A8>,
        "茨"^^xsd:string ;
    rdfs:comment "thatching; caltrop, Tribulus terrestris"@en .

<http://lexvo.org/id/char/8329> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%8C%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C7%92u%20h%C3%B2u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hau6>,
        <http://lexvo.org/id/term/yue/%E8%8C%A9>,
        "茩"^^xsd:string .

<http://lexvo.org/id/char/832A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%8C%AA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/gu%C4%81ng>,
        <http://lexvo.org/id/term/kor/%E8%8C%AA>,
        <http://lexvo.org/id/term/kor/KWANG>,
        "茪"^^xsd:string .

<http://lexvo.org/id/char/832B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%8C%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A1ng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A1ng%20hu%C7%8Eng>,
        <http://lexvo.org/id/term/kor/%E8%8C%AB>,
        <http://lexvo.org/id/term/kor/MANG>,
        <http://lexvo.org/id/term/vie/m%C6%B0%C6%A1ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mong4>,
        <http://lexvo.org/id/term/yue/%E8%8C%AB>,
        "茫"^^xsd:string ;
    rdfs:comment "vast, boundless, widespread"@en .

<http://lexvo.org/id/char/832C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%8C%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%AD%20ch%C3%A1>,
        <http://lexvo.org/id/term/kor/%E8%8C%AC>,
        <http://lexvo.org/id/term/kor/SI>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ci4>,
        <http://lexvo.org/id/term/yue/%E8%8C%AC>,
        "茬"^^xsd:string ;
    rdfs:comment "harvest"@en .

<http://lexvo.org/id/char/832D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%8C%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C4%81o>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C4%81o%20xi%C7%8Eo%20xi%C3%A0o%20qi%C3%A0o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gaau1>,
        <http://lexvo.org/id/term/yue/%E8%8C%AD>,
        "茭"^^xsd:string ;
    rdfs:comment "an aquatic grass, the stalks of which are eaten as a vegetable"@en .

<http://lexvo.org/id/char/832E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%8C%AE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C4%81o>,
        "茮"^^xsd:string .

<http://lexvo.org/id/char/832F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%8C%AF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%BA>,
        <http://lexvo.org/id/term/kor/%E8%8C%AF>,
        <http://lexvo.org/id/term/kor/POK>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fuk6>,
        <http://lexvo.org/id/term/yue/%E8%8C%AF>,
        "茯"^^xsd:string ;
    rdfs:comment "china root; medicinal fungus"@en .

<http://lexvo.org/id/char/8330> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%8C%B0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%BA>,
        "茰"^^xsd:string .

<http://lexvo.org/id/char/8331> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%8C%B1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C5%AB>,
        <http://lexvo.org/id/term/kor/%E8%8C%B1>,
        <http://lexvo.org/id/term/kor/SWU>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zyu1>,
        <http://lexvo.org/id/term/yue/%E8%8C%B1>,
        "茱"^^xsd:string ;
    rdfs:comment "dogwood"@en .

<http://lexvo.org/id/char/8332> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%8C%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C4%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C4%AB%20c%C4%AB>,
        <http://lexvo.org/id/term/kor/%E8%8C%B2>,
        <http://lexvo.org/id/term/kor/CA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ci4%20zi1>,
        <http://lexvo.org/id/term/yue/%E8%8C%B2>,
        "茲"^^xsd:string ;
    rdfs:comment "now, here; this; time, year"@en .

<http://lexvo.org/id/char/8333> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%8C%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C4%81ng>,
        <http://lexvo.org/id/term/kor/%E8%8C%B3>,
        <http://lexvo.org/id/term/kor/KANG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gong1>,
        <http://lexvo.org/id/term/yue/%E8%8C%B3>,
        "茳"^^xsd:string .

<http://lexvo.org/id/char/8334> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%8C%B4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%AD>,
        <http://lexvo.org/id/term/kor/%E8%8C%B4>,
        <http://lexvo.org/id/term/kor/HOY>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wui4>,
        <http://lexvo.org/id/term/yue/%E8%8C%B4>,
        "茴"^^xsd:string ;
    rdfs:comment "fennel, aniseed"@en .

<http://lexvo.org/id/char/8335> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%8C%B5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C4%ABn>,
        <http://lexvo.org/id/term/kor/%E8%8C%B5>,
        <http://lexvo.org/id/term/kor/IN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jan1>,
        <http://lexvo.org/id/term/yue/%E8%8C%B5>,
        "茵"^^xsd:string ;
    rdfs:comment "a cushion, mattress; wormwood; Skimmia japon"@en .

<http://lexvo.org/id/char/8336> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%8C%B6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%A1>,
        <http://lexvo.org/id/term/kor/%E8%8C%B6>,
        <http://lexvo.org/id/term/kor/TA%20CHA>,
        <http://lexvo.org/id/term/vie/tr%C3%A0>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/caa4>,
        <http://lexvo.org/id/term/yue/%E8%8C%B6>,
        "茶"^^xsd:string ;
    rdfs:comment "tea"@en .

<http://lexvo.org/id/char/8337> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%8C%B7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%A1%20f%C3%A8i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fat6%20pui3>,
        <http://lexvo.org/id/term/yue/%E8%8C%B7>,
        "茷"^^xsd:string ;
    rdfs:comment "flutter; flower"@en .

<http://lexvo.org/id/char/8338> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%8C%B8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/r%C3%B3ng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/r%C3%B3ng%20r%C7%92ng>,
        <http://lexvo.org/id/term/kor/%E8%8C%B8>,
        <http://lexvo.org/id/term/kor/YONG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jung4%20jung5>,
        <http://lexvo.org/id/term/yue/%E8%8C%B8>,
        "茸"^^xsd:string ;
    rdfs:comment "soft, downy; buds, sprouts"@en .

<http://lexvo.org/id/char/8339> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%8C%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/r%C3%BA>,
        <http://lexvo.org/id/term/kor/%E8%8C%B9>,
        <http://lexvo.org/id/term/kor/YE>,
        <http://lexvo.org/id/term/vie/nh%C3%A0>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jyu4>,
        <http://lexvo.org/id/term/yue/%E8%8C%B9>,
        "茹"^^xsd:string ;
    rdfs:comment "roots; vegetables; eat; bear"@en .

<http://lexvo.org/id/char/833A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%8C%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C5%8Dng>,
        <http://lexvo.org/id/term/vie/s%C3%BAng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cung1>,
        <http://lexvo.org/id/term/yue/%E8%8C%BA>,
        "茺"^^xsd:string .

<http://lexvo.org/id/char/833B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%8C%BB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C7%8Eng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mong5>,
        <http://lexvo.org/id/term/yue/%E8%8C%BB>,
        "茻"^^xsd:string .

<http://lexvo.org/id/char/833C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%8C%BC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%B3ng>,
        <http://lexvo.org/id/term/kor/%E8%8C%BC>,
        <http://lexvo.org/id/term/kor/TONG>,
        <http://lexvo.org/id/term/vie/%C4%91%C3%B2ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tung4>,
        <http://lexvo.org/id/term/yue/%E8%8C%BC>,
        "茼"^^xsd:string ;
    rdfs:comment "Chrysanthemum coronarium"@en .

<http://lexvo.org/id/char/833D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%8C%BD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%B2ng>,
        "茽"^^xsd:string .

<http://lexvo.org/id/char/833E> a lvont:Character ;
    lvont:represents "茾"^^xsd:string .

<http://lexvo.org/id/char/833F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%8C%BF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%BA>,
        "茿"^^xsd:string .

<http://lexvo.org/id/char/8340> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%8D%80>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C3%BAn>,
        <http://lexvo.org/id/term/kor/%E8%8D%80>,
        <http://lexvo.org/id/term/kor/SWUN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/seon1>,
        <http://lexvo.org/id/term/yue/%E8%8D%80>,
        "荀"^^xsd:string ;
    rdfs:comment "surname; ancient state; plant"@en .

<http://lexvo.org/id/char/8341> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%8D%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wun4>,
        <http://lexvo.org/id/term/yue/%E8%8D%81>,
        "荁"^^xsd:string ;
    rdfs:comment "celery"@en .

<http://lexvo.org/id/char/8342> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%8D%82>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ku%C4%81>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kwaa1>,
        <http://lexvo.org/id/term/yue/%E8%8D%82>,
        "荂"^^xsd:string .

<http://lexvo.org/id/char/8343> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%8D%83>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qu%C3%A1n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qu%C3%A1n%20chu%C3%B2>,
        <http://lexvo.org/id/term/kor/%E8%8D%83>,
        <http://lexvo.org/id/term/kor/CEN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cyun4>,
        <http://lexvo.org/id/term/yue/%E8%8D%83>,
        "荃"^^xsd:string ;
    rdfs:comment "aromatic herb; fine cloth"@en .

<http://lexvo.org/id/char/8344> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%8D%84>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C4%81i>,
        <http://lexvo.org/id/term/vie/gai>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/goi1>,
        <http://lexvo.org/id/term/yue/%E8%8D%84>,
        "荄"^^xsd:string ;
    rdfs:comment "roots"@en .

<http://lexvo.org/id/char/8345> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%8D%85>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C4%81%200189.151%3Ad%C3%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C4%81%20d%C3%A1%20t%C3%A0>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/daap3>,
        <http://lexvo.org/id/term/yue/%E8%8D%85>,
        "荅"^^xsd:string ;
    rdfs:comment "answer: small bean; thick"@en .

<http://lexvo.org/id/char/8346> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%8D%86>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C4%ABng>,
        <http://lexvo.org/id/term/kor/%E8%8D%86>,
        <http://lexvo.org/id/term/kor/HYENG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ging1>,
        <http://lexvo.org/id/term/yue/%E8%8D%86>,
        "荆"^^xsd:string ;
    rdfs:comment "thorns; brambles; my wife; cane"@en .

<http://lexvo.org/id/char/8347> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%8D%87>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C3%ACng>,
        <http://lexvo.org/id/term/kor/%E8%8D%87>,
        <http://lexvo.org/id/term/kor/HAYNG>,
        <http://lexvo.org/id/term/vie/h%C3%A0nh>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hang6>,
        <http://lexvo.org/id/term/yue/%E8%8D%87>,
        "荇"^^xsd:string ;
    rdfs:comment "a water plant, Nymphoides peltalum"@en .

<http://lexvo.org/id/char/8348> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%8D%88>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/chu%C7%8En%20qu%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cyun2>,
        <http://lexvo.org/id/term/yue/%E8%8D%88>,
        "荈"^^xsd:string .

<http://lexvo.org/id/char/8349> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%8D%89>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C7%8Eo>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C7%8Eo%20z%C3%A0o>,
        <http://lexvo.org/id/term/kor/%E8%8D%89>,
        <http://lexvo.org/id/term/kor/CHO>,
        <http://lexvo.org/id/term/vie/th%E1%BA%A3o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cou2>,
        <http://lexvo.org/id/term/yue/%E8%8D%89>,
        "草"^^xsd:string ;
    rdfs:comment "grass, straw, thatch, herbs"@en .

<http://lexvo.org/id/char/834A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%8D%8A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C4%ABng>,
        <http://lexvo.org/id/term/kor/%E8%8D%8A>,
        <http://lexvo.org/id/term/kor/HYENG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ging1>,
        <http://lexvo.org/id/term/yue/%E8%8D%8A>,
        "荊"^^xsd:string ;
    rdfs:comment "thorns; brambles; my wife; cane"@en .

<http://lexvo.org/id/char/834B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C3%A9r>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%8D%8B>,
        "荋"^^xsd:string .

<http://lexvo.org/id/char/834C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C3%A0n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%8D%8C>,
        "荌"^^xsd:string .

<http://lexvo.org/id/char/834D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%8D%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C3%A1o>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C5%8Du%20qi%C3%A1o>,
        <http://lexvo.org/id/term/vie/th%E1%BA%A9u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kiu4>,
        <http://lexvo.org/id/term/yue/%E8%8D%8D>,
        "荍"^^xsd:string ;
    rdfs:comment "buckwheat; herbal medicine"@en .

<http://lexvo.org/id/char/834E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%8D%8E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%AD>,
        <http://lexvo.org/id/term/vie/chu%E1%BB%91i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ci4>,
        <http://lexvo.org/id/term/yue/%E8%8D%8E>,
        "荎"^^xsd:string .

<http://lexvo.org/id/char/834F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%8D%8F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/r%C4%9Bn>,
        <http://lexvo.org/id/term/kor/%E8%8D%8F>,
        <http://lexvo.org/id/term/kor/IM>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jam5>,
        <http://lexvo.org/id/term/yue/%E8%8D%8F>,
        "荏"^^xsd:string ;
    rdfs:comment "beans; soft, pliable; herb"@en .

<http://lexvo.org/id/char/8350> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%8D%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E8%8D%90>,
        <http://lexvo.org/id/term/kor/CHEN%20KEN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zin3>,
        <http://lexvo.org/id/term/yue/%E8%8D%90>,
        "荐"^^xsd:string ;
    rdfs:comment "repeat, reoccur; recommend"@en .

<http://lexvo.org/id/char/8351> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%8D%91>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%AD%201360.080%3Ay%C3%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%AD%20y%C3%AD>,
        <http://lexvo.org/id/term/kor/%E8%8D%91>,
        <http://lexvo.org/id/term/kor/CEY%20I>,
        <http://lexvo.org/id/term/vie/s%C3%BAn%20r%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ji4%20tai4>,
        <http://lexvo.org/id/term/yue/%E8%8D%91>,
        "荑"^^xsd:string ;
    rdfs:comment "sprouts; tares"@en .

<http://lexvo.org/id/char/8352> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%8D%92>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C4%81ng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C4%81ng%20hu%C7%8Eng%20k%C4%81ng>,
        <http://lexvo.org/id/term/kor/%E8%8D%92>,
        <http://lexvo.org/id/term/kor/HWANG>,
        <http://lexvo.org/id/term/vie/hoang>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fong1>,
        <http://lexvo.org/id/term/yue/%E8%8D%92>,
        "荒"^^xsd:string ;
    rdfs:comment "wasteland, desert; uncultivated"@en .

<http://lexvo.org/id/char/8353> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%8D%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%ADng%20p%C4%ABng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ping4>,
        <http://lexvo.org/id/term/yue/%E8%8D%93>,
        "荓"^^xsd:string .

<http://lexvo.org/id/char/8354> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%8D%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%AC>,
        <http://lexvo.org/id/term/vie/l%E1%BB%87>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lai6>,
        <http://lexvo.org/id/term/yue/%E8%8D%94>,
        "荔"^^xsd:string ;
    rdfs:comment "lichee"@en .

<http://lexvo.org/id/char/8355> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%8D%95>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C4%ABn>,
        "荕"^^xsd:string .

<http://lexvo.org/id/char/8356> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%8D%96>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C7%8Eo%20ch%C4%81>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lau1%20lou5>,
        <http://lexvo.org/id/term/yue/%E8%8D%96>,
        "荖"^^xsd:string ;
    rdfs:comment "betel pepper"@en .

<http://lexvo.org/id/char/8357> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%8D%97>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%B9>,
        "荗"^^xsd:string .

<http://lexvo.org/id/char/8358> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%8D%98>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zhu%C4%81ng>,
        <http://lexvo.org/id/term/kor/%E8%8D%98>,
        <http://lexvo.org/id/term/kor/CANG>,
        "荘"^^xsd:string ;
    rdfs:comment "village, hamlet; villa; surname"@en .

<http://lexvo.org/id/char/8359> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%8D%99>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%A1>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/daat6>,
        <http://lexvo.org/id/term/yue/%E8%8D%99>,
        "荙"^^xsd:string ;
    rdfs:comment "plantago major"@en .

<http://lexvo.org/id/char/835A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%8D%9A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%A1>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gaap3>,
        <http://lexvo.org/id/term/yue/%E8%8D%9A>,
        "荚"^^xsd:string ;
    rdfs:comment "pods of leguminous plants; pods"@en .

<http://lexvo.org/id/char/835B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%8D%9B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/r%C3%A1o>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/r%C3%A1o%20y%C3%A1o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jiu4>,
        <http://lexvo.org/id/term/yue/%E8%8D%9B>,
        "荛"^^xsd:string ;
    rdfs:comment "fuel, firewood; stubble; Wikstroemia japonica"@en .

<http://lexvo.org/id/char/835C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%8D%9C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bat1>,
        <http://lexvo.org/id/term/yue/%E8%8D%9C>,
        "荜"^^xsd:string ;
    rdfs:comment "species of bean; piper longtum"@en .

<http://lexvo.org/id/char/835D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%8D%9D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C3%A9%20c%C3%A8>,
        "荝"^^xsd:string .

<http://lexvo.org/id/char/835E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%8D%9E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C3%A1o>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C3%A1o%20ji%C4%81o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kiu4>,
        <http://lexvo.org/id/term/yue/%E8%8D%9E>,
        "荞"^^xsd:string ;
    rdfs:comment "buckwheat"@en .

<http://lexvo.org/id/char/835F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%8D%9F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kui2%20wai3%20wui3>,
        <http://lexvo.org/id/term/yue/%E8%8D%9F>,
        "荟"^^xsd:string ;
    rdfs:comment "luxuriant, flourishing, abundant"@en .

<http://lexvo.org/id/char/8360> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%8D%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%AC%200895.010%3Aq%C3%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C3%AD%20j%C3%AC%20qi>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cai5>,
        <http://lexvo.org/id/term/yue/%E8%8D%A0>,
        "荠"^^xsd:string ;
    rdfs:comment "water-chestnuts; caltrop"@en .

<http://lexvo.org/id/char/8361> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%8D%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%A0ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dong6>,
        <http://lexvo.org/id/term/yue/%E8%8D%A1>,
        "荡"^^xsd:string ;
    rdfs:comment "pond, pool; wash away, cleanse"@en .

<http://lexvo.org/id/char/8362> a lvont:Character ;
    lvont:represents "荢"^^xsd:string .

<http://lexvo.org/id/char/8363> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%8D%A3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/r%C3%B3ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wing4>,
        <http://lexvo.org/id/term/yue/%E8%8D%A3>,
        "荣"^^xsd:string ;
    rdfs:comment "glory, honor; flourish, prosper"@en .

<http://lexvo.org/id/char/8364> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%8D%A4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C5%ABn%201313.010%3Ax%C5%ABn>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C5%ABn%20x%C5%ABn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fan1>,
        <http://lexvo.org/id/term/yue/%E8%8D%A4>,
        "荤"^^xsd:string ;
    rdfs:comment "meat diet; strong smelling"@en .

<http://lexvo.org/id/char/8365> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%8D%A5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C3%ADng%201387.040%3Ay%C3%ADng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%ADng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jing4>,
        <http://lexvo.org/id/term/yue/%E8%8D%A5>,
        "荥"^^xsd:string ;
    rdfs:comment "a county in Henan; the rising and dashing of waves"@en .

<http://lexvo.org/id/char/8366> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%8D%A6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/lu%C3%B2>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lok3>,
        <http://lexvo.org/id/term/yue/%E8%8D%A6>,
        "荦"^^xsd:string ;
    rdfs:comment "brindled ox; brindled in color"@en .

<http://lexvo.org/id/char/8367> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%8D%A7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%ADng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jing4>,
        <http://lexvo.org/id/term/yue/%E8%8D%A7>,
        "荧"^^xsd:string ;
    rdfs:comment "shine, shimmer; shining, dazzling"@en .

<http://lexvo.org/id/char/8368> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%8D%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C3%A1n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C3%BAn%20qi%C3%A1n%20t%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cam4>,
        <http://lexvo.org/id/term/yue/%E8%8D%A8>,
        "荨"^^xsd:string ;
    rdfs:comment "nettle"@en .

<http://lexvo.org/id/char/8369> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%8D%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%ACn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zeon2>,
        <http://lexvo.org/id/term/yue/%E8%8D%A9>,
        "荩"^^xsd:string ;
    rdfs:comment "a kind of weed; faithfulness"@en .

<http://lexvo.org/id/char/836A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%8D%AA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C5%ABn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/syun1>,
        <http://lexvo.org/id/term/yue/%E8%8D%AA>,
        "荪"^^xsd:string ;
    rdfs:comment "aromatic grass; iris, flower"@en .

<http://lexvo.org/id/char/836B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%8D%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%ACn%20y%C4%ABn>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C4%ABn%201382.090%3Ay%C3%ACn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jam3>,
        <http://lexvo.org/id/term/yue/%E8%8D%AB>,
        "荫"^^xsd:string ;
    rdfs:comment "shade, shelter; protect"@en .

<http://lexvo.org/id/char/836C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%8D%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C7%8Ei>,
        "荬"^^xsd:string ;
    rdfs:comment "a plant name"@en .

<http://lexvo.org/id/char/836D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%8D%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%B3ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hung4>,
        <http://lexvo.org/id/term/yue/%E8%8D%AD>,
        "荭"^^xsd:string ;
    rdfs:comment "herb"@en .

<http://lexvo.org/id/char/836E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%8D%AE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%B2u>,
        "荮"^^xsd:string ;
    rdfs:comment "grass"@en .

<http://lexvo.org/id/char/836F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%8D%AF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A0o>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A0o%20yu%C3%A8>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/joek1%20joek6>,
        <http://lexvo.org/id/term/yue/%E8%8D%AF>,
        "药"^^xsd:string ;
    rdfs:comment "leaf of Dahurian angelica plant; medicine"@en .

<http://lexvo.org/id/char/8370> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%8D%B0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%B9>,
        "荰"^^xsd:string .

<http://lexvo.org/id/char/8371> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%8D%B1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C4%9Bi>,
        "荱"^^xsd:string .

<http://lexvo.org/id/char/8372> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%8D%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%B9>,
        "荲"^^xsd:string .

<http://lexvo.org/id/char/8373> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%8D%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%B2u>,
        <http://lexvo.org/id/term/kor/%E8%8D%B3>,
        <http://lexvo.org/id/term/kor/TWU>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dau6>,
        <http://lexvo.org/id/term/yue/%E8%8D%B3>,
        "荳"^^xsd:string ;
    rdfs:comment "beans, peas; bean-shaped"@en .

<http://lexvo.org/id/char/8374> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%8D%B4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C5%AB>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fu1>,
        <http://lexvo.org/id/term/yue/%E8%8D%B4>,
        "荴"^^xsd:string .

<http://lexvo.org/id/char/8375> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%8D%B5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/r%C4%9Bn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jan2>,
        <http://lexvo.org/id/term/yue/%E8%8D%B5>,
        "荵"^^xsd:string ;
    rdfs:comment "polemonium"@en .

<http://lexvo.org/id/char/8376> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%8D%B6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%ADn>,
        "荶"^^xsd:string .

<http://lexvo.org/id/char/8377> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%8D%B7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A9%200455.080%3Ah%C3%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A9%20h%C3%A8%20k%C4%93%20h%C4%93>,
        <http://lexvo.org/id/term/kor/%E8%8D%B7>,
        <http://lexvo.org/id/term/kor/HA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ho4%20ho6>,
        <http://lexvo.org/id/term/yue/%E8%8D%B7>,
        "荷"^^xsd:string ;
    rdfs:comment "lotus, water lily, holland"@en .

<http://lexvo.org/id/char/8378> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%8D%B8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%AD%20b%C3%B3>,
        <http://lexvo.org/id/term/vie/m%E1%BB%A5t>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/but6>,
        <http://lexvo.org/id/term/yue/%E8%8D%B8>,
        "荸"^^xsd:string ;
    rdfs:comment "water chestnut"@en .

<http://lexvo.org/id/char/8379> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%8D%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%B9>,
        "荹"^^xsd:string .

<http://lexvo.org/id/char/837A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%8D%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%BAn%20y%C7%94n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wan5>,
        <http://lexvo.org/id/term/yue/%E8%8D%BA>,
        "荺"^^xsd:string .

<http://lexvo.org/id/char/837B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%8D%BB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%AD>,
        <http://lexvo.org/id/term/kor/%E8%8D%BB>,
        <http://lexvo.org/id/term/kor/CEK>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dik6>,
        <http://lexvo.org/id/term/yue/%E8%8D%BB>,
        "荻"^^xsd:string ;
    rdfs:comment "reed, Miscanthus saccariflorus"@en .

<http://lexvo.org/id/char/837C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%8D%BC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%BA%20ch%C3%A1%20sh%C5%AB%20y%C3%A9>,
        <http://lexvo.org/id/term/vie/d%C6%B0a>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tou4>,
        <http://lexvo.org/id/term/yue/%E8%8D%BC>,
        "荼"^^xsd:string ;
    rdfs:comment "bitter vegetable"@en .

<http://lexvo.org/id/char/837D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%8D%BD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/su%C4%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/su%C4%AB%20w%C4%93i%20w%C4%9Bi>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/seoi1>,
        <http://lexvo.org/id/term/yue/%E8%8D%BD>,
        "荽"^^xsd:string ;
    rdfs:comment "coriander"@en .

<http://lexvo.org/id/char/837E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%8D%BE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/su%C4%AB>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/seoi1>,
        <http://lexvo.org/id/term/yue/%E8%8D%BE>,
        "荾"^^xsd:string .

<http://lexvo.org/id/char/837F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%8D%BF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%A9ng>,
        "荿"^^xsd:string .

<http://lexvo.org/id/char/8380> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%8E%80>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%A9n>,
        "莀"^^xsd:string ;
    rdfs:comment "to farm; a farmer; agriculture"@en .

<http://lexvo.org/id/char/8381> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%8E%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C3%BA>,
        "莁"^^xsd:string .

<http://lexvo.org/id/char/8382> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%8E%82>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/bi%C3%A9>,
        "莂"^^xsd:string .

<http://lexvo.org/id/char/8383> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%8E%83>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C4%AB>,
        "莃"^^xsd:string .

<http://lexvo.org/id/char/8384> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%8E%84>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C4%9Bng>,
        "莄"^^xsd:string .

<http://lexvo.org/id/char/8385> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%8E%85>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%AC>,
        <http://lexvo.org/id/term/kor/%E8%8E%85>,
        <http://lexvo.org/id/term/kor/LI>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lei6>,
        <http://lexvo.org/id/term/yue/%E8%8E%85>,
        "莅"^^xsd:string ;
    rdfs:comment "attend, be present; arrive at"@en .

<http://lexvo.org/id/char/8386> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%8E%86>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C7%94%20p%C3%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%BA>,
        <http://lexvo.org/id/term/vie/bo>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fu2%20pou4>,
        <http://lexvo.org/id/term/yue/%E8%8E%86>,
        "莆"^^xsd:string ;
    rdfs:comment "a kind of legendary tree"@en .

<http://lexvo.org/id/char/8387> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%8E%87>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%B9>,
        "莇"^^xsd:string .

<http://lexvo.org/id/char/8388> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%8E%88>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%B2>,
        "莈"^^xsd:string .

<http://lexvo.org/id/char/8389> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%8E%89>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%AC%20l%C3%AD%20ch%C3%AD>,
        <http://lexvo.org/id/term/kor/%E8%8E%89>,
        <http://lexvo.org/id/term/kor/LI>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lei6>,
        <http://lexvo.org/id/term/yue/%E8%8E%89>,
        "莉"^^xsd:string ;
    rdfs:comment "white jasmine"@en .

<http://lexvo.org/id/char/838A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%8E%8A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zhu%C4%81ng>,
        <http://lexvo.org/id/term/kor/%E8%8E%8A>,
        <http://lexvo.org/id/term/kor/CANG>,
        <http://lexvo.org/id/term/vie/trang>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zong1>,
        <http://lexvo.org/id/term/yue/%E8%8E%8A>,
        "莊"^^xsd:string ;
    rdfs:comment "village, hamlet; villa; surname"@en .

<http://lexvo.org/id/char/838B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%8E%8B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%AD%20zu%C3%B3>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zok6>,
        <http://lexvo.org/id/term/yue/%E8%8E%8B>,
        "莋"^^xsd:string .

<http://lexvo.org/id/char/838C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%8E%8C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/du%C3%B3%20tu%C3%B2>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tyut3>,
        <http://lexvo.org/id/term/yue/%E8%8E%8C>,
        "莌"^^xsd:string .

<http://lexvo.org/id/char/838D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%8E%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C3%BA>,
        "莍"^^xsd:string .

<http://lexvo.org/id/char/838E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%8E%8E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C4%81%201102.050%3Asu%C5%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C4%81%20su%C5%8D%20su%C4%AB>,
        <http://lexvo.org/id/term/kor/%E8%8E%8E>,
        <http://lexvo.org/id/term/kor/SA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/saa1%20so1>,
        <http://lexvo.org/id/term/yue/%E8%8E%8E>,
        "莎"^^xsd:string ;
    rdfs:comment "kind of sedge grass, used anciently for raincoats"@en .

<http://lexvo.org/id/char/838F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%8E%8F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/su%C5%8D>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/co1>,
        <http://lexvo.org/id/term/yue/%E8%8E%8F>,
        "莏"^^xsd:string .

<http://lexvo.org/id/char/8390> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%8E%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%A9n>,
        "莐"^^xsd:string .

<http://lexvo.org/id/char/8391> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%8E%91>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C4%93ng>,
        "莑"^^xsd:string .

<http://lexvo.org/id/char/8392> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%8E%92>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C7%94>,
        <http://lexvo.org/id/term/kor/%E8%8E%92>,
        <http://lexvo.org/id/term/kor/KE>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/geoi2>,
        <http://lexvo.org/id/term/yue/%E8%8E%92>,
        "莒"^^xsd:string ;
    rdfs:comment "hemp-like plant; taro; herb"@en .

<http://lexvo.org/id/char/8393> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%8E%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A9i>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A9i%20m%C3%A8i>,
        <http://lexvo.org/id/term/kor/%E8%8E%93>,
        <http://lexvo.org/id/term/kor/MAY>,
        <http://lexvo.org/id/term/vie/m%E1%BB%99i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mui4>,
        <http://lexvo.org/id/term/yue/%E8%8E%93>,
        "莓"^^xsd:string ;
    rdfs:comment "moss; edible berries"@en .

<http://lexvo.org/id/char/8394> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%8E%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A9ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/maang4>,
        <http://lexvo.org/id/term/yue/%E8%8E%94>,
        "莔"^^xsd:string .

<http://lexvo.org/id/char/8395> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%8E%95>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C3%ACng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hang6>,
        <http://lexvo.org/id/term/yue/%E8%8E%95>,
        "莕"^^xsd:string ;
    rdfs:comment "a water plant, Nymphoides peltalum"@en .

<http://lexvo.org/id/char/8396> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%8E%96>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C4%ABng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C4%ABng%20y%C4%ABng>,
        <http://lexvo.org/id/term/kor/%E8%8E%96>,
        <http://lexvo.org/id/term/kor/KYENG>,
        <http://lexvo.org/id/term/vie/h%C3%A0nh>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ging3%20hang4>,
        <http://lexvo.org/id/term/yue/%E8%8E%96>,
        "莖"^^xsd:string ;
    rdfs:comment "stem, stalk"@en .

<http://lexvo.org/id/char/8397> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%8E%97>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C4%93>,
        "莗"^^xsd:string .

<http://lexvo.org/id/char/8398> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%8E%98>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C4%93n%201282.010%3Ax%C4%ABn>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C4%93n%20x%C4%ABn>,
        <http://lexvo.org/id/term/kor/%E8%8E%98>,
        <http://lexvo.org/id/term/kor/SIN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/san1>,
        <http://lexvo.org/id/term/yue/%E8%8E%98>,
        "莘"^^xsd:string ;
    rdfs:comment "long; numerous; a marsh plant whose root is used for medicine"@en .

<http://lexvo.org/id/char/8399> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%8E%99>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C5%ABn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gwan1>,
        <http://lexvo.org/id/term/yue/%E8%8E%99>,
        "莙"^^xsd:string ;
    rdfs:comment "species of water plant"@en .

<http://lexvo.org/id/char/839A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%8E%9A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A1n>,
        <http://lexvo.org/id/term/kor/%E8%8E%9A>,
        <http://lexvo.org/id/term/kor/YEN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jin4>,
        <http://lexvo.org/id/term/yue/%E8%8E%9A>,
        "莚"^^xsd:string ;
    rdfs:comment "bamboo mat; feast, banquet"@en .

<http://lexvo.org/id/char/839B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%8E%9B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%ADng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%ADng%20t%C7%90ng>,
        <http://lexvo.org/id/term/kor/%E8%8E%9B>,
        <http://lexvo.org/id/term/kor/CENG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ting4>,
        <http://lexvo.org/id/term/yue/%E8%8E%9B>,
        "莛"^^xsd:string ;
    rdfs:comment "stalks of grasses, etc."@en .

<http://lexvo.org/id/char/839C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%8E%9C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/di%C3%A0o%20y%C3%B3u%20d%C3%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%B3u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tiu4>,
        <http://lexvo.org/id/term/yue/%E8%8E%9C>,
        "莜"^^xsd:string ;
    rdfs:comment "Avena nuda; a bamboo basket"@en .

<http://lexvo.org/id/char/839D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%8E%9D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/cu%C3%B2>,
        <http://lexvo.org/id/term/kor/%E8%8E%9D>,
        <http://lexvo.org/id/term/kor/CWA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/co3%20zo6>,
        <http://lexvo.org/id/term/yue/%E8%8E%9D>,
        "莝"^^xsd:string ;
    rdfs:comment "to chop straw fine for animals"@en .

<http://lexvo.org/id/char/839E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%8E%9E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/gu%C4%81n%200409.030%3Agu%C7%8En%201183.070%3Aw%C7%8En>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/gu%C4%81n%20gu%C7%8En%20w%C7%8En>,
        <http://lexvo.org/id/term/kor/%E8%8E%9E>,
        <http://lexvo.org/id/term/kor/KWAN%20WAN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gun1%20gun2%20wun1%20wun5>,
        <http://lexvo.org/id/term/yue/%E8%8E%9E>,
        "莞"^^xsd:string ;
    rdfs:comment "smiling; a kind of aquatic herb, clubrush, Scirpus lacustris"@en .

<http://lexvo.org/id/char/839F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%8E%9F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E8%8E%9F>,
        <http://lexvo.org/id/term/kor/HAM>,
        "莟"^^xsd:string ;
    rdfs:comment "a bud"@en .

<http://lexvo.org/id/char/83A0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%8E%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%92u>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%92u%20xi%C3%B9>,
        <http://lexvo.org/id/term/kor/%E8%8E%A0>,
        <http://lexvo.org/id/term/kor/YU>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jau5>,
        <http://lexvo.org/id/term/yue/%E8%8E%A0>,
        "莠"^^xsd:string ;
    rdfs:comment "weeds, tares; undesirable, evil"@en .

<http://lexvo.org/id/char/83A1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%8E%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/cu%C3%B2>,
        "莡"^^xsd:string .

<http://lexvo.org/id/char/83A2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%8E%A2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%A1>,
        <http://lexvo.org/id/term/kor/%E8%8E%A2>,
        <http://lexvo.org/id/term/kor/HYEP>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gaap3>,
        <http://lexvo.org/id/term/yue/%E8%8E%A2>,
        "莢"^^xsd:string ;
    rdfs:comment "pods of leguminous plants; pods"@en .

<http://lexvo.org/id/char/83A3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%8E%A3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C3%A1ng>,
        "莣"^^xsd:string .

<http://lexvo.org/id/char/83A4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%8E%A4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%B3u>,
        <http://lexvo.org/id/term/kor/%E8%8E%A4>,
        <http://lexvo.org/id/term/kor/CHEN>,
        <http://lexvo.org/id/term/vie/gi%E1%BA%ADu>,
        "莤"^^xsd:string .

<http://lexvo.org/id/char/83A5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%8E%A5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ni%C7%94>,
        "莥"^^xsd:string .

<http://lexvo.org/id/char/83A6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%8E%A6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C4%81o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/saau1>,
        <http://lexvo.org/id/term/yue/%E8%8E%A6>,
        "莦"^^xsd:string .

<http://lexvo.org/id/char/83A7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%8E%A7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A0n%20hu%C3%A1n%20w%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jin6>,
        <http://lexvo.org/id/term/yue/%E8%8E%A7>,
        "莧"^^xsd:string ;
    rdfs:comment "edible greens; amaranth"@en .

<http://lexvo.org/id/char/83A8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%8E%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%A0ng%200707.020%3Ali%C3%A1ng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%A1ng%20l%C3%A0ng%20li%C3%A1ng>,
        <http://lexvo.org/id/term/kor/%E8%8E%A8>,
        <http://lexvo.org/id/term/kor/LANG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/loeng4%20long4>,
        <http://lexvo.org/id/term/yue/%E8%8E%A8>,
        "莨"^^xsd:string ;
    rdfs:comment "herb, Scopolia japonica"@en .

<http://lexvo.org/id/char/83A9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%8E%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%BA%200875.050%3Api%C7%8Eo>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%BA%20pi%C7%8Eo>,
        <http://lexvo.org/id/term/kor/%E8%8E%A9>,
        <http://lexvo.org/id/term/kor/PWU%20PHYO>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fu1%20piu5>,
        <http://lexvo.org/id/term/yue/%E8%8E%A9>,
        "莩"^^xsd:string ;
    rdfs:comment "membrane lining inside of reed"@en .

<http://lexvo.org/id/char/83AA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C3%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%8E%AA>,
        <http://lexvo.org/id/term/kor/%E8%8E%AA>,
        <http://lexvo.org/id/term/kor/A>,
        <http://lexvo.org/id/term/vie/ng%C3%B2>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ngo4>,
        <http://lexvo.org/id/term/yue/%E8%8E%AA>,
        "莪"^^xsd:string ;
    rdfs:comment "artemisia"@en .

<http://lexvo.org/id/char/83AB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%8E%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%B2%200806.071%3Am%C3%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%B2%20m%C3%B9>,
        <http://lexvo.org/id/term/kor/%E8%8E%AB>,
        <http://lexvo.org/id/term/kor/MAK%20MO>,
        <http://lexvo.org/id/term/vie/m%E1%BA%A1c>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mok6%20mou6>,
        <http://lexvo.org/id/term/yue/%E8%8E%AB>,
        "莫"^^xsd:string ;
    rdfs:comment "do not, is not, can not; negative"@en .

<http://lexvo.org/id/char/83AC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%8E%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C3%A8n%20w%C7%8En%20mi%C7%8En>,
        "莬"^^xsd:string .

<http://lexvo.org/id/char/83AD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%8E%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%A9>,
        "莭"^^xsd:string .

<http://lexvo.org/id/char/83AE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%8E%AE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C3%A1n>,
        "莮"^^xsd:string .

<http://lexvo.org/id/char/83AF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%8E%AF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%B9>,
        <http://lexvo.org/id/term/vie/m%C3%B3c>,
        "莯"^^xsd:string .

<http://lexvo.org/id/char/83B0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%8E%B0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C7%8En>,
        <http://lexvo.org/id/term/vie/vay%20kh%C3%BAm>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/haam2%20ham2>,
        <http://lexvo.org/id/term/yue/%E8%8E%B0>,
        "莰"^^xsd:string .

<http://lexvo.org/id/char/83B1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%8E%B1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%A1i>,
        <http://lexvo.org/id/term/kor/%E8%8E%B1>,
        <http://lexvo.org/id/term/kor/LAY>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/loi4>,
        <http://lexvo.org/id/term/yue/%E8%8E%B1>,
        "莱"^^xsd:string ;
    rdfs:comment "goosefoot, weed; fallow field"@en .

<http://lexvo.org/id/char/83B2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%8E%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lin4>,
        <http://lexvo.org/id/term/yue/%E8%8E%B2>,
        "莲"^^xsd:string ;
    rdfs:comment "lotus, water lily; paradise"@en .

<http://lexvo.org/id/char/83B3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%8E%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%AD%201051.030%3Ash%C3%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%AD%20sh%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/si4>,
        <http://lexvo.org/id/term/yue/%E8%8E%B3>,
        "莳"^^xsd:string ;
    rdfs:comment "transplant; plant; dill, Anethum graveolens"@en .

<http://lexvo.org/id/char/83B4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%8E%B4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C5%8D>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wo1>,
        <http://lexvo.org/id/term/yue/%E8%8E%B4>,
        "莴"^^xsd:string ;
    rdfs:comment "lettuce"@en .

<http://lexvo.org/id/char/83B5> a lvont:Character ;
    lvont:represents "莵"^^xsd:string ;
    rdfs:comment "dodder; creeper"@en .

<http://lexvo.org/id/char/83B6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%8E%B6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C7%8En%20li%C3%A1n%20xi%C4%81n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C4%81n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cim1>,
        <http://lexvo.org/id/term/yue/%E8%8E%B6>,
        "莶"^^xsd:string ;
    rdfs:comment "vine"@en .

<http://lexvo.org/id/char/83B7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%8E%B7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%B2>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wok6>,
        <http://lexvo.org/id/term/yue/%E8%8E%B7>,
        "获"^^xsd:string ;
    rdfs:comment "obtain, get, receive; seize"@en .

<http://lexvo.org/id/char/83B8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%8E%B8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%B3u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jau4>,
        <http://lexvo.org/id/term/yue/%E8%8E%B8>,
        "莸"^^xsd:string ;
    rdfs:comment "caryopteris divaricata"@en .

<http://lexvo.org/id/char/83B9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%8E%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%ADng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jing4>,
        <http://lexvo.org/id/term/yue/%E8%8E%B9>,
        "莹"^^xsd:string ;
    rdfs:comment "luster of gems; bright, lustrous"@en .

<http://lexvo.org/id/char/83BA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%8E%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C4%ABng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ang1>,
        <http://lexvo.org/id/term/yue/%E8%8E%BA>,
        "莺"^^xsd:string ;
    rdfs:comment "oriole, green finch; Sylvia species (various)"@en .

<http://lexvo.org/id/char/83BB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/kor/%E8%8E%BB>,
        <http://lexvo.org/id/term/kor/NUC>,
        "莻"^^xsd:string ;
    rdfs:comment "late"@en .

<http://lexvo.org/id/char/83BC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%8E%BC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%BAn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/seon4>,
        <http://lexvo.org/id/term/yue/%E8%8E%BC>,
        "莼"^^xsd:string ;
    rdfs:comment "an edible water plant-brasenia"@en .

<http://lexvo.org/id/char/83BD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%8E%BD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C7%8Eng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C7%8Eng%20m%C3%A1ng>,
        <http://lexvo.org/id/term/kor/%E8%8E%BD>,
        <http://lexvo.org/id/term/kor/MANG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mong5>,
        <http://lexvo.org/id/term/yue/%E8%8E%BD>,
        "莽"^^xsd:string ;
    rdfs:comment "thicket, underbrush; poisonous"@en .

<http://lexvo.org/id/char/83BE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%8E%BE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C7%8Eng>,
        <http://lexvo.org/id/term/kor/%E8%8E%BE>,
        <http://lexvo.org/id/term/kor/MANG>,
        "莾"^^xsd:string .

<http://lexvo.org/id/char/83BF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%8E%BF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C3%AC>,
        <http://lexvo.org/id/term/kor/%E8%8E%BF>,
        <http://lexvo.org/id/term/kor/CA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ci3>,
        <http://lexvo.org/id/term/yue/%E8%8E%BF>,
        "莿"^^xsd:string ;
    rdfs:comment "thorn"@en .

<http://lexvo.org/id/char/83C0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%8F%80>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C7%8En%201415.020%3Ay%C3%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C7%8En%20yu%C3%A0n%20y%C3%B9%20y%C3%B9n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jyun2>,
        <http://lexvo.org/id/term/yue/%E8%8F%80>,
        "菀"^^xsd:string ;
    rdfs:comment "luxuriance of growth"@en .

<http://lexvo.org/id/char/83C1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%8F%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C4%ABng>,
        <http://lexvo.org/id/term/kor/%E8%8F%81>,
        <http://lexvo.org/id/term/kor/CHENG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cing1%20zing1>,
        <http://lexvo.org/id/term/yue/%E8%8F%81>,
        "菁"^^xsd:string ;
    rdfs:comment "flower of leek family; turnip"@en .

<http://lexvo.org/id/char/83C2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%8F%82>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C4%AB%20d%C3%AC>,
        <http://lexvo.org/id/term/kor/%E8%8F%82>,
        <http://lexvo.org/id/term/kor/CEK>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dik1>,
        <http://lexvo.org/id/term/yue/%E8%8F%82>,
        "菂"^^xsd:string .

<http://lexvo.org/id/char/83C3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%8F%83>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C3%BA>,
        "菃"^^xsd:string .

<http://lexvo.org/id/char/83C4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%8F%84>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C5%8Dng>,
        "菄"^^xsd:string .

<http://lexvo.org/id/char/83C5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%8F%85>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C4%81n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C4%81n%20gu%C4%81n>,
        <http://lexvo.org/id/term/kor/%E8%8F%85>,
        <http://lexvo.org/id/term/kor/KWAN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gaan1>,
        <http://lexvo.org/id/term/yue/%E8%8F%85>,
        "菅"^^xsd:string ;
    rdfs:comment "coarse grass, themedia forskali"@en .

<http://lexvo.org/id/char/83C6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%8F%86>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C5%8Du>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zau1>,
        <http://lexvo.org/id/term/yue/%E8%8F%86>,
        "菆"^^xsd:string ;
    rdfs:comment "jungle"@en .

<http://lexvo.org/id/char/83C7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%8F%87>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C5%AB>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gu1>,
        <http://lexvo.org/id/term/yue/%E8%8F%87>,
        "菇"^^xsd:string ;
    rdfs:comment "mushrooms"@en .

<http://lexvo.org/id/char/83C8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%8F%88>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C4%81>,
        "菈"^^xsd:string .

<http://lexvo.org/id/char/83C9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%8F%89>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%B9%200742.110%3Al%C7%9C>,
        <http://lexvo.org/id/term/kor/%E8%8F%89>,
        <http://lexvo.org/id/term/kor/LOK>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/luk6>,
        <http://lexvo.org/id/term/yue/%E8%8F%89>,
        "菉"^^xsd:string ;
    rdfs:comment "the green bamboo; greenish bamboo"@en .

<http://lexvo.org/id/char/83CA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%8F%8A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%BA>,
        <http://lexvo.org/id/term/kor/%E8%8F%8A>,
        <http://lexvo.org/id/term/kor/KWUK>,
        <http://lexvo.org/id/term/vie/c%C3%BAc>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/guk1>,
        <http://lexvo.org/id/term/yue/%E8%8F%8A>,
        "菊"^^xsd:string ;
    rdfs:comment "chrysanthemum"@en .

<http://lexvo.org/id/char/83CB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%8F%8B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C3%A8i>,
        <http://lexvo.org/id/term/kor/%E8%8F%8B>,
        <http://lexvo.org/id/term/kor/MI>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mei6>,
        <http://lexvo.org/id/term/yue/%E8%8F%8B>,
        "菋"^^xsd:string .

<http://lexvo.org/id/char/83CC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%8F%8C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C5%ABn%200624.070%3Aj%C3%B9n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C5%ABn%20j%C3%B9n>,
        <http://lexvo.org/id/term/kor/%E8%8F%8C>,
        <http://lexvo.org/id/term/kor/KYUN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kwan2>,
        <http://lexvo.org/id/term/yue/%E8%8F%8C>,
        "菌"^^xsd:string ;
    rdfs:comment "mushroom; germ, microbe"@en .

<http://lexvo.org/id/char/83CD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%8F%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ni%C3%A8>,
        <http://lexvo.org/id/term/vie/%C4%91%E1%BA%B7t%20n%E1%BA%A5m>,
        "菍"^^xsd:string .

<http://lexvo.org/id/char/83CE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%8F%8E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C5%ABn%20j%C3%B9n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kwan1>,
        <http://lexvo.org/id/term/yue/%E8%8F%8E>,
        "菎"^^xsd:string ;
    rdfs:comment "beautiful jade; bamboo"@en .

<http://lexvo.org/id/char/83CF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%8F%8F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A9%20g%C4%93>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/go1%20ho4>,
        <http://lexvo.org/id/term/yue/%E8%8F%8F>,
        "菏"^^xsd:string ;
    rdfs:comment "river in Shandong province"@en .

<http://lexvo.org/id/char/83D0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%8F%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%BA>,
        "菐"^^xsd:string ;
    rdfs:comment "a thicket"@en .

<http://lexvo.org/id/char/83D1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%8F%91>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C4%81i%201530.100%3Az%C4%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C4%AB%20z%C4%81i%20z%C3%AC>,
        <http://lexvo.org/id/term/kor/%E8%8F%91>,
        <http://lexvo.org/id/term/kor/CHI>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zi1%20zoi1>,
        <http://lexvo.org/id/term/yue/%E8%8F%91>,
        "菑"^^xsd:string ;
    rdfs:comment "to weed grass; land which has been under cultivation for one year"@en .

<http://lexvo.org/id/char/83D2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%8F%92>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C7%8Eo>,
        "菒"^^xsd:string .

<http://lexvo.org/id/char/83D3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%8F%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/gu%C7%92>,
        <http://lexvo.org/id/term/kor/%E8%8F%93>,
        <http://lexvo.org/id/term/kor/KWA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gwo2>,
        <http://lexvo.org/id/term/yue/%E8%8F%93>,
        "菓"^^xsd:string ;
    rdfs:comment "fruits, nuts, berries"@en .

<http://lexvo.org/id/char/83D4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%8F%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%BA%20b%C3%B3>,
        <http://lexvo.org/id/term/kor/%E8%8F%94>,
        <http://lexvo.org/id/term/kor/POK>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/baak6%20fuk6>,
        <http://lexvo.org/id/term/yue/%E8%8F%94>,
        "菔"^^xsd:string ;
    rdfs:comment "turnip"@en .

<http://lexvo.org/id/char/83D5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%8F%95>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%BAn%20l%C3%B9n>,
        <http://lexvo.org/id/term/vie/h%C4%83m%20trun>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/leon4>,
        <http://lexvo.org/id/term/yue/%E8%8F%95>,
        "菕"^^xsd:string .

<http://lexvo.org/id/char/83D6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%8F%96>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C4%81ng>,
        <http://lexvo.org/id/term/kor/%E8%8F%96>,
        <http://lexvo.org/id/term/kor/CHANG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/coeng1>,
        <http://lexvo.org/id/term/yue/%E8%8F%96>,
        "菖"^^xsd:string ;
    rdfs:comment "iris, sweet flag, calamus"@en .

<http://lexvo.org/id/char/83D7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%8F%97>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%B3u>,
        "菗"^^xsd:string .

<http://lexvo.org/id/char/83D8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%8F%98>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C5%8Dng>,
        <http://lexvo.org/id/term/kor/%E8%8F%98>,
        <http://lexvo.org/id/term/kor/SWUNG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sung1>,
        <http://lexvo.org/id/term/yue/%E8%8F%98>,
        "菘"^^xsd:string ;
    rdfs:comment "celery, cabbage"@en .

<http://lexvo.org/id/char/83D9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%8F%99>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/chu%C3%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ceoi4>,
        <http://lexvo.org/id/term/yue/%E8%8F%99>,
        "菙"^^xsd:string .

<http://lexvo.org/id/char/83DA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%8F%9A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%A0n>,
        "菚"^^xsd:string .

<http://lexvo.org/id/char/83DB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%8F%9B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A9n>,
        <http://lexvo.org/id/term/vie/m%C3%B4n>,
        "菛"^^xsd:string .

<http://lexvo.org/id/char/83DC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%8F%9C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C3%A0i>,
        <http://lexvo.org/id/term/kor/%E8%8F%9C>,
        <http://lexvo.org/id/term/kor/CHAY>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/coi3>,
        <http://lexvo.org/id/term/yue/%E8%8F%9C>,
        "菜"^^xsd:string ;
    rdfs:comment "vegetables; dish, order; food"@en .

<http://lexvo.org/id/char/83DD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%8F%9D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%A1%20b%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bat6>,
        <http://lexvo.org/id/term/yue/%E8%8F%9D>,
        "菝"^^xsd:string .

<http://lexvo.org/id/char/83DE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%8F%9E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%AD>,
        "菞"^^xsd:string .

<http://lexvo.org/id/char/83DF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%8F%9F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%B9%20t%C3%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%BA%201165.050%3At%C3%B9>,
        <http://lexvo.org/id/term/kor/%E8%8F%9F>,
        <http://lexvo.org/id/term/kor/TO>,
        <http://lexvo.org/id/term/vie/tho>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tou3>,
        <http://lexvo.org/id/term/yue/%E8%8F%9F>,
        "菟"^^xsd:string ;
    rdfs:comment "dodder; creeper"@en .

<http://lexvo.org/id/char/83E0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%8F%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C5%8D>,
        <http://lexvo.org/id/term/kor/%E8%8F%A0>,
        <http://lexvo.org/id/term/kor/PHA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bo1>,
        <http://lexvo.org/id/term/yue/%E8%8F%A0>,
        "菠"^^xsd:string ;
    rdfs:comment "spinach and similar greens"@en .

<http://lexvo.org/id/char/83E1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%8F%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E8%8F%A1>,
        <http://lexvo.org/id/term/kor/HAM>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/aam2%20haam5>,
        <http://lexvo.org/id/term/yue/%E8%8F%A1>,
        "菡"^^xsd:string ;
    rdfs:comment "buds, lotus buds"@en .

<http://lexvo.org/id/char/83E2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%8F%A2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%A0o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bou6>,
        <http://lexvo.org/id/term/yue/%E8%8F%A2>,
        "菢"^^xsd:string ;
    rdfs:comment "to incubate; to brood; to hatch"@en .

<http://lexvo.org/id/char/83E3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%8F%A3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C3%ACn>,
        "菣"^^xsd:string .

<http://lexvo.org/id/char/83E4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%8F%A4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ju%C7%8En>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gyun2>,
        <http://lexvo.org/id/term/yue/%E8%8F%A4>,
        "菤"^^xsd:string .

<http://lexvo.org/id/char/83E5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%8F%A5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C4%AB%20s%C4%AB>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sik1>,
        <http://lexvo.org/id/term/yue/%E8%8F%A5>,
        "菥"^^xsd:string .

<http://lexvo.org/id/char/83E6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%8F%A6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C3%ADn>,
        "菦"^^xsd:string .

<http://lexvo.org/id/char/83E7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%8F%A7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C7%90>,
        "菧"^^xsd:string .

<http://lexvo.org/id/char/83E8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%8F%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C4%93>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zip3>,
        <http://lexvo.org/id/term/yue/%E8%8F%A8>,
        "菨"^^xsd:string .

<http://lexvo.org/id/char/83E9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%8F%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%BA%20b%C3%A8i%20b%C3%B9%20b%C3%B3>,
        <http://lexvo.org/id/term/kor/%E8%8F%A9>,
        <http://lexvo.org/id/term/kor/PO>,
        <http://lexvo.org/id/term/vie/b%E1%BB%93>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/pou4>,
        <http://lexvo.org/id/term/yue/%E8%8F%A9>,
        "菩"^^xsd:string ;
    rdfs:comment "herb, aromatic plant"@en .

<http://lexvo.org/id/char/83EA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%8F%AA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%A0ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dong6>,
        <http://lexvo.org/id/term/yue/%E8%8F%AA>,
        "菪"^^xsd:string .

<http://lexvo.org/id/char/83EB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%8F%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C7%90n%20j%C3%ACn%20q%C3%ADn>,
        <http://lexvo.org/id/term/kor/%E8%8F%AB>,
        <http://lexvo.org/id/term/kor/KUN>,
        <http://lexvo.org/id/term/vie/ng%E1%BA%A9n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gan2>,
        <http://lexvo.org/id/term/yue/%E8%8F%AB>,
        "菫"^^xsd:string ;
    rdfs:comment "celery, aconite"@en .

<http://lexvo.org/id/char/83EC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%8F%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C7%8Eo>,
        "菬"^^xsd:string .

<http://lexvo.org/id/char/83ED> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%8F%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%A1i>,
        "菭"^^xsd:string .

<http://lexvo.org/id/char/83EE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%8F%AE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C4%93ng>,
        "菮"^^xsd:string .

<http://lexvo.org/id/char/83EF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%8F%AF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%A1%200483.032%3Ahu%C4%81%200487.011%3Ahu%C3%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%A1%20hu%C4%81%20hu%C3%A0>,
        <http://lexvo.org/id/term/kor/%E8%8F%AF>,
        <http://lexvo.org/id/term/kor/HWA>,
        <http://lexvo.org/id/term/vie/hoa>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/faa1%20waa4%20waa6>,
        <http://lexvo.org/id/term/yue/%E8%8F%AF>,
        "華"^^xsd:string ;
    rdfs:comment "flowery; illustrious; Chinese"@en .

<http://lexvo.org/id/char/83F0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%8F%B0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C5%AB>,
        <http://lexvo.org/id/term/kor/%E8%8F%B0>,
        <http://lexvo.org/id/term/kor/KO>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gu1>,
        <http://lexvo.org/id/term/yue/%E8%8F%B0>,
        "菰"^^xsd:string ;
    rdfs:comment "wild rice; Zizania latifolia"@en .

<http://lexvo.org/id/char/83F1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%8F%B1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%ADng>,
        <http://lexvo.org/id/term/kor/%E8%8F%B1>,
        <http://lexvo.org/id/term/kor/LUNG>,
        <http://lexvo.org/id/term/vie/l%C4%83ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ling4>,
        <http://lexvo.org/id/term/yue/%E8%8F%B1>,
        "菱"^^xsd:string ;
    rdfs:comment "water-chestnut, water caltrop"@en .

<http://lexvo.org/id/char/83F2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%8F%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C4%93i%200315.060%3Af%C4%9Bi>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C4%93i%20f%C4%9Bi%20f%C3%A8i>,
        <http://lexvo.org/id/term/kor/%E8%8F%B2>,
        <http://lexvo.org/id/term/kor/PI>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fei1%20fei2>,
        <http://lexvo.org/id/term/yue/%E8%8F%B2>,
        "菲"^^xsd:string ;
    rdfs:comment "fragrant, luxuriant; the Philippines"@en .

<http://lexvo.org/id/char/83F3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%8F%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C4%ABn>,
        "菳"^^xsd:string .

<http://lexvo.org/id/char/83F4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C4%81n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%C4%81n%20%C7%8En>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%8F%B4>,
        <http://lexvo.org/id/term/kor/%E8%8F%B4>,
        <http://lexvo.org/id/term/kor/AM>,
        <http://lexvo.org/id/term/vie/am>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/am1>,
        <http://lexvo.org/id/term/yue/%E8%8F%B4>,
        "菴"^^xsd:string ;
    rdfs:comment "small Buddhist monastery"@en .

<http://lexvo.org/id/char/83F5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%8F%B5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C7%8Eng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mong5>,
        <http://lexvo.org/id/term/yue/%E8%8F%B5>,
        "菵"^^xsd:string .

<http://lexvo.org/id/char/83F6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%8F%B6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C4%9Bng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C4%9Bng%20p%C3%A9ng>,
        <http://lexvo.org/id/term/kor/%E8%8F%B6>,
        <http://lexvo.org/id/term/kor/PONG>,
        <http://lexvo.org/id/term/vie/ph%E1%BB%A5ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bung2>,
        <http://lexvo.org/id/term/yue/%E8%8F%B6>,
        "菶"^^xsd:string ;
    rdfs:comment "species of water plant; flower"@en .

<http://lexvo.org/id/char/83F7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%8F%B7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C7%92u>,
        "菷"^^xsd:string .

<http://lexvo.org/id/char/83F8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%8F%B8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C4%81n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C4%81n%20y%C5%AB%20y%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jin1>,
        <http://lexvo.org/id/term/yue/%E8%8F%B8>,
        "菸"^^xsd:string ;
    rdfs:comment "to fade; withered or dried leaves; tobacco (used for U+70DF 烟 and U+7159 煙)"@en .

<http://lexvo.org/id/char/83F9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%8F%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C5%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C5%AB%20z%C5%AB%20j%C3%B9>,
        <http://lexvo.org/id/term/kor/%E8%8F%B9>,
        <http://lexvo.org/id/term/kor/CE>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zeoi1>,
        <http://lexvo.org/id/term/yue/%E8%8F%B9>,
        "菹"^^xsd:string ;
    rdfs:comment "salted or pickled vegetables"@en .

<http://lexvo.org/id/char/83FA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%8F%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C4%81n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gin1>,
        <http://lexvo.org/id/term/yue/%E8%8F%BA>,
        "菺"^^xsd:string .

<http://lexvo.org/id/char/83FB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%8F%BB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C7%90n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C7%90n%20m%C3%A1>,
        <http://lexvo.org/id/term/vie/l%C3%B9m>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lam1%20lam4>,
        <http://lexvo.org/id/term/yue/%E8%8F%BB>,
        "菻"^^xsd:string ;
    rdfs:comment "artemisia; (Cant.) a flower-bud"@en .

<http://lexvo.org/id/char/83FC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%8F%BC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C7%8En>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/taam2>,
        <http://lexvo.org/id/term/yue/%E8%8F%BC>,
        "菼"^^xsd:string ;
    rdfs:comment "rush or sedge"@en .

<http://lexvo.org/id/char/83FD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%8F%BD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%BA%20sh%C5%AB%20ji%C4%81o>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C5%AB>,
        <http://lexvo.org/id/term/kor/%E8%8F%BD>,
        <http://lexvo.org/id/term/kor/SWU>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/suk6>,
        <http://lexvo.org/id/term/yue/%E8%8F%BD>,
        "菽"^^xsd:string ;
    rdfs:comment "beans and peas, collectively"@en .

<http://lexvo.org/id/char/83FE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%8F%BE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ti%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tim4>,
        <http://lexvo.org/id/term/yue/%E8%8F%BE>,
        "菾"^^xsd:string ;
    rdfs:comment "beet"@en .

<http://lexvo.org/id/char/83FF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%8F%BF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%A0o>,
        "菿"^^xsd:string .

<http://lexvo.org/id/char/8400> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%90%80>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C7%94>,
        "萀"^^xsd:string .

<http://lexvo.org/id/char/8401> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%90%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C3%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C3%AD%20j%C4%AB>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kei4>,
        <http://lexvo.org/id/term/yue/%E8%90%81>,
        "萁"^^xsd:string ;
    rdfs:comment "kind of grasses"@en .

<http://lexvo.org/id/char/8402> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%90%82>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A9>,
        "萂"^^xsd:string .

<http://lexvo.org/id/char/8403> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%90%83>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/cu%C3%AC>,
        <http://lexvo.org/id/term/kor/%E8%90%83>,
        <http://lexvo.org/id/term/kor/CHWEY>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/seoi6>,
        <http://lexvo.org/id/term/yue/%E8%90%83>,
        "萃"^^xsd:string ;
    rdfs:comment "dense, thick, close-set; to collect together"@en .

<http://lexvo.org/id/char/8404> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%90%84>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%A1o>,
        <http://lexvo.org/id/term/kor/%E8%90%84>,
        <http://lexvo.org/id/term/kor/TO>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tou4>,
        <http://lexvo.org/id/term/yue/%E8%90%84>,
        "萄"^^xsd:string ;
    rdfs:comment "grapes"@en .

<http://lexvo.org/id/char/8405> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%90%85>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C5%ABn%20ch%C7%94n>,
        <http://lexvo.org/id/term/kor/%E8%90%85>,
        <http://lexvo.org/id/term/kor/CHWUN>,
        "萅"^^xsd:string ;
    rdfs:comment "spring; wanton"@en .

<http://lexvo.org/id/char/8406> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%90%86>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%AC%20b%C3%AC%20b%C4%93i%20b%C3%A1>,
        <http://lexvo.org/id/term/kor/%E8%90%86>,
        <http://lexvo.org/id/term/kor/PI>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bei1>,
        <http://lexvo.org/id/term/yue/%E8%90%86>,
        "萆"^^xsd:string ;
    rdfs:comment "the castor-oil plant also used for other plants"@en .

<http://lexvo.org/id/char/8407> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%90%87>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%A1ng>,
        <http://lexvo.org/id/term/kor/%E8%90%87>,
        <http://lexvo.org/id/term/kor/CANG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/coeng4>,
        <http://lexvo.org/id/term/yue/%E8%90%87>,
        "萇"^^xsd:string ;
    rdfs:comment "averrhora carambola; surname"@en .

<http://lexvo.org/id/char/8408> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%90%88>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%A1n>,
        "萈"^^xsd:string .

<http://lexvo.org/id/char/8409> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%90%89>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%A9i>,
        "萉"^^xsd:string .

<http://lexvo.org/id/char/840A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%90%8A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%A1i>,
        <http://lexvo.org/id/term/kor/%E8%90%8A>,
        <http://lexvo.org/id/term/kor/LAY>,
        <http://lexvo.org/id/term/vie/lai>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/loi4>,
        <http://lexvo.org/id/term/yue/%E8%90%8A>,
        "萊"^^xsd:string ;
    rdfs:comment "goosefoot, weed; fallow field"@en .

<http://lexvo.org/id/char/840B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%90%8B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C4%AB>,
        <http://lexvo.org/id/term/kor/%E8%90%8B>,
        <http://lexvo.org/id/term/kor/CHE>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cai1>,
        <http://lexvo.org/id/term/yue/%E8%90%8B>,
        "萋"^^xsd:string ;
    rdfs:comment "luxuriant foliage; crowded"@en .

<http://lexvo.org/id/char/840C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%90%8C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A9ng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A9ng%20m%C3%ADng>,
        <http://lexvo.org/id/term/kor/%E8%90%8C>,
        <http://lexvo.org/id/term/kor/MAYNG>,
        <http://lexvo.org/id/term/vie/manh>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mang4>,
        <http://lexvo.org/id/term/yue/%E8%90%8C>,
        "萌"^^xsd:string ;
    rdfs:comment "bud, sprout"@en .

<http://lexvo.org/id/char/840D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%90%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%ADng>,
        <http://lexvo.org/id/term/kor/%E8%90%8D>,
        <http://lexvo.org/id/term/kor/PHYENG>,
        <http://lexvo.org/id/term/vie/b%E1%BB%81nh>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ping4>,
        <http://lexvo.org/id/term/yue/%E8%90%8D>,
        "萍"^^xsd:string ;
    rdfs:comment "duckweed; wandering, traveling"@en .

<http://lexvo.org/id/char/840E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%90%8E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C4%93i%201198.030%3Aw%C4%9Bi>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C4%93i%20w%C4%9Bi>,
        <http://lexvo.org/id/term/kor/%E8%90%8E>,
        <http://lexvo.org/id/term/kor/WI>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wai1%20wai2>,
        <http://lexvo.org/id/term/yue/%E8%90%8E>,
        "萎"^^xsd:string ;
    rdfs:comment "wither, wilt"@en .

<http://lexvo.org/id/char/840F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%90%8F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/daam6>,
        <http://lexvo.org/id/term/yue/%E8%90%8F>,
        "萏"^^xsd:string ;
    rdfs:comment "lotus"@en .

<http://lexvo.org/id/char/8410> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%90%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%A0>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/saap3>,
        <http://lexvo.org/id/term/yue/%E8%90%90>,
        "萐"^^xsd:string ;
    rdfs:comment "lucky plant"@en .

<http://lexvo.org/id/char/8411> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%90%91>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%A1n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%A1n%20tu%C4%AB%20zhu%C4%AB>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wun4>,
        <http://lexvo.org/id/term/yue/%E8%90%91>,
        "萑"^^xsd:string ;
    rdfs:comment "grass used for making mats; Huanpu, place famous for robbers"@en .

<http://lexvo.org/id/char/8412> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%90%92>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%8En>,
        "萒"^^xsd:string .

<http://lexvo.org/id/char/8413> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%90%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%AD>,
        "萓"^^xsd:string .

<http://lexvo.org/id/char/8414> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%90%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ti%C3%A1o>,
        "萔"^^xsd:string .

<http://lexvo.org/id/char/8415> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%90%95>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C3%AD>,
        "萕"^^xsd:string ;
    rdfs:comment "water-chestnuts; caltrop"@en .

<http://lexvo.org/id/char/8416> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%90%96>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C7%8En>,
        "萖"^^xsd:string .

<http://lexvo.org/id/char/8417> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%90%97>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C3%A8>,
        "萗"^^xsd:string .

<http://lexvo.org/id/char/8418> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%90%98>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C3%A0i>,
        "萘"^^xsd:string ;
    rdfs:comment "naphthanlene"@en .

<http://lexvo.org/id/char/8419> a lvont:Character ;
    lvont:represents "萙"^^xsd:string .

<http://lexvo.org/id/char/841A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%90%9A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/tu%C3%B2>,
        "萚"^^xsd:string .

<http://lexvo.org/id/char/841B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%90%9B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C5%AB>,
        "萛"^^xsd:string .

<http://lexvo.org/id/char/841C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%90%9C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ti%C4%93>,
        "萜"^^xsd:string ;
    rdfs:comment "C5H8"@en .

<http://lexvo.org/id/char/841D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%90%9D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/lu%C3%B3>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lo4>,
        <http://lexvo.org/id/term/yue/%E8%90%9D>,
        "萝"^^xsd:string ;
    rdfs:comment "type of creeping plant; turnip"@en .

<http://lexvo.org/id/char/841E> a lvont:Character ;
    lvont:represents "萞"^^xsd:string .

<http://lexvo.org/id/char/841F> a lvont:Character ;
    lvont:represents "萟"^^xsd:string .

<http://lexvo.org/id/char/8420> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%90%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A9ng>,
        "萠"^^xsd:string ;
    rdfs:comment "bud, sprout"@en .

<http://lexvo.org/id/char/8421> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/b%E1%BA%A1c>,
        "萡"^^xsd:string .

<http://lexvo.org/id/char/8422> a lvont:Character ;
    lvont:represents "萢"^^xsd:string .

<http://lexvo.org/id/char/8423> a lvont:Character ;
    lvont:represents "萣"^^xsd:string .

<http://lexvo.org/id/char/8424> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%90%A4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%ADng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jing4>,
        <http://lexvo.org/id/term/yue/%E8%90%A4>,
        "萤"^^xsd:string ;
    rdfs:comment "glow-worm, luminous insect"@en .

<http://lexvo.org/id/char/8425> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%90%A5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%ADng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jing4>,
        <http://lexvo.org/id/term/yue/%E8%90%A5>,
        "营"^^xsd:string ;
    rdfs:comment "encampment, barracks; manage"@en .

<http://lexvo.org/id/char/8426> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%90%A6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%ADng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jing4>,
        <http://lexvo.org/id/term/yue/%E8%90%A6>,
        "萦"^^xsd:string ;
    rdfs:comment "entangle, entwine, coil"@en .

<http://lexvo.org/id/char/8427> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%90%A7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C4%81o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/siu1>,
        <http://lexvo.org/id/term/yue/%E8%90%A7>,
        "萧"^^xsd:string ;
    rdfs:comment "common artemisia; dejected"@en .

<http://lexvo.org/id/char/8428> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%90%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C3%A0>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/saat3>,
        <http://lexvo.org/id/term/yue/%E8%90%A8>,
        "萨"^^xsd:string ;
    rdfs:comment "Buddhist gods or immortals"@en .

<http://lexvo.org/id/char/8429> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%90%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C5%AB>,
        <http://lexvo.org/id/term/kor/%E8%90%A9>,
        <http://lexvo.org/id/term/kor/CHWU>,
        <http://lexvo.org/id/term/vie/th%C3%A8m%20tho>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cau1>,
        <http://lexvo.org/id/term/yue/%E8%90%A9>,
        "萩"^^xsd:string ;
    rdfs:comment "scandent hop; tree"@en .

<http://lexvo.org/id/char/842A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%90%AA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C4%93>,
        "萪"^^xsd:string .

<http://lexvo.org/id/char/842B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%90%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A0ng>,
        <http://lexvo.org/id/term/vie/h%E1%BA%A3ng>,
        "萫"^^xsd:string .

<http://lexvo.org/id/char/842C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%90%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E8%90%AC>,
        <http://lexvo.org/id/term/kor/MAN>,
        <http://lexvo.org/id/term/vie/v%E1%BA%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/maan6>,
        <http://lexvo.org/id/term/yue/%E8%90%AC>,
        "10000",
        "萬"^^xsd:string ;
    rdfs:comment "ten thousand; innumerable"@en .

<http://lexvo.org/id/char/842D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%90%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%94%20j%C7%94>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/geoi2%20jyu5>,
        <http://lexvo.org/id/term/yue/%E8%90%AD>,
        "萭"^^xsd:string .

<http://lexvo.org/id/char/842E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%90%AE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%B9>,
        "萮"^^xsd:string .

<http://lexvo.org/id/char/842F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%90%AF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%B9>,
        "萯"^^xsd:string .

<http://lexvo.org/id/char/8430> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%90%B0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C3%A0n>,
        "萰"^^xsd:string .

<http://lexvo.org/id/char/8431> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%90%B1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xu%C4%81n>,
        <http://lexvo.org/id/term/kor/%E8%90%B1>,
        <http://lexvo.org/id/term/kor/HWEN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hyun1>,
        <http://lexvo.org/id/term/yue/%E8%90%B1>,
        "萱"^^xsd:string ;
    rdfs:comment "day-lily, hemerocallisflava"@en .

<http://lexvo.org/id/char/8432> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%90%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/yu%C3%A1n%20xu%C4%81n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hyun1%20hyun3>,
        <http://lexvo.org/id/term/yue/%E8%90%B2>,
        "萲"^^xsd:string ;
    rdfs:comment "the day-lily, Hemerocallis flava"@en .

<http://lexvo.org/id/char/8433> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%90%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C3%A1n>,
        "萳"^^xsd:string .

<http://lexvo.org/id/char/8434> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%90%B4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C3%A9%20c%C3%A8>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zak1>,
        <http://lexvo.org/id/term/yue/%E8%90%B4>,
        "萴"^^xsd:string ;
    rdfs:comment "medicinal poison plant"@en .

<http://lexvo.org/id/char/8435> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%90%B5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C5%8D>,
        <http://lexvo.org/id/term/kor/%E8%90%B5>,
        <http://lexvo.org/id/term/kor/WA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wo1>,
        <http://lexvo.org/id/term/yue/%E8%90%B5>,
        "萵"^^xsd:string ;
    rdfs:comment "lettuce"@en .

<http://lexvo.org/id/char/8436> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%90%B6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C7%94n>,
        "萶"^^xsd:string .

<http://lexvo.org/id/char/8437> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%90%B7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C4%81o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/siu1%20sok3>,
        <http://lexvo.org/id/term/yue/%E8%90%B7>,
        "萷"^^xsd:string .

<http://lexvo.org/id/char/8438> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%90%B8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%BA>,
        <http://lexvo.org/id/term/kor/%E8%90%B8>,
        <http://lexvo.org/id/term/kor/YU>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jyu4>,
        <http://lexvo.org/id/term/yue/%E8%90%B8>,
        "萸"^^xsd:string ;
    rdfs:comment "dogwood"@en .

<http://lexvo.org/id/char/8439> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%90%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/bi%C7%8En>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/pi%C4%81n%20bi%C4%81n>,
        <http://lexvo.org/id/term/kor/%E8%90%B9>,
        <http://lexvo.org/id/term/kor/PHYEN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bin1%20pin1>,
        <http://lexvo.org/id/term/yue/%E8%90%B9>,
        "萹"^^xsd:string ;
    rdfs:comment "grass"@en .

<http://lexvo.org/id/char/843A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%90%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A0o>,
        "萺"^^xsd:string .

<http://lexvo.org/id/char/843B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C4%81n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%90%BB>,
        <http://lexvo.org/id/term/vie/%C3%A2m>,
        "萻"^^xsd:string .

<http://lexvo.org/id/char/843C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C3%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%90%BC>,
        <http://lexvo.org/id/term/kor/%E8%90%BC>,
        <http://lexvo.org/id/term/kor/AK>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ngok6>,
        <http://lexvo.org/id/term/yue/%E8%90%BC>,
        "萼"^^xsd:string ;
    rdfs:comment "the stem and calyx of a flower; a younger brother"@en .

<http://lexvo.org/id/char/843D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%90%BD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%A0%200682.100%3Al%C3%A0o%200748.010%3Alu%C5%8D%200751.020%3Alu%C3%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/lu%C3%B2%20l%C3%A0%20l%C3%A0o%20lu%C5%8D>,
        <http://lexvo.org/id/term/kor/%E8%90%BD>,
        <http://lexvo.org/id/term/kor/LAK>,
        <http://lexvo.org/id/term/vie/l%E1%BA%A1c>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/laai6%20lok6>,
        <http://lexvo.org/id/term/yue/%E8%90%BD>,
        "落"^^xsd:string ;
    rdfs:comment "fall, drop; net income, surplus"@en .

<http://lexvo.org/id/char/843E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%90%BE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%ADng>,
        <http://lexvo.org/id/term/vie/gi%E1%BB%81ng>,
        "萾"^^xsd:string .

<http://lexvo.org/id/char/843F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%90%BF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%B3>,
        "萿"^^xsd:string .

<http://lexvo.org/id/char/8440> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%91%80>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/gu%C4%81>,
        "葀"^^xsd:string .

<http://lexvo.org/id/char/8441> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%91%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C4%81ng>,
        "葁"^^xsd:string ;
    rdfs:comment "ginger"@en .

<http://lexvo.org/id/char/8442> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%91%82>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/mi%C7%8En>,
        "葂"^^xsd:string .

<http://lexvo.org/id/char/8443> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%91%83>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zu%C3%B3>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zou6>,
        <http://lexvo.org/id/term/yue/%E8%91%83>,
        "葃"^^xsd:string .

<http://lexvo.org/id/char/8444> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%91%84>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zu%C3%B2>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zou3%20zou6>,
        <http://lexvo.org/id/term/yue/%E8%91%84>,
        "葄"^^xsd:string ;
    rdfs:comment "mat"@en .

<http://lexvo.org/id/char/8445> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%91%85>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C5%AB%20z%C5%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C5%AB>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zeoi1>,
        <http://lexvo.org/id/term/yue/%E8%91%85>,
        "葅"^^xsd:string .

<http://lexvo.org/id/char/8446> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%91%86>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C7%8Eo>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C7%8Eo%20b%C4%81o>,
        <http://lexvo.org/id/term/kor/%E8%91%86>,
        <http://lexvo.org/id/term/kor/PO>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bou2>,
        <http://lexvo.org/id/term/yue/%E8%91%86>,
        "葆"^^xsd:string ;
    rdfs:comment "reserve, preserve; conceal"@en .

<http://lexvo.org/id/char/8447> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%91%87>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/r%C3%B3u>,
        <http://lexvo.org/id/term/vie/nh%C3%BA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jau2%20jau4>,
        <http://lexvo.org/id/term/yue/%E8%91%87>,
        "葇"^^xsd:string .

<http://lexvo.org/id/char/8448> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%91%88>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C7%90>,
        "葈"^^xsd:string .

<http://lexvo.org/id/char/8449> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%91%89>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A8%20xi%C3%A9%20sh%C3%A8>,
        <http://lexvo.org/id/term/kor/%E8%91%89>,
        <http://lexvo.org/id/term/kor/YEP%20SEP>,
        <http://lexvo.org/id/term/vie/di%E1%BB%87p>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jip6%20sip3>,
        <http://lexvo.org/id/term/yue/%E8%91%89>,
        "葉"^^xsd:string ;
    rdfs:comment "leaf, petal; page of book; period"@en .

<http://lexvo.org/id/char/844A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C4%81n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%91%8A>,
        <http://lexvo.org/id/term/kor/%E8%91%8A>,
        <http://lexvo.org/id/term/kor/AM>,
        "葊"^^xsd:string ;
    rdfs:comment "cottage"@en .

<http://lexvo.org/id/char/844B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%91%8B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C3%BA>,
        "葋"^^xsd:string .

<http://lexvo.org/id/char/844C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%91%8C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C4%81n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gaan1>,
        <http://lexvo.org/id/term/yue/%E8%91%8C>,
        "葌"^^xsd:string .

<http://lexvo.org/id/char/844D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%91%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%BA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fuk1>,
        <http://lexvo.org/id/term/yue/%E8%91%8D>,
        "葍"^^xsd:string ;
    rdfs:comment "plant"@en .

<http://lexvo.org/id/char/844E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%91%8E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C7%9C>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/leot6>,
        <http://lexvo.org/id/term/yue/%E8%91%8E>,
        "葎"^^xsd:string ;
    rdfs:comment "Humulus japonicus"@en .

<http://lexvo.org/id/char/844F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%91%8F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C4%ABng>,
        "葏"^^xsd:string .

<http://lexvo.org/id/char/8450> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%91%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%A9n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/pun4>,
        <http://lexvo.org/id/term/yue/%E8%91%90>,
        "葐"^^xsd:string .

<http://lexvo.org/id/char/8451> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%91%91>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C4%93ng%200332.030%3Af%C3%A8ng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C4%93ng%20f%C3%A8ng>,
        <http://lexvo.org/id/term/kor/%E8%91%91>,
        <http://lexvo.org/id/term/kor/PHWUNG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fung1>,
        <http://lexvo.org/id/term/yue/%E8%91%91>,
        "葑"^^xsd:string ;
    rdfs:comment "the rape-turnip"@en .

<http://lexvo.org/id/char/8452> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%91%92>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%B3ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hung4>,
        <http://lexvo.org/id/term/yue/%E8%91%92>,
        "葒"^^xsd:string ;
    rdfs:comment "herb"@en .

<http://lexvo.org/id/char/8453> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%91%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%B3ng>,
        "葓"^^xsd:string ;
    rdfs:comment "vegetable"@en .

<http://lexvo.org/id/char/8454> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%91%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%B3u>,
        "葔"^^xsd:string .

<http://lexvo.org/id/char/8455> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%91%95>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A1n>,
        "葕"^^xsd:string .

<http://lexvo.org/id/char/8456> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%91%96>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%BA%20t%C5%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C5%AB>,
        <http://lexvo.org/id/term/vie/nh%C3%BAt>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dat6>,
        <http://lexvo.org/id/term/yue/%E8%91%96>,
        "葖"^^xsd:string .

<http://lexvo.org/id/char/8457> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%91%97>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%B9%20zhu%C3%B3%20ch%C3%BA%20zh%C4%81o%20zh%C3%A1o%20zhe>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zhe%201514.040%3Azh%C3%B9%201527.031%3Azhu%C3%B3>,
        <http://lexvo.org/id/term/kor/%E8%91%97>,
        <http://lexvo.org/id/term/kor/CE%20CHAK>,
        <http://lexvo.org/id/term/vie/tr%E1%BB%A9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zoek3%20zoek6%20zyu3>,
        <http://lexvo.org/id/term/yue/%E8%91%97>,
        "著"^^xsd:string ;
    rdfs:comment "manifest; (Cant.) to wear"@en .

<http://lexvo.org/id/char/8458> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%91%98>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C4%AB>,
        "葘"^^xsd:string .

<http://lexvo.org/id/char/8459> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%91%99>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C4%81ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/soeng1>,
        <http://lexvo.org/id/term/yue/%E8%91%99>,
        "葙"^^xsd:string ;
    rdfs:comment "feather cockscomb (Celosia argentea)"@en .

<http://lexvo.org/id/char/845A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%91%9A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/r%C3%A8n%201022.020%3Ash%C3%A8n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%A8n%20r%C3%A8n>,
        <http://lexvo.org/id/term/kor/%E8%91%9A>,
        <http://lexvo.org/id/term/kor/SIM>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sam6>,
        <http://lexvo.org/id/term/yue/%E8%91%9A>,
        "葚"^^xsd:string ;
    rdfs:comment "mulberry fruit"@en .

<http://lexvo.org/id/char/845B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%91%9B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C3%A9%200373.050%3Ag%C4%9B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C3%A9%20g%C4%9B>,
        <http://lexvo.org/id/term/kor/%E8%91%9B>,
        <http://lexvo.org/id/term/kor/KAL>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/got3>,
        <http://lexvo.org/id/term/yue/%E8%91%9B>,
        "葛"^^xsd:string ;
    rdfs:comment "edible bean; surname"@en .

<http://lexvo.org/id/char/845C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%91%9C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%A9%20qi%C4%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C4%81>,
        "葜"^^xsd:string ;
    rdfs:comment "smilax china"@en .

<http://lexvo.org/id/char/845D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%91%9D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%ACng>,
        "葝"^^xsd:string .

<http://lexvo.org/id/char/845E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%91%9E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C7%90>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mei5>,
        <http://lexvo.org/id/term/yue/%E8%91%9E>,
        "葞"^^xsd:string .

<http://lexvo.org/id/char/845F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%91%9F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%A1ng>,
        "葟"^^xsd:string .

<http://lexvo.org/id/char/8460> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%91%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C4%93n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sam1>,
        <http://lexvo.org/id/term/yue/%E8%91%A0>,
        "葠"^^xsd:string ;
    rdfs:comment "ginseng"@en .

<http://lexvo.org/id/char/8461> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%91%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%BA%20b%C3%A8i>,
        <http://lexvo.org/id/term/kor/%E8%91%A1>,
        <http://lexvo.org/id/term/kor/PHO>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/pou4>,
        <http://lexvo.org/id/term/yue/%E8%91%A1>,
        "葡"^^xsd:string ;
    rdfs:comment "grapes"@en .

<http://lexvo.org/id/char/8462> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%91%A2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C3%A0i%20g%C4%9B%20h%C3%A9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/goi3%20koi3>,
        <http://lexvo.org/id/term/yue/%E8%91%A2>,
        "葢"^^xsd:string ;
    rdfs:comment "cover, hide, protect"@en .

<http://lexvo.org/id/char/8463> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%91%A3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C7%92ng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C7%92ng%20zh%C7%92ng>,
        <http://lexvo.org/id/term/kor/%E8%91%A3>,
        <http://lexvo.org/id/term/kor/TONG>,
        <http://lexvo.org/id/term/vie/%C4%91%E1%BB%95ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dung2>,
        <http://lexvo.org/id/term/yue/%E8%91%A3>,
        "董"^^xsd:string ;
    rdfs:comment "direct, supervise; surname"@en .

<http://lexvo.org/id/char/8464> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%91%A4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%B2u>,
        "葤"^^xsd:string ;
    rdfs:comment "grass"@en .

<http://lexvo.org/id/char/8465> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%91%A5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zin3>,
        <http://lexvo.org/id/term/yue/%E8%91%A5>,
        "葥"^^xsd:string .

<http://lexvo.org/id/char/8466> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%91%A6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C4%9Bi>,
        <http://lexvo.org/id/term/kor/%E8%91%A6>,
        <http://lexvo.org/id/term/kor/WI>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wai5>,
        <http://lexvo.org/id/term/yue/%E8%91%A6>,
        "葦"^^xsd:string ;
    rdfs:comment "reed"@en .

<http://lexvo.org/id/char/8467> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%91%A7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%B3>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/but6>,
        <http://lexvo.org/id/term/yue/%E8%91%A7>,
        "葧"^^xsd:string .

<http://lexvo.org/id/char/8468> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%91%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C4%93i>,
        "葨"^^xsd:string .

<http://lexvo.org/id/char/8469> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%91%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C4%81>,
        <http://lexvo.org/id/term/kor/%E8%91%A9>,
        <http://lexvo.org/id/term/kor/PHA>,
        <http://lexvo.org/id/term/vie/ba>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/baa1%20paa1>,
        <http://lexvo.org/id/term/yue/%E8%91%A9>,
        "葩"^^xsd:string ;
    rdfs:comment "flowers"@en .

<http://lexvo.org/id/char/846A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%91%AA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%AC%20ji%C3%A8>,
        <http://lexvo.org/id/term/kor/%E8%91%AA>,
        <http://lexvo.org/id/term/kor/KYEY>,
        "葪"^^xsd:string .

<http://lexvo.org/id/char/846B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%91%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%BA>,
        <http://lexvo.org/id/term/kor/%E8%91%AB>,
        <http://lexvo.org/id/term/kor/HO>,
        <http://lexvo.org/id/term/vie/h%E1%BB%93>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wu4>,
        <http://lexvo.org/id/term/yue/%E8%91%AB>,
        "葫"^^xsd:string ;
    rdfs:comment "bottle-gourd"@en .

<http://lexvo.org/id/char/846C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%91%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C3%A0ng>,
        <http://lexvo.org/id/term/kor/%E8%91%AC>,
        <http://lexvo.org/id/term/kor/CANG>,
        <http://lexvo.org/id/term/vie/t%C3%A1ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zong3>,
        <http://lexvo.org/id/term/yue/%E8%91%AC>,
        "葬"^^xsd:string ;
    rdfs:comment "bury, inter"@en .

<http://lexvo.org/id/char/846D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%91%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C4%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C4%81%20xi%C3%A1>,
        <http://lexvo.org/id/term/kor/%E8%91%AD>,
        <http://lexvo.org/id/term/kor/KA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gaa1>,
        <http://lexvo.org/id/term/yue/%E8%91%AD>,
        "葭"^^xsd:string ;
    rdfs:comment "bulrush, reed; flute, whistle"@en .

<http://lexvo.org/id/char/846E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%91%AE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/du%C3%A0n>,
        "葮"^^xsd:string .

<http://lexvo.org/id/char/846F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%91%AF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A0o%20yu%C3%A8>,
        <http://lexvo.org/id/term/kor/%E8%91%AF>,
        <http://lexvo.org/id/term/kor/YAK%20AK>,
        <http://lexvo.org/id/term/vie/d%C6%B0%E1%BB%A3c>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/joek1%20joek3%20joek6>,
        <http://lexvo.org/id/term/yue/%E8%91%AF>,
        "葯"^^xsd:string ;
    rdfs:comment "orris root; leaf of the iris; medicine"@en .

<http://lexvo.org/id/char/8470> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%91%B0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%B9n%20su%C4%AB>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/seoi1%20zeon3>,
        <http://lexvo.org/id/term/yue/%E8%91%B0>,
        "葰"^^xsd:string .

<http://lexvo.org/id/char/8471> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%91%B1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C5%8Dng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C5%8Dng%20chu%C4%81ng>,
        <http://lexvo.org/id/term/kor/%E8%91%B1>,
        <http://lexvo.org/id/term/kor/CHONG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cung1>,
        <http://lexvo.org/id/term/yue/%E8%91%B1>,
        "葱"^^xsd:string ;
    rdfs:comment "scallions, leeks, green onions"@en .

<http://lexvo.org/id/char/8472> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%91%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qu%C3%A1n>,
        "葲"^^xsd:string .

<http://lexvo.org/id/char/8473> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%91%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C4%93i>,
        <http://lexvo.org/id/term/kor/%E8%91%B3>,
        <http://lexvo.org/id/term/kor/WI>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wai1>,
        <http://lexvo.org/id/term/yue/%E8%91%B3>,
        "葳"^^xsd:string ;
    rdfs:comment "luxuriant, flourishing; used for various plants"@en .

<http://lexvo.org/id/char/8474> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%91%B4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C4%93n%20qi%C3%A1n%20xi%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zam1>,
        <http://lexvo.org/id/term/yue/%E8%91%B4>,
        "葴"^^xsd:string .

<http://lexvo.org/id/char/8475> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%91%B5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ku%C3%AD>,
        <http://lexvo.org/id/term/kor/%E8%91%B5>,
        <http://lexvo.org/id/term/kor/KYU>,
        <http://lexvo.org/id/term/vie/qu%E1%BB%B3>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kwai4>,
        <http://lexvo.org/id/term/yue/%E8%91%B5>,
        "葵"^^xsd:string ;
    rdfs:comment "sunflower; measure"@en .

<http://lexvo.org/id/char/8476> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%91%B6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%ADng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%ADng%20d%C7%90ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ting4>,
        <http://lexvo.org/id/term/yue/%E8%91%B6>,
        "葶"^^xsd:string ;
    rdfs:comment "Draba nemerosa bebe carpa"@en .

<http://lexvo.org/id/char/8477> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%91%B7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C5%ABn%20x%C5%ABn>,
        <http://lexvo.org/id/term/kor/%E8%91%B7>,
        <http://lexvo.org/id/term/kor/HWUN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fan1>,
        <http://lexvo.org/id/term/yue/%E8%91%B7>,
        "葷"^^xsd:string ;
    rdfs:comment "meat diet; strong smelling"@en .

<http://lexvo.org/id/char/8478> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%91%B8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C7%90>,
        <http://lexvo.org/id/term/vie/t%C6%A1i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/saai2>,
        <http://lexvo.org/id/term/yue/%E8%91%B8>,
        "葸"^^xsd:string ;
    rdfs:comment "afraid, bashful"@en .

<http://lexvo.org/id/char/8479> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%91%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C4%AB>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/si1>,
        <http://lexvo.org/id/term/yue/%E8%91%B9>,
        "葹"^^xsd:string ;
    rdfs:comment "kind of chrysanthemum, xanthium"@en .

<http://lexvo.org/id/char/847A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%91%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C3%AC>,
        <http://lexvo.org/id/term/kor/%E8%91%BA>,
        <http://lexvo.org/id/term/kor/CUP>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cap1>,
        <http://lexvo.org/id/term/yue/%E8%91%BA>,
        "葺"^^xsd:string ;
    rdfs:comment "thatch; fix, repair; pile up"@en .

<http://lexvo.org/id/char/847B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%91%BB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%A1n>,
        <http://lexvo.org/id/term/vie/b%C3%B4ng>,
        "葻"^^xsd:string .

<http://lexvo.org/id/char/847C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%91%BC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C5%8Dng>,
        "葼"^^xsd:string .

<http://lexvo.org/id/char/847D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%91%BD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C4%81o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jiu1>,
        <http://lexvo.org/id/term/yue/%E8%91%BD>,
        "葽"^^xsd:string ;
    rdfs:comment "type of grain, Polygala japonica"@en .

<http://lexvo.org/id/char/847E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%91%BE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/yu%C4%81n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jyun1>,
        <http://lexvo.org/id/term/yue/%E8%91%BE>,
        "葾"^^xsd:string ;
    rdfs:comment "(Cant.) a bad smell"@en .

<http://lexvo.org/id/char/847F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%91%BF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A9i>,
        "葿"^^xsd:string .

<http://lexvo.org/id/char/8480> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%92%80>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C5%ABn>,
        "蒀"^^xsd:string .

<http://lexvo.org/id/char/8481> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%92%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%B9>,
        "蒁"^^xsd:string .

<http://lexvo.org/id/char/8482> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%92%82>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%AC>,
        <http://lexvo.org/id/term/kor/%E8%92%82>,
        <http://lexvo.org/id/term/kor/CHEY>,
        <http://lexvo.org/id/term/vie/%C4%91%E1%BA%BF>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dai3>,
        <http://lexvo.org/id/term/yue/%E8%92%82>,
        "蒂"^^xsd:string ;
    rdfs:comment "peduncle or stem of plants"@en .

<http://lexvo.org/id/char/8483> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%92%83>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zhu%C3%A0n>,
        "蒃"^^xsd:string .

<http://lexvo.org/id/char/8484> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%92%84>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/gu%C4%81n>,
        "蒄"^^xsd:string .

<http://lexvo.org/id/char/8485> a lvont:Character ;
    lvont:represents "蒅"^^xsd:string .

<http://lexvo.org/id/char/8486> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%92%86>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xu%C4%93>,
        "蒆"^^xsd:string .

<http://lexvo.org/id/char/8487> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%92%87>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C7%8En>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cin2%20zin2>,
        <http://lexvo.org/id/term/yue/%E8%92%87>,
        "蒇"^^xsd:string ;
    rdfs:comment "finish, complete; solve; complete"@en .

<http://lexvo.org/id/char/8488> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%92%88>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C7%8Ei>,
        "蒈"^^xsd:string ;
    rdfs:comment "an organic compound"@en .

<http://lexvo.org/id/char/8489> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%92%89>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ku%C3%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ku%C3%AC%20ku%C3%A0i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gwai6>,
        <http://lexvo.org/id/term/yue/%E8%92%89>,
        "蒉"^^xsd:string ;
    rdfs:comment "edible amaranth; straw basket"@en .

<http://lexvo.org/id/char/848A> a lvont:Character ;
    lvont:represents "蒊"^^xsd:string .

<http://lexvo.org/id/char/848B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%92%8B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C7%8Eng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C7%8Eng%20ji%C4%81ng>,
        <http://lexvo.org/id/term/kor/%E8%92%8B>,
        <http://lexvo.org/id/term/kor/CANG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zoeng2>,
        <http://lexvo.org/id/term/yue/%E8%92%8B>,
        "蒋"^^xsd:string ;
    rdfs:comment "surname; hydropyrum latifalium"@en .

<http://lexvo.org/id/char/848C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%92%8C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%B3u>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%B3u%20li%C7%94>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lau4>,
        <http://lexvo.org/id/term/yue/%E8%92%8C>,
        "蒌"^^xsd:string ;
    rdfs:comment "artemisia stelleriana"@en .

<http://lexvo.org/id/char/848D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%92%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C3%A9i%20w%C4%9Bi>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C4%9Bi>,
        <http://lexvo.org/id/term/kor/%E8%92%8D>,
        <http://lexvo.org/id/term/kor/WI>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wai2>,
        <http://lexvo.org/id/term/yue/%E8%92%8D>,
        "蒍"^^xsd:string .

<http://lexvo.org/id/char/848E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%92%8E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%A0i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/paai3>,
        <http://lexvo.org/id/term/yue/%E8%92%8E>,
        "蒎"^^xsd:string .

<http://lexvo.org/id/char/848F> a lvont:Character ;
    lvont:represents "蒏"^^xsd:string .

<http://lexvo.org/id/char/8490> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%92%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C5%8Du>,
        <http://lexvo.org/id/term/kor/%E8%92%90>,
        <http://lexvo.org/id/term/kor/SWU>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sau1>,
        <http://lexvo.org/id/term/yue/%E8%92%90>,
        "蒐"^^xsd:string ;
    rdfs:comment "collect, gather, assemble; seek; spring hunt; assemble for war"@en .

<http://lexvo.org/id/char/8491> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%92%91>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C4%ABn>,
        "蒑"^^xsd:string .

<http://lexvo.org/id/char/8492> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%92%92>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C4%AB>,
        "蒒"^^xsd:string .

<http://lexvo.org/id/char/8493> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%92%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%BAn>,
        "蒓"^^xsd:string ;
    rdfs:comment "an edible water; plant-brasenia"@en .

<http://lexvo.org/id/char/8494> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%92%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%AD%201051.031%3Ash%C3%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%AD%20sh%C3%AC>,
        <http://lexvo.org/id/term/kor/%E8%92%94>,
        <http://lexvo.org/id/term/kor/SI>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/si4>,
        <http://lexvo.org/id/term/yue/%E8%92%94>,
        "蒔"^^xsd:string ;
    rdfs:comment "transplant; plant; dill, Anethum graveolens"@en .

<http://lexvo.org/id/char/8495> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%92%95>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C5%ABn>,
        "蒕"^^xsd:string .

<http://lexvo.org/id/char/8496> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%92%96>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C4%93n>,
        "蒖"^^xsd:string ;
    rdfs:comment "plant name"@en .

<http://lexvo.org/id/char/8497> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%92%97>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%A0ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/long6>,
        <http://lexvo.org/id/term/yue/%E8%92%97>,
        "蒗"^^xsd:string .

<http://lexvo.org/id/char/8498> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%92%98>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C3%BA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jyu4>,
        <http://lexvo.org/id/term/yue/%E8%92%98>,
        "蒘"^^xsd:string .

<http://lexvo.org/id/char/8499> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%92%99>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A9ng%20m%C4%93ng%20m%C4%9Bng%20m%C3%A1ng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C4%93ng%200777.070%3Am%C3%A9ng%200778.120%3Am%C4%9Bng>,
        <http://lexvo.org/id/term/kor/%E8%92%99>,
        <http://lexvo.org/id/term/kor/MONG>,
        <http://lexvo.org/id/term/vie/m%C3%B4ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mung4>,
        <http://lexvo.org/id/term/yue/%E8%92%99>,
        "蒙"^^xsd:string ;
    rdfs:comment "cover; ignorant; suffer; mongolia"@en .

<http://lexvo.org/id/char/849A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%92%9A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A9>,
        "蒚"^^xsd:string .

<http://lexvo.org/id/char/849B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%92%9B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qu%C4%93>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kyut3>,
        <http://lexvo.org/id/term/yue/%E8%92%9B>,
        "蒛"^^xsd:string .

<http://lexvo.org/id/char/849C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%92%9C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/su%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E8%92%9C>,
        <http://lexvo.org/id/term/kor/SAN>,
        <http://lexvo.org/id/term/vie/t%E1%BB%8Fi>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/syun3>,
        <http://lexvo.org/id/term/yue/%E8%92%9C>,
        "蒜"^^xsd:string ;
    rdfs:comment "garlic"@en .

<http://lexvo.org/id/char/849D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%92%9D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/yu%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jyun4>,
        <http://lexvo.org/id/term/yue/%E8%92%9D>,
        "蒝"^^xsd:string .

<http://lexvo.org/id/char/849E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%92%9E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%AC>,
        <http://lexvo.org/id/term/kor/%E8%92%9E>,
        <http://lexvo.org/id/term/kor/LI>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lei6>,
        <http://lexvo.org/id/term/yue/%E8%92%9E>,
        "蒞"^^xsd:string ;
    rdfs:comment "reach, arrive; manage"@en .

<http://lexvo.org/id/char/849F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%92%9F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C7%94>,
        <http://lexvo.org/id/term/kor/%E8%92%9F>,
        <http://lexvo.org/id/term/kor/KWU>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/geoi2%20lau1>,
        <http://lexvo.org/id/term/yue/%E8%92%9F>,
        "蒟"^^xsd:string ;
    rdfs:comment "betel pepper; Amorphaphalus konjac"@en .

<http://lexvo.org/id/char/84A0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%92%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C3%AD%20x%C4%AB>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sik1>,
        <http://lexvo.org/id/term/yue/%E8%92%A0>,
        "蒠"^^xsd:string .

<http://lexvo.org/id/char/84A1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%92%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%A0ng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%A0ng%20p%C3%A1ng>,
        <http://lexvo.org/id/term/kor/%E8%92%A1>,
        <http://lexvo.org/id/term/kor/PANG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bong2>,
        <http://lexvo.org/id/term/yue/%E8%92%A1>,
        "蒡"^^xsd:string ;
    rdfs:comment "burdock, herb"@en .

<http://lexvo.org/id/char/84A2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%92%A2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%BA>,
        "蒢"^^xsd:string .

<http://lexvo.org/id/char/84A3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%92%A3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C3%BA>,
        <http://lexvo.org/id/term/vie/d%E1%BB%ABa>,
        "蒣"^^xsd:string .

<http://lexvo.org/id/char/84A4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%92%A4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%BA>,
        "蒤"^^xsd:string .

<http://lexvo.org/id/char/84A5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%92%A5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C3%BA>,
        "蒥"^^xsd:string .

<http://lexvo.org/id/char/84A6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%92%A6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C3%B2%20yu%C4%93>,
        "蒦"^^xsd:string ;
    rdfs:comment "to measure; to calculate"@en .

<http://lexvo.org/id/char/84A7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%92%A7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C4%93n%20di%C7%8En>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dim2>,
        <http://lexvo.org/id/term/yue/%E8%92%A7>,
        "蒧"^^xsd:string .

<http://lexvo.org/id/char/84A8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%92%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E8%92%A8>,
        <http://lexvo.org/id/term/kor/CHEN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sin3>,
        <http://lexvo.org/id/term/yue/%E8%92%A8>,
        "蒨"^^xsd:string ;
    rdfs:comment "lush vegetation, luxuriant growth"@en .

<http://lexvo.org/id/char/84A9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%92%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C5%AB>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zou1>,
        <http://lexvo.org/id/term/yue/%E8%92%A9>,
        "蒩"^^xsd:string .

<http://lexvo.org/id/char/84AA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%92%AA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%B2>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/pok3>,
        <http://lexvo.org/id/term/yue/%E8%92%AA>,
        "蒪"^^xsd:string .

<http://lexvo.org/id/char/84AB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%92%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/cu%C5%8D>,
        "蒫"^^xsd:string .

<http://lexvo.org/id/char/84AC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%92%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/yu%C4%81n>,
        "蒬"^^xsd:string .

<http://lexvo.org/id/char/84AD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%92%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%BA>,
        <http://lexvo.org/id/term/kor/%E8%92%AD>,
        <http://lexvo.org/id/term/kor/CHWU>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/co1>,
        <http://lexvo.org/id/term/yue/%E8%92%AD>,
        "蒭"^^xsd:string ;
    rdfs:comment "to cut grass; hay; fodder"@en .

<http://lexvo.org/id/char/84AE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%92%AE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%B9>,
        "蒮"^^xsd:string .

<http://lexvo.org/id/char/84AF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%92%AF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ku%C7%8Ei>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ku%C7%8Ei%20ku%C3%A0i>,
        <http://lexvo.org/id/term/kor/%E8%92%AF>,
        <http://lexvo.org/id/term/kor/KOY>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gwaai2>,
        <http://lexvo.org/id/term/yue/%E8%92%AF>,
        "蒯"^^xsd:string ;
    rdfs:comment "a rush, of which various things are made"@en .

<http://lexvo.org/id/char/84B0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%92%B0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%A1n>,
        "蒰"^^xsd:string .

<http://lexvo.org/id/char/84B1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%92%B1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%BA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/po4%20pou4>,
        <http://lexvo.org/id/term/yue/%E8%92%B1>,
        "蒱"^^xsd:string ;
    rdfs:comment "gambling game with dice"@en .

<http://lexvo.org/id/char/84B2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%92%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%BA%20b%C3%B3>,
        <http://lexvo.org/id/term/kor/%E8%92%B2>,
        <http://lexvo.org/id/term/kor/PHO>,
        <http://lexvo.org/id/term/vie/b%E1%BB%93>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/pou4>,
        <http://lexvo.org/id/term/yue/%E8%92%B2>,
        "蒲"^^xsd:string ;
    rdfs:comment "type of rush; vine"@en .

<http://lexvo.org/id/char/84B3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%92%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C3%A0>,
        "蒳"^^xsd:string .

<http://lexvo.org/id/char/84B4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%92%B4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/shu%C3%B2>,
        <http://lexvo.org/id/term/kor/%E8%92%B4>,
        <http://lexvo.org/id/term/kor/SAK>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sok3>,
        <http://lexvo.org/id/term/yue/%E8%92%B4>,
        "蒴"^^xsd:string ;
    rdfs:comment "seed (capsule)"@en .

<http://lexvo.org/id/char/84B5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%92%B5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C4%AB%20x%C3%AD%20x%C3%AC>,
        "蒵"^^xsd:string .

<http://lexvo.org/id/char/84B6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%92%B6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%A9n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fan4>,
        <http://lexvo.org/id/term/yue/%E8%92%B6>,
        "蒶"^^xsd:string .

<http://lexvo.org/id/char/84B7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%92%B7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%BAn>,
        "蒷"^^xsd:string .

<http://lexvo.org/id/char/84B8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%92%B8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C4%93ng>,
        <http://lexvo.org/id/term/kor/%E8%92%B8>,
        <http://lexvo.org/id/term/kor/CUNG>,
        <http://lexvo.org/id/term/vie/ch%C6%B0ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zing1>,
        <http://lexvo.org/id/term/yue/%E8%92%B8>,
        "蒸"^^xsd:string ;
    rdfs:comment "steam; evaporate"@en .

<http://lexvo.org/id/char/84B9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%92%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C4%81n>,
        <http://lexvo.org/id/term/kor/%E8%92%B9>,
        <http://lexvo.org/id/term/kor/KYEM>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gim1>,
        <http://lexvo.org/id/term/yue/%E8%92%B9>,
        "蒹"^^xsd:string ;
    rdfs:comment "reed, phragmites communis"@en .

<http://lexvo.org/id/char/84BA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%92%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%AD>,
        <http://lexvo.org/id/term/kor/%E8%92%BA>,
        <http://lexvo.org/id/term/kor/CIL>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zat6>,
        <http://lexvo.org/id/term/yue/%E8%92%BA>,
        "蒺"^^xsd:string ;
    rdfs:comment "furze; gorse"@en .

<http://lexvo.org/id/char/84BB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%92%BB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ru%C3%B2>,
        <http://lexvo.org/id/term/kor/%E8%92%BB>,
        <http://lexvo.org/id/term/kor/YAK>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/joek6>,
        <http://lexvo.org/id/term/yue/%E8%92%BB>,
        "蒻"^^xsd:string ;
    rdfs:comment "rushes"@en .

<http://lexvo.org/id/char/84BC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%92%BC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C4%81ng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C4%81ng%20c%C7%8Eng>,
        <http://lexvo.org/id/term/kor/%E8%92%BC>,
        <http://lexvo.org/id/term/kor/CHANG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cong1>,
        <http://lexvo.org/id/term/yue/%E8%92%BC>,
        "蒼"^^xsd:string ;
    rdfs:comment "blue; green"@en .

<http://lexvo.org/id/char/84BD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C4%93n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%92%BD>,
        "蒽"^^xsd:string ;
    rdfs:comment "anthracene"@en .

<http://lexvo.org/id/char/84BE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%92%BE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%AD>,
        "蒾"^^xsd:string .

<http://lexvo.org/id/char/84BF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%92%BF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C4%81o>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C4%81o%20g%C7%8Eo>,
        <http://lexvo.org/id/term/kor/%E8%92%BF>,
        <http://lexvo.org/id/term/kor/HO>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hou1>,
        <http://lexvo.org/id/term/yue/%E8%92%BF>,
        "蒿"^^xsd:string ;
    rdfs:comment "mugwort, artemisia; give off"@en .

<http://lexvo.org/id/char/84C0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%93%80>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C5%ABn>,
        <http://lexvo.org/id/term/kor/%E8%93%80>,
        <http://lexvo.org/id/term/kor/SO>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/syun1>,
        <http://lexvo.org/id/term/yue/%E8%93%80>,
        "蓀"^^xsd:string ;
    rdfs:comment "aromatic grass; iris, flower"@en .

<http://lexvo.org/id/char/84C1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%93%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C4%93n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C4%93n%20q%C3%ADn>,
        <http://lexvo.org/id/term/kor/%E8%93%81>,
        <http://lexvo.org/id/term/kor/CIN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zeon1>,
        <http://lexvo.org/id/term/yue/%E8%93%81>,
        "蓁"^^xsd:string ;
    rdfs:comment "abundant, luxuriant vegetation"@en .

<http://lexvo.org/id/char/84C2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%93%82>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%ADng>,
        <http://lexvo.org/id/term/kor/%E8%93%82>,
        <http://lexvo.org/id/term/kor/MYENG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ming4>,
        <http://lexvo.org/id/term/yue/%E8%93%82>,
        "蓂"^^xsd:string ;
    rdfs:comment "lucky place"@en .

<http://lexvo.org/id/char/84C3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%93%83>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%B2>,
        <http://lexvo.org/id/term/vie/s%E1%BA%A5u>,
        "蓃"^^xsd:string .

<http://lexvo.org/id/char/84C4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%93%84>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C3%B9>,
        <http://lexvo.org/id/term/kor/%E8%93%84>,
        <http://lexvo.org/id/term/kor/CHWUK>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cuk1>,
        <http://lexvo.org/id/term/yue/%E8%93%84>,
        "蓄"^^xsd:string ;
    rdfs:comment "store, save, hoard, gather"@en .

<http://lexvo.org/id/char/84C5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%93%85>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C3%BA>,
        "蓅"^^xsd:string .

<http://lexvo.org/id/char/84C6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%93%86>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C3%AD>,
        <http://lexvo.org/id/term/kor/%E8%93%86>,
        <http://lexvo.org/id/term/kor/SEK>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zek6%20zik6>,
        <http://lexvo.org/id/term/yue/%E8%93%86>,
        "蓆"^^xsd:string ;
    rdfs:comment "straw mat, mat"@en .

<http://lexvo.org/id/char/84C7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%93%87>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C7%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C7%94%20g%C5%AB>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gwat1>,
        <http://lexvo.org/id/term/yue/%E8%93%87>,
        "蓇"^^xsd:string ;
    rdfs:comment "follicles of plants"@en .

<http://lexvo.org/id/char/84C8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%93%88>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%A1ng>,
        "蓈"^^xsd:string .

<http://lexvo.org/id/char/84C9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%93%89>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/r%C3%B3ng>,
        <http://lexvo.org/id/term/kor/%E8%93%89>,
        <http://lexvo.org/id/term/kor/YONG>,
        <http://lexvo.org/id/term/vie/rong>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jung4>,
        <http://lexvo.org/id/term/yue/%E8%93%89>,
        "蓉"^^xsd:string ;
    rdfs:comment "hibiscus; Chengdu, Sichuan"@en .

<http://lexvo.org/id/char/84CA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%93%8A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C4%9Bng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C4%9Bng%20w%C3%A8ng>,
        <http://lexvo.org/id/term/kor/%E8%93%8A>,
        <http://lexvo.org/id/term/kor/ONG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jung2>,
        <http://lexvo.org/id/term/yue/%E8%93%8A>,
        "蓊"^^xsd:string ;
    rdfs:comment "luxuriant vegetation; lush"@en .

<http://lexvo.org/id/char/84CB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%93%8B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C3%A0i%200373.041%3Ag%C4%9B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C3%A0i%20g%C4%9B%20h%C3%A9>,
        <http://lexvo.org/id/term/kor/%E8%93%8B>,
        <http://lexvo.org/id/term/kor/KAY%20HAP>,
        <http://lexvo.org/id/term/vie/c%C3%A1i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gap3%20goi3%20hap6%20koi3>,
        <http://lexvo.org/id/term/yue/%E8%93%8B>,
        "蓋"^^xsd:string ;
    rdfs:comment "cover, hide, protect"@en .

<http://lexvo.org/id/char/84CC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%93%8C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/cu%C3%B2>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/co3%20co5>,
        <http://lexvo.org/id/term/yue/%E8%93%8C>,
        "蓌"^^xsd:string ;
    rdfs:comment "pretend; crouch"@en .

<http://lexvo.org/id/char/84CD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%93%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C4%AB>,
        <http://lexvo.org/id/term/kor/%E8%93%8D>,
        <http://lexvo.org/id/term/kor/SI>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/si1>,
        <http://lexvo.org/id/term/yue/%E8%93%8D>,
        "蓍"^^xsd:string ;
    rdfs:comment "milfoil, plant used in divination"@en .

<http://lexvo.org/id/char/84CE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%93%8E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%A1ng>,
        "蓎"^^xsd:string .

<http://lexvo.org/id/char/84CF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%93%8F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/lu%C7%92>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lo2>,
        <http://lexvo.org/id/term/yue/%E8%93%8F>,
        "蓏"^^xsd:string ;
    rdfs:comment "fruit of plant; melon"@en .

<http://lexvo.org/id/char/84D0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%93%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/r%C3%B9>,
        <http://lexvo.org/id/term/kor/%E8%93%90>,
        <http://lexvo.org/id/term/kor/YOK>,
        <http://lexvo.org/id/term/vie/d%E1%BB%91i%20n%C3%B3c>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/juk6>,
        <http://lexvo.org/id/term/yue/%E8%93%90>,
        "蓐"^^xsd:string ;
    rdfs:comment "straw bed mat; rushes"@en .

<http://lexvo.org/id/char/84D1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%93%91>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/su%C5%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/su%C5%8D%20s%C4%81i%20su%C4%AB>,
        <http://lexvo.org/id/term/kor/%E8%93%91>,
        <http://lexvo.org/id/term/kor/SA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/so1>,
        <http://lexvo.org/id/term/yue/%E8%93%91>,
        "蓑"^^xsd:string ;
    rdfs:comment "rain coat made of straw, coir, etc."@en .

<http://lexvo.org/id/char/84D2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%93%92>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C4%81n>,
        "蓒"^^xsd:string .

<http://lexvo.org/id/char/84D3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%93%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%A8i>,
        <http://lexvo.org/id/term/kor/%E8%93%93>,
        <http://lexvo.org/id/term/kor/PAY>,
        <http://lexvo.org/id/term/vie/b%E1%BB%A5i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bui3%20pui4%20pui5>,
        <http://lexvo.org/id/term/yue/%E8%93%93>,
        "蓓"^^xsd:string ;
    rdfs:comment "bud"@en .

<http://lexvo.org/id/char/84D4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%93%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%8Eo>,
        "蓔"^^xsd:string .

<http://lexvo.org/id/char/84D5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%93%95>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/gu%C3%AC>,
        "蓕"^^xsd:string .

<http://lexvo.org/id/char/84D6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%93%96>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%AC%20b%C4%AB>,
        <http://lexvo.org/id/term/kor/%E8%93%96>,
        <http://lexvo.org/id/term/kor/PI>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bei6>,
        <http://lexvo.org/id/term/yue/%E8%93%96>,
        "蓖"^^xsd:string ;
    rdfs:comment "castor-oil plant, Ricinus commumis"@en .

<http://lexvo.org/id/char/84D7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%93%97>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C7%92ng>,
        "蓗"^^xsd:string ;
    rdfs:comment "a plant; five-fold"@en .

<http://lexvo.org/id/char/84D8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%93%98>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C7%94n>,
        "蓘"^^xsd:string .

<http://lexvo.org/id/char/84D9> a lvont:Character ;
    lvont:represents "蓙"^^xsd:string ;
    rdfs:comment "a mat, matting"@en .

<http://lexvo.org/id/char/84DA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%93%9A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ti%C3%A1o>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C5%AB>,
        <http://lexvo.org/id/term/kor/%E8%93%9A>,
        <http://lexvo.org/id/term/kor/SWU%20CO>,
        "蓚"^^xsd:string ;
    rdfs:comment "oxalic (used in compounds)"@en .

<http://lexvo.org/id/char/84DB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%93%9B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C3%A8>,
        "蓛"^^xsd:string .

<http://lexvo.org/id/char/84DC> a lvont:Character ;
    lvont:represents "蓜"^^xsd:string .

<http://lexvo.org/id/char/84DD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%93%9D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%A1n%20la>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/la%200672.120%3Al%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/laam4>,
        <http://lexvo.org/id/term/yue/%E8%93%9D>,
        "蓝"^^xsd:string ;
    rdfs:comment "blue; indigo plant; surname"@en .

<http://lexvo.org/id/char/84DE> a lvont:Character ;
    lvont:represents "蓞"^^xsd:string .

<http://lexvo.org/id/char/84DF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%93%9F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gai3>,
        <http://lexvo.org/id/term/yue/%E8%93%9F>,
        "蓟"^^xsd:string ;
    rdfs:comment "circium, thistles; surname"@en .

<http://lexvo.org/id/char/84E0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%93%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lei4>,
        <http://lexvo.org/id/term/yue/%E8%93%A0>,
        "蓠"^^xsd:string ;
    rdfs:comment "gracilaria verrucosa"@en .

<http://lexvo.org/id/char/84E1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%93%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C4%81n%20sh%C4%93n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C4%93n>,
        "蓡"^^xsd:string .

<http://lexvo.org/id/char/84E2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%93%A2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%A1ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/long1>,
        <http://lexvo.org/id/term/yue/%E8%93%A2>,
        "蓢"^^xsd:string ;
    rdfs:comment "(Cant.) brake, fern"@en .

<http://lexvo.org/id/char/84E3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%93%A3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jyu6>,
        <http://lexvo.org/id/term/yue/%E8%93%A3>,
        "蓣"^^xsd:string ;
    rdfs:comment "yam"@en .

<http://lexvo.org/id/char/84E4> a lvont:Character ;
    lvont:represents "蓤"^^xsd:string .

<http://lexvo.org/id/char/84E5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%93%A5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%ACng%20y%C3%ADng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%ADng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jing4>,
        <http://lexvo.org/id/term/yue/%E8%93%A5>,
        "蓥"^^xsd:string ;
    rdfs:comment "polish"@en .

<http://lexvo.org/id/char/84E6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%93%A6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%B2>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mak6>,
        <http://lexvo.org/id/term/yue/%E8%93%A6>,
        "蓦"^^xsd:string ;
    rdfs:comment "suddenly, quickly, abruptly"@en .

<http://lexvo.org/id/char/84E7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%93%A7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/di%C3%A0o>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/di%C3%A0o%20ti%C4%81o%20ti%C3%A1o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/diu6%20tiu4>,
        <http://lexvo.org/id/term/yue/%E8%93%A7>,
        "蓧"^^xsd:string ;
    rdfs:comment "bamboo basket; weeder; rake"@en .

<http://lexvo.org/id/char/84E8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%93%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ti%C3%A1o>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ti%C4%81o%20ti%C3%A1o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sau1%20tiu1%20tiu4>,
        <http://lexvo.org/id/term/yue/%E8%93%A8>,
        "蓨"^^xsd:string .

<http://lexvo.org/id/char/84E9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%93%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A0o>,
        "蓩"^^xsd:string .

<http://lexvo.org/id/char/84EA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%93%AA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C5%8Dng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tung1>,
        <http://lexvo.org/id/term/yue/%E8%93%AA>,
        "蓪"^^xsd:string ;
    rdfs:comment "paper-plant; Aralia papyrifera"@en .

<http://lexvo.org/id/char/84EB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%93%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%BA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zuk6>,
        <http://lexvo.org/id/term/yue/%E8%93%AB>,
        "蓫"^^xsd:string ;
    rdfs:comment "dock"@en .

<http://lexvo.org/id/char/84EC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%93%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%A9ng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%A9ng%20p%C3%A8ng>,
        <http://lexvo.org/id/term/kor/%E8%93%AC>,
        <http://lexvo.org/id/term/kor/PONG>,
        <http://lexvo.org/id/term/vie/b%E1%BB%93ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fung4%20pung4>,
        <http://lexvo.org/id/term/yue/%E8%93%AC>,
        "蓬"^^xsd:string ;
    rdfs:comment "type of raspberry; fairyland"@en .

<http://lexvo.org/id/char/84ED> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C4%81n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%93%AD>,
        <http://lexvo.org/id/term/kor/%E8%93%AD>,
        <http://lexvo.org/id/term/kor/AM>,
        "蓭"^^xsd:string .

<http://lexvo.org/id/char/84EE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%93%AE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C3%A1n%20li%C7%8En>,
        <http://lexvo.org/id/term/kor/%E8%93%AE>,
        <http://lexvo.org/id/term/kor/LYEN>,
        <http://lexvo.org/id/term/vie/sen>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lin4>,
        <http://lexvo.org/id/term/yue/%E8%93%AE>,
        "蓮"^^xsd:string ;
    rdfs:comment "lotus, water lily; paradise"@en .

<http://lexvo.org/id/char/84EF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%93%AF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C5%8Dng>,
        <http://lexvo.org/id/term/kor/%E8%93%AF>,
        <http://lexvo.org/id/term/kor/CHONG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cung1>,
        <http://lexvo.org/id/term/yue/%E8%93%AF>,
        "蓯"^^xsd:string ;
    rdfs:comment "medicinal herb"@en .

<http://lexvo.org/id/char/84F0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%93%B0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C7%90>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/saai2>,
        <http://lexvo.org/id/term/yue/%E8%93%B0>,
        "蓰"^^xsd:string ;
    rdfs:comment "to increase five-fold"@en .

<http://lexvo.org/id/char/84F1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%93%B1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%ADng>,
        <http://lexvo.org/id/term/kor/%E8%93%B1>,
        <http://lexvo.org/id/term/kor/PHYENG>,
        "蓱"^^xsd:string .

<http://lexvo.org/id/char/84F2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%93%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C5%AB%20x%C5%AB>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hau1%20jau1>,
        <http://lexvo.org/id/term/yue/%E8%93%B2>,
        "蓲"^^xsd:string .

<http://lexvo.org/id/char/84F3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%93%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%ACn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gan2>,
        <http://lexvo.org/id/term/yue/%E8%93%B3>,
        "蓳"^^xsd:string .

<http://lexvo.org/id/char/84F4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%93%B4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%BAn>,
        <http://lexvo.org/id/term/kor/%E8%93%B4>,
        <http://lexvo.org/id/term/kor/SWUN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/seon4>,
        <http://lexvo.org/id/term/yue/%E8%93%B4>,
        "蓴"^^xsd:string ;
    rdfs:comment "edible water plant, bracenia"@en .

<http://lexvo.org/id/char/84F5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%93%B5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%A9>,
        "蓵"^^xsd:string .

<http://lexvo.org/id/char/84F6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%93%B6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C4%9Bi>,
        "蓶"^^xsd:string .

<http://lexvo.org/id/char/84F7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%93%B7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/tu%C4%AB>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/teoi1>,
        <http://lexvo.org/id/term/yue/%E8%93%B7>,
        "蓷"^^xsd:string ;
    rdfs:comment "motherwort, various plants of the genus Leonurus, such as L. sibiricus and L. artemesia"@en .

<http://lexvo.org/id/char/84F8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%93%B8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C3%A1o>,
        "蓸"^^xsd:string .

<http://lexvo.org/id/char/84F9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%93%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%94>,
        "蓹"^^xsd:string .

<http://lexvo.org/id/char/84FA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%93%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ngai6>,
        <http://lexvo.org/id/term/yue/%E8%93%BA>,
        "蓺"^^xsd:string ;
    rdfs:comment "art; talent, ability; craft"@en .

<http://lexvo.org/id/char/84FB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%93%BB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%AD>,
        <http://lexvo.org/id/term/vie/gi%E1%BA%A5p>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zap1>,
        <http://lexvo.org/id/term/yue/%E8%93%BB>,
        "蓻"^^xsd:string ;
    rdfs:comment "(Cant.) classifier for hair"@en .

<http://lexvo.org/id/char/84FC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%93%BC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C7%8Eo%200739.050%3Al%C3%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C7%8Eo%20l%C3%B9%20l%C7%8Eo%20li%C7%94>,
        <http://lexvo.org/id/term/kor/%E8%93%BC>,
        <http://lexvo.org/id/term/kor/LYO>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/liu5%20luk6>,
        <http://lexvo.org/id/term/yue/%E8%93%BC>,
        "蓼"^^xsd:string ;
    rdfs:comment "smartweed, polygonum"@en .

<http://lexvo.org/id/char/84FD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%93%BD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%AC>,
        <http://lexvo.org/id/term/kor/%E8%93%BD>,
        <http://lexvo.org/id/term/kor/PHIL>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bat1>,
        <http://lexvo.org/id/term/yue/%E8%93%BD>,
        "蓽"^^xsd:string ;
    rdfs:comment "species of bean; piper longtum"@en .

<http://lexvo.org/id/char/84FE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%93%BE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C7%94>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lou5>,
        <http://lexvo.org/id/term/yue/%E8%93%BE>,
        "蓾"^^xsd:string .

<http://lexvo.org/id/char/84FF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%93%BF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C3%B9%20x%C3%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xu>,
        <http://lexvo.org/id/term/kor/%E8%93%BF>,
        <http://lexvo.org/id/term/kor/SWUK>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/suk1>,
        <http://lexvo.org/id/term/yue/%E8%93%BF>,
        "蓿"^^xsd:string ;
    rdfs:comment "clover, lucerne"@en .

<http://lexvo.org/id/char/8500> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%94%80>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%B9%20p%C7%92u>,
        <http://lexvo.org/id/term/kor/%E8%94%80>,
        <http://lexvo.org/id/term/kor/PWU>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bou6>,
        <http://lexvo.org/id/term/yue/%E8%94%80>,
        "蔀"^^xsd:string ;
    rdfs:comment "screen"@en .

<http://lexvo.org/id/char/8501> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%94%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C4%81ng>,
        "蔁"^^xsd:string .

<http://lexvo.org/id/char/8502> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%94%82>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%A9i>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/lu%C3%B3>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/leoi4%20lo4>,
        <http://lexvo.org/id/term/yue/%E8%94%82>,
        "蔂"^^xsd:string ;
    rdfs:comment "basket, hod"@en .

<http://lexvo.org/id/char/8503> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%94%83>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%A0ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/goeng2%20koeng2%20koeng5>,
        <http://lexvo.org/id/term/yue/%E8%94%83>,
        "蔃"^^xsd:string ;
    rdfs:comment "(Cant.) roots of plants"@en .

<http://lexvo.org/id/char/8504> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%94%84>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A0n>,
        "蔄"^^xsd:string .

<http://lexvo.org/id/char/8505> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%94%85>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A1n>,
        "蔅"^^xsd:string .

<http://lexvo.org/id/char/8506> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%94%86>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%ADng>,
        <http://lexvo.org/id/term/kor/%E8%94%86>,
        <http://lexvo.org/id/term/kor/LUNG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ling4>,
        <http://lexvo.org/id/term/yue/%E8%94%86>,
        "蔆"^^xsd:string ;
    rdfs:comment "water-chestnut, water caltrop"@en .

<http://lexvo.org/id/char/8507> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%94%87>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%AC%20x%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gei3>,
        <http://lexvo.org/id/term/yue/%E8%94%87>,
        "蔇"^^xsd:string ;
    rdfs:comment "luxuriant growth; extreme; to reach"@en .

<http://lexvo.org/id/char/8508> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%94%88>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/pi%C7%8Eo%20bi%C4%81o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/biu1>,
        <http://lexvo.org/id/term/yue/%E8%94%88>,
        "蔈"^^xsd:string .

<http://lexvo.org/id/char/8509> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%94%89>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C7%94n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gwan2>,
        <http://lexvo.org/id/term/yue/%E8%94%89>,
        "蔉"^^xsd:string ;
    rdfs:comment "earth up"@en .

<http://lexvo.org/id/char/850A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%94%8A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C7%8En%20h%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hon5%20hon6>,
        <http://lexvo.org/id/term/yue/%E8%94%8A>,
        "蔊"^^xsd:string .

<http://lexvo.org/id/char/850B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%94%8B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%AD>,
        "蔋"^^xsd:string .

<http://lexvo.org/id/char/850C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%94%8C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cuk1>,
        <http://lexvo.org/id/term/yue/%E8%94%8C>,
        "蔌"^^xsd:string ;
    rdfs:comment "vegetables"@en .

<http://lexvo.org/id/char/850D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%94%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%B9>,
        "蔍"^^xsd:string .

<http://lexvo.org/id/char/850E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%94%8E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%A8>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cit3>,
        <http://lexvo.org/id/term/yue/%E8%94%8E>,
        "蔎"^^xsd:string .

<http://lexvo.org/id/char/850F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%94%8F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C4%81ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/soeng1>,
        <http://lexvo.org/id/term/yue/%E8%94%8F>,
        "蔏"^^xsd:string .

<http://lexvo.org/id/char/8510> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%94%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%AD>,
        "蔐"^^xsd:string .

<http://lexvo.org/id/char/8511> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%94%91>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/mi%C3%A8>,
        <http://lexvo.org/id/term/kor/%E8%94%91>,
        <http://lexvo.org/id/term/kor/MYEL>,
        <http://lexvo.org/id/term/vie/mi%E1%BB%87t>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mit6>,
        <http://lexvo.org/id/term/yue/%E8%94%91>,
        "蔑"^^xsd:string ;
    rdfs:comment "disdain, disregard; slight"@en .

<http://lexvo.org/id/char/8512> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%94%92>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C5%ABn>,
        "蔒"^^xsd:string .

<http://lexvo.org/id/char/8513> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%94%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A0n%20w%C3%A0n%20m%C3%A1n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A1n%200764.040%3Am%C3%A0n%201185.030%3Aw%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E8%94%93>,
        <http://lexvo.org/id/term/kor/MAN>,
        <http://lexvo.org/id/term/vie/m%C6%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/maan4%20maan6>,
        <http://lexvo.org/id/term/yue/%E8%94%93>,
        "蔓"^^xsd:string ;
    rdfs:comment "creeping plants, tendrils, vines"@en .

<http://lexvo.org/id/char/8514> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%94%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/bo>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/bo%20b%C3%B3>,
        <http://lexvo.org/id/term/kor/%E8%94%94>,
        <http://lexvo.org/id/term/kor/POK>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/baak6>,
        <http://lexvo.org/id/term/yue/%E8%94%94>,
        "蔔"^^xsd:string ;
    rdfs:comment "radish; other root vegetables"@en .

<http://lexvo.org/id/char/8515> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%94%95>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%AC>,
        <http://lexvo.org/id/term/kor/%E8%94%95>,
        <http://lexvo.org/id/term/kor/CHEY>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/daai3%20dai3%20dai6>,
        <http://lexvo.org/id/term/yue/%E8%94%95>,
        "蔕"^^xsd:string ;
    rdfs:comment "peduncle or stem of plants"@en .

<http://lexvo.org/id/char/8516> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%94%96>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/cu%C3%B3>,
        "蔖"^^xsd:string .

<http://lexvo.org/id/char/8517> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%94%97>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%A8>,
        <http://lexvo.org/id/term/kor/%E8%94%97>,
        <http://lexvo.org/id/term/kor/CA>,
        <http://lexvo.org/id/term/vie/gi%C3%A1>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ze3>,
        <http://lexvo.org/id/term/yue/%E8%94%97>,
        "蔗"^^xsd:string ;
    rdfs:comment "sugar cane"@en .

<http://lexvo.org/id/char/8518> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%94%98>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C4%93n%20s%C4%81n%20sh%C4%93n>,
        <http://lexvo.org/id/term/kor/%E8%94%98>,
        <http://lexvo.org/id/term/kor/SAM>,
        <http://lexvo.org/id/term/vie/sam>,
        "蔘"^^xsd:string ;
    rdfs:comment "ginseng; huge"@en .

<http://lexvo.org/id/char/8519> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%94%99>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xu%C3%A0n>,
        "蔙"^^xsd:string .

<http://lexvo.org/id/char/851A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%94%9A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C3%A8i%201418.100%3Ay%C3%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C3%A8i%20y%C3%B9>,
        <http://lexvo.org/id/term/kor/%E8%94%9A>,
        <http://lexvo.org/id/term/kor/WUL%20WI>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wai3%20wat1%20wat3>,
        <http://lexvo.org/id/term/yue/%E8%94%9A>,
        "蔚"^^xsd:string ;
    rdfs:comment "luxuriant, thick; ornamental"@en .

<http://lexvo.org/id/char/851B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%94%9B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%BA>,
        "蔛"^^xsd:string ;
    rdfs:comment "a small orchid-like plant it bears white flowers a dendrobium"@en .

<http://lexvo.org/id/char/851C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C3%A1o>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%94%9C>,
        "蔜"^^xsd:string .

<http://lexvo.org/id/char/851D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%94%9D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C7%90>,
        "蔝"^^xsd:string .

<http://lexvo.org/id/char/851E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%94%9E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%B3u>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%B3u%20li%C7%94%20j%C3%B9%20l%C7%9A>,
        <http://lexvo.org/id/term/kor/%E8%94%9E>,
        <http://lexvo.org/id/term/kor/LWU>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lau4>,
        <http://lexvo.org/id/term/yue/%E8%94%9E>,
        "蔞"^^xsd:string ;
    rdfs:comment "Artemisia stelleriana"@en .

<http://lexvo.org/id/char/851F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%94%9F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C3%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C3%B9%20c%C3%B2u%20chu%C3%B2>,
        <http://lexvo.org/id/term/kor/%E8%94%9F>,
        <http://lexvo.org/id/term/kor/CWU>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cuk1%20cuk6>,
        <http://lexvo.org/id/term/yue/%E8%94%9F>,
        "蔟"^^xsd:string ;
    rdfs:comment "frame on which silkworms spin"@en .

<http://lexvo.org/id/char/8520> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%94%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C5%8Dng>,
        <http://lexvo.org/id/term/vie/ch%C3%B4ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zung1>,
        <http://lexvo.org/id/term/yue/%E8%94%A0>,
        "蔠"^^xsd:string .

<http://lexvo.org/id/char/8521> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%94%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C3%A0i>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C3%A0i%20s%C3%A0%20c%C4%81>,
        <http://lexvo.org/id/term/kor/%E8%94%A1>,
        <http://lexvo.org/id/term/kor/CHAY%20SAL>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/coi3>,
        <http://lexvo.org/id/term/yue/%E8%94%A1>,
        "蔡"^^xsd:string ;
    rdfs:comment "surname; species of tortoise"@en .

<http://lexvo.org/id/char/8522> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%94%A2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%B3>,
        "蔢"^^xsd:string .

<http://lexvo.org/id/char/8523> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%94%A3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C7%8Eng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C7%8Eng%20ji%C4%81ng>,
        <http://lexvo.org/id/term/kor/%E8%94%A3>,
        <http://lexvo.org/id/term/kor/CANG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zoeng2>,
        <http://lexvo.org/id/term/yue/%E8%94%A3>,
        "蔣"^^xsd:string ;
    rdfs:comment "surname; Hydropyrum latifalium"@en .

<http://lexvo.org/id/char/8524> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%94%A4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mat6>,
        <http://lexvo.org/id/term/yue/%E8%94%A4>,
        "蔤"^^xsd:string .

<http://lexvo.org/id/char/8525> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%94%A5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C5%8Dng>,
        <http://lexvo.org/id/term/kor/%E8%94%A5>,
        <http://lexvo.org/id/term/kor/CHONG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cung1>,
        <http://lexvo.org/id/term/yue/%E8%94%A5>,
        "蔥"^^xsd:string ;
    rdfs:comment "scallions, onions, leeks"@en .

<http://lexvo.org/id/char/8526> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%94%A6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ni%C7%8Eo>,
        <http://lexvo.org/id/term/kor/%E8%94%A6>,
        <http://lexvo.org/id/term/kor/CO>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/niu5>,
        <http://lexvo.org/id/term/yue/%E8%94%A6>,
        "蔦"^^xsd:string ;
    rdfs:comment "the convovulvus; parasitic plants such as mistletoe; Ribes ambiguum"@en .

<http://lexvo.org/id/char/8527> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%94%A7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%AC%20su%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/seoi6%20wai6>,
        <http://lexvo.org/id/term/yue/%E8%94%A7>,
        "蔧"^^xsd:string .

<http://lexvo.org/id/char/8528> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%94%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%B9n>,
        "蔨"^^xsd:string .

<http://lexvo.org/id/char/8529> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%94%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%ADn>,
        "蔩"^^xsd:string .

<http://lexvo.org/id/char/852A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%94%AA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E8%94%AA>,
        <http://lexvo.org/id/term/kor/CEM>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/saam1>,
        <http://lexvo.org/id/term/yue/%E8%94%AA>,
        "蔪"^^xsd:string .

<http://lexvo.org/id/char/852B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%94%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ni%C4%81n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C4%81n%20ni%C4%81n%20y%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jin1>,
        <http://lexvo.org/id/term/yue/%E8%94%AB>,
        "蔫"^^xsd:string ;
    rdfs:comment "withered, faded, decayed; calm"@en .

<http://lexvo.org/id/char/852C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%94%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C5%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C5%AB%20x%C5%AB%20sh%C7%94>,
        <http://lexvo.org/id/term/kor/%E8%94%AC>,
        <http://lexvo.org/id/term/kor/SO>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/so1>,
        <http://lexvo.org/id/term/yue/%E8%94%AC>,
        "蔬"^^xsd:string ;
    rdfs:comment "vegetables, greens"@en .

<http://lexvo.org/id/char/852D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%94%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%ACn%20y%C4%ABn>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C4%ABn%201382.091%3Ay%C3%ACn>,
        <http://lexvo.org/id/term/kor/%E8%94%AD>,
        <http://lexvo.org/id/term/kor/UM>,
        <http://lexvo.org/id/term/vie/%E1%BA%A5m>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jam3>,
        <http://lexvo.org/id/term/yue/%E8%94%AD>,
        "蔭"^^xsd:string ;
    rdfs:comment "shade, shelter; protect"@en .

<http://lexvo.org/id/char/852E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%94%AE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ku%C3%AC>,
        "蔮"^^xsd:string .

<http://lexvo.org/id/char/852F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%94%AF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%A9n>,
        <http://lexvo.org/id/term/kor/%E8%94%AF>,
        <http://lexvo.org/id/term/kor/CIN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/can4>,
        <http://lexvo.org/id/term/yue/%E8%94%AF>,
        "蔯"^^xsd:string ;
    rdfs:comment "a variety of artemisia"@en .

<http://lexvo.org/id/char/8530> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%94%B0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%B9>,
        "蔰"^^xsd:string .

<http://lexvo.org/id/char/8531> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%94%B1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C4%81>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/saat3>,
        <http://lexvo.org/id/term/yue/%E8%94%B1>,
        "蔱"^^xsd:string .

<http://lexvo.org/id/char/8532> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%94%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C3%B2u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kau3>,
        <http://lexvo.org/id/term/yue/%E8%94%B2>,
        "蔲"^^xsd:string ;
    rdfs:comment "nutmeg"@en .

<http://lexvo.org/id/char/8533> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%94%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C3%A0n>,
        "蔳"^^xsd:string .

<http://lexvo.org/id/char/8534> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%94%B4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A1>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/maa4>,
        <http://lexvo.org/id/term/yue/%E8%94%B4>,
        "蔴"^^xsd:string ;
    rdfs:comment "hemp; sesame; applied to other plants furnishing textile fibres"@en .

<http://lexvo.org/id/char/8535> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%94%B5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C4%81ng%20c%C3%A1ng>,
        <http://lexvo.org/id/term/kor/%E8%94%B5>,
        <http://lexvo.org/id/term/kor/CANG>,
        "蔵"^^xsd:string ;
    rdfs:comment "hide, conceal; hoard, store up"@en .

<http://lexvo.org/id/char/8536> a lvont:Character ;
    lvont:represents "蔶"^^xsd:string .

<http://lexvo.org/id/char/8537> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%94%B7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C3%A1ng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C3%A1ng%20s%C3%A8>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/coeng4>,
        <http://lexvo.org/id/term/yue/%E8%94%B7>,
        "蔷"^^xsd:string ;
    rdfs:comment "rose"@en .

<http://lexvo.org/id/char/8538> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%94%B8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C5%8Du>,
        "蔸"^^xsd:string ;
    rdfs:comment "counter for plant"@en .

<http://lexvo.org/id/char/8539> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%94%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C3%A0n%20li%C3%A1n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C7%8En>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lim4>,
        <http://lexvo.org/id/term/yue/%E8%94%B9>,
        "蔹"^^xsd:string ;
    rdfs:comment "wild vine, vitis pentaphylla"@en .

<http://lexvo.org/id/char/853A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%94%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%ACn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/leon6>,
        <http://lexvo.org/id/term/yue/%E8%94%BA>,
        "蔺"^^xsd:string ;
    rdfs:comment "rush used for making mats; surnam"@en .

<http://lexvo.org/id/char/853B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%94%BB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C3%B2u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kau3>,
        <http://lexvo.org/id/term/yue/%E8%94%BB>,
        "蔻"^^xsd:string ;
    rdfs:comment "肉豆蔻 nutmeg, 豆蔻 cardamon"@en .

<http://lexvo.org/id/char/853C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C7%8Ei>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%94%BC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/oi2>,
        <http://lexvo.org/id/term/yue/%E8%94%BC>,
        "蔼"^^xsd:string ;
    rdfs:comment "lush; affable, friendly"@en .

<http://lexvo.org/id/char/853D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%94%BD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%AC%20f%C3%B9>,
        <http://lexvo.org/id/term/kor/%E8%94%BD>,
        <http://lexvo.org/id/term/kor/PHYEY>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bai3>,
        <http://lexvo.org/id/term/yue/%E8%94%BD>,
        "蔽"^^xsd:string ;
    rdfs:comment "cover, hide, conceal; shelter"@en .

<http://lexvo.org/id/char/853E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%94%BE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lai4>,
        <http://lexvo.org/id/term/yue/%E8%94%BE>,
        "蔾"^^xsd:string ;
    rdfs:comment "kind of bramble"@en .

<http://lexvo.org/id/char/853F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%94%BF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C3%A9i>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C4%9Bi>,
        <http://lexvo.org/id/term/kor/%E8%94%BF>,
        <http://lexvo.org/id/term/kor/WI>,
        "蔿"^^xsd:string ;
    rdfs:comment "surname; place name"@en .

<http://lexvo.org/id/char/8540> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%95%80>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%AD>,
        "蕀"^^xsd:string .

<http://lexvo.org/id/char/8541> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%95%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C3%A1n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C3%BAn%20qi%C3%A1n%20t%C3%A1n>,
        <http://lexvo.org/id/term/kor/%E8%95%81>,
        <http://lexvo.org/id/term/kor/TAM>,
        <http://lexvo.org/id/term/vie/t%C3%B9m>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cam4>,
        <http://lexvo.org/id/term/yue/%E8%95%81>,
        "蕁"^^xsd:string ;
    rdfs:comment "nettle"@en .

<http://lexvo.org/id/char/8542> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%95%82>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%A8ng>,
        "蕂"^^xsd:string ;
    rdfs:comment "sesame"@en .

<http://lexvo.org/id/char/8543> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%95%83>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%A1n%20f%C4%81n%20b%C3%B3%20p%C3%AD%20b%C5%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C4%81n%200300.050%3Af%C3%A1n>,
        <http://lexvo.org/id/term/kor/%E8%95%83>,
        <http://lexvo.org/id/term/kor/PEN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/faan4>,
        <http://lexvo.org/id/term/yue/%E8%95%83>,
        "蕃"^^xsd:string ;
    rdfs:comment "foreign things"@en .

<http://lexvo.org/id/char/8544> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%95%84>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A9ng>,
        <http://lexvo.org/id/term/vie/mu%E1%BB%91ng>,
        "蕄"^^xsd:string .

<http://lexvo.org/id/char/8545> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C7%92u>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%95%85>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ngau5>,
        <http://lexvo.org/id/term/yue/%E8%95%85>,
        "蕅"^^xsd:string .

<http://lexvo.org/id/char/8546> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%95%86>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C7%8En>,
        <http://lexvo.org/id/term/kor/%E8%95%86>,
        <http://lexvo.org/id/term/kor/CHEN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cin2%20zin2>,
        <http://lexvo.org/id/term/yue/%E8%95%86>,
        "蕆"^^xsd:string ;
    rdfs:comment "finish, complete; solve; complete"@en .

<http://lexvo.org/id/char/8547> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%95%87>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/di%C7%8En>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/din2>,
        <http://lexvo.org/id/term/yue/%E8%95%87>,
        "蕇"^^xsd:string .

<http://lexvo.org/id/char/8548> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%95%88>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C3%B9n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C3%B9n%20t%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cam5>,
        <http://lexvo.org/id/term/yue/%E8%95%88>,
        "蕈"^^xsd:string ;
    rdfs:comment "mushrooms, fungus; mildew, mold"@en .

<http://lexvo.org/id/char/8549> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%95%89>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C4%81o%200921.100%3Aqi%C3%A1o>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C4%81o%20qi%C3%A1o%20qi%C4%81o>,
        <http://lexvo.org/id/term/kor/%E8%95%89>,
        <http://lexvo.org/id/term/kor/CHO>,
        <http://lexvo.org/id/term/vie/ti%C3%AAu>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ziu1>,
        <http://lexvo.org/id/term/yue/%E8%95%89>,
        "蕉"^^xsd:string ;
    rdfs:comment "banana; plantain"@en .

<http://lexvo.org/id/char/854A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%95%8A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ru%C7%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ru%C7%90%20ju%C7%8En>,
        <http://lexvo.org/id/term/kor/%E8%95%8A>,
        <http://lexvo.org/id/term/kor/YEY>,
        <http://lexvo.org/id/term/vie/nh%E1%BB%8B>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jeoi5%20jeoi6>,
        <http://lexvo.org/id/term/yue/%E8%95%8A>,
        "蕊"^^xsd:string ;
    rdfs:comment "unopened flowers, flower buds"@en .

<http://lexvo.org/id/char/854B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%95%8B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ru%C7%90>,
        <http://lexvo.org/id/term/kor/%E8%95%8B>,
        <http://lexvo.org/id/term/kor/YEY>,
        <http://lexvo.org/id/term/vie/nh%E1%BB%8B>,
        "蕋"^^xsd:string ;
    rdfs:comment "unopened flowers, flower buds"@en .

<http://lexvo.org/id/char/854C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%95%8C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C4%9Bi>,
        "蕌"^^xsd:string .

<http://lexvo.org/id/char/854D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%95%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%BA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jyu4>,
        <http://lexvo.org/id/term/yue/%E8%95%8D>,
        "蕍"^^xsd:string .

<http://lexvo.org/id/char/854E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%95%8E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C3%A1o>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C3%A1o%20ji%C4%81o>,
        <http://lexvo.org/id/term/kor/%E8%95%8E>,
        <http://lexvo.org/id/term/kor/KYO>,
        <http://lexvo.org/id/term/vie/%C6%B0%E1%BB%9Bm%20ki%E1%BB%87u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kiu4>,
        <http://lexvo.org/id/term/yue/%E8%95%8E>,
        "蕎"^^xsd:string ;
    rdfs:comment "buckwheat"@en .

<http://lexvo.org/id/char/854F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%95%8F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%BA%20zh%C5%AB%20zh%C4%81>,
        "蕏"^^xsd:string .

<http://lexvo.org/id/char/8550> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%95%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%A1>,
        "蕐"^^xsd:string ;
    rdfs:comment "splendor, glory; China"@en .

<http://lexvo.org/id/char/8551> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%95%91>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C4%81n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gaan1>,
        <http://lexvo.org/id/term/yue/%E8%95%91>,
        "蕑"^^xsd:string ;
    rdfs:comment "valeriana villosa, climbing plant"@en .

<http://lexvo.org/id/char/8552> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%95%92>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C7%8Ei>,
        "蕒"^^xsd:string ;
    rdfs:comment "a plant name"@en .

<http://lexvo.org/id/char/8553> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%95%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%BAn>,
        <http://lexvo.org/id/term/kor/%E8%95%93>,
        <http://lexvo.org/id/term/kor/WUN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wan4>,
        <http://lexvo.org/id/term/yue/%E8%95%93>,
        "蕓"^^xsd:string ;
    rdfs:comment "rue, an herb used keep insects away"@en .

<http://lexvo.org/id/char/8554> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%95%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C4%81o>,
        "蕔"^^xsd:string .

<http://lexvo.org/id/char/8555> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%95%95>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%B3u>,
        <http://lexvo.org/id/term/kor/%E8%95%95>,
        <http://lexvo.org/id/term/kor/YU>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jau4>,
        <http://lexvo.org/id/term/yue/%E8%95%95>,
        "蕕"^^xsd:string ;
    rdfs:comment "caryopteris divaricata"@en .

<http://lexvo.org/id/char/8556> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%95%96>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C3%BA>,
        <http://lexvo.org/id/term/kor/%E8%95%96>,
        <http://lexvo.org/id/term/kor/KE>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/keoi4>,
        <http://lexvo.org/id/term/yue/%E8%95%96>,
        "蕖"^^xsd:string .

<http://lexvo.org/id/char/8557> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%95%97>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lou6>,
        <http://lexvo.org/id/term/yue/%E8%95%97>,
        "蕗"^^xsd:string ;
    rdfs:comment "leucacene"@en .

<http://lexvo.org/id/char/8558> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%95%98>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/r%C3%A1o>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/r%C3%A1o%20y%C3%A1o>,
        <http://lexvo.org/id/term/kor/%E8%95%98>,
        <http://lexvo.org/id/term/kor/YO>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jiu4>,
        <http://lexvo.org/id/term/yue/%E8%95%98>,
        "蕘"^^xsd:string ;
    rdfs:comment "fuel, firewood; stubble"@en .

<http://lexvo.org/id/char/8559> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%95%99>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%AC>,
        <http://lexvo.org/id/term/kor/%E8%95%99>,
        <http://lexvo.org/id/term/kor/HYEY>,
        <http://lexvo.org/id/term/vie/hu%E1%BB%87>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wai6>,
        <http://lexvo.org/id/term/yue/%E8%95%99>,
        "蕙"^^xsd:string ;
    rdfs:comment "species of fragrant orchid"@en .

<http://lexvo.org/id/char/855A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C3%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%95%9A>,
        "蕚"^^xsd:string ;
    rdfs:comment "the calyx of a flower; younger brother"@en .

<http://lexvo.org/id/char/855B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%95%9B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%A9ng%20t%C3%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tai4>,
        <http://lexvo.org/id/term/yue/%E8%95%9B>,
        "蕛"^^xsd:string .

<http://lexvo.org/id/char/855C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%95%9C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C4%9Bi>,
        "蕜"^^xsd:string .

<http://lexvo.org/id/char/855D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%95%9D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ju%C3%A9%20zu%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zyut3>,
        <http://lexvo.org/id/term/yue/%E8%95%9D>,
        "蕝"^^xsd:string ;
    rdfs:comment "handful"@en .

<http://lexvo.org/id/char/855E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%95%9E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zu%C3%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zu%C3%AC%20ju%C3%A9%20zhu%C3%B3>,
        <http://lexvo.org/id/term/kor/%E8%95%9E>,
        <http://lexvo.org/id/term/kor/CHEY>,
        <http://lexvo.org/id/term/vie/t%E1%BB%8Fi>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zeoi3>,
        <http://lexvo.org/id/term/yue/%E8%95%9E>,
        "蕞"^^xsd:string ;
    rdfs:comment "little, small, tiny; petty"@en .

<http://lexvo.org/id/char/855F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%95%9F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%A0%20f%C3%A8i>,
        "蕟"^^xsd:string .

<http://lexvo.org/id/char/8560> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%95%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/r%C3%BA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jyu4%20jyu6>,
        <http://lexvo.org/id/term/yue/%E8%95%A0>,
        "蕠"^^xsd:string .

<http://lexvo.org/id/char/8561> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%95%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%A9n>,
        <http://lexvo.org/id/term/kor/%E8%95%A1>,
        <http://lexvo.org/id/term/kor/PWUN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fan4%20fan5>,
        <http://lexvo.org/id/term/yue/%E8%95%A1>,
        "蕡"^^xsd:string ;
    rdfs:comment "hemp seeds; plant with abundant"@en .

<http://lexvo.org/id/char/8562> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%95%A2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ku%C3%AC%20ku%C3%A0i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gwai6>,
        <http://lexvo.org/id/term/yue/%E8%95%A2>,
        "蕢"^^xsd:string ;
    rdfs:comment "edible amaranth; straw basket"@en .

<http://lexvo.org/id/char/8563> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%95%A3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%B9n>,
        <http://lexvo.org/id/term/kor/%E8%95%A3>,
        <http://lexvo.org/id/term/kor/SWUN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/seon3>,
        <http://lexvo.org/id/term/yue/%E8%95%A3>,
        "蕣"^^xsd:string ;
    rdfs:comment "hibiscus"@en .

<http://lexvo.org/id/char/8564> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%95%A4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ru%C3%AD>,
        <http://lexvo.org/id/term/kor/%E8%95%A4>,
        <http://lexvo.org/id/term/kor/YU>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jeoi4>,
        <http://lexvo.org/id/term/yue/%E8%95%A4>,
        "蕤"^^xsd:string ;
    rdfs:comment "drooping leaves; fringe soft, delicate"@en .

<http://lexvo.org/id/char/8565> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%95%A5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%8E>,
        "蕥"^^xsd:string .

<http://lexvo.org/id/char/8566> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%95%A6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C5%AB>,
        "蕦"^^xsd:string .

<http://lexvo.org/id/char/8567> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%95%A7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fuk6>,
        <http://lexvo.org/id/term/yue/%E8%95%A7>,
        "蕧"^^xsd:string .

<http://lexvo.org/id/char/8568> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%95%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ju%C3%A9>,
        <http://lexvo.org/id/term/kor/%E8%95%A8>,
        <http://lexvo.org/id/term/kor/KWEL>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kyut3>,
        <http://lexvo.org/id/term/yue/%E8%95%A8>,
        "蕨"^^xsd:string ;
    rdfs:comment "pteris aquilina, common bracken"@en .

<http://lexvo.org/id/char/8569> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%95%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%A0ng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%A0ng%20t%C4%81ng%20t%C3%A0ng>,
        <http://lexvo.org/id/term/kor/%E8%95%A9>,
        <http://lexvo.org/id/term/kor/THANG>,
        <http://lexvo.org/id/term/vie/%C4%91%C3%A3ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dong6>,
        <http://lexvo.org/id/term/yue/%E8%95%A9>,
        "蕩"^^xsd:string ;
    rdfs:comment "pond, pool; wash away, cleanse"@en .

<http://lexvo.org/id/char/856A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%95%AA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C3%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C3%BA%20w%C7%94>,
        <http://lexvo.org/id/term/kor/%E8%95%AA>,
        <http://lexvo.org/id/term/kor/MWU>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mou4>,
        <http://lexvo.org/id/term/yue/%E8%95%AA>,
        "蕪"^^xsd:string ;
    rdfs:comment "luxurious growth of weeds"@en .

<http://lexvo.org/id/char/856B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%95%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%B3ng%20d%C7%92ng>,
        <http://lexvo.org/id/term/kor/%E8%95%AB>,
        <http://lexvo.org/id/term/kor/TONG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dung2>,
        <http://lexvo.org/id/term/yue/%E8%95%AB>,
        "蕫"^^xsd:string .

<http://lexvo.org/id/char/856C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%95%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C4%AB>,
        "蕬"^^xsd:string .

<http://lexvo.org/id/char/856D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%95%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C4%81o>,
        <http://lexvo.org/id/term/kor/%E8%95%AD>,
        <http://lexvo.org/id/term/kor/SO>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/siu1>,
        <http://lexvo.org/id/term/yue/%E8%95%AD>,
        "蕭"^^xsd:string ;
    rdfs:comment "common artemisia; sighing of wind; mournful; dejected"@en .

<http://lexvo.org/id/char/856E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%95%AE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sik1>,
        <http://lexvo.org/id/term/yue/%E8%95%AE>,
        "蕮"^^xsd:string .

<http://lexvo.org/id/char/856F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%95%AF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%B3ng>,
        "蕯"^^xsd:string .

<http://lexvo.org/id/char/8570> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%95%B0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C4%93n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%B9n%20w%C4%93n>,
        <http://lexvo.org/id/term/kor/%E8%95%B0>,
        <http://lexvo.org/id/term/kor/ON>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wan1>,
        <http://lexvo.org/id/term/yue/%E8%95%B0>,
        "蕰"^^xsd:string ;
    rdfs:comment "the hippuris or mare's tail plant"@en .

<http://lexvo.org/id/char/8571> a lvont:Character ;
    lvont:represents "蕱"^^xsd:string .

<http://lexvo.org/id/char/8572> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%95%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C3%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kei4>,
        <http://lexvo.org/id/term/yue/%E8%95%B2>,
        "蕲"^^xsd:string ;
    rdfs:comment "variety of artemisia seek"@en .

<http://lexvo.org/id/char/8573> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%95%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C4%81n>,
        "蕳"^^xsd:string ;
    rdfs:comment "agueweed"@en .

<http://lexvo.org/id/char/8574> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%95%B4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%B9n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wan3>,
        <http://lexvo.org/id/term/yue/%E8%95%B4>,
        "蕴"^^xsd:string ;
    rdfs:comment "to collect, gather, store; profound"@en .

<http://lexvo.org/id/char/8575> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%95%B5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C5%ABn>,
        "蕵"^^xsd:string .

<http://lexvo.org/id/char/8576> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%95%B6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%ADng>,
        "蕶"^^xsd:string .

<http://lexvo.org/id/char/8577> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%95%B7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%B9>,
        <http://lexvo.org/id/term/vie/nh%E1%BB%B1a>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jyu6>,
        <http://lexvo.org/id/term/yue/%E8%95%B7>,
        "蕷"^^xsd:string ;
    rdfs:comment "yam"@en .

<http://lexvo.org/id/char/8578> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%95%B8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A1>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/haa4>,
        <http://lexvo.org/id/term/yue/%E8%95%B8>,
        "蕸"^^xsd:string ;
    rdfs:comment "water lily's leaf"@en .

<http://lexvo.org/id/char/8579> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%95%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C3%A8ng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C5%8Dng%20w%C3%A8ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jung1%20ngung3%20ung3>,
        <http://lexvo.org/id/term/yue/%E8%95%B9>,
        "蕹"^^xsd:string ;
    rdfs:comment "Ipomoea aquatica used as a vegetable"@en .

<http://lexvo.org/id/char/857A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%95%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%AD%20qi%C3%A8>,
        <http://lexvo.org/id/term/kor/%E8%95%BA>,
        <http://lexvo.org/id/term/kor/CUP>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cap1>,
        <http://lexvo.org/id/term/yue/%E8%95%BA>,
        "蕺"^^xsd:string .

<http://lexvo.org/id/char/857B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%95%BB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%B2ng%20h%C3%B3ng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%B3ng%200466.130%3Ah%C3%B2ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hung4%20hung6>,
        <http://lexvo.org/id/term/yue/%E8%95%BB>,
        "蕻"^^xsd:string .

<http://lexvo.org/id/char/857C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%95%BC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sei3>,
        <http://lexvo.org/id/term/yue/%E8%95%BC>,
        "蕼"^^xsd:string .

<http://lexvo.org/id/char/857D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%95%BD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C3%B3ng>,
        "蕽"^^xsd:string .

<http://lexvo.org/id/char/857E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%95%BE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C4%9Bi>,
        <http://lexvo.org/id/term/kor/%E8%95%BE>,
        <http://lexvo.org/id/term/kor/LOY>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/leoi4%20leoi5>,
        <http://lexvo.org/id/term/yue/%E8%95%BE>,
        "蕾"^^xsd:string ;
    rdfs:comment "buds, unopened flowers"@en .

<http://lexvo.org/id/char/857F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%95%BF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xu%C4%81n>,
        "蕿"^^xsd:string .

<http://lexvo.org/id/char/8580> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%96%80>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%B9n>,
        <http://lexvo.org/id/term/kor/%E8%96%80>,
        <http://lexvo.org/id/term/kor/ON>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wan1>,
        <http://lexvo.org/id/term/yue/%E8%96%80>,
        "薀"^^xsd:string ;
    rdfs:comment "the hippuris or mare's tail plant"@en .

<http://lexvo.org/id/char/8581> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%96%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/juk1>,
        <http://lexvo.org/id/term/yue/%E8%96%81>,
        "薁"^^xsd:string ;
    rdfs:comment "vine"@en .

<http://lexvo.org/id/char/8582> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%96%82>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C3%AD>,
        "薂"^^xsd:string .

<http://lexvo.org/id/char/8583> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%96%83>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A0o%20h%C7%8Eo>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hou6>,
        <http://lexvo.org/id/term/yue/%E8%96%83>,
        "薃"^^xsd:string .

<http://lexvo.org/id/char/8584> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%96%84>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%A1o%200083.040%3Ab%C3%B3%200085.050%3Ab%C3%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%B3%20b%C3%A1o%20b%C3%B2%20b%C3%B9>,
        <http://lexvo.org/id/term/kor/%E8%96%84>,
        <http://lexvo.org/id/term/kor/PAK>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bok6>,
        <http://lexvo.org/id/term/yue/%E8%96%84>,
        "薄"^^xsd:string ;
    rdfs:comment "thin, slight, weak; poor, stingy"@en .

<http://lexvo.org/id/char/8585> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%96%85>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C4%81o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hou1>,
        <http://lexvo.org/id/term/yue/%E8%96%85>,
        "薅"^^xsd:string ;
    rdfs:comment "to weed; to eradicate"@en .

<http://lexvo.org/id/char/8586> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C3%A0i>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%96%86>,
        <http://lexvo.org/id/term/kor/%E8%96%86>,
        <http://lexvo.org/id/term/kor/AY>,
        <http://lexvo.org/id/term/vie/%C3%A1i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/oi3>,
        <http://lexvo.org/id/term/yue/%E8%96%86>,
        "薆"^^xsd:string ;
    rdfs:comment "to cover; to hide; to conceal"@en .

<http://lexvo.org/id/char/8587> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%96%87>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C3%A9i%20w%C4%93i>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C4%93i>,
        <http://lexvo.org/id/term/kor/%E8%96%87>,
        <http://lexvo.org/id/term/kor/MI>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mei4>,
        <http://lexvo.org/id/term/yue/%E8%96%87>,
        "薇"^^xsd:string ;
    rdfs:comment "Osmunda regalis, a species of fern"@en .

<http://lexvo.org/id/char/8588> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%96%88>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%AC>,
        <http://lexvo.org/id/term/vie/c%C3%B3i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kui2%20wai3%20wui3%20wui6>,
        <http://lexvo.org/id/term/yue/%E8%96%88>,
        "薈"^^xsd:string ;
    rdfs:comment "luxuriant, flourishing, abundant"@en .

<http://lexvo.org/id/char/8589> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%96%89>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C3%A8i%20hu%C3%AC>,
        <http://lexvo.org/id/term/kor/%E8%96%89>,
        <http://lexvo.org/id/term/kor/YEY>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wai3>,
        <http://lexvo.org/id/term/yue/%E8%96%89>,
        "薉"^^xsd:string ;
    rdfs:comment "dirty, unclean; immoral, obscene"@en .

<http://lexvo.org/id/char/858A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%96%8A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%AC>,
        <http://lexvo.org/id/term/kor/%E8%96%8A>,
        <http://lexvo.org/id/term/kor/KYEY>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gai3>,
        <http://lexvo.org/id/term/yue/%E8%96%8A>,
        "薊"^^xsd:string ;
    rdfs:comment "circium, thistles; surname"@en .

<http://lexvo.org/id/char/858B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%96%8B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C3%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C4%AB%20c%C3%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ci4>,
        <http://lexvo.org/id/term/yue/%E8%96%8B>,
        "薋"^^xsd:string .

<http://lexvo.org/id/char/858C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%96%8C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C4%81ng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C4%81ng%20xi%C7%8Eng>,
        <http://lexvo.org/id/term/kor/%E8%96%8C>,
        <http://lexvo.org/id/term/kor/HYANG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hoeng1>,
        <http://lexvo.org/id/term/yue/%E8%96%8C>,
        "薌"^^xsd:string ;
    rdfs:comment "fragrant smell of grain; aromatic"@en .

<http://lexvo.org/id/char/858D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%96%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/lu%C3%A0n%20w%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lyun6%20waan6>,
        <http://lexvo.org/id/term/yue/%E8%96%8D>,
        "薍"^^xsd:string .

<http://lexvo.org/id/char/858E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%96%8E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/mi%C3%A8>,
        "薎"^^xsd:string .

<http://lexvo.org/id/char/858F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%96%8F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%AC>,
        <http://lexvo.org/id/term/kor/%E8%96%8F>,
        <http://lexvo.org/id/term/kor/UY>,
        <http://lexvo.org/id/term/vie/%C3%A9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ji3>,
        <http://lexvo.org/id/term/yue/%E8%96%8F>,
        "薏"^^xsd:string ;
    rdfs:comment "seed of job's tears; lotus seed"@en .

<http://lexvo.org/id/char/8590> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%96%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%A9ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ling4>,
        <http://lexvo.org/id/term/yue/%E8%96%90>,
        "薐"^^xsd:string ;
    rdfs:comment "spinach"@en .

<http://lexvo.org/id/char/8591> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%96%91>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C4%81ng>,
        <http://lexvo.org/id/term/kor/%E8%96%91>,
        <http://lexvo.org/id/term/kor/KANG>,
        <http://lexvo.org/id/term/vie/g%E1%BB%ABng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/goeng1>,
        <http://lexvo.org/id/term/yue/%E8%96%91>,
        "薑"^^xsd:string ;
    rdfs:comment "ginger"@en .

<http://lexvo.org/id/char/8592> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%96%92>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C3%A0n>,
        "薒"^^xsd:string .

<http://lexvo.org/id/char/8593> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%96%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C4%93n>,
        "薓"^^xsd:string ;
    rdfs:comment "ginseng"@en .

<http://lexvo.org/id/char/8594> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%96%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C3%A1ng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C3%A1ng%20s%C3%A8>,
        <http://lexvo.org/id/term/kor/%E8%96%94>,
        <http://lexvo.org/id/term/kor/CANG%20SAYK>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/coeng4>,
        <http://lexvo.org/id/term/yue/%E8%96%94>,
        "薔"^^xsd:string ;
    rdfs:comment "rose"@en .

<http://lexvo.org/id/char/8595> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%96%95>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C3%A1n>,
        <http://lexvo.org/id/term/vie/r%C6%A1m>,
        "薕"^^xsd:string .

<http://lexvo.org/id/char/8596> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%96%96>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C4%93>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gwo1>,
        <http://lexvo.org/id/term/yue/%E8%96%96>,
        "薖"^^xsd:string ;
    rdfs:comment "empty, hungry-looking"@en .

<http://lexvo.org/id/char/8597> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%96%97>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/yu%C3%A1n>,
        <http://lexvo.org/id/term/kor/%E8%96%97>,
        <http://lexvo.org/id/term/kor/WEN>,
        "薗"^^xsd:string ;
    rdfs:comment "garden; park, orchard"@en .

<http://lexvo.org/id/char/8598> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%96%98>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%A1>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/daat6>,
        <http://lexvo.org/id/term/yue/%E8%96%98>,
        "薘"^^xsd:string ;
    rdfs:comment "plantago major"@en .

<http://lexvo.org/id/char/8599> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%96%99>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%AC>,
        <http://lexvo.org/id/term/kor/%E8%96%99>,
        <http://lexvo.org/id/term/kor/CHI>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tai3>,
        <http://lexvo.org/id/term/yue/%E8%96%99>,
        "薙"^^xsd:string ;
    rdfs:comment "weed; shave"@en .

<http://lexvo.org/id/char/859A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%96%9A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%A1ng>,
        "薚"^^xsd:string .

<http://lexvo.org/id/char/859B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%96%9B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xu%C4%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xu%C4%93%20xi%C4%93>,
        <http://lexvo.org/id/term/kor/%E8%96%9B>,
        <http://lexvo.org/id/term/kor/SEL>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sit3>,
        <http://lexvo.org/id/term/yue/%E8%96%9B>,
        "薛"^^xsd:string ;
    rdfs:comment "kind of marsh grass; feudal state"@en .

<http://lexvo.org/id/char/859C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%96%9C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%AC%20b%C3%B2%20b%C3%B3%20b%C3%A0i%20p%C3%AC>,
        <http://lexvo.org/id/term/kor/%E8%96%9C>,
        <http://lexvo.org/id/term/kor/PYEK%20PHYEY>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bai6>,
        <http://lexvo.org/id/term/yue/%E8%96%9C>,
        "薜"^^xsd:string ;
    rdfs:comment "evergreen shrubs, ligusticum"@en .

<http://lexvo.org/id/char/859D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%96%9D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%A1n>,
        <http://lexvo.org/id/term/kor/%E8%96%9D>,
        <http://lexvo.org/id/term/kor/TAM>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zim1>,
        <http://lexvo.org/id/term/yue/%E8%96%9D>,
        "薝"^^xsd:string .

<http://lexvo.org/id/char/859E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%96%9E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C5%ABn>,
        "薞"^^xsd:string .

<http://lexvo.org/id/char/859F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%96%9F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C7%8En%20li%C3%A1n%20xi%C4%81n%20y%C3%A1n%20k%C3%A0n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C4%81n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cim1%20lim4%20lim6>,
        <http://lexvo.org/id/term/yue/%E8%96%9F>,
        "薟"^^xsd:string ;
    rdfs:comment "vine"@en .

<http://lexvo.org/id/char/85A0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%96%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/faan4>,
        <http://lexvo.org/id/term/yue/%E8%96%A0>,
        "薠"^^xsd:string .

<http://lexvo.org/id/char/85A1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%96%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C7%90ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ding2>,
        <http://lexvo.org/id/term/yue/%E8%96%A1>,
        "薡"^^xsd:string .

<http://lexvo.org/id/char/85A2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%96%A2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C4%93%20xi%C3%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A8>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gaai1%20gaai3>,
        <http://lexvo.org/id/term/yue/%E8%96%A2>,
        "薢"^^xsd:string ;
    rdfs:comment "woody climbing plant"@en .

<http://lexvo.org/id/char/85A3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%96%A3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C7%94>,
        "薣"^^xsd:string .

<http://lexvo.org/id/char/85A4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%96%A4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A8>,
        <http://lexvo.org/id/term/kor/%E8%96%A4>,
        <http://lexvo.org/id/term/kor/HAY>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/haai6>,
        <http://lexvo.org/id/term/yue/%E8%96%A4>,
        "薤"^^xsd:string ;
    rdfs:comment "allium bakeri; shallots, scallion"@en .

<http://lexvo.org/id/char/85A5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%96%A5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C7%94>,
        <http://lexvo.org/id/term/kor/%E8%96%A5>,
        <http://lexvo.org/id/term/kor/CHOK>,
        "薥"^^xsd:string .

<http://lexvo.org/id/char/85A6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%96%A6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E8%96%A6>,
        <http://lexvo.org/id/term/kor/CHEN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zin3>,
        <http://lexvo.org/id/term/yue/%E8%96%A6>,
        "薦"^^xsd:string ;
    rdfs:comment "offer, present; recommend"@en .

<http://lexvo.org/id/char/85A7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%96%A7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C7%8Eo%20h%C4%81o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/haau2%20hou1>,
        <http://lexvo.org/id/term/yue/%E8%96%A7>,
        "薧"^^xsd:string ;
    rdfs:comment "dried food"@en .

<http://lexvo.org/id/char/85A8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%96%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C5%8Dng>,
        <http://lexvo.org/id/term/kor/%E8%96%A8>,
        <http://lexvo.org/id/term/kor/HWUNG%20HOYNG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gwang1>,
        <http://lexvo.org/id/term/yue/%E8%96%A8>,
        "薨"^^xsd:string ;
    rdfs:comment "death of prince; swarming"@en .

<http://lexvo.org/id/char/85A9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%96%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C3%A0>,
        <http://lexvo.org/id/term/kor/%E8%96%A9>,
        <http://lexvo.org/id/term/kor/SAL>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/saat3>,
        <http://lexvo.org/id/term/yue/%E8%96%A9>,
        "薩"^^xsd:string ;
    rdfs:comment "transliteration of 'sat' in 'bodhisattva,' etc."@en .

<http://lexvo.org/id/char/85AA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%96%AA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C4%ABn>,
        <http://lexvo.org/id/term/kor/%E8%96%AA>,
        <http://lexvo.org/id/term/kor/SIN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/san1>,
        <http://lexvo.org/id/term/yue/%E8%96%AA>,
        "薪"^^xsd:string ;
    rdfs:comment "fuel, firewood; salary"@en .

<http://lexvo.org/id/char/85AB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%96%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C5%ABn>,
        <http://lexvo.org/id/term/kor/%E8%96%AB>,
        <http://lexvo.org/id/term/kor/HWUN>,
        "薫"^^xsd:string ;
    rdfs:comment "a medicinal herb; to cauterize"@en .

<http://lexvo.org/id/char/85AC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%96%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A0o>,
        <http://lexvo.org/id/term/kor/%E8%96%AC>,
        <http://lexvo.org/id/term/kor/YAK>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/joek3>,
        <http://lexvo.org/id/term/yue/%E8%96%AC>,
        "薬"^^xsd:string ;
    rdfs:comment "drugs, pharmaceuticals, medicine"@en .

<http://lexvo.org/id/char/85AD> a lvont:Character ;
    lvont:represents "薭"^^xsd:string .

<http://lexvo.org/id/char/85AE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%96%AE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C7%92u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sau2>,
        <http://lexvo.org/id/term/yue/%E8%96%AE>,
        "薮"^^xsd:string ;
    rdfs:comment "marsh, swamp; wild country"@en .

<http://lexvo.org/id/char/85AF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%96%AF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C7%94>,
        <http://lexvo.org/id/term/kor/%E8%96%AF>,
        <http://lexvo.org/id/term/kor/SE>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/syu4%20syu5>,
        <http://lexvo.org/id/term/yue/%E8%96%AF>,
        "薯"^^xsd:string ;
    rdfs:comment "yam, tuber, potato"@en .

<http://lexvo.org/id/char/85B0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%96%B0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C5%ABn>,
        <http://lexvo.org/id/term/kor/%E8%96%B0>,
        <http://lexvo.org/id/term/kor/HWUN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fan1>,
        <http://lexvo.org/id/term/yue/%E8%96%B0>,
        "薰"^^xsd:string ;
    rdfs:comment "a medicinal herb; to cauterize"@en .

<http://lexvo.org/id/char/85B1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%96%B1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/du%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/deoi6>,
        <http://lexvo.org/id/term/yue/%E8%96%B1>,
        "薱"^^xsd:string .

<http://lexvo.org/id/char/85B2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%96%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%ADn>,
        "薲"^^xsd:string .

<http://lexvo.org/id/char/85B3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%96%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C4%9Bi>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jyun5%20wai2>,
        <http://lexvo.org/id/term/yue/%E8%96%B3>,
        "薳"^^xsd:string ;
    rdfs:comment "name of a herb; surname; (Cant.) a plant stem"@en .

<http://lexvo.org/id/char/85B4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%96%B4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C3%A9ng%20n%C3%ACng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C3%ADng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ning4>,
        <http://lexvo.org/id/term/yue/%E8%96%B4>,
        "薴"^^xsd:string ;
    rdfs:comment "China grass, ramie (Boehmeria nivea)"@en .

<http://lexvo.org/id/char/85B5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%96%B5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%B3u%20zh%C3%B2u>,
        "薵"^^xsd:string .

<http://lexvo.org/id/char/85B6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%96%B6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A1i%20l%C3%AD%20w%C4%93i%20w%C5%8D>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/maai4>,
        <http://lexvo.org/id/term/yue/%E8%96%B6>,
        "薶"^^xsd:string ;
    rdfs:comment "to bury, to stop up; dirty, filthy"@en .

<http://lexvo.org/id/char/85B7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%96%B7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/r%C3%BA>,
        <http://lexvo.org/id/term/vie/nho>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jyu4>,
        <http://lexvo.org/id/term/yue/%E8%96%B7>,
        "薷"^^xsd:string .

<http://lexvo.org/id/char/85B8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%96%B8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/pi%C3%A1o>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/pi%C4%81o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/piu1%20piu4>,
        <http://lexvo.org/id/term/yue/%E8%96%B8>,
        "薸"^^xsd:string ;
    rdfs:comment "duckweed"@en .

<http://lexvo.org/id/char/85B9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%96%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%A1i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/toi4>,
        <http://lexvo.org/id/term/yue/%E8%96%B9>,
        "薹"^^xsd:string ;
    rdfs:comment "cyperus rotundus, type of sedge"@en .

<http://lexvo.org/id/char/85BA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%96%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C3%AD%20j%C3%AC%20q%C3%AC%20q%C3%AD%20qi>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%AC%200895.011%3Aq%C3%AD>,
        <http://lexvo.org/id/term/kor/%E8%96%BA>,
        <http://lexvo.org/id/term/kor/CEY>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cai4%20cai5%20ci4>,
        <http://lexvo.org/id/term/yue/%E8%96%BA>,
        "薺"^^xsd:string ;
    rdfs:comment "water-chestnuts; caltrop"@en .

<http://lexvo.org/id/char/85BB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%96%BB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C7%8Eo>,
        "薻"^^xsd:string .

<http://lexvo.org/id/char/85BC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%96%BC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%A9n>,
        "薼"^^xsd:string .

<http://lexvo.org/id/char/85BD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%96%BD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C4%93n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zan1>,
        <http://lexvo.org/id/term/yue/%E8%96%BD>,
        "薽"^^xsd:string ;
    rdfs:comment "a bright blue orchid that grows in south China"@en .

<http://lexvo.org/id/char/85BE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C4%9Br>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%96%BE>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ji5>,
        <http://lexvo.org/id/term/yue/%E8%96%BE>,
        "薾"^^xsd:string ;
    rdfs:comment "luxuriant growth of flower"@en .

<http://lexvo.org/id/char/85BF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%96%BF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C7%90>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ji5>,
        <http://lexvo.org/id/term/yue/%E8%96%BF>,
        "薿"^^xsd:string ;
    rdfs:comment "flower"@en .

<http://lexvo.org/id/char/85C0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%97%80>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%ADng>,
        "藀"^^xsd:string .

<http://lexvo.org/id/char/85C1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%97%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C7%8Eo>,
        <http://lexvo.org/id/term/kor/%E8%97%81>,
        <http://lexvo.org/id/term/kor/KO>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gou2>,
        <http://lexvo.org/id/term/yue/%E8%97%81>,
        "藁"^^xsd:string ;
    rdfs:comment "straw, hay; dry, withered"@en .

<http://lexvo.org/id/char/85C2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%97%82>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C3%B2ng%20c%C3%B3ng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C3%B3ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cung4>,
        <http://lexvo.org/id/term/yue/%E8%97%82>,
        "藂"^^xsd:string .

<http://lexvo.org/id/char/85C3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%97%83>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C4%81o%20h%C3%A0o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hiu1%20hou3>,
        <http://lexvo.org/id/term/yue/%E8%97%83>,
        "藃"^^xsd:string .

<http://lexvo.org/id/char/85C4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%97%84>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C3%AD>,
        "藄"^^xsd:string ;
    rdfs:comment "edible fern"@en .

<http://lexvo.org/id/char/85C5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%97%85>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%A1>,
        "藅"^^xsd:string .

<http://lexvo.org/id/char/85C6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%97%86>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C7%8En>,
        "藆"^^xsd:string .

<http://lexvo.org/id/char/85C7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%97%87>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C3%B9%20y%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jyu6%20zeoi6>,
        <http://lexvo.org/id/term/yue/%E8%97%87>,
        "藇"^^xsd:string ;
    rdfs:comment "fine"@en .

<http://lexvo.org/id/char/85C8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%97%88>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ku%C4%AB>,
        "藈"^^xsd:string .

<http://lexvo.org/id/char/85C9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%97%89>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%AD%200582.060%2C0584.011%3Aji%C3%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%A8%20j%C3%AD>,
        <http://lexvo.org/id/term/kor/%E8%97%89>,
        <http://lexvo.org/id/term/kor/CA%20CEK>,
        <http://lexvo.org/id/term/vie/ch%E1%BA%A1>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ze3%20ze6%20zik6>,
        <http://lexvo.org/id/term/yue/%E8%97%89>,
        "藉"^^xsd:string ;
    rdfs:comment "mat, pad; rely on; pretext"@en .

<http://lexvo.org/id/char/85CA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%97%8A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/bi%C7%8En>,
        "藊"^^xsd:string ;
    rdfs:comment "a kind of bean with flat pods"@en .

<http://lexvo.org/id/char/85CB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%97%8B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/di%C3%A0o%20d%C3%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/diu3%20diu6>,
        <http://lexvo.org/id/term/yue/%E8%97%8B>,
        "藋"^^xsd:string .

<http://lexvo.org/id/char/85CC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%97%8C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%AC>,
        "藌"^^xsd:string .

<http://lexvo.org/id/char/85CD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%97%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%A1n%20la>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/la%200672.121%3Al%C3%A1n>,
        <http://lexvo.org/id/term/kor/%E8%97%8D>,
        <http://lexvo.org/id/term/kor/LAM>,
        <http://lexvo.org/id/term/vie/lam>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/laam4>,
        <http://lexvo.org/id/term/yue/%E8%97%8D>,
        "藍"^^xsd:string ;
    rdfs:comment "blue; indigo plant; surname"@en .

<http://lexvo.org/id/char/85CE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%97%8E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%ACn>,
        <http://lexvo.org/id/term/kor/%E8%97%8E>,
        <http://lexvo.org/id/term/kor/SIN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zeon2>,
        <http://lexvo.org/id/term/yue/%E8%97%8E>,
        "藎"^^xsd:string ;
    rdfs:comment "a kind of weed; faithfulness"@en .

<http://lexvo.org/id/char/85CF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%97%8F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C3%A1ng%201440.030%3Az%C3%A0ng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C3%A1ng%20z%C3%A0ng%20z%C4%81ng>,
        <http://lexvo.org/id/term/kor/%E8%97%8F>,
        <http://lexvo.org/id/term/kor/CANG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cong4%20zong6>,
        <http://lexvo.org/id/term/yue/%E8%97%8F>,
        "藏"^^xsd:string ;
    rdfs:comment "hide, conceal; hoard, store up"@en .

<http://lexvo.org/id/char/85D0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%97%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/mi%C7%8Eo>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/mi%C7%8Eo%20m%C3%B2>,
        <http://lexvo.org/id/term/kor/%E8%97%90>,
        <http://lexvo.org/id/term/kor/MYO>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/miu5>,
        <http://lexvo.org/id/term/yue/%E8%97%90>,
        "藐"^^xsd:string ;
    rdfs:comment "disregard, slight, disdain"@en .

<http://lexvo.org/id/char/85D1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%97%91>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C3%B3ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/king4>,
        <http://lexvo.org/id/term/yue/%E8%97%91>,
        "藑"^^xsd:string .

<http://lexvo.org/id/char/85D2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%97%92>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C3%A8>,
        "藒"^^xsd:string .

<http://lexvo.org/id/char/85D3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%97%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C7%8En>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sin2>,
        <http://lexvo.org/id/term/yue/%E8%97%93>,
        "藓"^^xsd:string ;
    rdfs:comment "moss, lichen"@en .

<http://lexvo.org/id/char/85D4> a lvont:Character ;
    lvont:represents "藔"^^xsd:string .

<http://lexvo.org/id/char/85D5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C7%92u>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%97%95>,
        <http://lexvo.org/id/term/kor/%E8%97%95>,
        <http://lexvo.org/id/term/kor/WU>,
        <http://lexvo.org/id/term/vie/ng%C3%B3>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ngau5>,
        <http://lexvo.org/id/term/yue/%E8%97%95>,
        "藕"^^xsd:string ;
    rdfs:comment "lotus root"@en .

<http://lexvo.org/id/char/85D6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%97%96>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A1n>,
        "藖"^^xsd:string .

<http://lexvo.org/id/char/85D7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%97%97>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C3%B9>,
        "藗"^^xsd:string .

<http://lexvo.org/id/char/85D8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%97%98>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C7%98>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/leoi4>,
        <http://lexvo.org/id/term/yue/%E8%97%98>,
        "藘"^^xsd:string ;
    rdfs:comment "madder"@en .

<http://lexvo.org/id/char/85D9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%97%99>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ngai6>,
        <http://lexvo.org/id/term/yue/%E8%97%99>,
        "藙"^^xsd:string ;
    rdfs:comment "dogwood"@en .

<http://lexvo.org/id/char/85DA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%97%9A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zuk6>,
        <http://lexvo.org/id/term/yue/%E8%97%9A>,
        "藚"^^xsd:string ;
    rdfs:comment "water plant"@en .

<http://lexvo.org/id/char/85DB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%97%9B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C4%9B>,
        "藛"^^xsd:string .

<http://lexvo.org/id/char/85DC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%97%9C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%AD>,
        <http://lexvo.org/id/term/kor/%E8%97%9C>,
        <http://lexvo.org/id/term/kor/LYE>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lai4>,
        <http://lexvo.org/id/term/yue/%E8%97%9C>,
        "藜"^^xsd:string ;
    rdfs:comment "Chenopodium album, pigweed"@en .

<http://lexvo.org/id/char/85DD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%97%9D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%AC>,
        <http://lexvo.org/id/term/kor/%E8%97%9D>,
        <http://lexvo.org/id/term/kor/YEY>,
        <http://lexvo.org/id/term/vie/ngh%E1%BB%87>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ngai6>,
        <http://lexvo.org/id/term/yue/%E8%97%9D>,
        "藝"^^xsd:string ;
    rdfs:comment "art; talent, ability; craft"@en .

<http://lexvo.org/id/char/85DE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%97%9E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C7%8E>,
        <http://lexvo.org/id/term/vie/l%E1%BB%A7i>,
        "藞"^^xsd:string .

<http://lexvo.org/id/char/85DF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%97%9F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C4%9Bi>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/leoi5>,
        <http://lexvo.org/id/term/yue/%E8%97%9F>,
        "藟"^^xsd:string ;
    rdfs:comment "vine, creeper; to wind"@en .

<http://lexvo.org/id/char/85E0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%97%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%A0o>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A0o%20ji%C3%A0o>,
        "藠"^^xsd:string .

<http://lexvo.org/id/char/85E1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%97%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dik6>,
        <http://lexvo.org/id/term/yue/%E8%97%A1>,
        "藡"^^xsd:string .

<http://lexvo.org/id/char/85E2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%97%A2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C7%90>,
        "藢"^^xsd:string .

<http://lexvo.org/id/char/85E3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%97%A3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C4%93i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bei1>,
        <http://lexvo.org/id/term/yue/%E8%97%A3>,
        "藣"^^xsd:string .

<http://lexvo.org/id/char/85E4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%97%A4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%A9ng>,
        <http://lexvo.org/id/term/kor/%E8%97%A4>,
        <http://lexvo.org/id/term/kor/TUNG>,
        <http://lexvo.org/id/term/vie/%C4%91%E1%BA%B1ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tang4>,
        <http://lexvo.org/id/term/yue/%E8%97%A4>,
        "藤"^^xsd:string ;
    rdfs:comment "rattan, cane; creeper plant"@en .

<http://lexvo.org/id/char/85E5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%97%A5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A0o>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A0o%20yu%C3%A8%20shu%C3%B2%20l%C3%BC%C3%A8>,
        <http://lexvo.org/id/term/kor/%E8%97%A5>,
        <http://lexvo.org/id/term/kor/YAK>,
        <http://lexvo.org/id/term/vie/d%C6%B0%E1%BB%A3c>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/joek6>,
        <http://lexvo.org/id/term/yue/%E8%97%A5>,
        "藥"^^xsd:string ;
    rdfs:comment "drugs, pharmaceuticals, medicine"@en .

<http://lexvo.org/id/char/85E6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%97%A6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%B2%20m%C3%B3>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mo4>,
        <http://lexvo.org/id/term/yue/%E8%97%A6>,
        "藦"^^xsd:string ;
    rdfs:comment "edible mushrooms"@en .

<http://lexvo.org/id/char/85E7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%97%A7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C7%8En>,
        "藧"^^xsd:string .

<http://lexvo.org/id/char/85E8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%97%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/bi%C4%81o>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/bi%C4%81o%20p%C4%81o%20pi%C7%8Eo>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/biu1>,
        <http://lexvo.org/id/term/yue/%E8%97%A8>,
        "藨"^^xsd:string .

<http://lexvo.org/id/char/85E9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%97%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%A1n%20f%C4%81n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C4%81n>,
        <http://lexvo.org/id/term/kor/%E8%97%A9>,
        <http://lexvo.org/id/term/kor/PEN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/faan4>,
        <http://lexvo.org/id/term/yue/%E8%97%A9>,
        "藩"^^xsd:string ;
    rdfs:comment "fence; boundary; outlying border"@en .

<http://lexvo.org/id/char/85EA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%97%AA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C7%92u>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C7%92u%20sh%C3%BA%20c%C3%B2u>,
        <http://lexvo.org/id/term/kor/%E8%97%AA>,
        <http://lexvo.org/id/term/kor/SWU>,
        <http://lexvo.org/id/term/vie/s%C3%BA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sau2>,
        <http://lexvo.org/id/term/yue/%E8%97%AA>,
        "藪"^^xsd:string ;
    rdfs:comment "marsh, swamp; wild country; clump of trees or bushes"@en .

<http://lexvo.org/id/char/85EB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%97%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/taam4>,
        <http://lexvo.org/id/term/yue/%E8%97%AB>,
        "藫"^^xsd:string .

<http://lexvo.org/id/char/85EC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%97%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/tu%C4%AB>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/teoi1>,
        <http://lexvo.org/id/term/yue/%E8%97%AC>,
        "藬"^^xsd:string .

<http://lexvo.org/id/char/85ED> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%97%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C3%B3ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kung4>,
        <http://lexvo.org/id/term/yue/%E8%97%AD>,
        "藭"^^xsd:string .

<http://lexvo.org/id/char/85EE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%97%AE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C3%A1o>,
        "藮"^^xsd:string .

<http://lexvo.org/id/char/85EF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%97%AF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C3%A8i>,
        "藯"^^xsd:string .

<http://lexvo.org/id/char/85F0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%97%B0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C3%BA>,
        "藰"^^xsd:string .

<http://lexvo.org/id/char/85F1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%97%B1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%AC%20hu%C3%AD>,
        "藱"^^xsd:string .

<http://lexvo.org/id/char/85F2> a lvont:Character ;
    lvont:represents "藲"^^xsd:string .

<http://lexvo.org/id/char/85F3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%97%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C7%8Eo%20k%C3%A0o%20g%C3%A0o>,
        "藳"^^xsd:string .

<http://lexvo.org/id/char/85F4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%97%B4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%B9n>,
        <http://lexvo.org/id/term/kor/%E8%97%B4>,
        <http://lexvo.org/id/term/kor/ON>,
        "藴"^^xsd:string ;
    rdfs:comment "collect"@en .

<http://lexvo.org/id/char/85F5> a lvont:Character ;
    lvont:represents "藵"^^xsd:string .

<http://lexvo.org/id/char/85F6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%97%B6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%AC>,
        <http://lexvo.org/id/term/vie/l%E1%BB%8Bch>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lik6>,
        <http://lexvo.org/id/term/yue/%E8%97%B6>,
        "藶"^^xsd:string ;
    rdfs:comment "a kind of plant"@en .

<http://lexvo.org/id/char/85F7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%97%B7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C7%94>,
        <http://lexvo.org/id/term/kor/%E8%97%B7>,
        <http://lexvo.org/id/term/kor/CE>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/syu4%20syu5>,
        <http://lexvo.org/id/term/yue/%E8%97%B7>,
        "藷"^^xsd:string ;
    rdfs:comment "yam, tuber, potato"@en .

<http://lexvo.org/id/char/85F8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%97%B8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%BA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zyu1>,
        <http://lexvo.org/id/term/yue/%E8%97%B8>,
        "藸"^^xsd:string .

<http://lexvo.org/id/char/85F9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C7%8Ei>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%97%B9>,
        <http://lexvo.org/id/term/kor/%E8%97%B9>,
        <http://lexvo.org/id/term/kor/AY>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/oi2>,
        <http://lexvo.org/id/term/yue/%E8%97%B9>,
        "藹"^^xsd:string ;
    rdfs:comment "lush; affable, friendly"@en .

<http://lexvo.org/id/char/85FA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%97%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%ACn>,
        <http://lexvo.org/id/term/kor/%E8%97%BA>,
        <http://lexvo.org/id/term/kor/LIN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/leon6>,
        <http://lexvo.org/id/term/yue/%E8%97%BA>,
        "藺"^^xsd:string ;
    rdfs:comment "rush used in making mats; surname"@en .

<http://lexvo.org/id/char/85FB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%97%BB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C7%8Eo>,
        <http://lexvo.org/id/term/kor/%E8%97%BB>,
        <http://lexvo.org/id/term/kor/CO>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zou2>,
        <http://lexvo.org/id/term/yue/%E8%97%BB>,
        "藻"^^xsd:string ;
    rdfs:comment "splendid, magnificent; algae"@en .

<http://lexvo.org/id/char/85FC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%97%BC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xu%C4%81n>,
        "藼"^^xsd:string .

<http://lexvo.org/id/char/85FD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%97%BD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%A8n>,
        <http://lexvo.org/id/term/kor/%E8%97%BD>,
        <http://lexvo.org/id/term/kor/CHIN>,
        "藽"^^xsd:string .

<http://lexvo.org/id/char/85FE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%97%BE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%A0i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/laai6>,
        <http://lexvo.org/id/term/yue/%E8%97%BE>,
        "藾"^^xsd:string ;
    rdfs:comment "shade"@en .

<http://lexvo.org/id/char/85FF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%97%BF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%B2%20h%C3%A9>,
        <http://lexvo.org/id/term/kor/%E8%97%BF>,
        <http://lexvo.org/id/term/kor/KWAK>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fok3>,
        <http://lexvo.org/id/term/yue/%E8%97%BF>,
        "藿"^^xsd:string ;
    rdfs:comment "lophanthus rugosus, betony"@en .

<http://lexvo.org/id/char/8600> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%98%80>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/tu%C3%B2>,
        <http://lexvo.org/id/term/kor/%E8%98%80>,
        <http://lexvo.org/id/term/kor/THAK>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tok3>,
        <http://lexvo.org/id/term/yue/%E8%98%80>,
        "蘀"^^xsd:string ;
    rdfs:comment "falling leaves and barks"@en .

<http://lexvo.org/id/char/8601> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%98%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C3%B9%20%C3%A8>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ng6%20ngok6>,
        <http://lexvo.org/id/term/yue/%E8%98%81>,
        "蘁"^^xsd:string .

<http://lexvo.org/id/char/8602> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%98%82>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ru%C7%90>,
        <http://lexvo.org/id/term/kor/%E8%98%82>,
        <http://lexvo.org/id/term/kor/YEY>,
        "蘂"^^xsd:string ;
    rdfs:comment "stamen or pistil"@en .

<http://lexvo.org/id/char/8603> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%98%83>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ru%C7%90>,
        "蘃"^^xsd:string .

<http://lexvo.org/id/char/8604> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%98%84>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C3%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C3%AD%20j%C4%AB%20q%C3%ADn>,
        <http://lexvo.org/id/term/kor/%E8%98%84>,
        <http://lexvo.org/id/term/kor/KI>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kei4>,
        <http://lexvo.org/id/term/yue/%E8%98%84>,
        "蘄"^^xsd:string ;
    rdfs:comment "variety of artemisia seek"@en .

<http://lexvo.org/id/char/8605> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%98%85>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A9ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hang4>,
        <http://lexvo.org/id/term/yue/%E8%98%85>,
        "蘅"^^xsd:string ;
    rdfs:comment "a fragrant plant the root is medicinal"@en .

<http://lexvo.org/id/char/8606> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%98%86>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%BA%200737.041%3Al%C7%94>,
        <http://lexvo.org/id/term/kor/%E8%98%86>,
        <http://lexvo.org/id/term/kor/LO%20YE>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lou4>,
        <http://lexvo.org/id/term/yue/%E8%98%86>,
        "蘆"^^xsd:string ;
    rdfs:comment "rushes, reeds"@en .

<http://lexvo.org/id/char/8607> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%98%87>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C5%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C5%AB%20s%C3%B9>,
        <http://lexvo.org/id/term/kor/%E8%98%87>,
        <http://lexvo.org/id/term/kor/SO>,
        <http://lexvo.org/id/term/vie/to>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sou1>,
        <http://lexvo.org/id/term/yue/%E8%98%87>,
        "蘇"^^xsd:string ;
    rdfs:comment "revive, resurrect; a species of thyme; transliteration of 'Soviet'"@en .

<http://lexvo.org/id/char/8608> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%98%88>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/tu%C3%AD>,
        "蘈"^^xsd:string .

<http://lexvo.org/id/char/8609> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%98%89>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A1ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mong4>,
        <http://lexvo.org/id/term/yue/%E8%98%89>,
        "蘉"^^xsd:string .

<http://lexvo.org/id/char/860A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%98%8A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%B9n%20w%C4%93n>,
        <http://lexvo.org/id/term/kor/%E8%98%8A>,
        <http://lexvo.org/id/term/kor/ON>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wan3%20wan5>,
        <http://lexvo.org/id/term/yue/%E8%98%8A>,
        "蘊"^^xsd:string ;
    rdfs:comment "collect, gather, store; profound; (Budd.) skandha"@en .

<http://lexvo.org/id/char/860B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%98%8B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%ADn%200883.021%3Ap%C3%ADng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%ADn%20p%C3%ADng>,
        <http://lexvo.org/id/term/kor/%E8%98%8B>,
        <http://lexvo.org/id/term/kor/PIN>,
        <http://lexvo.org/id/term/vie/t%E1%BA%A7n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/pan4%20ping4>,
        <http://lexvo.org/id/term/yue/%E8%98%8B>,
        "蘋"^^xsd:string ;
    rdfs:comment "apple"@en .

<http://lexvo.org/id/char/860C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%98%8C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%94>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jyu5>,
        <http://lexvo.org/id/term/yue/%E8%98%8C>,
        "蘌"^^xsd:string .

<http://lexvo.org/id/char/860D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%98%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C5%ABn>,
        "蘍"^^xsd:string .

<http://lexvo.org/id/char/860E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%98%8E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%AC>,
        "蘎"^^xsd:string .

<http://lexvo.org/id/char/860F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%98%8F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C5%8Dng%20ji%C7%92ng>,
        "蘏"^^xsd:string .

<http://lexvo.org/id/char/8610> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%98%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C4%81n%20xu%C4%81n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xu%C4%81n>,
        "蘐"^^xsd:string .

<http://lexvo.org/id/char/8611> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%98%91>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%B3>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mo4>,
        <http://lexvo.org/id/term/yue/%E8%98%91>,
        "蘑"^^xsd:string ;
    rdfs:comment "type of edible mushroom"@en .

<http://lexvo.org/id/char/8612> a lvont:Character ;
    lvont:represents "蘒"^^xsd:string ;
    rdfs:comment "265:143"@en .

<http://lexvo.org/id/char/8613> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%98%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C5%AB>,
        "蘓"^^xsd:string ;
    rdfs:comment "thyme; revive, resurrect; soviet"@en .

<http://lexvo.org/id/char/8614> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%98%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C5%8Dng%20ji%C7%92ng>,
        "蘔"^^xsd:string .

<http://lexvo.org/id/char/8615> a lvont:Character ;
    lvont:represents "蘕"^^xsd:string .

<http://lexvo.org/id/char/8616> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%98%96>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%B2%200834.110%3Ani%C3%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ni%C3%A8%20b%C3%AC%20b%C3%B2>,
        <http://lexvo.org/id/term/kor/%E8%98%96>,
        <http://lexvo.org/id/term/kor/EL>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jit6>,
        <http://lexvo.org/id/term/yue/%E8%98%96>,
        "蘖"^^xsd:string ;
    rdfs:comment "stump, sprout"@en .

<http://lexvo.org/id/char/8617> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%98%97>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%B2>,
        <http://lexvo.org/id/term/kor/%E8%98%97>,
        <http://lexvo.org/id/term/kor/PYEK>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jit6%20paak3>,
        <http://lexvo.org/id/term/yue/%E8%98%97>,
        "蘗"^^xsd:string ;
    rdfs:comment "stump, sprout"@en .

<http://lexvo.org/id/char/8618> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%98%98>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/r%C3%A1ng>,
        <http://lexvo.org/id/term/kor/%E8%98%98>,
        <http://lexvo.org/id/term/kor/YANG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/joeng4>,
        <http://lexvo.org/id/term/yue/%E8%98%98>,
        "蘘"^^xsd:string ;
    rdfs:comment "a kind of wild ginger"@en .

<http://lexvo.org/id/char/8619> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%98%99>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%AC>,
        "蘙"^^xsd:string .

<http://lexvo.org/id/char/861A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%98%9A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C7%8En>,
        <http://lexvo.org/id/term/kor/%E8%98%9A>,
        <http://lexvo.org/id/term/kor/SEN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sin2>,
        <http://lexvo.org/id/term/yue/%E8%98%9A>,
        "蘚"^^xsd:string ;
    rdfs:comment "moss, lichen"@en .

<http://lexvo.org/id/char/861B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%98%9B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%BA>,
        "蘛"^^xsd:string .

<http://lexvo.org/id/char/861C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%98%9C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%BA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/guk1>,
        <http://lexvo.org/id/term/yue/%E8%98%9C>,
        "蘜"^^xsd:string .

<http://lexvo.org/id/char/861D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%98%9D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C3%A0n%20li%C7%8En%20li%C3%A1n>,
        <http://lexvo.org/id/term/vie/l%C3%A9m>,
        "蘝"^^xsd:string .

<http://lexvo.org/id/char/861E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%98%9E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C3%A0n%20li%C7%8En%20li%C3%A1n%20xi%C4%81n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C7%8En>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lim4%20lim6>,
        <http://lexvo.org/id/term/yue/%E8%98%9E>,
        "蘞"^^xsd:string ;
    rdfs:comment "wild vine, vitis pentaphylla"@en .

<http://lexvo.org/id/char/861F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%98%9F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%90n>,
        "蘟"^^xsd:string .

<http://lexvo.org/id/char/8620> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%98%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C3%A1ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/coeng4>,
        <http://lexvo.org/id/term/yue/%E8%98%A0>,
        "蘠"^^xsd:string .

<http://lexvo.org/id/char/8621> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%98%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C4%ABng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jing1>,
        <http://lexvo.org/id/term/yue/%E8%98%A1>,
        "蘡"^^xsd:string .

<http://lexvo.org/id/char/8622> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%98%A2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%B3ng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%B3ng%20l%C7%92ng%20l%C3%B2ng>,
        <http://lexvo.org/id/term/kor/%E8%98%A2>,
        <http://lexvo.org/id/term/kor/LONG>,
        <http://lexvo.org/id/term/vie/l%C3%B9ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lung4>,
        <http://lexvo.org/id/term/yue/%E8%98%A2>,
        "蘢"^^xsd:string ;
    rdfs:comment "tall grass; water-weeds"@en .

<http://lexvo.org/id/char/8623> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%98%A3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%B2ng>,
        "蘣"^^xsd:string .

<http://lexvo.org/id/char/8624> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%98%A4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C4%9Bi%20hu%C4%81>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/faa1>,
        <http://lexvo.org/id/term/yue/%E8%98%A4>,
        "蘤"^^xsd:string ;
    rdfs:comment "flower, blossoms"@en .

<http://lexvo.org/id/char/8625> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%98%A5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/yu%C3%A8>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/joek6>,
        <http://lexvo.org/id/term/yue/%E8%98%A5>,
        "蘥"^^xsd:string .

<http://lexvo.org/id/char/8626> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%98%A6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%ADng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ling4>,
        <http://lexvo.org/id/term/yue/%E8%98%A6>,
        "蘦"^^xsd:string .

<http://lexvo.org/id/char/8627> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%98%A7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C3%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C3%BA%20q%C3%B9>,
        <http://lexvo.org/id/term/kor/%E8%98%A7>,
        <http://lexvo.org/id/term/kor/KE>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/keoi4>,
        <http://lexvo.org/id/term/yue/%E8%98%A7>,
        "蘧"^^xsd:string ;
    rdfs:comment "a plant which resembles wheat but has no edible grain"@en .

<http://lexvo.org/id/char/8628> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%98%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A1o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jau4>,
        <http://lexvo.org/id/term/yue/%E8%98%A8>,
        "蘨"^^xsd:string ;
    rdfs:comment "luxuriant vegetation"@en .

<http://lexvo.org/id/char/8629> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%98%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%A1n>,
        <http://lexvo.org/id/term/kor/%E8%98%A9>,
        <http://lexvo.org/id/term/kor/PEN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/faan4>,
        <http://lexvo.org/id/term/yue/%E8%98%A9>,
        "蘩"^^xsd:string ;
    rdfs:comment "Artemisia stellariana"@en .

<http://lexvo.org/id/char/862A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%98%AA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%AD>,
        "蘪"^^xsd:string .

<http://lexvo.org/id/char/862B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%98%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%A1n>,
        "蘫"^^xsd:string .

<http://lexvo.org/id/char/862C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%98%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ku%C4%AB>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gwai1>,
        <http://lexvo.org/id/term/yue/%E8%98%AC>,
        "蘬"^^xsd:string .

<http://lexvo.org/id/char/862D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%98%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%A1n>,
        <http://lexvo.org/id/term/kor/%E8%98%AD>,
        <http://lexvo.org/id/term/kor/LAN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/laan4>,
        <http://lexvo.org/id/term/yue/%E8%98%AD>,
        "蘭"^^xsd:string ;
    rdfs:comment "orchid; elegant, graceful"@en .

<http://lexvo.org/id/char/862E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%98%AE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gai1%20gai3>,
        <http://lexvo.org/id/term/yue/%E8%98%AE>,
        "蘮"^^xsd:string .

<http://lexvo.org/id/char/862F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%98%AF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%A0ng>,
        <http://lexvo.org/id/term/kor/%E8%98%AF>,
        <http://lexvo.org/id/term/kor/THANG>,
        "蘯"^^xsd:string ;
    rdfs:comment "to toss about; to swing; to rock"@en .

<http://lexvo.org/id/char/8630> a lvont:Character ;
    lvont:represents "蘰"^^xsd:string .

<http://lexvo.org/id/char/8631> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%98%B1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%A8i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/leoi6>,
        <http://lexvo.org/id/term/yue/%E8%98%B1>,
        "蘱"^^xsd:string .

<http://lexvo.org/id/char/8632> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%98%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%A9i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/leoi4>,
        <http://lexvo.org/id/term/yue/%E8%98%B2>,
        "蘲"^^xsd:string .

<http://lexvo.org/id/char/8633> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%98%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C7%8E>,
        "蘳"^^xsd:string .

<http://lexvo.org/id/char/8634> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%98%B4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C4%93ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fung1>,
        <http://lexvo.org/id/term/yue/%E8%98%B4>,
        "蘴"^^xsd:string ;
    rdfs:comment "young shoots of the rapeturnip"@en .

<http://lexvo.org/id/char/8635> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%98%B5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zik1>,
        <http://lexvo.org/id/term/yue/%E8%98%B5>,
        "蘵"^^xsd:string .

<http://lexvo.org/id/char/8636> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%98%B6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C3%A8i>,
        "蘶"^^xsd:string .

<http://lexvo.org/id/char/8637> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%98%B7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ku%C3%AD>,
        "蘷"^^xsd:string ;
    rdfs:comment "one-legged monster; walrus"@en .

<http://lexvo.org/id/char/8638> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%98%B8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zaam3>,
        <http://lexvo.org/id/term/yue/%E8%98%B8>,
        "蘸"^^xsd:string ;
    rdfs:comment "dip (a brush); remarry"@en .

<http://lexvo.org/id/char/8639> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%98%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%A0i%20hu%C3%A1i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/waai4>,
        <http://lexvo.org/id/term/yue/%E8%98%B9>,
        "蘹"^^xsd:string .

<http://lexvo.org/id/char/863A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%98%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%AD>,
        <http://lexvo.org/id/term/vie/loe>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lei4>,
        <http://lexvo.org/id/term/yue/%E8%98%BA>,
        "蘺"^^xsd:string ;
    rdfs:comment "gracilaria verrucosa"@en .

<http://lexvo.org/id/char/863B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%98%BB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%AC>,
        "蘻"^^xsd:string .

<http://lexvo.org/id/char/863C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%98%BC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%AD>,
        <http://lexvo.org/id/term/kor/%E8%98%BC>,
        <http://lexvo.org/id/term/kor/MI>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mei4>,
        <http://lexvo.org/id/term/yue/%E8%98%BC>,
        "蘼"^^xsd:string .

<http://lexvo.org/id/char/863D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%98%BD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C4%9Bi>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/leoi5>,
        <http://lexvo.org/id/term/yue/%E8%98%BD>,
        "蘽"^^xsd:string ;
    rdfs:comment "a creeper"@en .

<http://lexvo.org/id/char/863E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%98%BE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%A0i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/waai6>,
        <http://lexvo.org/id/term/yue/%E8%98%BE>,
        "蘾"^^xsd:string .

<http://lexvo.org/id/char/863F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%98%BF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/lu%C3%B3>,
        <http://lexvo.org/id/term/kor/%E8%98%BF>,
        <http://lexvo.org/id/term/kor/LA>,
        <http://lexvo.org/id/term/vie/l%C3%A1>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lo4>,
        <http://lexvo.org/id/term/yue/%E8%98%BF>,
        "蘿"^^xsd:string ;
    rdfs:comment "type of creeping plant; turnip"@en .

<http://lexvo.org/id/char/8640> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%99%80>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C4%AB>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zai1>,
        <http://lexvo.org/id/term/yue/%E8%99%80>,
        "虀"^^xsd:string ;
    rdfs:comment "minced pickles; leeks; mix; salt"@en .

<http://lexvo.org/id/char/8641> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%99%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ku%C3%AD>,
        <http://lexvo.org/id/term/kor/%E8%99%81>,
        <http://lexvo.org/id/term/kor/KI>,
        "虁"^^xsd:string .

<http://lexvo.org/id/char/8642> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%99%82>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%B9>,
        "虂"^^xsd:string .

<http://lexvo.org/id/char/8643> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%99%83>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C4%81n>,
        "虃"^^xsd:string .

<http://lexvo.org/id/char/8644> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/kor/%E8%99%84>,
        <http://lexvo.org/id/term/kor/SAN>,
        "虄"^^xsd:string .

<http://lexvo.org/id/char/8645> a lvont:Character ;
    lvont:represents "虅"^^xsd:string .

<http://lexvo.org/id/char/8646> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%99%86>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%A9i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/leoi4>,
        <http://lexvo.org/id/term/yue/%E8%99%86>,
        "虆"^^xsd:string ;
    rdfs:comment "entwine; basket for carrying dirt"@en .

<http://lexvo.org/id/char/8647> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%99%87>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qu%C7%8En>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hyun2>,
        <http://lexvo.org/id/term/yue/%E8%99%87>,
        "虇"^^xsd:string .

<http://lexvo.org/id/char/8648> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%99%88>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C4%81o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hiu1>,
        <http://lexvo.org/id/term/yue/%E8%99%88>,
        "虈"^^xsd:string .

<http://lexvo.org/id/char/8649> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%99%89>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%AC>,
        "虉"^^xsd:string .

<http://lexvo.org/id/char/864A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%99%8A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/lu%C3%A1n>,
        "虊"^^xsd:string .

<http://lexvo.org/id/char/864B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%99%8B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A9n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mun4>,
        <http://lexvo.org/id/term/yue/%E8%99%8B>,
        "虋"^^xsd:string ;
    rdfs:comment "asparagus a variety of red-stalked millet"@en .

<http://lexvo.org/id/char/864C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%99%8C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/bi%C4%93>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bit3>,
        <http://lexvo.org/id/term/yue/%E8%99%8C>,
        "虌"^^xsd:string .

<http://lexvo.org/id/char/864E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%99%8E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C7%94%200477.140%3Ah%C3%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C7%94%20h%C3%B9>,
        <http://lexvo.org/id/term/kor/%E8%99%8E>,
        <http://lexvo.org/id/term/kor/HO>,
        <http://lexvo.org/id/term/vie/h%E1%BB%95>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fu2>,
        <http://lexvo.org/id/term/yue/%E8%99%8E>,
        "虎"^^xsd:string ;
    rdfs:comment "tiger; brave, fierce; surname"@en .

<http://lexvo.org/id/char/864F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%99%8F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C7%94>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lou5>,
        <http://lexvo.org/id/term/yue/%E8%99%8F>,
        "虏"^^xsd:string ;
    rdfs:comment "to capture, imprison, seize; a prison"@en .

<http://lexvo.org/id/char/8650> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%99%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C3%BC%C3%A8>,
        <http://lexvo.org/id/term/kor/%E8%99%90>,
        <http://lexvo.org/id/term/kor/HAK>,
        <http://lexvo.org/id/term/vie/ng%C6%B0%E1%BB%A3c>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/joek6>,
        <http://lexvo.org/id/term/yue/%E8%99%90>,
        "虐"^^xsd:string ;
    rdfs:comment "cruel, harsh, oppressive"@en .

<http://lexvo.org/id/char/8651> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%99%91>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C7%9C>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/leoi6>,
        <http://lexvo.org/id/term/yue/%E8%99%91>,
        "虑"^^xsd:string ;
    rdfs:comment "be concerned, worry about"@en .

<http://lexvo.org/id/char/8652> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%99%92>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C4%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C4%AB%20zh%C3%A0i%20y%C3%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/si1>,
        <http://lexvo.org/id/term/yue/%E8%99%92>,
        "虒"^^xsd:string ;
    rdfs:comment "an amphibious beast resembling a tiger with one horn; place name"@en .

<http://lexvo.org/id/char/8653> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%99%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C4%81o>,
        <http://lexvo.org/id/term/kor/%E8%99%93>,
        <http://lexvo.org/id/term/kor/HYO>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/haau1>,
        <http://lexvo.org/id/term/yue/%E8%99%93>,
        "虓"^^xsd:string ;
    rdfs:comment "roar"@en .

<http://lexvo.org/id/char/8654> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%99%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C3%A1n>,
        <http://lexvo.org/id/term/kor/%E8%99%94>,
        <http://lexvo.org/id/term/kor/KEN>,
        <http://lexvo.org/id/term/vie/ki%E1%BB%81n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kin4>,
        <http://lexvo.org/id/term/yue/%E8%99%94>,
        "虔"^^xsd:string ;
    rdfs:comment "act with reverence; reverent"@en .

<http://lexvo.org/id/char/8655> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%99%95>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%B9%20ch%C7%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C7%94%200161.111%3Ach%C3%B9>,
        <http://lexvo.org/id/term/kor/%E8%99%95>,
        <http://lexvo.org/id/term/kor/CHE>,
        <http://lexvo.org/id/term/vie/x%E1%BB%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cyu2%20cyu3%20syu3>,
        <http://lexvo.org/id/term/yue/%E8%99%95>,
        "處"^^xsd:string ;
    rdfs:comment "place, locale; department"@en .

<http://lexvo.org/id/char/8656> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%99%96>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C5%AB%20h%C3%B9%20h%C3%BA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fu1>,
        <http://lexvo.org/id/term/yue/%E8%99%96>,
        "虖"^^xsd:string ;
    rdfs:comment "to cry; to shout; to howl"@en .

<http://lexvo.org/id/char/8657> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%99%97>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C5%AB>,
        "虗"^^xsd:string .

<http://lexvo.org/id/char/8658> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%99%98>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/cu%C3%B3>,
        "虘"^^xsd:string .

<http://lexvo.org/id/char/8659> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%99%99>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%BA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fuk6>,
        <http://lexvo.org/id/term/yue/%E8%99%99>,
        "虙"^^xsd:string .

<http://lexvo.org/id/char/865A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%99%9A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C5%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C5%AB%20q%C5%AB>,
        <http://lexvo.org/id/term/kor/%E8%99%9A>,
        <http://lexvo.org/id/term/kor/HE>,
        <http://lexvo.org/id/term/vie/h%C6%B0>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/heoi1>,
        <http://lexvo.org/id/term/yue/%E8%99%9A>,
        "虚"^^xsd:string ;
    rdfs:comment "false"@en .

<http://lexvo.org/id/char/865B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%99%9B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C5%AB>,
        <http://lexvo.org/id/term/kor/%E8%99%9B>,
        <http://lexvo.org/id/term/kor/HE>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/heoi1>,
        <http://lexvo.org/id/term/yue/%E8%99%9B>,
        "虛"^^xsd:string ;
    rdfs:comment "false, worthless; empty, hollow"@en .

<http://lexvo.org/id/char/865C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%99%9C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C7%94>,
        <http://lexvo.org/id/term/kor/%E8%99%9C>,
        <http://lexvo.org/id/term/kor/LO>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lou5>,
        <http://lexvo.org/id/term/yue/%E8%99%9C>,
        "虜"^^xsd:string ;
    rdfs:comment "to capture, imprison, seize; a prison"@en .

<http://lexvo.org/id/char/865D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%99%9D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C7%94>,
        "虝"^^xsd:string .

<http://lexvo.org/id/char/865E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%99%9E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%BA>,
        <http://lexvo.org/id/term/kor/%E8%99%9E>,
        <http://lexvo.org/id/term/kor/WU>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jyu4>,
        <http://lexvo.org/id/term/yue/%E8%99%9E>,
        "虞"^^xsd:string ;
    rdfs:comment "concerned about, anxious, worried"@en .

<http://lexvo.org/id/char/865F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%99%9F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A0o%20h%C3%A1o>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A1o%200447.051%3Ah%C3%A0o>,
        <http://lexvo.org/id/term/kor/%E8%99%9F>,
        <http://lexvo.org/id/term/kor/HO>,
        <http://lexvo.org/id/term/vie/hi%E1%BB%87u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hou4%20hou6>,
        <http://lexvo.org/id/term/yue/%E8%99%9F>,
        "號"^^xsd:string ;
    rdfs:comment "mark, sign; symbol; number"@en .

<http://lexvo.org/id/char/8660> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%99%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C7%8Eo>,
        "虠"^^xsd:string .

<http://lexvo.org/id/char/8661> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%99%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/geoi6>,
        <http://lexvo.org/id/term/yue/%E8%99%A1>,
        "虡"^^xsd:string ;
    rdfs:comment "support structure for bell"@en .

<http://lexvo.org/id/char/8662> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%99%A2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/gu%C3%B3>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gwik1>,
        <http://lexvo.org/id/term/yue/%E8%99%A2>,
        "虢"^^xsd:string ;
    rdfs:comment "name of ancient feudal State in Shenxi and Hunan"@en .

<http://lexvo.org/id/char/8663> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%99%A3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%A0o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bou6>,
        <http://lexvo.org/id/term/yue/%E8%99%A3>,
        "虣"^^xsd:string ;
    rdfs:comment "cruel, violent, passionate"@en .

<http://lexvo.org/id/char/8664> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%99%A4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ngaan4>,
        <http://lexvo.org/id/term/yue/%E8%99%A4>,
        "虤"^^xsd:string .

<http://lexvo.org/id/char/8665> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%99%A5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%A0n>,
        "虥"^^xsd:string .

<http://lexvo.org/id/char/8666> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%99%A6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%A0n>,
        "虦"^^xsd:string .

<http://lexvo.org/id/char/8667> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%99%A7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ku%C4%AB>,
        <http://lexvo.org/id/term/kor/%E8%99%A7>,
        <http://lexvo.org/id/term/kor/HYU>,
        <http://lexvo.org/id/term/vie/khuya>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fai1%20kwai1>,
        <http://lexvo.org/id/term/yue/%E8%99%A7>,
        "虧"^^xsd:string ;
    rdfs:comment "lose, fail; damage; deficient"@en .

<http://lexvo.org/id/char/8668> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%99%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C4%81n>,
        "虨"^^xsd:string .

<http://lexvo.org/id/char/8669> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%99%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gwik1>,
        <http://lexvo.org/id/term/yue/%E8%99%A9>,
        "虩"^^xsd:string ;
    rdfs:comment "fright"@en .

<http://lexvo.org/id/char/866A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%99%AA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%BA%20sh%C5%AB>,
        "虪"^^xsd:string .

<http://lexvo.org/id/char/866C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%99%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C3%BA>,
        <http://lexvo.org/id/term/kor/%E8%99%AC>,
        <http://lexvo.org/id/term/kor/KYU>,
        <http://lexvo.org/id/term/vie/g%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kau4>,
        <http://lexvo.org/id/term/yue/%E8%99%AC>,
        "虬"^^xsd:string ;
    rdfs:comment "young dragon"@en .

<http://lexvo.org/id/char/866D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%99%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/di%C4%81o>,
        "虭"^^xsd:string .

<http://lexvo.org/id/char/866E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%99%AE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C4%AB%20j%C7%90%20q%C3%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C7%90>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gei2>,
        <http://lexvo.org/id/term/yue/%E8%99%AE>,
        "虮"^^xsd:string ;
    rdfs:comment "louse eggs, nits"@en .

<http://lexvo.org/id/char/866F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%99%AF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C3%BA>,
        <http://lexvo.org/id/term/kor/%E8%99%AF>,
        <http://lexvo.org/id/term/kor/KYU>,
        <http://lexvo.org/id/term/vie/c%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kau4>,
        <http://lexvo.org/id/term/yue/%E8%99%AF>,
        "虯"^^xsd:string ;
    rdfs:comment "young dragon"@en .

<http://lexvo.org/id/char/8670> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%99%B0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%A9ng>,
        "虰"^^xsd:string .

<http://lexvo.org/id/char/8671> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%99%B1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C4%AB>,
        <http://lexvo.org/id/term/kor/%E8%99%B1>,
        <http://lexvo.org/id/term/kor/SUL>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sat1>,
        <http://lexvo.org/id/term/yue/%E8%99%B1>,
        "虱"^^xsd:string ;
    rdfs:comment "louse; bug; parasite"@en .

<http://lexvo.org/id/char/8672> a lvont:Character ;
    lvont:represents "虲"^^xsd:string .

<http://lexvo.org/id/char/8673> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%99%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%AC>,
        "虳"^^xsd:string .

<http://lexvo.org/id/char/8674> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%99%B4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%A9%20zh%C3%A0>,
        "虴"^^xsd:string .

<http://lexvo.org/id/char/8675> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%99%B5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%A9%20y%C3%AD>,
        "虵"^^xsd:string .

<http://lexvo.org/id/char/8676> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%99%B6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C5%AB>,
        <http://lexvo.org/id/term/vie/v%C3%B2>,
        "虶"^^xsd:string .

<http://lexvo.org/id/char/8677> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%99%B7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C4%81n%20h%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gon1%20hon4>,
        <http://lexvo.org/id/term/yue/%E8%99%B7>,
        "虷"^^xsd:string ;
    rdfs:comment "worm"@en .

<http://lexvo.org/id/char/8678> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%99%B8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C7%90>,
        <http://lexvo.org/id/term/kor/%E8%99%B8>,
        <http://lexvo.org/id/term/kor/CA>,
        <http://lexvo.org/id/term/vie/t%E1%BB%ADa>,
        "虸"^^xsd:string .

<http://lexvo.org/id/char/8679> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%99%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%B3ng%200562.040%3Aji%C3%A0ng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%B3ng%20ji%C3%A0ng%20h%C3%B2ng%20g%C3%B2ng>,
        <http://lexvo.org/id/term/kor/%E8%99%B9>,
        <http://lexvo.org/id/term/kor/HONG%20KANG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hung4>,
        <http://lexvo.org/id/term/yue/%E8%99%B9>,
        "虹"^^xsd:string ;
    rdfs:comment "rainbow"@en .

<http://lexvo.org/id/char/867A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%99%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C4%AB%200503.040%3Ahu%C7%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C7%90%20hu%C4%AB>,
        <http://lexvo.org/id/term/kor/%E8%99%BA>,
        <http://lexvo.org/id/term/kor/HWEY>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fui1%20wai2>,
        <http://lexvo.org/id/term/yue/%E8%99%BA>,
        "虺"^^xsd:string ;
    rdfs:comment "large poisonous snake"@en .

<http://lexvo.org/id/char/867B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%99%BB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A9ng>,
        <http://lexvo.org/id/term/kor/%E8%99%BB>,
        <http://lexvo.org/id/term/kor/MENG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mong4>,
        <http://lexvo.org/id/term/yue/%E8%99%BB>,
        "虻"^^xsd:string ;
    rdfs:comment "horsefly, gadfly"@en .

<http://lexvo.org/id/char/867C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%99%BC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C3%A8>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gat1>,
        <http://lexvo.org/id/term/yue/%E8%99%BC>,
        "虼"^^xsd:string ;
    rdfs:comment "a flea; species of beetle"@en .

<http://lexvo.org/id/char/867D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%99%BD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/su%C4%AB>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/seoi1>,
        <http://lexvo.org/id/term/yue/%E8%99%BD>,
        "虽"^^xsd:string ;
    rdfs:comment "although, even if"@en .

<http://lexvo.org/id/char/867E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%99%BE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A1%201238.020%3Axi%C4%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C4%81%20h%C3%A1>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/haa1>,
        <http://lexvo.org/id/term/yue/%E8%99%BE>,
        "虾"^^xsd:string ;
    rdfs:comment "shrimp, prawn"@en .

<http://lexvo.org/id/char/867F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%99%BF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%A0i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/caai3>,
        <http://lexvo.org/id/term/yue/%E8%99%BF>,
        "虿"^^xsd:string ;
    rdfs:comment "a kind of scorpion"@en .

<http://lexvo.org/id/char/8680> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%9A%80>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sik6>,
        <http://lexvo.org/id/term/yue/%E8%9A%80>,
        "蚀"^^xsd:string ;
    rdfs:comment "nibble away; erode; eclipse"@en .

<http://lexvo.org/id/char/8681> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%9A%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%90>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ngai5>,
        <http://lexvo.org/id/term/yue/%E8%9A%81>,
        "蚁"^^xsd:string ;
    rdfs:comment "ants"@en .

<http://lexvo.org/id/char/8682> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%9A%82>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C4%81%200758.030%3Am%C7%8E%200758.060%3Am%C3%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C7%8E%20m%C4%81%20m%C3%A0>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/maa1%20maa5%20maa6>,
        <http://lexvo.org/id/term/yue/%E8%9A%82>,
        "蚂"^^xsd:string ;
    rdfs:comment "ant; leech"@en .

<http://lexvo.org/id/char/8683> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%9A%83>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A0ng%20xi%C7%8Eng>,
        "蚃"^^xsd:string .

<http://lexvo.org/id/char/8684> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%9A%84>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C4%81ng>,
        "蚄"^^xsd:string .

<http://lexvo.org/id/char/8685> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C3%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%9A%85>,
        "蚅"^^xsd:string .

<http://lexvo.org/id/char/8686> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%9A%86>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C4%81>,
        "蚆"^^xsd:string .

<http://lexvo.org/id/char/8687> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%9A%87>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C7%90>,
        "蚇"^^xsd:string .

<http://lexvo.org/id/char/8688> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%9A%88>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C4%81n>,
        "蚈"^^xsd:string .

<http://lexvo.org/id/char/8689> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%9A%89>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C3%A9n>,
        "蚉"^^xsd:string ;
    rdfs:comment "variant of 蚊 U+868A, a mosquito, gnat"@en .

<http://lexvo.org/id/char/868A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%9A%8A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C3%A9n>,
        <http://lexvo.org/id/term/kor/%E8%9A%8A>,
        <http://lexvo.org/id/term/kor/MWUN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/man1%20man4>,
        <http://lexvo.org/id/term/yue/%E8%9A%8A>,
        "蚊"^^xsd:string ;
    rdfs:comment "mosquito; gnat"@en .

<http://lexvo.org/id/char/868B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%9A%8B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ru%C3%AC>,
        <http://lexvo.org/id/term/kor/%E8%9A%8B>,
        <http://lexvo.org/id/term/kor/YEY>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jeoi6>,
        <http://lexvo.org/id/term/yue/%E8%9A%8B>,
        "蚋"^^xsd:string ;
    rdfs:comment "gnat, mosquito"@en .

<http://lexvo.org/id/char/868C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%9A%8C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%A0ng%200053.130%3Ab%C3%A8ng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%A0ng%20b%C3%A8ng%20p%C3%AD%20f%C4%93ng>,
        <http://lexvo.org/id/term/kor/%E8%9A%8C>,
        <http://lexvo.org/id/term/kor/PANG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/pong5>,
        <http://lexvo.org/id/term/yue/%E8%9A%8C>,
        "蚌"^^xsd:string ;
    rdfs:comment "oysters, mussels; mother-of-pearl"@en .

<http://lexvo.org/id/char/868D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%9A%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C7%90%20p%C3%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%AD>,
        <http://lexvo.org/id/term/kor/%E8%9A%8D>,
        <http://lexvo.org/id/term/kor/PI>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/pei4>,
        <http://lexvo.org/id/term/yue/%E8%9A%8D>,
        "蚍"^^xsd:string ;
    rdfs:comment "mussels; various shellfish"@en .

<http://lexvo.org/id/char/868E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%9A%8E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/yu%C3%A8>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jim4>,
        <http://lexvo.org/id/term/yue/%E8%9A%8E>,
        "蚎"^^xsd:string .

<http://lexvo.org/id/char/868F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%9A%8F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/yu%C3%A8>,
        "蚏"^^xsd:string .

<http://lexvo.org/id/char/8690> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%9A%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C5%ABn>,
        "蚐"^^xsd:string .

<http://lexvo.org/id/char/8691> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%9A%91>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C3%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kei4>,
        <http://lexvo.org/id/term/yue/%E8%9A%91>,
        "蚑"^^xsd:string ;
    rdfs:comment "tip-toe"@en .

<http://lexvo.org/id/char/8692> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%9A%92>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%B3ng%20r%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jim4>,
        <http://lexvo.org/id/term/yue/%E8%9A%92>,
        "蚒"^^xsd:string ;
    rdfs:comment "(Cant.) an edible snake, lizard"@en .

<http://lexvo.org/id/char/8693> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%9A%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%90n>,
        <http://lexvo.org/id/term/kor/%E8%9A%93>,
        <http://lexvo.org/id/term/kor/IN>,
        <http://lexvo.org/id/term/vie/r%E1%BA%ADn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jan5>,
        <http://lexvo.org/id/term/yue/%E8%9A%93>,
        "蚓"^^xsd:string ;
    rdfs:comment "earthworm"@en .

<http://lexvo.org/id/char/8694> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%9A%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C3%AD>,
        "蚔"^^xsd:string ;
    rdfs:comment "ant eggs"@en .

<http://lexvo.org/id/char/8695> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%9A%95>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C3%A1n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C3%A1n%20ti%C7%8En>,
        <http://lexvo.org/id/term/kor/%E8%9A%95>,
        <http://lexvo.org/id/term/kor/CHEN%20CAM>,
        <http://lexvo.org/id/term/vie/t%E1%BA%B1m>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/caam4%20tim5>,
        <http://lexvo.org/id/term/yue/%E8%9A%95>,
        "蚕"^^xsd:string ;
    rdfs:comment "silkworms"@en .

<http://lexvo.org/id/char/8696> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%9A%96>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/yu%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jyun4>,
        <http://lexvo.org/id/term/yue/%E8%9A%96>,
        "蚖"^^xsd:string .

<http://lexvo.org/id/char/8697> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%9A%97>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ju%C3%A9>,
        "蚗"^^xsd:string .

<http://lexvo.org/id/char/8698> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%9A%98>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wui4>,
        <http://lexvo.org/id/term/yue/%E8%9A%98>,
        "蚘"^^xsd:string ;
    rdfs:comment "tapeworm"@en .

<http://lexvo.org/id/char/8699> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%9A%99>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C3%ADn>,
        "蚙"^^xsd:string .

<http://lexvo.org/id/char/869A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%9A%9A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C3%AD>,
        "蚚"^^xsd:string .

<http://lexvo.org/id/char/869B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%9A%9B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%B2ng>,
        "蚛"^^xsd:string .

<http://lexvo.org/id/char/869C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%9A%9C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A1>,
        <http://lexvo.org/id/term/vie/nh%C3%A1>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ngaa4>,
        <http://lexvo.org/id/term/yue/%E8%9A%9C>,
        "蚜"^^xsd:string ;
    rdfs:comment "plant louse, aphids"@en .

<http://lexvo.org/id/char/869D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%9A%9D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C3%AC%20h%C3%A1o>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A1o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ci3%20hou4>,
        <http://lexvo.org/id/term/yue/%E8%9A%9D>,
        "蚝"^^xsd:string ;
    rdfs:comment "hairy and poisonous caterpillars"@en .

<http://lexvo.org/id/char/869E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%9A%9E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%B9>,
        "蚞"^^xsd:string .

<http://lexvo.org/id/char/869F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%9A%9F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C3%A1ng>,
        "蚟"^^xsd:string .

<http://lexvo.org/id/char/86A0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%9A%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%A9n>,
        "蚠"^^xsd:string ;
    rdfs:comment "person's name"@en .

<http://lexvo.org/id/char/86A1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%9A%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%A9n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fan4>,
        <http://lexvo.org/id/term/yue/%E8%9A%A1>,
        "蚡"^^xsd:string ;
    rdfs:comment "mole"@en .

<http://lexvo.org/id/char/86A2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%9A%A2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A1ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hong4>,
        <http://lexvo.org/id/term/yue/%E8%9A%A2>,
        "蚢"^^xsd:string .

<http://lexvo.org/id/char/86A3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%9A%A3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C5%8Dng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C5%8Dng%20zh%C5%8Dng>,
        <http://lexvo.org/id/term/kor/%E8%9A%A3>,
        <http://lexvo.org/id/term/kor/KONG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gung1>,
        <http://lexvo.org/id/term/yue/%E8%9A%A3>,
        "蚣"^^xsd:string ;
    rdfs:comment "centipede"@en .

<http://lexvo.org/id/char/86A4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%9A%A4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C7%8Eo>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C7%8Eo%20zh%C7%8Eo>,
        <http://lexvo.org/id/term/kor/%E8%9A%A4>,
        <http://lexvo.org/id/term/kor/CO>,
        <http://lexvo.org/id/term/vie/tao>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zou2>,
        <http://lexvo.org/id/term/yue/%E8%9A%A4>,
        "蚤"^^xsd:string ;
    rdfs:comment "flea; louse"@en .

<http://lexvo.org/id/char/86A5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%9A%A5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C7%94>,
        "蚥"^^xsd:string .

<http://lexvo.org/id/char/86A6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%9A%A6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/r%C3%A1n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/r%C3%A1n%20ti%C3%A0n>,
        "蚦"^^xsd:string ;
    rdfs:comment "a boa constrictor"@en .

<http://lexvo.org/id/char/86A7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%9A%A7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%A8>,
        <http://lexvo.org/id/term/vie/nh%C3%A1i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gaai3>,
        <http://lexvo.org/id/term/yue/%E8%9A%A7>,
        "蚧"^^xsd:string ;
    rdfs:comment "a red spotted lizard, used as medicine"@en .

<http://lexvo.org/id/char/86A8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%9A%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%BA>,
        <http://lexvo.org/id/term/kor/%E8%9A%A8>,
        <http://lexvo.org/id/term/kor/PWU>,
        <http://lexvo.org/id/term/vie/ph%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fu4>,
        <http://lexvo.org/id/term/yue/%E8%9A%A8>,
        "蚨"^^xsd:string ;
    rdfs:comment "a kind of water-beetle cash, then dollars and money generally"@en .

<http://lexvo.org/id/char/86A9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%9A%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C4%AB>,
        <http://lexvo.org/id/term/kor/%E8%9A%A9>,
        <http://lexvo.org/id/term/kor/CHI>,
        <http://lexvo.org/id/term/vie/si>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ci1>,
        <http://lexvo.org/id/term/yue/%E8%9A%A9>,
        "蚩"^^xsd:string ;
    rdfs:comment "worm; ignorant, rustic; laugh"@en .

<http://lexvo.org/id/char/86AA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%9A%AA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C7%92u>,
        <http://lexvo.org/id/term/kor/%E8%9A%AA>,
        <http://lexvo.org/id/term/kor/TWU>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dau2>,
        <http://lexvo.org/id/term/yue/%E8%9A%AA>,
        "蚪"^^xsd:string ;
    rdfs:comment "tadpole"@en .

<http://lexvo.org/id/char/86AB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%9A%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/pi%C3%A1o>,
        <http://lexvo.org/id/term/vie/b%C3%A2u>,
        "蚫"^^xsd:string ;
    rdfs:comment "abalone; dried fish; surname"@en .

<http://lexvo.org/id/char/86AC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%9A%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A0n%20xi%C7%8En>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C7%8En>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hin2>,
        <http://lexvo.org/id/term/yue/%E8%9A%AC>,
        "蚬"^^xsd:string ;
    rdfs:comment "a variety of bivalves"@en .

<http://lexvo.org/id/char/86AD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%9A%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C3%AD>,
        "蚭"^^xsd:string .

<http://lexvo.org/id/char/86AE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%9A%AE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%A8>,
        "蚮"^^xsd:string .

<http://lexvo.org/id/char/86AF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%9A%AF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C5%AB>,
        <http://lexvo.org/id/term/kor/%E8%9A%AF>,
        <http://lexvo.org/id/term/kor/KWU>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jau1>,
        <http://lexvo.org/id/term/yue/%E8%9A%AF>,
        "蚯"^^xsd:string ;
    rdfs:comment "earthworm"@en .

<http://lexvo.org/id/char/86B0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%9A%B0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%B3u>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%B3u%20zh%C3%BA>,
        <http://lexvo.org/id/term/kor/%E8%9A%B0>,
        <http://lexvo.org/id/term/kor/YU>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jau4>,
        <http://lexvo.org/id/term/yue/%E8%9A%B0>,
        "蚰"^^xsd:string ;
    rdfs:comment "millipede"@en .

<http://lexvo.org/id/char/86B1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%9A%B1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%A0>,
        <http://lexvo.org/id/term/kor/%E8%9A%B1>,
        <http://lexvo.org/id/term/kor/CHAYK>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zaa3%20zaak3>,
        <http://lexvo.org/id/term/yue/%E8%9A%B1>,
        "蚱"^^xsd:string ;
    rdfs:comment "grasshopper; (edible) locust; cicada"@en .

<http://lexvo.org/id/char/86B2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%9A%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%ADng>,
        "蚲"^^xsd:string .

<http://lexvo.org/id/char/86B3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%9A%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ci4>,
        <http://lexvo.org/id/term/yue/%E8%9A%B3>,
        "蚳"^^xsd:string ;
    rdfs:comment "ant eggs"@en .

<http://lexvo.org/id/char/86B4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%9A%B4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%B2u>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%92u%20y%C3%B2u%20ni%C3%B9%20y%C5%8Du>,
        <http://lexvo.org/id/term/kor/%E8%9A%B4>,
        <http://lexvo.org/id/term/kor/YU>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jau2%20jau3>,
        <http://lexvo.org/id/term/yue/%E8%9A%B4>,
        "蚴"^^xsd:string ;
    rdfs:comment "larva"@en .

<http://lexvo.org/id/char/86B5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%9A%B5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A9%20k%C3%A8>,
        <http://lexvo.org/id/term/vie/h%C3%A0>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ho4>,
        <http://lexvo.org/id/term/yue/%E8%9A%B5>,
        "蚵"^^xsd:string ;
    rdfs:comment "oyster"@en .

<http://lexvo.org/id/char/86B6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%9A%B6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C4%81n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ham1>,
        <http://lexvo.org/id/term/yue/%E8%9A%B6>,
        "蚶"^^xsd:string ;
    rdfs:comment "kind of clam, arca inflata"@en .

<http://lexvo.org/id/char/86B7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%9A%B7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%B9%20q%C3%BA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/geoi6>,
        <http://lexvo.org/id/term/yue/%E8%9A%B7>,
        "蚷"^^xsd:string .

<http://lexvo.org/id/char/86B8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%9A%B8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%AC>,
        "蚸"^^xsd:string .

<http://lexvo.org/id/char/86B9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%9A%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fu6>,
        <http://lexvo.org/id/term/yue/%E8%9A%B9>,
        "蚹"^^xsd:string .

<http://lexvo.org/id/char/86BA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%9A%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/r%C3%A1n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/r%C3%A1n%20ti%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jim4%20naam4>,
        <http://lexvo.org/id/term/yue/%E8%9A%BA>,
        "蚺"^^xsd:string ;
    rdfs:comment "a boa constrictor"@en .

<http://lexvo.org/id/char/86BB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%9A%BB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%A1>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zaat3>,
        <http://lexvo.org/id/term/yue/%E8%9A%BB>,
        "蚻"^^xsd:string ;
    rdfs:comment "small species of cicada"@en .

<http://lexvo.org/id/char/86BC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%9A%BC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C7%92u>,
        "蚼"^^xsd:string .

<http://lexvo.org/id/char/86BD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%9A%BD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%AD>,
        "蚽"^^xsd:string .

<http://lexvo.org/id/char/86BE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%9A%BE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C7%92>,
        "蚾"^^xsd:string .

<http://lexvo.org/id/char/86BF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%9A%BF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jin4>,
        <http://lexvo.org/id/term/yue/%E8%9A%BF>,
        "蚿"^^xsd:string ;
    rdfs:comment "millipede"@en .

<http://lexvo.org/id/char/86C0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%9B%80>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%B9>,
        <http://lexvo.org/id/term/kor/%E8%9B%80>,
        <http://lexvo.org/id/term/kor/CWU>,
        <http://lexvo.org/id/term/vie/ch%E1%BA%A5u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zyu3>,
        <http://lexvo.org/id/term/yue/%E8%9B%80>,
        "蛀"^^xsd:string ;
    rdfs:comment "insects that eat books, clothes"@en .

<http://lexvo.org/id/char/86C1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%9B%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/di%C4%81o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/diu1>,
        <http://lexvo.org/id/term/yue/%E8%9B%81>,
        "蛁"^^xsd:string .

<http://lexvo.org/id/char/86C2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%9B%82>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/bi%C4%9B%20bi%C3%A9>,
        "蛂"^^xsd:string .

<http://lexvo.org/id/char/86C3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%9B%83>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C7%90ng>,
        "蛃"^^xsd:string .

<http://lexvo.org/id/char/86C4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%9B%84>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C5%AB%200397.030%3Ag%C7%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C5%AB%20g%C7%94>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gu1>,
        <http://lexvo.org/id/term/yue/%E8%9B%84>,
        "蛄"^^xsd:string ;
    rdfs:comment "mole cricket"@en .

<http://lexvo.org/id/char/86C5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%9B%85>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/r%C3%A1n%20zh%C4%81n>,
        <http://lexvo.org/id/term/kor/%E8%9B%85>,
        <http://lexvo.org/id/term/kor/CEM>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jim4%20zim1>,
        <http://lexvo.org/id/term/yue/%E8%9B%85>,
        "蛅"^^xsd:string ;
    rdfs:comment "a caterpillar"@en .

<http://lexvo.org/id/char/86C6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%9B%86>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C5%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C5%AB%20j%C5%AB>,
        <http://lexvo.org/id/term/kor/%E8%9B%86>,
        <http://lexvo.org/id/term/kor/CE>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ceoi1%20zeoi1>,
        <http://lexvo.org/id/term/yue/%E8%9B%86>,
        "蛆"^^xsd:string ;
    rdfs:comment "maggots"@en .

<http://lexvo.org/id/char/86C7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%9B%87>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%A9%201360.140%3Ay%C3%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%A9%20y%C3%AD%20tu%C3%B3%20ch%C3%AD>,
        <http://lexvo.org/id/term/kor/%E8%9B%87>,
        <http://lexvo.org/id/term/kor/SA%20I>,
        <http://lexvo.org/id/term/vie/x%C3%A0>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ji4%20se4>,
        <http://lexvo.org/id/term/yue/%E8%9B%87>,
        "蛇"^^xsd:string ;
    rdfs:comment "snake"@en .

<http://lexvo.org/id/char/86C8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%9B%88>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ti%C3%A8>,
        "蛈"^^xsd:string .

<http://lexvo.org/id/char/86C9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%9B%89>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%ADng>,
        <http://lexvo.org/id/term/kor/%E8%9B%89>,
        <http://lexvo.org/id/term/kor/LYENG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ling4>,
        <http://lexvo.org/id/term/yue/%E8%9B%89>,
        "蛉"^^xsd:string ;
    rdfs:comment "dragonfly, libellulidae"@en .

<http://lexvo.org/id/char/86CA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%9B%8A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C7%94>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gu2>,
        <http://lexvo.org/id/term/yue/%E8%9B%8A>,
        "蛊"^^xsd:string ;
    rdfs:comment "poison; venom; harm; bewitch"@en .

<http://lexvo.org/id/char/86CB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%9B%8B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E8%9B%8B>,
        <http://lexvo.org/id/term/kor/TAN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/daan2%20daan6>,
        <http://lexvo.org/id/term/yue/%E8%9B%8B>,
        "蛋"^^xsd:string ;
    rdfs:comment "eggs; term of abuse"@en .

<http://lexvo.org/id/char/86CC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%9B%8C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C7%94>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gu2>,
        <http://lexvo.org/id/term/yue/%E8%9B%8C>,
        "蛌"^^xsd:string ;
    rdfs:comment "cricket"@en .

<http://lexvo.org/id/char/86CD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%9B%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%ADng>,
        <http://lexvo.org/id/term/kor/%E8%9B%8D>,
        <http://lexvo.org/id/term/kor/HYENG>,
        "蛍"^^xsd:string ;
    rdfs:comment "glow-worm, luminous insect"@en .

<http://lexvo.org/id/char/86CE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%9B%8E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lai6>,
        <http://lexvo.org/id/term/yue/%E8%9B%8E>,
        "蛎"^^xsd:string ;
    rdfs:comment "oyster"@en .

<http://lexvo.org/id/char/86CF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%9B%8F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C4%93ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cing1>,
        <http://lexvo.org/id/term/yue/%E8%9B%8F>,
        "蛏"^^xsd:string ;
    rdfs:comment "razor clam"@en .

<http://lexvo.org/id/char/86D0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%9B%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C5%AB>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kuk1>,
        <http://lexvo.org/id/term/yue/%E8%9B%90>,
        "蛐"^^xsd:string ;
    rdfs:comment "cricket; worm"@en .

<http://lexvo.org/id/char/86D1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%9B%91>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%B3u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mai4%20mau4>,
        <http://lexvo.org/id/term/yue/%E8%9B%91>,
        "蛑"^^xsd:string ;
    rdfs:comment "a marine crab"@en .

<http://lexvo.org/id/char/86D2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%9B%92>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C3%A9>,
        <http://lexvo.org/id/term/vie/c%E1%BA%AFc>,
        "蛒"^^xsd:string .

<http://lexvo.org/id/char/86D3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%9B%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ci3%20zi1>,
        <http://lexvo.org/id/term/yue/%E8%9B%93>,
        "蛓"^^xsd:string ;
    rdfs:comment "caterpillar; (Cant.) a nit, louse; itching"@en .

<http://lexvo.org/id/char/86D4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%9B%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%AD>,
        <http://lexvo.org/id/term/kor/%E8%9B%94>,
        <http://lexvo.org/id/term/kor/HOY>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wui4>,
        <http://lexvo.org/id/term/yue/%E8%9B%94>,
        "蛔"^^xsd:string ;
    rdfs:comment "tapeworm"@en .

<http://lexvo.org/id/char/86D5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%9B%95>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wui5>,
        <http://lexvo.org/id/term/yue/%E8%9B%95>,
        "蛕"^^xsd:string ;
    rdfs:comment "the common intestinal worms, the tape-worm"@en .

<http://lexvo.org/id/char/86D6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%9B%96>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A1ng>,
        "蛖"^^xsd:string .

<http://lexvo.org/id/char/86D7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%9B%97>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fau6>,
        <http://lexvo.org/id/term/yue/%E8%9B%97>,
        "蛗"^^xsd:string ;
    rdfs:comment "a grasshopper, locust"@en .

<http://lexvo.org/id/char/86D8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%9B%98>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A1ng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A1ng%20y%C7%8Eng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/joeng4%20joeng5>,
        <http://lexvo.org/id/term/yue/%E8%9B%98>,
        "蛘"^^xsd:string ;
    rdfs:comment "a weevil found in rice, etc."@en .

<http://lexvo.org/id/char/86D9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%9B%99>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C4%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C4%81%20ju%C3%A9>,
        <http://lexvo.org/id/term/kor/%E8%9B%99>,
        <http://lexvo.org/id/term/kor/WA%20WAY>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/waa1>,
        <http://lexvo.org/id/term/yue/%E8%9B%99>,
        "蛙"^^xsd:string ;
    rdfs:comment "frog"@en .

<http://lexvo.org/id/char/86DA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%9B%9A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C3%A8>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lit6>,
        <http://lexvo.org/id/term/yue/%E8%9B%9A>,
        "蛚"^^xsd:string .

<http://lexvo.org/id/char/86DB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%9B%9B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C5%AB>,
        <http://lexvo.org/id/term/kor/%E8%9B%9B>,
        <http://lexvo.org/id/term/kor/CWU>,
        <http://lexvo.org/id/term/vie/ch%C3%A2u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zyu1>,
        <http://lexvo.org/id/term/yue/%E8%9B%9B>,
        "蛛"^^xsd:string ;
    rdfs:comment "spider"@en .

<http://lexvo.org/id/char/86DC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%9B%9C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C4%AB>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ji1>,
        <http://lexvo.org/id/term/yue/%E8%9B%9C>,
        "蛜"^^xsd:string .

<http://lexvo.org/id/char/86DD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%9B%9D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A1n>,
        "蛝"^^xsd:string .

<http://lexvo.org/id/char/86DE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%9B%9E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ku%C3%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ku%C3%B2%20sh%C3%A9>,
        <http://lexvo.org/id/term/kor/%E8%9B%9E>,
        <http://lexvo.org/id/term/kor/HWAL>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fut3%20kut3>,
        <http://lexvo.org/id/term/yue/%E8%9B%9E>,
        "蛞"^^xsd:string ;
    rdfs:comment "snail; slug, mole cricket"@en .

<http://lexvo.org/id/char/86DF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%9B%9F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C4%81o>,
        <http://lexvo.org/id/term/kor/%E8%9B%9F>,
        <http://lexvo.org/id/term/kor/KYO>,
        <http://lexvo.org/id/term/vie/giao>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gaau1>,
        <http://lexvo.org/id/term/yue/%E8%9B%9F>,
        "蛟"^^xsd:string ;
    rdfs:comment "scaly dragon with four legs"@en .

<http://lexvo.org/id/char/86E0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%9B%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%AC>,
        "蛠"^^xsd:string .

<http://lexvo.org/id/char/86E1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%9B%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%AC>,
        "蛡"^^xsd:string .

<http://lexvo.org/id/char/86E2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%9B%A2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%ADng>,
        "蛢"^^xsd:string .

<http://lexvo.org/id/char/86E3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%9B%A3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%A9%20qi%C3%A8%20j%C4%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C4%AB>,
        <http://lexvo.org/id/term/kor/%E8%9B%A3>,
        <http://lexvo.org/id/term/kor/KIL>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gat1%20kit3>,
        <http://lexvo.org/id/term/yue/%E8%9B%A3>,
        "蛣"^^xsd:string ;
    rdfs:comment "(dung) beetle"@en .

<http://lexvo.org/id/char/86E4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%9B%A4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C3%A9%200431.040%3Ah%C3%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A1%20g%C3%A9%20h%C4%81%20%C3%A8>,
        <http://lexvo.org/id/term/kor/%E8%9B%A4>,
        <http://lexvo.org/id/term/kor/HAP>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gaap3%20gap3%20haa4>,
        <http://lexvo.org/id/term/yue/%E8%9B%A4>,
        "蛤"^^xsd:string ;
    rdfs:comment "clam"@en .

<http://lexvo.org/id/char/86E5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%9B%A5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%A9>,
        "蛥"^^xsd:string .

<http://lexvo.org/id/char/86E6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%9B%A6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%AD>,
        <http://lexvo.org/id/term/vie/nh%C4%83n%20d%C6%A1i>,
        "蛦"^^xsd:string .

<http://lexvo.org/id/char/86E7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%9B%A7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C7%8Eng>,
        "蛧"^^xsd:string .

<http://lexvo.org/id/char/86E8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%9B%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%B2>,
        "蛨"^^xsd:string .

<http://lexvo.org/id/char/86E9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%9B%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C3%B3ng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C3%B3ng%20g%C7%92ng>,
        <http://lexvo.org/id/term/kor/%E8%9B%A9>,
        <http://lexvo.org/id/term/kor/KONG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kung4>,
        <http://lexvo.org/id/term/yue/%E8%9B%A9>,
        "蛩"^^xsd:string ;
    rdfs:comment "cricket, locust; anxious"@en .

<http://lexvo.org/id/char/86EA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%9B%AA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C3%A8>,
        "蛪"^^xsd:string .

<http://lexvo.org/id/char/86EB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%9B%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/gu%C7%90>,
        "蛫"^^xsd:string .

<http://lexvo.org/id/char/86EC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%9B%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C7%92ng%20qi%C3%B3ng>,
        <http://lexvo.org/id/term/kor/%E8%9B%AC>,
        <http://lexvo.org/id/term/kor/KONG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gung2>,
        <http://lexvo.org/id/term/yue/%E8%9B%AC>,
        "蛬"^^xsd:string .

<http://lexvo.org/id/char/86ED> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%9B%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%AC>,
        <http://lexvo.org/id/term/kor/%E8%9B%AD>,
        <http://lexvo.org/id/term/kor/CIL>,
        <http://lexvo.org/id/term/vie/ch%E1%BA%A5y>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zat6>,
        <http://lexvo.org/id/term/yue/%E8%9B%AD>,
        "蛭"^^xsd:string ;
    rdfs:comment "leech"@en .

<http://lexvo.org/id/char/86EE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%9B%AE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A1n>,
        <http://lexvo.org/id/term/kor/%E8%9B%AE>,
        <http://lexvo.org/id/term/kor/MAN>,
        <http://lexvo.org/id/term/vie/man>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/maan4>,
        <http://lexvo.org/id/term/yue/%E8%9B%AE>,
        "蛮"^^xsd:string ;
    rdfs:comment "barbarians; barbarous, savage"@en .

<http://lexvo.org/id/char/86EF> a lvont:Character ;
    lvont:represents "蛯"^^xsd:string ;
    rdfs:comment "shrimp"@en .

<http://lexvo.org/id/char/86F0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%9B%B0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%AD%20zh%C3%A9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zat6>,
        <http://lexvo.org/id/term/yue/%E8%9B%B0>,
        "蛰"^^xsd:string ;
    rdfs:comment "to hibernate"@en .

<http://lexvo.org/id/char/86F1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%9B%B1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%A1>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gaap3>,
        <http://lexvo.org/id/term/yue/%E8%9B%B1>,
        "蛱"^^xsd:string ;
    rdfs:comment "kind of butterfly"@en .

<http://lexvo.org/id/char/86F2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%9B%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C3%A1o>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/r%C3%A1o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jiu4>,
        <http://lexvo.org/id/term/yue/%E8%9B%B2>,
        "蛲"^^xsd:string ;
    rdfs:comment "worms"@en .

<http://lexvo.org/id/char/86F3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%9B%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C4%AB>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/si1>,
        <http://lexvo.org/id/term/yue/%E8%9B%B3>,
        "蛳"^^xsd:string ;
    rdfs:comment "kind of snail with spiral shell"@en .

<http://lexvo.org/id/char/86F4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%9B%B4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C3%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cai4>,
        <http://lexvo.org/id/term/yue/%E8%9B%B4>,
        "蛴"^^xsd:string ;
    rdfs:comment "maggots, grubs"@en .

<http://lexvo.org/id/char/86F5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%9B%B5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C4%ABng>,
        "蛵"^^xsd:string .

<http://lexvo.org/id/char/86F6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%9B%B6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C3%A8>,
        "蛶"^^xsd:string .

<http://lexvo.org/id/char/86F7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%9B%B7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C3%BA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kau4>,
        <http://lexvo.org/id/term/yue/%E8%9B%B7>,
        "蛷"^^xsd:string .

<http://lexvo.org/id/char/86F8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%9B%B8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C4%81o%201264.020%3Axi%C4%81o>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C4%81o%20xi%C4%81o>,
        <http://lexvo.org/id/term/kor/%E8%9B%B8>,
        <http://lexvo.org/id/term/kor/SO>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/saau1%20siu1>,
        <http://lexvo.org/id/term/yue/%E8%9B%B8>,
        "蛸"^^xsd:string ;
    rdfs:comment "long legged spider; octopus; chrysalis of mantis"@en .

<http://lexvo.org/id/char/86F9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%9B%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%92ng>,
        <http://lexvo.org/id/term/kor/%E8%9B%B9>,
        <http://lexvo.org/id/term/kor/YONG>,
        <http://lexvo.org/id/term/vie/nh%E1%BB%99ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jung2>,
        <http://lexvo.org/id/term/yue/%E8%9B%B9>,
        "蛹"^^xsd:string ;
    rdfs:comment "chrysalis, larva"@en .

<http://lexvo.org/id/char/86FA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%9B%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%A1>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gaap3>,
        <http://lexvo.org/id/term/yue/%E8%9B%BA>,
        "蛺"^^xsd:string ;
    rdfs:comment "kind of butterfly"@en .

<http://lexvo.org/id/char/86FB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%9B%BB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/tu%C3%AC%20yu%C3%A8%20shu%C3%AC>,
        <http://lexvo.org/id/term/kor/%E8%9B%BB>,
        <http://lexvo.org/id/term/kor/SEY>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/seoi3%20teoi3>,
        <http://lexvo.org/id/term/yue/%E8%9B%BB>,
        "蛻"^^xsd:string ;
    rdfs:comment "molt, exuviate, shed"@en .

<http://lexvo.org/id/char/86FC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%9B%BC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C4%93>,
        "蛼"^^xsd:string .

<http://lexvo.org/id/char/86FD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%9B%BD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%A0i>,
        "蛽"^^xsd:string .

<http://lexvo.org/id/char/86FE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C3%A9%201364.060%3Ay%C7%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%C3%A9%20y%C7%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%9B%BE>,
        <http://lexvo.org/id/term/kor/%E8%9B%BE>,
        <http://lexvo.org/id/term/kor/A>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ngai5%20ngo4>,
        <http://lexvo.org/id/term/yue/%E8%9B%BE>,
        "蛾"^^xsd:string ;
    rdfs:comment "moth"@en .

<http://lexvo.org/id/char/86FF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%9B%BF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A0n>,
        "蛿"^^xsd:string .

<http://lexvo.org/id/char/8700> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%9C%80>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C7%94>,
        <http://lexvo.org/id/term/kor/%E8%9C%80>,
        <http://lexvo.org/id/term/kor/CHOK>,
        <http://lexvo.org/id/term/vie/x%E1%BB%8Dc>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/suk6>,
        <http://lexvo.org/id/term/yue/%E8%9C%80>,
        "蜀"^^xsd:string ;
    rdfs:comment "name of an ancient state"@en .

<http://lexvo.org/id/char/8701> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%9C%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xu%C3%A1n>,
        "蜁"^^xsd:string .

<http://lexvo.org/id/char/8702> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%9C%82>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C4%93ng>,
        <http://lexvo.org/id/term/kor/%E8%9C%82>,
        <http://lexvo.org/id/term/kor/PONG>,
        <http://lexvo.org/id/term/vie/ong>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fung1>,
        <http://lexvo.org/id/term/yue/%E8%9C%82>,
        "蜂"^^xsd:string ;
    rdfs:comment "bee, wasp, hornet"@en .

<http://lexvo.org/id/char/8703> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%9C%83>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%A8n>,
        <http://lexvo.org/id/term/kor/%E8%9C%83>,
        <http://lexvo.org/id/term/kor/SIN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/san4%20san5%20san6>,
        <http://lexvo.org/id/term/yue/%E8%9C%83>,
        "蜃"^^xsd:string ;
    rdfs:comment "marine monster which can change its shape; water spouts; clams"@en .

<http://lexvo.org/id/char/8704> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%9C%84>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%A8n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zan3>,
        <http://lexvo.org/id/term/yue/%E8%9C%84>,
        "蜄"^^xsd:string .

<http://lexvo.org/id/char/8705> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%9C%85>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C7%94>,
        <http://lexvo.org/id/term/vie/b%C3%B2>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fu2>,
        <http://lexvo.org/id/term/yue/%E8%9C%85>,
        "蜅"^^xsd:string .

<http://lexvo.org/id/char/8706> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%9C%86>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A0n%20xi%C7%8En>,
        <http://lexvo.org/id/term/kor/%E8%9C%86>,
        <http://lexvo.org/id/term/kor/HYEN>,
        <http://lexvo.org/id/term/vie/ki%E1%BA%BFn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hin2>,
        <http://lexvo.org/id/term/yue/%E8%9C%86>,
        "蜆"^^xsd:string ;
    rdfs:comment "a variety of bivalves"@en .

<http://lexvo.org/id/char/8707> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%9C%87>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%A9%20zh%C4%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C4%93%201464.030%3Azh%C3%A9>,
        <http://lexvo.org/id/term/vie/x%C3%ADt>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zit3>,
        <http://lexvo.org/id/term/yue/%E8%9C%87>,
        "蜇"^^xsd:string ;
    rdfs:comment "jellyfish"@en .

<http://lexvo.org/id/char/8708> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%9C%88>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C3%BA>,
        <http://lexvo.org/id/term/kor/%E8%9C%88>,
        <http://lexvo.org/id/term/kor/O>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ng4>,
        <http://lexvo.org/id/term/yue/%E8%9C%88>,
        "蜈"^^xsd:string ;
    rdfs:comment "centipede"@en .

<http://lexvo.org/id/char/8709> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%9C%89>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%BA>,
        <http://lexvo.org/id/term/kor/%E8%9C%89>,
        <http://lexvo.org/id/term/kor/PWU>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fau4>,
        <http://lexvo.org/id/term/yue/%E8%9C%89>,
        "蜉"^^xsd:string ;
    rdfs:comment "mayfly; kind of large insect"@en .

<http://lexvo.org/id/char/870A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%9C%8A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%AD>,
        <http://lexvo.org/id/term/kor/%E8%9C%8A>,
        <http://lexvo.org/id/term/kor/LI>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lei4>,
        <http://lexvo.org/id/term/yue/%E8%9C%8A>,
        "蜊"^^xsd:string ;
    rdfs:comment "clam"@en .

<http://lexvo.org/id/char/870B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%9C%8B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%A1ng>,
        <http://lexvo.org/id/term/kor/%E8%9C%8B>,
        <http://lexvo.org/id/term/kor/LANG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/loeng4%20long4>,
        <http://lexvo.org/id/term/yue/%E8%9C%8B>,
        "蜋"^^xsd:string ;
    rdfs:comment "mantis, dung beetle; insect"@en .

<http://lexvo.org/id/char/870C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%9C%8C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bai6>,
        <http://lexvo.org/id/term/yue/%E8%9C%8C>,
        "蜌"^^xsd:string .

<http://lexvo.org/id/char/870D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%9C%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%BA%20sh%C3%BA%20y%C3%BA>,
        <http://lexvo.org/id/term/vie/th%E1%BB%9D>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ceoi4%20cyu1%20cyu4%20syu4>,
        <http://lexvo.org/id/term/yue/%E8%9C%8D>,
        "蜍"^^xsd:string ;
    rdfs:comment "toad"@en .

<http://lexvo.org/id/char/870E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%9C%8E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/yu%C4%81n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/yu%C4%81n%20xu%C4%81n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jyun1>,
        <http://lexvo.org/id/term/yue/%E8%9C%8E>,
        "蜎"^^xsd:string ;
    rdfs:comment "mosquito larva"@en .

<http://lexvo.org/id/char/870F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%9C%8F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%92u>,
        "蜏"^^xsd:string .

<http://lexvo.org/id/char/8710> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%9C%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%A9>,
        "蜐"^^xsd:string .

<http://lexvo.org/id/char/8711> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%9C%91>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E8%9C%91>,
        <http://lexvo.org/id/term/kor/TAN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/daan6>,
        <http://lexvo.org/id/term/yue/%E8%9C%91>,
        "蜑"^^xsd:string ;
    rdfs:comment "egg"@en .

<http://lexvo.org/id/char/8712> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%9C%92>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A1n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A1n%20y%C3%A0n%20d%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jin4>,
        <http://lexvo.org/id/term/yue/%E8%9C%92>,
        "蜒"^^xsd:string ;
    rdfs:comment "millipede"@en .

<http://lexvo.org/id/char/8713> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%9C%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%ADng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%ADng%20di%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ting4>,
        <http://lexvo.org/id/term/yue/%E8%9C%93>,
        "蜓"^^xsd:string ;
    rdfs:comment "dragonfly"@en .

<http://lexvo.org/id/char/8714> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%9C%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/di%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/din6>,
        <http://lexvo.org/id/term/yue/%E8%9C%94>,
        "蜔"^^xsd:string ;
    rdfs:comment "inlaid shell-work"@en .

<http://lexvo.org/id/char/8715> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%9C%95>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/shu%C3%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/tu%C3%AC>,
        <http://lexvo.org/id/term/kor/%E8%9C%95>,
        <http://lexvo.org/id/term/kor/SEY>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/seoi3%20teoi3>,
        <http://lexvo.org/id/term/yue/%E8%9C%95>,
        "蜕"^^xsd:string ;
    rdfs:comment "molt"@en .

<http://lexvo.org/id/char/8716> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%9C%96>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%AD>,
        <http://lexvo.org/id/term/kor/%E8%9C%96>,
        <http://lexvo.org/id/term/kor/HOY>,
        "蜖"^^xsd:string ;
    rdfs:comment "tapeworm"@en .

<http://lexvo.org/id/char/8717> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%9C%97>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/gu%C4%81%20w%C5%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C5%8D>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/waa1%20wo1>,
        <http://lexvo.org/id/term/yue/%E8%9C%97>,
        "蜗"^^xsd:string ;
    rdfs:comment "a snail, Eulota callizoma"@en .

<http://lexvo.org/id/char/8718> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%9C%98>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C4%AB>,
        <http://lexvo.org/id/term/kor/%E8%9C%98>,
        <http://lexvo.org/id/term/kor/CI>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zi1>,
        <http://lexvo.org/id/term/yue/%E8%9C%98>,
        "蜘"^^xsd:string ;
    rdfs:comment "spider"@en .

<http://lexvo.org/id/char/8719> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%9C%99>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C5%8Dng>,
        "蜙"^^xsd:string .

<http://lexvo.org/id/char/871A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%9C%9A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C4%93i%200316.030%3Af%C4%9Bi>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C4%93i%20f%C4%9Bi%20p%C3%A8i%20b%C3%A8i>,
        <http://lexvo.org/id/term/kor/%E8%9C%9A>,
        <http://lexvo.org/id/term/kor/PI>,
        <http://lexvo.org/id/term/vie/bay>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fei1%20fei2>,
        <http://lexvo.org/id/term/yue/%E8%9C%9A>,
        "蜚"^^xsd:string ;
    rdfs:comment "cockroach"@en .

<http://lexvo.org/id/char/871B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%9C%9B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C5%AB>,
        "蜛"^^xsd:string .

<http://lexvo.org/id/char/871C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%9C%9C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%AC>,
        <http://lexvo.org/id/term/kor/%E8%9C%9C>,
        <http://lexvo.org/id/term/kor/MIL>,
        <http://lexvo.org/id/term/vie/m%E1%BA%ADt>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mat6>,
        <http://lexvo.org/id/term/yue/%E8%9C%9C>,
        "蜜"^^xsd:string ;
    rdfs:comment "honey; sweet; nectar"@en .

<http://lexvo.org/id/char/871D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%9C%9D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C3%AD>,
        <http://lexvo.org/id/term/kor/%E8%9C%9D>,
        <http://lexvo.org/id/term/kor/KI>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kei4>,
        <http://lexvo.org/id/term/yue/%E8%9C%9D>,
        "蜝"^^xsd:string ;
    rdfs:comment "a kind of crab; worm, leech"@en .

<http://lexvo.org/id/char/871E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%9C%9E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C3%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kei4>,
        <http://lexvo.org/id/term/yue/%E8%9C%9E>,
        "蜞"^^xsd:string ;
    rdfs:comment "a kind of crab; worm, leech"@en .

<http://lexvo.org/id/char/871F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%9C%9F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%B9>,
        "蜟"^^xsd:string .

<http://lexvo.org/id/char/8720> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%9C%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C7%94n>,
        "蜠"^^xsd:string .

<http://lexvo.org/id/char/8721> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%9C%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%A0%201448.190%3Azh%C3%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%A0%20zh%C3%A0%20ch%C3%A0%20q%C3%B9%20j%C3%AD>,
        <http://lexvo.org/id/term/kor/%E8%9C%A1>,
        <http://lexvo.org/id/term/kor/SA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/caa3%20caai3%20zaa3>,
        <http://lexvo.org/id/term/yue/%E8%9C%A1>,
        "蜡"^^xsd:string ;
    rdfs:comment "wax; candle; waxy, glazed; maggot; as a non-simplified form sometimes used as an equivalent to U+410D 䄍, meaning imperial harvest"@en .

<http://lexvo.org/id/char/8722> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%9C%A2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C4%9Bng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C4%9Bng%20m%C3%A8ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/maang5>,
        <http://lexvo.org/id/term/yue/%E8%9C%A2>,
        "蜢"^^xsd:string ;
    rdfs:comment "grasshopper"@en .

<http://lexvo.org/id/char/8723> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%9C%A3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C4%81ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/goeng1>,
        <http://lexvo.org/id/term/yue/%E8%9C%A3>,
        "蜣"^^xsd:string ;
    rdfs:comment "dung beetle"@en .

<http://lexvo.org/id/char/8724> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%9C%A4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C4%AB>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/si1>,
        <http://lexvo.org/id/term/yue/%E8%9C%A4>,
        "蜤"^^xsd:string .

<http://lexvo.org/id/char/8725> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%9C%A5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C4%AB>,
        <http://lexvo.org/id/term/kor/%E8%9C%A5>,
        <http://lexvo.org/id/term/kor/SEK>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sik1>,
        <http://lexvo.org/id/term/yue/%E8%9C%A5>,
        "蜥"^^xsd:string ;
    rdfs:comment "lizard"@en .

<http://lexvo.org/id/char/8726> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%9C%A6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%BAn>,
        <http://lexvo.org/id/term/vie/trun>,
        "蜦"^^xsd:string .

<http://lexvo.org/id/char/8727> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%9C%A7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%AC>,
        "蜧"^^xsd:string .

<http://lexvo.org/id/char/8728> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%9C%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/di%C3%A9>,
        <http://lexvo.org/id/term/kor/%E8%9C%A8>,
        <http://lexvo.org/id/term/kor/CEP>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dip6>,
        <http://lexvo.org/id/term/yue/%E8%9C%A8>,
        "蜨"^^xsd:string ;
    rdfs:comment "butterfly"@en .

<http://lexvo.org/id/char/8729> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%9C%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ti%C3%A1o>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ti%C3%A1o%20di%C3%A0o>,
        <http://lexvo.org/id/term/kor/%E8%9C%A9>,
        <http://lexvo.org/id/term/kor/CO>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tiu4>,
        <http://lexvo.org/id/term/yue/%E8%9C%A9>,
        "蜩"^^xsd:string ;
    rdfs:comment "cicada, broad locust"@en .

<http://lexvo.org/id/char/872A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%9C%AA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C4%81o>,
        "蜪"^^xsd:string .

<http://lexvo.org/id/char/872B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%9C%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C5%ABn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gwan1>,
        <http://lexvo.org/id/term/yue/%E8%9C%AB>,
        "蜫"^^xsd:string ;
    rdfs:comment "insects"@en .

<http://lexvo.org/id/char/872C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%9C%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C4%81n>,
        "蜬"^^xsd:string .

<http://lexvo.org/id/char/872D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%9C%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ham5>,
        <http://lexvo.org/id/term/yue/%E8%9C%AD>,
        "蜭"^^xsd:string .

<http://lexvo.org/id/char/872E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%9C%AE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%B9%20gu%C5%8D>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wik6>,
        <http://lexvo.org/id/term/yue/%E8%9C%AE>,
        "蜮"^^xsd:string ;
    rdfs:comment "a fabulous creature like a turtle; a toad"@en .

<http://lexvo.org/id/char/872F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%9C%AF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%A0ng>,
        "蜯"^^xsd:string .

<http://lexvo.org/id/char/8730> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%9C%B0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%A9i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fei4>,
        <http://lexvo.org/id/term/yue/%E8%9C%B0>,
        "蜰"^^xsd:string .

<http://lexvo.org/id/char/8731> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%9C%B1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%AD%20mi%C3%A1o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/pei4>,
        <http://lexvo.org/id/term/yue/%E8%9C%B1>,
        "蜱"^^xsd:string ;
    rdfs:comment "a tick, mite"@en .

<http://lexvo.org/id/char/8732> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%9C%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C4%9Bi>,
        "蜲"^^xsd:string .

<http://lexvo.org/id/char/8733> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%9C%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C5%ABn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/deon1>,
        <http://lexvo.org/id/term/yue/%E8%9C%B3>,
        "蜳"^^xsd:string .

<http://lexvo.org/id/char/8734> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%9C%B4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%AC%20x%C3%AD>,
        <http://lexvo.org/id/term/kor/%E8%9C%B4>,
        <http://lexvo.org/id/term/kor/CHEK>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jik6>,
        <http://lexvo.org/id/term/yue/%E8%9C%B4>,
        "蜴"^^xsd:string ;
    rdfs:comment "lizard"@en .

<http://lexvo.org/id/char/8735> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%9C%B5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/yu%C4%81n>,
        <http://lexvo.org/id/term/kor/%E8%9C%B5>,
        <http://lexvo.org/id/term/kor/YEN>,
        "蜵"^^xsd:string .

<http://lexvo.org/id/char/8736> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%9C%B6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zeot1>,
        <http://lexvo.org/id/term/yue/%E8%9C%B6>,
        "蜶"^^xsd:string ;
    rdfs:comment "a house cricket"@en .

<http://lexvo.org/id/char/8737> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%9C%B7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qu%C3%A1n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qu%C3%A1n%20ju%C7%8En>,
        <http://lexvo.org/id/term/kor/%E8%9C%B7>,
        <http://lexvo.org/id/term/kor/KWEN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kyun4>,
        <http://lexvo.org/id/term/yue/%E8%9C%B7>,
        "蜷"^^xsd:string ;
    rdfs:comment "creep like worm, curl one's body"@en .

<http://lexvo.org/id/char/8738> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%9C%B8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C7%8En>,
        "蜸"^^xsd:string .

<http://lexvo.org/id/char/8739> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%9C%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ru%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jeoi3>,
        <http://lexvo.org/id/term/yue/%E8%9C%B9>,
        "蜹"^^xsd:string ;
    rdfs:comment "gnat, mosquito"@en .

<http://lexvo.org/id/char/873A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%9C%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C3%AD>,
        <http://lexvo.org/id/term/kor/%E8%9C%BA>,
        <http://lexvo.org/id/term/kor/YEY>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ngai4>,
        <http://lexvo.org/id/term/yue/%E8%9C%BA>,
        "蜺"^^xsd:string ;
    rdfs:comment "reflection of rainbow"@en .

<http://lexvo.org/id/char/873B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%9C%BB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C4%ABng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C4%ABng%20j%C4%ABng>,
        <http://lexvo.org/id/term/kor/%E8%9C%BB>,
        <http://lexvo.org/id/term/kor/CHENG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cing1>,
        <http://lexvo.org/id/term/yue/%E8%9C%BB>,
        "蜻"^^xsd:string ;
    rdfs:comment "dragonfly"@en .

<http://lexvo.org/id/char/873C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%9C%BC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C3%A8i%20w%C4%9Bi>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wai2%20wai6>,
        <http://lexvo.org/id/term/yue/%E8%9C%BC>,
        "蜼"^^xsd:string .

<http://lexvo.org/id/char/873D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%9C%BD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C7%8Eng>,
        "蜽"^^xsd:string .

<http://lexvo.org/id/char/873E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%9C%BE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/gu%C7%92>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/gu%C7%92%20lu%C7%92>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gwo2>,
        <http://lexvo.org/id/term/yue/%E8%9C%BE>,
        "蜾"^^xsd:string ;
    rdfs:comment "the solitary wasp"@en .

<http://lexvo.org/id/char/873F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%9C%BF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C4%81n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C4%81n%20w%C7%8En>,
        <http://lexvo.org/id/term/kor/%E8%9C%BF>,
        <http://lexvo.org/id/term/kor/WEN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jyun1>,
        <http://lexvo.org/id/term/yue/%E8%9C%BF>,
        "蜿"^^xsd:string ;
    rdfs:comment "creep, crawl"@en .

<http://lexvo.org/id/char/8740> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%9D%80>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C5%8Dng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C5%8Dng%20d%C3%B2ng>,
        <http://lexvo.org/id/term/kor/%E8%9D%80>,
        <http://lexvo.org/id/term/kor/TONG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dung1%20dung3>,
        <http://lexvo.org/id/term/yue/%E8%9D%80>,
        "蝀"^^xsd:string ;
    rdfs:comment "rainbow"@en .

<http://lexvo.org/id/char/8741> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C3%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%9D%81>,
        "蝁"^^xsd:string .

<http://lexvo.org/id/char/8742> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%9D%82>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C7%8En>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/baan2>,
        <http://lexvo.org/id/term/yue/%E8%9D%82>,
        "蝂"^^xsd:string .

<http://lexvo.org/id/char/8743> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%9D%83>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dai3>,
        <http://lexvo.org/id/term/yue/%E8%9D%83>,
        "蝃"^^xsd:string ;
    rdfs:comment "rainbow"@en .

<http://lexvo.org/id/char/8744> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%9D%84>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C7%8Eng>,
        "蝄"^^xsd:string .

<http://lexvo.org/id/char/8745> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%9D%85>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C3%A1n>,
        "蝅"^^xsd:string .

<http://lexvo.org/id/char/8746> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%9D%86>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%8Eng%20y%C3%A1ng>,
        "蝆"^^xsd:string .

<http://lexvo.org/id/char/8747> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%9D%87>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%ADng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jing4>,
        <http://lexvo.org/id/term/yue/%E8%9D%87>,
        "蝇"^^xsd:string ;
    rdfs:comment "flies"@en .

<http://lexvo.org/id/char/8748> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%9D%88>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/gu%C5%8D>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gwok3>,
        <http://lexvo.org/id/term/yue/%E8%9D%88>,
        "蝈"^^xsd:string ;
    rdfs:comment "small green frog; cicada"@en .

<http://lexvo.org/id/char/8749> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%9D%89>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%A1n>,
        <http://lexvo.org/id/term/kor/%E8%9D%89>,
        <http://lexvo.org/id/term/kor/SEN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sim4%20sin4>,
        <http://lexvo.org/id/term/yue/%E8%9D%89>,
        "蝉"^^xsd:string ;
    rdfs:comment "cicada; continuous"@en .

<http://lexvo.org/id/char/874A> a lvont:Character ;
    lvont:represents "蝊"^^xsd:string .

<http://lexvo.org/id/char/874B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%9D%8B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%A0>,
        <http://lexvo.org/id/term/kor/%E8%9D%8B>,
        <http://lexvo.org/id/term/kor/LAP>,
        "蝋"^^xsd:string ;
    rdfs:comment "wax; candle; waxy, glazed"@en .

<http://lexvo.org/id/char/874C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%9D%8C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C4%93>,
        <http://lexvo.org/id/term/kor/%E8%9D%8C>,
        <http://lexvo.org/id/term/kor/KWA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fo1>,
        <http://lexvo.org/id/term/yue/%E8%9D%8C>,
        "蝌"^^xsd:string ;
    rdfs:comment "tadpole"@en .

<http://lexvo.org/id/char/874D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%9D%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zik1>,
        <http://lexvo.org/id/term/yue/%E8%9D%8D>,
        "蝍"^^xsd:string ;
    rdfs:comment "a centipede"@en .

<http://lexvo.org/id/char/874E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%9D%8E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A9%20xi%C4%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C4%93>,
        <http://lexvo.org/id/term/kor/%E8%9D%8E>,
        <http://lexvo.org/id/term/kor/KAL>,
        <http://lexvo.org/id/term/vie/r%E1%BA%BFt>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hit3%20hot3>,
        <http://lexvo.org/id/term/yue/%E8%9D%8E>,
        "蝎"^^xsd:string ;
    rdfs:comment "scorpion"@en .

<http://lexvo.org/id/char/874F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%9D%8F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%ADng>,
        "蝏"^^xsd:string .

<http://lexvo.org/id/char/8750> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%9D%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A0i%20m%C3%A8i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mou6%20mui6>,
        <http://lexvo.org/id/term/yue/%E8%9D%90>,
        "蝐"^^xsd:string .

<http://lexvo.org/id/char/8751> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%9D%91>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C5%AB>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/seoi1>,
        <http://lexvo.org/id/term/yue/%E8%9D%91>,
        "蝑"^^xsd:string .

<http://lexvo.org/id/char/8752> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%9D%92>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/mi%C3%A1n>,
        <http://lexvo.org/id/term/vie/g%C3%B2%20nh%E1%BB%87n>,
        "蝒"^^xsd:string .

<http://lexvo.org/id/char/8753> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%9D%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%BA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jyu4>,
        <http://lexvo.org/id/term/yue/%E8%9D%93>,
        "蝓"^^xsd:string ;
    rdfs:comment "snail"@en .

<http://lexvo.org/id/char/8754> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%9D%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C4%93>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gaai1>,
        <http://lexvo.org/id/term/yue/%E8%9D%94>,
        "蝔"^^xsd:string .

<http://lexvo.org/id/char/8755> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%9D%95>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%AD%20l%C3%AC%20l%C3%B3ng>,
        <http://lexvo.org/id/term/kor/%E8%9D%95>,
        <http://lexvo.org/id/term/kor/SIK>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sik6>,
        <http://lexvo.org/id/term/yue/%E8%9D%95>,
        "蝕"^^xsd:string ;
    rdfs:comment "nibble away; erode; eclipse"@en .

<http://lexvo.org/id/char/8756> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%9D%96>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xu%C4%81n>,
        "蝖"^^xsd:string .

<http://lexvo.org/id/char/8757> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%9D%97>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%A1ng>,
        <http://lexvo.org/id/term/kor/%E8%9D%97>,
        <http://lexvo.org/id/term/kor/HWANG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wong4>,
        <http://lexvo.org/id/term/yue/%E8%9D%97>,
        "蝗"^^xsd:string ;
    rdfs:comment "kind of locust"@en .

<http://lexvo.org/id/char/8758> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%9D%98>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%8En>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%8En%20y%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jin2>,
        <http://lexvo.org/id/term/yue/%E8%9D%98>,
        "蝘"^^xsd:string ;
    rdfs:comment "gecko, kind of cicada"@en .

<http://lexvo.org/id/char/8759> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%9D%99>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/bi%C4%81n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/bi%C4%81n%20pi%C3%A1n>,
        <http://lexvo.org/id/term/kor/%E8%9D%99>,
        <http://lexvo.org/id/term/kor/PHYEN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bin1%20bin2%20pin1>,
        <http://lexvo.org/id/term/yue/%E8%9D%99>,
        "蝙"^^xsd:string ;
    rdfs:comment "bat"@en .

<http://lexvo.org/id/char/875A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%9D%9A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/r%C3%B3u>,
        "蝚"^^xsd:string .

<http://lexvo.org/id/char/875B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%9D%9B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C4%93i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wai1>,
        <http://lexvo.org/id/term/yue/%E8%9D%9B>,
        "蝛"^^xsd:string ;
    rdfs:comment "the sow-bug, wood-louse"@en .

<http://lexvo.org/id/char/875C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%9D%9C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fu6>,
        <http://lexvo.org/id/term/yue/%E8%9D%9C>,
        "蝜"^^xsd:string .

<http://lexvo.org/id/char/875D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%9D%9D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/yu%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jyun4>,
        <http://lexvo.org/id/term/yue/%E8%9D%9D>,
        "蝝"^^xsd:string ;
    rdfs:comment "the larva of locust"@en .

<http://lexvo.org/id/char/875E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%9D%9E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A8i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mei1>,
        <http://lexvo.org/id/term/yue/%E8%9D%9E>,
        "蝞"^^xsd:string ;
    rdfs:comment "(Cant.) 塘蝞, dragonfly"@en .

<http://lexvo.org/id/char/875F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%9D%9F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C3%A8i>,
        <http://lexvo.org/id/term/kor/%E8%9D%9F>,
        <http://lexvo.org/id/term/kor/WI>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wai6>,
        <http://lexvo.org/id/term/yue/%E8%9D%9F>,
        "蝟"^^xsd:string ;
    rdfs:comment "hedgehog"@en .

<http://lexvo.org/id/char/8760> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%9D%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%BA>,
        <http://lexvo.org/id/term/kor/%E8%9D%A0>,
        <http://lexvo.org/id/term/kor/POK>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fuk1>,
        <http://lexvo.org/id/term/yue/%E8%9D%A0>,
        "蝠"^^xsd:string ;
    rdfs:comment "kind of bat"@en .

<http://lexvo.org/id/char/8761> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%9D%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/r%C3%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ru%C7%8En%20r%C3%BA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jyu4>,
        <http://lexvo.org/id/term/yue/%E8%9D%A1>,
        "蝡"^^xsd:string ;
    rdfs:comment "eumenes polifomis, kind of wasp"@en .

<http://lexvo.org/id/char/8762> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%9D%A2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A9>,
        "蝢"^^xsd:string .

<http://lexvo.org/id/char/8763> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%9D%A3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%B3u>,
        <http://lexvo.org/id/term/vie/du>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jau4>,
        <http://lexvo.org/id/term/yue/%E8%9D%A3>,
        "蝣"^^xsd:string ;
    rdfs:comment "mayfly (Ephemera strigata)"@en .

<http://lexvo.org/id/char/8764> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%9D%A4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C3%BA%201397.040%3Ay%C3%B3u>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C3%BA%20ji%C5%AB%20y%C3%B3u>,
        <http://lexvo.org/id/term/kor/%E8%9D%A4>,
        <http://lexvo.org/id/term/kor/YU>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cau4%20jau4>,
        <http://lexvo.org/id/term/yue/%E8%9D%A4>,
        "蝤"^^xsd:string .

<http://lexvo.org/id/char/8765> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%9D%A5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A1o>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A1o%20m%C3%B3u%20w%C3%BA%20w%C3%B9>,
        <http://lexvo.org/id/term/kor/%E8%9D%A5>,
        <http://lexvo.org/id/term/kor/MO>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/maau4>,
        <http://lexvo.org/id/term/yue/%E8%9D%A5>,
        "蝥"^^xsd:string ;
    rdfs:comment "a fly which is used similarly to cantharides"@en .

<http://lexvo.org/id/char/8766> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%9D%A6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A1%201238.021%3Axi%C4%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C4%81%20h%C3%A1%20ji%C7%8E>,
        <http://lexvo.org/id/term/kor/%E8%9D%A6>,
        <http://lexvo.org/id/term/kor/HA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/haa1%20haa4>,
        <http://lexvo.org/id/term/yue/%E8%9D%A6>,
        "蝦"^^xsd:string ;
    rdfs:comment "shrimp, prawn"@en .

<http://lexvo.org/id/char/8767> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%9D%A7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C4%ABng>,
        "蝧"^^xsd:string .

<http://lexvo.org/id/char/8768> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%9D%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C4%AB>,
        <http://lexvo.org/id/term/kor/%E8%9D%A8>,
        <http://lexvo.org/id/term/kor/SUL>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sat1>,
        <http://lexvo.org/id/term/yue/%E8%9D%A8>,
        "蝨"^^xsd:string ;
    rdfs:comment "louse; bed bug"@en .

<http://lexvo.org/id/char/8769> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%9D%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%B3ng>,
        <http://lexvo.org/id/term/vie/tr%C3%B9n>,
        "蝩"^^xsd:string .

<http://lexvo.org/id/char/876A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%9D%AA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C4%81ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jik6>,
        <http://lexvo.org/id/term/yue/%E8%9D%AA>,
        "蝪"^^xsd:string .

<http://lexvo.org/id/char/876B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%9D%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C5%AB>,
        "蝫"^^xsd:string .

<http://lexvo.org/id/char/876C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%9D%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C5%8Dng>,
        "蝬"^^xsd:string .

<http://lexvo.org/id/char/876D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%9D%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%AD>,
        "蝭"^^xsd:string .

<http://lexvo.org/id/char/876E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%9D%AE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%B9>,
        <http://lexvo.org/id/term/kor/%E8%9D%AE>,
        <http://lexvo.org/id/term/kor/POK>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fuk1>,
        <http://lexvo.org/id/term/yue/%E8%9D%AE>,
        "蝮"^^xsd:string ;
    rdfs:comment "venomous snake, viper"@en .

<http://lexvo.org/id/char/876F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%9D%AF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/yu%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jyun4>,
        <http://lexvo.org/id/term/yue/%E8%9D%AF>,
        "蝯"^^xsd:string ;
    rdfs:comment "ape"@en .

<http://lexvo.org/id/char/8770> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%9D%B0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C7%90%20ku%C3%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ku%C3%AD>,
        "蝰"^^xsd:string ;
    rdfs:comment "vipera russelii siamensis"@en .

<http://lexvo.org/id/char/8771> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%9D%B1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A9ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mong4>,
        <http://lexvo.org/id/term/yue/%E8%9D%B1>,
        "蝱"^^xsd:string ;
    rdfs:comment "horsefly, gadfly"@en .

<http://lexvo.org/id/char/8772> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%9D%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%A0>,
        "蝲"^^xsd:string .

<http://lexvo.org/id/char/8773> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%9D%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%BA%20d%C3%A0i>,
        <http://lexvo.org/id/term/vie/n%E1%BB%8Dc>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/doi6>,
        <http://lexvo.org/id/term/yue/%E8%9D%B3>,
        "蝳"^^xsd:string .

<http://lexvo.org/id/char/8774> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%9D%B4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%BA>,
        <http://lexvo.org/id/term/kor/%E8%9D%B4>,
        <http://lexvo.org/id/term/kor/HWU>,
        <http://lexvo.org/id/term/vie/h%C3%A0>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wu4>,
        <http://lexvo.org/id/term/yue/%E8%9D%B4>,
        "蝴"^^xsd:string ;
    rdfs:comment "butterfly"@en .

<http://lexvo.org/id/char/8775> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%9D%B5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C5%AB>,
        "蝵"^^xsd:string .

<http://lexvo.org/id/char/8776> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%9D%B6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/di%C3%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/di%C3%A9%20ti%C4%93>,
        <http://lexvo.org/id/term/kor/%E8%9D%B6>,
        <http://lexvo.org/id/term/kor/CEP>,
        <http://lexvo.org/id/term/vie/%C4%91i%E1%BB%87p>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dip6>,
        <http://lexvo.org/id/term/yue/%E8%9D%B6>,
        "蝶"^^xsd:string ;
    rdfs:comment "butterfly"@en .

<http://lexvo.org/id/char/8777> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%9D%B7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%AC>,
        "蝷"^^xsd:string .

<http://lexvo.org/id/char/8778> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%9D%B8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/gu%C4%81%20w%C5%8D%20lu%C3%B3%20gu%C7%92>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C5%8D>,
        <http://lexvo.org/id/term/kor/%E8%9D%B8>,
        <http://lexvo.org/id/term/kor/WA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wo1>,
        <http://lexvo.org/id/term/yue/%E8%9D%B8>,
        "蝸"^^xsd:string ;
    rdfs:comment "a snail, Eulota callizoma"@en .

<http://lexvo.org/id/char/8779> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%9D%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C5%ABn>,
        "蝹"^^xsd:string .

<http://lexvo.org/id/char/877A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%9D%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C7%94>,
        "蝺"^^xsd:string .

<http://lexvo.org/id/char/877B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%9D%BB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C7%8En>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C7%8En%20%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/naam4>,
        <http://lexvo.org/id/term/yue/%E8%9D%BB>,
        "蝻"^^xsd:string ;
    rdfs:comment "immature locusts"@en .

<http://lexvo.org/id/char/877C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%9D%BC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%B3u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lau4>,
        <http://lexvo.org/id/term/yue/%E8%9D%BC>,
        "蝼"^^xsd:string ;
    rdfs:comment "a mole cricket, Gryllotalpa africana"@en .

<http://lexvo.org/id/char/877D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%9D%BD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C5%ABn>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C7%94n>,
        "蝽"^^xsd:string ;
    rdfs:comment "bedbug"@en .

<http://lexvo.org/id/char/877E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%9D%BE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/r%C3%B3ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wing4>,
        <http://lexvo.org/id/term/yue/%E8%9D%BE>,
        "蝾"^^xsd:string ;
    rdfs:comment "lizard"@en .

<http://lexvo.org/id/char/877F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%9D%BF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%ADng>,
        "蝿"^^xsd:string ;
    rdfs:comment "flies"@en .

<http://lexvo.org/id/char/8780> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%9E%80>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C4%81ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zoeng1>,
        <http://lexvo.org/id/term/yue/%E8%9E%80>,
        "螀"^^xsd:string ;
    rdfs:comment "kind of cicada"@en .

<http://lexvo.org/id/char/8781> a lvont:Character ;
    lvont:represents "螁"^^xsd:string .

<http://lexvo.org/id/char/8782> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%9E%82>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%A1ng>,
        <http://lexvo.org/id/term/kor/%E8%9E%82>,
        <http://lexvo.org/id/term/kor/LANG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/long4>,
        <http://lexvo.org/id/term/yue/%E8%9E%82>,
        "螂"^^xsd:string ;
    rdfs:comment "mantis, dung beetle"@en .

<http://lexvo.org/id/char/8783> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%9E%83>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%A1ng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%A1ng%20b%C7%8Eng>,
        <http://lexvo.org/id/term/kor/%E8%9E%83>,
        <http://lexvo.org/id/term/kor/PANG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/pong4>,
        <http://lexvo.org/id/term/yue/%E8%9E%83>,
        "螃"^^xsd:string ;
    rdfs:comment "crab"@en .

<http://lexvo.org/id/char/8784> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%9E%84>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C4%AB>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/si1>,
        <http://lexvo.org/id/term/yue/%E8%9E%84>,
        "螄"^^xsd:string ;
    rdfs:comment "kind of snail with spiral shell"@en .

<http://lexvo.org/id/char/8785> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%9E%85>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C4%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C4%AB%20c%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sik1>,
        <http://lexvo.org/id/term/yue/%E8%9E%85>,
        "螅"^^xsd:string ;
    rdfs:comment "intestinal worm"@en .

<http://lexvo.org/id/char/8786> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%9E%86>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zi1>,
        <http://lexvo.org/id/term/yue/%E8%9E%86>,
        "螆"^^xsd:string ;
    rdfs:comment "hairy and poisonous caterpillars; (Cant.) a louse"@en .

<http://lexvo.org/id/char/8787> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%9E%87>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C4%AB>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hai4>,
        <http://lexvo.org/id/term/yue/%E8%9E%87>,
        "螇"^^xsd:string .

<http://lexvo.org/id/char/8788> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%9E%88>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/yu%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jyun4>,
        <http://lexvo.org/id/term/yue/%E8%9E%88>,
        "螈"^^xsd:string ;
    rdfs:comment "a silkworm"@en .

<http://lexvo.org/id/char/8789> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%9E%89>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C4%93ng>,
        <http://lexvo.org/id/term/vie/ong>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jung1>,
        <http://lexvo.org/id/term/yue/%E8%9E%89>,
        "螉"^^xsd:string ;
    rdfs:comment "wasp"@en .

<http://lexvo.org/id/char/878A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%9E%8A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C3%A1n%20xi%C3%A1n>,
        "螊"^^xsd:string .

<http://lexvo.org/id/char/878B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%9E%8B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C5%8Du>,
        "螋"^^xsd:string ;
    rdfs:comment "spider millipede"@en .

<http://lexvo.org/id/char/878C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%9E%8C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C4%81n%20p%C3%A1n>,
        <http://lexvo.org/id/term/kor/%E8%9E%8C>,
        <http://lexvo.org/id/term/kor/PAN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/baan1>,
        <http://lexvo.org/id/term/yue/%E8%9E%8C>,
        "螌"^^xsd:string ;
    rdfs:comment "a striped, poisonous fly"@en .

<http://lexvo.org/id/char/878D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%9E%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/r%C3%B3ng>,
        <http://lexvo.org/id/term/kor/%E8%9E%8D>,
        <http://lexvo.org/id/term/kor/YUNG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jung4>,
        <http://lexvo.org/id/term/yue/%E8%9E%8D>,
        "融"^^xsd:string ;
    rdfs:comment "melt, fuse; blend, harmonize"@en .

<http://lexvo.org/id/char/878E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%9E%8E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/r%C3%B3ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jung4>,
        <http://lexvo.org/id/term/yue/%E8%9E%8E>,
        "螎"^^xsd:string .

<http://lexvo.org/id/char/878F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%9E%8F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%AD>,
        "螏"^^xsd:string .

<http://lexvo.org/id/char/8790> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%9E%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C5%AB>,
        "螐"^^xsd:string .

<http://lexvo.org/id/char/8791> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%9E%91>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C3%B9>,
        "螑"^^xsd:string .

<http://lexvo.org/id/char/8792> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%9E%92>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hon6>,
        <http://lexvo.org/id/term/yue/%E8%9E%92>,
        "螒"^^xsd:string .

<http://lexvo.org/id/char/8793> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%9E%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C3%ADn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ceon4>,
        <http://lexvo.org/id/term/yue/%E8%9E%93>,
        "螓"^^xsd:string ;
    rdfs:comment "a small cicada with a square head"@en .

<http://lexvo.org/id/char/8794> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%9E%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ji4>,
        <http://lexvo.org/id/term/yue/%E8%9E%94>,
        "螔"^^xsd:string .

<http://lexvo.org/id/char/8795> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%9E%95>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C4%AB>,
        "螕"^^xsd:string ;
    rdfs:comment "a tick, mite"@en .

<http://lexvo.org/id/char/8796> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%9E%96>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%A1>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/waat6>,
        <http://lexvo.org/id/term/yue/%E8%9E%96>,
        "螖"^^xsd:string .

<http://lexvo.org/id/char/8797> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%9E%97>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%A1ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tong4>,
        <http://lexvo.org/id/term/yue/%E8%9E%97>,
        "螗"^^xsd:string ;
    rdfs:comment "a kind of cicada"@en .

<http://lexvo.org/id/char/8798> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%9E%98>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%90>,
        <http://lexvo.org/id/term/kor/%E8%9E%98>,
        <http://lexvo.org/id/term/kor/UY>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ngai5>,
        <http://lexvo.org/id/term/yue/%E8%9E%98>,
        "螘"^^xsd:string ;
    rdfs:comment "ant"@en .

<http://lexvo.org/id/char/8799> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%9E%99>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%B9>,
        "螙"^^xsd:string ;
    rdfs:comment "grubs in wood, worms in books, clothes, etc. used figuratively of corrupt officials"@en .

<http://lexvo.org/id/char/879A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%9E%9A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C3%A0i>,
        "螚"^^xsd:string .

<http://lexvo.org/id/char/879B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%9E%9B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A9>,
        "螛"^^xsd:string .

<http://lexvo.org/id/char/879C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%9E%9C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%BA>,
        "螜"^^xsd:string .

<http://lexvo.org/id/char/879D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%9E%9D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%AC>,
        "螝"^^xsd:string .

<http://lexvo.org/id/char/879E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%9E%9E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C7%8E%20m%C3%A0%20m%C4%81>,
        <http://lexvo.org/id/term/kor/%E8%9E%9E>,
        <http://lexvo.org/id/term/kor/MA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/maa1%20maa5%20maa6>,
        <http://lexvo.org/id/term/yue/%E8%9E%9E>,
        "螞"^^xsd:string ;
    rdfs:comment "ant; leech"@en .

<http://lexvo.org/id/char/879F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%9E%9F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%ADng>,
        <http://lexvo.org/id/term/kor/%E8%9E%9F>,
        <http://lexvo.org/id/term/kor/MYENG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ming4>,
        <http://lexvo.org/id/term/yue/%E8%9E%9F>,
        "螟"^^xsd:string ;
    rdfs:comment "kind of caterpillar, larva"@en .

<http://lexvo.org/id/char/87A0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%9E%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%AC>,
        <http://lexvo.org/id/term/vie/%E1%BA%BFch>,
        "螠"^^xsd:string .

<http://lexvo.org/id/char/87A1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%9E%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C3%A9n>,
        "螡"^^xsd:string .

<http://lexvo.org/id/char/87A2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%9E%A2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%ADng>,
        <http://lexvo.org/id/term/kor/%E8%9E%A2>,
        <http://lexvo.org/id/term/kor/HYENG>,
        <http://lexvo.org/id/term/vie/hu%E1%BB%B3nh>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jing4>,
        <http://lexvo.org/id/term/yue/%E8%9E%A2>,
        "螢"^^xsd:string ;
    rdfs:comment "glow-worm, luminous insect"@en .

<http://lexvo.org/id/char/87A3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%9E%A3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%A8%201125.100%3At%C3%A9ng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%A9ng%20t%C3%A8>,
        <http://lexvo.org/id/term/kor/%E8%9E%A3>,
        <http://lexvo.org/id/term/kor/TUNG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dak6%20tang4>,
        <http://lexvo.org/id/term/yue/%E8%9E%A3>,
        "螣"^^xsd:string ;
    rdfs:comment "mythological wingless dragon of"@en .

<http://lexvo.org/id/char/87A4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%9E%A4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%94>,
        "螤"^^xsd:string .

<http://lexvo.org/id/char/87A5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%9E%A5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C4%81ng>,
        "螥"^^xsd:string ;
    rdfs:comment "the house-fly"@en .

<http://lexvo.org/id/char/87A6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/kor/%E8%9E%A6>,
        <http://lexvo.org/id/term/kor/SO>,
        "螦"^^xsd:string .

<http://lexvo.org/id/char/87A7> a lvont:Character ;
    lvont:represents "螧"^^xsd:string .

<http://lexvo.org/id/char/87A8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%9E%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C7%8En>,
        "螨"^^xsd:string ;
    rdfs:comment "insect"@en .

<http://lexvo.org/id/char/87A9> a lvont:Character ;
    lvont:represents "螩"^^xsd:string .

<http://lexvo.org/id/char/87AA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%9E%AA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C4%81ng>,
        "螪"^^xsd:string .

<http://lexvo.org/id/char/87AB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%9E%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%AC%20zh%C4%93>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cik1%20sik1>,
        <http://lexvo.org/id/term/yue/%E8%9E%AB>,
        "螫"^^xsd:string ;
    rdfs:comment "poison; sting; poisonous insect"@en .

<http://lexvo.org/id/char/87AC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%9E%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C3%A1o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cou4>,
        <http://lexvo.org/id/term/yue/%E8%9E%AC>,
        "螬"^^xsd:string ;
    rdfs:comment "grubs in fruit"@en .

<http://lexvo.org/id/char/87AD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%9E%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C4%AB>,
        <http://lexvo.org/id/term/kor/%E8%9E%AD>,
        <http://lexvo.org/id/term/kor/LI>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ci1>,
        <http://lexvo.org/id/term/yue/%E8%9E%AD>,
        "螭"^^xsd:string ;
    rdfs:comment "a dragon whose horns have not grown; cruel"@en .

<http://lexvo.org/id/char/87AE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%9E%AE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%AC>,
        <http://lexvo.org/id/term/vie/gi%E1%BA%A3i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dai3>,
        <http://lexvo.org/id/term/yue/%E8%9E%AE>,
        "螮"^^xsd:string ;
    rdfs:comment "rainbow"@en .

<http://lexvo.org/id/char/87AF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C3%A1o>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%9E%AF>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ngou4>,
        <http://lexvo.org/id/term/yue/%E8%9E%AF>,
        "螯"^^xsd:string ;
    rdfs:comment "nippers"@en .

<http://lexvo.org/id/char/87B0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%9E%B0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%B9>,
        "螰"^^xsd:string .

<http://lexvo.org/id/char/87B1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%9E%B1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C3%A8i>,
        "螱"^^xsd:string .

<http://lexvo.org/id/char/87B2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%9E%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%AC%20di%C3%A9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dit6%20zat6>,
        <http://lexvo.org/id/term/yue/%E8%9E%B2>,
        "螲"^^xsd:string .

<http://lexvo.org/id/char/87B3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%9E%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%A1ng>,
        <http://lexvo.org/id/term/kor/%E8%9E%B3>,
        <http://lexvo.org/id/term/kor/TANG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tong4>,
        <http://lexvo.org/id/term/yue/%E8%9E%B3>,
        "螳"^^xsd:string ;
    rdfs:comment "mantis"@en .

<http://lexvo.org/id/char/87B4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%9E%B4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%A9n>,
        <http://lexvo.org/id/term/kor/%E8%9E%B4>,
        <http://lexvo.org/id/term/kor/CIN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/can4>,
        <http://lexvo.org/id/term/yue/%E8%9E%B4>,
        "螴"^^xsd:string .

<http://lexvo.org/id/char/87B5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%9E%B5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/pi%C4%81o>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/pi%C4%81o%20p%C3%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/piu1>,
        <http://lexvo.org/id/term/yue/%E8%9E%B5>,
        "螵"^^xsd:string ;
    rdfs:comment "a chrysalis"@en .

<http://lexvo.org/id/char/87B6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%9E%B6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C3%BA>,
        "螶"^^xsd:string .

<http://lexvo.org/id/char/87B7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%9E%B7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%AD%20b%C3%A8ng%20b%C3%AC>,
        "螷"^^xsd:string .

<http://lexvo.org/id/char/87B8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%9E%B8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%BA>,
        "螸"^^xsd:string .

<http://lexvo.org/id/char/87B9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%9E%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%A0n%20ch%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zim6>,
        <http://lexvo.org/id/term/yue/%E8%9E%B9>,
        "螹"^^xsd:string .

<http://lexvo.org/id/char/87BA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%9E%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/lu%C3%B3>,
        <http://lexvo.org/id/term/kor/%E8%9E%BA>,
        <http://lexvo.org/id/term/kor/LA%20LEY>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lo4>,
        <http://lexvo.org/id/term/yue/%E8%9E%BA>,
        "螺"^^xsd:string ;
    rdfs:comment "spiral shell; conch; spiral"@en .

<http://lexvo.org/id/char/87BB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%9E%BB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%B3u>,
        <http://lexvo.org/id/term/kor/%E8%9E%BB>,
        <http://lexvo.org/id/term/kor/LWU>,
        <http://lexvo.org/id/term/vie/s%C3%A2u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lau4>,
        <http://lexvo.org/id/term/yue/%E8%9E%BB>,
        "螻"^^xsd:string ;
    rdfs:comment "a mole cricket, Gryllotalpa orientalis"@en .

<http://lexvo.org/id/char/87BC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%9E%BC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C7%90n>,
        "螼"^^xsd:string .

<http://lexvo.org/id/char/87BD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%9E%BD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C5%8Dng>,
        <http://lexvo.org/id/term/kor/%E8%9E%BD>,
        <http://lexvo.org/id/term/kor/CONG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zung1>,
        <http://lexvo.org/id/term/yue/%E8%9E%BD>,
        "螽"^^xsd:string ;
    rdfs:comment "katydid"@en .

<http://lexvo.org/id/char/87BE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%9E%BE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%90n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jan5>,
        <http://lexvo.org/id/term/yue/%E8%9E%BE>,
        "螾"^^xsd:string ;
    rdfs:comment "the earthworm"@en .

<http://lexvo.org/id/char/87BF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%9E%BF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C4%81ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zoeng1>,
        <http://lexvo.org/id/term/yue/%E8%9E%BF>,
        "螿"^^xsd:string ;
    rdfs:comment "kind of cicada"@en .

<http://lexvo.org/id/char/87C0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%9F%80>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/shu%C3%A0i>,
        <http://lexvo.org/id/term/kor/%E8%9F%80>,
        <http://lexvo.org/id/term/kor/SOL>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/seot1>,
        <http://lexvo.org/id/term/yue/%E8%9F%80>,
        "蟀"^^xsd:string ;
    rdfs:comment "cricket"@en .

<http://lexvo.org/id/char/87C1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%9F%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C3%A9n>,
        "蟁"^^xsd:string ;
    rdfs:comment "a mosquito, a gnat"@en .

<http://lexvo.org/id/char/87C2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%9F%82>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C4%81o>,
        "蟂"^^xsd:string .

<http://lexvo.org/id/char/87C3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%9F%83>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C3%A0n>,
        "蟃"^^xsd:string .

<http://lexvo.org/id/char/87C4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%9F%84>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%A9%20zh%C3%AD>,
        <http://lexvo.org/id/term/kor/%E8%9F%84>,
        <http://lexvo.org/id/term/kor/CHIP>,
        <http://lexvo.org/id/term/vie/tr%E1%BA%ADp>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zat6%20zik6%20zit3>,
        <http://lexvo.org/id/term/yue/%E8%9F%84>,
        "蟄"^^xsd:string ;
    rdfs:comment "to hibernate"@en .

<http://lexvo.org/id/char/87C5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%9F%85>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%A8>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ze3>,
        <http://lexvo.org/id/term/yue/%E8%9F%85>,
        "蟅"^^xsd:string .

<http://lexvo.org/id/char/87C6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%9F%86>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A1%20m%C3%B2>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/maa4>,
        <http://lexvo.org/id/term/yue/%E8%9F%86>,
        "蟆"^^xsd:string ;
    rdfs:comment "frog, toad"@en .

<http://lexvo.org/id/char/87C7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%9F%87>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A1>,
        <http://lexvo.org/id/term/kor/%E8%9F%87>,
        <http://lexvo.org/id/term/kor/MA>,
        "蟇"^^xsd:string ;
    rdfs:comment "frog, toad"@en .

<http://lexvo.org/id/char/87C8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%9F%88>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/gu%C5%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/gu%C5%8D%20y%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gwok3>,
        <http://lexvo.org/id/term/yue/%E8%9F%88>,
        "蟈"^^xsd:string ;
    rdfs:comment "small green frog; cicada"@en .

<http://lexvo.org/id/char/87C9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%9F%89>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C3%BA%20li%C3%A0o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lau4>,
        <http://lexvo.org/id/term/yue/%E8%9F%89>,
        "蟉"^^xsd:string .

<http://lexvo.org/id/char/87CA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%9F%8A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A1o>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A1o%20m%C3%A9ng>,
        <http://lexvo.org/id/term/kor/%E8%9F%8A>,
        <http://lexvo.org/id/term/kor/MO>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/maau4>,
        <http://lexvo.org/id/term/yue/%E8%9F%8A>,
        "蟊"^^xsd:string ;
    rdfs:comment "a fly which is used similarly to cantharides"@en .

<http://lexvo.org/id/char/87CB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%9F%8B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C4%AB>,
        <http://lexvo.org/id/term/kor/%E8%9F%8B>,
        <http://lexvo.org/id/term/kor/SIL>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sik1>,
        <http://lexvo.org/id/term/yue/%E8%9F%8B>,
        "蟋"^^xsd:string ;
    rdfs:comment "cricket"@en .

<http://lexvo.org/id/char/87CC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%9F%8C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C5%8Dng>,
        "蟌"^^xsd:string .

<http://lexvo.org/id/char/87CD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%9F%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%AD>,
        "蟍"^^xsd:string .

<http://lexvo.org/id/char/87CE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%9F%8E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C7%8En>,
        "蟎"^^xsd:string ;
    rdfs:comment "insect"@en .

<http://lexvo.org/id/char/87CF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%9F%8F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C4%81o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/siu1>,
        <http://lexvo.org/id/term/yue/%E8%9F%8F>,
        "蟏"^^xsd:string ;
    rdfs:comment "a kind of spider with long legs"@en .

<http://lexvo.org/id/char/87D0> a lvont:Character ;
    lvont:represents "蟐"^^xsd:string .

<http://lexvo.org/id/char/87D1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%9F%91>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C4%81ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zoeng1>,
        <http://lexvo.org/id/term/yue/%E8%9F%91>,
        "蟑"^^xsd:string ;
    rdfs:comment "cockroach"@en .

<http://lexvo.org/id/char/87D2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%9F%92>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C7%8Eng%20m%C4%9Bng>,
        <http://lexvo.org/id/term/kor/%E8%9F%92>,
        <http://lexvo.org/id/term/kor/MANG>,
        <http://lexvo.org/id/term/vie/m%C3%A3ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mong5>,
        <http://lexvo.org/id/term/yue/%E8%9F%92>,
        "蟒"^^xsd:string ;
    rdfs:comment "python, boa constrictor"@en .

<http://lexvo.org/id/char/87D3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%9F%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A0ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zoeng6>,
        <http://lexvo.org/id/term/yue/%E8%9F%93>,
        "蟓"^^xsd:string .

<http://lexvo.org/id/char/87D4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%9F%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%B2>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mat6>,
        <http://lexvo.org/id/term/yue/%E8%9F%94>,
        "蟔"^^xsd:string .

<http://lexvo.org/id/char/87D5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%9F%95>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zu%C4%AB>,
        "蟕"^^xsd:string ;
    rdfs:comment "a species of tortoise found near the mouth of the Yellow River"@en .

<http://lexvo.org/id/char/87D6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%9F%96>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C4%AB>,
        "蟖"^^xsd:string ;
    rdfs:comment "the larva of a month; a grasshopper"@en .

<http://lexvo.org/id/char/87D7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%9F%97>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C5%AB>,
        "蟗"^^xsd:string .

<http://lexvo.org/id/char/87D8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%9F%98>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%A8>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dat6>,
        <http://lexvo.org/id/term/yue/%E8%9F%98>,
        "蟘"^^xsd:string .

<http://lexvo.org/id/char/87D9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%9F%99>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zik1>,
        <http://lexvo.org/id/term/yue/%E8%9F%99>,
        "蟙"^^xsd:string .

<http://lexvo.org/id/char/87DA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%9F%9A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%A9ng>,
        <http://lexvo.org/id/term/kor/%E8%9F%9A>,
        <http://lexvo.org/id/term/kor/PHAYNG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/paang4>,
        <http://lexvo.org/id/term/yue/%E8%9F%9A>,
        "蟚"^^xsd:string ;
    rdfs:comment "a small land crab"@en .

<http://lexvo.org/id/char/87DB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%9F%9B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%A9ng>,
        <http://lexvo.org/id/term/kor/%E8%9F%9B>,
        <http://lexvo.org/id/term/kor/PHAYNG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/paang4>,
        <http://lexvo.org/id/term/yue/%E8%9F%9B>,
        "蟛"^^xsd:string ;
    rdfs:comment "a land-crab"@en .

<http://lexvo.org/id/char/87DC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%9F%9C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C7%8Eo>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/giu2>,
        <http://lexvo.org/id/term/yue/%E8%9F%9C>,
        "蟜"^^xsd:string ;
    rdfs:comment "insect"@en .

<http://lexvo.org/id/char/87DD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%9F%9D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C3%BA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/keoi2%20keoi4>,
        <http://lexvo.org/id/term/yue/%E8%9F%9D>,
        "蟝"^^xsd:string ;
    rdfs:comment "(Cant.) 蠄蟝, a dragonfly"@en .

<http://lexvo.org/id/char/87DE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%9F%9E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/bi%C3%A9>,
        "蟞"^^xsd:string .

<http://lexvo.org/id/char/87DF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%9F%9F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C3%A1o>,
        <http://lexvo.org/id/term/vie/liu>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/liu4>,
        <http://lexvo.org/id/term/yue/%E8%9F%9F>,
        "蟟"^^xsd:string .

<http://lexvo.org/id/char/87E0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%9F%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%A1n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%A1n%20f%C3%A1n>,
        <http://lexvo.org/id/term/kor/%E8%9F%A0>,
        <http://lexvo.org/id/term/kor/PAN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/faan4%20pun4>,
        <http://lexvo.org/id/term/yue/%E8%9F%A0>,
        "蟠"^^xsd:string ;
    rdfs:comment "coil; coiling, curling; occupy"@en .

<http://lexvo.org/id/char/87E1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%9F%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/gu%C7%90>,
        <http://lexvo.org/id/term/vie/ve>,
        "蟡"^^xsd:string .

<http://lexvo.org/id/char/87E2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%9F%A2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C7%90>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hei2>,
        <http://lexvo.org/id/term/yue/%E8%9F%A2>,
        "蟢"^^xsd:string ;
    rdfs:comment "caulk; a spider"@en .

<http://lexvo.org/id/char/87E3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%9F%A3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C7%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C7%90%20q%C3%AD>,
        <http://lexvo.org/id/term/kor/%E8%9F%A3>,
        <http://lexvo.org/id/term/kor/KI>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gei2>,
        <http://lexvo.org/id/term/yue/%E8%9F%A3>,
        "蟣"^^xsd:string ;
    rdfs:comment "louse eggs, nits"@en .

<http://lexvo.org/id/char/87E4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%9F%A4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zhu%C4%81n>,
        "蟤"^^xsd:string .

<http://lexvo.org/id/char/87E5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%9F%A5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%A1ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wong4>,
        <http://lexvo.org/id/term/yue/%E8%9F%A5>,
        "蟥"^^xsd:string ;
    rdfs:comment "leech"@en .

<http://lexvo.org/id/char/87E6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%9F%A6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%A8i%20b%C4%93n>,
        "蟦"^^xsd:string .

<http://lexvo.org/id/char/87E7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%9F%A7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%A1o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lou4>,
        <http://lexvo.org/id/term/yue/%E8%9F%A7>,
        "蟧"^^xsd:string ;
    rdfs:comment "(Cant.) 蠄蟧, a spider"@en .

<http://lexvo.org/id/char/87E8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%9F%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ju%C3%A9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kyut3>,
        <http://lexvo.org/id/term/yue/%E8%9F%A8>,
        "蟨"^^xsd:string ;
    rdfs:comment "the Siberian jerboa"@en .

<http://lexvo.org/id/char/87E9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%9F%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ju%C3%A9>,
        "蟩"^^xsd:string .

<http://lexvo.org/id/char/87EA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%9F%AA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wai6>,
        <http://lexvo.org/id/term/yue/%E8%9F%AA>,
        "蟪"^^xsd:string ;
    rdfs:comment "a kind of cicada"@en .

<http://lexvo.org/id/char/87EB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%9F%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%ADn>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%ADn%20t%C3%A1n%20x%C3%BAn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/taam4>,
        <http://lexvo.org/id/term/yue/%E8%9F%AB>,
        "蟫"^^xsd:string ;
    rdfs:comment "silverfish"@en .

<http://lexvo.org/id/char/87EC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%9F%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%A1n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%A1n%20sh%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E8%9F%AC>,
        <http://lexvo.org/id/term/kor/SEN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sim4%20sin4>,
        <http://lexvo.org/id/term/yue/%E8%9F%AC>,
        "蟬"^^xsd:string ;
    rdfs:comment "cicada; continuous"@en .

<http://lexvo.org/id/char/87ED> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%9F%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C4%81o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ziu1>,
        <http://lexvo.org/id/term/yue/%E8%9F%AD>,
        "蟭"^^xsd:string ;
    rdfs:comment "very small bug"@en .

<http://lexvo.org/id/char/87EE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%9F%AE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%A0n>,
        "蟮"^^xsd:string ;
    rdfs:comment "type of earthworm"@en .

<http://lexvo.org/id/char/87EF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%9F%AF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C3%A1o>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/r%C3%A1o%20n%C3%A1o%20r%C3%A0o>,
        <http://lexvo.org/id/term/kor/%E8%9F%AF>,
        <http://lexvo.org/id/term/kor/YO>,
        <http://lexvo.org/id/term/vie/ngh%C3%AAu>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jiu4%20naau4>,
        <http://lexvo.org/id/term/yue/%E8%9F%AF>,
        "蟯"^^xsd:string ;
    rdfs:comment "worms"@en .

<http://lexvo.org/id/char/87F0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%9F%B0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C4%81o>,
        "蟰"^^xsd:string ;
    rdfs:comment "small spider with long legs"@en .

<http://lexvo.org/id/char/87F1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%9F%B1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%B3u>,
        "蟱"^^xsd:string .

<http://lexvo.org/id/char/87F2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%9F%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%B3ng>,
        <http://lexvo.org/id/term/kor/%E8%9F%B2>,
        <http://lexvo.org/id/term/kor/CHWUNG>,
        <http://lexvo.org/id/term/vie/tr%C3%B9ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cung4>,
        <http://lexvo.org/id/term/yue/%E8%9F%B2>,
        "蟲"^^xsd:string ;
    rdfs:comment "worms; insects"@en .

<http://lexvo.org/id/char/87F3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%9F%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C3%BAn>,
        <http://lexvo.org/id/term/vie/t%E1%BA%B1m>,
        "蟳"^^xsd:string ;
    rdfs:comment "a kind of crab"@en .

<http://lexvo.org/id/char/87F4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%9F%B4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C4%AB>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/si1>,
        <http://lexvo.org/id/term/yue/%E8%9F%B4>,
        "蟴"^^xsd:string .

<http://lexvo.org/id/char/87F5> a lvont:Character ;
    lvont:represents "蟵"^^xsd:string .

<http://lexvo.org/id/char/87F6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%9F%B6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C4%93ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cing1>,
        <http://lexvo.org/id/term/yue/%E8%9F%B6>,
        "蟶"^^xsd:string ;
    rdfs:comment "razor clam"@en .

<http://lexvo.org/id/char/87F7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%9F%B7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C4%81ng>,
        <http://lexvo.org/id/term/kor/%E8%9F%B7>,
        <http://lexvo.org/id/term/kor/TANG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dong1>,
        <http://lexvo.org/id/term/yue/%E8%9F%B7>,
        "蟷"^^xsd:string ;
    rdfs:comment "mantis"@en .

<http://lexvo.org/id/char/87F8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%9F%B8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C7%90%20l%C3%AD%20lu%C7%92%20lu%C3%B3%20l%C3%AC>,
        "蟸"^^xsd:string .

<http://lexvo.org/id/char/87F9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%9F%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A8>,
        <http://lexvo.org/id/term/kor/%E8%9F%B9>,
        <http://lexvo.org/id/term/kor/HAY>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/haai5>,
        <http://lexvo.org/id/term/yue/%E8%9F%B9>,
        "蟹"^^xsd:string ;
    rdfs:comment "crab, brachyura"@en .

<http://lexvo.org/id/char/87FA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%9F%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%A0n%20d%C3%A0n%20ch%C3%A1n%20tu%C3%B3>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sin5%20sin6>,
        <http://lexvo.org/id/term/yue/%E8%9F%BA>,
        "蟺"^^xsd:string ;
    rdfs:comment "earthworm"@en .

<http://lexvo.org/id/char/87FB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%9F%BB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%90%20j%C7%90>,
        <http://lexvo.org/id/term/kor/%E8%9F%BB>,
        <http://lexvo.org/id/term/kor/UY>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ngai5>,
        <http://lexvo.org/id/term/yue/%E8%9F%BB>,
        "蟻"^^xsd:string ;
    rdfs:comment "ants"@en .

<http://lexvo.org/id/char/87FC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%9F%BC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C7%90ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ging2>,
        <http://lexvo.org/id/term/yue/%E8%9F%BC>,
        "蟼"^^xsd:string .

<http://lexvo.org/id/char/87FD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%9F%BD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%A1>,
        "蟽"^^xsd:string .

<http://lexvo.org/id/char/87FE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%9F%BE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%A1n>,
        <http://lexvo.org/id/term/kor/%E8%9F%BE>,
        <http://lexvo.org/id/term/kor/SEM>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sim4>,
        <http://lexvo.org/id/term/yue/%E8%9F%BE>,
        "蟾"^^xsd:string ;
    rdfs:comment "toad"@en .

<http://lexvo.org/id/char/87FF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%9F%BF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C3%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C3%AC%20j%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kai3>,
        <http://lexvo.org/id/term/yue/%E8%9F%BF>,
        "蟿"^^xsd:string ;
    rdfs:comment "acrida chinensis"@en .

<http://lexvo.org/id/char/8800> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A0%80>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C4%AB>,
        "蠀"^^xsd:string .

<http://lexvo.org/id/char/8801> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A0%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A0ng%20xi%C7%8Eng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hoeng2>,
        <http://lexvo.org/id/term/yue/%E8%A0%81>,
        "蠁"^^xsd:string ;
    rdfs:comment "larvae, grubs"@en .

<http://lexvo.org/id/char/8802> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A0%82>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%A8>,
        "蠂"^^xsd:string .

<http://lexvo.org/id/char/8803> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A0%83>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/lu%C7%92>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/lu%C7%92%20lu%C3%B3%20gu%C7%92>,
        <http://lexvo.org/id/term/kor/%E8%A0%83>,
        <http://lexvo.org/id/term/kor/LA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lo2%20lo4>,
        <http://lexvo.org/id/term/yue/%E8%A0%83>,
        "蠃"^^xsd:string ;
    rdfs:comment "the solitary wasp"@en .

<http://lexvo.org/id/char/8804> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A0%84>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C3%ADn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kam4>,
        <http://lexvo.org/id/term/yue/%E8%A0%84>,
        "蠄"^^xsd:string ;
    rdfs:comment "(Cant.) 蠄蟧, a spider; 蠄蟝, a toad"@en .

<http://lexvo.org/id/char/8805> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A0%85>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%ADng>,
        <http://lexvo.org/id/term/kor/%E8%A0%85>,
        <http://lexvo.org/id/term/kor/SUNG>,
        <http://lexvo.org/id/term/vie/nh%E1%BA%B7ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jing4>,
        <http://lexvo.org/id/term/yue/%E8%A0%85>,
        "蠅"^^xsd:string ;
    rdfs:comment "flies"@en .

<http://lexvo.org/id/char/8806> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A0%86>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%A0i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/caai3>,
        <http://lexvo.org/id/term/yue/%E8%A0%86>,
        "蠆"^^xsd:string ;
    rdfs:comment "a kind of scorpion; a sting in the tail"@en .

<http://lexvo.org/id/char/8807> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A0%87>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%AC>,
        "蠇"^^xsd:string .

<http://lexvo.org/id/char/8808> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A0%88>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C3%A9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/caak6>,
        <http://lexvo.org/id/term/yue/%E8%A0%88>,
        "蠈"^^xsd:string .

<http://lexvo.org/id/char/8809> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A0%89>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xu%C4%81n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hyun1>,
        <http://lexvo.org/id/term/yue/%E8%A0%89>,
        "蠉"^^xsd:string ;
    rdfs:comment "mosquito larvae, wrigglers"@en .

<http://lexvo.org/id/char/880A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A0%8A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lim4>,
        <http://lexvo.org/id/term/yue/%E8%A0%8A>,
        "蠊"^^xsd:string .

<http://lexvo.org/id/char/880B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A0%8B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%BA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zuk1>,
        <http://lexvo.org/id/term/yue/%E8%A0%8B>,
        "蠋"^^xsd:string ;
    rdfs:comment "caterpillar"@en .

<http://lexvo.org/id/char/880C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A0%8C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C3%A9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zaak6>,
        <http://lexvo.org/id/term/yue/%E8%A0%8C>,
        "蠌"^^xsd:string .

<http://lexvo.org/id/char/880D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A0%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C4%93>,
        <http://lexvo.org/id/term/kor/%E8%A0%8D>,
        <http://lexvo.org/id/term/kor/KAL>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hit3%20kit3>,
        <http://lexvo.org/id/term/yue/%E8%A0%8D>,
        "蠍"^^xsd:string ;
    rdfs:comment "scorpion"@en .

<http://lexvo.org/id/char/880E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A0%8E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C7%8Eng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C7%8Eng%20m%C4%9Bng>,
        "蠎"^^xsd:string ;
    rdfs:comment "python, boa constrictor"@en .

<http://lexvo.org/id/char/880F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A0%8F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A8>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/haai5>,
        <http://lexvo.org/id/term/yue/%E8%A0%8F>,
        "蠏"^^xsd:string ;
    rdfs:comment "crab, brachyura"@en .

<http://lexvo.org/id/char/8810> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A0%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C3%AD>,
        <http://lexvo.org/id/term/vie/x%C3%AA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cai4>,
        <http://lexvo.org/id/term/yue/%E8%A0%90>,
        "蠐"^^xsd:string ;
    rdfs:comment "maggots, grubs"@en .

<http://lexvo.org/id/char/8811> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A0%91>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/r%C3%B3ng>,
        <http://lexvo.org/id/term/kor/%E8%A0%91>,
        <http://lexvo.org/id/term/kor/YENG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wing4>,
        <http://lexvo.org/id/term/yue/%E8%A0%91>,
        "蠑"^^xsd:string ;
    rdfs:comment "lizard"@en .

<http://lexvo.org/id/char/8812> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A0%92>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C7%8En>,
        "蠒"^^xsd:string .

<http://lexvo.org/id/char/8813> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A0%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C4%9Bng>,
        <http://lexvo.org/id/term/vie/ch%C4%A9nh%20m%C3%B2ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mung5>,
        <http://lexvo.org/id/term/yue/%E8%A0%93>,
        "蠓"^^xsd:string ;
    rdfs:comment "midges; sandflies"@en .

<http://lexvo.org/id/char/8814> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A0%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A1o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hou4>,
        <http://lexvo.org/id/term/yue/%E8%A0%94>,
        "蠔"^^xsd:string ;
    rdfs:comment "oyster"@en .

<http://lexvo.org/id/char/8815> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A0%95>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/r%C3%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/r%C3%BA%20ru%C7%8En>,
        <http://lexvo.org/id/term/kor/%E8%A0%95>,
        <http://lexvo.org/id/term/kor/YU%20YEN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jyu4>,
        <http://lexvo.org/id/term/yue/%E8%A0%95>,
        "蠕"^^xsd:string ;
    rdfs:comment "eumenes polifomis, kind of wasp"@en .

<http://lexvo.org/id/char/8816> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A0%96>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%B2%20yu%C3%A8>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wok6>,
        <http://lexvo.org/id/term/yue/%E8%A0%96>,
        "蠖"^^xsd:string ;
    rdfs:comment "inch-worm; looper caterpiller"@en .

<http://lexvo.org/id/char/8817> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A0%97>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zhu%C3%B3>,
        "蠗"^^xsd:string .

<http://lexvo.org/id/char/8818> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A0%98>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%A9>,
        "蠘"^^xsd:string .

<http://lexvo.org/id/char/8819> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A0%99>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C4%ABn%20p%C3%ADn>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%ADn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ban1%20pan4>,
        <http://lexvo.org/id/term/yue/%E8%A0%99>,
        "蠙"^^xsd:string ;
    rdfs:comment "oyster"@en .

<http://lexvo.org/id/char/881A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A0%9A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A8%20h%C4%93%20ru%C3%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C4%93>,
        "蠚"^^xsd:string .

<http://lexvo.org/id/char/881B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A0%9B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/mi%C3%A8>,
        <http://lexvo.org/id/term/vie/m%E1%BB%8Dt>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mit6>,
        <http://lexvo.org/id/term/yue/%E8%A0%9B>,
        "蠛"^^xsd:string ;
    rdfs:comment "flies, small insects produced in damp places"@en .

<http://lexvo.org/id/char/881C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A0%9C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/faan4>,
        <http://lexvo.org/id/term/yue/%E8%A0%9C>,
        "蠜"^^xsd:string ;
    rdfs:comment "grasshopper"@en .

<http://lexvo.org/id/char/881D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A0%9D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%A9i%20l%C4%9Bi>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/leoi5>,
        <http://lexvo.org/id/term/yue/%E8%A0%9D>,
        "蠝"^^xsd:string .

<http://lexvo.org/id/char/881E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A0%9E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%A9>,
        "蠞"^^xsd:string .

<http://lexvo.org/id/char/881F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A0%9F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%A0>,
        <http://lexvo.org/id/term/kor/%E8%A0%9F>,
        <http://lexvo.org/id/term/kor/LAP>,
        <http://lexvo.org/id/term/vie/r%E1%BB%87p>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/laap6>,
        <http://lexvo.org/id/term/yue/%E8%A0%9F>,
        "蠟"^^xsd:string ;
    rdfs:comment "wax; candle; waxy, glazed"@en .

<http://lexvo.org/id/char/8820> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A0%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%AC>,
        "蠠"^^xsd:string .

<http://lexvo.org/id/char/8821> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A0%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%AD%200695.090%3Al%C7%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C7%90%20l%C3%AD%20lu%C3%B3%20lu%C7%92%20l%C3%AC>,
        <http://lexvo.org/id/term/kor/%E8%A0%A1>,
        <http://lexvo.org/id/term/kor/LYE>,
        <http://lexvo.org/id/term/vie/l%C3%A3i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lai5>,
        <http://lexvo.org/id/term/yue/%E8%A0%A1>,
        "蠡"^^xsd:string ;
    rdfs:comment "wood-boring insect; bore into wood"@en .

<http://lexvo.org/id/char/8822> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A0%A2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C7%94n>,
        <http://lexvo.org/id/term/kor/%E8%A0%A2>,
        <http://lexvo.org/id/term/kor/CWUN>,
        <http://lexvo.org/id/term/vie/xu%E1%BA%A9n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ceon2>,
        <http://lexvo.org/id/term/yue/%E8%A0%A2>,
        "蠢"^^xsd:string ;
    rdfs:comment "wriggle; stupid; silly; fat"@en .

<http://lexvo.org/id/char/8823> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A0%A3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%AC>,
        <http://lexvo.org/id/term/kor/%E8%A0%A3>,
        <http://lexvo.org/id/term/kor/LYE>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lai6>,
        <http://lexvo.org/id/term/yue/%E8%A0%A3>,
        "蠣"^^xsd:string ;
    rdfs:comment "oyster"@en .

<http://lexvo.org/id/char/8824> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A0%A4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C5%AB>,
        "蠤"^^xsd:string .

<http://lexvo.org/id/char/8825> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A0%A5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ni%C3%A8>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jip6%20jit6>,
        <http://lexvo.org/id/term/yue/%E8%A0%A5>,
        "蠥"^^xsd:string .

<http://lexvo.org/id/char/8826> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A0%A6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%BA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lou4>,
        <http://lexvo.org/id/term/yue/%E8%A0%A6>,
        "蠦"^^xsd:string .

<http://lexvo.org/id/char/8827> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A0%A7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%B9>,
        "蠧"^^xsd:string ;
    rdfs:comment "moth; insects which eat into cloth"@en .

<http://lexvo.org/id/char/8828> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A0%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C4%81o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/siu1>,
        <http://lexvo.org/id/term/yue/%E8%A0%A8>,
        "蠨"^^xsd:string ;
    rdfs:comment "a kind of spider with long legs"@en .

<http://lexvo.org/id/char/8829> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A0%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C5%AB>,
        "蠩"^^xsd:string ;
    rdfs:comment "a toad"@en .

<http://lexvo.org/id/char/882A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A0%AA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%B3ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lung4>,
        <http://lexvo.org/id/term/yue/%E8%A0%AA>,
        "蠪"^^xsd:string .

<http://lexvo.org/id/char/882B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A0%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%AC%20l%C3%AD>,
        "蠫"^^xsd:string .

<http://lexvo.org/id/char/882C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A0%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%B3ng>,
        <http://lexvo.org/id/term/vie/r%E1%BB%93ng>,
        "蠬"^^xsd:string .

<http://lexvo.org/id/char/882D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A0%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C4%93ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fung1>,
        <http://lexvo.org/id/term/yue/%E8%A0%AD>,
        "蠭"^^xsd:string ;
    rdfs:comment "bees, hornets, wasps"@en .

<http://lexvo.org/id/char/882E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A0%AE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C4%93>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jit6>,
        <http://lexvo.org/id/term/yue/%E8%A0%AE>,
        "蠮"^^xsd:string ;
    rdfs:comment "bee"@en .

<http://lexvo.org/id/char/882F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A0%AF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%A8ng>,
        "蠯"^^xsd:string .

<http://lexvo.org/id/char/8830> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A0%B0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%A0ng%20sh%C4%81ng%20n%C3%A1ng%20r%C3%A1ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/joeng4%20joeng6>,
        <http://lexvo.org/id/term/yue/%E8%A0%B0>,
        "蠰"^^xsd:string .

<http://lexvo.org/id/char/8831> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A0%B1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C7%94>,
        <http://lexvo.org/id/term/kor/%E8%A0%B1>,
        <http://lexvo.org/id/term/kor/KO>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gu2>,
        <http://lexvo.org/id/term/yue/%E8%A0%B1>,
        "蠱"^^xsd:string ;
    rdfs:comment "poison; venom; harm; bewitch"@en .

<http://lexvo.org/id/char/8832> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A0%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ju%C4%81n>,
        <http://lexvo.org/id/term/kor/%E8%A0%B2>,
        <http://lexvo.org/id/term/kor/KYEN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gyun1>,
        <http://lexvo.org/id/term/yue/%E8%A0%B2>,
        "蠲"^^xsd:string ;
    rdfs:comment "the millipede sometimes confounded with the grow-worm; bright, clear"@en .

<http://lexvo.org/id/char/8833> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A0%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C4%ABng>,
        "蠳"^^xsd:string .

<http://lexvo.org/id/char/8834> a lvont:Character ;
    lvont:represents "蠴"^^xsd:string .

<http://lexvo.org/id/char/8835> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A0%B5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C4%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C4%AB%20x%C3%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kwai4>,
        <http://lexvo.org/id/term/yue/%E8%A0%B5>,
        "蠵"^^xsd:string ;
    rdfs:comment "large turtles"@en .

<http://lexvo.org/id/char/8836> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A0%B6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C3%A1n>,
        <http://lexvo.org/id/term/kor/%E8%A0%B6>,
        <http://lexvo.org/id/term/kor/CAM>,
        <http://lexvo.org/id/term/vie/t%E1%BA%B1m%20t%C3%A0m>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/caam4>,
        <http://lexvo.org/id/term/yue/%E8%A0%B6>,
        "蠶"^^xsd:string ;
    rdfs:comment "silkworms"@en .

<http://lexvo.org/id/char/8837> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A0%B7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C3%BA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fok3%20keoi4>,
        <http://lexvo.org/id/term/yue/%E8%A0%B7>,
        "蠷"^^xsd:string .

<http://lexvo.org/id/char/8838> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A0%B8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qu%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kyun4>,
        <http://lexvo.org/id/term/yue/%E8%A0%B8>,
        "蠸"^^xsd:string .

<http://lexvo.org/id/char/8839> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A0%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%B9>,
        <http://lexvo.org/id/term/kor/%E8%A0%B9>,
        <http://lexvo.org/id/term/kor/TWU>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dou3>,
        <http://lexvo.org/id/term/yue/%E8%A0%B9>,
        "蠹"^^xsd:string ;
    rdfs:comment "moth; insects which eat into clot"@en .

<http://lexvo.org/id/char/883A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A0%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C3%A1n>,
        "蠺"^^xsd:string ;
    rdfs:comment "same as 蚕 U+8695 silkworms"@en .

<http://lexvo.org/id/char/883B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A0%BB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A1n>,
        <http://lexvo.org/id/term/kor/%E8%A0%BB>,
        <http://lexvo.org/id/term/kor/MAN>,
        <http://lexvo.org/id/term/vie/m%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/maan4>,
        <http://lexvo.org/id/term/yue/%E8%A0%BB>,
        "蠻"^^xsd:string ;
    rdfs:comment "barbarians; barbarous, savage"@en .

<http://lexvo.org/id/char/883C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A0%BC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ju%C3%A9%20q%C3%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C3%BA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fok3%20keoi4>,
        <http://lexvo.org/id/term/yue/%E8%A0%BC>,
        "蠼"^^xsd:string .

<http://lexvo.org/id/char/883D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A0%BD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%A9>,
        "蠽"^^xsd:string .

<http://lexvo.org/id/char/883E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A0%BE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%BA>,
        "蠾"^^xsd:string .

<http://lexvo.org/id/char/883F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A0%BF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%A1>,
        "蠿"^^xsd:string .

<http://lexvo.org/id/char/8841> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A1%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C4%81ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fong1>,
        <http://lexvo.org/id/term/yue/%E8%A1%81>,
        "衁"^^xsd:string ;
    rdfs:comment "blood"@en .

<http://lexvo.org/id/char/8842> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A1%82>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ni%C3%B9%20n%C7%9C>,
        "衂"^^xsd:string ;
    rdfs:comment "to be defeated"@en .

<http://lexvo.org/id/char/8843> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A1%83>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C4%93i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/pui1>,
        <http://lexvo.org/id/term/yue/%E8%A1%83>,
        "衃"^^xsd:string .

<http://lexvo.org/id/char/8844> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A1%84>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C7%9C>,
        <http://lexvo.org/id/term/kor/%E8%A1%84>,
        <http://lexvo.org/id/term/kor/NYUK>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/nuk6>,
        <http://lexvo.org/id/term/yue/%E8%A1%84>,
        "衄"^^xsd:string ;
    rdfs:comment "epistaxis, nosebleed; to be defeated"@en .

<http://lexvo.org/id/char/8845> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A1%85>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C3%ACn>,
        <http://lexvo.org/id/term/kor/%E8%A1%85>,
        <http://lexvo.org/id/term/kor/HUN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jan3>,
        <http://lexvo.org/id/term/yue/%E8%A1%85>,
        "衅"^^xsd:string ;
    rdfs:comment "consecrate sacrificial vessels by smearing blood; rift"@en .

<http://lexvo.org/id/char/8846> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A1%86>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%B2ng>,
        <http://lexvo.org/id/term/kor/%E8%A1%86>,
        <http://lexvo.org/id/term/kor/CWUNG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zung3>,
        <http://lexvo.org/id/term/yue/%E8%A1%86>,
        "衆"^^xsd:string ;
    rdfs:comment "multitude, crowd; masses, public"@en .

<http://lexvo.org/id/char/8847> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A1%87>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A0i>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%B2%20m%C3%A0i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mak6>,
        <http://lexvo.org/id/term/yue/%E8%A1%87>,
        "衇"^^xsd:string ;
    rdfs:comment "blood vessels, veins, arteries"@en .

<http://lexvo.org/id/char/8848> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C3%A8r%20%C4%9Br>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A1%88>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ji6%20nei6>,
        <http://lexvo.org/id/term/yue/%E8%A1%88>,
        "衈"^^xsd:string ;
    rdfs:comment "the blood of a sacrificial fowl which was sprinkled on the doors and vessels"@en .

<http://lexvo.org/id/char/8849> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A1%89>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C3%A8>,
        "衉"^^xsd:string ;
    rdfs:comment "to vomit"@en .

<http://lexvo.org/id/char/884A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A1%8A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/mi%C3%A8>,
        <http://lexvo.org/id/term/kor/%E8%A1%8A>,
        <http://lexvo.org/id/term/kor/MYEL>,
        <http://lexvo.org/id/term/vie/m%C3%A9t>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mit6>,
        <http://lexvo.org/id/term/yue/%E8%A1%8A>,
        "衊"^^xsd:string ;
    rdfs:comment "smear, slander; defile"@en .

<http://lexvo.org/id/char/884B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A1%8B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sik1>,
        <http://lexvo.org/id/term/yue/%E8%A1%8B>,
        "衋"^^xsd:string .

<http://lexvo.org/id/char/884D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A1%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%8En>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%8En%20y%C3%A1n>,
        <http://lexvo.org/id/term/kor/%E8%A1%8D>,
        <http://lexvo.org/id/term/kor/YEN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hin2%20jin2%20jin5>,
        <http://lexvo.org/id/term/yue/%E8%A1%8D>,
        "衍"^^xsd:string ;
    rdfs:comment "overflow, spill over, spread out"@en .

<http://lexvo.org/id/char/884E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A1%8E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E8%A1%8E>,
        <http://lexvo.org/id/term/kor/KAN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hon2%20hon3>,
        <http://lexvo.org/id/term/yue/%E8%A1%8E>,
        "衎"^^xsd:string ;
    rdfs:comment "to give pleasure; pleased, happy"@en .

<http://lexvo.org/id/char/884F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A1%8F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/yu%C3%A0n>,
        "衏"^^xsd:string .

<http://lexvo.org/id/char/8850> a lvont:Character ;
    lvont:represents "衐"^^xsd:string .

<http://lexvo.org/id/char/8851> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A1%91>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%ADng>,
        "衑"^^xsd:string .

<http://lexvo.org/id/char/8852> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A1%92>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xu%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E8%A1%92>,
        <http://lexvo.org/id/term/kor/HYEN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jyun6>,
        <http://lexvo.org/id/term/yue/%E8%A1%92>,
        "衒"^^xsd:string ;
    rdfs:comment "brag; show off, promote oneself"@en .

<http://lexvo.org/id/char/8853> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A1%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%B9>,
        <http://lexvo.org/id/term/kor/%E8%A1%93>,
        <http://lexvo.org/id/term/kor/SWUL>,
        <http://lexvo.org/id/term/vie/thu%E1%BA%ADt>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/seot6>,
        <http://lexvo.org/id/term/yue/%E8%A1%93>,
        "術"^^xsd:string ;
    rdfs:comment "art, skill, special feat; method, technique"@en .

<http://lexvo.org/id/char/8854> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A1%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/haam4>,
        <http://lexvo.org/id/term/yue/%E8%A1%94>,
        "衔"^^xsd:string ;
    rdfs:comment "bit; hold in mouth, bite; gag"@en .

<http://lexvo.org/id/char/8855> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A1%95>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%B2ng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%B2ng%20d%C3%B2ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dung6%20tung4>,
        <http://lexvo.org/id/term/yue/%E8%A1%95>,
        "衕"^^xsd:string ;
    rdfs:comment "alley, lane"@en .

<http://lexvo.org/id/char/8856> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A1%96>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%B2ng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A0ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hong6%20lung6>,
        <http://lexvo.org/id/term/yue/%E8%A1%96>,
        "衖"^^xsd:string ;
    rdfs:comment "lane; alley"@en .

<http://lexvo.org/id/char/8857> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A1%97>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C4%93>,
        <http://lexvo.org/id/term/kor/%E8%A1%97>,
        <http://lexvo.org/id/term/kor/KA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gaai1>,
        <http://lexvo.org/id/term/yue/%E8%A1%97>,
        "街"^^xsd:string ;
    rdfs:comment "street, road, thoroughfare"@en .

<http://lexvo.org/id/char/8858> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A1%98>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A1n%20y%C3%B9>,
        "衘"^^xsd:string .

<http://lexvo.org/id/char/8859> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A1%99>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A1%20y%C3%BA%20y%C7%94%20y%C3%B9>,
        <http://lexvo.org/id/term/kor/%E8%A1%99>,
        <http://lexvo.org/id/term/kor/A>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ngaa4>,
        <http://lexvo.org/id/term/yue/%E8%A1%99>,
        "衙"^^xsd:string ;
    rdfs:comment "public office; official residence"@en .

<http://lexvo.org/id/char/885A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A1%9A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%BA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wu4>,
        <http://lexvo.org/id/term/yue/%E8%A1%9A>,
        "衚"^^xsd:string ;
    rdfs:comment "lane, alley, side street"@en .

<http://lexvo.org/id/char/885B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A1%9B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C3%A8i>,
        <http://lexvo.org/id/term/kor/%E8%A1%9B>,
        <http://lexvo.org/id/term/kor/WI>,
        <http://lexvo.org/id/term/vie/v%E1%BB%87>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wai6>,
        <http://lexvo.org/id/term/yue/%E8%A1%9B>,
        "衛"^^xsd:string ;
    rdfs:comment "guard, protect, defend"@en .

<http://lexvo.org/id/char/885C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A1%9C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%A0o>,
        "衜"^^xsd:string ;
    rdfs:comment "way, path"@en .

<http://lexvo.org/id/char/885D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A1%9D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C5%8Dng%200150.041%3Ach%C3%B2ng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C5%8Dng%20ch%C3%B2ng>,
        <http://lexvo.org/id/term/kor/%E8%A1%9D>,
        <http://lexvo.org/id/term/kor/CHWUNG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cung1%20cung3>,
        <http://lexvo.org/id/term/yue/%E8%A1%9D>,
        "衝"^^xsd:string ;
    rdfs:comment "rush against, charge ahead"@en .

<http://lexvo.org/id/char/885E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A1%9E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C3%A8i>,
        <http://lexvo.org/id/term/kor/%E8%A1%9E>,
        <http://lexvo.org/id/term/kor/WI>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wai6>,
        <http://lexvo.org/id/term/yue/%E8%A1%9E>,
        "衞"^^xsd:string ;
    rdfs:comment "guard, protect, defend"@en .

<http://lexvo.org/id/char/885F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A1%9F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%A0o>,
        "衟"^^xsd:string .

<http://lexvo.org/id/char/8860> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A1%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C5%ABn>,
        "衠"^^xsd:string .

<http://lexvo.org/id/char/8861> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A1%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A9ng>,
        <http://lexvo.org/id/term/kor/%E8%A1%A1>,
        <http://lexvo.org/id/term/kor/HYENG%20HOYNG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hang4%20waang4>,
        <http://lexvo.org/id/term/yue/%E8%A1%A1>,
        "衡"^^xsd:string ;
    rdfs:comment "measure, weigh, judge, consider"@en .

<http://lexvo.org/id/char/8862> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A1%A2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C3%BA>,
        <http://lexvo.org/id/term/kor/%E8%A1%A2>,
        <http://lexvo.org/id/term/kor/KWU>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/keoi4>,
        <http://lexvo.org/id/term/yue/%E8%A1%A2>,
        "衢"^^xsd:string ;
    rdfs:comment "highway; thoroughfare, intersection"@en .

<http://lexvo.org/id/char/8865> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A1%A5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C7%94>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bou2>,
        <http://lexvo.org/id/term/yue/%E8%A1%A5>,
        "补"^^xsd:string ;
    rdfs:comment "mend, patch, fix, repair, restore"@en .

<http://lexvo.org/id/char/8866> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A1%A6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C7%8En>,
        "衦"^^xsd:string ;
    rdfs:comment "smooth out the clothes"@en .

<http://lexvo.org/id/char/8867> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A1%A7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%BA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jyu1>,
        <http://lexvo.org/id/term/yue/%E8%A1%A7>,
        "衧"^^xsd:string .

<http://lexvo.org/id/char/8868> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A1%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/bi%C7%8Eo>,
        <http://lexvo.org/id/term/kor/%E8%A1%A8>,
        <http://lexvo.org/id/term/kor/PHYO>,
        <http://lexvo.org/id/term/vie/bi%E1%BB%83u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/biu2>,
        <http://lexvo.org/id/term/yue/%E8%A1%A8>,
        "表"^^xsd:string ;
    rdfs:comment "show, express, manifest, display"@en .

<http://lexvo.org/id/char/8869> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A1%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%A0%20ch%C7%8E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C7%8E%200115.080%3Ach%C3%A0>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/caa3>,
        <http://lexvo.org/id/term/yue/%E8%A1%A9>,
        "衩"^^xsd:string ;
    rdfs:comment "the open seam of a garment which allows freedom of movement"@en .

<http://lexvo.org/id/char/886A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A1%AA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%90%20y%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ji4>,
        <http://lexvo.org/id/term/yue/%E8%A1%AA>,
        "衪"^^xsd:string .

<http://lexvo.org/id/char/886B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A1%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C4%81n>,
        <http://lexvo.org/id/term/kor/%E8%A1%AB>,
        <http://lexvo.org/id/term/kor/SAM>,
        <http://lexvo.org/id/term/vie/oam>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/saam1>,
        <http://lexvo.org/id/term/yue/%E8%A1%AB>,
        "衫"^^xsd:string ;
    rdfs:comment "shirt; robe; gown; jacket"@en .

<http://lexvo.org/id/char/886C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A1%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%A8n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/can3>,
        <http://lexvo.org/id/term/yue/%E8%A1%AC>,
        "衬"^^xsd:string ;
    rdfs:comment "underwear; inner garments"@en .

<http://lexvo.org/id/char/886D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A1%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C5%AB>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fu1%20fu3>,
        <http://lexvo.org/id/term/yue/%E8%A1%AD>,
        "衭"^^xsd:string ;
    rdfs:comment "the lapel of a garment"@en .

<http://lexvo.org/id/char/886E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A1%AE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C7%94n>,
        <http://lexvo.org/id/term/kor/%E8%A1%AE>,
        <http://lexvo.org/id/term/kor/KON>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gwan2>,
        <http://lexvo.org/id/term/yue/%E8%A1%AE>,
        "衮"^^xsd:string ;
    rdfs:comment "ceremonial dress worn by the emperor"@en .

<http://lexvo.org/id/char/886F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A1%AF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C4%93n>,
        "衯"^^xsd:string .

<http://lexvo.org/id/char/8870> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A1%B0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/cu%C4%AB%201071.030%3Ashu%C4%81i>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/shu%C4%81i%20cu%C4%AB%20su%C5%8D>,
        <http://lexvo.org/id/term/kor/%E8%A1%B0>,
        <http://lexvo.org/id/term/kor/SOY%20CHOY>,
        <http://lexvo.org/id/term/vie/suy>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ceoi1%20seoi1>,
        <http://lexvo.org/id/term/yue/%E8%A1%B0>,
        "衰"^^xsd:string ;
    rdfs:comment "decline, falter, decrease; weaken"@en .

<http://lexvo.org/id/char/8871> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A1%B1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%A9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gip3>,
        <http://lexvo.org/id/term/yue/%E8%A1%B1>,
        "衱"^^xsd:string .

<http://lexvo.org/id/char/8872> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A1%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C3%A0>,
        <http://lexvo.org/id/term/kor/%E8%A1%B2>,
        <http://lexvo.org/id/term/kor/NAP>,
        <http://lexvo.org/id/term/vie/n%E1%BA%B9p>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/naap6>,
        <http://lexvo.org/id/term/yue/%E8%A1%B2>,
        "衲"^^xsd:string ;
    rdfs:comment "mend, sew, patch; line; quilt"@en .

<http://lexvo.org/id/char/8873> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A1%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C5%8Dng>,
        "衳"^^xsd:string .

<http://lexvo.org/id/char/8874> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A1%B4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C7%8En>,
        "衴"^^xsd:string .

<http://lexvo.org/id/char/8875> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A1%B5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/r%C3%AC%20n%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jat6%20nik1>,
        <http://lexvo.org/id/term/yue/%E8%A1%B5>,
        "衵"^^xsd:string ;
    rdfs:comment "chemise"@en .

<http://lexvo.org/id/char/8876> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A1%B6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%B2ng%20zh%C7%92ng%20ch%C5%8Dng>,
        "衶"^^xsd:string .

<http://lexvo.org/id/char/8877> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A1%B7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C5%8Dng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C5%8Dng%20zh%C3%B2ng>,
        <http://lexvo.org/id/term/kor/%E8%A1%B7>,
        <http://lexvo.org/id/term/kor/CHWUNG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cung1%20zung1>,
        <http://lexvo.org/id/term/yue/%E8%A1%B7>,
        "衷"^^xsd:string ;
    rdfs:comment "heart, from bottom of one's heart"@en .

<http://lexvo.org/id/char/8878> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A1%B8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A8>,
        "衸"^^xsd:string .

<http://lexvo.org/id/char/8879> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A1%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C3%AD%20zh%C7%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C7%90>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zi2>,
        <http://lexvo.org/id/term/yue/%E8%A1%B9>,
        "衹"^^xsd:string ;
    rdfs:comment "only, merely, but"@en .

<http://lexvo.org/id/char/887A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A1%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A9>,
        "衺"^^xsd:string ;
    rdfs:comment "slit in garment to aid movement"@en .

<http://lexvo.org/id/char/887B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A1%BB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/r%C3%A1n>,
        "衻"^^xsd:string .

<http://lexvo.org/id/char/887C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A1%BC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C4%AB>,
        "衼"^^xsd:string .

<http://lexvo.org/id/char/887D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A1%BD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/r%C3%A8n>,
        <http://lexvo.org/id/term/kor/%E8%A1%BD>,
        <http://lexvo.org/id/term/kor/IM>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jam5%20jam6>,
        <http://lexvo.org/id/term/yue/%E8%A1%BD>,
        "衽"^^xsd:string ;
    rdfs:comment "lapel; hidden lapel of coat"@en .

<http://lexvo.org/id/char/887E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A1%BE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C4%ABn>,
        <http://lexvo.org/id/term/kor/%E8%A1%BE>,
        <http://lexvo.org/id/term/kor/KUM>,
        <http://lexvo.org/id/term/vie/kh%C3%A2m>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kam1>,
        <http://lexvo.org/id/term/yue/%E8%A1%BE>,
        "衾"^^xsd:string ;
    rdfs:comment "coverlet, quilt"@en .

<http://lexvo.org/id/char/887F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A1%BF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C4%ABn>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C4%ABn%20q%C3%ACn>,
        <http://lexvo.org/id/term/kor/%E8%A1%BF>,
        <http://lexvo.org/id/term/kor/KUM>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gam1%20kam1>,
        <http://lexvo.org/id/term/yue/%E8%A1%BF>,
        "衿"^^xsd:string ;
    rdfs:comment "collar or lapel of garment"@en .

<http://lexvo.org/id/char/8880> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A2%80>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C5%ABn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gwan1>,
        <http://lexvo.org/id/term/yue/%E8%A2%80>,
        "袀"^^xsd:string .

<http://lexvo.org/id/char/8881> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A2%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/yu%C3%A1n>,
        <http://lexvo.org/id/term/kor/%E8%A2%81>,
        <http://lexvo.org/id/term/kor/WEN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jyun4>,
        <http://lexvo.org/id/term/yue/%E8%A2%81>,
        "袁"^^xsd:string ;
    rdfs:comment "robe; surname"@en .

<http://lexvo.org/id/char/8882> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A2%82>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A8i>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A8i%20y%C3%AC>,
        <http://lexvo.org/id/term/kor/%E8%A2%82>,
        <http://lexvo.org/id/term/kor/MYEY>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mai6>,
        <http://lexvo.org/id/term/yue/%E8%A2%82>,
        "袂"^^xsd:string ;
    rdfs:comment "sleeves"@en .

<http://lexvo.org/id/char/8883> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A2%83>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%A0i>,
        "袃"^^xsd:string .

<http://lexvo.org/id/char/8884> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C7%8Eo>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A2%84>,
        <http://lexvo.org/id/term/vie/%C3%A1o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ou2>,
        <http://lexvo.org/id/term/yue/%E8%A2%84>,
        "袄"^^xsd:string ;
    rdfs:comment "outer garments; coat, jacket"@en .

<http://lexvo.org/id/char/8885> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A2%85>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ni%C7%8Eo>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/niu5>,
        <http://lexvo.org/id/term/yue/%E8%A2%85>,
        "袅"^^xsd:string ;
    rdfs:comment "curling upwards; wavering gently"@en .

<http://lexvo.org/id/char/8886> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A2%86>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C4%AB>,
        <http://lexvo.org/id/term/kor/%E8%A2%86>,
        <http://lexvo.org/id/term/kor/WI>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fai1>,
        <http://lexvo.org/id/term/yue/%E8%A2%86>,
        "袆"^^xsd:string ;
    rdfs:comment "ceremonial gowns of a queen"@en .

<http://lexvo.org/id/char/8887> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A2%87>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/r%C3%A1n>,
        "袇"^^xsd:string .

<http://lexvo.org/id/char/8888> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A2%88>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C4%81>,
        <http://lexvo.org/id/term/kor/%E8%A2%88>,
        <http://lexvo.org/id/term/kor/KA>,
        <http://lexvo.org/id/term/vie/c%C3%A0>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gaa1>,
        <http://lexvo.org/id/term/yue/%E8%A2%88>,
        "袈"^^xsd:string ;
    rdfs:comment "Buddhist cassock"@en .

<http://lexvo.org/id/char/8889> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A2%89>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/tu%C3%B3>,
        "袉"^^xsd:string .

<http://lexvo.org/id/char/888A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A2%8A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C7%90ng>,
        "袊"^^xsd:string .

<http://lexvo.org/id/char/888B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A2%8B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%A0i>,
        <http://lexvo.org/id/term/kor/%E8%A2%8B>,
        <http://lexvo.org/id/term/kor/TAY>,
        <http://lexvo.org/id/term/vie/%C4%91%C3%A3y>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/doi6>,
        <http://lexvo.org/id/term/yue/%E8%A2%8B>,
        "袋"^^xsd:string ;
    rdfs:comment "pocket, bag, sack, pouch"@en .

<http://lexvo.org/id/char/888C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A2%8C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%A0o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/po5%20pou5>,
        <http://lexvo.org/id/term/yue/%E8%A2%8C>,
        "袌"^^xsd:string .

<http://lexvo.org/id/char/888D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A2%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%A1o>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%A1o%20b%C3%A0o>,
        <http://lexvo.org/id/term/kor/%E8%A2%8D>,
        <http://lexvo.org/id/term/kor/PHO>,
        <http://lexvo.org/id/term/vie/b%C3%A0o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/pou4>,
        <http://lexvo.org/id/term/yue/%E8%A2%8D>,
        "袍"^^xsd:string ;
    rdfs:comment "long gown, robe, cloak"@en .

<http://lexvo.org/id/char/888E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A2%8E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A0o>,
        "袎"^^xsd:string .

<http://lexvo.org/id/char/888F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A2%8F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zu%C3%B2>,
        <http://lexvo.org/id/term/vie/ven%20t%C3%A3>,
        "袏"^^xsd:string .

<http://lexvo.org/id/char/8890> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A2%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%AC>,
        "袐"^^xsd:string .

<http://lexvo.org/id/char/8891> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A2%91>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%A0o>,
        <http://lexvo.org/id/term/vie/ch%C3%A9o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/siu6>,
        <http://lexvo.org/id/term/yue/%E8%A2%91>,
        "袑"^^xsd:string .

<http://lexvo.org/id/char/8892> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A2%92>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C7%8En>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C7%8En%20zh%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E8%A2%92>,
        <http://lexvo.org/id/term/kor/TAN%20THAN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/taan2>,
        <http://lexvo.org/id/term/yue/%E8%A2%92>,
        "袒"^^xsd:string ;
    rdfs:comment "strip; lay bare; bared; naked"@en .

<http://lexvo.org/id/char/8893> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A2%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C7%94>,
        "袓"^^xsd:string .

<http://lexvo.org/id/char/8894> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A2%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A8>,
        "袔"^^xsd:string .

<http://lexvo.org/id/char/8895> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A2%95>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%B9>,
        "袕"^^xsd:string .

<http://lexvo.org/id/char/8896> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A2%96>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%B9>,
        <http://lexvo.org/id/term/kor/%E8%A2%96>,
        <http://lexvo.org/id/term/kor/SWU>,
        <http://lexvo.org/id/term/vie/t%E1%BB%A5>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zau6>,
        <http://lexvo.org/id/term/yue/%E8%A2%96>,
        "袖"^^xsd:string ;
    rdfs:comment "sleeve; put something in sleeve"@en .

<http://lexvo.org/id/char/8897> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A2%97>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C4%9Bn>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C4%9Bn%20zh%C4%93n>,
        <http://lexvo.org/id/term/kor/%E8%A2%97>,
        <http://lexvo.org/id/term/kor/CIN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/can2%20zan2>,
        <http://lexvo.org/id/term/yue/%E8%A2%97>,
        "袗"^^xsd:string ;
    rdfs:comment "unlined garments; hem of garment"@en .

<http://lexvo.org/id/char/8898> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A2%98>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%AD%20y%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ji4>,
        <http://lexvo.org/id/term/yue/%E8%A2%98>,
        "袘"^^xsd:string .

<http://lexvo.org/id/char/8899> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A2%99>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%A0>,
        <http://lexvo.org/id/term/vie/m%E1%BA%B7c>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mak6>,
        <http://lexvo.org/id/term/yue/%E8%A2%99>,
        "袙"^^xsd:string .

<http://lexvo.org/id/char/889A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A2%9A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C5%8D%20f%C3%BA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fai3%20fat1>,
        <http://lexvo.org/id/term/yue/%E8%A2%9A>,
        "袚"^^xsd:string ;
    rdfs:comment "greave; knee-pads; buskins"@en .

<http://lexvo.org/id/char/889B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A2%9B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C4%AB>,
        <http://lexvo.org/id/term/kor/%E8%A2%9B>,
        <http://lexvo.org/id/term/kor/CE>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dai1%20zi1>,
        <http://lexvo.org/id/term/yue/%E8%A2%9B>,
        "袛"^^xsd:string .

<http://lexvo.org/id/char/889C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A2%9C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C3%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C3%A0%20m%C3%B2>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mat6>,
        <http://lexvo.org/id/term/yue/%E8%A2%9C>,
        "袜"^^xsd:string ;
    rdfs:comment "socks, stockings"@en .

<http://lexvo.org/id/char/889D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A2%9D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%B9>,
        <http://lexvo.org/id/term/kor/%E8%A2%9D>,
        <http://lexvo.org/id/term/kor/PWU>,
        "袝"^^xsd:string .

<http://lexvo.org/id/char/889E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A2%9E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C7%94n>,
        <http://lexvo.org/id/term/kor/%E8%A2%9E>,
        <http://lexvo.org/id/term/kor/KON>,
        <http://lexvo.org/id/term/vie/g%E1%BB%8Dn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gwan2>,
        <http://lexvo.org/id/term/yue/%E8%A2%9E>,
        "袞"^^xsd:string ;
    rdfs:comment "ceremonial dress worn by the emperor"@en .

<http://lexvo.org/id/char/889F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A2%9F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dit6>,
        <http://lexvo.org/id/term/yue/%E8%A2%9F>,
        "袟"^^xsd:string ;
    rdfs:comment "book cover; satchel or bag"@en .

<http://lexvo.org/id/char/88A0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A2%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%AC>,
        "袠"^^xsd:string ;
    rdfs:comment "book cover; satchel or bag"@en .

<http://lexvo.org/id/char/88A1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A2%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/r%C3%A1n>,
        "袡"^^xsd:string .

<http://lexvo.org/id/char/88A2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A2%A2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%A0n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%A0n%20f%C3%A1n>,
        <http://lexvo.org/id/term/kor/%E8%A2%A2>,
        <http://lexvo.org/id/term/kor/PEN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/paan3>,
        <http://lexvo.org/id/term/yue/%E8%A2%A2>,
        "袢"^^xsd:string ;
    rdfs:comment "robe"@en .

<http://lexvo.org/id/char/88A3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A2%A3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%AC>,
        "袣"^^xsd:string .

<http://lexvo.org/id/char/88A4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A2%A4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A0o>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A0o%20m%C3%B3u>,
        <http://lexvo.org/id/term/kor/%E8%A2%A4>,
        <http://lexvo.org/id/term/kor/MWU>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mau6>,
        <http://lexvo.org/id/term/yue/%E8%A2%A4>,
        "袤"^^xsd:string ;
    rdfs:comment "longitude, lengthwise; length"@en .

<http://lexvo.org/id/char/88A5> a lvont:Character ;
    lvont:represents "袥"^^xsd:string .

<http://lexvo.org/id/char/88A6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A2%A6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C3%A0>,
        "袦"^^xsd:string .

<http://lexvo.org/id/char/88A7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A2%A7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C5%8Du>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gau1>,
        <http://lexvo.org/id/term/yue/%E8%A2%A7>,
        "袧"^^xsd:string .

<http://lexvo.org/id/char/88A8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A2%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A0n%20xu%C3%A0n>,
        "袨"^^xsd:string .

<http://lexvo.org/id/char/88A9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A2%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C4%81n>,
        <http://lexvo.org/id/term/vie/xi%C3%AAm>,
        "袩"^^xsd:string .

<http://lexvo.org/id/char/88AA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A2%AA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C5%AB>,
        <http://lexvo.org/id/term/kor/%E8%A2%AA>,
        <http://lexvo.org/id/term/kor/KE>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/keoi1>,
        <http://lexvo.org/id/term/yue/%E8%A2%AA>,
        "袪"^^xsd:string ;
    rdfs:comment "sleeves; cuff"@en .

<http://lexvo.org/id/char/88AB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A2%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%A8i>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%A8i%20p%C4%AB%20b%C3%AC%20p%C3%AC>,
        <http://lexvo.org/id/term/kor/%E8%A2%AB>,
        <http://lexvo.org/id/term/kor/PHI>,
        <http://lexvo.org/id/term/vie/b%E1%BB%8B>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bei6%20pei1%20pei5>,
        <http://lexvo.org/id/term/yue/%E8%A2%AB>,
        "被"^^xsd:string ;
    rdfs:comment "passive indicator 'by'; bedding"@en .

<http://lexvo.org/id/char/88AC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A2%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C7%94n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gwan2>,
        <http://lexvo.org/id/term/yue/%E8%A2%AC>,
        "袬"^^xsd:string .

<http://lexvo.org/id/char/88AD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A2%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C3%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zaap6>,
        <http://lexvo.org/id/term/yue/%E8%A2%AD>,
        "袭"^^xsd:string ;
    rdfs:comment "raid, attack; inherit"@en .

<http://lexvo.org/id/char/88AE> a lvont:Character ;
    lvont:represents "袮"^^xsd:string .

<http://lexvo.org/id/char/88AF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A2%AF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%B3>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/but6>,
        <http://lexvo.org/id/term/yue/%E8%A2%AF>,
        "袯"^^xsd:string ;
    rdfs:comment "raincoat"@en .

<http://lexvo.org/id/char/88B0> a lvont:Character ;
    lvont:represents "袰"^^xsd:string .

<http://lexvo.org/id/char/88B1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A2%B1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%BA>,
        <http://lexvo.org/id/term/kor/%E8%A2%B1>,
        <http://lexvo.org/id/term/kor/POK>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fuk6>,
        <http://lexvo.org/id/term/yue/%E8%A2%B1>,
        "袱"^^xsd:string ;
    rdfs:comment "a piece of cloth used wrap bundles"@en .

<http://lexvo.org/id/char/88B2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A2%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ji4>,
        <http://lexvo.org/id/term/yue/%E8%A2%B2>,
        "袲"^^xsd:string .

<http://lexvo.org/id/char/88B3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A2%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C7%90%20q%C7%90%20du%C7%92%20nu%C7%92>,
        <http://lexvo.org/id/term/kor/%E8%A2%B3>,
        <http://lexvo.org/id/term/kor/CHI>,
        "袳"^^xsd:string ;
    rdfs:comment "spread one's clothes"@en .

<http://lexvo.org/id/char/88B4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A2%B4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C3%B9>,
        <http://lexvo.org/id/term/kor/%E8%A2%B4>,
        <http://lexvo.org/id/term/kor/KO>,
        <http://lexvo.org/id/term/vie/kh%E1%BB%91>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fu3>,
        <http://lexvo.org/id/term/yue/%E8%A2%B4>,
        "袴"^^xsd:string ;
    rdfs:comment "pants; trousers; panties"@en .

<http://lexvo.org/id/char/88B5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A2%B5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/r%C3%A8n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jam4>,
        <http://lexvo.org/id/term/yue/%E8%A2%B5>,
        "袵"^^xsd:string ;
    rdfs:comment "lapel; hidden lapel of coat"@en .

<http://lexvo.org/id/char/88B6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A2%B6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%A0ng>,
        "袶"^^xsd:string .

<http://lexvo.org/id/char/88B7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A2%B7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%A1%200541.134%3Aji%C3%A9%200906.070%3Aqi%C4%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%A1%20ji%C3%A9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gaap3>,
        <http://lexvo.org/id/term/yue/%E8%A2%B7>,
        "袷"^^xsd:string ;
    rdfs:comment "lined garment"@en .

<http://lexvo.org/id/char/88B8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A2%B8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C3%BAn>,
        "袸"^^xsd:string .

<http://lexvo.org/id/char/88B9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A2%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%B2>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mak6>,
        <http://lexvo.org/id/term/yue/%E8%A2%B9>,
        "袹"^^xsd:string .

<http://lexvo.org/id/char/88BA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A2%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%A9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/git3>,
        <http://lexvo.org/id/term/yue/%E8%A2%BA>,
        "袺"^^xsd:string ;
    rdfs:comment "hold up"@en .

<http://lexvo.org/id/char/88BB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C3%A9r>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A2%BB>,
        "袻"^^xsd:string .

<http://lexvo.org/id/char/88BC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A2%BC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C4%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/lu%C3%B2%20g%C4%93>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gok3>,
        <http://lexvo.org/id/term/yue/%E8%A2%BC>,
        "袼"^^xsd:string .

<http://lexvo.org/id/char/88BD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A2%BD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/r%C3%BA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jyu4>,
        <http://lexvo.org/id/term/yue/%E8%A2%BD>,
        "袽"^^xsd:string ;
    rdfs:comment "clothes"@en .

<http://lexvo.org/id/char/88BE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A2%BE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C5%AB>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zyu1>,
        <http://lexvo.org/id/term/yue/%E8%A2%BE>,
        "袾"^^xsd:string .

<http://lexvo.org/id/char/88BF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A2%BF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/gu%C4%AB>,
        "袿"^^xsd:string ;
    rdfs:comment "gown"@en .

<http://lexvo.org/id/char/88C0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A3%80>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C4%ABn>,
        <http://lexvo.org/id/term/kor/%E8%A3%80>,
        <http://lexvo.org/id/term/kor/IN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jan1>,
        <http://lexvo.org/id/term/yue/%E8%A3%80>,
        "裀"^^xsd:string ;
    rdfs:comment "mat, coverlet; underwear"@en .

<http://lexvo.org/id/char/88C1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A3%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C3%A1i>,
        <http://lexvo.org/id/term/kor/%E8%A3%81>,
        <http://lexvo.org/id/term/kor/CAY>,
        <http://lexvo.org/id/term/vie/tr%C3%A0i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/coi4>,
        <http://lexvo.org/id/term/yue/%E8%A3%81>,
        "裁"^^xsd:string ;
    rdfs:comment "cut out; decrease"@en .

<http://lexvo.org/id/char/88C2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A3%82>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C3%A8%20li%C4%9B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C4%9B%200714.020%3Ali%C3%A8>,
        <http://lexvo.org/id/term/kor/%E8%A3%82>,
        <http://lexvo.org/id/term/kor/LYEL>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lit6>,
        <http://lexvo.org/id/term/yue/%E8%A3%82>,
        "裂"^^xsd:string ;
    rdfs:comment "split, crack, break open; rend"@en .

<http://lexvo.org/id/char/88C3> a lvont:Character ;
    lvont:represents "裃"^^xsd:string ;
    rdfs:comment "old ceremonial garb; samurai garb"@en .

<http://lexvo.org/id/char/88C4> a lvont:Character ;
    lvont:represents "裄"^^xsd:string ;
    rdfs:comment "sleeve length"@en .

<http://lexvo.org/id/char/88C5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A3%85>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zhu%C4%81ng>,
        <http://lexvo.org/id/term/kor/%E8%A3%85>,
        <http://lexvo.org/id/term/kor/CANG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zong1>,
        <http://lexvo.org/id/term/yue/%E8%A3%85>,
        "装"^^xsd:string ;
    rdfs:comment "dress, clothes, attire; fill"@en .

<http://lexvo.org/id/char/88C6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A3%86>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C4%81ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dong1>,
        <http://lexvo.org/id/term/yue/%E8%A3%86>,
        "裆"^^xsd:string ;
    rdfs:comment "crotch or seat of pants; pants"@en .

<http://lexvo.org/id/char/88C7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/seot1>,
        <http://lexvo.org/id/term/yue/%E8%A3%87>,
        "裇"^^xsd:string ;
    rdfs:comment "(Cant.) a shirt (Engl. loanword)"@en .

<http://lexvo.org/id/char/88C8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A3%88>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C5%ABn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gwan1>,
        <http://lexvo.org/id/term/yue/%E8%A3%88>,
        "裈"^^xsd:string ;
    rdfs:comment "trousers, pants, shorts, drawers"@en .

<http://lexvo.org/id/char/88C9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A3%89>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C3%A8n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kang3>,
        <http://lexvo.org/id/term/yue/%E8%A3%89>,
        "裉"^^xsd:string ;
    rdfs:comment "s seam in a garment"@en .

<http://lexvo.org/id/char/88CA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A3%8A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ni%C7%8Eo>,
        <http://lexvo.org/id/term/kor/%E8%A3%8A>,
        <http://lexvo.org/id/term/kor/NYO>,
        <http://lexvo.org/id/term/vie/n%E1%BA%BBo>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/niu5>,
        <http://lexvo.org/id/term/yue/%E8%A3%8A>,
        "裊"^^xsd:string ;
    rdfs:comment "curling upwards; wavering gently"@en .

<http://lexvo.org/id/char/88CB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A3%8B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/syu6>,
        <http://lexvo.org/id/term/yue/%E8%A3%8B>,
        "裋"^^xsd:string ;
    rdfs:comment "cotton clothes of a boy servant"@en .

<http://lexvo.org/id/char/88CC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A3%8C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%A1>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gaap3>,
        <http://lexvo.org/id/term/yue/%E8%A3%8C>,
        "裌"^^xsd:string ;
    rdfs:comment "lined garment"@en .

<http://lexvo.org/id/char/88CD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A3%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C7%94n>,
        <http://lexvo.org/id/term/kor/%E8%A3%8D>,
        <http://lexvo.org/id/term/kor/KON>,
        "裍"^^xsd:string ;
    rdfs:comment "a border or band on the edge of a dress"@en .

<http://lexvo.org/id/char/88CE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A3%8E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%A9ng%200140.030%3Ach%C4%9Bng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%A9ng%20ch%C4%9Bng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cing4>,
        <http://lexvo.org/id/term/yue/%E8%A3%8E>,
        "裎"^^xsd:string ;
    rdfs:comment "to take off the clothes and expose the body. to carry in the girdle"@en .

<http://lexvo.org/id/char/88CF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A3%8F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C7%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C7%90%200693.041%3Ali>,
        <http://lexvo.org/id/term/kor/%E8%A3%8F>,
        <http://lexvo.org/id/term/kor/LI>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lei5%20leoi5>,
        <http://lexvo.org/id/term/yue/%E8%A3%8F>,
        "裏"^^xsd:string ;
    rdfs:comment "inside, interior, within"@en .

<http://lexvo.org/id/char/88D0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A3%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ju%C4%81n>,
        "裐"^^xsd:string .

<http://lexvo.org/id/char/88D1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A3%91>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C4%93n>,
        "裑"^^xsd:string .

<http://lexvo.org/id/char/88D2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A3%92>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%B3u>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%B3u%20b%C4%81o>,
        <http://lexvo.org/id/term/kor/%E8%A3%92>,
        <http://lexvo.org/id/term/kor/PWU>,
        <http://lexvo.org/id/term/vie/b%C3%A2u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fau4%20pau4>,
        <http://lexvo.org/id/term/yue/%E8%A3%92>,
        "裒"^^xsd:string ;
    rdfs:comment "collect, gather, assemble; praise"@en .

<http://lexvo.org/id/char/88D3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A3%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C3%A9%20ji%C4%93>,
        "裓"^^xsd:string .

<http://lexvo.org/id/char/88D4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A3%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%AC>,
        <http://lexvo.org/id/term/kor/%E8%A3%94>,
        <http://lexvo.org/id/term/kor/YEY>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jeoi6>,
        <http://lexvo.org/id/term/yue/%E8%A3%94>,
        "裔"^^xsd:string ;
    rdfs:comment "progeny, descendants, posterity"@en .

<http://lexvo.org/id/char/88D5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A3%95>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%B9>,
        <http://lexvo.org/id/term/kor/%E8%A3%95>,
        <http://lexvo.org/id/term/kor/YU>,
        <http://lexvo.org/id/term/vie/d%E1%BB%8Bu>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jyu6>,
        <http://lexvo.org/id/term/yue/%E8%A3%95>,
        "裕"^^xsd:string ;
    rdfs:comment "abundant, rich, plentiful"@en .

<http://lexvo.org/id/char/88D6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A3%96>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C4%9Bn%20zh%C3%A8n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zan3>,
        <http://lexvo.org/id/term/yue/%E8%A3%96>,
        "裖"^^xsd:string .

<http://lexvo.org/id/char/88D7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A3%97>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C3%BA>,
        "裗"^^xsd:string .

<http://lexvo.org/id/char/88D8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A3%98>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C3%BA>,
        <http://lexvo.org/id/term/kor/%E8%A3%98>,
        <http://lexvo.org/id/term/kor/KWU>,
        <http://lexvo.org/id/term/vie/c%E1%BB%ABu>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kau4>,
        <http://lexvo.org/id/term/yue/%E8%A3%98>,
        "裘"^^xsd:string ;
    rdfs:comment "fur garments; surname"@en .

<http://lexvo.org/id/char/88D9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A3%99>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C3%BAn>,
        <http://lexvo.org/id/term/kor/%E8%A3%99>,
        <http://lexvo.org/id/term/kor/KWUN>,
        <http://lexvo.org/id/term/vie/qu%E1%BA%A7n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kwan4>,
        <http://lexvo.org/id/term/yue/%E8%A3%99>,
        "裙"^^xsd:string ;
    rdfs:comment "skirt, apron, petticoat"@en .

<http://lexvo.org/id/char/88DA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A3%9A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%AC>,
        "裚"^^xsd:string .

<http://lexvo.org/id/char/88DB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A3%9B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jap1>,
        <http://lexvo.org/id/term/yue/%E8%A3%9B>,
        "裛"^^xsd:string ;
    rdfs:comment "to wrap and bind; damp; a book bag"@en .

<http://lexvo.org/id/char/88DC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A3%9C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C7%94>,
        <http://lexvo.org/id/term/kor/%E8%A3%9C>,
        <http://lexvo.org/id/term/kor/PO>,
        <http://lexvo.org/id/term/vie/b%E1%BB%95>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bou2>,
        <http://lexvo.org/id/term/yue/%E8%A3%9C>,
        "補"^^xsd:string ;
    rdfs:comment "mend, patch, fix, repair, restore"@en .

<http://lexvo.org/id/char/88DD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A3%9D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zhu%C4%81ng>,
        <http://lexvo.org/id/term/kor/%E8%A3%9D>,
        <http://lexvo.org/id/term/kor/CANG>,
        <http://lexvo.org/id/term/vie/trang>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zong1>,
        <http://lexvo.org/id/term/yue/%E8%A3%9D>,
        "裝"^^xsd:string ;
    rdfs:comment "dress, clothes; decorate; fill"@en .

<http://lexvo.org/id/char/88DE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A3%9E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/shu%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/seoi3>,
        <http://lexvo.org/id/term/yue/%E8%A3%9E>,
        "裞"^^xsd:string .

<http://lexvo.org/id/char/88DF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A3%9F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C4%81>,
        <http://lexvo.org/id/term/kor/%E8%A3%9F>,
        <http://lexvo.org/id/term/kor/SA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/saa1>,
        <http://lexvo.org/id/term/yue/%E8%A3%9F>,
        "裟"^^xsd:string ;
    rdfs:comment "a cassock or robe of a monk"@en .

<http://lexvo.org/id/char/88E0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A3%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C3%BAn>,
        "裠"^^xsd:string ;
    rdfs:comment "a short skirt"@en .

<http://lexvo.org/id/char/88E1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A3%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C7%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C7%90%200693.042%3Ali>,
        <http://lexvo.org/id/term/kor/%E8%A3%A1>,
        <http://lexvo.org/id/term/kor/LI>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lei5%20leoi5>,
        <http://lexvo.org/id/term/yue/%E8%A3%A1>,
        "裡"^^xsd:string ;
    rdfs:comment "inside, interior, within"@en .

<http://lexvo.org/id/char/88E2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A3%A2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lin4>,
        <http://lexvo.org/id/term/yue/%E8%A3%A2>,
        "裢"^^xsd:string ;
    rdfs:comment "folding purse inserted in belt"@en .

<http://lexvo.org/id/char/88E3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A3%A3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C3%A0n%20li%C7%8En>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C7%8En>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lim6>,
        <http://lexvo.org/id/term/yue/%E8%A3%A3>,
        "裣"^^xsd:string ;
    rdfs:comment "draw one's hands into sleeve"@en .

<http://lexvo.org/id/char/88E4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A3%A4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fu3>,
        <http://lexvo.org/id/term/yue/%E8%A3%A4>,
        "裤"^^xsd:string ;
    rdfs:comment "trousers, pants"@en .

<http://lexvo.org/id/char/88E5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A3%A5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C7%8En>,
        "裥"^^xsd:string ;
    rdfs:comment "folds"@en .

<http://lexvo.org/id/char/88E6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A3%A6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%B3u>,
        "裦"^^xsd:string .

<http://lexvo.org/id/char/88E7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A3%A7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C4%81n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sim4>,
        <http://lexvo.org/id/term/yue/%E8%A3%A7>,
        "裧"^^xsd:string .

<http://lexvo.org/id/char/88E8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A3%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%AC%200867.080%3Ap%C3%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%AC%20p%C3%AD>,
        <http://lexvo.org/id/term/kor/%E8%A3%A8>,
        <http://lexvo.org/id/term/kor/PI>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bei1%20pei4>,
        <http://lexvo.org/id/term/yue/%E8%A3%A8>,
        "裨"^^xsd:string ;
    rdfs:comment "aid, benefit, help; supplement"@en .

<http://lexvo.org/id/char/88E9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A3%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C5%ABn>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C5%ABn>,
        "裩"^^xsd:string .

<http://lexvo.org/id/char/88EA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A3%AA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%A1o>,
        "裪"^^xsd:string ;
    rdfs:comment "the sleeve"@en .

<http://lexvo.org/id/char/88EB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A3%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/yu%C3%A0n>,
        "裫"^^xsd:string .

<http://lexvo.org/id/char/88EC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A3%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%ADng>,
        "裬"^^xsd:string .

<http://lexvo.org/id/char/88ED> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A3%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C7%90>,
        "裭"^^xsd:string .

<http://lexvo.org/id/char/88EE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A3%AE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C4%81ng>,
        "裮"^^xsd:string .

<http://lexvo.org/id/char/88EF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A3%AF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%B3u>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%B3u%20d%C4%81o>,
        <http://lexvo.org/id/term/kor/%E8%A3%AF>,
        <http://lexvo.org/id/term/kor/CWU>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cau4>,
        <http://lexvo.org/id/term/yue/%E8%A3%AF>,
        "裯"^^xsd:string ;
    rdfs:comment "coverlet; bedspread"@en .

<http://lexvo.org/id/char/88F0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A3%B0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/du%C3%B3%20du%C5%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/du%C5%8D>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zyut3>,
        <http://lexvo.org/id/term/yue/%E8%A3%B0>,
        "裰"^^xsd:string ;
    rdfs:comment "to mend clothes"@en .

<http://lexvo.org/id/char/88F1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A3%B1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/bi%C7%8Eo>,
        <http://lexvo.org/id/term/kor/%E8%A3%B1>,
        <http://lexvo.org/id/term/kor/PHYO>,
        <http://lexvo.org/id/term/vie/b%C3%ADu>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/biu2>,
        <http://lexvo.org/id/term/yue/%E8%A3%B1>,
        "裱"^^xsd:string ;
    rdfs:comment "to mount maps or scrolls to paste"@en .

<http://lexvo.org/id/char/88F2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A3%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C7%8Eng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/loeng5>,
        <http://lexvo.org/id/term/yue/%E8%A3%B2>,
        "裲"^^xsd:string ;
    rdfs:comment "waistcoat"@en .

<http://lexvo.org/id/char/88F3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A3%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%A1ng%201007.010%3Ashang>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%A1ng%20sh%C3%A1ng>,
        <http://lexvo.org/id/term/kor/%E8%A3%B3>,
        <http://lexvo.org/id/term/kor/SANG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/soeng4>,
        <http://lexvo.org/id/term/yue/%E8%A3%B3>,
        "裳"^^xsd:string ;
    rdfs:comment "clothes; skirt; beautiful"@en .

<http://lexvo.org/id/char/88F4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A3%B4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%A9i>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%A9i%20f%C3%A9i>,
        <http://lexvo.org/id/term/kor/%E8%A3%B4>,
        <http://lexvo.org/id/term/kor/PAY>,
        <http://lexvo.org/id/term/vie/b%C3%B9i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/pui4>,
        <http://lexvo.org/id/term/yue/%E8%A3%B4>,
        "裴"^^xsd:string ;
    rdfs:comment "surname; look of a flowing gown"@en .

<http://lexvo.org/id/char/88F5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A3%B5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%A9i>,
        <http://lexvo.org/id/term/kor/%E8%A3%B5>,
        <http://lexvo.org/id/term/kor/PEY>,
        "裵"^^xsd:string ;
    rdfs:comment "surname; look of a flowing gown"@en .

<http://lexvo.org/id/char/88F6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A3%B6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C4%93i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fei1>,
        <http://lexvo.org/id/term/yue/%E8%A3%B6>,
        "裶"^^xsd:string .

<http://lexvo.org/id/char/88F7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A3%B7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/yu%C4%81n%20g%C7%94n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gwan2%20jyun1>,
        <http://lexvo.org/id/term/yue/%E8%A3%B7>,
        "裷"^^xsd:string .

<http://lexvo.org/id/char/88F8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A3%B8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/lu%C7%92>,
        <http://lexvo.org/id/term/kor/%E8%A3%B8>,
        <http://lexvo.org/id/term/kor/LA%20YA>,
        <http://lexvo.org/id/term/vie/kho%E1%BA%A3>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lo2>,
        <http://lexvo.org/id/term/yue/%E8%A3%B8>,
        "裸"^^xsd:string ;
    rdfs:comment "bare, nude; undress, strip"@en .

<http://lexvo.org/id/char/88F9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A3%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/gu%C7%92>,
        <http://lexvo.org/id/term/kor/%E8%A3%B9>,
        <http://lexvo.org/id/term/kor/KWA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gwo2>,
        <http://lexvo.org/id/term/yue/%E8%A3%B9>,
        "裹"^^xsd:string ;
    rdfs:comment "wrap, bind; encircle, confine"@en .

<http://lexvo.org/id/char/88FA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A3%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%8En>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jim2>,
        <http://lexvo.org/id/term/yue/%E8%A3%BA>,
        "裺"^^xsd:string .

<http://lexvo.org/id/char/88FB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A3%BB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C7%94%20d%C5%AB>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/duk1>,
        <http://lexvo.org/id/term/yue/%E8%A3%BB>,
        "裻"^^xsd:string .

<http://lexvo.org/id/char/88FC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A3%BC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%AC%201228.150%3Ax%C4%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C3%AD%20t%C3%AC%20x%C4%AB>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sik3%20tik1>,
        <http://lexvo.org/id/term/yue/%E8%A3%BC>,
        "裼"^^xsd:string ;
    rdfs:comment "to take off one's top; divest"@en .

<http://lexvo.org/id/char/88FD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A3%BD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%AC>,
        <http://lexvo.org/id/term/kor/%E8%A3%BD>,
        <http://lexvo.org/id/term/kor/CEY>,
        <http://lexvo.org/id/term/vie/ch%E1%BA%BF>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zai3>,
        <http://lexvo.org/id/term/yue/%E8%A3%BD>,
        "製"^^xsd:string ;
    rdfs:comment "make, manufacture; produce"@en .

<http://lexvo.org/id/char/88FE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A3%BE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C5%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C5%AB%20j%C3%B9>,
        <http://lexvo.org/id/term/kor/%E8%A3%BE>,
        <http://lexvo.org/id/term/kor/KE>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/geoi1>,
        <http://lexvo.org/id/term/yue/%E8%A3%BE>,
        "裾"^^xsd:string ;
    rdfs:comment "lapel, border of garment; skirt"@en .

<http://lexvo.org/id/char/88FF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A3%BF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C7%90>,
        "裿"^^xsd:string .

<http://lexvo.org/id/char/8900> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A4%80>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%AC>,
        "褀"^^xsd:string .

<http://lexvo.org/id/char/8901> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A4%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gwo2>,
        <http://lexvo.org/id/term/yue/%E8%A4%81>,
        "褁"^^xsd:string .

<http://lexvo.org/id/char/8902> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A4%82>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/gu%C3%A0>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gwaa3%20kwaa2>,
        <http://lexvo.org/id/term/yue/%E8%A4%82>,
        "褂"^^xsd:string ;
    rdfs:comment "jacket, overcoat, coat; gown"@en .

<http://lexvo.org/id/char/8903> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A4%83>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C3%A8n>,
        "褃"^^xsd:string ;
    rdfs:comment "a seam in a garment"@en .

<http://lexvo.org/id/char/8904> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/kor/%E8%A4%84>,
        <http://lexvo.org/id/term/kor/CHE>,
        "褄"^^xsd:string ;
    rdfs:comment "a skirt"@en .

<http://lexvo.org/id/char/8905> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A4%85>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%AC>,
        "褅"^^xsd:string .

<http://lexvo.org/id/char/8906> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A4%86>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/si6>,
        <http://lexvo.org/id/term/yue/%E8%A4%86>,
        "褆"^^xsd:string .

<http://lexvo.org/id/char/8907> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A4%87>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%B9>,
        <http://lexvo.org/id/term/kor/%E8%A4%87>,
        <http://lexvo.org/id/term/kor/POK%20PWU>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fuk1>,
        <http://lexvo.org/id/term/yue/%E8%A4%87>,
        "複"^^xsd:string ;
    rdfs:comment "repeat, double, overlap"@en .

<http://lexvo.org/id/char/8908> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A4%88>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%B3ng%20ch%C5%8Dng%20zh%C3%B2ng>,
        "褈"^^xsd:string .

<http://lexvo.org/id/char/8909> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A4%89>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C4%93>,
        "褉"^^xsd:string ;
    rdfs:comment "short garments"@en .

<http://lexvo.org/id/char/890A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A4%8A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/bi%C7%8En>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/bi%C7%8En%20pi%C4%81n>,
        <http://lexvo.org/id/term/kor/%E8%A4%8A>,
        <http://lexvo.org/id/term/kor/PHYEN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bin2>,
        <http://lexvo.org/id/term/yue/%E8%A4%8A>,
        "褊"^^xsd:string ;
    rdfs:comment "cramped, narrow, crowded; mean"@en .

<http://lexvo.org/id/char/890B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A4%8B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/di%C3%A9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dip6>,
        <http://lexvo.org/id/term/yue/%E8%A4%8B>,
        "褋"^^xsd:string .

<http://lexvo.org/id/char/890C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A4%8C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C5%ABn>,
        <http://lexvo.org/id/term/kor/%E8%A4%8C>,
        <http://lexvo.org/id/term/kor/KON>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gwan1>,
        <http://lexvo.org/id/term/yue/%E8%A4%8C>,
        "褌"^^xsd:string ;
    rdfs:comment "trousers, pants, shorts, drawers"@en .

<http://lexvo.org/id/char/890D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A4%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/du%C4%81n>,
        "褍"^^xsd:string .

<http://lexvo.org/id/char/890E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A4%8E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%B9%20y%C3%B2u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jau6%20zau6>,
        <http://lexvo.org/id/term/yue/%E8%A4%8E>,
        "褎"^^xsd:string ;
    rdfs:comment "sleeve; ample flowing robes"@en .

<http://lexvo.org/id/char/890F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A4%8F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%B9%20y%C3%B2u>,
        "褏"^^xsd:string ;
    rdfs:comment "sleeve; ample flowing robes"@en .

<http://lexvo.org/id/char/8910> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A4%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A9%20h%C3%A8>,
        <http://lexvo.org/id/term/kor/%E8%A4%90>,
        <http://lexvo.org/id/term/kor/KAL>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hot3>,
        <http://lexvo.org/id/term/yue/%E8%A4%90>,
        "褐"^^xsd:string ;
    rdfs:comment "coarse woolen cloth; dull, dark"@en .

<http://lexvo.org/id/char/8911> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A4%91>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/yu%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jyun6>,
        <http://lexvo.org/id/term/yue/%E8%A4%91>,
        "褑"^^xsd:string .

<http://lexvo.org/id/char/8912> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A4%92>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C4%81o>,
        <http://lexvo.org/id/term/kor/%E8%A4%92>,
        <http://lexvo.org/id/term/kor/PHO>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bou1>,
        <http://lexvo.org/id/term/yue/%E8%A4%92>,
        "褒"^^xsd:string ;
    rdfs:comment "praise, commend, honor, cite"@en .

<http://lexvo.org/id/char/8913> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A4%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C7%8Eo>,
        <http://lexvo.org/id/term/kor/%E8%A4%93>,
        <http://lexvo.org/id/term/kor/PO>,
        <http://lexvo.org/id/term/vie/b%C3%ACu>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bou2>,
        <http://lexvo.org/id/term/yue/%E8%A4%93>,
        "褓"^^xsd:string ;
    rdfs:comment "swaddling cloth; infancy"@en .

<http://lexvo.org/id/char/8914> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A4%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fu3>,
        <http://lexvo.org/id/term/yue/%E8%A4%94>,
        "褔"^^xsd:string ;
    rdfs:comment "complex; double"@en .

<http://lexvo.org/id/char/8915> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A4%95>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%BA>,
        <http://lexvo.org/id/term/kor/%E8%A4%95>,
        <http://lexvo.org/id/term/kor/YU>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jyu4>,
        <http://lexvo.org/id/term/yue/%E8%A4%95>,
        "褕"^^xsd:string ;
    rdfs:comment "shirt"@en .

<http://lexvo.org/id/char/8916> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A4%96>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/tu%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/teon3%20teon5>,
        <http://lexvo.org/id/term/yue/%E8%A4%96>,
        "褖"^^xsd:string .

<http://lexvo.org/id/char/8917> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A4%97>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%8En>,
        "褗"^^xsd:string .

<http://lexvo.org/id/char/8918> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A4%98>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C4%AB>,
        <http://lexvo.org/id/term/kor/%E8%A4%98>,
        <http://lexvo.org/id/term/kor/WI>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fai1>,
        <http://lexvo.org/id/term/yue/%E8%A4%98>,
        "褘"^^xsd:string ;
    rdfs:comment "ceremonial gowns of a queen"@en .

<http://lexvo.org/id/char/8919> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A4%99>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%A8i>,
        <http://lexvo.org/id/term/kor/%E8%A4%99>,
        <http://lexvo.org/id/term/kor/PEY>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bui3>,
        <http://lexvo.org/id/term/yue/%E8%A4%99>,
        "褙"^^xsd:string ;
    rdfs:comment "paper or cloth pasted together"@en .

<http://lexvo.org/id/char/891A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A4%9A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C7%94%201512.060%3Azh%C7%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C7%94%20zh%C4%9B%20zh%C7%94>,
        <http://lexvo.org/id/term/kor/%E8%A4%9A>,
        <http://lexvo.org/id/term/kor/CE>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cyu2>,
        <http://lexvo.org/id/term/yue/%E8%A4%9A>,
        "褚"^^xsd:string ;
    rdfs:comment "bag, valise; stuff, pad; surname"@en .

<http://lexvo.org/id/char/891B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A4%9B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C7%9A>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/leoi5>,
        <http://lexvo.org/id/term/yue/%E8%A4%9B>,
        "褛"^^xsd:string ;
    rdfs:comment "lapel, collar; tattered, threadbare"@en .

<http://lexvo.org/id/char/891C> a lvont:Character ;
    lvont:represents "褜"^^xsd:string .

<http://lexvo.org/id/char/891D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C4%81n>,
        "褝"^^xsd:string ;
    rdfs:comment "unlined garment"@en .

<http://lexvo.org/id/char/891E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A4%9E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%94n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wan2>,
        <http://lexvo.org/id/term/yue/%E8%A4%9E>,
        "褞"^^xsd:string ;
    rdfs:comment "a robe"@en .

<http://lexvo.org/id/char/891F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A4%9F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C4%81>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/taap3%20zip3>,
        <http://lexvo.org/id/term/yue/%E8%A4%9F>,
        "褟"^^xsd:string ;
    rdfs:comment "inner shirt or singlet"@en .

<http://lexvo.org/id/char/8920> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A4%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C5%8Du>,
        "褠"^^xsd:string .

<http://lexvo.org/id/char/8921> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A4%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C4%81>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/daap3>,
        <http://lexvo.org/id/term/yue/%E8%A4%A1>,
        "褡"^^xsd:string ;
    rdfs:comment "girdle; loincloth; pouch, bag"@en .

<http://lexvo.org/id/char/8922> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A4%A2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%A1i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/waai4>,
        <http://lexvo.org/id/term/yue/%E8%A4%A2>,
        "褢"^^xsd:string ;
    rdfs:comment "to carry in the bosom or the sleeve; to wrap, to conceal"@en .

<http://lexvo.org/id/char/8923> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A4%A3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/r%C3%B3ng>,
        "褣"^^xsd:string .

<http://lexvo.org/id/char/8924> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A4%A4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/yu%C3%A0n>,
        "褤"^^xsd:string .

<http://lexvo.org/id/char/8925> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A4%A5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/r%C3%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/r%C3%B9%20n%C3%B9>,
        <http://lexvo.org/id/term/kor/%E8%A4%A5>,
        <http://lexvo.org/id/term/kor/YO>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/juk6>,
        <http://lexvo.org/id/term/yue/%E8%A4%A5>,
        "褥"^^xsd:string ;
    rdfs:comment "mattress, cushion; bedding"@en .

<http://lexvo.org/id/char/8926> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A4%A6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C3%A0i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/le5%20naai6%20nang2%20nang3>,
        <http://lexvo.org/id/term/yue/%E8%A4%A6>,
        "褦"^^xsd:string ;
    rdfs:comment "stupid, dull, ignorant, doltish; (Cant.) to tie up, bind"@en .

<http://lexvo.org/id/char/8927> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A4%A7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C7%92ng>,
        <http://lexvo.org/id/term/kor/%E8%A4%A7>,
        <http://lexvo.org/id/term/kor/KYENG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gwing2>,
        <http://lexvo.org/id/term/yue/%E8%A4%A7>,
        "褧"^^xsd:string ;
    rdfs:comment "unlined clothes; light overcoat"@en .

<http://lexvo.org/id/char/8928> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A4%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/su%C7%92>,
        "褨"^^xsd:string .

<http://lexvo.org/id/char/8929> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A4%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C4%81n>,
        "褩"^^xsd:string .

<http://lexvo.org/id/char/892A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A4%AA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%B9n%20tu%C3%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/tu%C3%AC%201170.100%3At%C3%B9n>,
        <http://lexvo.org/id/term/kor/%E8%A4%AA>,
        <http://lexvo.org/id/term/kor/THOY>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tan3>,
        <http://lexvo.org/id/term/yue/%E8%A4%AA>,
        "褪"^^xsd:string ;
    rdfs:comment "strip, undress; fall off; fade"@en .

<http://lexvo.org/id/char/892B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A4%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C7%90>,
        <http://lexvo.org/id/term/kor/%E8%A4%AB>,
        <http://lexvo.org/id/term/kor/CHI>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ci2>,
        <http://lexvo.org/id/term/yue/%E8%A4%AB>,
        "褫"^^xsd:string ;
    rdfs:comment "strip, tear off, undress"@en .

<http://lexvo.org/id/char/892C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A4%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C7%8Eng>,
        "褬"^^xsd:string .

<http://lexvo.org/id/char/892D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A4%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ni%C7%8Eo>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/niu5>,
        <http://lexvo.org/id/term/yue/%E8%A4%AD>,
        "褭"^^xsd:string .

<http://lexvo.org/id/char/892E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A4%AE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C4%ABng>,
        "褮"^^xsd:string .

<http://lexvo.org/id/char/892F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A4%AF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%A8>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zik6>,
        <http://lexvo.org/id/term/yue/%E8%A4%AF>,
        "褯"^^xsd:string ;
    rdfs:comment "children's garments. a mat for wrapping garments"@en .

<http://lexvo.org/id/char/8930> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A4%B0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C4%81n>,
        <http://lexvo.org/id/term/kor/%E8%A4%B0>,
        <http://lexvo.org/id/term/kor/KEN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hin1>,
        <http://lexvo.org/id/term/yue/%E8%A4%B0>,
        "褰"^^xsd:string ;
    rdfs:comment "underclothing; to pick up one's skirts"@en .

<http://lexvo.org/id/char/8931> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A4%B1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%A1i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/waai4>,
        <http://lexvo.org/id/term/yue/%E8%A4%B1>,
        "褱"^^xsd:string ;
    rdfs:comment "to carry in the bosom or the sleeve; to wrap, to conceal"@en .

<http://lexvo.org/id/char/8932> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A4%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C3%B9>,
        <http://lexvo.org/id/term/vie/kh%E1%BB%91>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fu3>,
        <http://lexvo.org/id/term/yue/%E8%A4%B2>,
        "褲"^^xsd:string ;
    rdfs:comment "trousers, pants"@en .

<http://lexvo.org/id/char/8933> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A4%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lin4>,
        <http://lexvo.org/id/term/yue/%E8%A4%B3>,
        "褳"^^xsd:string ;
    rdfs:comment "folding purse inserted in belt"@en .

<http://lexvo.org/id/char/8934> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A4%B4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C7%8Eo%20l%C3%A1n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/laam4>,
        <http://lexvo.org/id/term/yue/%E8%A4%B4>,
        "褴"^^xsd:string ;
    rdfs:comment "ragged, tattered, threadbare"@en .

<http://lexvo.org/id/char/8935> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A4%B5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lei4>,
        <http://lexvo.org/id/term/yue/%E8%A4%B5>,
        "褵"^^xsd:string ;
    rdfs:comment "bridal veil"@en .

<http://lexvo.org/id/char/8936> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A4%B6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%A9%20zh%C4%9B%20di%C3%A9%20x%C3%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C4%9B>,
        <http://lexvo.org/id/term/kor/%E8%A4%B6>,
        <http://lexvo.org/id/term/kor/SUP%20CHEP>,
        <http://lexvo.org/id/term/vie/ch%E1%BA%A5p>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dip6%20zaap6%20zip3>,
        <http://lexvo.org/id/term/yue/%E8%A4%B6>,
        "褶"^^xsd:string ;
    rdfs:comment "pleat, crease, wrinkles"@en .

<http://lexvo.org/id/char/8937> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A4%B7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C4%AB>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/si1>,
        <http://lexvo.org/id/term/yue/%E8%A4%B7>,
        "褷"^^xsd:string .

<http://lexvo.org/id/char/8938> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A4%B8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C7%9A>,
        <http://lexvo.org/id/term/kor/%E8%A4%B8>,
        <http://lexvo.org/id/term/kor/LWU>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lau5%20leoi5>,
        <http://lexvo.org/id/term/yue/%E8%A4%B8>,
        "褸"^^xsd:string ;
    rdfs:comment "lapel, collar; tattered, threadbare"@en .

<http://lexvo.org/id/char/8939> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A4%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%AC>,
        "褹"^^xsd:string .

<http://lexvo.org/id/char/893A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A4%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/di%C3%A9>,
        <http://lexvo.org/id/term/kor/%E8%A4%BA>,
        <http://lexvo.org/id/term/kor/CHEP>,
        "褺"^^xsd:string ;
    rdfs:comment "dirty, ragged; undress, to treat with irreverence"@en .

<http://lexvo.org/id/char/893B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A4%BB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A8%20di%C3%A9>,
        <http://lexvo.org/id/term/kor/%E8%A4%BB>,
        <http://lexvo.org/id/term/kor/SEL>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sit3>,
        <http://lexvo.org/id/term/yue/%E8%A4%BB>,
        "褻"^^xsd:string ;
    rdfs:comment "dirty, ragged; slight, insult, treat with disrespect"@en .

<http://lexvo.org/id/char/893C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A4%BC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C4%81n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sin1>,
        <http://lexvo.org/id/term/yue/%E8%A4%BC>,
        "褼"^^xsd:string .

<http://lexvo.org/id/char/893D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A4%BD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C3%A8i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wai3>,
        <http://lexvo.org/id/term/yue/%E8%A4%BD>,
        "褽"^^xsd:string ;
    rdfs:comment "cushion"@en .

<http://lexvo.org/id/char/893E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A4%BE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/bi%C7%8Eo>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/biu2>,
        <http://lexvo.org/id/term/yue/%E8%A4%BE>,
        "褾"^^xsd:string .

<http://lexvo.org/id/char/893F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A4%BF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C3%A1o>,
        "褿"^^xsd:string .

<http://lexvo.org/id/char/8940> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A5%80>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C4%AB>,
        "襀"^^xsd:string ;
    rdfs:comment "a pleat, fold, tuck, crease"@en .

<http://lexvo.org/id/char/8941> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A5%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C7%8Eng%20qi%C7%8Eng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C7%8Eng>,
        <http://lexvo.org/id/term/kor/%E8%A5%81>,
        <http://lexvo.org/id/term/kor/KANG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/koeng5>,
        <http://lexvo.org/id/term/yue/%E8%A5%81>,
        "襁"^^xsd:string ;
    rdfs:comment "swaddling clothes"@en .

<http://lexvo.org/id/char/8942> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A5%82>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C4%93n%20sh%C4%81n%20sh%C4%93n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sam1>,
        <http://lexvo.org/id/term/yue/%E8%A5%82>,
        "襂"^^xsd:string .

<http://lexvo.org/id/char/8943> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A5%83>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C4%81o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bou1>,
        <http://lexvo.org/id/term/yue/%E8%A5%83>,
        "襃"^^xsd:string ;
    rdfs:comment "commend, honor, cite"@en .

<http://lexvo.org/id/char/8944> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A5%84>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C4%81ng>,
        <http://lexvo.org/id/term/kor/%E8%A5%84>,
        <http://lexvo.org/id/term/kor/YANG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/soeng1>,
        <http://lexvo.org/id/term/yue/%E8%A5%84>,
        "襄"^^xsd:string ;
    rdfs:comment "aid, help, assist; undress"@en .

<http://lexvo.org/id/char/8945> a lvont:Character ;
    lvont:represents "襅"^^xsd:string .

<http://lexvo.org/id/char/8946> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A5%86>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%BA%20f%C3%BA>,
        <http://lexvo.org/id/term/vie/b%E1%BB%8Dc>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/buk6>,
        <http://lexvo.org/id/term/yue/%E8%A5%86>,
        "襆"^^xsd:string ;
    rdfs:comment "hood or cowl"@en .

<http://lexvo.org/id/char/8947> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A5%87>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C7%8En>,
        "襇"^^xsd:string ;
    rdfs:comment "folds"@en .

<http://lexvo.org/id/char/8948> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A5%88>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zhu%C3%A0n>,
        "襈"^^xsd:string .

<http://lexvo.org/id/char/8949> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A5%89>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gaan3>,
        <http://lexvo.org/id/term/yue/%E8%A5%89>,
        "襉"^^xsd:string .

<http://lexvo.org/id/char/894A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A5%8A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zu%C3%AC>,
        <http://lexvo.org/id/term/vie/t%C3%BAi>,
        "襊"^^xsd:string .

<http://lexvo.org/id/char/894B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A5%8B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gik1>,
        <http://lexvo.org/id/term/yue/%E8%A5%8B>,
        "襋"^^xsd:string ;
    rdfs:comment "collar"@en .

<http://lexvo.org/id/char/894C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A5%8C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C4%81n>,
        <http://lexvo.org/id/term/vie/thi%E1%BB%81n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/daan1>,
        <http://lexvo.org/id/term/yue/%E8%A5%8C>,
        "襌"^^xsd:string ;
    rdfs:comment "unlined garment"@en .

<http://lexvo.org/id/char/894D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A5%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C3%A1>,
        <http://lexvo.org/id/term/kor/%E8%A5%8D>,
        <http://lexvo.org/id/term/kor/CAP>,
        "襍"^^xsd:string ;
    rdfs:comment "mixed, blended; mix, mingle"@en .

<http://lexvo.org/id/char/894E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A5%8E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%A1n>,
        "襎"^^xsd:string .

<http://lexvo.org/id/char/894F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A5%8F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%B3>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/but6>,
        <http://lexvo.org/id/term/yue/%E8%A5%8F>,
        "襏"^^xsd:string ;
    rdfs:comment "raincoat"@en .

<http://lexvo.org/id/char/8950> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A5%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A0ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zoeng6>,
        <http://lexvo.org/id/term/yue/%E8%A5%90>,
        "襐"^^xsd:string .

<http://lexvo.org/id/char/8951> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A5%91>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C3%ADn>,
        "襑"^^xsd:string .

<http://lexvo.org/id/char/8952> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A5%92>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/bi%C3%A9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bit6>,
        <http://lexvo.org/id/term/yue/%E8%A5%92>,
        "襒"^^xsd:string .

<http://lexvo.org/id/char/8953> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A5%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/r%C3%A1o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jiu4>,
        <http://lexvo.org/id/term/yue/%E8%A5%93>,
        "襓"^^xsd:string .

<http://lexvo.org/id/char/8954> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A5%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C7%8En>,
        "襔"^^xsd:string .

<http://lexvo.org/id/char/8955> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A5%95>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%A1n>,
        "襕"^^xsd:string .

<http://lexvo.org/id/char/8956> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C7%8Eo>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A5%96>,
        <http://lexvo.org/id/term/kor/%E8%A5%96>,
        <http://lexvo.org/id/term/kor/O>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ou2%20ou3>,
        <http://lexvo.org/id/term/yue/%E8%A5%96>,
        "襖"^^xsd:string ;
    rdfs:comment "outer garments; coat, jacket"@en .

<http://lexvo.org/id/char/8957> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A5%97>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/du%C3%B3%20z%C3%A8>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dok6%20jik6%20zaak6>,
        <http://lexvo.org/id/term/yue/%E8%A5%97>,
        "襗"^^xsd:string .

<http://lexvo.org/id/char/8958> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A5%98>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/gu%C3%AC>,
        <http://lexvo.org/id/term/kor/%E8%A5%98>,
        <http://lexvo.org/id/term/kor/KOY>,
        <http://lexvo.org/id/term/vie/c%E1%BB%95i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fui2%20kui2>,
        <http://lexvo.org/id/term/yue/%E8%A5%98>,
        "襘"^^xsd:string .

<http://lexvo.org/id/char/8959> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A5%99>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C3%A0o>,
        "襙"^^xsd:string .

<http://lexvo.org/id/char/895A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A5%9A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/su%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/seoi6>,
        <http://lexvo.org/id/term/yue/%E8%A5%9A>,
        "襚"^^xsd:string ;
    rdfs:comment "grave clothes"@en .

<http://lexvo.org/id/char/895B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A5%9B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C3%B3ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/nung4>,
        <http://lexvo.org/id/term/yue/%E8%A5%9B>,
        "襛"^^xsd:string ;
    rdfs:comment "fine clothes"@en .

<http://lexvo.org/id/char/895C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A5%9C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C4%81n>,
        <http://lexvo.org/id/term/kor/%E8%A5%9C>,
        <http://lexvo.org/id/term/kor/CHEM>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lim5%20sim4%20zim1>,
        <http://lexvo.org/id/term/yue/%E8%A5%9C>,
        "襜"^^xsd:string ;
    rdfs:comment "flutter; shaking or vibrating"@en .

<http://lexvo.org/id/char/895D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A5%9D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C3%A0n%20li%C7%8En%20ch%C4%81n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C7%8En>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lim6>,
        <http://lexvo.org/id/term/yue/%E8%A5%9D>,
        "襝"^^xsd:string ;
    rdfs:comment "draw one's hands into sleeve"@en .

<http://lexvo.org/id/char/895E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A5%9E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%AC>,
        <http://lexvo.org/id/term/kor/%E8%A5%9E>,
        <http://lexvo.org/id/term/kor/PYEK>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bik1%20pik1>,
        <http://lexvo.org/id/term/yue/%E8%A5%9E>,
        "襞"^^xsd:string ;
    rdfs:comment "fold, pleat, crease"@en .

<http://lexvo.org/id/char/895F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A5%9F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C4%ABn>,
        <http://lexvo.org/id/term/kor/%E8%A5%9F>,
        <http://lexvo.org/id/term/kor/KUM>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kam1>,
        <http://lexvo.org/id/term/yue/%E8%A5%9F>,
        "襟"^^xsd:string ;
    rdfs:comment "lapel, collar"@en .

<http://lexvo.org/id/char/8960> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A5%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C4%81ng>,
        <http://lexvo.org/id/term/kor/%E8%A5%A0>,
        <http://lexvo.org/id/term/kor/TANG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dong1>,
        <http://lexvo.org/id/term/yue/%E8%A5%A0>,
        "襠"^^xsd:string ;
    rdfs:comment "crotch or seat of pants; pants"@en .

<http://lexvo.org/id/char/8961> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A5%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%BA%20sh%C7%94%20d%C3%BA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/duk6%20suk6>,
        <http://lexvo.org/id/term/yue/%E8%A5%A1>,
        "襡"^^xsd:string ;
    rdfs:comment "short coat"@en .

<http://lexvo.org/id/char/8962> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A5%A2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C7%8En%20zh%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/taan2>,
        <http://lexvo.org/id/term/yue/%E8%A5%A2>,
        "襢"^^xsd:string ;
    rdfs:comment "strip; lay bare; bared; naked"@en .

<http://lexvo.org/id/char/8963> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A5%A3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%AC%20b%C3%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bei6%20jyu4>,
        <http://lexvo.org/id/term/yue/%E8%A5%A3>,
        "襣"^^xsd:string .

<http://lexvo.org/id/char/8964> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A5%A4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%A1n>,
        <http://lexvo.org/id/term/kor/%E8%A5%A4>,
        <http://lexvo.org/id/term/kor/LAM>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/laam4>,
        <http://lexvo.org/id/term/yue/%E8%A5%A4>,
        "襤"^^xsd:string ;
    rdfs:comment "ragged, tattered, threadbare"@en .

<http://lexvo.org/id/char/8965> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A5%A5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%BA>,
        "襥"^^xsd:string .

<http://lexvo.org/id/char/8966> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A5%A6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/r%C3%BA>,
        <http://lexvo.org/id/term/kor/%E8%A5%A6>,
        <http://lexvo.org/id/term/kor/YU>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jyu4>,
        <http://lexvo.org/id/term/yue/%E8%A5%A6>,
        "襦"^^xsd:string ;
    rdfs:comment "short coat, jacket; fine silk fab"@en .

<http://lexvo.org/id/char/8967> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A5%A7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C7%90>,
        "襧"^^xsd:string .

<http://lexvo.org/id/char/8968> a lvont:Character ;
    lvont:represents "襨"^^xsd:string .

<http://lexvo.org/id/char/8969> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A5%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C7%94>,
        "襩"^^xsd:string .

<http://lexvo.org/id/char/896A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A5%AA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C3%A0>,
        <http://lexvo.org/id/term/kor/%E8%A5%AA>,
        <http://lexvo.org/id/term/kor/MAL>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/maat6%20mat6>,
        <http://lexvo.org/id/term/yue/%E8%A5%AA>,
        "襪"^^xsd:string ;
    rdfs:comment "socks, stockings"@en .

<http://lexvo.org/id/char/896B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A5%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sik1>,
        <http://lexvo.org/id/term/yue/%E8%A5%AB>,
        "襫"^^xsd:string ;
    rdfs:comment "raincoat"@en .

<http://lexvo.org/id/char/896C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A5%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C7%8Ei>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/baai2>,
        <http://lexvo.org/id/term/yue/%E8%A5%AC>,
        "襬"^^xsd:string ;
    rdfs:comment "lower part of a robe"@en .

<http://lexvo.org/id/char/896D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A5%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A9>,
        <http://lexvo.org/id/term/kor/%E8%A5%AD>,
        <http://lexvo.org/id/term/kor/HIL>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/git3%20kit3>,
        <http://lexvo.org/id/term/yue/%E8%A5%AD>,
        "襭"^^xsd:string ;
    rdfs:comment "tuck up hem of garment and wrap"@en .

<http://lexvo.org/id/char/896E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A5%AE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%B3>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bok3%20buk6>,
        <http://lexvo.org/id/term/yue/%E8%A5%AE>,
        "襮"^^xsd:string ;
    rdfs:comment "collar; to expose"@en .

<http://lexvo.org/id/char/896F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A5%AF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%A8n>,
        <http://lexvo.org/id/term/kor/%E8%A5%AF>,
        <http://lexvo.org/id/term/kor/CHIN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/can3>,
        <http://lexvo.org/id/term/yue/%E8%A5%AF>,
        "襯"^^xsd:string ;
    rdfs:comment "underwear; inner garments"@en .

<http://lexvo.org/id/char/8970> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A5%B0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%A0i>,
        "襰"^^xsd:string .

<http://lexvo.org/id/char/8971> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A5%B1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%B3ng%20l%C7%92ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lung4>,
        <http://lexvo.org/id/term/yue/%E8%A5%B1>,
        "襱"^^xsd:string ;
    rdfs:comment "legs of trousers; overalls worn by workmen"@en .

<http://lexvo.org/id/char/8972> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A5%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C3%AD>,
        <http://lexvo.org/id/term/kor/%E8%A5%B2>,
        <http://lexvo.org/id/term/kor/SUP>,
        <http://lexvo.org/id/term/vie/t%E1%BA%ADp>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zaap6>,
        <http://lexvo.org/id/term/yue/%E8%A5%B2>,
        "襲"^^xsd:string ;
    rdfs:comment "raid, attack; inherit"@en .

<http://lexvo.org/id/char/8973> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A5%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C4%81n%20sh%C4%93n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cim1%20sam1%20sim1>,
        <http://lexvo.org/id/term/yue/%E8%A5%B3>,
        "襳"^^xsd:string .

<http://lexvo.org/id/char/8974> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A5%B4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%A1n>,
        <http://lexvo.org/id/term/kor/%E8%A5%B4>,
        <http://lexvo.org/id/term/kor/LAN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/laan4>,
        <http://lexvo.org/id/term/yue/%E8%A5%B4>,
        "襴"^^xsd:string ;
    rdfs:comment "a one piece garment"@en .

<http://lexvo.org/id/char/8975> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A5%B5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%A9%20zh%C4%9B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C4%9B>,
        <http://lexvo.org/id/term/vie/n%E1%BA%BFp>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zip3>,
        <http://lexvo.org/id/term/yue/%E8%A5%B5>,
        "襵"^^xsd:string ;
    rdfs:comment "a pleat in a skirt"@en .

<http://lexvo.org/id/char/8976> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A5%B6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%A0i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/daai3%20de2>,
        <http://lexvo.org/id/term/yue/%E8%A5%B6>,
        "襶"^^xsd:string ;
    rdfs:comment "ignorant; naive; unsophisticated"@en .

<http://lexvo.org/id/char/8977> a lvont:Character ;
    lvont:represents "襷"^^xsd:string ;
    rdfs:comment "a cord for holding up sleeves"@en .

<http://lexvo.org/id/char/8978> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A5%B8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C3%A0n>,
        "襸"^^xsd:string .

<http://lexvo.org/id/char/8979> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A5%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C4%AB>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/si1>,
        <http://lexvo.org/id/term/yue/%E8%A5%B9>,
        "襹"^^xsd:string .

<http://lexvo.org/id/char/897A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A5%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C7%8En>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gaan2%20gin2>,
        <http://lexvo.org/id/term/yue/%E8%A5%BA>,
        "襺"^^xsd:string .

<http://lexvo.org/id/char/897B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A5%BB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/paan3>,
        <http://lexvo.org/id/term/yue/%E8%A5%BB>,
        "襻"^^xsd:string ;
    rdfs:comment "a loop; a belt or band"@en .

<http://lexvo.org/id/char/897C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A5%BC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ngai6>,
        <http://lexvo.org/id/term/yue/%E8%A5%BC>,
        "襼"^^xsd:string ;
    rdfs:comment "'kimono' sleeve"@en .

<http://lexvo.org/id/char/897D> a lvont:Character ;
    lvont:represents "襽"^^xsd:string .

<http://lexvo.org/id/char/8981> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A6%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A0o%20y%C4%81o%20y%C7%8Eo>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C4%81o%201343.020%3Ay%C3%A0o>,
        <http://lexvo.org/id/term/kor/%E8%A6%81>,
        <http://lexvo.org/id/term/kor/YO>,
        <http://lexvo.org/id/term/vie/y%E1%BA%BFu>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jiu1%20jiu3>,
        <http://lexvo.org/id/term/yue/%E8%A6%81>,
        "要"^^xsd:string ;
    rdfs:comment "necessary, essential; necessity"@en .

<http://lexvo.org/id/char/8982> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A6%82>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C4%9Bng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/faan3>,
        <http://lexvo.org/id/term/yue/%E8%A6%82>,
        "覂"^^xsd:string ;
    rdfs:comment "to throw a rider"@en .

<http://lexvo.org/id/char/8983> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A6%83>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C3%ADn%201114.090%3At%C3%A1n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%A1n%20q%C3%ADn%20y%C7%8En>,
        <http://lexvo.org/id/term/kor/%E8%A6%83>,
        <http://lexvo.org/id/term/kor/TAM>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/taam4>,
        <http://lexvo.org/id/term/yue/%E8%A6%83>,
        "覃"^^xsd:string ;
    rdfs:comment "reach to, spread to; extensive"@en .

<http://lexvo.org/id/char/8984> a lvont:Character ;
    lvont:represents "覄"^^xsd:string .

<http://lexvo.org/id/char/8985> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A6%85>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/bi%C3%A0o>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/fi%C3%A0o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fiu3>,
        <http://lexvo.org/id/term/yue/%E8%A6%85>,
        "覅"^^xsd:string .

<http://lexvo.org/id/char/8986> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A6%86>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%B9>,
        <http://lexvo.org/id/term/kor/%E8%A6%86>,
        <http://lexvo.org/id/term/kor/POK%20PWU>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fau6%20fuk1>,
        <http://lexvo.org/id/term/yue/%E8%A6%86>,
        "覆"^^xsd:string ;
    rdfs:comment "cover; tip over; return; reply"@en .

<http://lexvo.org/id/char/8987> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A6%87>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%A0%20p%C3%B2>,
        <http://lexvo.org/id/term/kor/%E8%A6%87>,
        <http://lexvo.org/id/term/kor/PHAY%20PAYK>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/baa3>,
        <http://lexvo.org/id/term/yue/%E8%A6%87>,
        "覇"^^xsd:string ;
    rdfs:comment "rule by might rather than right"@en .

<http://lexvo.org/id/char/8988> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A6%88>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A9>,
        <http://lexvo.org/id/term/kor/%E8%A6%88>,
        <http://lexvo.org/id/term/kor/HAYK>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hat6>,
        <http://lexvo.org/id/term/yue/%E8%A6%88>,
        "覈"^^xsd:string ;
    rdfs:comment "investigate, consider, examine"@en .

<http://lexvo.org/id/char/8989> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A6%89>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C4%AB>,
        <http://lexvo.org/id/term/kor/%E8%A6%89>,
        <http://lexvo.org/id/term/kor/KI>,
        "覉"^^xsd:string ;
    rdfs:comment "variant of 羇 U+7F87, inn; to lodge; to travel"@en .

<http://lexvo.org/id/char/898A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A6%8A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C4%AB>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gei1>,
        <http://lexvo.org/id/term/yue/%E8%A6%8A>,
        "覊"^^xsd:string ;
    rdfs:comment "halter; restrain, hold, control"@en .

<http://lexvo.org/id/char/898C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A6%8C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/gu%C4%81n%20gu%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E8%A6%8C>,
        <http://lexvo.org/id/term/kor/KWAN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gun1>,
        <http://lexvo.org/id/term/yue/%E8%A6%8C>,
        "覌"^^xsd:string ;
    rdfs:comment "see, observe, view; appearance"@en .

<http://lexvo.org/id/char/898D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A6%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/bi%C3%A0n%20p%C3%A1n>,
        "覍"^^xsd:string .

<http://lexvo.org/id/char/898E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A6%8E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A0n>,
        "覎"^^xsd:string ;
    rdfs:comment "place name"@en .

<http://lexvo.org/id/char/898F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A6%8F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/gu%C4%AB%20ku%C4%AB%20x%C3%B9%20gu%C3%AC>,
        <http://lexvo.org/id/term/kor/%E8%A6%8F>,
        <http://lexvo.org/id/term/kor/KYU>,
        <http://lexvo.org/id/term/vie/qui>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kwai1>,
        <http://lexvo.org/id/term/yue/%E8%A6%8F>,
        "規"^^xsd:string ;
    rdfs:comment "rules, regulations, customs, law"@en .

<http://lexvo.org/id/char/8990> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A6%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ju%C3%A9%20ji%C3%A0o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gaau3%20gok3>,
        <http://lexvo.org/id/term/yue/%E8%A6%90>,
        "覐"^^xsd:string ;
    rdfs:comment "to sleep; to realize, feel"@en .

<http://lexvo.org/id/char/8991> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A6%91>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/pi%C7%8En>,
        "覑"^^xsd:string .

<http://lexvo.org/id/char/8992> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A6%92>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A1o>,
        "覒"^^xsd:string .

<http://lexvo.org/id/char/8993> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A6%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%AC>,
        <http://lexvo.org/id/term/kor/%E8%A6%93>,
        <http://lexvo.org/id/term/kor/MYEK>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mik6>,
        <http://lexvo.org/id/term/yue/%E8%A6%93>,
        "覓"^^xsd:string ;
    rdfs:comment "seek; search"@en .

<http://lexvo.org/id/char/8994> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A6%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%AC>,
        "覔"^^xsd:string ;
    rdfs:comment "to search for; to look after"@en .

<http://lexvo.org/id/char/8995> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A6%95>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/mi%C3%A8%20pi%C4%93>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bit1%20pit3>,
        <http://lexvo.org/id/term/yue/%E8%A6%95>,
        "覕"^^xsd:string .

<http://lexvo.org/id/char/8996> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A6%96>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%AC>,
        <http://lexvo.org/id/term/kor/%E8%A6%96>,
        <http://lexvo.org/id/term/kor/SI>,
        <http://lexvo.org/id/term/vie/th%E1%BB%8B>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/si6>,
        <http://lexvo.org/id/term/yue/%E8%A6%96>,
        "視"^^xsd:string ;
    rdfs:comment "look at, inspect, observe, see"@en .

<http://lexvo.org/id/char/8997> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A6%97>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C3%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C4%AB%20s%C3%AC>,
        <http://lexvo.org/id/term/kor/%E8%A6%97>,
        <http://lexvo.org/id/term/kor/SA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zi6>,
        <http://lexvo.org/id/term/yue/%E8%A6%97>,
        "覗"^^xsd:string ;
    rdfs:comment "peek"@en .

<http://lexvo.org/id/char/8998> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A6%98>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C4%81n%20ch%C4%81n%20d%C4%81n%20j%C4%AB>,
        <http://lexvo.org/id/term/kor/%E8%A6%98>,
        <http://lexvo.org/id/term/kor/CEM>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zim1>,
        <http://lexvo.org/id/term/yue/%E8%A6%98>,
        "覘"^^xsd:string ;
    rdfs:comment "peek; spy on, watch; investigate"@en .

<http://lexvo.org/id/char/8999> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A6%99>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/lu%C3%B3>,
        "覙"^^xsd:string ;
    rdfs:comment "explain in detail"@en .

<http://lexvo.org/id/char/899A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A6%9A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ju%C3%A9>,
        <http://lexvo.org/id/term/kor/%E8%A6%9A>,
        <http://lexvo.org/id/term/kor/KAK%20KYO>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gaau3%20gok3>,
        <http://lexvo.org/id/term/yue/%E8%A6%9A>,
        "覚"^^xsd:string ;
    rdfs:comment "to wake up from sleep; conscious"@en .

<http://lexvo.org/id/char/899B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A6%9B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%AC%20m%C3%B2>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mak6%20mik6>,
        <http://lexvo.org/id/term/yue/%E8%A6%9B>,
        "覛"^^xsd:string .

<http://lexvo.org/id/char/899C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A6%9C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ti%C3%A0o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tiu3%20tiu6>,
        <http://lexvo.org/id/term/yue/%E8%A6%9C>,
        "覜"^^xsd:string ;
    rdfs:comment "mission"@en .

<http://lexvo.org/id/char/899D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A6%9D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C3%A1n>,
        "覝"^^xsd:string .

<http://lexvo.org/id/char/899E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A6%9E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A0o>,
        "覞"^^xsd:string .

<http://lexvo.org/id/char/899F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A6%9F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%AC>,
        "覟"^^xsd:string .

<http://lexvo.org/id/char/89A0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A6%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C5%ABn>,
        "覠"^^xsd:string .

<http://lexvo.org/id/char/89A1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A6%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C3%AD>,
        <http://lexvo.org/id/term/kor/%E8%A6%A1>,
        <http://lexvo.org/id/term/kor/KYEK>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hat6>,
        <http://lexvo.org/id/term/yue/%E8%A6%A1>,
        "覡"^^xsd:string ;
    rdfs:comment "wizard"@en .

<http://lexvo.org/id/char/89A2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A6%A2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C7%8En>,
        "覢"^^xsd:string .

<http://lexvo.org/id/char/89A3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A6%A3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C4%93i>,
        "覣"^^xsd:string .

<http://lexvo.org/id/char/89A4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A6%A4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gwik1>,
        <http://lexvo.org/id/term/yue/%E8%A6%A4>,
        "覤"^^xsd:string .

<http://lexvo.org/id/char/89A5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A6%A5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ti%C7%8En>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tin2>,
        <http://lexvo.org/id/term/yue/%E8%A6%A5>,
        "覥"^^xsd:string ;
    rdfs:comment "ashamed"@en .

<http://lexvo.org/id/char/89A6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A6%A6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%BA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jyu4>,
        <http://lexvo.org/id/term/yue/%E8%A6%A6>,
        "覦"^^xsd:string ;
    rdfs:comment "desire strongly, covet, long for"@en .

<http://lexvo.org/id/char/89A7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A6%A7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C7%8En>,
        <http://lexvo.org/id/term/kor/%E8%A6%A7>,
        <http://lexvo.org/id/term/kor/LAM>,
        "覧"^^xsd:string ;
    rdfs:comment "look at, inspect; perceive"@en .

<http://lexvo.org/id/char/89A8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C3%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A6%A8>,
        <http://lexvo.org/id/term/kor/%E8%A6%A8>,
        <http://lexvo.org/id/term/kor/AK>,
        "覨"^^xsd:string .

<http://lexvo.org/id/char/89A9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A6%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C7%94>,
        <http://lexvo.org/id/term/kor/%E8%A6%A9>,
        <http://lexvo.org/id/term/kor/TO>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dou2>,
        <http://lexvo.org/id/term/yue/%E8%A6%A9>,
        "覩"^^xsd:string ;
    rdfs:comment "see, gaze at, witness"@en .

<http://lexvo.org/id/char/89AA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A6%AA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C4%ABn%200936.071%3Aq%C3%ACng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C4%ABn%20q%C3%ACng%20x%C4%ABn>,
        <http://lexvo.org/id/term/kor/%E8%A6%AA>,
        <http://lexvo.org/id/term/kor/CHIN>,
        <http://lexvo.org/id/term/vie/th%C3%A2n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/can1%20can3>,
        <http://lexvo.org/id/term/yue/%E8%A6%AA>,
        "親"^^xsd:string ;
    rdfs:comment "relatives, parents; intimate"@en .

<http://lexvo.org/id/char/89AB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A6%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C7%8Eng>,
        "覫"^^xsd:string .

<http://lexvo.org/id/char/89AC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A6%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%AC>,
        <http://lexvo.org/id/term/kor/%E8%A6%AC>,
        <http://lexvo.org/id/term/kor/KI>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gei3>,
        <http://lexvo.org/id/term/yue/%E8%A6%AC>,
        "覬"^^xsd:string ;
    rdfs:comment "covet, long for, desire"@en .

<http://lexvo.org/id/char/89AD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A6%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%ADng>,
        "覭"^^xsd:string .

<http://lexvo.org/id/char/89AE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A6%AE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%ADng>,
        "覮"^^xsd:string .

<http://lexvo.org/id/char/89AF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A6%AF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C3%B2u>,
        <http://lexvo.org/id/term/kor/%E8%A6%AF>,
        <http://lexvo.org/id/term/kor/KWU>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gau3>,
        <http://lexvo.org/id/term/yue/%E8%A6%AF>,
        "覯"^^xsd:string ;
    rdfs:comment "meet or see unexpectedly"@en .

<http://lexvo.org/id/char/89B0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A6%B0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C3%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C5%AB%200947.011%3Aq%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ceoi3>,
        <http://lexvo.org/id/term/yue/%E8%A6%B0>,
        "覰"^^xsd:string ;
    rdfs:comment "to spy; to watch for"@en .

<http://lexvo.org/id/char/89B1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A6%B1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%A0n>,
        "覱"^^xsd:string .

<http://lexvo.org/id/char/89B2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A6%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C7%90n%20j%C3%ACn>,
        <http://lexvo.org/id/term/kor/%E8%A6%B2>,
        <http://lexvo.org/id/term/kor/KUN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gan2%20gan6>,
        <http://lexvo.org/id/term/yue/%E8%A6%B2>,
        "覲"^^xsd:string ;
    rdfs:comment "have imperial audience"@en .

<http://lexvo.org/id/char/89B3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A6%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/gu%C4%81n>,
        <http://lexvo.org/id/term/kor/%E8%A6%B3>,
        <http://lexvo.org/id/term/kor/KWAN>,
        "観"^^xsd:string ;
    rdfs:comment "see, observe, view; appearance"@en .

<http://lexvo.org/id/char/89B4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A6%B4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C4%93ng>,
        "覴"^^xsd:string .

<http://lexvo.org/id/char/89B5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A6%B5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%A0n>,
        "覵"^^xsd:string ;
    rdfs:comment "steal look; peep at; spy on"@en .

<http://lexvo.org/id/char/89B6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A6%B6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/lu%C3%B3>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lo4>,
        <http://lexvo.org/id/term/yue/%E8%A6%B6>,
        "覶"^^xsd:string ;
    rdfs:comment "to look about; order, sequence; complicated thought which is not easy to express"@en .

<http://lexvo.org/id/char/89B7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A6%B7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C3%B9>,
        <http://lexvo.org/id/term/kor/%E8%A6%B7>,
        <http://lexvo.org/id/term/kor/CHE>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ceoi3>,
        <http://lexvo.org/id/term/yue/%E8%A6%B7>,
        "覷"^^xsd:string ;
    rdfs:comment "peep at; watch, spy on"@en .

<http://lexvo.org/id/char/89B8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A6%B8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%A0n%20xi%C3%A1n>,
        "覸"^^xsd:string ;
    rdfs:comment "steal look; peep at; spy on"@en .

<http://lexvo.org/id/char/89B9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A6%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C3%A9i>,
        "覹"^^xsd:string .

<http://lexvo.org/id/char/89BA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A6%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%A0o%200618.111%3Aju%C3%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ju%C3%A9%20ji%C3%A0o>,
        <http://lexvo.org/id/term/kor/%E8%A6%BA>,
        <http://lexvo.org/id/term/kor/KAK%20KYO>,
        <http://lexvo.org/id/term/vie/gi%C3%A1c>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gaau3%20gok3>,
        <http://lexvo.org/id/term/yue/%E8%A6%BA>,
        "覺"^^xsd:string ;
    rdfs:comment "to wake up from sleep; conscious"@en .

<http://lexvo.org/id/char/89BB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A6%BB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C3%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C5%AB%200947.012%3Aq%C3%B9>,
        "覻"^^xsd:string .

<http://lexvo.org/id/char/89BC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A6%BC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/lu%C3%B3>,
        "覼"^^xsd:string ;
    rdfs:comment "to explain in detail"@en .

<http://lexvo.org/id/char/89BD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A6%BD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C7%8En>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C7%8En%20l%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E8%A6%BD>,
        <http://lexvo.org/id/term/kor/LAM>,
        <http://lexvo.org/id/term/vie/l%C3%A3m>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/laam5>,
        <http://lexvo.org/id/term/yue/%E8%A6%BD>,
        "覽"^^xsd:string ;
    rdfs:comment "look at, inspect; perceive"@en .

<http://lexvo.org/id/char/89BE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A6%BE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C4%9Bn>,
        "覾"^^xsd:string .

<http://lexvo.org/id/char/89BF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A6%BF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%AD%20j%C3%AD>,
        <http://lexvo.org/id/term/kor/%E8%A6%BF>,
        <http://lexvo.org/id/term/kor/CEK>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dik6>,
        <http://lexvo.org/id/term/yue/%E8%A6%BF>,
        "覿"^^xsd:string ;
    rdfs:comment "see; interview; be admitted to audience"@en .

<http://lexvo.org/id/char/89C0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A7%80>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/gu%C4%81n%200411.041%3Agu%C3%A0n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/gu%C4%81n%20gu%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E8%A7%80>,
        <http://lexvo.org/id/term/kor/KWAN>,
        <http://lexvo.org/id/term/vie/quan>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gun1%20gun3>,
        <http://lexvo.org/id/term/yue/%E8%A7%80>,
        "觀"^^xsd:string ;
    rdfs:comment "see, observe, view; appearance"@en .

<http://lexvo.org/id/char/89C2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A7%82>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/gu%C4%81n%200411.040%3Agu%C3%A0n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/gu%C4%81n%20gu%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gun1>,
        <http://lexvo.org/id/term/yue/%E8%A7%82>,
        "观"^^xsd:string ;
    rdfs:comment "see, observe, view; appearance"@en .

<http://lexvo.org/id/char/89C3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A7%83>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A0n>,
        "觃"^^xsd:string ;
    rdfs:comment "place name"@en .

<http://lexvo.org/id/char/89C4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A7%84>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/gu%C4%AB>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kwai1>,
        <http://lexvo.org/id/term/yue/%E8%A7%84>,
        "规"^^xsd:string ;
    rdfs:comment "rules, regulations, customs, law"@en .

<http://lexvo.org/id/char/89C5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A7%85>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mik6>,
        <http://lexvo.org/id/term/yue/%E8%A7%85>,
        "觅"^^xsd:string ;
    rdfs:comment "seek; search"@en .

<http://lexvo.org/id/char/89C6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A7%86>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/si6>,
        <http://lexvo.org/id/term/yue/%E8%A7%86>,
        "视"^^xsd:string ;
    rdfs:comment "look at, inspect, observe, see"@en .

<http://lexvo.org/id/char/89C7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A7%87>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C4%81n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C4%81n%20ch%C4%81n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zim1>,
        <http://lexvo.org/id/term/yue/%E8%A7%87>,
        "觇"^^xsd:string ;
    rdfs:comment "peek; spy on, watch; investigate"@en .

<http://lexvo.org/id/char/89C8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A7%88>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C7%8En>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/laam5>,
        <http://lexvo.org/id/term/yue/%E8%A7%88>,
        "览"^^xsd:string ;
    rdfs:comment "look at, inspect; perceive"@en .

<http://lexvo.org/id/char/89C9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A7%89>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%A0o%200618.110%3Aju%C3%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ju%C3%A9%20ji%C3%A0o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gaau3%20gok3>,
        <http://lexvo.org/id/term/yue/%E8%A7%89>,
        "觉"^^xsd:string ;
    rdfs:comment "to wake up from sleep; conscious"@en .

<http://lexvo.org/id/char/89CA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A7%8A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gei3>,
        <http://lexvo.org/id/term/yue/%E8%A7%8A>,
        "觊"^^xsd:string ;
    rdfs:comment "covet, long for, desire"@en .

<http://lexvo.org/id/char/89CB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A7%8B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C3%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hat6>,
        <http://lexvo.org/id/term/yue/%E8%A7%8B>,
        "觋"^^xsd:string ;
    rdfs:comment "wizard"@en .

<http://lexvo.org/id/char/89CC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A7%8C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dik6>,
        <http://lexvo.org/id/term/yue/%E8%A7%8C>,
        "觌"^^xsd:string ;
    rdfs:comment "see; interview; be admitted to audience"@en .

<http://lexvo.org/id/char/89CD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A7%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ti%C7%8En>,
        "觍"^^xsd:string ;
    rdfs:comment "ashamed"@en .

<http://lexvo.org/id/char/89CE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A7%8E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%BA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jyu4>,
        <http://lexvo.org/id/term/yue/%E8%A7%8E>,
        "觎"^^xsd:string ;
    rdfs:comment "desire strongly, covet, long for"@en .

<http://lexvo.org/id/char/89CF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A7%8F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C3%B2u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gau3>,
        <http://lexvo.org/id/term/yue/%E8%A7%8F>,
        "觏"^^xsd:string ;
    rdfs:comment "meet or see unexpectedly"@en .

<http://lexvo.org/id/char/89D0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A7%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%ACn>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C7%90n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gan2%20gan6>,
        <http://lexvo.org/id/term/yue/%E8%A7%90>,
        "觐"^^xsd:string ;
    rdfs:comment "have imperial audience"@en .

<http://lexvo.org/id/char/89D1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A7%91>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C3%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C5%AB%200947.010%3Aq%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ceoi3>,
        <http://lexvo.org/id/term/yue/%E8%A7%91>,
        "觑"^^xsd:string ;
    rdfs:comment "peep at; watch, spy on"@en .

<http://lexvo.org/id/char/89D3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A7%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C5%AB%20qi%C3%BA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kau4>,
        <http://lexvo.org/id/term/yue/%E8%A7%93>,
        "觓"^^xsd:string .

<http://lexvo.org/id/char/89D4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A7%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C4%ABn>,
        <http://lexvo.org/id/term/kor/%E8%A7%94>,
        <http://lexvo.org/id/term/kor/KUN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gan1>,
        <http://lexvo.org/id/term/yue/%E8%A7%94>,
        "觔"^^xsd:string ;
    rdfs:comment "catty"@en .

<http://lexvo.org/id/char/89D5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A7%95>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C5%AB>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cou1>,
        <http://lexvo.org/id/term/yue/%E8%A7%95>,
        "觕"^^xsd:string ;
    rdfs:comment "coarse, rough, rude"@en .

<http://lexvo.org/id/char/89D6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A7%96>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ju%C3%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ju%C3%A9%20ku%C3%AC%20gu%C3%AC>,
        <http://lexvo.org/id/term/kor/%E8%A7%96>,
        <http://lexvo.org/id/term/kor/KYEL>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kyut3>,
        <http://lexvo.org/id/term/yue/%E8%A7%96>,
        "觖"^^xsd:string ;
    rdfs:comment "to long for; dissatisfied to criticize"@en .

<http://lexvo.org/id/char/89D7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A7%97>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%AC>,
        "觗"^^xsd:string .

<http://lexvo.org/id/char/89D8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A7%98>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%A0o>,
        "觘"^^xsd:string .

<http://lexvo.org/id/char/89D9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A7%99>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%AD%20f%C3%A1n>,
        "觙"^^xsd:string .

<http://lexvo.org/id/char/89DA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A7%9A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C5%AB>,
        <http://lexvo.org/id/term/kor/%E8%A7%9A>,
        <http://lexvo.org/id/term/kor/KO>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gu1>,
        <http://lexvo.org/id/term/yue/%E8%A7%9A>,
        "觚"^^xsd:string ;
    rdfs:comment "jug, winecup, goblet; square"@en .

<http://lexvo.org/id/char/89DB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A7%9B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%A0n>,
        "觛"^^xsd:string .

<http://lexvo.org/id/char/89DC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A7%9C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C4%AB%201547.120%3Azu%C7%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C4%AB%20zu%C7%90>,
        <http://lexvo.org/id/term/kor/%E8%A7%9C>,
        <http://lexvo.org/id/term/kor/CA%20CHWI>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zeoi2%20zi1>,
        <http://lexvo.org/id/term/yue/%E8%A7%9C>,
        "觜"^^xsd:string ;
    rdfs:comment "beak"@en .

<http://lexvo.org/id/char/89DD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A7%9D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C7%90>,
        <http://lexvo.org/id/term/kor/%E8%A7%9D>,
        <http://lexvo.org/id/term/kor/CE>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dai2>,
        <http://lexvo.org/id/term/yue/%E8%A7%9D>,
        "觝"^^xsd:string ;
    rdfs:comment "gore, butt; resist; push"@en .

<http://lexvo.org/id/char/89DE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A7%9E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C4%81ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/soeng1>,
        <http://lexvo.org/id/term/yue/%E8%A7%9E>,
        "觞"^^xsd:string ;
    rdfs:comment "wine vessel; propose toast; feast"@en .

<http://lexvo.org/id/char/89DF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A7%9F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%A0%20xi%C3%A8>,
        <http://lexvo.org/id/term/vie/kho%C3%A9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/haai6%20waa6>,
        <http://lexvo.org/id/term/yue/%E8%A7%9F>,
        "觟"^^xsd:string .

<http://lexvo.org/id/char/89E0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A7%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qu%C3%A1n>,
        "觠"^^xsd:string .

<http://lexvo.org/id/char/89E1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A7%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C3%A9>,
        <http://lexvo.org/id/term/vie/g%E1%BA%A1c>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gaak3>,
        <http://lexvo.org/id/term/yue/%E8%A7%A1>,
        "觡"^^xsd:string ;
    rdfs:comment "antlers"@en .

<http://lexvo.org/id/char/89E2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A7%A2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%AC>,
        "觢"^^xsd:string .

<http://lexvo.org/id/char/89E3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A7%A3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C4%9B%200584.020%3Aji%C3%A8%201277.160%3Axi%C3%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C4%9B%20ji%C3%A8%20xi%C3%A8>,
        <http://lexvo.org/id/term/kor/%E8%A7%A3>,
        <http://lexvo.org/id/term/kor/HAY%20KAY>,
        <http://lexvo.org/id/term/vie/gi%E1%BA%A3i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gaai2%20gaai3%20haai6>,
        <http://lexvo.org/id/term/yue/%E8%A7%A3>,
        "解"^^xsd:string ;
    rdfs:comment "loosen, unfasten, untie; explain"@en .

<http://lexvo.org/id/char/89E4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A7%A4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/gu%C7%90>,
        "觤"^^xsd:string .

<http://lexvo.org/id/char/89E5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A7%A5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C5%8Dng>,
        <http://lexvo.org/id/term/kor/%E8%A7%A5>,
        <http://lexvo.org/id/term/kor/KOYNG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gwang1>,
        <http://lexvo.org/id/term/yue/%E8%A7%A5>,
        "觥"^^xsd:string ;
    rdfs:comment "a cup made of horn obstinate"@en .

<http://lexvo.org/id/char/89E6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A7%A6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%B9>,
        <http://lexvo.org/id/term/kor/%E8%A7%A6>,
        <http://lexvo.org/id/term/kor/CHOK>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cuk1%20zuk1>,
        <http://lexvo.org/id/term/yue/%E8%A7%A6>,
        "触"^^xsd:string ;
    rdfs:comment "butt, ram, gore; touch"@en .

<http://lexvo.org/id/char/89E7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A7%A7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C4%9B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C4%9B%200584.021%3Aji%C3%A8>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gaai2>,
        <http://lexvo.org/id/term/yue/%E8%A7%A7>,
        "觧"^^xsd:string ;
    rdfs:comment "loosen, unfasten, untie; explain"@en .

<http://lexvo.org/id/char/89E8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A7%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%B9n>,
        "觨"^^xsd:string .

<http://lexvo.org/id/char/89E9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A7%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C3%BA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kau4>,
        <http://lexvo.org/id/term/yue/%E8%A7%A9>,
        "觩"^^xsd:string ;
    rdfs:comment "strong"@en .

<http://lexvo.org/id/char/89EA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A7%AA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C4%ABng>,
        "觪"^^xsd:string .

<http://lexvo.org/id/char/89EB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A7%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C3%B9>,
        <http://lexvo.org/id/term/kor/%E8%A7%AB>,
        <http://lexvo.org/id/term/kor/SOK>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cuk1>,
        <http://lexvo.org/id/term/yue/%E8%A7%AB>,
        "觫"^^xsd:string ;
    rdfs:comment "to start, tremble with fear"@en .

<http://lexvo.org/id/char/89EC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A7%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C3%AD>,
        "觬"^^xsd:string .

<http://lexvo.org/id/char/89ED> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A7%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C4%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C4%AB%20q%C7%90%20q%C3%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gei1%20kei1>,
        <http://lexvo.org/id/term/yue/%E8%A7%AD>,
        "觭"^^xsd:string ;
    rdfs:comment "one turning up and one turning down"@en .

<http://lexvo.org/id/char/89EE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A7%AE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%B9>,
        "觮"^^xsd:string .

<http://lexvo.org/id/char/89EF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A7%AF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%AC%20zh%C4%AB>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zi3>,
        <http://lexvo.org/id/term/yue/%E8%A7%AF>,
        "觯"^^xsd:string ;
    rdfs:comment "wine goblet made from horn"@en .

<http://lexvo.org/id/char/89F0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A7%B0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C4%81%20d%C7%8E%20zh%C7%8E>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zaa1>,
        <http://lexvo.org/id/term/yue/%E8%A7%B0>,
        "觰"^^xsd:string .

<http://lexvo.org/id/char/89F1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A7%B1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%AC>,
        <http://lexvo.org/id/term/kor/%E8%A7%B1>,
        <http://lexvo.org/id/term/kor/PHIL>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bit1>,
        <http://lexvo.org/id/term/yue/%E8%A7%B1>,
        "觱"^^xsd:string ;
    rdfs:comment "tartar horn; chilly wind"@en .

<http://lexvo.org/id/char/89F2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A7%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C4%ABng>,
        "觲"^^xsd:string .

<http://lexvo.org/id/char/89F3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A7%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%BA%20ju%C3%A9%20qu%C3%A8>,
        <http://lexvo.org/id/term/kor/%E8%A7%B3>,
        <http://lexvo.org/id/term/kor/KOK>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/huk6>,
        <http://lexvo.org/id/term/yue/%E8%A7%B3>,
        "觳"^^xsd:string ;
    rdfs:comment "an ancient measure; a goblet; mean; frightened"@en .

<http://lexvo.org/id/char/89F4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A7%B4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C4%81ng>,
        <http://lexvo.org/id/term/kor/%E8%A7%B4>,
        <http://lexvo.org/id/term/kor/SANG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/soeng1>,
        <http://lexvo.org/id/term/yue/%E8%A7%B4>,
        "觴"^^xsd:string ;
    rdfs:comment "wine vessel; propose toast; feast"@en .

<http://lexvo.org/id/char/89F5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A7%B5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C5%8Dng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gwang1>,
        <http://lexvo.org/id/term/yue/%E8%A7%B5>,
        "觵"^^xsd:string ;
    rdfs:comment "a cup made of rhinoceros horn"@en .

<http://lexvo.org/id/char/89F6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A7%B6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%AC%20zh%C4%AB>,
        <http://lexvo.org/id/term/kor/%E8%A7%B6>,
        <http://lexvo.org/id/term/kor/CHI>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zi3>,
        <http://lexvo.org/id/term/yue/%E8%A7%B6>,
        "觶"^^xsd:string ;
    rdfs:comment "wine goblet made from horn"@en .

<http://lexvo.org/id/char/89F7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A7%B7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xu%C3%A9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hok6>,
        <http://lexvo.org/id/term/yue/%E8%A7%B7>,
        "觷"^^xsd:string ;
    rdfs:comment "to process or carve horns"@en .

<http://lexvo.org/id/char/89F8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A7%B8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%B9>,
        <http://lexvo.org/id/term/kor/%E8%A7%B8>,
        <http://lexvo.org/id/term/kor/CHOK>,
        <http://lexvo.org/id/term/vie/x%C3%BAc>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cuk1%20zuk1>,
        <http://lexvo.org/id/term/yue/%E8%A7%B8>,
        "觸"^^xsd:string ;
    rdfs:comment "touch; butt, ram, gore"@en .

<http://lexvo.org/id/char/89F9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A7%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C4%AB%20w%C3%A9i>,
        "觹"^^xsd:string .

<http://lexvo.org/id/char/89FA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A7%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ji4>,
        <http://lexvo.org/id/term/yue/%E8%A7%BA>,
        "觺"^^xsd:string .

<http://lexvo.org/id/char/89FB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A7%BB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/luk6>,
        <http://lexvo.org/id/term/yue/%E8%A7%BB>,
        "觻"^^xsd:string .

<http://lexvo.org/id/char/89FC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A7%BC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ju%C3%A9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kyut3>,
        <http://lexvo.org/id/term/yue/%E8%A7%BC>,
        "觼"^^xsd:string ;
    rdfs:comment "buckle"@en .

<http://lexvo.org/id/char/89FD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A7%BD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C4%AB>,
        "觽"^^xsd:string .

<http://lexvo.org/id/char/89FE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A7%BE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A0n>,
        "觾"^^xsd:string .

<http://lexvo.org/id/char/89FF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A7%BF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C4%AB>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kwai4%20kwai5>,
        <http://lexvo.org/id/term/yue/%E8%A7%BF>,
        "觿"^^xsd:string ;
    rdfs:comment "a bodkin made of ivory, horn"@en .

<http://lexvo.org/id/char/8A02> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A8%82>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%ACng>,
        <http://lexvo.org/id/term/kor/%E8%A8%82>,
        <http://lexvo.org/id/term/kor/CENG>,
        <http://lexvo.org/id/term/vie/%C4%91%C3%ADnh>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/deng6%20ding3%20ding6>,
        <http://lexvo.org/id/term/yue/%E8%A8%82>,
        "訂"^^xsd:string ;
    rdfs:comment "draw up agreement; arrange"@en .

<http://lexvo.org/id/char/8A03> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A8%83>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%B9>,
        <http://lexvo.org/id/term/kor/%E8%A8%83>,
        <http://lexvo.org/id/term/kor/PWU>,
        <http://lexvo.org/id/term/vie/ph%C3%B3>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fu6>,
        <http://lexvo.org/id/term/yue/%E8%A8%83>,
        "訃"^^xsd:string ;
    rdfs:comment "obituary; give notice of death"@en .

<http://lexvo.org/id/char/8A04> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A8%84>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C3%BA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kau4>,
        <http://lexvo.org/id/term/yue/%E8%A8%84>,
        "訄"^^xsd:string .

<http://lexvo.org/id/char/8A05> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A8%85>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C3%BA>,
        "訅"^^xsd:string .

<http://lexvo.org/id/char/8A06> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A8%86>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%A0o>,
        "訆"^^xsd:string .

<http://lexvo.org/id/char/8A07> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A8%87>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C5%8Dng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C5%8Dng%20j%C3%B9n%20h%C4%93ng>,
        <http://lexvo.org/id/term/kor/%E8%A8%87>,
        <http://lexvo.org/id/term/kor/KOYNG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gwang1>,
        <http://lexvo.org/id/term/yue/%E8%A8%87>,
        "訇"^^xsd:string ;
    rdfs:comment "the sound of a crash"@en .

<http://lexvo.org/id/char/8A08> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A8%88>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%AC>,
        <http://lexvo.org/id/term/kor/%E8%A8%88>,
        <http://lexvo.org/id/term/kor/KYEY>,
        <http://lexvo.org/id/term/vie/k%E1%BB%83>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gai3%20gei3>,
        <http://lexvo.org/id/term/yue/%E8%A8%88>,
        "計"^^xsd:string ;
    rdfs:comment "plan, plot; strategem; scheme"@en .

<http://lexvo.org/id/char/8A09> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A8%89>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E8%A8%89>,
        <http://lexvo.org/id/term/kor/PEM>,
        "訉"^^xsd:string .

<http://lexvo.org/id/char/8A0A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A8%8A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C3%B9n>,
        <http://lexvo.org/id/term/kor/%E8%A8%8A>,
        <http://lexvo.org/id/term/kor/SIN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/seon3>,
        <http://lexvo.org/id/term/yue/%E8%A8%8A>,
        "訊"^^xsd:string ;
    rdfs:comment "inquire; ask; examine; reproach"@en .

<http://lexvo.org/id/char/8A0B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A8%8B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/di%C3%A0o>,
        "訋"^^xsd:string .

<http://lexvo.org/id/char/8A0C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A8%8C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%B3ng%20h%C3%B2ng>,
        <http://lexvo.org/id/term/kor/%E8%A8%8C>,
        <http://lexvo.org/id/term/kor/HONG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hung3%20hung4>,
        <http://lexvo.org/id/term/yue/%E8%A8%8C>,
        "訌"^^xsd:string ;
    rdfs:comment "confusion; internal strife"@en .

<http://lexvo.org/id/char/8A0D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A8%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%A0>,
        "訍"^^xsd:string .

<http://lexvo.org/id/char/8A0E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A8%8E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C7%8Eo>,
        <http://lexvo.org/id/term/kor/%E8%A8%8E>,
        <http://lexvo.org/id/term/kor/THO>,
        <http://lexvo.org/id/term/vie/th%E1%BA%A3o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tou2>,
        <http://lexvo.org/id/term/yue/%E8%A8%8E>,
        "討"^^xsd:string ;
    rdfs:comment "to discuss; ask for, beg; demand; dun; marry"@en .

<http://lexvo.org/id/char/8A0F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A8%8F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C5%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C5%AB%20x%C7%94>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/heoi1>,
        <http://lexvo.org/id/term/yue/%E8%A8%8F>,
        "訏"^^xsd:string ;
    rdfs:comment "boast, exaggerate; great, broad"@en .

<http://lexvo.org/id/char/8A10> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A8%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%A9%20j%C3%AC>,
        <http://lexvo.org/id/term/kor/%E8%A8%90>,
        <http://lexvo.org/id/term/kor/AL>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kit3>,
        <http://lexvo.org/id/term/yue/%E8%A8%90>,
        "訐"^^xsd:string ;
    rdfs:comment "expose other's secrets, pry"@en .

<http://lexvo.org/id/char/8A11> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A8%91>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%AD%20d%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E8%A8%91>,
        <http://lexvo.org/id/term/kor/I>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ji4>,
        <http://lexvo.org/id/term/yue/%E8%A8%91>,
        "訑"^^xsd:string ;
    rdfs:comment "deceive, cheat; arrogant"@en .

<http://lexvo.org/id/char/8A12> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A8%92>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/r%C3%A8n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jan6>,
        <http://lexvo.org/id/term/yue/%E8%A8%92>,
        "訒"^^xsd:string ;
    rdfs:comment "hesitate to say, reluctant to speak"@en .

<http://lexvo.org/id/char/8A13> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A8%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C3%B9n>,
        <http://lexvo.org/id/term/kor/%E8%A8%93>,
        <http://lexvo.org/id/term/kor/HWUN>,
        <http://lexvo.org/id/term/vie/hu%E1%BA%A5n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fan3>,
        <http://lexvo.org/id/term/yue/%E8%A8%93>,
        "訓"^^xsd:string ;
    rdfs:comment "teach, instruct; exegesis"@en .

<http://lexvo.org/id/char/8A14> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A8%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%ADn>,
        <http://lexvo.org/id/term/kor/%E8%A8%94>,
        <http://lexvo.org/id/term/kor/UN>,
        "訔"^^xsd:string .

<http://lexvo.org/id/char/8A15> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A8%95>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E8%A8%95>,
        <http://lexvo.org/id/term/kor/SAN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/saan3>,
        <http://lexvo.org/id/term/yue/%E8%A8%95>,
        "訕"^^xsd:string ;
    rdfs:comment "abuse, slander; vilify; ridicule"@en .

<http://lexvo.org/id/char/8A16> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A8%96>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C3%AC>,
        <http://lexvo.org/id/term/kor/%E8%A8%96>,
        <http://lexvo.org/id/term/kor/HUL>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gat1%20ngat6>,
        <http://lexvo.org/id/term/yue/%E8%A8%96>,
        "訖"^^xsd:string ;
    rdfs:comment "finish; conclude, stop; exhaust"@en .

<http://lexvo.org/id/char/8A17> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A8%97>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/tu%C5%8D>,
        <http://lexvo.org/id/term/kor/%E8%A8%97>,
        <http://lexvo.org/id/term/kor/THAK>,
        <http://lexvo.org/id/term/vie/th%C3%A1c>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tok3>,
        <http://lexvo.org/id/term/yue/%E8%A8%97>,
        "託"^^xsd:string ;
    rdfs:comment "entrust, rely on; commission"@en .

<http://lexvo.org/id/char/8A18> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A8%98>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%AC>,
        <http://lexvo.org/id/term/kor/%E8%A8%98>,
        <http://lexvo.org/id/term/kor/KI>,
        <http://lexvo.org/id/term/vie/k%C3%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gei3>,
        <http://lexvo.org/id/term/yue/%E8%A8%98>,
        "記"^^xsd:string ;
    rdfs:comment "record; keep in mind, remember"@en .

<http://lexvo.org/id/char/8A19> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A8%99>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C3%B9n>,
        "訙"^^xsd:string .

<http://lexvo.org/id/char/8A1A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A8%9A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%ADn>,
        <http://lexvo.org/id/term/kor/%E8%A8%9A>,
        <http://lexvo.org/id/term/kor/UN>,
        "訚"^^xsd:string ;
    rdfs:comment "speak gently; respectful"@en .

<http://lexvo.org/id/char/8A1B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C3%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A8%9B>,
        <http://lexvo.org/id/term/kor/%E8%A8%9B>,
        <http://lexvo.org/id/term/kor/WA>,
        <http://lexvo.org/id/term/vie/ngoa>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ngo4>,
        <http://lexvo.org/id/term/yue/%E8%A8%9B>,
        "訛"^^xsd:string ;
    rdfs:comment "swindle, cheat; erroneous, wrong"@en .

<http://lexvo.org/id/char/8A1C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A8%9C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C4%93n>,
        "訜"^^xsd:string .

<http://lexvo.org/id/char/8A1D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A8%9D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A0>,
        <http://lexvo.org/id/term/kor/%E8%A8%9D>,
        <http://lexvo.org/id/term/kor/A>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ngaa6>,
        <http://lexvo.org/id/term/yue/%E8%A8%9D>,
        "訝"^^xsd:string ;
    rdfs:comment "express surprise, be surprised"@en .

<http://lexvo.org/id/char/8A1E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A8%9E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C4%81o>,
        "訞"^^xsd:string .

<http://lexvo.org/id/char/8A1F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A8%9F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C3%B2ng%20r%C3%B3ng>,
        <http://lexvo.org/id/term/kor/%E8%A8%9F>,
        <http://lexvo.org/id/term/kor/SONG>,
        <http://lexvo.org/id/term/vie/t%E1%BB%A5ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zung6>,
        <http://lexvo.org/id/term/yue/%E8%A8%9F>,
        "訟"^^xsd:string ;
    rdfs:comment "accuse; argue, dispute; litigate"@en .

<http://lexvo.org/id/char/8A20> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A8%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C4%9Bn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/can2>,
        <http://lexvo.org/id/term/yue/%E8%A8%A0>,
        "訠"^^xsd:string ;
    rdfs:comment "much more, still more; the gums"@en .

<http://lexvo.org/id/char/8A21> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A8%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%ADn%20y%C7%90n%20j%C3%ACn>,
        "訡"^^xsd:string ;
    rdfs:comment "TO CHANT TO MOAN TO SIGH"@en .

<http://lexvo.org/id/char/8A22> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A8%A2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C4%ABn>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C4%ABn%20x%C4%AB%20y%C3%ADn>,
        <http://lexvo.org/id/term/kor/%E8%A8%A2>,
        <http://lexvo.org/id/term/kor/HUN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jan1>,
        <http://lexvo.org/id/term/yue/%E8%A8%A2>,
        "訢"^^xsd:string ;
    rdfs:comment "pleased, delighted; happy"@en .

<http://lexvo.org/id/char/8A23> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A8%A3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ju%C3%A9>,
        <http://lexvo.org/id/term/kor/%E8%A8%A3>,
        <http://lexvo.org/id/term/kor/KYEL>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kyut3>,
        <http://lexvo.org/id/term/yue/%E8%A8%A3>,
        "訣"^^xsd:string ;
    rdfs:comment "take leave of, bid farewell"@en .

<http://lexvo.org/id/char/8A24> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A8%A4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A1o%20n%C3%A1>,
        "訤"^^xsd:string .

<http://lexvo.org/id/char/8A25> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A8%A5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C3%A8%20n%C3%A0>,
        <http://lexvo.org/id/term/kor/%E8%A8%A5>,
        <http://lexvo.org/id/term/kor/NWUL>,
        <http://lexvo.org/id/term/vie/d%E1%BB%91t>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/nat6%20neot6>,
        <http://lexvo.org/id/term/yue/%E8%A8%A5>,
        "訥"^^xsd:string ;
    rdfs:comment "slow of speech; mumble; stammer"@en .

<http://lexvo.org/id/char/8A26> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A8%A6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%A9n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%A9n%20sh%C3%A9n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sam4>,
        <http://lexvo.org/id/term/yue/%E8%A8%A6>,
        "訦"^^xsd:string ;
    rdfs:comment "sincere; faithful"@en .

<http://lexvo.org/id/char/8A27> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A8%A7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%B3u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jau4>,
        <http://lexvo.org/id/term/yue/%E8%A8%A7>,
        "訧"^^xsd:string ;
    rdfs:comment "fault"@en .

<http://lexvo.org/id/char/8A28> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A8%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C7%90>,
        "訨"^^xsd:string .

<http://lexvo.org/id/char/8A29> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A8%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C5%8Dng>,
        "訩"^^xsd:string ;
    rdfs:comment "noisily; uproarious; troublesome"@en .

<http://lexvo.org/id/char/8A2A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A8%AA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C7%8Eng>,
        <http://lexvo.org/id/term/kor/%E8%A8%AA>,
        <http://lexvo.org/id/term/kor/PANG>,
        <http://lexvo.org/id/term/vie/ph%E1%BB%8Fng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fong2>,
        <http://lexvo.org/id/term/yue/%E8%A8%AA>,
        "訪"^^xsd:string ;
    rdfs:comment "visit; ask, inquire"@en .

<http://lexvo.org/id/char/8A2B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A8%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C3%ACn>,
        "訫"^^xsd:string .

<http://lexvo.org/id/char/8A2C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A8%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C4%81o%20mi%C7%8Eo>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/caau2%20miu5>,
        <http://lexvo.org/id/term/yue/%E8%A8%AC>,
        "訬"^^xsd:string ;
    rdfs:comment "clamour, uproar, annoyance, etc."@en .

<http://lexvo.org/id/char/8A2D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A8%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%A8>,
        <http://lexvo.org/id/term/kor/%E8%A8%AD>,
        <http://lexvo.org/id/term/kor/SEL>,
        <http://lexvo.org/id/term/vie/th%E1%BA%BFt>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cit3>,
        <http://lexvo.org/id/term/yue/%E8%A8%AD>,
        "設"^^xsd:string ;
    rdfs:comment "build; establish; display; particle of hypothesis, supposing"@en .

<http://lexvo.org/id/char/8A2E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A8%AE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C4%81n>,
        "訮"^^xsd:string .

<http://lexvo.org/id/char/8A2F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A8%AF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C7%8E>,
        "訯"^^xsd:string .

<http://lexvo.org/id/char/8A30> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A8%B0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%BAn>,
        "訰"^^xsd:string .

<http://lexvo.org/id/char/8A31> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A8%B1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C7%94%20h%C7%94>,
        <http://lexvo.org/id/term/kor/%E8%A8%B1>,
        <http://lexvo.org/id/term/kor/HE%20HO>,
        <http://lexvo.org/id/term/vie/h%E1%BB%A9a>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/heoi2>,
        <http://lexvo.org/id/term/yue/%E8%A8%B1>,
        "許"^^xsd:string ;
    rdfs:comment "allow, permit; promise; betroth"@en .

<http://lexvo.org/id/char/8A32> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A8%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%AC>,
        "訲"^^xsd:string .

<http://lexvo.org/id/char/8A33> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A8%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%AC>,
        <http://lexvo.org/id/term/kor/%E8%A8%B3>,
        <http://lexvo.org/id/term/kor/YEK>,
        "訳"^^xsd:string ;
    rdfs:comment "translate; decode; encode"@en .

<http://lexvo.org/id/char/8A34> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A8%B4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C3%B9>,
        <http://lexvo.org/id/term/kor/%E8%A8%B4>,
        <http://lexvo.org/id/term/kor/SO>,
        <http://lexvo.org/id/term/vie/t%E1%BB%91>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sou3>,
        <http://lexvo.org/id/term/yue/%E8%A8%B4>,
        "訴"^^xsd:string ;
    rdfs:comment "accuse; sue; inform; narrate"@en .

<http://lexvo.org/id/char/8A35> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A8%B5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C4%AB>,
        "訵"^^xsd:string .

<http://lexvo.org/id/char/8A36> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A8%B6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C4%93>,
        <http://lexvo.org/id/term/kor/%E8%A8%B6>,
        <http://lexvo.org/id/term/kor/KA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ho1>,
        <http://lexvo.org/id/term/yue/%E8%A8%B6>,
        "訶"^^xsd:string ;
    rdfs:comment "scold loudly, curse, abuse"@en .

<http://lexvo.org/id/char/8A37> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A8%B7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C4%93n>,
        "訷"^^xsd:string .

<http://lexvo.org/id/char/8A38> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A8%B8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A9>,
        "訸"^^xsd:string .

<http://lexvo.org/id/char/8A39> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A8%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/seot6>,
        <http://lexvo.org/id/term/yue/%E8%A8%B9>,
        "訹"^^xsd:string ;
    rdfs:comment "to beguile with false stories"@en .

<http://lexvo.org/id/char/8A3A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A8%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C4%9Bn>,
        <http://lexvo.org/id/term/kor/%E8%A8%BA>,
        <http://lexvo.org/id/term/kor/CIN>,
        <http://lexvo.org/id/term/vie/ch%E1%BA%A9n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/can2%20zan2>,
        <http://lexvo.org/id/term/yue/%E8%A8%BA>,
        "診"^^xsd:string ;
    rdfs:comment "examine patient, diagnose"@en .

<http://lexvo.org/id/char/8A3B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A8%BB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%B9>,
        <http://lexvo.org/id/term/kor/%E8%A8%BB>,
        <http://lexvo.org/id/term/kor/CWU>,
        <http://lexvo.org/id/term/vie/ch%C3%BA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zyu3>,
        <http://lexvo.org/id/term/yue/%E8%A8%BB>,
        "註"^^xsd:string ;
    rdfs:comment "explain; annotate; make entry"@en .

<http://lexvo.org/id/char/8A3C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A8%BC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%A8ng>,
        <http://lexvo.org/id/term/kor/%E8%A8%BC>,
        <http://lexvo.org/id/term/kor/CENG>,
        <http://lexvo.org/id/term/vie/ch%E1%BB%A9ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zing3>,
        <http://lexvo.org/id/term/yue/%E8%A8%BC>,
        "証"^^xsd:string ;
    rdfs:comment "prove, confirm, verify; proof"@en .

<http://lexvo.org/id/char/8A3D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A8%BD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C3%B2u>,
        "訽"^^xsd:string ;
    rdfs:comment "blame"@en .

<http://lexvo.org/id/char/8A3E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A8%BE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C4%AB%201530.170%3Az%C7%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C7%90%20z%C4%AB%20c%C4%AB>,
        <http://lexvo.org/id/term/kor/%E8%A8%BE>,
        <http://lexvo.org/id/term/kor/CA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zi2>,
        <http://lexvo.org/id/term/yue/%E8%A8%BE>,
        "訾"^^xsd:string ;
    rdfs:comment "bad-mouth; criticize; defects"@en .

<http://lexvo.org/id/char/8A3F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A8%BF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C7%90%20z%C4%AB>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zi2>,
        <http://lexvo.org/id/term/yue/%E8%A8%BF>,
        "訿"^^xsd:string .

<http://lexvo.org/id/char/8A40> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A9%80>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C4%81n%20ch%C3%A8>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cip3%20zaam1%20zip3>,
        <http://lexvo.org/id/term/yue/%E8%A9%80>,
        "詀"^^xsd:string ;
    rdfs:comment "garrulous to whisper. to joke"@en .

<http://lexvo.org/id/char/8A41> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A9%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C7%94>,
        <http://lexvo.org/id/term/kor/%E8%A9%81>,
        <http://lexvo.org/id/term/kor/KO>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gu2%20gu3>,
        <http://lexvo.org/id/term/yue/%E8%A9%81>,
        "詁"^^xsd:string ;
    rdfs:comment "exegesis, explanation; explain"@en .

<http://lexvo.org/id/char/8A42> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A9%82>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%B9>,
        "詂"^^xsd:string .

<http://lexvo.org/id/char/8A43> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A9%83>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qu%C7%8En>,
        "詃"^^xsd:string .

<http://lexvo.org/id/char/8A44> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A9%84>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/di%C3%A9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dit6>,
        <http://lexvo.org/id/term/yue/%E8%A9%84>,
        "詄"^^xsd:string .

<http://lexvo.org/id/char/8A45> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A9%85>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%ADng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ling4>,
        <http://lexvo.org/id/term/yue/%E8%A9%85>,
        "詅"^^xsd:string ;
    rdfs:comment "to sell"@en .

<http://lexvo.org/id/char/8A46> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A9%86>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C7%90%20t%C3%AC>,
        <http://lexvo.org/id/term/kor/%E8%A9%86>,
        <http://lexvo.org/id/term/kor/CE>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dai2>,
        <http://lexvo.org/id/term/yue/%E8%A9%86>,
        "詆"^^xsd:string ;
    rdfs:comment "slander, condemn, reproach"@en .

<http://lexvo.org/id/char/8A47> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A9%87>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A0ng>,
        "詇"^^xsd:string .

<http://lexvo.org/id/char/8A48> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A9%88>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lei6>,
        <http://lexvo.org/id/term/yue/%E8%A9%88>,
        "詈"^^xsd:string ;
    rdfs:comment "scold, abuse verbally, curse"@en .

<http://lexvo.org/id/char/8A49> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A9%89>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C3%A1o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/naa4>,
        <http://lexvo.org/id/term/yue/%E8%A9%89>,
        "詉"^^xsd:string ;
    rdfs:comment "gibberish; to wrangle"@en .

<http://lexvo.org/id/char/8A4A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A9%8A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%A0n>,
        "詊"^^xsd:string .

<http://lexvo.org/id/char/8A4B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A9%8B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%B2u>,
        <http://lexvo.org/id/term/kor/%E8%A9%8B>,
        <http://lexvo.org/id/term/kor/CWU>,
        "詋"^^xsd:string ;
    rdfs:comment "to curse; to swear an oath incantations"@en .

<http://lexvo.org/id/char/8A4C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A9%8C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C3%A0n>,
        "詌"^^xsd:string .

<http://lexvo.org/id/char/8A4D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A9%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jai6>,
        <http://lexvo.org/id/term/yue/%E8%A9%8D>,
        "詍"^^xsd:string .

<http://lexvo.org/id/char/8A4E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A9%8E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%B9>,
        <http://lexvo.org/id/term/kor/%E8%A9%8E>,
        <http://lexvo.org/id/term/kor/KE>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/geoi6>,
        <http://lexvo.org/id/term/yue/%E8%A9%8E>,
        "詎"^^xsd:string ;
    rdfs:comment "interjection used to express surprise"@en .

<http://lexvo.org/id/char/8A4F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C3%A0o>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A9%8F>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/aau2%20ngaau3>,
        <http://lexvo.org/id/term/yue/%E8%A9%8F>,
        "詏"^^xsd:string ;
    rdfs:comment "(Cant.) to argue, debate"@en .

<http://lexvo.org/id/char/8A50> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A9%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%A0>,
        <http://lexvo.org/id/term/kor/%E8%A9%90>,
        <http://lexvo.org/id/term/kor/SA>,
        <http://lexvo.org/id/term/vie/tr%C3%A1>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zaa3>,
        <http://lexvo.org/id/term/yue/%E8%A9%90>,
        "詐"^^xsd:string ;
    rdfs:comment "cheat, defraud, swindle; trick; to feign"@en .

<http://lexvo.org/id/char/8A51> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A9%91>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/tu%C3%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%AD>,
        <http://lexvo.org/id/term/kor/%E8%A9%91>,
        <http://lexvo.org/id/term/kor/I>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/to4>,
        <http://lexvo.org/id/term/yue/%E8%A9%91>,
        "詑"^^xsd:string ;
    rdfs:comment "cheat"@en .

<http://lexvo.org/id/char/8A52> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A9%92>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%AD%20d%C3%A0i%20t%C3%A1i>,
        <http://lexvo.org/id/term/kor/%E8%A9%92>,
        <http://lexvo.org/id/term/kor/I%20THAY>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ji4>,
        <http://lexvo.org/id/term/yue/%E8%A9%92>,
        "詒"^^xsd:string ;
    rdfs:comment "bequeath, pass on to future generations"@en .

<http://lexvo.org/id/char/8A53> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A9%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C7%94>,
        "詓"^^xsd:string .

<http://lexvo.org/id/char/8A54> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A9%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%A0o%20zh%C4%81o>,
        <http://lexvo.org/id/term/kor/%E8%A9%94>,
        <http://lexvo.org/id/term/kor/CO>,
        <http://lexvo.org/id/term/vie/chi%E1%BA%BFu>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ziu3%20ziu6>,
        <http://lexvo.org/id/term/yue/%E8%A9%94>,
        "詔"^^xsd:string ;
    rdfs:comment "decree, proclaim; imperial decree"@en .

<http://lexvo.org/id/char/8A55> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A9%95>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%ADng>,
        <http://lexvo.org/id/term/kor/%E8%A9%95>,
        <http://lexvo.org/id/term/kor/PHYENG>,
        <http://lexvo.org/id/term/vie/b%C3%ACnh>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ping4>,
        <http://lexvo.org/id/term/yue/%E8%A9%95>,
        "評"^^xsd:string ;
    rdfs:comment "appraise, criticize, evaluate"@en .

<http://lexvo.org/id/char/8A56> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A9%96>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%AC>,
        <http://lexvo.org/id/term/kor/%E8%A9%96>,
        <http://lexvo.org/id/term/kor/PHI>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bei1%20bei3>,
        <http://lexvo.org/id/term/yue/%E8%A9%96>,
        "詖"^^xsd:string ;
    rdfs:comment "argue; biased; one-sided"@en .

<http://lexvo.org/id/char/8A57> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A9%97>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%B2ng>,
        <http://lexvo.org/id/term/kor/%E8%A9%97>,
        <http://lexvo.org/id/term/kor/HYENG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gwing2%20hing3>,
        <http://lexvo.org/id/term/yue/%E8%A9%97>,
        "詗"^^xsd:string ;
    rdfs:comment "to spy; to give information; shrewd"@en .

<http://lexvo.org/id/char/8A58> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A9%98>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C5%AB%20ch%C3%B9%20q%C3%B9>,
        <http://lexvo.org/id/term/kor/%E8%A9%98>,
        <http://lexvo.org/id/term/kor/KWUL>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wat1%20zeot1>,
        <http://lexvo.org/id/term/yue/%E8%A9%98>,
        "詘"^^xsd:string ;
    rdfs:comment "bend, stoop, crouch; to yield"@en .

<http://lexvo.org/id/char/8A59> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A9%99>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%A1>,
        "詙"^^xsd:string .

<http://lexvo.org/id/char/8A5A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A9%9A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%A1>,
        "詚"^^xsd:string .

<http://lexvo.org/id/char/8A5B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A9%9B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C7%94>,
        <http://lexvo.org/id/term/kor/%E8%A9%9B>,
        <http://lexvo.org/id/term/kor/CE>,
        <http://lexvo.org/id/term/vie/tr%E1%BB%9B>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zo3>,
        <http://lexvo.org/id/term/yue/%E8%A9%9B>,
        "詛"^^xsd:string ;
    rdfs:comment "curse; swear, pledge"@en .

<http://lexvo.org/id/char/8A5C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A9%9C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C4%81o>,
        "詜"^^xsd:string .

<http://lexvo.org/id/char/8A5D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A9%9D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C7%94>,
        "詝"^^xsd:string .

<http://lexvo.org/id/char/8A5E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A9%9E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C3%AD>,
        <http://lexvo.org/id/term/kor/%E8%A9%9E>,
        <http://lexvo.org/id/term/kor/SA>,
        <http://lexvo.org/id/term/vie/t%E1%BB%AB>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ci4>,
        <http://lexvo.org/id/term/yue/%E8%A9%9E>,
        "詞"^^xsd:string ;
    rdfs:comment "words; phrase, expression"@en .

<http://lexvo.org/id/char/8A5F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A9%9F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%A9>,
        "詟"^^xsd:string ;
    rdfs:comment "fear; envy; loquacious"@en .

<http://lexvo.org/id/char/8A60> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A9%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%92ng>,
        <http://lexvo.org/id/term/kor/%E8%A9%A0>,
        <http://lexvo.org/id/term/kor/YENG>,
        <http://lexvo.org/id/term/vie/v%E1%BB%8Bnh>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wing6>,
        <http://lexvo.org/id/term/yue/%E8%A9%A0>,
        "詠"^^xsd:string ;
    rdfs:comment "sing, hum, chant"@en .

<http://lexvo.org/id/char/8A61> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A9%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C7%94>,
        <http://lexvo.org/id/term/kor/%E8%A9%A1>,
        <http://lexvo.org/id/term/kor/HWU>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/heoi2>,
        <http://lexvo.org/id/term/yue/%E8%A9%A1>,
        "詡"^^xsd:string ;
    rdfs:comment "boast, brag; popular, well known; to flatter"@en .

<http://lexvo.org/id/char/8A62> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A9%A2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C3%BAn>,
        <http://lexvo.org/id/term/kor/%E8%A9%A2>,
        <http://lexvo.org/id/term/kor/SWUN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/seon1>,
        <http://lexvo.org/id/term/yue/%E8%A9%A2>,
        "詢"^^xsd:string ;
    rdfs:comment "inquire into, ask about; consult"@en .

<http://lexvo.org/id/char/8A63> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A9%A3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%AC>,
        <http://lexvo.org/id/term/kor/%E8%A9%A3>,
        <http://lexvo.org/id/term/kor/YEY>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ngai6>,
        <http://lexvo.org/id/term/yue/%E8%A9%A3>,
        "詣"^^xsd:string ;
    rdfs:comment "reach; achievement, accomplishment"@en .

<http://lexvo.org/id/char/8A64> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A9%A4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C7%8Eng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fong2>,
        <http://lexvo.org/id/term/yue/%E8%A9%A4>,
        "詤"^^xsd:string ;
    rdfs:comment "to make wild statements to lie; to misstate; lies falsehood"@en .

<http://lexvo.org/id/char/8A65> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A9%A5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A9>,
        "詥"^^xsd:string .

<http://lexvo.org/id/char/8A66> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A9%A6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%AC>,
        <http://lexvo.org/id/term/kor/%E8%A9%A6>,
        <http://lexvo.org/id/term/kor/SI>,
        <http://lexvo.org/id/term/vie/th%C3%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/si3%20si5>,
        <http://lexvo.org/id/term/yue/%E8%A9%A6>,
        "試"^^xsd:string ;
    rdfs:comment "test, try, experiment"@en .

<http://lexvo.org/id/char/8A67> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A9%A7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%A1>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/caat3>,
        <http://lexvo.org/id/term/yue/%E8%A9%A7>,
        "詧"^^xsd:string ;
    rdfs:comment "to examine into judicially to find out"@en .

<http://lexvo.org/id/char/8A68> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A9%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C4%81o>,
        "詨"^^xsd:string ;
    rdfs:comment "kind of cicada, cosmopsaltria"@en .

<http://lexvo.org/id/char/8A69> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A9%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C4%AB>,
        <http://lexvo.org/id/term/kor/%E8%A9%A9>,
        <http://lexvo.org/id/term/kor/SI>,
        <http://lexvo.org/id/term/vie/thi>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/si1>,
        <http://lexvo.org/id/term/yue/%E8%A9%A9>,
        "詩"^^xsd:string ;
    rdfs:comment "poetry; poem, verse, ode"@en .

<http://lexvo.org/id/char/8A6A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A9%AA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C4%9Bn>,
        "詪"^^xsd:string ;
    rdfs:comment "difficulty in speaking; wrangling"@en .

<http://lexvo.org/id/char/8A6B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A9%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%A0%20d%C3%B9>,
        <http://lexvo.org/id/term/kor/%E8%A9%AB>,
        <http://lexvo.org/id/term/kor/THA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/caa3>,
        <http://lexvo.org/id/term/yue/%E8%A9%AB>,
        "詫"^^xsd:string ;
    rdfs:comment "to brag; exaggerated; to wonder at"@en .

<http://lexvo.org/id/char/8A6C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A9%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C3%B2u%20h%C3%B2u>,
        <http://lexvo.org/id/term/kor/%E8%A9%AC>,
        <http://lexvo.org/id/term/kor/KWU>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gau2%20gau3%20hau2>,
        <http://lexvo.org/id/term/yue/%E8%A9%AC>,
        "詬"^^xsd:string ;
    rdfs:comment "abuse, scold, berate, insult"@en .

<http://lexvo.org/id/char/8A6D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A9%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/gu%C7%90>,
        <http://lexvo.org/id/term/kor/%E8%A9%AD>,
        <http://lexvo.org/id/term/kor/KWEY>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gwai2>,
        <http://lexvo.org/id/term/yue/%E8%A9%AD>,
        "詭"^^xsd:string ;
    rdfs:comment "deceive, cheat, defraud; sly"@en .

<http://lexvo.org/id/char/8A6E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A9%AE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qu%C3%A1n>,
        <http://lexvo.org/id/term/kor/%E8%A9%AE>,
        <http://lexvo.org/id/term/kor/CEN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cyun4>,
        <http://lexvo.org/id/term/yue/%E8%A9%AE>,
        "詮"^^xsd:string ;
    rdfs:comment "explain, expound, comment on"@en .

<http://lexvo.org/id/char/8A6F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A9%AF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%AC>,
        "詯"^^xsd:string .

<http://lexvo.org/id/char/8A70> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A9%B0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%A9>,
        <http://lexvo.org/id/term/kor/%E8%A9%B0>,
        <http://lexvo.org/id/term/kor/HIL>,
        <http://lexvo.org/id/term/vie/c%E1%BA%ADt>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gat1%20kit3>,
        <http://lexvo.org/id/term/yue/%E8%A9%B0>,
        "詰"^^xsd:string ;
    rdfs:comment "question, interrogate"@en .

<http://lexvo.org/id/char/8A71> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A9%B1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%A0>,
        <http://lexvo.org/id/term/kor/%E8%A9%B1>,
        <http://lexvo.org/id/term/kor/HWA>,
        <http://lexvo.org/id/term/vie/tho%E1%BA%A1i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/waa2%20waa6>,
        <http://lexvo.org/id/term/yue/%E8%A9%B1>,
        "話"^^xsd:string ;
    rdfs:comment "speech, talk, language; dialect"@en .

<http://lexvo.org/id/char/8A72> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A9%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C4%81i>,
        <http://lexvo.org/id/term/kor/%E8%A9%B2>,
        <http://lexvo.org/id/term/kor/HAY>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/goi1>,
        <http://lexvo.org/id/term/yue/%E8%A9%B2>,
        "該"^^xsd:string ;
    rdfs:comment "should, ought to, need to"@en .

<http://lexvo.org/id/char/8A73> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A9%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A1ng%20y%C3%A1ng>,
        <http://lexvo.org/id/term/kor/%E8%A9%B3>,
        <http://lexvo.org/id/term/kor/SANG%20YANG>,
        <http://lexvo.org/id/term/vie/t%C6%B0%E1%BB%9Dng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/coeng4>,
        <http://lexvo.org/id/term/yue/%E8%A9%B3>,
        "詳"^^xsd:string ;
    rdfs:comment "detailed, complete, thorough"@en .

<http://lexvo.org/id/char/8A74> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A9%B4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C4%93i>,
        "詴"^^xsd:string .

<http://lexvo.org/id/char/8A75> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A9%B5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C4%93n>,
        <http://lexvo.org/id/term/kor/%E8%A9%B5>,
        <http://lexvo.org/id/term/kor/SEN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/san1>,
        <http://lexvo.org/id/term/yue/%E8%A9%B5>,
        "詵"^^xsd:string ;
    rdfs:comment "inquire, question; numerous"@en .

<http://lexvo.org/id/char/8A76> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A9%B6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%B3u%20zh%C3%B2u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cau4>,
        <http://lexvo.org/id/term/yue/%E8%A9%B6>,
        "詶"^^xsd:string .

<http://lexvo.org/id/char/8A77> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A9%B7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%B3ng>,
        "詷"^^xsd:string .

<http://lexvo.org/id/char/8A78> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A9%B8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%AD>,
        "詸"^^xsd:string .

<http://lexvo.org/id/char/8A79> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A9%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C4%81n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C4%81n%20sh%C3%A0n%20d%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E8%A9%B9>,
        <http://lexvo.org/id/term/kor/CHEM>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zim1>,
        <http://lexvo.org/id/term/yue/%E8%A9%B9>,
        "詹"^^xsd:string ;
    rdfs:comment "surname; talk too much, verbose"@en .

<http://lexvo.org/id/char/8A7A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A9%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%ACng>,
        "詺"^^xsd:string .

<http://lexvo.org/id/char/8A7B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C3%A8%20lu%C3%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A9%BB>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ngaak6>,
        <http://lexvo.org/id/term/yue/%E8%A9%BB>,
        "詻"^^xsd:string ;
    rdfs:comment "orders"@en .

<http://lexvo.org/id/char/8A7C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A9%BC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C4%AB>,
        <http://lexvo.org/id/term/kor/%E8%A9%BC>,
        <http://lexvo.org/id/term/kor/HOY>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fui1>,
        <http://lexvo.org/id/term/yue/%E8%A9%BC>,
        "詼"^^xsd:string ;
    rdfs:comment "tease, joke with; ridicule, mock"@en .

<http://lexvo.org/id/char/8A7D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A9%BD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A1n>,
        "詽"^^xsd:string .

<http://lexvo.org/id/char/8A7E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A9%BE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C5%8Dng>,
        "詾"^^xsd:string ;
    rdfs:comment "noisily; uproarious; troublesome"@en .

<http://lexvo.org/id/char/8A7F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A9%BF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/gu%C3%A0>,
        <http://lexvo.org/id/term/kor/%E8%A9%BF>,
        <http://lexvo.org/id/term/kor/KWAY>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gwaa3>,
        <http://lexvo.org/id/term/yue/%E8%A9%BF>,
        "詿"^^xsd:string ;
    rdfs:comment "error, mistake; deceive, mislead"@en .

<http://lexvo.org/id/char/8A80> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C3%A8r>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%AA%80>,
        "誀"^^xsd:string .

<http://lexvo.org/id/char/8A81> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%AA%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C4%9Bng>,
        "誁"^^xsd:string .

<http://lexvo.org/id/char/8A82> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%AA%82>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ti%C7%8Eo%20di%C3%A0o>,
        <http://lexvo.org/id/term/kor/%E8%AA%82>,
        <http://lexvo.org/id/term/kor/CO>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/diu3%20diu6%20tiu1>,
        <http://lexvo.org/id/term/yue/%E8%AA%82>,
        "誂"^^xsd:string ;
    rdfs:comment "tempt"@en .

<http://lexvo.org/id/char/8A83> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%AA%83>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C7%90%20ch%C3%AD%20y%C3%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ci2%20zi2>,
        <http://lexvo.org/id/term/yue/%E8%AA%83>,
        "誃"^^xsd:string ;
    rdfs:comment "part"@en .

<http://lexvo.org/id/char/8A84> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%AA%84>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C4%9Bi>,
        <http://lexvo.org/id/term/kor/%E8%AA%84>,
        <http://lexvo.org/id/term/kor/LOY>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/leoi6%20loi6>,
        <http://lexvo.org/id/term/yue/%E8%AA%84>,
        "誄"^^xsd:string ;
    rdfs:comment "eulogize, praise the dead"@en .

<http://lexvo.org/id/char/8A85> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%AA%85>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C5%AB>,
        <http://lexvo.org/id/term/kor/%E8%AA%85>,
        <http://lexvo.org/id/term/kor/CWU>,
        <http://lexvo.org/id/term/vie/tru>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zyu1>,
        <http://lexvo.org/id/term/yue/%E8%AA%85>,
        "誅"^^xsd:string ;
    rdfs:comment "execute, kill, put to death; punish"@en .

<http://lexvo.org/id/char/8A86> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%AA%86>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ku%C4%81ng%20ku%C3%A1ng%20ku%C3%A0ng>,
        <http://lexvo.org/id/term/kor/%E8%AA%86>,
        <http://lexvo.org/id/term/kor/KWANG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hong1>,
        <http://lexvo.org/id/term/yue/%E8%AA%86>,
        "誆"^^xsd:string ;
    rdfs:comment "cheat, swindle, lie"@en .

<http://lexvo.org/id/char/8A87> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%AA%87>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ku%C4%81>,
        <http://lexvo.org/id/term/kor/%E8%AA%87>,
        <http://lexvo.org/id/term/kor/KWA>,
        <http://lexvo.org/id/term/vie/khoa>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kwaa1>,
        <http://lexvo.org/id/term/yue/%E8%AA%87>,
        "誇"^^xsd:string ;
    rdfs:comment "exaggerate; brag, boast; flaunt"@en .

<http://lexvo.org/id/char/8A88> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%AA%88>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C3%BA>,
        "誈"^^xsd:string .

<http://lexvo.org/id/char/8A89> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%AA%89>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%B9>,
        <http://lexvo.org/id/term/kor/%E8%AA%89>,
        <http://lexvo.org/id/term/kor/YEY>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jyu6>,
        <http://lexvo.org/id/term/yue/%E8%AA%89>,
        "誉"^^xsd:string ;
    rdfs:comment "fame, reputation; praise"@en .

<http://lexvo.org/id/char/8A8A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%AA%8A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%A9ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tang4>,
        <http://lexvo.org/id/term/yue/%E8%AA%8A>,
        "誊"^^xsd:string ;
    rdfs:comment "copy, transcribe"@en .

<http://lexvo.org/id/char/8A8B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%AA%8B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gei6>,
        <http://lexvo.org/id/term/yue/%E8%AA%8B>,
        "誋"^^xsd:string .

<http://lexvo.org/id/char/8A8C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%AA%8C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%AC>,
        <http://lexvo.org/id/term/kor/%E8%AA%8C>,
        <http://lexvo.org/id/term/kor/CI>,
        <http://lexvo.org/id/term/vie/ch%C3%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zi3>,
        <http://lexvo.org/id/term/yue/%E8%AA%8C>,
        "誌"^^xsd:string ;
    rdfs:comment "write down; record; magazine"@en .

<http://lexvo.org/id/char/8A8D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%AA%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/r%C3%A8n>,
        <http://lexvo.org/id/term/kor/%E8%AA%8D>,
        <http://lexvo.org/id/term/kor/IN>,
        <http://lexvo.org/id/term/vie/nh%E1%BA%ADn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jan6%20jing6>,
        <http://lexvo.org/id/term/yue/%E8%AA%8D>,
        "認"^^xsd:string ;
    rdfs:comment "recognize, know, understand"@en .

<http://lexvo.org/id/char/8A8E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%AA%8E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C3%B9>,
        "誎"^^xsd:string .

<http://lexvo.org/id/char/8A8F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%AA%8F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C7%8Eng>,
        "誏"^^xsd:string .

<http://lexvo.org/id/char/8A90> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C3%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%AA%90>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ngo4>,
        <http://lexvo.org/id/term/yue/%E8%AA%90>,
        "誐"^^xsd:string ;
    rdfs:comment "to intone, hum"@en .

<http://lexvo.org/id/char/8A91> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%AA%91>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ku%C3%A1ng%20ku%C3%A0ng>,
        <http://lexvo.org/id/term/kor/%E8%AA%91>,
        <http://lexvo.org/id/term/kor/KWANG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gwong2>,
        <http://lexvo.org/id/term/yue/%E8%AA%91>,
        "誑"^^xsd:string ;
    rdfs:comment "deceive, lie, delude, cheat"@en .

<http://lexvo.org/id/char/8A92> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C3%A8%20%C4%81i%20%C4%93i%20%C3%A9i%20%C4%9Bi%20%C3%A8i%20x%C4%AB%20y%C3%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%C4%93i%200285.061%3A%C3%A9i%200285.071%3A%C4%9Bi%200285.081%3A%C3%A8i>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%AA%92>,
        <http://lexvo.org/id/term/kor/%E8%AA%92>,
        <http://lexvo.org/id/term/kor/HUY>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/aai2%20e6%20ei6%20oi1>,
        <http://lexvo.org/id/term/yue/%E8%AA%92>,
        "誒"^^xsd:string ;
    rdfs:comment "an exclamation of confirmation"@en .

<http://lexvo.org/id/char/8A93> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%AA%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%AC>,
        <http://lexvo.org/id/term/kor/%E8%AA%93>,
        <http://lexvo.org/id/term/kor/SE>,
        <http://lexvo.org/id/term/vie/th%E1%BB%81>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sai6>,
        <http://lexvo.org/id/term/yue/%E8%AA%93>,
        "誓"^^xsd:string ;
    rdfs:comment "swear, pledge; oath"@en .

<http://lexvo.org/id/char/8A94> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%AA%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C7%90ng>,
        "誔"^^xsd:string .

<http://lexvo.org/id/char/8A95> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%AA%95>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E8%AA%95>,
        <http://lexvo.org/id/term/kor/THAN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/daan3>,
        <http://lexvo.org/id/term/yue/%E8%AA%95>,
        "誕"^^xsd:string ;
    rdfs:comment "to bear children, give birth; birth"@en .

<http://lexvo.org/id/char/8A96> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%AA%96>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%A8i>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%B3%20b%C3%A8i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bui6>,
        <http://lexvo.org/id/term/yue/%E8%AA%96>,
        "誖"^^xsd:string ;
    rdfs:comment "obstinate; disorderly; perverse"@en .

<http://lexvo.org/id/char/8A97> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%AA%97>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%A1n>,
        "誗"^^xsd:string .

<http://lexvo.org/id/char/8A98> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%AA%98>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%B2u>,
        <http://lexvo.org/id/term/kor/%E8%AA%98>,
        <http://lexvo.org/id/term/kor/YU>,
        <http://lexvo.org/id/term/vie/d%E1%BB%A5>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jau5>,
        <http://lexvo.org/id/term/yue/%E8%AA%98>,
        "誘"^^xsd:string ;
    rdfs:comment "persuade, entice, induce; guide"@en .

<http://lexvo.org/id/char/8A99> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%AA%99>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A9ng%20k%C4%93ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/haang1%20hang1>,
        <http://lexvo.org/id/term/yue/%E8%AA%99>,
        "誙"^^xsd:string .

<http://lexvo.org/id/char/8A9A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%AA%9A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C3%A0o>,
        <http://lexvo.org/id/term/kor/%E8%AA%9A>,
        <http://lexvo.org/id/term/kor/CHO>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ciu3>,
        <http://lexvo.org/id/term/yue/%E8%AA%9A>,
        "誚"^^xsd:string ;
    rdfs:comment "criticize, scold, blame, ridicule"@en .

<http://lexvo.org/id/char/8A9B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%AA%9B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C4%ABn>,
        "誛"^^xsd:string .

<http://lexvo.org/id/char/8A9C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%AA%9C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/shu%C3%A0>,
        "誜"^^xsd:string .

<http://lexvo.org/id/char/8A9D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C4%81n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%AA%9D>,
        "誝"^^xsd:string .

<http://lexvo.org/id/char/8A9E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%AA%9E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%94%20y%C3%B9>,
        <http://lexvo.org/id/term/kor/%E8%AA%9E>,
        <http://lexvo.org/id/term/kor/E>,
        <http://lexvo.org/id/term/vie/ng%E1%BB%AF>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jyu5%20jyu6>,
        <http://lexvo.org/id/term/yue/%E8%AA%9E>,
        "語"^^xsd:string ;
    rdfs:comment "language, words; saying, expression"@en .

<http://lexvo.org/id/char/8A9F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%AA%9F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A0o>,
        "誟"^^xsd:string .

<http://lexvo.org/id/char/8AA0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%AA%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%A9ng>,
        <http://lexvo.org/id/term/kor/%E8%AA%A0>,
        <http://lexvo.org/id/term/kor/SENG>,
        <http://lexvo.org/id/term/vie/th%C3%A0nh>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sing4>,
        <http://lexvo.org/id/term/yue/%E8%AA%A0>,
        "誠"^^xsd:string ;
    rdfs:comment "sincere, honest; true, real"@en .

<http://lexvo.org/id/char/8AA1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%AA%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%A8>,
        <http://lexvo.org/id/term/kor/%E8%AA%A1>,
        <http://lexvo.org/id/term/kor/KYEY>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gaai3>,
        <http://lexvo.org/id/term/yue/%E8%AA%A1>,
        "誡"^^xsd:string ;
    rdfs:comment "warn, admonish; warning"@en .

<http://lexvo.org/id/char/8AA2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%AA%A2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E8%AA%A2>,
        <http://lexvo.org/id/term/kor/HYEN>,
        "誢"^^xsd:string .

<http://lexvo.org/id/char/8AA3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%AA%A3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C5%AB%20w%C3%BA>,
        <http://lexvo.org/id/term/kor/%E8%AA%A3>,
        <http://lexvo.org/id/term/kor/MWU>,
        <http://lexvo.org/id/term/vie/vu>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mou4>,
        <http://lexvo.org/id/term/yue/%E8%AA%A3>,
        "誣"^^xsd:string ;
    rdfs:comment "make false accusation; defame"@en .

<http://lexvo.org/id/char/8AA4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%AA%A4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C3%B9>,
        <http://lexvo.org/id/term/kor/%E8%AA%A4>,
        <http://lexvo.org/id/term/kor/O>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ng6>,
        <http://lexvo.org/id/term/yue/%E8%AA%A4>,
        "誤"^^xsd:string ;
    rdfs:comment "err, make mistake; interfere"@en .

<http://lexvo.org/id/char/8AA5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%AA%A5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C3%A0o>,
        <http://lexvo.org/id/term/kor/%E8%AA%A5>,
        <http://lexvo.org/id/term/kor/KO>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gou3>,
        <http://lexvo.org/id/term/yue/%E8%AA%A5>,
        "誥"^^xsd:string ;
    rdfs:comment "inform, notify, admonish, order"@en .

<http://lexvo.org/id/char/8AA6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%AA%A6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C3%B2ng>,
        <http://lexvo.org/id/term/kor/%E8%AA%A6>,
        <http://lexvo.org/id/term/kor/SONG>,
        <http://lexvo.org/id/term/vie/t%E1%BB%A5ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zung6>,
        <http://lexvo.org/id/term/yue/%E8%AA%A6>,
        "誦"^^xsd:string ;
    rdfs:comment "recite, chant, repeat"@en .

<http://lexvo.org/id/char/8AA7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%AA%A7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C7%94%20b%C5%AB>,
        <http://lexvo.org/id/term/kor/%E8%AA%A7>,
        <http://lexvo.org/id/term/kor/PHO>,
        "誧"^^xsd:string ;
    rdfs:comment "huge; to admonish"@en .

<http://lexvo.org/id/char/8AA8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%AA%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%AC>,
        <http://lexvo.org/id/term/kor/%E8%AA%A8>,
        <http://lexvo.org/id/term/kor/HOY>,
        <http://lexvo.org/id/term/vie/h%E1%BB%91i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fui3>,
        <http://lexvo.org/id/term/yue/%E8%AA%A8>,
        "誨"^^xsd:string ;
    rdfs:comment "teach, instruct; encourage, urge"@en .

<http://lexvo.org/id/char/8AA9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%AA%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%ACng>,
        "誩"^^xsd:string ;
    rdfs:comment "to quarrel; to wrangle"@en .

<http://lexvo.org/id/char/8AAA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%AA%AA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/shu%C5%8D%20shu%C3%AC%20yu%C3%A8%20tu%C5%8D>,
        <http://lexvo.org/id/term/kor/%E8%AA%AA>,
        <http://lexvo.org/id/term/kor/SEL%20SEY%20YEL>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jyut6%20seoi3%20syut3>,
        <http://lexvo.org/id/term/yue/%E8%AA%AA>,
        "說"^^xsd:string ;
    rdfs:comment "speak, say, talk; scold, upbraid"@en .

<http://lexvo.org/id/char/8AAB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%AA%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%A8n>,
        "誫"^^xsd:string .

<http://lexvo.org/id/char/8AAC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%AA%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/shu%C5%8D%20shu%C3%AC%20yu%C3%A8%20tu%C5%8D>,
        <http://lexvo.org/id/term/kor/%E8%AA%AC>,
        <http://lexvo.org/id/term/kor/SEL%20SEY%20YEL>,
        <http://lexvo.org/id/term/vie/thuy%E1%BA%BFt>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/syut3>,
        <http://lexvo.org/id/term/yue/%E8%AA%AC>,
        "説"^^xsd:string ;
    rdfs:comment "speak"@en .

<http://lexvo.org/id/char/8AAD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%AA%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%BA>,
        <http://lexvo.org/id/term/kor/%E8%AA%AD>,
        <http://lexvo.org/id/term/kor/TOK%20TWU>,
        "読"^^xsd:string ;
    rdfs:comment "read, study; pronounce"@en .

<http://lexvo.org/id/char/8AAE> a lvont:Character ;
    lvont:represents "誮"^^xsd:string .

<http://lexvo.org/id/char/8AAF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%AA%AF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%A0ng>,
        "誯"^^xsd:string .

<http://lexvo.org/id/char/8AB0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%AA%B0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/shu%C3%AD%20sh%C3%A9i>,
        <http://lexvo.org/id/term/kor/%E8%AA%B0>,
        <http://lexvo.org/id/term/kor/SWU>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/seoi4>,
        <http://lexvo.org/id/term/yue/%E8%AA%B0>,
        "誰"^^xsd:string ;
    rdfs:comment "who? whom? whose? anyone?"@en .

<http://lexvo.org/id/char/8AB1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%AA%B1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%A9>,
        "誱"^^xsd:string .

<http://lexvo.org/id/char/8AB2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%AA%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C3%A8>,
        <http://lexvo.org/id/term/kor/%E8%AA%B2>,
        <http://lexvo.org/id/term/kor/KWA>,
        <http://lexvo.org/id/term/vie/kho%C3%A1>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fo3>,
        <http://lexvo.org/id/term/yue/%E8%AA%B2>,
        "課"^^xsd:string ;
    rdfs:comment "lesson; course; classwork"@en .

<http://lexvo.org/id/char/8AB3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%AA%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C5%AB>,
        "誳"^^xsd:string .

<http://lexvo.org/id/char/8AB4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%AA%B4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C3%B3ng>,
        "誴"^^xsd:string .

<http://lexvo.org/id/char/8AB5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%AA%B5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A1o>,
        "誵"^^xsd:string .

<http://lexvo.org/id/char/8AB6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%AA%B6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/su%C3%AC>,
        <http://lexvo.org/id/term/kor/%E8%AA%B6>,
        <http://lexvo.org/id/term/kor/SWU%20SWAY%20SIN%20CWUL>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/seoi6>,
        <http://lexvo.org/id/term/yue/%E8%AA%B6>,
        "誶"^^xsd:string ;
    rdfs:comment "speak ill of, vilify; berate; interrogate"@en .

<http://lexvo.org/id/char/8AB7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%AA%B7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C7%8Eng>,
        "誷"^^xsd:string .

<http://lexvo.org/id/char/8AB8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%AA%B8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xu%C3%A1n>,
        "誸"^^xsd:string .

<http://lexvo.org/id/char/8AB9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%AA%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C4%9Bi>,
        <http://lexvo.org/id/term/kor/%E8%AA%B9>,
        <http://lexvo.org/id/term/kor/PI>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fei2>,
        <http://lexvo.org/id/term/yue/%E8%AA%B9>,
        "誹"^^xsd:string ;
    rdfs:comment "slander, vilify, condemn"@en .

<http://lexvo.org/id/char/8ABA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%AA%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C4%AB>,
        "誺"^^xsd:string .

<http://lexvo.org/id/char/8ABB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%AA%BB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%A0>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/taap3%20taap6>,
        <http://lexvo.org/id/term/yue/%E8%AA%BB>,
        "誻"^^xsd:string .

<http://lexvo.org/id/char/8ABC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%AA%BC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%AC%20y%C3%AD>,
        <http://lexvo.org/id/term/kor/%E8%AA%BC>,
        <http://lexvo.org/id/term/kor/UY>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ji4%20ji6>,
        <http://lexvo.org/id/term/yue/%E8%AA%BC>,
        "誼"^^xsd:string ;
    rdfs:comment "friendship; appropriate, suitable"@en .

<http://lexvo.org/id/char/8ABD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%AA%BD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C3%A1>,
        "誽"^^xsd:string .

<http://lexvo.org/id/char/8ABE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%AA%BE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%ADn>,
        <http://lexvo.org/id/term/kor/%E8%AA%BE>,
        <http://lexvo.org/id/term/kor/UN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ngan4>,
        <http://lexvo.org/id/term/yue/%E8%AA%BE>,
        "誾"^^xsd:string ;
    rdfs:comment "speak gently; respectful"@en .

<http://lexvo.org/id/char/8ABF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%AA%BF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/di%C3%A0o%20ti%C3%A0o%20ti%C3%A1o%20zh%C5%8Du>,
        <http://lexvo.org/id/term/kor/%E8%AA%BF>,
        <http://lexvo.org/id/term/kor/CO%20CWU>,
        <http://lexvo.org/id/term/vie/%C4%91i%E1%BB%81u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/deu6%20diu6%20tiu4>,
        <http://lexvo.org/id/term/yue/%E8%AA%BF>,
        "調"^^xsd:string ;
    rdfs:comment "transfer, move, change; tune"@en .

<http://lexvo.org/id/char/8AC0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%AB%80>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C7%90>,
        "諀"^^xsd:string .

<http://lexvo.org/id/char/8AC1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%AB%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/chu%C3%B2>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zyut3>,
        <http://lexvo.org/id/term/yue/%E8%AB%81>,
        "諁"^^xsd:string ;
    rdfs:comment "to suck, sip, sob, kiss; to chatter"@en .

<http://lexvo.org/id/char/8AC2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%AB%82>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C7%8En>,
        <http://lexvo.org/id/term/kor/%E8%AB%82>,
        <http://lexvo.org/id/term/kor/CHEM>,
        <http://lexvo.org/id/term/vie/si%E1%BB%83m>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cim2>,
        <http://lexvo.org/id/term/yue/%E8%AB%82>,
        "諂"^^xsd:string ;
    rdfs:comment "flatter, truckle, toady"@en .

<http://lexvo.org/id/char/8AC3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%AB%83>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C4%93n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cam1>,
        <http://lexvo.org/id/term/yue/%E8%AB%83>,
        "諃"^^xsd:string .

<http://lexvo.org/id/char/8AC4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%AB%84>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C5%ABn%20zh%C3%B9n>,
        <http://lexvo.org/id/term/kor/%E8%AB%84>,
        <http://lexvo.org/id/term/kor/SWUN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/deon1%20zeon1>,
        <http://lexvo.org/id/term/yue/%E8%AB%84>,
        "諄"^^xsd:string ;
    rdfs:comment "patient, earnest; earnestly"@en .

<http://lexvo.org/id/char/8AC5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%AB%85>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C4%AB>,
        "諅"^^xsd:string .

<http://lexvo.org/id/char/8AC6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%AB%86>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C4%AB%20j%C4%AB>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hei1>,
        <http://lexvo.org/id/term/yue/%E8%AB%86>,
        "諆"^^xsd:string ;
    rdfs:comment "to cheat"@en .

<http://lexvo.org/id/char/8AC7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%AB%87>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%A1n>,
        <http://lexvo.org/id/term/kor/%E8%AB%87>,
        <http://lexvo.org/id/term/kor/TAM>,
        <http://lexvo.org/id/term/vie/%C4%91%C3%A0m>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/taam4>,
        <http://lexvo.org/id/term/yue/%E8%AB%87>,
        "談"^^xsd:string ;
    rdfs:comment "talk; conversation; surname"@en .

<http://lexvo.org/id/char/8AC8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%AB%88>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zhu%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ceoi4>,
        <http://lexvo.org/id/term/yue/%E8%AB%88>,
        "諈"^^xsd:string .

<http://lexvo.org/id/char/8AC9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%AB%89>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C4%9Bi>,
        <http://lexvo.org/id/term/kor/%E8%AB%89>,
        <http://lexvo.org/id/term/kor/WI>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wai2>,
        <http://lexvo.org/id/term/yue/%E8%AB%89>,
        "諉"^^xsd:string ;
    rdfs:comment "pass buck, lay blame on others"@en .

<http://lexvo.org/id/char/8ACA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%AB%8A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%BA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/guk1>,
        <http://lexvo.org/id/term/yue/%E8%AB%8A>,
        "諊"^^xsd:string ;
    rdfs:comment "to make a judicial investigation"@en .

<http://lexvo.org/id/char/8ACB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%AB%8B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C7%90ng%20q%C3%ACng%20q%C4%ABng%20q%C3%ADng>,
        <http://lexvo.org/id/term/kor/%E8%AB%8B>,
        <http://lexvo.org/id/term/kor/CHENG>,
        <http://lexvo.org/id/term/vie/th%E1%BB%89nh>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ceng2%20cing2>,
        <http://lexvo.org/id/term/yue/%E8%AB%8B>,
        "請"^^xsd:string ;
    rdfs:comment "ask, request; invite; please"@en .

<http://lexvo.org/id/char/8ACC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%AB%8C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%A0n%20d%C7%92ng>,
        "諌"^^xsd:string ;
    rdfs:comment "remonstrate, admonish"@en .

<http://lexvo.org/id/char/8ACD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%AB%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C4%93ng%20zh%C3%A8ng>,
        <http://lexvo.org/id/term/kor/%E8%AB%8D>,
        <http://lexvo.org/id/term/kor/CAYNG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zaang1%20zaang3%20zang3>,
        <http://lexvo.org/id/term/yue/%E8%AB%8D>,
        "諍"^^xsd:string ;
    rdfs:comment "to expostulate; to remonstrate"@en .

<http://lexvo.org/id/char/8ACE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%AB%8E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C3%A9>,
        "諎"^^xsd:string .

<http://lexvo.org/id/char/8ACF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%AB%8F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C5%8Du%20zh%C5%8Du>,
        <http://lexvo.org/id/term/kor/%E8%AB%8F>,
        <http://lexvo.org/id/term/kor/CHWU>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zau1>,
        <http://lexvo.org/id/term/yue/%E8%AB%8F>,
        "諏"^^xsd:string ;
    rdfs:comment "consult, confer; select, choose"@en .

<http://lexvo.org/id/char/8AD0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%AB%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C4%81n>,
        "諐"^^xsd:string ;
    rdfs:comment "fault"@en .

<http://lexvo.org/id/char/8AD1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%AB%91>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zhu%C3%B3>,
        <http://lexvo.org/id/term/kor/%E8%AB%91>,
        <http://lexvo.org/id/term/kor/CHAK>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/doek3%20doek6>,
        <http://lexvo.org/id/term/yue/%E8%AB%91>,
        "諑"^^xsd:string ;
    rdfs:comment "slander; gossip; rumors"@en .

<http://lexvo.org/id/char/8AD2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%AB%92>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C3%A0ng%20li%C3%A1ng>,
        <http://lexvo.org/id/term/kor/%E8%AB%92>,
        <http://lexvo.org/id/term/kor/LYANG>,
        <http://lexvo.org/id/term/vie/l%C6%B0%E1%BB%A3ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/loeng6>,
        <http://lexvo.org/id/term/yue/%E8%AB%92>,
        "諒"^^xsd:string ;
    rdfs:comment "excuse, forgive; guess, presume"@en .

<http://lexvo.org/id/char/8AD3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%AB%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zin2%20zin3>,
        <http://lexvo.org/id/term/yue/%E8%AB%93>,
        "諓"^^xsd:string ;
    rdfs:comment "flattering"@en .

<http://lexvo.org/id/char/8AD4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%AB%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cuk1%20suk1>,
        <http://lexvo.org/id/term/yue/%E8%AB%94>,
        "諔"^^xsd:string .

<http://lexvo.org/id/char/8AD5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%AB%95>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A1o%20xi%C3%A0>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/haak3>,
        <http://lexvo.org/id/term/yue/%E8%AB%95>,
        "諕"^^xsd:string ;
    rdfs:comment "to intimidate"@en .

<http://lexvo.org/id/char/8AD6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%AB%96>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%B9n%20l%C3%BAn>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%BAn%200747.061%3Al%C3%B9n>,
        <http://lexvo.org/id/term/kor/%E8%AB%96>,
        <http://lexvo.org/id/term/kor/LON%20YUN>,
        <http://lexvo.org/id/term/vie/lu%E1%BA%ADn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/leon4%20leon6>,
        <http://lexvo.org/id/term/yue/%E8%AB%96>,
        "論"^^xsd:string ;
    rdfs:comment "debate; discuss; discourse"@en .

<http://lexvo.org/id/char/8AD7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%AB%97>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C4%9Bn%20ni%C3%A8>,
        <http://lexvo.org/id/term/kor/%E8%AB%97>,
        <http://lexvo.org/id/term/kor/SIM>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lam2%20nam2%20sam2>,
        <http://lexvo.org/id/term/yue/%E8%AB%97>,
        "諗"^^xsd:string ;
    rdfs:comment "consult carefully with, counsel"@en .

<http://lexvo.org/id/char/8AD8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%AB%98>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/bi%C7%8Eo>,
        "諘"^^xsd:string .

<http://lexvo.org/id/char/8AD9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%AB%99>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%A0i>,
        "諙"^^xsd:string .

<http://lexvo.org/id/char/8ADA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%AB%9A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/pi%C3%A1n>,
        "諚"^^xsd:string ;
    rdfs:comment "(kokuji) command"@en .

<http://lexvo.org/id/char/8ADB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%AB%9B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%BA>,
        <http://lexvo.org/id/term/kor/%E8%AB%9B>,
        <http://lexvo.org/id/term/kor/YU>,
        <http://lexvo.org/id/term/vie/h%C3%B9a>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jyu4>,
        <http://lexvo.org/id/term/yue/%E8%AB%9B>,
        "諛"^^xsd:string ;
    rdfs:comment "flatter, truckle"@en .

<http://lexvo.org/id/char/8ADC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%AB%9C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/di%C3%A9%20xi%C3%A8>,
        <http://lexvo.org/id/term/kor/%E8%AB%9C>,
        <http://lexvo.org/id/term/kor/CHEP>,
        <http://lexvo.org/id/term/vie/%C4%91i%E1%BB%87p>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dip6>,
        <http://lexvo.org/id/term/yue/%E8%AB%9C>,
        "諜"^^xsd:string ;
    rdfs:comment "an intelligence report; to spy; spying"@en .

<http://lexvo.org/id/char/8ADD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%AB%9D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C7%94>,
        <http://lexvo.org/id/term/kor/%E8%AB%9D>,
        <http://lexvo.org/id/term/kor/SE>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/seoi1>,
        <http://lexvo.org/id/term/yue/%E8%AB%9D>,
        "諝"^^xsd:string ;
    rdfs:comment "knowledge; discrimination; treachery"@en .

<http://lexvo.org/id/char/8ADE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%AB%9E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/pi%C7%8En%20pi%C3%A1n>,
        <http://lexvo.org/id/term/kor/%E8%AB%9E>,
        <http://lexvo.org/id/term/kor/PHYEN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/pin4%20pin5>,
        <http://lexvo.org/id/term/yue/%E8%AB%9E>,
        "諞"^^xsd:string ;
    rdfs:comment "brag, boast; quibble"@en .

<http://lexvo.org/id/char/8ADF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%AB%9F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%AC>,
        <http://lexvo.org/id/term/kor/%E8%AB%9F>,
        <http://lexvo.org/id/term/kor/SI>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/si6>,
        <http://lexvo.org/id/term/yue/%E8%AB%9F>,
        "諟"^^xsd:string ;
    rdfs:comment "to examine; to consider; honest"@en .

<http://lexvo.org/id/char/8AE0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%AB%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xu%C4%81n%20xu%C7%8En>,
        <http://lexvo.org/id/term/kor/%E8%AB%A0>,
        <http://lexvo.org/id/term/kor/HWEN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hyun1>,
        <http://lexvo.org/id/term/yue/%E8%AB%A0>,
        "諠"^^xsd:string ;
    rdfs:comment "noisy, uproarious; forget"@en .

<http://lexvo.org/id/char/8AE1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%AB%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%AC>,
        <http://lexvo.org/id/term/kor/%E8%AB%A1>,
        <http://lexvo.org/id/term/kor/SI>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/si3>,
        <http://lexvo.org/id/term/yue/%E8%AB%A1>,
        "諡"^^xsd:string ;
    rdfs:comment "posthumous name, posthumous title"@en .

<http://lexvo.org/id/char/8AE2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%AB%A2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%B9n>,
        <http://lexvo.org/id/term/kor/%E8%AB%A2>,
        <http://lexvo.org/id/term/kor/WEN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wan6>,
        <http://lexvo.org/id/term/yue/%E8%AB%A2>,
        "諢"^^xsd:string ;
    rdfs:comment "jokes, obscene jests; joke"@en .

<http://lexvo.org/id/char/8AE3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%AB%A3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%A0>,
        "諣"^^xsd:string .

<http://lexvo.org/id/char/8AE4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C3%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%AB%A4>,
        <http://lexvo.org/id/term/kor/%E8%AB%A4>,
        <http://lexvo.org/id/term/kor/AK>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ngok6>,
        <http://lexvo.org/id/term/yue/%E8%AB%A4>,
        "諤"^^xsd:string ;
    rdfs:comment "honest speech, straightforward"@en .

<http://lexvo.org/id/char/8AE5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%AB%A5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%B2ng>,
        "諥"^^xsd:string .

<http://lexvo.org/id/char/8AE6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%AB%A6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%AC%20t%C3%AD>,
        <http://lexvo.org/id/term/kor/%E8%AB%A6>,
        <http://lexvo.org/id/term/kor/CHEY>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dai3>,
        <http://lexvo.org/id/term/yue/%E8%AB%A6>,
        "諦"^^xsd:string ;
    rdfs:comment "careful, attentive"@en .

<http://lexvo.org/id/char/8AE7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%AB%A7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A9>,
        <http://lexvo.org/id/term/kor/%E8%AB%A7>,
        <http://lexvo.org/id/term/kor/HAY>,
        <http://lexvo.org/id/term/vie/h%C3%A0i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/haai4>,
        <http://lexvo.org/id/term/yue/%E8%AB%A7>,
        "諧"^^xsd:string ;
    rdfs:comment "harmonize, agree; joke, jest"@en .

<http://lexvo.org/id/char/8AE8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%AB%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%BA>,
        "諨"^^xsd:string .

<http://lexvo.org/id/char/8AE9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%AB%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C7%94>,
        "諩"^^xsd:string .

<http://lexvo.org/id/char/8AEA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%AB%AA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%ADng>,
        <http://lexvo.org/id/term/kor/%E8%AB%AA>,
        <http://lexvo.org/id/term/kor/CENG>,
        "諪"^^xsd:string .

<http://lexvo.org/id/char/8AEB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%AB%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E8%AB%AB>,
        <http://lexvo.org/id/term/kor/KAN>,
        <http://lexvo.org/id/term/vie/gi%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gaan3>,
        <http://lexvo.org/id/term/yue/%E8%AB%AB>,
        "諫"^^xsd:string ;
    rdfs:comment "remonstrate, admonish"@en .

<http://lexvo.org/id/char/8AEC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%AB%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C7%90>,
        "諬"^^xsd:string ;
    rdfs:comment "to open to begin to explain to inform a letter"@en .

<http://lexvo.org/id/char/8AED> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%AB%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%B9%20t%C7%92u>,
        <http://lexvo.org/id/term/kor/%E8%AB%AD>,
        <http://lexvo.org/id/term/kor/YU>,
        <http://lexvo.org/id/term/vie/d%E1%BB%A5>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jyu6>,
        <http://lexvo.org/id/term/yue/%E8%AB%AD>,
        "諭"^^xsd:string ;
    rdfs:comment "proclaim, instruct; edict"@en .

<http://lexvo.org/id/char/8AEE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%AB%AE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C4%AB>,
        <http://lexvo.org/id/term/kor/%E8%AB%AE>,
        <http://lexvo.org/id/term/kor/CA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zi1>,
        <http://lexvo.org/id/term/yue/%E8%AB%AE>,
        "諮"^^xsd:string ;
    rdfs:comment "consult, confer; communicate in"@en .

<http://lexvo.org/id/char/8AEF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%AB%AF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/chu%C3%A1n>,
        "諯"^^xsd:string .

<http://lexvo.org/id/char/8AF0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%AB%B0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C7%90>,
        <http://lexvo.org/id/term/kor/%E8%AB%B0>,
        <http://lexvo.org/id/term/kor/SI>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/saai2%20si2>,
        <http://lexvo.org/id/term/yue/%E8%AB%B0>,
        "諰"^^xsd:string ;
    rdfs:comment "apprehensive"@en .

<http://lexvo.org/id/char/8AF1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%AB%B1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%AC>,
        <http://lexvo.org/id/term/kor/%E8%AB%B1>,
        <http://lexvo.org/id/term/kor/HWI>,
        <http://lexvo.org/id/term/vie/hu%C3%BD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wai5>,
        <http://lexvo.org/id/term/yue/%E8%AB%B1>,
        "諱"^^xsd:string ;
    rdfs:comment "conceal; shun; regard as taboo"@en .

<http://lexvo.org/id/char/8AF2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%AB%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C4%ABn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jan1>,
        <http://lexvo.org/id/term/yue/%E8%AB%B2>,
        "諲"^^xsd:string .

<http://lexvo.org/id/char/8AF3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C4%81n%20t%C7%92u>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%AB%B3>,
        <http://lexvo.org/id/term/kor/%E8%AB%B3>,
        <http://lexvo.org/id/term/kor/AM>,
        <http://lexvo.org/id/term/vie/am>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/am1%20am2>,
        <http://lexvo.org/id/term/yue/%E8%AB%B3>,
        "諳"^^xsd:string ;
    rdfs:comment "versed in, fully acquainted with"@en .

<http://lexvo.org/id/char/8AF4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%AB%B4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A1n>,
        <http://lexvo.org/id/term/kor/%E8%AB%B4>,
        <http://lexvo.org/id/term/kor/HAM>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/haam4>,
        <http://lexvo.org/id/term/yue/%E8%AB%B4>,
        "諴"^^xsd:string ;
    rdfs:comment "in harmony; in agreement; incere"@en .

<http://lexvo.org/id/char/8AF5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%AB%B5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/naam4>,
        <http://lexvo.org/id/term/yue/%E8%AB%B5>,
        "諵"^^xsd:string ;
    rdfs:comment "mutter"@en .

<http://lexvo.org/id/char/8AF6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%AB%B6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%A9n%20sh%C3%A9n>,
        <http://lexvo.org/id/term/kor/%E8%AB%B6>,
        <http://lexvo.org/id/term/kor/SIM>,
        <http://lexvo.org/id/term/vie/th%E1%BA%A7m>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sam4>,
        <http://lexvo.org/id/term/yue/%E8%AB%B6>,
        "諶"^^xsd:string ;
    rdfs:comment "sincere, faithful; surname"@en .

<http://lexvo.org/id/char/8AF7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%AB%B7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C4%9Bng%20f%C4%93ng%20f%C3%A8ng>,
        <http://lexvo.org/id/term/kor/%E8%AB%B7>,
        <http://lexvo.org/id/term/kor/PHWUNG>,
        <http://lexvo.org/id/term/vie/ph%C3%BAng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fung3>,
        <http://lexvo.org/id/term/yue/%E8%AB%B7>,
        "諷"^^xsd:string ;
    rdfs:comment "recite, incant; satirize"@en .

<http://lexvo.org/id/char/8AF8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%AB%B8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C5%AB%20ch%C3%BA>,
        <http://lexvo.org/id/term/kor/%E8%AB%B8>,
        <http://lexvo.org/id/term/kor/CEY>,
        <http://lexvo.org/id/term/vie/ch%C6%B0>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zyu1>,
        <http://lexvo.org/id/term/yue/%E8%AB%B8>,
        "諸"^^xsd:string ;
    rdfs:comment "several, various"@en .

<http://lexvo.org/id/char/8AF9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%AB%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A1ng>,
        "諹"^^xsd:string .

<http://lexvo.org/id/char/8AFA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%AB%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E8%AB%BA>,
        <http://lexvo.org/id/term/kor/EN%20AN>,
        <http://lexvo.org/id/term/vie/ng%E1%BA%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jin6>,
        <http://lexvo.org/id/term/yue/%E8%AB%BA>,
        "諺"^^xsd:string ;
    rdfs:comment "proverb, maxim"@en .

<http://lexvo.org/id/char/8AFB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%AB%BB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C4%93ng>,
        "諻"^^xsd:string .

<http://lexvo.org/id/char/8AFC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%AB%BC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xu%C4%81n>,
        <http://lexvo.org/id/term/kor/%E8%AB%BC>,
        <http://lexvo.org/id/term/kor/HWEN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hyun1>,
        <http://lexvo.org/id/term/yue/%E8%AB%BC>,
        "諼"^^xsd:string ;
    rdfs:comment "forget; lie, cheat, deceive"@en .

<http://lexvo.org/id/char/8AFD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%AB%BD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C3%A9>,
        "諽"^^xsd:string .

<http://lexvo.org/id/char/8AFE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%AB%BE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/nu%C3%B2>,
        <http://lexvo.org/id/term/kor/%E8%AB%BE>,
        <http://lexvo.org/id/term/kor/NAK%20LAK>,
        <http://lexvo.org/id/term/vie/n%E1%BA%B7c>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/nok6>,
        <http://lexvo.org/id/term/yue/%E8%AB%BE>,
        "諾"^^xsd:string ;
    rdfs:comment "promise; assent, approve"@en .

<http://lexvo.org/id/char/8AFF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%AB%BF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C3%AC>,
        "諿"^^xsd:string .

<http://lexvo.org/id/char/8B00> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%AC%80>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%B3u>,
        <http://lexvo.org/id/term/kor/%E8%AC%80>,
        <http://lexvo.org/id/term/kor/MO>,
        <http://lexvo.org/id/term/vie/m%C6%B0u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mau4>,
        <http://lexvo.org/id/term/yue/%E8%AC%80>,
        "謀"^^xsd:string ;
    rdfs:comment "plan, scheme; strategem"@en .

<http://lexvo.org/id/char/8B01> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%AC%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A8>,
        <http://lexvo.org/id/term/kor/%E8%AC%81>,
        <http://lexvo.org/id/term/kor/AL>,
        <http://lexvo.org/id/term/vie/y%E1%BA%BFt>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jit3%20kit3>,
        <http://lexvo.org/id/term/yue/%E8%AC%81>,
        "謁"^^xsd:string ;
    rdfs:comment "visit, pay respects to"@en .

<http://lexvo.org/id/char/8B02> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%AC%82>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C3%A8i>,
        <http://lexvo.org/id/term/kor/%E8%AC%82>,
        <http://lexvo.org/id/term/kor/WI>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wai6>,
        <http://lexvo.org/id/term/yue/%E8%AC%82>,
        "謂"^^xsd:string ;
    rdfs:comment "say, tell; call, name; be called"@en .

<http://lexvo.org/id/char/8B03> a lvont:Character ;
    lvont:represents "謃"^^xsd:string .

<http://lexvo.org/id/char/8B04> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%AC%84>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%A9ng>,
        <http://lexvo.org/id/term/kor/%E8%AC%84>,
        <http://lexvo.org/id/term/kor/TUNG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tang4>,
        <http://lexvo.org/id/term/yue/%E8%AC%84>,
        "謄"^^xsd:string ;
    rdfs:comment "copy, transcribe"@en .

<http://lexvo.org/id/char/8B05> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%AC%85>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C5%8Du%20zh%C5%8Du%20ch%C7%8Eo%20ch%C5%8Du>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C5%8Du>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zau1>,
        <http://lexvo.org/id/term/yue/%E8%AC%85>,
        "謅"^^xsd:string ;
    rdfs:comment "play with words, quip; talk nonse"@en .

<http://lexvo.org/id/char/8B06> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%AC%86>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sin3>,
        <http://lexvo.org/id/term/yue/%E8%AC%86>,
        "謆"^^xsd:string ;
    rdfs:comment "beguile, cajole"@en .

<http://lexvo.org/id/char/8B07> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%AC%87>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C7%8En>,
        <http://lexvo.org/id/term/kor/%E8%AC%87>,
        <http://lexvo.org/id/term/kor/KEN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gin2%20hin1>,
        <http://lexvo.org/id/term/yue/%E8%AC%87>,
        "謇"^^xsd:string ;
    rdfs:comment "stutter; speak out boldly"@en .

<http://lexvo.org/id/char/8B08> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%AC%88>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%B3>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bok6>,
        <http://lexvo.org/id/term/yue/%E8%AC%88>,
        "謈"^^xsd:string .

<http://lexvo.org/id/char/8B09> a lvont:Character ;
    lvont:represents "謉"^^xsd:string .

<http://lexvo.org/id/char/8B0A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%AC%8A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C7%8Eng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fong1%20fong2>,
        <http://lexvo.org/id/term/yue/%E8%AC%8A>,
        "謊"^^xsd:string ;
    rdfs:comment "lie"@en .

<http://lexvo.org/id/char/8B0B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%AC%8B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%B2>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/waak6>,
        <http://lexvo.org/id/term/yue/%E8%AC%8B>,
        "謋"^^xsd:string .

<http://lexvo.org/id/char/8B0C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%AC%8C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C4%93>,
        <http://lexvo.org/id/term/kor/%E8%AC%8C>,
        <http://lexvo.org/id/term/kor/KA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/go1>,
        <http://lexvo.org/id/term/yue/%E8%AC%8C>,
        "謌"^^xsd:string ;
    rdfs:comment "slander, defame"@en .

<http://lexvo.org/id/char/8B0D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%AC%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%ADng%20h%C5%8Dng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jing4>,
        <http://lexvo.org/id/term/yue/%E8%AC%8D>,
        "謍"^^xsd:string .

<http://lexvo.org/id/char/8B0E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%AC%8E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%AD%20m%C3%A8i%20m%C3%AC>,
        <http://lexvo.org/id/term/kor/%E8%AC%8E>,
        <http://lexvo.org/id/term/kor/MI>,
        <http://lexvo.org/id/term/vie/m%C3%AA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mai4%20mai6>,
        <http://lexvo.org/id/term/yue/%E8%AC%8E>,
        "謎"^^xsd:string ;
    rdfs:comment "riddle, conundrum; puzzle"@en .

<http://lexvo.org/id/char/8B0F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%AC%8F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C7%8Eo>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sau2%20siu2>,
        <http://lexvo.org/id/term/yue/%E8%AC%8F>,
        "謏"^^xsd:string ;
    rdfs:comment "scold, censure; lead people toward virtuous ways; small, little"@en .

<http://lexvo.org/id/char/8B10> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%AC%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%AC>,
        <http://lexvo.org/id/term/kor/%E8%AC%90>,
        <http://lexvo.org/id/term/kor/MIL>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mat6>,
        <http://lexvo.org/id/term/yue/%E8%AC%90>,
        "謐"^^xsd:string ;
    rdfs:comment "calm, quiet, still; cautious"@en .

<http://lexvo.org/id/char/8B11> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%AC%91>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C3%AC%20x%C7%90>,
        <http://lexvo.org/id/term/kor/%E8%AC%91>,
        <http://lexvo.org/id/term/kor/HYEY>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hai5>,
        <http://lexvo.org/id/term/yue/%E8%AC%91>,
        "謑"^^xsd:string ;
    rdfs:comment "shame, disgrace"@en .

<http://lexvo.org/id/char/8B12> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%AC%92>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C4%81ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/coeng1>,
        <http://lexvo.org/id/term/yue/%E8%AC%92>,
        "謒"^^xsd:string .

<http://lexvo.org/id/char/8B13> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%AC%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C4%93n>,
        "謓"^^xsd:string .

<http://lexvo.org/id/char/8B14> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%AC%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C3%BC%C3%A8%20xu%C3%A8>,
        <http://lexvo.org/id/term/kor/%E8%AC%94>,
        <http://lexvo.org/id/term/kor/HAK>,
        <http://lexvo.org/id/term/vie/h%C6%B0%E1%BB%9Bc>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/joek6>,
        <http://lexvo.org/id/term/yue/%E8%AC%94>,
        "謔"^^xsd:string ;
    rdfs:comment "jeer"@en .

<http://lexvo.org/id/char/8B15> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%AC%95>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tai4>,
        <http://lexvo.org/id/term/yue/%E8%AC%95>,
        "謕"^^xsd:string .

<http://lexvo.org/id/char/8B16> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%AC%96>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C3%B9>,
        <http://lexvo.org/id/term/kor/%E8%AC%96>,
        <http://lexvo.org/id/term/kor/SO>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/suk1>,
        <http://lexvo.org/id/term/yue/%E8%AC%96>,
        "謖"^^xsd:string ;
    rdfs:comment "rise up; raise up"@en .

<http://lexvo.org/id/char/8B17> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%AC%97>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%A0ng>,
        <http://lexvo.org/id/term/kor/%E8%AC%97>,
        <http://lexvo.org/id/term/kor/PANG>,
        <http://lexvo.org/id/term/vie/b%C3%A1ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/pong3>,
        <http://lexvo.org/id/term/yue/%E8%AC%97>,
        "謗"^^xsd:string ;
    rdfs:comment "slander, libel"@en .

<http://lexvo.org/id/char/8B18> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%AC%98>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%AD>,
        "謘"^^xsd:string .

<http://lexvo.org/id/char/8B19> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%AC%99>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C4%81n%20qi%C3%A0n%20zh%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E8%AC%99>,
        <http://lexvo.org/id/term/kor/KYEM>,
        <http://lexvo.org/id/term/vie/khi%C3%AAm>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/him1>,
        <http://lexvo.org/id/term/yue/%E8%AC%99>,
        "謙"^^xsd:string ;
    rdfs:comment "humble, modest"@en .

<http://lexvo.org/id/char/8B1A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%AC%9A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%AC%20y%C3%AC%20x%C3%AC>,
        <http://lexvo.org/id/term/kor/%E8%AC%9A>,
        <http://lexvo.org/id/term/kor/IK>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/si3>,
        <http://lexvo.org/id/term/yue/%E8%AC%9A>,
        "謚"^^xsd:string ;
    rdfs:comment "to confer posthumous titles"@en .

<http://lexvo.org/id/char/8B1B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%AC%9B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C7%8Eng>,
        <http://lexvo.org/id/term/kor/%E8%AC%9B>,
        <http://lexvo.org/id/term/kor/KANG>,
        <http://lexvo.org/id/term/vie/gi%E1%BA%A3ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gong2>,
        <http://lexvo.org/id/term/yue/%E8%AC%9B>,
        "講"^^xsd:string ;
    rdfs:comment "explain; discuss; talk"@en .

<http://lexvo.org/id/char/8B1C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%AC%9C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/yu%C3%A0n%20qu%C3%A1n>,
        <http://lexvo.org/id/term/kor/%E8%AC%9C>,
        <http://lexvo.org/id/term/kor/WEN>,
        "謜"^^xsd:string .

<http://lexvo.org/id/char/8B1D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%AC%9D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A8>,
        <http://lexvo.org/id/term/kor/%E8%AC%9D>,
        <http://lexvo.org/id/term/kor/SA>,
        <http://lexvo.org/id/term/vie/t%E1%BA%A1>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ze6>,
        <http://lexvo.org/id/term/yue/%E8%AC%9D>,
        "謝"^^xsd:string ;
    rdfs:comment "thank; decline"@en .

<http://lexvo.org/id/char/8B1E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%AC%9E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xu%C3%A8%20xi%C3%A0o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/haau1%20hok6>,
        <http://lexvo.org/id/term/yue/%E8%AC%9E>,
        "謞"^^xsd:string .

<http://lexvo.org/id/char/8B1F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%AC%9F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C4%81o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tou1>,
        <http://lexvo.org/id/term/yue/%E8%AC%9F>,
        "謟"^^xsd:string ;
    rdfs:comment "flatter; suspect, be uncertain"@en .

<http://lexvo.org/id/char/8B20> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%AC%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A1o>,
        <http://lexvo.org/id/term/kor/%E8%AC%A0>,
        <http://lexvo.org/id/term/kor/YO>,
        <http://lexvo.org/id/term/vie/dao>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jiu4>,
        <http://lexvo.org/id/term/yue/%E8%AC%A0>,
        "謠"^^xsd:string ;
    rdfs:comment "sing; folksong, ballad; rumor"@en .

<http://lexvo.org/id/char/8B21> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%AC%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A1o>,
        "謡"^^xsd:string ;
    rdfs:comment "sing; folksong, ballad; rumor"@en .

<http://lexvo.org/id/char/8B22> a lvont:Character ;
    lvont:represents "謢"^^xsd:string .

<http://lexvo.org/id/char/8B23> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%AC%A3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%BA>,
        <http://lexvo.org/id/term/kor/%E8%AC%A3>,
        <http://lexvo.org/id/term/kor/WU>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jyu4>,
        <http://lexvo.org/id/term/yue/%E8%AC%A3>,
        "謣"^^xsd:string .

<http://lexvo.org/id/char/8B24> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%AC%A4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/bi%C4%81o>,
        "謤"^^xsd:string .

<http://lexvo.org/id/char/8B25> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%AC%A5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C3%B2ng>,
        "謥"^^xsd:string .

<http://lexvo.org/id/char/8B26> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%AC%A6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C3%ACng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C3%ACng%20q%C7%90ng>,
        <http://lexvo.org/id/term/kor/%E8%AC%A6>,
        <http://lexvo.org/id/term/kor/KYENG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hing3>,
        <http://lexvo.org/id/term/yue/%E8%AC%A6>,
        "謦"^^xsd:string ;
    rdfs:comment "t speak softly"@en .

<http://lexvo.org/id/char/8B27> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%AC%A7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lei4>,
        <http://lexvo.org/id/term/yue/%E8%AC%A7>,
        "謧"^^xsd:string .

<http://lexvo.org/id/char/8B28> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%AC%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%B3>,
        <http://lexvo.org/id/term/kor/%E8%AC%A8>,
        <http://lexvo.org/id/term/kor/MO>,
        <http://lexvo.org/id/term/vie/m%C3%B4>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mou4>,
        <http://lexvo.org/id/term/yue/%E8%AC%A8>,
        "謨"^^xsd:string ;
    rdfs:comment "scheme, plan; plan; be without"@en .

<http://lexvo.org/id/char/8B29> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%AC%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%B2%20m%C3%B3>,
        "謩"^^xsd:string .

<http://lexvo.org/id/char/8B2A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%AC%AA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C4%81ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/soeng1>,
        <http://lexvo.org/id/term/yue/%E8%AC%AA>,
        "謪"^^xsd:string ;
    rdfs:comment "to consult; to deliberate; commerce"@en .

<http://lexvo.org/id/char/8B2B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%AC%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%A9%20z%C3%A9>,
        <http://lexvo.org/id/term/kor/%E8%AC%AB>,
        <http://lexvo.org/id/term/kor/CEK>,
        <http://lexvo.org/id/term/vie/tr%C3%ADch>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zaak6>,
        <http://lexvo.org/id/term/yue/%E8%AC%AB>,
        "謫"^^xsd:string ;
    rdfs:comment "charge, blame; disgrace; demote; punish"@en .

<http://lexvo.org/id/char/8B2C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%AC%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/mi%C3%B9>,
        <http://lexvo.org/id/term/kor/%E8%AC%AC>,
        <http://lexvo.org/id/term/kor/LYU%20MWU>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mau6>,
        <http://lexvo.org/id/term/yue/%E8%AC%AC>,
        "謬"^^xsd:string ;
    rdfs:comment "error, exaggeration; erroneous"@en .

<http://lexvo.org/id/char/8B2D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%AC%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C7%8En>,
        <http://lexvo.org/id/term/kor/%E8%AC%AD>,
        <http://lexvo.org/id/term/kor/CEN>,
        "謭"^^xsd:string ;
    rdfs:comment "shallow; stupid"@en .

<http://lexvo.org/id/char/8B2E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%AC%AE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C3%A9>,
        "謮"^^xsd:string .

<http://lexvo.org/id/char/8B2F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%AC%AF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C4%93%20zh%C4%81%20zh%C7%8E%20z%C7%94>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zo3>,
        <http://lexvo.org/id/term/yue/%E8%AC%AF>,
        "謯"^^xsd:string .

<http://lexvo.org/id/char/8B30> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%AC%B0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lin4>,
        <http://lexvo.org/id/term/yue/%E8%AC%B0>,
        "謰"^^xsd:string .

<http://lexvo.org/id/char/8B31> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%AC%B1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%B3u%20l%C7%9A>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lau1%20leoi5%20lou4>,
        <http://lexvo.org/id/term/yue/%E8%AC%B1>,
        "謱"^^xsd:string .

<http://lexvo.org/id/char/8B32> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%AC%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C4%81n>,
        "謲"^^xsd:string .

<http://lexvo.org/id/char/8B33> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C5%8Du>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%C5%8Du%20x%C3%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%AC%B3>,
        <http://lexvo.org/id/term/kor/%E8%AC%B3>,
        <http://lexvo.org/id/term/kor/KWU>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/au1>,
        <http://lexvo.org/id/term/yue/%E8%AC%B3>,
        "謳"^^xsd:string ;
    rdfs:comment "to sing; songs"@en .

<http://lexvo.org/id/char/8B34> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%AC%B4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/gu%C3%A0n>,
        "謴"^^xsd:string .

<http://lexvo.org/id/char/8B35> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%AC%B5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C3%AD>,
        "謵"^^xsd:string .

<http://lexvo.org/id/char/8B36> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%AC%B6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zhu%C3%B3>,
        "謶"^^xsd:string .

<http://lexvo.org/id/char/8B37> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C3%A1o>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%C3%A1o%20%C3%A0o>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%AC%B7>,
        <http://lexvo.org/id/term/kor/%E8%AC%B7>,
        <http://lexvo.org/id/term/kor/O>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ngou4>,
        <http://lexvo.org/id/term/yue/%E8%AC%B7>,
        "謷"^^xsd:string ;
    rdfs:comment "slander; to revile; huge; big"@en .

<http://lexvo.org/id/char/8B38> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C3%A1o%20%C3%A0o>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%AC%B8>,
        "謸"^^xsd:string .

<http://lexvo.org/id/char/8B39> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%AC%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C7%90n>,
        <http://lexvo.org/id/term/kor/%E8%AC%B9>,
        <http://lexvo.org/id/term/kor/KUN>,
        <http://lexvo.org/id/term/vie/c%E1%BA%A9n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gan2>,
        <http://lexvo.org/id/term/yue/%E8%AC%B9>,
        "謹"^^xsd:string ;
    rdfs:comment "prudent, cautious; attentive"@en .

<http://lexvo.org/id/char/8B3A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%AC%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%A9>,
        "謺"^^xsd:string .

<http://lexvo.org/id/char/8B3B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%AC%BB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%AD%20ch%C3%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ci2%20ji4>,
        <http://lexvo.org/id/term/yue/%E8%AC%BB>,
        "謻"^^xsd:string .

<http://lexvo.org/id/char/8B3C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%AC%BC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%B9%20h%C5%AB>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fu1>,
        <http://lexvo.org/id/term/yue/%E8%AC%BC>,
        "謼"^^xsd:string ;
    rdfs:comment "to shout; to mourn to invoke"@en .

<http://lexvo.org/id/char/8B3D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%AC%BD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%A0ng>,
        "謽"^^xsd:string .

<http://lexvo.org/id/char/8B3E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%AC%BE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A1n%20m%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E8%AC%BE>,
        <http://lexvo.org/id/term/kor/MAN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/maan4%20maan6>,
        <http://lexvo.org/id/term/yue/%E8%AC%BE>,
        "謾"^^xsd:string ;
    rdfs:comment "deceive, insult"@en .

<http://lexvo.org/id/char/8B3F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%AC%BF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%A1o>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%A1o%20zh%C4%81o>,
        "謿"^^xsd:string ;
    rdfs:comment "ridicule, deride, scorn, jeer at"@en .

<http://lexvo.org/id/char/8B40> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%AD%80>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A0n>,
        "譀"^^xsd:string .

<http://lexvo.org/id/char/8B41> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%AD%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%A1>,
        <http://lexvo.org/id/term/kor/%E8%AD%81>,
        <http://lexvo.org/id/term/kor/HWA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/waa1>,
        <http://lexvo.org/id/term/yue/%E8%AD%81>,
        "譁"^^xsd:string ;
    rdfs:comment "noise, uproar; clamor, hubbub"@en .

<http://lexvo.org/id/char/8B42> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%AD%82>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C7%8En>,
        "譂"^^xsd:string .

<http://lexvo.org/id/char/8B43> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%AD%83>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C5%AB>,
        <http://lexvo.org/id/term/kor/%E8%AD%83>,
        <http://lexvo.org/id/term/kor/HWU>,
        "譃"^^xsd:string .

<http://lexvo.org/id/char/8B44> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%AD%84>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C4%93ng>,
        "譄"^^xsd:string .

<http://lexvo.org/id/char/8B45> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%AD%85>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C3%A8>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sap1>,
        <http://lexvo.org/id/term/yue/%E8%AD%85>,
        "譅"^^xsd:string ;
    rdfs:comment "wriggling"@en .

<http://lexvo.org/id/char/8B46> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%AD%86>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C4%AB>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hei1>,
        <http://lexvo.org/id/term/yue/%E8%AD%86>,
        "譆"^^xsd:string ;
    rdfs:comment "scream"@en .

<http://lexvo.org/id/char/8B47> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%AD%87>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C4%93>,
        "譇"^^xsd:string .

<http://lexvo.org/id/char/8B48> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%AD%88>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/du%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/deoi6%20teoi6>,
        <http://lexvo.org/id/term/yue/%E8%AD%88>,
        "譈"^^xsd:string ;
    rdfs:comment "dislike"@en .

<http://lexvo.org/id/char/8B49> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%AD%89>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%A8ng>,
        <http://lexvo.org/id/term/kor/%E8%AD%89>,
        <http://lexvo.org/id/term/kor/CUNG>,
        <http://lexvo.org/id/term/vie/ch%E1%BB%A9ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zing3>,
        <http://lexvo.org/id/term/yue/%E8%AD%89>,
        "證"^^xsd:string ;
    rdfs:comment "proof, evidence; testify, verify"@en .

<http://lexvo.org/id/char/8B4A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%AD%8A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C3%A1o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/naau4>,
        <http://lexvo.org/id/term/yue/%E8%AD%8A>,
        "譊"^^xsd:string ;
    rdfs:comment "wrangling; to quarrel"@en .

<http://lexvo.org/id/char/8B4B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%AD%8B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%A1n>,
        "譋"^^xsd:string .

<http://lexvo.org/id/char/8B4C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C3%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%AD%8C>,
        <http://lexvo.org/id/term/kor/%E8%AD%8C>,
        <http://lexvo.org/id/term/kor/WA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ngo4>,
        <http://lexvo.org/id/term/yue/%E8%AD%8C>,
        "譌"^^xsd:string ;
    rdfs:comment "false, erronious"@en .

<http://lexvo.org/id/char/8B4D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%AD%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%ACng%20y%C3%ADng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C4%ABng%201389.010%3Ay%C3%ACng>,
        "譍"^^xsd:string ;
    rdfs:comment "answer"@en .

<http://lexvo.org/id/char/8B4E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%AD%8E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ju%C3%A9>,
        <http://lexvo.org/id/term/kor/%E8%AD%8E>,
        <http://lexvo.org/id/term/kor/HYUL>,
        <http://lexvo.org/id/term/vie/quy%E1%BB%87t>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kyut3>,
        <http://lexvo.org/id/term/yue/%E8%AD%8E>,
        "譎"^^xsd:string ;
    rdfs:comment "cunning, crafty, sly, wily"@en .

<http://lexvo.org/id/char/8B4F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%AD%8F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C4%AB>,
        <http://lexvo.org/id/term/kor/%E8%AD%8F>,
        <http://lexvo.org/id/term/kor/KI>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gei1>,
        <http://lexvo.org/id/term/yue/%E8%AD%8F>,
        "譏"^^xsd:string ;
    rdfs:comment "ridicule, jeer, mock; inspect"@en .

<http://lexvo.org/id/char/8B50> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%AD%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C7%94n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cyun5>,
        <http://lexvo.org/id/term/yue/%E8%AD%90>,
        "譐"^^xsd:string ;
    rdfs:comment "to talk, converse"@en .

<http://lexvo.org/id/char/8B51> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%AD%91>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C7%8Eo>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/giu2>,
        <http://lexvo.org/id/term/yue/%E8%AD%91>,
        "譑"^^xsd:string .

<http://lexvo.org/id/char/8B52> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%AD%92>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%B2>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bo3>,
        <http://lexvo.org/id/term/yue/%E8%AD%92>,
        "譒"^^xsd:string .

<http://lexvo.org/id/char/8B53> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%AD%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wai6>,
        <http://lexvo.org/id/term/yue/%E8%AD%93>,
        "譓"^^xsd:string .

<http://lexvo.org/id/char/8B54> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%AD%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zhu%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E8%AD%94>,
        <http://lexvo.org/id/term/kor/SEN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zaan6>,
        <http://lexvo.org/id/term/yue/%E8%AD%94>,
        "譔"^^xsd:string ;
    rdfs:comment "eulogize; compose, write"@en .

<http://lexvo.org/id/char/8B55> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%AD%95>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%BA>,
        "譕"^^xsd:string .

<http://lexvo.org/id/char/8B56> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%AD%96>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C3%A8n%20ji%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E8%AD%96>,
        <http://lexvo.org/id/term/kor/CHAM>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cam3%20zam3>,
        <http://lexvo.org/id/term/yue/%E8%AD%96>,
        "譖"^^xsd:string ;
    rdfs:comment "to slander"@en .

<http://lexvo.org/id/char/8B57> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%AD%97>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%A1>,
        "譗"^^xsd:string .

<http://lexvo.org/id/char/8B58> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%AD%98>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%AD%201492.081%3Azh%C3%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/shi%20sh%C3%AC%20sh%C3%AD%20zh%C3%AC>,
        <http://lexvo.org/id/term/kor/%E8%AD%98>,
        <http://lexvo.org/id/term/kor/SIK%20CI>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sik1%20zi3>,
        <http://lexvo.org/id/term/yue/%E8%AD%98>,
        "識"^^xsd:string ;
    rdfs:comment "recognize, understand, know"@en .

<http://lexvo.org/id/char/8B59> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%AD%99>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C3%A1o%20qi%C3%A0o>,
        <http://lexvo.org/id/term/kor/%E8%AD%99>,
        <http://lexvo.org/id/term/kor/CHO>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ciu4>,
        <http://lexvo.org/id/term/yue/%E8%AD%99>,
        "譙"^^xsd:string ;
    rdfs:comment "tower; surname"@en .

<http://lexvo.org/id/char/8B5A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%AD%9A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%A1n>,
        <http://lexvo.org/id/term/kor/%E8%AD%9A>,
        <http://lexvo.org/id/term/kor/TAM>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/taam4>,
        <http://lexvo.org/id/term/yue/%E8%AD%9A>,
        "譚"^^xsd:string ;
    rdfs:comment "surname; to talk"@en .

<http://lexvo.org/id/char/8B5B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%AD%9B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C3%A8n>,
        "譛"^^xsd:string ;
    rdfs:comment "to slander"@en .

<http://lexvo.org/id/char/8B5C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%AD%9C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C7%94>,
        <http://lexvo.org/id/term/kor/%E8%AD%9C>,
        <http://lexvo.org/id/term/kor/PO>,
        <http://lexvo.org/id/term/vie/ph%E1%BA%A3>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/pou2>,
        <http://lexvo.org/id/term/yue/%E8%AD%9C>,
        "譜"^^xsd:string ;
    rdfs:comment "register, list, table; musical score"@en .

<http://lexvo.org/id/char/8B5D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%AD%9D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%A9ng>,
        "譝"^^xsd:string .

<http://lexvo.org/id/char/8B5E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%AD%9E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xu%C4%81n>,
        "譞"^^xsd:string .

<http://lexvo.org/id/char/8B5F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%AD%9F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C3%A0o>,
        <http://lexvo.org/id/term/kor/%E8%AD%9F>,
        <http://lexvo.org/id/term/kor/CO>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cou3>,
        <http://lexvo.org/id/term/yue/%E8%AD%9F>,
        "譟"^^xsd:string ;
    rdfs:comment "clamor, noise, din; slander"@en .

<http://lexvo.org/id/char/8B60> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%AD%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C4%81n>,
        "譠"^^xsd:string .

<http://lexvo.org/id/char/8B61> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%AD%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C7%8Eng>,
        "譡"^^xsd:string .

<http://lexvo.org/id/char/8B62> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%AD%A2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/su%C3%AC>,
        "譢"^^xsd:string .

<http://lexvo.org/id/char/8B63> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%AD%A3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C4%81n>,
        "譣"^^xsd:string .

<http://lexvo.org/id/char/8B64> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%AD%A4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C4%AB>,
        "譤"^^xsd:string .

<http://lexvo.org/id/char/8B65> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%AD%A5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%A0o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/giu2%20giu3>,
        <http://lexvo.org/id/term/yue/%E8%AD%A5>,
        "譥"^^xsd:string .

<http://lexvo.org/id/char/8B66> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%AD%A6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C7%90ng>,
        <http://lexvo.org/id/term/kor/%E8%AD%A6>,
        <http://lexvo.org/id/term/kor/KYENG>,
        <http://lexvo.org/id/term/vie/kh%E1%BB%83nh>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ging2>,
        <http://lexvo.org/id/term/yue/%E8%AD%A6>,
        "警"^^xsd:string ;
    rdfs:comment "guard, watch; alert, alarm"@en .

<http://lexvo.org/id/char/8B67> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%AD%A7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C3%A1n>,
        "譧"^^xsd:string .

<http://lexvo.org/id/char/8B68> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%AD%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C3%B3u%20n%C3%B3ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/nung4>,
        <http://lexvo.org/id/term/yue/%E8%AD%A8>,
        "譨"^^xsd:string .

<http://lexvo.org/id/char/8B69> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%AD%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C4%AB>,
        "譩"^^xsd:string .

<http://lexvo.org/id/char/8B6A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C3%A0i>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%AD%AA>,
        "譪"^^xsd:string .

<http://lexvo.org/id/char/8B6B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%AD%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C4%81n>,
        <http://lexvo.org/id/term/kor/%E8%AD%AB>,
        <http://lexvo.org/id/term/kor/SEM>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zim1>,
        <http://lexvo.org/id/term/yue/%E8%AD%AB>,
        "譫"^^xsd:string ;
    rdfs:comment "talkative; incoherent talk"@en .

<http://lexvo.org/id/char/8B6C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%AD%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%AC>,
        <http://lexvo.org/id/term/kor/%E8%AD%AC>,
        <http://lexvo.org/id/term/kor/PI>,
        <http://lexvo.org/id/term/vie/th%C3%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/pei3>,
        <http://lexvo.org/id/term/yue/%E8%AD%AC>,
        "譬"^^xsd:string ;
    rdfs:comment "metaphor, simile, example"@en .

<http://lexvo.org/id/char/8B6D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%AD%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C7%90>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wai2>,
        <http://lexvo.org/id/term/yue/%E8%AD%AD>,
        "譭"^^xsd:string ;
    rdfs:comment "to slander; to defame"@en .

<http://lexvo.org/id/char/8B6E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%AD%AE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%A0>,
        "譮"^^xsd:string .

<http://lexvo.org/id/char/8B6F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%AD%AF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%AC>,
        <http://lexvo.org/id/term/kor/%E8%AD%AF>,
        <http://lexvo.org/id/term/kor/YEK>,
        <http://lexvo.org/id/term/vie/d%E1%BB%8Bch>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jik6>,
        <http://lexvo.org/id/term/yue/%E8%AD%AF>,
        "譯"^^xsd:string ;
    rdfs:comment "translate; decode; encode"@en .

<http://lexvo.org/id/char/8B70> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%AD%B0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%AC>,
        <http://lexvo.org/id/term/kor/%E8%AD%B0>,
        <http://lexvo.org/id/term/kor/UY>,
        <http://lexvo.org/id/term/vie/ngh%E1%BB%8B>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ji3%20ji5%20ji6>,
        <http://lexvo.org/id/term/yue/%E8%AD%B0>,
        "議"^^xsd:string ;
    rdfs:comment "consult, talk over, discuss"@en .

<http://lexvo.org/id/char/8B71> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%AD%B1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E8%AD%B1>,
        <http://lexvo.org/id/term/kor/SEN>,
        "譱"^^xsd:string .

<http://lexvo.org/id/char/8B72> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%AD%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/r%C3%A0ng>,
        "譲"^^xsd:string ;
    rdfs:comment "allow, permit, yield, concede"@en .

<http://lexvo.org/id/char/8B73> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%AD%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C3%B2u>,
        "譳"^^xsd:string .

<http://lexvo.org/id/char/8B74> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%AD%B4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C7%8En>,
        <http://lexvo.org/id/term/kor/%E8%AD%B4>,
        <http://lexvo.org/id/term/kor/KYEN>,
        <http://lexvo.org/id/term/vie/khi%E1%BB%83n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hin2>,
        <http://lexvo.org/id/term/yue/%E8%AD%B4>,
        "譴"^^xsd:string ;
    rdfs:comment "reprimand, scold, abuse"@en .

<http://lexvo.org/id/char/8B75> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%AD%B5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zhu%C3%AC>,
        "譵"^^xsd:string .

<http://lexvo.org/id/char/8B76> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%AD%B6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%A0>,
        "譶"^^xsd:string .

<http://lexvo.org/id/char/8B77> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%AD%B7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%B9>,
        <http://lexvo.org/id/term/kor/%E8%AD%B7>,
        <http://lexvo.org/id/term/kor/HO>,
        <http://lexvo.org/id/term/vie/h%E1%BB%99>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wu6>,
        <http://lexvo.org/id/term/yue/%E8%AD%B7>,
        "護"^^xsd:string ;
    rdfs:comment "protect, guard, defend, shelter"@en .

<http://lexvo.org/id/char/8B78> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%AD%B8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C5%8Du>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zau1>,
        <http://lexvo.org/id/term/yue/%E8%AD%B8>,
        "譸"^^xsd:string ;
    rdfs:comment "deceive, cheat; hurried, bustling"@en .

<http://lexvo.org/id/char/8B79> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%AD%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A1o%20xi%C3%A0>,
        "譹"^^xsd:string ;
    rdfs:comment "to shout, roar, terrify; swiftly"@en .

<http://lexvo.org/id/char/8B7A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%AD%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A8>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/aai6%20ngaai6>,
        <http://lexvo.org/id/term/yue/%E8%AD%BA>,
        "譺"^^xsd:string .

<http://lexvo.org/id/char/8B7B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%AD%BB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C4%ABng>,
        "譻"^^xsd:string .

<http://lexvo.org/id/char/8B7C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%AD%BC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%A0n%20ji%C4%81n%20k%C3%A0n>,
        "譼"^^xsd:string ;
    rdfs:comment "to supervise to confine a government establishment"@en .

<http://lexvo.org/id/char/8B7D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%AD%BD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%B9>,
        <http://lexvo.org/id/term/kor/%E8%AD%BD>,
        <http://lexvo.org/id/term/kor/YEY>,
        <http://lexvo.org/id/term/vie/d%E1%BB%B1>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jyu6>,
        <http://lexvo.org/id/term/yue/%E8%AD%BD>,
        "譽"^^xsd:string ;
    rdfs:comment "fame, reputation; praise"@en .

<http://lexvo.org/id/char/8B7E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%AD%BE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C7%8En>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zin2>,
        <http://lexvo.org/id/term/yue/%E8%AD%BE>,
        "譾"^^xsd:string ;
    rdfs:comment "shallow; stupid"@en .

<http://lexvo.org/id/char/8B7F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%AD%BF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%AC>,
        <http://lexvo.org/id/term/kor/%E8%AD%BF>,
        <http://lexvo.org/id/term/kor/HYEY>,
        "譿"^^xsd:string .

<http://lexvo.org/id/char/8B80> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%AE%80>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%B2u%200266.021%3Ad%C3%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%BA%20d%C3%B2u>,
        <http://lexvo.org/id/term/kor/%E8%AE%80>,
        <http://lexvo.org/id/term/kor/TOK%20TWU>,
        <http://lexvo.org/id/term/vie/%C4%91%E1%BB%99c>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dau6%20duk6>,
        <http://lexvo.org/id/term/yue/%E8%AE%80>,
        "讀"^^xsd:string ;
    rdfs:comment "read, study; pronounce"@en .

<http://lexvo.org/id/char/8B81> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%AE%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%A9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zaak6>,
        <http://lexvo.org/id/term/yue/%E8%AE%81>,
        "讁"^^xsd:string ;
    rdfs:comment "punish; fault, blame, reprove"@en .

<http://lexvo.org/id/char/8B82> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%AE%82>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xu%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hyun3>,
        <http://lexvo.org/id/term/yue/%E8%AE%82>,
        "讂"^^xsd:string .

<http://lexvo.org/id/char/8B83> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%AE%83>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E8%AE%83>,
        <http://lexvo.org/id/term/kor/CHAN>,
        "讃"^^xsd:string ;
    rdfs:comment "praise, commend, eulogize"@en .

<http://lexvo.org/id/char/8B84> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%AE%84>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C4%9Bi>,
        "讄"^^xsd:string .

<http://lexvo.org/id/char/8B85> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%AE%85>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C4%9Bn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sam2>,
        <http://lexvo.org/id/term/yue/%E8%AE%85>,
        "讅"^^xsd:string ;
    rdfs:comment "know in detail"@en .

<http://lexvo.org/id/char/8B86> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%AE%86>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C3%A8i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wai6>,
        <http://lexvo.org/id/term/yue/%E8%AE%86>,
        "讆"^^xsd:string ;
    rdfs:comment "to exaggerate; incredible"@en .

<http://lexvo.org/id/char/8B87> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%AE%87>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C7%8En>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cim2>,
        <http://lexvo.org/id/term/yue/%E8%AE%87>,
        "讇"^^xsd:string ;
    rdfs:comment "flatter; suspect, be uncertain"@en .

<http://lexvo.org/id/char/8B88> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%AE%88>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%AC>,
        "讈"^^xsd:string .

<http://lexvo.org/id/char/8B89> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%AE%89>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%AD>,
        <http://lexvo.org/id/term/kor/%E8%AE%89>,
        <http://lexvo.org/id/term/kor/YU>,
        "讉"^^xsd:string .

<http://lexvo.org/id/char/8B8A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%AE%8A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/bi%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E8%AE%8A>,
        <http://lexvo.org/id/term/kor/PYEN>,
        <http://lexvo.org/id/term/vie/bi%E1%BA%BFn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bin3>,
        <http://lexvo.org/id/term/yue/%E8%AE%8A>,
        "變"^^xsd:string ;
    rdfs:comment "change, transform, alter; rebel"@en .

<http://lexvo.org/id/char/8B8B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%AE%8B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%A9%20sh%C3%A8>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zip3>,
        <http://lexvo.org/id/term/yue/%E8%AE%8B>,
        "讋"^^xsd:string ;
    rdfs:comment "fear; envy; loquacious"@en .

<http://lexvo.org/id/char/8B8C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%AE%8C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E8%AE%8C>,
        <http://lexvo.org/id/term/kor/YEN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jin3>,
        <http://lexvo.org/id/term/yue/%E8%AE%8C>,
        "讌"^^xsd:string ;
    rdfs:comment "a feast, banquet; to entertain, feast"@en .

<http://lexvo.org/id/char/8B8D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C3%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%AE%8D>,
        "讍"^^xsd:string ;
    rdfs:comment "honest speech"@en .

<http://lexvo.org/id/char/8B8E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%AE%8E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%B3u>,
        <http://lexvo.org/id/term/kor/%E8%AE%8E>,
        <http://lexvo.org/id/term/kor/SWU>,
        <http://lexvo.org/id/term/vie/th%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cau4>,
        <http://lexvo.org/id/term/yue/%E8%AE%8E>,
        "讎"^^xsd:string ;
    rdfs:comment "enemy, rival, opponent"@en .

<http://lexvo.org/id/char/8B8F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%AE%8F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C3%A8i>,
        "讏"^^xsd:string .

<http://lexvo.org/id/char/8B90> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%AE%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%B3u>,
        <http://lexvo.org/id/term/kor/%E8%AE%90>,
        <http://lexvo.org/id/term/kor/SWU>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cau4>,
        <http://lexvo.org/id/term/yue/%E8%AE%90>,
        "讐"^^xsd:string ;
    rdfs:comment "enemy, rival, opponent"@en .

<http://lexvo.org/id/char/8B91> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%AE%91>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A0o>,
        "讑"^^xsd:string .

<http://lexvo.org/id/char/8B92> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%AE%92>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%A1n>,
        <http://lexvo.org/id/term/kor/%E8%AE%92>,
        <http://lexvo.org/id/term/kor/CHAM>,
        <http://lexvo.org/id/term/vie/s%C3%A0m>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/caam4>,
        <http://lexvo.org/id/term/yue/%E8%AE%92>,
        "讒"^^xsd:string ;
    rdfs:comment "slander, defame, misrepresent"@en .

<http://lexvo.org/id/char/8B93> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%AE%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/r%C3%A0ng>,
        <http://lexvo.org/id/term/kor/%E8%AE%93>,
        <http://lexvo.org/id/term/kor/YANG>,
        <http://lexvo.org/id/term/vie/nh%C6%B0%E1%BB%9Dng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/joeng6>,
        <http://lexvo.org/id/term/yue/%E8%AE%93>,
        "讓"^^xsd:string ;
    rdfs:comment "allow, permit, yield, concede"@en .

<http://lexvo.org/id/char/8B94> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%AE%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%90n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jan2>,
        <http://lexvo.org/id/term/yue/%E8%AE%94>,
        "讔"^^xsd:string .

<http://lexvo.org/id/char/8B95> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%AE%95>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/laan4>,
        <http://lexvo.org/id/term/yue/%E8%AE%95>,
        "讕"^^xsd:string ;
    rdfs:comment "accuse falsely; slander, libel"@en .

<http://lexvo.org/id/char/8B96> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%AE%96>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%A8n%20ch%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E8%AE%96>,
        <http://lexvo.org/id/term/kor/CHAM>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/caam3%20cam3>,
        <http://lexvo.org/id/term/yue/%E8%AE%96>,
        "讖"^^xsd:string ;
    rdfs:comment "prophecy, hint, omen"@en .

<http://lexvo.org/id/char/8B97> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%AE%97>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%B2>,
        "讗"^^xsd:string .

<http://lexvo.org/id/char/8B98> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%AE%98>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%A9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zip3>,
        <http://lexvo.org/id/term/yue/%E8%AE%98>,
        "讘"^^xsd:string .

<http://lexvo.org/id/char/8B99> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%AE%99>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C4%81n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C4%81n%20xu%C4%81n>,
        <http://lexvo.org/id/term/kor/%E8%AE%99>,
        <http://lexvo.org/id/term/kor/HWAN%20HWEN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fun1>,
        <http://lexvo.org/id/term/yue/%E8%AE%99>,
        "讙"^^xsd:string ;
    rdfs:comment "cheer; noise, noisy"@en .

<http://lexvo.org/id/char/8B9A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%AE%9A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E8%AE%9A>,
        <http://lexvo.org/id/term/kor/CHAN>,
        <http://lexvo.org/id/term/vie/t%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zaan3>,
        <http://lexvo.org/id/term/yue/%E8%AE%9A>,
        "讚"^^xsd:string ;
    rdfs:comment "praise, commend, eulogize"@en .

<http://lexvo.org/id/char/8B9B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%AE%9B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%AC>,
        "讛"^^xsd:string .

<http://lexvo.org/id/char/8B9C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%AE%9C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C7%8Eng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C7%8Eng%20d%C3%A0ng>,
        <http://lexvo.org/id/term/kor/%E8%AE%9C>,
        <http://lexvo.org/id/term/kor/TANG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dong2>,
        <http://lexvo.org/id/term/yue/%E8%AE%9C>,
        "讜"^^xsd:string ;
    rdfs:comment "counsel, advice; speak out"@en .

<http://lexvo.org/id/char/8B9D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%AE%9D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C4%81n>,
        "讝"^^xsd:string .

<http://lexvo.org/id/char/8B9E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%AE%9E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E8%AE%9E>,
        <http://lexvo.org/id/term/kor/EN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jin6>,
        <http://lexvo.org/id/term/yue/%E8%AE%9E>,
        "讞"^^xsd:string ;
    rdfs:comment "to decide, judge; a verdict, decision"@en .

<http://lexvo.org/id/char/8B9F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%AE%9F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%BA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/duk6>,
        <http://lexvo.org/id/term/yue/%E8%AE%9F>,
        "讟"^^xsd:string ;
    rdfs:comment "slander, utter evil words"@en .

<http://lexvo.org/id/char/8BA1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%AE%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gai3>,
        <http://lexvo.org/id/term/yue/%E8%AE%A1>,
        "计"^^xsd:string ;
    rdfs:comment "plan, plot; strategem; scheme"@en .

<http://lexvo.org/id/char/8BA2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%AE%A2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%ACng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ding3%20ding6>,
        <http://lexvo.org/id/term/yue/%E8%AE%A2>,
        "订"^^xsd:string ;
    rdfs:comment "draw up agreement; arrange"@en .

<http://lexvo.org/id/char/8BA3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%AE%A3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fu6>,
        <http://lexvo.org/id/term/yue/%E8%AE%A3>,
        "讣"^^xsd:string ;
    rdfs:comment "obituary; give notice of death"@en .

<http://lexvo.org/id/char/8BA4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%AE%A4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/r%C3%A8n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jing6>,
        <http://lexvo.org/id/term/yue/%E8%AE%A4>,
        "认"^^xsd:string ;
    rdfs:comment "recognize, know, understand"@en .

<http://lexvo.org/id/char/8BA5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%AE%A5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C4%AB>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gei1>,
        <http://lexvo.org/id/term/yue/%E8%AE%A5>,
        "讥"^^xsd:string ;
    rdfs:comment "ridicule, jeer, mock; inspect"@en .

<http://lexvo.org/id/char/8BA6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%AE%A6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%A9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kit3>,
        <http://lexvo.org/id/term/yue/%E8%AE%A6>,
        "讦"^^xsd:string ;
    rdfs:comment "expose other's secrets, pry"@en .

<http://lexvo.org/id/char/8BA7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%AE%A7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%B2ng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%B3ng%20h%C3%B2ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hung4>,
        <http://lexvo.org/id/term/yue/%E8%AE%A7>,
        "讧"^^xsd:string ;
    rdfs:comment "confusion; internal strife"@en .

<http://lexvo.org/id/char/8BA8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%AE%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C7%8Eo>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tou2>,
        <http://lexvo.org/id/term/yue/%E8%AE%A8>,
        "讨"^^xsd:string ;
    rdfs:comment "to discuss; ask for, beg; demand; dun; marry"@en .

<http://lexvo.org/id/char/8BA9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%AE%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/r%C3%A0ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/joeng6>,
        <http://lexvo.org/id/term/yue/%E8%AE%A9>,
        "让"^^xsd:string ;
    rdfs:comment "allow, permit, yield, concede"@en .

<http://lexvo.org/id/char/8BAA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%AE%AA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/saan3>,
        <http://lexvo.org/id/term/yue/%E8%AE%AA>,
        "讪"^^xsd:string ;
    rdfs:comment "abuse, slander; vilify; ridicule"@en .

<http://lexvo.org/id/char/8BAB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%AE%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gat1%20ngat6>,
        <http://lexvo.org/id/term/yue/%E8%AE%AB>,
        "讫"^^xsd:string ;
    rdfs:comment "finish; conclude, stop; exhaust"@en .

<http://lexvo.org/id/char/8BAC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%AE%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/tu%C5%8D>,
        <http://lexvo.org/id/term/kor/%E8%AE%AC>,
        <http://lexvo.org/id/term/kor/THAK>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tok3>,
        <http://lexvo.org/id/term/yue/%E8%AE%AC>,
        "讬"^^xsd:string ;
    rdfs:comment "entrust, rely on; commission"@en .

<http://lexvo.org/id/char/8BAD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%AE%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C3%B9n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fan3>,
        <http://lexvo.org/id/term/yue/%E8%AE%AD>,
        "训"^^xsd:string ;
    rdfs:comment "teach, instruct; exegesis"@en .

<http://lexvo.org/id/char/8BAE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%AE%AE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ji5%20ji6>,
        <http://lexvo.org/id/term/yue/%E8%AE%AE>,
        "议"^^xsd:string ;
    rdfs:comment "consult, talk over, discuss"@en .

<http://lexvo.org/id/char/8BAF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%AE%AF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C3%B9n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/seon3>,
        <http://lexvo.org/id/term/yue/%E8%AE%AF>,
        "讯"^^xsd:string ;
    rdfs:comment "inquire; ask; examine; reproach"@en .

<http://lexvo.org/id/char/8BB0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%AE%B0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gei3>,
        <http://lexvo.org/id/term/yue/%E8%AE%B0>,
        "记"^^xsd:string ;
    rdfs:comment "record; keep in mind, remember"@en .

<http://lexvo.org/id/char/8BB1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%AE%B1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/r%C3%A8n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jan6>,
        <http://lexvo.org/id/term/yue/%E8%AE%B1>,
        "讱"^^xsd:string ;
    rdfs:comment "hesitate to say, reluctant to speak"@en .

<http://lexvo.org/id/char/8BB2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%AE%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C7%8Eng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gong2>,
        <http://lexvo.org/id/term/yue/%E8%AE%B2>,
        "讲"^^xsd:string ;
    rdfs:comment "explain; discuss; talk"@en .

<http://lexvo.org/id/char/8BB3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%AE%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wai5>,
        <http://lexvo.org/id/term/yue/%E8%AE%B3>,
        "讳"^^xsd:string ;
    rdfs:comment "conceal; shun; regard as taboo"@en .

<http://lexvo.org/id/char/8BB4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C5%8Du>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%AE%B4>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/au1>,
        <http://lexvo.org/id/term/yue/%E8%AE%B4>,
        "讴"^^xsd:string ;
    rdfs:comment "sing; songs"@en .

<http://lexvo.org/id/char/8BB5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%AE%B5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/geoi6>,
        <http://lexvo.org/id/term/yue/%E8%AE%B5>,
        "讵"^^xsd:string ;
    rdfs:comment "an interjection used express surprise"@en .

<http://lexvo.org/id/char/8BB6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%AE%B6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A0>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ngaa6>,
        <http://lexvo.org/id/term/yue/%E8%AE%B6>,
        "讶"^^xsd:string ;
    rdfs:comment "express surprise, be surprised"@en .

<http://lexvo.org/id/char/8BB7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%AE%B7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C3%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C3%A8%20n%C3%A0>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/nat6%20neot6>,
        <http://lexvo.org/id/term/yue/%E8%AE%B7>,
        "讷"^^xsd:string ;
    rdfs:comment "slow of speech; mumble; stammer"@en .

<http://lexvo.org/id/char/8BB8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%AE%B8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C7%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C7%94%20h%C7%94>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/heoi2>,
        <http://lexvo.org/id/term/yue/%E8%AE%B8>,
        "许"^^xsd:string ;
    rdfs:comment "allow, permit; promise; betroth"@en .

<http://lexvo.org/id/char/8BB9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C3%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%AE%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ngo4>,
        <http://lexvo.org/id/term/yue/%E8%AE%B9>,
        "讹"^^xsd:string ;
    rdfs:comment "swindle, cheat; erroneous, wrong"@en .

<http://lexvo.org/id/char/8BBA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%AE%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%B9n%20l%C3%BAn>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%BAn%200747.060%3Al%C3%B9n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/leon6>,
        <http://lexvo.org/id/term/yue/%E8%AE%BA>,
        "论"^^xsd:string ;
    rdfs:comment "debate; discuss; discourse"@en .

<http://lexvo.org/id/char/8BBB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%AE%BB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C5%8Dng>,
        "讻"^^xsd:string ;
    rdfs:comment "noisily; uproarious; troublesome"@en .

<http://lexvo.org/id/char/8BBC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%AE%BC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C3%B2ng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C3%B2ng%20r%C3%B3ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zung6>,
        <http://lexvo.org/id/term/yue/%E8%AE%BC>,
        "讼"^^xsd:string ;
    rdfs:comment "accuse; argue, dispute; litigate"@en .

<http://lexvo.org/id/char/8BBD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%AE%BD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C4%93ng%20f%C4%9Bng%20f%C3%A8ng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C4%9Bng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fung3>,
        <http://lexvo.org/id/term/yue/%E8%AE%BD>,
        "讽"^^xsd:string ;
    rdfs:comment "recite, incant; satirize"@en .

<http://lexvo.org/id/char/8BBE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%AE%BE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%A8>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cit3>,
        <http://lexvo.org/id/term/yue/%E8%AE%BE>,
        "设"^^xsd:string ;
    rdfs:comment "build; establish; display"@en .

<http://lexvo.org/id/char/8BBF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%AE%BF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C7%8Eng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fong2>,
        <http://lexvo.org/id/term/yue/%E8%AE%BF>,
        "访"^^xsd:string ;
    rdfs:comment "visit; ask, inquire"@en .

<http://lexvo.org/id/char/8BC0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%AF%80>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ju%C3%A9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kyut3>,
        <http://lexvo.org/id/term/yue/%E8%AF%80>,
        "诀"^^xsd:string ;
    rdfs:comment "take leave of, bid farewell"@en .

<http://lexvo.org/id/char/8BC1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%AF%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%A8ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zing3>,
        <http://lexvo.org/id/term/yue/%E8%AF%81>,
        "证"^^xsd:string ;
    rdfs:comment "prove, confirm, verify; proof"@en .

<http://lexvo.org/id/char/8BC2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%AF%82>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C7%94>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gu2>,
        <http://lexvo.org/id/term/yue/%E8%AF%82>,
        "诂"^^xsd:string ;
    rdfs:comment "exegesis, explanation; explain"@en .

<http://lexvo.org/id/char/8BC3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%AF%83>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C4%93>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ho1>,
        <http://lexvo.org/id/term/yue/%E8%AF%83>,
        "诃"^^xsd:string ;
    rdfs:comment "scold loudly, curse, abuse"@en .

<http://lexvo.org/id/char/8BC4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%AF%84>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%ADng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ping4>,
        <http://lexvo.org/id/term/yue/%E8%AF%84>,
        "评"^^xsd:string ;
    rdfs:comment "appraise, criticize, evaluate"@en .

<http://lexvo.org/id/char/8BC5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%AF%85>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C7%94>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zo3>,
        <http://lexvo.org/id/term/yue/%E8%AF%85>,
        "诅"^^xsd:string ;
    rdfs:comment "curse; swear, pledge"@en .

<http://lexvo.org/id/char/8BC6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%AF%86>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%AC%20sh%C3%AD%20zh%C3%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%AD%201492.080%3Azh%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sik1>,
        <http://lexvo.org/id/term/yue/%E8%AF%86>,
        "识"^^xsd:string ;
    rdfs:comment "recognize, understand, know"@en .

<http://lexvo.org/id/char/8BC7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%AF%87>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%B2ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gwing2>,
        <http://lexvo.org/id/term/yue/%E8%AF%87>,
        "诇"^^xsd:string ;
    rdfs:comment "to spy; to give information; shrewd"@en .

<http://lexvo.org/id/char/8BC8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%AF%88>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%A0>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zaa3>,
        <http://lexvo.org/id/term/yue/%E8%AF%88>,
        "诈"^^xsd:string ;
    rdfs:comment "cheat, defraud, swindle; trick"@en .

<http://lexvo.org/id/char/8BC9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%AF%89>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sou3>,
        <http://lexvo.org/id/term/yue/%E8%AF%89>,
        "诉"^^xsd:string ;
    rdfs:comment "accuse; sue; inform; narrate"@en .

<http://lexvo.org/id/char/8BCA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%AF%8A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C4%9Bn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/can2>,
        <http://lexvo.org/id/term/yue/%E8%AF%8A>,
        "诊"^^xsd:string ;
    rdfs:comment "examine patient, diagnose"@en .

<http://lexvo.org/id/char/8BCB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%AF%8B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C7%90>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dai2>,
        <http://lexvo.org/id/term/yue/%E8%AF%8B>,
        "诋"^^xsd:string ;
    rdfs:comment "slander, comdemn, reproach"@en .

<http://lexvo.org/id/char/8BCC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%AF%8C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C5%8Du%20zh%C5%8Du>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C5%8Du>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zau1>,
        <http://lexvo.org/id/term/yue/%E8%AF%8C>,
        "诌"^^xsd:string ;
    rdfs:comment "play with words, quip; talk nonse"@en .

<http://lexvo.org/id/char/8BCD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%AF%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C3%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ci4>,
        <http://lexvo.org/id/term/yue/%E8%AF%8D>,
        "词"^^xsd:string ;
    rdfs:comment "words; phrase, expression"@en .

<http://lexvo.org/id/char/8BCE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%AF%8E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C3%B9%20q%C5%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C5%AB>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wat1>,
        <http://lexvo.org/id/term/yue/%E8%AF%8E>,
        "诎"^^xsd:string ;
    rdfs:comment "bend, stoop, crouch; to yield"@en .

<http://lexvo.org/id/char/8BCF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%AF%8F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%A0o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ziu3>,
        <http://lexvo.org/id/term/yue/%E8%AF%8F>,
        "诏"^^xsd:string ;
    rdfs:comment "decree, proclaim; imperial decree"@en .

<http://lexvo.org/id/char/8BD0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%AF%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bei1%20bei3>,
        <http://lexvo.org/id/term/yue/%E8%AF%90>,
        "诐"^^xsd:string ;
    rdfs:comment "argue; biased; one-sided"@en .

<http://lexvo.org/id/char/8BD1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%AF%91>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jik6>,
        <http://lexvo.org/id/term/yue/%E8%AF%91>,
        "译"^^xsd:string ;
    rdfs:comment "translate; decode; encode"@en .

<http://lexvo.org/id/char/8BD2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%AF%92>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ji4>,
        <http://lexvo.org/id/term/yue/%E8%AF%92>,
        "诒"^^xsd:string ;
    rdfs:comment "bequeath, pass on to future generations"@en .

<http://lexvo.org/id/char/8BD3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%AF%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ku%C4%81ng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ku%C4%81ng%20ku%C3%A1ng%20ku%C3%A0ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hong1>,
        <http://lexvo.org/id/term/yue/%E8%AF%93>,
        "诓"^^xsd:string ;
    rdfs:comment "cheat, swindle, lie"@en .

<http://lexvo.org/id/char/8BD4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%AF%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C4%9Bi>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/loi6>,
        <http://lexvo.org/id/term/yue/%E8%AF%94>,
        "诔"^^xsd:string ;
    rdfs:comment "eulogize, praise the dead"@en .

<http://lexvo.org/id/char/8BD5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%AF%95>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/si3>,
        <http://lexvo.org/id/term/yue/%E8%AF%95>,
        "试"^^xsd:string ;
    rdfs:comment "test, try, experiment"@en .

<http://lexvo.org/id/char/8BD6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%AF%96>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/gu%C3%A0>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gwaa3>,
        <http://lexvo.org/id/term/yue/%E8%AF%96>,
        "诖"^^xsd:string ;
    rdfs:comment "error, mistake; deceive, mislead"@en .

<http://lexvo.org/id/char/8BD7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%AF%97>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C4%AB>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/si1>,
        <http://lexvo.org/id/term/yue/%E8%AF%97>,
        "诗"^^xsd:string ;
    rdfs:comment "poetry; poem, verse, ode"@en .

<http://lexvo.org/id/char/8BD8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%AF%98>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%AD%200576.080%3Aji%C3%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%A9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gat1%20kit3>,
        <http://lexvo.org/id/term/yue/%E8%AF%98>,
        "诘"^^xsd:string ;
    rdfs:comment "question, interrogate"@en .

<http://lexvo.org/id/char/8BD9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%AF%99>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C4%AB>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fui1>,
        <http://lexvo.org/id/term/yue/%E8%AF%99>,
        "诙"^^xsd:string ;
    rdfs:comment "tease, joke with; ridicule, mock"@en .

<http://lexvo.org/id/char/8BDA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%AF%9A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%A9ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sing4>,
        <http://lexvo.org/id/term/yue/%E8%AF%9A>,
        "诚"^^xsd:string ;
    rdfs:comment "sincere, honest; true, real"@en .

<http://lexvo.org/id/char/8BDB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%AF%9B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C5%AB>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zyu1>,
        <http://lexvo.org/id/term/yue/%E8%AF%9B>,
        "诛"^^xsd:string ;
    rdfs:comment "execute, kill, put to death; punish"@en .

<http://lexvo.org/id/char/8BDC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%AF%9C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C4%93n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/san1>,
        <http://lexvo.org/id/term/yue/%E8%AF%9C>,
        "诜"^^xsd:string ;
    rdfs:comment "inquire, question; numerous"@en .

<http://lexvo.org/id/char/8BDD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%AF%9D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%A0>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/waa2%20waa6>,
        <http://lexvo.org/id/term/yue/%E8%AF%9D>,
        "话"^^xsd:string ;
    rdfs:comment "speech, talk, language; dialect"@en .

<http://lexvo.org/id/char/8BDE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%AF%9E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/daan3>,
        <http://lexvo.org/id/term/yue/%E8%AF%9E>,
        "诞"^^xsd:string ;
    rdfs:comment "bear children, give birth; birth"@en .

<http://lexvo.org/id/char/8BDF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%AF%9F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C3%B2u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gau2%20hau2>,
        <http://lexvo.org/id/term/yue/%E8%AF%9F>,
        "诟"^^xsd:string ;
    rdfs:comment "abuse, scold, berate, insult"@en .

<http://lexvo.org/id/char/8BE0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%AF%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qu%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cyun4>,
        <http://lexvo.org/id/term/yue/%E8%AF%A0>,
        "诠"^^xsd:string ;
    rdfs:comment "explain, expound, comment on"@en .

<http://lexvo.org/id/char/8BE1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%AF%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/gu%C7%90>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gwai2>,
        <http://lexvo.org/id/term/yue/%E8%AF%A1>,
        "诡"^^xsd:string ;
    rdfs:comment "deceive, cheat, defraud; sly"@en .

<http://lexvo.org/id/char/8BE2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%AF%A2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C3%BAn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/seon1>,
        <http://lexvo.org/id/term/yue/%E8%AF%A2>,
        "询"^^xsd:string ;
    rdfs:comment "inquire into, ask about; consult"@en .

<http://lexvo.org/id/char/8BE3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%AF%A3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ngai6>,
        <http://lexvo.org/id/term/yue/%E8%AF%A3>,
        "诣"^^xsd:string ;
    rdfs:comment "reach; achievement, accomplishment"@en .

<http://lexvo.org/id/char/8BE4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%AF%A4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C4%93ng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C4%93ng%20zh%C3%A8ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zaang3%20zang3>,
        <http://lexvo.org/id/term/yue/%E8%AF%A4>,
        "诤"^^xsd:string ;
    rdfs:comment "to expostulate; to remonstrate"@en .

<http://lexvo.org/id/char/8BE5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%AF%A5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C4%81i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/goi1>,
        <http://lexvo.org/id/term/yue/%E8%AF%A5>,
        "该"^^xsd:string ;
    rdfs:comment "should, ought to, need to"@en .

<http://lexvo.org/id/char/8BE6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%AF%A6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A1ng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A1ng%20y%C3%A1ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/coeng4>,
        <http://lexvo.org/id/term/yue/%E8%AF%A6>,
        "详"^^xsd:string ;
    rdfs:comment "detailed, complete, thorough"@en .

<http://lexvo.org/id/char/8BE7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%AF%A7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%A0>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/caa3>,
        <http://lexvo.org/id/term/yue/%E8%AF%A7>,
        "诧"^^xsd:string ;
    rdfs:comment "be surprised, be shocked"@en .

<http://lexvo.org/id/char/8BE8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%AF%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%B9n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wan6>,
        <http://lexvo.org/id/term/yue/%E8%AF%A8>,
        "诨"^^xsd:string ;
    rdfs:comment "jokes, obsene jests; joke"@en .

<http://lexvo.org/id/char/8BE9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%AF%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C7%94>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/heoi2>,
        <http://lexvo.org/id/term/yue/%E8%AF%A9>,
        "诩"^^xsd:string ;
    rdfs:comment "boast, brag; popular, well-known"@en .

<http://lexvo.org/id/char/8BEA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%AF%AA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C5%8Du>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zau1>,
        <http://lexvo.org/id/term/yue/%E8%AF%AA>,
        "诪"^^xsd:string ;
    rdfs:comment "deceive, cheat; hurried, bustling"@en .

<http://lexvo.org/id/char/8BEB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%AF%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%A8>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gaai3>,
        <http://lexvo.org/id/term/yue/%E8%AF%AB>,
        "诫"^^xsd:string ;
    rdfs:comment "warn, admonish; warning"@en .

<http://lexvo.org/id/char/8BEC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%AF%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C3%BA%20w%C5%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C5%AB>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mou4>,
        <http://lexvo.org/id/term/yue/%E8%AF%AC>,
        "诬"^^xsd:string ;
    rdfs:comment "make false accusation; defame"@en .

<http://lexvo.org/id/char/8BED> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%AF%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%94%201414.040%3Ay%C3%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%94%20y%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jyu5>,
        <http://lexvo.org/id/term/yue/%E8%AF%AD>,
        "语"^^xsd:string ;
    rdfs:comment "language, words; saying, expression"@en .

<http://lexvo.org/id/char/8BEE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%AF%AE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C3%A0o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ciu3>,
        <http://lexvo.org/id/term/yue/%E8%AF%AE>,
        "诮"^^xsd:string ;
    rdfs:comment "criticize, scold, blame, ridicule"@en .

<http://lexvo.org/id/char/8BEF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%AF%AF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ng6>,
        <http://lexvo.org/id/term/yue/%E8%AF%AF>,
        "误"^^xsd:string ;
    rdfs:comment "err, make mistake; interfere"@en .

<http://lexvo.org/id/char/8BF0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%AF%B0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C3%A0o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gou3>,
        <http://lexvo.org/id/term/yue/%E8%AF%B0>,
        "诰"^^xsd:string ;
    rdfs:comment "inform, notify, admonish, order"@en .

<http://lexvo.org/id/char/8BF1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%AF%B1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%B2u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jau5>,
        <http://lexvo.org/id/term/yue/%E8%AF%B1>,
        "诱"^^xsd:string ;
    rdfs:comment "persuade, entice, induce; guide"@en .

<http://lexvo.org/id/char/8BF2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%AF%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fui3>,
        <http://lexvo.org/id/term/yue/%E8%AF%B2>,
        "诲"^^xsd:string ;
    rdfs:comment "teach, instruct; encourage, urge"@en .

<http://lexvo.org/id/char/8BF3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%AF%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ku%C3%A1ng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ku%C3%A1ng%20ku%C3%A0ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gwong2>,
        <http://lexvo.org/id/term/yue/%E8%AF%B3>,
        "诳"^^xsd:string ;
    rdfs:comment "deceive, lie, delude, cheat"@en .

<http://lexvo.org/id/char/8BF4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%AF%B4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/shu%C3%AC%201082.010%3Ashu%C5%8D%201428.010%3Ayu%C3%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/shu%C5%8D%20shu%C3%AC%20tu%C5%8D%20yu%C3%A8>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/syut3>,
        <http://lexvo.org/id/term/yue/%E8%AF%B4>,
        "说"^^xsd:string ;
    rdfs:comment "speak, say, talk; scold, upbraid"@en .

<http://lexvo.org/id/char/8BF5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%AF%B5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C3%B2ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zung6>,
        <http://lexvo.org/id/term/yue/%E8%AF%B5>,
        "诵"^^xsd:string ;
    rdfs:comment "recite, chant, repeat"@en .

<http://lexvo.org/id/char/8BF6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C4%81i%20%C4%93i%20%C3%A9i%20%C4%9Bi%20%C3%A8i%20x%C4%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%AF%B6>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/aai2%20ei6%20oi1>,
        <http://lexvo.org/id/term/yue/%E8%AF%B6>,
        "诶"^^xsd:string ;
    rdfs:comment "an exclamation of confirmation"@en .

<http://lexvo.org/id/char/8BF7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%AF%B7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C7%90ng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C7%90ng%20q%C3%ACng%20q%C4%ABng%20q%C3%ADng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cing2>,
        <http://lexvo.org/id/term/yue/%E8%AF%B7>,
        "请"^^xsd:string ;
    rdfs:comment "ask, request; invite; please"@en .

<http://lexvo.org/id/char/8BF8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%AF%B8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C5%AB>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zyu1>,
        <http://lexvo.org/id/term/yue/%E8%AF%B8>,
        "诸"^^xsd:string ;
    rdfs:comment "various, all, these; surname"@en .

<http://lexvo.org/id/char/8BF9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%AF%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C5%8Du>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zau1>,
        <http://lexvo.org/id/term/yue/%E8%AF%B9>,
        "诹"^^xsd:string ;
    rdfs:comment "consult, confer; select, choose"@en .

<http://lexvo.org/id/char/8BFA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%AF%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/nu%C3%B2>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/nok6>,
        <http://lexvo.org/id/term/yue/%E8%AF%BA>,
        "诺"^^xsd:string ;
    rdfs:comment "promise; assent, approve"@en .

<http://lexvo.org/id/char/8BFB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%AF%BB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%B2u%200266.020%3Ad%C3%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%BA%20d%C3%B2u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/duk6>,
        <http://lexvo.org/id/term/yue/%E8%AF%BB>,
        "读"^^xsd:string ;
    rdfs:comment "read, study; pronounce"@en .

<http://lexvo.org/id/char/8BFC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%AF%BC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zhu%C3%B3>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/doek6>,
        <http://lexvo.org/id/term/yue/%E8%AF%BC>,
        "诼"^^xsd:string ;
    rdfs:comment "slander; gossip; rumors"@en .

<http://lexvo.org/id/char/8BFD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%AF%BD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C4%9Bi>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fei2>,
        <http://lexvo.org/id/term/yue/%E8%AF%BD>,
        "诽"^^xsd:string ;
    rdfs:comment "slander, vilify, condemn"@en .

<http://lexvo.org/id/char/8BFE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%AF%BE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C3%A8>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fo3>,
        <http://lexvo.org/id/term/yue/%E8%AF%BE>,
        "课"^^xsd:string ;
    rdfs:comment "lesson; course; classwork"@en .

<http://lexvo.org/id/char/8BFF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%AF%BF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C4%9Bi>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wai2>,
        <http://lexvo.org/id/term/yue/%E8%AF%BF>,
        "诿"^^xsd:string ;
    rdfs:comment "pass buck, lay blame on others"@en .

<http://lexvo.org/id/char/8C00> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B0%80>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%BA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jyu4>,
        <http://lexvo.org/id/term/yue/%E8%B0%80>,
        "谀"^^xsd:string ;
    rdfs:comment "flatter, truckle"@en .

<http://lexvo.org/id/char/8C01> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B0%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%A9i%201074.030%3Ashu%C3%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/shu%C3%AD%20sh%C3%A9i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/seoi4>,
        <http://lexvo.org/id/term/yue/%E8%B0%81>,
        "谁"^^xsd:string ;
    rdfs:comment "who? whom? whose? anyone?"@en .

<http://lexvo.org/id/char/8C02> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B0%82>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C4%9Bn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sam2>,
        <http://lexvo.org/id/term/yue/%E8%B0%82>,
        "谂"^^xsd:string ;
    rdfs:comment "consult carefully with, counsel"@en .

<http://lexvo.org/id/char/8C03> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B0%83>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/di%C3%A0o%201140.020%3Ati%C3%A1o>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/di%C3%A0o%20ti%C3%A0o%20ti%C3%A1o%20zh%C5%8Du>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/diu6%20tiu4>,
        <http://lexvo.org/id/term/yue/%E8%B0%83>,
        "调"^^xsd:string ;
    rdfs:comment "transfer, move, change; tune"@en .

<http://lexvo.org/id/char/8C04> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B0%84>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C7%8En>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cim2>,
        <http://lexvo.org/id/term/yue/%E8%B0%84>,
        "谄"^^xsd:string ;
    rdfs:comment "flatter, truckle, toady"@en .

<http://lexvo.org/id/char/8C05> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B0%85>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C3%A0ng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C3%A0ng%20li%C3%A1ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/loeng6>,
        <http://lexvo.org/id/term/yue/%E8%B0%85>,
        "谅"^^xsd:string ;
    rdfs:comment "excuse, forgive; guess, presume"@en .

<http://lexvo.org/id/char/8C06> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B0%86>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C5%ABn>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C5%ABn%20zh%C3%B9n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zeon1>,
        <http://lexvo.org/id/term/yue/%E8%B0%86>,
        "谆"^^xsd:string ;
    rdfs:comment "patient, earnest; earnestly"@en .

<http://lexvo.org/id/char/8C07> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B0%87>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/su%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/seoi6>,
        <http://lexvo.org/id/term/yue/%E8%B0%87>,
        "谇"^^xsd:string ;
    rdfs:comment "speak ill of, vilify; berate"@en .

<http://lexvo.org/id/char/8C08> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B0%88>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/taam4>,
        <http://lexvo.org/id/term/yue/%E8%B0%88>,
        "谈"^^xsd:string ;
    rdfs:comment "talk; conversation; surname"@en .

<http://lexvo.org/id/char/8C09> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B0%89>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C4%9Bn>,
        "谉"^^xsd:string .

<http://lexvo.org/id/char/8C0A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B0%8A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%AD%20y%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ji4%20ji6>,
        <http://lexvo.org/id/term/yue/%E8%B0%8A>,
        "谊"^^xsd:string ;
    rdfs:comment "friendship; appropriate, suitable"@en .

<http://lexvo.org/id/char/8C0B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B0%8B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%B3u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mau4>,
        <http://lexvo.org/id/term/yue/%E8%B0%8B>,
        "谋"^^xsd:string ;
    rdfs:comment "plan, scheme; strategem"@en .

<http://lexvo.org/id/char/8C0C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B0%8C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%A9n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sam4>,
        <http://lexvo.org/id/term/yue/%E8%B0%8C>,
        "谌"^^xsd:string ;
    rdfs:comment "sincere, faithful; surname"@en .

<http://lexvo.org/id/char/8C0D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B0%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/di%C3%A9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dip6>,
        <http://lexvo.org/id/term/yue/%E8%B0%8D>,
        "谍"^^xsd:string ;
    rdfs:comment "an intelligence report; to spy; spying"@en .

<http://lexvo.org/id/char/8C0E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B0%8E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C7%8Eng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fong1%20fong2>,
        <http://lexvo.org/id/term/yue/%E8%B0%8E>,
        "谎"^^xsd:string ;
    rdfs:comment "lie"@en .

<http://lexvo.org/id/char/8C0F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B0%8F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gaan3>,
        <http://lexvo.org/id/term/yue/%E8%B0%8F>,
        "谏"^^xsd:string ;
    rdfs:comment "remonstrate, admonish"@en .

<http://lexvo.org/id/char/8C10> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B0%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/haai4>,
        <http://lexvo.org/id/term/yue/%E8%B0%90>,
        "谐"^^xsd:string ;
    rdfs:comment "harmonize, agree; joke, jest"@en .

<http://lexvo.org/id/char/8C11> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B0%91>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C3%BC%C3%A8%20xu%C3%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xu%C3%A8>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/joek6>,
        <http://lexvo.org/id/term/yue/%E8%B0%91>,
        "谑"^^xsd:string ;
    rdfs:comment "jeer"@en .

<http://lexvo.org/id/char/8C12> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B0%92>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A8>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zit3>,
        <http://lexvo.org/id/term/yue/%E8%B0%92>,
        "谒"^^xsd:string ;
    rdfs:comment "visit, pay respects"@en .

<http://lexvo.org/id/char/8C13> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B0%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C3%A8i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wai6>,
        <http://lexvo.org/id/term/yue/%E8%B0%93>,
        "谓"^^xsd:string ;
    rdfs:comment "say, tell; call, name; be called"@en .

<http://lexvo.org/id/char/8C14> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C3%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B0%94>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ngok6>,
        <http://lexvo.org/id/term/yue/%E8%B0%94>,
        "谔"^^xsd:string ;
    rdfs:comment "honest speech, straightforward"@en .

<http://lexvo.org/id/char/8C15> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B0%95>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jyu6>,
        <http://lexvo.org/id/term/yue/%E8%B0%95>,
        "谕"^^xsd:string ;
    rdfs:comment "proclaim, instruct; edict"@en .

<http://lexvo.org/id/char/8C16> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B0%96>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xu%C4%81n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hyun1>,
        <http://lexvo.org/id/term/yue/%E8%B0%96>,
        "谖"^^xsd:string ;
    rdfs:comment "forget; lie, cheat, deceive"@en .

<http://lexvo.org/id/char/8C17> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B0%97>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/caam4>,
        <http://lexvo.org/id/term/yue/%E8%B0%97>,
        "谗"^^xsd:string ;
    rdfs:comment "slander, defame, misrepresent"@en .

<http://lexvo.org/id/char/8C18> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B0%98>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C4%AB>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zi1>,
        <http://lexvo.org/id/term/yue/%E8%B0%98>,
        "谘"^^xsd:string ;
    rdfs:comment "consult, confer; communicate in"@en .

<http://lexvo.org/id/char/8C19> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C4%81n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B0%99>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/am1>,
        <http://lexvo.org/id/term/yue/%E8%B0%99>,
        "谙"^^xsd:string ;
    rdfs:comment "versed in, fully acquainted with"@en .

<http://lexvo.org/id/char/8C1A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B0%9A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jin6>,
        <http://lexvo.org/id/term/yue/%E8%B0%9A>,
        "谚"^^xsd:string ;
    rdfs:comment "proverb, maxim"@en .

<http://lexvo.org/id/char/8C1B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B0%9B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%AC%20t%C3%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dai3>,
        <http://lexvo.org/id/term/yue/%E8%B0%9B>,
        "谛"^^xsd:string ;
    rdfs:comment "careful, attentive"@en .

<http://lexvo.org/id/char/8C1C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B0%9C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A8i%200781.010%3Am%C3%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%AD%20m%C3%A8i%20m%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mai4%20mai6>,
        <http://lexvo.org/id/term/yue/%E8%B0%9C>,
        "谜"^^xsd:string ;
    rdfs:comment "riddle, conundrum; puzzle"@en .

<http://lexvo.org/id/char/8C1D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B0%9D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/pi%C3%A1n%20pi%C7%8En>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/pi%C7%8En>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/pin4>,
        <http://lexvo.org/id/term/yue/%E8%B0%9D>,
        "谝"^^xsd:string ;
    rdfs:comment "brag, boast; quibble"@en .

<http://lexvo.org/id/char/8C1E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B0%9E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C5%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C7%94>,
        <http://lexvo.org/id/term/kor/%E8%B0%9E>,
        <http://lexvo.org/id/term/kor/SE>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/seoi1>,
        <http://lexvo.org/id/term/yue/%E8%B0%9E>,
        "谞"^^xsd:string ;
    rdfs:comment "knowledge; discrimination; treachery"@en .

<http://lexvo.org/id/char/8C1F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B0%9F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%B3>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mou4>,
        <http://lexvo.org/id/term/yue/%E8%B0%9F>,
        "谟"^^xsd:string ;
    rdfs:comment "scheme, plan; plan; be without"@en .

<http://lexvo.org/id/char/8C20> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B0%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C7%8Eng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dong2>,
        <http://lexvo.org/id/term/yue/%E8%B0%A0>,
        "谠"^^xsd:string ;
    rdfs:comment "counsel, advice; speak out"@en .

<http://lexvo.org/id/char/8C21> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B0%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/suk1>,
        <http://lexvo.org/id/term/yue/%E8%B0%A1>,
        "谡"^^xsd:string ;
    rdfs:comment "rise up; raise up"@en .

<http://lexvo.org/id/char/8C22> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B0%A2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A8>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ze6>,
        <http://lexvo.org/id/term/yue/%E8%B0%A2>,
        "谢"^^xsd:string ;
    rdfs:comment "thank; decline"@en .

<http://lexvo.org/id/char/8C23> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B0%A3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A1o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jiu4>,
        <http://lexvo.org/id/term/yue/%E8%B0%A3>,
        "谣"^^xsd:string ;
    rdfs:comment "sing; folksong, ballad; rumor"@en .

<http://lexvo.org/id/char/8C24> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B0%A4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%A0ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/pong3>,
        <http://lexvo.org/id/term/yue/%E8%B0%A4>,
        "谤"^^xsd:string ;
    rdfs:comment "slander, libel"@en .

<http://lexvo.org/id/char/8C25> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B0%A5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/si3>,
        <http://lexvo.org/id/term/yue/%E8%B0%A5>,
        "谥"^^xsd:string ;
    rdfs:comment "to confer posthumous titles"@en .

<http://lexvo.org/id/char/8C26> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B0%A6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C4%81n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C4%81n%20qi%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/him1>,
        <http://lexvo.org/id/term/yue/%E8%B0%A6>,
        "谦"^^xsd:string ;
    rdfs:comment "humble, modest"@en .

<http://lexvo.org/id/char/8C27> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B0%A7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mat6>,
        <http://lexvo.org/id/term/yue/%E8%B0%A7>,
        "谧"^^xsd:string ;
    rdfs:comment "calm, quiet, still; cautious"@en .

<http://lexvo.org/id/char/8C28> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B0%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C7%90n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gan2>,
        <http://lexvo.org/id/term/yue/%E8%B0%A8>,
        "谨"^^xsd:string ;
    rdfs:comment "prudent, cautious; attentive"@en .

<http://lexvo.org/id/char/8C29> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B0%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A1n%200764.020%3Am%C3%A0n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A1n%20m%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/maan4%20maan6>,
        <http://lexvo.org/id/term/yue/%E8%B0%A9>,
        "谩"^^xsd:string ;
    rdfs:comment "deceive, insult"@en .

<http://lexvo.org/id/char/8C2A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B0%AA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%A9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zaak6>,
        <http://lexvo.org/id/term/yue/%E8%B0%AA>,
        "谪"^^xsd:string ;
    rdfs:comment "charge, blame; disgrace; demote"@en .

<http://lexvo.org/id/char/8C2B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B0%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C7%8En>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zin2>,
        <http://lexvo.org/id/term/yue/%E8%B0%AB>,
        "谫"^^xsd:string ;
    rdfs:comment "shallow; stupid"@en .

<http://lexvo.org/id/char/8C2C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B0%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/mi%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mau6>,
        <http://lexvo.org/id/term/yue/%E8%B0%AC>,
        "谬"^^xsd:string ;
    rdfs:comment "error, exaggeration; erroneous"@en .

<http://lexvo.org/id/char/8C2D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B0%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/taam4>,
        <http://lexvo.org/id/term/yue/%E8%B0%AD>,
        "谭"^^xsd:string ;
    rdfs:comment "surname"@en .

<http://lexvo.org/id/char/8C2E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B0%AE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C3%A8n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C3%A8n%20ji%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zam3>,
        <http://lexvo.org/id/term/yue/%E8%B0%AE>,
        "谮"^^xsd:string ;
    rdfs:comment "to slander"@en .

<http://lexvo.org/id/char/8C2F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B0%AF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C3%A1o%200922.061%3Aqi%C3%A0o>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C3%A1o%20qi%C3%A0o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ciu4>,
        <http://lexvo.org/id/term/yue/%E8%B0%AF>,
        "谯"^^xsd:string ;
    rdfs:comment "tower; surname"@en .

<http://lexvo.org/id/char/8C30> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B0%B0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/laan4>,
        <http://lexvo.org/id/term/yue/%E8%B0%B0>,
        "谰"^^xsd:string ;
    rdfs:comment "accuse falsely; slander, libel"@en .

<http://lexvo.org/id/char/8C31> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B0%B1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C7%94>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/pou2>,
        <http://lexvo.org/id/term/yue/%E8%B0%B1>,
        "谱"^^xsd:string ;
    rdfs:comment "list, table; musical score"@en .

<http://lexvo.org/id/char/8C32> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B0%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ju%C3%A9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kyut3>,
        <http://lexvo.org/id/term/yue/%E8%B0%B2>,
        "谲"^^xsd:string ;
    rdfs:comment "cunning, crafty, sly, wily"@en .

<http://lexvo.org/id/char/8C33> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B0%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jin6>,
        <http://lexvo.org/id/term/yue/%E8%B0%B3>,
        "谳"^^xsd:string ;
    rdfs:comment "to decide, judge; a verdict, decision"@en .

<http://lexvo.org/id/char/8C34> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B0%B4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C7%8En>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hin2>,
        <http://lexvo.org/id/term/yue/%E8%B0%B4>,
        "谴"^^xsd:string ;
    rdfs:comment "reprimand, scold, abuse"@en .

<http://lexvo.org/id/char/8C35> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B0%B5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C4%81n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zim1>,
        <http://lexvo.org/id/term/yue/%E8%B0%B5>,
        "谵"^^xsd:string ;
    rdfs:comment "talkative; incoherent talk"@en .

<http://lexvo.org/id/char/8C36> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B0%B6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%A8n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cam3>,
        <http://lexvo.org/id/term/yue/%E8%B0%B6>,
        "谶"^^xsd:string ;
    rdfs:comment "prophecy, hint, omen"@en .

<http://lexvo.org/id/char/8C38> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B0%B8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C4%81n>,
        "谸"^^xsd:string .

<http://lexvo.org/id/char/8C39> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B0%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%B3ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wang4>,
        <http://lexvo.org/id/term/yue/%E8%B0%B9>,
        "谹"^^xsd:string .

<http://lexvo.org/id/char/8C3A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B0%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C4%81>,
        "谺"^^xsd:string ;
    rdfs:comment "the mouth of a valley"@en .

<http://lexvo.org/id/char/8C3B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B0%BB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ju%C3%A9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gik1>,
        <http://lexvo.org/id/term/yue/%E8%B0%BB>,
        "谻"^^xsd:string .

<http://lexvo.org/id/char/8C3C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B0%BC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%B3ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hung4>,
        <http://lexvo.org/id/term/yue/%E8%B0%BC>,
        "谼"^^xsd:string .

<http://lexvo.org/id/char/8C3D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B0%BD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C4%81n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ham4>,
        <http://lexvo.org/id/term/yue/%E8%B0%BD>,
        "谽"^^xsd:string ;
    rdfs:comment "a mouth or opening"@en .

<http://lexvo.org/id/char/8C3E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B0%BE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C5%8Dng>,
        "谾"^^xsd:string .

<http://lexvo.org/id/char/8C3F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B0%BF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C4%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C4%AB%20q%C4%AB>,
        <http://lexvo.org/id/term/kor/%E8%B0%BF>,
        <http://lexvo.org/id/term/kor/KYEY>,
        <http://lexvo.org/id/term/vie/kh%C3%AA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kai1%20kai4>,
        <http://lexvo.org/id/term/yue/%E8%B0%BF>,
        "谿"^^xsd:string ;
    rdfs:comment "valley, gorge; mountain stream"@en .

<http://lexvo.org/id/char/8C40> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B1%80>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C4%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C4%AB%20x%C3%AD>,
        "豀"^^xsd:string ;
    rdfs:comment "to quarrel; mean and petty"@en .

<http://lexvo.org/id/char/8C41> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B1%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%A1%200508.070%3Ahu%C5%8D%200514.050%3Ahu%C3%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C5%8D%20hu%C3%B2%20hu%C3%A1>,
        <http://lexvo.org/id/term/kor/%E8%B1%81>,
        <http://lexvo.org/id/term/kor/HWAL>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kut3>,
        <http://lexvo.org/id/term/yue/%E8%B1%81>,
        "豁"^^xsd:string ;
    rdfs:comment "open up, clear; exempt"@en .

<http://lexvo.org/id/char/8C42> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B1%82>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C3%A1o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/liu4>,
        <http://lexvo.org/id/term/yue/%E8%B1%82>,
        "豂"^^xsd:string .

<http://lexvo.org/id/char/8C43> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B1%83>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C7%8En>,
        "豃"^^xsd:string .

<http://lexvo.org/id/char/8C44> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B1%84>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%BA>,
        "豄"^^xsd:string .

<http://lexvo.org/id/char/8C45> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B1%85>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%B3ng>,
        "豅"^^xsd:string .

<http://lexvo.org/id/char/8C47> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B1%87>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C4%81ng>,
        <http://lexvo.org/id/term/kor/%E8%B1%87>,
        <http://lexvo.org/id/term/kor/KANG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gong1>,
        <http://lexvo.org/id/term/yue/%E8%B1%87>,
        "豇"^^xsd:string ;
    rdfs:comment "a small kidney bean"@en .

<http://lexvo.org/id/char/8C48> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B1%88>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C7%90%200901.032%3Ak%C7%8Ei>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C7%90%20k%C7%8Ei>,
        <http://lexvo.org/id/term/kor/%E8%B1%88>,
        <http://lexvo.org/id/term/kor/KAY%20KI>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hei2%20hoi2>,
        <http://lexvo.org/id/term/yue/%E8%B1%88>,
        "豈"^^xsd:string ;
    rdfs:comment "how? what?"@en .

<http://lexvo.org/id/char/8C49> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B1%89>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C7%90%20sh%C3%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%AC>,
        <http://lexvo.org/id/term/kor/%E8%B1%89>,
        <http://lexvo.org/id/term/kor/SI>,
        <http://lexvo.org/id/term/vie/x%E1%BB%8B>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/si6>,
        <http://lexvo.org/id/term/yue/%E8%B1%89>,
        "豉"^^xsd:string ;
    rdfs:comment "fermented beans"@en .

<http://lexvo.org/id/char/8C4A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B1%8A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C7%90%20f%C4%93ng>,
        <http://lexvo.org/id/term/kor/%E8%B1%8A>,
        <http://lexvo.org/id/term/kor/LYEY%20PHWUNG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lai5>,
        <http://lexvo.org/id/term/yue/%E8%B1%8A>,
        "豊"^^xsd:string ;
    rdfs:comment "abundant, lush, bountiful, plenty"@en .

<http://lexvo.org/id/char/8C4B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B1%8B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C4%93ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dang1>,
        <http://lexvo.org/id/term/yue/%E8%B1%8B>,
        "豋"^^xsd:string ;
    rdfs:comment "ceremonial vessel"@en .

<http://lexvo.org/id/char/8C4C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B1%8C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C4%81n>,
        <http://lexvo.org/id/term/kor/%E8%B1%8C>,
        <http://lexvo.org/id/term/kor/WAN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wun1>,
        <http://lexvo.org/id/term/yue/%E8%B1%8C>,
        "豌"^^xsd:string ;
    rdfs:comment "peas"@en .

<http://lexvo.org/id/char/8C4D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B1%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C4%AB>,
        "豍"^^xsd:string .

<http://lexvo.org/id/char/8C4E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B1%8E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%B9>,
        <http://lexvo.org/id/term/kor/%E8%B1%8E>,
        <http://lexvo.org/id/term/kor/SWU>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/syu6>,
        <http://lexvo.org/id/term/yue/%E8%B1%8E>,
        "豎"^^xsd:string ;
    rdfs:comment "vertical; perpendicular; upright"@en .

<http://lexvo.org/id/char/8C4F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B1%8F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/haam5>,
        <http://lexvo.org/id/term/yue/%E8%B1%8F>,
        "豏"^^xsd:string ;
    rdfs:comment "half-grown beans"@en .

<http://lexvo.org/id/char/8C50> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B1%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C4%93ng>,
        <http://lexvo.org/id/term/kor/%E8%B1%90>,
        <http://lexvo.org/id/term/kor/PHWUNG>,
        <http://lexvo.org/id/term/vie/phong>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fung1>,
        <http://lexvo.org/id/term/yue/%E8%B1%90>,
        "豐"^^xsd:string ;
    rdfs:comment "abundant, lush, bountiful, plenty"@en .

<http://lexvo.org/id/char/8C51> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B1%91>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%AC>,
        "豑"^^xsd:string .

<http://lexvo.org/id/char/8C52> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B1%92>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%AC>,
        "豒"^^xsd:string .

<http://lexvo.org/id/char/8C53> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B1%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jim6>,
        <http://lexvo.org/id/term/yue/%E8%B1%93>,
        "豓"^^xsd:string ;
    rdfs:comment "beautiful, captivating, plump, voluptuous"@en .

<http://lexvo.org/id/char/8C54> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B1%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jim6>,
        <http://lexvo.org/id/term/yue/%E8%B1%94>,
        "豔"^^xsd:string ;
    rdfs:comment "plump, voluptuous, beautiful"@en .

<http://lexvo.org/id/char/8C56> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B1%96>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%B9>,
        <http://lexvo.org/id/term/kor/%E8%B1%96>,
        <http://lexvo.org/id/term/kor/CHWUK>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/doek3>,
        <http://lexvo.org/id/term/yue/%E8%B1%96>,
        "豖"^^xsd:string ;
    rdfs:comment "a shackled pig"@en .

<http://lexvo.org/id/char/8C57> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B1%97>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C4%AB>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fui1>,
        <http://lexvo.org/id/term/yue/%E8%B1%97>,
        "豗"^^xsd:string ;
    rdfs:comment "clamour"@en .

<http://lexvo.org/id/char/8C58> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B1%98>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%BAn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tyun4>,
        <http://lexvo.org/id/term/yue/%E8%B1%98>,
        "豘"^^xsd:string ;
    rdfs:comment "a small pig"@en .

<http://lexvo.org/id/char/8C59> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B1%99>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%AC>,
        "豙"^^xsd:string .

<http://lexvo.org/id/char/8C5A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B1%9A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%BAn>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%BAn%20d%C5%ABn>,
        <http://lexvo.org/id/term/kor/%E8%B1%9A>,
        <http://lexvo.org/id/term/kor/TON>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tyun4>,
        <http://lexvo.org/id/term/yue/%E8%B1%9A>,
        "豚"^^xsd:string ;
    rdfs:comment "small pig, suckling pig; suffle"@en .

<http://lexvo.org/id/char/8C5B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B1%9B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%AC>,
        "豛"^^xsd:string .

<http://lexvo.org/id/char/8C5C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B1%9C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C4%81n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gin1>,
        <http://lexvo.org/id/term/yue/%E8%B1%9C>,
        "豜"^^xsd:string ;
    rdfs:comment "pig of 3 years"@en .

<http://lexvo.org/id/char/8C5D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B1%9D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C4%81>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/baa1>,
        <http://lexvo.org/id/term/yue/%E8%B1%9D>,
        "豝"^^xsd:string ;
    rdfs:comment "sow (female pig)"@en .

<http://lexvo.org/id/char/8C5E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B1%9E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%B2u>,
        "豞"^^xsd:string .

<http://lexvo.org/id/char/8C5F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C3%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B1%9F>,
        "豟"^^xsd:string .

<http://lexvo.org/id/char/8C60> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B1%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C3%BA>,
        "豠"^^xsd:string .

<http://lexvo.org/id/char/8C61> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B1%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A0ng>,
        <http://lexvo.org/id/term/kor/%E8%B1%A1>,
        <http://lexvo.org/id/term/kor/SANG>,
        <http://lexvo.org/id/term/vie/t%C6%B0%E1%BB%A3ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zoeng6>,
        <http://lexvo.org/id/term/yue/%E8%B1%A1>,
        "象"^^xsd:string ;
    rdfs:comment "elephant; ivory; figure, image"@en .

<http://lexvo.org/id/char/8C62> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B1%A2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E8%B1%A2>,
        <http://lexvo.org/id/term/kor/HWAN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/waan6>,
        <http://lexvo.org/id/term/yue/%E8%B1%A2>,
        "豢"^^xsd:string ;
    rdfs:comment "domestic animals; feed, raise"@en .

<http://lexvo.org/id/char/8C63> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B1%A3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C4%81n%20y%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E8%B1%A3>,
        <http://lexvo.org/id/term/kor/YEN%20KYEN>,
        "豣"^^xsd:string ;
    rdfs:comment "pig of 3 years"@en .

<http://lexvo.org/id/char/8C64> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B1%A4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C4%9Bn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/han2>,
        <http://lexvo.org/id/term/yue/%E8%B1%A4>,
        "豤"^^xsd:string .

<http://lexvo.org/id/char/8C65> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B1%A5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C4%81i>,
        "豥"^^xsd:string .

<http://lexvo.org/id/char/8C66> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B1%A6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C3%BA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/geoi6>,
        <http://lexvo.org/id/term/yue/%E8%B1%A6>,
        "豦"^^xsd:string ;
    rdfs:comment "a wild boar; to fight"@en .

<http://lexvo.org/id/char/8C67> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B1%A7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C5%AB>,
        "豧"^^xsd:string .

<http://lexvo.org/id/char/8C68> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B1%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C4%AB>,
        <http://lexvo.org/id/term/kor/%E8%B1%A8>,
        <http://lexvo.org/id/term/kor/HUY>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hei1>,
        <http://lexvo.org/id/term/yue/%E8%B1%A8>,
        "豨"^^xsd:string ;
    rdfs:comment "pig, hog"@en .

<http://lexvo.org/id/char/8C69> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B1%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C4%ABn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/waan1>,
        <http://lexvo.org/id/term/yue/%E8%B1%A9>,
        "豩"^^xsd:string .

<http://lexvo.org/id/char/8C6A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B1%AA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A1o>,
        <http://lexvo.org/id/term/kor/%E8%B1%AA>,
        <http://lexvo.org/id/term/kor/HO>,
        <http://lexvo.org/id/term/vie/h%C3%A0o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hou4>,
        <http://lexvo.org/id/term/yue/%E8%B1%AA>,
        "豪"^^xsd:string ;
    rdfs:comment "brave, heroic, chivalrous"@en .

<http://lexvo.org/id/char/8C6B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B1%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%B9%20x%C3%B9>,
        <http://lexvo.org/id/term/kor/%E8%B1%AB>,
        <http://lexvo.org/id/term/kor/YEY>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jyu6>,
        <http://lexvo.org/id/term/yue/%E8%B1%AB>,
        "豫"^^xsd:string ;
    rdfs:comment "relaxed, comfortable, at ease"@en .

<http://lexvo.org/id/char/8C6C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B1%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C5%AB>,
        <http://lexvo.org/id/term/kor/%E8%B1%AC>,
        <http://lexvo.org/id/term/kor/CE>,
        <http://lexvo.org/id/term/vie/tr%C6%B0>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zyu1>,
        <http://lexvo.org/id/term/yue/%E8%B1%AC>,
        "豬"^^xsd:string ;
    rdfs:comment "pig, hog"@en .

<http://lexvo.org/id/char/8C6D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B1%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C4%81>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gaa1>,
        <http://lexvo.org/id/term/yue/%E8%B1%AD>,
        "豭"^^xsd:string ;
    rdfs:comment "boar, male pig"@en .

<http://lexvo.org/id/char/8C6E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B1%AE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%A9n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fan4>,
        <http://lexvo.org/id/term/yue/%E8%B1%AE>,
        "豮"^^xsd:string ;
    rdfs:comment "castrate pig"@en .

<http://lexvo.org/id/char/8C6F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B1%AF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C4%AB>,
        "豯"^^xsd:string .

<http://lexvo.org/id/char/8C70> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B1%B0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%B3%20h%C3%B9%20hu%C3%B2%20g%C3%B2u>,
        "豰"^^xsd:string .

<http://lexvo.org/id/char/8C71> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B1%B1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C4%93n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wan1>,
        <http://lexvo.org/id/term/yue/%E8%B1%B1>,
        "豱"^^xsd:string .

<http://lexvo.org/id/char/8C72> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B1%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%A1n%20yu%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jyun4%20wun4>,
        <http://lexvo.org/id/term/yue/%E8%B1%B2>,
        "豲"^^xsd:string .

<http://lexvo.org/id/char/8C73> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B1%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C4%ABn>,
        <http://lexvo.org/id/term/kor/%E8%B1%B3>,
        <http://lexvo.org/id/term/kor/PIN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ban1>,
        <http://lexvo.org/id/term/yue/%E8%B1%B3>,
        "豳"^^xsd:string ;
    rdfs:comment "a Zhou-dynasty state"@en .

<http://lexvo.org/id/char/8C74> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B1%B4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dik1>,
        <http://lexvo.org/id/term/yue/%E8%B1%B4>,
        "豴"^^xsd:string ;
    rdfs:comment "a pig's hoof; to go, to send"@en .

<http://lexvo.org/id/char/8C75> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B1%B5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C5%8Dng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zung1>,
        <http://lexvo.org/id/term/yue/%E8%B1%B5>,
        "豵"^^xsd:string ;
    rdfs:comment "young pig"@en .

<http://lexvo.org/id/char/8C76> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B1%B6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%A9n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fan4>,
        <http://lexvo.org/id/term/yue/%E8%B1%B6>,
        "豶"^^xsd:string ;
    rdfs:comment "castrate pig"@en .

<http://lexvo.org/id/char/8C77> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B1%B7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ai3%20ngai3>,
        <http://lexvo.org/id/term/yue/%E8%B1%B7>,
        "豷"^^xsd:string ;
    rdfs:comment "person's name"@en .

<http://lexvo.org/id/char/8C79> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B1%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%A0o>,
        <http://lexvo.org/id/term/kor/%E8%B1%B9>,
        <http://lexvo.org/id/term/kor/PHYO>,
        <http://lexvo.org/id/term/vie/beo>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/baau3%20paau3>,
        <http://lexvo.org/id/term/yue/%E8%B1%B9>,
        "豹"^^xsd:string ;
    rdfs:comment "leopard, panther; surname"@en .

<http://lexvo.org/id/char/8C7A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B1%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%A1i>,
        <http://lexvo.org/id/term/kor/%E8%B1%BA>,
        <http://lexvo.org/id/term/kor/SI>,
        <http://lexvo.org/id/term/vie/s%C3%A0i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/caai4>,
        <http://lexvo.org/id/term/yue/%E8%B1%BA>,
        "豺"^^xsd:string ;
    rdfs:comment "wolf; cruel, wicked, mean"@en .

<http://lexvo.org/id/char/8C7B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C3%A0n%20h%C3%A0n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B1%BB>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hon6%20ngon6>,
        <http://lexvo.org/id/term/yue/%E8%B1%BB>,
        "豻"^^xsd:string ;
    rdfs:comment "prison; a kind of wild dog"@en .

<http://lexvo.org/id/char/8C7C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B1%BC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%AD>,
        "豼"^^xsd:string ;
    rdfs:comment "fox, leopard, panther"@en .

<http://lexvo.org/id/char/8C7D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B1%BD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C3%A0>,
        "豽"^^xsd:string .

<http://lexvo.org/id/char/8C7E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B1%BE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C4%AB>,
        "豾"^^xsd:string .

<http://lexvo.org/id/char/8C7F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B1%BF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C7%92u>,
        "豿"^^xsd:string .

<http://lexvo.org/id/char/8C80> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B2%80>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C3%A0>,
        "貀"^^xsd:string .

<http://lexvo.org/id/char/8C81> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B2%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%B2u>,
        "貁"^^xsd:string .

<http://lexvo.org/id/char/8C82> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B2%82>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/di%C4%81o>,
        <http://lexvo.org/id/term/kor/%E8%B2%82>,
        <http://lexvo.org/id/term/kor/CHO>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/diu1>,
        <http://lexvo.org/id/term/yue/%E8%B2%82>,
        "貂"^^xsd:string ;
    rdfs:comment "marten, sable, mink"@en .

<http://lexvo.org/id/char/8C83> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B2%83>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%B2>,
        <http://lexvo.org/id/term/kor/%E8%B2%83>,
        <http://lexvo.org/id/term/kor/MAYK>,
        "貃"^^xsd:string .

<http://lexvo.org/id/char/8C84> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B2%84>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C3%AC>,
        "貄"^^xsd:string .

<http://lexvo.org/id/char/8C85> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B2%85>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C5%AB>,
        <http://lexvo.org/id/term/kor/%E8%B2%85>,
        <http://lexvo.org/id/term/kor/HYU>,
        <http://lexvo.org/id/term/vie/h%C6%B0%C6%A1u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jau1>,
        <http://lexvo.org/id/term/yue/%E8%B2%85>,
        "貅"^^xsd:string ;
    rdfs:comment "brave, fierce, courageous"@en .

<http://lexvo.org/id/char/8C86> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B2%86>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%A1n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%A1n%20hu%C4%81n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wun4>,
        <http://lexvo.org/id/term/yue/%E8%B2%86>,
        "貆"^^xsd:string ;
    rdfs:comment "small badger; porcupine"@en .

<http://lexvo.org/id/char/8C87> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B2%87>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C5%ABn>,
        "貇"^^xsd:string ;
    rdfs:comment "to root, gnaw"@en .

<http://lexvo.org/id/char/8C88> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B2%88>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A9%20h%C3%A1o%20m%C3%A0%20m%C3%B2>,
        "貈"^^xsd:string .

<http://lexvo.org/id/char/8C89> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B2%89>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A1o%200455.040%3Ah%C3%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A9%20h%C3%A1o%20m%C3%B2%20m%C3%A0>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hok6%20mak6>,
        <http://lexvo.org/id/term/yue/%E8%B2%89>,
        "貉"^^xsd:string ;
    rdfs:comment "badger; raccoon dog"@en .

<http://lexvo.org/id/char/8C8A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B2%8A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%B2>,
        <http://lexvo.org/id/term/kor/%E8%B2%8A>,
        <http://lexvo.org/id/term/kor/MAYK>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mak6>,
        <http://lexvo.org/id/term/yue/%E8%B2%8A>,
        "貊"^^xsd:string ;
    rdfs:comment "leopard; ancient tribe in northeastern China"@en .

<http://lexvo.org/id/char/8C8B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B2%8B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A0n>,
        "貋"^^xsd:string .

<http://lexvo.org/id/char/8C8C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B2%8C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A0o>,
        <http://lexvo.org/id/term/kor/%E8%B2%8C>,
        <http://lexvo.org/id/term/kor/MO%20MAK>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/maau6>,
        <http://lexvo.org/id/term/yue/%E8%B2%8C>,
        "貌"^^xsd:string ;
    rdfs:comment "countenance, appearance"@en .

<http://lexvo.org/id/char/8C8D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B2%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%AD%20m%C3%A1i>,
        <http://lexvo.org/id/term/kor/%E8%B2%8D>,
        <http://lexvo.org/id/term/kor/LI>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lei4>,
        <http://lexvo.org/id/term/yue/%E8%B2%8D>,
        "貍"^^xsd:string ;
    rdfs:comment "a fox-like animal"@en .

<http://lexvo.org/id/char/8C8E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B2%8E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C3%AD>,
        "貎"^^xsd:string ;
    rdfs:comment "lion; wild beast; wild horse"@en .

<http://lexvo.org/id/char/8C8F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B2%8F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C7%90>,
        "貏"^^xsd:string .

<http://lexvo.org/id/char/8C90> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B2%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%94>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jyu5>,
        <http://lexvo.org/id/term/yue/%E8%B2%90>,
        "貐"^^xsd:string .

<http://lexvo.org/id/char/8C91> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B2%91>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C4%81>,
        "貑"^^xsd:string .

<http://lexvo.org/id/char/8C92> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B2%92>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/tu%C4%81n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/teon1>,
        <http://lexvo.org/id/term/yue/%E8%B2%92>,
        "貒"^^xsd:string .

<http://lexvo.org/id/char/8C93> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B2%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C4%81o>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C4%81o%200768.061%3Am%C3%A1o>,
        <http://lexvo.org/id/term/kor/%E8%B2%93>,
        <http://lexvo.org/id/term/kor/MYO>,
        <http://lexvo.org/id/term/vie/m%C3%A8o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/maau1>,
        <http://lexvo.org/id/term/yue/%E8%B2%93>,
        "貓"^^xsd:string ;
    rdfs:comment "cat"@en .

<http://lexvo.org/id/char/8C94> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B2%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%AD>,
        <http://lexvo.org/id/term/kor/%E8%B2%94>,
        <http://lexvo.org/id/term/kor/PI>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/pei4>,
        <http://lexvo.org/id/term/yue/%E8%B2%94>,
        "貔"^^xsd:string ;
    rdfs:comment "fox, leopard, panther"@en .

<http://lexvo.org/id/char/8C95> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B2%95>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C4%AB>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hai4>,
        <http://lexvo.org/id/term/yue/%E8%B2%95>,
        "貕"^^xsd:string .

<http://lexvo.org/id/char/8C96> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C3%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B2%96>,
        "貖"^^xsd:string .

<http://lexvo.org/id/char/8C97> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B2%97>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%B9>,
        "貗"^^xsd:string .

<http://lexvo.org/id/char/8C98> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B2%98>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%B2>,
        <http://lexvo.org/id/term/kor/%E8%B2%98>,
        <http://lexvo.org/id/term/kor/MAYK>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mak6%20mok6>,
        <http://lexvo.org/id/term/yue/%E8%B2%98>,
        "貘"^^xsd:string ;
    rdfs:comment "the panther; the tapir"@en .

<http://lexvo.org/id/char/8C99> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B2%99>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C5%AB>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ceoi1%20jyu6>,
        <http://lexvo.org/id/term/yue/%E8%B2%99>,
        "貙"^^xsd:string ;
    rdfs:comment "a kind of animal like a tiger; fierce wild beasts"@en .

<http://lexvo.org/id/char/8C9A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B2%9A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%A1n>,
        "貚"^^xsd:string .

<http://lexvo.org/id/char/8C9B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B2%9B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C4%81n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fun1>,
        <http://lexvo.org/id/term/yue/%E8%B2%9B>,
        "貛"^^xsd:string ;
    rdfs:comment "badger"@en .

<http://lexvo.org/id/char/8C9C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B2%9C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ju%C3%A9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fok3>,
        <http://lexvo.org/id/term/yue/%E8%B2%9C>,
        "貜"^^xsd:string ;
    rdfs:comment "ape"@en .

<http://lexvo.org/id/char/8C9E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B2%9E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C4%93n>,
        <http://lexvo.org/id/term/kor/%E8%B2%9E>,
        <http://lexvo.org/id/term/kor/CENG>,
        <http://lexvo.org/id/term/vie/trinh>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zing1>,
        <http://lexvo.org/id/term/yue/%E8%B2%9E>,
        "貞"^^xsd:string ;
    rdfs:comment "virtuous, chaste, pure; loyal"@en .

<http://lexvo.org/id/char/8C9F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B2%9F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/yu%C3%A1n%20y%C3%BAn>,
        "貟"^^xsd:string ;
    rdfs:comment "member; personnel, staff member"@en .

<http://lexvo.org/id/char/8CA0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B2%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%B9>,
        <http://lexvo.org/id/term/kor/%E8%B2%A0>,
        <http://lexvo.org/id/term/kor/PWU>,
        <http://lexvo.org/id/term/vie/ph%E1%BB%A5>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fu6>,
        <http://lexvo.org/id/term/yue/%E8%B2%A0>,
        "負"^^xsd:string ;
    rdfs:comment "load, burden; carry, bear"@en .

<http://lexvo.org/id/char/8CA1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B2%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C3%A1i>,
        <http://lexvo.org/id/term/kor/%E8%B2%A1>,
        <http://lexvo.org/id/term/kor/CAY>,
        <http://lexvo.org/id/term/vie/t%C3%A0i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/coi4>,
        <http://lexvo.org/id/term/yue/%E8%B2%A1>,
        "財"^^xsd:string ;
    rdfs:comment "wealth, valuables, riches"@en .

<http://lexvo.org/id/char/8CA2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B2%A2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C3%B2ng>,
        <http://lexvo.org/id/term/kor/%E8%B2%A2>,
        <http://lexvo.org/id/term/kor/KONG>,
        <http://lexvo.org/id/term/vie/c%E1%BB%91ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gung3>,
        <http://lexvo.org/id/term/yue/%E8%B2%A2>,
        "貢"^^xsd:string ;
    rdfs:comment "offer tribute; tribute, gifts"@en .

<http://lexvo.org/id/char/8CA3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B2%A3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%A8>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tik1>,
        <http://lexvo.org/id/term/yue/%E8%B2%A3>,
        "貣"^^xsd:string .

<http://lexvo.org/id/char/8CA4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B2%A4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%AD%201369.110*%3Ay%C3%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%AD%20y%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ji4>,
        <http://lexvo.org/id/term/yue/%E8%B2%A4>,
        "貤"^^xsd:string ;
    rdfs:comment "steps, grade, strata; series"@en .

<http://lexvo.org/id/char/8CA5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B2%A5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A1ng>,
        "貥"^^xsd:string .

<http://lexvo.org/id/char/8CA6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B2%A6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C3%A0n>,
        "貦"^^xsd:string .

<http://lexvo.org/id/char/8CA7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B2%A7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%ADn>,
        <http://lexvo.org/id/term/kor/%E8%B2%A7>,
        <http://lexvo.org/id/term/kor/PIN>,
        <http://lexvo.org/id/term/vie/b%E1%BA%A7n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/pan4>,
        <http://lexvo.org/id/term/yue/%E8%B2%A7>,
        "貧"^^xsd:string ;
    rdfs:comment "poor, impoverished, needy"@en .

<http://lexvo.org/id/char/8CA8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B2%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%B2>,
        <http://lexvo.org/id/term/kor/%E8%B2%A8>,
        <http://lexvo.org/id/term/kor/HWA>,
        <http://lexvo.org/id/term/vie/ho%C3%A1>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fo3>,
        <http://lexvo.org/id/term/yue/%E8%B2%A8>,
        "貨"^^xsd:string ;
    rdfs:comment "goods, commodities, products"@en .

<http://lexvo.org/id/char/8CA9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B2%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E8%B2%A9>,
        <http://lexvo.org/id/term/kor/PHAN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/faan3%20faan5>,
        <http://lexvo.org/id/term/yue/%E8%B2%A9>,
        "販"^^xsd:string ;
    rdfs:comment "peddler, hawker, street merchant"@en .

<http://lexvo.org/id/char/8CAA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B2%AA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C4%81n>,
        <http://lexvo.org/id/term/kor/%E8%B2%AA>,
        <http://lexvo.org/id/term/kor/THAM>,
        <http://lexvo.org/id/term/vie/tham>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/taam1>,
        <http://lexvo.org/id/term/yue/%E8%B2%AA>,
        "貪"^^xsd:string ;
    rdfs:comment "greedy, covet; covetous"@en .

<http://lexvo.org/id/char/8CAB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B2%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/gu%C3%A0n%20w%C4%81n>,
        <http://lexvo.org/id/term/kor/%E8%B2%AB>,
        <http://lexvo.org/id/term/kor/KWAN>,
        <http://lexvo.org/id/term/vie/quan>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gun3>,
        <http://lexvo.org/id/term/yue/%E8%B2%AB>,
        "貫"^^xsd:string ;
    rdfs:comment "a string of 1000 coins; to go through"@en .

<http://lexvo.org/id/char/8CAC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B2%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C3%A9%20zh%C3%A0i>,
        <http://lexvo.org/id/term/kor/%E8%B2%AC>,
        <http://lexvo.org/id/term/kor/CHAYK%20CHAY>,
        <http://lexvo.org/id/term/vie/tr%C3%A1ch>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zaak3>,
        <http://lexvo.org/id/term/yue/%E8%B2%AC>,
        "責"^^xsd:string ;
    rdfs:comment "one's responsibility, duty"@en .

<http://lexvo.org/id/char/8CAD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B2%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%AD>,
        "貭"^^xsd:string ;
    rdfs:comment "matter, material, substance"@en .

<http://lexvo.org/id/char/8CAE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C3%A8r>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B2%AE>,
        "2",
        "貮"^^xsd:string ;
    rdfs:comment "number two"@en .

<http://lexvo.org/id/char/8CAF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B2%AF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C7%94%20zh%C3%B9>,
        <http://lexvo.org/id/term/kor/%E8%B2%AF>,
        <http://lexvo.org/id/term/kor/CE>,
        <http://lexvo.org/id/term/vie/tr%E1%BB%AF>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cyu5>,
        <http://lexvo.org/id/term/yue/%E8%B2%AF>,
        "貯"^^xsd:string ;
    rdfs:comment "store, stockpile, hoard"@en .

<http://lexvo.org/id/char/8CB0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B2%B0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%AC>,
        <http://lexvo.org/id/term/kor/%E8%B2%B0>,
        <http://lexvo.org/id/term/kor/SEY>,
        <http://lexvo.org/id/term/vie/th%E1%BB%9Fi>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sai3>,
        <http://lexvo.org/id/term/yue/%E8%B2%B0>,
        "貰"^^xsd:string ;
    rdfs:comment "borrow; pardon; loan"@en .

<http://lexvo.org/id/char/8CB1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B2%B1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%AC>,
        "貱"^^xsd:string .

<http://lexvo.org/id/char/8CB2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B2%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C4%AB>,
        <http://lexvo.org/id/term/kor/%E8%B2%B2>,
        <http://lexvo.org/id/term/kor/CA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zi1>,
        <http://lexvo.org/id/term/yue/%E8%B2%B2>,
        "貲"^^xsd:string ;
    rdfs:comment "property; wealth; to count"@en .

<http://lexvo.org/id/char/8CB3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C3%A8r>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B2%B3>,
        <http://lexvo.org/id/term/kor/%E8%B2%B3>,
        <http://lexvo.org/id/term/kor/I>,
        <http://lexvo.org/id/term/vie/nh%E1%BB%8B>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ji6>,
        <http://lexvo.org/id/term/yue/%E8%B2%B3>,
        "2",
        "貳"^^xsd:string ;
    rdfs:comment "number two"@en .

<http://lexvo.org/id/char/8CB4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B2%B4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/gu%C3%AC>,
        <http://lexvo.org/id/term/kor/%E8%B2%B4>,
        <http://lexvo.org/id/term/kor/KWI>,
        <http://lexvo.org/id/term/vie/qu%C3%BD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gwai3>,
        <http://lexvo.org/id/term/yue/%E8%B2%B4>,
        "貴"^^xsd:string ;
    rdfs:comment "expensive, costly, valuable"@en .

<http://lexvo.org/id/char/8CB5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B2%B5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/pi%C7%8En>,
        "貵"^^xsd:string .

<http://lexvo.org/id/char/8CB6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B2%B6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/bi%C7%8En>,
        <http://lexvo.org/id/term/kor/%E8%B2%B6>,
        <http://lexvo.org/id/term/kor/PHYEM>,
        <http://lexvo.org/id/term/vie/bi%E1%BA%BFm>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bin2>,
        <http://lexvo.org/id/term/yue/%E8%B2%B6>,
        "貶"^^xsd:string ;
    rdfs:comment "decrease, lower; censure, criticize"@en .

<http://lexvo.org/id/char/8CB7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B2%B7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C7%8Ei>,
        <http://lexvo.org/id/term/kor/%E8%B2%B7>,
        <http://lexvo.org/id/term/kor/MAY>,
        <http://lexvo.org/id/term/vie/m%C3%A3i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/maai5>,
        <http://lexvo.org/id/term/yue/%E8%B2%B7>,
        "買"^^xsd:string ;
    rdfs:comment "buy, purchase; bribe, persuade"@en .

<http://lexvo.org/id/char/8CB8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B2%B8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%A0i%20t%C3%A8>,
        <http://lexvo.org/id/term/kor/%E8%B2%B8>,
        <http://lexvo.org/id/term/kor/TAY%20THUK>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/taai3%20tik1>,
        <http://lexvo.org/id/term/yue/%E8%B2%B8>,
        "貸"^^xsd:string ;
    rdfs:comment "lend; borrow; pardon"@en .

<http://lexvo.org/id/char/8CB9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B2%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%A8ng>,
        "貹"^^xsd:string .

<http://lexvo.org/id/char/8CBA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B2%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ku%C3%A0ng>,
        <http://lexvo.org/id/term/kor/%E8%B2%BA>,
        <http://lexvo.org/id/term/kor/HWANG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fong3>,
        <http://lexvo.org/id/term/yue/%E8%B2%BA>,
        "貺"^^xsd:string ;
    rdfs:comment "give, grant, bestow; surname"@en .

<http://lexvo.org/id/char/8CBB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B2%BB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%A8i%20b%C3%AC>,
        <http://lexvo.org/id/term/kor/%E8%B2%BB>,
        <http://lexvo.org/id/term/kor/PI>,
        <http://lexvo.org/id/term/vie/ph%C3%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bei3%20fai3>,
        <http://lexvo.org/id/term/yue/%E8%B2%BB>,
        "費"^^xsd:string ;
    rdfs:comment "expenses, expenditures, fee"@en .

<http://lexvo.org/id/char/8CBC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B2%BC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ti%C4%93>,
        <http://lexvo.org/id/term/kor/%E8%B2%BC>,
        <http://lexvo.org/id/term/kor/CHEP>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tip3>,
        <http://lexvo.org/id/term/yue/%E8%B2%BC>,
        "貼"^^xsd:string ;
    rdfs:comment "paste to, stick on; attached to"@en .

<http://lexvo.org/id/char/8CBD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B2%BD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%AD>,
        <http://lexvo.org/id/term/kor/%E8%B2%BD>,
        <http://lexvo.org/id/term/kor/I>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ji4>,
        <http://lexvo.org/id/term/yue/%E8%B2%BD>,
        "貽"^^xsd:string ;
    rdfs:comment "give to, hand down, bequeath"@en .

<http://lexvo.org/id/char/8CBE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B2%BE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%AD>,
        "貾"^^xsd:string .

<http://lexvo.org/id/char/8CBF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B2%BF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A0o>,
        <http://lexvo.org/id/term/kor/%E8%B2%BF>,
        <http://lexvo.org/id/term/kor/MWU>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mau6>,
        <http://lexvo.org/id/term/yue/%E8%B2%BF>,
        "貿"^^xsd:string ;
    rdfs:comment "trade, barter; mixed; rashly"@en .

<http://lexvo.org/id/char/8CC0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B3%80>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A8>,
        <http://lexvo.org/id/term/kor/%E8%B3%80>,
        <http://lexvo.org/id/term/kor/HA>,
        <http://lexvo.org/id/term/vie/h%E1%BA%A1>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ho6>,
        <http://lexvo.org/id/term/yue/%E8%B3%80>,
        "賀"^^xsd:string ;
    rdfs:comment "congratulate; send present"@en .

<http://lexvo.org/id/char/8CC1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B3%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%AC%20b%C4%93n%20f%C3%A9i%20f%C3%A9n%20f%C3%A8n>,
        <http://lexvo.org/id/term/kor/%E8%B3%81>,
        <http://lexvo.org/id/term/kor/PWUN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ban1%20bei3%20fan4%20fan5>,
        <http://lexvo.org/id/term/yue/%E8%B3%81>,
        "賁"^^xsd:string ;
    rdfs:comment "forge ahead; energetic; surname"@en .

<http://lexvo.org/id/char/8CC2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B3%82>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%B9>,
        <http://lexvo.org/id/term/kor/%E8%B3%82>,
        <http://lexvo.org/id/term/kor/LOY%20LO>,
        <http://lexvo.org/id/term/vie/l%E1%BB%99>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lou6>,
        <http://lexvo.org/id/term/yue/%E8%B3%82>,
        "賂"^^xsd:string ;
    rdfs:comment "bribe; give present"@en .

<http://lexvo.org/id/char/8CC3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B3%83>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%ACn%20r%C3%A8n>,
        <http://lexvo.org/id/term/kor/%E8%B3%83>,
        <http://lexvo.org/id/term/kor/IM>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jam6>,
        <http://lexvo.org/id/term/yue/%E8%B3%83>,
        "賃"^^xsd:string ;
    rdfs:comment "rent, hire; hired person"@en .

<http://lexvo.org/id/char/8CC4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B3%84>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%AC>,
        <http://lexvo.org/id/term/kor/%E8%B3%84>,
        <http://lexvo.org/id/term/kor/HOY>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fui2%20kui2>,
        <http://lexvo.org/id/term/yue/%E8%B3%84>,
        "賄"^^xsd:string ;
    rdfs:comment "bribe; bribes; riches, wealth"@en .

<http://lexvo.org/id/char/8CC5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B3%85>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C4%81i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/goi1>,
        <http://lexvo.org/id/term/yue/%E8%B3%85>,
        "賅"^^xsd:string ;
    rdfs:comment "prepared for; inclusive"@en .

<http://lexvo.org/id/char/8CC6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B3%86>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/pi%C3%A1n>,
        <http://lexvo.org/id/term/kor/%E8%B3%86>,
        <http://lexvo.org/id/term/kor/PYEN>,
        "賆"^^xsd:string .

<http://lexvo.org/id/char/8CC7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B3%87>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C4%AB%20z%C3%AC>,
        <http://lexvo.org/id/term/kor/%E8%B3%87>,
        <http://lexvo.org/id/term/kor/CA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zi1>,
        <http://lexvo.org/id/term/yue/%E8%B3%87>,
        "資"^^xsd:string ;
    rdfs:comment "property; wealth; capital"@en .

<http://lexvo.org/id/char/8CC8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B3%88>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C7%8E%20ji%C3%A0%20g%C7%94>,
        <http://lexvo.org/id/term/kor/%E8%B3%88>,
        <http://lexvo.org/id/term/kor/KA%20KO>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gaa2%20gu2>,
        <http://lexvo.org/id/term/yue/%E8%B3%88>,
        "賈"^^xsd:string ;
    rdfs:comment "surname; merchant; buy, trade"@en .

<http://lexvo.org/id/char/8CC9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B3%89>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C3%B9>,
        "賉"^^xsd:string ;
    rdfs:comment "to give alms"@en .

<http://lexvo.org/id/char/8CCA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B3%8A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C3%A9i%20z%C3%A9>,
        <http://lexvo.org/id/term/kor/%E8%B3%8A>,
        <http://lexvo.org/id/term/kor/CEK>,
        <http://lexvo.org/id/term/vie/t%E1%BA%B7c>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/caak6>,
        <http://lexvo.org/id/term/yue/%E8%B3%8A>,
        "賊"^^xsd:string ;
    rdfs:comment "thief, traitor"@en .

<http://lexvo.org/id/char/8CCB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B3%8B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C7%8Eo>,
        "賋"^^xsd:string .

<http://lexvo.org/id/char/8CCC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B3%8C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C3%A0i%20g%C4%81i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/goi1>,
        <http://lexvo.org/id/term/yue/%E8%B3%8C>,
        "賌"^^xsd:string .

<http://lexvo.org/id/char/8CCD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B3%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C4%81ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zong1>,
        <http://lexvo.org/id/term/yue/%E8%B3%8D>,
        "賍"^^xsd:string ;
    rdfs:comment "booty, loot, stolen goods; bribe"@en .

<http://lexvo.org/id/char/8CCE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B3%8E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%A0n>,
        "賎"^^xsd:string ;
    rdfs:comment "mean, low; cheap, worthless"@en .

<http://lexvo.org/id/char/8CCF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B3%8F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%ACng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jing1>,
        <http://lexvo.org/id/term/yue/%E8%B3%8F>,
        "賏"^^xsd:string ;
    rdfs:comment "pearls or shells strung together"@en .

<http://lexvo.org/id/char/8CD0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B3%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C3%B9n>,
        "賐"^^xsd:string .

<http://lexvo.org/id/char/8CD1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B3%91>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%A8n>,
        <http://lexvo.org/id/term/kor/%E8%B3%91>,
        <http://lexvo.org/id/term/kor/CIN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zan3>,
        <http://lexvo.org/id/term/yue/%E8%B3%91>,
        "賑"^^xsd:string ;
    rdfs:comment "relieve, aid distressed; rich"@en .

<http://lexvo.org/id/char/8CD2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B3%92>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C4%93%20sh%C4%81>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/se1>,
        <http://lexvo.org/id/term/yue/%E8%B3%92>,
        "賒"^^xsd:string ;
    rdfs:comment "buy and sell on credit, distant"@en .

<http://lexvo.org/id/char/8CD3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B3%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C4%ABn>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C4%ABn%20b%C3%ACn>,
        <http://lexvo.org/id/term/kor/%E8%B3%93>,
        <http://lexvo.org/id/term/kor/PIN>,
        <http://lexvo.org/id/term/vie/t%C3%A2n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ban1>,
        <http://lexvo.org/id/term/yue/%E8%B3%93>,
        "賓"^^xsd:string ;
    rdfs:comment "guest, visitor; surname; submit"@en .

<http://lexvo.org/id/char/8CD4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B3%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C4%ABn>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C4%ABn%20b%C3%ACn>,
        <http://lexvo.org/id/term/kor/%E8%B3%94>,
        <http://lexvo.org/id/term/kor/PIN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ban1>,
        <http://lexvo.org/id/term/yue/%E8%B3%94>,
        "賔"^^xsd:string ;
    rdfs:comment "guest, visitor; surname; submit"@en .

<http://lexvo.org/id/char/8CD5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B3%95>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C3%BA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kau4>,
        <http://lexvo.org/id/term/yue/%E8%B3%95>,
        "賕"^^xsd:string ;
    rdfs:comment "bribe"@en .

<http://lexvo.org/id/char/8CD6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B3%96>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C4%93>,
        "賖"^^xsd:string .

<http://lexvo.org/id/char/8CD7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B3%97>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/chu%C3%A0n>,
        "賗"^^xsd:string .

<http://lexvo.org/id/char/8CD8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B3%98>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C4%81ng>,
        "賘"^^xsd:string .

<http://lexvo.org/id/char/8CD9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B3%99>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C5%8Du>,
        <http://lexvo.org/id/term/kor/%E8%B3%99>,
        <http://lexvo.org/id/term/kor/CWU>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zau1>,
        <http://lexvo.org/id/term/yue/%E8%B3%99>,
        "賙"^^xsd:string ;
    rdfs:comment "give for charity"@en .

<http://lexvo.org/id/char/8CDA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B3%9A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%A0i>,
        <http://lexvo.org/id/term/kor/%E8%B3%9A>,
        <http://lexvo.org/id/term/kor/LOY>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/loi6>,
        <http://lexvo.org/id/term/yue/%E8%B3%9A>,
        "賚"^^xsd:string ;
    rdfs:comment "give, present, confer; surname"@en .

<http://lexvo.org/id/char/8CDB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B3%9B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E8%B3%9B>,
        <http://lexvo.org/id/term/kor/CHAN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zaan3>,
        <http://lexvo.org/id/term/yue/%E8%B3%9B>,
        "賛"^^xsd:string ;
    rdfs:comment "help, support, assist, aid"@en .

<http://lexvo.org/id/char/8CDC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B3%9C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C3%AC%20s%C3%AC>,
        <http://lexvo.org/id/term/kor/%E8%B3%9C>,
        <http://lexvo.org/id/term/kor/SA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ci3>,
        <http://lexvo.org/id/term/yue/%E8%B3%9C>,
        "賜"^^xsd:string ;
    rdfs:comment "give, bestow favors; appoint"@en .

<http://lexvo.org/id/char/8CDD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B3%9D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C4%93n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sam1>,
        <http://lexvo.org/id/term/yue/%E8%B3%9D>,
        "賝"^^xsd:string ;
    rdfs:comment "preious"@en .

<http://lexvo.org/id/char/8CDE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B3%9E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C7%8Eng>,
        <http://lexvo.org/id/term/kor/%E8%B3%9E>,
        <http://lexvo.org/id/term/kor/SANG>,
        <http://lexvo.org/id/term/vie/th%C6%B0%E1%BB%9Fng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/soeng2>,
        <http://lexvo.org/id/term/yue/%E8%B3%9E>,
        "賞"^^xsd:string ;
    rdfs:comment "reward, grant, bestow; appreciate"@en .

<http://lexvo.org/id/char/8CDF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B3%9F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ti%C7%8En>,
        "賟"^^xsd:string .

<http://lexvo.org/id/char/8CE0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B3%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%A9i>,
        <http://lexvo.org/id/term/kor/%E8%B3%A0>,
        <http://lexvo.org/id/term/kor/PAY>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/pui4>,
        <http://lexvo.org/id/term/yue/%E8%B3%A0>,
        "賠"^^xsd:string ;
    rdfs:comment "indemnify, suffer loss"@en .

<http://lexvo.org/id/char/8CE1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B3%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C4%93ng>,
        <http://lexvo.org/id/term/kor/%E8%B3%A1>,
        <http://lexvo.org/id/term/kor/KAYNG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gang1>,
        <http://lexvo.org/id/term/yue/%E8%B3%A1>,
        "賡"^^xsd:string ;
    rdfs:comment "continue"@en .

<http://lexvo.org/id/char/8CE2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B3%A2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A1n>,
        <http://lexvo.org/id/term/kor/%E8%B3%A2>,
        <http://lexvo.org/id/term/kor/HYEN>,
        <http://lexvo.org/id/term/vie/hi%E1%BB%81n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jin4>,
        <http://lexvo.org/id/term/yue/%E8%B3%A2>,
        "賢"^^xsd:string ;
    rdfs:comment "virtuous, worthy, good; able"@en .

<http://lexvo.org/id/char/8CE3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B3%A3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A0i>,
        <http://lexvo.org/id/term/kor/%E8%B3%A3>,
        <http://lexvo.org/id/term/kor/MAY>,
        <http://lexvo.org/id/term/vie/m%E1%BA%A1i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/maai6>,
        <http://lexvo.org/id/term/yue/%E8%B3%A3>,
        "賣"^^xsd:string ;
    rdfs:comment "sell; betray; show off"@en .

<http://lexvo.org/id/char/8CE4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B3%A4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E8%B3%A4>,
        <http://lexvo.org/id/term/kor/CHEN>,
        <http://lexvo.org/id/term/vie/ti%E1%BB%87n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zin6>,
        <http://lexvo.org/id/term/yue/%E8%B3%A4>,
        "賤"^^xsd:string ;
    rdfs:comment "mean, low; cheap, worthless"@en .

<http://lexvo.org/id/char/8CE5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B3%A5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/su%C3%AC>,
        <http://lexvo.org/id/term/vie/%C4%91%C3%BAt>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/seoi6>,
        <http://lexvo.org/id/term/yue/%E8%B3%A5>,
        "賥"^^xsd:string .

<http://lexvo.org/id/char/8CE6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B3%A6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%B9>,
        <http://lexvo.org/id/term/kor/%E8%B3%A6>,
        <http://lexvo.org/id/term/kor/PWU>,
        <http://lexvo.org/id/term/vie/ph%C3%BA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fu3>,
        <http://lexvo.org/id/term/yue/%E8%B3%A6>,
        "賦"^^xsd:string ;
    rdfs:comment "tax; give; endow; army; diffuse"@en .

<http://lexvo.org/id/char/8CE7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B3%A7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%A0n%20t%C7%8En>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/daam6%20zin6>,
        <http://lexvo.org/id/term/yue/%E8%B3%A7>,
        "賧"^^xsd:string ;
    rdfs:comment "fine"@en .

<http://lexvo.org/id/char/8CE8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B3%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C3%B3ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cung4>,
        <http://lexvo.org/id/term/yue/%E8%B3%A8>,
        "賨"^^xsd:string ;
    rdfs:comment "tribute paid in cloth by the tribes in Szechwan and Yunnan under the Han dynasty"@en .

<http://lexvo.org/id/char/8CE9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B3%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C3%B3ng>,
        "賩"^^xsd:string .

<http://lexvo.org/id/char/8CEA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B3%AA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%AC%20zh%C3%AD>,
        <http://lexvo.org/id/term/kor/%E8%B3%AA>,
        <http://lexvo.org/id/term/kor/CIL%20CI>,
        <http://lexvo.org/id/term/vie/ch%E1%BA%A5t>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zat1%20zi3>,
        <http://lexvo.org/id/term/yue/%E8%B3%AA>,
        "質"^^xsd:string ;
    rdfs:comment "matter, material, substance"@en .

<http://lexvo.org/id/char/8CEB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B3%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C4%AB%20q%C3%AD>,
        "賫"^^xsd:string ;
    rdfs:comment "present"@en .

<http://lexvo.org/id/char/8CEC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B3%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%A0ng>,
        <http://lexvo.org/id/term/kor/%E8%B3%AC>,
        <http://lexvo.org/id/term/kor/CANG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zoeng3>,
        <http://lexvo.org/id/term/yue/%E8%B3%AC>,
        "賬"^^xsd:string ;
    rdfs:comment "accounts; bill, debt; credit"@en .

<http://lexvo.org/id/char/8CED> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B3%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C7%94>,
        <http://lexvo.org/id/term/kor/%E8%B3%AD>,
        <http://lexvo.org/id/term/kor/TO>,
        <http://lexvo.org/id/term/vie/%C4%91%E1%BB%95>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dou2>,
        <http://lexvo.org/id/term/yue/%E8%B3%AD>,
        "賭"^^xsd:string ;
    rdfs:comment "bet, gamble, wager; compete"@en .

<http://lexvo.org/id/char/8CEE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B3%AE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%ACn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zeon2>,
        <http://lexvo.org/id/term/yue/%E8%B3%AE>,
        "賮"^^xsd:string ;
    rdfs:comment "farewell gift"@en .

<http://lexvo.org/id/char/8CEF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B3%AF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C5%8Dng%20m%C3%ADn>,
        "賯"^^xsd:string .

<http://lexvo.org/id/char/8CF0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B3%B0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C7%94n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/seon2>,
        <http://lexvo.org/id/term/yue/%E8%B3%B0>,
        "賰"^^xsd:string ;
    rdfs:comment "plentiful, wealthy or rich; handsome (pay, gifts, etc.)"@en .

<http://lexvo.org/id/char/8CF1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B3%B1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%94n>,
        "賱"^^xsd:string .

<http://lexvo.org/id/char/8CF2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B3%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C7%8Eo>,
        "賲"^^xsd:string .

<http://lexvo.org/id/char/8CF3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B3%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C4%81i>,
        "賳"^^xsd:string .

<http://lexvo.org/id/char/8CF4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B3%B4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%A0i>,
        <http://lexvo.org/id/term/kor/%E8%B3%B4>,
        <http://lexvo.org/id/term/kor/LOY>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/laai6>,
        <http://lexvo.org/id/term/yue/%E8%B3%B4>,
        "賴"^^xsd:string ;
    rdfs:comment "rely, depend on; accuse falsely"@en .

<http://lexvo.org/id/char/8CF5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B3%B5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%A8ng>,
        <http://lexvo.org/id/term/vie/ph%C3%BAng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fung3>,
        <http://lexvo.org/id/term/yue/%E8%B3%B5>,
        "賵"^^xsd:string ;
    rdfs:comment "gift"@en .

<http://lexvo.org/id/char/8CF6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B3%B6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C3%A0ng>,
        "賶"^^xsd:string .

<http://lexvo.org/id/char/8CF7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B3%B7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C4%AB%20q%C3%AD>,
        "賷"^^xsd:string .

<http://lexvo.org/id/char/8CF8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B3%B8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%A8ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sing6>,
        <http://lexvo.org/id/term/yue/%E8%B3%B8>,
        "賸"^^xsd:string ;
    rdfs:comment "leftovers, residue, remains"@en .

<http://lexvo.org/id/char/8CF9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C3%A0i>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B3%B9>,
        "賹"^^xsd:string .

<http://lexvo.org/id/char/8CFA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B3%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zhu%C3%A0n%20zu%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zaam6%20zaan6>,
        <http://lexvo.org/id/term/yue/%E8%B3%BA>,
        "賺"^^xsd:string ;
    rdfs:comment "make money, earn; gain, profit"@en .

<http://lexvo.org/id/char/8CFB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B3%BB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%B9>,
        <http://lexvo.org/id/term/kor/%E8%B3%BB>,
        <http://lexvo.org/id/term/kor/PWU>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fu6>,
        <http://lexvo.org/id/term/yue/%E8%B3%BB>,
        "賻"^^xsd:string ;
    rdfs:comment "gift of money help pay funeral"@en .

<http://lexvo.org/id/char/8CFC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B3%BC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C3%B2u>,
        <http://lexvo.org/id/term/kor/%E8%B3%BC>,
        <http://lexvo.org/id/term/kor/KWU>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gau3%20kau3>,
        <http://lexvo.org/id/term/yue/%E8%B3%BC>,
        "購"^^xsd:string ;
    rdfs:comment "buy, purchase; hire"@en .

<http://lexvo.org/id/char/8CFD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B3%BD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C3%A0i>,
        <http://lexvo.org/id/term/kor/%E8%B3%BD>,
        <http://lexvo.org/id/term/kor/SAY>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/coi3>,
        <http://lexvo.org/id/term/yue/%E8%B3%BD>,
        "賽"^^xsd:string ;
    rdfs:comment "compete, contend; contest, race"@en .

<http://lexvo.org/id/char/8CFE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B3%BE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C3%A9>,
        <http://lexvo.org/id/term/kor/%E8%B3%BE>,
        <http://lexvo.org/id/term/kor/SAYK>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zaak3%20zak3>,
        <http://lexvo.org/id/term/yue/%E8%B3%BE>,
        "賾"^^xsd:string ;
    rdfs:comment "abstruse, deep, profound"@en .

<http://lexvo.org/id/char/8CFF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B3%BF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C3%A1o>,
        "賿"^^xsd:string .

<http://lexvo.org/id/char/8D00> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B4%80>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C3%A8i>,
        "贀"^^xsd:string .

<http://lexvo.org/id/char/8D01> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B4%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%A0i>,
        "贁"^^xsd:string ;
    rdfs:comment "to defeat to spoil or be spoiled; to corrupt or be corrupted"@en .

<http://lexvo.org/id/char/8D02> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B4%82>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C4%9Bn>,
        "贂"^^xsd:string .

<http://lexvo.org/id/char/8D03> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B4%83>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zhu%C3%A0n%20zu%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/taan3%20zaam6%20zaan6>,
        <http://lexvo.org/id/term/yue/%E8%B4%83>,
        "贃"^^xsd:string ;
    rdfs:comment "to earn, to make a profit; (Cant.) to enjoy oneself"@en .

<http://lexvo.org/id/char/8D04> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B4%84>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%AC%20zh%C3%AD>,
        <http://lexvo.org/id/term/kor/%E8%B4%84>,
        <http://lexvo.org/id/term/kor/CI>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zi3>,
        <http://lexvo.org/id/term/yue/%E8%B4%84>,
        "贄"^^xsd:string ;
    rdfs:comment "gift superior; gift given"@en .

<http://lexvo.org/id/char/8D05> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B4%85>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zhu%C3%AC>,
        <http://lexvo.org/id/term/kor/%E8%B4%85>,
        <http://lexvo.org/id/term/kor/CHWEY>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zeoi3>,
        <http://lexvo.org/id/term/yue/%E8%B4%85>,
        "贅"^^xsd:string ;
    rdfs:comment "unnecessary, superfluous"@en .

<http://lexvo.org/id/char/8D06> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B4%86>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/bi%C4%81o>,
        "贆"^^xsd:string .

<http://lexvo.org/id/char/8D07> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B4%87>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C5%ABn>,
        <http://lexvo.org/id/term/kor/%E8%B4%87>,
        <http://lexvo.org/id/term/kor/YUN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wan1>,
        <http://lexvo.org/id/term/yue/%E8%B4%87>,
        "贇"^^xsd:string ;
    rdfs:comment "affable, agreeable, pleasant"@en .

<http://lexvo.org/id/char/8D08> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B4%88>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C3%A8ng>,
        <http://lexvo.org/id/term/kor/%E8%B4%88>,
        <http://lexvo.org/id/term/kor/CUNG>,
        <http://lexvo.org/id/term/vie/t%E1%BA%B7ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zang6>,
        <http://lexvo.org/id/term/yue/%E8%B4%88>,
        "贈"^^xsd:string ;
    rdfs:comment "give present; bestow, confer"@en .

<http://lexvo.org/id/char/8D09> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B4%89>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%A0n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C7%8En%20d%C7%8En%20d%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/taam5>,
        <http://lexvo.org/id/term/yue/%E8%B4%89>,
        "贉"^^xsd:string ;
    rdfs:comment "earnest money; silk label on books"@en .

<http://lexvo.org/id/char/8D0A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B4%8A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E8%B4%8A>,
        <http://lexvo.org/id/term/kor/CHAN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zaan3>,
        <http://lexvo.org/id/term/yue/%E8%B4%8A>,
        "贊"^^xsd:string ;
    rdfs:comment "help, support, assist, aid"@en .

<http://lexvo.org/id/char/8D0B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B4%8B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E8%B4%8B>,
        <http://lexvo.org/id/term/kor/AN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/aam4%20am6%20ngaam4%20ngam6%20ngan3>,
        <http://lexvo.org/id/term/yue/%E8%B4%8B>,
        "贋"^^xsd:string ;
    rdfs:comment "false; counterfeit; bogus; sham"@en .

<http://lexvo.org/id/char/8D0C> a lvont:Character ;
    lvont:represents "贌"^^xsd:string .

<http://lexvo.org/id/char/8D0D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B4%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%A0n%20d%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E8%B4%8D>,
        <http://lexvo.org/id/term/kor/SEM>,
        <http://lexvo.org/id/term/vie/thi%E1%BB%87m>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sim6%20sin6>,
        <http://lexvo.org/id/term/yue/%E8%B4%8D>,
        "贍"^^xsd:string ;
    rdfs:comment "support, aid; to be sufficient; rich, elegant"@en .

<http://lexvo.org/id/char/8D0E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B4%8E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C3%A0n>,
        "贎"^^xsd:string .

<http://lexvo.org/id/char/8D0F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B4%8F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%ADng>,
        <http://lexvo.org/id/term/kor/%E8%B4%8F>,
        <http://lexvo.org/id/term/kor/YENG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jeng4%20jing4>,
        <http://lexvo.org/id/term/yue/%E8%B4%8F>,
        "贏"^^xsd:string ;
    rdfs:comment "win; surplus, gain, profit"@en .

<http://lexvo.org/id/char/8D10> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B4%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%ACn>,
        <http://lexvo.org/id/term/kor/%E8%B4%90>,
        <http://lexvo.org/id/term/kor/SIN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zeon2>,
        <http://lexvo.org/id/term/yue/%E8%B4%90>,
        "贐"^^xsd:string ;
    rdfs:comment "farewell present"@en .

<http://lexvo.org/id/char/8D11> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B4%91>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C3%A0n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C7%8En%20g%C3%A0n%20g%C3%B2ng>,
        "贑"^^xsd:string ;
    rdfs:comment "Jiangxi province"@en .

<http://lexvo.org/id/char/8D12> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B4%92>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A1n>,
        "贒"^^xsd:string ;
    rdfs:comment "virtuous, worthy, good; able"@en .

<http://lexvo.org/id/char/8D13> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B4%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C4%81ng>,
        <http://lexvo.org/id/term/kor/%E8%B4%93>,
        <http://lexvo.org/id/term/kor/CANG>,
        <http://lexvo.org/id/term/vie/tang>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zong1>,
        <http://lexvo.org/id/term/yue/%E8%B4%93>,
        "贓"^^xsd:string ;
    rdfs:comment "booty, loot, stolen goods; bribe"@en .

<http://lexvo.org/id/char/8D14> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B4%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%AC>,
        <http://lexvo.org/id/term/kor/%E8%B4%94>,
        <http://lexvo.org/id/term/kor/PI>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bai3%20bei6>,
        <http://lexvo.org/id/term/yue/%E8%B4%94>,
        "贔"^^xsd:string ;
    rdfs:comment "strong"@en .

<http://lexvo.org/id/char/8D15> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B4%95>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%BA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/duk6>,
        <http://lexvo.org/id/term/yue/%E8%B4%95>,
        "贕"^^xsd:string .

<http://lexvo.org/id/char/8D16> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B4%96>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%BA%20sh%C3%B9>,
        <http://lexvo.org/id/term/kor/%E8%B4%96>,
        <http://lexvo.org/id/term/kor/SOK>,
        <http://lexvo.org/id/term/vie/chu%E1%BB%99c>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/suk6>,
        <http://lexvo.org/id/term/yue/%E8%B4%96>,
        "贖"^^xsd:string ;
    rdfs:comment "buy, redeem; ransom; atone for"@en .

<http://lexvo.org/id/char/8D17> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B4%97>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ngaan6%20ngan3>,
        <http://lexvo.org/id/term/yue/%E8%B4%97>,
        "贗"^^xsd:string ;
    rdfs:comment "counterfeit, false"@en .

<http://lexvo.org/id/char/8D18> a lvont:Character ;
    lvont:represents "贘"^^xsd:string .

<http://lexvo.org/id/char/8D19> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B4%99>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xu%C3%A0n>,
        "贙"^^xsd:string .

<http://lexvo.org/id/char/8D1A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B4%9A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%B2ng>,
        "贚"^^xsd:string .

<http://lexvo.org/id/char/8D1B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B4%9B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C3%A0n%20g%C3%B2ng%20zhu%C3%A0ng>,
        <http://lexvo.org/id/term/kor/%E8%B4%9B>,
        <http://lexvo.org/id/term/kor/KONG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gam3%20gung3>,
        <http://lexvo.org/id/term/yue/%E8%B4%9B>,
        "贛"^^xsd:string ;
    rdfs:comment "Jiangxi province; places therein"@en .

<http://lexvo.org/id/char/8D1C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B4%9C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C4%81ng>,
        <http://lexvo.org/id/term/kor/%E8%B4%9C>,
        <http://lexvo.org/id/term/kor/CANG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zong1>,
        <http://lexvo.org/id/term/yue/%E8%B4%9C>,
        "贜"^^xsd:string ;
    rdfs:comment "booty, loot, stolen goods; bribe"@en .

<http://lexvo.org/id/char/8D1E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B4%9E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C4%93n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zing1>,
        <http://lexvo.org/id/term/yue/%E8%B4%9E>,
        "贞"^^xsd:string ;
    rdfs:comment "virtuous, chaste, pure; loyal"@en .

<http://lexvo.org/id/char/8D1F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B4%9F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fu6>,
        <http://lexvo.org/id/term/yue/%E8%B4%9F>,
        "负"^^xsd:string ;
    rdfs:comment "load, burden; carry, bear"@en .

<http://lexvo.org/id/char/8D20> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B4%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/yu%C3%A1n%20y%C3%BAn>,
        "贠"^^xsd:string ;
    rdfs:comment "member; personnel, staff member"@en .

<http://lexvo.org/id/char/8D21> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B4%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C3%B2ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gung3>,
        <http://lexvo.org/id/term/yue/%E8%B4%A1>,
        "贡"^^xsd:string ;
    rdfs:comment "offer tribute; tribute, gifts"@en .

<http://lexvo.org/id/char/8D22> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B4%A2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C3%A1i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/coi4>,
        <http://lexvo.org/id/term/yue/%E8%B4%A2>,
        "财"^^xsd:string ;
    rdfs:comment "wealth, valuables, riches"@en .

<http://lexvo.org/id/char/8D23> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B4%A3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C3%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C3%A9%20zh%C3%A0i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zaak3>,
        <http://lexvo.org/id/term/yue/%E8%B4%A3>,
        "责"^^xsd:string ;
    rdfs:comment "one's responsibility, duty"@en .

<http://lexvo.org/id/char/8D24> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B4%A4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jin4>,
        <http://lexvo.org/id/term/yue/%E8%B4%A4>,
        "贤"^^xsd:string ;
    rdfs:comment "virtuous, worthy, good; able"@en .

<http://lexvo.org/id/char/8D25> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B4%A5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%A0i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/baai6>,
        <http://lexvo.org/id/term/yue/%E8%B4%A5>,
        "败"^^xsd:string ;
    rdfs:comment "be defeated, decline, fail"@en .

<http://lexvo.org/id/char/8D26> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B4%A6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%A0ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zoeng3>,
        <http://lexvo.org/id/term/yue/%E8%B4%A6>,
        "账"^^xsd:string ;
    rdfs:comment "accounts; bill, debt; credit"@en .

<http://lexvo.org/id/char/8D27> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B4%A7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%B2>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fo3>,
        <http://lexvo.org/id/term/yue/%E8%B4%A7>,
        "货"^^xsd:string ;
    rdfs:comment "goods, commodities, products"@en .

<http://lexvo.org/id/char/8D28> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B4%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%AD%20zh%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zat1>,
        <http://lexvo.org/id/term/yue/%E8%B4%A8>,
        "质"^^xsd:string ;
    rdfs:comment "matter, material, substance"@en .

<http://lexvo.org/id/char/8D29> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B4%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/faan3>,
        <http://lexvo.org/id/term/yue/%E8%B4%A9>,
        "贩"^^xsd:string ;
    rdfs:comment "peddler, hawker, street merchant"@en .

<http://lexvo.org/id/char/8D2A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B4%AA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C4%81n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/taam1>,
        <http://lexvo.org/id/term/yue/%E8%B4%AA>,
        "贪"^^xsd:string ;
    rdfs:comment "be greedy, covet; covetous"@en .

<http://lexvo.org/id/char/8D2B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B4%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%ADn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/pan4>,
        <http://lexvo.org/id/term/yue/%E8%B4%AB>,
        "贫"^^xsd:string ;
    rdfs:comment "poor, impoverished, needy"@en .

<http://lexvo.org/id/char/8D2C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B4%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/bi%C7%8En>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bin2>,
        <http://lexvo.org/id/term/yue/%E8%B4%AC>,
        "贬"^^xsd:string ;
    rdfs:comment "decrease, lower; censure, criticize"@en .

<http://lexvo.org/id/char/8D2D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B4%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C3%B2u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gau3>,
        <http://lexvo.org/id/term/yue/%E8%B4%AD>,
        "购"^^xsd:string ;
    rdfs:comment "buy, purchase; hire"@en .

<http://lexvo.org/id/char/8D2E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B4%AE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C7%94%20zh%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cyu5>,
        <http://lexvo.org/id/term/yue/%E8%B4%AE>,
        "贮"^^xsd:string ;
    rdfs:comment "store, stockpile, hoard"@en .

<http://lexvo.org/id/char/8D2F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B4%AF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/gu%C3%A0n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/gu%C3%A0n%20w%C4%81n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gun3>,
        <http://lexvo.org/id/term/yue/%E8%B4%AF>,
        "贯"^^xsd:string ;
    rdfs:comment "a string of 1000 coins; to go through"@en .

<http://lexvo.org/id/char/8D30> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C3%A8r>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B4%B0>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ji6>,
        <http://lexvo.org/id/term/yue/%E8%B4%B0>,
        "2",
        "贰"^^xsd:string ;
    rdfs:comment "number two"@en .

<http://lexvo.org/id/char/8D31> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B4%B1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/daam5>,
        <http://lexvo.org/id/term/yue/%E8%B4%B1>,
        "贱"^^xsd:string ;
    rdfs:comment "mean, low; cheap, worthless"@en .

<http://lexvo.org/id/char/8D32> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B4%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%AC%20b%C4%93n%20f%C3%A9i%20f%C3%A9n%20f%C3%A8n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C4%93n%200060.010%3Ab%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ban1%20bei3>,
        <http://lexvo.org/id/term/yue/%E8%B4%B2>,
        "贲"^^xsd:string ;
    rdfs:comment "forge ahead; energetic; surname"@en .

<http://lexvo.org/id/char/8D33> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B4%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sai3>,
        <http://lexvo.org/id/term/yue/%E8%B4%B3>,
        "贳"^^xsd:string ;
    rdfs:comment "borrow; pardon; loan"@en .

<http://lexvo.org/id/char/8D34> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B4%B4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ti%C4%93>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tip3>,
        <http://lexvo.org/id/term/yue/%E8%B4%B4>,
        "贴"^^xsd:string ;
    rdfs:comment "paste to, stick on; attached to"@en .

<http://lexvo.org/id/char/8D35> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B4%B5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/gu%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gwai3>,
        <http://lexvo.org/id/term/yue/%E8%B4%B5>,
        "贵"^^xsd:string ;
    rdfs:comment "expensive, costly, valuable"@en .

<http://lexvo.org/id/char/8D36> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B4%B6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ku%C3%A0ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fong3>,
        <http://lexvo.org/id/term/yue/%E8%B4%B6>,
        "贶"^^xsd:string ;
    rdfs:comment "give, grant, bestow; surname"@en .

<http://lexvo.org/id/char/8D37> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B4%B7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%A0i>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%A0i%20t%C3%A8>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/taai3>,
        <http://lexvo.org/id/term/yue/%E8%B4%B7>,
        "贷"^^xsd:string ;
    rdfs:comment "lend; borrow; pardon"@en .

<http://lexvo.org/id/char/8D38> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B4%B8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A0o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mau6>,
        <http://lexvo.org/id/term/yue/%E8%B4%B8>,
        "贸"^^xsd:string ;
    rdfs:comment "trade, barter; mixed; rashly"@en .

<http://lexvo.org/id/char/8D39> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B4%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%A8i>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%A8i%20b%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fai3>,
        <http://lexvo.org/id/term/yue/%E8%B4%B9>,
        "费"^^xsd:string ;
    rdfs:comment "expenses, expenditures, fee"@en .

<http://lexvo.org/id/char/8D3A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B4%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A8>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ho6>,
        <http://lexvo.org/id/term/yue/%E8%B4%BA>,
        "贺"^^xsd:string ;
    rdfs:comment "congratulate; send present"@en .

<http://lexvo.org/id/char/8D3B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B4%BB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ji4>,
        <http://lexvo.org/id/term/yue/%E8%B4%BB>,
        "贻"^^xsd:string ;
    rdfs:comment "give to, hand down, bequeath"@en .

<http://lexvo.org/id/char/8D3C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B4%BC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C3%A9i>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C3%A9i%20z%C3%A9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/caak6>,
        <http://lexvo.org/id/term/yue/%E8%B4%BC>,
        "贼"^^xsd:string ;
    rdfs:comment "thief, traitor; kill"@en .

<http://lexvo.org/id/char/8D3D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B4%BD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zi3>,
        <http://lexvo.org/id/term/yue/%E8%B4%BD>,
        "贽"^^xsd:string ;
    rdfs:comment "gift superior; gift given"@en .

<http://lexvo.org/id/char/8D3E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B4%BE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C7%94%200542.070%3Aji%C7%8E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C7%8E%20g%C7%94%20ji%C3%A0>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gaa2%20gu2>,
        <http://lexvo.org/id/term/yue/%E8%B4%BE>,
        "贾"^^xsd:string ;
    rdfs:comment "surname; merchant; buy, trade"@en .

<http://lexvo.org/id/char/8D3F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B4%BF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fui2>,
        <http://lexvo.org/id/term/yue/%E8%B4%BF>,
        "贿"^^xsd:string ;
    rdfs:comment "bribe; bribes; riches, wealth"@en .

<http://lexvo.org/id/char/8D40> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B5%80>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C4%AB>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zi1>,
        <http://lexvo.org/id/term/yue/%E8%B5%80>,
        "赀"^^xsd:string ;
    rdfs:comment "property; wealth; to count"@en .

<http://lexvo.org/id/char/8D41> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B5%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%ACn>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/r%C3%A8n%20l%C3%ACn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jam6>,
        <http://lexvo.org/id/term/yue/%E8%B5%81>,
        "赁"^^xsd:string ;
    rdfs:comment "rent, hire; hired person"@en .

<http://lexvo.org/id/char/8D42> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B5%82>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lou6>,
        <http://lexvo.org/id/term/yue/%E8%B5%82>,
        "赂"^^xsd:string ;
    rdfs:comment "bribe; give present"@en .

<http://lexvo.org/id/char/8D43> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B5%83>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C4%81ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zong1>,
        <http://lexvo.org/id/term/yue/%E8%B5%83>,
        "赃"^^xsd:string ;
    rdfs:comment "booty, loot, stolen goods; bribe"@en .

<http://lexvo.org/id/char/8D44> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B5%84>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C4%AB>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zi1>,
        <http://lexvo.org/id/term/yue/%E8%B5%84>,
        "资"^^xsd:string ;
    rdfs:comment "property; wealth; capital"@en .

<http://lexvo.org/id/char/8D45> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B5%85>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C4%81i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/goi1>,
        <http://lexvo.org/id/term/yue/%E8%B5%85>,
        "赅"^^xsd:string ;
    rdfs:comment "prepared for; inclusive"@en .

<http://lexvo.org/id/char/8D46> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B5%86>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%ACn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zeon2>,
        <http://lexvo.org/id/term/yue/%E8%B5%86>,
        "赆"^^xsd:string ;
    rdfs:comment "farewell present"@en .

<http://lexvo.org/id/char/8D47> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B5%87>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C3%BA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kau4>,
        <http://lexvo.org/id/term/yue/%E8%B5%87>,
        "赇"^^xsd:string ;
    rdfs:comment "bribe"@en .

<http://lexvo.org/id/char/8D48> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B5%88>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%A8n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zan3>,
        <http://lexvo.org/id/term/yue/%E8%B5%88>,
        "赈"^^xsd:string ;
    rdfs:comment "relieve, aid distressed; rich"@en .

<http://lexvo.org/id/char/8D49> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B5%89>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%A0i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/loi6>,
        <http://lexvo.org/id/term/yue/%E8%B5%89>,
        "赉"^^xsd:string ;
    rdfs:comment "give, present, confer; surname"@en .

<http://lexvo.org/id/char/8D4A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B5%8A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C4%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C4%93%20sh%C4%81>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/se1>,
        <http://lexvo.org/id/term/yue/%E8%B5%8A>,
        "赊"^^xsd:string ;
    rdfs:comment "buy and sell on credit, distant"@en .

<http://lexvo.org/id/char/8D4B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B5%8B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fu3>,
        <http://lexvo.org/id/term/yue/%E8%B5%8B>,
        "赋"^^xsd:string ;
    rdfs:comment "tax; give; endow; army; diffuse"@en .

<http://lexvo.org/id/char/8D4C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B5%8C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C7%94>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dou2>,
        <http://lexvo.org/id/term/yue/%E8%B5%8C>,
        "赌"^^xsd:string ;
    rdfs:comment "bet, gamble, wager; compete"@en .

<http://lexvo.org/id/char/8D4D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B5%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C4%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C4%AB%20q%C3%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zai1>,
        <http://lexvo.org/id/term/yue/%E8%B5%8D>,
        "赍"^^xsd:string ;
    rdfs:comment "present"@en .

<http://lexvo.org/id/char/8D4E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B5%8E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%BA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/suk6>,
        <http://lexvo.org/id/term/yue/%E8%B5%8E>,
        "赎"^^xsd:string ;
    rdfs:comment "buy, redeem; ransome; atone for"@en .

<http://lexvo.org/id/char/8D4F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B5%8F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C7%8Eng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/soeng2>,
        <http://lexvo.org/id/term/yue/%E8%B5%8F>,
        "赏"^^xsd:string ;
    rdfs:comment "reward, grant, bestow; appreciate"@en .

<http://lexvo.org/id/char/8D50> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B5%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C3%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C3%AC%20c%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ci3>,
        <http://lexvo.org/id/term/yue/%E8%B5%90>,
        "赐"^^xsd:string ;
    rdfs:comment "give, bestow favors; appoint"@en .

<http://lexvo.org/id/char/8D51> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B5%91>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bai3>,
        <http://lexvo.org/id/term/yue/%E8%B5%91>,
        "赑"^^xsd:string ;
    rdfs:comment "strong"@en .

<http://lexvo.org/id/char/8D52> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B5%92>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C5%8Du>,
        <http://lexvo.org/id/term/kor/%E8%B5%92>,
        <http://lexvo.org/id/term/kor/CWU>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zau1>,
        <http://lexvo.org/id/term/yue/%E8%B5%92>,
        "赒"^^xsd:string ;
    rdfs:comment "give for charity"@en .

<http://lexvo.org/id/char/8D53> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B5%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C4%93ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gang1>,
        <http://lexvo.org/id/term/yue/%E8%B5%93>,
        "赓"^^xsd:string ;
    rdfs:comment "continue"@en .

<http://lexvo.org/id/char/8D54> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B5%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%A9i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/pui4>,
        <http://lexvo.org/id/term/yue/%E8%B5%94>,
        "赔"^^xsd:string ;
    rdfs:comment "indemnify, suffer loss"@en .

<http://lexvo.org/id/char/8D55> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B5%95>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C7%8En>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%A0n%20t%C7%8En>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zin6>,
        <http://lexvo.org/id/term/yue/%E8%B5%95>,
        "赕"^^xsd:string ;
    rdfs:comment "fine"@en .

<http://lexvo.org/id/char/8D56> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B5%96>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%A0i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/laai6>,
        <http://lexvo.org/id/term/yue/%E8%B5%96>,
        "赖"^^xsd:string ;
    rdfs:comment "rely, depend on; accuse falsely"@en .

<http://lexvo.org/id/char/8D57> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B5%97>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%A8ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fung3>,
        <http://lexvo.org/id/term/yue/%E8%B5%97>,
        "赗"^^xsd:string ;
    rdfs:comment "gift"@en .

<http://lexvo.org/id/char/8D58> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B5%98>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zhu%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zeoi3>,
        <http://lexvo.org/id/term/yue/%E8%B5%98>,
        "赘"^^xsd:string ;
    rdfs:comment "unnecessary, superfluous"@en .

<http://lexvo.org/id/char/8D59> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B5%99>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fu6>,
        <http://lexvo.org/id/term/yue/%E8%B5%99>,
        "赙"^^xsd:string ;
    rdfs:comment "gift of money help pay funeral"@en .

<http://lexvo.org/id/char/8D5A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B5%9A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zhu%C3%A0n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zhu%C3%A0n%201547.080%3Azu%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zaam6%20zaan6>,
        <http://lexvo.org/id/term/yue/%E8%B5%9A>,
        "赚"^^xsd:string ;
    rdfs:comment "make money, earn; gain, profit"@en .

<http://lexvo.org/id/char/8D5B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B5%9B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C3%A0i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/coi3>,
        <http://lexvo.org/id/term/yue/%E8%B5%9B>,
        "赛"^^xsd:string ;
    rdfs:comment "compete, contend; contest, race"@en .

<http://lexvo.org/id/char/8D5C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B5%9C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C3%A9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zak3>,
        <http://lexvo.org/id/term/yue/%E8%B5%9C>,
        "赜"^^xsd:string ;
    rdfs:comment "abstruse, deep, profound"@en .

<http://lexvo.org/id/char/8D5D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B5%9D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ngan3>,
        <http://lexvo.org/id/term/yue/%E8%B5%9D>,
        "赝"^^xsd:string ;
    rdfs:comment "false; counterfeit; bogus; sham"@en .

<http://lexvo.org/id/char/8D5E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B5%9E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zaan3>,
        <http://lexvo.org/id/term/yue/%E8%B5%9E>,
        "赞"^^xsd:string ;
    rdfs:comment "help, support, assist, aid"@en .

<http://lexvo.org/id/char/8D5F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B5%9F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C5%ABn>,
        <http://lexvo.org/id/term/kor/%E8%B5%9F>,
        <http://lexvo.org/id/term/kor/YUN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wan1>,
        <http://lexvo.org/id/term/yue/%E8%B5%9F>,
        "赟"^^xsd:string ;
    rdfs:comment "affable, agreeable, pleasant"@en .

<http://lexvo.org/id/char/8D60> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B5%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C3%A8ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zang6>,
        <http://lexvo.org/id/term/yue/%E8%B5%A0>,
        "赠"^^xsd:string ;
    rdfs:comment "give present; bestow, confer"@en .

<http://lexvo.org/id/char/8D61> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B5%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%A0n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%A0n%20d%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sim6>,
        <http://lexvo.org/id/term/yue/%E8%B5%A1>,
        "赡"^^xsd:string ;
    rdfs:comment "support, aid; rich, elegant"@en .

<http://lexvo.org/id/char/8D62> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B5%A2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%ADng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jeng4%20jing4>,
        <http://lexvo.org/id/term/yue/%E8%B5%A2>,
        "赢"^^xsd:string ;
    rdfs:comment "win; surplus, gain, profit"@en .

<http://lexvo.org/id/char/8D63> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B5%A3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C3%A0n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C3%A0n%20g%C3%B2ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gam3>,
        <http://lexvo.org/id/term/yue/%E8%B5%A3>,
        "赣"^^xsd:string ;
    rdfs:comment "Jiangxi province; places therein"@en .

<http://lexvo.org/id/char/8D65> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B5%A5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C3%AC>,
        "赥"^^xsd:string .

<http://lexvo.org/id/char/8D66> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B5%A6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%A8%20c%C3%A8>,
        <http://lexvo.org/id/term/kor/%E8%B5%A6>,
        <http://lexvo.org/id/term/kor/SA>,
        <http://lexvo.org/id/term/vie/x%C3%A1>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/se3>,
        <http://lexvo.org/id/term/yue/%E8%B5%A6>,
        "赦"^^xsd:string ;
    rdfs:comment "forgive, remit, pardon"@en .

<http://lexvo.org/id/char/8D67> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B5%A7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C7%8En>,
        <http://lexvo.org/id/term/kor/%E8%B5%A7>,
        <http://lexvo.org/id/term/kor/NAN>,
        <http://lexvo.org/id/term/vie/n%E1%BA%A5n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/naan5>,
        <http://lexvo.org/id/term/yue/%E8%B5%A7>,
        "赧"^^xsd:string ;
    rdfs:comment "blush, turn red"@en .

<http://lexvo.org/id/char/8D68> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B5%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%B3ng%20t%C3%B3ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tung4>,
        <http://lexvo.org/id/term/yue/%E8%B5%A8>,
        "赨"^^xsd:string .

<http://lexvo.org/id/char/8D69> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B5%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/haak3%20sik1>,
        <http://lexvo.org/id/term/yue/%E8%B5%A9>,
        "赩"^^xsd:string .

<http://lexvo.org/id/char/8D6A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B5%AA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C4%93ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cing1>,
        <http://lexvo.org/id/term/yue/%E8%B5%AA>,
        "赪"^^xsd:string ;
    rdfs:comment "deep red"@en .

<http://lexvo.org/id/char/8D6B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B5%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A8%20x%C3%AC%20sh%C3%AC>,
        <http://lexvo.org/id/term/kor/%E8%B5%AB>,
        <http://lexvo.org/id/term/kor/HYEK>,
        <http://lexvo.org/id/term/vie/h%C3%A1ch>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/haak1%20hak1>,
        <http://lexvo.org/id/term/yue/%E8%B5%AB>,
        "赫"^^xsd:string ;
    rdfs:comment "bright, radiant, glowing"@en .

<http://lexvo.org/id/char/8D6C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B5%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C4%93ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cing1>,
        <http://lexvo.org/id/term/yue/%E8%B5%AC>,
        "赬"^^xsd:string ;
    rdfs:comment "deep red"@en .

<http://lexvo.org/id/char/8D6D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B5%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C4%9B>,
        <http://lexvo.org/id/term/kor/%E8%B5%AD>,
        <http://lexvo.org/id/term/kor/CA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ze2>,
        <http://lexvo.org/id/term/yue/%E8%B5%AD>,
        "赭"^^xsd:string ;
    rdfs:comment "reddish brown; hematite; ochre"@en .

<http://lexvo.org/id/char/8D6E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B5%AE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A1>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/haa4>,
        <http://lexvo.org/id/term/yue/%E8%B5%AE>,
        "赮"^^xsd:string .

<http://lexvo.org/id/char/8D6F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B5%AF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%A1ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tong4>,
        <http://lexvo.org/id/term/yue/%E8%B5%AF>,
        "赯"^^xsd:string .

<http://lexvo.org/id/char/8D72> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B5%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%AC>,
        "赲"^^xsd:string .

<http://lexvo.org/id/char/8D73> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B5%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C5%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C7%94%20ji%C5%AB%20ji%C3%B9>,
        <http://lexvo.org/id/term/kor/%E8%B5%B3>,
        <http://lexvo.org/id/term/kor/KYU>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dau2%20gau2>,
        <http://lexvo.org/id/term/yue/%E8%B5%B3>,
        "赳"^^xsd:string ;
    rdfs:comment "grand, valiant"@en .

<http://lexvo.org/id/char/8D74> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B5%B4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%B9>,
        <http://lexvo.org/id/term/kor/%E8%B5%B4>,
        <http://lexvo.org/id/term/kor/PWU>,
        <http://lexvo.org/id/term/vie/ph%C3%B3>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fu6>,
        <http://lexvo.org/id/term/yue/%E8%B5%B4>,
        "赴"^^xsd:string ;
    rdfs:comment "go to; attend, be present"@en .

<http://lexvo.org/id/char/8D75> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B5%B5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%A0o>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%A0o%20ti%C7%8Eo>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ziu6>,
        <http://lexvo.org/id/term/yue/%E8%B5%B5>,
        "赵"^^xsd:string ;
    rdfs:comment "surname; ancient state"@en .

<http://lexvo.org/id/char/8D76> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B5%B6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C7%8En>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C7%8En%20qi%C3%A1n>,
        <http://lexvo.org/id/term/kor/%E8%B5%B6>,
        <http://lexvo.org/id/term/kor/KAN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gon2>,
        <http://lexvo.org/id/term/yue/%E8%B5%B6>,
        "赶"^^xsd:string ;
    rdfs:comment "pursue, follow; expel, drive away"@en .

<http://lexvo.org/id/char/8D77> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B5%B7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C7%90>,
        <http://lexvo.org/id/term/kor/%E8%B5%B7>,
        <http://lexvo.org/id/term/kor/KI>,
        <http://lexvo.org/id/term/vie/kh%E1%BB%9Fi>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hei2>,
        <http://lexvo.org/id/term/yue/%E8%B5%B7>,
        "起"^^xsd:string ;
    rdfs:comment "rise, stand up; go up; begin"@en .

<http://lexvo.org/id/char/8D78> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B5%B8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%A0n>,
        "赸"^^xsd:string .

<http://lexvo.org/id/char/8D79> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B5%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C3%B3ng>,
        "赹"^^xsd:string .

<http://lexvo.org/id/char/8D7A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B5%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C3%ADn>,
        "赺"^^xsd:string .

<http://lexvo.org/id/char/8D7B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B5%BB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C7%8En>,
        "赻"^^xsd:string .

<http://lexvo.org/id/char/8D7C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B5%BC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C4%AB>,
        "赼"^^xsd:string .

<http://lexvo.org/id/char/8D7D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B5%BD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ju%C3%A9>,
        "赽"^^xsd:string .

<http://lexvo.org/id/char/8D7E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B5%BE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C7%90n>,
        "赾"^^xsd:string .

<http://lexvo.org/id/char/8D7F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B5%BF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%AD%20d%C3%AC>,
        "赿"^^xsd:string ;
    rdfs:comment "late slow; dilatory; tardy to delay; dull; stupid"@en .

<http://lexvo.org/id/char/8D80> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B6%80>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C4%AB>,
        "趀"^^xsd:string .

<http://lexvo.org/id/char/8D81> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B6%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%A8n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%A8n%20zh%C4%93n%20ch%C3%A9n>,
        <http://lexvo.org/id/term/kor/%E8%B6%81>,
        <http://lexvo.org/id/term/kor/CIN%20CEN>,
        <http://lexvo.org/id/term/vie/s%E1%BA%A5n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/can3>,
        <http://lexvo.org/id/term/yue/%E8%B6%81>,
        "趁"^^xsd:string ;
    rdfs:comment "take advantage of, avail oneself"@en .

<http://lexvo.org/id/char/8D82> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B6%82>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%A8n>,
        "趂"^^xsd:string ;
    rdfs:comment "to take advantage of; to avail oneself of. to follow; to go"@en .

<http://lexvo.org/id/char/8D83> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B6%83>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/di%C3%A9>,
        "趃"^^xsd:string .

<http://lexvo.org/id/char/8D84> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B6%84>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C5%AB%200924.070%3Aqi%C3%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C5%AB%20qi%C3%A8>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zeoi1>,
        <http://lexvo.org/id/term/yue/%E8%B6%84>,
        "趄"^^xsd:string ;
    rdfs:comment "weak, lame"@en .

<http://lexvo.org/id/char/8D85> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B6%85>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C4%81o>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C4%81o%20ch%C7%8Eo%20ch%C3%A0o%20ti%C3%A0o>,
        <http://lexvo.org/id/term/kor/%E8%B6%85>,
        <http://lexvo.org/id/term/kor/CHO>,
        <http://lexvo.org/id/term/vie/si%C3%AAu>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ciu1>,
        <http://lexvo.org/id/term/yue/%E8%B6%85>,
        "超"^^xsd:string ;
    rdfs:comment "jump over, leap over; surpass"@en .

<http://lexvo.org/id/char/8D86> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B6%86>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C4%AB>,
        "趆"^^xsd:string .

<http://lexvo.org/id/char/8D87> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B6%87>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C3%A8>,
        "趇"^^xsd:string .

<http://lexvo.org/id/char/8D88> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B6%88>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C4%81n>,
        "趈"^^xsd:string .

<http://lexvo.org/id/char/8D89> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B6%89>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%BA>,
        "趉"^^xsd:string .

<http://lexvo.org/id/char/8D8A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B6%8A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/yu%C3%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/yu%C3%A8%20hu%C3%B3>,
        <http://lexvo.org/id/term/kor/%E8%B6%8A>,
        <http://lexvo.org/id/term/kor/WEL%20HWAL>,
        <http://lexvo.org/id/term/vie/vi%E1%BB%87t>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jyut6>,
        <http://lexvo.org/id/term/yue/%E8%B6%8A>,
        "越"^^xsd:string ;
    rdfs:comment "exceed, go beyond; the more ..."@en .

<http://lexvo.org/id/char/8D8B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B6%8B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C5%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C5%AB%20c%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ceoi1>,
        <http://lexvo.org/id/term/yue/%E8%B6%8B>,
        "趋"^^xsd:string ;
    rdfs:comment "hasten, hurry; be attracted to"@en .

<http://lexvo.org/id/char/8D8C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B6%8C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%A9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gat6>,
        <http://lexvo.org/id/term/yue/%E8%B6%8C>,
        "趌"^^xsd:string ;
    rdfs:comment "(Cant.) to order someone to leave"@en .

<http://lexvo.org/id/char/8D8D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B6%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%AD%20q%C5%AB>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ceoi1>,
        <http://lexvo.org/id/term/yue/%E8%B6%8D>,
        "趍"^^xsd:string .

<http://lexvo.org/id/char/8D8E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B6%8E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%BA>,
        <http://lexvo.org/id/term/kor/%E8%B6%8E>,
        <http://lexvo.org/id/term/kor/CWU>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/syu4%20zyu1>,
        <http://lexvo.org/id/term/yue/%E8%B6%8E>,
        "趎"^^xsd:string .

<http://lexvo.org/id/char/8D8F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B6%8F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/gu%C4%81>,
        "趏"^^xsd:string .

<http://lexvo.org/id/char/8D90> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B6%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xu%C3%A8>,
        <http://lexvo.org/id/term/kor/%E8%B6%90>,
        <http://lexvo.org/id/term/kor/HYEL>,
        "趐"^^xsd:string .

<http://lexvo.org/id/char/8D91> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B6%91>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C4%AB%20z%C4%AB%20c%C3%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C4%AB>,
        <http://lexvo.org/id/term/kor/%E8%B6%91>,
        <http://lexvo.org/id/term/kor/CA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zi1>,
        <http://lexvo.org/id/term/yue/%E8%B6%91>,
        "趑"^^xsd:string ;
    rdfs:comment "can't move; to falter"@en .

<http://lexvo.org/id/char/8D92> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B6%92>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ti%C3%A1o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tiu3>,
        <http://lexvo.org/id/term/yue/%E8%B6%92>,
        "趒"^^xsd:string ;
    rdfs:comment "to jump, to climb over, to leap, to posture; a gangway"@en .

<http://lexvo.org/id/char/8D93> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B6%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/du%C7%92>,
        "趓"^^xsd:string .

<http://lexvo.org/id/char/8D94> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B6%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C3%A8>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lit6>,
        <http://lexvo.org/id/term/yue/%E8%B6%94>,
        "趔"^^xsd:string ;
    rdfs:comment "not progressing; to be checked"@en .

<http://lexvo.org/id/char/8D95> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B6%95>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C7%8En>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gon2>,
        <http://lexvo.org/id/term/yue/%E8%B6%95>,
        "趕"^^xsd:string ;
    rdfs:comment "pursue, follow; expel, drive away"@en .

<http://lexvo.org/id/char/8D96> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B6%96>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/su%C5%8D>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/so1>,
        <http://lexvo.org/id/term/yue/%E8%B6%96>,
        "趖"^^xsd:string .

<http://lexvo.org/id/char/8D97> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B6%97>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C3%B9>,
        "趗"^^xsd:string .

<http://lexvo.org/id/char/8D98> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B6%98>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C3%AD>,
        "趘"^^xsd:string .

<http://lexvo.org/id/char/8D99> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B6%99>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%A0o>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%A0o%20ti%C7%8Eo%20di%C3%A0o>,
        <http://lexvo.org/id/term/kor/%E8%B6%99>,
        <http://lexvo.org/id/term/kor/CO>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ziu6>,
        <http://lexvo.org/id/term/yue/%E8%B6%99>,
        "趙"^^xsd:string ;
    rdfs:comment "surname; ancient state"@en .

<http://lexvo.org/id/char/8D9A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B6%9A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C3%B9>,
        "趚"^^xsd:string .

<http://lexvo.org/id/char/8D9B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B6%9B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%90n>,
        "趛"^^xsd:string .

<http://lexvo.org/id/char/8D9C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B6%9C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%BA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/guk1>,
        <http://lexvo.org/id/term/yue/%E8%B6%9C>,
        "趜"^^xsd:string ;
    rdfs:comment "(Cant.) to suffocate"@en .

<http://lexvo.org/id/char/8D9D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B6%9D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%A0n>,
        "趝"^^xsd:string ;
    rdfs:comment "to pursue; to follow up"@en .

<http://lexvo.org/id/char/8D9E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B6%9E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qu%C3%A8>,
        "趞"^^xsd:string .

<http://lexvo.org/id/char/8D9F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B6%9F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%A0ng%20ch%C4%93ng%20t%C4%81ng%20zh%C4%93ng%20zh%C3%A8ng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C4%81ng%201120.080%3At%C3%A0ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tong3>,
        <http://lexvo.org/id/term/yue/%E8%B6%9F>,
        "趟"^^xsd:string ;
    rdfs:comment "time, occasion; take journey"@en .

<http://lexvo.org/id/char/8DA0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B6%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/chu%C3%B2%20ch%C3%A0o>,
        <http://lexvo.org/id/term/kor/%E8%B6%A0>,
        <http://lexvo.org/id/term/kor/CHO>,
        <http://lexvo.org/id/term/vie/r%C6%B0%E1%BB%A3t>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/coek3>,
        <http://lexvo.org/id/term/yue/%E8%B6%A0>,
        "趠"^^xsd:string .

<http://lexvo.org/id/char/8DA1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B6%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/cu%C7%90>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ceoi2>,
        <http://lexvo.org/id/term/yue/%E8%B6%A1>,
        "趡"^^xsd:string ;
    rdfs:comment "place"@en .

<http://lexvo.org/id/char/8DA2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B6%A2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%B9>,
        "趢"^^xsd:string .

<http://lexvo.org/id/char/8DA3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B6%A3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C3%B9%200946.030%3Aq%C3%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C3%B9%20c%C3%B9%20q%C5%AB%20c%C7%92u%20z%C5%8Du>,
        <http://lexvo.org/id/term/kor/%E8%B6%A3>,
        <http://lexvo.org/id/term/kor/CHWI%20CHWUK>,
        <http://lexvo.org/id/term/vie/th%C3%BA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ceoi3%20cuk1>,
        <http://lexvo.org/id/term/yue/%E8%B6%A3>,
        "趣"^^xsd:string ;
    rdfs:comment "what attracts one's attention"@en .

<http://lexvo.org/id/char/8DA4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B6%A4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%A0ng>,
        "趤"^^xsd:string .

<http://lexvo.org/id/char/8DA5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B6%A5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C5%AB>,
        "趥"^^xsd:string .

<http://lexvo.org/id/char/8DA6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B6%A6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C4%AB>,
        "趦"^^xsd:string ;
    rdfs:comment "can't move; to falter"@en .

<http://lexvo.org/id/char/8DA7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B6%A7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%AD>,
        "趧"^^xsd:string .

<http://lexvo.org/id/char/8DA8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B6%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C5%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C5%AB%20c%C3%B9%20q%C3%B9%20c%C7%92u>,
        <http://lexvo.org/id/term/kor/%E8%B6%A8>,
        <http://lexvo.org/id/term/kor/CHWU%20CHOK>,
        <http://lexvo.org/id/term/vie/xu>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ceoi1%20cuk1>,
        <http://lexvo.org/id/term/yue/%E8%B6%A8>,
        "趨"^^xsd:string ;
    rdfs:comment "hasten, hurry; be attracted to"@en .

<http://lexvo.org/id/char/8DA9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B6%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%AC>,
        "趩"^^xsd:string .

<http://lexvo.org/id/char/8DAA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B6%AA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%A1ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wong4>,
        <http://lexvo.org/id/term/yue/%E8%B6%AA>,
        "趪"^^xsd:string .

<http://lexvo.org/id/char/8DAB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B6%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C3%A1o>,
        <http://lexvo.org/id/term/kor/%E8%B6%AB>,
        <http://lexvo.org/id/term/kor/KYO>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kiu4>,
        <http://lexvo.org/id/term/yue/%E8%B6%AB>,
        "趫"^^xsd:string ;
    rdfs:comment "nimble"@en .

<http://lexvo.org/id/char/8DAC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B6%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C3%A1o%20qi%C4%81o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hiu1>,
        <http://lexvo.org/id/term/yue/%E8%B6%AC>,
        "趬"^^xsd:string .

<http://lexvo.org/id/char/8DAD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B6%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A0o%20ji%C3%A0o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ziu1%20ziu3>,
        <http://lexvo.org/id/term/yue/%E8%B6%AD>,
        "趭"^^xsd:string .

<http://lexvo.org/id/char/8DAE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B6%AE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C3%A0o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cou3>,
        <http://lexvo.org/id/term/yue/%E8%B6%AE>,
        "趮"^^xsd:string ;
    rdfs:comment "easily provoked, hasty; fierce, cruel"@en .

<http://lexvo.org/id/char/8DAF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B6%AF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%AC%20yu%C3%A8>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tik1>,
        <http://lexvo.org/id/term/yue/%E8%B6%AF>,
        "趯"^^xsd:string ;
    rdfs:comment "jump"@en .

<http://lexvo.org/id/char/8DB0> a lvont:Character ;
    lvont:represents "趰"^^xsd:string .

<http://lexvo.org/id/char/8DB1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B6%B1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C7%8En>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zaan2>,
        <http://lexvo.org/id/term/yue/%E8%B6%B1>,
        "趱"^^xsd:string ;
    rdfs:comment "go in hurry, hasten; urge"@en .

<http://lexvo.org/id/char/8DB2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B6%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C7%8En%20z%C3%A0n%20z%C5%AB>,
        <http://lexvo.org/id/term/kor/%E8%B6%B2>,
        <http://lexvo.org/id/term/kor/CHAN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zaan2>,
        <http://lexvo.org/id/term/yue/%E8%B6%B2>,
        "趲"^^xsd:string ;
    rdfs:comment "go in hurry, hasten; urge"@en .

<http://lexvo.org/id/char/8DB4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B6%B4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C4%81>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/paa1>,
        <http://lexvo.org/id/term/yue/%E8%B6%B4>,
        "趴"^^xsd:string ;
    rdfs:comment "lying prone, leaning over"@en .

<http://lexvo.org/id/char/8DB5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B6%B5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%A0o%200080.070%3Ab%C5%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%A0o%20zh%C4%AB%20b%C5%8D%20zhu%C3%B3%20p%C3%A1o>,
        <http://lexvo.org/id/term/kor/%E8%B6%B5>,
        <http://lexvo.org/id/term/kor/PAK%20CAK>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/paau3>,
        <http://lexvo.org/id/term/yue/%E8%B6%B5>,
        "趵"^^xsd:string ;
    rdfs:comment "noise of tramping feet"@en .

<http://lexvo.org/id/char/8DB6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B6%B6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C3%B9>,
        "趶"^^xsd:string .

<http://lexvo.org/id/char/8DB7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B6%B7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C4%93>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gat6%20kaak1>,
        <http://lexvo.org/id/term/yue/%E8%B6%B7>,
        "趷"^^xsd:string ;
    rdfs:comment "to jolt; (Cant.) to raise up; block"@en .

<http://lexvo.org/id/char/8DB8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B6%B8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C7%94n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dan2>,
        <http://lexvo.org/id/term/yue/%E8%B6%B8>,
        "趸"^^xsd:string ;
    rdfs:comment "sell or buy wholesale; store"@en .

<http://lexvo.org/id/char/8DB9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B6%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ju%C3%A9%20gu%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kyut3>,
        <http://lexvo.org/id/term/yue/%E8%B6%B9>,
        "趹"^^xsd:string ;
    rdfs:comment "kick with hoof; horse's gallop"@en .

<http://lexvo.org/id/char/8DBA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B6%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C5%AB>,
        <http://lexvo.org/id/term/kor/%E8%B6%BA>,
        <http://lexvo.org/id/term/kor/PWU>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fu1>,
        <http://lexvo.org/id/term/yue/%E8%B6%BA>,
        "趺"^^xsd:string ;
    rdfs:comment "sit cross-legged; back of the foo"@en .

<http://lexvo.org/id/char/8DBB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B6%BB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C4%9Bn>,
        "趻"^^xsd:string .

<http://lexvo.org/id/char/8DBC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B6%BC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C7%8En>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C7%8En%20y%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E8%B6%BC>,
        <http://lexvo.org/id/term/kor/KYEN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gin2%20jin4>,
        <http://lexvo.org/id/term/yue/%E8%B6%BC>,
        "趼"^^xsd:string ;
    rdfs:comment "callous skin on hands or feet. blisters"@en .

<http://lexvo.org/id/char/8DBD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B6%BD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%A0ng>,
        "趽"^^xsd:string .

<http://lexvo.org/id/char/8DBE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B6%BE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C7%90>,
        <http://lexvo.org/id/term/kor/%E8%B6%BE>,
        <http://lexvo.org/id/term/kor/CI>,
        <http://lexvo.org/id/term/vie/nh%E1%BA%A3y>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zi2>,
        <http://lexvo.org/id/term/yue/%E8%B6%BE>,
        "趾"^^xsd:string ;
    rdfs:comment "toe; tracks, footprints"@en .

<http://lexvo.org/id/char/8DBF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B6%BF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C3%A0%20t%C4%81%20q%C3%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C4%81>,
        <http://lexvo.org/id/term/kor/%E8%B6%BF>,
        <http://lexvo.org/id/term/kor/SAP>,
        <http://lexvo.org/id/term/vie/k%E1%BB%8Bp>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/saap3%20taat3>,
        <http://lexvo.org/id/term/yue/%E8%B6%BF>,
        "趿"^^xsd:string ;
    rdfs:comment "to tread on; slipshod"@en .

<http://lexvo.org/id/char/8DC0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B7%80>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/yu%C3%A8>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gat6%20jyut6>,
        <http://lexvo.org/id/term/yue/%E8%B7%80>,
        "跀"^^xsd:string ;
    rdfs:comment "to cut off the feet, to stretch up"@en .

<http://lexvo.org/id/char/8DC1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B7%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%A1>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/paa1>,
        <http://lexvo.org/id/term/yue/%E8%B7%81>,
        "跁"^^xsd:string ;
    rdfs:comment "trample on, tread on; search for; (Cant.) to squat down"@en .

<http://lexvo.org/id/char/8DC2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B7%82>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C3%AD%200902.120%3Aq%C3%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C3%AD%20q%C7%90%20q%C3%AC>,
        <http://lexvo.org/id/term/kor/%E8%B7%82>,
        <http://lexvo.org/id/term/kor/KI>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kei4%20kei5>,
        <http://lexvo.org/id/term/yue/%E8%B7%82>,
        "跂"^^xsd:string ;
    rdfs:comment "creeping, crawling"@en .

<http://lexvo.org/id/char/8DC3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B7%83>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/yu%C3%A8>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/joek3%20joek6%20tik1>,
        <http://lexvo.org/id/term/yue/%E8%B7%83>,
        "跃"^^xsd:string ;
    rdfs:comment "skip, jump, frolic"@en .

<http://lexvo.org/id/char/8DC4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B7%84>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C4%81ng%200919.090%3Aqi%C3%A0ng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C4%81ng%20qi%C3%A0ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/coeng1>,
        <http://lexvo.org/id/term/yue/%E8%B7%84>,
        "跄"^^xsd:string ;
    rdfs:comment "walk rapidly"@en .

<http://lexvo.org/id/char/8DC5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B7%85>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/tu%C3%B2>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tok3>,
        <http://lexvo.org/id/term/yue/%E8%B7%85>,
        "跅"^^xsd:string ;
    rdfs:comment "careless, lax; dissolute"@en .

<http://lexvo.org/id/char/8DC6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B7%86>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%A1i>,
        <http://lexvo.org/id/term/kor/%E8%B7%86>,
        <http://lexvo.org/id/term/kor/THAY>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/toi4>,
        <http://lexvo.org/id/term/yue/%E8%B7%86>,
        "跆"^^xsd:string ;
    rdfs:comment "trample"@en .

<http://lexvo.org/id/char/8DC7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B7%87>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jai6>,
        <http://lexvo.org/id/term/yue/%E8%B7%87>,
        "跇"^^xsd:string .

<http://lexvo.org/id/char/8DC8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B7%88>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ni%C7%8En%20ji%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/nin2%20nin5>,
        <http://lexvo.org/id/term/yue/%E8%B7%88>,
        "跈"^^xsd:string .

<http://lexvo.org/id/char/8DC9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B7%89>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%ADng>,
        "跉"^^xsd:string .

<http://lexvo.org/id/char/8DCA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B7%8A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A8i>,
        "跊"^^xsd:string .

<http://lexvo.org/id/char/8DCB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B7%8B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%A1%20b%C3%A8i>,
        <http://lexvo.org/id/term/kor/%E8%B7%8B>,
        <http://lexvo.org/id/term/kor/PAL>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bat6>,
        <http://lexvo.org/id/term/yue/%E8%B7%8B>,
        "跋"^^xsd:string ;
    rdfs:comment "go by foot; epilogue, colophon"@en .

<http://lexvo.org/id/char/8DCC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B7%8C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/di%C4%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/di%C4%93%20di%C3%A9%20t%C3%BA>,
        <http://lexvo.org/id/term/kor/%E8%B7%8C>,
        <http://lexvo.org/id/term/kor/CIL>,
        <http://lexvo.org/id/term/vie/tr%E1%BA%B7c>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dit3>,
        <http://lexvo.org/id/term/yue/%E8%B7%8C>,
        "跌"^^xsd:string ;
    rdfs:comment "stumble, slip, fall down; stamp"@en .

<http://lexvo.org/id/char/8DCD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B7%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C5%AB>,
        "跍"^^xsd:string .

<http://lexvo.org/id/char/8DCE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B7%8E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/tu%C3%B3>,
        <http://lexvo.org/id/term/kor/%E8%B7%8E>,
        <http://lexvo.org/id/term/kor/THA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/to4>,
        <http://lexvo.org/id/term/yue/%E8%B7%8E>,
        "跎"^^xsd:string ;
    rdfs:comment "slip, stumble, falter; vacillate"@en .

<http://lexvo.org/id/char/8DCF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B7%8F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C4%81>,
        <http://lexvo.org/id/term/kor/%E8%B7%8F>,
        <http://lexvo.org/id/term/kor/KA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gaa1>,
        <http://lexvo.org/id/term/yue/%E8%B7%8F>,
        "跏"^^xsd:string ;
    rdfs:comment "sit cross-legged; squat"@en .

<http://lexvo.org/id/char/8DD0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B7%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C4%AB%200176.020%3Ac%C7%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C7%90%20c%C7%8Ei>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ci2>,
        <http://lexvo.org/id/term/yue/%E8%B7%90>,
        "跐"^^xsd:string ;
    rdfs:comment "to trample, to step, to walk on the ball of the foot"@en .

<http://lexvo.org/id/char/8DD1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B7%91>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%A1o%200856.100%3Ap%C7%8Eo>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C7%8Eo%20p%C3%A1o%20b%C3%B3>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/paau2%20paau4>,
        <http://lexvo.org/id/term/yue/%E8%B7%91>,
        "跑"^^xsd:string ;
    rdfs:comment "run, flee, leave in hurry"@en .

<http://lexvo.org/id/char/8DD2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B7%92>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C7%8E>,
        "跒"^^xsd:string .

<http://lexvo.org/id/char/8DD3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B7%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%B9>,
        "跓"^^xsd:string .

<http://lexvo.org/id/char/8DD4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B7%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C5%AB>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/keoi1>,
        <http://lexvo.org/id/term/yue/%E8%B7%94>,
        "跔"^^xsd:string ;
    rdfs:comment "numb feet; to limp"@en .

<http://lexvo.org/id/char/8DD5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B7%95>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/di%C3%A9%20ti%C4%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/di%C7%8En%200250.060%3Adi%C4%93>,
        <http://lexvo.org/id/term/kor/%E8%B7%95>,
        <http://lexvo.org/id/term/kor/CEP>,
        <http://lexvo.org/id/term/vie/ch%E1%BB%93m>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cip3%20dim3%20dip6>,
        <http://lexvo.org/id/term/yue/%E8%B7%95>,
        "跕"^^xsd:string ;
    rdfs:comment "shuffle, limp"@en .

<http://lexvo.org/id/char/8DD6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B7%96>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%AD%20zh%C4%AB>,
        <http://lexvo.org/id/term/kor/%E8%B7%96>,
        <http://lexvo.org/id/term/kor/CHEK>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zek3>,
        <http://lexvo.org/id/term/yue/%E8%B7%96>,
        "跖"^^xsd:string ;
    rdfs:comment "sole (of the foot)"@en .

<http://lexvo.org/id/char/8DD7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B7%97>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C5%AB>,
        <http://lexvo.org/id/term/kor/%E8%B7%97>,
        <http://lexvo.org/id/term/kor/PWU>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fu1>,
        <http://lexvo.org/id/term/yue/%E8%B7%97>,
        "跗"^^xsd:string ;
    rdfs:comment "the instep"@en .

<http://lexvo.org/id/char/8DD8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B7%98>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%A1n>,
        "跘"^^xsd:string .

<http://lexvo.org/id/char/8DD9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B7%99>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C7%94>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zeoi1%20zeoi2>,
        <http://lexvo.org/id/term/yue/%E8%B7%99>,
        "跙"^^xsd:string ;
    rdfs:comment "weak, lame"@en .

<http://lexvo.org/id/char/8DDA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B7%9A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C4%81n>,
        <http://lexvo.org/id/term/kor/%E8%B7%9A>,
        <http://lexvo.org/id/term/kor/SAN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/saan1>,
        <http://lexvo.org/id/term/yue/%E8%B7%9A>,
        "跚"^^xsd:string ;
    rdfs:comment "stagger, limp"@en .

<http://lexvo.org/id/char/8DDB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B7%9B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C7%92>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C7%92%20b%C3%AC%20p%C5%8D>,
        <http://lexvo.org/id/term/kor/%E8%B7%9B>,
        <http://lexvo.org/id/term/kor/PHA%20PHI>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bai1%20bei3%20bo2>,
        <http://lexvo.org/id/term/yue/%E8%B7%9B>,
        "跛"^^xsd:string ;
    rdfs:comment "lame"@en .

<http://lexvo.org/id/char/8DDC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B7%9C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C3%AD>,
        "跜"^^xsd:string .

<http://lexvo.org/id/char/8DDD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B7%9D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%B9>,
        <http://lexvo.org/id/term/kor/%E8%B7%9D>,
        <http://lexvo.org/id/term/kor/KE>,
        <http://lexvo.org/id/term/vie/c%E1%BB%B1a>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/geoi6%20keoi5>,
        <http://lexvo.org/id/term/yue/%E8%B7%9D>,
        "距"^^xsd:string ;
    rdfs:comment "distance; bird's spur"@en .

<http://lexvo.org/id/char/8DDE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B7%9E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%AC%200752.070%3Alu%C3%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%AC%20lu%C3%B2>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lik1%20lok3>,
        <http://lexvo.org/id/term/yue/%E8%B7%9E>,
        "跞"^^xsd:string ;
    rdfs:comment "walk, move"@en .

<http://lexvo.org/id/char/8DDF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B7%9F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C4%93n>,
        <http://lexvo.org/id/term/kor/%E8%B7%9F>,
        <http://lexvo.org/id/term/kor/KUN>,
        <http://lexvo.org/id/term/vie/ng%E1%BA%A5n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gan1>,
        <http://lexvo.org/id/term/yue/%E8%B7%9F>,
        "跟"^^xsd:string ;
    rdfs:comment "heel; to follow, accompany; with"@en .

<http://lexvo.org/id/char/8DE0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B7%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%AD>,
        "跠"^^xsd:string .

<http://lexvo.org/id/char/8DE1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B7%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C4%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C4%AB%20j%C3%AC>,
        <http://lexvo.org/id/term/kor/%E8%B7%A1>,
        <http://lexvo.org/id/term/kor/CEK>,
        <http://lexvo.org/id/term/vie/t%C3%ADch>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zek3%20zik1>,
        <http://lexvo.org/id/term/yue/%E8%B7%A1>,
        "跡"^^xsd:string ;
    rdfs:comment "search, track, trace"@en .

<http://lexvo.org/id/char/8DE2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B7%A2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%A0i>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/du%C3%B2>,
        <http://lexvo.org/id/term/vie/%C4%91%C3%A1>,
        "跢"^^xsd:string .

<http://lexvo.org/id/char/8DE3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B7%A3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C7%8En>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C7%8En%20xi%C4%81n%20s%C7%94n>,
        <http://lexvo.org/id/term/kor/%E8%B7%A3>,
        <http://lexvo.org/id/term/kor/SEN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sin2>,
        <http://lexvo.org/id/term/yue/%E8%B7%A3>,
        "跣"^^xsd:string ;
    rdfs:comment "bare footed"@en .

<http://lexvo.org/id/char/8DE4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B7%A4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C4%81o>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C4%81o%20qi%C4%81o>,
        <http://lexvo.org/id/term/kor/%E8%B7%A4>,
        <http://lexvo.org/id/term/kor/KYO>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gaau1>,
        <http://lexvo.org/id/term/yue/%E8%B7%A4>,
        "跤"^^xsd:string ;
    rdfs:comment "stumble, fall down; wrestle"@en .

<http://lexvo.org/id/char/8DE5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B7%A5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/du%C3%B2>,
        "跥"^^xsd:string ;
    rdfs:comment "stamp feet"@en .

<http://lexvo.org/id/char/8DE6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B7%A6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C5%AB>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zyu1>,
        <http://lexvo.org/id/term/yue/%E8%B7%A6>,
        "跦"^^xsd:string ;
    rdfs:comment "hop"@en .

<http://lexvo.org/id/char/8DE7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B7%A7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qu%C3%A1n%20z%C5%ABn%20zhu%C4%81n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cyun4>,
        <http://lexvo.org/id/term/yue/%E8%B7%A7>,
        "跧"^^xsd:string ;
    rdfs:comment "crouch"@en .

<http://lexvo.org/id/char/8DE8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B7%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ku%C3%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ku%C3%A0%20k%C3%B9%20ku%C4%81%20ku%C7%8E>,
        <http://lexvo.org/id/term/kor/%E8%B7%A8>,
        <http://lexvo.org/id/term/kor/KWA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kwaa1%20kwaa3>,
        <http://lexvo.org/id/term/yue/%E8%B7%A8>,
        "跨"^^xsd:string ;
    rdfs:comment "straddle, bestride, ride; carry"@en .

<http://lexvo.org/id/char/8DE9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B7%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zhu%C7%8Ei>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zhu%C7%8Ei%20sh%C3%AC>,
        <http://lexvo.org/id/term/vie/d%E1%BA%ADy>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jai6%20zai6>,
        <http://lexvo.org/id/term/yue/%E8%B7%A9>,
        "跩"^^xsd:string ;
    rdfs:comment "to waddle, to limp"@en .

<http://lexvo.org/id/char/8DEA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B7%AA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/gu%C3%AC>,
        <http://lexvo.org/id/term/kor/%E8%B7%AA>,
        <http://lexvo.org/id/term/kor/KWEY>,
        <http://lexvo.org/id/term/vie/qu%E1%BB%B3>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gwai6>,
        <http://lexvo.org/id/term/yue/%E8%B7%AA>,
        "跪"^^xsd:string ;
    rdfs:comment "kneel"@en .

<http://lexvo.org/id/char/8DEB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B7%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C3%B3ng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C3%B3ng%20qi%C5%8Dng%20qi%C4%81ng>,
        <http://lexvo.org/id/term/kor/%E8%B7%AB>,
        <http://lexvo.org/id/term/kor/KONG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kung4>,
        <http://lexvo.org/id/term/yue/%E8%B7%AB>,
        "跫"^^xsd:string ;
    rdfs:comment "sound of footsteps"@en .

<http://lexvo.org/id/char/8DEC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B7%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ku%C7%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ku%C7%90%20xi%C3%A8>,
        <http://lexvo.org/id/term/kor/%E8%B7%AC>,
        <http://lexvo.org/id/term/kor/KYU>,
        <http://lexvo.org/id/term/vie/kho%E1%BA%BB>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kwai2>,
        <http://lexvo.org/id/term/yue/%E8%B7%AC>,
        "跬"^^xsd:string ;
    rdfs:comment "to step; a stride equal to half a pace"@en .

<http://lexvo.org/id/char/8DED> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B7%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A1ng>,
        "跭"^^xsd:string .

<http://lexvo.org/id/char/8DEE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B7%AE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%AC%20di%C3%A9>,
        <http://lexvo.org/id/term/vie/ch%E1%BB%8Di>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ci3>,
        <http://lexvo.org/id/term/yue/%E8%B7%AE>,
        "跮"^^xsd:string ;
    rdfs:comment "hasty walking"@en .

<http://lexvo.org/id/char/8DEF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B7%AF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%B9%20lu%C3%B2>,
        <http://lexvo.org/id/term/kor/%E8%B7%AF>,
        <http://lexvo.org/id/term/kor/LO>,
        <http://lexvo.org/id/term/vie/l%E1%BB%99>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lou6>,
        <http://lexvo.org/id/term/yue/%E8%B7%AF>,
        "路"^^xsd:string ;
    rdfs:comment "road, path, street; journey"@en .

<http://lexvo.org/id/char/8DF0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B7%B0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%A8ng%20pi%C3%A1n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/pi%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/pin4>,
        <http://lexvo.org/id/term/yue/%E8%B7%B0>,
        "跰"^^xsd:string .

<http://lexvo.org/id/char/8DF1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B7%B1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%AC%20sh%C3%AC>,
        <http://lexvo.org/id/term/kor/%E8%B7%B1>,
        <http://lexvo.org/id/term/kor/CHI>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/si6%20zi6>,
        <http://lexvo.org/id/term/yue/%E8%B7%B1>,
        "跱"^^xsd:string ;
    rdfs:comment "stop"@en .

<http://lexvo.org/id/char/8DF2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B7%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%A1>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gaap3>,
        <http://lexvo.org/id/term/yue/%E8%B7%B2>,
        "跲"^^xsd:string ;
    rdfs:comment "hood, cowl, turban; stumble"@en .

<http://lexvo.org/id/char/8DF3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B7%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ti%C3%A0o>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ti%C3%A0o%20ti%C3%A1o%20t%C3%A1o%20di%C3%A0o>,
        <http://lexvo.org/id/term/kor/%E8%B7%B3>,
        <http://lexvo.org/id/term/kor/CO%20TO>,
        <http://lexvo.org/id/term/vie/kh%C3%AAu>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tiu3>,
        <http://lexvo.org/id/term/yue/%E8%B7%B3>,
        "跳"^^xsd:string ;
    rdfs:comment "jump, leap, vault, bounce; dance"@en .

<http://lexvo.org/id/char/8DF4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B7%B4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C7%8Ei>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/coi2>,
        <http://lexvo.org/id/term/yue/%E8%B7%B4>,
        "跴"^^xsd:string ;
    rdfs:comment "step on, tread on; search for"@en .

<http://lexvo.org/id/char/8DF5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B7%B5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E8%B7%B5>,
        <http://lexvo.org/id/term/kor/CHEN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cin5>,
        <http://lexvo.org/id/term/yue/%E8%B7%B5>,
        "践"^^xsd:string ;
    rdfs:comment "trample, tread upon, walk on"@en .

<http://lexvo.org/id/char/8DF6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B7%B6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%A0%20da>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/taat3>,
        <http://lexvo.org/id/term/yue/%E8%B7%B6>,
        "跶"^^xsd:string ;
    rdfs:comment "stumble, slip"@en .

<http://lexvo.org/id/char/8DF7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B7%B7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C4%81o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hiu1>,
        <http://lexvo.org/id/term/yue/%E8%B7%B7>,
        "跷"^^xsd:string ;
    rdfs:comment "raise one's foot"@en .

<http://lexvo.org/id/char/8DF8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B7%B8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bat1>,
        <http://lexvo.org/id/term/yue/%E8%B7%B8>,
        "跸"^^xsd:string ;
    rdfs:comment "clear way, make room for; emp"@en .

<http://lexvo.org/id/char/8DF9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B7%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C4%81n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sin1>,
        <http://lexvo.org/id/term/yue/%E8%B7%B9>,
        "跹"^^xsd:string ;
    rdfs:comment "wander about, walk around; revolve"@en .

<http://lexvo.org/id/char/8DFA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B7%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/du%C3%B2>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/do2>,
        <http://lexvo.org/id/term/yue/%E8%B7%BA>,
        "跺"^^xsd:string ;
    rdfs:comment "stamp feet, step"@en .

<http://lexvo.org/id/char/8DFB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B7%BB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C4%AB>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zai1>,
        <http://lexvo.org/id/term/yue/%E8%B7%BB>,
        "跻"^^xsd:string ;
    rdfs:comment "ascend, go up, rise"@en .

<http://lexvo.org/id/char/8DFC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B7%BC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%BA>,
        <http://lexvo.org/id/term/kor/%E8%B7%BC>,
        <http://lexvo.org/id/term/kor/KWUK>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/guk6>,
        <http://lexvo.org/id/term/yue/%E8%B7%BC>,
        "跼"^^xsd:string ;
    rdfs:comment "bent, stooped, crouched; contract"@en .

<http://lexvo.org/id/char/8DFD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B7%BD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%AC>,
        <http://lexvo.org/id/term/kor/%E8%B7%BD>,
        <http://lexvo.org/id/term/kor/KI>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gei6>,
        <http://lexvo.org/id/term/yue/%E8%B7%BD>,
        "跽"^^xsd:string ;
    rdfs:comment "to kneel for a long time, to go down on hands and knees"@en .

<http://lexvo.org/id/char/8DFE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B7%BE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%BA>,
        "跾"^^xsd:string .

<http://lexvo.org/id/char/8DFF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B7%BF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%BA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tou4>,
        <http://lexvo.org/id/term/yue/%E8%B7%BF>,
        "跿"^^xsd:string .

<http://lexvo.org/id/char/8E00> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B8%80>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%B9>,
        "踀"^^xsd:string .

<http://lexvo.org/id/char/8E01> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B8%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%ACng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hang1>,
        <http://lexvo.org/id/term/yue/%E8%B8%81>,
        "踁"^^xsd:string ;
    rdfs:comment "tinkling, obstinate"@en .

<http://lexvo.org/id/char/8E02> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B8%82>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ni%C3%A8>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/nip6>,
        <http://lexvo.org/id/term/yue/%E8%B8%82>,
        "踂"^^xsd:string .

<http://lexvo.org/id/char/8E03> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B8%83>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C4%81o>,
        "踃"^^xsd:string .

<http://lexvo.org/id/char/8E04> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B8%84>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%B3>,
        "踄"^^xsd:string .

<http://lexvo.org/id/char/8E05> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B8%85>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%AC%20xu%C3%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xu%C3%A9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cit3>,
        <http://lexvo.org/id/term/yue/%E8%B8%85>,
        "踅"^^xsd:string ;
    rdfs:comment "to walk around; turn back midway"@en .

<http://lexvo.org/id/char/8E06> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B8%86>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C5%ABn>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C5%ABn%20c%C5%ABn%20c%C3%BAn>,
        <http://lexvo.org/id/term/kor/%E8%B8%86>,
        <http://lexvo.org/id/term/kor/CWUN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cyun1%20seon1%20zeon3>,
        <http://lexvo.org/id/term/yue/%E8%B8%86>,
        "踆"^^xsd:string ;
    rdfs:comment "squat"@en .

<http://lexvo.org/id/char/8E07> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B8%87>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C7%92u>,
        "踇"^^xsd:string .

<http://lexvo.org/id/char/8E08> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B8%88>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C5%AB>,
        <http://lexvo.org/id/term/kor/%E8%B8%88>,
        <http://lexvo.org/id/term/kor/SO>,
        "踈"^^xsd:string ;
    rdfs:comment "neglect; careless, lax"@en .

<http://lexvo.org/id/char/8E09> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B8%89>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%A1ng%20li%C3%A1ng%20li%C3%A0ng%20l%C3%A0ng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C3%A1ng%200710.030%3Ali%C3%A0ng>,
        <http://lexvo.org/id/term/kor/%E8%B8%89>,
        <http://lexvo.org/id/term/kor/LYANG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/loeng4%20loeng6%20long4>,
        <http://lexvo.org/id/term/yue/%E8%B8%89>,
        "踉"^^xsd:string ;
    rdfs:comment "hop, jump; hurriedly, urgently"@en .

<http://lexvo.org/id/char/8E0A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B8%8A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%92ng>,
        <http://lexvo.org/id/term/kor/%E8%B8%8A>,
        <http://lexvo.org/id/term/kor/YONG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jung2>,
        <http://lexvo.org/id/term/yue/%E8%B8%8A>,
        "踊"^^xsd:string ;
    rdfs:comment "leap, jump"@en .

<http://lexvo.org/id/char/8E0B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B8%8B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C7%8Eo%20ju%C3%A9>,
        "踋"^^xsd:string ;
    rdfs:comment "the foot or feet cast of a play"@en .

<http://lexvo.org/id/char/8E0C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B8%8C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%B3u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cau4>,
        <http://lexvo.org/id/term/yue/%E8%B8%8C>,
        "踌"^^xsd:string ;
    rdfs:comment "hesitate, falter; smug, self-satisfied"@en .

<http://lexvo.org/id/char/8E0D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B8%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C4%81o>,
        "踍"^^xsd:string .

<http://lexvo.org/id/char/8E0E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/mau1>,
        <http://lexvo.org/id/term/yue/%E8%B8%8E>,
        "踎"^^xsd:string ;
    rdfs:comment "(Cant.) to squat"@en .

<http://lexvo.org/id/char/8E0F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B8%8F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%A0%20t%C4%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C4%81%201107.190%3At%C3%A0>,
        <http://lexvo.org/id/term/kor/%E8%B8%8F>,
        <http://lexvo.org/id/term/kor/TAP>,
        <http://lexvo.org/id/term/vie/%C4%91%E1%BA%A1p>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/daap6>,
        <http://lexvo.org/id/term/yue/%E8%B8%8F>,
        "踏"^^xsd:string ;
    rdfs:comment "step on, trample, tread on, walk"@en .

<http://lexvo.org/id/char/8E10> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B8%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E8%B8%90>,
        <http://lexvo.org/id/term/kor/CHEN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cin5%20zin6>,
        <http://lexvo.org/id/term/yue/%E8%B8%90>,
        "踐"^^xsd:string ;
    rdfs:comment "trample, tread upon, walk on"@en .

<http://lexvo.org/id/char/8E11> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B8%91>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C3%AD%20j%C4%AB>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kei1>,
        <http://lexvo.org/id/term/yue/%E8%B8%91>,
        "踑"^^xsd:string .

<http://lexvo.org/id/char/8E12> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B8%92>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C5%8D>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wo1>,
        <http://lexvo.org/id/term/yue/%E8%B8%92>,
        "踒"^^xsd:string ;
    rdfs:comment "to slip and sprain a blimb"@en .

<http://lexvo.org/id/char/8E13> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B8%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C4%9Bi>,
        "踓"^^xsd:string .

<http://lexvo.org/id/char/8E14> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B8%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/chu%C5%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zhu%C3%B3%20chu%C5%8D%20di%C3%A0o%20zhu%C5%8D%20ti%C3%A0o>,
        <http://lexvo.org/id/term/kor/%E8%B8%94>,
        <http://lexvo.org/id/term/kor/THAK>,
        <http://lexvo.org/id/term/vie/x%E1%BB%A3t>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/coek3>,
        <http://lexvo.org/id/term/yue/%E8%B8%94>,
        "踔"^^xsd:string ;
    rdfs:comment "to get ahead; to stride; to excel"@en .

<http://lexvo.org/id/char/8E15> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B8%95>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%A9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zit6>,
        <http://lexvo.org/id/term/yue/%E8%B8%95>,
        "踕"^^xsd:string .

<http://lexvo.org/id/char/8E16> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B8%96>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%AD>,
        <http://lexvo.org/id/term/vie/t%E1%BA%BFch>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zik1>,
        <http://lexvo.org/id/term/yue/%E8%B8%96>,
        "踖"^^xsd:string ;
    rdfs:comment "trample on, tread on"@en .

<http://lexvo.org/id/char/8E17> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B8%97>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ni%C4%93>,
        "踗"^^xsd:string .

<http://lexvo.org/id/char/8E18> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B8%98>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%BA%20j%C5%AB>,
        <http://lexvo.org/id/term/vie/gu%E1%BB%91c>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/guk1%20guk6>,
        <http://lexvo.org/id/term/yue/%E8%B8%98>,
        "踘"^^xsd:string ;
    rdfs:comment "ball"@en .

<http://lexvo.org/id/char/8E19> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B8%99>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C5%AB>,
        "踙"^^xsd:string .

<http://lexvo.org/id/char/8E1A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B8%9A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%BAn>,
        "踚"^^xsd:string .

<http://lexvo.org/id/char/8E1B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B8%9B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/luk6>,
        <http://lexvo.org/id/term/yue/%E8%B8%9B>,
        "踛"^^xsd:string .

<http://lexvo.org/id/char/8E1C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B8%9C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%A8ng>,
        "踜"^^xsd:string ;
    rdfs:comment "to stumble; to slip; to fall"@en .

<http://lexvo.org/id/char/8E1D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B8%9D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%A1i>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%A1i%20hu%C3%A0>,
        <http://lexvo.org/id/term/kor/%E8%B8%9D>,
        <http://lexvo.org/id/term/kor/KWA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/waa5>,
        <http://lexvo.org/id/term/yue/%E8%B8%9D>,
        "踝"^^xsd:string ;
    rdfs:comment "ankle"@en .

<http://lexvo.org/id/char/8E1E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B8%9E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%B9>,
        <http://lexvo.org/id/term/kor/%E8%B8%9E>,
        <http://lexvo.org/id/term/kor/KE>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/geoi3>,
        <http://lexvo.org/id/term/yue/%E8%B8%9E>,
        "踞"^^xsd:string ;
    rdfs:comment "crouch, squat; sit, occupy"@en .

<http://lexvo.org/id/char/8E1F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B8%9F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%AD>,
        <http://lexvo.org/id/term/kor/%E8%B8%9F>,
        <http://lexvo.org/id/term/kor/CI>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ci4>,
        <http://lexvo.org/id/term/yue/%E8%B8%9F>,
        "踟"^^xsd:string ;
    rdfs:comment "hesitate, undecided; embarrassed"@en .

<http://lexvo.org/id/char/8E20> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B8%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C7%8En>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jyun2>,
        <http://lexvo.org/id/term/yue/%E8%B8%A0>,
        "踠"^^xsd:string ;
    rdfs:comment "to writhe, struggle, squirm, wriggle; to be impatient for"@en .

<http://lexvo.org/id/char/8E21> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B8%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qu%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kyun4>,
        <http://lexvo.org/id/term/yue/%E8%B8%A1>,
        "踡"^^xsd:string ;
    rdfs:comment "curled, coiled"@en .

<http://lexvo.org/id/char/8E22> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B8%A2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C4%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C4%AB%20di%C3%A9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tek3>,
        <http://lexvo.org/id/term/yue/%E8%B8%A2>,
        "踢"^^xsd:string ;
    rdfs:comment "kick"@en .

<http://lexvo.org/id/char/8E23> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B8%A3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%B3%20p%C3%B2u>,
        <http://lexvo.org/id/term/kor/%E8%B8%A3>,
        <http://lexvo.org/id/term/kor/PWU%20POK>,
        <http://lexvo.org/id/term/vie/v%E1%BB%99i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/baak6>,
        <http://lexvo.org/id/term/yue/%E8%B8%A3>,
        "踣"^^xsd:string ;
    rdfs:comment "to stumble and fall prone stiff in death"@en .

<http://lexvo.org/id/char/8E24> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B8%A4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C3%BA%20cu%C3%AC>,
        <http://lexvo.org/id/term/vie/nh%C3%B3t>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cyut3%20seoi6%20zeot1>,
        <http://lexvo.org/id/term/yue/%E8%B8%A4>,
        "踤"^^xsd:string .

<http://lexvo.org/id/char/8E25> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B8%A5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C3%A8>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cip3>,
        <http://lexvo.org/id/term/yue/%E8%B8%A5>,
        "踥"^^xsd:string .

<http://lexvo.org/id/char/8E26> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B8%A6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C7%90%20j%C4%AB%20q%C4%AB%20y%C7%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%90>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gei2%20hei2%20ji2>,
        <http://lexvo.org/id/term/yue/%E8%B8%A6>,
        "踦"^^xsd:string ;
    rdfs:comment "the shin; to pierce; to touch"@en .

<http://lexvo.org/id/char/8E27> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B8%A7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C3%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C3%B9%20d%C3%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cuk1%20dik6>,
        <http://lexvo.org/id/term/yue/%E8%B8%A7>,
        "踧"^^xsd:string ;
    rdfs:comment "uneasiness, nervousness; level"@en .

<http://lexvo.org/id/char/8E28> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B8%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C5%8Dng>,
        "踨"^^xsd:string .

<http://lexvo.org/id/char/8E29> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B8%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C7%8Ei>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C7%8Ei%20ku%C3%AD>,
        <http://lexvo.org/id/term/kor/%E8%B8%A9>,
        <http://lexvo.org/id/term/kor/CHAY>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/caai2%20coi2>,
        <http://lexvo.org/id/term/yue/%E8%B8%A9>,
        "踩"^^xsd:string ;
    rdfs:comment "step on"@en .

<http://lexvo.org/id/char/8E2A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B8%AA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C5%8Dng>,
        <http://lexvo.org/id/term/kor/%E8%B8%AA>,
        <http://lexvo.org/id/term/kor/CONG>,
        <http://lexvo.org/id/term/vie/t%C3%B4ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zung1>,
        <http://lexvo.org/id/term/yue/%E8%B8%AA>,
        "踪"^^xsd:string ;
    rdfs:comment "footprints, traces, tracks"@en .

<http://lexvo.org/id/char/8E2B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B8%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%A8ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/pung3>,
        <http://lexvo.org/id/term/yue/%E8%B8%AB>,
        "踫"^^xsd:string ;
    rdfs:comment "collide, bump into"@en .

<http://lexvo.org/id/char/8E2C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B8%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zi3>,
        <http://lexvo.org/id/term/yue/%E8%B8%AC>,
        "踬"^^xsd:string ;
    rdfs:comment "stumble, totter; fail, be frustrated"@en .

<http://lexvo.org/id/char/8E2D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B8%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C4%93ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zaang1%20zang1>,
        <http://lexvo.org/id/term/yue/%E8%B8%AD>,
        "踭"^^xsd:string ;
    rdfs:comment "(Cant.) heel, elbow"@en .

<http://lexvo.org/id/char/8E2E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B8%AE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/di%C7%8En>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dim3>,
        <http://lexvo.org/id/term/yue/%E8%B8%AE>,
        "踮"^^xsd:string ;
    rdfs:comment "tip toe"@en .

<http://lexvo.org/id/char/8E2F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B8%AF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zaak6>,
        <http://lexvo.org/id/term/yue/%E8%B8%AF>,
        "踯"^^xsd:string ;
    rdfs:comment "waver, hesitate, be irresolute"@en .

<http://lexvo.org/id/char/8E30> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B8%B0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%BA>,
        <http://lexvo.org/id/term/kor/%E8%B8%B0>,
        <http://lexvo.org/id/term/kor/YU>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jyu4>,
        <http://lexvo.org/id/term/yue/%E8%B8%B0>,
        "踰"^^xsd:string ;
    rdfs:comment "exceed, transgress; cross over"@en .

<http://lexvo.org/id/char/8E31> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B8%B1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/du%C3%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/du%C3%B2%20du%C3%B3%20chu%C3%B2>,
        <http://lexvo.org/id/term/kor/%E8%B8%B1>,
        <http://lexvo.org/id/term/kor/THAK>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dok6>,
        <http://lexvo.org/id/term/yue/%E8%B8%B1>,
        "踱"^^xsd:string ;
    rdfs:comment "stroll, pace, walk slowly"@en .

<http://lexvo.org/id/char/8E32> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B8%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%B9n>,
        "踲"^^xsd:string .

<http://lexvo.org/id/char/8E33> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B8%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C7%94n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/chu%C7%8En>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ceon2%20cyun2>,
        <http://lexvo.org/id/term/yue/%E8%B8%B3>,
        "踳"^^xsd:string .

<http://lexvo.org/id/char/8E34> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B8%B4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%92ng>,
        <http://lexvo.org/id/term/kor/%E8%B8%B4>,
        <http://lexvo.org/id/term/kor/YONG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jung2>,
        <http://lexvo.org/id/term/yue/%E8%B8%B4>,
        "踴"^^xsd:string ;
    rdfs:comment "leap, jump"@en .

<http://lexvo.org/id/char/8E35> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B8%B5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C7%92ng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C7%92ng%20zh%C3%B2ng>,
        <http://lexvo.org/id/term/kor/%E8%B8%B5>,
        <http://lexvo.org/id/term/kor/CONG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dung2%20zung2>,
        <http://lexvo.org/id/term/yue/%E8%B8%B5>,
        "踵"^^xsd:string ;
    rdfs:comment "heel; follow; visit, call on"@en .

<http://lexvo.org/id/char/8E36> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B8%B6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%AC%20ch%C3%AD%20t%C3%AD%20zh%C3%AC>,
        <http://lexvo.org/id/term/kor/%E8%B8%B6>,
        <http://lexvo.org/id/term/kor/CEY>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dai6%20tai4>,
        <http://lexvo.org/id/term/yue/%E8%B8%B6>,
        "踶"^^xsd:string ;
    rdfs:comment "paw"@en .

<http://lexvo.org/id/char/8E37> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B8%B7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C4%9B>,
        "踷"^^xsd:string .

<http://lexvo.org/id/char/8E38> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B8%B8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C4%9Bn>,
        <http://lexvo.org/id/term/vie/ch%E1%BA%ADm>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cam2>,
        <http://lexvo.org/id/term/yue/%E8%B8%B8>,
        "踸"^^xsd:string .

<http://lexvo.org/id/char/8E39> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B8%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/chu%C3%A0i>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/chu%C3%A0i%20shu%C3%A0n%20du%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E8%B8%B9>,
        <http://lexvo.org/id/term/kor/TAN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/caai2%20cyun2%20jaai2>,
        <http://lexvo.org/id/term/yue/%E8%B8%B9>,
        "踹"^^xsd:string ;
    rdfs:comment "trample, tread on, kick; to crush"@en .

<http://lexvo.org/id/char/8E3A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B8%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%A0n>,
        "踺"^^xsd:string .

<http://lexvo.org/id/char/8E3B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B8%BB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/gu%C4%81>,
        "踻"^^xsd:string .

<http://lexvo.org/id/char/8E3C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B8%BC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%A1ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dong6%20tong4>,
        <http://lexvo.org/id/term/yue/%E8%B8%BC>,
        "踼"^^xsd:string ;
    rdfs:comment "to fall flat; to fall on the face"@en .

<http://lexvo.org/id/char/8E3D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B8%BD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C7%94>,
        <http://lexvo.org/id/term/kor/%E8%B8%BD>,
        <http://lexvo.org/id/term/kor/WU>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/geoi2>,
        <http://lexvo.org/id/term/yue/%E8%B8%BD>,
        "踽"^^xsd:string ;
    rdfs:comment "to walk alone; self-reliant"@en .

<http://lexvo.org/id/char/8E3E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B8%BE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%BA>,
        "踾"^^xsd:string .

<http://lexvo.org/id/char/8E3F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B8%BF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C3%BA>,
        "踿"^^xsd:string .

<http://lexvo.org/id/char/8E40> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B9%80>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/di%C3%A9>,
        <http://lexvo.org/id/term/kor/%E8%B9%80>,
        <http://lexvo.org/id/term/kor/CEP>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dip6>,
        <http://lexvo.org/id/term/yue/%E8%B9%80>,
        "蹀"^^xsd:string ;
    rdfs:comment "to skip, to dance; to put the foot down"@en .

<http://lexvo.org/id/char/8E41> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B9%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/pi%C3%A1n>,
        <http://lexvo.org/id/term/kor/%E8%B9%81>,
        <http://lexvo.org/id/term/kor/PHYEN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/pin4>,
        <http://lexvo.org/id/term/yue/%E8%B9%81>,
        "蹁"^^xsd:string ;
    rdfs:comment "to walk with a limp"@en .

<http://lexvo.org/id/char/8E42> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B9%82>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/r%C3%B3u>,
        <http://lexvo.org/id/term/kor/%E8%B9%82>,
        <http://lexvo.org/id/term/kor/YU>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jau4>,
        <http://lexvo.org/id/term/yue/%E8%B9%82>,
        "蹂"^^xsd:string ;
    rdfs:comment "trample under foot, tread on"@en .

<http://lexvo.org/id/char/8E43> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B9%83>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/nu%C3%B2>,
        "蹃"^^xsd:string .

<http://lexvo.org/id/char/8E44> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B9%84>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%AD%20d%C3%AC>,
        <http://lexvo.org/id/term/kor/%E8%B9%84>,
        <http://lexvo.org/id/term/kor/CEY>,
        <http://lexvo.org/id/term/vie/%C4%91%E1%BA%BF>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tai4>,
        <http://lexvo.org/id/term/yue/%E8%B9%84>,
        "蹄"^^xsd:string ;
    rdfs:comment "hoof; leg of pork; little witch"@en .

<http://lexvo.org/id/char/8E45> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B9%85>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C7%8E>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/caa1%20zaa1>,
        <http://lexvo.org/id/term/yue/%E8%B9%85>,
        "蹅"^^xsd:string ;
    rdfs:comment "to tread on, walk through"@en .

<http://lexvo.org/id/char/8E46> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B9%86>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/tu%C7%90>,
        <http://lexvo.org/id/term/vie/th%E1%BB%A7i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tan3>,
        <http://lexvo.org/id/term/yue/%E8%B9%86>,
        "蹆"^^xsd:string ;
    rdfs:comment "(Cant.) to move in a straight line"@en .

<http://lexvo.org/id/char/8E47> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B9%87>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C7%8En>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C7%8En%20qi%C4%81n>,
        <http://lexvo.org/id/term/kor/%E8%B9%87>,
        <http://lexvo.org/id/term/kor/KEN>,
        <http://lexvo.org/id/term/vie/ki%E1%BB%85ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gin2>,
        <http://lexvo.org/id/term/yue/%E8%B9%87>,
        "蹇"^^xsd:string ;
    rdfs:comment "lame, crippled; unlucky"@en .

<http://lexvo.org/id/char/8E48> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B9%88>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C7%8Eo>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C7%8Eo%20d%C3%A0o>,
        <http://lexvo.org/id/term/kor/%E8%B9%88>,
        <http://lexvo.org/id/term/kor/TO>,
        <http://lexvo.org/id/term/vie/d%E1%BA%A1o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dou6%20tou1>,
        <http://lexvo.org/id/term/yue/%E8%B9%88>,
        "蹈"^^xsd:string ;
    rdfs:comment "stamp feet; dance"@en .

<http://lexvo.org/id/char/8E49> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B9%89>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/cu%C5%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/cu%C5%8D%20chu%C3%A0i>,
        <http://lexvo.org/id/term/kor/%E8%B9%89>,
        <http://lexvo.org/id/term/kor/CHA>,
        <http://lexvo.org/id/term/vie/tha>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/co1>,
        <http://lexvo.org/id/term/yue/%E8%B9%89>,
        "蹉"^^xsd:string ;
    rdfs:comment "error, mistake, slip; failure"@en .

<http://lexvo.org/id/char/8E4A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B9%8A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C4%AB%201229.090%3Ax%C4%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C4%AB%20q%C4%AB%20x%C3%AD>,
        <http://lexvo.org/id/term/kor/%E8%B9%8A>,
        <http://lexvo.org/id/term/kor/HYEY>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hai4>,
        <http://lexvo.org/id/term/yue/%E8%B9%8A>,
        "蹊"^^xsd:string ;
    rdfs:comment "footpath, trail; track"@en .

<http://lexvo.org/id/char/8E4B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B9%8B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%A0>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/daap6>,
        <http://lexvo.org/id/term/yue/%E8%B9%8B>,
        "蹋"^^xsd:string ;
    rdfs:comment "step on, tread on; stumble, slip"@en .

<http://lexvo.org/id/char/8E4C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B9%8C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C4%81ng%200919.091%3Aqi%C3%A0ng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C4%81ng%20qi%C3%A0ng>,
        <http://lexvo.org/id/term/kor/%E8%B9%8C>,
        <http://lexvo.org/id/term/kor/CHANG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/coeng1>,
        <http://lexvo.org/id/term/yue/%E8%B9%8C>,
        "蹌"^^xsd:string ;
    rdfs:comment "walk rapidly"@en .

<http://lexvo.org/id/char/8E4D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B9%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ni%C7%8En>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C7%8En%20ni%C7%8En>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/nin5%20zin2>,
        <http://lexvo.org/id/term/yue/%E8%B9%8D>,
        "蹍"^^xsd:string ;
    rdfs:comment "upper millstone; to grind, roll, triturate"@en .

<http://lexvo.org/id/char/8E4E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B9%8E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/di%C4%81n>,
        <http://lexvo.org/id/term/vie/ch%C3%A2n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/din1>,
        <http://lexvo.org/id/term/yue/%E8%B9%8E>,
        "蹎"^^xsd:string .

<http://lexvo.org/id/char/8E4F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B9%8F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%AD%20d%C3%AC>,
        <http://lexvo.org/id/term/kor/%E8%B9%8F>,
        <http://lexvo.org/id/term/kor/CEY>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tai4>,
        <http://lexvo.org/id/term/yue/%E8%B9%8F>,
        "蹏"^^xsd:string ;
    rdfs:comment "hoof; leg of pork; little witch a horse"@en .

<http://lexvo.org/id/char/8E50> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B9%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zik3>,
        <http://lexvo.org/id/term/yue/%E8%B9%90>,
        "蹐"^^xsd:string ;
    rdfs:comment "take short steps"@en .

<http://lexvo.org/id/char/8E51> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B9%91>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ni%C3%A8>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/nip6>,
        <http://lexvo.org/id/term/yue/%E8%B9%91>,
        "蹑"^^xsd:string ;
    rdfs:comment "tread, step on; follow, track"@en .

<http://lexvo.org/id/char/8E52> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B9%92>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A1n%20p%C3%A1n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mun4>,
        <http://lexvo.org/id/term/yue/%E8%B9%92>,
        "蹒"^^xsd:string ;
    rdfs:comment "to jump over; to limp"@en .

<http://lexvo.org/id/char/8E53> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B9%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C5%AB%20li%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lau4%20lau6>,
        <http://lexvo.org/id/term/yue/%E8%B9%93>,
        "蹓"^^xsd:string ;
    rdfs:comment "stroll, take walk"@en .

<http://lexvo.org/id/char/8E54> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B9%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C3%A0n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%A0n%20z%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zaam6>,
        <http://lexvo.org/id/term/yue/%E8%B9%94>,
        "蹔"^^xsd:string ;
    rdfs:comment "temporary; fleeting; ephemeral"@en .

<http://lexvo.org/id/char/8E55> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B9%95>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%AC>,
        <http://lexvo.org/id/term/kor/%E8%B9%95>,
        <http://lexvo.org/id/term/kor/PHIL>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bat1>,
        <http://lexvo.org/id/term/yue/%E8%B9%95>,
        "蹕"^^xsd:string ;
    rdfs:comment "clear way, make room for; emp"@en .

<http://lexvo.org/id/char/8E56> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B9%96>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C5%8Dng>,
        "蹖"^^xsd:string .

<http://lexvo.org/id/char/8E57> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B9%97>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%B9>,
        "蹗"^^xsd:string .

<http://lexvo.org/id/char/8E58> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B9%98>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C3%A1o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/liu1%20mau1>,
        <http://lexvo.org/id/term/yue/%E8%B9%98>,
        "蹘"^^xsd:string ;
    rdfs:comment "(Cant.) to roost"@en .

<http://lexvo.org/id/char/8E59> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B9%99>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C3%B9>,
        <http://lexvo.org/id/term/kor/%E8%B9%99>,
        <http://lexvo.org/id/term/kor/CHWUK>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cuk1>,
        <http://lexvo.org/id/term/yue/%E8%B9%99>,
        "蹙"^^xsd:string ;
    rdfs:comment "urgent, suddenly; grieve, lament"@en .

<http://lexvo.org/id/char/8E5A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B9%9A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C4%81ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tong2%20tong4>,
        <http://lexvo.org/id/term/yue/%E8%B9%9A>,
        "蹚"^^xsd:string ;
    rdfs:comment "tread through mud and water"@en .

<http://lexvo.org/id/char/8E5B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B9%9B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%A0i%20zh%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/daai3%20zai6>,
        <http://lexvo.org/id/term/yue/%E8%B9%9B>,
        "蹛"^^xsd:string .

<http://lexvo.org/id/char/8E5C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B9%9C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C3%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/su%C5%8D%20s%C3%B9>,
        <http://lexvo.org/id/term/kor/%E8%B9%9C>,
        <http://lexvo.org/id/term/kor/CHWUK>,
        <http://lexvo.org/id/term/vie/t%E1%BB%91c>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/suk1>,
        <http://lexvo.org/id/term/yue/%E8%B9%9C>,
        "蹜"^^xsd:string ;
    rdfs:comment "walk carefully"@en .

<http://lexvo.org/id/char/8E5D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B9%9D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C7%90>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/saai2>,
        <http://lexvo.org/id/term/yue/%E8%B9%9D>,
        "蹝"^^xsd:string ;
    rdfs:comment "sandal"@en .

<http://lexvo.org/id/char/8E5E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B9%9E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ku%C7%90>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kwai2>,
        <http://lexvo.org/id/term/yue/%E8%B9%9E>,
        "蹞"^^xsd:string .

<http://lexvo.org/id/char/8E5F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B9%9F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C4%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C4%AB%20j%C3%AC>,
        <http://lexvo.org/id/term/kor/%E8%B9%9F>,
        <http://lexvo.org/id/term/kor/CEK>,
        <http://lexvo.org/id/term/vie/t%C3%ADch>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zik1>,
        <http://lexvo.org/id/term/yue/%E8%B9%9F>,
        "蹟"^^xsd:string ;
    rdfs:comment "trace, tracks; footprints"@en .

<http://lexvo.org/id/char/8E60> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B9%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%AD>,
        <http://lexvo.org/id/term/kor/%E8%B9%A0>,
        <http://lexvo.org/id/term/kor/CHEK>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zik3>,
        <http://lexvo.org/id/term/yue/%E8%B9%A0>,
        "蹠"^^xsd:string ;
    rdfs:comment "step on, tread on; sole"@en .

<http://lexvo.org/id/char/8E61> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B9%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C4%81ng%200919.050*%2C0919.051%3Aqi%C3%A0ng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C4%81ng%20qi%C3%A0ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/coeng1>,
        <http://lexvo.org/id/term/yue/%E8%B9%A1>,
        "蹡"^^xsd:string ;
    rdfs:comment "to limp; walking; in motion"@en .

<http://lexvo.org/id/char/8E62> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B9%A2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%AD%201486.030%3Azh%C3%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%AD%20zh%C3%AD>,
        <http://lexvo.org/id/term/vie/nh%C3%ADch>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dik1%20zaak6>,
        <http://lexvo.org/id/term/yue/%E8%B9%A2>,
        "蹢"^^xsd:string ;
    rdfs:comment "hoof; a falter; to hesitate"@en .

<http://lexvo.org/id/char/8E63> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B9%A3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%A1n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%A1n%20m%C3%A1n%20li%C7%8Eng>,
        <http://lexvo.org/id/term/kor/%E8%B9%A3>,
        <http://lexvo.org/id/term/kor/MAN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mun4%20pun4>,
        <http://lexvo.org/id/term/yue/%E8%B9%A3>,
        "蹣"^^xsd:string ;
    rdfs:comment "to jump over; to limp"@en .

<http://lexvo.org/id/char/8E64> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B9%A4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C5%8Dng>,
        <http://lexvo.org/id/term/kor/%E8%B9%A4>,
        <http://lexvo.org/id/term/kor/CONG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zung1>,
        <http://lexvo.org/id/term/yue/%E8%B9%A4>,
        "蹤"^^xsd:string ;
    rdfs:comment "footprints, traces, tracks"@en .

<http://lexvo.org/id/char/8E65> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B9%A5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C3%A1n>,
        "蹥"^^xsd:string .

<http://lexvo.org/id/char/8E66> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B9%A6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%A8ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/baang6>,
        <http://lexvo.org/id/term/yue/%E8%B9%A6>,
        "蹦"^^xsd:string ;
    rdfs:comment "hop, leap, jump; bright"@en .

<http://lexvo.org/id/char/8E67> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B9%A7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C4%81o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zou1>,
        <http://lexvo.org/id/term/yue/%E8%B9%A7>,
        "蹧"^^xsd:string ;
    rdfs:comment "to spoil; to ruin"@en .

<http://lexvo.org/id/char/8E68> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B9%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ni%C7%8En>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/nim3>,
        <http://lexvo.org/id/term/yue/%E8%B9%A8>,
        "蹨"^^xsd:string ;
    rdfs:comment "(Cant.) to stand on tiptoe"@en .

<http://lexvo.org/id/char/8E69> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B9%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/bi%C3%A9>,
        <http://lexvo.org/id/term/kor/%E8%B9%A9>,
        <http://lexvo.org/id/term/kor/PYEL>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bit6%20pit3>,
        <http://lexvo.org/id/term/yue/%E8%B9%A9>,
        "蹩"^^xsd:string ;
    rdfs:comment "to limp"@en .

<http://lexvo.org/id/char/8E6A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B9%AA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/tu%C3%AD>,
        "蹪"^^xsd:string .

<http://lexvo.org/id/char/8E6B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B9%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%BA>,
        "蹫"^^xsd:string .

<http://lexvo.org/id/char/8E6C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B9%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%A8ng%20d%C4%93ng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C4%93ng%200228.040%3Ad%C3%A8ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dang1%20dang6>,
        <http://lexvo.org/id/term/yue/%E8%B9%AC>,
        "蹬"^^xsd:string ;
    rdfs:comment "step on, tread on; lose energy"@en .

<http://lexvo.org/id/char/8E6D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B9%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C3%A8ng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C3%A8ng%20c%C3%A9ng>,
        <http://lexvo.org/id/term/kor/%E8%B9%AD>,
        <http://lexvo.org/id/term/kor/CHUNG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sang3>,
        <http://lexvo.org/id/term/yue/%E8%B9%AD>,
        "蹭"^^xsd:string ;
    rdfs:comment "to shuffle, procrastinate, dilly-dally"@en .

<http://lexvo.org/id/char/8E6E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B9%AE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C4%81n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sin1>,
        <http://lexvo.org/id/term/yue/%E8%B9%AE>,
        "蹮"^^xsd:string ;
    rdfs:comment "to whirl, pirouette"@en .

<http://lexvo.org/id/char/8E6F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B9%AF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%A1n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%A1n%20f%C4%81n>,
        <http://lexvo.org/id/term/kor/%E8%B9%AF>,
        <http://lexvo.org/id/term/kor/PEN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/faan4>,
        <http://lexvo.org/id/term/yue/%E8%B9%AF>,
        "蹯"^^xsd:string ;
    rdfs:comment "an animal's paws"@en .

<http://lexvo.org/id/char/8E70> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B9%B0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%BA>,
        <http://lexvo.org/id/term/kor/%E8%B9%B0>,
        <http://lexvo.org/id/term/kor/CWU>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cyu4>,
        <http://lexvo.org/id/term/yue/%E8%B9%B0>,
        "蹰"^^xsd:string ;
    rdfs:comment "hesitate, waver, falter"@en .

<http://lexvo.org/id/char/8E71> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B9%B1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C5%8Dng>,
        "蹱"^^xsd:string ;
    rdfs:comment "to stagger along; to fall"@en .

<http://lexvo.org/id/char/8E72> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B9%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C3%BAn%200277.070%3Ad%C5%ABn>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C5%ABn%20d%C3%BAn%20c%C3%BAn%20z%C5%ABn%20c%C7%94n%20cu%C3%A1n>,
        <http://lexvo.org/id/term/kor/%E8%B9%B2>,
        <http://lexvo.org/id/term/kor/CWUN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cyun4%20deon1>,
        <http://lexvo.org/id/term/yue/%E8%B9%B2>,
        "蹲"^^xsd:string ;
    rdfs:comment "squat, crouch; idle about"@en .

<http://lexvo.org/id/char/8E73> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B9%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C5%8D>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/but3%20but6>,
        <http://lexvo.org/id/term/yue/%E8%B9%B3>,
        "蹳"^^xsd:string .

<http://lexvo.org/id/char/8E74> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B9%B4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C3%B9%200609.070%3Ajiu>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C3%B9%20z%C3%BA>,
        <http://lexvo.org/id/term/kor/%E8%B9%B4>,
        <http://lexvo.org/id/term/kor/CHWUK>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cuk1>,
        <http://lexvo.org/id/term/yue/%E8%B9%B4>,
        "蹴"^^xsd:string ;
    rdfs:comment "kick; tread on; leap; solemn"@en .

<http://lexvo.org/id/char/8E75> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B9%B5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C3%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C3%BA%20c%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cuk1>,
        <http://lexvo.org/id/term/yue/%E8%B9%B5>,
        "蹵"^^xsd:string ;
    rdfs:comment "to tread on; to kick"@en .

<http://lexvo.org/id/char/8E76> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B9%B6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ju%C3%A9%200622.010%3Aju%C4%9B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ju%C3%A9%20ju%C4%9B%20gu%C3%AC>,
        <http://lexvo.org/id/term/kor/%E8%B9%B6>,
        <http://lexvo.org/id/term/kor/KWEL%20KWEY>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gwai3%20kyut3>,
        <http://lexvo.org/id/term/yue/%E8%B9%B6>,
        "蹶"^^xsd:string ;
    rdfs:comment "stumble, fall down; trample"@en .

<http://lexvo.org/id/char/8E77> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B9%B7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ju%C3%A9>,
        "蹷"^^xsd:string ;
    rdfs:comment "to kick back; to stumble, slip, fall"@en .

<http://lexvo.org/id/char/8E78> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B9%B8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%ACn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/leon6>,
        <http://lexvo.org/id/term/yue/%E8%B9%B8>,
        "蹸"^^xsd:string .

<http://lexvo.org/id/char/8E79> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B9%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%A0>,
        "蹹"^^xsd:string ;
    rdfs:comment "to tread on; to stamp; to walk"@en .

<http://lexvo.org/id/char/8E7A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B9%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C4%81o>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C4%81o%20qi%C3%A0o>,
        <http://lexvo.org/id/term/kor/%E8%B9%BA>,
        <http://lexvo.org/id/term/kor/KYO>,
        <http://lexvo.org/id/term/vie/ngh%E1%BB%81u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hiu1>,
        <http://lexvo.org/id/term/yue/%E8%B9%BA>,
        "蹺"^^xsd:string ;
    rdfs:comment "raise one's foot"@en .

<http://lexvo.org/id/char/8E7B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B9%BB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ju%C4%93%200920.100*%2C0920.101%3Aqi%C4%81o>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C4%81o%20ju%C3%A9>,
        <http://lexvo.org/id/term/vie/k%E1%BB%81u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/giu2%20hiu1>,
        <http://lexvo.org/id/term/yue/%E8%B9%BB>,
        "蹻"^^xsd:string ;
    rdfs:comment "to raise the feet; to cross the legs; brave; sandals"@en .

<http://lexvo.org/id/char/8E7C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B9%BC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%BA%20p%C7%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C7%94>,
        <http://lexvo.org/id/term/kor/%E8%B9%BC>,
        <http://lexvo.org/id/term/kor/POK>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/buk6>,
        <http://lexvo.org/id/term/yue/%E8%B9%BC>,
        "蹼"^^xsd:string ;
    rdfs:comment "webbed feet of waterfowl"@en .

<http://lexvo.org/id/char/8E7D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B9%BD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C4%81o>,
        <http://lexvo.org/id/term/vie/tr%C3%A8o>,
        "蹽"^^xsd:string .

<http://lexvo.org/id/char/8E7E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B9%BE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C5%ABn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dan1>,
        <http://lexvo.org/id/term/yue/%E8%B9%BE>,
        "蹾"^^xsd:string ;
    rdfs:comment "to squat; to crouch"@en .

<http://lexvo.org/id/char/8E7F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B9%BF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/cu%C4%81n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cyun1>,
        <http://lexvo.org/id/term/yue/%E8%B9%BF>,
        "蹿"^^xsd:string ;
    rdfs:comment "leap; to jump; to spurt out"@en .

<http://lexvo.org/id/char/8E80> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%BA%80>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ku%C3%A0ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gwaan3%20kwaang3%20kwong3>,
        <http://lexvo.org/id/term/yue/%E8%BA%80>,
        "躀"^^xsd:string ;
    rdfs:comment "(Cant.) to stumble over, to fall"@en .

<http://lexvo.org/id/char/8E81> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%BA%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C3%A0o>,
        <http://lexvo.org/id/term/kor/%E8%BA%81>,
        <http://lexvo.org/id/term/kor/CO>,
        <http://lexvo.org/id/term/vie/th%C3%A1o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cou3>,
        <http://lexvo.org/id/term/yue/%E8%BA%81>,
        "躁"^^xsd:string ;
    rdfs:comment "tense, excited, irritable"@en .

<http://lexvo.org/id/char/8E82> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%BA%82>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%A0%20da>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/daat3%20taat3>,
        <http://lexvo.org/id/term/yue/%E8%BA%82>,
        "躂"^^xsd:string ;
    rdfs:comment "stumble, slip"@en .

<http://lexvo.org/id/char/8E83> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%BA%83>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%AC>,
        "躃"^^xsd:string .

<http://lexvo.org/id/char/8E84> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%BA%84>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bik1%20pik1>,
        <http://lexvo.org/id/term/yue/%E8%BA%84>,
        "躄"^^xsd:string ;
    rdfs:comment "cripple, lame"@en .

<http://lexvo.org/id/char/8E85> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%BA%85>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%BA%20zhu%C3%B3>,
        <http://lexvo.org/id/term/kor/%E8%BA%85>,
        <http://lexvo.org/id/term/kor/CHOK>,
        <http://lexvo.org/id/term/vie/ghen%20x%E1%BB%99c>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zuk6>,
        <http://lexvo.org/id/term/yue/%E8%BA%85>,
        "躅"^^xsd:string ;
    rdfs:comment "walk carefully; hesitate, falter"@en .

<http://lexvo.org/id/char/8E86> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%BA%86>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/geoi3>,
        <http://lexvo.org/id/term/yue/%E8%BA%86>,
        "躆"^^xsd:string .

<http://lexvo.org/id/char/8E87> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%BA%87>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%BA%20chu%C3%B2>,
        <http://lexvo.org/id/term/kor/%E8%BA%87>,
        <http://lexvo.org/id/term/kor/CE%20CHAK>,
        <http://lexvo.org/id/term/vie/ch%E1%BB%A9a>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cyu4>,
        <http://lexvo.org/id/term/yue/%E8%BA%87>,
        "躇"^^xsd:string ;
    rdfs:comment "hesitate, falter, be undecided"@en .

<http://lexvo.org/id/char/8E88> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%BA%88>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C3%A0o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kiu3>,
        <http://lexvo.org/id/term/yue/%E8%BA%88>,
        "躈"^^xsd:string .

<http://lexvo.org/id/char/8E89> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%BA%89>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C7%94n>,
        <http://lexvo.org/id/term/kor/%E8%BA%89>,
        <http://lexvo.org/id/term/kor/TON>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dan2>,
        <http://lexvo.org/id/term/yue/%E8%BA%89>,
        "躉"^^xsd:string ;
    rdfs:comment "sell or buy wholesale; store"@en .

<http://lexvo.org/id/char/8E8A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%BA%8A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%B3u>,
        <http://lexvo.org/id/term/kor/%E8%BA%8A>,
        <http://lexvo.org/id/term/kor/CWU>,
        <http://lexvo.org/id/term/vie/tr%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cau4>,
        <http://lexvo.org/id/term/yue/%E8%BA%8A>,
        "躊"^^xsd:string ;
    rdfs:comment "hesitate, falter; smug, self-satisfied"@en .

<http://lexvo.org/id/char/8E8B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%BA%8B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C4%AB>,
        <http://lexvo.org/id/term/kor/%E8%BA%8B>,
        <http://lexvo.org/id/term/kor/CEY>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zai1>,
        <http://lexvo.org/id/term/yue/%E8%BA%8B>,
        "躋"^^xsd:string ;
    rdfs:comment "ascend, go up, rise"@en .

<http://lexvo.org/id/char/8E8C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%BA%8C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C7%94>,
        "躌"^^xsd:string .

<http://lexvo.org/id/char/8E8D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%BA%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/yu%C3%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/yu%C3%A8%20t%C3%AC>,
        <http://lexvo.org/id/term/kor/%E8%BA%8D>,
        <http://lexvo.org/id/term/kor/YAK%20CEK>,
        <http://lexvo.org/id/term/vie/d%C6%B0%E1%BB%A3c>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/joek3%20joek6%20tik1>,
        <http://lexvo.org/id/term/yue/%E8%BA%8D>,
        "躍"^^xsd:string ;
    rdfs:comment "skip, jump, frolic"@en .

<http://lexvo.org/id/char/8E8E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%BA%8E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ni%C7%8En>,
        "躎"^^xsd:string .

<http://lexvo.org/id/char/8E8F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%BA%8F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%ACn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/leon6>,
        <http://lexvo.org/id/term/yue/%E8%BA%8F>,
        "躏"^^xsd:string ;
    rdfs:comment "trample down, oppress, overrun"@en .

<http://lexvo.org/id/char/8E90> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%BA%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C3%A8>,
        <http://lexvo.org/id/term/kor/%E8%BA%90>,
        <http://lexvo.org/id/term/kor/LYEP>,
        <http://lexvo.org/id/term/vie/l%C3%A1p>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lip6>,
        <http://lexvo.org/id/term/yue/%E8%BA%90>,
        "躐"^^xsd:string ;
    rdfs:comment "to stride over; to step across"@en .

<http://lexvo.org/id/char/8E91> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%BA%91>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%AD>,
        <http://lexvo.org/id/term/kor/%E8%BA%91>,
        <http://lexvo.org/id/term/kor/CHEK>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zaak6>,
        <http://lexvo.org/id/term/yue/%E8%BA%91>,
        "躑"^^xsd:string ;
    rdfs:comment "waver, hesitate, be irresolute"@en .

<http://lexvo.org/id/char/8E92> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%BA%92>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%AC%200752.071%3Alu%C3%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%AC%20lu%C3%B2%20yu%C3%A8>,
        <http://lexvo.org/id/term/kor/%E8%BA%92>,
        <http://lexvo.org/id/term/kor/LYEK>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lik1%20lok3>,
        <http://lexvo.org/id/term/yue/%E8%BA%92>,
        "躒"^^xsd:string ;
    rdfs:comment "walk, move"@en .

<http://lexvo.org/id/char/8E93> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%BA%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%AC%20zh%C4%AB>,
        <http://lexvo.org/id/term/kor/%E8%BA%93>,
        <http://lexvo.org/id/term/kor/CI>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zi3>,
        <http://lexvo.org/id/term/yue/%E8%BA%93>,
        "躓"^^xsd:string ;
    rdfs:comment "stumble, totter; fail, be frustrated"@en .

<http://lexvo.org/id/char/8E94> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%BA%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%A1n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%A1n%20zh%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E8%BA%94>,
        <http://lexvo.org/id/term/kor/CEN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cin4>,
        <http://lexvo.org/id/term/yue/%E8%BA%94>,
        "躔"^^xsd:string ;
    rdfs:comment "follow in, imitate; rut, path"@en .

<http://lexvo.org/id/char/8E95> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%BA%95>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%BA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cyu4>,
        <http://lexvo.org/id/term/yue/%E8%BA%95>,
        "躕"^^xsd:string ;
    rdfs:comment "hesitate, waver, falter"@en .

<http://lexvo.org/id/char/8E96> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%BA%96>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/du%C3%A0n>,
        "躖"^^xsd:string .

<http://lexvo.org/id/char/8E97> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%BA%97>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C3%A8i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wai6>,
        <http://lexvo.org/id/term/yue/%E8%BA%97>,
        "躗"^^xsd:string ;
    rdfs:comment "exaggerate"@en .

<http://lexvo.org/id/char/8E98> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%BA%98>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%B3ng>,
        <http://lexvo.org/id/term/vie/ru%C3%B4ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lung4>,
        <http://lexvo.org/id/term/yue/%E8%BA%98>,
        "躘"^^xsd:string ;
    rdfs:comment "to walk"@en .

<http://lexvo.org/id/char/8E99> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%BA%99>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%ACn>,
        <http://lexvo.org/id/term/kor/%E8%BA%99>,
        <http://lexvo.org/id/term/kor/LIN>,
        "躙"^^xsd:string ;
    rdfs:comment "trample down, oppress, overrun"@en .

<http://lexvo.org/id/char/8E9A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%BA%9A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C4%81n>,
        <http://lexvo.org/id/term/kor/%E8%BA%9A>,
        <http://lexvo.org/id/term/kor/SEN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sin1>,
        <http://lexvo.org/id/term/yue/%E8%BA%9A>,
        "躚"^^xsd:string ;
    rdfs:comment "wander about, walk around; revolve"@en .

<http://lexvo.org/id/char/8E9B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%BA%9B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C3%A8i>,
        "躛"^^xsd:string ;
    rdfs:comment "exaggerate"@en .

<http://lexvo.org/id/char/8E9C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%BA%9C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zu%C4%81n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zyun2>,
        <http://lexvo.org/id/term/yue/%E8%BA%9C>,
        "躜"^^xsd:string ;
    rdfs:comment "to jump"@en .

<http://lexvo.org/id/char/8E9D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%BA%9D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/laan1%20laan4>,
        <http://lexvo.org/id/term/yue/%E8%BA%9D>,
        "躝"^^xsd:string ;
    rdfs:comment "to pass; to step over; to creep; to twine round"@en .

<http://lexvo.org/id/char/8E9E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%BA%9E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A8>,
        <http://lexvo.org/id/term/kor/%E8%BA%9E>,
        <http://lexvo.org/id/term/kor/SEP>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sip3%20sit3>,
        <http://lexvo.org/id/term/yue/%E8%BA%9E>,
        "躞"^^xsd:string ;
    rdfs:comment "to walk"@en .

<http://lexvo.org/id/char/8E9F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%BA%9F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/r%C3%A1ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/joeng4>,
        <http://lexvo.org/id/term/yue/%E8%BA%9F>,
        "躟"^^xsd:string .

<http://lexvo.org/id/char/8EA0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%BA%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C4%9B%20s%C7%8E%20xi%C3%A8>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sit3>,
        <http://lexvo.org/id/term/yue/%E8%BA%A0>,
        "躠"^^xsd:string ;
    rdfs:comment "to limp"@en .

<http://lexvo.org/id/char/8EA1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%BA%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ni%C3%A8>,
        <http://lexvo.org/id/term/kor/%E8%BA%A1>,
        <http://lexvo.org/id/term/kor/SEP>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/nip6>,
        <http://lexvo.org/id/term/yue/%E8%BA%A1>,
        "躡"^^xsd:string ;
    rdfs:comment "tread, step on; follow, track"@en .

<http://lexvo.org/id/char/8EA2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%BA%A2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%A0>,
        "躢"^^xsd:string .

<http://lexvo.org/id/char/8EA3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%BA%A3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C3%BA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/keoi4>,
        <http://lexvo.org/id/term/yue/%E8%BA%A3>,
        "躣"^^xsd:string .

<http://lexvo.org/id/char/8EA4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%BA%A4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%A8%20j%C3%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zik6>,
        <http://lexvo.org/id/term/yue/%E8%BA%A4>,
        "躤"^^xsd:string .

<http://lexvo.org/id/char/8EA5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%BA%A5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/cu%C4%81n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cyun1>,
        <http://lexvo.org/id/term/yue/%E8%BA%A5>,
        "躥"^^xsd:string ;
    rdfs:comment "leap; to jump; to spurt out"@en .

<http://lexvo.org/id/char/8EA6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%BA%A6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zu%C4%81n%20cu%C3%B3>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zyun1%20zyun2>,
        <http://lexvo.org/id/term/yue/%E8%BA%A6>,
        "躦"^^xsd:string ;
    rdfs:comment "to jump"@en .

<http://lexvo.org/id/char/8EA7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%BA%A7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C7%90>,
        "躧"^^xsd:string ;
    rdfs:comment "sandal"@en .

<http://lexvo.org/id/char/8EA8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%BA%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ku%C3%AD>,
        "躨"^^xsd:string .

<http://lexvo.org/id/char/8EA9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%BA%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ju%C3%A9>,
        <http://lexvo.org/id/term/kor/%E8%BA%A9>,
        <http://lexvo.org/id/term/kor/KWAK>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fok3>,
        <http://lexvo.org/id/term/yue/%E8%BA%A9>,
        "躩"^^xsd:string ;
    rdfs:comment "take quick, short steps"@en .

<http://lexvo.org/id/char/8EAA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%BA%AA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%ACn>,
        <http://lexvo.org/id/term/kor/%E8%BA%AA>,
        <http://lexvo.org/id/term/kor/LIN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/leon6>,
        <http://lexvo.org/id/term/yue/%E8%BA%AA>,
        "躪"^^xsd:string ;
    rdfs:comment "trample down, oppress, overrun"@en .

<http://lexvo.org/id/char/8EAC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%BA%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C5%8Dng>,
        <http://lexvo.org/id/term/kor/%E8%BA%AC>,
        <http://lexvo.org/id/term/kor/KWUNG>,
        <http://lexvo.org/id/term/vie/cung>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gung1>,
        <http://lexvo.org/id/term/yue/%E8%BA%AC>,
        "躬"^^xsd:string ;
    rdfs:comment "body; personally, in person"@en .

<http://lexvo.org/id/char/8EAD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%BA%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C4%81n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/daam1>,
        <http://lexvo.org/id/term/yue/%E8%BA%AD>,
        "躭"^^xsd:string ;
    rdfs:comment "to delay; to loiter; to hinder"@en .

<http://lexvo.org/id/char/8EAE> a lvont:Character ;
    lvont:represents "躮"^^xsd:string .

<http://lexvo.org/id/char/8EAF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%BA%AF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C5%AB>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/keoi1>,
        <http://lexvo.org/id/term/yue/%E8%BA%AF>,
        "躯"^^xsd:string ;
    rdfs:comment "body"@en .

<http://lexvo.org/id/char/8EB0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%BA%B0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C7%90>,
        "躰"^^xsd:string ;
    rdfs:comment "body; group, class, body, unit"@en .

<http://lexvo.org/id/char/8EB1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%BA%B1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/du%C7%92>,
        <http://lexvo.org/id/term/kor/%E8%BA%B1>,
        <http://lexvo.org/id/term/kor/THA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/do2>,
        <http://lexvo.org/id/term/yue/%E8%BA%B1>,
        "躱"^^xsd:string ;
    rdfs:comment "hide"@en .

<http://lexvo.org/id/char/8EB2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%BA%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/du%C7%92>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/do2>,
        <http://lexvo.org/id/term/yue/%E8%BA%B2>,
        "躲"^^xsd:string ;
    rdfs:comment "hide, secrete; avoid, escape"@en .

<http://lexvo.org/id/char/8EB3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%BA%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C5%8Dng>,
        <http://lexvo.org/id/term/kor/%E8%BA%B3>,
        <http://lexvo.org/id/term/kor/KWUNG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gung1>,
        <http://lexvo.org/id/term/yue/%E8%BA%B3>,
        "躳"^^xsd:string ;
    rdfs:comment "body; self"@en .

<http://lexvo.org/id/char/8EB4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%BA%B4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%A1ng>,
        "躴"^^xsd:string ;
    rdfs:comment "tall"@en .

<http://lexvo.org/id/char/8EB5> a lvont:Character ;
    lvont:represents "躵"^^xsd:string .

<http://lexvo.org/id/char/8EB6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%BA%B6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/lu%C7%92>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lo2>,
        <http://lexvo.org/id/term/yue/%E8%BA%B6>,
        "躶"^^xsd:string ;
    rdfs:comment "bare, nude; undress, strip"@en .

<http://lexvo.org/id/char/8EB7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C7%8Ei>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%BA%B7>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ai2%20ngai2>,
        <http://lexvo.org/id/term/yue/%E8%BA%B7>,
        "躷"^^xsd:string ;
    rdfs:comment "of short stature, low in height"@en .

<http://lexvo.org/id/char/8EB8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%BA%B8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C4%AB>,
        "躸"^^xsd:string .

<http://lexvo.org/id/char/8EB9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%BA%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%BA>,
        "躹"^^xsd:string .

<http://lexvo.org/id/char/8EBA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%BA%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C7%8Eng>,
        <http://lexvo.org/id/term/vie/th%E1%BA%B3ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tong2>,
        <http://lexvo.org/id/term/yue/%E8%BA%BA>,
        "躺"^^xsd:string ;
    rdfs:comment "lie down, recline"@en .

<http://lexvo.org/id/char/8EBB> a lvont:Character ;
    lvont:represents "躻"^^xsd:string .

<http://lexvo.org/id/char/8EBC> a lvont:Character ;
    lvont:represents "躼"^^xsd:string .

<http://lexvo.org/id/char/8EBD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%BA%BD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%8En>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jin2%20zin2>,
        <http://lexvo.org/id/term/yue/%E8%BA%BD>,
        "躽"^^xsd:string ;
    rdfs:comment "(Cant.) 躽胸凸肚, to push out one's chest and belly"@en .

<http://lexvo.org/id/char/8EBE> a lvont:Character ;
    lvont:represents "躾"^^xsd:string ;
    rdfs:comment "to discipline, train, bring up; discipline, training"@en .

<http://lexvo.org/id/char/8EBF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%BA%BF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C4%81ng>,
        "躿"^^xsd:string ;
    rdfs:comment "tall"@en .

<http://lexvo.org/id/char/8EC0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%BB%80>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C5%AB>,
        <http://lexvo.org/id/term/kor/%E8%BB%80>,
        <http://lexvo.org/id/term/kor/KWU>,
        <http://lexvo.org/id/term/vie/xo>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/keoi1>,
        <http://lexvo.org/id/term/yue/%E8%BB%80>,
        "軀"^^xsd:string ;
    rdfs:comment "body"@en .

<http://lexvo.org/id/char/8EC1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%BB%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%B3u>,
        "軁"^^xsd:string .

<http://lexvo.org/id/char/8EC2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%BB%82>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%A0o>,
        "軂"^^xsd:string .

<http://lexvo.org/id/char/8EC3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%BB%83>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/du%C7%92>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/tu%C7%92%20du%C7%92>,
        "軃"^^xsd:string .

<http://lexvo.org/id/char/8EC4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%BB%84>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zik1>,
        <http://lexvo.org/id/term/yue/%E8%BB%84>,
        "軄"^^xsd:string ;
    rdfs:comment "to govern, to oversee, to manage, to direct official duty, office"@en .

<http://lexvo.org/id/char/8EC5> a lvont:Character ;
    lvont:represents "軅"^^xsd:string .

<http://lexvo.org/id/char/8EC6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%BB%86>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C7%90>,
        <http://lexvo.org/id/term/kor/%E8%BB%86>,
        <http://lexvo.org/id/term/kor/CHEY>,
        "軆"^^xsd:string ;
    rdfs:comment "body; group, class, body, unit"@en .

<http://lexvo.org/id/char/8EC7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%BB%87>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%A0o>,
        "軇"^^xsd:string .

<http://lexvo.org/id/char/8EC8> a lvont:Character ;
    lvont:represents "軈"^^xsd:string ;
    rdfs:comment "soon after, soon; almost; no more than; after all"@en .

<http://lexvo.org/id/char/8EC9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%BB%89>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%B9>,
        "軉"^^xsd:string .

<http://lexvo.org/id/char/8ECB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%BB%8B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A0%20g%C3%A1%20zh%C3%A1>,
        <http://lexvo.org/id/term/kor/%E8%BB%8B>,
        <http://lexvo.org/id/term/kor/AL>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gaat3%20zaat3>,
        <http://lexvo.org/id/term/yue/%E8%BB%8B>,
        "軋"^^xsd:string ;
    rdfs:comment "crush by weight; grind"@en .

<http://lexvo.org/id/char/8ECC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%BB%8C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/gu%C7%90>,
        <http://lexvo.org/id/term/kor/%E8%BB%8C>,
        <http://lexvo.org/id/term/kor/KWEY>,
        <http://lexvo.org/id/term/vie/qu%E1%BA%ABy>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gwai2>,
        <http://lexvo.org/id/term/yue/%E8%BB%8C>,
        "軌"^^xsd:string ;
    rdfs:comment "track, rut, path"@en .

<http://lexvo.org/id/char/8ECD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%BB%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C5%ABn>,
        <http://lexvo.org/id/term/kor/%E8%BB%8D>,
        <http://lexvo.org/id/term/kor/KWUN>,
        <http://lexvo.org/id/term/vie/qu%C3%A2n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gwan1>,
        <http://lexvo.org/id/term/yue/%E8%BB%8D>,
        "軍"^^xsd:string ;
    rdfs:comment "army, military; soldiers, troops"@en .

<http://lexvo.org/id/char/8ECE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%BB%8E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C3%A8i>,
        "軎"^^xsd:string ;
    rdfs:comment "a brass parts for a cart in ancient China"@en .

<http://lexvo.org/id/char/8ECF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%BB%8F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/yu%C3%A8>,
        <http://lexvo.org/id/term/vie/ng%E1%BB%99t>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jyut6>,
        <http://lexvo.org/id/term/yue/%E8%BB%8F>,
        "軏"^^xsd:string ;
    rdfs:comment "cross-bar at the end of the poles of a cart"@en .

<http://lexvo.org/id/char/8ED0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%BB%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C3%ACn%20xi%C3%A0n>,
        "軐"^^xsd:string .

<http://lexvo.org/id/char/8ED1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%BB%91>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%AC%20d%C3%A0i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/daai6>,
        <http://lexvo.org/id/term/yue/%E8%BB%91>,
        "軑"^^xsd:string .

<http://lexvo.org/id/char/8ED2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%BB%92>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xu%C4%81n%20xi%C7%8En%20xi%C3%A0n%20h%C7%8En%20ji%C4%81n>,
        <http://lexvo.org/id/term/kor/%E8%BB%92>,
        <http://lexvo.org/id/term/kor/HEN>,
        <http://lexvo.org/id/term/vie/hi%C3%AAn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hin1>,
        <http://lexvo.org/id/term/yue/%E8%BB%92>,
        "軒"^^xsd:string ;
    rdfs:comment "carriage; high; wide; balcony; surname of the Yellow Emperor"@en .

<http://lexvo.org/id/char/8ED3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%BB%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/faan4>,
        <http://lexvo.org/id/term/yue/%E8%BB%93>,
        "軓"^^xsd:string .

<http://lexvo.org/id/char/8ED4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%BB%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/r%C3%A8n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jan6>,
        <http://lexvo.org/id/term/yue/%E8%BB%94>,
        "軔"^^xsd:string ;
    rdfs:comment "a block that keeps a wheel from moving"@en .

<http://lexvo.org/id/char/8ED5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%BB%95>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C4%81n>,
        "軕"^^xsd:string .

<http://lexvo.org/id/char/8ED6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%BB%96>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C3%A1ng>,
        "軖"^^xsd:string .

<http://lexvo.org/id/char/8ED7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%BB%97>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C5%AB>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/syu4>,
        <http://lexvo.org/id/term/yue/%E8%BB%97>,
        "軗"^^xsd:string .

<http://lexvo.org/id/char/8ED8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%BB%98>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%BAn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tyun4>,
        <http://lexvo.org/id/term/yue/%E8%BB%98>,
        "軘"^^xsd:string ;
    rdfs:comment "war car"@en .

<http://lexvo.org/id/char/8ED9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%BB%99>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%A9n%20q%C3%AD>,
        "軙"^^xsd:string ;
    rdfs:comment "a Chinese family name to arrange; to display wheel"@en .

<http://lexvo.org/id/char/8EDA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%BB%9A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%A0i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/taai3%20taai5>,
        <http://lexvo.org/id/term/yue/%E8%BB%9A>,
        "軚"^^xsd:string ;
    rdfs:comment "(Cant.) a steering wheel"@en .

<http://lexvo.org/id/char/8EDB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C3%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%BB%9B>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/aak1%20ngaak1>,
        <http://lexvo.org/id/term/yue/%E8%BB%9B>,
        "軛"^^xsd:string ;
    rdfs:comment "yoke, collar; to restrain"@en .

<http://lexvo.org/id/char/8EDC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%BB%9C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C3%A0>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/naap6>,
        <http://lexvo.org/id/term/yue/%E8%BB%9C>,
        "軜"^^xsd:string ;
    rdfs:comment "reins"@en .

<http://lexvo.org/id/char/8EDD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%BB%9D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C3%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kei4>,
        <http://lexvo.org/id/term/yue/%E8%BB%9D>,
        "軝"^^xsd:string ;
    rdfs:comment "axle-tip"@en .

<http://lexvo.org/id/char/8EDE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%BB%9E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A1o>,
        "軞"^^xsd:string .

<http://lexvo.org/id/char/8EDF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%BB%9F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ru%C7%8En>,
        <http://lexvo.org/id/term/kor/%E8%BB%9F>,
        <http://lexvo.org/id/term/kor/YEN>,
        <http://lexvo.org/id/term/vie/nhuy%E1%BB%85n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jyun5>,
        <http://lexvo.org/id/term/yue/%E8%BB%9F>,
        "軟"^^xsd:string ;
    rdfs:comment "soft, flexible, pliable; weak"@en .

<http://lexvo.org/id/char/8EE0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%BB%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/r%C3%A8n>,
        "軠"^^xsd:string .

<http://lexvo.org/id/char/8EE1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%BB%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C7%8En>,
        "軡"^^xsd:string .

<http://lexvo.org/id/char/8EE2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%BB%A2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zhu%C7%8En>,
        <http://lexvo.org/id/term/kor/%E8%BB%A2>,
        <http://lexvo.org/id/term/kor/CEN>,
        "転"^^xsd:string ;
    rdfs:comment "shift, move, turn"@en .

<http://lexvo.org/id/char/8EE3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%BB%A3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C5%8Dng>,
        "軣"^^xsd:string ;
    rdfs:comment "rumble, explosion, blast"@en .

<http://lexvo.org/id/char/8EE4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%BB%A4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C5%AB>,
        "軤"^^xsd:string ;
    rdfs:comment "surname"@en .

<http://lexvo.org/id/char/8EE5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%BB%A5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C3%BA%20g%C5%8Du%20j%C5%AB>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/keoi4>,
        <http://lexvo.org/id/term/yue/%E8%BB%A5>,
        "軥"^^xsd:string ;
    rdfs:comment "yoke"@en .

<http://lexvo.org/id/char/8EE6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%BB%A6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%A0ng>,
        "軦"^^xsd:string .

<http://lexvo.org/id/char/8EE7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%BB%A7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C7%90>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dai2>,
        <http://lexvo.org/id/term/yue/%E8%BB%A7>,
        "軧"^^xsd:string .

<http://lexvo.org/id/char/8EE8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%BB%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%ADng>,
        <http://lexvo.org/id/term/kor/%E8%BB%A8>,
        <http://lexvo.org/id/term/kor/LYENG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ling4>,
        <http://lexvo.org/id/term/yue/%E8%BB%A8>,
        "軨"^^xsd:string ;
    rdfs:comment "wooden cross-piece on front inside of carriage box"@en .

<http://lexvo.org/id/char/8EE9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%BB%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%A0i>,
        "軩"^^xsd:string .

<http://lexvo.org/id/char/8EEA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C4%81o>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%BB%AA>,
        "軪"^^xsd:string .

<http://lexvo.org/id/char/8EEB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%BB%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C4%9Bn>,
        <http://lexvo.org/id/term/kor/%E8%BB%AB>,
        <http://lexvo.org/id/term/kor/CIN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zan2>,
        <http://lexvo.org/id/term/yue/%E8%BB%AB>,
        "軫"^^xsd:string ;
    rdfs:comment "cross board at rear of carriage"@en .

<http://lexvo.org/id/char/8EEC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%BB%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%A0n%20b%C3%A8n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/faan4%20faan6>,
        <http://lexvo.org/id/term/yue/%E8%BB%AC>,
        "軬"^^xsd:string .

<http://lexvo.org/id/char/8EED> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%BB%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ku%C4%81ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/waang1>,
        <http://lexvo.org/id/term/yue/%E8%BB%AD>,
        "軭"^^xsd:string ;
    rdfs:comment "(Cant.) to spoil, ruin"@en .

<http://lexvo.org/id/char/8EEE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C7%8Eng%20y%C7%8Eng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%BB%AE>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ong3>,
        <http://lexvo.org/id/term/yue/%E8%BB%AE>,
        "軮"^^xsd:string .

<http://lexvo.org/id/char/8EEF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%BB%AF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C4%93ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/paang1>,
        <http://lexvo.org/id/term/yue/%E8%BB%AF>,
        "軯"^^xsd:string .

<http://lexvo.org/id/char/8EF0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%BB%B0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%A8i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bui3>,
        <http://lexvo.org/id/term/yue/%E8%BB%B0>,
        "軰"^^xsd:string ;
    rdfs:comment "a row of carriages; a generation; a class, a series a kind; denotes the plural"@en .

<http://lexvo.org/id/char/8EF1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%BB%B1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C5%AB>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gu1>,
        <http://lexvo.org/id/term/yue/%E8%BB%B1>,
        "軱"^^xsd:string .

<http://lexvo.org/id/char/8EF2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%BB%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C5%AB>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ku1>,
        <http://lexvo.org/id/term/yue/%E8%BB%B2>,
        "軲"^^xsd:string ;
    rdfs:comment "a wheel; to revolve"@en .

<http://lexvo.org/id/char/8EF3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%BB%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%A1o>,
        "軳"^^xsd:string .

<http://lexvo.org/id/char/8EF4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%BB%B4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%B9>,
        "軴"^^xsd:string .

<http://lexvo.org/id/char/8EF5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%BB%B5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/r%C7%92ng%20f%C7%94>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fu2%20jung5>,
        <http://lexvo.org/id/term/yue/%E8%BB%B5>,
        "軵"^^xsd:string .

<http://lexvo.org/id/char/8EF6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C3%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%BB%B6>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/aak1%20ngaak1>,
        <http://lexvo.org/id/term/yue/%E8%BB%B6>,
        "軶"^^xsd:string .

<http://lexvo.org/id/char/8EF7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%BB%B7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%A1>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bat6%20but6>,
        <http://lexvo.org/id/term/yue/%E8%BB%B7>,
        "軷"^^xsd:string ;
    rdfs:comment "sacrifice"@en .

<http://lexvo.org/id/char/8EF8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%BB%B8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%B3u%20zh%C3%BA%20zh%C3%B2u>,
        <http://lexvo.org/id/term/kor/%E8%BB%B8>,
        <http://lexvo.org/id/term/kor/CHWUK>,
        <http://lexvo.org/id/term/vie/tr%E1%BB%A5c>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zuk6>,
        <http://lexvo.org/id/term/yue/%E8%BB%B8>,
        "軸"^^xsd:string ;
    rdfs:comment "axle, axletree; pivot; axis"@en .

<http://lexvo.org/id/char/8EF9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%BB%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C7%90>,
        <http://lexvo.org/id/term/kor/%E8%BB%B9>,
        <http://lexvo.org/id/term/kor/CI>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zi2>,
        <http://lexvo.org/id/term/yue/%E8%BB%B9>,
        "軹"^^xsd:string ;
    rdfs:comment "end of axle; divergent"@en .

<http://lexvo.org/id/char/8EFA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%BB%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A1o%20di%C4%81o>,
        <http://lexvo.org/id/term/kor/%E8%BB%BA>,
        <http://lexvo.org/id/term/kor/CHO>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jiu4>,
        <http://lexvo.org/id/term/yue/%E8%BB%BA>,
        "軺"^^xsd:string ;
    rdfs:comment "small light carriage"@en .

<http://lexvo.org/id/char/8EFB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%BB%BB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C4%93>,
        <http://lexvo.org/id/term/kor/%E8%BB%BB>,
        <http://lexvo.org/id/term/kor/KA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/o1>,
        <http://lexvo.org/id/term/yue/%E8%BB%BB>,
        "軻"^^xsd:string ;
    rdfs:comment "axle; personal name of mencius"@en .

<http://lexvo.org/id/char/8EFC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%BB%BC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%AC%20di%C3%A9%20zh%C3%A9>,
        <http://lexvo.org/id/term/kor/%E8%BB%BC>,
        <http://lexvo.org/id/term/kor/IL>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dit6%20jat6>,
        <http://lexvo.org/id/term/yue/%E8%BB%BC>,
        "軼"^^xsd:string ;
    rdfs:comment "rush forth; surpass, excel"@en .

<http://lexvo.org/id/char/8EFD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%BB%BD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C4%ABng>,
        <http://lexvo.org/id/term/kor/%E8%BB%BD>,
        <http://lexvo.org/id/term/kor/KYENG>,
        "軽"^^xsd:string ;
    rdfs:comment "light; easy, simple; gentle"@en .

<http://lexvo.org/id/char/8EFE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%BB%BE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%AC>,
        <http://lexvo.org/id/term/kor/%E8%BB%BE>,
        <http://lexvo.org/id/term/kor/SIK>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sik1>,
        <http://lexvo.org/id/term/yue/%E8%BB%BE>,
        "軾"^^xsd:string ;
    rdfs:comment "horizontal wooden bar in front of a sedan chair"@en .

<http://lexvo.org/id/char/8EFF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%BB%BF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%ADng%20p%C4%93ng>,
        <http://lexvo.org/id/term/kor/%E8%BB%BF>,
        <http://lexvo.org/id/term/kor/PYENG>,
        <http://lexvo.org/id/term/vie/b%C3%A1nh>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ping4>,
        <http://lexvo.org/id/term/yue/%E8%BB%BF>,
        "軿"^^xsd:string ;
    rdfs:comment "curtained carriage used by women"@en .

<http://lexvo.org/id/char/8F00> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C3%A9r>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%BC%80>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ji4>,
        <http://lexvo.org/id/term/yue/%E8%BC%80>,
        "輀"^^xsd:string ;
    rdfs:comment "hearse"@en .

<http://lexvo.org/id/char/8F01> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%BC%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C3%B3ng%20g%C7%92ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gung2>,
        <http://lexvo.org/id/term/yue/%E8%BC%81>,
        "輁"^^xsd:string .

<http://lexvo.org/id/char/8F02> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%BC%82>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%BA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/guk1%20guk6>,
        <http://lexvo.org/id/term/yue/%E8%BC%82>,
        "輂"^^xsd:string .

<http://lexvo.org/id/char/8F03> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%BC%83>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%A0o%20ju%C3%A9%20xi%C3%A0o>,
        <http://lexvo.org/id/term/kor/%E8%BC%83>,
        <http://lexvo.org/id/term/kor/KYO%20KAK>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gaau3>,
        <http://lexvo.org/id/term/yue/%E8%BC%83>,
        "較"^^xsd:string ;
    rdfs:comment "compare; comparatively, more"@en .

<http://lexvo.org/id/char/8F04> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%BC%84>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/gu%C4%81ng>,
        "輄"^^xsd:string .

<http://lexvo.org/id/char/8F05> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%BC%85>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%B9%20y%C3%A0%20h%C3%A9>,
        <http://lexvo.org/id/term/kor/%E8%BC%85>,
        <http://lexvo.org/id/term/kor/LO%20HAYK>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lou6>,
        <http://lexvo.org/id/term/yue/%E8%BC%85>,
        "輅"^^xsd:string ;
    rdfs:comment "a chariot, carriage; a carriage pull-bar"@en .

<http://lexvo.org/id/char/8F06> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%BC%86>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C7%8Ei>,
        "輆"^^xsd:string .

<http://lexvo.org/id/char/8F07> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%BC%87>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qu%C3%A1n%20ch%C5%ABn>,
        <http://lexvo.org/id/term/kor/%E8%BC%87>,
        <http://lexvo.org/id/term/kor/CEN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cyun4>,
        <http://lexvo.org/id/term/yue/%E8%BC%87>,
        "輇"^^xsd:string ;
    rdfs:comment "cart wheel with no spokes"@en .

<http://lexvo.org/id/char/8F08> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%BC%88>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C5%8Du>,
        <http://lexvo.org/id/term/kor/%E8%BC%88>,
        <http://lexvo.org/id/term/kor/CWU>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zau1>,
        <http://lexvo.org/id/term/yue/%E8%BC%88>,
        "輈"^^xsd:string ;
    rdfs:comment "shaft"@en .

<http://lexvo.org/id/char/8F09> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%BC%89>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C3%A0i%20z%C7%8Ei%20d%C3%A0i%20z%C4%81i%20z%C4%AB>,
        <http://lexvo.org/id/term/kor/%E8%BC%89>,
        <http://lexvo.org/id/term/kor/CAY>,
        <http://lexvo.org/id/term/vie/t%E1%BA%A3i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zoi2%20zoi3>,
        <http://lexvo.org/id/term/yue/%E8%BC%89>,
        "載"^^xsd:string ;
    rdfs:comment "load; carry; transport, convey"@en .

<http://lexvo.org/id/char/8F0A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%BC%8A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zi3>,
        <http://lexvo.org/id/term/yue/%E8%BC%8A>,
        "輊"^^xsd:string ;
    rdfs:comment "low rear portion of cart"@en .

<http://lexvo.org/id/char/8F0B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%BC%8B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C4%93>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ce4>,
        <http://lexvo.org/id/term/yue/%E8%BC%8B>,
        "輋"^^xsd:string ;
    rdfs:comment "沙田禾輋, Hong Kong toponym"@en .

<http://lexvo.org/id/char/8F0C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%BC%8C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C3%A0ng>,
        "輌"^^xsd:string ;
    rdfs:comment "numerary adjunct for vehicles"@en .

<http://lexvo.org/id/char/8F0D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%BC%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%B9>,
        "輍"^^xsd:string .

<http://lexvo.org/id/char/8F0E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%BC%8E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C4%81o>,
        "輎"^^xsd:string .

<http://lexvo.org/id/char/8F0F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%BC%8F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%B3u>,
        "輏"^^xsd:string ;
    rdfs:comment "light; light carriage"@en .

<http://lexvo.org/id/char/8F10> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%BC%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C7%8En%20w%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wun6>,
        <http://lexvo.org/id/term/yue/%E8%BC%90>,
        "輐"^^xsd:string .

<http://lexvo.org/id/char/8F11> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%BC%91>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%94n>,
        "輑"^^xsd:string .

<http://lexvo.org/id/char/8F12> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%BC%92>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%A9>,
        <http://lexvo.org/id/term/kor/%E8%BC%92>,
        <http://lexvo.org/id/term/kor/CHEP>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zip3%20zit3>,
        <http://lexvo.org/id/term/yue/%E8%BC%92>,
        "輒"^^xsd:string ;
    rdfs:comment "sides of chariot where weapons"@en .

<http://lexvo.org/id/char/8F13> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%BC%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C7%8En>,
        <http://lexvo.org/id/term/kor/%E8%BC%93>,
        <http://lexvo.org/id/term/kor/MAN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/waan5>,
        <http://lexvo.org/id/term/yue/%E8%BC%93>,
        "輓"^^xsd:string ;
    rdfs:comment "mourn; pull; draw"@en .

<http://lexvo.org/id/char/8F14> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%BC%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C7%94>,
        <http://lexvo.org/id/term/kor/%E8%BC%94>,
        <http://lexvo.org/id/term/kor/PO>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fu6>,
        <http://lexvo.org/id/term/yue/%E8%BC%94>,
        "輔"^^xsd:string ;
    rdfs:comment "cheek bone; protective; assist"@en .

<http://lexvo.org/id/char/8F15> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%BC%95>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C4%ABng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C4%ABng%20q%C3%ACng>,
        <http://lexvo.org/id/term/kor/%E8%BC%95>,
        <http://lexvo.org/id/term/kor/KYENG>,
        <http://lexvo.org/id/term/vie/khinh>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/heng1%20hing1>,
        <http://lexvo.org/id/term/yue/%E8%BC%95>,
        "輕"^^xsd:string ;
    rdfs:comment "light; easy, simple; gentle"@en .

<http://lexvo.org/id/char/8F16> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%BC%96>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C5%8Du>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zau1>,
        <http://lexvo.org/id/term/yue/%E8%BC%96>,
        "輖"^^xsd:string .

<http://lexvo.org/id/char/8F17> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%BC%97>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C3%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ngai4>,
        <http://lexvo.org/id/term/yue/%E8%BC%97>,
        "輗"^^xsd:string ;
    rdfs:comment "the cross-bar at the end of a carriage pole; linchpin of a large carriage"@en .

<http://lexvo.org/id/char/8F18> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%BC%98>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%ADng%20l%C3%A9ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ling4>,
        <http://lexvo.org/id/term/yue/%E8%BC%98>,
        "輘"^^xsd:string ;
    rdfs:comment "a car-rut; rumbling of a cart"@en .

<http://lexvo.org/id/char/8F19> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%BC%99>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%A9>,
        "輙"^^xsd:string ;
    rdfs:comment "sides of chariot were weapons"@en .

<http://lexvo.org/id/char/8F1A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%BC%9A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zaan6>,
        <http://lexvo.org/id/term/yue/%E8%BC%9A>,
        "輚"^^xsd:string .

<http://lexvo.org/id/char/8F1B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%BC%9B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C3%A0ng>,
        <http://lexvo.org/id/term/kor/%E8%BC%9B>,
        <http://lexvo.org/id/term/kor/LYANG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/loeng2%20loeng6>,
        <http://lexvo.org/id/term/yue/%E8%BC%9B>,
        "輛"^^xsd:string ;
    rdfs:comment "numerary adjunct for vehicles"@en .

<http://lexvo.org/id/char/8F1C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%BC%9C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C4%AB%20z%C3%AC>,
        <http://lexvo.org/id/term/kor/%E8%BC%9C>,
        <http://lexvo.org/id/term/kor/CHI>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zi1>,
        <http://lexvo.org/id/term/yue/%E8%BC%9C>,
        "輜"^^xsd:string ;
    rdfs:comment "a supply cart, covered wagon, dray"@en .

<http://lexvo.org/id/char/8F1D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%BC%9D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C4%AB>,
        <http://lexvo.org/id/term/kor/%E8%BC%9D>,
        <http://lexvo.org/id/term/kor/HWI>,
        <http://lexvo.org/id/term/vie/huy>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fai1>,
        <http://lexvo.org/id/term/yue/%E8%BC%9D>,
        "輝"^^xsd:string ;
    rdfs:comment "brightness, luster, brilliance"@en .

<http://lexvo.org/id/char/8F1E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%BC%9E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C7%8Eng>,
        <http://lexvo.org/id/term/kor/%E8%BC%9E>,
        <http://lexvo.org/id/term/kor/MANG>,
        <http://lexvo.org/id/term/vie/v%C3%B5ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mong5>,
        <http://lexvo.org/id/term/yue/%E8%BC%9E>,
        "輞"^^xsd:string ;
    rdfs:comment "exterior rim of wheel, felly"@en .

<http://lexvo.org/id/char/8F1F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%BC%9F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/chu%C3%B2>,
        <http://lexvo.org/id/term/kor/%E8%BC%9F>,
        <http://lexvo.org/id/term/kor/CHEL>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zyut3%20zyut6>,
        <http://lexvo.org/id/term/yue/%E8%BC%9F>,
        "輟"^^xsd:string ;
    rdfs:comment "stop, suspend, halt"@en .

<http://lexvo.org/id/char/8F20> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%BC%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/gu%C7%92%20gu%C5%8D%20hu%C3%A0%20hu%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gwo2>,
        <http://lexvo.org/id/term/yue/%E8%BC%A0>,
        "輠"^^xsd:string ;
    rdfs:comment "grease pot hung under axle of cart"@en .

<http://lexvo.org/id/char/8F21> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%BC%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C7%8En>,
        "輡"^^xsd:string ;
    rdfs:comment "same as 轗 U+8F57, to fail; a difficulty, misfortune"@en .

<http://lexvo.org/id/char/8F22> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%BC%A2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%90>,
        "輢"^^xsd:string .

<http://lexvo.org/id/char/8F23> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%BC%A3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%A9ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/paang4>,
        <http://lexvo.org/id/term/yue/%E8%BC%A3>,
        "輣"^^xsd:string .

<http://lexvo.org/id/char/8F24> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%BC%A4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sin3>,
        <http://lexvo.org/id/term/yue/%E8%BC%A4>,
        "輤"^^xsd:string ;
    rdfs:comment "a pall to cover the hearse"@en .

<http://lexvo.org/id/char/8F25> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%BC%A5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C7%94n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gwan2>,
        <http://lexvo.org/id/term/yue/%E8%BC%A5>,
        "輥"^^xsd:string ;
    rdfs:comment "turn round, revolve; roller"@en .

<http://lexvo.org/id/char/8F26> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%BC%A6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ni%C7%8En>,
        <http://lexvo.org/id/term/kor/%E8%BC%A6>,
        <http://lexvo.org/id/term/kor/LYEN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lin5>,
        <http://lexvo.org/id/term/yue/%E8%BC%A6>,
        "輦"^^xsd:string ;
    rdfs:comment "a hand-cart; to transport by carriage"@en .

<http://lexvo.org/id/char/8F27> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%BC%A7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/pi%C3%A1n%20p%C3%ADng>,
        <http://lexvo.org/id/term/kor/%E8%BC%A7>,
        <http://lexvo.org/id/term/kor/PYENG>,
        "輧"^^xsd:string ;
    rdfs:comment "curtained carriage used by women"@en .

<http://lexvo.org/id/char/8F28> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%BC%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/gu%C7%8En>,
        <http://lexvo.org/id/term/kor/%E8%BC%A8>,
        <http://lexvo.org/id/term/kor/KWAN>,
        "輨"^^xsd:string .

<http://lexvo.org/id/char/8F29> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%BC%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%A8i>,
        <http://lexvo.org/id/term/kor/%E8%BC%A9>,
        <http://lexvo.org/id/term/kor/PAY>,
        <http://lexvo.org/id/term/vie/b%E1%BB%91i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bui3>,
        <http://lexvo.org/id/term/yue/%E8%BC%A9>,
        "輩"^^xsd:string ;
    rdfs:comment "generation, lifetime; class"@en .

<http://lexvo.org/id/char/8F2A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%BC%AA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%BAn>,
        <http://lexvo.org/id/term/kor/%E8%BC%AA>,
        <http://lexvo.org/id/term/kor/LYUN>,
        <http://lexvo.org/id/term/vie/lu%C3%A2n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/leon4>,
        <http://lexvo.org/id/term/yue/%E8%BC%AA>,
        "輪"^^xsd:string ;
    rdfs:comment "wheel; revolve, turn; recur"@en .

<http://lexvo.org/id/char/8F2B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%BC%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%A1i%20p%C3%A9i>,
        "輫"^^xsd:string .

<http://lexvo.org/id/char/8F2C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%BC%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C3%A1ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/loeng4>,
        <http://lexvo.org/id/term/yue/%E8%BC%AC>,
        "輬"^^xsd:string ;
    rdfs:comment "a hearse; a carriage"@en .

<http://lexvo.org/id/char/8F2D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%BC%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ru%C7%8En>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jyun5>,
        <http://lexvo.org/id/term/yue/%E8%BC%AD>,
        "輭"^^xsd:string ;
    rdfs:comment "flexible, pliable; weak, feeble"@en .

<http://lexvo.org/id/char/8F2E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%BC%AE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/r%C3%B3u%20r%C7%92u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jau4>,
        <http://lexvo.org/id/term/yue/%E8%BC%AE>,
        "輮"^^xsd:string ;
    rdfs:comment "exterior rim of wheel, felly"@en .

<http://lexvo.org/id/char/8F2F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%BC%AF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%AD>,
        <http://lexvo.org/id/term/kor/%E8%BC%AF>,
        <http://lexvo.org/id/term/kor/CIP>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cap1>,
        <http://lexvo.org/id/term/yue/%E8%BC%AF>,
        "輯"^^xsd:string ;
    rdfs:comment "gather up, collect; edit, compile"@en .

<http://lexvo.org/id/char/8F30> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%BC%B0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A1ng>,
        <http://lexvo.org/id/term/kor/%E8%BC%B0>,
        <http://lexvo.org/id/term/kor/YANG>,
        "輰"^^xsd:string .

<http://lexvo.org/id/char/8F31> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%BC%B1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A1n>,
        "輱"^^xsd:string .

<http://lexvo.org/id/char/8F32> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%BC%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/chu%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jyun5%20syun4>,
        <http://lexvo.org/id/term/yue/%E8%BC%B2>,
        "輲"^^xsd:string .

<http://lexvo.org/id/char/8F33> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%BC%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C3%B2u>,
        <http://lexvo.org/id/term/kor/%E8%BC%B3>,
        <http://lexvo.org/id/term/kor/CWU>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cau3>,
        <http://lexvo.org/id/term/yue/%E8%BC%B3>,
        "輳"^^xsd:string ;
    rdfs:comment "hubs of wheel; converge around"@en .

<http://lexvo.org/id/char/8F34> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%BC%B4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C5%ABn>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C5%ABn%20sh%C5%ABn%20q%C5%ABn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ceon1>,
        <http://lexvo.org/id/term/yue/%E8%BC%B4>,
        "輴"^^xsd:string ;
    rdfs:comment "sled"@en .

<http://lexvo.org/id/char/8F35> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%BC%B5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C3%A9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/got3>,
        <http://lexvo.org/id/term/yue/%E8%BC%B5>,
        "輵"^^xsd:string ;
    rdfs:comment "great array of spears and chariots"@en .

<http://lexvo.org/id/char/8F36> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%BC%B6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%B3u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jau4>,
        <http://lexvo.org/id/term/yue/%E8%BC%B6>,
        "輶"^^xsd:string ;
    rdfs:comment "light carriage; trifling, light"@en .

<http://lexvo.org/id/char/8F37> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%BC%B7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C5%8Dng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gwang1>,
        <http://lexvo.org/id/term/yue/%E8%BC%B7>,
        "輷"^^xsd:string .

<http://lexvo.org/id/char/8F38> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%BC%B8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C5%AB%20sh%C3%B9>,
        <http://lexvo.org/id/term/kor/%E8%BC%B8>,
        <http://lexvo.org/id/term/kor/SWU>,
        <http://lexvo.org/id/term/vie/th%C3%A2u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/syu1>,
        <http://lexvo.org/id/term/yue/%E8%BC%B8>,
        "輸"^^xsd:string ;
    rdfs:comment "transport, carry, haul"@en .

<http://lexvo.org/id/char/8F39> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%BC%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%B9>,
        <http://lexvo.org/id/term/kor/%E8%BC%B9>,
        <http://lexvo.org/id/term/kor/POK>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fuk1>,
        <http://lexvo.org/id/term/yue/%E8%BC%B9>,
        "輹"^^xsd:string ;
    rdfs:comment "two pieces of wood underneath a cart"@en .

<http://lexvo.org/id/char/8F3A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%BC%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C4%AB%20z%C3%AC>,
        "輺"^^xsd:string .

<http://lexvo.org/id/char/8F3B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%BC%BB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%BA>,
        <http://lexvo.org/id/term/kor/%E8%BC%BB>,
        <http://lexvo.org/id/term/kor/POK%20PHOK>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fuk1>,
        <http://lexvo.org/id/term/yue/%E8%BC%BB>,
        "輻"^^xsd:string ;
    rdfs:comment "spokes of wheel"@en .

<http://lexvo.org/id/char/8F3C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%BC%BC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C4%93n>,
        "輼"^^xsd:string .

<http://lexvo.org/id/char/8F3D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%BC%BD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%A8n>,
        "輽"^^xsd:string ;
    rdfs:comment "vehicle"@en .

<http://lexvo.org/id/char/8F3E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%BC%BE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C7%8En%20ni%C7%8En>,
        <http://lexvo.org/id/term/kor/%E8%BC%BE>,
        <http://lexvo.org/id/term/kor/CEN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/nin5%20zin2>,
        <http://lexvo.org/id/term/yue/%E8%BC%BE>,
        "輾"^^xsd:string ;
    rdfs:comment "turn over, roll"@en .

<http://lexvo.org/id/char/8F3F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%BC%BF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%BA%20y%C3%B9>,
        <http://lexvo.org/id/term/kor/%E8%BC%BF>,
        <http://lexvo.org/id/term/kor/YE>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jyu4>,
        <http://lexvo.org/id/term/yue/%E8%BC%BF>,
        "輿"^^xsd:string ;
    rdfs:comment "cart, palanquin; public opinion"@en .

<http://lexvo.org/id/char/8F40> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%BD%80>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C4%93n>,
        <http://lexvo.org/id/term/kor/%E8%BD%80>,
        <http://lexvo.org/id/term/kor/ON>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wan1>,
        <http://lexvo.org/id/term/yue/%E8%BD%80>,
        "轀"^^xsd:string ;
    rdfs:comment "hearse"@en .

<http://lexvo.org/id/char/8F41> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%BD%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C4%81o%20k%C7%8En>,
        "轁"^^xsd:string .

<http://lexvo.org/id/char/8F42> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%BD%82>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C7%94%20g%C5%AB>,
        <http://lexvo.org/id/term/kor/%E8%BD%82>,
        <http://lexvo.org/id/term/kor/KOK>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/guk1>,
        <http://lexvo.org/id/term/yue/%E8%BD%82>,
        "轂"^^xsd:string ;
    rdfs:comment "hub of wheel"@en .

<http://lexvo.org/id/char/8F43> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%BD%83>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C4%93n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zeon1>,
        <http://lexvo.org/id/term/yue/%E8%BD%83>,
        "轃"^^xsd:string .

<http://lexvo.org/id/char/8F44> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%BD%84>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A1%20h%C3%A9>,
        <http://lexvo.org/id/term/kor/%E8%BD%84>,
        <http://lexvo.org/id/term/kor/HAL>,
        <http://lexvo.org/id/term/vie/h%E1%BA%A1t>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hat6>,
        <http://lexvo.org/id/term/yue/%E8%BD%84>,
        "轄"^^xsd:string ;
    rdfs:comment "linchpin of wheel; control"@en .

<http://lexvo.org/id/char/8F45> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%BD%85>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/yu%C3%A1n>,
        <http://lexvo.org/id/term/kor/%E8%BD%85>,
        <http://lexvo.org/id/term/kor/WEN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jyun4>,
        <http://lexvo.org/id/term/yue/%E8%BD%85>,
        "轅"^^xsd:string ;
    rdfs:comment "axle; magistrate's office; surname"@en .

<http://lexvo.org/id/char/8F46> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%BD%86>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%B9>,
        <http://lexvo.org/id/term/kor/%E8%BD%86>,
        <http://lexvo.org/id/term/kor/LOK>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/luk1>,
        <http://lexvo.org/id/term/yue/%E8%BD%86>,
        "轆"^^xsd:string ;
    rdfs:comment "windlass, pulley, capstan; wheel"@en .

<http://lexvo.org/id/char/8F47> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%BD%87>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C4%81o>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C5%AB%20ji%C4%81o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gaau1>,
        <http://lexvo.org/id/term/yue/%E8%BD%87>,
        "轇"^^xsd:string ;
    rdfs:comment "complicated, confused; dispute"@en .

<http://lexvo.org/id/char/8F48> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%BD%88>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%A1o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/caau4>,
        <http://lexvo.org/id/term/yue/%E8%BD%88>,
        "轈"^^xsd:string ;
    rdfs:comment "turret on a chariot"@en .

<http://lexvo.org/id/char/8F49> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%BD%89>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zhu%C7%8Ei%201518.041%3Azhu%C7%8En%201520.011%3Azhu%C3%A0n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zhu%C7%8En%20zhu%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E8%BD%89>,
        <http://lexvo.org/id/term/kor/CEN>,
        <http://lexvo.org/id/term/vie/chuy%E1%BB%83n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zyun2%20zyun3>,
        <http://lexvo.org/id/term/yue/%E8%BD%89>,
        "轉"^^xsd:string ;
    rdfs:comment "shift, move, turn"@en .

<http://lexvo.org/id/char/8F4A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%BD%8A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C3%A8i>,
        "轊"^^xsd:string ;
    rdfs:comment "axle-tip"@en .

<http://lexvo.org/id/char/8F4B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%BD%8B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%BAn>,
        "轋"^^xsd:string .

<http://lexvo.org/id/char/8F4C> a lvont:Character ;
    lvont:represents "轌"^^xsd:string ;
    rdfs:comment "sled"@en .

<http://lexvo.org/id/char/8F4D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%BD%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%A8%20zh%C3%A9>,
        <http://lexvo.org/id/term/kor/%E8%BD%8D>,
        <http://lexvo.org/id/term/kor/CHEL>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cit3>,
        <http://lexvo.org/id/term/yue/%E8%BD%8D>,
        "轍"^^xsd:string ;
    rdfs:comment "wagon ruts, wheel tracks"@en .

<http://lexvo.org/id/char/8F4E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%BD%8E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%A0o>,
        <http://lexvo.org/id/term/kor/%E8%BD%8E>,
        <http://lexvo.org/id/term/kor/KYO>,
        <http://lexvo.org/id/term/vie/ki%E1%BB%87u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/giu2%20giu6>,
        <http://lexvo.org/id/term/yue/%E8%BD%8E>,
        "轎"^^xsd:string ;
    rdfs:comment "sedan-chair, palanquin"@en .

<http://lexvo.org/id/char/8F4F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%BD%8F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zaan6>,
        <http://lexvo.org/id/term/yue/%E8%BD%8F>,
        "轏"^^xsd:string ;
    rdfs:comment "sleeping cart"@en .

<http://lexvo.org/id/char/8F50> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%BD%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%BA%20b%C3%BA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/buk6>,
        <http://lexvo.org/id/term/yue/%E8%BD%90>,
        "轐"^^xsd:string .

<http://lexvo.org/id/char/8F51> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%BD%91>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C7%8Eo%20l%C3%A1o%20li%C7%8Eo>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lou4%20lou5>,
        <http://lexvo.org/id/term/yue/%E8%BD%91>,
        "轑"^^xsd:string ;
    rdfs:comment "rut"@en .

<http://lexvo.org/id/char/8F52> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%BD%92>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%A9n>,
        <http://lexvo.org/id/term/kor/%E8%BD%92>,
        <http://lexvo.org/id/term/kor/PWUN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fan4>,
        <http://lexvo.org/id/term/yue/%E8%BD%92>,
        "轒"^^xsd:string ;
    rdfs:comment "chariot"@en .

<http://lexvo.org/id/char/8F53> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%BD%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C4%81n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/faan1>,
        <http://lexvo.org/id/term/yue/%E8%BD%93>,
        "轓"^^xsd:string .

<http://lexvo.org/id/char/8F54> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%BD%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%ADn%20l%C3%ACn>,
        <http://lexvo.org/id/term/kor/%E8%BD%94>,
        <http://lexvo.org/id/term/kor/LIN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/leon4>,
        <http://lexvo.org/id/term/yue/%E8%BD%94>,
        "轔"^^xsd:string ;
    rdfs:comment "rumbling of vehicles; threshold"@en .

<http://lexvo.org/id/char/8F55> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%BD%95>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C3%A9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/got3>,
        <http://lexvo.org/id/term/yue/%E8%BD%95>,
        "轕"^^xsd:string ;
    rdfs:comment "great array of spears and chariots"@en .

<http://lexvo.org/id/char/8F56> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%BD%96>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C3%A8>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sik1>,
        <http://lexvo.org/id/term/yue/%E8%BD%96>,
        "轖"^^xsd:string ;
    rdfs:comment "framework of lattice on cart"@en .

<http://lexvo.org/id/char/8F57> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%BD%97>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C7%8En>,
        <http://lexvo.org/id/term/kor/%E8%BD%97>,
        <http://lexvo.org/id/term/kor/KEM>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ham2>,
        <http://lexvo.org/id/term/yue/%E8%BD%97>,
        "轗"^^xsd:string ;
    rdfs:comment "fail"@en .

<http://lexvo.org/id/char/8F58> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%BD%98>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%A0n%20hu%C3%A1n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%A1n%200491.110%3Ahu%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E8%BD%98>,
        <http://lexvo.org/id/term/kor/HWAN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/waan6>,
        <http://lexvo.org/id/term/yue/%E8%BD%98>,
        "轘"^^xsd:string ;
    rdfs:comment "tear asunder between chariots"@en .

<http://lexvo.org/id/char/8F59> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%BD%99>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%90>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ji5%20ngai5>,
        <http://lexvo.org/id/term/yue/%E8%BD%99>,
        "轙"^^xsd:string ;
    rdfs:comment "rings on the yokes"@en .

<http://lexvo.org/id/char/8F5A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%BD%9A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gik1>,
        <http://lexvo.org/id/term/yue/%E8%BD%9A>,
        "轚"^^xsd:string .

<http://lexvo.org/id/char/8F5B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%BD%9B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/du%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/deoi3>,
        <http://lexvo.org/id/term/yue/%E8%BD%9B>,
        "轛"^^xsd:string .

<http://lexvo.org/id/char/8F5C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C3%A9r>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%BD%9C>,
        "轜"^^xsd:string ;
    rdfs:comment "hearse"@en .

<http://lexvo.org/id/char/8F5D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%BD%9D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%BA>,
        <http://lexvo.org/id/term/kor/%E8%BD%9D>,
        <http://lexvo.org/id/term/kor/YE>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jyu4>,
        <http://lexvo.org/id/term/yue/%E8%BD%9D>,
        "轝"^^xsd:string ;
    rdfs:comment "envy; hate, dislike; resentment"@en .

<http://lexvo.org/id/char/8F5E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%BD%9E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E8%BD%9E>,
        <http://lexvo.org/id/term/kor/HAM>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/laam6>,
        <http://lexvo.org/id/term/yue/%E8%BD%9E>,
        "轞"^^xsd:string ;
    rdfs:comment "a vehicle for transporting prisoners"@en .

<http://lexvo.org/id/char/8F5F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%BD%9F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C5%8Dng>,
        <http://lexvo.org/id/term/kor/%E8%BD%9F>,
        <http://lexvo.org/id/term/kor/KOYNG>,
        <http://lexvo.org/id/term/vie/hu%C3%AAnh>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gwang1>,
        <http://lexvo.org/id/term/yue/%E8%BD%9F>,
        "轟"^^xsd:string ;
    rdfs:comment "rumble, explosion, blast"@en .

<http://lexvo.org/id/char/8F60> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%BD%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C4%9Bi%20l%C3%A9i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/leoi4>,
        <http://lexvo.org/id/term/yue/%E8%BD%A0>,
        "轠"^^xsd:string .

<http://lexvo.org/id/char/8F61> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%BD%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%A8i>,
        <http://lexvo.org/id/term/kor/%E8%BD%A1>,
        <http://lexvo.org/id/term/kor/PI>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bei3>,
        <http://lexvo.org/id/term/yue/%E8%BD%A1>,
        "轡"^^xsd:string ;
    rdfs:comment "bridle of horse, reins"@en .

<http://lexvo.org/id/char/8F62> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%BD%A2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%AC>,
        <http://lexvo.org/id/term/kor/%E8%BD%A2>,
        <http://lexvo.org/id/term/kor/LYEK>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lik1>,
        <http://lexvo.org/id/term/yue/%E8%BD%A2>,
        "轢"^^xsd:string ;
    rdfs:comment "run over something with vehicle"@en .

<http://lexvo.org/id/char/8F63> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%BD%A3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%AC>,
        <http://lexvo.org/id/term/kor/%E8%BD%A3>,
        <http://lexvo.org/id/term/kor/LYEK>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lik6>,
        <http://lexvo.org/id/term/yue/%E8%BD%A3>,
        "轣"^^xsd:string ;
    rdfs:comment "to gallop; a mule"@en .

<http://lexvo.org/id/char/8F64> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%BD%A4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%BA>,
        <http://lexvo.org/id/term/kor/%E8%BD%A4>,
        <http://lexvo.org/id/term/kor/LO>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lou4>,
        <http://lexvo.org/id/term/yue/%E8%BD%A4>,
        "轤"^^xsd:string ;
    rdfs:comment "pulley, windlass, capstan"@en .

<http://lexvo.org/id/char/8F65> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%BD%A5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%ACn>,
        "轥"^^xsd:string .

<http://lexvo.org/id/char/8F67> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%BD%A7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C3%A1%201321.090%3Ay%C3%A0%201448.050%3Azh%C3%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A0%20g%C3%A1%20zh%C3%A1>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gaat3%20zaat3>,
        <http://lexvo.org/id/term/yue/%E8%BD%A7>,
        "轧"^^xsd:string ;
    rdfs:comment "crush by weight; grind"@en .

<http://lexvo.org/id/char/8F68> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%BD%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/gu%C7%90>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gwai2>,
        <http://lexvo.org/id/term/yue/%E8%BD%A8>,
        "轨"^^xsd:string ;
    rdfs:comment "track, rut, path"@en .

<http://lexvo.org/id/char/8F69> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%BD%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xu%C4%81n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hin1>,
        <http://lexvo.org/id/term/yue/%E8%BD%A9>,
        "轩"^^xsd:string ;
    rdfs:comment "carriage; high; wide; balcony"@en .

<http://lexvo.org/id/char/8F6A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%BD%AA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%A0i>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%AC%20d%C3%A0i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/daai6>,
        <http://lexvo.org/id/term/yue/%E8%BD%AA>,
        "轪"^^xsd:string .

<http://lexvo.org/id/char/8F6B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%BD%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/r%C3%A8n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jan6>,
        <http://lexvo.org/id/term/yue/%E8%BD%AB>,
        "轫"^^xsd:string ;
    rdfs:comment "a block that keeps a wheel from moving"@en .

<http://lexvo.org/id/char/8F6C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%BD%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zhu%C7%8Ei%201518.040%3Azhu%C7%8En%201520.010%3Azhu%C3%A0n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zhu%C7%8En%20zhu%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zyun2%20zyun3>,
        <http://lexvo.org/id/term/yue/%E8%BD%AC>,
        "转"^^xsd:string ;
    rdfs:comment "shift, move, turn"@en .

<http://lexvo.org/id/char/8F6D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C3%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%BD%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/aak1%20ngaak1>,
        <http://lexvo.org/id/term/yue/%E8%BD%AD>,
        "轭"^^xsd:string ;
    rdfs:comment "yoke, collar"@en .

<http://lexvo.org/id/char/8F6E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%BD%AE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%BAn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/leon4>,
        <http://lexvo.org/id/term/yue/%E8%BD%AE>,
        "轮"^^xsd:string ;
    rdfs:comment "wheel; revolve, turn; recur"@en .

<http://lexvo.org/id/char/8F6F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%BD%AF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ru%C7%8En>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jyun5>,
        <http://lexvo.org/id/term/yue/%E8%BD%AF>,
        "软"^^xsd:string ;
    rdfs:comment "soft, flexible, pliable; weak"@en .

<http://lexvo.org/id/char/8F70> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%BD%B0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C5%8Dng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gwang1>,
        <http://lexvo.org/id/term/yue/%E8%BD%B0>,
        "轰"^^xsd:string ;
    rdfs:comment "rumble, explosion, blast"@en .

<http://lexvo.org/id/char/8F71> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%BD%B1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C5%AB>,
        "轱"^^xsd:string ;
    rdfs:comment "wheel; to turn; to revolve"@en .

<http://lexvo.org/id/char/8F72> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%BD%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C4%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C4%93%200641.020%3Ak%C4%9B>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/o1>,
        <http://lexvo.org/id/term/yue/%E8%BD%B2>,
        "轲"^^xsd:string ;
    rdfs:comment "axle; personal name of mencius"@en .

<http://lexvo.org/id/char/8F73> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%BD%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%BA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lou4>,
        <http://lexvo.org/id/term/yue/%E8%BD%B3>,
        "轳"^^xsd:string ;
    rdfs:comment "pulley, windlass, capstan"@en .

<http://lexvo.org/id/char/8F74> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%BD%B4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%B3u%201506.070%3Azh%C3%B2u>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%B3u%20zh%C3%BA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zuk6>,
        <http://lexvo.org/id/term/yue/%E8%BD%B4>,
        "轴"^^xsd:string ;
    rdfs:comment "axle, axletree; pivot; axis"@en .

<http://lexvo.org/id/char/8F75> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%BD%B5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C7%90>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zi2>,
        <http://lexvo.org/id/term/yue/%E8%BD%B5>,
        "轵"^^xsd:string ;
    rdfs:comment "end of axle; divergent"@en .

<http://lexvo.org/id/char/8F76> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%BD%B6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%AC%20di%C3%A9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jat6>,
        <http://lexvo.org/id/term/yue/%E8%BD%B6>,
        "轶"^^xsd:string ;
    rdfs:comment "rush forth; surpass, excel"@en .

<http://lexvo.org/id/char/8F77> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%BD%B7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C5%AB>,
        "轷"^^xsd:string ;
    rdfs:comment "surname"@en .

<http://lexvo.org/id/char/8F78> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%BD%B8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C4%9Bn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zan2>,
        <http://lexvo.org/id/term/yue/%E8%BD%B8>,
        "轸"^^xsd:string ;
    rdfs:comment "cross board at rear of carriage"@en .

<http://lexvo.org/id/char/8F79> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%BD%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lik1>,
        <http://lexvo.org/id/term/yue/%E8%BD%B9>,
        "轹"^^xsd:string ;
    rdfs:comment "run over something with vehicle"@en .

<http://lexvo.org/id/char/8F7A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%BD%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A1o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jiu4>,
        <http://lexvo.org/id/term/yue/%E8%BD%BA>,
        "轺"^^xsd:string ;
    rdfs:comment "small light carriage"@en .

<http://lexvo.org/id/char/8F7B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%BD%BB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C4%ABng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/heng1%20hing1>,
        <http://lexvo.org/id/term/yue/%E8%BD%BB>,
        "轻"^^xsd:string ;
    rdfs:comment "light; easy, simple; gentle"@en .

<http://lexvo.org/id/char/8F7C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%BD%BC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sik1>,
        <http://lexvo.org/id/term/yue/%E8%BD%BC>,
        "轼"^^xsd:string ;
    rdfs:comment "horizontal wooden bar in front"@en .

<http://lexvo.org/id/char/8F7D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%BD%BD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C3%A0i%20z%C7%8Ei>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C7%8Ei%201437.050%3Az%C3%A0i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zoi2%20zoi3>,
        <http://lexvo.org/id/term/yue/%E8%BD%BD>,
        "载"^^xsd:string ;
    rdfs:comment "load; carry; transport, convey"@en .

<http://lexvo.org/id/char/8F7E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%BD%BE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zi3>,
        <http://lexvo.org/id/term/yue/%E8%BD%BE>,
        "轾"^^xsd:string ;
    rdfs:comment "low rear portion of cart"@en .

<http://lexvo.org/id/char/8F7F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%BD%BF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%A0o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/giu6>,
        <http://lexvo.org/id/term/yue/%E8%BD%BF>,
        "轿"^^xsd:string ;
    rdfs:comment "sedan-chair, palanquin"@en .

<http://lexvo.org/id/char/8F80> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%BE%80>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C5%8Du>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zau1>,
        <http://lexvo.org/id/term/yue/%E8%BE%80>,
        "辀"^^xsd:string ;
    rdfs:comment "shaft"@en .

<http://lexvo.org/id/char/8F81> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%BE%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qu%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cyun4>,
        <http://lexvo.org/id/term/yue/%E8%BE%81>,
        "辁"^^xsd:string ;
    rdfs:comment "cart wheel with no spokes"@en .

<http://lexvo.org/id/char/8F82> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%BE%82>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%B9%20y%C3%A0>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lou6>,
        <http://lexvo.org/id/term/yue/%E8%BE%82>,
        "辂"^^xsd:string ;
    rdfs:comment "a chariot, carriage; a carriage pull-bar"@en .

<http://lexvo.org/id/char/8F83> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%BE%83>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%A0o>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%A0o%20ju%C3%A9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gaau3>,
        <http://lexvo.org/id/term/yue/%E8%BE%83>,
        "较"^^xsd:string ;
    rdfs:comment "compare; comparatively, more"@en .

<http://lexvo.org/id/char/8F84> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%BE%84>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%A9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zip3>,
        <http://lexvo.org/id/term/yue/%E8%BE%84>,
        "辄"^^xsd:string ;
    rdfs:comment "sides of chariot where weapons"@en .

<http://lexvo.org/id/char/8F85> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%BE%85>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C7%94>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fu6>,
        <http://lexvo.org/id/term/yue/%E8%BE%85>,
        "辅"^^xsd:string ;
    rdfs:comment "cheek bone; protective; assist"@en .

<http://lexvo.org/id/char/8F86> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%BE%86>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C3%A0ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/loeng2>,
        <http://lexvo.org/id/term/yue/%E8%BE%86>,
        "辆"^^xsd:string ;
    rdfs:comment "numerary adjunct for vehicles"@en .

<http://lexvo.org/id/char/8F87> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%BE%87>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ni%C7%8En>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lin5>,
        <http://lexvo.org/id/term/yue/%E8%BE%87>,
        "辇"^^xsd:string ;
    rdfs:comment "hand-cart; transport by carriage"@en .

<http://lexvo.org/id/char/8F88> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%BE%88>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%A8i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bui3>,
        <http://lexvo.org/id/term/yue/%E8%BE%88>,
        "辈"^^xsd:string ;
    rdfs:comment "generation, lifetime; class"@en .

<http://lexvo.org/id/char/8F89> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%BE%89>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C4%AB>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fai1>,
        <http://lexvo.org/id/term/yue/%E8%BE%89>,
        "辉"^^xsd:string ;
    rdfs:comment "brightness, luster, brilliance"@en .

<http://lexvo.org/id/char/8F8A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%BE%8A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C7%94n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gwan2>,
        <http://lexvo.org/id/term/yue/%E8%BE%8A>,
        "辊"^^xsd:string ;
    rdfs:comment "turn round, revolve; roller"@en .

<http://lexvo.org/id/char/8F8B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%BE%8B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C7%8Eng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mong5>,
        <http://lexvo.org/id/term/yue/%E8%BE%8B>,
        "辋"^^xsd:string ;
    rdfs:comment "exterior rim of wheel, felly"@en .

<http://lexvo.org/id/char/8F8C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%BE%8C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C3%A1ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/loeng4>,
        <http://lexvo.org/id/term/yue/%E8%BE%8C>,
        "辌"^^xsd:string ;
    rdfs:comment "a hearse; a carriage"@en .

<http://lexvo.org/id/char/8F8D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%BE%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/chu%C3%B2>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zyut3>,
        <http://lexvo.org/id/term/yue/%E8%BE%8D>,
        "辍"^^xsd:string ;
    rdfs:comment "stop, suspend, halt"@en .

<http://lexvo.org/id/char/8F8E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%BE%8E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C4%AB>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zi1>,
        <http://lexvo.org/id/term/yue/%E8%BE%8E>,
        "辎"^^xsd:string ;
    rdfs:comment "a supply cart, covered wagon, dray"@en .

<http://lexvo.org/id/char/8F8F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%BE%8F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C3%B2u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cau3>,
        <http://lexvo.org/id/term/yue/%E8%BE%8F>,
        "辏"^^xsd:string ;
    rdfs:comment "hubs of wheel; converge around"@en .

<http://lexvo.org/id/char/8F90> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%BE%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%BA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fuk1>,
        <http://lexvo.org/id/term/yue/%E8%BE%90>,
        "辐"^^xsd:string ;
    rdfs:comment "spokes of wheel"@en .

<http://lexvo.org/id/char/8F91> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%BE%91>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cap1>,
        <http://lexvo.org/id/term/yue/%E8%BE%91>,
        "辑"^^xsd:string ;
    rdfs:comment "gather up, collect; edit, compile"@en .

<http://lexvo.org/id/char/8F92> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%BE%92>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C4%93n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wan1>,
        <http://lexvo.org/id/term/yue/%E8%BE%92>,
        "辒"^^xsd:string ;
    rdfs:comment "hearse"@en .

<http://lexvo.org/id/char/8F93> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%BE%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C5%AB>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/syu1>,
        <http://lexvo.org/id/term/yue/%E8%BE%93>,
        "输"^^xsd:string ;
    rdfs:comment "transport, carry, haul"@en .

<http://lexvo.org/id/char/8F94> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%BE%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%A8i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bei3>,
        <http://lexvo.org/id/term/yue/%E8%BE%94>,
        "辔"^^xsd:string ;
    rdfs:comment "bridle of horse, reins"@en .

<http://lexvo.org/id/char/8F95> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%BE%95>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/yu%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jyun4>,
        <http://lexvo.org/id/term/yue/%E8%BE%95>,
        "辕"^^xsd:string ;
    rdfs:comment "axle; magistrate's office; surname"@en .

<http://lexvo.org/id/char/8F96> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%BE%96>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A1>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hat6>,
        <http://lexvo.org/id/term/yue/%E8%BE%96>,
        "辖"^^xsd:string ;
    rdfs:comment "linchpin of wheel; control"@en .

<http://lexvo.org/id/char/8F97> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%BE%97>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ni%C7%8En%201452.020%3Azh%C7%8En>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C7%8En%20ni%C7%8En>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zin2>,
        <http://lexvo.org/id/term/yue/%E8%BE%97>,
        "辗"^^xsd:string ;
    rdfs:comment "turn over, roll"@en .

<http://lexvo.org/id/char/8F98> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%BE%98>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/luk1>,
        <http://lexvo.org/id/term/yue/%E8%BE%98>,
        "辘"^^xsd:string ;
    rdfs:comment "windlass, pulley, capstan; wheel"@en .

<http://lexvo.org/id/char/8F99> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%BE%99>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%A8%20zh%C3%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%A9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cit3>,
        <http://lexvo.org/id/term/yue/%E8%BE%99>,
        "辙"^^xsd:string ;
    rdfs:comment "wagon ruts, wheel tracks"@en .

<http://lexvo.org/id/char/8F9A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%BE%9A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%ADn>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%ADn%20l%C3%ACn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/leon4>,
        <http://lexvo.org/id/term/yue/%E8%BE%9A>,
        "辚"^^xsd:string ;
    rdfs:comment "rumbling of vehicles; threshold"@en .

<http://lexvo.org/id/char/8F9C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%BE%9C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C5%AB>,
        <http://lexvo.org/id/term/kor/%E8%BE%9C>,
        <http://lexvo.org/id/term/kor/KO>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gu1>,
        <http://lexvo.org/id/term/yue/%E8%BE%9C>,
        "辜"^^xsd:string ;
    rdfs:comment "crime, criminal offense"@en .

<http://lexvo.org/id/char/8F9D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%BE%9D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C3%AD>,
        "辝"^^xsd:string .

<http://lexvo.org/id/char/8F9E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%BE%9E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C3%AD>,
        <http://lexvo.org/id/term/kor/%E8%BE%9E>,
        <http://lexvo.org/id/term/kor/SA>,
        <http://lexvo.org/id/term/vie/t%E1%BB%AB>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ci4>,
        <http://lexvo.org/id/term/yue/%E8%BE%9E>,
        "辞"^^xsd:string ;
    rdfs:comment "words, speech, expression, phrase"@en .

<http://lexvo.org/id/char/8F9F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%BE%9F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%AC%200866.050%3Ap%C4%AB%200870.150%3Ap%C3%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%AC%20p%C4%AB%20b%C3%AC%20m%C7%90>,
        <http://lexvo.org/id/term/kor/%E8%BE%9F>,
        <http://lexvo.org/id/term/kor/PHI%20PYEK>,
        <http://lexvo.org/id/term/vie/v%E1%BA%BFch>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bik1%20pik1>,
        <http://lexvo.org/id/term/yue/%E8%BE%9F>,
        "辟"^^xsd:string ;
    rdfs:comment "law, rule; open up, develop"@en .

<http://lexvo.org/id/char/8FA0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%BE%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zu%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zeoi6>,
        <http://lexvo.org/id/term/yue/%E8%BE%A0>,
        "辠"^^xsd:string ;
    rdfs:comment "crime, sin, vice; evil; hardship"@en .

<http://lexvo.org/id/char/8FA1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%BE%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/bi%C3%A0n>,
        "辡"^^xsd:string ;
    rdfs:comment "recrimination; wrangling"@en .

<http://lexvo.org/id/char/8FA2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%BE%A2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%A0>,
        <http://lexvo.org/id/term/kor/%E8%BE%A2>,
        <http://lexvo.org/id/term/kor/LAL>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/laat6>,
        <http://lexvo.org/id/term/yue/%E8%BE%A2>,
        "辢"^^xsd:string ;
    rdfs:comment "bitter, pungent, acrid"@en .

<http://lexvo.org/id/char/8FA3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%BE%A3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%A0>,
        <http://lexvo.org/id/term/kor/%E8%BE%A3>,
        <http://lexvo.org/id/term/kor/LAL>,
        <http://lexvo.org/id/term/vie/l%C6%B0%E1%BB%A3t>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/laat6%20lat6>,
        <http://lexvo.org/id/term/yue/%E8%BE%A3>,
        "辣"^^xsd:string ;
    rdfs:comment "peppery, pungent, hot; cruel"@en .

<http://lexvo.org/id/char/8FA4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%BE%A4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C3%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ci4>,
        <http://lexvo.org/id/term/yue/%E8%BE%A4>,
        "辤"^^xsd:string ;
    rdfs:comment "words, speech; a sentence, an expression or phrase; a message"@en .

<http://lexvo.org/id/char/8FA5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%BE%A5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xu%C4%93>,
        "辥"^^xsd:string ;
    rdfs:comment "variety of marsh grass"@en .

<http://lexvo.org/id/char/8FA6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%BE%A6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E8%BE%A6>,
        <http://lexvo.org/id/term/kor/PHAN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/baan6>,
        <http://lexvo.org/id/term/yue/%E8%BE%A6>,
        "辦"^^xsd:string ;
    rdfs:comment "manage, do, handle; deal with"@en .

<http://lexvo.org/id/char/8FA7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%BE%A7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/bi%C3%A0n>,
        "辧"^^xsd:string ;
    rdfs:comment "manage, do, handle; deal with"@en .

<http://lexvo.org/id/char/8FA8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%BE%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/bi%C3%A0n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/bi%C3%A0n%20b%C4%81n%20b%C3%A0n%20bi%C7%8En%20pi%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E8%BE%A8>,
        <http://lexvo.org/id/term/kor/PYEN>,
        <http://lexvo.org/id/term/vie/bi%E1%BB%87n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bin6>,
        <http://lexvo.org/id/term/yue/%E8%BE%A8>,
        "辨"^^xsd:string ;
    rdfs:comment "distinguish, discriminate"@en .

<http://lexvo.org/id/char/8FA9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%BE%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/bi%C3%A0n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/bi%C3%A0n%20pi%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bin6>,
        <http://lexvo.org/id/term/yue/%E8%BE%A9>,
        "辩"^^xsd:string ;
    rdfs:comment "dispute, argue, debate, discuss"@en .

<http://lexvo.org/id/char/8FAA> a lvont:Character ;
    lvont:represents "辪"^^xsd:string .

<http://lexvo.org/id/char/8FAB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%BE%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/bi%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bin1>,
        <http://lexvo.org/id/term/yue/%E8%BE%AB>,
        "辫"^^xsd:string ;
    rdfs:comment "braid; pigtail, plait, queue"@en .

<http://lexvo.org/id/char/8FAC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%BE%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C4%81n>,
        "辬"^^xsd:string .

<http://lexvo.org/id/char/8FAD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%BE%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C3%AD>,
        <http://lexvo.org/id/term/kor/%E8%BE%AD>,
        <http://lexvo.org/id/term/kor/SA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ci4>,
        <http://lexvo.org/id/term/yue/%E8%BE%AD>,
        "辭"^^xsd:string ;
    rdfs:comment "words, speech, expression, phrase"@en .

<http://lexvo.org/id/char/8FAE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%BE%AE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/bi%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E8%BE%AE>,
        <http://lexvo.org/id/term/kor/PYEN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bin1>,
        <http://lexvo.org/id/term/yue/%E8%BE%AE>,
        "辮"^^xsd:string ;
    rdfs:comment "braid; pigtail, plait, queue"@en .

<http://lexvo.org/id/char/8FAF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%BE%AF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/bi%C3%A0n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/bi%C3%A0n%20pi%C3%A1n%20bi%C7%8En%20b%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E8%BE%AF>,
        <http://lexvo.org/id/term/kor/PYEN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bin6>,
        <http://lexvo.org/id/term/yue/%E8%BE%AF>,
        "辯"^^xsd:string ;
    rdfs:comment "dispute, argue, debate, discuss"@en .

<http://lexvo.org/id/char/8FB1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%BE%B1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/r%C7%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/r%C7%94%20r%C3%B9>,
        <http://lexvo.org/id/term/kor/%E8%BE%B1>,
        <http://lexvo.org/id/term/kor/YOK>,
        <http://lexvo.org/id/term/vie/nh%E1%BB%8Dc>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/juk6>,
        <http://lexvo.org/id/term/yue/%E8%BE%B1>,
        "辱"^^xsd:string ;
    rdfs:comment "humiliate, insult, abuse"@en .

<http://lexvo.org/id/char/8FB2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%BE%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C3%B3ng>,
        <http://lexvo.org/id/term/kor/%E8%BE%B2>,
        <http://lexvo.org/id/term/kor/NONG>,
        <http://lexvo.org/id/term/vie/n%C3%B4ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/nung4>,
        <http://lexvo.org/id/term/yue/%E8%BE%B2>,
        "農"^^xsd:string ;
    rdfs:comment "agriculture, farming; farmer"@en .

<http://lexvo.org/id/char/8FB3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%BE%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C3%B3ng>,
        "辳"^^xsd:string .

<http://lexvo.org/id/char/8FB4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%BE%B4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C7%8En>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C4%9Bn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/can2>,
        <http://lexvo.org/id/term/yue/%E8%BE%B4>,
        "辴"^^xsd:string .

<http://lexvo.org/id/char/8FB7> a lvont:Character ;
    lvont:represents "辷"^^xsd:string ;
    rdfs:comment "smooth, slippery"@en .

<http://lexvo.org/id/char/8FB8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%BE%B8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/r%C3%A9ng>,
        "辸"^^xsd:string .

<http://lexvo.org/id/char/8FB9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%BE%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/bi%C4%81n%200063.030%3Abian>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/bi%C4%81n%20bian>,
        <http://lexvo.org/id/term/kor/%E8%BE%B9>,
        <http://lexvo.org/id/term/kor/PYEN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bin1>,
        <http://lexvo.org/id/term/yue/%E8%BE%B9>,
        "边"^^xsd:string ;
    rdfs:comment "edge, margin, side, border"@en .

<http://lexvo.org/id/char/8FBA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%BE%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/bi%C4%81n>,
        <http://lexvo.org/id/term/kor/%E8%BE%BA>,
        <http://lexvo.org/id/term/kor/PYEN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bin1>,
        <http://lexvo.org/id/term/yue/%E8%BE%BA>,
        "辺"^^xsd:string ;
    rdfs:comment "edge, margin, side, border"@en .

<http://lexvo.org/id/char/8FBB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%AD>,
        <http://lexvo.org/id/term/kor/%E8%BE%BB>,
        <http://lexvo.org/id/term/kor/SIP>,
        "辻"^^xsd:string ;
    rdfs:comment "crossroads; street"@en .

<http://lexvo.org/id/char/8FBC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/kor/%E8%BE%BC>,
        <http://lexvo.org/id/term/kor/IP>,
        "込"^^xsd:string ;
    rdfs:comment "crowd into, go into"@en .

<http://lexvo.org/id/char/8FBD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%BE%BD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C3%A1o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/liu4>,
        <http://lexvo.org/id/term/yue/%E8%BE%BD>,
        "辽"^^xsd:string ;
    rdfs:comment "distant, far"@en .

<http://lexvo.org/id/char/8FBE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%BE%BE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%A1%20t%C3%AC%20t%C3%A0>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/daat6>,
        <http://lexvo.org/id/term/yue/%E8%BE%BE>,
        "达"^^xsd:string ;
    rdfs:comment "arrive at, reach; intelligent; smooth, slippery"@en .

<http://lexvo.org/id/char/8FBF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%BE%BF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C4%81n>,
        <http://lexvo.org/id/term/kor/%E8%BE%BF>,
        <http://lexvo.org/id/term/kor/CHEN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cin4>,
        <http://lexvo.org/id/term/yue/%E8%BE%BF>,
        "辿"^^xsd:string ;
    rdfs:comment "follow, pursue"@en .

<http://lexvo.org/id/char/8FC0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%BF%80>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C4%81n>,
        <http://lexvo.org/id/term/kor/%E8%BF%80>,
        <http://lexvo.org/id/term/kor/KAN>,
        "迀"^^xsd:string .

<http://lexvo.org/id/char/8FC1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%BF%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C4%81n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C4%81n%20g%C4%81n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cin1>,
        <http://lexvo.org/id/term/yue/%E8%BF%81>,
        "迁"^^xsd:string ;
    rdfs:comment "move, shift, change; transfer; relocate a capital city"@en .

<http://lexvo.org/id/char/8FC2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%BF%82>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C5%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C5%AB%20y%C3%B9>,
        <http://lexvo.org/id/term/kor/%E8%BF%82>,
        <http://lexvo.org/id/term/kor/O%20WU>,
        <http://lexvo.org/id/term/vie/vu>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/heoi1%20jyu1>,
        <http://lexvo.org/id/term/yue/%E8%BF%82>,
        "迂"^^xsd:string ;
    rdfs:comment "doctrinaire, abstruse, unrealistic"@en .

<http://lexvo.org/id/char/8FC3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%BF%83>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C5%AB>,
        <http://lexvo.org/id/term/kor/%E8%BF%83>,
        <http://lexvo.org/id/term/kor/O>,
        "迃"^^xsd:string .

<http://lexvo.org/id/char/8FC4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%BF%84>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C3%AC>,
        <http://lexvo.org/id/term/kor/%E8%BF%84>,
        <http://lexvo.org/id/term/kor/HUL>,
        <http://lexvo.org/id/term/vie/h%E1%BA%A5t>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hat1%20ngat6>,
        <http://lexvo.org/id/term/yue/%E8%BF%84>,
        "迄"^^xsd:string ;
    rdfs:comment "extend, reach; until; till"@en .

<http://lexvo.org/id/char/8FC5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%BF%85>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C3%B9n>,
        <http://lexvo.org/id/term/kor/%E8%BF%85>,
        <http://lexvo.org/id/term/kor/SIN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/seon3>,
        <http://lexvo.org/id/term/yue/%E8%BF%85>,
        "迅"^^xsd:string ;
    rdfs:comment "quick, hasty, rapid, sudden"@en .

<http://lexvo.org/id/char/8FC6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%BF%86>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%AD%201366.061%3Ay%C7%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%90%20y%C3%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ji4%20ji5>,
        <http://lexvo.org/id/term/yue/%E8%BF%86>,
        "迆"^^xsd:string ;
    rdfs:comment "wind; walk out of straight path"@en .

<http://lexvo.org/id/char/8FC7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%BF%87>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/gu%C3%B2%20gu%C5%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/gu%C5%8D%200427.050%3Agu%C3%B2>,
        <http://lexvo.org/id/term/vie/qu%C3%A1>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gwo3>,
        <http://lexvo.org/id/term/yue/%E8%BF%87>,
        "过"^^xsd:string ;
    rdfs:comment "pass, pass through, go across"@en .

<http://lexvo.org/id/char/8FC8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%BF%88>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A0i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/maai6>,
        <http://lexvo.org/id/term/yue/%E8%BF%88>,
        "迈"^^xsd:string ;
    rdfs:comment "take a big stride; pass by"@en .

<http://lexvo.org/id/char/8FC9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%BF%89>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C3%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ci4>,
        <http://lexvo.org/id/term/yue/%E8%BF%89>,
        "迉"^^xsd:string .

<http://lexvo.org/id/char/8FCA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%BF%8A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C4%81>,
        "迊"^^xsd:string ;
    rdfs:comment "to go round, to make a circuit, to make a revolution, to turn round"@en .

<http://lexvo.org/id/char/8FCB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%BF%8B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C3%A0ng%20gu%C7%8Eng%20gu%C3%A0ng%20ku%C3%A1ng>,
        <http://lexvo.org/id/term/kor/%E8%BF%8B>,
        <http://lexvo.org/id/term/kor/WANG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wong6>,
        <http://lexvo.org/id/term/yue/%E8%BF%8B>,
        "迋"^^xsd:string ;
    rdfs:comment "travel, go to; deceive; scare"@en .

<http://lexvo.org/id/char/8FCC> a lvont:Character ;
    lvont:represents "迌"^^xsd:string .

<http://lexvo.org/id/char/8FCD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%BF%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C5%ABn>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C5%ABn%20t%C3%BAn>,
        <http://lexvo.org/id/term/kor/%E8%BF%8D>,
        <http://lexvo.org/id/term/kor/TWUN>,
        <http://lexvo.org/id/term/vie/tr%C3%AAu%20%C4%91%C3%B3n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zeon1>,
        <http://lexvo.org/id/term/yue/%E8%BF%8D>,
        "迍"^^xsd:string ;
    rdfs:comment "falter, hesitate"@en .

<http://lexvo.org/id/char/8FCE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%BF%8E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%ADng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%ADng%20y%C3%ACng>,
        <http://lexvo.org/id/term/kor/%E8%BF%8E>,
        <http://lexvo.org/id/term/kor/YENG>,
        <http://lexvo.org/id/term/vie/ngh%C3%AAnh>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jing4%20jing6>,
        <http://lexvo.org/id/term/yue/%E8%BF%8E>,
        "迎"^^xsd:string ;
    rdfs:comment "receive, welcome, greet"@en .

<http://lexvo.org/id/char/8FCF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%BF%8F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%AC>,
        "迏"^^xsd:string .

<http://lexvo.org/id/char/8FD0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%BF%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%B9n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wan6>,
        <http://lexvo.org/id/term/yue/%E8%BF%90>,
        "运"^^xsd:string ;
    rdfs:comment "run; simplified form of 運 luck, fortune; ship, transport"@en .

<http://lexvo.org/id/char/8FD1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%BF%91>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%ACn>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%ACn%20j%C3%AC>,
        <http://lexvo.org/id/term/kor/%E8%BF%91>,
        <http://lexvo.org/id/term/kor/KUN>,
        <http://lexvo.org/id/term/vie/c%E1%BA%ADn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gan6%20kan5>,
        <http://lexvo.org/id/term/yue/%E8%BF%91>,
        "近"^^xsd:string ;
    rdfs:comment "near, close; approach; intimate"@en .

<http://lexvo.org/id/char/8FD2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%BF%92>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A1ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hong4>,
        <http://lexvo.org/id/term/yue/%E8%BF%92>,
        "迒"^^xsd:string .

<http://lexvo.org/id/char/8FD3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%BF%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A0>,
        <http://lexvo.org/id/term/kor/%E8%BF%93>,
        <http://lexvo.org/id/term/kor/A>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ngaa6>,
        <http://lexvo.org/id/term/yue/%E8%BF%93>,
        "迓"^^xsd:string ;
    rdfs:comment "to go to meet, to receive, as a guest"@en .

<http://lexvo.org/id/char/8FD4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%BF%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C7%8En>,
        <http://lexvo.org/id/term/kor/%E8%BF%94>,
        <http://lexvo.org/id/term/kor/PAN>,
        <http://lexvo.org/id/term/vie/ph%E1%BA%A3n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/faan1%20faan2>,
        <http://lexvo.org/id/term/yue/%E8%BF%94>,
        "返"^^xsd:string ;
    rdfs:comment "return, revert to, restore"@en .

<http://lexvo.org/id/char/8FD5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%BF%95>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C3%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C3%B9%20w%C7%94>,
        <http://lexvo.org/id/term/kor/%E8%BF%95>,
        <http://lexvo.org/id/term/kor/O>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ng6>,
        <http://lexvo.org/id/term/yue/%E8%BF%95>,
        "迕"^^xsd:string ;
    rdfs:comment "obstinate, perverse"@en .

<http://lexvo.org/id/char/8FD6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%BF%96>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%A1%20t%C3%AC%20t%C3%A0>,
        "迖"^^xsd:string .

<http://lexvo.org/id/char/8FD7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C3%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%BF%97>,
        "迗"^^xsd:string .

<http://lexvo.org/id/char/8FD8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%BF%98>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A1i%200489.090%3Ahu%C3%A1n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%A1n%20h%C3%A1i%20xu%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/waan4>,
        <http://lexvo.org/id/term/yue/%E8%BF%98>,
        "还"^^xsd:string ;
    rdfs:comment "still, yet, also, besides"@en .

<http://lexvo.org/id/char/8FD9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%BF%99>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%A8%201466.010%3Azh%C3%A8i>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%A8%20zh%C3%A8i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ze5>,
        <http://lexvo.org/id/term/yue/%E8%BF%99>,
        "这"^^xsd:string ;
    rdfs:comment "this, the, here"@en .

<http://lexvo.org/id/char/8FDA> a lvont:Character ;
    lvont:represents "迚"^^xsd:string ;
    rdfs:comment "very; somehow"@en .

<http://lexvo.org/id/char/8FDB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%BF%9B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%ACn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zeon3>,
        <http://lexvo.org/id/term/yue/%E8%BF%9B>,
        "进"^^xsd:string ;
    rdfs:comment "advance, make progress, enter"@en .

<http://lexvo.org/id/char/8FDC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%BF%9C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/yu%C7%8En>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/yu%C7%8En%20yu%C3%A0n>,
        <http://lexvo.org/id/term/vie/vi%E1%BB%85n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jyun5>,
        <http://lexvo.org/id/term/yue/%E8%BF%9C>,
        "远"^^xsd:string ;
    rdfs:comment "distant, remote, far; profound"@en .

<http://lexvo.org/id/char/8FDD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%BF%9D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C3%A9i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wai4>,
        <http://lexvo.org/id/term/yue/%E8%BF%9D>,
        "违"^^xsd:string ;
    rdfs:comment "disobey, violate, defy; be apart from"@en .

<http://lexvo.org/id/char/8FDE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%BF%9E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lin4>,
        <http://lexvo.org/id/term/yue/%E8%BF%9E>,
        "连"^^xsd:string ;
    rdfs:comment "join, connect; continuous; even"@en .

<http://lexvo.org/id/char/8FDF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%BF%9F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%AD%20zh%C3%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ci4>,
        <http://lexvo.org/id/term/yue/%E8%BF%9F>,
        "迟"^^xsd:string ;
    rdfs:comment "late, tardy; slow; delay"@en .

<http://lexvo.org/id/char/8FE0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%BF%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%A8>,
        "迠"^^xsd:string ;
    rdfs:comment "made"@en .

<http://lexvo.org/id/char/8FE1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%BF%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C3%AC>,
        <http://lexvo.org/id/term/vie/ch%E1%BA%A7y>,
        "迡"^^xsd:string .

<http://lexvo.org/id/char/8FE2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%BF%A2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ti%C3%A1o>,
        <http://lexvo.org/id/term/kor/%E8%BF%A2>,
        <http://lexvo.org/id/term/kor/CHO>,
        <http://lexvo.org/id/term/vie/d%C3%ACu>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/siu4%20tiu4>,
        <http://lexvo.org/id/term/yue/%E8%BF%A2>,
        "迢"^^xsd:string ;
    rdfs:comment "far; distant"@en .

<http://lexvo.org/id/char/8FE3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%BF%A3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%AC%20ch%C3%AC%20l%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lai6%20lit6%20sai3>,
        <http://lexvo.org/id/term/yue/%E8%BF%A3>,
        "迣"^^xsd:string ;
    rdfs:comment "to leap over"@en .

<http://lexvo.org/id/char/8FE4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%BF%A4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%AD%201366.060%3Ay%C7%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%90%20tu%C5%8D%20y%C3%AD%20tu%C3%B3>,
        <http://lexvo.org/id/term/kor/%E8%BF%A4>,
        <http://lexvo.org/id/term/kor/I%20THA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ji4%20ji5>,
        <http://lexvo.org/id/term/yue/%E8%BF%A4>,
        "迤"^^xsd:string ;
    rdfs:comment "wind; walk out of straight path"@en .

<http://lexvo.org/id/char/8FE5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%BF%A5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C7%92ng>,
        <http://lexvo.org/id/term/kor/%E8%BF%A5>,
        <http://lexvo.org/id/term/kor/HYENG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gwing2>,
        <http://lexvo.org/id/term/yue/%E8%BF%A5>,
        "迥"^^xsd:string ;
    rdfs:comment "distant, far; separated; different"@en .

<http://lexvo.org/id/char/8FE6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%BF%A6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C4%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C4%81%20xi%C3%A8>,
        <http://lexvo.org/id/term/kor/%E8%BF%A6>,
        <http://lexvo.org/id/term/kor/KA>,
        <http://lexvo.org/id/term/vie/d%C3%A0>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gaa1>,
        <http://lexvo.org/id/term/yue/%E8%BF%A6>,
        "迦"^^xsd:string ;
    rdfs:comment "character for transliteration"@en .

<http://lexvo.org/id/char/8FE7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%BF%A7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%A9n%20zh%C3%A8n>,
        "迧"^^xsd:string ;
    rdfs:comment "a Chinese family name arrange; display a column of troops"@en .

<http://lexvo.org/id/char/8FE8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%BF%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%A0i>,
        <http://lexvo.org/id/term/kor/%E8%BF%A8>,
        <http://lexvo.org/id/term/kor/THAY>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/doi6>,
        <http://lexvo.org/id/term/yue/%E8%BF%A8>,
        "迨"^^xsd:string ;
    rdfs:comment "until, when; seize, arrest"@en .

<http://lexvo.org/id/char/8FE9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C4%9Br>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%BF%A9>,
        <http://lexvo.org/id/term/kor/%E8%BF%A9>,
        <http://lexvo.org/id/term/kor/I>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ji5>,
        <http://lexvo.org/id/term/yue/%E8%BF%A9>,
        "迩"^^xsd:string ;
    rdfs:comment "be near, be close; recently"@en .

<http://lexvo.org/id/char/8FEA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%BF%AA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%AD>,
        <http://lexvo.org/id/term/kor/%E8%BF%AA>,
        <http://lexvo.org/id/term/kor/CEK>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dik6>,
        <http://lexvo.org/id/term/yue/%E8%BF%AA>,
        "迪"^^xsd:string ;
    rdfs:comment "enlighten, advance; progress"@en .

<http://lexvo.org/id/char/8FEB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%BF%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%B2%20p%C7%8Ei>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C7%8Ei%200886.020%3Ap%C3%B2>,
        <http://lexvo.org/id/term/kor/%E8%BF%AB>,
        <http://lexvo.org/id/term/kor/PAK>,
        <http://lexvo.org/id/term/vie/b%C3%A1ch>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/baak1%20baak3%20bik1>,
        <http://lexvo.org/id/term/yue/%E8%BF%AB>,
        "迫"^^xsd:string ;
    rdfs:comment "coerce, force, compel; urgent"@en .

<http://lexvo.org/id/char/8FEC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%BF%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C7%8Eng>,
        <http://lexvo.org/id/term/kor/%E8%BF%AC>,
        <http://lexvo.org/id/term/kor/WANG>,
        "迬"^^xsd:string ;
    rdfs:comment "to walk along, to go"@en .

<http://lexvo.org/id/char/8FED> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%BF%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/di%C3%A9>,
        <http://lexvo.org/id/term/kor/%E8%BF%AD>,
        <http://lexvo.org/id/term/kor/CIL>,
        <http://lexvo.org/id/term/vie/d%E1%BA%ADt>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dit6>,
        <http://lexvo.org/id/term/yue/%E8%BF%AD>,
        "迭"^^xsd:string ;
    rdfs:comment "repeatedly, frequently"@en .

<http://lexvo.org/id/char/8FEE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%BF%AE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C3%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C3%A9%20zu%C3%B2>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zaak3>,
        <http://lexvo.org/id/term/yue/%E8%BF%AE>,
        "迮"^^xsd:string ;
    rdfs:comment "to rise; contracted; cramped"@en .

<http://lexvo.org/id/char/8FEF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%BF%AF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%A1o>,
        "迯"^^xsd:string ;
    rdfs:comment "escape, flee; abscond, dodge"@en .

<http://lexvo.org/id/char/8FF0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%BF%B0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%B9>,
        <http://lexvo.org/id/term/kor/%E8%BF%B0>,
        <http://lexvo.org/id/term/kor/SWUL>,
        <http://lexvo.org/id/term/vie/thu%E1%BA%ADt>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/seot6>,
        <http://lexvo.org/id/term/yue/%E8%BF%B0>,
        "述"^^xsd:string ;
    rdfs:comment "narrate, state, express"@en .

<http://lexvo.org/id/char/8FF1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%BF%B1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/tu%C3%B3>,
        "迱"^^xsd:string .

<http://lexvo.org/id/char/8FF2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/kor/%E8%BF%B2>,
        <http://lexvo.org/id/term/kor/KEP>,
        "迲"^^xsd:string .

<http://lexvo.org/id/char/8FF3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%BF%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%ACng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ging3>,
        <http://lexvo.org/id/term/yue/%E8%BF%B3>,
        "迳"^^xsd:string ;
    rdfs:comment "pass by, approach; direct"@en .

<http://lexvo.org/id/char/8FF4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%BF%B4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%AD>,
        <http://lexvo.org/id/term/kor/%E8%BF%B4>,
        <http://lexvo.org/id/term/kor/HOY>,
        <http://lexvo.org/id/term/vie/h%E1%BB%93i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wui4>,
        <http://lexvo.org/id/term/yue/%E8%BF%B4>,
        "迴"^^xsd:string ;
    rdfs:comment "revolve, rotate; curving, zigzag"@en .

<http://lexvo.org/id/char/8FF5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%BF%B5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%B3ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dung6>,
        <http://lexvo.org/id/term/yue/%E8%BF%B5>,
        "迵"^^xsd:string .

<http://lexvo.org/id/char/8FF6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%BF%B6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%B2u>,
        "迶"^^xsd:string .

<http://lexvo.org/id/char/8FF7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%BF%B7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%AD%20m%C3%A8i%20m%C3%AC>,
        <http://lexvo.org/id/term/kor/%E8%BF%B7>,
        <http://lexvo.org/id/term/kor/MI>,
        <http://lexvo.org/id/term/vie/m%C3%AA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mai4>,
        <http://lexvo.org/id/term/yue/%E8%BF%B7>,
        "迷"^^xsd:string ;
    rdfs:comment "bewitch, charm, infatuate"@en .

<http://lexvo.org/id/char/8FF8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%BF%B8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%A8ng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%A8ng%20b%C7%90ng%20p%C4%93ng>,
        <http://lexvo.org/id/term/kor/%E8%BF%B8>,
        <http://lexvo.org/id/term/kor/PYENG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bing3>,
        <http://lexvo.org/id/term/yue/%E8%BF%B8>,
        "迸"^^xsd:string ;
    rdfs:comment "gush out; burst forth; split"@en .

<http://lexvo.org/id/char/8FF9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%BF%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C4%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C4%AB%20j%C3%AC>,
        <http://lexvo.org/id/term/kor/%E8%BF%B9>,
        <http://lexvo.org/id/term/kor/CEK>,
        <http://lexvo.org/id/term/vie/t%C3%ADch>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zik1>,
        <http://lexvo.org/id/term/yue/%E8%BF%B9>,
        "迹"^^xsd:string ;
    rdfs:comment "traces, impressions, footprints"@en .

<http://lexvo.org/id/char/8FFA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%BF%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C7%8Ei>,
        <http://lexvo.org/id/term/kor/%E8%BF%BA>,
        <http://lexvo.org/id/term/kor/NAY>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/naai5>,
        <http://lexvo.org/id/term/yue/%E8%BF%BA>,
        "迺"^^xsd:string ;
    rdfs:comment "then, thereupon, only then"@en .

<http://lexvo.org/id/char/8FFB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%BF%BB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%AD>,
        <http://lexvo.org/id/term/vie/%C3%A1y%20%C4%91%C6%B0a>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ji4>,
        <http://lexvo.org/id/term/yue/%E8%BF%BB>,
        "迻"^^xsd:string ;
    rdfs:comment "to shift; to transfer; to transform"@en .

<http://lexvo.org/id/char/8FFC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%BF%BC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%A9>,
        "迼"^^xsd:string .

<http://lexvo.org/id/char/8FFD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%BF%BD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zhu%C4%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zhu%C4%AB%20du%C4%AB%20tu%C4%AB>,
        <http://lexvo.org/id/term/kor/%E8%BF%BD>,
        <http://lexvo.org/id/term/kor/CHWU%20THOY>,
        <http://lexvo.org/id/term/vie/truy>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zeoi1>,
        <http://lexvo.org/id/term/yue/%E8%BF%BD>,
        "追"^^xsd:string ;
    rdfs:comment "pursue, chase after; expel"@en .

<http://lexvo.org/id/char/8FFE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%BF%BE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C3%A8>,
        <http://lexvo.org/id/term/vie/l%C6%B0%E1%BB%9Bt>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/laat6%20lit6>,
        <http://lexvo.org/id/term/yue/%E8%BF%BE>,
        "迾"^^xsd:string ;
    rdfs:comment "(Cant.) row"@en .

<http://lexvo.org/id/char/8FFF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%BF%BF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C3%B9n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/seon3%20seon6>,
        <http://lexvo.org/id/term/yue/%E8%BF%BF>,
        "迿"^^xsd:string ;
    rdfs:comment "to be the first to begin a quarrel"@en .

<http://lexvo.org/id/char/9000> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%80%80>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/tu%C3%AC>,
        <http://lexvo.org/id/term/kor/%E9%80%80>,
        <http://lexvo.org/id/term/kor/THOY>,
        <http://lexvo.org/id/term/vie/tho%C3%A1i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/teoi3>,
        <http://lexvo.org/id/term/yue/%E9%80%80>,
        "退"^^xsd:string ;
    rdfs:comment "step back, retreat, withdraw"@en .

<http://lexvo.org/id/char/9001> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%80%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C3%B2ng>,
        <http://lexvo.org/id/term/kor/%E9%80%81>,
        <http://lexvo.org/id/term/kor/SONG>,
        <http://lexvo.org/id/term/vie/t%E1%BB%91ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sung3>,
        <http://lexvo.org/id/term/yue/%E9%80%81>,
        "送"^^xsd:string ;
    rdfs:comment "see off, send off; dispatch, give"@en .

<http://lexvo.org/id/char/9002> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%80%82>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ku%C3%B2%201054.010%3Ash%C3%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%AC%20gu%C4%81%20ku%C3%B2>,
        <http://lexvo.org/id/term/kor/%E9%80%82>,
        <http://lexvo.org/id/term/kor/KWAL>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kut3%20sik1>,
        <http://lexvo.org/id/term/yue/%E9%80%82>,
        "适"^^xsd:string ;
    rdfs:comment "go, reach; appropriate, suitable"@en .

<http://lexvo.org/id/char/9003> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%80%83>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%A1o>,
        <http://lexvo.org/id/term/kor/%E9%80%83>,
        <http://lexvo.org/id/term/kor/TO>,
        <http://lexvo.org/id/term/vie/%C4%91%C3%A0o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tou4>,
        <http://lexvo.org/id/term/yue/%E9%80%83>,
        "逃"^^xsd:string ;
    rdfs:comment "escape, flee; abscond, dodge"@en .

<http://lexvo.org/id/char/9004> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%80%84>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%A1ng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%A1ng%20f%C3%A9ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/pong4>,
        <http://lexvo.org/id/term/yue/%E9%80%84>,
        "逄"^^xsd:string ;
    rdfs:comment "a surname"@en .

<http://lexvo.org/id/char/9005> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%80%85>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%B2u>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%B2u%20g%C3%B2u>,
        <http://lexvo.org/id/term/kor/%E9%80%85>,
        <http://lexvo.org/id/term/kor/HWU>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hau6>,
        <http://lexvo.org/id/term/yue/%E9%80%85>,
        "逅"^^xsd:string ;
    rdfs:comment "meet unexpectedly"@en .

<http://lexvo.org/id/char/9006> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%80%86>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C3%AC>,
        <http://lexvo.org/id/term/kor/%E9%80%86>,
        <http://lexvo.org/id/term/kor/YEK>,
        <http://lexvo.org/id/term/vie/ngh%E1%BB%8Bch>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jik6%20ngaak6>,
        <http://lexvo.org/id/term/yue/%E9%80%86>,
        "逆"^^xsd:string ;
    rdfs:comment "disobey, rebel; rebel, traitor"@en .

<http://lexvo.org/id/char/9007> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%80%87>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%B9n>,
        <http://lexvo.org/id/term/kor/%E9%80%87>,
        <http://lexvo.org/id/term/kor/CI>,
        "逇"^^xsd:string .

<http://lexvo.org/id/char/9008> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%80%88>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C7%92ng>,
        <http://lexvo.org/id/term/kor/%E9%80%88>,
        <http://lexvo.org/id/term/kor/HYENG>,
        "逈"^^xsd:string ;
    rdfs:comment "distant, far; separated; different"@en .

<http://lexvo.org/id/char/9009> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%80%89>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xu%C7%8En>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xu%C7%8En%20su%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/syun2>,
        <http://lexvo.org/id/term/yue/%E9%80%89>,
        "选"^^xsd:string ;
    rdfs:comment "choose, select; elect; election"@en .

<http://lexvo.org/id/char/900A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%80%8A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C3%B9n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/seon3>,
        <http://lexvo.org/id/term/yue/%E9%80%8A>,
        "逊"^^xsd:string ;
    rdfs:comment "humble, modest; yield"@en .

<http://lexvo.org/id/char/900B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%80%8B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C5%AB>,
        <http://lexvo.org/id/term/kor/%E9%80%8B>,
        <http://lexvo.org/id/term/kor/PHO>,
        <http://lexvo.org/id/term/vie/b%C3%B4>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bou1>,
        <http://lexvo.org/id/term/yue/%E9%80%8B>,
        "逋"^^xsd:string ;
    rdfs:comment "flee, run away, leave debt unsettled"@en .

<http://lexvo.org/id/char/900C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%80%8C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%B3u>,
        <http://lexvo.org/id/term/kor/%E9%80%8C>,
        <http://lexvo.org/id/term/kor/YU>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jau4>,
        <http://lexvo.org/id/term/yue/%E9%80%8C>,
        "逌"^^xsd:string ;
    rdfs:comment "please; smiling; complacent"@en .

<http://lexvo.org/id/char/900D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%80%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C4%81o>,
        <http://lexvo.org/id/term/kor/%E9%80%8D>,
        <http://lexvo.org/id/term/kor/SO>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/siu1>,
        <http://lexvo.org/id/term/yue/%E9%80%8D>,
        "逍"^^xsd:string ;
    rdfs:comment "ramble, stroll, jaunt, loiter"@en .

<http://lexvo.org/id/char/900E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%80%8E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C3%BA>,
        <http://lexvo.org/id/term/vie/t%C3%B9a>,
        "逎"^^xsd:string ;
    rdfs:comment "strong, unyielding, forceful"@en .

<http://lexvo.org/id/char/900F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%80%8F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%B2u>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%B2u%20sh%C5%AB>,
        <http://lexvo.org/id/term/kor/%E9%80%8F>,
        <http://lexvo.org/id/term/kor/THWU>,
        <http://lexvo.org/id/term/vie/th%E1%BA%A5u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tau3>,
        <http://lexvo.org/id/term/yue/%E9%80%8F>,
        "透"^^xsd:string ;
    rdfs:comment "penetrate, pass through"@en .

<http://lexvo.org/id/char/9010> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%80%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%BA%20d%C3%AD%20zh%C3%B2u%20t%C3%BAn>,
        <http://lexvo.org/id/term/kor/%E9%80%90>,
        <http://lexvo.org/id/term/kor/CHWUK%20CEK>,
        <http://lexvo.org/id/term/vie/tr%E1%BB%A5c>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zuk6>,
        <http://lexvo.org/id/term/yue/%E9%80%90>,
        "逐"^^xsd:string ;
    rdfs:comment "chase, expel; one by one"@en .

<http://lexvo.org/id/char/9011> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%80%91>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C3%BA>,
        <http://lexvo.org/id/term/kor/%E9%80%91>,
        <http://lexvo.org/id/term/kor/KWU>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kau4>,
        <http://lexvo.org/id/term/yue/%E9%80%91>,
        "逑"^^xsd:string ;
    rdfs:comment "collect, unite; match, pair"@en .

<http://lexvo.org/id/char/9012> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%80%92>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%AC%20d%C3%A0i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dai6>,
        <http://lexvo.org/id/term/yue/%E9%80%92>,
        "递"^^xsd:string ;
    rdfs:comment "hand over, deliver; substitute"@en .

<http://lexvo.org/id/char/9013> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%80%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%AC>,
        "逓"^^xsd:string ;
    rdfs:comment "hand over, deliver; substitute"@en .

<http://lexvo.org/id/char/9014> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%80%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%BA>,
        <http://lexvo.org/id/term/kor/%E9%80%94>,
        <http://lexvo.org/id/term/kor/TO>,
        <http://lexvo.org/id/term/vie/%C4%91%E1%BB%93>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tou4>,
        <http://lexvo.org/id/term/yue/%E9%80%94>,
        "途"^^xsd:string ;
    rdfs:comment "way, road, path, journey; course"@en .

<http://lexvo.org/id/char/9015> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%80%95>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%ACng>,
        <http://lexvo.org/id/term/kor/%E9%80%95>,
        <http://lexvo.org/id/term/kor/KYENG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gaang3%20ging3>,
        <http://lexvo.org/id/term/yue/%E9%80%95>,
        "逕"^^xsd:string ;
    rdfs:comment "pass by, approach; direct"@en .

<http://lexvo.org/id/char/9016> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%80%96>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%AC>,
        <http://lexvo.org/id/term/kor/%E9%80%96>,
        <http://lexvo.org/id/term/kor/CEK>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tik1>,
        <http://lexvo.org/id/term/yue/%E9%80%96>,
        "逖"^^xsd:string ;
    rdfs:comment "far, distant; keep at distance"@en .

<http://lexvo.org/id/char/9017> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%80%97>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%B2u>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%B2u%20zh%C3%B9%20t%C3%B3u%20q%C3%AD>,
        <http://lexvo.org/id/term/kor/%E9%80%97>,
        <http://lexvo.org/id/term/kor/TWU>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dau6>,
        <http://lexvo.org/id/term/yue/%E9%80%97>,
        "逗"^^xsd:string ;
    rdfs:comment "tempt, allure, arouse, stir"@en .

<http://lexvo.org/id/char/9018> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%80%98>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%90>,
        "逘"^^xsd:string .

<http://lexvo.org/id/char/9019> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%80%99>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%A8%201466.011%3Azh%C3%A8i>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%A8%20zh%C3%A8i%20y%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E9%80%99>,
        <http://lexvo.org/id/term/kor/CE%20EN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ze2%20ze3%20ze5>,
        <http://lexvo.org/id/term/yue/%E9%80%99>,
        "這"^^xsd:string ;
    rdfs:comment "this, the, here"@en .

<http://lexvo.org/id/char/901A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%80%9A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C5%8Dng%201156.010%3At%C3%B2ng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C5%8Dng%20t%C3%B2ng>,
        <http://lexvo.org/id/term/kor/%E9%80%9A>,
        <http://lexvo.org/id/term/kor/THONG>,
        <http://lexvo.org/id/term/vie/th%C3%B4ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tung1>,
        <http://lexvo.org/id/term/yue/%E9%80%9A>,
        "通"^^xsd:string ;
    rdfs:comment "pass through, common, communicate"@en .

<http://lexvo.org/id/char/901B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%80%9B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/gu%C3%A0ng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/gu%C3%A0ng%20ku%C3%A1ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gwaang6%20kwaang3>,
        <http://lexvo.org/id/term/yue/%E9%80%9B>,
        "逛"^^xsd:string ;
    rdfs:comment "ramble, stroll, roam, wander"@en .

<http://lexvo.org/id/char/901C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%80%9C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C3%B9>,
        "逜"^^xsd:string .

<http://lexvo.org/id/char/901D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%80%9D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%AC>,
        <http://lexvo.org/id/term/kor/%E9%80%9D>,
        <http://lexvo.org/id/term/kor/SE>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sai6>,
        <http://lexvo.org/id/term/yue/%E9%80%9D>,
        "逝"^^xsd:string ;
    rdfs:comment "pass away; die"@en .

<http://lexvo.org/id/char/901E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%80%9E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C4%9Bng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C4%9Bng%20y%C3%ADng>,
        <http://lexvo.org/id/term/kor/%E9%80%9E>,
        <http://lexvo.org/id/term/kor/LYENG>,
        <http://lexvo.org/id/term/vie/s%C3%ADnh>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cing2>,
        <http://lexvo.org/id/term/yue/%E9%80%9E>,
        "逞"^^xsd:string ;
    rdfs:comment "indulge oneself; brag, show off"@en .

<http://lexvo.org/id/char/901F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%80%9F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C3%B9>,
        <http://lexvo.org/id/term/kor/%E9%80%9F>,
        <http://lexvo.org/id/term/kor/SOK>,
        <http://lexvo.org/id/term/vie/t%E1%BB%91c>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cuk1>,
        <http://lexvo.org/id/term/yue/%E9%80%9F>,
        "速"^^xsd:string ;
    rdfs:comment "quick, prompt, speedy"@en .

<http://lexvo.org/id/char/9020> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%80%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C3%A0o>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C3%A0o%20c%C3%A0o%20c%C4%81o>,
        <http://lexvo.org/id/term/kor/%E9%80%A0>,
        <http://lexvo.org/id/term/kor/CO>,
        <http://lexvo.org/id/term/vie/t%E1%BA%A1o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cou3%20cou5%20zou6>,
        <http://lexvo.org/id/term/yue/%E9%80%A0>,
        "造"^^xsd:string ;
    rdfs:comment "construct, build, make, begin; prepare"@en .

<http://lexvo.org/id/char/9021> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%80%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C5%ABn>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C5%ABn%20j%C3%B9n%20x%C3%B9n%20su%C5%8D>,
        <http://lexvo.org/id/term/kor/%E9%80%A1>,
        <http://lexvo.org/id/term/kor/CWUN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/seon1>,
        <http://lexvo.org/id/term/yue/%E9%80%A1>,
        "逡"^^xsd:string ;
    rdfs:comment "retreat, withdraw, fall back"@en .

<http://lexvo.org/id/char/9022> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%80%A2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%A9ng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%A9ng%20p%C3%A1ng%20p%C3%A9ng>,
        <http://lexvo.org/id/term/kor/%E9%80%A2>,
        <http://lexvo.org/id/term/kor/PONG>,
        <http://lexvo.org/id/term/vie/ph%C3%B9ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fung4>,
        <http://lexvo.org/id/term/yue/%E9%80%A2>,
        "逢"^^xsd:string ;
    rdfs:comment "come upon, happen meet; flatter"@en .

<http://lexvo.org/id/char/9023> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%80%A3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C3%A1n%20li%C7%8En%20li%C3%A0n%20l%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E9%80%A3>,
        <http://lexvo.org/id/term/kor/LYEN>,
        <http://lexvo.org/id/term/vie/li%C3%AAn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lin4>,
        <http://lexvo.org/id/term/yue/%E9%80%A3>,
        "連"^^xsd:string ;
    rdfs:comment "join, connect; continuous; even"@en .

<http://lexvo.org/id/char/9024> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%80%A4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/su%C3%B2>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/so3>,
        <http://lexvo.org/id/term/yue/%E9%80%A4>,
        "逤"^^xsd:string .

<http://lexvo.org/id/char/9025> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%80%A5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%AD>,
        <http://lexvo.org/id/term/kor/%E9%80%A5>,
        <http://lexvo.org/id/term/kor/HOY>,
        "逥"^^xsd:string ;
    rdfs:comment "return, turn around; a time"@en .

<http://lexvo.org/id/char/9026> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%80%A6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C7%90>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lei5>,
        <http://lexvo.org/id/term/yue/%E9%80%A6>,
        "逦"^^xsd:string ;
    rdfs:comment "meandering, winding"@en .

<http://lexvo.org/id/char/9027> a lvont:Character ;
    lvont:represents "逧"^^xsd:string .

<http://lexvo.org/id/char/9028> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%80%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%A1i>,
        "逨"^^xsd:string .

<http://lexvo.org/id/char/9029> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%80%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%A8n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%A8n%20b%C4%93n>,
        "逩"^^xsd:string ;
    rdfs:comment "to run quickly"@en .

<http://lexvo.org/id/char/902A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%80%AA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/cu%C3%B2>,
        "逪"^^xsd:string .

<http://lexvo.org/id/char/902B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%80%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ju%C3%A9>,
        "逫"^^xsd:string .

<http://lexvo.org/id/char/902C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%80%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%A8ng>,
        "逬"^^xsd:string ;
    rdfs:comment "to scatter; to expel; to crack, to split; to jump"@en .

<http://lexvo.org/id/char/902D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%80%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%A0n>,
        <http://lexvo.org/id/term/vie/qu%E1%BA%A7n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wun6>,
        <http://lexvo.org/id/term/yue/%E9%80%AD>,
        "逭"^^xsd:string ;
    rdfs:comment "to escape from; to flee, to avoid"@en .

<http://lexvo.org/id/char/902E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%80%AE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%A0i%20d%C7%8Ei%20d%C3%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C7%8Ei%200207.070%3Ad%C3%A0i>,
        <http://lexvo.org/id/term/kor/%E9%80%AE>,
        <http://lexvo.org/id/term/kor/CHEY%20THAY>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dai6%20doi6>,
        <http://lexvo.org/id/term/yue/%E9%80%AE>,
        "逮"^^xsd:string ;
    rdfs:comment "seize, catch; reach, arrive"@en .

<http://lexvo.org/id/char/902F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%80%AF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%B9%20d%C3%A0i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/luk6>,
        <http://lexvo.org/id/term/yue/%E9%80%AF>,
        "逯"^^xsd:string ;
    rdfs:comment "leave without reason; surname"@en .

<http://lexvo.org/id/char/9030> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%80%B0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%B3u>,
        <http://lexvo.org/id/term/kor/%E9%80%B0>,
        <http://lexvo.org/id/term/kor/YU>,
        "逰"^^xsd:string ;
    rdfs:comment "wander, roam, travel"@en .

<http://lexvo.org/id/char/9031> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%80%B1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C5%8Du>,
        <http://lexvo.org/id/term/kor/%E9%80%B1>,
        <http://lexvo.org/id/term/kor/CWU>,
        <http://lexvo.org/id/term/vie/chu>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zau1>,
        <http://lexvo.org/id/term/yue/%E9%80%B1>,
        "週"^^xsd:string ;
    rdfs:comment "week; turn, cycle; anniversary"@en .

<http://lexvo.org/id/char/9032> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%80%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%ACn>,
        <http://lexvo.org/id/term/kor/%E9%80%B2>,
        <http://lexvo.org/id/term/kor/CIN>,
        <http://lexvo.org/id/term/vie/ti%E1%BA%BFn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zeon3>,
        <http://lexvo.org/id/term/yue/%E9%80%B2>,
        "進"^^xsd:string ;
    rdfs:comment "advance, make progress, enter"@en .

<http://lexvo.org/id/char/9033> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%80%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/juk1>,
        <http://lexvo.org/id/term/yue/%E9%80%B3>,
        "逳"^^xsd:string ;
    rdfs:comment "(Cant.) to move, touch, hit"@en .

<http://lexvo.org/id/char/9034> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%80%B4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/chu%C3%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/chu%C5%8D>,
        <http://lexvo.org/id/term/kor/%E9%80%B4>,
        <http://lexvo.org/id/term/kor/THAK>,
        <http://lexvo.org/id/term/vie/r%C6%B0%E1%BB%9Bc>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/coek3>,
        <http://lexvo.org/id/term/yue/%E9%80%B4>,
        "逴"^^xsd:string ;
    rdfs:comment "argue, quarrel, squabble; far"@en .

<http://lexvo.org/id/char/9035> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%80%B5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ku%C3%AD>,
        <http://lexvo.org/id/term/kor/%E9%80%B5>,
        <http://lexvo.org/id/term/kor/KYU>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kwai4>,
        <http://lexvo.org/id/term/yue/%E9%80%B5>,
        "逵"^^xsd:string ;
    rdfs:comment "thoroughfare, crossroads"@en .

<http://lexvo.org/id/char/9036> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%80%B6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C4%93i>,
        <http://lexvo.org/id/term/kor/%E9%80%B6>,
        <http://lexvo.org/id/term/kor/WI>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wai1>,
        <http://lexvo.org/id/term/yue/%E9%80%B6>,
        "逶"^^xsd:string ;
    rdfs:comment "winding, curving; swagger"@en .

<http://lexvo.org/id/char/9037> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%80%B7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%AC>,
        "逷"^^xsd:string ;
    rdfs:comment "distant, far away"@en .

<http://lexvo.org/id/char/9038> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%80%B8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%AC>,
        <http://lexvo.org/id/term/kor/%E9%80%B8>,
        <http://lexvo.org/id/term/kor/IL>,
        <http://lexvo.org/id/term/vie/d%E1%BA%ADt>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jat6>,
        <http://lexvo.org/id/term/yue/%E9%80%B8>,
        "逸"^^xsd:string ;
    rdfs:comment "flee, escape, break loose"@en .

<http://lexvo.org/id/char/9039> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%80%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%A1>,
        "逹"^^xsd:string ;
    rdfs:comment "arrive at, reach; intelligent"@en .

<http://lexvo.org/id/char/903A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%80%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/yu%C7%8En%20yu%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E9%80%BA>,
        <http://lexvo.org/id/term/kor/WEN>,
        "逺"^^xsd:string ;
    rdfs:comment "distant, remote, far; profound"@en .

<http://lexvo.org/id/char/903B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%80%BB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/lu%C3%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/lu%C3%B3%20lu%C3%B2>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lo4%20lo6>,
        <http://lexvo.org/id/term/yue/%E9%80%BB>,
        "逻"^^xsd:string ;
    rdfs:comment "patrol; inspect; watch; patrol"@en .

<http://lexvo.org/id/char/903C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%80%BC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C4%AB>,
        <http://lexvo.org/id/term/kor/%E9%80%BC>,
        <http://lexvo.org/id/term/kor/PHIP>,
        <http://lexvo.org/id/term/vie/b%E1%BB%A9c>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bik1>,
        <http://lexvo.org/id/term/yue/%E9%80%BC>,
        "逼"^^xsd:string ;
    rdfs:comment "compel, pressure, force; bother"@en .

<http://lexvo.org/id/char/903D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%80%BD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/nu%C3%B2>,
        "逽"^^xsd:string .

<http://lexvo.org/id/char/903E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%80%BE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%BA%20d%C3%B2u>,
        <http://lexvo.org/id/term/kor/%E9%80%BE>,
        <http://lexvo.org/id/term/kor/YU>,
        <http://lexvo.org/id/term/vie/du>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jyu4%20jyu6>,
        <http://lexvo.org/id/term/yue/%E9%80%BE>,
        "逾"^^xsd:string ;
    rdfs:comment "go over, pass over, exceed"@en .

<http://lexvo.org/id/char/903F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%80%BF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%A0ng%20t%C3%A1ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dong6%20tong4>,
        <http://lexvo.org/id/term/yue/%E9%80%BF>,
        "逿"^^xsd:string ;
    rdfs:comment "a time; a row; to fall, miss"@en .

<http://lexvo.org/id/char/9040> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%81%80>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/su%C3%AD>,
        "遀"^^xsd:string .

<http://lexvo.org/id/char/9041> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%81%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%B9n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%B9n%20x%C3%BAn%20q%C5%ABn>,
        <http://lexvo.org/id/term/kor/%E9%81%81>,
        <http://lexvo.org/id/term/kor/TWUN%20TON>,
        <http://lexvo.org/id/term/vie/tr%E1%BB%91n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/deon6>,
        <http://lexvo.org/id/term/yue/%E9%81%81>,
        "遁"^^xsd:string ;
    rdfs:comment "hide, conceal oneself; escape"@en .

<http://lexvo.org/id/char/9042> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%81%82>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/su%C3%AC%20su%C3%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/su%C3%AD%201100.050%3Asu%C3%AC>,
        <http://lexvo.org/id/term/kor/%E9%81%82>,
        <http://lexvo.org/id/term/kor/SWU>,
        <http://lexvo.org/id/term/vie/to%E1%BA%A1i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/seoi6>,
        <http://lexvo.org/id/term/yue/%E9%81%82>,
        "遂"^^xsd:string ;
    rdfs:comment "comply with, follow along; thereupon"@en .

<http://lexvo.org/id/char/9043> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%81%83>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%8En>,
        "遃"^^xsd:string .

<http://lexvo.org/id/char/9044> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%81%84>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/chu%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cyun4>,
        <http://lexvo.org/id/term/yue/%E9%81%84>,
        "遄"^^xsd:string ;
    rdfs:comment "to hurry; to go to and fro"@en .

<http://lexvo.org/id/char/9045> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%81%85>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%AD>,
        <http://lexvo.org/id/term/kor/%E9%81%85>,
        <http://lexvo.org/id/term/kor/CI>,
        "遅"^^xsd:string ;
    rdfs:comment "late, tardy; slow; delay"@en .

<http://lexvo.org/id/char/9046> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%81%86>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%AD>,
        "遆"^^xsd:string .

<http://lexvo.org/id/char/9047> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%81%87>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%B9>,
        <http://lexvo.org/id/term/kor/%E9%81%87>,
        <http://lexvo.org/id/term/kor/WU>,
        <http://lexvo.org/id/term/vie/ng%E1%BB%99>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jyu6>,
        <http://lexvo.org/id/term/yue/%E9%81%87>,
        "遇"^^xsd:string ;
    rdfs:comment "meet, come across, encounter"@en .

<http://lexvo.org/id/char/9048> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%81%88>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%AD>,
        "遈"^^xsd:string .

<http://lexvo.org/id/char/9049> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%81%89>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C4%93n%20zh%C4%93ng>,
        <http://lexvo.org/id/term/kor/%E9%81%89>,
        <http://lexvo.org/id/term/kor/CENG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zing1>,
        <http://lexvo.org/id/term/yue/%E9%81%89>,
        "遉"^^xsd:string ;
    rdfs:comment "spy, reconnoiter; detective"@en .

<http://lexvo.org/id/char/904A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%81%8A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%B3u>,
        <http://lexvo.org/id/term/kor/%E9%81%8A>,
        <http://lexvo.org/id/term/kor/YU>,
        <http://lexvo.org/id/term/vie/du>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jau4>,
        <http://lexvo.org/id/term/yue/%E9%81%8A>,
        "遊"^^xsd:string ;
    rdfs:comment "wander, roam, travel"@en .

<http://lexvo.org/id/char/904B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%81%8B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%B9n>,
        <http://lexvo.org/id/term/kor/%E9%81%8B>,
        <http://lexvo.org/id/term/kor/WUN>,
        <http://lexvo.org/id/term/vie/v%E1%BA%ADn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wan6>,
        <http://lexvo.org/id/term/yue/%E9%81%8B>,
        "運"^^xsd:string ;
    rdfs:comment "luck, fortune; ship, transport"@en .

<http://lexvo.org/id/char/904C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C3%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%81%8C>,
        "遌"^^xsd:string .

<http://lexvo.org/id/char/904D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%81%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/bi%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E9%81%8D>,
        <http://lexvo.org/id/term/kor/PHYEN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bin3%20pin3>,
        <http://lexvo.org/id/term/yue/%E9%81%8D>,
        "遍"^^xsd:string ;
    rdfs:comment "everywhere, all over, throughout"@en .

<http://lexvo.org/id/char/904E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%81%8E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/gu%C3%B2%20guo%20gu%C5%8D%20hu%C3%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/gu%C5%8D%200427.051%3Agu%C3%B2>,
        <http://lexvo.org/id/term/kor/%E9%81%8E>,
        <http://lexvo.org/id/term/kor/KWA>,
        <http://lexvo.org/id/term/vie/qu%C3%A1>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gwo1%20gwo3>,
        <http://lexvo.org/id/term/yue/%E9%81%8E>,
        "過"^^xsd:string ;
    rdfs:comment "pass, pass through, go across"@en .

<http://lexvo.org/id/char/904F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C3%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%81%8F>,
        <http://lexvo.org/id/term/kor/%E9%81%8F>,
        <http://lexvo.org/id/term/kor/AL>,
        <http://lexvo.org/id/term/vie/%C3%A1t>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/aat3%20kit3>,
        <http://lexvo.org/id/term/yue/%E9%81%8F>,
        "遏"^^xsd:string ;
    rdfs:comment "stop, suppress, curb, check; a bar"@en .

<http://lexvo.org/id/char/9050> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%81%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A1>,
        <http://lexvo.org/id/term/kor/%E9%81%90>,
        <http://lexvo.org/id/term/kor/HA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/haa4>,
        <http://lexvo.org/id/term/yue/%E9%81%90>,
        "遐"^^xsd:string ;
    rdfs:comment "afar, distant; old, advanced in"@en .

<http://lexvo.org/id/char/9051> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%81%91>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%A1ng>,
        <http://lexvo.org/id/term/kor/%E9%81%91>,
        <http://lexvo.org/id/term/kor/HWANG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wong4>,
        <http://lexvo.org/id/term/yue/%E9%81%91>,
        "遑"^^xsd:string ;
    rdfs:comment "leisure, leisurely; hurry about"@en .

<http://lexvo.org/id/char/9052> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%81%92>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C3%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C3%BA%20qi%C5%AB>,
        <http://lexvo.org/id/term/kor/%E9%81%92>,
        <http://lexvo.org/id/term/kor/CWU>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cau4>,
        <http://lexvo.org/id/term/yue/%E9%81%92>,
        "遒"^^xsd:string ;
    rdfs:comment "strong, unyielding, forceful"@en .

<http://lexvo.org/id/char/9053> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%81%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%A0o>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%A0o%20d%C7%8Eo>,
        <http://lexvo.org/id/term/kor/%E9%81%93>,
        <http://lexvo.org/id/term/kor/TO>,
        <http://lexvo.org/id/term/vie/%C4%91%E1%BA%A1o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dou3%20dou6>,
        <http://lexvo.org/id/term/yue/%E9%81%93>,
        "道"^^xsd:string ;
    rdfs:comment "path, road, street; method, way"@en .

<http://lexvo.org/id/char/9054> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%81%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%A1%20t%C3%A0%20t%C3%AC>,
        <http://lexvo.org/id/term/kor/%E9%81%94>,
        <http://lexvo.org/id/term/kor/TAL>,
        <http://lexvo.org/id/term/vie/%C4%91%E1%BA%A1t>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/daat6%20taat3>,
        <http://lexvo.org/id/term/yue/%E9%81%94>,
        "達"^^xsd:string ;
    rdfs:comment "arrive at, reach; intelligent"@en .

<http://lexvo.org/id/char/9055> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%81%95>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C3%A9i>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C3%A9i%20hu%C3%AD>,
        <http://lexvo.org/id/term/kor/%E9%81%95>,
        <http://lexvo.org/id/term/kor/WI>,
        <http://lexvo.org/id/term/vie/vi>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wai4>,
        <http://lexvo.org/id/term/yue/%E9%81%95>,
        "違"^^xsd:string ;
    rdfs:comment "disobey, violate, defy; be apart from"@en .

<http://lexvo.org/id/char/9056> a lvont:Character ;
    lvont:represents "遖"^^xsd:string .

<http://lexvo.org/id/char/9057> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%81%97>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C3%A8i%201360.150%3Ay%C3%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%AD%20w%C3%A8i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wai4%20wai6>,
        <http://lexvo.org/id/term/yue/%E9%81%97>,
        "遗"^^xsd:string ;
    rdfs:comment "lose; articles lost; omit"@en .

<http://lexvo.org/id/char/9058> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%81%98>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C3%B2u>,
        <http://lexvo.org/id/term/kor/%E9%81%98>,
        <http://lexvo.org/id/term/kor/KWU>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gau3>,
        <http://lexvo.org/id/term/yue/%E9%81%98>,
        "遘"^^xsd:string ;
    rdfs:comment "to meet; to come across"@en .

<http://lexvo.org/id/char/9059> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%81%99>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A1o>,
        <http://lexvo.org/id/term/kor/%E9%81%99>,
        <http://lexvo.org/id/term/kor/YO>,
        <http://lexvo.org/id/term/vie/di%C3%AAu>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jiu4>,
        <http://lexvo.org/id/term/yue/%E9%81%99>,
        "遙"^^xsd:string ;
    rdfs:comment "far away, distant, remote"@en .

<http://lexvo.org/id/char/905A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%81%9A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%B9>,
        "遚"^^xsd:string .

<http://lexvo.org/id/char/905B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%81%9B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C3%BA%200730.030%3Ali%C3%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C3%BA%20li%C3%B9>,
        <http://lexvo.org/id/term/kor/%E9%81%9B>,
        <http://lexvo.org/id/term/kor/LYU>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lau4%20lau6>,
        <http://lexvo.org/id/term/yue/%E9%81%9B>,
        "遛"^^xsd:string ;
    rdfs:comment "take walk, stroll"@en .

<http://lexvo.org/id/char/905C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%81%9C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C3%B9n>,
        <http://lexvo.org/id/term/kor/%E9%81%9C>,
        <http://lexvo.org/id/term/kor/SON>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/seon3>,
        <http://lexvo.org/id/term/yue/%E9%81%9C>,
        "遜"^^xsd:string ;
    rdfs:comment "humble, modest; yield"@en .

<http://lexvo.org/id/char/905D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%81%9D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%A0%20d%C3%A0i>,
        <http://lexvo.org/id/term/kor/%E9%81%9D>,
        <http://lexvo.org/id/term/kor/TAP>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/daap6>,
        <http://lexvo.org/id/term/yue/%E9%81%9D>,
        "遝"^^xsd:string ;
    rdfs:comment "mixed, abundant, assorted"@en .

<http://lexvo.org/id/char/905E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%81%9E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%AC%20d%C3%A0i>,
        <http://lexvo.org/id/term/kor/%E9%81%9E>,
        <http://lexvo.org/id/term/kor/CHEY>,
        <http://lexvo.org/id/term/vie/%C4%91%E1%BB%87>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dai6>,
        <http://lexvo.org/id/term/yue/%E9%81%9E>,
        "遞"^^xsd:string ;
    rdfs:comment "hand over, deliver; substitute"@en .

<http://lexvo.org/id/char/905F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%81%9F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%AD%20zh%C3%AC%20x%C4%AB>,
        <http://lexvo.org/id/term/kor/%E9%81%9F>,
        <http://lexvo.org/id/term/kor/CI>,
        "遟"^^xsd:string ;
    rdfs:comment "late, tardy; slow; delay"@en .

<http://lexvo.org/id/char/9060> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%81%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/yu%C7%8En>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/yu%C7%8En%20yu%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E9%81%A0>,
        <http://lexvo.org/id/term/kor/WEN>,
        <http://lexvo.org/id/term/vie/vi%E1%BB%85n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jyun5%20jyun6>,
        <http://lexvo.org/id/term/yue/%E9%81%A0>,
        "遠"^^xsd:string ;
    rdfs:comment "distant, remote, far; profound"@en .

<http://lexvo.org/id/char/9061> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%81%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C3%B9>,
        <http://lexvo.org/id/term/kor/%E9%81%A1>,
        <http://lexvo.org/id/term/kor/SO>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sou3>,
        <http://lexvo.org/id/term/yue/%E9%81%A1>,
        "遡"^^xsd:string ;
    rdfs:comment "go upstream; trace source; formerly"@en .

<http://lexvo.org/id/char/9062> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%81%A2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%A0>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/taap3%20taat3>,
        <http://lexvo.org/id/term/yue/%E9%81%A2>,
        "遢"^^xsd:string ;
    rdfs:comment "careless, negligent, slipshod"@en .

<http://lexvo.org/id/char/9063> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%81%A3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C7%8En>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C7%8En%20qi%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E9%81%A3>,
        <http://lexvo.org/id/term/kor/KYEN>,
        <http://lexvo.org/id/term/vie/khi%E1%BA%BFn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hin2>,
        <http://lexvo.org/id/term/yue/%E9%81%A3>,
        "遣"^^xsd:string ;
    rdfs:comment "send, dispatch; send off, exile"@en .

<http://lexvo.org/id/char/9064> a lvont:Character ;
    lvont:represents "遤"^^xsd:string .

<http://lexvo.org/id/char/9065> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%81%A5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A1o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jiu4>,
        <http://lexvo.org/id/term/yue/%E9%81%A5>,
        "遥"^^xsd:string ;
    rdfs:comment "far away, distant, remote"@en .

<http://lexvo.org/id/char/9066> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%81%A6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/gu%C3%A0n>,
        "遦"^^xsd:string .

<http://lexvo.org/id/char/9067> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%81%A7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C4%81ng>,
        "遧"^^xsd:string .

<http://lexvo.org/id/char/9068> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C3%A1o>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%81%A8>,
        <http://lexvo.org/id/term/kor/%E9%81%A8>,
        <http://lexvo.org/id/term/kor/O>,
        <http://lexvo.org/id/term/vie/ngao>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ngou4%20ngou6>,
        <http://lexvo.org/id/term/yue/%E9%81%A8>,
        "遨"^^xsd:string ;
    rdfs:comment "ramble, roam; travel for pleasure"@en .

<http://lexvo.org/id/char/9069> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%81%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%AC%20d%C3%AD%20t%C3%AC%20zh%C3%A9>,
        <http://lexvo.org/id/term/kor/%E9%81%A9>,
        <http://lexvo.org/id/term/kor/CEK%20CHEK>,
        <http://lexvo.org/id/term/vie/th%C3%ADch>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dik1%20sik1>,
        <http://lexvo.org/id/term/yue/%E9%81%A9>,
        "適"^^xsd:string ;
    rdfs:comment "match, comfortable; just"@en .

<http://lexvo.org/id/char/906A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%81%AA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C3%A8>,
        "遪"^^xsd:string .

<http://lexvo.org/id/char/906B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%81%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cuk1>,
        <http://lexvo.org/id/term/yue/%E9%81%AB>,
        "遫"^^xsd:string ;
    rdfs:comment "speed"@en .

<http://lexvo.org/id/char/906C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%81%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C3%B9>,
        <http://lexvo.org/id/term/kor/%E9%81%AC>,
        <http://lexvo.org/id/term/kor/SOK>,
        "遬"^^xsd:string .

<http://lexvo.org/id/char/906D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%81%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C4%81o>,
        <http://lexvo.org/id/term/kor/%E9%81%AD>,
        <http://lexvo.org/id/term/kor/CO>,
        <http://lexvo.org/id/term/vie/tao>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zou1>,
        <http://lexvo.org/id/term/yue/%E9%81%AD>,
        "遭"^^xsd:string ;
    rdfs:comment "come across, meet with, encounter"@en .

<http://lexvo.org/id/char/906E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%81%AE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C4%93>,
        <http://lexvo.org/id/term/kor/%E9%81%AE>,
        <http://lexvo.org/id/term/kor/CHA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ze1>,
        <http://lexvo.org/id/term/yue/%E9%81%AE>,
        "遮"^^xsd:string ;
    rdfs:comment "cover, shield, protect"@en .

<http://lexvo.org/id/char/906F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%81%AF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%B9n>,
        <http://lexvo.org/id/term/kor/%E9%81%AF>,
        <http://lexvo.org/id/term/kor/TWUN>,
        <http://lexvo.org/id/term/vie/r%E1%BB%99n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/deon6>,
        <http://lexvo.org/id/term/yue/%E9%81%AF>,
        "遯"^^xsd:string ;
    rdfs:comment "deceive, hide, conceal; flee"@en .

<http://lexvo.org/id/char/9070> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%81%B0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%AC%20sh%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dai6%20sai6>,
        <http://lexvo.org/id/term/yue/%E9%81%B0>,
        "遰"^^xsd:string ;
    rdfs:comment "grunting sound of pigs; clash"@en .

<http://lexvo.org/id/char/9071> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%81%B1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%B3u>,
        "遱"^^xsd:string .

<http://lexvo.org/id/char/9072> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%81%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%AD%20zh%C3%AC%20x%C4%AB%20zh%C3%AD>,
        <http://lexvo.org/id/term/kor/%E9%81%B2>,
        <http://lexvo.org/id/term/kor/CI>,
        <http://lexvo.org/id/term/vie/tr%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ci4>,
        <http://lexvo.org/id/term/yue/%E9%81%B2>,
        "遲"^^xsd:string ;
    rdfs:comment "late, tardy; slow; delay"@en .

<http://lexvo.org/id/char/9073> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%81%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/cu%C5%8D>,
        "遳"^^xsd:string .

<http://lexvo.org/id/char/9074> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%81%B4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%ADn>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%ADn%20l%C3%ACn>,
        <http://lexvo.org/id/term/vie/l%E1%BA%ADn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/leon4>,
        <http://lexvo.org/id/term/yue/%E9%81%B4>,
        "遴"^^xsd:string ;
    rdfs:comment "select, choose; surname"@en .

<http://lexvo.org/id/char/9075> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%81%B5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C5%ABn>,
        <http://lexvo.org/id/term/kor/%E9%81%B5>,
        <http://lexvo.org/id/term/kor/CWUN>,
        <http://lexvo.org/id/term/vie/tu%C3%A2n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zeon1%20zyun1>,
        <http://lexvo.org/id/term/yue/%E9%81%B5>,
        "遵"^^xsd:string ;
    rdfs:comment "obey, comply with, follow; honor"@en .

<http://lexvo.org/id/char/9076> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%81%B6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/r%C3%A0o%20r%C7%8Eo>,
        <http://lexvo.org/id/term/kor/%E9%81%B6>,
        <http://lexvo.org/id/term/kor/YO>,
        <http://lexvo.org/id/term/vie/nh%C3%A1o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jiu5>,
        <http://lexvo.org/id/term/yue/%E9%81%B6>,
        "遶"^^xsd:string ;
    rdfs:comment "entwine; wind around; surround"@en .

<http://lexvo.org/id/char/9077> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%81%B7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C4%81n>,
        <http://lexvo.org/id/term/kor/%E9%81%B7>,
        <http://lexvo.org/id/term/kor/CHEN>,
        <http://lexvo.org/id/term/vie/thi%C3%AAn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cin1>,
        <http://lexvo.org/id/term/yue/%E9%81%B7>,
        "遷"^^xsd:string ;
    rdfs:comment "move, shift, change; transfer"@en .

<http://lexvo.org/id/char/9078> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%81%B8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xu%C7%8En>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xu%C7%8En%20su%C3%A0n%20xu%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E9%81%B8>,
        <http://lexvo.org/id/term/kor/SEN>,
        <http://lexvo.org/id/term/vie/tuy%E1%BB%83n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/syun2>,
        <http://lexvo.org/id/term/yue/%E9%81%B8>,
        "選"^^xsd:string ;
    rdfs:comment "choose, select; elect; election"@en .

<http://lexvo.org/id/char/9079> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%81%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/leot6%20wat6>,
        <http://lexvo.org/id/term/yue/%E9%81%B9>,
        "遹"^^xsd:string ;
    rdfs:comment "comply with, obey; shun, avoid"@en .

<http://lexvo.org/id/char/907A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%81%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%AD%20w%C3%A8i%20su%C3%AD>,
        <http://lexvo.org/id/term/kor/%E9%81%BA>,
        <http://lexvo.org/id/term/kor/YU>,
        <http://lexvo.org/id/term/vie/di>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wai4%20wai6>,
        <http://lexvo.org/id/term/yue/%E9%81%BA>,
        "遺"^^xsd:string ;
    rdfs:comment "lose; articles lost; omit"@en .

<http://lexvo.org/id/char/907B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%81%BB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C3%B9%20%C3%A8>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ng6>,
        <http://lexvo.org/id/term/yue/%E9%81%BB>,
        "遻"^^xsd:string ;
    rdfs:comment "meet"@en .

<http://lexvo.org/id/char/907C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%81%BC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C3%A1o>,
        <http://lexvo.org/id/term/kor/%E9%81%BC>,
        <http://lexvo.org/id/term/kor/LYO>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/liu4>,
        <http://lexvo.org/id/term/yue/%E9%81%BC>,
        "遼"^^xsd:string ;
    rdfs:comment "distant, far"@en .

<http://lexvo.org/id/char/907D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%81%BD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%B9%20q%C3%BA>,
        <http://lexvo.org/id/term/kor/%E9%81%BD>,
        <http://lexvo.org/id/term/kor/KE>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/geoi6>,
        <http://lexvo.org/id/term/yue/%E9%81%BD>,
        "遽"^^xsd:string ;
    rdfs:comment "suddenly, unexpectedly; at once"@en .

<http://lexvo.org/id/char/907E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%81%BE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sai6>,
        <http://lexvo.org/id/term/yue/%E9%81%BE>,
        "遾"^^xsd:string .

<http://lexvo.org/id/char/907F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%81%BF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%AC>,
        <http://lexvo.org/id/term/kor/%E9%81%BF>,
        <http://lexvo.org/id/term/kor/PHI>,
        <http://lexvo.org/id/term/vie/t%E1%BB%8B>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bei6>,
        <http://lexvo.org/id/term/yue/%E9%81%BF>,
        "避"^^xsd:string ;
    rdfs:comment "avoid; turn aside; escape; hide"@en .

<http://lexvo.org/id/char/9080> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%82%80>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C4%81o>,
        <http://lexvo.org/id/term/kor/%E9%82%80>,
        <http://lexvo.org/id/term/kor/YO>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jiu1>,
        <http://lexvo.org/id/term/yue/%E9%82%80>,
        "邀"^^xsd:string ;
    rdfs:comment "invite, welcome; meet, intercept"@en .

<http://lexvo.org/id/char/9081> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%82%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A0i>,
        <http://lexvo.org/id/term/kor/%E9%82%81>,
        <http://lexvo.org/id/term/kor/MAY>,
        <http://lexvo.org/id/term/vie/m%E1%BA%A1i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/maai6>,
        <http://lexvo.org/id/term/yue/%E9%82%81>,
        "邁"^^xsd:string ;
    rdfs:comment "take a big stride; pass by"@en .

<http://lexvo.org/id/char/9082> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%82%82>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A8>,
        <http://lexvo.org/id/term/kor/%E9%82%82>,
        <http://lexvo.org/id/term/kor/HAY>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/haai5%20haai6>,
        <http://lexvo.org/id/term/yue/%E9%82%82>,
        "邂"^^xsd:string ;
    rdfs:comment "unexpected meeting; encounter by"@en .

<http://lexvo.org/id/char/9083> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%82%83>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/su%C3%AC>,
        <http://lexvo.org/id/term/kor/%E9%82%83>,
        <http://lexvo.org/id/term/kor/SWU>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/seoi6>,
        <http://lexvo.org/id/term/yue/%E9%82%83>,
        "邃"^^xsd:string ;
    rdfs:comment "profound, detailed; deep"@en .

<http://lexvo.org/id/char/9084> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%82%84>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A1i%200489.091%3Ahu%C3%A1n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%A1n%20h%C3%A1i%20xu%C3%A1n>,
        <http://lexvo.org/id/term/kor/%E9%82%84>,
        <http://lexvo.org/id/term/kor/HWAN%20SEN>,
        <http://lexvo.org/id/term/vie/ho%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/syun4%20waan4>,
        <http://lexvo.org/id/term/yue/%E9%82%84>,
        "還"^^xsd:string ;
    rdfs:comment "still, yet, also, besides"@en .

<http://lexvo.org/id/char/9085> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%82%85>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C4%81n>,
        <http://lexvo.org/id/term/kor/%E9%82%85>,
        <http://lexvo.org/id/term/kor/CEN>,
        <http://lexvo.org/id/term/vie/ch%C3%AAnh>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zin1>,
        <http://lexvo.org/id/term/yue/%E9%82%85>,
        "邅"^^xsd:string ;
    rdfs:comment "hesitant, faltering"@en .

<http://lexvo.org/id/char/9086> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%82%86>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%A9ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tang4>,
        <http://lexvo.org/id/term/yue/%E9%82%86>,
        "邆"^^xsd:string .

<http://lexvo.org/id/char/9087> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C4%9Br>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%82%87>,
        <http://lexvo.org/id/term/kor/%E9%82%87>,
        <http://lexvo.org/id/term/kor/I>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ji5>,
        <http://lexvo.org/id/term/yue/%E9%82%87>,
        "邇"^^xsd:string ;
    rdfs:comment "be near, be close; recently"@en .

<http://lexvo.org/id/char/9088> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%82%88>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/mi%C7%8Eo>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/mi%C7%8Eo%20mi%C3%A1o>,
        <http://lexvo.org/id/term/kor/%E9%82%88>,
        <http://lexvo.org/id/term/kor/MAK>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/miu5%20mok6>,
        <http://lexvo.org/id/term/yue/%E9%82%88>,
        "邈"^^xsd:string ;
    rdfs:comment "far, distant, remote; slight"@en .

<http://lexvo.org/id/char/9089> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%82%89>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/bi%C4%81n>,
        "邉"^^xsd:string ;
    rdfs:comment "edge, margin, side, border"@en .

<http://lexvo.org/id/char/908A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%82%8A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/bi%C4%81n>,
        <http://lexvo.org/id/term/kor/%E9%82%8A>,
        <http://lexvo.org/id/term/kor/PYEN>,
        <http://lexvo.org/id/term/vie/bi%C3%AAn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bin1>,
        <http://lexvo.org/id/term/yue/%E9%82%8A>,
        "邊"^^xsd:string ;
    rdfs:comment "edge, margin, side, border"@en .

<http://lexvo.org/id/char/908B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%82%8B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%A1%20l%C4%81%20li%C3%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C4%81>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/laap6%20laat6>,
        <http://lexvo.org/id/term/yue/%E9%82%8B>,
        "邋"^^xsd:string ;
    rdfs:comment "rags"@en .

<http://lexvo.org/id/char/908C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%82%8C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%AD>,
        <http://lexvo.org/id/term/kor/%E9%82%8C>,
        <http://lexvo.org/id/term/kor/LYE>,
        "邌"^^xsd:string ;
    rdfs:comment "to walk slowly; to parade"@en .

<http://lexvo.org/id/char/908D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%82%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/yu%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jyun4>,
        <http://lexvo.org/id/term/yue/%E9%82%8D>,
        "邍"^^xsd:string .

<http://lexvo.org/id/char/908E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%82%8E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A1o>,
        "邎"^^xsd:string .

<http://lexvo.org/id/char/908F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%82%8F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/lu%C3%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/lu%C3%B3%20lu%C3%B2>,
        <http://lexvo.org/id/term/kor/%E9%82%8F>,
        <http://lexvo.org/id/term/kor/LA>,
        <http://lexvo.org/id/term/vie/l%E1%BA%A1>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lo4>,
        <http://lexvo.org/id/term/yue/%E9%82%8F>,
        "邏"^^xsd:string ;
    rdfs:comment "patrol; inspect; watch"@en .

<http://lexvo.org/id/char/9090> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%82%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C7%90>,
        <http://lexvo.org/id/term/kor/%E9%82%90>,
        <http://lexvo.org/id/term/kor/LI>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lei5>,
        <http://lexvo.org/id/term/yue/%E9%82%90>,
        "邐"^^xsd:string ;
    rdfs:comment "meandering, winding"@en .

<http://lexvo.org/id/char/9092> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%82%92>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%ADng>,
        "邒"^^xsd:string .

<http://lexvo.org/id/char/9093> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%82%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%A8ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dang6>,
        <http://lexvo.org/id/term/yue/%E9%82%93>,
        "邓"^^xsd:string ;
    rdfs:comment "surname"@en .

<http://lexvo.org/id/char/9094> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%82%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C7%90%20j%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gei2>,
        <http://lexvo.org/id/term/yue/%E9%82%94>,
        "邔"^^xsd:string .

<http://lexvo.org/id/char/9095> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%82%95>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C5%8Dng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C5%8Dng%20y%C7%92ng>,
        <http://lexvo.org/id/term/kor/%E9%82%95>,
        <http://lexvo.org/id/term/kor/ONG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jung1>,
        <http://lexvo.org/id/term/yue/%E9%82%95>,
        "邕"^^xsd:string ;
    rdfs:comment "former or literary name for Nanning (in Guangxi)"@en .

<http://lexvo.org/id/char/9096> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%82%96>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C4%81n>,
        "邖"^^xsd:string .

<http://lexvo.org/id/char/9097> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%82%97>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A1n>,
        <http://lexvo.org/id/term/kor/%E9%82%97>,
        <http://lexvo.org/id/term/kor/HAN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hon4>,
        <http://lexvo.org/id/term/yue/%E9%82%97>,
        "邗"^^xsd:string ;
    rdfs:comment "an ancient place in the state of Wu"@en .

<http://lexvo.org/id/char/9098> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%82%98>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%BA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jyu1%20jyu4>,
        <http://lexvo.org/id/term/yue/%E9%82%98>,
        "邘"^^xsd:string ;
    rdfs:comment "state in Henan province"@en .

<http://lexvo.org/id/char/9099> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%82%99>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A1ng>,
        <http://lexvo.org/id/term/kor/%E9%82%99>,
        <http://lexvo.org/id/term/kor/MANG>,
        <http://lexvo.org/id/term/vie/m%C6%B0%C6%A1ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mong4>,
        <http://lexvo.org/id/term/yue/%E9%82%99>,
        "邙"^^xsd:string ;
    rdfs:comment "mountain in Henan province"@en .

<http://lexvo.org/id/char/909A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%82%9A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/r%C3%BA>,
        "邚"^^xsd:string .

<http://lexvo.org/id/char/909B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%82%9B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C3%B3ng>,
        <http://lexvo.org/id/term/kor/%E9%82%9B>,
        <http://lexvo.org/id/term/kor/KONG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kung4>,
        <http://lexvo.org/id/term/yue/%E9%82%9B>,
        "邛"^^xsd:string ;
    rdfs:comment "in distress; a mound"@en .

<http://lexvo.org/id/char/909C> a lvont:Character ;
    lvont:represents "邜"^^xsd:string .

<http://lexvo.org/id/char/909D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%82%9D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ku%C3%A0ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kwong3>,
        <http://lexvo.org/id/term/yue/%E9%82%9D>,
        "邝"^^xsd:string ;
    rdfs:comment "surname"@en .

<http://lexvo.org/id/char/909E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%82%9E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C5%AB>,
        "邞"^^xsd:string .

<http://lexvo.org/id/char/909F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%82%9F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C3%A0ng%20k%C3%A1ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kong3>,
        <http://lexvo.org/id/term/yue/%E9%82%9F>,
        "邟"^^xsd:string .

<http://lexvo.org/id/char/90A0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%82%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C4%ABn>,
        <http://lexvo.org/id/term/kor/%E9%82%A0>,
        <http://lexvo.org/id/term/kor/PIN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ban1>,
        <http://lexvo.org/id/term/yue/%E9%82%A0>,
        "邠"^^xsd:string ;
    rdfs:comment "county in Shaanxi province"@en .

<http://lexvo.org/id/char/90A1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%82%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C4%81ng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C4%81ng%20f%C7%8Eng%20f%C3%A0ng>,
        <http://lexvo.org/id/term/kor/%E9%82%A1>,
        <http://lexvo.org/id/term/kor/PANG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fong1>,
        <http://lexvo.org/id/term/yue/%E9%82%A1>,
        "邡"^^xsd:string ;
    rdfs:comment "name of a district in Sichuan"@en .

<http://lexvo.org/id/char/90A2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%82%A2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C3%ADng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C3%ADng%20g%C4%9Bng>,
        <http://lexvo.org/id/term/kor/%E9%82%A2>,
        <http://lexvo.org/id/term/kor/HYENG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jing4>,
        <http://lexvo.org/id/term/yue/%E9%82%A2>,
        "邢"^^xsd:string ;
    rdfs:comment "surname; state in today's Hebei"@en .

<http://lexvo.org/id/char/90A3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%82%A3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C3%A0%20n%C3%A8i%20n%C4%81%20n%C7%8E%20n%C3%A9%20n%C4%9Bi%20nu%C3%B3%20nu%C3%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C4%81%200811.091%3An%C7%8E%200813.010%3An%C3%A0%200814.011%3An%C7%8Ei%200822.030%3An%C3%A8%200822.051%3An%C4%9Bi%200825.010%3An%C3%A8i>,
        <http://lexvo.org/id/term/kor/%E9%82%A3>,
        <http://lexvo.org/id/term/kor/NA>,
        <http://lexvo.org/id/term/vie/na>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/aa6%20naa5%20naa6%20no1%20no4%20no5>,
        <http://lexvo.org/id/term/yue/%E9%82%A3>,
        "那"^^xsd:string ;
    rdfs:comment "that, that one, those"@en .

<http://lexvo.org/id/char/90A4> a lvont:Character ;
    lvont:represents "邤"^^xsd:string .

<http://lexvo.org/id/char/90A5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%82%A5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C4%9Bn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sam2>,
        <http://lexvo.org/id/term/yue/%E9%82%A5>,
        "邥"^^xsd:string .

<http://lexvo.org/id/char/90A6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%82%A6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C4%81ng>,
        <http://lexvo.org/id/term/kor/%E9%82%A6>,
        <http://lexvo.org/id/term/kor/PANG>,
        <http://lexvo.org/id/term/vie/v%C3%A2ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bong1>,
        <http://lexvo.org/id/term/yue/%E9%82%A6>,
        "邦"^^xsd:string ;
    rdfs:comment "nation, country, state"@en .

<http://lexvo.org/id/char/90A7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%82%A7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/yu%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jyun4>,
        <http://lexvo.org/id/term/yue/%E9%82%A7>,
        "邧"^^xsd:string ;
    rdfs:comment "town in Shanxi province"@en .

<http://lexvo.org/id/char/90A8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%82%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C5%ABn>,
        <http://lexvo.org/id/term/kor/%E9%82%A8>,
        <http://lexvo.org/id/term/kor/CHON>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cyun1>,
        <http://lexvo.org/id/term/yue/%E9%82%A8>,
        "邨"^^xsd:string ;
    rdfs:comment "village, hamlet; rustic"@en .

<http://lexvo.org/id/char/90A9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%82%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C7%92>,
        "邩"^^xsd:string .

<http://lexvo.org/id/char/90AA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%82%AA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A9%201345.100%3Ay%C3%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A9%20x%C3%BA%20y%C3%A1%20y%C3%A9%20y%C3%BA%20sh%C3%A9>,
        <http://lexvo.org/id/term/kor/%E9%82%AA>,
        <http://lexvo.org/id/term/kor/SA%20YA>,
        <http://lexvo.org/id/term/vie/t%C3%A0>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ce4%20je4>,
        <http://lexvo.org/id/term/yue/%E9%82%AA>,
        "邪"^^xsd:string ;
    rdfs:comment "wrong, evil, depraved, vicious, perverse, heterodox"@en .

<http://lexvo.org/id/char/90AB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%82%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C4%81ng>,
        "邫"^^xsd:string .

<http://lexvo.org/id/char/90AC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%82%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C5%AB>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wu1>,
        <http://lexvo.org/id/term/yue/%E9%82%AC>,
        "邬"^^xsd:string ;
    rdfs:comment "various place names; surname"@en .

<http://lexvo.org/id/char/90AD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%82%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%B9>,
        "邭"^^xsd:string .

<http://lexvo.org/id/char/90AE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%82%AE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%B3u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jau4>,
        <http://lexvo.org/id/term/yue/%E9%82%AE>,
        "邮"^^xsd:string ;
    rdfs:comment "postal, mail; post office"@en .

<http://lexvo.org/id/char/90AF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%82%AF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A1n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A1n%20h%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E9%82%AF>,
        <http://lexvo.org/id/term/kor/HAN%20HAM>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ham4%20hon4>,
        <http://lexvo.org/id/term/yue/%E9%82%AF>,
        "邯"^^xsd:string ;
    rdfs:comment "city in Hebei province; various"@en .

<http://lexvo.org/id/char/90B0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%82%B0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%A1i>,
        <http://lexvo.org/id/term/kor/%E9%82%B0>,
        <http://lexvo.org/id/term/kor/THAY>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/toi4>,
        <http://lexvo.org/id/term/yue/%E9%82%B0>,
        "邰"^^xsd:string ;
    rdfs:comment "surname; state in modern Shanxi"@en .

<http://lexvo.org/id/char/90B1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%82%B1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C5%AB>,
        <http://lexvo.org/id/term/kor/%E9%82%B1>,
        <http://lexvo.org/id/term/kor/KWU>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jau1>,
        <http://lexvo.org/id/term/yue/%E9%82%B1>,
        "邱"^^xsd:string ;
    rdfs:comment "surname; hill; mound; grave"@en .

<http://lexvo.org/id/char/90B2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%82%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bei3>,
        <http://lexvo.org/id/term/yue/%E9%82%B2>,
        "邲"^^xsd:string ;
    rdfs:comment "good-looking; name of a place"@en .

<http://lexvo.org/id/char/90B3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%82%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%A9i%20p%C4%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C4%AB>,
        <http://lexvo.org/id/term/kor/%E9%82%B3>,
        <http://lexvo.org/id/term/kor/PI>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/pei4>,
        <http://lexvo.org/id/term/yue/%E9%82%B3>,
        "邳"^^xsd:string ;
    rdfs:comment "a department in the State of Lu; in what is now Shantung or N. China"@en .

<http://lexvo.org/id/char/90B4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%82%B4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C7%90ng>,
        <http://lexvo.org/id/term/kor/%E9%82%B4>,
        <http://lexvo.org/id/term/kor/PYENG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bing2>,
        <http://lexvo.org/id/term/yue/%E9%82%B4>,
        "邴"^^xsd:string ;
    rdfs:comment "name of a city in the ancient state of Song, in what is now Shandong; pleased"@en .

<http://lexvo.org/id/char/90B5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%82%B5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%A0o>,
        <http://lexvo.org/id/term/kor/%E9%82%B5>,
        <http://lexvo.org/id/term/kor/SO>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/siu6>,
        <http://lexvo.org/id/term/yue/%E9%82%B5>,
        "邵"^^xsd:string ;
    rdfs:comment "surname; various place names"@en .

<http://lexvo.org/id/char/90B6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%82%B6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%A8i>,
        <http://lexvo.org/id/term/kor/%E9%82%B6>,
        <http://lexvo.org/id/term/kor/PHAY>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bui3>,
        <http://lexvo.org/id/term/yue/%E9%82%B6>,
        "邶"^^xsd:string ;
    rdfs:comment "place in today's Henan province"@en .

<http://lexvo.org/id/char/90B7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%82%B7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C7%8E>,
        "邷"^^xsd:string .

<http://lexvo.org/id/char/90B8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%82%B8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C7%90>,
        <http://lexvo.org/id/term/kor/%E9%82%B8>,
        <http://lexvo.org/id/term/kor/CE>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dai2>,
        <http://lexvo.org/id/term/yue/%E9%82%B8>,
        "邸"^^xsd:string ;
    rdfs:comment "official residence, residence of"@en .

<http://lexvo.org/id/char/90B9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%82%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C5%8Du>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zau1>,
        <http://lexvo.org/id/term/yue/%E9%82%B9>,
        "邹"^^xsd:string ;
    rdfs:comment "name of an ancient state; surname"@en .

<http://lexvo.org/id/char/90BA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%82%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A8>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jip6>,
        <http://lexvo.org/id/term/yue/%E9%82%BA>,
        "邺"^^xsd:string ;
    rdfs:comment "place in today's Henan province"@en .

<http://lexvo.org/id/char/90BB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%82%BB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%ADn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/leon4>,
        <http://lexvo.org/id/term/yue/%E9%82%BB>,
        "邻"^^xsd:string ;
    rdfs:comment "neighbor; neighborhood"@en .

<http://lexvo.org/id/char/90BC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%82%BC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ku%C4%81ng>,
        "邼"^^xsd:string .

<http://lexvo.org/id/char/90BD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%82%BD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/gu%C4%AB>,
        <http://lexvo.org/id/term/kor/%E9%82%BD>,
        <http://lexvo.org/id/term/kor/KYU>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gwai1>,
        <http://lexvo.org/id/term/yue/%E9%82%BD>,
        "邽"^^xsd:string ;
    rdfs:comment "name of a county in Han dynasty"@en .

<http://lexvo.org/id/char/90BE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%82%BE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C5%AB>,
        <http://lexvo.org/id/term/kor/%E9%82%BE>,
        <http://lexvo.org/id/term/kor/CWU>,
        <http://lexvo.org/id/term/vie/chau>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zyu1>,
        <http://lexvo.org/id/term/yue/%E9%82%BE>,
        "邾"^^xsd:string ;
    rdfs:comment "a feudal state which existed B.C.700-469; now in Shandong"@en .

<http://lexvo.org/id/char/90BF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%82%BF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C4%AB>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/si1>,
        <http://lexvo.org/id/term/yue/%E9%82%BF>,
        "邿"^^xsd:string ;
    rdfs:comment "a state in Shandong province"@en .

<http://lexvo.org/id/char/90C0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%83%80>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C5%AB>,
        "郀"^^xsd:string .

<http://lexvo.org/id/char/90C1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%83%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%B9>,
        <http://lexvo.org/id/term/kor/%E9%83%81>,
        <http://lexvo.org/id/term/kor/WUK>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/juk1%20jyu4>,
        <http://lexvo.org/id/term/yue/%E9%83%81>,
        "郁"^^xsd:string ;
    rdfs:comment "sweet smelling, rich in aroma; (Cant.) to move, hit"@en .

<http://lexvo.org/id/char/90C2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%83%82>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C4%81i>,
        "郂"^^xsd:string .

<http://lexvo.org/id/char/90C3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%83%83>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A9%20xi%C3%A1%20g%C3%A9>,
        <http://lexvo.org/id/term/kor/%E9%83%83>,
        <http://lexvo.org/id/term/kor/HAP>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gap3%20hap6>,
        <http://lexvo.org/id/term/yue/%E9%83%83>,
        "郃"^^xsd:string ;
    rdfs:comment "county in Shanxi province"@en .

<http://lexvo.org/id/char/90C4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%83%84>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C3%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C3%AC%20qu%C3%A8>,
        <http://lexvo.org/id/term/kor/%E9%83%84>,
        <http://lexvo.org/id/term/kor/KUK>,
        "郄"^^xsd:string ;
    rdfs:comment "surname"@en .

<http://lexvo.org/id/char/90C5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%83%85>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%AC%20zh%C4%AB%20j%C3%AD>,
        <http://lexvo.org/id/term/kor/%E9%83%85>,
        <http://lexvo.org/id/term/kor/CIL>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zat6>,
        <http://lexvo.org/id/term/yue/%E9%83%85>,
        "郅"^^xsd:string ;
    rdfs:comment "to go up to. flourishing a superlative"@en .

<http://lexvo.org/id/char/90C6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%83%86>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%AD>,
        "郆"^^xsd:string .

<http://lexvo.org/id/char/90C7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%83%87>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%A1n%201314.090%3Ax%C3%BAn>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C3%BAn%20hu%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/seon1>,
        <http://lexvo.org/id/term/yue/%E9%83%87>,
        "郇"^^xsd:string ;
    rdfs:comment "an ancient feudal State in Shaanxi"@en .

<http://lexvo.org/id/char/90C8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%83%88>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%B2u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hau6>,
        <http://lexvo.org/id/term/yue/%E9%83%88>,
        "郈"^^xsd:string ;
    rdfs:comment "place in Shandong province"@en .

<http://lexvo.org/id/char/90C9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%83%89>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C3%ADng>,
        "郉"^^xsd:string ;
    rdfs:comment "surname; place name"@en .

<http://lexvo.org/id/char/90CA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%83%8A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C4%81o>,
        <http://lexvo.org/id/term/kor/%E9%83%8A>,
        <http://lexvo.org/id/term/kor/KYO>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gaau1>,
        <http://lexvo.org/id/term/yue/%E9%83%8A>,
        "郊"^^xsd:string ;
    rdfs:comment "suburbs; waste land, open spaces"@en .

<http://lexvo.org/id/char/90CB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%83%8B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C3%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C3%AD%20x%C4%AB>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hai4>,
        <http://lexvo.org/id/term/yue/%E9%83%8B>,
        "郋"^^xsd:string .

<http://lexvo.org/id/char/90CC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%83%8C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/gu%C4%AB>,
        "郌"^^xsd:string ;
    rdfs:comment "name of an ancient hsien in modern Gansu/Shaanxi area."@en .

<http://lexvo.org/id/char/90CD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%83%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/nu%C3%B3>,
        "郍"^^xsd:string .

<http://lexvo.org/id/char/90CE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%83%8E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%A1ng%200675.100%3Al%C3%A0ng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%A1ng%20l%C3%A0ng>,
        <http://lexvo.org/id/term/kor/%E9%83%8E>,
        <http://lexvo.org/id/term/kor/LANG>,
        <http://lexvo.org/id/term/vie/lang>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/long4>,
        <http://lexvo.org/id/term/yue/%E9%83%8E>,
        "郎"^^xsd:string ;
    rdfs:comment "gentleman, young man; husband"@en .

<http://lexvo.org/id/char/90CF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%83%8F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%A1>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gaap3>,
        <http://lexvo.org/id/term/yue/%E9%83%8F>,
        "郏"^^xsd:string ;
    rdfs:comment "county in Henan province; surname"@en .

<http://lexvo.org/id/char/90D0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%83%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ku%C3%A0i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kui2>,
        <http://lexvo.org/id/term/yue/%E9%83%90>,
        "郐"^^xsd:string ;
    rdfs:comment "state in today's Henan province"@en .

<http://lexvo.org/id/char/90D1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%83%91>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%A8ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zeng6>,
        <http://lexvo.org/id/term/yue/%E9%83%91>,
        "郑"^^xsd:string ;
    rdfs:comment "state in today's Henan; surname"@en .

<http://lexvo.org/id/char/90D2> a lvont:Character ;
    lvont:represents "郒"^^xsd:string .

<http://lexvo.org/id/char/90D3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%83%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%B9n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wan6>,
        <http://lexvo.org/id/term/yue/%E9%83%93>,
        "郓"^^xsd:string ;
    rdfs:comment "surname; an ancient town's name"@en .

<http://lexvo.org/id/char/90D4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%83%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jin4>,
        <http://lexvo.org/id/term/yue/%E9%83%94>,
        "郔"^^xsd:string ;
    rdfs:comment "place name in Shandong province"@en .

<http://lexvo.org/id/char/90D5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%83%95>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%A9ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sing4>,
        <http://lexvo.org/id/term/yue/%E9%83%95>,
        "郕"^^xsd:string ;
    rdfs:comment "state in Shandong province"@en .

<http://lexvo.org/id/char/90D6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%83%96>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C5%8Du%20d%C3%B2u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dau1%20dau6>,
        <http://lexvo.org/id/term/yue/%E9%83%96>,
        "郖"^^xsd:string .

<http://lexvo.org/id/char/90D7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%83%97>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C4%AB%20x%C4%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C4%AB>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ci1>,
        <http://lexvo.org/id/term/yue/%E9%83%97>,
        "郗"^^xsd:string ;
    rdfs:comment "city under the Chou Dyn. a surname"@en .

<http://lexvo.org/id/char/90D8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%83%98>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C7%9A>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/leoi5>,
        <http://lexvo.org/id/term/yue/%E9%83%98>,
        "郘"^^xsd:string .

<http://lexvo.org/id/char/90D9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%83%99>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C7%94>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fu2>,
        <http://lexvo.org/id/term/yue/%E9%83%99>,
        "郙"^^xsd:string ;
    rdfs:comment "to be exiled; delay payment for"@en .

<http://lexvo.org/id/char/90DA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%83%9A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C3%BA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ng4>,
        <http://lexvo.org/id/term/yue/%E9%83%9A>,
        "郚"^^xsd:string ;
    rdfs:comment "towns in Shandong province"@en .

<http://lexvo.org/id/char/90DB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%83%9B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%BA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fu1>,
        <http://lexvo.org/id/term/yue/%E9%83%9B>,
        "郛"^^xsd:string ;
    rdfs:comment "outer walls of city; suburbs"@en .

<http://lexvo.org/id/char/90DC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%83%9C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C3%A0o>,
        <http://lexvo.org/id/term/kor/%E9%83%9C>,
        <http://lexvo.org/id/term/kor/KO>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gou3>,
        <http://lexvo.org/id/term/yue/%E9%83%9C>,
        "郜"^^xsd:string ;
    rdfs:comment "name of fief in Shantong bestowed on the eldest son of Wen Wang"@en .

<http://lexvo.org/id/char/90DD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%83%9D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C7%8Eo>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C7%8Eo%20sh%C3%AC>,
        <http://lexvo.org/id/term/kor/%E9%83%9D>,
        <http://lexvo.org/id/term/kor/HAK>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gok3%20kok3>,
        <http://lexvo.org/id/term/yue/%E9%83%9D>,
        "郝"^^xsd:string ;
    rdfs:comment "surname; place in modern Shanxi"@en .

<http://lexvo.org/id/char/90DE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%83%9E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%A1ng%20l%C3%A0ng>,
        <http://lexvo.org/id/term/kor/%E9%83%9E>,
        <http://lexvo.org/id/term/kor/LANG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/long4>,
        <http://lexvo.org/id/term/yue/%E9%83%9E>,
        "郞"^^xsd:string ;
    rdfs:comment "gentleman"@en .

<http://lexvo.org/id/char/90DF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%83%9F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%A1>,
        <http://lexvo.org/id/term/kor/%E9%83%9F>,
        <http://lexvo.org/id/term/kor/KYEP>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gaap3>,
        <http://lexvo.org/id/term/yue/%E9%83%9F>,
        "郟"^^xsd:string ;
    rdfs:comment "county in Henan province; surname"@en .

<http://lexvo.org/id/char/90E0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%83%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C4%9Bng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gang2>,
        <http://lexvo.org/id/term/yue/%E9%83%A0>,
        "郠"^^xsd:string ;
    rdfs:comment "place in Shandong province"@en .

<http://lexvo.org/id/char/90E1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%83%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%B9n>,
        <http://lexvo.org/id/term/kor/%E9%83%A1>,
        <http://lexvo.org/id/term/kor/KWUN>,
        <http://lexvo.org/id/term/vie/qu%E1%BA%ADn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gwan6>,
        <http://lexvo.org/id/term/yue/%E9%83%A1>,
        "郡"^^xsd:string ;
    rdfs:comment "administrative division"@en .

<http://lexvo.org/id/char/90E2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%83%A2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%90ng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%90ng%20ch%C3%A9ng>,
        <http://lexvo.org/id/term/kor/%E9%83%A2>,
        <http://lexvo.org/id/term/kor/YENG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cing2%20jing5>,
        <http://lexvo.org/id/term/yue/%E9%83%A2>,
        "郢"^^xsd:string ;
    rdfs:comment "state in today's Hubei province"@en .

<http://lexvo.org/id/char/90E3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%83%A3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%B3>,
        "郣"^^xsd:string .

<http://lexvo.org/id/char/90E4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%83%A4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C3%AC>,
        <http://lexvo.org/id/term/kor/%E9%83%A4>,
        <http://lexvo.org/id/term/kor/KUK>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gwik1>,
        <http://lexvo.org/id/term/yue/%E9%83%A4>,
        "郤"^^xsd:string ;
    rdfs:comment "crack, opening; surname"@en .

<http://lexvo.org/id/char/90E5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%83%A5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%A8i>,
        "郥"^^xsd:string .

<http://lexvo.org/id/char/90E6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%83%A6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%AC%20zh%C3%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lik6>,
        <http://lexvo.org/id/term/yue/%E9%83%A6>,
        "郦"^^xsd:string ;
    rdfs:comment "place in today's Henan province"@en .

<http://lexvo.org/id/char/90E7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%83%A7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%BAn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wan4>,
        <http://lexvo.org/id/term/yue/%E9%83%A7>,
        "郧"^^xsd:string ;
    rdfs:comment "county in Hubei province"@en .

<http://lexvo.org/id/char/90E8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%83%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%B9%20p%C7%92u>,
        <http://lexvo.org/id/term/kor/%E9%83%A8>,
        <http://lexvo.org/id/term/kor/PWU>,
        <http://lexvo.org/id/term/vie/b%E1%BB%99>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bou6>,
        <http://lexvo.org/id/term/yue/%E9%83%A8>,
        "部"^^xsd:string ;
    rdfs:comment "part, division, section"@en .

<http://lexvo.org/id/char/90E9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%83%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A1o>,
        "郩"^^xsd:string .

<http://lexvo.org/id/char/90EA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%83%AA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C4%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C4%AB%20c%C4%AB>,
        <http://lexvo.org/id/term/kor/%E9%83%AA>,
        <http://lexvo.org/id/term/kor/CHE>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cai1>,
        <http://lexvo.org/id/term/yue/%E9%83%AA>,
        "郪"^^xsd:string ;
    rdfs:comment "name of a stream in Sichuan province"@en .

<http://lexvo.org/id/char/90EB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%83%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%AD>,
        <http://lexvo.org/id/term/kor/%E9%83%AB>,
        <http://lexvo.org/id/term/kor/PI>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/pei4>,
        <http://lexvo.org/id/term/yue/%E9%83%AB>,
        "郫"^^xsd:string .

<http://lexvo.org/id/char/90EC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%83%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C4%ABng>,
        "郬"^^xsd:string .

<http://lexvo.org/id/char/90ED> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%83%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/gu%C5%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/gu%C5%8D%20gu%C3%B3>,
        <http://lexvo.org/id/term/kor/%E9%83%AD>,
        <http://lexvo.org/id/term/kor/KWAK>,
        <http://lexvo.org/id/term/vie/qu%C3%A1ch>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gwok3>,
        <http://lexvo.org/id/term/yue/%E9%83%AD>,
        "郭"^^xsd:string ;
    rdfs:comment "outer part (of a city); surname"@en .

<http://lexvo.org/id/char/90EE> a lvont:Character ;
    lvont:represents "郮"^^xsd:string .

<http://lexvo.org/id/char/90EF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%83%AF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%A1n>,
        <http://lexvo.org/id/term/kor/%E9%83%AF>,
        <http://lexvo.org/id/term/kor/TAM>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/taam4>,
        <http://lexvo.org/id/term/yue/%E9%83%AF>,
        "郯"^^xsd:string ;
    rdfs:comment "name of a small ancient principality which was situated in what is now part of Shantung and Kiangsu"@en .

<http://lexvo.org/id/char/90F0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%83%B0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C5%8Du>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zau1>,
        <http://lexvo.org/id/term/yue/%E9%83%B0>,
        "郰"^^xsd:string ;
    rdfs:comment "birthplace of Confucius, a place in Shandong"@en .

<http://lexvo.org/id/char/90F1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%83%B1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%ADng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ping4>,
        <http://lexvo.org/id/term/yue/%E9%83%B1>,
        "郱"^^xsd:string .

<http://lexvo.org/id/char/90F2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%83%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%A1i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/loi4>,
        <http://lexvo.org/id/term/yue/%E9%83%B2>,
        "郲"^^xsd:string .

<http://lexvo.org/id/char/90F3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%83%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C3%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ngai4>,
        <http://lexvo.org/id/term/yue/%E9%83%B3>,
        "郳"^^xsd:string ;
    rdfs:comment "state in Shandong province"@en .

<http://lexvo.org/id/char/90F4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%83%B4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C4%93n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C4%93n%20l%C3%A1n>,
        <http://lexvo.org/id/term/kor/%E9%83%B4>,
        <http://lexvo.org/id/term/kor/CHIM>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sam1>,
        <http://lexvo.org/id/term/yue/%E9%83%B4>,
        "郴"^^xsd:string ;
    rdfs:comment "county in Hunan province; surname"@en .

<http://lexvo.org/id/char/90F5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%83%B5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%B3u>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%B3u%20chu%C3%AD>,
        <http://lexvo.org/id/term/kor/%E9%83%B5>,
        <http://lexvo.org/id/term/kor/WU>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jau4>,
        <http://lexvo.org/id/term/yue/%E9%83%B5>,
        "郵"^^xsd:string ;
    rdfs:comment "postal, mail; post office"@en .

<http://lexvo.org/id/char/90F6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%83%B6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%B9>,
        "郶"^^xsd:string .

<http://lexvo.org/id/char/90F7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%83%B7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C4%81ng>,
        <http://lexvo.org/id/term/kor/%E9%83%B7>,
        <http://lexvo.org/id/term/kor/HYANG>,
        "郷"^^xsd:string ;
    rdfs:comment "country; rural; village"@en .

<http://lexvo.org/id/char/90F8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%83%B8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C4%81n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/daan1>,
        <http://lexvo.org/id/term/yue/%E9%83%B8>,
        "郸"^^xsd:string ;
    rdfs:comment "county in Hebei province"@en .

<http://lexvo.org/id/char/90F9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%83%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%BA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gwik1>,
        <http://lexvo.org/id/term/yue/%E9%83%B9>,
        "郹"^^xsd:string .

<http://lexvo.org/id/char/90FA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%83%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C5%8Dng>,
        "郺"^^xsd:string .

<http://lexvo.org/id/char/90FB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%83%BB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C4%81o>,
        "郻"^^xsd:string .

<http://lexvo.org/id/char/90FC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%83%BC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C4%AB>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ji1>,
        <http://lexvo.org/id/term/yue/%E9%83%BC>,
        "郼"^^xsd:string .

<http://lexvo.org/id/char/90FD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%83%BD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C5%8Du%200265.050%3Ad%C5%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C5%AB%20d%C5%8Du>,
        <http://lexvo.org/id/term/kor/%E9%83%BD>,
        <http://lexvo.org/id/term/kor/TO>,
        <http://lexvo.org/id/term/vie/%C4%91%C3%B4>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dou1>,
        <http://lexvo.org/id/term/yue/%E9%83%BD>,
        "都"^^xsd:string ;
    rdfs:comment "metropolis, capital; all, the whole; elegant, refined"@en .

<http://lexvo.org/id/char/90FE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%83%BE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%8En>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%8En%20y%C4%81n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jin2>,
        <http://lexvo.org/id/term/yue/%E9%83%BE>,
        "郾"^^xsd:string ;
    rdfs:comment "county in Henan province"@en .

<http://lexvo.org/id/char/90FF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%83%BF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A9i>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A9i%20f%C3%A9i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mei4>,
        <http://lexvo.org/id/term/yue/%E9%83%BF>,
        "郿"^^xsd:string ;
    rdfs:comment "county in Shaanxi province"@en .

<http://lexvo.org/id/char/9100> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%84%80>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ru%C3%B2>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/joek6>,
        <http://lexvo.org/id/term/yue/%E9%84%80>,
        "鄀"^^xsd:string ;
    rdfs:comment "state in Henan province"@en .

<http://lexvo.org/id/char/9101> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%84%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%A8i>,
        "鄁"^^xsd:string .

<http://lexvo.org/id/char/9102> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C3%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%84%82>,
        <http://lexvo.org/id/term/kor/%E9%84%82>,
        <http://lexvo.org/id/term/kor/AK>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ngok6>,
        <http://lexvo.org/id/term/yue/%E9%84%82>,
        "鄂"^^xsd:string ;
    rdfs:comment "Hubei province; startled"@en .

<http://lexvo.org/id/char/9103> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%84%83>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C5%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%BA%20sh%C5%AB>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/syu1>,
        <http://lexvo.org/id/term/yue/%E9%84%83>,
        "鄃"^^xsd:string .

<http://lexvo.org/id/char/9104> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%84%84>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ju%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gyun3>,
        <http://lexvo.org/id/term/yue/%E9%84%84>,
        "鄄"^^xsd:string .

<http://lexvo.org/id/char/9105> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%84%85>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%94>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jyu5>,
        <http://lexvo.org/id/term/yue/%E9%84%85>,
        "鄅"^^xsd:string .

<http://lexvo.org/id/char/9106> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%84%86>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%B9n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wan6>,
        <http://lexvo.org/id/term/yue/%E9%84%86>,
        "鄆"^^xsd:string ;
    rdfs:comment "surname; an ancient town's name"@en .

<http://lexvo.org/id/char/9107> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%84%87>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%B2u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hau4%20hau6>,
        <http://lexvo.org/id/term/yue/%E9%84%87>,
        "鄇"^^xsd:string ;
    rdfs:comment "a name of a town in Henan province"@en .

<http://lexvo.org/id/char/9108> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%84%88>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ku%C3%AD>,
        "鄈"^^xsd:string ;
    rdfs:comment "slippers, sandals; dance shoes"@en .

<http://lexvo.org/id/char/9109> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%84%89>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C4%81ng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C4%81ng%20xi%C7%8Eng%20xi%C3%A0ng>,
        <http://lexvo.org/id/term/kor/%E9%84%89>,
        <http://lexvo.org/id/term/kor/HYANG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hoeng1%20hoeng3>,
        <http://lexvo.org/id/term/yue/%E9%84%89>,
        "鄉"^^xsd:string ;
    rdfs:comment "country; rural; village"@en .

<http://lexvo.org/id/char/910A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%84%8A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C4%81ng>,
        "鄊"^^xsd:string .

<http://lexvo.org/id/char/910B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%84%8B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C5%8Du>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sau1%20sau2>,
        <http://lexvo.org/id/term/yue/%E9%84%8B>,
        "鄋"^^xsd:string ;
    rdfs:comment "county"@en .

<http://lexvo.org/id/char/910C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%84%8C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%A1ng>,
        "鄌"^^xsd:string .

<http://lexvo.org/id/char/910D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%84%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%ADng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ming4>,
        <http://lexvo.org/id/term/yue/%E9%84%8D>,
        "鄍"^^xsd:string ;
    rdfs:comment "a town in Shandong province"@en .

<http://lexvo.org/id/char/910E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%84%8E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sik1>,
        <http://lexvo.org/id/term/yue/%E9%84%8E>,
        "鄎"^^xsd:string ;
    rdfs:comment "a place in Henan province"@en .

<http://lexvo.org/id/char/910F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%84%8F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/r%C3%B9%20r%C7%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/r%C7%94>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/juk6>,
        <http://lexvo.org/id/term/yue/%E9%84%8F>,
        "鄏"^^xsd:string ;
    rdfs:comment "place in Henan province"@en .

<http://lexvo.org/id/char/9110> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%84%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cuk1>,
        <http://lexvo.org/id/term/yue/%E9%84%90>,
        "鄐"^^xsd:string ;
    rdfs:comment "town in Henan province"@en .

<http://lexvo.org/id/char/9111> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%84%91>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C4%AB>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zi1>,
        <http://lexvo.org/id/term/yue/%E9%84%91>,
        "鄑"^^xsd:string ;
    rdfs:comment "kick; place in Shandong province"@en .

<http://lexvo.org/id/char/9112> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%84%92>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C5%8Du>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C5%8Du%20j%C3%B9>,
        <http://lexvo.org/id/term/kor/%E9%84%92>,
        <http://lexvo.org/id/term/kor/CHWU>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zau1>,
        <http://lexvo.org/id/term/yue/%E9%84%92>,
        "鄒"^^xsd:string ;
    rdfs:comment "name of an ancient state; surname"@en .

<http://lexvo.org/id/char/9113> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%84%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%BA>,
        "鄓"^^xsd:string .

<http://lexvo.org/id/char/9114> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%84%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C5%AB>,
        <http://lexvo.org/id/term/kor/%E9%84%94>,
        <http://lexvo.org/id/term/kor/O>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wu1>,
        <http://lexvo.org/id/term/yue/%E9%84%94>,
        "鄔"^^xsd:string ;
    rdfs:comment "various place names; surname; transliteration of Sanskrit 'u'"@en .

<http://lexvo.org/id/char/9115> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%84%95>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C4%81ng%20xi%C7%8Eng%20xi%C3%A0ng>,
        <http://lexvo.org/id/term/kor/%E9%84%95>,
        <http://lexvo.org/id/term/kor/HYANG>,
        <http://lexvo.org/id/term/vie/h%C6%B0%C6%A1ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hoeng1>,
        <http://lexvo.org/id/term/yue/%E9%84%95>,
        "鄕"^^xsd:string ;
    rdfs:comment "country; rural; village"@en .

<http://lexvo.org/id/char/9116> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%84%96>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%BAn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wan4>,
        <http://lexvo.org/id/term/yue/%E9%84%96>,
        "鄖"^^xsd:string ;
    rdfs:comment "county in Hubei province"@en .

<http://lexvo.org/id/char/9117> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%84%97>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A0o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/haau1%20hou6>,
        <http://lexvo.org/id/term/yue/%E9%84%97>,
        "鄗"^^xsd:string ;
    rdfs:comment "county in Hebei province"@en .

<http://lexvo.org/id/char/9118> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%84%98>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C5%8Dng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C5%8Dng%20y%C3%B3ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jung4%20tong4>,
        <http://lexvo.org/id/term/yue/%E9%84%98>,
        "鄘"^^xsd:string ;
    rdfs:comment "state in Henan province"@en .

<http://lexvo.org/id/char/9119> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%84%99>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C7%90>,
        <http://lexvo.org/id/term/kor/%E9%84%99>,
        <http://lexvo.org/id/term/kor/PI>,
        <http://lexvo.org/id/term/vie/b%E1%BA%BD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/pei2>,
        <http://lexvo.org/id/term/yue/%E9%84%99>,
        "鄙"^^xsd:string ;
    rdfs:comment "mean; low"@en .

<http://lexvo.org/id/char/911A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%84%9A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A0o>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%B2>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mok6>,
        <http://lexvo.org/id/term/yue/%E9%84%9A>,
        "鄚"^^xsd:string ;
    rdfs:comment "place in today's Hebei province"@en .

<http://lexvo.org/id/char/911B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%84%9B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%A1o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/caau4>,
        <http://lexvo.org/id/term/yue/%E9%84%9B>,
        "鄛"^^xsd:string .

<http://lexvo.org/id/char/911C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%84%9C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C5%AB>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fu1>,
        <http://lexvo.org/id/term/yue/%E9%84%9C>,
        "鄜"^^xsd:string ;
    rdfs:comment "county in Shanxi province"@en .

<http://lexvo.org/id/char/911D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%84%9D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C7%8Eo>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/liu5>,
        <http://lexvo.org/id/term/yue/%E9%84%9D>,
        "鄝"^^xsd:string .

<http://lexvo.org/id/char/911E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%84%9E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%ADn>,
        <http://lexvo.org/id/term/kor/%E9%84%9E>,
        <http://lexvo.org/id/term/kor/UN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ngan4>,
        <http://lexvo.org/id/term/yue/%E9%84%9E>,
        "鄞"^^xsd:string ;
    rdfs:comment "county in Zhejiang province"@en .

<http://lexvo.org/id/char/911F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%84%9F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zhu%C4%81n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zyun1>,
        <http://lexvo.org/id/term/yue/%E9%84%9F>,
        "鄟"^^xsd:string .

<http://lexvo.org/id/char/9120> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%84%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wu6>,
        <http://lexvo.org/id/term/yue/%E9%84%A0>,
        "鄠"^^xsd:string ;
    rdfs:comment "county in Shanxi province"@en .

<http://lexvo.org/id/char/9121> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%84%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C4%81o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hiu1>,
        <http://lexvo.org/id/term/yue/%E9%84%A1>,
        "鄡"^^xsd:string .

<http://lexvo.org/id/char/9122> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%84%A2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C4%81n>,
        <http://lexvo.org/id/term/kor/%E9%84%A2>,
        <http://lexvo.org/id/term/kor/EN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jin1>,
        <http://lexvo.org/id/term/yue/%E9%84%A2>,
        "鄢"^^xsd:string ;
    rdfs:comment "name of a district in Honan"@en .

<http://lexvo.org/id/char/9123> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%84%A3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C4%81ng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C4%81ng%20zh%C3%A0ng>,
        <http://lexvo.org/id/term/kor/%E9%84%A3>,
        <http://lexvo.org/id/term/kor/CANG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zoeng1>,
        <http://lexvo.org/id/term/yue/%E9%84%A3>,
        "鄣"^^xsd:string ;
    rdfs:comment "name of an ancient city in N. Jiangsu, near Shandong"@en .

<http://lexvo.org/id/char/9124> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%84%A4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A0n%20w%C3%A0n%20f%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/maan6>,
        <http://lexvo.org/id/term/yue/%E9%84%A4>,
        "鄤"^^xsd:string ;
    rdfs:comment "place in Henan province"@en .

<http://lexvo.org/id/char/9125> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%84%A5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C4%81o>,
        "鄥"^^xsd:string .

<http://lexvo.org/id/char/9126> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%84%A6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C7%94>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/heoi2>,
        <http://lexvo.org/id/term/yue/%E9%84%A6>,
        "鄦"^^xsd:string .

<http://lexvo.org/id/char/9127> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%84%A7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%A8ng>,
        <http://lexvo.org/id/term/kor/%E9%84%A7>,
        <http://lexvo.org/id/term/kor/TUNG>,
        <http://lexvo.org/id/term/vie/%C4%91%E1%BA%B7ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dang6>,
        <http://lexvo.org/id/term/yue/%E9%84%A7>,
        "鄧"^^xsd:string ;
    rdfs:comment "surname"@en .

<http://lexvo.org/id/char/9128> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%84%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bai6>,
        <http://lexvo.org/id/term/yue/%E9%84%A8>,
        "鄨"^^xsd:string .

<http://lexvo.org/id/char/9129> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%84%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C3%ADn%20x%C3%BAn>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C3%BAn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cam4>,
        <http://lexvo.org/id/term/yue/%E9%84%A9>,
        "鄩"^^xsd:string ;
    rdfs:comment "county in Shandong province"@en .

<http://lexvo.org/id/char/912A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%84%AA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bei3>,
        <http://lexvo.org/id/term/yue/%E9%84%AA>,
        "鄪"^^xsd:string .

<http://lexvo.org/id/char/912B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%84%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C3%A9ng%20z%C4%93ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cang4>,
        <http://lexvo.org/id/term/yue/%E9%84%AB>,
        "鄫"^^xsd:string ;
    rdfs:comment "state in today's Shandong province"@en .

<http://lexvo.org/id/char/912C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%84%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C3%A9i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wai4>,
        <http://lexvo.org/id/term/yue/%E9%84%AC>,
        "鄬"^^xsd:string ;
    rdfs:comment "place in Henan province"@en .

<http://lexvo.org/id/char/912D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%84%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%A8ng>,
        <http://lexvo.org/id/term/kor/%E9%84%AD>,
        <http://lexvo.org/id/term/kor/CENG>,
        <http://lexvo.org/id/term/vie/tr%E1%BB%8Bnh>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zeng6%20zing6>,
        <http://lexvo.org/id/term/yue/%E9%84%AD>,
        "鄭"^^xsd:string ;
    rdfs:comment "state in today's Henan; surname"@en .

<http://lexvo.org/id/char/912E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%84%AE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A0o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mau6>,
        <http://lexvo.org/id/term/yue/%E9%84%AE>,
        "鄮"^^xsd:string .

<http://lexvo.org/id/char/912F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%84%AF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sin6>,
        <http://lexvo.org/id/term/yue/%E9%84%AF>,
        "鄯"^^xsd:string ;
    rdfs:comment "district in Gansu during the Tang dynasty"@en .

<http://lexvo.org/id/char/9130> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%84%B0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%ADn>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%ADn%20l%C3%ACn>,
        <http://lexvo.org/id/term/kor/%E9%84%B0>,
        <http://lexvo.org/id/term/kor/LIN>,
        <http://lexvo.org/id/term/vie/l%C3%A2n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/leon4>,
        <http://lexvo.org/id/term/yue/%E9%84%B0>,
        "鄰"^^xsd:string ;
    rdfs:comment "neighbor; neighborhood"@en .

<http://lexvo.org/id/char/9131> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%84%B1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%B3%20p%C3%AD%20p%C3%A1n>,
        <http://lexvo.org/id/term/kor/%E9%84%B1>,
        <http://lexvo.org/id/term/kor/PHA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bo3%20po4>,
        <http://lexvo.org/id/term/yue/%E9%84%B1>,
        "鄱"^^xsd:string ;
    rdfs:comment "county and lake in Jiangxi"@en .

<http://lexvo.org/id/char/9132> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%84%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C4%81n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C4%81n%20du%C5%8D>,
        <http://lexvo.org/id/term/kor/%E9%84%B2>,
        <http://lexvo.org/id/term/kor/TAN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/daan1>,
        <http://lexvo.org/id/term/yue/%E9%84%B2>,
        "鄲"^^xsd:string ;
    rdfs:comment "county in Hebei province"@en .

<http://lexvo.org/id/char/9133> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%84%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A9ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/maang4%20mong4>,
        <http://lexvo.org/id/term/yue/%E9%84%B3>,
        "鄳"^^xsd:string .

<http://lexvo.org/id/char/9134> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%84%B4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A8>,
        <http://lexvo.org/id/term/kor/%E9%84%B4>,
        <http://lexvo.org/id/term/kor/EP>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jip6>,
        <http://lexvo.org/id/term/yue/%E9%84%B4>,
        "鄴"^^xsd:string ;
    rdfs:comment "place in today's honan province"@en .

<http://lexvo.org/id/char/9135> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%84%B5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C4%81o%20c%C3%A0o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cou3>,
        <http://lexvo.org/id/term/yue/%E9%84%B5>,
        "鄵"^^xsd:string .

<http://lexvo.org/id/char/9136> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%84%B6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ku%C3%A0i>,
        <http://lexvo.org/id/term/kor/%E9%84%B6>,
        <http://lexvo.org/id/term/kor/HOY>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kui2>,
        <http://lexvo.org/id/term/yue/%E9%84%B6>,
        "鄶"^^xsd:string ;
    rdfs:comment "state in today's Henan province"@en .

<http://lexvo.org/id/char/9137> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%84%B7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C4%93ng>,
        "鄷"^^xsd:string .

<http://lexvo.org/id/char/9138> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%84%B8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A9ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mung4>,
        <http://lexvo.org/id/term/yue/%E9%84%B8>,
        "鄸"^^xsd:string .

<http://lexvo.org/id/char/9139> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%84%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C5%8Du>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C5%8Du%20j%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zau1>,
        <http://lexvo.org/id/term/yue/%E9%84%B9>,
        "鄹"^^xsd:string ;
    rdfs:comment "name of a state; surname"@en .

<http://lexvo.org/id/char/913A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%84%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ku%C3%A0ng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ku%C3%A0ng%20ku%C3%B2>,
        <http://lexvo.org/id/term/kor/%E9%84%BA>,
        <http://lexvo.org/id/term/kor/KWANG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kwong3>,
        <http://lexvo.org/id/term/yue/%E9%84%BA>,
        "鄺"^^xsd:string ;
    rdfs:comment "surname"@en .

<http://lexvo.org/id/char/913B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%84%BB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C7%8En%20li%C3%A1n>,
        "鄻"^^xsd:string ;
    rdfs:comment "spoil, ruin"@en .

<http://lexvo.org/id/char/913C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%84%BC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C3%A0n%20cu%C3%B3>,
        "鄼"^^xsd:string .

<http://lexvo.org/id/char/913D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%84%BD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%A1n>,
        <http://lexvo.org/id/term/kor/%E9%84%BD>,
        <http://lexvo.org/id/term/kor/CEN>,
        "鄽"^^xsd:string .

<http://lexvo.org/id/char/913E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%84%BE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C5%8Du>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jau1>,
        <http://lexvo.org/id/term/yue/%E9%84%BE>,
        "鄾"^^xsd:string ;
    rdfs:comment "place in Hubei province"@en .

<http://lexvo.org/id/char/913F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%84%BF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C3%AD>,
        "鄿"^^xsd:string ;
    rdfs:comment "county in Xinjiang province"@en .

<http://lexvo.org/id/char/9140> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%85%80>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C4%81n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jin3>,
        <http://lexvo.org/id/term/yue/%E9%85%80>,
        "酀"^^xsd:string .

<http://lexvo.org/id/char/9141> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%85%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%A1n>,
        "酁"^^xsd:string .

<http://lexvo.org/id/char/9142> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%85%82>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/cu%C3%B3%201440.060%3Az%C3%A0n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C3%A0n%20d%C3%A1>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zyun2>,
        <http://lexvo.org/id/term/yue/%E9%85%82>,
        "酂"^^xsd:string ;
    rdfs:comment "collect; small administration"@en .

<http://lexvo.org/id/char/9143> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%85%83>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%ADng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ling4>,
        <http://lexvo.org/id/term/yue/%E9%85%83>,
        "酃"^^xsd:string ;
    rdfs:comment "the spirit of a being, which acts upon others spirit; divine; efficacious"@en .

<http://lexvo.org/id/char/9144> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%85%84>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C4%81n>,
        "酄"^^xsd:string .

<http://lexvo.org/id/char/9145> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%85%85>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C4%AB>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kwai4>,
        <http://lexvo.org/id/term/yue/%E9%85%85>,
        "酅"^^xsd:string ;
    rdfs:comment "raise feet; town in Shandong province"@en .

<http://lexvo.org/id/char/9146> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%85%86>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C4%93ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fung1>,
        <http://lexvo.org/id/term/yue/%E9%85%86>,
        "酆"^^xsd:string ;
    rdfs:comment "name of Zhou period state"@en .

<http://lexvo.org/id/char/9147> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%85%87>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C3%A0n%20d%C3%A1>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zaan3%20zyun2>,
        <http://lexvo.org/id/term/yue/%E9%85%87>,
        "酇"^^xsd:string ;
    rdfs:comment "collect; small administration"@en .

<http://lexvo.org/id/char/9148> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%85%88>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%AC%20zh%C3%AD%20l%C3%AD>,
        <http://lexvo.org/id/term/kor/%E9%85%88>,
        <http://lexvo.org/id/term/kor/LYEK>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lik6>,
        <http://lexvo.org/id/term/yue/%E9%85%88>,
        "酈"^^xsd:string ;
    rdfs:comment "place in today's Henan province"@en .

<http://lexvo.org/id/char/914A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%85%8A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C4%ABng%200253.060%3Ad%C7%90ng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C7%90ng%20d%C4%ABng>,
        <http://lexvo.org/id/term/kor/%E9%85%8A>,
        <http://lexvo.org/id/term/kor/CENG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ding1%20ding2>,
        <http://lexvo.org/id/term/yue/%E9%85%8A>,
        "酊"^^xsd:string ;
    rdfs:comment "drunk, intoxicated"@en .

<http://lexvo.org/id/char/914B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%85%8B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C3%BA>,
        <http://lexvo.org/id/term/kor/%E9%85%8B>,
        <http://lexvo.org/id/term/kor/CHWU>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cau4%20jau4>,
        <http://lexvo.org/id/term/yue/%E9%85%8B>,
        "酋"^^xsd:string ;
    rdfs:comment "chief of tribe, chieftain"@en .

<http://lexvo.org/id/char/914C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%85%8C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zhu%C3%B3>,
        <http://lexvo.org/id/term/kor/%E9%85%8C>,
        <http://lexvo.org/id/term/kor/CAK>,
        <http://lexvo.org/id/term/vie/ch%C6%B0%E1%BB%9Bc>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zoek3>,
        <http://lexvo.org/id/term/yue/%E9%85%8C>,
        "酌"^^xsd:string ;
    rdfs:comment "serve wine; feast; deliberate"@en .

<http://lexvo.org/id/char/914D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%85%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%A8i>,
        <http://lexvo.org/id/term/kor/%E9%85%8D>,
        <http://lexvo.org/id/term/kor/PAY>,
        <http://lexvo.org/id/term/vie/ph%E1%BB%91i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/pui3>,
        <http://lexvo.org/id/term/yue/%E9%85%8D>,
        "配"^^xsd:string ;
    rdfs:comment "match, pair; equal; blend"@en .

<http://lexvo.org/id/char/914E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%85%8E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%B2u>,
        <http://lexvo.org/id/term/kor/%E9%85%8E>,
        <http://lexvo.org/id/term/kor/CWU>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zau6>,
        <http://lexvo.org/id/term/yue/%E9%85%8E>,
        "酎"^^xsd:string ;
    rdfs:comment "double-fermented wine, vintage wine"@en .

<http://lexvo.org/id/char/914F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%85%8F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%AD%20h%C3%B9%20tu%C3%B3%20y%C7%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%90>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ji4>,
        <http://lexvo.org/id/term/yue/%E9%85%8F>,
        "酏"^^xsd:string ;
    rdfs:comment "millet wine"@en .

<http://lexvo.org/id/char/9150> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%85%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C4%81n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A0ng%20g%C4%81n%20h%C7%8Eng%20h%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gon1%20hong5>,
        <http://lexvo.org/id/term/yue/%E9%85%90>,
        "酐"^^xsd:string ;
    rdfs:comment "anhydride"@en .

<http://lexvo.org/id/char/9151> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%85%91>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%94>,
        "酑"^^xsd:string .

<http://lexvo.org/id/char/9152> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%85%92>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C7%94>,
        <http://lexvo.org/id/term/kor/%E9%85%92>,
        <http://lexvo.org/id/term/kor/CWU>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zau2>,
        <http://lexvo.org/id/term/yue/%E9%85%92>,
        "酒"^^xsd:string ;
    rdfs:comment "wine, spirits, liquor, alcoholic beverage"@en .

<http://lexvo.org/id/char/9153> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%85%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%8En>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jim2>,
        <http://lexvo.org/id/term/yue/%E9%85%93>,
        "酓"^^xsd:string .

<http://lexvo.org/id/char/9154> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%85%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zu%C3%AC>,
        "酔"^^xsd:string ;
    rdfs:comment "intoxicated, drunk; addicted to"@en .

<http://lexvo.org/id/char/9155> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%85%95>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A1o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mou4>,
        <http://lexvo.org/id/term/yue/%E9%85%95>,
        "酕"^^xsd:string .

<http://lexvo.org/id/char/9156> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%85%96>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C4%81n%20zh%C3%A8n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%A8n>,
        <http://lexvo.org/id/term/kor/%E9%85%96>,
        <http://lexvo.org/id/term/kor/THAM>,
        <http://lexvo.org/id/term/vie/%C4%91am>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/daam1%20zam6>,
        <http://lexvo.org/id/term/yue/%E9%85%96>,
        "酖"^^xsd:string ;
    rdfs:comment "wine with bird poison added"@en .

<http://lexvo.org/id/char/9157> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%85%97>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C3%B9>,
        <http://lexvo.org/id/term/kor/%E9%85%97>,
        <http://lexvo.org/id/term/kor/HWU>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jyu3>,
        <http://lexvo.org/id/term/yue/%E9%85%97>,
        "酗"^^xsd:string ;
    rdfs:comment "drunk, to become violent under the influence of alcohol"@en .

<http://lexvo.org/id/char/9158> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%85%98>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%B2u>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%B3u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tau4>,
        <http://lexvo.org/id/term/yue/%E9%85%98>,
        "酘"^^xsd:string .

<http://lexvo.org/id/char/9159> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%85%99>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C4%93n>,
        "酙"^^xsd:string .

<http://lexvo.org/id/char/915A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%85%9A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C4%93n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fan1>,
        <http://lexvo.org/id/term/yue/%E9%85%9A>,
        "酚"^^xsd:string ;
    rdfs:comment "carbolic acid; phenol"@en .

<http://lexvo.org/id/char/915B> a lvont:Character ;
    lvont:represents "酛"^^xsd:string .

<http://lexvo.org/id/char/915C> a lvont:Character ;
    lvont:represents "酜"^^xsd:string .

<http://lexvo.org/id/char/915D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%85%9D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%B9n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wan3>,
        <http://lexvo.org/id/term/yue/%E9%85%9D>,
        "酝"^^xsd:string ;
    rdfs:comment "liquor, spirits, wine; ferment"@en .

<http://lexvo.org/id/char/915E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%85%9E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%A0i>,
        "酞"^^xsd:string ;
    rdfs:comment "phthalein"@en .

<http://lexvo.org/id/char/915F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%85%9F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ti%C4%81n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tim1>,
        <http://lexvo.org/id/term/yue/%E9%85%9F>,
        "酟"^^xsd:string .

<http://lexvo.org/id/char/9160> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%85%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C7%8E>,
        "酠"^^xsd:string .

<http://lexvo.org/id/char/9161> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%85%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/tu%C3%B3>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/to4>,
        <http://lexvo.org/id/term/yue/%E9%85%A1>,
        "酡"^^xsd:string ;
    rdfs:comment "flushed; rubicund"@en .

<http://lexvo.org/id/char/9162> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%85%A2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C3%B9%201553.010%3Azu%C3%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zu%C3%B2%20c%C3%B9>,
        <http://lexvo.org/id/term/kor/%E9%85%A2>,
        <http://lexvo.org/id/term/kor/CHO%20CAK>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cou3%20zaa3%20zok6>,
        <http://lexvo.org/id/term/yue/%E9%85%A2>,
        "酢"^^xsd:string ;
    rdfs:comment "toast one's host with wine; to express juice by pressing"@en .

<http://lexvo.org/id/char/9163> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%85%A3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C4%81n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C4%81n%20h%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E9%85%A3>,
        <http://lexvo.org/id/term/kor/KEM>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ham4>,
        <http://lexvo.org/id/term/yue/%E9%85%A3>,
        "酣"^^xsd:string ;
    rdfs:comment "enjoy intoxicants"@en .

<http://lexvo.org/id/char/9164> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%85%A4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C5%AB>,
        <http://lexvo.org/id/term/kor/%E9%85%A4>,
        <http://lexvo.org/id/term/kor/KO>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gu1>,
        <http://lexvo.org/id/term/yue/%E9%85%A4>,
        "酤"^^xsd:string ;
    rdfs:comment "to deal in spirits"@en .

<http://lexvo.org/id/char/9165> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%85%A5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C5%AB>,
        <http://lexvo.org/id/term/kor/%E9%85%A5>,
        <http://lexvo.org/id/term/kor/SO>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sou1>,
        <http://lexvo.org/id/term/yue/%E9%85%A5>,
        "酥"^^xsd:string ;
    rdfs:comment "butter; flaky, crispy, light, fluffy"@en .

<http://lexvo.org/id/char/9166> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%85%A6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C4%81%200884.080%3Ap%C5%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%B2%20p%C5%8D>,
        <http://lexvo.org/id/term/kor/%E9%85%A6>,
        <http://lexvo.org/id/term/kor/PAL>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/put3>,
        <http://lexvo.org/id/term/yue/%E9%85%A6>,
        "酦"^^xsd:string ;
    rdfs:comment "fermentation, brewing"@en .

<http://lexvo.org/id/char/9167> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%85%A7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%B3u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cau4>,
        <http://lexvo.org/id/term/yue/%E9%85%A7>,
        "酧"^^xsd:string ;
    rdfs:comment "to pledge with wine"@en .

<http://lexvo.org/id/char/9168> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%85%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C3%A0i%20zu%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/doi6%20zoi6>,
        <http://lexvo.org/id/term/yue/%E9%85%A8>,
        "酨"^^xsd:string .

<http://lexvo.org/id/char/9169> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%85%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%ADng%20m%C7%90ng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C7%90ng>,
        <http://lexvo.org/id/term/kor/%E9%85%A9>,
        <http://lexvo.org/id/term/kor/MYENG>,
        <http://lexvo.org/id/term/vie/m%E1%BB%89nh>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ming4%20ming5>,
        <http://lexvo.org/id/term/yue/%E9%85%A9>,
        "酩"^^xsd:string ;
    rdfs:comment "drunk; intoxicated; tipsy"@en .

<http://lexvo.org/id/char/916A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%85%AA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%A0o>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%A0o%20lu%C3%B2%20l%C3%B9>,
        <http://lexvo.org/id/term/kor/%E9%85%AA>,
        <http://lexvo.org/id/term/kor/LAK>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lok3%20lou6>,
        <http://lexvo.org/id/term/yue/%E9%85%AA>,
        "酪"^^xsd:string ;
    rdfs:comment "cream, cheese; koumiss"@en .

<http://lexvo.org/id/char/916B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%85%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/chu%C3%B2>,
        "酫"^^xsd:string .

<http://lexvo.org/id/char/916C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%85%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%B3u>,
        <http://lexvo.org/id/term/kor/%E9%85%AC>,
        <http://lexvo.org/id/term/kor/SWU>,
        <http://lexvo.org/id/term/vie/th%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cau4>,
        <http://lexvo.org/id/term/yue/%E9%85%AC>,
        "酬"^^xsd:string ;
    rdfs:comment "toast; reward, recompense"@en .

<http://lexvo.org/id/char/916D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%85%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%B2u>,
        "酭"^^xsd:string .

<http://lexvo.org/id/char/916E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%85%AE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%B3ng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%B3ng%20d%C3%B2ng%20ch%C3%B3ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tung4>,
        <http://lexvo.org/id/term/yue/%E9%85%AE>,
        "酮"^^xsd:string ;
    rdfs:comment "ketones"@en .

<http://lexvo.org/id/char/916F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%85%AF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C7%90>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zi2>,
        <http://lexvo.org/id/term/yue/%E9%85%AF>,
        "酯"^^xsd:string ;
    rdfs:comment "ester"@en .

<http://lexvo.org/id/char/9170> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%85%B0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C4%81n>,
        "酰"^^xsd:string ;
    rdfs:comment "acyl"@en .

<http://lexvo.org/id/char/9171> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%85%B1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%A0ng>,
        <http://lexvo.org/id/term/kor/%E9%85%B1>,
        <http://lexvo.org/id/term/kor/CANG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zoeng3>,
        <http://lexvo.org/id/term/yue/%E9%85%B1>,
        "酱"^^xsd:string ;
    rdfs:comment "any jam-like or paste-like food"@en .

<http://lexvo.org/id/char/9172> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%85%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%A9ng>,
        <http://lexvo.org/id/term/kor/%E9%85%B2>,
        <http://lexvo.org/id/term/kor/CENG>,
        <http://lexvo.org/id/term/vie/x%C3%A0nh>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cing4>,
        <http://lexvo.org/id/term/yue/%E9%85%B2>,
        "酲"^^xsd:string ;
    rdfs:comment "hangover; uncomfortable"@en .

<http://lexvo.org/id/char/9173> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%85%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%ACn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jan6>,
        <http://lexvo.org/id/term/yue/%E9%85%B3>,
        "酳"^^xsd:string .

<http://lexvo.org/id/char/9174> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%85%B4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%BA>,
        <http://lexvo.org/id/term/kor/%E9%85%B4>,
        <http://lexvo.org/id/term/kor/TO>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tou4>,
        <http://lexvo.org/id/term/yue/%E9%85%B4>,
        "酴"^^xsd:string ;
    rdfs:comment "leaven, yeast; wine"@en .

<http://lexvo.org/id/char/9175> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%85%B5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%A0o>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%A0o%20xi%C3%A0o>,
        <http://lexvo.org/id/term/kor/%E9%85%B5>,
        <http://lexvo.org/id/term/kor/HYO>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gaau3%20haau1>,
        <http://lexvo.org/id/term/yue/%E9%85%B5>,
        "酵"^^xsd:string ;
    rdfs:comment "yeast, leaven"@en .

<http://lexvo.org/id/char/9176> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%85%B6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A9i>,
        <http://lexvo.org/id/term/kor/%E9%85%B6>,
        <http://lexvo.org/id/term/kor/MAY>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mui4>,
        <http://lexvo.org/id/term/yue/%E9%85%B6>,
        "酶"^^xsd:string ;
    rdfs:comment "enzymes; (Cant.) soft"@en .

<http://lexvo.org/id/char/9177> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%85%B7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C3%B9>,
        <http://lexvo.org/id/term/kor/%E9%85%B7>,
        <http://lexvo.org/id/term/kor/HOK>,
        <http://lexvo.org/id/term/vie/kh%E1%BB%91c>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/huk6>,
        <http://lexvo.org/id/term/yue/%E9%85%B7>,
        "酷"^^xsd:string ;
    rdfs:comment "strong, stimulating; very"@en .

<http://lexvo.org/id/char/9178> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%85%B8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/su%C4%81n>,
        <http://lexvo.org/id/term/kor/%E9%85%B8>,
        <http://lexvo.org/id/term/kor/SAN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/syun1>,
        <http://lexvo.org/id/term/yue/%E9%85%B8>,
        "酸"^^xsd:string ;
    rdfs:comment "tart, sour; acid; stiff; spoiled"@en .

<http://lexvo.org/id/char/9179> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%85%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%A8i>,
        <http://lexvo.org/id/term/kor/%E9%85%B9>,
        <http://lexvo.org/id/term/kor/LOY>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/laai6%20lyut3>,
        <http://lexvo.org/id/term/yue/%E9%85%B9>,
        "酹"^^xsd:string ;
    rdfs:comment "to pour out a libation; to sprinkle"@en .

<http://lexvo.org/id/char/917A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%85%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%BA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/pou4>,
        <http://lexvo.org/id/term/yue/%E9%85%BA>,
        "酺"^^xsd:string ;
    rdfs:comment "drink with others; drink heavily"@en .

<http://lexvo.org/id/char/917B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%85%BB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zu%C3%AC>,
        "酻"^^xsd:string .

<http://lexvo.org/id/char/917C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%85%BC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C7%8Ei>,
        "酼"^^xsd:string .

<http://lexvo.org/id/char/917D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%85%BD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jim6>,
        <http://lexvo.org/id/term/yue/%E9%85%BD>,
        "酽"^^xsd:string ;
    rdfs:comment "thick, strong (beverage)"@en .

<http://lexvo.org/id/char/917E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%85%BE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C4%81i%201032.010%3Ash%C4%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C7%90%20l%C3%AD%20sh%C4%81i%20sh%C4%AB>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/si1>,
        <http://lexvo.org/id/term/yue/%E9%85%BE>,
        "酾"^^xsd:string ;
    rdfs:comment "strain"@en .

<http://lexvo.org/id/char/917F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%85%BF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ni%C3%A0ng%20ni%C3%A1ng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ni%C3%A1ng%200833.010%3Ani%C3%A0ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/joeng6>,
        <http://lexvo.org/id/term/yue/%E9%85%BF>,
        "酿"^^xsd:string ;
    rdfs:comment "brew, ferment"@en .

<http://lexvo.org/id/char/9180> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%86%80>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C3%A9i>,
        "醀"^^xsd:string .

<http://lexvo.org/id/char/9181> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%86%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/luk6>,
        <http://lexvo.org/id/term/yue/%E9%86%81>,
        "醁"^^xsd:string ;
    rdfs:comment "a kind of green-colored wine"@en .

<http://lexvo.org/id/char/9182> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%86%82>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C7%8En>,
        "醂"^^xsd:string ;
    rdfs:comment "to remove astringency; to bleach in water"@en .

<http://lexvo.org/id/char/9183> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%86%83>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C4%81n>,
        <http://lexvo.org/id/term/kor/%E9%86%83>,
        <http://lexvo.org/id/term/kor/EM>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jim1%20jip3>,
        <http://lexvo.org/id/term/yue/%E9%86%83>,
        "醃"^^xsd:string ;
    rdfs:comment "marinate, pickle; salt"@en .

<http://lexvo.org/id/char/9184> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%86%84>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%A1o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tou4>,
        <http://lexvo.org/id/term/yue/%E9%86%84>,
        "醄"^^xsd:string .

<http://lexvo.org/id/char/9185> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%86%85>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C4%93i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/pui1>,
        <http://lexvo.org/id/term/yue/%E9%86%85>,
        "醅"^^xsd:string ;
    rdfs:comment "unstrained spirits"@en .

<http://lexvo.org/id/char/9186> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%86%86>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C7%8En>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zaan1%20zaan2>,
        <http://lexvo.org/id/term/yue/%E9%86%86>,
        "醆"^^xsd:string ;
    rdfs:comment "wine cup; muddy wine"@en .

<http://lexvo.org/id/char/9187> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%86%87>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%BAn>,
        <http://lexvo.org/id/term/kor/%E9%86%87>,
        <http://lexvo.org/id/term/kor/SWUN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/seon4>,
        <http://lexvo.org/id/term/yue/%E9%86%87>,
        "醇"^^xsd:string ;
    rdfs:comment "rich, good as wine; pure, unmixed"@en .

<http://lexvo.org/id/char/9188> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%86%88>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%A1n>,
        "醈"^^xsd:string .

<http://lexvo.org/id/char/9189> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%86%89>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zu%C3%AC>,
        <http://lexvo.org/id/term/kor/%E9%86%89>,
        <http://lexvo.org/id/term/kor/CHWI>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zeoi3>,
        <http://lexvo.org/id/term/yue/%E9%86%89>,
        "醉"^^xsd:string ;
    rdfs:comment "intoxicated, drunk; addicted to"@en .

<http://lexvo.org/id/char/918A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%86%8A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/chu%C3%B2%20zhu%C4%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zhu%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zyut3>,
        <http://lexvo.org/id/term/yue/%E9%86%8A>,
        "醊"^^xsd:string ;
    rdfs:comment "to pour wine in a libation"@en .

<http://lexvo.org/id/char/918B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%86%8B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C3%B9>,
        <http://lexvo.org/id/term/kor/%E9%86%8B>,
        <http://lexvo.org/id/term/kor/CHO%20CAK>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cou3>,
        <http://lexvo.org/id/term/yue/%E9%86%8B>,
        "醋"^^xsd:string ;
    rdfs:comment "vinegar; jealousy, envy"@en .

<http://lexvo.org/id/char/918C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%86%8C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C5%ABn>,
        "醌"^^xsd:string .

<http://lexvo.org/id/char/918D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%86%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%AD%20t%C7%90>,
        <http://lexvo.org/id/term/kor/%E9%86%8D>,
        <http://lexvo.org/id/term/kor/CEY>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tai4>,
        <http://lexvo.org/id/term/yue/%E9%86%8D>,
        "醍"^^xsd:string ;
    rdfs:comment "essential oil of butter"@en .

<http://lexvo.org/id/char/918E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%86%8E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/mi%C3%A1n>,
        "醎"^^xsd:string .

<http://lexvo.org/id/char/918F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%86%8F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C5%AB>,
        "醏"^^xsd:string .

<http://lexvo.org/id/char/9190> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%86%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%BA>,
        <http://lexvo.org/id/term/kor/%E9%86%90>,
        <http://lexvo.org/id/term/kor/HO>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wu4>,
        <http://lexvo.org/id/term/yue/%E9%86%90>,
        "醐"^^xsd:string ;
    rdfs:comment "purest cream"@en .

<http://lexvo.org/id/char/9191> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%86%91>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C7%94>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/seoi2>,
        <http://lexvo.org/id/term/yue/%E9%86%91>,
        "醑"^^xsd:string ;
    rdfs:comment "to strain spirits"@en .

<http://lexvo.org/id/char/9192> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%86%92>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C7%90ng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C7%90ng%20x%C4%ABng%20ch%C3%A9ng%20j%C4%ABng>,
        <http://lexvo.org/id/term/kor/%E9%86%92>,
        <http://lexvo.org/id/term/kor/SENG>,
        <http://lexvo.org/id/term/vie/t%E1%BB%89nh>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/seng2%20sing1%20sing2>,
        <http://lexvo.org/id/term/yue/%E9%86%92>,
        "醒"^^xsd:string ;
    rdfs:comment "wake up; sober up; startle"@en .

<http://lexvo.org/id/char/9193> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%86%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C7%8En>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/taam1%20taam2>,
        <http://lexvo.org/id/term/yue/%E9%86%93>,
        "醓"^^xsd:string ;
    rdfs:comment "salted meat; brine from pickled mince"@en .

<http://lexvo.org/id/char/9194> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%86%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C5%AB>,
        "醔"^^xsd:string .

<http://lexvo.org/id/char/9195> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%86%95>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%BAn>,
        "醕"^^xsd:string .

<http://lexvo.org/id/char/9196> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%86%96>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%B9n>,
        <http://lexvo.org/id/term/kor/%E9%86%96>,
        <http://lexvo.org/id/term/kor/ON>,
        "醖"^^xsd:string ;
    rdfs:comment "liquor"@en .

<http://lexvo.org/id/char/9197> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%86%97>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%B2>,
        <http://lexvo.org/id/term/kor/%E9%86%97>,
        <http://lexvo.org/id/term/kor/PAL>,
        "醗"^^xsd:string ;
    rdfs:comment "to brew for the second time"@en .

<http://lexvo.org/id/char/9198> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%86%98>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C3%A8>,
        "醘"^^xsd:string .

<http://lexvo.org/id/char/9199> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%86%99>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C5%8Du>,
        "醙"^^xsd:string .

<http://lexvo.org/id/char/919A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%86%9A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mai4>,
        <http://lexvo.org/id/term/yue/%E9%86%9A>,
        "醚"^^xsd:string ;
    rdfs:comment "ether"@en .

<http://lexvo.org/id/char/919B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%86%9B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qu%C3%A1n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qu%C3%A1n%20chu%C3%B2>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cyun4>,
        <http://lexvo.org/id/term/yue/%E9%86%9B>,
        "醛"^^xsd:string ;
    rdfs:comment "aldehyde"@en .

<http://lexvo.org/id/char/919C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%86%9C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C7%92u>,
        <http://lexvo.org/id/term/kor/%E9%86%9C>,
        <http://lexvo.org/id/term/kor/CHWU>,
        <http://lexvo.org/id/term/vie/x%E1%BA%A5u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cau2>,
        <http://lexvo.org/id/term/yue/%E9%86%9C>,
        "醜"^^xsd:string ;
    rdfs:comment "ugly looking, homely; disgraceful"@en .

<http://lexvo.org/id/char/919D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%86%9D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/cu%C3%B3%20cu%C5%8D>,
        <http://lexvo.org/id/term/vie/say>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/co1%20co4>,
        <http://lexvo.org/id/term/yue/%E9%86%9D>,
        "醝"^^xsd:string ;
    rdfs:comment "white wine"@en .

<http://lexvo.org/id/char/919E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%86%9E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%B9n>,
        <http://lexvo.org/id/term/kor/%E9%86%9E>,
        <http://lexvo.org/id/term/kor/ON>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wan3%20wan5>,
        <http://lexvo.org/id/term/yue/%E9%86%9E>,
        "醞"^^xsd:string ;
    rdfs:comment "liquor, spirits, wine; ferment"@en .

<http://lexvo.org/id/char/919F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%86%9F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%B2ng%20y%C7%92ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wing4%20wing6>,
        <http://lexvo.org/id/term/yue/%E9%86%9F>,
        "醟"^^xsd:string .

<http://lexvo.org/id/char/91A0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C3%A0ng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%86%A0>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ong3>,
        <http://lexvo.org/id/term/yue/%E9%86%A0>,
        "醠"^^xsd:string .

<http://lexvo.org/id/char/91A1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%86%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%A0>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zaa3>,
        <http://lexvo.org/id/term/yue/%E9%86%A1>,
        "醡"^^xsd:string ;
    rdfs:comment "wine press"@en .

<http://lexvo.org/id/char/91A2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%86%A2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C7%8Ei>,
        <http://lexvo.org/id/term/kor/%E9%86%A2>,
        <http://lexvo.org/id/term/kor/HAY>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hoi2>,
        <http://lexvo.org/id/term/yue/%E9%86%A2>,
        "醢"^^xsd:string ;
    rdfs:comment "minced pickled meat; mince"@en .

<http://lexvo.org/id/char/91A3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%86%A3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%A1ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tong4>,
        <http://lexvo.org/id/term/yue/%E9%86%A3>,
        "醣"^^xsd:string ;
    rdfs:comment "carbohydrates"@en .

<http://lexvo.org/id/char/91A4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%86%A4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%A0ng>,
        <http://lexvo.org/id/term/kor/%E9%86%A4>,
        <http://lexvo.org/id/term/kor/CANG>,
        "醤"^^xsd:string ;
    rdfs:comment "any jam-like or paste-like food"@en .

<http://lexvo.org/id/char/91A5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%86%A5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/pi%C7%8Eo>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/piu2>,
        <http://lexvo.org/id/term/yue/%E9%86%A5>,
        "醥"^^xsd:string .

<http://lexvo.org/id/char/91A6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%86%A6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C7%8En>,
        "醦"^^xsd:string .

<http://lexvo.org/id/char/91A7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%86%A7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jyu3>,
        <http://lexvo.org/id/term/yue/%E9%86%A7>,
        "醧"^^xsd:string .

<http://lexvo.org/id/char/91A8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%86%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lei4>,
        <http://lexvo.org/id/term/yue/%E9%86%A8>,
        "醨"^^xsd:string ;
    rdfs:comment "dregs of wine"@en .

<http://lexvo.org/id/char/91A9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%86%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C3%A1o%20z%C4%81o>,
        "醩"^^xsd:string ;
    rdfs:comment "sediment, dregs; grains from a distillery; disordered, spoilt"@en .

<http://lexvo.org/id/char/91AA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%86%AA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%A1o>,
        <http://lexvo.org/id/term/kor/%E9%86%AA>,
        <http://lexvo.org/id/term/kor/LYO>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lou4>,
        <http://lexvo.org/id/term/yue/%E9%86%AA>,
        "醪"^^xsd:string ;
    rdfs:comment "unclear wine, wine with dregs"@en .

<http://lexvo.org/id/char/91AB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%86%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C4%AB>,
        <http://lexvo.org/id/term/kor/%E9%86%AB>,
        <http://lexvo.org/id/term/kor/UY>,
        <http://lexvo.org/id/term/vie/y>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ji1>,
        <http://lexvo.org/id/term/yue/%E9%86%AB>,
        "醫"^^xsd:string ;
    rdfs:comment "cure, heal; doctor, medical"@en .

<http://lexvo.org/id/char/91AC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%86%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%A0ng>,
        <http://lexvo.org/id/term/kor/%E9%86%AC>,
        <http://lexvo.org/id/term/kor/CANG>,
        <http://lexvo.org/id/term/vie/t%C6%B0%C6%A1ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zoeng3>,
        <http://lexvo.org/id/term/yue/%E9%86%AC>,
        "醬"^^xsd:string ;
    rdfs:comment "any jam-like or paste-like food"@en .

<http://lexvo.org/id/char/91AD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%86%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%BA%20p%C5%AB%20p%C3%BA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/buk6%20pok3>,
        <http://lexvo.org/id/term/yue/%E9%86%AD>,
        "醭"^^xsd:string ;
    rdfs:comment "molds on liquids; scum"@en .

<http://lexvo.org/id/char/91AE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%86%AE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%A0o>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%A0o%20qi%C3%A1o%20zh%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E9%86%AE>,
        <http://lexvo.org/id/term/kor/CHO>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ziu3>,
        <http://lexvo.org/id/term/yue/%E9%86%AE>,
        "醮"^^xsd:string ;
    rdfs:comment "religious service; Daoist or Buddhist ceremony"@en .

<http://lexvo.org/id/char/91AF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%86%AF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C4%AB>,
        <http://lexvo.org/id/term/kor/%E9%86%AF>,
        <http://lexvo.org/id/term/kor/HYEY>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hei1>,
        <http://lexvo.org/id/term/yue/%E9%86%AF>,
        "醯"^^xsd:string ;
    rdfs:comment "vinegar; pickle; acid"@en .

<http://lexvo.org/id/char/91B0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%86%B0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/taam4>,
        <http://lexvo.org/id/term/yue/%E9%86%B0>,
        "醰"^^xsd:string ;
    rdfs:comment "bitter taste in wine; rich; full flavoured"@en .

<http://lexvo.org/id/char/91B1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%86%B1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C4%81%200884.081%3Ap%C5%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%B2%20p%C5%8D>,
        <http://lexvo.org/id/term/kor/%E9%86%B1>,
        <http://lexvo.org/id/term/kor/PAL>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/put3>,
        <http://lexvo.org/id/term/yue/%E9%86%B1>,
        "醱"^^xsd:string ;
    rdfs:comment "to brew for the second time"@en .

<http://lexvo.org/id/char/91B2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%86%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C3%B3ng>,
        <http://lexvo.org/id/term/kor/%E9%86%B2>,
        <http://lexvo.org/id/term/kor/NONG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/nung4>,
        <http://lexvo.org/id/term/yue/%E9%86%B2>,
        "醲"^^xsd:string ;
    rdfs:comment "strong wine; dense, thick"@en .

<http://lexvo.org/id/char/91B3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%86%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%AC%20sh%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jik6%20sik1>,
        <http://lexvo.org/id/term/yue/%E9%86%B3>,
        "醳"^^xsd:string .

<http://lexvo.org/id/char/91B4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%86%B4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C7%90>,
        <http://lexvo.org/id/term/kor/%E9%86%B4>,
        <http://lexvo.org/id/term/kor/LYEY>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lai5>,
        <http://lexvo.org/id/term/yue/%E9%86%B4>,
        "醴"^^xsd:string ;
    rdfs:comment "sweet wine; sweet spring"@en .

<http://lexvo.org/id/char/91B5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%86%B5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%B9>,
        <http://lexvo.org/id/term/kor/%E9%86%B5>,
        <http://lexvo.org/id/term/kor/KYAK%20KE>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/geoi6%20koek6>,
        <http://lexvo.org/id/term/yue/%E9%86%B5>,
        "醵"^^xsd:string ;
    rdfs:comment "contribute for drinks; pool money"@en .

<http://lexvo.org/id/char/91B6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%86%B6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%A0o>,
        "醶"^^xsd:string .

<http://lexvo.org/id/char/91B7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%86%B7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ji3%20jik1>,
        <http://lexvo.org/id/term/yue/%E9%86%B7>,
        "醷"^^xsd:string .

<http://lexvo.org/id/char/91B8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%86%B8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ni%C3%A0ng>,
        "醸"^^xsd:string ;
    rdfs:comment "brew, ferment"@en .

<http://lexvo.org/id/char/91B9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%86%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/r%C3%BA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jyu4>,
        <http://lexvo.org/id/term/yue/%E9%86%B9>,
        "醹"^^xsd:string ;
    rdfs:comment "strong wine"@en .

<http://lexvo.org/id/char/91BA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%86%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C5%ABn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fan1>,
        <http://lexvo.org/id/term/yue/%E9%86%BA>,
        "醺"^^xsd:string ;
    rdfs:comment "get drunk, be intoxicated"@en .

<http://lexvo.org/id/char/91BB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%86%BB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%B3u>,
        "醻"^^xsd:string ;
    rdfs:comment "to pledge, thank"@en .

<http://lexvo.org/id/char/91BC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%86%BC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jin3>,
        <http://lexvo.org/id/term/yue/%E9%86%BC>,
        "醼"^^xsd:string ;
    rdfs:comment "offer food and wine one's guests"@en .

<http://lexvo.org/id/char/91BD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%86%BD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%ADng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ling4>,
        <http://lexvo.org/id/term/yue/%E9%86%BD>,
        "醽"^^xsd:string ;
    rdfs:comment "kind of wine"@en .

<http://lexvo.org/id/char/91BE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%86%BE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mei4>,
        <http://lexvo.org/id/term/yue/%E9%86%BE>,
        "醾"^^xsd:string .

<http://lexvo.org/id/char/91BF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%86%BF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%AD>,
        "醿"^^xsd:string .

<http://lexvo.org/id/char/91C0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%87%80>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ni%C3%A0ng%20ni%C3%A1ng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ni%C3%A1ng%200833.011%3Ani%C3%A0ng>,
        <http://lexvo.org/id/term/kor/%E9%87%80>,
        <http://lexvo.org/id/term/kor/YANG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/joeng6>,
        <http://lexvo.org/id/term/yue/%E9%87%80>,
        "釀"^^xsd:string ;
    rdfs:comment "brew, ferment"@en .

<http://lexvo.org/id/char/91C1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%87%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C3%ACn>,
        <http://lexvo.org/id/term/kor/%E9%87%81>,
        <http://lexvo.org/id/term/kor/HUN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jan3%20jan6>,
        <http://lexvo.org/id/term/yue/%E9%87%81>,
        "釁"^^xsd:string ;
    rdfs:comment "smear with blood in sacrifice; rift, quarrel"@en .

<http://lexvo.org/id/char/91C2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%87%82>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%A0o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ziu3>,
        <http://lexvo.org/id/term/yue/%E9%87%82>,
        "釂"^^xsd:string ;
    rdfs:comment "drain"@en .

<http://lexvo.org/id/char/91C3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%87%83>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C4%81i%201032.011%3Ash%C4%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C7%90%20l%C3%AD%20sh%C4%81i%20sh%C4%AB>,
        <http://lexvo.org/id/term/kor/%E9%87%83>,
        <http://lexvo.org/id/term/kor/SI>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/si1>,
        <http://lexvo.org/id/term/yue/%E9%87%83>,
        "釃"^^xsd:string ;
    rdfs:comment "strain"@en .

<http://lexvo.org/id/char/91C4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%87%84>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%AD>,
        "釄"^^xsd:string ;
    rdfs:comment "wine brew for the second time"@en .

<http://lexvo.org/id/char/91C5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%87%85>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E9%87%85>,
        <http://lexvo.org/id/term/kor/YEM>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jim6>,
        <http://lexvo.org/id/term/yue/%E9%87%85>,
        "釅"^^xsd:string ;
    rdfs:comment "thick, strong (beverage)"@en .

<http://lexvo.org/id/char/91C7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%87%87>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C7%8Ei%200101.010%3Ac%C3%A0i>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C7%8Ei%20c%C3%A0i>,
        <http://lexvo.org/id/term/kor/%E9%87%87>,
        <http://lexvo.org/id/term/kor/CHAY>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/coi2%20coi3>,
        <http://lexvo.org/id/term/yue/%E9%87%87>,
        "采"^^xsd:string ;
    rdfs:comment "collect, gather; pick, pluck"@en .

<http://lexvo.org/id/char/91C8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%87%88>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%AC>,
        <http://lexvo.org/id/term/kor/%E9%87%88>,
        <http://lexvo.org/id/term/kor/SEK>,
        "釈"^^xsd:string ;
    rdfs:comment "interprete, elucidate; release"@en .

<http://lexvo.org/id/char/91C9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%87%89>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%B2u>,
        <http://lexvo.org/id/term/kor/%E9%87%89>,
        <http://lexvo.org/id/term/kor/YU>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jau6>,
        <http://lexvo.org/id/term/yue/%E9%87%89>,
        "釉"^^xsd:string ;
    rdfs:comment "glaze"@en .

<http://lexvo.org/id/char/91CA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%87%8A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%AC%20y%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sik1>,
        <http://lexvo.org/id/term/yue/%E9%87%8A>,
        "释"^^xsd:string ;
    rdfs:comment "interprete, elucidate; release"@en .

<http://lexvo.org/id/char/91CB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%87%8B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%AC%20y%C3%AC>,
        <http://lexvo.org/id/term/kor/%E9%87%8B>,
        <http://lexvo.org/id/term/kor/SEK>,
        <http://lexvo.org/id/term/vie/th%C3%ADch>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sik1>,
        <http://lexvo.org/id/term/yue/%E9%87%8B>,
        "釋"^^xsd:string ;
    rdfs:comment "interprete, elucidate; release"@en .

<http://lexvo.org/id/char/91CD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%87%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%B3ng%201502.040%3Azh%C3%B2ng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%B2ng%20ch%C3%B3ng%20t%C3%B3ng>,
        <http://lexvo.org/id/term/kor/%E9%87%8D>,
        <http://lexvo.org/id/term/kor/CWUNG>,
        <http://lexvo.org/id/term/vie/tr%E1%BB%8Dng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cung4%20cung5%20zung6>,
        <http://lexvo.org/id/term/yue/%E9%87%8D>,
        "重"^^xsd:string ;
    rdfs:comment "heavy, weighty; double"@en .

<http://lexvo.org/id/char/91CE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%87%8E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C4%9B>,
        <http://lexvo.org/id/term/kor/%E9%87%8E>,
        <http://lexvo.org/id/term/kor/YA>,
        <http://lexvo.org/id/term/vie/d%C3%A3>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/je5>,
        <http://lexvo.org/id/term/yue/%E9%87%8E>,
        "野"^^xsd:string ;
    rdfs:comment "open country, field; wilderness"@en .

<http://lexvo.org/id/char/91CF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%87%8F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C3%A0ng%20li%C3%A1ng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C3%A1ng%200710.060%3Ali%C3%A0ng>,
        <http://lexvo.org/id/term/kor/%E9%87%8F>,
        <http://lexvo.org/id/term/kor/LYANG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/loeng4%20loeng6>,
        <http://lexvo.org/id/term/yue/%E9%87%8F>,
        "量"^^xsd:string ;
    rdfs:comment "measure, quantity, capacity"@en .

<http://lexvo.org/id/char/91D0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%87%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%AD%201234.011%3Ax%C7%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%AD%20x%C4%AB>,
        <http://lexvo.org/id/term/kor/%E9%87%90>,
        <http://lexvo.org/id/term/kor/LI%20HUY>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hei1%20lei4>,
        <http://lexvo.org/id/term/yue/%E9%87%90>,
        "釐"^^xsd:string ;
    rdfs:comment "manage, control; 1/1000 of a foot"@en .

<http://lexvo.org/id/char/91D3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%87%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C3%A1%20qi%C3%BA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gaat3>,
        <http://lexvo.org/id/term/yue/%E9%87%93>,
        "釓"^^xsd:string ;
    rdfs:comment "gadolinium"@en .

<http://lexvo.org/id/char/91D4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%87%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%90>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jyut3%20jyut6>,
        <http://lexvo.org/id/term/yue/%E9%87%94>,
        "釔"^^xsd:string ;
    rdfs:comment "yttrium"@en .

<http://lexvo.org/id/char/91D5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%87%95>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C7%8Eo%20li%C3%A0o%20di%C7%8Eo>,
        <http://lexvo.org/id/term/vie/r%E1%BA%BBo>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/liu5>,
        <http://lexvo.org/id/term/yue/%E9%87%95>,
        "釕"^^xsd:string ;
    rdfs:comment "ruthenium"@en .

<http://lexvo.org/id/char/91D6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%87%96>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C4%81o>,
        "釖"^^xsd:string ;
    rdfs:comment "knife, sword"@en .

<http://lexvo.org/id/char/91D7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%87%97>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C4%81o>,
        <http://lexvo.org/id/term/kor/%E9%87%97>,
        <http://lexvo.org/id/term/kor/SOY>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ciu1>,
        <http://lexvo.org/id/term/yue/%E9%87%97>,
        "釗"^^xsd:string ;
    rdfs:comment "endeavor, strive; encourage; cut"@en .

<http://lexvo.org/id/char/91D8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%87%98>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C4%ABng%20d%C3%ACng%20l%C3%ADng>,
        <http://lexvo.org/id/term/kor/%E9%87%98>,
        <http://lexvo.org/id/term/kor/CENG>,
        <http://lexvo.org/id/term/vie/%C4%91inh>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/deng1%20ding1>,
        <http://lexvo.org/id/term/yue/%E9%87%98>,
        "釘"^^xsd:string ;
    rdfs:comment "nail, spike; pursue closely"@en .

<http://lexvo.org/id/char/91D9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%87%99>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%B2%20p%C5%8D>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/pok3>,
        <http://lexvo.org/id/term/yue/%E9%87%99>,
        "釙"^^xsd:string ;
    rdfs:comment "polonium"@en .

<http://lexvo.org/id/char/91DA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%87%9A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C3%BA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kau4>,
        <http://lexvo.org/id/term/yue/%E9%87%9A>,
        "釚"^^xsd:string .

<http://lexvo.org/id/char/91DB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%87%9B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A9>,
        "釛"^^xsd:string .

<http://lexvo.org/id/char/91DC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%87%9C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C7%94>,
        <http://lexvo.org/id/term/kor/%E9%87%9C>,
        <http://lexvo.org/id/term/kor/PWU>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fu2>,
        <http://lexvo.org/id/term/yue/%E9%87%9C>,
        "釜"^^xsd:string ;
    rdfs:comment "cauldron, pot, kettle"@en .

<http://lexvo.org/id/char/91DD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%87%9D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C4%93n>,
        <http://lexvo.org/id/term/kor/%E9%87%9D>,
        <http://lexvo.org/id/term/kor/CHIM>,
        <http://lexvo.org/id/term/vie/ch%C3%A2m>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zam1>,
        <http://lexvo.org/id/term/yue/%E9%87%9D>,
        "針"^^xsd:string ;
    rdfs:comment "needle; pin; tack; acupuncture"@en .

<http://lexvo.org/id/char/91DE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%87%9E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%AD>,
        "釞"^^xsd:string .

<http://lexvo.org/id/char/91DF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%87%9F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C4%81>,
        <http://lexvo.org/id/term/vie/ngo%E1%BA%AFt%20nh%C3%ADp>,
        "釟"^^xsd:string .

<http://lexvo.org/id/char/91E0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%87%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/lu%C3%A0n>,
        "釠"^^xsd:string .

<http://lexvo.org/id/char/91E1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%87%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C7%94>,
        "釡"^^xsd:string ;
    rdfs:comment "cauldron, pot, kettle"@en .

<http://lexvo.org/id/char/91E2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%87%A2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C3%A1i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/naai5>,
        <http://lexvo.org/id/term/yue/%E9%87%A2>,
        "釢"^^xsd:string .

<http://lexvo.org/id/char/91E3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%87%A3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/di%C3%A0o>,
        <http://lexvo.org/id/term/kor/%E9%87%A3>,
        <http://lexvo.org/id/term/kor/CO>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/diu3>,
        <http://lexvo.org/id/term/yue/%E9%87%A3>,
        "釣"^^xsd:string ;
    rdfs:comment "fish; fishhook; tempt, lure"@en .

<http://lexvo.org/id/char/91E4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%87%A4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%A0n%20sh%C4%81n%20xi%C4%81n>,
        <http://lexvo.org/id/term/kor/%E9%87%A4>,
        <http://lexvo.org/id/term/kor/SAM>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/saam1%20sin3>,
        <http://lexvo.org/id/term/yue/%E9%87%A4>,
        "釤"^^xsd:string ;
    rdfs:comment "samarium"@en .

<http://lexvo.org/id/char/91E5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%87%A5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C7%8Eo>,
        "釥"^^xsd:string .

<http://lexvo.org/id/char/91E6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%87%A6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C3%B2u>,
        <http://lexvo.org/id/term/kor/%E9%87%A6>,
        <http://lexvo.org/id/term/kor/KWU>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kau3>,
        <http://lexvo.org/id/term/yue/%E9%87%A6>,
        "釦"^^xsd:string ;
    rdfs:comment "button; buckle, clasp; engrave"@en .

<http://lexvo.org/id/char/91E7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%87%A7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/chu%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E9%87%A7>,
        <http://lexvo.org/id/term/kor/CHEN>,
        <http://lexvo.org/id/term/vie/xuy%E1%BA%BFn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cyun1%20cyun3>,
        <http://lexvo.org/id/term/yue/%E9%87%A7>,
        "釧"^^xsd:string ;
    rdfs:comment "bracelet, armlet"@en .

<http://lexvo.org/id/char/91E8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%87%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C7%90>,
        "釨"^^xsd:string .

<http://lexvo.org/id/char/91E9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%87%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%A1n%20f%C7%8En%20f%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/faan4>,
        <http://lexvo.org/id/term/yue/%E9%87%A9>,
        "釩"^^xsd:string ;
    rdfs:comment "vanadium"@en .

<http://lexvo.org/id/char/91EA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%87%AA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%BA>,
        <http://lexvo.org/id/term/kor/%E9%87%AA>,
        <http://lexvo.org/id/term/kor/WU>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jyu4>,
        <http://lexvo.org/id/term/yue/%E9%87%AA>,
        "釪"^^xsd:string ;
    rdfs:comment "an alms bowl; a small bell"@en .

<http://lexvo.org/id/char/91EB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%87%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%A1>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wu1>,
        <http://lexvo.org/id/term/yue/%E9%87%AB>,
        "釫"^^xsd:string .

<http://lexvo.org/id/char/91EC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%87%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A0n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A0n%20g%C4%81n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hon6>,
        <http://lexvo.org/id/term/yue/%E9%87%AC>,
        "釬"^^xsd:string ;
    rdfs:comment "solder"@en .

<http://lexvo.org/id/char/91ED> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%87%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C4%81ng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C4%81ng%20g%C5%8Dng>,
        <http://lexvo.org/id/term/kor/%E9%87%AD>,
        <http://lexvo.org/id/term/kor/KONG>,
        <http://lexvo.org/id/term/vie/cong>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gong1>,
        <http://lexvo.org/id/term/yue/%E9%87%AD>,
        "釭"^^xsd:string ;
    rdfs:comment "tire of wheel; band"@en .

<http://lexvo.org/id/char/91EE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%87%AE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C3%AD>,
        "釮"^^xsd:string .

<http://lexvo.org/id/char/91EF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%87%AF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A1ng>,
        "釯"^^xsd:string ;
    rdfs:comment "point of sword; sharp point"@en .

<http://lexvo.org/id/char/91F0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%87%B0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/r%C3%AC>,
        "釰"^^xsd:string .

<http://lexvo.org/id/char/91F1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%87%B1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%AC%20d%C3%A0i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/daai6%20dai6>,
        <http://lexvo.org/id/term/yue/%E9%87%B1>,
        "釱"^^xsd:string ;
    rdfs:comment "fetters; to fetter"@en .

<http://lexvo.org/id/char/91F2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%87%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C3%AC>,
        "釲"^^xsd:string .

<http://lexvo.org/id/char/91F3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%87%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C3%AC>,
        "釳"^^xsd:string .

<http://lexvo.org/id/char/91F4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%87%B4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%AC>,
        "釴"^^xsd:string .

<http://lexvo.org/id/char/91F5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%87%B5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C4%81i%20ch%C4%81>,
        <http://lexvo.org/id/term/kor/%E9%87%B5>,
        <http://lexvo.org/id/term/kor/CHAY%20CHA>,
        <http://lexvo.org/id/term/vie/thoa>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/caa1%20caai1>,
        <http://lexvo.org/id/term/yue/%E9%87%B5>,
        "釵"^^xsd:string ;
    rdfs:comment "ornamental hairpin"@en .

<http://lexvo.org/id/char/91F6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%87%B6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C4%AB%20sh%C3%A9>,
        "釶"^^xsd:string .

<http://lexvo.org/id/char/91F7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%87%B7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C7%94>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tou2>,
        <http://lexvo.org/id/term/yue/%E9%87%B7>,
        "釷"^^xsd:string ;
    rdfs:comment "thorium"@en .

<http://lexvo.org/id/char/91F8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%87%B8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C3%AC>,
        "釸"^^xsd:string .

<http://lexvo.org/id/char/91F9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%87%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C7%9A>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/neoi5>,
        <http://lexvo.org/id/term/yue/%E9%87%B9>,
        "釹"^^xsd:string ;
    rdfs:comment "neodymium"@en .

<http://lexvo.org/id/char/91FA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%87%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C4%81n>,
        "釺"^^xsd:string ;
    rdfs:comment "tool for boring holes"@en .

<http://lexvo.org/id/char/91FB> a lvont:Character ;
    lvont:represents "釻"^^xsd:string .

<http://lexvo.org/id/char/91FC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%87%BC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%A0n>,
        "釼"^^xsd:string ;
    rdfs:comment "sword, dagger, saber"@en .

<http://lexvo.org/id/char/91FD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%87%BD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C4%AB%20p%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/pik1>,
        <http://lexvo.org/id/term/yue/%E9%87%BD>,
        "釽"^^xsd:string ;
    rdfs:comment "a farmer's hoeing fork"@en .

<http://lexvo.org/id/char/91FE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%87%BE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A9>,
        "釾"^^xsd:string .

<http://lexvo.org/id/char/91FF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%87%BF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%ADn%20j%C4%ABn>,
        <http://lexvo.org/id/term/kor/%E9%87%BF>,
        <http://lexvo.org/id/term/kor/KUN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gan1>,
        <http://lexvo.org/id/term/yue/%E9%87%BF>,
        "釿"^^xsd:string .

<http://lexvo.org/id/char/9200> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%88%80>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C7%8E%20p%C3%A1%20b%C4%81>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/baa1%20baa2%20paa4>,
        <http://lexvo.org/id/term/yue/%E9%88%80>,
        "鈀"^^xsd:string ;
    rdfs:comment "palladium"@en .

<http://lexvo.org/id/char/9201> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%88%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C4%81ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fong1>,
        <http://lexvo.org/id/term/yue/%E9%88%81>,
        "鈁"^^xsd:string ;
    rdfs:comment "francium"@en .

<http://lexvo.org/id/char/9202> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%88%82>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%A9n>,
        <http://lexvo.org/id/term/vie/%C4%91%C3%A2m>,
        "鈂"^^xsd:string .

<http://lexvo.org/id/char/9203> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%88%83>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C3%ADng%20ji%C4%81n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gin1>,
        <http://lexvo.org/id/term/yue/%E9%88%83>,
        "鈃"^^xsd:string ;
    rdfs:comment "ancient wine vessel"@en .

<http://lexvo.org/id/char/9204> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%88%84>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C7%92u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dau2>,
        <http://lexvo.org/id/term/yue/%E9%88%84>,
        "鈄"^^xsd:string ;
    rdfs:comment "a wine flagon"@en .

<http://lexvo.org/id/char/9205> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%88%85>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/yu%C3%A8>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/joek6>,
        <http://lexvo.org/id/term/yue/%E9%88%85>,
        "鈅"^^xsd:string .

<http://lexvo.org/id/char/9206> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%88%86>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A1n%20qi%C4%81n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jyun4>,
        <http://lexvo.org/id/term/yue/%E9%88%86>,
        "鈆"^^xsd:string ;
    rdfs:comment "lead"@en .

<http://lexvo.org/id/char/9207> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%88%87>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C5%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C5%AB%20f%C7%94>,
        <http://lexvo.org/id/term/kor/%E9%88%87>,
        <http://lexvo.org/id/term/kor/PWU>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fu1>,
        <http://lexvo.org/id/term/yue/%E9%88%87>,
        "鈇"^^xsd:string ;
    rdfs:comment "an ax; a hatchet"@en .

<http://lexvo.org/id/char/9208> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%88%88>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C4%AB%20b%C3%B9>,
        "鈈"^^xsd:string ;
    rdfs:comment "plutonium"@en .

<http://lexvo.org/id/char/9209> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%88%89>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C3%A0%20ru%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/naap6>,
        <http://lexvo.org/id/term/yue/%E9%88%89>,
        "鈉"^^xsd:string ;
    rdfs:comment "sodium, natrium; sharpen wood"@en .

<http://lexvo.org/id/char/920A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%88%8A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C4%ABn>,
        "鈊"^^xsd:string ;
    rdfs:comment "cadolinium"@en .

<http://lexvo.org/id/char/920B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C3%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%88%8B>,
        "鈋"^^xsd:string .

<http://lexvo.org/id/char/920C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%88%8C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ju%C3%A9>,
        <http://lexvo.org/id/term/vie/kho%C3%A9t>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kyut3>,
        <http://lexvo.org/id/term/yue/%E9%88%8C>,
        "鈌"^^xsd:string ;
    rdfs:comment "to pierce, to stab; to take"@en .

<http://lexvo.org/id/char/920D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%88%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%B9n>,
        <http://lexvo.org/id/term/kor/%E9%88%8D>,
        <http://lexvo.org/id/term/kor/TWUN>,
        <http://lexvo.org/id/term/vie/nh%E1%BB%8Dn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/deon6>,
        <http://lexvo.org/id/term/yue/%E9%88%8D>,
        "鈍"^^xsd:string ;
    rdfs:comment "blunt, obtuse; dull; flat; dull-witted"@en .

<http://lexvo.org/id/char/920E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%88%8E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C5%8Du>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gau1%20ngau1>,
        <http://lexvo.org/id/term/yue/%E9%88%8E>,
        "鈎"^^xsd:string ;
    rdfs:comment "hook, barb; sickle; stroke with"@en .

<http://lexvo.org/id/char/920F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%88%8F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%90n>,
        "鈏"^^xsd:string .

<http://lexvo.org/id/char/9210> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%88%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C3%A1n%20h%C3%A1n>,
        <http://lexvo.org/id/term/kor/%E9%88%90>,
        <http://lexvo.org/id/term/kor/KEM>,
        <http://lexvo.org/id/term/vie/ki%E1%BB%81m>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kim4>,
        <http://lexvo.org/id/term/yue/%E9%88%90>,
        "鈐"^^xsd:string ;
    rdfs:comment "lock, latch; stamp, seal"@en .

<http://lexvo.org/id/char/9211> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%88%91>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C7%8En>,
        <http://lexvo.org/id/term/kor/%E9%88%91>,
        <http://lexvo.org/id/term/kor/PHAN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/baan2>,
        <http://lexvo.org/id/term/yue/%E9%88%91>,
        "鈑"^^xsd:string ;
    rdfs:comment "plate"@en .

<http://lexvo.org/id/char/9212> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%88%92>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%AD%20s%C3%A0>,
        <http://lexvo.org/id/term/kor/%E9%88%92>,
        <http://lexvo.org/id/term/kor/SAP>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kap1%20zaap6>,
        <http://lexvo.org/id/term/yue/%E9%88%92>,
        "鈒"^^xsd:string ;
    rdfs:comment "spear; (Cant.) to cut, slice; grass-shears"@en .

<http://lexvo.org/id/char/9213> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%88%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/r%C3%A9n>,
        "鈓"^^xsd:string .

<http://lexvo.org/id/char/9214> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%88%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C4%81o%20mi%C7%8Eo%20ch%C7%8Eo>,
        <http://lexvo.org/id/term/kor/%E9%88%94>,
        <http://lexvo.org/id/term/kor/CHO>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/caau1>,
        <http://lexvo.org/id/term/yue/%E9%88%94>,
        "鈔"^^xsd:string ;
    rdfs:comment "paper money, bank notes; copy"@en .

<http://lexvo.org/id/char/9215> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%88%95>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ni%C7%94%20ch%C7%92u>,
        <http://lexvo.org/id/term/vie/n%E1%BA%A1o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/nau2>,
        <http://lexvo.org/id/term/yue/%E9%88%95>,
        "鈕"^^xsd:string ;
    rdfs:comment "button, knob; surname"@en .

<http://lexvo.org/id/char/9216> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%88%96>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C4%93n>,
        "鈖"^^xsd:string .

<http://lexvo.org/id/char/9217> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%88%97>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%94n>,
        <http://lexvo.org/id/term/kor/%E9%88%97>,
        <http://lexvo.org/id/term/kor/YUN>,
        "鈗"^^xsd:string .

<http://lexvo.org/id/char/9218> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%88%98>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C7%90>,
        "鈘"^^xsd:string .

<http://lexvo.org/id/char/9219> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%88%99>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C3%ADn>,
        <http://lexvo.org/id/term/vie/nh%E1%BA%B7t%20ch%C3%ACa>,
        "鈙"^^xsd:string .

<http://lexvo.org/id/char/921A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%88%9A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%AD%20p%C4%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C4%AB>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/pei4>,
        <http://lexvo.org/id/term/yue/%E9%88%9A>,
        "鈚"^^xsd:string .

<http://lexvo.org/id/char/921B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%88%9B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/gu%C5%8D>,
        "鈛"^^xsd:string .

<http://lexvo.org/id/char/921C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%88%9C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%B3ng>,
        <http://lexvo.org/id/term/kor/%E9%88%9C>,
        <http://lexvo.org/id/term/kor/HOYNG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wang4>,
        <http://lexvo.org/id/term/yue/%E9%88%9C>,
        "鈜"^^xsd:string .

<http://lexvo.org/id/char/921D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%88%9D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%ADn>,
        "鈝"^^xsd:string .

<http://lexvo.org/id/char/921E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%88%9E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C5%ABn>,
        <http://lexvo.org/id/term/kor/%E9%88%9E>,
        <http://lexvo.org/id/term/kor/KYUN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gwan1%20kwan1>,
        <http://lexvo.org/id/term/yue/%E9%88%9E>,
        "鈞"^^xsd:string ;
    rdfs:comment "unit of measure equivalent to thirty catties"@en .

<http://lexvo.org/id/char/921F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%88%9F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C4%AB>,
        <http://lexvo.org/id/term/kor/%E9%88%9F>,
        <http://lexvo.org/id/term/kor/CO>,
        "鈟"^^xsd:string .

<http://lexvo.org/id/char/9220> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%88%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%AC>,
        "鈠"^^xsd:string .

<http://lexvo.org/id/char/9221> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%88%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C5%8Dng>,
        "鈡"^^xsd:string .

<http://lexvo.org/id/char/9222> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%88%A2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ni%C4%93>,
        "鈢"^^xsd:string .

<http://lexvo.org/id/char/9223> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%88%A3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C3%A0i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/koi3>,
        <http://lexvo.org/id/term/yue/%E9%88%A3>,
        "鈣"^^xsd:string ;
    rdfs:comment "calcium"@en .

<http://lexvo.org/id/char/9224> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%88%A4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/r%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jat6>,
        <http://lexvo.org/id/term/yue/%E9%88%A4>,
        "鈤"^^xsd:string .

<http://lexvo.org/id/char/9225> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%88%A5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C7%92%20hu%C3%B3>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fo2>,
        <http://lexvo.org/id/term/yue/%E9%88%A5>,
        "鈥"^^xsd:string ;
    rdfs:comment "holmium"@en .

<http://lexvo.org/id/char/9226> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%88%A6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%A0i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/taai3>,
        <http://lexvo.org/id/term/yue/%E9%88%A6>,
        "鈦"^^xsd:string ;
    rdfs:comment "titanium"@en .

<http://lexvo.org/id/char/9227> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%88%A7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C3%A0ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kong3>,
        <http://lexvo.org/id/term/yue/%E9%88%A7>,
        "鈧"^^xsd:string ;
    rdfs:comment "scandium"@en .

<http://lexvo.org/id/char/9228> a lvont:Character ;
    lvont:represents "鈨"^^xsd:string .

<http://lexvo.org/id/char/9229> a lvont:Character ;
    lvont:represents "鈩"^^xsd:string ;
    rdfs:comment "fireplace, stove, oven, furnace"@en .

<http://lexvo.org/id/char/922A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/ngaak3>,
        <http://lexvo.org/id/term/yue/%E9%88%AA>,
        "鈪"^^xsd:string ;
    rdfs:comment "(Cant.) bracelet; bangle"@en .

<http://lexvo.org/id/char/922B> a lvont:Character ;
    lvont:represents "鈫"^^xsd:string .

<http://lexvo.org/id/char/922C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%88%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/du%C3%B3>,
        "鈬"^^xsd:string ;
    rdfs:comment "bell; surname"@en .

<http://lexvo.org/id/char/922D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%88%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C4%AB>,
        "鈭"^^xsd:string .

<http://lexvo.org/id/char/922E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%88%AE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C3%AD%20n%C7%90>,
        <http://lexvo.org/id/term/vie/b%E1%BA%AFn%20n%E1%BB%89a>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/nei4%20nei6>,
        <http://lexvo.org/id/term/yue/%E9%88%AE>,
        "鈮"^^xsd:string ;
    rdfs:comment "niobium"@en .

<http://lexvo.org/id/char/922F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%88%AF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%BA>,
        "鈯"^^xsd:string .

<http://lexvo.org/id/char/9230> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%88%B0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/si5>,
        <http://lexvo.org/id/term/yue/%E9%88%B0>,
        "鈰"^^xsd:string ;
    rdfs:comment "cerium"@en .

<http://lexvo.org/id/char/9231> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%88%B1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%ADn>,
        "鈱"^^xsd:string .

<http://lexvo.org/id/char/9232> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%88%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C5%AB>,
        "鈲"^^xsd:string .

<http://lexvo.org/id/char/9233> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%88%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C4%93%20%C4%93>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ko1%20o1>,
        <http://lexvo.org/id/term/yue/%E9%88%B3>,
        "鈳"^^xsd:string ;
    rdfs:comment "a small cauldron; columbium (an older name for niobium)"@en .

<http://lexvo.org/id/char/9234> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%88%B4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%ADng>,
        <http://lexvo.org/id/term/kor/%E9%88%B4>,
        <http://lexvo.org/id/term/kor/LYENG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ling1%20ling4>,
        <http://lexvo.org/id/term/yue/%E9%88%B4>,
        "鈴"^^xsd:string ;
    rdfs:comment "bell"@en .

<http://lexvo.org/id/char/9235> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%88%B5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%ACng>,
        <http://lexvo.org/id/term/kor/%E9%88%B5>,
        <http://lexvo.org/id/term/kor/PYENG>,
        "鈵"^^xsd:string .

<http://lexvo.org/id/char/9236> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%88%B6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/toi4>,
        <http://lexvo.org/id/term/yue/%E9%88%B6>,
        "鈶"^^xsd:string .

<http://lexvo.org/id/char/9237> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%88%B7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C7%94%20g%C5%AB%20g%C3%BA%20g%C3%B9%20h%C3%BA>,
        <http://lexvo.org/id/term/kor/%E9%88%B7>,
        <http://lexvo.org/id/term/kor/KO>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gu1%20gu2>,
        <http://lexvo.org/id/term/yue/%E9%88%B7>,
        "鈷"^^xsd:string ;
    rdfs:comment "cobalt; household iron cobaltum"@en .

<http://lexvo.org/id/char/9238> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%88%B8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%B3%20b%C3%A1>,
        <http://lexvo.org/id/term/kor/%E9%88%B8>,
        <http://lexvo.org/id/term/kor/PAL>,
        <http://lexvo.org/id/term/vie/b%E1%BA%A1t>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bat6%20but6>,
        <http://lexvo.org/id/term/yue/%E9%88%B8>,
        "鈸"^^xsd:string ;
    rdfs:comment "cymbals"@en .

<http://lexvo.org/id/char/9239> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%88%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C4%AB%20p%C3%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/pei1%20pei4>,
        <http://lexvo.org/id/term/yue/%E9%88%B9>,
        "鈹"^^xsd:string ;
    rdfs:comment "a needle used in Chinese medicine; a sword, large knife; beryllium"@en .

<http://lexvo.org/id/char/923A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%88%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%B9>,
        <http://lexvo.org/id/term/kor/%E9%88%BA>,
        <http://lexvo.org/id/term/kor/OK>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/juk6>,
        <http://lexvo.org/id/term/yue/%E9%88%BA>,
        "鈺"^^xsd:string ;
    rdfs:comment "rare treasure"@en .

<http://lexvo.org/id/char/923B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%88%BB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C3%AC>,
        "鈻"^^xsd:string .

<http://lexvo.org/id/char/923C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%88%BC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zu%C3%B3>,
        <http://lexvo.org/id/term/vie/r%E1%BB%B1a>,
        "鈼"^^xsd:string .

<http://lexvo.org/id/char/923D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%88%BD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%B9%20b%C5%AB>,
        <http://lexvo.org/id/term/vie/b%C3%BAa>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bou3>,
        <http://lexvo.org/id/term/yue/%E9%88%BD>,
        "鈽"^^xsd:string ;
    rdfs:comment "plutonium"@en .

<http://lexvo.org/id/char/923E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%88%BE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%B3u%20zh%C3%B2u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jau2%20jau4>,
        <http://lexvo.org/id/term/yue/%E9%88%BE>,
        "鈾"^^xsd:string ;
    rdfs:comment "uranium"@en .

<http://lexvo.org/id/char/923F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%88%BF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/di%C3%A0n%20ti%C3%A1n>,
        <http://lexvo.org/id/term/kor/%E9%88%BF>,
        <http://lexvo.org/id/term/kor/CEN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/din6%20tin4>,
        <http://lexvo.org/id/term/yue/%E9%88%BF>,
        "鈿"^^xsd:string ;
    rdfs:comment "hairpin; gold inlaid work, filigree"@en .

<http://lexvo.org/id/char/9240> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%89%80>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C7%8E%20h%C3%A9%20g%C3%A9>,
        <http://lexvo.org/id/term/kor/%E9%89%80>,
        <http://lexvo.org/id/term/kor/KAP>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gaap3>,
        <http://lexvo.org/id/term/yue/%E9%89%80>,
        "鉀"^^xsd:string ;
    rdfs:comment "potassium kalium"@en .

<http://lexvo.org/id/char/9241> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%89%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C4%93n>,
        <http://lexvo.org/id/term/kor/%E9%89%81>,
        <http://lexvo.org/id/term/kor/CIN>,
        "鉁"^^xsd:string .

<http://lexvo.org/id/char/9242> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%89%82>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C7%90>,
        "鉂"^^xsd:string .

<http://lexvo.org/id/char/9243> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%89%83>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%AC>,
        "鉃"^^xsd:string .

<http://lexvo.org/id/char/9244> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%89%84>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ti%C4%9B>,
        <http://lexvo.org/id/term/kor/%E9%89%84>,
        <http://lexvo.org/id/term/kor/CHEL>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tit3>,
        <http://lexvo.org/id/term/yue/%E9%89%84>,
        "鉄"^^xsd:string ;
    rdfs:comment "iron; strong, solid, firm"@en .

<http://lexvo.org/id/char/9245> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%89%85>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%B9>,
        <http://lexvo.org/id/term/kor/%E9%89%85>,
        <http://lexvo.org/id/term/kor/KE>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/geoi6>,
        <http://lexvo.org/id/term/yue/%E9%89%85>,
        "鉅"^^xsd:string ;
    rdfs:comment "steel, iron; great"@en .

<http://lexvo.org/id/char/9246> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%89%86>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C4%81n%20qi%C3%A1n%20ti%C4%93%20zh%C4%81n%20q%C3%ADn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cyun3%20kim4>,
        <http://lexvo.org/id/term/yue/%E9%89%86>,
        "鉆"^^xsd:string ;
    rdfs:comment "tweezers"@en .

<http://lexvo.org/id/char/9247> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%89%87>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C4%AB%20y%C3%AD%20sh%C3%A9>,
        "鉇"^^xsd:string .

<http://lexvo.org/id/char/9248> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%89%88>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C4%AB%20sh%C3%A9%20y%C3%AD%20tu%C3%B3%20t%C4%81>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/taa1%20to4>,
        <http://lexvo.org/id/term/yue/%E9%89%88>,
        "鉈"^^xsd:string ;
    rdfs:comment "a short spear; thallium"@en .

<http://lexvo.org/id/char/9249> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%89%89>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xu%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E9%89%89>,
        <http://lexvo.org/id/term/kor/HYEN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jyun5>,
        <http://lexvo.org/id/term/yue/%E9%89%89>,
        "鉉"^^xsd:string ;
    rdfs:comment "device for carrying a tripod"@en .

<http://lexvo.org/id/char/924A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%89%8A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C4%81o>,
        <http://lexvo.org/id/term/vie/r%C3%ACu>,
        "鉊"^^xsd:string .

<http://lexvo.org/id/char/924B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%89%8B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%A0o>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%A0o%20p%C3%A1o>,
        <http://lexvo.org/id/term/kor/%E9%89%8B>,
        <http://lexvo.org/id/term/kor/PHO>,
        <http://lexvo.org/id/term/vie/b%C3%A0o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/paau4>,
        <http://lexvo.org/id/term/yue/%E9%89%8B>,
        "鉋"^^xsd:string ;
    rdfs:comment "carpenter's plane"@en .

<http://lexvo.org/id/char/924C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%89%8C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wo4>,
        <http://lexvo.org/id/term/yue/%E9%89%8C>,
        "鉌"^^xsd:string ;
    rdfs:comment "the bells on the cart in ancient China"@en .

<http://lexvo.org/id/char/924D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%89%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%AC%20s%C3%A8>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bei3%20bit1>,
        <http://lexvo.org/id/term/yue/%E9%89%8D>,
        "鉍"^^xsd:string ;
    rdfs:comment "bismuth"@en .

<http://lexvo.org/id/char/924E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%89%8E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C4%93ng>,
        <http://lexvo.org/id/term/kor/%E9%89%8E>,
        <http://lexvo.org/id/term/kor/SAYNG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sau3>,
        <http://lexvo.org/id/term/yue/%E9%89%8E>,
        "鉎"^^xsd:string ;
    rdfs:comment "(Cant.) to rust"@en .

<http://lexvo.org/id/char/924F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%89%8F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%BA%200613.040%3Aj%C7%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%BA%20j%C7%94%20x%C3%BA>,
        <http://lexvo.org/id/term/kor/%E9%89%8F>,
        <http://lexvo.org/id/term/kor/SE>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/co4>,
        <http://lexvo.org/id/term/yue/%E9%89%8F>,
        "鉏"^^xsd:string ;
    rdfs:comment "hoe; eradicate, eliminate"@en .

<http://lexvo.org/id/char/9250> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%89%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%AD>,
        <http://lexvo.org/id/term/kor/%E9%89%90>,
        <http://lexvo.org/id/term/kor/SEK>,
        "鉐"^^xsd:string .

<http://lexvo.org/id/char/9251> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%89%91>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%B3>,
        <http://lexvo.org/id/term/kor/%E9%89%91>,
        <http://lexvo.org/id/term/kor/PAK>,
        <http://lexvo.org/id/term/vie/b%E1%BA%A1c>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bok6>,
        <http://lexvo.org/id/term/yue/%E9%89%91>,
        "鉑"^^xsd:string ;
    rdfs:comment "platinum; thin sheet of metal"@en .

<http://lexvo.org/id/char/9252> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%89%92>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%B9>,
        <http://lexvo.org/id/term/kor/%E9%89%92>,
        <http://lexvo.org/id/term/kor/CWU>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zyu3>,
        <http://lexvo.org/id/term/yue/%E9%89%92>,
        "鉒"^^xsd:string .

<http://lexvo.org/id/char/9253> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%89%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%AC>,
        "鉓"^^xsd:string .

<http://lexvo.org/id/char/9254> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%89%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C4%81>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/saap3>,
        <http://lexvo.org/id/term/yue/%E9%89%94>,
        "鉔"^^xsd:string .

<http://lexvo.org/id/char/9255> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%89%95>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C5%8D%20p%C7%92>,
        "鉕"^^xsd:string ;
    rdfs:comment "promethium bronze"@en .

<http://lexvo.org/id/char/9256> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%89%96>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%B3ng>,
        "鉖"^^xsd:string .

<http://lexvo.org/id/char/9257> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%89%97>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C3%A1n%20%C4%81n>,
        <http://lexvo.org/id/term/kor/%E9%89%97>,
        <http://lexvo.org/id/term/kor/KYEM>,
        <http://lexvo.org/id/term/vie/ki%E1%BB%81m>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kim4>,
        <http://lexvo.org/id/term/yue/%E9%89%97>,
        "鉗"^^xsd:string ;
    rdfs:comment "pincers, pliers, tongs"@en .

<http://lexvo.org/id/char/9258> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%89%98>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%BA>,
        "鉘"^^xsd:string .

<http://lexvo.org/id/char/9259> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%89%99>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C7%8Ei>,
        "鉙"^^xsd:string .

<http://lexvo.org/id/char/925A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%89%9A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C7%94%20m%C7%8Eo>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/maau5>,
        <http://lexvo.org/id/term/yue/%E9%89%9A>,
        "鉚"^^xsd:string ;
    rdfs:comment "rivet"@en .

<http://lexvo.org/id/char/925B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%89%9B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C4%81n%20y%C3%A1n>,
        <http://lexvo.org/id/term/kor/%E9%89%9B>,
        <http://lexvo.org/id/term/kor/YEN>,
        <http://lexvo.org/id/term/vie/duy%C3%AAn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jyun4>,
        <http://lexvo.org/id/term/yue/%E9%89%9B>,
        "鉛"^^xsd:string ;
    rdfs:comment "lead plumbum"@en .

<http://lexvo.org/id/char/925C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%89%9C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%BA>,
        "鉜"^^xsd:string .

<http://lexvo.org/id/char/925D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%89%9D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%AC>,
        "鉝"^^xsd:string .

<http://lexvo.org/id/char/925E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%89%9E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/yu%C3%A8%20hu%C3%AC>,
        <http://lexvo.org/id/term/kor/%E9%89%9E>,
        <http://lexvo.org/id/term/kor/WEL>,
        <http://lexvo.org/id/term/vie/vi%E1%BB%87t>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jyut6>,
        <http://lexvo.org/id/term/yue/%E9%89%9E>,
        "鉞"^^xsd:string ;
    rdfs:comment "broad-axe, a battle axe, halberd"@en .

<http://lexvo.org/id/char/925F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%89%9F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C4%AB>,
        "鉟"^^xsd:string .

<http://lexvo.org/id/char/9260> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%89%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C4%81ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/joeng1>,
        <http://lexvo.org/id/term/yue/%E9%89%A0>,
        "鉠"^^xsd:string .

<http://lexvo.org/id/char/9261> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%89%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%A0n>,
        "鉡"^^xsd:string .

<http://lexvo.org/id/char/9262> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%89%A2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C5%8D>,
        <http://lexvo.org/id/term/kor/%E9%89%A2>,
        <http://lexvo.org/id/term/kor/PAL>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/but3>,
        <http://lexvo.org/id/term/yue/%E9%89%A2>,
        "鉢"^^xsd:string ;
    rdfs:comment "earthenware basin; alms bowl (Sanskrit paatra)"@en .

<http://lexvo.org/id/char/9263> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%89%A3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%A9>,
        "鉣"^^xsd:string .

<http://lexvo.org/id/char/9264> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%89%A4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C5%8Du>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C5%8Du%20g%C3%B2u%20q%C3%BA>,
        <http://lexvo.org/id/term/kor/%E9%89%A4>,
        <http://lexvo.org/id/term/kor/KWU>,
        <http://lexvo.org/id/term/vie/c%C3%A2u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/au1%20gau1%20ngau1>,
        <http://lexvo.org/id/term/yue/%E9%89%A4>,
        "鉤"^^xsd:string ;
    rdfs:comment "hook, barb; sickle; stroke with"@en .

<http://lexvo.org/id/char/9265> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%89%A5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%B9>,
        <http://lexvo.org/id/term/kor/%E9%89%A5>,
        <http://lexvo.org/id/term/kor/SWUL>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/seot6>,
        <http://lexvo.org/id/term/yue/%E9%89%A5>,
        "鉥"^^xsd:string ;
    rdfs:comment "needle"@en .

<http://lexvo.org/id/char/9266> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%89%A6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C4%93ng>,
        <http://lexvo.org/id/term/kor/%E9%89%A6>,
        <http://lexvo.org/id/term/kor/CENG>,
        <http://lexvo.org/id/term/vie/chi%C3%AAng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zing1>,
        <http://lexvo.org/id/term/yue/%E9%89%A6>,
        "鉦"^^xsd:string ;
    rdfs:comment "kind of gong used in ancient times by troops on the march"@en .

<http://lexvo.org/id/char/9267> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%89%A7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C7%94>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mou5>,
        <http://lexvo.org/id/term/yue/%E9%89%A7>,
        "鉧"^^xsd:string .

<http://lexvo.org/id/char/9268> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%89%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C7%90%20ni%C4%9B%20x%C7%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C7%90>,
        "鉨"^^xsd:string .

<http://lexvo.org/id/char/9269> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%89%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ni%C4%93%20x%C7%90>,
        "鉩"^^xsd:string .

<http://lexvo.org/id/char/926A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%89%AA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%AC>,
        "鉪"^^xsd:string .

<http://lexvo.org/id/char/926B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%89%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C4%81>,
        "鉫"^^xsd:string .

<http://lexvo.org/id/char/926C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%89%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/muk6>,
        <http://lexvo.org/id/term/yue/%E9%89%AC>,
        "鉬"^^xsd:string ;
    rdfs:comment "molybdenum"@en .

<http://lexvo.org/id/char/926D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%89%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%A0n%20t%C7%8En>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/daan3>,
        <http://lexvo.org/id/term/yue/%E9%89%AD>,
        "鉭"^^xsd:string ;
    rdfs:comment "tantalum"@en .

<http://lexvo.org/id/char/926E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%89%AE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C4%93n%20sh%C3%A9n>,
        "鉮"^^xsd:string .

<http://lexvo.org/id/char/926F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%89%AF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%90>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ji5>,
        <http://lexvo.org/id/term/yue/%E9%89%AF>,
        "鉯"^^xsd:string .

<http://lexvo.org/id/char/9270> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%89%B0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C4%AB>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/si1>,
        <http://lexvo.org/id/term/yue/%E9%89%B0>,
        "鉰"^^xsd:string .

<http://lexvo.org/id/char/9271> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%89%B1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ku%C3%A0ng>,
        <http://lexvo.org/id/term/kor/%E9%89%B1>,
        <http://lexvo.org/id/term/kor/KWANG>,
        "鉱"^^xsd:string ;
    rdfs:comment "mine; mineral, ore"@en .

<http://lexvo.org/id/char/9272> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%89%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C7%8E>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kaa2>,
        <http://lexvo.org/id/term/yue/%E9%89%B2>,
        "鉲"^^xsd:string ;
    rdfs:comment "cadmium"@en .

<http://lexvo.org/id/char/9273> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%89%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C4%9Bi>,
        "鉳"^^xsd:string .

<http://lexvo.org/id/char/9274> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%89%B4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gaam3>,
        <http://lexvo.org/id/term/yue/%E9%89%B4>,
        "鉴"^^xsd:string ;
    rdfs:comment "mirror, looking glass; reflect"@en .

<http://lexvo.org/id/char/9275> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%89%B5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%B3ng>,
        "鉵"^^xsd:string .

<http://lexvo.org/id/char/9276> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%89%B6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C3%ADng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jing4>,
        <http://lexvo.org/id/term/yue/%E9%89%B6>,
        "鉶"^^xsd:string ;
    rdfs:comment "sacrificial cauldron"@en .

<http://lexvo.org/id/char/9277> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%89%B7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%B3ng>,
        <http://lexvo.org/id/term/kor/%E9%89%B7>,
        <http://lexvo.org/id/term/kor/HONG>,
        "鉷"^^xsd:string ;
    rdfs:comment "trigger"@en .

<http://lexvo.org/id/char/9278> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%89%B8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C7%8Eo>,
        <http://lexvo.org/id/term/kor/%E9%89%B8>,
        <http://lexvo.org/id/term/kor/KYO>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gaau2>,
        <http://lexvo.org/id/term/yue/%E9%89%B8>,
        "鉸"^^xsd:string ;
    rdfs:comment "hinge; shears, scissors"@en .

<http://lexvo.org/id/char/9279> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%89%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C7%90>,
        "鉹"^^xsd:string .

<http://lexvo.org/id/char/927A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C4%9Br%20%C3%A8r%20k%C4%93ng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%89%BA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ji5>,
        <http://lexvo.org/id/term/yue/%E9%89%BA>,
        "鉺"^^xsd:string ;
    rdfs:comment "erbium"@en .

<http://lexvo.org/id/char/927B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%89%BB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C3%A8%20g%C3%A9%20lu%C3%B2%20g%C4%93>,
        <http://lexvo.org/id/term/vie/l%E1%BA%A1c>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gok3>,
        <http://lexvo.org/id/term/yue/%E9%89%BB>,
        "鉻"^^xsd:string ;
    rdfs:comment "chromium"@en .

<http://lexvo.org/id/char/927C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%89%BC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C7%90ng>,
        <http://lexvo.org/id/term/kor/%E9%89%BC>,
        <http://lexvo.org/id/term/kor/PYENG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bang1%20beng2%20bing2>,
        <http://lexvo.org/id/term/yue/%E9%89%BC>,
        "鉼"^^xsd:string ;
    rdfs:comment "plate; (Cant.) a penny"@en .

<http://lexvo.org/id/char/927D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%89%BD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%AC>,
        "鉽"^^xsd:string .

<http://lexvo.org/id/char/927E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%89%BE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%B3u>,
        <http://lexvo.org/id/term/kor/%E9%89%BE>,
        <http://lexvo.org/id/term/kor/MO>,
        "鉾"^^xsd:string ;
    rdfs:comment "spear"@en .

<http://lexvo.org/id/char/927F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%89%BF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C4%81%20ji%C4%81%20g%C4%93%20k%C4%93%20ji%C3%A1>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hap6>,
        <http://lexvo.org/id/term/yue/%E9%89%BF>,
        "鉿"^^xsd:string ;
    rdfs:comment "hafnium"@en .

<http://lexvo.org/id/char/9280> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%8A%80>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%ADn>,
        <http://lexvo.org/id/term/kor/%E9%8A%80>,
        <http://lexvo.org/id/term/kor/UN>,
        <http://lexvo.org/id/term/vie/ng%C3%A2n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ngan2%20ngan4>,
        <http://lexvo.org/id/term/yue/%E9%8A%80>,
        "銀"^^xsd:string ;
    rdfs:comment "silver; cash, money, wealth"@en .

<http://lexvo.org/id/char/9281> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%8A%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C5%ABn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gwan1>,
        <http://lexvo.org/id/term/yue/%E9%8A%81>,
        "銁"^^xsd:string ;
    rdfs:comment "a weight of thirty cattics"@en .

<http://lexvo.org/id/char/9282> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%8A%82>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C5%8Du>,
        "銂"^^xsd:string .

<http://lexvo.org/id/char/9283> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%8A%83>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%B2ng>,
        <http://lexvo.org/id/term/kor/%E9%8A%83>,
        <http://lexvo.org/id/term/kor/CHONG>,
        <http://lexvo.org/id/term/vie/s%C3%BAng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cung3>,
        <http://lexvo.org/id/term/yue/%E9%8A%83>,
        "銃"^^xsd:string ;
    rdfs:comment "ancient weapon, blunderbuss"@en .

<http://lexvo.org/id/char/9284> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%8A%84>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%A0ng>,
        "銄"^^xsd:string .

<http://lexvo.org/id/char/9285> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%8A%85>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%B3ng>,
        <http://lexvo.org/id/term/kor/%E9%8A%85>,
        <http://lexvo.org/id/term/kor/TONG>,
        <http://lexvo.org/id/term/vie/%C4%91%E1%BB%93ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tung4>,
        <http://lexvo.org/id/term/yue/%E9%8A%85>,
        "銅"^^xsd:string ;
    rdfs:comment "copper, brass, bronze cuprum"@en .

<http://lexvo.org/id/char/9286> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%8A%86>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%B2>,
        "銆"^^xsd:string .

<http://lexvo.org/id/char/9287> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%8A%87>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%A8i>,
        "銇"^^xsd:string .

<http://lexvo.org/id/char/9288> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%8A%88>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C4%AB>,
        "銈"^^xsd:string .

<http://lexvo.org/id/char/9289> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%8A%89>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%B9>,
        "銉"^^xsd:string .

<http://lexvo.org/id/char/928A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%8A%8A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C3%B9>,
        <http://lexvo.org/id/term/vie/nhong>,
        "銊"^^xsd:string .

<http://lexvo.org/id/char/928B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%8A%8B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/r%C3%A9n>,
        <http://lexvo.org/id/term/kor/%E9%8A%8B>,
        <http://lexvo.org/id/term/kor/IM>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jam4>,
        <http://lexvo.org/id/term/yue/%E9%8A%8B>,
        "銋"^^xsd:string .

<http://lexvo.org/id/char/928C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%8A%8C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C3%B9n>,
        "銌"^^xsd:string .

<http://lexvo.org/id/char/928D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%8A%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zat6>,
        <http://lexvo.org/id/term/yue/%E9%8A%8D>,
        "銍"^^xsd:string ;
    rdfs:comment "a sickle"@en .

<http://lexvo.org/id/char/928E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%8A%8E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C3%B3ng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C5%8Dng%20qi%C3%B3ng>,
        <http://lexvo.org/id/term/kor/%E9%8A%8E>,
        <http://lexvo.org/id/term/kor/KONG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kung4>,
        <http://lexvo.org/id/term/yue/%E9%8A%8E>,
        "銎"^^xsd:string ;
    rdfs:comment "eyehole to hang an axe by"@en .

<http://lexvo.org/id/char/928F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%8A%8F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%A0n>,
        "銏"^^xsd:string .

<http://lexvo.org/id/char/9290> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%8A%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%AC>,
        "銐"^^xsd:string .

<http://lexvo.org/id/char/9291> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%8A%91>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C7%8En%20x%C7%90%20xi%C4%81n>,
        <http://lexvo.org/id/term/kor/%E9%8A%91>,
        <http://lexvo.org/id/term/kor/SEN>,
        <http://lexvo.org/id/term/vie/ten>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sin2>,
        <http://lexvo.org/id/term/yue/%E9%8A%91>,
        "銑"^^xsd:string ;
    rdfs:comment "mill"@en .

<http://lexvo.org/id/char/9292> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%8A%92>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C3%ADng%20ji%C4%81n>,
        "銒"^^xsd:string .

<http://lexvo.org/id/char/9293> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%8A%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qu%C3%A1n>,
        <http://lexvo.org/id/term/kor/%E9%8A%93>,
        <http://lexvo.org/id/term/kor/CEN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cyun4>,
        <http://lexvo.org/id/term/yue/%E9%8A%93>,
        "銓"^^xsd:string ;
    rdfs:comment "weigh, measure; select officials"@en .

<http://lexvo.org/id/char/9294> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%8A%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C4%AB>,
        "銔"^^xsd:string .

<http://lexvo.org/id/char/9295> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%8A%95>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ti%C4%9B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ti%C4%9B%20y%C3%AD>,
        <http://lexvo.org/id/term/kor/%E9%8A%95>,
        <http://lexvo.org/id/term/kor/CHEL>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tit3>,
        <http://lexvo.org/id/term/yue/%E9%8A%95>,
        "銕"^^xsd:string ;
    rdfs:comment "iron; strong, solid, firm"@en .

<http://lexvo.org/id/char/9296> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%8A%96>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C5%AB>,
        <http://lexvo.org/id/term/kor/%E9%8A%96>,
        <http://lexvo.org/id/term/kor/SWU>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zyu1>,
        <http://lexvo.org/id/term/yue/%E9%8A%96>,
        "銖"^^xsd:string ;
    rdfs:comment "unit of weight, one twenty-fourth of a Chinese ounce (liang)"@en .

<http://lexvo.org/id/char/9297> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%8A%97>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%B3u%20h%C3%B2u%20xi%C3%A0ng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A0ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hau4%20hong2>,
        <http://lexvo.org/id/term/yue/%E9%8A%97>,
        "銗"^^xsd:string .

<http://lexvo.org/id/char/9298> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%8A%98>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%ADng>,
        <http://lexvo.org/id/term/kor/%E9%8A%98>,
        <http://lexvo.org/id/term/kor/MYENG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ming4%20ming5>,
        <http://lexvo.org/id/term/yue/%E9%8A%98>,
        "銘"^^xsd:string ;
    rdfs:comment "inscribe, engrave; unforgettably"@en .

<http://lexvo.org/id/char/9299> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%8A%99>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ku%C7%8E>,
        <http://lexvo.org/id/term/kor/%E9%8A%99>,
        <http://lexvo.org/id/term/kor/KWA>,
        <http://lexvo.org/id/term/vie/gi%C6%A1%20kho%C3%A1>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kwaa1%20kwaa3>,
        <http://lexvo.org/id/term/yue/%E9%8A%99>,
        "銙"^^xsd:string .

<http://lexvo.org/id/char/929A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%8A%9A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A1o%20di%C3%A0o%20ti%C3%A1o%20qi%C4%81o%20y%C3%A0o>,
        <http://lexvo.org/id/term/kor/%E9%8A%9A>,
        <http://lexvo.org/id/term/kor/CO>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/diu6>,
        <http://lexvo.org/id/term/yue/%E9%8A%9A>,
        "銚"^^xsd:string ;
    rdfs:comment "large hoe; surname; a spear brevium"@en .

<http://lexvo.org/id/char/929B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%8A%9B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C4%81n>,
        <http://lexvo.org/id/term/kor/%E9%8A%9B>,
        <http://lexvo.org/id/term/kor/SEM>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cim1>,
        <http://lexvo.org/id/term/yue/%E9%8A%9B>,
        "銛"^^xsd:string ;
    rdfs:comment "sharp, keen-edged; a kind of hoe"@en .

<http://lexvo.org/id/char/929C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%8A%9C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A1n>,
        <http://lexvo.org/id/term/kor/%E9%8A%9C>,
        <http://lexvo.org/id/term/kor/HAM>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/haam4%20ham4>,
        <http://lexvo.org/id/term/yue/%E9%8A%9C>,
        "銜"^^xsd:string ;
    rdfs:comment "bit; hold in mouth, bite; gag"@en .

<http://lexvo.org/id/char/929D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%8A%9D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C5%AB>,
        "銝"^^xsd:string .

<http://lexvo.org/id/char/929E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%8A%9E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C5%ABn>,
        "銞"^^xsd:string .

<http://lexvo.org/id/char/929F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%8A%9F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C4%81>,
        "銟"^^xsd:string .

<http://lexvo.org/id/char/92A0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%8A%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C7%8Eo>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lou5>,
        <http://lexvo.org/id/term/yue/%E9%8A%A0>,
        "銠"^^xsd:string ;
    rdfs:comment "rhodium ruthenium"@en .

<http://lexvo.org/id/char/92A1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%8A%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%AD>,
        "銡"^^xsd:string .

<http://lexvo.org/id/char/92A2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%8A%A2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C7%90>,
        "銢"^^xsd:string .

<http://lexvo.org/id/char/92A3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%8A%A3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/r%C3%BA%20r%C7%94>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jyu4%20jyu6>,
        <http://lexvo.org/id/term/yue/%E9%8A%A3>,
        "銣"^^xsd:string ;
    rdfs:comment "rubidium"@en .

<http://lexvo.org/id/char/92A4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%8A%A4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C7%90>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mai5>,
        <http://lexvo.org/id/term/yue/%E9%8A%A4>,
        "銤"^^xsd:string .

<http://lexvo.org/id/char/92A5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%8A%A5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C4%AB%20y%C7%90>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ji1>,
        <http://lexvo.org/id/term/yue/%E9%8A%A5>,
        "銥"^^xsd:string ;
    rdfs:comment "iridium"@en .

<http://lexvo.org/id/char/92A6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%8A%A6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C4%ABn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jan1>,
        <http://lexvo.org/id/term/yue/%E9%8A%A6>,
        "銦"^^xsd:string ;
    rdfs:comment "indium"@en .

<http://lexvo.org/id/char/92A7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%8A%A7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/gu%C4%81ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gwong1>,
        <http://lexvo.org/id/term/yue/%E9%8A%A7>,
        "銧"^^xsd:string ;
    rdfs:comment "point of a sword"@en .

<http://lexvo.org/id/char/92A8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C7%8En%20%C4%81n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%8A%A8>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ngon1%20on1>,
        <http://lexvo.org/id/term/yue/%E9%8A%A8>,
        "銨"^^xsd:string ;
    rdfs:comment "ammonium"@en .

<http://lexvo.org/id/char/92A9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%8A%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/di%C5%AB>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/diu1>,
        <http://lexvo.org/id/term/yue/%E9%8A%A9>,
        "銩"^^xsd:string ;
    rdfs:comment "thulium"@en .

<http://lexvo.org/id/char/92AA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%8A%AA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%92u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jau5>,
        <http://lexvo.org/id/term/yue/%E9%8A%AA>,
        "銪"^^xsd:string ;
    rdfs:comment "europium"@en .

<http://lexvo.org/id/char/92AB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%8A%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C3%A8>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sik1>,
        <http://lexvo.org/id/term/yue/%E9%8A%AB>,
        "銫"^^xsd:string ;
    rdfs:comment "cesium"@en .

<http://lexvo.org/id/char/92AC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%8A%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C3%A0o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kaau3>,
        <http://lexvo.org/id/term/yue/%E9%8A%AC>,
        "銬"^^xsd:string ;
    rdfs:comment "shackles, manacle"@en .

<http://lexvo.org/id/char/92AD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%8A%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C3%A1n>,
        <http://lexvo.org/id/term/kor/%E9%8A%AD>,
        <http://lexvo.org/id/term/kor/CEN>,
        "銭"^^xsd:string ;
    rdfs:comment "money, currency, coins"@en .

<http://lexvo.org/id/char/92AE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%8A%AE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/lu%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lyun4>,
        <http://lexvo.org/id/term/yue/%E9%8A%AE>,
        "銮"^^xsd:string ;
    rdfs:comment "bells hung on horse; bells hung"@en .

<http://lexvo.org/id/char/92AF> a lvont:Character ;
    lvont:represents "銯"^^xsd:string .

<http://lexvo.org/id/char/92B0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C4%81i>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%8A%B0>,
        "銰"^^xsd:string .

<http://lexvo.org/id/char/92B1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%8A%B1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/di%C3%A0o>,
        "銱"^^xsd:string .

<http://lexvo.org/id/char/92B2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%8A%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hon6>,
        <http://lexvo.org/id/term/yue/%E9%8A%B2>,
        "銲"^^xsd:string ;
    rdfs:comment "solder, weld; leg armor, greaves"@en .

<http://lexvo.org/id/char/92B3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%8A%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ru%C3%AC%20du%C3%AC%20yu%C3%A8>,
        <http://lexvo.org/id/term/kor/%E9%8A%B3>,
        <http://lexvo.org/id/term/kor/YEY%20THAY>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jeoi6>,
        <http://lexvo.org/id/term/yue/%E9%8A%B3>,
        "銳"^^xsd:string ;
    rdfs:comment "sharp, keen, acute, pointed"@en .

<http://lexvo.org/id/char/92B4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%8A%B4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%AC>,
        "銴"^^xsd:string .

<http://lexvo.org/id/char/92B5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%8A%B5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C4%93ng>,
        "銵"^^xsd:string .

<http://lexvo.org/id/char/92B6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%8A%B6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C3%BA>,
        <http://lexvo.org/id/term/kor/%E9%8A%B6>,
        <http://lexvo.org/id/term/kor/KWU>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kau4>,
        <http://lexvo.org/id/term/yue/%E9%8A%B6>,
        "銶"^^xsd:string ;
    rdfs:comment "chisel"@en .

<http://lexvo.org/id/char/92B7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%8A%B7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C4%81o>,
        <http://lexvo.org/id/term/kor/%E9%8A%B7>,
        <http://lexvo.org/id/term/kor/SO>,
        <http://lexvo.org/id/term/vie/tiu>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/siu1>,
        <http://lexvo.org/id/term/yue/%E9%8A%B7>,
        "銷"^^xsd:string ;
    rdfs:comment "melt, fuse; market, sell; to pass time, finish, cancel"@en .

<http://lexvo.org/id/char/92B8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%8A%B8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%A9>,
        "銸"^^xsd:string .

<http://lexvo.org/id/char/92B9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%8A%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%B9>,
        <http://lexvo.org/id/term/kor/%E9%8A%B9>,
        <http://lexvo.org/id/term/kor/SWU>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sau3>,
        <http://lexvo.org/id/term/yue/%E9%8A%B9>,
        "銹"^^xsd:string ;
    rdfs:comment "rust, corrode"@en .

<http://lexvo.org/id/char/92BA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%8A%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C3%A0ng>,
        "銺"^^xsd:string .

<http://lexvo.org/id/char/92BB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%8A%BB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C4%AB%20t%C3%AD%20t%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tai1>,
        <http://lexvo.org/id/term/yue/%E9%8A%BB>,
        "銻"^^xsd:string ;
    rdfs:comment "antimony (stibium)"@en .

<http://lexvo.org/id/char/92BC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%8A%BC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/cu%C3%B2>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/co3>,
        <http://lexvo.org/id/term/yue/%E9%8A%BC>,
        "銼"^^xsd:string ;
    rdfs:comment "carpenter's file, file smooth"@en .

<http://lexvo.org/id/char/92BD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%8A%BD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/gu%C4%81>,
        "銽"^^xsd:string .

<http://lexvo.org/id/char/92BE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%8A%BE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C7%92ng>,
        "銾"^^xsd:string ;
    rdfs:comment "element mercury"@en .

<http://lexvo.org/id/char/92BF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%8A%BF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C5%8Dng%20y%C5%8Dng>,
        "銿"^^xsd:string .

<http://lexvo.org/id/char/92C0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%8B%80>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%B2u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dau6>,
        <http://lexvo.org/id/term/yue/%E9%8B%80>,
        "鋀"^^xsd:string .

<http://lexvo.org/id/char/92C1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%8B%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C7%9A%20l%C7%9C>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/leoi5>,
        <http://lexvo.org/id/term/yue/%E9%8B%81>,
        "鋁"^^xsd:string ;
    rdfs:comment "aluminum"@en .

<http://lexvo.org/id/char/92C2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%8B%82>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A9i>,
        <http://lexvo.org/id/term/vie/m%C5%A9i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mui4>,
        <http://lexvo.org/id/term/yue/%E9%8B%82>,
        "鋂"^^xsd:string ;
    rdfs:comment "bit cup"@en .

<http://lexvo.org/id/char/92C3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%8B%83>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%A1ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/long4>,
        <http://lexvo.org/id/term/yue/%E9%8B%83>,
        "鋃"^^xsd:string ;
    rdfs:comment "lock lanthanum"@en .

<http://lexvo.org/id/char/92C4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%8B%84>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C7%8En%20w%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/faan6>,
        <http://lexvo.org/id/term/yue/%E9%8B%84>,
        "鋄"^^xsd:string .

<http://lexvo.org/id/char/92C5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%8B%85>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C4%ABn%20z%C7%90>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/san1>,
        <http://lexvo.org/id/term/yue/%E9%8B%85>,
        "鋅"^^xsd:string ;
    rdfs:comment "zincum"@en .

<http://lexvo.org/id/char/92C6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%8B%86>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%BAn>,
        <http://lexvo.org/id/term/kor/%E9%8B%86>,
        <http://lexvo.org/id/term/kor/YUN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wan4>,
        <http://lexvo.org/id/term/yue/%E9%8B%86>,
        "鋆"^^xsd:string ;
    rdfs:comment "gold; character used in personal name"@en .

<http://lexvo.org/id/char/92C7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%8B%87>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%A8i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bui3>,
        <http://lexvo.org/id/term/yue/%E9%8B%87>,
        "鋇"^^xsd:string ;
    rdfs:comment "barium"@en .

<http://lexvo.org/id/char/92C8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%8B%88>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C3%B9>,
        <http://lexvo.org/id/term/kor/%E9%8B%88>,
        <http://lexvo.org/id/term/kor/OK>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/juk1>,
        <http://lexvo.org/id/term/yue/%E9%8B%88>,
        "鋈"^^xsd:string ;
    rdfs:comment "silver plating"@en .

<http://lexvo.org/id/char/92C9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%8B%89>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C3%B9>,
        "鋉"^^xsd:string .

<http://lexvo.org/id/char/92CA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%8B%8A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/juk6>,
        <http://lexvo.org/id/term/yue/%E9%8B%8A>,
        "鋊"^^xsd:string ;
    rdfs:comment "a poker; brass filings; to file"@en .

<http://lexvo.org/id/char/92CB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%8B%8B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%A1n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%A1n%20y%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jin4%20sin4>,
        <http://lexvo.org/id/term/yue/%E9%8B%8B>,
        "鋋"^^xsd:string .

<http://lexvo.org/id/char/92CC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%8B%8C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C7%90ng%20d%C3%ACng>,
        <http://lexvo.org/id/term/kor/%E9%8B%8C>,
        <http://lexvo.org/id/term/kor/CENG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ting5>,
        <http://lexvo.org/id/term/yue/%E9%8B%8C>,
        "鋌"^^xsd:string ;
    rdfs:comment "ingots, bars of metal; hurry"@en .

<http://lexvo.org/id/char/92CD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%8B%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%B3>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/but6>,
        <http://lexvo.org/id/term/yue/%E9%8B%8D>,
        "鋍"^^xsd:string .

<http://lexvo.org/id/char/92CE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%8B%8E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A0n>,
        "鋎"^^xsd:string .

<http://lexvo.org/id/char/92CF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%8B%8F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%A1>,
        <http://lexvo.org/id/term/kor/%E9%8B%8F>,
        <http://lexvo.org/id/term/kor/HYEP>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gaap3>,
        <http://lexvo.org/id/term/yue/%E9%8B%8F>,
        "鋏"^^xsd:string ;
    rdfs:comment "tongs, pincers; dagger; sword"@en .

<http://lexvo.org/id/char/92D0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%8B%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%B3ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wang4>,
        <http://lexvo.org/id/term/yue/%E9%8B%90>,
        "鋐"^^xsd:string ;
    rdfs:comment "state in today's Hubei province"@en .

<http://lexvo.org/id/char/92D1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%8B%91>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/cu%C4%81n>,
        <http://lexvo.org/id/term/kor/%E9%8B%91>,
        <http://lexvo.org/id/term/kor/CEN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cyun1>,
        <http://lexvo.org/id/term/yue/%E9%8B%91>,
        "鋑"^^xsd:string ;
    rdfs:comment "to engrave or carve, as a block for printing"@en .

<http://lexvo.org/id/char/92D2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%8B%92>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C4%93ng>,
        <http://lexvo.org/id/term/kor/%E9%8B%92>,
        <http://lexvo.org/id/term/kor/PONG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fung1>,
        <http://lexvo.org/id/term/yue/%E9%8B%92>,
        "鋒"^^xsd:string ;
    rdfs:comment "point of spear, sharp point"@en .

<http://lexvo.org/id/char/92D3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%8B%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C4%81n>,
        "鋓"^^xsd:string .

<http://lexvo.org/id/char/92D4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%8B%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C7%8En>,
        "鋔"^^xsd:string .

<http://lexvo.org/id/char/92D5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%8B%95>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zi3>,
        <http://lexvo.org/id/term/yue/%E9%8B%95>,
        "鋕"^^xsd:string ;
    rdfs:comment "engrave"@en .

<http://lexvo.org/id/char/92D6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%8B%96>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C4%AB>,
        "鋖"^^xsd:string .

<http://lexvo.org/id/char/92D7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%8B%97>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xu%C4%81n%20ju%C4%81n>,
        <http://lexvo.org/id/term/kor/%E9%8B%97>,
        <http://lexvo.org/id/term/kor/HYEN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hyun1>,
        <http://lexvo.org/id/term/yue/%E9%8B%97>,
        "鋗"^^xsd:string ;
    rdfs:comment "a small basin; rings on a cart of carriage"@en .

<http://lexvo.org/id/char/92D8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%8B%98>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C3%BA%20hu%C3%A1>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ng4%20waa4>,
        <http://lexvo.org/id/term/yue/%E9%8B%98>,
        "鋘"^^xsd:string ;
    rdfs:comment "sword"@en .

<http://lexvo.org/id/char/92D9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%8B%99>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C3%BA%20y%C7%94>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jyu5%20ng4>,
        <http://lexvo.org/id/term/yue/%E9%8B%99>,
        "鋙"^^xsd:string ;
    rdfs:comment "misfit; disordant; music instrument; hoe"@en .

<http://lexvo.org/id/char/92DA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%8B%9A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ti%C3%A1o>,
        "鋚"^^xsd:string ;
    rdfs:comment "iron; bronze decoration on bridle"@en .

<http://lexvo.org/id/char/92DB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%8B%9B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C7%92ng>,
        "鋛"^^xsd:string .

<http://lexvo.org/id/char/92DC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%8B%9C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zhu%C3%B3>,
        "鋜"^^xsd:string ;
    rdfs:comment "fetters, shackles"@en .

<http://lexvo.org/id/char/92DD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%8B%9D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%BC%C3%A8>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lyut3>,
        <http://lexvo.org/id/term/yue/%E9%8B%9D>,
        "鋝"^^xsd:string ;
    rdfs:comment "6 oz; ancient measurement"@en .

<http://lexvo.org/id/char/92DE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%8B%9E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C3%ADng>,
        "鋞"^^xsd:string .

<http://lexvo.org/id/char/92DF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%8B%9F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C4%81n%20q%C7%90n%20q%C4%ABn%20j%C3%ACn>,
        <http://lexvo.org/id/term/kor/%E9%8B%9F>,
        <http://lexvo.org/id/term/kor/CHIM>,
        <http://lexvo.org/id/term/vie/x%C4%83m>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cim1>,
        <http://lexvo.org/id/term/yue/%E9%8B%9F>,
        "鋟"^^xsd:string ;
    rdfs:comment "carve"@en .

<http://lexvo.org/id/char/92E0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%8B%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%A8n>,
        "鋠"^^xsd:string .

<http://lexvo.org/id/char/92E1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%8B%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A1n>,
        "鋡"^^xsd:string .

<http://lexvo.org/id/char/92E2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%8B%A2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%BC%C3%A8>,
        "鋢"^^xsd:string .

<http://lexvo.org/id/char/92E3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%8B%A3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A9%20y%C3%A9>,
        "鋣"^^xsd:string ;
    rdfs:comment "sword"@en .

<http://lexvo.org/id/char/92E4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%8B%A4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%BA%20j%C7%94>,
        <http://lexvo.org/id/term/kor/%E9%8B%A4>,
        <http://lexvo.org/id/term/kor/SE>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/co4>,
        <http://lexvo.org/id/term/yue/%E9%8B%A4>,
        "鋤"^^xsd:string ;
    rdfs:comment "hoe; eradicate"@en .

<http://lexvo.org/id/char/92E5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%8B%A5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%A8ng%20z%C3%A8ng>,
        <http://lexvo.org/id/term/kor/%E9%8B%A5>,
        <http://lexvo.org/id/term/kor/CENG>,
        <http://lexvo.org/id/term/vie/c%E1%BA%A5t%20xi%E1%BB%81ng>,
        "鋥"^^xsd:string ;
    rdfs:comment "polish"@en .

<http://lexvo.org/id/char/92E6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%8B%A6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C5%AB%20j%C3%BA>,
        <http://lexvo.org/id/term/vie/cu%E1%BB%91c>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/guk1%20guk6>,
        <http://lexvo.org/id/term/yue/%E9%8B%A6>,
        "鋦"^^xsd:string ;
    rdfs:comment "curium"@en .

<http://lexvo.org/id/char/92E7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%8B%A7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jin6>,
        <http://lexvo.org/id/term/yue/%E9%8B%A7>,
        "鋧"^^xsd:string .

<http://lexvo.org/id/char/92E8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%8B%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ti%C4%9B%20%C3%A9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ngo4>,
        <http://lexvo.org/id/term/yue/%E9%8B%A8>,
        "鋨"^^xsd:string ;
    rdfs:comment "an ancient name for iron; osmium"@en .

<http://lexvo.org/id/char/92E9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%8B%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A1ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mong4>,
        <http://lexvo.org/id/term/yue/%E9%8B%A9>,
        "鋩"^^xsd:string ;
    rdfs:comment "point of sword; sharp point"@en .

<http://lexvo.org/id/char/92EA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%8B%AA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C5%AB%20p%C3%B9>,
        <http://lexvo.org/id/term/kor/%E9%8B%AA>,
        <http://lexvo.org/id/term/kor/PHO>,
        <http://lexvo.org/id/term/vie/ph%E1%BB%91>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/pou1%20pou3>,
        <http://lexvo.org/id/term/yue/%E9%8B%AA>,
        "鋪"^^xsd:string ;
    rdfs:comment "spread out, arrange; shop, store; place to sleep, bed"@en .

<http://lexvo.org/id/char/92EB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%8B%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%AD>,
        "鋫"^^xsd:string .

<http://lexvo.org/id/char/92EC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%8B%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%A0n>,
        "鋬"^^xsd:string .

<http://lexvo.org/id/char/92ED> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%8B%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ru%C3%AC%20du%C3%AC>,
        <http://lexvo.org/id/term/kor/%E9%8B%AD>,
        <http://lexvo.org/id/term/kor/YEY%20THAY>,
        <http://lexvo.org/id/term/vie/nh%E1%BB%8Dn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jeoi6>,
        <http://lexvo.org/id/term/yue/%E9%8B%AD>,
        "鋭"^^xsd:string ;
    rdfs:comment "sharp"@en .

<http://lexvo.org/id/char/92EE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%8B%AE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%A9ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sing4>,
        <http://lexvo.org/id/term/yue/%E9%8B%AE>,
        "鋮"^^xsd:string ;
    rdfs:comment "person's name"@en .

<http://lexvo.org/id/char/92EF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%8B%AF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C3%A0o>,
        <http://lexvo.org/id/term/vie/c%E1%BA%A1o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gou3>,
        <http://lexvo.org/id/term/yue/%E9%8B%AF>,
        "鋯"^^xsd:string ;
    rdfs:comment "zirconium"@en .

<http://lexvo.org/id/char/92F0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%8B%B0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C7%90>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lei5>,
        <http://lexvo.org/id/term/yue/%E9%8B%B0>,
        "鋰"^^xsd:string ;
    rdfs:comment "lithium"@en .

<http://lexvo.org/id/char/92F1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%8B%B1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%A8>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tik1>,
        <http://lexvo.org/id/term/yue/%E9%8B%B1>,
        "鋱"^^xsd:string ;
    rdfs:comment "terbium"@en .

<http://lexvo.org/id/char/92F2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/kor/%E9%8B%B2>,
        <http://lexvo.org/id/term/kor/PYENG>,
        <http://lexvo.org/id/term/vie/l%E1%BA%A5p%20beng>,
        "鋲"^^xsd:string ;
    rdfs:comment "rivet"@en .

<http://lexvo.org/id/char/92F3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%8B%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%B9>,
        "鋳"^^xsd:string ;
    rdfs:comment "melt, cast; coin, mint"@en .

<http://lexvo.org/id/char/92F4> a lvont:Character ;
    lvont:represents "鋴"^^xsd:string .

<http://lexvo.org/id/char/92F5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%8B%B5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C5%AB>,
        "鋵"^^xsd:string .

<http://lexvo.org/id/char/92F6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%8B%B6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C7%94>,
        "鋶"^^xsd:string .

<http://lexvo.org/id/char/92F7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%8B%B7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zu%C3%AC>,
        "鋷"^^xsd:string .

<http://lexvo.org/id/char/92F8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%8B%B8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%B9%20j%C5%AB>,
        <http://lexvo.org/id/term/kor/%E9%8B%B8>,
        <http://lexvo.org/id/term/kor/KE>,
        <http://lexvo.org/id/term/vie/c%C6%B0a>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/geoi3%20goe3>,
        <http://lexvo.org/id/term/yue/%E9%8B%B8>,
        "鋸"^^xsd:string ;
    rdfs:comment "a saw; to saw; amputate"@en .

<http://lexvo.org/id/char/92F9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%8B%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C7%8Eng>,
        <http://lexvo.org/id/term/kor/%E9%8B%B9>,
        <http://lexvo.org/id/term/kor/CHENG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cong2>,
        <http://lexvo.org/id/term/yue/%E9%8B%B9>,
        "鋹"^^xsd:string ;
    rdfs:comment "sharp; a keen edge; sharp point"@en .

<http://lexvo.org/id/char/92FA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%8B%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/yu%C4%81n>,
        <http://lexvo.org/id/term/kor/%E9%8B%BA>,
        <http://lexvo.org/id/term/kor/WEN>,
        "鋺"^^xsd:string ;
    rdfs:comment "a metal bowl"@en .

<http://lexvo.org/id/char/92FB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%8B%BB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%A0n>,
        "鋻"^^xsd:string .

<http://lexvo.org/id/char/92FC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%8B%BC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C4%81ng%200363.011%3Ag%C3%A0ng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C4%81ng%20g%C3%A0ng>,
        <http://lexvo.org/id/term/kor/%E9%8B%BC>,
        <http://lexvo.org/id/term/kor/KANG>,
        <http://lexvo.org/id/term/vie/gang>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gong1%20gong3>,
        <http://lexvo.org/id/term/yue/%E9%8B%BC>,
        "鋼"^^xsd:string ;
    rdfs:comment "steel; hard, strong, tough"@en .

<http://lexvo.org/id/char/92FD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%8B%BD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/di%C3%A0o>,
        <http://lexvo.org/id/term/kor/%E9%8B%BD>,
        <http://lexvo.org/id/term/kor/CO>,
        "鋽"^^xsd:string .

<http://lexvo.org/id/char/92FE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%8B%BE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%A1o>,
        "鋾"^^xsd:string .

<http://lexvo.org/id/char/92FF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%8B%BF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%A1ng>,
        "鋿"^^xsd:string .

<http://lexvo.org/id/char/9300> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%8C%80>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%BAn>,
        "錀"^^xsd:string .

<http://lexvo.org/id/char/9301> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%8C%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/gu%C7%92%20ku%C7%8E%20k%C3%A8>,
        <http://lexvo.org/id/term/vie/kho%C3%A1>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gwo2>,
        <http://lexvo.org/id/term/yue/%E9%8C%81>,
        "錁"^^xsd:string ;
    rdfs:comment "ingot; acrobatic move"@en .

<http://lexvo.org/id/char/9302> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%8C%82>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%ADng>,
        "錂"^^xsd:string .

<http://lexvo.org/id/char/9303> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%8C%83>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C4%93i>,
        "錃"^^xsd:string .

<http://lexvo.org/id/char/9304> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%8C%84>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%B9>,
        <http://lexvo.org/id/term/kor/%E9%8C%84>,
        <http://lexvo.org/id/term/kor/LOK%20YE>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/luk6>,
        <http://lexvo.org/id/term/yue/%E9%8C%84>,
        "錄"^^xsd:string ;
    rdfs:comment "copy, write down, record"@en .

<http://lexvo.org/id/char/9305> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%8C%85>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%AD>,
        "錅"^^xsd:string .

<http://lexvo.org/id/char/9306> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%8C%86>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C4%81ng>,
        <http://lexvo.org/id/term/kor/%E9%8C%86>,
        <http://lexvo.org/id/term/kor/CHENG>,
        <http://lexvo.org/id/term/vie/thanh>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/coeng1>,
        <http://lexvo.org/id/term/yue/%E9%8C%86>,
        "錆"^^xsd:string ;
    rdfs:comment "the color of a mineral"@en .

<http://lexvo.org/id/char/9307> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%8C%87>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%B3u%20p%C3%A9i%20f%C3%BA>,
        "錇"^^xsd:string ;
    rdfs:comment "berkelium"@en .

<http://lexvo.org/id/char/9308> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%8C%88>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ju%C3%A0n>,
        "錈"^^xsd:string ;
    rdfs:comment "to bend iron"@en .

<http://lexvo.org/id/char/9309> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%8C%89>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%ADn>,
        "錉"^^xsd:string .

<http://lexvo.org/id/char/930A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%8C%8A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zu%C3%AC>,
        "錊"^^xsd:string .

<http://lexvo.org/id/char/930B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%8C%8B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%A9ng%20b%C3%A8ng>,
        "錋"^^xsd:string .

<http://lexvo.org/id/char/930C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C3%A0n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%8C%8C>,
        "錌"^^xsd:string .

<http://lexvo.org/id/char/930D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%8C%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%AD%20p%C4%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C4%AB>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/pai1>,
        <http://lexvo.org/id/term/yue/%E9%8C%8D>,
        "錍"^^xsd:string .

<http://lexvo.org/id/char/930E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%8C%8E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A0n>,
        "錎"^^xsd:string .

<http://lexvo.org/id/char/930F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%8C%8F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A0>,
        <http://lexvo.org/id/term/kor/%E9%8C%8F>,
        <http://lexvo.org/id/term/kor/A>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/aa3>,
        <http://lexvo.org/id/term/yue/%E9%8C%8F>,
        "錏"^^xsd:string ;
    rdfs:comment "soft steel; ammonium"@en .

<http://lexvo.org/id/char/9310> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%8C%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zhu%C4%AB>,
        <http://lexvo.org/id/term/kor/%E9%8C%90>,
        <http://lexvo.org/id/term/kor/CHWU>,
        <http://lexvo.org/id/term/vie/d%C3%B9i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zeoi1>,
        <http://lexvo.org/id/term/yue/%E9%8C%90>,
        "錐"^^xsd:string ;
    rdfs:comment "gimlet, awl, drill, auger; bore"@en .

<http://lexvo.org/id/char/9311> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%8C%91>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%A8i>,
        "錑"^^xsd:string .

<http://lexvo.org/id/char/9312> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C4%81%20k%C4%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%8C%92>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/aa1%20aa3>,
        <http://lexvo.org/id/term/yue/%E9%8C%92>,
        "錒"^^xsd:string ;
    rdfs:comment "actinium"@en .

<http://lexvo.org/id/char/9313> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%8C%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C5%8Dng>,
        "錓"^^xsd:string .

<http://lexvo.org/id/char/9314> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%8C%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%A0>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/daap6%20taap3>,
        <http://lexvo.org/id/term/yue/%E9%8C%94>,
        "錔"^^xsd:string ;
    rdfs:comment "cap"@en .

<http://lexvo.org/id/char/9315> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%8C%95>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C5%ABn%20g%C7%94n>,
        <http://lexvo.org/id/term/kor/%E9%8C%95>,
        <http://lexvo.org/id/term/kor/KON>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gwan1>,
        <http://lexvo.org/id/term/yue/%E9%8C%95>,
        "錕"^^xsd:string ;
    rdfs:comment "ancient treasured sword"@en .

<http://lexvo.org/id/char/9316> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%8C%96>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C7%94>,
        "錖"^^xsd:string .

<http://lexvo.org/id/char/9317> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%8C%97>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C3%A8i>,
        "錗"^^xsd:string .

<http://lexvo.org/id/char/9318> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%8C%98>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/chu%C3%AD>,
        <http://lexvo.org/id/term/kor/%E9%8C%98>,
        <http://lexvo.org/id/term/kor/CHWU>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ceoi4>,
        <http://lexvo.org/id/term/yue/%E9%8C%98>,
        "錘"^^xsd:string ;
    rdfs:comment "balance weight on scale; hammer"@en .

<http://lexvo.org/id/char/9319> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%8C%99>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C4%AB>,
        <http://lexvo.org/id/term/kor/%E9%8C%99>,
        <http://lexvo.org/id/term/kor/CHI>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zi1>,
        <http://lexvo.org/id/term/yue/%E9%8C%99>,
        "錙"^^xsd:string ;
    rdfs:comment "8 oz; an ancient unit of weight"@en .

<http://lexvo.org/id/char/931A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%8C%9A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C4%93ng>,
        <http://lexvo.org/id/term/kor/%E9%8C%9A>,
        <http://lexvo.org/id/term/kor/CAYNG>,
        <http://lexvo.org/id/term/vie/tr%C3%A0nh>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zaang1%20zang1>,
        <http://lexvo.org/id/term/yue/%E9%8C%9A>,
        "錚"^^xsd:string ;
    rdfs:comment "clanging sound; small gong"@en .

<http://lexvo.org/id/char/931B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%8C%9B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C4%93n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ban1>,
        <http://lexvo.org/id/term/yue/%E9%8C%9B>,
        "錛"^^xsd:string ;
    rdfs:comment "adz; adze"@en .

<http://lexvo.org/id/char/931C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%8C%9C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ni%C4%93%20ni%C3%A8>,
        "錜"^^xsd:string .

<http://lexvo.org/id/char/931D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%8C%9D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C3%B3ng>,
        "錝"^^xsd:string .

<http://lexvo.org/id/char/931E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%8C%9E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%BAn%200273.030%3Adu%C3%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/du%C3%AC%20ch%C3%BAn%20du%C3%B2%20q%C3%BAn>,
        <http://lexvo.org/id/term/kor/%E9%8C%9E>,
        <http://lexvo.org/id/term/kor/SWUN%20TAY>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/deoi6%20seon4>,
        <http://lexvo.org/id/term/yue/%E9%8C%9E>,
        "錞"^^xsd:string ;
    rdfs:comment "instrument"@en .

<http://lexvo.org/id/char/931F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%8C%9F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%A1n%20xi%C4%81n%20y%C7%8En>,
        <http://lexvo.org/id/term/kor/%E9%8C%9F>,
        <http://lexvo.org/id/term/kor/TAM>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/taam4>,
        <http://lexvo.org/id/term/yue/%E9%8C%9F>,
        "錟"^^xsd:string ;
    rdfs:comment "long spear"@en .

<http://lexvo.org/id/char/9320> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%8C%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%ACng>,
        <http://lexvo.org/id/term/kor/%E9%8C%A0>,
        <http://lexvo.org/id/term/kor/CENG>,
        <http://lexvo.org/id/term/vie/%C4%91%C4%A9nh>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ding3>,
        <http://lexvo.org/id/term/yue/%E9%8C%A0>,
        "錠"^^xsd:string ;
    rdfs:comment "spindle, slab, cake, tablet"@en .

<http://lexvo.org/id/char/9321> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%8C%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C3%AD%20y%C7%90>,
        <http://lexvo.org/id/term/kor/%E9%8C%A1>,
        <http://lexvo.org/id/term/kor/KI%20UY>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ji2%20kei4>,
        <http://lexvo.org/id/term/yue/%E9%8C%A1>,
        "錡"^^xsd:string ;
    rdfs:comment "a kind of pen; a kind of chisel"@en .

<http://lexvo.org/id/char/9322> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%8C%A2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C3%A1n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C3%A1n%20ji%C7%8En>,
        <http://lexvo.org/id/term/kor/%E9%8C%A2>,
        <http://lexvo.org/id/term/kor/CEN>,
        <http://lexvo.org/id/term/vie/ti%E1%BB%81n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cin2%20cin4%20zin2>,
        <http://lexvo.org/id/term/yue/%E9%8C%A2>,
        "錢"^^xsd:string ;
    rdfs:comment "money, currency, coins"@en .

<http://lexvo.org/id/char/9323> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%8C%A3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zhu%C3%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zhu%C3%B3%20zhu%C3%AC>,
        <http://lexvo.org/id/term/kor/%E9%8C%A3>,
        <http://lexvo.org/id/term/kor/CHEL>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zyut3>,
        <http://lexvo.org/id/term/yue/%E9%8C%A3>,
        "錣"^^xsd:string ;
    rdfs:comment "armor neckplates"@en .

<http://lexvo.org/id/char/9324> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%8C%A4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C4%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C3%AD%20j%C4%AB>,
        <http://lexvo.org/id/term/kor/%E9%8C%A4>,
        <http://lexvo.org/id/term/kor/KI>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gei1>,
        <http://lexvo.org/id/term/yue/%E9%8C%A4>,
        "錤"^^xsd:string ;
    rdfs:comment "hoe"@en .

<http://lexvo.org/id/char/9325> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%8C%A5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/juk6>,
        <http://lexvo.org/id/term/yue/%E9%8C%A5>,
        "錥"^^xsd:string .

<http://lexvo.org/id/char/9326> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%8C%A6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C7%90n>,
        <http://lexvo.org/id/term/kor/%E9%8C%A6>,
        <http://lexvo.org/id/term/kor/KUM>,
        <http://lexvo.org/id/term/vie/g%E1%BA%A5m>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gam2>,
        <http://lexvo.org/id/term/yue/%E9%8C%A6>,
        "錦"^^xsd:string ;
    rdfs:comment "brocade, tapestry; embroidered"@en .

<http://lexvo.org/id/char/9327> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%8C%A7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/gu%C7%8En>,
        <http://lexvo.org/id/term/kor/%E9%8C%A7>,
        <http://lexvo.org/id/term/kor/KWAN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gun2%20gun3>,
        <http://lexvo.org/id/term/yue/%E9%8C%A7>,
        "錧"^^xsd:string .

<http://lexvo.org/id/char/9328> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%8C%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A1o>,
        <http://lexvo.org/id/term/kor/%E9%8C%A8>,
        <http://lexvo.org/id/term/kor/MYO>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/maau4%20naau4>,
        <http://lexvo.org/id/term/yue/%E9%8C%A8>,
        "錨"^^xsd:string ;
    rdfs:comment "anchor"@en .

<http://lexvo.org/id/char/9329> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%8C%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C4%81ng>,
        <http://lexvo.org/id/term/vie/xu%E1%BB%95ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/coeng1>,
        <http://lexvo.org/id/term/yue/%E9%8C%A9>,
        "錩"^^xsd:string ;
    rdfs:comment "vessel"@en .

<http://lexvo.org/id/char/932A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%8C%AA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ti%C7%8En>,
        <http://lexvo.org/id/term/kor/%E9%8C%AA>,
        <http://lexvo.org/id/term/kor/CEN>,
        "錪"^^xsd:string .

<http://lexvo.org/id/char/932B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%8C%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C3%AD%20x%C4%AB%20t%C3%AC>,
        <http://lexvo.org/id/term/kor/%E9%8C%AB>,
        <http://lexvo.org/id/term/kor/SEK>,
        <http://lexvo.org/id/term/vie/thi%E1%BA%BFc>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sek3%20sik1%20sik3>,
        <http://lexvo.org/id/term/yue/%E9%8C%AB>,
        "錫"^^xsd:string ;
    rdfs:comment "tin, stannum; bestow, confer"@en .

<http://lexvo.org/id/char/932C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%8C%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E9%8C%AC>,
        <http://lexvo.org/id/term/kor/TONG%20LYEN>,
        "錬"^^xsd:string ;
    rdfs:comment "smelt metals"@en .

<http://lexvo.org/id/char/932D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%8C%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%A1o%20di%C4%81o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/diu1>,
        <http://lexvo.org/id/term/yue/%E9%8C%AD>,
        "錭"^^xsd:string .

<http://lexvo.org/id/char/932E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%8C%AE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C3%B9>,
        <http://lexvo.org/id/term/kor/%E9%8C%AE>,
        <http://lexvo.org/id/term/kor/KO>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gu3>,
        <http://lexvo.org/id/term/yue/%E9%8C%AE>,
        "錮"^^xsd:string ;
    rdfs:comment "run metal into cracks; confine"@en .

<http://lexvo.org/id/char/932F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%8C%AF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/cu%C3%B2%20c%C3%B9%20x%C4%AB>,
        <http://lexvo.org/id/term/kor/%E9%8C%AF>,
        <http://lexvo.org/id/term/kor/CHAK%20CO>,
        <http://lexvo.org/id/term/vie/th%C3%B3>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/co3%20cok3%20cou3>,
        <http://lexvo.org/id/term/yue/%E9%8C%AF>,
        "錯"^^xsd:string ;
    rdfs:comment "error, blunder, mistake, wrong"@en .

<http://lexvo.org/id/char/9330> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%8C%B0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%B9>,
        "錰"^^xsd:string .

<http://lexvo.org/id/char/9331> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%8C%B1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C4%93n>,
        "錱"^^xsd:string .

<http://lexvo.org/id/char/9332> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%8C%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%B9%20l%C7%9C>,
        <http://lexvo.org/id/term/kor/%E9%8C%B2>,
        <http://lexvo.org/id/term/kor/LOK%20YE>,
        "録"^^xsd:string ;
    rdfs:comment "copy"@en .

<http://lexvo.org/id/char/9333> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%8C%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C4%9Bng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/maang5>,
        <http://lexvo.org/id/term/yue/%E9%8C%B3>,
        "錳"^^xsd:string ;
    rdfs:comment "manganese"@en .

<http://lexvo.org/id/char/9334> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%8C%B4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/luk6>,
        <http://lexvo.org/id/term/yue/%E9%8C%B4>,
        "錴"^^xsd:string .

<http://lexvo.org/id/char/9335> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%8C%B5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C4%81>,
        "錵"^^xsd:string .

<http://lexvo.org/id/char/9336> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%8C%B6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/bi%C7%8Eo>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/biu1>,
        <http://lexvo.org/id/term/yue/%E9%8C%B6>,
        "錶"^^xsd:string ;
    rdfs:comment "a watch, clock"@en .

<http://lexvo.org/id/char/9337> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%8C%B7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C3%A1>,
        "錷"^^xsd:string .

<http://lexvo.org/id/char/9338> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%8C%B8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%A1i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/loi4>,
        <http://lexvo.org/id/term/yue/%E9%8C%B8>,
        "錸"^^xsd:string ;
    rdfs:comment "rhenium"@en .

<http://lexvo.org/id/char/9339> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%8C%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C4%9Bn>,
        "錹"^^xsd:string .

<http://lexvo.org/id/char/933A> a lvont:Character ;
    lvont:represents "錺"^^xsd:string ;
    rdfs:comment "metal jewelry"@en .

<http://lexvo.org/id/char/933B> a lvont:Character ;
    lvont:represents "錻"^^xsd:string ;
    rdfs:comment "a tin plate"@en .

<http://lexvo.org/id/char/933C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%8C%BC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C3%A0i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/noi6>,
        <http://lexvo.org/id/term/yue/%E9%8C%BC>,
        "錼"^^xsd:string ;
    rdfs:comment "neptunium (Np)"@en .

<http://lexvo.org/id/char/933D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%8C%BD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C7%8En%20w%C3%A0n>,
        "錽"^^xsd:string .

<http://lexvo.org/id/char/933E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%8C%BE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zaam6>,
        <http://lexvo.org/id/term/yue/%E9%8C%BE>,
        "錾"^^xsd:string ;
    rdfs:comment "engraving tool, chisel"@en .

<http://lexvo.org/id/char/933F> a lvont:Character ;
    lvont:represents "錿"^^xsd:string .

<http://lexvo.org/id/char/9340> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%8D%80>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%A9>,
        "鍀"^^xsd:string ;
    rdfs:comment "technetium"@en .

<http://lexvo.org/id/char/9341> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%8D%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C4%81n>,
        "鍁"^^xsd:string ;
    rdfs:comment "shovel"@en .

<http://lexvo.org/id/char/9342> a lvont:Character ;
    lvont:represents "鍂"^^xsd:string .

<http://lexvo.org/id/char/9343> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%8D%83>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C5%8D%20hu%C3%B2>,
        "鍃"^^xsd:string ;
    rdfs:comment "a kind of tool"@en .

<http://lexvo.org/id/char/9344> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%8D%84>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C3%A0ng>,
        <http://lexvo.org/id/term/vie/d%C3%AD%20ki%E1%BB%81ng>,
        "鍄"^^xsd:string .

<http://lexvo.org/id/char/9345> a lvont:Character ;
    lvont:represents "鍅"^^xsd:string .

<http://lexvo.org/id/char/9346> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%8D%86>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A9n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mun4>,
        <http://lexvo.org/id/term/yue/%E9%8D%86>,
        "鍆"^^xsd:string ;
    rdfs:comment "mendelevium (Md)"@en .

<http://lexvo.org/id/char/9347> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%8D%87>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C7%8Ei%20ji%C4%93%20ji%C4%9B>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kaai2>,
        <http://lexvo.org/id/term/yue/%E9%8D%87>,
        "鍇"^^xsd:string ;
    rdfs:comment "high quality iron"@en .

<http://lexvo.org/id/char/9348> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%8D%88>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C4%ABng>,
        <http://lexvo.org/id/term/kor/%E9%8D%88>,
        <http://lexvo.org/id/term/kor/YENG>,
        "鍈"^^xsd:string .

<http://lexvo.org/id/char/9349> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%8D%89>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C4%AB%20ch%C3%AD%20d%C3%AD%20sh%C3%AD>,
        <http://lexvo.org/id/term/kor/%E9%8D%89>,
        <http://lexvo.org/id/term/kor/SI>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dik6%20si4>,
        <http://lexvo.org/id/term/yue/%E9%8D%89>,
        "鍉"^^xsd:string ;
    rdfs:comment "spoon, key"@en .

<http://lexvo.org/id/char/934A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%8D%8A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E9%8D%8A>,
        <http://lexvo.org/id/term/kor/LYEN>,
        <http://lexvo.org/id/term/vie/luy%E1%BB%87n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lin6>,
        <http://lexvo.org/id/term/yue/%E9%8D%8A>,
        "鍊"^^xsd:string ;
    rdfs:comment "smelt metals, forge; refine"@en .

<http://lexvo.org/id/char/934B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%8D%8B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/gu%C5%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/gu%C5%8D%20gu%C7%92>,
        <http://lexvo.org/id/term/kor/%E9%8D%8B>,
        <http://lexvo.org/id/term/kor/KWA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wo1>,
        <http://lexvo.org/id/term/yue/%E9%8D%8B>,
        "鍋"^^xsd:string ;
    rdfs:comment "cooking-pot, saucepan"@en .

<http://lexvo.org/id/char/934C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%8D%8C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C7%8En>,
        "鍌"^^xsd:string .

<http://lexvo.org/id/char/934D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%8D%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%B9>,
        <http://lexvo.org/id/term/kor/%E9%8D%8D>,
        <http://lexvo.org/id/term/kor/TO>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dou6>,
        <http://lexvo.org/id/term/yue/%E9%8D%8D>,
        "鍍"^^xsd:string ;
    rdfs:comment "plate, coat, gild"@en .

<http://lexvo.org/id/char/934E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%8D%8E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%BA>,
        "鍎"^^xsd:string .

<http://lexvo.org/id/char/934F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%8D%8F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C3%A9i>,
        "鍏"^^xsd:string .

<http://lexvo.org/id/char/9350> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%8D%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C5%8Dng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zung1>,
        <http://lexvo.org/id/term/yue/%E9%8D%90>,
        "鍐"^^xsd:string ;
    rdfs:comment "a headstall, ornament on a bride"@en .

<http://lexvo.org/id/char/9351> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%8D%91>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fuk1>,
        <http://lexvo.org/id/term/yue/%E9%8D%91>,
        "鍑"^^xsd:string .

<http://lexvo.org/id/char/9352> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%8D%92>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/r%C3%B3u>,
        "鍒"^^xsd:string .

<http://lexvo.org/id/char/9353> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%8D%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%AD>,
        "鍓"^^xsd:string .

<http://lexvo.org/id/char/9354> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C3%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%8D%94>,
        <http://lexvo.org/id/term/kor/%E9%8D%94>,
        <http://lexvo.org/id/term/kor/AK>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ngok6>,
        <http://lexvo.org/id/term/yue/%E9%8D%94>,
        "鍔"^^xsd:string ;
    rdfs:comment "high, lofty; edge of knife"@en .

<http://lexvo.org/id/char/9355> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%8D%95>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/r%C3%B3u>,
        "鍕"^^xsd:string .

<http://lexvo.org/id/char/9356> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%8D%96>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C4%9Bn%20zh%C4%93n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zam1>,
        <http://lexvo.org/id/term/yue/%E9%8D%96>,
        "鍖"^^xsd:string .

<http://lexvo.org/id/char/9357> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%8D%97>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%AD>,
        <http://lexvo.org/id/term/kor/%E9%8D%97>,
        <http://lexvo.org/id/term/kor/CEY>,
        "鍗"^^xsd:string .

<http://lexvo.org/id/char/9358> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%8D%98>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%A1>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zaat3>,
        <http://lexvo.org/id/term/yue/%E9%8D%98>,
        "鍘"^^xsd:string ;
    rdfs:comment "sickle for cutting grass or hay"@en .

<http://lexvo.org/id/char/9359> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%8D%99>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%B2ng>,
        "鍙"^^xsd:string .

<http://lexvo.org/id/char/935A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%8D%9A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A1ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/joeng4>,
        <http://lexvo.org/id/term/yue/%E9%8D%9A>,
        "鍚"^^xsd:string ;
    rdfs:comment "frontlet"@en .

<http://lexvo.org/id/char/935B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%8D%9B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/du%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E9%8D%9B>,
        <http://lexvo.org/id/term/kor/TAN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dyun3>,
        <http://lexvo.org/id/term/yue/%E9%8D%9B>,
        "鍛"^^xsd:string ;
    rdfs:comment "forge metal; temper, refine"@en .

<http://lexvo.org/id/char/935C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%8D%9C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C4%81%20xi%C3%A1>,
        <http://lexvo.org/id/term/kor/%E9%8D%9C>,
        <http://lexvo.org/id/term/kor/HA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dyun3>,
        <http://lexvo.org/id/term/yue/%E9%8D%9C>,
        "鍜"^^xsd:string ;
    rdfs:comment "to forge, work"@en .

<http://lexvo.org/id/char/935D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%8D%9D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%BA>,
        <http://lexvo.org/id/term/kor/%E9%8D%9D>,
        <http://lexvo.org/id/term/kor/WU>,
        "鍝"^^xsd:string .

<http://lexvo.org/id/char/935E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%8D%9E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C4%93ng>,
        "鍞"^^xsd:string .

<http://lexvo.org/id/char/935F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%8D%9F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C4%ABng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/seng3>,
        <http://lexvo.org/id/term/yue/%E9%8D%9F>,
        "鍟"^^xsd:string ;
    rdfs:comment "(Cant.) rust"@en .

<http://lexvo.org/id/char/9360> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%8D%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%A1ng>,
        <http://lexvo.org/id/term/kor/%E9%8D%A0>,
        <http://lexvo.org/id/term/kor/KOYNG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wong4>,
        <http://lexvo.org/id/term/yue/%E9%8D%A0>,
        "鍠"^^xsd:string ;
    rdfs:comment "weapon"@en .

<http://lexvo.org/id/char/9361> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%8D%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C4%9Bi>,
        "鍡"^^xsd:string .

<http://lexvo.org/id/char/9362> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%8D%A2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%B9>,
        "鍢"^^xsd:string .

<http://lexvo.org/id/char/9363> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%8D%A3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C4%81o>,
        "鍣"^^xsd:string .

<http://lexvo.org/id/char/9364> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%8D%A4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%A1%20ch%C4%81>,
        <http://lexvo.org/id/term/kor/%E9%8D%A4>,
        <http://lexvo.org/id/term/kor/SAP>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/caap3>,
        <http://lexvo.org/id/term/yue/%E9%8D%A4>,
        "鍤"^^xsd:string ;
    rdfs:comment "spade, shovel; marking pin"@en .

<http://lexvo.org/id/char/9365> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%8D%A5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C3%A8>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kit3>,
        <http://lexvo.org/id/term/yue/%E9%8D%A5>,
        "鍥"^^xsd:string ;
    rdfs:comment "sickle; cut, carve, engrave"@en .

<http://lexvo.org/id/char/9366> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%8D%A6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%A9%20sh%C4%AB>,
        "鍦"^^xsd:string .

<http://lexvo.org/id/char/9367> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%8D%A7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C5%8Dng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gwang1>,
        <http://lexvo.org/id/term/yue/%E9%8D%A7>,
        "鍧"^^xsd:string .

<http://lexvo.org/id/char/9368> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%8D%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ku%C3%AD>,
        "鍨"^^xsd:string .

<http://lexvo.org/id/char/9369> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%8D%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ti%C7%8En%20nu%C3%B2>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zok6>,
        <http://lexvo.org/id/term/yue/%E9%8D%A9>,
        "鍩"^^xsd:string ;
    rdfs:comment "nobelium"@en .

<http://lexvo.org/id/char/936A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%8D%AA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%B3u>,
        <http://lexvo.org/id/term/kor/%E9%8D%AA>,
        <http://lexvo.org/id/term/kor/MWU>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mau4>,
        <http://lexvo.org/id/term/yue/%E9%8D%AA>,
        "鍪"^^xsd:string ;
    rdfs:comment "an iron pan; a metal cap"@en .

<http://lexvo.org/id/char/936B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%8D%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C4%81o>,
        <http://lexvo.org/id/term/kor/%E9%8D%AB>,
        <http://lexvo.org/id/term/kor/CHO>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ciu4>,
        <http://lexvo.org/id/term/yue/%E9%8D%AB>,
        "鍫"^^xsd:string ;
    rdfs:comment "shovel"@en .

<http://lexvo.org/id/char/936C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%8D%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C4%81o>,
        <http://lexvo.org/id/term/kor/%E9%8D%AC>,
        <http://lexvo.org/id/term/kor/CHO>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ciu1>,
        <http://lexvo.org/id/term/yue/%E9%8D%AC>,
        "鍬"^^xsd:string ;
    rdfs:comment "shovel"@en .

<http://lexvo.org/id/char/936D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%8D%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%B3u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hau4>,
        <http://lexvo.org/id/term/yue/%E9%8D%AD>,
        "鍭"^^xsd:string ;
    rdfs:comment "arrow"@en .

<http://lexvo.org/id/char/936E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%8D%AE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C5%8Du>,
        <http://lexvo.org/id/term/kor/%E9%8D%AE>,
        <http://lexvo.org/id/term/kor/YU>,
        <http://lexvo.org/id/term/vie/thau>,
        "鍮"^^xsd:string ;
    rdfs:comment "brass"@en .

<http://lexvo.org/id/char/936F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%8D%AF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C5%8Dng>,
        "鍯"^^xsd:string .

<http://lexvo.org/id/char/9370> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%8D%B0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%A1n>,
        <http://lexvo.org/id/term/kor/%E9%8D%B0>,
        <http://lexvo.org/id/term/kor/HWAN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/waan4>,
        <http://lexvo.org/id/term/yue/%E9%8D%B0>,
        "鍰"^^xsd:string ;
    rdfs:comment "measure; money, coins"@en .

<http://lexvo.org/id/char/9371> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%8D%B1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A8>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dip6%20jip6>,
        <http://lexvo.org/id/term/yue/%E9%8D%B1>,
        "鍱"^^xsd:string ;
    rdfs:comment "thin plates of metal"@en .

<http://lexvo.org/id/char/9372> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%8D%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%ADn>,
        "鍲"^^xsd:string .

<http://lexvo.org/id/char/9373> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%8D%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%A0n>,
        "鍳"^^xsd:string .

<http://lexvo.org/id/char/9374> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%8D%B4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/du%C4%81n>,
        "鍴"^^xsd:string .

<http://lexvo.org/id/char/9375> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%8D%B5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E9%8D%B5>,
        <http://lexvo.org/id/term/kor/KEN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gin6>,
        <http://lexvo.org/id/term/yue/%E9%8D%B5>,
        "鍵"^^xsd:string ;
    rdfs:comment "door bolt, lock bolt; key"@en .

<http://lexvo.org/id/char/9376> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%8D%B6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C4%AB%20s%C5%8Dng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/si1>,
        <http://lexvo.org/id/term/yue/%E9%8D%B6>,
        "鍶"^^xsd:string ;
    rdfs:comment "strontium; an iron utensil"@en .

<http://lexvo.org/id/char/9377> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%8D%B7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ku%C4%AB>,
        "鍷"^^xsd:string .

<http://lexvo.org/id/char/9378> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%8D%B8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%BA>,
        "鍸"^^xsd:string ;
    rdfs:comment "food, gruel"@en .

<http://lexvo.org/id/char/9379> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%8D%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xu%C4%81n>,
        "鍹"^^xsd:string .

<http://lexvo.org/id/char/937A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%8D%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C4%9B%20du%C7%92%20d%C7%94>,
        <http://lexvo.org/id/term/vie/ch%C3%A1>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ze2>,
        <http://lexvo.org/id/term/yue/%E9%8D%BA>,
        "鍺"^^xsd:string ;
    rdfs:comment "germanium; metal flashing on the axle of a cart"@en .

<http://lexvo.org/id/char/937B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%8D%BB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%A9>,
        "鍻"^^xsd:string .

<http://lexvo.org/id/char/937C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%8D%BC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C4%93n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C4%93n%20qi%C3%A1n>,
        <http://lexvo.org/id/term/kor/%E9%8D%BC>,
        <http://lexvo.org/id/term/kor/CHIM%20KAM>,
        <http://lexvo.org/id/term/vie/ch%C3%A2m>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zam1>,
        <http://lexvo.org/id/term/yue/%E9%8D%BC>,
        "鍼"^^xsd:string ;
    rdfs:comment "needle, pin, tack; prick; inject"@en .

<http://lexvo.org/id/char/937D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%8D%BD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/bi%C4%81n>,
        "鍽"^^xsd:string .

<http://lexvo.org/id/char/937E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%8D%BE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C5%8Dng>,
        <http://lexvo.org/id/term/kor/%E9%8D%BE>,
        <http://lexvo.org/id/term/kor/CONG>,
        <http://lexvo.org/id/term/vie/chung>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zung1>,
        <http://lexvo.org/id/term/yue/%E9%8D%BE>,
        "鍾"^^xsd:string ;
    rdfs:comment "cup, glass, goblet; surname"@en .

<http://lexvo.org/id/char/937F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%8D%BF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C4%AB>,
        "鍿"^^xsd:string .

<http://lexvo.org/id/char/9380> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%8E%80>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C5%AB>,
        "鎀"^^xsd:string .

<http://lexvo.org/id/char/9381> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%8E%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A9>,
        "鎁"^^xsd:string .

<http://lexvo.org/id/char/9382> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%8E%82>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C4%9Bi>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mei5>,
        <http://lexvo.org/id/term/yue/%E9%8E%82>,
        "鎂"^^xsd:string ;
    rdfs:comment "magnesium"@en .

<http://lexvo.org/id/char/9383> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%8E%83>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%A0i>,
        "鎃"^^xsd:string .

<http://lexvo.org/id/char/9384> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C4%81i>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%8E%84>,
        "鎄"^^xsd:string ;
    rdfs:comment "iridium einsteinium"@en .

<http://lexvo.org/id/char/9385> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%8E%85>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%A8>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gaai3>,
        <http://lexvo.org/id/term/yue/%E9%8E%85>,
        "鎅"^^xsd:string ;
    rdfs:comment "(Cant.) to saw; to cut"@en .

<http://lexvo.org/id/char/9386> a lvont:Character ;
    lvont:represents "鎆"^^xsd:string .

<http://lexvo.org/id/char/9387> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%8E%87>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A9i>,
        "鎇"^^xsd:string ;
    rdfs:comment "americium"@en .

<http://lexvo.org/id/char/9388> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%8E%88>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/chu%C5%8D>,
        "鎈"^^xsd:string .

<http://lexvo.org/id/char/9389> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%8E%89>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%A0>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/taap3>,
        <http://lexvo.org/id/term/yue/%E9%8E%89>,
        "鎉"^^xsd:string ;
    rdfs:comment "thallium"@en .

<http://lexvo.org/id/char/938A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%8E%8A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%A0ng%20p%C4%81ng>,
        <http://lexvo.org/id/term/kor/%E9%8E%8A>,
        <http://lexvo.org/id/term/kor/PANG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bong2%20bong6>,
        <http://lexvo.org/id/term/yue/%E9%8E%8A>,
        "鎊"^^xsd:string ;
    rdfs:comment "pound sterling; to scrape"@en .

<http://lexvo.org/id/char/938B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%8E%8B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A1>,
        "鎋"^^xsd:string ;
    rdfs:comment "the linch-pin of a wheel to govern or control the noise of a barrow"@en .

<http://lexvo.org/id/char/938C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%8E%8C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C3%A1n>,
        <http://lexvo.org/id/term/kor/%E9%8E%8C>,
        <http://lexvo.org/id/term/kor/KYEM>,
        <http://lexvo.org/id/term/vie/g%C6%B0%C6%A1m>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lim4>,
        <http://lexvo.org/id/term/yue/%E9%8E%8C>,
        "鎌"^^xsd:string ;
    rdfs:comment "sickle"@en .

<http://lexvo.org/id/char/938D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%8E%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/su%C7%92>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sok3>,
        <http://lexvo.org/id/term/yue/%E9%8E%8D>,
        "鎍"^^xsd:string ;
    rdfs:comment "chain; wire"@en .

<http://lexvo.org/id/char/938E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%8E%8E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C3%AC>,
        "鎎"^^xsd:string .

<http://lexvo.org/id/char/938F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%8E%8F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C3%BA>,
        <http://lexvo.org/id/term/kor/%E9%8E%8F>,
        <http://lexvo.org/id/term/kor/LYU>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lau4>,
        <http://lexvo.org/id/term/yue/%E9%8E%8F>,
        "鎏"^^xsd:string ;
    rdfs:comment "pure gold"@en .

<http://lexvo.org/id/char/9390> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%8E%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C3%BA%20y%C3%A1o>,
        "鎐"^^xsd:string ;
    rdfs:comment "family name; wine cup"@en .

<http://lexvo.org/id/char/9391> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%8E%91>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A8>,
        "鎑"^^xsd:string .

<http://lexvo.org/id/char/9392> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%8E%92>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C3%B2u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/nau6>,
        <http://lexvo.org/id/term/yue/%E9%8E%92>,
        "鎒"^^xsd:string ;
    rdfs:comment "to hoe; to weed"@en .

<http://lexvo.org/id/char/9393> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%8E%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C4%93ng>,
        "鎓"^^xsd:string .

<http://lexvo.org/id/char/9394> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%8E%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/r%C3%B3ng>,
        <http://lexvo.org/id/term/kor/%E9%8E%94>,
        <http://lexvo.org/id/term/kor/YONG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jung4>,
        <http://lexvo.org/id/term/yue/%E9%8E%94>,
        "鎔"^^xsd:string ;
    rdfs:comment "fuse, melt, smelt; mold"@en .

<http://lexvo.org/id/char/9395> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%8E%95>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%A1ng>,
        "鎕"^^xsd:string .

<http://lexvo.org/id/char/9396> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%8E%96>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/su%C7%92>,
        <http://lexvo.org/id/term/kor/%E9%8E%96>,
        <http://lexvo.org/id/term/kor/SWAY>,
        <http://lexvo.org/id/term/vie/to%E1%BA%A3>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/so2>,
        <http://lexvo.org/id/term/yue/%E9%8E%96>,
        "鎖"^^xsd:string ;
    rdfs:comment "lock, padlock; shackles, chains"@en .

<http://lexvo.org/id/char/9397> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%8E%97>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C4%81ng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C4%81ng%20qi%C3%A0ng%20ch%C4%93ng>,
        <http://lexvo.org/id/term/kor/%E9%8E%97>,
        <http://lexvo.org/id/term/kor/CAYNG>,
        <http://lexvo.org/id/term/vie/th%C6%B0%C6%A1ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/coeng1>,
        <http://lexvo.org/id/term/yue/%E9%8E%97>,
        "鎗"^^xsd:string ;
    rdfs:comment "rifle, small arms, hand gun"@en .

<http://lexvo.org/id/char/9398> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%8E%98>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C3%A9%20l%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gaak3>,
        <http://lexvo.org/id/term/yue/%E9%8E%98>,
        "鎘"^^xsd:string ;
    rdfs:comment "cadmium"@en .

<http://lexvo.org/id/char/9399> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%8E%99>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/shu%C3%B2>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sok3>,
        <http://lexvo.org/id/term/yue/%E9%8E%99>,
        "鎙"^^xsd:string ;
    rdfs:comment "large spear; chess board"@en .

<http://lexvo.org/id/char/939A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%8E%9A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/chu%C3%AD>,
        <http://lexvo.org/id/term/kor/%E9%8E%9A>,
        <http://lexvo.org/id/term/kor/CHWU%20THOY>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ceoi4>,
        <http://lexvo.org/id/term/yue/%E9%8E%9A>,
        "鎚"^^xsd:string ;
    rdfs:comment "hammer, mallet; club"@en .

<http://lexvo.org/id/char/939B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%8E%9B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%B3>,
        <http://lexvo.org/id/term/kor/%E9%8E%9B>,
        <http://lexvo.org/id/term/kor/PAK>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bok3>,
        <http://lexvo.org/id/term/yue/%E9%8E%9B>,
        "鎛"^^xsd:string ;
    rdfs:comment "large bell; hoe, spade"@en .

<http://lexvo.org/id/char/939C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%8E%9C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%A1n>,
        "鎜"^^xsd:string .

<http://lexvo.org/id/char/939D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%8E%9D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C4%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C3%A0%20d%C4%81>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/daap3%20saap3>,
        <http://lexvo.org/id/term/yue/%E9%8E%9D>,
        "鎝"^^xsd:string ;
    rdfs:comment "technetium"@en .

<http://lexvo.org/id/char/939E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%8E%9E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%AC%20b%C4%AB%20p%C4%AB>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bai1%20pei1>,
        <http://lexvo.org/id/term/yue/%E9%8E%9E>,
        "鎞"^^xsd:string ;
    rdfs:comment "plowshare; barb, lancet"@en .

<http://lexvo.org/id/char/939F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%8E%9F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C7%8Eng>,
        <http://lexvo.org/id/term/kor/%E9%8E%9F>,
        <http://lexvo.org/id/term/kor/SANG>,
        "鎟"^^xsd:string .

<http://lexvo.org/id/char/93A0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%8E%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C4%81ng>,
        "鎠"^^xsd:string .

<http://lexvo.org/id/char/93A1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%8E%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C4%AB>,
        <http://lexvo.org/id/term/kor/%E9%8E%A1>,
        <http://lexvo.org/id/term/kor/CA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zi1>,
        <http://lexvo.org/id/term/yue/%E9%8E%A1>,
        "鎡"^^xsd:string ;
    rdfs:comment "hoe; mattock"@en .

<http://lexvo.org/id/char/93A2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%8E%A2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C5%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C5%AB%20w%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wu1>,
        <http://lexvo.org/id/term/yue/%E9%8E%A2>,
        "鎢"^^xsd:string ;
    rdfs:comment "tungsten (wolfram)"@en .

<http://lexvo.org/id/char/93A3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%8E%A3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%ACng%20y%C3%ADng%20ji%C7%92ng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%ADng>,
        <http://lexvo.org/id/term/kor/%E9%8E%A3>,
        <http://lexvo.org/id/term/kor/HYENG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jing4>,
        <http://lexvo.org/id/term/yue/%E9%8E%A3>,
        "鎣"^^xsd:string ;
    rdfs:comment "polish"@en .

<http://lexvo.org/id/char/93A4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%8E%A4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C7%8Eng>,
        <http://lexvo.org/id/term/kor/%E9%8E%A4>,
        <http://lexvo.org/id/term/kor/HWANG>,
        "鎤"^^xsd:string ;
    rdfs:comment "sound of a bell; small bell"@en .

<http://lexvo.org/id/char/93A5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%8E%A5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ti%C3%A1o>,
        "鎥"^^xsd:string .

<http://lexvo.org/id/char/93A6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%8E%A6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C3%BA%20li%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lau4%20lau5>,
        <http://lexvo.org/id/term/yue/%E9%8E%A6>,
        "鎦"^^xsd:string ;
    rdfs:comment "distil; lutetium; surname"@en .

<http://lexvo.org/id/char/93A7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%8E%A7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C7%8Ei>,
        <http://lexvo.org/id/term/kor/%E9%8E%A7>,
        <http://lexvo.org/id/term/kor/KAY>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hoi2>,
        <http://lexvo.org/id/term/yue/%E9%8E%A7>,
        "鎧"^^xsd:string ;
    rdfs:comment "armor, chain mail"@en .

<http://lexvo.org/id/char/93A8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%8E%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C7%94n>,
        "鎨"^^xsd:string .

<http://lexvo.org/id/char/93A9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%8E%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C4%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C4%81%20sh%C3%AC%20s%C3%A8>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/saat3>,
        <http://lexvo.org/id/term/yue/%E9%8E%A9>,
        "鎩"^^xsd:string ;
    rdfs:comment "moult samarium"@en .

<http://lexvo.org/id/char/93AA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%8E%AA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C5%8Du>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sau1%20sau2>,
        <http://lexvo.org/id/term/yue/%E9%8E%AA>,
        "鎪"^^xsd:string ;
    rdfs:comment "to engrave (metal of wood)"@en .

<http://lexvo.org/id/char/93AB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%8E%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C3%A0n%20ji%C7%8En>,
        "鎫"^^xsd:string ;
    rdfs:comment "ornament over the horse's head"@en .

<http://lexvo.org/id/char/93AC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%8E%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A0o%20g%C7%8Eo>,
        <http://lexvo.org/id/term/kor/%E9%8E%AC>,
        <http://lexvo.org/id/term/kor/HO>,
        <http://lexvo.org/id/term/vie/nh%C3%BAm%20c%C3%A0o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gou2%20hou6>,
        <http://lexvo.org/id/term/yue/%E9%8E%AC>,
        "鎬"^^xsd:string ;
    rdfs:comment "stove; bright"@en .

<http://lexvo.org/id/char/93AD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%8E%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%A8n%20zh%C4%93n%20ti%C3%A1n>,
        <http://lexvo.org/id/term/kor/%E9%8E%AD>,
        <http://lexvo.org/id/term/kor/CIN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zan3>,
        <http://lexvo.org/id/term/yue/%E9%8E%AD>,
        "鎭"^^xsd:string ;
    rdfs:comment "town, market place; suppress"@en .

<http://lexvo.org/id/char/93AE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%8E%AE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%A8n%20zh%C4%93n%20ti%C3%A1n>,
        <http://lexvo.org/id/term/kor/%E9%8E%AE>,
        <http://lexvo.org/id/term/kor/CIN>,
        <http://lexvo.org/id/term/vie/tr%E1%BA%A5n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zan3>,
        <http://lexvo.org/id/term/yue/%E9%8E%AE>,
        "鎮"^^xsd:string ;
    rdfs:comment "town, market place; suppress"@en .

<http://lexvo.org/id/char/93AF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%8E%AF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%A1ng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/lu%C7%92%20l%C3%A1ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/long4>,
        <http://lexvo.org/id/term/yue/%E9%8E%AF>,
        "鎯"^^xsd:string ;
    rdfs:comment "large hammer"@en .

<http://lexvo.org/id/char/93B0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%8E%B0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%AC>,
        <http://lexvo.org/id/term/kor/%E9%8E%B0>,
        <http://lexvo.org/id/term/kor/IL>,
        <http://lexvo.org/id/term/vie/d%C3%A1t>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jat6>,
        <http://lexvo.org/id/term/yue/%E9%8E%B0>,
        "鎰"^^xsd:string ;
    rdfs:comment "measure of weight for gold"@en .

<http://lexvo.org/id/char/93B1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%8E%B1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/yu%C3%A1n>,
        "鎱"^^xsd:string .

<http://lexvo.org/id/char/93B2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%8E%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C7%8Eng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tong2>,
        <http://lexvo.org/id/term/yue/%E9%8E%B2>,
        "鎲"^^xsd:string .

<http://lexvo.org/id/char/93B3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%8E%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ni%C3%A8>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/nip1%20nip6>,
        <http://lexvo.org/id/term/yue/%E9%8E%B3>,
        "鎳"^^xsd:string ;
    rdfs:comment "nickel"@en .

<http://lexvo.org/id/char/93B4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%8E%B4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C3%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sik1>,
        <http://lexvo.org/id/term/yue/%E9%8E%B4>,
        "鎴"^^xsd:string .

<http://lexvo.org/id/char/93B5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%8E%B5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C4%81>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gaa1>,
        <http://lexvo.org/id/term/yue/%E9%8E%B5>,
        "鎵"^^xsd:string ;
    rdfs:comment "gallium"@en .

<http://lexvo.org/id/char/93B6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%8E%B6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C4%93>,
        <http://lexvo.org/id/term/vie/nh%E1%BA%B9%20c%C3%A0>,
        "鎶"^^xsd:string .

<http://lexvo.org/id/char/93B7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%8E%B7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C7%8E>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/maa5>,
        <http://lexvo.org/id/term/yue/%E9%8E%B7>,
        "鎷"^^xsd:string .

<http://lexvo.org/id/char/93B8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%8E%B8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ju%C4%81n>,
        "鎸"^^xsd:string ;
    rdfs:comment "engraving tool; carve, engrave"@en .

<http://lexvo.org/id/char/93B9> a lvont:Character ;
    lvont:represents "鎹"^^xsd:string ;
    rdfs:comment "a clamp"@en .

<http://lexvo.org/id/char/93BA> a lvont:Character ;
    lvont:represents "鎺"^^xsd:string .

<http://lexvo.org/id/char/93BB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%8E%BB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/su%C7%92>,
        "鎻"^^xsd:string ;
    rdfs:comment "lock, padlock; shackles, chains"@en .

<http://lexvo.org/id/char/93BC> a lvont:Character ;
    lvont:represents "鎼"^^xsd:string .

<http://lexvo.org/id/char/93BD> a lvont:Character ;
    lvont:represents "鎽"^^xsd:string .

<http://lexvo.org/id/char/93BE> a lvont:Character ;
    lvont:represents "鎾"^^xsd:string .

<http://lexvo.org/id/char/93BF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%8E%BF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C3%A1>,
        "鎿"^^xsd:string ;
    rdfs:comment "neptunium"@en .

<http://lexvo.org/id/char/93C0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%8F%80>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C7%94>,
        "鏀"^^xsd:string .

<http://lexvo.org/id/char/93C1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%8F%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/su%C7%92>,
        <http://lexvo.org/id/term/kor/%E9%8F%81>,
        <http://lexvo.org/id/term/kor/SWAY>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/so2>,
        <http://lexvo.org/id/term/yue/%E9%8F%81>,
        "鏁"^^xsd:string ;
    rdfs:comment "variant of 鎖 U+9396, a lock, padlock; shackles, chains"@en .

<http://lexvo.org/id/char/93C2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C5%8Du%20k%C5%8Du>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%8F%82>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/au1%20ngau1>,
        <http://lexvo.org/id/term/yue/%E9%8F%82>,
        "鏂"^^xsd:string .

<http://lexvo.org/id/char/93C3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%8F%83>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C3%BA%20chu%C3%B2>,
        <http://lexvo.org/id/term/kor/%E9%8F%83>,
        <http://lexvo.org/id/term/kor/COK>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zuk6>,
        <http://lexvo.org/id/term/yue/%E9%8F%83>,
        "鏃"^^xsd:string ;
    rdfs:comment "arrowhead, barb; swift, quick"@en .

<http://lexvo.org/id/char/93C4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%8F%84>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/tu%C3%A1n>,
        "鏄"^^xsd:string .

<http://lexvo.org/id/char/93C5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%8F%85>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C5%AB>,
        "鏅"^^xsd:string .

<http://lexvo.org/id/char/93C6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%8F%86>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/gu%C3%A0n>,
        "鏆"^^xsd:string .

<http://lexvo.org/id/char/93C7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%8F%87>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xu%C3%A0n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xu%C3%A0n%20xu%C3%A1n>,
        <http://lexvo.org/id/term/kor/%E9%8F%87>,
        <http://lexvo.org/id/term/kor/SEN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/syun4>,
        <http://lexvo.org/id/term/yue/%E9%8F%87>,
        "鏇"^^xsd:string ;
    rdfs:comment "lathe"@en .

<http://lexvo.org/id/char/93C8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%8F%88>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C3%A0n%20li%C3%A1n>,
        <http://lexvo.org/id/term/kor/%E9%8F%88>,
        <http://lexvo.org/id/term/kor/LYEN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lin6>,
        <http://lexvo.org/id/term/yue/%E9%8F%88>,
        "鏈"^^xsd:string ;
    rdfs:comment "chain, wire, cable; chain, shack"@en .

<http://lexvo.org/id/char/93C9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%8F%89>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%B2u>,
        "鏉"^^xsd:string .

<http://lexvo.org/id/char/93CA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C3%A0o>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%C3%A1o%20%C3%A0o>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%8F%8A>,
        <http://lexvo.org/id/term/kor/%E9%8F%8A>,
        <http://lexvo.org/id/term/kor/O>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ngou4%20ngou6>,
        <http://lexvo.org/id/term/yue/%E9%8F%8A>,
        "鏊"^^xsd:string ;
    rdfs:comment "a flat, iron cooking-plate for cakes"@en .

<http://lexvo.org/id/char/93CB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%8F%8B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C7%8En>,
        <http://lexvo.org/id/term/kor/%E9%8F%8B>,
        <http://lexvo.org/id/term/kor/MAN>,
        "鏋"^^xsd:string .

<http://lexvo.org/id/char/93CC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%8F%8C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%B2>,
        <http://lexvo.org/id/term/kor/%E9%8F%8C>,
        <http://lexvo.org/id/term/kor/MAK>,
        <http://lexvo.org/id/term/vie/m%C3%A1c>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mok6>,
        <http://lexvo.org/id/term/yue/%E9%8F%8C>,
        "鏌"^^xsd:string ;
    rdfs:comment "sword"@en .

<http://lexvo.org/id/char/93CD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%8F%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/lu%C3%B3>,
        "鏍"^^xsd:string .

<http://lexvo.org/id/char/93CE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%8F%8E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%AC>,
        "鏎"^^xsd:string .

<http://lexvo.org/id/char/93CF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%8F%8F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C3%A8i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wai6>,
        <http://lexvo.org/id/term/yue/%E9%8F%8F>,
        "鏏"^^xsd:string .

<http://lexvo.org/id/char/93D0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%8F%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C3%BA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lau4>,
        <http://lexvo.org/id/term/yue/%E9%8F%90>,
        "鏐"^^xsd:string ;
    rdfs:comment "pure gold"@en .

<http://lexvo.org/id/char/93D1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%8F%91>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%AD%20d%C4%AB>,
        <http://lexvo.org/id/term/kor/%E9%8F%91>,
        <http://lexvo.org/id/term/kor/CEK>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dik1>,
        <http://lexvo.org/id/term/yue/%E9%8F%91>,
        "鏑"^^xsd:string ;
    rdfs:comment "dysprosium; the barb of an arrow; the head of a javelin"@en .

<http://lexvo.org/id/char/93D2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%8F%92>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C4%81o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/saam1>,
        <http://lexvo.org/id/term/yue/%E9%8F%92>,
        "鏒"^^xsd:string .

<http://lexvo.org/id/char/93D3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%8F%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C5%8Dng%20s%C7%92ng>,
        "鏓"^^xsd:string .

<http://lexvo.org/id/char/93D4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%8F%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%AD>,
        "鏔"^^xsd:string .

<http://lexvo.org/id/char/93D5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%8F%95>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ou4>,
        <http://lexvo.org/id/term/yue/%E9%8F%95>,
        "鏕"^^xsd:string .

<http://lexvo.org/id/char/93D6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C3%A1o>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%C3%A1o%20bi%C4%81o>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%8F%96>,
        <http://lexvo.org/id/term/kor/%E9%8F%96>,
        <http://lexvo.org/id/term/kor/O>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ngou4%20ou1>,
        <http://lexvo.org/id/term/yue/%E9%8F%96>,
        "鏖"^^xsd:string ;
    rdfs:comment "to fight to the end, engage in a fierce battle"@en .

<http://lexvo.org/id/char/93D7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%8F%97>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C4%93ng>,
        <http://lexvo.org/id/term/kor/%E9%8F%97>,
        <http://lexvo.org/id/term/kor/KAYNG>,
        <http://lexvo.org/id/term/vie/tr%C3%A9t%20keng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hang1>,
        <http://lexvo.org/id/term/yue/%E9%8F%97>,
        "鏗"^^xsd:string ;
    rdfs:comment "strike, beat, stroke; jingling"@en .

<http://lexvo.org/id/char/93D8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%8F%98>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C4%81ng>,
        <http://lexvo.org/id/term/kor/%E9%8F%98>,
        <http://lexvo.org/id/term/kor/CANG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/coeng1>,
        <http://lexvo.org/id/term/yue/%E9%8F%98>,
        "鏘"^^xsd:string ;
    rdfs:comment "tinkle, clang, jingle"@en .

<http://lexvo.org/id/char/93D9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%8F%99>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/cu%C4%AB>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ceoi1>,
        <http://lexvo.org/id/term/yue/%E9%8F%99>,
        "鏙"^^xsd:string .

<http://lexvo.org/id/char/93DA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%8F%9A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C3%AC%20q%C4%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C4%AB>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cik1>,
        <http://lexvo.org/id/term/yue/%E9%8F%9A>,
        "鏚"^^xsd:string ;
    rdfs:comment "axe"@en .

<http://lexvo.org/id/char/93DB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%8F%9B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%A1ng>,
        "鏛"^^xsd:string ;
    rdfs:comment "to polish; iron rim on a wagon wheel"@en .

<http://lexvo.org/id/char/93DC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%8F%9C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C4%81ng%20t%C3%A1ng>,
        <http://lexvo.org/id/term/kor/%E9%8F%9C>,
        <http://lexvo.org/id/term/kor/TANG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tong1>,
        <http://lexvo.org/id/term/yue/%E9%8F%9C>,
        "鏜"^^xsd:string ;
    rdfs:comment "boring tool"@en .

<http://lexvo.org/id/char/93DD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%8F%9D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E9%8F%9D>,
        <http://lexvo.org/id/term/kor/MAN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/maan6>,
        <http://lexvo.org/id/term/yue/%E9%8F%9D>,
        "鏝"^^xsd:string ;
    rdfs:comment "trowel"@en .

<http://lexvo.org/id/char/93DE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%8F%9E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C5%8Dng>,
        <http://lexvo.org/id/term/kor/%E9%8F%9E>,
        <http://lexvo.org/id/term/kor/YONG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jung4>,
        <http://lexvo.org/id/term/yue/%E9%8F%9E>,
        "鏞"^^xsd:string ;
    rdfs:comment "a large bell used as a musical instrument"@en .

<http://lexvo.org/id/char/93DF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%8F%9F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C7%8En>,
        <http://lexvo.org/id/term/kor/%E9%8F%9F>,
        <http://lexvo.org/id/term/kor/SAN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/caan2>,
        <http://lexvo.org/id/term/yue/%E9%8F%9F>,
        "鏟"^^xsd:string ;
    rdfs:comment "spade, shovel, trowel, scoop"@en .

<http://lexvo.org/id/char/93E0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%8F%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C4%93ng>,
        "鏠"^^xsd:string .

<http://lexvo.org/id/char/93E1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%8F%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%ACng>,
        <http://lexvo.org/id/term/kor/%E9%8F%A1>,
        <http://lexvo.org/id/term/kor/KYENG>,
        <http://lexvo.org/id/term/vie/k%E1%BA%BBng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/geng3>,
        <http://lexvo.org/id/term/yue/%E9%8F%A1>,
        "鏡"^^xsd:string ;
    rdfs:comment "mirror; lens; glass; glasses"@en .

<http://lexvo.org/id/char/93E2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%8F%A2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/bi%C4%81o>,
        <http://lexvo.org/id/term/kor/%E9%8F%A2>,
        <http://lexvo.org/id/term/kor/PHYO>,
        <http://lexvo.org/id/term/vie/tiu>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/biu1>,
        <http://lexvo.org/id/term/yue/%E9%8F%A2>,
        "鏢"^^xsd:string ;
    rdfs:comment "dart, spear, harpoon; escort"@en .

<http://lexvo.org/id/char/93E3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%8F%A3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%B9>,
        "鏣"^^xsd:string .

<http://lexvo.org/id/char/93E4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%8F%A4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%B2u>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%B2u%20l%C7%98>,
        <http://lexvo.org/id/term/kor/%E9%8F%A4>,
        <http://lexvo.org/id/term/kor/LWU>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lau6>,
        <http://lexvo.org/id/term/yue/%E9%8F%A4>,
        "鏤"^^xsd:string ;
    rdfs:comment "carve, inlay, engrave, tattoo"@en .

<http://lexvo.org/id/char/93E5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%8F%A5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%B9>,
        "鏥"^^xsd:string ;
    rdfs:comment "rust, corrosion"@en .

<http://lexvo.org/id/char/93E6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%8F%A6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C5%8Dng>,
        <http://lexvo.org/id/term/kor/%E9%8F%A6>,
        <http://lexvo.org/id/term/kor/CHONG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cung1>,
        <http://lexvo.org/id/term/yue/%E9%8F%A6>,
        "鏦"^^xsd:string ;
    rdfs:comment "a short spear"@en .

<http://lexvo.org/id/char/93E7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%8F%A7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%B3ng>,
        "鏧"^^xsd:string .

<http://lexvo.org/id/char/93E8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%8F%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C3%A0n%20ji%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E9%8F%A8>,
        <http://lexvo.org/id/term/kor/CHAM>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zaam6>,
        <http://lexvo.org/id/term/yue/%E9%8F%A8>,
        "鏨"^^xsd:string ;
    rdfs:comment "engraving tool, chisel"@en .

<http://lexvo.org/id/char/93E9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%8F%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%A0n>,
        "鏩"^^xsd:string .

<http://lexvo.org/id/char/93EA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%8F%AA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C3%A1o>,
        "鏪"^^xsd:string .

<http://lexvo.org/id/char/93EB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%8F%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%AD>,
        "鏫"^^xsd:string .

<http://lexvo.org/id/char/93EC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%8F%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A0>,
        "鏬"^^xsd:string .

<http://lexvo.org/id/char/93ED> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%8F%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C4%AB>,
        "鏭"^^xsd:string .

<http://lexvo.org/id/char/93EE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%8F%AE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C4%81ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hong1>,
        <http://lexvo.org/id/term/yue/%E9%8F%AE>,
        "鏮"^^xsd:string .

<http://lexvo.org/id/char/93EF> a lvont:Character ;
    lvont:represents "鏯"^^xsd:string .

<http://lexvo.org/id/char/93F0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%8F%B0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%A8ng>,
        "鏰"^^xsd:string ;
    rdfs:comment "coin, money"@en .

<http://lexvo.org/id/char/93F1> a lvont:Character ;
    lvont:represents "鏱"^^xsd:string .

<http://lexvo.org/id/char/93F2> a lvont:Character ;
    lvont:represents "鏲"^^xsd:string .

<http://lexvo.org/id/char/93F3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%8F%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C4%93ng>,
        "鏳"^^xsd:string .

<http://lexvo.org/id/char/93F4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%8F%B4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%B9>,
        "鏴"^^xsd:string ;
    rdfs:comment "to plug a hole"@en .

<http://lexvo.org/id/char/93F5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%8F%B5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%A1>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/waa4>,
        <http://lexvo.org/id/term/yue/%E9%8F%B5>,
        "鏵"^^xsd:string ;
    rdfs:comment "spade, shovel, plowshare"@en .

<http://lexvo.org/id/char/93F6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%8F%B6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%AD>,
        <http://lexvo.org/id/term/kor/%E9%8F%B6>,
        <http://lexvo.org/id/term/kor/CIP>,
        "鏶"^^xsd:string .

<http://lexvo.org/id/char/93F7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%8F%B7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%BA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/buk6>,
        <http://lexvo.org/id/term/yue/%E9%8F%B7>,
        "鏷"^^xsd:string ;
    rdfs:comment "protactinium"@en .

<http://lexvo.org/id/char/93F8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%8F%B8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wai6>,
        <http://lexvo.org/id/term/yue/%E9%8F%B8>,
        "鏸"^^xsd:string .

<http://lexvo.org/id/char/93F9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%8F%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C4%81ng%20qi%C7%8Eng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/koeng5>,
        <http://lexvo.org/id/term/yue/%E9%8F%B9>,
        "鏹"^^xsd:string ;
    rdfs:comment "coins, money, wealth; (Cant.) 鏹水, sulfuric acid"@en .

<http://lexvo.org/id/char/93FA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%8F%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C5%8D>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/put3>,
        <http://lexvo.org/id/term/yue/%E9%8F%BA>,
        "鏺"^^xsd:string .

<http://lexvo.org/id/char/93FB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%8F%BB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%ADn>,
        <http://lexvo.org/id/term/kor/%E9%8F%BB>,
        <http://lexvo.org/id/term/kor/LIN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/leon4>,
        <http://lexvo.org/id/term/yue/%E9%8F%BB>,
        "鏻"^^xsd:string ;
    rdfs:comment "phosphonium"@en .

<http://lexvo.org/id/char/93FC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%8F%BC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/su%C7%92>,
        "鏼"^^xsd:string .

<http://lexvo.org/id/char/93FD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%8F%BD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%B9>,
        <http://lexvo.org/id/term/kor/%E9%8F%BD>,
        <http://lexvo.org/id/term/kor/SWU>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sau3>,
        <http://lexvo.org/id/term/yue/%E9%8F%BD>,
        "鏽"^^xsd:string ;
    rdfs:comment "rust, corrode"@en .

<http://lexvo.org/id/char/93FE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%8F%BE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C7%8En%20xi%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sin3>,
        <http://lexvo.org/id/term/yue/%E9%8F%BE>,
        "鏾"^^xsd:string ;
    rdfs:comment "the trigger of a crossbow; crossbow"@en .

<http://lexvo.org/id/char/93FF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%8F%BF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C4%93ng>,
        "鏿"^^xsd:string .

<http://lexvo.org/id/char/9400> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%90%80>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ku%C3%AC%20gu%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gwai6>,
        <http://lexvo.org/id/term/yue/%E9%90%80>,
        "鐀"^^xsd:string ;
    rdfs:comment "a cupboard; a press; a wardrobe shop-counter"@en .

<http://lexvo.org/id/char/9401> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%90%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C4%AB>,
        "鐁"^^xsd:string .

<http://lexvo.org/id/char/9402> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%90%82>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C3%B9%20li%C3%BA>,
        "鐂"^^xsd:string .

<http://lexvo.org/id/char/9403> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%90%83>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C3%A1o>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C3%A1o%20n%C3%A0o>,
        <http://lexvo.org/id/term/kor/%E9%90%83>,
        <http://lexvo.org/id/term/kor/NYO>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/naau4>,
        <http://lexvo.org/id/term/yue/%E9%90%83>,
        "鐃"^^xsd:string ;
    rdfs:comment "cymbals; hand bell; disturb"@en .

<http://lexvo.org/id/char/9404> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%90%84>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A9ng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%A1ng>,
        <http://lexvo.org/id/term/kor/%E9%90%84>,
        <http://lexvo.org/id/term/kor/HOYNG>,
        <http://lexvo.org/id/term/vie/b%E1%BB%8Bt%20v%C3%A0ng>,
        "鐄"^^xsd:string ;
    rdfs:comment "bell"@en .

<http://lexvo.org/id/char/9405> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%90%85>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/pi%C4%9B>,
        "鐅"^^xsd:string .

<http://lexvo.org/id/char/9406> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%90%86>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/su%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/seoi6>,
        <http://lexvo.org/id/term/yue/%E9%90%86>,
        "鐆"^^xsd:string .

<http://lexvo.org/id/char/9407> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%90%87>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/faan4>,
        <http://lexvo.org/id/term/yue/%E9%90%87>,
        "鐇"^^xsd:string ;
    rdfs:comment "vanadium"@en .

<http://lexvo.org/id/char/9408> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%90%88>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C3%A1o>,
        "鐈"^^xsd:string .

<http://lexvo.org/id/char/9409> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%90%89>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qu%C4%81n>,
        "鐉"^^xsd:string .

<http://lexvo.org/id/char/940A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%90%8A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A1ng>,
        "鐊"^^xsd:string .

<http://lexvo.org/id/char/940B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%90%8B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%A0ng%20t%C4%81ng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C4%81ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tong2>,
        <http://lexvo.org/id/term/yue/%E9%90%8B>,
        "鐋"^^xsd:string ;
    rdfs:comment "gong"@en .

<http://lexvo.org/id/char/940C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%90%8C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A0ng>,
        "鐌"^^xsd:string .

<http://lexvo.org/id/char/940D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%90%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ju%C3%A9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kyut3>,
        <http://lexvo.org/id/term/yue/%E9%90%8D>,
        "鐍"^^xsd:string ;
    rdfs:comment "hasp of a lock"@en .

<http://lexvo.org/id/char/940E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%90%8E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C4%81o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ziu1>,
        <http://lexvo.org/id/term/yue/%E9%90%8E>,
        "鐎"^^xsd:string .

<http://lexvo.org/id/char/940F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%90%8F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C5%ABn>,
        <http://lexvo.org/id/term/kor/%E9%90%8F>,
        <http://lexvo.org/id/term/kor/CWUN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zyun3>,
        <http://lexvo.org/id/term/yue/%E9%90%8F>,
        "鐏"^^xsd:string ;
    rdfs:comment "cap"@en .

<http://lexvo.org/id/char/9410> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%90%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C3%A1o%20li%C3%A0o>,
        <http://lexvo.org/id/term/kor/%E9%90%90>,
        <http://lexvo.org/id/term/kor/LYO>,
        <http://lexvo.org/id/term/vie/banh%20r%C3%ACu>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/liu4>,
        <http://lexvo.org/id/term/yue/%E9%90%90>,
        "鐐"^^xsd:string ;
    rdfs:comment "fetters"@en .

<http://lexvo.org/id/char/9411> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%90%91>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%A9>,
        "鐑"^^xsd:string .

<http://lexvo.org/id/char/9412> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%90%92>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%A1o>,
        <http://lexvo.org/id/term/vie/xo%C3%A1%20lao>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lou4>,
        <http://lexvo.org/id/term/yue/%E9%90%92>,
        "鐒"^^xsd:string ;
    rdfs:comment "lawrencium"@en .

<http://lexvo.org/id/char/9413> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%90%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/du%C3%AC%20du%C4%AB%20d%C5%ABn>,
        <http://lexvo.org/id/term/kor/%E9%90%93>,
        <http://lexvo.org/id/term/kor/TAY>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/deoi6%20deon1>,
        <http://lexvo.org/id/term/yue/%E9%90%93>,
        "鐓"^^xsd:string ;
    rdfs:comment "ferrule; castrate"@en .

<http://lexvo.org/id/char/9414> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%90%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%A1n%20x%C4%ABn%20x%C3%ADn>,
        <http://lexvo.org/id/term/kor/%E9%90%94>,
        <http://lexvo.org/id/term/kor/SIM>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/taam4>,
        <http://lexvo.org/id/term/yue/%E9%90%94>,
        "鐔"^^xsd:string ;
    rdfs:comment "dagger; small sword"@en .

<http://lexvo.org/id/char/9415> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%90%95>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C4%81n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zaam1>,
        <http://lexvo.org/id/term/yue/%E9%90%95>,
        "鐕"^^xsd:string .

<http://lexvo.org/id/char/9416> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%90%96>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C4%AB>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gei1>,
        <http://lexvo.org/id/term/yue/%E9%90%96>,
        "鐖"^^xsd:string .

<http://lexvo.org/id/char/9417> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%90%97>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C7%8En>,
        "鐗"^^xsd:string .

<http://lexvo.org/id/char/9418> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%90%98>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C5%8Dng>,
        <http://lexvo.org/id/term/kor/%E9%90%98>,
        <http://lexvo.org/id/term/kor/CONG>,
        <http://lexvo.org/id/term/vie/chu%C3%B4ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zung1>,
        <http://lexvo.org/id/term/yue/%E9%90%98>,
        "鐘"^^xsd:string ;
    rdfs:comment "clock; bell"@en .

<http://lexvo.org/id/char/9419> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%90%99>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%A8ng%20d%C4%93ng>,
        <http://lexvo.org/id/term/kor/%E9%90%99>,
        <http://lexvo.org/id/term/kor/TUNG>,
        <http://lexvo.org/id/term/vie/%C4%91%C3%A2ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dang1%20dang3>,
        <http://lexvo.org/id/term/yue/%E9%90%99>,
        "鐙"^^xsd:string ;
    rdfs:comment "lamp; a kind of cooking vessel"@en .

<http://lexvo.org/id/char/941A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%90%9A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A0>,
        "鐚"^^xsd:string ;
    rdfs:comment "soft steel; ammonium"@en .

<http://lexvo.org/id/char/941B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%90%9B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%ACng>,
        "鐛"^^xsd:string .

<http://lexvo.org/id/char/941C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%90%9C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/du%C3%AC>,
        "鐜"^^xsd:string .

<http://lexvo.org/id/char/941D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%90%9D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ju%C3%A9>,
        "鐝"^^xsd:string ;
    rdfs:comment "a pick, a hoe"@en .

<http://lexvo.org/id/char/941E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%90%9E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C3%B2u>,
        "鐞"^^xsd:string .

<http://lexvo.org/id/char/941F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%90%9F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%AC>,
        "鐟"^^xsd:string .

<http://lexvo.org/id/char/9420> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%90%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C7%94>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/pou2>,
        <http://lexvo.org/id/term/yue/%E9%90%A0>,
        "鐠"^^xsd:string ;
    rdfs:comment "praseodymium"@en .

<http://lexvo.org/id/char/9421> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%90%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ti%C4%9B>,
        "鐡"^^xsd:string ;
    rdfs:comment "iron; strong, solid, firm"@en .

<http://lexvo.org/id/char/9422> a lvont:Character ;
    lvont:represents "鐢"^^xsd:string .

<http://lexvo.org/id/char/9423> a lvont:Character ;
    lvont:represents "鐣"^^xsd:string .

<http://lexvo.org/id/char/9424> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%90%A4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C7%90ng%20zh%C4%93n>,
        "鐤"^^xsd:string ;
    rdfs:comment "huge tripod of bronze with two ears; sacrificial vessel"@en .

<http://lexvo.org/id/char/9425> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%90%A5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E9%90%A5>,
        <http://lexvo.org/id/term/kor/SEN>,
        "鐥"^^xsd:string .

<http://lexvo.org/id/char/9426> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%90%A6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C4%81i>,
        "鐦"^^xsd:string ;
    rdfs:comment "californium"@en .

<http://lexvo.org/id/char/9427> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%90%A7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C7%8En%20ji%C3%A0n%20ji%C4%81n>,
        "鐧"^^xsd:string ;
    rdfs:comment "kind of rapier"@en .

<http://lexvo.org/id/char/9428> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%90%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%A8i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fai3>,
        <http://lexvo.org/id/term/yue/%E9%90%A8>,
        "鐨"^^xsd:string ;
    rdfs:comment "fermium"@en .

<http://lexvo.org/id/char/9429> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%90%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/su%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/seoi6>,
        <http://lexvo.org/id/term/yue/%E9%90%A9>,
        "鐩"^^xsd:string ;
    rdfs:comment "lens"@en .

<http://lexvo.org/id/char/942A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%90%AA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C7%94>,
        <http://lexvo.org/id/term/kor/%E9%90%AA>,
        <http://lexvo.org/id/term/kor/LO>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lou5>,
        <http://lexvo.org/id/term/yue/%E9%90%AA>,
        "鐪"^^xsd:string .

<http://lexvo.org/id/char/942B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%90%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ju%C4%81n>,
        <http://lexvo.org/id/term/kor/%E9%90%AB>,
        <http://lexvo.org/id/term/kor/CEN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/syun6%20zeon1%20zeon3%20zyun1>,
        <http://lexvo.org/id/term/yue/%E9%90%AB>,
        "鐫"^^xsd:string ;
    rdfs:comment "engraving tool; carve, engrave"@en .

<http://lexvo.org/id/char/942C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%90%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%AC>,
        "鐬"^^xsd:string .

<http://lexvo.org/id/char/942D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%90%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%B9>,
        "鐭"^^xsd:string .

<http://lexvo.org/id/char/942E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%90%AE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C3%A1n>,
        <http://lexvo.org/id/term/vie/li%E1%BB%81m>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lim4>,
        <http://lexvo.org/id/term/yue/%E9%90%AE>,
        "鐮"^^xsd:string ;
    rdfs:comment "sickle"@en .

<http://lexvo.org/id/char/942F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%90%AF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zhu%C3%B3%20zhu%C5%8D>,
        "鐯"^^xsd:string .

<http://lexvo.org/id/char/9430> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%90%B0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C4%81o>,
        <http://lexvo.org/id/term/vie/khu%C3%A2n%20thau>,
        "鐰"^^xsd:string .

<http://lexvo.org/id/char/9431> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%90%B1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C4%81n>,
        <http://lexvo.org/id/term/vie/k%E1%BA%BDm>,
        "鐱"^^xsd:string .

<http://lexvo.org/id/char/9432> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%90%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zhu%C3%B3%20sh%C7%94>,
        <http://lexvo.org/id/term/vie/%C4%91%E1%BB%A5c>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zuk6>,
        <http://lexvo.org/id/term/yue/%E9%90%B2>,
        "鐲"^^xsd:string ;
    rdfs:comment "bracelet, armband; small bell"@en .

<http://lexvo.org/id/char/9433> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%90%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%A9i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/leoi4>,
        <http://lexvo.org/id/term/yue/%E9%90%B3>,
        "鐳"^^xsd:string ;
    rdfs:comment "radium"@en .

<http://lexvo.org/id/char/9434> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%90%B4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%AC>,
        "鐴"^^xsd:string .

<http://lexvo.org/id/char/9435> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%90%B5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ti%C4%9B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ti%C4%9B%20di%C3%A9>,
        <http://lexvo.org/id/term/kor/%E9%90%B5>,
        <http://lexvo.org/id/term/kor/CHEL>,
        <http://lexvo.org/id/term/vie/thi%E1%BA%BFt>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tit3>,
        <http://lexvo.org/id/term/yue/%E9%90%B5>,
        "鐵"^^xsd:string ;
    rdfs:comment "iron; strong, solid, firm"@en .

<http://lexvo.org/id/char/9436> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%90%B6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%A1n>,
        <http://lexvo.org/id/term/kor/%E9%90%B6>,
        <http://lexvo.org/id/term/kor/HWAN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/waan4>,
        <http://lexvo.org/id/term/yue/%E9%90%B6>,
        "鐶"^^xsd:string ;
    rdfs:comment "metal ring; measure of currency"@en .

<http://lexvo.org/id/char/9437> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%90%B7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A8>,
        "鐷"^^xsd:string .

<http://lexvo.org/id/char/9438> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%90%B8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/du%C3%B3>,
        <http://lexvo.org/id/term/kor/%E9%90%B8>,
        <http://lexvo.org/id/term/kor/THAK>,
        <http://lexvo.org/id/term/vie/%C4%91%E1%BA%A1c>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dok6>,
        <http://lexvo.org/id/term/yue/%E9%90%B8>,
        "鐸"^^xsd:string ;
    rdfs:comment "bell; surname"@en .

<http://lexvo.org/id/char/9439> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%90%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/gu%C7%92>,
        "鐹"^^xsd:string .

<http://lexvo.org/id/char/943A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%90%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C4%93ng%200215.041%3Ad%C4%81ng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C4%81ng%20ch%C4%93ng%20t%C4%81ng>,
        <http://lexvo.org/id/term/kor/%E9%90%BA>,
        <http://lexvo.org/id/term/kor/TANG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cang1%20dong1>,
        <http://lexvo.org/id/term/yue/%E9%90%BA>,
        "鐺"^^xsd:string ;
    rdfs:comment "frying pan; warming vessel"@en .

<http://lexvo.org/id/char/943B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%90%BB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%B9%20q%C3%BA>,
        <http://lexvo.org/id/term/vie/g%C3%A1nh%20c%E1%BB%A9a>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/geoi6%20keoi4>,
        <http://lexvo.org/id/term/yue/%E9%90%BB>,
        "鐻"^^xsd:string ;
    rdfs:comment "drumstick"@en .

<http://lexvo.org/id/char/943C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%90%BC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%A9n%20b%C4%93n>,
        "鐼"^^xsd:string .

<http://lexvo.org/id/char/943D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%90%BD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%A1>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/daat6>,
        <http://lexvo.org/id/term/yue/%E9%90%BD>,
        "鐽"^^xsd:string .

<http://lexvo.org/id/char/943E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%90%BE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%A8i>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%A8i%20b%C3%AC>,
        "鐾"^^xsd:string .

<http://lexvo.org/id/char/943F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%90%BF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ji3>,
        <http://lexvo.org/id/term/yue/%E9%90%BF>,
        "鐿"^^xsd:string ;
    rdfs:comment "ytterbium"@en .

<http://lexvo.org/id/char/9440> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C3%A0i>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%91%80>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/oi3>,
        <http://lexvo.org/id/term/yue/%E9%91%80>,
        "鑀"^^xsd:string ;
    rdfs:comment "ionium"@en .

<http://lexvo.org/id/char/9441> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%91%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C5%8Dng>,
        "鑁"^^xsd:string .

<http://lexvo.org/id/char/9442> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%91%82>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C3%B9n>,
        <http://lexvo.org/id/term/kor/%E9%91%82>,
        <http://lexvo.org/id/term/kor/HWUN>,
        "鑂"^^xsd:string .

<http://lexvo.org/id/char/9443> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%91%83>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/di%C3%A0o>,
        "鑃"^^xsd:string .

<http://lexvo.org/id/char/9444> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%91%84>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%B9>,
        <http://lexvo.org/id/term/kor/%E9%91%84>,
        <http://lexvo.org/id/term/kor/CWU>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zyu3>,
        <http://lexvo.org/id/term/yue/%E9%91%84>,
        "鑄"^^xsd:string ;
    rdfs:comment "melt, cast; coin, mint"@en .

<http://lexvo.org/id/char/9445> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%91%85>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A9ng>,
        <http://lexvo.org/id/term/vie/l%E1%BB%8Fng%20v%C3%A0nh>,
        "鑅"^^xsd:string .

<http://lexvo.org/id/char/9446> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%91%86>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zhu%C3%AC>,
        "鑆"^^xsd:string .

<http://lexvo.org/id/char/9447> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%91%87>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C4%AB>,
        "鑇"^^xsd:string .

<http://lexvo.org/id/char/9448> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%91%88>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ni%C4%93>,
        "鑈"^^xsd:string .

<http://lexvo.org/id/char/9449> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%91%89>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%A0>,
        "鑉"^^xsd:string .

<http://lexvo.org/id/char/944A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%91%8A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%B2>,
        <http://lexvo.org/id/term/kor/%E9%91%8A>,
        <http://lexvo.org/id/term/kor/HWAK>,
        <http://lexvo.org/id/term/vie/v%E1%BA%A1c>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wok6>,
        <http://lexvo.org/id/term/yue/%E9%91%8A>,
        "鑊"^^xsd:string ;
    rdfs:comment "cauldron, large iron pot; a wok"@en .

<http://lexvo.org/id/char/944B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%91%8B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C3%ACng%20q%C4%ABng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hing1>,
        <http://lexvo.org/id/term/yue/%E9%91%8B>,
        "鑋"^^xsd:string .

<http://lexvo.org/id/char/944C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%91%8C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C4%ABn>,
        <http://lexvo.org/id/term/kor/%E9%91%8C>,
        <http://lexvo.org/id/term/kor/PIN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ban1>,
        <http://lexvo.org/id/term/yue/%E9%91%8C>,
        "鑌"^^xsd:string ;
    rdfs:comment "high quality iron"@en .

<http://lexvo.org/id/char/944D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%91%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C4%ABng>,
        "鑍"^^xsd:string .

<http://lexvo.org/id/char/944E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%91%8E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ku%C3%AC>,
        "鑎"^^xsd:string .

<http://lexvo.org/id/char/944F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%91%8F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C3%ADng>,
        "鑏"^^xsd:string .

<http://lexvo.org/id/char/9450> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%91%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C5%AB%20r%C3%BA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/seoi1>,
        <http://lexvo.org/id/term/yue/%E9%91%90>,
        "鑐"^^xsd:string ;
    rdfs:comment "bolt of a Chinese lock"@en .

<http://lexvo.org/id/char/9451> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%91%91>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E9%91%91>,
        <http://lexvo.org/id/term/kor/KAM>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gaam3>,
        <http://lexvo.org/id/term/yue/%E9%91%91>,
        "鑑"^^xsd:string ;
    rdfs:comment "mirror, looking glass; reflect"@en .

<http://lexvo.org/id/char/9452> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%91%92>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E9%91%92>,
        <http://lexvo.org/id/term/kor/KAM>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gaam3>,
        <http://lexvo.org/id/term/yue/%E9%91%92>,
        "鑒"^^xsd:string ;
    rdfs:comment "mirror, looking glass; reflect"@en .

<http://lexvo.org/id/char/9453> a lvont:Character ;
    lvont:represents "鑓"^^xsd:string ;
    rdfs:comment "spear, lance, javelin"@en .

<http://lexvo.org/id/char/9454> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%91%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C7%8E>,
        "鑔"^^xsd:string ;
    rdfs:comment "cymbals"@en .

<http://lexvo.org/id/char/9455> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%91%95>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%AC>,
        <http://lexvo.org/id/term/kor/%E9%91%95>,
        <http://lexvo.org/id/term/kor/CIL>,
        <http://lexvo.org/id/term/vie/s%E1%BB%83nh%20ch%E1%BA%B7t>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zat1>,
        <http://lexvo.org/id/term/yue/%E9%91%95>,
        "鑕"^^xsd:string ;
    rdfs:comment "tungsten, wolfram"@en .

<http://lexvo.org/id/char/9456> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%91%96>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/mi%C3%A8%20m%C3%AC>,
        "鑖"^^xsd:string .

<http://lexvo.org/id/char/9457> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%91%97>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%AD>,
        "鑗"^^xsd:string .

<http://lexvo.org/id/char/9458> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%91%98>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%A9i>,
        "鑘"^^xsd:string .

<http://lexvo.org/id/char/9459> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%91%99>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C4%AB>,
        "鑙"^^xsd:string .

<http://lexvo.org/id/char/945A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%91%9A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zu%C3%A0n%20zu%C4%81n>,
        "鑚"^^xsd:string ;
    rdfs:comment "drill, bore; pierce; diamond"@en .

<http://lexvo.org/id/char/945B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%91%9B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ku%C3%A0ng>,
        <http://lexvo.org/id/term/kor/%E9%91%9B>,
        <http://lexvo.org/id/term/kor/KWANG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gwong3>,
        <http://lexvo.org/id/term/yue/%E9%91%9B>,
        "鑛"^^xsd:string ;
    rdfs:comment "mine; mineral, ore"@en .

<http://lexvo.org/id/char/945C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%91%9C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%A0ng>,
        "鑜"^^xsd:string .

<http://lexvo.org/id/char/945D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%91%9D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%A9ng>,
        "鑝"^^xsd:string .

<http://lexvo.org/id/char/945E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%91%9E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%A0>,
        <http://lexvo.org/id/term/kor/%E9%91%9E>,
        <http://lexvo.org/id/term/kor/LAP>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/laap6%20lap6>,
        <http://lexvo.org/id/term/yue/%E9%91%9E>,
        "鑞"^^xsd:string ;
    rdfs:comment "solder; tin"@en .

<http://lexvo.org/id/char/945F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%91%9F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%BA>,
        "鑟"^^xsd:string .

<http://lexvo.org/id/char/9460> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%91%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/shu%C3%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/shu%C3%B2%20yu%C3%A8%20l%C3%AC>,
        <http://lexvo.org/id/term/kor/%E9%91%A0>,
        <http://lexvo.org/id/term/kor/SAK>,
        <http://lexvo.org/id/term/vie/th%C6%B0%E1%BB%9Bc>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/soek3>,
        <http://lexvo.org/id/term/yue/%E9%91%A0>,
        "鑠"^^xsd:string ;
    rdfs:comment "melt, smelt; shine"@en .

<http://lexvo.org/id/char/9461> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%91%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/chu%C3%B2>,
        "鑡"^^xsd:string .

<http://lexvo.org/id/char/9462> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%91%A2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C7%9C>,
        <http://lexvo.org/id/term/kor/%E9%91%A2>,
        <http://lexvo.org/id/term/kor/LYE>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/leoi3%20leoi6>,
        <http://lexvo.org/id/term/yue/%E9%91%A2>,
        "鑢"^^xsd:string ;
    rdfs:comment "file, rasp; file; polish; (Cant.) to cut"@en .

<http://lexvo.org/id/char/9463> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%91%A3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/bi%C4%81o>,
        <http://lexvo.org/id/term/kor/%E9%91%A3>,
        <http://lexvo.org/id/term/kor/PHYO>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/biu1>,
        <http://lexvo.org/id/term/yue/%E9%91%A3>,
        "鑣"^^xsd:string ;
    rdfs:comment "bit, bridle; ride"@en .

<http://lexvo.org/id/char/9464> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%91%A4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%A0o>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%A0o%20p%C3%A1o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/paau4>,
        <http://lexvo.org/id/term/yue/%E9%91%A4>,
        "鑤"^^xsd:string ;
    rdfs:comment "carpenter's plane"@en .

<http://lexvo.org/id/char/9465> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%91%A5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C7%94>,
        "鑥"^^xsd:string ;
    rdfs:comment "lutetium"@en .

<http://lexvo.org/id/char/9466> a lvont:Character ;
    lvont:represents "鑦"^^xsd:string .

<http://lexvo.org/id/char/9467> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/thoa%20khoan>,
        "鑧"^^xsd:string .

<http://lexvo.org/id/char/9468> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%91%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%B3ng>,
        <http://lexvo.org/id/term/vie/xu%E1%BB%95ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lung4>,
        <http://lexvo.org/id/term/yue/%E9%91%A8>,
        "鑨"^^xsd:string .

<http://lexvo.org/id/char/9469> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C3%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%91%A9>,
        "鑩"^^xsd:string .

<http://lexvo.org/id/char/946A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%91%AA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%BA>,
        <http://lexvo.org/id/term/kor/%E9%91%AA>,
        <http://lexvo.org/id/term/kor/LO>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lou4%20lou5>,
        <http://lexvo.org/id/term/yue/%E9%91%AA>,
        "鑪"^^xsd:string ;
    rdfs:comment "fireplace, stove, oven, furnace"@en .

<http://lexvo.org/id/char/946B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%91%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C4%ABn>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C4%ABn%20x%C3%B9n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jam1>,
        <http://lexvo.org/id/term/yue/%E9%91%AB>,
        "鑫"^^xsd:string ;
    rdfs:comment "used in names"@en .

<http://lexvo.org/id/char/946C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%91%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%A0n>,
        "鑬"^^xsd:string .

<http://lexvo.org/id/char/946D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%91%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%A1n%20l%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/laan4>,
        <http://lexvo.org/id/term/yue/%E9%91%AD>,
        "鑭"^^xsd:string ;
    rdfs:comment "lanthanum"@en .

<http://lexvo.org/id/char/946E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%91%AE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%B3>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bok3%20bok6>,
        <http://lexvo.org/id/term/yue/%E9%91%AE>,
        "鑮"^^xsd:string .

<http://lexvo.org/id/char/946F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%91%AF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C4%81n>,
        "鑯"^^xsd:string .

<http://lexvo.org/id/char/9470> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%91%B0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A0o%201430.041%3Ayu%C3%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A0o%20yu%C3%A8>,
        <http://lexvo.org/id/term/kor/%E9%91%B0>,
        <http://lexvo.org/id/term/kor/YAK>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/joek6>,
        <http://lexvo.org/id/term/yue/%E9%91%B0>,
        "鑰"^^xsd:string ;
    rdfs:comment "key; lock"@en .

<http://lexvo.org/id/char/9471> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%91%B1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%A1n>,
        <http://lexvo.org/id/term/kor/%E9%91%B1>,
        <http://lexvo.org/id/term/kor/CHAM>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/caam4>,
        <http://lexvo.org/id/term/yue/%E9%91%B1>,
        "鑱"^^xsd:string ;
    rdfs:comment "spade, trowel"@en .

<http://lexvo.org/id/char/9472> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%91%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C4%81ng%20r%C3%A1ng>,
        <http://lexvo.org/id/term/kor/%E9%91%B2>,
        <http://lexvo.org/id/term/kor/YANG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/soeng1>,
        <http://lexvo.org/id/term/yue/%E9%91%B2>,
        "鑲"^^xsd:string ;
    rdfs:comment "insert, inlay, set, mount; fill"@en .

<http://lexvo.org/id/char/9473> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%91%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%A0n>,
        "鑳"^^xsd:string .

<http://lexvo.org/id/char/9474> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%91%B4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C4%AB%20hu%C4%AB>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kwai4>,
        <http://lexvo.org/id/term/yue/%E9%91%B4>,
        "鑴"^^xsd:string ;
    rdfs:comment "to engrave or carve, as a block for printing"@en .

<http://lexvo.org/id/char/9475> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%91%B5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/gu%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E9%91%B5>,
        <http://lexvo.org/id/term/kor/KWAN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gun3>,
        <http://lexvo.org/id/term/yue/%E9%91%B5>,
        "鑵"^^xsd:string ;
    rdfs:comment "jar; can"@en .

<http://lexvo.org/id/char/9476> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%91%B6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C3%A1ng>,
        "鑶"^^xsd:string .

<http://lexvo.org/id/char/9477> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%91%B7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ni%C3%A8>,
        <http://lexvo.org/id/term/kor/%E9%91%B7>,
        <http://lexvo.org/id/term/kor/SEP>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/nip6>,
        <http://lexvo.org/id/term/yue/%E9%91%B7>,
        "鑷"^^xsd:string ;
    rdfs:comment "tweezers, forceps, pincers"@en .

<http://lexvo.org/id/char/9478> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%91%B8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C4%9Bi>,
        "鑸"^^xsd:string .

<http://lexvo.org/id/char/9479> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%91%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/cu%C3%A0n%20cu%C4%81n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/cu%C4%81n>,
        "鑹"^^xsd:string ;
    rdfs:comment "pick, poker"@en .

<http://lexvo.org/id/char/947A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%91%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C3%BA>,
        "鑺"^^xsd:string .

<http://lexvo.org/id/char/947B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%91%BB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%A0n>,
        "鑻"^^xsd:string .

<http://lexvo.org/id/char/947C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%91%BC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/lu%C3%B3>,
        <http://lexvo.org/id/term/kor/%E9%91%BC>,
        <http://lexvo.org/id/term/kor/LA>,
        <http://lexvo.org/id/term/vie/la>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lo4>,
        <http://lexvo.org/id/term/yue/%E9%91%BC>,
        "鑼"^^xsd:string ;
    rdfs:comment "gong"@en .

<http://lexvo.org/id/char/947D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%91%BD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zu%C4%81n%201547.091%3Azu%C3%A0n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zu%C4%81n%20zu%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E9%91%BD>,
        <http://lexvo.org/id/term/kor/CHAN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zyun1%20zyun3>,
        <http://lexvo.org/id/term/yue/%E9%91%BD>,
        "鑽"^^xsd:string ;
    rdfs:comment "drill, bore; pierce; diamond"@en .

<http://lexvo.org/id/char/947E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%91%BE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/lu%C3%A1n>,
        <http://lexvo.org/id/term/kor/%E9%91%BE>,
        <http://lexvo.org/id/term/kor/LAN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lyun4>,
        <http://lexvo.org/id/term/yue/%E9%91%BE>,
        "鑾"^^xsd:string ;
    rdfs:comment "bells hung on horse; bells hung"@en .

<http://lexvo.org/id/char/947F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%91%BF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C3%A1o%201551.031%3Azu%C3%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C3%A1o%20zu%C3%B2%20z%C3%BA%20z%C3%A0o>,
        <http://lexvo.org/id/term/kor/%E9%91%BF>,
        <http://lexvo.org/id/term/kor/CHAK%20CO>,
        <http://lexvo.org/id/term/vie/t%E1%BA%A1c>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zok6>,
        <http://lexvo.org/id/term/yue/%E9%91%BF>,
        "鑿"^^xsd:string ;
    rdfs:comment "chisel; bore, pierce"@en .

<http://lexvo.org/id/char/9480> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%92%80>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ni%C3%A8>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jit6>,
        <http://lexvo.org/id/term/yue/%E9%92%80>,
        "钀"^^xsd:string .

<http://lexvo.org/id/char/9481> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%92%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ju%C3%A9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fok3%20kyut3>,
        <http://lexvo.org/id/term/yue/%E9%92%81>,
        "钁"^^xsd:string ;
    rdfs:comment "a mattock; a billhook"@en .

<http://lexvo.org/id/char/9482> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%92%82>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C7%8Eng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dong2%20tong2>,
        <http://lexvo.org/id/term/yue/%E9%92%82>,
        "钂"^^xsd:string .

<http://lexvo.org/id/char/9483> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%92%83>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C7%94%20zh%C3%BA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/suk6>,
        <http://lexvo.org/id/term/yue/%E9%92%83>,
        "钃"^^xsd:string .

<http://lexvo.org/id/char/9484> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%92%84>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%A1n>,
        "钄"^^xsd:string .

<http://lexvo.org/id/char/9486> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%92%86>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C3%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C3%BA%20g%C3%A1>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gaat3>,
        <http://lexvo.org/id/term/yue/%E9%92%86>,
        "钆"^^xsd:string ;
    rdfs:comment "gadolinium"@en .

<http://lexvo.org/id/char/9487> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%92%87>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%90>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jyut6>,
        <http://lexvo.org/id/term/yue/%E9%92%87>,
        "钇"^^xsd:string ;
    rdfs:comment "yttrium"@en .

<http://lexvo.org/id/char/9488> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%92%88>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C4%93n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zam1>,
        <http://lexvo.org/id/term/yue/%E9%92%88>,
        "针"^^xsd:string ;
    rdfs:comment "needle; pin; tack; acupuncture"@en .

<http://lexvo.org/id/char/9489> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%92%89>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C4%ABng%200256.060%3Ad%C3%ACng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C4%ABng%20d%C3%ACng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/deng1%20ding1>,
        <http://lexvo.org/id/term/yue/%E9%92%89>,
        "钉"^^xsd:string ;
    rdfs:comment "nail, spike; pursue closely"@en .

<http://lexvo.org/id/char/948A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%92%8A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C4%81o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ciu1>,
        <http://lexvo.org/id/term/yue/%E9%92%8A>,
        "钊"^^xsd:string ;
    rdfs:comment "endeavor, strive; encourage; cut"@en .

<http://lexvo.org/id/char/948B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%92%8B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C5%8D>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/pok3>,
        <http://lexvo.org/id/term/yue/%E9%92%8B>,
        "钋"^^xsd:string ;
    rdfs:comment "polonium"@en .

<http://lexvo.org/id/char/948C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%92%8C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/di%C7%8Eo%20li%C7%8Eo>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C7%8Eo%200713.010%3Ali%C3%A0o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/liu5>,
        <http://lexvo.org/id/term/yue/%E9%92%8C>,
        "钌"^^xsd:string ;
    rdfs:comment "ruthenium"@en .

<http://lexvo.org/id/char/948D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%92%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C7%94>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tou2>,
        <http://lexvo.org/id/term/yue/%E9%92%8D>,
        "钍"^^xsd:string ;
    rdfs:comment "thorium"@en .

<http://lexvo.org/id/char/948E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%92%8E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C4%81n>,
        "钎"^^xsd:string ;
    rdfs:comment "tool for boring holes"@en .

<http://lexvo.org/id/char/948F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%92%8F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/chu%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cyun3>,
        <http://lexvo.org/id/term/yue/%E9%92%8F>,
        "钏"^^xsd:string ;
    rdfs:comment "bracelet, armlet"@en .

<http://lexvo.org/id/char/9490> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%92%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%A0n%20sh%C4%81n%20xi%C4%81n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C4%81n%201000.070%3Ash%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/saam1>,
        <http://lexvo.org/id/term/yue/%E9%92%90>,
        "钐"^^xsd:string ;
    rdfs:comment "samarium"@en .

<http://lexvo.org/id/char/9491> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%92%91>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%AD%20s%C3%A0>,
        <http://lexvo.org/id/term/kor/%E9%92%91>,
        <http://lexvo.org/id/term/kor/SAP>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zaap6>,
        <http://lexvo.org/id/term/yue/%E9%92%91>,
        "钑"^^xsd:string ;
    rdfs:comment "spear"@en .

<http://lexvo.org/id/char/9492> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%92%92>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/faan4>,
        <http://lexvo.org/id/term/yue/%E9%92%92>,
        "钒"^^xsd:string ;
    rdfs:comment "vanadium"@en .

<http://lexvo.org/id/char/9493> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%92%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/di%C3%A0o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/diu3>,
        <http://lexvo.org/id/term/yue/%E9%92%93>,
        "钓"^^xsd:string ;
    rdfs:comment "fish; fishhook; tempt, lure"@en .

<http://lexvo.org/id/char/9494> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%92%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A9n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mun4>,
        <http://lexvo.org/id/term/yue/%E9%92%94>,
        "钔"^^xsd:string ;
    rdfs:comment "mendelevium (Md)"@en .

<http://lexvo.org/id/char/9495> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%92%95>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C7%9A>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/neoi5>,
        <http://lexvo.org/id/term/yue/%E9%92%95>,
        "钕"^^xsd:string ;
    rdfs:comment "neodymium"@en .

<http://lexvo.org/id/char/9496> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%92%96>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C3%AD%20x%C4%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A1ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/joeng4>,
        <http://lexvo.org/id/term/yue/%E9%92%96>,
        "钖"^^xsd:string ;
    rdfs:comment "frontlet"@en .

<http://lexvo.org/id/char/9497> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%92%97>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C4%81i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/caa1%20caai1>,
        <http://lexvo.org/id/term/yue/%E9%92%97>,
        "钗"^^xsd:string ;
    rdfs:comment "ornamental hairpin"@en .

<http://lexvo.org/id/char/9498> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%92%98>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C3%ADng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C3%ADng%20ji%C4%81n>,
        "钘"^^xsd:string ;
    rdfs:comment "ancient wine vessel"@en .

<http://lexvo.org/id/char/9499> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%92%99>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C3%A0i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/koi3>,
        <http://lexvo.org/id/term/yue/%E9%92%99>,
        "钙"^^xsd:string ;
    rdfs:comment "calcium"@en .

<http://lexvo.org/id/char/949A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%92%9A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%B9>,
        "钚"^^xsd:string ;
    rdfs:comment "plutonium"@en .

<http://lexvo.org/id/char/949B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%92%9B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%A0i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/taai3>,
        <http://lexvo.org/id/term/yue/%E9%92%9B>,
        "钛"^^xsd:string ;
    rdfs:comment "titanium"@en .

<http://lexvo.org/id/char/949C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%92%9C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/geoi6>,
        <http://lexvo.org/id/term/yue/%E9%92%9C>,
        "钜"^^xsd:string ;
    rdfs:comment "steel, iron; great"@en .

<http://lexvo.org/id/char/949D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%92%9D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%B9n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/deon6>,
        <http://lexvo.org/id/term/yue/%E9%92%9D>,
        "钝"^^xsd:string ;
    rdfs:comment "blunt, obtuse; dull; flat; dull-witted"@en .

<http://lexvo.org/id/char/949E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%92%9E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C4%81o>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C4%81o%20mi%C7%8Eo>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/caau1>,
        <http://lexvo.org/id/term/yue/%E9%92%9E>,
        "钞"^^xsd:string ;
    rdfs:comment "paper money, bank notes; copy"@en .

<http://lexvo.org/id/char/949F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%92%9F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C5%8Dng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zung1>,
        <http://lexvo.org/id/term/yue/%E9%92%9F>,
        "钟"^^xsd:string ;
    rdfs:comment "clock; bell"@en .

<http://lexvo.org/id/char/94A0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%92%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C3%A0>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/naap6>,
        <http://lexvo.org/id/term/yue/%E9%92%A0>,
        "钠"^^xsd:string ;
    rdfs:comment "sodium, natrium; sharpen wood"@en .

<http://lexvo.org/id/char/94A1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%92%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%A8i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bui3>,
        <http://lexvo.org/id/term/yue/%E9%92%A1>,
        "钡"^^xsd:string ;
    rdfs:comment "barium"@en .

<http://lexvo.org/id/char/94A2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%92%A2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C4%81ng%200363.010%3Ag%C3%A0ng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C4%81ng%20g%C3%A0ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gong1%20gong3>,
        <http://lexvo.org/id/term/yue/%E9%92%A2>,
        "钢"^^xsd:string ;
    rdfs:comment "steel; hard, strong, tough"@en .

<http://lexvo.org/id/char/94A3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%92%A3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C7%8En>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/baan2>,
        <http://lexvo.org/id/term/yue/%E9%92%A3>,
        "钣"^^xsd:string ;
    rdfs:comment "plate"@en .

<http://lexvo.org/id/char/94A4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%92%A4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kim4>,
        <http://lexvo.org/id/term/yue/%E9%92%A4>,
        "钤"^^xsd:string ;
    rdfs:comment "lock, latch; stamp, seal"@en .

<http://lexvo.org/id/char/94A5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%92%A5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A0o%201430.040%3Ayu%C3%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A0o%20yu%C3%A8>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/joek6>,
        <http://lexvo.org/id/term/yue/%E9%92%A5>,
        "钥"^^xsd:string ;
    rdfs:comment "key; lock"@en .

<http://lexvo.org/id/char/94A6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%92%A6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C4%ABn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jam1>,
        <http://lexvo.org/id/term/yue/%E9%92%A6>,
        "钦"^^xsd:string ;
    rdfs:comment "respect, admire; respectful"@en .

<http://lexvo.org/id/char/94A7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%92%A7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C5%ABn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gwan1>,
        <http://lexvo.org/id/term/yue/%E9%92%A7>,
        "钧"^^xsd:string ;
    rdfs:comment "unit of measure equivalent to thirty catties"@en .

<http://lexvo.org/id/char/94A8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%92%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C3%B9%20w%C5%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C5%AB>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wu1>,
        <http://lexvo.org/id/term/yue/%E9%92%A8>,
        "钨"^^xsd:string ;
    rdfs:comment "tungsten, wolfram"@en .

<http://lexvo.org/id/char/94A9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%92%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C5%8Du>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gau1%20ngau1>,
        <http://lexvo.org/id/term/yue/%E9%92%A9>,
        "钩"^^xsd:string ;
    rdfs:comment "hook, barb; sickle; stroke with"@en .

<http://lexvo.org/id/char/94AA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%92%AA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C3%A0ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kong3>,
        <http://lexvo.org/id/term/yue/%E9%92%AA>,
        "钪"^^xsd:string ;
    rdfs:comment "scandium"@en .

<http://lexvo.org/id/char/94AB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%92%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C4%81ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fong1>,
        <http://lexvo.org/id/term/yue/%E9%92%AB>,
        "钫"^^xsd:string ;
    rdfs:comment "francium"@en .

<http://lexvo.org/id/char/94AC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%92%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%B3%20hu%C7%92>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C7%92>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fo2>,
        <http://lexvo.org/id/term/yue/%E9%92%AC>,
        "钬"^^xsd:string ;
    rdfs:comment "holmium"@en .

<http://lexvo.org/id/char/94AD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%92%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C7%92u>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C7%92u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dau2>,
        <http://lexvo.org/id/term/yue/%E9%92%AD>,
        "钭"^^xsd:string ;
    rdfs:comment "a wine flagon"@en .

<http://lexvo.org/id/char/94AE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%92%AE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ni%C7%94>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/nau2>,
        <http://lexvo.org/id/term/yue/%E9%92%AE>,
        "钮"^^xsd:string ;
    rdfs:comment "button, knob; surname"@en .

<http://lexvo.org/id/char/94AF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%92%AF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C7%8E%200847.071%3Ap%C3%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C7%8E%20p%C3%A1>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/baa1%20paa4>,
        <http://lexvo.org/id/term/yue/%E9%92%AF>,
        "钯"^^xsd:string ;
    rdfs:comment "palladium"@en .

<http://lexvo.org/id/char/94B0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%92%B0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/juk6>,
        <http://lexvo.org/id/term/yue/%E9%92%B0>,
        "钰"^^xsd:string ;
    rdfs:comment "rare treasure"@en .

<http://lexvo.org/id/char/94B1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%92%B1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C3%A1n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C3%A1n%20ji%C7%8En>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cin2%20cin4>,
        <http://lexvo.org/id/term/yue/%E9%92%B1>,
        "钱"^^xsd:string ;
    rdfs:comment "money, currency, coins"@en .

<http://lexvo.org/id/char/94B2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%92%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C4%93ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zing1>,
        <http://lexvo.org/id/term/yue/%E9%92%B2>,
        "钲"^^xsd:string ;
    rdfs:comment "kind of gong used in ancient times by troops on the march"@en .

<http://lexvo.org/id/char/94B3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%92%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kim4>,
        <http://lexvo.org/id/term/yue/%E9%92%B3>,
        "钳"^^xsd:string ;
    rdfs:comment "pincers, pliers, tongs; to compress"@en .

<http://lexvo.org/id/char/94B4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%92%B4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C5%AB%20g%C3%BA%20g%C7%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C7%94>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gu2>,
        <http://lexvo.org/id/term/yue/%E9%92%B4>,
        "钴"^^xsd:string ;
    rdfs:comment "cobalt; household iron"@en .

<http://lexvo.org/id/char/94B5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%92%B5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C5%8D>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/but3>,
        <http://lexvo.org/id/term/yue/%E9%92%B5>,
        "钵"^^xsd:string ;
    rdfs:comment "earthenware basin; alms bowl"@en .

<http://lexvo.org/id/char/94B6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C4%93%20k%C4%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%92%B6>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/o1>,
        <http://lexvo.org/id/term/yue/%E9%92%B6>,
        "钶"^^xsd:string ;
    rdfs:comment "columbium"@en .

<http://lexvo.org/id/char/94B7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%92%B7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C5%8D%20p%C7%92>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C7%92>,
        "钷"^^xsd:string ;
    rdfs:comment "promethium"@en .

<http://lexvo.org/id/char/94B8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%92%B8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bou3>,
        <http://lexvo.org/id/term/yue/%E9%92%B8>,
        "钸"^^xsd:string ;
    rdfs:comment "plutonium"@en .

<http://lexvo.org/id/char/94B9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%92%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%A1%20b%C3%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%B3>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bat6>,
        <http://lexvo.org/id/term/yue/%E9%92%B9>,
        "钹"^^xsd:string ;
    rdfs:comment "cymbals"@en .

<http://lexvo.org/id/char/94BA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%92%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/yu%C3%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/yu%C3%A8%20hu%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jyut6>,
        <http://lexvo.org/id/term/yue/%E9%92%BA>,
        "钺"^^xsd:string ;
    rdfs:comment "broad-axe, a battle axe, halberd"@en .

<http://lexvo.org/id/char/94BB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%92%BB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zu%C3%A0n%20zu%C4%81n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zu%C4%81n%201547.090%3Azu%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zyun1>,
        <http://lexvo.org/id/term/yue/%E9%92%BB>,
        "钻"^^xsd:string ;
    rdfs:comment "drill, bore; pierce; diamond"@en .

<http://lexvo.org/id/char/94BC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%92%BC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/muk6>,
        <http://lexvo.org/id/term/yue/%E9%92%BC>,
        "钼"^^xsd:string ;
    rdfs:comment "molybdenum"@en .

<http://lexvo.org/id/char/94BD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%92%BD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%A0n%20t%C7%8En>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C7%8En>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/daan3>,
        <http://lexvo.org/id/term/yue/%E9%92%BD>,
        "钽"^^xsd:string ;
    rdfs:comment "tantalum"@en .

<http://lexvo.org/id/char/94BE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%92%BE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C7%8E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C7%8E%20h%C3%A9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gaap3>,
        <http://lexvo.org/id/term/yue/%E9%92%BE>,
        "钾"^^xsd:string ;
    rdfs:comment "potassium"@en .

<http://lexvo.org/id/char/94BF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%92%BF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/di%C3%A0n%201138.020%3Ati%C3%A1n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/di%C3%A0n%20ti%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/din6%20tin4>,
        <http://lexvo.org/id/term/yue/%E9%92%BF>,
        "钿"^^xsd:string ;
    rdfs:comment "hairpin; gold inlaid work, filigree"@en .

<http://lexvo.org/id/char/94C0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%93%80>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%B3u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jau4>,
        <http://lexvo.org/id/term/yue/%E9%93%80>,
        "铀"^^xsd:string ;
    rdfs:comment "uranium"@en .

<http://lexvo.org/id/char/94C1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%93%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ti%C4%9B>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tit3>,
        <http://lexvo.org/id/term/yue/%E9%93%81>,
        "铁"^^xsd:string ;
    rdfs:comment "iron; strong, solid, firm"@en .

<http://lexvo.org/id/char/94C2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%93%82>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%B3>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bok6>,
        <http://lexvo.org/id/term/yue/%E9%93%82>,
        "铂"^^xsd:string ;
    rdfs:comment "platinum; thin sheet of metal"@en .

<http://lexvo.org/id/char/94C3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%93%83>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%ADng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ling1%20ling4>,
        <http://lexvo.org/id/term/yue/%E9%93%83>,
        "铃"^^xsd:string ;
    rdfs:comment "bell"@en .

<http://lexvo.org/id/char/94C4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%93%84>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/shu%C3%B2>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/soek3>,
        <http://lexvo.org/id/term/yue/%E9%93%84>,
        "铄"^^xsd:string ;
    rdfs:comment "melt, smelt; shine"@en .

<http://lexvo.org/id/char/94C5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%93%85>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C4%81n%201327.050%3Ay%C3%A1n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C4%81n%20y%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jyun4>,
        <http://lexvo.org/id/term/yue/%E9%93%85>,
        "铅"^^xsd:string ;
    rdfs:comment "lead"@en .

<http://lexvo.org/id/char/94C6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%93%86>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C7%94%20m%C7%8Eo>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C7%8Eo>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/maau5>,
        <http://lexvo.org/id/term/yue/%E9%93%86>,
        "铆"^^xsd:string ;
    rdfs:comment "rivet"@en .

<http://lexvo.org/id/char/94C7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%93%87>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%A0o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/paau4>,
        <http://lexvo.org/id/term/yue/%E9%93%87>,
        "铇"^^xsd:string ;
    rdfs:comment "carpenter's plane"@en .

<http://lexvo.org/id/char/94C8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%93%88>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/si5>,
        <http://lexvo.org/id/term/yue/%E9%93%88>,
        "铈"^^xsd:string ;
    rdfs:comment "cerium"@en .

<http://lexvo.org/id/char/94C9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%93%89>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xu%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jyun5>,
        <http://lexvo.org/id/term/yue/%E9%93%89>,
        "铉"^^xsd:string ;
    rdfs:comment "device for carrying a tripod"@en .

<http://lexvo.org/id/char/94CA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%93%8A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%A9%20sh%C4%AB%20t%C4%81%20tu%C3%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C4%81%201173.071%3Atu%C3%B3>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/taa1%20to4>,
        <http://lexvo.org/id/term/yue/%E9%93%8A>,
        "铊"^^xsd:string ;
    rdfs:comment "thallium"@en .

<http://lexvo.org/id/char/94CB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%93%8B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bit1>,
        <http://lexvo.org/id/term/yue/%E9%93%8B>,
        "铋"^^xsd:string ;
    rdfs:comment "bismuth"@en .

<http://lexvo.org/id/char/94CC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%93%8C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C3%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C7%90>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/nei4>,
        <http://lexvo.org/id/term/yue/%E9%93%8C>,
        "铌"^^xsd:string ;
    rdfs:comment "niobium"@en .

<http://lexvo.org/id/char/94CD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%93%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C4%AB%200869.020%3Ap%C3%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C4%AB%20p%C3%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/pei1>,
        <http://lexvo.org/id/term/yue/%E9%93%8D>,
        "铍"^^xsd:string ;
    rdfs:comment "beryllium"@en .

<http://lexvo.org/id/char/94CE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%93%8E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/du%C3%B3>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dok6>,
        <http://lexvo.org/id/term/yue/%E9%93%8E>,
        "铎"^^xsd:string ;
    rdfs:comment "bell; surname"@en .

<http://lexvo.org/id/char/94CF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%93%8F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C3%ADng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jing4>,
        <http://lexvo.org/id/term/yue/%E9%93%8F>,
        "铏"^^xsd:string ;
    rdfs:comment "sacrificial cauldron"@en .

<http://lexvo.org/id/char/94D0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%93%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C3%A0o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kaau3>,
        <http://lexvo.org/id/term/yue/%E9%93%90>,
        "铐"^^xsd:string ;
    rdfs:comment "shackles, manacles"@en .

<http://lexvo.org/id/char/94D1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%93%91>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C7%8Eo>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lou5>,
        <http://lexvo.org/id/term/yue/%E9%93%91>,
        "铑"^^xsd:string ;
    rdfs:comment "rhodium"@en .

<http://lexvo.org/id/char/94D2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C3%A8r>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%C4%9Br>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%93%92>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ji5>,
        <http://lexvo.org/id/term/yue/%E9%93%92>,
        "铒"^^xsd:string ;
    rdfs:comment "erbium"@en .

<http://lexvo.org/id/char/94D3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%93%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A1ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mong4>,
        <http://lexvo.org/id/term/yue/%E9%93%93>,
        "铓"^^xsd:string ;
    rdfs:comment "point of sword; sharp point"@en .

<http://lexvo.org/id/char/94D4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%93%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A0>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/aa3>,
        <http://lexvo.org/id/term/yue/%E9%93%94>,
        "铔"^^xsd:string ;
    rdfs:comment "soft steel; ammonium"@en .

<http://lexvo.org/id/char/94D5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%93%95>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%92u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jau5>,
        <http://lexvo.org/id/term/yue/%E9%93%95>,
        "铕"^^xsd:string ;
    rdfs:comment "europium"@en .

<http://lexvo.org/id/char/94D6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%93%96>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%A9ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sing4>,
        <http://lexvo.org/id/term/yue/%E9%93%96>,
        "铖"^^xsd:string ;
    rdfs:comment "person's name"@en .

<http://lexvo.org/id/char/94D7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%93%97>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%A1>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gaap3>,
        <http://lexvo.org/id/term/yue/%E9%93%97>,
        "铗"^^xsd:string ;
    rdfs:comment "tongs, pincers; dagger; sword"@en .

<http://lexvo.org/id/char/94D8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%93%98>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A9>,
        "铘"^^xsd:string ;
    rdfs:comment "sword"@en .

<http://lexvo.org/id/char/94D9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%93%99>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C3%A1o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/naau4>,
        <http://lexvo.org/id/term/yue/%E9%93%99>,
        "铙"^^xsd:string ;
    rdfs:comment "cymbals; hand bell; disturb"@en .

<http://lexvo.org/id/char/94DA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%93%9A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zat6>,
        <http://lexvo.org/id/term/yue/%E9%93%9A>,
        "铚"^^xsd:string ;
    rdfs:comment "a sickle"@en .

<http://lexvo.org/id/char/94DB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%93%9B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C4%93ng%200215.040%3Ad%C4%81ng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C4%81ng%20ch%C4%93ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cang1%20dong1>,
        <http://lexvo.org/id/term/yue/%E9%93%9B>,
        "铛"^^xsd:string ;
    rdfs:comment "frying pan; warming vessel"@en .

<http://lexvo.org/id/char/94DC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%93%9C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%B3ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tung4>,
        <http://lexvo.org/id/term/yue/%E9%93%9C>,
        "铜"^^xsd:string ;
    rdfs:comment "copper, brass, bronze"@en .

<http://lexvo.org/id/char/94DD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%93%9D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C7%9A>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/leoi5>,
        <http://lexvo.org/id/term/yue/%E9%93%9D>,
        "铝"^^xsd:string ;
    rdfs:comment "aluminum"@en .

<http://lexvo.org/id/char/94DE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%93%9E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/di%C3%A0o>,
        "铞"^^xsd:string .

<http://lexvo.org/id/char/94DF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%93%9F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C4%ABn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jan1>,
        <http://lexvo.org/id/term/yue/%E9%93%9F>,
        "铟"^^xsd:string ;
    rdfs:comment "indium"@en .

<http://lexvo.org/id/char/94E0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%93%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C7%8Ei>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hoi2>,
        <http://lexvo.org/id/term/yue/%E9%93%A0>,
        "铠"^^xsd:string ;
    rdfs:comment "armor, chain mail"@en .

<http://lexvo.org/id/char/94E1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%93%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%A1>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zaat3>,
        <http://lexvo.org/id/term/yue/%E9%93%A1>,
        "铡"^^xsd:string ;
    rdfs:comment "sickle for cutting grass or hay"@en .

<http://lexvo.org/id/char/94E2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%93%A2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C5%AB>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zyu1>,
        <http://lexvo.org/id/term/yue/%E9%93%A2>,
        "铢"^^xsd:string ;
    rdfs:comment "unit of weight, one twenty-fourth of a Chinese ounce (liang)"@en .

<http://lexvo.org/id/char/94E3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%93%A3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C7%90%201249.070%3Axi%C7%8En>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C7%8En%20x%C7%90>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sin2>,
        <http://lexvo.org/id/term/yue/%E9%93%A3>,
        "铣"^^xsd:string ;
    rdfs:comment "mill"@en .

<http://lexvo.org/id/char/94E4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%93%A4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%ACng%201147.120%3At%C7%90ng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C7%90ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ting5>,
        <http://lexvo.org/id/term/yue/%E9%93%A4>,
        "铤"^^xsd:string ;
    rdfs:comment "ingots, bars of metal; hurry"@en .

<http://lexvo.org/id/char/94E5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%93%A5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/di%C5%AB>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/diu1>,
        <http://lexvo.org/id/term/yue/%E9%93%A5>,
        "铥"^^xsd:string ;
    rdfs:comment "thulium"@en .

<http://lexvo.org/id/char/94E6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%93%A6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C4%81n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cim1>,
        <http://lexvo.org/id/term/yue/%E9%93%A6>,
        "铦"^^xsd:string ;
    rdfs:comment "sharp, keen-edged; a kind of hoe"@en .

<http://lexvo.org/id/char/94E7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%93%A7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%A1>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/waa4>,
        <http://lexvo.org/id/term/yue/%E9%93%A7>,
        "铧"^^xsd:string ;
    rdfs:comment "spade, shovel, plowshare"@en .

<http://lexvo.org/id/char/94E8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%93%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qu%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cyun4>,
        <http://lexvo.org/id/term/yue/%E9%93%A8>,
        "铨"^^xsd:string ;
    rdfs:comment "weigh, measure; select officials"@en .

<http://lexvo.org/id/char/94E9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%93%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C4%81>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/saat3>,
        <http://lexvo.org/id/term/yue/%E9%93%A9>,
        "铩"^^xsd:string ;
    rdfs:comment "moult"@en .

<http://lexvo.org/id/char/94EA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%93%AA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C4%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%A1%20h%C4%81%20ji%C4%81%20k%C4%93>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hap6>,
        <http://lexvo.org/id/term/yue/%E9%93%AA>,
        "铪"^^xsd:string ;
    rdfs:comment "hafnium"@en .

<http://lexvo.org/id/char/94EB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%93%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/di%C3%A0o%201340.120%3Ay%C3%A1o>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A1o%20ti%C3%A1o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/diu6>,
        <http://lexvo.org/id/term/yue/%E9%93%AB>,
        "铫"^^xsd:string ;
    rdfs:comment "large hoe; surname; a spear"@en .

<http://lexvo.org/id/char/94EC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%93%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C3%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C3%A8%20g%C3%A9%20lu%C3%B2>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gok3>,
        <http://lexvo.org/id/term/yue/%E9%93%AC>,
        "铬"^^xsd:string ;
    rdfs:comment "chromium"@en .

<http://lexvo.org/id/char/94ED> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%93%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%ADng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ming4>,
        <http://lexvo.org/id/term/yue/%E9%93%AD>,
        "铭"^^xsd:string ;
    rdfs:comment "inscribe, engrave"@en .

<http://lexvo.org/id/char/94EE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%93%AE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C4%93ng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C4%93ng%201478.060%3Azh%C3%A8ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zaang1%20zang1>,
        <http://lexvo.org/id/term/yue/%E9%93%AE>,
        "铮"^^xsd:string ;
    rdfs:comment "clanging sound; small gong"@en .

<http://lexvo.org/id/char/94EF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%93%AF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C3%A8>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sik1>,
        <http://lexvo.org/id/term/yue/%E9%93%AF>,
        "铯"^^xsd:string ;
    rdfs:comment "cesium"@en .

<http://lexvo.org/id/char/94F0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%93%B0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C7%8Eo>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gaau2>,
        <http://lexvo.org/id/term/yue/%E9%93%B0>,
        "铰"^^xsd:string ;
    rdfs:comment "hinge; shears, scissors"@en .

<http://lexvo.org/id/char/94F1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%93%B1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C4%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%90%20y%C4%AB>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ji1>,
        <http://lexvo.org/id/term/yue/%E9%93%B1>,
        "铱"^^xsd:string ;
    rdfs:comment "iridium"@en .

<http://lexvo.org/id/char/94F2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%93%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C7%8En>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/caan2>,
        <http://lexvo.org/id/term/yue/%E9%93%B2>,
        "铲"^^xsd:string ;
    rdfs:comment "spade, shovel, trowel, scoop"@en .

<http://lexvo.org/id/char/94F3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%93%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%B2ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cung3>,
        <http://lexvo.org/id/term/yue/%E9%93%B3>,
        "铳"^^xsd:string ;
    rdfs:comment "ancient weapon, blunderbuss"@en .

<http://lexvo.org/id/char/94F4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%93%B4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%A0ng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C4%81ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tong2>,
        <http://lexvo.org/id/term/yue/%E9%93%B4>,
        "铴"^^xsd:string ;
    rdfs:comment "gong"@en .

<http://lexvo.org/id/char/94F5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C4%81n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%C7%8En>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%93%B5>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/on1>,
        <http://lexvo.org/id/term/yue/%E9%93%B5>,
        "铵"^^xsd:string ;
    rdfs:comment "ammonium"@en .

<http://lexvo.org/id/char/94F6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%93%B6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%ADn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ngan2%20ngan4>,
        <http://lexvo.org/id/term/yue/%E9%93%B6>,
        "银"^^xsd:string ;
    rdfs:comment "silver; cash, money, wealth"@en .

<http://lexvo.org/id/char/94F7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%93%B7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/r%C3%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/r%C7%94%20r%C3%BA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jyu4>,
        <http://lexvo.org/id/term/yue/%E9%93%B7>,
        "铷"^^xsd:string ;
    rdfs:comment "rubidium"@en .

<http://lexvo.org/id/char/94F8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%93%B8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zyu3>,
        <http://lexvo.org/id/term/yue/%E9%93%B8>,
        "铸"^^xsd:string ;
    rdfs:comment "melt, cast; coin, mint"@en .

<http://lexvo.org/id/char/94F9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%93%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%A1o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lou4>,
        <http://lexvo.org/id/term/yue/%E9%93%B9>,
        "铹"^^xsd:string ;
    rdfs:comment "lawrencium (Lr)"@en .

<http://lexvo.org/id/char/94FA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%93%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C5%AB%200891.020%3Ap%C3%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C5%AB%20p%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/pou3>,
        <http://lexvo.org/id/term/yue/%E9%93%BA>,
        "铺"^^xsd:string ;
    rdfs:comment "shop, store; place sleep, bed"@en .

<http://lexvo.org/id/char/94FB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%93%BB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C3%BA%201412.030%3Ay%C7%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C3%BA%20y%C7%94>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jyu5>,
        <http://lexvo.org/id/term/yue/%E9%93%BB>,
        "铻"^^xsd:string ;
    rdfs:comment "misfit; disordant; music instrument; hoe"@en .

<http://lexvo.org/id/char/94FC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%93%BC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%A1i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/loi4>,
        <http://lexvo.org/id/term/yue/%E9%93%BC>,
        "铼"^^xsd:string ;
    rdfs:comment "rhenium"@en .

<http://lexvo.org/id/char/94FD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%93%BD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%A8>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tik1>,
        <http://lexvo.org/id/term/yue/%E9%93%BD>,
        "铽"^^xsd:string ;
    rdfs:comment "terbium"@en .

<http://lexvo.org/id/char/94FE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%93%BE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lin6>,
        <http://lexvo.org/id/term/yue/%E9%93%BE>,
        "链"^^xsd:string ;
    rdfs:comment "chain, wire, cable; chain, shack"@en .

<http://lexvo.org/id/char/94FF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%93%BF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C4%93ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hang1>,
        <http://lexvo.org/id/term/yue/%E9%93%BF>,
        "铿"^^xsd:string ;
    rdfs:comment "strike, beat, stroke; jingling"@en .

<http://lexvo.org/id/char/9500> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%94%80>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C4%81o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/siu1>,
        <http://lexvo.org/id/term/yue/%E9%94%80>,
        "销"^^xsd:string ;
    rdfs:comment "melt, fuse; market, sell"@en .

<http://lexvo.org/id/char/9501> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%94%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/su%C7%92>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/so2>,
        <http://lexvo.org/id/term/yue/%E9%94%81>,
        "锁"^^xsd:string ;
    rdfs:comment "lock, padlock; shackles, chains"@en .

<http://lexvo.org/id/char/9502> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%94%82>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C7%90>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lei5>,
        <http://lexvo.org/id/term/yue/%E9%94%82>,
        "锂"^^xsd:string ;
    rdfs:comment "lithium"@en .

<http://lexvo.org/id/char/9503> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%94%83>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C3%A8ng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%A8ng%20z%C3%A8ng>,
        "锃"^^xsd:string ;
    rdfs:comment "polish"@en .

<http://lexvo.org/id/char/9504> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%94%84>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%BA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/co4>,
        <http://lexvo.org/id/term/yue/%E9%94%84>,
        "锄"^^xsd:string ;
    rdfs:comment "hoe; eradicate"@en .

<http://lexvo.org/id/char/9505> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%94%85>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/gu%C5%8D>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wo1>,
        <http://lexvo.org/id/term/yue/%E9%94%85>,
        "锅"^^xsd:string ;
    rdfs:comment "cooking-pot, saucepan"@en .

<http://lexvo.org/id/char/9506> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%94%86>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C3%A0o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gou3>,
        <http://lexvo.org/id/term/yue/%E9%94%86>,
        "锆"^^xsd:string ;
    rdfs:comment "zirconium"@en .

<http://lexvo.org/id/char/9507> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C3%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%94%87>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ti%C4%9B%20%C3%A9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ngo4>,
        <http://lexvo.org/id/term/yue/%E9%94%87>,
        "锇"^^xsd:string ;
    rdfs:comment "osmium"@en .

<http://lexvo.org/id/char/9508> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%94%88>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sau3>,
        <http://lexvo.org/id/term/yue/%E9%94%88>,
        "锈"^^xsd:string ;
    rdfs:comment "rust, corrode"@en .

<http://lexvo.org/id/char/9509> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%94%89>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/cu%C3%B2>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/co3>,
        <http://lexvo.org/id/term/yue/%E9%94%89>,
        "锉"^^xsd:string ;
    rdfs:comment "carpenter's file, file smooth"@en .

<http://lexvo.org/id/char/950A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%94%8A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%BC%C3%A8>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lyut3>,
        <http://lexvo.org/id/term/yue/%E9%94%8A>,
        "锊"^^xsd:string ;
    rdfs:comment "6 oz; ancient measurement"@en .

<http://lexvo.org/id/char/950B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%94%8B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C4%93ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fung1>,
        <http://lexvo.org/id/term/yue/%E9%94%8B>,
        "锋"^^xsd:string ;
    rdfs:comment "point of spear, sharp point"@en .

<http://lexvo.org/id/char/950C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%94%8C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C4%ABn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/san1>,
        <http://lexvo.org/id/term/yue/%E9%94%8C>,
        "锌"^^xsd:string ;
    rdfs:comment "zinc"@en .

<http://lexvo.org/id/char/950D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%94%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C7%94>,
        "锍"^^xsd:string .

<http://lexvo.org/id/char/950E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%94%8E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C4%81i>,
        "锎"^^xsd:string ;
    rdfs:comment "caesium"@en .

<http://lexvo.org/id/char/950F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%94%8F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C7%8En%200554.040%3Aji%C3%A0n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C7%8En%20ji%C3%A0n>,
        "锏"^^xsd:string ;
    rdfs:comment "kind of rapier"@en .

<http://lexvo.org/id/char/9510> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%94%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ru%C3%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ru%C3%AC%20du%C3%AC%20yu%C3%A8>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jeoi6>,
        <http://lexvo.org/id/term/yue/%E9%94%90>,
        "锐"^^xsd:string ;
    rdfs:comment "sharp, keen, acute, pointed"@en .

<http://lexvo.org/id/char/9511> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%94%91>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%AC%20t%C4%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C4%AB>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tai1>,
        <http://lexvo.org/id/term/yue/%E9%94%91>,
        "锑"^^xsd:string ;
    rdfs:comment "antimony"@en .

<http://lexvo.org/id/char/9512> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%94%92>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%A1ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/long4>,
        <http://lexvo.org/id/term/yue/%E9%94%92>,
        "锒"^^xsd:string ;
    rdfs:comment "lock"@en .

<http://lexvo.org/id/char/9513> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%94%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C7%90n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C4%81n%20q%C7%90n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cim1>,
        <http://lexvo.org/id/term/yue/%E9%94%93>,
        "锓"^^xsd:string ;
    rdfs:comment "carve"@en .

<http://lexvo.org/id/char/9514> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%94%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%BA%20j%C5%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C5%AB%200612.030%3Aj%C3%BA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/guk1>,
        <http://lexvo.org/id/term/yue/%E9%94%94>,
        "锔"^^xsd:string ;
    rdfs:comment "curium"@en .

<http://lexvo.org/id/char/9515> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C4%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%94%95>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/aa1>,
        <http://lexvo.org/id/term/yue/%E9%94%95>,
        "锕"^^xsd:string ;
    rdfs:comment "actinium (Ac)"@en .

<http://lexvo.org/id/char/9516> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%94%96>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C4%81ng>,
        "锖"^^xsd:string ;
    rdfs:comment "the color of the a mineral"@en .

<http://lexvo.org/id/char/9517> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%94%97>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/du%C7%92%20zh%C4%9B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C4%9B>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ze2>,
        <http://lexvo.org/id/term/yue/%E9%94%97>,
        "锗"^^xsd:string ;
    rdfs:comment "germanium"@en .

<http://lexvo.org/id/char/9518> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%94%98>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/nu%C3%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ti%C7%8En%20nu%C3%B2>,
        "锘"^^xsd:string ;
    rdfs:comment "nobelium (No)"@en .

<http://lexvo.org/id/char/9519> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%94%99>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/cu%C3%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/cu%C3%B2%20c%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/co3>,
        <http://lexvo.org/id/term/yue/%E9%94%99>,
        "错"^^xsd:string ;
    rdfs:comment "error, blunder, mistake; wrong"@en .

<http://lexvo.org/id/char/951A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%94%9A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A1o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/maau4%20naau4>,
        <http://lexvo.org/id/term/yue/%E9%94%9A>,
        "锚"^^xsd:string ;
    rdfs:comment "anchor"@en .

<http://lexvo.org/id/char/951B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%94%9B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C4%93n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ban1>,
        <http://lexvo.org/id/term/yue/%E9%94%9B>,
        "锛"^^xsd:string ;
    rdfs:comment "adze"@en .

<http://lexvo.org/id/char/951C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%94%9C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C3%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C3%AD%20y%C7%90>,
        <http://lexvo.org/id/term/kor/%E9%94%9C>,
        <http://lexvo.org/id/term/kor/KI%20UY>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ji2>,
        <http://lexvo.org/id/term/yue/%E9%94%9C>,
        "锜"^^xsd:string ;
    rdfs:comment "a kind of pen; a kind of chisel"@en .

<http://lexvo.org/id/char/951D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%94%9D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%A9>,
        "锝"^^xsd:string ;
    rdfs:comment "technetium"@en .

<http://lexvo.org/id/char/951E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%94%9E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C3%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ku%C7%8E%20k%C3%A8>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gwo2>,
        <http://lexvo.org/id/term/yue/%E9%94%9E>,
        "锞"^^xsd:string ;
    rdfs:comment "ingot; acrobatic move"@en .

<http://lexvo.org/id/char/951F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%94%9F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C5%ABn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gwan1>,
        <http://lexvo.org/id/term/yue/%E9%94%9F>,
        "锟"^^xsd:string ;
    rdfs:comment "ancient treasured sword"@en .

<http://lexvo.org/id/char/9520> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%94%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C4%81ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/coeng1>,
        <http://lexvo.org/id/term/yue/%E9%94%A0>,
        "锠"^^xsd:string ;
    rdfs:comment "vessel"@en .

<http://lexvo.org/id/char/9521> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%94%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C3%AD%20t%C3%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C4%AB>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sek3>,
        <http://lexvo.org/id/term/yue/%E9%94%A1>,
        "锡"^^xsd:string ;
    rdfs:comment "tin, stannum; bestow, confer"@en .

<http://lexvo.org/id/char/9522> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%94%A2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gu3>,
        <http://lexvo.org/id/term/yue/%E9%94%A2>,
        "锢"^^xsd:string ;
    rdfs:comment "run metal into cracks; confine"@en .

<http://lexvo.org/id/char/9523> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%94%A3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/lu%C3%B3>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lo4>,
        <http://lexvo.org/id/term/yue/%E9%94%A3>,
        "锣"^^xsd:string ;
    rdfs:comment "gong"@en .

<http://lexvo.org/id/char/9524> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%94%A4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/chu%C3%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ceoi4>,
        <http://lexvo.org/id/term/yue/%E9%94%A4>,
        "锤"^^xsd:string ;
    rdfs:comment "balance weight on scale; hammer"@en .

<http://lexvo.org/id/char/9525> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%94%A5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zhu%C4%AB>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zeoi1>,
        <http://lexvo.org/id/term/yue/%E9%94%A5>,
        "锥"^^xsd:string ;
    rdfs:comment "gimlet, awl, drill, auger; bore"@en .

<http://lexvo.org/id/char/9526> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%94%A6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C7%90n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gam2>,
        <http://lexvo.org/id/term/yue/%E9%94%A6>,
        "锦"^^xsd:string ;
    rdfs:comment "brocade, tapestry; embroidered"@en .

<http://lexvo.org/id/char/9527> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%94%A7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zat1>,
        <http://lexvo.org/id/term/yue/%E9%94%A7>,
        "锧"^^xsd:string ;
    rdfs:comment "tungsten, wolfram"@en .

<http://lexvo.org/id/char/9528> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%94%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C4%81n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jan1>,
        <http://lexvo.org/id/term/yue/%E9%94%A8>,
        "锨"^^xsd:string ;
    rdfs:comment "shovel"@en .

<http://lexvo.org/id/char/9529> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%94%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ju%C3%A0n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ju%C7%8En>,
        "锩"^^xsd:string ;
    rdfs:comment "to bend iron"@en .

<http://lexvo.org/id/char/952A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%94%AA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C5%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C5%8D%20hu%C3%B2>,
        "锪"^^xsd:string ;
    rdfs:comment "a kind of tool"@en .

<http://lexvo.org/id/char/952B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%94%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%A9i>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%B3u%20p%C3%A9i>,
        "锫"^^xsd:string ;
    rdfs:comment "berkelium"@en .

<http://lexvo.org/id/char/952C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%94%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%A1n%201244.061%3Axi%C4%81n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%A1n%20xi%C4%81n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/taam4>,
        <http://lexvo.org/id/term/yue/%E9%94%AC>,
        "锬"^^xsd:string ;
    rdfs:comment "long spear"@en .

<http://lexvo.org/id/char/952D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%94%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%ACng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ding3>,
        <http://lexvo.org/id/term/yue/%E9%94%AD>,
        "锭"^^xsd:string ;
    rdfs:comment "spindle, slab, cake, tablet"@en .

<http://lexvo.org/id/char/952E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%94%AE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gin6>,
        <http://lexvo.org/id/term/yue/%E9%94%AE>,
        "键"^^xsd:string ;
    rdfs:comment "door bolt, lock bolt; key"@en .

<http://lexvo.org/id/char/952F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%94%AF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%B9%20j%C5%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C5%AB%200616.010%3Aj%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/geoi3>,
        <http://lexvo.org/id/term/yue/%E9%94%AF>,
        "锯"^^xsd:string ;
    rdfs:comment "a saw; to saw; amputate"@en .

<http://lexvo.org/id/char/9530> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%94%B0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C4%9Bng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/maang5>,
        <http://lexvo.org/id/term/yue/%E9%94%B0>,
        "锰"^^xsd:string ;
    rdfs:comment "manganese"@en .

<http://lexvo.org/id/char/9531> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%94%B1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C4%AB>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zi1>,
        <http://lexvo.org/id/term/yue/%E9%94%B1>,
        "锱"^^xsd:string ;
    rdfs:comment "8 oz; an ancient unit of weight"@en .

<http://lexvo.org/id/char/9532> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%94%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C3%A8>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kit3>,
        <http://lexvo.org/id/term/yue/%E9%94%B2>,
        "锲"^^xsd:string ;
    rdfs:comment "sickle; cut, carve, engrave"@en .

<http://lexvo.org/id/char/9533> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%94%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C4%ABng>,
        <http://lexvo.org/id/term/kor/%E9%94%B3>,
        <http://lexvo.org/id/term/kor/YENG>,
        "锳"^^xsd:string .

<http://lexvo.org/id/char/9534> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%94%B4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C7%8Ei>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C7%8Ei%20ji%C4%93>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kaai2>,
        <http://lexvo.org/id/term/yue/%E9%94%B4>,
        "锴"^^xsd:string ;
    rdfs:comment "high quality iron"@en .

<http://lexvo.org/id/char/9535> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%94%B5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C4%81ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/coeng1>,
        <http://lexvo.org/id/term/yue/%E9%94%B5>,
        "锵"^^xsd:string ;
    rdfs:comment "tinkle, clang, jingle"@en .

<http://lexvo.org/id/char/9536> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%94%B6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C4%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C5%8Dng%20s%C4%AB>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/si1>,
        <http://lexvo.org/id/term/yue/%E9%94%B6>,
        "锶"^^xsd:string ;
    rdfs:comment "strontium"@en .

<http://lexvo.org/id/char/9537> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C3%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%94%B7>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ngok6>,
        <http://lexvo.org/id/term/yue/%E9%94%B7>,
        "锷"^^xsd:string ;
    rdfs:comment "high, lofty; edge of knife"@en .

<http://lexvo.org/id/char/9538> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%94%B8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C4%81>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/caap3>,
        <http://lexvo.org/id/term/yue/%E9%94%B8>,
        "锸"^^xsd:string ;
    rdfs:comment "spade, shovel; marking pin"@en .

<http://lexvo.org/id/char/9539> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%94%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C4%81o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ciu1>,
        <http://lexvo.org/id/term/yue/%E9%94%B9>,
        "锹"^^xsd:string ;
    rdfs:comment "shovel"@en .

<http://lexvo.org/id/char/953A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%94%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C5%8Dng>,
        <http://lexvo.org/id/term/kor/%E9%94%BA>,
        <http://lexvo.org/id/term/kor/CONG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zung1>,
        <http://lexvo.org/id/term/yue/%E9%94%BA>,
        "锺"^^xsd:string ;
    rdfs:comment "cup, glass, goblet; surname"@en .

<http://lexvo.org/id/char/953B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%94%BB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/du%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dyun3>,
        <http://lexvo.org/id/term/yue/%E9%94%BB>,
        "锻"^^xsd:string ;
    rdfs:comment "forge metal; temper, refine"@en .

<http://lexvo.org/id/char/953C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%94%BC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C5%8Du>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sau1>,
        <http://lexvo.org/id/term/yue/%E9%94%BC>,
        "锼"^^xsd:string ;
    rdfs:comment "carve"@en .

<http://lexvo.org/id/char/953D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%94%BD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%A1ng>,
        <http://lexvo.org/id/term/kor/%E9%94%BD>,
        <http://lexvo.org/id/term/kor/KOYNG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wong4>,
        <http://lexvo.org/id/term/yue/%E9%94%BD>,
        "锽"^^xsd:string ;
    rdfs:comment "weapon"@en .

<http://lexvo.org/id/char/953E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%94%BE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/waan4>,
        <http://lexvo.org/id/term/yue/%E9%94%BE>,
        "锾"^^xsd:string ;
    rdfs:comment "measure; money, coins"@en .

<http://lexvo.org/id/char/953F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C4%81i>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%94%BF>,
        "锿"^^xsd:string ;
    rdfs:comment "einsteinium (Es)"@en .

<http://lexvo.org/id/char/9540> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%95%80>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dou6>,
        <http://lexvo.org/id/term/yue/%E9%95%80>,
        "镀"^^xsd:string ;
    rdfs:comment "plate, coat, gild"@en .

<http://lexvo.org/id/char/9541> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%95%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C4%9Bi>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mei5>,
        <http://lexvo.org/id/term/yue/%E9%95%81>,
        "镁"^^xsd:string ;
    rdfs:comment "magnesium"@en .

<http://lexvo.org/id/char/9542> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%95%82>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%B2u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lau6>,
        <http://lexvo.org/id/term/yue/%E9%95%82>,
        "镂"^^xsd:string ;
    rdfs:comment "carve, inlay, engrave, tattoo"@en .

<http://lexvo.org/id/char/9543> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%95%83>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C4%AB>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zi1>,
        <http://lexvo.org/id/term/yue/%E9%95%83>,
        "镃"^^xsd:string ;
    rdfs:comment "hoe; mattock"@en .

<http://lexvo.org/id/char/9544> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%95%84>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%A8i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fai3>,
        <http://lexvo.org/id/term/yue/%E9%95%84>,
        "镄"^^xsd:string ;
    rdfs:comment "fermium"@en .

<http://lexvo.org/id/char/9545> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%95%85>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A9i>,
        "镅"^^xsd:string ;
    rdfs:comment "americium"@en .

<http://lexvo.org/id/char/9546> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%95%86>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%B2>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mok6>,
        <http://lexvo.org/id/term/yue/%E9%95%86>,
        "镆"^^xsd:string ;
    rdfs:comment "sword"@en .

<http://lexvo.org/id/char/9547> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%95%87>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%A8n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zan3>,
        <http://lexvo.org/id/term/yue/%E9%95%87>,
        "镇"^^xsd:string ;
    rdfs:comment "town, market place; suppress"@en .

<http://lexvo.org/id/char/9548> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%95%88>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%B3>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bok3>,
        <http://lexvo.org/id/term/yue/%E9%95%88>,
        "镈"^^xsd:string ;
    rdfs:comment "large bell; hoe, spade"@en .

<http://lexvo.org/id/char/9549> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%95%89>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C3%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C3%A9%20l%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gaak3>,
        <http://lexvo.org/id/term/yue/%E9%95%89>,
        "镉"^^xsd:string ;
    rdfs:comment "cadmium"@en .

<http://lexvo.org/id/char/954A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%95%8A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ni%C3%A8>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/nip6>,
        <http://lexvo.org/id/term/yue/%E9%95%8A>,
        "镊"^^xsd:string ;
    rdfs:comment "tweezers, forceps, pincers"@en .

<http://lexvo.org/id/char/954B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%95%8B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C7%8Eng>,
        "镋"^^xsd:string .

<http://lexvo.org/id/char/954C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%95%8C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ju%C4%81n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zyun1>,
        <http://lexvo.org/id/term/yue/%E9%95%8C>,
        "镌"^^xsd:string ;
    rdfs:comment "engraving tool; carve, engrave"@en .

<http://lexvo.org/id/char/954D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%95%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ni%C3%A8>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/nip1>,
        <http://lexvo.org/id/term/yue/%E9%95%8D>,
        "镍"^^xsd:string ;
    rdfs:comment "nickel"@en .

<http://lexvo.org/id/char/954E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%95%8E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C3%A1>,
        "镎"^^xsd:string ;
    rdfs:comment "neptunium (Np)"@en .

<http://lexvo.org/id/char/954F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%95%8F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C3%BA%200730.040%3Ali%C3%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C3%BA%20li%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lau4%20lau5>,
        <http://lexvo.org/id/term/yue/%E9%95%8F>,
        "镏"^^xsd:string ;
    rdfs:comment "distil; lutetium; surname"@en .

<http://lexvo.org/id/char/9550> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%95%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C7%8Eo%200446.040%3Ah%C3%A0o>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A0o%20g%C7%8Eo>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hou6>,
        <http://lexvo.org/id/term/yue/%E9%95%90>,
        "镐"^^xsd:string ;
    rdfs:comment "stove; bright"@en .

<http://lexvo.org/id/char/9551> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%95%91>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%A0ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bong2%20bong6>,
        <http://lexvo.org/id/term/yue/%E9%95%91>,
        "镑"^^xsd:string ;
    rdfs:comment "pound sterling"@en .

<http://lexvo.org/id/char/9552> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%95%92>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jat6>,
        <http://lexvo.org/id/term/yue/%E9%95%92>,
        "镒"^^xsd:string ;
    rdfs:comment "measure of weight for gold"@en .

<http://lexvo.org/id/char/9553> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%95%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C4%81>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gaa1>,
        <http://lexvo.org/id/term/yue/%E9%95%93>,
        "镓"^^xsd:string ;
    rdfs:comment "gallium"@en .

<http://lexvo.org/id/char/9554> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%95%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C4%ABn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ban1>,
        <http://lexvo.org/id/term/yue/%E9%95%94>,
        "镔"^^xsd:string ;
    rdfs:comment "high quality iron"@en .

<http://lexvo.org/id/char/9555> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%95%95>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/r%C3%B3ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jung4>,
        <http://lexvo.org/id/term/yue/%E9%95%95>,
        "镕"^^xsd:string ;
    rdfs:comment "fuse, melt, smelt; mold"@en .

<http://lexvo.org/id/char/9556> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%95%96>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/bi%C4%81o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/biu1>,
        <http://lexvo.org/id/term/yue/%E9%95%96>,
        "镖"^^xsd:string ;
    rdfs:comment "dart, spear, harpoon; escort"@en .

<http://lexvo.org/id/char/9557> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%95%97>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C4%81ng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C4%81ng%201119.050%3At%C3%A1ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tong1>,
        <http://lexvo.org/id/term/yue/%E9%95%97>,
        "镗"^^xsd:string ;
    rdfs:comment "boring tool"@en .

<http://lexvo.org/id/char/9558> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%95%98>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/maan6>,
        <http://lexvo.org/id/term/yue/%E9%95%98>,
        "镘"^^xsd:string ;
    rdfs:comment "trowel"@en .

<http://lexvo.org/id/char/9559> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%95%99>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/lu%C3%B3>,
        "镙"^^xsd:string .

<http://lexvo.org/id/char/955A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%95%9A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%A8ng>,
        "镚"^^xsd:string ;
    rdfs:comment "small coin"@en .

<http://lexvo.org/id/char/955B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%95%9B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C5%8Dng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jung4>,
        <http://lexvo.org/id/term/yue/%E9%95%9B>,
        "镛"^^xsd:string ;
    rdfs:comment "large bell used as musical instrument"@en .

<http://lexvo.org/id/char/955C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%95%9C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%ACng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/geng3>,
        <http://lexvo.org/id/term/yue/%E9%95%9C>,
        "镜"^^xsd:string ;
    rdfs:comment "mirror; lens; glass; glasses"@en .

<http://lexvo.org/id/char/955D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%95%9D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%AD%20d%C4%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C4%AB%200230.040%3Ad%C3%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dik1>,
        <http://lexvo.org/id/term/yue/%E9%95%9D>,
        "镝"^^xsd:string ;
    rdfs:comment "dysprosium"@en .

<http://lexvo.org/id/char/955E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%95%9E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C3%BA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zuk6>,
        <http://lexvo.org/id/term/yue/%E9%95%9E>,
        "镞"^^xsd:string ;
    rdfs:comment "arrowhead, barb; swift, quick"@en .

<http://lexvo.org/id/char/955F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%95%9F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xu%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/syun4>,
        <http://lexvo.org/id/term/yue/%E9%95%9F>,
        "镟"^^xsd:string ;
    rdfs:comment "lathe"@en .

<http://lexvo.org/id/char/9560> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%95%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C3%BA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lau4>,
        <http://lexvo.org/id/term/yue/%E9%95%A0>,
        "镠"^^xsd:string ;
    rdfs:comment "pure gold"@en .

<http://lexvo.org/id/char/9561> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%95%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%A1n%201115.060%3At%C3%A1n%201284.070%3Ax%C3%ADn>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%A1n%20x%C3%ADn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/taam4>,
        <http://lexvo.org/id/term/yue/%E9%95%A1>,
        "镡"^^xsd:string ;
    rdfs:comment "dagger; small sword"@en .

<http://lexvo.org/id/char/9562> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%95%A2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ju%C3%A9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fok3>,
        <http://lexvo.org/id/term/yue/%E9%95%A2>,
        "镢"^^xsd:string ;
    rdfs:comment "hoe"@en .

<http://lexvo.org/id/char/9563> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%95%A3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C3%A0o>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C3%A1o%20li%C3%A0o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/liu4>,
        <http://lexvo.org/id/term/yue/%E9%95%A3>,
        "镣"^^xsd:string ;
    rdfs:comment "fetters"@en .

<http://lexvo.org/id/char/9564> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%95%A4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%BA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/buk6>,
        <http://lexvo.org/id/term/yue/%E9%95%A4>,
        "镤"^^xsd:string ;
    rdfs:comment "protactinium (Pa)"@en .

<http://lexvo.org/id/char/9565> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%95%A5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C7%94>,
        "镥"^^xsd:string ;
    rdfs:comment "lutetium"@en .

<http://lexvo.org/id/char/9566> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%95%A6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/du%C3%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/du%C3%AC%200277.040%3Ad%C5%ABn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/deon1>,
        <http://lexvo.org/id/term/yue/%E9%95%A6>,
        "镦"^^xsd:string ;
    rdfs:comment "ferrule; castrate"@en .

<http://lexvo.org/id/char/9567> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%95%A7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%A0n%20l%C3%A1n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/laan4>,
        <http://lexvo.org/id/term/yue/%E9%95%A7>,
        "镧"^^xsd:string ;
    rdfs:comment "lanthanum"@en .

<http://lexvo.org/id/char/9568> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%95%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C7%94>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/pou2>,
        <http://lexvo.org/id/term/yue/%E9%95%A8>,
        "镨"^^xsd:string ;
    rdfs:comment "praseodymium"@en .

<http://lexvo.org/id/char/9569> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%95%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/cu%C3%A0n%20cu%C4%81n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/cu%C4%81n>,
        "镩"^^xsd:string ;
    rdfs:comment "pick, poker"@en .

<http://lexvo.org/id/char/956A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%95%AA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C4%81ng%200919.040%3Aqi%C7%8Eng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C4%81ng%20qi%C7%8Eng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/koeng5>,
        <http://lexvo.org/id/term/yue/%E9%95%AA>,
        "镪"^^xsd:string ;
    rdfs:comment "coins, money, wealth"@en .

<http://lexvo.org/id/char/956B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%95%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%A8ng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C4%93ng%20d%C3%A8ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dang3>,
        <http://lexvo.org/id/term/yue/%E9%95%AB>,
        "镫"^^xsd:string ;
    rdfs:comment "lamp; a kind of cooking vessel"@en .

<http://lexvo.org/id/char/956C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%95%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%B2>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wok6>,
        <http://lexvo.org/id/term/yue/%E9%95%AC>,
        "镬"^^xsd:string ;
    rdfs:comment "cauldron, large iron pot"@en .

<http://lexvo.org/id/char/956D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%95%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%A9i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/leoi4>,
        <http://lexvo.org/id/term/yue/%E9%95%AD>,
        "镭"^^xsd:string ;
    rdfs:comment "radium"@en .

<http://lexvo.org/id/char/956E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%95%AE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/waan4>,
        <http://lexvo.org/id/term/yue/%E9%95%AE>,
        "镮"^^xsd:string ;
    rdfs:comment "metal ring; measure of currency"@en .

<http://lexvo.org/id/char/956F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%95%AF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zhu%C3%B3>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zuk6>,
        <http://lexvo.org/id/term/yue/%E9%95%AF>,
        "镯"^^xsd:string ;
    rdfs:comment "bracelet, armband; small bell"@en .

<http://lexvo.org/id/char/9570> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%95%B0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lim4>,
        <http://lexvo.org/id/term/yue/%E9%95%B0>,
        "镰"^^xsd:string ;
    rdfs:comment "sickle"@en .

<http://lexvo.org/id/char/9571> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%95%B1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ji3>,
        <http://lexvo.org/id/term/yue/%E9%95%B1>,
        "镱"^^xsd:string ;
    rdfs:comment "ytterbium"@en .

<http://lexvo.org/id/char/9572> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%95%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C7%8E>,
        "镲"^^xsd:string ;
    rdfs:comment "cymbals"@en .

<http://lexvo.org/id/char/9573> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%95%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/bi%C4%81o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/biu1>,
        <http://lexvo.org/id/term/yue/%E9%95%B3>,
        "镳"^^xsd:string ;
    rdfs:comment "bit, bridle; ride"@en .

<http://lexvo.org/id/char/9574> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%95%B4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%A0>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lap6>,
        <http://lexvo.org/id/term/yue/%E9%95%B4>,
        "镴"^^xsd:string ;
    rdfs:comment "solder; tin"@en .

<http://lexvo.org/id/char/9575> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%95%B5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/caam4>,
        <http://lexvo.org/id/term/yue/%E9%95%B5>,
        "镵"^^xsd:string ;
    rdfs:comment "spade, trowel"@en .

<http://lexvo.org/id/char/9576> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%95%B6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C4%81ng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C4%81ng%20r%C3%A1ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/soeng1>,
        <http://lexvo.org/id/term/yue/%E9%95%B6>,
        "镶"^^xsd:string ;
    rdfs:comment "insert, inlay, set, mount; fill"@en .

<http://lexvo.org/id/char/9579> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%95%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C7%94>,
        "镹"^^xsd:string .

<http://lexvo.org/id/char/957A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C7%8Eo%20%C3%A0o>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%95%BA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ou2>,
        <http://lexvo.org/id/term/yue/%E9%95%BA>,
        "镺"^^xsd:string .

<http://lexvo.org/id/char/957B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%95%BB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/di%C3%A9>,
        "镻"^^xsd:string .

<http://lexvo.org/id/char/957C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%95%BC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C5%AB%20ju%C3%A9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gwat6>,
        <http://lexvo.org/id/term/yue/%E9%95%BC>,
        "镼"^^xsd:string .

<http://lexvo.org/id/char/957D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%95%BD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C7%8Eo>,
        "镽"^^xsd:string .

<http://lexvo.org/id/char/957E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%95%BE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%AD>,
        "镾"^^xsd:string .

<http://lexvo.org/id/char/9581> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%96%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A0>,
        "閁"^^xsd:string .

<http://lexvo.org/id/char/9582> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%96%82>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/shu%C4%81n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/saan1>,
        <http://lexvo.org/id/term/yue/%E9%96%82>,
        "閂"^^xsd:string ;
    rdfs:comment "bolt, latch, crossbar"@en .

<http://lexvo.org/id/char/9583> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%96%83>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C7%8En>,
        <http://lexvo.org/id/term/kor/%E9%96%83>,
        <http://lexvo.org/id/term/kor/SEM>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sim2>,
        <http://lexvo.org/id/term/yue/%E9%96%83>,
        "閃"^^xsd:string ;
    rdfs:comment "flash; avoid, dodge, evade"@en .

<http://lexvo.org/id/char/9584> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%96%84>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%B2>,
        "閄"^^xsd:string .

<http://lexvo.org/id/char/9585> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%96%85>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A9n>,
        "閅"^^xsd:string .

<http://lexvo.org/id/char/9586> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%96%86>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A1n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A1n%20y%C7%8En%20y%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jim4>,
        <http://lexvo.org/id/term/yue/%E9%96%86>,
        "閆"^^xsd:string ;
    rdfs:comment "village gate"@en .

<http://lexvo.org/id/char/9587> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%96%87>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%AC>,
        "閇"^^xsd:string ;
    rdfs:comment "shut, close; obstruct, block up"@en .

<http://lexvo.org/id/char/9588> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%96%88>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E9%96%88>,
        <http://lexvo.org/id/term/kor/HAN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hon6>,
        <http://lexvo.org/id/term/yue/%E9%96%88>,
        "閈"^^xsd:string ;
    rdfs:comment "village"@en .

<http://lexvo.org/id/char/9589> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%96%89>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%AC>,
        <http://lexvo.org/id/term/kor/%E9%96%89>,
        <http://lexvo.org/id/term/kor/PHYEY%20PYEL>,
        <http://lexvo.org/id/term/vie/b%E1%BA%BF>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bai3>,
        <http://lexvo.org/id/term/yue/%E9%96%89>,
        "閉"^^xsd:string ;
    rdfs:comment "shut, close; obstruct, block up"@en .

<http://lexvo.org/id/char/958A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/kor/%E9%96%8A>,
        <http://lexvo.org/id/term/kor/SAN>,
        "閊"^^xsd:string ;
    rdfs:comment "to be obstructed, blocked; to break down"@en .

<http://lexvo.org/id/char/958B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%96%8B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C4%81i>,
        <http://lexvo.org/id/term/kor/%E9%96%8B>,
        <http://lexvo.org/id/term/kor/KAY>,
        <http://lexvo.org/id/term/vie/khai>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hoi1>,
        <http://lexvo.org/id/term/yue/%E9%96%8B>,
        "開"^^xsd:string ;
    rdfs:comment "open; initiate, begin, start"@en .

<http://lexvo.org/id/char/958C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%96%8C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C3%A0ng%20k%C4%81ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kong3>,
        <http://lexvo.org/id/term/yue/%E9%96%8C>,
        "閌"^^xsd:string ;
    rdfs:comment "door"@en .

<http://lexvo.org/id/char/958D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%96%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C4%93ng>,
        <http://lexvo.org/id/term/vie/mu%C3%B4n>,
        "閍"^^xsd:string .

<http://lexvo.org/id/char/958E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%96%8E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%B3ng>,
        <http://lexvo.org/id/term/kor/%E9%96%8E>,
        <http://lexvo.org/id/term/kor/KOYNG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wang4>,
        <http://lexvo.org/id/term/yue/%E9%96%8E>,
        "閎"^^xsd:string ;
    rdfs:comment "gate, barrier; wide, vast, expand"@en .

<http://lexvo.org/id/char/958F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%96%8F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/r%C3%B9n>,
        <http://lexvo.org/id/term/kor/%E9%96%8F>,
        <http://lexvo.org/id/term/kor/LYUN>,
        <http://lexvo.org/id/term/vie/nhu%E1%BA%ADn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jeon6>,
        <http://lexvo.org/id/term/yue/%E9%96%8F>,
        "閏"^^xsd:string ;
    rdfs:comment "intercalary; extra, surplus"@en .

<http://lexvo.org/id/char/9590> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%96%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C3%A0n>,
        "閐"^^xsd:string .

<http://lexvo.org/id/char/9591> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%96%91>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A1n>,
        <http://lexvo.org/id/term/kor/%E9%96%91>,
        <http://lexvo.org/id/term/kor/HAN>,
        <http://lexvo.org/id/term/vie/nh%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/haan4>,
        <http://lexvo.org/id/term/yue/%E9%96%91>,
        "閑"^^xsd:string ;
    rdfs:comment "fence, barrier; defend; idle time"@en .

<http://lexvo.org/id/char/9592> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%96%92>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C4%81n%200554.011%3Aji%C3%A0n%201247.021%3Axi%C3%A1n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A1n%20ji%C4%81n%20ji%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E9%96%92>,
        <http://lexvo.org/id/term/kor/HAN%20KAN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gaan1%20gaan3%20haan4>,
        <http://lexvo.org/id/term/yue/%E9%96%92>,
        "閒"^^xsd:string ;
    rdfs:comment "liesure; idle; peaceful, tranquil, calm"@en .

<http://lexvo.org/id/char/9593> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%96%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C4%81n%20ji%C3%A0n%20ji%C7%8En>,
        <http://lexvo.org/id/term/kor/%E9%96%93>,
        <http://lexvo.org/id/term/kor/KAN>,
        <http://lexvo.org/id/term/vie/gian>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gaan1%20gaan3>,
        <http://lexvo.org/id/term/yue/%E9%96%93>,
        "間"^^xsd:string ;
    rdfs:comment "interval, space; place, between"@en .

<http://lexvo.org/id/char/9594> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%96%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C7%90n%20m%C3%ADn>,
        <http://lexvo.org/id/term/kor/%E9%96%94>,
        <http://lexvo.org/id/term/kor/MIN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/man5>,
        <http://lexvo.org/id/term/yue/%E9%96%94>,
        "閔"^^xsd:string ;
    rdfs:comment "mourn, grieve; urge on, incite"@en .

<http://lexvo.org/id/char/9595> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%96%95>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C4%81%20xi%C3%A0>,
        "閕"^^xsd:string .

<http://lexvo.org/id/char/9596> a lvont:Character ;
    lvont:represents "閖"^^xsd:string ;
    rdfs:comment "(J) flower name; a water-gate, sluice; toponym"@en .

<http://lexvo.org/id/char/9597> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%96%97>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%B2u>,
        "閗"^^xsd:string .

<http://lexvo.org/id/char/9598> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%96%98>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%A1%20y%C4%81%20g%C3%A9>,
        <http://lexvo.org/id/term/kor/%E9%96%98>,
        <http://lexvo.org/id/term/kor/KAP>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zaap6>,
        <http://lexvo.org/id/term/yue/%E9%96%98>,
        "閘"^^xsd:string ;
    rdfs:comment "sluice; flood gate, canal lock"@en .

<http://lexvo.org/id/char/9599> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%96%99>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C3%A0o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/naau6>,
        <http://lexvo.org/id/term/yue/%E9%96%99>,
        "閙"^^xsd:string ;
    rdfs:comment "quarrel; dispute hotly"@en .

<http://lexvo.org/id/char/959A> a lvont:Character ;
    lvont:represents "閚"^^xsd:string .

<http://lexvo.org/id/char/959B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%96%9B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C4%93ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ping6>,
        <http://lexvo.org/id/term/yue/%E9%96%9B>,
        "閛"^^xsd:string .

<http://lexvo.org/id/char/959C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%96%9C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C7%8E%20xi%C3%A0%20k%C4%9B>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/haa1%20ho2>,
        <http://lexvo.org/id/term/yue/%E9%96%9C>,
        "閜"^^xsd:string .

<http://lexvo.org/id/char/959D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%96%9D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%ADng>,
        "閝"^^xsd:string .

<http://lexvo.org/id/char/959E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%96%9E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/bi%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bin6>,
        <http://lexvo.org/id/term/yue/%E9%96%9E>,
        "閞"^^xsd:string .

<http://lexvo.org/id/char/959F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%96%9F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%AC>,
        <http://lexvo.org/id/term/kor/%E9%96%9F>,
        <http://lexvo.org/id/term/kor/PI>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bei3>,
        <http://lexvo.org/id/term/yue/%E9%96%9F>,
        "閟"^^xsd:string ;
    rdfs:comment "hide, keep secret; hideaway"@en .

<http://lexvo.org/id/char/95A0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%96%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/r%C3%B9n>,
        "閠"^^xsd:string ;
    rdfs:comment "intercalary; extra, surplus"@en .

<http://lexvo.org/id/char/95A1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%96%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A9%20g%C4%81i%20%C3%A0i%20h%C3%A0i%20k%C7%8Ei>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hat6%20ngoi6>,
        <http://lexvo.org/id/term/yue/%E9%96%A1>,
        "閡"^^xsd:string ;
    rdfs:comment "blocked or separated; to prevent"@en .

<http://lexvo.org/id/char/95A2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%96%A2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/gu%C4%81n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/gu%C4%81n%20w%C4%81n%20w%C7%8En>,
        <http://lexvo.org/id/term/kor/%E9%96%A2>,
        <http://lexvo.org/id/term/kor/KWAN%20WAN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gwaan1>,
        <http://lexvo.org/id/term/yue/%E9%96%A2>,
        "関"^^xsd:string ;
    rdfs:comment "frontier pass; close; relation"@en .

<http://lexvo.org/id/char/95A3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%96%A3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C3%A9>,
        <http://lexvo.org/id/term/kor/%E9%96%A3>,
        <http://lexvo.org/id/term/kor/KAK>,
        <http://lexvo.org/id/term/vie/c%C3%A1c>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gok3>,
        <http://lexvo.org/id/term/yue/%E9%96%A3>,
        "閣"^^xsd:string ;
    rdfs:comment "chamber, pavilion; cabinet"@en .

<http://lexvo.org/id/char/95A4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%96%A4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C3%A9%200449.031*%3Ah%C3%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C3%A9%20h%C3%A9>,
        <http://lexvo.org/id/term/kor/%E9%96%A4>,
        <http://lexvo.org/id/term/kor/HAP>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gap3%20gok3%20hap6>,
        <http://lexvo.org/id/term/yue/%E9%96%A4>,
        "閤"^^xsd:string ;
    rdfs:comment "small side door; chamber"@en .

<http://lexvo.org/id/char/95A5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%96%A5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%A1>,
        <http://lexvo.org/id/term/kor/%E9%96%A5>,
        <http://lexvo.org/id/term/kor/PEL>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fat6>,
        <http://lexvo.org/id/term/yue/%E9%96%A5>,
        "閥"^^xsd:string ;
    rdfs:comment "powerful and influential group"@en .

<http://lexvo.org/id/char/95A6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%96%A6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%B9>,
        <http://lexvo.org/id/term/kor/%E9%96%A6>,
        <http://lexvo.org/id/term/kor/CHWUK>,
        "閦"^^xsd:string ;
    rdfs:comment "crowd; transliteration of Sanskrit 'kso', e.g. 'aksobhya'"@en .

<http://lexvo.org/id/char/95A7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%96%A7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%B2ng%20h%C7%92ng>,
        <http://lexvo.org/id/term/kor/%E9%96%A7>,
        <http://lexvo.org/id/term/kor/HONG>,
        <http://lexvo.org/id/term/vie/h%E1%BB%95ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hung6>,
        <http://lexvo.org/id/term/yue/%E9%96%A7>,
        "閧"^^xsd:string ;
    rdfs:comment "boisterous; clamor, noise"@en .

<http://lexvo.org/id/char/95A8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%96%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/gu%C4%AB>,
        <http://lexvo.org/id/term/kor/%E9%96%A8>,
        <http://lexvo.org/id/term/kor/KYU>,
        <http://lexvo.org/id/term/vie/khu%C3%AA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gwai1>,
        <http://lexvo.org/id/term/yue/%E9%96%A8>,
        "閨"^^xsd:string ;
    rdfs:comment "small entrance; women's quarters"@en .

<http://lexvo.org/id/char/95A9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%96%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C7%90n>,
        <http://lexvo.org/id/term/kor/%E9%96%A9>,
        <http://lexvo.org/id/term/kor/MIN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/man4%20man5>,
        <http://lexvo.org/id/term/yue/%E9%96%A9>,
        "閩"^^xsd:string ;
    rdfs:comment "Fujian province; a river; a tribe"@en .

<http://lexvo.org/id/char/95AA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/kor/%E9%96%AA>,
        <http://lexvo.org/id/term/kor/SE>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hai1>,
        <http://lexvo.org/id/term/yue/%E9%96%AA>,
        "閪"^^xsd:string ;
    rdfs:comment "to lose lost item; (Cant.) vagina (vulg.)"@en .

<http://lexvo.org/id/char/95AB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%96%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C7%94n>,
        <http://lexvo.org/id/term/kor/%E9%96%AB>,
        <http://lexvo.org/id/term/kor/KON>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kwan2>,
        <http://lexvo.org/id/term/yue/%E9%96%AB>,
        "閫"^^xsd:string ;
    rdfs:comment "threshold; women's quarters"@en .

<http://lexvo.org/id/char/95AC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%96%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C7%8Eng%20d%C5%AB>,
        <http://lexvo.org/id/term/kor/%E9%96%AC>,
        <http://lexvo.org/id/term/kor/LANG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/long5>,
        <http://lexvo.org/id/term/yue/%E9%96%AC>,
        "閬"^^xsd:string ;
    rdfs:comment "high door; high gate; high, lofty"@en .

<http://lexvo.org/id/char/95AD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%96%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C7%98>,
        <http://lexvo.org/id/term/kor/%E9%96%AD>,
        <http://lexvo.org/id/term/kor/LYE>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/leoi4%20leoi5>,
        <http://lexvo.org/id/term/yue/%E9%96%AD>,
        "閭"^^xsd:string ;
    rdfs:comment "village of twenty-five families"@en .

<http://lexvo.org/id/char/95AE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%96%AE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%ADng>,
        "閮"^^xsd:string .

<http://lexvo.org/id/char/95AF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%96%AF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%A0>,
        "閯"^^xsd:string .

<http://lexvo.org/id/char/95B0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%96%B0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%BA>,
        "閰"^^xsd:string .

<http://lexvo.org/id/char/95B1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%96%B1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/yu%C3%A8>,
        <http://lexvo.org/id/term/kor/%E9%96%B1>,
        <http://lexvo.org/id/term/kor/YEL>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jyut6>,
        <http://lexvo.org/id/term/yue/%E9%96%B1>,
        "閱"^^xsd:string ;
    rdfs:comment "examine, inspect, review, read"@en .

<http://lexvo.org/id/char/95B2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%96%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/yu%C3%A8>,
        <http://lexvo.org/id/term/kor/%E9%96%B2>,
        <http://lexvo.org/id/term/kor/YEL>,
        <http://lexvo.org/id/term/vie/duy%E1%BB%87t>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jyut6>,
        <http://lexvo.org/id/term/yue/%E9%96%B2>,
        "閲"^^xsd:string ;
    rdfs:comment "examine"@en .

<http://lexvo.org/id/char/95B3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%96%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C7%8En>,
        "閳"^^xsd:string .

<http://lexvo.org/id/char/95B4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%96%B4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C3%B9>,
        "閴"^^xsd:string ;
    rdfs:comment "quiet"@en .

<http://lexvo.org/id/char/95B5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%96%B5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%ACn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/leon6>,
        <http://lexvo.org/id/term/yue/%E9%96%B5>,
        "閵"^^xsd:string .

<http://lexvo.org/id/char/95B6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%96%B6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C4%81ng%20t%C4%81ng>,
        <http://lexvo.org/id/term/kor/%E9%96%B6>,
        <http://lexvo.org/id/term/kor/CHENG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/coeng1>,
        <http://lexvo.org/id/term/yue/%E9%96%B6>,
        "閶"^^xsd:string ;
    rdfs:comment "gate of heaven; main gate of palace"@en .

<http://lexvo.org/id/char/95B7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%96%B7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%A0i%20sh%C4%81>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/saat3>,
        <http://lexvo.org/id/term/yue/%E9%96%B7>,
        "閷"^^xsd:string .

<http://lexvo.org/id/char/95B8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%96%B8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C7%94n>,
        "閸"^^xsd:string .

<http://lexvo.org/id/char/95B9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%96%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C4%81n>,
        <http://lexvo.org/id/term/kor/%E9%96%B9>,
        <http://lexvo.org/id/term/kor/EM>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jim1>,
        <http://lexvo.org/id/term/yue/%E9%96%B9>,
        "閹"^^xsd:string ;
    rdfs:comment "castrate; eunuch"@en .

<http://lexvo.org/id/char/95BA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%96%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C3%A9n%20m%C3%ADn>,
        "閺"^^xsd:string .

<http://lexvo.org/id/char/95BB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%96%BB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A1n%20y%C3%A0n%20y%C7%8En>,
        <http://lexvo.org/id/term/kor/%E9%96%BB>,
        <http://lexvo.org/id/term/kor/YEM>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jim4>,
        <http://lexvo.org/id/term/yue/%E9%96%BB>,
        "閻"^^xsd:string ;
    rdfs:comment "village gate; surname"@en .

<http://lexvo.org/id/char/95BC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C3%A8%20y%C4%81n%20y%C3%B9%20y%C3%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%96%BC>,
        <http://lexvo.org/id/term/kor/%E9%96%BC>,
        <http://lexvo.org/id/term/kor/AN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/aat1%20aat3%20jin1>,
        <http://lexvo.org/id/term/yue/%E9%96%BC>,
        "閼"^^xsd:string ;
    rdfs:comment "block, obstruct, stop up, conceal"@en .

<http://lexvo.org/id/char/95BD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%96%BD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C5%ABn>,
        <http://lexvo.org/id/term/kor/%E9%96%BD>,
        <http://lexvo.org/id/term/kor/HON>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fan1>,
        <http://lexvo.org/id/term/yue/%E9%96%BD>,
        "閽"^^xsd:string ;
    rdfs:comment "gatekeeper; gate, door"@en .

<http://lexvo.org/id/char/95BE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%96%BE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%B9>,
        <http://lexvo.org/id/term/kor/%E9%96%BE>,
        <http://lexvo.org/id/term/kor/YEK>,
        <http://lexvo.org/id/term/vie/v%E1%BA%AFc>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wik6>,
        <http://lexvo.org/id/term/yue/%E9%96%BE>,
        "閾"^^xsd:string ;
    rdfs:comment "threshold; separated, confined"@en .

<http://lexvo.org/id/char/95BF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%96%BF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C3%A9n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/man4>,
        <http://lexvo.org/id/term/yue/%E9%96%BF>,
        "閿"^^xsd:string ;
    rdfs:comment "name of a district in Henan province"@en .

<http://lexvo.org/id/char/95C0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%97%80>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A0ng>,
        "闀"^^xsd:string .

<http://lexvo.org/id/char/95C1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%97%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C4%81o>,
        "闁"^^xsd:string .

<http://lexvo.org/id/char/95C2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%97%82>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A0ng>,
        "闂"^^xsd:string .

<http://lexvo.org/id/char/95C3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%97%83>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C3%B9>,
        <http://lexvo.org/id/term/kor/%E9%97%83>,
        <http://lexvo.org/id/term/kor/KYEK>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gwik1>,
        <http://lexvo.org/id/term/yue/%E9%97%83>,
        "闃"^^xsd:string ;
    rdfs:comment "alone; quiet, still"@en .

<http://lexvo.org/id/char/95C4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%97%84>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%8Eo>,
        "闄"^^xsd:string .

<http://lexvo.org/id/char/95C5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%97%85>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C3%A9n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gwik1%20man4>,
        <http://lexvo.org/id/term/yue/%E9%97%85>,
        "闅"^^xsd:string .

<http://lexvo.org/id/char/95C6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%97%86>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C7%8En>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/baan2>,
        <http://lexvo.org/id/term/yue/%E9%97%86>,
        "闆"^^xsd:string ;
    rdfs:comment "boss, the owner, person in charge"@en .

<http://lexvo.org/id/char/95C7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C3%A0n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%C3%A0n%20%C4%81n%20y%C7%8En>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%97%87>,
        <http://lexvo.org/id/term/kor/%E9%97%87>,
        <http://lexvo.org/id/term/kor/AM>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/am2%20am3>,
        <http://lexvo.org/id/term/yue/%E9%97%87>,
        "闇"^^xsd:string ;
    rdfs:comment "close, shut; dark, dismal"@en .

<http://lexvo.org/id/char/95C8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%97%88>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C3%A9i>,
        <http://lexvo.org/id/term/kor/%E9%97%88>,
        <http://lexvo.org/id/term/kor/WI>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wai4>,
        <http://lexvo.org/id/term/yue/%E9%97%88>,
        "闈"^^xsd:string ;
    rdfs:comment "gate, door; living quarters"@en .

<http://lexvo.org/id/char/95C9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%97%89>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C4%ABn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jan1>,
        <http://lexvo.org/id/term/yue/%E9%97%89>,
        "闉"^^xsd:string ;
    rdfs:comment "curved, bent; a curved wall"@en .

<http://lexvo.org/id/char/95CA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%97%8A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ku%C3%B2>,
        <http://lexvo.org/id/term/kor/%E9%97%8A>,
        <http://lexvo.org/id/term/kor/HWAL>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fut3>,
        <http://lexvo.org/id/term/yue/%E9%97%8A>,
        "闊"^^xsd:string ;
    rdfs:comment "broad, ample, wide; be apart"@en .

<http://lexvo.org/id/char/95CB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%97%8B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qu%C3%A8%20ju%C3%A9%20ku%C3%AD>,
        <http://lexvo.org/id/term/kor/%E9%97%8B>,
        <http://lexvo.org/id/term/kor/KYEL>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kyut3>,
        <http://lexvo.org/id/term/yue/%E9%97%8B>,
        "闋"^^xsd:string ;
    rdfs:comment "close, shut; watch tower"@en .

<http://lexvo.org/id/char/95CC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%97%8C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%A1n%20l%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E9%97%8C>,
        <http://lexvo.org/id/term/kor/LAN>,
        <http://lexvo.org/id/term/vie/l%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/laan4>,
        <http://lexvo.org/id/term/yue/%E9%97%8C>,
        "闌"^^xsd:string ;
    rdfs:comment "door screen; railing fence"@en .

<http://lexvo.org/id/char/95CD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%97%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C5%AB%20sh%C3%A9>,
        <http://lexvo.org/id/term/kor/%E9%97%8D>,
        <http://lexvo.org/id/term/kor/TO>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dou1%20se6>,
        <http://lexvo.org/id/term/yue/%E9%97%8D>,
        "闍"^^xsd:string ;
    rdfs:comment "tower over city gate"@en .

<http://lexvo.org/id/char/95CE> a lvont:Character ;
    lvont:represents "闎"^^xsd:string .

<http://lexvo.org/id/char/95CF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/kor/%E9%97%8F>,
        <http://lexvo.org/id/term/kor/PHWUNG>,
        "闏"^^xsd:string .

<http://lexvo.org/id/char/95D0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%97%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ti%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tin4>,
        <http://lexvo.org/id/term/yue/%E9%97%90>,
        "闐"^^xsd:string ;
    rdfs:comment "a place in Xinjiang province"@en .

<http://lexvo.org/id/char/95D1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%97%91>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ni%C3%A8>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jip6%20jit6>,
        <http://lexvo.org/id/term/yue/%E9%97%91>,
        "闑"^^xsd:string ;
    rdfs:comment "the doorsill"@en .

<http://lexvo.org/id/char/95D2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%97%92>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%A0>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/taap3>,
        <http://lexvo.org/id/term/yue/%E9%97%92>,
        "闒"^^xsd:string ;
    rdfs:comment "upper-story door or window"@en .

<http://lexvo.org/id/char/95D3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%97%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C7%8Ei>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C7%8Ei%20k%C4%81i>,
        <http://lexvo.org/id/term/kor/%E9%97%93>,
        <http://lexvo.org/id/term/kor/KAY>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hoi2>,
        <http://lexvo.org/id/term/yue/%E9%97%93>,
        "闓"^^xsd:string ;
    rdfs:comment "open; peaceful"@en .

<http://lexvo.org/id/char/95D4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%97%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A9%20g%C3%A9>,
        <http://lexvo.org/id/term/kor/%E9%97%94>,
        <http://lexvo.org/id/term/kor/HAP>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hap6>,
        <http://lexvo.org/id/term/yue/%E9%97%94>,
        "闔"^^xsd:string ;
    rdfs:comment "close; whole, entire; all; leaf"@en .

<http://lexvo.org/id/char/95D5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%97%95>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qu%C3%A8%20qu%C4%93%20ju%C3%A9>,
        <http://lexvo.org/id/term/kor/%E9%97%95>,
        <http://lexvo.org/id/term/kor/KWEL>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kyut3>,
        <http://lexvo.org/id/term/yue/%E9%97%95>,
        "闕"^^xsd:string ;
    rdfs:comment "watch tower; palace"@en .

<http://lexvo.org/id/char/95D6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%97%96>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/chu%C7%8Eng%20ch%C3%A8n>,
        <http://lexvo.org/id/term/kor/%E9%97%96>,
        <http://lexvo.org/id/term/kor/CHUM>,
        <http://lexvo.org/id/term/vie/s%E1%BA%A5m>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cong2>,
        <http://lexvo.org/id/term/yue/%E9%97%96>,
        "闖"^^xsd:string ;
    rdfs:comment "rush in, burst in, charge in"@en .

<http://lexvo.org/id/char/95D7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%97%97>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/gu%C4%81n>,
        <http://lexvo.org/id/term/kor/%E9%97%97>,
        <http://lexvo.org/id/term/kor/KWAN%20WAN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gwaan1>,
        <http://lexvo.org/id/term/yue/%E9%97%97>,
        "闗"^^xsd:string ;
    rdfs:comment "a frontier pass or gate to shut or close; a custom-house; suburbs of a city"@en .

<http://lexvo.org/id/char/95D8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%97%98>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%B2u>,
        "闘"^^xsd:string ;
    rdfs:comment "struggle, fight, compete, contend"@en .

<http://lexvo.org/id/char/95D9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%97%99>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C7%90>,
        "闙"^^xsd:string .

<http://lexvo.org/id/char/95DA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%97%9A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ku%C4%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ku%C4%AB%20ku%C7%90>,
        <http://lexvo.org/id/term/kor/%E9%97%9A>,
        <http://lexvo.org/id/term/kor/KYU>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kwai1>,
        <http://lexvo.org/id/term/yue/%E9%97%9A>,
        "闚"^^xsd:string ;
    rdfs:comment "flash; flashing; steal look"@en .

<http://lexvo.org/id/char/95DB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%97%9B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%A1ng%20ch%C4%81ng%20t%C4%81ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tong1%20tong4>,
        <http://lexvo.org/id/term/yue/%E9%97%9B>,
        "闛"^^xsd:string .

<http://lexvo.org/id/char/95DC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%97%9C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/gu%C4%81n>,
        <http://lexvo.org/id/term/kor/%E9%97%9C>,
        <http://lexvo.org/id/term/kor/KWAN%20WAN>,
        <http://lexvo.org/id/term/vie/quan>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gwaan1>,
        <http://lexvo.org/id/term/yue/%E9%97%9C>,
        "關"^^xsd:string ;
    rdfs:comment "frontier pass; close; relation"@en .

<http://lexvo.org/id/char/95DD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%97%9D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/pi%C3%A1o>,
        "闝"^^xsd:string .

<http://lexvo.org/id/char/95DE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%97%9E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C3%A0n%20h%C7%8En%20xi%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E9%97%9E>,
        <http://lexvo.org/id/term/kor/HAM>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/haam2%20haam3%20ham3>,
        <http://lexvo.org/id/term/yue/%E9%97%9E>,
        "闞"^^xsd:string ;
    rdfs:comment "glance, peep; roar, growl"@en .

<http://lexvo.org/id/char/95DF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%97%9F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C3%AC%20t%C3%A0%20s%C3%A0>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kaap1%20taap3>,
        <http://lexvo.org/id/term/yue/%E9%97%9F>,
        "闟"^^xsd:string ;
    rdfs:comment "peacefully; quietly"@en .

<http://lexvo.org/id/char/95E0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%97%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%AC>,
        <http://lexvo.org/id/term/kor/%E9%97%A0>,
        <http://lexvo.org/id/term/kor/KWEY>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fui2%20gwai6%20kui2>,
        <http://lexvo.org/id/term/yue/%E9%97%A0>,
        "闠"^^xsd:string ;
    rdfs:comment "gate of a market"@en .

<http://lexvo.org/id/char/95E1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%97%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C7%8En>,
        <http://lexvo.org/id/term/kor/%E9%97%A1>,
        <http://lexvo.org/id/term/kor/CHEN>,
        <http://lexvo.org/id/term/vie/x%C3%A9n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cin2%20zin2>,
        <http://lexvo.org/id/term/yue/%E9%97%A1>,
        "闡"^^xsd:string ;
    rdfs:comment "explain, clarify, elucidate"@en .

<http://lexvo.org/id/char/95E2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%97%A2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C4%AB%200870.151%3Ap%C3%AC>,
        <http://lexvo.org/id/term/kor/%E9%97%A2>,
        <http://lexvo.org/id/term/kor/PYEK>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/pik1>,
        <http://lexvo.org/id/term/yue/%E9%97%A2>,
        "闢"^^xsd:string ;
    rdfs:comment "open; settle, develop, open up"@en .

<http://lexvo.org/id/char/95E3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%97%A3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%A0ng>,
        "闣"^^xsd:string .

<http://lexvo.org/id/char/95E4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%97%A4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/waan4>,
        <http://lexvo.org/id/term/yue/%E9%97%A4>,
        "闤"^^xsd:string ;
    rdfs:comment "wall around market place"@en .

<http://lexvo.org/id/char/95E5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%97%A5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%A0>,
        <http://lexvo.org/id/term/kor/%E9%97%A5>,
        <http://lexvo.org/id/term/kor/TAL>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/taat3>,
        <http://lexvo.org/id/term/yue/%E9%97%A5>,
        "闥"^^xsd:string ;
    rdfs:comment "door; gate"@en .

<http://lexvo.org/id/char/95E6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%97%A6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C3%A9n>,
        "闦"^^xsd:string .

<http://lexvo.org/id/char/95E7> a lvont:Character ;
    lvont:represents "闧"^^xsd:string .

<http://lexvo.org/id/char/95E9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%97%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/shu%C4%81n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/saan1>,
        <http://lexvo.org/id/term/yue/%E9%97%A9>,
        "闩"^^xsd:string ;
    rdfs:comment "bolt, latch, crossbar"@en .

<http://lexvo.org/id/char/95EA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%97%AA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C7%8En>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sim2>,
        <http://lexvo.org/id/term/yue/%E9%97%AA>,
        "闪"^^xsd:string ;
    rdfs:comment "flash; avoid, dodge, evade"@en .

<http://lexvo.org/id/char/95EB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%97%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jim4>,
        <http://lexvo.org/id/term/yue/%E9%97%AB>,
        "闫"^^xsd:string ;
    rdfs:comment "village gate"@en .

<http://lexvo.org/id/char/95EC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%97%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hon6>,
        <http://lexvo.org/id/term/yue/%E9%97%AC>,
        "闬"^^xsd:string ;
    rdfs:comment "village"@en .

<http://lexvo.org/id/char/95ED> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%97%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bai3>,
        <http://lexvo.org/id/term/yue/%E9%97%AD>,
        "闭"^^xsd:string ;
    rdfs:comment "shut, close; obstruct, block up"@en .

<http://lexvo.org/id/char/95EE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%97%AE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C3%A8n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/man6>,
        <http://lexvo.org/id/term/yue/%E9%97%AE>,
        "问"^^xsd:string ;
    rdfs:comment "ask about, inquire after"@en .

<http://lexvo.org/id/char/95EF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%97%AF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/chu%C7%8Eng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/chu%C7%8Eng%20ch%C3%A8n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cong2%20cong3>,
        <http://lexvo.org/id/term/yue/%E9%97%AF>,
        "闯"^^xsd:string ;
    rdfs:comment "rush in, burst in, charge in"@en .

<http://lexvo.org/id/char/95F0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%97%B0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/r%C3%B9n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jeon6>,
        <http://lexvo.org/id/term/yue/%E9%97%B0>,
        "闰"^^xsd:string ;
    rdfs:comment "intercalary; extra, surplus"@en .

<http://lexvo.org/id/char/95F1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%97%B1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C3%A9i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wai4>,
        <http://lexvo.org/id/term/yue/%E9%97%B1>,
        "闱"^^xsd:string ;
    rdfs:comment "gate, door; living quarters"@en .

<http://lexvo.org/id/char/95F2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%97%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/haan4>,
        <http://lexvo.org/id/term/yue/%E9%97%B2>,
        "闲"^^xsd:string ;
    rdfs:comment "fence, guard; defend; idle time"@en .

<http://lexvo.org/id/char/95F3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%97%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%B3ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wang4>,
        <http://lexvo.org/id/term/yue/%E9%97%B3>,
        "闳"^^xsd:string ;
    rdfs:comment "gate, barrier; wide, vast, expand"@en .

<http://lexvo.org/id/char/95F4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%97%B4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C4%81n%200554.010%3Aji%C3%A0n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C4%81n%20ji%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gaan1>,
        <http://lexvo.org/id/term/yue/%E9%97%B4>,
        "间"^^xsd:string ;
    rdfs:comment "midpoint, space; place, locality"@en .

<http://lexvo.org/id/char/95F5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%97%B5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C7%90n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/man5>,
        <http://lexvo.org/id/term/yue/%E9%97%B5>,
        "闵"^^xsd:string ;
    rdfs:comment "mourn, grieve; urge on, incite"@en .

<http://lexvo.org/id/char/95F6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%97%B6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C3%A0ng%20k%C4%81ng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C4%81ng%200634.080%3Ak%C3%A0ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kong3>,
        <http://lexvo.org/id/term/yue/%E9%97%B6>,
        "闶"^^xsd:string ;
    rdfs:comment "door"@en .

<http://lexvo.org/id/char/95F7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%97%B7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A8n%20m%C4%93n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C4%93n%200776.050%3Am%C3%A8n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mun6>,
        <http://lexvo.org/id/term/yue/%E9%97%B7>,
        "闷"^^xsd:string ;
    rdfs:comment "gloomy, depressed, melancholy"@en .

<http://lexvo.org/id/char/95F8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%97%B8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%A1>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zaap6>,
        <http://lexvo.org/id/term/yue/%E9%97%B8>,
        "闸"^^xsd:string ;
    rdfs:comment "sluice; flood gate, canal lock"@en .

<http://lexvo.org/id/char/95F9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%97%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C3%A0o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/naau6>,
        <http://lexvo.org/id/term/yue/%E9%97%B9>,
        "闹"^^xsd:string ;
    rdfs:comment "quarrel; dispute hotly"@en .

<http://lexvo.org/id/char/95FA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%97%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/gu%C4%AB>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gwai1>,
        <http://lexvo.org/id/term/yue/%E9%97%BA>,
        "闺"^^xsd:string ;
    rdfs:comment "small entrance; women's quarters"@en .

<http://lexvo.org/id/char/95FB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%97%BB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C3%A9n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C3%A9n%20w%C3%A8n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/man4>,
        <http://lexvo.org/id/term/yue/%E9%97%BB>,
        "闻"^^xsd:string ;
    rdfs:comment "hear; smell; make known; news"@en .

<http://lexvo.org/id/char/95FC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%97%BC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%A0>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/taat3>,
        <http://lexvo.org/id/term/yue/%E9%97%BC>,
        "闼"^^xsd:string ;
    rdfs:comment "door; gate"@en .

<http://lexvo.org/id/char/95FD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%97%BD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C7%90n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/man4%20man5>,
        <http://lexvo.org/id/term/yue/%E9%97%BD>,
        "闽"^^xsd:string ;
    rdfs:comment "fujian province; a river; a tribe"@en .

<http://lexvo.org/id/char/95FE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%97%BE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C7%98>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/leoi4>,
        <http://lexvo.org/id/term/yue/%E9%97%BE>,
        "闾"^^xsd:string ;
    rdfs:comment "village of twenty-five families"@en .

<http://lexvo.org/id/char/95FF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%97%BF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C7%8Ei>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C7%8Ei%20k%C4%81i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hoi2>,
        <http://lexvo.org/id/term/yue/%E9%97%BF>,
        "闿"^^xsd:string ;
    rdfs:comment "open; peaceful"@en .

<http://lexvo.org/id/char/9600> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%98%80>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%A1>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fat6>,
        <http://lexvo.org/id/term/yue/%E9%98%80>,
        "阀"^^xsd:string ;
    rdfs:comment "powerful and influential group"@en .

<http://lexvo.org/id/char/9601> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%98%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C3%A9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gok3>,
        <http://lexvo.org/id/term/yue/%E9%98%81>,
        "阁"^^xsd:string ;
    rdfs:comment "chamber, pavilion; cabinet"@en .

<http://lexvo.org/id/char/9602> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%98%82>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A9%20g%C4%81i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hat6>,
        <http://lexvo.org/id/term/yue/%E9%98%82>,
        "阂"^^xsd:string ;
    rdfs:comment "blocked or separated; to prevent"@en .

<http://lexvo.org/id/char/9603> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%98%83>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C7%94n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kwan2>,
        <http://lexvo.org/id/term/yue/%E9%98%83>,
        "阃"^^xsd:string ;
    rdfs:comment "threshold; women's quarters"@en .

<http://lexvo.org/id/char/9604> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%98%84>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C5%AB>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gau1>,
        <http://lexvo.org/id/term/yue/%E9%98%84>,
        "阄"^^xsd:string ;
    rdfs:comment "lots (to be drawn); draw lots"@en .

<http://lexvo.org/id/char/9605> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%98%85>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/yu%C3%A8>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jyut6>,
        <http://lexvo.org/id/term/yue/%E9%98%85>,
        "阅"^^xsd:string ;
    rdfs:comment "examine, inspect, review, read"@en .

<http://lexvo.org/id/char/9606> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%98%86>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%A1ng%200676.020%3Al%C3%A0ng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C7%8Eng%20l%C3%A0ng%20l%C3%A1ng%20li%C7%8Eng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/long5>,
        <http://lexvo.org/id/term/yue/%E9%98%86>,
        "阆"^^xsd:string ;
    rdfs:comment "high door; high gate; high, lofty"@en .

<http://lexvo.org/id/char/9607> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%98%87>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C5%AB%201010.090%3Ash%C3%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C5%AB%20sh%C3%A9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/se6>,
        <http://lexvo.org/id/term/yue/%E9%98%87>,
        "阇"^^xsd:string ;
    rdfs:comment "a Buddhist high priest"@en .

<http://lexvo.org/id/char/9608> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%98%88>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wik6>,
        <http://lexvo.org/id/term/yue/%E9%98%88>,
        "阈"^^xsd:string ;
    rdfs:comment "threshold; separated, confined"@en .

<http://lexvo.org/id/char/9609> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%98%89>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C4%81n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jim1>,
        <http://lexvo.org/id/term/yue/%E9%98%89>,
        "阉"^^xsd:string ;
    rdfs:comment "castrate; eunuch"@en .

<http://lexvo.org/id/char/960A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%98%8A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C4%81ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/coeng1>,
        <http://lexvo.org/id/term/yue/%E9%98%8A>,
        "阊"^^xsd:string ;
    rdfs:comment "gate of heaven; main gate of a palace"@en .

<http://lexvo.org/id/char/960B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%98%8B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jik1>,
        <http://lexvo.org/id/term/yue/%E9%98%8B>,
        "阋"^^xsd:string ;
    rdfs:comment "feud, fight, quarrel"@en .

<http://lexvo.org/id/char/960C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%98%8C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C3%A9n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/man4>,
        <http://lexvo.org/id/term/yue/%E9%98%8C>,
        "阌"^^xsd:string ;
    rdfs:comment "wen xiang, Henan province"@en .

<http://lexvo.org/id/char/960D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%98%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C5%ABn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fan1>,
        <http://lexvo.org/id/term/yue/%E9%98%8D>,
        "阍"^^xsd:string ;
    rdfs:comment "gatekeeper; gate, door"@en .

<http://lexvo.org/id/char/960E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%98%8E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A1n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A1n%20y%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jim4>,
        <http://lexvo.org/id/term/yue/%E9%98%8E>,
        "阎"^^xsd:string ;
    rdfs:comment "village gate; surname"@en .

<http://lexvo.org/id/char/960F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C3%A8%201322.050%3Ay%C4%81n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%C3%A8%20y%C4%81n%20y%C3%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%98%8F>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/aat1%20aat3%20jin1>,
        <http://lexvo.org/id/term/yue/%E9%98%8F>,
        "阏"^^xsd:string ;
    rdfs:comment "block, obstruct, stop up"@en .

<http://lexvo.org/id/char/9610> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%98%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C7%8En>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cin2%20zin2>,
        <http://lexvo.org/id/term/yue/%E9%98%90>,
        "阐"^^xsd:string ;
    rdfs:comment "explain, clarify, elucidate"@en .

<http://lexvo.org/id/char/9611> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%98%91>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/laan4>,
        <http://lexvo.org/id/term/yue/%E9%98%91>,
        "阑"^^xsd:string ;
    rdfs:comment "door screen; railing fence"@en .

<http://lexvo.org/id/char/9612> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%98%92>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gwik1>,
        <http://lexvo.org/id/term/yue/%E9%98%92>,
        "阒"^^xsd:string ;
    rdfs:comment "alone; quiet, still"@en .

<http://lexvo.org/id/char/9613> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%98%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fui2>,
        <http://lexvo.org/id/term/yue/%E9%98%93>,
        "阓"^^xsd:string ;
    rdfs:comment "gate of a market"@en .

<http://lexvo.org/id/char/9614> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%98%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ku%C3%B2>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fut3>,
        <http://lexvo.org/id/term/yue/%E9%98%94>,
        "阔"^^xsd:string ;
    rdfs:comment "broad, ample, wide; be apart"@en .

<http://lexvo.org/id/char/9615> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%98%95>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qu%C3%A8>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kyut3>,
        <http://lexvo.org/id/term/yue/%E9%98%95>,
        "阕"^^xsd:string ;
    rdfs:comment "close, shut; watch tower"@en .

<http://lexvo.org/id/char/9616> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%98%96>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C3%A9%20h%C3%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hap6>,
        <http://lexvo.org/id/term/yue/%E9%98%96>,
        "阖"^^xsd:string ;
    rdfs:comment "close; whole, entire; all; leaf"@en .

<http://lexvo.org/id/char/9617> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%98%97>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ti%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tin4>,
        <http://lexvo.org/id/term/yue/%E9%98%97>,
        "阗"^^xsd:string ;
    rdfs:comment "a place in Xinjiang province"@en .

<http://lexvo.org/id/char/9618> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%98%98>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%A1%201107.120%3At%C3%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%A0>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/taap3>,
        <http://lexvo.org/id/term/yue/%E9%98%98>,
        "阘"^^xsd:string ;
    rdfs:comment "upper-story door or window"@en .

<http://lexvo.org/id/char/9619> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%98%99>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qu%C3%A8%20ju%C3%A9%20qu%C4%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qu%C4%93%200951.020%3Aqu%C3%A8>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kyut3>,
        <http://lexvo.org/id/term/yue/%E9%98%99>,
        "阙"^^xsd:string ;
    rdfs:comment "watch tower; palace"@en .

<http://lexvo.org/id/char/961A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%98%9A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C7%8En%200632.110%3Ak%C3%A0n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/haam2%20ham3>,
        <http://lexvo.org/id/term/yue/%E9%98%9A>,
        "阚"^^xsd:string ;
    rdfs:comment "glance, peep; roar, growl"@en .

<http://lexvo.org/id/char/961B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%98%9B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/waan4>,
        <http://lexvo.org/id/term/yue/%E9%98%9B>,
        "阛"^^xsd:string ;
    rdfs:comment "wall around market place"@en .

<http://lexvo.org/id/char/961E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%98%9E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%A8>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lak6>,
        <http://lexvo.org/id/term/yue/%E9%98%9E>,
        "阞"^^xsd:string ;
    rdfs:comment "vein"@en .

<http://lexvo.org/id/char/961F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%98%9F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/du%C3%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/du%C3%AC%20su%C3%AC%20zhu%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/deoi6>,
        <http://lexvo.org/id/term/yue/%E9%98%9F>,
        "队"^^xsd:string ;
    rdfs:comment "team, group; army unit"@en .

<http://lexvo.org/id/char/9620> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%98%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C3%ACn>,
        "阠"^^xsd:string .

<http://lexvo.org/id/char/9621> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%98%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C4%81n>,
        <http://lexvo.org/id/term/kor/%E9%98%A1>,
        <http://lexvo.org/id/term/kor/CHEN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cin1>,
        <http://lexvo.org/id/term/yue/%E9%98%A1>,
        "1000",
        "阡"^^xsd:string ;
    rdfs:comment "footpaths between fields; paths"@en .

<http://lexvo.org/id/char/9622> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%98%A2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C3%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C3%B9%20w%C3%A8i>,
        <http://lexvo.org/id/term/kor/%E9%98%A2>,
        <http://lexvo.org/id/term/kor/OL>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ngat6>,
        <http://lexvo.org/id/term/yue/%E9%98%A2>,
        "阢"^^xsd:string .

<http://lexvo.org/id/char/9623> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%98%A3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/goi3>,
        <http://lexvo.org/id/term/yue/%E9%98%A3>,
        "阣"^^xsd:string .

<http://lexvo.org/id/char/9624> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%98%A4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/tu%C3%B3%20y%C7%90%20zh%C3%AC>,
        <http://lexvo.org/id/term/kor/%E9%98%A4>,
        <http://lexvo.org/id/term/kor/CHI>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/co4%20to4%20zi6>,
        <http://lexvo.org/id/term/yue/%E9%98%A4>,
        "阤"^^xsd:string ;
    rdfs:comment "hill"@en .

<http://lexvo.org/id/char/9625> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%98%A5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C4%ABn%20y%C3%ACn%20%C4%81n>,
        "阥"^^xsd:string .

<http://lexvo.org/id/char/9626> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%98%A6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A1ng>,
        "阦"^^xsd:string .

<http://lexvo.org/id/char/9627> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%98%A7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C7%92u>,
        "阧"^^xsd:string ;
    rdfs:comment "sloping, steep; suddenly, abruptly"@en .

<http://lexvo.org/id/char/9628> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C3%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%C3%A8%20%C3%A0i>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%98%A8>,
        <http://lexvo.org/id/term/kor/%E9%98%A8>,
        <http://lexvo.org/id/term/kor/AYK%20AY>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ak1%20ngak1>,
        <http://lexvo.org/id/term/yue/%E9%98%A8>,
        "阨"^^xsd:string ;
    rdfs:comment "in distress; adverse; strategic; (Cant.) to swindle"@en .

<http://lexvo.org/id/char/9629> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%98%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C4%93ng>,
        "阩"^^xsd:string .

<http://lexvo.org/id/char/962A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%98%AA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C7%8En>,
        <http://lexvo.org/id/term/kor/%E9%98%AA>,
        <http://lexvo.org/id/term/kor/PHAN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/baan2%20faan2>,
        <http://lexvo.org/id/term/yue/%E9%98%AA>,
        "阪"^^xsd:string ;
    rdfs:comment "hillside farmland; slope"@en .

<http://lexvo.org/id/char/962B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%98%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%A9i%20p%C4%93i>,
        "阫"^^xsd:string .

<http://lexvo.org/id/char/962C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%98%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C4%93ng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C4%93ng%20g%C4%81ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/haang1>,
        <http://lexvo.org/id/term/yue/%E9%98%AC>,
        "阬"^^xsd:string ;
    rdfs:comment "pit, hole, shaft"@en .

<http://lexvo.org/id/char/962D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%98%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%94n>,
        "阭"^^xsd:string .

<http://lexvo.org/id/char/962E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%98%AE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ru%C7%8En>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ru%C7%8En%20ju%C3%A0n%20yu%C3%A1n>,
        <http://lexvo.org/id/term/kor/%E9%98%AE>,
        <http://lexvo.org/id/term/kor/WAN%20WEN>,
        <http://lexvo.org/id/term/vie/nguy%E1%BB%85n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jyun2%20jyun5>,
        <http://lexvo.org/id/term/yue/%E9%98%AE>,
        "阮"^^xsd:string ;
    rdfs:comment "ancient musical instrument: surname"@en .

<http://lexvo.org/id/char/962F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%98%AF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C7%90>,
        <http://lexvo.org/id/term/kor/%E9%98%AF>,
        <http://lexvo.org/id/term/kor/CI>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zi2>,
        <http://lexvo.org/id/term/yue/%E9%98%AF>,
        "阯"^^xsd:string ;
    rdfs:comment "foundation; site; address"@en .

<http://lexvo.org/id/char/9630> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%98%B0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/pei4>,
        <http://lexvo.org/id/term/yue/%E9%98%B0>,
        "阰"^^xsd:string .

<http://lexvo.org/id/char/9631> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%98%B1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C7%90ng>,
        <http://lexvo.org/id/term/kor/%E9%98%B1>,
        <http://lexvo.org/id/term/kor/CENG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zing6>,
        <http://lexvo.org/id/term/yue/%E9%98%B1>,
        "阱"^^xsd:string ;
    rdfs:comment "pitfall, trap, snare"@en .

<http://lexvo.org/id/char/9632> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%98%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%A1ng>,
        <http://lexvo.org/id/term/kor/%E9%98%B2>,
        <http://lexvo.org/id/term/kor/PANG>,
        <http://lexvo.org/id/term/vie/ph%C3%B2ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fong4>,
        <http://lexvo.org/id/term/yue/%E9%98%B2>,
        "防"^^xsd:string ;
    rdfs:comment "defend; prevent; embankment"@en .

<http://lexvo.org/id/char/9633> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%98%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A1ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/joeng4>,
        <http://lexvo.org/id/term/yue/%E9%98%B3>,
        "阳"^^xsd:string ;
    rdfs:comment "'male' principle; light; sun"@en .

<http://lexvo.org/id/char/9634> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%98%B4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C4%ABn>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C4%ABn%20y%C3%ACn%20%C4%81n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jam1>,
        <http://lexvo.org/id/term/yue/%E9%98%B4>,
        "阴"^^xsd:string ;
    rdfs:comment "'female' principle; dark; secret"@en .

<http://lexvo.org/id/char/9635> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%98%B5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%A8n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zan6>,
        <http://lexvo.org/id/term/yue/%E9%98%B5>,
        "阵"^^xsd:string ;
    rdfs:comment "column, row or file of troops"@en .

<http://lexvo.org/id/char/9636> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%98%B6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C4%93>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gaai1>,
        <http://lexvo.org/id/term/yue/%E9%98%B6>,
        "阶"^^xsd:string ;
    rdfs:comment "stairs, steps; rank, degree"@en .

<http://lexvo.org/id/char/9637> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%98%B7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C4%93ng>,
        "阷"^^xsd:string .

<http://lexvo.org/id/char/9638> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C3%A8%20%C3%A0i>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%98%B8>,
        "阸"^^xsd:string ;
    rdfs:comment "distress; difficulty"@en .

<http://lexvo.org/id/char/9639> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%98%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C5%AB>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/keoi1>,
        <http://lexvo.org/id/term/yue/%E9%98%B9>,
        "阹"^^xsd:string ;
    rdfs:comment "a pen; to surround"@en .

<http://lexvo.org/id/char/963A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%98%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C7%90>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dai2>,
        <http://lexvo.org/id/term/yue/%E9%98%BA>,
        "阺"^^xsd:string .

<http://lexvo.org/id/char/963B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%98%BB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C7%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C7%94%20zh%C3%B9>,
        <http://lexvo.org/id/term/kor/%E9%98%BB>,
        <http://lexvo.org/id/term/kor/CO>,
        <http://lexvo.org/id/term/vie/tr%E1%BB%9F>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zo2>,
        <http://lexvo.org/id/term/yue/%E9%98%BB>,
        "阻"^^xsd:string ;
    rdfs:comment "impede, hinder, obstruct; oppose"@en .

<http://lexvo.org/id/char/963C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%98%BC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zu%C3%B2>,
        <http://lexvo.org/id/term/kor/%E9%98%BC>,
        <http://lexvo.org/id/term/kor/CO>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zou6>,
        <http://lexvo.org/id/term/yue/%E9%98%BC>,
        "阼"^^xsd:string ;
    rdfs:comment "the steps leading to the eastern door"@en .

<http://lexvo.org/id/char/963D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%98%BD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/di%C3%A0n%201327.060%3Ay%C3%A1n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/di%C3%A0n%20y%C3%A1n>,
        <http://lexvo.org/id/term/kor/%E9%98%BD>,
        <http://lexvo.org/id/term/kor/CEM>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dim3%20jim4>,
        <http://lexvo.org/id/term/yue/%E9%98%BD>,
        "阽"^^xsd:string .

<http://lexvo.org/id/char/963E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%98%BE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C7%90ng>,
        "阾"^^xsd:string .

<http://lexvo.org/id/char/963F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C4%81%20%C3%A0%20a%20%C4%93%20%C4%9B%20%C7%8E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%C4%81%200002.081%3Aa%200282.010%3A%C4%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%98%BF>,
        <http://lexvo.org/id/term/kor/%E9%98%BF>,
        <http://lexvo.org/id/term/kor/A%20OK>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/aa2%20aa3%20aak3%20o1>,
        <http://lexvo.org/id/term/yue/%E9%98%BF>,
        "阿"^^xsd:string ;
    rdfs:comment "prefix for people's names; used in transliteration"@en .

<http://lexvo.org/id/char/9640> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%99%80>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/tu%C3%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/tu%C3%B3%20du%C3%B2>,
        <http://lexvo.org/id/term/kor/%E9%99%80>,
        <http://lexvo.org/id/term/kor/THA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/to4>,
        <http://lexvo.org/id/term/yue/%E9%99%80>,
        "陀"^^xsd:string ;
    rdfs:comment "steep bank, rough terrain"@en .

<http://lexvo.org/id/char/9641> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%99%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/tu%C3%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/tu%C3%B3%20y%C7%90>,
        "陁"^^xsd:string ;
    rdfs:comment "a steep bank, a declivity"@en .

<http://lexvo.org/id/char/9642> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%99%82>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C4%93i%200869.060%3Ap%C3%AD%200884.060%3Ap%C5%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C4%93i%20b%C3%AC%20p%C5%8D%20p%C3%AD>,
        <http://lexvo.org/id/term/kor/%E9%99%82>,
        <http://lexvo.org/id/term/kor/PHI>,
        <http://lexvo.org/id/term/vie/b%C3%AA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bei1%20pei4%20po1>,
        <http://lexvo.org/id/term/yue/%E9%99%82>,
        "陂"^^xsd:string ;
    rdfs:comment "dam, embankment; reservoir"@en .

<http://lexvo.org/id/char/9643> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%99%83>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C7%90ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bo3>,
        <http://lexvo.org/id/term/yue/%E9%99%83>,
        "陃"^^xsd:string .

<http://lexvo.org/id/char/9644> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%99%84>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%B9%20p%C7%92u%20b%C3%B9%20f%C5%AB>,
        <http://lexvo.org/id/term/kor/%E9%99%84>,
        <http://lexvo.org/id/term/kor/PWU>,
        <http://lexvo.org/id/term/vie/ph%C3%B2>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fu6>,
        <http://lexvo.org/id/term/yue/%E9%99%84>,
        "附"^^xsd:string ;
    rdfs:comment "adhere to, append; rely on near to"@en .

<http://lexvo.org/id/char/9645> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%99%85>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zai3>,
        <http://lexvo.org/id/term/yue/%E9%99%85>,
        "际"^^xsd:string ;
    rdfs:comment "border, boundary, juncture"@en .

<http://lexvo.org/id/char/9646> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%99%86>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%B9%20li%C3%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C3%B9%200740.110%3Al%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/luk6>,
        <http://lexvo.org/id/term/yue/%E9%99%86>,
        "6",
        "陆"^^xsd:string ;
    rdfs:comment "land, continental; army"@en .

<http://lexvo.org/id/char/9647> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%99%87>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C7%92ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lung5>,
        <http://lexvo.org/id/term/yue/%E9%99%87>,
        "陇"^^xsd:string ;
    rdfs:comment "mountain located between Shanxi"@en .

<http://lexvo.org/id/char/9648> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%99%88>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%A9n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%A9n%20zh%C3%A8n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/can4>,
        <http://lexvo.org/id/term/yue/%E9%99%88>,
        "陈"^^xsd:string ;
    rdfs:comment "exhibit, display; plead; a surname"@en .

<http://lexvo.org/id/char/9649> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%99%89>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C3%ADng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C3%ADng%20j%C3%ACng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zing4>,
        <http://lexvo.org/id/term/yue/%E9%99%89>,
        "陉"^^xsd:string ;
    rdfs:comment "defile, mountain pass, gorge"@en .

<http://lexvo.org/id/char/964A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%99%8A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/du%C3%B2>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/do6>,
        <http://lexvo.org/id/term/yue/%E9%99%8A>,
        "陊"^^xsd:string .

<http://lexvo.org/id/char/964B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%99%8B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%B2u>,
        <http://lexvo.org/id/term/kor/%E9%99%8B>,
        <http://lexvo.org/id/term/kor/LWU>,
        <http://lexvo.org/id/term/vie/l%E1%BA%ADu>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lau6>,
        <http://lexvo.org/id/term/yue/%E9%99%8B>,
        "陋"^^xsd:string ;
    rdfs:comment "narrow; crude, coarse; ugly"@en .

<http://lexvo.org/id/char/964C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%99%8C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%B2>,
        <http://lexvo.org/id/term/kor/%E9%99%8C>,
        <http://lexvo.org/id/term/kor/MAYK>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mak6>,
        <http://lexvo.org/id/term/yue/%E9%99%8C>,
        "100",
        "陌"^^xsd:string ;
    rdfs:comment "foot path between rice fields"@en .

<http://lexvo.org/id/char/964D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%99%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%A0ng%201258.040%3Axi%C3%A1ng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%A0ng%20xi%C3%A1ng%20xi%C3%A0ng>,
        <http://lexvo.org/id/term/kor/%E9%99%8D>,
        <http://lexvo.org/id/term/kor/KANG%20HANG>,
        <http://lexvo.org/id/term/vie/gi%C3%A1ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gong3%20hong4>,
        <http://lexvo.org/id/term/yue/%E9%99%8D>,
        "降"^^xsd:string ;
    rdfs:comment "descend, fall, drop; lower, down"@en .

<http://lexvo.org/id/char/964E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%99%8E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C5%AB>,
        "陎"^^xsd:string .

<http://lexvo.org/id/char/964F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%99%8F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/du%C3%B2>,
        <http://lexvo.org/id/term/kor/%E9%99%8F>,
        <http://lexvo.org/id/term/kor/LA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ceoi4%20do6>,
        <http://lexvo.org/id/term/yue/%E9%99%8F>,
        "陏"^^xsd:string .

<http://lexvo.org/id/char/9650> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%99%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A0n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A0n%20w%C4%9Bn>,
        <http://lexvo.org/id/term/kor/%E9%99%90>,
        <http://lexvo.org/id/term/kor/HAN>,
        <http://lexvo.org/id/term/vie/h%E1%BA%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/haan6>,
        <http://lexvo.org/id/term/yue/%E9%99%90>,
        "限"^^xsd:string ;
    rdfs:comment "boundary, limit, line"@en .

<http://lexvo.org/id/char/9651> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C3%A9r>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%99%91>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ji4>,
        <http://lexvo.org/id/term/yue/%E9%99%91>,
        "陑"^^xsd:string .

<http://lexvo.org/id/char/9652> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%99%92>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/gu%C7%90>,
        "陒"^^xsd:string .

<http://lexvo.org/id/char/9653> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%99%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C5%AB%20w%C5%AB>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jyu1%20wu1>,
        <http://lexvo.org/id/term/yue/%E9%99%93>,
        "陓"^^xsd:string .

<http://lexvo.org/id/char/9654> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%99%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C4%81i>,
        <http://lexvo.org/id/term/kor/%E9%99%94>,
        <http://lexvo.org/id/term/kor/HAY>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/goi1>,
        <http://lexvo.org/id/term/yue/%E9%99%94>,
        "陔"^^xsd:string ;
    rdfs:comment "a step, a terrace, a grade a ledge"@en .

<http://lexvo.org/id/char/9655> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%99%95>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C7%8En>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sim2>,
        <http://lexvo.org/id/term/yue/%E9%99%95>,
        "陕"^^xsd:string ;
    rdfs:comment "mountain pass; Shanxi province"@en .

<http://lexvo.org/id/char/9656> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%99%96>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C3%B9n%20j%C3%B9n>,
        "陖"^^xsd:string .

<http://lexvo.org/id/char/9657> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%99%97>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C3%A0o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ciu5>,
        <http://lexvo.org/id/term/yue/%E9%99%97>,
        "陗"^^xsd:string ;
    rdfs:comment "a steep hill; precipitous"@en .

<http://lexvo.org/id/char/9658> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%99%98>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C3%ADng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C3%ADng%20j%C3%ACng>,
        <http://lexvo.org/id/term/kor/%E9%99%98>,
        <http://lexvo.org/id/term/kor/HYENG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jing4%20zing4>,
        <http://lexvo.org/id/term/yue/%E9%99%98>,
        "陘"^^xsd:string ;
    rdfs:comment "defile, mountain pass, gorge"@en .

<http://lexvo.org/id/char/9659> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%99%99>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%BAn>,
        "陙"^^xsd:string .

<http://lexvo.org/id/char/965A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%99%9A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%B9>,
        "陚"^^xsd:string .

<http://lexvo.org/id/char/965B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%99%9B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%AC>,
        <http://lexvo.org/id/term/kor/%E9%99%9B>,
        <http://lexvo.org/id/term/kor/PHYEY>,
        <http://lexvo.org/id/term/vie/b%E1%BB%87>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bai6>,
        <http://lexvo.org/id/term/yue/%E9%99%9B>,
        "陛"^^xsd:string ;
    rdfs:comment "steps leading throne; throne"@en .

<http://lexvo.org/id/char/965C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%99%9C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A1%20sh%C7%8En>,
        <http://lexvo.org/id/term/kor/%E9%99%9C>,
        <http://lexvo.org/id/term/kor/HYEP%20HAP>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gip6%20haap3%20haap6>,
        <http://lexvo.org/id/term/yue/%E9%99%9C>,
        "陜"^^xsd:string ;
    rdfs:comment "narrow; mountain pass"@en .

<http://lexvo.org/id/char/965D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%99%9D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C7%8En>,
        <http://lexvo.org/id/term/kor/%E9%99%9D>,
        <http://lexvo.org/id/term/kor/SEM>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sim2>,
        <http://lexvo.org/id/term/yue/%E9%99%9D>,
        "陝"^^xsd:string ;
    rdfs:comment "mountain pass; Shaanxi province"@en .

<http://lexvo.org/id/char/965E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%99%9E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C4%93ng>,
        <http://lexvo.org/id/term/kor/%E9%99%9E>,
        <http://lexvo.org/id/term/kor/SUNG>,
        <http://lexvo.org/id/term/vie/th%C4%83ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sing1>,
        <http://lexvo.org/id/term/yue/%E9%99%9E>,
        "陞"^^xsd:string ;
    rdfs:comment "promote, rise, ascend"@en .

<http://lexvo.org/id/char/965F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%99%9F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%AC%20d%C3%A9>,
        <http://lexvo.org/id/term/kor/%E9%99%9F>,
        <http://lexvo.org/id/term/kor/CHEK>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zik1>,
        <http://lexvo.org/id/term/yue/%E9%99%9F>,
        "陟"^^xsd:string ;
    rdfs:comment "climb, scale, ascend; proceed"@en .

<http://lexvo.org/id/char/9660> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%99%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C5%AB>,
        "陠"^^xsd:string .

<http://lexvo.org/id/char/9661> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%99%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C7%92u>,
        <http://lexvo.org/id/term/kor/%E9%99%A1>,
        <http://lexvo.org/id/term/kor/TWU>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dau2>,
        <http://lexvo.org/id/term/yue/%E9%99%A1>,
        "陡"^^xsd:string ;
    rdfs:comment "steep, sloping; abruptly, sudden"@en .

<http://lexvo.org/id/char/9662> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%99%A2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/yu%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E9%99%A2>,
        <http://lexvo.org/id/term/kor/WEN>,
        <http://lexvo.org/id/term/vie/vi%E1%BB%87n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jyun2%20jyun6>,
        <http://lexvo.org/id/term/yue/%E9%99%A2>,
        "院"^^xsd:string ;
    rdfs:comment "courtyard, yard, court; school"@en .

<http://lexvo.org/id/char/9663> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%99%A3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%A8n>,
        <http://lexvo.org/id/term/kor/%E9%99%A3>,
        <http://lexvo.org/id/term/kor/CIN>,
        <http://lexvo.org/id/term/vie/tr%E1%BA%ADn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zan6>,
        <http://lexvo.org/id/term/yue/%E9%99%A3>,
        "陣"^^xsd:string ;
    rdfs:comment "column, row or file of troops"@en .

<http://lexvo.org/id/char/9664> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%99%A4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%BA%20zh%C3%B9%20sh%C5%AB>,
        <http://lexvo.org/id/term/kor/%E9%99%A4>,
        <http://lexvo.org/id/term/kor/CEY>,
        <http://lexvo.org/id/term/vie/tr%E1%BB%AB>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ceoi4%20cyu4>,
        <http://lexvo.org/id/term/yue/%E9%99%A4>,
        "除"^^xsd:string ;
    rdfs:comment "eliminate, remove, except"@en .

<http://lexvo.org/id/char/9665> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%99%A5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E9%99%A5>,
        <http://lexvo.org/id/term/kor/HAM>,
        "陥"^^xsd:string ;
    rdfs:comment "submerge, sink, plunge; trap"@en .

<http://lexvo.org/id/char/9666> a lvont:Character ;
    lvont:represents "陦"^^xsd:string .

<http://lexvo.org/id/char/9667> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%99%A7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ni%C3%A8>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/nip6>,
        <http://lexvo.org/id/term/yue/%E9%99%A7>,
        "陧"^^xsd:string ;
    rdfs:comment "in disorder; a dangerous condition of the State"@en .

<http://lexvo.org/id/char/9668> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%99%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%94n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%94n%20yu%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wan5>,
        <http://lexvo.org/id/term/yue/%E9%99%A8>,
        "陨"^^xsd:string ;
    rdfs:comment "fall, slip; let fall; die"@en .

<http://lexvo.org/id/char/9669> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%99%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C7%8En>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C7%8En%20y%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/him2>,
        <http://lexvo.org/id/term/yue/%E9%99%A9>,
        "险"^^xsd:string ;
    rdfs:comment "narrow pass, strategic point"@en .

<http://lexvo.org/id/char/966A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%99%AA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%A9i>,
        <http://lexvo.org/id/term/kor/%E9%99%AA>,
        <http://lexvo.org/id/term/kor/PAY>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/pui4>,
        <http://lexvo.org/id/term/yue/%E9%99%AA>,
        "陪"^^xsd:string ;
    rdfs:comment "accompany, be with, keep company"@en .

<http://lexvo.org/id/char/966B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%99%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%A9i%20f%C4%9Bi>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fei2%20fei6>,
        <http://lexvo.org/id/term/yue/%E9%99%AB>,
        "陫"^^xsd:string .

<http://lexvo.org/id/char/966C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%99%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C5%8Du>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C5%8Du%20zh%C3%A9>,
        <http://lexvo.org/id/term/kor/%E9%99%AC>,
        <http://lexvo.org/id/term/kor/CHWU>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zau1>,
        <http://lexvo.org/id/term/yue/%E9%99%AC>,
        "陬"^^xsd:string ;
    rdfs:comment "corner, cranny, nook, niche"@en .

<http://lexvo.org/id/char/966D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%99%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C4%AB%20q%C4%AB%20y%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ji2%20kei1>,
        <http://lexvo.org/id/term/yue/%E9%99%AD>,
        "陭"^^xsd:string .

<http://lexvo.org/id/char/966E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%99%AE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/du%C7%90>,
        "陮"^^xsd:string .

<http://lexvo.org/id/char/966F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%99%AF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%BAn>,
        "陯"^^xsd:string .

<http://lexvo.org/id/char/9670> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%99%B0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C4%ABn>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C4%ABn%20y%C3%ACn%20%C4%81n>,
        <http://lexvo.org/id/term/kor/%E9%99%B0>,
        <http://lexvo.org/id/term/kor/UM>,
        <http://lexvo.org/id/term/vie/%C3%A2m>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jam1>,
        <http://lexvo.org/id/term/yue/%E9%99%B0>,
        "陰"^^xsd:string ;
    rdfs:comment "'female' principle; dark; secret"@en .

<http://lexvo.org/id/char/9671> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%99%B1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C5%AB>,
        "陱"^^xsd:string .

<http://lexvo.org/id/char/9672> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%99%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/chu%C3%AD>,
        <http://lexvo.org/id/term/kor/%E9%99%B2>,
        <http://lexvo.org/id/term/kor/SWU>,
        <http://lexvo.org/id/term/vie/thu%E1%BB%B3>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/seoi4>,
        <http://lexvo.org/id/term/yue/%E9%99%B2>,
        "陲"^^xsd:string ;
    rdfs:comment "frontier, border"@en .

<http://lexvo.org/id/char/9673> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%99%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%A9n%200133.022%3Azh%C3%A8n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%A9n%20zh%C3%A8n>,
        <http://lexvo.org/id/term/kor/%E9%99%B3>,
        <http://lexvo.org/id/term/kor/CIN>,
        <http://lexvo.org/id/term/vie/tr%E1%BA%A7n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/can4%20zan6>,
        <http://lexvo.org/id/term/yue/%E9%99%B3>,
        "陳"^^xsd:string ;
    rdfs:comment "exhibit, display; plead; surname"@en .

<http://lexvo.org/id/char/9674> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%99%B4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%AD%20b%C3%AC>,
        <http://lexvo.org/id/term/kor/%E9%99%B4>,
        <http://lexvo.org/id/term/kor/PI>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/pei4>,
        <http://lexvo.org/id/term/yue/%E9%99%B4>,
        "陴"^^xsd:string ;
    rdfs:comment "a parapet on a city wall"@en .

<http://lexvo.org/id/char/9675> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%99%B5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%ADng>,
        <http://lexvo.org/id/term/kor/%E9%99%B5>,
        <http://lexvo.org/id/term/kor/LUNG>,
        <http://lexvo.org/id/term/vie/l%C4%83ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ling4>,
        <http://lexvo.org/id/term/yue/%E9%99%B5>,
        "陵"^^xsd:string ;
    rdfs:comment "hill, mound; mausoleum"@en .

<http://lexvo.org/id/char/9676> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%99%B6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%A1o%201342.070%3Ay%C3%A1o>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%A1o%20d%C3%A0o%20y%C3%A1o>,
        <http://lexvo.org/id/term/kor/%E9%99%B6>,
        <http://lexvo.org/id/term/kor/TO%20YO>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jiu4%20tou4>,
        <http://lexvo.org/id/term/yue/%E9%99%B6>,
        "陶"^^xsd:string ;
    rdfs:comment "pottery, ceramics"@en .

<http://lexvo.org/id/char/9677> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%99%B7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E9%99%B7>,
        <http://lexvo.org/id/term/kor/HAM>,
        <http://lexvo.org/id/term/vie/h%C3%A3m>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/haam6%20ham6>,
        <http://lexvo.org/id/term/yue/%E9%99%B7>,
        "陷"^^xsd:string ;
    rdfs:comment "submerge, sink, plunge; trap"@en .

<http://lexvo.org/id/char/9678> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%99%B8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%B9%20li%C3%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C3%B9%200740.111%3Al%C3%B9>,
        <http://lexvo.org/id/term/kor/%E9%99%B8>,
        <http://lexvo.org/id/term/kor/LYUK>,
        <http://lexvo.org/id/term/vie/l%E1%BB%A5c>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/luk6>,
        <http://lexvo.org/id/term/yue/%E9%99%B8>,
        "6",
        "陸"^^xsd:string ;
    rdfs:comment "land, continental; army; an accounting form of U+516D 六 (six)"@en .

<http://lexvo.org/id/char/9679> a lvont:Character ;
    lvont:represents "陹"^^xsd:string .

<http://lexvo.org/id/char/967A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%99%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C7%8En>,
        <http://lexvo.org/id/term/kor/%E9%99%BA>,
        <http://lexvo.org/id/term/kor/HEM>,
        "険"^^xsd:string ;
    rdfs:comment "narrow pass, strategic point"@en .

<http://lexvo.org/id/char/967B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%99%BB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C4%ABn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jan1>,
        <http://lexvo.org/id/term/yue/%E9%99%BB>,
        "陻"^^xsd:string ;
    rdfs:comment "small hill, mound; bury; dam"@en .

<http://lexvo.org/id/char/967C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%99%BC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C7%94%20d%C7%94>,
        <http://lexvo.org/id/term/kor/%E9%99%BC>,
        <http://lexvo.org/id/term/kor/CE>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zyu2>,
        <http://lexvo.org/id/term/yue/%E9%99%BC>,
        "陼"^^xsd:string ;
    rdfs:comment "islet"@en .

<http://lexvo.org/id/char/967D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%99%BD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A1ng>,
        <http://lexvo.org/id/term/kor/%E9%99%BD>,
        <http://lexvo.org/id/term/kor/YANG>,
        <http://lexvo.org/id/term/vie/d%C6%B0%C6%A1ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/joeng4>,
        <http://lexvo.org/id/term/yue/%E9%99%BD>,
        "陽"^^xsd:string ;
    rdfs:comment "'male' principle; light; sun"@en .

<http://lexvo.org/id/char/967E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%99%BE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/r%C3%A9ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jing4>,
        <http://lexvo.org/id/term/yue/%E9%99%BE>,
        "陾"^^xsd:string ;
    rdfs:comment "in file"@en .

<http://lexvo.org/id/char/967F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%99%BF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C7%8En%20xi%C3%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A1>,
        "陿"^^xsd:string .

<http://lexvo.org/id/char/9680> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%9A%80>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%B3ng>,
        "隀"^^xsd:string .

<http://lexvo.org/id/char/9681> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%9A%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A0n>,
        "隁"^^xsd:string .

<http://lexvo.org/id/char/9682> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%9A%82>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C4%ABn>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C4%ABn%20%C4%81n%20y%C3%ACn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jam1>,
        <http://lexvo.org/id/term/yue/%E9%9A%82>,
        "隂"^^xsd:string ;
    rdfs:comment "shady, secret, dark; mysterious; cold; the negative of female principle in nature"@en .

<http://lexvo.org/id/char/9683> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%9A%83>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%BA%20y%C3%A1o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jyu4%20jyu6>,
        <http://lexvo.org/id/term/yue/%E9%9A%83>,
        "隃"^^xsd:string ;
    rdfs:comment "to exceed; a state in Shanxi province"@en .

<http://lexvo.org/id/char/9684> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%9A%84>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C4%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C4%AB%20t%C3%AD>,
        <http://lexvo.org/id/term/kor/%E9%9A%84>,
        <http://lexvo.org/id/term/kor/CEY>,
        <http://lexvo.org/id/term/vie/%C4%91%C3%AA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tai4>,
        <http://lexvo.org/id/term/yue/%E9%9A%84>,
        "隄"^^xsd:string ;
    rdfs:comment "dike, embankment"@en .

<http://lexvo.org/id/char/9685> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%9A%85>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%BA>,
        <http://lexvo.org/id/term/kor/%E9%9A%85>,
        <http://lexvo.org/id/term/kor/WU>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jyu4%20jyu6>,
        <http://lexvo.org/id/term/yue/%E9%9A%85>,
        "隅"^^xsd:string ;
    rdfs:comment "corner, nook, remote place"@en .

<http://lexvo.org/id/char/9686> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%9A%86>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%B3ng%20l%C5%8Dng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C5%8Dng%200732.120%3Al%C3%B3ng>,
        <http://lexvo.org/id/term/kor/%E9%9A%86>,
        <http://lexvo.org/id/term/kor/LYUNG>,
        <http://lexvo.org/id/term/vie/long>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lung4>,
        <http://lexvo.org/id/term/yue/%E9%9A%86>,
        "隆"^^xsd:string ;
    rdfs:comment "prosperous, plentiful, abundant"@en .

<http://lexvo.org/id/char/9687> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%9A%87>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C4%93i>,
        "隇"^^xsd:string .

<http://lexvo.org/id/char/9688> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%9A%88>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C4%93i>,
        <http://lexvo.org/id/term/kor/%E9%9A%88>,
        <http://lexvo.org/id/term/kor/OY>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wui1>,
        <http://lexvo.org/id/term/yue/%E9%9A%88>,
        "隈"^^xsd:string ;
    rdfs:comment "cove, bay, inlet"@en .

<http://lexvo.org/id/char/9689> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%9A%89>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ni%C3%A8>,
        <http://lexvo.org/id/term/kor/%E9%9A%89>,
        <http://lexvo.org/id/term/kor/EL>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/nip6>,
        <http://lexvo.org/id/term/yue/%E9%9A%89>,
        "隉"^^xsd:string ;
    rdfs:comment "in disorder; a dangerous condition of the State"@en .

<http://lexvo.org/id/char/968A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%9A%8A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/du%C3%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/du%C3%AC%20su%C3%AC%20zhu%C3%AC>,
        <http://lexvo.org/id/term/kor/%E9%9A%8A>,
        <http://lexvo.org/id/term/kor/TAY>,
        <http://lexvo.org/id/term/vie/%C4%91%E1%BB%99i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/deoi6>,
        <http://lexvo.org/id/term/yue/%E9%9A%8A>,
        "隊"^^xsd:string ;
    rdfs:comment "team, group; army unit"@en .

<http://lexvo.org/id/char/968B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%9A%8B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/su%C3%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/su%C3%AD%20du%C3%B2%20tu%C7%92%20tu%C5%8D>,
        <http://lexvo.org/id/term/kor/%E9%9A%8B>,
        <http://lexvo.org/id/term/kor/SWU>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ceoi4>,
        <http://lexvo.org/id/term/yue/%E9%9A%8B>,
        "隋"^^xsd:string ;
    rdfs:comment "Sui dynasty; surname"@en .

<http://lexvo.org/id/char/968C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C7%8En>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%9A%8C>,
        "隌"^^xsd:string .

<http://lexvo.org/id/char/968D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%9A%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%A1ng>,
        <http://lexvo.org/id/term/kor/%E9%9A%8D>,
        <http://lexvo.org/id/term/kor/HWANG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wong4>,
        <http://lexvo.org/id/term/yue/%E9%9A%8D>,
        "隍"^^xsd:string ;
    rdfs:comment "dry ditch, dry moat"@en .

<http://lexvo.org/id/char/968E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%9A%8E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C4%93>,
        <http://lexvo.org/id/term/kor/%E9%9A%8E>,
        <http://lexvo.org/id/term/kor/KYEY>,
        <http://lexvo.org/id/term/vie/giai>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gaai1>,
        <http://lexvo.org/id/term/yue/%E9%9A%8E>,
        "階"^^xsd:string ;
    rdfs:comment "stairs, steps; rank, degree"@en .

<http://lexvo.org/id/char/968F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%9A%8F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/su%C3%AD>,
        <http://lexvo.org/id/term/kor/%E9%9A%8F>,
        <http://lexvo.org/id/term/kor/SWU>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ceoi4>,
        <http://lexvo.org/id/term/yue/%E9%9A%8F>,
        "随"^^xsd:string ;
    rdfs:comment "follow, listen to, submit to"@en .

<http://lexvo.org/id/char/9690> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%9A%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%90n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%90n%20y%C3%ACn>,
        <http://lexvo.org/id/term/kor/%E9%9A%90>,
        <http://lexvo.org/id/term/kor/UN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jan2>,
        <http://lexvo.org/id/term/yue/%E9%9A%90>,
        "隐"^^xsd:string ;
    rdfs:comment "hide, conceal; hidden, secret"@en .

<http://lexvo.org/id/char/9691> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%9A%91>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C3%A0i>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C4%81i%20g%C3%A0i%20q%C3%AD>,
        <http://lexvo.org/id/term/kor/%E9%9A%91>,
        <http://lexvo.org/id/term/kor/KI>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/goi1%20kei4>,
        <http://lexvo.org/id/term/yue/%E9%9A%91>,
        "隑"^^xsd:string .

<http://lexvo.org/id/char/9692> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%9A%92>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%8En>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jim2>,
        <http://lexvo.org/id/term/yue/%E9%9A%92>,
        "隒"^^xsd:string ;
    rdfs:comment "the appearance of a mountain, as if two pots were standing one upon the other; the steep bank of a stream a rough mountain path"@en .

<http://lexvo.org/id/char/9693> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%9A%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C4%AB>,
        "隓"^^xsd:string .

<http://lexvo.org/id/char/9694> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%9A%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C3%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C3%A9%20r%C7%92ng%20j%C4%AB>,
        <http://lexvo.org/id/term/kor/%E9%9A%94>,
        <http://lexvo.org/id/term/kor/KYEK>,
        <http://lexvo.org/id/term/vie/c%C3%A1ch>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gaak3>,
        <http://lexvo.org/id/term/yue/%E9%9A%94>,
        "隔"^^xsd:string ;
    rdfs:comment "separate, partition"@en .

<http://lexvo.org/id/char/9695> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%9A%95>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%94n%20yu%C3%A1n>,
        <http://lexvo.org/id/term/kor/%E9%9A%95>,
        <http://lexvo.org/id/term/kor/WUN%20WEN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jyun4%20wan5>,
        <http://lexvo.org/id/term/yue/%E9%9A%95>,
        "隕"^^xsd:string ;
    rdfs:comment "fall, slip; let fall; die"@en .

<http://lexvo.org/id/char/9696> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%9A%96>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C3%B9>,
        "隖"^^xsd:string ;
    rdfs:comment "entrenchment, bank, low wall"@en .

<http://lexvo.org/id/char/9697> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%9A%97>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ku%C3%AD%201198.050%3Aw%C4%9Bi>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C4%9Bi%20gu%C4%AB%20ku%C3%AD>,
        <http://lexvo.org/id/term/kor/%E9%9A%97>,
        <http://lexvo.org/id/term/kor/OY>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ngai5%20wai4>,
        <http://lexvo.org/id/term/yue/%E9%9A%97>,
        "隗"^^xsd:string ;
    rdfs:comment "high; lofty; surname"@en .

<http://lexvo.org/id/char/9698> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C3%A0i>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%C3%A0i%20%C3%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%9A%98>,
        <http://lexvo.org/id/term/kor/%E9%9A%98>,
        <http://lexvo.org/id/term/kor/AY%20AYK>,
        <http://lexvo.org/id/term/vie/%E1%BA%A3i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/aai3>,
        <http://lexvo.org/id/term/yue/%E9%9A%98>,
        "隘"^^xsd:string ;
    rdfs:comment "narrow, confined; a strategic pass"@en .

<http://lexvo.org/id/char/9699> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%9A%99>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C3%AC>,
        <http://lexvo.org/id/term/kor/%E9%9A%99>,
        <http://lexvo.org/id/term/kor/KUK>,
        <http://lexvo.org/id/term/vie/kh%C3%ADch>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gwik1>,
        <http://lexvo.org/id/term/yue/%E9%9A%99>,
        "隙"^^xsd:string ;
    rdfs:comment "crack, split, fissure; grudge"@en .

<http://lexvo.org/id/char/969A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%9A%9A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%A1ng>,
        "隚"^^xsd:string .

<http://lexvo.org/id/char/969B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%9A%9B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%AC>,
        <http://lexvo.org/id/term/kor/%E9%9A%9B>,
        <http://lexvo.org/id/term/kor/CEY>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zai3>,
        <http://lexvo.org/id/term/yue/%E9%9A%9B>,
        "際"^^xsd:string ;
    rdfs:comment "border, boundary, juncture"@en .

<http://lexvo.org/id/char/969C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%9A%9C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%A0ng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%A0ng%20zh%C4%81ng>,
        <http://lexvo.org/id/term/kor/%E9%9A%9C>,
        <http://lexvo.org/id/term/kor/CANG>,
        <http://lexvo.org/id/term/vie/ch%C6%B0%E1%BB%9Bng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zoeng3>,
        <http://lexvo.org/id/term/yue/%E9%9A%9C>,
        "障"^^xsd:string ;
    rdfs:comment "separate; shield; barricade"@en .

<http://lexvo.org/id/char/969D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%9A%9D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C7%8Eo>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wu2>,
        <http://lexvo.org/id/term/yue/%E9%9A%9D>,
        "隝"^^xsd:string ;
    rdfs:comment "dock, entrenchment, low wall"@en .

<http://lexvo.org/id/char/969E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C3%A1o>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%9A%9E>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ngou4>,
        <http://lexvo.org/id/term/yue/%E9%9A%9E>,
        "隞"^^xsd:string .

<http://lexvo.org/id/char/969F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%9A%9F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C3%AC>,
        "隟"^^xsd:string .

<http://lexvo.org/id/char/96A0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%9A%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%90n>,
        <http://lexvo.org/id/term/kor/%E9%9A%A0>,
        <http://lexvo.org/id/term/kor/UN>,
        "隠"^^xsd:string ;
    rdfs:comment "to hide, conceal, cover; to disappear, lurk; an open secret"@en .

<http://lexvo.org/id/char/96A1> a lvont:Character ;
    lvont:represents "隡"^^xsd:string .

<http://lexvo.org/id/char/96A2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%9A%A2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/r%C3%A0o>,
        "隢"^^xsd:string .

<http://lexvo.org/id/char/96A3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%9A%A3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%ADn>,
        <http://lexvo.org/id/term/kor/%E9%9A%A3>,
        <http://lexvo.org/id/term/kor/LIN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/leon4>,
        <http://lexvo.org/id/term/yue/%E9%9A%A3>,
        "隣"^^xsd:string ;
    rdfs:comment "neighbor; neighboring; adjacent"@en .

<http://lexvo.org/id/char/96A4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%9A%A4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/tu%C3%AD>,
        <http://lexvo.org/id/term/kor/%E9%9A%A4>,
        <http://lexvo.org/id/term/kor/THOY>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/teoi4>,
        <http://lexvo.org/id/term/yue/%E9%9A%A4>,
        "隤"^^xsd:string ;
    rdfs:comment "to fall in ruins; to collapse"@en .

<http://lexvo.org/id/char/96A5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%9A%A5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%A8ng>,
        "隥"^^xsd:string .

<http://lexvo.org/id/char/96A6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%9A%A6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C7%8Eo>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C7%90>,
        "隦"^^xsd:string .

<http://lexvo.org/id/char/96A7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%9A%A7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/su%C3%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/su%C3%AC%20zhu%C3%AC>,
        <http://lexvo.org/id/term/kor/%E9%9A%A7>,
        <http://lexvo.org/id/term/kor/SWU>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/seoi6>,
        <http://lexvo.org/id/term/yue/%E9%9A%A7>,
        "隧"^^xsd:string ;
    rdfs:comment "tunnel, underground passageway, path to a tomb"@en .

<http://lexvo.org/id/char/96A8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%9A%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/su%C3%AD>,
        <http://lexvo.org/id/term/kor/%E9%9A%A8>,
        <http://lexvo.org/id/term/kor/SWU>,
        <http://lexvo.org/id/term/vie/tu%E1%BB%B3>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ceoi4>,
        <http://lexvo.org/id/term/yue/%E9%9A%A8>,
        "隨"^^xsd:string ;
    rdfs:comment "follow, listen to, submit; to accompany; subsequently, then"@en .

<http://lexvo.org/id/char/96A9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C3%A0o%201416.110%3Ay%C3%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%9A%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%B9%20%C3%A0o>,
        <http://lexvo.org/id/term/kor/%E9%9A%A9>,
        <http://lexvo.org/id/term/kor/O>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/juk1%20ou3>,
        <http://lexvo.org/id/term/yue/%E9%9A%A9>,
        "隩"^^xsd:string ;
    rdfs:comment "profound, subtle; warm"@en .

<http://lexvo.org/id/char/96AA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%9A%AA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C7%8En>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C7%8En%20y%C3%A1n%20ji%C7%8En>,
        <http://lexvo.org/id/term/kor/%E9%9A%AA>,
        <http://lexvo.org/id/term/kor/HEM>,
        <http://lexvo.org/id/term/vie/hi%E1%BB%83m>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/him2>,
        <http://lexvo.org/id/term/yue/%E9%9A%AA>,
        "險"^^xsd:string ;
    rdfs:comment "narrow pass, strategic point, dangerous"@en .

<http://lexvo.org/id/char/96AB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%9A%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C4%93n%20f%C3%A9n>,
        "隫"^^xsd:string .

<http://lexvo.org/id/char/96AC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%9A%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C7%90>,
        "隬"^^xsd:string .

<http://lexvo.org/id/char/96AD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C3%A9r>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%9A%AD>,
        "隭"^^xsd:string .

<http://lexvo.org/id/char/96AE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%9A%AE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C4%AB>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zai1>,
        <http://lexvo.org/id/term/yue/%E9%9A%AE>,
        "隮"^^xsd:string ;
    rdfs:comment "to rise up; a rainbow; to fall"@en .

<http://lexvo.org/id/char/96AF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%9A%AF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C7%8Eo>,
        "隯"^^xsd:string .

<http://lexvo.org/id/char/96B0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%9A%B0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C3%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C3%AD%20xi%C3%A8>,
        <http://lexvo.org/id/term/kor/%E9%9A%B0>,
        <http://lexvo.org/id/term/kor/SUP>,
        <http://lexvo.org/id/term/vie/th%E1%BA%A5p>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zaap6>,
        <http://lexvo.org/id/term/yue/%E9%9A%B0>,
        "隰"^^xsd:string ;
    rdfs:comment "low, damp land, marsh, swamp"@en .

<http://lexvo.org/id/char/96B1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%9A%B1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%90n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%90n%20y%C3%ACn>,
        <http://lexvo.org/id/term/kor/%E9%9A%B1>,
        <http://lexvo.org/id/term/kor/UN>,
        <http://lexvo.org/id/term/vie/%E1%BA%A9n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jan2>,
        <http://lexvo.org/id/term/yue/%E9%9A%B1>,
        "隱"^^xsd:string ;
    rdfs:comment "hide, conceal; hidden, secret"@en .

<http://lexvo.org/id/char/96B2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C3%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%9A%B2>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zat1>,
        <http://lexvo.org/id/term/yue/%E9%9A%B2>,
        "隲"^^xsd:string ;
    rdfs:comment "stallion; promote"@en .

<http://lexvo.org/id/char/96B3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%9A%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C4%AB>,
        <http://lexvo.org/id/term/kor/%E9%9A%B3>,
        <http://lexvo.org/id/term/kor/HYU>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fai1>,
        <http://lexvo.org/id/term/yue/%E9%9A%B3>,
        "隳"^^xsd:string ;
    rdfs:comment "to destroy; to overthrow"@en .

<http://lexvo.org/id/char/96B4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%9A%B4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C7%92ng>,
        <http://lexvo.org/id/term/kor/%E9%9A%B4>,
        <http://lexvo.org/id/term/kor/LONG>,
        <http://lexvo.org/id/term/vie/lu%E1%BB%91ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lung5>,
        <http://lexvo.org/id/term/yue/%E9%9A%B4>,
        "隴"^^xsd:string ;
    rdfs:comment "mountain located between Shanxi"@en .

<http://lexvo.org/id/char/96B5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%9A%B5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C4%AB>,
        "隵"^^xsd:string .

<http://lexvo.org/id/char/96B7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%9A%B7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%AC>,
        <http://lexvo.org/id/term/kor/%E9%9A%B7>,
        <http://lexvo.org/id/term/kor/LYEY>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dai6%20lai6>,
        <http://lexvo.org/id/term/yue/%E9%9A%B7>,
        "隷"^^xsd:string ;
    rdfs:comment "be subservient to; servant"@en .

<http://lexvo.org/id/char/96B8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%9A%B8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%AC>,
        <http://lexvo.org/id/term/kor/%E9%9A%B8>,
        <http://lexvo.org/id/term/kor/LYEY>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dai6%20lai6>,
        <http://lexvo.org/id/term/yue/%E9%9A%B8>,
        "隸"^^xsd:string ;
    rdfs:comment "be subservient to; servant"@en .

<http://lexvo.org/id/char/96BA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%9A%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A8>,
        "隺"^^xsd:string ;
    rdfs:comment "a bird flying high ambition"@en .

<http://lexvo.org/id/char/96BB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%9A%BB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C4%AB>,
        <http://lexvo.org/id/term/kor/%E9%9A%BB>,
        <http://lexvo.org/id/term/kor/CHEK>,
        <http://lexvo.org/id/term/vie/chi%E1%BA%BFc>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zek3>,
        <http://lexvo.org/id/term/yue/%E9%9A%BB>,
        "隻"^^xsd:string ;
    rdfs:comment "single, one of pair, lone"@en .

<http://lexvo.org/id/char/96BC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%9A%BC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C7%94n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C7%94n%20s%C7%94n>,
        <http://lexvo.org/id/term/kor/%E9%9A%BC>,
        <http://lexvo.org/id/term/kor/CWUN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zeon2>,
        <http://lexvo.org/id/term/yue/%E9%9A%BC>,
        "隼"^^xsd:string ;
    rdfs:comment "aquiline (nose); a falcon"@en .

<http://lexvo.org/id/char/96BD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%9A%BD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%B9n%20ju%C3%A0n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ju%C3%A0n%200624.131%3Aj%C3%B9n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/syun5%20zeon3>,
        <http://lexvo.org/id/term/yue/%E9%9A%BD>,
        "隽"^^xsd:string ;
    rdfs:comment "superior, outstanding, talented"@en .

<http://lexvo.org/id/char/96BE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%9A%BE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C3%A1n%200818.040%3An%C3%A0n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C3%A1n%20n%C3%A0n%20nu%C3%B3>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/naan4%20naan6>,
        <http://lexvo.org/id/term/yue/%E9%9A%BE>,
        "难"^^xsd:string ;
    rdfs:comment "difficult, arduous, hard; unable"@en .

<http://lexvo.org/id/char/96BF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%9A%BF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%AC>,
        "隿"^^xsd:string .

<http://lexvo.org/id/char/96C0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%9B%80>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C4%81o%200922.020%3Aqi%C7%8Eo%200951.090%3Aqu%C3%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qu%C3%A8%20qi%C4%81o%20qi%C7%8Eo>,
        <http://lexvo.org/id/term/kor/%E9%9B%80>,
        <http://lexvo.org/id/term/kor/CAK>,
        <http://lexvo.org/id/term/vie/t%C6%B0%E1%BB%9Bc>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zoek3>,
        <http://lexvo.org/id/term/yue/%E9%9B%80>,
        "雀"^^xsd:string ;
    rdfs:comment "sparrow"@en .

<http://lexvo.org/id/char/96C1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%9B%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E9%9B%81>,
        <http://lexvo.org/id/term/kor/AN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ngaan6>,
        <http://lexvo.org/id/term/yue/%E9%9B%81>,
        "雁"^^xsd:string ;
    rdfs:comment "wild goose"@en .

<http://lexvo.org/id/char/96C2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%9B%82>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C3%ADn%20qi%C3%A1n>,
        "雂"^^xsd:string .

<http://lexvo.org/id/char/96C3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%9B%83>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%8E>,
        "雃"^^xsd:string .

<http://lexvo.org/id/char/96C4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%9B%84>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%B3ng>,
        <http://lexvo.org/id/term/kor/%E9%9B%84>,
        <http://lexvo.org/id/term/kor/WUNG>,
        <http://lexvo.org/id/term/vie/h%C3%B9ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hung4>,
        <http://lexvo.org/id/term/yue/%E9%9B%84>,
        "雄"^^xsd:string ;
    rdfs:comment "male of species; hero; manly"@en .

<http://lexvo.org/id/char/96C5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%9B%85>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C4%81%201320.090%3Ay%C7%8E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%8E%20y%C4%81%20y%C3%A1>,
        <http://lexvo.org/id/term/kor/%E9%9B%85>,
        <http://lexvo.org/id/term/kor/A>,
        <http://lexvo.org/id/term/vie/nh%C3%A3>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/aa1%20ngaa5>,
        <http://lexvo.org/id/term/yue/%E9%9B%85>,
        "雅"^^xsd:string ;
    rdfs:comment "elegant, graceful, refined"@en .

<http://lexvo.org/id/char/96C6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%9B%86>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%AD>,
        <http://lexvo.org/id/term/kor/%E9%9B%86>,
        <http://lexvo.org/id/term/kor/CIP>,
        <http://lexvo.org/id/term/vie/t%E1%BA%ADp>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zaap6>,
        <http://lexvo.org/id/term/yue/%E9%9B%86>,
        "集"^^xsd:string ;
    rdfs:comment "assemble, collect together"@en .

<http://lexvo.org/id/char/96C7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%9B%87>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C3%B9>,
        <http://lexvo.org/id/term/kor/%E9%9B%87>,
        <http://lexvo.org/id/term/kor/KO%20HO>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gu3>,
        <http://lexvo.org/id/term/yue/%E9%9B%87>,
        "雇"^^xsd:string ;
    rdfs:comment "employ, to hire"@en .

<http://lexvo.org/id/char/96C8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%9B%88>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wun4>,
        <http://lexvo.org/id/term/yue/%E9%9B%88>,
        "雈"^^xsd:string .

<http://lexvo.org/id/char/96C9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%9B%89>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%AC%20k%C7%8Ei%20y%C7%90%20s%C3%AC>,
        <http://lexvo.org/id/term/kor/%E9%9B%89>,
        <http://lexvo.org/id/term/kor/CHI>,
        <http://lexvo.org/id/term/vie/tr%C4%A9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zi5%20zi6>,
        <http://lexvo.org/id/term/yue/%E9%9B%89>,
        "雉"^^xsd:string ;
    rdfs:comment "pheasant; crenellated wall"@en .

<http://lexvo.org/id/char/96CA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%9B%8A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C3%B2u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gau3>,
        <http://lexvo.org/id/term/yue/%E9%9B%8A>,
        "雊"^^xsd:string ;
    rdfs:comment "the crow of a male pheasant"@en .

<http://lexvo.org/id/char/96CB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%9B%8B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%B9n%20ju%C3%A0n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ju%C3%A0n%200624.132%3Aj%C3%B9n>,
        <http://lexvo.org/id/term/kor/%E9%9B%8B>,
        <http://lexvo.org/id/term/kor/CWUN>,
        <http://lexvo.org/id/term/vie/tu%E1%BA%A5n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/syun5%20zeon3>,
        <http://lexvo.org/id/term/yue/%E9%9B%8B>,
        "雋"^^xsd:string ;
    rdfs:comment "superior, outstanding, talented"@en .

<http://lexvo.org/id/char/96CC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%9B%8C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C3%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C3%AD%20c%C4%AB>,
        <http://lexvo.org/id/term/kor/%E9%9B%8C>,
        <http://lexvo.org/id/term/kor/CA>,
        <http://lexvo.org/id/term/vie/th%C6%B0>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ci1>,
        <http://lexvo.org/id/term/yue/%E9%9B%8C>,
        "雌"^^xsd:string ;
    rdfs:comment "female; feminine; gentle, soft"@en .

<http://lexvo.org/id/char/96CD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%9B%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C5%8Dng>,
        <http://lexvo.org/id/term/kor/%E9%9B%8D>,
        <http://lexvo.org/id/term/kor/ONG>,
        <http://lexvo.org/id/term/vie/%E1%BB%A7ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jung1>,
        <http://lexvo.org/id/term/yue/%E9%9B%8D>,
        "雍"^^xsd:string ;
    rdfs:comment "harmony, union; harmonious"@en .

<http://lexvo.org/id/char/96CE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%9B%8E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C5%AB>,
        <http://lexvo.org/id/term/kor/%E9%9B%8E>,
        <http://lexvo.org/id/term/kor/CE>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zeoi1>,
        <http://lexvo.org/id/term/yue/%E9%9B%8E>,
        "雎"^^xsd:string ;
    rdfs:comment "osprey, fishhawk; hold back"@en .

<http://lexvo.org/id/char/96CF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%9B%8F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%BA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/co1%20co4>,
        <http://lexvo.org/id/term/yue/%E9%9B%8F>,
        "雏"^^xsd:string ;
    rdfs:comment "chick, fledging; infant, toddler"@en .

<http://lexvo.org/id/char/96D0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%9B%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C5%AB>,
        "雐"^^xsd:string .

<http://lexvo.org/id/char/96D1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%9B%91>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C3%A1>,
        <http://lexvo.org/id/term/kor/%E9%9B%91>,
        <http://lexvo.org/id/term/kor/CAP>,
        "雑"^^xsd:string ;
    rdfs:comment "mixed, blended; mix, mingle"@en .

<http://lexvo.org/id/char/96D2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%9B%92>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/lu%C3%B2>,
        <http://lexvo.org/id/term/kor/%E9%9B%92>,
        <http://lexvo.org/id/term/kor/LAK>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lok3>,
        <http://lexvo.org/id/term/yue/%E9%9B%92>,
        "雒"^^xsd:string ;
    rdfs:comment "black horse with white mane"@en .

<http://lexvo.org/id/char/96D3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%9B%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%BA>,
        "雓"^^xsd:string .

<http://lexvo.org/id/char/96D4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%9B%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%B3u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cau4>,
        <http://lexvo.org/id/term/yue/%E9%9B%94>,
        "雔"^^xsd:string .

<http://lexvo.org/id/char/96D5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%9B%95>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/di%C4%81o>,
        <http://lexvo.org/id/term/kor/%E9%9B%95>,
        <http://lexvo.org/id/term/kor/CO>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/diu1>,
        <http://lexvo.org/id/term/yue/%E9%9B%95>,
        "雕"^^xsd:string ;
    rdfs:comment "engrave, inlay, carve; exhaust; used for U+9D70 鵰 an eagle, vulture"@en .

<http://lexvo.org/id/char/96D6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%9B%96>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/su%C4%AB>,
        <http://lexvo.org/id/term/kor/%E9%9B%96>,
        <http://lexvo.org/id/term/kor/SWU>,
        <http://lexvo.org/id/term/vie/tuy>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/seoi1>,
        <http://lexvo.org/id/term/yue/%E9%9B%96>,
        "雖"^^xsd:string ;
    rdfs:comment "although, even if"@en .

<http://lexvo.org/id/char/96D7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%9B%97>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A0n>,
        "雗"^^xsd:string ;
    rdfs:comment "a white pheasant"@en .

<http://lexvo.org/id/char/96D8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%9B%98>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%B2>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wok3>,
        <http://lexvo.org/id/term/yue/%E9%9B%98>,
        "雘"^^xsd:string ;
    rdfs:comment "dye made from red soil; ochre"@en .

<http://lexvo.org/id/char/96D9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%9B%99>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/shu%C4%81ng>,
        <http://lexvo.org/id/term/kor/%E9%9B%99>,
        <http://lexvo.org/id/term/kor/SSANG>,
        <http://lexvo.org/id/term/vie/song>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/soeng1>,
        <http://lexvo.org/id/term/yue/%E9%9B%99>,
        "雙"^^xsd:string ;
    rdfs:comment "set of two, pair, couple; both"@en .

<http://lexvo.org/id/char/96DA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%9B%9A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/gu%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E9%9B%9A>,
        <http://lexvo.org/id/term/kor/KWAN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gun3>,
        <http://lexvo.org/id/term/yue/%E9%9B%9A>,
        "雚"^^xsd:string ;
    rdfs:comment "a heron; small cup"@en .

<http://lexvo.org/id/char/96DB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%9B%9B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%BA%20j%C3%BA%20j%C3%B9>,
        <http://lexvo.org/id/term/kor/%E9%9B%9B>,
        <http://lexvo.org/id/term/kor/CHWU>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/co1%20co4>,
        <http://lexvo.org/id/term/yue/%E9%9B%9B>,
        "雛"^^xsd:string ;
    rdfs:comment "chick, fledging; infant, toddler"@en .

<http://lexvo.org/id/char/96DC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%9B%9C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C3%A1>,
        <http://lexvo.org/id/term/kor/%E9%9B%9C>,
        <http://lexvo.org/id/term/kor/CAP>,
        <http://lexvo.org/id/term/vie/t%E1%BA%A1p>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zaap6>,
        <http://lexvo.org/id/term/yue/%E9%9B%9C>,
        "雜"^^xsd:string ;
    rdfs:comment "mixed, blended; mix, mingle"@en .

<http://lexvo.org/id/char/96DD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%9B%9D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C5%8Dng>,
        <http://lexvo.org/id/term/kor/%E9%9B%9D>,
        <http://lexvo.org/id/term/kor/ONG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jung1>,
        <http://lexvo.org/id/term/yue/%E9%9B%9D>,
        "雝"^^xsd:string ;
    rdfs:comment "marsh; pool; harmonious"@en .

<http://lexvo.org/id/char/96DE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%9B%9E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C4%AB>,
        <http://lexvo.org/id/term/kor/%E9%9B%9E>,
        <http://lexvo.org/id/term/kor/KYEY>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gai1>,
        <http://lexvo.org/id/term/yue/%E9%9B%9E>,
        "雞"^^xsd:string ;
    rdfs:comment "chickens; domestic fowl"@en .

<http://lexvo.org/id/char/96DF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%9B%9F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C4%AB%20su%C7%90>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kwai4>,
        <http://lexvo.org/id/term/yue/%E9%9B%9F>,
        "雟"^^xsd:string ;
    rdfs:comment "sparrow; revolve; place name"@en .

<http://lexvo.org/id/char/96E0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%9B%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%B3u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cau4>,
        <http://lexvo.org/id/term/yue/%E9%9B%A0>,
        "雠"^^xsd:string ;
    rdfs:comment "enemy, rival, opponent"@en .

<http://lexvo.org/id/char/96E1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%9B%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C3%B9>,
        "雡"^^xsd:string .

<http://lexvo.org/id/char/96E2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%9B%A2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%AD%20l%C3%AC%20l%C7%90%20ch%C4%AB%20g%C7%94>,
        <http://lexvo.org/id/term/kor/%E9%9B%A2>,
        <http://lexvo.org/id/term/kor/LI>,
        <http://lexvo.org/id/term/vie/li>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lei4>,
        <http://lexvo.org/id/term/yue/%E9%9B%A2>,
        "離"^^xsd:string ;
    rdfs:comment "leave, depart; go away; separate"@en .

<http://lexvo.org/id/char/96E3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%9B%A3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C3%A1n%200818.041%3An%C3%A0n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C3%A1n%20n%C3%A0n%20nu%C3%B3>,
        <http://lexvo.org/id/term/kor/%E9%9B%A3>,
        <http://lexvo.org/id/term/kor/NAN%20NA>,
        <http://lexvo.org/id/term/vie/nan>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/naan4%20naan6>,
        <http://lexvo.org/id/term/yue/%E9%9B%A3>,
        "難"^^xsd:string ;
    rdfs:comment "difficult, arduous, hard; unable"@en .

<http://lexvo.org/id/char/96E4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%9B%A4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xu%C3%A9>,
        "雤"^^xsd:string .

<http://lexvo.org/id/char/96E5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%9B%A5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C3%A1>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zaap6>,
        <http://lexvo.org/id/term/yue/%E9%9B%A5>,
        "雥"^^xsd:string .

<http://lexvo.org/id/char/96E6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%9B%A6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%AD>,
        "雦"^^xsd:string .

<http://lexvo.org/id/char/96E7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%9B%A7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%AD>,
        "雧"^^xsd:string .

<http://lexvo.org/id/char/96E9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%9B%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%BA%20y%C3%B9%20x%C5%AB>,
        <http://lexvo.org/id/term/kor/%E9%9B%A9>,
        <http://lexvo.org/id/term/kor/WU>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jyu4>,
        <http://lexvo.org/id/term/yue/%E9%9B%A9>,
        "雩"^^xsd:string ;
    rdfs:comment "offer sacrifice for rain"@en .

<http://lexvo.org/id/char/96EA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%9B%AA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xu%C4%9B>,
        <http://lexvo.org/id/term/kor/%E9%9B%AA>,
        <http://lexvo.org/id/term/kor/SEL>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/syut3>,
        <http://lexvo.org/id/term/yue/%E9%9B%AA>,
        "雪"^^xsd:string ;
    rdfs:comment "snow; wipe away shame, avenge"@en .

<http://lexvo.org/id/char/96EB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%9B%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C7%8E>,
        "雫"^^xsd:string ;
    rdfs:comment "a drop, trickle, dripping"@en .

<http://lexvo.org/id/char/96EC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%9B%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C7%92u>,
        "雬"^^xsd:string .

<http://lexvo.org/id/char/96ED> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%9B%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C3%A8>,
        "雭"^^xsd:string .

<http://lexvo.org/id/char/96EE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%9B%AE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%B9>,
        "雮"^^xsd:string .

<http://lexvo.org/id/char/96EF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%9B%AF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C3%A9n>,
        <http://lexvo.org/id/term/kor/%E9%9B%AF>,
        <http://lexvo.org/id/term/kor/MWUN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/man4>,
        <http://lexvo.org/id/term/yue/%E9%9B%AF>,
        "雯"^^xsd:string ;
    rdfs:comment "cloud patterns, coloring of cloud"@en .

<http://lexvo.org/id/char/96F0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%9B%B0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C4%93n>,
        <http://lexvo.org/id/term/kor/%E9%9B%B0>,
        <http://lexvo.org/id/term/kor/PWUN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fan1>,
        <http://lexvo.org/id/term/yue/%E9%9B%B0>,
        "雰"^^xsd:string ;
    rdfs:comment "atmosphere; mist, fog"@en .

<http://lexvo.org/id/char/96F1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%9B%B1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%A1ng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C4%81ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/pong4>,
        <http://lexvo.org/id/term/yue/%E9%9B%B1>,
        "雱"^^xsd:string ;
    rdfs:comment "snowing heavily"@en .

<http://lexvo.org/id/char/96F2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%9B%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%BAn>,
        <http://lexvo.org/id/term/kor/%E9%9B%B2>,
        <http://lexvo.org/id/term/kor/WUN>,
        <http://lexvo.org/id/term/vie/v%C3%A2n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wan4>,
        <http://lexvo.org/id/term/yue/%E9%9B%B2>,
        "雲"^^xsd:string ;
    rdfs:comment "clouds; Yunnan province"@en .

<http://lexvo.org/id/char/96F3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%9B%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lik1%20lik6>,
        <http://lexvo.org/id/term/yue/%E9%9B%B3>,
        "雳"^^xsd:string ;
    rdfs:comment "thunderclap, crashing thunder"@en .

<http://lexvo.org/id/char/96F4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%9B%B4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%AC>,
        <http://lexvo.org/id/term/vie/r%E1%BB%A3p>,
        "雴"^^xsd:string .

<http://lexvo.org/id/char/96F5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C7%8Eng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%9B%B5>,
        "雵"^^xsd:string .

<http://lexvo.org/id/char/96F6> a lvont:Character ;
    lvont:label "0" ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%9B%B6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%ADng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%ADng%20li%C3%A1n>,
        <http://lexvo.org/id/term/kor/%E9%9B%B6>,
        <http://lexvo.org/id/term/kor/LYENG%20LYEN>,
        <http://lexvo.org/id/term/vie/l%C3%AAnh>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ling4>,
        <http://lexvo.org/id/term/yue/%E9%9B%B6>,
        "零"^^xsd:string ;
    rdfs:comment "zero; fragment, fraction"@en .

<http://lexvo.org/id/char/96F7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%9B%B7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%A9i>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%A9i%20l%C3%A8i>,
        <http://lexvo.org/id/term/kor/%E9%9B%B7>,
        <http://lexvo.org/id/term/kor/LOY>,
        <http://lexvo.org/id/term/vie/l%C3%B4i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/leoi4>,
        <http://lexvo.org/id/term/yue/%E9%9B%B7>,
        "雷"^^xsd:string ;
    rdfs:comment "thunder"@en .

<http://lexvo.org/id/char/96F8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C3%A1n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%9B%B8>,
        "雸"^^xsd:string .

<http://lexvo.org/id/char/96F9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%9B%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%A1o>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%A1o%20b%C3%B3>,
        <http://lexvo.org/id/term/kor/%E9%9B%B9>,
        <http://lexvo.org/id/term/kor/PAK>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bok6>,
        <http://lexvo.org/id/term/yue/%E9%9B%B9>,
        "雹"^^xsd:string ;
    rdfs:comment "hail"@en .

<http://lexvo.org/id/char/96FA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%9B%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A9ng>,
        <http://lexvo.org/id/term/kor/%E9%9B%BA>,
        <http://lexvo.org/id/term/kor/MONG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mau4%20mung4>,
        <http://lexvo.org/id/term/yue/%E9%9B%BA>,
        "雺"^^xsd:string .

<http://lexvo.org/id/char/96FB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%9B%BB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/di%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E9%9B%BB>,
        <http://lexvo.org/id/term/kor/CEN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/din6>,
        <http://lexvo.org/id/term/yue/%E9%9B%BB>,
        "電"^^xsd:string ;
    rdfs:comment "electricity, electric; lightning"@en .

<http://lexvo.org/id/char/96FC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%9B%BC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%A0ng>,
        "雼"^^xsd:string .

<http://lexvo.org/id/char/96FD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%9B%BD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C3%ADng>,
        "雽"^^xsd:string .

<http://lexvo.org/id/char/96FE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%9B%BE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mou6>,
        <http://lexvo.org/id/term/yue/%E9%9B%BE>,
        "雾"^^xsd:string ;
    rdfs:comment "fog, mist, vapor, fine spray"@en .

<http://lexvo.org/id/char/96FF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%9B%BF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%A0o>,
        "雿"^^xsd:string .

<http://lexvo.org/id/char/9700> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%9C%80>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C5%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C5%AB%20nu%C3%B2%20ru%C7%8En%20r%C3%BA>,
        <http://lexvo.org/id/term/kor/%E9%9C%80>,
        <http://lexvo.org/id/term/kor/SWU>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/seoi1>,
        <http://lexvo.org/id/term/yue/%E9%9C%80>,
        "需"^^xsd:string ;
    rdfs:comment "need, require, must"@en .

<http://lexvo.org/id/char/9701> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%9C%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zai3>,
        <http://lexvo.org/id/term/yue/%E9%9C%81>,
        "霁"^^xsd:string ;
    rdfs:comment "to clear up after rain; to cease be angry"@en .

<http://lexvo.org/id/char/9702> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%9C%82>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%B9>,
        <http://lexvo.org/id/term/vie/%C4%91ong%20m%C3%B3c>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/muk6>,
        <http://lexvo.org/id/term/yue/%E9%9C%82>,
        "霂"^^xsd:string ;
    rdfs:comment "fine rain, drizzle"@en .

<http://lexvo.org/id/char/9703> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%9C%83>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%A9n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cam4>,
        <http://lexvo.org/id/term/yue/%E9%9C%83>,
        "霃"^^xsd:string ;
    rdfs:comment "long continued rains"@en .

<http://lexvo.org/id/char/9704> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%9C%84>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C4%81o>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C4%81o%20xi%C3%A0o>,
        <http://lexvo.org/id/term/kor/%E9%9C%84>,
        <http://lexvo.org/id/term/kor/SO>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/siu1>,
        <http://lexvo.org/id/term/yue/%E9%9C%84>,
        "霄"^^xsd:string ;
    rdfs:comment "sky; clouds, mist; night"@en .

<http://lexvo.org/id/char/9705> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%9C%85>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%A1%20xi%C3%A1%20zh%C3%A0%20sh%C3%A0>,
        <http://lexvo.org/id/term/kor/%E9%9C%85>,
        <http://lexvo.org/id/term/kor/SAP>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zip3>,
        <http://lexvo.org/id/term/yue/%E9%9C%85>,
        "霅"^^xsd:string ;
    rdfs:comment "thunder"@en .

<http://lexvo.org/id/char/9706> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%9C%86>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%ADng>,
        <http://lexvo.org/id/term/kor/%E9%9C%86>,
        <http://lexvo.org/id/term/kor/CENG>,
        <http://lexvo.org/id/term/vie/%C4%91%C3%ACnh>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ting4>,
        <http://lexvo.org/id/term/yue/%E9%9C%86>,
        "霆"^^xsd:string ;
    rdfs:comment "a sudden peal of thunder"@en .

<http://lexvo.org/id/char/9707> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%9C%87>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%A8n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%A8n%20sh%C4%93n>,
        <http://lexvo.org/id/term/kor/%E9%9C%87>,
        <http://lexvo.org/id/term/kor/CIN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zan3>,
        <http://lexvo.org/id/term/yue/%E9%9C%87>,
        "震"^^xsd:string ;
    rdfs:comment "shake, quake, tremor; excite"@en .

<http://lexvo.org/id/char/9708> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%9C%88>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%A8i>,
        <http://lexvo.org/id/term/kor/%E9%9C%88>,
        <http://lexvo.org/id/term/kor/PHAY>,
        <http://lexvo.org/id/term/vie/ph%C3%A1y>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/pui3>,
        <http://lexvo.org/id/term/yue/%E9%9C%88>,
        "霈"^^xsd:string ;
    rdfs:comment "torrential rains, flow of water"@en .

<http://lexvo.org/id/char/9709> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%9C%89>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A9i>,
        <http://lexvo.org/id/term/kor/%E9%9C%89>,
        <http://lexvo.org/id/term/kor/MAY>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mui4>,
        <http://lexvo.org/id/term/yue/%E9%9C%89>,
        "霉"^^xsd:string ;
    rdfs:comment "mildew, mold; moldy, mildewed"@en .

<http://lexvo.org/id/char/970A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%9C%8A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%ADng>,
        "霊"^^xsd:string ;
    rdfs:comment "spirit, soul; spiritual world"@en .

<http://lexvo.org/id/char/970B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%9C%8B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C4%AB>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/saap3>,
        <http://lexvo.org/id/term/yue/%E9%9C%8B>,
        "霋"^^xsd:string ;
    rdfs:comment "slight, passing"@en .

<http://lexvo.org/id/char/970C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%9C%8C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C5%8Du>,
        <http://lexvo.org/id/term/kor/%E9%9C%8C>,
        <http://lexvo.org/id/term/kor/CWU>,
        "霌"^^xsd:string .

<http://lexvo.org/id/char/970D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%9C%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%B2%20h%C3%A8%20su%C7%92>,
        <http://lexvo.org/id/term/kor/%E9%9C%8D>,
        <http://lexvo.org/id/term/kor/KWAK>,
        <http://lexvo.org/id/term/vie/ho%E1%BA%AFc>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fok3>,
        <http://lexvo.org/id/term/yue/%E9%9C%8D>,
        "霍"^^xsd:string ;
    rdfs:comment "quickly, suddenly; surname"@en .

<http://lexvo.org/id/char/970E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%9C%8E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%A0>,
        <http://lexvo.org/id/term/kor/%E9%9C%8E>,
        <http://lexvo.org/id/term/kor/SAP>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/saap3%20sap3>,
        <http://lexvo.org/id/term/yue/%E9%9C%8E>,
        "霎"^^xsd:string ;
    rdfs:comment "light rain, drizzle; an instant; passing"@en .

<http://lexvo.org/id/char/970F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%9C%8F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C4%93i>,
        <http://lexvo.org/id/term/kor/%E9%9C%8F>,
        <http://lexvo.org/id/term/kor/PI>,
        <http://lexvo.org/id/term/vie/phay>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fei1>,
        <http://lexvo.org/id/term/yue/%E9%9C%8F>,
        "霏"^^xsd:string ;
    rdfs:comment "falling of snow and rain"@en .

<http://lexvo.org/id/char/9710> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%9C%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C4%93ng>,
        "霐"^^xsd:string .

<http://lexvo.org/id/char/9711> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%9C%91>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C4%81n>,
        <http://lexvo.org/id/term/kor/%E9%9C%91>,
        <http://lexvo.org/id/term/kor/CEM>,
        <http://lexvo.org/id/term/vie/d%C3%ACm>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zim1>,
        <http://lexvo.org/id/term/yue/%E9%9C%91>,
        "霑"^^xsd:string ;
    rdfs:comment "be moistened, soaked; moisten"@en .

<http://lexvo.org/id/char/9712> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%9C%92>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C4%ABn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jam1>,
        <http://lexvo.org/id/term/yue/%E9%9C%92>,
        "霒"^^xsd:string .

<http://lexvo.org/id/char/9713> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%9C%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C3%AD>,
        <http://lexvo.org/id/term/kor/%E9%9C%93>,
        <http://lexvo.org/id/term/kor/YEY>,
        <http://lexvo.org/id/term/vie/nghi>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ngai4>,
        <http://lexvo.org/id/term/yue/%E9%9C%93>,
        "霓"^^xsd:string ;
    rdfs:comment "rainbow; variegated, colored"@en .

<http://lexvo.org/id/char/9714> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%9C%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%B9>,
        <http://lexvo.org/id/term/kor/%E9%9C%94>,
        <http://lexvo.org/id/term/kor/CWU>,
        "霔"^^xsd:string .

<http://lexvo.org/id/char/9715> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%9C%95>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%BAn>,
        "霕"^^xsd:string .

<http://lexvo.org/id/char/9716> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%9C%96>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%ADn>,
        <http://lexvo.org/id/term/kor/%E9%9C%96>,
        <http://lexvo.org/id/term/kor/LIM>,
        <http://lexvo.org/id/term/vie/l%C3%A2m>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lam4>,
        <http://lexvo.org/id/term/yue/%E9%9C%96>,
        "霖"^^xsd:string ;
    rdfs:comment "long spell of rain, copious rain"@en .

<http://lexvo.org/id/char/9717> a lvont:Character ;
    lvont:represents "霗"^^xsd:string .

<http://lexvo.org/id/char/9718> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%9C%98>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%B2ng>,
        "霘"^^xsd:string .

<http://lexvo.org/id/char/9719> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%9C%99>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C4%ABng>,
        <http://lexvo.org/id/term/kor/%E9%9C%99>,
        <http://lexvo.org/id/term/kor/YENG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jing1>,
        <http://lexvo.org/id/term/yue/%E9%9C%99>,
        "霙"^^xsd:string ;
    rdfs:comment "sleet"@en .

<http://lexvo.org/id/char/971A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%9C%9A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C3%B9>,
        "霚"^^xsd:string .

<http://lexvo.org/id/char/971B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%9C%9B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%ADng>,
        "霛"^^xsd:string .

<http://lexvo.org/id/char/971C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%9C%9C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/shu%C4%81ng>,
        <http://lexvo.org/id/term/kor/%E9%9C%9C>,
        <http://lexvo.org/id/term/kor/SANG>,
        <http://lexvo.org/id/term/vie/s%C6%B0%C6%A1ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/soeng1>,
        <http://lexvo.org/id/term/yue/%E9%9C%9C>,
        "霜"^^xsd:string ;
    rdfs:comment "frost; crystallized; candied"@en .

<http://lexvo.org/id/char/971D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%9C%9D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%ADng%20l%C3%ACng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ling4>,
        <http://lexvo.org/id/term/yue/%E9%9C%9D>,
        "霝"^^xsd:string ;
    rdfs:comment "drops of rain; to fall in drops"@en .

<http://lexvo.org/id/char/971E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%9C%9E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A1>,
        <http://lexvo.org/id/term/kor/%E9%9C%9E>,
        <http://lexvo.org/id/term/kor/HA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/haa4>,
        <http://lexvo.org/id/term/yue/%E9%9C%9E>,
        "霞"^^xsd:string ;
    rdfs:comment "rosy clouds"@en .

<http://lexvo.org/id/char/971F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%9C%9F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%B3ng>,
        "霟"^^xsd:string .

<http://lexvo.org/id/char/9720> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%9C%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C4%ABn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jam1>,
        <http://lexvo.org/id/term/yue/%E9%9C%A0>,
        "霠"^^xsd:string .

<http://lexvo.org/id/char/9721> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%9C%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A0i>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%B2%20m%C3%A0i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mak6>,
        <http://lexvo.org/id/term/yue/%E9%9C%A1>,
        "霡"^^xsd:string ;
    rdfs:comment "drizzling rain; to soak-- used fig. of favours"@en .

<http://lexvo.org/id/char/9722> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%9C%A2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A0i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mak6>,
        <http://lexvo.org/id/term/yue/%E9%9C%A2>,
        "霢"^^xsd:string ;
    rdfs:comment "dust"@en .

<http://lexvo.org/id/char/9723> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%9C%A3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%94n>,
        <http://lexvo.org/id/term/kor/%E9%9C%A3>,
        <http://lexvo.org/id/term/kor/WUN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wan5>,
        <http://lexvo.org/id/term/yue/%E9%9C%A3>,
        "霣"^^xsd:string ;
    rdfs:comment "fall"@en .

<http://lexvo.org/id/char/9724> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%9C%A4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lau6>,
        <http://lexvo.org/id/term/yue/%E9%9C%A4>,
        "霤"^^xsd:string ;
    rdfs:comment "drip; rain-water catcher"@en .

<http://lexvo.org/id/char/9725> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%9C%A5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A8ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mung4>,
        <http://lexvo.org/id/term/yue/%E9%9C%A5>,
        "霥"^^xsd:string .

<http://lexvo.org/id/char/9726> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%9C%A6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C4%ABn>,
        <http://lexvo.org/id/term/kor/%E9%9C%A6>,
        <http://lexvo.org/id/term/kor/PIN>,
        "霦"^^xsd:string .

<http://lexvo.org/id/char/9727> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%9C%A7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C3%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C3%B9%20m%C3%A9ng>,
        <http://lexvo.org/id/term/kor/%E9%9C%A7>,
        <http://lexvo.org/id/term/kor/MWU>,
        <http://lexvo.org/id/term/vie/v%E1%BB%A5>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mou6>,
        <http://lexvo.org/id/term/yue/%E9%9C%A7>,
        "霧"^^xsd:string ;
    rdfs:comment "fog, mist, vapor, fine spray"@en .

<http://lexvo.org/id/char/9728> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%9C%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C3%A8i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wai3>,
        <http://lexvo.org/id/term/yue/%E9%9C%A8>,
        "霨"^^xsd:string ;
    rdfs:comment "clouding"@en .

<http://lexvo.org/id/char/9729> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%9C%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%B2%20ku%C3%B2>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gwok3>,
        <http://lexvo.org/id/term/yue/%E9%9C%A9>,
        "霩"^^xsd:string .

<http://lexvo.org/id/char/972A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%9C%AA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%ADn>,
        <http://lexvo.org/id/term/kor/%E9%9C%AA>,
        <http://lexvo.org/id/term/kor/UM>,
        <http://lexvo.org/id/term/vie/d%E1%BA%A7m>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jam4>,
        <http://lexvo.org/id/term/yue/%E9%9C%AA>,
        "霪"^^xsd:string ;
    rdfs:comment "long and heavy rain"@en .

<http://lexvo.org/id/char/972B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%9C%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C3%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zaap6%20zap6>,
        <http://lexvo.org/id/term/yue/%E9%9C%AB>,
        "霫"^^xsd:string ;
    rdfs:comment "heavy rain"@en .

<http://lexvo.org/id/char/972C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%9C%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%AC>,
        "霬"^^xsd:string .

<http://lexvo.org/id/char/972D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C7%8Ei>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%9C%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/oi2>,
        <http://lexvo.org/id/term/yue/%E9%9C%AD>,
        "霭"^^xsd:string ;
    rdfs:comment "cloudy sky, haze; calm, peaceful"@en .

<http://lexvo.org/id/char/972E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%9C%AE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/daam6>,
        <http://lexvo.org/id/term/yue/%E9%9C%AE>,
        "霮"^^xsd:string .

<http://lexvo.org/id/char/972F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%9C%AF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%A8ng>,
        "霯"^^xsd:string .

<http://lexvo.org/id/char/9730> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%9C%B0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C7%8En%201250.050%3Axi%C3%A0n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E9%9C%B0>,
        <http://lexvo.org/id/term/kor/SEN%20SAN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sin3>,
        <http://lexvo.org/id/term/yue/%E9%9C%B0>,
        "霰"^^xsd:string ;
    rdfs:comment "hail, sleet"@en .

<http://lexvo.org/id/char/9731> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%9C%B1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/leot6>,
        <http://lexvo.org/id/term/yue/%E9%9C%B1>,
        "霱"^^xsd:string ;
    rdfs:comment "cloud"@en .

<http://lexvo.org/id/char/9732> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%9C%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%B2u%200739.020%3Al%C3%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%B9%20l%C3%B2u>,
        <http://lexvo.org/id/term/kor/%E9%9C%B2>,
        <http://lexvo.org/id/term/kor/LO>,
        <http://lexvo.org/id/term/vie/l%E1%BB%99>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lau6%20lou6>,
        <http://lexvo.org/id/term/yue/%E9%9C%B2>,
        "露"^^xsd:string ;
    rdfs:comment "dew; bare, open, exposed"@en .

<http://lexvo.org/id/char/9733> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%9C%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%B3ng>,
        "霳"^^xsd:string .

<http://lexvo.org/id/char/9734> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%9C%B4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%A0i>,
        "霴"^^xsd:string .

<http://lexvo.org/id/char/9735> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%9C%B5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%AD>,
        "霵"^^xsd:string .

<http://lexvo.org/id/char/9736> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%9C%B6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%A1ng%20p%C4%81ng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C4%81ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/pong4>,
        <http://lexvo.org/id/term/yue/%E9%9C%B6>,
        "霶"^^xsd:string ;
    rdfs:comment "downpouring of rain"@en .

<http://lexvo.org/id/char/9737> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%9C%B7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A1ng>,
        "霷"^^xsd:string .

<http://lexvo.org/id/char/9738> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%9C%B8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%A0%20p%C3%B2>,
        <http://lexvo.org/id/term/kor/%E9%9C%B8>,
        <http://lexvo.org/id/term/kor/PHAY%20PAYK>,
        <http://lexvo.org/id/term/vie/b%C3%A1>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/baa3>,
        <http://lexvo.org/id/term/yue/%E9%9C%B8>,
        "霸"^^xsd:string ;
    rdfs:comment "rule by might rather than right"@en .

<http://lexvo.org/id/char/9739> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%9C%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C4%AB>,
        <http://lexvo.org/id/term/kor/%E9%9C%B9>,
        <http://lexvo.org/id/term/kor/PYEK>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/pik1>,
        <http://lexvo.org/id/term/yue/%E9%9C%B9>,
        "霹"^^xsd:string ;
    rdfs:comment "thunder, crashing thunder"@en .

<http://lexvo.org/id/char/973A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%9C%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C3%A9i>,
        "霺"^^xsd:string .

<http://lexvo.org/id/char/973B> a lvont:Character ;
    lvont:represents "霻"^^xsd:string .

<http://lexvo.org/id/char/973C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%9C%BC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C7%90%20x%C3%AC>,
        "霼"^^xsd:string .

<http://lexvo.org/id/char/973D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%9C%BD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%AC>,
        <http://lexvo.org/id/term/kor/%E9%9C%BD>,
        <http://lexvo.org/id/term/kor/CEY>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zai3>,
        <http://lexvo.org/id/term/yue/%E9%9C%BD>,
        "霽"^^xsd:string ;
    rdfs:comment "to clear up after rain; to cease be angry"@en .

<http://lexvo.org/id/char/973E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%9C%BE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A1i>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A1i%20l%C3%AD>,
        <http://lexvo.org/id/term/kor/%E9%9C%BE>,
        <http://lexvo.org/id/term/kor/MAY>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lei4%20maai4%20mai4>,
        <http://lexvo.org/id/term/yue/%E9%9C%BE>,
        "霾"^^xsd:string ;
    rdfs:comment "misty, foggy; dust storm"@en .

<http://lexvo.org/id/char/973F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%9C%BF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A8ng%20m%C3%A9ng%20m%C3%B2u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mung6>,
        <http://lexvo.org/id/term/yue/%E9%9C%BF>,
        "霿"^^xsd:string .

<http://lexvo.org/id/char/9740> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%9D%80>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A9ng>,
        <http://lexvo.org/id/term/vie/m%E1%BB%91ng>,
        "靀"^^xsd:string ;
    rdfs:comment "drizzling, fine rain; mist"@en .

<http://lexvo.org/id/char/9741> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%9D%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%A9i%20l%C3%A8i>,
        "靁"^^xsd:string ;
    rdfs:comment "thick, strong"@en .

<http://lexvo.org/id/char/9742> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%9D%82>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%AC>,
        <http://lexvo.org/id/term/kor/%E9%9D%82>,
        <http://lexvo.org/id/term/kor/LYEK>,
        <http://lexvo.org/id/term/vie/r%C3%ADch>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lik1%20lik6>,
        <http://lexvo.org/id/term/yue/%E9%9D%82>,
        "靂"^^xsd:string ;
    rdfs:comment "thunderclap, crashing thunder"@en .

<http://lexvo.org/id/char/9743> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%9D%83>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%B2%20su%C7%90>,
        "靃"^^xsd:string .

<http://lexvo.org/id/char/9744> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C7%8Ei>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%9D%84>,
        <http://lexvo.org/id/term/kor/%E9%9D%84>,
        <http://lexvo.org/id/term/kor/AY>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/oi2>,
        <http://lexvo.org/id/term/yue/%E9%9D%84>,
        "靄"^^xsd:string ;
    rdfs:comment "cloudy sky, haze; calm, peaceful"@en .

<http://lexvo.org/id/char/9745> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%9D%85>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%A8i>,
        "靅"^^xsd:string .

<http://lexvo.org/id/char/9746> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%9D%86>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%A0i>,
        <http://lexvo.org/id/term/kor/%E9%9D%86>,
        <http://lexvo.org/id/term/kor/CHEY>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/doi6>,
        <http://lexvo.org/id/term/yue/%E9%9D%86>,
        "靆"^^xsd:string ;
    rdfs:comment "cloudy sky; not clear; dark"@en .

<http://lexvo.org/id/char/9747> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%9D%87>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%B3ng>,
        "靇"^^xsd:string .

<http://lexvo.org/id/char/9748> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%9D%88>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%ADng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%ADng%20l%C3%ACng>,
        <http://lexvo.org/id/term/kor/%E9%9D%88>,
        <http://lexvo.org/id/term/kor/LYENG>,
        <http://lexvo.org/id/term/vie/linh>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/leng4%20ling4>,
        <http://lexvo.org/id/term/yue/%E9%9D%88>,
        "靈"^^xsd:string ;
    rdfs:comment "spirit, soul; spiritual world"@en .

<http://lexvo.org/id/char/9749> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C3%A0i>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%9D%89>,
        <http://lexvo.org/id/term/kor/%E9%9D%89>,
        <http://lexvo.org/id/term/kor/AY>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/oi2>,
        <http://lexvo.org/id/term/yue/%E9%9D%89>,
        "靉"^^xsd:string ;
    rdfs:comment "cloudy sky; dark, obscure"@en .

<http://lexvo.org/id/char/974A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%9D%8A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C4%93ng>,
        "靊"^^xsd:string .

<http://lexvo.org/id/char/974B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%9D%8B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%AC>,
        "靋"^^xsd:string .

<http://lexvo.org/id/char/974C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%9D%8C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C7%8Eo>,
        <http://lexvo.org/id/term/kor/%E9%9D%8C>,
        <http://lexvo.org/id/term/kor/PO>,
        "靌"^^xsd:string .

<http://lexvo.org/id/char/974D> a lvont:Character ;
    lvont:represents "靍"^^xsd:string .

<http://lexvo.org/id/char/974E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%9D%8E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A8>,
        "靎"^^xsd:string .

<http://lexvo.org/id/char/974F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%9D%8F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A8>,
        "靏"^^xsd:string .

<http://lexvo.org/id/char/9750> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%9D%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%ACng>,
        "靐"^^xsd:string .

<http://lexvo.org/id/char/9753> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%9D%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%ACng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%ACng%200710.040%3Ali%C3%A0ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/leng3%20zing6>,
        <http://lexvo.org/id/term/yue/%E9%9D%93>,
        "靓"^^xsd:string ;
    rdfs:comment "make up face; ornament; quiet"@en .

<http://lexvo.org/id/char/9754> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%9D%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ti%C4%81n>,
        "靔"^^xsd:string .

<http://lexvo.org/id/char/9755> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%9D%95>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C4%93n>,
        "靕"^^xsd:string .

<http://lexvo.org/id/char/9756> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%9D%96>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%ACng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%ACng%20j%C4%ABng>,
        <http://lexvo.org/id/term/kor/%E9%9D%96>,
        <http://lexvo.org/id/term/kor/CENG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zing6>,
        <http://lexvo.org/id/term/yue/%E9%9D%96>,
        "靖"^^xsd:string ;
    rdfs:comment "pacify; appease; calm, peaceful"@en .

<http://lexvo.org/id/char/9757> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%9D%97>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%A8ng>,
        "靗"^^xsd:string .

<http://lexvo.org/id/char/9758> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%9D%98>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C3%ACng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cing3>,
        <http://lexvo.org/id/term/yue/%E9%9D%98>,
        "靘"^^xsd:string .

<http://lexvo.org/id/char/9759> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%9D%99>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%ACng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zing6>,
        <http://lexvo.org/id/term/yue/%E9%9D%99>,
        "静"^^xsd:string ;
    rdfs:comment "quiet, still, motionless; gentle"@en .

<http://lexvo.org/id/char/975A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%9D%9A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%ACng%20li%C3%A0ng>,
        <http://lexvo.org/id/term/kor/%E9%9D%9A>,
        <http://lexvo.org/id/term/kor/CENG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/leng3%20zing6>,
        <http://lexvo.org/id/term/yue/%E9%9D%9A>,
        "靚"^^xsd:string ;
    rdfs:comment "make up face; ornament; quiet; (Cant.) pretty"@en .

<http://lexvo.org/id/char/975B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%9D%9B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/di%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E9%9D%9B>,
        <http://lexvo.org/id/term/kor/CEN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/din6>,
        <http://lexvo.org/id/term/yue/%E9%9D%9B>,
        "靛"^^xsd:string ;
    rdfs:comment "indigo; any blue dye"@en .

<http://lexvo.org/id/char/975C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%9D%9C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%ACng>,
        <http://lexvo.org/id/term/kor/%E9%9D%9C>,
        <http://lexvo.org/id/term/kor/CENG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zing6>,
        <http://lexvo.org/id/term/yue/%E9%9D%9C>,
        "靜"^^xsd:string ;
    rdfs:comment "quiet, still, motionless; gentle"@en .

<http://lexvo.org/id/char/975D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%9D%9D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ti%C4%81n>,
        <http://lexvo.org/id/term/kor/%E9%9D%9D>,
        <http://lexvo.org/id/term/kor/CHEN>,
        "靝"^^xsd:string ;
    rdfs:comment "(in taoism) the heaven"@en .

<http://lexvo.org/id/char/975F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%9D%9F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C4%93i>,
        "靟"^^xsd:string .

<http://lexvo.org/id/char/9760> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%9D%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C3%A0o>,
        <http://lexvo.org/id/term/kor/%E9%9D%A0>,
        <http://lexvo.org/id/term/kor/KO>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kaau3>,
        <http://lexvo.org/id/term/yue/%E9%9D%A0>,
        "靠"^^xsd:string ;
    rdfs:comment "lean on, trust, depend on; near"@en .

<http://lexvo.org/id/char/9761> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%9D%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%AD%200781.080%3Am%C7%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C7%90%20m%C3%AD%20m%C3%A1%20m%C3%A9i%20m%C3%B3>,
        <http://lexvo.org/id/term/kor/%E9%9D%A1>,
        <http://lexvo.org/id/term/kor/MI>,
        <http://lexvo.org/id/term/vie/m%E1%BB%8B>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mei5>,
        <http://lexvo.org/id/term/yue/%E9%9D%A1>,
        "靡"^^xsd:string ;
    rdfs:comment "divide, disperse, scatter"@en .

<http://lexvo.org/id/char/9764> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%9D%A4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%A0o>,
        "靤"^^xsd:string .

<http://lexvo.org/id/char/9765> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%9D%A5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A8>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jip6>,
        <http://lexvo.org/id/term/yue/%E9%9D%A5>,
        "靥"^^xsd:string ;
    rdfs:comment "dimples"@en .

<http://lexvo.org/id/char/9766> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%9D%A6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ti%C7%8En%20mi%C7%8En>,
        <http://lexvo.org/id/term/kor/%E9%9D%A6>,
        <http://lexvo.org/id/term/kor/CEN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/min5%20tin2>,
        <http://lexvo.org/id/term/yue/%E9%9D%A6>,
        "靦"^^xsd:string ;
    rdfs:comment "timid, shy, bashful"@en .

<http://lexvo.org/id/char/9767> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%9D%A7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fui3>,
        <http://lexvo.org/id/term/yue/%E9%9D%A7>,
        "靧"^^xsd:string ;
    rdfs:comment "wash face"@en .

<http://lexvo.org/id/char/9768> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%9D%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A8%20y%C7%8En>,
        <http://lexvo.org/id/term/kor/%E9%9D%A8>,
        <http://lexvo.org/id/term/kor/YEP>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jip3%20jip6>,
        <http://lexvo.org/id/term/yue/%E9%9D%A8>,
        "靨"^^xsd:string ;
    rdfs:comment "dimples"@en .

<http://lexvo.org/id/char/976A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%9D%AA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C4%ABng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ding1>,
        <http://lexvo.org/id/term/yue/%E9%9D%AA>,
        "靪"^^xsd:string ;
    rdfs:comment "to cobble, to patch"@en .

<http://lexvo.org/id/char/976B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%9D%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C4%81%20ch%C4%81i>,
        "靫"^^xsd:string ;
    rdfs:comment "strong and pliable, resilient"@en .

<http://lexvo.org/id/char/976C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%9D%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C4%81n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gin1>,
        <http://lexvo.org/id/term/yue/%E9%9D%AC>,
        "靬"^^xsd:string .

<http://lexvo.org/id/char/976D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%9D%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/r%C3%A8n>,
        <http://lexvo.org/id/term/kor/%E9%9D%AD>,
        <http://lexvo.org/id/term/kor/IN>,
        "靭"^^xsd:string ;
    rdfs:comment "strong and pliable, resilient"@en .

<http://lexvo.org/id/char/976E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%9D%AE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dik1>,
        <http://lexvo.org/id/term/yue/%E9%9D%AE>,
        "靮"^^xsd:string ;
    rdfs:comment "bridle"@en .

<http://lexvo.org/id/char/976F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%9D%AF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%B9>,
        "靯"^^xsd:string .

<http://lexvo.org/id/char/9770> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%9D%B0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wu1>,
        <http://lexvo.org/id/term/yue/%E9%9D%B0>,
        "靰"^^xsd:string ;
    rdfs:comment "leg warmer"@en .

<http://lexvo.org/id/char/9771> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%9D%B1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/r%C3%A8n>,
        "靱"^^xsd:string ;
    rdfs:comment "strong and pliable, resilient"@en .

<http://lexvo.org/id/char/9772> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%9D%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C3%ADn%20j%C3%ACn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kam4>,
        <http://lexvo.org/id/term/yue/%E9%9D%B2>,
        "靲"^^xsd:string .

<http://lexvo.org/id/char/9773> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%9D%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%ACn>,
        <http://lexvo.org/id/term/kor/%E9%9D%B3>,
        <http://lexvo.org/id/term/kor/KUN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gan3>,
        <http://lexvo.org/id/term/yue/%E9%9D%B3>,
        "靳"^^xsd:string ;
    rdfs:comment "strap on a horse's breast"@en .

<http://lexvo.org/id/char/9774> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%9D%B4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xu%C4%93>,
        <http://lexvo.org/id/term/kor/%E9%9D%B4>,
        <http://lexvo.org/id/term/kor/HWA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hoe1>,
        <http://lexvo.org/id/term/yue/%E9%9D%B4>,
        "靴"^^xsd:string ;
    rdfs:comment "boots"@en .

<http://lexvo.org/id/char/9775> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%9D%B5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ni%C7%94>,
        <http://lexvo.org/id/term/kor/%E9%9D%B5>,
        <http://lexvo.org/id/term/kor/NYU>,
        "靵"^^xsd:string .

<http://lexvo.org/id/char/9776> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%9D%B6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C7%8E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C7%8E%20b%C3%A0>,
        <http://lexvo.org/id/term/kor/%E9%9D%B6>,
        <http://lexvo.org/id/term/kor/PHA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/baa2>,
        <http://lexvo.org/id/term/yue/%E9%9D%B6>,
        "靶"^^xsd:string ;
    rdfs:comment "target; splashboard on chariot"@en .

<http://lexvo.org/id/char/9777> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%9D%B7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%90n>,
        <http://lexvo.org/id/term/kor/%E9%9D%B7>,
        <http://lexvo.org/id/term/kor/IN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jan5>,
        <http://lexvo.org/id/term/yue/%E9%9D%B7>,
        "靷"^^xsd:string ;
    rdfs:comment "the leather belt that connects a horse with a cart"@en .

<http://lexvo.org/id/char/9778> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%9D%B8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C7%8E%201106.111%3At%C4%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C7%8E%20t%C4%81>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/saap3>,
        <http://lexvo.org/id/term/yue/%E9%9D%B8>,
        "靸"^^xsd:string ;
    rdfs:comment "a child's shoes; slippers"@en .

<http://lexvo.org/id/char/9779> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%9D%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C3%A0>,
        "靹"^^xsd:string .

<http://lexvo.org/id/char/977A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%9D%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%B2>,
        <http://lexvo.org/id/term/kor/%E9%9D%BA>,
        <http://lexvo.org/id/term/kor/MAL>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mut6>,
        <http://lexvo.org/id/term/yue/%E9%9D%BA>,
        "靺"^^xsd:string ;
    rdfs:comment "stocking; the Tungusic tribe"@en .

<http://lexvo.org/id/char/977B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%9D%BB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C7%94>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zou2>,
        <http://lexvo.org/id/term/yue/%E9%9D%BB>,
        "靻"^^xsd:string .

<http://lexvo.org/id/char/977C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%9D%BC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%A1>,
        <http://lexvo.org/id/term/kor/%E9%9D%BC>,
        <http://lexvo.org/id/term/kor/TAL>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/daat3>,
        <http://lexvo.org/id/term/yue/%E9%9D%BC>,
        "靼"^^xsd:string ;
    rdfs:comment "tartars"@en .

<http://lexvo.org/id/char/977D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%9D%BD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bun3>,
        <http://lexvo.org/id/term/yue/%E9%9D%BD>,
        "靽"^^xsd:string .

<http://lexvo.org/id/char/977E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%9D%BE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%AC%20xi%C3%A8>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sit3>,
        <http://lexvo.org/id/term/yue/%E9%9D%BE>,
        "靾"^^xsd:string .

<http://lexvo.org/id/char/977F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%9D%BF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A0o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/aau3%20ngaau3>,
        <http://lexvo.org/id/term/yue/%E9%9D%BF>,
        "靿"^^xsd:string ;
    rdfs:comment "the leg of a boot"@en .

<http://lexvo.org/id/char/9780> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%9E%80>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%A1o>,
        <http://lexvo.org/id/term/kor/%E9%9E%80>,
        <http://lexvo.org/id/term/kor/TO>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tou4>,
        <http://lexvo.org/id/term/yue/%E9%9E%80>,
        "鞀"^^xsd:string ;
    rdfs:comment "drum"@en .

<http://lexvo.org/id/char/9781> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%9E%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%A8i>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/tu%C3%B3%20b%C3%A8i>,
        <http://lexvo.org/id/term/kor/%E9%9E%81>,
        <http://lexvo.org/id/term/kor/PHI>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bei6>,
        <http://lexvo.org/id/term/yue/%E9%9E%81>,
        "鞁"^^xsd:string .

<http://lexvo.org/id/char/9782> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%9E%82>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%A1>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gaat3>,
        <http://lexvo.org/id/term/yue/%E9%9E%82>,
        "鞂"^^xsd:string .

<http://lexvo.org/id/char/9783> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%9E%83>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%B3ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wang4>,
        <http://lexvo.org/id/term/yue/%E9%9E%83>,
        "鞃"^^xsd:string ;
    rdfs:comment "board"@en .

<http://lexvo.org/id/char/9784> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%9E%84>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%A1o%20b%C3%A0o>,
        <http://lexvo.org/id/term/kor/%E9%9E%84>,
        <http://lexvo.org/id/term/kor/PHO>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/paai4%20paau4%20pok3>,
        <http://lexvo.org/id/term/yue/%E9%9E%84>,
        "鞄"^^xsd:string ;
    rdfs:comment "to work hides; leather bag"@en .

<http://lexvo.org/id/char/9785> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%9E%85>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C4%81ng%201339.030%3Ay%C3%A0ng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%8Eng%20y%C4%81ng>,
        <http://lexvo.org/id/term/kor/%E9%9E%85>,
        <http://lexvo.org/id/term/kor/ANG>,
        <http://lexvo.org/id/term/vie/%C3%B3ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/joeng1%20joeng2>,
        <http://lexvo.org/id/term/yue/%E9%9E%85>,
        "鞅"^^xsd:string ;
    rdfs:comment "leather strap over horse's neck"@en .

<http://lexvo.org/id/char/9786> a lvont:Character ;
    lvont:represents "鞆"^^xsd:string ;
    rdfs:comment "an archer's arm-protector"@en .

<http://lexvo.org/id/char/9787> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%9E%87>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C4%ABn>,
        "鞇"^^xsd:string .

<http://lexvo.org/id/char/9788> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%9E%88>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%A1%20g%C3%A9%20t%C3%A0>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gaap3>,
        <http://lexvo.org/id/term/yue/%E9%9E%88>,
        "鞈"^^xsd:string .

<http://lexvo.org/id/char/9789> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%9E%89>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%A1o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tou4>,
        <http://lexvo.org/id/term/yue/%E9%9E%89>,
        "鞉"^^xsd:string ;
    rdfs:comment "drum"@en .

<http://lexvo.org/id/char/978A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%9E%8A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%AD>,
        "鞊"^^xsd:string .

<http://lexvo.org/id/char/978B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%9E%8B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A9%20w%C4%81>,
        <http://lexvo.org/id/term/kor/%E9%9E%8B>,
        <http://lexvo.org/id/term/kor/HYEY>,
        <http://lexvo.org/id/term/vie/h%C3%A0i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/haai4>,
        <http://lexvo.org/id/term/yue/%E9%9E%8B>,
        "鞋"^^xsd:string ;
    rdfs:comment "shoes, footwear in general"@en .

<http://lexvo.org/id/char/978C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C4%81n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%9E%8C>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/on1>,
        <http://lexvo.org/id/term/yue/%E9%9E%8C>,
        "鞌"^^xsd:string .

<http://lexvo.org/id/char/978D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C4%81n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%9E%8D>,
        <http://lexvo.org/id/term/kor/%E9%9E%8D>,
        <http://lexvo.org/id/term/kor/AN>,
        <http://lexvo.org/id/term/vie/y%C3%AAn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/on1>,
        <http://lexvo.org/id/term/yue/%E9%9E%8D>,
        "鞍"^^xsd:string ;
    rdfs:comment "saddle; any saddle-shaped object"@en .

<http://lexvo.org/id/char/978E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%9E%8E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A9n>,
        "鞎"^^xsd:string .

<http://lexvo.org/id/char/978F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%9E%8F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C7%92ng>,
        <http://lexvo.org/id/term/kor/%E9%9E%8F>,
        <http://lexvo.org/id/term/kor/KONG>,
        <http://lexvo.org/id/term/vie/c%E1%BB%A7ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gung2>,
        <http://lexvo.org/id/term/yue/%E9%9E%8F>,
        "鞏"^^xsd:string ;
    rdfs:comment "bind; firm, secure, strong"@en .

<http://lexvo.org/id/char/9790> a lvont:Character ;
    lvont:represents "鞐"^^xsd:string .

<http://lexvo.org/id/char/9791> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%9E%91>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%A1>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/taat3>,
        <http://lexvo.org/id/term/yue/%E9%9E%91>,
        "鞑"^^xsd:string ;
    rdfs:comment "tatars"@en .

<http://lexvo.org/id/char/9792> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%9E%92>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C3%A1o>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C4%81o>,
        "鞒"^^xsd:string ;
    rdfs:comment "mud shoe, sledge for the feet"@en .

<http://lexvo.org/id/char/9793> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%9E%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C4%ABng>,
        "鞓"^^xsd:string .

<http://lexvo.org/id/char/9794> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%9E%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A1n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C7%8En%20m%C3%A1n%20m%C3%A8n>,
        <http://lexvo.org/id/term/kor/%E9%9E%94>,
        <http://lexvo.org/id/term/kor/MAN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mong1%20mun4%20mun6>,
        <http://lexvo.org/id/term/yue/%E9%9E%94>,
        "鞔"^^xsd:string ;
    rdfs:comment "sides or uppers of shoes to stretch a skin on a frame for a drum; (Cant.) to cover"@en .

<http://lexvo.org/id/char/9795> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%9E%95>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%ACng>,
        "鞕"^^xsd:string .

<http://lexvo.org/id/char/9796> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%9E%96>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/su%C4%AB>,
        "鞖"^^xsd:string .

<http://lexvo.org/id/char/9797> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%9E%97>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ti%C3%A1o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tiu4>,
        <http://lexvo.org/id/term/yue/%E9%9E%97>,
        "鞗"^^xsd:string ;
    rdfs:comment "reins"@en .

<http://lexvo.org/id/char/9798> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%9E%98>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C3%A0o%201008.010%3Ash%C4%81o>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C3%A0o%20sh%C4%81o>,
        <http://lexvo.org/id/term/kor/%E9%9E%98>,
        <http://lexvo.org/id/term/kor/CHO>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ciu3%20saau1>,
        <http://lexvo.org/id/term/yue/%E9%9E%98>,
        "鞘"^^xsd:string ;
    rdfs:comment "scabbard, sheath"@en .

<http://lexvo.org/id/char/9799> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%9E%99>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xu%C3%A0n%20ju%C4%81n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gyun1%20jyun5>,
        <http://lexvo.org/id/term/yue/%E9%9E%99>,
        "鞙"^^xsd:string ;
    rdfs:comment "scabbard; traces, reins"@en .

<http://lexvo.org/id/char/979A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%9E%9A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C3%B2ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hung3>,
        <http://lexvo.org/id/term/yue/%E9%9E%9A>,
        "鞚"^^xsd:string ;
    rdfs:comment "bridle"@en .

<http://lexvo.org/id/char/979B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%9E%9B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C4%9Bng>,
        "鞛"^^xsd:string .

<http://lexvo.org/id/char/979C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%9E%9C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%A0>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/daap6>,
        <http://lexvo.org/id/term/yue/%E9%9E%9C>,
        "鞜"^^xsd:string ;
    rdfs:comment "shoes, boots"@en .

<http://lexvo.org/id/char/979D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%9E%9D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%A0ng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C7%8Eng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/soeng5%20zoeng2>,
        <http://lexvo.org/id/term/yue/%E9%9E%9D>,
        "鞝"^^xsd:string ;
    rdfs:comment "the piece of leather used for soles on Chinese shoes. a patch"@en .

<http://lexvo.org/id/char/979E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%9E%9E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C7%90ng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C7%90ng%20b%C7%90%20p%C3%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bei2%20bing2%20pei4>,
        <http://lexvo.org/id/term/yue/%E9%9E%9E>,
        "鞞"^^xsd:string ;
    rdfs:comment "sheath"@en .

<http://lexvo.org/id/char/979F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%9E%9F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ku%C3%B2>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kwok3>,
        <http://lexvo.org/id/term/yue/%E9%9E%9F>,
        "鞟"^^xsd:string ;
    rdfs:comment "skin; leather"@en .

<http://lexvo.org/id/char/97A0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%9E%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C5%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C5%AB%20j%C3%BA%20q%C5%AB%20qi%C5%8Dng>,
        <http://lexvo.org/id/term/kor/%E9%9E%A0>,
        <http://lexvo.org/id/term/kor/KWUK>,
        <http://lexvo.org/id/term/vie/c%C3%BAc>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/guk1>,
        <http://lexvo.org/id/term/yue/%E9%9E%A0>,
        "鞠"^^xsd:string ;
    rdfs:comment "bow, bend; rear, raise, nourish"@en .

<http://lexvo.org/id/char/97A1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%9E%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/la>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/laa1>,
        <http://lexvo.org/id/term/yue/%E9%9E%A1>,
        "鞡"^^xsd:string ;
    rdfs:comment "leg warmer"@en .

<http://lexvo.org/id/char/97A2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%9E%A2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A8>,
        "鞢"^^xsd:string .

<http://lexvo.org/id/char/97A3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%9E%A3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/r%C3%B3u>,
        <http://lexvo.org/id/term/kor/%E9%9E%A3>,
        <http://lexvo.org/id/term/kor/YU>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jau4>,
        <http://lexvo.org/id/term/yue/%E9%9E%A3>,
        "鞣"^^xsd:string ;
    rdfs:comment "tan, soften"@en .

<http://lexvo.org/id/char/97A4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%9E%A4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C4%81ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bong1>,
        <http://lexvo.org/id/term/yue/%E9%9E%A4>,
        "鞤"^^xsd:string .

<http://lexvo.org/id/char/97A5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C4%93ng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%9E%A5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%AC%20%C4%93ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ang1>,
        <http://lexvo.org/id/term/yue/%E9%9E%A5>,
        "鞥"^^xsd:string .

<http://lexvo.org/id/char/97A6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%9E%A6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C5%AB>,
        <http://lexvo.org/id/term/kor/%E9%9E%A6>,
        <http://lexvo.org/id/term/kor/CHWU>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cau1>,
        <http://lexvo.org/id/term/yue/%E9%9E%A6>,
        "鞦"^^xsd:string ;
    rdfs:comment "leather stap; swing"@en .

<http://lexvo.org/id/char/97A7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%9E%A7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C5%AB>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cau1>,
        <http://lexvo.org/id/term/yue/%E9%9E%A7>,
        "鞧"^^xsd:string ;
    rdfs:comment "a leather strap"@en .

<http://lexvo.org/id/char/97A8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%9E%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A9%20m%C3%B2>,
        <http://lexvo.org/id/term/kor/%E9%9E%A8>,
        <http://lexvo.org/id/term/kor/KAL>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hot3>,
        <http://lexvo.org/id/term/yue/%E9%9E%A8>,
        "鞨"^^xsd:string ;
    rdfs:comment "tribe"@en .

<http://lexvo.org/id/char/97A9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%9E%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A0o>,
        "鞩"^^xsd:string .

<http://lexvo.org/id/char/97AA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%9E%AA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%B9%20m%C3%B3u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mau4>,
        <http://lexvo.org/id/term/yue/%E9%9E%AA>,
        "鞪"^^xsd:string .

<http://lexvo.org/id/char/97AB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%9E%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%BA%20j%C5%AB%20q%C5%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C5%AB>,
        <http://lexvo.org/id/term/kor/%E9%9E%AB>,
        <http://lexvo.org/id/term/kor/KWU>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/guk1>,
        <http://lexvo.org/id/term/yue/%E9%9E%AB>,
        "鞫"^^xsd:string ;
    rdfs:comment "interrogate, question"@en .

<http://lexvo.org/id/char/97AC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%9E%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C4%81n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C4%81n%20ji%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E9%9E%AC>,
        <http://lexvo.org/id/term/kor/KEN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gin1>,
        <http://lexvo.org/id/term/yue/%E9%9E%AC>,
        "鞬"^^xsd:string ;
    rdfs:comment "a quiver on a horse; a store"@en .

<http://lexvo.org/id/char/97AD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%9E%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/bi%C4%81n>,
        <http://lexvo.org/id/term/kor/%E9%9E%AD>,
        <http://lexvo.org/id/term/kor/PHYEN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bin1>,
        <http://lexvo.org/id/term/yue/%E9%9E%AD>,
        "鞭"^^xsd:string ;
    rdfs:comment "whip; whip; string of firecrackers"@en .

<http://lexvo.org/id/char/97AE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%9E%AE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C4%AB>,
        <http://lexvo.org/id/term/kor/%E9%9E%AE>,
        <http://lexvo.org/id/term/kor/CEY>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dai1>,
        <http://lexvo.org/id/term/yue/%E9%9E%AE>,
        "鞮"^^xsd:string ;
    rdfs:comment "leather shoes"@en .

<http://lexvo.org/id/char/97AF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%9E%AF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C4%81n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zin1>,
        <http://lexvo.org/id/term/yue/%E9%9E%AF>,
        "鞯"^^xsd:string ;
    rdfs:comment "saddle blanket"@en .

<http://lexvo.org/id/char/97B0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/kor/%E9%9E%B0>,
        <http://lexvo.org/id/term/kor/ON>,
        "鞰"^^xsd:string .

<http://lexvo.org/id/char/97B1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%9E%B1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C4%81o>,
        <http://lexvo.org/id/term/kor/%E9%9E%B1>,
        <http://lexvo.org/id/term/kor/TO>,
        "鞱"^^xsd:string .

<http://lexvo.org/id/char/97B2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%9E%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C5%8Du>,
        <http://lexvo.org/id/term/kor/%E9%9E%B2>,
        <http://lexvo.org/id/term/kor/KWU>,
        "鞲"^^xsd:string ;
    rdfs:comment "leather arm guard"@en .

<http://lexvo.org/id/char/97B3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%9E%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%A0>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/daap6>,
        <http://lexvo.org/id/term/yue/%E9%9E%B3>,
        "鞳"^^xsd:string .

<http://lexvo.org/id/char/97B4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%9E%B4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%A8i>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%A8i%20b%C3%B9%20f%C3%BA%20b%C3%A0i>,
        <http://lexvo.org/id/term/kor/%E9%9E%B4>,
        <http://lexvo.org/id/term/kor/PI>,
        "鞴"^^xsd:string ;
    rdfs:comment "saddle up horse; drive horse"@en .

<http://lexvo.org/id/char/97B5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%9E%B5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A9>,
        "鞵"^^xsd:string ;
    rdfs:comment "shoes; boots"@en .

<http://lexvo.org/id/char/97B6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%9E%B6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/pun4>,
        <http://lexvo.org/id/term/yue/%E9%9E%B6>,
        "鞶"^^xsd:string ;
    rdfs:comment "big leather belt"@en .

<http://lexvo.org/id/char/97B7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%9E%B7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C3%A9>,
        "鞷"^^xsd:string .

<http://lexvo.org/id/char/97B8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%9E%B8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%AC>,
        <http://lexvo.org/id/term/kor/%E9%9E%B8>,
        <http://lexvo.org/id/term/kor/PHIL>,
        "鞸"^^xsd:string ;
    rdfs:comment "leather arm guard"@en .

<http://lexvo.org/id/char/97B9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%9E%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ku%C3%B2>,
        <http://lexvo.org/id/term/kor/%E9%9E%B9>,
        <http://lexvo.org/id/term/kor/KWAK>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kwok3>,
        <http://lexvo.org/id/term/yue/%E9%9E%B9>,
        "鞹"^^xsd:string ;
    rdfs:comment "skin"@en .

<http://lexvo.org/id/char/97BA> a lvont:Character ;
    lvont:represents "鞺"^^xsd:string ;
    rdfs:comment "the sound of drums"@en .

<http://lexvo.org/id/char/97BB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%9E%BB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%B3u%20l%C7%9A>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lau4>,
        <http://lexvo.org/id/term/yue/%E9%9E%BB>,
        "鞻"^^xsd:string .

<http://lexvo.org/id/char/97BC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%9E%BC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/gu%C3%AC>,
        "鞼"^^xsd:string .

<http://lexvo.org/id/char/97BD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%9E%BD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C3%A1o>,
        <http://lexvo.org/id/term/kor/%E9%9E%BD>,
        <http://lexvo.org/id/term/kor/KYO>,
        "鞽"^^xsd:string ;
    rdfs:comment "mud shoe, sledge for the feet"@en .

<http://lexvo.org/id/char/97BE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%9E%BE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xu%C4%93>,
        "鞾"^^xsd:string ;
    rdfs:comment "boots"@en .

<http://lexvo.org/id/char/97BF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%9E%BF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C4%AB>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gei1>,
        <http://lexvo.org/id/term/yue/%E9%9E%BF>,
        "鞿"^^xsd:string .

<http://lexvo.org/id/char/97C0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%9F%80>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C4%81n>,
        "韀"^^xsd:string ;
    rdfs:comment "a saddle fastener"@en .

<http://lexvo.org/id/char/97C1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%9F%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C4%81ng>,
        <http://lexvo.org/id/term/kor/%E9%9F%81>,
        <http://lexvo.org/id/term/kor/KANG>,
        <http://lexvo.org/id/term/vie/c%C6%B0%C6%A1ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/goeng1>,
        <http://lexvo.org/id/term/yue/%E9%9F%81>,
        "韁"^^xsd:string ;
    rdfs:comment "reins, halter; bridle"@en .

<http://lexvo.org/id/char/97C2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%9F%82>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%A0n>,
        "韂"^^xsd:string ;
    rdfs:comment "a saddle-flap. trappings"@en .

<http://lexvo.org/id/char/97C3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%9F%83>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%A1%20t%C3%A0>,
        <http://lexvo.org/id/term/kor/%E9%9F%83>,
        <http://lexvo.org/id/term/kor/TAL>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/taat3>,
        <http://lexvo.org/id/term/yue/%E9%9F%83>,
        "韃"^^xsd:string ;
    rdfs:comment "tatars"@en .

<http://lexvo.org/id/char/97C4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%9F%84>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%B2%20h%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/waak6%20wu6>,
        <http://lexvo.org/id/term/yue/%E9%9F%84>,
        "韄"^^xsd:string .

<http://lexvo.org/id/char/97C5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%9F%85>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C7%8En>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hin2>,
        <http://lexvo.org/id/term/yue/%E9%9F%85>,
        "韅"^^xsd:string ;
    rdfs:comment "harness"@en .

<http://lexvo.org/id/char/97C6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%9F%86>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C4%81n>,
        <http://lexvo.org/id/term/kor/%E9%9F%86>,
        <http://lexvo.org/id/term/kor/CHEN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cin1>,
        <http://lexvo.org/id/term/yue/%E9%9F%86>,
        "韆"^^xsd:string ;
    rdfs:comment "swing"@en .

<http://lexvo.org/id/char/97C7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%9F%87>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%BA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/duk6>,
        <http://lexvo.org/id/term/yue/%E9%9F%87>,
        "韇"^^xsd:string .

<http://lexvo.org/id/char/97C8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%9F%88>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C3%A0>,
        "韈"^^xsd:string ;
    rdfs:comment "socks, stockings"@en .

<http://lexvo.org/id/char/97C9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%9F%89>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C4%81n>,
        <http://lexvo.org/id/term/kor/%E9%9F%89>,
        <http://lexvo.org/id/term/kor/CHEN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zin1>,
        <http://lexvo.org/id/term/yue/%E9%9F%89>,
        "韉"^^xsd:string ;
    rdfs:comment "saddle blanket"@en .

<http://lexvo.org/id/char/97CA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%9F%8A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%A1n>,
        "韊"^^xsd:string ;
    rdfs:comment "a case for a bow"@en .

<http://lexvo.org/id/char/97CC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%9F%8C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/r%C3%A8n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jan6%20ngan6>,
        <http://lexvo.org/id/term/yue/%E9%9F%8C>,
        "韌"^^xsd:string ;
    rdfs:comment "strong and pliable, resilient; (Cant.) tough, elastic"@en .

<http://lexvo.org/id/char/97CD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%9F%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%BA>,
        <http://lexvo.org/id/term/kor/%E9%9F%8D>,
        <http://lexvo.org/id/term/kor/PWUL>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fat1>,
        <http://lexvo.org/id/term/yue/%E9%9F%8D>,
        "韍"^^xsd:string ;
    rdfs:comment "a leather knee-pad worn during sacrifices"@en .

<http://lexvo.org/id/char/97CE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%9F%8E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A8i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mui6>,
        <http://lexvo.org/id/term/yue/%E9%9F%8E>,
        "韎"^^xsd:string ;
    rdfs:comment "red"@en .

<http://lexvo.org/id/char/97CF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%9F%8F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ju%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hyun3>,
        <http://lexvo.org/id/term/yue/%E9%9F%8F>,
        "韏"^^xsd:string .

<http://lexvo.org/id/char/97D0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%9F%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C3%A9>,
        <http://lexvo.org/id/term/kor/%E9%9F%90>,
        <http://lexvo.org/id/term/kor/KAP>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gaap3>,
        <http://lexvo.org/id/term/yue/%E9%9F%90>,
        "韐"^^xsd:string ;
    rdfs:comment "knee-pad made of red-dyed leather"@en .

<http://lexvo.org/id/char/97D1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%9F%91>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C4%9Bi>,
        "韑"^^xsd:string .

<http://lexvo.org/id/char/97D2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%9F%92>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C3%A0o>,
        "韒"^^xsd:string ;
    rdfs:comment "a sheath, scabbard"@en .

<http://lexvo.org/id/char/97D3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%9F%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A1n>,
        <http://lexvo.org/id/term/kor/%E9%9F%93>,
        <http://lexvo.org/id/term/kor/HAN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hon4>,
        <http://lexvo.org/id/term/yue/%E9%9F%93>,
        "韓"^^xsd:string ;
    rdfs:comment "fence; surname; Korea"@en .

<http://lexvo.org/id/char/97D4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%9F%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%A0ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/coeng3>,
        <http://lexvo.org/id/term/yue/%E9%9F%94>,
        "韔"^^xsd:string ;
    rdfs:comment "a wrapper or case for bow"@en .

<http://lexvo.org/id/char/97D5> a lvont:Character ;
    lvont:represents "韕"^^xsd:string .

<http://lexvo.org/id/char/97D6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%9F%96>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/r%C3%B3u>,
        "韖"^^xsd:string ;
    rdfs:comment "tan, soften"@en .

<http://lexvo.org/id/char/97D7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%9F%97>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C3%B9n%20y%C3%B9n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wan6>,
        <http://lexvo.org/id/term/yue/%E9%9F%97>,
        "韗"^^xsd:string .

<http://lexvo.org/id/char/97D8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%9F%98>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%A8>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sip3>,
        <http://lexvo.org/id/term/yue/%E9%9F%98>,
        "韘"^^xsd:string ;
    rdfs:comment "archer's thumb ring"@en .

<http://lexvo.org/id/char/97D9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%9F%99>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C4%9Bi>,
        <http://lexvo.org/id/term/kor/%E9%9F%99>,
        <http://lexvo.org/id/term/kor/WI>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wai5>,
        <http://lexvo.org/id/term/yue/%E9%9F%99>,
        "韙"^^xsd:string ;
    rdfs:comment "right; proper; perpriety"@en .

<http://lexvo.org/id/char/97DA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%9F%9A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C3%A9>,
        "韚"^^xsd:string .

<http://lexvo.org/id/char/97DB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%9F%9B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%A0i>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%A8i>,
        "韛"^^xsd:string .

<http://lexvo.org/id/char/97DC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%9F%9C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C4%81o>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C4%81o%20t%C3%A0o>,
        <http://lexvo.org/id/term/kor/%E9%9F%9C>,
        <http://lexvo.org/id/term/kor/TO>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tou1>,
        <http://lexvo.org/id/term/yue/%E9%9F%9C>,
        "韜"^^xsd:string ;
    rdfs:comment "sheath, scabbard, bow case"@en .

<http://lexvo.org/id/char/97DD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%9F%9D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C5%8Du>,
        <http://lexvo.org/id/term/kor/%E9%9F%9D>,
        <http://lexvo.org/id/term/kor/KWU>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gau1%20gau3>,
        <http://lexvo.org/id/term/yue/%E9%9F%9D>,
        "韝"^^xsd:string ;
    rdfs:comment "leather arm band"@en .

<http://lexvo.org/id/char/97DE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%9F%9E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%B9n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%B9n%20w%C4%93n>,
        <http://lexvo.org/id/term/kor/%E9%9F%9E>,
        <http://lexvo.org/id/term/kor/ON>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wan3>,
        <http://lexvo.org/id/term/yue/%E9%9F%9E>,
        "韞"^^xsd:string ;
    rdfs:comment "an orange color; hide, conceal"@en .

<http://lexvo.org/id/char/97DF> a lvont:Character ;
    lvont:represents "韟"^^xsd:string .

<http://lexvo.org/id/char/97E0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%9F%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%AC>,
        <http://lexvo.org/id/term/kor/%E9%9F%A0>,
        <http://lexvo.org/id/term/kor/PHIL>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bat1>,
        <http://lexvo.org/id/term/yue/%E9%9F%A0>,
        "韠"^^xsd:string ;
    rdfs:comment "knee-pad"@en .

<http://lexvo.org/id/char/97E1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%9F%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C4%9Bi>,
        <http://lexvo.org/id/term/kor/%E9%9F%A1>,
        <http://lexvo.org/id/term/kor/WI>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wai4%20wai5>,
        <http://lexvo.org/id/term/yue/%E9%9F%A1>,
        "韡"^^xsd:string ;
    rdfs:comment "gorgeous"@en .

<http://lexvo.org/id/char/97E2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%9F%A2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%AC>,
        "韢"^^xsd:string .

<http://lexvo.org/id/char/97E3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%9F%A3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%BA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/duk6>,
        <http://lexvo.org/id/term/yue/%E9%9F%A3>,
        "韣"^^xsd:string ;
    rdfs:comment "bow-bag"@en .

<http://lexvo.org/id/char/97E4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%9F%A4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C3%A0>,
        "韤"^^xsd:string ;
    rdfs:comment "socks, stockings"@en .

<http://lexvo.org/id/char/97E5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%9F%A5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%BA>,
        "韥"^^xsd:string .

<http://lexvo.org/id/char/97E7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%9F%A7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/r%C3%A8n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jan6>,
        <http://lexvo.org/id/term/yue/%E9%9F%A7>,
        "韧"^^xsd:string ;
    rdfs:comment "strong and pliable, resilient"@en .

<http://lexvo.org/id/char/97E8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%9F%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%BA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fat1>,
        <http://lexvo.org/id/term/yue/%E9%9F%A8>,
        "韨"^^xsd:string ;
    rdfs:comment "a leather knee-pad worn during sacrifices"@en .

<http://lexvo.org/id/char/97E9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%9F%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hon4>,
        <http://lexvo.org/id/term/yue/%E9%9F%A9>,
        "韩"^^xsd:string ;
    rdfs:comment "fence; surname; Korea"@en .

<http://lexvo.org/id/char/97EA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%9F%AA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C4%9Bi>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wai5>,
        <http://lexvo.org/id/term/yue/%E9%9F%AA>,
        "韪"^^xsd:string ;
    rdfs:comment "right; proper; perpriety"@en .

<http://lexvo.org/id/char/97EB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%9F%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%B9n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wan3>,
        <http://lexvo.org/id/term/yue/%E9%9F%AB>,
        "韫"^^xsd:string ;
    rdfs:comment "secrete, hide, conceal"@en .

<http://lexvo.org/id/char/97EC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%9F%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C4%81o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tou1>,
        <http://lexvo.org/id/term/yue/%E9%9F%AC>,
        "韬"^^xsd:string ;
    rdfs:comment "sheath, scabbard, bow case"@en .

<http://lexvo.org/id/char/97EE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%9F%AE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C7%94>,
        <http://lexvo.org/id/term/kor/%E9%9F%AE>,
        <http://lexvo.org/id/term/kor/KWU>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gau2>,
        <http://lexvo.org/id/term/yue/%E9%9F%AE>,
        "韮"^^xsd:string ;
    rdfs:comment "scallion, leek"@en .

<http://lexvo.org/id/char/97EF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%9F%AF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C4%81n>,
        "韯"^^xsd:string ;
    rdfs:comment "wild onions or leeks"@en .

<http://lexvo.org/id/char/97F0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%9F%B0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A8>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/haai6>,
        <http://lexvo.org/id/term/yue/%E9%9F%B0>,
        "韰"^^xsd:string .

<http://lexvo.org/id/char/97F1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%9F%B1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C4%81n>,
        <http://lexvo.org/id/term/kor/%E9%9F%B1>,
        <http://lexvo.org/id/term/kor/SEM>,
        "韱"^^xsd:string ;
    rdfs:comment "wild onions or leeks"@en .

<http://lexvo.org/id/char/97F2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%9F%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C4%AB>,
        <http://lexvo.org/id/term/kor/%E9%9F%B2>,
        <http://lexvo.org/id/term/kor/CEY>,
        "韲"^^xsd:string ;
    rdfs:comment "break or smash into pieces, pulverize"@en .

<http://lexvo.org/id/char/97F4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%9F%B4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C3%A1>,
        "韴"^^xsd:string .

<http://lexvo.org/id/char/97F5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%9F%B5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%B9n>,
        <http://lexvo.org/id/term/kor/%E9%9F%B5>,
        <http://lexvo.org/id/term/kor/WUN>,
        <http://lexvo.org/id/term/vie/v%E1%BA%A7n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wan6>,
        <http://lexvo.org/id/term/yue/%E9%9F%B5>,
        "韵"^^xsd:string ;
    rdfs:comment "rhyme; vowel"@en .

<http://lexvo.org/id/char/97F6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%9F%B6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%A1o>,
        <http://lexvo.org/id/term/kor/%E9%9F%B6>,
        <http://lexvo.org/id/term/kor/SO>,
        <http://lexvo.org/id/term/vie/thi%E1%BB%81u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/siu4>,
        <http://lexvo.org/id/term/yue/%E9%9F%B6>,
        "韶"^^xsd:string ;
    rdfs:comment "music of the emperor Shun; beautiful"@en .

<http://lexvo.org/id/char/97F7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%9F%B7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%A8>,
        "韷"^^xsd:string .

<http://lexvo.org/id/char/97F8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%9F%B8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%A9ng>,
        "韸"^^xsd:string .

<http://lexvo.org/id/char/97F9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%9F%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A9ng>,
        "韹"^^xsd:string ;
    rdfs:comment "music of bell and drum"@en .

<http://lexvo.org/id/char/97FA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%9F%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C4%ABng>,
        <http://lexvo.org/id/term/kor/%E9%9F%BA>,
        <http://lexvo.org/id/term/kor/YENG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jing1>,
        <http://lexvo.org/id/term/yue/%E9%9F%BA>,
        "韺"^^xsd:string ;
    rdfs:comment "music"@en .

<http://lexvo.org/id/char/97FB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%9F%BB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%B9n>,
        <http://lexvo.org/id/term/kor/%E9%9F%BB>,
        <http://lexvo.org/id/term/kor/WUN>,
        <http://lexvo.org/id/term/vie/v%E1%BA%ADn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wan5%20wan6>,
        <http://lexvo.org/id/term/yue/%E9%9F%BB>,
        "韻"^^xsd:string ;
    rdfs:comment "rhyme; vowel"@en .

<http://lexvo.org/id/char/97FC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%9F%BC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%A9ng>,
        "韼"^^xsd:string .

<http://lexvo.org/id/char/97FD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%9F%BD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C4%ABn%20%C4%81n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/am1%20am2%20ngam1>,
        <http://lexvo.org/id/term/yue/%E9%9F%BD>,
        "韽"^^xsd:string .

<http://lexvo.org/id/char/97FE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%9F%BE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C4%ABn>,
        "韾"^^xsd:string .

<http://lexvo.org/id/char/97FF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%9F%BF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C7%8Eng>,
        <http://lexvo.org/id/term/kor/%E9%9F%BF>,
        <http://lexvo.org/id/term/kor/HYANG>,
        <http://lexvo.org/id/term/vie/h%C6%B0%E1%BB%9Bng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hoeng2>,
        <http://lexvo.org/id/term/yue/%E9%9F%BF>,
        "響"^^xsd:string ;
    rdfs:comment "make sound, make noise; sound"@en .

<http://lexvo.org/id/char/9800> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A0%80>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%B9%20hu%C3%B2>,
        <http://lexvo.org/id/term/kor/%E9%A0%80>,
        <http://lexvo.org/id/term/kor/HO>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wu6>,
        <http://lexvo.org/id/term/yue/%E9%A0%80>,
        "頀"^^xsd:string ;
    rdfs:comment "music"@en .

<http://lexvo.org/id/char/9802> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A0%82>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C7%90ng>,
        <http://lexvo.org/id/term/kor/%E9%A0%82>,
        <http://lexvo.org/id/term/kor/CENG>,
        <http://lexvo.org/id/term/vie/%C4%91%C3%ADnh>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/deng2%20ding2>,
        <http://lexvo.org/id/term/yue/%E9%A0%82>,
        "頂"^^xsd:string ;
    rdfs:comment "top, peak; carry on head; very"@en .

<http://lexvo.org/id/char/9803> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A0%83>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C7%90ng%20ku%C7%90%20q%C4%ABng>,
        <http://lexvo.org/id/term/kor/%E9%A0%83>,
        <http://lexvo.org/id/term/kor/KYENG%20KYU>,
        <http://lexvo.org/id/term/vie/kho%E1%BA%A3nh>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/king2>,
        <http://lexvo.org/id/term/yue/%E9%A0%83>,
        "頃"^^xsd:string ;
    rdfs:comment "a moment; a measure of area equal to 100 mu or 6.7 hectares; to lean"@en .

<http://lexvo.org/id/char/9804> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A0%84>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ku%C3%AD%20qi%C3%BA%20p%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kwai4%20wau4>,
        <http://lexvo.org/id/term/yue/%E9%A0%84>,
        "頄"^^xsd:string ;
    rdfs:comment "cheekbone"@en .

<http://lexvo.org/id/char/9805> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A0%85>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A0ng>,
        <http://lexvo.org/id/term/kor/%E9%A0%85>,
        <http://lexvo.org/id/term/kor/HANG>,
        <http://lexvo.org/id/term/vie/h%E1%BA%A1ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hong6>,
        <http://lexvo.org/id/term/yue/%E9%A0%85>,
        "項"^^xsd:string ;
    rdfs:comment "neck, nape of neck; sum; funds"@en .

<http://lexvo.org/id/char/9806> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A0%86>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%B9n>,
        <http://lexvo.org/id/term/kor/%E9%A0%86>,
        <http://lexvo.org/id/term/kor/SWUN>,
        <http://lexvo.org/id/term/vie/thu%E1%BA%ADn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/seon6>,
        <http://lexvo.org/id/term/yue/%E9%A0%86>,
        "順"^^xsd:string ;
    rdfs:comment "obey, submit to, go along with"@en .

<http://lexvo.org/id/char/9807> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A0%87>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C4%81n%20%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hon1>,
        <http://lexvo.org/id/term/yue/%E9%A0%87>,
        "頇"^^xsd:string ;
    rdfs:comment "large face, flat face; stupid"@en .

<http://lexvo.org/id/char/9808> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A0%88>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C5%AB>,
        <http://lexvo.org/id/term/kor/%E9%A0%88>,
        <http://lexvo.org/id/term/kor/SWU>,
        <http://lexvo.org/id/term/vie/tua>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/seoi1>,
        <http://lexvo.org/id/term/yue/%E9%A0%88>,
        "須"^^xsd:string ;
    rdfs:comment "must, have to, necessary; moment; whiskers"@en .

<http://lexvo.org/id/char/9809> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A0%89>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%AD>,
        <http://lexvo.org/id/term/kor/%E9%A0%89>,
        <http://lexvo.org/id/term/kor/I>,
        "頉"^^xsd:string ;
    rdfs:comment "cheeks; jaw; chin; rear; nourish"@en .

<http://lexvo.org/id/char/980A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A0%8A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C3%B9>,
        <http://lexvo.org/id/term/kor/%E9%A0%8A>,
        <http://lexvo.org/id/term/kor/WUK>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/guk1%20juk1>,
        <http://lexvo.org/id/term/yue/%E9%A0%8A>,
        "頊"^^xsd:string ;
    rdfs:comment "grieved; anxious"@en .

<http://lexvo.org/id/char/980B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A0%8B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gu3>,
        <http://lexvo.org/id/term/yue/%E9%A0%8B>,
        "頋"^^xsd:string ;
    rdfs:comment "to care for, to look after to regard; to turn the head round to look"@en .

<http://lexvo.org/id/char/980C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A0%8C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C3%B2ng%20r%C3%B3ng>,
        <http://lexvo.org/id/term/kor/%E9%A0%8C>,
        <http://lexvo.org/id/term/kor/SONG%20YONG>,
        <http://lexvo.org/id/term/vie/t%E1%BB%A5ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zung6>,
        <http://lexvo.org/id/term/yue/%E9%A0%8C>,
        "頌"^^xsd:string ;
    rdfs:comment "laud, acclaim; hymn; ode"@en .

<http://lexvo.org/id/char/980D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A0%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ku%C7%90>,
        <http://lexvo.org/id/term/kor/%E9%A0%8D>,
        <http://lexvo.org/id/term/kor/KYU>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kwai1%20kwai2>,
        <http://lexvo.org/id/term/yue/%E9%A0%8D>,
        "頍"^^xsd:string ;
    rdfs:comment "to raise one's head"@en .

<http://lexvo.org/id/char/980E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A0%8E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C3%AD%20k%C4%9Bn>,
        <http://lexvo.org/id/term/kor/%E9%A0%8E>,
        <http://lexvo.org/id/term/kor/KI>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kei4>,
        <http://lexvo.org/id/term/yue/%E9%A0%8E>,
        "頎"^^xsd:string ;
    rdfs:comment "tall and slim"@en .

<http://lexvo.org/id/char/980F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A0%8F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A1ng%20g%C4%81ng%20h%C3%A0ng>,
        <http://lexvo.org/id/term/kor/%E9%A0%8F>,
        <http://lexvo.org/id/term/kor/HANG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hong4>,
        <http://lexvo.org/id/term/yue/%E9%A0%8F>,
        "頏"^^xsd:string ;
    rdfs:comment "fly down or downward"@en .

<http://lexvo.org/id/char/9810> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A0%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%B9>,
        <http://lexvo.org/id/term/kor/%E9%A0%90>,
        <http://lexvo.org/id/term/kor/YEY>,
        <http://lexvo.org/id/term/vie/d%E1%BB%B1>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jyu6>,
        <http://lexvo.org/id/term/yue/%E9%A0%90>,
        "預"^^xsd:string ;
    rdfs:comment "prepare, arrange; in advance"@en .

<http://lexvo.org/id/char/9811> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A0%91>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C3%A1n%20k%C5%ABn>,
        <http://lexvo.org/id/term/kor/%E9%A0%91>,
        <http://lexvo.org/id/term/kor/WAN>,
        <http://lexvo.org/id/term/vie/ngoan>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/waan4>,
        <http://lexvo.org/id/term/yue/%E9%A0%91>,
        "頑"^^xsd:string ;
    rdfs:comment "obstinate, stubborn; recalcitrant"@en .

<http://lexvo.org/id/char/9812> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A0%92>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C4%81n%20f%C3%A9n>,
        <http://lexvo.org/id/term/kor/%E9%A0%92>,
        <http://lexvo.org/id/term/kor/PAN%20PWUN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/baan1%20paan1>,
        <http://lexvo.org/id/term/yue/%E9%A0%92>,
        "頒"^^xsd:string ;
    rdfs:comment "confer, bestow; publish, promulgate"@en .

<http://lexvo.org/id/char/9813> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A0%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%B9n%20d%C3%BA%20zh%C5%ABn>,
        <http://lexvo.org/id/term/kor/%E9%A0%93>,
        <http://lexvo.org/id/term/kor/TON%20TWUN>,
        <http://lexvo.org/id/term/vie/%C4%91%E1%BB%91n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/deon6%20duk6>,
        <http://lexvo.org/id/term/yue/%E9%A0%93>,
        "頓"^^xsd:string ;
    rdfs:comment "pause, stop; bow, kowtow; arrange"@en .

<http://lexvo.org/id/char/9814> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A0%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%AD>,
        "頔"^^xsd:string ;
    rdfs:comment "good and beautiful"@en .

<http://lexvo.org/id/char/9815> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A0%95>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C4%81n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/daam1>,
        <http://lexvo.org/id/term/yue/%E9%A0%95>,
        "頕"^^xsd:string ;
    rdfs:comment "(Cant.) to raise the head"@en .

<http://lexvo.org/id/char/9816> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A0%96>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E9%A0%96>,
        <http://lexvo.org/id/term/kor/PAN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/pun3>,
        <http://lexvo.org/id/term/yue/%E9%A0%96>,
        "頖"^^xsd:string ;
    rdfs:comment "Zhou dynasty school; disperse; fall apart"@en .

<http://lexvo.org/id/char/9817> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A0%97>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C5%8D%20p%C7%92%20p%C3%B2%20p%C3%AD>,
        <http://lexvo.org/id/term/kor/%E9%A0%97>,
        <http://lexvo.org/id/term/kor/PHA>,
        <http://lexvo.org/id/term/vie/ph%E1%BB%9F>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/po1%20po2>,
        <http://lexvo.org/id/term/yue/%E9%A0%97>,
        "頗"^^xsd:string ;
    rdfs:comment "lean one side; very, rather"@en .

<http://lexvo.org/id/char/9818> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A0%98>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C7%90ng>,
        <http://lexvo.org/id/term/kor/%E9%A0%98>,
        <http://lexvo.org/id/term/kor/LYENG>,
        <http://lexvo.org/id/term/vie/l%C3%A3nh>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/leng5%20ling5>,
        <http://lexvo.org/id/term/yue/%E9%A0%98>,
        "領"^^xsd:string ;
    rdfs:comment "neck; collar; lead, guide"@en .

<http://lexvo.org/id/char/9819> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A0%99>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C3%A8>,
        "頙"^^xsd:string ;
    rdfs:comment "correct"@en .

<http://lexvo.org/id/char/981A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A0%9A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C7%90ng>,
        <http://lexvo.org/id/term/kor/%E9%A0%9A>,
        <http://lexvo.org/id/term/kor/KYENG>,
        "頚"^^xsd:string ;
    rdfs:comment "neck, throat"@en .

<http://lexvo.org/id/char/981B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A0%9B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C4%9Bi>,
        "頛"^^xsd:string .

<http://lexvo.org/id/char/981C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A0%9C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A9%20h%C3%A0n%20g%C3%A9%20h%C3%A1n%20q%C4%ABn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gap3%20hap6>,
        <http://lexvo.org/id/term/yue/%E9%A0%9C>,
        "頜"^^xsd:string ;
    rdfs:comment "mouth; jaw"@en .

<http://lexvo.org/id/char/981D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A0%9D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C4%81o>,
        "頝"^^xsd:string .

<http://lexvo.org/id/char/981E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C3%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A0%9E>,
        <http://lexvo.org/id/term/kor/%E9%A0%9E>,
        <http://lexvo.org/id/term/kor/AL>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/aat3>,
        <http://lexvo.org/id/term/yue/%E9%A0%9E>,
        "頞"^^xsd:string ;
    rdfs:comment "(nose) bridge"@en .

<http://lexvo.org/id/char/981F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C3%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A0%9F>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ngaak6>,
        <http://lexvo.org/id/term/yue/%E9%A0%9F>,
        "頟"^^xsd:string ;
    rdfs:comment "the forehead; a fixed number"@en .

<http://lexvo.org/id/char/9820> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A0%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C4%9Bi>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ngai5>,
        <http://lexvo.org/id/term/yue/%E9%A0%A0>,
        "頠"^^xsd:string ;
    rdfs:comment "quiet"@en .

<http://lexvo.org/id/char/9821> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A0%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%A9%20ji%C3%A1%20xi%C3%A9>,
        <http://lexvo.org/id/term/kor/%E9%A0%A1>,
        <http://lexvo.org/id/term/kor/HIL%20KAL>,
        <http://lexvo.org/id/term/vie/g%E1%BA%ADt>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/git3%20kit3>,
        <http://lexvo.org/id/term/yue/%E9%A0%A1>,
        "頡"^^xsd:string ;
    rdfs:comment "fly upward, soar; contest; to rob"@en .

<http://lexvo.org/id/char/9822> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A0%A2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/gu%C4%81>,
        "頢"^^xsd:string .

<http://lexvo.org/id/char/9823> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A0%A3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C4%9Bn>,
        <http://lexvo.org/id/term/kor/%E9%A0%A3>,
        <http://lexvo.org/id/term/kor/SIN>,
        "頣"^^xsd:string ;
    rdfs:comment "to view others with raised eyes"@en .

<http://lexvo.org/id/char/9824> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A0%A4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%AD>,
        <http://lexvo.org/id/term/kor/%E9%A0%A4>,
        <http://lexvo.org/id/term/kor/I>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ji4>,
        <http://lexvo.org/id/term/yue/%E9%A0%A4>,
        "頤"^^xsd:string ;
    rdfs:comment "cheeks; jaw; chin; rear; to nourish"@en .

<http://lexvo.org/id/char/9825> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A0%A5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C4%9Bn>,
        "頥"^^xsd:string .

<http://lexvo.org/id/char/9826> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A0%A6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A1i%20k%C4%93%20k%C3%A9>,
        <http://lexvo.org/id/term/kor/%E9%A0%A6>,
        <http://lexvo.org/id/term/kor/HAY>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hoi4%20hoi5>,
        <http://lexvo.org/id/term/yue/%E9%A0%A6>,
        "頦"^^xsd:string ;
    rdfs:comment "chin"@en .

<http://lexvo.org/id/char/9827> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A0%A7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/du%C4%AB>,
        "頧"^^xsd:string .

<http://lexvo.org/id/char/9828> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A0%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/pi%C4%81n>,
        "頨"^^xsd:string .

<http://lexvo.org/id/char/9829> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A0%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C4%ABng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ping1%20ping2>,
        <http://lexvo.org/id/term/yue/%E9%A0%A9>,
        "頩"^^xsd:string .

<http://lexvo.org/id/char/982A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A0%AA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%A8i>,
        "頪"^^xsd:string .

<http://lexvo.org/id/char/982B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A0%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C7%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C7%94%20ti%C3%A0o>,
        <http://lexvo.org/id/term/kor/%E9%A0%AB>,
        <http://lexvo.org/id/term/kor/PWU>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fu2>,
        <http://lexvo.org/id/term/yue/%E9%A0%AB>,
        "頫"^^xsd:string ;
    rdfs:comment "bow; nod; condescend"@en .

<http://lexvo.org/id/char/982C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A0%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%A1>,
        <http://lexvo.org/id/term/kor/%E9%A0%AC>,
        <http://lexvo.org/id/term/kor/HYEP>,
        "頬"^^xsd:string ;
    rdfs:comment "cheeks, jaw"@en .

<http://lexvo.org/id/char/982D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A0%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%B3u%201157.011%3Atou>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%B3u%20tou>,
        <http://lexvo.org/id/term/kor/%E9%A0%AD>,
        <http://lexvo.org/id/term/kor/TWU>,
        <http://lexvo.org/id/term/vie/%C4%91%E1%BA%A7u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tau4>,
        <http://lexvo.org/id/term/yue/%E9%A0%AD>,
        "頭"^^xsd:string ;
    rdfs:comment "head; top; chief, first; boss"@en .

<http://lexvo.org/id/char/982E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A0%AE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%AC>,
        <http://lexvo.org/id/term/kor/%E9%A0%AE>,
        <http://lexvo.org/id/term/kor/HOY>,
        "頮"^^xsd:string ;
    rdfs:comment "wash"@en .

<http://lexvo.org/id/char/982F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A0%AF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ku%C3%AD%20qi%C3%BA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kwai4>,
        <http://lexvo.org/id/term/yue/%E9%A0%AF>,
        "頯"^^xsd:string ;
    rdfs:comment "cheekbone"@en .

<http://lexvo.org/id/char/9830> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A0%B0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%A1>,
        <http://lexvo.org/id/term/kor/%E9%A0%B0>,
        <http://lexvo.org/id/term/kor/HYEP>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gaap3%20haap3>,
        <http://lexvo.org/id/term/yue/%E9%A0%B0>,
        "頰"^^xsd:string ;
    rdfs:comment "cheeks, jaw"@en .

<http://lexvo.org/id/char/9831> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A0%B1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%A8>,
        "頱"^^xsd:string .

<http://lexvo.org/id/char/9832> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A0%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C7%90ng%20tian>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ting5>,
        <http://lexvo.org/id/term/yue/%E9%A0%B2>,
        "頲"^^xsd:string ;
    rdfs:comment "straight"@en .

<http://lexvo.org/id/char/9833> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A0%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C4%93ng>,
        "頳"^^xsd:string ;
    rdfs:comment "red"@en .

<http://lexvo.org/id/char/9834> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A0%B4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%90ng>,
        <http://lexvo.org/id/term/vie/nh%C3%A1nh>,
        "頴"^^xsd:string ;
    rdfs:comment "rice tassel; sharp point; clever"@en .

<http://lexvo.org/id/char/9835> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A0%B5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C5%ABn%20y%C5%ABn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gwang1%20wan1>,
        <http://lexvo.org/id/term/yue/%E9%A0%B5>,
        "頵"^^xsd:string ;
    rdfs:comment "(Cant.) 大頭頵, a big head"@en .

<http://lexvo.org/id/char/9836> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A0%B6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%BA>,
        "頶"^^xsd:string .

<http://lexvo.org/id/char/9837> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A0%B7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E9%A0%B7>,
        <http://lexvo.org/id/term/kor/AM>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ham5>,
        <http://lexvo.org/id/term/yue/%E9%A0%B7>,
        "頷"^^xsd:string ;
    rdfs:comment "chin, jowl; give nod"@en .

<http://lexvo.org/id/char/9838> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A0%B8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C4%9Bng%200601.031%3Aj%C7%90ng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C7%90ng%20g%C4%9Bng>,
        <http://lexvo.org/id/term/kor/%E9%A0%B8>,
        <http://lexvo.org/id/term/kor/KYENG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/geng2>,
        <http://lexvo.org/id/term/yue/%E9%A0%B8>,
        "頸"^^xsd:string ;
    rdfs:comment "neck, throat"@en .

<http://lexvo.org/id/char/9839> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A0%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/tu%C3%AD>,
        <http://lexvo.org/id/term/kor/%E9%A0%B9>,
        <http://lexvo.org/id/term/kor/THOY>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/teoi4>,
        <http://lexvo.org/id/term/yue/%E9%A0%B9>,
        "頹"^^xsd:string ;
    rdfs:comment "ruined, decayed; disintegrate"@en .

<http://lexvo.org/id/char/983A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A0%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/tu%C3%AD>,
        <http://lexvo.org/id/term/vie/%C4%91%E1%BB%93i>,
        "頺"^^xsd:string .

<http://lexvo.org/id/char/983B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A0%BB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%ADn%20b%C4%ABn>,
        <http://lexvo.org/id/term/kor/%E9%A0%BB>,
        <http://lexvo.org/id/term/kor/PIN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/pan4>,
        <http://lexvo.org/id/term/yue/%E9%A0%BB>,
        "頻"^^xsd:string ;
    rdfs:comment "frequently, again and again"@en .

<http://lexvo.org/id/char/983C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A0%BC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%A0i>,
        <http://lexvo.org/id/term/kor/%E9%A0%BC>,
        <http://lexvo.org/id/term/kor/LOY>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/laai6>,
        <http://lexvo.org/id/term/yue/%E9%A0%BC>,
        "頼"^^xsd:string ;
    rdfs:comment "rely, depend on; accuse falsely"@en .

<http://lexvo.org/id/char/983D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A0%BD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/tu%C3%AD>,
        <http://lexvo.org/id/term/kor/%E9%A0%BD>,
        <http://lexvo.org/id/term/kor/THOY>,
        "頽"^^xsd:string ;
    rdfs:comment "ruined"@en .

<http://lexvo.org/id/char/983E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A0%BE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C4%AB>,
        "頾"^^xsd:string ;
    rdfs:comment "beard"@en .

<http://lexvo.org/id/char/983F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A0%BF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C4%AB>,
        <http://lexvo.org/id/term/kor/%E9%A0%BF>,
        <http://lexvo.org/id/term/kor/CA>,
        "頿"^^xsd:string .

<http://lexvo.org/id/char/9840> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A1%80>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/chu%C3%AD>,
        "顀"^^xsd:string .

<http://lexvo.org/id/char/9841> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A1%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%ACng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ding3>,
        <http://lexvo.org/id/term/yue/%E9%A1%81>,
        "顁"^^xsd:string .

<http://lexvo.org/id/char/9842> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A1%82>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%A0i>,
        <http://lexvo.org/id/term/kor/%E9%A1%82>,
        <http://lexvo.org/id/term/kor/LOY>,
        "顂"^^xsd:string .

<http://lexvo.org/id/char/9843> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A1%83>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A1n>,
        "顃"^^xsd:string .

<http://lexvo.org/id/char/9844> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A1%84>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ham5>,
        <http://lexvo.org/id/term/yue/%E9%A1%84>,
        "顄"^^xsd:string .

<http://lexvo.org/id/char/9845> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A1%85>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C4%81n>,
        "顅"^^xsd:string .

<http://lexvo.org/id/char/9846> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A1%86>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C4%93%20k%C4%9B%20ku%C7%8En>,
        <http://lexvo.org/id/term/kor/%E9%A1%86>,
        <http://lexvo.org/id/term/kor/KWA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fo2>,
        <http://lexvo.org/id/term/yue/%E9%A1%86>,
        "顆"^^xsd:string ;
    rdfs:comment "grain, kernel"@en .

<http://lexvo.org/id/char/9847> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A1%87>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/cu%C3%AC>,
        <http://lexvo.org/id/term/kor/%E9%A1%87>,
        <http://lexvo.org/id/term/kor/CHWI>,
        "顇"^^xsd:string ;
    rdfs:comment "be worn out, be haggard"@en .

<http://lexvo.org/id/char/9848> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A1%88>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C7%92ng>,
        <http://lexvo.org/id/term/kor/%E9%A1%88>,
        <http://lexvo.org/id/term/kor/KYENG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gwing2%20king2>,
        <http://lexvo.org/id/term/yue/%E9%A1%88>,
        "顈"^^xsd:string .

<http://lexvo.org/id/char/9849> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A1%89>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C4%ABn%20h%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ham6%20jam1>,
        <http://lexvo.org/id/term/yue/%E9%A1%89>,
        "顉"^^xsd:string .

<http://lexvo.org/id/char/984A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A1%8A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%AD>,
        "顊"^^xsd:string .

<http://lexvo.org/id/char/984B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A1%8B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C4%81i>,
        <http://lexvo.org/id/term/kor/%E9%A1%8B>,
        <http://lexvo.org/id/term/kor/SI>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/soi1>,
        <http://lexvo.org/id/term/yue/%E9%A1%8B>,
        "顋"^^xsd:string ;
    rdfs:comment "lower part of face; jaw; gills of a fish"@en .

<http://lexvo.org/id/char/984C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A1%8C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%AD%20d%C3%AC>,
        <http://lexvo.org/id/term/kor/%E9%A1%8C>,
        <http://lexvo.org/id/term/kor/CEY>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tai4>,
        <http://lexvo.org/id/term/yue/%E9%A1%8C>,
        "題"^^xsd:string ;
    rdfs:comment "forehead; title, headline; theme"@en .

<http://lexvo.org/id/char/984D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C3%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A1%8D>,
        <http://lexvo.org/id/term/kor/%E9%A1%8D>,
        <http://lexvo.org/id/term/kor/AYK>,
        <http://lexvo.org/id/term/vie/ng%E1%BA%A1ch>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ngaak6>,
        <http://lexvo.org/id/term/yue/%E9%A1%8D>,
        "額"^^xsd:string ;
    rdfs:comment "forehead; tablet, plaque; fixed"@en .

<http://lexvo.org/id/char/984E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C3%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A1%8E>,
        <http://lexvo.org/id/term/kor/%E9%A1%8E>,
        <http://lexvo.org/id/term/kor/AK>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ngok6>,
        <http://lexvo.org/id/term/yue/%E9%A1%8E>,
        "顎"^^xsd:string ;
    rdfs:comment "jaw"@en .

<http://lexvo.org/id/char/984F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A1%8F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A1n%20y%C3%A1>,
        <http://lexvo.org/id/term/kor/%E9%A1%8F>,
        <http://lexvo.org/id/term/kor/AN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ngaan4>,
        <http://lexvo.org/id/term/yue/%E9%A1%8F>,
        "顏"^^xsd:string ;
    rdfs:comment "face, facial appearance"@en .

<http://lexvo.org/id/char/9850> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A1%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%BAn%20h%C3%B9n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wan6>,
        <http://lexvo.org/id/term/yue/%E9%A1%90>,
        "顐"^^xsd:string .

<http://lexvo.org/id/char/9851> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A1%91>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C7%8En>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ham2>,
        <http://lexvo.org/id/term/yue/%E9%A1%91>,
        "顑"^^xsd:string ;
    rdfs:comment "yellow"@en .

<http://lexvo.org/id/char/9852> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A1%92>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%B3ng>,
        <http://lexvo.org/id/term/kor/%E9%A1%92>,
        <http://lexvo.org/id/term/kor/ONG>,
        <http://lexvo.org/id/term/vie/dong%20ng%C3%B3ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jung4>,
        <http://lexvo.org/id/term/yue/%E9%A1%92>,
        "顒"^^xsd:string ;
    rdfs:comment "solemn, large, grand, majestic"@en .

<http://lexvo.org/id/char/9853> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A1%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zhu%C4%81n>,
        <http://lexvo.org/id/term/kor/%E9%A1%93>,
        <http://lexvo.org/id/term/kor/CEN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zyun1>,
        <http://lexvo.org/id/term/yue/%E9%A1%93>,
        "顓"^^xsd:string ;
    rdfs:comment "good, honest; simple; respectful"@en .

<http://lexvo.org/id/char/9854> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A1%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A1n%20y%C3%A1>,
        <http://lexvo.org/id/term/kor/%E9%A1%94>,
        <http://lexvo.org/id/term/kor/AN>,
        <http://lexvo.org/id/term/vie/nhan>,
        "顔"^^xsd:string ;
    rdfs:comment "face, facial appearance"@en .

<http://lexvo.org/id/char/9855> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A1%95>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C7%8En>,
        <http://lexvo.org/id/term/kor/%E9%A1%95>,
        <http://lexvo.org/id/term/kor/HYEN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hin2>,
        <http://lexvo.org/id/term/yue/%E9%A1%95>,
        "顕"^^xsd:string ;
    rdfs:comment "manifest, display; evident, clear"@en .

<http://lexvo.org/id/char/9856> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A1%96>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C3%ACn>,
        <http://lexvo.org/id/term/kor/%E9%A1%96>,
        <http://lexvo.org/id/term/kor/SIN>,
        "顖"^^xsd:string ;
    rdfs:comment "top of the head; skull"@en .

<http://lexvo.org/id/char/9857> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A1%97>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%90>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ngai5>,
        <http://lexvo.org/id/term/yue/%E9%A1%97>,
        "顗"^^xsd:string ;
    rdfs:comment "quiet"@en .

<http://lexvo.org/id/char/9858> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A1%98>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/yu%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E9%A1%98>,
        <http://lexvo.org/id/term/kor/WEN>,
        <http://lexvo.org/id/term/vie/nguy%E1%BB%87n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jyun6>,
        <http://lexvo.org/id/term/yue/%E9%A1%98>,
        "願"^^xsd:string ;
    rdfs:comment "desire, want; wish; ambition"@en .

<http://lexvo.org/id/char/9859> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A1%99>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C7%8Eng>,
        <http://lexvo.org/id/term/kor/%E9%A1%99>,
        <http://lexvo.org/id/term/kor/SANG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/song2>,
        <http://lexvo.org/id/term/yue/%E9%A1%99>,
        "顙"^^xsd:string ;
    rdfs:comment "the forehead; to kowtow"@en .

<http://lexvo.org/id/char/985A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A1%9A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/di%C4%81n>,
        <http://lexvo.org/id/term/kor/%E9%A1%9A>,
        <http://lexvo.org/id/term/kor/CEN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/din1>,
        <http://lexvo.org/id/term/yue/%E9%A1%9A>,
        "顚"^^xsd:string ;
    rdfs:comment "top, peak, summit; upset"@en .

<http://lexvo.org/id/char/985B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A1%9B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/di%C4%81n%20ti%C3%A1n>,
        <http://lexvo.org/id/term/kor/%E9%A1%9B>,
        <http://lexvo.org/id/term/kor/CEN>,
        <http://lexvo.org/id/term/vie/%C4%91i%C3%AAn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/din1>,
        <http://lexvo.org/id/term/yue/%E9%A1%9B>,
        "顛"^^xsd:string ;
    rdfs:comment "top, peak, summit; upset"@en .

<http://lexvo.org/id/char/985C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A1%9C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C7%8Eng%20ji%C3%A0o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gong2>,
        <http://lexvo.org/id/term/yue/%E9%A1%9C>,
        "顜"^^xsd:string .

<http://lexvo.org/id/char/985D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A1%9D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C5%AB>,
        "顝"^^xsd:string .

<http://lexvo.org/id/char/985E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A1%9E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%A8i>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%A8i%20l%C3%AC>,
        <http://lexvo.org/id/term/kor/%E9%A1%9E>,
        <http://lexvo.org/id/term/kor/LYU>,
        <http://lexvo.org/id/term/vie/lo%E1%BA%A1i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/leoi6>,
        <http://lexvo.org/id/term/yue/%E9%A1%9E>,
        "類"^^xsd:string ;
    rdfs:comment "class, group, kind, category"@en .

<http://lexvo.org/id/char/985F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A1%9F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C3%A1o>,
        "顟"^^xsd:string .

<http://lexvo.org/id/char/9860> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A1%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/pi%C3%A0o%20pi%C7%8Eo%20pi%C4%81o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/piu5>,
        <http://lexvo.org/id/term/yue/%E9%A1%A0>,
        "顠"^^xsd:string .

<http://lexvo.org/id/char/9861> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A1%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%AC>,
        "顡"^^xsd:string .

<http://lexvo.org/id/char/9862> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A1%A2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A1n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A1n%20m%C4%81n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mun1%20mun4>,
        <http://lexvo.org/id/term/yue/%E9%A1%A2>,
        "顢"^^xsd:string ;
    rdfs:comment "dawdling; thoughtless, careless"@en .

<http://lexvo.org/id/char/9863> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A1%A3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C4%AB%20c%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cuk1>,
        <http://lexvo.org/id/term/yue/%E9%A1%A3>,
        "顣"^^xsd:string ;
    rdfs:comment "frown"@en .

<http://lexvo.org/id/char/9864> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A1%A4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/r%C3%A0o>,
        "顤"^^xsd:string .

<http://lexvo.org/id/char/9865> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A1%A5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A0o>,
        <http://lexvo.org/id/term/kor/%E9%A1%A5>,
        <http://lexvo.org/id/term/kor/HO>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hou6>,
        <http://lexvo.org/id/term/yue/%E9%A1%A5>,
        "顥"^^xsd:string ;
    rdfs:comment "luminous; white, hoary"@en .

<http://lexvo.org/id/char/9866> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A1%A6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C3%A1o>,
        <http://lexvo.org/id/term/kor/%E9%A1%A6>,
        <http://lexvo.org/id/term/kor/CHO>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ciu4>,
        <http://lexvo.org/id/term/yue/%E9%A1%A6>,
        "顦"^^xsd:string ;
    rdfs:comment "be worn-out, emaciated, haggard"@en .

<http://lexvo.org/id/char/9867> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A1%A7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C3%B9>,
        <http://lexvo.org/id/term/kor/%E9%A1%A7>,
        <http://lexvo.org/id/term/kor/KO>,
        <http://lexvo.org/id/term/vie/c%E1%BB%91>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gu3>,
        <http://lexvo.org/id/term/yue/%E9%A1%A7>,
        "顧"^^xsd:string ;
    rdfs:comment "look back; look at; look after"@en .

<http://lexvo.org/id/char/9868> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A1%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C3%B9n>,
        "顨"^^xsd:string .

<http://lexvo.org/id/char/9869> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A1%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C4%81n%20q%C4%ABn%20y%C7%8En>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jim5>,
        <http://lexvo.org/id/term/yue/%E9%A1%A9>,
        "顩"^^xsd:string .

<http://lexvo.org/id/char/986A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A1%AA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C4%AB%20hu%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fui3%20wai6>,
        <http://lexvo.org/id/term/yue/%E9%A1%AA>,
        "顪"^^xsd:string .

<http://lexvo.org/id/char/986B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A1%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%A0n%20ch%C3%A0n%20sh%C4%81n>,
        <http://lexvo.org/id/term/kor/%E9%A1%AB>,
        <http://lexvo.org/id/term/kor/CEN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zin3>,
        <http://lexvo.org/id/term/yue/%E9%A1%AB>,
        "顫"^^xsd:string ;
    rdfs:comment "shiver, tremble; trembling"@en .

<http://lexvo.org/id/char/986C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A1%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/r%C3%BA>,
        "顬"^^xsd:string ;
    rdfs:comment "the temporal bone"@en .

<http://lexvo.org/id/char/986D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A1%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C5%8Dng>,
        "顭"^^xsd:string .

<http://lexvo.org/id/char/986E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A1%AE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C4%ABn>,
        "顮"^^xsd:string .

<http://lexvo.org/id/char/986F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A1%AF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C7%8En>,
        <http://lexvo.org/id/term/kor/%E9%A1%AF>,
        <http://lexvo.org/id/term/kor/HYEN>,
        <http://lexvo.org/id/term/vie/hi%E1%BB%83n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hin2>,
        <http://lexvo.org/id/term/yue/%E9%A1%AF>,
        "顯"^^xsd:string ;
    rdfs:comment "manifest, display; evident, clear"@en .

<http://lexvo.org/id/char/9870> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A1%B0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%ADn>,
        <http://lexvo.org/id/term/kor/%E9%A1%B0>,
        <http://lexvo.org/id/term/kor/PIN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/pan4>,
        <http://lexvo.org/id/term/yue/%E9%A1%B0>,
        "顰"^^xsd:string ;
    rdfs:comment "frown, knit brows; with knitted"@en .

<http://lexvo.org/id/char/9871> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A1%B1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%BA>,
        <http://lexvo.org/id/term/kor/%E9%A1%B1>,
        <http://lexvo.org/id/term/kor/LO>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lou4>,
        <http://lexvo.org/id/term/yue/%E9%A1%B1>,
        "顱"^^xsd:string ;
    rdfs:comment "skull"@en .

<http://lexvo.org/id/char/9872> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A1%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C7%8En>,
        "顲"^^xsd:string .

<http://lexvo.org/id/char/9873> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A1%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ni%C3%A8>,
        <http://lexvo.org/id/term/kor/%E9%A1%B3>,
        <http://lexvo.org/id/term/kor/SEP>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/nip6>,
        <http://lexvo.org/id/term/yue/%E9%A1%B3>,
        "顳"^^xsd:string ;
    rdfs:comment "the temporal bone"@en .

<http://lexvo.org/id/char/9874> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A1%B4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qu%C3%A1n>,
        <http://lexvo.org/id/term/kor/%E9%A1%B4>,
        <http://lexvo.org/id/term/kor/KWAN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kyun4>,
        <http://lexvo.org/id/term/yue/%E9%A1%B4>,
        "顴"^^xsd:string ;
    rdfs:comment "cheek bones"@en .

<http://lexvo.org/id/char/9876> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A1%B6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C7%90ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/deng2%20ding2>,
        <http://lexvo.org/id/term/yue/%E9%A1%B6>,
        "顶"^^xsd:string ;
    rdfs:comment "top, summit, peak; to carry on the head"@en .

<http://lexvo.org/id/char/9877> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A1%B7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C7%90ng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C7%90ng%20ku%C7%90%20q%C4%ABng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/king2>,
        <http://lexvo.org/id/term/yue/%E9%A1%B7>,
        "顷"^^xsd:string ;
    rdfs:comment "a moment; a measure of area equal to 100 mu or 6.7 hectares; to lean"@en .

<http://lexvo.org/id/char/9878> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A1%B8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C4%81n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hon1>,
        <http://lexvo.org/id/term/yue/%E9%A1%B8>,
        "顸"^^xsd:string ;
    rdfs:comment "large face, flat face; stupid"@en .

<http://lexvo.org/id/char/9879> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A1%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A0ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hong6>,
        <http://lexvo.org/id/term/yue/%E9%A1%B9>,
        "项"^^xsd:string ;
    rdfs:comment "neck, nape of neck; sum; funds"@en .

<http://lexvo.org/id/char/987A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A1%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%B9n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/seon6>,
        <http://lexvo.org/id/term/yue/%E9%A1%BA>,
        "顺"^^xsd:string ;
    rdfs:comment "obey, submit to, go along with"@en .

<http://lexvo.org/id/char/987B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A1%BB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C5%AB>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/seoi1>,
        <http://lexvo.org/id/term/yue/%E9%A1%BB>,
        "须"^^xsd:string ;
    rdfs:comment "must, have to, necessary"@en .

<http://lexvo.org/id/char/987C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A1%BC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C3%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C5%AB>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/guk1%20juk1>,
        <http://lexvo.org/id/term/yue/%E9%A1%BC>,
        "顼"^^xsd:string ;
    rdfs:comment "grieved"@en .

<http://lexvo.org/id/char/987D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A1%BD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wan4>,
        <http://lexvo.org/id/term/yue/%E9%A1%BD>,
        "顽"^^xsd:string ;
    rdfs:comment "obstinate, stubborn; recalcitrant"@en .

<http://lexvo.org/id/char/987E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A1%BE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gu3>,
        <http://lexvo.org/id/term/yue/%E9%A1%BE>,
        "顾"^^xsd:string ;
    rdfs:comment "look back; look at; look after"@en .

<http://lexvo.org/id/char/987F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A1%BF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%B9n%20d%C3%BA%20zh%C5%ABn>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%BA%200277.140%3Ad%C3%B9n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/deon6%20duk6>,
        <http://lexvo.org/id/term/yue/%E9%A1%BF>,
        "顿"^^xsd:string ;
    rdfs:comment "pause, stop; bow, kowtow; arrange"@en .

<http://lexvo.org/id/char/9880> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A2%80>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C3%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C3%AD%20k%C4%9Bn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kei4>,
        <http://lexvo.org/id/term/yue/%E9%A2%80>,
        "颀"^^xsd:string ;
    rdfs:comment "tall and slim"@en .

<http://lexvo.org/id/char/9881> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A2%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C4%81n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C4%81n%20f%C3%A9n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/baan1>,
        <http://lexvo.org/id/term/yue/%E9%A2%81>,
        "颁"^^xsd:string ;
    rdfs:comment "confer, bestow; publish, promulgate"@en .

<http://lexvo.org/id/char/9882> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A2%82>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C3%B2ng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C3%B2ng%20r%C3%B3ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zung6>,
        <http://lexvo.org/id/term/yue/%E9%A2%82>,
        "颂"^^xsd:string ;
    rdfs:comment "laud, acclaim; hymn; ode"@en .

<http://lexvo.org/id/char/9883> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A2%83>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A1ng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A1ng%20g%C4%81ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hong4>,
        <http://lexvo.org/id/term/yue/%E9%A2%83>,
        "颃"^^xsd:string ;
    rdfs:comment "fly down or downward"@en .

<http://lexvo.org/id/char/9884> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A2%84>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jyu6>,
        <http://lexvo.org/id/term/yue/%E9%A2%84>,
        "预"^^xsd:string ;
    rdfs:comment "prepare, arrange; in advance"@en .

<http://lexvo.org/id/char/9885> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A2%85>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%BA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lou4>,
        <http://lexvo.org/id/term/yue/%E9%A2%85>,
        "颅"^^xsd:string ;
    rdfs:comment "skull"@en .

<http://lexvo.org/id/char/9886> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A2%86>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C7%90ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ling5>,
        <http://lexvo.org/id/term/yue/%E9%A2%86>,
        "领"^^xsd:string ;
    rdfs:comment "neck; collar; lead, guide"@en .

<http://lexvo.org/id/char/9887> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A2%87>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C5%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C7%92%20p%C5%8D>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/po1%20po2>,
        <http://lexvo.org/id/term/yue/%E9%A2%87>,
        "颇"^^xsd:string ;
    rdfs:comment "lean one side; very, rather"@en .

<http://lexvo.org/id/char/9888> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A2%88>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C4%9Bng%200601.030%3Aj%C7%90ng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C7%90ng%20g%C4%9Bng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/geng2>,
        <http://lexvo.org/id/term/yue/%E9%A2%88>,
        "颈"^^xsd:string ;
    rdfs:comment "neck, throat"@en .

<http://lexvo.org/id/char/9889> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A2%89>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%A9%201274.060%3Axi%C3%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%A9%20ji%C3%A1%20xi%C3%A9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/git3%20kit3>,
        <http://lexvo.org/id/term/yue/%E9%A2%89>,
        "颉"^^xsd:string ;
    rdfs:comment "fly upward, soar; contest"@en .

<http://lexvo.org/id/char/988A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A2%8A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%A1>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gaap3>,
        <http://lexvo.org/id/term/yue/%E9%A2%8A>,
        "颊"^^xsd:string ;
    rdfs:comment "cheeks, jaw"@en .

<http://lexvo.org/id/char/988B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A2%8B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C7%90ng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/tian%20t%C7%90ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ting5>,
        <http://lexvo.org/id/term/yue/%E9%A2%8B>,
        "颋"^^xsd:string ;
    rdfs:comment "straight"@en .

<http://lexvo.org/id/char/988C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A2%8C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C3%A9%200453.010%3Ah%C3%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A0n%20g%C3%A9%20h%C3%A9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gap3>,
        <http://lexvo.org/id/term/yue/%E9%A2%8C>,
        "颌"^^xsd:string ;
    rdfs:comment "mouth; jaw"@en .

<http://lexvo.org/id/char/988D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A2%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%90ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wing6>,
        <http://lexvo.org/id/term/yue/%E9%A2%8D>,
        "颍"^^xsd:string ;
    rdfs:comment "river in Anhui"@en .

<http://lexvo.org/id/char/988E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A2%8E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C7%92ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wing6>,
        <http://lexvo.org/id/term/yue/%E9%A2%8E>,
        "颎"^^xsd:string ;
    rdfs:comment "bright"@en .

<http://lexvo.org/id/char/988F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A2%8F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A1i%20k%C4%93%20k%C3%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C4%93%200639.030%3Ak%C3%A9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hoi4>,
        <http://lexvo.org/id/term/yue/%E9%A2%8F>,
        "颏"^^xsd:string ;
    rdfs:comment "chin"@en .

<http://lexvo.org/id/char/9890> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A2%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ji4>,
        <http://lexvo.org/id/term/yue/%E9%A2%90>,
        "颐"^^xsd:string ;
    rdfs:comment "cheeks; jaw; chin; rear; to nourish"@en .

<http://lexvo.org/id/char/9891> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A2%91>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%ADn>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%ADn%20b%C4%ABn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/pan4>,
        <http://lexvo.org/id/term/yue/%E9%A2%91>,
        "频"^^xsd:string ;
    rdfs:comment "frequently, again and again"@en .

<http://lexvo.org/id/char/9892> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A2%92>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%AC>,
        "颒"^^xsd:string ;
    rdfs:comment "wash"@en .

<http://lexvo.org/id/char/9893> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A2%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/tu%C3%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/teoi4>,
        <http://lexvo.org/id/term/yue/%E9%A2%93>,
        "颓"^^xsd:string ;
    rdfs:comment "ruined, decayed; disintegrate"@en .

<http://lexvo.org/id/char/9894> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A2%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ham5>,
        <http://lexvo.org/id/term/yue/%E9%A2%94>,
        "颔"^^xsd:string ;
    rdfs:comment "chin, jowl; give nod"@en .

<http://lexvo.org/id/char/9895> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A2%95>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%90ng>,
        "颕"^^xsd:string ;
    rdfs:comment "rice tassel; sharp point; clever"@en .

<http://lexvo.org/id/char/9896> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A2%96>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%90ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wing6>,
        <http://lexvo.org/id/term/yue/%E9%A2%96>,
        "颖"^^xsd:string ;
    rdfs:comment "rice tassel; sharp point; clever"@en .

<http://lexvo.org/id/char/9897> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A2%97>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C4%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C4%93%20k%C4%9B%20ku%C7%8En>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fo2>,
        <http://lexvo.org/id/term/yue/%E9%A2%97>,
        "颗"^^xsd:string ;
    rdfs:comment "grain, kernel"@en .

<http://lexvo.org/id/char/9898> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A2%98>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%AD%20d%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tai4>,
        <http://lexvo.org/id/term/yue/%E9%A2%98>,
        "题"^^xsd:string ;
    rdfs:comment "forehead; title, headline; theme"@en .

<http://lexvo.org/id/char/9899> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A2%99>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%B3ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jung4>,
        <http://lexvo.org/id/term/yue/%E9%A2%99>,
        "颙"^^xsd:string ;
    rdfs:comment "solemn, large, grand, majestic"@en .

<http://lexvo.org/id/char/989A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C3%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A2%9A>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ngok6>,
        <http://lexvo.org/id/term/yue/%E9%A2%9A>,
        "颚"^^xsd:string ;
    rdfs:comment "jaw"@en .

<http://lexvo.org/id/char/989B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A2%9B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zhu%C4%81n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zyun1>,
        <http://lexvo.org/id/term/yue/%E9%A2%9B>,
        "颛"^^xsd:string ;
    rdfs:comment "good, honest; simple; respectful"@en .

<http://lexvo.org/id/char/989C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A2%9C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ngaan4>,
        <http://lexvo.org/id/term/yue/%E9%A2%9C>,
        "颜"^^xsd:string ;
    rdfs:comment "face, facial appearance"@en .

<http://lexvo.org/id/char/989D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C3%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A2%9D>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ngaak6>,
        <http://lexvo.org/id/term/yue/%E9%A2%9D>,
        "额"^^xsd:string ;
    rdfs:comment "forehead; tablet, plaque; fixed"@en .

<http://lexvo.org/id/char/989E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A2%9E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ni%C3%A8>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/nip6>,
        <http://lexvo.org/id/term/yue/%E9%A2%9E>,
        "颞"^^xsd:string ;
    rdfs:comment "the temporal bone"@en .

<http://lexvo.org/id/char/989F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A2%9F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A1n%20m%C4%81n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C4%81n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mun4>,
        <http://lexvo.org/id/term/yue/%E9%A2%9F>,
        "颟"^^xsd:string ;
    rdfs:comment "dawdling; thoughtless, careless"@en .

<http://lexvo.org/id/char/98A0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A2%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/di%C4%81n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/di%C4%81n%20ti%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/din1>,
        <http://lexvo.org/id/term/yue/%E9%A2%A0>,
        "颠"^^xsd:string ;
    rdfs:comment "top, peak, summit; upset"@en .

<http://lexvo.org/id/char/98A1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A2%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C7%8Eng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/song2>,
        <http://lexvo.org/id/term/yue/%E9%A2%A1>,
        "颡"^^xsd:string ;
    rdfs:comment "the forehead; to kowtow"@en .

<http://lexvo.org/id/char/98A2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A2%A2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A0o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hou6>,
        <http://lexvo.org/id/term/yue/%E9%A2%A2>,
        "颢"^^xsd:string ;
    rdfs:comment "luminous; white, hoary"@en .

<http://lexvo.org/id/char/98A3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A2%A3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%A8i>,
        "颣"^^xsd:string .

<http://lexvo.org/id/char/98A4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A2%A4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%A0n%201452.040%3Azh%C3%A0n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%A0n%20ch%C3%A0n%20sh%C4%81n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zin3>,
        <http://lexvo.org/id/term/yue/%E9%A2%A4>,
        "颤"^^xsd:string ;
    rdfs:comment "shiver, tremble; trembling"@en .

<http://lexvo.org/id/char/98A5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A2%A5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/r%C3%BA>,
        "颥"^^xsd:string ;
    rdfs:comment "the temporal bone"@en .

<http://lexvo.org/id/char/98A6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A2%A6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%ADn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/pan4>,
        <http://lexvo.org/id/term/yue/%E9%A2%A6>,
        "颦"^^xsd:string ;
    rdfs:comment "frown, knit brows; with knitted"@en .

<http://lexvo.org/id/char/98A7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A2%A7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qu%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kyun4>,
        <http://lexvo.org/id/term/yue/%E9%A2%A7>,
        "颧"^^xsd:string ;
    rdfs:comment "cheek bones"@en .

<http://lexvo.org/id/char/98A9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A2%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/bi%C4%81o%20di%C5%AB>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/biu1>,
        <http://lexvo.org/id/term/yue/%E9%A2%A9>,
        "颩"^^xsd:string .

<http://lexvo.org/id/char/98AA> a lvont:Character ;
    lvont:represents "颪"^^xsd:string ;
    rdfs:comment "(Japanese) wind blowing down from the mountains"@en .

<http://lexvo.org/id/char/98AB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A2%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%BA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fu4>,
        <http://lexvo.org/id/term/yue/%E9%A2%AB>,
        "颫"^^xsd:string ;
    rdfs:comment "a storm"@en .

<http://lexvo.org/id/char/98AC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A2%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C4%81>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/haa1>,
        <http://lexvo.org/id/term/yue/%E9%A2%AC>,
        "颬"^^xsd:string .

<http://lexvo.org/id/char/98AD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A2%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C7%8En>,
        <http://lexvo.org/id/term/kor/%E9%A2%AD>,
        <http://lexvo.org/id/term/kor/CEM>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zim2>,
        <http://lexvo.org/id/term/yue/%E9%A2%AD>,
        "颭"^^xsd:string ;
    rdfs:comment "sway in wind"@en .

<http://lexvo.org/id/char/98AE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A2%AE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/bi%C4%81o%20p%C3%A1o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/biu1%20paau1>,
        <http://lexvo.org/id/term/yue/%E9%A2%AE>,
        "颮"^^xsd:string ;
    rdfs:comment "storm whirlwind"@en .

<http://lexvo.org/id/char/98AF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A2%AF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C3%A0%20l%C3%AC>,
        <http://lexvo.org/id/term/kor/%E9%A2%AF>,
        <http://lexvo.org/id/term/kor/SAP>,
        <http://lexvo.org/id/term/vie/t%C3%A1p>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/saap3>,
        <http://lexvo.org/id/term/yue/%E9%A2%AF>,
        "颯"^^xsd:string ;
    rdfs:comment "the sound of the wind; bleak; melancholy"@en .

<http://lexvo.org/id/char/98B0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A2%B0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%A1>,
        "颰"^^xsd:string .

<http://lexvo.org/id/char/98B1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A2%B1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%A1i>,
        <http://lexvo.org/id/term/kor/%E9%A2%B1>,
        <http://lexvo.org/id/term/kor/THAY>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/toi4>,
        <http://lexvo.org/id/term/yue/%E9%A2%B1>,
        "颱"^^xsd:string ;
    rdfs:comment "taiphoon"@en .

<http://lexvo.org/id/char/98B2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A2%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C3%A8>,
        <http://lexvo.org/id/term/kor/%E9%A2%B2>,
        <http://lexvo.org/id/term/kor/LYEL>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lit6>,
        <http://lexvo.org/id/term/yue/%E9%A2%B2>,
        "颲"^^xsd:string .

<http://lexvo.org/id/char/98B3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A2%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/gu%C4%81>,
        <http://lexvo.org/id/term/kor/%E9%A2%B3>,
        <http://lexvo.org/id/term/kor/KWAL>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gwaat3>,
        <http://lexvo.org/id/term/yue/%E9%A2%B3>,
        "颳"^^xsd:string ;
    rdfs:comment "to blow"@en .

<http://lexvo.org/id/char/98B4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A2%B4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xu%C3%A0n>,
        "颴"^^xsd:string ;
    rdfs:comment "whirlwind"@en .

<http://lexvo.org/id/char/98B5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A2%B5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%A0o>,
        "颵"^^xsd:string .

<http://lexvo.org/id/char/98B6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A2%B6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%B9>,
        <http://lexvo.org/id/term/kor/%E9%A2%B6>,
        <http://lexvo.org/id/term/kor/KWU>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/geoi6>,
        <http://lexvo.org/id/term/yue/%E9%A2%B6>,
        "颶"^^xsd:string ;
    rdfs:comment "cyclone, typhoon, gale"@en .

<http://lexvo.org/id/char/98B7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A2%B7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C4%AB>,
        "颷"^^xsd:string ;
    rdfs:comment "whirlwind"@en .

<http://lexvo.org/id/char/98B8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A2%B8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C4%AB>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/si1>,
        <http://lexvo.org/id/term/yue/%E9%A2%B8>,
        "颸"^^xsd:string ;
    rdfs:comment "cool breeze of autumn"@en .

<http://lexvo.org/id/char/98B9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A2%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C4%9Bi>,
        "颹"^^xsd:string .

<http://lexvo.org/id/char/98BA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A2%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A1ng>,
        <http://lexvo.org/id/term/kor/%E9%A2%BA>,
        <http://lexvo.org/id/term/kor/YANG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/joeng4>,
        <http://lexvo.org/id/term/yue/%E9%A2%BA>,
        "颺"^^xsd:string ;
    rdfs:comment "soar, fly, float; scatter"@en .

<http://lexvo.org/id/char/98BB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A2%BB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A1o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jiu4>,
        <http://lexvo.org/id/term/yue/%E9%A2%BB>,
        "颻"^^xsd:string ;
    rdfs:comment "floating in air, drifting with wind"@en .

<http://lexvo.org/id/char/98BC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A2%BC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C5%8Du>,
        <http://lexvo.org/id/term/kor/%E9%A2%BC>,
        <http://lexvo.org/id/term/kor/SWU>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sau1>,
        <http://lexvo.org/id/term/yue/%E9%A2%BC>,
        "颼"^^xsd:string ;
    rdfs:comment "sound of wind; blow chilly"@en .

<http://lexvo.org/id/char/98BD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A2%BD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C7%8Ei>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hoi2>,
        <http://lexvo.org/id/term/yue/%E9%A2%BD>,
        "颽"^^xsd:string .

<http://lexvo.org/id/char/98BE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A2%BE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C4%81o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sou1>,
        <http://lexvo.org/id/term/yue/%E9%A2%BE>,
        "颾"^^xsd:string ;
    rdfs:comment "blowing of the wind"@en .

<http://lexvo.org/id/char/98BF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A2%BF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%A1n%20f%C4%81n%20f%C3%A0n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C4%81n>,
        <http://lexvo.org/id/term/kor/%E9%A2%BF>,
        <http://lexvo.org/id/term/kor/PEM>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/faan4>,
        <http://lexvo.org/id/term/yue/%E9%A2%BF>,
        "颿"^^xsd:string ;
    rdfs:comment "sail"@en .

<http://lexvo.org/id/char/98C0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A3%80>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C3%BA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lau4>,
        <http://lexvo.org/id/term/yue/%E9%A3%80>,
        "飀"^^xsd:string ;
    rdfs:comment "soughing of wind; noise"@en .

<http://lexvo.org/id/char/98C1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A3%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C3%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zaap6>,
        <http://lexvo.org/id/term/yue/%E9%A3%81>,
        "飁"^^xsd:string .

<http://lexvo.org/id/char/98C2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A3%82>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C3%A1o%20li%C3%BA%20li%C3%B9>,
        <http://lexvo.org/id/term/kor/%E9%A3%82>,
        <http://lexvo.org/id/term/kor/LYO>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lau4%20liu4>,
        <http://lexvo.org/id/term/yue/%E9%A3%82>,
        "飂"^^xsd:string ;
    rdfs:comment "wind in high places"@en .

<http://lexvo.org/id/char/98C3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A3%83>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/pi%C4%81o>,
        "飃"^^xsd:string ;
    rdfs:comment "whirlwind, cyclone; floating"@en .

<http://lexvo.org/id/char/98C4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A3%84>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/pi%C4%81o>,
        <http://lexvo.org/id/term/kor/%E9%A3%84>,
        <http://lexvo.org/id/term/kor/PHYO>,
        <http://lexvo.org/id/term/vie/phi%C3%AAu>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/piu1>,
        <http://lexvo.org/id/term/yue/%E9%A3%84>,
        "飄"^^xsd:string ;
    rdfs:comment "whirlwind, cyclone; floating"@en .

<http://lexvo.org/id/char/98C5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A3%85>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C3%BA>,
        "飅"^^xsd:string .

<http://lexvo.org/id/char/98C6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A3%86>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/bi%C4%81o>,
        <http://lexvo.org/id/term/kor/%E9%A3%86>,
        <http://lexvo.org/id/term/kor/PHYO>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/biu1>,
        <http://lexvo.org/id/term/yue/%E9%A3%86>,
        "飆"^^xsd:string ;
    rdfs:comment "whirlwind, stormy gale"@en .

<http://lexvo.org/id/char/98C7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A3%87>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/bi%C4%81o>,
        <http://lexvo.org/id/term/kor/%E9%A3%87>,
        <http://lexvo.org/id/term/kor/PHYO>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/biu1>,
        <http://lexvo.org/id/term/yue/%E9%A3%87>,
        "飇"^^xsd:string ;
    rdfs:comment "whirlwind, stormy gale"@en .

<http://lexvo.org/id/char/98C8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A3%88>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/bi%C4%81o>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/bi%C7%8Eo%20bi%C4%81o>,
        "飈"^^xsd:string ;
    rdfs:comment "whirlwind"@en .

<http://lexvo.org/id/char/98C9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A3%89>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C3%A1o>,
        <http://lexvo.org/id/term/kor/%E9%A3%89>,
        <http://lexvo.org/id/term/kor/LYO>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/liu4>,
        <http://lexvo.org/id/term/yue/%E9%A3%89>,
        "飉"^^xsd:string .

<http://lexvo.org/id/char/98CA> a lvont:Character ;
    lvont:represents "飊"^^xsd:string .

<http://lexvo.org/id/char/98CB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A3%8B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C3%A8>,
        <http://lexvo.org/id/term/kor/%E9%A3%8B>,
        <http://lexvo.org/id/term/kor/SIL>,
        "飋"^^xsd:string .

<http://lexvo.org/id/char/98CC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A3%8C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C4%93ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fung1>,
        <http://lexvo.org/id/term/yue/%E9%A3%8C>,
        "飌"^^xsd:string ;
    rdfs:comment "wind"@en .

<http://lexvo.org/id/char/98CD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A3%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/bi%C4%81o%20xi%C5%AB>,
        "飍"^^xsd:string .

<http://lexvo.org/id/char/98CF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A3%8F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A1ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/joeng4>,
        <http://lexvo.org/id/term/yue/%E9%A3%8F>,
        "飏"^^xsd:string ;
    rdfs:comment "soar, fly, float; scatter"@en .

<http://lexvo.org/id/char/98D0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A3%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C7%8En>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zim2>,
        <http://lexvo.org/id/term/yue/%E9%A3%90>,
        "飐"^^xsd:string ;
    rdfs:comment "sway in wind"@en .

<http://lexvo.org/id/char/98D1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A3%91>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/bi%C4%81o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/paau1>,
        <http://lexvo.org/id/term/yue/%E9%A3%91>,
        "飑"^^xsd:string ;
    rdfs:comment "storm"@en .

<http://lexvo.org/id/char/98D2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A3%92>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C3%A0>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/saap3>,
        <http://lexvo.org/id/term/yue/%E9%A3%92>,
        "飒"^^xsd:string ;
    rdfs:comment "the sound of the wind; bleak; melancholy"@en .

<http://lexvo.org/id/char/98D3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A3%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/geoi6>,
        <http://lexvo.org/id/term/yue/%E9%A3%93>,
        "飓"^^xsd:string ;
    rdfs:comment "cyclone, typhoon, gale"@en .

<http://lexvo.org/id/char/98D4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A3%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C4%AB>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/si1>,
        <http://lexvo.org/id/term/yue/%E9%A3%94>,
        "飔"^^xsd:string ;
    rdfs:comment "cool breeze of autumn"@en .

<http://lexvo.org/id/char/98D5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A3%95>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C5%8Du>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sau1>,
        <http://lexvo.org/id/term/yue/%E9%A3%95>,
        "飕"^^xsd:string ;
    rdfs:comment "sound of wind; blow chilly"@en .

<http://lexvo.org/id/char/98D6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A3%96>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A1o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jiu4>,
        <http://lexvo.org/id/term/yue/%E9%A3%96>,
        "飖"^^xsd:string ;
    rdfs:comment "floating in air, drifting with wind"@en .

<http://lexvo.org/id/char/98D7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A3%97>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C3%BA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lau4>,
        <http://lexvo.org/id/term/yue/%E9%A3%97>,
        "飗"^^xsd:string ;
    rdfs:comment "soughing of wind; noise"@en .

<http://lexvo.org/id/char/98D8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A3%98>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/pi%C4%81o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/piu1>,
        <http://lexvo.org/id/term/yue/%E9%A3%98>,
        "飘"^^xsd:string ;
    rdfs:comment "whirlwind, cyclone; floating"@en .

<http://lexvo.org/id/char/98D9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A3%99>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/bi%C4%81o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/biu1>,
        <http://lexvo.org/id/term/yue/%E9%A3%99>,
        "飙"^^xsd:string ;
    rdfs:comment "whirlwind, stormy gale"@en .

<http://lexvo.org/id/char/98DA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A3%9A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/bi%C4%81o>,
        "飚"^^xsd:string ;
    rdfs:comment "whirlwind"@en .

<http://lexvo.org/id/char/98DC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A3%9C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C4%81n>,
        <http://lexvo.org/id/term/kor/%E9%A3%9C>,
        <http://lexvo.org/id/term/kor/PEN>,
        "飜"^^xsd:string ;
    rdfs:comment "flip over, upset, capsize"@en .

<http://lexvo.org/id/char/98DD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A3%9D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C4%93i>,
        "飝"^^xsd:string .

<http://lexvo.org/id/char/98DE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A3%9E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C4%93i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fei1>,
        <http://lexvo.org/id/term/yue/%E9%A3%9E>,
        "飞"^^xsd:string ;
    rdfs:comment "fly; go quickly; dart; high"@en .

<http://lexvo.org/id/char/98E1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A3%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C4%81n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C4%81n%20s%C5%ABn>,
        <http://lexvo.org/id/term/kor/%E9%A3%A1>,
        <http://lexvo.org/id/term/kor/SON>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/caan1>,
        <http://lexvo.org/id/term/yue/%E9%A3%A1>,
        "飡"^^xsd:string ;
    rdfs:comment "meal; eat"@en .

<http://lexvo.org/id/char/98E2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A3%A2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C4%AB>,
        <http://lexvo.org/id/term/kor/%E9%A3%A2>,
        <http://lexvo.org/id/term/kor/KI>,
        <http://lexvo.org/id/term/vie/c%C6%A1>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gei1>,
        <http://lexvo.org/id/term/yue/%E9%A3%A2>,
        "飢"^^xsd:string ;
    rdfs:comment "hunger, starving; hungry; a famine"@en .

<http://lexvo.org/id/char/98E3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A3%A3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%ACng>,
        <http://lexvo.org/id/term/kor/%E9%A3%A3>,
        <http://lexvo.org/id/term/kor/CENG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ding3>,
        <http://lexvo.org/id/term/yue/%E9%A3%A3>,
        "飣"^^xsd:string ;
    rdfs:comment "display food for show only; sacrifice"@en .

<http://lexvo.org/id/char/98E4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A3%A4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zi6>,
        <http://lexvo.org/id/term/yue/%E9%A3%A4>,
        "飤"^^xsd:string ;
    rdfs:comment "to feed; provisions"@en .

<http://lexvo.org/id/char/98E5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A3%A5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/tu%C5%8D>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tok3>,
        <http://lexvo.org/id/term/yue/%E9%A3%A5>,
        "飥"^^xsd:string ;
    rdfs:comment "rice cake"@en .

<http://lexvo.org/id/char/98E6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A3%A6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C4%81n>,
        <http://lexvo.org/id/term/kor/%E9%A3%A6>,
        <http://lexvo.org/id/term/kor/CEN>,
        "飦"^^xsd:string ;
    rdfs:comment "well-boiled congee or gruel; thick, rich"@en .

<http://lexvo.org/id/char/98E7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A3%A7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C5%ABn>,
        <http://lexvo.org/id/term/kor/%E9%A3%A7>,
        <http://lexvo.org/id/term/kor/SON>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/syun1>,
        <http://lexvo.org/id/term/yue/%E9%A3%A7>,
        "飧"^^xsd:string ;
    rdfs:comment "evening meal, supper; cooked food"@en .

<http://lexvo.org/id/char/98E8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A3%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C7%8Eng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hoeng2>,
        <http://lexvo.org/id/term/yue/%E9%A3%A8>,
        "飨"^^xsd:string ;
    rdfs:comment "host banquet; banquet"@en .

<http://lexvo.org/id/char/98E9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A3%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%BAn%20tun%20zh%C3%B9n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tan1%20tan4>,
        <http://lexvo.org/id/term/yue/%E9%A3%A9>,
        "飩"^^xsd:string ;
    rdfs:comment "stuffed dumplings"@en .

<http://lexvo.org/id/char/98EA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A3%AA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/r%C3%A8n>,
        <http://lexvo.org/id/term/kor/%E9%A3%AA>,
        <http://lexvo.org/id/term/kor/IM>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jam5%20jam6>,
        <http://lexvo.org/id/term/yue/%E9%A3%AA>,
        "飪"^^xsd:string ;
    rdfs:comment "cooked food; cook until well done"@en .

<http://lexvo.org/id/char/98EB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A3%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%B9>,
        <http://lexvo.org/id/term/kor/%E9%A3%AB>,
        <http://lexvo.org/id/term/kor/E>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jyu3>,
        <http://lexvo.org/id/term/yue/%E9%A3%AB>,
        "飫"^^xsd:string ;
    rdfs:comment "surfeited, satiated; confer"@en .

<http://lexvo.org/id/char/98EC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A3%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ju%C3%A0n%20y%C7%8Eng>,
        "飬"^^xsd:string .

<http://lexvo.org/id/char/98ED> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A3%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%AC%20sh%C3%AC>,
        <http://lexvo.org/id/term/kor/%E9%A3%AD>,
        <http://lexvo.org/id/term/kor/CHIK>,
        <http://lexvo.org/id/term/vie/s%E1%BB%A9c>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cik1%20sik1>,
        <http://lexvo.org/id/term/yue/%E9%A3%AD>,
        "飭"^^xsd:string ;
    rdfs:comment "order; command; give command"@en .

<http://lexvo.org/id/char/98EE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A3%AE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%90n>,
        <http://lexvo.org/id/term/kor/%E9%A3%AE>,
        <http://lexvo.org/id/term/kor/UM>,
        "飮"^^xsd:string ;
    rdfs:comment "drink; swallow; kind of drink"@en .

<http://lexvo.org/id/char/98EF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A3%AF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E9%A3%AF>,
        <http://lexvo.org/id/term/kor/PAN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/faan6>,
        <http://lexvo.org/id/term/yue/%E9%A3%AF>,
        "飯"^^xsd:string ;
    rdfs:comment "cooked rice; food; meal"@en .

<http://lexvo.org/id/char/98F0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A3%B0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%A0n>,
        "飰"^^xsd:string .

<http://lexvo.org/id/char/98F1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A3%B1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C5%ABn>,
        <http://lexvo.org/id/term/kor/%E9%A3%B1>,
        <http://lexvo.org/id/term/kor/SON>,
        "飱"^^xsd:string ;
    rdfs:comment "evening meal"@en .

<http://lexvo.org/id/char/98F2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A3%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%90n%20y%C3%ACn>,
        <http://lexvo.org/id/term/kor/%E9%A3%B2>,
        <http://lexvo.org/id/term/kor/UM>,
        <http://lexvo.org/id/term/vie/%E1%BA%A9m>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jam2%20jam3>,
        <http://lexvo.org/id/term/yue/%E9%A3%B2>,
        "飲"^^xsd:string ;
    rdfs:comment "drink; swallow; kind of drink"@en .

<http://lexvo.org/id/char/98F3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A3%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%B9>,
        "飳"^^xsd:string .

<http://lexvo.org/id/char/98F4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A3%B4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%AD%20s%C3%AC>,
        <http://lexvo.org/id/term/kor/%E9%A3%B4>,
        <http://lexvo.org/id/term/kor/I%20SI>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ji4>,
        <http://lexvo.org/id/term/yue/%E9%A3%B4>,
        "飴"^^xsd:string ;
    rdfs:comment "sweet-meats; sweet-cakes; syrup"@en .

<http://lexvo.org/id/char/98F5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A3%B5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C7%8Ei%20zu%C3%B2>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zok3>,
        <http://lexvo.org/id/term/yue/%E9%A3%B5>,
        "飵"^^xsd:string ;
    rdfs:comment "(Cant.) food; profit"@en .

<http://lexvo.org/id/char/98F6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A3%B6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bat6%20bit1>,
        <http://lexvo.org/id/term/yue/%E9%A3%B6>,
        "飶"^^xsd:string ;
    rdfs:comment "odour"@en .

<http://lexvo.org/id/char/98F7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A3%B7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C4%9B>,
        "飷"^^xsd:string .

<http://lexvo.org/id/char/98F8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A3%B8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C4%81o>,
        "飸"^^xsd:string .

<http://lexvo.org/id/char/98F9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A3%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C7%94>,
        "飹"^^xsd:string .

<http://lexvo.org/id/char/98FA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A3%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C3%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ci1>,
        <http://lexvo.org/id/term/yue/%E9%A3%BA>,
        "飺"^^xsd:string .

<http://lexvo.org/id/char/98FB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A3%BB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ti%C3%A8>,
        <http://lexvo.org/id/term/kor/%E9%A3%BB>,
        <http://lexvo.org/id/term/kor/CHEL>,
        "飻"^^xsd:string .

<http://lexvo.org/id/char/98FC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A3%BC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C3%AC>,
        <http://lexvo.org/id/term/kor/%E9%A3%BC>,
        <http://lexvo.org/id/term/kor/SA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zi6>,
        <http://lexvo.org/id/term/yue/%E9%A3%BC>,
        "飼"^^xsd:string ;
    rdfs:comment "raise animals; feed; nourish"@en .

<http://lexvo.org/id/char/98FD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A3%BD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C7%8Eo>,
        <http://lexvo.org/id/term/kor/%E9%A3%BD>,
        <http://lexvo.org/id/term/kor/PHO>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/baau2>,
        <http://lexvo.org/id/term/yue/%E9%A3%BD>,
        "飽"^^xsd:string ;
    rdfs:comment "eat heartily; eat one's fill"@en .

<http://lexvo.org/id/char/98FE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A3%BE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%AC%20ch%C3%AC>,
        <http://lexvo.org/id/term/kor/%E9%A3%BE>,
        <http://lexvo.org/id/term/kor/SIK>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sik1>,
        <http://lexvo.org/id/term/yue/%E9%A3%BE>,
        "飾"^^xsd:string ;
    rdfs:comment "decorate, ornament, adorn; to deceive"@en .

<http://lexvo.org/id/char/98FF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A3%BF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/du%C3%B2>,
        "飿"^^xsd:string .

<http://lexvo.org/id/char/9900> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A4%80>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A0i>,
        "餀"^^xsd:string ;
    rdfs:comment "tainted food"@en .

<http://lexvo.org/id/char/9901> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A4%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/r%C3%A8n>,
        <http://lexvo.org/id/term/kor/%E9%A4%81>,
        <http://lexvo.org/id/term/kor/IM>,
        "餁"^^xsd:string ;
    rdfs:comment "cooked food; cook until well done"@en .

<http://lexvo.org/id/char/9902> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A4%82>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ti%C7%8En>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tim5>,
        <http://lexvo.org/id/term/yue/%E9%A4%82>,
        "餂"^^xsd:string ;
    rdfs:comment "to obtain by hook"@en .

<http://lexvo.org/id/char/9903> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A4%83>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C7%8Eo%20ji%C3%A0o>,
        <http://lexvo.org/id/term/kor/%E9%A4%83>,
        <http://lexvo.org/id/term/kor/KYO>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gaau2>,
        <http://lexvo.org/id/term/yue/%E9%A4%83>,
        "餃"^^xsd:string ;
    rdfs:comment "stuffed dumplings"@en .

<http://lexvo.org/id/char/9904> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A4%84>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%A1%20h%C3%A9>,
        "餄"^^xsd:string .

<http://lexvo.org/id/char/9905> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A4%85>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C7%90ng>,
        <http://lexvo.org/id/term/kor/%E9%A4%85>,
        <http://lexvo.org/id/term/kor/PYENG>,
        <http://lexvo.org/id/term/vie/b%C3%A1nh>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/beng2%20bing2>,
        <http://lexvo.org/id/term/yue/%E9%A4%85>,
        "餅"^^xsd:string ;
    rdfs:comment "rice-cakes, biscuits"@en .

<http://lexvo.org/id/char/9906> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A4%86>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A1o>,
        "餆"^^xsd:string .

<http://lexvo.org/id/char/9907> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A4%87>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%B3ng>,
        "餇"^^xsd:string ;
    rdfs:comment "food"@en .

<http://lexvo.org/id/char/9908> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A4%88>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C3%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C3%AD%20z%C4%AB>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ci4>,
        <http://lexvo.org/id/term/yue/%E9%A4%88>,
        "餈"^^xsd:string ;
    rdfs:comment "rice cake"@en .

<http://lexvo.org/id/char/9909> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A4%89>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C7%8Eng>,
        <http://lexvo.org/id/term/kor/%E9%A4%89>,
        <http://lexvo.org/id/term/kor/HYANG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hoeng2>,
        <http://lexvo.org/id/term/yue/%E9%A4%89>,
        "餉"^^xsd:string ;
    rdfs:comment "rations and pay for soldiers"@en .

<http://lexvo.org/id/char/990A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A4%8A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%8Eng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%8Eng%20y%C3%A0ng>,
        <http://lexvo.org/id/term/kor/%E9%A4%8A>,
        <http://lexvo.org/id/term/kor/YANG>,
        <http://lexvo.org/id/term/vie/d%C6%B0%E1%BB%A1ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/joeng5%20joeng6>,
        <http://lexvo.org/id/term/yue/%E9%A4%8A>,
        "養"^^xsd:string ;
    rdfs:comment "raise, rear, bring up; support"@en .

<http://lexvo.org/id/char/990B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A4%8B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%8Eng>,
        "餋"^^xsd:string .

<http://lexvo.org/id/char/990C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C4%9Br>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A4%8C>,
        <http://lexvo.org/id/term/kor/%E9%A4%8C>,
        <http://lexvo.org/id/term/kor/I>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/nei6>,
        <http://lexvo.org/id/term/yue/%E9%A4%8C>,
        "餌"^^xsd:string ;
    rdfs:comment "bait; bait, entice; dumplings"@en .

<http://lexvo.org/id/char/990D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A4%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jim3>,
        <http://lexvo.org/id/term/yue/%E9%A4%8D>,
        "餍"^^xsd:string ;
    rdfs:comment "be satiated, eat one's full"@en .

<http://lexvo.org/id/char/990E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A4%8E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/le>,
        "餎"^^xsd:string .

<http://lexvo.org/id/char/990F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A4%8F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C4%AB>,
        "餏"^^xsd:string .

<http://lexvo.org/id/char/9910> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A4%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C4%81n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C4%81n%20s%C3%B9n>,
        <http://lexvo.org/id/term/kor/%E9%A4%90>,
        <http://lexvo.org/id/term/kor/CHAN%20SON>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/caan1>,
        <http://lexvo.org/id/term/yue/%E9%A4%90>,
        "餐"^^xsd:string ;
    rdfs:comment "eat, dine; meal; food"@en .

<http://lexvo.org/id/char/9911> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A4%91>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C5%8D%20b%C3%B3>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/but6>,
        <http://lexvo.org/id/term/yue/%E9%A4%91>,
        "餑"^^xsd:string ;
    rdfs:comment "ferrule; cakes, biscuits"@en .

<http://lexvo.org/id/char/9912> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A4%92>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C4%9Bi>,
        <http://lexvo.org/id/term/kor/%E9%A4%92>,
        <http://lexvo.org/id/term/kor/NOY>,
        <http://lexvo.org/id/term/vie/nu%C3%B4i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/neoi5%20noi5>,
        <http://lexvo.org/id/term/yue/%E9%A4%92>,
        "餒"^^xsd:string ;
    rdfs:comment "hungry, starving, famished"@en .

<http://lexvo.org/id/char/9913> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C3%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A4%93>,
        <http://lexvo.org/id/term/kor/%E9%A4%93>,
        <http://lexvo.org/id/term/kor/A>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ngo6>,
        <http://lexvo.org/id/term/yue/%E9%A4%93>,
        "餓"^^xsd:string ;
    rdfs:comment "hungry; greedy for; hunger"@en .

<http://lexvo.org/id/char/9914> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A4%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C5%AB%20b%C7%94>,
        <http://lexvo.org/id/term/kor/%E9%A4%94>,
        <http://lexvo.org/id/term/kor/PHO>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bou1%20bou3%20bou6>,
        <http://lexvo.org/id/term/yue/%E9%A4%94>,
        "餔"^^xsd:string ;
    rdfs:comment "eat; dinner time; sunset"@en .

<http://lexvo.org/id/char/9915> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A4%95>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%B9n>,
        <http://lexvo.org/id/term/kor/%E9%A4%95>,
        <http://lexvo.org/id/term/kor/CWUN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zeon3>,
        <http://lexvo.org/id/term/yue/%E9%A4%95>,
        "餕"^^xsd:string ;
    rdfs:comment "leftovers"@en .

<http://lexvo.org/id/char/9916> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A4%96>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%B2u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dau6>,
        <http://lexvo.org/id/term/yue/%E9%A4%96>,
        "餖"^^xsd:string ;
    rdfs:comment "food item set out for show only"@en .

<http://lexvo.org/id/char/9917> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A4%97>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cuk1>,
        <http://lexvo.org/id/term/yue/%E9%A4%97>,
        "餗"^^xsd:string ;
    rdfs:comment "a pot of cooked rice"@en .

<http://lexvo.org/id/char/9918> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A4%98>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%BA%20y%C3%A9>,
        <http://lexvo.org/id/term/kor/%E9%A4%98>,
        <http://lexvo.org/id/term/kor/YE>,
        <http://lexvo.org/id/term/vie/d%C6%B0>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jyu4>,
        <http://lexvo.org/id/term/yue/%E9%A4%98>,
        "餘"^^xsd:string ;
    rdfs:comment "surplus, excess, remainder"@en .

<http://lexvo.org/id/char/9919> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A4%99>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sik1>,
        <http://lexvo.org/id/term/yue/%E9%A4%99>,
        "餙"^^xsd:string ;
    rdfs:comment "to adorn; ornaments; to deceive"@en .

<http://lexvo.org/id/char/991A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A4%9A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A1o>,
        <http://lexvo.org/id/term/kor/%E9%A4%9A>,
        <http://lexvo.org/id/term/kor/HYO>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ngaau4>,
        <http://lexvo.org/id/term/yue/%E9%A4%9A>,
        "餚"^^xsd:string ;
    rdfs:comment "prepared meat; food"@en .

<http://lexvo.org/id/char/991B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A4%9B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%BAn%20k%C5%ABn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wan4>,
        <http://lexvo.org/id/term/yue/%E9%A4%9B>,
        "餛"^^xsd:string ;
    rdfs:comment "dumpling soup, wonton"@en .

<http://lexvo.org/id/char/991C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A4%9C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/gu%C7%92>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gwo2>,
        <http://lexvo.org/id/term/yue/%E9%A4%9C>,
        "餜"^^xsd:string ;
    rdfs:comment "cakes, biscuits, pastry"@en .

<http://lexvo.org/id/char/991D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A4%9D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%AC>,
        "餝"^^xsd:string .

<http://lexvo.org/id/char/991E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A4%9E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E9%A4%9E>,
        <http://lexvo.org/id/term/kor/CEN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zin3>,
        <http://lexvo.org/id/term/yue/%E9%A4%9E>,
        "餞"^^xsd:string ;
    rdfs:comment "farewell party; see off, send off"@en .

<http://lexvo.org/id/char/991F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A4%9F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zhu%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zeoi3%20zyut3>,
        <http://lexvo.org/id/term/yue/%E9%A4%9F>,
        "餟"^^xsd:string ;
    rdfs:comment "libation"@en .

<http://lexvo.org/id/char/9920> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A4%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C7%90ng>,
        <http://lexvo.org/id/term/kor/%E9%A4%A0>,
        <http://lexvo.org/id/term/kor/PYENG>,
        "餠"^^xsd:string ;
    rdfs:comment "rice-cakes, biscuits"@en .

<http://lexvo.org/id/char/9921> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A4%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A0n%20k%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/haam5%20haam6>,
        <http://lexvo.org/id/term/yue/%E9%A4%A1>,
        "餡"^^xsd:string ;
    rdfs:comment "pastry filling, stuffing"@en .

<http://lexvo.org/id/char/9922> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A4%A2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%B9>,
        "餢"^^xsd:string .

<http://lexvo.org/id/char/9923> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A4%A3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A8>,
        "餣"^^xsd:string .

<http://lexvo.org/id/char/9924> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A4%A4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%A1n%20d%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/daam6%20taam4>,
        <http://lexvo.org/id/term/yue/%E9%A4%A4>,
        "餤"^^xsd:string ;
    rdfs:comment "incite"@en .

<http://lexvo.org/id/char/9925> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A4%A5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C4%9Bi>,
        "餥"^^xsd:string .

<http://lexvo.org/id/char/9926> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A4%A6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C4%81ng>,
        <http://lexvo.org/id/term/kor/%E9%A4%A6>,
        <http://lexvo.org/id/term/kor/CANG>,
        "餦"^^xsd:string ;
    rdfs:comment "candy, pastry"@en .

<http://lexvo.org/id/char/9927> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A4%A7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C3%A8i>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C3%A8i%20n%C4%9Bi>,
        <http://lexvo.org/id/term/kor/%E9%A4%A7>,
        <http://lexvo.org/id/term/kor/WI>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/noi5%20wai3>,
        <http://lexvo.org/id/term/yue/%E9%A4%A7>,
        "餧"^^xsd:string ;
    rdfs:comment "steamed bread; to feed"@en .

<http://lexvo.org/id/char/9928> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A4%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/gu%C7%8En>,
        <http://lexvo.org/id/term/kor/%E9%A4%A8>,
        <http://lexvo.org/id/term/kor/KWAN>,
        <http://lexvo.org/id/term/vie/qu%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gun2>,
        <http://lexvo.org/id/term/yue/%E9%A4%A8>,
        "館"^^xsd:string ;
    rdfs:comment "public building"@en .

<http://lexvo.org/id/char/9929> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C3%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A4%A9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ak1>,
        <http://lexvo.org/id/term/yue/%E9%A4%A9>,
        "餩"^^xsd:string ;
    rdfs:comment "hiccough"@en .

<http://lexvo.org/id/char/992A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A4%AA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/nu%C7%8En>,
        <http://lexvo.org/id/term/kor/%E9%A4%AA>,
        <http://lexvo.org/id/term/kor/NAN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/nyun5>,
        <http://lexvo.org/id/term/yue/%E9%A4%AA>,
        "餪"^^xsd:string ;
    rdfs:comment "feast"@en .

<http://lexvo.org/id/char/992B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A4%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%BAn%20y%C3%B9n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wan4%20wan6>,
        <http://lexvo.org/id/term/yue/%E9%A4%AB>,
        "餫"^^xsd:string ;
    rdfs:comment "dumpling; supply"@en .

<http://lexvo.org/id/char/992C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A4%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%BA>,
        <http://lexvo.org/id/term/kor/%E9%A4%AC>,
        <http://lexvo.org/id/term/kor/HO>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wu4>,
        <http://lexvo.org/id/term/yue/%E9%A4%AC>,
        "餬"^^xsd:string ;
    rdfs:comment "porridge, gruel, congee; paste"@en .

<http://lexvo.org/id/char/992D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A4%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%A1ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wong4>,
        <http://lexvo.org/id/term/yue/%E9%A4%AD>,
        "餭"^^xsd:string ;
    rdfs:comment "dried sweetmeat"@en .

<http://lexvo.org/id/char/992E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A4%AE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ti%C3%A8>,
        <http://lexvo.org/id/term/kor/%E9%A4%AE>,
        <http://lexvo.org/id/term/kor/CHEL>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tit3>,
        <http://lexvo.org/id/term/yue/%E9%A4%AE>,
        "餮"^^xsd:string ;
    rdfs:comment "a legendary animal; a greedy person"@en .

<http://lexvo.org/id/char/992F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A4%AF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%AC>,
        "餯"^^xsd:string .

<http://lexvo.org/id/char/9930> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A4%B0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C4%81n%20zh%C4%81n>,
        <http://lexvo.org/id/term/kor/%E9%A4%B0>,
        <http://lexvo.org/id/term/kor/CEN>,
        "餰"^^xsd:string .

<http://lexvo.org/id/char/9931> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A4%B1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%B3u>,
        <http://lexvo.org/id/term/kor/%E9%A4%B1>,
        <http://lexvo.org/id/term/kor/HWU>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hau4>,
        <http://lexvo.org/id/term/yue/%E9%A4%B1>,
        "餱"^^xsd:string ;
    rdfs:comment "dry goods, dry provisions"@en .

<http://lexvo.org/id/char/9932> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A4%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A9%20%C3%A0i>,
        <http://lexvo.org/id/term/vie/%C6%B0%E1%BB%9Fi>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/aai3%20aat3>,
        <http://lexvo.org/id/term/yue/%E9%A4%B2>,
        "餲"^^xsd:string ;
    rdfs:comment "spoiled, sour, mouldly"@en .

<http://lexvo.org/id/char/9933> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A4%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%A1ng%201291.011%3Ax%C3%ADng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C3%ADng%20t%C3%A1ng>,
        <http://lexvo.org/id/term/kor/%E9%A4%B3>,
        <http://lexvo.org/id/term/kor/TANG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cing4>,
        <http://lexvo.org/id/term/yue/%E9%A4%B3>,
        "餳"^^xsd:string ;
    rdfs:comment "sugar, syrup; malt sugar; sticky"@en .

<http://lexvo.org/id/char/9934> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A4%B4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C4%93n>,
        "餴"^^xsd:string .

<http://lexvo.org/id/char/9935> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A4%B5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C3%A8i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wai3>,
        <http://lexvo.org/id/term/yue/%E9%A4%B5>,
        "餵"^^xsd:string ;
    rdfs:comment "to feed, to raise"@en .

<http://lexvo.org/id/char/9936> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A4%B6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C7%94>,
        "餶"^^xsd:string .

<http://lexvo.org/id/char/9937> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A4%B7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C4%81>,
        "餷"^^xsd:string ;
    rdfs:comment "stir and cook"@en .

<http://lexvo.org/id/char/9938> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A4%B8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C3%B2ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sung3>,
        <http://lexvo.org/id/term/yue/%E9%A4%B8>,
        "餸"^^xsd:string ;
    rdfs:comment "(Cant.) a side dish of food prepared to accompany rice"@en .

<http://lexvo.org/id/char/9939> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A4%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%A1ng>,
        <http://lexvo.org/id/term/kor/%E9%A4%B9>,
        <http://lexvo.org/id/term/kor/TANG>,
        "餹"^^xsd:string ;
    rdfs:comment "sugar; sugared; candy; crystallized sweetmeats"@en .

<http://lexvo.org/id/char/993A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A4%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%B3>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bok3>,
        <http://lexvo.org/id/term/yue/%E9%A4%BA>,
        "餺"^^xsd:string ;
    rdfs:comment "rice cake"@en .

<http://lexvo.org/id/char/993B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A4%BB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C4%81o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gou1>,
        <http://lexvo.org/id/term/yue/%E9%A4%BB>,
        "餻"^^xsd:string ;
    rdfs:comment "cakes, pastry"@en .

<http://lexvo.org/id/char/993C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A4%BC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C3%AC>,
        <http://lexvo.org/id/term/kor/%E9%A4%BC>,
        <http://lexvo.org/id/term/kor/HUY>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hei3>,
        <http://lexvo.org/id/term/yue/%E9%A4%BC>,
        "餼"^^xsd:string ;
    rdfs:comment "sacrificial victim; gift; grain"@en .

<http://lexvo.org/id/char/993D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A4%BD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ku%C3%AC>,
        <http://lexvo.org/id/term/kor/%E9%A4%BD>,
        <http://lexvo.org/id/term/kor/KWEY>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gwai6>,
        <http://lexvo.org/id/term/yue/%E9%A4%BD>,
        "餽"^^xsd:string ;
    rdfs:comment "make present of food; gift"@en .

<http://lexvo.org/id/char/993E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A4%BE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C3%B9%20li%C3%BA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lau4%20lau6>,
        <http://lexvo.org/id/term/yue/%E9%A4%BE>,
        "餾"^^xsd:string ;
    rdfs:comment "distill, distillation"@en .

<http://lexvo.org/id/char/993F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A4%BF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C5%8Du>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sau1>,
        <http://lexvo.org/id/term/yue/%E9%A4%BF>,
        "餿"^^xsd:string ;
    rdfs:comment "spoiled, rotten, stale, rancid"@en .

<http://lexvo.org/id/char/9940> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A5%80>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%A1o>,
        "饀"^^xsd:string .

<http://lexvo.org/id/char/9941> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A5%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A8>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jip3>,
        <http://lexvo.org/id/term/yue/%E9%A5%81>,
        "饁"^^xsd:string ;
    rdfs:comment "carry meal to workers in field"@en .

<http://lexvo.org/id/char/9942> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A5%82>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%BAn>,
        <http://lexvo.org/id/term/kor/%E9%A5%82>,
        <http://lexvo.org/id/term/kor/ON>,
        "饂"^^xsd:string ;
    rdfs:comment "Japanese noodles"@en .

<http://lexvo.org/id/char/9943> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A5%83>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%B3>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mo4>,
        <http://lexvo.org/id/term/yue/%E9%A5%83>,
        "饃"^^xsd:string ;
    rdfs:comment "bread"@en .

<http://lexvo.org/id/char/9944> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A5%84>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%A1ng>,
        "饄"^^xsd:string .

<http://lexvo.org/id/char/9945> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A5%85>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A1n>,
        <http://lexvo.org/id/term/kor/%E9%A5%85>,
        <http://lexvo.org/id/term/kor/MAN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/maan4>,
        <http://lexvo.org/id/term/yue/%E9%A5%85>,
        "饅"^^xsd:string ;
    rdfs:comment "steamed bread; steamed dumplings"@en .

<http://lexvo.org/id/char/9946> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A5%86>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%AC>,
        "饆"^^xsd:string .

<http://lexvo.org/id/char/9947> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A5%87>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jyu3>,
        <http://lexvo.org/id/term/yue/%E9%A5%87>,
        "饇"^^xsd:string ;
    rdfs:comment "to eat too much, surfeited; to confer"@en .

<http://lexvo.org/id/char/9948> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A5%88>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C5%AB>,
        <http://lexvo.org/id/term/kor/%E9%A5%88>,
        <http://lexvo.org/id/term/kor/SWU>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sau1>,
        <http://lexvo.org/id/term/yue/%E9%A5%88>,
        "饈"^^xsd:string ;
    rdfs:comment "food, meal; eat; offer"@en .

<http://lexvo.org/id/char/9949> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A5%89>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C7%90n>,
        <http://lexvo.org/id/term/kor/%E9%A5%89>,
        <http://lexvo.org/id/term/kor/KUN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gan2>,
        <http://lexvo.org/id/term/yue/%E9%A5%89>,
        "饉"^^xsd:string ;
    rdfs:comment "time of famine or crop failure"@en .

<http://lexvo.org/id/char/994A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A5%8A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C7%8En>,
        <http://lexvo.org/id/term/kor/%E9%A5%8A>,
        <http://lexvo.org/id/term/kor/CAN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/saan2>,
        <http://lexvo.org/id/term/yue/%E9%A5%8A>,
        "饊"^^xsd:string ;
    rdfs:comment "fried round cakes of wheat flour"@en .

<http://lexvo.org/id/char/994B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A5%8B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ku%C3%AC%20tu%C3%AD>,
        <http://lexvo.org/id/term/kor/%E9%A5%8B>,
        <http://lexvo.org/id/term/kor/KWEY>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gwai3%20gwai6>,
        <http://lexvo.org/id/term/yue/%E9%A5%8B>,
        "饋"^^xsd:string ;
    rdfs:comment "offer food superior; send gift"@en .

<http://lexvo.org/id/char/994C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A5%8C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zhu%C3%A0n%20xu%C7%8En>,
        <http://lexvo.org/id/term/kor/%E9%A5%8C>,
        <http://lexvo.org/id/term/kor/CHAN>,
        <http://lexvo.org/id/term/vie/so%E1%BA%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zaan6>,
        <http://lexvo.org/id/term/yue/%E9%A5%8C>,
        "饌"^^xsd:string ;
    rdfs:comment "feed, support, provide for; food; fine meats, delicacies"@en .

<http://lexvo.org/id/char/994D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A5%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E9%A5%8D>,
        <http://lexvo.org/id/term/kor/SEN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sin6>,
        <http://lexvo.org/id/term/yue/%E9%A5%8D>,
        "饍"^^xsd:string ;
    rdfs:comment "meals, provisions, board"@en .

<http://lexvo.org/id/char/994E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A5%8E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%AC%20x%C4%AB>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ci3%20ci4>,
        <http://lexvo.org/id/term/yue/%E9%A5%8E>,
        "饎"^^xsd:string ;
    rdfs:comment "wine and food eaten with wine"@en .

<http://lexvo.org/id/char/994F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A5%8F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%A0n>,
        "饏"^^xsd:string .

<http://lexvo.org/id/char/9950> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A5%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%AC>,
        <http://lexvo.org/id/term/kor/%E9%A5%90>,
        <http://lexvo.org/id/term/kor/UY>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ji3>,
        <http://lexvo.org/id/term/yue/%E9%A5%90>,
        "饐"^^xsd:string ;
    rdfs:comment "spoiled, rotten, sour"@en .

<http://lexvo.org/id/char/9951> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A5%91>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C4%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C4%AB%20q%C3%AD>,
        <http://lexvo.org/id/term/kor/%E9%A5%91>,
        <http://lexvo.org/id/term/kor/KI>,
        <http://lexvo.org/id/term/vie/c%C6%A1>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gei1>,
        <http://lexvo.org/id/term/yue/%E9%A5%91>,
        "饑"^^xsd:string ;
    rdfs:comment "starve, be hungry; famine"@en .

<http://lexvo.org/id/char/9952> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A5%92>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/r%C3%A1o>,
        <http://lexvo.org/id/term/kor/%E9%A5%92>,
        <http://lexvo.org/id/term/kor/YO>,
        <http://lexvo.org/id/term/vie/nhi%C3%AAu>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jiu4>,
        <http://lexvo.org/id/term/yue/%E9%A5%92>,
        "饒"^^xsd:string ;
    rdfs:comment "bountiful, abundant, plentiful"@en .

<http://lexvo.org/id/char/9953> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A5%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C4%93ng>,
        "饓"^^xsd:string .

<http://lexvo.org/id/char/9954> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A5%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C5%8Dng>,
        <http://lexvo.org/id/term/kor/%E9%A5%94>,
        <http://lexvo.org/id/term/kor/ONG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jung1>,
        <http://lexvo.org/id/term/yue/%E9%A5%94>,
        "饔"^^xsd:string ;
    rdfs:comment "breakfast; eat prepared food"@en .

<http://lexvo.org/id/char/9955> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A5%95>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C4%81o>,
        <http://lexvo.org/id/term/kor/%E9%A5%95>,
        <http://lexvo.org/id/term/kor/TO>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tou1>,
        <http://lexvo.org/id/term/yue/%E9%A5%95>,
        "饕"^^xsd:string ;
    rdfs:comment "gluttonous, greedy, covetous"@en .

<http://lexvo.org/id/char/9956> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A5%96>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%AC>,
        "饖"^^xsd:string .

<http://lexvo.org/id/char/9957> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A5%97>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C7%8Eng>,
        <http://lexvo.org/id/term/kor/%E9%A5%97>,
        <http://lexvo.org/id/term/kor/HYANG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hoeng2>,
        <http://lexvo.org/id/term/yue/%E9%A5%97>,
        "饗"^^xsd:string ;
    rdfs:comment "host banquet; banquet"@en .

<http://lexvo.org/id/char/9958> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A5%98>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C4%81n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zin1>,
        <http://lexvo.org/id/term/yue/%E9%A5%98>,
        "饘"^^xsd:string ;
    rdfs:comment "gruel"@en .

<http://lexvo.org/id/char/9959> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A5%99>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C4%93n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fan1>,
        <http://lexvo.org/id/term/yue/%E9%A5%99>,
        "饙"^^xsd:string .

<http://lexvo.org/id/char/995A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A5%9A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A0i>,
        "饚"^^xsd:string .

<http://lexvo.org/id/char/995B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A5%9B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A9ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mung4>,
        <http://lexvo.org/id/term/yue/%E9%A5%9B>,
        "饛"^^xsd:string .

<http://lexvo.org/id/char/995C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A5%9C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E9%A5%9C>,
        <http://lexvo.org/id/term/kor/YEM>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jim3>,
        <http://lexvo.org/id/term/yue/%E9%A5%9C>,
        "饜"^^xsd:string ;
    rdfs:comment "be satiated, eat one's full"@en .

<http://lexvo.org/id/char/995D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A5%9D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%B3>,
        "饝"^^xsd:string ;
    rdfs:comment "to feed an infant by hand steamed bread"@en .

<http://lexvo.org/id/char/995E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A5%9E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%A1n>,
        <http://lexvo.org/id/term/kor/%E9%A5%9E>,
        <http://lexvo.org/id/term/kor/CHAM>,
        <http://lexvo.org/id/term/vie/th%C3%A8m>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/caam4>,
        <http://lexvo.org/id/term/yue/%E9%A5%9E>,
        "饞"^^xsd:string ;
    rdfs:comment "gluttonous, greedy; lewd, lecherous"@en .

<http://lexvo.org/id/char/995F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A5%9F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C7%8Eng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hoeng2>,
        <http://lexvo.org/id/term/yue/%E9%A5%9F>,
        "饟"^^xsd:string ;
    rdfs:comment "rations and pay for soldiers; dried rice"@en .

<http://lexvo.org/id/char/9960> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A5%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/lu%C3%B3>,
        "饠"^^xsd:string ;
    rdfs:comment "rice cake"@en .

<http://lexvo.org/id/char/9961> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A5%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zu%C3%A0n%20z%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zaan3>,
        <http://lexvo.org/id/term/yue/%E9%A5%A1>,
        "饡"^^xsd:string .

<http://lexvo.org/id/char/9962> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A5%A2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C7%8Eng%20n%C3%A1ng>,
        "饢"^^xsd:string ;
    rdfs:comment "bread (Persian 'naan')"@en .

<http://lexvo.org/id/char/9964> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A5%A4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%ACng>,
        <http://lexvo.org/id/term/kor/%E9%A5%A4>,
        <http://lexvo.org/id/term/kor/CENG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ding3>,
        <http://lexvo.org/id/term/yue/%E9%A5%A4>,
        "饤"^^xsd:string ;
    rdfs:comment "display food for show only; sacrifice"@en .

<http://lexvo.org/id/char/9965> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A5%A5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C4%AB>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gei1>,
        <http://lexvo.org/id/term/yue/%E9%A5%A5>,
        "饥"^^xsd:string ;
    rdfs:comment "hunger, starving; hungry; a famine"@en .

<http://lexvo.org/id/char/9966> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A5%A6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/tu%C5%8D>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tok3>,
        <http://lexvo.org/id/term/yue/%E9%A5%A6>,
        "饦"^^xsd:string ;
    rdfs:comment "rice cake"@en .

<http://lexvo.org/id/char/9967> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A5%A7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%A1ng%201291.010%3Ax%C3%ADng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C3%ADng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cing4>,
        <http://lexvo.org/id/term/yue/%E9%A5%A7>,
        "饧"^^xsd:string ;
    rdfs:comment "sugar, syrup; malt sugar; sticky"@en .

<http://lexvo.org/id/char/9968> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A5%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%BAn>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%BAn%20tun>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tan1>,
        <http://lexvo.org/id/term/yue/%E9%A5%A8>,
        "饨"^^xsd:string ;
    rdfs:comment "stuffed dumplings"@en .

<http://lexvo.org/id/char/9969> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A5%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hei3>,
        <http://lexvo.org/id/term/yue/%E9%A5%A9>,
        "饩"^^xsd:string ;
    rdfs:comment "sacrficial victim; gift; grain"@en .

<http://lexvo.org/id/char/996A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A5%AA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/r%C3%A8n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jam6>,
        <http://lexvo.org/id/term/yue/%E9%A5%AA>,
        "饪"^^xsd:string ;
    rdfs:comment "cooked food; cook until well done"@en .

<http://lexvo.org/id/char/996B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A5%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jyu3>,
        <http://lexvo.org/id/term/yue/%E9%A5%AB>,
        "饫"^^xsd:string ;
    rdfs:comment "surfeited, satiated; confer"@en .

<http://lexvo.org/id/char/996C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A5%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cik1>,
        <http://lexvo.org/id/term/yue/%E9%A5%AC>,
        "饬"^^xsd:string ;
    rdfs:comment "order; command; give command"@en .

<http://lexvo.org/id/char/996D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A5%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/faan6>,
        <http://lexvo.org/id/term/yue/%E9%A5%AD>,
        "饭"^^xsd:string ;
    rdfs:comment "cooked rice; food, meal"@en .

<http://lexvo.org/id/char/996E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A5%AE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%90n%201383.040%3Ay%C3%ACn>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%90n%20y%C3%ACn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jam2%20jam3>,
        <http://lexvo.org/id/term/yue/%E9%A5%AE>,
        "饮"^^xsd:string ;
    rdfs:comment "drink; swallow; kind of drink"@en .

<http://lexvo.org/id/char/996F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A5%AF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zin3>,
        <http://lexvo.org/id/term/yue/%E9%A5%AF>,
        "饯"^^xsd:string ;
    rdfs:comment "farewell party; see off, send off"@en .

<http://lexvo.org/id/char/9970> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A5%B0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sik1>,
        <http://lexvo.org/id/term/yue/%E9%A5%B0>,
        "饰"^^xsd:string ;
    rdfs:comment "decorate, ornament, adorn"@en .

<http://lexvo.org/id/char/9971> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A5%B1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C7%8Eo>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/baau2>,
        <http://lexvo.org/id/term/yue/%E9%A5%B1>,
        "饱"^^xsd:string ;
    rdfs:comment "eat heartily; eat one's fill"@en .

<http://lexvo.org/id/char/9972> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A5%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zi6>,
        <http://lexvo.org/id/term/yue/%E9%A5%B2>,
        "饲"^^xsd:string ;
    rdfs:comment "raise animals; feed; nourish"@en .

<http://lexvo.org/id/char/9973> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A5%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/du%C3%B2>,
        "饳"^^xsd:string .

<http://lexvo.org/id/char/9974> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A5%B4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%AD%20s%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ji4>,
        <http://lexvo.org/id/term/yue/%E9%A5%B4>,
        "饴"^^xsd:string ;
    rdfs:comment "sweet-meats; sweet-cakes; syrup"@en .

<http://lexvo.org/id/char/9975> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C4%9Br>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A5%B5>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/nei6>,
        <http://lexvo.org/id/term/yue/%E9%A5%B5>,
        "饵"^^xsd:string ;
    rdfs:comment "bait; bait, entice; dumplings"@en .

<http://lexvo.org/id/char/9976> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A5%B6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/r%C3%A1o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jiu4>,
        <http://lexvo.org/id/term/yue/%E9%A5%B6>,
        "饶"^^xsd:string ;
    rdfs:comment "bountiful, abundant, plentiful"@en .

<http://lexvo.org/id/char/9977> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A5%B7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C7%8Eng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hoeng2>,
        <http://lexvo.org/id/term/yue/%E9%A5%B7>,
        "饷"^^xsd:string ;
    rdfs:comment "rations and pay for soldiers"@en .

<http://lexvo.org/id/char/9978> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A5%B8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%A1%20h%C3%A9>,
        "饸"^^xsd:string .

<http://lexvo.org/id/char/9979> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A5%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/le>,
        "饹"^^xsd:string .

<http://lexvo.org/id/char/997A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A5%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C7%8Eo>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gaau2>,
        <http://lexvo.org/id/term/yue/%E9%A5%BA>,
        "饺"^^xsd:string ;
    rdfs:comment "stuffed dumplings"@en .

<http://lexvo.org/id/char/997B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A5%BB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C4%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C4%AB>,
        "饻"^^xsd:string .

<http://lexvo.org/id/char/997C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A5%BC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C7%90ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bing2>,
        <http://lexvo.org/id/term/yue/%E9%A5%BC>,
        "饼"^^xsd:string ;
    rdfs:comment "rice-cakes, biscuits"@en .

<http://lexvo.org/id/char/997D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A5%BD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%B3%20b%C5%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C5%8D>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/but6>,
        <http://lexvo.org/id/term/yue/%E9%A5%BD>,
        "饽"^^xsd:string ;
    rdfs:comment "ferrule"@en .

<http://lexvo.org/id/char/997E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A5%BE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%B2u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dau6>,
        <http://lexvo.org/id/term/yue/%E9%A5%BE>,
        "饾"^^xsd:string ;
    rdfs:comment "food item set out for show only"@en .

<http://lexvo.org/id/char/997F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C3%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A5%BF>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ngo6>,
        <http://lexvo.org/id/term/yue/%E9%A5%BF>,
        "饿"^^xsd:string ;
    rdfs:comment "hungry; greedy for; hunger"@en .

<http://lexvo.org/id/char/9980> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A6%80>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%BA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jyu4>,
        <http://lexvo.org/id/term/yue/%E9%A6%80>,
        "馀"^^xsd:string ;
    rdfs:comment "surplus, excess, remainder"@en .

<http://lexvo.org/id/char/9981> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A6%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C4%9Bi>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/noi5>,
        <http://lexvo.org/id/term/yue/%E9%A6%81>,
        "馁"^^xsd:string ;
    rdfs:comment "hungry, starving, famished"@en .

<http://lexvo.org/id/char/9982> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A6%82>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%B9n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zeon3>,
        <http://lexvo.org/id/term/yue/%E9%A6%82>,
        "馂"^^xsd:string ;
    rdfs:comment "leftovers"@en .

<http://lexvo.org/id/char/9983> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A6%83>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/gu%C7%92>,
        "馃"^^xsd:string ;
    rdfs:comment "cakes, biscuits, pastry"@en .

<http://lexvo.org/id/char/9984> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A6%84>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%BAn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wan4>,
        <http://lexvo.org/id/term/yue/%E9%A6%84>,
        "馄"^^xsd:string ;
    rdfs:comment "dumpling soup, wonton"@en .

<http://lexvo.org/id/char/9985> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A6%85>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/haam5>,
        <http://lexvo.org/id/term/yue/%E9%A6%85>,
        "馅"^^xsd:string ;
    rdfs:comment "filling, stuffing; secret"@en .

<http://lexvo.org/id/char/9986> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A6%86>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/gu%C7%8En>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gun2>,
        <http://lexvo.org/id/term/yue/%E9%A6%86>,
        "馆"^^xsd:string ;
    rdfs:comment "public building"@en .

<http://lexvo.org/id/char/9987> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A6%87>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C4%81>,
        "馇"^^xsd:string ;
    rdfs:comment "stir and cook"@en .

<http://lexvo.org/id/char/9988> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A6%88>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ku%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gwai6>,
        <http://lexvo.org/id/term/yue/%E9%A6%88>,
        "馈"^^xsd:string ;
    rdfs:comment "offer food superior; send gift"@en .

<http://lexvo.org/id/char/9989> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A6%89>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C7%94>,
        "馉"^^xsd:string .

<http://lexvo.org/id/char/998A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A6%8A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C5%8Du>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sau1>,
        <http://lexvo.org/id/term/yue/%E9%A6%8A>,
        "馊"^^xsd:string ;
    rdfs:comment "spoiled, rotten, stale, rancid"@en .

<http://lexvo.org/id/char/998B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A6%8B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/caam4>,
        <http://lexvo.org/id/term/yue/%E9%A6%8B>,
        "馋"^^xsd:string ;
    rdfs:comment "gluttonous, greedy; lewd, lecherous"@en .

<http://lexvo.org/id/char/998C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A6%8C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A8>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jip3>,
        <http://lexvo.org/id/term/yue/%E9%A6%8C>,
        "馌"^^xsd:string ;
    rdfs:comment "carry meal to workers in field"@en .

<http://lexvo.org/id/char/998D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A6%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%B3>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mo4>,
        <http://lexvo.org/id/term/yue/%E9%A6%8D>,
        "馍"^^xsd:string ;
    rdfs:comment "bread"@en .

<http://lexvo.org/id/char/998E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A6%8E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%B3>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bok3>,
        <http://lexvo.org/id/term/yue/%E9%A6%8E>,
        "馎"^^xsd:string ;
    rdfs:comment "rice cake"@en .

<http://lexvo.org/id/char/998F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A6%8F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C3%B9%20li%C3%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C3%BA%200730.050%3Ali%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lau6>,
        <http://lexvo.org/id/term/yue/%E9%A6%8F>,
        "馏"^^xsd:string ;
    rdfs:comment "distill, distillation"@en .

<http://lexvo.org/id/char/9990> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A6%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C5%AB>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sau1>,
        <http://lexvo.org/id/term/yue/%E9%A6%90>,
        "馐"^^xsd:string ;
    rdfs:comment "food, meal; eat; offer"@en .

<http://lexvo.org/id/char/9991> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A6%91>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C7%90n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gan2>,
        <http://lexvo.org/id/term/yue/%E9%A6%91>,
        "馑"^^xsd:string ;
    rdfs:comment "time of famine or crop failure"@en .

<http://lexvo.org/id/char/9992> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A6%92>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/maan4>,
        <http://lexvo.org/id/term/yue/%E9%A6%92>,
        "馒"^^xsd:string ;
    rdfs:comment "steamed bread; steamed dumplings"@en .

<http://lexvo.org/id/char/9993> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A6%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C7%8En>,
        <http://lexvo.org/id/term/kor/%E9%A6%93>,
        <http://lexvo.org/id/term/kor/CAN>,
        "馓"^^xsd:string ;
    rdfs:comment "fried round cakes of wheat flour"@en .

<http://lexvo.org/id/char/9994> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A6%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zhu%C3%A0n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zhu%C3%A0n%20xu%C7%8En>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zaan6>,
        <http://lexvo.org/id/term/yue/%E9%A6%94>,
        "馔"^^xsd:string ;
    rdfs:comment "to feed, support, provide for; food"@en .

<http://lexvo.org/id/char/9995> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A6%95>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C3%A1ng%200818.100%3An%C7%8Eng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C7%8Eng%20n%C3%A1ng>,
        "馕"^^xsd:string ;
    rdfs:comment "bread (persian naan)"@en .

<http://lexvo.org/id/char/9997> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A6%97>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ku%C3%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ku%C3%AD%20qi%C3%BA>,
        <http://lexvo.org/id/term/kor/%E9%A6%97>,
        <http://lexvo.org/id/term/kor/KYU>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kwai4>,
        <http://lexvo.org/id/term/yue/%E9%A6%97>,
        "馗"^^xsd:string ;
    rdfs:comment "cheekbone; path, road; intersection"@en .

<http://lexvo.org/id/char/9998> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A6%98>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/gu%C3%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/gu%C3%B3%20x%C3%B9>,
        <http://lexvo.org/id/term/kor/%E9%A6%98>,
        <http://lexvo.org/id/term/kor/KOYK>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gwik1>,
        <http://lexvo.org/id/term/yue/%E9%A6%98>,
        "馘"^^xsd:string ;
    rdfs:comment "cut off left ear; tally dead enemy"@en .

<http://lexvo.org/id/char/999A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A6%9A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%A9n>,
        "馚"^^xsd:string ;
    rdfs:comment "aromatic, perfumed"@en .

<http://lexvo.org/id/char/999B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A6%9B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%A1>,
        "馛"^^xsd:string ;
    rdfs:comment "fragrance, fragrant"@en .

<http://lexvo.org/id/char/999C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A6%9C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C7%90>,
        "馜"^^xsd:string .

<http://lexvo.org/id/char/999D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A6%9D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%AC>,
        <http://lexvo.org/id/term/kor/%E9%A6%9D>,
        <http://lexvo.org/id/term/kor/PHIL>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bit6>,
        <http://lexvo.org/id/term/yue/%E9%A6%9D>,
        "馝"^^xsd:string ;
    rdfs:comment "fragrance"@en .

<http://lexvo.org/id/char/999E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A6%9E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%B3>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/but6>,
        <http://lexvo.org/id/term/yue/%E9%A6%9E>,
        "馞"^^xsd:string .

<http://lexvo.org/id/char/999F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A6%9F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%BA>,
        "馟"^^xsd:string ;
    rdfs:comment "fragrant"@en .

<http://lexvo.org/id/char/99A0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A6%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C4%81n>,
        "馠"^^xsd:string .

<http://lexvo.org/id/char/99A1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A6%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C4%93i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fei1>,
        <http://lexvo.org/id/term/yue/%E9%A6%A1>,
        "馡"^^xsd:string ;
    rdfs:comment "scent"@en .

<http://lexvo.org/id/char/99A2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A6%A2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C4%81n>,
        "馢"^^xsd:string .

<http://lexvo.org/id/char/99A3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C4%81n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A6%A3>,
        <http://lexvo.org/id/term/kor/%E9%A6%A3>,
        <http://lexvo.org/id/term/kor/AM>,
        "馣"^^xsd:string .

<http://lexvo.org/id/char/99A4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C7%8Ei>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A6%A4>,
        "馤"^^xsd:string .

<http://lexvo.org/id/char/99A5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A6%A5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%B9%20b%C3%AC>,
        <http://lexvo.org/id/term/kor/%E9%A6%A5>,
        <http://lexvo.org/id/term/kor/POK>,
        <http://lexvo.org/id/term/vie/ph%E1%BB%A9c>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fuk1%20fuk6>,
        <http://lexvo.org/id/term/yue/%E9%A6%A5>,
        "馥"^^xsd:string ;
    rdfs:comment "fragrance, scent, aroma"@en .

<http://lexvo.org/id/char/99A6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A6%A6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C4%81n>,
        "馦"^^xsd:string .

<http://lexvo.org/id/char/99A7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A6%A7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C4%93n>,
        "馧"^^xsd:string .

<http://lexvo.org/id/char/99A8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A6%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C4%ABn>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C4%ABn%20x%C4%ABng>,
        <http://lexvo.org/id/term/kor/%E9%A6%A8>,
        <http://lexvo.org/id/term/kor/HYENG>,
        <http://lexvo.org/id/term/vie/hanh>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hing1>,
        <http://lexvo.org/id/term/yue/%E9%A6%A8>,
        "馨"^^xsd:string ;
    rdfs:comment "fragrant, aromatic; distant fragrance"@en .

<http://lexvo.org/id/char/99A9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A6%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%A9n>,
        "馩"^^xsd:string ;
    rdfs:comment "aromatic, perfumed"@en .

<http://lexvo.org/id/char/99AA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A6%AA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C4%ABn>,
        "馪"^^xsd:string .

<http://lexvo.org/id/char/99AB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A6%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C4%ABng>,
        "馫"^^xsd:string .

<http://lexvo.org/id/char/99AD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A6%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%B9>,
        <http://lexvo.org/id/term/kor/%E9%A6%AD>,
        <http://lexvo.org/id/term/kor/E>,
        <http://lexvo.org/id/term/vie/ng%E1%BB%B1a>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jyu6>,
        <http://lexvo.org/id/term/yue/%E9%A6%AD>,
        "馭"^^xsd:string ;
    rdfs:comment "drive, ride; manage, control"@en .

<http://lexvo.org/id/char/99AE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A6%AE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%A9ng%20p%C3%ADng>,
        <http://lexvo.org/id/term/kor/%E9%A6%AE>,
        <http://lexvo.org/id/term/kor/PHWUNG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fung4%20pang4>,
        <http://lexvo.org/id/term/yue/%E9%A6%AE>,
        "馮"^^xsd:string ;
    rdfs:comment "surname; gallop; by dint of"@en .

<http://lexvo.org/id/char/99AF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A6%AF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A0n%20h%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hon4%20hon6>,
        <http://lexvo.org/id/term/yue/%E9%A6%AF>,
        "馯"^^xsd:string .

<http://lexvo.org/id/char/99B0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A6%B0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%AC>,
        <http://lexvo.org/id/term/kor/%E9%A6%B0>,
        <http://lexvo.org/id/term/kor/CEK>,
        "馰"^^xsd:string .

<http://lexvo.org/id/char/99B1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A6%B1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/tu%C3%B3%20du%C3%B2%20d%C3%A0i>,
        <http://lexvo.org/id/term/kor/%E9%A6%B1>,
        <http://lexvo.org/id/term/kor/THA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/to4>,
        <http://lexvo.org/id/term/yue/%E9%A6%B1>,
        "馱"^^xsd:string ;
    rdfs:comment "carry on back"@en .

<http://lexvo.org/id/char/99B2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A6%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/tu%C5%8D>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tok3>,
        <http://lexvo.org/id/term/yue/%E9%A6%B2>,
        "馲"^^xsd:string ;
    rdfs:comment "camel"@en .

<http://lexvo.org/id/char/99B3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A6%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%AD>,
        <http://lexvo.org/id/term/kor/%E9%A6%B3>,
        <http://lexvo.org/id/term/kor/CHI>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ci4>,
        <http://lexvo.org/id/term/yue/%E9%A6%B3>,
        "馳"^^xsd:string ;
    rdfs:comment "go quickly or swiftly; hurry"@en .

<http://lexvo.org/id/char/99B4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A6%B4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C3%BAn%20x%C3%B9n>,
        <http://lexvo.org/id/term/kor/%E9%A6%B4>,
        <http://lexvo.org/id/term/kor/SWUN%20HWUN>,
        <http://lexvo.org/id/term/vie/thu%E1%BA%A7n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ceon4%20seon4>,
        <http://lexvo.org/id/term/yue/%E9%A6%B4>,
        "馴"^^xsd:string ;
    rdfs:comment "tame, docile, obedient"@en .

<http://lexvo.org/id/char/99B5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A6%B5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zyu3>,
        <http://lexvo.org/id/term/yue/%E9%A6%B5>,
        "馵"^^xsd:string ;
    rdfs:comment "horse with white back legs"@en .

<http://lexvo.org/id/char/99B6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A6%B6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C4%AB>,
        "馶"^^xsd:string .

<http://lexvo.org/id/char/99B7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A6%B7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%A8i>,
        "馷"^^xsd:string .

<http://lexvo.org/id/char/99B8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A6%B8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C3%ACn>,
        "馸"^^xsd:string .

<http://lexvo.org/id/char/99B9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A6%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/r%C3%AC>,
        <http://lexvo.org/id/term/kor/%E9%A6%B9>,
        <http://lexvo.org/id/term/kor/IL>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jat6>,
        <http://lexvo.org/id/term/yue/%E9%A6%B9>,
        "馹"^^xsd:string ;
    rdfs:comment "post horse, relay horse"@en .

<http://lexvo.org/id/char/99BA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A6%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C3%A0>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/saap3>,
        <http://lexvo.org/id/term/yue/%E9%A6%BA>,
        "馺"^^xsd:string .

<http://lexvo.org/id/char/99BB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A6%BB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%90n>,
        "馻"^^xsd:string .

<http://lexvo.org/id/char/99BC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A6%BC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C3%A9n>,
        "馼"^^xsd:string .

<http://lexvo.org/id/char/99BD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A6%BD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zap1>,
        <http://lexvo.org/id/term/yue/%E9%A6%BD>,
        "馽"^^xsd:string .

<http://lexvo.org/id/char/99BE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A6%BE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%A0n>,
        "馾"^^xsd:string .

<http://lexvo.org/id/char/99BF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A6%BF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C7%98>,
        "馿"^^xsd:string ;
    rdfs:comment "an ass; a donkey"@en .

<http://lexvo.org/id/char/99C0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A7%80>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%B3u>,
        "駀"^^xsd:string .

<http://lexvo.org/id/char/99C1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A7%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%B3>,
        <http://lexvo.org/id/term/kor/%E9%A7%81>,
        <http://lexvo.org/id/term/kor/PAK>,
        <http://lexvo.org/id/term/vie/b%C3%A1c>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bok3>,
        <http://lexvo.org/id/term/yue/%E9%A7%81>,
        "駁"^^xsd:string ;
    rdfs:comment "varicolored, variegated; mixed; contradict, argue; suddenly"@en .

<http://lexvo.org/id/char/99C2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A7%82>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C7%8Eo>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bou2>,
        <http://lexvo.org/id/term/yue/%E9%A7%82>,
        "駂"^^xsd:string .

<http://lexvo.org/id/char/99C3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A7%83>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ju%C3%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ku%C3%A0i%20ju%C3%A9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kyut3>,
        <http://lexvo.org/id/term/yue/%E9%A7%83>,
        "駃"^^xsd:string ;
    rdfs:comment "gallop"@en .

<http://lexvo.org/id/char/99C4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A7%84>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/tu%C3%B3>,
        <http://lexvo.org/id/term/kor/%E9%A7%84>,
        <http://lexvo.org/id/term/kor/THA>,
        "駄"^^xsd:string ;
    rdfs:comment "a horse load; a pack-horse"@en .

<http://lexvo.org/id/char/99C5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A7%85>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%AC>,
        <http://lexvo.org/id/term/kor/%E9%A7%85>,
        <http://lexvo.org/id/term/kor/YEK>,
        "駅"^^xsd:string ;
    rdfs:comment "relay station"@en .

<http://lexvo.org/id/char/99C6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A7%86>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C5%AB>,
        <http://lexvo.org/id/term/kor/%E9%A7%86>,
        <http://lexvo.org/id/term/kor/KWU>,
        "駆"^^xsd:string ;
    rdfs:comment "spur a horse on; expel, drive away"@en .

<http://lexvo.org/id/char/99C7> a lvont:Character ;
    lvont:represents "駇"^^xsd:string .

<http://lexvo.org/id/char/99C8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A7%88>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C5%AB>,
        <http://lexvo.org/id/term/kor/%E9%A7%88>,
        <http://lexvo.org/id/term/kor/KWU>,
        "駈"^^xsd:string ;
    rdfs:comment "spur a horse on; expel, drive away"@en .

<http://lexvo.org/id/char/99C9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A7%89>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C5%8Dng>,
        <http://lexvo.org/id/term/kor/%E9%A7%89>,
        <http://lexvo.org/id/term/kor/KYENG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gwing1>,
        <http://lexvo.org/id/term/yue/%E9%A7%89>,
        "駉"^^xsd:string ;
    rdfs:comment "big"@en .

<http://lexvo.org/id/char/99CA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A7%8A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C7%92%20p%C7%92>,
        "駊"^^xsd:string .

<http://lexvo.org/id/char/99CB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A7%8B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C4%81o>,
        "駋"^^xsd:string .

<http://lexvo.org/id/char/99CC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A7%8C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/yu%C4%81n>,
        "駌"^^xsd:string .

<http://lexvo.org/id/char/99CD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A7%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C4%93ng>,
        "駍"^^xsd:string .

<http://lexvo.org/id/char/99CE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A7%8E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%B2u>,
        "駎"^^xsd:string .

<http://lexvo.org/id/char/99CF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A7%8F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%B9>,
        <http://lexvo.org/id/term/kor/%E9%A7%8F>,
        <http://lexvo.org/id/term/kor/KE>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/geoi6>,
        <http://lexvo.org/id/term/yue/%E9%A7%8F>,
        "駏"^^xsd:string ;
    rdfs:comment "offspring of a stallion and a she-mule"@en .

<http://lexvo.org/id/char/99D0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A7%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%B9>,
        <http://lexvo.org/id/term/kor/%E9%A7%90>,
        <http://lexvo.org/id/term/kor/CWU>,
        <http://lexvo.org/id/term/vie/tr%C3%BA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zyu3>,
        <http://lexvo.org/id/term/yue/%E9%A7%90>,
        "駐"^^xsd:string ;
    rdfs:comment "to be stationed at, reside at; to stop"@en .

<http://lexvo.org/id/char/99D1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A7%91>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C3%BA>,
        <http://lexvo.org/id/term/kor/%E9%A7%91>,
        <http://lexvo.org/id/term/kor/NO>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/nou4>,
        <http://lexvo.org/id/term/yue/%E9%A7%91>,
        "駑"^^xsd:string ;
    rdfs:comment "tired, old horse; old, weak"@en .

<http://lexvo.org/id/char/99D2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A7%92>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C5%AB%20j%C3%B9>,
        <http://lexvo.org/id/term/kor/%E9%A7%92>,
        <http://lexvo.org/id/term/kor/KWU>,
        <http://lexvo.org/id/term/vie/c%C3%A2u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/keoi1>,
        <http://lexvo.org/id/term/yue/%E9%A7%92>,
        "駒"^^xsd:string ;
    rdfs:comment "colt; fleet, swift; sun; surname"@en .

<http://lexvo.org/id/char/99D3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A7%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C4%AB%20p%C3%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/pei1%20pei3>,
        <http://lexvo.org/id/term/yue/%E9%A7%93>,
        "駓"^^xsd:string ;
    rdfs:comment "gallop"@en .

<http://lexvo.org/id/char/99D4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A7%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C7%8Eng%20z%C7%94%20z%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cong2%20zong2%20zou2>,
        <http://lexvo.org/id/term/yue/%E9%A7%94>,
        "駔"^^xsd:string ;
    rdfs:comment "excellent horse, noble steed"@en .

<http://lexvo.org/id/char/99D5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A7%95>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%A0%20ji%C4%81>,
        <http://lexvo.org/id/term/kor/%E9%A7%95>,
        <http://lexvo.org/id/term/kor/KA>,
        <http://lexvo.org/id/term/vie/gi%C3%A1>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gaa3>,
        <http://lexvo.org/id/term/yue/%E9%A7%95>,
        "駕"^^xsd:string ;
    rdfs:comment "to drive, sail, fly; a cart, carriage"@en .

<http://lexvo.org/id/char/99D6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A7%96>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%ADng>,
        "駖"^^xsd:string .

<http://lexvo.org/id/char/99D7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A7%97>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C4%93n>,
        "駗"^^xsd:string .

<http://lexvo.org/id/char/99D8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A7%98>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%A1i%20d%C3%A0i%20zh%C3%A0i%20t%C4%81i>,
        <http://lexvo.org/id/term/kor/%E9%A7%98>,
        <http://lexvo.org/id/term/kor/THA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/toi4>,
        <http://lexvo.org/id/term/yue/%E9%A7%98>,
        "駘"^^xsd:string ;
    rdfs:comment "an old, tired horse, a jade; tired, exhausted"@en .

<http://lexvo.org/id/char/99D9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A7%99>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%B9>,
        <http://lexvo.org/id/term/kor/%E9%A7%99>,
        <http://lexvo.org/id/term/kor/PWU>,
        <http://lexvo.org/id/term/vie/ph%C3%B2>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fu6>,
        <http://lexvo.org/id/term/yue/%E9%A7%99>,
        "駙"^^xsd:string ;
    rdfs:comment "extra horse; imperial son-in-law"@en .

<http://lexvo.org/id/char/99DA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A7%9A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%8Eng>,
        "駚"^^xsd:string .

<http://lexvo.org/id/char/99DB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A7%9B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C7%90>,
        <http://lexvo.org/id/term/kor/%E9%A7%9B>,
        <http://lexvo.org/id/term/kor/SA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sai2>,
        <http://lexvo.org/id/term/yue/%E9%A7%9B>,
        "駛"^^xsd:string ;
    rdfs:comment "sail, drive, pilot; fast, quick"@en .

<http://lexvo.org/id/char/99DC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A7%9C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%AC>,
        <http://lexvo.org/id/term/kor/%E9%A7%9C>,
        <http://lexvo.org/id/term/kor/PHIL>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bei3%20bit1>,
        <http://lexvo.org/id/term/yue/%E9%A7%9C>,
        "駜"^^xsd:string ;
    rdfs:comment "strong horse"@en .

<http://lexvo.org/id/char/99DD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A7%9D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/tu%C3%B3>,
        <http://lexvo.org/id/term/kor/%E9%A7%9D>,
        <http://lexvo.org/id/term/kor/THA>,
        <http://lexvo.org/id/term/vie/%C4%91%C3%A0>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/to4>,
        <http://lexvo.org/id/term/yue/%E9%A7%9D>,
        "駝"^^xsd:string ;
    rdfs:comment "a camel; humpbacked; to carry on the back"@en .

<http://lexvo.org/id/char/99DE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A7%9E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/tu%C3%B3>,
        <http://lexvo.org/id/term/kor/%E9%A7%9E>,
        <http://lexvo.org/id/term/kor/THA>,
        "駞"^^xsd:string ;
    rdfs:comment "camel"@en .

<http://lexvo.org/id/char/99DF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A7%9F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C3%AC>,
        <http://lexvo.org/id/term/kor/%E9%A7%9F>,
        <http://lexvo.org/id/term/kor/SA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/si3>,
        <http://lexvo.org/id/term/yue/%E9%A7%9F>,
        "駟"^^xsd:string ;
    rdfs:comment "team of four horses"@en .

<http://lexvo.org/id/char/99E0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A7%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C3%BA>,
        "駠"^^xsd:string .

<http://lexvo.org/id/char/99E1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A7%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A0>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/maa6>,
        <http://lexvo.org/id/term/yue/%E9%A7%A1>,
        "駡"^^xsd:string ;
    rdfs:comment "accuse, blame, curse, scold"@en .

<http://lexvo.org/id/char/99E2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A7%A2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/pi%C3%A1n>,
        <http://lexvo.org/id/term/kor/%E9%A7%A2>,
        <http://lexvo.org/id/term/kor/PYEN%20PYENG>,
        <http://lexvo.org/id/term/vie/b%E1%BB%81n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/pin4%20ping4>,
        <http://lexvo.org/id/term/yue/%E9%A7%A2>,
        "駢"^^xsd:string ;
    rdfs:comment "team of horses; associate, join"@en .

<http://lexvo.org/id/char/99E3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A7%A3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%A1o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tou4>,
        <http://lexvo.org/id/term/yue/%E9%A7%A3>,
        "駣"^^xsd:string .

<http://lexvo.org/id/char/99E4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A7%A4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zi3>,
        <http://lexvo.org/id/term/yue/%E9%A7%A4>,
        "駤"^^xsd:string .

<http://lexvo.org/id/char/99E5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A7%A5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/r%C3%B3ng%20xu%C3%A8>,
        "駥"^^xsd:string .

<http://lexvo.org/id/char/99E6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A7%A6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%A9ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tang4>,
        <http://lexvo.org/id/term/yue/%E9%A7%A6>,
        "駦"^^xsd:string ;
    rdfs:comment "to mount, to ascend; to move, to turn out"@en .

<http://lexvo.org/id/char/99E7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A7%A7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%B2ng>,
        "駧"^^xsd:string .

<http://lexvo.org/id/char/99E8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A7%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C3%BAn>,
        <http://lexvo.org/id/term/kor/%E9%A7%A8>,
        <http://lexvo.org/id/term/kor/SWUN>,
        "駨"^^xsd:string .

<http://lexvo.org/id/char/99E9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A7%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qu%C3%A1n>,
        "駩"^^xsd:string .

<http://lexvo.org/id/char/99EA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A7%AA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C4%93n>,
        <http://lexvo.org/id/term/kor/%E9%A7%AA>,
        <http://lexvo.org/id/term/kor/SIN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/san1>,
        <http://lexvo.org/id/term/yue/%E9%A7%AA>,
        "駪"^^xsd:string ;
    rdfs:comment "crowd"@en .

<http://lexvo.org/id/char/99EB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A7%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C5%8Dng>,
        "駫"^^xsd:string .

<http://lexvo.org/id/char/99EC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C4%9Br>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A7%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ji5>,
        <http://lexvo.org/id/term/yue/%E9%A7%AC>,
        "駬"^^xsd:string ;
    rdfs:comment "name of a legendary swift horse"@en .

<http://lexvo.org/id/char/99ED> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A7%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A0i>,
        <http://lexvo.org/id/term/kor/%E9%A7%AD>,
        <http://lexvo.org/id/term/kor/HAY>,
        <http://lexvo.org/id/term/vie/h%C3%A3i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/haai5%20hoi4%20hoi5>,
        <http://lexvo.org/id/term/yue/%E9%A7%AD>,
        "駭"^^xsd:string ;
    rdfs:comment "terrify, frighten, scare; shock"@en .

<http://lexvo.org/id/char/99EE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A7%AE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%B3>,
        <http://lexvo.org/id/term/kor/%E9%A7%AE>,
        <http://lexvo.org/id/term/kor/PAK>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bok3>,
        <http://lexvo.org/id/term/yue/%E9%A7%AE>,
        "駮"^^xsd:string ;
    rdfs:comment "a kind of fierce animal; join; argue; transfer; piebald horse, variegated"@en .

<http://lexvo.org/id/char/99EF> a lvont:Character ;
    lvont:represents "駯"^^xsd:string .

<http://lexvo.org/id/char/99F0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A7%B0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C4%ABn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jan1>,
        <http://lexvo.org/id/term/yue/%E9%A7%B0>,
        "駰"^^xsd:string ;
    rdfs:comment "grey horse"@en .

<http://lexvo.org/id/char/99F1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A7%B1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/lu%C3%B2%20ji%C3%A0>,
        <http://lexvo.org/id/term/kor/%E9%A7%B1>,
        <http://lexvo.org/id/term/kor/LAK>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lok3%20lok6>,
        <http://lexvo.org/id/term/yue/%E9%A7%B1>,
        "駱"^^xsd:string ;
    rdfs:comment "a white horse with black mane; a camel"@en .

<http://lexvo.org/id/char/99F2> a lvont:Character ;
    lvont:represents "駲"^^xsd:string .

<http://lexvo.org/id/char/99F3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A7%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%A0n>,
        "駳"^^xsd:string .

<http://lexvo.org/id/char/99F4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A7%B4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A8>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/haai5>,
        <http://lexvo.org/id/term/yue/%E9%A7%B4>,
        "駴"^^xsd:string ;
    rdfs:comment "drum"@en .

<http://lexvo.org/id/char/99F5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A7%B5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C3%BA>,
        "駵"^^xsd:string .

<http://lexvo.org/id/char/99F6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A7%B6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%BA>,
        "駶"^^xsd:string .

<http://lexvo.org/id/char/99F7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A7%B7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C7%92ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sung2>,
        <http://lexvo.org/id/term/yue/%E9%A7%B7>,
        "駷"^^xsd:string .

<http://lexvo.org/id/char/99F8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A7%B8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C4%ABn>,
        <http://lexvo.org/id/term/kor/%E9%A7%B8>,
        <http://lexvo.org/id/term/kor/CHIM>,
        <http://lexvo.org/id/term/vie/x%C4%83m>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cam1>,
        <http://lexvo.org/id/term/yue/%E9%A7%B8>,
        "駸"^^xsd:string ;
    rdfs:comment "galloping; speeding"@en .

<http://lexvo.org/id/char/99F9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A7%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A1ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mong4>,
        <http://lexvo.org/id/term/yue/%E9%A7%B9>,
        "駹"^^xsd:string ;
    rdfs:comment "black horse with a white face"@en .

<http://lexvo.org/id/char/99FA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A7%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C3%A1ng>,
        "駺"^^xsd:string .

<http://lexvo.org/id/char/99FB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A7%BB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E9%A7%BB>,
        <http://lexvo.org/id/term/kor/HAN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hon5%20hon6>,
        <http://lexvo.org/id/term/yue/%E9%A7%BB>,
        "駻"^^xsd:string ;
    rdfs:comment "a fierce horse; to rage, run wild"@en .

<http://lexvo.org/id/char/99FC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A7%BC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%BA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tou4>,
        <http://lexvo.org/id/term/yue/%E9%A7%BC>,
        "駼"^^xsd:string .

<http://lexvo.org/id/char/99FD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A7%BD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xu%C3%A0n%20xu%C4%81n>,
        <http://lexvo.org/id/term/kor/%E9%A7%BD>,
        <http://lexvo.org/id/term/kor/HYEN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gyun1%20hyun1>,
        <http://lexvo.org/id/term/yue/%E9%A7%BD>,
        "駽"^^xsd:string ;
    rdfs:comment "grey"@en .

<http://lexvo.org/id/char/99FE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A7%BE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/tu%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/deoi6%20teoi3>,
        <http://lexvo.org/id/term/yue/%E9%A7%BE>,
        "駾"^^xsd:string ;
    rdfs:comment "run away"@en .

<http://lexvo.org/id/char/99FF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A7%BF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%B9n>,
        <http://lexvo.org/id/term/kor/%E9%A7%BF>,
        <http://lexvo.org/id/term/kor/CWUN%20SWUN>,
        <http://lexvo.org/id/term/vie/tu%E1%BA%A5n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zeon3>,
        <http://lexvo.org/id/term/yue/%E9%A7%BF>,
        "駿"^^xsd:string ;
    rdfs:comment "excellent horse, noble steed"@en .

<http://lexvo.org/id/char/9A00> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C3%A9%20%C4%9B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A8%80>,
        "騀"^^xsd:string .

<http://lexvo.org/id/char/9A01> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A8%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C4%9Bng>,
        <http://lexvo.org/id/term/kor/%E9%A8%81>,
        <http://lexvo.org/id/term/kor/PING>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cing2%20ping3>,
        <http://lexvo.org/id/term/yue/%E9%A8%81>,
        "騁"^^xsd:string ;
    rdfs:comment "gallop horse; hasten, hurry"@en .

<http://lexvo.org/id/char/9A02> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A8%82>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C4%ABng>,
        <http://lexvo.org/id/term/kor/%E9%A8%82>,
        <http://lexvo.org/id/term/kor/SENG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sing1>,
        <http://lexvo.org/id/term/yue/%E9%A8%82>,
        "騂"^^xsd:string ;
    rdfs:comment "red, brown, bay; neat, harmonious"@en .

<http://lexvo.org/id/char/9A03> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C3%A1i>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%C3%A1i%20d%C4%81i>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A8%83>,
        <http://lexvo.org/id/term/kor/%E9%A8%83>,
        <http://lexvo.org/id/term/kor/AY>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ngoi4>,
        <http://lexvo.org/id/term/yue/%E9%A8%83>,
        "騃"^^xsd:string ;
    rdfs:comment "stupid; foolish"@en .

<http://lexvo.org/id/char/9A04> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A8%84>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%B9>,
        <http://lexvo.org/id/term/kor/%E9%A8%84>,
        <http://lexvo.org/id/term/kor/LOK>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/luk6>,
        <http://lexvo.org/id/term/yue/%E9%A8%84>,
        "騄"^^xsd:string ;
    rdfs:comment "name of a legendary swift horse"@en .

<http://lexvo.org/id/char/9A05> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A8%85>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zhu%C4%AB>,
        <http://lexvo.org/id/term/kor/%E9%A8%85>,
        <http://lexvo.org/id/term/kor/CHWU>,
        <http://lexvo.org/id/term/vie/choai>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zeoi1>,
        <http://lexvo.org/id/term/yue/%E9%A8%85>,
        "騅"^^xsd:string ;
    rdfs:comment "piebald horse"@en .

<http://lexvo.org/id/char/9A06> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A8%86>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C5%8Du>,
        "騆"^^xsd:string .

<http://lexvo.org/id/char/9A07> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A8%87>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C4%9B%20sh%C3%A8>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/se3>,
        <http://lexvo.org/id/term/yue/%E9%A8%87>,
        "騇"^^xsd:string .

<http://lexvo.org/id/char/9A08> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A8%88>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/pi%C3%A1n>,
        <http://lexvo.org/id/term/kor/%E9%A8%88>,
        <http://lexvo.org/id/term/kor/PYENG%20PYEN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ping4>,
        <http://lexvo.org/id/term/yue/%E9%A8%88>,
        "騈"^^xsd:string ;
    rdfs:comment "team of horses; associate"@en .

<http://lexvo.org/id/char/9A09> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A8%89>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C5%ABn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kwan1>,
        <http://lexvo.org/id/term/yue/%E9%A8%89>,
        "騉"^^xsd:string ;
    rdfs:comment "fine horse"@en .

<http://lexvo.org/id/char/9A0A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A8%8A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%A1o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tou4>,
        <http://lexvo.org/id/term/yue/%E9%A8%8A>,
        "騊"^^xsd:string .

<http://lexvo.org/id/char/9A0B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A8%8B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%A1i>,
        <http://lexvo.org/id/term/kor/%E9%A8%8B>,
        <http://lexvo.org/id/term/kor/LAY>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/loi4%20loi6>,
        <http://lexvo.org/id/term/yue/%E9%A8%8B>,
        "騋"^^xsd:string ;
    rdfs:comment "tall (7 chi) horse"@en .

<http://lexvo.org/id/char/9A0C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A8%8C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C5%8Dng>,
        "騌"^^xsd:string ;
    rdfs:comment "a horse's mane; bristles"@en .

<http://lexvo.org/id/char/9A0D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A8%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C3%A8>,
        <http://lexvo.org/id/term/kor/%E9%A8%8D>,
        <http://lexvo.org/id/term/kor/KWA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fo3>,
        <http://lexvo.org/id/term/yue/%E9%A8%8D>,
        "騍"^^xsd:string ;
    rdfs:comment "mother horse"@en .

<http://lexvo.org/id/char/9A0E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A8%8E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C3%AD%20j%C3%AC>,
        <http://lexvo.org/id/term/kor/%E9%A8%8E>,
        <http://lexvo.org/id/term/kor/KI>,
        <http://lexvo.org/id/term/vie/k%E1%BB%8B>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gei6%20ke4%20kei4>,
        <http://lexvo.org/id/term/yue/%E9%A8%8E>,
        "騎"^^xsd:string ;
    rdfs:comment "ride horseback; mount; cavalry"@en .

<http://lexvo.org/id/char/9A0F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A8%8F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C3%AD>,
        <http://lexvo.org/id/term/kor/%E9%A8%8F>,
        <http://lexvo.org/id/term/kor/KI>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kei4>,
        <http://lexvo.org/id/term/yue/%E9%A8%8F>,
        "騏"^^xsd:string ;
    rdfs:comment "piebald horse; excellent horse"@en .

<http://lexvo.org/id/char/9A10> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A8%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jim6>,
        <http://lexvo.org/id/term/yue/%E9%A8%90>,
        "騐"^^xsd:string ;
    rdfs:comment "to verity, to fulfil; to examine, to hold an inquest"@en .

<http://lexvo.org/id/char/9A11> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A8%91>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C4%93i>,
        <http://lexvo.org/id/term/kor/%E9%A8%91>,
        <http://lexvo.org/id/term/kor/PI>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fei1>,
        <http://lexvo.org/id/term/yue/%E9%A8%91>,
        "騑"^^xsd:string ;
    rdfs:comment "horse; run"@en .

<http://lexvo.org/id/char/9A12> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A8%92>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C4%81o>,
        <http://lexvo.org/id/term/kor/%E9%A8%92>,
        <http://lexvo.org/id/term/kor/SO>,
        "騒"^^xsd:string ;
    rdfs:comment "harass, bother, annoy, disturb"@en .

<http://lexvo.org/id/char/9A13> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A8%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%8En>,
        <http://lexvo.org/id/term/kor/%E9%A8%93>,
        <http://lexvo.org/id/term/kor/HEM>,
        "験"^^xsd:string ;
    rdfs:comment "test, examine, inspect; verify"@en .

<http://lexvo.org/id/char/9A14> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A8%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%A9>,
        "騔"^^xsd:string .

<http://lexvo.org/id/char/9A15> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A8%95>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%8Eo>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jiu5>,
        <http://lexvo.org/id/term/yue/%E9%A8%95>,
        "騕"^^xsd:string ;
    rdfs:comment "name of a fabulous horse"@en .

<http://lexvo.org/id/char/9A16> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A8%96>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C3%B9>,
        <http://lexvo.org/id/term/kor/%E9%A8%96>,
        <http://lexvo.org/id/term/kor/MWU>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mou6>,
        <http://lexvo.org/id/term/yue/%E9%A8%96>,
        "騖"^^xsd:string ;
    rdfs:comment "gallop; rush about; pursue, run"@en .

<http://lexvo.org/id/char/9A17> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A8%97>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/pi%C3%A0n>,
        "騗"^^xsd:string ;
    rdfs:comment "to swindle; to cheat"@en .

<http://lexvo.org/id/char/9A18> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A8%98>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C5%8Dng>,
        <http://lexvo.org/id/term/kor/%E9%A8%98>,
        <http://lexvo.org/id/term/kor/CHONG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cung1>,
        <http://lexvo.org/id/term/yue/%E9%A8%98>,
        "騘"^^xsd:string ;
    rdfs:comment "a piebald horse"@en .

<http://lexvo.org/id/char/9A19> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A8%99>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/pi%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E9%A8%99>,
        <http://lexvo.org/id/term/kor/PHYEN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/pin3>,
        <http://lexvo.org/id/term/yue/%E9%A8%99>,
        "騙"^^xsd:string ;
    rdfs:comment "swindle, cheat out of, defraud"@en .

<http://lexvo.org/id/char/9A1A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A8%9A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C3%A1n>,
        "騚"^^xsd:string .

<http://lexvo.org/id/char/9A1B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A8%9B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C4%93i>,
        <http://lexvo.org/id/term/kor/%E9%A8%9B>,
        <http://lexvo.org/id/term/kor/PI>,
        "騛"^^xsd:string .

<http://lexvo.org/id/char/9A1C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A8%9C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%A1ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wong4>,
        <http://lexvo.org/id/term/yue/%E9%A8%9C>,
        "騜"^^xsd:string .

<http://lexvo.org/id/char/9A1D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A8%9D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C4%81n>,
        "騝"^^xsd:string .

<http://lexvo.org/id/char/9A1E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A8%9E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%B2%20hu%C5%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C5%8D>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/waak6>,
        <http://lexvo.org/id/term/yue/%E9%A8%9E>,
        "騞"^^xsd:string .

<http://lexvo.org/id/char/9A1F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A8%9F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%B9>,
        "騟"^^xsd:string .

<http://lexvo.org/id/char/9A20> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A8%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tai4>,
        <http://lexvo.org/id/term/yue/%E9%A8%A0>,
        "騠"^^xsd:string ;
    rdfs:comment "a horse, mule"@en .

<http://lexvo.org/id/char/9A21> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A8%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qu%C3%A1n>,
        "騡"^^xsd:string .

<http://lexvo.org/id/char/9A22> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A8%A2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A1>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/haa4>,
        <http://lexvo.org/id/term/yue/%E9%A8%A2>,
        "騢"^^xsd:string ;
    rdfs:comment "bay"@en .

<http://lexvo.org/id/char/9A23> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A8%A3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C5%8Dng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zung1>,
        <http://lexvo.org/id/term/yue/%E9%A8%A3>,
        "騣"^^xsd:string ;
    rdfs:comment "mane"@en .

<http://lexvo.org/id/char/9A24> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A8%A4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ku%C3%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kwai4>,
        <http://lexvo.org/id/term/yue/%E9%A8%A4>,
        "騤"^^xsd:string ;
    rdfs:comment "(of a horse) lively; vigorous"@en .

<http://lexvo.org/id/char/9A25> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A8%A5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/r%C3%B3u>,
        "騥"^^xsd:string .

<http://lexvo.org/id/char/9A26> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A8%A6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C4%AB>,
        "騦"^^xsd:string .

<http://lexvo.org/id/char/9A27> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A8%A7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/gu%C4%81>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gwaa1%20waa1>,
        <http://lexvo.org/id/term/yue/%E9%A8%A7>,
        "騧"^^xsd:string ;
    rdfs:comment "tan or piebald horse"@en .

<http://lexvo.org/id/char/9A28> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A8%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/tu%C3%B3>,
        "騨"^^xsd:string ;
    rdfs:comment "dappled"@en .

<http://lexvo.org/id/char/9A29> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A8%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ku%C3%AC%20gu%C4%AB>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gwai1%20kwai3>,
        <http://lexvo.org/id/term/yue/%E9%A8%A9>,
        "騩"^^xsd:string .

<http://lexvo.org/id/char/9A2A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A8%AA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C5%8Du>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sau1>,
        <http://lexvo.org/id/term/yue/%E9%A8%AA>,
        "騪"^^xsd:string .

<http://lexvo.org/id/char/9A2B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A8%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C4%81n%20ji%C7%8En>,
        <http://lexvo.org/id/term/kor/%E9%A8%AB>,
        <http://lexvo.org/id/term/kor/KEN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hin1>,
        <http://lexvo.org/id/term/yue/%E9%A8%AB>,
        "騫"^^xsd:string ;
    rdfs:comment "raise, hold high; fly, soar"@en .

<http://lexvo.org/id/char/9A2C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A8%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%A9ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sing4>,
        <http://lexvo.org/id/term/yue/%E9%A8%AC>,
        "騬"^^xsd:string .

<http://lexvo.org/id/char/9A2D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A8%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%AC>,
        <http://lexvo.org/id/term/kor/%E9%A8%AD>,
        <http://lexvo.org/id/term/kor/CUL>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zat1>,
        <http://lexvo.org/id/term/yue/%E9%A8%AD>,
        "騭"^^xsd:string ;
    rdfs:comment "stallion; promote"@en .

<http://lexvo.org/id/char/9A2E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A8%AE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C3%BA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lau4>,
        <http://lexvo.org/id/term/yue/%E9%A8%AE>,
        "騮"^^xsd:string ;
    rdfs:comment "famous horse"@en .

<http://lexvo.org/id/char/9A2F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A8%AF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%A1ng>,
        "騯"^^xsd:string ;
    rdfs:comment "loud, noisy, boisterous; fight"@en .

<http://lexvo.org/id/char/9A30> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A8%B0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%A9ng>,
        <http://lexvo.org/id/term/kor/%E9%A8%B0>,
        <http://lexvo.org/id/term/kor/TUNG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tang4>,
        <http://lexvo.org/id/term/yue/%E9%A8%B0>,
        "騰"^^xsd:string ;
    rdfs:comment "fly; gallop; run; prance; rise"@en .

<http://lexvo.org/id/char/9A31> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A8%B1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C4%AB>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hai4>,
        <http://lexvo.org/id/term/yue/%E9%A8%B1>,
        "騱"^^xsd:string .

<http://lexvo.org/id/char/9A32> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A8%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C7%8Eo>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cou2>,
        <http://lexvo.org/id/term/yue/%E9%A8%B2>,
        "騲"^^xsd:string ;
    rdfs:comment "the female of certain animals such as horses, a mare"@en .

<http://lexvo.org/id/char/9A33> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A8%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%BA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ngau6>,
        <http://lexvo.org/id/term/yue/%E9%A8%B3>,
        "騳"^^xsd:string ;
    rdfs:comment "run, race"@en .

<http://lexvo.org/id/char/9A34> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A8%B4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A0n>,
        "騴"^^xsd:string .

<http://lexvo.org/id/char/9A35> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A8%B5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/yu%C3%A1n>,
        <http://lexvo.org/id/term/kor/%E9%A8%B5>,
        <http://lexvo.org/id/term/kor/WEN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jyun4>,
        <http://lexvo.org/id/term/yue/%E9%A8%B5>,
        "騵"^^xsd:string ;
    rdfs:comment "bay"@en .

<http://lexvo.org/id/char/9A36> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A8%B6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C5%8Du>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C5%8Du%20zh%C3%B2u%20zh%C5%AB%20q%C5%AB>,
        <http://lexvo.org/id/term/kor/%E9%A8%B6>,
        <http://lexvo.org/id/term/kor/CHWU>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zau1>,
        <http://lexvo.org/id/term/yue/%E9%A8%B6>,
        "騶"^^xsd:string ;
    rdfs:comment "mounted escort; groom"@en .

<http://lexvo.org/id/char/9A37> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A8%B7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C4%81o%20s%C7%8Eo%20xi%C4%81o>,
        <http://lexvo.org/id/term/kor/%E9%A8%B7>,
        <http://lexvo.org/id/term/kor/SO>,
        <http://lexvo.org/id/term/vie/tao>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sou1>,
        <http://lexvo.org/id/term/yue/%E9%A8%B7>,
        "騷"^^xsd:string ;
    rdfs:comment "harass, bother, annoy, disturb, agitate; sad, grieved"@en .

<http://lexvo.org/id/char/9A38> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A8%B8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E9%A8%B8>,
        <http://lexvo.org/id/term/kor/SEN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sin3>,
        <http://lexvo.org/id/term/yue/%E9%A8%B8>,
        "騸"^^xsd:string ;
    rdfs:comment "geld, castrate"@en .

<http://lexvo.org/id/char/9A39> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A8%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%AD%20q%C3%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kei4>,
        <http://lexvo.org/id/term/yue/%E9%A8%B9>,
        "騹"^^xsd:string .

<http://lexvo.org/id/char/9A3A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A8%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zi3>,
        <http://lexvo.org/id/term/yue/%E9%A8%BA>,
        "騺"^^xsd:string ;
    rdfs:comment "heavy horse; horse unable to move because of twisted leg; plodding"@en .

<http://lexvo.org/id/char/9A3B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A8%BB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/shu%C4%81ng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/shu%C7%8Eng%20shu%C4%81ng>,
        "騻"^^xsd:string ;
    rdfs:comment "horse"@en .

<http://lexvo.org/id/char/9A3C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A8%BC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%B9>,
        "騼"^^xsd:string .

<http://lexvo.org/id/char/9A3D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A8%BD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C3%AD>,
        "騽"^^xsd:string .

<http://lexvo.org/id/char/9A3E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A8%BE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/lu%C3%B3>,
        <http://lexvo.org/id/term/kor/%E9%A8%BE>,
        <http://lexvo.org/id/term/kor/LA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lo4>,
        <http://lexvo.org/id/term/yue/%E9%A8%BE>,
        "騾"^^xsd:string ;
    rdfs:comment "mule"@en .

<http://lexvo.org/id/char/9A3F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A8%BF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C4%81ng>,
        "騿"^^xsd:string .

<http://lexvo.org/id/char/9A40> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A9%80>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%B2%20m%C3%A0>,
        <http://lexvo.org/id/term/kor/%E9%A9%80>,
        <http://lexvo.org/id/term/kor/MAYK>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mak6>,
        <http://lexvo.org/id/term/yue/%E9%A9%80>,
        "驀"^^xsd:string ;
    rdfs:comment "suddenly, quickly, abruptly"@en .

<http://lexvo.org/id/char/9A41> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C3%A0o%20%C3%A1o%20y%C3%A0o>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A9%81>,
        <http://lexvo.org/id/term/kor/%E9%A9%81>,
        <http://lexvo.org/id/term/kor/O>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ngou4>,
        <http://lexvo.org/id/term/yue/%E9%A9%81>,
        "驁"^^xsd:string ;
    rdfs:comment "wild horse, mustang; wild"@en .

<http://lexvo.org/id/char/9A42> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A9%82>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C4%81n>,
        <http://lexvo.org/id/term/kor/%E9%A9%82>,
        <http://lexvo.org/id/term/kor/CHAM>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/caam1>,
        <http://lexvo.org/id/term/yue/%E9%A9%82>,
        "驂"^^xsd:string ;
    rdfs:comment "two outside ones in three horse"@en .

<http://lexvo.org/id/char/9A43> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A9%83>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/pi%C3%A0o%20bi%C4%81o>,
        <http://lexvo.org/id/term/kor/%E9%A9%83>,
        <http://lexvo.org/id/term/kor/PHYO>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/piu3>,
        <http://lexvo.org/id/term/yue/%E9%A9%83>,
        "驃"^^xsd:string ;
    rdfs:comment "charger, steed; swift, valiant"@en .

<http://lexvo.org/id/char/9A44> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A9%84>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C5%8Dng>,
        <http://lexvo.org/id/term/kor/%E9%A9%84>,
        <http://lexvo.org/id/term/kor/CHONG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cung1>,
        <http://lexvo.org/id/term/yue/%E9%A9%84>,
        "驄"^^xsd:string ;
    rdfs:comment "horse with a bluish white color"@en .

<http://lexvo.org/id/char/9A45> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A9%85>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C5%AB>,
        <http://lexvo.org/id/term/kor/%E9%A9%85>,
        <http://lexvo.org/id/term/kor/KWU>,
        <http://lexvo.org/id/term/vie/x%C3%BAi>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/keoi1>,
        <http://lexvo.org/id/term/yue/%E9%A9%85>,
        "驅"^^xsd:string ;
    rdfs:comment "spur a horse on; expel, drive away"@en .

<http://lexvo.org/id/char/9A46> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A9%86>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%AC>,
        "驆"^^xsd:string ;
    rdfs:comment "used in transliterating Buddhist books"@en .

<http://lexvo.org/id/char/9A47> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A9%87>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%AC>,
        "驇"^^xsd:string ;
    rdfs:comment "heavy horse; horse unable to move because of twisted leg; plodding"@en .

<http://lexvo.org/id/char/9A48> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A9%88>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wat6>,
        <http://lexvo.org/id/term/yue/%E9%A9%88>,
        "驈"^^xsd:string ;
    rdfs:comment "black horses"@en .

<http://lexvo.org/id/char/9A49> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A9%89>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C5%AB>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/heoi1>,
        <http://lexvo.org/id/term/yue/%E9%A9%89>,
        "驉"^^xsd:string .

<http://lexvo.org/id/char/9A4A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A9%8A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%A1>,
        <http://lexvo.org/id/term/kor/%E9%A9%8A>,
        <http://lexvo.org/id/term/kor/HWA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/waa4>,
        <http://lexvo.org/id/term/yue/%E9%A9%8A>,
        "驊"^^xsd:string ;
    rdfs:comment "an excellent horse"@en .

<http://lexvo.org/id/char/9A4B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A9%8B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C5%8D>,
        "驋"^^xsd:string .

<http://lexvo.org/id/char/9A4C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A9%8C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C3%B9>,
        <http://lexvo.org/id/term/kor/%E9%A9%8C>,
        <http://lexvo.org/id/term/kor/SWUK>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/suk1>,
        <http://lexvo.org/id/term/yue/%E9%A9%8C>,
        "驌"^^xsd:string ;
    rdfs:comment "name of a famous horse"@en .

<http://lexvo.org/id/char/9A4D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A9%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C4%81o>,
        <http://lexvo.org/id/term/kor/%E9%A9%8D>,
        <http://lexvo.org/id/term/kor/HYO>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hiu1>,
        <http://lexvo.org/id/term/yue/%E9%A9%8D>,
        "驍"^^xsd:string ;
    rdfs:comment "excellent horse; brave, valiant"@en .

<http://lexvo.org/id/char/9A4E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A9%8E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%ADn>,
        <http://lexvo.org/id/term/kor/%E9%A9%8E>,
        <http://lexvo.org/id/term/kor/LIN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/leon4>,
        <http://lexvo.org/id/term/yue/%E9%A9%8E>,
        "驎"^^xsd:string .

<http://lexvo.org/id/char/9A4F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A9%8F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C7%8En%20zh%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E9%A9%8F>,
        <http://lexvo.org/id/term/kor/CAN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cin5%20zaan2>,
        <http://lexvo.org/id/term/yue/%E9%A9%8F>,
        "驏"^^xsd:string ;
    rdfs:comment "horse without saddle"@en .

<http://lexvo.org/id/char/9A50> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A9%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C5%ABn>,
        "驐"^^xsd:string .

<http://lexvo.org/id/char/9A51> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A9%91>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C3%BA>,
        "驑"^^xsd:string .

<http://lexvo.org/id/char/9A52> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A9%92>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/tu%C3%B3>,
        <http://lexvo.org/id/term/kor/%E9%A9%92>,
        <http://lexvo.org/id/term/kor/THAN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/to4>,
        <http://lexvo.org/id/term/yue/%E9%A9%92>,
        "驒"^^xsd:string ;
    rdfs:comment "dappled"@en .

<http://lexvo.org/id/char/9A53> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A9%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C4%93ng>,
        "驓"^^xsd:string .

<http://lexvo.org/id/char/9A54> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A9%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%A1n%20di%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/taam4%20tim5>,
        <http://lexvo.org/id/term/yue/%E9%A9%94>,
        "驔"^^xsd:string ;
    rdfs:comment "black horse"@en .

<http://lexvo.org/id/char/9A55> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A9%95>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C4%81o>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C4%81o%20xi%C4%81o%20j%C5%AB%20qi%C3%A1o>,
        <http://lexvo.org/id/term/kor/%E9%A9%95>,
        <http://lexvo.org/id/term/kor/KYO%20HYO>,
        <http://lexvo.org/id/term/vie/ki%C3%AAu>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/giu1>,
        <http://lexvo.org/id/term/yue/%E9%A9%95>,
        "驕"^^xsd:string ;
    rdfs:comment "spirited horse; haughty"@en .

<http://lexvo.org/id/char/9A56> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A9%96>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ti%C4%9B>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tit3>,
        <http://lexvo.org/id/term/yue/%E9%A9%96>,
        "驖"^^xsd:string ;
    rdfs:comment "black (horse)"@en .

<http://lexvo.org/id/char/9A57> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A9%97>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E9%A9%97>,
        <http://lexvo.org/id/term/kor/HEM>,
        <http://lexvo.org/id/term/vie/nghi%E1%BB%87m>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jim6>,
        <http://lexvo.org/id/term/yue/%E9%A9%97>,
        "驗"^^xsd:string ;
    rdfs:comment "test, examine, inspect; verify"@en .

<http://lexvo.org/id/char/9A58> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A9%98>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/lu%C3%B3>,
        <http://lexvo.org/id/term/kor/%E9%A9%98>,
        <http://lexvo.org/id/term/kor/LA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lo4>,
        <http://lexvo.org/id/term/yue/%E9%A9%98>,
        "驘"^^xsd:string ;
    rdfs:comment "mule"@en .

<http://lexvo.org/id/char/9A59> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A9%99>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C4%81n>,
        "驙"^^xsd:string .

<http://lexvo.org/id/char/9A5A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A9%9A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C4%ABng>,
        <http://lexvo.org/id/term/kor/%E9%A9%9A>,
        <http://lexvo.org/id/term/kor/KYENG>,
        <http://lexvo.org/id/term/vie/kinh>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/geng1%20ging1>,
        <http://lexvo.org/id/term/yue/%E9%A9%9A>,
        "驚"^^xsd:string ;
    rdfs:comment "frighten, surprise, startle"@en .

<http://lexvo.org/id/char/9A5B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A9%9B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%AC>,
        <http://lexvo.org/id/term/kor/%E9%A9%9B>,
        <http://lexvo.org/id/term/kor/YEK>,
        <http://lexvo.org/id/term/vie/d%E1%BB%8Bch>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jik6>,
        <http://lexvo.org/id/term/yue/%E9%A9%9B>,
        "驛"^^xsd:string ;
    rdfs:comment "relay station"@en .

<http://lexvo.org/id/char/9A5C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A9%9C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A8>,
        "驜"^^xsd:string .

<http://lexvo.org/id/char/9A5D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A9%9D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/tu%C5%8D>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tok6>,
        <http://lexvo.org/id/term/yue/%E9%A9%9D>,
        "驝"^^xsd:string ;
    rdfs:comment "a camel; the name of an office"@en .

<http://lexvo.org/id/char/9A5E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A9%9E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C4%ABn>,
        "驞"^^xsd:string .

<http://lexvo.org/id/char/9A5F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A9%9F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C3%B2u%20zh%C3%B2u>,
        <http://lexvo.org/id/term/kor/%E9%A9%9F>,
        <http://lexvo.org/id/term/kor/CHWI>,
        <http://lexvo.org/id/term/vie/s%E1%BA%ADu>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zaau6%20zau6>,
        <http://lexvo.org/id/term/yue/%E9%A9%9F>,
        "驟"^^xsd:string ;
    rdfs:comment "procedure; gallop; sudden(ly)"@en .

<http://lexvo.org/id/char/9A60> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A9%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jin3>,
        <http://lexvo.org/id/term/yue/%E9%A9%A0>,
        "驠"^^xsd:string .

<http://lexvo.org/id/char/9A61> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A9%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%A9ng>,
        "驡"^^xsd:string .

<http://lexvo.org/id/char/9A62> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A9%A2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C7%98>,
        <http://lexvo.org/id/term/kor/%E9%A9%A2>,
        <http://lexvo.org/id/term/kor/LYE>,
        <http://lexvo.org/id/term/vie/l%E1%BB%ABa>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/leoi4%20lou4>,
        <http://lexvo.org/id/term/yue/%E9%A9%A2>,
        "驢"^^xsd:string ;
    rdfs:comment "donkey, ass"@en .

<http://lexvo.org/id/char/9A63> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A9%A3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%A9ng>,
        "驣"^^xsd:string .

<http://lexvo.org/id/char/9A64> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A9%A4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C4%81ng>,
        <http://lexvo.org/id/term/kor/%E9%A9%A4>,
        <http://lexvo.org/id/term/kor/YANG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/soeng1>,
        <http://lexvo.org/id/term/yue/%E9%A9%A4>,
        "驤"^^xsd:string ;
    rdfs:comment "gallop about with head uplifted"@en .

<http://lexvo.org/id/char/9A65> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A9%A5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%AC>,
        <http://lexvo.org/id/term/kor/%E9%A9%A5>,
        <http://lexvo.org/id/term/kor/KI>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kei3>,
        <http://lexvo.org/id/term/yue/%E9%A9%A5>,
        "驥"^^xsd:string ;
    rdfs:comment "thoroughbred horse; refined"@en .

<http://lexvo.org/id/char/9A66> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A9%A6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/shu%C4%81ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/soeng1>,
        <http://lexvo.org/id/term/yue/%E9%A9%A6>,
        "驦"^^xsd:string ;
    rdfs:comment "horse"@en .

<http://lexvo.org/id/char/9A67> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A9%A7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%BA>,
        "驧"^^xsd:string .

<http://lexvo.org/id/char/9A68> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A9%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C4%AB>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kwai4>,
        <http://lexvo.org/id/term/yue/%E9%A9%A8>,
        "驨"^^xsd:string .

<http://lexvo.org/id/char/9A69> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A9%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C4%81n>,
        <http://lexvo.org/id/term/kor/%E9%A9%A9>,
        <http://lexvo.org/id/term/kor/HWAN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fun1>,
        <http://lexvo.org/id/term/yue/%E9%A9%A9>,
        "驩"^^xsd:string ;
    rdfs:comment "happy, pleased, glad; joy; to enjoy"@en .

<http://lexvo.org/id/char/9A6A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A9%AA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%AD%20ch%C3%AD>,
        <http://lexvo.org/id/term/kor/%E9%A9%AA>,
        <http://lexvo.org/id/term/kor/LYE>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lei4>,
        <http://lexvo.org/id/term/yue/%E9%A9%AA>,
        "驪"^^xsd:string ;
    rdfs:comment "a pure black horse; a pair of horses"@en .

<http://lexvo.org/id/char/9A6B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A9%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/bi%C4%81o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/biu1>,
        <http://lexvo.org/id/term/yue/%E9%A9%AB>,
        "驫"^^xsd:string ;
    rdfs:comment "horses"@en .

<http://lexvo.org/id/char/9A6D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A9%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jyu6>,
        <http://lexvo.org/id/term/yue/%E9%A9%AD>,
        "驭"^^xsd:string ;
    rdfs:comment "drive, ride; manage, control"@en .

<http://lexvo.org/id/char/9A6E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A9%AE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/du%C3%B2%201174.060%3Atu%C3%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/tu%C3%B3%20du%C3%B2>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/to4>,
        <http://lexvo.org/id/term/yue/%E9%A9%AE>,
        "驮"^^xsd:string ;
    rdfs:comment "carry on back"@en .

<http://lexvo.org/id/char/9A6F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A9%AF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C3%BAn>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C3%BAn%20x%C3%B9n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ceon4%20seon4>,
        <http://lexvo.org/id/term/yue/%E9%A9%AF>,
        "驯"^^xsd:string ;
    rdfs:comment "tame, docile, obedient"@en .

<http://lexvo.org/id/char/9A70> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A9%B0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ci4>,
        <http://lexvo.org/id/term/yue/%E9%A9%B0>,
        "驰"^^xsd:string ;
    rdfs:comment "go quickly or swiftly; hurry"@en .

<http://lexvo.org/id/char/9A71> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A9%B1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C5%AB>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/keoi1>,
        <http://lexvo.org/id/term/yue/%E9%A9%B1>,
        "驱"^^xsd:string ;
    rdfs:comment "spur a horse on; expel, drive away"@en .

<http://lexvo.org/id/char/9A72> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A9%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/r%C3%AC>,
        <http://lexvo.org/id/term/kor/%E9%A9%B2>,
        <http://lexvo.org/id/term/kor/IL>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jat6>,
        <http://lexvo.org/id/term/yue/%E9%A9%B2>,
        "驲"^^xsd:string ;
    rdfs:comment "post horse, relay horse"@en .

<http://lexvo.org/id/char/9A73> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A9%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%B3>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bok3>,
        <http://lexvo.org/id/term/yue/%E9%A9%B3>,
        "驳"^^xsd:string ;
    rdfs:comment "varicolored, variegated; mixed"@en .

<http://lexvo.org/id/char/9A74> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A9%B4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C7%98>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/leoi4%20lou4>,
        <http://lexvo.org/id/term/yue/%E9%A9%B4>,
        "驴"^^xsd:string ;
    rdfs:comment "donkey, ass"@en .

<http://lexvo.org/id/char/9A75> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A9%B5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C7%8Eng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C7%8Eng%20z%C7%94%20z%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zong2>,
        <http://lexvo.org/id/term/yue/%E9%A9%B5>,
        "驵"^^xsd:string ;
    rdfs:comment "excellent horse, noble steed"@en .

<http://lexvo.org/id/char/9A76> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A9%B6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C7%90>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sai2>,
        <http://lexvo.org/id/term/yue/%E9%A9%B6>,
        "驶"^^xsd:string ;
    rdfs:comment "sail, drive, pilot; fast, quick"@en .

<http://lexvo.org/id/char/9A77> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A9%B7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/si3>,
        <http://lexvo.org/id/term/yue/%E9%A9%B7>,
        "驷"^^xsd:string ;
    rdfs:comment "team of four horses; horses"@en .

<http://lexvo.org/id/char/9A78> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A9%B8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fu6>,
        <http://lexvo.org/id/term/yue/%E9%A9%B8>,
        "驸"^^xsd:string ;
    rdfs:comment "extra horse; imperial son-in-law"@en .

<http://lexvo.org/id/char/9A79> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A9%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C5%AB>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/keoi1>,
        <http://lexvo.org/id/term/yue/%E9%A9%B9>,
        "驹"^^xsd:string ;
    rdfs:comment "colt; fleet, swift; sun; surname"@en .

<http://lexvo.org/id/char/9A7A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A9%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C5%8Du>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C5%8Du%20zh%C3%B2u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zau1>,
        <http://lexvo.org/id/term/yue/%E9%A9%BA>,
        "驺"^^xsd:string ;
    rdfs:comment "mounted escort; groom"@en .

<http://lexvo.org/id/char/9A7B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A9%BB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zyu3>,
        <http://lexvo.org/id/term/yue/%E9%A9%BB>,
        "驻"^^xsd:string ;
    rdfs:comment "to be stationed at, reside at; to stop"@en .

<http://lexvo.org/id/char/9A7C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A9%BC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/tu%C3%B3>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/to4>,
        <http://lexvo.org/id/term/yue/%E9%A9%BC>,
        "驼"^^xsd:string ;
    rdfs:comment "a camel; humpbacked; to carry on the back"@en .

<http://lexvo.org/id/char/9A7D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A9%BD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C3%BA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/nou4>,
        <http://lexvo.org/id/term/yue/%E9%A9%BD>,
        "驽"^^xsd:string ;
    rdfs:comment "tired, old horse; old, weak"@en .

<http://lexvo.org/id/char/9A7E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A9%BE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%A0>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gaa3>,
        <http://lexvo.org/id/term/yue/%E9%A9%BE>,
        "驾"^^xsd:string ;
    rdfs:comment "to drive, sail, fly; a cart, carriage"@en .

<http://lexvo.org/id/char/9A7F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A9%BF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jik6>,
        <http://lexvo.org/id/term/yue/%E9%A9%BF>,
        "驿"^^xsd:string ;
    rdfs:comment "relay station"@en .

<http://lexvo.org/id/char/9A80> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%AA%80>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%A0i%201110.010%3At%C3%A1i>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%A1i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/toi4>,
        <http://lexvo.org/id/term/yue/%E9%AA%80>,
        "骀"^^xsd:string ;
    rdfs:comment "an old, tired horse, a jade; tired, exhausted"@en .

<http://lexvo.org/id/char/9A81> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%AA%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C4%81o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hiu1>,
        <http://lexvo.org/id/term/yue/%E9%AA%81>,
        "骁"^^xsd:string ;
    rdfs:comment "excellent horse; brave, valiant"@en .

<http://lexvo.org/id/char/9A82> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%AA%82>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A0>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/maa6>,
        <http://lexvo.org/id/term/yue/%E9%AA%82>,
        "骂"^^xsd:string ;
    rdfs:comment "accuse, blame, curse, scold"@en .

<http://lexvo.org/id/char/9A83> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%AA%83>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C4%ABn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jan1>,
        <http://lexvo.org/id/term/yue/%E9%AA%83>,
        "骃"^^xsd:string ;
    rdfs:comment "grey horse"@en .

<http://lexvo.org/id/char/9A84> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%AA%84>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C4%81o>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C4%81o%20xi%C4%81o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/giu1>,
        <http://lexvo.org/id/term/yue/%E9%AA%84>,
        "骄"^^xsd:string ;
    rdfs:comment "spirited horse; haughty"@en .

<http://lexvo.org/id/char/9A85> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%AA%85>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%A1>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/waa4>,
        <http://lexvo.org/id/term/yue/%E9%AA%85>,
        "骅"^^xsd:string ;
    rdfs:comment "an excellent horse"@en .

<http://lexvo.org/id/char/9A86> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%AA%86>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/lu%C3%B2>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lok3>,
        <http://lexvo.org/id/term/yue/%E9%AA%86>,
        "骆"^^xsd:string ;
    rdfs:comment "a white horse with black mane; a camel"@en .

<http://lexvo.org/id/char/9A87> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%AA%87>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A0i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/haai5>,
        <http://lexvo.org/id/term/yue/%E9%AA%87>,
        "骇"^^xsd:string ;
    rdfs:comment "terrify, frighten, scare; shock"@en .

<http://lexvo.org/id/char/9A88> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%AA%88>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/pi%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/pin4>,
        <http://lexvo.org/id/term/yue/%E9%AA%88>,
        "骈"^^xsd:string ;
    rdfs:comment "team of horses; associate, join"@en .

<http://lexvo.org/id/char/9A89> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%AA%89>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/bi%C4%81o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/biu1>,
        <http://lexvo.org/id/term/yue/%E9%AA%89>,
        "骉"^^xsd:string ;
    rdfs:comment "running; herd of horses"@en .

<http://lexvo.org/id/char/9A8A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%AA%8A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lei4>,
        <http://lexvo.org/id/term/yue/%E9%AA%8A>,
        "骊"^^xsd:string ;
    rdfs:comment "a pure black horse; a pair of horses"@en .

<http://lexvo.org/id/char/9A8B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%AA%8B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C4%9Bng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cing2>,
        <http://lexvo.org/id/term/yue/%E9%AA%8B>,
        "骋"^^xsd:string ;
    rdfs:comment "gallop horse; hasten, hurry"@en .

<http://lexvo.org/id/char/9A8C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%AA%8C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jim6>,
        <http://lexvo.org/id/term/yue/%E9%AA%8C>,
        "验"^^xsd:string ;
    rdfs:comment "test, examine, inspect; verify"@en .

<http://lexvo.org/id/char/9A8D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%AA%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C4%ABn>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C4%ABng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sing1>,
        <http://lexvo.org/id/term/yue/%E9%AA%8D>,
        "骍"^^xsd:string ;
    rdfs:comment "red, brown, bay; neat, harmonious"@en .

<http://lexvo.org/id/char/9A8E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%AA%8E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C4%ABn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cam1>,
        <http://lexvo.org/id/term/yue/%E9%AA%8E>,
        "骎"^^xsd:string ;
    rdfs:comment "galloping; speeding"@en .

<http://lexvo.org/id/char/9A8F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%AA%8F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%B9n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zeon3>,
        <http://lexvo.org/id/term/yue/%E9%AA%8F>,
        "骏"^^xsd:string ;
    rdfs:comment "excellent horse, noble steed"@en .

<http://lexvo.org/id/char/9A90> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%AA%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C3%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kei4>,
        <http://lexvo.org/id/term/yue/%E9%AA%90>,
        "骐"^^xsd:string ;
    rdfs:comment "piebald horse; excellent horse"@en .

<http://lexvo.org/id/char/9A91> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%AA%91>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C3%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C3%AD%20j%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ke4%20kei4>,
        <http://lexvo.org/id/term/yue/%E9%AA%91>,
        "骑"^^xsd:string ;
    rdfs:comment "ride horseback; mount; cavalry"@en .

<http://lexvo.org/id/char/9A92> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%AA%92>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C3%A8>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fo3>,
        <http://lexvo.org/id/term/yue/%E9%AA%92>,
        "骒"^^xsd:string ;
    rdfs:comment "mother horse"@en .

<http://lexvo.org/id/char/9A93> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%AA%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zhu%C4%AB>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zeoi1>,
        <http://lexvo.org/id/term/yue/%E9%AA%93>,
        "骓"^^xsd:string ;
    rdfs:comment "piebald horse"@en .

<http://lexvo.org/id/char/9A94> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%AA%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C5%8Dng>,
        "骔"^^xsd:string ;
    rdfs:comment "a horse's mane; bristles"@en .

<http://lexvo.org/id/char/9A95> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%AA%95>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C3%B9>,
        <http://lexvo.org/id/term/kor/%E9%AA%95>,
        <http://lexvo.org/id/term/kor/SWUK>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/suk1>,
        <http://lexvo.org/id/term/yue/%E9%AA%95>,
        "骕"^^xsd:string ;
    rdfs:comment "name of a famous horse"@en .

<http://lexvo.org/id/char/9A96> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%AA%96>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C4%81n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/caam1>,
        <http://lexvo.org/id/term/yue/%E9%AA%96>,
        "骖"^^xsd:string ;
    rdfs:comment "two outside ones in three horse"@en .

<http://lexvo.org/id/char/9A97> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%AA%97>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/pi%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/pin3>,
        <http://lexvo.org/id/term/yue/%E9%AA%97>,
        "骗"^^xsd:string ;
    rdfs:comment "swindle, cheat out of, defraud"@en .

<http://lexvo.org/id/char/9A98> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%AA%98>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zat1>,
        <http://lexvo.org/id/term/yue/%E9%AA%98>,
        "骘"^^xsd:string ;
    rdfs:comment "stallion; promote"@en .

<http://lexvo.org/id/char/9A99> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%AA%99>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ku%C3%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kwai4>,
        <http://lexvo.org/id/term/yue/%E9%AA%99>,
        "骙"^^xsd:string ;
    rdfs:comment "(of a horse) lively; vigorous"@en .

<http://lexvo.org/id/char/9A9A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%AA%9A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C4%81o>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C4%81o%20s%C7%8Eo>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sou1>,
        <http://lexvo.org/id/term/yue/%E9%AA%9A>,
        "骚"^^xsd:string ;
    rdfs:comment "harass, bother, annoy, disturb"@en .

<http://lexvo.org/id/char/9A9B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%AA%9B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mou6>,
        <http://lexvo.org/id/term/yue/%E9%AA%9B>,
        "骛"^^xsd:string ;
    rdfs:comment "gallop; rush about; pursue, run"@en .

<http://lexvo.org/id/char/9A9C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C3%A0o>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%C3%A1o%20%C3%A0o>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%AA%9C>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ngou4>,
        <http://lexvo.org/id/term/yue/%E9%AA%9C>,
        "骜"^^xsd:string ;
    rdfs:comment "wild horse, mustang; wild"@en .

<http://lexvo.org/id/char/9A9D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%AA%9D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C3%BA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lau4>,
        <http://lexvo.org/id/term/yue/%E9%AA%9D>,
        "骝"^^xsd:string ;
    rdfs:comment "famous horse"@en .

<http://lexvo.org/id/char/9A9E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%AA%9E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C4%81n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hin1>,
        <http://lexvo.org/id/term/yue/%E9%AA%9E>,
        "骞"^^xsd:string ;
    rdfs:comment "raise, hold high; fly, soar"@en .

<http://lexvo.org/id/char/9A9F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%AA%9F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sin3>,
        <http://lexvo.org/id/term/yue/%E9%AA%9F>,
        "骟"^^xsd:string ;
    rdfs:comment "geld, castrate"@en .

<http://lexvo.org/id/char/9AA0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%AA%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/bi%C4%81o%200875.110%3Api%C3%A0o>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/pi%C3%A0o%20bi%C4%81o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/piu3>,
        <http://lexvo.org/id/term/yue/%E9%AA%A0>,
        "骠"^^xsd:string ;
    rdfs:comment "charger, steed; swift, valiant"@en .

<http://lexvo.org/id/char/9AA1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%AA%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/lu%C3%B3>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lo4>,
        <http://lexvo.org/id/term/yue/%E9%AA%A1>,
        "骡"^^xsd:string ;
    rdfs:comment "mule"@en .

<http://lexvo.org/id/char/9AA2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%AA%A2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C5%8Dng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cung1>,
        <http://lexvo.org/id/term/yue/%E9%AA%A2>,
        "骢"^^xsd:string ;
    rdfs:comment "horse with a bluish white color"@en .

<http://lexvo.org/id/char/9AA3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%AA%A3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C7%8En>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C7%8En%20zh%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cin5>,
        <http://lexvo.org/id/term/yue/%E9%AA%A3>,
        "骣"^^xsd:string ;
    rdfs:comment "horse without saddle"@en .

<http://lexvo.org/id/char/9AA4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%AA%A4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C3%B2u%20zh%C3%B2u>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%B2u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zaau6%20zau6>,
        <http://lexvo.org/id/term/yue/%E9%AA%A4>,
        "骤"^^xsd:string ;
    rdfs:comment "procedure; gallop; sudden(ly)"@en .

<http://lexvo.org/id/char/9AA5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%AA%A5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kei3>,
        <http://lexvo.org/id/term/yue/%E9%AA%A5>,
        "骥"^^xsd:string ;
    rdfs:comment "thoroughbred horse; refined and"@en .

<http://lexvo.org/id/char/9AA6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%AA%A6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/shu%C4%81ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/soeng1>,
        <http://lexvo.org/id/term/yue/%E9%AA%A6>,
        "骦"^^xsd:string ;
    rdfs:comment "horse"@en .

<http://lexvo.org/id/char/9AA7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%AA%A7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C4%81ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/soeng1>,
        <http://lexvo.org/id/term/yue/%E9%AA%A7>,
        "骧"^^xsd:string ;
    rdfs:comment "gallop about with head uplifted"@en .

<http://lexvo.org/id/char/9AA9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%AA%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C4%9Bi>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gei1>,
        <http://lexvo.org/id/term/yue/%E9%AA%A9>,
        "骩"^^xsd:string .

<http://lexvo.org/id/char/9AAA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%AA%AA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C4%9Bi>,
        <http://lexvo.org/id/term/kor/%E9%AA%AA>,
        <http://lexvo.org/id/term/kor/I>,
        "骪"^^xsd:string ;
    rdfs:comment "crooked bones"@en .

<http://lexvo.org/id/char/9AAB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%AA%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C4%9Bi>,
        <http://lexvo.org/id/term/kor/%E9%AA%AB>,
        <http://lexvo.org/id/term/kor/I>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wai2>,
        <http://lexvo.org/id/term/yue/%E9%AA%AB>,
        "骫"^^xsd:string .

<http://lexvo.org/id/char/9AAC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%AA%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%BA>,
        "骬"^^xsd:string .

<http://lexvo.org/id/char/9AAD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%AA%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gon3>,
        <http://lexvo.org/id/term/yue/%E9%AA%AD>,
        "骭"^^xsd:string ;
    rdfs:comment "shin bone"@en .

<http://lexvo.org/id/char/9AAE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%AA%AE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%AC>,
        "骮"^^xsd:string .

<http://lexvo.org/id/char/9AAF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C4%81ng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%C4%81ng%20k%C7%8Eng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%AA%AF>,
        <http://lexvo.org/id/term/kor/%E9%AA%AF>,
        <http://lexvo.org/id/term/kor/HANG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hong4%20ngong1%20ong1>,
        <http://lexvo.org/id/term/yue/%E9%AA%AF>,
        "骯"^^xsd:string ;
    rdfs:comment "dirty"@en .

<http://lexvo.org/id/char/9AB0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%AA%B0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%B3u>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%B3u%20g%C7%94>,
        <http://lexvo.org/id/term/kor/%E9%AA%B0>,
        <http://lexvo.org/id/term/kor/THWU>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sik1%20tau4>,
        <http://lexvo.org/id/term/yue/%E9%AA%B0>,
        "骰"^^xsd:string ;
    rdfs:comment "die, dice"@en .

<http://lexvo.org/id/char/9AB1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%AA%B1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A8%20g%C3%A0%20ji%C3%A8%20ji%C3%A1>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gaai3%20haai6>,
        <http://lexvo.org/id/term/yue/%E9%AA%B1>,
        "骱"^^xsd:string .

<http://lexvo.org/id/char/9AB2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%AA%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C4%81o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/baau6%20biu6>,
        <http://lexvo.org/id/term/yue/%E9%AA%B2>,
        "骲"^^xsd:string ;
    rdfs:comment "(Cant.) to push with the body"@en .

<http://lexvo.org/id/char/9AB3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%AA%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%AC%20b%C3%A8i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bei6>,
        <http://lexvo.org/id/term/yue/%E9%AA%B3>,
        "骳"^^xsd:string .

<http://lexvo.org/id/char/9AB4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%AA%B4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C4%AB%20c%C4%AB>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ci1%20ci3>,
        <http://lexvo.org/id/term/yue/%E9%AA%B4>,
        "骴"^^xsd:string ;
    rdfs:comment "a putrid carcase"@en .

<http://lexvo.org/id/char/9AB5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%AA%B5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C7%90%20t%C4%AB>,
        "骵"^^xsd:string .

<http://lexvo.org/id/char/9AB6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%AA%B6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C7%90>,
        <http://lexvo.org/id/term/kor/%E9%AA%B6>,
        <http://lexvo.org/id/term/kor/CEY%20CE>,
        "骶"^^xsd:string ;
    rdfs:comment "coccyx"@en .

<http://lexvo.org/id/char/9AB7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%AA%B7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C5%AB>,
        <http://lexvo.org/id/term/kor/%E9%AA%B7>,
        <http://lexvo.org/id/term/kor/KO>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fu1>,
        <http://lexvo.org/id/term/yue/%E9%AA%B7>,
        "骷"^^xsd:string ;
    rdfs:comment "skeleton"@en .

<http://lexvo.org/id/char/9AB8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%AA%B8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A1i>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A1i%20g%C4%81i>,
        <http://lexvo.org/id/term/kor/%E9%AA%B8>,
        <http://lexvo.org/id/term/kor/HAY>,
        <http://lexvo.org/id/term/vie/h%C3%A0i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/haai4%20hoi4>,
        <http://lexvo.org/id/term/yue/%E9%AA%B8>,
        "骸"^^xsd:string ;
    rdfs:comment "skeleton, body; leg bone"@en .

<http://lexvo.org/id/char/9AB9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%AA%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C4%81o%20xi%C4%81o>,
        <http://lexvo.org/id/term/kor/%E9%AA%B9>,
        <http://lexvo.org/id/term/kor/KYO%20HYO>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gaau3%20haau1>,
        <http://lexvo.org/id/term/yue/%E9%AA%B9>,
        "骹"^^xsd:string ;
    rdfs:comment "(Cant.) a joint"@en .

<http://lexvo.org/id/char/9ABA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%AA%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C3%B2u%20h%C3%B3u>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%B3u>,
        "骺"^^xsd:string ;
    rdfs:comment "tip of a long bone"@en .

<http://lexvo.org/id/char/9ABB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%AA%BB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ku%C3%A0>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kwaa2%20kwaa3>,
        <http://lexvo.org/id/term/yue/%E9%AA%BB>,
        "骻"^^xsd:string .

<http://lexvo.org/id/char/9ABC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%AA%BC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C3%A9>,
        <http://lexvo.org/id/term/kor/%E9%AA%BC>,
        <http://lexvo.org/id/term/kor/KYEK>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gaak3>,
        <http://lexvo.org/id/term/yue/%E9%AA%BC>,
        "骼"^^xsd:string ;
    rdfs:comment "bone; skeleton; corpse"@en .

<http://lexvo.org/id/char/9ABD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%AA%BD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/tu%C7%90>,
        "骽"^^xsd:string ;
    rdfs:comment "leg, thigh"@en .

<http://lexvo.org/id/char/9ABE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%AA%BE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C4%9Bng>,
        <http://lexvo.org/id/term/vie/ng%E1%BA%A1nh>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gang2%20kang2>,
        <http://lexvo.org/id/term/yue/%E9%AA%BE>,
        "骾"^^xsd:string ;
    rdfs:comment "any object that sticks in throat; bony"@en .

<http://lexvo.org/id/char/9ABF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%AA%BF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/pi%C3%A1n>,
        <http://lexvo.org/id/term/kor/%E9%AA%BF>,
        <http://lexvo.org/id/term/kor/PYEN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/pin4%20ping4>,
        <http://lexvo.org/id/term/yue/%E9%AA%BF>,
        "骿"^^xsd:string .

<http://lexvo.org/id/char/9AC0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%AB%80>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%AC>,
        <http://lexvo.org/id/term/kor/%E9%AB%80>,
        <http://lexvo.org/id/term/kor/PI%20PHYEY>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bei2>,
        <http://lexvo.org/id/term/yue/%E9%AB%80>,
        "髀"^^xsd:string ;
    rdfs:comment "buttocks; thigh, thigh bone"@en .

<http://lexvo.org/id/char/9AC1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%AB%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C4%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C4%93%20ku%C3%A0>,
        <http://lexvo.org/id/term/kor/%E9%AB%81>,
        <http://lexvo.org/id/term/kor/KWA%20HWA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fo1>,
        <http://lexvo.org/id/term/yue/%E9%AB%81>,
        "髁"^^xsd:string ;
    rdfs:comment "thigh bone, hipbone; kneecap"@en .

<http://lexvo.org/id/char/9AC2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%AB%82>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C3%A0%20qi%C3%A0%20g%C3%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C3%A0>,
        <http://lexvo.org/id/term/kor/%E9%AB%82>,
        <http://lexvo.org/id/term/kor/KA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kaa3>,
        <http://lexvo.org/id/term/yue/%E9%AB%82>,
        "髂"^^xsd:string ;
    rdfs:comment "the pelvis"@en .

<http://lexvo.org/id/char/9AC3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%AB%83>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%BA>,
        "髃"^^xsd:string ;
    rdfs:comment "shoulder bone"@en .

<http://lexvo.org/id/char/9AC4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%AB%84>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/su%C7%90>,
        "髄"^^xsd:string ;
    rdfs:comment "bone marrow; essences, substances"@en .

<http://lexvo.org/id/char/9AC5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%AB%85>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%B3u>,
        <http://lexvo.org/id/term/vie/v%C3%A0y%20l%C3%A2u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lau4>,
        <http://lexvo.org/id/term/yue/%E9%AB%85>,
        "髅"^^xsd:string ;
    rdfs:comment "skull; skeleton"@en .

<http://lexvo.org/id/char/9AC6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%AB%86>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%B3>,
        <http://lexvo.org/id/term/kor/%E9%AB%86>,
        <http://lexvo.org/id/term/kor/PAK>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bok3>,
        <http://lexvo.org/id/term/yue/%E9%AB%86>,
        "髆"^^xsd:string ;
    rdfs:comment "shoulder blade"@en .

<http://lexvo.org/id/char/9AC7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%AB%87>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C4%81o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hou1>,
        <http://lexvo.org/id/term/yue/%E9%AB%87>,
        "髇"^^xsd:string .

<http://lexvo.org/id/char/9AC8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%AB%88>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C7%8Eng%200855.040%3Ap%C7%8Eng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%A1ng%20b%C7%8Eng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bong2>,
        <http://lexvo.org/id/term/yue/%E9%AB%88>,
        "髈"^^xsd:string ;
    rdfs:comment "the pelvis, the hip-bone; the humerus; a wing"@en .

<http://lexvo.org/id/char/9AC9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%AB%89>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C5%8D>,
        "髉"^^xsd:string .

<http://lexvo.org/id/char/9ACA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%AB%8A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C4%AB>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ci1>,
        <http://lexvo.org/id/term/yue/%E9%AB%8A>,
        "髊"^^xsd:string .

<http://lexvo.org/id/char/9ACB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%AB%8B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ku%C4%81n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fun1>,
        <http://lexvo.org/id/term/yue/%E9%AB%8B>,
        "髋"^^xsd:string ;
    rdfs:comment "hipbone; hip"@en .

<http://lexvo.org/id/char/9ACC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%AB%8C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%ACn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ban3>,
        <http://lexvo.org/id/term/yue/%E9%AB%8C>,
        "髌"^^xsd:string ;
    rdfs:comment "kneecap"@en .

<http://lexvo.org/id/char/9ACD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%AB%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%B3>,
        "髍"^^xsd:string .

<http://lexvo.org/id/char/9ACE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%AB%8E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C3%A1o>,
        "髎"^^xsd:string ;
    rdfs:comment "hip bone"@en .

<http://lexvo.org/id/char/9ACF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%AB%8F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%B3u>,
        <http://lexvo.org/id/term/kor/%E9%AB%8F>,
        <http://lexvo.org/id/term/kor/LWU>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lau4>,
        <http://lexvo.org/id/term/yue/%E9%AB%8F>,
        "髏"^^xsd:string ;
    rdfs:comment "skull; skeleton"@en .

<http://lexvo.org/id/char/9AD0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%AB%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C3%A1o%20xi%C4%81o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/haau1>,
        <http://lexvo.org/id/term/yue/%E9%AB%90>,
        "髐"^^xsd:string .

<http://lexvo.org/id/char/9AD1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%AB%91>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%BA>,
        <http://lexvo.org/id/term/kor/%E9%AB%91>,
        <http://lexvo.org/id/term/kor/CHOK>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/duk6>,
        <http://lexvo.org/id/term/yue/%E9%AB%91>,
        "髑"^^xsd:string ;
    rdfs:comment "skull"@en .

<http://lexvo.org/id/char/9AD2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%AB%92>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C4%81ng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C4%81ng%20z%C7%8Eng>,
        <http://lexvo.org/id/term/kor/%E9%AB%92>,
        <http://lexvo.org/id/term/kor/CANG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zong1>,
        <http://lexvo.org/id/term/yue/%E9%AB%92>,
        "髒"^^xsd:string ;
    rdfs:comment "dirty; firm; fat"@en .

<http://lexvo.org/id/char/9AD3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%AB%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/su%C7%90>,
        <http://lexvo.org/id/term/kor/%E9%AB%93>,
        <http://lexvo.org/id/term/kor/SWU>,
        <http://lexvo.org/id/term/vie/tu%E1%BB%B7>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/seoi5>,
        <http://lexvo.org/id/term/yue/%E9%AB%93>,
        "髓"^^xsd:string ;
    rdfs:comment "bone marrow; essences, substances"@en .

<http://lexvo.org/id/char/9AD4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%AB%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C4%AB%201129.031%3At%C7%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C7%90%20t%C4%AB>,
        <http://lexvo.org/id/term/kor/%E9%AB%94>,
        <http://lexvo.org/id/term/kor/CHEY>,
        <http://lexvo.org/id/term/vie/th%E1%BB%83>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tai2>,
        <http://lexvo.org/id/term/yue/%E9%AB%94>,
        "體"^^xsd:string ;
    rdfs:comment "body; group, class, body, unit"@en .

<http://lexvo.org/id/char/9AD5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%AB%95>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%ACn>,
        <http://lexvo.org/id/term/kor/%E9%AB%95>,
        <http://lexvo.org/id/term/kor/PIN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ban3>,
        <http://lexvo.org/id/term/yue/%E9%AB%95>,
        "髕"^^xsd:string ;
    rdfs:comment "kneecap"@en .

<http://lexvo.org/id/char/9AD6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%AB%96>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ku%C4%81n>,
        <http://lexvo.org/id/term/kor/%E9%AB%96>,
        <http://lexvo.org/id/term/kor/KWAN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fun1>,
        <http://lexvo.org/id/term/yue/%E9%AB%96>,
        "髖"^^xsd:string ;
    rdfs:comment "hipbone; hip"@en .

<http://lexvo.org/id/char/9AD7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%AB%97>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%BA>,
        <http://lexvo.org/id/term/kor/%E9%AB%97>,
        <http://lexvo.org/id/term/kor/LO>,
        "髗"^^xsd:string ;
    rdfs:comment "the skull; the forehead"@en .

<http://lexvo.org/id/char/9ADA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%AB%9A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C3%A0o>,
        "髚"^^xsd:string .

<http://lexvo.org/id/char/9ADB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%AB%9B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C4%81o>,
        "髛"^^xsd:string .

<http://lexvo.org/id/char/9ADC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%AB%9C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C4%81o>,
        "髜"^^xsd:string .

<http://lexvo.org/id/char/9ADD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%AB%9D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%A0o>,
        "髝"^^xsd:string .

<http://lexvo.org/id/char/9ADE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%AB%9E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C3%A0o>,
        "髞"^^xsd:string ;
    rdfs:comment "high, imposing, eminent"@en .

<http://lexvo.org/id/char/9AE0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%AB%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C5%ABn>,
        "髠"^^xsd:string ;
    rdfs:comment "shave head as punishment; prune"@en .

<http://lexvo.org/id/char/9AE1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%AB%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C5%ABn>,
        <http://lexvo.org/id/term/kor/%E9%AB%A1>,
        <http://lexvo.org/id/term/kor/KON>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kwan1>,
        <http://lexvo.org/id/term/yue/%E9%AB%A1>,
        "髡"^^xsd:string ;
    rdfs:comment "to shear tree; ancient punishment"@en .

<http://lexvo.org/id/char/9AE2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%AB%A2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%AC%20d%C3%AD%20d%C3%AC>,
        "髢"^^xsd:string ;
    rdfs:comment "wig"@en .

<http://lexvo.org/id/char/9AE3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%AB%A3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C7%8Eng>,
        <http://lexvo.org/id/term/kor/%E9%AB%A3>,
        <http://lexvo.org/id/term/kor/PANG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fong2>,
        <http://lexvo.org/id/term/yue/%E9%AB%A3>,
        "髣"^^xsd:string ;
    rdfs:comment "similar to, like"@en .

<http://lexvo.org/id/char/9AE4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%AB%A4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C5%AB>,
        "髤"^^xsd:string .

<http://lexvo.org/id/char/9AE5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%AB%A5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/r%C3%A1n>,
        <http://lexvo.org/id/term/kor/%E9%AB%A5>,
        <http://lexvo.org/id/term/kor/YEM>,
        "髥"^^xsd:string ;
    rdfs:comment "beard; mustache"@en .

<http://lexvo.org/id/char/9AE6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%AB%A6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A1o>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A1o%20l%C3%AD>,
        <http://lexvo.org/id/term/kor/%E9%AB%A6>,
        <http://lexvo.org/id/term/kor/MO>,
        <http://lexvo.org/id/term/vie/mao>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mou4>,
        <http://lexvo.org/id/term/yue/%E9%AB%A6>,
        "髦"^^xsd:string ;
    rdfs:comment "flowing hair of young child"@en .

<http://lexvo.org/id/char/9AE7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%AB%A7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/daam6%20dam3%20jim4>,
        <http://lexvo.org/id/term/yue/%E9%AB%A7>,
        "髧"^^xsd:string ;
    rdfs:comment "long hair; (Cant.) to hang down, droop"@en .

<http://lexvo.org/id/char/9AE8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%AB%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C5%ABn>,
        "髨"^^xsd:string .

<http://lexvo.org/id/char/9AE9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%AB%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%ACn>,
        "髩"^^xsd:string .

<http://lexvo.org/id/char/9AEA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%AB%AA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%A0>,
        "髪"^^xsd:string ;
    rdfs:comment "hair"@en .

<http://lexvo.org/id/char/9AEB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%AB%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ti%C3%A1o>,
        <http://lexvo.org/id/term/kor/%E9%AB%AB>,
        <http://lexvo.org/id/term/kor/CHO>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tiu4>,
        <http://lexvo.org/id/term/yue/%E9%AB%AB>,
        "髫"^^xsd:string ;
    rdfs:comment "children's hair style; a youngster"@en .

<http://lexvo.org/id/char/9AEC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%AB%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C4%AB>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/pei1>,
        <http://lexvo.org/id/term/yue/%E9%AB%AC>,
        "髬"^^xsd:string .

<http://lexvo.org/id/char/9AED> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%AB%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C4%AB>,
        <http://lexvo.org/id/term/kor/%E9%AB%AD>,
        <http://lexvo.org/id/term/kor/CA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zi1>,
        <http://lexvo.org/id/term/yue/%E9%AB%AD>,
        "髭"^^xsd:string ;
    rdfs:comment "mustache"@en .

<http://lexvo.org/id/char/9AEE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%AB%AE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%A0%200297.042%3Af%C7%8E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%A0%20f%C7%8E>,
        <http://lexvo.org/id/term/kor/%E9%AB%AE>,
        <http://lexvo.org/id/term/kor/PAL>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/faat3>,
        <http://lexvo.org/id/term/yue/%E9%AB%AE>,
        "髮"^^xsd:string ;
    rdfs:comment "hair"@en .

<http://lexvo.org/id/char/9AEF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%AB%AF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/r%C3%A1n>,
        <http://lexvo.org/id/term/kor/%E9%AB%AF>,
        <http://lexvo.org/id/term/kor/YEM>,
        <http://lexvo.org/id/term/vie/nh%E1%BA%B9m>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jim4>,
        <http://lexvo.org/id/term/yue/%E9%AB%AF>,
        "髯"^^xsd:string ;
    rdfs:comment "beard; mustache"@en .

<http://lexvo.org/id/char/9AF0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%AB%B0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%AC>,
        <http://lexvo.org/id/term/kor/%E9%AB%B0>,
        <http://lexvo.org/id/term/kor/CHEY>,
        "髰"^^xsd:string .

<http://lexvo.org/id/char/9AF1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%AB%B1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%A0o>,
        "髱"^^xsd:string ;
    rdfs:comment "a topknot, bun, coiled hair-knot"@en .

<http://lexvo.org/id/char/9AF2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%AB%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C4%AB%20b%C3%AC>,
        <http://lexvo.org/id/term/kor/%E9%AB%B2>,
        <http://lexvo.org/id/term/kor/PHI>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bei6>,
        <http://lexvo.org/id/term/yue/%E9%AB%B2>,
        "髲"^^xsd:string ;
    rdfs:comment "a wig"@en .

<http://lexvo.org/id/char/9AF3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%AB%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A1o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/maau4%20mau4>,
        <http://lexvo.org/id/term/yue/%E9%AB%B3>,
        "髳"^^xsd:string ;
    rdfs:comment "state"@en .

<http://lexvo.org/id/char/9AF4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%AB%B4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%BA%20f%C3%A8i>,
        <http://lexvo.org/id/term/kor/%E9%AB%B4>,
        <http://lexvo.org/id/term/kor/PWUL>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fat1>,
        <http://lexvo.org/id/term/yue/%E9%AB%B4>,
        "髴"^^xsd:string ;
    rdfs:comment "disheveled hair; similar to"@en .

<http://lexvo.org/id/char/9AF5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C3%A9r>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%AB%B5>,
        "髵"^^xsd:string ;
    rdfs:comment "whiskers, bristles on the jaws of an animal"@en .

<http://lexvo.org/id/char/9AF6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%AB%B6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/r%C3%B3ng>,
        "髶"^^xsd:string .

<http://lexvo.org/id/char/9AF7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%AB%B7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C5%AB>,
        "髷"^^xsd:string ;
    rdfs:comment "a topknot"@en .

<http://lexvo.org/id/char/9AF8> a lvont:Character ;
    lvont:represents "髸"^^xsd:string .

<http://lexvo.org/id/char/9AF9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%AB%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C5%AB>,
        <http://lexvo.org/id/term/kor/%E9%AB%B9>,
        <http://lexvo.org/id/term/kor/HYU>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jau1>,
        <http://lexvo.org/id/term/yue/%E9%AB%B9>,
        "髹"^^xsd:string ;
    rdfs:comment "red lacquer; to lacquer"@en .

<http://lexvo.org/id/char/9AFA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%AB%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/gu%C3%A0%20ku%C3%B2>,
        <http://lexvo.org/id/term/kor/%E9%AB%BA>,
        <http://lexvo.org/id/term/kor/KWAL>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kut3>,
        <http://lexvo.org/id/term/yue/%E9%AB%BA>,
        "髺"^^xsd:string ;
    rdfs:comment "the hair dishevelled, as in mourning"@en .

<http://lexvo.org/id/char/9AFB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%AB%BB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%AC%20ji%C3%A9>,
        <http://lexvo.org/id/term/kor/%E9%AB%BB>,
        <http://lexvo.org/id/term/kor/KYEY>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gai3>,
        <http://lexvo.org/id/term/yue/%E9%AB%BB>,
        "髻"^^xsd:string ;
    rdfs:comment "hair rolled up in a bun, topknot"@en .

<http://lexvo.org/id/char/9AFC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%AB%BC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%A9ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/pung4>,
        <http://lexvo.org/id/term/yue/%E9%AB%BC>,
        "髼"^^xsd:string .

<http://lexvo.org/id/char/9AFD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%AB%BD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zhu%C4%81>,
        <http://lexvo.org/id/term/kor/%E9%AB%BD>,
        <http://lexvo.org/id/term/kor/CWA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zaa1>,
        <http://lexvo.org/id/term/yue/%E9%AB%BD>,
        "髽"^^xsd:string ;
    rdfs:comment "to dress the hair"@en .

<http://lexvo.org/id/char/9AFE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%AB%BE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C4%81o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/saau1>,
        <http://lexvo.org/id/term/yue/%E9%AB%BE>,
        "髾"^^xsd:string ;
    rdfs:comment "tail of a comet; long hair"@en .

<http://lexvo.org/id/char/9AFF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%AB%BF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C4%81%20su%C5%8D>,
        "髿"^^xsd:string .

<http://lexvo.org/id/char/9B00> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%AC%80>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tai3>,
        <http://lexvo.org/id/term/yue/%E9%AC%80>,
        "鬀"^^xsd:string ;
    rdfs:comment "to shave"@en .

<http://lexvo.org/id/char/9B01> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%AC%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lei1>,
        <http://lexvo.org/id/term/yue/%E9%AC%81>,
        "鬁"^^xsd:string ;
    rdfs:comment "favus"@en .

<http://lexvo.org/id/char/9B02> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%AC%82>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%ACn>,
        <http://lexvo.org/id/term/kor/%E9%AC%82>,
        <http://lexvo.org/id/term/kor/PIN>,
        <http://lexvo.org/id/term/vie/b%E1%BA%A5n>,
        "鬂"^^xsd:string ;
    rdfs:comment "the hair on the temples"@en .

<http://lexvo.org/id/char/9B03> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%AC%83>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C5%8Dng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zung1>,
        <http://lexvo.org/id/term/yue/%E9%AC%83>,
        "鬃"^^xsd:string ;
    rdfs:comment "mane; neck bristles"@en .

<http://lexvo.org/id/char/9B04> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%AC%84>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%AC%20d%C3%AD%20d%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tai3>,
        <http://lexvo.org/id/term/yue/%E9%AC%84>,
        "鬄"^^xsd:string .

<http://lexvo.org/id/char/9B05> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%AC%85>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%A9ng>,
        <http://lexvo.org/id/term/kor/%E9%AC%85>,
        <http://lexvo.org/id/term/kor/PWUL>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lang6%20pang4>,
        <http://lexvo.org/id/term/yue/%E9%AC%85>,
        "鬅"^^xsd:string ;
    rdfs:comment "unkempt hair; loose; flowing hair; (Cant.) 鬅鬠, to be slovenly dressed"@en .

<http://lexvo.org/id/char/9B06> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%AC%86>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C5%8Dng>,
        <http://lexvo.org/id/term/kor/%E9%AC%86>,
        <http://lexvo.org/id/term/kor/SONG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sung1>,
        <http://lexvo.org/id/term/yue/%E9%AC%86>,
        "鬆"^^xsd:string ;
    rdfs:comment "lax, loose; loosen, relax"@en .

<http://lexvo.org/id/char/9B07> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%AC%87>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C4%93ng>,
        "鬇"^^xsd:string .

<http://lexvo.org/id/char/9B08> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%AC%88>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qu%C3%A1n>,
        <http://lexvo.org/id/term/kor/%E9%AC%88>,
        <http://lexvo.org/id/term/kor/KWEN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kyun4>,
        <http://lexvo.org/id/term/yue/%E9%AC%88>,
        "鬈"^^xsd:string ;
    rdfs:comment "fine growth of hair curly hair"@en .

<http://lexvo.org/id/char/9B09> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%AC%89>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C5%8Dng>,
        "鬉"^^xsd:string .

<http://lexvo.org/id/char/9B0A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%AC%8A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%B9n>,
        <http://lexvo.org/id/term/kor/%E9%AC%8A>,
        <http://lexvo.org/id/term/kor/SWUN>,
        "鬊"^^xsd:string .

<http://lexvo.org/id/char/9B0B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%AC%8B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C4%81n%20ji%C7%8En>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C7%8En>,
        <http://lexvo.org/id/term/kor/%E9%AC%8B>,
        <http://lexvo.org/id/term/kor/CEN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zin1>,
        <http://lexvo.org/id/term/yue/%E9%AC%8B>,
        "鬋"^^xsd:string ;
    rdfs:comment "forelock, bangs"@en .

<http://lexvo.org/id/char/9B0C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%AC%8C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/du%C7%92>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/tu%C7%92>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/do2%20do6>,
        <http://lexvo.org/id/term/yue/%E9%AC%8C>,
        "鬌"^^xsd:string ;
    rdfs:comment "tufts of hair left on the heads of children after shaving"@en .

<http://lexvo.org/id/char/9B0D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%AC%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%BA>,
        <http://lexvo.org/id/term/kor/%E9%AC%8D>,
        <http://lexvo.org/id/term/kor/HO>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wu4>,
        <http://lexvo.org/id/term/yue/%E9%AC%8D>,
        "鬍"^^xsd:string ;
    rdfs:comment "beard, mustache, whiskers"@en .

<http://lexvo.org/id/char/9B0E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%AC%8E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%A0>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/laat6>,
        <http://lexvo.org/id/term/yue/%E9%AC%8E>,
        "鬎"^^xsd:string ;
    rdfs:comment "favus, scabies"@en .

<http://lexvo.org/id/char/9B0F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%AC%8F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C5%AB>,
        "鬏"^^xsd:string ;
    rdfs:comment "a coiffure on top of the head"@en .

<http://lexvo.org/id/char/9B10> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%AC%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C3%AD>,
        <http://lexvo.org/id/term/kor/%E9%AC%90>,
        <http://lexvo.org/id/term/kor/KI>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kei4>,
        <http://lexvo.org/id/term/yue/%E9%AC%90>,
        "鬐"^^xsd:string ;
    rdfs:comment "horse's mane; fins"@en .

<http://lexvo.org/id/char/9B11> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%AC%91>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lim4>,
        <http://lexvo.org/id/term/yue/%E9%AC%91>,
        "鬑"^^xsd:string ;
    rdfs:comment "long, flowing hair"@en .

<http://lexvo.org/id/char/9B12> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%AC%92>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C4%9Bn>,
        <http://lexvo.org/id/term/kor/%E9%AC%92>,
        <http://lexvo.org/id/term/kor/CIN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zan2>,
        <http://lexvo.org/id/term/yue/%E9%AC%92>,
        "鬒"^^xsd:string ;
    rdfs:comment "black, glossy hair"@en .

<http://lexvo.org/id/char/9B13> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%AC%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%ACn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ban3>,
        <http://lexvo.org/id/term/yue/%E9%AC%93>,
        "鬓"^^xsd:string ;
    rdfs:comment "hair on temples"@en .

<http://lexvo.org/id/char/9B14> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%AC%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%A9ng>,
        "鬔"^^xsd:string .

<http://lexvo.org/id/char/9B15> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%AC%95>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%B2>,
        "鬕"^^xsd:string .

<http://lexvo.org/id/char/9B16> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%AC%96>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C4%81n>,
        <http://lexvo.org/id/term/kor/%E9%AC%96>,
        <http://lexvo.org/id/term/kor/SAM>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/saam1>,
        <http://lexvo.org/id/term/yue/%E9%AC%96>,
        "鬖"^^xsd:string ;
    rdfs:comment "wild hair"@en .

<http://lexvo.org/id/char/9B17> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%AC%97>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A0n>,
        "鬗"^^xsd:string .

<http://lexvo.org/id/char/9B18> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%AC%98>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A1n>,
        <http://lexvo.org/id/term/kor/%E9%AC%98>,
        <http://lexvo.org/id/term/kor/MAN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/maan4>,
        <http://lexvo.org/id/term/yue/%E9%AC%98>,
        "鬘"^^xsd:string ;
    rdfs:comment "beautiful hair"@en .

<http://lexvo.org/id/char/9B19> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%AC%99>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C4%93ng>,
        <http://lexvo.org/id/term/kor/%E9%AC%99>,
        <http://lexvo.org/id/term/kor/SUNG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zang1>,
        <http://lexvo.org/id/term/yue/%E9%AC%99>,
        "鬙"^^xsd:string ;
    rdfs:comment "matted hair"@en .

<http://lexvo.org/id/char/9B1A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%AC%9A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C5%AB>,
        <http://lexvo.org/id/term/kor/%E9%AC%9A>,
        <http://lexvo.org/id/term/kor/SWU>,
        <http://lexvo.org/id/term/vie/tu>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sou1>,
        <http://lexvo.org/id/term/yue/%E9%AC%9A>,
        "鬚"^^xsd:string ;
    rdfs:comment "beard, whiskers; whisker-like"@en .

<http://lexvo.org/id/char/9B1B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%AC%9B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C3%A8>,
        "鬛"^^xsd:string ;
    rdfs:comment "variant of 鬣 U+9B23, a mane"@en .

<http://lexvo.org/id/char/9B1C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%AC%9C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C4%81n>,
        "鬜"^^xsd:string ;
    rdfs:comment "to go bald"@en .

<http://lexvo.org/id/char/9B1D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%AC%9D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C4%81n>,
        "鬝"^^xsd:string .

<http://lexvo.org/id/char/9B1E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%AC%9E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C3%B3ng>,
        "鬞"^^xsd:string .

<http://lexvo.org/id/char/9B1F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%AC%9F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%A1n>,
        <http://lexvo.org/id/term/kor/%E9%AC%9F>,
        <http://lexvo.org/id/term/kor/HWAN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/waan4>,
        <http://lexvo.org/id/term/yue/%E9%AC%9F>,
        "鬟"^^xsd:string ;
    rdfs:comment "dress hair in coiled knot; maid"@en .

<http://lexvo.org/id/char/9B20> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%AC%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ku%C3%A0i%20ku%C3%B2>,
        <http://lexvo.org/id/term/kor/%E9%AC%A0>,
        <http://lexvo.org/id/term/kor/KWAL>,
        <http://lexvo.org/id/term/vie/xo%C3%A1y>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kut3%20zang3>,
        <http://lexvo.org/id/term/yue/%E9%AC%A0>,
        "鬠"^^xsd:string ;
    rdfs:comment "to make a top knot; (Cant.) 鬅鬠, to be slovenly dressed"@en .

<http://lexvo.org/id/char/9B21> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%AC%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C3%ADng>,
        "鬡"^^xsd:string .

<http://lexvo.org/id/char/9B22> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%AC%A2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%ACn>,
        <http://lexvo.org/id/term/kor/%E9%AC%A2>,
        <http://lexvo.org/id/term/kor/PIN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ban3>,
        <http://lexvo.org/id/term/yue/%E9%AC%A2>,
        "鬢"^^xsd:string ;
    rdfs:comment "hair on temples"@en .

<http://lexvo.org/id/char/9B23> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%AC%A3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C3%A8>,
        <http://lexvo.org/id/term/kor/%E9%AC%A3>,
        <http://lexvo.org/id/term/kor/LYEP>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lip6>,
        <http://lexvo.org/id/term/yue/%E9%AC%A3>,
        "鬣"^^xsd:string ;
    rdfs:comment "horse's mane; fin; human whiskers"@en .

<http://lexvo.org/id/char/9B24> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%AC%A4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/r%C3%A1ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/joeng4>,
        <http://lexvo.org/id/term/yue/%E9%AC%A4>,
        "鬤"^^xsd:string .

<http://lexvo.org/id/char/9B26> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%AC%A6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%B2u>,
        <http://lexvo.org/id/term/vie/%C4%91%E1%BA%A5u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dau3>,
        <http://lexvo.org/id/term/yue/%E9%AC%A6>,
        "鬦"^^xsd:string ;
    rdfs:comment "struggle, fight, compete, contend"@en .

<http://lexvo.org/id/char/9B27> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%AC%A7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C3%A0o>,
        <http://lexvo.org/id/term/kor/%E9%AC%A7>,
        <http://lexvo.org/id/term/kor/LYO%20NYO>,
        <http://lexvo.org/id/term/vie/n%C3%A1o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/naau6>,
        <http://lexvo.org/id/term/yue/%E9%AC%A7>,
        "鬧"^^xsd:string ;
    rdfs:comment "quarrel; dispute hotly"@en .

<http://lexvo.org/id/char/9B28> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%AC%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%B2ng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%B2ng%20xi%C3%A0ng%20h%C5%8Dng%20h%C7%92ng>,
        <http://lexvo.org/id/term/kor/%E9%AC%A8>,
        <http://lexvo.org/id/term/kor/HONG%20HANG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hung6>,
        <http://lexvo.org/id/term/yue/%E9%AC%A8>,
        "鬨"^^xsd:string ;
    rdfs:comment "boisterous; clamor, noise"@en .

<http://lexvo.org/id/char/9B29> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%AC%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C3%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C3%AC%20h%C3%A8>,
        <http://lexvo.org/id/term/kor/%E9%AC%A9>,
        <http://lexvo.org/id/term/kor/HYEK>,
        <http://lexvo.org/id/term/vie/hu%C3%BDch>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jik1>,
        <http://lexvo.org/id/term/yue/%E9%AC%A9>,
        "鬩"^^xsd:string ;
    rdfs:comment "feud, fight, quarrel"@en .

<http://lexvo.org/id/char/9B2A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%AC%AA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%B2u>,
        <http://lexvo.org/id/term/kor/%E9%AC%AA>,
        <http://lexvo.org/id/term/kor/THWU>,
        <http://lexvo.org/id/term/vie/%C4%91%E1%BA%A5u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dau3>,
        <http://lexvo.org/id/term/yue/%E9%AC%AA>,
        "鬪"^^xsd:string ;
    rdfs:comment "struggle, fight, compete, contend"@en .

<http://lexvo.org/id/char/9B2B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%AC%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C7%8En%20k%C7%8En%20k%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/haam2>,
        <http://lexvo.org/id/term/yue/%E9%AC%AB>,
        "鬫"^^xsd:string .

<http://lexvo.org/id/char/9B2C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%AC%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%B2u>,
        "鬬"^^xsd:string ;
    rdfs:comment "struggle"@en .

<http://lexvo.org/id/char/9B2D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%AC%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%B2u>,
        <http://lexvo.org/id/term/vie/%C4%91%E1%BA%A5u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dau3>,
        <http://lexvo.org/id/term/yue/%E9%AC%AD>,
        "鬭"^^xsd:string ;
    rdfs:comment "struggle, fight, compete, contend; (Cant.) woodwork, carpentry"@en .

<http://lexvo.org/id/char/9B2E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%AC%AE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C5%AB>,
        <http://lexvo.org/id/term/kor/%E9%AC%AE>,
        <http://lexvo.org/id/term/kor/KWU>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gau1>,
        <http://lexvo.org/id/term/yue/%E9%AC%AE>,
        "鬮"^^xsd:string ;
    rdfs:comment "lots (to be drawn); draw lots"@en .

<http://lexvo.org/id/char/9B30> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%AC%B0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%B9>,
        <http://lexvo.org/id/term/kor/%E9%AC%B0>,
        <http://lexvo.org/id/term/kor/WUL>,
        "鬰"^^xsd:string ;
    rdfs:comment "luxuriant; dense, thick; moody"@en .

<http://lexvo.org/id/char/9B31> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%AC%B1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%B9>,
        <http://lexvo.org/id/term/kor/%E9%AC%B1>,
        <http://lexvo.org/id/term/kor/WUL>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wat1>,
        <http://lexvo.org/id/term/yue/%E9%AC%B1>,
        "鬱"^^xsd:string ;
    rdfs:comment "luxuriant; dense, thick; moody"@en .

<http://lexvo.org/id/char/9B33> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%AC%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ju%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jin6>,
        <http://lexvo.org/id/term/yue/%E9%AC%B3>,
        "鬳"^^xsd:string .

<http://lexvo.org/id/char/9B34> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%AC%B4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C7%94>,
        "鬴"^^xsd:string ;
    rdfs:comment "pot"@en .

<http://lexvo.org/id/char/9B35> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%AC%B5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C3%A1n%20x%C3%ADn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cam4%20cim4>,
        <http://lexvo.org/id/term/yue/%E9%AC%B5>,
        "鬵"^^xsd:string ;
    rdfs:comment "big iron pot, caldron"@en .

<http://lexvo.org/id/char/9B36> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%AC%B6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/gu%C4%AB>,
        "鬶"^^xsd:string .

<http://lexvo.org/id/char/9B37> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%AC%B7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C5%8Dng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zung1>,
        <http://lexvo.org/id/term/yue/%E9%AC%B7>,
        "鬷"^^xsd:string ;
    rdfs:comment "pot"@en .

<http://lexvo.org/id/char/9B38> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%AC%B8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C3%B9>,
        "鬸"^^xsd:string .

<http://lexvo.org/id/char/9B39> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%AC%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/gu%C4%AB>,
        "鬹"^^xsd:string .

<http://lexvo.org/id/char/9B3A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%AC%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C4%81ng>,
        <http://lexvo.org/id/term/kor/%E9%AC%BA>,
        <http://lexvo.org/id/term/kor/SANG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/soeng1>,
        <http://lexvo.org/id/term/yue/%E9%AC%BA>,
        "鬺"^^xsd:string .

<http://lexvo.org/id/char/9B3B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%AC%BB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%B9%20zh%C5%8Du%20zh%C7%94%20zh%C3%B9%20j%C5%AB>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/juk6>,
        <http://lexvo.org/id/term/yue/%E9%AC%BB>,
        "鬻"^^xsd:string ;
    rdfs:comment "sell; child, childish; nourish"@en .

<http://lexvo.org/id/char/9B3D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%AC%BD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A8i>,
        "鬽"^^xsd:string .

<http://lexvo.org/id/char/9B3E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%AC%BE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gei6>,
        <http://lexvo.org/id/term/yue/%E9%AC%BE>,
        "鬾"^^xsd:string .

<http://lexvo.org/id/char/9B3F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%AC%BF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C3%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kei4>,
        <http://lexvo.org/id/term/yue/%E9%AC%BF>,
        "鬿"^^xsd:string .

<http://lexvo.org/id/char/9B40> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%AD%80>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%A8>,
        "魀"^^xsd:string .

<http://lexvo.org/id/char/9B41> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%AD%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ku%C3%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ku%C3%AD%20ku%C7%90%20ku%C3%A0i>,
        <http://lexvo.org/id/term/kor/%E9%AD%81>,
        <http://lexvo.org/id/term/kor/KOY>,
        <http://lexvo.org/id/term/vie/kh%C3%B4i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fui1>,
        <http://lexvo.org/id/term/yue/%E9%AD%81>,
        "魁"^^xsd:string ;
    rdfs:comment "chief; leader; best; monstrous"@en .

<http://lexvo.org/id/char/9B42> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%AD%82>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%BAn>,
        <http://lexvo.org/id/term/kor/%E9%AD%82>,
        <http://lexvo.org/id/term/kor/HON>,
        <http://lexvo.org/id/term/vie/h%E1%BB%93n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wan4>,
        <http://lexvo.org/id/term/yue/%E9%AD%82>,
        "魂"^^xsd:string ;
    rdfs:comment "soul, spirit"@en .

<http://lexvo.org/id/char/9B43> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%AD%83>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%A1>,
        <http://lexvo.org/id/term/kor/%E9%AD%83>,
        <http://lexvo.org/id/term/kor/PAL>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/baat6>,
        <http://lexvo.org/id/term/yue/%E9%AD%83>,
        "魃"^^xsd:string ;
    rdfs:comment "drought demon"@en .

<http://lexvo.org/id/char/9B44> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%AD%84>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%B3%200887.020%3Ap%C3%B2%201175.020%3Atu%C3%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%B2%20b%C3%B3%20tu%C3%B2>,
        <http://lexvo.org/id/term/kor/%E9%AD%84>,
        <http://lexvo.org/id/term/kor/PAYK>,
        <http://lexvo.org/id/term/vie/ph%C3%A1ch>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bok3%20paak3%20tok3>,
        <http://lexvo.org/id/term/yue/%E9%AD%84>,
        "魄"^^xsd:string ;
    rdfs:comment "vigor; body; dark part of moon"@en .

<http://lexvo.org/id/char/9B45> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%AD%85>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A8i>,
        <http://lexvo.org/id/term/kor/%E9%AD%85>,
        <http://lexvo.org/id/term/kor/MAY>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mei6%20mui6>,
        <http://lexvo.org/id/term/yue/%E9%AD%85>,
        "魅"^^xsd:string ;
    rdfs:comment "kind of forest demon, elf"@en .

<http://lexvo.org/id/char/9B46> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%AD%86>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C3%B9%20x%C5%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C5%AB>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fat1%20jyut6>,
        <http://lexvo.org/id/term/yue/%E9%AD%86>,
        "魆"^^xsd:string ;
    rdfs:comment "black"@en .

<http://lexvo.org/id/char/9B47> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%AD%87>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%8En>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jim2>,
        <http://lexvo.org/id/term/yue/%E9%AD%87>,
        "魇"^^xsd:string ;
    rdfs:comment "nightmare, bad dreams"@en .

<http://lexvo.org/id/char/9B48> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%AD%88>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C4%81o>,
        <http://lexvo.org/id/term/kor/%E9%AD%88>,
        <http://lexvo.org/id/term/kor/SO>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/siu1>,
        <http://lexvo.org/id/term/yue/%E9%AD%88>,
        "魈"^^xsd:string ;
    rdfs:comment "mischevious, one footed spirit that dwells in the mountains"@en .

<http://lexvo.org/id/char/9B49> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%AD%89>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C7%8Eng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/loeng5>,
        <http://lexvo.org/id/term/yue/%E9%AD%89>,
        "魉"^^xsd:string ;
    rdfs:comment "a kind of monster"@en .

<http://lexvo.org/id/char/9B4A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%AD%8A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wik6>,
        <http://lexvo.org/id/term/yue/%E9%AD%8A>,
        "魊"^^xsd:string ;
    rdfs:comment "a mythical creature said hurl san"@en .

<http://lexvo.org/id/char/9B4B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%AD%8B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/tu%C3%AD%20chu%C3%AD%20zhu%C4%AB>,
        <http://lexvo.org/id/term/kor/%E9%AD%8B>,
        <http://lexvo.org/id/term/kor/CHWU>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/teoi4>,
        <http://lexvo.org/id/term/yue/%E9%AD%8B>,
        "魋"^^xsd:string ;
    rdfs:comment "bear"@en .

<http://lexvo.org/id/char/9B4C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%AD%8C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C4%AB>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hei1%20kei1>,
        <http://lexvo.org/id/term/yue/%E9%AD%8C>,
        "魌"^^xsd:string .

<http://lexvo.org/id/char/9B4D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%AD%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C7%8Eng>,
        <http://lexvo.org/id/term/kor/%E9%AD%8D>,
        <http://lexvo.org/id/term/kor/MANG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mong5>,
        <http://lexvo.org/id/term/yue/%E9%AD%8D>,
        "魍"^^xsd:string ;
    rdfs:comment "demons, mountain spirits"@en .

<http://lexvo.org/id/char/9B4E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%AD%8E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C7%8Eng>,
        <http://lexvo.org/id/term/kor/%E9%AD%8E>,
        <http://lexvo.org/id/term/kor/LYANG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/loeng5>,
        <http://lexvo.org/id/term/yue/%E9%AD%8E>,
        "魎"^^xsd:string ;
    rdfs:comment "a kind of monster"@en .

<http://lexvo.org/id/char/9B4F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%AD%8F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C3%A8i>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C3%A8i%20w%C3%A9i%20w%C4%93i>,
        <http://lexvo.org/id/term/kor/%E9%AD%8F>,
        <http://lexvo.org/id/term/kor/WI>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ngai6>,
        <http://lexvo.org/id/term/yue/%E9%AD%8F>,
        "魏"^^xsd:string ;
    rdfs:comment "kingdom of Wei; surname"@en .

<http://lexvo.org/id/char/9B50> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%AD%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C4%81n>,
        "魐"^^xsd:string .

<http://lexvo.org/id/char/9B51> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%AD%91>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C4%AB>,
        <http://lexvo.org/id/term/kor/%E9%AD%91>,
        <http://lexvo.org/id/term/kor/LI>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ci1>,
        <http://lexvo.org/id/term/yue/%E9%AD%91>,
        "魑"^^xsd:string ;
    rdfs:comment "a mountain demon resembling a tiger"@en .

<http://lexvo.org/id/char/9B52> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%AD%92>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/pi%C4%81o>,
        "魒"^^xsd:string .

<http://lexvo.org/id/char/9B53> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%AD%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%AC>,
        "魓"^^xsd:string .

<http://lexvo.org/id/char/9B54> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%AD%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%B3>,
        <http://lexvo.org/id/term/kor/%E9%AD%94>,
        <http://lexvo.org/id/term/kor/MA>,
        <http://lexvo.org/id/term/vie/ma>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mo1>,
        <http://lexvo.org/id/term/yue/%E9%AD%94>,
        "魔"^^xsd:string ;
    rdfs:comment "demon, evil spirits; magic power"@en .

<http://lexvo.org/id/char/9B55> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%AD%95>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C7%90>,
        "魕"^^xsd:string .

<http://lexvo.org/id/char/9B56> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%AD%96>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C5%AB>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/heoi1>,
        <http://lexvo.org/id/term/yue/%E9%AD%96>,
        "魖"^^xsd:string .

<http://lexvo.org/id/char/9B57> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%AD%97>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C7%92u%20ch%C3%B3u>,
        "魗"^^xsd:string .

<http://lexvo.org/id/char/9B58> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%AD%98>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%8En>,
        <http://lexvo.org/id/term/kor/%E9%AD%98>,
        <http://lexvo.org/id/term/kor/YEM>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jim2>,
        <http://lexvo.org/id/term/yue/%E9%AD%98>,
        "魘"^^xsd:string ;
    rdfs:comment "nightmare, bad dreams"@en .

<http://lexvo.org/id/char/9B59> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%AD%99>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C7%8En%20ji%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zim6>,
        <http://lexvo.org/id/term/yue/%E9%AD%99>,
        "魙"^^xsd:string .

<http://lexvo.org/id/char/9B5B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%AD%9B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C4%81o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dou1>,
        <http://lexvo.org/id/term/yue/%E9%AD%9B>,
        "魛"^^xsd:string ;
    rdfs:comment "the mullet"@en .

<http://lexvo.org/id/char/9B5C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%AD%9C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/r%C3%A9n>,
        <http://lexvo.org/id/term/kor/%E9%AD%9C>,
        <http://lexvo.org/id/term/kor/IN>,
        "魜"^^xsd:string ;
    rdfs:comment "mermaid; manatee"@en .

<http://lexvo.org/id/char/9B5D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%AD%9D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%AC>,
        "魝"^^xsd:string .

<http://lexvo.org/id/char/9B5E> a lvont:Character ;
    lvont:represents "魞"^^xsd:string ;
    rdfs:comment "fish trap"@en .

<http://lexvo.org/id/char/9B5F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%AD%9F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C5%8Dng%20h%C3%B3ng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%B3ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gung1%20hung4>,
        <http://lexvo.org/id/term/yue/%E9%AD%9F>,
        "魟"^^xsd:string ;
    rdfs:comment "a ray, skate"@en .

<http://lexvo.org/id/char/9B60> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%AD%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/tu%C3%B3%20tu%C5%8D>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tok3>,
        <http://lexvo.org/id/term/yue/%E9%AD%A0>,
        "魠"^^xsd:string .

<http://lexvo.org/id/char/9B61> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%AD%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/di%C3%A0o>,
        "魡"^^xsd:string .

<http://lexvo.org/id/char/9B62> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%AD%A2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C7%90>,
        "魢"^^xsd:string ;
    rdfs:comment "name of fish"@en .

<http://lexvo.org/id/char/9B63> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%AD%A3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C3%B9%20y%C3%BA>,
        "魣"^^xsd:string .

<http://lexvo.org/id/char/9B64> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C3%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%AD%A4>,
        "魤"^^xsd:string .

<http://lexvo.org/id/char/9B65> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C3%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%AD%A5>,
        "魥"^^xsd:string .

<http://lexvo.org/id/char/9B66> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%AD%A6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C4%81>,
        <http://lexvo.org/id/term/kor/%E9%AD%A6>,
        <http://lexvo.org/id/term/kor/SA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/saa1>,
        <http://lexvo.org/id/term/yue/%E9%AD%A6>,
        "魦"^^xsd:string ;
    rdfs:comment "shark family, including some rays and skates"@en .

<http://lexvo.org/id/char/9B67> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%AD%A7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A1ng>,
        "魧"^^xsd:string .

<http://lexvo.org/id/char/9B68> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%AD%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%BAn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tyun4>,
        <http://lexvo.org/id/term/yue/%E9%AD%A8>,
        "魨"^^xsd:string ;
    rdfs:comment "blowfish, globefish, Spheroides vermicular"@en .

<http://lexvo.org/id/char/9B69> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%AD%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%B2>,
        "魩"^^xsd:string .

<http://lexvo.org/id/char/9B6A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%AD%AA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%A8>,
        "魪"^^xsd:string .

<http://lexvo.org/id/char/9B6B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%AD%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C4%9Bn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cam4>,
        <http://lexvo.org/id/term/yue/%E9%AD%AB>,
        "魫"^^xsd:string ;
    rdfs:comment "the young of fish"@en .

<http://lexvo.org/id/char/9B6C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%AD%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C7%8En%20b%C7%8En>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/baan2>,
        <http://lexvo.org/id/term/yue/%E9%AD%AC>,
        "魬"^^xsd:string ;
    rdfs:comment "sole or flounder"@en .

<http://lexvo.org/id/char/9B6D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%AD%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/yu%C3%A1n%20w%C7%8En>,
        "魭"^^xsd:string .

<http://lexvo.org/id/char/9B6E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%AD%AE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%AD%20p%C3%AD>,
        "魮"^^xsd:string .

<http://lexvo.org/id/char/9B6F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%AD%AF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C7%94%20l%C7%9A>,
        <http://lexvo.org/id/term/kor/%E9%AD%AF>,
        <http://lexvo.org/id/term/kor/LO>,
        <http://lexvo.org/id/term/vie/l%E1%BB%97>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lou5>,
        <http://lexvo.org/id/term/yue/%E9%AD%AF>,
        "魯"^^xsd:string ;
    rdfs:comment "foolish, stupid, rash; vulgar"@en .

<http://lexvo.org/id/char/9B70> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%AD%B0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C3%A9n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/man4>,
        <http://lexvo.org/id/term/yue/%E9%AD%B0>,
        "魰"^^xsd:string ;
    rdfs:comment "the flying-fish"@en .

<http://lexvo.org/id/char/9B71> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%AD%B1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%BA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wu4%20wu6>,
        <http://lexvo.org/id/term/yue/%E9%AD%B1>,
        "魱"^^xsd:string .

<http://lexvo.org/id/char/9B72> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%AD%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%BA>,
        "魲"^^xsd:string ;
    rdfs:comment "fish name"@en .

<http://lexvo.org/id/char/9B73> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%AD%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C3%A1>,
        "魳"^^xsd:string ;
    rdfs:comment "a barracuda"@en .

<http://lexvo.org/id/char/9B74> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%AD%B4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%A1ng>,
        <http://lexvo.org/id/term/kor/%E9%AD%B4>,
        <http://lexvo.org/id/term/kor/PANG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fong4>,
        <http://lexvo.org/id/term/yue/%E9%AD%B4>,
        "魴"^^xsd:string ;
    rdfs:comment "bream"@en .

<http://lexvo.org/id/char/9B75> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%AD%B5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%A9n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fan4%20fan5>,
        <http://lexvo.org/id/term/yue/%E9%AD%B5>,
        "魵"^^xsd:string ;
    rdfs:comment "shrimp"@en .

<http://lexvo.org/id/char/9B76> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%AD%B6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C3%A0>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/naap6>,
        <http://lexvo.org/id/term/yue/%E9%AD%B6>,
        "魶"^^xsd:string .

<http://lexvo.org/id/char/9B77> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%AD%B7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%B3u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jau4>,
        <http://lexvo.org/id/term/yue/%E9%AD%B7>,
        "魷"^^xsd:string ;
    rdfs:comment "cuttlefish"@en .

<http://lexvo.org/id/char/9B78> a lvont:Character ;
    lvont:represents "魸"^^xsd:string .

<http://lexvo.org/id/char/9B79> a lvont:Character ;
    lvont:represents "魹"^^xsd:string .

<http://lexvo.org/id/char/9B7A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%AD%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A9>,
        "魺"^^xsd:string .

<http://lexvo.org/id/char/9B7B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%AD%BB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A1>,
        "魻"^^xsd:string .

<http://lexvo.org/id/char/9B7C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%AD%BC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C5%AB>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/heoi1%20keoi1>,
        <http://lexvo.org/id/term/yue/%E9%AD%BC>,
        "魼"^^xsd:string .

<http://lexvo.org/id/char/9B7D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%AD%BD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C4%81n>,
        "魽"^^xsd:string .

<http://lexvo.org/id/char/9B7E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%AD%BE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%AD%20p%C4%AB>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/pei1%20pei4>,
        <http://lexvo.org/id/term/yue/%E9%AD%BE>,
        "魾"^^xsd:string .

<http://lexvo.org/id/char/9B7F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%AD%BF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%ADng>,
        "魿"^^xsd:string .

<http://lexvo.org/id/char/9B80> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%AE%80>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/tu%C3%B3>,
        <http://lexvo.org/id/term/kor/%E9%AE%80>,
        <http://lexvo.org/id/term/kor/THA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/to4>,
        <http://lexvo.org/id/term/yue/%E9%AE%80>,
        "鮀"^^xsd:string ;
    rdfs:comment "snakefish"@en .

<http://lexvo.org/id/char/9B81> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%AE%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C5%8D%20b%C3%A0>,
        "鮁"^^xsd:string ;
    rdfs:comment "the bonito"@en .

<http://lexvo.org/id/char/9B82> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%AE%82>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C3%BA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cau4>,
        <http://lexvo.org/id/term/yue/%E9%AE%82>,
        "鮂"^^xsd:string .

<http://lexvo.org/id/char/9B83> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%AE%83>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%ADng>,
        <http://lexvo.org/id/term/kor/%E9%AE%83>,
        <http://lexvo.org/id/term/kor/PHYENG>,
        "鮃"^^xsd:string ;
    rdfs:comment "a flatfish, flounder"@en .

<http://lexvo.org/id/char/9B84> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%AE%84>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%BA>,
        "鮄"^^xsd:string ;
    rdfs:comment "gurnard"@en .

<http://lexvo.org/id/char/9B85> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%AE%85>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bit1>,
        <http://lexvo.org/id/term/yue/%E9%AE%85>,
        "鮅"^^xsd:string .

<http://lexvo.org/id/char/9B86> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%AE%86>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C7%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cai5%20zai1>,
        <http://lexvo.org/id/term/yue/%E9%AE%86>,
        "鮆"^^xsd:string ;
    rdfs:comment "fish"@en .

<http://lexvo.org/id/char/9B87> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%AE%87>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C3%A8i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mei6>,
        <http://lexvo.org/id/term/yue/%E9%AE%87>,
        "鮇"^^xsd:string .

<http://lexvo.org/id/char/9B88> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%AE%88>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C5%AB>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/keoi1>,
        <http://lexvo.org/id/term/yue/%E9%AE%88>,
        "鮈"^^xsd:string .

<http://lexvo.org/id/char/9B89> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%AE%89>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/di%C4%81o>,
        <http://lexvo.org/id/term/vie/qu%E1%BA%B3ng%20ch%E1%BA%A1o>,
        "鮉"^^xsd:string ;
    rdfs:comment "bream"@en .

<http://lexvo.org/id/char/9B8A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%AE%8A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%B3%20b%C3%A0>,
        "鮊"^^xsd:string .

<http://lexvo.org/id/char/9B8B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%AE%8B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%B3u>,
        "鮋"^^xsd:string .

<http://lexvo.org/id/char/9B8C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%AE%8C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C7%94n>,
        "鮌"^^xsd:string .

<http://lexvo.org/id/char/9B8D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%AE%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C4%AB%20p%C3%AD>,
        "鮍"^^xsd:string .

<http://lexvo.org/id/char/9B8E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%AE%8E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ni%C3%A1n>,
        <http://lexvo.org/id/term/kor/%E9%AE%8E>,
        <http://lexvo.org/id/term/kor/CEM>,
        "鮎"^^xsd:string ;
    rdfs:comment "sheatfish, parasilurus asotus"@en .

<http://lexvo.org/id/char/9B8F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%AE%8F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C4%ABng>,
        "鮏"^^xsd:string .

<http://lexvo.org/id/char/9B90> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%AE%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%A1i>,
        <http://lexvo.org/id/term/kor/%E9%AE%90>,
        <http://lexvo.org/id/term/kor/THAY>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/toi4>,
        <http://lexvo.org/id/term/yue/%E9%AE%90>,
        "鮐"^^xsd:string ;
    rdfs:comment "blowfish, globefish, tetraodon"@en .

<http://lexvo.org/id/char/9B91> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%AE%91>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%A0o%20b%C4%81o%20p%C4%81o>,
        <http://lexvo.org/id/term/kor/%E9%AE%91>,
        <http://lexvo.org/id/term/kor/PHO>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/baau1%20baau6>,
        <http://lexvo.org/id/term/yue/%E9%AE%91>,
        "鮑"^^xsd:string ;
    rdfs:comment "abalone; dried fish; surname"@en .

<http://lexvo.org/id/char/9B92> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%AE%92>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%B9>,
        <http://lexvo.org/id/term/kor/%E9%AE%92>,
        <http://lexvo.org/id/term/kor/PWU>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fu6>,
        <http://lexvo.org/id/term/yue/%E9%AE%92>,
        "鮒"^^xsd:string ;
    rdfs:comment "carp, carassicus auratus"@en .

<http://lexvo.org/id/char/9B93> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%AE%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C7%8E%20zh%C3%A0>,
        <http://lexvo.org/id/term/kor/%E9%AE%93>,
        <http://lexvo.org/id/term/kor/CA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zaa2>,
        <http://lexvo.org/id/term/yue/%E9%AE%93>,
        "鮓"^^xsd:string ;
    rdfs:comment "minced and salted fish; to preserve"@en .

<http://lexvo.org/id/char/9B94> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%AE%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%B9>,
        "鮔"^^xsd:string .

<http://lexvo.org/id/char/9B95> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%AE%95>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C5%AB>,
        "鮕"^^xsd:string .

<http://lexvo.org/id/char/9B96> a lvont:Character ;
    lvont:represents "鮖"^^xsd:string .

<http://lexvo.org/id/char/9B97> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/kor/%E9%AE%97>,
        <http://lexvo.org/id/term/kor/TONG>,
        "鮗"^^xsd:string .

<http://lexvo.org/id/char/9B98> a lvont:Character ;
    lvont:represents "鮘"^^xsd:string .

<http://lexvo.org/id/char/9B99> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%AE%99>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%A0>,
        "鮙"^^xsd:string .

<http://lexvo.org/id/char/9B9A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%AE%9A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%A9%20qi%C3%A0>,
        <http://lexvo.org/id/term/kor/%E9%AE%9A>,
        <http://lexvo.org/id/term/kor/KIL>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/git3>,
        <http://lexvo.org/id/term/yue/%E9%AE%9A>,
        "鮚"^^xsd:string ;
    rdfs:comment "clam; oyster"@en .

<http://lexvo.org/id/char/9B9B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%AE%9B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%B9%20sh%C5%AB>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/suk1>,
        <http://lexvo.org/id/term/yue/%E9%AE%9B>,
        "鮛"^^xsd:string .

<http://lexvo.org/id/char/9B9C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%AE%9C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%B2u>,
        "鮜"^^xsd:string .

<http://lexvo.org/id/char/9B9D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%AE%9D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C7%8Eng%20zh%C3%A8n>,
        <http://lexvo.org/id/term/kor/%E9%AE%9D>,
        <http://lexvo.org/id/term/kor/SANG>,
        "鮝"^^xsd:string ;
    rdfs:comment "dried fish"@en .

<http://lexvo.org/id/char/9B9E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C3%A9r>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%AE%9E>,
        <http://lexvo.org/id/term/kor/%E9%AE%9E>,
        <http://lexvo.org/id/term/kor/I>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ji4>,
        <http://lexvo.org/id/term/yue/%E9%AE%9E>,
        "鮞"^^xsd:string ;
    rdfs:comment "roe"@en .

<http://lexvo.org/id/char/9B9F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C3%A0n%20y%C7%8En>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%AE%9F>,
        <http://lexvo.org/id/term/kor/%E9%AE%9F>,
        <http://lexvo.org/id/term/kor/AN>,
        "鮟"^^xsd:string ;
    rdfs:comment "anglerfish"@en .

<http://lexvo.org/id/char/9BA0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%AE%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C3%A9i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ngai4%20wai4>,
        <http://lexvo.org/id/term/yue/%E9%AE%A0>,
        "鮠"^^xsd:string ;
    rdfs:comment "a kind of shad with a head like a sturgeon"@en .

<http://lexvo.org/id/char/9BA1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%AE%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ti%C4%81o%20zh%C3%A0o>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%A0o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/siu6>,
        <http://lexvo.org/id/term/yue/%E9%AE%A1>,
        "鮡"^^xsd:string .

<http://lexvo.org/id/char/9BA2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%AE%A2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C5%AB>,
        "鮢"^^xsd:string .

<http://lexvo.org/id/char/9BA3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%AE%A3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%ACn>,
        "鮣"^^xsd:string .

<http://lexvo.org/id/char/9BA4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%AE%A4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C3%A8>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lit6>,
        <http://lexvo.org/id/term/yue/%E9%AE%A4>,
        "鮤"^^xsd:string .

<http://lexvo.org/id/char/9BA5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%AE%A5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/lu%C3%B2>,
        "鮥"^^xsd:string .

<http://lexvo.org/id/char/9BA6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%AE%A6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%B3ng%20zh%C3%B2u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dung4%20tung3%20zau6>,
        <http://lexvo.org/id/term/yue/%E9%AE%A6>,
        "鮦"^^xsd:string ;
    rdfs:comment "snakefish"@en .

<http://lexvo.org/id/char/9BA7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%AE%A7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%AD%20t%C3%AD>,
        <http://lexvo.org/id/term/kor/%E9%AE%A7>,
        <http://lexvo.org/id/term/kor/CEY%20I>,
        "鮧"^^xsd:string ;
    rdfs:comment "the sheat fish"@en .

<http://lexvo.org/id/char/9BA8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%AE%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C3%AD%20y%C3%AC%20zh%C4%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%AC>,
        <http://lexvo.org/id/term/kor/%E9%AE%A8>,
        <http://lexvo.org/id/term/kor/CI>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kei4%20ngai6%20zi1>,
        <http://lexvo.org/id/term/yue/%E9%AE%A8>,
        "鮨"^^xsd:string ;
    rdfs:comment "seasoned rice mixed with fish or vegetables"@en .

<http://lexvo.org/id/char/9BA9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%AE%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%ACng>,
        "鮩"^^xsd:string .

<http://lexvo.org/id/char/9BAA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%AE%AA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C4%9Bi>,
        <http://lexvo.org/id/term/kor/%E9%AE%AA>,
        <http://lexvo.org/id/term/kor/YU>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fui2>,
        <http://lexvo.org/id/term/yue/%E9%AE%AA>,
        "鮪"^^xsd:string ;
    rdfs:comment "kind of sturgeon, tuna"@en .

<http://lexvo.org/id/char/9BAB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%AE%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C4%81o%20ji%C7%8Eo>,
        <http://lexvo.org/id/term/kor/%E9%AE%AB>,
        <http://lexvo.org/id/term/kor/KYO>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gaau1>,
        <http://lexvo.org/id/term/yue/%E9%AE%AB>,
        "鮫"^^xsd:string ;
    rdfs:comment "shark"@en .

<http://lexvo.org/id/char/9BAC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%AE%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%B9%20k%C5%AB>,
        "鮬"^^xsd:string .

<http://lexvo.org/id/char/9BAD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%AE%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/gu%C4%AB%20w%C4%81%20xi%C3%A9%20ku%C3%AD%20hu%C3%A0>,
        <http://lexvo.org/id/term/kor/%E9%AE%AD>,
        <http://lexvo.org/id/term/kor/HAY>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gwai1>,
        <http://lexvo.org/id/term/yue/%E9%AE%AD>,
        "鮭"^^xsd:string ;
    rdfs:comment "salmon; spheroides vermicularis"@en .

<http://lexvo.org/id/char/9BAE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%AE%AE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C4%81n%20xi%C7%8En%20xi%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E9%AE%AE>,
        <http://lexvo.org/id/term/kor/SEN>,
        <http://lexvo.org/id/term/vie/ti%C3%AAn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sin1%20sin2>,
        <http://lexvo.org/id/term/yue/%E9%AE%AE>,
        "鮮"^^xsd:string ;
    rdfs:comment "fresh, new, delicious; rare, few"@en .

<http://lexvo.org/id/char/9BAF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%AE%AF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C3%A9>,
        "鮯"^^xsd:string .

<http://lexvo.org/id/char/9BB0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%AE%B0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%AD>,
        "鮰"^^xsd:string ;
    rdfs:comment "a small sturgeon found in the Yangzi; catfish"@en .

<http://lexvo.org/id/char/9BB1> a lvont:Character ;
    lvont:represents "鮱"^^xsd:string .

<http://lexvo.org/id/char/9BB2> a lvont:Character ;
    lvont:represents "鮲"^^xsd:string .

<http://lexvo.org/id/char/9BB3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%AE%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C7%8Eo%20k%C3%A0o>,
        "鮳"^^xsd:string .

<http://lexvo.org/id/char/9BB4> a lvont:Character ;
    lvont:represents "鮴"^^xsd:string .

<http://lexvo.org/id/char/9BB5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%AE%B5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/du%C3%B3>,
        "鮵"^^xsd:string .

<http://lexvo.org/id/char/9BB6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%AE%B6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C5%ABn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gwan1>,
        <http://lexvo.org/id/term/yue/%E9%AE%B6>,
        "鮶"^^xsd:string .

<http://lexvo.org/id/char/9BB7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%AE%B7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%AD>,
        "鮷"^^xsd:string .

<http://lexvo.org/id/char/9BB8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%AE%B8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/mi%C7%8En%20m%C7%8En>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/min5>,
        <http://lexvo.org/id/term/yue/%E9%AE%B8>,
        "鮸"^^xsd:string ;
    rdfs:comment "Sciaena albiflora; otolithoidesmiiuy"@en .

<http://lexvo.org/id/char/9BB9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%AE%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C4%81o>,
        <http://lexvo.org/id/term/kor/%E9%AE%B9>,
        <http://lexvo.org/id/term/kor/SO>,
        <http://lexvo.org/id/term/vie/ti%C3%AAu>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/saau1%20siu1>,
        <http://lexvo.org/id/term/yue/%E9%AE%B9>,
        "鮹"^^xsd:string ;
    rdfs:comment "an octopus, devilfish"@en .

<http://lexvo.org/id/char/9BBA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%AE%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C7%8E>,
        "鮺"^^xsd:string .

<http://lexvo.org/id/char/9BBB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%AE%BB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C4%81>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/leng4>,
        <http://lexvo.org/id/term/yue/%E9%AE%BB>,
        "鮻"^^xsd:string ;
    rdfs:comment "dace; Canton dace"@en .

<http://lexvo.org/id/char/9BBC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%AE%BC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C4%ABn>,
        "鮼"^^xsd:string .

<http://lexvo.org/id/char/9BBD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%AE%BD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%BA>,
        "鮽"^^xsd:string .

<http://lexvo.org/id/char/9BBE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%AE%BE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C4%9Bi>,
        "鮾"^^xsd:string .

<http://lexvo.org/id/char/9BBF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%AE%BF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%A9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zip3>,
        <http://lexvo.org/id/term/yue/%E9%AE%BF>,
        "鮿"^^xsd:string ;
    rdfs:comment "dried fish"@en .

<http://lexvo.org/id/char/9BC0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%AF%80>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C7%94n>,
        <http://lexvo.org/id/term/kor/%E9%AF%80>,
        <http://lexvo.org/id/term/kor/KON>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gwan2>,
        <http://lexvo.org/id/term/yue/%E9%AF%80>,
        "鯀"^^xsd:string ;
    rdfs:comment "giant fish; father of the emperor Yu"@en .

<http://lexvo.org/id/char/9BC1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%AF%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C4%9Bng>,
        <http://lexvo.org/id/term/kor/%E9%AF%81>,
        <http://lexvo.org/id/term/kor/KYENG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gang2>,
        <http://lexvo.org/id/term/yue/%E9%AF%81>,
        "鯁"^^xsd:string ;
    rdfs:comment "fish bones; honest, upright"@en .

<http://lexvo.org/id/char/9BC2> a lvont:Character ;
    lvont:represents "鯂"^^xsd:string .

<http://lexvo.org/id/char/9BC3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%AF%83>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C3%BA>,
        "鯃"^^xsd:string .

<http://lexvo.org/id/char/9BC4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%AF%84>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C3%BA>,
        "鯄"^^xsd:string .

<http://lexvo.org/id/char/9BC5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%AF%85>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%ADng%20t%C7%90ng%20sh%C4%81n>,
        "鯅"^^xsd:string .

<http://lexvo.org/id/char/9BC6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%AF%86>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C7%94%20p%C5%AB>,
        <http://lexvo.org/id/term/kor/%E9%AF%86>,
        <http://lexvo.org/id/term/kor/PHO>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bou1%20pou1>,
        <http://lexvo.org/id/term/yue/%E9%AF%86>,
        "鯆"^^xsd:string ;
    rdfs:comment "the skate or ray"@en .

<http://lexvo.org/id/char/9BC7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%AF%87>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C7%8En%20hu%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E9%AF%87>,
        <http://lexvo.org/id/term/kor/HON%20HWAN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/waan5>,
        <http://lexvo.org/id/term/yue/%E9%AF%87>,
        "鯇"^^xsd:string ;
    rdfs:comment "carp"@en .

<http://lexvo.org/id/char/9BC8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%AF%88>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ti%C3%A1o>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ti%C3%A1o%20y%C3%B3u%20ch%C3%B3u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jau4%20tiu4>,
        <http://lexvo.org/id/term/yue/%E9%AF%88>,
        "鯈"^^xsd:string ;
    rdfs:comment "fish"@en .

<http://lexvo.org/id/char/9BC9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%AF%89>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C7%90>,
        <http://lexvo.org/id/term/kor/%E9%AF%89>,
        <http://lexvo.org/id/term/kor/LI>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lei5>,
        <http://lexvo.org/id/term/yue/%E9%AF%89>,
        "鯉"^^xsd:string ;
    rdfs:comment "carp"@en .

<http://lexvo.org/id/char/9BCA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%AF%8A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C4%81>,
        <http://lexvo.org/id/term/kor/%E9%AF%8A>,
        <http://lexvo.org/id/term/kor/SA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/saa1>,
        <http://lexvo.org/id/term/yue/%E9%AF%8A>,
        "鯊"^^xsd:string ;
    rdfs:comment "shark"@en .

<http://lexvo.org/id/char/9BCB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%AF%8B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C4%81>,
        <http://lexvo.org/id/term/kor/%E9%AF%8B>,
        <http://lexvo.org/id/term/kor/SA>,
        "鯋"^^xsd:string ;
    rdfs:comment "shark"@en .

<http://lexvo.org/id/char/9BCC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%AF%8C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C3%A0o>,
        "鯌"^^xsd:string .

<http://lexvo.org/id/char/9BCD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%AF%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A9ng>,
        "鯍"^^xsd:string .

<http://lexvo.org/id/char/9BCE> a lvont:Character ;
    lvont:represents "鯎"^^xsd:string .

<http://lexvo.org/id/char/9BCF> a lvont:Character ;
    lvont:represents "鯏"^^xsd:string ;
    rdfs:comment "dialect name for a (bad tasting) blood clam"@en .

<http://lexvo.org/id/char/9BD0> a lvont:Character ;
    lvont:represents "鯐"^^xsd:string .

<http://lexvo.org/id/char/9BD1> a lvont:Character ;
    lvont:represents "鯑"^^xsd:string .

<http://lexvo.org/id/char/9BD2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%AF%92>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%92ng>,
        "鯒"^^xsd:string ;
    rdfs:comment "a flathead (fish)"@en .

<http://lexvo.org/id/char/9BD3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%AF%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C3%AD>,
        "鯓"^^xsd:string .

<http://lexvo.org/id/char/9BD4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%AF%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C4%AB>,
        <http://lexvo.org/id/term/kor/%E9%AF%94>,
        <http://lexvo.org/id/term/kor/CHI>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zi1>,
        <http://lexvo.org/id/term/yue/%E9%AF%94>,
        "鯔"^^xsd:string ;
    rdfs:comment "mullet"@en .

<http://lexvo.org/id/char/9BD5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%AF%95>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C3%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kei4>,
        <http://lexvo.org/id/term/yue/%E9%AF%95>,
        "鯕"^^xsd:string ;
    rdfs:comment "coryphaena hippurus"@en .

<http://lexvo.org/id/char/9BD6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%AF%96>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C4%ABng%20zh%C4%93ng>,
        <http://lexvo.org/id/term/kor/%E9%AF%96>,
        <http://lexvo.org/id/term/kor/CHENG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cing1>,
        <http://lexvo.org/id/term/yue/%E9%AF%96>,
        "鯖"^^xsd:string ;
    rdfs:comment "mackerel"@en .

<http://lexvo.org/id/char/9BD7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%AF%97>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C7%8Eng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/soeng2>,
        <http://lexvo.org/id/term/yue/%E9%AF%97>,
        "鯗"^^xsd:string ;
    rdfs:comment "dried fish"@en .

<http://lexvo.org/id/char/9BD8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%AF%98>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C4%9Bi>,
        "鯘"^^xsd:string .

<http://lexvo.org/id/char/9BD9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%AF%99>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%BAn>,
        "鯙"^^xsd:string ;
    rdfs:comment "Scomberomorus sinensis"@en .

<http://lexvo.org/id/char/9BDA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%AF%9A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gwai3>,
        <http://lexvo.org/id/term/yue/%E9%AF%9A>,
        "鯚"^^xsd:string .

<http://lexvo.org/id/char/9BDB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%AF%9B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/di%C4%81o>,
        <http://lexvo.org/id/term/kor/%E9%AF%9B>,
        <http://lexvo.org/id/term/kor/CO>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/diu1>,
        <http://lexvo.org/id/term/yue/%E9%AF%9B>,
        "鯛"^^xsd:string ;
    rdfs:comment "pagrosomus major, porgy"@en .

<http://lexvo.org/id/char/9BDC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%AF%9C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C3%A8>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cip3>,
        <http://lexvo.org/id/term/yue/%E9%AF%9C>,
        "鯜"^^xsd:string .

<http://lexvo.org/id/char/9BDD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%AF%9D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C3%B9>,
        <http://lexvo.org/id/term/kor/%E9%AF%9D>,
        <http://lexvo.org/id/term/kor/KO>,
        "鯝"^^xsd:string ;
    rdfs:comment "fish guts"@en .

<http://lexvo.org/id/char/9BDE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%AF%9E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C7%92u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zau2>,
        <http://lexvo.org/id/term/yue/%E9%AF%9E>,
        "鯞"^^xsd:string .

<http://lexvo.org/id/char/9BDF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%AF%9F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C5%8Dng>,
        "鯟"^^xsd:string .

<http://lexvo.org/id/char/9BE0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%AF%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%A1i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/loi4>,
        <http://lexvo.org/id/term/yue/%E9%AF%A0>,
        "鯠"^^xsd:string ;
    rdfs:comment "to confer; to bestow on an inferior; to reward"@en .

<http://lexvo.org/id/char/9BE1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%AF%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C4%93i%20f%C3%A8i>,
        <http://lexvo.org/id/term/kor/%E9%AF%A1>,
        <http://lexvo.org/id/term/kor/PI>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fei1>,
        <http://lexvo.org/id/term/yue/%E9%AF%A1>,
        "鯡"^^xsd:string ;
    rdfs:comment "herring"@en .

<http://lexvo.org/id/char/9BE2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%AF%A2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C3%AD>,
        <http://lexvo.org/id/term/kor/%E9%AF%A2>,
        <http://lexvo.org/id/term/kor/YEY>,
        <http://lexvo.org/id/term/vie/ngh%C3%AA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ngai4>,
        <http://lexvo.org/id/term/yue/%E9%AF%A2>,
        "鯢"^^xsd:string ;
    rdfs:comment "Cryptobranchus japonicus; a salamander"@en .

<http://lexvo.org/id/char/9BE3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%AF%A3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%AC>,
        "鯣"^^xsd:string ;
    rdfs:comment "a cuttlefish"@en .

<http://lexvo.org/id/char/9BE4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%AF%A4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C5%ABn>,
        <http://lexvo.org/id/term/kor/%E9%AF%A4>,
        <http://lexvo.org/id/term/kor/KON>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gwan1>,
        <http://lexvo.org/id/term/yue/%E9%AF%A4>,
        "鯤"^^xsd:string ;
    rdfs:comment "spawn; roe; fy"@en .

<http://lexvo.org/id/char/9BE5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%AF%A5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/luk6>,
        <http://lexvo.org/id/term/yue/%E9%AF%A5>,
        "鯥"^^xsd:string .

<http://lexvo.org/id/char/9BE6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%AF%A6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%B9>,
        "鯦"^^xsd:string .

<http://lexvo.org/id/char/9BE7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%AF%A7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C4%81ng>,
        <http://lexvo.org/id/term/kor/%E9%AF%A7>,
        <http://lexvo.org/id/term/kor/CHANG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/coeng1>,
        <http://lexvo.org/id/term/yue/%E9%AF%A7>,
        "鯧"^^xsd:string ;
    rdfs:comment "the silvery pomfret, Stromateoides argenteus"@en .

<http://lexvo.org/id/char/9BE8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%AF%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C4%ABng%20q%C3%ADng>,
        <http://lexvo.org/id/term/kor/%E9%AF%A8>,
        <http://lexvo.org/id/term/kor/KYENG>,
        <http://lexvo.org/id/term/vie/k%C3%ACnh>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/king4>,
        <http://lexvo.org/id/term/yue/%E9%AF%A8>,
        "鯨"^^xsd:string ;
    rdfs:comment "whale"@en .

<http://lexvo.org/id/char/9BE9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%AF%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%BAn>,
        "鯩"^^xsd:string .

<http://lexvo.org/id/char/9BEA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%AF%AA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%ADng>,
        <http://lexvo.org/id/term/kor/%E9%AF%AA>,
        <http://lexvo.org/id/term/kor/LUNG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/leng4%20ling4>,
        <http://lexvo.org/id/term/yue/%E9%AF%AA>,
        "鯪"^^xsd:string ;
    rdfs:comment "carp"@en .

<http://lexvo.org/id/char/9BEB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%AF%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C5%8Du>,
        <http://lexvo.org/id/term/kor/%E9%AF%AB>,
        <http://lexvo.org/id/term/kor/CHWU>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zau1>,
        <http://lexvo.org/id/term/yue/%E9%AF%AB>,
        "鯫"^^xsd:string ;
    rdfs:comment "small fish; small; minnow"@en .

<http://lexvo.org/id/char/9BEC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%AF%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%AD>,
        "鯬"^^xsd:string .

<http://lexvo.org/id/char/9BED> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%AF%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C4%9Bng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/maang1>,
        <http://lexvo.org/id/term/yue/%E9%AF%AD>,
        "鯭"^^xsd:string ;
    rdfs:comment "(Cant.) 泥鯭, a kind of fish that lives in turbid water"@en .

<http://lexvo.org/id/char/9BEE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%AF%AE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C5%8Dng>,
        "鯮"^^xsd:string .

<http://lexvo.org/id/char/9BEF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%AF%AF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%AC>,
        "鯯"^^xsd:string .

<http://lexvo.org/id/char/9BF0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%AF%B0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ni%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/nim4>,
        <http://lexvo.org/id/term/yue/%E9%AF%B0>,
        "鯰"^^xsd:string ;
    rdfs:comment "sheat"@en .

<http://lexvo.org/id/char/9BF1> a lvont:Character ;
    lvont:represents "鯱"^^xsd:string ;
    rdfs:comment "mythical dolphin-like fish"@en .

<http://lexvo.org/id/char/9BF2> a lvont:Character ;
    lvont:represents "鯲"^^xsd:string .

<http://lexvo.org/id/char/9BF3> a lvont:Character ;
    lvont:represents "鯳"^^xsd:string .

<http://lexvo.org/id/char/9BF4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%AF%B4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C4%AB>,
        "鯴"^^xsd:string ;
    rdfs:comment "cat fish"@en .

<http://lexvo.org/id/char/9BF5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%AF%B5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C4%93n>,
        "鯵"^^xsd:string .

<http://lexvo.org/id/char/9BF6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%AF%B6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C7%94n%20hu%C3%A0n>,
        "鯶"^^xsd:string .

<http://lexvo.org/id/char/9BF7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%AF%B7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%AC%20t%C3%AD>,
        <http://lexvo.org/id/term/kor/%E9%AF%B7>,
        <http://lexvo.org/id/term/kor/CEY>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tai4>,
        <http://lexvo.org/id/term/yue/%E9%AF%B7>,
        "鯷"^^xsd:string ;
    rdfs:comment "anchovy"@en .

<http://lexvo.org/id/char/9BF8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%AF%B8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%B3u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hau4>,
        <http://lexvo.org/id/term/yue/%E9%AF%B8>,
        "鯸"^^xsd:string ;
    rdfs:comment "blowfish"@en .

<http://lexvo.org/id/char/9BF9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%AF%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C4%ABng%20zh%C4%93ng>,
        "鯹"^^xsd:string .

<http://lexvo.org/id/char/9BFA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%AF%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C5%AB>,
        "鯺"^^xsd:string ;
    rdfs:comment "blowfish"@en .

<http://lexvo.org/id/char/9BFB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%AF%BB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%A0>,
        "鯻"^^xsd:string .

<http://lexvo.org/id/char/9BFC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%AF%BC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C5%8Dng>,
        "鯼"^^xsd:string .

<http://lexvo.org/id/char/9BFD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%AF%BD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%AC%20z%C3%A9i>,
        <http://lexvo.org/id/term/kor/%E9%AF%BD>,
        <http://lexvo.org/id/term/kor/CUK>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zik1>,
        <http://lexvo.org/id/term/yue/%E9%AF%BD>,
        "鯽"^^xsd:string ;
    rdfs:comment "Carassius auratus, crucian carp"@en .

<http://lexvo.org/id/char/9BFE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%AF%BE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/bi%C4%81n>,
        "鯾"^^xsd:string .

<http://lexvo.org/id/char/9BFF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%AF%BF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/bi%C4%81n>,
        <http://lexvo.org/id/term/kor/%E9%AF%BF>,
        <http://lexvo.org/id/term/kor/PHYEN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bin2>,
        <http://lexvo.org/id/term/yue/%E9%AF%BF>,
        "鯿"^^xsd:string ;
    rdfs:comment "bream"@en .

<http://lexvo.org/id/char/9C00> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B0%80>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%A0n>,
        "鰀"^^xsd:string .

<http://lexvo.org/id/char/9C01> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B0%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qu%C3%A1n>,
        "鰁"^^xsd:string ;
    rdfs:comment "name of fish"@en .

<http://lexvo.org/id/char/9C02> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B0%82>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C3%A9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zak1>,
        <http://lexvo.org/id/term/yue/%E9%B0%82>,
        "鰂"^^xsd:string ;
    rdfs:comment "cuttlefish"@en .

<http://lexvo.org/id/char/9C03> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B0%83>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C4%93i>,
        "鰃"^^xsd:string ;
    rdfs:comment "name of fish"@en .

<http://lexvo.org/id/char/9C04> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B0%84>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C4%93i>,
        "鰄"^^xsd:string .

<http://lexvo.org/id/char/9C05> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B0%85>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%BA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jung4%20jyu4>,
        <http://lexvo.org/id/term/yue/%E9%B0%85>,
        "鰅"^^xsd:string .

<http://lexvo.org/id/char/9C06> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B0%86>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C5%ABn%20ch%C5%ABn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ceon1>,
        <http://lexvo.org/id/term/yue/%E9%B0%86>,
        "鰆"^^xsd:string ;
    rdfs:comment "Scomberomorus sinensis"@en .

<http://lexvo.org/id/char/9C07> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B0%87>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/r%C3%B3u>,
        "鰇"^^xsd:string .

<http://lexvo.org/id/char/9C08> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B0%88>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/di%C3%A9%20qi%C3%A8%20zh%C3%A1>,
        <http://lexvo.org/id/term/kor/%E9%B0%88>,
        <http://lexvo.org/id/term/kor/CEP>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dip6>,
        <http://lexvo.org/id/term/yue/%E9%B0%88>,
        "鰈"^^xsd:string ;
    rdfs:comment "flatfish; flounder; sole"@en .

<http://lexvo.org/id/char/9C09> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B0%89>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%A1ng>,
        <http://lexvo.org/id/term/kor/%E9%B0%89>,
        <http://lexvo.org/id/term/kor/HWANG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wong4>,
        <http://lexvo.org/id/term/yue/%E9%B0%89>,
        "鰉"^^xsd:string ;
    rdfs:comment "sturgeon"@en .

<http://lexvo.org/id/char/9C0A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B0%8A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E9%B0%8A>,
        <http://lexvo.org/id/term/kor/LYEN>,
        "鰊"^^xsd:string ;
    rdfs:comment "a herring"@en .

<http://lexvo.org/id/char/9C0B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B0%8B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%8En>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jin2>,
        <http://lexvo.org/id/term/yue/%E9%B0%8B>,
        "鰋"^^xsd:string ;
    rdfs:comment "sheat"@en .

<http://lexvo.org/id/char/9C0C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B0%8C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C3%BA%20qi%C5%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C5%AB>,
        <http://lexvo.org/id/term/kor/%E9%B0%8C>,
        <http://lexvo.org/id/term/kor/CHWU>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cau1%20jau4>,
        <http://lexvo.org/id/term/yue/%E9%B0%8C>,
        "鰌"^^xsd:string ;
    rdfs:comment "loach; squid; lizard; eel"@en .

<http://lexvo.org/id/char/9C0D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B0%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C5%AB>,
        <http://lexvo.org/id/term/kor/%E9%B0%8D>,
        <http://lexvo.org/id/term/kor/CHWU>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cau1>,
        <http://lexvo.org/id/term/yue/%E9%B0%8D>,
        "鰍"^^xsd:string ;
    rdfs:comment "loach"@en .

<http://lexvo.org/id/char/9C0E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B0%8E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%A0n>,
        "鰎"^^xsd:string .

<http://lexvo.org/id/char/9C0F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B0%8F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%AC%20b%C4%AB>,
        "鰏"^^xsd:string .

<http://lexvo.org/id/char/9C10> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C3%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B0%90>,
        <http://lexvo.org/id/term/kor/%E9%B0%90>,
        <http://lexvo.org/id/term/kor/AK>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ngok6>,
        <http://lexvo.org/id/term/yue/%E9%B0%90>,
        "鰐"^^xsd:string ;
    rdfs:comment "alligator"@en .

<http://lexvo.org/id/char/9C11> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B0%91>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A1ng>,
        "鰑"^^xsd:string .

<http://lexvo.org/id/char/9C12> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B0%92>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%B9>,
        <http://lexvo.org/id/term/kor/%E9%B0%92>,
        <http://lexvo.org/id/term/kor/POK>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fuk1>,
        <http://lexvo.org/id/term/yue/%E9%B0%92>,
        "鰒"^^xsd:string ;
    rdfs:comment "abalone"@en .

<http://lexvo.org/id/char/9C13> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B0%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C4%81i%20x%C7%90>,
        <http://lexvo.org/id/term/kor/%E9%B0%93>,
        <http://lexvo.org/id/term/kor/SAY>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/soi1>,
        <http://lexvo.org/id/term/yue/%E9%B0%93>,
        "鰓"^^xsd:string ;
    rdfs:comment "fish gills"@en .

<http://lexvo.org/id/char/9C14> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B0%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C7%8En>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gam3>,
        <http://lexvo.org/id/term/yue/%E9%B0%94>,
        "鰔"^^xsd:string .

<http://lexvo.org/id/char/9C15> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B0%95>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A1%20xi%C4%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C4%81>,
        <http://lexvo.org/id/term/kor/%E9%B0%95>,
        <http://lexvo.org/id/term/kor/HA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/haa1>,
        <http://lexvo.org/id/term/yue/%E9%B0%95>,
        "鰕"^^xsd:string ;
    rdfs:comment "shrimp, prawn"@en .

<http://lexvo.org/id/char/9C16> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B0%96>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/tu%C7%92%20w%C4%9Bi>,
        "鰖"^^xsd:string .

<http://lexvo.org/id/char/9C17> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B0%97>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%BA>,
        "鰗"^^xsd:string .

<http://lexvo.org/id/char/9C18> a lvont:Character ;
    lvont:represents "鰘"^^xsd:string .

<http://lexvo.org/id/char/9C19> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B0%99>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ru%C3%B2>,
        "鰙"^^xsd:string .

<http://lexvo.org/id/char/9C1A> a lvont:Character ;
    lvont:represents "鰚"^^xsd:string .

<http://lexvo.org/id/char/9C1B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B0%9B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C4%93n>,
        "鰛"^^xsd:string ;
    rdfs:comment "sardine"@en .

<http://lexvo.org/id/char/9C1C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B0%9C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C4%81n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gim1>,
        <http://lexvo.org/id/term/yue/%E9%B0%9C>,
        "鰜"^^xsd:string ;
    rdfs:comment "big-mouthed flounder"@en .

<http://lexvo.org/id/char/9C1D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B0%9D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A0o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hou6>,
        <http://lexvo.org/id/term/yue/%E9%B0%9D>,
        "鰝"^^xsd:string .

<http://lexvo.org/id/char/9C1E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B0%9E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C5%AB>,
        "鰞"^^xsd:string ;
    rdfs:comment "squid"@en .

<http://lexvo.org/id/char/9C1F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B0%9F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%A1ng%20p%C3%A1ng>,
        "鰟"^^xsd:string .

<http://lexvo.org/id/char/9C20> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B0%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C4%81o>,
        "鰠"^^xsd:string ;
    rdfs:comment "carp"@en .

<http://lexvo.org/id/char/9C21> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B0%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C3%BA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lau4>,
        <http://lexvo.org/id/term/yue/%E9%B0%A1>,
        "鰡"^^xsd:string .

<http://lexvo.org/id/char/9C22> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B0%A2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C7%8E>,
        "鰢"^^xsd:string .

<http://lexvo.org/id/char/9C23> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B0%A3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%AD>,
        <http://lexvo.org/id/term/kor/%E9%B0%A3>,
        <http://lexvo.org/id/term/kor/SI>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/si4>,
        <http://lexvo.org/id/term/yue/%E9%B0%A3>,
        "鰣"^^xsd:string ;
    rdfs:comment "reeves' shad; hilsa herring"@en .

<http://lexvo.org/id/char/9C24> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B0%A4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C4%AB>,
        <http://lexvo.org/id/term/kor/%E9%B0%A4>,
        <http://lexvo.org/id/term/kor/SA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/si1>,
        <http://lexvo.org/id/term/yue/%E9%B0%A4>,
        "鰤"^^xsd:string ;
    rdfs:comment "a yellowtail (fish)"@en .

<http://lexvo.org/id/char/9C25> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B0%A5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/gu%C4%81n%20gu%C3%A0n%20k%C5%ABn%20g%C7%94n%20y%C3%ADn>,
        <http://lexvo.org/id/term/kor/%E9%B0%A5>,
        <http://lexvo.org/id/term/kor/HWAN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gwaan1>,
        <http://lexvo.org/id/term/yue/%E9%B0%A5>,
        "鰥"^^xsd:string ;
    rdfs:comment "huge fish; widower; bachelor"@en .

<http://lexvo.org/id/char/9C26> a lvont:Character ;
    lvont:represents "鰦"^^xsd:string .

<http://lexvo.org/id/char/9C27> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B0%A7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%A9ng>,
        "鰧"^^xsd:string .

<http://lexvo.org/id/char/9C28> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B0%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%A0%20t%C7%8E%20di%C3%A9>,
        <http://lexvo.org/id/term/kor/%E9%B0%A8>,
        <http://lexvo.org/id/term/kor/THAP>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/taap3%20taat3>,
        <http://lexvo.org/id/term/yue/%E9%B0%A8>,
        "鰨"^^xsd:string ;
    rdfs:comment "sole"@en .

<http://lexvo.org/id/char/9C29> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B0%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A1o>,
        <http://lexvo.org/id/term/kor/%E9%B0%A9>,
        <http://lexvo.org/id/term/kor/YO>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jiu4>,
        <http://lexvo.org/id/term/yue/%E9%B0%A9>,
        "鰩"^^xsd:string ;
    rdfs:comment "the nautilus; the ray"@en .

<http://lexvo.org/id/char/9C2A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B0%AA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C3%A9>,
        "鰪"^^xsd:string .

<http://lexvo.org/id/char/9C2B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B0%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/r%C3%B3ng%20y%C3%B3ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jung4%20sung4>,
        <http://lexvo.org/id/term/yue/%E9%B0%AB>,
        "鰫"^^xsd:string .

<http://lexvo.org/id/char/9C2C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B0%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kin4>,
        <http://lexvo.org/id/term/yue/%E9%B0%AC>,
        "鰬"^^xsd:string .

<http://lexvo.org/id/char/9C2D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B0%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C3%AD>,
        <http://lexvo.org/id/term/kor/%E9%B0%AD>,
        <http://lexvo.org/id/term/kor/KI>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kei4>,
        <http://lexvo.org/id/term/yue/%E9%B0%AD>,
        "鰭"^^xsd:string ;
    rdfs:comment "fin"@en .

<http://lexvo.org/id/char/9C2E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B0%AE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C4%93n>,
        <http://lexvo.org/id/term/kor/%E9%B0%AE>,
        <http://lexvo.org/id/term/kor/ON>,
        "鰮"^^xsd:string ;
    rdfs:comment "sardine"@en .

<http://lexvo.org/id/char/9C2F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B0%AF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ru%C3%B2>,
        <http://lexvo.org/id/term/kor/%E9%B0%AF>,
        <http://lexvo.org/id/term/kor/YAK>,
        "鰯"^^xsd:string ;
    rdfs:comment "a sardine"@en .

<http://lexvo.org/id/char/9C30> a lvont:Character ;
    lvont:represents "鰰"^^xsd:string .

<http://lexvo.org/id/char/9C31> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B0%B1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C3%A1n>,
        <http://lexvo.org/id/term/kor/%E9%B0%B1>,
        <http://lexvo.org/id/term/kor/LYEN>,
        <http://lexvo.org/id/term/vie/n%E1%BA%B7n%20l%C6%B0%C6%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lin4>,
        <http://lexvo.org/id/term/yue/%E9%B0%B1>,
        "鰱"^^xsd:string ;
    rdfs:comment "silver carp, hypophthalmiathys"@en .

<http://lexvo.org/id/char/9C32> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C3%A1o>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B0%B2>,
        <http://lexvo.org/id/term/kor/%E9%B0%B2>,
        <http://lexvo.org/id/term/kor/O>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ngou4>,
        <http://lexvo.org/id/term/yue/%E9%B0%B2>,
        "鰲"^^xsd:string ;
    rdfs:comment "huge sea turtle"@en .

<http://lexvo.org/id/char/9C33> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B0%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%A8>,
        <http://lexvo.org/id/term/kor/%E9%B0%B3>,
        <http://lexvo.org/id/term/kor/LUK>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lak6>,
        <http://lexvo.org/id/term/yue/%E9%B0%B3>,
        "鰳"^^xsd:string ;
    rdfs:comment "Chinese herring; shad"@en .

<http://lexvo.org/id/char/9C34> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B0%B4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C4%AB>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fai1>,
        <http://lexvo.org/id/term/yue/%E9%B0%B4>,
        "鰴"^^xsd:string .

<http://lexvo.org/id/char/9C35> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B0%B5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C7%90n>,
        <http://lexvo.org/id/term/kor/%E9%B0%B5>,
        <http://lexvo.org/id/term/kor/MIN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/man5>,
        <http://lexvo.org/id/term/yue/%E9%B0%B5>,
        "鰵"^^xsd:string ;
    rdfs:comment "codfish"@en .

<http://lexvo.org/id/char/9C36> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B0%B6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/man5>,
        <http://lexvo.org/id/term/yue/%E9%B0%B6>,
        "鰶"^^xsd:string .

<http://lexvo.org/id/char/9C37> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B0%B7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ti%C3%A1o>,
        <http://lexvo.org/id/term/kor/%E9%B0%B7>,
        <http://lexvo.org/id/term/kor/CO%20SO>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tiu4>,
        <http://lexvo.org/id/term/yue/%E9%B0%B7>,
        "鰷"^^xsd:string ;
    rdfs:comment "minnow"@en .

<http://lexvo.org/id/char/9C38> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B0%B8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C5%AB>,
        "鰸"^^xsd:string .

<http://lexvo.org/id/char/9C39> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B0%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C4%81n>,
        <http://lexvo.org/id/term/kor/%E9%B0%B9>,
        <http://lexvo.org/id/term/kor/KYEN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gin1>,
        <http://lexvo.org/id/term/yue/%E9%B0%B9>,
        "鰹"^^xsd:string ;
    rdfs:comment "skipjack, bonito"@en .

<http://lexvo.org/id/char/9C3A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B0%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C4%81o%20sh%C4%93n%20c%C4%81n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C4%93n>,
        <http://lexvo.org/id/term/kor/%E9%B0%BA>,
        <http://lexvo.org/id/term/kor/SO>,
        "鰺"^^xsd:string ;
    rdfs:comment "a horse mackerel"@en .

<http://lexvo.org/id/char/9C3B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B0%BB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A1n>,
        <http://lexvo.org/id/term/kor/%E9%B0%BB>,
        <http://lexvo.org/id/term/kor/MAN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/maan4>,
        <http://lexvo.org/id/term/yue/%E9%B0%BB>,
        "鰻"^^xsd:string ;
    rdfs:comment "eel"@en .

<http://lexvo.org/id/char/9C3C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B0%BC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C3%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zaap6>,
        <http://lexvo.org/id/term/yue/%E9%B0%BC>,
        "鰼"^^xsd:string ;
    rdfs:comment "the weather or dojo loach, Misgurnus anguillicaudatus"@en .

<http://lexvo.org/id/char/9C3D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B0%BD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C3%BA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cou4>,
        <http://lexvo.org/id/term/yue/%E9%B0%BD>,
        "鰽"^^xsd:string ;
    rdfs:comment "herring"@en .

<http://lexvo.org/id/char/9C3E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B0%BE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/bi%C3%A0o>,
        <http://lexvo.org/id/term/kor/%E9%B0%BE>,
        <http://lexvo.org/id/term/kor/PHYO>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/piu5>,
        <http://lexvo.org/id/term/yue/%E9%B0%BE>,
        "鰾"^^xsd:string ;
    rdfs:comment "swimming bladder of fish"@en .

<http://lexvo.org/id/char/9C3F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B0%BF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C4%AB%20j%C3%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zik1>,
        <http://lexvo.org/id/term/yue/%E9%B0%BF>,
        "鰿"^^xsd:string .

<http://lexvo.org/id/char/9C40> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B1%80>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%AC>,
        "鱀"^^xsd:string .

<http://lexvo.org/id/char/9C41> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B1%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%BA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zuk6>,
        <http://lexvo.org/id/term/yue/%E9%B1%81>,
        "鱁"^^xsd:string .

<http://lexvo.org/id/char/9C42> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B1%82>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C4%81ng>,
        "鱂"^^xsd:string ;
    rdfs:comment "name of fish"@en .

<http://lexvo.org/id/char/9C43> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B1%83>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C5%AB>,
        "鱃"^^xsd:string .

<http://lexvo.org/id/char/9C44> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B1%84>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zhu%C4%81n%20tu%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zyun1>,
        <http://lexvo.org/id/term/yue/%E9%B1%84>,
        "鱄"^^xsd:string ;
    rdfs:comment "anchovy"@en .

<http://lexvo.org/id/char/9C45> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B1%85>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%B3ng%20y%C5%8Dng>,
        <http://lexvo.org/id/term/kor/%E9%B1%85>,
        <http://lexvo.org/id/term/kor/YONG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zung4>,
        <http://lexvo.org/id/term/yue/%E9%B1%85>,
        "鱅"^^xsd:string ;
    rdfs:comment "a kind of tench"@en .

<http://lexvo.org/id/char/9C46> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B1%86>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C4%81ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zoeng1>,
        <http://lexvo.org/id/term/yue/%E9%B1%86>,
        "鱆"^^xsd:string ;
    rdfs:comment "an octopus, devilfish"@en .

<http://lexvo.org/id/char/9C47> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B1%87>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C4%81ng>,
        <http://lexvo.org/id/term/kor/%E9%B1%87>,
        <http://lexvo.org/id/term/kor/KANG>,
        "鱇"^^xsd:string ;
    rdfs:comment "anglerfish"@en .

<http://lexvo.org/id/char/9C48> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B1%88>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xu%C4%9B>,
        <http://lexvo.org/id/term/kor/%E9%B1%88>,
        <http://lexvo.org/id/term/kor/SEL>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/syut3>,
        <http://lexvo.org/id/term/yue/%E9%B1%88>,
        "鱈"^^xsd:string ;
    rdfs:comment "codfish"@en .

<http://lexvo.org/id/char/9C49> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B1%89>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/bi%C4%93>,
        <http://lexvo.org/id/term/kor/%E9%B1%89>,
        <http://lexvo.org/id/term/kor/PYEL>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bit3>,
        <http://lexvo.org/id/term/yue/%E9%B1%89>,
        "鱉"^^xsd:string ;
    rdfs:comment "turtle"@en .

<http://lexvo.org/id/char/9C4A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B1%8A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ju%C3%A9%20y%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wat6>,
        <http://lexvo.org/id/term/yue/%E9%B1%8A>,
        "鱊"^^xsd:string .

<http://lexvo.org/id/char/9C4B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B1%8B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C5%AB>,
        "鱋"^^xsd:string .

<http://lexvo.org/id/char/9C4C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B1%8C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A0ng>,
        "鱌"^^xsd:string .

<http://lexvo.org/id/char/9C4D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B1%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C5%8D>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/but6>,
        <http://lexvo.org/id/term/yue/%E9%B1%8D>,
        "鱍"^^xsd:string .

<http://lexvo.org/id/char/9C4E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B1%8E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C7%8Eo>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/giu2>,
        <http://lexvo.org/id/term/yue/%E9%B1%8E>,
        "鱎"^^xsd:string .

<http://lexvo.org/id/char/9C4F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B1%8F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C3%BAn>,
        <http://lexvo.org/id/term/kor/%E9%B1%8F>,
        <http://lexvo.org/id/term/kor/SIM>,
        "鱏"^^xsd:string ;
    rdfs:comment "a ray, skate"@en .

<http://lexvo.org/id/char/9C50> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B1%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/suk1>,
        <http://lexvo.org/id/term/yue/%E9%B1%90>,
        "鱐"^^xsd:string ;
    rdfs:comment "dried fish"@en .

<http://lexvo.org/id/char/9C51> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B1%91>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%A1ng>,
        "鱑"^^xsd:string ;
    rdfs:comment "the sturgeon"@en .

<http://lexvo.org/id/char/9C52> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B1%92>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C3%B9n%20z%C5%ABn>,
        <http://lexvo.org/id/term/kor/%E9%B1%92>,
        <http://lexvo.org/id/term/kor/CWUN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cyun5%20zyun1>,
        <http://lexvo.org/id/term/yue/%E9%B1%92>,
        "鱒"^^xsd:string ;
    rdfs:comment "barbel"@en .

<http://lexvo.org/id/char/9C53> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B1%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%A0n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%A0n%20tu%C3%B3>,
        <http://lexvo.org/id/term/kor/%E9%B1%93>,
        <http://lexvo.org/id/term/kor/SEN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sin5>,
        <http://lexvo.org/id/term/yue/%E9%B1%93>,
        "鱓"^^xsd:string ;
    rdfs:comment "eel"@en .

<http://lexvo.org/id/char/9C54> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B1%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E9%B1%94>,
        <http://lexvo.org/id/term/kor/SEN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sin5>,
        <http://lexvo.org/id/term/yue/%E9%B1%94>,
        "鱔"^^xsd:string ;
    rdfs:comment "eel"@en .

<http://lexvo.org/id/char/9C55> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B1%95>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C4%81n>,
        "鱕"^^xsd:string .

<http://lexvo.org/id/char/9C56> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B1%96>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/gu%C3%AC%20ju%C3%A9>,
        <http://lexvo.org/id/term/kor/%E9%B1%96>,
        <http://lexvo.org/id/term/kor/KWEL%20KWEY>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gwai3%20kyut3>,
        <http://lexvo.org/id/term/yue/%E9%B1%96>,
        "鱖"^^xsd:string ;
    rdfs:comment "mandarin fish"@en .

<http://lexvo.org/id/char/9C57> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B1%97>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%ADn>,
        <http://lexvo.org/id/term/kor/%E9%B1%97>,
        <http://lexvo.org/id/term/kor/LIN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/leon4>,
        <http://lexvo.org/id/term/yue/%E9%B1%97>,
        "鱗"^^xsd:string ;
    rdfs:comment "fish scales"@en .

<http://lexvo.org/id/char/9C58> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B1%98>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C3%BAn>,
        <http://lexvo.org/id/term/kor/%E9%B1%98>,
        <http://lexvo.org/id/term/kor/SIM>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cam4>,
        <http://lexvo.org/id/term/yue/%E9%B1%98>,
        "鱘"^^xsd:string ;
    rdfs:comment "sturgeon"@en .

<http://lexvo.org/id/char/9C59> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B1%99>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/mi%C3%A1o>,
        <http://lexvo.org/id/term/vie/ngh%C3%A9o>,
        "鱙"^^xsd:string .

<http://lexvo.org/id/char/9C5A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B1%9A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C7%90>,
        "鱚"^^xsd:string .

<http://lexvo.org/id/char/9C5B> a lvont:Character ;
    lvont:represents "鱛"^^xsd:string ;
    rdfs:comment "fish name"@en .

<http://lexvo.org/id/char/9C5C> a lvont:Character ;
    lvont:represents "鱜"^^xsd:string .

<http://lexvo.org/id/char/9C5D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B1%9D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%A8n>,
        <http://lexvo.org/id/term/kor/%E9%B1%9D>,
        <http://lexvo.org/id/term/kor/PWUN>,
        "鱝"^^xsd:string ;
    rdfs:comment "fish"@en .

<http://lexvo.org/id/char/9C5E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B1%9E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/gu%C4%81n>,
        "鱞"^^xsd:string .

<http://lexvo.org/id/char/9C5F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B1%9F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%B2u>,
        <http://lexvo.org/id/term/kor/%E9%B1%9F>,
        <http://lexvo.org/id/term/kor/HWU>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hau6>,
        <http://lexvo.org/id/term/yue/%E9%B1%9F>,
        "鱟"^^xsd:string ;
    rdfs:comment "king crab"@en .

<http://lexvo.org/id/char/9C60> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B1%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ku%C3%A0i>,
        <http://lexvo.org/id/term/kor/%E9%B1%A0>,
        <http://lexvo.org/id/term/kor/HOY>,
        <http://lexvo.org/id/term/vie/g%E1%BB%8Fi>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kui2>,
        <http://lexvo.org/id/term/yue/%E9%B1%A0>,
        "鱠"^^xsd:string ;
    rdfs:comment "minced fish; hash"@en .

<http://lexvo.org/id/char/9C61> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B1%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C3%A9i>,
        "鱡"^^xsd:string ;
    rdfs:comment "the cuttle-fish"@en .

<http://lexvo.org/id/char/9C62> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B1%A2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C4%81o>,
        "鱢"^^xsd:string .

<http://lexvo.org/id/char/9C63> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B1%A3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C4%81n%20sh%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E9%B1%A3>,
        <http://lexvo.org/id/term/kor/CEN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zin1>,
        <http://lexvo.org/id/term/yue/%E9%B1%A3>,
        "鱣"^^xsd:string ;
    rdfs:comment "sturgeon"@en .

<http://lexvo.org/id/char/9C64> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B1%A4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C7%8En>,
        "鱤"^^xsd:string .

<http://lexvo.org/id/char/9C65> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B1%A5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/gu%C3%AC>,
        "鱥"^^xsd:string .

<http://lexvo.org/id/char/9C66> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B1%A6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%A9ng>,
        "鱦"^^xsd:string .

<http://lexvo.org/id/char/9C67> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B1%A7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C7%90>,
        <http://lexvo.org/id/term/kor/%E9%B1%A7>,
        <http://lexvo.org/id/term/kor/LYEY>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lai5>,
        <http://lexvo.org/id/term/yue/%E9%B1%A7>,
        "鱧"^^xsd:string ;
    rdfs:comment "snakehead"@en .

<http://lexvo.org/id/char/9C68> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B1%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%A1ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/soeng4>,
        <http://lexvo.org/id/term/yue/%E9%B1%A8>,
        "鱨"^^xsd:string ;
    rdfs:comment "codfish"@en .

<http://lexvo.org/id/char/9C69> a lvont:Character ;
    lvont:represents "鱩"^^xsd:string .

<http://lexvo.org/id/char/9C6A> a lvont:Character ;
    lvont:represents "鱪"^^xsd:string .

<http://lexvo.org/id/char/9C6B> a lvont:Character ;
    lvont:represents "鱫"^^xsd:string .

<http://lexvo.org/id/char/9C6C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B1%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/r%C3%BA>,
        "鱬"^^xsd:string .

<http://lexvo.org/id/char/9C6D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B1%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%AC>,
        <http://lexvo.org/id/term/kor/%E9%B1%AD>,
        <http://lexvo.org/id/term/kor/CEY>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cai5>,
        <http://lexvo.org/id/term/yue/%E9%B1%AD>,
        "鱭"^^xsd:string ;
    rdfs:comment "anchovy"@en .

<http://lexvo.org/id/char/9C6E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B1%AE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zeoi6>,
        <http://lexvo.org/id/term/yue/%E9%B1%AE>,
        "鱮"^^xsd:string ;
    rdfs:comment "silver carp (Hypophthalmichthys molitrix); bream; (Cant.) 大嶼山 daai6ju4saan1 Lantau Island"@en .

<http://lexvo.org/id/char/9C6F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B1%AF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%B2%20h%C3%B9>,
        "鱯"^^xsd:string .

<http://lexvo.org/id/char/9C70> a lvont:Character ;
    lvont:represents "鱰"^^xsd:string .

<http://lexvo.org/id/char/9C71> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B1%B1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%AC>,
        "鱱"^^xsd:string .

<http://lexvo.org/id/char/9C72> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B1%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C3%A8>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/laap6%20lip6>,
        <http://lexvo.org/id/term/yue/%E9%B1%B2>,
        "鱲"^^xsd:string ;
    rdfs:comment "(Cant.) 赤鱲角, Hong Kong place name"@en .

<http://lexvo.org/id/char/9C73> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B1%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%AC>,
        "鱳"^^xsd:string .

<http://lexvo.org/id/char/9C74> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B1%B4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/mi%C3%A8>,
        "鱴"^^xsd:string .

<http://lexvo.org/id/char/9C75> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B1%B5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C4%93n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zam1>,
        <http://lexvo.org/id/term/yue/%E9%B1%B5>,
        "鱵"^^xsd:string .

<http://lexvo.org/id/char/9C76> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B1%B6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C7%8Eng>,
        "鱶"^^xsd:string ;
    rdfs:comment "a shark"@en .

<http://lexvo.org/id/char/9C77> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C3%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B1%B7>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ngok6>,
        <http://lexvo.org/id/term/yue/%E9%B1%B7>,
        "鱷"^^xsd:string ;
    rdfs:comment "crocodile, alligator"@en .

<http://lexvo.org/id/char/9C78> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B1%B8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%BA>,
        <http://lexvo.org/id/term/kor/%E9%B1%B8>,
        <http://lexvo.org/id/term/kor/LO>,
        <http://lexvo.org/id/term/vie/r%C3%B4>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lou4>,
        <http://lexvo.org/id/term/yue/%E9%B1%B8>,
        "鱸"^^xsd:string ;
    rdfs:comment "sea perch, sea bass"@en .

<http://lexvo.org/id/char/9C79> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B1%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/gu%C3%A0n>,
        "鱹"^^xsd:string .

<http://lexvo.org/id/char/9C7A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B1%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%AD%20l%C7%90>,
        <http://lexvo.org/id/term/kor/%E9%B1%BA>,
        <http://lexvo.org/id/term/kor/LYE%20LI>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lei4>,
        <http://lexvo.org/id/term/yue/%E9%B1%BA>,
        "鱺"^^xsd:string ;
    rdfs:comment "eel"@en .

<http://lexvo.org/id/char/9C7B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B1%BB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C4%81n>,
        <http://lexvo.org/id/term/kor/%E9%B1%BB>,
        <http://lexvo.org/id/term/kor/SEN>,
        "鱻"^^xsd:string ;
    rdfs:comment "fresh, new, delicious; rare, few"@en .

<http://lexvo.org/id/char/9C7D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B1%BD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C4%81o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dou1>,
        <http://lexvo.org/id/term/yue/%E9%B1%BD>,
        "鱽"^^xsd:string ;
    rdfs:comment "the mullet"@en .

<http://lexvo.org/id/char/9C7E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B1%BE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C7%90>,
        "鱾"^^xsd:string ;
    rdfs:comment "name of fish"@en .

<http://lexvo.org/id/char/9C7F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B1%BF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%B3u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jau4>,
        <http://lexvo.org/id/term/yue/%E9%B1%BF>,
        "鱿"^^xsd:string ;
    rdfs:comment "cuttlefish"@en .

<http://lexvo.org/id/char/9C80> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B2%80>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%BAn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tyun4>,
        <http://lexvo.org/id/term/yue/%E9%B2%80>,
        "鲀"^^xsd:string ;
    rdfs:comment "blowfish, globefish, Spheroides vermicular"@en .

<http://lexvo.org/id/char/9C81> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B2%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C7%94>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lou5>,
        <http://lexvo.org/id/term/yue/%E9%B2%81>,
        "鲁"^^xsd:string ;
    rdfs:comment "foolish, stupid, rash; vulgar"@en .

<http://lexvo.org/id/char/9C82> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B2%82>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%A1ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fong4>,
        <http://lexvo.org/id/term/yue/%E9%B2%82>,
        "鲂"^^xsd:string ;
    rdfs:comment "bream"@en .

<http://lexvo.org/id/char/9C83> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B2%83>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C4%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C4%81%20b%C3%A0>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/baa1>,
        <http://lexvo.org/id/term/yue/%E9%B2%83>,
        "鲃"^^xsd:string ;
    rdfs:comment "a kind of fish; a bonito, (same as 鮁) shark"@en .

<http://lexvo.org/id/char/9C84> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B2%84>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A9>,
        "鲄"^^xsd:string .

<http://lexvo.org/id/char/9C85> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B2%85>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%A0%200080.060%3Ab%C5%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C5%8D%20b%C3%A0>,
        "鲅"^^xsd:string ;
    rdfs:comment "fish name"@en .

<http://lexvo.org/id/char/9C86> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B2%86>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%ADng>,
        "鲆"^^xsd:string ;
    rdfs:comment "sole"@en .

<http://lexvo.org/id/char/9C87> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B2%87>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ni%C3%A1n>,
        "鲇"^^xsd:string ;
    rdfs:comment "sheatfish, parasilurus asotus"@en .

<http://lexvo.org/id/char/9C88> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B2%88>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%BA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lou4>,
        <http://lexvo.org/id/term/yue/%E9%B2%88>,
        "鲈"^^xsd:string ;
    rdfs:comment "sea perch, sea bass"@en .

<http://lexvo.org/id/char/9C89> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B2%89>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%B3u>,
        "鲉"^^xsd:string .

<http://lexvo.org/id/char/9C8A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B2%8A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C7%8E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C7%8E%20zh%C3%A0>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zaa2>,
        <http://lexvo.org/id/term/yue/%E9%B2%8A>,
        "鲊"^^xsd:string ;
    rdfs:comment "minced and salted fish; to preserve"@en .

<http://lexvo.org/id/char/9C8B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B2%8B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fu6>,
        <http://lexvo.org/id/term/yue/%E9%B2%8B>,
        "鲋"^^xsd:string ;
    rdfs:comment "carp, carassicus auratus"@en .

<http://lexvo.org/id/char/9C8C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B2%8C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%A0%200084.130%3Ab%C3%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%B3%20b%C3%A0>,
        "鲌"^^xsd:string .

<http://lexvo.org/id/char/9C8D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B2%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%A0o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/baau6>,
        <http://lexvo.org/id/term/yue/%E9%B2%8D>,
        "鲍"^^xsd:string ;
    rdfs:comment "abalone; dried fish; surname"@en .

<http://lexvo.org/id/char/9C8E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B2%8E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%B2u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hau6>,
        <http://lexvo.org/id/term/yue/%E9%B2%8E>,
        "鲎"^^xsd:string ;
    rdfs:comment "king crab"@en .

<http://lexvo.org/id/char/9C8F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B2%8F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C4%AB%20p%C3%AD%20j%C3%B9>,
        "鲏"^^xsd:string .

<http://lexvo.org/id/char/9C90> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B2%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%A1i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/toi4>,
        <http://lexvo.org/id/term/yue/%E9%B2%90>,
        "鲐"^^xsd:string ;
    rdfs:comment "globefish, tetraodon"@en .

<http://lexvo.org/id/char/9C91> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B2%91>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/gu%C4%AB%201274.030%3Axi%C3%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/gu%C4%AB%20w%C4%81%20xi%C3%A9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gwai1>,
        <http://lexvo.org/id/term/yue/%E9%B2%91>,
        "鲑"^^xsd:string ;
    rdfs:comment "salmon; spheroides vermicularis"@en .

<http://lexvo.org/id/char/9C92> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B2%92>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%A9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/git3>,
        <http://lexvo.org/id/term/yue/%E9%B2%92>,
        "鲒"^^xsd:string ;
    rdfs:comment "clam; oyster"@en .

<http://lexvo.org/id/char/9C93> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B2%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C7%8Eo%20k%C3%A0o>,
        "鲓"^^xsd:string .

<http://lexvo.org/id/char/9C94> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B2%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C4%9Bi>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fui2>,
        <http://lexvo.org/id/term/yue/%E9%B2%94>,
        "鲔"^^xsd:string ;
    rdfs:comment "kind of sturgeon, tuna"@en .

<http://lexvo.org/id/char/9C95> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C3%A9r>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B2%95>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ji4>,
        <http://lexvo.org/id/term/yue/%E9%B2%95>,
        "鲕"^^xsd:string ;
    rdfs:comment "roe"@en .

<http://lexvo.org/id/char/9C96> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B2%96>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%B3ng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%B3ng%20zh%C3%B2u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tung3>,
        <http://lexvo.org/id/term/yue/%E9%B2%96>,
        "鲖"^^xsd:string ;
    rdfs:comment "snakefish"@en .

<http://lexvo.org/id/char/9C97> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B2%97>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C3%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C3%A9i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/caak6>,
        <http://lexvo.org/id/term/yue/%E9%B2%97>,
        "鲗"^^xsd:string ;
    rdfs:comment "cuttlefish"@en .

<http://lexvo.org/id/char/9C98> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B2%98>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%B2u>,
        "鲘"^^xsd:string .

<http://lexvo.org/id/char/9C99> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B2%99>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ku%C3%A0i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kui2>,
        <http://lexvo.org/id/term/yue/%E9%B2%99>,
        "鲙"^^xsd:string ;
    rdfs:comment "minced fish; hash"@en .

<http://lexvo.org/id/char/9C9A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B2%9A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cai5>,
        <http://lexvo.org/id/term/yue/%E9%B2%9A>,
        "鲚"^^xsd:string ;
    rdfs:comment "anchovy"@en .

<http://lexvo.org/id/char/9C9B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B2%9B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C4%81o>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C7%8Eo%20ji%C4%81o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gaau1>,
        <http://lexvo.org/id/term/yue/%E9%B2%9B>,
        "鲛"^^xsd:string ;
    rdfs:comment "shark"@en .

<http://lexvo.org/id/char/9C9C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B2%9C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C4%81n%201249.090%3Axi%C7%8En>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C4%81n%20xi%C7%8En%20xi%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sin1%20sin2>,
        <http://lexvo.org/id/term/yue/%E9%B2%9C>,
        "鲜"^^xsd:string ;
    rdfs:comment "fresh; delicious; attractive"@en .

<http://lexvo.org/id/char/9C9D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B2%9D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C7%8E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C7%8E>,
        "鲝"^^xsd:string .

<http://lexvo.org/id/char/9C9E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B2%9E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C7%8Eng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/soeng2>,
        <http://lexvo.org/id/term/yue/%E9%B2%9E>,
        "鲞"^^xsd:string ;
    rdfs:comment "dried fish"@en .

<http://lexvo.org/id/char/9C9F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B2%9F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C3%BAn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cam4>,
        <http://lexvo.org/id/term/yue/%E9%B2%9F>,
        "鲟"^^xsd:string ;
    rdfs:comment "sturgeon"@en .

<http://lexvo.org/id/char/9CA0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B2%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C4%9Bng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gang2>,
        <http://lexvo.org/id/term/yue/%E9%B2%A0>,
        "鲠"^^xsd:string ;
    rdfs:comment "fish bones; honest, upright"@en .

<http://lexvo.org/id/char/9CA1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B2%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lei4>,
        <http://lexvo.org/id/term/yue/%E9%B2%A1>,
        "鲡"^^xsd:string ;
    rdfs:comment "eel"@en .

<http://lexvo.org/id/char/9CA2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B2%A2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lin4>,
        <http://lexvo.org/id/term/yue/%E9%B2%A2>,
        "鲢"^^xsd:string ;
    rdfs:comment "silver carp, hypophthalmiathys"@en .

<http://lexvo.org/id/char/9CA3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B2%A3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C4%81n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gin1>,
        <http://lexvo.org/id/term/yue/%E9%B2%A3>,
        "鲣"^^xsd:string ;
    rdfs:comment "skipjack, bonito"@en .

<http://lexvo.org/id/char/9CA4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B2%A4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C7%90>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lei5>,
        <http://lexvo.org/id/term/yue/%E9%B2%A4>,
        "鲤"^^xsd:string ;
    rdfs:comment "carp"@en .

<http://lexvo.org/id/char/9CA5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B2%A5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/si4>,
        <http://lexvo.org/id/term/yue/%E9%B2%A5>,
        "鲥"^^xsd:string ;
    rdfs:comment "reeves' shad; hilsa herring"@en .

<http://lexvo.org/id/char/9CA6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B2%A6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ti%C3%A1o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tiu4>,
        <http://lexvo.org/id/term/yue/%E9%B2%A6>,
        "鲦"^^xsd:string ;
    rdfs:comment "minnow"@en .

<http://lexvo.org/id/char/9CA7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B2%A7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C7%94n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gwan2>,
        <http://lexvo.org/id/term/yue/%E9%B2%A7>,
        "鲧"^^xsd:string ;
    rdfs:comment "giant fish; father of emperor"@en .

<http://lexvo.org/id/char/9CA8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B2%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C4%81>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/saa1>,
        <http://lexvo.org/id/term/yue/%E9%B2%A8>,
        "鲨"^^xsd:string ;
    rdfs:comment "shark"@en .

<http://lexvo.org/id/char/9CA9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B2%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%A0n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C7%8En%20hu%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/waan5>,
        <http://lexvo.org/id/term/yue/%E9%B2%A9>,
        "鲩"^^xsd:string ;
    rdfs:comment "carp"@en .

<http://lexvo.org/id/char/9CAA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B2%AA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C5%ABn>,
        "鲪"^^xsd:string .

<http://lexvo.org/id/char/9CAB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B2%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zik1>,
        <http://lexvo.org/id/term/yue/%E9%B2%AB>,
        "鲫"^^xsd:string ;
    rdfs:comment "Carassius auratus, crucian carp"@en .

<http://lexvo.org/id/char/9CAC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B2%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%92ng>,
        "鲬"^^xsd:string ;
    rdfs:comment "a flathead (fish)"@en .

<http://lexvo.org/id/char/9CAD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B2%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C4%ABng%201472.020%3Azh%C4%93ng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C4%ABng%20zh%C4%93ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cing1>,
        <http://lexvo.org/id/term/yue/%E9%B2%AD>,
        "鲭"^^xsd:string ;
    rdfs:comment "mackerel"@en .

<http://lexvo.org/id/char/9CAE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B2%AE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%ADng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ling4>,
        <http://lexvo.org/id/term/yue/%E9%B2%AE>,
        "鲮"^^xsd:string ;
    rdfs:comment "carp"@en .

<http://lexvo.org/id/char/9CAF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B2%AF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C3%AD>,
        "鲯"^^xsd:string ;
    rdfs:comment "coryphaena hippurus"@en .

<http://lexvo.org/id/char/9CB0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B2%B0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C5%8Du>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zau1>,
        <http://lexvo.org/id/term/yue/%E9%B2%B0>,
        "鲰"^^xsd:string ;
    rdfs:comment "small fish; small; minnow"@en .

<http://lexvo.org/id/char/9CB1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B2%B1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C4%93i>,
        "鲱"^^xsd:string ;
    rdfs:comment "herring"@en .

<http://lexvo.org/id/char/9CB2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B2%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C5%ABn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gwan1>,
        <http://lexvo.org/id/term/yue/%E9%B2%B2>,
        "鲲"^^xsd:string ;
    rdfs:comment "spawn; roe; fy"@en .

<http://lexvo.org/id/char/9CB3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B2%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C4%81ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/coeng1>,
        <http://lexvo.org/id/term/yue/%E9%B2%B3>,
        "鲳"^^xsd:string ;
    rdfs:comment "the silvery pomfret, Stromateoides argenteus"@en .

<http://lexvo.org/id/char/9CB4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B2%B4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C3%B9>,
        "鲴"^^xsd:string ;
    rdfs:comment "fish guts"@en .

<http://lexvo.org/id/char/9CB5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B2%B5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C3%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ngai4>,
        <http://lexvo.org/id/term/yue/%E9%B2%B5>,
        "鲵"^^xsd:string ;
    rdfs:comment "Cryptobranchus japonicus; a salamander"@en .

<http://lexvo.org/id/char/9CB6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B2%B6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ni%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/nim4>,
        <http://lexvo.org/id/term/yue/%E9%B2%B6>,
        "鲶"^^xsd:string ;
    rdfs:comment "sheat"@en .

<http://lexvo.org/id/char/9CB7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B2%B7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/di%C4%81o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/diu1>,
        <http://lexvo.org/id/term/yue/%E9%B2%B7>,
        "鲷"^^xsd:string ;
    rdfs:comment "pagrosomus major, porgy"@en .

<http://lexvo.org/id/char/9CB8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B2%B8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C4%ABng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C4%ABng%20q%C3%ADng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/king4>,
        <http://lexvo.org/id/term/yue/%E9%B2%B8>,
        "鲸"^^xsd:string ;
    rdfs:comment "whale"@en .

<http://lexvo.org/id/char/9CB9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B2%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C4%93n>,
        "鲹"^^xsd:string ;
    rdfs:comment "a horse mackerel"@en .

<http://lexvo.org/id/char/9CBA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B2%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C4%AB>,
        "鲺"^^xsd:string ;
    rdfs:comment "cat fish"@en .

<http://lexvo.org/id/char/9CBB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B2%BB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C4%AB>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zi1>,
        <http://lexvo.org/id/term/yue/%E9%B2%BB>,
        "鲻"^^xsd:string ;
    rdfs:comment "mullet"@en .

<http://lexvo.org/id/char/9CBC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B2%BC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%A8n>,
        "鲼"^^xsd:string ;
    rdfs:comment "fish"@en .

<http://lexvo.org/id/char/9CBD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B2%BD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/di%C3%A9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dip6>,
        <http://lexvo.org/id/term/yue/%E9%B2%BD>,
        "鲽"^^xsd:string ;
    rdfs:comment "flatfish; flounder; sole"@en .

<http://lexvo.org/id/char/9CBE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B2%BE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%AC%20b%C4%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C4%AB>,
        "鲾"^^xsd:string .

<http://lexvo.org/id/char/9CBF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B2%BF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%A1ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/soeng4>,
        <http://lexvo.org/id/term/yue/%E9%B2%BF>,
        "鲿"^^xsd:string ;
    rdfs:comment "codfish"@en .

<http://lexvo.org/id/char/9CC0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B3%80>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%AC%20t%C3%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tai4>,
        <http://lexvo.org/id/term/yue/%E9%B3%80>,
        "鳀"^^xsd:string ;
    rdfs:comment "anchovy"@en .

<http://lexvo.org/id/char/9CC1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B3%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C4%93n>,
        "鳁"^^xsd:string ;
    rdfs:comment "sardine"@en .

<http://lexvo.org/id/char/9CC2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B3%82>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C4%93i>,
        "鳂"^^xsd:string ;
    rdfs:comment "name of fish"@en .

<http://lexvo.org/id/char/9CC3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B3%83>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C4%81i>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C4%81i%20x%C7%90>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/soi1>,
        <http://lexvo.org/id/term/yue/%E9%B3%83>,
        "鳃"^^xsd:string ;
    rdfs:comment "fish gills"@en .

<http://lexvo.org/id/char/9CC4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C3%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B3%84>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ngok6>,
        <http://lexvo.org/id/term/yue/%E9%B3%84>,
        "鳄"^^xsd:string ;
    rdfs:comment "alligator"@en .

<http://lexvo.org/id/char/9CC5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B3%85>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C5%AB>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cau1>,
        <http://lexvo.org/id/term/yue/%E9%B3%85>,
        "鳅"^^xsd:string ;
    rdfs:comment "loach"@en .

<http://lexvo.org/id/char/9CC6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B3%86>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fuk1>,
        <http://lexvo.org/id/term/yue/%E9%B3%86>,
        "鳆"^^xsd:string ;
    rdfs:comment "abalone"@en .

<http://lexvo.org/id/char/9CC7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B3%87>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%A1ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wong4>,
        <http://lexvo.org/id/term/yue/%E9%B3%87>,
        "鳇"^^xsd:string ;
    rdfs:comment "sturgeon"@en .

<http://lexvo.org/id/char/9CC8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B3%88>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qu%C3%A1n>,
        "鳈"^^xsd:string ;
    rdfs:comment "name of fish"@en .

<http://lexvo.org/id/char/9CC9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B3%89>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C4%81ng>,
        "鳉"^^xsd:string ;
    rdfs:comment "name of fish"@en .

<http://lexvo.org/id/char/9CCA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B3%8A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/bi%C4%81n>,
        "鳊"^^xsd:string ;
    rdfs:comment "bream"@en .

<http://lexvo.org/id/char/9CCB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B3%8B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C4%81o>,
        "鳋"^^xsd:string ;
    rdfs:comment "carp"@en .

<http://lexvo.org/id/char/9CCC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C3%A1o>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B3%8C>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ngou4>,
        <http://lexvo.org/id/term/yue/%E9%B3%8C>,
        "鳌"^^xsd:string ;
    rdfs:comment "huge sea turtle"@en .

<http://lexvo.org/id/char/9CCD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B3%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C3%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kei4>,
        <http://lexvo.org/id/term/yue/%E9%B3%8D>,
        "鳍"^^xsd:string ;
    rdfs:comment "fin"@en .

<http://lexvo.org/id/char/9CCE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B3%8E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%A0%20t%C7%8E%20di%C3%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C7%8E>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/taap3>,
        <http://lexvo.org/id/term/yue/%E9%B3%8E>,
        "鳎"^^xsd:string ;
    rdfs:comment "sole"@en .

<http://lexvo.org/id/char/9CCF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B3%8F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/gu%C4%81n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%ADn%20gu%C4%81n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gwaan1>,
        <http://lexvo.org/id/term/yue/%E9%B3%8F>,
        "鳏"^^xsd:string ;
    rdfs:comment "huge fish; widower; bachelor"@en .

<http://lexvo.org/id/char/9CD0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B3%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A1o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jiu4>,
        <http://lexvo.org/id/term/yue/%E9%B3%90>,
        "鳐"^^xsd:string ;
    rdfs:comment "the nautilus; the ray"@en .

<http://lexvo.org/id/char/9CD1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B3%91>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%A1ng%20p%C3%A1ng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%A1ng>,
        "鳑"^^xsd:string .

<http://lexvo.org/id/char/9CD2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B3%92>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C4%81n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gim1>,
        <http://lexvo.org/id/term/yue/%E9%B3%92>,
        "鳒"^^xsd:string ;
    rdfs:comment "big-mouthed flounder"@en .

<http://lexvo.org/id/char/9CD3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B3%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%A8>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lak6>,
        <http://lexvo.org/id/term/yue/%E9%B3%93>,
        "鳓"^^xsd:string ;
    rdfs:comment "Chinese herring; shad"@en .

<http://lexvo.org/id/char/9CD4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B3%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/bi%C3%A0o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/piu5>,
        <http://lexvo.org/id/term/yue/%E9%B3%94>,
        "鳔"^^xsd:string ;
    rdfs:comment "swimming bladder of fish"@en .

<http://lexvo.org/id/char/9CD5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B3%95>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xu%C4%9B>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/syut3>,
        <http://lexvo.org/id/term/yue/%E9%B3%95>,
        "鳕"^^xsd:string ;
    rdfs:comment "codfish"@en .

<http://lexvo.org/id/char/9CD6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B3%96>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/bi%C4%93>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bit3>,
        <http://lexvo.org/id/term/yue/%E9%B3%96>,
        "鳖"^^xsd:string ;
    rdfs:comment "turtle"@en .

<http://lexvo.org/id/char/9CD7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B3%97>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/maan4>,
        <http://lexvo.org/id/term/yue/%E9%B3%97>,
        "鳗"^^xsd:string ;
    rdfs:comment "eel"@en .

<http://lexvo.org/id/char/9CD8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B3%98>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C7%90n>,
        "鳘"^^xsd:string ;
    rdfs:comment "codfish"@en .

<http://lexvo.org/id/char/9CD9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B3%99>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%B3ng%20y%C5%8Dng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C5%8Dng>,
        "鳙"^^xsd:string ;
    rdfs:comment "bighead"@en .

<http://lexvo.org/id/char/9CDA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B3%9A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C3%A8i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/to5%20waai3>,
        <http://lexvo.org/id/term/yue/%E9%B3%9A>,
        "鳚"^^xsd:string ;
    rdfs:comment "general term of a kind of fish, a snake-like fish"@en .

<http://lexvo.org/id/char/9CDB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B3%9B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C3%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zaap6>,
        <http://lexvo.org/id/term/yue/%E9%B3%9B>,
        "鳛"^^xsd:string ;
    rdfs:comment "the weather or dojo loach, Misgurnus anguillicaudatus"@en .

<http://lexvo.org/id/char/9CDC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B3%9C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/gu%C3%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ju%C3%A9%20gu%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gwai3>,
        <http://lexvo.org/id/term/yue/%E9%B3%9C>,
        "鳜"^^xsd:string ;
    rdfs:comment "mandarin fish"@en .

<http://lexvo.org/id/char/9CDD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B3%9D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sin5>,
        <http://lexvo.org/id/term/yue/%E9%B3%9D>,
        "鳝"^^xsd:string ;
    rdfs:comment "eel"@en .

<http://lexvo.org/id/char/9CDE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B3%9E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%ADn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/leon4>,
        <http://lexvo.org/id/term/yue/%E9%B3%9E>,
        "鳞"^^xsd:string ;
    rdfs:comment "fish scales"@en .

<http://lexvo.org/id/char/9CDF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B3%9F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C3%B9n%20z%C5%ABn>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C5%ABn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cyun5%20zyun1>,
        <http://lexvo.org/id/term/yue/%E9%B3%9F>,
        "鳟"^^xsd:string ;
    rdfs:comment "barbel"@en .

<http://lexvo.org/id/char/9CE0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B3%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%B2%20h%C3%B9>,
        "鳠"^^xsd:string .

<http://lexvo.org/id/char/9CE1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B3%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C7%8En>,
        "鳡"^^xsd:string .

<http://lexvo.org/id/char/9CE2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B3%A2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C7%90>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lai5>,
        <http://lexvo.org/id/term/yue/%E9%B3%A2>,
        "鳢"^^xsd:string ;
    rdfs:comment "snakehead"@en .

<http://lexvo.org/id/char/9CE3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B3%A3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C4%81n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C4%81n%20sh%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zin1>,
        <http://lexvo.org/id/term/yue/%E9%B3%A3>,
        "鳣"^^xsd:string ;
    rdfs:comment "sturgeon"@en .

<http://lexvo.org/id/char/9CE4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B3%A4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/gu%C7%8En>,
        "鳤"^^xsd:string .

<http://lexvo.org/id/char/9CE6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B3%A6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%90%20y%C3%AC>,
        <http://lexvo.org/id/term/kor/%E9%B3%A6>,
        <http://lexvo.org/id/term/kor/UL>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jyut3%20jyut6>,
        <http://lexvo.org/id/term/yue/%E9%B3%A6>,
        "鳦"^^xsd:string ;
    rdfs:comment "swallow"@en .

<http://lexvo.org/id/char/9CE7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B3%A7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%BA>,
        <http://lexvo.org/id/term/kor/%E9%B3%A7>,
        <http://lexvo.org/id/term/kor/PWU>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fu4>,
        <http://lexvo.org/id/term/yue/%E9%B3%A7>,
        "鳧"^^xsd:string ;
    rdfs:comment "wild duck, teal; swim"@en .

<http://lexvo.org/id/char/9CE8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B3%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%AC>,
        "鳨"^^xsd:string .

<http://lexvo.org/id/char/9CE9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B3%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C5%AB%20qi%C3%BA%20zh%C3%AC>,
        <http://lexvo.org/id/term/kor/%E9%B3%A9>,
        <http://lexvo.org/id/term/kor/KWU>,
        <http://lexvo.org/id/term/vie/c%C6%B0u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gau1%20kau2>,
        <http://lexvo.org/id/term/yue/%E9%B3%A9>,
        "鳩"^^xsd:string ;
    rdfs:comment "pigeon, dove; collect, assemble"@en .

<http://lexvo.org/id/char/9CEA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B3%AA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C7%94>,
        "鳪"^^xsd:string .

<http://lexvo.org/id/char/9CEB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B3%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A0n>,
        "鳫"^^xsd:string ;
    rdfs:comment "wild goose"@en .

<http://lexvo.org/id/char/9CEC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B3%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%BA>,
        <http://lexvo.org/id/term/kor/%E9%B3%AC>,
        <http://lexvo.org/id/term/kor/PWU>,
        "鳬"^^xsd:string ;
    rdfs:comment "wild duck, teal; swim"@en .

<http://lexvo.org/id/char/9CED> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B3%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/di%C4%81o%20zh%C4%81o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dou1>,
        <http://lexvo.org/id/term/yue/%E9%B3%AD>,
        "鳭"^^xsd:string .

<http://lexvo.org/id/char/9CEE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B3%AE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C4%AB>,
        <http://lexvo.org/id/term/kor/%E9%B3%AE>,
        <http://lexvo.org/id/term/kor/KYEY>,
        "鳮"^^xsd:string ;
    rdfs:comment "chickens; domestic fowl"@en .

<http://lexvo.org/id/char/9CEF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B3%AF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%A8ng>,
        <http://lexvo.org/id/term/kor/%E9%B3%AF>,
        <http://lexvo.org/id/term/kor/PONG>,
        "鳯"^^xsd:string ;
    rdfs:comment "male phoenix; symbol of joy"@en .

<http://lexvo.org/id/char/9CF0> a lvont:Character ;
    lvont:represents "鳰"^^xsd:string .

<http://lexvo.org/id/char/9CF1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B3%B1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C4%81n%20h%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gon1%20hon6>,
        <http://lexvo.org/id/term/yue/%E9%B3%B1>,
        "鳱"^^xsd:string .

<http://lexvo.org/id/char/9CF2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B3%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C4%AB>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/si1>,
        <http://lexvo.org/id/term/yue/%E9%B3%B2>,
        "鳲"^^xsd:string ;
    rdfs:comment "turtledove, cuckoo"@en .

<http://lexvo.org/id/char/9CF3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B3%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%A8ng>,
        <http://lexvo.org/id/term/kor/%E9%B3%B3>,
        <http://lexvo.org/id/term/kor/PONG>,
        <http://lexvo.org/id/term/vie/ph%C6%B0%E1%BB%A3ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fung6>,
        <http://lexvo.org/id/term/yue/%E9%B3%B3>,
        "鳳"^^xsd:string ;
    rdfs:comment "male phoenix; symbol of joy"@en .

<http://lexvo.org/id/char/9CF4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B3%B4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%ADng>,
        <http://lexvo.org/id/term/kor/%E9%B3%B4>,
        <http://lexvo.org/id/term/kor/MYENG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ming4>,
        <http://lexvo.org/id/term/yue/%E9%B3%B4>,
        "鳴"^^xsd:string ;
    rdfs:comment "cry of bird or animal; make sound"@en .

<http://lexvo.org/id/char/9CF5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B3%B5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C7%8Eo>,
        "鳵"^^xsd:string .

<http://lexvo.org/id/char/9CF6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B3%B6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/yu%C4%81n>,
        <http://lexvo.org/id/term/kor/%E9%B3%B6>,
        <http://lexvo.org/id/term/kor/YEN>,
        <http://lexvo.org/id/term/vie/di%E1%BB%81u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jyun1>,
        <http://lexvo.org/id/term/yue/%E9%B3%B6>,
        "鳶"^^xsd:string ;
    rdfs:comment "kite; Milvus species (various)"@en .

<http://lexvo.org/id/char/9CF7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B3%B7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C4%AB>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zi1>,
        <http://lexvo.org/id/term/yue/%E9%B3%B7>,
        "鳷"^^xsd:string ;
    rdfs:comment "jay (Garrulus lidthi)"@en .

<http://lexvo.org/id/char/9CF8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B3%B8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%B9>,
        "鳸"^^xsd:string .

<http://lexvo.org/id/char/9CF9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B3%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C3%ADn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ling4>,
        <http://lexvo.org/id/term/yue/%E9%B3%B9>,
        "鳹"^^xsd:string .

<http://lexvo.org/id/char/9CFA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B3%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C5%AB>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fu1>,
        <http://lexvo.org/id/term/yue/%E9%B3%BA>,
        "鳺"^^xsd:string .

<http://lexvo.org/id/char/9CFB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B3%BB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C4%93n>,
        "鳻"^^xsd:string ;
    rdfs:comment "the wild pigeon"@en .

<http://lexvo.org/id/char/9CFC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B3%BC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C3%A9n>,
        "鳼"^^xsd:string .

<http://lexvo.org/id/char/9CFD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B3%BD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C4%81n>,
        "鳽"^^xsd:string .

<http://lexvo.org/id/char/9CFE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B3%BE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C4%AB>,
        "鳾"^^xsd:string ;
    rdfs:comment "general term for a group of small birds"@en .

<http://lexvo.org/id/char/9CFF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B3%BF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/juk6>,
        <http://lexvo.org/id/term/yue/%E9%B3%BF>,
        "鳿"^^xsd:string .

<http://lexvo.org/id/char/9D00> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B4%80>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C7%92u%20f%C3%B3u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fau4>,
        <http://lexvo.org/id/term/yue/%E9%B4%80>,
        "鴀"^^xsd:string .

<http://lexvo.org/id/char/9D01> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B4%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C4%81o%20%C7%8Eo>,
        "鴁"^^xsd:string ;
    rdfs:comment "a legendary bird"@en .

<http://lexvo.org/id/char/9D02> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B4%82>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ju%C3%A8%20ju%C3%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ju%C3%A9>,
        "鴂"^^xsd:string ;
    rdfs:comment "the tailor-bird; the working bird"@en .

<http://lexvo.org/id/char/9D03> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B4%83>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ju%C3%A9>,
        <http://lexvo.org/id/term/kor/%E9%B4%83>,
        <http://lexvo.org/id/term/kor/KYEK>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kyut3>,
        <http://lexvo.org/id/term/yue/%E9%B4%83>,
        "鴃"^^xsd:string ;
    rdfs:comment "shrike; butcherbird"@en .

<http://lexvo.org/id/char/9D04> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B4%84>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C4%AB>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/pat1>,
        <http://lexvo.org/id/term/yue/%E9%B4%84>,
        "鴄"^^xsd:string ;
    rdfs:comment "duck"@en .

<http://lexvo.org/id/char/9D05> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B4%85>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C4%81n>,
        "鴅"^^xsd:string .

<http://lexvo.org/id/char/9D06> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B4%86>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%A8n>,
        <http://lexvo.org/id/term/kor/%E9%B4%86>,
        <http://lexvo.org/id/term/kor/CIM>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zam6>,
        <http://lexvo.org/id/term/yue/%E9%B4%86>,
        "鴆"^^xsd:string ;
    rdfs:comment "a bird resembling the secretary falcon"@en .

<http://lexvo.org/id/char/9D07> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B4%87>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C7%8Eo>,
        <http://lexvo.org/id/term/kor/%E9%B4%87>,
        <http://lexvo.org/id/term/kor/PO>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bou2>,
        <http://lexvo.org/id/term/yue/%E9%B4%87>,
        "鴇"^^xsd:string ;
    rdfs:comment "bustard; procuress; Otis species (various)"@en .

<http://lexvo.org/id/char/9D08> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B4%88>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E9%B4%88>,
        <http://lexvo.org/id/term/kor/AN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ngaan6>,
        <http://lexvo.org/id/term/yue/%E9%B4%88>,
        "鴈"^^xsd:string ;
    rdfs:comment "wild goose"@en .

<http://lexvo.org/id/char/9D09> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B4%89>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C4%81%20y%C7%8E>,
        <http://lexvo.org/id/term/kor/%E9%B4%89>,
        <http://lexvo.org/id/term/kor/A>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/aa1%20ngaa1>,
        <http://lexvo.org/id/term/yue/%E9%B4%89>,
        "鴉"^^xsd:string ;
    rdfs:comment "crow, raven; Corvus species (various)"@en .

<http://lexvo.org/id/char/9D0A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B4%8A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%A8ng>,
        "鴊"^^xsd:string .

<http://lexvo.org/id/char/9D0B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B4%8B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C4%81ng>,
        "鴋"^^xsd:string .

<http://lexvo.org/id/char/9D0C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B4%8C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%A8ng>,
        <http://lexvo.org/id/term/kor/%E9%B4%8C>,
        <http://lexvo.org/id/term/kor/PONG>,
        "鴌"^^xsd:string .

<http://lexvo.org/id/char/9D0D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B4%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C3%A9n>,
        "鴍"^^xsd:string .

<http://lexvo.org/id/char/9D0E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C5%8Du>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B4%8E>,
        "鴎"^^xsd:string ;
    rdfs:comment "seagull, tern"@en .

<http://lexvo.org/id/char/9D0F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B4%8F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%A8>,
        "鴏"^^xsd:string .

<http://lexvo.org/id/char/9D10> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B4%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C4%81>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gaa1>,
        <http://lexvo.org/id/term/yue/%E9%B4%90>,
        "鴐"^^xsd:string .

<http://lexvo.org/id/char/9D11> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B4%91>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C3%BA>,
        "鴑"^^xsd:string .

<http://lexvo.org/id/char/9D12> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B4%92>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%ADng>,
        <http://lexvo.org/id/term/kor/%E9%B4%92>,
        <http://lexvo.org/id/term/kor/LYENG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ling4>,
        <http://lexvo.org/id/term/yue/%E9%B4%92>,
        "鴒"^^xsd:string ;
    rdfs:comment "species of lark; wagtail; Motacilla species (various)"@en .

<http://lexvo.org/id/char/9D13> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B4%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/mi%C3%A8>,
        "鴓"^^xsd:string .

<http://lexvo.org/id/char/9D14> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B4%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%BA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fuk6>,
        <http://lexvo.org/id/term/yue/%E9%B4%94>,
        "鴔"^^xsd:string .

<http://lexvo.org/id/char/9D15> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B4%95>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/tu%C3%B3>,
        <http://lexvo.org/id/term/kor/%E9%B4%95>,
        <http://lexvo.org/id/term/kor/THA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/to4>,
        <http://lexvo.org/id/term/yue/%E9%B4%95>,
        "鴕"^^xsd:string ;
    rdfs:comment "ostrich; Struthio camelus"@en .

<http://lexvo.org/id/char/9D16> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B4%96>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C3%A9n>,
        "鴖"^^xsd:string .

<http://lexvo.org/id/char/9D17> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B4%97>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lap6>,
        <http://lexvo.org/id/term/yue/%E9%B4%97>,
        "鴗"^^xsd:string ;
    rdfs:comment "kingfisher"@en .

<http://lexvo.org/id/char/9D18> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B4%98>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/bi%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E9%B4%98>,
        <http://lexvo.org/id/term/kor/PYEN>,
        "鴘"^^xsd:string .

<http://lexvo.org/id/char/9D19> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B4%99>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%AC>,
        <http://lexvo.org/id/term/kor/%E9%B4%99>,
        <http://lexvo.org/id/term/kor/CHI>,
        "鴙"^^xsd:string .

<http://lexvo.org/id/char/9D1A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B4%9A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C4%93%20ji%C4%81>,
        "鴚"^^xsd:string .

<http://lexvo.org/id/char/9D1B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B4%9B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/yu%C4%81n>,
        <http://lexvo.org/id/term/kor/%E9%B4%9B>,
        <http://lexvo.org/id/term/kor/WEN>,
        <http://lexvo.org/id/term/vie/uy%C3%AAn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jin1%20jyun1>,
        <http://lexvo.org/id/term/yue/%E9%B4%9B>,
        "鴛"^^xsd:string ;
    rdfs:comment "male mandarin duck (Aix galericulata)"@en .

<http://lexvo.org/id/char/9D1C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B4%9C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C4%AB>,
        "鴜"^^xsd:string .

<http://lexvo.org/id/char/9D1D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B4%9D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C3%BA%20g%C5%8Du%20g%C3%B2u>,
        <http://lexvo.org/id/term/vie/cu>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/keoi4>,
        <http://lexvo.org/id/term/yue/%E9%B4%9D>,
        "鴝"^^xsd:string ;
    rdfs:comment "mynah; Erithacus species (various)"@en .

<http://lexvo.org/id/char/9D1E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B4%9E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C4%81o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hiu1>,
        <http://lexvo.org/id/term/yue/%E9%B4%9E>,
        "鴞"^^xsd:string ;
    rdfs:comment "owl"@en .

<http://lexvo.org/id/char/9D1F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B4%9F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C4%AB%20zh%C4%AB>,
        <http://lexvo.org/id/term/kor/%E9%B4%9F>,
        <http://lexvo.org/id/term/kor/CHI>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ci1>,
        <http://lexvo.org/id/term/yue/%E9%B4%9F>,
        "鴟"^^xsd:string ;
    rdfs:comment "kite, horned owl; wine cups"@en .

<http://lexvo.org/id/char/9D20> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B4%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/taan3>,
        <http://lexvo.org/id/term/yue/%E9%B4%A0>,
        "鴠"^^xsd:string ;
    rdfs:comment "a kind of nightingale"@en .

<http://lexvo.org/id/char/9D21> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B4%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C5%AB>,
        "鴡"^^xsd:string .

<http://lexvo.org/id/char/9D22> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B4%A2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%B2u>,
        "鴢"^^xsd:string .

<http://lexvo.org/id/char/9D23> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B4%A3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C5%AB>,
        <http://lexvo.org/id/term/kor/%E9%B4%A3>,
        <http://lexvo.org/id/term/kor/KO>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gu1>,
        <http://lexvo.org/id/term/yue/%E9%B4%A3>,
        "鴣"^^xsd:string ;
    rdfs:comment "species of Taiwan pigeon"@en .

<http://lexvo.org/id/char/9D24> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B4%A4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C5%8Dng>,
        "鴤"^^xsd:string .

<http://lexvo.org/id/char/9D25> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B4%A5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wat6>,
        <http://lexvo.org/id/term/yue/%E9%B4%A5>,
        "鴥"^^xsd:string ;
    rdfs:comment "swoop"@en .

<http://lexvo.org/id/char/9D26> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B4%A6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C4%81ng>,
        <http://lexvo.org/id/term/kor/%E9%B4%A6>,
        <http://lexvo.org/id/term/kor/ANG>,
        <http://lexvo.org/id/term/vie/%C6%B0%C6%A1ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/joeng1>,
        <http://lexvo.org/id/term/yue/%E9%B4%A6>,
        "鴦"^^xsd:string ;
    rdfs:comment "female mandarin duck (Aix galericulata)"@en .

<http://lexvo.org/id/char/9D27> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B4%A7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/r%C3%B2ng>,
        "鴧"^^xsd:string .

<http://lexvo.org/id/char/9D28> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B4%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C4%81>,
        <http://lexvo.org/id/term/kor/%E9%B4%A8>,
        <http://lexvo.org/id/term/kor/AP>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/aap3%20ngaap3>,
        <http://lexvo.org/id/term/yue/%E9%B4%A8>,
        "鴨"^^xsd:string ;
    rdfs:comment "duck; Anas species (various)"@en .

<http://lexvo.org/id/char/9D29> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B4%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ti%C4%9B%20h%C3%BA>,
        "鴩"^^xsd:string .

<http://lexvo.org/id/char/9D2A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B4%AA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%B9>,
        "鴪"^^xsd:string ;
    rdfs:comment "swoop"@en .

<http://lexvo.org/id/char/9D2B> a lvont:Character ;
    lvont:represents "鴫"^^xsd:string ;
    rdfs:comment "a snipe"@en .

<http://lexvo.org/id/char/9D2C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B4%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C4%ABng>,
        "鴬"^^xsd:string ;
    rdfs:comment "oriole, green finch"@en .

<http://lexvo.org/id/char/9D2D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B4%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zhu%C4%AB>,
        "鴭"^^xsd:string .

<http://lexvo.org/id/char/9D2E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B4%AE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C5%AB>,
        "鴮"^^xsd:string .

<http://lexvo.org/id/char/9D2F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C3%A9r>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B4%AF>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ji4>,
        <http://lexvo.org/id/term/yue/%E9%B4%AF>,
        "鴯"^^xsd:string ;
    rdfs:comment "swallow"@en .

<http://lexvo.org/id/char/9D30> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B4%B0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/gu%C4%81>,
        <http://lexvo.org/id/term/kor/%E9%B4%B0>,
        <http://lexvo.org/id/term/kor/KWAL>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kut3>,
        <http://lexvo.org/id/term/yue/%E9%B4%B0>,
        "鴰"^^xsd:string ;
    rdfs:comment "the crow"@en .

<http://lexvo.org/id/char/9D31> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C3%A0i>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B4%B1>,
        "鴱"^^xsd:string .

<http://lexvo.org/id/char/9D32> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B4%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C4%AB>,
        "鴲"^^xsd:string .

<http://lexvo.org/id/char/9D33> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B4%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/aan3%20ngaan3>,
        <http://lexvo.org/id/term/yue/%E9%B4%B3>,
        "鴳"^^xsd:string ;
    rdfs:comment "quail"@en .

<http://lexvo.org/id/char/9D34> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B4%B4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A9ng%20h%C3%A1ng>,
        "鴴"^^xsd:string .

<http://lexvo.org/id/char/9D35> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B4%B5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C4%81o>,
        "鴵"^^xsd:string .

<http://lexvo.org/id/char/9D36> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B4%B6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%AD>,
        <http://lexvo.org/id/term/kor/%E9%B4%B6>,
        <http://lexvo.org/id/term/kor/AL>,
        "鴶"^^xsd:string .

<http://lexvo.org/id/char/9D37> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B4%B7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C3%A8>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lit6>,
        <http://lexvo.org/id/term/yue/%E9%B4%B7>,
        "鴷"^^xsd:string ;
    rdfs:comment "a woodpecker"@en .

<http://lexvo.org/id/char/9D38> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B4%B8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C5%AB>,
        "鴸"^^xsd:string .

<http://lexvo.org/id/char/9D39> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B4%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/r%C3%A9n>,
        "鴹"^^xsd:string .

<http://lexvo.org/id/char/9D3A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B4%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ji4>,
        <http://lexvo.org/id/term/yue/%E9%B4%BA>,
        "鴺"^^xsd:string ;
    rdfs:comment "the pelican"@en .

<http://lexvo.org/id/char/9D3B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B4%BB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%B3ng%20h%C3%B2ng>,
        <http://lexvo.org/id/term/kor/%E9%B4%BB>,
        <http://lexvo.org/id/term/kor/HONG>,
        <http://lexvo.org/id/term/vie/h%E1%BB%93ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hung4>,
        <http://lexvo.org/id/term/yue/%E9%B4%BB>,
        "鴻"^^xsd:string ;
    rdfs:comment "species of wild swan; vast"@en .

<http://lexvo.org/id/char/9D3C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B4%BC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/lu%C3%B2>,
        "鴼"^^xsd:string .

<http://lexvo.org/id/char/9D3D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B4%BD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/r%C3%BA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jyu4>,
        <http://lexvo.org/id/term/yue/%E9%B4%BD>,
        "鴽"^^xsd:string ;
    rdfs:comment "a species of bird resembling quail"@en .

<http://lexvo.org/id/char/9D3E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B4%BE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%B3u>,
        "鴾"^^xsd:string ;
    rdfs:comment "a crested ibis"@en .

<http://lexvo.org/id/char/9D3F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B4%BF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C4%93>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gaap3%20gap3>,
        <http://lexvo.org/id/term/yue/%E9%B4%BF>,
        "鴿"^^xsd:string ;
    rdfs:comment "pigeon, dove; Columba species (various)"@en .

<http://lexvo.org/id/char/9D40> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B5%80>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/r%C3%A8n%20r%C3%A9n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jam4>,
        <http://lexvo.org/id/term/yue/%E9%B5%80>,
        "鵀"^^xsd:string ;
    rdfs:comment "hoopoe"@en .

<http://lexvo.org/id/char/9D41> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B5%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C4%81o>,
        <http://lexvo.org/id/term/kor/%E9%B5%81>,
        <http://lexvo.org/id/term/kor/KYO>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gaau1>,
        <http://lexvo.org/id/term/yue/%E9%B5%81>,
        "鵁"^^xsd:string ;
    rdfs:comment "the fishing cormorant"@en .

<http://lexvo.org/id/char/9D42> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B5%82>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C5%AB>,
        <http://lexvo.org/id/term/kor/%E9%B5%82>,
        <http://lexvo.org/id/term/kor/HYU>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jau1>,
        <http://lexvo.org/id/term/yue/%E9%B5%82>,
        "鵂"^^xsd:string ;
    rdfs:comment "horned owl, scops chinensis; bird of ill omen"@en .

<http://lexvo.org/id/char/9D43> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B5%83>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C5%8Du%20zh%C4%81o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zau1>,
        <http://lexvo.org/id/term/yue/%E9%B5%83>,
        "鵃"^^xsd:string .

<http://lexvo.org/id/char/9D44> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B5%84>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C4%AB%20ch%C4%AB>,
        <http://lexvo.org/id/term/kor/%E9%B5%84>,
        <http://lexvo.org/id/term/kor/CHI>,
        "鵄"^^xsd:string ;
    rdfs:comment "variant of 鴟 U+9D1F, kite, horned owl; wine cups"@en .

<http://lexvo.org/id/char/9D45> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B5%85>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/lu%C3%B2>,
        "鵅"^^xsd:string .

<http://lexvo.org/id/char/9D46> a lvont:Character ;
    lvont:represents "鵆"^^xsd:string .

<http://lexvo.org/id/char/9D47> a lvont:Character ;
    lvont:represents "鵇"^^xsd:string .

<http://lexvo.org/id/char/9D48> a lvont:Character ;
    lvont:represents "鵈"^^xsd:string .

<http://lexvo.org/id/char/9D49> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B5%89>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/lu%C3%A1n>,
        "鵉"^^xsd:string .

<http://lexvo.org/id/char/9D4A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B5%8A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%A1>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gaap3>,
        <http://lexvo.org/id/term/yue/%E9%B5%8A>,
        "鵊"^^xsd:string .

<http://lexvo.org/id/char/9D4B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B5%8B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gei6>,
        <http://lexvo.org/id/term/yue/%E9%B5%8B>,
        "鵋"^^xsd:string .

<http://lexvo.org/id/char/9D4C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B5%8C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%BA%20t%C3%BA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tou4>,
        <http://lexvo.org/id/term/yue/%E9%B5%8C>,
        "鵌"^^xsd:string .

<http://lexvo.org/id/char/9D4D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B5%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C4%81n>,
        "鵍"^^xsd:string .

<http://lexvo.org/id/char/9D4E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B5%8E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/tu%C7%92>,
        "鵎"^^xsd:string .

<http://lexvo.org/id/char/9D4F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B5%8F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C5%AB%20b%C7%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C7%94>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bou2>,
        <http://lexvo.org/id/term/yue/%E9%B5%8F>,
        "鵏"^^xsd:string .

<http://lexvo.org/id/char/9D50> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B5%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C3%BA>,
        "鵐"^^xsd:string .

<http://lexvo.org/id/char/9D51> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B5%91>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ju%C4%81n>,
        <http://lexvo.org/id/term/kor/%E9%B5%91>,
        <http://lexvo.org/id/term/kor/KYEN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gyun1>,
        <http://lexvo.org/id/term/yue/%E9%B5%91>,
        "鵑"^^xsd:string ;
    rdfs:comment "cuckoo"@en .

<http://lexvo.org/id/char/9D52> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B5%92>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%B9>,
        <http://lexvo.org/id/term/vie/c%E1%BB%91c>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/juk6>,
        <http://lexvo.org/id/term/yue/%E9%B5%92>,
        "鵒"^^xsd:string ;
    rdfs:comment "mynah bird; Acridotheres tristis"@en .

<http://lexvo.org/id/char/9D53> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B5%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%B3>,
        <http://lexvo.org/id/term/kor/%E9%B5%93>,
        <http://lexvo.org/id/term/kor/PAL>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/but6>,
        <http://lexvo.org/id/term/yue/%E9%B5%93>,
        "鵓"^^xsd:string ;
    rdfs:comment "species of pigeon"@en .

<http://lexvo.org/id/char/9D54> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B5%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C3%B9n%20j%C3%B9n>,
        <http://lexvo.org/id/term/kor/%E9%B5%94>,
        <http://lexvo.org/id/term/kor/CWUN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zeon3>,
        <http://lexvo.org/id/term/yue/%E9%B5%94>,
        "鵔"^^xsd:string .

<http://lexvo.org/id/char/9D55> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B5%95>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C3%B9n>,
        "鵕"^^xsd:string .

<http://lexvo.org/id/char/9D56> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B5%96>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%AC%20b%C4%AB>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gip3>,
        <http://lexvo.org/id/term/yue/%E9%B5%96>,
        "鵖"^^xsd:string .

<http://lexvo.org/id/char/9D57> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B5%97>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C4%AB>,
        "鵗"^^xsd:string .

<http://lexvo.org/id/char/9D58> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B5%98>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%B9n>,
        "鵘"^^xsd:string .

<http://lexvo.org/id/char/9D59> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B5%99>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%BA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gwik1>,
        <http://lexvo.org/id/term/yue/%E9%B5%99>,
        "鵙"^^xsd:string ;
    rdfs:comment "shrike; Lanius species (various)"@en .

<http://lexvo.org/id/char/9D5A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B5%9A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%BA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tuk1>,
        <http://lexvo.org/id/term/yue/%E9%B5%9A>,
        "鵚"^^xsd:string .

<http://lexvo.org/id/char/9D5B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B5%9B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C4%ABng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ging1>,
        <http://lexvo.org/id/term/yue/%E9%B5%9B>,
        "鵛"^^xsd:string .

<http://lexvo.org/id/char/9D5C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B5%9C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%AD%20t%C4%AB>,
        <http://lexvo.org/id/term/kor/%E9%B5%9C>,
        <http://lexvo.org/id/term/kor/CEY>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tai4>,
        <http://lexvo.org/id/term/yue/%E9%B5%9C>,
        "鵜"^^xsd:string ;
    rdfs:comment "pelican"@en .

<http://lexvo.org/id/char/9D5D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C3%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B5%9D>,
        <http://lexvo.org/id/term/kor/%E9%B5%9D>,
        <http://lexvo.org/id/term/kor/A>,
        <http://lexvo.org/id/term/vie/nga>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ngo4>,
        <http://lexvo.org/id/term/yue/%E9%B5%9D>,
        "鵝"^^xsd:string ;
    rdfs:comment "goose"@en .

<http://lexvo.org/id/char/9D5E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C3%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B5%9E>,
        <http://lexvo.org/id/term/kor/%E9%B5%9E>,
        <http://lexvo.org/id/term/kor/A>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ngo4>,
        <http://lexvo.org/id/term/yue/%E9%B5%9E>,
        "鵞"^^xsd:string ;
    rdfs:comment "goose"@en .

<http://lexvo.org/id/char/9D5F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B5%9F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ku%C3%A1ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kong4>,
        <http://lexvo.org/id/term/yue/%E9%B5%9F>,
        "鵟"^^xsd:string .

<http://lexvo.org/id/char/9D60> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B5%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%BA%20g%C7%94%20h%C3%A8>,
        <http://lexvo.org/id/term/kor/%E9%B5%A0>,
        <http://lexvo.org/id/term/kor/KOK%20HOK>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/guk1%20huk1%20huk6>,
        <http://lexvo.org/id/term/yue/%E9%B5%A0>,
        "鵠"^^xsd:string ;
    rdfs:comment "target"@en .

<http://lexvo.org/id/char/9D61> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B5%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C7%94>,
        <http://lexvo.org/id/term/kor/%E9%B5%A1>,
        <http://lexvo.org/id/term/kor/MWU>,
        <http://lexvo.org/id/term/vie/v%C5%A9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mou5>,
        <http://lexvo.org/id/term/yue/%E9%B5%A1>,
        "鵡"^^xsd:string ;
    rdfs:comment "species of parrot"@en .

<http://lexvo.org/id/char/9D62> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B5%A2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C4%93n>,
        "鵢"^^xsd:string .

<http://lexvo.org/id/char/9D63> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B5%A3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%A0i%20ch%C3%AC>,
        "鵣"^^xsd:string .

<http://lexvo.org/id/char/9D64> a lvont:Character ;
    lvont:represents "鵤"^^xsd:string .

<http://lexvo.org/id/char/9D65> a lvont:Character ;
    lvont:represents "鵥"^^xsd:string .

<http://lexvo.org/id/char/9D66> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B5%A6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%B9>,
        "鵦"^^xsd:string .

<http://lexvo.org/id/char/9D67> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B5%A7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%ADng%20b%C3%ACng>,
        "鵧"^^xsd:string .

<http://lexvo.org/id/char/9D68> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B5%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C5%AB>,
        "鵨"^^xsd:string .

<http://lexvo.org/id/char/9D69> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B5%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%BA>,
        <http://lexvo.org/id/term/kor/%E9%B5%A9>,
        <http://lexvo.org/id/term/kor/POK>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fuk6>,
        <http://lexvo.org/id/term/yue/%E9%B5%A9>,
        "鵩"^^xsd:string ;
    rdfs:comment "owl-like bird; buzzard; Otus scops"@en .

<http://lexvo.org/id/char/9D6A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C4%81n%20y%C3%A0n%20y%C4%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B5%AA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/am1>,
        <http://lexvo.org/id/term/yue/%E9%B5%AA>,
        "鵪"^^xsd:string ;
    rdfs:comment "quail; Coturnix coturnix"@en .

<http://lexvo.org/id/char/9D6B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B5%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%A0o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zok6>,
        <http://lexvo.org/id/term/yue/%E9%B5%AB>,
        "鵫"^^xsd:string ;
    rdfs:comment "pheasant"@en .

<http://lexvo.org/id/char/9D6C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B5%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%A9ng%20f%C3%A8ng>,
        <http://lexvo.org/id/term/kor/%E9%B5%AC>,
        <http://lexvo.org/id/term/kor/PWUNG>,
        <http://lexvo.org/id/term/vie/b%E1%BA%B1ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/paang4>,
        <http://lexvo.org/id/term/yue/%E9%B5%AC>,
        "鵬"^^xsd:string ;
    rdfs:comment "fabulous bird of enormous size"@en .

<http://lexvo.org/id/char/9D6D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B5%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C3%ADn>,
        "鵭"^^xsd:string ;
    rdfs:comment "a small bird with black neck"@en .

<http://lexvo.org/id/char/9D6E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B5%AE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C4%81n>,
        "鵮"^^xsd:string ;
    rdfs:comment "to peck, as birds"@en .

<http://lexvo.org/id/char/9D6F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B5%AF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C4%93i>,
        <http://lexvo.org/id/term/kor/%E9%B5%AF>,
        <http://lexvo.org/id/term/kor/PHIL>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bei1>,
        <http://lexvo.org/id/term/yue/%E9%B5%AF>,
        "鵯"^^xsd:string ;
    rdfs:comment "Pycnonotus species (various)"@en .

<http://lexvo.org/id/char/9D70> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B5%B0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/di%C4%81o>,
        <http://lexvo.org/id/term/kor/%E9%B5%B0>,
        <http://lexvo.org/id/term/kor/CO>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/diu1>,
        <http://lexvo.org/id/term/yue/%E9%B5%B0>,
        "鵰"^^xsd:string ;
    rdfs:comment "eagle, vulture; Aquila species (various)"@en .

<http://lexvo.org/id/char/9D71> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B5%B1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%B9>,
        "鵱"^^xsd:string .

<http://lexvo.org/id/char/9D72> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B5%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qu%C3%A8>,
        <http://lexvo.org/id/term/kor/%E9%B5%B2>,
        <http://lexvo.org/id/term/kor/CAK>,
        <http://lexvo.org/id/term/vie/th%C6%B0%E1%BB%9Bc>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/coek3%20zoek3>,
        <http://lexvo.org/id/term/yue/%E9%B5%B2>,
        "鵲"^^xsd:string ;
    rdfs:comment "magpie; Pica species (various)"@en .

<http://lexvo.org/id/char/9D73> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B5%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C4%81n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gin1>,
        <http://lexvo.org/id/term/yue/%E9%B5%B3>,
        "鵳"^^xsd:string .

<http://lexvo.org/id/char/9D74> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B5%B4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%BA>,
        <http://lexvo.org/id/term/vie/cu%E1%BB%91c>,
        "鵴"^^xsd:string .

<http://lexvo.org/id/char/9D75> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B5%B5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%B9>,
        "鵵"^^xsd:string .

<http://lexvo.org/id/char/9D76> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B5%B6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C4%81>,
        "鵶"^^xsd:string .

<http://lexvo.org/id/char/9D77> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B5%B7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/yu%C4%81n>,
        <http://lexvo.org/id/term/kor/%E9%B5%B7>,
        <http://lexvo.org/id/term/kor/WEN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jyun1>,
        <http://lexvo.org/id/term/yue/%E9%B5%B7>,
        "鵷"^^xsd:string ;
    rdfs:comment "co-worker"@en .

<http://lexvo.org/id/char/9D78> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B5%B8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C3%AD>,
        "鵸"^^xsd:string .

<http://lexvo.org/id/char/9D79> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B5%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lei4>,
        <http://lexvo.org/id/term/yue/%E9%B5%B9>,
        "鵹"^^xsd:string .

<http://lexvo.org/id/char/9D7A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B5%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A8>,
        "鵺"^^xsd:string .

<http://lexvo.org/id/char/9D7B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B5%BB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zhu%C4%AB>,
        <http://lexvo.org/id/term/kor/%E9%B5%BB>,
        <http://lexvo.org/id/term/kor/CHWU>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zeoi1%20zeon2>,
        <http://lexvo.org/id/term/yue/%E9%B5%BB>,
        "鵻"^^xsd:string ;
    rdfs:comment "pigeon; turtle-dove; a hawk"@en .

<http://lexvo.org/id/char/9D7C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B5%BC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C5%8Dng>,
        "鵼"^^xsd:string ;
    rdfs:comment "a fabulous night-bird, grotesque monster"@en .

<http://lexvo.org/id/char/9D7D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B5%BD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zhu%C3%AC%20du%C3%B2%20zhu%C4%81>,
        "鵽"^^xsd:string .

<http://lexvo.org/id/char/9D7E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B5%BE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C5%ABn>,
        <http://lexvo.org/id/term/kor/%E9%B5%BE>,
        <http://lexvo.org/id/term/kor/KON>,
        "鵾"^^xsd:string ;
    rdfs:comment "a bird resembling the crane"@en .

<http://lexvo.org/id/char/9D7F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B5%BF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C4%93ng>,
        "鵿"^^xsd:string .

<http://lexvo.org/id/char/9D80> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B6%80>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C3%AD>,
        "鶀"^^xsd:string .

<http://lexvo.org/id/char/9D81> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B6%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C4%ABng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ging1>,
        <http://lexvo.org/id/term/yue/%E9%B6%81>,
        "鶁"^^xsd:string .

<http://lexvo.org/id/char/9D82> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B6%82>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jik6>,
        <http://lexvo.org/id/term/yue/%E9%B6%82>,
        "鶂"^^xsd:string ;
    rdfs:comment "hawk; Ardea cinerea"@en .

<http://lexvo.org/id/char/9D83> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B6%83>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jik6>,
        <http://lexvo.org/id/term/yue/%E9%B6%83>,
        "鶃"^^xsd:string ;
    rdfs:comment "hawk; Ardea cinerea"@en .

<http://lexvo.org/id/char/9D84> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B6%84>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C4%ABng>,
        <http://lexvo.org/id/term/kor/%E9%B6%84>,
        <http://lexvo.org/id/term/kor/CHENG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zing1>,
        <http://lexvo.org/id/term/yue/%E9%B6%84>,
        "鶄"^^xsd:string ;
    rdfs:comment "a kind of water bird"@en .

<http://lexvo.org/id/char/9D85> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B6%85>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C4%AB>,
        "鶅"^^xsd:string .

<http://lexvo.org/id/char/9D86> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B6%86>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%A1i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/loi4>,
        <http://lexvo.org/id/term/yue/%E9%B6%86>,
        "鶆"^^xsd:string .

<http://lexvo.org/id/char/9D87> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B6%87>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C5%8Dng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dung1>,
        <http://lexvo.org/id/term/yue/%E9%B6%87>,
        "鶇"^^xsd:string ;
    rdfs:comment "thrush; Turdus species (various)"@en .

<http://lexvo.org/id/char/9D88> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B6%88>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C4%AB>,
        "鶈"^^xsd:string .

<http://lexvo.org/id/char/9D89> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B6%89>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%BAn%20tu%C3%A1n>,
        <http://lexvo.org/id/term/kor/%E9%B6%89>,
        <http://lexvo.org/id/term/kor/SWUN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/seon4>,
        <http://lexvo.org/id/term/yue/%E9%B6%89>,
        "鶉"^^xsd:string ;
    rdfs:comment "quail; Turnix species (various)"@en .

<http://lexvo.org/id/char/9D8A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B6%8A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C4%93ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gang1>,
        <http://lexvo.org/id/term/yue/%E9%B6%8A>,
        "鶊"^^xsd:string ;
    rdfs:comment "oriole"@en .

<http://lexvo.org/id/char/9D8B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B6%8B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C5%AB>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/geoi1>,
        <http://lexvo.org/id/term/yue/%E9%B6%8B>,
        "鶋"^^xsd:string ;
    rdfs:comment "a sea-bird with a white breast"@en .

<http://lexvo.org/id/char/9D8C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B6%8C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C5%AB%20j%C5%AB>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gwat6>,
        <http://lexvo.org/id/term/yue/%E9%B6%8C>,
        "鶌"^^xsd:string .

<http://lexvo.org/id/char/9D8D> a lvont:Character ;
    lvont:represents "鶍"^^xsd:string .

<http://lexvo.org/id/char/9D8E> a lvont:Character ;
    lvont:represents "鶎"^^xsd:string .

<http://lexvo.org/id/char/9D8F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B6%8F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C4%AB>,
        "鶏"^^xsd:string ;
    rdfs:comment "chicken"@en .

<http://lexvo.org/id/char/9D90> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B6%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%B9>,
        "鶐"^^xsd:string .

<http://lexvo.org/id/char/9D91> a lvont:Character ;
    lvont:represents "鶑"^^xsd:string .

<http://lexvo.org/id/char/9D92> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B6%92>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cik1>,
        <http://lexvo.org/id/term/yue/%E9%B6%92>,
        "鶒"^^xsd:string ;
    rdfs:comment "a duck-like bird"@en .

<http://lexvo.org/id/char/9D93> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B6%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/mi%C3%A1o>,
        "鶓"^^xsd:string ;
    rdfs:comment "emu"@en .

<http://lexvo.org/id/char/9D94> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B6%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/r%C3%B3u>,
        "鶔"^^xsd:string .

<http://lexvo.org/id/char/9D95> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C4%81n%20y%C4%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B6%95>,
        "鶕"^^xsd:string .

<http://lexvo.org/id/char/9D96> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B6%96>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C5%AB>,
        <http://lexvo.org/id/term/kor/%E9%B6%96>,
        <http://lexvo.org/id/term/kor/CHWU>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cau1>,
        <http://lexvo.org/id/term/yue/%E9%B6%96>,
        "鶖"^^xsd:string ;
    rdfs:comment "large waterfowl with naked head; Garrulus glandarius"@en .

<http://lexvo.org/id/char/9D97> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B6%97>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tai4>,
        <http://lexvo.org/id/term/yue/%E9%B6%97>,
        "鶗"^^xsd:string ;
    rdfs:comment "a kind of hawk; cuckoo"@en .

<http://lexvo.org/id/char/9D98> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B6%98>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%BA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wu4>,
        <http://lexvo.org/id/term/yue/%E9%B6%98>,
        "鶘"^^xsd:string ;
    rdfs:comment "pelican"@en .

<http://lexvo.org/id/char/9D99> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B6%99>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tai4>,
        <http://lexvo.org/id/term/yue/%E9%B6%99>,
        "鶙"^^xsd:string .

<http://lexvo.org/id/char/9D9A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C3%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B6%9A>,
        <http://lexvo.org/id/term/kor/%E9%B6%9A>,
        <http://lexvo.org/id/term/kor/AK>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ngok6>,
        <http://lexvo.org/id/term/yue/%E9%B6%9A>,
        "鶚"^^xsd:string ;
    rdfs:comment "osprey, fishhawk; Pandion haliaetus"@en .

<http://lexvo.org/id/char/9D9B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B6%9B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C4%93>,
        "鶛"^^xsd:string .

<http://lexvo.org/id/char/9D9C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B6%9C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A1o>,
        "鶜"^^xsd:string .

<http://lexvo.org/id/char/9D9D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B6%9D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%BA>,
        "鶝"^^xsd:string .

<http://lexvo.org/id/char/9D9E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B6%9E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C5%ABn>,
        "鶞"^^xsd:string .

<http://lexvo.org/id/char/9D9F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B6%9F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%BA>,
        "鶟"^^xsd:string .

<http://lexvo.org/id/char/9DA0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B6%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%8En>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jin2>,
        <http://lexvo.org/id/term/yue/%E9%B6%A0>,
        "鶠"^^xsd:string .

<http://lexvo.org/id/char/9DA1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B6%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A9%20ji%C3%A8>,
        <http://lexvo.org/id/term/kor/%E9%B6%A1>,
        <http://lexvo.org/id/term/kor/KAL>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hot3>,
        <http://lexvo.org/id/term/yue/%E9%B6%A1>,
        "鶡"^^xsd:string ;
    rdfs:comment "crossbill, species of nightingale"@en .

<http://lexvo.org/id/char/9DA2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B6%A2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/yu%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jyun4>,
        <http://lexvo.org/id/term/yue/%E9%B6%A2>,
        "鶢"^^xsd:string ;
    rdfs:comment "a bird which frequents the sea-shore"@en .

<http://lexvo.org/id/char/9DA3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B6%A3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/pi%C4%81n>,
        "鶣"^^xsd:string .

<http://lexvo.org/id/char/9DA4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B6%A4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C5%ABn>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%B9n%20k%C5%ABn>,
        <http://lexvo.org/id/term/kor/%E9%B6%A4>,
        <http://lexvo.org/id/term/kor/KON>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kwan1>,
        <http://lexvo.org/id/term/yue/%E9%B6%A4>,
        "鶤"^^xsd:string .

<http://lexvo.org/id/char/9DA5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B6%A5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A9i>,
        "鶥"^^xsd:string .

<http://lexvo.org/id/char/9DA6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B6%A6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%BA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wu4>,
        <http://lexvo.org/id/term/yue/%E9%B6%A6>,
        "鶦"^^xsd:string ;
    rdfs:comment "pelican"@en .

<http://lexvo.org/id/char/9DA7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B6%A7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C4%ABng>,
        "鶧"^^xsd:string .

<http://lexvo.org/id/char/9DA8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B6%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%B9n>,
        "鶨"^^xsd:string .

<http://lexvo.org/id/char/9DA9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B6%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C3%B9%20m%C3%B9>,
        <http://lexvo.org/id/term/kor/%E9%B6%A9>,
        <http://lexvo.org/id/term/kor/MOK>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mou6>,
        <http://lexvo.org/id/term/yue/%E9%B6%A9>,
        "鶩"^^xsd:string ;
    rdfs:comment "duck"@en .

<http://lexvo.org/id/char/9DAA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B6%AA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%BA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gwik1>,
        <http://lexvo.org/id/term/yue/%E9%B6%AA>,
        "鶪"^^xsd:string ;
    rdfs:comment "a shrike"@en .

<http://lexvo.org/id/char/9DAB> a lvont:Character ;
    lvont:represents "鶫"^^xsd:string ;
    rdfs:comment "thrush; Turdus naumanni"@en .

<http://lexvo.org/id/char/9DAC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B6%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C4%81ng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C4%81ng%20qi%C4%81ng>,
        <http://lexvo.org/id/term/kor/%E9%B6%AC>,
        <http://lexvo.org/id/term/kor/CHENG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cong1>,
        <http://lexvo.org/id/term/yue/%E9%B6%AC>,
        "鶬"^^xsd:string ;
    rdfs:comment "oriole"@en .

<http://lexvo.org/id/char/9DAD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B6%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C7%8Eng>,
        "鶭"^^xsd:string .

<http://lexvo.org/id/char/9DAE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B6%AE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C3%B9>,
        "鶮"^^xsd:string .

<http://lexvo.org/id/char/9DAF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B6%AF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C4%ABng>,
        <http://lexvo.org/id/term/kor/%E9%B6%AF>,
        <http://lexvo.org/id/term/kor/AYNG>,
        <http://lexvo.org/id/term/vie/oanh>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ang1>,
        <http://lexvo.org/id/term/yue/%E9%B6%AF>,
        "鶯"^^xsd:string ;
    rdfs:comment "oriole, green finch; Sylvia species (various)"@en .

<http://lexvo.org/id/char/9DB0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B6%B0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/yu%C3%A1n>,
        "鶰"^^xsd:string .

<http://lexvo.org/id/char/9DB1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B6%B1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C4%81n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xu%C4%81n%20xi%C4%81n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hin1>,
        <http://lexvo.org/id/term/yue/%E9%B6%B1>,
        "鶱"^^xsd:string ;
    rdfs:comment "soar"@en .

<http://lexvo.org/id/char/9DB2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B6%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C4%93ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jung1>,
        <http://lexvo.org/id/term/yue/%E9%B6%B2>,
        "鶲"^^xsd:string .

<http://lexvo.org/id/char/9DB3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B6%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C4%AB>,
        "鶳"^^xsd:string .

<http://lexvo.org/id/char/9DB4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B6%B4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A8>,
        <http://lexvo.org/id/term/kor/%E9%B6%B4>,
        <http://lexvo.org/id/term/kor/HAK>,
        <http://lexvo.org/id/term/vie/h%E1%BA%A1c>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hok6>,
        <http://lexvo.org/id/term/yue/%E9%B6%B4>,
        "鶴"^^xsd:string ;
    rdfs:comment "crane; Grus species (various)"@en .

<http://lexvo.org/id/char/9DB5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B6%B5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%BA>,
        <http://lexvo.org/id/term/kor/%E9%B6%B5>,
        <http://lexvo.org/id/term/kor/CHWU>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/co4>,
        <http://lexvo.org/id/term/yue/%E9%B6%B5>,
        "鶵"^^xsd:string ;
    rdfs:comment "chick, fledging; infant, toddler"@en .

<http://lexvo.org/id/char/9DB6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B6%B6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%A1ng>,
        "鶶"^^xsd:string .

<http://lexvo.org/id/char/9DB7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B6%B7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A0>,
        "鶷"^^xsd:string .

<http://lexvo.org/id/char/9DB8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B6%B8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ru%C3%B2>,
        <http://lexvo.org/id/term/kor/%E9%B6%B8>,
        <http://lexvo.org/id/term/kor/YAK>,
        "鶸"^^xsd:string ;
    rdfs:comment "light yellowish-green"@en .

<http://lexvo.org/id/char/9DB9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B6%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C3%BA>,
        <http://lexvo.org/id/term/kor/%E9%B6%B9>,
        <http://lexvo.org/id/term/kor/LYU>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lau4>,
        <http://lexvo.org/id/term/yue/%E9%B6%B9>,
        "鶹"^^xsd:string ;
    rdfs:comment "the owl"@en .

<http://lexvo.org/id/char/9DBA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B6%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%AD>,
        <http://lexvo.org/id/term/vie/ch%C3%ADch>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zik3>,
        <http://lexvo.org/id/term/yue/%E9%B6%BA>,
        "鶺"^^xsd:string ;
    rdfs:comment "wagtail"@en .

<http://lexvo.org/id/char/9DBB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B6%BB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C3%BA%20h%C3%BA%20g%C7%94>,
        <http://lexvo.org/id/term/kor/%E9%B6%BB>,
        <http://lexvo.org/id/term/kor/KOL>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gwat1%20wat6>,
        <http://lexvo.org/id/term/yue/%E9%B6%BB>,
        "鶻"^^xsd:string ;
    rdfs:comment "a kind of pigeon; falcon"@en .

<http://lexvo.org/id/char/9DBC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B6%BC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C4%81n%20qi%C4%81n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gim1>,
        <http://lexvo.org/id/term/yue/%E9%B6%BC>,
        "鶼"^^xsd:string ;
    rdfs:comment "fabulous mythical bird"@en .

<http://lexvo.org/id/char/9DBD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B6%BD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C7%94n%20s%C7%94n>,
        "鶽"^^xsd:string ;
    rdfs:comment "a hawk"@en .

<http://lexvo.org/id/char/9DBE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B6%BE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hon6>,
        <http://lexvo.org/id/term/yue/%E9%B6%BE>,
        "鶾"^^xsd:string .

<http://lexvo.org/id/char/9DBF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B6%BF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C4%AB%20c%C3%AD>,
        <http://lexvo.org/id/term/kor/%E9%B6%BF>,
        <http://lexvo.org/id/term/kor/CA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ci4>,
        <http://lexvo.org/id/term/yue/%E9%B6%BF>,
        "鶿"^^xsd:string ;
    rdfs:comment "cormorant"@en .

<http://lexvo.org/id/char/9DC0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B7%80>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C4%AB%20c%C3%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ci4>,
        <http://lexvo.org/id/term/yue/%E9%B7%80>,
        "鷀"^^xsd:string ;
    rdfs:comment "the fishing cormorant"@en .

<http://lexvo.org/id/char/9DC1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B7%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C3%AC%20y%C3%AC>,
        <http://lexvo.org/id/term/kor/%E9%B7%81>,
        <http://lexvo.org/id/term/kor/IK>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jik6>,
        <http://lexvo.org/id/term/yue/%E9%B7%81>,
        "鷁"^^xsd:string ;
    rdfs:comment "fishhawk; bow or prow"@en .

<http://lexvo.org/id/char/9DC2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B7%82>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A0o%20y%C3%A1o>,
        <http://lexvo.org/id/term/kor/%E9%B7%82>,
        <http://lexvo.org/id/term/kor/YO>,
        <http://lexvo.org/id/term/vie/di%E1%BB%81u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jiu6>,
        <http://lexvo.org/id/term/yue/%E9%B7%82>,
        "鷂"^^xsd:string ;
    rdfs:comment "sparrow hawk; Circus species (various)"@en .

<http://lexvo.org/id/char/9DC3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B7%83>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/aan3>,
        <http://lexvo.org/id/term/yue/%E9%B7%83>,
        "鷃"^^xsd:string ;
    rdfs:comment "quail"@en .

<http://lexvo.org/id/char/9DC4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B7%84>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C4%AB>,
        <http://lexvo.org/id/term/kor/%E9%B7%84>,
        <http://lexvo.org/id/term/kor/KYEY>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gai1>,
        <http://lexvo.org/id/term/yue/%E9%B7%84>,
        "鷄"^^xsd:string ;
    rdfs:comment "chicken"@en .

<http://lexvo.org/id/char/9DC5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B7%85>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/leot6>,
        <http://lexvo.org/id/term/yue/%E9%B7%85>,
        "鷅"^^xsd:string .

<http://lexvo.org/id/char/9DC6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B7%86>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ti%C3%A1n%20zh%C4%93n>,
        "鷆"^^xsd:string ;
    rdfs:comment "bird name"@en .

<http://lexvo.org/id/char/9DC7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B7%87>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C3%B2u>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C3%B2u%20g%C3%B2u>,
        <http://lexvo.org/id/term/kor/%E9%B7%87>,
        <http://lexvo.org/id/term/kor/KWU>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kau3>,
        <http://lexvo.org/id/term/yue/%E9%B7%87>,
        "鷇"^^xsd:string ;
    rdfs:comment "chicks, fledglings"@en .

<http://lexvo.org/id/char/9DC8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B7%88>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C4%AB>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tai1>,
        <http://lexvo.org/id/term/yue/%E9%B7%88>,
        "鷈"^^xsd:string ;
    rdfs:comment "a kind of bird"@en .

<http://lexvo.org/id/char/9DC9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B7%89>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C4%AB>,
        "鷉"^^xsd:string .

<http://lexvo.org/id/char/9DCA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B7%8A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C3%AC%20y%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jik6>,
        <http://lexvo.org/id/term/yue/%E9%B7%8A>,
        "鷊"^^xsd:string ;
    rdfs:comment "pheasant"@en .

<http://lexvo.org/id/char/9DCB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B7%8B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%BA>,
        <http://lexvo.org/id/term/vie/ch%C3%A0>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tou4>,
        <http://lexvo.org/id/term/yue/%E9%B7%8B>,
        "鷋"^^xsd:string .

<http://lexvo.org/id/char/9DCC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B7%8C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C7%8E>,
        "鷌"^^xsd:string .

<http://lexvo.org/id/char/9DCD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B7%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C4%81o>,
        "鷍"^^xsd:string .

<http://lexvo.org/id/char/9DCE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B7%8E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C4%81o>,
        "鷎"^^xsd:string .

<http://lexvo.org/id/char/9DCF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B7%8F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ti%C3%A1n%20zh%C4%93n>,
        "鷏"^^xsd:string ;
    rdfs:comment "Caprimulgus indicus"@en .

<http://lexvo.org/id/char/9DD0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B7%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%A9n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/san4>,
        <http://lexvo.org/id/term/yue/%E9%B7%90>,
        "鷐"^^xsd:string .

<http://lexvo.org/id/char/9DD1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B7%91>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lap1>,
        <http://lexvo.org/id/term/yue/%E9%B7%91>,
        "鷑"^^xsd:string .

<http://lexvo.org/id/char/9DD2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B7%92>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zhu%C4%81n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tyun4>,
        <http://lexvo.org/id/term/yue/%E9%B7%92>,
        "鷒"^^xsd:string .

<http://lexvo.org/id/char/9DD3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B7%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%A8>,
        <http://lexvo.org/id/term/kor/%E9%B7%93>,
        <http://lexvo.org/id/term/kor/CA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ze3>,
        <http://lexvo.org/id/term/yue/%E9%B7%93>,
        "鷓"^^xsd:string ;
    rdfs:comment "partridge"@en .

<http://lexvo.org/id/char/9DD4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C3%A1o>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B7%94>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ngou6>,
        <http://lexvo.org/id/term/yue/%E9%B7%94>,
        "鷔"^^xsd:string ;
    rdfs:comment "a bird of ill-omen to the state"@en .

<http://lexvo.org/id/char/9DD5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B7%95>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%8Eo%20w%C4%9Bi>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jiu4%20jiu6>,
        <http://lexvo.org/id/term/yue/%E9%B7%95>,
        "鷕"^^xsd:string ;
    rdfs:comment "call"@en .

<http://lexvo.org/id/char/9DD6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B7%96>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C4%AB>,
        <http://lexvo.org/id/term/kor/%E9%B7%96>,
        <http://lexvo.org/id/term/kor/YEY>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ji1>,
        <http://lexvo.org/id/term/yue/%E9%B7%96>,
        "鷖"^^xsd:string ;
    rdfs:comment "seagull"@en .

<http://lexvo.org/id/char/9DD7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C5%8Du>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B7%97>,
        <http://lexvo.org/id/term/kor/%E9%B7%97>,
        <http://lexvo.org/id/term/kor/KWU>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/au1>,
        <http://lexvo.org/id/term/yue/%E9%B7%97>,
        "鷗"^^xsd:string ;
    rdfs:comment "seagull, tern; Larus species (various)"@en .

<http://lexvo.org/id/char/9DD8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B7%98>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cik1>,
        <http://lexvo.org/id/term/yue/%E9%B7%98>,
        "鷘"^^xsd:string .

<http://lexvo.org/id/char/9DD9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B7%99>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%AC%20zh%C3%A9>,
        <http://lexvo.org/id/term/kor/%E9%B7%99>,
        <http://lexvo.org/id/term/kor/CI>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zi3>,
        <http://lexvo.org/id/term/yue/%E9%B7%99>,
        "鷙"^^xsd:string ;
    rdfs:comment "hawk, vulture"@en .

<http://lexvo.org/id/char/9DDA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B7%9A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C3%A1o%20li%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lau6>,
        <http://lexvo.org/id/term/yue/%E9%B7%9A>,
        "鷚"^^xsd:string ;
    rdfs:comment "Anthus species (various)"@en .

<http://lexvo.org/id/char/9DDB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B7%9B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/r%C3%B3ng%20y%C3%B3ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jung4>,
        <http://lexvo.org/id/term/yue/%E9%B7%9B>,
        "鷛"^^xsd:string .

<http://lexvo.org/id/char/9DDC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B7%9C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%B3u>,
        "鷜"^^xsd:string .

<http://lexvo.org/id/char/9DDD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B7%9D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%AC>,
        "鷝"^^xsd:string .

<http://lexvo.org/id/char/9DDE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B7%9E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/shu%C4%81ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/soeng1%20song2>,
        <http://lexvo.org/id/term/yue/%E9%B7%9E>,
        "鷞"^^xsd:string ;
    rdfs:comment "turquoise kingfisher"@en .

<http://lexvo.org/id/char/9DDF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B7%9F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zhu%C3%B3>,
        <http://lexvo.org/id/term/vie/s%E1%BA%A1t>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zok3%20zok6>,
        <http://lexvo.org/id/term/yue/%E9%B7%9F>,
        "鷟"^^xsd:string ;
    rdfs:comment "phoenix"@en .

<http://lexvo.org/id/char/9DE0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B7%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%BA>,
        "鷠"^^xsd:string .

<http://lexvo.org/id/char/9DE1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B7%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C3%BA>,
        "鷡"^^xsd:string .

<http://lexvo.org/id/char/9DE2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B7%A2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ju%C3%A9>,
        "鷢"^^xsd:string .

<http://lexvo.org/id/char/9DE3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B7%A3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%ADn>,
        "鷣"^^xsd:string .

<http://lexvo.org/id/char/9DE4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B7%A4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qu%C3%A1n%20t%C3%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dai6%20taan5%20tai4>,
        <http://lexvo.org/id/term/yue/%E9%B7%A4>,
        "鷤"^^xsd:string .

<http://lexvo.org/id/char/9DE5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B7%A5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C4%AB>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/si1>,
        <http://lexvo.org/id/term/yue/%E9%B7%A5>,
        "鷥"^^xsd:string ;
    rdfs:comment "egret; Egretta garzetta"@en .

<http://lexvo.org/id/char/9DE6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B7%A6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C4%81o>,
        <http://lexvo.org/id/term/kor/%E9%B7%A6>,
        <http://lexvo.org/id/term/kor/CHO>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ziu1>,
        <http://lexvo.org/id/term/yue/%E9%B7%A6>,
        "鷦"^^xsd:string ;
    rdfs:comment "wren"@en .

<http://lexvo.org/id/char/9DE7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B7%A7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%AC>,
        "鷧"^^xsd:string ;
    rdfs:comment "cormorant"@en .

<http://lexvo.org/id/char/9DE8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B7%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C4%81>,
        "鷨"^^xsd:string .

<http://lexvo.org/id/char/9DE9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B7%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%AC%20bi%C4%93%20ch%C7%8Eng>,
        <http://lexvo.org/id/term/kor/%E9%B7%A9>,
        <http://lexvo.org/id/term/kor/PYEL>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bit3>,
        <http://lexvo.org/id/term/yue/%E9%B7%A9>,
        "鷩"^^xsd:string ;
    rdfs:comment "pheasant"@en .

<http://lexvo.org/id/char/9DEA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B7%AA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C4%ABng>,
        <http://lexvo.org/id/term/kor/%E9%B7%AA>,
        <http://lexvo.org/id/term/kor/AYNG>,
        "鷪"^^xsd:string .

<http://lexvo.org/id/char/9DEB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B7%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C3%B9>,
        <http://lexvo.org/id/term/kor/%E9%B7%AB>,
        <http://lexvo.org/id/term/kor/SWUK>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/suk1>,
        <http://lexvo.org/id/term/yue/%E9%B7%AB>,
        "鷫"^^xsd:string ;
    rdfs:comment "turquoise kingfisher"@en .

<http://lexvo.org/id/char/9DEC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B7%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%A1ng>,
        "鷬"^^xsd:string .

<http://lexvo.org/id/char/9DED> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B7%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/faan1%20faan4>,
        <http://lexvo.org/id/term/yue/%E9%B7%AD>,
        "鷭"^^xsd:string .

<http://lexvo.org/id/char/9DEE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B7%AE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C4%81o>,
        <http://lexvo.org/id/term/vie/keo>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/giu1>,
        <http://lexvo.org/id/term/yue/%E9%B7%AE>,
        "鷮"^^xsd:string .

<http://lexvo.org/id/char/9DEF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B7%AF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C3%A1o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/liu4>,
        <http://lexvo.org/id/term/yue/%E9%B7%AF>,
        "鷯"^^xsd:string ;
    rdfs:comment "wren"@en .

<http://lexvo.org/id/char/9DF0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B7%B0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A0n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A0n%20y%C4%81n>,
        <http://lexvo.org/id/term/kor/%E9%B7%B0>,
        <http://lexvo.org/id/term/kor/YEN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jin3>,
        <http://lexvo.org/id/term/yue/%E9%B7%B0>,
        "鷰"^^xsd:string .

<http://lexvo.org/id/char/9DF1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B7%B1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C4%81o>,
        <http://lexvo.org/id/term/kor/%E9%B7%B1>,
        <http://lexvo.org/id/term/kor/KO>,
        "鷱"^^xsd:string .

<http://lexvo.org/id/char/9DF2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B7%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%B9>,
        <http://lexvo.org/id/term/kor/%E9%B7%B2>,
        <http://lexvo.org/id/term/kor/CHWI>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zau6>,
        <http://lexvo.org/id/term/yue/%E9%B7%B2>,
        "鷲"^^xsd:string ;
    rdfs:comment "condor, vulture"@en .

<http://lexvo.org/id/char/9DF3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B7%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A1n>,
        <http://lexvo.org/id/term/kor/%E9%B7%B3>,
        <http://lexvo.org/id/term/kor/HAN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/haan4>,
        <http://lexvo.org/id/term/yue/%E9%B7%B3>,
        "鷳"^^xsd:string ;
    rdfs:comment "the silver pheasant, Lophura nycthemera"@en .

<http://lexvo.org/id/char/9DF4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B7%B4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/haan4>,
        <http://lexvo.org/id/term/yue/%E9%B7%B4>,
        "鷴"^^xsd:string ;
    rdfs:comment "silver pheasant badge worn by civil officials of the 5th grade; Lophura species (various)"@en .

<http://lexvo.org/id/char/9DF5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B7%B5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%BA>,
        "鷵"^^xsd:string .

<http://lexvo.org/id/char/9DF6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B7%B6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C7%8Ei>,
        "鷶"^^xsd:string .

<http://lexvo.org/id/char/9DF7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B7%B7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C5%ABn>,
        "鷷"^^xsd:string .

<http://lexvo.org/id/char/9DF8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B7%B8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%B9%20sh%C3%B9>,
        <http://lexvo.org/id/term/kor/%E9%B7%B8>,
        <http://lexvo.org/id/term/kor/HUL>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/neot6%20wat6>,
        <http://lexvo.org/id/term/yue/%E9%B7%B8>,
        "鷸"^^xsd:string ;
    rdfs:comment "snipe, kingfisher; Tringa species (various)"@en .

<http://lexvo.org/id/char/9DF9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B7%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C4%ABng>,
        <http://lexvo.org/id/term/kor/%E9%B7%B9>,
        <http://lexvo.org/id/term/kor/UNG>,
        <http://lexvo.org/id/term/vie/%C6%B0ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jing1>,
        <http://lexvo.org/id/term/yue/%E9%B7%B9>,
        "鷹"^^xsd:string ;
    rdfs:comment "eagle, falcon; Accipiter species (various)"@en .

<http://lexvo.org/id/char/9DFA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B7%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%B9>,
        <http://lexvo.org/id/term/kor/%E9%B7%BA>,
        <http://lexvo.org/id/term/kor/LO>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lou6>,
        <http://lexvo.org/id/term/yue/%E9%B7%BA>,
        "鷺"^^xsd:string ;
    rdfs:comment "heron, egret; Ardea species (various)"@en .

<http://lexvo.org/id/char/9DFB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B7%BB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/tu%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tyun4>,
        <http://lexvo.org/id/term/yue/%E9%B7%BB>,
        "鷻"^^xsd:string .

<http://lexvo.org/id/char/9DFC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B7%BC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A1n>,
        "鷼"^^xsd:string .

<http://lexvo.org/id/char/9DFD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B7%BD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xu%C3%A9>,
        <http://lexvo.org/id/term/kor/%E9%B7%BD>,
        <http://lexvo.org/id/term/kor/HAK>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hok6>,
        <http://lexvo.org/id/term/yue/%E9%B7%BD>,
        "鷽"^^xsd:string ;
    rdfs:comment "oriental bullfinch, weaver bird; Pyrrhula species (various)"@en .

<http://lexvo.org/id/char/9DFE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B7%BE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ji3>,
        <http://lexvo.org/id/term/yue/%E9%B7%BE>,
        "鷾"^^xsd:string ;
    rdfs:comment "swallow"@en .

<http://lexvo.org/id/char/9DFF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B7%BF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%AC>,
        <http://lexvo.org/id/term/kor/%E9%B7%BF>,
        <http://lexvo.org/id/term/kor/PYEK>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/pik1>,
        <http://lexvo.org/id/term/yue/%E9%B7%BF>,
        "鷿"^^xsd:string ;
    rdfs:comment "a kind of bird resembling the duck; much smaller"@en .

<http://lexvo.org/id/char/9E00> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B8%80>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%BA%20sh%C7%94%20zh%C3%BA%20zhu%C3%B3>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/suk6%20zuk1>,
        <http://lexvo.org/id/term/yue/%E9%B8%80>,
        "鸀"^^xsd:string .

<http://lexvo.org/id/char/9E01> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B8%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/lu%C3%B3>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lo4>,
        <http://lexvo.org/id/term/yue/%E9%B8%81>,
        "鸁"^^xsd:string .

<http://lexvo.org/id/char/9E02> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B8%82>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C4%AB%20x%C4%AB>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kai1>,
        <http://lexvo.org/id/term/yue/%E9%B8%82>,
        "鸂"^^xsd:string ;
    rdfs:comment "Mandarin duck, Aix galericulata"@en .

<http://lexvo.org/id/char/9E03> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B8%83>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ji4>,
        <http://lexvo.org/id/term/yue/%E9%B8%83>,
        "鸃"^^xsd:string .

<http://lexvo.org/id/char/9E04> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B8%84>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%AD>,
        "鸄"^^xsd:string .

<http://lexvo.org/id/char/9E05> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B8%85>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%A9>,
        "鸅"^^xsd:string .

<http://lexvo.org/id/char/9E06> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B8%86>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%BA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jyu4>,
        <http://lexvo.org/id/term/yue/%E9%B8%86>,
        "鸆"^^xsd:string .

<http://lexvo.org/id/char/9E07> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B8%87>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C4%81n>,
        <http://lexvo.org/id/term/kor/%E9%B8%87>,
        <http://lexvo.org/id/term/kor/CEN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zin1>,
        <http://lexvo.org/id/term/yue/%E9%B8%87>,
        "鸇"^^xsd:string ;
    rdfs:comment "hawk; Butastur indicus"@en .

<http://lexvo.org/id/char/9E08> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B8%88>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A8>,
        "鸈"^^xsd:string .

<http://lexvo.org/id/char/9E09> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B8%89>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A1ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/joeng4>,
        <http://lexvo.org/id/term/yue/%E9%B8%89>,
        "鸉"^^xsd:string .

<http://lexvo.org/id/char/9E0A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B8%8A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%AC%20b%C3%AC>,
        "鸊"^^xsd:string ;
    rdfs:comment "Podiceps ruficolus (a kind of duck)"@en .

<http://lexvo.org/id/char/9E0B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B8%8B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C3%ADng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ning4>,
        <http://lexvo.org/id/term/yue/%E9%B8%8B>,
        "鸋"^^xsd:string ;
    rdfs:comment "(archaic) a wren"@en .

<http://lexvo.org/id/char/9E0C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B8%8C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%B2%20h%C3%B9>,
        <http://lexvo.org/id/term/vie/v%E1%BA%A1c>,
        "鸌"^^xsd:string .

<http://lexvo.org/id/char/9E0D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B8%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%AD>,
        "鸍"^^xsd:string .

<http://lexvo.org/id/char/9E0E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B8%8E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C4%ABng>,
        "鸎"^^xsd:string ;
    rdfs:comment "the mango-bird; the Chinese oriole"@en .

<http://lexvo.org/id/char/9E0F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B8%8F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A9ng>,
        <http://lexvo.org/id/term/kor/%E9%B8%8F>,
        <http://lexvo.org/id/term/kor/MONG>,
        <http://lexvo.org/id/term/vie/m%C3%B2ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mung4>,
        <http://lexvo.org/id/term/yue/%E9%B8%8F>,
        "鸏"^^xsd:string .

<http://lexvo.org/id/char/9E10> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B8%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dik6>,
        <http://lexvo.org/id/term/yue/%E9%B8%90>,
        "鸐"^^xsd:string .

<http://lexvo.org/id/char/9E11> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B8%91>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/yu%C3%A8>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ngok6>,
        <http://lexvo.org/id/term/yue/%E9%B8%91>,
        "鸑"^^xsd:string ;
    rdfs:comment "a large, duck-like waterfowl with red eyes; a young phoenix"@en .

<http://lexvo.org/id/char/9E12> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B8%92>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%BA%20y%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jyu4%20jyu5>,
        <http://lexvo.org/id/term/yue/%E9%B8%92>,
        "鸒"^^xsd:string ;
    rdfs:comment "eastern jackdaw; Corvus monedula"@en .

<http://lexvo.org/id/char/9E13> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B8%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C4%9Bi>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/leoi5>,
        <http://lexvo.org/id/term/yue/%E9%B8%93>,
        "鸓"^^xsd:string .

<http://lexvo.org/id/char/9E14> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B8%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%A0o>,
        "鸔"^^xsd:string .

<http://lexvo.org/id/char/9E15> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B8%95>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%BA>,
        <http://lexvo.org/id/term/kor/%E9%B8%95>,
        <http://lexvo.org/id/term/kor/LO>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lou4>,
        <http://lexvo.org/id/term/yue/%E9%B8%95>,
        "鸕"^^xsd:string ;
    rdfs:comment "cormorant"@en .

<http://lexvo.org/id/char/9E16> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B8%96>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A8>,
        "鸖"^^xsd:string .

<http://lexvo.org/id/char/9E17> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B8%97>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%B3ng>,
        "鸗"^^xsd:string .

<http://lexvo.org/id/char/9E18> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B8%98>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/shu%C4%81ng>,
        "鸘"^^xsd:string ;
    rdfs:comment "eagle"@en .

<http://lexvo.org/id/char/9E19> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B8%99>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/yu%C3%A8>,
        "鸙"^^xsd:string .

<http://lexvo.org/id/char/9E1A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B8%9A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C4%ABng>,
        <http://lexvo.org/id/term/kor/%E9%B8%9A>,
        <http://lexvo.org/id/term/kor/AYNG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jing1>,
        <http://lexvo.org/id/term/yue/%E9%B8%9A>,
        "鸚"^^xsd:string ;
    rdfs:comment "parrot"@en .

<http://lexvo.org/id/char/9E1B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B8%9B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/gu%C3%A0n%20hu%C4%81n%20qu%C3%A1n>,
        <http://lexvo.org/id/term/kor/%E9%B8%9B>,
        <http://lexvo.org/id/term/kor/KWAN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gun3>,
        <http://lexvo.org/id/term/yue/%E9%B8%9B>,
        "鸛"^^xsd:string ;
    rdfs:comment "crane, Grus japonensis; stork; Ciconia species (various)"@en .

<http://lexvo.org/id/char/9E1C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B8%9C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C3%BA>,
        <http://lexvo.org/id/term/kor/%E9%B8%9C>,
        <http://lexvo.org/id/term/kor/KWU>,
        <http://lexvo.org/id/term/vie/c%C3%B2>,
        "鸜"^^xsd:string ;
    rdfs:comment "a species of mynah"@en .

<http://lexvo.org/id/char/9E1D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B8%9D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lei4>,
        <http://lexvo.org/id/term/yue/%E9%B8%9D>,
        "鸝"^^xsd:string ;
    rdfs:comment "Chinese oriole; Oriolus oriolus"@en .

<http://lexvo.org/id/char/9E1E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B8%9E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/lu%C3%A1n>,
        <http://lexvo.org/id/term/kor/%E9%B8%9E>,
        <http://lexvo.org/id/term/kor/LAN>,
        <http://lexvo.org/id/term/vie/loan>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lyun4>,
        <http://lexvo.org/id/term/yue/%E9%B8%9E>,
        "鸞"^^xsd:string ;
    rdfs:comment "fabulous bird"@en .

<http://lexvo.org/id/char/9E20> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B8%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C5%AB>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gau1%20kau2>,
        <http://lexvo.org/id/term/yue/%E9%B8%A0>,
        "鸠"^^xsd:string ;
    rdfs:comment "pigeon; collect, assemble"@en .

<http://lexvo.org/id/char/9E21> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B8%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C4%AB>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gai1>,
        <http://lexvo.org/id/term/yue/%E9%B8%A1>,
        "鸡"^^xsd:string ;
    rdfs:comment "chicken"@en .

<http://lexvo.org/id/char/9E22> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B8%A2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/yu%C4%81n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jyun1>,
        <http://lexvo.org/id/term/yue/%E9%B8%A2>,
        "鸢"^^xsd:string ;
    rdfs:comment "kite; Milvus species (various)"@en .

<http://lexvo.org/id/char/9E23> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B8%A3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%ADng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ming4>,
        <http://lexvo.org/id/term/yue/%E9%B8%A3>,
        "鸣"^^xsd:string ;
    rdfs:comment "cry of bird or animal; make sound"@en .

<http://lexvo.org/id/char/9E24> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B8%A4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C4%AB>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/si1>,
        <http://lexvo.org/id/term/yue/%E9%B8%A4>,
        "鸤"^^xsd:string ;
    rdfs:comment "turtledove, cuckoo"@en .

<http://lexvo.org/id/char/9E25> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C5%8Du>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B8%A5>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/au1>,
        <http://lexvo.org/id/term/yue/%E9%B8%A5>,
        "鸥"^^xsd:string ;
    rdfs:comment "seagull, tern; Larus species (various)"@en .

<http://lexvo.org/id/char/9E26> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B8%A6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C4%81>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/aa1>,
        <http://lexvo.org/id/term/yue/%E9%B8%A6>,
        "鸦"^^xsd:string ;
    rdfs:comment "crow; Corvus species (various)"@en .

<http://lexvo.org/id/char/9E27> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B8%A7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C4%81ng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C4%81ng%20qi%C4%81ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cong1>,
        <http://lexvo.org/id/term/yue/%E9%B8%A7>,
        "鸧"^^xsd:string ;
    rdfs:comment "oriole"@en .

<http://lexvo.org/id/char/9E28> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B8%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C7%8Eo>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bou2>,
        <http://lexvo.org/id/term/yue/%E9%B8%A8>,
        "鸨"^^xsd:string ;
    rdfs:comment "bustard; procuress; Otis species (various)"@en .

<http://lexvo.org/id/char/9E29> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B8%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%A8n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zam6>,
        <http://lexvo.org/id/term/yue/%E9%B8%A9>,
        "鸩"^^xsd:string ;
    rdfs:comment "a bird resembling the secretary falcon"@en .

<http://lexvo.org/id/char/9E2A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B8%AA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C5%AB>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gu1>,
        <http://lexvo.org/id/term/yue/%E9%B8%AA>,
        "鸪"^^xsd:string ;
    rdfs:comment "species of Taiwan pigeon"@en .

<http://lexvo.org/id/char/9E2B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B8%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C5%8Dng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dung1>,
        <http://lexvo.org/id/term/yue/%E9%B8%AB>,
        "鸫"^^xsd:string ;
    rdfs:comment "thrush; Turdus species (various)"@en .

<http://lexvo.org/id/char/9E2C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B8%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%BA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lou4>,
        <http://lexvo.org/id/term/yue/%E9%B8%AC>,
        "鸬"^^xsd:string ;
    rdfs:comment "cormorant"@en .

<http://lexvo.org/id/char/9E2D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B8%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C4%81>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/aap3%20ngaap3>,
        <http://lexvo.org/id/term/yue/%E9%B8%AD>,
        "鸭"^^xsd:string ;
    rdfs:comment "duck; Anas species (various)"@en .

<http://lexvo.org/id/char/9E2E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B8%AE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C4%81o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hiu1>,
        <http://lexvo.org/id/term/yue/%E9%B8%AE>,
        "鸮"^^xsd:string ;
    rdfs:comment "owl"@en .

<http://lexvo.org/id/char/9E2F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B8%AF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C4%81ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/joeng1>,
        <http://lexvo.org/id/term/yue/%E9%B8%AF>,
        "鸯"^^xsd:string ;
    rdfs:comment "female mandarin duck (Aix galericulata)"@en .

<http://lexvo.org/id/char/9E30> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B8%B0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%ADng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ling4>,
        <http://lexvo.org/id/term/yue/%E9%B8%B0>,
        "鸰"^^xsd:string ;
    rdfs:comment "species of lark; wagtail; Motacilla species (various)"@en .

<http://lexvo.org/id/char/9E31> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B8%B1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C4%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C4%AB>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ci1>,
        <http://lexvo.org/id/term/yue/%E9%B8%B1>,
        "鸱"^^xsd:string ;
    rdfs:comment "kite, horned owl; wine cups"@en .

<http://lexvo.org/id/char/9E32> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B8%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C3%BA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/keoi4>,
        <http://lexvo.org/id/term/yue/%E9%B8%B2>,
        "鸲"^^xsd:string ;
    rdfs:comment "mynah; Erithacus species (various)"@en .

<http://lexvo.org/id/char/9E33> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B8%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/yu%C4%81n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jyun1>,
        <http://lexvo.org/id/term/yue/%E9%B8%B3>,
        "鸳"^^xsd:string ;
    rdfs:comment "male mandarin duck (Aix galericulata)"@en .

<http://lexvo.org/id/char/9E34> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B8%B4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xu%C3%A9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hok6>,
        <http://lexvo.org/id/term/yue/%E9%B8%B4>,
        "鸴"^^xsd:string ;
    rdfs:comment "oriental bullfinch, weaver bird; Pyrrhula species (various)"@en .

<http://lexvo.org/id/char/9E35> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B8%B5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/tu%C3%B3>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/to4>,
        <http://lexvo.org/id/term/yue/%E9%B8%B5>,
        "鸵"^^xsd:string ;
    rdfs:comment "ostrich"@en .

<http://lexvo.org/id/char/9E36> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B8%B6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C4%AB>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/si1>,
        <http://lexvo.org/id/term/yue/%E9%B8%B6>,
        "鸶"^^xsd:string ;
    rdfs:comment "the eastern egret"@en .

<http://lexvo.org/id/char/9E37> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B8%B7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zi3>,
        <http://lexvo.org/id/term/yue/%E9%B8%B7>,
        "鸷"^^xsd:string ;
    rdfs:comment "hawk, vulture"@en .

<http://lexvo.org/id/char/9E38> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C3%A9r>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B8%B8>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ji4>,
        <http://lexvo.org/id/term/yue/%E9%B8%B8>,
        "鸸"^^xsd:string ;
    rdfs:comment "swallow"@en .

<http://lexvo.org/id/char/9E39> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B8%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/gu%C4%81>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kut3>,
        <http://lexvo.org/id/term/yue/%E9%B8%B9>,
        "鸹"^^xsd:string ;
    rdfs:comment "the crow"@en .

<http://lexvo.org/id/char/9E3A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B8%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C5%AB>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jau1>,
        <http://lexvo.org/id/term/yue/%E9%B8%BA>,
        "鸺"^^xsd:string ;
    rdfs:comment "horned owl, scops chinensis"@en .

<http://lexvo.org/id/char/9E3B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B8%BB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A9ng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A9ng%20h%C3%A1ng>,
        "鸻"^^xsd:string .

<http://lexvo.org/id/char/9E3C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B8%BC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C5%8Du>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C5%8Du%20zh%C4%81o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zau1>,
        <http://lexvo.org/id/term/yue/%E9%B8%BC>,
        "鸼"^^xsd:string .

<http://lexvo.org/id/char/9E3D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B8%BD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C4%93>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gap3>,
        <http://lexvo.org/id/term/yue/%E9%B8%BD>,
        "鸽"^^xsd:string ;
    rdfs:comment "pigeon, dove; Columba species (various)"@en .

<http://lexvo.org/id/char/9E3E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B8%BE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/lu%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lyun4>,
        <http://lexvo.org/id/term/yue/%E9%B8%BE>,
        "鸾"^^xsd:string ;
    rdfs:comment "fabulous bird"@en .

<http://lexvo.org/id/char/9E3F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B8%BF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%B3ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hung4>,
        <http://lexvo.org/id/term/yue/%E9%B8%BF>,
        "鸿"^^xsd:string ;
    rdfs:comment "species of wild swan; vast"@en .

<http://lexvo.org/id/char/9E40> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B9%80>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C3%BA>,
        "鹀"^^xsd:string .

<http://lexvo.org/id/char/9E41> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B9%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%B3>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/but6>,
        <http://lexvo.org/id/term/yue/%E9%B9%81>,
        "鹁"^^xsd:string ;
    rdfs:comment "species of pigeon"@en .

<http://lexvo.org/id/char/9E42> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B9%82>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lei4>,
        <http://lexvo.org/id/term/yue/%E9%B9%82>,
        "鹂"^^xsd:string ;
    rdfs:comment "Chinese oriole; Oriolus oriolus"@en .

<http://lexvo.org/id/char/9E43> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B9%83>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ju%C4%81n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gyun1>,
        <http://lexvo.org/id/term/yue/%E9%B9%83>,
        "鹃"^^xsd:string ;
    rdfs:comment "cuckoo"@en .

<http://lexvo.org/id/char/9E44> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B9%84>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C7%94%200474.110%3Ah%C3%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%BA%20g%C7%94>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/guk1%20huk1>,
        <http://lexvo.org/id/term/yue/%E9%B9%84>,
        "鹄"^^xsd:string ;
    rdfs:comment "target"@en .

<http://lexvo.org/id/char/9E45> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C3%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B9%85>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ngo4>,
        <http://lexvo.org/id/term/yue/%E9%B9%85>,
        "鹅"^^xsd:string ;
    rdfs:comment "goose"@en .

<http://lexvo.org/id/char/9E46> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B9%86>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/juk6>,
        <http://lexvo.org/id/term/yue/%E9%B9%86>,
        "鹆"^^xsd:string ;
    rdfs:comment "myna; manah; Acridotheres tristis"@en .

<http://lexvo.org/id/char/9E47> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B9%87>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/haan4>,
        <http://lexvo.org/id/term/yue/%E9%B9%87>,
        "鹇"^^xsd:string ;
    rdfs:comment "silver pheasant, Lophura nycthemera; Lophura species (various)"@en .

<http://lexvo.org/id/char/9E48> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B9%88>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tai4>,
        <http://lexvo.org/id/term/yue/%E9%B9%88>,
        "鹈"^^xsd:string ;
    rdfs:comment "pelican"@en .

<http://lexvo.org/id/char/9E49> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B9%89>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C7%94>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mou5>,
        <http://lexvo.org/id/term/yue/%E9%B9%89>,
        "鹉"^^xsd:string ;
    rdfs:comment "species of parrot"@en .

<http://lexvo.org/id/char/9E4A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B9%8A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qu%C3%A8>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/coek3>,
        <http://lexvo.org/id/term/yue/%E9%B9%8A>,
        "鹊"^^xsd:string ;
    rdfs:comment "magpie; Pica species (various)"@en .

<http://lexvo.org/id/char/9E4B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B9%8B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/mi%C3%A1o>,
        "鹋"^^xsd:string ;
    rdfs:comment "emu"@en .

<http://lexvo.org/id/char/9E4C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C4%81n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%C4%81n%20y%C3%A0n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B9%8C>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/am1>,
        <http://lexvo.org/id/term/yue/%E9%B9%8C>,
        "鹌"^^xsd:string ;
    rdfs:comment "quail; Coturnix coturnix"@en .

<http://lexvo.org/id/char/9E4D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B9%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C5%ABn>,
        "鹍"^^xsd:string ;
    rdfs:comment "a bird resembling the crane"@en .

<http://lexvo.org/id/char/9E4E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B9%8E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C4%93i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bei1>,
        <http://lexvo.org/id/term/yue/%E9%B9%8E>,
        "鹎"^^xsd:string ;
    rdfs:comment "bird"@en .

<http://lexvo.org/id/char/9E4F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B9%8F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%A9ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/paang4>,
        <http://lexvo.org/id/term/yue/%E9%B9%8F>,
        "鹏"^^xsd:string ;
    rdfs:comment "fabulous bird of enormous size"@en .

<http://lexvo.org/id/char/9E50> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B9%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C4%81n>,
        "鹐"^^xsd:string ;
    rdfs:comment "to peck, as birds"@en .

<http://lexvo.org/id/char/9E51> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B9%91>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%BAn>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%BAn%20tu%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/seon4>,
        <http://lexvo.org/id/term/yue/%E9%B9%91>,
        "鹑"^^xsd:string ;
    rdfs:comment "quail; Turnix species (various)"@en .

<http://lexvo.org/id/char/9E52> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B9%92>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C4%93ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gang1>,
        <http://lexvo.org/id/term/yue/%E9%B9%92>,
        "鹒"^^xsd:string ;
    rdfs:comment "oriole"@en .

<http://lexvo.org/id/char/9E53> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B9%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/yu%C4%81n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jyun1>,
        <http://lexvo.org/id/term/yue/%E9%B9%93>,
        "鹓"^^xsd:string ;
    rdfs:comment "co-worker"@en .

<http://lexvo.org/id/char/9E54> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B9%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/suk1>,
        <http://lexvo.org/id/term/yue/%E9%B9%94>,
        "鹔"^^xsd:string ;
    rdfs:comment "turquoise kingfisher"@en .

<http://lexvo.org/id/char/9E55> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B9%95>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%BA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wu4>,
        <http://lexvo.org/id/term/yue/%E9%B9%95>,
        "鹕"^^xsd:string ;
    rdfs:comment "pelican"@en .

<http://lexvo.org/id/char/9E56> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B9%96>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A9%20ji%C3%A8>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hot3>,
        <http://lexvo.org/id/term/yue/%E9%B9%96>,
        "鹖"^^xsd:string ;
    rdfs:comment "crossbill, species of nightingale"@en .

<http://lexvo.org/id/char/9E57> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C3%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B9%97>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ngok6>,
        <http://lexvo.org/id/term/yue/%E9%B9%97>,
        "鹗"^^xsd:string ;
    rdfs:comment "osprey, fishhawk"@en .

<http://lexvo.org/id/char/9E58> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B9%98>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C3%BA%20h%C3%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C7%94%200474.090%3Ah%C3%BA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gwat1%20wat6>,
        <http://lexvo.org/id/term/yue/%E9%B9%98>,
        "鹘"^^xsd:string ;
    rdfs:comment "a kind of pigeon; treron permagna"@en .

<http://lexvo.org/id/char/9E59> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B9%99>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C5%AB>,
        <http://lexvo.org/id/term/kor/%E9%B9%99>,
        <http://lexvo.org/id/term/kor/CHWU>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cau1>,
        <http://lexvo.org/id/term/yue/%E9%B9%99>,
        "鹙"^^xsd:string ;
    rdfs:comment "large waterfowl with naked head; Garrulus glandarius"@en .

<http://lexvo.org/id/char/9E5A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B9%9A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C3%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C4%AB%20c%C3%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ci4>,
        <http://lexvo.org/id/term/yue/%E9%B9%9A>,
        "鹚"^^xsd:string ;
    rdfs:comment "cormorant"@en .

<http://lexvo.org/id/char/9E5B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B9%9B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A9i>,
        "鹛"^^xsd:string .

<http://lexvo.org/id/char/9E5C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B9%9C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mou6>,
        <http://lexvo.org/id/term/yue/%E9%B9%9C>,
        "鹜"^^xsd:string ;
    rdfs:comment "duck"@en .

<http://lexvo.org/id/char/9E5D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B9%9D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C3%AC%20y%C3%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jik6>,
        <http://lexvo.org/id/term/yue/%E9%B9%9D>,
        "鹝"^^xsd:string ;
    rdfs:comment "pheasant"@en .

<http://lexvo.org/id/char/9E5E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B9%9E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A0o>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A0o%20y%C3%A1o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jiu6>,
        <http://lexvo.org/id/term/yue/%E9%B9%9E>,
        "鹞"^^xsd:string ;
    rdfs:comment "sparrow hawk; kite shaped like"@en .

<http://lexvo.org/id/char/9E5F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B9%9F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C4%93ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jung1>,
        <http://lexvo.org/id/term/yue/%E9%B9%9F>,
        "鹟"^^xsd:string .

<http://lexvo.org/id/char/9E60> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B9%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C3%BA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lau4>,
        <http://lexvo.org/id/term/yue/%E9%B9%A0>,
        "鹠"^^xsd:string ;
    rdfs:comment "the owl"@en .

<http://lexvo.org/id/char/9E61> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B9%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zik3>,
        <http://lexvo.org/id/term/yue/%E9%B9%A1>,
        "鹡"^^xsd:string ;
    rdfs:comment "wagtail"@en .

<http://lexvo.org/id/char/9E62> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B9%A2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C3%AC%20y%C3%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jik6>,
        <http://lexvo.org/id/term/yue/%E9%B9%A2>,
        "鹢"^^xsd:string ;
    rdfs:comment "fishhawk bow or prow"@en .

<http://lexvo.org/id/char/9E63> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B9%A3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C4%81n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gim1>,
        <http://lexvo.org/id/term/yue/%E9%B9%A3>,
        "鹣"^^xsd:string ;
    rdfs:comment "fabulous mythical bird"@en .

<http://lexvo.org/id/char/9E64> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B9%A4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A8>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hok6>,
        <http://lexvo.org/id/term/yue/%E9%B9%A4>,
        "鹤"^^xsd:string ;
    rdfs:comment "crane; Grus species (various)"@en .

<http://lexvo.org/id/char/9E65> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B9%A5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C4%AB>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ji1>,
        <http://lexvo.org/id/term/yue/%E9%B9%A5>,
        "鹥"^^xsd:string ;
    rdfs:comment "seagull"@en .

<http://lexvo.org/id/char/9E66> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B9%A6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C4%ABng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jing1>,
        <http://lexvo.org/id/term/yue/%E9%B9%A6>,
        "鹦"^^xsd:string ;
    rdfs:comment "parrot"@en .

<http://lexvo.org/id/char/9E67> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B9%A7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%A8>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ze3>,
        <http://lexvo.org/id/term/yue/%E9%B9%A7>,
        "鹧"^^xsd:string ;
    rdfs:comment "partridge"@en .

<http://lexvo.org/id/char/9E68> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B9%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C3%A1o>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lau6>,
        <http://lexvo.org/id/term/yue/%E9%B9%A8>,
        "鹨"^^xsd:string ;
    rdfs:comment "Anthus species (various)"@en .

<http://lexvo.org/id/char/9E69> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B9%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C3%A1o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/liu4>,
        <http://lexvo.org/id/term/yue/%E9%B9%A9>,
        "鹩"^^xsd:string ;
    rdfs:comment "wren"@en .

<http://lexvo.org/id/char/9E6A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B9%AA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C4%81o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ziu1>,
        <http://lexvo.org/id/term/yue/%E9%B9%AA>,
        "鹪"^^xsd:string ;
    rdfs:comment "wren"@en .

<http://lexvo.org/id/char/9E6B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B9%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zau6>,
        <http://lexvo.org/id/term/yue/%E9%B9%AB>,
        "鹫"^^xsd:string ;
    rdfs:comment "condor, vulture"@en .

<http://lexvo.org/id/char/9E6C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B9%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wat6>,
        <http://lexvo.org/id/term/yue/%E9%B9%AC>,
        "鹬"^^xsd:string ;
    rdfs:comment "snipe, kingfisher"@en .

<http://lexvo.org/id/char/9E6D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B9%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lou6>,
        <http://lexvo.org/id/term/yue/%E9%B9%AD>,
        "鹭"^^xsd:string ;
    rdfs:comment "heron, egret; Ardea species (various)"@en .

<http://lexvo.org/id/char/9E6E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B9%AE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%A1n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xu%C3%A1n>,
        "鹮"^^xsd:string ;
    rdfs:comment "spoonbill; ibis; family Threskiornidae"@en .

<http://lexvo.org/id/char/9E6F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B9%AF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C4%81n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zin1>,
        <http://lexvo.org/id/term/yue/%E9%B9%AF>,
        "鹯"^^xsd:string ;
    rdfs:comment "hawk; Butastur indicus"@en .

<http://lexvo.org/id/char/9E70> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B9%B0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C4%ABng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jing1>,
        <http://lexvo.org/id/term/yue/%E9%B9%B0>,
        "鹰"^^xsd:string ;
    rdfs:comment "falcon; Accipiter species (various)"@en .

<http://lexvo.org/id/char/9E71> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B9%B1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%B2%20h%C3%B9>,
        "鹱"^^xsd:string .

<http://lexvo.org/id/char/9E72> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B9%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A9ng>,
        "鹲"^^xsd:string .

<http://lexvo.org/id/char/9E73> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B9%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/gu%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gun3>,
        <http://lexvo.org/id/term/yue/%E9%B9%B3>,
        "鹳"^^xsd:string ;
    rdfs:comment "crane, grus japonensis; stork; Ciconia species (various)"@en .

<http://lexvo.org/id/char/9E74> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B9%B4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/shu%C4%81ng>,
        "鹴"^^xsd:string ;
    rdfs:comment "eagle"@en .

<http://lexvo.org/id/char/9E76> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B9%B6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C4%ABn>,
        <http://lexvo.org/id/term/kor/%E9%B9%B6>,
        <http://lexvo.org/id/term/kor/KUNG>,
        "鹶"^^xsd:string ;
    rdfs:comment "salty and bitter; pitiful"@en .

<http://lexvo.org/id/char/9E77> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B9%B7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%ADng>,
        <http://lexvo.org/id/term/kor/%E9%B9%B7>,
        <http://lexvo.org/id/term/kor/LYENG>,
        "鹷"^^xsd:string .

<http://lexvo.org/id/char/9E78> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B9%B8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C7%8En>,
        "鹸"^^xsd:string ;
    rdfs:comment "alkaline, alkali, lye, salt"@en .

<http://lexvo.org/id/char/9E79> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B9%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A1n>,
        <http://lexvo.org/id/term/kor/%E9%B9%B9>,
        <http://lexvo.org/id/term/kor/HAM>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/haam4>,
        <http://lexvo.org/id/term/yue/%E9%B9%B9>,
        "鹹"^^xsd:string ;
    rdfs:comment "salty, briny; salted; pickled"@en .

<http://lexvo.org/id/char/9E7A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B9%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/cu%C3%B3>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/co4>,
        <http://lexvo.org/id/term/yue/%E9%B9%BA>,
        "鹺"^^xsd:string ;
    rdfs:comment "salty; salt"@en .

<http://lexvo.org/id/char/9E7B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B9%BB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C7%8En>,
        <http://lexvo.org/id/term/kor/%E9%B9%BB>,
        <http://lexvo.org/id/term/kor/KEM>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gaan2>,
        <http://lexvo.org/id/term/yue/%E9%B9%BB>,
        "鹻"^^xsd:string ;
    rdfs:comment "impure carbonate of sodium of natron"@en .

<http://lexvo.org/id/char/9E7C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B9%BC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C7%8En>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gaan2>,
        <http://lexvo.org/id/term/yue/%E9%B9%BC>,
        "鹼"^^xsd:string ;
    rdfs:comment "alkaline, alkali, lye, salt"@en .

<http://lexvo.org/id/char/9E7D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B9%BD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A1n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A1n%20y%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E9%B9%BD>,
        <http://lexvo.org/id/term/kor/YEM>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jim4>,
        <http://lexvo.org/id/term/yue/%E9%B9%BD>,
        "鹽"^^xsd:string ;
    rdfs:comment "(same as of U+5869 塩) salt"@en .

<http://lexvo.org/id/char/9E7E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B9%BE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/cu%C3%B3>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/co4>,
        <http://lexvo.org/id/term/yue/%E9%B9%BE>,
        "鹾"^^xsd:string ;
    rdfs:comment "salty; salt"@en .

<http://lexvo.org/id/char/9E80> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%BA%80>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C5%8Du>,
        <http://lexvo.org/id/term/kor/%E9%BA%80>,
        <http://lexvo.org/id/term/kor/WU>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jau1>,
        <http://lexvo.org/id/term/yue/%E9%BA%80>,
        "麀"^^xsd:string ;
    rdfs:comment "female deer; roe, doe"@en .

<http://lexvo.org/id/char/9E81> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%BA%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C5%AB>,
        "麁"^^xsd:string ;
    rdfs:comment "rough, thick, course; rude"@en .

<http://lexvo.org/id/char/9E82> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%BA%82>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C7%90>,
        <http://lexvo.org/id/term/kor/%E9%BA%82>,
        <http://lexvo.org/id/term/kor/KWEY>,
        <http://lexvo.org/id/term/vie/ho%E1%BA%B5ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gei2>,
        <http://lexvo.org/id/term/yue/%E9%BA%82>,
        "麂"^^xsd:string ;
    rdfs:comment "species of deer"@en .

<http://lexvo.org/id/char/9E83> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%BA%83>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/bi%C4%81o%20p%C3%A1o%20pi%C7%8Eo>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/biu1>,
        <http://lexvo.org/id/term/yue/%E9%BA%83>,
        "麃"^^xsd:string ;
    rdfs:comment "till, plow"@en .

<http://lexvo.org/id/char/9E84> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%BA%84>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C5%AB>,
        <http://lexvo.org/id/term/kor/%E9%BA%84>,
        <http://lexvo.org/id/term/kor/CHWU>,
        "麄"^^xsd:string ;
    rdfs:comment "coarse, rough, rude"@en .

<http://lexvo.org/id/char/9E85> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%BA%85>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/bi%C4%81o%20p%C3%A1o>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%A1o>,
        "麅"^^xsd:string ;
    rdfs:comment "a small spotted deer found in north China"@en .

<http://lexvo.org/id/char/9E86> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%BA%86>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%B9%20ch%C3%BA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cyu4>,
        <http://lexvo.org/id/term/yue/%E9%BA%86>,
        "麆"^^xsd:string .

<http://lexvo.org/id/char/9E87> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%BA%87>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C5%ABn%200952.050%3Aq%C3%BAn>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C5%ABn%20k%C7%94n%20q%C3%BAn>,
        <http://lexvo.org/id/term/kor/%E9%BA%87>,
        <http://lexvo.org/id/term/kor/KYUN%20KWUN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gwan1%20kwan4>,
        <http://lexvo.org/id/term/yue/%E9%BA%87>,
        "麇"^^xsd:string ;
    rdfs:comment "general name for the hornless deer; to collect to band together"@en .

<http://lexvo.org/id/char/9E88> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%BA%88>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C7%94>,
        <http://lexvo.org/id/term/kor/%E9%BA%88>,
        <http://lexvo.org/id/term/kor/CWU>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zyu2>,
        <http://lexvo.org/id/term/yue/%E9%BA%88>,
        "麈"^^xsd:string ;
    rdfs:comment "species of deer"@en .

<http://lexvo.org/id/char/9E89> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%BA%89>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C4%81n>,
        "麉"^^xsd:string .

<http://lexvo.org/id/char/9E8A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%BA%8A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%AD>,
        "麊"^^xsd:string .

<http://lexvo.org/id/char/9E8B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%BA%8B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%AD>,
        <http://lexvo.org/id/term/kor/%E9%BA%8B>,
        <http://lexvo.org/id/term/kor/MI>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mei4>,
        <http://lexvo.org/id/term/yue/%E9%BA%8B>,
        "麋"^^xsd:string ;
    rdfs:comment "elk; surname"@en .

<http://lexvo.org/id/char/9E8C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%BA%8C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C3%BA%20y%C7%94>,
        <http://lexvo.org/id/term/kor/%E9%BA%8C>,
        <http://lexvo.org/id/term/kor/WU>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jyu5>,
        <http://lexvo.org/id/term/yue/%E9%BA%8C>,
        "麌"^^xsd:string ;
    rdfs:comment "stag; herd"@en .

<http://lexvo.org/id/char/9E8D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%BA%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/li%C3%BA>,
        "麍"^^xsd:string .

<http://lexvo.org/id/char/9E8E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%BA%8E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%A9n>,
        "麎"^^xsd:string .

<http://lexvo.org/id/char/9E8F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%BA%8F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C5%ABn>,
        <http://lexvo.org/id/term/kor/%E9%BA%8F>,
        <http://lexvo.org/id/term/kor/KYUN>,
        "麏"^^xsd:string .

<http://lexvo.org/id/char/9E90> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%BA%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%ADn>,
        "麐"^^xsd:string ;
    rdfs:comment "female of Chinese unicorn"@en .

<http://lexvo.org/id/char/9E91> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%BA%91>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C3%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C3%AD%20m%C3%AD>,
        <http://lexvo.org/id/term/kor/%E9%BA%91>,
        <http://lexvo.org/id/term/kor/YEY>,
        <http://lexvo.org/id/term/vie/ngh%C3%AA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ngai4>,
        <http://lexvo.org/id/term/yue/%E9%BA%91>,
        "麑"^^xsd:string ;
    rdfs:comment "fawn, young deer"@en .

<http://lexvo.org/id/char/9E92> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%BA%92>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C3%AD>,
        <http://lexvo.org/id/term/kor/%E9%BA%92>,
        <http://lexvo.org/id/term/kor/KI>,
        <http://lexvo.org/id/term/vie/k%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kei4>,
        <http://lexvo.org/id/term/yue/%E9%BA%92>,
        "麒"^^xsd:string ;
    rdfs:comment "legendary auspicious animal"@en .

<http://lexvo.org/id/char/9E93> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%BA%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%B9>,
        <http://lexvo.org/id/term/kor/%E9%BA%93>,
        <http://lexvo.org/id/term/kor/LOK>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/luk1>,
        <http://lexvo.org/id/term/yue/%E9%BA%93>,
        "麓"^^xsd:string ;
    rdfs:comment "foot of hill; foothill"@en .

<http://lexvo.org/id/char/9E94> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%BA%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%B9>,
        "麔"^^xsd:string .

<http://lexvo.org/id/char/9E95> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%BA%95>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C5%ABn%200952.051%3Aq%C3%BAn>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C5%ABn%20q%C3%BAn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kwan2>,
        <http://lexvo.org/id/term/yue/%E9%BA%95>,
        "麕"^^xsd:string ;
    rdfs:comment "muntjac deer, hornless river deer"@en .

<http://lexvo.org/id/char/9E96> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%BA%96>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C4%ABng>,
        "麖"^^xsd:string .

<http://lexvo.org/id/char/9E97> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%BA%97>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%AC%20l%C3%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%AD%200697.031%3Al%C3%AC>,
        <http://lexvo.org/id/term/kor/%E9%BA%97>,
        <http://lexvo.org/id/term/kor/LI%20LYE>,
        <http://lexvo.org/id/term/vie/l%E1%BB%87>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lai6>,
        <http://lexvo.org/id/term/yue/%E9%BA%97>,
        "麗"^^xsd:string ;
    rdfs:comment "beautiful, magnificent, elegant"@en .

<http://lexvo.org/id/char/9E98> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%BA%98>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C4%81ng>,
        "麘"^^xsd:string ;
    rdfs:comment "scent"@en .

<http://lexvo.org/id/char/9E99> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%BA%99>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/haam4%20ngaam4>,
        <http://lexvo.org/id/term/yue/%E9%BA%99>,
        "麙"^^xsd:string .

<http://lexvo.org/id/char/9E9A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%BA%9A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C4%81>,
        "麚"^^xsd:string .

<http://lexvo.org/id/char/9E9B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%BA%9B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mai4%20nei4>,
        <http://lexvo.org/id/term/yue/%E9%BA%9B>,
        "麛"^^xsd:string ;
    rdfs:comment "fawn"@en .

<http://lexvo.org/id/char/9E9C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%BA%9C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/leot6>,
        <http://lexvo.org/id/term/yue/%E9%BA%9C>,
        "麜"^^xsd:string .

<http://lexvo.org/id/char/9E9D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%BA%9D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%A8>,
        <http://lexvo.org/id/term/kor/%E9%BA%9D>,
        <http://lexvo.org/id/term/kor/SA>,
        <http://lexvo.org/id/term/vie/x%E1%BA%A1>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/se6>,
        <http://lexvo.org/id/term/yue/%E9%BA%9D>,
        "麝"^^xsd:string ;
    rdfs:comment "musk deer"@en .

<http://lexvo.org/id/char/9E9E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%BA%9E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C4%81ng>,
        <http://lexvo.org/id/term/kor/%E9%BA%9E>,
        <http://lexvo.org/id/term/kor/CANG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zoeng1>,
        <http://lexvo.org/id/term/yue/%E9%BA%9E>,
        "麞"^^xsd:string ;
    rdfs:comment "roebuck, Moschus chinloo"@en .

<http://lexvo.org/id/char/9E9F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%BA%9F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%ADn>,
        <http://lexvo.org/id/term/kor/%E9%BA%9F>,
        <http://lexvo.org/id/term/kor/LIN>,
        <http://lexvo.org/id/term/vie/l%C3%A2n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/leon4>,
        <http://lexvo.org/id/term/yue/%E9%BA%9F>,
        "麟"^^xsd:string ;
    rdfs:comment "female of Chinese unicorn"@en .

<http://lexvo.org/id/char/9EA0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%BA%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C4%ABng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/geng1%20ging1>,
        <http://lexvo.org/id/term/yue/%E9%BA%A0>,
        "麠"^^xsd:string ;
    rdfs:comment "a large deer"@en .

<http://lexvo.org/id/char/9EA1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%BA%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C4%AB>,
        "麡"^^xsd:string .

<http://lexvo.org/id/char/9EA2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%BA%A2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%ADng>,
        "麢"^^xsd:string .

<http://lexvo.org/id/char/9EA3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%BA%A3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A1n>,
        "麣"^^xsd:string .

<http://lexvo.org/id/char/9EA4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%BA%A4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C5%AB>,
        <http://lexvo.org/id/term/kor/%E9%BA%A4>,
        <http://lexvo.org/id/term/kor/CHWU>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cou1>,
        <http://lexvo.org/id/term/yue/%E9%BA%A4>,
        "麤"^^xsd:string ;
    rdfs:comment "rough, coarse, big, rough"@en .

<http://lexvo.org/id/char/9EA7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%BA%A7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C4%93%20h%C3%A9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hat6>,
        <http://lexvo.org/id/term/yue/%E9%BA%A7>,
        "麧"^^xsd:string .

<http://lexvo.org/id/char/9EA8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%BA%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C7%8Eo>,
        "麨"^^xsd:string .

<http://lexvo.org/id/char/9EA9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%BA%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C5%AB>,
        <http://lexvo.org/id/term/kor/%E9%BA%A9>,
        <http://lexvo.org/id/term/kor/PWU>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fu1>,
        <http://lexvo.org/id/term/yue/%E9%BA%A9>,
        "麩"^^xsd:string ;
    rdfs:comment "bran"@en .

<http://lexvo.org/id/char/9EAA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%BA%AA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/mi%C3%A0n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/mi%C7%8En%20mi%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E9%BA%AA>,
        <http://lexvo.org/id/term/kor/MYEN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/min6>,
        <http://lexvo.org/id/term/yue/%E9%BA%AA>,
        "麪"^^xsd:string ;
    rdfs:comment "flour, noodles, dough"@en .

<http://lexvo.org/id/char/9EAB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%BA%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/mi%C7%8En%20mi%C3%A0n>,
        "麫"^^xsd:string ;
    rdfs:comment "flour; vermicelli; dough"@en .

<http://lexvo.org/id/char/9EAC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%BA%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C5%AB>,
        "麬"^^xsd:string .

<http://lexvo.org/id/char/9EAD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%BA%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%A0o>,
        "麭"^^xsd:string ;
    rdfs:comment "a sticky rice ball"@en .

<http://lexvo.org/id/char/9EAE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%BA%AE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C3%B9>,
        "麮"^^xsd:string ;
    rdfs:comment "porridge"@en .

<http://lexvo.org/id/char/9EAF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%BA%AF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C3%BA%20q%C5%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C5%AB>,
        <http://lexvo.org/id/term/kor/%E9%BA%AF>,
        <http://lexvo.org/id/term/kor/KWUK>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/guk1>,
        <http://lexvo.org/id/term/yue/%E9%BA%AF>,
        "麯"^^xsd:string ;
    rdfs:comment "yeast, leaven"@en .

<http://lexvo.org/id/char/9EB0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%BA%B0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%B3u>,
        <http://lexvo.org/id/term/kor/%E9%BA%B0>,
        <http://lexvo.org/id/term/kor/MO>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mau4>,
        <http://lexvo.org/id/term/yue/%E9%BA%B0>,
        "麰"^^xsd:string ;
    rdfs:comment "barley"@en .

<http://lexvo.org/id/char/9EB1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%BA%B1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C5%AB>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fu1>,
        <http://lexvo.org/id/term/yue/%E9%BA%B1>,
        "麱"^^xsd:string .

<http://lexvo.org/id/char/9EB2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%BA%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A0n>,
        "麲"^^xsd:string .

<http://lexvo.org/id/char/9EB3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%BA%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%A1i>,
        "麳"^^xsd:string .

<http://lexvo.org/id/char/9EB4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%BA%B4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C3%BA%20q%C5%AB>,
        <http://lexvo.org/id/term/kor/%E9%BA%B4>,
        <http://lexvo.org/id/term/kor/KWUK>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/guk1%20kuk1>,
        <http://lexvo.org/id/term/yue/%E9%BA%B4>,
        "麴"^^xsd:string ;
    rdfs:comment "yeast, leaven; surname"@en .

<http://lexvo.org/id/char/9EB5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%BA%B5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/mi%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E9%BA%B5>,
        <http://lexvo.org/id/term/kor/MYEN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/min6>,
        <http://lexvo.org/id/term/yue/%E9%BA%B5>,
        "麵"^^xsd:string ;
    rdfs:comment "flour, dough, noodles"@en .

<http://lexvo.org/id/char/9EB6> a lvont:Character ;
    lvont:represents "麶"^^xsd:string .

<http://lexvo.org/id/char/9EB7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%BA%B7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C4%93ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fung1>,
        <http://lexvo.org/id/term/yue/%E9%BA%B7>,
        "麷"^^xsd:string .

<http://lexvo.org/id/char/9EB8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%BA%B8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C5%AB>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fu1>,
        <http://lexvo.org/id/term/yue/%E9%BA%B8>,
        "麸"^^xsd:string ;
    rdfs:comment "bran"@en .

<http://lexvo.org/id/char/9EB9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%BA%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C3%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C5%AB>,
        <http://lexvo.org/id/term/kor/%E9%BA%B9>,
        <http://lexvo.org/id/term/kor/KWUK>,
        "麹"^^xsd:string ;
    rdfs:comment "yeast, leaven; surname"@en .

<http://lexvo.org/id/char/9EBA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%BA%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/mi%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E9%BA%BA>,
        <http://lexvo.org/id/term/kor/MYEN>,
        <http://lexvo.org/id/term/vie/mi%E1%BA%BFn>,
        "麺"^^xsd:string ;
    rdfs:comment "flour, dough, noodles"@en .

<http://lexvo.org/id/char/9EBC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%BA%BC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/me%20mo%20m%C7%92%20ma>,
        <http://lexvo.org/id/term/kor/%E9%BA%BC>,
        <http://lexvo.org/id/term/kor/MA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/maa1%20mo1>,
        <http://lexvo.org/id/term/yue/%E9%BA%BC>,
        "麼"^^xsd:string ;
    rdfs:comment "interrogative final particle; insignificant, small, tiny"@en .

<http://lexvo.org/id/char/9EBD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%BA%BD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/me%200799.050%3Am%C3%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/mo%20m%C7%92%20ma%20me>,
        <http://lexvo.org/id/term/kor/%E9%BA%BD>,
        <http://lexvo.org/id/term/kor/MA>,
        <http://lexvo.org/id/term/vie/m%C3%B4>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mo1>,
        <http://lexvo.org/id/term/yue/%E9%BA%BD>,
        "麽"^^xsd:string ;
    rdfs:comment "interrogative final particle; insignificant, small, tiny"@en .

<http://lexvo.org/id/char/9EBE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%BA%BE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C4%AB>,
        <http://lexvo.org/id/term/kor/%E9%BA%BE>,
        <http://lexvo.org/id/term/kor/HWI>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fai1>,
        <http://lexvo.org/id/term/yue/%E9%BA%BE>,
        "麾"^^xsd:string ;
    rdfs:comment "a pennant, flag, banner; to signal to"@en .

<http://lexvo.org/id/char/9EBF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/kor/%E9%BA%BF>,
        <http://lexvo.org/id/term/kor/MA>,
        "麿"^^xsd:string ;
    rdfs:comment "I, personal name marker"@en .

<http://lexvo.org/id/char/9EC0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%BB%80>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C5%8Du>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zau1>,
        <http://lexvo.org/id/term/yue/%E9%BB%80>,
        "黀"^^xsd:string .

<http://lexvo.org/id/char/9EC1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%BB%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C3%BAn>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C4%93n%20n%C3%BAn>,
        "黁"^^xsd:string .

<http://lexvo.org/id/char/9EC2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%BB%82>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%A9n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fan4>,
        <http://lexvo.org/id/term/yue/%E9%BB%82>,
        "黂"^^xsd:string .

<http://lexvo.org/id/char/9EC5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%BB%85>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C4%ABn>,
        <http://lexvo.org/id/term/kor/%E9%BB%85>,
        <http://lexvo.org/id/term/kor/KUM>,
        "黅"^^xsd:string .

<http://lexvo.org/id/char/9EC6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%BB%86>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/gu%C4%81ng>,
        "黆"^^xsd:string .

<http://lexvo.org/id/char/9EC7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%BB%87>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ti%C4%81n>,
        "黇"^^xsd:string .

<http://lexvo.org/id/char/9EC8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%BB%88>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C7%92u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tau2>,
        <http://lexvo.org/id/term/yue/%E9%BB%88>,
        "黈"^^xsd:string ;
    rdfs:comment "yellow; augment, increase"@en .

<http://lexvo.org/id/char/9EC9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%BB%89>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A9ng%20h%C3%B3ng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%B3ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hung4>,
        <http://lexvo.org/id/term/yue/%E9%BB%89>,
        "黉"^^xsd:string ;
    rdfs:comment "school"@en .

<http://lexvo.org/id/char/9ECA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%BB%8A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C4%AB>,
        "黊"^^xsd:string .

<http://lexvo.org/id/char/9ECB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%BB%8B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ku%C7%8Eng%20ku%C3%A0ng>,
        "黋"^^xsd:string .

<http://lexvo.org/id/char/9ECC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%BB%8C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A9ng%20h%C3%B3ng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%B3ng>,
        <http://lexvo.org/id/term/kor/%E9%BB%8C>,
        <http://lexvo.org/id/term/kor/HOYNG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hung4>,
        <http://lexvo.org/id/term/yue/%E9%BB%8C>,
        "黌"^^xsd:string ;
    rdfs:comment "school"@en .

<http://lexvo.org/id/char/9ECE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%BB%8E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%AD>,
        <http://lexvo.org/id/term/kor/%E9%BB%8E>,
        <http://lexvo.org/id/term/kor/LYE>,
        <http://lexvo.org/id/term/vie/l%C3%AA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lai4>,
        <http://lexvo.org/id/term/yue/%E9%BB%8E>,
        "黎"^^xsd:string ;
    rdfs:comment "surname; numerous, many; black"@en .

<http://lexvo.org/id/char/9ECF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%BB%8F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ni%C3%A1n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ni%C3%A1n%20ni%C4%81n%20zh%C4%81n>,
        <http://lexvo.org/id/term/kor/%E9%BB%8F>,
        <http://lexvo.org/id/term/kor/CEM>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/nim1%20nim4%20zim1>,
        <http://lexvo.org/id/term/yue/%E9%BB%8F>,
        "黏"^^xsd:string ;
    rdfs:comment "stick to; glutinous, sticky; glue"@en .

<http://lexvo.org/id/char/9ED0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%BB%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C4%AB%20l%C3%AD>,
        <http://lexvo.org/id/term/kor/%E9%BB%90>,
        <http://lexvo.org/id/term/kor/LI>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ci1>,
        <http://lexvo.org/id/term/yue/%E9%BB%90>,
        "黐"^^xsd:string ;
    rdfs:comment "to stick; sticky"@en .

<http://lexvo.org/id/char/9ED3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%BB%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jik6%20jit6>,
        <http://lexvo.org/id/term/yue/%E9%BB%93>,
        "黓"^^xsd:string ;
    rdfs:comment "black"@en .

<http://lexvo.org/id/char/9ED4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%BB%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C3%A1n>,
        <http://lexvo.org/id/term/kor/%E9%BB%94>,
        <http://lexvo.org/id/term/kor/KEM%20KUM>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kim4>,
        <http://lexvo.org/id/term/yue/%E9%BB%94>,
        "黔"^^xsd:string ;
    rdfs:comment "black; Guizhou"@en .

<http://lexvo.org/id/char/9ED5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%BB%95>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C4%81n%20d%C7%8En>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C7%8En>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/daam2%20dam2>,
        <http://lexvo.org/id/term/yue/%E9%BB%95>,
        "黕"^^xsd:string ;
    rdfs:comment "red"@en .

<http://lexvo.org/id/char/9ED6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%BB%96>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C3%AC>,
        <http://lexvo.org/id/term/kor/%E9%BB%96>,
        <http://lexvo.org/id/term/kor/KI>,
        "黖"^^xsd:string .

<http://lexvo.org/id/char/9ED7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%BB%97>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/tu%C7%8En>,
        "黗"^^xsd:string .

<http://lexvo.org/id/char/9ED8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%BB%98>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%B2>,
        <http://lexvo.org/id/term/kor/%E9%BB%98>,
        <http://lexvo.org/id/term/kor/MWUK>,
        <http://lexvo.org/id/term/vie/m%E1%BA%B7c>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mak6>,
        <http://lexvo.org/id/term/yue/%E9%BB%98>,
        "默"^^xsd:string ;
    rdfs:comment "silent; quiet, still; dark"@en .

<http://lexvo.org/id/char/9ED9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%BB%99>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%B2>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mak6>,
        <http://lexvo.org/id/term/yue/%E9%BB%99>,
        "黙"^^xsd:string ;
    rdfs:comment "silent; quiet, still; dark"@en .

<http://lexvo.org/id/char/9EDA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%BB%9A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C3%A1n>,
        <http://lexvo.org/id/term/kor/%E9%BB%9A>,
        <http://lexvo.org/id/term/kor/KYEM>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kim4>,
        <http://lexvo.org/id/term/yue/%E9%BB%9A>,
        "黚"^^xsd:string .

<http://lexvo.org/id/char/9EDB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%BB%9B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%A0i>,
        <http://lexvo.org/id/term/kor/%E9%BB%9B>,
        <http://lexvo.org/id/term/kor/TAY>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/doi6>,
        <http://lexvo.org/id/term/yue/%E9%BB%9B>,
        "黛"^^xsd:string ;
    rdfs:comment "blacken eyebrows; black"@en .

<http://lexvo.org/id/char/9EDC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%BB%9C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%B9>,
        <http://lexvo.org/id/term/kor/%E9%BB%9C>,
        <http://lexvo.org/id/term/kor/CHWUL>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ceot1%20zeot1%20zyut6>,
        <http://lexvo.org/id/term/yue/%E9%BB%9C>,
        "黜"^^xsd:string ;
    rdfs:comment "dismiss; demote, downgrade"@en .

<http://lexvo.org/id/char/9EDD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%BB%9D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%92u>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%92u%20y%C4%AB>,
        <http://lexvo.org/id/term/kor/%E9%BB%9D>,
        <http://lexvo.org/id/term/kor/YU>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jau2>,
        <http://lexvo.org/id/term/yue/%E9%BB%9D>,
        "黝"^^xsd:string ;
    rdfs:comment "black"@en .

<http://lexvo.org/id/char/9EDE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%BB%9E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/di%C7%8En>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/di%C7%8En%20zh%C4%81n%20du%C3%B2>,
        <http://lexvo.org/id/term/kor/%E9%BB%9E>,
        <http://lexvo.org/id/term/kor/CEM>,
        <http://lexvo.org/id/term/vie/%C4%91i%E1%BB%83m>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dim2>,
        <http://lexvo.org/id/term/yue/%E9%BB%9E>,
        "點"^^xsd:string ;
    rdfs:comment "dot, speck, spot; point, degree"@en .

<http://lexvo.org/id/char/9EDF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%BB%9F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C4%AB>,
        <http://lexvo.org/id/term/kor/%E9%BB%9F>,
        <http://lexvo.org/id/term/kor/I>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ji1>,
        <http://lexvo.org/id/term/yue/%E9%BB%9F>,
        "黟"^^xsd:string ;
    rdfs:comment "black and shining; ebony"@en .

<http://lexvo.org/id/char/9EE0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%BB%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A1>,
        <http://lexvo.org/id/term/kor/%E9%BB%A0>,
        <http://lexvo.org/id/term/kor/HIL>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hat6%20kit3%20waat6>,
        <http://lexvo.org/id/term/yue/%E9%BB%A0>,
        "黠"^^xsd:string ;
    rdfs:comment "sly, cunning, shrewd; artful"@en .

<http://lexvo.org/id/char/9EE1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%BB%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%8En>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jim2>,
        <http://lexvo.org/id/term/yue/%E9%BB%A1>,
        "黡"^^xsd:string ;
    rdfs:comment "mole, scar, blemish"@en .

<http://lexvo.org/id/char/9EE2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%BB%A2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C5%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C5%AB%20q%C3%B9>,
        "黢"^^xsd:string ;
    rdfs:comment "black"@en .

<http://lexvo.org/id/char/9EE3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%BB%A3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C4%9Bi>,
        "黣"^^xsd:string .

<http://lexvo.org/id/char/9EE4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%BB%A4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%8En>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jim2>,
        <http://lexvo.org/id/term/yue/%E9%BB%A4>,
        "黤"^^xsd:string ;
    rdfs:comment "blue-black"@en .

<http://lexvo.org/id/char/9EE5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%BB%A5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C3%ADng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C3%ADng%20j%C4%ABng>,
        <http://lexvo.org/id/term/kor/%E9%BB%A5>,
        <http://lexvo.org/id/term/kor/KYENG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/king4>,
        <http://lexvo.org/id/term/yue/%E9%BB%A5>,
        "黥"^^xsd:string ;
    rdfs:comment "to tattoo; to brand the face of criminals"@en .

<http://lexvo.org/id/char/9EE6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%BB%A6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%B9%20yu%C3%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/yu%C3%A8>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wat1>,
        <http://lexvo.org/id/term/yue/%E9%BB%A6>,
        "黦"^^xsd:string .

<http://lexvo.org/id/char/9EE7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%BB%A7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%AD%20l%C3%A1i>,
        <http://lexvo.org/id/term/kor/%E9%BB%A7>,
        <http://lexvo.org/id/term/kor/LI%20LYE%20LAY>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lai4>,
        <http://lexvo.org/id/term/yue/%E9%BB%A7>,
        "黧"^^xsd:string ;
    rdfs:comment "a dark, sallow colour"@en .

<http://lexvo.org/id/char/9EE8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%BB%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C7%8Eng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C7%8Eng%20zh%C7%8Eng>,
        <http://lexvo.org/id/term/kor/%E9%BB%A8>,
        <http://lexvo.org/id/term/kor/TANG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dong2>,
        <http://lexvo.org/id/term/yue/%E9%BB%A8>,
        "黨"^^xsd:string ;
    rdfs:comment "political party, gang, faction"@en .

<http://lexvo.org/id/char/9EE9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%BB%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%BA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/duk6>,
        <http://lexvo.org/id/term/yue/%E9%BB%A9>,
        "黩"^^xsd:string ;
    rdfs:comment "to dishonor, defile, corrupt; soiled"@en .

<http://lexvo.org/id/char/9EEA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%BB%AA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C7%8En>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/caam2>,
        <http://lexvo.org/id/term/yue/%E9%BB%AA>,
        "黪"^^xsd:string ;
    rdfs:comment "grey black"@en .

<http://lexvo.org/id/char/9EEB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%BB%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C4%ABn%20y%C4%81n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jan1>,
        <http://lexvo.org/id/term/yue/%E9%BB%AB>,
        "黫"^^xsd:string .

<http://lexvo.org/id/char/9EEC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C3%A0n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%BB%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ngaam4>,
        <http://lexvo.org/id/term/yue/%E9%BB%AC>,
        "黬"^^xsd:string ;
    rdfs:comment "blackhead"@en .

<http://lexvo.org/id/char/9EED> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%BB%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C4%81n%20y%C7%8En>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/am2%20jim2>,
        <http://lexvo.org/id/term/yue/%E9%BB%AD>,
        "黭"^^xsd:string .

<http://lexvo.org/id/char/9EEE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%BB%AE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C7%8En%20d%C7%8En%20sh%C3%A8n%20d%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E9%BB%AE>,
        <http://lexvo.org/id/term/kor/TAM>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sam6%20taam5>,
        <http://lexvo.org/id/term/yue/%E9%BB%AE>,
        "黮"^^xsd:string ;
    rdfs:comment "black, dark; unclear; private"@en .

<http://lexvo.org/id/char/9EEF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C3%A0n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%C3%A0n%20%C4%81n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%BB%AF>,
        <http://lexvo.org/id/term/kor/%E9%BB%AF>,
        <http://lexvo.org/id/term/kor/AM>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/am2>,
        <http://lexvo.org/id/term/yue/%E9%BB%AF>,
        "黯"^^xsd:string ;
    rdfs:comment "dark, black; sullen, dreary"@en .

<http://lexvo.org/id/char/9EF0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%BB%B0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C4%9Bn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zan2>,
        <http://lexvo.org/id/term/yue/%E9%BB%B0>,
        "黰"^^xsd:string ;
    rdfs:comment "young girl's hair style"@en .

<http://lexvo.org/id/char/9EF1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%BB%B1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%A0i>,
        "黱"^^xsd:string .

<http://lexvo.org/id/char/9EF2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%BB%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C7%8En>,
        <http://lexvo.org/id/term/kor/%E9%BB%B2>,
        <http://lexvo.org/id/term/kor/CHAM>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/caam2>,
        <http://lexvo.org/id/term/yue/%E9%BB%B2>,
        "黲"^^xsd:string ;
    rdfs:comment "grey black"@en .

<http://lexvo.org/id/char/9EF3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%BB%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C4%AB>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ji1>,
        <http://lexvo.org/id/term/yue/%E9%BB%B3>,
        "黳"^^xsd:string .

<http://lexvo.org/id/char/9EF4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%BB%B4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A9i>,
        <http://lexvo.org/id/term/kor/%E9%BB%B4>,
        <http://lexvo.org/id/term/kor/MI>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mei4>,
        <http://lexvo.org/id/term/yue/%E9%BB%B4>,
        "黴"^^xsd:string ;
    rdfs:comment "mold, mildew; bacteria, fungi"@en .

<http://lexvo.org/id/char/9EF5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%BB%B5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C7%8En>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C7%8En>,
        <http://lexvo.org/id/term/kor/%E9%BB%B5>,
        <http://lexvo.org/id/term/kor/TAM>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/daam2%20zaam2>,
        <http://lexvo.org/id/term/yue/%E9%BB%B5>,
        "黵"^^xsd:string .

<http://lexvo.org/id/char/9EF6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%BB%B6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%8En>,
        <http://lexvo.org/id/term/kor/%E9%BB%B6>,
        <http://lexvo.org/id/term/kor/YEM>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jim2>,
        <http://lexvo.org/id/term/yue/%E9%BB%B6>,
        "黶"^^xsd:string ;
    rdfs:comment "mole, scar, blemish"@en .

<http://lexvo.org/id/char/9EF7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%BB%B7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%BA>,
        <http://lexvo.org/id/term/kor/%E9%BB%B7>,
        <http://lexvo.org/id/term/kor/TOK>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/duk6>,
        <http://lexvo.org/id/term/yue/%E9%BB%B7>,
        "黷"^^xsd:string ;
    rdfs:comment "to dishonor, defile, corrupt; soiled"@en .

<http://lexvo.org/id/char/9EF8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%BB%B8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%BA>,
        "黸"^^xsd:string .

<http://lexvo.org/id/char/9EFA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%BB%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C4%9Bn>,
        <http://lexvo.org/id/term/kor/%E9%BB%BA>,
        <http://lexvo.org/id/term/kor/PWUN>,
        "黺"^^xsd:string .

<http://lexvo.org/id/char/9EFB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%BB%BB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%BA%20f%C3%B9>,
        <http://lexvo.org/id/term/kor/%E9%BB%BB>,
        <http://lexvo.org/id/term/kor/PWUL>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fat1>,
        <http://lexvo.org/id/term/yue/%E9%BB%BB>,
        "黻"^^xsd:string ;
    rdfs:comment "special pattern of embroidery"@en .

<http://lexvo.org/id/char/9EFC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%BB%BC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C7%94>,
        <http://lexvo.org/id/term/kor/%E9%BB%BC>,
        <http://lexvo.org/id/term/kor/PO>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fu2>,
        <http://lexvo.org/id/term/yue/%E9%BB%BC>,
        "黼"^^xsd:string ;
    rdfs:comment "embroidered official or sacrificial robe"@en .

<http://lexvo.org/id/char/9EFF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%BB%BF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/yu%C3%A1n>,
        <http://lexvo.org/id/term/kor/%E9%BB%BF>,
        <http://lexvo.org/id/term/kor/WEN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jyun4>,
        <http://lexvo.org/id/term/yue/%E9%BB%BF>,
        "黿"^^xsd:string ;
    rdfs:comment "large turtle, sea turtle"@en .

<http://lexvo.org/id/char/9F00> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%BC%80>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C3%B9>,
        <http://lexvo.org/id/term/kor/%E9%BC%80>,
        <http://lexvo.org/id/term/kor/CHWUK>,
        "鼀"^^xsd:string .

<http://lexvo.org/id/char/9F01> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%BC%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C3%B9>,
        "鼁"^^xsd:string .

<http://lexvo.org/id/char/9F02> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%BC%82>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%A1o>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%A1o%20zh%C4%81o>,
        <http://lexvo.org/id/term/kor/%E9%BC%82>,
        <http://lexvo.org/id/term/kor/CO>,
        "鼂"^^xsd:string ;
    rdfs:comment "a kind of sea turtle; surname"@en .

<http://lexvo.org/id/char/9F03> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%BC%83>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C4%81>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/waa1>,
        <http://lexvo.org/id/term/yue/%E9%BC%83>,
        "鼃"^^xsd:string ;
    rdfs:comment "the edible water-frog"@en .

<http://lexvo.org/id/char/9F04> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%BC%84>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C5%AB>,
        <http://lexvo.org/id/term/kor/%E9%BC%84>,
        <http://lexvo.org/id/term/kor/CWU>,
        "鼄"^^xsd:string ;
    rdfs:comment "the spider"@en .

<http://lexvo.org/id/char/9F05> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%BC%85>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C4%AB>,
        "鼅"^^xsd:string ;
    rdfs:comment "spider"@en .

<http://lexvo.org/id/char/9F06> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%BC%86>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A1ng%20m%C4%9Bng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/man4>,
        <http://lexvo.org/id/term/yue/%E9%BC%86>,
        "鼆"^^xsd:string .

<http://lexvo.org/id/char/9F07> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C3%A1o>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%BC%87>,
        <http://lexvo.org/id/term/kor/%E9%BC%87>,
        <http://lexvo.org/id/term/kor/O>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ngou4>,
        <http://lexvo.org/id/term/yue/%E9%BC%87>,
        "鼇"^^xsd:string ;
    rdfs:comment "huge sea turtle"@en .

<http://lexvo.org/id/char/9F08> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%BC%88>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/bi%C4%93>,
        <http://lexvo.org/id/term/kor/%E9%BC%88>,
        <http://lexvo.org/id/term/kor/PYEL>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bit3>,
        <http://lexvo.org/id/term/yue/%E9%BC%88>,
        "鼈"^^xsd:string ;
    rdfs:comment "a fresh-water turtle, Trionyx sinensis"@en .

<http://lexvo.org/id/char/9F09> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%BC%89>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/tu%C3%B3>,
        <http://lexvo.org/id/term/kor/%E9%BC%89>,
        <http://lexvo.org/id/term/kor/THA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/to4>,
        <http://lexvo.org/id/term/yue/%E9%BC%89>,
        "鼉"^^xsd:string ;
    rdfs:comment "large reptile, water lizard"@en .

<http://lexvo.org/id/char/9F0A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%BC%8A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%AC>,
        <http://lexvo.org/id/term/kor/%E9%BC%8A>,
        <http://lexvo.org/id/term/kor/PYEK>,
        "鼊"^^xsd:string .

<http://lexvo.org/id/char/9F0B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%BC%8B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/yu%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jyun4>,
        <http://lexvo.org/id/term/yue/%E9%BC%8B>,
        "鼋"^^xsd:string ;
    rdfs:comment "large turtle, sea turtle"@en .

<http://lexvo.org/id/char/9F0C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%BC%8C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%A1o%20zh%C4%81o>,
        "鼌"^^xsd:string .

<http://lexvo.org/id/char/9F0D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%BC%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/tu%C3%B3>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/to4>,
        <http://lexvo.org/id/term/yue/%E9%BC%8D>,
        "鼍"^^xsd:string ;
    rdfs:comment "large reptile, water lizard"@en .

<http://lexvo.org/id/char/9F0F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%BC%8F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mik6>,
        <http://lexvo.org/id/term/yue/%E9%BC%8F>,
        "鼏"^^xsd:string ;
    rdfs:comment "cover of tripod caldron"@en .

<http://lexvo.org/id/char/9F10> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%BC%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C3%A0i>,
        <http://lexvo.org/id/term/kor/%E9%BC%90>,
        <http://lexvo.org/id/term/kor/NAY>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/naai5>,
        <http://lexvo.org/id/term/yue/%E9%BC%90>,
        "鼐"^^xsd:string ;
    rdfs:comment "incense tripod"@en .

<http://lexvo.org/id/char/9F11> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%BC%91>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C7%90ng%20zh%C4%93n>,
        "鼑"^^xsd:string .

<http://lexvo.org/id/char/9F12> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%BC%92>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C4%AB>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zi1>,
        <http://lexvo.org/id/term/yue/%E9%BC%92>,
        "鼒"^^xsd:string ;
    rdfs:comment "large tripod caldron with small mouth"@en .

<http://lexvo.org/id/char/9F15> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%BC%95>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C5%8Dng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C5%8Dng%20t%C3%B3ng>,
        <http://lexvo.org/id/term/kor/%E9%BC%95>,
        <http://lexvo.org/id/term/kor/TONG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dung1%20tung4>,
        <http://lexvo.org/id/term/yue/%E9%BC%95>,
        "鼕"^^xsd:string ;
    rdfs:comment "rattle of drums"@en .

<http://lexvo.org/id/char/9F16> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%BC%96>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%A9n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fan4%20tou4>,
        <http://lexvo.org/id/term/yue/%E9%BC%96>,
        "鼖"^^xsd:string ;
    rdfs:comment "drum"@en .

<http://lexvo.org/id/char/9F17> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%BC%97>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%A1o>,
        <http://lexvo.org/id/term/kor/%E9%BC%97>,
        <http://lexvo.org/id/term/kor/TO>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tou4>,
        <http://lexvo.org/id/term/yue/%E9%BC%97>,
        "鼗"^^xsd:string ;
    rdfs:comment "small revolving drum with knobs"@en .

<http://lexvo.org/id/char/9F18> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%BC%98>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/yu%C4%81n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jyun1>,
        <http://lexvo.org/id/term/yue/%E9%BC%98>,
        "鼘"^^xsd:string .

<http://lexvo.org/id/char/9F19> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%BC%99>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%AD>,
        <http://lexvo.org/id/term/kor/%E9%BC%99>,
        <http://lexvo.org/id/term/kor/PI>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/pei4>,
        <http://lexvo.org/id/term/yue/%E9%BC%99>,
        "鼙"^^xsd:string ;
    rdfs:comment "drum carried on horseback"@en .

<http://lexvo.org/id/char/9F1A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%BC%9A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C4%81ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/coeng1>,
        <http://lexvo.org/id/term/yue/%E9%BC%9A>,
        "鼚"^^xsd:string ;
    rdfs:comment "drumming"@en .

<http://lexvo.org/id/char/9F1B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%BC%9B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C4%81o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gou1>,
        <http://lexvo.org/id/term/yue/%E9%BC%9B>,
        "鼛"^^xsd:string ;
    rdfs:comment "drum"@en .

<http://lexvo.org/id/char/9F1C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%BC%9C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cik1>,
        <http://lexvo.org/id/term/yue/%E9%BC%9C>,
        "鼜"^^xsd:string .

<http://lexvo.org/id/char/9F1D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%BC%9D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/yu%C4%81n>,
        "鼝"^^xsd:string .

<http://lexvo.org/id/char/9F1E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%BC%9E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C4%81ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dong1%20tong1%20tong4>,
        <http://lexvo.org/id/term/yue/%E9%BC%9E>,
        "鼞"^^xsd:string .

<http://lexvo.org/id/char/9F1F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%BC%9F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C4%93ng>,
        "鼟"^^xsd:string .

<http://lexvo.org/id/char/9F22> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%BC%A2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%A9n>,
        <http://lexvo.org/id/term/kor/%E9%BC%A2>,
        <http://lexvo.org/id/term/kor/PWUN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fan4%20fan5>,
        <http://lexvo.org/id/term/yue/%E9%BC%A2>,
        "鼢"^^xsd:string ;
    rdfs:comment "a variety of mole"@en .

<http://lexvo.org/id/char/9F23> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%BC%A3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%A8i>,
        "鼣"^^xsd:string .

<http://lexvo.org/id/char/9F24> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%BC%A4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C3%A9n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/man4>,
        <http://lexvo.org/id/term/yue/%E9%BC%A4>,
        "鼤"^^xsd:string .

<http://lexvo.org/id/char/9F25> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%BC%A5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%A1>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bat6>,
        <http://lexvo.org/id/term/yue/%E9%BC%A5>,
        "鼥"^^xsd:string .

<http://lexvo.org/id/char/9F26> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%BC%A6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/di%C4%81o>,
        "鼦"^^xsd:string .

<http://lexvo.org/id/char/9F27> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%BC%A7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/tu%C3%B3>,
        "鼧"^^xsd:string ;
    rdfs:comment "the marmot"@en .

<http://lexvo.org/id/char/9F28> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%BC%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%B3ng%20zh%C5%8Dng>,
        "鼨"^^xsd:string .

<http://lexvo.org/id/char/9F29> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%BC%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C3%BA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/keoi4>,
        <http://lexvo.org/id/term/yue/%E9%BC%A9>,
        "鼩"^^xsd:string .

<http://lexvo.org/id/char/9F2A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%BC%AA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C4%93ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sang1>,
        <http://lexvo.org/id/term/yue/%E9%BC%AA>,
        "鼪"^^xsd:string ;
    rdfs:comment "weasel"@en .

<http://lexvo.org/id/char/9F2B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%BC%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%AD>,
        <http://lexvo.org/id/term/kor/%E9%BC%AB>,
        <http://lexvo.org/id/term/kor/SEK>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sek6>,
        <http://lexvo.org/id/term/yue/%E9%BC%AB>,
        "鼫"^^xsd:string ;
    rdfs:comment "marmot; squirrel"@en .

<http://lexvo.org/id/char/9F2C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%BC%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%B2u>,
        <http://lexvo.org/id/term/kor/%E9%BC%AC>,
        <http://lexvo.org/id/term/kor/YU>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jau4%20jau6>,
        <http://lexvo.org/id/term/yue/%E9%BC%AC>,
        "鼬"^^xsd:string ;
    rdfs:comment "weasel, mustela itatis"@en .

<http://lexvo.org/id/char/9F2D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%BC%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%AD>,
        "鼭"^^xsd:string .

<http://lexvo.org/id/char/9F2E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%BC%AE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%ADng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ting4>,
        <http://lexvo.org/id/term/yue/%E9%BC%AE>,
        "鼮"^^xsd:string .

<http://lexvo.org/id/char/9F2F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%BC%AF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C3%BA>,
        <http://lexvo.org/id/term/kor/%E9%BC%AF>,
        <http://lexvo.org/id/term/kor/O>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ng4>,
        <http://lexvo.org/id/term/yue/%E9%BC%AF>,
        "鼯"^^xsd:string ;
    rdfs:comment "flying squirrel"@en .

<http://lexvo.org/id/char/9F30> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%BC%B0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ni%C3%A0n>,
        "鼰"^^xsd:string .

<http://lexvo.org/id/char/9F31> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%BC%B1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C4%ABng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cing1%20zing1>,
        <http://lexvo.org/id/term/yue/%E9%BC%B1>,
        "鼱"^^xsd:string .

<http://lexvo.org/id/char/9F32> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%BC%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%BAn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wan4>,
        <http://lexvo.org/id/term/yue/%E9%BC%B2>,
        "鼲"^^xsd:string .

<http://lexvo.org/id/char/9F33> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%BC%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%BA>,
        "鼳"^^xsd:string .

<http://lexvo.org/id/char/9F34> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%BC%B4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%8En>,
        <http://lexvo.org/id/term/kor/%E9%BC%B4>,
        <http://lexvo.org/id/term/kor/EN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jin2>,
        <http://lexvo.org/id/term/yue/%E9%BC%B4>,
        "鼴"^^xsd:string ;
    rdfs:comment "a kind of insectivorous rodent"@en .

<http://lexvo.org/id/char/9F35> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%BC%B5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%BA%20t%C5%AB>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dat6>,
        <http://lexvo.org/id/term/yue/%E9%BC%B5>,
        "鼵"^^xsd:string .

<http://lexvo.org/id/char/9F36> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%BC%B6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%AD%20s%C4%AB>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/si1>,
        <http://lexvo.org/id/term/yue/%E9%BC%B6>,
        "鼶"^^xsd:string .

<http://lexvo.org/id/char/9F37> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%BC%B7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C4%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C4%AB%20x%C3%AD>,
        <http://lexvo.org/id/term/kor/%E9%BC%B7>,
        <http://lexvo.org/id/term/kor/HYEY>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hai4>,
        <http://lexvo.org/id/term/yue/%E9%BC%B7>,
        "鼷"^^xsd:string ;
    rdfs:comment "a mouse"@en .

<http://lexvo.org/id/char/9F38> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%BC%B8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C7%8En>,
        <http://lexvo.org/id/term/kor/%E9%BC%B8>,
        <http://lexvo.org/id/term/kor/KYEM>,
        "鼸"^^xsd:string .

<http://lexvo.org/id/char/9F39> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%BC%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%8En>,
        <http://lexvo.org/id/term/kor/%E9%BC%B9>,
        <http://lexvo.org/id/term/kor/EN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jin2>,
        <http://lexvo.org/id/term/yue/%E9%BC%B9>,
        "鼹"^^xsd:string ;
    rdfs:comment "a kind of insectivorous rodent"@en .

<http://lexvo.org/id/char/9F3A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%BC%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%A9i>,
        "鼺"^^xsd:string .

<http://lexvo.org/id/char/9F3C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%BC%BC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%8Eo>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hiu3>,
        <http://lexvo.org/id/term/yue/%E9%BC%BC>,
        "鼼"^^xsd:string ;
    rdfs:comment "(Cant.) curving upwards"@en .

<http://lexvo.org/id/char/9F3D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%BC%BD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C3%BA>,
        <http://lexvo.org/id/term/kor/%E9%BC%BD>,
        <http://lexvo.org/id/term/kor/KWU>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kau4>,
        <http://lexvo.org/id/term/yue/%E9%BC%BD>,
        "鼽"^^xsd:string ;
    rdfs:comment "clogged nose"@en .

<http://lexvo.org/id/char/9F3E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%BC%BE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C4%81n>,
        <http://lexvo.org/id/term/kor/%E9%BC%BE>,
        <http://lexvo.org/id/term/kor/HAN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hon4%20hon6>,
        <http://lexvo.org/id/term/yue/%E9%BC%BE>,
        "鼾"^^xsd:string ;
    rdfs:comment "snore loudly"@en .

<http://lexvo.org/id/char/9F3F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%BC%BF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C5%AB>,
        "鼿"^^xsd:string .

<http://lexvo.org/id/char/9F40> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%BD%80>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C3%B9>,
        "齀"^^xsd:string .

<http://lexvo.org/id/char/9F41> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%BD%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C5%8Du>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C5%8Du%20h%C3%B3u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hau1>,
        <http://lexvo.org/id/term/yue/%E9%BD%81>,
        "齁"^^xsd:string ;
    rdfs:comment "snore loudly; very, extremely"@en .

<http://lexvo.org/id/char/9F42> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%BD%82>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C3%AC>,
        "齂"^^xsd:string .

<http://lexvo.org/id/char/9F43> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%BD%83>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C3%A9%20%C3%A8>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/aat3%20ngaat3>,
        <http://lexvo.org/id/term/yue/%E9%BD%83>,
        "齃"^^xsd:string .

<http://lexvo.org/id/char/9F44> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%BD%84>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C4%81>,
        <http://lexvo.org/id/term/kor/%E9%BD%84>,
        <http://lexvo.org/id/term/kor/CHA>,
        "齄"^^xsd:string ;
    rdfs:comment "red sores on nose"@en .

<http://lexvo.org/id/char/9F45> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%BD%85>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%B9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cau3>,
        <http://lexvo.org/id/term/yue/%E9%BD%85>,
        "齅"^^xsd:string ;
    rdfs:comment "smell; to smell"@en .

<http://lexvo.org/id/char/9F46> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%BD%86>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C3%A8ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ung3>,
        <http://lexvo.org/id/term/yue/%E9%BD%86>,
        "齆"^^xsd:string ;
    rdfs:comment "stuffed nose"@en .

<http://lexvo.org/id/char/9F47> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%BD%87>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C4%81>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zaa1>,
        <http://lexvo.org/id/term/yue/%E9%BD%87>,
        "齇"^^xsd:string .

<http://lexvo.org/id/char/9F48> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%BD%88>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C3%B3ng>,
        "齈"^^xsd:string ;
    rdfs:comment "cold in the head; catarrh of the nose; mucus from the nose"@en .

<http://lexvo.org/id/char/9F49> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%BD%89>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C3%A0ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/nong6%20nung6>,
        <http://lexvo.org/id/term/yue/%E9%BD%89>,
        "齉"^^xsd:string ;
    rdfs:comment "stoppage of the nose to speak with a nasal twang"@en .

<http://lexvo.org/id/char/9F4B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%BD%8B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C4%81i>,
        <http://lexvo.org/id/term/kor/%E9%BD%8B>,
        <http://lexvo.org/id/term/kor/CAY>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zaai1%20zai1>,
        <http://lexvo.org/id/term/yue/%E9%BD%8B>,
        "齋"^^xsd:string ;
    rdfs:comment "vegetarian diet; study; to fast, abstain"@en .

<http://lexvo.org/id/char/9F4C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%BD%8C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%AC%20q%C4%AB>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zai1>,
        <http://lexvo.org/id/term/yue/%E9%BD%8C>,
        "齌"^^xsd:string .

<http://lexvo.org/id/char/9F4D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%BD%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C4%AB>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zi1>,
        <http://lexvo.org/id/term/yue/%E9%BD%8D>,
        "齍"^^xsd:string .

<http://lexvo.org/id/char/9F4E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%BD%8E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C4%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C4%AB%20q%C3%AD>,
        <http://lexvo.org/id/term/kor/%E9%BD%8E>,
        <http://lexvo.org/id/term/kor/CAY>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zai1>,
        <http://lexvo.org/id/term/yue/%E9%BD%8E>,
        "齎"^^xsd:string ;
    rdfs:comment "take in both hands and offer to"@en .

<http://lexvo.org/id/char/9F4F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%BD%8F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C4%AB>,
        <http://lexvo.org/id/term/kor/%E9%BD%8F>,
        <http://lexvo.org/id/term/kor/CEY>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zai1>,
        <http://lexvo.org/id/term/yue/%E9%BD%8F>,
        "齏"^^xsd:string ;
    rdfs:comment "break or smash into pieces, pulverize; hash"@en .

<http://lexvo.org/id/char/9F51> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%BD%91>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C4%AB>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zai1>,
        <http://lexvo.org/id/term/yue/%E9%BD%91>,
        "齑"^^xsd:string ;
    rdfs:comment "break or smash into pieces, pulverize; hash"@en .

<http://lexvo.org/id/char/9F53> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%BD%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%A8n>,
        "齓"^^xsd:string .

<http://lexvo.org/id/char/9F54> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%BD%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%A8n>,
        <http://lexvo.org/id/term/kor/%E9%BD%94>,
        <http://lexvo.org/id/term/kor/CHIN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/can3>,
        <http://lexvo.org/id/term/yue/%E9%BD%94>,
        "齔"^^xsd:string ;
    rdfs:comment "lose baby teeth and get adult teeth"@en .

<http://lexvo.org/id/char/9F55> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%BD%95>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A9>,
        <http://lexvo.org/id/term/kor/%E9%BD%95>,
        <http://lexvo.org/id/term/kor/HUL>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hat6>,
        <http://lexvo.org/id/term/yue/%E9%BD%95>,
        "齕"^^xsd:string ;
    rdfs:comment "gnaw, bite, nibble"@en .

<http://lexvo.org/id/char/9F56> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%BD%96>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A1>,
        "齖"^^xsd:string .

<http://lexvo.org/id/char/9F57> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%BD%97>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C4%9Bn%20y%C3%ADn>,
        <http://lexvo.org/id/term/kor/%E9%BD%97>,
        <http://lexvo.org/id/term/kor/UN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ngan4>,
        <http://lexvo.org/id/term/yue/%E9%BD%97>,
        "齗"^^xsd:string ;
    rdfs:comment "gums (of the teeth); to dispute"@en .

<http://lexvo.org/id/char/9F58> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%BD%98>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A8>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/haai6>,
        <http://lexvo.org/id/term/yue/%E9%BD%98>,
        "齘"^^xsd:string .

<http://lexvo.org/id/char/9F59> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%BD%99>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%A1o>,
        <http://lexvo.org/id/term/kor/%E9%BD%99>,
        <http://lexvo.org/id/term/kor/PHO>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/baau1%20baau6>,
        <http://lexvo.org/id/term/yue/%E9%BD%99>,
        "齙"^^xsd:string ;
    rdfs:comment "projecting teeth"@en .

<http://lexvo.org/id/char/9F5A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%BD%9A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/cu%C3%B2%20z%C3%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C3%A9>,
        "齚"^^xsd:string ;
    rdfs:comment "to chew"@en .

<http://lexvo.org/id/char/9F5B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%BD%9B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%AC>,
        "齛"^^xsd:string .

<http://lexvo.org/id/char/9F5C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%BD%9C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C4%AB%20ch%C3%A1i>,
        <http://lexvo.org/id/term/kor/%E9%BD%9C>,
        <http://lexvo.org/id/term/kor/CHA%20CAY>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zi1>,
        <http://lexvo.org/id/term/yue/%E9%BD%9C>,
        "齜"^^xsd:string ;
    rdfs:comment "to show the teeth; crooked teeth"@en .

<http://lexvo.org/id/char/9F5D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%BD%9D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C4%AB>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ci1>,
        <http://lexvo.org/id/term/yue/%E9%BD%9D>,
        "齝"^^xsd:string ;
    rdfs:comment "to chew the cud"@en .

<http://lexvo.org/id/char/9F5E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%BD%9E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ni%C3%A0n%20y%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jin6>,
        <http://lexvo.org/id/term/yue/%E9%BD%9E>,
        "齞"^^xsd:string ;
    rdfs:comment "to display the teeth"@en .

<http://lexvo.org/id/char/9F5F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%BD%9F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C7%94%20zh%C4%81>,
        <http://lexvo.org/id/term/kor/%E9%BD%9F>,
        <http://lexvo.org/id/term/kor/CE>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zeoi2>,
        <http://lexvo.org/id/term/yue/%E9%BD%9F>,
        "齟"^^xsd:string ;
    rdfs:comment "irregular teeth; discord"@en .

<http://lexvo.org/id/char/9F60> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%BD%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ti%C3%A1o>,
        <http://lexvo.org/id/term/kor/%E9%BD%A0>,
        <http://lexvo.org/id/term/kor/CHO>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tiu4>,
        <http://lexvo.org/id/term/yue/%E9%BD%A0>,
        "齠"^^xsd:string ;
    rdfs:comment "lose baby teeth and get adult teeth"@en .

<http://lexvo.org/id/char/9F61> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%BD%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%ADng>,
        <http://lexvo.org/id/term/kor/%E9%BD%A1>,
        <http://lexvo.org/id/term/kor/LYENG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ling4>,
        <http://lexvo.org/id/term/yue/%E9%BD%A1>,
        "齡"^^xsd:string ;
    rdfs:comment "age; years"@en .

<http://lexvo.org/id/char/9F62> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%BD%A2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%ADng>,
        "齢"^^xsd:string ;
    rdfs:comment "age; years"@en .

<http://lexvo.org/id/char/9F63> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%BD%A3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C5%AB>,
        <http://lexvo.org/id/term/kor/%E9%BD%A3>,
        <http://lexvo.org/id/term/kor/CHEK>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ceot1>,
        <http://lexvo.org/id/term/yue/%E9%BD%A3>,
        "齣"^^xsd:string ;
    rdfs:comment "act; stanza; time, occasion"@en .

<http://lexvo.org/id/char/9F64> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%BD%A4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qu%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kyun4>,
        <http://lexvo.org/id/term/yue/%E9%BD%A4>,
        "齤"^^xsd:string .

<http://lexvo.org/id/char/9F65> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%BD%A5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A8>,
        "齥"^^xsd:string .

<http://lexvo.org/id/char/9F66> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%BD%A6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C4%9Bn%20y%C3%ADn%20qi%C7%8En>,
        <http://lexvo.org/id/term/kor/%E9%BD%A6>,
        <http://lexvo.org/id/term/kor/KAN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/han2%20ngan4>,
        <http://lexvo.org/id/term/yue/%E9%BD%A6>,
        "齦"^^xsd:string ;
    rdfs:comment "gums"@en .

<http://lexvo.org/id/char/9F67> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%BD%A7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ni%C3%A8>,
        <http://lexvo.org/id/term/kor/%E9%BD%A7>,
        <http://lexvo.org/id/term/kor/SEL>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jit6%20ngaat6%20ngit6>,
        <http://lexvo.org/id/term/yue/%E9%BD%A7>,
        "齧"^^xsd:string ;
    rdfs:comment "bite, gnaw; wear down, erode"@en .

<http://lexvo.org/id/char/9F68> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%BD%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%B9>,
        "齨"^^xsd:string .

<http://lexvo.org/id/char/9F69> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%BD%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%8Eo>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%8Eo%20ji%C4%81o%20y%C4%81o>,
        <http://lexvo.org/id/term/kor/%E9%BD%A9>,
        <http://lexvo.org/id/term/kor/KYO%20YO>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ngaau5>,
        <http://lexvo.org/id/term/yue/%E9%BD%A9>,
        "齩"^^xsd:string ;
    rdfs:comment "to chew; to bite"@en .

<http://lexvo.org/id/char/9F6A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%BD%AA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/chu%C3%B2>,
        <http://lexvo.org/id/term/kor/%E9%BD%AA>,
        <http://lexvo.org/id/term/kor/CHAK>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cuk1>,
        <http://lexvo.org/id/term/yue/%E9%BD%AA>,
        "齪"^^xsd:string ;
    rdfs:comment "narrow, small; dirty"@en .

<http://lexvo.org/id/char/9F6B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%BD%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C7%94n>,
        <http://lexvo.org/id/term/kor/%E9%BD%AB>,
        <http://lexvo.org/id/term/kor/KON>,
        "齫"^^xsd:string .

<http://lexvo.org/id/char/9F6C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%BD%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%94%20w%C3%BA>,
        <http://lexvo.org/id/term/kor/%E9%BD%AC>,
        <http://lexvo.org/id/term/kor/E>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jyu5>,
        <http://lexvo.org/id/term/yue/%E9%BD%AC>,
        "齬"^^xsd:string ;
    rdfs:comment "uneven teeth; to disagree"@en .

<http://lexvo.org/id/char/9F6D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%BD%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C7%94>,
        "齭"^^xsd:string ;
    rdfs:comment "toothache"@en .

<http://lexvo.org/id/char/9F6E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%BD%AE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%90>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ji2>,
        <http://lexvo.org/id/term/yue/%E9%BD%AE>,
        "齮"^^xsd:string ;
    rdfs:comment "bite"@en .

<http://lexvo.org/id/char/9F6F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%BD%AF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C3%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ngai4>,
        <http://lexvo.org/id/term/yue/%E9%BD%AF>,
        "齯"^^xsd:string ;
    rdfs:comment "teeth grown in old age"@en .

<http://lexvo.org/id/char/9F70> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%BD%B0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/cu%C3%B2%20z%C3%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C3%A9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zaak3>,
        <http://lexvo.org/id/term/yue/%E9%BD%B0>,
        "齰"^^xsd:string ;
    rdfs:comment "to bite"@en .

<http://lexvo.org/id/char/9F71> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%BD%B1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C5%8Du%20chu%C3%B2>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cuk1%20zau1>,
        <http://lexvo.org/id/term/yue/%E9%BD%B1>,
        "齱"^^xsd:string .

<http://lexvo.org/id/char/9F72> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%BD%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C7%94>,
        <http://lexvo.org/id/term/kor/%E9%BD%B2>,
        <http://lexvo.org/id/term/kor/WU>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/geoi2>,
        <http://lexvo.org/id/term/yue/%E9%BD%B2>,
        "齲"^^xsd:string ;
    rdfs:comment "tooth decay"@en .

<http://lexvo.org/id/char/9F73> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%BD%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C4%9Bn%20k%C7%94n%20y%C7%94n>,
        "齳"^^xsd:string ;
    rdfs:comment "toothless"@en .

<http://lexvo.org/id/char/9F74> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%BD%B4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C7%8En%20y%C7%8En>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jin6%20ngaan5>,
        <http://lexvo.org/id/term/yue/%E9%BD%B4>,
        "齴"^^xsd:string .

<http://lexvo.org/id/char/9F75> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C3%B3u%20y%C3%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%BD%B5>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jyu4>,
        <http://lexvo.org/id/term/yue/%E9%BD%B5>,
        "齵"^^xsd:string ;
    rdfs:comment "uneven (teeth)"@en .

<http://lexvo.org/id/char/9F76> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C3%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%BD%B6>,
        <http://lexvo.org/id/term/kor/%E9%BD%B6>,
        <http://lexvo.org/id/term/kor/AK>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ngok6>,
        <http://lexvo.org/id/term/yue/%E9%BD%B6>,
        "齶"^^xsd:string ;
    rdfs:comment "palate, roof of mouth"@en .

<http://lexvo.org/id/char/9F77> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%BD%B7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C3%B2>,
        <http://lexvo.org/id/term/kor/%E9%BD%B7>,
        <http://lexvo.org/id/term/kor/AK>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/aak1%20ak1>,
        <http://lexvo.org/id/term/yue/%E9%BD%B7>,
        "齷"^^xsd:string ;
    rdfs:comment "narrow, small; dirty"@en .

<http://lexvo.org/id/char/9F78> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%BD%B8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%AC>,
        "齸"^^xsd:string .

<http://lexvo.org/id/char/9F79> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%BD%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/chu%C5%8D>,
        "齹"^^xsd:string .

<http://lexvo.org/id/char/9F7A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%BD%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C5%8Du>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zau1>,
        <http://lexvo.org/id/term/yue/%E9%BD%BA>,
        "齺"^^xsd:string .

<http://lexvo.org/id/char/9F7B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%BD%BB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/di%C4%81n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/din1>,
        <http://lexvo.org/id/term/yue/%E9%BD%BB>,
        "齻"^^xsd:string .

<http://lexvo.org/id/char/9F7C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%BD%BC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C7%94>,
        "齼"^^xsd:string .

<http://lexvo.org/id/char/9F7D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%BD%BD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%ACn>,
        "齽"^^xsd:string .

<http://lexvo.org/id/char/9F7E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%BD%BE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A0>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ngaa3>,
        <http://lexvo.org/id/term/yue/%E9%BD%BE>,
        "齾"^^xsd:string .

<http://lexvo.org/id/char/9F80> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%BE%80>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%A8n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/can3>,
        <http://lexvo.org/id/term/yue/%E9%BE%80>,
        "龀"^^xsd:string ;
    rdfs:comment "lose baby teeth and get adult teeth"@en .

<http://lexvo.org/id/char/9F81> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%BE%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hat6>,
        <http://lexvo.org/id/term/yue/%E9%BE%81>,
        "龁"^^xsd:string ;
    rdfs:comment "gnaw, bite, nibble"@en .

<http://lexvo.org/id/char/9F82> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%BE%82>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C4%9Bn%20y%C3%ADn>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%ADn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ngan4>,
        <http://lexvo.org/id/term/yue/%E9%BE%82>,
        "龂"^^xsd:string ;
    rdfs:comment "gums (of the teeth); to dispute"@en .

<http://lexvo.org/id/char/9F83> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%BE%83>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C7%94>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zeoi2>,
        <http://lexvo.org/id/term/yue/%E9%BE%83>,
        "龃"^^xsd:string ;
    rdfs:comment "irregular teeth; discord"@en .

<http://lexvo.org/id/char/9F84> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%BE%84>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%ADng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ling4>,
        <http://lexvo.org/id/term/yue/%E9%BE%84>,
        "龄"^^xsd:string ;
    rdfs:comment "age; years"@en .

<http://lexvo.org/id/char/9F85> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%BE%85>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C4%81o>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%A1o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/baau1%20baau6>,
        <http://lexvo.org/id/term/yue/%E9%BE%85>,
        "龅"^^xsd:string ;
    rdfs:comment "teeth protrude"@en .

<http://lexvo.org/id/char/9F86> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%BE%86>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ti%C3%A1o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tiu4>,
        <http://lexvo.org/id/term/yue/%E9%BE%86>,
        "龆"^^xsd:string ;
    rdfs:comment "lose baby teeth and get adult teeth"@en .

<http://lexvo.org/id/char/9F87> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%BE%87>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C4%AB>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zi1>,
        <http://lexvo.org/id/term/yue/%E9%BE%87>,
        "龇"^^xsd:string ;
    rdfs:comment "to show the teeth; crooked teeth"@en .

<http://lexvo.org/id/char/9F88> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%BE%88>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C4%9Bn%201378.140%3Ay%C3%ADn>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C4%9Bn%20y%C3%ADn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/han2%20ngan4>,
        <http://lexvo.org/id/term/yue/%E9%BE%88>,
        "龈"^^xsd:string ;
    rdfs:comment "gums"@en .

<http://lexvo.org/id/char/9F89> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%BE%89>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%94>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jyu5>,
        <http://lexvo.org/id/term/yue/%E9%BE%89>,
        "龉"^^xsd:string ;
    rdfs:comment "uneven teeth; to disagree"@en .

<http://lexvo.org/id/char/9F8A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%BE%8A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/chu%C3%B2>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cuk1>,
        <http://lexvo.org/id/term/yue/%E9%BE%8A>,
        "龊"^^xsd:string ;
    rdfs:comment "narrow, small; dirty"@en .

<http://lexvo.org/id/char/9F8B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%BE%8B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C7%94>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/geoi2>,
        <http://lexvo.org/id/term/yue/%E9%BE%8B>,
        "龋"^^xsd:string ;
    rdfs:comment "tooth decay"@en .

<http://lexvo.org/id/char/9F8C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%BE%8C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C3%B2>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/aak1>,
        <http://lexvo.org/id/term/yue/%E9%BE%8C>,
        "龌"^^xsd:string ;
    rdfs:comment "narrow, small; dirty"@en .

<http://lexvo.org/id/char/9F8E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%BE%8E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%A1ng>,
        <http://lexvo.org/id/term/kor/%E9%BE%8E>,
        <http://lexvo.org/id/term/kor/PANG%20LONG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/pong4>,
        <http://lexvo.org/id/term/yue/%E9%BE%8E>,
        "龎"^^xsd:string ;
    rdfs:comment "disorderly, messy; huge, big"@en .

<http://lexvo.org/id/char/9F8F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%BE%8F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C5%8Dng>,
        "龏"^^xsd:string .

<http://lexvo.org/id/char/9F90> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%BE%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%A1ng>,
        <http://lexvo.org/id/term/kor/%E9%BE%90>,
        <http://lexvo.org/id/term/kor/PANG%20NONG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/pong4>,
        <http://lexvo.org/id/term/yue/%E9%BE%90>,
        "龐"^^xsd:string ;
    rdfs:comment "disorderly, messy; huge, big"@en .

<http://lexvo.org/id/char/9F91> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%BE%91>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%8En>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jim2%20jim5>,
        <http://lexvo.org/id/term/yue/%E9%BE%91>,
        "龑"^^xsd:string ;
    rdfs:comment "high and bright"@en .

<http://lexvo.org/id/char/9F92> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%BE%92>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%B3ng>,
        <http://lexvo.org/id/term/kor/%E9%BE%92>,
        <http://lexvo.org/id/term/kor/LYONG>,
        "龒"^^xsd:string ;
    rdfs:comment "dragon"@en .

<http://lexvo.org/id/char/9F93> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%BE%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%B3ng>,
        "龓"^^xsd:string ;
    rdfs:comment "a halter"@en .

<http://lexvo.org/id/char/9F94> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%BE%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C5%8Dng>,
        <http://lexvo.org/id/term/kor/%E9%BE%94>,
        <http://lexvo.org/id/term/kor/KONG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gung1>,
        <http://lexvo.org/id/term/yue/%E9%BE%94>,
        "龔"^^xsd:string ;
    rdfs:comment "give, present; reverential"@en .

<http://lexvo.org/id/char/9F95> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%BE%95>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C4%81n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C4%81n%20k%C3%A8>,
        <http://lexvo.org/id/term/kor/%E9%BE%95>,
        <http://lexvo.org/id/term/kor/KAM>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ham1>,
        <http://lexvo.org/id/term/yue/%E9%BE%95>,
        "龕"^^xsd:string ;
    rdfs:comment "niche, shrine"@en .

<http://lexvo.org/id/char/9F96> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%BE%96>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%A0>,
        "龖"^^xsd:string ;
    rdfs:comment "flight of a dragon"@en .

<http://lexvo.org/id/char/9F97> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%BE%97>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%ADng>,
        "龗"^^xsd:string .

<http://lexvo.org/id/char/9F98> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%BE%98>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%A0>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/daap6>,
        <http://lexvo.org/id/term/yue/%E9%BE%98>,
        "龘"^^xsd:string ;
    rdfs:comment "the appearance of a dragon walking"@en .

<http://lexvo.org/id/char/9F9A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%BE%9A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C5%8Dng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gung1>,
        <http://lexvo.org/id/term/yue/%E9%BE%9A>,
        "龚"^^xsd:string ;
    rdfs:comment "give, present; reverential"@en .

<http://lexvo.org/id/char/9F9B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%BE%9B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C4%81n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ham1>,
        <http://lexvo.org/id/term/yue/%E9%BE%9B>,
        "龛"^^xsd:string ;
    rdfs:comment "niche, shrine"@en .

<http://lexvo.org/id/char/9F9D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%BE%9D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C5%AB>,
        <http://lexvo.org/id/term/kor/%E9%BE%9D>,
        <http://lexvo.org/id/term/kor/CHWU>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cau1>,
        <http://lexvo.org/id/term/yue/%E9%BE%9D>,
        "龝"^^xsd:string ;
    rdfs:comment "autumn, fall; year"@en .

<http://lexvo.org/id/char/9F9E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%BE%9E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/bi%C4%93>,
        <http://lexvo.org/id/term/kor/%E9%BE%9E>,
        <http://lexvo.org/id/term/kor/PYEL>,
        "龞"^^xsd:string ;
    rdfs:comment "turtle"@en .

<http://lexvo.org/id/char/9FA1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%BE%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/chu%C3%AC>,
        <http://lexvo.org/id/term/kor/%E9%BE%A1>,
        <http://lexvo.org/id/term/kor/CHWI>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ceoi1>,
        <http://lexvo.org/id/term/yue/%E9%BE%A1>,
        "龡"^^xsd:string ;
    rdfs:comment "to blow, exhale"@en .

<http://lexvo.org/id/char/9FA2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%BE%A2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A9%20h%C3%A8%20hu%C3%B2>,
        <http://lexvo.org/id/term/kor/%E9%BE%A2>,
        <http://lexvo.org/id/term/kor/HWA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wo4>,
        <http://lexvo.org/id/term/yue/%E9%BE%A2>,
        "龢"^^xsd:string ;
    rdfs:comment "in harmony; calm, peaceful"@en .

<http://lexvo.org/id/char/9FA3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%BE%A3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ju%C3%A9>,
        "龣"^^xsd:string .

<http://lexvo.org/id/char/9FA4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%BE%A4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A9>,
        <http://lexvo.org/id/term/kor/%E9%BE%A4>,
        <http://lexvo.org/id/term/kor/HAY>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/haai4>,
        <http://lexvo.org/id/term/yue/%E9%BE%A4>,
        "龤"^^xsd:string ;
    rdfs:comment "to harmonize; to accord with; to agree"@en .

<http://lexvo.org/id/char/9FA5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%BE%A5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%B9>,
        <http://lexvo.org/id/term/kor/%E9%BE%A5>,
        <http://lexvo.org/id/term/kor/YU>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jyu6>,
        <http://lexvo.org/id/term/yue/%E9%BE%A5>,
        "龥"^^xsd:string ;
    rdfs:comment "beg, appeal for help"@en .

<http://lexvo.org/id/char/9FA6> a lvont:Character ;
    lvont:represents "龦"^^xsd:string .

<http://lexvo.org/id/char/9FA7> a lvont:Character ;
    lvont:represents "龧"^^xsd:string .

<http://lexvo.org/id/char/9FA8> a lvont:Character ;
    lvont:represents "龨"^^xsd:string .

<http://lexvo.org/id/char/9FA9> a lvont:Character ;
    lvont:represents "龩"^^xsd:string .

<http://lexvo.org/id/char/9FAA> a lvont:Character ;
    lvont:represents "龪"^^xsd:string .

<http://lexvo.org/id/char/9FAB> a lvont:Character ;
    lvont:represents "龫"^^xsd:string .

<http://lexvo.org/id/char/9FAC> a lvont:Character ;
    lvont:represents "龬"^^xsd:string .

<http://lexvo.org/id/char/9FAD> a lvont:Character ;
    lvont:represents "龭"^^xsd:string .

<http://lexvo.org/id/char/9FAE> a lvont:Character ;
    lvont:represents "龮"^^xsd:string .

<http://lexvo.org/id/char/9FAF> a lvont:Character ;
    lvont:represents "龯"^^xsd:string .

<http://lexvo.org/id/char/9FB0> a lvont:Character ;
    lvont:represents "龰"^^xsd:string .

<http://lexvo.org/id/char/9FB1> a lvont:Character ;
    lvont:represents "龱"^^xsd:string .

<http://lexvo.org/id/char/9FB2> a lvont:Character ;
    lvont:represents "龲"^^xsd:string .

<http://lexvo.org/id/char/9FB3> a lvont:Character ;
    lvont:represents "龳"^^xsd:string .

<http://lexvo.org/id/char/9FB4> a lvont:Character ;
    lvont:represents "龴"^^xsd:string .

<http://lexvo.org/id/char/9FB5> a lvont:Character ;
    lvont:represents "龵"^^xsd:string .

<http://lexvo.org/id/char/9FB6> a lvont:Character ;
    lvont:represents "龶"^^xsd:string .

<http://lexvo.org/id/char/9FB7> a lvont:Character ;
    lvont:represents "龷"^^xsd:string .

<http://lexvo.org/id/char/9FB8> a lvont:Character ;
    lvont:represents "龸"^^xsd:string .

<http://lexvo.org/id/char/9FB9> a lvont:Character ;
    lvont:represents "龹"^^xsd:string .

<http://lexvo.org/id/char/9FBA> a lvont:Character ;
    lvont:represents "龺"^^xsd:string .

<http://lexvo.org/id/char/9FBB> a lvont:Character ;
    lvont:represents "龻"^^xsd:string .

<http://lexvo.org/id/char/9FBC> a lvont:Character ;
    lvont:represents "龼"^^xsd:string .

<http://lexvo.org/id/char/9FBD> a lvont:Character ;
    lvont:represents "龽"^^xsd:string .

<http://lexvo.org/id/char/9FBE> a lvont:Character ;
    lvont:represents "龾"^^xsd:string .

<http://lexvo.org/id/char/9FBF> a lvont:Character ;
    lvont:represents "龿"^^xsd:string .

<http://lexvo.org/id/char/9FC0> a lvont:Character ;
    lvont:represents "鿀"^^xsd:string .

<http://lexvo.org/id/char/9FC1> a lvont:Character ;
    lvont:represents "鿁"^^xsd:string .

<http://lexvo.org/id/char/9FC2> a lvont:Character ;
    lvont:represents "鿂"^^xsd:string .

<http://lexvo.org/id/char/9FC3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%BF%83>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C7%8En>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sim2>,
        <http://lexvo.org/id/term/yue/%E9%BF%83>,
        "鿃"^^xsd:string ;
    rdfs:comment "(same as U+7752 睒) to blink, twinkle"@en .

<http://lexvo.org/id/char/9FC4> a lvont:Character ;
    lvont:represents "鿄"^^xsd:string .

<http://lexvo.org/id/char/9FC5> a lvont:Character ;
    lvont:represents "鿅"^^xsd:string .

<http://lexvo.org/id/char/9FC6> a lvont:Character ;
    lvont:represents "鿆"^^xsd:string .

<http://lexvo.org/id/char/9FC7> a lvont:Character ;
    lvont:represents "鿇"^^xsd:string .

<http://lexvo.org/id/char/9FC8> a lvont:Character ;
    lvont:represents "鿈"^^xsd:string .

<http://lexvo.org/id/char/9FC9> a lvont:Character ;
    lvont:represents "鿉"^^xsd:string .

<http://lexvo.org/id/char/9FCA> a lvont:Character ;
    lvont:represents "鿊"^^xsd:string .

<http://lexvo.org/id/char/9FCB> a lvont:Character ;
    lvont:represents "鿋"^^xsd:string .

<http://lexvo.org/id/char/A000> a lvont:Character ;
    lvont:represents "ꀀ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE IT"@en .

<http://lexvo.org/id/char/A001> a lvont:Character ;
    lvont:represents "ꀁ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE IX"@en .

<http://lexvo.org/id/char/A002> a lvont:Character ;
    lvont:represents "ꀂ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE I"@en .

<http://lexvo.org/id/char/A003> a lvont:Character ;
    lvont:represents "ꀃ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE IP"@en .

<http://lexvo.org/id/char/A004> a lvont:Character ;
    lvont:represents "ꀄ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE IET"@en .

<http://lexvo.org/id/char/A005> a lvont:Character ;
    lvont:represents "ꀅ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE IEX"@en .

<http://lexvo.org/id/char/A006> a lvont:Character ;
    lvont:represents "ꀆ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE IE"@en .

<http://lexvo.org/id/char/A007> a lvont:Character ;
    lvont:represents "ꀇ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE IEP"@en .

<http://lexvo.org/id/char/A008> a lvont:Character ;
    lvont:represents "ꀈ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE AT"@en .

<http://lexvo.org/id/char/A009> a lvont:Character ;
    lvont:represents "ꀉ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE AX"@en .

<http://lexvo.org/id/char/A00A> a lvont:Character ;
    lvont:represents "ꀊ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE A"@en .

<http://lexvo.org/id/char/A00B> a lvont:Character ;
    lvont:represents "ꀋ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE AP"@en .

<http://lexvo.org/id/char/A00C> a lvont:Character ;
    lvont:represents "ꀌ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE UOX"@en .

<http://lexvo.org/id/char/A00D> a lvont:Character ;
    lvont:represents "ꀍ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE UO"@en .

<http://lexvo.org/id/char/A00E> a lvont:Character ;
    lvont:represents "ꀎ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE UOP"@en .

<http://lexvo.org/id/char/A00F> a lvont:Character ;
    lvont:represents "ꀏ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE OT"@en .

<http://lexvo.org/id/char/A010> a lvont:Character ;
    lvont:represents "ꀐ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE OX"@en .

<http://lexvo.org/id/char/A011> a lvont:Character ;
    lvont:represents "ꀑ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE O"@en .

<http://lexvo.org/id/char/A012> a lvont:Character ;
    lvont:represents "ꀒ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE OP"@en .

<http://lexvo.org/id/char/A013> a lvont:Character ;
    lvont:represents "ꀓ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE EX"@en .

<http://lexvo.org/id/char/A014> a lvont:Character ;
    lvont:represents "ꀔ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE E"@en .

<http://lexvo.org/id/char/A015> a lvont:Character ;
    lvont:represents "ꀕ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE WU"@en .

<http://lexvo.org/id/char/A016> a lvont:Character ;
    lvont:represents "ꀖ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE BIT"@en .

<http://lexvo.org/id/char/A017> a lvont:Character ;
    lvont:represents "ꀗ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE BIX"@en .

<http://lexvo.org/id/char/A018> a lvont:Character ;
    lvont:represents "ꀘ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE BI"@en .

<http://lexvo.org/id/char/A019> a lvont:Character ;
    lvont:represents "ꀙ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE BIP"@en .

<http://lexvo.org/id/char/A01A> a lvont:Character ;
    lvont:represents "ꀚ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE BIET"@en .

<http://lexvo.org/id/char/A01B> a lvont:Character ;
    lvont:represents "ꀛ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE BIEX"@en .

<http://lexvo.org/id/char/A01C> a lvont:Character ;
    lvont:represents "ꀜ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE BIE"@en .

<http://lexvo.org/id/char/A01D> a lvont:Character ;
    lvont:represents "ꀝ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE BIEP"@en .

<http://lexvo.org/id/char/A01E> a lvont:Character ;
    lvont:represents "ꀞ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE BAT"@en .

<http://lexvo.org/id/char/A01F> a lvont:Character ;
    lvont:represents "ꀟ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE BAX"@en .

<http://lexvo.org/id/char/A020> a lvont:Character ;
    lvont:represents "ꀠ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE BA"@en .

<http://lexvo.org/id/char/A021> a lvont:Character ;
    lvont:represents "ꀡ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE BAP"@en .

<http://lexvo.org/id/char/A022> a lvont:Character ;
    lvont:represents "ꀢ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE BUOX"@en .

<http://lexvo.org/id/char/A023> a lvont:Character ;
    lvont:represents "ꀣ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE BUO"@en .

<http://lexvo.org/id/char/A024> a lvont:Character ;
    lvont:represents "ꀤ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE BUOP"@en .

<http://lexvo.org/id/char/A025> a lvont:Character ;
    lvont:represents "ꀥ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE BOT"@en .

<http://lexvo.org/id/char/A026> a lvont:Character ;
    lvont:represents "ꀦ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE BOX"@en .

<http://lexvo.org/id/char/A027> a lvont:Character ;
    lvont:represents "ꀧ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE BO"@en .

<http://lexvo.org/id/char/A028> a lvont:Character ;
    lvont:represents "ꀨ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE BOP"@en .

<http://lexvo.org/id/char/A029> a lvont:Character ;
    lvont:represents "ꀩ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE BEX"@en .

<http://lexvo.org/id/char/A02A> a lvont:Character ;
    lvont:represents "ꀪ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE BE"@en .

<http://lexvo.org/id/char/A02B> a lvont:Character ;
    lvont:represents "ꀫ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE BEP"@en .

<http://lexvo.org/id/char/A02C> a lvont:Character ;
    lvont:represents "ꀬ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE BUT"@en .

<http://lexvo.org/id/char/A02D> a lvont:Character ;
    lvont:represents "ꀭ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE BUX"@en .

<http://lexvo.org/id/char/A02E> a lvont:Character ;
    lvont:represents "ꀮ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE BU"@en .

<http://lexvo.org/id/char/A02F> a lvont:Character ;
    lvont:represents "ꀯ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE BUP"@en .

<http://lexvo.org/id/char/A030> a lvont:Character ;
    lvont:represents "ꀰ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE BURX"@en .

<http://lexvo.org/id/char/A031> a lvont:Character ;
    lvont:represents "ꀱ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE BUR"@en .

<http://lexvo.org/id/char/A032> a lvont:Character ;
    lvont:represents "ꀲ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE BYT"@en .

<http://lexvo.org/id/char/A033> a lvont:Character ;
    lvont:represents "ꀳ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE BYX"@en .

<http://lexvo.org/id/char/A034> a lvont:Character ;
    lvont:represents "ꀴ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE BY"@en .

<http://lexvo.org/id/char/A035> a lvont:Character ;
    lvont:represents "ꀵ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE BYP"@en .

<http://lexvo.org/id/char/A036> a lvont:Character ;
    lvont:represents "ꀶ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE BYRX"@en .

<http://lexvo.org/id/char/A037> a lvont:Character ;
    lvont:represents "ꀷ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE BYR"@en .

<http://lexvo.org/id/char/A038> a lvont:Character ;
    lvont:represents "ꀸ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE PIT"@en .

<http://lexvo.org/id/char/A039> a lvont:Character ;
    lvont:represents "ꀹ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE PIX"@en .

<http://lexvo.org/id/char/A03A> a lvont:Character ;
    lvont:represents "ꀺ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE PI"@en .

<http://lexvo.org/id/char/A03B> a lvont:Character ;
    lvont:represents "ꀻ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE PIP"@en .

<http://lexvo.org/id/char/A03C> a lvont:Character ;
    lvont:represents "ꀼ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE PIEX"@en .

<http://lexvo.org/id/char/A03D> a lvont:Character ;
    lvont:represents "ꀽ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE PIE"@en .

<http://lexvo.org/id/char/A03E> a lvont:Character ;
    lvont:represents "ꀾ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE PIEP"@en .

<http://lexvo.org/id/char/A03F> a lvont:Character ;
    lvont:represents "ꀿ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE PAT"@en .

<http://lexvo.org/id/char/A040> a lvont:Character ;
    lvont:represents "ꁀ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE PAX"@en .

<http://lexvo.org/id/char/A041> a lvont:Character ;
    lvont:represents "ꁁ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE PA"@en .

<http://lexvo.org/id/char/A042> a lvont:Character ;
    lvont:represents "ꁂ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE PAP"@en .

<http://lexvo.org/id/char/A043> a lvont:Character ;
    lvont:represents "ꁃ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE PUOX"@en .

<http://lexvo.org/id/char/A044> a lvont:Character ;
    lvont:represents "ꁄ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE PUO"@en .

<http://lexvo.org/id/char/A045> a lvont:Character ;
    lvont:represents "ꁅ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE PUOP"@en .

<http://lexvo.org/id/char/A046> a lvont:Character ;
    lvont:represents "ꁆ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE POT"@en .

<http://lexvo.org/id/char/A047> a lvont:Character ;
    lvont:represents "ꁇ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE POX"@en .

<http://lexvo.org/id/char/A048> a lvont:Character ;
    lvont:represents "ꁈ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE PO"@en .

<http://lexvo.org/id/char/A049> a lvont:Character ;
    lvont:represents "ꁉ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE POP"@en .

<http://lexvo.org/id/char/A04A> a lvont:Character ;
    lvont:represents "ꁊ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE PUT"@en .

<http://lexvo.org/id/char/A04B> a lvont:Character ;
    lvont:represents "ꁋ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE PUX"@en .

<http://lexvo.org/id/char/A04C> a lvont:Character ;
    lvont:represents "ꁌ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE PU"@en .

<http://lexvo.org/id/char/A04D> a lvont:Character ;
    lvont:represents "ꁍ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE PUP"@en .

<http://lexvo.org/id/char/A04E> a lvont:Character ;
    lvont:represents "ꁎ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE PURX"@en .

<http://lexvo.org/id/char/A04F> a lvont:Character ;
    lvont:represents "ꁏ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE PUR"@en .

<http://lexvo.org/id/char/A050> a lvont:Character ;
    lvont:represents "ꁐ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE PYT"@en .

<http://lexvo.org/id/char/A051> a lvont:Character ;
    lvont:represents "ꁑ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE PYX"@en .

<http://lexvo.org/id/char/A052> a lvont:Character ;
    lvont:represents "ꁒ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE PY"@en .

<http://lexvo.org/id/char/A053> a lvont:Character ;
    lvont:represents "ꁓ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE PYP"@en .

<http://lexvo.org/id/char/A054> a lvont:Character ;
    lvont:represents "ꁔ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE PYRX"@en .

<http://lexvo.org/id/char/A055> a lvont:Character ;
    lvont:represents "ꁕ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE PYR"@en .

<http://lexvo.org/id/char/A056> a lvont:Character ;
    lvont:represents "ꁖ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE BBIT"@en .

<http://lexvo.org/id/char/A057> a lvont:Character ;
    lvont:represents "ꁗ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE BBIX"@en .

<http://lexvo.org/id/char/A058> a lvont:Character ;
    lvont:represents "ꁘ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE BBI"@en .

<http://lexvo.org/id/char/A059> a lvont:Character ;
    lvont:represents "ꁙ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE BBIP"@en .

<http://lexvo.org/id/char/A05A> a lvont:Character ;
    lvont:represents "ꁚ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE BBIET"@en .

<http://lexvo.org/id/char/A05B> a lvont:Character ;
    lvont:represents "ꁛ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE BBIEX"@en .

<http://lexvo.org/id/char/A05C> a lvont:Character ;
    lvont:represents "ꁜ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE BBIE"@en .

<http://lexvo.org/id/char/A05D> a lvont:Character ;
    lvont:represents "ꁝ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE BBIEP"@en .

<http://lexvo.org/id/char/A05E> a lvont:Character ;
    lvont:represents "ꁞ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE BBAT"@en .

<http://lexvo.org/id/char/A05F> a lvont:Character ;
    lvont:represents "ꁟ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE BBAX"@en .

<http://lexvo.org/id/char/A060> a lvont:Character ;
    lvont:represents "ꁠ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE BBA"@en .

<http://lexvo.org/id/char/A061> a lvont:Character ;
    lvont:represents "ꁡ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE BBAP"@en .

<http://lexvo.org/id/char/A062> a lvont:Character ;
    lvont:represents "ꁢ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE BBUOX"@en .

<http://lexvo.org/id/char/A063> a lvont:Character ;
    lvont:represents "ꁣ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE BBUO"@en .

<http://lexvo.org/id/char/A064> a lvont:Character ;
    lvont:represents "ꁤ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE BBUOP"@en .

<http://lexvo.org/id/char/A065> a lvont:Character ;
    lvont:represents "ꁥ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE BBOT"@en .

<http://lexvo.org/id/char/A066> a lvont:Character ;
    lvont:represents "ꁦ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE BBOX"@en .

<http://lexvo.org/id/char/A067> a lvont:Character ;
    lvont:represents "ꁧ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE BBO"@en .

<http://lexvo.org/id/char/A068> a lvont:Character ;
    lvont:represents "ꁨ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE BBOP"@en .

<http://lexvo.org/id/char/A069> a lvont:Character ;
    lvont:represents "ꁩ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE BBEX"@en .

<http://lexvo.org/id/char/A06A> a lvont:Character ;
    lvont:represents "ꁪ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE BBE"@en .

<http://lexvo.org/id/char/A06B> a lvont:Character ;
    lvont:represents "ꁫ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE BBEP"@en .

<http://lexvo.org/id/char/A06C> a lvont:Character ;
    lvont:represents "ꁬ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE BBUT"@en .

<http://lexvo.org/id/char/A06D> a lvont:Character ;
    lvont:represents "ꁭ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE BBUX"@en .

<http://lexvo.org/id/char/A06E> a lvont:Character ;
    lvont:represents "ꁮ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE BBU"@en .

<http://lexvo.org/id/char/A06F> a lvont:Character ;
    lvont:represents "ꁯ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE BBUP"@en .

<http://lexvo.org/id/char/A070> a lvont:Character ;
    lvont:represents "ꁰ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE BBURX"@en .

<http://lexvo.org/id/char/A071> a lvont:Character ;
    lvont:represents "ꁱ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE BBUR"@en .

<http://lexvo.org/id/char/A072> a lvont:Character ;
    lvont:represents "ꁲ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE BBYT"@en .

<http://lexvo.org/id/char/A073> a lvont:Character ;
    lvont:represents "ꁳ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE BBYX"@en .

<http://lexvo.org/id/char/A074> a lvont:Character ;
    lvont:represents "ꁴ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE BBY"@en .

<http://lexvo.org/id/char/A075> a lvont:Character ;
    lvont:represents "ꁵ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE BBYP"@en .

<http://lexvo.org/id/char/A076> a lvont:Character ;
    lvont:represents "ꁶ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE NBIT"@en .

<http://lexvo.org/id/char/A077> a lvont:Character ;
    lvont:represents "ꁷ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE NBIX"@en .

<http://lexvo.org/id/char/A078> a lvont:Character ;
    lvont:represents "ꁸ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE NBI"@en .

<http://lexvo.org/id/char/A079> a lvont:Character ;
    lvont:represents "ꁹ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE NBIP"@en .

<http://lexvo.org/id/char/A07A> a lvont:Character ;
    lvont:represents "ꁺ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE NBIEX"@en .

<http://lexvo.org/id/char/A07B> a lvont:Character ;
    lvont:represents "ꁻ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE NBIE"@en .

<http://lexvo.org/id/char/A07C> a lvont:Character ;
    lvont:represents "ꁼ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE NBIEP"@en .

<http://lexvo.org/id/char/A07D> a lvont:Character ;
    lvont:represents "ꁽ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE NBAT"@en .

<http://lexvo.org/id/char/A07E> a lvont:Character ;
    lvont:represents "ꁾ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE NBAX"@en .

<http://lexvo.org/id/char/A07F> a lvont:Character ;
    lvont:represents "ꁿ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE NBA"@en .

<http://lexvo.org/id/char/A080> a lvont:Character ;
    lvont:represents "ꂀ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE NBAP"@en .

<http://lexvo.org/id/char/A081> a lvont:Character ;
    lvont:represents "ꂁ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE NBOT"@en .

<http://lexvo.org/id/char/A082> a lvont:Character ;
    lvont:represents "ꂂ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE NBOX"@en .

<http://lexvo.org/id/char/A083> a lvont:Character ;
    lvont:represents "ꂃ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE NBO"@en .

<http://lexvo.org/id/char/A084> a lvont:Character ;
    lvont:represents "ꂄ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE NBOP"@en .

<http://lexvo.org/id/char/A085> a lvont:Character ;
    lvont:represents "ꂅ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE NBUT"@en .

<http://lexvo.org/id/char/A086> a lvont:Character ;
    lvont:represents "ꂆ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE NBUX"@en .

<http://lexvo.org/id/char/A087> a lvont:Character ;
    lvont:represents "ꂇ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE NBU"@en .

<http://lexvo.org/id/char/A088> a lvont:Character ;
    lvont:represents "ꂈ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE NBUP"@en .

<http://lexvo.org/id/char/A089> a lvont:Character ;
    lvont:represents "ꂉ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE NBURX"@en .

<http://lexvo.org/id/char/A08A> a lvont:Character ;
    lvont:represents "ꂊ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE NBUR"@en .

<http://lexvo.org/id/char/A08B> a lvont:Character ;
    lvont:represents "ꂋ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE NBYT"@en .

<http://lexvo.org/id/char/A08C> a lvont:Character ;
    lvont:represents "ꂌ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE NBYX"@en .

<http://lexvo.org/id/char/A08D> a lvont:Character ;
    lvont:represents "ꂍ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE NBY"@en .

<http://lexvo.org/id/char/A08E> a lvont:Character ;
    lvont:represents "ꂎ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE NBYP"@en .

<http://lexvo.org/id/char/A08F> a lvont:Character ;
    lvont:represents "ꂏ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE NBYRX"@en .

<http://lexvo.org/id/char/A090> a lvont:Character ;
    lvont:represents "ꂐ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE NBYR"@en .

<http://lexvo.org/id/char/A091> a lvont:Character ;
    lvont:represents "ꂑ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE HMIT"@en .

<http://lexvo.org/id/char/A092> a lvont:Character ;
    lvont:represents "ꂒ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE HMIX"@en .

<http://lexvo.org/id/char/A093> a lvont:Character ;
    lvont:represents "ꂓ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE HMI"@en .

<http://lexvo.org/id/char/A094> a lvont:Character ;
    lvont:represents "ꂔ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE HMIP"@en .

<http://lexvo.org/id/char/A095> a lvont:Character ;
    lvont:represents "ꂕ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE HMIEX"@en .

<http://lexvo.org/id/char/A096> a lvont:Character ;
    lvont:represents "ꂖ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE HMIE"@en .

<http://lexvo.org/id/char/A097> a lvont:Character ;
    lvont:represents "ꂗ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE HMIEP"@en .

<http://lexvo.org/id/char/A098> a lvont:Character ;
    lvont:represents "ꂘ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE HMAT"@en .

<http://lexvo.org/id/char/A099> a lvont:Character ;
    lvont:represents "ꂙ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE HMAX"@en .

<http://lexvo.org/id/char/A09A> a lvont:Character ;
    lvont:represents "ꂚ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE HMA"@en .

<http://lexvo.org/id/char/A09B> a lvont:Character ;
    lvont:represents "ꂛ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE HMAP"@en .

<http://lexvo.org/id/char/A09C> a lvont:Character ;
    lvont:represents "ꂜ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE HMUOX"@en .

<http://lexvo.org/id/char/A09D> a lvont:Character ;
    lvont:represents "ꂝ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE HMUO"@en .

<http://lexvo.org/id/char/A09E> a lvont:Character ;
    lvont:represents "ꂞ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE HMUOP"@en .

<http://lexvo.org/id/char/A09F> a lvont:Character ;
    lvont:represents "ꂟ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE HMOT"@en .

<http://lexvo.org/id/char/A0A0> a lvont:Character ;
    lvont:represents "ꂠ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE HMOX"@en .

<http://lexvo.org/id/char/A0A1> a lvont:Character ;
    lvont:represents "ꂡ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE HMO"@en .

<http://lexvo.org/id/char/A0A2> a lvont:Character ;
    lvont:represents "ꂢ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE HMOP"@en .

<http://lexvo.org/id/char/A0A3> a lvont:Character ;
    lvont:represents "ꂣ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE HMUT"@en .

<http://lexvo.org/id/char/A0A4> a lvont:Character ;
    lvont:represents "ꂤ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE HMUX"@en .

<http://lexvo.org/id/char/A0A5> a lvont:Character ;
    lvont:represents "ꂥ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE HMU"@en .

<http://lexvo.org/id/char/A0A6> a lvont:Character ;
    lvont:represents "ꂦ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE HMUP"@en .

<http://lexvo.org/id/char/A0A7> a lvont:Character ;
    lvont:represents "ꂧ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE HMURX"@en .

<http://lexvo.org/id/char/A0A8> a lvont:Character ;
    lvont:represents "ꂨ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE HMUR"@en .

<http://lexvo.org/id/char/A0A9> a lvont:Character ;
    lvont:represents "ꂩ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE HMYX"@en .

<http://lexvo.org/id/char/A0AA> a lvont:Character ;
    lvont:represents "ꂪ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE HMY"@en .

<http://lexvo.org/id/char/A0AB> a lvont:Character ;
    lvont:represents "ꂫ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE HMYP"@en .

<http://lexvo.org/id/char/A0AC> a lvont:Character ;
    lvont:represents "ꂬ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE HMYRX"@en .

<http://lexvo.org/id/char/A0AD> a lvont:Character ;
    lvont:represents "ꂭ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE HMYR"@en .

<http://lexvo.org/id/char/A0AE> a lvont:Character ;
    lvont:represents "ꂮ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE MIT"@en .

<http://lexvo.org/id/char/A0AF> a lvont:Character ;
    lvont:represents "ꂯ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE MIX"@en .

<http://lexvo.org/id/char/A0B0> a lvont:Character ;
    lvont:represents "ꂰ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE MI"@en .

<http://lexvo.org/id/char/A0B1> a lvont:Character ;
    lvont:represents "ꂱ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE MIP"@en .

<http://lexvo.org/id/char/A0B2> a lvont:Character ;
    lvont:represents "ꂲ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE MIEX"@en .

<http://lexvo.org/id/char/A0B3> a lvont:Character ;
    lvont:represents "ꂳ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE MIE"@en .

<http://lexvo.org/id/char/A0B4> a lvont:Character ;
    lvont:represents "ꂴ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE MIEP"@en .

<http://lexvo.org/id/char/A0B5> a lvont:Character ;
    lvont:represents "ꂵ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE MAT"@en .

<http://lexvo.org/id/char/A0B6> a lvont:Character ;
    lvont:represents "ꂶ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE MAX"@en .

<http://lexvo.org/id/char/A0B7> a lvont:Character ;
    lvont:represents "ꂷ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE MA"@en .

<http://lexvo.org/id/char/A0B8> a lvont:Character ;
    lvont:represents "ꂸ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE MAP"@en .

<http://lexvo.org/id/char/A0B9> a lvont:Character ;
    lvont:represents "ꂹ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE MUOT"@en .

<http://lexvo.org/id/char/A0BA> a lvont:Character ;
    lvont:represents "ꂺ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE MUOX"@en .

<http://lexvo.org/id/char/A0BB> a lvont:Character ;
    lvont:represents "ꂻ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE MUO"@en .

<http://lexvo.org/id/char/A0BC> a lvont:Character ;
    lvont:represents "ꂼ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE MUOP"@en .

<http://lexvo.org/id/char/A0BD> a lvont:Character ;
    lvont:represents "ꂽ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE MOT"@en .

<http://lexvo.org/id/char/A0BE> a lvont:Character ;
    lvont:represents "ꂾ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE MOX"@en .

<http://lexvo.org/id/char/A0BF> a lvont:Character ;
    lvont:represents "ꂿ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE MO"@en .

<http://lexvo.org/id/char/A0C0> a lvont:Character ;
    lvont:represents "ꃀ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE MOP"@en .

<http://lexvo.org/id/char/A0C1> a lvont:Character ;
    lvont:represents "ꃁ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE MEX"@en .

<http://lexvo.org/id/char/A0C2> a lvont:Character ;
    lvont:represents "ꃂ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE ME"@en .

<http://lexvo.org/id/char/A0C3> a lvont:Character ;
    lvont:represents "ꃃ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE MUT"@en .

<http://lexvo.org/id/char/A0C4> a lvont:Character ;
    lvont:represents "ꃄ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE MUX"@en .

<http://lexvo.org/id/char/A0C5> a lvont:Character ;
    lvont:represents "ꃅ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE MU"@en .

<http://lexvo.org/id/char/A0C6> a lvont:Character ;
    lvont:represents "ꃆ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE MUP"@en .

<http://lexvo.org/id/char/A0C7> a lvont:Character ;
    lvont:represents "ꃇ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE MURX"@en .

<http://lexvo.org/id/char/A0C8> a lvont:Character ;
    lvont:represents "ꃈ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE MUR"@en .

<http://lexvo.org/id/char/A0C9> a lvont:Character ;
    lvont:represents "ꃉ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE MYT"@en .

<http://lexvo.org/id/char/A0CA> a lvont:Character ;
    lvont:represents "ꃊ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE MYX"@en .

<http://lexvo.org/id/char/A0CB> a lvont:Character ;
    lvont:represents "ꃋ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE MY"@en .

<http://lexvo.org/id/char/A0CC> a lvont:Character ;
    lvont:represents "ꃌ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE MYP"@en .

<http://lexvo.org/id/char/A0CD> a lvont:Character ;
    lvont:represents "ꃍ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE FIT"@en .

<http://lexvo.org/id/char/A0CE> a lvont:Character ;
    lvont:represents "ꃎ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE FIX"@en .

<http://lexvo.org/id/char/A0CF> a lvont:Character ;
    lvont:represents "ꃏ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE FI"@en .

<http://lexvo.org/id/char/A0D0> a lvont:Character ;
    lvont:represents "ꃐ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE FIP"@en .

<http://lexvo.org/id/char/A0D1> a lvont:Character ;
    lvont:represents "ꃑ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE FAT"@en .

<http://lexvo.org/id/char/A0D2> a lvont:Character ;
    lvont:represents "ꃒ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE FAX"@en .

<http://lexvo.org/id/char/A0D3> a lvont:Character ;
    lvont:represents "ꃓ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE FA"@en .

<http://lexvo.org/id/char/A0D4> a lvont:Character ;
    lvont:represents "ꃔ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE FAP"@en .

<http://lexvo.org/id/char/A0D5> a lvont:Character ;
    lvont:represents "ꃕ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE FOX"@en .

<http://lexvo.org/id/char/A0D6> a lvont:Character ;
    lvont:represents "ꃖ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE FO"@en .

<http://lexvo.org/id/char/A0D7> a lvont:Character ;
    lvont:represents "ꃗ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE FOP"@en .

<http://lexvo.org/id/char/A0D8> a lvont:Character ;
    lvont:represents "ꃘ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE FUT"@en .

<http://lexvo.org/id/char/A0D9> a lvont:Character ;
    lvont:represents "ꃙ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE FUX"@en .

<http://lexvo.org/id/char/A0DA> a lvont:Character ;
    lvont:represents "ꃚ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE FU"@en .

<http://lexvo.org/id/char/A0DB> a lvont:Character ;
    lvont:represents "ꃛ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE FUP"@en .

<http://lexvo.org/id/char/A0DC> a lvont:Character ;
    lvont:represents "ꃜ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE FURX"@en .

<http://lexvo.org/id/char/A0DD> a lvont:Character ;
    lvont:represents "ꃝ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE FUR"@en .

<http://lexvo.org/id/char/A0DE> a lvont:Character ;
    lvont:represents "ꃞ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE FYT"@en .

<http://lexvo.org/id/char/A0DF> a lvont:Character ;
    lvont:represents "ꃟ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE FYX"@en .

<http://lexvo.org/id/char/A0E0> a lvont:Character ;
    lvont:represents "ꃠ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE FY"@en .

<http://lexvo.org/id/char/A0E1> a lvont:Character ;
    lvont:represents "ꃡ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE FYP"@en .

<http://lexvo.org/id/char/A0E2> a lvont:Character ;
    lvont:represents "ꃢ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE VIT"@en .

<http://lexvo.org/id/char/A0E3> a lvont:Character ;
    lvont:represents "ꃣ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE VIX"@en .

<http://lexvo.org/id/char/A0E4> a lvont:Character ;
    lvont:represents "ꃤ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE VI"@en .

<http://lexvo.org/id/char/A0E5> a lvont:Character ;
    lvont:represents "ꃥ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE VIP"@en .

<http://lexvo.org/id/char/A0E6> a lvont:Character ;
    lvont:represents "ꃦ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE VIET"@en .

<http://lexvo.org/id/char/A0E7> a lvont:Character ;
    lvont:represents "ꃧ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE VIEX"@en .

<http://lexvo.org/id/char/A0E8> a lvont:Character ;
    lvont:represents "ꃨ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE VIE"@en .

<http://lexvo.org/id/char/A0E9> a lvont:Character ;
    lvont:represents "ꃩ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE VIEP"@en .

<http://lexvo.org/id/char/A0EA> a lvont:Character ;
    lvont:represents "ꃪ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE VAT"@en .

<http://lexvo.org/id/char/A0EB> a lvont:Character ;
    lvont:represents "ꃫ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE VAX"@en .

<http://lexvo.org/id/char/A0EC> a lvont:Character ;
    lvont:represents "ꃬ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE VA"@en .

<http://lexvo.org/id/char/A0ED> a lvont:Character ;
    lvont:represents "ꃭ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE VAP"@en .

<http://lexvo.org/id/char/A0EE> a lvont:Character ;
    lvont:represents "ꃮ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE VOT"@en .

<http://lexvo.org/id/char/A0EF> a lvont:Character ;
    lvont:represents "ꃯ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE VOX"@en .

<http://lexvo.org/id/char/A0F0> a lvont:Character ;
    lvont:represents "ꃰ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE VO"@en .

<http://lexvo.org/id/char/A0F1> a lvont:Character ;
    lvont:represents "ꃱ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE VOP"@en .

<http://lexvo.org/id/char/A0F2> a lvont:Character ;
    lvont:represents "ꃲ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE VEX"@en .

<http://lexvo.org/id/char/A0F3> a lvont:Character ;
    lvont:represents "ꃳ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE VEP"@en .

<http://lexvo.org/id/char/A0F4> a lvont:Character ;
    lvont:represents "ꃴ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE VUT"@en .

<http://lexvo.org/id/char/A0F5> a lvont:Character ;
    lvont:represents "ꃵ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE VUX"@en .

<http://lexvo.org/id/char/A0F6> a lvont:Character ;
    lvont:represents "ꃶ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE VU"@en .

<http://lexvo.org/id/char/A0F7> a lvont:Character ;
    lvont:represents "ꃷ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE VUP"@en .

<http://lexvo.org/id/char/A0F8> a lvont:Character ;
    lvont:represents "ꃸ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE VURX"@en .

<http://lexvo.org/id/char/A0F9> a lvont:Character ;
    lvont:represents "ꃹ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE VUR"@en .

<http://lexvo.org/id/char/A0FA> a lvont:Character ;
    lvont:represents "ꃺ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE VYT"@en .

<http://lexvo.org/id/char/A0FB> a lvont:Character ;
    lvont:represents "ꃻ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE VYX"@en .

<http://lexvo.org/id/char/A0FC> a lvont:Character ;
    lvont:represents "ꃼ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE VY"@en .

<http://lexvo.org/id/char/A0FD> a lvont:Character ;
    lvont:represents "ꃽ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE VYP"@en .

<http://lexvo.org/id/char/A0FE> a lvont:Character ;
    lvont:represents "ꃾ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE VYRX"@en .

<http://lexvo.org/id/char/A0FF> a lvont:Character ;
    lvont:represents "ꃿ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE VYR"@en .

<http://lexvo.org/id/char/A100> a lvont:Character ;
    lvont:represents "ꄀ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE DIT"@en .

<http://lexvo.org/id/char/A101> a lvont:Character ;
    lvont:represents "ꄁ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE DIX"@en .

<http://lexvo.org/id/char/A102> a lvont:Character ;
    lvont:represents "ꄂ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE DI"@en .

<http://lexvo.org/id/char/A103> a lvont:Character ;
    lvont:represents "ꄃ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE DIP"@en .

<http://lexvo.org/id/char/A104> a lvont:Character ;
    lvont:represents "ꄄ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE DIEX"@en .

<http://lexvo.org/id/char/A105> a lvont:Character ;
    lvont:represents "ꄅ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE DIE"@en .

<http://lexvo.org/id/char/A106> a lvont:Character ;
    lvont:represents "ꄆ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE DIEP"@en .

<http://lexvo.org/id/char/A107> a lvont:Character ;
    lvont:represents "ꄇ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE DAT"@en .

<http://lexvo.org/id/char/A108> a lvont:Character ;
    lvont:represents "ꄈ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE DAX"@en .

<http://lexvo.org/id/char/A109> a lvont:Character ;
    lvont:represents "ꄉ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE DA"@en .

<http://lexvo.org/id/char/A10A> a lvont:Character ;
    lvont:represents "ꄊ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE DAP"@en .

<http://lexvo.org/id/char/A10B> a lvont:Character ;
    lvont:represents "ꄋ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE DUOX"@en .

<http://lexvo.org/id/char/A10C> a lvont:Character ;
    lvont:represents "ꄌ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE DUO"@en .

<http://lexvo.org/id/char/A10D> a lvont:Character ;
    lvont:represents "ꄍ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE DOT"@en .

<http://lexvo.org/id/char/A10E> a lvont:Character ;
    lvont:represents "ꄎ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE DOX"@en .

<http://lexvo.org/id/char/A10F> a lvont:Character ;
    lvont:represents "ꄏ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE DO"@en .

<http://lexvo.org/id/char/A110> a lvont:Character ;
    lvont:represents "ꄐ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE DOP"@en .

<http://lexvo.org/id/char/A111> a lvont:Character ;
    lvont:represents "ꄑ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE DEX"@en .

<http://lexvo.org/id/char/A112> a lvont:Character ;
    lvont:represents "ꄒ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE DE"@en .

<http://lexvo.org/id/char/A113> a lvont:Character ;
    lvont:represents "ꄓ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE DEP"@en .

<http://lexvo.org/id/char/A114> a lvont:Character ;
    lvont:represents "ꄔ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE DUT"@en .

<http://lexvo.org/id/char/A115> a lvont:Character ;
    lvont:represents "ꄕ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE DUX"@en .

<http://lexvo.org/id/char/A116> a lvont:Character ;
    lvont:represents "ꄖ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE DU"@en .

<http://lexvo.org/id/char/A117> a lvont:Character ;
    lvont:represents "ꄗ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE DUP"@en .

<http://lexvo.org/id/char/A118> a lvont:Character ;
    lvont:represents "ꄘ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE DURX"@en .

<http://lexvo.org/id/char/A119> a lvont:Character ;
    lvont:represents "ꄙ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE DUR"@en .

<http://lexvo.org/id/char/A11A> a lvont:Character ;
    lvont:represents "ꄚ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE TIT"@en .

<http://lexvo.org/id/char/A11B> a lvont:Character ;
    lvont:represents "ꄛ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE TIX"@en .

<http://lexvo.org/id/char/A11C> a lvont:Character ;
    lvont:represents "ꄜ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE TI"@en .

<http://lexvo.org/id/char/A11D> a lvont:Character ;
    lvont:represents "ꄝ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE TIP"@en .

<http://lexvo.org/id/char/A11E> a lvont:Character ;
    lvont:represents "ꄞ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE TIEX"@en .

<http://lexvo.org/id/char/A11F> a lvont:Character ;
    lvont:represents "ꄟ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE TIE"@en .

<http://lexvo.org/id/char/A120> a lvont:Character ;
    lvont:represents "ꄠ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE TIEP"@en .

<http://lexvo.org/id/char/A121> a lvont:Character ;
    lvont:represents "ꄡ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE TAT"@en .

<http://lexvo.org/id/char/A122> a lvont:Character ;
    lvont:represents "ꄢ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE TAX"@en .

<http://lexvo.org/id/char/A123> a lvont:Character ;
    lvont:represents "ꄣ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE TA"@en .

<http://lexvo.org/id/char/A124> a lvont:Character ;
    lvont:represents "ꄤ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE TAP"@en .

<http://lexvo.org/id/char/A125> a lvont:Character ;
    lvont:represents "ꄥ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE TUOT"@en .

<http://lexvo.org/id/char/A126> a lvont:Character ;
    lvont:represents "ꄦ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE TUOX"@en .

<http://lexvo.org/id/char/A127> a lvont:Character ;
    lvont:represents "ꄧ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE TUO"@en .

<http://lexvo.org/id/char/A128> a lvont:Character ;
    lvont:represents "ꄨ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE TUOP"@en .

<http://lexvo.org/id/char/A129> a lvont:Character ;
    lvont:represents "ꄩ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE TOT"@en .

<http://lexvo.org/id/char/A12A> a lvont:Character ;
    lvont:represents "ꄪ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE TOX"@en .

<http://lexvo.org/id/char/A12B> a lvont:Character ;
    lvont:represents "ꄫ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE TO"@en .

<http://lexvo.org/id/char/A12C> a lvont:Character ;
    lvont:represents "ꄬ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE TOP"@en .

<http://lexvo.org/id/char/A12D> a lvont:Character ;
    lvont:represents "ꄭ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE TEX"@en .

<http://lexvo.org/id/char/A12E> a lvont:Character ;
    lvont:represents "ꄮ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE TE"@en .

<http://lexvo.org/id/char/A12F> a lvont:Character ;
    lvont:represents "ꄯ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE TEP"@en .

<http://lexvo.org/id/char/A130> a lvont:Character ;
    lvont:represents "ꄰ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE TUT"@en .

<http://lexvo.org/id/char/A131> a lvont:Character ;
    lvont:represents "ꄱ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE TUX"@en .

<http://lexvo.org/id/char/A132> a lvont:Character ;
    lvont:represents "ꄲ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE TU"@en .

<http://lexvo.org/id/char/A133> a lvont:Character ;
    lvont:represents "ꄳ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE TUP"@en .

<http://lexvo.org/id/char/A134> a lvont:Character ;
    lvont:represents "ꄴ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE TURX"@en .

<http://lexvo.org/id/char/A135> a lvont:Character ;
    lvont:represents "ꄵ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE TUR"@en .

<http://lexvo.org/id/char/A136> a lvont:Character ;
    lvont:represents "ꄶ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE DDIT"@en .

<http://lexvo.org/id/char/A137> a lvont:Character ;
    lvont:represents "ꄷ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE DDIX"@en .

<http://lexvo.org/id/char/A138> a lvont:Character ;
    lvont:represents "ꄸ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE DDI"@en .

<http://lexvo.org/id/char/A139> a lvont:Character ;
    lvont:represents "ꄹ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE DDIP"@en .

<http://lexvo.org/id/char/A13A> a lvont:Character ;
    lvont:represents "ꄺ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE DDIEX"@en .

<http://lexvo.org/id/char/A13B> a lvont:Character ;
    lvont:represents "ꄻ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE DDIE"@en .

<http://lexvo.org/id/char/A13C> a lvont:Character ;
    lvont:represents "ꄼ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE DDIEP"@en .

<http://lexvo.org/id/char/A13D> a lvont:Character ;
    lvont:represents "ꄽ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE DDAT"@en .

<http://lexvo.org/id/char/A13E> a lvont:Character ;
    lvont:represents "ꄾ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE DDAX"@en .

<http://lexvo.org/id/char/A13F> a lvont:Character ;
    lvont:represents "ꄿ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE DDA"@en .

<http://lexvo.org/id/char/A140> a lvont:Character ;
    lvont:represents "ꅀ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE DDAP"@en .

<http://lexvo.org/id/char/A141> a lvont:Character ;
    lvont:represents "ꅁ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE DDUOX"@en .

<http://lexvo.org/id/char/A142> a lvont:Character ;
    lvont:represents "ꅂ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE DDUO"@en .

<http://lexvo.org/id/char/A143> a lvont:Character ;
    lvont:represents "ꅃ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE DDUOP"@en .

<http://lexvo.org/id/char/A144> a lvont:Character ;
    lvont:represents "ꅄ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE DDOT"@en .

<http://lexvo.org/id/char/A145> a lvont:Character ;
    lvont:represents "ꅅ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE DDOX"@en .

<http://lexvo.org/id/char/A146> a lvont:Character ;
    lvont:represents "ꅆ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE DDO"@en .

<http://lexvo.org/id/char/A147> a lvont:Character ;
    lvont:represents "ꅇ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE DDOP"@en .

<http://lexvo.org/id/char/A148> a lvont:Character ;
    lvont:represents "ꅈ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE DDEX"@en .

<http://lexvo.org/id/char/A149> a lvont:Character ;
    lvont:represents "ꅉ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE DDE"@en .

<http://lexvo.org/id/char/A14A> a lvont:Character ;
    lvont:represents "ꅊ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE DDEP"@en .

<http://lexvo.org/id/char/A14B> a lvont:Character ;
    lvont:represents "ꅋ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE DDUT"@en .

<http://lexvo.org/id/char/A14C> a lvont:Character ;
    lvont:represents "ꅌ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE DDUX"@en .

<http://lexvo.org/id/char/A14D> a lvont:Character ;
    lvont:represents "ꅍ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE DDU"@en .

<http://lexvo.org/id/char/A14E> a lvont:Character ;
    lvont:represents "ꅎ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE DDUP"@en .

<http://lexvo.org/id/char/A14F> a lvont:Character ;
    lvont:represents "ꅏ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE DDURX"@en .

<http://lexvo.org/id/char/A150> a lvont:Character ;
    lvont:represents "ꅐ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE DDUR"@en .

<http://lexvo.org/id/char/A151> a lvont:Character ;
    lvont:represents "ꅑ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE NDIT"@en .

<http://lexvo.org/id/char/A152> a lvont:Character ;
    lvont:represents "ꅒ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE NDIX"@en .

<http://lexvo.org/id/char/A153> a lvont:Character ;
    lvont:represents "ꅓ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE NDI"@en .

<http://lexvo.org/id/char/A154> a lvont:Character ;
    lvont:represents "ꅔ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE NDIP"@en .

<http://lexvo.org/id/char/A155> a lvont:Character ;
    lvont:represents "ꅕ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE NDIEX"@en .

<http://lexvo.org/id/char/A156> a lvont:Character ;
    lvont:represents "ꅖ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE NDIE"@en .

<http://lexvo.org/id/char/A157> a lvont:Character ;
    lvont:represents "ꅗ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE NDAT"@en .

<http://lexvo.org/id/char/A158> a lvont:Character ;
    lvont:represents "ꅘ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE NDAX"@en .

<http://lexvo.org/id/char/A159> a lvont:Character ;
    lvont:represents "ꅙ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE NDA"@en .

<http://lexvo.org/id/char/A15A> a lvont:Character ;
    lvont:represents "ꅚ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE NDAP"@en .

<http://lexvo.org/id/char/A15B> a lvont:Character ;
    lvont:represents "ꅛ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE NDOT"@en .

<http://lexvo.org/id/char/A15C> a lvont:Character ;
    lvont:represents "ꅜ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE NDOX"@en .

<http://lexvo.org/id/char/A15D> a lvont:Character ;
    lvont:represents "ꅝ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE NDO"@en .

<http://lexvo.org/id/char/A15E> a lvont:Character ;
    lvont:represents "ꅞ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE NDOP"@en .

<http://lexvo.org/id/char/A15F> a lvont:Character ;
    lvont:represents "ꅟ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE NDEX"@en .

<http://lexvo.org/id/char/A160> a lvont:Character ;
    lvont:represents "ꅠ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE NDE"@en .

<http://lexvo.org/id/char/A161> a lvont:Character ;
    lvont:represents "ꅡ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE NDEP"@en .

<http://lexvo.org/id/char/A162> a lvont:Character ;
    lvont:represents "ꅢ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE NDUT"@en .

<http://lexvo.org/id/char/A163> a lvont:Character ;
    lvont:represents "ꅣ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE NDUX"@en .

<http://lexvo.org/id/char/A164> a lvont:Character ;
    lvont:represents "ꅤ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE NDU"@en .

<http://lexvo.org/id/char/A165> a lvont:Character ;
    lvont:represents "ꅥ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE NDUP"@en .

<http://lexvo.org/id/char/A166> a lvont:Character ;
    lvont:represents "ꅦ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE NDURX"@en .

<http://lexvo.org/id/char/A167> a lvont:Character ;
    lvont:represents "ꅧ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE NDUR"@en .

<http://lexvo.org/id/char/A168> a lvont:Character ;
    lvont:represents "ꅨ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE HNIT"@en .

<http://lexvo.org/id/char/A169> a lvont:Character ;
    lvont:represents "ꅩ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE HNIX"@en .

<http://lexvo.org/id/char/A16A> a lvont:Character ;
    lvont:represents "ꅪ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE HNI"@en .

<http://lexvo.org/id/char/A16B> a lvont:Character ;
    lvont:represents "ꅫ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE HNIP"@en .

<http://lexvo.org/id/char/A16C> a lvont:Character ;
    lvont:represents "ꅬ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE HNIET"@en .

<http://lexvo.org/id/char/A16D> a lvont:Character ;
    lvont:represents "ꅭ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE HNIEX"@en .

<http://lexvo.org/id/char/A16E> a lvont:Character ;
    lvont:represents "ꅮ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE HNIE"@en .

<http://lexvo.org/id/char/A16F> a lvont:Character ;
    lvont:represents "ꅯ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE HNIEP"@en .

<http://lexvo.org/id/char/A170> a lvont:Character ;
    lvont:represents "ꅰ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE HNAT"@en .

<http://lexvo.org/id/char/A171> a lvont:Character ;
    lvont:represents "ꅱ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE HNAX"@en .

<http://lexvo.org/id/char/A172> a lvont:Character ;
    lvont:represents "ꅲ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE HNA"@en .

<http://lexvo.org/id/char/A173> a lvont:Character ;
    lvont:represents "ꅳ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE HNAP"@en .

<http://lexvo.org/id/char/A174> a lvont:Character ;
    lvont:represents "ꅴ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE HNUOX"@en .

<http://lexvo.org/id/char/A175> a lvont:Character ;
    lvont:represents "ꅵ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE HNUO"@en .

<http://lexvo.org/id/char/A176> a lvont:Character ;
    lvont:represents "ꅶ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE HNOT"@en .

<http://lexvo.org/id/char/A177> a lvont:Character ;
    lvont:represents "ꅷ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE HNOX"@en .

<http://lexvo.org/id/char/A178> a lvont:Character ;
    lvont:represents "ꅸ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE HNOP"@en .

<http://lexvo.org/id/char/A179> a lvont:Character ;
    lvont:represents "ꅹ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE HNEX"@en .

<http://lexvo.org/id/char/A17A> a lvont:Character ;
    lvont:represents "ꅺ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE HNE"@en .

<http://lexvo.org/id/char/A17B> a lvont:Character ;
    lvont:represents "ꅻ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE HNEP"@en .

<http://lexvo.org/id/char/A17C> a lvont:Character ;
    lvont:represents "ꅼ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE HNUT"@en .

<http://lexvo.org/id/char/A17D> a lvont:Character ;
    lvont:represents "ꅽ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE NIT"@en .

<http://lexvo.org/id/char/A17E> a lvont:Character ;
    lvont:represents "ꅾ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE NIX"@en .

<http://lexvo.org/id/char/A17F> a lvont:Character ;
    lvont:represents "ꅿ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE NI"@en .

<http://lexvo.org/id/char/A180> a lvont:Character ;
    lvont:represents "ꆀ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE NIP"@en .

<http://lexvo.org/id/char/A181> a lvont:Character ;
    lvont:represents "ꆁ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE NIEX"@en .

<http://lexvo.org/id/char/A182> a lvont:Character ;
    lvont:represents "ꆂ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE NIE"@en .

<http://lexvo.org/id/char/A183> a lvont:Character ;
    lvont:represents "ꆃ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE NIEP"@en .

<http://lexvo.org/id/char/A184> a lvont:Character ;
    lvont:represents "ꆄ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE NAX"@en .

<http://lexvo.org/id/char/A185> a lvont:Character ;
    lvont:represents "ꆅ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE NA"@en .

<http://lexvo.org/id/char/A186> a lvont:Character ;
    lvont:represents "ꆆ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE NAP"@en .

<http://lexvo.org/id/char/A187> a lvont:Character ;
    lvont:represents "ꆇ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE NUOX"@en .

<http://lexvo.org/id/char/A188> a lvont:Character ;
    lvont:represents "ꆈ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE NUO"@en .

<http://lexvo.org/id/char/A189> a lvont:Character ;
    lvont:represents "ꆉ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE NUOP"@en .

<http://lexvo.org/id/char/A18A> a lvont:Character ;
    lvont:represents "ꆊ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE NOT"@en .

<http://lexvo.org/id/char/A18B> a lvont:Character ;
    lvont:represents "ꆋ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE NOX"@en .

<http://lexvo.org/id/char/A18C> a lvont:Character ;
    lvont:represents "ꆌ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE NO"@en .

<http://lexvo.org/id/char/A18D> a lvont:Character ;
    lvont:represents "ꆍ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE NOP"@en .

<http://lexvo.org/id/char/A18E> a lvont:Character ;
    lvont:represents "ꆎ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE NEX"@en .

<http://lexvo.org/id/char/A18F> a lvont:Character ;
    lvont:represents "ꆏ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE NE"@en .

<http://lexvo.org/id/char/A190> a lvont:Character ;
    lvont:represents "ꆐ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE NEP"@en .

<http://lexvo.org/id/char/A191> a lvont:Character ;
    lvont:represents "ꆑ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE NUT"@en .

<http://lexvo.org/id/char/A192> a lvont:Character ;
    lvont:represents "ꆒ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE NUX"@en .

<http://lexvo.org/id/char/A193> a lvont:Character ;
    lvont:represents "ꆓ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE NU"@en .

<http://lexvo.org/id/char/A194> a lvont:Character ;
    lvont:represents "ꆔ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE NUP"@en .

<http://lexvo.org/id/char/A195> a lvont:Character ;
    lvont:represents "ꆕ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE NURX"@en .

<http://lexvo.org/id/char/A196> a lvont:Character ;
    lvont:represents "ꆖ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE NUR"@en .

<http://lexvo.org/id/char/A197> a lvont:Character ;
    lvont:represents "ꆗ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE HLIT"@en .

<http://lexvo.org/id/char/A198> a lvont:Character ;
    lvont:represents "ꆘ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE HLIX"@en .

<http://lexvo.org/id/char/A199> a lvont:Character ;
    lvont:represents "ꆙ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE HLI"@en .

<http://lexvo.org/id/char/A19A> a lvont:Character ;
    lvont:represents "ꆚ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE HLIP"@en .

<http://lexvo.org/id/char/A19B> a lvont:Character ;
    lvont:represents "ꆛ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE HLIEX"@en .

<http://lexvo.org/id/char/A19C> a lvont:Character ;
    lvont:represents "ꆜ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE HLIE"@en .

<http://lexvo.org/id/char/A19D> a lvont:Character ;
    lvont:represents "ꆝ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE HLIEP"@en .

<http://lexvo.org/id/char/A19E> a lvont:Character ;
    lvont:represents "ꆞ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE HLAT"@en .

<http://lexvo.org/id/char/A19F> a lvont:Character ;
    lvont:represents "ꆟ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE HLAX"@en .

<http://lexvo.org/id/char/A1A0> a lvont:Character ;
    lvont:represents "ꆠ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE HLA"@en .

<http://lexvo.org/id/char/A1A1> a lvont:Character ;
    lvont:represents "ꆡ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE HLAP"@en .

<http://lexvo.org/id/char/A1A2> a lvont:Character ;
    lvont:represents "ꆢ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE HLUOX"@en .

<http://lexvo.org/id/char/A1A3> a lvont:Character ;
    lvont:represents "ꆣ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE HLUO"@en .

<http://lexvo.org/id/char/A1A4> a lvont:Character ;
    lvont:represents "ꆤ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE HLUOP"@en .

<http://lexvo.org/id/char/A1A5> a lvont:Character ;
    lvont:represents "ꆥ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE HLOX"@en .

<http://lexvo.org/id/char/A1A6> a lvont:Character ;
    lvont:represents "ꆦ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE HLO"@en .

<http://lexvo.org/id/char/A1A7> a lvont:Character ;
    lvont:represents "ꆧ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE HLOP"@en .

<http://lexvo.org/id/char/A1A8> a lvont:Character ;
    lvont:represents "ꆨ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE HLEX"@en .

<http://lexvo.org/id/char/A1A9> a lvont:Character ;
    lvont:represents "ꆩ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE HLE"@en .

<http://lexvo.org/id/char/A1AA> a lvont:Character ;
    lvont:represents "ꆪ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE HLEP"@en .

<http://lexvo.org/id/char/A1AB> a lvont:Character ;
    lvont:represents "ꆫ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE HLUT"@en .

<http://lexvo.org/id/char/A1AC> a lvont:Character ;
    lvont:represents "ꆬ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE HLUX"@en .

<http://lexvo.org/id/char/A1AD> a lvont:Character ;
    lvont:represents "ꆭ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE HLU"@en .

<http://lexvo.org/id/char/A1AE> a lvont:Character ;
    lvont:represents "ꆮ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE HLUP"@en .

<http://lexvo.org/id/char/A1AF> a lvont:Character ;
    lvont:represents "ꆯ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE HLURX"@en .

<http://lexvo.org/id/char/A1B0> a lvont:Character ;
    lvont:represents "ꆰ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE HLUR"@en .

<http://lexvo.org/id/char/A1B1> a lvont:Character ;
    lvont:represents "ꆱ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE HLYT"@en .

<http://lexvo.org/id/char/A1B2> a lvont:Character ;
    lvont:represents "ꆲ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE HLYX"@en .

<http://lexvo.org/id/char/A1B3> a lvont:Character ;
    lvont:represents "ꆳ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE HLY"@en .

<http://lexvo.org/id/char/A1B4> a lvont:Character ;
    lvont:represents "ꆴ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE HLYP"@en .

<http://lexvo.org/id/char/A1B5> a lvont:Character ;
    lvont:represents "ꆵ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE HLYRX"@en .

<http://lexvo.org/id/char/A1B6> a lvont:Character ;
    lvont:represents "ꆶ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE HLYR"@en .

<http://lexvo.org/id/char/A1B7> a lvont:Character ;
    lvont:represents "ꆷ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE LIT"@en .

<http://lexvo.org/id/char/A1B8> a lvont:Character ;
    lvont:represents "ꆸ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE LIX"@en .

<http://lexvo.org/id/char/A1B9> a lvont:Character ;
    lvont:represents "ꆹ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE LI"@en .

<http://lexvo.org/id/char/A1BA> a lvont:Character ;
    lvont:represents "ꆺ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE LIP"@en .

<http://lexvo.org/id/char/A1BB> a lvont:Character ;
    lvont:represents "ꆻ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE LIET"@en .

<http://lexvo.org/id/char/A1BC> a lvont:Character ;
    lvont:represents "ꆼ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE LIEX"@en .

<http://lexvo.org/id/char/A1BD> a lvont:Character ;
    lvont:represents "ꆽ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE LIE"@en .

<http://lexvo.org/id/char/A1BE> a lvont:Character ;
    lvont:represents "ꆾ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE LIEP"@en .

<http://lexvo.org/id/char/A1BF> a lvont:Character ;
    lvont:represents "ꆿ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE LAT"@en .

<http://lexvo.org/id/char/A1C0> a lvont:Character ;
    lvont:represents "ꇀ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE LAX"@en .

<http://lexvo.org/id/char/A1C1> a lvont:Character ;
    lvont:represents "ꇁ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE LA"@en .

<http://lexvo.org/id/char/A1C2> a lvont:Character ;
    lvont:represents "ꇂ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE LAP"@en .

<http://lexvo.org/id/char/A1C3> a lvont:Character ;
    lvont:represents "ꇃ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE LUOT"@en .

<http://lexvo.org/id/char/A1C4> a lvont:Character ;
    lvont:represents "ꇄ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE LUOX"@en .

<http://lexvo.org/id/char/A1C5> a lvont:Character ;
    lvont:represents "ꇅ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE LUO"@en .

<http://lexvo.org/id/char/A1C6> a lvont:Character ;
    lvont:represents "ꇆ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE LUOP"@en .

<http://lexvo.org/id/char/A1C7> a lvont:Character ;
    lvont:represents "ꇇ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE LOT"@en .

<http://lexvo.org/id/char/A1C8> a lvont:Character ;
    lvont:represents "ꇈ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE LOX"@en .

<http://lexvo.org/id/char/A1C9> a lvont:Character ;
    lvont:represents "ꇉ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE LO"@en .

<http://lexvo.org/id/char/A1CA> a lvont:Character ;
    lvont:represents "ꇊ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE LOP"@en .

<http://lexvo.org/id/char/A1CB> a lvont:Character ;
    lvont:represents "ꇋ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE LEX"@en .

<http://lexvo.org/id/char/A1CC> a lvont:Character ;
    lvont:represents "ꇌ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE LE"@en .

<http://lexvo.org/id/char/A1CD> a lvont:Character ;
    lvont:represents "ꇍ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE LEP"@en .

<http://lexvo.org/id/char/A1CE> a lvont:Character ;
    lvont:represents "ꇎ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE LUT"@en .

<http://lexvo.org/id/char/A1CF> a lvont:Character ;
    lvont:represents "ꇏ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE LUX"@en .

<http://lexvo.org/id/char/A1D0> a lvont:Character ;
    lvont:represents "ꇐ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE LU"@en .

<http://lexvo.org/id/char/A1D1> a lvont:Character ;
    lvont:represents "ꇑ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE LUP"@en .

<http://lexvo.org/id/char/A1D2> a lvont:Character ;
    lvont:represents "ꇒ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE LURX"@en .

<http://lexvo.org/id/char/A1D3> a lvont:Character ;
    lvont:represents "ꇓ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE LUR"@en .

<http://lexvo.org/id/char/A1D4> a lvont:Character ;
    lvont:represents "ꇔ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE LYT"@en .

<http://lexvo.org/id/char/A1D5> a lvont:Character ;
    lvont:represents "ꇕ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE LYX"@en .

<http://lexvo.org/id/char/A1D6> a lvont:Character ;
    lvont:represents "ꇖ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE LY"@en .

<http://lexvo.org/id/char/A1D7> a lvont:Character ;
    lvont:represents "ꇗ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE LYP"@en .

<http://lexvo.org/id/char/A1D8> a lvont:Character ;
    lvont:represents "ꇘ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE LYRX"@en .

<http://lexvo.org/id/char/A1D9> a lvont:Character ;
    lvont:represents "ꇙ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE LYR"@en .

<http://lexvo.org/id/char/A1DA> a lvont:Character ;
    lvont:represents "ꇚ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE GIT"@en .

<http://lexvo.org/id/char/A1DB> a lvont:Character ;
    lvont:represents "ꇛ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE GIX"@en .

<http://lexvo.org/id/char/A1DC> a lvont:Character ;
    lvont:represents "ꇜ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE GI"@en .

<http://lexvo.org/id/char/A1DD> a lvont:Character ;
    lvont:represents "ꇝ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE GIP"@en .

<http://lexvo.org/id/char/A1DE> a lvont:Character ;
    lvont:represents "ꇞ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE GIET"@en .

<http://lexvo.org/id/char/A1DF> a lvont:Character ;
    lvont:represents "ꇟ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE GIEX"@en .

<http://lexvo.org/id/char/A1E0> a lvont:Character ;
    lvont:represents "ꇠ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE GIE"@en .

<http://lexvo.org/id/char/A1E1> a lvont:Character ;
    lvont:represents "ꇡ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE GIEP"@en .

<http://lexvo.org/id/char/A1E2> a lvont:Character ;
    lvont:represents "ꇢ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE GAT"@en .

<http://lexvo.org/id/char/A1E3> a lvont:Character ;
    lvont:represents "ꇣ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE GAX"@en .

<http://lexvo.org/id/char/A1E4> a lvont:Character ;
    lvont:represents "ꇤ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE GA"@en .

<http://lexvo.org/id/char/A1E5> a lvont:Character ;
    lvont:represents "ꇥ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE GAP"@en .

<http://lexvo.org/id/char/A1E6> a lvont:Character ;
    lvont:represents "ꇦ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE GUOT"@en .

<http://lexvo.org/id/char/A1E7> a lvont:Character ;
    lvont:represents "ꇧ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE GUOX"@en .

<http://lexvo.org/id/char/A1E8> a lvont:Character ;
    lvont:represents "ꇨ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE GUO"@en .

<http://lexvo.org/id/char/A1E9> a lvont:Character ;
    lvont:represents "ꇩ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE GUOP"@en .

<http://lexvo.org/id/char/A1EA> a lvont:Character ;
    lvont:represents "ꇪ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE GOT"@en .

<http://lexvo.org/id/char/A1EB> a lvont:Character ;
    lvont:represents "ꇫ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE GOX"@en .

<http://lexvo.org/id/char/A1EC> a lvont:Character ;
    lvont:represents "ꇬ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE GO"@en .

<http://lexvo.org/id/char/A1ED> a lvont:Character ;
    lvont:represents "ꇭ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE GOP"@en .

<http://lexvo.org/id/char/A1EE> a lvont:Character ;
    lvont:represents "ꇮ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE GET"@en .

<http://lexvo.org/id/char/A1EF> a lvont:Character ;
    lvont:represents "ꇯ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE GEX"@en .

<http://lexvo.org/id/char/A1F0> a lvont:Character ;
    lvont:represents "ꇰ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE GE"@en .

<http://lexvo.org/id/char/A1F1> a lvont:Character ;
    lvont:represents "ꇱ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE GEP"@en .

<http://lexvo.org/id/char/A1F2> a lvont:Character ;
    lvont:represents "ꇲ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE GUT"@en .

<http://lexvo.org/id/char/A1F3> a lvont:Character ;
    lvont:represents "ꇳ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE GUX"@en .

<http://lexvo.org/id/char/A1F4> a lvont:Character ;
    lvont:represents "ꇴ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE GU"@en .

<http://lexvo.org/id/char/A1F5> a lvont:Character ;
    lvont:represents "ꇵ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE GUP"@en .

<http://lexvo.org/id/char/A1F6> a lvont:Character ;
    lvont:represents "ꇶ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE GURX"@en .

<http://lexvo.org/id/char/A1F7> a lvont:Character ;
    lvont:represents "ꇷ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE GUR"@en .

<http://lexvo.org/id/char/A1F8> a lvont:Character ;
    lvont:represents "ꇸ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE KIT"@en .

<http://lexvo.org/id/char/A1F9> a lvont:Character ;
    lvont:represents "ꇹ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE KIX"@en .

<http://lexvo.org/id/char/A1FA> a lvont:Character ;
    lvont:represents "ꇺ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE KI"@en .

<http://lexvo.org/id/char/A1FB> a lvont:Character ;
    lvont:represents "ꇻ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE KIP"@en .

<http://lexvo.org/id/char/A1FC> a lvont:Character ;
    lvont:represents "ꇼ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE KIEX"@en .

<http://lexvo.org/id/char/A1FD> a lvont:Character ;
    lvont:represents "ꇽ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE KIE"@en .

<http://lexvo.org/id/char/A1FE> a lvont:Character ;
    lvont:represents "ꇾ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE KIEP"@en .

<http://lexvo.org/id/char/A1FF> a lvont:Character ;
    lvont:represents "ꇿ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE KAT"@en .

<http://lexvo.org/id/char/A200> a lvont:Character ;
    lvont:represents "ꈀ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE KAX"@en .

<http://lexvo.org/id/char/A201> a lvont:Character ;
    lvont:represents "ꈁ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE KA"@en .

<http://lexvo.org/id/char/A202> a lvont:Character ;
    lvont:represents "ꈂ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE KAP"@en .

<http://lexvo.org/id/char/A203> a lvont:Character ;
    lvont:represents "ꈃ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE KUOX"@en .

<http://lexvo.org/id/char/A204> a lvont:Character ;
    lvont:represents "ꈄ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE KUO"@en .

<http://lexvo.org/id/char/A205> a lvont:Character ;
    lvont:represents "ꈅ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE KUOP"@en .

<http://lexvo.org/id/char/A206> a lvont:Character ;
    lvont:represents "ꈆ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE KOT"@en .

<http://lexvo.org/id/char/A207> a lvont:Character ;
    lvont:represents "ꈇ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE KOX"@en .

<http://lexvo.org/id/char/A208> a lvont:Character ;
    lvont:represents "ꈈ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE KO"@en .

<http://lexvo.org/id/char/A209> a lvont:Character ;
    lvont:represents "ꈉ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE KOP"@en .

<http://lexvo.org/id/char/A20A> a lvont:Character ;
    lvont:represents "ꈊ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE KET"@en .

<http://lexvo.org/id/char/A20B> a lvont:Character ;
    lvont:represents "ꈋ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE KEX"@en .

<http://lexvo.org/id/char/A20C> a lvont:Character ;
    lvont:represents "ꈌ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE KE"@en .

<http://lexvo.org/id/char/A20D> a lvont:Character ;
    lvont:represents "ꈍ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE KEP"@en .

<http://lexvo.org/id/char/A20E> a lvont:Character ;
    lvont:represents "ꈎ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE KUT"@en .

<http://lexvo.org/id/char/A20F> a lvont:Character ;
    lvont:represents "ꈏ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE KUX"@en .

<http://lexvo.org/id/char/A210> a lvont:Character ;
    lvont:represents "ꈐ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE KU"@en .

<http://lexvo.org/id/char/A211> a lvont:Character ;
    lvont:represents "ꈑ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE KUP"@en .

<http://lexvo.org/id/char/A212> a lvont:Character ;
    lvont:represents "ꈒ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE KURX"@en .

<http://lexvo.org/id/char/A213> a lvont:Character ;
    lvont:represents "ꈓ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE KUR"@en .

<http://lexvo.org/id/char/A214> a lvont:Character ;
    lvont:represents "ꈔ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE GGIT"@en .

<http://lexvo.org/id/char/A215> a lvont:Character ;
    lvont:represents "ꈕ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE GGIX"@en .

<http://lexvo.org/id/char/A216> a lvont:Character ;
    lvont:represents "ꈖ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE GGI"@en .

<http://lexvo.org/id/char/A217> a lvont:Character ;
    lvont:represents "ꈗ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE GGIEX"@en .

<http://lexvo.org/id/char/A218> a lvont:Character ;
    lvont:represents "ꈘ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE GGIE"@en .

<http://lexvo.org/id/char/A219> a lvont:Character ;
    lvont:represents "ꈙ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE GGIEP"@en .

<http://lexvo.org/id/char/A21A> a lvont:Character ;
    lvont:represents "ꈚ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE GGAT"@en .

<http://lexvo.org/id/char/A21B> a lvont:Character ;
    lvont:represents "ꈛ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE GGAX"@en .

<http://lexvo.org/id/char/A21C> a lvont:Character ;
    lvont:represents "ꈜ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE GGA"@en .

<http://lexvo.org/id/char/A21D> a lvont:Character ;
    lvont:represents "ꈝ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE GGAP"@en .

<http://lexvo.org/id/char/A21E> a lvont:Character ;
    lvont:represents "ꈞ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE GGUOT"@en .

<http://lexvo.org/id/char/A21F> a lvont:Character ;
    lvont:represents "ꈟ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE GGUOX"@en .

<http://lexvo.org/id/char/A220> a lvont:Character ;
    lvont:represents "ꈠ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE GGUO"@en .

<http://lexvo.org/id/char/A221> a lvont:Character ;
    lvont:represents "ꈡ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE GGUOP"@en .

<http://lexvo.org/id/char/A222> a lvont:Character ;
    lvont:represents "ꈢ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE GGOT"@en .

<http://lexvo.org/id/char/A223> a lvont:Character ;
    lvont:represents "ꈣ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE GGOX"@en .

<http://lexvo.org/id/char/A224> a lvont:Character ;
    lvont:represents "ꈤ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE GGO"@en .

<http://lexvo.org/id/char/A225> a lvont:Character ;
    lvont:represents "ꈥ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE GGOP"@en .

<http://lexvo.org/id/char/A226> a lvont:Character ;
    lvont:represents "ꈦ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE GGET"@en .

<http://lexvo.org/id/char/A227> a lvont:Character ;
    lvont:represents "ꈧ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE GGEX"@en .

<http://lexvo.org/id/char/A228> a lvont:Character ;
    lvont:represents "ꈨ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE GGE"@en .

<http://lexvo.org/id/char/A229> a lvont:Character ;
    lvont:represents "ꈩ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE GGEP"@en .

<http://lexvo.org/id/char/A22A> a lvont:Character ;
    lvont:represents "ꈪ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE GGUT"@en .

<http://lexvo.org/id/char/A22B> a lvont:Character ;
    lvont:represents "ꈫ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE GGUX"@en .

<http://lexvo.org/id/char/A22C> a lvont:Character ;
    lvont:represents "ꈬ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE GGU"@en .

<http://lexvo.org/id/char/A22D> a lvont:Character ;
    lvont:represents "ꈭ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE GGUP"@en .

<http://lexvo.org/id/char/A22E> a lvont:Character ;
    lvont:represents "ꈮ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE GGURX"@en .

<http://lexvo.org/id/char/A22F> a lvont:Character ;
    lvont:represents "ꈯ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE GGUR"@en .

<http://lexvo.org/id/char/A230> a lvont:Character ;
    lvont:represents "ꈰ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE MGIEX"@en .

<http://lexvo.org/id/char/A231> a lvont:Character ;
    lvont:represents "ꈱ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE MGIE"@en .

<http://lexvo.org/id/char/A232> a lvont:Character ;
    lvont:represents "ꈲ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE MGAT"@en .

<http://lexvo.org/id/char/A233> a lvont:Character ;
    lvont:represents "ꈳ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE MGAX"@en .

<http://lexvo.org/id/char/A234> a lvont:Character ;
    lvont:represents "ꈴ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE MGA"@en .

<http://lexvo.org/id/char/A235> a lvont:Character ;
    lvont:represents "ꈵ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE MGAP"@en .

<http://lexvo.org/id/char/A236> a lvont:Character ;
    lvont:represents "ꈶ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE MGUOX"@en .

<http://lexvo.org/id/char/A237> a lvont:Character ;
    lvont:represents "ꈷ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE MGUO"@en .

<http://lexvo.org/id/char/A238> a lvont:Character ;
    lvont:represents "ꈸ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE MGUOP"@en .

<http://lexvo.org/id/char/A239> a lvont:Character ;
    lvont:represents "ꈹ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE MGOT"@en .

<http://lexvo.org/id/char/A23A> a lvont:Character ;
    lvont:represents "ꈺ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE MGOX"@en .

<http://lexvo.org/id/char/A23B> a lvont:Character ;
    lvont:represents "ꈻ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE MGO"@en .

<http://lexvo.org/id/char/A23C> a lvont:Character ;
    lvont:represents "ꈼ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE MGOP"@en .

<http://lexvo.org/id/char/A23D> a lvont:Character ;
    lvont:represents "ꈽ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE MGEX"@en .

<http://lexvo.org/id/char/A23E> a lvont:Character ;
    lvont:represents "ꈾ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE MGE"@en .

<http://lexvo.org/id/char/A23F> a lvont:Character ;
    lvont:represents "ꈿ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE MGEP"@en .

<http://lexvo.org/id/char/A240> a lvont:Character ;
    lvont:represents "ꉀ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE MGUT"@en .

<http://lexvo.org/id/char/A241> a lvont:Character ;
    lvont:represents "ꉁ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE MGUX"@en .

<http://lexvo.org/id/char/A242> a lvont:Character ;
    lvont:represents "ꉂ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE MGU"@en .

<http://lexvo.org/id/char/A243> a lvont:Character ;
    lvont:represents "ꉃ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE MGUP"@en .

<http://lexvo.org/id/char/A244> a lvont:Character ;
    lvont:represents "ꉄ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE MGURX"@en .

<http://lexvo.org/id/char/A245> a lvont:Character ;
    lvont:represents "ꉅ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE MGUR"@en .

<http://lexvo.org/id/char/A246> a lvont:Character ;
    lvont:represents "ꉆ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE HXIT"@en .

<http://lexvo.org/id/char/A247> a lvont:Character ;
    lvont:represents "ꉇ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE HXIX"@en .

<http://lexvo.org/id/char/A248> a lvont:Character ;
    lvont:represents "ꉈ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE HXI"@en .

<http://lexvo.org/id/char/A249> a lvont:Character ;
    lvont:represents "ꉉ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE HXIP"@en .

<http://lexvo.org/id/char/A24A> a lvont:Character ;
    lvont:represents "ꉊ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE HXIET"@en .

<http://lexvo.org/id/char/A24B> a lvont:Character ;
    lvont:represents "ꉋ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE HXIEX"@en .

<http://lexvo.org/id/char/A24C> a lvont:Character ;
    lvont:represents "ꉌ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE HXIE"@en .

<http://lexvo.org/id/char/A24D> a lvont:Character ;
    lvont:represents "ꉍ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE HXIEP"@en .

<http://lexvo.org/id/char/A24E> a lvont:Character ;
    lvont:represents "ꉎ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE HXAT"@en .

<http://lexvo.org/id/char/A24F> a lvont:Character ;
    lvont:represents "ꉏ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE HXAX"@en .

<http://lexvo.org/id/char/A250> a lvont:Character ;
    lvont:represents "ꉐ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE HXA"@en .

<http://lexvo.org/id/char/A251> a lvont:Character ;
    lvont:represents "ꉑ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE HXAP"@en .

<http://lexvo.org/id/char/A252> a lvont:Character ;
    lvont:represents "ꉒ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE HXUOT"@en .

<http://lexvo.org/id/char/A253> a lvont:Character ;
    lvont:represents "ꉓ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE HXUOX"@en .

<http://lexvo.org/id/char/A254> a lvont:Character ;
    lvont:represents "ꉔ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE HXUO"@en .

<http://lexvo.org/id/char/A255> a lvont:Character ;
    lvont:represents "ꉕ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE HXUOP"@en .

<http://lexvo.org/id/char/A256> a lvont:Character ;
    lvont:represents "ꉖ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE HXOT"@en .

<http://lexvo.org/id/char/A257> a lvont:Character ;
    lvont:represents "ꉗ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE HXOX"@en .

<http://lexvo.org/id/char/A258> a lvont:Character ;
    lvont:represents "ꉘ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE HXO"@en .

<http://lexvo.org/id/char/A259> a lvont:Character ;
    lvont:represents "ꉙ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE HXOP"@en .

<http://lexvo.org/id/char/A25A> a lvont:Character ;
    lvont:represents "ꉚ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE HXEX"@en .

<http://lexvo.org/id/char/A25B> a lvont:Character ;
    lvont:represents "ꉛ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE HXE"@en .

<http://lexvo.org/id/char/A25C> a lvont:Character ;
    lvont:represents "ꉜ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE HXEP"@en .

<http://lexvo.org/id/char/A25D> a lvont:Character ;
    lvont:represents "ꉝ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE NGIEX"@en .

<http://lexvo.org/id/char/A25E> a lvont:Character ;
    lvont:represents "ꉞ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE NGIE"@en .

<http://lexvo.org/id/char/A25F> a lvont:Character ;
    lvont:represents "ꉟ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE NGIEP"@en .

<http://lexvo.org/id/char/A260> a lvont:Character ;
    lvont:represents "ꉠ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE NGAT"@en .

<http://lexvo.org/id/char/A261> a lvont:Character ;
    lvont:represents "ꉡ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE NGAX"@en .

<http://lexvo.org/id/char/A262> a lvont:Character ;
    lvont:represents "ꉢ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE NGA"@en .

<http://lexvo.org/id/char/A263> a lvont:Character ;
    lvont:represents "ꉣ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE NGAP"@en .

<http://lexvo.org/id/char/A264> a lvont:Character ;
    lvont:represents "ꉤ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE NGUOT"@en .

<http://lexvo.org/id/char/A265> a lvont:Character ;
    lvont:represents "ꉥ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE NGUOX"@en .

<http://lexvo.org/id/char/A266> a lvont:Character ;
    lvont:represents "ꉦ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE NGUO"@en .

<http://lexvo.org/id/char/A267> a lvont:Character ;
    lvont:represents "ꉧ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE NGOT"@en .

<http://lexvo.org/id/char/A268> a lvont:Character ;
    lvont:represents "ꉨ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE NGOX"@en .

<http://lexvo.org/id/char/A269> a lvont:Character ;
    lvont:represents "ꉩ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE NGO"@en .

<http://lexvo.org/id/char/A26A> a lvont:Character ;
    lvont:represents "ꉪ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE NGOP"@en .

<http://lexvo.org/id/char/A26B> a lvont:Character ;
    lvont:represents "ꉫ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE NGEX"@en .

<http://lexvo.org/id/char/A26C> a lvont:Character ;
    lvont:represents "ꉬ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE NGE"@en .

<http://lexvo.org/id/char/A26D> a lvont:Character ;
    lvont:represents "ꉭ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE NGEP"@en .

<http://lexvo.org/id/char/A26E> a lvont:Character ;
    lvont:represents "ꉮ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE HIT"@en .

<http://lexvo.org/id/char/A26F> a lvont:Character ;
    lvont:represents "ꉯ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE HIEX"@en .

<http://lexvo.org/id/char/A270> a lvont:Character ;
    lvont:represents "ꉰ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE HIE"@en .

<http://lexvo.org/id/char/A271> a lvont:Character ;
    lvont:represents "ꉱ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE HAT"@en .

<http://lexvo.org/id/char/A272> a lvont:Character ;
    lvont:represents "ꉲ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE HAX"@en .

<http://lexvo.org/id/char/A273> a lvont:Character ;
    lvont:represents "ꉳ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE HA"@en .

<http://lexvo.org/id/char/A274> a lvont:Character ;
    lvont:represents "ꉴ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE HAP"@en .

<http://lexvo.org/id/char/A275> a lvont:Character ;
    lvont:represents "ꉵ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE HUOT"@en .

<http://lexvo.org/id/char/A276> a lvont:Character ;
    lvont:represents "ꉶ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE HUOX"@en .

<http://lexvo.org/id/char/A277> a lvont:Character ;
    lvont:represents "ꉷ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE HUO"@en .

<http://lexvo.org/id/char/A278> a lvont:Character ;
    lvont:represents "ꉸ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE HUOP"@en .

<http://lexvo.org/id/char/A279> a lvont:Character ;
    lvont:represents "ꉹ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE HOT"@en .

<http://lexvo.org/id/char/A27A> a lvont:Character ;
    lvont:represents "ꉺ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE HOX"@en .

<http://lexvo.org/id/char/A27B> a lvont:Character ;
    lvont:represents "ꉻ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE HO"@en .

<http://lexvo.org/id/char/A27C> a lvont:Character ;
    lvont:represents "ꉼ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE HOP"@en .

<http://lexvo.org/id/char/A27D> a lvont:Character ;
    lvont:represents "ꉽ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE HEX"@en .

<http://lexvo.org/id/char/A27E> a lvont:Character ;
    lvont:represents "ꉾ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE HE"@en .

<http://lexvo.org/id/char/A27F> a lvont:Character ;
    lvont:represents "ꉿ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE HEP"@en .

<http://lexvo.org/id/char/A280> a lvont:Character ;
    lvont:represents "ꊀ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE WAT"@en .

<http://lexvo.org/id/char/A281> a lvont:Character ;
    lvont:represents "ꊁ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE WAX"@en .

<http://lexvo.org/id/char/A282> a lvont:Character ;
    lvont:represents "ꊂ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE WA"@en .

<http://lexvo.org/id/char/A283> a lvont:Character ;
    lvont:represents "ꊃ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE WAP"@en .

<http://lexvo.org/id/char/A284> a lvont:Character ;
    lvont:represents "ꊄ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE WUOX"@en .

<http://lexvo.org/id/char/A285> a lvont:Character ;
    lvont:represents "ꊅ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE WUO"@en .

<http://lexvo.org/id/char/A286> a lvont:Character ;
    lvont:represents "ꊆ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE WUOP"@en .

<http://lexvo.org/id/char/A287> a lvont:Character ;
    lvont:represents "ꊇ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE WOX"@en .

<http://lexvo.org/id/char/A288> a lvont:Character ;
    lvont:represents "ꊈ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE WO"@en .

<http://lexvo.org/id/char/A289> a lvont:Character ;
    lvont:represents "ꊉ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE WOP"@en .

<http://lexvo.org/id/char/A28A> a lvont:Character ;
    lvont:represents "ꊊ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE WEX"@en .

<http://lexvo.org/id/char/A28B> a lvont:Character ;
    lvont:represents "ꊋ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE WE"@en .

<http://lexvo.org/id/char/A28C> a lvont:Character ;
    lvont:represents "ꊌ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE WEP"@en .

<http://lexvo.org/id/char/A28D> a lvont:Character ;
    lvont:represents "ꊍ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE ZIT"@en .

<http://lexvo.org/id/char/A28E> a lvont:Character ;
    lvont:represents "ꊎ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE ZIX"@en .

<http://lexvo.org/id/char/A28F> a lvont:Character ;
    lvont:represents "ꊏ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE ZI"@en .

<http://lexvo.org/id/char/A290> a lvont:Character ;
    lvont:represents "ꊐ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE ZIP"@en .

<http://lexvo.org/id/char/A291> a lvont:Character ;
    lvont:represents "ꊑ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE ZIEX"@en .

<http://lexvo.org/id/char/A292> a lvont:Character ;
    lvont:represents "ꊒ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE ZIE"@en .

<http://lexvo.org/id/char/A293> a lvont:Character ;
    lvont:represents "ꊓ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE ZIEP"@en .

<http://lexvo.org/id/char/A294> a lvont:Character ;
    lvont:represents "ꊔ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE ZAT"@en .

<http://lexvo.org/id/char/A295> a lvont:Character ;
    lvont:represents "ꊕ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE ZAX"@en .

<http://lexvo.org/id/char/A296> a lvont:Character ;
    lvont:represents "ꊖ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE ZA"@en .

<http://lexvo.org/id/char/A297> a lvont:Character ;
    lvont:represents "ꊗ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE ZAP"@en .

<http://lexvo.org/id/char/A298> a lvont:Character ;
    lvont:represents "ꊘ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE ZUOX"@en .

<http://lexvo.org/id/char/A299> a lvont:Character ;
    lvont:represents "ꊙ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE ZUO"@en .

<http://lexvo.org/id/char/A29A> a lvont:Character ;
    lvont:represents "ꊚ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE ZUOP"@en .

<http://lexvo.org/id/char/A29B> a lvont:Character ;
    lvont:represents "ꊛ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE ZOT"@en .

<http://lexvo.org/id/char/A29C> a lvont:Character ;
    lvont:represents "ꊜ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE ZOX"@en .

<http://lexvo.org/id/char/A29D> a lvont:Character ;
    lvont:represents "ꊝ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE ZO"@en .

<http://lexvo.org/id/char/A29E> a lvont:Character ;
    lvont:represents "ꊞ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE ZOP"@en .

<http://lexvo.org/id/char/A29F> a lvont:Character ;
    lvont:represents "ꊟ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE ZEX"@en .

<http://lexvo.org/id/char/A2A0> a lvont:Character ;
    lvont:represents "ꊠ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE ZE"@en .

<http://lexvo.org/id/char/A2A1> a lvont:Character ;
    lvont:represents "ꊡ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE ZEP"@en .

<http://lexvo.org/id/char/A2A2> a lvont:Character ;
    lvont:represents "ꊢ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE ZUT"@en .

<http://lexvo.org/id/char/A2A3> a lvont:Character ;
    lvont:represents "ꊣ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE ZUX"@en .

<http://lexvo.org/id/char/A2A4> a lvont:Character ;
    lvont:represents "ꊤ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE ZU"@en .

<http://lexvo.org/id/char/A2A5> a lvont:Character ;
    lvont:represents "ꊥ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE ZUP"@en .

<http://lexvo.org/id/char/A2A6> a lvont:Character ;
    lvont:represents "ꊦ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE ZURX"@en .

<http://lexvo.org/id/char/A2A7> a lvont:Character ;
    lvont:represents "ꊧ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE ZUR"@en .

<http://lexvo.org/id/char/A2A8> a lvont:Character ;
    lvont:represents "ꊨ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE ZYT"@en .

<http://lexvo.org/id/char/A2A9> a lvont:Character ;
    lvont:represents "ꊩ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE ZYX"@en .

<http://lexvo.org/id/char/A2AA> a lvont:Character ;
    lvont:represents "ꊪ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE ZY"@en .

<http://lexvo.org/id/char/A2AB> a lvont:Character ;
    lvont:represents "ꊫ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE ZYP"@en .

<http://lexvo.org/id/char/A2AC> a lvont:Character ;
    lvont:represents "ꊬ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE ZYRX"@en .

<http://lexvo.org/id/char/A2AD> a lvont:Character ;
    lvont:represents "ꊭ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE ZYR"@en .

<http://lexvo.org/id/char/A2AE> a lvont:Character ;
    lvont:represents "ꊮ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE CIT"@en .

<http://lexvo.org/id/char/A2AF> a lvont:Character ;
    lvont:represents "ꊯ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE CIX"@en .

<http://lexvo.org/id/char/A2B0> a lvont:Character ;
    lvont:represents "ꊰ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE CI"@en .

<http://lexvo.org/id/char/A2B1> a lvont:Character ;
    lvont:represents "ꊱ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE CIP"@en .

<http://lexvo.org/id/char/A2B2> a lvont:Character ;
    lvont:represents "ꊲ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE CIET"@en .

<http://lexvo.org/id/char/A2B3> a lvont:Character ;
    lvont:represents "ꊳ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE CIEX"@en .

<http://lexvo.org/id/char/A2B4> a lvont:Character ;
    lvont:represents "ꊴ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE CIE"@en .

<http://lexvo.org/id/char/A2B5> a lvont:Character ;
    lvont:represents "ꊵ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE CIEP"@en .

<http://lexvo.org/id/char/A2B6> a lvont:Character ;
    lvont:represents "ꊶ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE CAT"@en .

<http://lexvo.org/id/char/A2B7> a lvont:Character ;
    lvont:represents "ꊷ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE CAX"@en .

<http://lexvo.org/id/char/A2B8> a lvont:Character ;
    lvont:represents "ꊸ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE CA"@en .

<http://lexvo.org/id/char/A2B9> a lvont:Character ;
    lvont:represents "ꊹ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE CAP"@en .

<http://lexvo.org/id/char/A2BA> a lvont:Character ;
    lvont:represents "ꊺ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE CUOX"@en .

<http://lexvo.org/id/char/A2BB> a lvont:Character ;
    lvont:represents "ꊻ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE CUO"@en .

<http://lexvo.org/id/char/A2BC> a lvont:Character ;
    lvont:represents "ꊼ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE CUOP"@en .

<http://lexvo.org/id/char/A2BD> a lvont:Character ;
    lvont:represents "ꊽ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE COT"@en .

<http://lexvo.org/id/char/A2BE> a lvont:Character ;
    lvont:represents "ꊾ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE COX"@en .

<http://lexvo.org/id/char/A2BF> a lvont:Character ;
    lvont:represents "ꊿ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE CO"@en .

<http://lexvo.org/id/char/A2C0> a lvont:Character ;
    lvont:represents "ꋀ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE COP"@en .

<http://lexvo.org/id/char/A2C1> a lvont:Character ;
    lvont:represents "ꋁ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE CEX"@en .

<http://lexvo.org/id/char/A2C2> a lvont:Character ;
    lvont:represents "ꋂ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE CE"@en .

<http://lexvo.org/id/char/A2C3> a lvont:Character ;
    lvont:represents "ꋃ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE CEP"@en .

<http://lexvo.org/id/char/A2C4> a lvont:Character ;
    lvont:represents "ꋄ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE CUT"@en .

<http://lexvo.org/id/char/A2C5> a lvont:Character ;
    lvont:represents "ꋅ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE CUX"@en .

<http://lexvo.org/id/char/A2C6> a lvont:Character ;
    lvont:represents "ꋆ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE CU"@en .

<http://lexvo.org/id/char/A2C7> a lvont:Character ;
    lvont:represents "ꋇ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE CUP"@en .

<http://lexvo.org/id/char/A2C8> a lvont:Character ;
    lvont:represents "ꋈ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE CURX"@en .

<http://lexvo.org/id/char/A2C9> a lvont:Character ;
    lvont:represents "ꋉ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE CUR"@en .

<http://lexvo.org/id/char/A2CA> a lvont:Character ;
    lvont:represents "ꋊ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE CYT"@en .

<http://lexvo.org/id/char/A2CB> a lvont:Character ;
    lvont:represents "ꋋ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE CYX"@en .

<http://lexvo.org/id/char/A2CC> a lvont:Character ;
    lvont:represents "ꋌ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE CY"@en .

<http://lexvo.org/id/char/A2CD> a lvont:Character ;
    lvont:represents "ꋍ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE CYP"@en .

<http://lexvo.org/id/char/A2CE> a lvont:Character ;
    lvont:represents "ꋎ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE CYRX"@en .

<http://lexvo.org/id/char/A2CF> a lvont:Character ;
    lvont:represents "ꋏ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE CYR"@en .

<http://lexvo.org/id/char/A2D0> a lvont:Character ;
    lvont:represents "ꋐ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE ZZIT"@en .

<http://lexvo.org/id/char/A2D1> a lvont:Character ;
    lvont:represents "ꋑ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE ZZIX"@en .

<http://lexvo.org/id/char/A2D2> a lvont:Character ;
    lvont:represents "ꋒ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE ZZI"@en .

<http://lexvo.org/id/char/A2D3> a lvont:Character ;
    lvont:represents "ꋓ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE ZZIP"@en .

<http://lexvo.org/id/char/A2D4> a lvont:Character ;
    lvont:represents "ꋔ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE ZZIET"@en .

<http://lexvo.org/id/char/A2D5> a lvont:Character ;
    lvont:represents "ꋕ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE ZZIEX"@en .

<http://lexvo.org/id/char/A2D6> a lvont:Character ;
    lvont:represents "ꋖ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE ZZIE"@en .

<http://lexvo.org/id/char/A2D7> a lvont:Character ;
    lvont:represents "ꋗ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE ZZIEP"@en .

<http://lexvo.org/id/char/A2D8> a lvont:Character ;
    lvont:represents "ꋘ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE ZZAT"@en .

<http://lexvo.org/id/char/A2D9> a lvont:Character ;
    lvont:represents "ꋙ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE ZZAX"@en .

<http://lexvo.org/id/char/A2DA> a lvont:Character ;
    lvont:represents "ꋚ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE ZZA"@en .

<http://lexvo.org/id/char/A2DB> a lvont:Character ;
    lvont:represents "ꋛ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE ZZAP"@en .

<http://lexvo.org/id/char/A2DC> a lvont:Character ;
    lvont:represents "ꋜ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE ZZOX"@en .

<http://lexvo.org/id/char/A2DD> a lvont:Character ;
    lvont:represents "ꋝ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE ZZO"@en .

<http://lexvo.org/id/char/A2DE> a lvont:Character ;
    lvont:represents "ꋞ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE ZZOP"@en .

<http://lexvo.org/id/char/A2DF> a lvont:Character ;
    lvont:represents "ꋟ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE ZZEX"@en .

<http://lexvo.org/id/char/A2E0> a lvont:Character ;
    lvont:represents "ꋠ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE ZZE"@en .

<http://lexvo.org/id/char/A2E1> a lvont:Character ;
    lvont:represents "ꋡ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE ZZEP"@en .

<http://lexvo.org/id/char/A2E2> a lvont:Character ;
    lvont:represents "ꋢ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE ZZUX"@en .

<http://lexvo.org/id/char/A2E3> a lvont:Character ;
    lvont:represents "ꋣ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE ZZU"@en .

<http://lexvo.org/id/char/A2E4> a lvont:Character ;
    lvont:represents "ꋤ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE ZZUP"@en .

<http://lexvo.org/id/char/A2E5> a lvont:Character ;
    lvont:represents "ꋥ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE ZZURX"@en .

<http://lexvo.org/id/char/A2E6> a lvont:Character ;
    lvont:represents "ꋦ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE ZZUR"@en .

<http://lexvo.org/id/char/A2E7> a lvont:Character ;
    lvont:represents "ꋧ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE ZZYT"@en .

<http://lexvo.org/id/char/A2E8> a lvont:Character ;
    lvont:represents "ꋨ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE ZZYX"@en .

<http://lexvo.org/id/char/A2E9> a lvont:Character ;
    lvont:represents "ꋩ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE ZZY"@en .

<http://lexvo.org/id/char/A2EA> a lvont:Character ;
    lvont:represents "ꋪ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE ZZYP"@en .

<http://lexvo.org/id/char/A2EB> a lvont:Character ;
    lvont:represents "ꋫ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE ZZYRX"@en .

<http://lexvo.org/id/char/A2EC> a lvont:Character ;
    lvont:represents "ꋬ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE ZZYR"@en .

<http://lexvo.org/id/char/A2ED> a lvont:Character ;
    lvont:represents "ꋭ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE NZIT"@en .

<http://lexvo.org/id/char/A2EE> a lvont:Character ;
    lvont:represents "ꋮ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE NZIX"@en .

<http://lexvo.org/id/char/A2EF> a lvont:Character ;
    lvont:represents "ꋯ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE NZI"@en .

<http://lexvo.org/id/char/A2F0> a lvont:Character ;
    lvont:represents "ꋰ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE NZIP"@en .

<http://lexvo.org/id/char/A2F1> a lvont:Character ;
    lvont:represents "ꋱ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE NZIEX"@en .

<http://lexvo.org/id/char/A2F2> a lvont:Character ;
    lvont:represents "ꋲ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE NZIE"@en .

<http://lexvo.org/id/char/A2F3> a lvont:Character ;
    lvont:represents "ꋳ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE NZIEP"@en .

<http://lexvo.org/id/char/A2F4> a lvont:Character ;
    lvont:represents "ꋴ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE NZAT"@en .

<http://lexvo.org/id/char/A2F5> a lvont:Character ;
    lvont:represents "ꋵ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE NZAX"@en .

<http://lexvo.org/id/char/A2F6> a lvont:Character ;
    lvont:represents "ꋶ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE NZA"@en .

<http://lexvo.org/id/char/A2F7> a lvont:Character ;
    lvont:represents "ꋷ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE NZAP"@en .

<http://lexvo.org/id/char/A2F8> a lvont:Character ;
    lvont:represents "ꋸ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE NZUOX"@en .

<http://lexvo.org/id/char/A2F9> a lvont:Character ;
    lvont:represents "ꋹ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE NZUO"@en .

<http://lexvo.org/id/char/A2FA> a lvont:Character ;
    lvont:represents "ꋺ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE NZOX"@en .

<http://lexvo.org/id/char/A2FB> a lvont:Character ;
    lvont:represents "ꋻ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE NZOP"@en .

<http://lexvo.org/id/char/A2FC> a lvont:Character ;
    lvont:represents "ꋼ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE NZEX"@en .

<http://lexvo.org/id/char/A2FD> a lvont:Character ;
    lvont:represents "ꋽ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE NZE"@en .

<http://lexvo.org/id/char/A2FE> a lvont:Character ;
    lvont:represents "ꋾ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE NZUX"@en .

<http://lexvo.org/id/char/A2FF> a lvont:Character ;
    lvont:represents "ꋿ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE NZU"@en .

<http://lexvo.org/id/char/A300> a lvont:Character ;
    lvont:represents "ꌀ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE NZUP"@en .

<http://lexvo.org/id/char/A301> a lvont:Character ;
    lvont:represents "ꌁ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE NZURX"@en .

<http://lexvo.org/id/char/A302> a lvont:Character ;
    lvont:represents "ꌂ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE NZUR"@en .

<http://lexvo.org/id/char/A303> a lvont:Character ;
    lvont:represents "ꌃ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE NZYT"@en .

<http://lexvo.org/id/char/A304> a lvont:Character ;
    lvont:represents "ꌄ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE NZYX"@en .

<http://lexvo.org/id/char/A305> a lvont:Character ;
    lvont:represents "ꌅ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE NZY"@en .

<http://lexvo.org/id/char/A306> a lvont:Character ;
    lvont:represents "ꌆ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE NZYP"@en .

<http://lexvo.org/id/char/A307> a lvont:Character ;
    lvont:represents "ꌇ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE NZYRX"@en .

<http://lexvo.org/id/char/A308> a lvont:Character ;
    lvont:represents "ꌈ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE NZYR"@en .

<http://lexvo.org/id/char/A309> a lvont:Character ;
    lvont:represents "ꌉ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE SIT"@en .

<http://lexvo.org/id/char/A30A> a lvont:Character ;
    lvont:represents "ꌊ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE SIX"@en .

<http://lexvo.org/id/char/A30B> a lvont:Character ;
    lvont:represents "ꌋ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE SI"@en .

<http://lexvo.org/id/char/A30C> a lvont:Character ;
    lvont:represents "ꌌ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE SIP"@en .

<http://lexvo.org/id/char/A30D> a lvont:Character ;
    lvont:represents "ꌍ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE SIEX"@en .

<http://lexvo.org/id/char/A30E> a lvont:Character ;
    lvont:represents "ꌎ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE SIE"@en .

<http://lexvo.org/id/char/A30F> a lvont:Character ;
    lvont:represents "ꌏ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE SIEP"@en .

<http://lexvo.org/id/char/A310> a lvont:Character ;
    lvont:represents "ꌐ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE SAT"@en .

<http://lexvo.org/id/char/A311> a lvont:Character ;
    lvont:represents "ꌑ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE SAX"@en .

<http://lexvo.org/id/char/A312> a lvont:Character ;
    lvont:represents "ꌒ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE SA"@en .

<http://lexvo.org/id/char/A313> a lvont:Character ;
    lvont:represents "ꌓ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE SAP"@en .

<http://lexvo.org/id/char/A314> a lvont:Character ;
    lvont:represents "ꌔ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE SUOX"@en .

<http://lexvo.org/id/char/A315> a lvont:Character ;
    lvont:represents "ꌕ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE SUO"@en .

<http://lexvo.org/id/char/A316> a lvont:Character ;
    lvont:represents "ꌖ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE SUOP"@en .

<http://lexvo.org/id/char/A317> a lvont:Character ;
    lvont:represents "ꌗ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE SOT"@en .

<http://lexvo.org/id/char/A318> a lvont:Character ;
    lvont:represents "ꌘ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE SOX"@en .

<http://lexvo.org/id/char/A319> a lvont:Character ;
    lvont:represents "ꌙ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE SO"@en .

<http://lexvo.org/id/char/A31A> a lvont:Character ;
    lvont:represents "ꌚ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE SOP"@en .

<http://lexvo.org/id/char/A31B> a lvont:Character ;
    lvont:represents "ꌛ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE SEX"@en .

<http://lexvo.org/id/char/A31C> a lvont:Character ;
    lvont:represents "ꌜ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE SE"@en .

<http://lexvo.org/id/char/A31D> a lvont:Character ;
    lvont:represents "ꌝ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE SEP"@en .

<http://lexvo.org/id/char/A31E> a lvont:Character ;
    lvont:represents "ꌞ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE SUT"@en .

<http://lexvo.org/id/char/A31F> a lvont:Character ;
    lvont:represents "ꌟ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE SUX"@en .

<http://lexvo.org/id/char/A320> a lvont:Character ;
    lvont:represents "ꌠ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE SU"@en .

<http://lexvo.org/id/char/A321> a lvont:Character ;
    lvont:represents "ꌡ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE SUP"@en .

<http://lexvo.org/id/char/A322> a lvont:Character ;
    lvont:represents "ꌢ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE SURX"@en .

<http://lexvo.org/id/char/A323> a lvont:Character ;
    lvont:represents "ꌣ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE SUR"@en .

<http://lexvo.org/id/char/A324> a lvont:Character ;
    lvont:represents "ꌤ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE SYT"@en .

<http://lexvo.org/id/char/A325> a lvont:Character ;
    lvont:represents "ꌥ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE SYX"@en .

<http://lexvo.org/id/char/A326> a lvont:Character ;
    lvont:represents "ꌦ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE SY"@en .

<http://lexvo.org/id/char/A327> a lvont:Character ;
    lvont:represents "ꌧ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE SYP"@en .

<http://lexvo.org/id/char/A328> a lvont:Character ;
    lvont:represents "ꌨ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE SYRX"@en .

<http://lexvo.org/id/char/A329> a lvont:Character ;
    lvont:represents "ꌩ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE SYR"@en .

<http://lexvo.org/id/char/A32A> a lvont:Character ;
    lvont:represents "ꌪ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE SSIT"@en .

<http://lexvo.org/id/char/A32B> a lvont:Character ;
    lvont:represents "ꌫ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE SSIX"@en .

<http://lexvo.org/id/char/A32C> a lvont:Character ;
    lvont:represents "ꌬ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE SSI"@en .

<http://lexvo.org/id/char/A32D> a lvont:Character ;
    lvont:represents "ꌭ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE SSIP"@en .

<http://lexvo.org/id/char/A32E> a lvont:Character ;
    lvont:represents "ꌮ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE SSIEX"@en .

<http://lexvo.org/id/char/A32F> a lvont:Character ;
    lvont:represents "ꌯ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE SSIE"@en .

<http://lexvo.org/id/char/A330> a lvont:Character ;
    lvont:represents "ꌰ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE SSIEP"@en .

<http://lexvo.org/id/char/A331> a lvont:Character ;
    lvont:represents "ꌱ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE SSAT"@en .

<http://lexvo.org/id/char/A332> a lvont:Character ;
    lvont:represents "ꌲ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE SSAX"@en .

<http://lexvo.org/id/char/A333> a lvont:Character ;
    lvont:represents "ꌳ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE SSA"@en .

<http://lexvo.org/id/char/A334> a lvont:Character ;
    lvont:represents "ꌴ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE SSAP"@en .

<http://lexvo.org/id/char/A335> a lvont:Character ;
    lvont:represents "ꌵ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE SSOT"@en .

<http://lexvo.org/id/char/A336> a lvont:Character ;
    lvont:represents "ꌶ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE SSOX"@en .

<http://lexvo.org/id/char/A337> a lvont:Character ;
    lvont:represents "ꌷ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE SSO"@en .

<http://lexvo.org/id/char/A338> a lvont:Character ;
    lvont:represents "ꌸ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE SSOP"@en .

<http://lexvo.org/id/char/A339> a lvont:Character ;
    lvont:represents "ꌹ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE SSEX"@en .

<http://lexvo.org/id/char/A33A> a lvont:Character ;
    lvont:represents "ꌺ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE SSE"@en .

<http://lexvo.org/id/char/A33B> a lvont:Character ;
    lvont:represents "ꌻ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE SSEP"@en .

<http://lexvo.org/id/char/A33C> a lvont:Character ;
    lvont:represents "ꌼ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE SSUT"@en .

<http://lexvo.org/id/char/A33D> a lvont:Character ;
    lvont:represents "ꌽ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE SSUX"@en .

<http://lexvo.org/id/char/A33E> a lvont:Character ;
    lvont:represents "ꌾ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE SSU"@en .

<http://lexvo.org/id/char/A33F> a lvont:Character ;
    lvont:represents "ꌿ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE SSUP"@en .

<http://lexvo.org/id/char/A340> a lvont:Character ;
    lvont:represents "ꍀ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE SSYT"@en .

<http://lexvo.org/id/char/A341> a lvont:Character ;
    lvont:represents "ꍁ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE SSYX"@en .

<http://lexvo.org/id/char/A342> a lvont:Character ;
    lvont:represents "ꍂ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE SSY"@en .

<http://lexvo.org/id/char/A343> a lvont:Character ;
    lvont:represents "ꍃ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE SSYP"@en .

<http://lexvo.org/id/char/A344> a lvont:Character ;
    lvont:represents "ꍄ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE SSYRX"@en .

<http://lexvo.org/id/char/A345> a lvont:Character ;
    lvont:represents "ꍅ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE SSYR"@en .

<http://lexvo.org/id/char/A346> a lvont:Character ;
    lvont:represents "ꍆ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE ZHAT"@en .

<http://lexvo.org/id/char/A347> a lvont:Character ;
    lvont:represents "ꍇ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE ZHAX"@en .

<http://lexvo.org/id/char/A348> a lvont:Character ;
    lvont:represents "ꍈ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE ZHA"@en .

<http://lexvo.org/id/char/A349> a lvont:Character ;
    lvont:represents "ꍉ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE ZHAP"@en .

<http://lexvo.org/id/char/A34A> a lvont:Character ;
    lvont:represents "ꍊ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE ZHUOX"@en .

<http://lexvo.org/id/char/A34B> a lvont:Character ;
    lvont:represents "ꍋ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE ZHUO"@en .

<http://lexvo.org/id/char/A34C> a lvont:Character ;
    lvont:represents "ꍌ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE ZHUOP"@en .

<http://lexvo.org/id/char/A34D> a lvont:Character ;
    lvont:represents "ꍍ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE ZHOT"@en .

<http://lexvo.org/id/char/A34E> a lvont:Character ;
    lvont:represents "ꍎ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE ZHOX"@en .

<http://lexvo.org/id/char/A34F> a lvont:Character ;
    lvont:represents "ꍏ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE ZHO"@en .

<http://lexvo.org/id/char/A350> a lvont:Character ;
    lvont:represents "ꍐ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE ZHOP"@en .

<http://lexvo.org/id/char/A351> a lvont:Character ;
    lvont:represents "ꍑ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE ZHET"@en .

<http://lexvo.org/id/char/A352> a lvont:Character ;
    lvont:represents "ꍒ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE ZHEX"@en .

<http://lexvo.org/id/char/A353> a lvont:Character ;
    lvont:represents "ꍓ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE ZHE"@en .

<http://lexvo.org/id/char/A354> a lvont:Character ;
    lvont:represents "ꍔ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE ZHEP"@en .

<http://lexvo.org/id/char/A355> a lvont:Character ;
    lvont:represents "ꍕ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE ZHUT"@en .

<http://lexvo.org/id/char/A356> a lvont:Character ;
    lvont:represents "ꍖ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE ZHUX"@en .

<http://lexvo.org/id/char/A357> a lvont:Character ;
    lvont:represents "ꍗ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE ZHU"@en .

<http://lexvo.org/id/char/A358> a lvont:Character ;
    lvont:represents "ꍘ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE ZHUP"@en .

<http://lexvo.org/id/char/A359> a lvont:Character ;
    lvont:represents "ꍙ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE ZHURX"@en .

<http://lexvo.org/id/char/A35A> a lvont:Character ;
    lvont:represents "ꍚ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE ZHUR"@en .

<http://lexvo.org/id/char/A35B> a lvont:Character ;
    lvont:represents "ꍛ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE ZHYT"@en .

<http://lexvo.org/id/char/A35C> a lvont:Character ;
    lvont:represents "ꍜ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE ZHYX"@en .

<http://lexvo.org/id/char/A35D> a lvont:Character ;
    lvont:represents "ꍝ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE ZHY"@en .

<http://lexvo.org/id/char/A35E> a lvont:Character ;
    lvont:represents "ꍞ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE ZHYP"@en .

<http://lexvo.org/id/char/A35F> a lvont:Character ;
    lvont:represents "ꍟ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE ZHYRX"@en .

<http://lexvo.org/id/char/A360> a lvont:Character ;
    lvont:represents "ꍠ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE ZHYR"@en .

<http://lexvo.org/id/char/A361> a lvont:Character ;
    lvont:represents "ꍡ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE CHAT"@en .

<http://lexvo.org/id/char/A362> a lvont:Character ;
    lvont:represents "ꍢ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE CHAX"@en .

<http://lexvo.org/id/char/A363> a lvont:Character ;
    lvont:represents "ꍣ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE CHA"@en .

<http://lexvo.org/id/char/A364> a lvont:Character ;
    lvont:represents "ꍤ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE CHAP"@en .

<http://lexvo.org/id/char/A365> a lvont:Character ;
    lvont:represents "ꍥ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE CHUOT"@en .

<http://lexvo.org/id/char/A366> a lvont:Character ;
    lvont:represents "ꍦ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE CHUOX"@en .

<http://lexvo.org/id/char/A367> a lvont:Character ;
    lvont:represents "ꍧ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE CHUO"@en .

<http://lexvo.org/id/char/A368> a lvont:Character ;
    lvont:represents "ꍨ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE CHUOP"@en .

<http://lexvo.org/id/char/A369> a lvont:Character ;
    lvont:represents "ꍩ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE CHOT"@en .

<http://lexvo.org/id/char/A36A> a lvont:Character ;
    lvont:represents "ꍪ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE CHOX"@en .

<http://lexvo.org/id/char/A36B> a lvont:Character ;
    lvont:represents "ꍫ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE CHO"@en .

<http://lexvo.org/id/char/A36C> a lvont:Character ;
    lvont:represents "ꍬ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE CHOP"@en .

<http://lexvo.org/id/char/A36D> a lvont:Character ;
    lvont:represents "ꍭ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE CHET"@en .

<http://lexvo.org/id/char/A36E> a lvont:Character ;
    lvont:represents "ꍮ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE CHEX"@en .

<http://lexvo.org/id/char/A36F> a lvont:Character ;
    lvont:represents "ꍯ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE CHE"@en .

<http://lexvo.org/id/char/A370> a lvont:Character ;
    lvont:represents "ꍰ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE CHEP"@en .

<http://lexvo.org/id/char/A371> a lvont:Character ;
    lvont:represents "ꍱ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE CHUX"@en .

<http://lexvo.org/id/char/A372> a lvont:Character ;
    lvont:represents "ꍲ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE CHU"@en .

<http://lexvo.org/id/char/A373> a lvont:Character ;
    lvont:represents "ꍳ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE CHUP"@en .

<http://lexvo.org/id/char/A374> a lvont:Character ;
    lvont:represents "ꍴ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE CHURX"@en .

<http://lexvo.org/id/char/A375> a lvont:Character ;
    lvont:represents "ꍵ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE CHUR"@en .

<http://lexvo.org/id/char/A376> a lvont:Character ;
    lvont:represents "ꍶ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE CHYT"@en .

<http://lexvo.org/id/char/A377> a lvont:Character ;
    lvont:represents "ꍷ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE CHYX"@en .

<http://lexvo.org/id/char/A378> a lvont:Character ;
    lvont:represents "ꍸ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE CHY"@en .

<http://lexvo.org/id/char/A379> a lvont:Character ;
    lvont:represents "ꍹ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE CHYP"@en .

<http://lexvo.org/id/char/A37A> a lvont:Character ;
    lvont:represents "ꍺ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE CHYRX"@en .

<http://lexvo.org/id/char/A37B> a lvont:Character ;
    lvont:represents "ꍻ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE CHYR"@en .

<http://lexvo.org/id/char/A37C> a lvont:Character ;
    lvont:represents "ꍼ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE RRAX"@en .

<http://lexvo.org/id/char/A37D> a lvont:Character ;
    lvont:represents "ꍽ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE RRA"@en .

<http://lexvo.org/id/char/A37E> a lvont:Character ;
    lvont:represents "ꍾ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE RRUOX"@en .

<http://lexvo.org/id/char/A37F> a lvont:Character ;
    lvont:represents "ꍿ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE RRUO"@en .

<http://lexvo.org/id/char/A380> a lvont:Character ;
    lvont:represents "ꎀ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE RROT"@en .

<http://lexvo.org/id/char/A381> a lvont:Character ;
    lvont:represents "ꎁ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE RROX"@en .

<http://lexvo.org/id/char/A382> a lvont:Character ;
    lvont:represents "ꎂ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE RRO"@en .

<http://lexvo.org/id/char/A383> a lvont:Character ;
    lvont:represents "ꎃ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE RROP"@en .

<http://lexvo.org/id/char/A384> a lvont:Character ;
    lvont:represents "ꎄ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE RRET"@en .

<http://lexvo.org/id/char/A385> a lvont:Character ;
    lvont:represents "ꎅ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE RREX"@en .

<http://lexvo.org/id/char/A386> a lvont:Character ;
    lvont:represents "ꎆ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE RRE"@en .

<http://lexvo.org/id/char/A387> a lvont:Character ;
    lvont:represents "ꎇ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE RREP"@en .

<http://lexvo.org/id/char/A388> a lvont:Character ;
    lvont:represents "ꎈ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE RRUT"@en .

<http://lexvo.org/id/char/A389> a lvont:Character ;
    lvont:represents "ꎉ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE RRUX"@en .

<http://lexvo.org/id/char/A38A> a lvont:Character ;
    lvont:represents "ꎊ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE RRU"@en .

<http://lexvo.org/id/char/A38B> a lvont:Character ;
    lvont:represents "ꎋ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE RRUP"@en .

<http://lexvo.org/id/char/A38C> a lvont:Character ;
    lvont:represents "ꎌ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE RRURX"@en .

<http://lexvo.org/id/char/A38D> a lvont:Character ;
    lvont:represents "ꎍ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE RRUR"@en .

<http://lexvo.org/id/char/A38E> a lvont:Character ;
    lvont:represents "ꎎ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE RRYT"@en .

<http://lexvo.org/id/char/A38F> a lvont:Character ;
    lvont:represents "ꎏ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE RRYX"@en .

<http://lexvo.org/id/char/A390> a lvont:Character ;
    lvont:represents "ꎐ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE RRY"@en .

<http://lexvo.org/id/char/A391> a lvont:Character ;
    lvont:represents "ꎑ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE RRYP"@en .

<http://lexvo.org/id/char/A392> a lvont:Character ;
    lvont:represents "ꎒ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE RRYRX"@en .

<http://lexvo.org/id/char/A393> a lvont:Character ;
    lvont:represents "ꎓ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE RRYR"@en .

<http://lexvo.org/id/char/A394> a lvont:Character ;
    lvont:represents "ꎔ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE NRAT"@en .

<http://lexvo.org/id/char/A395> a lvont:Character ;
    lvont:represents "ꎕ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE NRAX"@en .

<http://lexvo.org/id/char/A396> a lvont:Character ;
    lvont:represents "ꎖ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE NRA"@en .

<http://lexvo.org/id/char/A397> a lvont:Character ;
    lvont:represents "ꎗ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE NRAP"@en .

<http://lexvo.org/id/char/A398> a lvont:Character ;
    lvont:represents "ꎘ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE NROX"@en .

<http://lexvo.org/id/char/A399> a lvont:Character ;
    lvont:represents "ꎙ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE NRO"@en .

<http://lexvo.org/id/char/A39A> a lvont:Character ;
    lvont:represents "ꎚ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE NROP"@en .

<http://lexvo.org/id/char/A39B> a lvont:Character ;
    lvont:represents "ꎛ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE NRET"@en .

<http://lexvo.org/id/char/A39C> a lvont:Character ;
    lvont:represents "ꎜ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE NREX"@en .

<http://lexvo.org/id/char/A39D> a lvont:Character ;
    lvont:represents "ꎝ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE NRE"@en .

<http://lexvo.org/id/char/A39E> a lvont:Character ;
    lvont:represents "ꎞ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE NREP"@en .

<http://lexvo.org/id/char/A39F> a lvont:Character ;
    lvont:represents "ꎟ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE NRUT"@en .

<http://lexvo.org/id/char/A3A0> a lvont:Character ;
    lvont:represents "ꎠ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE NRUX"@en .

<http://lexvo.org/id/char/A3A1> a lvont:Character ;
    lvont:represents "ꎡ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE NRU"@en .

<http://lexvo.org/id/char/A3A2> a lvont:Character ;
    lvont:represents "ꎢ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE NRUP"@en .

<http://lexvo.org/id/char/A3A3> a lvont:Character ;
    lvont:represents "ꎣ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE NRURX"@en .

<http://lexvo.org/id/char/A3A4> a lvont:Character ;
    lvont:represents "ꎤ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE NRUR"@en .

<http://lexvo.org/id/char/A3A5> a lvont:Character ;
    lvont:represents "ꎥ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE NRYT"@en .

<http://lexvo.org/id/char/A3A6> a lvont:Character ;
    lvont:represents "ꎦ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE NRYX"@en .

<http://lexvo.org/id/char/A3A7> a lvont:Character ;
    lvont:represents "ꎧ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE NRY"@en .

<http://lexvo.org/id/char/A3A8> a lvont:Character ;
    lvont:represents "ꎨ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE NRYP"@en .

<http://lexvo.org/id/char/A3A9> a lvont:Character ;
    lvont:represents "ꎩ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE NRYRX"@en .

<http://lexvo.org/id/char/A3AA> a lvont:Character ;
    lvont:represents "ꎪ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE NRYR"@en .

<http://lexvo.org/id/char/A3AB> a lvont:Character ;
    lvont:represents "ꎫ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE SHAT"@en .

<http://lexvo.org/id/char/A3AC> a lvont:Character ;
    lvont:represents "ꎬ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE SHAX"@en .

<http://lexvo.org/id/char/A3AD> a lvont:Character ;
    lvont:represents "ꎭ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE SHA"@en .

<http://lexvo.org/id/char/A3AE> a lvont:Character ;
    lvont:represents "ꎮ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE SHAP"@en .

<http://lexvo.org/id/char/A3AF> a lvont:Character ;
    lvont:represents "ꎯ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE SHUOX"@en .

<http://lexvo.org/id/char/A3B0> a lvont:Character ;
    lvont:represents "ꎰ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE SHUO"@en .

<http://lexvo.org/id/char/A3B1> a lvont:Character ;
    lvont:represents "ꎱ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE SHUOP"@en .

<http://lexvo.org/id/char/A3B2> a lvont:Character ;
    lvont:represents "ꎲ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE SHOT"@en .

<http://lexvo.org/id/char/A3B3> a lvont:Character ;
    lvont:represents "ꎳ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE SHOX"@en .

<http://lexvo.org/id/char/A3B4> a lvont:Character ;
    lvont:represents "ꎴ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE SHO"@en .

<http://lexvo.org/id/char/A3B5> a lvont:Character ;
    lvont:represents "ꎵ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE SHOP"@en .

<http://lexvo.org/id/char/A3B6> a lvont:Character ;
    lvont:represents "ꎶ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE SHET"@en .

<http://lexvo.org/id/char/A3B7> a lvont:Character ;
    lvont:represents "ꎷ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE SHEX"@en .

<http://lexvo.org/id/char/A3B8> a lvont:Character ;
    lvont:represents "ꎸ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE SHE"@en .

<http://lexvo.org/id/char/A3B9> a lvont:Character ;
    lvont:represents "ꎹ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE SHEP"@en .

<http://lexvo.org/id/char/A3BA> a lvont:Character ;
    lvont:represents "ꎺ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE SHUT"@en .

<http://lexvo.org/id/char/A3BB> a lvont:Character ;
    lvont:represents "ꎻ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE SHUX"@en .

<http://lexvo.org/id/char/A3BC> a lvont:Character ;
    lvont:represents "ꎼ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE SHU"@en .

<http://lexvo.org/id/char/A3BD> a lvont:Character ;
    lvont:represents "ꎽ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE SHUP"@en .

<http://lexvo.org/id/char/A3BE> a lvont:Character ;
    lvont:represents "ꎾ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE SHURX"@en .

<http://lexvo.org/id/char/A3BF> a lvont:Character ;
    lvont:represents "ꎿ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE SHUR"@en .

<http://lexvo.org/id/char/A3C0> a lvont:Character ;
    lvont:represents "ꏀ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE SHYT"@en .

<http://lexvo.org/id/char/A3C1> a lvont:Character ;
    lvont:represents "ꏁ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE SHYX"@en .

<http://lexvo.org/id/char/A3C2> a lvont:Character ;
    lvont:represents "ꏂ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE SHY"@en .

<http://lexvo.org/id/char/A3C3> a lvont:Character ;
    lvont:represents "ꏃ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE SHYP"@en .

<http://lexvo.org/id/char/A3C4> a lvont:Character ;
    lvont:represents "ꏄ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE SHYRX"@en .

<http://lexvo.org/id/char/A3C5> a lvont:Character ;
    lvont:represents "ꏅ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE SHYR"@en .

<http://lexvo.org/id/char/A3C6> a lvont:Character ;
    lvont:represents "ꏆ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE RAT"@en .

<http://lexvo.org/id/char/A3C7> a lvont:Character ;
    lvont:represents "ꏇ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE RAX"@en .

<http://lexvo.org/id/char/A3C8> a lvont:Character ;
    lvont:represents "ꏈ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE RA"@en .

<http://lexvo.org/id/char/A3C9> a lvont:Character ;
    lvont:represents "ꏉ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE RAP"@en .

<http://lexvo.org/id/char/A3CA> a lvont:Character ;
    lvont:represents "ꏊ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE RUOX"@en .

<http://lexvo.org/id/char/A3CB> a lvont:Character ;
    lvont:represents "ꏋ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE RUO"@en .

<http://lexvo.org/id/char/A3CC> a lvont:Character ;
    lvont:represents "ꏌ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE RUOP"@en .

<http://lexvo.org/id/char/A3CD> a lvont:Character ;
    lvont:represents "ꏍ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE ROT"@en .

<http://lexvo.org/id/char/A3CE> a lvont:Character ;
    lvont:represents "ꏎ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE ROX"@en .

<http://lexvo.org/id/char/A3CF> a lvont:Character ;
    lvont:represents "ꏏ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE RO"@en .

<http://lexvo.org/id/char/A3D0> a lvont:Character ;
    lvont:represents "ꏐ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE ROP"@en .

<http://lexvo.org/id/char/A3D1> a lvont:Character ;
    lvont:represents "ꏑ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE REX"@en .

<http://lexvo.org/id/char/A3D2> a lvont:Character ;
    lvont:represents "ꏒ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE RE"@en .

<http://lexvo.org/id/char/A3D3> a lvont:Character ;
    lvont:represents "ꏓ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE REP"@en .

<http://lexvo.org/id/char/A3D4> a lvont:Character ;
    lvont:represents "ꏔ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE RUT"@en .

<http://lexvo.org/id/char/A3D5> a lvont:Character ;
    lvont:represents "ꏕ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE RUX"@en .

<http://lexvo.org/id/char/A3D6> a lvont:Character ;
    lvont:represents "ꏖ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE RU"@en .

<http://lexvo.org/id/char/A3D7> a lvont:Character ;
    lvont:represents "ꏗ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE RUP"@en .

<http://lexvo.org/id/char/A3D8> a lvont:Character ;
    lvont:represents "ꏘ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE RURX"@en .

<http://lexvo.org/id/char/A3D9> a lvont:Character ;
    lvont:represents "ꏙ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE RUR"@en .

<http://lexvo.org/id/char/A3DA> a lvont:Character ;
    lvont:represents "ꏚ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE RYT"@en .

<http://lexvo.org/id/char/A3DB> a lvont:Character ;
    lvont:represents "ꏛ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE RYX"@en .

<http://lexvo.org/id/char/A3DC> a lvont:Character ;
    lvont:represents "ꏜ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE RY"@en .

<http://lexvo.org/id/char/A3DD> a lvont:Character ;
    lvont:represents "ꏝ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE RYP"@en .

<http://lexvo.org/id/char/A3DE> a lvont:Character ;
    lvont:represents "ꏞ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE RYRX"@en .

<http://lexvo.org/id/char/A3DF> a lvont:Character ;
    lvont:represents "ꏟ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE RYR"@en .

<http://lexvo.org/id/char/A3E0> a lvont:Character ;
    lvont:represents "ꏠ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE JIT"@en .

<http://lexvo.org/id/char/A3E1> a lvont:Character ;
    lvont:represents "ꏡ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE JIX"@en .

<http://lexvo.org/id/char/A3E2> a lvont:Character ;
    lvont:represents "ꏢ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE JI"@en .

<http://lexvo.org/id/char/A3E3> a lvont:Character ;
    lvont:represents "ꏣ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE JIP"@en .

<http://lexvo.org/id/char/A3E4> a lvont:Character ;
    lvont:represents "ꏤ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE JIET"@en .

<http://lexvo.org/id/char/A3E5> a lvont:Character ;
    lvont:represents "ꏥ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE JIEX"@en .

<http://lexvo.org/id/char/A3E6> a lvont:Character ;
    lvont:represents "ꏦ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE JIE"@en .

<http://lexvo.org/id/char/A3E7> a lvont:Character ;
    lvont:represents "ꏧ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE JIEP"@en .

<http://lexvo.org/id/char/A3E8> a lvont:Character ;
    lvont:represents "ꏨ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE JUOT"@en .

<http://lexvo.org/id/char/A3E9> a lvont:Character ;
    lvont:represents "ꏩ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE JUOX"@en .

<http://lexvo.org/id/char/A3EA> a lvont:Character ;
    lvont:represents "ꏪ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE JUO"@en .

<http://lexvo.org/id/char/A3EB> a lvont:Character ;
    lvont:represents "ꏫ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE JUOP"@en .

<http://lexvo.org/id/char/A3EC> a lvont:Character ;
    lvont:represents "ꏬ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE JOT"@en .

<http://lexvo.org/id/char/A3ED> a lvont:Character ;
    lvont:represents "ꏭ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE JOX"@en .

<http://lexvo.org/id/char/A3EE> a lvont:Character ;
    lvont:represents "ꏮ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE JO"@en .

<http://lexvo.org/id/char/A3EF> a lvont:Character ;
    lvont:represents "ꏯ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE JOP"@en .

<http://lexvo.org/id/char/A3F0> a lvont:Character ;
    lvont:represents "ꏰ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE JUT"@en .

<http://lexvo.org/id/char/A3F1> a lvont:Character ;
    lvont:represents "ꏱ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE JUX"@en .

<http://lexvo.org/id/char/A3F2> a lvont:Character ;
    lvont:represents "ꏲ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE JU"@en .

<http://lexvo.org/id/char/A3F3> a lvont:Character ;
    lvont:represents "ꏳ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE JUP"@en .

<http://lexvo.org/id/char/A3F4> a lvont:Character ;
    lvont:represents "ꏴ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE JURX"@en .

<http://lexvo.org/id/char/A3F5> a lvont:Character ;
    lvont:represents "ꏵ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE JUR"@en .

<http://lexvo.org/id/char/A3F6> a lvont:Character ;
    lvont:represents "ꏶ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE JYT"@en .

<http://lexvo.org/id/char/A3F7> a lvont:Character ;
    lvont:represents "ꏷ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE JYX"@en .

<http://lexvo.org/id/char/A3F8> a lvont:Character ;
    lvont:represents "ꏸ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE JY"@en .

<http://lexvo.org/id/char/A3F9> a lvont:Character ;
    lvont:represents "ꏹ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE JYP"@en .

<http://lexvo.org/id/char/A3FA> a lvont:Character ;
    lvont:represents "ꏺ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE JYRX"@en .

<http://lexvo.org/id/char/A3FB> a lvont:Character ;
    lvont:represents "ꏻ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE JYR"@en .

<http://lexvo.org/id/char/A3FC> a lvont:Character ;
    lvont:represents "ꏼ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE QIT"@en .

<http://lexvo.org/id/char/A3FD> a lvont:Character ;
    lvont:represents "ꏽ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE QIX"@en .

<http://lexvo.org/id/char/A3FE> a lvont:Character ;
    lvont:represents "ꏾ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE QI"@en .

<http://lexvo.org/id/char/A3FF> a lvont:Character ;
    lvont:represents "ꏿ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE QIP"@en .

<http://lexvo.org/id/char/A400> a lvont:Character ;
    lvont:represents "ꐀ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE QIET"@en .

<http://lexvo.org/id/char/A401> a lvont:Character ;
    lvont:represents "ꐁ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE QIEX"@en .

<http://lexvo.org/id/char/A402> a lvont:Character ;
    lvont:represents "ꐂ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE QIE"@en .

<http://lexvo.org/id/char/A403> a lvont:Character ;
    lvont:represents "ꐃ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE QIEP"@en .

<http://lexvo.org/id/char/A404> a lvont:Character ;
    lvont:represents "ꐄ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE QUOT"@en .

<http://lexvo.org/id/char/A405> a lvont:Character ;
    lvont:represents "ꐅ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE QUOX"@en .

<http://lexvo.org/id/char/A406> a lvont:Character ;
    lvont:represents "ꐆ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE QUO"@en .

<http://lexvo.org/id/char/A407> a lvont:Character ;
    lvont:represents "ꐇ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE QUOP"@en .

<http://lexvo.org/id/char/A408> a lvont:Character ;
    lvont:represents "ꐈ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE QOT"@en .

<http://lexvo.org/id/char/A409> a lvont:Character ;
    lvont:represents "ꐉ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE QOX"@en .

<http://lexvo.org/id/char/A40A> a lvont:Character ;
    lvont:represents "ꐊ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE QO"@en .

<http://lexvo.org/id/char/A40B> a lvont:Character ;
    lvont:represents "ꐋ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE QOP"@en .

<http://lexvo.org/id/char/A40C> a lvont:Character ;
    lvont:represents "ꐌ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE QUT"@en .

<http://lexvo.org/id/char/A40D> a lvont:Character ;
    lvont:represents "ꐍ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE QUX"@en .

<http://lexvo.org/id/char/A40E> a lvont:Character ;
    lvont:represents "ꐎ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE QU"@en .

<http://lexvo.org/id/char/A40F> a lvont:Character ;
    lvont:represents "ꐏ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE QUP"@en .

<http://lexvo.org/id/char/A410> a lvont:Character ;
    lvont:represents "ꐐ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE QURX"@en .

<http://lexvo.org/id/char/A411> a lvont:Character ;
    lvont:represents "ꐑ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE QUR"@en .

<http://lexvo.org/id/char/A412> a lvont:Character ;
    lvont:represents "ꐒ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE QYT"@en .

<http://lexvo.org/id/char/A413> a lvont:Character ;
    lvont:represents "ꐓ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE QYX"@en .

<http://lexvo.org/id/char/A414> a lvont:Character ;
    lvont:represents "ꐔ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE QY"@en .

<http://lexvo.org/id/char/A415> a lvont:Character ;
    lvont:represents "ꐕ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE QYP"@en .

<http://lexvo.org/id/char/A416> a lvont:Character ;
    lvont:represents "ꐖ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE QYRX"@en .

<http://lexvo.org/id/char/A417> a lvont:Character ;
    lvont:represents "ꐗ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE QYR"@en .

<http://lexvo.org/id/char/A418> a lvont:Character ;
    lvont:represents "ꐘ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE JJIT"@en .

<http://lexvo.org/id/char/A419> a lvont:Character ;
    lvont:represents "ꐙ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE JJIX"@en .

<http://lexvo.org/id/char/A41A> a lvont:Character ;
    lvont:represents "ꐚ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE JJI"@en .

<http://lexvo.org/id/char/A41B> a lvont:Character ;
    lvont:represents "ꐛ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE JJIP"@en .

<http://lexvo.org/id/char/A41C> a lvont:Character ;
    lvont:represents "ꐜ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE JJIET"@en .

<http://lexvo.org/id/char/A41D> a lvont:Character ;
    lvont:represents "ꐝ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE JJIEX"@en .

<http://lexvo.org/id/char/A41E> a lvont:Character ;
    lvont:represents "ꐞ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE JJIE"@en .

<http://lexvo.org/id/char/A41F> a lvont:Character ;
    lvont:represents "ꐟ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE JJIEP"@en .

<http://lexvo.org/id/char/A420> a lvont:Character ;
    lvont:represents "ꐠ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE JJUOX"@en .

<http://lexvo.org/id/char/A421> a lvont:Character ;
    lvont:represents "ꐡ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE JJUO"@en .

<http://lexvo.org/id/char/A422> a lvont:Character ;
    lvont:represents "ꐢ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE JJUOP"@en .

<http://lexvo.org/id/char/A423> a lvont:Character ;
    lvont:represents "ꐣ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE JJOT"@en .

<http://lexvo.org/id/char/A424> a lvont:Character ;
    lvont:represents "ꐤ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE JJOX"@en .

<http://lexvo.org/id/char/A425> a lvont:Character ;
    lvont:represents "ꐥ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE JJO"@en .

<http://lexvo.org/id/char/A426> a lvont:Character ;
    lvont:represents "ꐦ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE JJOP"@en .

<http://lexvo.org/id/char/A427> a lvont:Character ;
    lvont:represents "ꐧ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE JJUT"@en .

<http://lexvo.org/id/char/A428> a lvont:Character ;
    lvont:represents "ꐨ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE JJUX"@en .

<http://lexvo.org/id/char/A429> a lvont:Character ;
    lvont:represents "ꐩ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE JJU"@en .

<http://lexvo.org/id/char/A42A> a lvont:Character ;
    lvont:represents "ꐪ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE JJUP"@en .

<http://lexvo.org/id/char/A42B> a lvont:Character ;
    lvont:represents "ꐫ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE JJURX"@en .

<http://lexvo.org/id/char/A42C> a lvont:Character ;
    lvont:represents "ꐬ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE JJUR"@en .

<http://lexvo.org/id/char/A42D> a lvont:Character ;
    lvont:represents "ꐭ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE JJYT"@en .

<http://lexvo.org/id/char/A42E> a lvont:Character ;
    lvont:represents "ꐮ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE JJYX"@en .

<http://lexvo.org/id/char/A42F> a lvont:Character ;
    lvont:represents "ꐯ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE JJY"@en .

<http://lexvo.org/id/char/A430> a lvont:Character ;
    lvont:represents "ꐰ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE JJYP"@en .

<http://lexvo.org/id/char/A431> a lvont:Character ;
    lvont:represents "ꐱ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE NJIT"@en .

<http://lexvo.org/id/char/A432> a lvont:Character ;
    lvont:represents "ꐲ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE NJIX"@en .

<http://lexvo.org/id/char/A433> a lvont:Character ;
    lvont:represents "ꐳ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE NJI"@en .

<http://lexvo.org/id/char/A434> a lvont:Character ;
    lvont:represents "ꐴ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE NJIP"@en .

<http://lexvo.org/id/char/A435> a lvont:Character ;
    lvont:represents "ꐵ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE NJIET"@en .

<http://lexvo.org/id/char/A436> a lvont:Character ;
    lvont:represents "ꐶ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE NJIEX"@en .

<http://lexvo.org/id/char/A437> a lvont:Character ;
    lvont:represents "ꐷ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE NJIE"@en .

<http://lexvo.org/id/char/A438> a lvont:Character ;
    lvont:represents "ꐸ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE NJIEP"@en .

<http://lexvo.org/id/char/A439> a lvont:Character ;
    lvont:represents "ꐹ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE NJUOX"@en .

<http://lexvo.org/id/char/A43A> a lvont:Character ;
    lvont:represents "ꐺ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE NJUO"@en .

<http://lexvo.org/id/char/A43B> a lvont:Character ;
    lvont:represents "ꐻ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE NJOT"@en .

<http://lexvo.org/id/char/A43C> a lvont:Character ;
    lvont:represents "ꐼ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE NJOX"@en .

<http://lexvo.org/id/char/A43D> a lvont:Character ;
    lvont:represents "ꐽ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE NJO"@en .

<http://lexvo.org/id/char/A43E> a lvont:Character ;
    lvont:represents "ꐾ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE NJOP"@en .

<http://lexvo.org/id/char/A43F> a lvont:Character ;
    lvont:represents "ꐿ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE NJUX"@en .

<http://lexvo.org/id/char/A440> a lvont:Character ;
    lvont:represents "ꑀ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE NJU"@en .

<http://lexvo.org/id/char/A441> a lvont:Character ;
    lvont:represents "ꑁ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE NJUP"@en .

<http://lexvo.org/id/char/A442> a lvont:Character ;
    lvont:represents "ꑂ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE NJURX"@en .

<http://lexvo.org/id/char/A443> a lvont:Character ;
    lvont:represents "ꑃ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE NJUR"@en .

<http://lexvo.org/id/char/A444> a lvont:Character ;
    lvont:represents "ꑄ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE NJYT"@en .

<http://lexvo.org/id/char/A445> a lvont:Character ;
    lvont:represents "ꑅ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE NJYX"@en .

<http://lexvo.org/id/char/A446> a lvont:Character ;
    lvont:represents "ꑆ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE NJY"@en .

<http://lexvo.org/id/char/A447> a lvont:Character ;
    lvont:represents "ꑇ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE NJYP"@en .

<http://lexvo.org/id/char/A448> a lvont:Character ;
    lvont:represents "ꑈ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE NJYRX"@en .

<http://lexvo.org/id/char/A449> a lvont:Character ;
    lvont:represents "ꑉ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE NJYR"@en .

<http://lexvo.org/id/char/A44A> a lvont:Character ;
    lvont:represents "ꑊ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE NYIT"@en .

<http://lexvo.org/id/char/A44B> a lvont:Character ;
    lvont:represents "ꑋ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE NYIX"@en .

<http://lexvo.org/id/char/A44C> a lvont:Character ;
    lvont:represents "ꑌ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE NYI"@en .

<http://lexvo.org/id/char/A44D> a lvont:Character ;
    lvont:represents "ꑍ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE NYIP"@en .

<http://lexvo.org/id/char/A44E> a lvont:Character ;
    lvont:represents "ꑎ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE NYIET"@en .

<http://lexvo.org/id/char/A44F> a lvont:Character ;
    lvont:represents "ꑏ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE NYIEX"@en .

<http://lexvo.org/id/char/A450> a lvont:Character ;
    lvont:represents "ꑐ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE NYIE"@en .

<http://lexvo.org/id/char/A451> a lvont:Character ;
    lvont:represents "ꑑ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE NYIEP"@en .

<http://lexvo.org/id/char/A452> a lvont:Character ;
    lvont:represents "ꑒ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE NYUOX"@en .

<http://lexvo.org/id/char/A453> a lvont:Character ;
    lvont:represents "ꑓ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE NYUO"@en .

<http://lexvo.org/id/char/A454> a lvont:Character ;
    lvont:represents "ꑔ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE NYUOP"@en .

<http://lexvo.org/id/char/A455> a lvont:Character ;
    lvont:represents "ꑕ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE NYOT"@en .

<http://lexvo.org/id/char/A456> a lvont:Character ;
    lvont:represents "ꑖ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE NYOX"@en .

<http://lexvo.org/id/char/A457> a lvont:Character ;
    lvont:represents "ꑗ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE NYO"@en .

<http://lexvo.org/id/char/A458> a lvont:Character ;
    lvont:represents "ꑘ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE NYOP"@en .

<http://lexvo.org/id/char/A459> a lvont:Character ;
    lvont:represents "ꑙ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE NYUT"@en .

<http://lexvo.org/id/char/A45A> a lvont:Character ;
    lvont:represents "ꑚ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE NYUX"@en .

<http://lexvo.org/id/char/A45B> a lvont:Character ;
    lvont:represents "ꑛ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE NYU"@en .

<http://lexvo.org/id/char/A45C> a lvont:Character ;
    lvont:represents "ꑜ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE NYUP"@en .

<http://lexvo.org/id/char/A45D> a lvont:Character ;
    lvont:represents "ꑝ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE XIT"@en .

<http://lexvo.org/id/char/A45E> a lvont:Character ;
    lvont:represents "ꑞ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE XIX"@en .

<http://lexvo.org/id/char/A45F> a lvont:Character ;
    lvont:represents "ꑟ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE XI"@en .

<http://lexvo.org/id/char/A460> a lvont:Character ;
    lvont:represents "ꑠ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE XIP"@en .

<http://lexvo.org/id/char/A461> a lvont:Character ;
    lvont:represents "ꑡ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE XIET"@en .

<http://lexvo.org/id/char/A462> a lvont:Character ;
    lvont:represents "ꑢ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE XIEX"@en .

<http://lexvo.org/id/char/A463> a lvont:Character ;
    lvont:represents "ꑣ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE XIE"@en .

<http://lexvo.org/id/char/A464> a lvont:Character ;
    lvont:represents "ꑤ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE XIEP"@en .

<http://lexvo.org/id/char/A465> a lvont:Character ;
    lvont:represents "ꑥ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE XUOX"@en .

<http://lexvo.org/id/char/A466> a lvont:Character ;
    lvont:represents "ꑦ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE XUO"@en .

<http://lexvo.org/id/char/A467> a lvont:Character ;
    lvont:represents "ꑧ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE XOT"@en .

<http://lexvo.org/id/char/A468> a lvont:Character ;
    lvont:represents "ꑨ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE XOX"@en .

<http://lexvo.org/id/char/A469> a lvont:Character ;
    lvont:represents "ꑩ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE XO"@en .

<http://lexvo.org/id/char/A46A> a lvont:Character ;
    lvont:represents "ꑪ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE XOP"@en .

<http://lexvo.org/id/char/A46B> a lvont:Character ;
    lvont:represents "ꑫ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE XYT"@en .

<http://lexvo.org/id/char/A46C> a lvont:Character ;
    lvont:represents "ꑬ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE XYX"@en .

<http://lexvo.org/id/char/A46D> a lvont:Character ;
    lvont:represents "ꑭ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE XY"@en .

<http://lexvo.org/id/char/A46E> a lvont:Character ;
    lvont:represents "ꑮ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE XYP"@en .

<http://lexvo.org/id/char/A46F> a lvont:Character ;
    lvont:represents "ꑯ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE XYRX"@en .

<http://lexvo.org/id/char/A470> a lvont:Character ;
    lvont:represents "ꑰ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE XYR"@en .

<http://lexvo.org/id/char/A471> a lvont:Character ;
    lvont:represents "ꑱ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE YIT"@en .

<http://lexvo.org/id/char/A472> a lvont:Character ;
    lvont:represents "ꑲ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE YIX"@en .

<http://lexvo.org/id/char/A473> a lvont:Character ;
    lvont:represents "ꑳ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE YI"@en .

<http://lexvo.org/id/char/A474> a lvont:Character ;
    lvont:represents "ꑴ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE YIP"@en .

<http://lexvo.org/id/char/A475> a lvont:Character ;
    lvont:represents "ꑵ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE YIET"@en .

<http://lexvo.org/id/char/A476> a lvont:Character ;
    lvont:represents "ꑶ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE YIEX"@en .

<http://lexvo.org/id/char/A477> a lvont:Character ;
    lvont:represents "ꑷ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE YIE"@en .

<http://lexvo.org/id/char/A478> a lvont:Character ;
    lvont:represents "ꑸ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE YIEP"@en .

<http://lexvo.org/id/char/A479> a lvont:Character ;
    lvont:represents "ꑹ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE YUOT"@en .

<http://lexvo.org/id/char/A47A> a lvont:Character ;
    lvont:represents "ꑺ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE YUOX"@en .

<http://lexvo.org/id/char/A47B> a lvont:Character ;
    lvont:represents "ꑻ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE YUO"@en .

<http://lexvo.org/id/char/A47C> a lvont:Character ;
    lvont:represents "ꑼ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE YUOP"@en .

<http://lexvo.org/id/char/A47D> a lvont:Character ;
    lvont:represents "ꑽ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE YOT"@en .

<http://lexvo.org/id/char/A47E> a lvont:Character ;
    lvont:represents "ꑾ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE YOX"@en .

<http://lexvo.org/id/char/A47F> a lvont:Character ;
    lvont:represents "ꑿ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE YO"@en .

<http://lexvo.org/id/char/A480> a lvont:Character ;
    lvont:represents "ꒀ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE YOP"@en .

<http://lexvo.org/id/char/A481> a lvont:Character ;
    lvont:represents "ꒁ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE YUT"@en .

<http://lexvo.org/id/char/A482> a lvont:Character ;
    lvont:represents "ꒂ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE YUX"@en .

<http://lexvo.org/id/char/A483> a lvont:Character ;
    lvont:represents "ꒃ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE YU"@en .

<http://lexvo.org/id/char/A484> a lvont:Character ;
    lvont:represents "ꒄ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE YUP"@en .

<http://lexvo.org/id/char/A485> a lvont:Character ;
    lvont:represents "ꒅ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE YURX"@en .

<http://lexvo.org/id/char/A486> a lvont:Character ;
    lvont:represents "ꒆ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE YUR"@en .

<http://lexvo.org/id/char/A487> a lvont:Character ;
    lvont:represents "ꒇ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE YYT"@en .

<http://lexvo.org/id/char/A488> a lvont:Character ;
    lvont:represents "ꒈ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE YYX"@en .

<http://lexvo.org/id/char/A489> a lvont:Character ;
    lvont:represents "ꒉ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE YY"@en .

<http://lexvo.org/id/char/A48A> a lvont:Character ;
    lvont:represents "ꒊ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE YYP"@en .

<http://lexvo.org/id/char/A48B> a lvont:Character ;
    lvont:represents "ꒋ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE YYRX"@en .

<http://lexvo.org/id/char/A48C> a lvont:Character ;
    lvont:represents "ꒌ"^^xsd:string ;
    rdfs:comment "YI SYLLABLE YYR"@en .

<http://lexvo.org/id/char/A490> a lvont:Character ;
    lvont:represents "꒐"^^xsd:string ;
    rdfs:comment "YI RADICAL QOT"@en .

<http://lexvo.org/id/char/A491> a lvont:Character ;
    lvont:represents "꒑"^^xsd:string ;
    rdfs:comment "YI RADICAL LI"@en .

<http://lexvo.org/id/char/A492> a lvont:Character ;
    lvont:represents "꒒"^^xsd:string ;
    rdfs:comment "YI RADICAL KIT"@en .

<http://lexvo.org/id/char/A493> a lvont:Character ;
    lvont:represents "꒓"^^xsd:string ;
    rdfs:comment "YI RADICAL NYIP"@en .

<http://lexvo.org/id/char/A494> a lvont:Character ;
    lvont:represents "꒔"^^xsd:string ;
    rdfs:comment "YI RADICAL CYP"@en .

<http://lexvo.org/id/char/A495> a lvont:Character ;
    lvont:represents "꒕"^^xsd:string ;
    rdfs:comment "YI RADICAL SSI"@en .

<http://lexvo.org/id/char/A496> a lvont:Character ;
    lvont:represents "꒖"^^xsd:string ;
    rdfs:comment "YI RADICAL GGOP"@en .

<http://lexvo.org/id/char/A497> a lvont:Character ;
    lvont:represents "꒗"^^xsd:string ;
    rdfs:comment "YI RADICAL GEP"@en .

<http://lexvo.org/id/char/A498> a lvont:Character ;
    lvont:represents "꒘"^^xsd:string ;
    rdfs:comment "YI RADICAL MI"@en .

<http://lexvo.org/id/char/A499> a lvont:Character ;
    lvont:represents "꒙"^^xsd:string ;
    rdfs:comment "YI RADICAL HXIT"@en .

<http://lexvo.org/id/char/A49A> a lvont:Character ;
    lvont:represents "꒚"^^xsd:string ;
    rdfs:comment "YI RADICAL LYR"@en .

<http://lexvo.org/id/char/A49B> a lvont:Character ;
    lvont:represents "꒛"^^xsd:string ;
    rdfs:comment "YI RADICAL BBUT"@en .

<http://lexvo.org/id/char/A49C> a lvont:Character ;
    lvont:represents "꒜"^^xsd:string ;
    rdfs:comment "YI RADICAL MOP"@en .

<http://lexvo.org/id/char/A49D> a lvont:Character ;
    lvont:represents "꒝"^^xsd:string ;
    rdfs:comment "YI RADICAL YO"@en .

<http://lexvo.org/id/char/A49E> a lvont:Character ;
    lvont:represents "꒞"^^xsd:string ;
    rdfs:comment "YI RADICAL PUT"@en .

<http://lexvo.org/id/char/A49F> a lvont:Character ;
    lvont:represents "꒟"^^xsd:string ;
    rdfs:comment "YI RADICAL HXUO"@en .

<http://lexvo.org/id/char/A4A0> a lvont:Character ;
    lvont:represents "꒠"^^xsd:string ;
    rdfs:comment "YI RADICAL TAT"@en .

<http://lexvo.org/id/char/A4A1> a lvont:Character ;
    lvont:represents "꒡"^^xsd:string ;
    rdfs:comment "YI RADICAL GA"@en .

<http://lexvo.org/id/char/A4A2> a lvont:Character ;
    lvont:represents "꒢"^^xsd:string ;
    rdfs:comment "YI RADICAL ZUP"@en .

<http://lexvo.org/id/char/A4A3> a lvont:Character ;
    lvont:represents "꒣"^^xsd:string ;
    rdfs:comment "YI RADICAL CYT"@en .

<http://lexvo.org/id/char/A4A4> a lvont:Character ;
    lvont:represents "꒤"^^xsd:string ;
    rdfs:comment "YI RADICAL DDUR"@en .

<http://lexvo.org/id/char/A4A5> a lvont:Character ;
    lvont:represents "꒥"^^xsd:string ;
    rdfs:comment "YI RADICAL BUR"@en .

<http://lexvo.org/id/char/A4A6> a lvont:Character ;
    lvont:represents "꒦"^^xsd:string ;
    rdfs:comment "YI RADICAL GGUO"@en .

<http://lexvo.org/id/char/A4A7> a lvont:Character ;
    lvont:represents "꒧"^^xsd:string ;
    rdfs:comment "YI RADICAL NYOP"@en .

<http://lexvo.org/id/char/A4A8> a lvont:Character ;
    lvont:represents "꒨"^^xsd:string ;
    rdfs:comment "YI RADICAL TU"@en .

<http://lexvo.org/id/char/A4A9> a lvont:Character ;
    lvont:represents "꒩"^^xsd:string ;
    rdfs:comment "YI RADICAL OP"@en .

<http://lexvo.org/id/char/A4AA> a lvont:Character ;
    lvont:represents "꒪"^^xsd:string ;
    rdfs:comment "YI RADICAL JJUT"@en .

<http://lexvo.org/id/char/A4AB> a lvont:Character ;
    lvont:represents "꒫"^^xsd:string ;
    rdfs:comment "YI RADICAL ZOT"@en .

<http://lexvo.org/id/char/A4AC> a lvont:Character ;
    lvont:represents "꒬"^^xsd:string ;
    rdfs:comment "YI RADICAL PYT"@en .

<http://lexvo.org/id/char/A4AD> a lvont:Character ;
    lvont:represents "꒭"^^xsd:string ;
    rdfs:comment "YI RADICAL HMO"@en .

<http://lexvo.org/id/char/A4AE> a lvont:Character ;
    lvont:represents "꒮"^^xsd:string ;
    rdfs:comment "YI RADICAL YIT"@en .

<http://lexvo.org/id/char/A4AF> a lvont:Character ;
    lvont:represents "꒯"^^xsd:string ;
    rdfs:comment "YI RADICAL VUR"@en .

<http://lexvo.org/id/char/A4B0> a lvont:Character ;
    lvont:represents "꒰"^^xsd:string ;
    rdfs:comment "YI RADICAL SHY"@en .

<http://lexvo.org/id/char/A4B1> a lvont:Character ;
    lvont:represents "꒱"^^xsd:string ;
    rdfs:comment "YI RADICAL VEP"@en .

<http://lexvo.org/id/char/A4B2> a lvont:Character ;
    lvont:represents "꒲"^^xsd:string ;
    rdfs:comment "YI RADICAL ZA"@en .

<http://lexvo.org/id/char/A4B3> a lvont:Character ;
    lvont:represents "꒳"^^xsd:string ;
    rdfs:comment "YI RADICAL JO"@en .

<http://lexvo.org/id/char/A4B4> a lvont:Character ;
    lvont:represents "꒴"^^xsd:string ;
    rdfs:comment "YI RADICAL NZUP"@en .

<http://lexvo.org/id/char/A4B5> a lvont:Character ;
    lvont:represents "꒵"^^xsd:string ;
    rdfs:comment "YI RADICAL JJY"@en .

<http://lexvo.org/id/char/A4B6> a lvont:Character ;
    lvont:represents "꒶"^^xsd:string ;
    rdfs:comment "YI RADICAL GOT"@en .

<http://lexvo.org/id/char/A4B7> a lvont:Character ;
    lvont:represents "꒷"^^xsd:string ;
    rdfs:comment "YI RADICAL JJIE"@en .

<http://lexvo.org/id/char/A4B8> a lvont:Character ;
    lvont:represents "꒸"^^xsd:string ;
    rdfs:comment "YI RADICAL WO"@en .

<http://lexvo.org/id/char/A4B9> a lvont:Character ;
    lvont:represents "꒹"^^xsd:string ;
    rdfs:comment "YI RADICAL DU"@en .

<http://lexvo.org/id/char/A4BA> a lvont:Character ;
    lvont:represents "꒺"^^xsd:string ;
    rdfs:comment "YI RADICAL SHUR"@en .

<http://lexvo.org/id/char/A4BB> a lvont:Character ;
    lvont:represents "꒻"^^xsd:string ;
    rdfs:comment "YI RADICAL LIE"@en .

<http://lexvo.org/id/char/A4BC> a lvont:Character ;
    lvont:represents "꒼"^^xsd:string ;
    rdfs:comment "YI RADICAL CY"@en .

<http://lexvo.org/id/char/A4BD> a lvont:Character ;
    lvont:represents "꒽"^^xsd:string ;
    rdfs:comment "YI RADICAL CUOP"@en .

<http://lexvo.org/id/char/A4BE> a lvont:Character ;
    lvont:represents "꒾"^^xsd:string ;
    rdfs:comment "YI RADICAL CIP"@en .

<http://lexvo.org/id/char/A4BF> a lvont:Character ;
    lvont:represents "꒿"^^xsd:string ;
    rdfs:comment "YI RADICAL HXOP"@en .

<http://lexvo.org/id/char/A4C0> a lvont:Character ;
    lvont:represents "꓀"^^xsd:string ;
    rdfs:comment "YI RADICAL SHAT"@en .

<http://lexvo.org/id/char/A4C1> a lvont:Character ;
    lvont:represents "꓁"^^xsd:string ;
    rdfs:comment "YI RADICAL ZUR"@en .

<http://lexvo.org/id/char/A4C2> a lvont:Character ;
    lvont:represents "꓂"^^xsd:string ;
    rdfs:comment "YI RADICAL SHOP"@en .

<http://lexvo.org/id/char/A4C3> a lvont:Character ;
    lvont:represents "꓃"^^xsd:string ;
    rdfs:comment "YI RADICAL CHE"@en .

<http://lexvo.org/id/char/A4C4> a lvont:Character ;
    lvont:represents "꓄"^^xsd:string ;
    rdfs:comment "YI RADICAL ZZIET"@en .

<http://lexvo.org/id/char/A4C5> a lvont:Character ;
    lvont:represents "꓅"^^xsd:string ;
    rdfs:comment "YI RADICAL NBIE"@en .

<http://lexvo.org/id/char/A4C6> a lvont:Character ;
    lvont:represents "꓆"^^xsd:string ;
    rdfs:comment "YI RADICAL KE"@en .

<http://lexvo.org/id/char/A4D0> a lvont:Character ;
    lvont:represents "ꓐ"^^xsd:string ;
    rdfs:comment "LISU LETTER BA"@en .

<http://lexvo.org/id/char/A4D1> a lvont:Character ;
    lvont:represents "ꓑ"^^xsd:string ;
    rdfs:comment "LISU LETTER PA"@en .

<http://lexvo.org/id/char/A4D2> a lvont:Character ;
    lvont:represents "ꓒ"^^xsd:string ;
    rdfs:comment "LISU LETTER PHA"@en .

<http://lexvo.org/id/char/A4D3> a lvont:Character ;
    lvont:represents "ꓓ"^^xsd:string ;
    rdfs:comment "LISU LETTER DA"@en .

<http://lexvo.org/id/char/A4D4> a lvont:Character ;
    lvont:represents "ꓔ"^^xsd:string ;
    rdfs:comment "LISU LETTER TA"@en .

<http://lexvo.org/id/char/A4D5> a lvont:Character ;
    lvont:represents "ꓕ"^^xsd:string ;
    rdfs:comment "LISU LETTER THA"@en .

<http://lexvo.org/id/char/A4D6> a lvont:Character ;
    lvont:represents "ꓖ"^^xsd:string ;
    rdfs:comment "LISU LETTER GA"@en .

<http://lexvo.org/id/char/A4D7> a lvont:Character ;
    lvont:represents "ꓗ"^^xsd:string ;
    rdfs:comment "LISU LETTER KA"@en .

<http://lexvo.org/id/char/A4D8> a lvont:Character ;
    lvont:represents "ꓘ"^^xsd:string ;
    rdfs:comment "LISU LETTER KHA"@en .

<http://lexvo.org/id/char/A4D9> a lvont:Character ;
    lvont:represents "ꓙ"^^xsd:string ;
    rdfs:comment "LISU LETTER JA"@en .

<http://lexvo.org/id/char/A4DA> a lvont:Character ;
    lvont:represents "ꓚ"^^xsd:string ;
    rdfs:comment "LISU LETTER CA"@en .

<http://lexvo.org/id/char/A4DB> a lvont:Character ;
    lvont:represents "ꓛ"^^xsd:string ;
    rdfs:comment "LISU LETTER CHA"@en .

<http://lexvo.org/id/char/A4DC> a lvont:Character ;
    lvont:represents "ꓜ"^^xsd:string ;
    rdfs:comment "LISU LETTER DZA"@en .

<http://lexvo.org/id/char/A4DD> a lvont:Character ;
    lvont:represents "ꓝ"^^xsd:string ;
    rdfs:comment "LISU LETTER TSA"@en .

<http://lexvo.org/id/char/A4DE> a lvont:Character ;
    lvont:represents "ꓞ"^^xsd:string ;
    rdfs:comment "LISU LETTER TSHA"@en .

<http://lexvo.org/id/char/A4DF> a lvont:Character ;
    lvont:represents "ꓟ"^^xsd:string ;
    rdfs:comment "LISU LETTER MA"@en .

<http://lexvo.org/id/char/A4E0> a lvont:Character ;
    lvont:represents "ꓠ"^^xsd:string ;
    rdfs:comment "LISU LETTER NA"@en .

<http://lexvo.org/id/char/A4E1> a lvont:Character ;
    lvont:represents "ꓡ"^^xsd:string ;
    rdfs:comment "LISU LETTER LA"@en .

<http://lexvo.org/id/char/A4E2> a lvont:Character ;
    lvont:represents "ꓢ"^^xsd:string ;
    rdfs:comment "LISU LETTER SA"@en .

<http://lexvo.org/id/char/A4E3> a lvont:Character ;
    lvont:represents "ꓣ"^^xsd:string ;
    rdfs:comment "LISU LETTER ZHA"@en .

<http://lexvo.org/id/char/A4E4> a lvont:Character ;
    lvont:represents "ꓤ"^^xsd:string ;
    rdfs:comment "LISU LETTER ZA"@en .

<http://lexvo.org/id/char/A4E5> a lvont:Character ;
    lvont:represents "ꓥ"^^xsd:string ;
    rdfs:comment "LISU LETTER NGA"@en .

<http://lexvo.org/id/char/A4E6> a lvont:Character ;
    lvont:represents "ꓦ"^^xsd:string ;
    rdfs:comment "LISU LETTER HA"@en .

<http://lexvo.org/id/char/A4E7> a lvont:Character ;
    lvont:represents "ꓧ"^^xsd:string ;
    rdfs:comment "LISU LETTER XA"@en .

<http://lexvo.org/id/char/A4E8> a lvont:Character ;
    lvont:represents "ꓨ"^^xsd:string ;
    rdfs:comment "LISU LETTER HHA"@en .

<http://lexvo.org/id/char/A4E9> a lvont:Character ;
    lvont:represents "ꓩ"^^xsd:string ;
    rdfs:comment "LISU LETTER FA"@en .

<http://lexvo.org/id/char/A4EA> a lvont:Character ;
    lvont:represents "ꓪ"^^xsd:string ;
    rdfs:comment "LISU LETTER WA"@en .

<http://lexvo.org/id/char/A4EB> a lvont:Character ;
    lvont:represents "ꓫ"^^xsd:string ;
    rdfs:comment "LISU LETTER SHA"@en .

<http://lexvo.org/id/char/A4EC> a lvont:Character ;
    lvont:represents "ꓬ"^^xsd:string ;
    rdfs:comment "LISU LETTER YA"@en .

<http://lexvo.org/id/char/A4ED> a lvont:Character ;
    lvont:represents "ꓭ"^^xsd:string ;
    rdfs:comment "LISU LETTER GHA"@en .

<http://lexvo.org/id/char/A4EE> a lvont:Character ;
    lvont:represents "ꓮ"^^xsd:string ;
    rdfs:comment "LISU LETTER A"@en .

<http://lexvo.org/id/char/A4EF> a lvont:Character ;
    lvont:represents "ꓯ"^^xsd:string ;
    rdfs:comment "LISU LETTER AE"@en .

<http://lexvo.org/id/char/A4F0> a lvont:Character ;
    lvont:represents "ꓰ"^^xsd:string ;
    rdfs:comment "LISU LETTER E"@en .

<http://lexvo.org/id/char/A4F1> a lvont:Character ;
    lvont:represents "ꓱ"^^xsd:string ;
    rdfs:comment "LISU LETTER EU"@en .

<http://lexvo.org/id/char/A4F2> a lvont:Character ;
    lvont:represents "ꓲ"^^xsd:string ;
    rdfs:comment "LISU LETTER I"@en .

<http://lexvo.org/id/char/A4F3> a lvont:Character ;
    lvont:represents "ꓳ"^^xsd:string ;
    rdfs:comment "LISU LETTER O"@en .

<http://lexvo.org/id/char/A4F4> a lvont:Character ;
    lvont:represents "ꓴ"^^xsd:string ;
    rdfs:comment "LISU LETTER U"@en .

<http://lexvo.org/id/char/A4F5> a lvont:Character ;
    lvont:represents "ꓵ"^^xsd:string ;
    rdfs:comment "LISU LETTER UE"@en .

<http://lexvo.org/id/char/A4F6> a lvont:Character ;
    lvont:represents "ꓶ"^^xsd:string ;
    rdfs:comment "LISU LETTER UH"@en .

<http://lexvo.org/id/char/A4F7> a lvont:Character ;
    lvont:represents "ꓷ"^^xsd:string ;
    rdfs:comment "LISU LETTER OE"@en .

<http://lexvo.org/id/char/A4F8> a lvont:Character ;
    lvont:represents "ꓸ"^^xsd:string ;
    rdfs:comment "LISU LETTER TONE MYA TI"@en .

<http://lexvo.org/id/char/A4F9> a lvont:Character ;
    lvont:represents "ꓹ"^^xsd:string ;
    rdfs:comment "LISU LETTER TONE NA PO"@en .

<http://lexvo.org/id/char/A4FA> a lvont:Character ;
    lvont:represents "ꓺ"^^xsd:string ;
    rdfs:comment "LISU LETTER TONE MYA CYA"@en .

<http://lexvo.org/id/char/A4FB> a lvont:Character ;
    lvont:represents "ꓻ"^^xsd:string ;
    rdfs:comment "LISU LETTER TONE MYA BO"@en .

<http://lexvo.org/id/char/A4FC> a lvont:Character ;
    lvont:represents "ꓼ"^^xsd:string ;
    rdfs:comment "LISU LETTER TONE MYA NA"@en .

<http://lexvo.org/id/char/A4FD> a lvont:Character ;
    lvont:represents "ꓽ"^^xsd:string ;
    rdfs:comment "LISU LETTER TONE MYA JEU"@en .

<http://lexvo.org/id/char/A4FE> a lvont:Character ;
    lvont:represents "꓾"^^xsd:string ;
    rdfs:comment "LISU PUNCTUATION COMMA"@en .

<http://lexvo.org/id/char/A4FF> a lvont:Character ;
    lvont:represents "꓿"^^xsd:string ;
    rdfs:comment "LISU PUNCTUATION FULL STOP"@en .

<http://lexvo.org/id/char/A500> a lvont:Character ;
    lvont:represents "ꔀ"^^xsd:string ;
    rdfs:comment "VAI SYLLABLE EE"@en .

<http://lexvo.org/id/char/A501> a lvont:Character ;
    lvont:represents "ꔁ"^^xsd:string ;
    rdfs:comment "VAI SYLLABLE EEN"@en .

<http://lexvo.org/id/char/A502> a lvont:Character ;
    lvont:represents "ꔂ"^^xsd:string ;
    rdfs:comment "VAI SYLLABLE HEE"@en .

<http://lexvo.org/id/char/A503> a lvont:Character ;
    lvont:represents "ꔃ"^^xsd:string ;
    rdfs:comment "VAI SYLLABLE WEE"@en .

<http://lexvo.org/id/char/A504> a lvont:Character ;
    lvont:represents "ꔄ"^^xsd:string ;
    rdfs:comment "VAI SYLLABLE WEEN"@en .

<http://lexvo.org/id/char/A505> a lvont:Character ;
    lvont:represents "ꔅ"^^xsd:string ;
    rdfs:comment "VAI SYLLABLE PEE"@en .

<http://lexvo.org/id/char/A506> a lvont:Character ;
    lvont:represents "ꔆ"^^xsd:string ;
    rdfs:comment "VAI SYLLABLE BHEE"@en .

<http://lexvo.org/id/char/A507> a lvont:Character ;
    lvont:represents "ꔇ"^^xsd:string ;
    rdfs:comment "VAI SYLLABLE BEE"@en .

<http://lexvo.org/id/char/A508> a lvont:Character ;
    lvont:represents "ꔈ"^^xsd:string ;
    rdfs:comment "VAI SYLLABLE MBEE"@en .

<http://lexvo.org/id/char/A509> a lvont:Character ;
    lvont:represents "ꔉ"^^xsd:string ;
    rdfs:comment "VAI SYLLABLE KPEE"@en .

<http://lexvo.org/id/char/A50A> a lvont:Character ;
    lvont:represents "ꔊ"^^xsd:string ;
    rdfs:comment "VAI SYLLABLE MGBEE"@en .

<http://lexvo.org/id/char/A50B> a lvont:Character ;
    lvont:represents "ꔋ"^^xsd:string ;
    rdfs:comment "VAI SYLLABLE GBEE"@en .

<http://lexvo.org/id/char/A50C> a lvont:Character ;
    lvont:represents "ꔌ"^^xsd:string ;
    rdfs:comment "VAI SYLLABLE FEE"@en .

<http://lexvo.org/id/char/A50D> a lvont:Character ;
    lvont:represents "ꔍ"^^xsd:string ;
    rdfs:comment "VAI SYLLABLE VEE"@en .

<http://lexvo.org/id/char/A50E> a lvont:Character ;
    lvont:represents "ꔎ"^^xsd:string ;
    rdfs:comment "VAI SYLLABLE TEE"@en .

<http://lexvo.org/id/char/A50F> a lvont:Character ;
    lvont:represents "ꔏ"^^xsd:string ;
    rdfs:comment "VAI SYLLABLE THEE"@en .

<http://lexvo.org/id/char/A510> a lvont:Character ;
    lvont:represents "ꔐ"^^xsd:string ;
    rdfs:comment "VAI SYLLABLE DHEE"@en .

<http://lexvo.org/id/char/A511> a lvont:Character ;
    lvont:represents "ꔑ"^^xsd:string ;
    rdfs:comment "VAI SYLLABLE DHHEE"@en .

<http://lexvo.org/id/char/A512> a lvont:Character ;
    lvont:represents "ꔒ"^^xsd:string ;
    rdfs:comment "VAI SYLLABLE LEE"@en .

<http://lexvo.org/id/char/A513> a lvont:Character ;
    lvont:represents "ꔓ"^^xsd:string ;
    rdfs:comment "VAI SYLLABLE REE"@en .

<http://lexvo.org/id/char/A514> a lvont:Character ;
    lvont:represents "ꔔ"^^xsd:string ;
    rdfs:comment "VAI SYLLABLE DEE"@en .

<http://lexvo.org/id/char/A515> a lvont:Character ;
    lvont:represents "ꔕ"^^xsd:string ;
    rdfs:comment "VAI SYLLABLE NDEE"@en .

<http://lexvo.org/id/char/A516> a lvont:Character ;
    lvont:represents "ꔖ"^^xsd:string ;
    rdfs:comment "VAI SYLLABLE SEE"@en .

<http://lexvo.org/id/char/A517> a lvont:Character ;
    lvont:represents "ꔗ"^^xsd:string ;
    rdfs:comment "VAI SYLLABLE SHEE"@en .

<http://lexvo.org/id/char/A518> a lvont:Character ;
    lvont:represents "ꔘ"^^xsd:string ;
    rdfs:comment "VAI SYLLABLE ZEE"@en .

<http://lexvo.org/id/char/A519> a lvont:Character ;
    lvont:represents "ꔙ"^^xsd:string ;
    rdfs:comment "VAI SYLLABLE ZHEE"@en .

<http://lexvo.org/id/char/A51A> a lvont:Character ;
    lvont:represents "ꔚ"^^xsd:string ;
    rdfs:comment "VAI SYLLABLE CEE"@en .

<http://lexvo.org/id/char/A51B> a lvont:Character ;
    lvont:represents "ꔛ"^^xsd:string ;
    rdfs:comment "VAI SYLLABLE JEE"@en .

<http://lexvo.org/id/char/A51C> a lvont:Character ;
    lvont:represents "ꔜ"^^xsd:string ;
    rdfs:comment "VAI SYLLABLE NJEE"@en .

<http://lexvo.org/id/char/A51D> a lvont:Character ;
    lvont:represents "ꔝ"^^xsd:string ;
    rdfs:comment "VAI SYLLABLE YEE"@en .

<http://lexvo.org/id/char/A51E> a lvont:Character ;
    lvont:represents "ꔞ"^^xsd:string ;
    rdfs:comment "VAI SYLLABLE KEE"@en .

<http://lexvo.org/id/char/A51F> a lvont:Character ;
    lvont:represents "ꔟ"^^xsd:string ;
    rdfs:comment "VAI SYLLABLE NGGEE"@en .

<http://lexvo.org/id/char/A520> a lvont:Character ;
    lvont:represents "ꔠ"^^xsd:string ;
    rdfs:comment "VAI SYLLABLE GEE"@en .

<http://lexvo.org/id/char/A521> a lvont:Character ;
    lvont:represents "ꔡ"^^xsd:string ;
    rdfs:comment "VAI SYLLABLE MEE"@en .

<http://lexvo.org/id/char/A522> a lvont:Character ;
    lvont:represents "ꔢ"^^xsd:string ;
    rdfs:comment "VAI SYLLABLE NEE"@en .

<http://lexvo.org/id/char/A523> a lvont:Character ;
    lvont:represents "ꔣ"^^xsd:string ;
    rdfs:comment "VAI SYLLABLE NYEE"@en .

<http://lexvo.org/id/char/A524> a lvont:Character ;
    lvont:represents "ꔤ"^^xsd:string ;
    rdfs:comment "VAI SYLLABLE I"@en .

<http://lexvo.org/id/char/A525> a lvont:Character ;
    lvont:represents "ꔥ"^^xsd:string ;
    rdfs:comment "VAI SYLLABLE IN"@en .

<http://lexvo.org/id/char/A526> a lvont:Character ;
    lvont:represents "ꔦ"^^xsd:string ;
    rdfs:comment "VAI SYLLABLE HI"@en .

<http://lexvo.org/id/char/A527> a lvont:Character ;
    lvont:represents "ꔧ"^^xsd:string ;
    rdfs:comment "VAI SYLLABLE HIN"@en .

<http://lexvo.org/id/char/A528> a lvont:Character ;
    lvont:represents "ꔨ"^^xsd:string ;
    rdfs:comment "VAI SYLLABLE WI"@en .

<http://lexvo.org/id/char/A529> a lvont:Character ;
    lvont:represents "ꔩ"^^xsd:string ;
    rdfs:comment "VAI SYLLABLE WIN"@en .

<http://lexvo.org/id/char/A52A> a lvont:Character ;
    lvont:represents "ꔪ"^^xsd:string ;
    rdfs:comment "VAI SYLLABLE PI"@en .

<http://lexvo.org/id/char/A52B> a lvont:Character ;
    lvont:represents "ꔫ"^^xsd:string ;
    rdfs:comment "VAI SYLLABLE BHI"@en .

<http://lexvo.org/id/char/A52C> a lvont:Character ;
    lvont:represents "ꔬ"^^xsd:string ;
    rdfs:comment "VAI SYLLABLE BI"@en .

<http://lexvo.org/id/char/A52D> a lvont:Character ;
    lvont:represents "ꔭ"^^xsd:string ;
    rdfs:comment "VAI SYLLABLE MBI"@en .

<http://lexvo.org/id/char/A52E> a lvont:Character ;
    lvont:represents "ꔮ"^^xsd:string ;
    rdfs:comment "VAI SYLLABLE KPI"@en .

<http://lexvo.org/id/char/A52F> a lvont:Character ;
    lvont:represents "ꔯ"^^xsd:string ;
    rdfs:comment "VAI SYLLABLE MGBI"@en .

<http://lexvo.org/id/char/A530> a lvont:Character ;
    lvont:represents "ꔰ"^^xsd:string ;
    rdfs:comment "VAI SYLLABLE GBI"@en .

<http://lexvo.org/id/char/A531> a lvont:Character ;
    lvont:represents "ꔱ"^^xsd:string ;
    rdfs:comment "VAI SYLLABLE FI"@en .

<http://lexvo.org/id/char/A532> a lvont:Character ;
    lvont:represents "ꔲ"^^xsd:string ;
    rdfs:comment "VAI SYLLABLE VI"@en .

<http://lexvo.org/id/char/A533> a lvont:Character ;
    lvont:represents "ꔳ"^^xsd:string ;
    rdfs:comment "VAI SYLLABLE TI"@en .

<http://lexvo.org/id/char/A534> a lvont:Character ;
    lvont:represents "ꔴ"^^xsd:string ;
    rdfs:comment "VAI SYLLABLE THI"@en .

<http://lexvo.org/id/char/A535> a lvont:Character ;
    lvont:represents "ꔵ"^^xsd:string ;
    rdfs:comment "VAI SYLLABLE DHI"@en .

<http://lexvo.org/id/char/A536> a lvont:Character ;
    lvont:represents "ꔶ"^^xsd:string ;
    rdfs:comment "VAI SYLLABLE DHHI"@en .

<http://lexvo.org/id/char/A537> a lvont:Character ;
    lvont:represents "ꔷ"^^xsd:string ;
    rdfs:comment "VAI SYLLABLE LI"@en .

<http://lexvo.org/id/char/A538> a lvont:Character ;
    lvont:represents "ꔸ"^^xsd:string ;
    rdfs:comment "VAI SYLLABLE RI"@en .

<http://lexvo.org/id/char/A539> a lvont:Character ;
    lvont:represents "ꔹ"^^xsd:string ;
    rdfs:comment "VAI SYLLABLE DI"@en .

<http://lexvo.org/id/char/A53A> a lvont:Character ;
    lvont:represents "ꔺ"^^xsd:string ;
    rdfs:comment "VAI SYLLABLE NDI"@en .

<http://lexvo.org/id/char/A53B> a lvont:Character ;
    lvont:represents "ꔻ"^^xsd:string ;
    rdfs:comment "VAI SYLLABLE SI"@en .

<http://lexvo.org/id/char/A53C> a lvont:Character ;
    lvont:represents "ꔼ"^^xsd:string ;
    rdfs:comment "VAI SYLLABLE SHI"@en .

<http://lexvo.org/id/char/A53D> a lvont:Character ;
    lvont:represents "ꔽ"^^xsd:string ;
    rdfs:comment "VAI SYLLABLE ZI"@en .

<http://lexvo.org/id/char/A53E> a lvont:Character ;
    lvont:represents "ꔾ"^^xsd:string ;
    rdfs:comment "VAI SYLLABLE ZHI"@en .

<http://lexvo.org/id/char/A53F> a lvont:Character ;
    lvont:represents "ꔿ"^^xsd:string ;
    rdfs:comment "VAI SYLLABLE CI"@en .

<http://lexvo.org/id/char/A540> a lvont:Character ;
    lvont:represents "ꕀ"^^xsd:string ;
    rdfs:comment "VAI SYLLABLE JI"@en .

<http://lexvo.org/id/char/A541> a lvont:Character ;
    lvont:represents "ꕁ"^^xsd:string ;
    rdfs:comment "VAI SYLLABLE NJI"@en .

<http://lexvo.org/id/char/A542> a lvont:Character ;
    lvont:represents "ꕂ"^^xsd:string ;
    rdfs:comment "VAI SYLLABLE YI"@en .

<http://lexvo.org/id/char/A543> a lvont:Character ;
    lvont:represents "ꕃ"^^xsd:string ;
    rdfs:comment "VAI SYLLABLE KI"@en .

<http://lexvo.org/id/char/A544> a lvont:Character ;
    lvont:represents "ꕄ"^^xsd:string ;
    rdfs:comment "VAI SYLLABLE NGGI"@en .

<http://lexvo.org/id/char/A545> a lvont:Character ;
    lvont:represents "ꕅ"^^xsd:string ;
    rdfs:comment "VAI SYLLABLE GI"@en .

<http://lexvo.org/id/char/A546> a lvont:Character ;
    lvont:represents "ꕆ"^^xsd:string ;
    rdfs:comment "VAI SYLLABLE MI"@en .

<http://lexvo.org/id/char/A547> a lvont:Character ;
    lvont:represents "ꕇ"^^xsd:string ;
    rdfs:comment "VAI SYLLABLE NI"@en .

<http://lexvo.org/id/char/A548> a lvont:Character ;
    lvont:represents "ꕈ"^^xsd:string ;
    rdfs:comment "VAI SYLLABLE NYI"@en .

<http://lexvo.org/id/char/A549> a lvont:Character ;
    lvont:represents "ꕉ"^^xsd:string ;
    rdfs:comment "VAI SYLLABLE A"@en .

<http://lexvo.org/id/char/A54A> a lvont:Character ;
    lvont:represents "ꕊ"^^xsd:string ;
    rdfs:comment "VAI SYLLABLE AN"@en .

<http://lexvo.org/id/char/A54B> a lvont:Character ;
    lvont:represents "ꕋ"^^xsd:string ;
    rdfs:comment "VAI SYLLABLE NGAN"@en .

<http://lexvo.org/id/char/A54C> a lvont:Character ;
    lvont:represents "ꕌ"^^xsd:string ;
    rdfs:comment "VAI SYLLABLE HA"@en .

<http://lexvo.org/id/char/A54D> a lvont:Character ;
    lvont:represents "ꕍ"^^xsd:string ;
    rdfs:comment "VAI SYLLABLE HAN"@en .

<http://lexvo.org/id/char/A54E> a lvont:Character ;
    lvont:represents "ꕎ"^^xsd:string ;
    rdfs:comment "VAI SYLLABLE WA"@en .

<http://lexvo.org/id/char/A54F> a lvont:Character ;
    lvont:represents "ꕏ"^^xsd:string ;
    rdfs:comment "VAI SYLLABLE WAN"@en .

<http://lexvo.org/id/char/A550> a lvont:Character ;
    lvont:represents "ꕐ"^^xsd:string ;
    rdfs:comment "VAI SYLLABLE PA"@en .

<http://lexvo.org/id/char/A551> a lvont:Character ;
    lvont:represents "ꕑ"^^xsd:string ;
    rdfs:comment "VAI SYLLABLE BHA"@en .

<http://lexvo.org/id/char/A552> a lvont:Character ;
    lvont:represents "ꕒ"^^xsd:string ;
    rdfs:comment "VAI SYLLABLE BA"@en .

<http://lexvo.org/id/char/A553> a lvont:Character ;
    lvont:represents "ꕓ"^^xsd:string ;
    rdfs:comment "VAI SYLLABLE MBA"@en .

<http://lexvo.org/id/char/A554> a lvont:Character ;
    lvont:represents "ꕔ"^^xsd:string ;
    rdfs:comment "VAI SYLLABLE KPA"@en .

<http://lexvo.org/id/char/A555> a lvont:Character ;
    lvont:represents "ꕕ"^^xsd:string ;
    rdfs:comment "VAI SYLLABLE KPAN"@en .

<http://lexvo.org/id/char/A556> a lvont:Character ;
    lvont:represents "ꕖ"^^xsd:string ;
    rdfs:comment "VAI SYLLABLE MGBA"@en .

<http://lexvo.org/id/char/A557> a lvont:Character ;
    lvont:represents "ꕗ"^^xsd:string ;
    rdfs:comment "VAI SYLLABLE GBA"@en .

<http://lexvo.org/id/char/A558> a lvont:Character ;
    lvont:represents "ꕘ"^^xsd:string ;
    rdfs:comment "VAI SYLLABLE FA"@en .

<http://lexvo.org/id/char/A559> a lvont:Character ;
    lvont:represents "ꕙ"^^xsd:string ;
    rdfs:comment "VAI SYLLABLE VA"@en .

<http://lexvo.org/id/char/A55A> a lvont:Character ;
    lvont:represents "ꕚ"^^xsd:string ;
    rdfs:comment "VAI SYLLABLE TA"@en .

<http://lexvo.org/id/char/A55B> a lvont:Character ;
    lvont:represents "ꕛ"^^xsd:string ;
    rdfs:comment "VAI SYLLABLE THA"@en .

<http://lexvo.org/id/char/A55C> a lvont:Character ;
    lvont:represents "ꕜ"^^xsd:string ;
    rdfs:comment "VAI SYLLABLE DHA"@en .

<http://lexvo.org/id/char/A55D> a lvont:Character ;
    lvont:represents "ꕝ"^^xsd:string ;
    rdfs:comment "VAI SYLLABLE DHHA"@en .

<http://lexvo.org/id/char/A55E> a lvont:Character ;
    lvont:represents "ꕞ"^^xsd:string ;
    rdfs:comment "VAI SYLLABLE LA"@en .

<http://lexvo.org/id/char/A55F> a lvont:Character ;
    lvont:represents "ꕟ"^^xsd:string ;
    rdfs:comment "VAI SYLLABLE RA"@en .

<http://lexvo.org/id/char/A560> a lvont:Character ;
    lvont:represents "ꕠ"^^xsd:string ;
    rdfs:comment "VAI SYLLABLE DA"@en .

<http://lexvo.org/id/char/A561> a lvont:Character ;
    lvont:represents "ꕡ"^^xsd:string ;
    rdfs:comment "VAI SYLLABLE NDA"@en .

<http://lexvo.org/id/char/A562> a lvont:Character ;
    lvont:represents "ꕢ"^^xsd:string ;
    rdfs:comment "VAI SYLLABLE SA"@en .

<http://lexvo.org/id/char/A563> a lvont:Character ;
    lvont:represents "ꕣ"^^xsd:string ;
    rdfs:comment "VAI SYLLABLE SHA"@en .

<http://lexvo.org/id/char/A564> a lvont:Character ;
    lvont:represents "ꕤ"^^xsd:string ;
    rdfs:comment "VAI SYLLABLE ZA"@en .

<http://lexvo.org/id/char/A565> a lvont:Character ;
    lvont:represents "ꕥ"^^xsd:string ;
    rdfs:comment "VAI SYLLABLE ZHA"@en .

<http://lexvo.org/id/char/A566> a lvont:Character ;
    lvont:represents "ꕦ"^^xsd:string ;
    rdfs:comment "VAI SYLLABLE CA"@en .

<http://lexvo.org/id/char/A567> a lvont:Character ;
    lvont:represents "ꕧ"^^xsd:string ;
    rdfs:comment "VAI SYLLABLE JA"@en .

<http://lexvo.org/id/char/A568> a lvont:Character ;
    lvont:represents "ꕨ"^^xsd:string ;
    rdfs:comment "VAI SYLLABLE NJA"@en .

<http://lexvo.org/id/char/A569> a lvont:Character ;
    lvont:represents "ꕩ"^^xsd:string ;
    rdfs:comment "VAI SYLLABLE YA"@en .

<http://lexvo.org/id/char/A56A> a lvont:Character ;
    lvont:represents "ꕪ"^^xsd:string ;
    rdfs:comment "VAI SYLLABLE KA"@en .

<http://lexvo.org/id/char/A56B> a lvont:Character ;
    lvont:represents "ꕫ"^^xsd:string ;
    rdfs:comment "VAI SYLLABLE KAN"@en .

<http://lexvo.org/id/char/A56C> a lvont:Character ;
    lvont:represents "ꕬ"^^xsd:string ;
    rdfs:comment "VAI SYLLABLE NGGA"@en .

<http://lexvo.org/id/char/A56D> a lvont:Character ;
    lvont:represents "ꕭ"^^xsd:string ;
    rdfs:comment "VAI SYLLABLE GA"@en .

<http://lexvo.org/id/char/A56E> a lvont:Character ;
    lvont:represents "ꕮ"^^xsd:string ;
    rdfs:comment "VAI SYLLABLE MA"@en .

<http://lexvo.org/id/char/A56F> a lvont:Character ;
    lvont:represents "ꕯ"^^xsd:string ;
    rdfs:comment "VAI SYLLABLE NA"@en .

<http://lexvo.org/id/char/A570> a lvont:Character ;
    lvont:represents "ꕰ"^^xsd:string ;
    rdfs:comment "VAI SYLLABLE NYA"@en .

<http://lexvo.org/id/char/A571> a lvont:Character ;
    lvont:represents "ꕱ"^^xsd:string ;
    rdfs:comment "VAI SYLLABLE OO"@en .

<http://lexvo.org/id/char/A572> a lvont:Character ;
    lvont:represents "ꕲ"^^xsd:string ;
    rdfs:comment "VAI SYLLABLE OON"@en .

<http://lexvo.org/id/char/A573> a lvont:Character ;
    lvont:represents "ꕳ"^^xsd:string ;
    rdfs:comment "VAI SYLLABLE HOO"@en .

<http://lexvo.org/id/char/A574> a lvont:Character ;
    lvont:represents "ꕴ"^^xsd:string ;
    rdfs:comment "VAI SYLLABLE WOO"@en .

<http://lexvo.org/id/char/A575> a lvont:Character ;
    lvont:represents "ꕵ"^^xsd:string ;
    rdfs:comment "VAI SYLLABLE WOON"@en .

<http://lexvo.org/id/char/A576> a lvont:Character ;
    lvont:represents "ꕶ"^^xsd:string ;
    rdfs:comment "VAI SYLLABLE POO"@en .

<http://lexvo.org/id/char/A577> a lvont:Character ;
    lvont:represents "ꕷ"^^xsd:string ;
    rdfs:comment "VAI SYLLABLE BHOO"@en .

<http://lexvo.org/id/char/A578> a lvont:Character ;
    lvont:represents "ꕸ"^^xsd:string ;
    rdfs:comment "VAI SYLLABLE BOO"@en .

<http://lexvo.org/id/char/A579> a lvont:Character ;
    lvont:represents "ꕹ"^^xsd:string ;
    rdfs:comment "VAI SYLLABLE MBOO"@en .

<http://lexvo.org/id/char/A57A> a lvont:Character ;
    lvont:represents "ꕺ"^^xsd:string ;
    rdfs:comment "VAI SYLLABLE KPOO"@en .

<http://lexvo.org/id/char/A57B> a lvont:Character ;
    lvont:represents "ꕻ"^^xsd:string ;
    rdfs:comment "VAI SYLLABLE MGBOO"@en .

<http://lexvo.org/id/char/A57C> a lvont:Character ;
    lvont:represents "ꕼ"^^xsd:string ;
    rdfs:comment "VAI SYLLABLE GBOO"@en .

<http://lexvo.org/id/char/A57D> a lvont:Character ;
    lvont:represents "ꕽ"^^xsd:string ;
    rdfs:comment "VAI SYLLABLE FOO"@en .

<http://lexvo.org/id/char/A57E> a lvont:Character ;
    lvont:represents "ꕾ"^^xsd:string ;
    rdfs:comment "VAI SYLLABLE VOO"@en .

<http://lexvo.org/id/char/A57F> a lvont:Character ;
    lvont:represents "ꕿ"^^xsd:string ;
    rdfs:comment "VAI SYLLABLE TOO"@en .

<http://lexvo.org/id/char/A580> a lvont:Character ;
    lvont:represents "ꖀ"^^xsd:string ;
    rdfs:comment "VAI SYLLABLE THOO"@en .

<http://lexvo.org/id/char/A581> a lvont:Character ;
    lvont:represents "ꖁ"^^xsd:string ;
    rdfs:comment "VAI SYLLABLE DHOO"@en .

<http://lexvo.org/id/char/A582> a lvont:Character ;
    lvont:represents "ꖂ"^^xsd:string ;
    rdfs:comment "VAI SYLLABLE DHHOO"@en .

<http://lexvo.org/id/char/A583> a lvont:Character ;
    lvont:represents "ꖃ"^^xsd:string ;
    rdfs:comment "VAI SYLLABLE LOO"@en .

<http://lexvo.org/id/char/A584> a lvont:Character ;
    lvont:represents "ꖄ"^^xsd:string ;
    rdfs:comment "VAI SYLLABLE ROO"@en .

<http://lexvo.org/id/char/A585> a lvont:Character ;
    lvont:represents "ꖅ"^^xsd:string ;
    rdfs:comment "VAI SYLLABLE DOO"@en .

<http://lexvo.org/id/char/A586> a lvont:Character ;
    lvont:represents "ꖆ"^^xsd:string ;
    rdfs:comment "VAI SYLLABLE NDOO"@en .

<http://lexvo.org/id/char/A587> a lvont:Character ;
    lvont:represents "ꖇ"^^xsd:string ;
    rdfs:comment "VAI SYLLABLE SOO"@en .

<http://lexvo.org/id/char/A588> a lvont:Character ;
    lvont:represents "ꖈ"^^xsd:string ;
    rdfs:comment "VAI SYLLABLE SHOO"@en .

<http://lexvo.org/id/char/A589> a lvont:Character ;
    lvont:represents "ꖉ"^^xsd:string ;
    rdfs:comment "VAI SYLLABLE ZOO"@en .

<http://lexvo.org/id/char/A58A> a lvont:Character ;
    lvont:represents "ꖊ"^^xsd:string ;
    rdfs:comment "VAI SYLLABLE ZHOO"@en .

<http://lexvo.org/id/char/A58B> a lvont:Character ;
    lvont:represents "ꖋ"^^xsd:string ;
    rdfs:comment "VAI SYLLABLE COO"@en .

<http://lexvo.org/id/char/A58C> a lvont:Character ;
    lvont:represents "ꖌ"^^xsd:string ;
    rdfs:comment "VAI SYLLABLE JOO"@en .

<http://lexvo.org/id/char/A58D> a lvont:Character ;
    lvont:represents "ꖍ"^^xsd:string ;
    rdfs:comment "VAI SYLLABLE NJOO"@en .

<http://lexvo.org/id/char/A58E> a lvont:Character ;
    lvont:represents "ꖎ"^^xsd:string ;
    rdfs:comment "VAI SYLLABLE YOO"@en .

<http://lexvo.org/id/char/A58F> a lvont:Character ;
    lvont:represents "ꖏ"^^xsd:string ;
    rdfs:comment "VAI SYLLABLE KOO"@en .

<http://lexvo.org/id/char/A590> a lvont:Character ;
    lvont:represents "ꖐ"^^xsd:string ;
    rdfs:comment "VAI SYLLABLE NGGOO"@en .

<http://lexvo.org/id/char/A591> a lvont:Character ;
    lvont:represents "ꖑ"^^xsd:string ;
    rdfs:comment "VAI SYLLABLE GOO"@en .

<http://lexvo.org/id/char/A592> a lvont:Character ;
    lvont:represents "ꖒ"^^xsd:string ;
    rdfs:comment "VAI SYLLABLE MOO"@en .

<http://lexvo.org/id/char/A593> a lvont:Character ;
    lvont:represents "ꖓ"^^xsd:string ;
    rdfs:comment "VAI SYLLABLE NOO"@en .

<http://lexvo.org/id/char/A594> a lvont:Character ;
    lvont:represents "ꖔ"^^xsd:string ;
    rdfs:comment "VAI SYLLABLE NYOO"@en .

<http://lexvo.org/id/char/A595> a lvont:Character ;
    lvont:represents "ꖕ"^^xsd:string ;
    rdfs:comment "VAI SYLLABLE U"@en .

<http://lexvo.org/id/char/A596> a lvont:Character ;
    lvont:represents "ꖖ"^^xsd:string ;
    rdfs:comment "VAI SYLLABLE UN"@en .

<http://lexvo.org/id/char/A597> a lvont:Character ;
    lvont:represents "ꖗ"^^xsd:string ;
    rdfs:comment "VAI SYLLABLE HU"@en .

<http://lexvo.org/id/char/A598> a lvont:Character ;
    lvont:represents "ꖘ"^^xsd:string ;
    rdfs:comment "VAI SYLLABLE HUN"@en .

<http://lexvo.org/id/char/A599> a lvont:Character ;
    lvont:represents "ꖙ"^^xsd:string ;
    rdfs:comment "VAI SYLLABLE WU"@en .

<http://lexvo.org/id/char/A59A> a lvont:Character ;
    lvont:represents "ꖚ"^^xsd:string ;
    rdfs:comment "VAI SYLLABLE WUN"@en .

<http://lexvo.org/id/char/A59B> a lvont:Character ;
    lvont:represents "ꖛ"^^xsd:string ;
    rdfs:comment "VAI SYLLABLE PU"@en .

<http://lexvo.org/id/char/A59C> a lvont:Character ;
    lvont:represents "ꖜ"^^xsd:string ;
    rdfs:comment "VAI SYLLABLE BHU"@en .

<http://lexvo.org/id/char/A59D> a lvont:Character ;
    lvont:represents "ꖝ"^^xsd:string ;
    rdfs:comment "VAI SYLLABLE BU"@en .

<http://lexvo.org/id/char/A59E> a lvont:Character ;
    lvont:represents "ꖞ"^^xsd:string ;
    rdfs:comment "VAI SYLLABLE MBU"@en .

<http://lexvo.org/id/char/A59F> a lvont:Character ;
    lvont:represents "ꖟ"^^xsd:string ;
    rdfs:comment "VAI SYLLABLE KPU"@en .

<http://lexvo.org/id/char/A5A0> a lvont:Character ;
    lvont:represents "ꖠ"^^xsd:string ;
    rdfs:comment "VAI SYLLABLE MGBU"@en .

<http://lexvo.org/id/char/A5A1> a lvont:Character ;
    lvont:represents "ꖡ"^^xsd:string ;
    rdfs:comment "VAI SYLLABLE GBU"@en .

<http://lexvo.org/id/char/A5A2> a lvont:Character ;
    lvont:represents "ꖢ"^^xsd:string ;
    rdfs:comment "VAI SYLLABLE FU"@en .

<http://lexvo.org/id/char/A5A3> a lvont:Character ;
    lvont:represents "ꖣ"^^xsd:string ;
    rdfs:comment "VAI SYLLABLE VU"@en .

<http://lexvo.org/id/char/A5A4> a lvont:Character ;
    lvont:represents "ꖤ"^^xsd:string ;
    rdfs:comment "VAI SYLLABLE TU"@en .

<http://lexvo.org/id/char/A5A5> a lvont:Character ;
    lvont:represents "ꖥ"^^xsd:string ;
    rdfs:comment "VAI SYLLABLE THU"@en .

<http://lexvo.org/id/char/A5A6> a lvont:Character ;
    lvont:represents "ꖦ"^^xsd:string ;
    rdfs:comment "VAI SYLLABLE DHU"@en .

<http://lexvo.org/id/char/A5A7> a lvont:Character ;
    lvont:represents "ꖧ"^^xsd:string ;
    rdfs:comment "VAI SYLLABLE DHHU"@en .

<http://lexvo.org/id/char/A5A8> a lvont:Character ;
    lvont:represents "ꖨ"^^xsd:string ;
    rdfs:comment "VAI SYLLABLE LU"@en .

<http://lexvo.org/id/char/A5A9> a lvont:Character ;
    lvont:represents "ꖩ"^^xsd:string ;
    rdfs:comment "VAI SYLLABLE RU"@en .

<http://lexvo.org/id/char/A5AA> a lvont:Character ;
    lvont:represents "ꖪ"^^xsd:string ;
    rdfs:comment "VAI SYLLABLE DU"@en .

<http://lexvo.org/id/char/A5AB> a lvont:Character ;
    lvont:represents "ꖫ"^^xsd:string ;
    rdfs:comment "VAI SYLLABLE NDU"@en .

<http://lexvo.org/id/char/A5AC> a lvont:Character ;
    lvont:represents "ꖬ"^^xsd:string ;
    rdfs:comment "VAI SYLLABLE SU"@en .

<http://lexvo.org/id/char/A5AD> a lvont:Character ;
    lvont:represents "ꖭ"^^xsd:string ;
    rdfs:comment "VAI SYLLABLE SHU"@en .

<http://lexvo.org/id/char/A5AE> a lvont:Character ;
    lvont:represents "ꖮ"^^xsd:string ;
    rdfs:comment "VAI SYLLABLE ZU"@en .

<http://lexvo.org/id/char/A5AF> a lvont:Character ;
    lvont:represents "ꖯ"^^xsd:string ;
    rdfs:comment "VAI SYLLABLE ZHU"@en .

<http://lexvo.org/id/char/A5B0> a lvont:Character ;
    lvont:represents "ꖰ"^^xsd:string ;
    rdfs:comment "VAI SYLLABLE CU"@en .

<http://lexvo.org/id/char/A5B1> a lvont:Character ;
    lvont:represents "ꖱ"^^xsd:string ;
    rdfs:comment "VAI SYLLABLE JU"@en .

<http://lexvo.org/id/char/A5B2> a lvont:Character ;
    lvont:represents "ꖲ"^^xsd:string ;
    rdfs:comment "VAI SYLLABLE NJU"@en .

<http://lexvo.org/id/char/A5B3> a lvont:Character ;
    lvont:represents "ꖳ"^^xsd:string ;
    rdfs:comment "VAI SYLLABLE YU"@en .

<http://lexvo.org/id/char/A5B4> a lvont:Character ;
    lvont:represents "ꖴ"^^xsd:string ;
    rdfs:comment "VAI SYLLABLE KU"@en .

<http://lexvo.org/id/char/A5B5> a lvont:Character ;
    lvont:represents "ꖵ"^^xsd:string ;
    rdfs:comment "VAI SYLLABLE NGGU"@en .

<http://lexvo.org/id/char/A5B6> a lvont:Character ;
    lvont:represents "ꖶ"^^xsd:string ;
    rdfs:comment "VAI SYLLABLE GU"@en .

<http://lexvo.org/id/char/A5B7> a lvont:Character ;
    lvont:represents "ꖷ"^^xsd:string ;
    rdfs:comment "VAI SYLLABLE MU"@en .

<http://lexvo.org/id/char/A5B8> a lvont:Character ;
    lvont:represents "ꖸ"^^xsd:string ;
    rdfs:comment "VAI SYLLABLE NU"@en .

<http://lexvo.org/id/char/A5B9> a lvont:Character ;
    lvont:represents "ꖹ"^^xsd:string ;
    rdfs:comment "VAI SYLLABLE NYU"@en .

<http://lexvo.org/id/char/A5BA> a lvont:Character ;
    lvont:represents "ꖺ"^^xsd:string ;
    rdfs:comment "VAI SYLLABLE O"@en .

<http://lexvo.org/id/char/A5BB> a lvont:Character ;
    lvont:represents "ꖻ"^^xsd:string ;
    rdfs:comment "VAI SYLLABLE ON"@en .

<http://lexvo.org/id/char/A5BC> a lvont:Character ;
    lvont:represents "ꖼ"^^xsd:string ;
    rdfs:comment "VAI SYLLABLE NGON"@en .

<http://lexvo.org/id/char/A5BD> a lvont:Character ;
    lvont:represents "ꖽ"^^xsd:string ;
    rdfs:comment "VAI SYLLABLE HO"@en .

<http://lexvo.org/id/char/A5BE> a lvont:Character ;
    lvont:represents "ꖾ"^^xsd:string ;
    rdfs:comment "VAI SYLLABLE HON"@en .

<http://lexvo.org/id/char/A5BF> a lvont:Character ;
    lvont:represents "ꖿ"^^xsd:string ;
    rdfs:comment "VAI SYLLABLE WO"@en .

<http://lexvo.org/id/char/A5C0> a lvont:Character ;
    lvont:represents "ꗀ"^^xsd:string ;
    rdfs:comment "VAI SYLLABLE WON"@en .

<http://lexvo.org/id/char/A5C1> a lvont:Character ;
    lvont:represents "ꗁ"^^xsd:string ;
    rdfs:comment "VAI SYLLABLE PO"@en .

<http://lexvo.org/id/char/A5C2> a lvont:Character ;
    lvont:represents "ꗂ"^^xsd:string ;
    rdfs:comment "VAI SYLLABLE BHO"@en .

<http://lexvo.org/id/char/A5C3> a lvont:Character ;
    lvont:represents "ꗃ"^^xsd:string ;
    rdfs:comment "VAI SYLLABLE BO"@en .

<http://lexvo.org/id/char/A5C4> a lvont:Character ;
    lvont:represents "ꗄ"^^xsd:string ;
    rdfs:comment "VAI SYLLABLE MBO"@en .

<http://lexvo.org/id/char/A5C5> a lvont:Character ;
    lvont:represents "ꗅ"^^xsd:string ;
    rdfs:comment "VAI SYLLABLE KPO"@en .

<http://lexvo.org/id/char/A5C6> a lvont:Character ;
    lvont:represents "ꗆ"^^xsd:string ;
    rdfs:comment "VAI SYLLABLE MGBO"@en .

<http://lexvo.org/id/char/A5C7> a lvont:Character ;
    lvont:represents "ꗇ"^^xsd:string ;
    rdfs:comment "VAI SYLLABLE GBO"@en .

<http://lexvo.org/id/char/A5C8> a lvont:Character ;
    lvont:represents "ꗈ"^^xsd:string ;
    rdfs:comment "VAI SYLLABLE GBON"@en .

<http://lexvo.org/id/char/A5C9> a lvont:Character ;
    lvont:represents "ꗉ"^^xsd:string ;
    rdfs:comment "VAI SYLLABLE FO"@en .

<http://lexvo.org/id/char/A5CA> a lvont:Character ;
    lvont:represents "ꗊ"^^xsd:string ;
    rdfs:comment "VAI SYLLABLE VO"@en .

<http://lexvo.org/id/char/A5CB> a lvont:Character ;
    lvont:represents "ꗋ"^^xsd:string ;
    rdfs:comment "VAI SYLLABLE TO"@en .

<http://lexvo.org/id/char/A5CC> a lvont:Character ;
    lvont:represents "ꗌ"^^xsd:string ;
    rdfs:comment "VAI SYLLABLE THO"@en .

<http://lexvo.org/id/char/A5CD> a lvont:Character ;
    lvont:represents "ꗍ"^^xsd:string ;
    rdfs:comment "VAI SYLLABLE DHO"@en .

<http://lexvo.org/id/char/A5CE> a lvont:Character ;
    lvont:represents "ꗎ"^^xsd:string ;
    rdfs:comment "VAI SYLLABLE DHHO"@en .

<http://lexvo.org/id/char/A5CF> a lvont:Character ;
    lvont:represents "ꗏ"^^xsd:string ;
    rdfs:comment "VAI SYLLABLE LO"@en .

<http://lexvo.org/id/char/A5D0> a lvont:Character ;
    lvont:represents "ꗐ"^^xsd:string ;
    rdfs:comment "VAI SYLLABLE RO"@en .

<http://lexvo.org/id/char/A5D1> a lvont:Character ;
    lvont:represents "ꗑ"^^xsd:string ;
    rdfs:comment "VAI SYLLABLE DO"@en .

<http://lexvo.org/id/char/A5D2> a lvont:Character ;
    lvont:represents "ꗒ"^^xsd:string ;
    rdfs:comment "VAI SYLLABLE NDO"@en .

<http://lexvo.org/id/char/A5D3> a lvont:Character ;
    lvont:represents "ꗓ"^^xsd:string ;
    rdfs:comment "VAI SYLLABLE SO"@en .

<http://lexvo.org/id/char/A5D4> a lvont:Character ;
    lvont:represents "ꗔ"^^xsd:string ;
    rdfs:comment "VAI SYLLABLE SHO"@en .

<http://lexvo.org/id/char/A5D5> a lvont:Character ;
    lvont:represents "ꗕ"^^xsd:string ;
    rdfs:comment "VAI SYLLABLE ZO"@en .

<http://lexvo.org/id/char/A5D6> a lvont:Character ;
    lvont:represents "ꗖ"^^xsd:string ;
    rdfs:comment "VAI SYLLABLE ZHO"@en .

<http://lexvo.org/id/char/A5D7> a lvont:Character ;
    lvont:represents "ꗗ"^^xsd:string ;
    rdfs:comment "VAI SYLLABLE CO"@en .

<http://lexvo.org/id/char/A5D8> a lvont:Character ;
    lvont:represents "ꗘ"^^xsd:string ;
    rdfs:comment "VAI SYLLABLE JO"@en .

<http://lexvo.org/id/char/A5D9> a lvont:Character ;
    lvont:represents "ꗙ"^^xsd:string ;
    rdfs:comment "VAI SYLLABLE NJO"@en .

<http://lexvo.org/id/char/A5DA> a lvont:Character ;
    lvont:represents "ꗚ"^^xsd:string ;
    rdfs:comment "VAI SYLLABLE YO"@en .

<http://lexvo.org/id/char/A5DB> a lvont:Character ;
    lvont:represents "ꗛ"^^xsd:string ;
    rdfs:comment "VAI SYLLABLE KO"@en .

<http://lexvo.org/id/char/A5DC> a lvont:Character ;
    lvont:represents "ꗜ"^^xsd:string ;
    rdfs:comment "VAI SYLLABLE NGGO"@en .

<http://lexvo.org/id/char/A5DD> a lvont:Character ;
    lvont:represents "ꗝ"^^xsd:string ;
    rdfs:comment "VAI SYLLABLE GO"@en .

<http://lexvo.org/id/char/A5DE> a lvont:Character ;
    lvont:represents "ꗞ"^^xsd:string ;
    rdfs:comment "VAI SYLLABLE MO"@en .

<http://lexvo.org/id/char/A5DF> a lvont:Character ;
    lvont:represents "ꗟ"^^xsd:string ;
    rdfs:comment "VAI SYLLABLE NO"@en .

<http://lexvo.org/id/char/A5E0> a lvont:Character ;
    lvont:represents "ꗠ"^^xsd:string ;
    rdfs:comment "VAI SYLLABLE NYO"@en .

<http://lexvo.org/id/char/A5E1> a lvont:Character ;
    lvont:represents "ꗡ"^^xsd:string ;
    rdfs:comment "VAI SYLLABLE E"@en .

<http://lexvo.org/id/char/A5E2> a lvont:Character ;
    lvont:represents "ꗢ"^^xsd:string ;
    rdfs:comment "VAI SYLLABLE EN"@en .

<http://lexvo.org/id/char/A5E3> a lvont:Character ;
    lvont:represents "ꗣ"^^xsd:string ;
    rdfs:comment "VAI SYLLABLE NGEN"@en .

<http://lexvo.org/id/char/A5E4> a lvont:Character ;
    lvont:represents "ꗤ"^^xsd:string ;
    rdfs:comment "VAI SYLLABLE HE"@en .

<http://lexvo.org/id/char/A5E5> a lvont:Character ;
    lvont:represents "ꗥ"^^xsd:string ;
    rdfs:comment "VAI SYLLABLE HEN"@en .

<http://lexvo.org/id/char/A5E6> a lvont:Character ;
    lvont:represents "ꗦ"^^xsd:string ;
    rdfs:comment "VAI SYLLABLE WE"@en .

<http://lexvo.org/id/char/A5E7> a lvont:Character ;
    lvont:represents "ꗧ"^^xsd:string ;
    rdfs:comment "VAI SYLLABLE WEN"@en .

<http://lexvo.org/id/char/A5E8> a lvont:Character ;
    lvont:represents "ꗨ"^^xsd:string ;
    rdfs:comment "VAI SYLLABLE PE"@en .

<http://lexvo.org/id/char/A5E9> a lvont:Character ;
    lvont:represents "ꗩ"^^xsd:string ;
    rdfs:comment "VAI SYLLABLE BHE"@en .

<http://lexvo.org/id/char/A5EA> a lvont:Character ;
    lvont:represents "ꗪ"^^xsd:string ;
    rdfs:comment "VAI SYLLABLE BE"@en .

<http://lexvo.org/id/char/A5EB> a lvont:Character ;
    lvont:represents "ꗫ"^^xsd:string ;
    rdfs:comment "VAI SYLLABLE MBE"@en .

<http://lexvo.org/id/char/A5EC> a lvont:Character ;
    lvont:represents "ꗬ"^^xsd:string ;
    rdfs:comment "VAI SYLLABLE KPE"@en .

<http://lexvo.org/id/char/A5ED> a lvont:Character ;
    lvont:represents "ꗭ"^^xsd:string ;
    rdfs:comment "VAI SYLLABLE KPEN"@en .

<http://lexvo.org/id/char/A5EE> a lvont:Character ;
    lvont:represents "ꗮ"^^xsd:string ;
    rdfs:comment "VAI SYLLABLE MGBE"@en .

<http://lexvo.org/id/char/A5EF> a lvont:Character ;
    lvont:represents "ꗯ"^^xsd:string ;
    rdfs:comment "VAI SYLLABLE GBE"@en .

<http://lexvo.org/id/char/A5F0> a lvont:Character ;
    lvont:represents "ꗰ"^^xsd:string ;
    rdfs:comment "VAI SYLLABLE GBEN"@en .

<http://lexvo.org/id/char/A5F1> a lvont:Character ;
    lvont:represents "ꗱ"^^xsd:string ;
    rdfs:comment "VAI SYLLABLE FE"@en .

<http://lexvo.org/id/char/A5F2> a lvont:Character ;
    lvont:represents "ꗲ"^^xsd:string ;
    rdfs:comment "VAI SYLLABLE VE"@en .

<http://lexvo.org/id/char/A5F3> a lvont:Character ;
    lvont:represents "ꗳ"^^xsd:string ;
    rdfs:comment "VAI SYLLABLE TE"@en .

<http://lexvo.org/id/char/A5F4> a lvont:Character ;
    lvont:represents "ꗴ"^^xsd:string ;
    rdfs:comment "VAI SYLLABLE THE"@en .

<http://lexvo.org/id/char/A5F5> a lvont:Character ;
    lvont:represents "ꗵ"^^xsd:string ;
    rdfs:comment "VAI SYLLABLE DHE"@en .

<http://lexvo.org/id/char/A5F6> a lvont:Character ;
    lvont:represents "ꗶ"^^xsd:string ;
    rdfs:comment "VAI SYLLABLE DHHE"@en .

<http://lexvo.org/id/char/A5F7> a lvont:Character ;
    lvont:represents "ꗷ"^^xsd:string ;
    rdfs:comment "VAI SYLLABLE LE"@en .

<http://lexvo.org/id/char/A5F8> a lvont:Character ;
    lvont:represents "ꗸ"^^xsd:string ;
    rdfs:comment "VAI SYLLABLE RE"@en .

<http://lexvo.org/id/char/A5F9> a lvont:Character ;
    lvont:represents "ꗹ"^^xsd:string ;
    rdfs:comment "VAI SYLLABLE DE"@en .

<http://lexvo.org/id/char/A5FA> a lvont:Character ;
    lvont:represents "ꗺ"^^xsd:string ;
    rdfs:comment "VAI SYLLABLE NDE"@en .

<http://lexvo.org/id/char/A5FB> a lvont:Character ;
    lvont:represents "ꗻ"^^xsd:string ;
    rdfs:comment "VAI SYLLABLE SE"@en .

<http://lexvo.org/id/char/A5FC> a lvont:Character ;
    lvont:represents "ꗼ"^^xsd:string ;
    rdfs:comment "VAI SYLLABLE SHE"@en .

<http://lexvo.org/id/char/A5FD> a lvont:Character ;
    lvont:represents "ꗽ"^^xsd:string ;
    rdfs:comment "VAI SYLLABLE ZE"@en .

<http://lexvo.org/id/char/A5FE> a lvont:Character ;
    lvont:represents "ꗾ"^^xsd:string ;
    rdfs:comment "VAI SYLLABLE ZHE"@en .

<http://lexvo.org/id/char/A5FF> a lvont:Character ;
    lvont:represents "ꗿ"^^xsd:string ;
    rdfs:comment "VAI SYLLABLE CE"@en .

<http://lexvo.org/id/char/A600> a lvont:Character ;
    lvont:represents "ꘀ"^^xsd:string ;
    rdfs:comment "VAI SYLLABLE JE"@en .

<http://lexvo.org/id/char/A601> a lvont:Character ;
    lvont:represents "ꘁ"^^xsd:string ;
    rdfs:comment "VAI SYLLABLE NJE"@en .

<http://lexvo.org/id/char/A602> a lvont:Character ;
    lvont:represents "ꘂ"^^xsd:string ;
    rdfs:comment "VAI SYLLABLE YE"@en .

<http://lexvo.org/id/char/A603> a lvont:Character ;
    lvont:represents "ꘃ"^^xsd:string ;
    rdfs:comment "VAI SYLLABLE KE"@en .

<http://lexvo.org/id/char/A604> a lvont:Character ;
    lvont:represents "ꘄ"^^xsd:string ;
    rdfs:comment "VAI SYLLABLE NGGE"@en .

<http://lexvo.org/id/char/A605> a lvont:Character ;
    lvont:represents "ꘅ"^^xsd:string ;
    rdfs:comment "VAI SYLLABLE NGGEN"@en .

<http://lexvo.org/id/char/A606> a lvont:Character ;
    lvont:represents "ꘆ"^^xsd:string ;
    rdfs:comment "VAI SYLLABLE GE"@en .

<http://lexvo.org/id/char/A607> a lvont:Character ;
    lvont:represents "ꘇ"^^xsd:string ;
    rdfs:comment "VAI SYLLABLE GEN"@en .

<http://lexvo.org/id/char/A608> a lvont:Character ;
    lvont:represents "ꘈ"^^xsd:string ;
    rdfs:comment "VAI SYLLABLE ME"@en .

<http://lexvo.org/id/char/A609> a lvont:Character ;
    lvont:represents "ꘉ"^^xsd:string ;
    rdfs:comment "VAI SYLLABLE NE"@en .

<http://lexvo.org/id/char/A60A> a lvont:Character ;
    lvont:represents "ꘊ"^^xsd:string ;
    rdfs:comment "VAI SYLLABLE NYE"@en .

<http://lexvo.org/id/char/A60B> a lvont:Character ;
    lvont:represents "ꘋ"^^xsd:string ;
    rdfs:comment "VAI SYLLABLE NG"@en .

<http://lexvo.org/id/char/A60C> a lvont:Character ;
    lvont:represents "ꘌ"^^xsd:string ;
    rdfs:comment "VAI SYLLABLE LENGTHENER"@en .

<http://lexvo.org/id/char/A60D> a lvont:Character ;
    lvont:represents "꘍"^^xsd:string ;
    rdfs:comment "VAI COMMA"@en .

<http://lexvo.org/id/char/A60E> a lvont:Character ;
    lvont:represents "꘎"^^xsd:string ;
    rdfs:comment "VAI FULL STOP"@en .

<http://lexvo.org/id/char/A60F> a lvont:Character ;
    lvont:represents "꘏"^^xsd:string ;
    rdfs:comment "VAI QUESTION MARK"@en .

<http://lexvo.org/id/char/A610> a lvont:Character ;
    lvont:represents "ꘐ"^^xsd:string ;
    rdfs:comment "VAI SYLLABLE NDOLE FA"@en .

<http://lexvo.org/id/char/A611> a lvont:Character ;
    lvont:represents "ꘑ"^^xsd:string ;
    rdfs:comment "VAI SYLLABLE NDOLE KA"@en .

<http://lexvo.org/id/char/A612> a lvont:Character ;
    lvont:represents "ꘒ"^^xsd:string ;
    rdfs:comment "VAI SYLLABLE NDOLE SOO"@en .

<http://lexvo.org/id/char/A613> a lvont:Character ;
    lvont:represents "ꘓ"^^xsd:string ;
    rdfs:comment "VAI SYMBOL FEENG"@en .

<http://lexvo.org/id/char/A614> a lvont:Character ;
    lvont:represents "ꘔ"^^xsd:string ;
    rdfs:comment "VAI SYMBOL KEENG"@en .

<http://lexvo.org/id/char/A615> a lvont:Character ;
    lvont:represents "ꘕ"^^xsd:string ;
    rdfs:comment "VAI SYMBOL TING"@en .

<http://lexvo.org/id/char/A616> a lvont:Character ;
    lvont:represents "ꘖ"^^xsd:string ;
    rdfs:comment "VAI SYMBOL NII"@en .

<http://lexvo.org/id/char/A617> a lvont:Character ;
    lvont:represents "ꘗ"^^xsd:string ;
    rdfs:comment "VAI SYMBOL BANG"@en .

<http://lexvo.org/id/char/A618> a lvont:Character ;
    lvont:represents "ꘘ"^^xsd:string ;
    rdfs:comment "VAI SYMBOL FAA"@en .

<http://lexvo.org/id/char/A619> a lvont:Character ;
    lvont:represents "ꘙ"^^xsd:string ;
    rdfs:comment "VAI SYMBOL TAA"@en .

<http://lexvo.org/id/char/A61A> a lvont:Character ;
    lvont:represents "ꘚ"^^xsd:string ;
    rdfs:comment "VAI SYMBOL DANG"@en .

<http://lexvo.org/id/char/A61B> a lvont:Character ;
    lvont:represents "ꘛ"^^xsd:string ;
    rdfs:comment "VAI SYMBOL DOONG"@en .

<http://lexvo.org/id/char/A61C> a lvont:Character ;
    lvont:represents "ꘜ"^^xsd:string ;
    rdfs:comment "VAI SYMBOL KUNG"@en .

<http://lexvo.org/id/char/A61D> a lvont:Character ;
    lvont:represents "ꘝ"^^xsd:string ;
    rdfs:comment "VAI SYMBOL TONG"@en .

<http://lexvo.org/id/char/A61E> a lvont:Character ;
    lvont:represents "ꘞ"^^xsd:string ;
    rdfs:comment "VAI SYMBOL DO-O"@en .

<http://lexvo.org/id/char/A61F> a lvont:Character ;
    lvont:represents "ꘟ"^^xsd:string ;
    rdfs:comment "VAI SYMBOL JONG"@en .

<http://lexvo.org/id/char/A620> a lvont:Character ;
    lvont:represents "꘠"^^xsd:string ;
    rdfs:comment "VAI DIGIT ZERO"@en .

<http://lexvo.org/id/char/A621> a lvont:Character ;
    lvont:represents "꘡"^^xsd:string ;
    rdfs:comment "VAI DIGIT ONE"@en .

<http://lexvo.org/id/char/A622> a lvont:Character ;
    lvont:represents "꘢"^^xsd:string ;
    rdfs:comment "VAI DIGIT TWO"@en .

<http://lexvo.org/id/char/A623> a lvont:Character ;
    lvont:represents "꘣"^^xsd:string ;
    rdfs:comment "VAI DIGIT THREE"@en .

<http://lexvo.org/id/char/A624> a lvont:Character ;
    lvont:represents "꘤"^^xsd:string ;
    rdfs:comment "VAI DIGIT FOUR"@en .

<http://lexvo.org/id/char/A625> a lvont:Character ;
    lvont:represents "꘥"^^xsd:string ;
    rdfs:comment "VAI DIGIT FIVE"@en .

<http://lexvo.org/id/char/A626> a lvont:Character ;
    lvont:represents "꘦"^^xsd:string ;
    rdfs:comment "VAI DIGIT SIX"@en .

<http://lexvo.org/id/char/A627> a lvont:Character ;
    lvont:represents "꘧"^^xsd:string ;
    rdfs:comment "VAI DIGIT SEVEN"@en .

<http://lexvo.org/id/char/A628> a lvont:Character ;
    lvont:represents "꘨"^^xsd:string ;
    rdfs:comment "VAI DIGIT EIGHT"@en .

<http://lexvo.org/id/char/A629> a lvont:Character ;
    lvont:represents "꘩"^^xsd:string ;
    rdfs:comment "VAI DIGIT NINE"@en .

<http://lexvo.org/id/char/A62A> a lvont:Character ;
    lvont:represents "ꘪ"^^xsd:string ;
    rdfs:comment "VAI SYLLABLE NDOLE MA"@en .

<http://lexvo.org/id/char/A62B> a lvont:Character ;
    lvont:represents "ꘫ"^^xsd:string ;
    rdfs:comment "VAI SYLLABLE NDOLE DO"@en .

<http://lexvo.org/id/char/A640> a lvont:Character ;
    lvont:represents "Ꙁ"^^xsd:string ;
    rdfs:comment "CYRILLIC CAPITAL LETTER ZEMLYA"@en .

<http://lexvo.org/id/char/A641> a lvont:Character ;
    lvont:represents "ꙁ"^^xsd:string ;
    rdfs:comment "CYRILLIC SMALL LETTER ZEMLYA"@en .

<http://lexvo.org/id/char/A642> a lvont:Character ;
    lvont:represents "Ꙃ"^^xsd:string ;
    rdfs:comment "CYRILLIC CAPITAL LETTER DZELO"@en .

<http://lexvo.org/id/char/A643> a lvont:Character ;
    lvont:represents "ꙃ"^^xsd:string ;
    rdfs:comment "CYRILLIC SMALL LETTER DZELO"@en .

<http://lexvo.org/id/char/A644> a lvont:Character ;
    lvont:represents "Ꙅ"^^xsd:string ;
    rdfs:comment "CYRILLIC CAPITAL LETTER REVERSED DZE"@en .

<http://lexvo.org/id/char/A645> a lvont:Character ;
    lvont:represents "ꙅ"^^xsd:string ;
    rdfs:comment "CYRILLIC SMALL LETTER REVERSED DZE"@en .

<http://lexvo.org/id/char/A646> a lvont:Character ;
    lvont:represents "Ꙇ"^^xsd:string ;
    rdfs:comment "CYRILLIC CAPITAL LETTER IOTA"@en .

<http://lexvo.org/id/char/A647> a lvont:Character ;
    lvont:represents "ꙇ"^^xsd:string ;
    rdfs:comment "CYRILLIC SMALL LETTER IOTA"@en .

<http://lexvo.org/id/char/A648> a lvont:Character ;
    lvont:represents "Ꙉ"^^xsd:string ;
    rdfs:comment "CYRILLIC CAPITAL LETTER DJERV"@en .

<http://lexvo.org/id/char/A649> a lvont:Character ;
    lvont:represents "ꙉ"^^xsd:string ;
    rdfs:comment "CYRILLIC SMALL LETTER DJERV"@en .

<http://lexvo.org/id/char/A64A> a lvont:Character ;
    lvont:represents "Ꙋ"^^xsd:string ;
    rdfs:comment "CYRILLIC CAPITAL LETTER MONOGRAPH UK"@en .

<http://lexvo.org/id/char/A64B> a lvont:Character ;
    lvont:represents "ꙋ"^^xsd:string ;
    rdfs:comment "CYRILLIC SMALL LETTER MONOGRAPH UK"@en .

<http://lexvo.org/id/char/A64C> a lvont:Character ;
    lvont:represents "Ꙍ"^^xsd:string ;
    rdfs:comment "CYRILLIC CAPITAL LETTER BROAD OMEGA"@en .

<http://lexvo.org/id/char/A64D> a lvont:Character ;
    lvont:represents "ꙍ"^^xsd:string ;
    rdfs:comment "CYRILLIC SMALL LETTER BROAD OMEGA"@en .

<http://lexvo.org/id/char/A64E> a lvont:Character ;
    lvont:represents "Ꙏ"^^xsd:string ;
    rdfs:comment "CYRILLIC CAPITAL LETTER NEUTRAL YER"@en .

<http://lexvo.org/id/char/A64F> a lvont:Character ;
    lvont:represents "ꙏ"^^xsd:string ;
    rdfs:comment "CYRILLIC SMALL LETTER NEUTRAL YER"@en .

<http://lexvo.org/id/char/A650> a lvont:Character ;
    lvont:represents "Ꙑ"^^xsd:string ;
    rdfs:comment "CYRILLIC CAPITAL LETTER YERU WITH BACK YER"@en .

<http://lexvo.org/id/char/A651> a lvont:Character ;
    lvont:represents "ꙑ"^^xsd:string ;
    rdfs:comment "CYRILLIC SMALL LETTER YERU WITH BACK YER"@en .

<http://lexvo.org/id/char/A652> a lvont:Character ;
    lvont:represents "Ꙓ"^^xsd:string ;
    rdfs:comment "CYRILLIC CAPITAL LETTER IOTIFIED YAT"@en .

<http://lexvo.org/id/char/A653> a lvont:Character ;
    lvont:represents "ꙓ"^^xsd:string ;
    rdfs:comment "CYRILLIC SMALL LETTER IOTIFIED YAT"@en .

<http://lexvo.org/id/char/A654> a lvont:Character ;
    lvont:represents "Ꙕ"^^xsd:string ;
    rdfs:comment "CYRILLIC CAPITAL LETTER REVERSED YU"@en .

<http://lexvo.org/id/char/A655> a lvont:Character ;
    lvont:represents "ꙕ"^^xsd:string ;
    rdfs:comment "CYRILLIC SMALL LETTER REVERSED YU"@en .

<http://lexvo.org/id/char/A656> a lvont:Character ;
    lvont:represents "Ꙗ"^^xsd:string ;
    rdfs:comment "CYRILLIC CAPITAL LETTER IOTIFIED A"@en .

<http://lexvo.org/id/char/A657> a lvont:Character ;
    lvont:represents "ꙗ"^^xsd:string ;
    rdfs:comment "CYRILLIC SMALL LETTER IOTIFIED A"@en .

<http://lexvo.org/id/char/A658> a lvont:Character ;
    lvont:represents "Ꙙ"^^xsd:string ;
    rdfs:comment "CYRILLIC CAPITAL LETTER CLOSED LITTLE YUS"@en .

<http://lexvo.org/id/char/A659> a lvont:Character ;
    lvont:represents "ꙙ"^^xsd:string ;
    rdfs:comment "CYRILLIC SMALL LETTER CLOSED LITTLE YUS"@en .

<http://lexvo.org/id/char/A65A> a lvont:Character ;
    lvont:represents "Ꙛ"^^xsd:string ;
    rdfs:comment "CYRILLIC CAPITAL LETTER BLENDED YUS"@en .

<http://lexvo.org/id/char/A65B> a lvont:Character ;
    lvont:represents "ꙛ"^^xsd:string ;
    rdfs:comment "CYRILLIC SMALL LETTER BLENDED YUS"@en .

<http://lexvo.org/id/char/A65C> a lvont:Character ;
    lvont:represents "Ꙝ"^^xsd:string ;
    rdfs:comment "CYRILLIC CAPITAL LETTER IOTIFIED CLOSED LITTLE YUS"@en .

<http://lexvo.org/id/char/A65D> a lvont:Character ;
    lvont:represents "ꙝ"^^xsd:string ;
    rdfs:comment "CYRILLIC SMALL LETTER IOTIFIED CLOSED LITTLE YUS"@en .

<http://lexvo.org/id/char/A65E> a lvont:Character ;
    lvont:represents "Ꙟ"^^xsd:string ;
    rdfs:comment "CYRILLIC CAPITAL LETTER YN"@en .

<http://lexvo.org/id/char/A65F> a lvont:Character ;
    lvont:represents "ꙟ"^^xsd:string ;
    rdfs:comment "CYRILLIC SMALL LETTER YN"@en .

<http://lexvo.org/id/char/A660> a lvont:Character ;
    lvont:represents "Ꙡ"^^xsd:string ;
    rdfs:comment "CYRILLIC CAPITAL LETTER REVERSED TSE"@en .

<http://lexvo.org/id/char/A661> a lvont:Character ;
    lvont:represents "ꙡ"^^xsd:string ;
    rdfs:comment "CYRILLIC SMALL LETTER REVERSED TSE"@en .

<http://lexvo.org/id/char/A662> a lvont:Character ;
    lvont:represents "Ꙣ"^^xsd:string ;
    rdfs:comment "CYRILLIC CAPITAL LETTER SOFT DE"@en .

<http://lexvo.org/id/char/A663> a lvont:Character ;
    lvont:represents "ꙣ"^^xsd:string ;
    rdfs:comment "CYRILLIC SMALL LETTER SOFT DE"@en .

<http://lexvo.org/id/char/A664> a lvont:Character ;
    lvont:represents "Ꙥ"^^xsd:string ;
    rdfs:comment "CYRILLIC CAPITAL LETTER SOFT EL"@en .

<http://lexvo.org/id/char/A665> a lvont:Character ;
    lvont:represents "ꙥ"^^xsd:string ;
    rdfs:comment "CYRILLIC SMALL LETTER SOFT EL"@en .

<http://lexvo.org/id/char/A666> a lvont:Character ;
    lvont:represents "Ꙧ"^^xsd:string ;
    rdfs:comment "CYRILLIC CAPITAL LETTER SOFT EM"@en .

<http://lexvo.org/id/char/A667> a lvont:Character ;
    lvont:represents "ꙧ"^^xsd:string ;
    rdfs:comment "CYRILLIC SMALL LETTER SOFT EM"@en .

<http://lexvo.org/id/char/A668> a lvont:Character ;
    lvont:represents "Ꙩ"^^xsd:string ;
    rdfs:comment "CYRILLIC CAPITAL LETTER MONOCULAR O"@en .

<http://lexvo.org/id/char/A669> a lvont:Character ;
    lvont:represents "ꙩ"^^xsd:string ;
    rdfs:comment "CYRILLIC SMALL LETTER MONOCULAR O"@en .

<http://lexvo.org/id/char/A66A> a lvont:Character ;
    lvont:represents "Ꙫ"^^xsd:string ;
    rdfs:comment "CYRILLIC CAPITAL LETTER BINOCULAR O"@en .

<http://lexvo.org/id/char/A66B> a lvont:Character ;
    lvont:represents "ꙫ"^^xsd:string ;
    rdfs:comment "CYRILLIC SMALL LETTER BINOCULAR O"@en .

<http://lexvo.org/id/char/A66C> a lvont:Character ;
    lvont:represents "Ꙭ"^^xsd:string ;
    rdfs:comment "CYRILLIC CAPITAL LETTER DOUBLE MONOCULAR O"@en .

<http://lexvo.org/id/char/A66D> a lvont:Character ;
    lvont:represents "ꙭ"^^xsd:string ;
    rdfs:comment "CYRILLIC SMALL LETTER DOUBLE MONOCULAR O"@en .

<http://lexvo.org/id/char/A66E> a lvont:Character ;
    lvont:represents "ꙮ"^^xsd:string ;
    rdfs:comment "CYRILLIC LETTER MULTIOCULAR O"@en .

<http://lexvo.org/id/char/A66F> a lvont:Character ;
    lvont:represents "꙯"^^xsd:string ;
    rdfs:comment "COMBINING CYRILLIC VZMET"@en .

<http://lexvo.org/id/char/A670> a lvont:Character ;
    lvont:represents "꙰"^^xsd:string ;
    rdfs:comment "COMBINING CYRILLIC TEN MILLIONS SIGN"@en .

<http://lexvo.org/id/char/A671> a lvont:Character ;
    lvont:represents "꙱"^^xsd:string ;
    rdfs:comment "COMBINING CYRILLIC HUNDRED MILLIONS SIGN"@en .

<http://lexvo.org/id/char/A672> a lvont:Character ;
    lvont:represents "꙲"^^xsd:string ;
    rdfs:comment "COMBINING CYRILLIC THOUSAND MILLIONS SIGN"@en .

<http://lexvo.org/id/char/A673> a lvont:Character ;
    lvont:represents "꙳"^^xsd:string ;
    rdfs:comment "SLAVONIC ASTERISK"@en .

<http://lexvo.org/id/char/A674> a lvont:Character ;
    lvont:represents "ꙴ"^^xsd:string ;
    rdfs:comment "COMBINING CYRILLIC LETTER UKRAINIAN IE"@en .

<http://lexvo.org/id/char/A675> a lvont:Character ;
    lvont:represents "ꙵ"^^xsd:string ;
    rdfs:comment "COMBINING CYRILLIC LETTER I"@en .

<http://lexvo.org/id/char/A676> a lvont:Character ;
    lvont:represents "ꙶ"^^xsd:string ;
    rdfs:comment "COMBINING CYRILLIC LETTER YI"@en .

<http://lexvo.org/id/char/A677> a lvont:Character ;
    lvont:represents "ꙷ"^^xsd:string ;
    rdfs:comment "COMBINING CYRILLIC LETTER U"@en .

<http://lexvo.org/id/char/A678> a lvont:Character ;
    lvont:represents "ꙸ"^^xsd:string ;
    rdfs:comment "COMBINING CYRILLIC LETTER HARD SIGN"@en .

<http://lexvo.org/id/char/A679> a lvont:Character ;
    lvont:represents "ꙹ"^^xsd:string ;
    rdfs:comment "COMBINING CYRILLIC LETTER YERU"@en .

<http://lexvo.org/id/char/A67A> a lvont:Character ;
    lvont:represents "ꙺ"^^xsd:string ;
    rdfs:comment "COMBINING CYRILLIC LETTER SOFT SIGN"@en .

<http://lexvo.org/id/char/A67B> a lvont:Character ;
    lvont:represents "ꙻ"^^xsd:string ;
    rdfs:comment "COMBINING CYRILLIC LETTER OMEGA"@en .

<http://lexvo.org/id/char/A67C> a lvont:Character ;
    lvont:represents "꙼"^^xsd:string ;
    rdfs:comment "COMBINING CYRILLIC KAVYKA"@en .

<http://lexvo.org/id/char/A67D> a lvont:Character ;
    lvont:represents "꙽"^^xsd:string ;
    rdfs:comment "COMBINING CYRILLIC PAYEROK"@en .

<http://lexvo.org/id/char/A67E> a lvont:Character ;
    lvont:represents "꙾"^^xsd:string ;
    rdfs:comment "CYRILLIC KAVYKA"@en .

<http://lexvo.org/id/char/A67F> a lvont:Character ;
    lvont:represents "ꙿ"^^xsd:string ;
    rdfs:comment "CYRILLIC PAYEROK"@en .

<http://lexvo.org/id/char/A680> a lvont:Character ;
    lvont:represents "Ꚁ"^^xsd:string ;
    rdfs:comment "CYRILLIC CAPITAL LETTER DWE"@en .

<http://lexvo.org/id/char/A681> a lvont:Character ;
    lvont:represents "ꚁ"^^xsd:string ;
    rdfs:comment "CYRILLIC SMALL LETTER DWE"@en .

<http://lexvo.org/id/char/A682> a lvont:Character ;
    lvont:represents "Ꚃ"^^xsd:string ;
    rdfs:comment "CYRILLIC CAPITAL LETTER DZWE"@en .

<http://lexvo.org/id/char/A683> a lvont:Character ;
    lvont:represents "ꚃ"^^xsd:string ;
    rdfs:comment "CYRILLIC SMALL LETTER DZWE"@en .

<http://lexvo.org/id/char/A684> a lvont:Character ;
    lvont:represents "Ꚅ"^^xsd:string ;
    rdfs:comment "CYRILLIC CAPITAL LETTER ZHWE"@en .

<http://lexvo.org/id/char/A685> a lvont:Character ;
    lvont:represents "ꚅ"^^xsd:string ;
    rdfs:comment "CYRILLIC SMALL LETTER ZHWE"@en .

<http://lexvo.org/id/char/A686> a lvont:Character ;
    lvont:represents "Ꚇ"^^xsd:string ;
    rdfs:comment "CYRILLIC CAPITAL LETTER CCHE"@en .

<http://lexvo.org/id/char/A687> a lvont:Character ;
    lvont:represents "ꚇ"^^xsd:string ;
    rdfs:comment "CYRILLIC SMALL LETTER CCHE"@en .

<http://lexvo.org/id/char/A688> a lvont:Character ;
    lvont:represents "Ꚉ"^^xsd:string ;
    rdfs:comment "CYRILLIC CAPITAL LETTER DZZE"@en .

<http://lexvo.org/id/char/A689> a lvont:Character ;
    lvont:represents "ꚉ"^^xsd:string ;
    rdfs:comment "CYRILLIC SMALL LETTER DZZE"@en .

<http://lexvo.org/id/char/A68A> a lvont:Character ;
    lvont:represents "Ꚋ"^^xsd:string ;
    rdfs:comment "CYRILLIC CAPITAL LETTER TE WITH MIDDLE HOOK"@en .

<http://lexvo.org/id/char/A68B> a lvont:Character ;
    lvont:represents "ꚋ"^^xsd:string ;
    rdfs:comment "CYRILLIC SMALL LETTER TE WITH MIDDLE HOOK"@en .

<http://lexvo.org/id/char/A68C> a lvont:Character ;
    lvont:represents "Ꚍ"^^xsd:string ;
    rdfs:comment "CYRILLIC CAPITAL LETTER TWE"@en .

<http://lexvo.org/id/char/A68D> a lvont:Character ;
    lvont:represents "ꚍ"^^xsd:string ;
    rdfs:comment "CYRILLIC SMALL LETTER TWE"@en .

<http://lexvo.org/id/char/A68E> a lvont:Character ;
    lvont:represents "Ꚏ"^^xsd:string ;
    rdfs:comment "CYRILLIC CAPITAL LETTER TSWE"@en .

<http://lexvo.org/id/char/A68F> a lvont:Character ;
    lvont:represents "ꚏ"^^xsd:string ;
    rdfs:comment "CYRILLIC SMALL LETTER TSWE"@en .

<http://lexvo.org/id/char/A690> a lvont:Character ;
    lvont:represents "Ꚑ"^^xsd:string ;
    rdfs:comment "CYRILLIC CAPITAL LETTER TSSE"@en .

<http://lexvo.org/id/char/A691> a lvont:Character ;
    lvont:represents "ꚑ"^^xsd:string ;
    rdfs:comment "CYRILLIC SMALL LETTER TSSE"@en .

<http://lexvo.org/id/char/A692> a lvont:Character ;
    lvont:represents "Ꚓ"^^xsd:string ;
    rdfs:comment "CYRILLIC CAPITAL LETTER TCHE"@en .

<http://lexvo.org/id/char/A693> a lvont:Character ;
    lvont:represents "ꚓ"^^xsd:string ;
    rdfs:comment "CYRILLIC SMALL LETTER TCHE"@en .

<http://lexvo.org/id/char/A694> a lvont:Character ;
    lvont:represents "Ꚕ"^^xsd:string ;
    rdfs:comment "CYRILLIC CAPITAL LETTER HWE"@en .

<http://lexvo.org/id/char/A695> a lvont:Character ;
    lvont:represents "ꚕ"^^xsd:string ;
    rdfs:comment "CYRILLIC SMALL LETTER HWE"@en .

<http://lexvo.org/id/char/A696> a lvont:Character ;
    lvont:represents "Ꚗ"^^xsd:string ;
    rdfs:comment "CYRILLIC CAPITAL LETTER SHWE"@en .

<http://lexvo.org/id/char/A697> a lvont:Character ;
    lvont:represents "ꚗ"^^xsd:string ;
    rdfs:comment "CYRILLIC SMALL LETTER SHWE"@en .

<http://lexvo.org/id/char/A69F> a lvont:Character ;
    lvont:represents "ꚟ"^^xsd:string ;
    rdfs:comment "COMBINING CYRILLIC LETTER IOTIFIED E"@en .

<http://lexvo.org/id/char/A6A0> a lvont:Character ;
    lvont:represents "ꚠ"^^xsd:string ;
    rdfs:comment "BAMUM LETTER A"@en .

<http://lexvo.org/id/char/A6A1> a lvont:Character ;
    lvont:represents "ꚡ"^^xsd:string ;
    rdfs:comment "BAMUM LETTER KA"@en .

<http://lexvo.org/id/char/A6A2> a lvont:Character ;
    lvont:represents "ꚢ"^^xsd:string ;
    rdfs:comment "BAMUM LETTER U"@en .

<http://lexvo.org/id/char/A6A3> a lvont:Character ;
    lvont:represents "ꚣ"^^xsd:string ;
    rdfs:comment "BAMUM LETTER KU"@en .

<http://lexvo.org/id/char/A6A4> a lvont:Character ;
    lvont:represents "ꚤ"^^xsd:string ;
    rdfs:comment "BAMUM LETTER EE"@en .

<http://lexvo.org/id/char/A6A5> a lvont:Character ;
    lvont:represents "ꚥ"^^xsd:string ;
    rdfs:comment "BAMUM LETTER REE"@en .

<http://lexvo.org/id/char/A6A6> a lvont:Character ;
    lvont:represents "ꚦ"^^xsd:string ;
    rdfs:comment "BAMUM LETTER TAE"@en .

<http://lexvo.org/id/char/A6A7> a lvont:Character ;
    lvont:represents "ꚧ"^^xsd:string ;
    rdfs:comment "BAMUM LETTER O"@en .

<http://lexvo.org/id/char/A6A8> a lvont:Character ;
    lvont:represents "ꚨ"^^xsd:string ;
    rdfs:comment "BAMUM LETTER NYI"@en .

<http://lexvo.org/id/char/A6A9> a lvont:Character ;
    lvont:represents "ꚩ"^^xsd:string ;
    rdfs:comment "BAMUM LETTER I"@en .

<http://lexvo.org/id/char/A6AA> a lvont:Character ;
    lvont:represents "ꚪ"^^xsd:string ;
    rdfs:comment "BAMUM LETTER LA"@en .

<http://lexvo.org/id/char/A6AB> a lvont:Character ;
    lvont:represents "ꚫ"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PA"@en .

<http://lexvo.org/id/char/A6AC> a lvont:Character ;
    lvont:represents "ꚬ"^^xsd:string ;
    rdfs:comment "BAMUM LETTER RII"@en .

<http://lexvo.org/id/char/A6AD> a lvont:Character ;
    lvont:represents "ꚭ"^^xsd:string ;
    rdfs:comment "BAMUM LETTER RIEE"@en .

<http://lexvo.org/id/char/A6AE> a lvont:Character ;
    lvont:represents "ꚮ"^^xsd:string ;
    rdfs:comment "BAMUM LETTER LEEEE"@en .

<http://lexvo.org/id/char/A6AF> a lvont:Character ;
    lvont:represents "ꚯ"^^xsd:string ;
    rdfs:comment "BAMUM LETTER MEEEE"@en .

<http://lexvo.org/id/char/A6B0> a lvont:Character ;
    lvont:represents "ꚰ"^^xsd:string ;
    rdfs:comment "BAMUM LETTER TAA"@en .

<http://lexvo.org/id/char/A6B1> a lvont:Character ;
    lvont:represents "ꚱ"^^xsd:string ;
    rdfs:comment "BAMUM LETTER NDAA"@en .

<http://lexvo.org/id/char/A6B2> a lvont:Character ;
    lvont:represents "ꚲ"^^xsd:string ;
    rdfs:comment "BAMUM LETTER NJAEM"@en .

<http://lexvo.org/id/char/A6B3> a lvont:Character ;
    lvont:represents "ꚳ"^^xsd:string ;
    rdfs:comment "BAMUM LETTER M"@en .

<http://lexvo.org/id/char/A6B4> a lvont:Character ;
    lvont:represents "ꚴ"^^xsd:string ;
    rdfs:comment "BAMUM LETTER SUU"@en .

<http://lexvo.org/id/char/A6B5> a lvont:Character ;
    lvont:represents "ꚵ"^^xsd:string ;
    rdfs:comment "BAMUM LETTER MU"@en .

<http://lexvo.org/id/char/A6B6> a lvont:Character ;
    lvont:represents "ꚶ"^^xsd:string ;
    rdfs:comment "BAMUM LETTER SHII"@en .

<http://lexvo.org/id/char/A6B7> a lvont:Character ;
    lvont:represents "ꚷ"^^xsd:string ;
    rdfs:comment "BAMUM LETTER SI"@en .

<http://lexvo.org/id/char/A6B8> a lvont:Character ;
    lvont:represents "ꚸ"^^xsd:string ;
    rdfs:comment "BAMUM LETTER SHEUX"@en .

<http://lexvo.org/id/char/A6B9> a lvont:Character ;
    lvont:represents "ꚹ"^^xsd:string ;
    rdfs:comment "BAMUM LETTER SEUX"@en .

<http://lexvo.org/id/char/A6BA> a lvont:Character ;
    lvont:represents "ꚺ"^^xsd:string ;
    rdfs:comment "BAMUM LETTER KYEE"@en .

<http://lexvo.org/id/char/A6BB> a lvont:Character ;
    lvont:represents "ꚻ"^^xsd:string ;
    rdfs:comment "BAMUM LETTER KET"@en .

<http://lexvo.org/id/char/A6BC> a lvont:Character ;
    lvont:represents "ꚼ"^^xsd:string ;
    rdfs:comment "BAMUM LETTER NUAE"@en .

<http://lexvo.org/id/char/A6BD> a lvont:Character ;
    lvont:represents "ꚽ"^^xsd:string ;
    rdfs:comment "BAMUM LETTER NU"@en .

<http://lexvo.org/id/char/A6BE> a lvont:Character ;
    lvont:represents "ꚾ"^^xsd:string ;
    rdfs:comment "BAMUM LETTER NJUAE"@en .

<http://lexvo.org/id/char/A6BF> a lvont:Character ;
    lvont:represents "ꚿ"^^xsd:string ;
    rdfs:comment "BAMUM LETTER YOQ"@en .

<http://lexvo.org/id/char/A6C0> a lvont:Character ;
    lvont:represents "ꛀ"^^xsd:string ;
    rdfs:comment "BAMUM LETTER SHU"@en .

<http://lexvo.org/id/char/A6C1> a lvont:Character ;
    lvont:represents "ꛁ"^^xsd:string ;
    rdfs:comment "BAMUM LETTER YUQ"@en .

<http://lexvo.org/id/char/A6C2> a lvont:Character ;
    lvont:represents "ꛂ"^^xsd:string ;
    rdfs:comment "BAMUM LETTER YA"@en .

<http://lexvo.org/id/char/A6C3> a lvont:Character ;
    lvont:represents "ꛃ"^^xsd:string ;
    rdfs:comment "BAMUM LETTER NSHA"@en .

<http://lexvo.org/id/char/A6C4> a lvont:Character ;
    lvont:represents "ꛄ"^^xsd:string ;
    rdfs:comment "BAMUM LETTER KEUX"@en .

<http://lexvo.org/id/char/A6C5> a lvont:Character ;
    lvont:represents "ꛅ"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PEUX"@en .

<http://lexvo.org/id/char/A6C6> a lvont:Character ;
    lvont:represents "ꛆ"^^xsd:string ;
    rdfs:comment "BAMUM LETTER NJEE"@en .

<http://lexvo.org/id/char/A6C7> a lvont:Character ;
    lvont:represents "ꛇ"^^xsd:string ;
    rdfs:comment "BAMUM LETTER NTEE"@en .

<http://lexvo.org/id/char/A6C8> a lvont:Character ;
    lvont:represents "ꛈ"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PUE"@en .

<http://lexvo.org/id/char/A6C9> a lvont:Character ;
    lvont:represents "ꛉ"^^xsd:string ;
    rdfs:comment "BAMUM LETTER WUE"@en .

<http://lexvo.org/id/char/A6CA> a lvont:Character ;
    lvont:represents "ꛊ"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PEE"@en .

<http://lexvo.org/id/char/A6CB> a lvont:Character ;
    lvont:represents "ꛋ"^^xsd:string ;
    rdfs:comment "BAMUM LETTER FEE"@en .

<http://lexvo.org/id/char/A6CC> a lvont:Character ;
    lvont:represents "ꛌ"^^xsd:string ;
    rdfs:comment "BAMUM LETTER RU"@en .

<http://lexvo.org/id/char/A6CD> a lvont:Character ;
    lvont:represents "ꛍ"^^xsd:string ;
    rdfs:comment "BAMUM LETTER LU"@en .

<http://lexvo.org/id/char/A6CE> a lvont:Character ;
    lvont:represents "ꛎ"^^xsd:string ;
    rdfs:comment "BAMUM LETTER MI"@en .

<http://lexvo.org/id/char/A6CF> a lvont:Character ;
    lvont:represents "ꛏ"^^xsd:string ;
    rdfs:comment "BAMUM LETTER NI"@en .

<http://lexvo.org/id/char/A6D0> a lvont:Character ;
    lvont:represents "ꛐ"^^xsd:string ;
    rdfs:comment "BAMUM LETTER REUX"@en .

<http://lexvo.org/id/char/A6D1> a lvont:Character ;
    lvont:represents "ꛑ"^^xsd:string ;
    rdfs:comment "BAMUM LETTER RAE"@en .

<http://lexvo.org/id/char/A6D2> a lvont:Character ;
    lvont:represents "ꛒ"^^xsd:string ;
    rdfs:comment "BAMUM LETTER KEN"@en .

<http://lexvo.org/id/char/A6D3> a lvont:Character ;
    lvont:represents "ꛓ"^^xsd:string ;
    rdfs:comment "BAMUM LETTER NGKWAEN"@en .

<http://lexvo.org/id/char/A6D4> a lvont:Character ;
    lvont:represents "ꛔ"^^xsd:string ;
    rdfs:comment "BAMUM LETTER NGGA"@en .

<http://lexvo.org/id/char/A6D5> a lvont:Character ;
    lvont:represents "ꛕ"^^xsd:string ;
    rdfs:comment "BAMUM LETTER NGA"@en .

<http://lexvo.org/id/char/A6D6> a lvont:Character ;
    lvont:represents "ꛖ"^^xsd:string ;
    rdfs:comment "BAMUM LETTER SHO"@en .

<http://lexvo.org/id/char/A6D7> a lvont:Character ;
    lvont:represents "ꛗ"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PUAE"@en .

<http://lexvo.org/id/char/A6D8> a lvont:Character ;
    lvont:represents "ꛘ"^^xsd:string ;
    rdfs:comment "BAMUM LETTER FU"@en .

<http://lexvo.org/id/char/A6D9> a lvont:Character ;
    lvont:represents "ꛙ"^^xsd:string ;
    rdfs:comment "BAMUM LETTER FOM"@en .

<http://lexvo.org/id/char/A6DA> a lvont:Character ;
    lvont:represents "ꛚ"^^xsd:string ;
    rdfs:comment "BAMUM LETTER WA"@en .

<http://lexvo.org/id/char/A6DB> a lvont:Character ;
    lvont:represents "ꛛ"^^xsd:string ;
    rdfs:comment "BAMUM LETTER NA"@en .

<http://lexvo.org/id/char/A6DC> a lvont:Character ;
    lvont:represents "ꛜ"^^xsd:string ;
    rdfs:comment "BAMUM LETTER LI"@en .

<http://lexvo.org/id/char/A6DD> a lvont:Character ;
    lvont:represents "ꛝ"^^xsd:string ;
    rdfs:comment "BAMUM LETTER PI"@en .

<http://lexvo.org/id/char/A6DE> a lvont:Character ;
    lvont:represents "ꛞ"^^xsd:string ;
    rdfs:comment "BAMUM LETTER LOQ"@en .

<http://lexvo.org/id/char/A6DF> a lvont:Character ;
    lvont:represents "ꛟ"^^xsd:string ;
    rdfs:comment "BAMUM LETTER KO"@en .

<http://lexvo.org/id/char/A6E0> a lvont:Character ;
    lvont:represents "ꛠ"^^xsd:string ;
    rdfs:comment "BAMUM LETTER MBEN"@en .

<http://lexvo.org/id/char/A6E1> a lvont:Character ;
    lvont:represents "ꛡ"^^xsd:string ;
    rdfs:comment "BAMUM LETTER REN"@en .

<http://lexvo.org/id/char/A6E2> a lvont:Character ;
    lvont:represents "ꛢ"^^xsd:string ;
    rdfs:comment "BAMUM LETTER MEN"@en .

<http://lexvo.org/id/char/A6E3> a lvont:Character ;
    lvont:represents "ꛣ"^^xsd:string ;
    rdfs:comment "BAMUM LETTER MA"@en .

<http://lexvo.org/id/char/A6E4> a lvont:Character ;
    lvont:represents "ꛤ"^^xsd:string ;
    rdfs:comment "BAMUM LETTER TI"@en .

<http://lexvo.org/id/char/A6E5> a lvont:Character ;
    lvont:represents "ꛥ"^^xsd:string ;
    rdfs:comment "BAMUM LETTER KI"@en .

<http://lexvo.org/id/char/A6E6> a lvont:Character ;
    lvont:represents "ꛦ"^^xsd:string ;
    rdfs:comment "BAMUM LETTER MO"@en .

<http://lexvo.org/id/char/A6E7> a lvont:Character ;
    lvont:represents "ꛧ"^^xsd:string ;
    rdfs:comment "BAMUM LETTER MBAA"@en .

<http://lexvo.org/id/char/A6E8> a lvont:Character ;
    lvont:represents "ꛨ"^^xsd:string ;
    rdfs:comment "BAMUM LETTER TET"@en .

<http://lexvo.org/id/char/A6E9> a lvont:Character ;
    lvont:represents "ꛩ"^^xsd:string ;
    rdfs:comment "BAMUM LETTER KPA"@en .

<http://lexvo.org/id/char/A6EA> a lvont:Character ;
    lvont:represents "ꛪ"^^xsd:string ;
    rdfs:comment "BAMUM LETTER TEN"@en .

<http://lexvo.org/id/char/A6EB> a lvont:Character ;
    lvont:represents "ꛫ"^^xsd:string ;
    rdfs:comment "BAMUM LETTER NTUU"@en .

<http://lexvo.org/id/char/A6EC> a lvont:Character ;
    lvont:represents "ꛬ"^^xsd:string ;
    rdfs:comment "BAMUM LETTER SAMBA"@en .

<http://lexvo.org/id/char/A6ED> a lvont:Character ;
    lvont:represents "ꛭ"^^xsd:string ;
    rdfs:comment "BAMUM LETTER FAAMAE"@en .

<http://lexvo.org/id/char/A6EE> a lvont:Character ;
    lvont:represents "ꛮ"^^xsd:string ;
    rdfs:comment "BAMUM LETTER KOVUU"@en .

<http://lexvo.org/id/char/A6EF> a lvont:Character ;
    lvont:represents "ꛯ"^^xsd:string ;
    rdfs:comment "BAMUM LETTER KOGHOM"@en .

<http://lexvo.org/id/char/A6F0> a lvont:Character ;
    lvont:represents "꛰"^^xsd:string ;
    rdfs:comment "BAMUM COMBINING MARK KOQNDON"@en .

<http://lexvo.org/id/char/A6F1> a lvont:Character ;
    lvont:represents "꛱"^^xsd:string ;
    rdfs:comment "BAMUM COMBINING MARK TUKWENTIS"@en .

<http://lexvo.org/id/char/A6F2> a lvont:Character ;
    lvont:represents "꛲"^^xsd:string ;
    rdfs:comment "BAMUM NJAEMLI"@en .

<http://lexvo.org/id/char/A6F3> a lvont:Character ;
    lvont:represents "꛳"^^xsd:string ;
    rdfs:comment "BAMUM FULL STOP"@en .

<http://lexvo.org/id/char/A6F4> a lvont:Character ;
    lvont:represents "꛴"^^xsd:string ;
    rdfs:comment "BAMUM COLON"@en .

<http://lexvo.org/id/char/A6F5> a lvont:Character ;
    lvont:represents "꛵"^^xsd:string ;
    rdfs:comment "BAMUM COMMA"@en .

<http://lexvo.org/id/char/A6F6> a lvont:Character ;
    lvont:represents "꛶"^^xsd:string ;
    rdfs:comment "BAMUM SEMICOLON"@en .

<http://lexvo.org/id/char/A6F7> a lvont:Character ;
    lvont:represents "꛷"^^xsd:string ;
    rdfs:comment "BAMUM QUESTION MARK"@en .

<http://lexvo.org/id/char/A700> a lvont:Character ;
    lvont:represents "꜀"^^xsd:string ;
    rdfs:comment "MODIFIER LETTER CHINESE TONE YIN PING"@en .

<http://lexvo.org/id/char/A701> a lvont:Character ;
    lvont:represents "꜁"^^xsd:string ;
    rdfs:comment "MODIFIER LETTER CHINESE TONE YANG PING"@en .

<http://lexvo.org/id/char/A702> a lvont:Character ;
    lvont:represents "꜂"^^xsd:string ;
    rdfs:comment "MODIFIER LETTER CHINESE TONE YIN SHANG"@en .

<http://lexvo.org/id/char/A703> a lvont:Character ;
    lvont:represents "꜃"^^xsd:string ;
    rdfs:comment "MODIFIER LETTER CHINESE TONE YANG SHANG"@en .

<http://lexvo.org/id/char/A704> a lvont:Character ;
    lvont:represents "꜄"^^xsd:string ;
    rdfs:comment "MODIFIER LETTER CHINESE TONE YIN QU"@en .

<http://lexvo.org/id/char/A705> a lvont:Character ;
    lvont:represents "꜅"^^xsd:string ;
    rdfs:comment "MODIFIER LETTER CHINESE TONE YANG QU"@en .

<http://lexvo.org/id/char/A706> a lvont:Character ;
    lvont:represents "꜆"^^xsd:string ;
    rdfs:comment "MODIFIER LETTER CHINESE TONE YIN RU"@en .

<http://lexvo.org/id/char/A707> a lvont:Character ;
    lvont:represents "꜇"^^xsd:string ;
    rdfs:comment "MODIFIER LETTER CHINESE TONE YANG RU"@en .

<http://lexvo.org/id/char/A708> a lvont:Character ;
    lvont:represents "꜈"^^xsd:string ;
    rdfs:comment "MODIFIER LETTER EXTRA-HIGH DOTTED TONE BAR"@en .

<http://lexvo.org/id/char/A709> a lvont:Character ;
    lvont:represents "꜉"^^xsd:string ;
    rdfs:comment "MODIFIER LETTER HIGH DOTTED TONE BAR"@en .

<http://lexvo.org/id/char/A70A> a lvont:Character ;
    lvont:represents "꜊"^^xsd:string ;
    rdfs:comment "MODIFIER LETTER MID DOTTED TONE BAR"@en .

<http://lexvo.org/id/char/A70B> a lvont:Character ;
    lvont:represents "꜋"^^xsd:string ;
    rdfs:comment "MODIFIER LETTER LOW DOTTED TONE BAR"@en .

<http://lexvo.org/id/char/A70C> a lvont:Character ;
    lvont:represents "꜌"^^xsd:string ;
    rdfs:comment "MODIFIER LETTER EXTRA-LOW DOTTED TONE BAR"@en .

<http://lexvo.org/id/char/A70D> a lvont:Character ;
    lvont:represents "꜍"^^xsd:string ;
    rdfs:comment "MODIFIER LETTER EXTRA-HIGH DOTTED LEFT-STEM TONE BAR"@en .

<http://lexvo.org/id/char/A70E> a lvont:Character ;
    lvont:represents "꜎"^^xsd:string ;
    rdfs:comment "MODIFIER LETTER HIGH DOTTED LEFT-STEM TONE BAR"@en .

<http://lexvo.org/id/char/A70F> a lvont:Character ;
    lvont:represents "꜏"^^xsd:string ;
    rdfs:comment "MODIFIER LETTER MID DOTTED LEFT-STEM TONE BAR"@en .

<http://lexvo.org/id/char/A710> a lvont:Character ;
    lvont:represents "꜐"^^xsd:string ;
    rdfs:comment "MODIFIER LETTER LOW DOTTED LEFT-STEM TONE BAR"@en .

<http://lexvo.org/id/char/A711> a lvont:Character ;
    lvont:represents "꜑"^^xsd:string ;
    rdfs:comment "MODIFIER LETTER EXTRA-LOW DOTTED LEFT-STEM TONE BAR"@en .

<http://lexvo.org/id/char/A712> a lvont:Character ;
    lvont:represents "꜒"^^xsd:string ;
    rdfs:comment "MODIFIER LETTER EXTRA-HIGH LEFT-STEM TONE BAR"@en .

<http://lexvo.org/id/char/A713> a lvont:Character ;
    lvont:represents "꜓"^^xsd:string ;
    rdfs:comment "MODIFIER LETTER HIGH LEFT-STEM TONE BAR"@en .

<http://lexvo.org/id/char/A714> a lvont:Character ;
    lvont:represents "꜔"^^xsd:string ;
    rdfs:comment "MODIFIER LETTER MID LEFT-STEM TONE BAR"@en .

<http://lexvo.org/id/char/A715> a lvont:Character ;
    lvont:represents "꜕"^^xsd:string ;
    rdfs:comment "MODIFIER LETTER LOW LEFT-STEM TONE BAR"@en .

<http://lexvo.org/id/char/A716> a lvont:Character ;
    lvont:represents "꜖"^^xsd:string ;
    rdfs:comment "MODIFIER LETTER EXTRA-LOW LEFT-STEM TONE BAR"@en .

<http://lexvo.org/id/char/A717> a lvont:Character ;
    lvont:represents "ꜗ"^^xsd:string ;
    rdfs:comment "MODIFIER LETTER DOT VERTICAL BAR"@en .

<http://lexvo.org/id/char/A718> a lvont:Character ;
    lvont:represents "ꜘ"^^xsd:string ;
    rdfs:comment "MODIFIER LETTER DOT SLASH"@en .

<http://lexvo.org/id/char/A719> a lvont:Character ;
    lvont:represents "ꜙ"^^xsd:string ;
    rdfs:comment "MODIFIER LETTER DOT HORIZONTAL BAR"@en .

<http://lexvo.org/id/char/A71A> a lvont:Character ;
    lvont:represents "ꜚ"^^xsd:string ;
    rdfs:comment "MODIFIER LETTER LOWER RIGHT CORNER ANGLE"@en .

<http://lexvo.org/id/char/A71B> a lvont:Character ;
    lvont:represents "ꜛ"^^xsd:string ;
    rdfs:comment "MODIFIER LETTER RAISED UP ARROW"@en .

<http://lexvo.org/id/char/A71C> a lvont:Character ;
    lvont:represents "ꜜ"^^xsd:string ;
    rdfs:comment "MODIFIER LETTER RAISED DOWN ARROW"@en .

<http://lexvo.org/id/char/A71D> a lvont:Character ;
    lvont:represents "ꜝ"^^xsd:string ;
    rdfs:comment "MODIFIER LETTER RAISED EXCLAMATION MARK"@en .

<http://lexvo.org/id/char/A71E> a lvont:Character ;
    lvont:represents "ꜞ"^^xsd:string ;
    rdfs:comment "MODIFIER LETTER RAISED INVERTED EXCLAMATION MARK"@en .

<http://lexvo.org/id/char/A71F> a lvont:Character ;
    lvont:represents "ꜟ"^^xsd:string ;
    rdfs:comment "MODIFIER LETTER LOW INVERTED EXCLAMATION MARK"@en .

<http://lexvo.org/id/char/A720> a lvont:Character ;
    lvont:represents "꜠"^^xsd:string ;
    rdfs:comment "MODIFIER LETTER STRESS AND HIGH TONE"@en .

<http://lexvo.org/id/char/A721> a lvont:Character ;
    lvont:represents "꜡"^^xsd:string ;
    rdfs:comment "MODIFIER LETTER STRESS AND LOW TONE"@en .

<http://lexvo.org/id/char/A722> a lvont:Character ;
    lvont:represents "Ꜣ"^^xsd:string ;
    rdfs:comment "LATIN CAPITAL LETTER EGYPTOLOGICAL ALEF"@en .

<http://lexvo.org/id/char/A723> a lvont:Character ;
    lvont:represents "ꜣ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER EGYPTOLOGICAL ALEF"@en .

<http://lexvo.org/id/char/A724> a lvont:Character ;
    lvont:represents "Ꜥ"^^xsd:string ;
    rdfs:comment "LATIN CAPITAL LETTER EGYPTOLOGICAL AIN"@en .

<http://lexvo.org/id/char/A725> a lvont:Character ;
    lvont:represents "ꜥ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER EGYPTOLOGICAL AIN"@en .

<http://lexvo.org/id/char/A726> a lvont:Character ;
    lvont:represents "Ꜧ"^^xsd:string ;
    rdfs:comment "LATIN CAPITAL LETTER HENG"@en .

<http://lexvo.org/id/char/A727> a lvont:Character ;
    lvont:represents "ꜧ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER HENG"@en .

<http://lexvo.org/id/char/A728> a lvont:Character ;
    lvont:represents "Ꜩ"^^xsd:string ;
    rdfs:comment "LATIN CAPITAL LETTER TZ"@en .

<http://lexvo.org/id/char/A729> a lvont:Character ;
    lvont:represents "ꜩ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER TZ"@en .

<http://lexvo.org/id/char/A72A> a lvont:Character ;
    lvont:represents "Ꜫ"^^xsd:string ;
    rdfs:comment "LATIN CAPITAL LETTER TRESILLO"@en .

<http://lexvo.org/id/char/A72B> a lvont:Character ;
    lvont:represents "ꜫ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER TRESILLO"@en .

<http://lexvo.org/id/char/A72C> a lvont:Character ;
    lvont:represents "Ꜭ"^^xsd:string ;
    rdfs:comment "LATIN CAPITAL LETTER CUATRILLO"@en .

<http://lexvo.org/id/char/A72D> a lvont:Character ;
    lvont:represents "ꜭ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER CUATRILLO"@en .

<http://lexvo.org/id/char/A72E> a lvont:Character ;
    lvont:represents "Ꜯ"^^xsd:string ;
    rdfs:comment "LATIN CAPITAL LETTER CUATRILLO WITH COMMA"@en .

<http://lexvo.org/id/char/A72F> a lvont:Character ;
    lvont:represents "ꜯ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER CUATRILLO WITH COMMA"@en .

<http://lexvo.org/id/char/A730> a lvont:Character ;
    lvont:represents "ꜰ"^^xsd:string ;
    rdfs:comment "LATIN LETTER SMALL CAPITAL F"@en .

<http://lexvo.org/id/char/A731> a lvont:Character ;
    lvont:represents "ꜱ"^^xsd:string ;
    rdfs:comment "LATIN LETTER SMALL CAPITAL S"@en .

<http://lexvo.org/id/char/A732> a lvont:Character ;
    lvont:represents "Ꜳ"^^xsd:string ;
    rdfs:comment "LATIN CAPITAL LETTER AA"@en .

<http://lexvo.org/id/char/A733> a lvont:Character ;
    lvont:represents "ꜳ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER AA"@en .

<http://lexvo.org/id/char/A734> a lvont:Character ;
    lvont:represents "Ꜵ"^^xsd:string ;
    rdfs:comment "LATIN CAPITAL LETTER AO"@en .

<http://lexvo.org/id/char/A735> a lvont:Character ;
    lvont:represents "ꜵ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER AO"@en .

<http://lexvo.org/id/char/A736> a lvont:Character ;
    lvont:represents "Ꜷ"^^xsd:string ;
    rdfs:comment "LATIN CAPITAL LETTER AU"@en .

<http://lexvo.org/id/char/A737> a lvont:Character ;
    lvont:represents "ꜷ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER AU"@en .

<http://lexvo.org/id/char/A738> a lvont:Character ;
    lvont:represents "Ꜹ"^^xsd:string ;
    rdfs:comment "LATIN CAPITAL LETTER AV"@en .

<http://lexvo.org/id/char/A739> a lvont:Character ;
    lvont:represents "ꜹ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER AV"@en .

<http://lexvo.org/id/char/A73A> a lvont:Character ;
    lvont:represents "Ꜻ"^^xsd:string ;
    rdfs:comment "LATIN CAPITAL LETTER AV WITH HORIZONTAL BAR"@en .

<http://lexvo.org/id/char/A73B> a lvont:Character ;
    lvont:represents "ꜻ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER AV WITH HORIZONTAL BAR"@en .

<http://lexvo.org/id/char/A73C> a lvont:Character ;
    lvont:represents "Ꜽ"^^xsd:string ;
    rdfs:comment "LATIN CAPITAL LETTER AY"@en .

<http://lexvo.org/id/char/A73D> a lvont:Character ;
    lvont:represents "ꜽ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER AY"@en .

<http://lexvo.org/id/char/A73E> a lvont:Character ;
    lvont:represents "Ꜿ"^^xsd:string ;
    rdfs:comment "LATIN CAPITAL LETTER REVERSED C WITH DOT"@en .

<http://lexvo.org/id/char/A73F> a lvont:Character ;
    lvont:represents "ꜿ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER REVERSED C WITH DOT"@en .

<http://lexvo.org/id/char/A740> a lvont:Character ;
    lvont:represents "Ꝁ"^^xsd:string ;
    rdfs:comment "LATIN CAPITAL LETTER K WITH STROKE"@en .

<http://lexvo.org/id/char/A741> a lvont:Character ;
    lvont:represents "ꝁ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER K WITH STROKE"@en .

<http://lexvo.org/id/char/A742> a lvont:Character ;
    lvont:represents "Ꝃ"^^xsd:string ;
    rdfs:comment "LATIN CAPITAL LETTER K WITH DIAGONAL STROKE"@en .

<http://lexvo.org/id/char/A743> a lvont:Character ;
    lvont:represents "ꝃ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER K WITH DIAGONAL STROKE"@en .

<http://lexvo.org/id/char/A744> a lvont:Character ;
    lvont:represents "Ꝅ"^^xsd:string ;
    rdfs:comment "LATIN CAPITAL LETTER K WITH STROKE AND DIAGONAL STROKE"@en .

<http://lexvo.org/id/char/A745> a lvont:Character ;
    lvont:represents "ꝅ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER K WITH STROKE AND DIAGONAL STROKE"@en .

<http://lexvo.org/id/char/A746> a lvont:Character ;
    lvont:represents "Ꝇ"^^xsd:string ;
    rdfs:comment "LATIN CAPITAL LETTER BROKEN L"@en .

<http://lexvo.org/id/char/A747> a lvont:Character ;
    lvont:represents "ꝇ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER BROKEN L"@en .

<http://lexvo.org/id/char/A748> a lvont:Character ;
    lvont:represents "Ꝉ"^^xsd:string ;
    rdfs:comment "LATIN CAPITAL LETTER L WITH HIGH STROKE"@en .

<http://lexvo.org/id/char/A749> a lvont:Character ;
    lvont:represents "ꝉ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER L WITH HIGH STROKE"@en .

<http://lexvo.org/id/char/A74A> a lvont:Character ;
    lvont:represents "Ꝋ"^^xsd:string ;
    rdfs:comment "LATIN CAPITAL LETTER O WITH LONG STROKE OVERLAY"@en .

<http://lexvo.org/id/char/A74B> a lvont:Character ;
    lvont:represents "ꝋ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER O WITH LONG STROKE OVERLAY"@en .

<http://lexvo.org/id/char/A74C> a lvont:Character ;
    lvont:represents "Ꝍ"^^xsd:string ;
    rdfs:comment "LATIN CAPITAL LETTER O WITH LOOP"@en .

<http://lexvo.org/id/char/A74D> a lvont:Character ;
    lvont:represents "ꝍ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER O WITH LOOP"@en .

<http://lexvo.org/id/char/A74E> a lvont:Character ;
    lvont:represents "Ꝏ"^^xsd:string ;
    rdfs:comment "LATIN CAPITAL LETTER OO"@en .

<http://lexvo.org/id/char/A74F> a lvont:Character ;
    lvont:represents "ꝏ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER OO"@en .

<http://lexvo.org/id/char/A750> a lvont:Character ;
    lvont:represents "Ꝑ"^^xsd:string ;
    rdfs:comment "LATIN CAPITAL LETTER P WITH STROKE THROUGH DESCENDER"@en .

<http://lexvo.org/id/char/A751> a lvont:Character ;
    lvont:represents "ꝑ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER P WITH STROKE THROUGH DESCENDER"@en .

<http://lexvo.org/id/char/A752> a lvont:Character ;
    lvont:represents "Ꝓ"^^xsd:string ;
    rdfs:comment "LATIN CAPITAL LETTER P WITH FLOURISH"@en .

<http://lexvo.org/id/char/A753> a lvont:Character ;
    lvont:represents "ꝓ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER P WITH FLOURISH"@en .

<http://lexvo.org/id/char/A754> a lvont:Character ;
    lvont:represents "Ꝕ"^^xsd:string ;
    rdfs:comment "LATIN CAPITAL LETTER P WITH SQUIRREL TAIL"@en .

<http://lexvo.org/id/char/A755> a lvont:Character ;
    lvont:represents "ꝕ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER P WITH SQUIRREL TAIL"@en .

<http://lexvo.org/id/char/A756> a lvont:Character ;
    lvont:represents "Ꝗ"^^xsd:string ;
    rdfs:comment "LATIN CAPITAL LETTER Q WITH STROKE THROUGH DESCENDER"@en .

<http://lexvo.org/id/char/A757> a lvont:Character ;
    lvont:represents "ꝗ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER Q WITH STROKE THROUGH DESCENDER"@en .

<http://lexvo.org/id/char/A758> a lvont:Character ;
    lvont:represents "Ꝙ"^^xsd:string ;
    rdfs:comment "LATIN CAPITAL LETTER Q WITH DIAGONAL STROKE"@en .

<http://lexvo.org/id/char/A759> a lvont:Character ;
    lvont:represents "ꝙ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER Q WITH DIAGONAL STROKE"@en .

<http://lexvo.org/id/char/A75A> a lvont:Character ;
    lvont:represents "Ꝛ"^^xsd:string ;
    rdfs:comment "LATIN CAPITAL LETTER R ROTUNDA"@en .

<http://lexvo.org/id/char/A75B> a lvont:Character ;
    lvont:represents "ꝛ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER R ROTUNDA"@en .

<http://lexvo.org/id/char/A75C> a lvont:Character ;
    lvont:represents "Ꝝ"^^xsd:string ;
    rdfs:comment "LATIN CAPITAL LETTER RUM ROTUNDA"@en .

<http://lexvo.org/id/char/A75D> a lvont:Character ;
    lvont:represents "ꝝ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER RUM ROTUNDA"@en .

<http://lexvo.org/id/char/A75E> a lvont:Character ;
    lvont:represents "Ꝟ"^^xsd:string ;
    rdfs:comment "LATIN CAPITAL LETTER V WITH DIAGONAL STROKE"@en .

<http://lexvo.org/id/char/A75F> a lvont:Character ;
    lvont:represents "ꝟ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER V WITH DIAGONAL STROKE"@en .

<http://lexvo.org/id/char/A760> a lvont:Character ;
    lvont:represents "Ꝡ"^^xsd:string ;
    rdfs:comment "LATIN CAPITAL LETTER VY"@en .

<http://lexvo.org/id/char/A761> a lvont:Character ;
    lvont:represents "ꝡ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER VY"@en .

<http://lexvo.org/id/char/A762> a lvont:Character ;
    lvont:represents "Ꝣ"^^xsd:string ;
    rdfs:comment "LATIN CAPITAL LETTER VISIGOTHIC Z"@en .

<http://lexvo.org/id/char/A763> a lvont:Character ;
    lvont:represents "ꝣ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER VISIGOTHIC Z"@en .

<http://lexvo.org/id/char/A764> a lvont:Character ;
    lvont:represents "Ꝥ"^^xsd:string ;
    rdfs:comment "LATIN CAPITAL LETTER THORN WITH STROKE"@en .

<http://lexvo.org/id/char/A765> a lvont:Character ;
    lvont:represents "ꝥ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER THORN WITH STROKE"@en .

<http://lexvo.org/id/char/A766> a lvont:Character ;
    lvont:represents "Ꝧ"^^xsd:string ;
    rdfs:comment "LATIN CAPITAL LETTER THORN WITH STROKE THROUGH DESCENDER"@en .

<http://lexvo.org/id/char/A767> a lvont:Character ;
    lvont:represents "ꝧ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER THORN WITH STROKE THROUGH DESCENDER"@en .

<http://lexvo.org/id/char/A768> a lvont:Character ;
    lvont:represents "Ꝩ"^^xsd:string ;
    rdfs:comment "LATIN CAPITAL LETTER VEND"@en .

<http://lexvo.org/id/char/A769> a lvont:Character ;
    lvont:represents "ꝩ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER VEND"@en .

<http://lexvo.org/id/char/A76A> a lvont:Character ;
    lvont:represents "Ꝫ"^^xsd:string ;
    rdfs:comment "LATIN CAPITAL LETTER ET"@en .

<http://lexvo.org/id/char/A76B> a lvont:Character ;
    lvont:represents "ꝫ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER ET"@en .

<http://lexvo.org/id/char/A76C> a lvont:Character ;
    lvont:represents "Ꝭ"^^xsd:string ;
    rdfs:comment "LATIN CAPITAL LETTER IS"@en .

<http://lexvo.org/id/char/A76D> a lvont:Character ;
    lvont:represents "ꝭ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER IS"@en .

<http://lexvo.org/id/char/A76E> a lvont:Character ;
    lvont:represents "Ꝯ"^^xsd:string ;
    rdfs:comment "LATIN CAPITAL LETTER CON"@en .

<http://lexvo.org/id/char/A76F> a lvont:Character ;
    lvont:represents "ꝯ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER CON"@en .

<http://lexvo.org/id/char/A770> a lvont:Character ;
    lvont:represents "ꝰ"^^xsd:string ;
    rdfs:comment "MODIFIER LETTER US"@en .

<http://lexvo.org/id/char/A771> a lvont:Character ;
    lvont:represents "ꝱ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER DUM"@en .

<http://lexvo.org/id/char/A772> a lvont:Character ;
    lvont:represents "ꝲ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER LUM"@en .

<http://lexvo.org/id/char/A773> a lvont:Character ;
    lvont:represents "ꝳ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER MUM"@en .

<http://lexvo.org/id/char/A774> a lvont:Character ;
    lvont:represents "ꝴ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER NUM"@en .

<http://lexvo.org/id/char/A775> a lvont:Character ;
    lvont:represents "ꝵ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER RUM"@en .

<http://lexvo.org/id/char/A776> a lvont:Character ;
    lvont:represents "ꝶ"^^xsd:string ;
    rdfs:comment "LATIN LETTER SMALL CAPITAL RUM"@en .

<http://lexvo.org/id/char/A777> a lvont:Character ;
    lvont:represents "ꝷ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER TUM"@en .

<http://lexvo.org/id/char/A778> a lvont:Character ;
    lvont:represents "ꝸ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER UM"@en .

<http://lexvo.org/id/char/A779> a lvont:Character ;
    lvont:represents "Ꝺ"^^xsd:string ;
    rdfs:comment "LATIN CAPITAL LETTER INSULAR D"@en .

<http://lexvo.org/id/char/A77A> a lvont:Character ;
    lvont:represents "ꝺ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER INSULAR D"@en .

<http://lexvo.org/id/char/A77B> a lvont:Character ;
    lvont:represents "Ꝼ"^^xsd:string ;
    rdfs:comment "LATIN CAPITAL LETTER INSULAR F"@en .

<http://lexvo.org/id/char/A77C> a lvont:Character ;
    lvont:represents "ꝼ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER INSULAR F"@en .

<http://lexvo.org/id/char/A77D> a lvont:Character ;
    lvont:represents "Ᵹ"^^xsd:string ;
    rdfs:comment "LATIN CAPITAL LETTER INSULAR G"@en .

<http://lexvo.org/id/char/A77E> a lvont:Character ;
    lvont:represents "Ꝿ"^^xsd:string ;
    rdfs:comment "LATIN CAPITAL LETTER TURNED INSULAR G"@en .

<http://lexvo.org/id/char/A77F> a lvont:Character ;
    lvont:represents "ꝿ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER TURNED INSULAR G"@en .

<http://lexvo.org/id/char/A780> a lvont:Character ;
    lvont:represents "Ꞁ"^^xsd:string ;
    rdfs:comment "LATIN CAPITAL LETTER TURNED L"@en .

<http://lexvo.org/id/char/A781> a lvont:Character ;
    lvont:represents "ꞁ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER TURNED L"@en .

<http://lexvo.org/id/char/A782> a lvont:Character ;
    lvont:represents "Ꞃ"^^xsd:string ;
    rdfs:comment "LATIN CAPITAL LETTER INSULAR R"@en .

<http://lexvo.org/id/char/A783> a lvont:Character ;
    lvont:represents "ꞃ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER INSULAR R"@en .

<http://lexvo.org/id/char/A784> a lvont:Character ;
    lvont:represents "Ꞅ"^^xsd:string ;
    rdfs:comment "LATIN CAPITAL LETTER INSULAR S"@en .

<http://lexvo.org/id/char/A785> a lvont:Character ;
    lvont:represents "ꞅ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER INSULAR S"@en .

<http://lexvo.org/id/char/A786> a lvont:Character ;
    lvont:represents "Ꞇ"^^xsd:string ;
    rdfs:comment "LATIN CAPITAL LETTER INSULAR T"@en .

<http://lexvo.org/id/char/A787> a lvont:Character ;
    lvont:represents "ꞇ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER INSULAR T"@en .

<http://lexvo.org/id/char/A788> a lvont:Character ;
    lvont:represents "ꞈ"^^xsd:string ;
    rdfs:comment "MODIFIER LETTER LOW CIRCUMFLEX ACCENT"@en .

<http://lexvo.org/id/char/A789> a lvont:Character ;
    lvont:represents "꞉"^^xsd:string ;
    rdfs:comment "MODIFIER LETTER COLON"@en .

<http://lexvo.org/id/char/A78A> a lvont:Character ;
    lvont:represents "꞊"^^xsd:string ;
    rdfs:comment "MODIFIER LETTER SHORT EQUALS SIGN"@en .

<http://lexvo.org/id/char/A78B> a lvont:Character ;
    lvont:represents "Ꞌ"^^xsd:string ;
    rdfs:comment "LATIN CAPITAL LETTER SALTILLO"@en .

<http://lexvo.org/id/char/A78C> a lvont:Character ;
    lvont:represents "ꞌ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER SALTILLO"@en .

<http://lexvo.org/id/char/A78D> a lvont:Character ;
    lvont:represents "Ɥ"^^xsd:string ;
    rdfs:comment "LATIN CAPITAL LETTER TURNED H"@en .

<http://lexvo.org/id/char/A78E> a lvont:Character ;
    lvont:represents "ꞎ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER L WITH RETROFLEX HOOK AND BELT"@en .

<http://lexvo.org/id/char/A790> a lvont:Character ;
    lvont:represents "Ꞑ"^^xsd:string ;
    rdfs:comment "LATIN CAPITAL LETTER N WITH DESCENDER"@en .

<http://lexvo.org/id/char/A791> a lvont:Character ;
    lvont:represents "ꞑ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER N WITH DESCENDER"@en .

<http://lexvo.org/id/char/A792> a lvont:Character ;
    lvont:represents "Ꞓ"^^xsd:string ;
    rdfs:comment "LATIN CAPITAL LETTER C WITH BAR"@en .

<http://lexvo.org/id/char/A793> a lvont:Character ;
    lvont:represents "ꞓ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER C WITH BAR"@en .

<http://lexvo.org/id/char/A7A0> a lvont:Character ;
    lvont:represents "Ꞡ"^^xsd:string ;
    rdfs:comment "LATIN CAPITAL LETTER G WITH OBLIQUE STROKE"@en .

<http://lexvo.org/id/char/A7A1> a lvont:Character ;
    lvont:represents "ꞡ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER G WITH OBLIQUE STROKE"@en .

<http://lexvo.org/id/char/A7A2> a lvont:Character ;
    lvont:represents "Ꞣ"^^xsd:string ;
    rdfs:comment "LATIN CAPITAL LETTER K WITH OBLIQUE STROKE"@en .

<http://lexvo.org/id/char/A7A3> a lvont:Character ;
    lvont:represents "ꞣ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER K WITH OBLIQUE STROKE"@en .

<http://lexvo.org/id/char/A7A4> a lvont:Character ;
    lvont:represents "Ꞥ"^^xsd:string ;
    rdfs:comment "LATIN CAPITAL LETTER N WITH OBLIQUE STROKE"@en .

<http://lexvo.org/id/char/A7A5> a lvont:Character ;
    lvont:represents "ꞥ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER N WITH OBLIQUE STROKE"@en .

<http://lexvo.org/id/char/A7A6> a lvont:Character ;
    lvont:represents "Ꞧ"^^xsd:string ;
    rdfs:comment "LATIN CAPITAL LETTER R WITH OBLIQUE STROKE"@en .

<http://lexvo.org/id/char/A7A7> a lvont:Character ;
    lvont:represents "ꞧ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER R WITH OBLIQUE STROKE"@en .

<http://lexvo.org/id/char/A7A8> a lvont:Character ;
    lvont:represents "Ꞩ"^^xsd:string ;
    rdfs:comment "LATIN CAPITAL LETTER S WITH OBLIQUE STROKE"@en .

<http://lexvo.org/id/char/A7A9> a lvont:Character ;
    lvont:represents "ꞩ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LETTER S WITH OBLIQUE STROKE"@en .

<http://lexvo.org/id/char/A7AA> a lvont:Character ;
    lvont:represents "Ɦ"^^xsd:string ;
    rdfs:comment "LATIN CAPITAL LETTER H WITH HOOK"@en .

<http://lexvo.org/id/char/A7F8> a lvont:Character ;
    lvont:represents "ꟸ"^^xsd:string ;
    rdfs:comment "MODIFIER LETTER CAPITAL H WITH STROKE"@en .

<http://lexvo.org/id/char/A7F9> a lvont:Character ;
    lvont:represents "ꟹ"^^xsd:string ;
    rdfs:comment "MODIFIER LETTER SMALL LIGATURE OE"@en .

<http://lexvo.org/id/char/A7FA> a lvont:Character ;
    lvont:represents "ꟺ"^^xsd:string ;
    rdfs:comment "LATIN LETTER SMALL CAPITAL TURNED M"@en .

<http://lexvo.org/id/char/A7FB> a lvont:Character ;
    lvont:represents "ꟻ"^^xsd:string ;
    rdfs:comment "LATIN EPIGRAPHIC LETTER REVERSED F"@en .

<http://lexvo.org/id/char/A7FC> a lvont:Character ;
    lvont:represents "ꟼ"^^xsd:string ;
    rdfs:comment "LATIN EPIGRAPHIC LETTER REVERSED P"@en .

<http://lexvo.org/id/char/A7FD> a lvont:Character ;
    lvont:represents "ꟽ"^^xsd:string ;
    rdfs:comment "LATIN EPIGRAPHIC LETTER INVERTED M"@en .

<http://lexvo.org/id/char/A7FE> a lvont:Character ;
    lvont:represents "ꟾ"^^xsd:string ;
    rdfs:comment "LATIN EPIGRAPHIC LETTER I LONGA"@en .

<http://lexvo.org/id/char/A7FF> a lvont:Character ;
    lvont:represents "ꟿ"^^xsd:string ;
    rdfs:comment "LATIN EPIGRAPHIC LETTER ARCHAIC M"@en .

<http://lexvo.org/id/char/A800> a lvont:Character ;
    lvont:represents "ꠀ"^^xsd:string ;
    rdfs:comment "SYLOTI NAGRI LETTER A"@en .

<http://lexvo.org/id/char/A801> a lvont:Character ;
    lvont:represents "ꠁ"^^xsd:string ;
    rdfs:comment "SYLOTI NAGRI LETTER I"@en .

<http://lexvo.org/id/char/A802> a lvont:Character ;
    lvont:represents "ꠂ"^^xsd:string ;
    rdfs:comment "SYLOTI NAGRI SIGN DVISVARA"@en .

<http://lexvo.org/id/char/A803> a lvont:Character ;
    lvont:represents "ꠃ"^^xsd:string ;
    rdfs:comment "SYLOTI NAGRI LETTER U"@en .

<http://lexvo.org/id/char/A804> a lvont:Character ;
    lvont:represents "ꠄ"^^xsd:string ;
    rdfs:comment "SYLOTI NAGRI LETTER E"@en .

<http://lexvo.org/id/char/A805> a lvont:Character ;
    lvont:represents "ꠅ"^^xsd:string ;
    rdfs:comment "SYLOTI NAGRI LETTER O"@en .

<http://lexvo.org/id/char/A806> a lvont:Character ;
    lvont:represents "꠆"^^xsd:string ;
    rdfs:comment "SYLOTI NAGRI SIGN HASANTA"@en .

<http://lexvo.org/id/char/A807> a lvont:Character ;
    lvont:represents "ꠇ"^^xsd:string ;
    rdfs:comment "SYLOTI NAGRI LETTER KO"@en .

<http://lexvo.org/id/char/A808> a lvont:Character ;
    lvont:represents "ꠈ"^^xsd:string ;
    rdfs:comment "SYLOTI NAGRI LETTER KHO"@en .

<http://lexvo.org/id/char/A809> a lvont:Character ;
    lvont:represents "ꠉ"^^xsd:string ;
    rdfs:comment "SYLOTI NAGRI LETTER GO"@en .

<http://lexvo.org/id/char/A80A> a lvont:Character ;
    lvont:represents "ꠊ"^^xsd:string ;
    rdfs:comment "SYLOTI NAGRI LETTER GHO"@en .

<http://lexvo.org/id/char/A80B> a lvont:Character ;
    lvont:represents "ꠋ"^^xsd:string ;
    rdfs:comment "SYLOTI NAGRI SIGN ANUSVARA"@en .

<http://lexvo.org/id/char/A80C> a lvont:Character ;
    lvont:represents "ꠌ"^^xsd:string ;
    rdfs:comment "SYLOTI NAGRI LETTER CO"@en .

<http://lexvo.org/id/char/A80D> a lvont:Character ;
    lvont:represents "ꠍ"^^xsd:string ;
    rdfs:comment "SYLOTI NAGRI LETTER CHO"@en .

<http://lexvo.org/id/char/A80E> a lvont:Character ;
    lvont:represents "ꠎ"^^xsd:string ;
    rdfs:comment "SYLOTI NAGRI LETTER JO"@en .

<http://lexvo.org/id/char/A80F> a lvont:Character ;
    lvont:represents "ꠏ"^^xsd:string ;
    rdfs:comment "SYLOTI NAGRI LETTER JHO"@en .

<http://lexvo.org/id/char/A810> a lvont:Character ;
    lvont:represents "ꠐ"^^xsd:string ;
    rdfs:comment "SYLOTI NAGRI LETTER TTO"@en .

<http://lexvo.org/id/char/A811> a lvont:Character ;
    lvont:represents "ꠑ"^^xsd:string ;
    rdfs:comment "SYLOTI NAGRI LETTER TTHO"@en .

<http://lexvo.org/id/char/A812> a lvont:Character ;
    lvont:represents "ꠒ"^^xsd:string ;
    rdfs:comment "SYLOTI NAGRI LETTER DDO"@en .

<http://lexvo.org/id/char/A813> a lvont:Character ;
    lvont:represents "ꠓ"^^xsd:string ;
    rdfs:comment "SYLOTI NAGRI LETTER DDHO"@en .

<http://lexvo.org/id/char/A814> a lvont:Character ;
    lvont:represents "ꠔ"^^xsd:string ;
    rdfs:comment "SYLOTI NAGRI LETTER TO"@en .

<http://lexvo.org/id/char/A815> a lvont:Character ;
    lvont:represents "ꠕ"^^xsd:string ;
    rdfs:comment "SYLOTI NAGRI LETTER THO"@en .

<http://lexvo.org/id/char/A816> a lvont:Character ;
    lvont:represents "ꠖ"^^xsd:string ;
    rdfs:comment "SYLOTI NAGRI LETTER DO"@en .

<http://lexvo.org/id/char/A817> a lvont:Character ;
    lvont:represents "ꠗ"^^xsd:string ;
    rdfs:comment "SYLOTI NAGRI LETTER DHO"@en .

<http://lexvo.org/id/char/A818> a lvont:Character ;
    lvont:represents "ꠘ"^^xsd:string ;
    rdfs:comment "SYLOTI NAGRI LETTER NO"@en .

<http://lexvo.org/id/char/A819> a lvont:Character ;
    lvont:represents "ꠙ"^^xsd:string ;
    rdfs:comment "SYLOTI NAGRI LETTER PO"@en .

<http://lexvo.org/id/char/A81A> a lvont:Character ;
    lvont:represents "ꠚ"^^xsd:string ;
    rdfs:comment "SYLOTI NAGRI LETTER PHO"@en .

<http://lexvo.org/id/char/A81B> a lvont:Character ;
    lvont:represents "ꠛ"^^xsd:string ;
    rdfs:comment "SYLOTI NAGRI LETTER BO"@en .

<http://lexvo.org/id/char/A81C> a lvont:Character ;
    lvont:represents "ꠜ"^^xsd:string ;
    rdfs:comment "SYLOTI NAGRI LETTER BHO"@en .

<http://lexvo.org/id/char/A81D> a lvont:Character ;
    lvont:represents "ꠝ"^^xsd:string ;
    rdfs:comment "SYLOTI NAGRI LETTER MO"@en .

<http://lexvo.org/id/char/A81E> a lvont:Character ;
    lvont:represents "ꠞ"^^xsd:string ;
    rdfs:comment "SYLOTI NAGRI LETTER RO"@en .

<http://lexvo.org/id/char/A81F> a lvont:Character ;
    lvont:represents "ꠟ"^^xsd:string ;
    rdfs:comment "SYLOTI NAGRI LETTER LO"@en .

<http://lexvo.org/id/char/A820> a lvont:Character ;
    lvont:represents "ꠠ"^^xsd:string ;
    rdfs:comment "SYLOTI NAGRI LETTER RRO"@en .

<http://lexvo.org/id/char/A821> a lvont:Character ;
    lvont:represents "ꠡ"^^xsd:string ;
    rdfs:comment "SYLOTI NAGRI LETTER SO"@en .

<http://lexvo.org/id/char/A822> a lvont:Character ;
    lvont:represents "ꠢ"^^xsd:string ;
    rdfs:comment "SYLOTI NAGRI LETTER HO"@en .

<http://lexvo.org/id/char/A823> a lvont:Character ;
    lvont:represents "ꠣ"^^xsd:string ;
    rdfs:comment "SYLOTI NAGRI VOWEL SIGN A"@en .

<http://lexvo.org/id/char/A824> a lvont:Character ;
    lvont:represents "ꠤ"^^xsd:string ;
    rdfs:comment "SYLOTI NAGRI VOWEL SIGN I"@en .

<http://lexvo.org/id/char/A825> a lvont:Character ;
    lvont:represents "ꠥ"^^xsd:string ;
    rdfs:comment "SYLOTI NAGRI VOWEL SIGN U"@en .

<http://lexvo.org/id/char/A826> a lvont:Character ;
    lvont:represents "ꠦ"^^xsd:string ;
    rdfs:comment "SYLOTI NAGRI VOWEL SIGN E"@en .

<http://lexvo.org/id/char/A827> a lvont:Character ;
    lvont:represents "ꠧ"^^xsd:string ;
    rdfs:comment "SYLOTI NAGRI VOWEL SIGN OO"@en .

<http://lexvo.org/id/char/A828> a lvont:Character ;
    lvont:represents "꠨"^^xsd:string ;
    rdfs:comment "SYLOTI NAGRI POETRY MARK-1"@en .

<http://lexvo.org/id/char/A829> a lvont:Character ;
    lvont:represents "꠩"^^xsd:string ;
    rdfs:comment "SYLOTI NAGRI POETRY MARK-2"@en .

<http://lexvo.org/id/char/A82A> a lvont:Character ;
    lvont:represents "꠪"^^xsd:string ;
    rdfs:comment "SYLOTI NAGRI POETRY MARK-3"@en .

<http://lexvo.org/id/char/A82B> a lvont:Character ;
    lvont:represents "꠫"^^xsd:string ;
    rdfs:comment "SYLOTI NAGRI POETRY MARK-4"@en .

<http://lexvo.org/id/char/A830> a lvont:Character ;
    lvont:represents "꠰"^^xsd:string ;
    rdfs:comment "NORTH INDIC FRACTION ONE QUARTER"@en .

<http://lexvo.org/id/char/A831> a lvont:Character ;
    lvont:represents "꠱"^^xsd:string ;
    rdfs:comment "NORTH INDIC FRACTION ONE HALF"@en .

<http://lexvo.org/id/char/A832> a lvont:Character ;
    lvont:represents "꠲"^^xsd:string ;
    rdfs:comment "NORTH INDIC FRACTION THREE QUARTERS"@en .

<http://lexvo.org/id/char/A833> a lvont:Character ;
    lvont:represents "꠳"^^xsd:string ;
    rdfs:comment "NORTH INDIC FRACTION ONE SIXTEENTH"@en .

<http://lexvo.org/id/char/A834> a lvont:Character ;
    lvont:represents "꠴"^^xsd:string ;
    rdfs:comment "NORTH INDIC FRACTION ONE EIGHTH"@en .

<http://lexvo.org/id/char/A835> a lvont:Character ;
    lvont:represents "꠵"^^xsd:string ;
    rdfs:comment "NORTH INDIC FRACTION THREE SIXTEENTHS"@en .

<http://lexvo.org/id/char/A836> a lvont:Character ;
    lvont:represents "꠶"^^xsd:string ;
    rdfs:comment "NORTH INDIC QUARTER MARK"@en .

<http://lexvo.org/id/char/A837> a lvont:Character ;
    lvont:represents "꠷"^^xsd:string ;
    rdfs:comment "NORTH INDIC PLACEHOLDER MARK"@en .

<http://lexvo.org/id/char/A838> a lvont:Character ;
    lvont:represents "꠸"^^xsd:string ;
    rdfs:comment "NORTH INDIC RUPEE MARK"@en .

<http://lexvo.org/id/char/A839> a lvont:Character ;
    lvont:represents "꠹"^^xsd:string ;
    rdfs:comment "NORTH INDIC QUANTITY MARK"@en .

<http://lexvo.org/id/char/A840> a lvont:Character ;
    lvont:represents "ꡀ"^^xsd:string ;
    rdfs:comment "PHAGS-PA LETTER KA"@en .

<http://lexvo.org/id/char/A841> a lvont:Character ;
    lvont:represents "ꡁ"^^xsd:string ;
    rdfs:comment "PHAGS-PA LETTER KHA"@en .

<http://lexvo.org/id/char/A842> a lvont:Character ;
    lvont:represents "ꡂ"^^xsd:string ;
    rdfs:comment "PHAGS-PA LETTER GA"@en .

<http://lexvo.org/id/char/A843> a lvont:Character ;
    lvont:represents "ꡃ"^^xsd:string ;
    rdfs:comment "PHAGS-PA LETTER NGA"@en .

<http://lexvo.org/id/char/A844> a lvont:Character ;
    lvont:represents "ꡄ"^^xsd:string ;
    rdfs:comment "PHAGS-PA LETTER CA"@en .

<http://lexvo.org/id/char/A845> a lvont:Character ;
    lvont:represents "ꡅ"^^xsd:string ;
    rdfs:comment "PHAGS-PA LETTER CHA"@en .

<http://lexvo.org/id/char/A846> a lvont:Character ;
    lvont:represents "ꡆ"^^xsd:string ;
    rdfs:comment "PHAGS-PA LETTER JA"@en .

<http://lexvo.org/id/char/A847> a lvont:Character ;
    lvont:represents "ꡇ"^^xsd:string ;
    rdfs:comment "PHAGS-PA LETTER NYA"@en .

<http://lexvo.org/id/char/A848> a lvont:Character ;
    lvont:represents "ꡈ"^^xsd:string ;
    rdfs:comment "PHAGS-PA LETTER TA"@en .

<http://lexvo.org/id/char/A849> a lvont:Character ;
    lvont:represents "ꡉ"^^xsd:string ;
    rdfs:comment "PHAGS-PA LETTER THA"@en .

<http://lexvo.org/id/char/A84A> a lvont:Character ;
    lvont:represents "ꡊ"^^xsd:string ;
    rdfs:comment "PHAGS-PA LETTER DA"@en .

<http://lexvo.org/id/char/A84B> a lvont:Character ;
    lvont:represents "ꡋ"^^xsd:string ;
    rdfs:comment "PHAGS-PA LETTER NA"@en .

<http://lexvo.org/id/char/A84C> a lvont:Character ;
    lvont:represents "ꡌ"^^xsd:string ;
    rdfs:comment "PHAGS-PA LETTER PA"@en .

<http://lexvo.org/id/char/A84D> a lvont:Character ;
    lvont:represents "ꡍ"^^xsd:string ;
    rdfs:comment "PHAGS-PA LETTER PHA"@en .

<http://lexvo.org/id/char/A84E> a lvont:Character ;
    lvont:represents "ꡎ"^^xsd:string ;
    rdfs:comment "PHAGS-PA LETTER BA"@en .

<http://lexvo.org/id/char/A84F> a lvont:Character ;
    lvont:represents "ꡏ"^^xsd:string ;
    rdfs:comment "PHAGS-PA LETTER MA"@en .

<http://lexvo.org/id/char/A850> a lvont:Character ;
    lvont:represents "ꡐ"^^xsd:string ;
    rdfs:comment "PHAGS-PA LETTER TSA"@en .

<http://lexvo.org/id/char/A851> a lvont:Character ;
    lvont:represents "ꡑ"^^xsd:string ;
    rdfs:comment "PHAGS-PA LETTER TSHA"@en .

<http://lexvo.org/id/char/A852> a lvont:Character ;
    lvont:represents "ꡒ"^^xsd:string ;
    rdfs:comment "PHAGS-PA LETTER DZA"@en .

<http://lexvo.org/id/char/A853> a lvont:Character ;
    lvont:represents "ꡓ"^^xsd:string ;
    rdfs:comment "PHAGS-PA LETTER WA"@en .

<http://lexvo.org/id/char/A854> a lvont:Character ;
    lvont:represents "ꡔ"^^xsd:string ;
    rdfs:comment "PHAGS-PA LETTER ZHA"@en .

<http://lexvo.org/id/char/A855> a lvont:Character ;
    lvont:represents "ꡕ"^^xsd:string ;
    rdfs:comment "PHAGS-PA LETTER ZA"@en .

<http://lexvo.org/id/char/A856> a lvont:Character ;
    lvont:represents "ꡖ"^^xsd:string ;
    rdfs:comment "PHAGS-PA LETTER SMALL A"@en .

<http://lexvo.org/id/char/A857> a lvont:Character ;
    lvont:represents "ꡗ"^^xsd:string ;
    rdfs:comment "PHAGS-PA LETTER YA"@en .

<http://lexvo.org/id/char/A858> a lvont:Character ;
    lvont:represents "ꡘ"^^xsd:string ;
    rdfs:comment "PHAGS-PA LETTER RA"@en .

<http://lexvo.org/id/char/A859> a lvont:Character ;
    lvont:represents "ꡙ"^^xsd:string ;
    rdfs:comment "PHAGS-PA LETTER LA"@en .

<http://lexvo.org/id/char/A85A> a lvont:Character ;
    lvont:represents "ꡚ"^^xsd:string ;
    rdfs:comment "PHAGS-PA LETTER SHA"@en .

<http://lexvo.org/id/char/A85B> a lvont:Character ;
    lvont:represents "ꡛ"^^xsd:string ;
    rdfs:comment "PHAGS-PA LETTER SA"@en .

<http://lexvo.org/id/char/A85C> a lvont:Character ;
    lvont:represents "ꡜ"^^xsd:string ;
    rdfs:comment "PHAGS-PA LETTER HA"@en .

<http://lexvo.org/id/char/A85D> a lvont:Character ;
    lvont:represents "ꡝ"^^xsd:string ;
    rdfs:comment "PHAGS-PA LETTER A"@en .

<http://lexvo.org/id/char/A85E> a lvont:Character ;
    lvont:represents "ꡞ"^^xsd:string ;
    rdfs:comment "PHAGS-PA LETTER I"@en .

<http://lexvo.org/id/char/A85F> a lvont:Character ;
    lvont:represents "ꡟ"^^xsd:string ;
    rdfs:comment "PHAGS-PA LETTER U"@en .

<http://lexvo.org/id/char/A860> a lvont:Character ;
    lvont:represents "ꡠ"^^xsd:string ;
    rdfs:comment "PHAGS-PA LETTER E"@en .

<http://lexvo.org/id/char/A861> a lvont:Character ;
    lvont:represents "ꡡ"^^xsd:string ;
    rdfs:comment "PHAGS-PA LETTER O"@en .

<http://lexvo.org/id/char/A862> a lvont:Character ;
    lvont:represents "ꡢ"^^xsd:string ;
    rdfs:comment "PHAGS-PA LETTER QA"@en .

<http://lexvo.org/id/char/A863> a lvont:Character ;
    lvont:represents "ꡣ"^^xsd:string ;
    rdfs:comment "PHAGS-PA LETTER XA"@en .

<http://lexvo.org/id/char/A864> a lvont:Character ;
    lvont:represents "ꡤ"^^xsd:string ;
    rdfs:comment "PHAGS-PA LETTER FA"@en .

<http://lexvo.org/id/char/A865> a lvont:Character ;
    lvont:represents "ꡥ"^^xsd:string ;
    rdfs:comment "PHAGS-PA LETTER GGA"@en .

<http://lexvo.org/id/char/A866> a lvont:Character ;
    lvont:represents "ꡦ"^^xsd:string ;
    rdfs:comment "PHAGS-PA LETTER EE"@en .

<http://lexvo.org/id/char/A867> a lvont:Character ;
    lvont:represents "ꡧ"^^xsd:string ;
    rdfs:comment "PHAGS-PA SUBJOINED LETTER WA"@en .

<http://lexvo.org/id/char/A868> a lvont:Character ;
    lvont:represents "ꡨ"^^xsd:string ;
    rdfs:comment "PHAGS-PA SUBJOINED LETTER YA"@en .

<http://lexvo.org/id/char/A869> a lvont:Character ;
    lvont:represents "ꡩ"^^xsd:string ;
    rdfs:comment "PHAGS-PA LETTER TTA"@en .

<http://lexvo.org/id/char/A86A> a lvont:Character ;
    lvont:represents "ꡪ"^^xsd:string ;
    rdfs:comment "PHAGS-PA LETTER TTHA"@en .

<http://lexvo.org/id/char/A86B> a lvont:Character ;
    lvont:represents "ꡫ"^^xsd:string ;
    rdfs:comment "PHAGS-PA LETTER DDA"@en .

<http://lexvo.org/id/char/A86C> a lvont:Character ;
    lvont:represents "ꡬ"^^xsd:string ;
    rdfs:comment "PHAGS-PA LETTER NNA"@en .

<http://lexvo.org/id/char/A86D> a lvont:Character ;
    lvont:represents "ꡭ"^^xsd:string ;
    rdfs:comment "PHAGS-PA LETTER ALTERNATE YA"@en .

<http://lexvo.org/id/char/A86E> a lvont:Character ;
    lvont:represents "ꡮ"^^xsd:string ;
    rdfs:comment "PHAGS-PA LETTER VOICELESS SHA"@en .

<http://lexvo.org/id/char/A86F> a lvont:Character ;
    lvont:represents "ꡯ"^^xsd:string ;
    rdfs:comment "PHAGS-PA LETTER VOICED HA"@en .

<http://lexvo.org/id/char/A870> a lvont:Character ;
    lvont:represents "ꡰ"^^xsd:string ;
    rdfs:comment "PHAGS-PA LETTER ASPIRATED FA"@en .

<http://lexvo.org/id/char/A871> a lvont:Character ;
    lvont:represents "ꡱ"^^xsd:string ;
    rdfs:comment "PHAGS-PA SUBJOINED LETTER RA"@en .

<http://lexvo.org/id/char/A872> a lvont:Character ;
    lvont:represents "ꡲ"^^xsd:string ;
    rdfs:comment "PHAGS-PA SUPERFIXED LETTER RA"@en .

<http://lexvo.org/id/char/A873> a lvont:Character ;
    lvont:represents "ꡳ"^^xsd:string ;
    rdfs:comment "PHAGS-PA LETTER CANDRABINDU"@en .

<http://lexvo.org/id/char/A874> a lvont:Character ;
    lvont:represents "꡴"^^xsd:string ;
    rdfs:comment "PHAGS-PA SINGLE HEAD MARK"@en .

<http://lexvo.org/id/char/A875> a lvont:Character ;
    lvont:represents "꡵"^^xsd:string ;
    rdfs:comment "PHAGS-PA DOUBLE HEAD MARK"@en .

<http://lexvo.org/id/char/A876> a lvont:Character ;
    lvont:represents "꡶"^^xsd:string ;
    rdfs:comment "PHAGS-PA MARK SHAD"@en .

<http://lexvo.org/id/char/A877> a lvont:Character ;
    lvont:represents "꡷"^^xsd:string ;
    rdfs:comment "PHAGS-PA MARK DOUBLE SHAD"@en .

<http://lexvo.org/id/char/A880> a lvont:Character ;
    lvont:represents "ꢀ"^^xsd:string ;
    rdfs:comment "SAURASHTRA SIGN ANUSVARA"@en .

<http://lexvo.org/id/char/A881> a lvont:Character ;
    lvont:represents "ꢁ"^^xsd:string ;
    rdfs:comment "SAURASHTRA SIGN VISARGA"@en .

<http://lexvo.org/id/char/A882> a lvont:Character ;
    lvont:represents "ꢂ"^^xsd:string ;
    rdfs:comment "SAURASHTRA LETTER A"@en .

<http://lexvo.org/id/char/A883> a lvont:Character ;
    lvont:represents "ꢃ"^^xsd:string ;
    rdfs:comment "SAURASHTRA LETTER AA"@en .

<http://lexvo.org/id/char/A884> a lvont:Character ;
    lvont:represents "ꢄ"^^xsd:string ;
    rdfs:comment "SAURASHTRA LETTER I"@en .

<http://lexvo.org/id/char/A885> a lvont:Character ;
    lvont:represents "ꢅ"^^xsd:string ;
    rdfs:comment "SAURASHTRA LETTER II"@en .

<http://lexvo.org/id/char/A886> a lvont:Character ;
    lvont:represents "ꢆ"^^xsd:string ;
    rdfs:comment "SAURASHTRA LETTER U"@en .

<http://lexvo.org/id/char/A887> a lvont:Character ;
    lvont:represents "ꢇ"^^xsd:string ;
    rdfs:comment "SAURASHTRA LETTER UU"@en .

<http://lexvo.org/id/char/A888> a lvont:Character ;
    lvont:represents "ꢈ"^^xsd:string ;
    rdfs:comment "SAURASHTRA LETTER VOCALIC R"@en .

<http://lexvo.org/id/char/A889> a lvont:Character ;
    lvont:represents "ꢉ"^^xsd:string ;
    rdfs:comment "SAURASHTRA LETTER VOCALIC RR"@en .

<http://lexvo.org/id/char/A88A> a lvont:Character ;
    lvont:represents "ꢊ"^^xsd:string ;
    rdfs:comment "SAURASHTRA LETTER VOCALIC L"@en .

<http://lexvo.org/id/char/A88B> a lvont:Character ;
    lvont:represents "ꢋ"^^xsd:string ;
    rdfs:comment "SAURASHTRA LETTER VOCALIC LL"@en .

<http://lexvo.org/id/char/A88C> a lvont:Character ;
    lvont:represents "ꢌ"^^xsd:string ;
    rdfs:comment "SAURASHTRA LETTER E"@en .

<http://lexvo.org/id/char/A88D> a lvont:Character ;
    lvont:represents "ꢍ"^^xsd:string ;
    rdfs:comment "SAURASHTRA LETTER EE"@en .

<http://lexvo.org/id/char/A88E> a lvont:Character ;
    lvont:represents "ꢎ"^^xsd:string ;
    rdfs:comment "SAURASHTRA LETTER AI"@en .

<http://lexvo.org/id/char/A88F> a lvont:Character ;
    lvont:represents "ꢏ"^^xsd:string ;
    rdfs:comment "SAURASHTRA LETTER O"@en .

<http://lexvo.org/id/char/A890> a lvont:Character ;
    lvont:represents "ꢐ"^^xsd:string ;
    rdfs:comment "SAURASHTRA LETTER OO"@en .

<http://lexvo.org/id/char/A891> a lvont:Character ;
    lvont:represents "ꢑ"^^xsd:string ;
    rdfs:comment "SAURASHTRA LETTER AU"@en .

<http://lexvo.org/id/char/A892> a lvont:Character ;
    lvont:represents "ꢒ"^^xsd:string ;
    rdfs:comment "SAURASHTRA LETTER KA"@en .

<http://lexvo.org/id/char/A893> a lvont:Character ;
    lvont:represents "ꢓ"^^xsd:string ;
    rdfs:comment "SAURASHTRA LETTER KHA"@en .

<http://lexvo.org/id/char/A894> a lvont:Character ;
    lvont:represents "ꢔ"^^xsd:string ;
    rdfs:comment "SAURASHTRA LETTER GA"@en .

<http://lexvo.org/id/char/A895> a lvont:Character ;
    lvont:represents "ꢕ"^^xsd:string ;
    rdfs:comment "SAURASHTRA LETTER GHA"@en .

<http://lexvo.org/id/char/A896> a lvont:Character ;
    lvont:represents "ꢖ"^^xsd:string ;
    rdfs:comment "SAURASHTRA LETTER NGA"@en .

<http://lexvo.org/id/char/A897> a lvont:Character ;
    lvont:represents "ꢗ"^^xsd:string ;
    rdfs:comment "SAURASHTRA LETTER CA"@en .

<http://lexvo.org/id/char/A898> a lvont:Character ;
    lvont:represents "ꢘ"^^xsd:string ;
    rdfs:comment "SAURASHTRA LETTER CHA"@en .

<http://lexvo.org/id/char/A899> a lvont:Character ;
    lvont:represents "ꢙ"^^xsd:string ;
    rdfs:comment "SAURASHTRA LETTER JA"@en .

<http://lexvo.org/id/char/A89A> a lvont:Character ;
    lvont:represents "ꢚ"^^xsd:string ;
    rdfs:comment "SAURASHTRA LETTER JHA"@en .

<http://lexvo.org/id/char/A89B> a lvont:Character ;
    lvont:represents "ꢛ"^^xsd:string ;
    rdfs:comment "SAURASHTRA LETTER NYA"@en .

<http://lexvo.org/id/char/A89C> a lvont:Character ;
    lvont:represents "ꢜ"^^xsd:string ;
    rdfs:comment "SAURASHTRA LETTER TTA"@en .

<http://lexvo.org/id/char/A89D> a lvont:Character ;
    lvont:represents "ꢝ"^^xsd:string ;
    rdfs:comment "SAURASHTRA LETTER TTHA"@en .

<http://lexvo.org/id/char/A89E> a lvont:Character ;
    lvont:represents "ꢞ"^^xsd:string ;
    rdfs:comment "SAURASHTRA LETTER DDA"@en .

<http://lexvo.org/id/char/A89F> a lvont:Character ;
    lvont:represents "ꢟ"^^xsd:string ;
    rdfs:comment "SAURASHTRA LETTER DDHA"@en .

<http://lexvo.org/id/char/A8A0> a lvont:Character ;
    lvont:represents "ꢠ"^^xsd:string ;
    rdfs:comment "SAURASHTRA LETTER NNA"@en .

<http://lexvo.org/id/char/A8A1> a lvont:Character ;
    lvont:represents "ꢡ"^^xsd:string ;
    rdfs:comment "SAURASHTRA LETTER TA"@en .

<http://lexvo.org/id/char/A8A2> a lvont:Character ;
    lvont:represents "ꢢ"^^xsd:string ;
    rdfs:comment "SAURASHTRA LETTER THA"@en .

<http://lexvo.org/id/char/A8A3> a lvont:Character ;
    lvont:represents "ꢣ"^^xsd:string ;
    rdfs:comment "SAURASHTRA LETTER DA"@en .

<http://lexvo.org/id/char/A8A4> a lvont:Character ;
    lvont:represents "ꢤ"^^xsd:string ;
    rdfs:comment "SAURASHTRA LETTER DHA"@en .

<http://lexvo.org/id/char/A8A5> a lvont:Character ;
    lvont:represents "ꢥ"^^xsd:string ;
    rdfs:comment "SAURASHTRA LETTER NA"@en .

<http://lexvo.org/id/char/A8A6> a lvont:Character ;
    lvont:represents "ꢦ"^^xsd:string ;
    rdfs:comment "SAURASHTRA LETTER PA"@en .

<http://lexvo.org/id/char/A8A7> a lvont:Character ;
    lvont:represents "ꢧ"^^xsd:string ;
    rdfs:comment "SAURASHTRA LETTER PHA"@en .

<http://lexvo.org/id/char/A8A8> a lvont:Character ;
    lvont:represents "ꢨ"^^xsd:string ;
    rdfs:comment "SAURASHTRA LETTER BA"@en .

<http://lexvo.org/id/char/A8A9> a lvont:Character ;
    lvont:represents "ꢩ"^^xsd:string ;
    rdfs:comment "SAURASHTRA LETTER BHA"@en .

<http://lexvo.org/id/char/A8AA> a lvont:Character ;
    lvont:represents "ꢪ"^^xsd:string ;
    rdfs:comment "SAURASHTRA LETTER MA"@en .

<http://lexvo.org/id/char/A8AB> a lvont:Character ;
    lvont:represents "ꢫ"^^xsd:string ;
    rdfs:comment "SAURASHTRA LETTER YA"@en .

<http://lexvo.org/id/char/A8AC> a lvont:Character ;
    lvont:represents "ꢬ"^^xsd:string ;
    rdfs:comment "SAURASHTRA LETTER RA"@en .

<http://lexvo.org/id/char/A8AD> a lvont:Character ;
    lvont:represents "ꢭ"^^xsd:string ;
    rdfs:comment "SAURASHTRA LETTER LA"@en .

<http://lexvo.org/id/char/A8AE> a lvont:Character ;
    lvont:represents "ꢮ"^^xsd:string ;
    rdfs:comment "SAURASHTRA LETTER VA"@en .

<http://lexvo.org/id/char/A8AF> a lvont:Character ;
    lvont:represents "ꢯ"^^xsd:string ;
    rdfs:comment "SAURASHTRA LETTER SHA"@en .

<http://lexvo.org/id/char/A8B0> a lvont:Character ;
    lvont:represents "ꢰ"^^xsd:string ;
    rdfs:comment "SAURASHTRA LETTER SSA"@en .

<http://lexvo.org/id/char/A8B1> a lvont:Character ;
    lvont:represents "ꢱ"^^xsd:string ;
    rdfs:comment "SAURASHTRA LETTER SA"@en .

<http://lexvo.org/id/char/A8B2> a lvont:Character ;
    lvont:represents "ꢲ"^^xsd:string ;
    rdfs:comment "SAURASHTRA LETTER HA"@en .

<http://lexvo.org/id/char/A8B3> a lvont:Character ;
    lvont:represents "ꢳ"^^xsd:string ;
    rdfs:comment "SAURASHTRA LETTER LLA"@en .

<http://lexvo.org/id/char/A8B4> a lvont:Character ;
    lvont:represents "ꢴ"^^xsd:string ;
    rdfs:comment "SAURASHTRA CONSONANT SIGN HAARU"@en .

<http://lexvo.org/id/char/A8B5> a lvont:Character ;
    lvont:represents "ꢵ"^^xsd:string ;
    rdfs:comment "SAURASHTRA VOWEL SIGN AA"@en .

<http://lexvo.org/id/char/A8B6> a lvont:Character ;
    lvont:represents "ꢶ"^^xsd:string ;
    rdfs:comment "SAURASHTRA VOWEL SIGN I"@en .

<http://lexvo.org/id/char/A8B7> a lvont:Character ;
    lvont:represents "ꢷ"^^xsd:string ;
    rdfs:comment "SAURASHTRA VOWEL SIGN II"@en .

<http://lexvo.org/id/char/A8B8> a lvont:Character ;
    lvont:represents "ꢸ"^^xsd:string ;
    rdfs:comment "SAURASHTRA VOWEL SIGN U"@en .

<http://lexvo.org/id/char/A8B9> a lvont:Character ;
    lvont:represents "ꢹ"^^xsd:string ;
    rdfs:comment "SAURASHTRA VOWEL SIGN UU"@en .

<http://lexvo.org/id/char/A8BA> a lvont:Character ;
    lvont:represents "ꢺ"^^xsd:string ;
    rdfs:comment "SAURASHTRA VOWEL SIGN VOCALIC R"@en .

<http://lexvo.org/id/char/A8BB> a lvont:Character ;
    lvont:represents "ꢻ"^^xsd:string ;
    rdfs:comment "SAURASHTRA VOWEL SIGN VOCALIC RR"@en .

<http://lexvo.org/id/char/A8BC> a lvont:Character ;
    lvont:represents "ꢼ"^^xsd:string ;
    rdfs:comment "SAURASHTRA VOWEL SIGN VOCALIC L"@en .

<http://lexvo.org/id/char/A8BD> a lvont:Character ;
    lvont:represents "ꢽ"^^xsd:string ;
    rdfs:comment "SAURASHTRA VOWEL SIGN VOCALIC LL"@en .

<http://lexvo.org/id/char/A8BE> a lvont:Character ;
    lvont:represents "ꢾ"^^xsd:string ;
    rdfs:comment "SAURASHTRA VOWEL SIGN E"@en .

<http://lexvo.org/id/char/A8BF> a lvont:Character ;
    lvont:represents "ꢿ"^^xsd:string ;
    rdfs:comment "SAURASHTRA VOWEL SIGN EE"@en .

<http://lexvo.org/id/char/A8C0> a lvont:Character ;
    lvont:represents "ꣀ"^^xsd:string ;
    rdfs:comment "SAURASHTRA VOWEL SIGN AI"@en .

<http://lexvo.org/id/char/A8C1> a lvont:Character ;
    lvont:represents "ꣁ"^^xsd:string ;
    rdfs:comment "SAURASHTRA VOWEL SIGN O"@en .

<http://lexvo.org/id/char/A8C2> a lvont:Character ;
    lvont:represents "ꣂ"^^xsd:string ;
    rdfs:comment "SAURASHTRA VOWEL SIGN OO"@en .

<http://lexvo.org/id/char/A8C3> a lvont:Character ;
    lvont:represents "ꣃ"^^xsd:string ;
    rdfs:comment "SAURASHTRA VOWEL SIGN AU"@en .

<http://lexvo.org/id/char/A8C4> a lvont:Character ;
    lvont:represents "꣄"^^xsd:string ;
    rdfs:comment "SAURASHTRA SIGN VIRAMA"@en .

<http://lexvo.org/id/char/A8CE> a lvont:Character ;
    lvont:represents "꣎"^^xsd:string ;
    rdfs:comment "SAURASHTRA DANDA"@en .

<http://lexvo.org/id/char/A8CF> a lvont:Character ;
    lvont:represents "꣏"^^xsd:string ;
    rdfs:comment "SAURASHTRA DOUBLE DANDA"@en .

<http://lexvo.org/id/char/A8D0> a lvont:Character ;
    lvont:represents "꣐"^^xsd:string ;
    rdfs:comment "SAURASHTRA DIGIT ZERO"@en .

<http://lexvo.org/id/char/A8D1> a lvont:Character ;
    lvont:represents "꣑"^^xsd:string ;
    rdfs:comment "SAURASHTRA DIGIT ONE"@en .

<http://lexvo.org/id/char/A8D2> a lvont:Character ;
    lvont:represents "꣒"^^xsd:string ;
    rdfs:comment "SAURASHTRA DIGIT TWO"@en .

<http://lexvo.org/id/char/A8D3> a lvont:Character ;
    lvont:represents "꣓"^^xsd:string ;
    rdfs:comment "SAURASHTRA DIGIT THREE"@en .

<http://lexvo.org/id/char/A8D4> a lvont:Character ;
    lvont:represents "꣔"^^xsd:string ;
    rdfs:comment "SAURASHTRA DIGIT FOUR"@en .

<http://lexvo.org/id/char/A8D5> a lvont:Character ;
    lvont:represents "꣕"^^xsd:string ;
    rdfs:comment "SAURASHTRA DIGIT FIVE"@en .

<http://lexvo.org/id/char/A8D6> a lvont:Character ;
    lvont:represents "꣖"^^xsd:string ;
    rdfs:comment "SAURASHTRA DIGIT SIX"@en .

<http://lexvo.org/id/char/A8D7> a lvont:Character ;
    lvont:represents "꣗"^^xsd:string ;
    rdfs:comment "SAURASHTRA DIGIT SEVEN"@en .

<http://lexvo.org/id/char/A8D8> a lvont:Character ;
    lvont:represents "꣘"^^xsd:string ;
    rdfs:comment "SAURASHTRA DIGIT EIGHT"@en .

<http://lexvo.org/id/char/A8D9> a lvont:Character ;
    lvont:represents "꣙"^^xsd:string ;
    rdfs:comment "SAURASHTRA DIGIT NINE"@en .

<http://lexvo.org/id/char/A8E0> a lvont:Character ;
    lvont:represents "꣠"^^xsd:string ;
    rdfs:comment "COMBINING DEVANAGARI DIGIT ZERO"@en .

<http://lexvo.org/id/char/A8E1> a lvont:Character ;
    lvont:represents "꣡"^^xsd:string ;
    rdfs:comment "COMBINING DEVANAGARI DIGIT ONE"@en .

<http://lexvo.org/id/char/A8E2> a lvont:Character ;
    lvont:represents "꣢"^^xsd:string ;
    rdfs:comment "COMBINING DEVANAGARI DIGIT TWO"@en .

<http://lexvo.org/id/char/A8E3> a lvont:Character ;
    lvont:represents "꣣"^^xsd:string ;
    rdfs:comment "COMBINING DEVANAGARI DIGIT THREE"@en .

<http://lexvo.org/id/char/A8E4> a lvont:Character ;
    lvont:represents "꣤"^^xsd:string ;
    rdfs:comment "COMBINING DEVANAGARI DIGIT FOUR"@en .

<http://lexvo.org/id/char/A8E5> a lvont:Character ;
    lvont:represents "꣥"^^xsd:string ;
    rdfs:comment "COMBINING DEVANAGARI DIGIT FIVE"@en .

<http://lexvo.org/id/char/A8E6> a lvont:Character ;
    lvont:represents "꣦"^^xsd:string ;
    rdfs:comment "COMBINING DEVANAGARI DIGIT SIX"@en .

<http://lexvo.org/id/char/A8E7> a lvont:Character ;
    lvont:represents "꣧"^^xsd:string ;
    rdfs:comment "COMBINING DEVANAGARI DIGIT SEVEN"@en .

<http://lexvo.org/id/char/A8E8> a lvont:Character ;
    lvont:represents "꣨"^^xsd:string ;
    rdfs:comment "COMBINING DEVANAGARI DIGIT EIGHT"@en .

<http://lexvo.org/id/char/A8E9> a lvont:Character ;
    lvont:represents "꣩"^^xsd:string ;
    rdfs:comment "COMBINING DEVANAGARI DIGIT NINE"@en .

<http://lexvo.org/id/char/A8EA> a lvont:Character ;
    lvont:represents "꣪"^^xsd:string ;
    rdfs:comment "COMBINING DEVANAGARI LETTER A"@en .

<http://lexvo.org/id/char/A8EB> a lvont:Character ;
    lvont:represents "꣫"^^xsd:string ;
    rdfs:comment "COMBINING DEVANAGARI LETTER U"@en .

<http://lexvo.org/id/char/A8EC> a lvont:Character ;
    lvont:represents "꣬"^^xsd:string ;
    rdfs:comment "COMBINING DEVANAGARI LETTER KA"@en .

<http://lexvo.org/id/char/A8ED> a lvont:Character ;
    lvont:represents "꣭"^^xsd:string ;
    rdfs:comment "COMBINING DEVANAGARI LETTER NA"@en .

<http://lexvo.org/id/char/A8EE> a lvont:Character ;
    lvont:represents "꣮"^^xsd:string ;
    rdfs:comment "COMBINING DEVANAGARI LETTER PA"@en .

<http://lexvo.org/id/char/A8EF> a lvont:Character ;
    lvont:represents "꣯"^^xsd:string ;
    rdfs:comment "COMBINING DEVANAGARI LETTER RA"@en .

<http://lexvo.org/id/char/A8F0> a lvont:Character ;
    lvont:represents "꣰"^^xsd:string ;
    rdfs:comment "COMBINING DEVANAGARI LETTER VI"@en .

<http://lexvo.org/id/char/A8F1> a lvont:Character ;
    lvont:represents "꣱"^^xsd:string ;
    rdfs:comment "COMBINING DEVANAGARI SIGN AVAGRAHA"@en .

<http://lexvo.org/id/char/A8F2> a lvont:Character ;
    lvont:represents "ꣲ"^^xsd:string ;
    rdfs:comment "DEVANAGARI SIGN SPACING CANDRABINDU"@en .

<http://lexvo.org/id/char/A8F3> a lvont:Character ;
    lvont:represents "ꣳ"^^xsd:string ;
    rdfs:comment "DEVANAGARI SIGN CANDRABINDU VIRAMA"@en .

<http://lexvo.org/id/char/A8F4> a lvont:Character ;
    lvont:represents "ꣴ"^^xsd:string ;
    rdfs:comment "DEVANAGARI SIGN DOUBLE CANDRABINDU VIRAMA"@en .

<http://lexvo.org/id/char/A8F5> a lvont:Character ;
    lvont:represents "ꣵ"^^xsd:string ;
    rdfs:comment "DEVANAGARI SIGN CANDRABINDU TWO"@en .

<http://lexvo.org/id/char/A8F6> a lvont:Character ;
    lvont:represents "ꣶ"^^xsd:string ;
    rdfs:comment "DEVANAGARI SIGN CANDRABINDU THREE"@en .

<http://lexvo.org/id/char/A8F7> a lvont:Character ;
    lvont:represents "ꣷ"^^xsd:string ;
    rdfs:comment "DEVANAGARI SIGN CANDRABINDU AVAGRAHA"@en .

<http://lexvo.org/id/char/A8F8> a lvont:Character ;
    lvont:represents "꣸"^^xsd:string ;
    rdfs:comment "DEVANAGARI SIGN PUSHPIKA"@en .

<http://lexvo.org/id/char/A8F9> a lvont:Character ;
    lvont:represents "꣹"^^xsd:string ;
    rdfs:comment "DEVANAGARI GAP FILLER"@en .

<http://lexvo.org/id/char/A8FA> a lvont:Character ;
    lvont:represents "꣺"^^xsd:string ;
    rdfs:comment "DEVANAGARI CARET"@en .

<http://lexvo.org/id/char/A8FB> a lvont:Character ;
    lvont:represents "ꣻ"^^xsd:string ;
    rdfs:comment "DEVANAGARI HEADSTROKE"@en .

<http://lexvo.org/id/char/A900> a lvont:Character ;
    lvont:represents "꤀"^^xsd:string ;
    rdfs:comment "KAYAH LI DIGIT ZERO"@en .

<http://lexvo.org/id/char/A901> a lvont:Character ;
    lvont:represents "꤁"^^xsd:string ;
    rdfs:comment "KAYAH LI DIGIT ONE"@en .

<http://lexvo.org/id/char/A902> a lvont:Character ;
    lvont:represents "꤂"^^xsd:string ;
    rdfs:comment "KAYAH LI DIGIT TWO"@en .

<http://lexvo.org/id/char/A903> a lvont:Character ;
    lvont:represents "꤃"^^xsd:string ;
    rdfs:comment "KAYAH LI DIGIT THREE"@en .

<http://lexvo.org/id/char/A904> a lvont:Character ;
    lvont:represents "꤄"^^xsd:string ;
    rdfs:comment "KAYAH LI DIGIT FOUR"@en .

<http://lexvo.org/id/char/A905> a lvont:Character ;
    lvont:represents "꤅"^^xsd:string ;
    rdfs:comment "KAYAH LI DIGIT FIVE"@en .

<http://lexvo.org/id/char/A906> a lvont:Character ;
    lvont:represents "꤆"^^xsd:string ;
    rdfs:comment "KAYAH LI DIGIT SIX"@en .

<http://lexvo.org/id/char/A907> a lvont:Character ;
    lvont:represents "꤇"^^xsd:string ;
    rdfs:comment "KAYAH LI DIGIT SEVEN"@en .

<http://lexvo.org/id/char/A908> a lvont:Character ;
    lvont:represents "꤈"^^xsd:string ;
    rdfs:comment "KAYAH LI DIGIT EIGHT"@en .

<http://lexvo.org/id/char/A909> a lvont:Character ;
    lvont:represents "꤉"^^xsd:string ;
    rdfs:comment "KAYAH LI DIGIT NINE"@en .

<http://lexvo.org/id/char/A90A> a lvont:Character ;
    lvont:represents "ꤊ"^^xsd:string ;
    rdfs:comment "KAYAH LI LETTER KA"@en .

<http://lexvo.org/id/char/A90B> a lvont:Character ;
    lvont:represents "ꤋ"^^xsd:string ;
    rdfs:comment "KAYAH LI LETTER KHA"@en .

<http://lexvo.org/id/char/A90C> a lvont:Character ;
    lvont:represents "ꤌ"^^xsd:string ;
    rdfs:comment "KAYAH LI LETTER GA"@en .

<http://lexvo.org/id/char/A90D> a lvont:Character ;
    lvont:represents "ꤍ"^^xsd:string ;
    rdfs:comment "KAYAH LI LETTER NGA"@en .

<http://lexvo.org/id/char/A90E> a lvont:Character ;
    lvont:represents "ꤎ"^^xsd:string ;
    rdfs:comment "KAYAH LI LETTER SA"@en .

<http://lexvo.org/id/char/A90F> a lvont:Character ;
    lvont:represents "ꤏ"^^xsd:string ;
    rdfs:comment "KAYAH LI LETTER SHA"@en .

<http://lexvo.org/id/char/A910> a lvont:Character ;
    lvont:represents "ꤐ"^^xsd:string ;
    rdfs:comment "KAYAH LI LETTER ZA"@en .

<http://lexvo.org/id/char/A911> a lvont:Character ;
    lvont:represents "ꤑ"^^xsd:string ;
    rdfs:comment "KAYAH LI LETTER NYA"@en .

<http://lexvo.org/id/char/A912> a lvont:Character ;
    lvont:represents "ꤒ"^^xsd:string ;
    rdfs:comment "KAYAH LI LETTER TA"@en .

<http://lexvo.org/id/char/A913> a lvont:Character ;
    lvont:represents "ꤓ"^^xsd:string ;
    rdfs:comment "KAYAH LI LETTER HTA"@en .

<http://lexvo.org/id/char/A914> a lvont:Character ;
    lvont:represents "ꤔ"^^xsd:string ;
    rdfs:comment "KAYAH LI LETTER NA"@en .

<http://lexvo.org/id/char/A915> a lvont:Character ;
    lvont:represents "ꤕ"^^xsd:string ;
    rdfs:comment "KAYAH LI LETTER PA"@en .

<http://lexvo.org/id/char/A916> a lvont:Character ;
    lvont:represents "ꤖ"^^xsd:string ;
    rdfs:comment "KAYAH LI LETTER PHA"@en .

<http://lexvo.org/id/char/A917> a lvont:Character ;
    lvont:represents "ꤗ"^^xsd:string ;
    rdfs:comment "KAYAH LI LETTER MA"@en .

<http://lexvo.org/id/char/A918> a lvont:Character ;
    lvont:represents "ꤘ"^^xsd:string ;
    rdfs:comment "KAYAH LI LETTER DA"@en .

<http://lexvo.org/id/char/A919> a lvont:Character ;
    lvont:represents "ꤙ"^^xsd:string ;
    rdfs:comment "KAYAH LI LETTER BA"@en .

<http://lexvo.org/id/char/A91A> a lvont:Character ;
    lvont:represents "ꤚ"^^xsd:string ;
    rdfs:comment "KAYAH LI LETTER RA"@en .

<http://lexvo.org/id/char/A91B> a lvont:Character ;
    lvont:represents "ꤛ"^^xsd:string ;
    rdfs:comment "KAYAH LI LETTER YA"@en .

<http://lexvo.org/id/char/A91C> a lvont:Character ;
    lvont:represents "ꤜ"^^xsd:string ;
    rdfs:comment "KAYAH LI LETTER LA"@en .

<http://lexvo.org/id/char/A91D> a lvont:Character ;
    lvont:represents "ꤝ"^^xsd:string ;
    rdfs:comment "KAYAH LI LETTER WA"@en .

<http://lexvo.org/id/char/A91E> a lvont:Character ;
    lvont:represents "ꤞ"^^xsd:string ;
    rdfs:comment "KAYAH LI LETTER THA"@en .

<http://lexvo.org/id/char/A91F> a lvont:Character ;
    lvont:represents "ꤟ"^^xsd:string ;
    rdfs:comment "KAYAH LI LETTER HA"@en .

<http://lexvo.org/id/char/A920> a lvont:Character ;
    lvont:represents "ꤠ"^^xsd:string ;
    rdfs:comment "KAYAH LI LETTER VA"@en .

<http://lexvo.org/id/char/A921> a lvont:Character ;
    lvont:represents "ꤡ"^^xsd:string ;
    rdfs:comment "KAYAH LI LETTER CA"@en .

<http://lexvo.org/id/char/A922> a lvont:Character ;
    lvont:represents "ꤢ"^^xsd:string ;
    rdfs:comment "KAYAH LI LETTER A"@en .

<http://lexvo.org/id/char/A923> a lvont:Character ;
    lvont:represents "ꤣ"^^xsd:string ;
    rdfs:comment "KAYAH LI LETTER OE"@en .

<http://lexvo.org/id/char/A924> a lvont:Character ;
    lvont:represents "ꤤ"^^xsd:string ;
    rdfs:comment "KAYAH LI LETTER I"@en .

<http://lexvo.org/id/char/A925> a lvont:Character ;
    lvont:represents "ꤥ"^^xsd:string ;
    rdfs:comment "KAYAH LI LETTER OO"@en .

<http://lexvo.org/id/char/A926> a lvont:Character ;
    lvont:represents "ꤦ"^^xsd:string ;
    rdfs:comment "KAYAH LI VOWEL UE"@en .

<http://lexvo.org/id/char/A927> a lvont:Character ;
    lvont:represents "ꤧ"^^xsd:string ;
    rdfs:comment "KAYAH LI VOWEL E"@en .

<http://lexvo.org/id/char/A928> a lvont:Character ;
    lvont:represents "ꤨ"^^xsd:string ;
    rdfs:comment "KAYAH LI VOWEL U"@en .

<http://lexvo.org/id/char/A929> a lvont:Character ;
    lvont:represents "ꤩ"^^xsd:string ;
    rdfs:comment "KAYAH LI VOWEL EE"@en .

<http://lexvo.org/id/char/A92A> a lvont:Character ;
    lvont:represents "ꤪ"^^xsd:string ;
    rdfs:comment "KAYAH LI VOWEL O"@en .

<http://lexvo.org/id/char/A92B> a lvont:Character ;
    lvont:represents "꤫"^^xsd:string ;
    rdfs:comment "KAYAH LI TONE PLOPHU"@en .

<http://lexvo.org/id/char/A92C> a lvont:Character ;
    lvont:represents "꤬"^^xsd:string ;
    rdfs:comment "KAYAH LI TONE CALYA"@en .

<http://lexvo.org/id/char/A92D> a lvont:Character ;
    lvont:represents "꤭"^^xsd:string ;
    rdfs:comment "KAYAH LI TONE CALYA PLOPHU"@en .

<http://lexvo.org/id/char/A92E> a lvont:Character ;
    lvont:represents "꤮"^^xsd:string ;
    rdfs:comment "KAYAH LI SIGN CWI"@en .

<http://lexvo.org/id/char/A92F> a lvont:Character ;
    lvont:represents "꤯"^^xsd:string ;
    rdfs:comment "KAYAH LI SIGN SHYA"@en .

<http://lexvo.org/id/char/A930> a lvont:Character ;
    lvont:represents "ꤰ"^^xsd:string ;
    rdfs:comment "REJANG LETTER KA"@en .

<http://lexvo.org/id/char/A931> a lvont:Character ;
    lvont:represents "ꤱ"^^xsd:string ;
    rdfs:comment "REJANG LETTER GA"@en .

<http://lexvo.org/id/char/A932> a lvont:Character ;
    lvont:represents "ꤲ"^^xsd:string ;
    rdfs:comment "REJANG LETTER NGA"@en .

<http://lexvo.org/id/char/A933> a lvont:Character ;
    lvont:represents "ꤳ"^^xsd:string ;
    rdfs:comment "REJANG LETTER TA"@en .

<http://lexvo.org/id/char/A934> a lvont:Character ;
    lvont:represents "ꤴ"^^xsd:string ;
    rdfs:comment "REJANG LETTER DA"@en .

<http://lexvo.org/id/char/A935> a lvont:Character ;
    lvont:represents "ꤵ"^^xsd:string ;
    rdfs:comment "REJANG LETTER NA"@en .

<http://lexvo.org/id/char/A936> a lvont:Character ;
    lvont:represents "ꤶ"^^xsd:string ;
    rdfs:comment "REJANG LETTER PA"@en .

<http://lexvo.org/id/char/A937> a lvont:Character ;
    lvont:represents "ꤷ"^^xsd:string ;
    rdfs:comment "REJANG LETTER BA"@en .

<http://lexvo.org/id/char/A938> a lvont:Character ;
    lvont:represents "ꤸ"^^xsd:string ;
    rdfs:comment "REJANG LETTER MA"@en .

<http://lexvo.org/id/char/A939> a lvont:Character ;
    lvont:represents "ꤹ"^^xsd:string ;
    rdfs:comment "REJANG LETTER CA"@en .

<http://lexvo.org/id/char/A93A> a lvont:Character ;
    lvont:represents "ꤺ"^^xsd:string ;
    rdfs:comment "REJANG LETTER JA"@en .

<http://lexvo.org/id/char/A93B> a lvont:Character ;
    lvont:represents "ꤻ"^^xsd:string ;
    rdfs:comment "REJANG LETTER NYA"@en .

<http://lexvo.org/id/char/A93C> a lvont:Character ;
    lvont:represents "ꤼ"^^xsd:string ;
    rdfs:comment "REJANG LETTER SA"@en .

<http://lexvo.org/id/char/A93D> a lvont:Character ;
    lvont:represents "ꤽ"^^xsd:string ;
    rdfs:comment "REJANG LETTER RA"@en .

<http://lexvo.org/id/char/A93E> a lvont:Character ;
    lvont:represents "ꤾ"^^xsd:string ;
    rdfs:comment "REJANG LETTER LA"@en .

<http://lexvo.org/id/char/A93F> a lvont:Character ;
    lvont:represents "ꤿ"^^xsd:string ;
    rdfs:comment "REJANG LETTER YA"@en .

<http://lexvo.org/id/char/A940> a lvont:Character ;
    lvont:represents "ꥀ"^^xsd:string ;
    rdfs:comment "REJANG LETTER WA"@en .

<http://lexvo.org/id/char/A941> a lvont:Character ;
    lvont:represents "ꥁ"^^xsd:string ;
    rdfs:comment "REJANG LETTER HA"@en .

<http://lexvo.org/id/char/A942> a lvont:Character ;
    lvont:represents "ꥂ"^^xsd:string ;
    rdfs:comment "REJANG LETTER MBA"@en .

<http://lexvo.org/id/char/A943> a lvont:Character ;
    lvont:represents "ꥃ"^^xsd:string ;
    rdfs:comment "REJANG LETTER NGGA"@en .

<http://lexvo.org/id/char/A944> a lvont:Character ;
    lvont:represents "ꥄ"^^xsd:string ;
    rdfs:comment "REJANG LETTER NDA"@en .

<http://lexvo.org/id/char/A945> a lvont:Character ;
    lvont:represents "ꥅ"^^xsd:string ;
    rdfs:comment "REJANG LETTER NYJA"@en .

<http://lexvo.org/id/char/A946> a lvont:Character ;
    lvont:represents "ꥆ"^^xsd:string ;
    rdfs:comment "REJANG LETTER A"@en .

<http://lexvo.org/id/char/A947> a lvont:Character ;
    lvont:represents "ꥇ"^^xsd:string ;
    rdfs:comment "REJANG VOWEL SIGN I"@en .

<http://lexvo.org/id/char/A948> a lvont:Character ;
    lvont:represents "ꥈ"^^xsd:string ;
    rdfs:comment "REJANG VOWEL SIGN U"@en .

<http://lexvo.org/id/char/A949> a lvont:Character ;
    lvont:represents "ꥉ"^^xsd:string ;
    rdfs:comment "REJANG VOWEL SIGN E"@en .

<http://lexvo.org/id/char/A94A> a lvont:Character ;
    lvont:represents "ꥊ"^^xsd:string ;
    rdfs:comment "REJANG VOWEL SIGN AI"@en .

<http://lexvo.org/id/char/A94B> a lvont:Character ;
    lvont:represents "ꥋ"^^xsd:string ;
    rdfs:comment "REJANG VOWEL SIGN O"@en .

<http://lexvo.org/id/char/A94C> a lvont:Character ;
    lvont:represents "ꥌ"^^xsd:string ;
    rdfs:comment "REJANG VOWEL SIGN AU"@en .

<http://lexvo.org/id/char/A94D> a lvont:Character ;
    lvont:represents "ꥍ"^^xsd:string ;
    rdfs:comment "REJANG VOWEL SIGN EU"@en .

<http://lexvo.org/id/char/A94E> a lvont:Character ;
    lvont:represents "ꥎ"^^xsd:string ;
    rdfs:comment "REJANG VOWEL SIGN EA"@en .

<http://lexvo.org/id/char/A94F> a lvont:Character ;
    lvont:represents "ꥏ"^^xsd:string ;
    rdfs:comment "REJANG CONSONANT SIGN NG"@en .

<http://lexvo.org/id/char/A950> a lvont:Character ;
    lvont:represents "ꥐ"^^xsd:string ;
    rdfs:comment "REJANG CONSONANT SIGN N"@en .

<http://lexvo.org/id/char/A951> a lvont:Character ;
    lvont:represents "ꥑ"^^xsd:string ;
    rdfs:comment "REJANG CONSONANT SIGN R"@en .

<http://lexvo.org/id/char/A952> a lvont:Character ;
    lvont:represents "ꥒ"^^xsd:string ;
    rdfs:comment "REJANG CONSONANT SIGN H"@en .

<http://lexvo.org/id/char/A953> a lvont:Character ;
    lvont:represents "꥓"^^xsd:string ;
    rdfs:comment "REJANG VIRAMA"@en .

<http://lexvo.org/id/char/A95F> a lvont:Character ;
    lvont:represents "꥟"^^xsd:string ;
    rdfs:comment "REJANG SECTION MARK"@en .

<http://lexvo.org/id/char/A960> a lvont:Character ;
    lvont:represents "ꥠ"^^xsd:string ;
    rdfs:comment "HANGUL CHOSEONG TIKEUT-MIEUM"@en .

<http://lexvo.org/id/char/A961> a lvont:Character ;
    lvont:represents "ꥡ"^^xsd:string ;
    rdfs:comment "HANGUL CHOSEONG TIKEUT-PIEUP"@en .

<http://lexvo.org/id/char/A962> a lvont:Character ;
    lvont:represents "ꥢ"^^xsd:string ;
    rdfs:comment "HANGUL CHOSEONG TIKEUT-SIOS"@en .

<http://lexvo.org/id/char/A963> a lvont:Character ;
    lvont:represents "ꥣ"^^xsd:string ;
    rdfs:comment "HANGUL CHOSEONG TIKEUT-CIEUC"@en .

<http://lexvo.org/id/char/A964> a lvont:Character ;
    lvont:represents "ꥤ"^^xsd:string ;
    rdfs:comment "HANGUL CHOSEONG RIEUL-KIYEOK"@en .

<http://lexvo.org/id/char/A965> a lvont:Character ;
    lvont:represents "ꥥ"^^xsd:string ;
    rdfs:comment "HANGUL CHOSEONG RIEUL-SSANGKIYEOK"@en .

<http://lexvo.org/id/char/A966> a lvont:Character ;
    lvont:represents "ꥦ"^^xsd:string ;
    rdfs:comment "HANGUL CHOSEONG RIEUL-TIKEUT"@en .

<http://lexvo.org/id/char/A967> a lvont:Character ;
    lvont:represents "ꥧ"^^xsd:string ;
    rdfs:comment "HANGUL CHOSEONG RIEUL-SSANGTIKEUT"@en .

<http://lexvo.org/id/char/A968> a lvont:Character ;
    lvont:represents "ꥨ"^^xsd:string ;
    rdfs:comment "HANGUL CHOSEONG RIEUL-MIEUM"@en .

<http://lexvo.org/id/char/A969> a lvont:Character ;
    lvont:represents "ꥩ"^^xsd:string ;
    rdfs:comment "HANGUL CHOSEONG RIEUL-PIEUP"@en .

<http://lexvo.org/id/char/A96A> a lvont:Character ;
    lvont:represents "ꥪ"^^xsd:string ;
    rdfs:comment "HANGUL CHOSEONG RIEUL-SSANGPIEUP"@en .

<http://lexvo.org/id/char/A96B> a lvont:Character ;
    lvont:represents "ꥫ"^^xsd:string ;
    rdfs:comment "HANGUL CHOSEONG RIEUL-KAPYEOUNPIEUP"@en .

<http://lexvo.org/id/char/A96C> a lvont:Character ;
    lvont:represents "ꥬ"^^xsd:string ;
    rdfs:comment "HANGUL CHOSEONG RIEUL-SIOS"@en .

<http://lexvo.org/id/char/A96D> a lvont:Character ;
    lvont:represents "ꥭ"^^xsd:string ;
    rdfs:comment "HANGUL CHOSEONG RIEUL-CIEUC"@en .

<http://lexvo.org/id/char/A96E> a lvont:Character ;
    lvont:represents "ꥮ"^^xsd:string ;
    rdfs:comment "HANGUL CHOSEONG RIEUL-KHIEUKH"@en .

<http://lexvo.org/id/char/A96F> a lvont:Character ;
    lvont:represents "ꥯ"^^xsd:string ;
    rdfs:comment "HANGUL CHOSEONG MIEUM-KIYEOK"@en .

<http://lexvo.org/id/char/A970> a lvont:Character ;
    lvont:represents "ꥰ"^^xsd:string ;
    rdfs:comment "HANGUL CHOSEONG MIEUM-TIKEUT"@en .

<http://lexvo.org/id/char/A971> a lvont:Character ;
    lvont:represents "ꥱ"^^xsd:string ;
    rdfs:comment "HANGUL CHOSEONG MIEUM-SIOS"@en .

<http://lexvo.org/id/char/A972> a lvont:Character ;
    lvont:represents "ꥲ"^^xsd:string ;
    rdfs:comment "HANGUL CHOSEONG PIEUP-SIOS-THIEUTH"@en .

<http://lexvo.org/id/char/A973> a lvont:Character ;
    lvont:represents "ꥳ"^^xsd:string ;
    rdfs:comment "HANGUL CHOSEONG PIEUP-KHIEUKH"@en .

<http://lexvo.org/id/char/A974> a lvont:Character ;
    lvont:represents "ꥴ"^^xsd:string ;
    rdfs:comment "HANGUL CHOSEONG PIEUP-HIEUH"@en .

<http://lexvo.org/id/char/A975> a lvont:Character ;
    lvont:represents "ꥵ"^^xsd:string ;
    rdfs:comment "HANGUL CHOSEONG SSANGSIOS-PIEUP"@en .

<http://lexvo.org/id/char/A976> a lvont:Character ;
    lvont:represents "ꥶ"^^xsd:string ;
    rdfs:comment "HANGUL CHOSEONG IEUNG-RIEUL"@en .

<http://lexvo.org/id/char/A977> a lvont:Character ;
    lvont:represents "ꥷ"^^xsd:string ;
    rdfs:comment "HANGUL CHOSEONG IEUNG-HIEUH"@en .

<http://lexvo.org/id/char/A978> a lvont:Character ;
    lvont:represents "ꥸ"^^xsd:string ;
    rdfs:comment "HANGUL CHOSEONG SSANGCIEUC-HIEUH"@en .

<http://lexvo.org/id/char/A979> a lvont:Character ;
    lvont:represents "ꥹ"^^xsd:string ;
    rdfs:comment "HANGUL CHOSEONG SSANGTHIEUTH"@en .

<http://lexvo.org/id/char/A97A> a lvont:Character ;
    lvont:represents "ꥺ"^^xsd:string ;
    rdfs:comment "HANGUL CHOSEONG PHIEUPH-HIEUH"@en .

<http://lexvo.org/id/char/A97B> a lvont:Character ;
    lvont:represents "ꥻ"^^xsd:string ;
    rdfs:comment "HANGUL CHOSEONG HIEUH-SIOS"@en .

<http://lexvo.org/id/char/A97C> a lvont:Character ;
    lvont:represents "ꥼ"^^xsd:string ;
    rdfs:comment "HANGUL CHOSEONG SSANGYEORINHIEUH"@en .

<http://lexvo.org/id/char/A980> a lvont:Character ;
    lvont:represents "ꦀ"^^xsd:string ;
    rdfs:comment "JAVANESE SIGN PANYANGGA"@en .

<http://lexvo.org/id/char/A981> a lvont:Character ;
    lvont:represents "ꦁ"^^xsd:string ;
    rdfs:comment "JAVANESE SIGN CECAK"@en .

<http://lexvo.org/id/char/A982> a lvont:Character ;
    lvont:represents "ꦂ"^^xsd:string ;
    rdfs:comment "JAVANESE SIGN LAYAR"@en .

<http://lexvo.org/id/char/A983> a lvont:Character ;
    lvont:represents "ꦃ"^^xsd:string ;
    rdfs:comment "JAVANESE SIGN WIGNYAN"@en .

<http://lexvo.org/id/char/A984> a lvont:Character ;
    lvont:represents "ꦄ"^^xsd:string ;
    rdfs:comment "JAVANESE LETTER A"@en .

<http://lexvo.org/id/char/A985> a lvont:Character ;
    lvont:represents "ꦅ"^^xsd:string ;
    rdfs:comment "JAVANESE LETTER I KAWI"@en .

<http://lexvo.org/id/char/A986> a lvont:Character ;
    lvont:represents "ꦆ"^^xsd:string ;
    rdfs:comment "JAVANESE LETTER I"@en .

<http://lexvo.org/id/char/A987> a lvont:Character ;
    lvont:represents "ꦇ"^^xsd:string ;
    rdfs:comment "JAVANESE LETTER II"@en .

<http://lexvo.org/id/char/A988> a lvont:Character ;
    lvont:represents "ꦈ"^^xsd:string ;
    rdfs:comment "JAVANESE LETTER U"@en .

<http://lexvo.org/id/char/A989> a lvont:Character ;
    lvont:represents "ꦉ"^^xsd:string ;
    rdfs:comment "JAVANESE LETTER PA CEREK"@en .

<http://lexvo.org/id/char/A98A> a lvont:Character ;
    lvont:represents "ꦊ"^^xsd:string ;
    rdfs:comment "JAVANESE LETTER NGA LELET"@en .

<http://lexvo.org/id/char/A98B> a lvont:Character ;
    lvont:represents "ꦋ"^^xsd:string ;
    rdfs:comment "JAVANESE LETTER NGA LELET RASWADI"@en .

<http://lexvo.org/id/char/A98C> a lvont:Character ;
    lvont:represents "ꦌ"^^xsd:string ;
    rdfs:comment "JAVANESE LETTER E"@en .

<http://lexvo.org/id/char/A98D> a lvont:Character ;
    lvont:represents "ꦍ"^^xsd:string ;
    rdfs:comment "JAVANESE LETTER AI"@en .

<http://lexvo.org/id/char/A98E> a lvont:Character ;
    lvont:represents "ꦎ"^^xsd:string ;
    rdfs:comment "JAVANESE LETTER O"@en .

<http://lexvo.org/id/char/A98F> a lvont:Character ;
    lvont:represents "ꦏ"^^xsd:string ;
    rdfs:comment "JAVANESE LETTER KA"@en .

<http://lexvo.org/id/char/A990> a lvont:Character ;
    lvont:represents "ꦐ"^^xsd:string ;
    rdfs:comment "JAVANESE LETTER KA SASAK"@en .

<http://lexvo.org/id/char/A991> a lvont:Character ;
    lvont:represents "ꦑ"^^xsd:string ;
    rdfs:comment "JAVANESE LETTER KA MURDA"@en .

<http://lexvo.org/id/char/A992> a lvont:Character ;
    lvont:represents "ꦒ"^^xsd:string ;
    rdfs:comment "JAVANESE LETTER GA"@en .

<http://lexvo.org/id/char/A993> a lvont:Character ;
    lvont:represents "ꦓ"^^xsd:string ;
    rdfs:comment "JAVANESE LETTER GA MURDA"@en .

<http://lexvo.org/id/char/A994> a lvont:Character ;
    lvont:represents "ꦔ"^^xsd:string ;
    rdfs:comment "JAVANESE LETTER NGA"@en .

<http://lexvo.org/id/char/A995> a lvont:Character ;
    lvont:represents "ꦕ"^^xsd:string ;
    rdfs:comment "JAVANESE LETTER CA"@en .

<http://lexvo.org/id/char/A996> a lvont:Character ;
    lvont:represents "ꦖ"^^xsd:string ;
    rdfs:comment "JAVANESE LETTER CA MURDA"@en .

<http://lexvo.org/id/char/A997> a lvont:Character ;
    lvont:represents "ꦗ"^^xsd:string ;
    rdfs:comment "JAVANESE LETTER JA"@en .

<http://lexvo.org/id/char/A998> a lvont:Character ;
    lvont:represents "ꦘ"^^xsd:string ;
    rdfs:comment "JAVANESE LETTER NYA MURDA"@en .

<http://lexvo.org/id/char/A999> a lvont:Character ;
    lvont:represents "ꦙ"^^xsd:string ;
    rdfs:comment "JAVANESE LETTER JA MAHAPRANA"@en .

<http://lexvo.org/id/char/A99A> a lvont:Character ;
    lvont:represents "ꦚ"^^xsd:string ;
    rdfs:comment "JAVANESE LETTER NYA"@en .

<http://lexvo.org/id/char/A99B> a lvont:Character ;
    lvont:represents "ꦛ"^^xsd:string ;
    rdfs:comment "JAVANESE LETTER TTA"@en .

<http://lexvo.org/id/char/A99C> a lvont:Character ;
    lvont:represents "ꦜ"^^xsd:string ;
    rdfs:comment "JAVANESE LETTER TTA MAHAPRANA"@en .

<http://lexvo.org/id/char/A99D> a lvont:Character ;
    lvont:represents "ꦝ"^^xsd:string ;
    rdfs:comment "JAVANESE LETTER DDA"@en .

<http://lexvo.org/id/char/A99E> a lvont:Character ;
    lvont:represents "ꦞ"^^xsd:string ;
    rdfs:comment "JAVANESE LETTER DDA MAHAPRANA"@en .

<http://lexvo.org/id/char/A99F> a lvont:Character ;
    lvont:represents "ꦟ"^^xsd:string ;
    rdfs:comment "JAVANESE LETTER NA MURDA"@en .

<http://lexvo.org/id/char/A9A0> a lvont:Character ;
    lvont:represents "ꦠ"^^xsd:string ;
    rdfs:comment "JAVANESE LETTER TA"@en .

<http://lexvo.org/id/char/A9A1> a lvont:Character ;
    lvont:represents "ꦡ"^^xsd:string ;
    rdfs:comment "JAVANESE LETTER TA MURDA"@en .

<http://lexvo.org/id/char/A9A2> a lvont:Character ;
    lvont:represents "ꦢ"^^xsd:string ;
    rdfs:comment "JAVANESE LETTER DA"@en .

<http://lexvo.org/id/char/A9A3> a lvont:Character ;
    lvont:represents "ꦣ"^^xsd:string ;
    rdfs:comment "JAVANESE LETTER DA MAHAPRANA"@en .

<http://lexvo.org/id/char/A9A4> a lvont:Character ;
    lvont:represents "ꦤ"^^xsd:string ;
    rdfs:comment "JAVANESE LETTER NA"@en .

<http://lexvo.org/id/char/A9A5> a lvont:Character ;
    lvont:represents "ꦥ"^^xsd:string ;
    rdfs:comment "JAVANESE LETTER PA"@en .

<http://lexvo.org/id/char/A9A6> a lvont:Character ;
    lvont:represents "ꦦ"^^xsd:string ;
    rdfs:comment "JAVANESE LETTER PA MURDA"@en .

<http://lexvo.org/id/char/A9A7> a lvont:Character ;
    lvont:represents "ꦧ"^^xsd:string ;
    rdfs:comment "JAVANESE LETTER BA"@en .

<http://lexvo.org/id/char/A9A8> a lvont:Character ;
    lvont:represents "ꦨ"^^xsd:string ;
    rdfs:comment "JAVANESE LETTER BA MURDA"@en .

<http://lexvo.org/id/char/A9A9> a lvont:Character ;
    lvont:represents "ꦩ"^^xsd:string ;
    rdfs:comment "JAVANESE LETTER MA"@en .

<http://lexvo.org/id/char/A9AA> a lvont:Character ;
    lvont:represents "ꦪ"^^xsd:string ;
    rdfs:comment "JAVANESE LETTER YA"@en .

<http://lexvo.org/id/char/A9AB> a lvont:Character ;
    lvont:represents "ꦫ"^^xsd:string ;
    rdfs:comment "JAVANESE LETTER RA"@en .

<http://lexvo.org/id/char/A9AC> a lvont:Character ;
    lvont:represents "ꦬ"^^xsd:string ;
    rdfs:comment "JAVANESE LETTER RA AGUNG"@en .

<http://lexvo.org/id/char/A9AD> a lvont:Character ;
    lvont:represents "ꦭ"^^xsd:string ;
    rdfs:comment "JAVANESE LETTER LA"@en .

<http://lexvo.org/id/char/A9AE> a lvont:Character ;
    lvont:represents "ꦮ"^^xsd:string ;
    rdfs:comment "JAVANESE LETTER WA"@en .

<http://lexvo.org/id/char/A9AF> a lvont:Character ;
    lvont:represents "ꦯ"^^xsd:string ;
    rdfs:comment "JAVANESE LETTER SA MURDA"@en .

<http://lexvo.org/id/char/A9B0> a lvont:Character ;
    lvont:represents "ꦰ"^^xsd:string ;
    rdfs:comment "JAVANESE LETTER SA MAHAPRANA"@en .

<http://lexvo.org/id/char/A9B1> a lvont:Character ;
    lvont:represents "ꦱ"^^xsd:string ;
    rdfs:comment "JAVANESE LETTER SA"@en .

<http://lexvo.org/id/char/A9B2> a lvont:Character ;
    lvont:represents "ꦲ"^^xsd:string ;
    rdfs:comment "JAVANESE LETTER HA"@en .

<http://lexvo.org/id/char/A9B3> a lvont:Character ;
    lvont:represents "꦳"^^xsd:string ;
    rdfs:comment "JAVANESE SIGN CECAK TELU"@en .

<http://lexvo.org/id/char/A9B4> a lvont:Character ;
    lvont:represents "ꦴ"^^xsd:string ;
    rdfs:comment "JAVANESE VOWEL SIGN TARUNG"@en .

<http://lexvo.org/id/char/A9B5> a lvont:Character ;
    lvont:represents "ꦵ"^^xsd:string ;
    rdfs:comment "JAVANESE VOWEL SIGN TOLONG"@en .

<http://lexvo.org/id/char/A9B6> a lvont:Character ;
    lvont:represents "ꦶ"^^xsd:string ;
    rdfs:comment "JAVANESE VOWEL SIGN WULU"@en .

<http://lexvo.org/id/char/A9B7> a lvont:Character ;
    lvont:represents "ꦷ"^^xsd:string ;
    rdfs:comment "JAVANESE VOWEL SIGN WULU MELIK"@en .

<http://lexvo.org/id/char/A9B8> a lvont:Character ;
    lvont:represents "ꦸ"^^xsd:string ;
    rdfs:comment "JAVANESE VOWEL SIGN SUKU"@en .

<http://lexvo.org/id/char/A9B9> a lvont:Character ;
    lvont:represents "ꦹ"^^xsd:string ;
    rdfs:comment "JAVANESE VOWEL SIGN SUKU MENDUT"@en .

<http://lexvo.org/id/char/A9BA> a lvont:Character ;
    lvont:represents "ꦺ"^^xsd:string ;
    rdfs:comment "JAVANESE VOWEL SIGN TALING"@en .

<http://lexvo.org/id/char/A9BB> a lvont:Character ;
    lvont:represents "ꦻ"^^xsd:string ;
    rdfs:comment "JAVANESE VOWEL SIGN DIRGA MURE"@en .

<http://lexvo.org/id/char/A9BC> a lvont:Character ;
    lvont:represents "ꦼ"^^xsd:string ;
    rdfs:comment "JAVANESE VOWEL SIGN PEPET"@en .

<http://lexvo.org/id/char/A9BD> a lvont:Character ;
    lvont:represents "ꦽ"^^xsd:string ;
    rdfs:comment "JAVANESE CONSONANT SIGN KERET"@en .

<http://lexvo.org/id/char/A9BE> a lvont:Character ;
    lvont:represents "ꦾ"^^xsd:string ;
    rdfs:comment "JAVANESE CONSONANT SIGN PENGKAL"@en .

<http://lexvo.org/id/char/A9BF> a lvont:Character ;
    lvont:represents "ꦿ"^^xsd:string ;
    rdfs:comment "JAVANESE CONSONANT SIGN CAKRA"@en .

<http://lexvo.org/id/char/A9C0> a lvont:Character ;
    lvont:represents "꧀"^^xsd:string ;
    rdfs:comment "JAVANESE PANGKON"@en .

<http://lexvo.org/id/char/A9C1> a lvont:Character ;
    lvont:represents "꧁"^^xsd:string ;
    rdfs:comment "JAVANESE LEFT RERENGGAN"@en .

<http://lexvo.org/id/char/A9C2> a lvont:Character ;
    lvont:represents "꧂"^^xsd:string ;
    rdfs:comment "JAVANESE RIGHT RERENGGAN"@en .

<http://lexvo.org/id/char/A9C3> a lvont:Character ;
    lvont:represents "꧃"^^xsd:string ;
    rdfs:comment "JAVANESE PADA ANDAP"@en .

<http://lexvo.org/id/char/A9C4> a lvont:Character ;
    lvont:represents "꧄"^^xsd:string ;
    rdfs:comment "JAVANESE PADA MADYA"@en .

<http://lexvo.org/id/char/A9C5> a lvont:Character ;
    lvont:represents "꧅"^^xsd:string ;
    rdfs:comment "JAVANESE PADA LUHUR"@en .

<http://lexvo.org/id/char/A9C6> a lvont:Character ;
    lvont:represents "꧆"^^xsd:string ;
    rdfs:comment "JAVANESE PADA WINDU"@en .

<http://lexvo.org/id/char/A9C7> a lvont:Character ;
    lvont:represents "꧇"^^xsd:string ;
    rdfs:comment "JAVANESE PADA PANGKAT"@en .

<http://lexvo.org/id/char/A9C8> a lvont:Character ;
    lvont:represents "꧈"^^xsd:string ;
    rdfs:comment "JAVANESE PADA LINGSA"@en .

<http://lexvo.org/id/char/A9C9> a lvont:Character ;
    lvont:represents "꧉"^^xsd:string ;
    rdfs:comment "JAVANESE PADA LUNGSI"@en .

<http://lexvo.org/id/char/A9CA> a lvont:Character ;
    lvont:represents "꧊"^^xsd:string ;
    rdfs:comment "JAVANESE PADA ADEG"@en .

<http://lexvo.org/id/char/A9CB> a lvont:Character ;
    lvont:represents "꧋"^^xsd:string ;
    rdfs:comment "JAVANESE PADA ADEG ADEG"@en .

<http://lexvo.org/id/char/A9CC> a lvont:Character ;
    lvont:represents "꧌"^^xsd:string ;
    rdfs:comment "JAVANESE PADA PISELEH"@en .

<http://lexvo.org/id/char/A9CD> a lvont:Character ;
    lvont:represents "꧍"^^xsd:string ;
    rdfs:comment "JAVANESE TURNED PADA PISELEH"@en .

<http://lexvo.org/id/char/A9CF> a lvont:Character ;
    lvont:represents "ꧏ"^^xsd:string ;
    rdfs:comment "JAVANESE PANGRANGKEP"@en .

<http://lexvo.org/id/char/A9D0> a lvont:Character ;
    lvont:represents "꧐"^^xsd:string ;
    rdfs:comment "JAVANESE DIGIT ZERO"@en .

<http://lexvo.org/id/char/A9D1> a lvont:Character ;
    lvont:represents "꧑"^^xsd:string ;
    rdfs:comment "JAVANESE DIGIT ONE"@en .

<http://lexvo.org/id/char/A9D2> a lvont:Character ;
    lvont:represents "꧒"^^xsd:string ;
    rdfs:comment "JAVANESE DIGIT TWO"@en .

<http://lexvo.org/id/char/A9D3> a lvont:Character ;
    lvont:represents "꧓"^^xsd:string ;
    rdfs:comment "JAVANESE DIGIT THREE"@en .

<http://lexvo.org/id/char/A9D4> a lvont:Character ;
    lvont:represents "꧔"^^xsd:string ;
    rdfs:comment "JAVANESE DIGIT FOUR"@en .

<http://lexvo.org/id/char/A9D5> a lvont:Character ;
    lvont:represents "꧕"^^xsd:string ;
    rdfs:comment "JAVANESE DIGIT FIVE"@en .

<http://lexvo.org/id/char/A9D6> a lvont:Character ;
    lvont:represents "꧖"^^xsd:string ;
    rdfs:comment "JAVANESE DIGIT SIX"@en .

<http://lexvo.org/id/char/A9D7> a lvont:Character ;
    lvont:represents "꧗"^^xsd:string ;
    rdfs:comment "JAVANESE DIGIT SEVEN"@en .

<http://lexvo.org/id/char/A9D8> a lvont:Character ;
    lvont:represents "꧘"^^xsd:string ;
    rdfs:comment "JAVANESE DIGIT EIGHT"@en .

<http://lexvo.org/id/char/A9D9> a lvont:Character ;
    lvont:represents "꧙"^^xsd:string ;
    rdfs:comment "JAVANESE DIGIT NINE"@en .

<http://lexvo.org/id/char/A9DE> a lvont:Character ;
    lvont:represents "꧞"^^xsd:string ;
    rdfs:comment "JAVANESE PADA TIRTA TUMETES"@en .

<http://lexvo.org/id/char/A9DF> a lvont:Character ;
    lvont:represents "꧟"^^xsd:string ;
    rdfs:comment "JAVANESE PADA ISEN-ISEN"@en .

<http://lexvo.org/id/char/AA00> a lvont:Character ;
    lvont:represents "ꨀ"^^xsd:string ;
    rdfs:comment "CHAM LETTER A"@en .

<http://lexvo.org/id/char/AA01> a lvont:Character ;
    lvont:represents "ꨁ"^^xsd:string ;
    rdfs:comment "CHAM LETTER I"@en .

<http://lexvo.org/id/char/AA02> a lvont:Character ;
    lvont:represents "ꨂ"^^xsd:string ;
    rdfs:comment "CHAM LETTER U"@en .

<http://lexvo.org/id/char/AA03> a lvont:Character ;
    lvont:represents "ꨃ"^^xsd:string ;
    rdfs:comment "CHAM LETTER E"@en .

<http://lexvo.org/id/char/AA04> a lvont:Character ;
    lvont:represents "ꨄ"^^xsd:string ;
    rdfs:comment "CHAM LETTER AI"@en .

<http://lexvo.org/id/char/AA05> a lvont:Character ;
    lvont:represents "ꨅ"^^xsd:string ;
    rdfs:comment "CHAM LETTER O"@en .

<http://lexvo.org/id/char/AA06> a lvont:Character ;
    lvont:represents "ꨆ"^^xsd:string ;
    rdfs:comment "CHAM LETTER KA"@en .

<http://lexvo.org/id/char/AA07> a lvont:Character ;
    lvont:represents "ꨇ"^^xsd:string ;
    rdfs:comment "CHAM LETTER KHA"@en .

<http://lexvo.org/id/char/AA08> a lvont:Character ;
    lvont:represents "ꨈ"^^xsd:string ;
    rdfs:comment "CHAM LETTER GA"@en .

<http://lexvo.org/id/char/AA09> a lvont:Character ;
    lvont:represents "ꨉ"^^xsd:string ;
    rdfs:comment "CHAM LETTER GHA"@en .

<http://lexvo.org/id/char/AA0A> a lvont:Character ;
    lvont:represents "ꨊ"^^xsd:string ;
    rdfs:comment "CHAM LETTER NGUE"@en .

<http://lexvo.org/id/char/AA0B> a lvont:Character ;
    lvont:represents "ꨋ"^^xsd:string ;
    rdfs:comment "CHAM LETTER NGA"@en .

<http://lexvo.org/id/char/AA0C> a lvont:Character ;
    lvont:represents "ꨌ"^^xsd:string ;
    rdfs:comment "CHAM LETTER CHA"@en .

<http://lexvo.org/id/char/AA0D> a lvont:Character ;
    lvont:represents "ꨍ"^^xsd:string ;
    rdfs:comment "CHAM LETTER CHHA"@en .

<http://lexvo.org/id/char/AA0E> a lvont:Character ;
    lvont:represents "ꨎ"^^xsd:string ;
    rdfs:comment "CHAM LETTER JA"@en .

<http://lexvo.org/id/char/AA0F> a lvont:Character ;
    lvont:represents "ꨏ"^^xsd:string ;
    rdfs:comment "CHAM LETTER JHA"@en .

<http://lexvo.org/id/char/AA10> a lvont:Character ;
    lvont:represents "ꨐ"^^xsd:string ;
    rdfs:comment "CHAM LETTER NHUE"@en .

<http://lexvo.org/id/char/AA11> a lvont:Character ;
    lvont:represents "ꨑ"^^xsd:string ;
    rdfs:comment "CHAM LETTER NHA"@en .

<http://lexvo.org/id/char/AA12> a lvont:Character ;
    lvont:represents "ꨒ"^^xsd:string ;
    rdfs:comment "CHAM LETTER NHJA"@en .

<http://lexvo.org/id/char/AA13> a lvont:Character ;
    lvont:represents "ꨓ"^^xsd:string ;
    rdfs:comment "CHAM LETTER TA"@en .

<http://lexvo.org/id/char/AA14> a lvont:Character ;
    lvont:represents "ꨔ"^^xsd:string ;
    rdfs:comment "CHAM LETTER THA"@en .

<http://lexvo.org/id/char/AA15> a lvont:Character ;
    lvont:represents "ꨕ"^^xsd:string ;
    rdfs:comment "CHAM LETTER DA"@en .

<http://lexvo.org/id/char/AA16> a lvont:Character ;
    lvont:represents "ꨖ"^^xsd:string ;
    rdfs:comment "CHAM LETTER DHA"@en .

<http://lexvo.org/id/char/AA17> a lvont:Character ;
    lvont:represents "ꨗ"^^xsd:string ;
    rdfs:comment "CHAM LETTER NUE"@en .

<http://lexvo.org/id/char/AA18> a lvont:Character ;
    lvont:represents "ꨘ"^^xsd:string ;
    rdfs:comment "CHAM LETTER NA"@en .

<http://lexvo.org/id/char/AA19> a lvont:Character ;
    lvont:represents "ꨙ"^^xsd:string ;
    rdfs:comment "CHAM LETTER DDA"@en .

<http://lexvo.org/id/char/AA1A> a lvont:Character ;
    lvont:represents "ꨚ"^^xsd:string ;
    rdfs:comment "CHAM LETTER PA"@en .

<http://lexvo.org/id/char/AA1B> a lvont:Character ;
    lvont:represents "ꨛ"^^xsd:string ;
    rdfs:comment "CHAM LETTER PPA"@en .

<http://lexvo.org/id/char/AA1C> a lvont:Character ;
    lvont:represents "ꨜ"^^xsd:string ;
    rdfs:comment "CHAM LETTER PHA"@en .

<http://lexvo.org/id/char/AA1D> a lvont:Character ;
    lvont:represents "ꨝ"^^xsd:string ;
    rdfs:comment "CHAM LETTER BA"@en .

<http://lexvo.org/id/char/AA1E> a lvont:Character ;
    lvont:represents "ꨞ"^^xsd:string ;
    rdfs:comment "CHAM LETTER BHA"@en .

<http://lexvo.org/id/char/AA1F> a lvont:Character ;
    lvont:represents "ꨟ"^^xsd:string ;
    rdfs:comment "CHAM LETTER MUE"@en .

<http://lexvo.org/id/char/AA20> a lvont:Character ;
    lvont:represents "ꨠ"^^xsd:string ;
    rdfs:comment "CHAM LETTER MA"@en .

<http://lexvo.org/id/char/AA21> a lvont:Character ;
    lvont:represents "ꨡ"^^xsd:string ;
    rdfs:comment "CHAM LETTER BBA"@en .

<http://lexvo.org/id/char/AA22> a lvont:Character ;
    lvont:represents "ꨢ"^^xsd:string ;
    rdfs:comment "CHAM LETTER YA"@en .

<http://lexvo.org/id/char/AA23> a lvont:Character ;
    lvont:represents "ꨣ"^^xsd:string ;
    rdfs:comment "CHAM LETTER RA"@en .

<http://lexvo.org/id/char/AA24> a lvont:Character ;
    lvont:represents "ꨤ"^^xsd:string ;
    rdfs:comment "CHAM LETTER LA"@en .

<http://lexvo.org/id/char/AA25> a lvont:Character ;
    lvont:represents "ꨥ"^^xsd:string ;
    rdfs:comment "CHAM LETTER VA"@en .

<http://lexvo.org/id/char/AA26> a lvont:Character ;
    lvont:represents "ꨦ"^^xsd:string ;
    rdfs:comment "CHAM LETTER SSA"@en .

<http://lexvo.org/id/char/AA27> a lvont:Character ;
    lvont:represents "ꨧ"^^xsd:string ;
    rdfs:comment "CHAM LETTER SA"@en .

<http://lexvo.org/id/char/AA28> a lvont:Character ;
    lvont:represents "ꨨ"^^xsd:string ;
    rdfs:comment "CHAM LETTER HA"@en .

<http://lexvo.org/id/char/AA29> a lvont:Character ;
    lvont:represents "ꨩ"^^xsd:string ;
    rdfs:comment "CHAM VOWEL SIGN AA"@en .

<http://lexvo.org/id/char/AA2A> a lvont:Character ;
    lvont:represents "ꨪ"^^xsd:string ;
    rdfs:comment "CHAM VOWEL SIGN I"@en .

<http://lexvo.org/id/char/AA2B> a lvont:Character ;
    lvont:represents "ꨫ"^^xsd:string ;
    rdfs:comment "CHAM VOWEL SIGN II"@en .

<http://lexvo.org/id/char/AA2C> a lvont:Character ;
    lvont:represents "ꨬ"^^xsd:string ;
    rdfs:comment "CHAM VOWEL SIGN EI"@en .

<http://lexvo.org/id/char/AA2D> a lvont:Character ;
    lvont:represents "ꨭ"^^xsd:string ;
    rdfs:comment "CHAM VOWEL SIGN U"@en .

<http://lexvo.org/id/char/AA2E> a lvont:Character ;
    lvont:represents "ꨮ"^^xsd:string ;
    rdfs:comment "CHAM VOWEL SIGN OE"@en .

<http://lexvo.org/id/char/AA2F> a lvont:Character ;
    lvont:represents "ꨯ"^^xsd:string ;
    rdfs:comment "CHAM VOWEL SIGN O"@en .

<http://lexvo.org/id/char/AA30> a lvont:Character ;
    lvont:represents "ꨰ"^^xsd:string ;
    rdfs:comment "CHAM VOWEL SIGN AI"@en .

<http://lexvo.org/id/char/AA31> a lvont:Character ;
    lvont:represents "ꨱ"^^xsd:string ;
    rdfs:comment "CHAM VOWEL SIGN AU"@en .

<http://lexvo.org/id/char/AA32> a lvont:Character ;
    lvont:represents "ꨲ"^^xsd:string ;
    rdfs:comment "CHAM VOWEL SIGN UE"@en .

<http://lexvo.org/id/char/AA33> a lvont:Character ;
    lvont:represents "ꨳ"^^xsd:string ;
    rdfs:comment "CHAM CONSONANT SIGN YA"@en .

<http://lexvo.org/id/char/AA34> a lvont:Character ;
    lvont:represents "ꨴ"^^xsd:string ;
    rdfs:comment "CHAM CONSONANT SIGN RA"@en .

<http://lexvo.org/id/char/AA35> a lvont:Character ;
    lvont:represents "ꨵ"^^xsd:string ;
    rdfs:comment "CHAM CONSONANT SIGN LA"@en .

<http://lexvo.org/id/char/AA36> a lvont:Character ;
    lvont:represents "ꨶ"^^xsd:string ;
    rdfs:comment "CHAM CONSONANT SIGN WA"@en .

<http://lexvo.org/id/char/AA40> a lvont:Character ;
    lvont:represents "ꩀ"^^xsd:string ;
    rdfs:comment "CHAM LETTER FINAL K"@en .

<http://lexvo.org/id/char/AA41> a lvont:Character ;
    lvont:represents "ꩁ"^^xsd:string ;
    rdfs:comment "CHAM LETTER FINAL G"@en .

<http://lexvo.org/id/char/AA42> a lvont:Character ;
    lvont:represents "ꩂ"^^xsd:string ;
    rdfs:comment "CHAM LETTER FINAL NG"@en .

<http://lexvo.org/id/char/AA43> a lvont:Character ;
    lvont:represents "ꩃ"^^xsd:string ;
    rdfs:comment "CHAM CONSONANT SIGN FINAL NG"@en .

<http://lexvo.org/id/char/AA44> a lvont:Character ;
    lvont:represents "ꩄ"^^xsd:string ;
    rdfs:comment "CHAM LETTER FINAL CH"@en .

<http://lexvo.org/id/char/AA45> a lvont:Character ;
    lvont:represents "ꩅ"^^xsd:string ;
    rdfs:comment "CHAM LETTER FINAL T"@en .

<http://lexvo.org/id/char/AA46> a lvont:Character ;
    lvont:represents "ꩆ"^^xsd:string ;
    rdfs:comment "CHAM LETTER FINAL N"@en .

<http://lexvo.org/id/char/AA47> a lvont:Character ;
    lvont:represents "ꩇ"^^xsd:string ;
    rdfs:comment "CHAM LETTER FINAL P"@en .

<http://lexvo.org/id/char/AA48> a lvont:Character ;
    lvont:represents "ꩈ"^^xsd:string ;
    rdfs:comment "CHAM LETTER FINAL Y"@en .

<http://lexvo.org/id/char/AA49> a lvont:Character ;
    lvont:represents "ꩉ"^^xsd:string ;
    rdfs:comment "CHAM LETTER FINAL R"@en .

<http://lexvo.org/id/char/AA4A> a lvont:Character ;
    lvont:represents "ꩊ"^^xsd:string ;
    rdfs:comment "CHAM LETTER FINAL L"@en .

<http://lexvo.org/id/char/AA4B> a lvont:Character ;
    lvont:represents "ꩋ"^^xsd:string ;
    rdfs:comment "CHAM LETTER FINAL SS"@en .

<http://lexvo.org/id/char/AA4C> a lvont:Character ;
    lvont:represents "ꩌ"^^xsd:string ;
    rdfs:comment "CHAM CONSONANT SIGN FINAL M"@en .

<http://lexvo.org/id/char/AA4D> a lvont:Character ;
    lvont:represents "ꩍ"^^xsd:string ;
    rdfs:comment "CHAM CONSONANT SIGN FINAL H"@en .

<http://lexvo.org/id/char/AA50> a lvont:Character ;
    lvont:represents "꩐"^^xsd:string ;
    rdfs:comment "CHAM DIGIT ZERO"@en .

<http://lexvo.org/id/char/AA51> a lvont:Character ;
    lvont:represents "꩑"^^xsd:string ;
    rdfs:comment "CHAM DIGIT ONE"@en .

<http://lexvo.org/id/char/AA52> a lvont:Character ;
    lvont:represents "꩒"^^xsd:string ;
    rdfs:comment "CHAM DIGIT TWO"@en .

<http://lexvo.org/id/char/AA53> a lvont:Character ;
    lvont:represents "꩓"^^xsd:string ;
    rdfs:comment "CHAM DIGIT THREE"@en .

<http://lexvo.org/id/char/AA54> a lvont:Character ;
    lvont:represents "꩔"^^xsd:string ;
    rdfs:comment "CHAM DIGIT FOUR"@en .

<http://lexvo.org/id/char/AA55> a lvont:Character ;
    lvont:represents "꩕"^^xsd:string ;
    rdfs:comment "CHAM DIGIT FIVE"@en .

<http://lexvo.org/id/char/AA56> a lvont:Character ;
    lvont:represents "꩖"^^xsd:string ;
    rdfs:comment "CHAM DIGIT SIX"@en .

<http://lexvo.org/id/char/AA57> a lvont:Character ;
    lvont:represents "꩗"^^xsd:string ;
    rdfs:comment "CHAM DIGIT SEVEN"@en .

<http://lexvo.org/id/char/AA58> a lvont:Character ;
    lvont:represents "꩘"^^xsd:string ;
    rdfs:comment "CHAM DIGIT EIGHT"@en .

<http://lexvo.org/id/char/AA59> a lvont:Character ;
    lvont:represents "꩙"^^xsd:string ;
    rdfs:comment "CHAM DIGIT NINE"@en .

<http://lexvo.org/id/char/AA5C> a lvont:Character ;
    lvont:represents "꩜"^^xsd:string ;
    rdfs:comment "CHAM PUNCTUATION SPIRAL"@en .

<http://lexvo.org/id/char/AA5D> a lvont:Character ;
    lvont:represents "꩝"^^xsd:string ;
    rdfs:comment "CHAM PUNCTUATION DANDA"@en .

<http://lexvo.org/id/char/AA5E> a lvont:Character ;
    lvont:represents "꩞"^^xsd:string ;
    rdfs:comment "CHAM PUNCTUATION DOUBLE DANDA"@en .

<http://lexvo.org/id/char/AA5F> a lvont:Character ;
    lvont:represents "꩟"^^xsd:string ;
    rdfs:comment "CHAM PUNCTUATION TRIPLE DANDA"@en .

<http://lexvo.org/id/char/AA60> a lvont:Character ;
    lvont:represents "ꩠ"^^xsd:string ;
    rdfs:comment "MYANMAR LETTER KHAMTI GA"@en .

<http://lexvo.org/id/char/AA61> a lvont:Character ;
    lvont:represents "ꩡ"^^xsd:string ;
    rdfs:comment "MYANMAR LETTER KHAMTI CA"@en .

<http://lexvo.org/id/char/AA62> a lvont:Character ;
    lvont:represents "ꩢ"^^xsd:string ;
    rdfs:comment "MYANMAR LETTER KHAMTI CHA"@en .

<http://lexvo.org/id/char/AA63> a lvont:Character ;
    lvont:represents "ꩣ"^^xsd:string ;
    rdfs:comment "MYANMAR LETTER KHAMTI JA"@en .

<http://lexvo.org/id/char/AA64> a lvont:Character ;
    lvont:represents "ꩤ"^^xsd:string ;
    rdfs:comment "MYANMAR LETTER KHAMTI JHA"@en .

<http://lexvo.org/id/char/AA65> a lvont:Character ;
    lvont:represents "ꩥ"^^xsd:string ;
    rdfs:comment "MYANMAR LETTER KHAMTI NYA"@en .

<http://lexvo.org/id/char/AA66> a lvont:Character ;
    lvont:represents "ꩦ"^^xsd:string ;
    rdfs:comment "MYANMAR LETTER KHAMTI TTA"@en .

<http://lexvo.org/id/char/AA67> a lvont:Character ;
    lvont:represents "ꩧ"^^xsd:string ;
    rdfs:comment "MYANMAR LETTER KHAMTI TTHA"@en .

<http://lexvo.org/id/char/AA68> a lvont:Character ;
    lvont:represents "ꩨ"^^xsd:string ;
    rdfs:comment "MYANMAR LETTER KHAMTI DDA"@en .

<http://lexvo.org/id/char/AA69> a lvont:Character ;
    lvont:represents "ꩩ"^^xsd:string ;
    rdfs:comment "MYANMAR LETTER KHAMTI DDHA"@en .

<http://lexvo.org/id/char/AA6A> a lvont:Character ;
    lvont:represents "ꩪ"^^xsd:string ;
    rdfs:comment "MYANMAR LETTER KHAMTI DHA"@en .

<http://lexvo.org/id/char/AA6B> a lvont:Character ;
    lvont:represents "ꩫ"^^xsd:string ;
    rdfs:comment "MYANMAR LETTER KHAMTI NA"@en .

<http://lexvo.org/id/char/AA6C> a lvont:Character ;
    lvont:represents "ꩬ"^^xsd:string ;
    rdfs:comment "MYANMAR LETTER KHAMTI SA"@en .

<http://lexvo.org/id/char/AA6D> a lvont:Character ;
    lvont:represents "ꩭ"^^xsd:string ;
    rdfs:comment "MYANMAR LETTER KHAMTI HA"@en .

<http://lexvo.org/id/char/AA6E> a lvont:Character ;
    lvont:represents "ꩮ"^^xsd:string ;
    rdfs:comment "MYANMAR LETTER KHAMTI HHA"@en .

<http://lexvo.org/id/char/AA6F> a lvont:Character ;
    lvont:represents "ꩯ"^^xsd:string ;
    rdfs:comment "MYANMAR LETTER KHAMTI FA"@en .

<http://lexvo.org/id/char/AA70> a lvont:Character ;
    lvont:represents "ꩰ"^^xsd:string ;
    rdfs:comment "MYANMAR MODIFIER LETTER KHAMTI REDUPLICATION"@en .

<http://lexvo.org/id/char/AA71> a lvont:Character ;
    lvont:represents "ꩱ"^^xsd:string ;
    rdfs:comment "MYANMAR LETTER KHAMTI XA"@en .

<http://lexvo.org/id/char/AA72> a lvont:Character ;
    lvont:represents "ꩲ"^^xsd:string ;
    rdfs:comment "MYANMAR LETTER KHAMTI ZA"@en .

<http://lexvo.org/id/char/AA73> a lvont:Character ;
    lvont:represents "ꩳ"^^xsd:string ;
    rdfs:comment "MYANMAR LETTER KHAMTI RA"@en .

<http://lexvo.org/id/char/AA74> a lvont:Character ;
    lvont:represents "ꩴ"^^xsd:string ;
    rdfs:comment "MYANMAR LOGOGRAM KHAMTI OAY"@en .

<http://lexvo.org/id/char/AA75> a lvont:Character ;
    lvont:represents "ꩵ"^^xsd:string ;
    rdfs:comment "MYANMAR LOGOGRAM KHAMTI QN"@en .

<http://lexvo.org/id/char/AA76> a lvont:Character ;
    lvont:represents "ꩶ"^^xsd:string ;
    rdfs:comment "MYANMAR LOGOGRAM KHAMTI HM"@en .

<http://lexvo.org/id/char/AA77> a lvont:Character ;
    lvont:represents "꩷"^^xsd:string ;
    rdfs:comment "MYANMAR SYMBOL AITON EXCLAMATION"@en .

<http://lexvo.org/id/char/AA78> a lvont:Character ;
    lvont:represents "꩸"^^xsd:string ;
    rdfs:comment "MYANMAR SYMBOL AITON ONE"@en .

<http://lexvo.org/id/char/AA79> a lvont:Character ;
    lvont:represents "꩹"^^xsd:string ;
    rdfs:comment "MYANMAR SYMBOL AITON TWO"@en .

<http://lexvo.org/id/char/AA7A> a lvont:Character ;
    lvont:represents "ꩺ"^^xsd:string ;
    rdfs:comment "MYANMAR LETTER AITON RA"@en .

<http://lexvo.org/id/char/AA7B> a lvont:Character ;
    lvont:represents "ꩻ"^^xsd:string ;
    rdfs:comment "MYANMAR SIGN PAO KAREN TONE"@en .

<http://lexvo.org/id/char/AA80> a lvont:Character ;
    lvont:represents "ꪀ"^^xsd:string ;
    rdfs:comment "TAI VIET LETTER LOW KO"@en .

<http://lexvo.org/id/char/AA81> a lvont:Character ;
    lvont:represents "ꪁ"^^xsd:string ;
    rdfs:comment "TAI VIET LETTER HIGH KO"@en .

<http://lexvo.org/id/char/AA82> a lvont:Character ;
    lvont:represents "ꪂ"^^xsd:string ;
    rdfs:comment "TAI VIET LETTER LOW KHO"@en .

<http://lexvo.org/id/char/AA83> a lvont:Character ;
    lvont:represents "ꪃ"^^xsd:string ;
    rdfs:comment "TAI VIET LETTER HIGH KHO"@en .

<http://lexvo.org/id/char/AA84> a lvont:Character ;
    lvont:represents "ꪄ"^^xsd:string ;
    rdfs:comment "TAI VIET LETTER LOW KHHO"@en .

<http://lexvo.org/id/char/AA85> a lvont:Character ;
    lvont:represents "ꪅ"^^xsd:string ;
    rdfs:comment "TAI VIET LETTER HIGH KHHO"@en .

<http://lexvo.org/id/char/AA86> a lvont:Character ;
    lvont:represents "ꪆ"^^xsd:string ;
    rdfs:comment "TAI VIET LETTER LOW GO"@en .

<http://lexvo.org/id/char/AA87> a lvont:Character ;
    lvont:represents "ꪇ"^^xsd:string ;
    rdfs:comment "TAI VIET LETTER HIGH GO"@en .

<http://lexvo.org/id/char/AA88> a lvont:Character ;
    lvont:represents "ꪈ"^^xsd:string ;
    rdfs:comment "TAI VIET LETTER LOW NGO"@en .

<http://lexvo.org/id/char/AA89> a lvont:Character ;
    lvont:represents "ꪉ"^^xsd:string ;
    rdfs:comment "TAI VIET LETTER HIGH NGO"@en .

<http://lexvo.org/id/char/AA8A> a lvont:Character ;
    lvont:represents "ꪊ"^^xsd:string ;
    rdfs:comment "TAI VIET LETTER LOW CO"@en .

<http://lexvo.org/id/char/AA8B> a lvont:Character ;
    lvont:represents "ꪋ"^^xsd:string ;
    rdfs:comment "TAI VIET LETTER HIGH CO"@en .

<http://lexvo.org/id/char/AA8C> a lvont:Character ;
    lvont:represents "ꪌ"^^xsd:string ;
    rdfs:comment "TAI VIET LETTER LOW CHO"@en .

<http://lexvo.org/id/char/AA8D> a lvont:Character ;
    lvont:represents "ꪍ"^^xsd:string ;
    rdfs:comment "TAI VIET LETTER HIGH CHO"@en .

<http://lexvo.org/id/char/AA8E> a lvont:Character ;
    lvont:represents "ꪎ"^^xsd:string ;
    rdfs:comment "TAI VIET LETTER LOW SO"@en .

<http://lexvo.org/id/char/AA8F> a lvont:Character ;
    lvont:represents "ꪏ"^^xsd:string ;
    rdfs:comment "TAI VIET LETTER HIGH SO"@en .

<http://lexvo.org/id/char/AA90> a lvont:Character ;
    lvont:represents "ꪐ"^^xsd:string ;
    rdfs:comment "TAI VIET LETTER LOW NYO"@en .

<http://lexvo.org/id/char/AA91> a lvont:Character ;
    lvont:represents "ꪑ"^^xsd:string ;
    rdfs:comment "TAI VIET LETTER HIGH NYO"@en .

<http://lexvo.org/id/char/AA92> a lvont:Character ;
    lvont:represents "ꪒ"^^xsd:string ;
    rdfs:comment "TAI VIET LETTER LOW DO"@en .

<http://lexvo.org/id/char/AA93> a lvont:Character ;
    lvont:represents "ꪓ"^^xsd:string ;
    rdfs:comment "TAI VIET LETTER HIGH DO"@en .

<http://lexvo.org/id/char/AA94> a lvont:Character ;
    lvont:represents "ꪔ"^^xsd:string ;
    rdfs:comment "TAI VIET LETTER LOW TO"@en .

<http://lexvo.org/id/char/AA95> a lvont:Character ;
    lvont:represents "ꪕ"^^xsd:string ;
    rdfs:comment "TAI VIET LETTER HIGH TO"@en .

<http://lexvo.org/id/char/AA96> a lvont:Character ;
    lvont:represents "ꪖ"^^xsd:string ;
    rdfs:comment "TAI VIET LETTER LOW THO"@en .

<http://lexvo.org/id/char/AA97> a lvont:Character ;
    lvont:represents "ꪗ"^^xsd:string ;
    rdfs:comment "TAI VIET LETTER HIGH THO"@en .

<http://lexvo.org/id/char/AA98> a lvont:Character ;
    lvont:represents "ꪘ"^^xsd:string ;
    rdfs:comment "TAI VIET LETTER LOW NO"@en .

<http://lexvo.org/id/char/AA99> a lvont:Character ;
    lvont:represents "ꪙ"^^xsd:string ;
    rdfs:comment "TAI VIET LETTER HIGH NO"@en .

<http://lexvo.org/id/char/AA9A> a lvont:Character ;
    lvont:represents "ꪚ"^^xsd:string ;
    rdfs:comment "TAI VIET LETTER LOW BO"@en .

<http://lexvo.org/id/char/AA9B> a lvont:Character ;
    lvont:represents "ꪛ"^^xsd:string ;
    rdfs:comment "TAI VIET LETTER HIGH BO"@en .

<http://lexvo.org/id/char/AA9C> a lvont:Character ;
    lvont:represents "ꪜ"^^xsd:string ;
    rdfs:comment "TAI VIET LETTER LOW PO"@en .

<http://lexvo.org/id/char/AA9D> a lvont:Character ;
    lvont:represents "ꪝ"^^xsd:string ;
    rdfs:comment "TAI VIET LETTER HIGH PO"@en .

<http://lexvo.org/id/char/AA9E> a lvont:Character ;
    lvont:represents "ꪞ"^^xsd:string ;
    rdfs:comment "TAI VIET LETTER LOW PHO"@en .

<http://lexvo.org/id/char/AA9F> a lvont:Character ;
    lvont:represents "ꪟ"^^xsd:string ;
    rdfs:comment "TAI VIET LETTER HIGH PHO"@en .

<http://lexvo.org/id/char/AAA0> a lvont:Character ;
    lvont:represents "ꪠ"^^xsd:string ;
    rdfs:comment "TAI VIET LETTER LOW FO"@en .

<http://lexvo.org/id/char/AAA1> a lvont:Character ;
    lvont:represents "ꪡ"^^xsd:string ;
    rdfs:comment "TAI VIET LETTER HIGH FO"@en .

<http://lexvo.org/id/char/AAA2> a lvont:Character ;
    lvont:represents "ꪢ"^^xsd:string ;
    rdfs:comment "TAI VIET LETTER LOW MO"@en .

<http://lexvo.org/id/char/AAA3> a lvont:Character ;
    lvont:represents "ꪣ"^^xsd:string ;
    rdfs:comment "TAI VIET LETTER HIGH MO"@en .

<http://lexvo.org/id/char/AAA4> a lvont:Character ;
    lvont:represents "ꪤ"^^xsd:string ;
    rdfs:comment "TAI VIET LETTER LOW YO"@en .

<http://lexvo.org/id/char/AAA5> a lvont:Character ;
    lvont:represents "ꪥ"^^xsd:string ;
    rdfs:comment "TAI VIET LETTER HIGH YO"@en .

<http://lexvo.org/id/char/AAA6> a lvont:Character ;
    lvont:represents "ꪦ"^^xsd:string ;
    rdfs:comment "TAI VIET LETTER LOW RO"@en .

<http://lexvo.org/id/char/AAA7> a lvont:Character ;
    lvont:represents "ꪧ"^^xsd:string ;
    rdfs:comment "TAI VIET LETTER HIGH RO"@en .

<http://lexvo.org/id/char/AAA8> a lvont:Character ;
    lvont:represents "ꪨ"^^xsd:string ;
    rdfs:comment "TAI VIET LETTER LOW LO"@en .

<http://lexvo.org/id/char/AAA9> a lvont:Character ;
    lvont:represents "ꪩ"^^xsd:string ;
    rdfs:comment "TAI VIET LETTER HIGH LO"@en .

<http://lexvo.org/id/char/AAAA> a lvont:Character ;
    lvont:represents "ꪪ"^^xsd:string ;
    rdfs:comment "TAI VIET LETTER LOW VO"@en .

<http://lexvo.org/id/char/AAAB> a lvont:Character ;
    lvont:represents "ꪫ"^^xsd:string ;
    rdfs:comment "TAI VIET LETTER HIGH VO"@en .

<http://lexvo.org/id/char/AAAC> a lvont:Character ;
    lvont:represents "ꪬ"^^xsd:string ;
    rdfs:comment "TAI VIET LETTER LOW HO"@en .

<http://lexvo.org/id/char/AAAD> a lvont:Character ;
    lvont:represents "ꪭ"^^xsd:string ;
    rdfs:comment "TAI VIET LETTER HIGH HO"@en .

<http://lexvo.org/id/char/AAAE> a lvont:Character ;
    lvont:represents "ꪮ"^^xsd:string ;
    rdfs:comment "TAI VIET LETTER LOW O"@en .

<http://lexvo.org/id/char/AAAF> a lvont:Character ;
    lvont:represents "ꪯ"^^xsd:string ;
    rdfs:comment "TAI VIET LETTER HIGH O"@en .

<http://lexvo.org/id/char/AAB0> a lvont:Character ;
    lvont:represents "ꪰ"^^xsd:string ;
    rdfs:comment "TAI VIET MAI KANG"@en .

<http://lexvo.org/id/char/AAB1> a lvont:Character ;
    lvont:represents "ꪱ"^^xsd:string ;
    rdfs:comment "TAI VIET VOWEL AA"@en .

<http://lexvo.org/id/char/AAB2> a lvont:Character ;
    lvont:represents "ꪲ"^^xsd:string ;
    rdfs:comment "TAI VIET VOWEL I"@en .

<http://lexvo.org/id/char/AAB3> a lvont:Character ;
    lvont:represents "ꪳ"^^xsd:string ;
    rdfs:comment "TAI VIET VOWEL UE"@en .

<http://lexvo.org/id/char/AAB4> a lvont:Character ;
    lvont:represents "ꪴ"^^xsd:string ;
    rdfs:comment "TAI VIET VOWEL U"@en .

<http://lexvo.org/id/char/AAB5> a lvont:Character ;
    lvont:represents "ꪵ"^^xsd:string ;
    rdfs:comment "TAI VIET VOWEL E"@en .

<http://lexvo.org/id/char/AAB6> a lvont:Character ;
    lvont:represents "ꪶ"^^xsd:string ;
    rdfs:comment "TAI VIET VOWEL O"@en .

<http://lexvo.org/id/char/AAB7> a lvont:Character ;
    lvont:represents "ꪷ"^^xsd:string ;
    rdfs:comment "TAI VIET MAI KHIT"@en .

<http://lexvo.org/id/char/AAB8> a lvont:Character ;
    lvont:represents "ꪸ"^^xsd:string ;
    rdfs:comment "TAI VIET VOWEL IA"@en .

<http://lexvo.org/id/char/AAB9> a lvont:Character ;
    lvont:represents "ꪹ"^^xsd:string ;
    rdfs:comment "TAI VIET VOWEL UEA"@en .

<http://lexvo.org/id/char/AABA> a lvont:Character ;
    lvont:represents "ꪺ"^^xsd:string ;
    rdfs:comment "TAI VIET VOWEL UA"@en .

<http://lexvo.org/id/char/AABB> a lvont:Character ;
    lvont:represents "ꪻ"^^xsd:string ;
    rdfs:comment "TAI VIET VOWEL AUE"@en .

<http://lexvo.org/id/char/AABC> a lvont:Character ;
    lvont:represents "ꪼ"^^xsd:string ;
    rdfs:comment "TAI VIET VOWEL AY"@en .

<http://lexvo.org/id/char/AABD> a lvont:Character ;
    lvont:represents "ꪽ"^^xsd:string ;
    rdfs:comment "TAI VIET VOWEL AN"@en .

<http://lexvo.org/id/char/AABE> a lvont:Character ;
    lvont:represents "ꪾ"^^xsd:string ;
    rdfs:comment "TAI VIET VOWEL AM"@en .

<http://lexvo.org/id/char/AABF> a lvont:Character ;
    lvont:represents "꪿"^^xsd:string ;
    rdfs:comment "TAI VIET TONE MAI EK"@en .

<http://lexvo.org/id/char/AAC0> a lvont:Character ;
    lvont:represents "ꫀ"^^xsd:string ;
    rdfs:comment "TAI VIET TONE MAI NUENG"@en .

<http://lexvo.org/id/char/AAC1> a lvont:Character ;
    lvont:represents "꫁"^^xsd:string ;
    rdfs:comment "TAI VIET TONE MAI THO"@en .

<http://lexvo.org/id/char/AAC2> a lvont:Character ;
    lvont:represents "ꫂ"^^xsd:string ;
    rdfs:comment "TAI VIET TONE MAI SONG"@en .

<http://lexvo.org/id/char/AADB> a lvont:Character ;
    lvont:represents "ꫛ"^^xsd:string ;
    rdfs:comment "TAI VIET SYMBOL KON"@en .

<http://lexvo.org/id/char/AADC> a lvont:Character ;
    lvont:represents "ꫜ"^^xsd:string ;
    rdfs:comment "TAI VIET SYMBOL NUENG"@en .

<http://lexvo.org/id/char/AADD> a lvont:Character ;
    lvont:represents "ꫝ"^^xsd:string ;
    rdfs:comment "TAI VIET SYMBOL SAM"@en .

<http://lexvo.org/id/char/AADE> a lvont:Character ;
    lvont:represents "꫞"^^xsd:string ;
    rdfs:comment "TAI VIET SYMBOL HO HOI"@en .

<http://lexvo.org/id/char/AADF> a lvont:Character ;
    lvont:represents "꫟"^^xsd:string ;
    rdfs:comment "TAI VIET SYMBOL KOI KOI"@en .

<http://lexvo.org/id/char/AAE0> a lvont:Character ;
    lvont:represents "ꫠ"^^xsd:string ;
    rdfs:comment "MEETEI MAYEK LETTER E"@en .

<http://lexvo.org/id/char/AAE1> a lvont:Character ;
    lvont:represents "ꫡ"^^xsd:string ;
    rdfs:comment "MEETEI MAYEK LETTER O"@en .

<http://lexvo.org/id/char/AAE2> a lvont:Character ;
    lvont:represents "ꫢ"^^xsd:string ;
    rdfs:comment "MEETEI MAYEK LETTER CHA"@en .

<http://lexvo.org/id/char/AAE3> a lvont:Character ;
    lvont:represents "ꫣ"^^xsd:string ;
    rdfs:comment "MEETEI MAYEK LETTER NYA"@en .

<http://lexvo.org/id/char/AAE4> a lvont:Character ;
    lvont:represents "ꫤ"^^xsd:string ;
    rdfs:comment "MEETEI MAYEK LETTER TTA"@en .

<http://lexvo.org/id/char/AAE5> a lvont:Character ;
    lvont:represents "ꫥ"^^xsd:string ;
    rdfs:comment "MEETEI MAYEK LETTER TTHA"@en .

<http://lexvo.org/id/char/AAE6> a lvont:Character ;
    lvont:represents "ꫦ"^^xsd:string ;
    rdfs:comment "MEETEI MAYEK LETTER DDA"@en .

<http://lexvo.org/id/char/AAE7> a lvont:Character ;
    lvont:represents "ꫧ"^^xsd:string ;
    rdfs:comment "MEETEI MAYEK LETTER DDHA"@en .

<http://lexvo.org/id/char/AAE8> a lvont:Character ;
    lvont:represents "ꫨ"^^xsd:string ;
    rdfs:comment "MEETEI MAYEK LETTER NNA"@en .

<http://lexvo.org/id/char/AAE9> a lvont:Character ;
    lvont:represents "ꫩ"^^xsd:string ;
    rdfs:comment "MEETEI MAYEK LETTER SHA"@en .

<http://lexvo.org/id/char/AAEA> a lvont:Character ;
    lvont:represents "ꫪ"^^xsd:string ;
    rdfs:comment "MEETEI MAYEK LETTER SSA"@en .

<http://lexvo.org/id/char/AAEB> a lvont:Character ;
    lvont:represents "ꫫ"^^xsd:string ;
    rdfs:comment "MEETEI MAYEK VOWEL SIGN II"@en .

<http://lexvo.org/id/char/AAEC> a lvont:Character ;
    lvont:represents "ꫬ"^^xsd:string ;
    rdfs:comment "MEETEI MAYEK VOWEL SIGN UU"@en .

<http://lexvo.org/id/char/AAED> a lvont:Character ;
    lvont:represents "ꫭ"^^xsd:string ;
    rdfs:comment "MEETEI MAYEK VOWEL SIGN AAI"@en .

<http://lexvo.org/id/char/AAEE> a lvont:Character ;
    lvont:represents "ꫮ"^^xsd:string ;
    rdfs:comment "MEETEI MAYEK VOWEL SIGN AU"@en .

<http://lexvo.org/id/char/AAEF> a lvont:Character ;
    lvont:represents "ꫯ"^^xsd:string ;
    rdfs:comment "MEETEI MAYEK VOWEL SIGN AAU"@en .

<http://lexvo.org/id/char/AAF0> a lvont:Character ;
    lvont:represents "꫰"^^xsd:string ;
    rdfs:comment "MEETEI MAYEK CHEIKHAN"@en .

<http://lexvo.org/id/char/AAF1> a lvont:Character ;
    lvont:represents "꫱"^^xsd:string ;
    rdfs:comment "MEETEI MAYEK AHANG KHUDAM"@en .

<http://lexvo.org/id/char/AAF2> a lvont:Character ;
    lvont:represents "ꫲ"^^xsd:string ;
    rdfs:comment "MEETEI MAYEK ANJI"@en .

<http://lexvo.org/id/char/AAF3> a lvont:Character ;
    lvont:represents "ꫳ"^^xsd:string ;
    rdfs:comment "MEETEI MAYEK SYLLABLE REPETITION MARK"@en .

<http://lexvo.org/id/char/AAF4> a lvont:Character ;
    lvont:represents "ꫴ"^^xsd:string ;
    rdfs:comment "MEETEI MAYEK WORD REPETITION MARK"@en .

<http://lexvo.org/id/char/AAF5> a lvont:Character ;
    lvont:represents "ꫵ"^^xsd:string ;
    rdfs:comment "MEETEI MAYEK VOWEL SIGN VISARGA"@en .

<http://lexvo.org/id/char/AAF6> a lvont:Character ;
    lvont:represents "꫶"^^xsd:string ;
    rdfs:comment "MEETEI MAYEK VIRAMA"@en .

<http://lexvo.org/id/char/AB01> a lvont:Character ;
    lvont:represents "ꬁ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE TTHU"@en .

<http://lexvo.org/id/char/AB02> a lvont:Character ;
    lvont:represents "ꬂ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE TTHI"@en .

<http://lexvo.org/id/char/AB03> a lvont:Character ;
    lvont:represents "ꬃ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE TTHAA"@en .

<http://lexvo.org/id/char/AB04> a lvont:Character ;
    lvont:represents "ꬄ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE TTHEE"@en .

<http://lexvo.org/id/char/AB05> a lvont:Character ;
    lvont:represents "ꬅ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE TTHE"@en .

<http://lexvo.org/id/char/AB06> a lvont:Character ;
    lvont:represents "ꬆ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE TTHO"@en .

<http://lexvo.org/id/char/AB09> a lvont:Character ;
    lvont:represents "ꬉ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE DDHU"@en .

<http://lexvo.org/id/char/AB0A> a lvont:Character ;
    lvont:represents "ꬊ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE DDHI"@en .

<http://lexvo.org/id/char/AB0B> a lvont:Character ;
    lvont:represents "ꬋ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE DDHAA"@en .

<http://lexvo.org/id/char/AB0C> a lvont:Character ;
    lvont:represents "ꬌ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE DDHEE"@en .

<http://lexvo.org/id/char/AB0D> a lvont:Character ;
    lvont:represents "ꬍ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE DDHE"@en .

<http://lexvo.org/id/char/AB0E> a lvont:Character ;
    lvont:represents "ꬎ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE DDHO"@en .

<http://lexvo.org/id/char/AB11> a lvont:Character ;
    lvont:represents "ꬑ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE DZU"@en .

<http://lexvo.org/id/char/AB12> a lvont:Character ;
    lvont:represents "ꬒ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE DZI"@en .

<http://lexvo.org/id/char/AB13> a lvont:Character ;
    lvont:represents "ꬓ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE DZAA"@en .

<http://lexvo.org/id/char/AB14> a lvont:Character ;
    lvont:represents "ꬔ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE DZEE"@en .

<http://lexvo.org/id/char/AB15> a lvont:Character ;
    lvont:represents "ꬕ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE DZE"@en .

<http://lexvo.org/id/char/AB16> a lvont:Character ;
    lvont:represents "ꬖ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE DZO"@en .

<http://lexvo.org/id/char/AB20> a lvont:Character ;
    lvont:represents "ꬠ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE CCHHA"@en .

<http://lexvo.org/id/char/AB21> a lvont:Character ;
    lvont:represents "ꬡ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE CCHHU"@en .

<http://lexvo.org/id/char/AB22> a lvont:Character ;
    lvont:represents "ꬢ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE CCHHI"@en .

<http://lexvo.org/id/char/AB23> a lvont:Character ;
    lvont:represents "ꬣ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE CCHHAA"@en .

<http://lexvo.org/id/char/AB24> a lvont:Character ;
    lvont:represents "ꬤ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE CCHHEE"@en .

<http://lexvo.org/id/char/AB25> a lvont:Character ;
    lvont:represents "ꬥ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE CCHHE"@en .

<http://lexvo.org/id/char/AB26> a lvont:Character ;
    lvont:represents "ꬦ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE CCHHO"@en .

<http://lexvo.org/id/char/AB28> a lvont:Character ;
    lvont:represents "ꬨ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE BBA"@en .

<http://lexvo.org/id/char/AB29> a lvont:Character ;
    lvont:represents "ꬩ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE BBU"@en .

<http://lexvo.org/id/char/AB2A> a lvont:Character ;
    lvont:represents "ꬪ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE BBI"@en .

<http://lexvo.org/id/char/AB2B> a lvont:Character ;
    lvont:represents "ꬫ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE BBAA"@en .

<http://lexvo.org/id/char/AB2C> a lvont:Character ;
    lvont:represents "ꬬ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE BBEE"@en .

<http://lexvo.org/id/char/AB2D> a lvont:Character ;
    lvont:represents "ꬭ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE BBE"@en .

<http://lexvo.org/id/char/AB2E> a lvont:Character ;
    lvont:represents "ꬮ"^^xsd:string ;
    rdfs:comment "ETHIOPIC SYLLABLE BBO"@en .

<http://lexvo.org/id/char/ABC0> a lvont:Character ;
    lvont:represents "ꯀ"^^xsd:string ;
    rdfs:comment "MEETEI MAYEK LETTER KOK"@en .

<http://lexvo.org/id/char/ABC1> a lvont:Character ;
    lvont:represents "ꯁ"^^xsd:string ;
    rdfs:comment "MEETEI MAYEK LETTER SAM"@en .

<http://lexvo.org/id/char/ABC2> a lvont:Character ;
    lvont:represents "ꯂ"^^xsd:string ;
    rdfs:comment "MEETEI MAYEK LETTER LAI"@en .

<http://lexvo.org/id/char/ABC3> a lvont:Character ;
    lvont:represents "ꯃ"^^xsd:string ;
    rdfs:comment "MEETEI MAYEK LETTER MIT"@en .

<http://lexvo.org/id/char/ABC4> a lvont:Character ;
    lvont:represents "ꯄ"^^xsd:string ;
    rdfs:comment "MEETEI MAYEK LETTER PA"@en .

<http://lexvo.org/id/char/ABC5> a lvont:Character ;
    lvont:represents "ꯅ"^^xsd:string ;
    rdfs:comment "MEETEI MAYEK LETTER NA"@en .

<http://lexvo.org/id/char/ABC6> a lvont:Character ;
    lvont:represents "ꯆ"^^xsd:string ;
    rdfs:comment "MEETEI MAYEK LETTER CHIL"@en .

<http://lexvo.org/id/char/ABC7> a lvont:Character ;
    lvont:represents "ꯇ"^^xsd:string ;
    rdfs:comment "MEETEI MAYEK LETTER TIL"@en .

<http://lexvo.org/id/char/ABC8> a lvont:Character ;
    lvont:represents "ꯈ"^^xsd:string ;
    rdfs:comment "MEETEI MAYEK LETTER KHOU"@en .

<http://lexvo.org/id/char/ABC9> a lvont:Character ;
    lvont:represents "ꯉ"^^xsd:string ;
    rdfs:comment "MEETEI MAYEK LETTER NGOU"@en .

<http://lexvo.org/id/char/ABCA> a lvont:Character ;
    lvont:represents "ꯊ"^^xsd:string ;
    rdfs:comment "MEETEI MAYEK LETTER THOU"@en .

<http://lexvo.org/id/char/ABCB> a lvont:Character ;
    lvont:represents "ꯋ"^^xsd:string ;
    rdfs:comment "MEETEI MAYEK LETTER WAI"@en .

<http://lexvo.org/id/char/ABCC> a lvont:Character ;
    lvont:represents "ꯌ"^^xsd:string ;
    rdfs:comment "MEETEI MAYEK LETTER YANG"@en .

<http://lexvo.org/id/char/ABCD> a lvont:Character ;
    lvont:represents "ꯍ"^^xsd:string ;
    rdfs:comment "MEETEI MAYEK LETTER HUK"@en .

<http://lexvo.org/id/char/ABCE> a lvont:Character ;
    lvont:represents "ꯎ"^^xsd:string ;
    rdfs:comment "MEETEI MAYEK LETTER UN"@en .

<http://lexvo.org/id/char/ABCF> a lvont:Character ;
    lvont:represents "ꯏ"^^xsd:string ;
    rdfs:comment "MEETEI MAYEK LETTER I"@en .

<http://lexvo.org/id/char/ABD0> a lvont:Character ;
    lvont:represents "ꯐ"^^xsd:string ;
    rdfs:comment "MEETEI MAYEK LETTER PHAM"@en .

<http://lexvo.org/id/char/ABD1> a lvont:Character ;
    lvont:represents "ꯑ"^^xsd:string ;
    rdfs:comment "MEETEI MAYEK LETTER ATIYA"@en .

<http://lexvo.org/id/char/ABD2> a lvont:Character ;
    lvont:represents "ꯒ"^^xsd:string ;
    rdfs:comment "MEETEI MAYEK LETTER GOK"@en .

<http://lexvo.org/id/char/ABD3> a lvont:Character ;
    lvont:represents "ꯓ"^^xsd:string ;
    rdfs:comment "MEETEI MAYEK LETTER JHAM"@en .

<http://lexvo.org/id/char/ABD4> a lvont:Character ;
    lvont:represents "ꯔ"^^xsd:string ;
    rdfs:comment "MEETEI MAYEK LETTER RAI"@en .

<http://lexvo.org/id/char/ABD5> a lvont:Character ;
    lvont:represents "ꯕ"^^xsd:string ;
    rdfs:comment "MEETEI MAYEK LETTER BA"@en .

<http://lexvo.org/id/char/ABD6> a lvont:Character ;
    lvont:represents "ꯖ"^^xsd:string ;
    rdfs:comment "MEETEI MAYEK LETTER JIL"@en .

<http://lexvo.org/id/char/ABD7> a lvont:Character ;
    lvont:represents "ꯗ"^^xsd:string ;
    rdfs:comment "MEETEI MAYEK LETTER DIL"@en .

<http://lexvo.org/id/char/ABD8> a lvont:Character ;
    lvont:represents "ꯘ"^^xsd:string ;
    rdfs:comment "MEETEI MAYEK LETTER GHOU"@en .

<http://lexvo.org/id/char/ABD9> a lvont:Character ;
    lvont:represents "ꯙ"^^xsd:string ;
    rdfs:comment "MEETEI MAYEK LETTER DHOU"@en .

<http://lexvo.org/id/char/ABDA> a lvont:Character ;
    lvont:represents "ꯚ"^^xsd:string ;
    rdfs:comment "MEETEI MAYEK LETTER BHAM"@en .

<http://lexvo.org/id/char/ABDB> a lvont:Character ;
    lvont:represents "ꯛ"^^xsd:string ;
    rdfs:comment "MEETEI MAYEK LETTER KOK LONSUM"@en .

<http://lexvo.org/id/char/ABDC> a lvont:Character ;
    lvont:represents "ꯜ"^^xsd:string ;
    rdfs:comment "MEETEI MAYEK LETTER LAI LONSUM"@en .

<http://lexvo.org/id/char/ABDD> a lvont:Character ;
    lvont:represents "ꯝ"^^xsd:string ;
    rdfs:comment "MEETEI MAYEK LETTER MIT LONSUM"@en .

<http://lexvo.org/id/char/ABDE> a lvont:Character ;
    lvont:represents "ꯞ"^^xsd:string ;
    rdfs:comment "MEETEI MAYEK LETTER PA LONSUM"@en .

<http://lexvo.org/id/char/ABDF> a lvont:Character ;
    lvont:represents "ꯟ"^^xsd:string ;
    rdfs:comment "MEETEI MAYEK LETTER NA LONSUM"@en .

<http://lexvo.org/id/char/ABE0> a lvont:Character ;
    lvont:represents "ꯠ"^^xsd:string ;
    rdfs:comment "MEETEI MAYEK LETTER TIL LONSUM"@en .

<http://lexvo.org/id/char/ABE1> a lvont:Character ;
    lvont:represents "ꯡ"^^xsd:string ;
    rdfs:comment "MEETEI MAYEK LETTER NGOU LONSUM"@en .

<http://lexvo.org/id/char/ABE2> a lvont:Character ;
    lvont:represents "ꯢ"^^xsd:string ;
    rdfs:comment "MEETEI MAYEK LETTER I LONSUM"@en .

<http://lexvo.org/id/char/ABE3> a lvont:Character ;
    lvont:represents "ꯣ"^^xsd:string ;
    rdfs:comment "MEETEI MAYEK VOWEL SIGN ONAP"@en .

<http://lexvo.org/id/char/ABE4> a lvont:Character ;
    lvont:represents "ꯤ"^^xsd:string ;
    rdfs:comment "MEETEI MAYEK VOWEL SIGN INAP"@en .

<http://lexvo.org/id/char/ABE5> a lvont:Character ;
    lvont:represents "ꯥ"^^xsd:string ;
    rdfs:comment "MEETEI MAYEK VOWEL SIGN ANAP"@en .

<http://lexvo.org/id/char/ABE6> a lvont:Character ;
    lvont:represents "ꯦ"^^xsd:string ;
    rdfs:comment "MEETEI MAYEK VOWEL SIGN YENAP"@en .

<http://lexvo.org/id/char/ABE7> a lvont:Character ;
    lvont:represents "ꯧ"^^xsd:string ;
    rdfs:comment "MEETEI MAYEK VOWEL SIGN SOUNAP"@en .

<http://lexvo.org/id/char/ABE8> a lvont:Character ;
    lvont:represents "ꯨ"^^xsd:string ;
    rdfs:comment "MEETEI MAYEK VOWEL SIGN UNAP"@en .

<http://lexvo.org/id/char/ABE9> a lvont:Character ;
    lvont:represents "ꯩ"^^xsd:string ;
    rdfs:comment "MEETEI MAYEK VOWEL SIGN CHEINAP"@en .

<http://lexvo.org/id/char/ABEA> a lvont:Character ;
    lvont:represents "ꯪ"^^xsd:string ;
    rdfs:comment "MEETEI MAYEK VOWEL SIGN NUNG"@en .

<http://lexvo.org/id/char/ABEB> a lvont:Character ;
    lvont:represents "꯫"^^xsd:string ;
    rdfs:comment "MEETEI MAYEK CHEIKHEI"@en .

<http://lexvo.org/id/char/ABEC> a lvont:Character ;
    lvont:represents "꯬"^^xsd:string ;
    rdfs:comment "MEETEI MAYEK LUM IYEK"@en .

<http://lexvo.org/id/char/ABED> a lvont:Character ;
    lvont:represents "꯭"^^xsd:string ;
    rdfs:comment "MEETEI MAYEK APUN IYEK"@en .

<http://lexvo.org/id/char/ABF0> a lvont:Character ;
    lvont:represents "꯰"^^xsd:string ;
    rdfs:comment "MEETEI MAYEK DIGIT ZERO"@en .

<http://lexvo.org/id/char/ABF1> a lvont:Character ;
    lvont:represents "꯱"^^xsd:string ;
    rdfs:comment "MEETEI MAYEK DIGIT ONE"@en .

<http://lexvo.org/id/char/ABF2> a lvont:Character ;
    lvont:represents "꯲"^^xsd:string ;
    rdfs:comment "MEETEI MAYEK DIGIT TWO"@en .

<http://lexvo.org/id/char/ABF3> a lvont:Character ;
    lvont:represents "꯳"^^xsd:string ;
    rdfs:comment "MEETEI MAYEK DIGIT THREE"@en .

<http://lexvo.org/id/char/ABF4> a lvont:Character ;
    lvont:represents "꯴"^^xsd:string ;
    rdfs:comment "MEETEI MAYEK DIGIT FOUR"@en .

<http://lexvo.org/id/char/ABF5> a lvont:Character ;
    lvont:represents "꯵"^^xsd:string ;
    rdfs:comment "MEETEI MAYEK DIGIT FIVE"@en .

<http://lexvo.org/id/char/ABF6> a lvont:Character ;
    lvont:represents "꯶"^^xsd:string ;
    rdfs:comment "MEETEI MAYEK DIGIT SIX"@en .

<http://lexvo.org/id/char/ABF7> a lvont:Character ;
    lvont:represents "꯷"^^xsd:string ;
    rdfs:comment "MEETEI MAYEK DIGIT SEVEN"@en .

<http://lexvo.org/id/char/ABF8> a lvont:Character ;
    lvont:represents "꯸"^^xsd:string ;
    rdfs:comment "MEETEI MAYEK DIGIT EIGHT"@en .

<http://lexvo.org/id/char/ABF9> a lvont:Character ;
    lvont:represents "꯹"^^xsd:string ;
    rdfs:comment "MEETEI MAYEK DIGIT NINE"@en .

<http://lexvo.org/id/char/D7B0> a lvont:Character ;
    lvont:represents "ힰ"^^xsd:string ;
    rdfs:comment "HANGUL JUNGSEONG O-YEO"@en .

<http://lexvo.org/id/char/D7B1> a lvont:Character ;
    lvont:represents "ힱ"^^xsd:string ;
    rdfs:comment "HANGUL JUNGSEONG O-O-I"@en .

<http://lexvo.org/id/char/D7B2> a lvont:Character ;
    lvont:represents "ힲ"^^xsd:string ;
    rdfs:comment "HANGUL JUNGSEONG YO-A"@en .

<http://lexvo.org/id/char/D7B3> a lvont:Character ;
    lvont:represents "ힳ"^^xsd:string ;
    rdfs:comment "HANGUL JUNGSEONG YO-AE"@en .

<http://lexvo.org/id/char/D7B4> a lvont:Character ;
    lvont:represents "ힴ"^^xsd:string ;
    rdfs:comment "HANGUL JUNGSEONG YO-EO"@en .

<http://lexvo.org/id/char/D7B5> a lvont:Character ;
    lvont:represents "ힵ"^^xsd:string ;
    rdfs:comment "HANGUL JUNGSEONG U-YEO"@en .

<http://lexvo.org/id/char/D7B6> a lvont:Character ;
    lvont:represents "ힶ"^^xsd:string ;
    rdfs:comment "HANGUL JUNGSEONG U-I-I"@en .

<http://lexvo.org/id/char/D7B7> a lvont:Character ;
    lvont:represents "ힷ"^^xsd:string ;
    rdfs:comment "HANGUL JUNGSEONG YU-AE"@en .

<http://lexvo.org/id/char/D7B8> a lvont:Character ;
    lvont:represents "ힸ"^^xsd:string ;
    rdfs:comment "HANGUL JUNGSEONG YU-O"@en .

<http://lexvo.org/id/char/D7B9> a lvont:Character ;
    lvont:represents "ힹ"^^xsd:string ;
    rdfs:comment "HANGUL JUNGSEONG EU-A"@en .

<http://lexvo.org/id/char/D7BA> a lvont:Character ;
    lvont:represents "ힺ"^^xsd:string ;
    rdfs:comment "HANGUL JUNGSEONG EU-EO"@en .

<http://lexvo.org/id/char/D7BB> a lvont:Character ;
    lvont:represents "ힻ"^^xsd:string ;
    rdfs:comment "HANGUL JUNGSEONG EU-E"@en .

<http://lexvo.org/id/char/D7BC> a lvont:Character ;
    lvont:represents "ힼ"^^xsd:string ;
    rdfs:comment "HANGUL JUNGSEONG EU-O"@en .

<http://lexvo.org/id/char/D7BD> a lvont:Character ;
    lvont:represents "ힽ"^^xsd:string ;
    rdfs:comment "HANGUL JUNGSEONG I-YA-O"@en .

<http://lexvo.org/id/char/D7BE> a lvont:Character ;
    lvont:represents "ힾ"^^xsd:string ;
    rdfs:comment "HANGUL JUNGSEONG I-YAE"@en .

<http://lexvo.org/id/char/D7BF> a lvont:Character ;
    lvont:represents "ힿ"^^xsd:string ;
    rdfs:comment "HANGUL JUNGSEONG I-YEO"@en .

<http://lexvo.org/id/char/D7C0> a lvont:Character ;
    lvont:represents "ퟀ"^^xsd:string ;
    rdfs:comment "HANGUL JUNGSEONG I-YE"@en .

<http://lexvo.org/id/char/D7C1> a lvont:Character ;
    lvont:represents "ퟁ"^^xsd:string ;
    rdfs:comment "HANGUL JUNGSEONG I-O-I"@en .

<http://lexvo.org/id/char/D7C2> a lvont:Character ;
    lvont:represents "ퟂ"^^xsd:string ;
    rdfs:comment "HANGUL JUNGSEONG I-YO"@en .

<http://lexvo.org/id/char/D7C3> a lvont:Character ;
    lvont:represents "ퟃ"^^xsd:string ;
    rdfs:comment "HANGUL JUNGSEONG I-YU"@en .

<http://lexvo.org/id/char/D7C4> a lvont:Character ;
    lvont:represents "ퟄ"^^xsd:string ;
    rdfs:comment "HANGUL JUNGSEONG I-I"@en .

<http://lexvo.org/id/char/D7C5> a lvont:Character ;
    lvont:represents "ퟅ"^^xsd:string ;
    rdfs:comment "HANGUL JUNGSEONG ARAEA-A"@en .

<http://lexvo.org/id/char/D7C6> a lvont:Character ;
    lvont:represents "ퟆ"^^xsd:string ;
    rdfs:comment "HANGUL JUNGSEONG ARAEA-E"@en .

<http://lexvo.org/id/char/D7CB> a lvont:Character ;
    lvont:represents "ퟋ"^^xsd:string ;
    rdfs:comment "HANGUL JONGSEONG NIEUN-RIEUL"@en .

<http://lexvo.org/id/char/D7CC> a lvont:Character ;
    lvont:represents "ퟌ"^^xsd:string ;
    rdfs:comment "HANGUL JONGSEONG NIEUN-CHIEUCH"@en .

<http://lexvo.org/id/char/D7CD> a lvont:Character ;
    lvont:represents "ퟍ"^^xsd:string ;
    rdfs:comment "HANGUL JONGSEONG SSANGTIKEUT"@en .

<http://lexvo.org/id/char/D7CE> a lvont:Character ;
    lvont:represents "ퟎ"^^xsd:string ;
    rdfs:comment "HANGUL JONGSEONG SSANGTIKEUT-PIEUP"@en .

<http://lexvo.org/id/char/D7CF> a lvont:Character ;
    lvont:represents "ퟏ"^^xsd:string ;
    rdfs:comment "HANGUL JONGSEONG TIKEUT-PIEUP"@en .

<http://lexvo.org/id/char/D7D0> a lvont:Character ;
    lvont:represents "ퟐ"^^xsd:string ;
    rdfs:comment "HANGUL JONGSEONG TIKEUT-SIOS"@en .

<http://lexvo.org/id/char/D7D1> a lvont:Character ;
    lvont:represents "ퟑ"^^xsd:string ;
    rdfs:comment "HANGUL JONGSEONG TIKEUT-SIOS-KIYEOK"@en .

<http://lexvo.org/id/char/D7D2> a lvont:Character ;
    lvont:represents "ퟒ"^^xsd:string ;
    rdfs:comment "HANGUL JONGSEONG TIKEUT-CIEUC"@en .

<http://lexvo.org/id/char/D7D3> a lvont:Character ;
    lvont:represents "ퟓ"^^xsd:string ;
    rdfs:comment "HANGUL JONGSEONG TIKEUT-CHIEUCH"@en .

<http://lexvo.org/id/char/D7D4> a lvont:Character ;
    lvont:represents "ퟔ"^^xsd:string ;
    rdfs:comment "HANGUL JONGSEONG TIKEUT-THIEUTH"@en .

<http://lexvo.org/id/char/D7D5> a lvont:Character ;
    lvont:represents "ퟕ"^^xsd:string ;
    rdfs:comment "HANGUL JONGSEONG RIEUL-SSANGKIYEOK"@en .

<http://lexvo.org/id/char/D7D6> a lvont:Character ;
    lvont:represents "ퟖ"^^xsd:string ;
    rdfs:comment "HANGUL JONGSEONG RIEUL-KIYEOK-HIEUH"@en .

<http://lexvo.org/id/char/D7D7> a lvont:Character ;
    lvont:represents "ퟗ"^^xsd:string ;
    rdfs:comment "HANGUL JONGSEONG SSANGRIEUL-KHIEUKH"@en .

<http://lexvo.org/id/char/D7D8> a lvont:Character ;
    lvont:represents "ퟘ"^^xsd:string ;
    rdfs:comment "HANGUL JONGSEONG RIEUL-MIEUM-HIEUH"@en .

<http://lexvo.org/id/char/D7D9> a lvont:Character ;
    lvont:represents "ퟙ"^^xsd:string ;
    rdfs:comment "HANGUL JONGSEONG RIEUL-PIEUP-TIKEUT"@en .

<http://lexvo.org/id/char/D7DA> a lvont:Character ;
    lvont:represents "ퟚ"^^xsd:string ;
    rdfs:comment "HANGUL JONGSEONG RIEUL-PIEUP-PHIEUPH"@en .

<http://lexvo.org/id/char/D7DB> a lvont:Character ;
    lvont:represents "ퟛ"^^xsd:string ;
    rdfs:comment "HANGUL JONGSEONG RIEUL-YESIEUNG"@en .

<http://lexvo.org/id/char/D7DC> a lvont:Character ;
    lvont:represents "ퟜ"^^xsd:string ;
    rdfs:comment "HANGUL JONGSEONG RIEUL-YEORINHIEUH-HIEUH"@en .

<http://lexvo.org/id/char/D7DD> a lvont:Character ;
    lvont:represents "ퟝ"^^xsd:string ;
    rdfs:comment "HANGUL JONGSEONG KAPYEOUNRIEUL"@en .

<http://lexvo.org/id/char/D7DE> a lvont:Character ;
    lvont:represents "ퟞ"^^xsd:string ;
    rdfs:comment "HANGUL JONGSEONG MIEUM-NIEUN"@en .

<http://lexvo.org/id/char/D7DF> a lvont:Character ;
    lvont:represents "ퟟ"^^xsd:string ;
    rdfs:comment "HANGUL JONGSEONG MIEUM-SSANGNIEUN"@en .

<http://lexvo.org/id/char/D7E0> a lvont:Character ;
    lvont:represents "ퟠ"^^xsd:string ;
    rdfs:comment "HANGUL JONGSEONG SSANGMIEUM"@en .

<http://lexvo.org/id/char/D7E1> a lvont:Character ;
    lvont:represents "ퟡ"^^xsd:string ;
    rdfs:comment "HANGUL JONGSEONG MIEUM-PIEUP-SIOS"@en .

<http://lexvo.org/id/char/D7E2> a lvont:Character ;
    lvont:represents "ퟢ"^^xsd:string ;
    rdfs:comment "HANGUL JONGSEONG MIEUM-CIEUC"@en .

<http://lexvo.org/id/char/D7E3> a lvont:Character ;
    lvont:represents "ퟣ"^^xsd:string ;
    rdfs:comment "HANGUL JONGSEONG PIEUP-TIKEUT"@en .

<http://lexvo.org/id/char/D7E4> a lvont:Character ;
    lvont:represents "ퟤ"^^xsd:string ;
    rdfs:comment "HANGUL JONGSEONG PIEUP-RIEUL-PHIEUPH"@en .

<http://lexvo.org/id/char/D7E5> a lvont:Character ;
    lvont:represents "ퟥ"^^xsd:string ;
    rdfs:comment "HANGUL JONGSEONG PIEUP-MIEUM"@en .

<http://lexvo.org/id/char/D7E6> a lvont:Character ;
    lvont:represents "ퟦ"^^xsd:string ;
    rdfs:comment "HANGUL JONGSEONG SSANGPIEUP"@en .

<http://lexvo.org/id/char/D7E7> a lvont:Character ;
    lvont:represents "ퟧ"^^xsd:string ;
    rdfs:comment "HANGUL JONGSEONG PIEUP-SIOS-TIKEUT"@en .

<http://lexvo.org/id/char/D7E8> a lvont:Character ;
    lvont:represents "ퟨ"^^xsd:string ;
    rdfs:comment "HANGUL JONGSEONG PIEUP-CIEUC"@en .

<http://lexvo.org/id/char/D7E9> a lvont:Character ;
    lvont:represents "ퟩ"^^xsd:string ;
    rdfs:comment "HANGUL JONGSEONG PIEUP-CHIEUCH"@en .

<http://lexvo.org/id/char/D7EA> a lvont:Character ;
    lvont:represents "ퟪ"^^xsd:string ;
    rdfs:comment "HANGUL JONGSEONG SIOS-MIEUM"@en .

<http://lexvo.org/id/char/D7EB> a lvont:Character ;
    lvont:represents "ퟫ"^^xsd:string ;
    rdfs:comment "HANGUL JONGSEONG SIOS-KAPYEOUNPIEUP"@en .

<http://lexvo.org/id/char/D7EC> a lvont:Character ;
    lvont:represents "ퟬ"^^xsd:string ;
    rdfs:comment "HANGUL JONGSEONG SSANGSIOS-KIYEOK"@en .

<http://lexvo.org/id/char/D7ED> a lvont:Character ;
    lvont:represents "ퟭ"^^xsd:string ;
    rdfs:comment "HANGUL JONGSEONG SSANGSIOS-TIKEUT"@en .

<http://lexvo.org/id/char/D7EE> a lvont:Character ;
    lvont:represents "ퟮ"^^xsd:string ;
    rdfs:comment "HANGUL JONGSEONG SIOS-PANSIOS"@en .

<http://lexvo.org/id/char/D7EF> a lvont:Character ;
    lvont:represents "ퟯ"^^xsd:string ;
    rdfs:comment "HANGUL JONGSEONG SIOS-CIEUC"@en .

<http://lexvo.org/id/char/D7F0> a lvont:Character ;
    lvont:represents "ퟰ"^^xsd:string ;
    rdfs:comment "HANGUL JONGSEONG SIOS-CHIEUCH"@en .

<http://lexvo.org/id/char/D7F1> a lvont:Character ;
    lvont:represents "ퟱ"^^xsd:string ;
    rdfs:comment "HANGUL JONGSEONG SIOS-THIEUTH"@en .

<http://lexvo.org/id/char/D7F2> a lvont:Character ;
    lvont:represents "ퟲ"^^xsd:string ;
    rdfs:comment "HANGUL JONGSEONG SIOS-HIEUH"@en .

<http://lexvo.org/id/char/D7F3> a lvont:Character ;
    lvont:represents "ퟳ"^^xsd:string ;
    rdfs:comment "HANGUL JONGSEONG PANSIOS-PIEUP"@en .

<http://lexvo.org/id/char/D7F4> a lvont:Character ;
    lvont:represents "ퟴ"^^xsd:string ;
    rdfs:comment "HANGUL JONGSEONG PANSIOS-KAPYEOUNPIEUP"@en .

<http://lexvo.org/id/char/D7F5> a lvont:Character ;
    lvont:represents "ퟵ"^^xsd:string ;
    rdfs:comment "HANGUL JONGSEONG YESIEUNG-MIEUM"@en .

<http://lexvo.org/id/char/D7F6> a lvont:Character ;
    lvont:represents "ퟶ"^^xsd:string ;
    rdfs:comment "HANGUL JONGSEONG YESIEUNG-HIEUH"@en .

<http://lexvo.org/id/char/D7F7> a lvont:Character ;
    lvont:represents "ퟷ"^^xsd:string ;
    rdfs:comment "HANGUL JONGSEONG CIEUC-PIEUP"@en .

<http://lexvo.org/id/char/D7F8> a lvont:Character ;
    lvont:represents "ퟸ"^^xsd:string ;
    rdfs:comment "HANGUL JONGSEONG CIEUC-SSANGPIEUP"@en .

<http://lexvo.org/id/char/D7F9> a lvont:Character ;
    lvont:represents "ퟹ"^^xsd:string ;
    rdfs:comment "HANGUL JONGSEONG SSANGCIEUC"@en .

<http://lexvo.org/id/char/D7FA> a lvont:Character ;
    lvont:represents "ퟺ"^^xsd:string ;
    rdfs:comment "HANGUL JONGSEONG PHIEUPH-SIOS"@en .

<http://lexvo.org/id/char/D7FB> a lvont:Character ;
    lvont:represents "ퟻ"^^xsd:string ;
    rdfs:comment "HANGUL JONGSEONG PHIEUPH-THIEUTH"@en .

<http://lexvo.org/id/char/E0001> a lvont:Character ;
    lvont:represents "󠀁"^^xsd:string ;
    rdfs:comment "LANGUAGE TAG"@en .

<http://lexvo.org/id/char/E0020> a lvont:Character ;
    lvont:represents "󠀠"^^xsd:string ;
    rdfs:comment "TAG SPACE"@en .

<http://lexvo.org/id/char/E0021> a lvont:Character ;
    lvont:represents "󠀡"^^xsd:string ;
    rdfs:comment "TAG EXCLAMATION MARK"@en .

<http://lexvo.org/id/char/E0022> a lvont:Character ;
    lvont:represents "󠀢"^^xsd:string ;
    rdfs:comment "TAG QUOTATION MARK"@en .

<http://lexvo.org/id/char/E0023> a lvont:Character ;
    lvont:represents "󠀣"^^xsd:string ;
    rdfs:comment "TAG NUMBER SIGN"@en .

<http://lexvo.org/id/char/E0024> a lvont:Character ;
    lvont:represents "󠀤"^^xsd:string ;
    rdfs:comment "TAG DOLLAR SIGN"@en .

<http://lexvo.org/id/char/E0025> a lvont:Character ;
    lvont:represents "󠀥"^^xsd:string ;
    rdfs:comment "TAG PERCENT SIGN"@en .

<http://lexvo.org/id/char/E0026> a lvont:Character ;
    lvont:represents "󠀦"^^xsd:string ;
    rdfs:comment "TAG AMPERSAND"@en .

<http://lexvo.org/id/char/E0027> a lvont:Character ;
    lvont:represents "󠀧"^^xsd:string ;
    rdfs:comment "TAG APOSTROPHE"@en .

<http://lexvo.org/id/char/E0028> a lvont:Character ;
    lvont:represents "󠀨"^^xsd:string ;
    rdfs:comment "TAG LEFT PARENTHESIS"@en .

<http://lexvo.org/id/char/E0029> a lvont:Character ;
    lvont:represents "󠀩"^^xsd:string ;
    rdfs:comment "TAG RIGHT PARENTHESIS"@en .

<http://lexvo.org/id/char/E002A> a lvont:Character ;
    lvont:represents "󠀪"^^xsd:string ;
    rdfs:comment "TAG ASTERISK"@en .

<http://lexvo.org/id/char/E002B> a lvont:Character ;
    lvont:represents "󠀫"^^xsd:string ;
    rdfs:comment "TAG PLUS SIGN"@en .

<http://lexvo.org/id/char/E002C> a lvont:Character ;
    lvont:represents "󠀬"^^xsd:string ;
    rdfs:comment "TAG COMMA"@en .

<http://lexvo.org/id/char/E002D> a lvont:Character ;
    lvont:represents "󠀭"^^xsd:string ;
    rdfs:comment "TAG HYPHEN-MINUS"@en .

<http://lexvo.org/id/char/E002E> a lvont:Character ;
    lvont:represents "󠀮"^^xsd:string ;
    rdfs:comment "TAG FULL STOP"@en .

<http://lexvo.org/id/char/E002F> a lvont:Character ;
    lvont:represents "󠀯"^^xsd:string ;
    rdfs:comment "TAG SOLIDUS"@en .

<http://lexvo.org/id/char/E0030> a lvont:Character ;
    lvont:represents "󠀰"^^xsd:string ;
    rdfs:comment "TAG DIGIT ZERO"@en .

<http://lexvo.org/id/char/E0031> a lvont:Character ;
    lvont:represents "󠀱"^^xsd:string ;
    rdfs:comment "TAG DIGIT ONE"@en .

<http://lexvo.org/id/char/E0032> a lvont:Character ;
    lvont:represents "󠀲"^^xsd:string ;
    rdfs:comment "TAG DIGIT TWO"@en .

<http://lexvo.org/id/char/E0033> a lvont:Character ;
    lvont:represents "󠀳"^^xsd:string ;
    rdfs:comment "TAG DIGIT THREE"@en .

<http://lexvo.org/id/char/E0034> a lvont:Character ;
    lvont:represents "󠀴"^^xsd:string ;
    rdfs:comment "TAG DIGIT FOUR"@en .

<http://lexvo.org/id/char/E0035> a lvont:Character ;
    lvont:represents "󠀵"^^xsd:string ;
    rdfs:comment "TAG DIGIT FIVE"@en .

<http://lexvo.org/id/char/E0036> a lvont:Character ;
    lvont:represents "󠀶"^^xsd:string ;
    rdfs:comment "TAG DIGIT SIX"@en .

<http://lexvo.org/id/char/E0037> a lvont:Character ;
    lvont:represents "󠀷"^^xsd:string ;
    rdfs:comment "TAG DIGIT SEVEN"@en .

<http://lexvo.org/id/char/E0038> a lvont:Character ;
    lvont:represents "󠀸"^^xsd:string ;
    rdfs:comment "TAG DIGIT EIGHT"@en .

<http://lexvo.org/id/char/E0039> a lvont:Character ;
    lvont:represents "󠀹"^^xsd:string ;
    rdfs:comment "TAG DIGIT NINE"@en .

<http://lexvo.org/id/char/E003A> a lvont:Character ;
    lvont:represents "󠀺"^^xsd:string ;
    rdfs:comment "TAG COLON"@en .

<http://lexvo.org/id/char/E003B> a lvont:Character ;
    lvont:represents "󠀻"^^xsd:string ;
    rdfs:comment "TAG SEMICOLON"@en .

<http://lexvo.org/id/char/E003C> a lvont:Character ;
    lvont:represents "󠀼"^^xsd:string ;
    rdfs:comment "TAG LESS-THAN SIGN"@en .

<http://lexvo.org/id/char/E003D> a lvont:Character ;
    lvont:represents "󠀽"^^xsd:string ;
    rdfs:comment "TAG EQUALS SIGN"@en .

<http://lexvo.org/id/char/E003E> a lvont:Character ;
    lvont:represents "󠀾"^^xsd:string ;
    rdfs:comment "TAG GREATER-THAN SIGN"@en .

<http://lexvo.org/id/char/E003F> a lvont:Character ;
    lvont:represents "󠀿"^^xsd:string ;
    rdfs:comment "TAG QUESTION MARK"@en .

<http://lexvo.org/id/char/E0040> a lvont:Character ;
    lvont:represents "󠁀"^^xsd:string ;
    rdfs:comment "TAG COMMERCIAL AT"@en .

<http://lexvo.org/id/char/E0041> a lvont:Character ;
    lvont:represents "󠁁"^^xsd:string ;
    rdfs:comment "TAG LATIN CAPITAL LETTER A"@en .

<http://lexvo.org/id/char/E0042> a lvont:Character ;
    lvont:represents "󠁂"^^xsd:string ;
    rdfs:comment "TAG LATIN CAPITAL LETTER B"@en .

<http://lexvo.org/id/char/E0043> a lvont:Character ;
    lvont:represents "󠁃"^^xsd:string ;
    rdfs:comment "TAG LATIN CAPITAL LETTER C"@en .

<http://lexvo.org/id/char/E0044> a lvont:Character ;
    lvont:represents "󠁄"^^xsd:string ;
    rdfs:comment "TAG LATIN CAPITAL LETTER D"@en .

<http://lexvo.org/id/char/E0045> a lvont:Character ;
    lvont:represents "󠁅"^^xsd:string ;
    rdfs:comment "TAG LATIN CAPITAL LETTER E"@en .

<http://lexvo.org/id/char/E0046> a lvont:Character ;
    lvont:represents "󠁆"^^xsd:string ;
    rdfs:comment "TAG LATIN CAPITAL LETTER F"@en .

<http://lexvo.org/id/char/E0047> a lvont:Character ;
    lvont:represents "󠁇"^^xsd:string ;
    rdfs:comment "TAG LATIN CAPITAL LETTER G"@en .

<http://lexvo.org/id/char/E0048> a lvont:Character ;
    lvont:represents "󠁈"^^xsd:string ;
    rdfs:comment "TAG LATIN CAPITAL LETTER H"@en .

<http://lexvo.org/id/char/E0049> a lvont:Character ;
    lvont:represents "󠁉"^^xsd:string ;
    rdfs:comment "TAG LATIN CAPITAL LETTER I"@en .

<http://lexvo.org/id/char/E004A> a lvont:Character ;
    lvont:represents "󠁊"^^xsd:string ;
    rdfs:comment "TAG LATIN CAPITAL LETTER J"@en .

<http://lexvo.org/id/char/E004B> a lvont:Character ;
    lvont:represents "󠁋"^^xsd:string ;
    rdfs:comment "TAG LATIN CAPITAL LETTER K"@en .

<http://lexvo.org/id/char/E004C> a lvont:Character ;
    lvont:represents "󠁌"^^xsd:string ;
    rdfs:comment "TAG LATIN CAPITAL LETTER L"@en .

<http://lexvo.org/id/char/E004D> a lvont:Character ;
    lvont:represents "󠁍"^^xsd:string ;
    rdfs:comment "TAG LATIN CAPITAL LETTER M"@en .

<http://lexvo.org/id/char/E004E> a lvont:Character ;
    lvont:represents "󠁎"^^xsd:string ;
    rdfs:comment "TAG LATIN CAPITAL LETTER N"@en .

<http://lexvo.org/id/char/E004F> a lvont:Character ;
    lvont:represents "󠁏"^^xsd:string ;
    rdfs:comment "TAG LATIN CAPITAL LETTER O"@en .

<http://lexvo.org/id/char/E0050> a lvont:Character ;
    lvont:represents "󠁐"^^xsd:string ;
    rdfs:comment "TAG LATIN CAPITAL LETTER P"@en .

<http://lexvo.org/id/char/E0051> a lvont:Character ;
    lvont:represents "󠁑"^^xsd:string ;
    rdfs:comment "TAG LATIN CAPITAL LETTER Q"@en .

<http://lexvo.org/id/char/E0052> a lvont:Character ;
    lvont:represents "󠁒"^^xsd:string ;
    rdfs:comment "TAG LATIN CAPITAL LETTER R"@en .

<http://lexvo.org/id/char/E0053> a lvont:Character ;
    lvont:represents "󠁓"^^xsd:string ;
    rdfs:comment "TAG LATIN CAPITAL LETTER S"@en .

<http://lexvo.org/id/char/E0054> a lvont:Character ;
    lvont:represents "󠁔"^^xsd:string ;
    rdfs:comment "TAG LATIN CAPITAL LETTER T"@en .

<http://lexvo.org/id/char/E0055> a lvont:Character ;
    lvont:represents "󠁕"^^xsd:string ;
    rdfs:comment "TAG LATIN CAPITAL LETTER U"@en .

<http://lexvo.org/id/char/E0056> a lvont:Character ;
    lvont:represents "󠁖"^^xsd:string ;
    rdfs:comment "TAG LATIN CAPITAL LETTER V"@en .

<http://lexvo.org/id/char/E0057> a lvont:Character ;
    lvont:represents "󠁗"^^xsd:string ;
    rdfs:comment "TAG LATIN CAPITAL LETTER W"@en .

<http://lexvo.org/id/char/E0058> a lvont:Character ;
    lvont:represents "󠁘"^^xsd:string ;
    rdfs:comment "TAG LATIN CAPITAL LETTER X"@en .

<http://lexvo.org/id/char/E0059> a lvont:Character ;
    lvont:represents "󠁙"^^xsd:string ;
    rdfs:comment "TAG LATIN CAPITAL LETTER Y"@en .

<http://lexvo.org/id/char/E005A> a lvont:Character ;
    lvont:represents "󠁚"^^xsd:string ;
    rdfs:comment "TAG LATIN CAPITAL LETTER Z"@en .

<http://lexvo.org/id/char/E005B> a lvont:Character ;
    lvont:represents "󠁛"^^xsd:string ;
    rdfs:comment "TAG LEFT SQUARE BRACKET"@en .

<http://lexvo.org/id/char/E005C> a lvont:Character ;
    lvont:represents "󠁜"^^xsd:string ;
    rdfs:comment "TAG REVERSE SOLIDUS"@en .

<http://lexvo.org/id/char/E005D> a lvont:Character ;
    lvont:represents "󠁝"^^xsd:string ;
    rdfs:comment "TAG RIGHT SQUARE BRACKET"@en .

<http://lexvo.org/id/char/E005E> a lvont:Character ;
    lvont:represents "󠁞"^^xsd:string ;
    rdfs:comment "TAG CIRCUMFLEX ACCENT"@en .

<http://lexvo.org/id/char/E005F> a lvont:Character ;
    lvont:represents "󠁟"^^xsd:string ;
    rdfs:comment "TAG LOW LINE"@en .

<http://lexvo.org/id/char/E0060> a lvont:Character ;
    lvont:represents "󠁠"^^xsd:string ;
    rdfs:comment "TAG GRAVE ACCENT"@en .

<http://lexvo.org/id/char/E0061> a lvont:Character ;
    lvont:represents "󠁡"^^xsd:string ;
    rdfs:comment "TAG LATIN SMALL LETTER A"@en .

<http://lexvo.org/id/char/E0062> a lvont:Character ;
    lvont:represents "󠁢"^^xsd:string ;
    rdfs:comment "TAG LATIN SMALL LETTER B"@en .

<http://lexvo.org/id/char/E0063> a lvont:Character ;
    lvont:represents "󠁣"^^xsd:string ;
    rdfs:comment "TAG LATIN SMALL LETTER C"@en .

<http://lexvo.org/id/char/E0064> a lvont:Character ;
    lvont:represents "󠁤"^^xsd:string ;
    rdfs:comment "TAG LATIN SMALL LETTER D"@en .

<http://lexvo.org/id/char/E0065> a lvont:Character ;
    lvont:represents "󠁥"^^xsd:string ;
    rdfs:comment "TAG LATIN SMALL LETTER E"@en .

<http://lexvo.org/id/char/E0066> a lvont:Character ;
    lvont:represents "󠁦"^^xsd:string ;
    rdfs:comment "TAG LATIN SMALL LETTER F"@en .

<http://lexvo.org/id/char/E0067> a lvont:Character ;
    lvont:represents "󠁧"^^xsd:string ;
    rdfs:comment "TAG LATIN SMALL LETTER G"@en .

<http://lexvo.org/id/char/E0068> a lvont:Character ;
    lvont:represents "󠁨"^^xsd:string ;
    rdfs:comment "TAG LATIN SMALL LETTER H"@en .

<http://lexvo.org/id/char/E0069> a lvont:Character ;
    lvont:represents "󠁩"^^xsd:string ;
    rdfs:comment "TAG LATIN SMALL LETTER I"@en .

<http://lexvo.org/id/char/E006A> a lvont:Character ;
    lvont:represents "󠁪"^^xsd:string ;
    rdfs:comment "TAG LATIN SMALL LETTER J"@en .

<http://lexvo.org/id/char/E006B> a lvont:Character ;
    lvont:represents "󠁫"^^xsd:string ;
    rdfs:comment "TAG LATIN SMALL LETTER K"@en .

<http://lexvo.org/id/char/E006C> a lvont:Character ;
    lvont:represents "󠁬"^^xsd:string ;
    rdfs:comment "TAG LATIN SMALL LETTER L"@en .

<http://lexvo.org/id/char/E006D> a lvont:Character ;
    lvont:represents "󠁭"^^xsd:string ;
    rdfs:comment "TAG LATIN SMALL LETTER M"@en .

<http://lexvo.org/id/char/E006E> a lvont:Character ;
    lvont:represents "󠁮"^^xsd:string ;
    rdfs:comment "TAG LATIN SMALL LETTER N"@en .

<http://lexvo.org/id/char/E006F> a lvont:Character ;
    lvont:represents "󠁯"^^xsd:string ;
    rdfs:comment "TAG LATIN SMALL LETTER O"@en .

<http://lexvo.org/id/char/E0070> a lvont:Character ;
    lvont:represents "󠁰"^^xsd:string ;
    rdfs:comment "TAG LATIN SMALL LETTER P"@en .

<http://lexvo.org/id/char/E0071> a lvont:Character ;
    lvont:represents "󠁱"^^xsd:string ;
    rdfs:comment "TAG LATIN SMALL LETTER Q"@en .

<http://lexvo.org/id/char/E0072> a lvont:Character ;
    lvont:represents "󠁲"^^xsd:string ;
    rdfs:comment "TAG LATIN SMALL LETTER R"@en .

<http://lexvo.org/id/char/E0073> a lvont:Character ;
    lvont:represents "󠁳"^^xsd:string ;
    rdfs:comment "TAG LATIN SMALL LETTER S"@en .

<http://lexvo.org/id/char/E0074> a lvont:Character ;
    lvont:represents "󠁴"^^xsd:string ;
    rdfs:comment "TAG LATIN SMALL LETTER T"@en .

<http://lexvo.org/id/char/E0075> a lvont:Character ;
    lvont:represents "󠁵"^^xsd:string ;
    rdfs:comment "TAG LATIN SMALL LETTER U"@en .

<http://lexvo.org/id/char/E0076> a lvont:Character ;
    lvont:represents "󠁶"^^xsd:string ;
    rdfs:comment "TAG LATIN SMALL LETTER V"@en .

<http://lexvo.org/id/char/E0077> a lvont:Character ;
    lvont:represents "󠁷"^^xsd:string ;
    rdfs:comment "TAG LATIN SMALL LETTER W"@en .

<http://lexvo.org/id/char/E0078> a lvont:Character ;
    lvont:represents "󠁸"^^xsd:string ;
    rdfs:comment "TAG LATIN SMALL LETTER X"@en .

<http://lexvo.org/id/char/E0079> a lvont:Character ;
    lvont:represents "󠁹"^^xsd:string ;
    rdfs:comment "TAG LATIN SMALL LETTER Y"@en .

<http://lexvo.org/id/char/E007A> a lvont:Character ;
    lvont:represents "󠁺"^^xsd:string ;
    rdfs:comment "TAG LATIN SMALL LETTER Z"@en .

<http://lexvo.org/id/char/E007B> a lvont:Character ;
    lvont:represents "󠁻"^^xsd:string ;
    rdfs:comment "TAG LEFT CURLY BRACKET"@en .

<http://lexvo.org/id/char/E007C> a lvont:Character ;
    lvont:represents "󠁼"^^xsd:string ;
    rdfs:comment "TAG VERTICAL LINE"@en .

<http://lexvo.org/id/char/E007D> a lvont:Character ;
    lvont:represents "󠁽"^^xsd:string ;
    rdfs:comment "TAG RIGHT CURLY BRACKET"@en .

<http://lexvo.org/id/char/E007E> a lvont:Character ;
    lvont:represents "󠁾"^^xsd:string ;
    rdfs:comment "TAG TILDE"@en .

<http://lexvo.org/id/char/E007F> a lvont:Character ;
    lvont:represents "󠁿"^^xsd:string ;
    rdfs:comment "CANCEL TAG"@en .

<http://lexvo.org/id/char/E0100> a lvont:Character ;
    lvont:represents "󠄀"^^xsd:string ;
    rdfs:comment "VARIATION SELECTOR-17"@en .

<http://lexvo.org/id/char/E0101> a lvont:Character ;
    lvont:represents "󠄁"^^xsd:string ;
    rdfs:comment "VARIATION SELECTOR-18"@en .

<http://lexvo.org/id/char/E0102> a lvont:Character ;
    lvont:represents "󠄂"^^xsd:string ;
    rdfs:comment "VARIATION SELECTOR-19"@en .

<http://lexvo.org/id/char/E0103> a lvont:Character ;
    lvont:represents "󠄃"^^xsd:string ;
    rdfs:comment "VARIATION SELECTOR-20"@en .

<http://lexvo.org/id/char/E0104> a lvont:Character ;
    lvont:represents "󠄄"^^xsd:string ;
    rdfs:comment "VARIATION SELECTOR-21"@en .

<http://lexvo.org/id/char/E0105> a lvont:Character ;
    lvont:represents "󠄅"^^xsd:string ;
    rdfs:comment "VARIATION SELECTOR-22"@en .

<http://lexvo.org/id/char/E0106> a lvont:Character ;
    lvont:represents "󠄆"^^xsd:string ;
    rdfs:comment "VARIATION SELECTOR-23"@en .

<http://lexvo.org/id/char/E0107> a lvont:Character ;
    lvont:represents "󠄇"^^xsd:string ;
    rdfs:comment "VARIATION SELECTOR-24"@en .

<http://lexvo.org/id/char/E0108> a lvont:Character ;
    lvont:represents "󠄈"^^xsd:string ;
    rdfs:comment "VARIATION SELECTOR-25"@en .

<http://lexvo.org/id/char/E0109> a lvont:Character ;
    lvont:represents "󠄉"^^xsd:string ;
    rdfs:comment "VARIATION SELECTOR-26"@en .

<http://lexvo.org/id/char/E010A> a lvont:Character ;
    lvont:represents "󠄊"^^xsd:string ;
    rdfs:comment "VARIATION SELECTOR-27"@en .

<http://lexvo.org/id/char/E010B> a lvont:Character ;
    lvont:represents "󠄋"^^xsd:string ;
    rdfs:comment "VARIATION SELECTOR-28"@en .

<http://lexvo.org/id/char/E010C> a lvont:Character ;
    lvont:represents "󠄌"^^xsd:string ;
    rdfs:comment "VARIATION SELECTOR-29"@en .

<http://lexvo.org/id/char/E010D> a lvont:Character ;
    lvont:represents "󠄍"^^xsd:string ;
    rdfs:comment "VARIATION SELECTOR-30"@en .

<http://lexvo.org/id/char/E010E> a lvont:Character ;
    lvont:represents "󠄎"^^xsd:string ;
    rdfs:comment "VARIATION SELECTOR-31"@en .

<http://lexvo.org/id/char/E010F> a lvont:Character ;
    lvont:represents "󠄏"^^xsd:string ;
    rdfs:comment "VARIATION SELECTOR-32"@en .

<http://lexvo.org/id/char/E0110> a lvont:Character ;
    lvont:represents "󠄐"^^xsd:string ;
    rdfs:comment "VARIATION SELECTOR-33"@en .

<http://lexvo.org/id/char/E0111> a lvont:Character ;
    lvont:represents "󠄑"^^xsd:string ;
    rdfs:comment "VARIATION SELECTOR-34"@en .

<http://lexvo.org/id/char/E0112> a lvont:Character ;
    lvont:represents "󠄒"^^xsd:string ;
    rdfs:comment "VARIATION SELECTOR-35"@en .

<http://lexvo.org/id/char/E0113> a lvont:Character ;
    lvont:represents "󠄓"^^xsd:string ;
    rdfs:comment "VARIATION SELECTOR-36"@en .

<http://lexvo.org/id/char/E0114> a lvont:Character ;
    lvont:represents "󠄔"^^xsd:string ;
    rdfs:comment "VARIATION SELECTOR-37"@en .

<http://lexvo.org/id/char/E0115> a lvont:Character ;
    lvont:represents "󠄕"^^xsd:string ;
    rdfs:comment "VARIATION SELECTOR-38"@en .

<http://lexvo.org/id/char/E0116> a lvont:Character ;
    lvont:represents "󠄖"^^xsd:string ;
    rdfs:comment "VARIATION SELECTOR-39"@en .

<http://lexvo.org/id/char/E0117> a lvont:Character ;
    lvont:represents "󠄗"^^xsd:string ;
    rdfs:comment "VARIATION SELECTOR-40"@en .

<http://lexvo.org/id/char/E0118> a lvont:Character ;
    lvont:represents "󠄘"^^xsd:string ;
    rdfs:comment "VARIATION SELECTOR-41"@en .

<http://lexvo.org/id/char/E0119> a lvont:Character ;
    lvont:represents "󠄙"^^xsd:string ;
    rdfs:comment "VARIATION SELECTOR-42"@en .

<http://lexvo.org/id/char/E011A> a lvont:Character ;
    lvont:represents "󠄚"^^xsd:string ;
    rdfs:comment "VARIATION SELECTOR-43"@en .

<http://lexvo.org/id/char/E011B> a lvont:Character ;
    lvont:represents "󠄛"^^xsd:string ;
    rdfs:comment "VARIATION SELECTOR-44"@en .

<http://lexvo.org/id/char/E011C> a lvont:Character ;
    lvont:represents "󠄜"^^xsd:string ;
    rdfs:comment "VARIATION SELECTOR-45"@en .

<http://lexvo.org/id/char/E011D> a lvont:Character ;
    lvont:represents "󠄝"^^xsd:string ;
    rdfs:comment "VARIATION SELECTOR-46"@en .

<http://lexvo.org/id/char/E011E> a lvont:Character ;
    lvont:represents "󠄞"^^xsd:string ;
    rdfs:comment "VARIATION SELECTOR-47"@en .

<http://lexvo.org/id/char/E011F> a lvont:Character ;
    lvont:represents "󠄟"^^xsd:string ;
    rdfs:comment "VARIATION SELECTOR-48"@en .

<http://lexvo.org/id/char/E0120> a lvont:Character ;
    lvont:represents "󠄠"^^xsd:string ;
    rdfs:comment "VARIATION SELECTOR-49"@en .

<http://lexvo.org/id/char/E0121> a lvont:Character ;
    lvont:represents "󠄡"^^xsd:string ;
    rdfs:comment "VARIATION SELECTOR-50"@en .

<http://lexvo.org/id/char/E0122> a lvont:Character ;
    lvont:represents "󠄢"^^xsd:string ;
    rdfs:comment "VARIATION SELECTOR-51"@en .

<http://lexvo.org/id/char/E0123> a lvont:Character ;
    lvont:represents "󠄣"^^xsd:string ;
    rdfs:comment "VARIATION SELECTOR-52"@en .

<http://lexvo.org/id/char/E0124> a lvont:Character ;
    lvont:represents "󠄤"^^xsd:string ;
    rdfs:comment "VARIATION SELECTOR-53"@en .

<http://lexvo.org/id/char/E0125> a lvont:Character ;
    lvont:represents "󠄥"^^xsd:string ;
    rdfs:comment "VARIATION SELECTOR-54"@en .

<http://lexvo.org/id/char/E0126> a lvont:Character ;
    lvont:represents "󠄦"^^xsd:string ;
    rdfs:comment "VARIATION SELECTOR-55"@en .

<http://lexvo.org/id/char/E0127> a lvont:Character ;
    lvont:represents "󠄧"^^xsd:string ;
    rdfs:comment "VARIATION SELECTOR-56"@en .

<http://lexvo.org/id/char/E0128> a lvont:Character ;
    lvont:represents "󠄨"^^xsd:string ;
    rdfs:comment "VARIATION SELECTOR-57"@en .

<http://lexvo.org/id/char/E0129> a lvont:Character ;
    lvont:represents "󠄩"^^xsd:string ;
    rdfs:comment "VARIATION SELECTOR-58"@en .

<http://lexvo.org/id/char/E012A> a lvont:Character ;
    lvont:represents "󠄪"^^xsd:string ;
    rdfs:comment "VARIATION SELECTOR-59"@en .

<http://lexvo.org/id/char/E012B> a lvont:Character ;
    lvont:represents "󠄫"^^xsd:string ;
    rdfs:comment "VARIATION SELECTOR-60"@en .

<http://lexvo.org/id/char/E012C> a lvont:Character ;
    lvont:represents "󠄬"^^xsd:string ;
    rdfs:comment "VARIATION SELECTOR-61"@en .

<http://lexvo.org/id/char/E012D> a lvont:Character ;
    lvont:represents "󠄭"^^xsd:string ;
    rdfs:comment "VARIATION SELECTOR-62"@en .

<http://lexvo.org/id/char/E012E> a lvont:Character ;
    lvont:represents "󠄮"^^xsd:string ;
    rdfs:comment "VARIATION SELECTOR-63"@en .

<http://lexvo.org/id/char/E012F> a lvont:Character ;
    lvont:represents "󠄯"^^xsd:string ;
    rdfs:comment "VARIATION SELECTOR-64"@en .

<http://lexvo.org/id/char/E0130> a lvont:Character ;
    lvont:represents "󠄰"^^xsd:string ;
    rdfs:comment "VARIATION SELECTOR-65"@en .

<http://lexvo.org/id/char/E0131> a lvont:Character ;
    lvont:represents "󠄱"^^xsd:string ;
    rdfs:comment "VARIATION SELECTOR-66"@en .

<http://lexvo.org/id/char/E0132> a lvont:Character ;
    lvont:represents "󠄲"^^xsd:string ;
    rdfs:comment "VARIATION SELECTOR-67"@en .

<http://lexvo.org/id/char/E0133> a lvont:Character ;
    lvont:represents "󠄳"^^xsd:string ;
    rdfs:comment "VARIATION SELECTOR-68"@en .

<http://lexvo.org/id/char/E0134> a lvont:Character ;
    lvont:represents "󠄴"^^xsd:string ;
    rdfs:comment "VARIATION SELECTOR-69"@en .

<http://lexvo.org/id/char/E0135> a lvont:Character ;
    lvont:represents "󠄵"^^xsd:string ;
    rdfs:comment "VARIATION SELECTOR-70"@en .

<http://lexvo.org/id/char/E0136> a lvont:Character ;
    lvont:represents "󠄶"^^xsd:string ;
    rdfs:comment "VARIATION SELECTOR-71"@en .

<http://lexvo.org/id/char/E0137> a lvont:Character ;
    lvont:represents "󠄷"^^xsd:string ;
    rdfs:comment "VARIATION SELECTOR-72"@en .

<http://lexvo.org/id/char/E0138> a lvont:Character ;
    lvont:represents "󠄸"^^xsd:string ;
    rdfs:comment "VARIATION SELECTOR-73"@en .

<http://lexvo.org/id/char/E0139> a lvont:Character ;
    lvont:represents "󠄹"^^xsd:string ;
    rdfs:comment "VARIATION SELECTOR-74"@en .

<http://lexvo.org/id/char/E013A> a lvont:Character ;
    lvont:represents "󠄺"^^xsd:string ;
    rdfs:comment "VARIATION SELECTOR-75"@en .

<http://lexvo.org/id/char/E013B> a lvont:Character ;
    lvont:represents "󠄻"^^xsd:string ;
    rdfs:comment "VARIATION SELECTOR-76"@en .

<http://lexvo.org/id/char/E013C> a lvont:Character ;
    lvont:represents "󠄼"^^xsd:string ;
    rdfs:comment "VARIATION SELECTOR-77"@en .

<http://lexvo.org/id/char/E013D> a lvont:Character ;
    lvont:represents "󠄽"^^xsd:string ;
    rdfs:comment "VARIATION SELECTOR-78"@en .

<http://lexvo.org/id/char/E013E> a lvont:Character ;
    lvont:represents "󠄾"^^xsd:string ;
    rdfs:comment "VARIATION SELECTOR-79"@en .

<http://lexvo.org/id/char/E013F> a lvont:Character ;
    lvont:represents "󠄿"^^xsd:string ;
    rdfs:comment "VARIATION SELECTOR-80"@en .

<http://lexvo.org/id/char/E0140> a lvont:Character ;
    lvont:represents "󠅀"^^xsd:string ;
    rdfs:comment "VARIATION SELECTOR-81"@en .

<http://lexvo.org/id/char/E0141> a lvont:Character ;
    lvont:represents "󠅁"^^xsd:string ;
    rdfs:comment "VARIATION SELECTOR-82"@en .

<http://lexvo.org/id/char/E0142> a lvont:Character ;
    lvont:represents "󠅂"^^xsd:string ;
    rdfs:comment "VARIATION SELECTOR-83"@en .

<http://lexvo.org/id/char/E0143> a lvont:Character ;
    lvont:represents "󠅃"^^xsd:string ;
    rdfs:comment "VARIATION SELECTOR-84"@en .

<http://lexvo.org/id/char/E0144> a lvont:Character ;
    lvont:represents "󠅄"^^xsd:string ;
    rdfs:comment "VARIATION SELECTOR-85"@en .

<http://lexvo.org/id/char/E0145> a lvont:Character ;
    lvont:represents "󠅅"^^xsd:string ;
    rdfs:comment "VARIATION SELECTOR-86"@en .

<http://lexvo.org/id/char/E0146> a lvont:Character ;
    lvont:represents "󠅆"^^xsd:string ;
    rdfs:comment "VARIATION SELECTOR-87"@en .

<http://lexvo.org/id/char/E0147> a lvont:Character ;
    lvont:represents "󠅇"^^xsd:string ;
    rdfs:comment "VARIATION SELECTOR-88"@en .

<http://lexvo.org/id/char/E0148> a lvont:Character ;
    lvont:represents "󠅈"^^xsd:string ;
    rdfs:comment "VARIATION SELECTOR-89"@en .

<http://lexvo.org/id/char/E0149> a lvont:Character ;
    lvont:represents "󠅉"^^xsd:string ;
    rdfs:comment "VARIATION SELECTOR-90"@en .

<http://lexvo.org/id/char/E014A> a lvont:Character ;
    lvont:represents "󠅊"^^xsd:string ;
    rdfs:comment "VARIATION SELECTOR-91"@en .

<http://lexvo.org/id/char/E014B> a lvont:Character ;
    lvont:represents "󠅋"^^xsd:string ;
    rdfs:comment "VARIATION SELECTOR-92"@en .

<http://lexvo.org/id/char/E014C> a lvont:Character ;
    lvont:represents "󠅌"^^xsd:string ;
    rdfs:comment "VARIATION SELECTOR-93"@en .

<http://lexvo.org/id/char/E014D> a lvont:Character ;
    lvont:represents "󠅍"^^xsd:string ;
    rdfs:comment "VARIATION SELECTOR-94"@en .

<http://lexvo.org/id/char/E014E> a lvont:Character ;
    lvont:represents "󠅎"^^xsd:string ;
    rdfs:comment "VARIATION SELECTOR-95"@en .

<http://lexvo.org/id/char/E014F> a lvont:Character ;
    lvont:represents "󠅏"^^xsd:string ;
    rdfs:comment "VARIATION SELECTOR-96"@en .

<http://lexvo.org/id/char/E0150> a lvont:Character ;
    lvont:represents "󠅐"^^xsd:string ;
    rdfs:comment "VARIATION SELECTOR-97"@en .

<http://lexvo.org/id/char/E0151> a lvont:Character ;
    lvont:represents "󠅑"^^xsd:string ;
    rdfs:comment "VARIATION SELECTOR-98"@en .

<http://lexvo.org/id/char/E0152> a lvont:Character ;
    lvont:represents "󠅒"^^xsd:string ;
    rdfs:comment "VARIATION SELECTOR-99"@en .

<http://lexvo.org/id/char/E0153> a lvont:Character ;
    lvont:represents "󠅓"^^xsd:string ;
    rdfs:comment "VARIATION SELECTOR-100"@en .

<http://lexvo.org/id/char/E0154> a lvont:Character ;
    lvont:represents "󠅔"^^xsd:string ;
    rdfs:comment "VARIATION SELECTOR-101"@en .

<http://lexvo.org/id/char/E0155> a lvont:Character ;
    lvont:represents "󠅕"^^xsd:string ;
    rdfs:comment "VARIATION SELECTOR-102"@en .

<http://lexvo.org/id/char/E0156> a lvont:Character ;
    lvont:represents "󠅖"^^xsd:string ;
    rdfs:comment "VARIATION SELECTOR-103"@en .

<http://lexvo.org/id/char/E0157> a lvont:Character ;
    lvont:represents "󠅗"^^xsd:string ;
    rdfs:comment "VARIATION SELECTOR-104"@en .

<http://lexvo.org/id/char/E0158> a lvont:Character ;
    lvont:represents "󠅘"^^xsd:string ;
    rdfs:comment "VARIATION SELECTOR-105"@en .

<http://lexvo.org/id/char/E0159> a lvont:Character ;
    lvont:represents "󠅙"^^xsd:string ;
    rdfs:comment "VARIATION SELECTOR-106"@en .

<http://lexvo.org/id/char/E015A> a lvont:Character ;
    lvont:represents "󠅚"^^xsd:string ;
    rdfs:comment "VARIATION SELECTOR-107"@en .

<http://lexvo.org/id/char/E015B> a lvont:Character ;
    lvont:represents "󠅛"^^xsd:string ;
    rdfs:comment "VARIATION SELECTOR-108"@en .

<http://lexvo.org/id/char/E015C> a lvont:Character ;
    lvont:represents "󠅜"^^xsd:string ;
    rdfs:comment "VARIATION SELECTOR-109"@en .

<http://lexvo.org/id/char/E015D> a lvont:Character ;
    lvont:represents "󠅝"^^xsd:string ;
    rdfs:comment "VARIATION SELECTOR-110"@en .

<http://lexvo.org/id/char/E015E> a lvont:Character ;
    lvont:represents "󠅞"^^xsd:string ;
    rdfs:comment "VARIATION SELECTOR-111"@en .

<http://lexvo.org/id/char/E015F> a lvont:Character ;
    lvont:represents "󠅟"^^xsd:string ;
    rdfs:comment "VARIATION SELECTOR-112"@en .

<http://lexvo.org/id/char/E0160> a lvont:Character ;
    lvont:represents "󠅠"^^xsd:string ;
    rdfs:comment "VARIATION SELECTOR-113"@en .

<http://lexvo.org/id/char/E0161> a lvont:Character ;
    lvont:represents "󠅡"^^xsd:string ;
    rdfs:comment "VARIATION SELECTOR-114"@en .

<http://lexvo.org/id/char/E0162> a lvont:Character ;
    lvont:represents "󠅢"^^xsd:string ;
    rdfs:comment "VARIATION SELECTOR-115"@en .

<http://lexvo.org/id/char/E0163> a lvont:Character ;
    lvont:represents "󠅣"^^xsd:string ;
    rdfs:comment "VARIATION SELECTOR-116"@en .

<http://lexvo.org/id/char/E0164> a lvont:Character ;
    lvont:represents "󠅤"^^xsd:string ;
    rdfs:comment "VARIATION SELECTOR-117"@en .

<http://lexvo.org/id/char/E0165> a lvont:Character ;
    lvont:represents "󠅥"^^xsd:string ;
    rdfs:comment "VARIATION SELECTOR-118"@en .

<http://lexvo.org/id/char/E0166> a lvont:Character ;
    lvont:represents "󠅦"^^xsd:string ;
    rdfs:comment "VARIATION SELECTOR-119"@en .

<http://lexvo.org/id/char/E0167> a lvont:Character ;
    lvont:represents "󠅧"^^xsd:string ;
    rdfs:comment "VARIATION SELECTOR-120"@en .

<http://lexvo.org/id/char/E0168> a lvont:Character ;
    lvont:represents "󠅨"^^xsd:string ;
    rdfs:comment "VARIATION SELECTOR-121"@en .

<http://lexvo.org/id/char/E0169> a lvont:Character ;
    lvont:represents "󠅩"^^xsd:string ;
    rdfs:comment "VARIATION SELECTOR-122"@en .

<http://lexvo.org/id/char/E016A> a lvont:Character ;
    lvont:represents "󠅪"^^xsd:string ;
    rdfs:comment "VARIATION SELECTOR-123"@en .

<http://lexvo.org/id/char/E016B> a lvont:Character ;
    lvont:represents "󠅫"^^xsd:string ;
    rdfs:comment "VARIATION SELECTOR-124"@en .

<http://lexvo.org/id/char/E016C> a lvont:Character ;
    lvont:represents "󠅬"^^xsd:string ;
    rdfs:comment "VARIATION SELECTOR-125"@en .

<http://lexvo.org/id/char/E016D> a lvont:Character ;
    lvont:represents "󠅭"^^xsd:string ;
    rdfs:comment "VARIATION SELECTOR-126"@en .

<http://lexvo.org/id/char/E016E> a lvont:Character ;
    lvont:represents "󠅮"^^xsd:string ;
    rdfs:comment "VARIATION SELECTOR-127"@en .

<http://lexvo.org/id/char/E016F> a lvont:Character ;
    lvont:represents "󠅯"^^xsd:string ;
    rdfs:comment "VARIATION SELECTOR-128"@en .

<http://lexvo.org/id/char/E0170> a lvont:Character ;
    lvont:represents "󠅰"^^xsd:string ;
    rdfs:comment "VARIATION SELECTOR-129"@en .

<http://lexvo.org/id/char/E0171> a lvont:Character ;
    lvont:represents "󠅱"^^xsd:string ;
    rdfs:comment "VARIATION SELECTOR-130"@en .

<http://lexvo.org/id/char/E0172> a lvont:Character ;
    lvont:represents "󠅲"^^xsd:string ;
    rdfs:comment "VARIATION SELECTOR-131"@en .

<http://lexvo.org/id/char/E0173> a lvont:Character ;
    lvont:represents "󠅳"^^xsd:string ;
    rdfs:comment "VARIATION SELECTOR-132"@en .

<http://lexvo.org/id/char/E0174> a lvont:Character ;
    lvont:represents "󠅴"^^xsd:string ;
    rdfs:comment "VARIATION SELECTOR-133"@en .

<http://lexvo.org/id/char/E0175> a lvont:Character ;
    lvont:represents "󠅵"^^xsd:string ;
    rdfs:comment "VARIATION SELECTOR-134"@en .

<http://lexvo.org/id/char/E0176> a lvont:Character ;
    lvont:represents "󠅶"^^xsd:string ;
    rdfs:comment "VARIATION SELECTOR-135"@en .

<http://lexvo.org/id/char/E0177> a lvont:Character ;
    lvont:represents "󠅷"^^xsd:string ;
    rdfs:comment "VARIATION SELECTOR-136"@en .

<http://lexvo.org/id/char/E0178> a lvont:Character ;
    lvont:represents "󠅸"^^xsd:string ;
    rdfs:comment "VARIATION SELECTOR-137"@en .

<http://lexvo.org/id/char/E0179> a lvont:Character ;
    lvont:represents "󠅹"^^xsd:string ;
    rdfs:comment "VARIATION SELECTOR-138"@en .

<http://lexvo.org/id/char/E017A> a lvont:Character ;
    lvont:represents "󠅺"^^xsd:string ;
    rdfs:comment "VARIATION SELECTOR-139"@en .

<http://lexvo.org/id/char/E017B> a lvont:Character ;
    lvont:represents "󠅻"^^xsd:string ;
    rdfs:comment "VARIATION SELECTOR-140"@en .

<http://lexvo.org/id/char/E017C> a lvont:Character ;
    lvont:represents "󠅼"^^xsd:string ;
    rdfs:comment "VARIATION SELECTOR-141"@en .

<http://lexvo.org/id/char/E017D> a lvont:Character ;
    lvont:represents "󠅽"^^xsd:string ;
    rdfs:comment "VARIATION SELECTOR-142"@en .

<http://lexvo.org/id/char/E017E> a lvont:Character ;
    lvont:represents "󠅾"^^xsd:string ;
    rdfs:comment "VARIATION SELECTOR-143"@en .

<http://lexvo.org/id/char/E017F> a lvont:Character ;
    lvont:represents "󠅿"^^xsd:string ;
    rdfs:comment "VARIATION SELECTOR-144"@en .

<http://lexvo.org/id/char/E0180> a lvont:Character ;
    lvont:represents "󠆀"^^xsd:string ;
    rdfs:comment "VARIATION SELECTOR-145"@en .

<http://lexvo.org/id/char/E0181> a lvont:Character ;
    lvont:represents "󠆁"^^xsd:string ;
    rdfs:comment "VARIATION SELECTOR-146"@en .

<http://lexvo.org/id/char/E0182> a lvont:Character ;
    lvont:represents "󠆂"^^xsd:string ;
    rdfs:comment "VARIATION SELECTOR-147"@en .

<http://lexvo.org/id/char/E0183> a lvont:Character ;
    lvont:represents "󠆃"^^xsd:string ;
    rdfs:comment "VARIATION SELECTOR-148"@en .

<http://lexvo.org/id/char/E0184> a lvont:Character ;
    lvont:represents "󠆄"^^xsd:string ;
    rdfs:comment "VARIATION SELECTOR-149"@en .

<http://lexvo.org/id/char/E0185> a lvont:Character ;
    lvont:represents "󠆅"^^xsd:string ;
    rdfs:comment "VARIATION SELECTOR-150"@en .

<http://lexvo.org/id/char/E0186> a lvont:Character ;
    lvont:represents "󠆆"^^xsd:string ;
    rdfs:comment "VARIATION SELECTOR-151"@en .

<http://lexvo.org/id/char/E0187> a lvont:Character ;
    lvont:represents "󠆇"^^xsd:string ;
    rdfs:comment "VARIATION SELECTOR-152"@en .

<http://lexvo.org/id/char/E0188> a lvont:Character ;
    lvont:represents "󠆈"^^xsd:string ;
    rdfs:comment "VARIATION SELECTOR-153"@en .

<http://lexvo.org/id/char/E0189> a lvont:Character ;
    lvont:represents "󠆉"^^xsd:string ;
    rdfs:comment "VARIATION SELECTOR-154"@en .

<http://lexvo.org/id/char/E018A> a lvont:Character ;
    lvont:represents "󠆊"^^xsd:string ;
    rdfs:comment "VARIATION SELECTOR-155"@en .

<http://lexvo.org/id/char/E018B> a lvont:Character ;
    lvont:represents "󠆋"^^xsd:string ;
    rdfs:comment "VARIATION SELECTOR-156"@en .

<http://lexvo.org/id/char/E018C> a lvont:Character ;
    lvont:represents "󠆌"^^xsd:string ;
    rdfs:comment "VARIATION SELECTOR-157"@en .

<http://lexvo.org/id/char/E018D> a lvont:Character ;
    lvont:represents "󠆍"^^xsd:string ;
    rdfs:comment "VARIATION SELECTOR-158"@en .

<http://lexvo.org/id/char/E018E> a lvont:Character ;
    lvont:represents "󠆎"^^xsd:string ;
    rdfs:comment "VARIATION SELECTOR-159"@en .

<http://lexvo.org/id/char/E018F> a lvont:Character ;
    lvont:represents "󠆏"^^xsd:string ;
    rdfs:comment "VARIATION SELECTOR-160"@en .

<http://lexvo.org/id/char/E0190> a lvont:Character ;
    lvont:represents "󠆐"^^xsd:string ;
    rdfs:comment "VARIATION SELECTOR-161"@en .

<http://lexvo.org/id/char/E0191> a lvont:Character ;
    lvont:represents "󠆑"^^xsd:string ;
    rdfs:comment "VARIATION SELECTOR-162"@en .

<http://lexvo.org/id/char/E0192> a lvont:Character ;
    lvont:represents "󠆒"^^xsd:string ;
    rdfs:comment "VARIATION SELECTOR-163"@en .

<http://lexvo.org/id/char/E0193> a lvont:Character ;
    lvont:represents "󠆓"^^xsd:string ;
    rdfs:comment "VARIATION SELECTOR-164"@en .

<http://lexvo.org/id/char/E0194> a lvont:Character ;
    lvont:represents "󠆔"^^xsd:string ;
    rdfs:comment "VARIATION SELECTOR-165"@en .

<http://lexvo.org/id/char/E0195> a lvont:Character ;
    lvont:represents "󠆕"^^xsd:string ;
    rdfs:comment "VARIATION SELECTOR-166"@en .

<http://lexvo.org/id/char/E0196> a lvont:Character ;
    lvont:represents "󠆖"^^xsd:string ;
    rdfs:comment "VARIATION SELECTOR-167"@en .

<http://lexvo.org/id/char/E0197> a lvont:Character ;
    lvont:represents "󠆗"^^xsd:string ;
    rdfs:comment "VARIATION SELECTOR-168"@en .

<http://lexvo.org/id/char/E0198> a lvont:Character ;
    lvont:represents "󠆘"^^xsd:string ;
    rdfs:comment "VARIATION SELECTOR-169"@en .

<http://lexvo.org/id/char/E0199> a lvont:Character ;
    lvont:represents "󠆙"^^xsd:string ;
    rdfs:comment "VARIATION SELECTOR-170"@en .

<http://lexvo.org/id/char/E019A> a lvont:Character ;
    lvont:represents "󠆚"^^xsd:string ;
    rdfs:comment "VARIATION SELECTOR-171"@en .

<http://lexvo.org/id/char/E019B> a lvont:Character ;
    lvont:represents "󠆛"^^xsd:string ;
    rdfs:comment "VARIATION SELECTOR-172"@en .

<http://lexvo.org/id/char/E019C> a lvont:Character ;
    lvont:represents "󠆜"^^xsd:string ;
    rdfs:comment "VARIATION SELECTOR-173"@en .

<http://lexvo.org/id/char/E019D> a lvont:Character ;
    lvont:represents "󠆝"^^xsd:string ;
    rdfs:comment "VARIATION SELECTOR-174"@en .

<http://lexvo.org/id/char/E019E> a lvont:Character ;
    lvont:represents "󠆞"^^xsd:string ;
    rdfs:comment "VARIATION SELECTOR-175"@en .

<http://lexvo.org/id/char/E019F> a lvont:Character ;
    lvont:represents "󠆟"^^xsd:string ;
    rdfs:comment "VARIATION SELECTOR-176"@en .

<http://lexvo.org/id/char/E01A0> a lvont:Character ;
    lvont:represents "󠆠"^^xsd:string ;
    rdfs:comment "VARIATION SELECTOR-177"@en .

<http://lexvo.org/id/char/E01A1> a lvont:Character ;
    lvont:represents "󠆡"^^xsd:string ;
    rdfs:comment "VARIATION SELECTOR-178"@en .

<http://lexvo.org/id/char/E01A2> a lvont:Character ;
    lvont:represents "󠆢"^^xsd:string ;
    rdfs:comment "VARIATION SELECTOR-179"@en .

<http://lexvo.org/id/char/E01A3> a lvont:Character ;
    lvont:represents "󠆣"^^xsd:string ;
    rdfs:comment "VARIATION SELECTOR-180"@en .

<http://lexvo.org/id/char/E01A4> a lvont:Character ;
    lvont:represents "󠆤"^^xsd:string ;
    rdfs:comment "VARIATION SELECTOR-181"@en .

<http://lexvo.org/id/char/E01A5> a lvont:Character ;
    lvont:represents "󠆥"^^xsd:string ;
    rdfs:comment "VARIATION SELECTOR-182"@en .

<http://lexvo.org/id/char/E01A6> a lvont:Character ;
    lvont:represents "󠆦"^^xsd:string ;
    rdfs:comment "VARIATION SELECTOR-183"@en .

<http://lexvo.org/id/char/E01A7> a lvont:Character ;
    lvont:represents "󠆧"^^xsd:string ;
    rdfs:comment "VARIATION SELECTOR-184"@en .

<http://lexvo.org/id/char/E01A8> a lvont:Character ;
    lvont:represents "󠆨"^^xsd:string ;
    rdfs:comment "VARIATION SELECTOR-185"@en .

<http://lexvo.org/id/char/E01A9> a lvont:Character ;
    lvont:represents "󠆩"^^xsd:string ;
    rdfs:comment "VARIATION SELECTOR-186"@en .

<http://lexvo.org/id/char/E01AA> a lvont:Character ;
    lvont:represents "󠆪"^^xsd:string ;
    rdfs:comment "VARIATION SELECTOR-187"@en .

<http://lexvo.org/id/char/E01AB> a lvont:Character ;
    lvont:represents "󠆫"^^xsd:string ;
    rdfs:comment "VARIATION SELECTOR-188"@en .

<http://lexvo.org/id/char/E01AC> a lvont:Character ;
    lvont:represents "󠆬"^^xsd:string ;
    rdfs:comment "VARIATION SELECTOR-189"@en .

<http://lexvo.org/id/char/E01AD> a lvont:Character ;
    lvont:represents "󠆭"^^xsd:string ;
    rdfs:comment "VARIATION SELECTOR-190"@en .

<http://lexvo.org/id/char/E01AE> a lvont:Character ;
    lvont:represents "󠆮"^^xsd:string ;
    rdfs:comment "VARIATION SELECTOR-191"@en .

<http://lexvo.org/id/char/E01AF> a lvont:Character ;
    lvont:represents "󠆯"^^xsd:string ;
    rdfs:comment "VARIATION SELECTOR-192"@en .

<http://lexvo.org/id/char/E01B0> a lvont:Character ;
    lvont:represents "󠆰"^^xsd:string ;
    rdfs:comment "VARIATION SELECTOR-193"@en .

<http://lexvo.org/id/char/E01B1> a lvont:Character ;
    lvont:represents "󠆱"^^xsd:string ;
    rdfs:comment "VARIATION SELECTOR-194"@en .

<http://lexvo.org/id/char/E01B2> a lvont:Character ;
    lvont:represents "󠆲"^^xsd:string ;
    rdfs:comment "VARIATION SELECTOR-195"@en .

<http://lexvo.org/id/char/E01B3> a lvont:Character ;
    lvont:represents "󠆳"^^xsd:string ;
    rdfs:comment "VARIATION SELECTOR-196"@en .

<http://lexvo.org/id/char/E01B4> a lvont:Character ;
    lvont:represents "󠆴"^^xsd:string ;
    rdfs:comment "VARIATION SELECTOR-197"@en .

<http://lexvo.org/id/char/E01B5> a lvont:Character ;
    lvont:represents "󠆵"^^xsd:string ;
    rdfs:comment "VARIATION SELECTOR-198"@en .

<http://lexvo.org/id/char/E01B6> a lvont:Character ;
    lvont:represents "󠆶"^^xsd:string ;
    rdfs:comment "VARIATION SELECTOR-199"@en .

<http://lexvo.org/id/char/E01B7> a lvont:Character ;
    lvont:represents "󠆷"^^xsd:string ;
    rdfs:comment "VARIATION SELECTOR-200"@en .

<http://lexvo.org/id/char/E01B8> a lvont:Character ;
    lvont:represents "󠆸"^^xsd:string ;
    rdfs:comment "VARIATION SELECTOR-201"@en .

<http://lexvo.org/id/char/E01B9> a lvont:Character ;
    lvont:represents "󠆹"^^xsd:string ;
    rdfs:comment "VARIATION SELECTOR-202"@en .

<http://lexvo.org/id/char/E01BA> a lvont:Character ;
    lvont:represents "󠆺"^^xsd:string ;
    rdfs:comment "VARIATION SELECTOR-203"@en .

<http://lexvo.org/id/char/E01BB> a lvont:Character ;
    lvont:represents "󠆻"^^xsd:string ;
    rdfs:comment "VARIATION SELECTOR-204"@en .

<http://lexvo.org/id/char/E01BC> a lvont:Character ;
    lvont:represents "󠆼"^^xsd:string ;
    rdfs:comment "VARIATION SELECTOR-205"@en .

<http://lexvo.org/id/char/E01BD> a lvont:Character ;
    lvont:represents "󠆽"^^xsd:string ;
    rdfs:comment "VARIATION SELECTOR-206"@en .

<http://lexvo.org/id/char/E01BE> a lvont:Character ;
    lvont:represents "󠆾"^^xsd:string ;
    rdfs:comment "VARIATION SELECTOR-207"@en .

<http://lexvo.org/id/char/E01BF> a lvont:Character ;
    lvont:represents "󠆿"^^xsd:string ;
    rdfs:comment "VARIATION SELECTOR-208"@en .

<http://lexvo.org/id/char/E01C0> a lvont:Character ;
    lvont:represents "󠇀"^^xsd:string ;
    rdfs:comment "VARIATION SELECTOR-209"@en .

<http://lexvo.org/id/char/E01C1> a lvont:Character ;
    lvont:represents "󠇁"^^xsd:string ;
    rdfs:comment "VARIATION SELECTOR-210"@en .

<http://lexvo.org/id/char/E01C2> a lvont:Character ;
    lvont:represents "󠇂"^^xsd:string ;
    rdfs:comment "VARIATION SELECTOR-211"@en .

<http://lexvo.org/id/char/E01C3> a lvont:Character ;
    lvont:represents "󠇃"^^xsd:string ;
    rdfs:comment "VARIATION SELECTOR-212"@en .

<http://lexvo.org/id/char/E01C4> a lvont:Character ;
    lvont:represents "󠇄"^^xsd:string ;
    rdfs:comment "VARIATION SELECTOR-213"@en .

<http://lexvo.org/id/char/E01C5> a lvont:Character ;
    lvont:represents "󠇅"^^xsd:string ;
    rdfs:comment "VARIATION SELECTOR-214"@en .

<http://lexvo.org/id/char/E01C6> a lvont:Character ;
    lvont:represents "󠇆"^^xsd:string ;
    rdfs:comment "VARIATION SELECTOR-215"@en .

<http://lexvo.org/id/char/E01C7> a lvont:Character ;
    lvont:represents "󠇇"^^xsd:string ;
    rdfs:comment "VARIATION SELECTOR-216"@en .

<http://lexvo.org/id/char/E01C8> a lvont:Character ;
    lvont:represents "󠇈"^^xsd:string ;
    rdfs:comment "VARIATION SELECTOR-217"@en .

<http://lexvo.org/id/char/E01C9> a lvont:Character ;
    lvont:represents "󠇉"^^xsd:string ;
    rdfs:comment "VARIATION SELECTOR-218"@en .

<http://lexvo.org/id/char/E01CA> a lvont:Character ;
    lvont:represents "󠇊"^^xsd:string ;
    rdfs:comment "VARIATION SELECTOR-219"@en .

<http://lexvo.org/id/char/E01CB> a lvont:Character ;
    lvont:represents "󠇋"^^xsd:string ;
    rdfs:comment "VARIATION SELECTOR-220"@en .

<http://lexvo.org/id/char/E01CC> a lvont:Character ;
    lvont:represents "󠇌"^^xsd:string ;
    rdfs:comment "VARIATION SELECTOR-221"@en .

<http://lexvo.org/id/char/E01CD> a lvont:Character ;
    lvont:represents "󠇍"^^xsd:string ;
    rdfs:comment "VARIATION SELECTOR-222"@en .

<http://lexvo.org/id/char/E01CE> a lvont:Character ;
    lvont:represents "󠇎"^^xsd:string ;
    rdfs:comment "VARIATION SELECTOR-223"@en .

<http://lexvo.org/id/char/E01CF> a lvont:Character ;
    lvont:represents "󠇏"^^xsd:string ;
    rdfs:comment "VARIATION SELECTOR-224"@en .

<http://lexvo.org/id/char/E01D0> a lvont:Character ;
    lvont:represents "󠇐"^^xsd:string ;
    rdfs:comment "VARIATION SELECTOR-225"@en .

<http://lexvo.org/id/char/E01D1> a lvont:Character ;
    lvont:represents "󠇑"^^xsd:string ;
    rdfs:comment "VARIATION SELECTOR-226"@en .

<http://lexvo.org/id/char/E01D2> a lvont:Character ;
    lvont:represents "󠇒"^^xsd:string ;
    rdfs:comment "VARIATION SELECTOR-227"@en .

<http://lexvo.org/id/char/E01D3> a lvont:Character ;
    lvont:represents "󠇓"^^xsd:string ;
    rdfs:comment "VARIATION SELECTOR-228"@en .

<http://lexvo.org/id/char/E01D4> a lvont:Character ;
    lvont:represents "󠇔"^^xsd:string ;
    rdfs:comment "VARIATION SELECTOR-229"@en .

<http://lexvo.org/id/char/E01D5> a lvont:Character ;
    lvont:represents "󠇕"^^xsd:string ;
    rdfs:comment "VARIATION SELECTOR-230"@en .

<http://lexvo.org/id/char/E01D6> a lvont:Character ;
    lvont:represents "󠇖"^^xsd:string ;
    rdfs:comment "VARIATION SELECTOR-231"@en .

<http://lexvo.org/id/char/E01D7> a lvont:Character ;
    lvont:represents "󠇗"^^xsd:string ;
    rdfs:comment "VARIATION SELECTOR-232"@en .

<http://lexvo.org/id/char/E01D8> a lvont:Character ;
    lvont:represents "󠇘"^^xsd:string ;
    rdfs:comment "VARIATION SELECTOR-233"@en .

<http://lexvo.org/id/char/E01D9> a lvont:Character ;
    lvont:represents "󠇙"^^xsd:string ;
    rdfs:comment "VARIATION SELECTOR-234"@en .

<http://lexvo.org/id/char/E01DA> a lvont:Character ;
    lvont:represents "󠇚"^^xsd:string ;
    rdfs:comment "VARIATION SELECTOR-235"@en .

<http://lexvo.org/id/char/E01DB> a lvont:Character ;
    lvont:represents "󠇛"^^xsd:string ;
    rdfs:comment "VARIATION SELECTOR-236"@en .

<http://lexvo.org/id/char/E01DC> a lvont:Character ;
    lvont:represents "󠇜"^^xsd:string ;
    rdfs:comment "VARIATION SELECTOR-237"@en .

<http://lexvo.org/id/char/E01DD> a lvont:Character ;
    lvont:represents "󠇝"^^xsd:string ;
    rdfs:comment "VARIATION SELECTOR-238"@en .

<http://lexvo.org/id/char/E01DE> a lvont:Character ;
    lvont:represents "󠇞"^^xsd:string ;
    rdfs:comment "VARIATION SELECTOR-239"@en .

<http://lexvo.org/id/char/E01DF> a lvont:Character ;
    lvont:represents "󠇟"^^xsd:string ;
    rdfs:comment "VARIATION SELECTOR-240"@en .

<http://lexvo.org/id/char/E01E0> a lvont:Character ;
    lvont:represents "󠇠"^^xsd:string ;
    rdfs:comment "VARIATION SELECTOR-241"@en .

<http://lexvo.org/id/char/E01E1> a lvont:Character ;
    lvont:represents "󠇡"^^xsd:string ;
    rdfs:comment "VARIATION SELECTOR-242"@en .

<http://lexvo.org/id/char/E01E2> a lvont:Character ;
    lvont:represents "󠇢"^^xsd:string ;
    rdfs:comment "VARIATION SELECTOR-243"@en .

<http://lexvo.org/id/char/E01E3> a lvont:Character ;
    lvont:represents "󠇣"^^xsd:string ;
    rdfs:comment "VARIATION SELECTOR-244"@en .

<http://lexvo.org/id/char/E01E4> a lvont:Character ;
    lvont:represents "󠇤"^^xsd:string ;
    rdfs:comment "VARIATION SELECTOR-245"@en .

<http://lexvo.org/id/char/E01E5> a lvont:Character ;
    lvont:represents "󠇥"^^xsd:string ;
    rdfs:comment "VARIATION SELECTOR-246"@en .

<http://lexvo.org/id/char/E01E6> a lvont:Character ;
    lvont:represents "󠇦"^^xsd:string ;
    rdfs:comment "VARIATION SELECTOR-247"@en .

<http://lexvo.org/id/char/E01E7> a lvont:Character ;
    lvont:represents "󠇧"^^xsd:string ;
    rdfs:comment "VARIATION SELECTOR-248"@en .

<http://lexvo.org/id/char/E01E8> a lvont:Character ;
    lvont:represents "󠇨"^^xsd:string ;
    rdfs:comment "VARIATION SELECTOR-249"@en .

<http://lexvo.org/id/char/E01E9> a lvont:Character ;
    lvont:represents "󠇩"^^xsd:string ;
    rdfs:comment "VARIATION SELECTOR-250"@en .

<http://lexvo.org/id/char/E01EA> a lvont:Character ;
    lvont:represents "󠇪"^^xsd:string ;
    rdfs:comment "VARIATION SELECTOR-251"@en .

<http://lexvo.org/id/char/E01EB> a lvont:Character ;
    lvont:represents "󠇫"^^xsd:string ;
    rdfs:comment "VARIATION SELECTOR-252"@en .

<http://lexvo.org/id/char/E01EC> a lvont:Character ;
    lvont:represents "󠇬"^^xsd:string ;
    rdfs:comment "VARIATION SELECTOR-253"@en .

<http://lexvo.org/id/char/E01ED> a lvont:Character ;
    lvont:represents "󠇭"^^xsd:string ;
    rdfs:comment "VARIATION SELECTOR-254"@en .

<http://lexvo.org/id/char/E01EE> a lvont:Character ;
    lvont:represents "󠇮"^^xsd:string ;
    rdfs:comment "VARIATION SELECTOR-255"@en .

<http://lexvo.org/id/char/E01EF> a lvont:Character ;
    lvont:represents "󠇯"^^xsd:string ;
    rdfs:comment "VARIATION SELECTOR-256"@en .

<http://lexvo.org/id/char/F900> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/kor/%E8%B1%88>,
        <http://lexvo.org/id/term/kor/KAY>,
        "豈"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-F900"@en,
        "how? what?"@en .

<http://lexvo.org/id/char/F901> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/kor/%E6%9B%B4>,
        <http://lexvo.org/id/term/kor/KAYNG>,
        "更"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-F901"@en,
        "more, still further, much more"@en .

<http://lexvo.org/id/char/F903> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/kor/%E8%B3%88>,
        <http://lexvo.org/id/term/kor/KO>,
        "賈"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-F903"@en,
        "surname; merchant; buy, trade"@en .

<http://lexvo.org/id/char/F904> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/kor/%E6%BB%91>,
        <http://lexvo.org/id/term/kor/KOL>,
        "滑"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-F904"@en,
        "slip, slide; slippery, polished"@en .

<http://lexvo.org/id/char/F905> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/kor/%E4%B8%B2>,
        <http://lexvo.org/id/term/kor/KOC>,
        "串"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-F905"@en,
        "string; relatives; conspire"@en .

<http://lexvo.org/id/char/F906> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/kor/%E5%8F%A5>,
        <http://lexvo.org/id/term/kor/KWI>,
        "句"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-F906"@en,
        "sentence"@en .

<http://lexvo.org/id/char/F909> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/kor/%E5%A5%91>,
        <http://lexvo.org/id/term/kor/KUL>,
        "契"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-F909"@en,
        "deed, contract, bond; engrave"@en .

<http://lexvo.org/id/char/F90B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/kor/%E5%96%87>,
        <http://lexvo.org/id/term/kor/NA>,
        "喇"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-F90B"@en,
        "horn, bugle; lama; final particle"@en .

<http://lexvo.org/id/char/F90C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/kor/%E5%A5%88>,
        <http://lexvo.org/id/term/kor/NA>,
        "奈"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-F90C"@en,
        "but, how; bear, stand, endure"@en .

<http://lexvo.org/id/char/F90D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/kor/%E6%87%B6>,
        <http://lexvo.org/id/term/kor/NA>,
        "懶"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-F90D"@en,
        "lazy, languid, listless"@en .

<http://lexvo.org/id/char/F90E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%99%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%A0>,
        <http://lexvo.org/id/term/kor/%E7%99%A9>,
        <http://lexvo.org/id/term/kor/NA>,
        "癩"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-F90E"@en,
        "leprosy, scabies, mange; shoddy"@en .

<http://lexvo.org/id/char/F90F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/kor/%E7%BE%85>,
        <http://lexvo.org/id/term/kor/NA>,
        "羅"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-F90F"@en,
        "net for catching birds; gauze"@en .

<http://lexvo.org/id/char/F910> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/kor/%E8%98%BF>,
        <http://lexvo.org/id/term/kor/NA>,
        "蘿"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-F910"@en,
        "type of creeping plant; turnip"@en .

<http://lexvo.org/id/char/F911> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/kor/%E8%9E%BA>,
        <http://lexvo.org/id/term/kor/NA>,
        "螺"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-F911"@en,
        "spiral shell; conch; spiral"@en .

<http://lexvo.org/id/char/F912> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/kor/%E8%A3%B8>,
        <http://lexvo.org/id/term/kor/NA>,
        "裸"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-F912"@en,
        "bare, nude; undress, strip"@en .

<http://lexvo.org/id/char/F913> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/kor/%E9%82%8F>,
        <http://lexvo.org/id/term/kor/NA>,
        "邏"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-F913"@en,
        "patrol; inspect; watch"@en .

<http://lexvo.org/id/char/F914> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/kor/%E6%A8%82>,
        <http://lexvo.org/id/term/kor/NAK>,
        "樂"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-F914"@en,
        "happy, glad; enjoyable; music"@en .

<http://lexvo.org/id/char/F915> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/kor/%E6%B4%9B>,
        <http://lexvo.org/id/term/kor/NAK>,
        "洛"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-F915"@en,
        "river in Shanxi province; city"@en .

<http://lexvo.org/id/char/F916> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/kor/%E7%83%99>,
        <http://lexvo.org/id/term/kor/NAK>,
        "烙"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-F916"@en,
        "brand, burn; branding iron"@en .

<http://lexvo.org/id/char/F917> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/kor/%E7%8F%9E>,
        <http://lexvo.org/id/term/kor/NAK>,
        "珞"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-F917"@en,
        "kind of necklace"@en .

<http://lexvo.org/id/char/F918> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/kor/%E8%90%BD>,
        <http://lexvo.org/id/term/kor/NAK>,
        "落"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-F918"@en,
        "fall, drop; net income, surplus"@en .

<http://lexvo.org/id/char/F919> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/kor/%E9%85%AA>,
        <http://lexvo.org/id/term/kor/NAK>,
        "酪"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-F919"@en,
        "cream, cheese; koumiss"@en .

<http://lexvo.org/id/char/F91A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/kor/%E9%A7%B1>,
        <http://lexvo.org/id/term/kor/NAK>,
        "駱"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-F91A"@en,
        "white horse with black mane; camel"@en .

<http://lexvo.org/id/char/F91B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/kor/%E4%BA%82>,
        <http://lexvo.org/id/term/kor/NAN>,
        "亂"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-F91B"@en,
        "confusion, state of chaos; create chaos, revolt"@en .

<http://lexvo.org/id/char/F91C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/kor/%E5%8D%B5>,
        <http://lexvo.org/id/term/kor/NAN>,
        "卵"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-F91C"@en,
        "egg; ovum; roe; spawn"@en .

<http://lexvo.org/id/char/F91D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/kor/%E6%AC%84>,
        <http://lexvo.org/id/term/kor/NAN>,
        "欄"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-F91D"@en,
        "railing, balustrade; animal pan"@en .

<http://lexvo.org/id/char/F91E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/kor/%E7%88%9B>,
        <http://lexvo.org/id/term/kor/NAN>,
        "爛"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-F91E"@en,
        "rotten, spoiled, decayed"@en .

<http://lexvo.org/id/char/F91F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/kor/%E8%98%AD>,
        <http://lexvo.org/id/term/kor/NAN>,
        "蘭"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-F91F"@en,
        "orchid; elegant, graceful"@en .

<http://lexvo.org/id/char/F920> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/kor/%E9%B8%9E>,
        <http://lexvo.org/id/term/kor/NAN>,
        "鸞"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-F920"@en,
        "fabulous bird"@en .

<http://lexvo.org/id/char/F921> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/kor/%E5%B5%90>,
        <http://lexvo.org/id/term/kor/NAM>,
        "嵐"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-F921"@en,
        "mountain mist, mountain haze"@en .

<http://lexvo.org/id/char/F922> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/kor/%E6%BF%AB>,
        <http://lexvo.org/id/term/kor/NAM>,
        "濫"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-F922"@en,
        "flood, overflow; excessive"@en .

<http://lexvo.org/id/char/F923> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/kor/%E8%97%8D>,
        <http://lexvo.org/id/term/kor/NAM>,
        "藍"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-F923"@en,
        "blue; indigo plant; surname"@en .

<http://lexvo.org/id/char/F924> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/kor/%E8%A5%A4>,
        <http://lexvo.org/id/term/kor/NAM>,
        "襤"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-F924"@en,
        "ragged, tattered, threadbare"@en .

<http://lexvo.org/id/char/F925> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/kor/%E6%8B%89>,
        <http://lexvo.org/id/term/kor/NAP>,
        "拉"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-F925"@en,
        "pull, drag; seize, hold; lengthen"@en .

<http://lexvo.org/id/char/F926> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/kor/%E8%87%98>,
        <http://lexvo.org/id/term/kor/NAP>,
        "臘"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-F926"@en,
        "year end sacrifice; dried meat"@en .

<http://lexvo.org/id/char/F927> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/kor/%E8%A0%9F>,
        <http://lexvo.org/id/term/kor/NAP>,
        "蠟"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-F927"@en,
        "wax; candle; waxy, glazed"@en .

<http://lexvo.org/id/char/F928> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/kor/%E5%BB%8A>,
        <http://lexvo.org/id/term/kor/NANG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/long4>,
        <http://lexvo.org/id/term/yue/%E5%BB%8A>,
        "廊"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-F928"@en,
        "corridor, porch, veranda"@en .

<http://lexvo.org/id/char/F929> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/kor/%E6%9C%97>,
        <http://lexvo.org/id/term/kor/NANG>,
        "朗"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-F929"@en,
        "clear, bright; distinct"@en .

<http://lexvo.org/id/char/F92A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/kor/%E6%B5%AA>,
        <http://lexvo.org/id/term/kor/NANG>,
        "浪"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-F92A"@en,
        "wave; wasteful, reckless"@en .

<http://lexvo.org/id/char/F92B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/kor/%E7%8B%BC>,
        <http://lexvo.org/id/term/kor/NANG>,
        "狼"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-F92B"@en,
        "wolf"@en .

<http://lexvo.org/id/char/F92C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/kor/%E9%83%8E>,
        <http://lexvo.org/id/term/kor/NANG>,
        "郎"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-F92C"@en,
        "gentleman, young man; husband"@en .

<http://lexvo.org/id/char/F92D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/kor/%E4%BE%86>,
        <http://lexvo.org/id/term/kor/NAY>,
        "來"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-F92D"@en,
        "come, coming; return, returning"@en .

<http://lexvo.org/id/char/F92E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/kor/%E5%86%B7>,
        <http://lexvo.org/id/term/kor/NAYNG>,
        "冷"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-F92E"@en,
        "cold, cool; lonely"@en .

<http://lexvo.org/id/char/F92F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/kor/%E5%8B%9E>,
        <http://lexvo.org/id/term/kor/NO>,
        "勞"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-F92F"@en,
        "labor, toil, do manual work"@en .

<http://lexvo.org/id/char/F930> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/kor/%E6%93%84>,
        <http://lexvo.org/id/term/kor/NO>,
        "擄"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-F930"@en,
        "capture, seize"@en .

<http://lexvo.org/id/char/F931> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/kor/%E6%AB%93>,
        <http://lexvo.org/id/term/kor/NO>,
        "櫓"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-F931"@en,
        "oar, scull; row"@en .

<http://lexvo.org/id/char/F932> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/kor/%E7%88%90>,
        <http://lexvo.org/id/term/kor/NO>,
        "爐"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-F932"@en,
        "fireplace, stove, oven, furnace"@en .

<http://lexvo.org/id/char/F933> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/kor/%E7%9B%A7>,
        <http://lexvo.org/id/term/kor/NO>,
        "盧"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-F933"@en,
        "cottage, hut; surname; black"@en .

<http://lexvo.org/id/char/F935> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/kor/%E8%98%86>,
        <http://lexvo.org/id/term/kor/NO>,
        "蘆"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-F935"@en,
        "rushes, reeds"@en .

<http://lexvo.org/id/char/F936> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/kor/%E8%99%9C>,
        <http://lexvo.org/id/term/kor/NO>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lou5>,
        <http://lexvo.org/id/term/yue/%E8%99%9C>,
        "虜"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-F936"@en,
        "capture, imprison, seize; prison"@en .

<http://lexvo.org/id/char/F937> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/kor/%E8%B7%AF>,
        <http://lexvo.org/id/term/kor/NO>,
        "路"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-F937"@en,
        "road, path, street; journey"@en .

<http://lexvo.org/id/char/F938> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/kor/%E9%9C%B2>,
        <http://lexvo.org/id/term/kor/NO>,
        "露"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-F938"@en,
        "dew; bare, open, exposed"@en .

<http://lexvo.org/id/char/F939> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/kor/%E9%AD%AF>,
        <http://lexvo.org/id/term/kor/NO>,
        "魯"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-F939"@en,
        "foolish, stupid, rash; vulgar"@en .

<http://lexvo.org/id/char/F93A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/kor/%E9%B7%BA>,
        <http://lexvo.org/id/term/kor/NO>,
        "鷺"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-F93A"@en,
        "heron, egret"@en .

<http://lexvo.org/id/char/F93B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/kor/%E7%A2%8C>,
        <http://lexvo.org/id/term/kor/NOK>,
        "碌"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-F93B"@en,
        "rough, uneven, rocky; mediocre"@en .

<http://lexvo.org/id/char/F93C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/kor/%E7%A5%BF>,
        <http://lexvo.org/id/term/kor/NOK>,
        "祿"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-F93C"@en,
        "blessing, happiness, prosperity"@en .

<http://lexvo.org/id/char/F93D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/kor/%E7%B6%A0>,
        <http://lexvo.org/id/term/kor/NOK>,
        "綠"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-F93D"@en,
        "green; chlorine"@en .

<http://lexvo.org/id/char/F93E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/kor/%E8%8F%89>,
        <http://lexvo.org/id/term/kor/NOK>,
        "菉"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-F93E"@en,
        "the green bamboo; greenish bamboo"@en .

<http://lexvo.org/id/char/F93F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/kor/%E9%8C%84>,
        <http://lexvo.org/id/term/kor/NOK>,
        "錄"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-F93F"@en,
        "copy, write down, record"@en .

<http://lexvo.org/id/char/F941> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/kor/%E8%AB%96>,
        <http://lexvo.org/id/term/kor/NON>,
        "論"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-F941"@en,
        "debate; discuss; discourse"@en .

<http://lexvo.org/id/char/F942> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/kor/%E5%A3%9F>,
        <http://lexvo.org/id/term/kor/NONG>,
        "壟"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-F942"@en,
        "grave, mound; ridge in field"@en .

<http://lexvo.org/id/char/F943> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/kor/%E5%BC%84>,
        <http://lexvo.org/id/term/kor/NONG>,
        "弄"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-F943"@en,
        "do, play or fiddle with; alley"@en .

<http://lexvo.org/id/char/F944> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/kor/%E7%B1%A0>,
        <http://lexvo.org/id/term/kor/NONG>,
        "籠"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-F944"@en,
        "cage; cage-like basket"@en .

<http://lexvo.org/id/char/F945> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/kor/%E8%81%BE>,
        <http://lexvo.org/id/term/kor/NONG>,
        "聾"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-F945"@en,
        "deaf"@en .

<http://lexvo.org/id/char/F946> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/kor/%E7%89%A2>,
        <http://lexvo.org/id/term/kor/NOY>,
        "牢"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-F946"@en,
        "prison; stable, pen; secure"@en .

<http://lexvo.org/id/char/F947> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/kor/%E7%A3%8A>,
        <http://lexvo.org/id/term/kor/NOY>,
        "磊"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-F947"@en,
        "pile of rocks or stones; great"@en .

<http://lexvo.org/id/char/F948> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/kor/%E8%B3%82>,
        <http://lexvo.org/id/term/kor/NOY>,
        "賂"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-F948"@en,
        "bribe; give present"@en .

<http://lexvo.org/id/char/F949> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/kor/%E9%9B%B7>,
        <http://lexvo.org/id/term/kor/NOY>,
        "雷"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-F949"@en,
        "thunder"@en .

<http://lexvo.org/id/char/F94A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/kor/%E5%A3%98>,
        <http://lexvo.org/id/term/kor/NWU>,
        "壘"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-F94A"@en,
        "rampart, military wall"@en .

<http://lexvo.org/id/char/F94B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/kor/%E5%B1%A2>,
        <http://lexvo.org/id/term/kor/NWU>,
        "屢"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-F94B"@en,
        "frequently, often, again and again"@en .

<http://lexvo.org/id/char/F94C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/kor/%E6%A8%93>,
        <http://lexvo.org/id/term/kor/NWU>,
        "樓"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-F94C"@en,
        "building of two or more stories"@en .

<http://lexvo.org/id/char/F94D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/kor/%E6%B7%9A>,
        <http://lexvo.org/id/term/kor/NWU>,
        "淚"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-F94D"@en,
        "tears; weep, cry"@en .

<http://lexvo.org/id/char/F94E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/kor/%E6%BC%8F>,
        <http://lexvo.org/id/term/kor/NWU>,
        "漏"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-F94E"@en,
        "leak, drip; funnel; hour glass"@en .

<http://lexvo.org/id/char/F94F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/kor/%E7%B4%AF>,
        <http://lexvo.org/id/term/kor/NWU>,
        "累"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-F94F"@en,
        "tired; implicate, involve; bother"@en .

<http://lexvo.org/id/char/F950> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/kor/%E7%B8%B7>,
        <http://lexvo.org/id/term/kor/NWU>,
        "縷"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-F950"@en,
        "thread; detailed, precise"@en .

<http://lexvo.org/id/char/F951> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/kor/%E9%99%8B>,
        <http://lexvo.org/id/term/kor/NWU>,
        "陋"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-F951"@en,
        "narrow; crude, coarse; ugly"@en .

<http://lexvo.org/id/char/F952> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/kor/%E5%8B%92>,
        <http://lexvo.org/id/term/kor/NUK>,
        "勒"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-F952"@en,
        "strangle, tighten"@en .

<http://lexvo.org/id/char/F953> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/kor/%E8%82%8B>,
        <http://lexvo.org/id/term/kor/NUK>,
        "肋"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-F953"@en,
        "ribs; chest"@en .

<http://lexvo.org/id/char/F954> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/kor/%E5%87%9C>,
        <http://lexvo.org/id/term/kor/NUM>,
        "凜"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-F954"@en,
        "shiver with cold or fear, fearful"@en .

<http://lexvo.org/id/char/F955> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/kor/%E5%87%8C>,
        <http://lexvo.org/id/term/kor/NUNG>,
        "凌"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-F955"@en,
        "pure; virtuous; insult; maltreat"@en .

<http://lexvo.org/id/char/F956> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/kor/%E7%A8%9C>,
        <http://lexvo.org/id/term/kor/NUNG>,
        "稜"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-F956"@en,
        "corner, edge, angle; square block"@en .

<http://lexvo.org/id/char/F957> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/kor/%E7%B6%BE>,
        <http://lexvo.org/id/term/kor/NUNG>,
        "綾"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-F957"@en,
        "thin silk, damask silk"@en .

<http://lexvo.org/id/char/F958> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/kor/%E8%8F%B1>,
        <http://lexvo.org/id/term/kor/NUNG>,
        "菱"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-F958"@en,
        "water-chestnut, water caltrop"@en .

<http://lexvo.org/id/char/F959> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/kor/%E9%99%B5>,
        <http://lexvo.org/id/term/kor/NUNG>,
        "陵"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-F959"@en,
        "hill, mound; mausoleum"@en .

<http://lexvo.org/id/char/F95A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/kor/%E8%AE%80>,
        <http://lexvo.org/id/term/kor/TWU>,
        "讀"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-F95A"@en,
        "read, study; pronounce"@en .

<http://lexvo.org/id/char/F95B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/kor/%E6%8B%8F>,
        <http://lexvo.org/id/term/kor/LA>,
        "拏"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-F95B"@en,
        "take; bring; grasp, hold; arrest"@en .

<http://lexvo.org/id/char/F95C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/kor/%E6%A8%82>,
        <http://lexvo.org/id/term/kor/LAK>,
        "樂"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-F95C"@en,
        "happy, glad; enjoyable; music"@en .

<http://lexvo.org/id/char/F95D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/kor/%E8%AB%BE>,
        <http://lexvo.org/id/term/kor/LAK>,
        "諾"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-F95D"@en,
        "promise; assent, approve"@en .

<http://lexvo.org/id/char/F95E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/kor/%E4%B8%B9>,
        <http://lexvo.org/id/term/kor/LAN>,
        "丹"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-F95E"@en,
        "cinnabar (native HgS); vermilion (artificial HgS used as pigment)"@en .

<http://lexvo.org/id/char/F95F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/kor/%E5%AF%A7>,
        <http://lexvo.org/id/term/kor/LYENG>,
        "寧"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-F95F"@en,
        "repose, serenity, peace; peaceful"@en .

<http://lexvo.org/id/char/F960> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/kor/%E6%80%92>,
        <http://lexvo.org/id/term/kor/LO>,
        "怒"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-F960"@en,
        "anger, rage, passion; angry"@en .

<http://lexvo.org/id/char/F961> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/kor/%E7%8E%87>,
        <http://lexvo.org/id/term/kor/LYUL>,
        "率"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-F961"@en,
        "to lead; ratio; rate; limit"@en .

<http://lexvo.org/id/char/F962> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/kor/%E7%95%B0>,
        <http://lexvo.org/id/term/kor/LI>,
        "異"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-F962"@en,
        "different, unusual, strange"@en .

<http://lexvo.org/id/char/F963> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/kor/%E5%8C%97>,
        <http://lexvo.org/id/term/kor/PEY>,
        "北"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-F963"@en,
        "north; northern; northward"@en .

<http://lexvo.org/id/char/F964> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/kor/%E7%A3%BB>,
        <http://lexvo.org/id/term/kor/PEN>,
        "磻"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-F964"@en,
        "a tributary of the Wei river in Shanxi"@en .

<http://lexvo.org/id/char/F965> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/kor/%E4%BE%BF>,
        <http://lexvo.org/id/term/kor/PYEN>,
        "便"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-F965"@en,
        "convenience, ease; expedient"@en .

<http://lexvo.org/id/char/F966> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/kor/%E5%BE%A9>,
        <http://lexvo.org/id/term/kor/PWU>,
        "復"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-F966"@en,
        "return; repeat; repeatedly"@en .

<http://lexvo.org/id/char/F967> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/kor/%E4%B8%8D>,
        <http://lexvo.org/id/term/kor/PWUL>,
        "不"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-F967"@en,
        "no, not; un-; negative prefix"@en .

<http://lexvo.org/id/char/F968> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/kor/%E6%B3%8C>,
        <http://lexvo.org/id/term/kor/PI>,
        "泌"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-F968"@en,
        "to seep out, excrete"@en .

<http://lexvo.org/id/char/F969> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/kor/%E6%95%B8>,
        <http://lexvo.org/id/term/kor/SAK>,
        "數"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-F969"@en,
        "number; several; count; fate"@en .

<http://lexvo.org/id/char/F96A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/kor/%E7%B4%A2>,
        <http://lexvo.org/id/term/kor/SAK>,
        "索"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-F96A"@en,
        "large rope, cable; rules, laws"@en .

<http://lexvo.org/id/char/F96B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/kor/%E5%8F%83>,
        <http://lexvo.org/id/term/kor/SAM>,
        "參"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-F96B"@en,
        "take part in, intervene"@en .

<http://lexvo.org/id/char/F96C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/kor/%E5%A1%9E>,
        <http://lexvo.org/id/term/kor/SAYK>,
        "塞"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-F96C"@en,
        "stop up, block. seal, cork"@en .

<http://lexvo.org/id/char/F96D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/kor/%E7%9C%81>,
        <http://lexvo.org/id/term/kor/SAYNG>,
        "省"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-F96D"@en,
        "province; save, economize"@en .

<http://lexvo.org/id/char/F96E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/kor/%E8%91%89>,
        <http://lexvo.org/id/term/kor/SEP>,
        "葉"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-F96E"@en,
        "leaf, petal; page of book; period"@en .

<http://lexvo.org/id/char/F96F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/kor/%E8%AA%AA>,
        <http://lexvo.org/id/term/kor/SEY>,
        "說"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-F96F"@en,
        "speak, say, talk; scold, upbraid"@en .

<http://lexvo.org/id/char/F970> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/kor/%E6%AE%BA>,
        <http://lexvo.org/id/term/kor/SWAY>,
        "殺"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-F970"@en,
        "kill, slaughter, murder; hurt"@en .

<http://lexvo.org/id/char/F972> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/kor/%E6%B2%88>,
        <http://lexvo.org/id/term/kor/SIM>,
        "沈"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-F972"@en,
        "sink, submerge; addicted to; name"@en .

<http://lexvo.org/id/char/F973> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/kor/%E6%8B%BE>,
        <http://lexvo.org/id/term/kor/SIP>,
        "拾"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-F973"@en,
        "pick up, collect, tidy up; ten"@en .

<http://lexvo.org/id/char/F974> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/kor/%E8%8B%A5>,
        <http://lexvo.org/id/term/kor/YA>,
        "若"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-F974"@en,
        "if, supposing, assuming; similar"@en .

<http://lexvo.org/id/char/F975> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/kor/%E6%8E%A0>,
        <http://lexvo.org/id/term/kor/YAK>,
        "掠"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-F975"@en,
        "rob, ransack, plunder; pass by"@en .

<http://lexvo.org/id/char/F976> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/kor/%E7%95%A5>,
        <http://lexvo.org/id/term/kor/YAK>,
        "略"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-F976"@en,
        "approximately, roughly; outline"@en .

<http://lexvo.org/id/char/F977> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/kor/%E4%BA%AE>,
        <http://lexvo.org/id/term/kor/YANG>,
        "亮"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-F977"@en,
        "bright, brilliant, radiant, light"@en .

<http://lexvo.org/id/char/F978> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/kor/%E5%85%A9>,
        <http://lexvo.org/id/term/kor/YANG>,
        "兩"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-F978"@en,
        "two, both, pair, couple; ounce"@en .

<http://lexvo.org/id/char/F979> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/kor/%E5%87%89>,
        <http://lexvo.org/id/term/kor/YANG>,
        "凉"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-F979"@en,
        "cool, cold; disheartened"@en .

<http://lexvo.org/id/char/F97A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/kor/%E6%A2%81>,
        <http://lexvo.org/id/term/kor/YANG>,
        "梁"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-F97A"@en,
        "bridge; beam; rafters; surname"@en .

<http://lexvo.org/id/char/F97B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/kor/%E7%B3%A7>,
        <http://lexvo.org/id/term/kor/YANG>,
        "糧"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-F97B"@en,
        "food, grain, provisions"@en .

<http://lexvo.org/id/char/F97C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/kor/%E8%89%AF>,
        <http://lexvo.org/id/term/kor/YANG>,
        "良"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-F97C"@en,
        "good, virtuous, respectable"@en .

<http://lexvo.org/id/char/F97D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/kor/%E8%AB%92>,
        <http://lexvo.org/id/term/kor/YANG>,
        "諒"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-F97D"@en,
        "excuse, forgive; guess, presume"@en .

<http://lexvo.org/id/char/F97E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/kor/%E9%87%8F>,
        <http://lexvo.org/id/term/kor/YANG>,
        "量"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-F97E"@en,
        "measure, quantity, capacity"@en .

<http://lexvo.org/id/char/F97F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/kor/%E5%8B%B5>,
        <http://lexvo.org/id/term/kor/YE>,
        "勵"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-F97F"@en,
        "strive; encourage"@en .

<http://lexvo.org/id/char/F980> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/kor/%E5%91%82>,
        <http://lexvo.org/id/term/kor/YE>,
        "呂"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-F980"@en,
        "surname; a musical note"@en .

<http://lexvo.org/id/char/F982> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/kor/%E5%BB%AC>,
        <http://lexvo.org/id/term/kor/YE>,
        "廬"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-F982"@en,
        "hut, cottage; name of a mountain"@en .

<http://lexvo.org/id/char/F983> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/kor/%E6%97%85>,
        <http://lexvo.org/id/term/kor/YE>,
        "旅"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-F983"@en,
        "trip, journey; travel; traveler"@en .

<http://lexvo.org/id/char/F984> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/kor/%E6%BF%BE>,
        <http://lexvo.org/id/term/kor/YE>,
        "濾"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-F984"@en,
        "strain out, filter"@en .

<http://lexvo.org/id/char/F985> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/kor/%E7%A4%AA>,
        <http://lexvo.org/id/term/kor/YE>,
        "礪"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-F985"@en,
        "whetstone; sharpen"@en .

<http://lexvo.org/id/char/F986> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/kor/%E9%96%AD>,
        <http://lexvo.org/id/term/kor/YE>,
        "閭"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-F986"@en,
        "village of twenty-five families"@en .

<http://lexvo.org/id/char/F987> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/kor/%E9%A9%AA>,
        <http://lexvo.org/id/term/kor/YE>,
        "驪"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-F987"@en,
        "a pure black horse; a pair of horses"@en .

<http://lexvo.org/id/char/F988> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/kor/%E9%BA%97>,
        <http://lexvo.org/id/term/kor/YE>,
        "麗"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-F988"@en,
        "beautiful, magnificent, elegant"@en .

<http://lexvo.org/id/char/F989> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/kor/%E9%BB%8E>,
        <http://lexvo.org/id/term/kor/YE>,
        "黎"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-F989"@en,
        "surname; numerous, many; black"@en .

<http://lexvo.org/id/char/F98B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/kor/%E6%9B%86>,
        <http://lexvo.org/id/term/kor/YEK>,
        "曆"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-F98B"@en,
        "calendar, era"@en .

<http://lexvo.org/id/char/F98C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/kor/%E6%AD%B7>,
        <http://lexvo.org/id/term/kor/YEK>,
        "歷"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-F98C"@en,
        "take place, past, history"@en .

<http://lexvo.org/id/char/F98D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/kor/%E8%BD%A2>,
        <http://lexvo.org/id/term/kor/YEK>,
        "轢"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-F98D"@en,
        "run over something with a vehicle"@en .

<http://lexvo.org/id/char/F98E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/kor/%E5%B9%B4>,
        <http://lexvo.org/id/term/kor/YEN>,
        "年"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-F98E"@en,
        "year; new-years; person's age"@en .

<http://lexvo.org/id/char/F98F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/kor/%E6%86%90>,
        <http://lexvo.org/id/term/kor/YEN>,
        "憐"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-F98F"@en,
        "pity, sympathize"@en .

<http://lexvo.org/id/char/F990> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/kor/%E6%88%80>,
        <http://lexvo.org/id/term/kor/YEN>,
        "戀"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-F990"@en,
        "love; long for, yearn for; love"@en .

<http://lexvo.org/id/char/F991> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/kor/%E6%92%9A>,
        <http://lexvo.org/id/term/kor/YEN>,
        "撚"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-F991"@en,
        "twirl in fingers, tease, toy with"@en .

<http://lexvo.org/id/char/F992> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/kor/%E6%BC%A3>,
        <http://lexvo.org/id/term/kor/YEN>,
        "漣"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-F992"@en,
        "flowing water; ripples; weeping"@en .

<http://lexvo.org/id/char/F993> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/kor/%E7%85%89>,
        <http://lexvo.org/id/term/kor/YEN>,
        "煉"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-F993"@en,
        "smelt, refine; distill, condense"@en .

<http://lexvo.org/id/char/F994> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/kor/%E7%92%89>,
        <http://lexvo.org/id/term/kor/YEN>,
        "璉"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-F994"@en,
        "vessel used to hold grain offerings"@en .

<http://lexvo.org/id/char/F995> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/kor/%E7%A7%8A>,
        <http://lexvo.org/id/term/kor/YEN>,
        "秊"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-F995"@en,
        "year; new-years; person's age"@en .

<http://lexvo.org/id/char/F996> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/kor/%E7%B7%B4>,
        <http://lexvo.org/id/term/kor/YEN>,
        "練"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-F996"@en,
        "practice, drill, exercise, train"@en .

<http://lexvo.org/id/char/F997> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/kor/%E8%81%AF>,
        <http://lexvo.org/id/term/kor/YEN>,
        "聯"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-F997"@en,
        "connect, join; associate, ally"@en .

<http://lexvo.org/id/char/F998> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/kor/%E8%BC%A6>,
        <http://lexvo.org/id/term/kor/YEN>,
        "輦"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-F998"@en,
        "a hand-cart; to transport by carriage"@en .

<http://lexvo.org/id/char/F999> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/kor/%E8%93%AE>,
        <http://lexvo.org/id/term/kor/YEN>,
        "蓮"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-F999"@en,
        "lotus, water lily; paradise"@en .

<http://lexvo.org/id/char/F99A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/kor/%E9%80%A3>,
        <http://lexvo.org/id/term/kor/YEN>,
        "連"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-F99A"@en,
        "join, connect; continuous; even"@en .

<http://lexvo.org/id/char/F99B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/kor/%E9%8D%8A>,
        <http://lexvo.org/id/term/kor/YEN>,
        "鍊"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-F99B"@en,
        "smelt metals, forge; refine"@en .

<http://lexvo.org/id/char/F99C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/kor/%E5%88%97>,
        <http://lexvo.org/id/term/kor/YEL>,
        "列"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-F99C"@en,
        "a line; to arrange in order, classify"@en .

<http://lexvo.org/id/char/F99D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/kor/%E5%8A%A3>,
        <http://lexvo.org/id/term/kor/YEL>,
        "劣"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-F99D"@en,
        "bad, inferior; slightly"@en .

<http://lexvo.org/id/char/F99E> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/kor/%E5%92%BD>,
        <http://lexvo.org/id/term/kor/YEL>,
        "咽"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-F99E"@en,
        "throat; pharynx"@en .

<http://lexvo.org/id/char/F99F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/kor/%E7%83%88>,
        <http://lexvo.org/id/term/kor/YEL>,
        "烈"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-F99F"@en,
        "fiery, violent, vehement, ardent"@en .

<http://lexvo.org/id/char/F9A0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/kor/%E8%A3%82>,
        <http://lexvo.org/id/term/kor/YEL>,
        "裂"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-F9A0"@en,
        "split, crack, break open; rend"@en .

<http://lexvo.org/id/char/F9A1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/kor/%E8%AA%AA>,
        <http://lexvo.org/id/term/kor/YEL>,
        "說"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-F9A1"@en,
        "speak, say, talk; scold, upbraid"@en .

<http://lexvo.org/id/char/F9A2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/kor/%E5%BB%89>,
        <http://lexvo.org/id/term/kor/YEM>,
        "廉"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-F9A2"@en,
        "upright, honorable, honest"@en .

<http://lexvo.org/id/char/F9A3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/kor/%E5%BF%B5>,
        <http://lexvo.org/id/term/kor/YEM>,
        "念"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-F9A3"@en,
        "think of, recall, study"@en .

<http://lexvo.org/id/char/F9A4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/kor/%E6%8D%BB>,
        <http://lexvo.org/id/term/kor/YEM>,
        "捻"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-F9A4"@en,
        "to twist, nip with the fingers"@en .

<http://lexvo.org/id/char/F9A5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/kor/%E6%AE%AE>,
        <http://lexvo.org/id/term/kor/YEM>,
        "殮"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-F9A5"@en,
        "dress corpse for burial"@en .

<http://lexvo.org/id/char/F9A6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/kor/%E7%B0%BE>,
        <http://lexvo.org/id/term/kor/YEM>,
        "簾"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-F9A6"@en,
        "a blind, screen, curtain"@en .

<http://lexvo.org/id/char/F9A7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/kor/%E7%8D%B5>,
        <http://lexvo.org/id/term/kor/YEP>,
        "獵"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-F9A7"@en,
        "hunt; field sports"@en .

<http://lexvo.org/id/char/F9A8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/kor/%E4%BB%A4>,
        <http://lexvo.org/id/term/kor/YENG>,
        "令"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-F9A8"@en,
        "command, order; 'commandant', magistrate; allow, cause"@en .

<http://lexvo.org/id/char/F9A9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/kor/%E5%9B%B9>,
        <http://lexvo.org/id/term/kor/YENG>,
        "囹"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-F9A9"@en,
        "prison, enclosure"@en .

<http://lexvo.org/id/char/F9AA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/kor/%E5%AF%A7>,
        <http://lexvo.org/id/term/kor/YENG>,
        "寧"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-F9AA"@en,
        "repose, serenity, peace; peaceful"@en .

<http://lexvo.org/id/char/F9AB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/kor/%E5%B6%BA>,
        <http://lexvo.org/id/term/kor/YENG>,
        "嶺"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-F9AB"@en,
        "mountain ridge, mountain peak"@en .

<http://lexvo.org/id/char/F9AC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/kor/%E6%80%9C>,
        <http://lexvo.org/id/term/kor/YENG>,
        "怜"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-F9AC"@en,
        "pity, sympathize"@en .

<http://lexvo.org/id/char/F9AD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/kor/%E7%8E%B2>,
        <http://lexvo.org/id/term/kor/YENG>,
        "玲"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-F9AD"@en,
        "tinkling of jade"@en .

<http://lexvo.org/id/char/F9AE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/kor/%E7%91%A9>,
        <http://lexvo.org/id/term/kor/YENG>,
        "瑩"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-F9AE"@en,
        "lustre of gems; bright, lustrous"@en .

<http://lexvo.org/id/char/F9AF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/kor/%E7%BE%9A>,
        <http://lexvo.org/id/term/kor/YENG>,
        "羚"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-F9AF"@en,
        "species of antelope"@en .

<http://lexvo.org/id/char/F9B0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/kor/%E8%81%86>,
        <http://lexvo.org/id/term/kor/YENG>,
        "聆"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-F9B0"@en,
        "listen, hear"@en .

<http://lexvo.org/id/char/F9B1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/kor/%E9%88%B4>,
        <http://lexvo.org/id/term/kor/YENG>,
        "鈴"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-F9B1"@en,
        "bell"@en .

<http://lexvo.org/id/char/F9B2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/kor/%E9%9B%B6>,
        <http://lexvo.org/id/term/kor/YENG%20LYEN>,
        "零"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-F9B2"@en,
        "zero; fragment, fraction"@en .

<http://lexvo.org/id/char/F9B3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/kor/%E9%9D%88>,
        <http://lexvo.org/id/term/kor/YENG>,
        "靈"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-F9B3"@en,
        "spirit, soul; spiritual world"@en .

<http://lexvo.org/id/char/F9B4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/kor/%E9%A0%98>,
        <http://lexvo.org/id/term/kor/YENG>,
        "領"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-F9B4"@en,
        "neck; collar; lead, guide"@en .

<http://lexvo.org/id/char/F9B5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/kor/%E4%BE%8B>,
        <http://lexvo.org/id/term/kor/YEY>,
        "例"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-F9B5"@en,
        "precedent, example; regulation"@en .

<http://lexvo.org/id/char/F9B6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/kor/%E7%A6%AE>,
        <http://lexvo.org/id/term/kor/YEY>,
        "禮"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-F9B6"@en,
        "social custom; manners; courtesy; rites"@en .

<http://lexvo.org/id/char/F9B7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/kor/%E9%86%B4>,
        <http://lexvo.org/id/term/kor/YEY>,
        "醴"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-F9B7"@en,
        "sweet wine; sweet spring"@en .

<http://lexvo.org/id/char/F9B8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/kor/%E9%9A%B8>,
        <http://lexvo.org/id/term/kor/YEY>,
        "隸"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-F9B8"@en,
        "be subservient to; servant"@en .

<http://lexvo.org/id/char/F9B9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/kor/%E6%83%A1>,
        <http://lexvo.org/id/term/kor/O>,
        "惡"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-F9B9"@en,
        "evil, wicked, bad, foul"@en .

<http://lexvo.org/id/char/F9BA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/kor/%E4%BA%86>,
        <http://lexvo.org/id/term/kor/YO>,
        "了"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-F9BA"@en,
        "to finish; particle of completed action"@en .

<http://lexvo.org/id/char/F9BB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/kor/%E5%83%9A>,
        <http://lexvo.org/id/term/kor/YO>,
        "僚"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-F9BB"@en,
        "officials; bureaucracy"@en .

<http://lexvo.org/id/char/F9BC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/kor/%E5%AF%AE>,
        <http://lexvo.org/id/term/kor/YO>,
        "寮"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-F9BC"@en,
        "shanty, hut, shack"@en .

<http://lexvo.org/id/char/F9BD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/kor/%E5%B0%BF>,
        <http://lexvo.org/id/term/kor/YO>,
        "尿"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-F9BD"@en,
        "urine; urinate"@en .

<http://lexvo.org/id/char/F9BE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/kor/%E6%96%99>,
        <http://lexvo.org/id/term/kor/YO>,
        "料"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-F9BE"@en,
        "consider, conjecture; material"@en .

<http://lexvo.org/id/char/F9BF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/kor/%E6%A8%82>,
        <http://lexvo.org/id/term/kor/YO>,
        "樂"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-F9BF"@en,
        "happy, glad; enjoyable; music"@en .

<http://lexvo.org/id/char/F9C0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/kor/%E7%87%8E>,
        <http://lexvo.org/id/term/kor/YO>,
        "燎"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-F9C0"@en,
        "to burn, set afire; to illuminate; a signal lamp"@en .

<http://lexvo.org/id/char/F9C1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/kor/%E7%99%82>,
        <http://lexvo.org/id/term/kor/YO>,
        "療"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-F9C1"@en,
        "be healed, cured, recover"@en .

<http://lexvo.org/id/char/F9C2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/kor/%E8%93%BC>,
        <http://lexvo.org/id/term/kor/YO>,
        "蓼"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-F9C2"@en,
        "smartweed, polygonum"@en .

<http://lexvo.org/id/char/F9C3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/kor/%E9%81%BC>,
        <http://lexvo.org/id/term/kor/YO>,
        "遼"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-F9C3"@en,
        "distant, far"@en .

<http://lexvo.org/id/char/F9C5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/kor/%E6%9A%88>,
        <http://lexvo.org/id/term/kor/WUN>,
        "暈"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-F9C5"@en,
        "halo in sky; fog; dizzy, faint"@en .

<http://lexvo.org/id/char/F9C6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/kor/%E9%98%AE>,
        <http://lexvo.org/id/term/kor/WEN>,
        "阮"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-F9C6"@en,
        "ancient musical instrument; surname"@en .

<http://lexvo.org/id/char/F9C7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/kor/%E5%8A%89>,
        <http://lexvo.org/id/term/kor/YU>,
        "劉"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-F9C7"@en,
        "surname; kill, destroy"@en .

<http://lexvo.org/id/char/F9C8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/kor/%E6%9D%BB>,
        <http://lexvo.org/id/term/kor/YU>,
        "杻"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-F9C8"@en,
        "ligustrum sinenese, tree"@en .

<http://lexvo.org/id/char/F9C9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/kor/%E6%9F%B3>,
        <http://lexvo.org/id/term/kor/YU>,
        "柳"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-F9C9"@en,
        "willow tree; pleasure"@en .

<http://lexvo.org/id/char/F9CA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/kor/%E6%B5%81>,
        <http://lexvo.org/id/term/kor/YU>,
        "流"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-F9CA"@en,
        "flow, circulate, drift; class"@en .

<http://lexvo.org/id/char/F9CB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/kor/%E6%BA%9C>,
        <http://lexvo.org/id/term/kor/YU>,
        "溜"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-F9CB"@en,
        "slide, glide, slip; slippery"@en .

<http://lexvo.org/id/char/F9CC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/kor/%E7%90%89>,
        <http://lexvo.org/id/term/kor/YU>,
        "琉"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-F9CC"@en,
        "sparkling stone; glazed, opaque"@en .

<http://lexvo.org/id/char/F9CD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/kor/%E7%95%99>,
        <http://lexvo.org/id/term/kor/YU>,
        "留"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-F9CD"@en,
        "stop, halt; stay, detain, keep"@en .

<http://lexvo.org/id/char/F9CE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/kor/%E7%A1%AB>,
        <http://lexvo.org/id/term/kor/YU>,
        "硫"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-F9CE"@en,
        "sulfur"@en .

<http://lexvo.org/id/char/F9CF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/kor/%E7%B4%90>,
        <http://lexvo.org/id/term/kor/YU>,
        "紐"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-F9CF"@en,
        "knot; button; handle, knob; tie"@en .

<http://lexvo.org/id/char/F9D0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/kor/%E9%A1%9E>,
        <http://lexvo.org/id/term/kor/YU>,
        "類"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-F9D0"@en,
        "class, group, kind, category"@en .

<http://lexvo.org/id/char/F9D1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/kor/%E5%85%AD>,
        <http://lexvo.org/id/term/kor/YUK>,
        "六"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-F9D1"@en,
        "number six"@en .

<http://lexvo.org/id/char/F9D2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/kor/%E6%88%AE>,
        <http://lexvo.org/id/term/kor/YUK>,
        "戮"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-F9D2"@en,
        "kill, massacre; oppress"@en .

<http://lexvo.org/id/char/F9D3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/kor/%E9%99%B8>,
        <http://lexvo.org/id/term/kor/YUK>,
        "陸"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-F9D3"@en,
        "land, continental; army"@en .

<http://lexvo.org/id/char/F9D4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/kor/%E5%80%AB>,
        <http://lexvo.org/id/term/kor/YUN>,
        "倫"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-F9D4"@en,
        "normal human relationships"@en .

<http://lexvo.org/id/char/F9D5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/kor/%E5%B4%99>,
        <http://lexvo.org/id/term/kor/YUN>,
        "崙"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-F9D5"@en,
        "Kunlun mountains in Jiangsu"@en .

<http://lexvo.org/id/char/F9D6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/kor/%E6%B7%AA>,
        <http://lexvo.org/id/term/kor/YUN>,
        "淪"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-F9D6"@en,
        "be lost; sink, be submerged"@en .

<http://lexvo.org/id/char/F9D7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/kor/%E8%BC%AA>,
        <http://lexvo.org/id/term/kor/YUN>,
        "輪"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-F9D7"@en,
        "wheel; revolve, turn; recur"@en .

<http://lexvo.org/id/char/F9D8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/kor/%E5%BE%8B>,
        <http://lexvo.org/id/term/kor/YUL>,
        "律"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-F9D8"@en,
        "statute, principle, regulation"@en .

<http://lexvo.org/id/char/F9D9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/kor/%E6%85%84>,
        <http://lexvo.org/id/term/kor/YUL>,
        "慄"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-F9D9"@en,
        "shiver, shudder, tremble; tremble"@en .

<http://lexvo.org/id/char/F9DA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/kor/%E6%A0%97>,
        <http://lexvo.org/id/term/kor/YUL>,
        "栗"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-F9DA"@en,
        "chestnut tree, chestnuts; surname"@en .

<http://lexvo.org/id/char/F9DB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/kor/%E7%8E%87>,
        <http://lexvo.org/id/term/kor/YUL>,
        "率"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-F9DB"@en,
        "to lead; ratio; rate; limit"@en .

<http://lexvo.org/id/char/F9DC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/kor/%E9%9A%86>,
        <http://lexvo.org/id/term/kor/YUNG>,
        "隆"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-F9DC"@en,
        "prosperous, plentiful, abundant"@en .

<http://lexvo.org/id/char/F9DD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/kor/%E5%88%A9>,
        <http://lexvo.org/id/term/kor/I>,
        "利"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-F9DD"@en,
        "gains, advantage, profit, merit"@en .

<http://lexvo.org/id/char/F9DE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/kor/%E5%90%8F>,
        <http://lexvo.org/id/term/kor/I>,
        "吏"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-F9DE"@en,
        "government official, magistrate"@en .

<http://lexvo.org/id/char/F9DF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/kor/%E5%B1%A5>,
        <http://lexvo.org/id/term/kor/I>,
        "履"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-F9DF"@en,
        "footwear, shoes; walk on, tread"@en .

<http://lexvo.org/id/char/F9E0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/kor/%E6%98%93>,
        <http://lexvo.org/id/term/kor/I>,
        "易"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-F9E0"@en,
        "change; easy"@en .

<http://lexvo.org/id/char/F9E1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/kor/%E6%9D%8E>,
        <http://lexvo.org/id/term/kor/I>,
        "李"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-F9E1"@en,
        "plum; judge; surname"@en .

<http://lexvo.org/id/char/F9E2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/kor/%E6%A2%A8>,
        <http://lexvo.org/id/term/kor/I>,
        "梨"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-F9E2"@en,
        "pear; opera; cut, slash"@en .

<http://lexvo.org/id/char/F9E3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/kor/%E6%B3%A5>,
        <http://lexvo.org/id/term/kor/I>,
        "泥"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-F9E3"@en,
        "mud, mire; earth, clay; plaster"@en .

<http://lexvo.org/id/char/F9E4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/kor/%E7%90%86>,
        <http://lexvo.org/id/term/kor/I>,
        "理"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-F9E4"@en,
        "reason, logic; manage"@en .

<http://lexvo.org/id/char/F9E5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/kor/%E7%97%A2>,
        <http://lexvo.org/id/term/kor/I>,
        "痢"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-F9E5"@en,
        "dysentery"@en .

<http://lexvo.org/id/char/F9E6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/kor/%E7%BD%B9>,
        <http://lexvo.org/id/term/kor/I>,
        "罹"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-F9E6"@en,
        "sorrow, grief; incur, meet with"@en .

<http://lexvo.org/id/char/F9E7> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/kor/%E8%A3%8F>,
        <http://lexvo.org/id/term/kor/I>,
        "裏"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-F9E7"@en,
        "inside, interior, within"@en .

<http://lexvo.org/id/char/F9E8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/kor/%E8%A3%A1>,
        <http://lexvo.org/id/term/kor/I>,
        "裡"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-F9E8"@en,
        "inside, interior, within"@en .

<http://lexvo.org/id/char/F9EA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/kor/%E9%9B%A2>,
        <http://lexvo.org/id/term/kor/I>,
        "離"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-F9EA"@en,
        "leave, depart; go away; separate"@en .

<http://lexvo.org/id/char/F9EB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/kor/%E5%8C%BF>,
        <http://lexvo.org/id/term/kor/IK>,
        "匿"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-F9EB"@en,
        "hide; go into hiding"@en .

<http://lexvo.org/id/char/F9EC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/kor/%E6%BA%BA>,
        <http://lexvo.org/id/term/kor/IK>,
        "溺"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-F9EC"@en,
        "drown; submerge in water; indulge"@en .

<http://lexvo.org/id/char/F9ED> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/kor/%E5%90%9D>,
        <http://lexvo.org/id/term/kor/IN>,
        "吝"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-F9ED"@en,
        "stingy, miserly, parsimonious"@en .

<http://lexvo.org/id/char/F9EE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/kor/%E7%87%90>,
        <http://lexvo.org/id/term/kor/IN>,
        "燐"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-F9EE"@en,
        "phosphorus"@en .

<http://lexvo.org/id/char/F9EF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/kor/%E7%92%98>,
        <http://lexvo.org/id/term/kor/IN>,
        "璘"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-F9EF"@en,
        "luster of jade"@en .

<http://lexvo.org/id/char/F9F0> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/kor/%E8%97%BA>,
        <http://lexvo.org/id/term/kor/IN>,
        "藺"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-F9F0"@en,
        "rush used in making mats; surname"@en .

<http://lexvo.org/id/char/F9F1> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/kor/%E9%9A%A3>,
        <http://lexvo.org/id/term/kor/IN>,
        "隣"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-F9F1"@en,
        "neighbor; neighboring; adjacent"@en .

<http://lexvo.org/id/char/F9F2> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/kor/%E9%B1%97>,
        <http://lexvo.org/id/term/kor/IN>,
        "鱗"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-F9F2"@en,
        "fish scales"@en .

<http://lexvo.org/id/char/F9F3> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/kor/%E9%BA%9F>,
        <http://lexvo.org/id/term/kor/IN>,
        "麟"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-F9F3"@en,
        "female of Chinese unicorn"@en .

<http://lexvo.org/id/char/F9F4> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/kor/%E6%9E%97>,
        <http://lexvo.org/id/term/kor/IM>,
        "林"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-F9F4"@en,
        "forest, grove; surname"@en .

<http://lexvo.org/id/char/F9F5> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/kor/%E6%B7%8B>,
        <http://lexvo.org/id/term/kor/IM>,
        "淋"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-F9F5"@en,
        "drip, soak, drench; perfectly"@en .

<http://lexvo.org/id/char/F9F6> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/kor/%E8%87%A8>,
        <http://lexvo.org/id/term/kor/IM>,
        "臨"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-F9F6"@en,
        "draw near, approach; descend"@en .

<http://lexvo.org/id/char/F9F8> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/kor/%E7%AC%A0>,
        <http://lexvo.org/id/term/kor/IP>,
        "笠"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-F9F8"@en,
        "bamboo hat; bamboo covering"@en .

<http://lexvo.org/id/char/F9F9> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/kor/%E7%B2%92>,
        <http://lexvo.org/id/term/kor/IP>,
        "粒"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-F9F9"@en,
        "grain; small particle"@en .

<http://lexvo.org/id/char/F9FA> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/kor/%E7%8B%80>,
        <http://lexvo.org/id/term/kor/CANG>,
        "狀"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-F9FA"@en,
        "form; appearance; shape; official"@en .

<http://lexvo.org/id/char/F9FB> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/kor/%E7%82%99>,
        <http://lexvo.org/id/term/kor/CEK>,
        "炙"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-F9FB"@en,
        "roast, broil; toast; cauterize"@en .

<http://lexvo.org/id/char/F9FC> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/kor/%E8%AD%98>,
        <http://lexvo.org/id/term/kor/CI>,
        "識"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-F9FC"@en,
        "recognize, understand, know"@en .

<http://lexvo.org/id/char/F9FD> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/kor/%E4%BB%80>,
        <http://lexvo.org/id/term/kor/CIP>,
        "什"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-F9FD"@en,
        "file of ten soldiers"@en .

<http://lexvo.org/id/char/F9FE> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/kor/%E8%8C%B6>,
        <http://lexvo.org/id/term/kor/CHA>,
        "茶"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-F9FE"@en,
        "tea"@en .

<http://lexvo.org/id/char/F9FF> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/kor/%E5%88%BA>,
        <http://lexvo.org/id/term/kor/CHEK>,
        "刺"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-F9FF"@en,
        "stab; prick, irritate; prod"@en .

<http://lexvo.org/id/char/FA00> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/kor/%E5%88%87>,
        <http://lexvo.org/id/term/kor/CHEY>,
        "切"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-FA00"@en,
        "cut, mince, slice, carve"@en .

<http://lexvo.org/id/char/FA01> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/kor/%E5%BA%A6>,
        <http://lexvo.org/id/term/kor/THAK>,
        "度"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-FA01"@en,
        "degree, system; manner; to consider"@en .

<http://lexvo.org/id/char/FA02> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/kor/%E6%8B%93>,
        <http://lexvo.org/id/term/kor/THAK>,
        "拓"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-FA02"@en,
        "expand; open up; support or push"@en .

<http://lexvo.org/id/char/FA03> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/kor/%E7%B3%96>,
        <http://lexvo.org/id/term/kor/THANG>,
        "糖"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-FA03"@en,
        "sugar; candy; sweets"@en .

<http://lexvo.org/id/char/FA04> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/kor/%E5%AE%85>,
        <http://lexvo.org/id/term/kor/THAYK>,
        "宅"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-FA04"@en,
        "residence, dwelling, home; grave"@en .

<http://lexvo.org/id/char/FA05> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/kor/%E6%B4%9E>,
        <http://lexvo.org/id/term/kor/THONG>,
        "洞"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-FA05"@en,
        "cave, grotto; ravine; hole"@en .

<http://lexvo.org/id/char/FA06> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/kor/%E6%9A%B4>,
        <http://lexvo.org/id/term/kor/PHO>,
        "暴"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-FA06"@en,
        "violent, brutal, tyrannical"@en .

<http://lexvo.org/id/char/FA07> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/kor/%E8%BC%BB>,
        <http://lexvo.org/id/term/kor/PHOK>,
        "輻"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-FA07"@en,
        "spokes of wheel"@en .

<http://lexvo.org/id/char/FA09> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/kor/%E9%99%8D>,
        <http://lexvo.org/id/term/kor/HANG>,
        "降"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-FA09"@en,
        "descend, fall, drop; lower, down"@en .

<http://lexvo.org/id/char/FA0B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/kor/%E5%BB%93>,
        <http://lexvo.org/id/term/kor/HWAK>,
        "廓"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-FA0B"@en,
        "broad, wide, open, empty; expand"@en .

<http://lexvo.org/id/char/FA0C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%85%80>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C3%B9>,
        <http://lexvo.org/id/term/kor/%E5%85%80>,
        <http://lexvo.org/id/term/kor/OL>,
        "兀"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-FA0C"@en,
        "duplicate of Big Five A461"@en .

<http://lexvo.org/id/char/FA0D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%97%80>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%B2>,
        "嗀"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-FA0D"@en,
        "vomit"@en .

<http://lexvo.org/id/char/FA0E> a lvont:Character ;
    lvont:represents "﨎"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-FA0E"@en .

<http://lexvo.org/id/char/FA0F> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/c%E1%BB%91c>,
        "﨏"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-FA0F"@en .

<http://lexvo.org/id/char/FA10> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A1%9A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C7%92ng>,
        <http://lexvo.org/id/term/kor/%E5%A1%9A>,
        <http://lexvo.org/id/term/kor/CHONG>,
        "塚"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-FA10"@en,
        "cemetery; tomb"@en .

<http://lexvo.org/id/char/FA11> a lvont:Character ;
    lvont:represents "﨑"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-FA11"@en .

<http://lexvo.org/id/char/FA12> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%99%B4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C3%ADng>,
        <http://lexvo.org/id/term/kor/%E6%99%B4>,
        <http://lexvo.org/id/term/kor/CHENG>,
        "晴"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-FA12"@en,
        "clear weather"@en .

<http://lexvo.org/id/char/FA13> a lvont:Character ;
    lvont:represents "﨓"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-FA13"@en .

<http://lexvo.org/id/char/FA14> a lvont:Character ;
    lvont:represents "﨔"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-FA14"@en .

<http://lexvo.org/id/char/FA15> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%87%9E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C4%AB>,
        <http://lexvo.org/id/term/kor/%E5%87%9E>,
        <http://lexvo.org/id/term/kor/HUY>,
        "凞"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-FA15"@en,
        "bright"@en .

<http://lexvo.org/id/char/FA16> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%8C%AA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C5%AB>,
        <http://lexvo.org/id/term/kor/%E7%8C%AA>,
        <http://lexvo.org/id/term/kor/CE>,
        "猪"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-FA16"@en,
        "pig"@en .

<http://lexvo.org/id/char/FA17> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%9B%8A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%AC>,
        <http://lexvo.org/id/term/kor/%E7%9B%8A>,
        <http://lexvo.org/id/term/kor/IK>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jik1>,
        <http://lexvo.org/id/term/yue/%E7%9B%8A>,
        "益"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-FA17"@en,
        "profit"@en .

<http://lexvo.org/id/char/FA18> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A4%BC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C7%90>,
        <http://lexvo.org/id/term/kor/%E7%A4%BC>,
        <http://lexvo.org/id/term/kor/LYEY>,
        "礼"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-FA18"@en,
        "social custom; manners; courtesy"@en .

<http://lexvo.org/id/char/FA19> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A5%9E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%A9n>,
        <http://lexvo.org/id/term/kor/%E7%A5%9E>,
        <http://lexvo.org/id/term/kor/SIN>,
        "神"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-FA19"@en,
        "spirit"@en .

<http://lexvo.org/id/char/FA1A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A5%A5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C3%A1ng>,
        <http://lexvo.org/id/term/kor/%E7%A5%A5>,
        <http://lexvo.org/id/term/kor/SANG>,
        "祥"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-FA1A"@en,
        "good luck"@en .

<http://lexvo.org/id/char/FA1B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A6%8F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%BA>,
        <http://lexvo.org/id/term/kor/%E7%A6%8F>,
        <http://lexvo.org/id/term/kor/POK>,
        "福"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-FA1B"@en,
        "happiness"@en .

<http://lexvo.org/id/char/FA1C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%9D%96>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%ACng>,
        <http://lexvo.org/id/term/kor/%E9%9D%96>,
        <http://lexvo.org/id/term/kor/CENG>,
        "靖"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-FA1C"@en,
        "pacify; appease; calm"@en .

<http://lexvo.org/id/char/FA1D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B2%BE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C4%ABng>,
        <http://lexvo.org/id/term/kor/%E7%B2%BE>,
        <http://lexvo.org/id/term/kor/CENG>,
        "精"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-FA1D"@en,
        "essence; semen; spirit"@en .

<http://lexvo.org/id/char/FA1F> a lvont:Character ;
    lvont:represents "﨟"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-FA1F"@en .

<http://lexvo.org/id/char/FA20> a lvont:Character ;
    lvont:represents "蘒"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-FA20"@en .

<http://lexvo.org/id/char/FA21> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/s%C3%AAn>,
        "﨡"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-FA21"@en .

<http://lexvo.org/id/char/FA22> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%AB%B8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C5%AB>,
        <http://lexvo.org/id/term/kor/%E8%AB%B8>,
        <http://lexvo.org/id/term/kor/CEY>,
        "諸"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-FA22"@en,
        "several"@en .

<http://lexvo.org/id/char/FA23> a lvont:Character ;
    lvont:represents "﨣"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-FA23"@en .

<http://lexvo.org/id/char/FA24> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/vie/g%E1%BA%B7p>,
        "﨤"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-FA24"@en .

<http://lexvo.org/id/char/FA25> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%80%B8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%AC>,
        <http://lexvo.org/id/term/kor/%E9%80%B8>,
        <http://lexvo.org/id/term/kor/IL>,
        "逸"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-FA25"@en,
        "flee"@en .

<http://lexvo.org/id/char/FA26> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%83%BD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C5%AB%20d%C5%8Du>,
        <http://lexvo.org/id/term/kor/%E9%83%BD>,
        <http://lexvo.org/id/term/kor/TO>,
        "都"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-FA26"@en,
        "metropolis"@en .

<http://lexvo.org/id/char/FA27> a lvont:Character ;
    lvont:represents "﨧"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-FA27"@en .

<http://lexvo.org/id/char/FA28> a lvont:Character ;
    lvont:represents "﨨"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-FA28"@en .

<http://lexvo.org/id/char/FA29> a lvont:Character ;
    lvont:represents "﨩"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-FA29"@en .

<http://lexvo.org/id/char/FA2A> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A3%AF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E9%A3%AF>,
        <http://lexvo.org/id/term/kor/PAN>,
        "飯"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-FA2A"@en,
        "cooked rice; food; meal"@en .

<http://lexvo.org/id/char/FA2B> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A3%BC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C3%AC>,
        <http://lexvo.org/id/term/kor/%E9%A3%BC>,
        <http://lexvo.org/id/term/kor/SA>,
        "飼"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-FA2B"@en,
        "raise animals; feed; nourish"@en .

<http://lexvo.org/id/char/FA2C> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A4%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/gu%C7%8En>,
        <http://lexvo.org/id/term/kor/%E9%A4%A8>,
        <http://lexvo.org/id/term/kor/KWAN>,
        "館"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-FA2C"@en,
        "public building"@en .

<http://lexvo.org/id/char/FA2D> a lvont:Character ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B6%B4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A8>,
        <http://lexvo.org/id/term/kor/%E9%B6%B4>,
        <http://lexvo.org/id/term/kor/HAK>,
        "鶴"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-FA2D"@en,
        "crane"@en .

<http://lexvo.org/id/char/FA2E> a lvont:Character ;
    lvont:represents "郞"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-FA2E"@en .

<http://lexvo.org/id/char/FA2F> a lvont:Character ;
    lvont:represents "隷"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-FA2F"@en .

<http://lexvo.org/id/char/FA30> a lvont:Character ;
    lvont:represents "侮"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-FA30"@en .

<http://lexvo.org/id/char/FA31> a lvont:Character ;
    lvont:represents "僧"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-FA31"@en .

<http://lexvo.org/id/char/FA32> a lvont:Character ;
    lvont:represents "免"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-FA32"@en .

<http://lexvo.org/id/char/FA33> a lvont:Character ;
    lvont:represents "勉"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-FA33"@en .

<http://lexvo.org/id/char/FA34> a lvont:Character ;
    lvont:represents "勤"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-FA34"@en .

<http://lexvo.org/id/char/FA35> a lvont:Character ;
    lvont:represents "卑"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-FA35"@en .

<http://lexvo.org/id/char/FA36> a lvont:Character ;
    lvont:represents "喝"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-FA36"@en .

<http://lexvo.org/id/char/FA37> a lvont:Character ;
    lvont:represents "嘆"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-FA37"@en .

<http://lexvo.org/id/char/FA38> a lvont:Character ;
    lvont:represents "器"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-FA38"@en .

<http://lexvo.org/id/char/FA39> a lvont:Character ;
    lvont:represents "塀"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-FA39"@en .

<http://lexvo.org/id/char/FA3A> a lvont:Character ;
    lvont:represents "墨"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-FA3A"@en .

<http://lexvo.org/id/char/FA3B> a lvont:Character ;
    lvont:represents "層"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-FA3B"@en .

<http://lexvo.org/id/char/FA3C> a lvont:Character ;
    lvont:represents "屮"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-FA3C"@en .

<http://lexvo.org/id/char/FA3D> a lvont:Character ;
    lvont:represents "悔"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-FA3D"@en .

<http://lexvo.org/id/char/FA3E> a lvont:Character ;
    lvont:represents "慨"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-FA3E"@en .

<http://lexvo.org/id/char/FA3F> a lvont:Character ;
    lvont:represents "憎"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-FA3F"@en .

<http://lexvo.org/id/char/FA40> a lvont:Character ;
    lvont:represents "懲"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-FA40"@en .

<http://lexvo.org/id/char/FA41> a lvont:Character ;
    lvont:represents "敏"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-FA41"@en .

<http://lexvo.org/id/char/FA42> a lvont:Character ;
    lvont:represents "既"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-FA42"@en .

<http://lexvo.org/id/char/FA43> a lvont:Character ;
    lvont:represents "暑"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-FA43"@en .

<http://lexvo.org/id/char/FA44> a lvont:Character ;
    lvont:represents "梅"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-FA44"@en .

<http://lexvo.org/id/char/FA45> a lvont:Character ;
    lvont:represents "海"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-FA45"@en .

<http://lexvo.org/id/char/FA46> a lvont:Character ;
    lvont:represents "渚"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-FA46"@en .

<http://lexvo.org/id/char/FA47> a lvont:Character ;
    lvont:represents "漢"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-FA47"@en .

<http://lexvo.org/id/char/FA48> a lvont:Character ;
    lvont:represents "煮"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-FA48"@en .

<http://lexvo.org/id/char/FA49> a lvont:Character ;
    lvont:represents "爫"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-FA49"@en .

<http://lexvo.org/id/char/FA4A> a lvont:Character ;
    lvont:represents "琢"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-FA4A"@en .

<http://lexvo.org/id/char/FA4B> a lvont:Character ;
    lvont:represents "碑"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-FA4B"@en .

<http://lexvo.org/id/char/FA4C> a lvont:Character ;
    lvont:represents "社"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-FA4C"@en .

<http://lexvo.org/id/char/FA4D> a lvont:Character ;
    lvont:represents "祉"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-FA4D"@en .

<http://lexvo.org/id/char/FA4E> a lvont:Character ;
    lvont:represents "祈"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-FA4E"@en .

<http://lexvo.org/id/char/FA4F> a lvont:Character ;
    lvont:represents "祐"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-FA4F"@en .

<http://lexvo.org/id/char/FA50> a lvont:Character ;
    lvont:represents "祖"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-FA50"@en .

<http://lexvo.org/id/char/FA51> a lvont:Character ;
    lvont:represents "祝"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-FA51"@en .

<http://lexvo.org/id/char/FA52> a lvont:Character ;
    lvont:represents "禍"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-FA52"@en .

<http://lexvo.org/id/char/FA53> a lvont:Character ;
    lvont:represents "禎"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-FA53"@en .

<http://lexvo.org/id/char/FA54> a lvont:Character ;
    lvont:represents "穀"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-FA54"@en .

<http://lexvo.org/id/char/FA55> a lvont:Character ;
    lvont:represents "突"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-FA55"@en .

<http://lexvo.org/id/char/FA56> a lvont:Character ;
    lvont:represents "節"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-FA56"@en .

<http://lexvo.org/id/char/FA57> a lvont:Character ;
    lvont:represents "練"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-FA57"@en .

<http://lexvo.org/id/char/FA58> a lvont:Character ;
    lvont:represents "縉"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-FA58"@en .

<http://lexvo.org/id/char/FA59> a lvont:Character ;
    lvont:represents "繁"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-FA59"@en .

<http://lexvo.org/id/char/FA5A> a lvont:Character ;
    lvont:represents "署"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-FA5A"@en .

<http://lexvo.org/id/char/FA5B> a lvont:Character ;
    lvont:represents "者"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-FA5B"@en .

<http://lexvo.org/id/char/FA5C> a lvont:Character ;
    lvont:represents "臭"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-FA5C"@en .

<http://lexvo.org/id/char/FA5D> a lvont:Character ;
    lvont:represents "艹"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-FA5D"@en .

<http://lexvo.org/id/char/FA5E> a lvont:Character ;
    lvont:represents "艹"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-FA5E"@en .

<http://lexvo.org/id/char/FA5F> a lvont:Character ;
    lvont:represents "著"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-FA5F"@en .

<http://lexvo.org/id/char/FA60> a lvont:Character ;
    lvont:represents "褐"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-FA60"@en .

<http://lexvo.org/id/char/FA61> a lvont:Character ;
    lvont:represents "視"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-FA61"@en .

<http://lexvo.org/id/char/FA62> a lvont:Character ;
    lvont:represents "謁"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-FA62"@en .

<http://lexvo.org/id/char/FA63> a lvont:Character ;
    lvont:represents "謹"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-FA63"@en .

<http://lexvo.org/id/char/FA64> a lvont:Character ;
    lvont:represents "賓"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-FA64"@en .

<http://lexvo.org/id/char/FA65> a lvont:Character ;
    lvont:represents "贈"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-FA65"@en .

<http://lexvo.org/id/char/FA66> a lvont:Character ;
    lvont:represents "辶"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-FA66"@en .

<http://lexvo.org/id/char/FA67> a lvont:Character ;
    lvont:represents "逸"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-FA67"@en .

<http://lexvo.org/id/char/FA68> a lvont:Character ;
    lvont:represents "難"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-FA68"@en .

<http://lexvo.org/id/char/FA69> a lvont:Character ;
    lvont:represents "響"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-FA69"@en .

<http://lexvo.org/id/char/FA6A> a lvont:Character ;
    lvont:represents "頻"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-FA6A"@en .

<http://lexvo.org/id/char/FA6B> a lvont:Character ;
    lvont:represents "恵"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-FA6B"@en .

<http://lexvo.org/id/char/FA6C> a lvont:Character ;
    lvont:represents "𤋮"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-FA6C"@en .

<http://lexvo.org/id/char/FA6D> a lvont:Character ;
    lvont:represents "舘"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-FA6D"@en .

<http://lexvo.org/id/char/FA70> a lvont:Character ;
    lvont:represents "並"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-FA70"@en .

<http://lexvo.org/id/char/FA71> a lvont:Character ;
    lvont:represents "况"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-FA71"@en .

<http://lexvo.org/id/char/FA72> a lvont:Character ;
    lvont:represents "全"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-FA72"@en .

<http://lexvo.org/id/char/FA73> a lvont:Character ;
    lvont:represents "侀"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-FA73"@en .

<http://lexvo.org/id/char/FA74> a lvont:Character ;
    lvont:represents "充"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-FA74"@en .

<http://lexvo.org/id/char/FA75> a lvont:Character ;
    lvont:represents "冀"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-FA75"@en .

<http://lexvo.org/id/char/FA76> a lvont:Character ;
    lvont:represents "勇"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-FA76"@en .

<http://lexvo.org/id/char/FA77> a lvont:Character ;
    lvont:represents "勺"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-FA77"@en .

<http://lexvo.org/id/char/FA78> a lvont:Character ;
    lvont:represents "喝"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-FA78"@en .

<http://lexvo.org/id/char/FA79> a lvont:Character ;
    lvont:represents "啕"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-FA79"@en .

<http://lexvo.org/id/char/FA7A> a lvont:Character ;
    lvont:represents "喙"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-FA7A"@en .

<http://lexvo.org/id/char/FA7B> a lvont:Character ;
    lvont:represents "嗢"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-FA7B"@en .

<http://lexvo.org/id/char/FA7C> a lvont:Character ;
    lvont:represents "塚"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-FA7C"@en .

<http://lexvo.org/id/char/FA7D> a lvont:Character ;
    lvont:represents "墳"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-FA7D"@en .

<http://lexvo.org/id/char/FA7E> a lvont:Character ;
    lvont:represents "奄"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-FA7E"@en .

<http://lexvo.org/id/char/FA7F> a lvont:Character ;
    lvont:represents "奔"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-FA7F"@en .

<http://lexvo.org/id/char/FA80> a lvont:Character ;
    lvont:represents "婢"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-FA80"@en .

<http://lexvo.org/id/char/FA81> a lvont:Character ;
    lvont:represents "嬨"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-FA81"@en .

<http://lexvo.org/id/char/FA82> a lvont:Character ;
    lvont:represents "廒"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-FA82"@en .

<http://lexvo.org/id/char/FA83> a lvont:Character ;
    lvont:represents "廙"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-FA83"@en .

<http://lexvo.org/id/char/FA84> a lvont:Character ;
    lvont:represents "彩"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-FA84"@en .

<http://lexvo.org/id/char/FA85> a lvont:Character ;
    lvont:represents "徭"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-FA85"@en .

<http://lexvo.org/id/char/FA86> a lvont:Character ;
    lvont:represents "惘"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-FA86"@en .

<http://lexvo.org/id/char/FA87> a lvont:Character ;
    lvont:represents "慎"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-FA87"@en .

<http://lexvo.org/id/char/FA88> a lvont:Character ;
    lvont:represents "愈"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-FA88"@en .

<http://lexvo.org/id/char/FA89> a lvont:Character ;
    lvont:represents "憎"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-FA89"@en .

<http://lexvo.org/id/char/FA8A> a lvont:Character ;
    lvont:represents "慠"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-FA8A"@en .

<http://lexvo.org/id/char/FA8B> a lvont:Character ;
    lvont:represents "懲"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-FA8B"@en .

<http://lexvo.org/id/char/FA8C> a lvont:Character ;
    lvont:represents "戴"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-FA8C"@en .

<http://lexvo.org/id/char/FA8D> a lvont:Character ;
    lvont:represents "揄"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-FA8D"@en .

<http://lexvo.org/id/char/FA8E> a lvont:Character ;
    lvont:represents "搜"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-FA8E"@en .

<http://lexvo.org/id/char/FA8F> a lvont:Character ;
    lvont:represents "摒"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-FA8F"@en .

<http://lexvo.org/id/char/FA90> a lvont:Character ;
    lvont:represents "敖"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-FA90"@en .

<http://lexvo.org/id/char/FA91> a lvont:Character ;
    lvont:represents "晴"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-FA91"@en .

<http://lexvo.org/id/char/FA92> a lvont:Character ;
    lvont:represents "朗"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-FA92"@en .

<http://lexvo.org/id/char/FA93> a lvont:Character ;
    lvont:represents "望"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-FA93"@en .

<http://lexvo.org/id/char/FA94> a lvont:Character ;
    lvont:represents "杖"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-FA94"@en .

<http://lexvo.org/id/char/FA95> a lvont:Character ;
    lvont:represents "歹"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-FA95"@en .

<http://lexvo.org/id/char/FA96> a lvont:Character ;
    lvont:represents "殺"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-FA96"@en .

<http://lexvo.org/id/char/FA97> a lvont:Character ;
    lvont:represents "流"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-FA97"@en .

<http://lexvo.org/id/char/FA98> a lvont:Character ;
    lvont:represents "滛"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-FA98"@en .

<http://lexvo.org/id/char/FA99> a lvont:Character ;
    lvont:represents "滋"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-FA99"@en .

<http://lexvo.org/id/char/FA9A> a lvont:Character ;
    lvont:represents "漢"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-FA9A"@en .

<http://lexvo.org/id/char/FA9B> a lvont:Character ;
    lvont:represents "瀞"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-FA9B"@en .

<http://lexvo.org/id/char/FA9C> a lvont:Character ;
    lvont:represents "煮"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-FA9C"@en .

<http://lexvo.org/id/char/FA9D> a lvont:Character ;
    lvont:represents "瞧"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-FA9D"@en .

<http://lexvo.org/id/char/FA9E> a lvont:Character ;
    lvont:represents "爵"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-FA9E"@en .

<http://lexvo.org/id/char/FA9F> a lvont:Character ;
    lvont:represents "犯"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-FA9F"@en .

<http://lexvo.org/id/char/FAA0> a lvont:Character ;
    lvont:represents "猪"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-FAA0"@en .

<http://lexvo.org/id/char/FAA1> a lvont:Character ;
    lvont:represents "瑱"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-FAA1"@en .

<http://lexvo.org/id/char/FAA2> a lvont:Character ;
    lvont:represents "甆"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-FAA2"@en .

<http://lexvo.org/id/char/FAA3> a lvont:Character ;
    lvont:represents "画"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-FAA3"@en .

<http://lexvo.org/id/char/FAA4> a lvont:Character ;
    lvont:represents "瘝"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-FAA4"@en .

<http://lexvo.org/id/char/FAA5> a lvont:Character ;
    lvont:represents "瘟"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-FAA5"@en .

<http://lexvo.org/id/char/FAA6> a lvont:Character ;
    lvont:represents "益"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-FAA6"@en .

<http://lexvo.org/id/char/FAA7> a lvont:Character ;
    lvont:represents "盛"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-FAA7"@en .

<http://lexvo.org/id/char/FAA8> a lvont:Character ;
    lvont:represents "直"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-FAA8"@en .

<http://lexvo.org/id/char/FAA9> a lvont:Character ;
    lvont:represents "睊"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-FAA9"@en .

<http://lexvo.org/id/char/FAAA> a lvont:Character ;
    lvont:represents "着"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-FAAA"@en .

<http://lexvo.org/id/char/FAAB> a lvont:Character ;
    lvont:represents "磌"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-FAAB"@en .

<http://lexvo.org/id/char/FAAC> a lvont:Character ;
    lvont:represents "窱"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-FAAC"@en .

<http://lexvo.org/id/char/FAAD> a lvont:Character ;
    lvont:represents "節"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-FAAD"@en .

<http://lexvo.org/id/char/FAAE> a lvont:Character ;
    lvont:represents "类"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-FAAE"@en .

<http://lexvo.org/id/char/FAAF> a lvont:Character ;
    lvont:represents "絛"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-FAAF"@en .

<http://lexvo.org/id/char/FAB0> a lvont:Character ;
    lvont:represents "練"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-FAB0"@en .

<http://lexvo.org/id/char/FAB1> a lvont:Character ;
    lvont:represents "缾"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-FAB1"@en .

<http://lexvo.org/id/char/FAB2> a lvont:Character ;
    lvont:represents "者"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-FAB2"@en .

<http://lexvo.org/id/char/FAB3> a lvont:Character ;
    lvont:represents "荒"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-FAB3"@en .

<http://lexvo.org/id/char/FAB4> a lvont:Character ;
    lvont:represents "華"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-FAB4"@en .

<http://lexvo.org/id/char/FAB5> a lvont:Character ;
    lvont:represents "蝹"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-FAB5"@en .

<http://lexvo.org/id/char/FAB6> a lvont:Character ;
    lvont:represents "襁"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-FAB6"@en .

<http://lexvo.org/id/char/FAB7> a lvont:Character ;
    lvont:represents "覆"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-FAB7"@en .

<http://lexvo.org/id/char/FAB8> a lvont:Character ;
    lvont:represents "視"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-FAB8"@en .

<http://lexvo.org/id/char/FAB9> a lvont:Character ;
    lvont:represents "調"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-FAB9"@en .

<http://lexvo.org/id/char/FABA> a lvont:Character ;
    lvont:represents "諸"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-FABA"@en .

<http://lexvo.org/id/char/FABB> a lvont:Character ;
    lvont:represents "請"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-FABB"@en .

<http://lexvo.org/id/char/FABC> a lvont:Character ;
    lvont:represents "謁"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-FABC"@en .

<http://lexvo.org/id/char/FABD> a lvont:Character ;
    lvont:represents "諾"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-FABD"@en .

<http://lexvo.org/id/char/FABE> a lvont:Character ;
    lvont:represents "諭"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-FABE"@en .

<http://lexvo.org/id/char/FABF> a lvont:Character ;
    lvont:represents "謹"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-FABF"@en .

<http://lexvo.org/id/char/FAC0> a lvont:Character ;
    lvont:represents "變"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-FAC0"@en .

<http://lexvo.org/id/char/FAC1> a lvont:Character ;
    lvont:represents "贈"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-FAC1"@en .

<http://lexvo.org/id/char/FAC2> a lvont:Character ;
    lvont:represents "輸"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-FAC2"@en .

<http://lexvo.org/id/char/FAC3> a lvont:Character ;
    lvont:represents "遲"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-FAC3"@en .

<http://lexvo.org/id/char/FAC4> a lvont:Character ;
    lvont:represents "醙"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-FAC4"@en .

<http://lexvo.org/id/char/FAC5> a lvont:Character ;
    lvont:represents "鉶"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-FAC5"@en .

<http://lexvo.org/id/char/FAC6> a lvont:Character ;
    lvont:represents "陼"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-FAC6"@en .

<http://lexvo.org/id/char/FAC7> a lvont:Character ;
    lvont:represents "難"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-FAC7"@en .

<http://lexvo.org/id/char/FAC8> a lvont:Character ;
    lvont:represents "靖"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-FAC8"@en .

<http://lexvo.org/id/char/FAC9> a lvont:Character ;
    lvont:represents "韛"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-FAC9"@en .

<http://lexvo.org/id/char/FACA> a lvont:Character ;
    lvont:represents "響"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-FACA"@en .

<http://lexvo.org/id/char/FACB> a lvont:Character ;
    lvont:represents "頋"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-FACB"@en .

<http://lexvo.org/id/char/FACC> a lvont:Character ;
    lvont:represents "頻"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-FACC"@en .

<http://lexvo.org/id/char/FACD> a lvont:Character ;
    lvont:represents "鬒"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-FACD"@en .

<http://lexvo.org/id/char/FACE> a lvont:Character ;
    lvont:represents "龜"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-FACE"@en .

<http://lexvo.org/id/char/FACF> a lvont:Character ;
    lvont:represents "𢡊"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-FACF"@en .

<http://lexvo.org/id/char/FAD0> a lvont:Character ;
    lvont:represents "𢡄"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-FAD0"@en .

<http://lexvo.org/id/char/FAD1> a lvont:Character ;
    lvont:represents "𣏕"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-FAD1"@en .

<http://lexvo.org/id/char/FAD2> a lvont:Character ;
    lvont:represents "㮝"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-FAD2"@en .

<http://lexvo.org/id/char/FAD3> a lvont:Character ;
    lvont:represents "䀘"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-FAD3"@en .

<http://lexvo.org/id/char/FAD4> a lvont:Character ;
    lvont:represents "䀹"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-FAD4"@en .

<http://lexvo.org/id/char/FAD5> a lvont:Character ;
    lvont:represents "𥉉"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-FAD5"@en .

<http://lexvo.org/id/char/FAD6> a lvont:Character ;
    lvont:represents "𥳐"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-FAD6"@en .

<http://lexvo.org/id/char/FAD7> a lvont:Character ;
    lvont:represents "𧻓"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-FAD7"@en .

<http://lexvo.org/id/char/FAD8> a lvont:Character ;
    lvont:represents "齃"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-FAD8"@en .

<http://lexvo.org/id/char/FAD9> a lvont:Character ;
    lvont:represents "龎"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-FAD9"@en .

<http://lexvo.org/id/char/FB00> a lvont:Character ;
    lvont:represents "ﬀ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LIGATURE FF"@en .

<http://lexvo.org/id/char/FB01> a lvont:Character ;
    lvont:represents "ﬁ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LIGATURE FI"@en .

<http://lexvo.org/id/char/FB02> a lvont:Character ;
    lvont:represents "ﬂ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LIGATURE FL"@en .

<http://lexvo.org/id/char/FB03> a lvont:Character ;
    lvont:represents "ﬃ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LIGATURE FFI"@en .

<http://lexvo.org/id/char/FB04> a lvont:Character ;
    lvont:represents "ﬄ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LIGATURE FFL"@en .

<http://lexvo.org/id/char/FB05> a lvont:Character ;
    lvont:represents "ﬅ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LIGATURE LONG S T"@en .

<http://lexvo.org/id/char/FB06> a lvont:Character ;
    lvont:represents "ﬆ"^^xsd:string ;
    rdfs:comment "LATIN SMALL LIGATURE ST"@en .

<http://lexvo.org/id/char/FB13> a lvont:Character ;
    lvont:represents "ﬓ"^^xsd:string ;
    rdfs:comment "ARMENIAN SMALL LIGATURE MEN NOW"@en .

<http://lexvo.org/id/char/FB14> a lvont:Character ;
    lvont:represents "ﬔ"^^xsd:string ;
    rdfs:comment "ARMENIAN SMALL LIGATURE MEN ECH"@en .

<http://lexvo.org/id/char/FB15> a lvont:Character ;
    lvont:represents "ﬕ"^^xsd:string ;
    rdfs:comment "ARMENIAN SMALL LIGATURE MEN INI"@en .

<http://lexvo.org/id/char/FB16> a lvont:Character ;
    lvont:represents "ﬖ"^^xsd:string ;
    rdfs:comment "ARMENIAN SMALL LIGATURE VEW NOW"@en .

<http://lexvo.org/id/char/FB17> a lvont:Character ;
    lvont:represents "ﬗ"^^xsd:string ;
    rdfs:comment "ARMENIAN SMALL LIGATURE MEN XEH"@en .

<http://lexvo.org/id/char/FB1D> a lvont:Character ;
    lvont:represents "יִ"^^xsd:string ;
    rdfs:comment "HEBREW LETTER YOD WITH HIRIQ"@en .

<http://lexvo.org/id/char/FB1E> a lvont:Character ;
    lvont:represents "ﬞ"^^xsd:string ;
    rdfs:comment "HEBREW POINT JUDEO-SPANISH VARIKA"@en .

<http://lexvo.org/id/char/FB1F> a lvont:Character ;
    lvont:represents "ײַ"^^xsd:string ;
    rdfs:comment "HEBREW LIGATURE YIDDISH YOD YOD PATAH"@en .

<http://lexvo.org/id/char/FB20> a lvont:Character ;
    lvont:represents "ﬠ"^^xsd:string ;
    rdfs:comment "HEBREW LETTER ALTERNATIVE AYIN"@en .

<http://lexvo.org/id/char/FB21> a lvont:Character ;
    lvont:represents "ﬡ"^^xsd:string ;
    rdfs:comment "HEBREW LETTER WIDE ALEF"@en .

<http://lexvo.org/id/char/FB22> a lvont:Character ;
    lvont:represents "ﬢ"^^xsd:string ;
    rdfs:comment "HEBREW LETTER WIDE DALET"@en .

<http://lexvo.org/id/char/FB23> a lvont:Character ;
    lvont:represents "ﬣ"^^xsd:string ;
    rdfs:comment "HEBREW LETTER WIDE HE"@en .

<http://lexvo.org/id/char/FB24> a lvont:Character ;
    lvont:represents "ﬤ"^^xsd:string ;
    rdfs:comment "HEBREW LETTER WIDE KAF"@en .

<http://lexvo.org/id/char/FB25> a lvont:Character ;
    lvont:represents "ﬥ"^^xsd:string ;
    rdfs:comment "HEBREW LETTER WIDE LAMED"@en .

<http://lexvo.org/id/char/FB26> a lvont:Character ;
    lvont:represents "ﬦ"^^xsd:string ;
    rdfs:comment "HEBREW LETTER WIDE FINAL MEM"@en .

<http://lexvo.org/id/char/FB27> a lvont:Character ;
    lvont:represents "ﬧ"^^xsd:string ;
    rdfs:comment "HEBREW LETTER WIDE RESH"@en .

<http://lexvo.org/id/char/FB28> a lvont:Character ;
    lvont:represents "ﬨ"^^xsd:string ;
    rdfs:comment "HEBREW LETTER WIDE TAV"@en .

<http://lexvo.org/id/char/FB29> a lvont:Character ;
    lvont:represents "﬩"^^xsd:string ;
    rdfs:comment "HEBREW LETTER ALTERNATIVE PLUS SIGN"@en .

<http://lexvo.org/id/char/FB2A> a lvont:Character ;
    lvont:represents "שׁ"^^xsd:string ;
    rdfs:comment "HEBREW LETTER SHIN WITH SHIN DOT"@en .

<http://lexvo.org/id/char/FB2B> a lvont:Character ;
    lvont:represents "שׂ"^^xsd:string ;
    rdfs:comment "HEBREW LETTER SHIN WITH SIN DOT"@en .

<http://lexvo.org/id/char/FB2C> a lvont:Character ;
    lvont:represents "שּׁ"^^xsd:string ;
    rdfs:comment "HEBREW LETTER SHIN WITH DAGESH AND SHIN DOT"@en .

<http://lexvo.org/id/char/FB2D> a lvont:Character ;
    lvont:represents "שּׂ"^^xsd:string ;
    rdfs:comment "HEBREW LETTER SHIN WITH DAGESH AND SIN DOT"@en .

<http://lexvo.org/id/char/FB2E> a lvont:Character ;
    lvont:represents "אַ"^^xsd:string ;
    rdfs:comment "HEBREW LETTER ALEF WITH PATAH"@en .

<http://lexvo.org/id/char/FB2F> a lvont:Character ;
    lvont:represents "אָ"^^xsd:string ;
    rdfs:comment "HEBREW LETTER ALEF WITH QAMATS"@en .

<http://lexvo.org/id/char/FB30> a lvont:Character ;
    lvont:represents "אּ"^^xsd:string ;
    rdfs:comment "HEBREW LETTER ALEF WITH MAPIQ"@en .

<http://lexvo.org/id/char/FB31> a lvont:Character ;
    lvont:represents "בּ"^^xsd:string ;
    rdfs:comment "HEBREW LETTER BET WITH DAGESH"@en .

<http://lexvo.org/id/char/FB32> a lvont:Character ;
    lvont:represents "גּ"^^xsd:string ;
    rdfs:comment "HEBREW LETTER GIMEL WITH DAGESH"@en .

<http://lexvo.org/id/char/FB33> a lvont:Character ;
    lvont:represents "דּ"^^xsd:string ;
    rdfs:comment "HEBREW LETTER DALET WITH DAGESH"@en .

<http://lexvo.org/id/char/FB34> a lvont:Character ;
    lvont:represents "הּ"^^xsd:string ;
    rdfs:comment "HEBREW LETTER HE WITH MAPIQ"@en .

<http://lexvo.org/id/char/FB35> a lvont:Character ;
    lvont:represents "וּ"^^xsd:string ;
    rdfs:comment "HEBREW LETTER VAV WITH DAGESH"@en .

<http://lexvo.org/id/char/FB36> a lvont:Character ;
    lvont:represents "זּ"^^xsd:string ;
    rdfs:comment "HEBREW LETTER ZAYIN WITH DAGESH"@en .

<http://lexvo.org/id/char/FB38> a lvont:Character ;
    lvont:represents "טּ"^^xsd:string ;
    rdfs:comment "HEBREW LETTER TET WITH DAGESH"@en .

<http://lexvo.org/id/char/FB39> a lvont:Character ;
    lvont:represents "יּ"^^xsd:string ;
    rdfs:comment "HEBREW LETTER YOD WITH DAGESH"@en .

<http://lexvo.org/id/char/FB3A> a lvont:Character ;
    lvont:represents "ךּ"^^xsd:string ;
    rdfs:comment "HEBREW LETTER FINAL KAF WITH DAGESH"@en .

<http://lexvo.org/id/char/FB3B> a lvont:Character ;
    lvont:represents "כּ"^^xsd:string ;
    rdfs:comment "HEBREW LETTER KAF WITH DAGESH"@en .

<http://lexvo.org/id/char/FB3C> a lvont:Character ;
    lvont:represents "לּ"^^xsd:string ;
    rdfs:comment "HEBREW LETTER LAMED WITH DAGESH"@en .

<http://lexvo.org/id/char/FB3E> a lvont:Character ;
    lvont:represents "מּ"^^xsd:string ;
    rdfs:comment "HEBREW LETTER MEM WITH DAGESH"@en .

<http://lexvo.org/id/char/FB40> a lvont:Character ;
    lvont:represents "נּ"^^xsd:string ;
    rdfs:comment "HEBREW LETTER NUN WITH DAGESH"@en .

<http://lexvo.org/id/char/FB41> a lvont:Character ;
    lvont:represents "סּ"^^xsd:string ;
    rdfs:comment "HEBREW LETTER SAMEKH WITH DAGESH"@en .

<http://lexvo.org/id/char/FB43> a lvont:Character ;
    lvont:represents "ףּ"^^xsd:string ;
    rdfs:comment "HEBREW LETTER FINAL PE WITH DAGESH"@en .

<http://lexvo.org/id/char/FB44> a lvont:Character ;
    lvont:represents "פּ"^^xsd:string ;
    rdfs:comment "HEBREW LETTER PE WITH DAGESH"@en .

<http://lexvo.org/id/char/FB46> a lvont:Character ;
    lvont:represents "צּ"^^xsd:string ;
    rdfs:comment "HEBREW LETTER TSADI WITH DAGESH"@en .

<http://lexvo.org/id/char/FB47> a lvont:Character ;
    lvont:represents "קּ"^^xsd:string ;
    rdfs:comment "HEBREW LETTER QOF WITH DAGESH"@en .

<http://lexvo.org/id/char/FB48> a lvont:Character ;
    lvont:represents "רּ"^^xsd:string ;
    rdfs:comment "HEBREW LETTER RESH WITH DAGESH"@en .

<http://lexvo.org/id/char/FB49> a lvont:Character ;
    lvont:represents "שּ"^^xsd:string ;
    rdfs:comment "HEBREW LETTER SHIN WITH DAGESH"@en .

<http://lexvo.org/id/char/FB4A> a lvont:Character ;
    lvont:represents "תּ"^^xsd:string ;
    rdfs:comment "HEBREW LETTER TAV WITH DAGESH"@en .

<http://lexvo.org/id/char/FB4B> a lvont:Character ;
    lvont:represents "וֹ"^^xsd:string ;
    rdfs:comment "HEBREW LETTER VAV WITH HOLAM"@en .

<http://lexvo.org/id/char/FB4C> a lvont:Character ;
    lvont:represents "בֿ"^^xsd:string ;
    rdfs:comment "HEBREW LETTER BET WITH RAFE"@en .

<http://lexvo.org/id/char/FB4D> a lvont:Character ;
    lvont:represents "כֿ"^^xsd:string ;
    rdfs:comment "HEBREW LETTER KAF WITH RAFE"@en .

<http://lexvo.org/id/char/FB4E> a lvont:Character ;
    lvont:represents "פֿ"^^xsd:string ;
    rdfs:comment "HEBREW LETTER PE WITH RAFE"@en .

<http://lexvo.org/id/char/FB4F> a lvont:Character ;
    lvont:represents "ﭏ"^^xsd:string ;
    rdfs:comment "HEBREW LIGATURE ALEF LAMED"@en .

<http://lexvo.org/id/char/FB50> a lvont:Character ;
    lvont:represents "ﭐ"^^xsd:string ;
    rdfs:comment "ARABIC LETTER ALEF WASLA ISOLATED FORM"@en .

<http://lexvo.org/id/char/FB51> a lvont:Character ;
    lvont:represents "ﭑ"^^xsd:string ;
    rdfs:comment "ARABIC LETTER ALEF WASLA FINAL FORM"@en .

<http://lexvo.org/id/char/FB52> a lvont:Character ;
    lvont:represents "ﭒ"^^xsd:string ;
    rdfs:comment "ARABIC LETTER BEEH ISOLATED FORM"@en .

<http://lexvo.org/id/char/FB53> a lvont:Character ;
    lvont:represents "ﭓ"^^xsd:string ;
    rdfs:comment "ARABIC LETTER BEEH FINAL FORM"@en .

<http://lexvo.org/id/char/FB54> a lvont:Character ;
    lvont:represents "ﭔ"^^xsd:string ;
    rdfs:comment "ARABIC LETTER BEEH INITIAL FORM"@en .

<http://lexvo.org/id/char/FB55> a lvont:Character ;
    lvont:represents "ﭕ"^^xsd:string ;
    rdfs:comment "ARABIC LETTER BEEH MEDIAL FORM"@en .

<http://lexvo.org/id/char/FB56> a lvont:Character ;
    lvont:represents "ﭖ"^^xsd:string ;
    rdfs:comment "ARABIC LETTER PEH ISOLATED FORM"@en .

<http://lexvo.org/id/char/FB57> a lvont:Character ;
    lvont:represents "ﭗ"^^xsd:string ;
    rdfs:comment "ARABIC LETTER PEH FINAL FORM"@en .

<http://lexvo.org/id/char/FB58> a lvont:Character ;
    lvont:represents "ﭘ"^^xsd:string ;
    rdfs:comment "ARABIC LETTER PEH INITIAL FORM"@en .

<http://lexvo.org/id/char/FB59> a lvont:Character ;
    lvont:represents "ﭙ"^^xsd:string ;
    rdfs:comment "ARABIC LETTER PEH MEDIAL FORM"@en .

<http://lexvo.org/id/char/FB5A> a lvont:Character ;
    lvont:represents "ﭚ"^^xsd:string ;
    rdfs:comment "ARABIC LETTER BEHEH ISOLATED FORM"@en .

<http://lexvo.org/id/char/FB5B> a lvont:Character ;
    lvont:represents "ﭛ"^^xsd:string ;
    rdfs:comment "ARABIC LETTER BEHEH FINAL FORM"@en .

<http://lexvo.org/id/char/FB5C> a lvont:Character ;
    lvont:represents "ﭜ"^^xsd:string ;
    rdfs:comment "ARABIC LETTER BEHEH INITIAL FORM"@en .

<http://lexvo.org/id/char/FB5D> a lvont:Character ;
    lvont:represents "ﭝ"^^xsd:string ;
    rdfs:comment "ARABIC LETTER BEHEH MEDIAL FORM"@en .

<http://lexvo.org/id/char/FB5E> a lvont:Character ;
    lvont:represents "ﭞ"^^xsd:string ;
    rdfs:comment "ARABIC LETTER TTEHEH ISOLATED FORM"@en .

<http://lexvo.org/id/char/FB5F> a lvont:Character ;
    lvont:represents "ﭟ"^^xsd:string ;
    rdfs:comment "ARABIC LETTER TTEHEH FINAL FORM"@en .

<http://lexvo.org/id/char/FB60> a lvont:Character ;
    lvont:represents "ﭠ"^^xsd:string ;
    rdfs:comment "ARABIC LETTER TTEHEH INITIAL FORM"@en .

<http://lexvo.org/id/char/FB61> a lvont:Character ;
    lvont:represents "ﭡ"^^xsd:string ;
    rdfs:comment "ARABIC LETTER TTEHEH MEDIAL FORM"@en .

<http://lexvo.org/id/char/FB62> a lvont:Character ;
    lvont:represents "ﭢ"^^xsd:string ;
    rdfs:comment "ARABIC LETTER TEHEH ISOLATED FORM"@en .

<http://lexvo.org/id/char/FB63> a lvont:Character ;
    lvont:represents "ﭣ"^^xsd:string ;
    rdfs:comment "ARABIC LETTER TEHEH FINAL FORM"@en .

<http://lexvo.org/id/char/FB64> a lvont:Character ;
    lvont:represents "ﭤ"^^xsd:string ;
    rdfs:comment "ARABIC LETTER TEHEH INITIAL FORM"@en .

<http://lexvo.org/id/char/FB65> a lvont:Character ;
    lvont:represents "ﭥ"^^xsd:string ;
    rdfs:comment "ARABIC LETTER TEHEH MEDIAL FORM"@en .

<http://lexvo.org/id/char/FB66> a lvont:Character ;
    lvont:represents "ﭦ"^^xsd:string ;
    rdfs:comment "ARABIC LETTER TTEH ISOLATED FORM"@en .

<http://lexvo.org/id/char/FB67> a lvont:Character ;
    lvont:represents "ﭧ"^^xsd:string ;
    rdfs:comment "ARABIC LETTER TTEH FINAL FORM"@en .

<http://lexvo.org/id/char/FB68> a lvont:Character ;
    lvont:represents "ﭨ"^^xsd:string ;
    rdfs:comment "ARABIC LETTER TTEH INITIAL FORM"@en .

<http://lexvo.org/id/char/FB69> a lvont:Character ;
    lvont:represents "ﭩ"^^xsd:string ;
    rdfs:comment "ARABIC LETTER TTEH MEDIAL FORM"@en .

<http://lexvo.org/id/char/FB6A> a lvont:Character ;
    lvont:represents "ﭪ"^^xsd:string ;
    rdfs:comment "ARABIC LETTER VEH ISOLATED FORM"@en .

<http://lexvo.org/id/char/FB6B> a lvont:Character ;
    lvont:represents "ﭫ"^^xsd:string ;
    rdfs:comment "ARABIC LETTER VEH FINAL FORM"@en .

<http://lexvo.org/id/char/FB6C> a lvont:Character ;
    lvont:represents "ﭬ"^^xsd:string ;
    rdfs:comment "ARABIC LETTER VEH INITIAL FORM"@en .

<http://lexvo.org/id/char/FB6D> a lvont:Character ;
    lvont:represents "ﭭ"^^xsd:string ;
    rdfs:comment "ARABIC LETTER VEH MEDIAL FORM"@en .

<http://lexvo.org/id/char/FB6E> a lvont:Character ;
    lvont:represents "ﭮ"^^xsd:string ;
    rdfs:comment "ARABIC LETTER PEHEH ISOLATED FORM"@en .

<http://lexvo.org/id/char/FB6F> a lvont:Character ;
    lvont:represents "ﭯ"^^xsd:string ;
    rdfs:comment "ARABIC LETTER PEHEH FINAL FORM"@en .

<http://lexvo.org/id/char/FB70> a lvont:Character ;
    lvont:represents "ﭰ"^^xsd:string ;
    rdfs:comment "ARABIC LETTER PEHEH INITIAL FORM"@en .

<http://lexvo.org/id/char/FB71> a lvont:Character ;
    lvont:represents "ﭱ"^^xsd:string ;
    rdfs:comment "ARABIC LETTER PEHEH MEDIAL FORM"@en .

<http://lexvo.org/id/char/FB72> a lvont:Character ;
    lvont:represents "ﭲ"^^xsd:string ;
    rdfs:comment "ARABIC LETTER DYEH ISOLATED FORM"@en .

<http://lexvo.org/id/char/FB73> a lvont:Character ;
    lvont:represents "ﭳ"^^xsd:string ;
    rdfs:comment "ARABIC LETTER DYEH FINAL FORM"@en .

<http://lexvo.org/id/char/FB74> a lvont:Character ;
    lvont:represents "ﭴ"^^xsd:string ;
    rdfs:comment "ARABIC LETTER DYEH INITIAL FORM"@en .

<http://lexvo.org/id/char/FB75> a lvont:Character ;
    lvont:represents "ﭵ"^^xsd:string ;
    rdfs:comment "ARABIC LETTER DYEH MEDIAL FORM"@en .

<http://lexvo.org/id/char/FB76> a lvont:Character ;
    lvont:represents "ﭶ"^^xsd:string ;
    rdfs:comment "ARABIC LETTER NYEH ISOLATED FORM"@en .

<http://lexvo.org/id/char/FB77> a lvont:Character ;
    lvont:represents "ﭷ"^^xsd:string ;
    rdfs:comment "ARABIC LETTER NYEH FINAL FORM"@en .

<http://lexvo.org/id/char/FB78> a lvont:Character ;
    lvont:represents "ﭸ"^^xsd:string ;
    rdfs:comment "ARABIC LETTER NYEH INITIAL FORM"@en .

<http://lexvo.org/id/char/FB79> a lvont:Character ;
    lvont:represents "ﭹ"^^xsd:string ;
    rdfs:comment "ARABIC LETTER NYEH MEDIAL FORM"@en .

<http://lexvo.org/id/char/FB7A> a lvont:Character ;
    lvont:represents "ﭺ"^^xsd:string ;
    rdfs:comment "ARABIC LETTER TCHEH ISOLATED FORM"@en .

<http://lexvo.org/id/char/FB7B> a lvont:Character ;
    lvont:represents "ﭻ"^^xsd:string ;
    rdfs:comment "ARABIC LETTER TCHEH FINAL FORM"@en .

<http://lexvo.org/id/char/FB7C> a lvont:Character ;
    lvont:represents "ﭼ"^^xsd:string ;
    rdfs:comment "ARABIC LETTER TCHEH INITIAL FORM"@en .

<http://lexvo.org/id/char/FB7D> a lvont:Character ;
    lvont:represents "ﭽ"^^xsd:string ;
    rdfs:comment "ARABIC LETTER TCHEH MEDIAL FORM"@en .

<http://lexvo.org/id/char/FB7E> a lvont:Character ;
    lvont:represents "ﭾ"^^xsd:string ;
    rdfs:comment "ARABIC LETTER TCHEHEH ISOLATED FORM"@en .

<http://lexvo.org/id/char/FB7F> a lvont:Character ;
    lvont:represents "ﭿ"^^xsd:string ;
    rdfs:comment "ARABIC LETTER TCHEHEH FINAL FORM"@en .

<http://lexvo.org/id/char/FB80> a lvont:Character ;
    lvont:represents "ﮀ"^^xsd:string ;
    rdfs:comment "ARABIC LETTER TCHEHEH INITIAL FORM"@en .

<http://lexvo.org/id/char/FB81> a lvont:Character ;
    lvont:represents "ﮁ"^^xsd:string ;
    rdfs:comment "ARABIC LETTER TCHEHEH MEDIAL FORM"@en .

<http://lexvo.org/id/char/FB82> a lvont:Character ;
    lvont:represents "ﮂ"^^xsd:string ;
    rdfs:comment "ARABIC LETTER DDAHAL ISOLATED FORM"@en .

<http://lexvo.org/id/char/FB83> a lvont:Character ;
    lvont:represents "ﮃ"^^xsd:string ;
    rdfs:comment "ARABIC LETTER DDAHAL FINAL FORM"@en .

<http://lexvo.org/id/char/FB84> a lvont:Character ;
    lvont:represents "ﮄ"^^xsd:string ;
    rdfs:comment "ARABIC LETTER DAHAL ISOLATED FORM"@en .

<http://lexvo.org/id/char/FB85> a lvont:Character ;
    lvont:represents "ﮅ"^^xsd:string ;
    rdfs:comment "ARABIC LETTER DAHAL FINAL FORM"@en .

<http://lexvo.org/id/char/FB86> a lvont:Character ;
    lvont:represents "ﮆ"^^xsd:string ;
    rdfs:comment "ARABIC LETTER DUL ISOLATED FORM"@en .

<http://lexvo.org/id/char/FB87> a lvont:Character ;
    lvont:represents "ﮇ"^^xsd:string ;
    rdfs:comment "ARABIC LETTER DUL FINAL FORM"@en .

<http://lexvo.org/id/char/FB88> a lvont:Character ;
    lvont:represents "ﮈ"^^xsd:string ;
    rdfs:comment "ARABIC LETTER DDAL ISOLATED FORM"@en .

<http://lexvo.org/id/char/FB89> a lvont:Character ;
    lvont:represents "ﮉ"^^xsd:string ;
    rdfs:comment "ARABIC LETTER DDAL FINAL FORM"@en .

<http://lexvo.org/id/char/FB8A> a lvont:Character ;
    lvont:represents "ﮊ"^^xsd:string ;
    rdfs:comment "ARABIC LETTER JEH ISOLATED FORM"@en .

<http://lexvo.org/id/char/FB8B> a lvont:Character ;
    lvont:represents "ﮋ"^^xsd:string ;
    rdfs:comment "ARABIC LETTER JEH FINAL FORM"@en .

<http://lexvo.org/id/char/FB8C> a lvont:Character ;
    lvont:represents "ﮌ"^^xsd:string ;
    rdfs:comment "ARABIC LETTER RREH ISOLATED FORM"@en .

<http://lexvo.org/id/char/FB8D> a lvont:Character ;
    lvont:represents "ﮍ"^^xsd:string ;
    rdfs:comment "ARABIC LETTER RREH FINAL FORM"@en .

<http://lexvo.org/id/char/FB8E> a lvont:Character ;
    lvont:represents "ﮎ"^^xsd:string ;
    rdfs:comment "ARABIC LETTER KEHEH ISOLATED FORM"@en .

<http://lexvo.org/id/char/FB8F> a lvont:Character ;
    lvont:represents "ﮏ"^^xsd:string ;
    rdfs:comment "ARABIC LETTER KEHEH FINAL FORM"@en .

<http://lexvo.org/id/char/FB90> a lvont:Character ;
    lvont:represents "ﮐ"^^xsd:string ;
    rdfs:comment "ARABIC LETTER KEHEH INITIAL FORM"@en .

<http://lexvo.org/id/char/FB91> a lvont:Character ;
    lvont:represents "ﮑ"^^xsd:string ;
    rdfs:comment "ARABIC LETTER KEHEH MEDIAL FORM"@en .

<http://lexvo.org/id/char/FB92> a lvont:Character ;
    lvont:represents "ﮒ"^^xsd:string ;
    rdfs:comment "ARABIC LETTER GAF ISOLATED FORM"@en .

<http://lexvo.org/id/char/FB93> a lvont:Character ;
    lvont:represents "ﮓ"^^xsd:string ;
    rdfs:comment "ARABIC LETTER GAF FINAL FORM"@en .

<http://lexvo.org/id/char/FB94> a lvont:Character ;
    lvont:represents "ﮔ"^^xsd:string ;
    rdfs:comment "ARABIC LETTER GAF INITIAL FORM"@en .

<http://lexvo.org/id/char/FB95> a lvont:Character ;
    lvont:represents "ﮕ"^^xsd:string ;
    rdfs:comment "ARABIC LETTER GAF MEDIAL FORM"@en .

<http://lexvo.org/id/char/FB96> a lvont:Character ;
    lvont:represents "ﮖ"^^xsd:string ;
    rdfs:comment "ARABIC LETTER GUEH ISOLATED FORM"@en .

<http://lexvo.org/id/char/FB97> a lvont:Character ;
    lvont:represents "ﮗ"^^xsd:string ;
    rdfs:comment "ARABIC LETTER GUEH FINAL FORM"@en .

<http://lexvo.org/id/char/FB98> a lvont:Character ;
    lvont:represents "ﮘ"^^xsd:string ;
    rdfs:comment "ARABIC LETTER GUEH INITIAL FORM"@en .

<http://lexvo.org/id/char/FB99> a lvont:Character ;
    lvont:represents "ﮙ"^^xsd:string ;
    rdfs:comment "ARABIC LETTER GUEH MEDIAL FORM"@en .

<http://lexvo.org/id/char/FB9A> a lvont:Character ;
    lvont:represents "ﮚ"^^xsd:string ;
    rdfs:comment "ARABIC LETTER NGOEH ISOLATED FORM"@en .

<http://lexvo.org/id/char/FB9B> a lvont:Character ;
    lvont:represents "ﮛ"^^xsd:string ;
    rdfs:comment "ARABIC LETTER NGOEH FINAL FORM"@en .

<http://lexvo.org/id/char/FB9C> a lvont:Character ;
    lvont:represents "ﮜ"^^xsd:string ;
    rdfs:comment "ARABIC LETTER NGOEH INITIAL FORM"@en .

<http://lexvo.org/id/char/FB9D> a lvont:Character ;
    lvont:represents "ﮝ"^^xsd:string ;
    rdfs:comment "ARABIC LETTER NGOEH MEDIAL FORM"@en .

<http://lexvo.org/id/char/FB9E> a lvont:Character ;
    lvont:represents "ﮞ"^^xsd:string ;
    rdfs:comment "ARABIC LETTER NOON GHUNNA ISOLATED FORM"@en .

<http://lexvo.org/id/char/FB9F> a lvont:Character ;
    lvont:represents "ﮟ"^^xsd:string ;
    rdfs:comment "ARABIC LETTER NOON GHUNNA FINAL FORM"@en .

<http://lexvo.org/id/char/FBA0> a lvont:Character ;
    lvont:represents "ﮠ"^^xsd:string ;
    rdfs:comment "ARABIC LETTER RNOON ISOLATED FORM"@en .

<http://lexvo.org/id/char/FBA1> a lvont:Character ;
    lvont:represents "ﮡ"^^xsd:string ;
    rdfs:comment "ARABIC LETTER RNOON FINAL FORM"@en .

<http://lexvo.org/id/char/FBA2> a lvont:Character ;
    lvont:represents "ﮢ"^^xsd:string ;
    rdfs:comment "ARABIC LETTER RNOON INITIAL FORM"@en .

<http://lexvo.org/id/char/FBA3> a lvont:Character ;
    lvont:represents "ﮣ"^^xsd:string ;
    rdfs:comment "ARABIC LETTER RNOON MEDIAL FORM"@en .

<http://lexvo.org/id/char/FBA4> a lvont:Character ;
    lvont:represents "ﮤ"^^xsd:string ;
    rdfs:comment "ARABIC LETTER HEH WITH YEH ABOVE ISOLATED FORM"@en .

<http://lexvo.org/id/char/FBA5> a lvont:Character ;
    lvont:represents "ﮥ"^^xsd:string ;
    rdfs:comment "ARABIC LETTER HEH WITH YEH ABOVE FINAL FORM"@en .

<http://lexvo.org/id/char/FBA6> a lvont:Character ;
    lvont:represents "ﮦ"^^xsd:string ;
    rdfs:comment "ARABIC LETTER HEH GOAL ISOLATED FORM"@en .

<http://lexvo.org/id/char/FBA7> a lvont:Character ;
    lvont:represents "ﮧ"^^xsd:string ;
    rdfs:comment "ARABIC LETTER HEH GOAL FINAL FORM"@en .

<http://lexvo.org/id/char/FBA8> a lvont:Character ;
    lvont:represents "ﮨ"^^xsd:string ;
    rdfs:comment "ARABIC LETTER HEH GOAL INITIAL FORM"@en .

<http://lexvo.org/id/char/FBA9> a lvont:Character ;
    lvont:represents "ﮩ"^^xsd:string ;
    rdfs:comment "ARABIC LETTER HEH GOAL MEDIAL FORM"@en .

<http://lexvo.org/id/char/FBAA> a lvont:Character ;
    lvont:represents "ﮪ"^^xsd:string ;
    rdfs:comment "ARABIC LETTER HEH DOACHASHMEE ISOLATED FORM"@en .

<http://lexvo.org/id/char/FBAB> a lvont:Character ;
    lvont:represents "ﮫ"^^xsd:string ;
    rdfs:comment "ARABIC LETTER HEH DOACHASHMEE FINAL FORM"@en .

<http://lexvo.org/id/char/FBAC> a lvont:Character ;
    lvont:represents "ﮬ"^^xsd:string ;
    rdfs:comment "ARABIC LETTER HEH DOACHASHMEE INITIAL FORM"@en .

<http://lexvo.org/id/char/FBAD> a lvont:Character ;
    lvont:represents "ﮭ"^^xsd:string ;
    rdfs:comment "ARABIC LETTER HEH DOACHASHMEE MEDIAL FORM"@en .

<http://lexvo.org/id/char/FBAE> a lvont:Character ;
    lvont:represents "ﮮ"^^xsd:string ;
    rdfs:comment "ARABIC LETTER YEH BARREE ISOLATED FORM"@en .

<http://lexvo.org/id/char/FBAF> a lvont:Character ;
    lvont:represents "ﮯ"^^xsd:string ;
    rdfs:comment "ARABIC LETTER YEH BARREE FINAL FORM"@en .

<http://lexvo.org/id/char/FBB0> a lvont:Character ;
    lvont:represents "ﮰ"^^xsd:string ;
    rdfs:comment "ARABIC LETTER YEH BARREE WITH HAMZA ABOVE ISOLATED FORM"@en .

<http://lexvo.org/id/char/FBB1> a lvont:Character ;
    lvont:represents "ﮱ"^^xsd:string ;
    rdfs:comment "ARABIC LETTER YEH BARREE WITH HAMZA ABOVE FINAL FORM"@en .

<http://lexvo.org/id/char/FBB2> a lvont:Character ;
    lvont:represents "﮲"^^xsd:string ;
    rdfs:comment "ARABIC SYMBOL DOT ABOVE"@en .

<http://lexvo.org/id/char/FBB3> a lvont:Character ;
    lvont:represents "﮳"^^xsd:string ;
    rdfs:comment "ARABIC SYMBOL DOT BELOW"@en .

<http://lexvo.org/id/char/FBB4> a lvont:Character ;
    lvont:represents "﮴"^^xsd:string ;
    rdfs:comment "ARABIC SYMBOL TWO DOTS ABOVE"@en .

<http://lexvo.org/id/char/FBB5> a lvont:Character ;
    lvont:represents "﮵"^^xsd:string ;
    rdfs:comment "ARABIC SYMBOL TWO DOTS BELOW"@en .

<http://lexvo.org/id/char/FBB6> a lvont:Character ;
    lvont:represents "﮶"^^xsd:string ;
    rdfs:comment "ARABIC SYMBOL THREE DOTS ABOVE"@en .

<http://lexvo.org/id/char/FBB7> a lvont:Character ;
    lvont:represents "﮷"^^xsd:string ;
    rdfs:comment "ARABIC SYMBOL THREE DOTS BELOW"@en .

<http://lexvo.org/id/char/FBB8> a lvont:Character ;
    lvont:represents "﮸"^^xsd:string ;
    rdfs:comment "ARABIC SYMBOL THREE DOTS POINTING DOWNWARDS ABOVE"@en .

<http://lexvo.org/id/char/FBB9> a lvont:Character ;
    lvont:represents "﮹"^^xsd:string ;
    rdfs:comment "ARABIC SYMBOL THREE DOTS POINTING DOWNWARDS BELOW"@en .

<http://lexvo.org/id/char/FBBA> a lvont:Character ;
    lvont:represents "﮺"^^xsd:string ;
    rdfs:comment "ARABIC SYMBOL FOUR DOTS ABOVE"@en .

<http://lexvo.org/id/char/FBBB> a lvont:Character ;
    lvont:represents "﮻"^^xsd:string ;
    rdfs:comment "ARABIC SYMBOL FOUR DOTS BELOW"@en .

<http://lexvo.org/id/char/FBBC> a lvont:Character ;
    lvont:represents "﮼"^^xsd:string ;
    rdfs:comment "ARABIC SYMBOL DOUBLE VERTICAL BAR BELOW"@en .

<http://lexvo.org/id/char/FBBD> a lvont:Character ;
    lvont:represents "﮽"^^xsd:string ;
    rdfs:comment "ARABIC SYMBOL TWO DOTS VERTICALLY ABOVE"@en .

<http://lexvo.org/id/char/FBBE> a lvont:Character ;
    lvont:represents "﮾"^^xsd:string ;
    rdfs:comment "ARABIC SYMBOL TWO DOTS VERTICALLY BELOW"@en .

<http://lexvo.org/id/char/FBBF> a lvont:Character ;
    lvont:represents "﮿"^^xsd:string ;
    rdfs:comment "ARABIC SYMBOL RING"@en .

<http://lexvo.org/id/char/FBC0> a lvont:Character ;
    lvont:represents "﯀"^^xsd:string ;
    rdfs:comment "ARABIC SYMBOL SMALL TAH ABOVE"@en .

<http://lexvo.org/id/char/FBC1> a lvont:Character ;
    lvont:represents "﯁"^^xsd:string ;
    rdfs:comment "ARABIC SYMBOL SMALL TAH BELOW"@en .

<http://lexvo.org/id/char/FBD3> a lvont:Character ;
    lvont:represents "ﯓ"^^xsd:string ;
    rdfs:comment "ARABIC LETTER NG ISOLATED FORM"@en .

<http://lexvo.org/id/char/FBD4> a lvont:Character ;
    lvont:represents "ﯔ"^^xsd:string ;
    rdfs:comment "ARABIC LETTER NG FINAL FORM"@en .

<http://lexvo.org/id/char/FBD5> a lvont:Character ;
    lvont:represents "ﯕ"^^xsd:string ;
    rdfs:comment "ARABIC LETTER NG INITIAL FORM"@en .

<http://lexvo.org/id/char/FBD6> a lvont:Character ;
    lvont:represents "ﯖ"^^xsd:string ;
    rdfs:comment "ARABIC LETTER NG MEDIAL FORM"@en .

<http://lexvo.org/id/char/FBD7> a lvont:Character ;
    lvont:represents "ﯗ"^^xsd:string ;
    rdfs:comment "ARABIC LETTER U ISOLATED FORM"@en .

<http://lexvo.org/id/char/FBD8> a lvont:Character ;
    lvont:represents "ﯘ"^^xsd:string ;
    rdfs:comment "ARABIC LETTER U FINAL FORM"@en .

<http://lexvo.org/id/char/FBD9> a lvont:Character ;
    lvont:represents "ﯙ"^^xsd:string ;
    rdfs:comment "ARABIC LETTER OE ISOLATED FORM"@en .

<http://lexvo.org/id/char/FBDA> a lvont:Character ;
    lvont:represents "ﯚ"^^xsd:string ;
    rdfs:comment "ARABIC LETTER OE FINAL FORM"@en .

<http://lexvo.org/id/char/FBDB> a lvont:Character ;
    lvont:represents "ﯛ"^^xsd:string ;
    rdfs:comment "ARABIC LETTER YU ISOLATED FORM"@en .

<http://lexvo.org/id/char/FBDC> a lvont:Character ;
    lvont:represents "ﯜ"^^xsd:string ;
    rdfs:comment "ARABIC LETTER YU FINAL FORM"@en .

<http://lexvo.org/id/char/FBDD> a lvont:Character ;
    lvont:represents "ﯝ"^^xsd:string ;
    rdfs:comment "ARABIC LETTER U WITH HAMZA ABOVE ISOLATED FORM"@en .

<http://lexvo.org/id/char/FBDE> a lvont:Character ;
    lvont:represents "ﯞ"^^xsd:string ;
    rdfs:comment "ARABIC LETTER VE ISOLATED FORM"@en .

<http://lexvo.org/id/char/FBDF> a lvont:Character ;
    lvont:represents "ﯟ"^^xsd:string ;
    rdfs:comment "ARABIC LETTER VE FINAL FORM"@en .

<http://lexvo.org/id/char/FBE0> a lvont:Character ;
    lvont:represents "ﯠ"^^xsd:string ;
    rdfs:comment "ARABIC LETTER KIRGHIZ OE ISOLATED FORM"@en .

<http://lexvo.org/id/char/FBE1> a lvont:Character ;
    lvont:represents "ﯡ"^^xsd:string ;
    rdfs:comment "ARABIC LETTER KIRGHIZ OE FINAL FORM"@en .

<http://lexvo.org/id/char/FBE2> a lvont:Character ;
    lvont:represents "ﯢ"^^xsd:string ;
    rdfs:comment "ARABIC LETTER KIRGHIZ YU ISOLATED FORM"@en .

<http://lexvo.org/id/char/FBE3> a lvont:Character ;
    lvont:represents "ﯣ"^^xsd:string ;
    rdfs:comment "ARABIC LETTER KIRGHIZ YU FINAL FORM"@en .

<http://lexvo.org/id/char/FBE4> a lvont:Character ;
    lvont:represents "ﯤ"^^xsd:string ;
    rdfs:comment "ARABIC LETTER E ISOLATED FORM"@en .

<http://lexvo.org/id/char/FBE5> a lvont:Character ;
    lvont:represents "ﯥ"^^xsd:string ;
    rdfs:comment "ARABIC LETTER E FINAL FORM"@en .

<http://lexvo.org/id/char/FBE6> a lvont:Character ;
    lvont:represents "ﯦ"^^xsd:string ;
    rdfs:comment "ARABIC LETTER E INITIAL FORM"@en .

<http://lexvo.org/id/char/FBE7> a lvont:Character ;
    lvont:represents "ﯧ"^^xsd:string ;
    rdfs:comment "ARABIC LETTER E MEDIAL FORM"@en .

<http://lexvo.org/id/char/FBE8> a lvont:Character ;
    lvont:represents "ﯨ"^^xsd:string ;
    rdfs:comment "ARABIC LETTER UIGHUR KAZAKH KIRGHIZ ALEF MAKSURA INITIAL FORM"@en .

<http://lexvo.org/id/char/FBE9> a lvont:Character ;
    lvont:represents "ﯩ"^^xsd:string ;
    rdfs:comment "ARABIC LETTER UIGHUR KAZAKH KIRGHIZ ALEF MAKSURA MEDIAL FORM"@en .

<http://lexvo.org/id/char/FBEA> a lvont:Character ;
    lvont:represents "ﯪ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE YEH WITH HAMZA ABOVE WITH ALEF ISOLATED FORM"@en .

<http://lexvo.org/id/char/FBEB> a lvont:Character ;
    lvont:represents "ﯫ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE YEH WITH HAMZA ABOVE WITH ALEF FINAL FORM"@en .

<http://lexvo.org/id/char/FBEC> a lvont:Character ;
    lvont:represents "ﯬ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE YEH WITH HAMZA ABOVE WITH AE ISOLATED FORM"@en .

<http://lexvo.org/id/char/FBED> a lvont:Character ;
    lvont:represents "ﯭ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE YEH WITH HAMZA ABOVE WITH AE FINAL FORM"@en .

<http://lexvo.org/id/char/FBEE> a lvont:Character ;
    lvont:represents "ﯮ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE YEH WITH HAMZA ABOVE WITH WAW ISOLATED FORM"@en .

<http://lexvo.org/id/char/FBEF> a lvont:Character ;
    lvont:represents "ﯯ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE YEH WITH HAMZA ABOVE WITH WAW FINAL FORM"@en .

<http://lexvo.org/id/char/FBF0> a lvont:Character ;
    lvont:represents "ﯰ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE YEH WITH HAMZA ABOVE WITH U ISOLATED FORM"@en .

<http://lexvo.org/id/char/FBF1> a lvont:Character ;
    lvont:represents "ﯱ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE YEH WITH HAMZA ABOVE WITH U FINAL FORM"@en .

<http://lexvo.org/id/char/FBF2> a lvont:Character ;
    lvont:represents "ﯲ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE YEH WITH HAMZA ABOVE WITH OE ISOLATED FORM"@en .

<http://lexvo.org/id/char/FBF3> a lvont:Character ;
    lvont:represents "ﯳ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE YEH WITH HAMZA ABOVE WITH OE FINAL FORM"@en .

<http://lexvo.org/id/char/FBF4> a lvont:Character ;
    lvont:represents "ﯴ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE YEH WITH HAMZA ABOVE WITH YU ISOLATED FORM"@en .

<http://lexvo.org/id/char/FBF5> a lvont:Character ;
    lvont:represents "ﯵ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE YEH WITH HAMZA ABOVE WITH YU FINAL FORM"@en .

<http://lexvo.org/id/char/FBF6> a lvont:Character ;
    lvont:represents "ﯶ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE YEH WITH HAMZA ABOVE WITH E ISOLATED FORM"@en .

<http://lexvo.org/id/char/FBF7> a lvont:Character ;
    lvont:represents "ﯷ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE YEH WITH HAMZA ABOVE WITH E FINAL FORM"@en .

<http://lexvo.org/id/char/FBF8> a lvont:Character ;
    lvont:represents "ﯸ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE YEH WITH HAMZA ABOVE WITH E INITIAL FORM"@en .

<http://lexvo.org/id/char/FBF9> a lvont:Character ;
    lvont:represents "ﯹ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE UIGHUR KIRGHIZ YEH WITH HAMZA ABOVE WITH ALEF MAKSURA ISOLATED FORM"@en .

<http://lexvo.org/id/char/FBFA> a lvont:Character ;
    lvont:represents "ﯺ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE UIGHUR KIRGHIZ YEH WITH HAMZA ABOVE WITH ALEF MAKSURA FINAL FORM"@en .

<http://lexvo.org/id/char/FBFB> a lvont:Character ;
    lvont:represents "ﯻ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE UIGHUR KIRGHIZ YEH WITH HAMZA ABOVE WITH ALEF MAKSURA INITIAL FORM"@en .

<http://lexvo.org/id/char/FBFC> a lvont:Character ;
    lvont:represents "ﯼ"^^xsd:string ;
    rdfs:comment "ARABIC LETTER FARSI YEH ISOLATED FORM"@en .

<http://lexvo.org/id/char/FBFD> a lvont:Character ;
    lvont:represents "ﯽ"^^xsd:string ;
    rdfs:comment "ARABIC LETTER FARSI YEH FINAL FORM"@en .

<http://lexvo.org/id/char/FBFE> a lvont:Character ;
    lvont:represents "ﯾ"^^xsd:string ;
    rdfs:comment "ARABIC LETTER FARSI YEH INITIAL FORM"@en .

<http://lexvo.org/id/char/FBFF> a lvont:Character ;
    lvont:represents "ﯿ"^^xsd:string ;
    rdfs:comment "ARABIC LETTER FARSI YEH MEDIAL FORM"@en .

<http://lexvo.org/id/char/FC00> a lvont:Character ;
    lvont:represents "ﰀ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE YEH WITH HAMZA ABOVE WITH JEEM ISOLATED FORM"@en .

<http://lexvo.org/id/char/FC01> a lvont:Character ;
    lvont:represents "ﰁ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE YEH WITH HAMZA ABOVE WITH HAH ISOLATED FORM"@en .

<http://lexvo.org/id/char/FC02> a lvont:Character ;
    lvont:represents "ﰂ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE YEH WITH HAMZA ABOVE WITH MEEM ISOLATED FORM"@en .

<http://lexvo.org/id/char/FC03> a lvont:Character ;
    lvont:represents "ﰃ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE YEH WITH HAMZA ABOVE WITH ALEF MAKSURA ISOLATED FORM"@en .

<http://lexvo.org/id/char/FC04> a lvont:Character ;
    lvont:represents "ﰄ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE YEH WITH HAMZA ABOVE WITH YEH ISOLATED FORM"@en .

<http://lexvo.org/id/char/FC05> a lvont:Character ;
    lvont:represents "ﰅ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE BEH WITH JEEM ISOLATED FORM"@en .

<http://lexvo.org/id/char/FC06> a lvont:Character ;
    lvont:represents "ﰆ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE BEH WITH HAH ISOLATED FORM"@en .

<http://lexvo.org/id/char/FC07> a lvont:Character ;
    lvont:represents "ﰇ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE BEH WITH KHAH ISOLATED FORM"@en .

<http://lexvo.org/id/char/FC08> a lvont:Character ;
    lvont:represents "ﰈ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE BEH WITH MEEM ISOLATED FORM"@en .

<http://lexvo.org/id/char/FC09> a lvont:Character ;
    lvont:represents "ﰉ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE BEH WITH ALEF MAKSURA ISOLATED FORM"@en .

<http://lexvo.org/id/char/FC0A> a lvont:Character ;
    lvont:represents "ﰊ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE BEH WITH YEH ISOLATED FORM"@en .

<http://lexvo.org/id/char/FC0B> a lvont:Character ;
    lvont:represents "ﰋ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE TEH WITH JEEM ISOLATED FORM"@en .

<http://lexvo.org/id/char/FC0C> a lvont:Character ;
    lvont:represents "ﰌ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE TEH WITH HAH ISOLATED FORM"@en .

<http://lexvo.org/id/char/FC0D> a lvont:Character ;
    lvont:represents "ﰍ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE TEH WITH KHAH ISOLATED FORM"@en .

<http://lexvo.org/id/char/FC0E> a lvont:Character ;
    lvont:represents "ﰎ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE TEH WITH MEEM ISOLATED FORM"@en .

<http://lexvo.org/id/char/FC0F> a lvont:Character ;
    lvont:represents "ﰏ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE TEH WITH ALEF MAKSURA ISOLATED FORM"@en .

<http://lexvo.org/id/char/FC10> a lvont:Character ;
    lvont:represents "ﰐ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE TEH WITH YEH ISOLATED FORM"@en .

<http://lexvo.org/id/char/FC11> a lvont:Character ;
    lvont:represents "ﰑ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE THEH WITH JEEM ISOLATED FORM"@en .

<http://lexvo.org/id/char/FC12> a lvont:Character ;
    lvont:represents "ﰒ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE THEH WITH MEEM ISOLATED FORM"@en .

<http://lexvo.org/id/char/FC13> a lvont:Character ;
    lvont:represents "ﰓ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE THEH WITH ALEF MAKSURA ISOLATED FORM"@en .

<http://lexvo.org/id/char/FC14> a lvont:Character ;
    lvont:represents "ﰔ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE THEH WITH YEH ISOLATED FORM"@en .

<http://lexvo.org/id/char/FC15> a lvont:Character ;
    lvont:represents "ﰕ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE JEEM WITH HAH ISOLATED FORM"@en .

<http://lexvo.org/id/char/FC16> a lvont:Character ;
    lvont:represents "ﰖ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE JEEM WITH MEEM ISOLATED FORM"@en .

<http://lexvo.org/id/char/FC17> a lvont:Character ;
    lvont:represents "ﰗ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE HAH WITH JEEM ISOLATED FORM"@en .

<http://lexvo.org/id/char/FC18> a lvont:Character ;
    lvont:represents "ﰘ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE HAH WITH MEEM ISOLATED FORM"@en .

<http://lexvo.org/id/char/FC19> a lvont:Character ;
    lvont:represents "ﰙ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE KHAH WITH JEEM ISOLATED FORM"@en .

<http://lexvo.org/id/char/FC1A> a lvont:Character ;
    lvont:represents "ﰚ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE KHAH WITH HAH ISOLATED FORM"@en .

<http://lexvo.org/id/char/FC1B> a lvont:Character ;
    lvont:represents "ﰛ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE KHAH WITH MEEM ISOLATED FORM"@en .

<http://lexvo.org/id/char/FC1C> a lvont:Character ;
    lvont:represents "ﰜ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE SEEN WITH JEEM ISOLATED FORM"@en .

<http://lexvo.org/id/char/FC1D> a lvont:Character ;
    lvont:represents "ﰝ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE SEEN WITH HAH ISOLATED FORM"@en .

<http://lexvo.org/id/char/FC1E> a lvont:Character ;
    lvont:represents "ﰞ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE SEEN WITH KHAH ISOLATED FORM"@en .

<http://lexvo.org/id/char/FC1F> a lvont:Character ;
    lvont:represents "ﰟ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE SEEN WITH MEEM ISOLATED FORM"@en .

<http://lexvo.org/id/char/FC20> a lvont:Character ;
    lvont:represents "ﰠ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE SAD WITH HAH ISOLATED FORM"@en .

<http://lexvo.org/id/char/FC21> a lvont:Character ;
    lvont:represents "ﰡ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE SAD WITH MEEM ISOLATED FORM"@en .

<http://lexvo.org/id/char/FC22> a lvont:Character ;
    lvont:represents "ﰢ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE DAD WITH JEEM ISOLATED FORM"@en .

<http://lexvo.org/id/char/FC23> a lvont:Character ;
    lvont:represents "ﰣ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE DAD WITH HAH ISOLATED FORM"@en .

<http://lexvo.org/id/char/FC24> a lvont:Character ;
    lvont:represents "ﰤ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE DAD WITH KHAH ISOLATED FORM"@en .

<http://lexvo.org/id/char/FC25> a lvont:Character ;
    lvont:represents "ﰥ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE DAD WITH MEEM ISOLATED FORM"@en .

<http://lexvo.org/id/char/FC26> a lvont:Character ;
    lvont:represents "ﰦ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE TAH WITH HAH ISOLATED FORM"@en .

<http://lexvo.org/id/char/FC27> a lvont:Character ;
    lvont:represents "ﰧ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE TAH WITH MEEM ISOLATED FORM"@en .

<http://lexvo.org/id/char/FC28> a lvont:Character ;
    lvont:represents "ﰨ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE ZAH WITH MEEM ISOLATED FORM"@en .

<http://lexvo.org/id/char/FC29> a lvont:Character ;
    lvont:represents "ﰩ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE AIN WITH JEEM ISOLATED FORM"@en .

<http://lexvo.org/id/char/FC2A> a lvont:Character ;
    lvont:represents "ﰪ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE AIN WITH MEEM ISOLATED FORM"@en .

<http://lexvo.org/id/char/FC2B> a lvont:Character ;
    lvont:represents "ﰫ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE GHAIN WITH JEEM ISOLATED FORM"@en .

<http://lexvo.org/id/char/FC2C> a lvont:Character ;
    lvont:represents "ﰬ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE GHAIN WITH MEEM ISOLATED FORM"@en .

<http://lexvo.org/id/char/FC2D> a lvont:Character ;
    lvont:represents "ﰭ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE FEH WITH JEEM ISOLATED FORM"@en .

<http://lexvo.org/id/char/FC2E> a lvont:Character ;
    lvont:represents "ﰮ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE FEH WITH HAH ISOLATED FORM"@en .

<http://lexvo.org/id/char/FC2F> a lvont:Character ;
    lvont:represents "ﰯ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE FEH WITH KHAH ISOLATED FORM"@en .

<http://lexvo.org/id/char/FC30> a lvont:Character ;
    lvont:represents "ﰰ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE FEH WITH MEEM ISOLATED FORM"@en .

<http://lexvo.org/id/char/FC31> a lvont:Character ;
    lvont:represents "ﰱ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE FEH WITH ALEF MAKSURA ISOLATED FORM"@en .

<http://lexvo.org/id/char/FC32> a lvont:Character ;
    lvont:represents "ﰲ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE FEH WITH YEH ISOLATED FORM"@en .

<http://lexvo.org/id/char/FC33> a lvont:Character ;
    lvont:represents "ﰳ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE QAF WITH HAH ISOLATED FORM"@en .

<http://lexvo.org/id/char/FC34> a lvont:Character ;
    lvont:represents "ﰴ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE QAF WITH MEEM ISOLATED FORM"@en .

<http://lexvo.org/id/char/FC35> a lvont:Character ;
    lvont:represents "ﰵ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE QAF WITH ALEF MAKSURA ISOLATED FORM"@en .

<http://lexvo.org/id/char/FC36> a lvont:Character ;
    lvont:represents "ﰶ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE QAF WITH YEH ISOLATED FORM"@en .

<http://lexvo.org/id/char/FC37> a lvont:Character ;
    lvont:represents "ﰷ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE KAF WITH ALEF ISOLATED FORM"@en .

<http://lexvo.org/id/char/FC38> a lvont:Character ;
    lvont:represents "ﰸ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE KAF WITH JEEM ISOLATED FORM"@en .

<http://lexvo.org/id/char/FC39> a lvont:Character ;
    lvont:represents "ﰹ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE KAF WITH HAH ISOLATED FORM"@en .

<http://lexvo.org/id/char/FC3A> a lvont:Character ;
    lvont:represents "ﰺ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE KAF WITH KHAH ISOLATED FORM"@en .

<http://lexvo.org/id/char/FC3B> a lvont:Character ;
    lvont:represents "ﰻ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE KAF WITH LAM ISOLATED FORM"@en .

<http://lexvo.org/id/char/FC3C> a lvont:Character ;
    lvont:represents "ﰼ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE KAF WITH MEEM ISOLATED FORM"@en .

<http://lexvo.org/id/char/FC3D> a lvont:Character ;
    lvont:represents "ﰽ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE KAF WITH ALEF MAKSURA ISOLATED FORM"@en .

<http://lexvo.org/id/char/FC3E> a lvont:Character ;
    lvont:represents "ﰾ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE KAF WITH YEH ISOLATED FORM"@en .

<http://lexvo.org/id/char/FC3F> a lvont:Character ;
    lvont:represents "ﰿ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE LAM WITH JEEM ISOLATED FORM"@en .

<http://lexvo.org/id/char/FC40> a lvont:Character ;
    lvont:represents "ﱀ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE LAM WITH HAH ISOLATED FORM"@en .

<http://lexvo.org/id/char/FC41> a lvont:Character ;
    lvont:represents "ﱁ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE LAM WITH KHAH ISOLATED FORM"@en .

<http://lexvo.org/id/char/FC42> a lvont:Character ;
    lvont:represents "ﱂ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE LAM WITH MEEM ISOLATED FORM"@en .

<http://lexvo.org/id/char/FC43> a lvont:Character ;
    lvont:represents "ﱃ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE LAM WITH ALEF MAKSURA ISOLATED FORM"@en .

<http://lexvo.org/id/char/FC44> a lvont:Character ;
    lvont:represents "ﱄ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE LAM WITH YEH ISOLATED FORM"@en .

<http://lexvo.org/id/char/FC45> a lvont:Character ;
    lvont:represents "ﱅ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE MEEM WITH JEEM ISOLATED FORM"@en .

<http://lexvo.org/id/char/FC46> a lvont:Character ;
    lvont:represents "ﱆ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE MEEM WITH HAH ISOLATED FORM"@en .

<http://lexvo.org/id/char/FC47> a lvont:Character ;
    lvont:represents "ﱇ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE MEEM WITH KHAH ISOLATED FORM"@en .

<http://lexvo.org/id/char/FC48> a lvont:Character ;
    lvont:represents "ﱈ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE MEEM WITH MEEM ISOLATED FORM"@en .

<http://lexvo.org/id/char/FC49> a lvont:Character ;
    lvont:represents "ﱉ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE MEEM WITH ALEF MAKSURA ISOLATED FORM"@en .

<http://lexvo.org/id/char/FC4A> a lvont:Character ;
    lvont:represents "ﱊ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE MEEM WITH YEH ISOLATED FORM"@en .

<http://lexvo.org/id/char/FC4B> a lvont:Character ;
    lvont:represents "ﱋ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE NOON WITH JEEM ISOLATED FORM"@en .

<http://lexvo.org/id/char/FC4C> a lvont:Character ;
    lvont:represents "ﱌ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE NOON WITH HAH ISOLATED FORM"@en .

<http://lexvo.org/id/char/FC4D> a lvont:Character ;
    lvont:represents "ﱍ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE NOON WITH KHAH ISOLATED FORM"@en .

<http://lexvo.org/id/char/FC4E> a lvont:Character ;
    lvont:represents "ﱎ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE NOON WITH MEEM ISOLATED FORM"@en .

<http://lexvo.org/id/char/FC4F> a lvont:Character ;
    lvont:represents "ﱏ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE NOON WITH ALEF MAKSURA ISOLATED FORM"@en .

<http://lexvo.org/id/char/FC50> a lvont:Character ;
    lvont:represents "ﱐ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE NOON WITH YEH ISOLATED FORM"@en .

<http://lexvo.org/id/char/FC51> a lvont:Character ;
    lvont:represents "ﱑ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE HEH WITH JEEM ISOLATED FORM"@en .

<http://lexvo.org/id/char/FC52> a lvont:Character ;
    lvont:represents "ﱒ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE HEH WITH MEEM ISOLATED FORM"@en .

<http://lexvo.org/id/char/FC53> a lvont:Character ;
    lvont:represents "ﱓ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE HEH WITH ALEF MAKSURA ISOLATED FORM"@en .

<http://lexvo.org/id/char/FC54> a lvont:Character ;
    lvont:represents "ﱔ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE HEH WITH YEH ISOLATED FORM"@en .

<http://lexvo.org/id/char/FC55> a lvont:Character ;
    lvont:represents "ﱕ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE YEH WITH JEEM ISOLATED FORM"@en .

<http://lexvo.org/id/char/FC56> a lvont:Character ;
    lvont:represents "ﱖ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE YEH WITH HAH ISOLATED FORM"@en .

<http://lexvo.org/id/char/FC57> a lvont:Character ;
    lvont:represents "ﱗ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE YEH WITH KHAH ISOLATED FORM"@en .

<http://lexvo.org/id/char/FC58> a lvont:Character ;
    lvont:represents "ﱘ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE YEH WITH MEEM ISOLATED FORM"@en .

<http://lexvo.org/id/char/FC59> a lvont:Character ;
    lvont:represents "ﱙ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE YEH WITH ALEF MAKSURA ISOLATED FORM"@en .

<http://lexvo.org/id/char/FC5A> a lvont:Character ;
    lvont:represents "ﱚ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE YEH WITH YEH ISOLATED FORM"@en .

<http://lexvo.org/id/char/FC5B> a lvont:Character ;
    lvont:represents "ﱛ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE THAL WITH SUPERSCRIPT ALEF ISOLATED FORM"@en .

<http://lexvo.org/id/char/FC5C> a lvont:Character ;
    lvont:represents "ﱜ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE REH WITH SUPERSCRIPT ALEF ISOLATED FORM"@en .

<http://lexvo.org/id/char/FC5D> a lvont:Character ;
    lvont:represents "ﱝ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE ALEF MAKSURA WITH SUPERSCRIPT ALEF ISOLATED FORM"@en .

<http://lexvo.org/id/char/FC5E> a lvont:Character ;
    lvont:represents "ﱞ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE SHADDA WITH DAMMATAN ISOLATED FORM"@en .

<http://lexvo.org/id/char/FC5F> a lvont:Character ;
    lvont:represents "ﱟ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE SHADDA WITH KASRATAN ISOLATED FORM"@en .

<http://lexvo.org/id/char/FC60> a lvont:Character ;
    lvont:represents "ﱠ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE SHADDA WITH FATHA ISOLATED FORM"@en .

<http://lexvo.org/id/char/FC61> a lvont:Character ;
    lvont:represents "ﱡ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE SHADDA WITH DAMMA ISOLATED FORM"@en .

<http://lexvo.org/id/char/FC62> a lvont:Character ;
    lvont:represents "ﱢ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE SHADDA WITH KASRA ISOLATED FORM"@en .

<http://lexvo.org/id/char/FC63> a lvont:Character ;
    lvont:represents "ﱣ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE SHADDA WITH SUPERSCRIPT ALEF ISOLATED FORM"@en .

<http://lexvo.org/id/char/FC64> a lvont:Character ;
    lvont:represents "ﱤ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE YEH WITH HAMZA ABOVE WITH REH FINAL FORM"@en .

<http://lexvo.org/id/char/FC65> a lvont:Character ;
    lvont:represents "ﱥ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE YEH WITH HAMZA ABOVE WITH ZAIN FINAL FORM"@en .

<http://lexvo.org/id/char/FC66> a lvont:Character ;
    lvont:represents "ﱦ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE YEH WITH HAMZA ABOVE WITH MEEM FINAL FORM"@en .

<http://lexvo.org/id/char/FC67> a lvont:Character ;
    lvont:represents "ﱧ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE YEH WITH HAMZA ABOVE WITH NOON FINAL FORM"@en .

<http://lexvo.org/id/char/FC68> a lvont:Character ;
    lvont:represents "ﱨ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE YEH WITH HAMZA ABOVE WITH ALEF MAKSURA FINAL FORM"@en .

<http://lexvo.org/id/char/FC69> a lvont:Character ;
    lvont:represents "ﱩ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE YEH WITH HAMZA ABOVE WITH YEH FINAL FORM"@en .

<http://lexvo.org/id/char/FC6A> a lvont:Character ;
    lvont:represents "ﱪ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE BEH WITH REH FINAL FORM"@en .

<http://lexvo.org/id/char/FC6B> a lvont:Character ;
    lvont:represents "ﱫ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE BEH WITH ZAIN FINAL FORM"@en .

<http://lexvo.org/id/char/FC6C> a lvont:Character ;
    lvont:represents "ﱬ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE BEH WITH MEEM FINAL FORM"@en .

<http://lexvo.org/id/char/FC6D> a lvont:Character ;
    lvont:represents "ﱭ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE BEH WITH NOON FINAL FORM"@en .

<http://lexvo.org/id/char/FC6E> a lvont:Character ;
    lvont:represents "ﱮ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE BEH WITH ALEF MAKSURA FINAL FORM"@en .

<http://lexvo.org/id/char/FC6F> a lvont:Character ;
    lvont:represents "ﱯ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE BEH WITH YEH FINAL FORM"@en .

<http://lexvo.org/id/char/FC70> a lvont:Character ;
    lvont:represents "ﱰ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE TEH WITH REH FINAL FORM"@en .

<http://lexvo.org/id/char/FC71> a lvont:Character ;
    lvont:represents "ﱱ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE TEH WITH ZAIN FINAL FORM"@en .

<http://lexvo.org/id/char/FC72> a lvont:Character ;
    lvont:represents "ﱲ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE TEH WITH MEEM FINAL FORM"@en .

<http://lexvo.org/id/char/FC73> a lvont:Character ;
    lvont:represents "ﱳ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE TEH WITH NOON FINAL FORM"@en .

<http://lexvo.org/id/char/FC74> a lvont:Character ;
    lvont:represents "ﱴ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE TEH WITH ALEF MAKSURA FINAL FORM"@en .

<http://lexvo.org/id/char/FC75> a lvont:Character ;
    lvont:represents "ﱵ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE TEH WITH YEH FINAL FORM"@en .

<http://lexvo.org/id/char/FC76> a lvont:Character ;
    lvont:represents "ﱶ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE THEH WITH REH FINAL FORM"@en .

<http://lexvo.org/id/char/FC77> a lvont:Character ;
    lvont:represents "ﱷ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE THEH WITH ZAIN FINAL FORM"@en .

<http://lexvo.org/id/char/FC78> a lvont:Character ;
    lvont:represents "ﱸ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE THEH WITH MEEM FINAL FORM"@en .

<http://lexvo.org/id/char/FC79> a lvont:Character ;
    lvont:represents "ﱹ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE THEH WITH NOON FINAL FORM"@en .

<http://lexvo.org/id/char/FC7A> a lvont:Character ;
    lvont:represents "ﱺ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE THEH WITH ALEF MAKSURA FINAL FORM"@en .

<http://lexvo.org/id/char/FC7B> a lvont:Character ;
    lvont:represents "ﱻ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE THEH WITH YEH FINAL FORM"@en .

<http://lexvo.org/id/char/FC7C> a lvont:Character ;
    lvont:represents "ﱼ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE FEH WITH ALEF MAKSURA FINAL FORM"@en .

<http://lexvo.org/id/char/FC7D> a lvont:Character ;
    lvont:represents "ﱽ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE FEH WITH YEH FINAL FORM"@en .

<http://lexvo.org/id/char/FC7E> a lvont:Character ;
    lvont:represents "ﱾ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE QAF WITH ALEF MAKSURA FINAL FORM"@en .

<http://lexvo.org/id/char/FC7F> a lvont:Character ;
    lvont:represents "ﱿ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE QAF WITH YEH FINAL FORM"@en .

<http://lexvo.org/id/char/FC80> a lvont:Character ;
    lvont:represents "ﲀ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE KAF WITH ALEF FINAL FORM"@en .

<http://lexvo.org/id/char/FC81> a lvont:Character ;
    lvont:represents "ﲁ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE KAF WITH LAM FINAL FORM"@en .

<http://lexvo.org/id/char/FC82> a lvont:Character ;
    lvont:represents "ﲂ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE KAF WITH MEEM FINAL FORM"@en .

<http://lexvo.org/id/char/FC83> a lvont:Character ;
    lvont:represents "ﲃ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE KAF WITH ALEF MAKSURA FINAL FORM"@en .

<http://lexvo.org/id/char/FC84> a lvont:Character ;
    lvont:represents "ﲄ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE KAF WITH YEH FINAL FORM"@en .

<http://lexvo.org/id/char/FC85> a lvont:Character ;
    lvont:represents "ﲅ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE LAM WITH MEEM FINAL FORM"@en .

<http://lexvo.org/id/char/FC86> a lvont:Character ;
    lvont:represents "ﲆ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE LAM WITH ALEF MAKSURA FINAL FORM"@en .

<http://lexvo.org/id/char/FC87> a lvont:Character ;
    lvont:represents "ﲇ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE LAM WITH YEH FINAL FORM"@en .

<http://lexvo.org/id/char/FC88> a lvont:Character ;
    lvont:represents "ﲈ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE MEEM WITH ALEF FINAL FORM"@en .

<http://lexvo.org/id/char/FC89> a lvont:Character ;
    lvont:represents "ﲉ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE MEEM WITH MEEM FINAL FORM"@en .

<http://lexvo.org/id/char/FC8A> a lvont:Character ;
    lvont:represents "ﲊ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE NOON WITH REH FINAL FORM"@en .

<http://lexvo.org/id/char/FC8B> a lvont:Character ;
    lvont:represents "ﲋ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE NOON WITH ZAIN FINAL FORM"@en .

<http://lexvo.org/id/char/FC8C> a lvont:Character ;
    lvont:represents "ﲌ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE NOON WITH MEEM FINAL FORM"@en .

<http://lexvo.org/id/char/FC8D> a lvont:Character ;
    lvont:represents "ﲍ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE NOON WITH NOON FINAL FORM"@en .

<http://lexvo.org/id/char/FC8E> a lvont:Character ;
    lvont:represents "ﲎ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE NOON WITH ALEF MAKSURA FINAL FORM"@en .

<http://lexvo.org/id/char/FC8F> a lvont:Character ;
    lvont:represents "ﲏ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE NOON WITH YEH FINAL FORM"@en .

<http://lexvo.org/id/char/FC90> a lvont:Character ;
    lvont:represents "ﲐ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE ALEF MAKSURA WITH SUPERSCRIPT ALEF FINAL FORM"@en .

<http://lexvo.org/id/char/FC91> a lvont:Character ;
    lvont:represents "ﲑ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE YEH WITH REH FINAL FORM"@en .

<http://lexvo.org/id/char/FC92> a lvont:Character ;
    lvont:represents "ﲒ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE YEH WITH ZAIN FINAL FORM"@en .

<http://lexvo.org/id/char/FC93> a lvont:Character ;
    lvont:represents "ﲓ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE YEH WITH MEEM FINAL FORM"@en .

<http://lexvo.org/id/char/FC94> a lvont:Character ;
    lvont:represents "ﲔ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE YEH WITH NOON FINAL FORM"@en .

<http://lexvo.org/id/char/FC95> a lvont:Character ;
    lvont:represents "ﲕ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE YEH WITH ALEF MAKSURA FINAL FORM"@en .

<http://lexvo.org/id/char/FC96> a lvont:Character ;
    lvont:represents "ﲖ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE YEH WITH YEH FINAL FORM"@en .

<http://lexvo.org/id/char/FC97> a lvont:Character ;
    lvont:represents "ﲗ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE YEH WITH HAMZA ABOVE WITH JEEM INITIAL FORM"@en .

<http://lexvo.org/id/char/FC98> a lvont:Character ;
    lvont:represents "ﲘ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE YEH WITH HAMZA ABOVE WITH HAH INITIAL FORM"@en .

<http://lexvo.org/id/char/FC99> a lvont:Character ;
    lvont:represents "ﲙ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE YEH WITH HAMZA ABOVE WITH KHAH INITIAL FORM"@en .

<http://lexvo.org/id/char/FC9A> a lvont:Character ;
    lvont:represents "ﲚ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE YEH WITH HAMZA ABOVE WITH MEEM INITIAL FORM"@en .

<http://lexvo.org/id/char/FC9B> a lvont:Character ;
    lvont:represents "ﲛ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE YEH WITH HAMZA ABOVE WITH HEH INITIAL FORM"@en .

<http://lexvo.org/id/char/FC9C> a lvont:Character ;
    lvont:represents "ﲜ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE BEH WITH JEEM INITIAL FORM"@en .

<http://lexvo.org/id/char/FC9D> a lvont:Character ;
    lvont:represents "ﲝ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE BEH WITH HAH INITIAL FORM"@en .

<http://lexvo.org/id/char/FC9E> a lvont:Character ;
    lvont:represents "ﲞ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE BEH WITH KHAH INITIAL FORM"@en .

<http://lexvo.org/id/char/FC9F> a lvont:Character ;
    lvont:represents "ﲟ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE BEH WITH MEEM INITIAL FORM"@en .

<http://lexvo.org/id/char/FCA0> a lvont:Character ;
    lvont:represents "ﲠ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE BEH WITH HEH INITIAL FORM"@en .

<http://lexvo.org/id/char/FCA1> a lvont:Character ;
    lvont:represents "ﲡ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE TEH WITH JEEM INITIAL FORM"@en .

<http://lexvo.org/id/char/FCA2> a lvont:Character ;
    lvont:represents "ﲢ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE TEH WITH HAH INITIAL FORM"@en .

<http://lexvo.org/id/char/FCA3> a lvont:Character ;
    lvont:represents "ﲣ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE TEH WITH KHAH INITIAL FORM"@en .

<http://lexvo.org/id/char/FCA4> a lvont:Character ;
    lvont:represents "ﲤ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE TEH WITH MEEM INITIAL FORM"@en .

<http://lexvo.org/id/char/FCA5> a lvont:Character ;
    lvont:represents "ﲥ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE TEH WITH HEH INITIAL FORM"@en .

<http://lexvo.org/id/char/FCA6> a lvont:Character ;
    lvont:represents "ﲦ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE THEH WITH MEEM INITIAL FORM"@en .

<http://lexvo.org/id/char/FCA7> a lvont:Character ;
    lvont:represents "ﲧ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE JEEM WITH HAH INITIAL FORM"@en .

<http://lexvo.org/id/char/FCA8> a lvont:Character ;
    lvont:represents "ﲨ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE JEEM WITH MEEM INITIAL FORM"@en .

<http://lexvo.org/id/char/FCA9> a lvont:Character ;
    lvont:represents "ﲩ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE HAH WITH JEEM INITIAL FORM"@en .

<http://lexvo.org/id/char/FCAA> a lvont:Character ;
    lvont:represents "ﲪ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE HAH WITH MEEM INITIAL FORM"@en .

<http://lexvo.org/id/char/FCAB> a lvont:Character ;
    lvont:represents "ﲫ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE KHAH WITH JEEM INITIAL FORM"@en .

<http://lexvo.org/id/char/FCAC> a lvont:Character ;
    lvont:represents "ﲬ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE KHAH WITH MEEM INITIAL FORM"@en .

<http://lexvo.org/id/char/FCAD> a lvont:Character ;
    lvont:represents "ﲭ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE SEEN WITH JEEM INITIAL FORM"@en .

<http://lexvo.org/id/char/FCAE> a lvont:Character ;
    lvont:represents "ﲮ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE SEEN WITH HAH INITIAL FORM"@en .

<http://lexvo.org/id/char/FCAF> a lvont:Character ;
    lvont:represents "ﲯ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE SEEN WITH KHAH INITIAL FORM"@en .

<http://lexvo.org/id/char/FCB0> a lvont:Character ;
    lvont:represents "ﲰ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE SEEN WITH MEEM INITIAL FORM"@en .

<http://lexvo.org/id/char/FCB1> a lvont:Character ;
    lvont:represents "ﲱ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE SAD WITH HAH INITIAL FORM"@en .

<http://lexvo.org/id/char/FCB2> a lvont:Character ;
    lvont:represents "ﲲ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE SAD WITH KHAH INITIAL FORM"@en .

<http://lexvo.org/id/char/FCB3> a lvont:Character ;
    lvont:represents "ﲳ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE SAD WITH MEEM INITIAL FORM"@en .

<http://lexvo.org/id/char/FCB4> a lvont:Character ;
    lvont:represents "ﲴ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE DAD WITH JEEM INITIAL FORM"@en .

<http://lexvo.org/id/char/FCB5> a lvont:Character ;
    lvont:represents "ﲵ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE DAD WITH HAH INITIAL FORM"@en .

<http://lexvo.org/id/char/FCB6> a lvont:Character ;
    lvont:represents "ﲶ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE DAD WITH KHAH INITIAL FORM"@en .

<http://lexvo.org/id/char/FCB7> a lvont:Character ;
    lvont:represents "ﲷ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE DAD WITH MEEM INITIAL FORM"@en .

<http://lexvo.org/id/char/FCB8> a lvont:Character ;
    lvont:represents "ﲸ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE TAH WITH HAH INITIAL FORM"@en .

<http://lexvo.org/id/char/FCB9> a lvont:Character ;
    lvont:represents "ﲹ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE ZAH WITH MEEM INITIAL FORM"@en .

<http://lexvo.org/id/char/FCBA> a lvont:Character ;
    lvont:represents "ﲺ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE AIN WITH JEEM INITIAL FORM"@en .

<http://lexvo.org/id/char/FCBB> a lvont:Character ;
    lvont:represents "ﲻ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE AIN WITH MEEM INITIAL FORM"@en .

<http://lexvo.org/id/char/FCBC> a lvont:Character ;
    lvont:represents "ﲼ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE GHAIN WITH JEEM INITIAL FORM"@en .

<http://lexvo.org/id/char/FCBD> a lvont:Character ;
    lvont:represents "ﲽ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE GHAIN WITH MEEM INITIAL FORM"@en .

<http://lexvo.org/id/char/FCBE> a lvont:Character ;
    lvont:represents "ﲾ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE FEH WITH JEEM INITIAL FORM"@en .

<http://lexvo.org/id/char/FCBF> a lvont:Character ;
    lvont:represents "ﲿ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE FEH WITH HAH INITIAL FORM"@en .

<http://lexvo.org/id/char/FCC0> a lvont:Character ;
    lvont:represents "ﳀ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE FEH WITH KHAH INITIAL FORM"@en .

<http://lexvo.org/id/char/FCC1> a lvont:Character ;
    lvont:represents "ﳁ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE FEH WITH MEEM INITIAL FORM"@en .

<http://lexvo.org/id/char/FCC2> a lvont:Character ;
    lvont:represents "ﳂ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE QAF WITH HAH INITIAL FORM"@en .

<http://lexvo.org/id/char/FCC3> a lvont:Character ;
    lvont:represents "ﳃ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE QAF WITH MEEM INITIAL FORM"@en .

<http://lexvo.org/id/char/FCC4> a lvont:Character ;
    lvont:represents "ﳄ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE KAF WITH JEEM INITIAL FORM"@en .

<http://lexvo.org/id/char/FCC5> a lvont:Character ;
    lvont:represents "ﳅ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE KAF WITH HAH INITIAL FORM"@en .

<http://lexvo.org/id/char/FCC6> a lvont:Character ;
    lvont:represents "ﳆ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE KAF WITH KHAH INITIAL FORM"@en .

<http://lexvo.org/id/char/FCC7> a lvont:Character ;
    lvont:represents "ﳇ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE KAF WITH LAM INITIAL FORM"@en .

<http://lexvo.org/id/char/FCC8> a lvont:Character ;
    lvont:represents "ﳈ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE KAF WITH MEEM INITIAL FORM"@en .

<http://lexvo.org/id/char/FCC9> a lvont:Character ;
    lvont:represents "ﳉ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE LAM WITH JEEM INITIAL FORM"@en .

<http://lexvo.org/id/char/FCCA> a lvont:Character ;
    lvont:represents "ﳊ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE LAM WITH HAH INITIAL FORM"@en .

<http://lexvo.org/id/char/FCCB> a lvont:Character ;
    lvont:represents "ﳋ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE LAM WITH KHAH INITIAL FORM"@en .

<http://lexvo.org/id/char/FCCC> a lvont:Character ;
    lvont:represents "ﳌ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE LAM WITH MEEM INITIAL FORM"@en .

<http://lexvo.org/id/char/FCCD> a lvont:Character ;
    lvont:represents "ﳍ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE LAM WITH HEH INITIAL FORM"@en .

<http://lexvo.org/id/char/FCCE> a lvont:Character ;
    lvont:represents "ﳎ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE MEEM WITH JEEM INITIAL FORM"@en .

<http://lexvo.org/id/char/FCCF> a lvont:Character ;
    lvont:represents "ﳏ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE MEEM WITH HAH INITIAL FORM"@en .

<http://lexvo.org/id/char/FCD0> a lvont:Character ;
    lvont:represents "ﳐ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE MEEM WITH KHAH INITIAL FORM"@en .

<http://lexvo.org/id/char/FCD1> a lvont:Character ;
    lvont:represents "ﳑ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE MEEM WITH MEEM INITIAL FORM"@en .

<http://lexvo.org/id/char/FCD2> a lvont:Character ;
    lvont:represents "ﳒ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE NOON WITH JEEM INITIAL FORM"@en .

<http://lexvo.org/id/char/FCD3> a lvont:Character ;
    lvont:represents "ﳓ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE NOON WITH HAH INITIAL FORM"@en .

<http://lexvo.org/id/char/FCD4> a lvont:Character ;
    lvont:represents "ﳔ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE NOON WITH KHAH INITIAL FORM"@en .

<http://lexvo.org/id/char/FCD5> a lvont:Character ;
    lvont:represents "ﳕ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE NOON WITH MEEM INITIAL FORM"@en .

<http://lexvo.org/id/char/FCD6> a lvont:Character ;
    lvont:represents "ﳖ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE NOON WITH HEH INITIAL FORM"@en .

<http://lexvo.org/id/char/FCD7> a lvont:Character ;
    lvont:represents "ﳗ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE HEH WITH JEEM INITIAL FORM"@en .

<http://lexvo.org/id/char/FCD8> a lvont:Character ;
    lvont:represents "ﳘ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE HEH WITH MEEM INITIAL FORM"@en .

<http://lexvo.org/id/char/FCD9> a lvont:Character ;
    lvont:represents "ﳙ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE HEH WITH SUPERSCRIPT ALEF INITIAL FORM"@en .

<http://lexvo.org/id/char/FCDA> a lvont:Character ;
    lvont:represents "ﳚ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE YEH WITH JEEM INITIAL FORM"@en .

<http://lexvo.org/id/char/FCDB> a lvont:Character ;
    lvont:represents "ﳛ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE YEH WITH HAH INITIAL FORM"@en .

<http://lexvo.org/id/char/FCDC> a lvont:Character ;
    lvont:represents "ﳜ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE YEH WITH KHAH INITIAL FORM"@en .

<http://lexvo.org/id/char/FCDD> a lvont:Character ;
    lvont:represents "ﳝ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE YEH WITH MEEM INITIAL FORM"@en .

<http://lexvo.org/id/char/FCDE> a lvont:Character ;
    lvont:represents "ﳞ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE YEH WITH HEH INITIAL FORM"@en .

<http://lexvo.org/id/char/FCDF> a lvont:Character ;
    lvont:represents "ﳟ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE YEH WITH HAMZA ABOVE WITH MEEM MEDIAL FORM"@en .

<http://lexvo.org/id/char/FCE0> a lvont:Character ;
    lvont:represents "ﳠ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE YEH WITH HAMZA ABOVE WITH HEH MEDIAL FORM"@en .

<http://lexvo.org/id/char/FCE1> a lvont:Character ;
    lvont:represents "ﳡ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE BEH WITH MEEM MEDIAL FORM"@en .

<http://lexvo.org/id/char/FCE2> a lvont:Character ;
    lvont:represents "ﳢ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE BEH WITH HEH MEDIAL FORM"@en .

<http://lexvo.org/id/char/FCE3> a lvont:Character ;
    lvont:represents "ﳣ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE TEH WITH MEEM MEDIAL FORM"@en .

<http://lexvo.org/id/char/FCE4> a lvont:Character ;
    lvont:represents "ﳤ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE TEH WITH HEH MEDIAL FORM"@en .

<http://lexvo.org/id/char/FCE5> a lvont:Character ;
    lvont:represents "ﳥ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE THEH WITH MEEM MEDIAL FORM"@en .

<http://lexvo.org/id/char/FCE6> a lvont:Character ;
    lvont:represents "ﳦ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE THEH WITH HEH MEDIAL FORM"@en .

<http://lexvo.org/id/char/FCE7> a lvont:Character ;
    lvont:represents "ﳧ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE SEEN WITH MEEM MEDIAL FORM"@en .

<http://lexvo.org/id/char/FCE8> a lvont:Character ;
    lvont:represents "ﳨ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE SEEN WITH HEH MEDIAL FORM"@en .

<http://lexvo.org/id/char/FCE9> a lvont:Character ;
    lvont:represents "ﳩ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE SHEEN WITH MEEM MEDIAL FORM"@en .

<http://lexvo.org/id/char/FCEA> a lvont:Character ;
    lvont:represents "ﳪ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE SHEEN WITH HEH MEDIAL FORM"@en .

<http://lexvo.org/id/char/FCEB> a lvont:Character ;
    lvont:represents "ﳫ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE KAF WITH LAM MEDIAL FORM"@en .

<http://lexvo.org/id/char/FCEC> a lvont:Character ;
    lvont:represents "ﳬ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE KAF WITH MEEM MEDIAL FORM"@en .

<http://lexvo.org/id/char/FCED> a lvont:Character ;
    lvont:represents "ﳭ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE LAM WITH MEEM MEDIAL FORM"@en .

<http://lexvo.org/id/char/FCEE> a lvont:Character ;
    lvont:represents "ﳮ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE NOON WITH MEEM MEDIAL FORM"@en .

<http://lexvo.org/id/char/FCEF> a lvont:Character ;
    lvont:represents "ﳯ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE NOON WITH HEH MEDIAL FORM"@en .

<http://lexvo.org/id/char/FCF0> a lvont:Character ;
    lvont:represents "ﳰ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE YEH WITH MEEM MEDIAL FORM"@en .

<http://lexvo.org/id/char/FCF1> a lvont:Character ;
    lvont:represents "ﳱ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE YEH WITH HEH MEDIAL FORM"@en .

<http://lexvo.org/id/char/FCF2> a lvont:Character ;
    lvont:represents "ﳲ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE SHADDA WITH FATHA MEDIAL FORM"@en .

<http://lexvo.org/id/char/FCF3> a lvont:Character ;
    lvont:represents "ﳳ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE SHADDA WITH DAMMA MEDIAL FORM"@en .

<http://lexvo.org/id/char/FCF4> a lvont:Character ;
    lvont:represents "ﳴ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE SHADDA WITH KASRA MEDIAL FORM"@en .

<http://lexvo.org/id/char/FCF5> a lvont:Character ;
    lvont:represents "ﳵ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE TAH WITH ALEF MAKSURA ISOLATED FORM"@en .

<http://lexvo.org/id/char/FCF6> a lvont:Character ;
    lvont:represents "ﳶ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE TAH WITH YEH ISOLATED FORM"@en .

<http://lexvo.org/id/char/FCF7> a lvont:Character ;
    lvont:represents "ﳷ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE AIN WITH ALEF MAKSURA ISOLATED FORM"@en .

<http://lexvo.org/id/char/FCF8> a lvont:Character ;
    lvont:represents "ﳸ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE AIN WITH YEH ISOLATED FORM"@en .

<http://lexvo.org/id/char/FCF9> a lvont:Character ;
    lvont:represents "ﳹ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE GHAIN WITH ALEF MAKSURA ISOLATED FORM"@en .

<http://lexvo.org/id/char/FCFA> a lvont:Character ;
    lvont:represents "ﳺ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE GHAIN WITH YEH ISOLATED FORM"@en .

<http://lexvo.org/id/char/FCFB> a lvont:Character ;
    lvont:represents "ﳻ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE SEEN WITH ALEF MAKSURA ISOLATED FORM"@en .

<http://lexvo.org/id/char/FCFC> a lvont:Character ;
    lvont:represents "ﳼ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE SEEN WITH YEH ISOLATED FORM"@en .

<http://lexvo.org/id/char/FCFD> a lvont:Character ;
    lvont:represents "ﳽ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE SHEEN WITH ALEF MAKSURA ISOLATED FORM"@en .

<http://lexvo.org/id/char/FCFE> a lvont:Character ;
    lvont:represents "ﳾ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE SHEEN WITH YEH ISOLATED FORM"@en .

<http://lexvo.org/id/char/FCFF> a lvont:Character ;
    lvont:represents "ﳿ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE HAH WITH ALEF MAKSURA ISOLATED FORM"@en .

<http://lexvo.org/id/char/FD00> a lvont:Character ;
    lvont:represents "ﴀ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE HAH WITH YEH ISOLATED FORM"@en .

<http://lexvo.org/id/char/FD01> a lvont:Character ;
    lvont:represents "ﴁ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE JEEM WITH ALEF MAKSURA ISOLATED FORM"@en .

<http://lexvo.org/id/char/FD02> a lvont:Character ;
    lvont:represents "ﴂ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE JEEM WITH YEH ISOLATED FORM"@en .

<http://lexvo.org/id/char/FD03> a lvont:Character ;
    lvont:represents "ﴃ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE KHAH WITH ALEF MAKSURA ISOLATED FORM"@en .

<http://lexvo.org/id/char/FD04> a lvont:Character ;
    lvont:represents "ﴄ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE KHAH WITH YEH ISOLATED FORM"@en .

<http://lexvo.org/id/char/FD05> a lvont:Character ;
    lvont:represents "ﴅ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE SAD WITH ALEF MAKSURA ISOLATED FORM"@en .

<http://lexvo.org/id/char/FD06> a lvont:Character ;
    lvont:represents "ﴆ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE SAD WITH YEH ISOLATED FORM"@en .

<http://lexvo.org/id/char/FD07> a lvont:Character ;
    lvont:represents "ﴇ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE DAD WITH ALEF MAKSURA ISOLATED FORM"@en .

<http://lexvo.org/id/char/FD08> a lvont:Character ;
    lvont:represents "ﴈ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE DAD WITH YEH ISOLATED FORM"@en .

<http://lexvo.org/id/char/FD09> a lvont:Character ;
    lvont:represents "ﴉ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE SHEEN WITH JEEM ISOLATED FORM"@en .

<http://lexvo.org/id/char/FD0A> a lvont:Character ;
    lvont:represents "ﴊ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE SHEEN WITH HAH ISOLATED FORM"@en .

<http://lexvo.org/id/char/FD0B> a lvont:Character ;
    lvont:represents "ﴋ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE SHEEN WITH KHAH ISOLATED FORM"@en .

<http://lexvo.org/id/char/FD0C> a lvont:Character ;
    lvont:represents "ﴌ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE SHEEN WITH MEEM ISOLATED FORM"@en .

<http://lexvo.org/id/char/FD0D> a lvont:Character ;
    lvont:represents "ﴍ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE SHEEN WITH REH ISOLATED FORM"@en .

<http://lexvo.org/id/char/FD0E> a lvont:Character ;
    lvont:represents "ﴎ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE SEEN WITH REH ISOLATED FORM"@en .

<http://lexvo.org/id/char/FD0F> a lvont:Character ;
    lvont:represents "ﴏ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE SAD WITH REH ISOLATED FORM"@en .

<http://lexvo.org/id/char/FD10> a lvont:Character ;
    lvont:represents "ﴐ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE DAD WITH REH ISOLATED FORM"@en .

<http://lexvo.org/id/char/FD11> a lvont:Character ;
    lvont:represents "ﴑ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE TAH WITH ALEF MAKSURA FINAL FORM"@en .

<http://lexvo.org/id/char/FD12> a lvont:Character ;
    lvont:represents "ﴒ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE TAH WITH YEH FINAL FORM"@en .

<http://lexvo.org/id/char/FD13> a lvont:Character ;
    lvont:represents "ﴓ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE AIN WITH ALEF MAKSURA FINAL FORM"@en .

<http://lexvo.org/id/char/FD14> a lvont:Character ;
    lvont:represents "ﴔ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE AIN WITH YEH FINAL FORM"@en .

<http://lexvo.org/id/char/FD15> a lvont:Character ;
    lvont:represents "ﴕ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE GHAIN WITH ALEF MAKSURA FINAL FORM"@en .

<http://lexvo.org/id/char/FD16> a lvont:Character ;
    lvont:represents "ﴖ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE GHAIN WITH YEH FINAL FORM"@en .

<http://lexvo.org/id/char/FD17> a lvont:Character ;
    lvont:represents "ﴗ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE SEEN WITH ALEF MAKSURA FINAL FORM"@en .

<http://lexvo.org/id/char/FD18> a lvont:Character ;
    lvont:represents "ﴘ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE SEEN WITH YEH FINAL FORM"@en .

<http://lexvo.org/id/char/FD19> a lvont:Character ;
    lvont:represents "ﴙ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE SHEEN WITH ALEF MAKSURA FINAL FORM"@en .

<http://lexvo.org/id/char/FD1A> a lvont:Character ;
    lvont:represents "ﴚ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE SHEEN WITH YEH FINAL FORM"@en .

<http://lexvo.org/id/char/FD1B> a lvont:Character ;
    lvont:represents "ﴛ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE HAH WITH ALEF MAKSURA FINAL FORM"@en .

<http://lexvo.org/id/char/FD1C> a lvont:Character ;
    lvont:represents "ﴜ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE HAH WITH YEH FINAL FORM"@en .

<http://lexvo.org/id/char/FD1D> a lvont:Character ;
    lvont:represents "ﴝ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE JEEM WITH ALEF MAKSURA FINAL FORM"@en .

<http://lexvo.org/id/char/FD1E> a lvont:Character ;
    lvont:represents "ﴞ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE JEEM WITH YEH FINAL FORM"@en .

<http://lexvo.org/id/char/FD1F> a lvont:Character ;
    lvont:represents "ﴟ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE KHAH WITH ALEF MAKSURA FINAL FORM"@en .

<http://lexvo.org/id/char/FD20> a lvont:Character ;
    lvont:represents "ﴠ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE KHAH WITH YEH FINAL FORM"@en .

<http://lexvo.org/id/char/FD21> a lvont:Character ;
    lvont:represents "ﴡ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE SAD WITH ALEF MAKSURA FINAL FORM"@en .

<http://lexvo.org/id/char/FD22> a lvont:Character ;
    lvont:represents "ﴢ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE SAD WITH YEH FINAL FORM"@en .

<http://lexvo.org/id/char/FD23> a lvont:Character ;
    lvont:represents "ﴣ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE DAD WITH ALEF MAKSURA FINAL FORM"@en .

<http://lexvo.org/id/char/FD24> a lvont:Character ;
    lvont:represents "ﴤ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE DAD WITH YEH FINAL FORM"@en .

<http://lexvo.org/id/char/FD25> a lvont:Character ;
    lvont:represents "ﴥ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE SHEEN WITH JEEM FINAL FORM"@en .

<http://lexvo.org/id/char/FD26> a lvont:Character ;
    lvont:represents "ﴦ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE SHEEN WITH HAH FINAL FORM"@en .

<http://lexvo.org/id/char/FD27> a lvont:Character ;
    lvont:represents "ﴧ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE SHEEN WITH KHAH FINAL FORM"@en .

<http://lexvo.org/id/char/FD28> a lvont:Character ;
    lvont:represents "ﴨ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE SHEEN WITH MEEM FINAL FORM"@en .

<http://lexvo.org/id/char/FD29> a lvont:Character ;
    lvont:represents "ﴩ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE SHEEN WITH REH FINAL FORM"@en .

<http://lexvo.org/id/char/FD2A> a lvont:Character ;
    lvont:represents "ﴪ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE SEEN WITH REH FINAL FORM"@en .

<http://lexvo.org/id/char/FD2B> a lvont:Character ;
    lvont:represents "ﴫ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE SAD WITH REH FINAL FORM"@en .

<http://lexvo.org/id/char/FD2C> a lvont:Character ;
    lvont:represents "ﴬ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE DAD WITH REH FINAL FORM"@en .

<http://lexvo.org/id/char/FD2D> a lvont:Character ;
    lvont:represents "ﴭ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE SHEEN WITH JEEM INITIAL FORM"@en .

<http://lexvo.org/id/char/FD2E> a lvont:Character ;
    lvont:represents "ﴮ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE SHEEN WITH HAH INITIAL FORM"@en .

<http://lexvo.org/id/char/FD2F> a lvont:Character ;
    lvont:represents "ﴯ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE SHEEN WITH KHAH INITIAL FORM"@en .

<http://lexvo.org/id/char/FD30> a lvont:Character ;
    lvont:represents "ﴰ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE SHEEN WITH MEEM INITIAL FORM"@en .

<http://lexvo.org/id/char/FD31> a lvont:Character ;
    lvont:represents "ﴱ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE SEEN WITH HEH INITIAL FORM"@en .

<http://lexvo.org/id/char/FD32> a lvont:Character ;
    lvont:represents "ﴲ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE SHEEN WITH HEH INITIAL FORM"@en .

<http://lexvo.org/id/char/FD33> a lvont:Character ;
    lvont:represents "ﴳ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE TAH WITH MEEM INITIAL FORM"@en .

<http://lexvo.org/id/char/FD34> a lvont:Character ;
    lvont:represents "ﴴ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE SEEN WITH JEEM MEDIAL FORM"@en .

<http://lexvo.org/id/char/FD35> a lvont:Character ;
    lvont:represents "ﴵ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE SEEN WITH HAH MEDIAL FORM"@en .

<http://lexvo.org/id/char/FD36> a lvont:Character ;
    lvont:represents "ﴶ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE SEEN WITH KHAH MEDIAL FORM"@en .

<http://lexvo.org/id/char/FD37> a lvont:Character ;
    lvont:represents "ﴷ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE SHEEN WITH JEEM MEDIAL FORM"@en .

<http://lexvo.org/id/char/FD38> a lvont:Character ;
    lvont:represents "ﴸ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE SHEEN WITH HAH MEDIAL FORM"@en .

<http://lexvo.org/id/char/FD39> a lvont:Character ;
    lvont:represents "ﴹ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE SHEEN WITH KHAH MEDIAL FORM"@en .

<http://lexvo.org/id/char/FD3A> a lvont:Character ;
    lvont:represents "ﴺ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE TAH WITH MEEM MEDIAL FORM"@en .

<http://lexvo.org/id/char/FD3B> a lvont:Character ;
    lvont:represents "ﴻ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE ZAH WITH MEEM MEDIAL FORM"@en .

<http://lexvo.org/id/char/FD3C> a lvont:Character ;
    lvont:represents "ﴼ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE ALEF WITH FATHATAN FINAL FORM"@en .

<http://lexvo.org/id/char/FD3D> a lvont:Character ;
    lvont:represents "ﴽ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE ALEF WITH FATHATAN ISOLATED FORM"@en .

<http://lexvo.org/id/char/FD3E> a lvont:Character ;
    lvont:represents "﴾"^^xsd:string ;
    rdfs:comment "ORNATE LEFT PARENTHESIS"@en .

<http://lexvo.org/id/char/FD3F> a lvont:Character ;
    lvont:represents "﴿"^^xsd:string ;
    rdfs:comment "ORNATE RIGHT PARENTHESIS"@en .

<http://lexvo.org/id/char/FD50> a lvont:Character ;
    lvont:represents "ﵐ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE TEH WITH JEEM WITH MEEM INITIAL FORM"@en .

<http://lexvo.org/id/char/FD51> a lvont:Character ;
    lvont:represents "ﵑ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE TEH WITH HAH WITH JEEM FINAL FORM"@en .

<http://lexvo.org/id/char/FD52> a lvont:Character ;
    lvont:represents "ﵒ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE TEH WITH HAH WITH JEEM INITIAL FORM"@en .

<http://lexvo.org/id/char/FD53> a lvont:Character ;
    lvont:represents "ﵓ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE TEH WITH HAH WITH MEEM INITIAL FORM"@en .

<http://lexvo.org/id/char/FD54> a lvont:Character ;
    lvont:represents "ﵔ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE TEH WITH KHAH WITH MEEM INITIAL FORM"@en .

<http://lexvo.org/id/char/FD55> a lvont:Character ;
    lvont:represents "ﵕ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE TEH WITH MEEM WITH JEEM INITIAL FORM"@en .

<http://lexvo.org/id/char/FD56> a lvont:Character ;
    lvont:represents "ﵖ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE TEH WITH MEEM WITH HAH INITIAL FORM"@en .

<http://lexvo.org/id/char/FD57> a lvont:Character ;
    lvont:represents "ﵗ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE TEH WITH MEEM WITH KHAH INITIAL FORM"@en .

<http://lexvo.org/id/char/FD58> a lvont:Character ;
    lvont:represents "ﵘ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE JEEM WITH MEEM WITH HAH FINAL FORM"@en .

<http://lexvo.org/id/char/FD59> a lvont:Character ;
    lvont:represents "ﵙ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE JEEM WITH MEEM WITH HAH INITIAL FORM"@en .

<http://lexvo.org/id/char/FD5A> a lvont:Character ;
    lvont:represents "ﵚ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE HAH WITH MEEM WITH YEH FINAL FORM"@en .

<http://lexvo.org/id/char/FD5B> a lvont:Character ;
    lvont:represents "ﵛ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE HAH WITH MEEM WITH ALEF MAKSURA FINAL FORM"@en .

<http://lexvo.org/id/char/FD5C> a lvont:Character ;
    lvont:represents "ﵜ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE SEEN WITH HAH WITH JEEM INITIAL FORM"@en .

<http://lexvo.org/id/char/FD5D> a lvont:Character ;
    lvont:represents "ﵝ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE SEEN WITH JEEM WITH HAH INITIAL FORM"@en .

<http://lexvo.org/id/char/FD5E> a lvont:Character ;
    lvont:represents "ﵞ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE SEEN WITH JEEM WITH ALEF MAKSURA FINAL FORM"@en .

<http://lexvo.org/id/char/FD5F> a lvont:Character ;
    lvont:represents "ﵟ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE SEEN WITH MEEM WITH HAH FINAL FORM"@en .

<http://lexvo.org/id/char/FD60> a lvont:Character ;
    lvont:represents "ﵠ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE SEEN WITH MEEM WITH HAH INITIAL FORM"@en .

<http://lexvo.org/id/char/FD61> a lvont:Character ;
    lvont:represents "ﵡ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE SEEN WITH MEEM WITH JEEM INITIAL FORM"@en .

<http://lexvo.org/id/char/FD62> a lvont:Character ;
    lvont:represents "ﵢ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE SEEN WITH MEEM WITH MEEM FINAL FORM"@en .

<http://lexvo.org/id/char/FD63> a lvont:Character ;
    lvont:represents "ﵣ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE SEEN WITH MEEM WITH MEEM INITIAL FORM"@en .

<http://lexvo.org/id/char/FD64> a lvont:Character ;
    lvont:represents "ﵤ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE SAD WITH HAH WITH HAH FINAL FORM"@en .

<http://lexvo.org/id/char/FD65> a lvont:Character ;
    lvont:represents "ﵥ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE SAD WITH HAH WITH HAH INITIAL FORM"@en .

<http://lexvo.org/id/char/FD66> a lvont:Character ;
    lvont:represents "ﵦ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE SAD WITH MEEM WITH MEEM FINAL FORM"@en .

<http://lexvo.org/id/char/FD67> a lvont:Character ;
    lvont:represents "ﵧ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE SHEEN WITH HAH WITH MEEM FINAL FORM"@en .

<http://lexvo.org/id/char/FD68> a lvont:Character ;
    lvont:represents "ﵨ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE SHEEN WITH HAH WITH MEEM INITIAL FORM"@en .

<http://lexvo.org/id/char/FD69> a lvont:Character ;
    lvont:represents "ﵩ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE SHEEN WITH JEEM WITH YEH FINAL FORM"@en .

<http://lexvo.org/id/char/FD6A> a lvont:Character ;
    lvont:represents "ﵪ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE SHEEN WITH MEEM WITH KHAH FINAL FORM"@en .

<http://lexvo.org/id/char/FD6B> a lvont:Character ;
    lvont:represents "ﵫ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE SHEEN WITH MEEM WITH KHAH INITIAL FORM"@en .

<http://lexvo.org/id/char/FD6C> a lvont:Character ;
    lvont:represents "ﵬ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE SHEEN WITH MEEM WITH MEEM FINAL FORM"@en .

<http://lexvo.org/id/char/FD6D> a lvont:Character ;
    lvont:represents "ﵭ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE SHEEN WITH MEEM WITH MEEM INITIAL FORM"@en .

<http://lexvo.org/id/char/FD6E> a lvont:Character ;
    lvont:represents "ﵮ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE DAD WITH HAH WITH ALEF MAKSURA FINAL FORM"@en .

<http://lexvo.org/id/char/FD6F> a lvont:Character ;
    lvont:represents "ﵯ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE DAD WITH KHAH WITH MEEM FINAL FORM"@en .

<http://lexvo.org/id/char/FD70> a lvont:Character ;
    lvont:represents "ﵰ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE DAD WITH KHAH WITH MEEM INITIAL FORM"@en .

<http://lexvo.org/id/char/FD71> a lvont:Character ;
    lvont:represents "ﵱ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE TAH WITH MEEM WITH HAH FINAL FORM"@en .

<http://lexvo.org/id/char/FD72> a lvont:Character ;
    lvont:represents "ﵲ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE TAH WITH MEEM WITH HAH INITIAL FORM"@en .

<http://lexvo.org/id/char/FD73> a lvont:Character ;
    lvont:represents "ﵳ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE TAH WITH MEEM WITH MEEM INITIAL FORM"@en .

<http://lexvo.org/id/char/FD74> a lvont:Character ;
    lvont:represents "ﵴ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE TAH WITH MEEM WITH YEH FINAL FORM"@en .

<http://lexvo.org/id/char/FD75> a lvont:Character ;
    lvont:represents "ﵵ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE AIN WITH JEEM WITH MEEM FINAL FORM"@en .

<http://lexvo.org/id/char/FD76> a lvont:Character ;
    lvont:represents "ﵶ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE AIN WITH MEEM WITH MEEM FINAL FORM"@en .

<http://lexvo.org/id/char/FD77> a lvont:Character ;
    lvont:represents "ﵷ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE AIN WITH MEEM WITH MEEM INITIAL FORM"@en .

<http://lexvo.org/id/char/FD78> a lvont:Character ;
    lvont:represents "ﵸ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE AIN WITH MEEM WITH ALEF MAKSURA FINAL FORM"@en .

<http://lexvo.org/id/char/FD79> a lvont:Character ;
    lvont:represents "ﵹ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE GHAIN WITH MEEM WITH MEEM FINAL FORM"@en .

<http://lexvo.org/id/char/FD7A> a lvont:Character ;
    lvont:represents "ﵺ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE GHAIN WITH MEEM WITH YEH FINAL FORM"@en .

<http://lexvo.org/id/char/FD7B> a lvont:Character ;
    lvont:represents "ﵻ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE GHAIN WITH MEEM WITH ALEF MAKSURA FINAL FORM"@en .

<http://lexvo.org/id/char/FD7C> a lvont:Character ;
    lvont:represents "ﵼ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE FEH WITH KHAH WITH MEEM FINAL FORM"@en .

<http://lexvo.org/id/char/FD7D> a lvont:Character ;
    lvont:represents "ﵽ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE FEH WITH KHAH WITH MEEM INITIAL FORM"@en .

<http://lexvo.org/id/char/FD7E> a lvont:Character ;
    lvont:represents "ﵾ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE QAF WITH MEEM WITH HAH FINAL FORM"@en .

<http://lexvo.org/id/char/FD7F> a lvont:Character ;
    lvont:represents "ﵿ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE QAF WITH MEEM WITH MEEM FINAL FORM"@en .

<http://lexvo.org/id/char/FD80> a lvont:Character ;
    lvont:represents "ﶀ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE LAM WITH HAH WITH MEEM FINAL FORM"@en .

<http://lexvo.org/id/char/FD81> a lvont:Character ;
    lvont:represents "ﶁ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE LAM WITH HAH WITH YEH FINAL FORM"@en .

<http://lexvo.org/id/char/FD82> a lvont:Character ;
    lvont:represents "ﶂ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE LAM WITH HAH WITH ALEF MAKSURA FINAL FORM"@en .

<http://lexvo.org/id/char/FD83> a lvont:Character ;
    lvont:represents "ﶃ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE LAM WITH JEEM WITH JEEM INITIAL FORM"@en .

<http://lexvo.org/id/char/FD84> a lvont:Character ;
    lvont:represents "ﶄ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE LAM WITH JEEM WITH JEEM FINAL FORM"@en .

<http://lexvo.org/id/char/FD85> a lvont:Character ;
    lvont:represents "ﶅ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE LAM WITH KHAH WITH MEEM FINAL FORM"@en .

<http://lexvo.org/id/char/FD86> a lvont:Character ;
    lvont:represents "ﶆ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE LAM WITH KHAH WITH MEEM INITIAL FORM"@en .

<http://lexvo.org/id/char/FD87> a lvont:Character ;
    lvont:represents "ﶇ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE LAM WITH MEEM WITH HAH FINAL FORM"@en .

<http://lexvo.org/id/char/FD88> a lvont:Character ;
    lvont:represents "ﶈ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE LAM WITH MEEM WITH HAH INITIAL FORM"@en .

<http://lexvo.org/id/char/FD89> a lvont:Character ;
    lvont:represents "ﶉ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE MEEM WITH HAH WITH JEEM INITIAL FORM"@en .

<http://lexvo.org/id/char/FD8A> a lvont:Character ;
    lvont:represents "ﶊ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE MEEM WITH HAH WITH MEEM INITIAL FORM"@en .

<http://lexvo.org/id/char/FD8B> a lvont:Character ;
    lvont:represents "ﶋ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE MEEM WITH HAH WITH YEH FINAL FORM"@en .

<http://lexvo.org/id/char/FD8C> a lvont:Character ;
    lvont:represents "ﶌ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE MEEM WITH JEEM WITH HAH INITIAL FORM"@en .

<http://lexvo.org/id/char/FD8D> a lvont:Character ;
    lvont:represents "ﶍ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE MEEM WITH JEEM WITH MEEM INITIAL FORM"@en .

<http://lexvo.org/id/char/FD8E> a lvont:Character ;
    lvont:represents "ﶎ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE MEEM WITH KHAH WITH JEEM INITIAL FORM"@en .

<http://lexvo.org/id/char/FD8F> a lvont:Character ;
    lvont:represents "ﶏ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE MEEM WITH KHAH WITH MEEM INITIAL FORM"@en .

<http://lexvo.org/id/char/FD92> a lvont:Character ;
    lvont:represents "ﶒ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE MEEM WITH JEEM WITH KHAH INITIAL FORM"@en .

<http://lexvo.org/id/char/FD93> a lvont:Character ;
    lvont:represents "ﶓ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE HEH WITH MEEM WITH JEEM INITIAL FORM"@en .

<http://lexvo.org/id/char/FD94> a lvont:Character ;
    lvont:represents "ﶔ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE HEH WITH MEEM WITH MEEM INITIAL FORM"@en .

<http://lexvo.org/id/char/FD95> a lvont:Character ;
    lvont:represents "ﶕ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE NOON WITH HAH WITH MEEM INITIAL FORM"@en .

<http://lexvo.org/id/char/FD96> a lvont:Character ;
    lvont:represents "ﶖ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE NOON WITH HAH WITH ALEF MAKSURA FINAL FORM"@en .

<http://lexvo.org/id/char/FD97> a lvont:Character ;
    lvont:represents "ﶗ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE NOON WITH JEEM WITH MEEM FINAL FORM"@en .

<http://lexvo.org/id/char/FD98> a lvont:Character ;
    lvont:represents "ﶘ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE NOON WITH JEEM WITH MEEM INITIAL FORM"@en .

<http://lexvo.org/id/char/FD99> a lvont:Character ;
    lvont:represents "ﶙ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE NOON WITH JEEM WITH ALEF MAKSURA FINAL FORM"@en .

<http://lexvo.org/id/char/FD9A> a lvont:Character ;
    lvont:represents "ﶚ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE NOON WITH MEEM WITH YEH FINAL FORM"@en .

<http://lexvo.org/id/char/FD9B> a lvont:Character ;
    lvont:represents "ﶛ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE NOON WITH MEEM WITH ALEF MAKSURA FINAL FORM"@en .

<http://lexvo.org/id/char/FD9C> a lvont:Character ;
    lvont:represents "ﶜ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE YEH WITH MEEM WITH MEEM FINAL FORM"@en .

<http://lexvo.org/id/char/FD9D> a lvont:Character ;
    lvont:represents "ﶝ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE YEH WITH MEEM WITH MEEM INITIAL FORM"@en .

<http://lexvo.org/id/char/FD9E> a lvont:Character ;
    lvont:represents "ﶞ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE BEH WITH KHAH WITH YEH FINAL FORM"@en .

<http://lexvo.org/id/char/FD9F> a lvont:Character ;
    lvont:represents "ﶟ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE TEH WITH JEEM WITH YEH FINAL FORM"@en .

<http://lexvo.org/id/char/FDA0> a lvont:Character ;
    lvont:represents "ﶠ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE TEH WITH JEEM WITH ALEF MAKSURA FINAL FORM"@en .

<http://lexvo.org/id/char/FDA1> a lvont:Character ;
    lvont:represents "ﶡ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE TEH WITH KHAH WITH YEH FINAL FORM"@en .

<http://lexvo.org/id/char/FDA2> a lvont:Character ;
    lvont:represents "ﶢ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE TEH WITH KHAH WITH ALEF MAKSURA FINAL FORM"@en .

<http://lexvo.org/id/char/FDA3> a lvont:Character ;
    lvont:represents "ﶣ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE TEH WITH MEEM WITH YEH FINAL FORM"@en .

<http://lexvo.org/id/char/FDA4> a lvont:Character ;
    lvont:represents "ﶤ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE TEH WITH MEEM WITH ALEF MAKSURA FINAL FORM"@en .

<http://lexvo.org/id/char/FDA5> a lvont:Character ;
    lvont:represents "ﶥ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE JEEM WITH MEEM WITH YEH FINAL FORM"@en .

<http://lexvo.org/id/char/FDA6> a lvont:Character ;
    lvont:represents "ﶦ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE JEEM WITH HAH WITH ALEF MAKSURA FINAL FORM"@en .

<http://lexvo.org/id/char/FDA7> a lvont:Character ;
    lvont:represents "ﶧ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE JEEM WITH MEEM WITH ALEF MAKSURA FINAL FORM"@en .

<http://lexvo.org/id/char/FDA8> a lvont:Character ;
    lvont:represents "ﶨ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE SEEN WITH KHAH WITH ALEF MAKSURA FINAL FORM"@en .

<http://lexvo.org/id/char/FDA9> a lvont:Character ;
    lvont:represents "ﶩ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE SAD WITH HAH WITH YEH FINAL FORM"@en .

<http://lexvo.org/id/char/FDAA> a lvont:Character ;
    lvont:represents "ﶪ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE SHEEN WITH HAH WITH YEH FINAL FORM"@en .

<http://lexvo.org/id/char/FDAB> a lvont:Character ;
    lvont:represents "ﶫ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE DAD WITH HAH WITH YEH FINAL FORM"@en .

<http://lexvo.org/id/char/FDAC> a lvont:Character ;
    lvont:represents "ﶬ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE LAM WITH JEEM WITH YEH FINAL FORM"@en .

<http://lexvo.org/id/char/FDAD> a lvont:Character ;
    lvont:represents "ﶭ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE LAM WITH MEEM WITH YEH FINAL FORM"@en .

<http://lexvo.org/id/char/FDAE> a lvont:Character ;
    lvont:represents "ﶮ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE YEH WITH HAH WITH YEH FINAL FORM"@en .

<http://lexvo.org/id/char/FDAF> a lvont:Character ;
    lvont:represents "ﶯ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE YEH WITH JEEM WITH YEH FINAL FORM"@en .

<http://lexvo.org/id/char/FDB0> a lvont:Character ;
    lvont:represents "ﶰ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE YEH WITH MEEM WITH YEH FINAL FORM"@en .

<http://lexvo.org/id/char/FDB1> a lvont:Character ;
    lvont:represents "ﶱ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE MEEM WITH MEEM WITH YEH FINAL FORM"@en .

<http://lexvo.org/id/char/FDB2> a lvont:Character ;
    lvont:represents "ﶲ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE QAF WITH MEEM WITH YEH FINAL FORM"@en .

<http://lexvo.org/id/char/FDB3> a lvont:Character ;
    lvont:represents "ﶳ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE NOON WITH HAH WITH YEH FINAL FORM"@en .

<http://lexvo.org/id/char/FDB4> a lvont:Character ;
    lvont:represents "ﶴ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE QAF WITH MEEM WITH HAH INITIAL FORM"@en .

<http://lexvo.org/id/char/FDB5> a lvont:Character ;
    lvont:represents "ﶵ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE LAM WITH HAH WITH MEEM INITIAL FORM"@en .

<http://lexvo.org/id/char/FDB6> a lvont:Character ;
    lvont:represents "ﶶ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE AIN WITH MEEM WITH YEH FINAL FORM"@en .

<http://lexvo.org/id/char/FDB7> a lvont:Character ;
    lvont:represents "ﶷ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE KAF WITH MEEM WITH YEH FINAL FORM"@en .

<http://lexvo.org/id/char/FDB8> a lvont:Character ;
    lvont:represents "ﶸ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE NOON WITH JEEM WITH HAH INITIAL FORM"@en .

<http://lexvo.org/id/char/FDB9> a lvont:Character ;
    lvont:represents "ﶹ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE MEEM WITH KHAH WITH YEH FINAL FORM"@en .

<http://lexvo.org/id/char/FDBA> a lvont:Character ;
    lvont:represents "ﶺ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE LAM WITH JEEM WITH MEEM INITIAL FORM"@en .

<http://lexvo.org/id/char/FDBB> a lvont:Character ;
    lvont:represents "ﶻ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE KAF WITH MEEM WITH MEEM FINAL FORM"@en .

<http://lexvo.org/id/char/FDBC> a lvont:Character ;
    lvont:represents "ﶼ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE LAM WITH JEEM WITH MEEM FINAL FORM"@en .

<http://lexvo.org/id/char/FDBD> a lvont:Character ;
    lvont:represents "ﶽ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE NOON WITH JEEM WITH HAH FINAL FORM"@en .

<http://lexvo.org/id/char/FDBE> a lvont:Character ;
    lvont:represents "ﶾ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE JEEM WITH HAH WITH YEH FINAL FORM"@en .

<http://lexvo.org/id/char/FDBF> a lvont:Character ;
    lvont:represents "ﶿ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE HAH WITH JEEM WITH YEH FINAL FORM"@en .

<http://lexvo.org/id/char/FDC0> a lvont:Character ;
    lvont:represents "ﷀ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE MEEM WITH JEEM WITH YEH FINAL FORM"@en .

<http://lexvo.org/id/char/FDC1> a lvont:Character ;
    lvont:represents "ﷁ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE FEH WITH MEEM WITH YEH FINAL FORM"@en .

<http://lexvo.org/id/char/FDC2> a lvont:Character ;
    lvont:represents "ﷂ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE BEH WITH HAH WITH YEH FINAL FORM"@en .

<http://lexvo.org/id/char/FDC3> a lvont:Character ;
    lvont:represents "ﷃ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE KAF WITH MEEM WITH MEEM INITIAL FORM"@en .

<http://lexvo.org/id/char/FDC4> a lvont:Character ;
    lvont:represents "ﷄ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE AIN WITH JEEM WITH MEEM INITIAL FORM"@en .

<http://lexvo.org/id/char/FDC5> a lvont:Character ;
    lvont:represents "ﷅ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE SAD WITH MEEM WITH MEEM INITIAL FORM"@en .

<http://lexvo.org/id/char/FDC6> a lvont:Character ;
    lvont:represents "ﷆ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE SEEN WITH KHAH WITH YEH FINAL FORM"@en .

<http://lexvo.org/id/char/FDC7> a lvont:Character ;
    lvont:represents "ﷇ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE NOON WITH JEEM WITH YEH FINAL FORM"@en .

<http://lexvo.org/id/char/FDF0> a lvont:Character ;
    lvont:represents "ﷰ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE SALLA USED AS KORANIC STOP SIGN ISOLATED FORM"@en .

<http://lexvo.org/id/char/FDF1> a lvont:Character ;
    lvont:represents "ﷱ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE QALA USED AS KORANIC STOP SIGN ISOLATED FORM"@en .

<http://lexvo.org/id/char/FDF2> a lvont:Character ;
    lvont:represents "ﷲ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE ALLAH ISOLATED FORM"@en .

<http://lexvo.org/id/char/FDF3> a lvont:Character ;
    lvont:represents "ﷳ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE AKBAR ISOLATED FORM"@en .

<http://lexvo.org/id/char/FDF4> a lvont:Character ;
    lvont:represents "ﷴ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE MOHAMMAD ISOLATED FORM"@en .

<http://lexvo.org/id/char/FDF5> a lvont:Character ;
    lvont:represents "ﷵ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE SALAM ISOLATED FORM"@en .

<http://lexvo.org/id/char/FDF6> a lvont:Character ;
    lvont:represents "ﷶ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE RASOUL ISOLATED FORM"@en .

<http://lexvo.org/id/char/FDF7> a lvont:Character ;
    lvont:represents "ﷷ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE ALAYHE ISOLATED FORM"@en .

<http://lexvo.org/id/char/FDF8> a lvont:Character ;
    lvont:represents "ﷸ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE WASALLAM ISOLATED FORM"@en .

<http://lexvo.org/id/char/FDF9> a lvont:Character ;
    lvont:represents "ﷹ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE SALLA ISOLATED FORM"@en .

<http://lexvo.org/id/char/FDFA> a lvont:Character ;
    lvont:represents "ﷺ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE SALLALLAHOU ALAYHE WASALLAM"@en .

<http://lexvo.org/id/char/FDFB> a lvont:Character ;
    lvont:represents "ﷻ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE JALLAJALALOUHOU"@en .

<http://lexvo.org/id/char/FDFC> a lvont:Character ;
    lvont:represents "﷼"^^xsd:string ;
    rdfs:comment "RIAL SIGN"@en .

<http://lexvo.org/id/char/FDFD> a lvont:Character ;
    lvont:represents "﷽"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE BISMILLAH AR-RAHMAN AR-RAHEEM"@en .

<http://lexvo.org/id/char/FE00> a lvont:Character ;
    lvont:represents "︀"^^xsd:string ;
    rdfs:comment "VARIATION SELECTOR-1"@en .

<http://lexvo.org/id/char/FE01> a lvont:Character ;
    lvont:represents "︁"^^xsd:string ;
    rdfs:comment "VARIATION SELECTOR-2"@en .

<http://lexvo.org/id/char/FE02> a lvont:Character ;
    lvont:represents "︂"^^xsd:string ;
    rdfs:comment "VARIATION SELECTOR-3"@en .

<http://lexvo.org/id/char/FE03> a lvont:Character ;
    lvont:represents "︃"^^xsd:string ;
    rdfs:comment "VARIATION SELECTOR-4"@en .

<http://lexvo.org/id/char/FE04> a lvont:Character ;
    lvont:represents "︄"^^xsd:string ;
    rdfs:comment "VARIATION SELECTOR-5"@en .

<http://lexvo.org/id/char/FE05> a lvont:Character ;
    lvont:represents "︅"^^xsd:string ;
    rdfs:comment "VARIATION SELECTOR-6"@en .

<http://lexvo.org/id/char/FE06> a lvont:Character ;
    lvont:represents "︆"^^xsd:string ;
    rdfs:comment "VARIATION SELECTOR-7"@en .

<http://lexvo.org/id/char/FE07> a lvont:Character ;
    lvont:represents "︇"^^xsd:string ;
    rdfs:comment "VARIATION SELECTOR-8"@en .

<http://lexvo.org/id/char/FE08> a lvont:Character ;
    lvont:represents "︈"^^xsd:string ;
    rdfs:comment "VARIATION SELECTOR-9"@en .

<http://lexvo.org/id/char/FE09> a lvont:Character ;
    lvont:represents "︉"^^xsd:string ;
    rdfs:comment "VARIATION SELECTOR-10"@en .

<http://lexvo.org/id/char/FE0A> a lvont:Character ;
    lvont:represents "︊"^^xsd:string ;
    rdfs:comment "VARIATION SELECTOR-11"@en .

<http://lexvo.org/id/char/FE0B> a lvont:Character ;
    lvont:represents "︋"^^xsd:string ;
    rdfs:comment "VARIATION SELECTOR-12"@en .

<http://lexvo.org/id/char/FE0C> a lvont:Character ;
    lvont:represents "︌"^^xsd:string ;
    rdfs:comment "VARIATION SELECTOR-13"@en .

<http://lexvo.org/id/char/FE0D> a lvont:Character ;
    lvont:represents "︍"^^xsd:string ;
    rdfs:comment "VARIATION SELECTOR-14"@en .

<http://lexvo.org/id/char/FE0E> a lvont:Character ;
    lvont:represents "︎"^^xsd:string ;
    rdfs:comment "VARIATION SELECTOR-15"@en .

<http://lexvo.org/id/char/FE0F> a lvont:Character ;
    lvont:represents "️"^^xsd:string ;
    rdfs:comment "VARIATION SELECTOR-16"@en .

<http://lexvo.org/id/char/FE10> a lvont:Character ;
    lvont:represents "︐"^^xsd:string ;
    rdfs:comment "PRESENTATION FORM FOR VERTICAL COMMA"@en .

<http://lexvo.org/id/char/FE11> a lvont:Character ;
    lvont:represents "︑"^^xsd:string ;
    rdfs:comment "PRESENTATION FORM FOR VERTICAL IDEOGRAPHIC COMMA"@en .

<http://lexvo.org/id/char/FE12> a lvont:Character ;
    lvont:represents "︒"^^xsd:string ;
    rdfs:comment "PRESENTATION FORM FOR VERTICAL IDEOGRAPHIC FULL STOP"@en .

<http://lexvo.org/id/char/FE13> a lvont:Character ;
    lvont:represents "︓"^^xsd:string ;
    rdfs:comment "PRESENTATION FORM FOR VERTICAL COLON"@en .

<http://lexvo.org/id/char/FE14> a lvont:Character ;
    lvont:represents "︔"^^xsd:string ;
    rdfs:comment "PRESENTATION FORM FOR VERTICAL SEMICOLON"@en .

<http://lexvo.org/id/char/FE15> a lvont:Character ;
    lvont:represents "︕"^^xsd:string ;
    rdfs:comment "PRESENTATION FORM FOR VERTICAL EXCLAMATION MARK"@en .

<http://lexvo.org/id/char/FE16> a lvont:Character ;
    lvont:represents "︖"^^xsd:string ;
    rdfs:comment "PRESENTATION FORM FOR VERTICAL QUESTION MARK"@en .

<http://lexvo.org/id/char/FE17> a lvont:Character ;
    lvont:represents "︗"^^xsd:string ;
    rdfs:comment "PRESENTATION FORM FOR VERTICAL LEFT WHITE LENTICULAR BRACKET"@en .

<http://lexvo.org/id/char/FE18> a lvont:Character ;
    lvont:represents "︘"^^xsd:string ;
    rdfs:comment "PRESENTATION FORM FOR VERTICAL RIGHT WHITE LENTICULAR BRAKCET"@en .

<http://lexvo.org/id/char/FE19> a lvont:Character ;
    lvont:represents "︙"^^xsd:string ;
    rdfs:comment "PRESENTATION FORM FOR VERTICAL HORIZONTAL ELLIPSIS"@en .

<http://lexvo.org/id/char/FE20> a lvont:Character ;
    lvont:represents "︠"^^xsd:string ;
    rdfs:comment "COMBINING LIGATURE LEFT HALF"@en .

<http://lexvo.org/id/char/FE21> a lvont:Character ;
    lvont:represents "︡"^^xsd:string ;
    rdfs:comment "COMBINING LIGATURE RIGHT HALF"@en .

<http://lexvo.org/id/char/FE22> a lvont:Character ;
    lvont:represents "︢"^^xsd:string ;
    rdfs:comment "COMBINING DOUBLE TILDE LEFT HALF"@en .

<http://lexvo.org/id/char/FE23> a lvont:Character ;
    lvont:represents "︣"^^xsd:string ;
    rdfs:comment "COMBINING DOUBLE TILDE RIGHT HALF"@en .

<http://lexvo.org/id/char/FE24> a lvont:Character ;
    lvont:represents "︤"^^xsd:string ;
    rdfs:comment "COMBINING MACRON LEFT HALF"@en .

<http://lexvo.org/id/char/FE25> a lvont:Character ;
    lvont:represents "︥"^^xsd:string ;
    rdfs:comment "COMBINING MACRON RIGHT HALF"@en .

<http://lexvo.org/id/char/FE26> a lvont:Character ;
    lvont:represents "︦"^^xsd:string ;
    rdfs:comment "COMBINING CONJOINING MACRON"@en .

<http://lexvo.org/id/char/FE30> a lvont:Character ;
    lvont:represents "︰"^^xsd:string ;
    rdfs:comment "PRESENTATION FORM FOR VERTICAL TWO DOT LEADER"@en .

<http://lexvo.org/id/char/FE31> a lvont:Character ;
    lvont:represents "︱"^^xsd:string ;
    rdfs:comment "PRESENTATION FORM FOR VERTICAL EM DASH"@en .

<http://lexvo.org/id/char/FE32> a lvont:Character ;
    lvont:represents "︲"^^xsd:string ;
    rdfs:comment "PRESENTATION FORM FOR VERTICAL EN DASH"@en .

<http://lexvo.org/id/char/FE33> a lvont:Character ;
    lvont:represents "︳"^^xsd:string ;
    rdfs:comment "PRESENTATION FORM FOR VERTICAL LOW LINE"@en .

<http://lexvo.org/id/char/FE34> a lvont:Character ;
    lvont:represents "︴"^^xsd:string ;
    rdfs:comment "PRESENTATION FORM FOR VERTICAL WAVY LOW LINE"@en .

<http://lexvo.org/id/char/FE35> a lvont:Character ;
    lvont:represents "︵"^^xsd:string ;
    rdfs:comment "PRESENTATION FORM FOR VERTICAL LEFT PARENTHESIS"@en .

<http://lexvo.org/id/char/FE36> a lvont:Character ;
    lvont:represents "︶"^^xsd:string ;
    rdfs:comment "PRESENTATION FORM FOR VERTICAL RIGHT PARENTHESIS"@en .

<http://lexvo.org/id/char/FE37> a lvont:Character ;
    lvont:represents "︷"^^xsd:string ;
    rdfs:comment "PRESENTATION FORM FOR VERTICAL LEFT CURLY BRACKET"@en .

<http://lexvo.org/id/char/FE38> a lvont:Character ;
    lvont:represents "︸"^^xsd:string ;
    rdfs:comment "PRESENTATION FORM FOR VERTICAL RIGHT CURLY BRACKET"@en .

<http://lexvo.org/id/char/FE39> a lvont:Character ;
    lvont:represents "︹"^^xsd:string ;
    rdfs:comment "PRESENTATION FORM FOR VERTICAL LEFT TORTOISE SHELL BRACKET"@en .

<http://lexvo.org/id/char/FE3A> a lvont:Character ;
    lvont:represents "︺"^^xsd:string ;
    rdfs:comment "PRESENTATION FORM FOR VERTICAL RIGHT TORTOISE SHELL BRACKET"@en .

<http://lexvo.org/id/char/FE3B> a lvont:Character ;
    lvont:represents "︻"^^xsd:string ;
    rdfs:comment "PRESENTATION FORM FOR VERTICAL LEFT BLACK LENTICULAR BRACKET"@en .

<http://lexvo.org/id/char/FE3C> a lvont:Character ;
    lvont:represents "︼"^^xsd:string ;
    rdfs:comment "PRESENTATION FORM FOR VERTICAL RIGHT BLACK LENTICULAR BRACKET"@en .

<http://lexvo.org/id/char/FE3D> a lvont:Character ;
    lvont:represents "︽"^^xsd:string ;
    rdfs:comment "PRESENTATION FORM FOR VERTICAL LEFT DOUBLE ANGLE BRACKET"@en .

<http://lexvo.org/id/char/FE3E> a lvont:Character ;
    lvont:represents "︾"^^xsd:string ;
    rdfs:comment "PRESENTATION FORM FOR VERTICAL RIGHT DOUBLE ANGLE BRACKET"@en .

<http://lexvo.org/id/char/FE3F> a lvont:Character ;
    lvont:represents "︿"^^xsd:string ;
    rdfs:comment "PRESENTATION FORM FOR VERTICAL LEFT ANGLE BRACKET"@en .

<http://lexvo.org/id/char/FE40> a lvont:Character ;
    lvont:represents "﹀"^^xsd:string ;
    rdfs:comment "PRESENTATION FORM FOR VERTICAL RIGHT ANGLE BRACKET"@en .

<http://lexvo.org/id/char/FE41> a lvont:Character ;
    lvont:represents "﹁"^^xsd:string ;
    rdfs:comment "PRESENTATION FORM FOR VERTICAL LEFT CORNER BRACKET"@en .

<http://lexvo.org/id/char/FE42> a lvont:Character ;
    lvont:represents "﹂"^^xsd:string ;
    rdfs:comment "PRESENTATION FORM FOR VERTICAL RIGHT CORNER BRACKET"@en .

<http://lexvo.org/id/char/FE43> a lvont:Character ;
    lvont:represents "﹃"^^xsd:string ;
    rdfs:comment "PRESENTATION FORM FOR VERTICAL LEFT WHITE CORNER BRACKET"@en .

<http://lexvo.org/id/char/FE44> a lvont:Character ;
    lvont:represents "﹄"^^xsd:string ;
    rdfs:comment "PRESENTATION FORM FOR VERTICAL RIGHT WHITE CORNER BRACKET"@en .

<http://lexvo.org/id/char/FE45> a lvont:Character ;
    lvont:represents "﹅"^^xsd:string ;
    rdfs:comment "SESAME DOT"@en .

<http://lexvo.org/id/char/FE46> a lvont:Character ;
    lvont:represents "﹆"^^xsd:string ;
    rdfs:comment "WHITE SESAME DOT"@en .

<http://lexvo.org/id/char/FE47> a lvont:Character ;
    lvont:represents "﹇"^^xsd:string ;
    rdfs:comment "PRESENTATION FORM FOR VERTICAL LEFT SQUARE BRACKET"@en .

<http://lexvo.org/id/char/FE48> a lvont:Character ;
    lvont:represents "﹈"^^xsd:string ;
    rdfs:comment "PRESENTATION FORM FOR VERTICAL RIGHT SQUARE BRACKET"@en .

<http://lexvo.org/id/char/FE49> a lvont:Character ;
    lvont:represents "﹉"^^xsd:string ;
    rdfs:comment "DASHED OVERLINE"@en .

<http://lexvo.org/id/char/FE4A> a lvont:Character ;
    lvont:represents "﹊"^^xsd:string ;
    rdfs:comment "CENTRELINE OVERLINE"@en .

<http://lexvo.org/id/char/FE4B> a lvont:Character ;
    lvont:represents "﹋"^^xsd:string ;
    rdfs:comment "WAVY OVERLINE"@en .

<http://lexvo.org/id/char/FE4C> a lvont:Character ;
    lvont:represents "﹌"^^xsd:string ;
    rdfs:comment "DOUBLE WAVY OVERLINE"@en .

<http://lexvo.org/id/char/FE4D> a lvont:Character ;
    lvont:represents "﹍"^^xsd:string ;
    rdfs:comment "DASHED LOW LINE"@en .

<http://lexvo.org/id/char/FE4E> a lvont:Character ;
    lvont:represents "﹎"^^xsd:string ;
    rdfs:comment "CENTRELINE LOW LINE"@en .

<http://lexvo.org/id/char/FE4F> a lvont:Character ;
    lvont:represents "﹏"^^xsd:string ;
    rdfs:comment "WAVY LOW LINE"@en .

<http://lexvo.org/id/char/FE50> a lvont:Character ;
    lvont:represents "﹐"^^xsd:string ;
    rdfs:comment "SMALL COMMA"@en .

<http://lexvo.org/id/char/FE51> a lvont:Character ;
    lvont:represents "﹑"^^xsd:string ;
    rdfs:comment "SMALL IDEOGRAPHIC COMMA"@en .

<http://lexvo.org/id/char/FE52> a lvont:Character ;
    lvont:represents "﹒"^^xsd:string ;
    rdfs:comment "SMALL FULL STOP"@en .

<http://lexvo.org/id/char/FE54> a lvont:Character ;
    lvont:represents "﹔"^^xsd:string ;
    rdfs:comment "SMALL SEMICOLON"@en .

<http://lexvo.org/id/char/FE55> a lvont:Character ;
    lvont:represents "﹕"^^xsd:string ;
    rdfs:comment "SMALL COLON"@en .

<http://lexvo.org/id/char/FE56> a lvont:Character ;
    lvont:represents "﹖"^^xsd:string ;
    rdfs:comment "SMALL QUESTION MARK"@en .

<http://lexvo.org/id/char/FE57> a lvont:Character ;
    lvont:represents "﹗"^^xsd:string ;
    rdfs:comment "SMALL EXCLAMATION MARK"@en .

<http://lexvo.org/id/char/FE58> a lvont:Character ;
    lvont:represents "﹘"^^xsd:string ;
    rdfs:comment "SMALL EM DASH"@en .

<http://lexvo.org/id/char/FE59> a lvont:Character ;
    lvont:represents "﹙"^^xsd:string ;
    rdfs:comment "SMALL LEFT PARENTHESIS"@en .

<http://lexvo.org/id/char/FE5A> a lvont:Character ;
    lvont:represents "﹚"^^xsd:string ;
    rdfs:comment "SMALL RIGHT PARENTHESIS"@en .

<http://lexvo.org/id/char/FE5B> a lvont:Character ;
    lvont:represents "﹛"^^xsd:string ;
    rdfs:comment "SMALL LEFT CURLY BRACKET"@en .

<http://lexvo.org/id/char/FE5C> a lvont:Character ;
    lvont:represents "﹜"^^xsd:string ;
    rdfs:comment "SMALL RIGHT CURLY BRACKET"@en .

<http://lexvo.org/id/char/FE5D> a lvont:Character ;
    lvont:represents "﹝"^^xsd:string ;
    rdfs:comment "SMALL LEFT TORTOISE SHELL BRACKET"@en .

<http://lexvo.org/id/char/FE5E> a lvont:Character ;
    lvont:represents "﹞"^^xsd:string ;
    rdfs:comment "SMALL RIGHT TORTOISE SHELL BRACKET"@en .

<http://lexvo.org/id/char/FE5F> a lvont:Character ;
    lvont:represents "﹟"^^xsd:string ;
    rdfs:comment "SMALL NUMBER SIGN"@en .

<http://lexvo.org/id/char/FE60> a lvont:Character ;
    lvont:represents "﹠"^^xsd:string ;
    rdfs:comment "SMALL AMPERSAND"@en .

<http://lexvo.org/id/char/FE61> a lvont:Character ;
    lvont:represents "﹡"^^xsd:string ;
    rdfs:comment "SMALL ASTERISK"@en .

<http://lexvo.org/id/char/FE62> a lvont:Character ;
    lvont:represents "﹢"^^xsd:string ;
    rdfs:comment "SMALL PLUS SIGN"@en .

<http://lexvo.org/id/char/FE63> a lvont:Character ;
    lvont:represents "﹣"^^xsd:string ;
    rdfs:comment "SMALL HYPHEN-MINUS"@en .

<http://lexvo.org/id/char/FE64> a lvont:Character ;
    lvont:represents "﹤"^^xsd:string ;
    rdfs:comment "SMALL LESS-THAN SIGN"@en .

<http://lexvo.org/id/char/FE65> a lvont:Character ;
    lvont:represents "﹥"^^xsd:string ;
    rdfs:comment "SMALL GREATER-THAN SIGN"@en .

<http://lexvo.org/id/char/FE66> a lvont:Character ;
    lvont:represents "﹦"^^xsd:string ;
    rdfs:comment "SMALL EQUALS SIGN"@en .

<http://lexvo.org/id/char/FE68> a lvont:Character ;
    lvont:represents "﹨"^^xsd:string ;
    rdfs:comment "SMALL REVERSE SOLIDUS"@en .

<http://lexvo.org/id/char/FE69> a lvont:Character ;
    lvont:represents "﹩"^^xsd:string ;
    rdfs:comment "SMALL DOLLAR SIGN"@en .

<http://lexvo.org/id/char/FE6A> a lvont:Character ;
    lvont:represents "﹪"^^xsd:string ;
    rdfs:comment "SMALL PERCENT SIGN"@en .

<http://lexvo.org/id/char/FE6B> a lvont:Character ;
    lvont:represents "﹫"^^xsd:string ;
    rdfs:comment "SMALL COMMERCIAL AT"@en .

<http://lexvo.org/id/char/FE70> a lvont:Character ;
    lvont:represents "ﹰ"^^xsd:string ;
    rdfs:comment "ARABIC FATHATAN ISOLATED FORM"@en .

<http://lexvo.org/id/char/FE71> a lvont:Character ;
    lvont:represents "ﹱ"^^xsd:string ;
    rdfs:comment "ARABIC TATWEEL WITH FATHATAN ABOVE"@en .

<http://lexvo.org/id/char/FE72> a lvont:Character ;
    lvont:represents "ﹲ"^^xsd:string ;
    rdfs:comment "ARABIC DAMMATAN ISOLATED FORM"@en .

<http://lexvo.org/id/char/FE73> a lvont:Character ;
    lvont:represents "ﹳ"^^xsd:string ;
    rdfs:comment "ARABIC TAIL FRAGMENT"@en .

<http://lexvo.org/id/char/FE74> a lvont:Character ;
    lvont:represents "ﹴ"^^xsd:string ;
    rdfs:comment "ARABIC KASRATAN ISOLATED FORM"@en .

<http://lexvo.org/id/char/FE76> a lvont:Character ;
    lvont:represents "ﹶ"^^xsd:string ;
    rdfs:comment "ARABIC FATHA ISOLATED FORM"@en .

<http://lexvo.org/id/char/FE77> a lvont:Character ;
    lvont:represents "ﹷ"^^xsd:string ;
    rdfs:comment "ARABIC FATHA MEDIAL FORM"@en .

<http://lexvo.org/id/char/FE78> a lvont:Character ;
    lvont:represents "ﹸ"^^xsd:string ;
    rdfs:comment "ARABIC DAMMA ISOLATED FORM"@en .

<http://lexvo.org/id/char/FE79> a lvont:Character ;
    lvont:represents "ﹹ"^^xsd:string ;
    rdfs:comment "ARABIC DAMMA MEDIAL FORM"@en .

<http://lexvo.org/id/char/FE7A> a lvont:Character ;
    lvont:represents "ﹺ"^^xsd:string ;
    rdfs:comment "ARABIC KASRA ISOLATED FORM"@en .

<http://lexvo.org/id/char/FE7B> a lvont:Character ;
    lvont:represents "ﹻ"^^xsd:string ;
    rdfs:comment "ARABIC KASRA MEDIAL FORM"@en .

<http://lexvo.org/id/char/FE7C> a lvont:Character ;
    lvont:represents "ﹼ"^^xsd:string ;
    rdfs:comment "ARABIC SHADDA ISOLATED FORM"@en .

<http://lexvo.org/id/char/FE7D> a lvont:Character ;
    lvont:represents "ﹽ"^^xsd:string ;
    rdfs:comment "ARABIC SHADDA MEDIAL FORM"@en .

<http://lexvo.org/id/char/FE7E> a lvont:Character ;
    lvont:represents "ﹾ"^^xsd:string ;
    rdfs:comment "ARABIC SUKUN ISOLATED FORM"@en .

<http://lexvo.org/id/char/FE7F> a lvont:Character ;
    lvont:represents "ﹿ"^^xsd:string ;
    rdfs:comment "ARABIC SUKUN MEDIAL FORM"@en .

<http://lexvo.org/id/char/FE80> a lvont:Character ;
    lvont:represents "ﺀ"^^xsd:string ;
    rdfs:comment "ARABIC LETTER HAMZA ISOLATED FORM"@en .

<http://lexvo.org/id/char/FE81> a lvont:Character ;
    lvont:represents "ﺁ"^^xsd:string ;
    rdfs:comment "ARABIC LETTER ALEF WITH MADDA ABOVE ISOLATED FORM"@en .

<http://lexvo.org/id/char/FE82> a lvont:Character ;
    lvont:represents "ﺂ"^^xsd:string ;
    rdfs:comment "ARABIC LETTER ALEF WITH MADDA ABOVE FINAL FORM"@en .

<http://lexvo.org/id/char/FE83> a lvont:Character ;
    lvont:represents "ﺃ"^^xsd:string ;
    rdfs:comment "ARABIC LETTER ALEF WITH HAMZA ABOVE ISOLATED FORM"@en .

<http://lexvo.org/id/char/FE84> a lvont:Character ;
    lvont:represents "ﺄ"^^xsd:string ;
    rdfs:comment "ARABIC LETTER ALEF WITH HAMZA ABOVE FINAL FORM"@en .

<http://lexvo.org/id/char/FE85> a lvont:Character ;
    lvont:represents "ﺅ"^^xsd:string ;
    rdfs:comment "ARABIC LETTER WAW WITH HAMZA ABOVE ISOLATED FORM"@en .

<http://lexvo.org/id/char/FE86> a lvont:Character ;
    lvont:represents "ﺆ"^^xsd:string ;
    rdfs:comment "ARABIC LETTER WAW WITH HAMZA ABOVE FINAL FORM"@en .

<http://lexvo.org/id/char/FE87> a lvont:Character ;
    lvont:represents "ﺇ"^^xsd:string ;
    rdfs:comment "ARABIC LETTER ALEF WITH HAMZA BELOW ISOLATED FORM"@en .

<http://lexvo.org/id/char/FE88> a lvont:Character ;
    lvont:represents "ﺈ"^^xsd:string ;
    rdfs:comment "ARABIC LETTER ALEF WITH HAMZA BELOW FINAL FORM"@en .

<http://lexvo.org/id/char/FE89> a lvont:Character ;
    lvont:represents "ﺉ"^^xsd:string ;
    rdfs:comment "ARABIC LETTER YEH WITH HAMZA ABOVE ISOLATED FORM"@en .

<http://lexvo.org/id/char/FE8A> a lvont:Character ;
    lvont:represents "ﺊ"^^xsd:string ;
    rdfs:comment "ARABIC LETTER YEH WITH HAMZA ABOVE FINAL FORM"@en .

<http://lexvo.org/id/char/FE8B> a lvont:Character ;
    lvont:represents "ﺋ"^^xsd:string ;
    rdfs:comment "ARABIC LETTER YEH WITH HAMZA ABOVE INITIAL FORM"@en .

<http://lexvo.org/id/char/FE8C> a lvont:Character ;
    lvont:represents "ﺌ"^^xsd:string ;
    rdfs:comment "ARABIC LETTER YEH WITH HAMZA ABOVE MEDIAL FORM"@en .

<http://lexvo.org/id/char/FE8D> a lvont:Character ;
    lvont:represents "ﺍ"^^xsd:string ;
    rdfs:comment "ARABIC LETTER ALEF ISOLATED FORM"@en .

<http://lexvo.org/id/char/FE8E> a lvont:Character ;
    lvont:represents "ﺎ"^^xsd:string ;
    rdfs:comment "ARABIC LETTER ALEF FINAL FORM"@en .

<http://lexvo.org/id/char/FE8F> a lvont:Character ;
    lvont:represents "ﺏ"^^xsd:string ;
    rdfs:comment "ARABIC LETTER BEH ISOLATED FORM"@en .

<http://lexvo.org/id/char/FE90> a lvont:Character ;
    lvont:represents "ﺐ"^^xsd:string ;
    rdfs:comment "ARABIC LETTER BEH FINAL FORM"@en .

<http://lexvo.org/id/char/FE91> a lvont:Character ;
    lvont:represents "ﺑ"^^xsd:string ;
    rdfs:comment "ARABIC LETTER BEH INITIAL FORM"@en .

<http://lexvo.org/id/char/FE92> a lvont:Character ;
    lvont:represents "ﺒ"^^xsd:string ;
    rdfs:comment "ARABIC LETTER BEH MEDIAL FORM"@en .

<http://lexvo.org/id/char/FE93> a lvont:Character ;
    lvont:represents "ﺓ"^^xsd:string ;
    rdfs:comment "ARABIC LETTER TEH MARBUTA ISOLATED FORM"@en .

<http://lexvo.org/id/char/FE94> a lvont:Character ;
    lvont:represents "ﺔ"^^xsd:string ;
    rdfs:comment "ARABIC LETTER TEH MARBUTA FINAL FORM"@en .

<http://lexvo.org/id/char/FE95> a lvont:Character ;
    lvont:represents "ﺕ"^^xsd:string ;
    rdfs:comment "ARABIC LETTER TEH ISOLATED FORM"@en .

<http://lexvo.org/id/char/FE96> a lvont:Character ;
    lvont:represents "ﺖ"^^xsd:string ;
    rdfs:comment "ARABIC LETTER TEH FINAL FORM"@en .

<http://lexvo.org/id/char/FE97> a lvont:Character ;
    lvont:represents "ﺗ"^^xsd:string ;
    rdfs:comment "ARABIC LETTER TEH INITIAL FORM"@en .

<http://lexvo.org/id/char/FE98> a lvont:Character ;
    lvont:represents "ﺘ"^^xsd:string ;
    rdfs:comment "ARABIC LETTER TEH MEDIAL FORM"@en .

<http://lexvo.org/id/char/FE99> a lvont:Character ;
    lvont:represents "ﺙ"^^xsd:string ;
    rdfs:comment "ARABIC LETTER THEH ISOLATED FORM"@en .

<http://lexvo.org/id/char/FE9A> a lvont:Character ;
    lvont:represents "ﺚ"^^xsd:string ;
    rdfs:comment "ARABIC LETTER THEH FINAL FORM"@en .

<http://lexvo.org/id/char/FE9B> a lvont:Character ;
    lvont:represents "ﺛ"^^xsd:string ;
    rdfs:comment "ARABIC LETTER THEH INITIAL FORM"@en .

<http://lexvo.org/id/char/FE9C> a lvont:Character ;
    lvont:represents "ﺜ"^^xsd:string ;
    rdfs:comment "ARABIC LETTER THEH MEDIAL FORM"@en .

<http://lexvo.org/id/char/FE9D> a lvont:Character ;
    lvont:represents "ﺝ"^^xsd:string ;
    rdfs:comment "ARABIC LETTER JEEM ISOLATED FORM"@en .

<http://lexvo.org/id/char/FE9E> a lvont:Character ;
    lvont:represents "ﺞ"^^xsd:string ;
    rdfs:comment "ARABIC LETTER JEEM FINAL FORM"@en .

<http://lexvo.org/id/char/FE9F> a lvont:Character ;
    lvont:represents "ﺟ"^^xsd:string ;
    rdfs:comment "ARABIC LETTER JEEM INITIAL FORM"@en .

<http://lexvo.org/id/char/FEA0> a lvont:Character ;
    lvont:represents "ﺠ"^^xsd:string ;
    rdfs:comment "ARABIC LETTER JEEM MEDIAL FORM"@en .

<http://lexvo.org/id/char/FEA1> a lvont:Character ;
    lvont:represents "ﺡ"^^xsd:string ;
    rdfs:comment "ARABIC LETTER HAH ISOLATED FORM"@en .

<http://lexvo.org/id/char/FEA2> a lvont:Character ;
    lvont:represents "ﺢ"^^xsd:string ;
    rdfs:comment "ARABIC LETTER HAH FINAL FORM"@en .

<http://lexvo.org/id/char/FEA3> a lvont:Character ;
    lvont:represents "ﺣ"^^xsd:string ;
    rdfs:comment "ARABIC LETTER HAH INITIAL FORM"@en .

<http://lexvo.org/id/char/FEA4> a lvont:Character ;
    lvont:represents "ﺤ"^^xsd:string ;
    rdfs:comment "ARABIC LETTER HAH MEDIAL FORM"@en .

<http://lexvo.org/id/char/FEA5> a lvont:Character ;
    lvont:represents "ﺥ"^^xsd:string ;
    rdfs:comment "ARABIC LETTER KHAH ISOLATED FORM"@en .

<http://lexvo.org/id/char/FEA6> a lvont:Character ;
    lvont:represents "ﺦ"^^xsd:string ;
    rdfs:comment "ARABIC LETTER KHAH FINAL FORM"@en .

<http://lexvo.org/id/char/FEA7> a lvont:Character ;
    lvont:represents "ﺧ"^^xsd:string ;
    rdfs:comment "ARABIC LETTER KHAH INITIAL FORM"@en .

<http://lexvo.org/id/char/FEA8> a lvont:Character ;
    lvont:represents "ﺨ"^^xsd:string ;
    rdfs:comment "ARABIC LETTER KHAH MEDIAL FORM"@en .

<http://lexvo.org/id/char/FEA9> a lvont:Character ;
    lvont:represents "ﺩ"^^xsd:string ;
    rdfs:comment "ARABIC LETTER DAL ISOLATED FORM"@en .

<http://lexvo.org/id/char/FEAA> a lvont:Character ;
    lvont:represents "ﺪ"^^xsd:string ;
    rdfs:comment "ARABIC LETTER DAL FINAL FORM"@en .

<http://lexvo.org/id/char/FEAB> a lvont:Character ;
    lvont:represents "ﺫ"^^xsd:string ;
    rdfs:comment "ARABIC LETTER THAL ISOLATED FORM"@en .

<http://lexvo.org/id/char/FEAC> a lvont:Character ;
    lvont:represents "ﺬ"^^xsd:string ;
    rdfs:comment "ARABIC LETTER THAL FINAL FORM"@en .

<http://lexvo.org/id/char/FEAD> a lvont:Character ;
    lvont:represents "ﺭ"^^xsd:string ;
    rdfs:comment "ARABIC LETTER REH ISOLATED FORM"@en .

<http://lexvo.org/id/char/FEAE> a lvont:Character ;
    lvont:represents "ﺮ"^^xsd:string ;
    rdfs:comment "ARABIC LETTER REH FINAL FORM"@en .

<http://lexvo.org/id/char/FEAF> a lvont:Character ;
    lvont:represents "ﺯ"^^xsd:string ;
    rdfs:comment "ARABIC LETTER ZAIN ISOLATED FORM"@en .

<http://lexvo.org/id/char/FEB0> a lvont:Character ;
    lvont:represents "ﺰ"^^xsd:string ;
    rdfs:comment "ARABIC LETTER ZAIN FINAL FORM"@en .

<http://lexvo.org/id/char/FEB1> a lvont:Character ;
    lvont:represents "ﺱ"^^xsd:string ;
    rdfs:comment "ARABIC LETTER SEEN ISOLATED FORM"@en .

<http://lexvo.org/id/char/FEB2> a lvont:Character ;
    lvont:represents "ﺲ"^^xsd:string ;
    rdfs:comment "ARABIC LETTER SEEN FINAL FORM"@en .

<http://lexvo.org/id/char/FEB3> a lvont:Character ;
    lvont:represents "ﺳ"^^xsd:string ;
    rdfs:comment "ARABIC LETTER SEEN INITIAL FORM"@en .

<http://lexvo.org/id/char/FEB4> a lvont:Character ;
    lvont:represents "ﺴ"^^xsd:string ;
    rdfs:comment "ARABIC LETTER SEEN MEDIAL FORM"@en .

<http://lexvo.org/id/char/FEB5> a lvont:Character ;
    lvont:represents "ﺵ"^^xsd:string ;
    rdfs:comment "ARABIC LETTER SHEEN ISOLATED FORM"@en .

<http://lexvo.org/id/char/FEB6> a lvont:Character ;
    lvont:represents "ﺶ"^^xsd:string ;
    rdfs:comment "ARABIC LETTER SHEEN FINAL FORM"@en .

<http://lexvo.org/id/char/FEB7> a lvont:Character ;
    lvont:represents "ﺷ"^^xsd:string ;
    rdfs:comment "ARABIC LETTER SHEEN INITIAL FORM"@en .

<http://lexvo.org/id/char/FEB8> a lvont:Character ;
    lvont:represents "ﺸ"^^xsd:string ;
    rdfs:comment "ARABIC LETTER SHEEN MEDIAL FORM"@en .

<http://lexvo.org/id/char/FEB9> a lvont:Character ;
    lvont:represents "ﺹ"^^xsd:string ;
    rdfs:comment "ARABIC LETTER SAD ISOLATED FORM"@en .

<http://lexvo.org/id/char/FEBA> a lvont:Character ;
    lvont:represents "ﺺ"^^xsd:string ;
    rdfs:comment "ARABIC LETTER SAD FINAL FORM"@en .

<http://lexvo.org/id/char/FEBB> a lvont:Character ;
    lvont:represents "ﺻ"^^xsd:string ;
    rdfs:comment "ARABIC LETTER SAD INITIAL FORM"@en .

<http://lexvo.org/id/char/FEBC> a lvont:Character ;
    lvont:represents "ﺼ"^^xsd:string ;
    rdfs:comment "ARABIC LETTER SAD MEDIAL FORM"@en .

<http://lexvo.org/id/char/FEBD> a lvont:Character ;
    lvont:represents "ﺽ"^^xsd:string ;
    rdfs:comment "ARABIC LETTER DAD ISOLATED FORM"@en .

<http://lexvo.org/id/char/FEBE> a lvont:Character ;
    lvont:represents "ﺾ"^^xsd:string ;
    rdfs:comment "ARABIC LETTER DAD FINAL FORM"@en .

<http://lexvo.org/id/char/FEBF> a lvont:Character ;
    lvont:represents "ﺿ"^^xsd:string ;
    rdfs:comment "ARABIC LETTER DAD INITIAL FORM"@en .

<http://lexvo.org/id/char/FEC0> a lvont:Character ;
    lvont:represents "ﻀ"^^xsd:string ;
    rdfs:comment "ARABIC LETTER DAD MEDIAL FORM"@en .

<http://lexvo.org/id/char/FEC1> a lvont:Character ;
    lvont:represents "ﻁ"^^xsd:string ;
    rdfs:comment "ARABIC LETTER TAH ISOLATED FORM"@en .

<http://lexvo.org/id/char/FEC2> a lvont:Character ;
    lvont:represents "ﻂ"^^xsd:string ;
    rdfs:comment "ARABIC LETTER TAH FINAL FORM"@en .

<http://lexvo.org/id/char/FEC3> a lvont:Character ;
    lvont:represents "ﻃ"^^xsd:string ;
    rdfs:comment "ARABIC LETTER TAH INITIAL FORM"@en .

<http://lexvo.org/id/char/FEC4> a lvont:Character ;
    lvont:represents "ﻄ"^^xsd:string ;
    rdfs:comment "ARABIC LETTER TAH MEDIAL FORM"@en .

<http://lexvo.org/id/char/FEC5> a lvont:Character ;
    lvont:represents "ﻅ"^^xsd:string ;
    rdfs:comment "ARABIC LETTER ZAH ISOLATED FORM"@en .

<http://lexvo.org/id/char/FEC6> a lvont:Character ;
    lvont:represents "ﻆ"^^xsd:string ;
    rdfs:comment "ARABIC LETTER ZAH FINAL FORM"@en .

<http://lexvo.org/id/char/FEC7> a lvont:Character ;
    lvont:represents "ﻇ"^^xsd:string ;
    rdfs:comment "ARABIC LETTER ZAH INITIAL FORM"@en .

<http://lexvo.org/id/char/FEC8> a lvont:Character ;
    lvont:represents "ﻈ"^^xsd:string ;
    rdfs:comment "ARABIC LETTER ZAH MEDIAL FORM"@en .

<http://lexvo.org/id/char/FEC9> a lvont:Character ;
    lvont:represents "ﻉ"^^xsd:string ;
    rdfs:comment "ARABIC LETTER AIN ISOLATED FORM"@en .

<http://lexvo.org/id/char/FECA> a lvont:Character ;
    lvont:represents "ﻊ"^^xsd:string ;
    rdfs:comment "ARABIC LETTER AIN FINAL FORM"@en .

<http://lexvo.org/id/char/FECB> a lvont:Character ;
    lvont:represents "ﻋ"^^xsd:string ;
    rdfs:comment "ARABIC LETTER AIN INITIAL FORM"@en .

<http://lexvo.org/id/char/FECC> a lvont:Character ;
    lvont:represents "ﻌ"^^xsd:string ;
    rdfs:comment "ARABIC LETTER AIN MEDIAL FORM"@en .

<http://lexvo.org/id/char/FECD> a lvont:Character ;
    lvont:represents "ﻍ"^^xsd:string ;
    rdfs:comment "ARABIC LETTER GHAIN ISOLATED FORM"@en .

<http://lexvo.org/id/char/FECE> a lvont:Character ;
    lvont:represents "ﻎ"^^xsd:string ;
    rdfs:comment "ARABIC LETTER GHAIN FINAL FORM"@en .

<http://lexvo.org/id/char/FECF> a lvont:Character ;
    lvont:represents "ﻏ"^^xsd:string ;
    rdfs:comment "ARABIC LETTER GHAIN INITIAL FORM"@en .

<http://lexvo.org/id/char/FED0> a lvont:Character ;
    lvont:represents "ﻐ"^^xsd:string ;
    rdfs:comment "ARABIC LETTER GHAIN MEDIAL FORM"@en .

<http://lexvo.org/id/char/FED1> a lvont:Character ;
    lvont:represents "ﻑ"^^xsd:string ;
    rdfs:comment "ARABIC LETTER FEH ISOLATED FORM"@en .

<http://lexvo.org/id/char/FED2> a lvont:Character ;
    lvont:represents "ﻒ"^^xsd:string ;
    rdfs:comment "ARABIC LETTER FEH FINAL FORM"@en .

<http://lexvo.org/id/char/FED3> a lvont:Character ;
    lvont:represents "ﻓ"^^xsd:string ;
    rdfs:comment "ARABIC LETTER FEH INITIAL FORM"@en .

<http://lexvo.org/id/char/FED4> a lvont:Character ;
    lvont:represents "ﻔ"^^xsd:string ;
    rdfs:comment "ARABIC LETTER FEH MEDIAL FORM"@en .

<http://lexvo.org/id/char/FED5> a lvont:Character ;
    lvont:represents "ﻕ"^^xsd:string ;
    rdfs:comment "ARABIC LETTER QAF ISOLATED FORM"@en .

<http://lexvo.org/id/char/FED6> a lvont:Character ;
    lvont:represents "ﻖ"^^xsd:string ;
    rdfs:comment "ARABIC LETTER QAF FINAL FORM"@en .

<http://lexvo.org/id/char/FED7> a lvont:Character ;
    lvont:represents "ﻗ"^^xsd:string ;
    rdfs:comment "ARABIC LETTER QAF INITIAL FORM"@en .

<http://lexvo.org/id/char/FED8> a lvont:Character ;
    lvont:represents "ﻘ"^^xsd:string ;
    rdfs:comment "ARABIC LETTER QAF MEDIAL FORM"@en .

<http://lexvo.org/id/char/FED9> a lvont:Character ;
    lvont:represents "ﻙ"^^xsd:string ;
    rdfs:comment "ARABIC LETTER KAF ISOLATED FORM"@en .

<http://lexvo.org/id/char/FEDA> a lvont:Character ;
    lvont:represents "ﻚ"^^xsd:string ;
    rdfs:comment "ARABIC LETTER KAF FINAL FORM"@en .

<http://lexvo.org/id/char/FEDB> a lvont:Character ;
    lvont:represents "ﻛ"^^xsd:string ;
    rdfs:comment "ARABIC LETTER KAF INITIAL FORM"@en .

<http://lexvo.org/id/char/FEDC> a lvont:Character ;
    lvont:represents "ﻜ"^^xsd:string ;
    rdfs:comment "ARABIC LETTER KAF MEDIAL FORM"@en .

<http://lexvo.org/id/char/FEDD> a lvont:Character ;
    lvont:represents "ﻝ"^^xsd:string ;
    rdfs:comment "ARABIC LETTER LAM ISOLATED FORM"@en .

<http://lexvo.org/id/char/FEDE> a lvont:Character ;
    lvont:represents "ﻞ"^^xsd:string ;
    rdfs:comment "ARABIC LETTER LAM FINAL FORM"@en .

<http://lexvo.org/id/char/FEDF> a lvont:Character ;
    lvont:represents "ﻟ"^^xsd:string ;
    rdfs:comment "ARABIC LETTER LAM INITIAL FORM"@en .

<http://lexvo.org/id/char/FEE0> a lvont:Character ;
    lvont:represents "ﻠ"^^xsd:string ;
    rdfs:comment "ARABIC LETTER LAM MEDIAL FORM"@en .

<http://lexvo.org/id/char/FEE1> a lvont:Character ;
    lvont:represents "ﻡ"^^xsd:string ;
    rdfs:comment "ARABIC LETTER MEEM ISOLATED FORM"@en .

<http://lexvo.org/id/char/FEE2> a lvont:Character ;
    lvont:represents "ﻢ"^^xsd:string ;
    rdfs:comment "ARABIC LETTER MEEM FINAL FORM"@en .

<http://lexvo.org/id/char/FEE3> a lvont:Character ;
    lvont:represents "ﻣ"^^xsd:string ;
    rdfs:comment "ARABIC LETTER MEEM INITIAL FORM"@en .

<http://lexvo.org/id/char/FEE4> a lvont:Character ;
    lvont:represents "ﻤ"^^xsd:string ;
    rdfs:comment "ARABIC LETTER MEEM MEDIAL FORM"@en .

<http://lexvo.org/id/char/FEE5> a lvont:Character ;
    lvont:represents "ﻥ"^^xsd:string ;
    rdfs:comment "ARABIC LETTER NOON ISOLATED FORM"@en .

<http://lexvo.org/id/char/FEE6> a lvont:Character ;
    lvont:represents "ﻦ"^^xsd:string ;
    rdfs:comment "ARABIC LETTER NOON FINAL FORM"@en .

<http://lexvo.org/id/char/FEE7> a lvont:Character ;
    lvont:represents "ﻧ"^^xsd:string ;
    rdfs:comment "ARABIC LETTER NOON INITIAL FORM"@en .

<http://lexvo.org/id/char/FEE8> a lvont:Character ;
    lvont:represents "ﻨ"^^xsd:string ;
    rdfs:comment "ARABIC LETTER NOON MEDIAL FORM"@en .

<http://lexvo.org/id/char/FEE9> a lvont:Character ;
    lvont:represents "ﻩ"^^xsd:string ;
    rdfs:comment "ARABIC LETTER HEH ISOLATED FORM"@en .

<http://lexvo.org/id/char/FEEA> a lvont:Character ;
    lvont:represents "ﻪ"^^xsd:string ;
    rdfs:comment "ARABIC LETTER HEH FINAL FORM"@en .

<http://lexvo.org/id/char/FEEB> a lvont:Character ;
    lvont:represents "ﻫ"^^xsd:string ;
    rdfs:comment "ARABIC LETTER HEH INITIAL FORM"@en .

<http://lexvo.org/id/char/FEEC> a lvont:Character ;
    lvont:represents "ﻬ"^^xsd:string ;
    rdfs:comment "ARABIC LETTER HEH MEDIAL FORM"@en .

<http://lexvo.org/id/char/FEED> a lvont:Character ;
    lvont:represents "ﻭ"^^xsd:string ;
    rdfs:comment "ARABIC LETTER WAW ISOLATED FORM"@en .

<http://lexvo.org/id/char/FEEE> a lvont:Character ;
    lvont:represents "ﻮ"^^xsd:string ;
    rdfs:comment "ARABIC LETTER WAW FINAL FORM"@en .

<http://lexvo.org/id/char/FEEF> a lvont:Character ;
    lvont:represents "ﻯ"^^xsd:string ;
    rdfs:comment "ARABIC LETTER ALEF MAKSURA ISOLATED FORM"@en .

<http://lexvo.org/id/char/FEF0> a lvont:Character ;
    lvont:represents "ﻰ"^^xsd:string ;
    rdfs:comment "ARABIC LETTER ALEF MAKSURA FINAL FORM"@en .

<http://lexvo.org/id/char/FEF1> a lvont:Character ;
    lvont:represents "ﻱ"^^xsd:string ;
    rdfs:comment "ARABIC LETTER YEH ISOLATED FORM"@en .

<http://lexvo.org/id/char/FEF2> a lvont:Character ;
    lvont:represents "ﻲ"^^xsd:string ;
    rdfs:comment "ARABIC LETTER YEH FINAL FORM"@en .

<http://lexvo.org/id/char/FEF3> a lvont:Character ;
    lvont:represents "ﻳ"^^xsd:string ;
    rdfs:comment "ARABIC LETTER YEH INITIAL FORM"@en .

<http://lexvo.org/id/char/FEF4> a lvont:Character ;
    lvont:represents "ﻴ"^^xsd:string ;
    rdfs:comment "ARABIC LETTER YEH MEDIAL FORM"@en .

<http://lexvo.org/id/char/FEF5> a lvont:Character ;
    lvont:represents "ﻵ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE LAM WITH ALEF WITH MADDA ABOVE ISOLATED FORM"@en .

<http://lexvo.org/id/char/FEF6> a lvont:Character ;
    lvont:represents "ﻶ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE LAM WITH ALEF WITH MADDA ABOVE FINAL FORM"@en .

<http://lexvo.org/id/char/FEF7> a lvont:Character ;
    lvont:represents "ﻷ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE LAM WITH ALEF WITH HAMZA ABOVE ISOLATED FORM"@en .

<http://lexvo.org/id/char/FEF8> a lvont:Character ;
    lvont:represents "ﻸ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE LAM WITH ALEF WITH HAMZA ABOVE FINAL FORM"@en .

<http://lexvo.org/id/char/FEF9> a lvont:Character ;
    lvont:represents "ﻹ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE LAM WITH ALEF WITH HAMZA BELOW ISOLATED FORM"@en .

<http://lexvo.org/id/char/FEFA> a lvont:Character ;
    lvont:represents "ﻺ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE LAM WITH ALEF WITH HAMZA BELOW FINAL FORM"@en .

<http://lexvo.org/id/char/FEFB> a lvont:Character ;
    lvont:represents "ﻻ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE LAM WITH ALEF ISOLATED FORM"@en .

<http://lexvo.org/id/char/FEFC> a lvont:Character ;
    lvont:represents "ﻼ"^^xsd:string ;
    rdfs:comment "ARABIC LIGATURE LAM WITH ALEF FINAL FORM"@en .

<http://lexvo.org/id/char/FEFF> a lvont:Character ;
    lvont:represents "﻿"^^xsd:string ;
    rdfs:comment "ZERO WIDTH NO-BREAK SPACE"@en .

<http://lexvo.org/id/char/FF01> a lvont:Character ;
    lvont:represents "！"^^xsd:string ;
    rdfs:comment "FULLWIDTH EXCLAMATION MARK"@en .

<http://lexvo.org/id/char/FF02> a lvont:Character ;
    lvont:represents "＂"^^xsd:string ;
    rdfs:comment "FULLWIDTH QUOTATION MARK"@en .

<http://lexvo.org/id/char/FF03> a lvont:Character ;
    lvont:represents "＃"^^xsd:string ;
    rdfs:comment "FULLWIDTH NUMBER SIGN"@en .

<http://lexvo.org/id/char/FF04> a lvont:Character ;
    lvont:represents "＄"^^xsd:string ;
    rdfs:comment "FULLWIDTH DOLLAR SIGN"@en .

<http://lexvo.org/id/char/FF05> a lvont:Character ;
    lvont:represents "％"^^xsd:string ;
    rdfs:comment "FULLWIDTH PERCENT SIGN"@en .

<http://lexvo.org/id/char/FF06> a lvont:Character ;
    lvont:represents "＆"^^xsd:string ;
    rdfs:comment "FULLWIDTH AMPERSAND"@en .

<http://lexvo.org/id/char/FF07> a lvont:Character ;
    lvont:represents "＇"^^xsd:string ;
    rdfs:comment "FULLWIDTH APOSTROPHE"@en .

<http://lexvo.org/id/char/FF08> a lvont:Character ;
    lvont:represents "（"^^xsd:string ;
    rdfs:comment "FULLWIDTH LEFT PARENTHESIS"@en .

<http://lexvo.org/id/char/FF09> a lvont:Character ;
    lvont:represents "）"^^xsd:string ;
    rdfs:comment "FULLWIDTH RIGHT PARENTHESIS"@en .

<http://lexvo.org/id/char/FF0A> a lvont:Character ;
    lvont:represents "＊"^^xsd:string ;
    rdfs:comment "FULLWIDTH ASTERISK"@en .

<http://lexvo.org/id/char/FF0B> a lvont:Character ;
    lvont:represents "＋"^^xsd:string ;
    rdfs:comment "FULLWIDTH PLUS SIGN"@en .

<http://lexvo.org/id/char/FF0C> a lvont:Character ;
    lvont:represents "，"^^xsd:string ;
    rdfs:comment "FULLWIDTH COMMA"@en .

<http://lexvo.org/id/char/FF0D> a lvont:Character ;
    lvont:represents "－"^^xsd:string ;
    rdfs:comment "FULLWIDTH HYPHEN-MINUS"@en .

<http://lexvo.org/id/char/FF0E> a lvont:Character ;
    lvont:represents "．"^^xsd:string ;
    rdfs:comment "FULLWIDTH FULL STOP"@en .

<http://lexvo.org/id/char/FF0F> a lvont:Character ;
    lvont:represents "／"^^xsd:string ;
    rdfs:comment "FULLWIDTH SOLIDUS"@en .

<http://lexvo.org/id/char/FF10> a lvont:Character ;
    lvont:represents "０"^^xsd:string ;
    rdfs:comment "FULLWIDTH DIGIT ZERO"@en .

<http://lexvo.org/id/char/FF11> a lvont:Character ;
    lvont:represents "１"^^xsd:string ;
    rdfs:comment "FULLWIDTH DIGIT ONE"@en .

<http://lexvo.org/id/char/FF12> a lvont:Character ;
    lvont:represents "２"^^xsd:string ;
    rdfs:comment "FULLWIDTH DIGIT TWO"@en .

<http://lexvo.org/id/char/FF13> a lvont:Character ;
    lvont:represents "３"^^xsd:string ;
    rdfs:comment "FULLWIDTH DIGIT THREE"@en .

<http://lexvo.org/id/char/FF14> a lvont:Character ;
    lvont:represents "４"^^xsd:string ;
    rdfs:comment "FULLWIDTH DIGIT FOUR"@en .

<http://lexvo.org/id/char/FF15> a lvont:Character ;
    lvont:represents "５"^^xsd:string ;
    rdfs:comment "FULLWIDTH DIGIT FIVE"@en .

<http://lexvo.org/id/char/FF16> a lvont:Character ;
    lvont:represents "６"^^xsd:string ;
    rdfs:comment "FULLWIDTH DIGIT SIX"@en .

<http://lexvo.org/id/char/FF17> a lvont:Character ;
    lvont:represents "７"^^xsd:string ;
    rdfs:comment "FULLWIDTH DIGIT SEVEN"@en .

<http://lexvo.org/id/char/FF18> a lvont:Character ;
    lvont:represents "８"^^xsd:string ;
    rdfs:comment "FULLWIDTH DIGIT EIGHT"@en .

<http://lexvo.org/id/char/FF19> a lvont:Character ;
    lvont:represents "９"^^xsd:string ;
    rdfs:comment "FULLWIDTH DIGIT NINE"@en .

<http://lexvo.org/id/char/FF1A> a lvont:Character ;
    lvont:represents "："^^xsd:string ;
    rdfs:comment "FULLWIDTH COLON"@en .

<http://lexvo.org/id/char/FF1B> a lvont:Character ;
    lvont:represents "；"^^xsd:string ;
    rdfs:comment "FULLWIDTH SEMICOLON"@en .

<http://lexvo.org/id/char/FF1C> a lvont:Character ;
    lvont:represents "＜"^^xsd:string ;
    rdfs:comment "FULLWIDTH LESS-THAN SIGN"@en .

<http://lexvo.org/id/char/FF1D> a lvont:Character ;
    lvont:represents "＝"^^xsd:string ;
    rdfs:comment "FULLWIDTH EQUALS SIGN"@en .

<http://lexvo.org/id/char/FF1E> a lvont:Character ;
    lvont:represents "＞"^^xsd:string ;
    rdfs:comment "FULLWIDTH GREATER-THAN SIGN"@en .

<http://lexvo.org/id/char/FF1F> a lvont:Character ;
    lvont:represents "？"^^xsd:string ;
    rdfs:comment "FULLWIDTH QUESTION MARK"@en .

<http://lexvo.org/id/char/FF20> a lvont:Character ;
    lvont:represents "＠"^^xsd:string ;
    rdfs:comment "FULLWIDTH COMMERCIAL AT"@en .

<http://lexvo.org/id/char/FF21> a lvont:Character ;
    lvont:represents "Ａ"^^xsd:string ;
    rdfs:comment "FULLWIDTH LATIN CAPITAL LETTER A"@en .

<http://lexvo.org/id/char/FF22> a lvont:Character ;
    lvont:represents "Ｂ"^^xsd:string ;
    rdfs:comment "FULLWIDTH LATIN CAPITAL LETTER B"@en .

<http://lexvo.org/id/char/FF23> a lvont:Character ;
    lvont:represents "Ｃ"^^xsd:string ;
    rdfs:comment "FULLWIDTH LATIN CAPITAL LETTER C"@en .

<http://lexvo.org/id/char/FF24> a lvont:Character ;
    lvont:represents "Ｄ"^^xsd:string ;
    rdfs:comment "FULLWIDTH LATIN CAPITAL LETTER D"@en .

<http://lexvo.org/id/char/FF25> a lvont:Character ;
    lvont:represents "Ｅ"^^xsd:string ;
    rdfs:comment "FULLWIDTH LATIN CAPITAL LETTER E"@en .

<http://lexvo.org/id/char/FF26> a lvont:Character ;
    lvont:represents "Ｆ"^^xsd:string ;
    rdfs:comment "FULLWIDTH LATIN CAPITAL LETTER F"@en .

<http://lexvo.org/id/char/FF27> a lvont:Character ;
    lvont:represents "Ｇ"^^xsd:string ;
    rdfs:comment "FULLWIDTH LATIN CAPITAL LETTER G"@en .

<http://lexvo.org/id/char/FF28> a lvont:Character ;
    lvont:represents "Ｈ"^^xsd:string ;
    rdfs:comment "FULLWIDTH LATIN CAPITAL LETTER H"@en .

<http://lexvo.org/id/char/FF29> a lvont:Character ;
    lvont:represents "Ｉ"^^xsd:string ;
    rdfs:comment "FULLWIDTH LATIN CAPITAL LETTER I"@en .

<http://lexvo.org/id/char/FF2A> a lvont:Character ;
    lvont:represents "Ｊ"^^xsd:string ;
    rdfs:comment "FULLWIDTH LATIN CAPITAL LETTER J"@en .

<http://lexvo.org/id/char/FF2B> a lvont:Character ;
    lvont:represents "Ｋ"^^xsd:string ;
    rdfs:comment "FULLWIDTH LATIN CAPITAL LETTER K"@en .

<http://lexvo.org/id/char/FF2C> a lvont:Character ;
    lvont:represents "Ｌ"^^xsd:string ;
    rdfs:comment "FULLWIDTH LATIN CAPITAL LETTER L"@en .

<http://lexvo.org/id/char/FF2D> a lvont:Character ;
    lvont:represents "Ｍ"^^xsd:string ;
    rdfs:comment "FULLWIDTH LATIN CAPITAL LETTER M"@en .

<http://lexvo.org/id/char/FF2E> a lvont:Character ;
    lvont:represents "Ｎ"^^xsd:string ;
    rdfs:comment "FULLWIDTH LATIN CAPITAL LETTER N"@en .

<http://lexvo.org/id/char/FF2F> a lvont:Character ;
    lvont:represents "Ｏ"^^xsd:string ;
    rdfs:comment "FULLWIDTH LATIN CAPITAL LETTER O"@en .

<http://lexvo.org/id/char/FF30> a lvont:Character ;
    lvont:represents "Ｐ"^^xsd:string ;
    rdfs:comment "FULLWIDTH LATIN CAPITAL LETTER P"@en .

<http://lexvo.org/id/char/FF31> a lvont:Character ;
    lvont:represents "Ｑ"^^xsd:string ;
    rdfs:comment "FULLWIDTH LATIN CAPITAL LETTER Q"@en .

<http://lexvo.org/id/char/FF32> a lvont:Character ;
    lvont:represents "Ｒ"^^xsd:string ;
    rdfs:comment "FULLWIDTH LATIN CAPITAL LETTER R"@en .

<http://lexvo.org/id/char/FF33> a lvont:Character ;
    lvont:represents "Ｓ"^^xsd:string ;
    rdfs:comment "FULLWIDTH LATIN CAPITAL LETTER S"@en .

<http://lexvo.org/id/char/FF34> a lvont:Character ;
    lvont:represents "Ｔ"^^xsd:string ;
    rdfs:comment "FULLWIDTH LATIN CAPITAL LETTER T"@en .

<http://lexvo.org/id/char/FF35> a lvont:Character ;
    lvont:represents "Ｕ"^^xsd:string ;
    rdfs:comment "FULLWIDTH LATIN CAPITAL LETTER U"@en .

<http://lexvo.org/id/char/FF36> a lvont:Character ;
    lvont:represents "Ｖ"^^xsd:string ;
    rdfs:comment "FULLWIDTH LATIN CAPITAL LETTER V"@en .

<http://lexvo.org/id/char/FF37> a lvont:Character ;
    lvont:represents "Ｗ"^^xsd:string ;
    rdfs:comment "FULLWIDTH LATIN CAPITAL LETTER W"@en .

<http://lexvo.org/id/char/FF38> a lvont:Character ;
    lvont:represents "Ｘ"^^xsd:string ;
    rdfs:comment "FULLWIDTH LATIN CAPITAL LETTER X"@en .

<http://lexvo.org/id/char/FF39> a lvont:Character ;
    lvont:represents "Ｙ"^^xsd:string ;
    rdfs:comment "FULLWIDTH LATIN CAPITAL LETTER Y"@en .

<http://lexvo.org/id/char/FF3A> a lvont:Character ;
    lvont:represents "Ｚ"^^xsd:string ;
    rdfs:comment "FULLWIDTH LATIN CAPITAL LETTER Z"@en .

<http://lexvo.org/id/char/FF3B> a lvont:Character ;
    lvont:represents "［"^^xsd:string ;
    rdfs:comment "FULLWIDTH LEFT SQUARE BRACKET"@en .

<http://lexvo.org/id/char/FF3C> a lvont:Character ;
    lvont:represents "＼"^^xsd:string ;
    rdfs:comment "FULLWIDTH REVERSE SOLIDUS"@en .

<http://lexvo.org/id/char/FF3D> a lvont:Character ;
    lvont:represents "］"^^xsd:string ;
    rdfs:comment "FULLWIDTH RIGHT SQUARE BRACKET"@en .

<http://lexvo.org/id/char/FF3E> a lvont:Character ;
    lvont:represents "＾"^^xsd:string ;
    rdfs:comment "FULLWIDTH CIRCUMFLEX ACCENT"@en .

<http://lexvo.org/id/char/FF3F> a lvont:Character ;
    lvont:represents "＿"^^xsd:string ;
    rdfs:comment "FULLWIDTH LOW LINE"@en .

<http://lexvo.org/id/char/FF40> a lvont:Character ;
    lvont:represents "｀"^^xsd:string ;
    rdfs:comment "FULLWIDTH GRAVE ACCENT"@en .

<http://lexvo.org/id/char/FF41> a lvont:Character ;
    lvont:represents "ａ"^^xsd:string ;
    rdfs:comment "FULLWIDTH LATIN SMALL LETTER A"@en .

<http://lexvo.org/id/char/FF42> a lvont:Character ;
    lvont:represents "ｂ"^^xsd:string ;
    rdfs:comment "FULLWIDTH LATIN SMALL LETTER B"@en .

<http://lexvo.org/id/char/FF43> a lvont:Character ;
    lvont:represents "ｃ"^^xsd:string ;
    rdfs:comment "FULLWIDTH LATIN SMALL LETTER C"@en .

<http://lexvo.org/id/char/FF44> a lvont:Character ;
    lvont:represents "ｄ"^^xsd:string ;
    rdfs:comment "FULLWIDTH LATIN SMALL LETTER D"@en .

<http://lexvo.org/id/char/FF45> a lvont:Character ;
    lvont:represents "ｅ"^^xsd:string ;
    rdfs:comment "FULLWIDTH LATIN SMALL LETTER E"@en .

<http://lexvo.org/id/char/FF46> a lvont:Character ;
    lvont:represents "ｆ"^^xsd:string ;
    rdfs:comment "FULLWIDTH LATIN SMALL LETTER F"@en .

<http://lexvo.org/id/char/FF47> a lvont:Character ;
    lvont:represents "ｇ"^^xsd:string ;
    rdfs:comment "FULLWIDTH LATIN SMALL LETTER G"@en .

<http://lexvo.org/id/char/FF48> a lvont:Character ;
    lvont:represents "ｈ"^^xsd:string ;
    rdfs:comment "FULLWIDTH LATIN SMALL LETTER H"@en .

<http://lexvo.org/id/char/FF49> a lvont:Character ;
    lvont:represents "ｉ"^^xsd:string ;
    rdfs:comment "FULLWIDTH LATIN SMALL LETTER I"@en .

<http://lexvo.org/id/char/FF4A> a lvont:Character ;
    lvont:represents "ｊ"^^xsd:string ;
    rdfs:comment "FULLWIDTH LATIN SMALL LETTER J"@en .

<http://lexvo.org/id/char/FF4B> a lvont:Character ;
    lvont:represents "ｋ"^^xsd:string ;
    rdfs:comment "FULLWIDTH LATIN SMALL LETTER K"@en .

<http://lexvo.org/id/char/FF4C> a lvont:Character ;
    lvont:represents "ｌ"^^xsd:string ;
    rdfs:comment "FULLWIDTH LATIN SMALL LETTER L"@en .

<http://lexvo.org/id/char/FF4D> a lvont:Character ;
    lvont:represents "ｍ"^^xsd:string ;
    rdfs:comment "FULLWIDTH LATIN SMALL LETTER M"@en .

<http://lexvo.org/id/char/FF4E> a lvont:Character ;
    lvont:represents "ｎ"^^xsd:string ;
    rdfs:comment "FULLWIDTH LATIN SMALL LETTER N"@en .

<http://lexvo.org/id/char/FF4F> a lvont:Character ;
    lvont:represents "ｏ"^^xsd:string ;
    rdfs:comment "FULLWIDTH LATIN SMALL LETTER O"@en .

<http://lexvo.org/id/char/FF50> a lvont:Character ;
    lvont:represents "ｐ"^^xsd:string ;
    rdfs:comment "FULLWIDTH LATIN SMALL LETTER P"@en .

<http://lexvo.org/id/char/FF51> a lvont:Character ;
    lvont:represents "ｑ"^^xsd:string ;
    rdfs:comment "FULLWIDTH LATIN SMALL LETTER Q"@en .

<http://lexvo.org/id/char/FF52> a lvont:Character ;
    lvont:represents "ｒ"^^xsd:string ;
    rdfs:comment "FULLWIDTH LATIN SMALL LETTER R"@en .

<http://lexvo.org/id/char/FF53> a lvont:Character ;
    lvont:represents "ｓ"^^xsd:string ;
    rdfs:comment "FULLWIDTH LATIN SMALL LETTER S"@en .

<http://lexvo.org/id/char/FF54> a lvont:Character ;
    lvont:represents "ｔ"^^xsd:string ;
    rdfs:comment "FULLWIDTH LATIN SMALL LETTER T"@en .

<http://lexvo.org/id/char/FF55> a lvont:Character ;
    lvont:represents "ｕ"^^xsd:string ;
    rdfs:comment "FULLWIDTH LATIN SMALL LETTER U"@en .

<http://lexvo.org/id/char/FF56> a lvont:Character ;
    lvont:represents "ｖ"^^xsd:string ;
    rdfs:comment "FULLWIDTH LATIN SMALL LETTER V"@en .

<http://lexvo.org/id/char/FF57> a lvont:Character ;
    lvont:represents "ｗ"^^xsd:string ;
    rdfs:comment "FULLWIDTH LATIN SMALL LETTER W"@en .

<http://lexvo.org/id/char/FF58> a lvont:Character ;
    lvont:represents "ｘ"^^xsd:string ;
    rdfs:comment "FULLWIDTH LATIN SMALL LETTER X"@en .

<http://lexvo.org/id/char/FF59> a lvont:Character ;
    lvont:represents "ｙ"^^xsd:string ;
    rdfs:comment "FULLWIDTH LATIN SMALL LETTER Y"@en .

<http://lexvo.org/id/char/FF5A> a lvont:Character ;
    lvont:represents "ｚ"^^xsd:string ;
    rdfs:comment "FULLWIDTH LATIN SMALL LETTER Z"@en .

<http://lexvo.org/id/char/FF5B> a lvont:Character ;
    lvont:represents "｛"^^xsd:string ;
    rdfs:comment "FULLWIDTH LEFT CURLY BRACKET"@en .

<http://lexvo.org/id/char/FF5C> a lvont:Character ;
    lvont:represents "｜"^^xsd:string ;
    rdfs:comment "FULLWIDTH VERTICAL LINE"@en .

<http://lexvo.org/id/char/FF5D> a lvont:Character ;
    lvont:represents "｝"^^xsd:string ;
    rdfs:comment "FULLWIDTH RIGHT CURLY BRACKET"@en .

<http://lexvo.org/id/char/FF5E> a lvont:Character ;
    lvont:represents "～"^^xsd:string ;
    rdfs:comment "FULLWIDTH TILDE"@en .

<http://lexvo.org/id/char/FF5F> a lvont:Character ;
    lvont:represents "｟"^^xsd:string ;
    rdfs:comment "FULLWIDTH LEFT WHITE PARENTHESIS"@en .

<http://lexvo.org/id/char/FF60> a lvont:Character ;
    lvont:represents "｠"^^xsd:string ;
    rdfs:comment "FULLWIDTH RIGHT WHITE PARENTHESIS"@en .

<http://lexvo.org/id/char/FF61> a lvont:Character ;
    lvont:represents "｡"^^xsd:string ;
    rdfs:comment "HALFWIDTH IDEOGRAPHIC FULL STOP"@en .

<http://lexvo.org/id/char/FF62> a lvont:Character ;
    lvont:represents "｢"^^xsd:string ;
    rdfs:comment "HALFWIDTH LEFT CORNER BRACKET"@en .

<http://lexvo.org/id/char/FF63> a lvont:Character ;
    lvont:represents "｣"^^xsd:string ;
    rdfs:comment "HALFWIDTH RIGHT CORNER BRACKET"@en .

<http://lexvo.org/id/char/FF64> a lvont:Character ;
    lvont:represents "､"^^xsd:string ;
    rdfs:comment "HALFWIDTH IDEOGRAPHIC COMMA"@en .

<http://lexvo.org/id/char/FF65> a lvont:Character ;
    lvont:represents "･"^^xsd:string ;
    rdfs:comment "HALFWIDTH KATAKANA MIDDLE DOT"@en .

<http://lexvo.org/id/char/FF66> a lvont:Character ;
    lvont:represents "ｦ"^^xsd:string ;
    rdfs:comment "HALFWIDTH KATAKANA LETTER WO"@en .

<http://lexvo.org/id/char/FF67> a lvont:Character ;
    lvont:represents "ｧ"^^xsd:string ;
    rdfs:comment "HALFWIDTH KATAKANA LETTER SMALL A"@en .

<http://lexvo.org/id/char/FF68> a lvont:Character ;
    lvont:represents "ｨ"^^xsd:string ;
    rdfs:comment "HALFWIDTH KATAKANA LETTER SMALL I"@en .

<http://lexvo.org/id/char/FF69> a lvont:Character ;
    lvont:represents "ｩ"^^xsd:string ;
    rdfs:comment "HALFWIDTH KATAKANA LETTER SMALL U"@en .

<http://lexvo.org/id/char/FF6A> a lvont:Character ;
    lvont:represents "ｪ"^^xsd:string ;
    rdfs:comment "HALFWIDTH KATAKANA LETTER SMALL E"@en .

<http://lexvo.org/id/char/FF6B> a lvont:Character ;
    lvont:represents "ｫ"^^xsd:string ;
    rdfs:comment "HALFWIDTH KATAKANA LETTER SMALL O"@en .

<http://lexvo.org/id/char/FF6C> a lvont:Character ;
    lvont:represents "ｬ"^^xsd:string ;
    rdfs:comment "HALFWIDTH KATAKANA LETTER SMALL YA"@en .

<http://lexvo.org/id/char/FF6D> a lvont:Character ;
    lvont:represents "ｭ"^^xsd:string ;
    rdfs:comment "HALFWIDTH KATAKANA LETTER SMALL YU"@en .

<http://lexvo.org/id/char/FF6E> a lvont:Character ;
    lvont:represents "ｮ"^^xsd:string ;
    rdfs:comment "HALFWIDTH KATAKANA LETTER SMALL YO"@en .

<http://lexvo.org/id/char/FF6F> a lvont:Character ;
    lvont:represents "ｯ"^^xsd:string ;
    rdfs:comment "HALFWIDTH KATAKANA LETTER SMALL TU"@en .

<http://lexvo.org/id/char/FF70> a lvont:Character ;
    lvont:represents "ｰ"^^xsd:string ;
    rdfs:comment "HALFWIDTH KATAKANA-HIRAGANA PROLONGED SOUND MARK"@en .

<http://lexvo.org/id/char/FF71> a lvont:Character ;
    lvont:represents "ｱ"^^xsd:string ;
    rdfs:comment "HALFWIDTH KATAKANA LETTER A"@en .

<http://lexvo.org/id/char/FF72> a lvont:Character ;
    lvont:represents "ｲ"^^xsd:string ;
    rdfs:comment "HALFWIDTH KATAKANA LETTER I"@en .

<http://lexvo.org/id/char/FF73> a lvont:Character ;
    lvont:represents "ｳ"^^xsd:string ;
    rdfs:comment "HALFWIDTH KATAKANA LETTER U"@en .

<http://lexvo.org/id/char/FF74> a lvont:Character ;
    lvont:represents "ｴ"^^xsd:string ;
    rdfs:comment "HALFWIDTH KATAKANA LETTER E"@en .

<http://lexvo.org/id/char/FF75> a lvont:Character ;
    lvont:represents "ｵ"^^xsd:string ;
    rdfs:comment "HALFWIDTH KATAKANA LETTER O"@en .

<http://lexvo.org/id/char/FF76> a lvont:Character ;
    lvont:represents "ｶ"^^xsd:string ;
    rdfs:comment "HALFWIDTH KATAKANA LETTER KA"@en .

<http://lexvo.org/id/char/FF77> a lvont:Character ;
    lvont:represents "ｷ"^^xsd:string ;
    rdfs:comment "HALFWIDTH KATAKANA LETTER KI"@en .

<http://lexvo.org/id/char/FF78> a lvont:Character ;
    lvont:represents "ｸ"^^xsd:string ;
    rdfs:comment "HALFWIDTH KATAKANA LETTER KU"@en .

<http://lexvo.org/id/char/FF79> a lvont:Character ;
    lvont:represents "ｹ"^^xsd:string ;
    rdfs:comment "HALFWIDTH KATAKANA LETTER KE"@en .

<http://lexvo.org/id/char/FF7A> a lvont:Character ;
    lvont:represents "ｺ"^^xsd:string ;
    rdfs:comment "HALFWIDTH KATAKANA LETTER KO"@en .

<http://lexvo.org/id/char/FF7B> a lvont:Character ;
    lvont:represents "ｻ"^^xsd:string ;
    rdfs:comment "HALFWIDTH KATAKANA LETTER SA"@en .

<http://lexvo.org/id/char/FF7C> a lvont:Character ;
    lvont:represents "ｼ"^^xsd:string ;
    rdfs:comment "HALFWIDTH KATAKANA LETTER SI"@en .

<http://lexvo.org/id/char/FF7D> a lvont:Character ;
    lvont:represents "ｽ"^^xsd:string ;
    rdfs:comment "HALFWIDTH KATAKANA LETTER SU"@en .

<http://lexvo.org/id/char/FF7E> a lvont:Character ;
    lvont:represents "ｾ"^^xsd:string ;
    rdfs:comment "HALFWIDTH KATAKANA LETTER SE"@en .

<http://lexvo.org/id/char/FF7F> a lvont:Character ;
    lvont:represents "ｿ"^^xsd:string ;
    rdfs:comment "HALFWIDTH KATAKANA LETTER SO"@en .

<http://lexvo.org/id/char/FF80> a lvont:Character ;
    lvont:represents "ﾀ"^^xsd:string ;
    rdfs:comment "HALFWIDTH KATAKANA LETTER TA"@en .

<http://lexvo.org/id/char/FF81> a lvont:Character ;
    lvont:represents "ﾁ"^^xsd:string ;
    rdfs:comment "HALFWIDTH KATAKANA LETTER TI"@en .

<http://lexvo.org/id/char/FF82> a lvont:Character ;
    lvont:represents "ﾂ"^^xsd:string ;
    rdfs:comment "HALFWIDTH KATAKANA LETTER TU"@en .

<http://lexvo.org/id/char/FF83> a lvont:Character ;
    lvont:represents "ﾃ"^^xsd:string ;
    rdfs:comment "HALFWIDTH KATAKANA LETTER TE"@en .

<http://lexvo.org/id/char/FF84> a lvont:Character ;
    lvont:represents "ﾄ"^^xsd:string ;
    rdfs:comment "HALFWIDTH KATAKANA LETTER TO"@en .

<http://lexvo.org/id/char/FF85> a lvont:Character ;
    lvont:represents "ﾅ"^^xsd:string ;
    rdfs:comment "HALFWIDTH KATAKANA LETTER NA"@en .

<http://lexvo.org/id/char/FF86> a lvont:Character ;
    lvont:represents "ﾆ"^^xsd:string ;
    rdfs:comment "HALFWIDTH KATAKANA LETTER NI"@en .

<http://lexvo.org/id/char/FF87> a lvont:Character ;
    lvont:represents "ﾇ"^^xsd:string ;
    rdfs:comment "HALFWIDTH KATAKANA LETTER NU"@en .

<http://lexvo.org/id/char/FF88> a lvont:Character ;
    lvont:represents "ﾈ"^^xsd:string ;
    rdfs:comment "HALFWIDTH KATAKANA LETTER NE"@en .

<http://lexvo.org/id/char/FF89> a lvont:Character ;
    lvont:represents "ﾉ"^^xsd:string ;
    rdfs:comment "HALFWIDTH KATAKANA LETTER NO"@en .

<http://lexvo.org/id/char/FF8A> a lvont:Character ;
    lvont:represents "ﾊ"^^xsd:string ;
    rdfs:comment "HALFWIDTH KATAKANA LETTER HA"@en .

<http://lexvo.org/id/char/FF8B> a lvont:Character ;
    lvont:represents "ﾋ"^^xsd:string ;
    rdfs:comment "HALFWIDTH KATAKANA LETTER HI"@en .

<http://lexvo.org/id/char/FF8C> a lvont:Character ;
    lvont:represents "ﾌ"^^xsd:string ;
    rdfs:comment "HALFWIDTH KATAKANA LETTER HU"@en .

<http://lexvo.org/id/char/FF8D> a lvont:Character ;
    lvont:represents "ﾍ"^^xsd:string ;
    rdfs:comment "HALFWIDTH KATAKANA LETTER HE"@en .

<http://lexvo.org/id/char/FF8E> a lvont:Character ;
    lvont:represents "ﾎ"^^xsd:string ;
    rdfs:comment "HALFWIDTH KATAKANA LETTER HO"@en .

<http://lexvo.org/id/char/FF8F> a lvont:Character ;
    lvont:represents "ﾏ"^^xsd:string ;
    rdfs:comment "HALFWIDTH KATAKANA LETTER MA"@en .

<http://lexvo.org/id/char/FF90> a lvont:Character ;
    lvont:represents "ﾐ"^^xsd:string ;
    rdfs:comment "HALFWIDTH KATAKANA LETTER MI"@en .

<http://lexvo.org/id/char/FF91> a lvont:Character ;
    lvont:represents "ﾑ"^^xsd:string ;
    rdfs:comment "HALFWIDTH KATAKANA LETTER MU"@en .

<http://lexvo.org/id/char/FF92> a lvont:Character ;
    lvont:represents "ﾒ"^^xsd:string ;
    rdfs:comment "HALFWIDTH KATAKANA LETTER ME"@en .

<http://lexvo.org/id/char/FF93> a lvont:Character ;
    lvont:represents "ﾓ"^^xsd:string ;
    rdfs:comment "HALFWIDTH KATAKANA LETTER MO"@en .

<http://lexvo.org/id/char/FF94> a lvont:Character ;
    lvont:represents "ﾔ"^^xsd:string ;
    rdfs:comment "HALFWIDTH KATAKANA LETTER YA"@en .

<http://lexvo.org/id/char/FF95> a lvont:Character ;
    lvont:represents "ﾕ"^^xsd:string ;
    rdfs:comment "HALFWIDTH KATAKANA LETTER YU"@en .

<http://lexvo.org/id/char/FF96> a lvont:Character ;
    lvont:represents "ﾖ"^^xsd:string ;
    rdfs:comment "HALFWIDTH KATAKANA LETTER YO"@en .

<http://lexvo.org/id/char/FF97> a lvont:Character ;
    lvont:represents "ﾗ"^^xsd:string ;
    rdfs:comment "HALFWIDTH KATAKANA LETTER RA"@en .

<http://lexvo.org/id/char/FF98> a lvont:Character ;
    lvont:represents "ﾘ"^^xsd:string ;
    rdfs:comment "HALFWIDTH KATAKANA LETTER RI"@en .

<http://lexvo.org/id/char/FF99> a lvont:Character ;
    lvont:represents "ﾙ"^^xsd:string ;
    rdfs:comment "HALFWIDTH KATAKANA LETTER RU"@en .

<http://lexvo.org/id/char/FF9A> a lvont:Character ;
    lvont:represents "ﾚ"^^xsd:string ;
    rdfs:comment "HALFWIDTH KATAKANA LETTER RE"@en .

<http://lexvo.org/id/char/FF9B> a lvont:Character ;
    lvont:represents "ﾛ"^^xsd:string ;
    rdfs:comment "HALFWIDTH KATAKANA LETTER RO"@en .

<http://lexvo.org/id/char/FF9C> a lvont:Character ;
    lvont:represents "ﾜ"^^xsd:string ;
    rdfs:comment "HALFWIDTH KATAKANA LETTER WA"@en .

<http://lexvo.org/id/char/FF9D> a lvont:Character ;
    lvont:represents "ﾝ"^^xsd:string ;
    rdfs:comment "HALFWIDTH KATAKANA LETTER N"@en .

<http://lexvo.org/id/char/FF9E> a lvont:Character ;
    lvont:represents "ﾞ"^^xsd:string ;
    rdfs:comment "HALFWIDTH KATAKANA VOICED SOUND MARK"@en .

<http://lexvo.org/id/char/FF9F> a lvont:Character ;
    lvont:represents "ﾟ"^^xsd:string ;
    rdfs:comment "HALFWIDTH KATAKANA SEMI-VOICED SOUND MARK"@en .

<http://lexvo.org/id/char/FFA0> a lvont:Character ;
    lvont:represents "ﾠ"^^xsd:string ;
    rdfs:comment "HALFWIDTH HANGUL FILLER"@en .

<http://lexvo.org/id/char/FFA1> a lvont:Character ;
    lvont:represents "ﾡ"^^xsd:string ;
    rdfs:comment "HALFWIDTH HANGUL LETTER KIYEOK"@en .

<http://lexvo.org/id/char/FFA2> a lvont:Character ;
    lvont:represents "ﾢ"^^xsd:string ;
    rdfs:comment "HALFWIDTH HANGUL LETTER SSANGKIYEOK"@en .

<http://lexvo.org/id/char/FFA3> a lvont:Character ;
    lvont:represents "ﾣ"^^xsd:string ;
    rdfs:comment "HALFWIDTH HANGUL LETTER KIYEOK-SIOS"@en .

<http://lexvo.org/id/char/FFA4> a lvont:Character ;
    lvont:represents "ﾤ"^^xsd:string ;
    rdfs:comment "HALFWIDTH HANGUL LETTER NIEUN"@en .

<http://lexvo.org/id/char/FFA5> a lvont:Character ;
    lvont:represents "ﾥ"^^xsd:string ;
    rdfs:comment "HALFWIDTH HANGUL LETTER NIEUN-CIEUC"@en .

<http://lexvo.org/id/char/FFA6> a lvont:Character ;
    lvont:represents "ﾦ"^^xsd:string ;
    rdfs:comment "HALFWIDTH HANGUL LETTER NIEUN-HIEUH"@en .

<http://lexvo.org/id/char/FFA7> a lvont:Character ;
    lvont:represents "ﾧ"^^xsd:string ;
    rdfs:comment "HALFWIDTH HANGUL LETTER TIKEUT"@en .

<http://lexvo.org/id/char/FFA8> a lvont:Character ;
    lvont:represents "ﾨ"^^xsd:string ;
    rdfs:comment "HALFWIDTH HANGUL LETTER SSANGTIKEUT"@en .

<http://lexvo.org/id/char/FFA9> a lvont:Character ;
    lvont:represents "ﾩ"^^xsd:string ;
    rdfs:comment "HALFWIDTH HANGUL LETTER RIEUL"@en .

<http://lexvo.org/id/char/FFAA> a lvont:Character ;
    lvont:represents "ﾪ"^^xsd:string ;
    rdfs:comment "HALFWIDTH HANGUL LETTER RIEUL-KIYEOK"@en .

<http://lexvo.org/id/char/FFAB> a lvont:Character ;
    lvont:represents "ﾫ"^^xsd:string ;
    rdfs:comment "HALFWIDTH HANGUL LETTER RIEUL-MIEUM"@en .

<http://lexvo.org/id/char/FFAC> a lvont:Character ;
    lvont:represents "ﾬ"^^xsd:string ;
    rdfs:comment "HALFWIDTH HANGUL LETTER RIEUL-PIEUP"@en .

<http://lexvo.org/id/char/FFAD> a lvont:Character ;
    lvont:represents "ﾭ"^^xsd:string ;
    rdfs:comment "HALFWIDTH HANGUL LETTER RIEUL-SIOS"@en .

<http://lexvo.org/id/char/FFAE> a lvont:Character ;
    lvont:represents "ﾮ"^^xsd:string ;
    rdfs:comment "HALFWIDTH HANGUL LETTER RIEUL-THIEUTH"@en .

<http://lexvo.org/id/char/FFAF> a lvont:Character ;
    lvont:represents "ﾯ"^^xsd:string ;
    rdfs:comment "HALFWIDTH HANGUL LETTER RIEUL-PHIEUPH"@en .

<http://lexvo.org/id/char/FFB0> a lvont:Character ;
    lvont:represents "ﾰ"^^xsd:string ;
    rdfs:comment "HALFWIDTH HANGUL LETTER RIEUL-HIEUH"@en .

<http://lexvo.org/id/char/FFB1> a lvont:Character ;
    lvont:represents "ﾱ"^^xsd:string ;
    rdfs:comment "HALFWIDTH HANGUL LETTER MIEUM"@en .

<http://lexvo.org/id/char/FFB2> a lvont:Character ;
    lvont:represents "ﾲ"^^xsd:string ;
    rdfs:comment "HALFWIDTH HANGUL LETTER PIEUP"@en .

<http://lexvo.org/id/char/FFB3> a lvont:Character ;
    lvont:represents "ﾳ"^^xsd:string ;
    rdfs:comment "HALFWIDTH HANGUL LETTER SSANGPIEUP"@en .

<http://lexvo.org/id/char/FFB4> a lvont:Character ;
    lvont:represents "ﾴ"^^xsd:string ;
    rdfs:comment "HALFWIDTH HANGUL LETTER PIEUP-SIOS"@en .

<http://lexvo.org/id/char/FFB5> a lvont:Character ;
    lvont:represents "ﾵ"^^xsd:string ;
    rdfs:comment "HALFWIDTH HANGUL LETTER SIOS"@en .

<http://lexvo.org/id/char/FFB6> a lvont:Character ;
    lvont:represents "ﾶ"^^xsd:string ;
    rdfs:comment "HALFWIDTH HANGUL LETTER SSANGSIOS"@en .

<http://lexvo.org/id/char/FFB7> a lvont:Character ;
    lvont:represents "ﾷ"^^xsd:string ;
    rdfs:comment "HALFWIDTH HANGUL LETTER IEUNG"@en .

<http://lexvo.org/id/char/FFB8> a lvont:Character ;
    lvont:represents "ﾸ"^^xsd:string ;
    rdfs:comment "HALFWIDTH HANGUL LETTER CIEUC"@en .

<http://lexvo.org/id/char/FFB9> a lvont:Character ;
    lvont:represents "ﾹ"^^xsd:string ;
    rdfs:comment "HALFWIDTH HANGUL LETTER SSANGCIEUC"@en .

<http://lexvo.org/id/char/FFBA> a lvont:Character ;
    lvont:represents "ﾺ"^^xsd:string ;
    rdfs:comment "HALFWIDTH HANGUL LETTER CHIEUCH"@en .

<http://lexvo.org/id/char/FFBB> a lvont:Character ;
    lvont:represents "ﾻ"^^xsd:string ;
    rdfs:comment "HALFWIDTH HANGUL LETTER KHIEUKH"@en .

<http://lexvo.org/id/char/FFBC> a lvont:Character ;
    lvont:represents "ﾼ"^^xsd:string ;
    rdfs:comment "HALFWIDTH HANGUL LETTER THIEUTH"@en .

<http://lexvo.org/id/char/FFBD> a lvont:Character ;
    lvont:represents "ﾽ"^^xsd:string ;
    rdfs:comment "HALFWIDTH HANGUL LETTER PHIEUPH"@en .

<http://lexvo.org/id/char/FFBE> a lvont:Character ;
    lvont:represents "ﾾ"^^xsd:string ;
    rdfs:comment "HALFWIDTH HANGUL LETTER HIEUH"@en .

<http://lexvo.org/id/char/FFC2> a lvont:Character ;
    lvont:represents "ￂ"^^xsd:string ;
    rdfs:comment "HALFWIDTH HANGUL LETTER A"@en .

<http://lexvo.org/id/char/FFC3> a lvont:Character ;
    lvont:represents "ￃ"^^xsd:string ;
    rdfs:comment "HALFWIDTH HANGUL LETTER AE"@en .

<http://lexvo.org/id/char/FFC4> a lvont:Character ;
    lvont:represents "ￄ"^^xsd:string ;
    rdfs:comment "HALFWIDTH HANGUL LETTER YA"@en .

<http://lexvo.org/id/char/FFC5> a lvont:Character ;
    lvont:represents "ￅ"^^xsd:string ;
    rdfs:comment "HALFWIDTH HANGUL LETTER YAE"@en .

<http://lexvo.org/id/char/FFC6> a lvont:Character ;
    lvont:represents "ￆ"^^xsd:string ;
    rdfs:comment "HALFWIDTH HANGUL LETTER EO"@en .

<http://lexvo.org/id/char/FFC7> a lvont:Character ;
    lvont:represents "ￇ"^^xsd:string ;
    rdfs:comment "HALFWIDTH HANGUL LETTER E"@en .

<http://lexvo.org/id/char/FFCA> a lvont:Character ;
    lvont:represents "ￊ"^^xsd:string ;
    rdfs:comment "HALFWIDTH HANGUL LETTER YEO"@en .

<http://lexvo.org/id/char/FFCB> a lvont:Character ;
    lvont:represents "ￋ"^^xsd:string ;
    rdfs:comment "HALFWIDTH HANGUL LETTER YE"@en .

<http://lexvo.org/id/char/FFCC> a lvont:Character ;
    lvont:represents "ￌ"^^xsd:string ;
    rdfs:comment "HALFWIDTH HANGUL LETTER O"@en .

<http://lexvo.org/id/char/FFCD> a lvont:Character ;
    lvont:represents "ￍ"^^xsd:string ;
    rdfs:comment "HALFWIDTH HANGUL LETTER WA"@en .

<http://lexvo.org/id/char/FFCE> a lvont:Character ;
    lvont:represents "ￎ"^^xsd:string ;
    rdfs:comment "HALFWIDTH HANGUL LETTER WAE"@en .

<http://lexvo.org/id/char/FFCF> a lvont:Character ;
    lvont:represents "ￏ"^^xsd:string ;
    rdfs:comment "HALFWIDTH HANGUL LETTER OE"@en .

<http://lexvo.org/id/char/FFD2> a lvont:Character ;
    lvont:represents "ￒ"^^xsd:string ;
    rdfs:comment "HALFWIDTH HANGUL LETTER YO"@en .

<http://lexvo.org/id/char/FFD3> a lvont:Character ;
    lvont:represents "ￓ"^^xsd:string ;
    rdfs:comment "HALFWIDTH HANGUL LETTER U"@en .

<http://lexvo.org/id/char/FFD4> a lvont:Character ;
    lvont:represents "ￔ"^^xsd:string ;
    rdfs:comment "HALFWIDTH HANGUL LETTER WEO"@en .

<http://lexvo.org/id/char/FFD5> a lvont:Character ;
    lvont:represents "ￕ"^^xsd:string ;
    rdfs:comment "HALFWIDTH HANGUL LETTER WE"@en .

<http://lexvo.org/id/char/FFD6> a lvont:Character ;
    lvont:represents "ￖ"^^xsd:string ;
    rdfs:comment "HALFWIDTH HANGUL LETTER WI"@en .

<http://lexvo.org/id/char/FFD7> a lvont:Character ;
    lvont:represents "ￗ"^^xsd:string ;
    rdfs:comment "HALFWIDTH HANGUL LETTER YU"@en .

<http://lexvo.org/id/char/FFDA> a lvont:Character ;
    lvont:represents "ￚ"^^xsd:string ;
    rdfs:comment "HALFWIDTH HANGUL LETTER EU"@en .

<http://lexvo.org/id/char/FFDB> a lvont:Character ;
    lvont:represents "ￛ"^^xsd:string ;
    rdfs:comment "HALFWIDTH HANGUL LETTER YI"@en .

<http://lexvo.org/id/char/FFDC> a lvont:Character ;
    lvont:represents "ￜ"^^xsd:string ;
    rdfs:comment "HALFWIDTH HANGUL LETTER I"@en .

<http://lexvo.org/id/char/FFE0> a lvont:Character ;
    lvont:represents "￠"^^xsd:string ;
    rdfs:comment "FULLWIDTH CENT SIGN"@en .

<http://lexvo.org/id/char/FFE1> a lvont:Character ;
    lvont:represents "￡"^^xsd:string ;
    rdfs:comment "FULLWIDTH POUND SIGN"@en .

<http://lexvo.org/id/char/FFE2> a lvont:Character ;
    lvont:represents "￢"^^xsd:string ;
    rdfs:comment "FULLWIDTH NOT SIGN"@en .

<http://lexvo.org/id/char/FFE3> a lvont:Character ;
    lvont:represents "￣"^^xsd:string ;
    rdfs:comment "FULLWIDTH MACRON"@en .

<http://lexvo.org/id/char/FFE4> a lvont:Character ;
    lvont:represents "￤"^^xsd:string ;
    rdfs:comment "FULLWIDTH BROKEN BAR"@en .

<http://lexvo.org/id/char/FFE5> a lvont:Character ;
    lvont:represents "￥"^^xsd:string ;
    rdfs:comment "FULLWIDTH YEN SIGN"@en .

<http://lexvo.org/id/char/FFE6> a lvont:Character ;
    lvont:represents "￦"^^xsd:string ;
    rdfs:comment "FULLWIDTH WON SIGN"@en .

<http://lexvo.org/id/char/FFE8> a lvont:Character ;
    lvont:represents "￨"^^xsd:string ;
    rdfs:comment "HALFWIDTH FORMS LIGHT VERTICAL"@en .

<http://lexvo.org/id/char/FFE9> a lvont:Character ;
    lvont:represents "￩"^^xsd:string ;
    rdfs:comment "HALFWIDTH LEFTWARDS ARROW"@en .

<http://lexvo.org/id/char/FFEA> a lvont:Character ;
    lvont:represents "￪"^^xsd:string ;
    rdfs:comment "HALFWIDTH UPWARDS ARROW"@en .

<http://lexvo.org/id/char/FFEB> a lvont:Character ;
    lvont:represents "￫"^^xsd:string ;
    rdfs:comment "HALFWIDTH RIGHTWARDS ARROW"@en .

<http://lexvo.org/id/char/FFEC> a lvont:Character ;
    lvont:represents "￬"^^xsd:string ;
    rdfs:comment "HALFWIDTH DOWNWARDS ARROW"@en .

<http://lexvo.org/id/char/FFED> a lvont:Character ;
    lvont:represents "￭"^^xsd:string ;
    rdfs:comment "HALFWIDTH BLACK SQUARE"@en .

<http://lexvo.org/id/char/FFEE> a lvont:Character ;
    lvont:represents "￮"^^xsd:string ;
    rdfs:comment "HALFWIDTH WHITE CIRCLE"@en .

<http://lexvo.org/id/char/FFF9> a lvont:Character ;
    lvont:represents "￹"^^xsd:string ;
    rdfs:comment "INTERLINEAR ANNOTATION ANCHOR"@en .

<http://lexvo.org/id/char/FFFA> a lvont:Character ;
    lvont:represents "￺"^^xsd:string ;
    rdfs:comment "INTERLINEAR ANNOTATION SEPARATOR"@en .

<http://lexvo.org/id/char/FFFB> a lvont:Character ;
    lvont:represents "￻"^^xsd:string ;
    rdfs:comment "INTERLINEAR ANNOTATION TERMINATOR"@en .

<http://lexvo.org/id/char/FFFC> a lvont:Character ;
    lvont:represents "￼"^^xsd:string ;
    rdfs:comment "OBJECT REPLACEMENT CHARACTER"@en .

<http://lexvo.org/id/char/FFFD> a lvont:Character ;
    lvont:represents "�"^^xsd:string ;
    rdfs:comment "REPLACEMENT CHARACTER"@en .

<http://lexvo.org/id/code/002> lvont:means <http://lexvo.org/id/un_m49/002> .

<http://lexvo.org/id/code/003> lvont:means <http://lexvo.org/id/un_m49/003> .

<http://lexvo.org/id/code/005> lvont:means <http://lexvo.org/id/un_m49/005> .

<http://lexvo.org/id/code/009> lvont:means <http://lexvo.org/id/un_m49/009> .

<http://lexvo.org/id/code/011> lvont:means <http://lexvo.org/id/un_m49/011> .

<http://lexvo.org/id/code/013> lvont:means <http://lexvo.org/id/un_m49/013> .

<http://lexvo.org/id/code/014> lvont:means <http://lexvo.org/id/un_m49/014> .

<http://lexvo.org/id/code/015> lvont:means <http://lexvo.org/id/un_m49/015> .

<http://lexvo.org/id/code/017> lvont:means <http://lexvo.org/id/un_m49/017> .

<http://lexvo.org/id/code/018> lvont:means <http://lexvo.org/id/un_m49/018> .

<http://lexvo.org/id/code/019> lvont:means <http://lexvo.org/id/un_m49/019> .

<http://lexvo.org/id/code/021> lvont:means <http://lexvo.org/id/un_m49/021> .

<http://lexvo.org/id/code/029> lvont:means <http://lexvo.org/id/un_m49/029> .

<http://lexvo.org/id/code/030> lvont:means <http://lexvo.org/id/un_m49/030> .

<http://lexvo.org/id/code/034> lvont:means <http://lexvo.org/id/un_m49/034> .

<http://lexvo.org/id/code/035> lvont:means <http://lexvo.org/id/un_m49/035> .

<http://lexvo.org/id/code/039> lvont:means <http://lexvo.org/id/un_m49/039> .

<http://lexvo.org/id/code/053> lvont:means <http://lexvo.org/id/un_m49/053> .

<http://lexvo.org/id/code/054> lvont:means <http://lexvo.org/id/un_m49/054> .

<http://lexvo.org/id/code/057> lvont:means <http://lexvo.org/id/un_m49/057> .

<http://lexvo.org/id/code/061> lvont:means <http://lexvo.org/id/un_m49/061> .

<http://lexvo.org/id/code/142> lvont:means <http://lexvo.org/id/un_m49/142> .

<http://lexvo.org/id/code/143> lvont:means <http://lexvo.org/id/un_m49/143> .

<http://lexvo.org/id/code/145> lvont:means <http://lexvo.org/id/un_m49/145> .

<http://lexvo.org/id/code/150> lvont:means <http://lexvo.org/id/un_m49/150> .

<http://lexvo.org/id/code/151> lvont:means <http://lexvo.org/id/un_m49/151> .

<http://lexvo.org/id/code/154> lvont:means <http://lexvo.org/id/un_m49/154> .

<http://lexvo.org/id/code/155> lvont:means <http://lexvo.org/id/un_m49/155> .

<http://lexvo.org/id/code/419> lvont:means <http://lexvo.org/id/un_m49/419> .

<http://lexvo.org/id/code/AD> lvont:means <http://lexvo.org/id/iso3166/AD> .

<http://lexvo.org/id/code/AE> lvont:means <http://lexvo.org/id/iso3166/AE> .

<http://lexvo.org/id/code/AF> lvont:means <http://lexvo.org/id/iso3166/AF> .

<http://lexvo.org/id/code/AG> lvont:means <http://lexvo.org/id/iso3166/AG> .

<http://lexvo.org/id/code/AI> lvont:means <http://lexvo.org/id/iso3166/AI> .

<http://lexvo.org/id/code/AL> lvont:means <http://lexvo.org/id/iso3166/AL> .

<http://lexvo.org/id/code/AM> lvont:means <http://lexvo.org/id/iso3166/AM> .

<http://lexvo.org/id/code/AN> lvont:means <http://lexvo.org/id/iso3166/AN> .

<http://lexvo.org/id/code/AO> lvont:means <http://lexvo.org/id/iso3166/AO> .

<http://lexvo.org/id/code/AR> lvont:means <http://lexvo.org/id/iso3166/AR> .

<http://lexvo.org/id/code/AS> lvont:means <http://lexvo.org/id/iso3166/AS> .

<http://lexvo.org/id/code/AT> lvont:means <http://lexvo.org/id/iso3166/AT> .

<http://lexvo.org/id/code/AU> lvont:means <http://lexvo.org/id/iso3166/AU> .

<http://lexvo.org/id/code/AW> lvont:means <http://lexvo.org/id/iso3166/AW> .

<http://lexvo.org/id/code/AX> lvont:means <http://lexvo.org/id/iso3166/AX> .

<http://lexvo.org/id/code/AZ> lvont:means <http://lexvo.org/id/iso3166/AZ> .

<http://lexvo.org/id/code/Afak> lvont:means <http://lexvo.org/id/script/Afak> .

<http://lexvo.org/id/code/Aghb> lvont:means <http://lexvo.org/id/script/Aghb> .

<http://lexvo.org/id/code/Arab> lvont:means <http://lexvo.org/id/script/Arab> .

<http://lexvo.org/id/code/Armi> lvont:means <http://lexvo.org/id/script/Armi> .

<http://lexvo.org/id/code/Armn> lvont:means <http://lexvo.org/id/script/Armn> .

<http://lexvo.org/id/code/Avst> lvont:means <http://lexvo.org/id/script/Avst> .

<http://lexvo.org/id/code/BA> lvont:means <http://lexvo.org/id/iso3166/BA> .

<http://lexvo.org/id/code/BB> lvont:means <http://lexvo.org/id/iso3166/BB> .

<http://lexvo.org/id/code/BD> lvont:means <http://lexvo.org/id/iso3166/BD> .

<http://lexvo.org/id/code/BE> lvont:means <http://lexvo.org/id/iso3166/BE> .

<http://lexvo.org/id/code/BF> lvont:means <http://lexvo.org/id/iso3166/BF> .

<http://lexvo.org/id/code/BG> lvont:means <http://lexvo.org/id/iso3166/BG> .

<http://lexvo.org/id/code/BH> lvont:means <http://lexvo.org/id/iso3166/BH> .

<http://lexvo.org/id/code/BI> lvont:means <http://lexvo.org/id/iso3166/BI> .

<http://lexvo.org/id/code/BJ> lvont:means <http://lexvo.org/id/iso3166/BJ> .

<http://lexvo.org/id/code/BL> lvont:means <http://lexvo.org/id/iso3166/BL> .

<http://lexvo.org/id/code/BM> lvont:means <http://lexvo.org/id/iso3166/BM> .

<http://lexvo.org/id/code/BN> lvont:means <http://lexvo.org/id/iso3166/BN> .

<http://lexvo.org/id/code/BO> lvont:means <http://lexvo.org/id/iso3166/BO> .

<http://lexvo.org/id/code/BQ> lvont:means <http://lexvo.org/id/iso3166/BQ> .

<http://lexvo.org/id/code/BR> lvont:means <http://lexvo.org/id/iso3166/BR> .

<http://lexvo.org/id/code/BS> lvont:means <http://lexvo.org/id/iso3166/BS> .

<http://lexvo.org/id/code/BT> lvont:means <http://lexvo.org/id/iso3166/BT> .

<http://lexvo.org/id/code/BU> lvont:means <http://lexvo.org/id/iso3166/BU> .

<http://lexvo.org/id/code/BW> lvont:means <http://lexvo.org/id/iso3166/BW> .

<http://lexvo.org/id/code/BY> lvont:means <http://lexvo.org/id/iso3166/BY> .

<http://lexvo.org/id/code/BZ> lvont:means <http://lexvo.org/id/iso3166/BZ> .

<http://lexvo.org/id/code/Bali> lvont:means <http://lexvo.org/id/script/Bali> .

<http://lexvo.org/id/code/Bamu> lvont:means <http://lexvo.org/id/script/Bamu> .

<http://lexvo.org/id/code/Bass> lvont:means <http://lexvo.org/id/script/Bass> .

<http://lexvo.org/id/code/Batk> lvont:means <http://lexvo.org/id/script/Batk> .

<http://lexvo.org/id/code/Beng> lvont:means <http://lexvo.org/id/script/Beng> .

<http://lexvo.org/id/code/Blis> lvont:means <http://lexvo.org/id/script/Blis> .

<http://lexvo.org/id/code/Bopo> lvont:means <http://lexvo.org/id/script/Bopo> .

<http://lexvo.org/id/code/Brah> lvont:means <http://lexvo.org/id/script/Brah> .

<http://lexvo.org/id/code/Brai> lvont:means <http://lexvo.org/id/script/Brai> .

<http://lexvo.org/id/code/Bugi> lvont:means <http://lexvo.org/id/script/Bugi> .

<http://lexvo.org/id/code/Buhd> lvont:means <http://lexvo.org/id/script/Buhd> .

<http://lexvo.org/id/code/CA> lvont:means <http://lexvo.org/id/iso3166/CA> .

<http://lexvo.org/id/code/CD> lvont:means <http://lexvo.org/id/iso3166/CD> .

<http://lexvo.org/id/code/CF> lvont:means <http://lexvo.org/id/iso3166/CF> .

<http://lexvo.org/id/code/CG> lvont:means <http://lexvo.org/id/iso3166/CG> .

<http://lexvo.org/id/code/CH> lvont:means <http://lexvo.org/id/iso3166/CH> .

<http://lexvo.org/id/code/CI> lvont:means <http://lexvo.org/id/iso3166/CI> .

<http://lexvo.org/id/code/CK> lvont:means <http://lexvo.org/id/iso3166/CK> .

<http://lexvo.org/id/code/CL> lvont:means <http://lexvo.org/id/iso3166/CL> .

<http://lexvo.org/id/code/CM> lvont:means <http://lexvo.org/id/iso3166/CM> .

<http://lexvo.org/id/code/CN> lvont:means <http://lexvo.org/id/iso3166/CN> .

<http://lexvo.org/id/code/CO> lvont:means <http://lexvo.org/id/iso3166/CO> .

<http://lexvo.org/id/code/CR> lvont:means <http://lexvo.org/id/iso3166/CR> .

<http://lexvo.org/id/code/CS> lvont:means <http://lexvo.org/id/iso3166/CS> .

<http://lexvo.org/id/code/CU> lvont:means <http://lexvo.org/id/iso3166/CU> .

<http://lexvo.org/id/code/CV> lvont:means <http://lexvo.org/id/iso3166/CV> .

<http://lexvo.org/id/code/CW> lvont:means <http://lexvo.org/id/iso3166/CW> .

<http://lexvo.org/id/code/CY> lvont:means <http://lexvo.org/id/iso3166/CY> .

<http://lexvo.org/id/code/CZ> lvont:means <http://lexvo.org/id/iso3166/CZ> .

<http://lexvo.org/id/code/Cakm> lvont:means <http://lexvo.org/id/script/Cakm> .

<http://lexvo.org/id/code/Cans> lvont:means <http://lexvo.org/id/script/Cans> .

<http://lexvo.org/id/code/Cari> lvont:means <http://lexvo.org/id/script/Cari> .

<http://lexvo.org/id/code/Cham> lvont:means <http://lexvo.org/id/script/Cham> .

<http://lexvo.org/id/code/Cher> lvont:means <http://lexvo.org/id/script/Cher> .

<http://lexvo.org/id/code/Cirt> lvont:means <http://lexvo.org/id/script/Cirt> .

<http://lexvo.org/id/code/Copt> lvont:means <http://lexvo.org/id/script/Copt> .

<http://lexvo.org/id/code/Cprt> lvont:means <http://lexvo.org/id/script/Cprt> .

<http://lexvo.org/id/code/Cyrl> lvont:means <http://lexvo.org/id/script/Cyrl> .

<http://lexvo.org/id/code/Cyrs> lvont:means <http://lexvo.org/id/script/Cyrs> .

<http://lexvo.org/id/code/DD> lvont:means <http://lexvo.org/id/iso3166/DD> .

<http://lexvo.org/id/code/DE> lvont:means <http://lexvo.org/id/iso3166/DE> .

<http://lexvo.org/id/code/DJ> lvont:means <http://lexvo.org/id/iso3166/DJ> .

<http://lexvo.org/id/code/DK> lvont:means <http://lexvo.org/id/iso3166/DK> .

<http://lexvo.org/id/code/DM> lvont:means <http://lexvo.org/id/iso3166/DM> .

<http://lexvo.org/id/code/DO> lvont:means <http://lexvo.org/id/iso3166/DO> .

<http://lexvo.org/id/code/DZ> lvont:means <http://lexvo.org/id/iso3166/DZ> .

<http://lexvo.org/id/code/Deva> lvont:means <http://lexvo.org/id/script/Deva> .

<http://lexvo.org/id/code/Dsrt> lvont:means <http://lexvo.org/id/script/Dsrt> .

<http://lexvo.org/id/code/Dupl> lvont:means <http://lexvo.org/id/script/Dupl> .

<http://lexvo.org/id/code/EA> lvont:means <http://lexvo.org/id/iso3166/EA> .

<http://lexvo.org/id/code/EC> lvont:means <http://lexvo.org/id/iso3166/EC> .

<http://lexvo.org/id/code/EE> lvont:means <http://lexvo.org/id/iso3166/EE> .

<http://lexvo.org/id/code/EG> lvont:means <http://lexvo.org/id/iso3166/EG> .

<http://lexvo.org/id/code/EH> lvont:means <http://lexvo.org/id/iso3166/EH> .

<http://lexvo.org/id/code/ER> lvont:means <http://lexvo.org/id/iso3166/ER> .

<http://lexvo.org/id/code/ES> lvont:means <http://lexvo.org/id/iso3166/ES> .

<http://lexvo.org/id/code/ET> lvont:means <http://lexvo.org/id/iso3166/ET> .

<http://lexvo.org/id/code/EU> lvont:means <http://lexvo.org/id/iso3166/EU> .

<http://lexvo.org/id/code/Egyd> lvont:means <http://lexvo.org/id/script/Egyd> .

<http://lexvo.org/id/code/Egyh> lvont:means <http://lexvo.org/id/script/Egyh> .

<http://lexvo.org/id/code/Egyp> lvont:means <http://lexvo.org/id/script/Egyp> .

<http://lexvo.org/id/code/Elba> lvont:means <http://lexvo.org/id/script/Elba> .

<http://lexvo.org/id/code/Ethi> lvont:means <http://lexvo.org/id/script/Ethi> .

<http://lexvo.org/id/code/FI> lvont:means <http://lexvo.org/id/iso3166/FI> .

<http://lexvo.org/id/code/FJ> lvont:means <http://lexvo.org/id/iso3166/FJ> .

<http://lexvo.org/id/code/FK> lvont:means <http://lexvo.org/id/iso3166/FK> .

<http://lexvo.org/id/code/FM> lvont:means <http://lexvo.org/id/iso3166/FM> .

<http://lexvo.org/id/code/FO> lvont:means <http://lexvo.org/id/iso3166/FO> .

<http://lexvo.org/id/code/FR> lvont:means <http://lexvo.org/id/iso3166/FR> .

<http://lexvo.org/id/code/FX> lvont:means <http://lexvo.org/id/iso3166/FX> .

<http://lexvo.org/id/code/GA> lvont:means <http://lexvo.org/id/iso3166/GA> .

<http://lexvo.org/id/code/GB> lvont:means <http://lexvo.org/id/iso3166/GB> .

<http://lexvo.org/id/code/GD> lvont:means <http://lexvo.org/id/iso3166/GD> .

<http://lexvo.org/id/code/GE> lvont:means <http://lexvo.org/id/iso3166/GE> .

<http://lexvo.org/id/code/GF> lvont:means <http://lexvo.org/id/iso3166/GF> .

<http://lexvo.org/id/code/GG> lvont:means <http://lexvo.org/id/iso3166/GG> .

<http://lexvo.org/id/code/GH> lvont:means <http://lexvo.org/id/iso3166/GH> .

<http://lexvo.org/id/code/GI> lvont:means <http://lexvo.org/id/iso3166/GI> .

<http://lexvo.org/id/code/GL> lvont:means <http://lexvo.org/id/iso3166/GL> .

<http://lexvo.org/id/code/GM> lvont:means <http://lexvo.org/id/iso3166/GM> .

<http://lexvo.org/id/code/GN> lvont:means <http://lexvo.org/id/iso3166/GN> .

<http://lexvo.org/id/code/GP> lvont:means <http://lexvo.org/id/iso3166/GP> .

<http://lexvo.org/id/code/GQ> lvont:means <http://lexvo.org/id/iso3166/GQ> .

<http://lexvo.org/id/code/GR> lvont:means <http://lexvo.org/id/iso3166/GR> .

<http://lexvo.org/id/code/GT> lvont:means <http://lexvo.org/id/iso3166/GT> .

<http://lexvo.org/id/code/GU> lvont:means <http://lexvo.org/id/iso3166/GU> .

<http://lexvo.org/id/code/GW> lvont:means <http://lexvo.org/id/iso3166/GW> .

<http://lexvo.org/id/code/GY> lvont:means <http://lexvo.org/id/iso3166/GY> .

<http://lexvo.org/id/code/Geok> lvont:means <http://lexvo.org/id/script/Geok> .

<http://lexvo.org/id/code/Geor> lvont:means <http://lexvo.org/id/script/Geor> .

<http://lexvo.org/id/code/Glag> lvont:means <http://lexvo.org/id/script/Glag> .

<http://lexvo.org/id/code/Goth> lvont:means <http://lexvo.org/id/script/Goth> .

<http://lexvo.org/id/code/Gran> lvont:means <http://lexvo.org/id/script/Gran> .

<http://lexvo.org/id/code/Grek> lvont:means <http://lexvo.org/id/script/Grek> .

<http://lexvo.org/id/code/Gujr> lvont:means <http://lexvo.org/id/script/Gujr> .

<http://lexvo.org/id/code/Guru> lvont:means <http://lexvo.org/id/script/Guru> .

<http://lexvo.org/id/code/HK> lvont:means <http://lexvo.org/id/iso3166/HK> .

<http://lexvo.org/id/code/HN> lvont:means <http://lexvo.org/id/iso3166/HN> .

<http://lexvo.org/id/code/HR> lvont:means <http://lexvo.org/id/iso3166/HR> .

<http://lexvo.org/id/code/HT> lvont:means <http://lexvo.org/id/iso3166/HT> .

<http://lexvo.org/id/code/HU> lvont:means <http://lexvo.org/id/iso3166/HU> .

<http://lexvo.org/id/code/Hang> lvont:means <http://lexvo.org/id/script/Hang> .

<http://lexvo.org/id/code/Hani> lvont:means <http://lexvo.org/id/script/Hani> .

<http://lexvo.org/id/code/Hano> lvont:means <http://lexvo.org/id/script/Hano> .

<http://lexvo.org/id/code/Hans> lvont:means <http://lexvo.org/id/script/Hans> .

<http://lexvo.org/id/code/Hant> lvont:means <http://lexvo.org/id/script/Hant> .

<http://lexvo.org/id/code/Hebr> lvont:means <http://lexvo.org/id/script/Hebr> .

<http://lexvo.org/id/code/Hira> lvont:means <http://lexvo.org/id/script/Hira> .

<http://lexvo.org/id/code/Hluw> lvont:means <http://lexvo.org/id/script/Hluw> .

<http://lexvo.org/id/code/Hmng> lvont:means <http://lexvo.org/id/script/Hmng> .

<http://lexvo.org/id/code/Hrkt> lvont:means <http://lexvo.org/id/script/Hrkt> .

<http://lexvo.org/id/code/Hung> lvont:means <http://lexvo.org/id/script/Hung> .

<http://lexvo.org/id/code/IC> lvont:means <http://lexvo.org/id/iso3166/IC> .

<http://lexvo.org/id/code/ID> lvont:means <http://lexvo.org/id/iso3166/ID> .

<http://lexvo.org/id/code/IE> lvont:means <http://lexvo.org/id/iso3166/IE> .

<http://lexvo.org/id/code/IL> lvont:means <http://lexvo.org/id/iso3166/IL> .

<http://lexvo.org/id/code/IM> lvont:means <http://lexvo.org/id/iso3166/IM> .

<http://lexvo.org/id/code/IN> lvont:means <http://lexvo.org/id/iso3166/IN> .

<http://lexvo.org/id/code/IQ> lvont:means <http://lexvo.org/id/iso3166/IQ> .

<http://lexvo.org/id/code/IR> lvont:means <http://lexvo.org/id/iso3166/IR> .

<http://lexvo.org/id/code/IS> lvont:means <http://lexvo.org/id/iso3166/IS> .

<http://lexvo.org/id/code/IT> lvont:means <http://lexvo.org/id/iso3166/IT> .

<http://lexvo.org/id/code/Inds> lvont:means <http://lexvo.org/id/script/Inds> .

<http://lexvo.org/id/code/Ital> lvont:means <http://lexvo.org/id/script/Ital> .

<http://lexvo.org/id/code/JE> lvont:means <http://lexvo.org/id/iso3166/JE> .

<http://lexvo.org/id/code/JM> lvont:means <http://lexvo.org/id/iso3166/JM> .

<http://lexvo.org/id/code/JO> lvont:means <http://lexvo.org/id/iso3166/JO> .

<http://lexvo.org/id/code/JP> lvont:means <http://lexvo.org/id/iso3166/JP> .

<http://lexvo.org/id/code/Java> lvont:means <http://lexvo.org/id/script/Java> .

<http://lexvo.org/id/code/Jpan> lvont:means <http://lexvo.org/id/script/Jpan> .

<http://lexvo.org/id/code/Jurc> lvont:means <http://lexvo.org/id/script/Jurc> .

<http://lexvo.org/id/code/KE> lvont:means <http://lexvo.org/id/iso3166/KE> .

<http://lexvo.org/id/code/KG> lvont:means <http://lexvo.org/id/iso3166/KG> .

<http://lexvo.org/id/code/KH> lvont:means <http://lexvo.org/id/iso3166/KH> .

<http://lexvo.org/id/code/KI> lvont:means <http://lexvo.org/id/iso3166/KI> .

<http://lexvo.org/id/code/KM> lvont:means <http://lexvo.org/id/iso3166/KM> .

<http://lexvo.org/id/code/KN> lvont:means <http://lexvo.org/id/iso3166/KN> .

<http://lexvo.org/id/code/KP> lvont:means <http://lexvo.org/id/iso3166/KP> .

<http://lexvo.org/id/code/KR> lvont:means <http://lexvo.org/id/iso3166/KR> .

<http://lexvo.org/id/code/KW> lvont:means <http://lexvo.org/id/iso3166/KW> .

<http://lexvo.org/id/code/KY> lvont:means <http://lexvo.org/id/iso3166/KY> .

<http://lexvo.org/id/code/KZ> lvont:means <http://lexvo.org/id/iso3166/KZ> .

<http://lexvo.org/id/code/Kali> lvont:means <http://lexvo.org/id/script/Kali> .

<http://lexvo.org/id/code/Kana> lvont:means <http://lexvo.org/id/script/Kana> .

<http://lexvo.org/id/code/Khar> lvont:means <http://lexvo.org/id/script/Khar> .

<http://lexvo.org/id/code/Khmr> lvont:means <http://lexvo.org/id/script/Khmr> .

<http://lexvo.org/id/code/Khoj> lvont:means <http://lexvo.org/id/script/Khoj> .

<http://lexvo.org/id/code/Knda> lvont:means <http://lexvo.org/id/script/Knda> .

<http://lexvo.org/id/code/Kore> lvont:means <http://lexvo.org/id/script/Kore> .

<http://lexvo.org/id/code/Kpel> lvont:means <http://lexvo.org/id/script/Kpel> .

<http://lexvo.org/id/code/Kthi> lvont:means <http://lexvo.org/id/script/Kthi> .

<http://lexvo.org/id/code/LA> lvont:means <http://lexvo.org/id/iso3166/LA> .

<http://lexvo.org/id/code/LB> lvont:means <http://lexvo.org/id/iso3166/LB> .

<http://lexvo.org/id/code/LC> lvont:means <http://lexvo.org/id/iso3166/LC> .

<http://lexvo.org/id/code/LI> lvont:means <http://lexvo.org/id/iso3166/LI> .

<http://lexvo.org/id/code/LK> lvont:means <http://lexvo.org/id/iso3166/LK> .

<http://lexvo.org/id/code/LR> lvont:means <http://lexvo.org/id/iso3166/LR> .

<http://lexvo.org/id/code/LS> lvont:means <http://lexvo.org/id/iso3166/LS> .

<http://lexvo.org/id/code/LT> lvont:means <http://lexvo.org/id/iso3166/LT> .

<http://lexvo.org/id/code/LU> lvont:means <http://lexvo.org/id/iso3166/LU> .

<http://lexvo.org/id/code/LV> lvont:means <http://lexvo.org/id/iso3166/LV> .

<http://lexvo.org/id/code/LY> lvont:means <http://lexvo.org/id/iso3166/LY> .

<http://lexvo.org/id/code/Lana> lvont:means <http://lexvo.org/id/script/Lana> .

<http://lexvo.org/id/code/Laoo> lvont:means <http://lexvo.org/id/script/Laoo> .

<http://lexvo.org/id/code/Latf> lvont:means <http://lexvo.org/id/script/Latf> .

<http://lexvo.org/id/code/Latg> lvont:means <http://lexvo.org/id/script/Latg> .

<http://lexvo.org/id/code/Latn> lvont:means <http://lexvo.org/id/script/Latn> .

<http://lexvo.org/id/code/Lepc> lvont:means <http://lexvo.org/id/script/Lepc> .

<http://lexvo.org/id/code/Limb> lvont:means <http://lexvo.org/id/script/Limb> .

<http://lexvo.org/id/code/Lina> lvont:means <http://lexvo.org/id/script/Lina> .

<http://lexvo.org/id/code/Linb> lvont:means <http://lexvo.org/id/script/Linb> .

<http://lexvo.org/id/code/Lisu> lvont:means <http://lexvo.org/id/script/Lisu> .

<http://lexvo.org/id/code/Loma> lvont:means <http://lexvo.org/id/script/Loma> .

<http://lexvo.org/id/code/Lyci> lvont:means <http://lexvo.org/id/script/Lyci> .

<http://lexvo.org/id/code/Lydi> lvont:means <http://lexvo.org/id/script/Lydi> .

<http://lexvo.org/id/code/MA> lvont:means <http://lexvo.org/id/iso3166/MA> .

<http://lexvo.org/id/code/MC> lvont:means <http://lexvo.org/id/iso3166/MC> .

<http://lexvo.org/id/code/MD> lvont:means <http://lexvo.org/id/iso3166/MD> .

<http://lexvo.org/id/code/ME> lvont:means <http://lexvo.org/id/iso3166/ME> .

<http://lexvo.org/id/code/MF> lvont:means <http://lexvo.org/id/iso3166/MF> .

<http://lexvo.org/id/code/MG> lvont:means <http://lexvo.org/id/iso3166/MG> .

<http://lexvo.org/id/code/MH> lvont:means <http://lexvo.org/id/iso3166/MH> .

<http://lexvo.org/id/code/MK> lvont:means <http://lexvo.org/id/iso3166/MK> .

<http://lexvo.org/id/code/ML> lvont:means <http://lexvo.org/id/iso3166/ML> .

<http://lexvo.org/id/code/MM> lvont:means <http://lexvo.org/id/iso3166/MM> .

<http://lexvo.org/id/code/MN> lvont:means <http://lexvo.org/id/iso3166/MN> .

<http://lexvo.org/id/code/MO> lvont:means <http://lexvo.org/id/iso3166/MO> .

<http://lexvo.org/id/code/MP> lvont:means <http://lexvo.org/id/iso3166/MP> .

<http://lexvo.org/id/code/MQ> lvont:means <http://lexvo.org/id/iso3166/MQ> .

<http://lexvo.org/id/code/MR> lvont:means <http://lexvo.org/id/iso3166/MR> .

<http://lexvo.org/id/code/MS> lvont:means <http://lexvo.org/id/iso3166/MS> .

<http://lexvo.org/id/code/MT> lvont:means <http://lexvo.org/id/iso3166/MT> .

<http://lexvo.org/id/code/MU> lvont:means <http://lexvo.org/id/iso3166/MU> .

<http://lexvo.org/id/code/MV> lvont:means <http://lexvo.org/id/iso3166/MV> .

<http://lexvo.org/id/code/MW> lvont:means <http://lexvo.org/id/iso3166/MW> .

<http://lexvo.org/id/code/MX> lvont:means <http://lexvo.org/id/iso3166/MX> .

<http://lexvo.org/id/code/MY> lvont:means <http://lexvo.org/id/iso3166/MY> .

<http://lexvo.org/id/code/MZ> lvont:means <http://lexvo.org/id/iso3166/MZ> .

<http://lexvo.org/id/code/Mahj> lvont:means <http://lexvo.org/id/script/Mahj> .

<http://lexvo.org/id/code/Mand> lvont:means <http://lexvo.org/id/script/Mand> .

<http://lexvo.org/id/code/Mani> lvont:means <http://lexvo.org/id/script/Mani> .

<http://lexvo.org/id/code/Maya> lvont:means <http://lexvo.org/id/script/Maya> .

<http://lexvo.org/id/code/Mend> lvont:means <http://lexvo.org/id/script/Mend> .

<http://lexvo.org/id/code/Merc> lvont:means <http://lexvo.org/id/script/Merc> .

<http://lexvo.org/id/code/Mero> lvont:means <http://lexvo.org/id/script/Mero> .

<http://lexvo.org/id/code/Mlym> lvont:means <http://lexvo.org/id/script/Mlym> .

<http://lexvo.org/id/code/Mong> lvont:means <http://lexvo.org/id/script/Mong> .

<http://lexvo.org/id/code/Moon> lvont:means <http://lexvo.org/id/script/Moon> .

<http://lexvo.org/id/code/Mroo> lvont:means <http://lexvo.org/id/script/Mroo> .

<http://lexvo.org/id/code/Mtei> lvont:means <http://lexvo.org/id/script/Mtei> .

<http://lexvo.org/id/code/Mymr> lvont:means <http://lexvo.org/id/script/Mymr> .

<http://lexvo.org/id/code/NA> lvont:means <http://lexvo.org/id/iso3166/NA> .

<http://lexvo.org/id/code/NC> lvont:means <http://lexvo.org/id/iso3166/NC> .

<http://lexvo.org/id/code/NE> lvont:means <http://lexvo.org/id/iso3166/NE> .

<http://lexvo.org/id/code/NF> lvont:means <http://lexvo.org/id/iso3166/NF> .

<http://lexvo.org/id/code/NG> lvont:means <http://lexvo.org/id/iso3166/NG> .

<http://lexvo.org/id/code/NI> lvont:means <http://lexvo.org/id/iso3166/NI> .

<http://lexvo.org/id/code/NL> lvont:means <http://lexvo.org/id/iso3166/NL> .

<http://lexvo.org/id/code/NO> lvont:means <http://lexvo.org/id/iso3166/NO> .

<http://lexvo.org/id/code/NP> lvont:means <http://lexvo.org/id/iso3166/NP> .

<http://lexvo.org/id/code/NR> lvont:means <http://lexvo.org/id/iso3166/NR> .

<http://lexvo.org/id/code/NT> lvont:means <http://lexvo.org/id/iso3166/NT> .

<http://lexvo.org/id/code/NU> lvont:means <http://lexvo.org/id/iso3166/NU> .

<http://lexvo.org/id/code/NZ> lvont:means <http://lexvo.org/id/iso3166/NZ> .

<http://lexvo.org/id/code/Narb> lvont:means <http://lexvo.org/id/script/Narb> .

<http://lexvo.org/id/code/Nbat> lvont:means <http://lexvo.org/id/script/Nbat> .

<http://lexvo.org/id/code/Nkgb> lvont:means <http://lexvo.org/id/script/Nkgb> .

<http://lexvo.org/id/code/Nkoo> lvont:means <http://lexvo.org/id/script/Nkoo> .

<http://lexvo.org/id/code/Nshu> lvont:means <http://lexvo.org/id/script/Nshu> .

<http://lexvo.org/id/code/OM> lvont:means <http://lexvo.org/id/iso3166/OM> .

<http://lexvo.org/id/code/Ogam> lvont:means <http://lexvo.org/id/script/Ogam> .

<http://lexvo.org/id/code/Olck> lvont:means <http://lexvo.org/id/script/Olck> .

<http://lexvo.org/id/code/Orkh> lvont:means <http://lexvo.org/id/script/Orkh> .

<http://lexvo.org/id/code/Orya> lvont:means <http://lexvo.org/id/script/Orya> .

<http://lexvo.org/id/code/Osma> lvont:means <http://lexvo.org/id/script/Osma> .

<http://lexvo.org/id/code/PA> lvont:means <http://lexvo.org/id/iso3166/PA> .

<http://lexvo.org/id/code/PE> lvont:means <http://lexvo.org/id/iso3166/PE> .

<http://lexvo.org/id/code/PF> lvont:means <http://lexvo.org/id/iso3166/PF> .

<http://lexvo.org/id/code/PG> lvont:means <http://lexvo.org/id/iso3166/PG> .

<http://lexvo.org/id/code/PH> lvont:means <http://lexvo.org/id/iso3166/PH> .

<http://lexvo.org/id/code/PK> lvont:means <http://lexvo.org/id/iso3166/PK> .

<http://lexvo.org/id/code/PL> lvont:means <http://lexvo.org/id/iso3166/PL> .

<http://lexvo.org/id/code/PM> lvont:means <http://lexvo.org/id/iso3166/PM> .

<http://lexvo.org/id/code/PN> lvont:means <http://lexvo.org/id/iso3166/PN> .

<http://lexvo.org/id/code/PR> lvont:means <http://lexvo.org/id/iso3166/PR> .

<http://lexvo.org/id/code/PS> lvont:means <http://lexvo.org/id/iso3166/PS> .

<http://lexvo.org/id/code/PT> lvont:means <http://lexvo.org/id/iso3166/PT> .

<http://lexvo.org/id/code/PW> lvont:means <http://lexvo.org/id/iso3166/PW> .

<http://lexvo.org/id/code/PY> lvont:means <http://lexvo.org/id/iso3166/PY> .

<http://lexvo.org/id/code/Palm> lvont:means <http://lexvo.org/id/script/Palm> .

<http://lexvo.org/id/code/Perm> lvont:means <http://lexvo.org/id/script/Perm> .

<http://lexvo.org/id/code/Phag> lvont:means <http://lexvo.org/id/script/Phag> .

<http://lexvo.org/id/code/Phli> lvont:means <http://lexvo.org/id/script/Phli> .

<http://lexvo.org/id/code/Phlp> lvont:means <http://lexvo.org/id/script/Phlp> .

<http://lexvo.org/id/code/Phlv> lvont:means <http://lexvo.org/id/script/Phlv> .

<http://lexvo.org/id/code/Phnx> lvont:means <http://lexvo.org/id/script/Phnx> .

<http://lexvo.org/id/code/Plrd> lvont:means <http://lexvo.org/id/script/Plrd> .

<http://lexvo.org/id/code/Prti> lvont:means <http://lexvo.org/id/script/Prti> .

<http://lexvo.org/id/code/QA> lvont:means <http://lexvo.org/id/iso3166/QA> .

<http://lexvo.org/id/code/Qaaa> lvont:means <http://lexvo.org/id/script/Qaaa> .

<http://lexvo.org/id/code/Qabx> lvont:means <http://lexvo.org/id/script/Qabx> .

<http://lexvo.org/id/code/RE> lvont:means <http://lexvo.org/id/iso3166/RE> .

<http://lexvo.org/id/code/RO> lvont:means <http://lexvo.org/id/iso3166/RO> .

<http://lexvo.org/id/code/RS> lvont:means <http://lexvo.org/id/iso3166/RS> .

<http://lexvo.org/id/code/RU> lvont:means <http://lexvo.org/id/iso3166/RU> .

<http://lexvo.org/id/code/RW> lvont:means <http://lexvo.org/id/iso3166/RW> .

<http://lexvo.org/id/code/Rjng> lvont:means <http://lexvo.org/id/script/Rjng> .

<http://lexvo.org/id/code/Roro> lvont:means <http://lexvo.org/id/script/Roro> .

<http://lexvo.org/id/code/Runr> lvont:means <http://lexvo.org/id/script/Runr> .

<http://lexvo.org/id/code/SA> lvont:means <http://lexvo.org/id/iso3166/SA> .

<http://lexvo.org/id/code/SB> lvont:means <http://lexvo.org/id/iso3166/SB> .

<http://lexvo.org/id/code/SC> lvont:means <http://lexvo.org/id/iso3166/SC> .

<http://lexvo.org/id/code/SD> lvont:means <http://lexvo.org/id/iso3166/SD> .

<http://lexvo.org/id/code/SE> lvont:means <http://lexvo.org/id/iso3166/SE> .

<http://lexvo.org/id/code/SG> lvont:means <http://lexvo.org/id/iso3166/SG> .

<http://lexvo.org/id/code/SH> lvont:means <http://lexvo.org/id/iso3166/SH> .

<http://lexvo.org/id/code/SI> lvont:means <http://lexvo.org/id/iso3166/SI> .

<http://lexvo.org/id/code/SJ> lvont:means <http://lexvo.org/id/iso3166/SJ> .

<http://lexvo.org/id/code/SK> lvont:means <http://lexvo.org/id/iso3166/SK> .

<http://lexvo.org/id/code/SL> lvont:means <http://lexvo.org/id/iso3166/SL> .

<http://lexvo.org/id/code/SM> lvont:means <http://lexvo.org/id/iso3166/SM> .

<http://lexvo.org/id/code/SN> lvont:means <http://lexvo.org/id/iso3166/SN> .

<http://lexvo.org/id/code/SO> lvont:means <http://lexvo.org/id/iso3166/SO> .

<http://lexvo.org/id/code/SR> lvont:means <http://lexvo.org/id/iso3166/SR> .

<http://lexvo.org/id/code/SS> lvont:means <http://lexvo.org/id/iso3166/SS> .

<http://lexvo.org/id/code/ST> lvont:means <http://lexvo.org/id/iso3166/ST> .

<http://lexvo.org/id/code/SU> lvont:means <http://lexvo.org/id/iso3166/SU> .

<http://lexvo.org/id/code/SV> lvont:means <http://lexvo.org/id/iso3166/SV> .

<http://lexvo.org/id/code/SX> lvont:means <http://lexvo.org/id/iso3166/SX> .

<http://lexvo.org/id/code/SY> lvont:means <http://lexvo.org/id/iso3166/SY> .

<http://lexvo.org/id/code/SZ> lvont:means <http://lexvo.org/id/iso3166/SZ> .

<http://lexvo.org/id/code/Samr> lvont:means <http://lexvo.org/id/script/Samr> .

<http://lexvo.org/id/code/Sara> lvont:means <http://lexvo.org/id/script/Sara> .

<http://lexvo.org/id/code/Sarb> lvont:means <http://lexvo.org/id/script/Sarb> .

<http://lexvo.org/id/code/Saur> lvont:means <http://lexvo.org/id/script/Saur> .

<http://lexvo.org/id/code/Sgnw> lvont:means <http://lexvo.org/id/script/Sgnw> .

<http://lexvo.org/id/code/Shaw> lvont:means <http://lexvo.org/id/script/Shaw> .

<http://lexvo.org/id/code/Shrd> lvont:means <http://lexvo.org/id/script/Shrd> .

<http://lexvo.org/id/code/Sind> lvont:means <http://lexvo.org/id/script/Sind> .

<http://lexvo.org/id/code/Sinh> lvont:means <http://lexvo.org/id/script/Sinh> .

<http://lexvo.org/id/code/Sora> lvont:means <http://lexvo.org/id/script/Sora> .

<http://lexvo.org/id/code/Sund> lvont:means <http://lexvo.org/id/script/Sund> .

<http://lexvo.org/id/code/Sylo> lvont:means <http://lexvo.org/id/script/Sylo> .

<http://lexvo.org/id/code/Syrc> lvont:means <http://lexvo.org/id/script/Syrc> .

<http://lexvo.org/id/code/Syre> lvont:means <http://lexvo.org/id/script/Syre> .

<http://lexvo.org/id/code/Syrj> lvont:means <http://lexvo.org/id/script/Syrj> .

<http://lexvo.org/id/code/Syrn> lvont:means <http://lexvo.org/id/script/Syrn> .

<http://lexvo.org/id/code/TC> lvont:means <http://lexvo.org/id/iso3166/TC> .

<http://lexvo.org/id/code/TD> lvont:means <http://lexvo.org/id/iso3166/TD> .

<http://lexvo.org/id/code/TG> lvont:means <http://lexvo.org/id/iso3166/TG> .

<http://lexvo.org/id/code/TH> lvont:means <http://lexvo.org/id/iso3166/TH> .

<http://lexvo.org/id/code/TJ> lvont:means <http://lexvo.org/id/iso3166/TJ> .

<http://lexvo.org/id/code/TK> lvont:means <http://lexvo.org/id/iso3166/TK> .

<http://lexvo.org/id/code/TL> lvont:means <http://lexvo.org/id/iso3166/TL> .

<http://lexvo.org/id/code/TM> lvont:means <http://lexvo.org/id/iso3166/TM> .

<http://lexvo.org/id/code/TN> lvont:means <http://lexvo.org/id/iso3166/TN> .

<http://lexvo.org/id/code/TO> lvont:means <http://lexvo.org/id/iso3166/TO> .

<http://lexvo.org/id/code/TP> lvont:means <http://lexvo.org/id/iso3166/TP> .

<http://lexvo.org/id/code/TR> lvont:means <http://lexvo.org/id/iso3166/TR> .

<http://lexvo.org/id/code/TT> lvont:means <http://lexvo.org/id/iso3166/TT> .

<http://lexvo.org/id/code/TV> lvont:means <http://lexvo.org/id/iso3166/TV> .

<http://lexvo.org/id/code/TW> lvont:means <http://lexvo.org/id/iso3166/TW> .

<http://lexvo.org/id/code/TZ> lvont:means <http://lexvo.org/id/iso3166/TZ> .

<http://lexvo.org/id/code/Tagb> lvont:means <http://lexvo.org/id/script/Tagb> .

<http://lexvo.org/id/code/Takr> lvont:means <http://lexvo.org/id/script/Takr> .

<http://lexvo.org/id/code/Tale> lvont:means <http://lexvo.org/id/script/Tale> .

<http://lexvo.org/id/code/Talu> lvont:means <http://lexvo.org/id/script/Talu> .

<http://lexvo.org/id/code/Taml> lvont:means <http://lexvo.org/id/script/Taml> .

<http://lexvo.org/id/code/Tang> lvont:means <http://lexvo.org/id/script/Tang> .

<http://lexvo.org/id/code/Tavt> lvont:means <http://lexvo.org/id/script/Tavt> .

<http://lexvo.org/id/code/Telu> lvont:means <http://lexvo.org/id/script/Telu> .

<http://lexvo.org/id/code/Teng> lvont:means <http://lexvo.org/id/script/Teng> .

<http://lexvo.org/id/code/Tfng> lvont:means <http://lexvo.org/id/script/Tfng> .

<http://lexvo.org/id/code/Tglg> lvont:means <http://lexvo.org/id/script/Tglg> .

<http://lexvo.org/id/code/Thaa> lvont:means <http://lexvo.org/id/script/Thaa> .

<http://lexvo.org/id/code/Thai> lvont:means <http://lexvo.org/id/script/Thai> .

<http://lexvo.org/id/code/Tibt> lvont:means <http://lexvo.org/id/script/Tibt> .

<http://lexvo.org/id/code/Tirh> lvont:means <http://lexvo.org/id/script/Tirh> .

<http://lexvo.org/id/code/UA> lvont:means <http://lexvo.org/id/iso3166/UA> .

<http://lexvo.org/id/code/UG> lvont:means <http://lexvo.org/id/iso3166/UG> .

<http://lexvo.org/id/code/US> lvont:means <http://lexvo.org/id/iso3166/US> .

<http://lexvo.org/id/code/UY> lvont:means <http://lexvo.org/id/iso3166/UY> .

<http://lexvo.org/id/code/UZ> lvont:means <http://lexvo.org/id/iso3166/UZ> .

<http://lexvo.org/id/code/Ugar> lvont:means <http://lexvo.org/id/script/Ugar> .

<http://lexvo.org/id/code/VA> lvont:means <http://lexvo.org/id/iso3166/VA> .

<http://lexvo.org/id/code/VC> lvont:means <http://lexvo.org/id/iso3166/VC> .

<http://lexvo.org/id/code/VE> lvont:means <http://lexvo.org/id/iso3166/VE> .

<http://lexvo.org/id/code/VG> lvont:means <http://lexvo.org/id/iso3166/VG> .

<http://lexvo.org/id/code/VI> lvont:means <http://lexvo.org/id/iso3166/VI> .

<http://lexvo.org/id/code/VN> lvont:means <http://lexvo.org/id/iso3166/VN> .

<http://lexvo.org/id/code/VU> lvont:means <http://lexvo.org/id/iso3166/VU> .

<http://lexvo.org/id/code/Vaii> lvont:means <http://lexvo.org/id/script/Vaii> .

<http://lexvo.org/id/code/Visp> lvont:means <http://lexvo.org/id/script/Visp> .

<http://lexvo.org/id/code/WF> lvont:means <http://lexvo.org/id/iso3166/WF> .

<http://lexvo.org/id/code/WS> lvont:means <http://lexvo.org/id/iso3166/WS> .

<http://lexvo.org/id/code/Wara> lvont:means <http://lexvo.org/id/script/Wara> .

<http://lexvo.org/id/code/Wole> lvont:means <http://lexvo.org/id/script/Wole> .

<http://lexvo.org/id/code/Xpeo> lvont:means <http://lexvo.org/id/script/Xpeo> .

<http://lexvo.org/id/code/Xsux> lvont:means <http://lexvo.org/id/script/Xsux> .

<http://lexvo.org/id/code/YD> lvont:means <http://lexvo.org/id/iso3166/YD> .

<http://lexvo.org/id/code/YE> lvont:means <http://lexvo.org/id/iso3166/YE> .

<http://lexvo.org/id/code/YT> lvont:means <http://lexvo.org/id/iso3166/YT> .

<http://lexvo.org/id/code/YU> lvont:means <http://lexvo.org/id/iso3166/YU> .

<http://lexvo.org/id/code/Yiii> lvont:means <http://lexvo.org/id/script/Yiii> .

<http://lexvo.org/id/code/ZA> lvont:means <http://lexvo.org/id/iso3166/ZA> .

<http://lexvo.org/id/code/ZM> lvont:means <http://lexvo.org/id/iso3166/ZM> .

<http://lexvo.org/id/code/ZR> lvont:means <http://lexvo.org/id/iso3166/ZR> .

<http://lexvo.org/id/code/ZW> lvont:means <http://lexvo.org/id/iso3166/ZW> .

<http://lexvo.org/id/code/Zinh> lvont:means <http://lexvo.org/id/script/Zinh> .

<http://lexvo.org/id/code/Zmth> lvont:means <http://lexvo.org/id/script/Zmth> .

<http://lexvo.org/id/code/Zsym> lvont:means <http://lexvo.org/id/script/Zsym> .

<http://lexvo.org/id/code/aa> lvont:means <http://lexvo.org/id/iso639-3/aar> .

<http://lexvo.org/id/code/aaa> lvont:means <http://lexvo.org/id/iso639-3/aaa> .

<http://lexvo.org/id/code/aab> lvont:means <http://lexvo.org/id/iso639-3/aab> .

<http://lexvo.org/id/code/aac> lvont:means <http://lexvo.org/id/iso639-3/aac> .

<http://lexvo.org/id/code/aad> lvont:means <http://lexvo.org/id/iso639-3/aad> .

<http://lexvo.org/id/code/aae> lvont:means <http://lexvo.org/id/iso639-3/aae> .

<http://lexvo.org/id/code/aaf> lvont:means <http://lexvo.org/id/iso639-3/aaf> .

<http://lexvo.org/id/code/aag> lvont:means <http://lexvo.org/id/iso639-3/aag> .

<http://lexvo.org/id/code/aah> lvont:means <http://lexvo.org/id/iso639-3/aah> .

<http://lexvo.org/id/code/aai> lvont:means <http://lexvo.org/id/iso639-3/aai> .

<http://lexvo.org/id/code/aak> lvont:means <http://lexvo.org/id/iso639-3/aak> .

<http://lexvo.org/id/code/aal> lvont:means <http://lexvo.org/id/iso639-3/aal> .

<http://lexvo.org/id/code/aam> lvont:means <http://lexvo.org/id/iso639-3/aam> .

<http://lexvo.org/id/code/aan> lvont:means <http://lexvo.org/id/iso639-3/aan> .

<http://lexvo.org/id/code/aao> lvont:means <http://lexvo.org/id/iso639-3/aao> .

<http://lexvo.org/id/code/aap> lvont:means <http://lexvo.org/id/iso639-3/aap> .

<http://lexvo.org/id/code/aaq> lvont:means <http://lexvo.org/id/iso639-3/aaq> .

<http://lexvo.org/id/code/aar> lvont:means <http://lexvo.org/id/iso639-3/aar> .

<http://lexvo.org/id/code/aas> lvont:means <http://lexvo.org/id/iso639-3/aas> .

<http://lexvo.org/id/code/aat> lvont:means <http://lexvo.org/id/iso639-3/aat> .

<http://lexvo.org/id/code/aau> lvont:means <http://lexvo.org/id/iso639-3/aau> .

<http://lexvo.org/id/code/aav> lvont:means <http://lexvo.org/id/iso639-5/aav> .

<http://lexvo.org/id/code/aaw> lvont:means <http://lexvo.org/id/iso639-3/aaw> .

<http://lexvo.org/id/code/aax> lvont:means <http://lexvo.org/id/iso639-3/aax> .

<http://lexvo.org/id/code/aaz> lvont:means <http://lexvo.org/id/iso639-3/aaz> .

<http://lexvo.org/id/code/ab> lvont:means <http://lexvo.org/id/iso639-3/abk> .

<http://lexvo.org/id/code/aba> lvont:means <http://lexvo.org/id/iso639-3/aau>,
        <http://lexvo.org/id/iso639-3/aba> .

<http://lexvo.org/id/code/abau1245> lvont:means <http://lexvo.org/id/iso639-3/aau> .

<http://lexvo.org/id/code/abaz1241> lvont:means <http://lexvo.org/id/iso639-3/abq> .

<http://lexvo.org/id/code/abb> lvont:means <http://lexvo.org/id/iso639-3/abb>,
        <http://lexvo.org/id/iso639-3/shu> .

<http://lexvo.org/id/code/abc> lvont:means <http://lexvo.org/id/iso639-3/abc> .

<http://lexvo.org/id/code/abd> lvont:means <http://lexvo.org/id/iso639-3/abd>,
        <http://lexvo.org/id/iso639-3/abi> .

<http://lexvo.org/id/code/abe> lvont:means <http://lexvo.org/id/iso639-3/abe>,
        <http://lexvo.org/id/iso639-3/apc> .

<http://lexvo.org/id/code/abf> lvont:means <http://lexvo.org/id/iso639-3/abf> .

<http://lexvo.org/id/code/abg> lvont:means <http://lexvo.org/id/iso639-3/abg> .

<http://lexvo.org/id/code/abh> lvont:means <http://lexvo.org/id/iso639-3/abh>,
        <http://lexvo.org/id/iso639-3/abv> .

<http://lexvo.org/id/code/abi> lvont:means <http://lexvo.org/id/iso639-3/abi>,
        <http://lexvo.org/id/iso639-3/axb> .

<http://lexvo.org/id/code/abid1235> lvont:means <http://lexvo.org/id/iso639-3/abi> .

<http://lexvo.org/id/code/abip1241> lvont:means <http://lexvo.org/id/iso639-3/axb> .

<http://lexvo.org/id/code/abj> lvont:means <http://lexvo.org/id/iso639-3/abj> .

<http://lexvo.org/id/code/abk> lvont:means <http://lexvo.org/id/iso639-3/abk> .

<http://lexvo.org/id/code/abkh1244> lvont:means <http://lexvo.org/id/iso639-3/abk> .

<http://lexvo.org/id/code/abl> lvont:means <http://lexvo.org/id/iso639-3/abl> .

<http://lexvo.org/id/code/abm> lvont:means <http://lexvo.org/id/iso639-3/abm>,
        <http://lexvo.org/id/iso639-3/akz> .

<http://lexvo.org/id/code/abn> lvont:means <http://lexvo.org/id/iso639-3/abn>,
        <http://lexvo.org/id/iso639-3/ard> .

<http://lexvo.org/id/code/abo> lvont:means <http://lexvo.org/id/iso639-3/abo>,
        <http://lexvo.org/id/iso639-3/arv> .

<http://lexvo.org/id/code/abp> lvont:means <http://lexvo.org/id/iso639-3/abp> .

<http://lexvo.org/id/code/abq> lvont:means <http://lexvo.org/id/iso639-3/abq> .

<http://lexvo.org/id/code/abr> lvont:means <http://lexvo.org/id/iso639-3/abr> .

<http://lexvo.org/id/code/abs> lvont:means <http://lexvo.org/id/iso639-3/abs> .

<http://lexvo.org/id/code/abt> lvont:means <http://lexvo.org/id/iso639-3/abt> .

<http://lexvo.org/id/code/abu> lvont:means <http://lexvo.org/id/iso639-3/abu>,
        <http://lexvo.org/id/iso639-3/kgr> .

<http://lexvo.org/id/code/abun1252> lvont:means <http://lexvo.org/id/iso639-3/kgr> .

<http://lexvo.org/id/code/abv> lvont:means <http://lexvo.org/id/iso639-3/abv> .

<http://lexvo.org/id/code/abw> lvont:means <http://lexvo.org/id/iso639-3/abe>,
        <http://lexvo.org/id/iso639-3/abw> .

<http://lexvo.org/id/code/abx> lvont:means <http://lexvo.org/id/iso639-3/abx> .

<http://lexvo.org/id/code/aby> lvont:means <http://lexvo.org/id/iso639-3/aby> .

<http://lexvo.org/id/code/abz> lvont:means <http://lexvo.org/id/iso639-3/abq>,
        <http://lexvo.org/id/iso639-3/abz> .

<http://lexvo.org/id/code/aca> lvont:means <http://lexvo.org/id/iso639-3/aca> .

<http://lexvo.org/id/code/acat1239> lvont:means <http://lexvo.org/id/iso639-3/tpx> .

<http://lexvo.org/id/code/acb> lvont:means <http://lexvo.org/id/iso639-3/acb> .

<http://lexvo.org/id/code/acd> lvont:means <http://lexvo.org/id/iso639-3/acd> .

<http://lexvo.org/id/code/ace> lvont:means <http://lexvo.org/id/iso639-3/ace> .

<http://lexvo.org/id/code/acf> lvont:means <http://lexvo.org/id/iso639-3/acf> .

<http://lexvo.org/id/code/acg> lvont:means <http://lexvo.org/id/iso639-3/aca> .

<http://lexvo.org/id/code/ach> lvont:means <http://lexvo.org/id/iso639-3/ach>,
        <http://lexvo.org/id/iso639-3/guq> .

<http://lexvo.org/id/code/acha1249> lvont:means <http://lexvo.org/id/iso639-3/acn> .

<http://lexvo.org/id/code/acha1250> lvont:means <http://lexvo.org/id/iso639-3/aca> .

<http://lexvo.org/id/code/ache1246> lvont:means <http://lexvo.org/id/iso639-3/guq> .

<http://lexvo.org/id/code/achi1257> lvont:means <http://lexvo.org/id/iso639-3/ace> .

<http://lexvo.org/id/code/achu1247> lvont:means <http://lexvo.org/id/iso639-3/acv> .

<http://lexvo.org/id/code/achu1248> lvont:means <http://lexvo.org/id/iso639-3/acu> .

<http://lexvo.org/id/code/aci> lvont:means <http://lexvo.org/id/iso639-3/aci> .

<http://lexvo.org/id/code/ack> lvont:means <http://lexvo.org/id/iso639-3/ack> .

<http://lexvo.org/id/code/acl> lvont:means <http://lexvo.org/id/iso639-3/ach>,
        <http://lexvo.org/id/iso639-3/acl> .

<http://lexvo.org/id/code/acm> lvont:means <http://lexvo.org/id/iso639-3/acm>,
        <http://lexvo.org/id/iso639-3/acv> .

<http://lexvo.org/id/code/acn> lvont:means <http://lexvo.org/id/iso639-3/acn> .

<http://lexvo.org/id/code/aco> lvont:means <http://lexvo.org/id/iso639-3/kjq> .

<http://lexvo.org/id/code/acol1236> lvont:means <http://lexvo.org/id/iso639-3/ach> .

<http://lexvo.org/id/code/acp> lvont:means <http://lexvo.org/id/iso639-3/acp> .

<http://lexvo.org/id/code/acq> lvont:means <http://lexvo.org/id/iso639-3/acq> .

<http://lexvo.org/id/code/acr> lvont:means <http://lexvo.org/id/iso639-3/acr> .

<http://lexvo.org/id/code/acs> lvont:means <http://lexvo.org/id/iso639-3/acs> .

<http://lexvo.org/id/code/act> lvont:means <http://lexvo.org/id/iso639-3/act> .

<http://lexvo.org/id/code/acu> lvont:means <http://lexvo.org/id/iso639-3/acu> .

<http://lexvo.org/id/code/acv> lvont:means <http://lexvo.org/id/iso639-3/acv> .

<http://lexvo.org/id/code/acw> lvont:means <http://lexvo.org/id/iso639-3/acw> .

<http://lexvo.org/id/code/acx> lvont:means <http://lexvo.org/id/iso639-3/acx> .

<http://lexvo.org/id/code/acy> lvont:means <http://lexvo.org/id/iso639-3/acy> .

<http://lexvo.org/id/code/acz> lvont:means <http://lexvo.org/id/iso639-3/acz> .

<http://lexvo.org/id/code/ada> lvont:means <http://lexvo.org/id/iso639-3/ada>,
        <http://lexvo.org/id/iso639-3/ads> .

<http://lexvo.org/id/code/adam1238> lvont:means <http://lexvo.org/id/iso639-3/ads> .

<http://lexvo.org/id/code/adam1253> lvont:means <http://lexvo.org/id/iso639-3/fub> .

<http://lexvo.org/id/code/adb> lvont:means <http://lexvo.org/id/iso639-3/adb> .

<http://lexvo.org/id/code/add> lvont:means <http://lexvo.org/id/iso639-3/add> .

<http://lexvo.org/id/code/ade> lvont:means <http://lexvo.org/id/iso639-3/ade> .

<http://lexvo.org/id/code/adf> lvont:means <http://lexvo.org/id/iso639-3/adf> .

<http://lexvo.org/id/code/adg> lvont:means <http://lexvo.org/id/iso639-3/adg> .

<http://lexvo.org/id/code/adh> lvont:means <http://lexvo.org/id/iso639-3/adh> .

<http://lexvo.org/id/code/adi> lvont:means <http://lexvo.org/id/iso639-3/adi>,
        <http://lexvo.org/id/iso639-3/adj> .

<http://lexvo.org/id/code/adio1239> lvont:means <http://lexvo.org/id/iso639-3/adj> .

<http://lexvo.org/id/code/adiv1239> lvont:means <http://lexvo.org/id/iso639-3/ort> .

<http://lexvo.org/id/code/adj> lvont:means <http://lexvo.org/id/iso639-3/adj> .

<http://lexvo.org/id/code/adk> lvont:means <http://lexvo.org/id/iso639-3/ano> .

<http://lexvo.org/id/code/adl> lvont:means <http://lexvo.org/id/iso639-3/adl> .

<http://lexvo.org/id/code/adn> lvont:means <http://lexvo.org/id/iso639-3/adn>,
        <http://lexvo.org/id/iso639-3/adt> .

<http://lexvo.org/id/code/adny1235> lvont:means <http://lexvo.org/id/iso639-3/adt> .

<http://lexvo.org/id/code/ado> lvont:means <http://lexvo.org/id/iso639-3/ado> .

<http://lexvo.org/id/code/adp> lvont:means <http://lexvo.org/id/iso639-3/adp> .

<http://lexvo.org/id/code/adq> lvont:means <http://lexvo.org/id/iso639-3/adq> .

<http://lexvo.org/id/code/adr> lvont:means <http://lexvo.org/id/iso639-3/adr> .

<http://lexvo.org/id/code/ads> lvont:means <http://lexvo.org/id/iso639-3/ads> .

<http://lexvo.org/id/code/adt> lvont:means <http://lexvo.org/id/iso639-3/adt>,
        <http://lexvo.org/id/iso639-3/ady> .

<http://lexvo.org/id/code/adu> lvont:means <http://lexvo.org/id/iso639-3/adu> .

<http://lexvo.org/id/code/adw> lvont:means <http://lexvo.org/id/iso639-3/adw> .

<http://lexvo.org/id/code/adx> lvont:means <http://lexvo.org/id/iso639-3/adx> .

<http://lexvo.org/id/code/ady> lvont:means <http://lexvo.org/id/iso639-3/ady> .

<http://lexvo.org/id/code/adyg1241> lvont:means <http://lexvo.org/id/iso639-3/ady> .

<http://lexvo.org/id/code/adz> lvont:means <http://lexvo.org/id/iso639-3/adz> .

<http://lexvo.org/id/code/ae> lvont:means <http://lexvo.org/id/iso639-3/ave> .

<http://lexvo.org/id/code/aea> lvont:means <http://lexvo.org/id/iso639-3/aea>,
        <http://lexvo.org/id/iso639-3/ale> .

<http://lexvo.org/id/code/aeb> lvont:means <http://lexvo.org/id/iso639-3/aeb> .

<http://lexvo.org/id/code/aec> lvont:means <http://lexvo.org/id/iso639-3/aec> .

<http://lexvo.org/id/code/aed> lvont:means <http://lexvo.org/id/iso639-3/aed> .

<http://lexvo.org/id/code/aee> lvont:means <http://lexvo.org/id/iso639-3/aee> .

<http://lexvo.org/id/code/aeg> lvont:means <http://lexvo.org/id/iso639-3/arz> .

<http://lexvo.org/id/code/aek> lvont:means <http://lexvo.org/id/iso639-3/aek> .

<http://lexvo.org/id/code/aeky1238> lvont:means <http://lexvo.org/id/iso639-3/awi> .

<http://lexvo.org/id/code/ael> lvont:means <http://lexvo.org/id/iso639-3/ael>,
        <http://lexvo.org/id/iso639-3/ayl> .

<http://lexvo.org/id/code/aem> lvont:means <http://lexvo.org/id/iso639-3/aem> .

<http://lexvo.org/id/code/aen> lvont:means <http://lexvo.org/id/iso639-3/aen> .

<http://lexvo.org/id/code/aeq> lvont:means <http://lexvo.org/id/iso639-3/aeq> .

<http://lexvo.org/id/code/aer> lvont:means <http://lexvo.org/id/iso639-3/aer> .

<http://lexvo.org/id/code/aes> lvont:means <http://lexvo.org/id/iso639-3/aes> .

<http://lexvo.org/id/code/aeu> lvont:means <http://lexvo.org/id/iso639-3/aeu> .

<http://lexvo.org/id/code/aew> lvont:means <http://lexvo.org/id/iso639-3/aew> .

<http://lexvo.org/id/code/aey> lvont:means <http://lexvo.org/id/iso639-3/aey> .

<http://lexvo.org/id/code/aez> lvont:means <http://lexvo.org/id/iso639-3/aez> .

<http://lexvo.org/id/code/af> lvont:means <http://lexvo.org/id/iso639-3/afr> .

<http://lexvo.org/id/code/afa> lvont:means <http://lexvo.org/id/iso639-5/afa> .

<http://lexvo.org/id/code/afad1236> lvont:means <http://lexvo.org/id/iso639-3/aal> .

<http://lexvo.org/id/code/afar1241> lvont:means <http://lexvo.org/id/iso639-3/aar> .

<http://lexvo.org/id/code/afb> lvont:means <http://lexvo.org/id/iso639-3/afb> .

<http://lexvo.org/id/code/afd> lvont:means <http://lexvo.org/id/iso639-3/afd> .

<http://lexvo.org/id/code/afe> lvont:means <http://lexvo.org/id/iso639-3/afe> .

<http://lexvo.org/id/code/afg> lvont:means <http://lexvo.org/id/iso639-3/afg> .

<http://lexvo.org/id/code/afh> lvont:means <http://lexvo.org/id/iso639-3/afh> .

<http://lexvo.org/id/code/afi> lvont:means <http://lexvo.org/id/iso639-3/afi> .

<http://lexvo.org/id/code/afk> lvont:means <http://lexvo.org/id/iso639-3/afk> .

<http://lexvo.org/id/code/afn> lvont:means <http://lexvo.org/id/iso639-3/afn> .

<http://lexvo.org/id/code/afo> lvont:means <http://lexvo.org/id/iso639-3/afo> .

<http://lexvo.org/id/code/afp> lvont:means <http://lexvo.org/id/iso639-3/afp> .

<http://lexvo.org/id/code/afr> lvont:means <http://lexvo.org/id/iso639-3/afr> .

<http://lexvo.org/id/code/afri1274> lvont:means <http://lexvo.org/id/iso639-3/afr> .

<http://lexvo.org/id/code/afs> lvont:means <http://lexvo.org/id/iso639-3/afs> .

<http://lexvo.org/id/code/aft> lvont:means <http://lexvo.org/id/iso639-3/aft> .

<http://lexvo.org/id/code/afu> lvont:means <http://lexvo.org/id/iso639-3/afu> .

<http://lexvo.org/id/code/afz> lvont:means <http://lexvo.org/id/iso639-3/afz> .

<http://lexvo.org/id/code/aga> lvont:means <http://lexvo.org/id/iso639-3/aga>,
        <http://lexvo.org/id/iso639-3/agd> .

<http://lexvo.org/id/code/agar1252> lvont:means <http://lexvo.org/id/iso639-3/agd> .

<http://lexvo.org/id/code/agb> lvont:means <http://lexvo.org/id/iso639-3/agb> .

<http://lexvo.org/id/code/agc> lvont:means <http://lexvo.org/id/iso639-3/agc>,
        <http://lexvo.org/id/iso639-3/agt> .

<http://lexvo.org/id/code/agd> lvont:means <http://lexvo.org/id/iso639-3/agd> .

<http://lexvo.org/id/code/age> lvont:means <http://lexvo.org/id/iso639-3/age> .

<http://lexvo.org/id/code/agf> lvont:means <http://lexvo.org/id/iso639-3/agf> .

<http://lexvo.org/id/code/agg> lvont:means <http://lexvo.org/id/iso639-3/agg> .

<http://lexvo.org/id/code/agh> lvont:means <http://lexvo.org/id/iso639-3/agh>,
        <http://lexvo.org/id/iso639-3/agq> .

<http://lexvo.org/id/code/aghe1239> lvont:means <http://lexvo.org/id/iso639-3/agq> .

<http://lexvo.org/id/code/aghu1253> lvont:means <http://lexvo.org/id/iso639-3/agx> .

<http://lexvo.org/id/code/aghu1255> lvont:means <http://lexvo.org/id/iso639-3/ahh> .

<http://lexvo.org/id/code/agi> lvont:means <http://lexvo.org/id/iso639-3/agi> .

<http://lexvo.org/id/code/agj> lvont:means <http://lexvo.org/id/iso639-3/agj> .

<http://lexvo.org/id/code/agk> lvont:means <http://lexvo.org/id/iso639-3/agk> .

<http://lexvo.org/id/code/agl> lvont:means <http://lexvo.org/id/iso639-3/agl>,
        <http://lexvo.org/id/iso639-3/agx> .

<http://lexvo.org/id/code/agm> lvont:means <http://lexvo.org/id/iso639-3/agm> .

<http://lexvo.org/id/code/agn> lvont:means <http://lexvo.org/id/iso639-3/agn> .

<http://lexvo.org/id/code/ago> lvont:means <http://lexvo.org/id/iso639-3/ago>,
        <http://lexvo.org/id/iso639-3/aoa> .

<http://lexvo.org/id/code/agq> lvont:means <http://lexvo.org/id/iso639-3/agq> .

<http://lexvo.org/id/code/agr> lvont:means <http://lexvo.org/id/iso639-3/agr> .

<http://lexvo.org/id/code/ags> lvont:means <http://lexvo.org/id/iso639-3/ags> .

<http://lexvo.org/id/code/agt> lvont:means <http://lexvo.org/id/iso639-3/agt> .

<http://lexvo.org/id/code/agu> lvont:means <http://lexvo.org/id/iso639-3/agu> .

<http://lexvo.org/id/code/agua1252> lvont:means <http://lexvo.org/id/iso639-3/agu> .

<http://lexvo.org/id/code/agua1253> lvont:means <http://lexvo.org/id/iso639-3/agr> .

<http://lexvo.org/id/code/agv> lvont:means <http://lexvo.org/id/iso639-3/agv> .

<http://lexvo.org/id/code/agw> lvont:means <http://lexvo.org/id/iso639-3/agw>,
        <http://lexvo.org/id/iso639-3/wbj> .

<http://lexvo.org/id/code/agx> lvont:means <http://lexvo.org/id/iso639-3/agx> .

<http://lexvo.org/id/code/agy> lvont:means <http://lexvo.org/id/iso639-3/agy> .

<http://lexvo.org/id/code/agz> lvont:means <http://lexvo.org/id/iso639-3/agz> .

<http://lexvo.org/id/code/aha> lvont:means <http://lexvo.org/id/iso639-3/aha> .

<http://lexvo.org/id/code/ahb> lvont:means <http://lexvo.org/id/iso639-3/ahb> .

<http://lexvo.org/id/code/ahg> lvont:means <http://lexvo.org/id/iso639-3/ahg> .

<http://lexvo.org/id/code/ahh> lvont:means <http://lexvo.org/id/iso639-3/ahh> .

<http://lexvo.org/id/code/ahi> lvont:means <http://lexvo.org/id/iso639-3/ahi> .

<http://lexvo.org/id/code/ahk> lvont:means <http://lexvo.org/id/iso639-3/ahk> .

<http://lexvo.org/id/code/ahl> lvont:means <http://lexvo.org/id/iso639-3/ahl> .

<http://lexvo.org/id/code/ahm> lvont:means <http://lexvo.org/id/iso639-3/ahm> .

<http://lexvo.org/id/code/ahn> lvont:means <http://lexvo.org/id/iso639-3/ahn> .

<http://lexvo.org/id/code/aho> lvont:means <http://lexvo.org/id/iso639-3/aho>,
        <http://lexvo.org/id/iso639-3/arp> .

<http://lexvo.org/id/code/ahp> lvont:means <http://lexvo.org/id/iso639-3/ahp> .

<http://lexvo.org/id/code/ahr> lvont:means <http://lexvo.org/id/iso639-3/ahr> .

<http://lexvo.org/id/code/ahs> lvont:means <http://lexvo.org/id/iso639-3/ahs>,
        <http://lexvo.org/id/iso639-3/mey> .

<http://lexvo.org/id/code/aht> lvont:means <http://lexvo.org/id/iso639-3/aht> .

<http://lexvo.org/id/code/ahte1237> lvont:means <http://lexvo.org/id/iso639-3/aht> .

<http://lexvo.org/id/code/ahu> lvont:means <http://lexvo.org/id/iso639-3/ahh> .

<http://lexvo.org/id/code/aia> lvont:means <http://lexvo.org/id/iso639-3/aia> .

<http://lexvo.org/id/code/aib> lvont:means <http://lexvo.org/id/iso639-3/aib> .

<http://lexvo.org/id/code/aic> lvont:means <http://lexvo.org/id/iso639-3/aic> .

<http://lexvo.org/id/code/aid> lvont:means <http://lexvo.org/id/iso639-3/aid> .

<http://lexvo.org/id/code/aie> lvont:means <http://lexvo.org/id/iso639-3/aie> .

<http://lexvo.org/id/code/aif> lvont:means <http://lexvo.org/id/iso639-3/aif> .

<http://lexvo.org/id/code/aig> lvont:means <http://lexvo.org/id/iso639-3/aig> .

<http://lexvo.org/id/code/aih> lvont:means <http://lexvo.org/id/iso639-3/aih> .

<http://lexvo.org/id/code/aii> lvont:means <http://lexvo.org/id/iso639-3/aii> .

<http://lexvo.org/id/code/aij> lvont:means <http://lexvo.org/id/iso639-3/aij> .

<http://lexvo.org/id/code/aik> lvont:means <http://lexvo.org/id/iso639-3/aik>,
        <http://lexvo.org/id/iso639-3/tba> .

<http://lexvo.org/id/code/aika1237> lvont:means <http://lexvo.org/id/iso639-3/tba> .

<http://lexvo.org/id/code/ail> lvont:means <http://lexvo.org/id/iso639-3/ail> .

<http://lexvo.org/id/code/aim> lvont:means <http://lexvo.org/id/iso639-3/aim> .

<http://lexvo.org/id/code/ain> lvont:means <http://lexvo.org/id/iso639-3/ain> .

<http://lexvo.org/id/code/ainu1240> lvont:means <http://lexvo.org/id/iso639-3/ain> .

<http://lexvo.org/id/code/ainu1251> lvont:means <http://lexvo.org/id/iso639-3/aib> .

<http://lexvo.org/id/code/aio> lvont:means <http://lexvo.org/id/iso639-3/aio> .

<http://lexvo.org/id/code/aip> lvont:means <http://lexvo.org/id/iso639-3/aip> .

<http://lexvo.org/id/code/aiq> lvont:means <http://lexvo.org/id/iso639-3/aiq> .

<http://lexvo.org/id/code/air> lvont:means <http://lexvo.org/id/iso639-3/air> .

<http://lexvo.org/id/code/ais> lvont:means <http://lexvo.org/id/iso639-3/ais> .

<http://lexvo.org/id/code/ait> lvont:means <http://lexvo.org/id/iso639-3/ait> .

<http://lexvo.org/id/code/aiw> lvont:means <http://lexvo.org/id/iso639-3/aiw> .

<http://lexvo.org/id/code/aix> lvont:means <http://lexvo.org/id/iso639-3/aix> .

<http://lexvo.org/id/code/aiy> lvont:means <http://lexvo.org/id/iso639-3/aiy> .

<http://lexvo.org/id/code/aiz> lvont:means <http://lexvo.org/id/iso639-3/ahp> .

<http://lexvo.org/id/code/aja> lvont:means <http://lexvo.org/id/iso639-3/aja> .

<http://lexvo.org/id/code/ajas1235> lvont:means <http://lexvo.org/id/iso639-3/aja> .

<http://lexvo.org/id/code/ajg> lvont:means <http://lexvo.org/id/iso639-3/ajg> .

<http://lexvo.org/id/code/aji> lvont:means <http://lexvo.org/id/iso639-3/aji> .

<http://lexvo.org/id/code/ajie1238> lvont:means <http://lexvo.org/id/iso639-3/aji> .

<http://lexvo.org/id/code/ajn> lvont:means <http://lexvo.org/id/iso639-3/ajn> .

<http://lexvo.org/id/code/ajp> lvont:means <http://lexvo.org/id/iso639-3/ajp> .

<http://lexvo.org/id/code/ajt> lvont:means <http://lexvo.org/id/iso639-3/ajt> .

<http://lexvo.org/id/code/aju> lvont:means <http://lexvo.org/id/iso639-3/aju> .

<http://lexvo.org/id/code/ajw> lvont:means <http://lexvo.org/id/iso639-3/ajw> .

<http://lexvo.org/id/code/ajz> lvont:means <http://lexvo.org/id/iso639-3/ajz> .

<http://lexvo.org/id/code/ak> lvont:means <http://lexvo.org/id/iso639-3/aka> .

<http://lexvo.org/id/code/aka> lvont:means <http://lexvo.org/id/iso639-3/aka>,
        <http://lexvo.org/id/iso639-3/axk> .

<http://lexvo.org/id/code/akab1249> lvont:means <http://lexvo.org/id/iso639-3/abj> .

<http://lexvo.org/id/code/akac1240> lvont:means <http://lexvo.org/id/iso639-3/aci> .

<http://lexvo.org/id/code/akak1252> lvont:means <http://lexvo.org/id/iso639-3/akx> .

<http://lexvo.org/id/code/akan1250> lvont:means <http://lexvo.org/id/iso639-3/aka> .

<http://lexvo.org/id/code/akaw1239> lvont:means <http://lexvo.org/id/iso639-3/ake> .

<http://lexvo.org/id/code/akb> lvont:means <http://lexvo.org/id/iso639-3/abj>,
        <http://lexvo.org/id/iso639-3/akb> .

<http://lexvo.org/id/code/akc> lvont:means <http://lexvo.org/id/iso639-3/aci>,
        <http://lexvo.org/id/iso639-3/akc> .

<http://lexvo.org/id/code/akd> lvont:means <http://lexvo.org/id/iso639-3/akd> .

<http://lexvo.org/id/code/ake> lvont:means <http://lexvo.org/id/iso639-3/ake> .

<http://lexvo.org/id/code/akf> lvont:means <http://lexvo.org/id/iso639-3/akf> .

<http://lexvo.org/id/code/akg> lvont:means <http://lexvo.org/id/iso639-3/akg> .

<http://lexvo.org/id/code/akh> lvont:means <http://lexvo.org/id/iso639-3/ahk>,
        <http://lexvo.org/id/iso639-3/akh> .

<http://lexvo.org/id/code/akha1245> lvont:means <http://lexvo.org/id/iso639-3/ahk> .

<http://lexvo.org/id/code/akhv1239> lvont:means <http://lexvo.org/id/iso639-3/akv> .

<http://lexvo.org/id/code/aki> lvont:means <http://lexvo.org/id/iso639-3/aki> .

<http://lexvo.org/id/code/akj> lvont:means <http://lexvo.org/id/iso639-3/akj> .

<http://lexvo.org/id/code/akk> lvont:means <http://lexvo.org/id/iso639-3/akk>,
        <http://lexvo.org/id/iso639-3/akx> .

<http://lexvo.org/id/code/akl> lvont:means <http://lexvo.org/id/iso639-3/akl> .

<http://lexvo.org/id/code/akla1241> lvont:means <http://lexvo.org/id/iso639-3/akl> .

<http://lexvo.org/id/code/akm> lvont:means <http://lexvo.org/id/iso639-3/akm> .

<http://lexvo.org/id/code/akn> lvont:means <http://lexvo.org/id/iso639-3/aka> .

<http://lexvo.org/id/code/ako> lvont:means <http://lexvo.org/id/iso639-3/acy>,
        <http://lexvo.org/id/iso639-3/ako> .

<http://lexvo.org/id/code/akp> lvont:means <http://lexvo.org/id/iso639-3/akp> .

<http://lexvo.org/id/code/akq> lvont:means <http://lexvo.org/id/iso639-3/akq> .

<http://lexvo.org/id/code/akr> lvont:means <http://lexvo.org/id/iso639-3/akr>,
        <http://lexvo.org/id/iso639-3/ari> .

<http://lexvo.org/id/code/aks> lvont:means <http://lexvo.org/id/iso639-3/aks> .

<http://lexvo.org/id/code/akt> lvont:means <http://lexvo.org/id/iso639-3/akt> .

<http://lexvo.org/id/code/aku> lvont:means <http://lexvo.org/id/iso639-3/aku> .

<http://lexvo.org/id/code/akv> lvont:means <http://lexvo.org/id/iso639-3/akv> .

<http://lexvo.org/id/code/akw> lvont:means <http://lexvo.org/id/iso639-3/ake>,
        <http://lexvo.org/id/iso639-3/akw> .

<http://lexvo.org/id/code/akx> lvont:means <http://lexvo.org/id/iso639-3/akx> .

<http://lexvo.org/id/code/aky> lvont:means <http://lexvo.org/id/iso639-3/aky> .

<http://lexvo.org/id/code/akz> lvont:means <http://lexvo.org/id/iso639-3/akz> .

<http://lexvo.org/id/code/ala> lvont:means <http://lexvo.org/id/iso639-3/ala>,
        <http://lexvo.org/id/iso639-3/amp> .

<http://lexvo.org/id/code/alab1237> lvont:means <http://lexvo.org/id/iso639-3/akz> .

<http://lexvo.org/id/code/alac1244> lvont:means <http://lexvo.org/id/iso639-3/mim> .

<http://lexvo.org/id/code/alag1248> lvont:means <http://lexvo.org/id/iso639-3/wbj> .

<http://lexvo.org/id/code/alam1246> lvont:means <http://lexvo.org/id/iso639-3/amp> .

<http://lexvo.org/id/code/alaw1244> lvont:means <http://lexvo.org/id/iso639-3/alh> .

<http://lexvo.org/id/code/alb> lvont:means <http://lexvo.org/id/iso639-3/sqi> .

<http://lexvo.org/id/code/alc> lvont:means <http://lexvo.org/id/iso639-3/alc> .

<http://lexvo.org/id/code/ald> lvont:means <http://lexvo.org/id/iso639-3/ald> .

<http://lexvo.org/id/code/ale> lvont:means <http://lexvo.org/id/iso639-3/ale> .

<http://lexvo.org/id/code/alek1238> lvont:means <http://lexvo.org/id/iso639-3/gah> .

<http://lexvo.org/id/code/aleu1260> lvont:means <http://lexvo.org/id/iso639-3/ale> .

<http://lexvo.org/id/code/alf> lvont:means <http://lexvo.org/id/iso639-3/alf> .

<http://lexvo.org/id/code/alg> lvont:means <http://lexvo.org/id/iso639-3/alq>,
        <http://lexvo.org/id/iso639-5/alg> .

<http://lexvo.org/id/code/algo1255> lvont:means <http://lexvo.org/id/iso639-3/alq> .

<http://lexvo.org/id/code/alh> lvont:means <http://lexvo.org/id/iso639-3/alh> .

<http://lexvo.org/id/code/ali> lvont:means <http://lexvo.org/id/iso639-3/ali> .

<http://lexvo.org/id/code/alj> lvont:means <http://lexvo.org/id/iso639-3/alj> .

<http://lexvo.org/id/code/alk> lvont:means <http://lexvo.org/id/iso639-3/alk>,
        <http://lexvo.org/id/iso639-3/apr> .

<http://lexvo.org/id/code/all> lvont:means <http://lexvo.org/id/iso639-3/all>,
        <http://lexvo.org/id/iso639-3/nrz> .

<http://lexvo.org/id/code/alla1248> lvont:means <http://lexvo.org/id/iso639-3/ald> .

<http://lexvo.org/id/code/alm> lvont:means <http://lexvo.org/id/iso639-3/alm> .

<http://lexvo.org/id/code/aln> lvont:means <http://lexvo.org/id/iso639-3/aln>,
        <http://lexvo.org/id/iso639-3/alp> .

<http://lexvo.org/id/code/alo> lvont:means <http://lexvo.org/id/iso639-3/alo> .

<http://lexvo.org/id/code/alp> lvont:means <http://lexvo.org/id/iso639-3/alp> .

<http://lexvo.org/id/code/alq> lvont:means <http://lexvo.org/id/iso639-3/alq> .

<http://lexvo.org/id/code/alr> lvont:means <http://lexvo.org/id/iso639-3/alr> .

<http://lexvo.org/id/code/als> lvont:means <http://lexvo.org/id/iso639-3/aes>,
        <http://lexvo.org/id/iso639-3/als> .

<http://lexvo.org/id/code/alse1251> lvont:means <http://lexvo.org/id/iso639-3/aes> .

<http://lexvo.org/id/code/alt> lvont:means <http://lexvo.org/id/iso639-3/alt>,
        <http://lexvo.org/id/iso639-3/gsw> .

<http://lexvo.org/id/code/alu> lvont:means <http://lexvo.org/id/iso639-3/alr>,
        <http://lexvo.org/id/iso639-3/alu> .

<http://lexvo.org/id/code/alun1238> lvont:means <http://lexvo.org/id/iso639-3/alp> .

<http://lexvo.org/id/code/alut1245> lvont:means <http://lexvo.org/id/iso639-3/alr> .

<http://lexvo.org/id/code/alv> lvont:means <http://lexvo.org/id/iso639-5/alv> .

<http://lexvo.org/id/code/alw> lvont:means <http://lexvo.org/id/iso639-3/alh>,
        <http://lexvo.org/id/iso639-3/alw> .

<http://lexvo.org/id/code/alx> lvont:means <http://lexvo.org/id/iso639-3/alx>,
        <http://lexvo.org/id/iso639-3/btz> .

<http://lexvo.org/id/code/aly> lvont:means <http://lexvo.org/id/iso639-3/aly> .

<http://lexvo.org/id/code/alya1239> lvont:means <http://lexvo.org/id/iso639-3/aly> .

<http://lexvo.org/id/code/alz> lvont:means <http://lexvo.org/id/iso639-3/alz> .

<http://lexvo.org/id/code/am> lvont:means <http://lexvo.org/id/iso639-3/amh> .

<http://lexvo.org/id/code/ama> lvont:means <http://lexvo.org/id/iso639-3/aie>,
        <http://lexvo.org/id/iso639-3/ama> .

<http://lexvo.org/id/code/amah1246> lvont:means <http://lexvo.org/id/iso639-3/amc> .

<http://lexvo.org/id/code/aman1265> lvont:means <http://lexvo.org/id/iso639-3/amn> .

<http://lexvo.org/id/code/amar1272> lvont:means <http://lexvo.org/id/iso639-3/aie> .

<http://lexvo.org/id/code/amar1274> lvont:means <http://lexvo.org/id/iso639-3/amr> .

<http://lexvo.org/id/code/amas1236> lvont:means <http://lexvo.org/id/iso639-3/nyi> .

<http://lexvo.org/id/code/amb> lvont:means <http://lexvo.org/id/iso639-3/abt>,
        <http://lexvo.org/id/iso639-3/amb> .

<http://lexvo.org/id/code/amba1265> lvont:means <http://lexvo.org/id/iso639-3/amk> .

<http://lexvo.org/id/code/ambu1247> lvont:means <http://lexvo.org/id/iso639-3/abt> .

<http://lexvo.org/id/code/amc> lvont:means <http://lexvo.org/id/iso639-3/amc> .

<http://lexvo.org/id/code/amd> lvont:means <http://lexvo.org/id/iso639-3/adx> .

<http://lexvo.org/id/code/amdo1237> lvont:means <http://lexvo.org/id/iso639-3/adx> .

<http://lexvo.org/id/code/ame> lvont:means <http://lexvo.org/id/iso639-3/aey>,
        <http://lexvo.org/id/iso639-3/ame> .

<http://lexvo.org/id/code/amel1241> lvont:means <http://lexvo.org/id/iso639-3/aey> .

<http://lexvo.org/id/code/amer1248> lvont:means <http://lexvo.org/id/iso639-3/ase> .

<http://lexvo.org/id/code/amf> lvont:means <http://lexvo.org/id/iso639-3/amf> .

<http://lexvo.org/id/code/amg> lvont:means <http://lexvo.org/id/iso639-3/amg> .

<http://lexvo.org/id/code/amh> lvont:means <http://lexvo.org/id/iso639-3/amh> .

<http://lexvo.org/id/code/amha1245> lvont:means <http://lexvo.org/id/iso639-3/amh> .

<http://lexvo.org/id/code/ami> lvont:means <http://lexvo.org/id/iso639-3/ami> .

<http://lexvo.org/id/code/amii1238> lvont:means <http://lexvo.org/id/iso639-3/amy> .

<http://lexvo.org/id/code/amis1246> lvont:means <http://lexvo.org/id/iso639-3/ami> .

<http://lexvo.org/id/code/amj> lvont:means <http://lexvo.org/id/iso639-3/amj> .

<http://lexvo.org/id/code/amk> lvont:means <http://lexvo.org/id/iso639-3/amk>,
        <http://lexvo.org/id/iso639-3/amr> .

<http://lexvo.org/id/code/aml> lvont:means <http://lexvo.org/id/iso639-3/aml>,
        <http://lexvo.org/id/iso639-3/omb> .

<http://lexvo.org/id/code/amm> lvont:means <http://lexvo.org/id/iso639-3/amm> .

<http://lexvo.org/id/code/amn> lvont:means <http://lexvo.org/id/iso639-3/amn> .

<http://lexvo.org/id/code/amo> lvont:means <http://lexvo.org/id/iso639-3/amo> .

<http://lexvo.org/id/code/amoo1242> lvont:means <http://lexvo.org/id/iso639-3/amo> .

<http://lexvo.org/id/code/amp> lvont:means <http://lexvo.org/id/iso639-3/aer>,
        <http://lexvo.org/id/iso639-3/amp> .

<http://lexvo.org/id/code/amq> lvont:means <http://lexvo.org/id/iso639-3/amk>,
        <http://lexvo.org/id/iso639-3/amq> .

<http://lexvo.org/id/code/amr> lvont:means <http://lexvo.org/id/iso639-3/amr>,
        <http://lexvo.org/id/iso639-3/ary> .

<http://lexvo.org/id/code/ams> lvont:means <http://lexvo.org/id/iso639-3/ams>,
        <http://lexvo.org/id/iso639-3/arb> .

<http://lexvo.org/id/code/amt> lvont:means <http://lexvo.org/id/iso639-3/amt> .

<http://lexvo.org/id/code/amu> lvont:means <http://lexvo.org/id/iso639-3/ame>,
        <http://lexvo.org/id/iso639-3/amu> .

<http://lexvo.org/id/code/amv> lvont:means <http://lexvo.org/id/iso639-3/amv> .

<http://lexvo.org/id/code/amw> lvont:means <http://lexvo.org/id/iso639-3/amw> .

<http://lexvo.org/id/code/amx> lvont:means <http://lexvo.org/id/iso639-3/amx>,
        <http://lexvo.org/id/iso639-3/imi> .

<http://lexvo.org/id/code/amy> lvont:means <http://lexvo.org/id/iso639-3/amy> .

<http://lexvo.org/id/code/amz> lvont:means <http://lexvo.org/id/iso639-3/amu>,
        <http://lexvo.org/id/iso639-3/amz> .

<http://lexvo.org/id/code/an> lvont:means <http://lexvo.org/id/iso639-3/arg> .

<http://lexvo.org/id/code/ana> lvont:means <http://lexvo.org/id/iso639-3/ana>,
        <http://lexvo.org/id/iso639-3/aro> .

<http://lexvo.org/id/code/anam1248> lvont:means <http://lexvo.org/id/iso639-3/imi> .

<http://lexvo.org/id/code/anb> lvont:means <http://lexvo.org/id/iso639-3/anb> .

<http://lexvo.org/id/code/anc> lvont:means <http://lexvo.org/id/iso639-3/anc> .

<http://lexvo.org/id/code/and> lvont:means <http://lexvo.org/id/iso639-3/and> .

<http://lexvo.org/id/code/andi1255> lvont:means <http://lexvo.org/id/iso639-3/ani> .

<http://lexvo.org/id/code/ando1256> lvont:means <http://lexvo.org/id/iso639-3/ano> .

<http://lexvo.org/id/code/ane> lvont:means <http://lexvo.org/id/iso639-3/ane>,
        <http://lexvo.org/id/iso639-3/anz> .

<http://lexvo.org/id/code/anei1239> lvont:means <http://lexvo.org/id/iso639-3/aty> .

<http://lexvo.org/id/code/anem1249> lvont:means <http://lexvo.org/id/iso639-3/anz> .

<http://lexvo.org/id/code/anf> lvont:means <http://lexvo.org/id/iso639-3/anf> .

<http://lexvo.org/id/code/ang> lvont:means <http://lexvo.org/id/iso639-3/agg>,
        <http://lexvo.org/id/iso639-3/ang> .

<http://lexvo.org/id/code/anga1290> lvont:means <http://lexvo.org/id/iso639-3/agm> .

<http://lexvo.org/id/code/angg1239> lvont:means <http://lexvo.org/id/iso639-3/yli> .

<http://lexvo.org/id/code/ango1254> lvont:means <http://lexvo.org/id/iso639-3/agg> .

<http://lexvo.org/id/code/ango1257> lvont:means <http://lexvo.org/id/iso639-3/tnd> .

<http://lexvo.org/id/code/ango1258> lvont:means <http://lexvo.org/id/iso639-3/aoa> .

<http://lexvo.org/id/code/anh> lvont:means <http://lexvo.org/id/iso639-3/anh> .

<http://lexvo.org/id/code/ani> lvont:means <http://lexvo.org/id/iso639-3/ani>,
        <http://lexvo.org/id/iso639-3/hnh> .

<http://lexvo.org/id/code/anii1246> lvont:means <http://lexvo.org/id/iso639-3/hnh> .

<http://lexvo.org/id/code/anin1240> lvont:means <http://lexvo.org/id/iso639-3/aoi> .

<http://lexvo.org/id/code/anj> lvont:means <http://lexvo.org/id/iso639-3/anj>,
        <http://lexvo.org/id/iso639-3/aty> .

<http://lexvo.org/id/code/ank> lvont:means <http://lexvo.org/id/iso639-3/ank> .

<http://lexvo.org/id/code/anl> lvont:means <http://lexvo.org/id/iso639-3/anl>,
        <http://lexvo.org/id/iso639-3/apc> .

<http://lexvo.org/id/code/anm> lvont:means <http://lexvo.org/id/iso639-3/anm> .

<http://lexvo.org/id/code/ann> lvont:means <http://lexvo.org/id/iso639-3/ann>,
        <http://lexvo.org/id/iso639-3/aoi> .

<http://lexvo.org/id/code/ano> lvont:means <http://lexvo.org/id/iso639-3/ano>,
        <http://lexvo.org/id/iso639-3/nun> .

<http://lexvo.org/id/code/anp> lvont:means <http://lexvo.org/id/iso639-3/anp> .

<http://lexvo.org/id/code/anq> lvont:means <http://lexvo.org/id/iso639-3/anq> .

<http://lexvo.org/id/code/anr> lvont:means <http://lexvo.org/id/iso639-3/anr> .

<http://lexvo.org/id/code/ans> lvont:means <http://lexvo.org/id/iso639-3/ans> .

<http://lexvo.org/id/code/ant> lvont:means <http://lexvo.org/id/iso639-3/agm>,
        <http://lexvo.org/id/iso639-3/ant> .

<http://lexvo.org/id/code/anu> lvont:means <http://lexvo.org/id/iso639-3/anu>,
        <http://lexvo.org/id/iso639-3/cko> .

<http://lexvo.org/id/code/anua1242> lvont:means <http://lexvo.org/id/iso639-3/anu> .

<http://lexvo.org/id/code/anuf1239> lvont:means <http://lexvo.org/id/iso639-3/cko> .

<http://lexvo.org/id/code/anv> lvont:means <http://lexvo.org/id/iso639-3/anv> .

<http://lexvo.org/id/code/anw> lvont:means <http://lexvo.org/id/iso639-3/anw> .

<http://lexvo.org/id/code/anx> lvont:means <http://lexvo.org/id/iso639-3/ani>,
        <http://lexvo.org/id/iso639-3/anx> .

<http://lexvo.org/id/code/any> lvont:means <http://lexvo.org/id/iso639-3/anu>,
        <http://lexvo.org/id/iso639-3/any> .

<http://lexvo.org/id/code/anyi1245> lvont:means <http://lexvo.org/id/iso639-3/any> .

<http://lexvo.org/id/code/anz> lvont:means <http://lexvo.org/id/iso639-3/anz> .

<http://lexvo.org/id/code/ao> lvont:means <http://lexvo.org/id/iso639-3/njo> .

<http://lexvo.org/id/code/aoa> lvont:means <http://lexvo.org/id/iso639-3/aoa> .

<http://lexvo.org/id/code/aob> lvont:means <http://lexvo.org/id/iso639-3/aob> .

<http://lexvo.org/id/code/aoc> lvont:means <http://lexvo.org/id/iso639-3/aoc> .

<http://lexvo.org/id/code/aod> lvont:means <http://lexvo.org/id/iso639-3/aod> .

<http://lexvo.org/id/code/aoe> lvont:means <http://lexvo.org/id/iso639-3/aoe> .

<http://lexvo.org/id/code/aof> lvont:means <http://lexvo.org/id/iso639-3/aof> .

<http://lexvo.org/id/code/aog> lvont:means <http://lexvo.org/id/iso639-3/aog> .

<http://lexvo.org/id/code/aoh> lvont:means <http://lexvo.org/id/iso639-3/aoh> .

<http://lexvo.org/id/code/aoi> lvont:means <http://lexvo.org/id/iso639-3/aoi> .

<http://lexvo.org/id/code/aoj> lvont:means <http://lexvo.org/id/iso639-3/aoj> .

<http://lexvo.org/id/code/aok> lvont:means <http://lexvo.org/id/iso639-3/aok> .

<http://lexvo.org/id/code/aol> lvont:means <http://lexvo.org/id/iso639-3/aol> .

<http://lexvo.org/id/code/aom> lvont:means <http://lexvo.org/id/iso639-3/aom> .

<http://lexvo.org/id/code/aon> lvont:means <http://lexvo.org/id/iso639-3/aon> .

<http://lexvo.org/id/code/aona1235> lvont:means <http://lexvo.org/id/iso639-3/njo> .

<http://lexvo.org/id/code/aor> lvont:means <http://lexvo.org/id/iso639-3/aor> .

<http://lexvo.org/id/code/aos> lvont:means <http://lexvo.org/id/iso639-3/aos> .

<http://lexvo.org/id/code/aot> lvont:means <http://lexvo.org/id/iso639-3/aot> .

<http://lexvo.org/id/code/aou> lvont:means <http://lexvo.org/id/iso639-3/aou> .

<http://lexvo.org/id/code/aox> lvont:means <http://lexvo.org/id/iso639-3/aox> .

<http://lexvo.org/id/code/aoz> lvont:means <http://lexvo.org/id/iso639-3/aoz> .

<http://lexvo.org/id/code/apa> lvont:means <http://lexvo.org/id/iso639-3/ajp>,
        <http://lexvo.org/id/iso639-5/apa> .

<http://lexvo.org/id/code/apal1257> lvont:means <http://lexvo.org/id/iso639-3/apy> .

<http://lexvo.org/id/code/apat1240> lvont:means <http://lexvo.org/id/iso639-3/apt> .

<http://lexvo.org/id/code/apb> lvont:means <http://lexvo.org/id/iso639-3/apb> .

<http://lexvo.org/id/code/apc> lvont:means <http://lexvo.org/id/iso639-3/apc>,
        <http://lexvo.org/id/iso639-3/apm> .

<http://lexvo.org/id/code/apd> lvont:means <http://lexvo.org/id/iso639-3/apd> .

<http://lexvo.org/id/code/ape> lvont:means <http://lexvo.org/id/iso639-3/ape>,
        <http://lexvo.org/id/iso639-3/apz> .

<http://lexvo.org/id/code/apf> lvont:means <http://lexvo.org/id/iso639-3/apf> .

<http://lexvo.org/id/code/apg> lvont:means <http://lexvo.org/id/iso639-3/apg> .

<http://lexvo.org/id/code/aph> lvont:means <http://lexvo.org/id/iso639-3/aph> .

<http://lexvo.org/id/code/api> lvont:means <http://lexvo.org/id/iso639-3/api>,
        <http://lexvo.org/id/iso639-3/apn> .

<http://lexvo.org/id/code/apin1244> lvont:means <http://lexvo.org/id/iso639-3/apn> .

<http://lexvo.org/id/code/apj> lvont:means <http://lexvo.org/id/iso639-3/apj> .

<http://lexvo.org/id/code/apk> lvont:means <http://lexvo.org/id/iso639-3/apk>,
        <http://lexvo.org/id/iso639-3/apq> .

<http://lexvo.org/id/code/apl> lvont:means <http://lexvo.org/id/iso639-3/apl>,
        <http://lexvo.org/id/iso639-3/apy> .

<http://lexvo.org/id/code/apm> lvont:means <http://lexvo.org/id/iso639-3/apm> .

<http://lexvo.org/id/code/apma1241> lvont:means <http://lexvo.org/id/iso639-3/kbx> .

<http://lexvo.org/id/code/apn> lvont:means <http://lexvo.org/id/iso639-3/apn> .

<http://lexvo.org/id/code/apo> lvont:means <http://lexvo.org/id/iso639-3/apo> .

<http://lexvo.org/id/code/app> lvont:means <http://lexvo.org/id/iso639-3/app> .

<http://lexvo.org/id/code/apq> lvont:means <http://lexvo.org/id/iso639-3/apq> .

<http://lexvo.org/id/code/apr> lvont:means <http://lexvo.org/id/iso639-3/apr> .

<http://lexvo.org/id/code/apro1235> lvont:means <http://lexvo.org/id/iso639-3/ahp> .

<http://lexvo.org/id/code/aps> lvont:means <http://lexvo.org/id/iso639-3/aps> .

<http://lexvo.org/id/code/apt> lvont:means <http://lexvo.org/id/iso639-3/apt> .

<http://lexvo.org/id/code/apu> lvont:means <http://lexvo.org/id/iso639-3/apu> .

<http://lexvo.org/id/code/apuc1241> lvont:means <http://lexvo.org/id/iso639-3/apq> .

<http://lexvo.org/id/code/apur1254> lvont:means <http://lexvo.org/id/iso639-3/apu> .

<http://lexvo.org/id/code/apv> lvont:means <http://lexvo.org/id/iso639-3/apv> .

<http://lexvo.org/id/code/apw> lvont:means <http://lexvo.org/id/iso639-3/apw> .

<http://lexvo.org/id/code/apx> lvont:means <http://lexvo.org/id/iso639-3/apx> .

<http://lexvo.org/id/code/apy> lvont:means <http://lexvo.org/id/iso639-3/apy> .

<http://lexvo.org/id/code/apz> lvont:means <http://lexvo.org/id/iso639-3/apz> .

<http://lexvo.org/id/code/aqa> lvont:means <http://lexvo.org/id/iso639-5/aqa> .

<http://lexvo.org/id/code/aqc> lvont:means <http://lexvo.org/id/iso639-3/aqc> .

<http://lexvo.org/id/code/aqd> lvont:means <http://lexvo.org/id/iso639-3/aqd> .

<http://lexvo.org/id/code/aqg> lvont:means <http://lexvo.org/id/iso639-3/aqg> .

<http://lexvo.org/id/code/aql> lvont:means <http://lexvo.org/id/iso639-5/aql> .

<http://lexvo.org/id/code/aqm> lvont:means <http://lexvo.org/id/iso639-3/aqm> .

<http://lexvo.org/id/code/aqn> lvont:means <http://lexvo.org/id/iso639-3/aqn> .

<http://lexvo.org/id/code/aqp> lvont:means <http://lexvo.org/id/iso639-3/aqp> .

<http://lexvo.org/id/code/aqr> lvont:means <http://lexvo.org/id/iso639-3/aqr> .

<http://lexvo.org/id/code/aqz> lvont:means <http://lexvo.org/id/iso639-3/aqz> .

<http://lexvo.org/id/code/ar> lvont:means <http://lexvo.org/id/iso639-3/ara> .

<http://lexvo.org/id/code/ara> lvont:means <http://lexvo.org/id/iso639-3/ara>,
        <http://lexvo.org/id/iso639-3/arw> .

<http://lexvo.org/id/code/arab1267> lvont:means <http://lexvo.org/id/iso639-3/ard> .

<http://lexvo.org/id/code/arab1268> lvont:means <http://lexvo.org/id/iso639-3/arl> .

<http://lexvo.org/id/code/arak1252> lvont:means <http://lexvo.org/id/iso639-3/akr> .

<http://lexvo.org/id/code/aral1243> lvont:means <http://lexvo.org/id/iso639-3/atq> .

<http://lexvo.org/id/code/aran1237> lvont:means <http://lexvo.org/id/iso639-3/jbj> .

<http://lexvo.org/id/code/arao1248> lvont:means <http://lexvo.org/id/iso639-3/aro> .

<http://lexvo.org/id/code/arap1274> lvont:means <http://lexvo.org/id/iso639-3/arp> .

<http://lexvo.org/id/code/araw1276> lvont:means <http://lexvo.org/id/iso639-3/arw> .

<http://lexvo.org/id/code/arb> lvont:means <http://lexvo.org/id/iso639-3/arb>,
        <http://lexvo.org/id/iso639-3/arl> .

<http://lexvo.org/id/code/arbo1245> lvont:means <http://lexvo.org/id/iso639-3/arv> .

<http://lexvo.org/id/code/arc> lvont:means <http://lexvo.org/id/iso639-3/aqc>,
        <http://lexvo.org/id/iso639-3/arc> .

<http://lexvo.org/id/code/arch1244> lvont:means <http://lexvo.org/id/iso639-3/aqc> .

<http://lexvo.org/id/code/ard> lvont:means <http://lexvo.org/id/iso639-3/ard>,
        <http://lexvo.org/id/iso639-3/jbj> .

<http://lexvo.org/id/code/are> lvont:means <http://lexvo.org/id/iso639-3/are> .

<http://lexvo.org/id/code/area1240> lvont:means <http://lexvo.org/id/iso639-3/alu> .

<http://lexvo.org/id/code/arg> lvont:means <http://lexvo.org/id/iso639-3/afb>,
        <http://lexvo.org/id/iso639-3/arg> .

<http://lexvo.org/id/code/arge1236> lvont:means <http://lexvo.org/id/iso639-3/aed> .

<http://lexvo.org/id/code/arh> lvont:means <http://lexvo.org/id/iso639-3/acw>,
        <http://lexvo.org/id/iso639-3/arh> .

<http://lexvo.org/id/code/arhu1242> lvont:means <http://lexvo.org/id/iso639-3/arh> .

<http://lexvo.org/id/code/ari> lvont:means <http://lexvo.org/id/iso639-3/ari>,
        <http://lexvo.org/id/iso639-3/laz> .

<http://lexvo.org/id/code/arib1241> lvont:means <http://lexvo.org/id/iso639-3/laz> .

<http://lexvo.org/id/code/arik1262> lvont:means <http://lexvo.org/id/iso639-3/ari> .

<http://lexvo.org/id/code/arj> lvont:means <http://lexvo.org/id/iso639-3/arj> .

<http://lexvo.org/id/code/ark> lvont:means <http://lexvo.org/id/iso639-3/akr>,
        <http://lexvo.org/id/iso639-3/ark> .

<http://lexvo.org/id/code/arl> lvont:means <http://lexvo.org/id/iso639-3/apc>,
        <http://lexvo.org/id/iso639-3/arl> .

<http://lexvo.org/id/code/arm> lvont:means <http://lexvo.org/id/iso639-3/hye> .

<http://lexvo.org/id/code/arn> lvont:means <http://lexvo.org/id/iso639-3/arn>,
        <http://lexvo.org/id/iso639-3/shu> .

<http://lexvo.org/id/code/aro> lvont:means <http://lexvo.org/id/iso639-3/aia>,
        <http://lexvo.org/id/iso639-3/aro> .

<http://lexvo.org/id/code/arop1243> lvont:means <http://lexvo.org/id/iso639-3/apr> .

<http://lexvo.org/id/code/aros1241> lvont:means <http://lexvo.org/id/iso639-3/aia> .

<http://lexvo.org/id/code/arp> lvont:means <http://lexvo.org/id/iso639-3/arp> .

<http://lexvo.org/id/code/arq> lvont:means <http://lexvo.org/id/iso639-3/acm>,
        <http://lexvo.org/id/iso639-3/arq> .

<http://lexvo.org/id/code/arr> lvont:means <http://lexvo.org/id/iso639-3/arr> .

<http://lexvo.org/id/code/ars> lvont:means <http://lexvo.org/id/iso639-3/ars>,
        <http://lexvo.org/id/iso639-3/ayn> .

<http://lexvo.org/id/code/art> lvont:means <http://lexvo.org/id/iso639-5/art> .

<http://lexvo.org/id/code/aru> lvont:means <http://lexvo.org/id/iso639-3/aru> .

<http://lexvo.org/id/code/arua1260> lvont:means <http://lexvo.org/id/iso639-3/msy> .

<http://lexvo.org/id/code/arv> lvont:means <http://lexvo.org/id/iso639-3/ajp>,
        <http://lexvo.org/id/iso639-3/arv> .

<http://lexvo.org/id/code/arw> lvont:means <http://lexvo.org/id/iso639-3/arw>,
        <http://lexvo.org/id/iso639-3/hye> .

<http://lexvo.org/id/code/arx> lvont:means <http://lexvo.org/id/iso639-3/alu>,
        <http://lexvo.org/id/iso639-3/arx> .

<http://lexvo.org/id/code/ary> lvont:means <http://lexvo.org/id/iso639-3/ary> .

<http://lexvo.org/id/code/arz> lvont:means <http://lexvo.org/id/iso639-3/arz>,
        <http://lexvo.org/id/iso639-3/hye> .

<http://lexvo.org/id/code/as> lvont:means <http://lexvo.org/id/iso639-3/asm> .

<http://lexvo.org/id/code/asa> lvont:means <http://lexvo.org/id/iso639-3/asa> .

<http://lexvo.org/id/code/asb> lvont:means <http://lexvo.org/id/iso639-3/asb> .

<http://lexvo.org/id/code/asc> lvont:means <http://lexvo.org/id/iso639-3/asc> .

<http://lexvo.org/id/code/asd> lvont:means <http://lexvo.org/id/iso639-3/asd> .

<http://lexvo.org/id/code/ase> lvont:means <http://lexvo.org/id/iso639-3/ase> .

<http://lexvo.org/id/code/asf> lvont:means <http://lexvo.org/id/iso639-3/asf> .

<http://lexvo.org/id/code/asg> lvont:means <http://lexvo.org/id/iso639-3/asg> .

<http://lexvo.org/id/code/ash> lvont:means <http://lexvo.org/id/iso639-3/ady>,
        <http://lexvo.org/id/iso639-3/ash> .

<http://lexvo.org/id/code/asha1243> lvont:means <http://lexvo.org/id/iso639-3/cni> .

<http://lexvo.org/id/code/ashe1273> lvont:means <http://lexvo.org/id/iso639-3/cjo> .

<http://lexvo.org/id/code/asho1236> lvont:means <http://lexvo.org/id/iso639-3/csh> .

<http://lexvo.org/id/code/asi> lvont:means <http://lexvo.org/id/iso639-3/asi> .

<http://lexvo.org/id/code/asj> lvont:means <http://lexvo.org/id/iso639-3/asj> .

<http://lexvo.org/id/code/ask> lvont:means <http://lexvo.org/id/iso639-3/ask> .

<http://lexvo.org/id/code/asl> lvont:means <http://lexvo.org/id/iso639-3/ase>,
        <http://lexvo.org/id/iso639-3/asl> .

<http://lexvo.org/id/code/asm> lvont:means <http://lexvo.org/id/iso639-3/asm>,
        <http://lexvo.org/id/iso639-3/tml> .

<http://lexvo.org/id/code/asn> lvont:means <http://lexvo.org/id/iso639-3/asn> .

<http://lexvo.org/id/code/aso> lvont:means <http://lexvo.org/id/iso639-3/alt>,
        <http://lexvo.org/id/iso639-3/aso> .

<http://lexvo.org/id/code/asp> lvont:means <http://lexvo.org/id/iso639-3/asp> .

<http://lexvo.org/id/code/asq> lvont:means <http://lexvo.org/id/iso639-3/asq> .

<http://lexvo.org/id/code/asr> lvont:means <http://lexvo.org/id/iso639-3/asr> .

<http://lexvo.org/id/code/ass> lvont:means <http://lexvo.org/id/iso639-3/asm>,
        <http://lexvo.org/id/iso639-3/ass> .

<http://lexvo.org/id/code/assa1263> lvont:means <http://lexvo.org/id/iso639-3/asm> .

<http://lexvo.org/id/code/assa1269> lvont:means <http://lexvo.org/id/iso639-3/sjg> .

<http://lexvo.org/id/code/assy1241> lvont:means <http://lexvo.org/id/iso639-3/aii> .

<http://lexvo.org/id/code/ast> lvont:means <http://lexvo.org/id/iso639-3/ast> .

<http://lexvo.org/id/code/astu1245> lvont:means <http://lexvo.org/id/iso639-3/ast> .

<http://lexvo.org/id/code/asu> lvont:means <http://lexvo.org/id/iso639-3/asu> .

<http://lexvo.org/id/code/asue1235> lvont:means <http://lexvo.org/id/iso639-3/psa> .

<http://lexvo.org/id/code/asut1235> lvont:means <http://lexvo.org/id/iso639-3/asa> .

<http://lexvo.org/id/code/asv> lvont:means <http://lexvo.org/id/iso639-3/asv> .

<http://lexvo.org/id/code/asw> lvont:means <http://lexvo.org/id/iso639-3/asw> .

<http://lexvo.org/id/code/asx> lvont:means <http://lexvo.org/id/iso639-3/asx> .

<http://lexvo.org/id/code/asy> lvont:means <http://lexvo.org/id/iso639-3/apc>,
        <http://lexvo.org/id/iso639-3/asy> .

<http://lexvo.org/id/code/asz> lvont:means <http://lexvo.org/id/iso639-3/asz> .

<http://lexvo.org/id/code/ata> lvont:means <http://lexvo.org/id/iso639-3/ata>,
        <http://lexvo.org/id/iso639-3/tay> .

<http://lexvo.org/id/code/atak1252> lvont:means <http://lexvo.org/id/iso639-3/aqp> .

<http://lexvo.org/id/code/atat1238> lvont:means <http://lexvo.org/id/iso639-3/mib> .

<http://lexvo.org/id/code/atay1247> lvont:means <http://lexvo.org/id/iso639-3/tay> .

<http://lexvo.org/id/code/atb> lvont:means <http://lexvo.org/id/iso639-3/atb>,
        <http://lexvo.org/id/iso639-3/atq> .

<http://lexvo.org/id/code/atc> lvont:means <http://lexvo.org/id/iso639-3/atc>,
        <http://lexvo.org/id/iso639-3/upv> .

<http://lexvo.org/id/code/atd> lvont:means <http://lexvo.org/id/iso639-3/atd> .

<http://lexvo.org/id/code/ate> lvont:means <http://lexvo.org/id/iso639-3/ate> .

<http://lexvo.org/id/code/atg> lvont:means <http://lexvo.org/id/iso639-3/atg> .

<http://lexvo.org/id/code/ath> lvont:means <http://lexvo.org/id/iso639-3/aph>,
        <http://lexvo.org/id/iso639-5/ath> .

<http://lexvo.org/id/code/athp1241> lvont:means <http://lexvo.org/id/iso639-3/aph> .

<http://lexvo.org/id/code/ati> lvont:means <http://lexvo.org/id/iso639-3/ati>,
        <http://lexvo.org/id/iso639-3/atj> .

<http://lexvo.org/id/code/atik1240> lvont:means <http://lexvo.org/id/iso639-3/atj> .

<http://lexvo.org/id/code/atj> lvont:means <http://lexvo.org/id/iso639-3/atj> .

<http://lexvo.org/id/code/atk> lvont:means <http://lexvo.org/id/iso639-3/aqp>,
        <http://lexvo.org/id/iso639-3/atk> .

<http://lexvo.org/id/code/atl> lvont:means <http://lexvo.org/id/iso639-3/atl> .

<http://lexvo.org/id/code/atm> lvont:means <http://lexvo.org/id/iso639-3/atm>,
        <http://lexvo.org/id/iso639-3/kuz> .

<http://lexvo.org/id/code/atn> lvont:means <http://lexvo.org/id/iso639-3/atn> .

<http://lexvo.org/id/code/ato> lvont:means <http://lexvo.org/id/iso639-3/ato> .

<http://lexvo.org/id/code/atp> lvont:means <http://lexvo.org/id/iso639-3/atp> .

<http://lexvo.org/id/code/atq> lvont:means <http://lexvo.org/id/iso639-3/atq>,
        <http://lexvo.org/id/iso639-3/ems> .

<http://lexvo.org/id/code/atr> lvont:means <http://lexvo.org/id/iso639-3/atr> .

<http://lexvo.org/id/code/ats> lvont:means <http://lexvo.org/id/iso639-3/ats>,
        <http://lexvo.org/id/iso639-3/atw> .

<http://lexvo.org/id/code/atsu1245> lvont:means <http://lexvo.org/id/iso639-3/atw> .

<http://lexvo.org/id/code/att> lvont:means <http://lexvo.org/id/iso639-3/att> .

<http://lexvo.org/id/code/atu> lvont:means <http://lexvo.org/id/iso639-3/aeb>,
        <http://lexvo.org/id/iso639-3/atu> .

<http://lexvo.org/id/code/atv> lvont:means <http://lexvo.org/id/iso639-3/atv> .

<http://lexvo.org/id/code/atw> lvont:means <http://lexvo.org/id/iso639-3/atw> .

<http://lexvo.org/id/code/atx> lvont:means <http://lexvo.org/id/iso639-3/atx> .

<http://lexvo.org/id/code/aty> lvont:means <http://lexvo.org/id/iso639-3/aty> .

<http://lexvo.org/id/code/atz> lvont:means <http://lexvo.org/id/iso639-3/atz> .

<http://lexvo.org/id/code/atzi1235> lvont:means <http://lexvo.org/id/iso639-3/ocu> .

<http://lexvo.org/id/code/au> lvont:means <http://lexvo.org/id/iso639-3/avt> .

<http://lexvo.org/id/code/aua> lvont:means <http://lexvo.org/id/iso639-3/aua> .

<http://lexvo.org/id/code/aub> lvont:means <http://lexvo.org/id/iso639-3/aub> .

<http://lexvo.org/id/code/auc> lvont:means <http://lexvo.org/id/iso639-3/auc> .

<http://lexvo.org/id/code/aud> lvont:means <http://lexvo.org/id/iso639-3/aud> .

<http://lexvo.org/id/code/aue> lvont:means <http://lexvo.org/id/iso639-3/aue> .

<http://lexvo.org/id/code/auf> lvont:means <http://lexvo.org/id/iso639-5/auf> .

<http://lexvo.org/id/code/aug> lvont:means <http://lexvo.org/id/iso639-3/aug> .

<http://lexvo.org/id/code/auh> lvont:means <http://lexvo.org/id/iso639-3/auh> .

<http://lexvo.org/id/code/aui> lvont:means <http://lexvo.org/id/iso639-3/aui> .

<http://lexvo.org/id/code/auj> lvont:means <http://lexvo.org/id/iso639-3/auj> .

<http://lexvo.org/id/code/auk> lvont:means <http://lexvo.org/id/iso639-3/auk> .

<http://lexvo.org/id/code/aul> lvont:means <http://lexvo.org/id/iso639-3/aul> .

<http://lexvo.org/id/code/aulu1238> lvont:means <http://lexvo.org/id/iso639-3/aul> .

<http://lexvo.org/id/code/aum> lvont:means <http://lexvo.org/id/iso639-3/aum> .

<http://lexvo.org/id/code/aun> lvont:means <http://lexvo.org/id/iso639-3/aun> .

<http://lexvo.org/id/code/auo> lvont:means <http://lexvo.org/id/iso639-3/auo> .

<http://lexvo.org/id/code/aup> lvont:means <http://lexvo.org/id/iso639-3/aup> .

<http://lexvo.org/id/code/auq> lvont:means <http://lexvo.org/id/iso639-3/auq> .

<http://lexvo.org/id/code/aur> lvont:means <http://lexvo.org/id/iso639-3/aur> .

<http://lexvo.org/id/code/aus> lvont:means <http://lexvo.org/id/iso639-3/asf>,
        <http://lexvo.org/id/iso639-5/aus> .

<http://lexvo.org/id/code/aust1271> lvont:means <http://lexvo.org/id/iso639-3/asf> .

<http://lexvo.org/id/code/aust1301> lvont:means <http://lexvo.org/id/iso639-3/bar> .

<http://lexvo.org/id/code/aut> lvont:means <http://lexvo.org/id/iso639-3/aut> .

<http://lexvo.org/id/code/auu> lvont:means <http://lexvo.org/id/iso639-3/auu> .

<http://lexvo.org/id/code/auuu1241> lvont:means <http://lexvo.org/id/iso639-3/avt> .

<http://lexvo.org/id/code/auw> lvont:means <http://lexvo.org/id/iso639-3/auw> .

<http://lexvo.org/id/code/aux> lvont:means <http://lexvo.org/id/iso639-3/aux> .

<http://lexvo.org/id/code/auy> lvont:means <http://lexvo.org/id/iso639-3/auy> .

<http://lexvo.org/id/code/auz> lvont:means <http://lexvo.org/id/iso639-3/auz> .

<http://lexvo.org/id/code/av> lvont:means <http://lexvo.org/id/iso639-3/ava> .

<http://lexvo.org/id/code/ava> lvont:means <http://lexvo.org/id/iso639-3/ava> .

<http://lexvo.org/id/code/avar1256> lvont:means <http://lexvo.org/id/iso639-3/ava> .

<http://lexvo.org/id/code/avat1244> lvont:means <http://lexvo.org/id/iso639-3/avn> .

<http://lexvo.org/id/code/avb> lvont:means <http://lexvo.org/id/iso639-3/avb> .

<http://lexvo.org/id/code/avd> lvont:means <http://lexvo.org/id/iso639-3/avd> .

<http://lexvo.org/id/code/ave> lvont:means <http://lexvo.org/id/iso639-3/ave> .

<http://lexvo.org/id/code/avi> lvont:means <http://lexvo.org/id/iso639-3/avi> .

<http://lexvo.org/id/code/avk> lvont:means <http://lexvo.org/id/iso639-3/avk> .

<http://lexvo.org/id/code/avl> lvont:means <http://lexvo.org/id/iso639-3/avl> .

<http://lexvo.org/id/code/avm> lvont:means <http://lexvo.org/id/iso639-3/avm> .

<http://lexvo.org/id/code/avn> lvont:means <http://lexvo.org/id/iso639-3/avn> .

<http://lexvo.org/id/code/avo> lvont:means <http://lexvo.org/id/iso639-3/avo>,
        <http://lexvo.org/id/iso639-3/avu> .

<http://lexvo.org/id/code/avok1242> lvont:means <http://lexvo.org/id/iso639-3/avu> .

<http://lexvo.org/id/code/avs> lvont:means <http://lexvo.org/id/iso639-3/avs> .

<http://lexvo.org/id/code/avt> lvont:means <http://lexvo.org/id/iso639-3/avn>,
        <http://lexvo.org/id/iso639-3/avt> .

<http://lexvo.org/id/code/avu> lvont:means <http://lexvo.org/id/iso639-3/avu> .

<http://lexvo.org/id/code/avv> lvont:means <http://lexvo.org/id/iso639-3/avv> .

<http://lexvo.org/id/code/awa> lvont:means <http://lexvo.org/id/iso639-3/awa>,
        <http://lexvo.org/id/iso639-3/awb> .

<http://lexvo.org/id/code/awac1239> lvont:means <http://lexvo.org/id/iso639-3/kwi> .

<http://lexvo.org/id/code/awad1243> lvont:means <http://lexvo.org/id/iso639-3/awa> .

<http://lexvo.org/id/code/awap1236> lvont:means <http://lexvo.org/id/iso639-3/awb> .

<http://lexvo.org/id/code/awb> lvont:means <http://lexvo.org/id/iso639-3/awb> .

<http://lexvo.org/id/code/awc> lvont:means <http://lexvo.org/id/iso639-3/awc> .

<http://lexvo.org/id/code/awd> lvont:means <http://lexvo.org/id/iso639-3/awa>,
        <http://lexvo.org/id/iso639-5/awd> .

<http://lexvo.org/id/code/awe> lvont:means <http://lexvo.org/id/iso639-3/are>,
        <http://lexvo.org/id/iso639-3/awe> .

<http://lexvo.org/id/code/awg> lvont:means <http://lexvo.org/id/iso639-3/awg> .

<http://lexvo.org/id/code/awh> lvont:means <http://lexvo.org/id/iso639-3/awh> .

<http://lexvo.org/id/code/awi> lvont:means <http://lexvo.org/id/iso639-3/awi> .

<http://lexvo.org/id/code/awiy1238> lvont:means <http://lexvo.org/id/iso639-3/auy> .

<http://lexvo.org/id/code/awk> lvont:means <http://lexvo.org/id/iso639-3/awk>,
        <http://lexvo.org/id/iso639-3/png> .

<http://lexvo.org/id/code/awm> lvont:means <http://lexvo.org/id/iso639-3/awm> .

<http://lexvo.org/id/code/awn> lvont:means <http://lexvo.org/id/iso639-3/awn> .

<http://lexvo.org/id/code/awng1244> lvont:means <http://lexvo.org/id/iso639-3/awn> .

<http://lexvo.org/id/code/awo> lvont:means <http://lexvo.org/id/iso639-3/awo> .

<http://lexvo.org/id/code/awp> lvont:means <http://lexvo.org/id/iso639-3/kwi> .

<http://lexvo.org/id/code/awr> lvont:means <http://lexvo.org/id/iso639-3/awr> .

<http://lexvo.org/id/code/aws> lvont:means <http://lexvo.org/id/iso639-3/aws> .

<http://lexvo.org/id/code/awt> lvont:means <http://lexvo.org/id/iso639-3/awt>,
        <http://lexvo.org/id/iso639-3/kmn> .

<http://lexvo.org/id/code/awtu1239> lvont:means <http://lexvo.org/id/iso639-3/kmn> .

<http://lexvo.org/id/code/awu> lvont:means <http://lexvo.org/id/iso639-3/awu> .

<http://lexvo.org/id/code/awv> lvont:means <http://lexvo.org/id/iso639-3/awv> .

<http://lexvo.org/id/code/aww> lvont:means <http://lexvo.org/id/iso639-3/aww> .

<http://lexvo.org/id/code/awx> lvont:means <http://lexvo.org/id/iso639-3/awx> .

<http://lexvo.org/id/code/awy> lvont:means <http://lexvo.org/id/iso639-3/auw>,
        <http://lexvo.org/id/iso639-3/awy> .

<http://lexvo.org/id/code/awyi1241> lvont:means <http://lexvo.org/id/iso639-3/auw> .

<http://lexvo.org/id/code/axb> lvont:means <http://lexvo.org/id/iso639-3/axb> .

<http://lexvo.org/id/code/axe> lvont:means <http://lexvo.org/id/iso639-3/axe> .

<http://lexvo.org/id/code/axg> lvont:means <http://lexvo.org/id/iso639-3/axg> .

<http://lexvo.org/id/code/axk> lvont:means <http://lexvo.org/id/iso639-3/axk> .

<http://lexvo.org/id/code/axm> lvont:means <http://lexvo.org/id/iso639-3/axm> .

<http://lexvo.org/id/code/axv> lvont:means <http://lexvo.org/id/iso639-3/akv> .

<http://lexvo.org/id/code/axx> lvont:means <http://lexvo.org/id/iso639-3/axx> .

<http://lexvo.org/id/code/ay> lvont:means <http://lexvo.org/id/iso639-3/aym> .

<http://lexvo.org/id/code/aya> lvont:means <http://lexvo.org/id/iso639-3/aya> .

<http://lexvo.org/id/code/ayac1239> lvont:means <http://lexvo.org/id/iso639-3/quy> .

<http://lexvo.org/id/code/ayb> lvont:means <http://lexvo.org/id/iso639-3/ayb> .

<http://lexvo.org/id/code/ayc> lvont:means <http://lexvo.org/id/iso639-3/ayc> .

<http://lexvo.org/id/code/ayd> lvont:means <http://lexvo.org/id/iso639-3/ayd> .

<http://lexvo.org/id/code/aye> lvont:means <http://lexvo.org/id/iso639-3/aye> .

<http://lexvo.org/id/code/ayg> lvont:means <http://lexvo.org/id/iso639-3/ayg> .

<http://lexvo.org/id/code/ayh> lvont:means <http://lexvo.org/id/iso639-3/ayh> .

<http://lexvo.org/id/code/ayi> lvont:means <http://lexvo.org/id/iso639-3/any>,
        <http://lexvo.org/id/iso639-3/ayi> .

<http://lexvo.org/id/code/ayiw1239> lvont:means <http://lexvo.org/id/iso639-3/nfl> .

<http://lexvo.org/id/code/ayk> lvont:means <http://lexvo.org/id/iso639-3/ayk> .

<http://lexvo.org/id/code/ayl> lvont:means <http://lexvo.org/id/iso639-3/ayl> .

<http://lexvo.org/id/code/aym> lvont:means <http://lexvo.org/id/iso639-3/aym> .

<http://lexvo.org/id/code/ayn> lvont:means <http://lexvo.org/id/iso639-3/aib>,
        <http://lexvo.org/id/iso639-3/ayn> .

<http://lexvo.org/id/code/ayo> lvont:means <http://lexvo.org/id/iso639-3/ayo> .

<http://lexvo.org/id/code/ayor1240> lvont:means <http://lexvo.org/id/iso639-3/ayo> .

<http://lexvo.org/id/code/ayp> lvont:means <http://lexvo.org/id/iso639-3/ayp> .

<http://lexvo.org/id/code/ayq> lvont:means <http://lexvo.org/id/iso639-3/ayq> .

<http://lexvo.org/id/code/ayr> lvont:means <http://lexvo.org/id/iso639-3/ayo>,
        <http://lexvo.org/id/iso639-3/ayr> .

<http://lexvo.org/id/code/ays> lvont:means <http://lexvo.org/id/iso639-3/ays> .

<http://lexvo.org/id/code/ayt> lvont:means <http://lexvo.org/id/iso639-3/ayt> .

<http://lexvo.org/id/code/ayu> lvont:means <http://lexvo.org/id/iso639-3/ayu> .

<http://lexvo.org/id/code/ayut1236> lvont:means <http://lexvo.org/id/iso639-3/miy> .

<http://lexvo.org/id/code/ayw> lvont:means <http://lexvo.org/id/iso639-3/nfl> .

<http://lexvo.org/id/code/ayy> lvont:means <http://lexvo.org/id/iso639-3/ayy> .

<http://lexvo.org/id/code/ayz> lvont:means <http://lexvo.org/id/iso639-3/ayz> .

<http://lexvo.org/id/code/az> lvont:means <http://lexvo.org/id/iso639-3/aze> .

<http://lexvo.org/id/code/aza> lvont:means <http://lexvo.org/id/iso639-3/aza> .

<http://lexvo.org/id/code/azb> lvont:means <http://lexvo.org/id/iso639-3/azb> .

<http://lexvo.org/id/code/azc> lvont:means <http://lexvo.org/id/iso639-5/azc> .

<http://lexvo.org/id/code/azd> lvont:means <http://lexvo.org/id/iso639-3/azd> .

<http://lexvo.org/id/code/aze> lvont:means <http://lexvo.org/id/iso639-3/aze> .

<http://lexvo.org/id/code/azg> lvont:means <http://lexvo.org/id/iso639-3/azg> .

<http://lexvo.org/id/code/azi> lvont:means <http://lexvo.org/id/iso639-3/azb> .

<http://lexvo.org/id/code/azj> lvont:means <http://lexvo.org/id/iso639-3/azj> .

<http://lexvo.org/id/code/azm> lvont:means <http://lexvo.org/id/iso639-3/azm> .

<http://lexvo.org/id/code/azn> lvont:means <http://lexvo.org/id/iso639-3/azn> .

<http://lexvo.org/id/code/azo> lvont:means <http://lexvo.org/id/iso639-3/azo> .

<http://lexvo.org/id/code/azt> lvont:means <http://lexvo.org/id/iso639-3/azt> .

<http://lexvo.org/id/code/azz> lvont:means <http://lexvo.org/id/iso639-3/azz> .

<http://lexvo.org/id/code/ba> lvont:means <http://lexvo.org/id/iso639-3/bak> .

<http://lexvo.org/id/code/baa> lvont:means <http://lexvo.org/id/iso639-3/baa> .

<http://lexvo.org/id/code/baat1238> lvont:means <http://lexvo.org/id/iso639-3/bba> .

<http://lexvo.org/id/code/bab> lvont:means <http://lexvo.org/id/iso639-3/bab>,
        <http://lexvo.org/id/iso639-3/bav> .

<http://lexvo.org/id/code/bac> lvont:means <http://lexvo.org/id/iso639-3/bac>,
        <http://lexvo.org/id/iso639-3/wdj> .

<http://lexvo.org/id/code/bad> lvont:means <http://lexvo.org/id/iso639-3/bde>,
        <http://lexvo.org/id/iso639-5/bad> .

<http://lexvo.org/id/code/bada1257> lvont:means <http://lexvo.org/id/iso639-3/bfq> .

<http://lexvo.org/id/code/bade1248> lvont:means <http://lexvo.org/id/iso639-3/bde> .

<http://lexvo.org/id/code/badi1246> lvont:means <http://lexvo.org/id/iso639-3/bia> .

<http://lexvo.org/id/code/badi1247> lvont:means <http://lexvo.org/id/iso639-3/khd> .

<http://lexvo.org/id/code/bae> lvont:means <http://lexvo.org/id/iso639-3/bae> .

<http://lexvo.org/id/code/baf> lvont:means <http://lexvo.org/id/iso639-3/baf>,
        <http://lexvo.org/id/iso639-3/bfd> .

<http://lexvo.org/id/code/bafi1243> lvont:means <http://lexvo.org/id/iso639-3/ksf> .

<http://lexvo.org/id/code/bafu1246> lvont:means <http://lexvo.org/id/iso639-3/bfd> .

<http://lexvo.org/id/code/bag> lvont:means <http://lexvo.org/id/iso639-3/bag>,
        <http://lexvo.org/id/iso639-3/bmi> .

<http://lexvo.org/id/code/baga1272> lvont:means <http://lexvo.org/id/iso639-3/bsp> .

<http://lexvo.org/id/code/bagi1246> lvont:means <http://lexvo.org/id/iso639-3/bmi> .

<http://lexvo.org/id/code/bagr1243> lvont:means <http://lexvo.org/id/iso639-3/bgq> .

<http://lexvo.org/id/code/bagv1239> lvont:means <http://lexvo.org/id/iso639-3/kva> .

<http://lexvo.org/id/code/bah> lvont:means <http://lexvo.org/id/iso639-3/bah> .

<http://lexvo.org/id/code/baha1259> lvont:means <http://lexvo.org/id/iso639-3/abv> .

<http://lexvo.org/id/code/bahi1254> lvont:means <http://lexvo.org/id/iso639-3/bjh> .

<http://lexvo.org/id/code/bahn1262> lvont:means <http://lexvo.org/id/iso639-3/bdq> .

<http://lexvo.org/id/code/bai> lvont:means <http://lexvo.org/id/iso639-3/bca>,
        <http://lexvo.org/id/iso639-5/bai> .

<http://lexvo.org/id/code/bais1246> lvont:means <http://lexvo.org/id/iso639-3/bsw> .

<http://lexvo.org/id/code/baj> lvont:means <http://lexvo.org/id/iso639-3/baj>,
        <http://lexvo.org/id/iso639-3/bdl> .

<http://lexvo.org/id/code/bak> lvont:means <http://lexvo.org/id/iso639-3/bak>,
        <http://lexvo.org/id/iso639-3/bkc> .

<http://lexvo.org/id/code/baka1272> lvont:means <http://lexvo.org/id/iso639-3/bkc> .

<http://lexvo.org/id/code/baka1274> lvont:means <http://lexvo.org/id/iso639-3/bdh> .

<http://lexvo.org/id/code/baka1277> lvont:means <http://lexvo.org/id/iso639-3/bkq> .

<http://lexvo.org/id/code/bal> lvont:means <http://lexvo.org/id/iso639-3/bal>,
        <http://lexvo.org/id/iso639-3/ban> .

<http://lexvo.org/id/code/bala1310> lvont:means <http://lexvo.org/id/iso639-3/blw> .

<http://lexvo.org/id/code/bala1311> lvont:means <http://lexvo.org/id/iso639-3/sse> .

<http://lexvo.org/id/code/bala1315> lvont:means <http://lexvo.org/id/iso639-3/blz> .

<http://lexvo.org/id/code/bali1278> lvont:means <http://lexvo.org/id/iso639-3/ban> .

<http://lexvo.org/id/code/balk1252> lvont:means <http://lexvo.org/id/iso639-3/rmn> .

<http://lexvo.org/id/code/balt1257> lvont:means <http://lexvo.org/id/iso639-3/rml> .

<http://lexvo.org/id/code/balt1258> lvont:means <http://lexvo.org/id/iso639-3/bft> .

<http://lexvo.org/id/code/bam> lvont:means <http://lexvo.org/id/iso639-3/bam> .

<http://lexvo.org/id/code/bama1251> lvont:means <http://lexvo.org/id/iso639-3/bbq> .

<http://lexvo.org/id/code/bamb1266> lvont:means <http://lexvo.org/id/iso639-3/baw> .

<http://lexvo.org/id/code/bamb1269> lvont:means <http://lexvo.org/id/iso639-3/bam> .

<http://lexvo.org/id/code/bamb1270> lvont:means <http://lexvo.org/id/iso639-3/ptu> .

<http://lexvo.org/id/code/bamu1253> lvont:means <http://lexvo.org/id/iso639-3/bax> .

<http://lexvo.org/id/code/ban> lvont:means <http://lexvo.org/id/iso639-3/ban>,
        <http://lexvo.org/id/iso639-3/bcw> .

<http://lexvo.org/id/code/bana1305> lvont:means <http://lexvo.org/id/iso639-3/bcw> .

<http://lexvo.org/id/code/band1339> lvont:means <http://lexvo.org/id/iso639-3/bdy> .

<http://lexvo.org/id/code/band1344> lvont:means <http://lexvo.org/id/iso639-3/liy> .

<http://lexvo.org/id/code/band1352> lvont:means <http://lexvo.org/id/iso639-3/bza> .

<http://lexvo.org/id/code/bang1339> lvont:means <http://lexvo.org/id/iso639-3/bjb> .

<http://lexvo.org/id/code/bang1354> lvont:means <http://lexvo.org/id/iso639-3/bni> .

<http://lexvo.org/id/code/bang1363> lvont:means <http://lexvo.org/id/iso639-3/dba> .

<http://lexvo.org/id/code/bang1368> lvont:means <http://lexvo.org/id/iso639-3/bgz> .

<http://lexvo.org/id/code/bani1255> lvont:means <http://lexvo.org/id/iso639-3/bwi> .

<http://lexvo.org/id/code/bank1256> lvont:means <http://lexvo.org/id/iso639-3/abb> .

<http://lexvo.org/id/code/bann1247> lvont:means <http://lexvo.org/id/iso639-3/bcm> .

<http://lexvo.org/id/code/bant1286> lvont:means <http://lexvo.org/id/iso639-3/bnq> .

<http://lexvo.org/id/code/bao> lvont:means <http://lexvo.org/id/iso639-3/bao>,
        <http://lexvo.org/id/iso639-3/peh> .

<http://lexvo.org/id/code/baou1238> lvont:means <http://lexvo.org/id/iso639-3/bci> .

<http://lexvo.org/id/code/bap> lvont:means <http://lexvo.org/id/iso639-3/bap> .

<http://lexvo.org/id/code/baq> lvont:means <http://lexvo.org/id/iso639-3/brg>,
        <http://lexvo.org/id/iso639-3/eus> .

<http://lexvo.org/id/code/bar> lvont:means <http://lexvo.org/id/iso639-3/bar>,
        <http://lexvo.org/id/iso639-3/bfa> .

<http://lexvo.org/id/code/bara1361> lvont:means <http://lexvo.org/id/iso639-3/brm> .

<http://lexvo.org/id/code/bara1369> lvont:means <http://lexvo.org/id/iso639-3/bhr> .

<http://lexvo.org/id/code/bara1370> lvont:means <http://lexvo.org/id/iso639-3/kys> .

<http://lexvo.org/id/code/bara1380> lvont:means <http://lexvo.org/id/iso639-3/bsn> .

<http://lexvo.org/id/code/barb1263> lvont:means <http://lexvo.org/id/iso639-3/boi> .

<http://lexvo.org/id/code/barc1235> lvont:means <http://lexvo.org/id/iso639-3/gry> .

<http://lexvo.org/id/code/bard1255> lvont:means <http://lexvo.org/id/iso639-3/bcj> .

<http://lexvo.org/id/code/bare1276> lvont:means <http://lexvo.org/id/iso639-3/bae> .

<http://lexvo.org/id/code/barg1252> lvont:means <http://lexvo.org/id/iso639-3/mlp> .

<http://lexvo.org/id/code/bari1284> lvont:means <http://lexvo.org/id/iso639-3/bfa> .

<http://lexvo.org/id/code/bari1297> lvont:means <http://lexvo.org/id/iso639-3/mot> .

<http://lexvo.org/id/code/baru1267> lvont:means <http://lexvo.org/id/iso639-3/byr> .

<http://lexvo.org/id/code/bas> lvont:means <http://lexvo.org/id/iso639-3/bas> .

<http://lexvo.org/id/code/basa1284> lvont:means <http://lexvo.org/id/iso639-3/bas> .

<http://lexvo.org/id/code/bash1264> lvont:means <http://lexvo.org/id/iso639-3/bak> .

<http://lexvo.org/id/code/basq1248> lvont:means <http://lexvo.org/id/iso639-3/eus> .

<http://lexvo.org/id/code/bass1258> lvont:means <http://lexvo.org/id/iso639-3/bsc> .

<http://lexvo.org/id/code/bat> lvont:means <http://lexvo.org/id/iso639-3/bya>,
        <http://lexvo.org/id/iso639-5/bat> .

<http://lexvo.org/id/code/bata1289> lvont:means <http://lexvo.org/id/iso639-3/bbc> .

<http://lexvo.org/id/code/bata1292> lvont:means <http://lexvo.org/id/iso639-3/btz> .

<http://lexvo.org/id/code/bata1293> lvont:means <http://lexvo.org/id/iso639-3/btx> .

<http://lexvo.org/id/code/bata1298> lvont:means <http://lexvo.org/id/iso639-3/ifb> .

<http://lexvo.org/id/code/bata1301> lvont:means <http://lexvo.org/id/iso639-3/bya> .

<http://lexvo.org/id/code/bath1244> lvont:means <http://lexvo.org/id/iso639-3/bhm> .

<http://lexvo.org/id/code/bats1242> lvont:means <http://lexvo.org/id/iso639-3/bbl> .

<http://lexvo.org/id/code/bau> lvont:means <http://lexvo.org/id/iso639-3/bau>,
        <http://lexvo.org/id/iso639-3/bbd> .

<http://lexvo.org/id/code/baur1253> lvont:means <http://lexvo.org/id/iso639-3/brg> .

<http://lexvo.org/id/code/bauu1244> lvont:means <http://lexvo.org/id/iso639-3/bbd> .

<http://lexvo.org/id/code/bauz1241> lvont:means <http://lexvo.org/id/iso639-3/bvz> .

<http://lexvo.org/id/code/bav> lvont:means <http://lexvo.org/id/iso639-3/bav> .

<http://lexvo.org/id/code/bava1246> lvont:means <http://lexvo.org/id/iso639-3/bar> .

<http://lexvo.org/id/code/baw> lvont:means <http://lexvo.org/id/iso639-3/baw>,
        <http://lexvo.org/id/iso639-3/bgr> .

<http://lexvo.org/id/code/bawm1236> lvont:means <http://lexvo.org/id/iso639-3/bgr> .

<http://lexvo.org/id/code/bax> lvont:means <http://lexvo.org/id/iso639-3/bax> .

<http://lexvo.org/id/code/bay> lvont:means <http://lexvo.org/id/iso639-3/bay> .

<http://lexvo.org/id/code/baya1257> lvont:means <http://lexvo.org/id/iso639-3/bjy> .

<http://lexvo.org/id/code/bba> lvont:means <http://lexvo.org/id/iso639-3/bba> .

<http://lexvo.org/id/code/bbb> lvont:means <http://lexvo.org/id/iso639-3/bbb> .

<http://lexvo.org/id/code/bbc> lvont:means <http://lexvo.org/id/iso639-3/bbc> .

<http://lexvo.org/id/code/bbd> lvont:means <http://lexvo.org/id/iso639-3/bbd> .

<http://lexvo.org/id/code/bbe> lvont:means <http://lexvo.org/id/iso639-3/bbe> .

<http://lexvo.org/id/code/bbf> lvont:means <http://lexvo.org/id/iso639-3/bbf> .

<http://lexvo.org/id/code/bbg> lvont:means <http://lexvo.org/id/iso639-3/bbg> .

<http://lexvo.org/id/code/bbh> lvont:means <http://lexvo.org/id/iso639-3/bbh> .

<http://lexvo.org/id/code/bbi> lvont:means <http://lexvo.org/id/iso639-3/bbi> .

<http://lexvo.org/id/code/bbj> lvont:means <http://lexvo.org/id/iso639-3/bbj> .

<http://lexvo.org/id/code/bbk> lvont:means <http://lexvo.org/id/iso639-3/bbk> .

<http://lexvo.org/id/code/bbl> lvont:means <http://lexvo.org/id/iso639-3/bbl>,
        <http://lexvo.org/id/iso639-3/bvx> .

<http://lexvo.org/id/code/bbm> lvont:means <http://lexvo.org/id/iso639-3/bbm>,
        <http://lexvo.org/id/iso639-3/ptu> .

<http://lexvo.org/id/code/bbn> lvont:means <http://lexvo.org/id/iso639-3/bbn> .

<http://lexvo.org/id/code/bbo> lvont:means <http://lexvo.org/id/iso639-3/bbo> .

<http://lexvo.org/id/code/bbp> lvont:means <http://lexvo.org/id/iso639-3/bbp> .

<http://lexvo.org/id/code/bbq> lvont:means <http://lexvo.org/id/iso639-3/bbq> .

<http://lexvo.org/id/code/bbr> lvont:means <http://lexvo.org/id/iso639-3/bbr> .

<http://lexvo.org/id/code/bbs> lvont:means <http://lexvo.org/id/iso639-3/bbs> .

<http://lexvo.org/id/code/bbt> lvont:means <http://lexvo.org/id/iso639-3/bbt> .

<http://lexvo.org/id/code/bbu> lvont:means <http://lexvo.org/id/iso639-3/bbu>,
        <http://lexvo.org/id/iso639-3/brm> .

<http://lexvo.org/id/code/bbv> lvont:means <http://lexvo.org/id/iso639-3/bbv> .

<http://lexvo.org/id/code/bbw> lvont:means <http://lexvo.org/id/iso639-3/bbw>,
        <http://lexvo.org/id/iso639-3/gup> .

<http://lexvo.org/id/code/bbx> lvont:means <http://lexvo.org/id/iso639-3/bbx> .

<http://lexvo.org/id/code/bby> lvont:means <http://lexvo.org/id/iso639-3/bby> .

<http://lexvo.org/id/code/bbz> lvont:means <http://lexvo.org/id/iso639-3/bbz> .

<http://lexvo.org/id/code/bca> lvont:means <http://lexvo.org/id/iso639-3/bca>,
        <http://lexvo.org/id/iso639-3/bdy> .

<http://lexvo.org/id/code/bcb> lvont:means <http://lexvo.org/id/iso639-3/bcb> .

<http://lexvo.org/id/code/bcc> lvont:means <http://lexvo.org/id/iso639-3/bcc> .

<http://lexvo.org/id/code/bcd> lvont:means <http://lexvo.org/id/iso639-3/bcd> .

<http://lexvo.org/id/code/bce> lvont:means <http://lexvo.org/id/iso639-3/bce> .

<http://lexvo.org/id/code/bcf> lvont:means <http://lexvo.org/id/iso639-3/bcf> .

<http://lexvo.org/id/code/bcg> lvont:means <http://lexvo.org/id/iso639-3/bcg> .

<http://lexvo.org/id/code/bch> lvont:means <http://lexvo.org/id/iso639-3/bch>,
        <http://lexvo.org/id/iso639-3/shy> .

<http://lexvo.org/id/code/bci> lvont:means <http://lexvo.org/id/iso639-3/bci> .

<http://lexvo.org/id/code/bcj> lvont:means <http://lexvo.org/id/iso639-3/bcj> .

<http://lexvo.org/id/code/bck> lvont:means <http://lexvo.org/id/iso639-3/bck> .

<http://lexvo.org/id/code/bcl> lvont:means <http://lexvo.org/id/iso639-3/bcl> .

<http://lexvo.org/id/code/bcm> lvont:means <http://lexvo.org/id/iso639-3/bcm> .

<http://lexvo.org/id/code/bcn> lvont:means <http://lexvo.org/id/iso639-3/bcn> .

<http://lexvo.org/id/code/bco> lvont:means <http://lexvo.org/id/iso639-3/bco>,
        <http://lexvo.org/id/iso639-3/blc> .

<http://lexvo.org/id/code/bcp> lvont:means <http://lexvo.org/id/iso639-3/bcp> .

<http://lexvo.org/id/code/bcq> lvont:means <http://lexvo.org/id/iso639-3/bcq> .

<http://lexvo.org/id/code/bcr> lvont:means <http://lexvo.org/id/iso639-3/bcr> .

<http://lexvo.org/id/code/bcs> lvont:means <http://lexvo.org/id/iso639-3/bcs> .

<http://lexvo.org/id/code/bct> lvont:means <http://lexvo.org/id/iso639-3/bct> .

<http://lexvo.org/id/code/bcu> lvont:means <http://lexvo.org/id/iso639-3/bcu> .

<http://lexvo.org/id/code/bcv> lvont:means <http://lexvo.org/id/iso639-3/bcv> .

<http://lexvo.org/id/code/bcw> lvont:means <http://lexvo.org/id/iso639-3/bcw> .

<http://lexvo.org/id/code/bcy> lvont:means <http://lexvo.org/id/iso639-3/bcy> .

<http://lexvo.org/id/code/bcz> lvont:means <http://lexvo.org/id/iso639-3/bcz> .

<http://lexvo.org/id/code/bda> lvont:means <http://lexvo.org/id/iso639-3/bda> .

<http://lexvo.org/id/code/bdb> lvont:means <http://lexvo.org/id/iso639-3/bdb> .

<http://lexvo.org/id/code/bdc> lvont:means <http://lexvo.org/id/iso639-3/bdc>,
        <http://lexvo.org/id/iso639-3/brc> .

<http://lexvo.org/id/code/bdd> lvont:means <http://lexvo.org/id/iso639-3/bdd> .

<http://lexvo.org/id/code/bde> lvont:means <http://lexvo.org/id/iso639-3/bde> .

<http://lexvo.org/id/code/bdf> lvont:means <http://lexvo.org/id/iso639-3/bdf> .

<http://lexvo.org/id/code/bdg> lvont:means <http://lexvo.org/id/iso639-3/bdg>,
        <http://lexvo.org/id/iso639-3/bfq> .

<http://lexvo.org/id/code/bdh> lvont:means <http://lexvo.org/id/iso639-3/bdh> .

<http://lexvo.org/id/code/bdi> lvont:means <http://lexvo.org/id/iso639-3/bdi> .

<http://lexvo.org/id/code/bdj> lvont:means <http://lexvo.org/id/iso639-3/bdj> .

<http://lexvo.org/id/code/bdk> lvont:means <http://lexvo.org/id/iso639-3/bdk> .

<http://lexvo.org/id/code/bdl> lvont:means <http://lexvo.org/id/iso639-3/bdl> .

<http://lexvo.org/id/code/bdm> lvont:means <http://lexvo.org/id/iso639-3/bdm>,
        <http://lexvo.org/id/iso639-3/bia> .

<http://lexvo.org/id/code/bdn> lvont:means <http://lexvo.org/id/iso639-3/bdn> .

<http://lexvo.org/id/code/bdo> lvont:means <http://lexvo.org/id/iso639-3/bdo> .

<http://lexvo.org/id/code/bdp> lvont:means <http://lexvo.org/id/iso639-3/bdp> .

<http://lexvo.org/id/code/bdq> lvont:means <http://lexvo.org/id/iso639-3/bdq> .

<http://lexvo.org/id/code/bdr> lvont:means <http://lexvo.org/id/iso639-3/bdr> .

<http://lexvo.org/id/code/bds> lvont:means <http://lexvo.org/id/iso639-3/bds> .

<http://lexvo.org/id/code/bdt> lvont:means <http://lexvo.org/id/iso639-3/bdt> .

<http://lexvo.org/id/code/bdu> lvont:means <http://lexvo.org/id/iso639-3/bdu> .

<http://lexvo.org/id/code/bdv> lvont:means <http://lexvo.org/id/iso639-3/bdv> .

<http://lexvo.org/id/code/bdw> lvont:means <http://lexvo.org/id/iso639-3/bdw> .

<http://lexvo.org/id/code/bdx> lvont:means <http://lexvo.org/id/iso639-3/bdx> .

<http://lexvo.org/id/code/bdy> lvont:means <http://lexvo.org/id/iso639-3/bdy> .

<http://lexvo.org/id/code/bdz> lvont:means <http://lexvo.org/id/iso639-3/bdz> .

<http://lexvo.org/id/code/be> lvont:means <http://lexvo.org/id/iso639-3/bel> .

<http://lexvo.org/id/code/bea> lvont:means <http://lexvo.org/id/iso639-3/bea> .

<http://lexvo.org/id/code/beb> lvont:means <http://lexvo.org/id/iso639-3/beb>,
        <http://lexvo.org/id/iso639-3/bef> .

<http://lexvo.org/id/code/bec> lvont:means <http://lexvo.org/id/iso639-3/bec> .

<http://lexvo.org/id/code/bed> lvont:means <http://lexvo.org/id/iso639-3/bed> .

<http://lexvo.org/id/code/bee> lvont:means <http://lexvo.org/id/iso639-3/bee>,
        <http://lexvo.org/id/iso639-3/beq> .

<http://lexvo.org/id/code/beem1239> lvont:means <http://lexvo.org/id/iso639-3/beq> .

<http://lexvo.org/id/code/bef> lvont:means <http://lexvo.org/id/iso639-3/bef> .

<http://lexvo.org/id/code/beg> lvont:means <http://lexvo.org/id/iso639-3/beg>,
        <http://lexvo.org/id/iso639-3/dbj> .

<http://lexvo.org/id/code/beh> lvont:means <http://lexvo.org/id/iso639-3/beh> .

<http://lexvo.org/id/code/bei> lvont:means <http://lexvo.org/id/iso639-3/bei> .

<http://lexvo.org/id/code/bej> lvont:means <http://lexvo.org/id/iso639-3/bej> .

<http://lexvo.org/id/code/beja1238> lvont:means <http://lexvo.org/id/iso639-3/bej> .

<http://lexvo.org/id/code/bek> lvont:means <http://lexvo.org/id/iso639-3/bek> .

<http://lexvo.org/id/code/bel> lvont:means <http://lexvo.org/id/iso639-3/bel>,
        <http://lexvo.org/id/iso639-3/byw> .

<http://lexvo.org/id/code/bela1254> lvont:means <http://lexvo.org/id/iso639-3/bel> .

<http://lexvo.org/id/code/belh1239> lvont:means <http://lexvo.org/id/iso639-3/byw> .

<http://lexvo.org/id/code/bell1243> lvont:means <http://lexvo.org/id/iso639-3/blc> .

<http://lexvo.org/id/code/bem> lvont:means <http://lexvo.org/id/iso639-3/bem>,
        <http://lexvo.org/id/iso639-3/bmy> .

<http://lexvo.org/id/code/bemb1258> lvont:means <http://lexvo.org/id/iso639-3/bmy> .

<http://lexvo.org/id/code/ben> lvont:means <http://lexvo.org/id/iso639-3/ben> .

<http://lexvo.org/id/code/bena1264> lvont:means <http://lexvo.org/id/iso639-3/bef> .

<http://lexvo.org/id/code/benc1235> lvont:means <http://lexvo.org/id/iso639-3/bcq> .

<http://lexvo.org/id/code/beng1239> lvont:means <http://lexvo.org/id/iso639-3/bqy> .

<http://lexvo.org/id/code/beng1280> lvont:means <http://lexvo.org/id/iso639-3/ben> .

<http://lexvo.org/id/code/beng1282> lvont:means <http://lexvo.org/id/iso639-3/bng> .

<http://lexvo.org/id/code/beng1286> lvont:means <http://lexvo.org/id/iso639-3/nhb> .

<http://lexvo.org/id/code/beo> lvont:means <http://lexvo.org/id/iso639-3/beo>,
        <http://lexvo.org/id/iso639-3/bue> .

<http://lexvo.org/id/code/beot1247> lvont:means <http://lexvo.org/id/iso639-3/bue> .

<http://lexvo.org/id/code/bep> lvont:means <http://lexvo.org/id/iso639-3/bep> .

<http://lexvo.org/id/code/beq> lvont:means <http://lexvo.org/id/iso639-3/beq> .

<http://lexvo.org/id/code/ber> lvont:means <http://lexvo.org/id/iso639-3/wti>,
        <http://lexvo.org/id/iso639-5/ber> .

<http://lexvo.org/id/code/berb1259> lvont:means <http://lexvo.org/id/iso639-3/brc> .

<http://lexvo.org/id/code/beri1254> lvont:means <http://lexvo.org/id/iso639-3/bkl> .

<http://lexvo.org/id/code/bero1242> lvont:means <http://lexvo.org/id/iso639-3/bom> .

<http://lexvo.org/id/code/bert1248> lvont:means <http://lexvo.org/id/iso639-3/wti> .

<http://lexvo.org/id/code/bes> lvont:means <http://lexvo.org/id/iso639-3/bes> .

<http://lexvo.org/id/code/besi1244> lvont:means <http://lexvo.org/id/iso639-3/mhe> .

<http://lexvo.org/id/code/bet> lvont:means <http://lexvo.org/id/iso639-3/bet>,
        <http://lexvo.org/id/iso639-3/bev> .

<http://lexvo.org/id/code/beta1252> lvont:means <http://lexvo.org/id/iso639-3/bew> .

<http://lexvo.org/id/code/beu> lvont:means <http://lexvo.org/id/iso639-3/beu> .

<http://lexvo.org/id/code/bev> lvont:means <http://lexvo.org/id/iso639-3/bev> .

<http://lexvo.org/id/code/bew> lvont:means <http://lexvo.org/id/iso639-3/bew> .

<http://lexvo.org/id/code/bex> lvont:means <http://lexvo.org/id/iso639-3/bex> .

<http://lexvo.org/id/code/bey> lvont:means <http://lexvo.org/id/iso639-3/bey> .

<http://lexvo.org/id/code/bez> lvont:means <http://lexvo.org/id/iso639-3/bez>,
        <http://lexvo.org/id/iso639-3/kap> .

<http://lexvo.org/id/code/bezh1248> lvont:means <http://lexvo.org/id/iso639-3/kap> .

<http://lexvo.org/id/code/bfa> lvont:means <http://lexvo.org/id/iso639-3/bfa> .

<http://lexvo.org/id/code/bfb> lvont:means <http://lexvo.org/id/iso639-3/bfb> .

<http://lexvo.org/id/code/bfc> lvont:means <http://lexvo.org/id/iso639-3/bfc> .

<http://lexvo.org/id/code/bfd> lvont:means <http://lexvo.org/id/iso639-3/bfd>,
        <http://lexvo.org/id/iso639-3/bif> .

<http://lexvo.org/id/code/bfe> lvont:means <http://lexvo.org/id/iso639-3/bfe> .

<http://lexvo.org/id/code/bff> lvont:means <http://lexvo.org/id/iso639-3/bff> .

<http://lexvo.org/id/code/bfg> lvont:means <http://lexvo.org/id/iso639-3/bfg> .

<http://lexvo.org/id/code/bfh> lvont:means <http://lexvo.org/id/iso639-3/bfh> .

<http://lexvo.org/id/code/bfi> lvont:means <http://lexvo.org/id/iso639-3/bfi>,
        <http://lexvo.org/id/iso639-3/ksf> .

<http://lexvo.org/id/code/bfj> lvont:means <http://lexvo.org/id/iso639-3/bfj> .

<http://lexvo.org/id/code/bfk> lvont:means <http://lexvo.org/id/iso639-3/bfk> .

<http://lexvo.org/id/code/bfl> lvont:means <http://lexvo.org/id/iso639-3/bfl> .

<http://lexvo.org/id/code/bfm> lvont:means <http://lexvo.org/id/iso639-3/bfm> .

<http://lexvo.org/id/code/bfn> lvont:means <http://lexvo.org/id/iso639-3/bfn> .

<http://lexvo.org/id/code/bfo> lvont:means <http://lexvo.org/id/iso639-3/bfo> .

<http://lexvo.org/id/code/bfp> lvont:means <http://lexvo.org/id/iso639-3/bfp> .

<http://lexvo.org/id/code/bfq> lvont:means <http://lexvo.org/id/iso639-3/bfq> .

<http://lexvo.org/id/code/bfr> lvont:means <http://lexvo.org/id/iso639-3/bfr> .

<http://lexvo.org/id/code/bfs> lvont:means <http://lexvo.org/id/iso639-3/bfs> .

<http://lexvo.org/id/code/bft> lvont:means <http://lexvo.org/id/iso639-3/bft> .

<http://lexvo.org/id/code/bfu> lvont:means <http://lexvo.org/id/iso639-3/bfu> .

<http://lexvo.org/id/code/bfw> lvont:means <http://lexvo.org/id/iso639-3/bfw> .

<http://lexvo.org/id/code/bfx> lvont:means <http://lexvo.org/id/iso639-3/bfx> .

<http://lexvo.org/id/code/bfy> lvont:means <http://lexvo.org/id/iso639-3/bfy> .

<http://lexvo.org/id/code/bfz> lvont:means <http://lexvo.org/id/iso639-3/bfz> .

<http://lexvo.org/id/code/bg> lvont:means <http://lexvo.org/id/iso639-3/bul> .

<http://lexvo.org/id/code/bga> lvont:means <http://lexvo.org/id/iso639-3/bga>,
        <http://lexvo.org/id/iso639-3/bng> .

<http://lexvo.org/id/code/bgb> lvont:means <http://lexvo.org/id/iso639-3/bgb> .

<http://lexvo.org/id/code/bgc> lvont:means <http://lexvo.org/id/iso639-3/bgc> .

<http://lexvo.org/id/code/bgd> lvont:means <http://lexvo.org/id/iso639-3/bgd> .

<http://lexvo.org/id/code/bge> lvont:means <http://lexvo.org/id/iso639-3/bge> .

<http://lexvo.org/id/code/bgf> lvont:means <http://lexvo.org/id/iso639-3/bgf> .

<http://lexvo.org/id/code/bgg> lvont:means <http://lexvo.org/id/iso639-3/bgg>,
        <http://lexvo.org/id/iso639-3/bgz> .

<http://lexvo.org/id/code/bgi> lvont:means <http://lexvo.org/id/iso639-3/bgi>,
        <http://lexvo.org/id/iso639-3/bgq> .

<http://lexvo.org/id/code/bgj> lvont:means <http://lexvo.org/id/iso639-3/bgj> .

<http://lexvo.org/id/code/bgk> lvont:means <http://lexvo.org/id/iso639-3/bgk> .

<http://lexvo.org/id/code/bgl> lvont:means <http://lexvo.org/id/iso639-3/bgl>,
        <http://lexvo.org/id/iso639-3/sab> .

<http://lexvo.org/id/code/bgm> lvont:means <http://lexvo.org/id/iso639-3/bgm> .

<http://lexvo.org/id/code/bgn> lvont:means <http://lexvo.org/id/iso639-3/bgg>,
        <http://lexvo.org/id/iso639-3/bgn> .

<http://lexvo.org/id/code/bgo> lvont:means <http://lexvo.org/id/iso639-3/bgo>,
        <http://lexvo.org/id/iso639-3/bot> .

<http://lexvo.org/id/code/bgp> lvont:means <http://lexvo.org/id/iso639-3/bgp> .

<http://lexvo.org/id/code/bgq> lvont:means <http://lexvo.org/id/iso639-3/bgq> .

<http://lexvo.org/id/code/bgr> lvont:means <http://lexvo.org/id/iso639-3/bgr>,
        <http://lexvo.org/id/iso639-3/fuu> .

<http://lexvo.org/id/code/bgs> lvont:means <http://lexvo.org/id/iso639-3/bgs>,
        <http://lexvo.org/id/iso639-3/bsp> .

<http://lexvo.org/id/code/bgt> lvont:means <http://lexvo.org/id/iso639-3/bgt> .

<http://lexvo.org/id/code/bgu> lvont:means <http://lexvo.org/id/iso639-3/bgu> .

<http://lexvo.org/id/code/bgv> lvont:means <http://lexvo.org/id/iso639-3/bgv>,
        <http://lexvo.org/id/iso639-3/kva> .

<http://lexvo.org/id/code/bgw> lvont:means <http://lexvo.org/id/iso639-3/bgw> .

<http://lexvo.org/id/code/bgx> lvont:means <http://lexvo.org/id/iso639-3/bgx> .

<http://lexvo.org/id/code/bgy> lvont:means <http://lexvo.org/id/iso639-3/bgy> .

<http://lexvo.org/id/code/bgz> lvont:means <http://lexvo.org/id/iso639-3/bgz> .

<http://lexvo.org/id/code/bha> lvont:means <http://lexvo.org/id/iso639-3/bha> .

<http://lexvo.org/id/code/bhb> lvont:means <http://lexvo.org/id/iso639-3/bhb> .

<http://lexvo.org/id/code/bhc> lvont:means <http://lexvo.org/id/iso639-3/bhc> .

<http://lexvo.org/id/code/bhd> lvont:means <http://lexvo.org/id/iso639-3/bhd> .

<http://lexvo.org/id/code/bhe> lvont:means <http://lexvo.org/id/iso639-3/bhe> .

<http://lexvo.org/id/code/bhf> lvont:means <http://lexvo.org/id/iso639-3/bhf> .

<http://lexvo.org/id/code/bhg> lvont:means <http://lexvo.org/id/iso639-3/bhg> .

<http://lexvo.org/id/code/bhh> lvont:means <http://lexvo.org/id/iso639-3/bhh> .

<http://lexvo.org/id/code/bhi> lvont:means <http://lexvo.org/id/iso639-3/bhb>,
        <http://lexvo.org/id/iso639-3/bhi> .

<http://lexvo.org/id/code/bhil1251> lvont:means <http://lexvo.org/id/iso639-3/bhb> .

<http://lexvo.org/id/code/bhj> lvont:means <http://lexvo.org/id/iso639-3/bhj> .

<http://lexvo.org/id/code/bhl> lvont:means <http://lexvo.org/id/iso639-3/bhl> .

<http://lexvo.org/id/code/bhm> lvont:means <http://lexvo.org/id/iso639-3/bhm> .

<http://lexvo.org/id/code/bhn> lvont:means <http://lexvo.org/id/iso639-3/bhn>,
        <http://lexvo.org/id/iso639-3/bjh> .

<http://lexvo.org/id/code/bho> lvont:means <http://lexvo.org/id/iso639-3/bho> .

<http://lexvo.org/id/code/bhoj1244> lvont:means <http://lexvo.org/id/iso639-3/bho> .

<http://lexvo.org/id/code/bhp> lvont:means <http://lexvo.org/id/iso639-3/bhp> .

<http://lexvo.org/id/code/bhq> lvont:means <http://lexvo.org/id/iso639-3/bhq> .

<http://lexvo.org/id/code/bhr> lvont:means <http://lexvo.org/id/iso639-3/bhr> .

<http://lexvo.org/id/code/bhs> lvont:means <http://lexvo.org/id/iso639-3/bhs> .

<http://lexvo.org/id/code/bht> lvont:means <http://lexvo.org/id/iso639-3/bht> .

<http://lexvo.org/id/code/bhu> lvont:means <http://lexvo.org/id/iso639-3/bhu> .

<http://lexvo.org/id/code/bhv> lvont:means <http://lexvo.org/id/iso639-3/bhv> .

<http://lexvo.org/id/code/bhw> lvont:means <http://lexvo.org/id/iso639-3/bhw> .

<http://lexvo.org/id/code/bhx> lvont:means <http://lexvo.org/id/iso639-3/bhx> .

<http://lexvo.org/id/code/bhy> lvont:means <http://lexvo.org/id/iso639-3/bhy> .

<http://lexvo.org/id/code/bhz> lvont:means <http://lexvo.org/id/iso639-3/bhz> .

<http://lexvo.org/id/code/bi> lvont:means <http://lexvo.org/id/iso639-3/bis> .

<http://lexvo.org/id/code/bia> lvont:means <http://lexvo.org/id/iso639-3/bia> .

<http://lexvo.org/id/code/biaf1240> lvont:means <http://lexvo.org/id/iso639-3/bif> .

<http://lexvo.org/id/code/biak1248> lvont:means <http://lexvo.org/id/iso639-3/bhw> .

<http://lexvo.org/id/code/biat1246> lvont:means <http://lexvo.org/id/iso639-3/bth> .

<http://lexvo.org/id/code/bib> lvont:means <http://lexvo.org/id/iso639-3/bib> .

<http://lexvo.org/id/code/bic> lvont:means <http://lexvo.org/id/iso639-3/bic> .

<http://lexvo.org/id/code/bid> lvont:means <http://lexvo.org/id/iso639-3/bid> .

<http://lexvo.org/id/code/bidi1241> lvont:means <http://lexvo.org/id/iso639-3/bid> .

<http://lexvo.org/id/code/bie> lvont:means <http://lexvo.org/id/iso639-3/bie> .

<http://lexvo.org/id/code/bif> lvont:means <http://lexvo.org/id/iso639-3/bif> .

<http://lexvo.org/id/code/big> lvont:means <http://lexvo.org/id/iso639-3/big>,
        <http://lexvo.org/id/iso639-3/yul> .

<http://lexvo.org/id/code/bign1238> lvont:means <http://lexvo.org/id/iso639-3/nmb> .

<http://lexvo.org/id/code/bii> lvont:means <http://lexvo.org/id/iso639-3/bzr> .

<http://lexvo.org/id/code/bij> lvont:means <http://lexvo.org/id/iso639-3/bij> .

<http://lexvo.org/id/code/bik> lvont:means <http://lexvo.org/id/iso639-3/bhw>,
        <http://lexvo.org/id/iso639-3/bik> .

<http://lexvo.org/id/code/bil> lvont:means <http://lexvo.org/id/iso639-3/bil>,
        <http://lexvo.org/id/iso639-3/blb> .

<http://lexvo.org/id/code/bili1260> lvont:means <http://lexvo.org/id/iso639-3/byn> .

<http://lexvo.org/id/code/bilo1248> lvont:means <http://lexvo.org/id/iso639-3/bll> .

<http://lexvo.org/id/code/bilu1245> lvont:means <http://lexvo.org/id/iso639-3/blb> .

<http://lexvo.org/id/code/bim> lvont:means <http://lexvo.org/id/iso639-3/bhp>,
        <http://lexvo.org/id/iso639-3/bim> .

<http://lexvo.org/id/code/bima1247> lvont:means <http://lexvo.org/id/iso639-3/bhp> .

<http://lexvo.org/id/code/bimo1239> lvont:means <http://lexvo.org/id/iso639-3/bim> .

<http://lexvo.org/id/code/bin> lvont:means <http://lexvo.org/id/iso639-3/bhg>,
        <http://lexvo.org/id/iso639-3/bin> .

<http://lexvo.org/id/code/bina1277> lvont:means <http://lexvo.org/id/iso639-3/bhg> .

<http://lexvo.org/id/code/bini1246> lvont:means <http://lexvo.org/id/iso639-3/bin> .

<http://lexvo.org/id/code/binu1244> lvont:means <http://lexvo.org/id/iso639-3/bkd> .

<http://lexvo.org/id/code/binu1245> lvont:means <http://lexvo.org/id/iso639-3/bjr> .

<http://lexvo.org/id/code/bio> lvont:means <http://lexvo.org/id/iso639-3/bio> .

<http://lexvo.org/id/code/bip> lvont:means <http://lexvo.org/id/iso639-3/bip> .

<http://lexvo.org/id/code/biq> lvont:means <http://lexvo.org/id/iso639-3/biq> .

<http://lexvo.org/id/code/bir> lvont:means <http://lexvo.org/id/iso639-3/bir>,
        <http://lexvo.org/id/iso639-3/bom> .

<http://lexvo.org/id/code/biri1256> lvont:means <http://lexvo.org/id/iso639-3/bzr> .

<http://lexvo.org/id/code/birr1240> lvont:means <http://lexvo.org/id/iso639-3/bvq> .

<http://lexvo.org/id/code/bis> lvont:means <http://lexvo.org/id/iso639-3/bib>,
        <http://lexvo.org/id/iso639-3/bis> .

<http://lexvo.org/id/code/biss1248> lvont:means <http://lexvo.org/id/iso639-3/bib> .

<http://lexvo.org/id/code/bit> lvont:means <http://lexvo.org/id/iso639-3/bit>,
        <http://lexvo.org/id/iso639-3/bth> .

<http://lexvo.org/id/code/biu> lvont:means <http://lexvo.org/id/iso639-3/biu> .

<http://lexvo.org/id/code/biv> lvont:means <http://lexvo.org/id/iso639-3/biv> .

<http://lexvo.org/id/code/biw> lvont:means <http://lexvo.org/id/iso639-3/biw> .

<http://lexvo.org/id/code/bix> lvont:means <http://lexvo.org/id/iso639-3/bix> .

<http://lexvo.org/id/code/biy> lvont:means <http://lexvo.org/id/iso639-3/biy> .

<http://lexvo.org/id/code/biz> lvont:means <http://lexvo.org/id/iso639-3/biz> .

<http://lexvo.org/id/code/bja> lvont:means <http://lexvo.org/id/iso639-3/bja> .

<http://lexvo.org/id/code/bjb> lvont:means <http://lexvo.org/id/iso639-3/bjb> .

<http://lexvo.org/id/code/bjc> lvont:means <http://lexvo.org/id/iso639-3/bjc> .

<http://lexvo.org/id/code/bje> lvont:means <http://lexvo.org/id/iso639-3/bje> .

<http://lexvo.org/id/code/bjf> lvont:means <http://lexvo.org/id/iso639-3/bjf> .

<http://lexvo.org/id/code/bjg> lvont:means <http://lexvo.org/id/iso639-3/bjg> .

<http://lexvo.org/id/code/bjh> lvont:means <http://lexvo.org/id/iso639-3/bjh> .

<http://lexvo.org/id/code/bji> lvont:means <http://lexvo.org/id/iso639-3/bji> .

<http://lexvo.org/id/code/bjj> lvont:means <http://lexvo.org/id/iso639-3/bjj> .

<http://lexvo.org/id/code/bjk> lvont:means <http://lexvo.org/id/iso639-3/bjk> .

<http://lexvo.org/id/code/bjl> lvont:means <http://lexvo.org/id/iso639-3/bjl> .

<http://lexvo.org/id/code/bjm> lvont:means <http://lexvo.org/id/iso639-3/bjm> .

<http://lexvo.org/id/code/bjn> lvont:means <http://lexvo.org/id/iso639-3/bjn> .

<http://lexvo.org/id/code/bjo> lvont:means <http://lexvo.org/id/iso639-3/bjo> .

<http://lexvo.org/id/code/bjr> lvont:means <http://lexvo.org/id/iso639-3/bjr> .

<http://lexvo.org/id/code/bjs> lvont:means <http://lexvo.org/id/iso639-3/bjs>,
        <http://lexvo.org/id/iso639-3/ssb> .

<http://lexvo.org/id/code/bjt> lvont:means <http://lexvo.org/id/iso639-3/bjt> .

<http://lexvo.org/id/code/bju> lvont:means <http://lexvo.org/id/iso639-3/bju> .

<http://lexvo.org/id/code/bjv> lvont:means <http://lexvo.org/id/iso639-3/bjv> .

<http://lexvo.org/id/code/bjw> lvont:means <http://lexvo.org/id/iso639-3/bjw> .

<http://lexvo.org/id/code/bjx> lvont:means <http://lexvo.org/id/iso639-3/bjx> .

<http://lexvo.org/id/code/bjy> lvont:means <http://lexvo.org/id/iso639-3/bjy> .

<http://lexvo.org/id/code/bjz> lvont:means <http://lexvo.org/id/iso639-3/bjz> .

<http://lexvo.org/id/code/bka> lvont:means <http://lexvo.org/id/iso639-3/bdh>,
        <http://lexvo.org/id/iso639-3/bka> .

<http://lexvo.org/id/code/bkc> lvont:means <http://lexvo.org/id/iso639-3/bkc> .

<http://lexvo.org/id/code/bkd> lvont:means <http://lexvo.org/id/iso639-3/bkd> .

<http://lexvo.org/id/code/bkf> lvont:means <http://lexvo.org/id/iso639-3/bkf> .

<http://lexvo.org/id/code/bkg> lvont:means <http://lexvo.org/id/iso639-3/bkg> .

<http://lexvo.org/id/code/bkh> lvont:means <http://lexvo.org/id/iso639-3/bkh> .

<http://lexvo.org/id/code/bki> lvont:means <http://lexvo.org/id/iso639-3/bki>,
        <http://lexvo.org/id/iso639-3/bkq> .

<http://lexvo.org/id/code/bkj> lvont:means <http://lexvo.org/id/iso639-3/bkj> .

<http://lexvo.org/id/code/bkk> lvont:means <http://lexvo.org/id/iso639-3/bkk> .

<http://lexvo.org/id/code/bkl> lvont:means <http://lexvo.org/id/iso639-3/bcl>,
        <http://lexvo.org/id/iso639-3/bkl> .

<http://lexvo.org/id/code/bkm> lvont:means <http://lexvo.org/id/iso639-3/bkm> .

<http://lexvo.org/id/code/bkn> lvont:means <http://lexvo.org/id/iso639-3/bdu>,
        <http://lexvo.org/id/iso639-3/bkn> .

<http://lexvo.org/id/code/bko> lvont:means <http://lexvo.org/id/iso639-3/bko> .

<http://lexvo.org/id/code/bkp> lvont:means <http://lexvo.org/id/iso639-3/bkp> .

<http://lexvo.org/id/code/bkq> lvont:means <http://lexvo.org/id/iso639-3/bkq> .

<http://lexvo.org/id/code/bkr> lvont:means <http://lexvo.org/id/iso639-3/bkr>,
        <http://lexvo.org/id/iso639-3/btx> .

<http://lexvo.org/id/code/bks> lvont:means <http://lexvo.org/id/iso639-3/bks> .

<http://lexvo.org/id/code/bkt> lvont:means <http://lexvo.org/id/iso639-3/bkk>,
        <http://lexvo.org/id/iso639-3/bkt> .

<http://lexvo.org/id/code/bku> lvont:means <http://lexvo.org/id/iso639-3/bku>,
        <http://lexvo.org/id/iso639-3/bri> .

<http://lexvo.org/id/code/bkv> lvont:means <http://lexvo.org/id/iso639-3/bkv> .

<http://lexvo.org/id/code/bkw> lvont:means <http://lexvo.org/id/iso639-3/bkw> .

<http://lexvo.org/id/code/bkx> lvont:means <http://lexvo.org/id/iso639-3/bkx> .

<http://lexvo.org/id/code/bky> lvont:means <http://lexvo.org/id/iso639-3/bky> .

<http://lexvo.org/id/code/bkz> lvont:means <http://lexvo.org/id/iso639-3/bkz> .

<http://lexvo.org/id/code/bla> lvont:means <http://lexvo.org/id/iso639-3/bla> .

<http://lexvo.org/id/code/blb> lvont:means <http://lexvo.org/id/iso639-3/blb> .

<http://lexvo.org/id/code/blc> lvont:means <http://lexvo.org/id/iso639-3/bgp>,
        <http://lexvo.org/id/iso639-3/blc> .

<http://lexvo.org/id/code/bld> lvont:means <http://lexvo.org/id/iso639-3/bld> .

<http://lexvo.org/id/code/ble> lvont:means <http://lexvo.org/id/iso639-3/bci>,
        <http://lexvo.org/id/iso639-3/ble> .

<http://lexvo.org/id/code/blf> lvont:means <http://lexvo.org/id/iso639-3/blf> .

<http://lexvo.org/id/code/blg> lvont:means <http://lexvo.org/id/iso639-3/blg>,
        <http://lexvo.org/id/iso639-3/blw> .

<http://lexvo.org/id/code/blh> lvont:means <http://lexvo.org/id/iso639-3/blh> .

<http://lexvo.org/id/code/bli> lvont:means <http://lexvo.org/id/iso639-3/bli> .

<http://lexvo.org/id/code/blj> lvont:means <http://lexvo.org/id/iso639-3/blj>,
        <http://lexvo.org/id/iso639-3/koe> .

<http://lexvo.org/id/code/blk> lvont:means <http://lexvo.org/id/iso639-3/blk>,
        <http://lexvo.org/id/iso639-3/blz> .

<http://lexvo.org/id/code/bll> lvont:means <http://lexvo.org/id/iso639-3/bll> .

<http://lexvo.org/id/code/blm> lvont:means <http://lexvo.org/id/iso639-3/blm> .

<http://lexvo.org/id/code/bln> lvont:means <http://lexvo.org/id/iso639-3/bln>,
        <http://lexvo.org/id/iso639-3/byn> .

<http://lexvo.org/id/code/blo> lvont:means <http://lexvo.org/id/iso639-3/blo> .

<http://lexvo.org/id/code/blp> lvont:means <http://lexvo.org/id/iso639-3/blp> .

<http://lexvo.org/id/code/blq> lvont:means <http://lexvo.org/id/iso639-3/blq>,
        <http://lexvo.org/id/iso639-3/bol> .

<http://lexvo.org/id/code/blr> lvont:means <http://lexvo.org/id/iso639-3/bel>,
        <http://lexvo.org/id/iso639-3/blr> .

<http://lexvo.org/id/code/bls> lvont:means <http://lexvo.org/id/iso639-3/bls> .

<http://lexvo.org/id/code/blt> lvont:means <http://lexvo.org/id/iso639-3/bft>,
        <http://lexvo.org/id/iso639-3/blt> .

<http://lexvo.org/id/code/blu> lvont:means <http://lexvo.org/id/iso639-3/lua> .

<http://lexvo.org/id/code/blv> lvont:means <http://lexvo.org/id/iso639-3/blv> .

<http://lexvo.org/id/code/blw> lvont:means <http://lexvo.org/id/iso639-3/blw> .

<http://lexvo.org/id/code/blx> lvont:means <http://lexvo.org/id/iso639-3/bll>,
        <http://lexvo.org/id/iso639-3/blx> .

<http://lexvo.org/id/code/bly> lvont:means <http://lexvo.org/id/iso639-3/bly> .

<http://lexvo.org/id/code/blz> lvont:means <http://lexvo.org/id/iso639-3/blz> .

<http://lexvo.org/id/code/bm> lvont:means <http://lexvo.org/id/iso639-3/bam> .

<http://lexvo.org/id/code/bma> lvont:means <http://lexvo.org/id/iso639-3/bma>,
        <http://lexvo.org/id/iso639-3/tzm> .

<http://lexvo.org/id/code/bmb> lvont:means <http://lexvo.org/id/iso639-3/bim>,
        <http://lexvo.org/id/iso639-3/bmb> .

<http://lexvo.org/id/code/bmc> lvont:means <http://lexvo.org/id/iso639-3/bmc> .

<http://lexvo.org/id/code/bmd> lvont:means <http://lexvo.org/id/iso639-3/bmd> .

<http://lexvo.org/id/code/bme> lvont:means <http://lexvo.org/id/iso639-3/bme> .

<http://lexvo.org/id/code/bmf> lvont:means <http://lexvo.org/id/iso639-3/bmf> .

<http://lexvo.org/id/code/bmg> lvont:means <http://lexvo.org/id/iso639-3/bmg> .

<http://lexvo.org/id/code/bmh> lvont:means <http://lexvo.org/id/iso639-3/bmh> .

<http://lexvo.org/id/code/bmi> lvont:means <http://lexvo.org/id/iso639-3/bmi> .

<http://lexvo.org/id/code/bmj> lvont:means <http://lexvo.org/id/iso639-3/bmj> .

<http://lexvo.org/id/code/bmk> lvont:means <http://lexvo.org/id/iso639-3/bmk> .

<http://lexvo.org/id/code/bml> lvont:means <http://lexvo.org/id/iso639-3/bml> .

<http://lexvo.org/id/code/bmm> lvont:means <http://lexvo.org/id/iso639-3/bmm> .

<http://lexvo.org/id/code/bmn> lvont:means <http://lexvo.org/id/iso639-3/bax>,
        <http://lexvo.org/id/iso639-3/bmn> .

<http://lexvo.org/id/code/bmo> lvont:means <http://lexvo.org/id/iso639-3/bmo> .

<http://lexvo.org/id/code/bmp> lvont:means <http://lexvo.org/id/iso639-3/bmp> .

<http://lexvo.org/id/code/bmq> lvont:means <http://lexvo.org/id/iso639-3/bmq> .

<http://lexvo.org/id/code/bmr> lvont:means <http://lexvo.org/id/iso639-3/bmr>,
        <http://lexvo.org/id/iso639-3/bmu> .

<http://lexvo.org/id/code/bms> lvont:means <http://lexvo.org/id/iso639-3/bms> .

<http://lexvo.org/id/code/bmt> lvont:means <http://lexvo.org/id/iso639-3/bmt> .

<http://lexvo.org/id/code/bmu> lvont:means <http://lexvo.org/id/iso639-3/bmu> .

<http://lexvo.org/id/code/bmv> lvont:means <http://lexvo.org/id/iso639-3/bmv> .

<http://lexvo.org/id/code/bmw> lvont:means <http://lexvo.org/id/iso639-3/bmw> .

<http://lexvo.org/id/code/bmx> lvont:means <http://lexvo.org/id/iso639-3/bmx> .

<http://lexvo.org/id/code/bmy> lvont:means <http://lexvo.org/id/iso639-3/bmy> .

<http://lexvo.org/id/code/bmz> lvont:means <http://lexvo.org/id/iso639-3/bmz>,
        <http://lexvo.org/id/iso639-3/mzb> .

<http://lexvo.org/id/code/bn> lvont:means <http://lexvo.org/id/iso639-3/ben> .

<http://lexvo.org/id/code/bna> lvont:means <http://lexvo.org/id/iso639-3/bna> .

<http://lexvo.org/id/code/bnb> lvont:means <http://lexvo.org/id/iso639-3/bck>,
        <http://lexvo.org/id/iso639-3/bnb> .

<http://lexvo.org/id/code/bnc> lvont:means <http://lexvo.org/id/iso639-3/bnc> .

<http://lexvo.org/id/code/bnd> lvont:means <http://lexvo.org/id/iso639-3/bnd>,
        <http://lexvo.org/id/iso639-3/bza> .

<http://lexvo.org/id/code/bne> lvont:means <http://lexvo.org/id/iso639-3/bne> .

<http://lexvo.org/id/code/bnf> lvont:means <http://lexvo.org/id/iso639-3/bnf> .

<http://lexvo.org/id/code/bng> lvont:means <http://lexvo.org/id/iso639-3/bng>,
        <http://lexvo.org/id/iso639-3/byx> .

<http://lexvo.org/id/code/bni> lvont:means <http://lexvo.org/id/iso639-3/bin>,
        <http://lexvo.org/id/iso639-3/bni> .

<http://lexvo.org/id/code/bnj> lvont:means <http://lexvo.org/id/iso639-3/bdy>,
        <http://lexvo.org/id/iso639-3/bnj> .

<http://lexvo.org/id/code/bnk> lvont:means <http://lexvo.org/id/iso639-3/abb>,
        <http://lexvo.org/id/iso639-3/bnk> .

<http://lexvo.org/id/code/bnl> lvont:means <http://lexvo.org/id/iso639-3/bjb>,
        <http://lexvo.org/id/iso639-3/bnl> .

<http://lexvo.org/id/code/bnm> lvont:means <http://lexvo.org/id/iso639-3/bjr>,
        <http://lexvo.org/id/iso639-3/bnm> .

<http://lexvo.org/id/code/bnn> lvont:means <http://lexvo.org/id/iso639-3/bcm>,
        <http://lexvo.org/id/iso639-3/bnn> .

<http://lexvo.org/id/code/bno> lvont:means <http://lexvo.org/id/iso639-3/bao>,
        <http://lexvo.org/id/iso639-3/bno> .

<http://lexvo.org/id/code/bnp> lvont:means <http://lexvo.org/id/iso639-3/bnp> .

<http://lexvo.org/id/code/bnq> lvont:means <http://lexvo.org/id/iso639-3/bnq>,
        <http://lexvo.org/id/iso639-3/nhb> .

<http://lexvo.org/id/code/bnr> lvont:means <http://lexvo.org/id/iso639-3/bnr>,
        <http://lexvo.org/id/iso639-3/nbj> .

<http://lexvo.org/id/code/bns> lvont:means <http://lexvo.org/id/iso639-3/bns> .

<http://lexvo.org/id/code/bnt> lvont:means <http://lexvo.org/id/iso639-3/bnq>,
        <http://lexvo.org/id/iso639-5/bnt> .

<http://lexvo.org/id/code/bnu> lvont:means <http://lexvo.org/id/iso639-3/bnu> .

<http://lexvo.org/id/code/bnv> lvont:means <http://lexvo.org/id/iso639-3/bnv> .

<http://lexvo.org/id/code/bnw> lvont:means <http://lexvo.org/id/iso639-3/bnw>,
        <http://lexvo.org/id/iso639-3/bwi> .

<http://lexvo.org/id/code/bnx> lvont:means <http://lexvo.org/id/iso639-3/bnx> .

<http://lexvo.org/id/code/bny> lvont:means <http://lexvo.org/id/iso639-3/bny> .

<http://lexvo.org/id/code/bnz> lvont:means <http://lexvo.org/id/iso639-3/bnz> .

<http://lexvo.org/id/code/bo> lvont:means <http://lexvo.org/id/iso639-3/bod> .

<http://lexvo.org/id/code/boa> lvont:means <http://lexvo.org/id/iso639-3/boa>,
        <http://lexvo.org/id/iso639-3/kvg> .

<http://lexvo.org/id/code/bob> lvont:means <http://lexvo.org/id/iso639-3/bni>,
        <http://lexvo.org/id/iso639-3/bob> .

<http://lexvo.org/id/code/bod> lvont:means <http://lexvo.org/id/iso639-3/bod>,
        <http://lexvo.org/id/iso639-3/brx> .

<http://lexvo.org/id/code/bodo1267> lvont:means <http://lexvo.org/id/iso639-3/gbj> .

<http://lexvo.org/id/code/bodo1269> lvont:means <http://lexvo.org/id/iso639-3/brx> .

<http://lexvo.org/id/code/boe> lvont:means <http://lexvo.org/id/iso639-3/boe> .

<http://lexvo.org/id/code/bof> lvont:means <http://lexvo.org/id/iso639-3/bof> .

<http://lexvo.org/id/code/bog> lvont:means <http://lexvo.org/id/iso639-3/bog> .

<http://lexvo.org/id/code/boh> lvont:means <http://lexvo.org/id/iso639-3/boh> .

<http://lexvo.org/id/code/boi> lvont:means <http://lexvo.org/id/iso639-3/boi>,
        <http://lexvo.org/id/iso639-3/bzf> .

<http://lexvo.org/id/code/boik1241> lvont:means <http://lexvo.org/id/iso639-3/bzf> .

<http://lexvo.org/id/code/boj> lvont:means <http://lexvo.org/id/iso639-3/adi>,
        <http://lexvo.org/id/iso639-3/boj> .

<http://lexvo.org/id/code/bok> lvont:means <http://lexvo.org/id/iso639-3/bok>,
        <http://lexvo.org/id/iso639-3/bqc> .

<http://lexvo.org/id/code/boko1266> lvont:means <http://lexvo.org/id/iso639-3/bqc> .

<http://lexvo.org/id/code/bol> lvont:means <http://lexvo.org/id/iso639-3/bli>,
        <http://lexvo.org/id/iso639-3/bol> .

<http://lexvo.org/id/code/boli1255> lvont:means <http://lexvo.org/id/iso639-3/bli> .

<http://lexvo.org/id/code/bom> lvont:means <http://lexvo.org/id/iso639-3/bom> .

<http://lexvo.org/id/code/bon> lvont:means <http://lexvo.org/id/iso639-3/bon>,
        <http://lexvo.org/id/iso639-3/bpu> .

<http://lexvo.org/id/code/bona1250> lvont:means <http://lexvo.org/id/iso639-3/peh> .

<http://lexvo.org/id/code/bond1245> lvont:means <http://lexvo.org/id/iso639-3/bfw> .

<http://lexvo.org/id/code/bong1285> lvont:means <http://lexvo.org/id/iso639-3/bot> .

<http://lexvo.org/id/code/bong1291> lvont:means <http://lexvo.org/id/iso639-3/bpu> .

<http://lexvo.org/id/code/boo> lvont:means <http://lexvo.org/id/iso639-3/boo> .

<http://lexvo.org/id/code/bop> lvont:means <http://lexvo.org/id/iso639-3/bop> .

<http://lexvo.org/id/code/boq> lvont:means <http://lexvo.org/id/iso639-3/adi>,
        <http://lexvo.org/id/iso639-3/boq> .

<http://lexvo.org/id/code/bor> lvont:means <http://lexvo.org/id/iso639-3/boa>,
        <http://lexvo.org/id/iso639-3/bor> .

<http://lexvo.org/id/code/bora1263> lvont:means <http://lexvo.org/id/iso639-3/boa> .

<http://lexvo.org/id/code/bora1271> lvont:means <http://lexvo.org/id/iso639-3/gax> .

<http://lexvo.org/id/code/bord1248> lvont:means <http://lexvo.org/id/iso639-3/kvn> .

<http://lexvo.org/id/code/boro1277> lvont:means <http://lexvo.org/id/iso639-3/bwo> .

<http://lexvo.org/id/code/boro1282> lvont:means <http://lexvo.org/id/iso639-3/bor> .

<http://lexvo.org/id/code/boru1252> lvont:means <http://lexvo.org/id/iso639-3/brn> .

<http://lexvo.org/id/code/bos> lvont:means <http://lexvo.org/id/iso639-3/bos> .

<http://lexvo.org/id/code/bosn1245> lvont:means <http://lexvo.org/id/iso639-3/bos> .

<http://lexvo.org/id/code/bot> lvont:means <http://lexvo.org/id/iso639-3/bot> .

<http://lexvo.org/id/code/bou> lvont:means <http://lexvo.org/id/iso639-3/bou>,
        <http://lexvo.org/id/iso639-3/oua> .

<http://lexvo.org/id/code/bouy1240> lvont:means <http://lexvo.org/id/iso639-3/pcc> .

<http://lexvo.org/id/code/bov> lvont:means <http://lexvo.org/id/iso639-3/bov> .

<http://lexvo.org/id/code/bow> lvont:means <http://lexvo.org/id/iso639-3/bow> .

<http://lexvo.org/id/code/box> lvont:means <http://lexvo.org/id/iso639-3/box> .

<http://lexvo.org/id/code/boy> lvont:means <http://lexvo.org/id/iso639-3/boy> .

<http://lexvo.org/id/code/boz> lvont:means <http://lexvo.org/id/iso639-3/boz> .

<http://lexvo.org/id/code/bpa> lvont:means <http://lexvo.org/id/iso639-3/bpa>,
        <http://lexvo.org/id/iso639-3/bwr> .

<http://lexvo.org/id/code/bpb> lvont:means <http://lexvo.org/id/iso639-3/bdq>,
        <http://lexvo.org/id/iso639-3/bpb> .

<http://lexvo.org/id/code/bpd> lvont:means <http://lexvo.org/id/iso639-3/bpd> .

<http://lexvo.org/id/code/bpg> lvont:means <http://lexvo.org/id/iso639-3/bpg> .

<http://lexvo.org/id/code/bph> lvont:means <http://lexvo.org/id/iso639-3/bph> .

<http://lexvo.org/id/code/bpi> lvont:means <http://lexvo.org/id/iso639-3/bpi> .

<http://lexvo.org/id/code/bpj> lvont:means <http://lexvo.org/id/iso639-3/bpj> .

<http://lexvo.org/id/code/bpk> lvont:means <http://lexvo.org/id/iso639-3/bpk> .

<http://lexvo.org/id/code/bpl> lvont:means <http://lexvo.org/id/iso639-3/bpl> .

<http://lexvo.org/id/code/bpm> lvont:means <http://lexvo.org/id/iso639-3/bpm> .

<http://lexvo.org/id/code/bpn> lvont:means <http://lexvo.org/id/iso639-3/bpn> .

<http://lexvo.org/id/code/bpo> lvont:means <http://lexvo.org/id/iso639-3/bpo> .

<http://lexvo.org/id/code/bpp> lvont:means <http://lexvo.org/id/iso639-3/bpp> .

<http://lexvo.org/id/code/bpq> lvont:means <http://lexvo.org/id/iso639-3/bpq> .

<http://lexvo.org/id/code/bpr> lvont:means <http://lexvo.org/id/iso639-3/bpr> .

<http://lexvo.org/id/code/bps> lvont:means <http://lexvo.org/id/iso639-3/bps> .

<http://lexvo.org/id/code/bpt> lvont:means <http://lexvo.org/id/iso639-3/bpt> .

<http://lexvo.org/id/code/bpu> lvont:means <http://lexvo.org/id/iso639-3/bpu> .

<http://lexvo.org/id/code/bpv> lvont:means <http://lexvo.org/id/iso639-3/bpv> .

<http://lexvo.org/id/code/bpw> lvont:means <http://lexvo.org/id/iso639-3/bpw> .

<http://lexvo.org/id/code/bpx> lvont:means <http://lexvo.org/id/iso639-3/bpx> .

<http://lexvo.org/id/code/bpy> lvont:means <http://lexvo.org/id/iso639-3/bpy> .

<http://lexvo.org/id/code/bpz> lvont:means <http://lexvo.org/id/iso639-3/bpz> .

<http://lexvo.org/id/code/bqa> lvont:means <http://lexvo.org/id/iso639-3/bqa> .

<http://lexvo.org/id/code/bqb> lvont:means <http://lexvo.org/id/iso639-3/bqb>,
        <http://lexvo.org/id/iso639-3/eus> .

<http://lexvo.org/id/code/bqc> lvont:means <http://lexvo.org/id/iso639-3/bqc> .

<http://lexvo.org/id/code/bqd> lvont:means <http://lexvo.org/id/iso639-3/bqd> .

<http://lexvo.org/id/code/bqf> lvont:means <http://lexvo.org/id/iso639-3/bqf> .

<http://lexvo.org/id/code/bqg> lvont:means <http://lexvo.org/id/iso639-3/bqg>,
        <http://lexvo.org/id/iso639-3/eus> .

<http://lexvo.org/id/code/bqh> lvont:means <http://lexvo.org/id/iso639-3/bqh>,
        <http://lexvo.org/id/iso639-3/eus> .

<http://lexvo.org/id/code/bqi> lvont:means <http://lexvo.org/id/iso639-3/bqi>,
        <http://lexvo.org/id/iso639-3/eus> .

<http://lexvo.org/id/code/bqj> lvont:means <http://lexvo.org/id/iso639-3/bqj> .

<http://lexvo.org/id/code/bqk> lvont:means <http://lexvo.org/id/iso639-3/bqk> .

<http://lexvo.org/id/code/bql> lvont:means <http://lexvo.org/id/iso639-3/bql>,
        <http://lexvo.org/id/iso639-3/eus> .

<http://lexvo.org/id/code/bqm> lvont:means <http://lexvo.org/id/iso639-3/bqm> .

<http://lexvo.org/id/code/bqn> lvont:means <http://lexvo.org/id/iso639-3/bqn>,
        <http://lexvo.org/id/iso639-3/eus> .

<http://lexvo.org/id/code/bqo> lvont:means <http://lexvo.org/id/iso639-3/bqo>,
        <http://lexvo.org/id/iso639-3/eus> .

<http://lexvo.org/id/code/bqp> lvont:means <http://lexvo.org/id/iso639-3/bqp> .

<http://lexvo.org/id/code/bqq> lvont:means <http://lexvo.org/id/iso639-3/bqq> .

<http://lexvo.org/id/code/bqr> lvont:means <http://lexvo.org/id/iso639-3/bqr>,
        <http://lexvo.org/id/iso639-3/eus> .

<http://lexvo.org/id/code/bqs> lvont:means <http://lexvo.org/id/iso639-3/bqs>,
        <http://lexvo.org/id/iso639-3/eus> .

<http://lexvo.org/id/code/bqt> lvont:means <http://lexvo.org/id/iso639-3/bqt> .

<http://lexvo.org/id/code/bqu> lvont:means <http://lexvo.org/id/iso639-3/bqu> .

<http://lexvo.org/id/code/bqv> lvont:means <http://lexvo.org/id/iso639-3/bqv> .

<http://lexvo.org/id/code/bqw> lvont:means <http://lexvo.org/id/iso639-3/bqw> .

<http://lexvo.org/id/code/bqx> lvont:means <http://lexvo.org/id/iso639-3/bqx> .

<http://lexvo.org/id/code/bqy> lvont:means <http://lexvo.org/id/iso639-3/bqy> .

<http://lexvo.org/id/code/bqz> lvont:means <http://lexvo.org/id/iso639-3/bqz>,
        <http://lexvo.org/id/iso639-3/eus> .

<http://lexvo.org/id/code/br> lvont:means <http://lexvo.org/id/iso639-3/bre> .

<http://lexvo.org/id/code/bra> lvont:means <http://lexvo.org/id/iso639-3/bra>,
        <http://lexvo.org/id/iso639-3/brb> .

<http://lexvo.org/id/code/brah1256> lvont:means <http://lexvo.org/id/iso639-3/brh> .

<http://lexvo.org/id/code/braz1236> lvont:means <http://lexvo.org/id/iso639-3/bzs> .

<http://lexvo.org/id/code/brb> lvont:means <http://lexvo.org/id/iso639-3/bba>,
        <http://lexvo.org/id/iso639-3/brb> .

<http://lexvo.org/id/code/brc> lvont:means <http://lexvo.org/id/iso639-3/brc>,
        <http://lexvo.org/id/iso639-3/brn> .

<http://lexvo.org/id/code/brd> lvont:means <http://lexvo.org/id/iso639-3/bcj>,
        <http://lexvo.org/id/iso639-3/brd> .

<http://lexvo.org/id/code/bre> lvont:means <http://lexvo.org/id/iso639-3/bre> .

<http://lexvo.org/id/code/bret1244> lvont:means <http://lexvo.org/id/iso639-3/bre> .

<http://lexvo.org/id/code/brf> lvont:means <http://lexvo.org/id/iso639-3/brf>,
        <http://lexvo.org/id/iso639-3/rif> .

<http://lexvo.org/id/code/brg> lvont:means <http://lexvo.org/id/iso639-3/brg> .

<http://lexvo.org/id/code/brh> lvont:means <http://lexvo.org/id/iso639-3/brh> .

<http://lexvo.org/id/code/bri> lvont:means <http://lexvo.org/id/iso639-3/bri>,
        <http://lexvo.org/id/iso639-3/bzd> .

<http://lexvo.org/id/code/brib1243> lvont:means <http://lexvo.org/id/iso639-3/bzd> .

<http://lexvo.org/id/code/brit1235> lvont:means <http://lexvo.org/id/iso639-3/bfi> .

<http://lexvo.org/id/code/brj> lvont:means <http://lexvo.org/id/iso639-3/bji>,
        <http://lexvo.org/id/iso639-3/brj> .

<http://lexvo.org/id/code/brk> lvont:means <http://lexvo.org/id/iso639-3/bkl>,
        <http://lexvo.org/id/iso639-3/brk> .

<http://lexvo.org/id/code/brl> lvont:means <http://lexvo.org/id/iso639-3/brl>,
        <http://lexvo.org/id/iso639-3/loy> .

<http://lexvo.org/id/code/brm> lvont:means <http://lexvo.org/id/iso639-3/brm>,
        <http://lexvo.org/id/iso639-3/mya> .

<http://lexvo.org/id/code/brn> lvont:means <http://lexvo.org/id/iso639-3/bds>,
        <http://lexvo.org/id/iso639-3/brn> .

<http://lexvo.org/id/code/bro> lvont:means <http://lexvo.org/id/iso639-3/bro> .

<http://lexvo.org/id/code/brok1247> lvont:means <http://lexvo.org/id/iso639-3/bkk> .

<http://lexvo.org/id/code/brp> lvont:means <http://lexvo.org/id/iso639-3/brp> .

<http://lexvo.org/id/code/brq> lvont:means <http://lexvo.org/id/iso639-3/brq> .

<http://lexvo.org/id/code/brr> lvont:means <http://lexvo.org/id/iso639-3/bor>,
        <http://lexvo.org/id/iso639-3/brr> .

<http://lexvo.org/id/code/brs> lvont:means <http://lexvo.org/id/iso639-3/brs>,
        <http://lexvo.org/id/iso639-3/bsn> .

<http://lexvo.org/id/code/brt> lvont:means <http://lexvo.org/id/iso639-3/brt> .

<http://lexvo.org/id/code/bru> lvont:means <http://lexvo.org/id/iso639-3/bru> .

<http://lexvo.org/id/code/brv> lvont:means <http://lexvo.org/id/iso639-3/brv> .

<http://lexvo.org/id/code/brw> lvont:means <http://lexvo.org/id/iso639-3/brv>,
        <http://lexvo.org/id/iso639-3/brw> .

<http://lexvo.org/id/code/brx> lvont:means <http://lexvo.org/id/iso639-3/brx> .

<http://lexvo.org/id/code/bry> lvont:means <http://lexvo.org/id/iso639-3/bry>,
        <http://lexvo.org/id/iso639-3/byr> .

<http://lexvo.org/id/code/brz> lvont:means <http://lexvo.org/id/iso639-3/brz>,
        <http://lexvo.org/id/iso639-3/bvq> .

<http://lexvo.org/id/code/bs> lvont:means <http://lexvo.org/id/iso639-3/bos> .

<http://lexvo.org/id/code/bsa> lvont:means <http://lexvo.org/id/iso639-3/bsa> .

<http://lexvo.org/id/code/bsb> lvont:means <http://lexvo.org/id/iso639-3/bsb> .

<http://lexvo.org/id/code/bsc> lvont:means <http://lexvo.org/id/iso639-3/bsc> .

<http://lexvo.org/id/code/bse> lvont:means <http://lexvo.org/id/iso639-3/bse>,
        <http://lexvo.org/id/iso639-3/tzm> .

<http://lexvo.org/id/code/bsf> lvont:means <http://lexvo.org/id/iso639-3/bsf> .

<http://lexvo.org/id/code/bsg> lvont:means <http://lexvo.org/id/iso639-3/bsg> .

<http://lexvo.org/id/code/bsh> lvont:means <http://lexvo.org/id/iso639-3/bsh>,
        <http://lexvo.org/id/iso639-3/buf> .

<http://lexvo.org/id/code/bsi> lvont:means <http://lexvo.org/id/iso639-3/bsi>,
        <http://lexvo.org/id/iso639-3/siz> .

<http://lexvo.org/id/code/bsj> lvont:means <http://lexvo.org/id/iso639-3/bsj> .

<http://lexvo.org/id/code/bsk> lvont:means <http://lexvo.org/id/iso639-3/bak>,
        <http://lexvo.org/id/iso639-3/bsk> .

<http://lexvo.org/id/code/bsl> lvont:means <http://lexvo.org/id/iso639-3/bfi>,
        <http://lexvo.org/id/iso639-3/bsl> .

<http://lexvo.org/id/code/bsm> lvont:means <http://lexvo.org/id/iso639-3/bsm> .

<http://lexvo.org/id/code/bsn> lvont:means <http://lexvo.org/id/iso639-3/bsn> .

<http://lexvo.org/id/code/bso> lvont:means <http://lexvo.org/id/iso639-3/bso> .

<http://lexvo.org/id/code/bsp> lvont:means <http://lexvo.org/id/iso639-3/bsp> .

<http://lexvo.org/id/code/bsq> lvont:means <http://lexvo.org/id/iso639-3/bsq>,
        <http://lexvo.org/id/iso639-3/eus> .

<http://lexvo.org/id/code/bsr> lvont:means <http://lexvo.org/id/iso639-3/bsc>,
        <http://lexvo.org/id/iso639-3/bsr> .

<http://lexvo.org/id/code/bss> lvont:means <http://lexvo.org/id/iso639-3/bss> .

<http://lexvo.org/id/code/bst> lvont:means <http://lexvo.org/id/iso639-3/bst> .

<http://lexvo.org/id/code/bsu> lvont:means <http://lexvo.org/id/iso639-3/bsu> .

<http://lexvo.org/id/code/bsv> lvont:means <http://lexvo.org/id/iso639-3/bsv> .

<http://lexvo.org/id/code/bsw> lvont:means <http://lexvo.org/id/iso639-3/bsw> .

<http://lexvo.org/id/code/bsx> lvont:means <http://lexvo.org/id/iso639-3/bsx> .

<http://lexvo.org/id/code/bsy> lvont:means <http://lexvo.org/id/iso639-3/bsy> .

<http://lexvo.org/id/code/bta> lvont:means <http://lexvo.org/id/iso639-3/bta> .

<http://lexvo.org/id/code/btc> lvont:means <http://lexvo.org/id/iso639-3/btc> .

<http://lexvo.org/id/code/btd> lvont:means <http://lexvo.org/id/iso639-3/btd> .

<http://lexvo.org/id/code/bte> lvont:means <http://lexvo.org/id/iso639-3/bte> .

<http://lexvo.org/id/code/btf> lvont:means <http://lexvo.org/id/iso639-3/btf> .

<http://lexvo.org/id/code/btg> lvont:means <http://lexvo.org/id/iso639-3/btg> .

<http://lexvo.org/id/code/bth> lvont:means <http://lexvo.org/id/iso639-3/bhm>,
        <http://lexvo.org/id/iso639-3/bth> .

<http://lexvo.org/id/code/bti> lvont:means <http://lexvo.org/id/iso639-3/bti> .

<http://lexvo.org/id/code/btj> lvont:means <http://lexvo.org/id/iso639-3/btj> .

<http://lexvo.org/id/code/btk> lvont:means <http://lexvo.org/id/iso639-3/bnc>,
        <http://lexvo.org/id/iso639-5/btk> .

<http://lexvo.org/id/code/btl> lvont:means <http://lexvo.org/id/iso639-3/btl> .

<http://lexvo.org/id/code/btm> lvont:means <http://lexvo.org/id/iso639-3/btm> .

<http://lexvo.org/id/code/btn> lvont:means <http://lexvo.org/id/iso639-3/btn> .

<http://lexvo.org/id/code/bto> lvont:means <http://lexvo.org/id/iso639-3/bbc>,
        <http://lexvo.org/id/iso639-3/bto> .

<http://lexvo.org/id/code/btp> lvont:means <http://lexvo.org/id/iso639-3/btp> .

<http://lexvo.org/id/code/btq> lvont:means <http://lexvo.org/id/iso639-3/btq> .

<http://lexvo.org/id/code/btr> lvont:means <http://lexvo.org/id/iso639-3/btr> .

<http://lexvo.org/id/code/bts> lvont:means <http://lexvo.org/id/iso639-3/bts> .

<http://lexvo.org/id/code/btt> lvont:means <http://lexvo.org/id/iso639-3/btt> .

<http://lexvo.org/id/code/btu> lvont:means <http://lexvo.org/id/iso639-3/btu> .

<http://lexvo.org/id/code/btv> lvont:means <http://lexvo.org/id/iso639-3/btv> .

<http://lexvo.org/id/code/btw> lvont:means <http://lexvo.org/id/iso639-3/btw> .

<http://lexvo.org/id/code/btx> lvont:means <http://lexvo.org/id/iso639-3/btx> .

<http://lexvo.org/id/code/bty> lvont:means <http://lexvo.org/id/iso639-3/bty> .

<http://lexvo.org/id/code/btz> lvont:means <http://lexvo.org/id/iso639-3/btz> .

<http://lexvo.org/id/code/bua> lvont:means <http://lexvo.org/id/iso639-3/bua>,
        <http://lexvo.org/id/iso639-3/bvr> .

<http://lexvo.org/id/code/bub> lvont:means <http://lexvo.org/id/iso639-3/bub>,
        <http://lexvo.org/id/iso639-3/bvb> .

<http://lexvo.org/id/code/bube1242> lvont:means <http://lexvo.org/id/iso639-3/bvb> .

<http://lexvo.org/id/code/buc> lvont:means <http://lexvo.org/id/iso639-3/buc> .

<http://lexvo.org/id/code/bud> lvont:means <http://lexvo.org/id/iso639-3/bdm>,
        <http://lexvo.org/id/iso639-3/bud> .

<http://lexvo.org/id/code/budu1248> lvont:means <http://lexvo.org/id/iso639-3/bdk> .

<http://lexvo.org/id/code/budu1265> lvont:means <http://lexvo.org/id/iso639-3/bdm> .

<http://lexvo.org/id/code/bue> lvont:means <http://lexvo.org/id/iso639-3/bue> .

<http://lexvo.org/id/code/buf> lvont:means <http://lexvo.org/id/iso639-3/buf> .

<http://lexvo.org/id/code/bug> lvont:means <http://lexvo.org/id/iso639-3/bug> .

<http://lexvo.org/id/code/bugi1244> lvont:means <http://lexvo.org/id/iso639-3/bug> .

<http://lexvo.org/id/code/bugl1243> lvont:means <http://lexvo.org/id/iso639-3/sab> .

<http://lexvo.org/id/code/bugu1246> lvont:means <http://lexvo.org/id/iso639-3/bgg> .

<http://lexvo.org/id/code/buh> lvont:means <http://lexvo.org/id/iso639-3/buh> .

<http://lexvo.org/id/code/bui> lvont:means <http://lexvo.org/id/iso639-3/bui>,
        <http://lexvo.org/id/iso639-3/bzq> .

<http://lexvo.org/id/code/buj> lvont:means <http://lexvo.org/id/iso639-3/buj>,
        <http://lexvo.org/id/iso639-3/nmg> .

<http://lexvo.org/id/code/buk> lvont:means <http://lexvo.org/id/iso639-3/buk>,
        <http://lexvo.org/id/iso639-3/bxk> .

<http://lexvo.org/id/code/buka1257> lvont:means <http://lexvo.org/id/iso639-3/sdo> .

<http://lexvo.org/id/code/buku1249> lvont:means <http://lexvo.org/id/iso639-3/bxk> .

<http://lexvo.org/id/code/bul> lvont:means <http://lexvo.org/id/iso639-3/bul> .

<http://lexvo.org/id/code/bulg1262> lvont:means <http://lexvo.org/id/iso639-3/bul> .

<http://lexvo.org/id/code/buli1254> lvont:means <http://lexvo.org/id/iso639-3/bwu> .

<http://lexvo.org/id/code/buli1255> lvont:means <http://lexvo.org/id/iso639-3/bzq> .

<http://lexvo.org/id/code/bulu1251> lvont:means <http://lexvo.org/id/iso639-3/bum> .

<http://lexvo.org/id/code/bum> lvont:means <http://lexvo.org/id/iso639-3/bum>,
        <http://lexvo.org/id/iso639-3/tkw> .

<http://lexvo.org/id/code/bun> lvont:means <http://lexvo.org/id/iso639-3/bun>,
        <http://lexvo.org/id/iso639-3/buo> .

<http://lexvo.org/id/code/buna1275> lvont:means <http://lexvo.org/id/iso639-3/bck> .

<http://lexvo.org/id/code/buo> lvont:means <http://lexvo.org/id/iso639-3/buo> .

<http://lexvo.org/id/code/bup> lvont:means <http://lexvo.org/id/iso639-3/bup> .

<http://lexvo.org/id/code/buq> lvont:means <http://lexvo.org/id/iso639-3/buq> .

<http://lexvo.org/id/code/bur> lvont:means <http://lexvo.org/id/iso639-3/bsk>,
        <http://lexvo.org/id/iso639-3/mya> .

<http://lexvo.org/id/code/bura1267> lvont:means <http://lexvo.org/id/iso639-3/bvr> .

<http://lexvo.org/id/code/bura1292> lvont:means <http://lexvo.org/id/iso639-3/bwr> .

<http://lexvo.org/id/code/burj1242> lvont:means <http://lexvo.org/id/iso639-3/bji> .

<http://lexvo.org/id/code/buru1296> lvont:means <http://lexvo.org/id/iso639-3/bsk> .

<http://lexvo.org/id/code/buru1303> lvont:means <http://lexvo.org/id/iso639-3/mhs> .

<http://lexvo.org/id/code/buru1306> lvont:means <http://lexvo.org/id/iso639-3/bmu> .

<http://lexvo.org/id/code/buru1320> lvont:means <http://lexvo.org/id/iso639-3/bds> .

<http://lexvo.org/id/code/bus> lvont:means <http://lexvo.org/id/iso639-3/bqp>,
        <http://lexvo.org/id/iso639-3/bus> .

<http://lexvo.org/id/code/busa1253> lvont:means <http://lexvo.org/id/iso639-3/bqp> .

<http://lexvo.org/id/code/bush1247> lvont:means <http://lexvo.org/id/iso639-3/buf> .

<http://lexvo.org/id/code/but> lvont:means <http://lexvo.org/id/iso639-3/but>,
        <http://lexvo.org/id/iso639-3/bxm> .

<http://lexvo.org/id/code/buu> lvont:means <http://lexvo.org/id/iso639-3/buu>,
        <http://lexvo.org/id/iso639-3/mhs> .

<http://lexvo.org/id/code/buv> lvont:means <http://lexvo.org/id/iso639-3/buv> .

<http://lexvo.org/id/code/buw> lvont:means <http://lexvo.org/id/iso639-3/bum>,
        <http://lexvo.org/id/iso639-3/buw> .

<http://lexvo.org/id/code/bux> lvont:means <http://lexvo.org/id/iso639-3/bux> .

<http://lexvo.org/id/code/buy> lvont:means <http://lexvo.org/id/iso639-3/buy>,
        <http://lexvo.org/id/iso639-3/bwu> .

<http://lexvo.org/id/code/buz> lvont:means <http://lexvo.org/id/iso639-3/buz> .

<http://lexvo.org/id/code/bva> lvont:means <http://lexvo.org/id/iso639-3/bva> .

<http://lexvo.org/id/code/bvb> lvont:means <http://lexvo.org/id/iso639-3/bvb> .

<http://lexvo.org/id/code/bvc> lvont:means <http://lexvo.org/id/iso639-3/bvc> .

<http://lexvo.org/id/code/bvd> lvont:means <http://lexvo.org/id/iso639-3/bvd> .

<http://lexvo.org/id/code/bve> lvont:means <http://lexvo.org/id/iso639-3/bve> .

<http://lexvo.org/id/code/bvf> lvont:means <http://lexvo.org/id/iso639-3/bvf> .

<http://lexvo.org/id/code/bvg> lvont:means <http://lexvo.org/id/iso639-3/bvg> .

<http://lexvo.org/id/code/bvh> lvont:means <http://lexvo.org/id/iso639-3/bvh> .

<http://lexvo.org/id/code/bvi> lvont:means <http://lexvo.org/id/iso639-3/bvi> .

<http://lexvo.org/id/code/bvj> lvont:means <http://lexvo.org/id/iso639-3/bvj> .

<http://lexvo.org/id/code/bvk> lvont:means <http://lexvo.org/id/iso639-3/bvk> .

<http://lexvo.org/id/code/bvl> lvont:means <http://lexvo.org/id/iso639-3/bvl> .

<http://lexvo.org/id/code/bvm> lvont:means <http://lexvo.org/id/iso639-3/bvm> .

<http://lexvo.org/id/code/bvn> lvont:means <http://lexvo.org/id/iso639-3/bvn> .

<http://lexvo.org/id/code/bvo> lvont:means <http://lexvo.org/id/iso639-3/bvo> .

<http://lexvo.org/id/code/bvq> lvont:means <http://lexvo.org/id/iso639-3/bvq> .

<http://lexvo.org/id/code/bvr> lvont:means <http://lexvo.org/id/iso639-3/bvr> .

<http://lexvo.org/id/code/bvt> lvont:means <http://lexvo.org/id/iso639-3/bvt> .

<http://lexvo.org/id/code/bvu> lvont:means <http://lexvo.org/id/iso639-3/bvu> .

<http://lexvo.org/id/code/bvv> lvont:means <http://lexvo.org/id/iso639-3/bvv> .

<http://lexvo.org/id/code/bvw> lvont:means <http://lexvo.org/id/iso639-3/bvw> .

<http://lexvo.org/id/code/bvx> lvont:means <http://lexvo.org/id/iso639-3/bvx> .

<http://lexvo.org/id/code/bvy> lvont:means <http://lexvo.org/id/iso639-3/bvy> .

<http://lexvo.org/id/code/bvz> lvont:means <http://lexvo.org/id/iso639-3/bvz> .

<http://lexvo.org/id/code/bwa> lvont:means <http://lexvo.org/id/iso639-3/bdy>,
        <http://lexvo.org/id/iso639-3/bwa> .

<http://lexvo.org/id/code/bwb> lvont:means <http://lexvo.org/id/iso639-3/bwb> .

<http://lexvo.org/id/code/bwc> lvont:means <http://lexvo.org/id/iso639-3/bwc> .

<http://lexvo.org/id/code/bwd> lvont:means <http://lexvo.org/id/iso639-3/bwd> .

<http://lexvo.org/id/code/bwe> lvont:means <http://lexvo.org/id/iso639-3/bwe> .

<http://lexvo.org/id/code/bwek1238> lvont:means <http://lexvo.org/id/iso639-3/bwe> .

<http://lexvo.org/id/code/bwf> lvont:means <http://lexvo.org/id/iso639-3/bwf> .

<http://lexvo.org/id/code/bwg> lvont:means <http://lexvo.org/id/iso639-3/bwg> .

<http://lexvo.org/id/code/bwh> lvont:means <http://lexvo.org/id/iso639-3/bwh> .

<http://lexvo.org/id/code/bwi> lvont:means <http://lexvo.org/id/iso639-3/bwi> .

<http://lexvo.org/id/code/bwj> lvont:means <http://lexvo.org/id/iso639-3/bwj> .

<http://lexvo.org/id/code/bwk> lvont:means <http://lexvo.org/id/iso639-3/bwk> .

<http://lexvo.org/id/code/bwl> lvont:means <http://lexvo.org/id/iso639-3/bwl> .

<http://lexvo.org/id/code/bwm> lvont:means <http://lexvo.org/id/iso639-3/bwm> .

<http://lexvo.org/id/code/bwn> lvont:means <http://lexvo.org/id/iso639-3/bwn> .

<http://lexvo.org/id/code/bwo> lvont:means <http://lexvo.org/id/iso639-3/bwo> .

<http://lexvo.org/id/code/bwp> lvont:means <http://lexvo.org/id/iso639-3/bwp> .

<http://lexvo.org/id/code/bwq> lvont:means <http://lexvo.org/id/iso639-3/bwq> .

<http://lexvo.org/id/code/bwr> lvont:means <http://lexvo.org/id/iso639-3/bwr> .

<http://lexvo.org/id/code/bws> lvont:means <http://lexvo.org/id/iso639-3/bws> .

<http://lexvo.org/id/code/bwt> lvont:means <http://lexvo.org/id/iso639-3/bwt> .

<http://lexvo.org/id/code/bwu> lvont:means <http://lexvo.org/id/iso639-3/bwu> .

<http://lexvo.org/id/code/bww> lvont:means <http://lexvo.org/id/iso639-3/bww> .

<http://lexvo.org/id/code/bwx> lvont:means <http://lexvo.org/id/iso639-3/bwx> .

<http://lexvo.org/id/code/bwy> lvont:means <http://lexvo.org/id/iso639-3/bwy> .

<http://lexvo.org/id/code/bwz> lvont:means <http://lexvo.org/id/iso639-3/bwz> .

<http://lexvo.org/id/code/bxa> lvont:means <http://lexvo.org/id/iso639-3/bxa> .

<http://lexvo.org/id/code/bxb> lvont:means <http://lexvo.org/id/iso639-3/bxb> .

<http://lexvo.org/id/code/bxc> lvont:means <http://lexvo.org/id/iso639-3/bxc> .

<http://lexvo.org/id/code/bxd> lvont:means <http://lexvo.org/id/iso639-3/bxd> .

<http://lexvo.org/id/code/bxe> lvont:means <http://lexvo.org/id/iso639-3/bxe> .

<http://lexvo.org/id/code/bxf> lvont:means <http://lexvo.org/id/iso639-3/bxf> .

<http://lexvo.org/id/code/bxg> lvont:means <http://lexvo.org/id/iso639-3/bxg> .

<http://lexvo.org/id/code/bxh> lvont:means <http://lexvo.org/id/iso639-3/bxh> .

<http://lexvo.org/id/code/bxi> lvont:means <http://lexvo.org/id/iso639-3/bxi> .

<http://lexvo.org/id/code/bxj> lvont:means <http://lexvo.org/id/iso639-3/bxj> .

<http://lexvo.org/id/code/bxk> lvont:means <http://lexvo.org/id/iso639-3/bxk> .

<http://lexvo.org/id/code/bxl> lvont:means <http://lexvo.org/id/iso639-3/bxl> .

<http://lexvo.org/id/code/bxm> lvont:means <http://lexvo.org/id/iso639-3/bxm> .

<http://lexvo.org/id/code/bxn> lvont:means <http://lexvo.org/id/iso639-3/bxn> .

<http://lexvo.org/id/code/bxo> lvont:means <http://lexvo.org/id/iso639-3/bxo> .

<http://lexvo.org/id/code/bxp> lvont:means <http://lexvo.org/id/iso639-3/bxp> .

<http://lexvo.org/id/code/bxq> lvont:means <http://lexvo.org/id/iso639-3/bxq> .

<http://lexvo.org/id/code/bxr> lvont:means <http://lexvo.org/id/iso639-3/bxr> .

<http://lexvo.org/id/code/bxs> lvont:means <http://lexvo.org/id/iso639-3/bxs> .

<http://lexvo.org/id/code/bxu> lvont:means <http://lexvo.org/id/iso639-3/bxu> .

<http://lexvo.org/id/code/bxv> lvont:means <http://lexvo.org/id/iso639-3/bxv> .

<http://lexvo.org/id/code/bxw> lvont:means <http://lexvo.org/id/iso639-3/bxw> .

<http://lexvo.org/id/code/bxx> lvont:means <http://lexvo.org/id/iso639-3/bxx> .

<http://lexvo.org/id/code/bxz> lvont:means <http://lexvo.org/id/iso639-3/bxz> .

<http://lexvo.org/id/code/bya> lvont:means <http://lexvo.org/id/iso639-3/bee>,
        <http://lexvo.org/id/iso639-3/bya> .

<http://lexvo.org/id/code/byan1241> lvont:means <http://lexvo.org/id/iso639-3/bee> .

<http://lexvo.org/id/code/byb> lvont:means <http://lexvo.org/id/iso639-3/byb> .

<http://lexvo.org/id/code/byc> lvont:means <http://lexvo.org/id/iso639-3/byc> .

<http://lexvo.org/id/code/byd> lvont:means <http://lexvo.org/id/iso639-3/byd> .

<http://lexvo.org/id/code/bye> lvont:means <http://lexvo.org/id/iso639-3/bye> .

<http://lexvo.org/id/code/byf> lvont:means <http://lexvo.org/id/iso639-3/byf> .

<http://lexvo.org/id/code/byg> lvont:means <http://lexvo.org/id/iso639-3/byg> .

<http://lexvo.org/id/code/byh> lvont:means <http://lexvo.org/id/iso639-3/byh> .

<http://lexvo.org/id/code/byi> lvont:means <http://lexvo.org/id/iso639-3/byi> .

<http://lexvo.org/id/code/byj> lvont:means <http://lexvo.org/id/iso639-3/byj> .

<http://lexvo.org/id/code/byk> lvont:means <http://lexvo.org/id/iso639-3/byk> .

<http://lexvo.org/id/code/byl> lvont:means <http://lexvo.org/id/iso639-3/byl> .

<http://lexvo.org/id/code/bym> lvont:means <http://lexvo.org/id/iso639-3/bym> .

<http://lexvo.org/id/code/byn> lvont:means <http://lexvo.org/id/iso639-3/byn> .

<http://lexvo.org/id/code/byo> lvont:means <http://lexvo.org/id/iso639-3/byo> .

<http://lexvo.org/id/code/byp> lvont:means <http://lexvo.org/id/iso639-3/byp> .

<http://lexvo.org/id/code/byq> lvont:means <http://lexvo.org/id/iso639-3/byq> .

<http://lexvo.org/id/code/byr> lvont:means <http://lexvo.org/id/iso639-3/byr> .

<http://lexvo.org/id/code/bys> lvont:means <http://lexvo.org/id/iso639-3/bsw>,
        <http://lexvo.org/id/iso639-3/bys> .

<http://lexvo.org/id/code/byt> lvont:means <http://lexvo.org/id/iso639-3/byt> .

<http://lexvo.org/id/code/byu> lvont:means <http://lexvo.org/id/iso639-3/bdy> .

<http://lexvo.org/id/code/byv> lvont:means <http://lexvo.org/id/iso639-3/byv> .

<http://lexvo.org/id/code/byw> lvont:means <http://lexvo.org/id/iso639-3/byw> .

<http://lexvo.org/id/code/byx> lvont:means <http://lexvo.org/id/iso639-3/byx> .

<http://lexvo.org/id/code/byy> lvont:means <http://lexvo.org/id/iso639-3/byy> .

<http://lexvo.org/id/code/byz> lvont:means <http://lexvo.org/id/iso639-3/byz> .

<http://lexvo.org/id/code/bza> lvont:means <http://lexvo.org/id/iso639-3/bza> .

<http://lexvo.org/id/code/bzb> lvont:means <http://lexvo.org/id/iso639-3/bzb> .

<http://lexvo.org/id/code/bzc> lvont:means <http://lexvo.org/id/iso639-3/bzc> .

<http://lexvo.org/id/code/bzd> lvont:means <http://lexvo.org/id/iso639-3/bzd> .

<http://lexvo.org/id/code/bze> lvont:means <http://lexvo.org/id/iso639-3/bze> .

<http://lexvo.org/id/code/bzf> lvont:means <http://lexvo.org/id/iso639-3/bzf> .

<http://lexvo.org/id/code/bzg> lvont:means <http://lexvo.org/id/iso639-3/bzg> .

<http://lexvo.org/id/code/bzh> lvont:means <http://lexvo.org/id/iso639-3/bzh> .

<http://lexvo.org/id/code/bzi> lvont:means <http://lexvo.org/id/iso639-3/bvz>,
        <http://lexvo.org/id/iso639-3/bzi> .

<http://lexvo.org/id/code/bzj> lvont:means <http://lexvo.org/id/iso639-3/bzj> .

<http://lexvo.org/id/code/bzk> lvont:means <http://lexvo.org/id/iso639-3/bzk> .

<http://lexvo.org/id/code/bzl> lvont:means <http://lexvo.org/id/iso639-3/bzl> .

<http://lexvo.org/id/code/bzm> lvont:means <http://lexvo.org/id/iso639-3/bzm> .

<http://lexvo.org/id/code/bzn> lvont:means <http://lexvo.org/id/iso639-3/bzn> .

<http://lexvo.org/id/code/bzo> lvont:means <http://lexvo.org/id/iso639-3/bzo> .

<http://lexvo.org/id/code/bzp> lvont:means <http://lexvo.org/id/iso639-3/bzp> .

<http://lexvo.org/id/code/bzq> lvont:means <http://lexvo.org/id/iso639-3/bzq> .

<http://lexvo.org/id/code/bzr> lvont:means <http://lexvo.org/id/iso639-3/bzr> .

<http://lexvo.org/id/code/bzs> lvont:means <http://lexvo.org/id/iso639-3/bzs> .

<http://lexvo.org/id/code/bzt> lvont:means <http://lexvo.org/id/iso639-3/bzt> .

<http://lexvo.org/id/code/bzu> lvont:means <http://lexvo.org/id/iso639-3/bzu> .

<http://lexvo.org/id/code/bzv> lvont:means <http://lexvo.org/id/iso639-3/bzv> .

<http://lexvo.org/id/code/bzw> lvont:means <http://lexvo.org/id/iso639-3/bzw> .

<http://lexvo.org/id/code/bzx> lvont:means <http://lexvo.org/id/iso639-3/bzx> .

<http://lexvo.org/id/code/bzy> lvont:means <http://lexvo.org/id/iso639-3/bzy> .

<http://lexvo.org/id/code/bzz> lvont:means <http://lexvo.org/id/iso639-3/bzz> .

<http://lexvo.org/id/code/ca> lvont:means <http://lexvo.org/id/iso639-3/cat> .

<http://lexvo.org/id/code/caa> lvont:means <http://lexvo.org/id/iso639-3/caa> .

<http://lexvo.org/id/code/cab> lvont:means <http://lexvo.org/id/iso639-3/cab>,
        <http://lexvo.org/id/iso639-3/cjp> .

<http://lexvo.org/id/code/cabe1245> lvont:means <http://lexvo.org/id/iso639-3/cjp> .

<http://lexvo.org/id/code/cac> lvont:means <http://lexvo.org/id/iso639-3/cac>,
        <http://lexvo.org/id/iso639-3/cbv> .

<http://lexvo.org/id/code/cacu1241> lvont:means <http://lexvo.org/id/iso639-3/cbv> .

<http://lexvo.org/id/code/cad> lvont:means <http://lexvo.org/id/iso639-3/cad> .

<http://lexvo.org/id/code/cadd1256> lvont:means <http://lexvo.org/id/iso639-3/cad> .

<http://lexvo.org/id/code/cae> lvont:means <http://lexvo.org/id/iso639-3/cae> .

<http://lexvo.org/id/code/caf> lvont:means <http://lexvo.org/id/iso639-3/caf> .

<http://lexvo.org/id/code/cag> lvont:means <http://lexvo.org/id/iso639-3/cag> .

<http://lexvo.org/id/code/cah> lvont:means <http://lexvo.org/id/iso639-3/cah>,
        <http://lexvo.org/id/iso639-3/chl> .

<http://lexvo.org/id/code/cahu1264> lvont:means <http://lexvo.org/id/iso639-3/chl> .

<http://lexvo.org/id/code/cai> lvont:means <http://lexvo.org/id/iso639-3/suq>,
        <http://lexvo.org/id/iso639-5/cai> .

<http://lexvo.org/id/code/caj> lvont:means <http://lexvo.org/id/iso639-3/caj> .

<http://lexvo.org/id/code/caja1238> lvont:means <http://lexvo.org/id/iso639-3/qvc> .

<http://lexvo.org/id/code/cak> lvont:means <http://lexvo.org/id/iso639-3/cak> .

<http://lexvo.org/id/code/cal> lvont:means <http://lexvo.org/id/iso639-3/cal> .

<http://lexvo.org/id/code/cam> lvont:means <http://lexvo.org/id/iso639-3/cam>,
        <http://lexvo.org/id/iso639-3/kbh>,
        <http://lexvo.org/id/iso639-3/khm> .

<http://lexvo.org/id/code/caml1239> lvont:means <http://lexvo.org/id/iso639-3/rab> .

<http://lexvo.org/id/code/camp1261> lvont:means <http://lexvo.org/id/iso639-3/sro> .

<http://lexvo.org/id/code/cams1241> lvont:means <http://lexvo.org/id/iso639-3/kbh> .

<http://lexvo.org/id/code/can> lvont:means <http://lexvo.org/id/iso639-3/can>,
        <http://lexvo.org/id/iso639-3/cbu> .

<http://lexvo.org/id/code/cand1248> lvont:means <http://lexvo.org/id/iso639-3/cbu> .

<http://lexvo.org/id/code/cane1242> lvont:means <http://lexvo.org/id/iso639-3/ram> .

<http://lexvo.org/id/code/cao> lvont:means <http://lexvo.org/id/iso639-3/cao> .

<http://lexvo.org/id/code/cap> lvont:means <http://lexvo.org/id/iso639-3/cap>,
        <http://lexvo.org/id/iso639-3/kaq> .

<http://lexvo.org/id/code/capa1241> lvont:means <http://lexvo.org/id/iso639-3/kaq> .

<http://lexvo.org/id/code/caq> lvont:means <http://lexvo.org/id/iso639-3/caq> .

<http://lexvo.org/id/code/car> lvont:means <http://lexvo.org/id/iso639-3/car> .

<http://lexvo.org/id/code/cara1272> lvont:means <http://lexvo.org/id/iso639-3/cbc> .

<http://lexvo.org/id/code/cari1279> lvont:means <http://lexvo.org/id/iso639-3/cbd> .

<http://lexvo.org/id/code/carn1240> lvont:means <http://lexvo.org/id/iso639-3/caq> .

<http://lexvo.org/id/code/caro1242> lvont:means <http://lexvo.org/id/iso639-3/cal> .

<http://lexvo.org/id/code/carr1249> lvont:means <http://lexvo.org/id/iso639-3/crx> .

<http://lexvo.org/id/code/cas> lvont:means <http://lexvo.org/id/iso639-3/cas>,
        <http://lexvo.org/id/iso639-3/cbr> .

<http://lexvo.org/id/code/cash1251> lvont:means <http://lexvo.org/id/iso639-3/cbr> .

<http://lexvo.org/id/code/cash1254> lvont:means <http://lexvo.org/id/iso639-3/cbs> .

<http://lexvo.org/id/code/casi1235> lvont:means <http://lexvo.org/id/iso639-3/dgc> .

<http://lexvo.org/id/code/cat> lvont:means <http://lexvo.org/id/iso639-3/cat>,
        <http://lexvo.org/id/iso639-3/cto> .

<http://lexvo.org/id/code/cata1286> lvont:means <http://lexvo.org/id/iso639-3/chc> .

<http://lexvo.org/id/code/cau> lvont:means <http://lexvo.org/id/iso639-5/cau> .

<http://lexvo.org/id/code/cav> lvont:means <http://lexvo.org/id/iso639-3/cav> .

<http://lexvo.org/id/code/cavi1250> lvont:means <http://lexvo.org/id/iso639-3/cav> .

<http://lexvo.org/id/code/caw> lvont:means <http://lexvo.org/id/iso639-3/caw> .

<http://lexvo.org/id/code/cax> lvont:means <http://lexvo.org/id/iso639-3/cax>,
        <http://lexvo.org/id/iso639-3/cni> .

<http://lexvo.org/id/code/cay> lvont:means <http://lexvo.org/id/iso639-3/cay>,
        <http://lexvo.org/id/iso639-3/cbi> .

<http://lexvo.org/id/code/cayu1261> lvont:means <http://lexvo.org/id/iso639-3/cay> .

<http://lexvo.org/id/code/cayu1262> lvont:means <http://lexvo.org/id/iso639-3/cyb> .

<http://lexvo.org/id/code/caz> lvont:means <http://lexvo.org/id/iso639-3/caz> .

<http://lexvo.org/id/code/cba> lvont:means <http://lexvo.org/id/iso639-3/boi>,
        <http://lexvo.org/id/iso639-5/cba> .

<http://lexvo.org/id/code/cbb> lvont:means <http://lexvo.org/id/iso639-3/cbb> .

<http://lexvo.org/id/code/cbc> lvont:means <http://lexvo.org/id/iso639-3/cbc> .

<http://lexvo.org/id/code/cbd> lvont:means <http://lexvo.org/id/iso639-3/cbd> .

<http://lexvo.org/id/code/cbe> lvont:means <http://lexvo.org/id/iso639-3/cbe> .

<http://lexvo.org/id/code/cbg> lvont:means <http://lexvo.org/id/iso639-3/cbg> .

<http://lexvo.org/id/code/cbh> lvont:means <http://lexvo.org/id/iso639-3/cbh> .

<http://lexvo.org/id/code/cbi> lvont:means <http://lexvo.org/id/iso639-3/cbi> .

<http://lexvo.org/id/code/cbj> lvont:means <http://lexvo.org/id/iso639-3/cbj> .

<http://lexvo.org/id/code/cbk> lvont:means <http://lexvo.org/id/iso639-3/cbk> .

<http://lexvo.org/id/code/cbl> lvont:means <http://lexvo.org/id/iso639-3/cbl> .

<http://lexvo.org/id/code/cbn> lvont:means <http://lexvo.org/id/iso639-3/cbn> .

<http://lexvo.org/id/code/cbo> lvont:means <http://lexvo.org/id/iso639-3/cao>,
        <http://lexvo.org/id/iso639-3/cbo> .

<http://lexvo.org/id/code/cbr> lvont:means <http://lexvo.org/id/iso639-3/cbr> .

<http://lexvo.org/id/code/cbs> lvont:means <http://lexvo.org/id/iso639-3/cbs> .

<http://lexvo.org/id/code/cbt> lvont:means <http://lexvo.org/id/iso639-3/cbt> .

<http://lexvo.org/id/code/cbu> lvont:means <http://lexvo.org/id/iso639-3/cbu> .

<http://lexvo.org/id/code/cbv> lvont:means <http://lexvo.org/id/iso639-3/cbv> .

<http://lexvo.org/id/code/cbw> lvont:means <http://lexvo.org/id/iso639-3/cbw> .

<http://lexvo.org/id/code/cby> lvont:means <http://lexvo.org/id/iso639-3/cby> .

<http://lexvo.org/id/code/cca> lvont:means <http://lexvo.org/id/iso639-3/cca> .

<http://lexvo.org/id/code/ccc> lvont:means <http://lexvo.org/id/iso639-3/ccc> .

<http://lexvo.org/id/code/ccd> lvont:means <http://lexvo.org/id/iso639-3/ccd> .

<http://lexvo.org/id/code/cce> lvont:means <http://lexvo.org/id/iso639-3/cce> .

<http://lexvo.org/id/code/ccg> lvont:means <http://lexvo.org/id/iso639-3/ccg> .

<http://lexvo.org/id/code/cch> lvont:means <http://lexvo.org/id/iso639-3/cch>,
        <http://lexvo.org/id/iso639-3/coz> .

<http://lexvo.org/id/code/ccj> lvont:means <http://lexvo.org/id/iso639-3/ccj> .

<http://lexvo.org/id/code/cck> lvont:means <http://lexvo.org/id/iso639-3/cic> .

<http://lexvo.org/id/code/ccl> lvont:means <http://lexvo.org/id/iso639-3/ccl> .

<http://lexvo.org/id/code/ccm> lvont:means <http://lexvo.org/id/iso639-3/ccm>,
        <http://lexvo.org/id/iso639-3/cco> .

<http://lexvo.org/id/code/ccn> lvont:means <http://lexvo.org/id/iso639-5/ccn> .

<http://lexvo.org/id/code/cco> lvont:means <http://lexvo.org/id/iso639-3/cco> .

<http://lexvo.org/id/code/ccp> lvont:means <http://lexvo.org/id/iso639-3/ccp>,
        <http://lexvo.org/id/iso639-3/coc> .

<http://lexvo.org/id/code/ccr> lvont:means <http://lexvo.org/id/iso639-3/ccr> .

<http://lexvo.org/id/code/ccs> lvont:means <http://lexvo.org/id/iso639-5/ccs> .

<http://lexvo.org/id/code/cct> lvont:means <http://lexvo.org/id/iso639-3/cho> .

<http://lexvo.org/id/code/cda> lvont:means <http://lexvo.org/id/iso639-3/cda> .

<http://lexvo.org/id/code/cdc> lvont:means <http://lexvo.org/id/iso639-5/cdc> .

<http://lexvo.org/id/code/cdd> lvont:means <http://lexvo.org/id/iso639-5/cdd> .

<http://lexvo.org/id/code/cde> lvont:means <http://lexvo.org/id/iso639-3/cde>,
        <http://lexvo.org/id/iso639-3/mch> .

<http://lexvo.org/id/code/cdf> lvont:means <http://lexvo.org/id/iso639-3/cdf> .

<http://lexvo.org/id/code/cdg> lvont:means <http://lexvo.org/id/iso639-3/cdg> .

<http://lexvo.org/id/code/cdh> lvont:means <http://lexvo.org/id/iso639-3/cdh> .

<http://lexvo.org/id/code/cdi> lvont:means <http://lexvo.org/id/iso639-3/cdi> .

<http://lexvo.org/id/code/cdj> lvont:means <http://lexvo.org/id/iso639-3/cdj> .

<http://lexvo.org/id/code/cdm> lvont:means <http://lexvo.org/id/iso639-3/cdm> .

<http://lexvo.org/id/code/cdn> lvont:means <http://lexvo.org/id/iso639-3/cdn> .

<http://lexvo.org/id/code/cdo> lvont:means <http://lexvo.org/id/iso639-3/cdo> .

<http://lexvo.org/id/code/cdr> lvont:means <http://lexvo.org/id/iso639-3/cdr> .

<http://lexvo.org/id/code/cds> lvont:means <http://lexvo.org/id/iso639-3/cds> .

<http://lexvo.org/id/code/cdy> lvont:means <http://lexvo.org/id/iso639-3/cdy> .

<http://lexvo.org/id/code/cdz> lvont:means <http://lexvo.org/id/iso639-3/cdz> .

<http://lexvo.org/id/code/ce> lvont:means <http://lexvo.org/id/iso639-3/che> .

<http://lexvo.org/id/code/cea> lvont:means <http://lexvo.org/id/iso639-3/cea> .

<http://lexvo.org/id/code/ceb> lvont:means <http://lexvo.org/id/iso639-3/ceb> .

<http://lexvo.org/id/code/ceba1235> lvont:means <http://lexvo.org/id/iso639-3/sef> .

<http://lexvo.org/id/code/cebu1242> lvont:means <http://lexvo.org/id/iso639-3/ceb> .

<http://lexvo.org/id/code/cec> lvont:means <http://lexvo.org/id/iso639-3/cob> .

<http://lexvo.org/id/code/ceg> lvont:means <http://lexvo.org/id/iso639-3/ceg> .

<http://lexvo.org/id/code/cek> lvont:means <http://lexvo.org/id/iso639-3/cek> .

<http://lexvo.org/id/code/cel> lvont:means <http://lexvo.org/id/iso639-5/cel> .

<http://lexvo.org/id/code/cem> lvont:means <http://lexvo.org/id/iso639-3/cam> .

<http://lexvo.org/id/code/cemu1238> lvont:means <http://lexvo.org/id/iso639-3/cam> .

<http://lexvo.org/id/code/cen> lvont:means <http://lexvo.org/id/iso639-3/cen> .

<http://lexvo.org/id/code/cent1973> lvont:means <http://lexvo.org/id/iso639-3/pst> .

<http://lexvo.org/id/code/cent1989> lvont:means <http://lexvo.org/id/iso639-3/khm> .

<http://lexvo.org/id/code/cent1990> lvont:means <http://lexvo.org/id/iso639-3/ncb> .

<http://lexvo.org/id/code/cent2004> lvont:means <http://lexvo.org/id/iso639-3/bca> .

<http://lexvo.org/id/code/cent2050> lvont:means <http://lexvo.org/id/iso639-3/knc> .

<http://lexvo.org/id/code/cent2083> lvont:means <http://lexvo.org/id/iso639-3/bnc> .

<http://lexvo.org/id/code/cent2084> lvont:means <http://lexvo.org/id/iso639-3/agt> .

<http://lexvo.org/id/code/cent2087> lvont:means <http://lexvo.org/id/iso639-3/bcl> .

<http://lexvo.org/id/code/cent2101> lvont:means <http://lexvo.org/id/iso639-3/mel> .

<http://lexvo.org/id/code/cent2127> lvont:means <http://lexvo.org/id/iso639-3/esu> .

<http://lexvo.org/id/code/cent2128> lvont:means <http://lexvo.org/id/iso639-3/ess> .

<http://lexvo.org/id/code/cent2131> lvont:means <http://lexvo.org/id/iso639-3/tar> .

<http://lexvo.org/id/code/cent2132> lvont:means <http://lexvo.org/id/iso639-3/nhn> .

<http://lexvo.org/id/code/cent2138> lvont:means <http://lexvo.org/id/iso639-3/poo> .

<http://lexvo.org/id/code/cent2140> lvont:means <http://lexvo.org/id/iso639-3/csm> .

<http://lexvo.org/id/code/cent2145> lvont:means <http://lexvo.org/id/iso639-3/pbs> .

<http://lexvo.org/id/code/cent2194> lvont:means <http://lexvo.org/id/iso639-3/tzm> .

<http://lexvo.org/id/code/cerm1238> lvont:means <http://lexvo.org/id/iso639-3/cme> .

<http://lexvo.org/id/code/ces> lvont:means <http://lexvo.org/id/iso639-3/ces> .

<http://lexvo.org/id/code/cet> lvont:means <http://lexvo.org/id/iso639-3/cet> .

<http://lexvo.org/id/code/cfa> lvont:means <http://lexvo.org/id/iso639-3/cfa> .

<http://lexvo.org/id/code/cfd> lvont:means <http://lexvo.org/id/iso639-3/cfd> .

<http://lexvo.org/id/code/cfg> lvont:means <http://lexvo.org/id/iso639-3/cfg> .

<http://lexvo.org/id/code/cfm> lvont:means <http://lexvo.org/id/iso639-3/cfm> .

<http://lexvo.org/id/code/cga> lvont:means <http://lexvo.org/id/iso639-3/cga> .

<http://lexvo.org/id/code/cgc> lvont:means <http://lexvo.org/id/iso639-3/cgc> .

<http://lexvo.org/id/code/cgg> lvont:means <http://lexvo.org/id/iso639-3/cgg> .

<http://lexvo.org/id/code/cgk> lvont:means <http://lexvo.org/id/iso639-3/cgk> .

<http://lexvo.org/id/code/ch> lvont:means <http://lexvo.org/id/iso639-3/cha> .

<http://lexvo.org/id/code/cha> lvont:means <http://lexvo.org/id/iso639-3/cha> .

<http://lexvo.org/id/code/chac1249> lvont:means <http://lexvo.org/id/iso639-3/cbi> .

<http://lexvo.org/id/code/chac1251> lvont:means <http://lexvo.org/id/iso639-3/cao> .

<http://lexvo.org/id/code/chad1249> lvont:means <http://lexvo.org/id/iso639-3/shu> .

<http://lexvo.org/id/code/chal1275> lvont:means <http://lexvo.org/id/iso639-3/cld> .

<http://lexvo.org/id/code/cham1309> lvont:means <http://lexvo.org/id/iso639-3/cji> .

<http://lexvo.org/id/code/cham1312> lvont:means <http://lexvo.org/id/iso639-3/cha> .

<http://lexvo.org/id/code/cham1313> lvont:means <http://lexvo.org/id/iso639-3/can> .

<http://lexvo.org/id/code/chan1310> lvont:means <http://lexvo.org/id/iso639-3/chx> .

<http://lexvo.org/id/code/chan1313> lvont:means <http://lexvo.org/id/iso639-3/nbc> .

<http://lexvo.org/id/code/chau1259> lvont:means <http://lexvo.org/id/iso639-3/cdn> .

<http://lexvo.org/id/code/chav1241> lvont:means <http://lexvo.org/id/iso639-3/cbk> .

<http://lexvo.org/id/code/chay1248> lvont:means <http://lexvo.org/id/iso639-3/cbt> .

<http://lexvo.org/id/code/chay1249> lvont:means <http://lexvo.org/id/iso639-3/mih> .

<http://lexvo.org/id/code/chb> lvont:means <http://lexvo.org/id/iso639-3/can>,
        <http://lexvo.org/id/iso639-3/chb> .

<http://lexvo.org/id/code/chc> lvont:means <http://lexvo.org/id/iso639-3/chc>,
        <http://lexvo.org/id/iso639-3/che> .

<http://lexvo.org/id/code/chd> lvont:means <http://lexvo.org/id/iso639-3/cdn>,
        <http://lexvo.org/id/iso639-3/chd> .

<http://lexvo.org/id/code/che> lvont:means <http://lexvo.org/id/iso639-3/che>,
        <http://lexvo.org/id/iso639-3/chr> .

<http://lexvo.org/id/code/chec1245> lvont:means <http://lexvo.org/id/iso639-3/che> .

<http://lexvo.org/id/code/chek1238> lvont:means <http://lexvo.org/id/iso639-3/mrn> .

<http://lexvo.org/id/code/chep1245> lvont:means <http://lexvo.org/id/iso639-3/cdm> .

<http://lexvo.org/id/code/cher1273> lvont:means <http://lexvo.org/id/iso639-3/chr> .

<http://lexvo.org/id/code/chey1247> lvont:means <http://lexvo.org/id/iso639-3/chy> .

<http://lexvo.org/id/code/chf> lvont:means <http://lexvo.org/id/iso639-3/chf> .

<http://lexvo.org/id/code/chg> lvont:means <http://lexvo.org/id/iso639-3/chg>,
        <http://lexvo.org/id/iso639-3/nbc> .

<http://lexvo.org/id/code/chh> lvont:means <http://lexvo.org/id/iso639-3/chh>,
        <http://lexvo.org/id/iso639-3/sgw> .

<http://lexvo.org/id/code/chi> lvont:means <http://lexvo.org/id/iso639-3/cid>,
        <http://lexvo.org/id/iso639-3/zho> .

<http://lexvo.org/id/code/chib1270> lvont:means <http://lexvo.org/id/iso639-3/chb> .

<http://lexvo.org/id/code/chic1270> lvont:means <http://lexvo.org/id/iso639-3/cic> .

<http://lexvo.org/id/code/chic1271> lvont:means <http://lexvo.org/id/iso639-3/cob> .

<http://lexvo.org/id/code/chic1272> lvont:means <http://lexvo.org/id/iso639-3/pei> .

<http://lexvo.org/id/code/chic1273> lvont:means <http://lexvo.org/id/iso639-3/trs> .

<http://lexvo.org/id/code/chig1238> lvont:means <http://lexvo.org/id/iso639-3/cgg> .

<http://lexvo.org/id/code/chim1300> lvont:means <http://lexvo.org/id/iso639-3/zoh> .

<http://lexvo.org/id/code/chim1301> lvont:means <http://lexvo.org/id/iso639-3/cid> .

<http://lexvo.org/id/code/chim1302> lvont:means <http://lexvo.org/id/iso639-3/qug> .

<http://lexvo.org/id/code/chim1309> lvont:means <http://lexvo.org/id/iso639-3/cbg> .

<http://lexvo.org/id/code/chin1283> lvont:means <http://lexvo.org/id/iso639-3/csl> .

<http://lexvo.org/id/code/chin1286> lvont:means <http://lexvo.org/id/iso639-3/chh> .

<http://lexvo.org/id/code/chip1241> lvont:means <http://lexvo.org/id/iso639-3/ciw> .

<http://lexvo.org/id/code/chip1261> lvont:means <http://lexvo.org/id/iso639-3/chp> .

<http://lexvo.org/id/code/chiq1248> lvont:means <http://lexvo.org/id/iso639-3/cax> .

<http://lexvo.org/id/code/chiq1249> lvont:means <http://lexvo.org/id/iso639-3/qxa> .

<http://lexvo.org/id/code/chiq1250> lvont:means <http://lexvo.org/id/iso639-3/maq> .

<http://lexvo.org/id/code/chit1248> lvont:means <http://lexvo.org/id/iso639-3/ctm> .

<http://lexvo.org/id/code/chj> lvont:means <http://lexvo.org/id/iso639-3/chj> .

<http://lexvo.org/id/code/chk> lvont:means <http://lexvo.org/id/iso639-3/chk>,
        <http://lexvo.org/id/iso639-3/ckt> .

<http://lexvo.org/id/code/chl> lvont:means <http://lexvo.org/id/iso639-3/chl>,
        <http://lexvo.org/id/iso639-3/cjh> .

<http://lexvo.org/id/code/chm> lvont:means <http://lexvo.org/id/iso639-3/chm>,
        <http://lexvo.org/id/iso639-3/cji> .

<http://lexvo.org/id/code/chn> lvont:means <http://lexvo.org/id/iso639-3/chn>,
        <http://lexvo.org/id/iso639-3/chx> .

<http://lexvo.org/id/code/cho> lvont:means <http://lexvo.org/id/iso639-3/chd>,
        <http://lexvo.org/id/iso639-3/cho> .

<http://lexvo.org/id/code/choc1276> lvont:means <http://lexvo.org/id/iso639-3/cho> .

<http://lexvo.org/id/code/choc1279> lvont:means <http://lexvo.org/id/iso639-3/coz> .

<http://lexvo.org/id/code/chol1282> lvont:means <http://lexvo.org/id/iso639-3/ctu> .

<http://lexvo.org/id/code/chol1284> lvont:means <http://lexvo.org/id/iso639-3/cht> .

<http://lexvo.org/id/code/chor1273> lvont:means <http://lexvo.org/id/iso639-3/caa> .

<http://lexvo.org/id/code/chp> lvont:means <http://lexvo.org/id/iso639-3/chp> .

<http://lexvo.org/id/code/chq> lvont:means <http://lexvo.org/id/iso639-3/chq> .

<http://lexvo.org/id/code/chr> lvont:means <http://lexvo.org/id/iso639-3/chr>,
        <http://lexvo.org/id/iso639-3/crw> .

<http://lexvo.org/id/code/chra1242> lvont:means <http://lexvo.org/id/iso639-3/crw> .

<http://lexvo.org/id/code/chru1239> lvont:means <http://lexvo.org/id/iso639-3/cje> .

<http://lexvo.org/id/code/chs> lvont:means <http://lexvo.org/id/iso639-3/csy> .

<http://lexvo.org/id/code/cht> lvont:means <http://lexvo.org/id/iso639-3/cht>,
        <http://lexvo.org/id/iso639-3/cya> .

<http://lexvo.org/id/code/chu> lvont:means <http://lexvo.org/id/iso639-3/cag>,
        <http://lexvo.org/id/iso639-3/chu> .

<http://lexvo.org/id/code/chua1250> lvont:means <http://lexvo.org/id/iso639-3/cjv> .

<http://lexvo.org/id/code/chuk1273> lvont:means <http://lexvo.org/id/iso639-3/ckt> .

<http://lexvo.org/id/code/chul1246> lvont:means <http://lexvo.org/id/iso639-3/clw> .

<http://lexvo.org/id/code/chum1261> lvont:means <http://lexvo.org/id/iso639-3/ncu> .

<http://lexvo.org/id/code/chuu1238> lvont:means <http://lexvo.org/id/iso639-3/chk> .

<http://lexvo.org/id/code/chuv1255> lvont:means <http://lexvo.org/id/iso639-3/chv> .

<http://lexvo.org/id/code/chv> lvont:means <http://lexvo.org/id/iso639-3/chv> .

<http://lexvo.org/id/code/chw> lvont:means <http://lexvo.org/id/iso639-3/chw>,
        <http://lexvo.org/id/iso639-3/cja> .

<http://lexvo.org/id/code/chx> lvont:means <http://lexvo.org/id/iso639-3/chx>,
        <http://lexvo.org/id/iso639-3/clo> .

<http://lexvo.org/id/code/chy> lvont:means <http://lexvo.org/id/iso639-3/cbt>,
        <http://lexvo.org/id/iso639-3/chy> .

<http://lexvo.org/id/code/chz> lvont:means <http://lexvo.org/id/iso639-3/chz>,
        <http://lexvo.org/id/iso639-3/nan> .

<http://lexvo.org/id/code/cia> lvont:means <http://lexvo.org/id/iso639-3/cia> .

<http://lexvo.org/id/code/cib> lvont:means <http://lexvo.org/id/iso639-3/cib> .

<http://lexvo.org/id/code/cic> lvont:means <http://lexvo.org/id/iso639-3/cic>,
        <http://lexvo.org/id/iso639-3/nya> .

<http://lexvo.org/id/code/cid> lvont:means <http://lexvo.org/id/iso639-3/cid> .

<http://lexvo.org/id/code/cie> lvont:means <http://lexvo.org/id/iso639-3/cie> .

<http://lexvo.org/id/code/cih> lvont:means <http://lexvo.org/id/iso639-3/cih> .

<http://lexvo.org/id/code/cik> lvont:means <http://lexvo.org/id/iso639-3/cik> .

<http://lexvo.org/id/code/cil> lvont:means <http://lexvo.org/id/iso639-3/lua> .

<http://lexvo.org/id/code/cim> lvont:means <http://lexvo.org/id/iso639-3/cim> .

<http://lexvo.org/id/code/cin> lvont:means <http://lexvo.org/id/iso639-3/cin>,
        <http://lexvo.org/id/iso639-3/inz> .

<http://lexvo.org/id/code/cip> lvont:means <http://lexvo.org/id/iso639-3/cip> .

<http://lexvo.org/id/code/cir> lvont:means <http://lexvo.org/id/iso639-3/cir> .

<http://lexvo.org/id/code/ciw> lvont:means <http://lexvo.org/id/iso639-3/ciw> .

<http://lexvo.org/id/code/ciy> lvont:means <http://lexvo.org/id/iso639-3/ciy> .

<http://lexvo.org/id/code/cja> lvont:means <http://lexvo.org/id/iso639-3/cja> .

<http://lexvo.org/id/code/cje> lvont:means <http://lexvo.org/id/iso639-3/cje> .

<http://lexvo.org/id/code/cjh> lvont:means <http://lexvo.org/id/iso639-3/cjh> .

<http://lexvo.org/id/code/cji> lvont:means <http://lexvo.org/id/iso639-3/cji> .

<http://lexvo.org/id/code/cjk> lvont:means <http://lexvo.org/id/iso639-3/cjk> .

<http://lexvo.org/id/code/cjm> lvont:means <http://lexvo.org/id/iso639-3/cjm> .

<http://lexvo.org/id/code/cjn> lvont:means <http://lexvo.org/id/iso639-3/cjn> .

<http://lexvo.org/id/code/cjo> lvont:means <http://lexvo.org/id/iso639-3/cjo>,
        <http://lexvo.org/id/iso639-3/pei> .

<http://lexvo.org/id/code/cjp> lvont:means <http://lexvo.org/id/iso639-3/cjp> .

<http://lexvo.org/id/code/cjs> lvont:means <http://lexvo.org/id/iso639-3/cjs> .

<http://lexvo.org/id/code/cjv> lvont:means <http://lexvo.org/id/iso639-3/cjv> .

<http://lexvo.org/id/code/cjy> lvont:means <http://lexvo.org/id/iso639-3/cjy> .

<http://lexvo.org/id/code/ckb> lvont:means <http://lexvo.org/id/iso639-3/ckb> .

<http://lexvo.org/id/code/ckh> lvont:means <http://lexvo.org/id/iso639-3/ckh>,
        <http://lexvo.org/id/iso639-3/mrn> .

<http://lexvo.org/id/code/ckl> lvont:means <http://lexvo.org/id/iso639-3/chh>,
        <http://lexvo.org/id/iso639-3/ckl> .

<http://lexvo.org/id/code/ckn> lvont:means <http://lexvo.org/id/iso639-3/ckn> .

<http://lexvo.org/id/code/cko> lvont:means <http://lexvo.org/id/iso639-3/cko> .

<http://lexvo.org/id/code/ckq> lvont:means <http://lexvo.org/id/iso639-3/ckq> .

<http://lexvo.org/id/code/ckr> lvont:means <http://lexvo.org/id/iso639-3/ckr> .

<http://lexvo.org/id/code/cks> lvont:means <http://lexvo.org/id/iso639-3/cks> .

<http://lexvo.org/id/code/ckt> lvont:means <http://lexvo.org/id/iso639-3/ckt> .

<http://lexvo.org/id/code/cku> lvont:means <http://lexvo.org/id/iso639-3/cku>,
        <http://lexvo.org/id/iso639-3/wac> .

<http://lexvo.org/id/code/ckv> lvont:means <http://lexvo.org/id/iso639-3/ckv> .

<http://lexvo.org/id/code/ckx> lvont:means <http://lexvo.org/id/iso639-3/ckx> .

<http://lexvo.org/id/code/cky> lvont:means <http://lexvo.org/id/iso639-3/cky> .

<http://lexvo.org/id/code/ckz> lvont:means <http://lexvo.org/id/iso639-3/ckz> .

<http://lexvo.org/id/code/cla> lvont:means <http://lexvo.org/id/iso639-3/cla>,
        <http://lexvo.org/id/iso639-3/clm> .

<http://lexvo.org/id/code/clal1241> lvont:means <http://lexvo.org/id/iso639-3/clm> .

<http://lexvo.org/id/code/clc> lvont:means <http://lexvo.org/id/iso639-3/clc> .

<http://lexvo.org/id/code/cld> lvont:means <http://lexvo.org/id/iso639-3/cld> .

<http://lexvo.org/id/code/cle> lvont:means <http://lexvo.org/id/iso639-3/cle> .

<http://lexvo.org/id/code/clh> lvont:means <http://lexvo.org/id/iso639-3/clh> .

<http://lexvo.org/id/code/cli> lvont:means <http://lexvo.org/id/iso639-3/cli> .

<http://lexvo.org/id/code/clj> lvont:means <http://lexvo.org/id/iso639-3/clj> .

<http://lexvo.org/id/code/clk> lvont:means <http://lexvo.org/id/iso639-3/clk> .

<http://lexvo.org/id/code/cll> lvont:means <http://lexvo.org/id/iso639-3/cll> .

<http://lexvo.org/id/code/clm> lvont:means <http://lexvo.org/id/iso639-3/clm> .

<http://lexvo.org/id/code/cln> lvont:means <http://lexvo.org/id/iso639-3/cht> .

<http://lexvo.org/id/code/clo> lvont:means <http://lexvo.org/id/iso639-3/clo> .

<http://lexvo.org/id/code/clt> lvont:means <http://lexvo.org/id/iso639-3/clt> .

<http://lexvo.org/id/code/clu> lvont:means <http://lexvo.org/id/iso639-3/clu> .

<http://lexvo.org/id/code/clw> lvont:means <http://lexvo.org/id/iso639-3/clw> .

<http://lexvo.org/id/code/cly> lvont:means <http://lexvo.org/id/iso639-3/clw>,
        <http://lexvo.org/id/iso639-3/cly> .

<http://lexvo.org/id/code/cma> lvont:means <http://lexvo.org/id/iso639-3/cbg>,
        <http://lexvo.org/id/iso639-3/cma> .

<http://lexvo.org/id/code/cmc> lvont:means <http://lexvo.org/id/iso639-3/xcm>,
        <http://lexvo.org/id/iso639-5/cmc> .

<http://lexvo.org/id/code/cme> lvont:means <http://lexvo.org/id/iso639-3/cjm>,
        <http://lexvo.org/id/iso639-3/cme> .

<http://lexvo.org/id/code/cmg> lvont:means <http://lexvo.org/id/iso639-3/cmg> .

<http://lexvo.org/id/code/cmh> lvont:means <http://lexvo.org/id/iso639-3/ute> .

<http://lexvo.org/id/code/cmi> lvont:means <http://lexvo.org/id/iso639-3/cmi> .

<http://lexvo.org/id/code/cml> lvont:means <http://lexvo.org/id/iso639-3/cml>,
        <http://lexvo.org/id/iso639-3/rab> .

<http://lexvo.org/id/code/cmm> lvont:means <http://lexvo.org/id/iso639-3/cmm> .

<http://lexvo.org/id/code/cmn> lvont:means <http://lexvo.org/id/iso639-3/cmn>,
        <http://lexvo.org/id/iso639-3/com> .

<http://lexvo.org/id/code/cmo> lvont:means <http://lexvo.org/id/iso639-3/cmo> .

<http://lexvo.org/id/code/cmr> lvont:means <http://lexvo.org/id/iso639-3/cmr>,
        <http://lexvo.org/id/iso639-3/mrh> .

<http://lexvo.org/id/code/cms> lvont:means <http://lexvo.org/id/iso639-3/cms> .

<http://lexvo.org/id/code/cmt> lvont:means <http://lexvo.org/id/iso639-3/cmt> .

<http://lexvo.org/id/code/cmx> lvont:means <http://lexvo.org/id/iso639-3/coo> .

<http://lexvo.org/id/code/cmy> lvont:means <http://lexvo.org/id/iso639-3/chf> .

<http://lexvo.org/id/code/cna> lvont:means <http://lexvo.org/id/iso639-3/cna> .

<http://lexvo.org/id/code/cnb> lvont:means <http://lexvo.org/id/iso639-3/cnb> .

<http://lexvo.org/id/code/cnc> lvont:means <http://lexvo.org/id/iso639-3/cnc> .

<http://lexvo.org/id/code/cng> lvont:means <http://lexvo.org/id/iso639-3/cng> .

<http://lexvo.org/id/code/cnh> lvont:means <http://lexvo.org/id/iso639-3/cnh> .

<http://lexvo.org/id/code/cni> lvont:means <http://lexvo.org/id/iso639-3/cni> .

<http://lexvo.org/id/code/cnk> lvont:means <http://lexvo.org/id/iso639-3/cnk> .

<http://lexvo.org/id/code/cnl> lvont:means <http://lexvo.org/id/iso639-3/cnl>,
        <http://lexvo.org/id/iso639-3/ram> .

<http://lexvo.org/id/code/cnm> lvont:means <http://lexvo.org/id/iso639-3/knm> .

<http://lexvo.org/id/code/cno> lvont:means <http://lexvo.org/id/iso639-3/cno> .

<http://lexvo.org/id/code/cns> lvont:means <http://lexvo.org/id/iso639-3/cns> .

<http://lexvo.org/id/code/cnt> lvont:means <http://lexvo.org/id/iso639-3/cnt>,
        <http://lexvo.org/id/iso639-3/yue> .

<http://lexvo.org/id/code/cnu> lvont:means <http://lexvo.org/id/iso639-3/cnu> .

<http://lexvo.org/id/code/cnw> lvont:means <http://lexvo.org/id/iso639-3/cnw> .

<http://lexvo.org/id/code/cnx> lvont:means <http://lexvo.org/id/iso639-3/cnx> .

<http://lexvo.org/id/code/co> lvont:means <http://lexvo.org/id/iso639-3/cos> .

<http://lexvo.org/id/code/coa> lvont:means <http://lexvo.org/id/iso639-3/coa>,
        <http://lexvo.org/id/iso639-3/xcw> .

<http://lexvo.org/id/code/coah1252> lvont:means <http://lexvo.org/id/iso639-3/xcw> .

<http://lexvo.org/id/code/coas1294> lvont:means <http://lexvo.org/id/iso639-3/kzj> .

<http://lexvo.org/id/code/coas1295> lvont:means <http://lexvo.org/id/iso639-3/kjc> .

<http://lexvo.org/id/code/coas1301> lvont:means <http://lexvo.org/id/iso639-3/csi> .

<http://lexvo.org/id/code/coat1238> lvont:means <http://lexvo.org/id/iso639-3/mco> .

<http://lexvo.org/id/code/coat1241> lvont:means <http://lexvo.org/id/iso639-3/miz> .

<http://lexvo.org/id/code/cob> lvont:means <http://lexvo.org/id/iso639-3/cob> .

<http://lexvo.org/id/code/coc> lvont:means <http://lexvo.org/id/iso639-3/coc>,
        <http://lexvo.org/id/iso639-3/cod> .

<http://lexvo.org/id/code/coca1259> lvont:means <http://lexvo.org/id/iso639-3/cod> .

<http://lexvo.org/id/code/coco1261> lvont:means <http://lexvo.org/id/iso639-3/coc> .

<http://lexvo.org/id/code/cod> lvont:means <http://lexvo.org/id/iso639-3/cod> .

<http://lexvo.org/id/code/coe> lvont:means <http://lexvo.org/id/iso639-3/coe>,
        <http://lexvo.org/id/iso639-3/crd> .

<http://lexvo.org/id/code/coeu1236> lvont:means <http://lexvo.org/id/iso639-3/crd> .

<http://lexvo.org/id/code/cof> lvont:means <http://lexvo.org/id/iso639-3/cof>,
        <http://lexvo.org/id/iso639-3/con> .

<http://lexvo.org/id/code/cofa1242> lvont:means <http://lexvo.org/id/iso639-3/con> .

<http://lexvo.org/id/code/cog> lvont:means <http://lexvo.org/id/iso639-3/cog>,
        <http://lexvo.org/id/iso639-3/kog> .

<http://lexvo.org/id/code/cogu1240> lvont:means <http://lexvo.org/id/iso639-3/kog> .

<http://lexvo.org/id/code/coh> lvont:means <http://lexvo.org/id/iso639-3/coh> .

<http://lexvo.org/id/code/coi> lvont:means <http://lexvo.org/id/iso639-3/caa> .

<http://lexvo.org/id/code/coj> lvont:means <http://lexvo.org/id/iso639-3/coj> .

<http://lexvo.org/id/code/cok> lvont:means <http://lexvo.org/id/iso639-3/cok> .

<http://lexvo.org/id/code/col> lvont:means <http://lexvo.org/id/iso639-3/col>,
        <http://lexvo.org/id/iso639-3/ctu> .

<http://lexvo.org/id/code/colo1256> lvont:means <http://lexvo.org/id/iso639-3/cof> .

<http://lexvo.org/id/code/colu1241> lvont:means <http://lexvo.org/id/iso639-3/col> .

<http://lexvo.org/id/code/com> lvont:means <http://lexvo.org/id/iso639-3/com>,
        <http://lexvo.org/id/iso639-3/swb> .

<http://lexvo.org/id/code/coma1245> lvont:means <http://lexvo.org/id/iso639-3/com> .

<http://lexvo.org/id/code/coma1246> lvont:means <http://lexvo.org/id/iso639-3/cco> .

<http://lexvo.org/id/code/come1251> lvont:means <http://lexvo.org/id/iso639-3/xcm> .

<http://lexvo.org/id/code/como1259> lvont:means <http://lexvo.org/id/iso639-3/coo> .

<http://lexvo.org/id/code/con> lvont:means <http://lexvo.org/id/iso639-3/con> .

<http://lexvo.org/id/code/coo> lvont:means <http://lexvo.org/id/iso639-3/coo>,
        <http://lexvo.org/id/iso639-3/csz> .

<http://lexvo.org/id/code/coos1249> lvont:means <http://lexvo.org/id/iso639-3/csz> .

<http://lexvo.org/id/code/cop> lvont:means <http://lexvo.org/id/iso639-3/cop> .

<http://lexvo.org/id/code/copa1236> lvont:means <http://lexvo.org/id/iso639-3/zoc> .

<http://lexvo.org/id/code/copa1237> lvont:means <http://lexvo.org/id/iso639-3/trc> .

<http://lexvo.org/id/code/copt1239> lvont:means <http://lexvo.org/id/iso639-3/cop> .

<http://lexvo.org/id/code/coq> lvont:means <http://lexvo.org/id/iso639-3/coq> .

<http://lexvo.org/id/code/cor> lvont:means <http://lexvo.org/id/iso639-3/cor>,
        <http://lexvo.org/id/iso639-3/crn> .

<http://lexvo.org/id/code/corn1251> lvont:means <http://lexvo.org/id/iso639-3/cor> .

<http://lexvo.org/id/code/cos> lvont:means <http://lexvo.org/id/iso639-3/cos> .

<http://lexvo.org/id/code/cot> lvont:means <http://lexvo.org/id/iso639-3/cot> .

<http://lexvo.org/id/code/cou> lvont:means <http://lexvo.org/id/iso639-3/cou> .

<http://lexvo.org/id/code/cov> lvont:means <http://lexvo.org/id/iso639-3/cov> .

<http://lexvo.org/id/code/cow> lvont:means <http://lexvo.org/id/iso639-3/cow> .

<http://lexvo.org/id/code/cox> lvont:means <http://lexvo.org/id/iso639-3/cox> .

<http://lexvo.org/id/code/coy> lvont:means <http://lexvo.org/id/iso639-3/coy> .

<http://lexvo.org/id/code/coyo1236> lvont:means <http://lexvo.org/id/iso639-3/pbf> .

<http://lexvo.org/id/code/coz> lvont:means <http://lexvo.org/id/iso639-3/coz> .

<http://lexvo.org/id/code/cpa> lvont:means <http://lexvo.org/id/iso639-3/cjo>,
        <http://lexvo.org/id/iso639-3/cpa> .

<http://lexvo.org/id/code/cpb> lvont:means <http://lexvo.org/id/iso639-3/cpb> .

<http://lexvo.org/id/code/cpc> lvont:means <http://lexvo.org/id/iso639-3/cpc> .

<http://lexvo.org/id/code/cpe> lvont:means <http://lexvo.org/id/iso639-5/cpe> .

<http://lexvo.org/id/code/cpf> lvont:means <http://lexvo.org/id/iso639-5/cpf> .

<http://lexvo.org/id/code/cpg> lvont:means <http://lexvo.org/id/iso639-3/cpg> .

<http://lexvo.org/id/code/cpi> lvont:means <http://lexvo.org/id/iso639-3/cpi> .

<http://lexvo.org/id/code/cpl> lvont:means <http://lexvo.org/id/iso639-3/cpa> .

<http://lexvo.org/id/code/cpn> lvont:means <http://lexvo.org/id/iso639-3/cdm>,
        <http://lexvo.org/id/iso639-3/cpn> .

<http://lexvo.org/id/code/cpp> lvont:means <http://lexvo.org/id/iso639-5/cpp> .

<http://lexvo.org/id/code/cps> lvont:means <http://lexvo.org/id/iso639-3/cps> .

<http://lexvo.org/id/code/cpu> lvont:means <http://lexvo.org/id/iso639-3/cpu> .

<http://lexvo.org/id/code/cpw> lvont:means <http://lexvo.org/id/iso639-3/ciw> .

<http://lexvo.org/id/code/cpx> lvont:means <http://lexvo.org/id/iso639-3/cpx> .

<http://lexvo.org/id/code/cpy> lvont:means <http://lexvo.org/id/iso639-3/cpy> .

<http://lexvo.org/id/code/cqd> lvont:means <http://lexvo.org/id/iso639-3/cqd> .

<http://lexvo.org/id/code/cqt> lvont:means <http://lexvo.org/id/iso639-3/cax> .

<http://lexvo.org/id/code/cqu> lvont:means <http://lexvo.org/id/iso639-3/cqu> .

<http://lexvo.org/id/code/cr> lvont:means <http://lexvo.org/id/iso639-3/cre> .

<http://lexvo.org/id/code/cra> lvont:means <http://lexvo.org/id/iso639-3/cra> .

<http://lexvo.org/id/code/crb> lvont:means <http://lexvo.org/id/iso639-3/crb> .

<http://lexvo.org/id/code/crc> lvont:means <http://lexvo.org/id/iso639-3/crc> .

<http://lexvo.org/id/code/crd> lvont:means <http://lexvo.org/id/iso639-3/crd> .

<http://lexvo.org/id/code/cre> lvont:means <http://lexvo.org/id/iso639-3/cre>,
        <http://lexvo.org/id/iso639-3/crk> .

<http://lexvo.org/id/code/cree1270> lvont:means <http://lexvo.org/id/iso639-3/mus> .

<http://lexvo.org/id/code/crf> lvont:means <http://lexvo.org/id/iso639-3/crf> .

<http://lexvo.org/id/code/crg> lvont:means <http://lexvo.org/id/iso639-3/crg>,
        <http://lexvo.org/id/iso639-3/gui> .

<http://lexvo.org/id/code/crh> lvont:means <http://lexvo.org/id/iso639-3/cje>,
        <http://lexvo.org/id/iso639-3/crh> .

<http://lexvo.org/id/code/cri> lvont:means <http://lexvo.org/id/iso639-3/crh>,
        <http://lexvo.org/id/iso639-3/cri> .

<http://lexvo.org/id/code/crim1257> lvont:means <http://lexvo.org/id/iso639-3/crh> .

<http://lexvo.org/id/code/crj> lvont:means <http://lexvo.org/id/iso639-3/cbd>,
        <http://lexvo.org/id/iso639-3/crj> .

<http://lexvo.org/id/code/crk> lvont:means <http://lexvo.org/id/iso639-3/crk>,
        <http://lexvo.org/id/iso639-3/mus> .

<http://lexvo.org/id/code/crl> lvont:means <http://lexvo.org/id/iso639-3/cal>,
        <http://lexvo.org/id/iso639-3/crl> .

<http://lexvo.org/id/code/crm> lvont:means <http://lexvo.org/id/iso639-3/crm> .

<http://lexvo.org/id/code/crn> lvont:means <http://lexvo.org/id/iso639-3/cor>,
        <http://lexvo.org/id/iso639-3/crn> .

<http://lexvo.org/id/code/cro> lvont:means <http://lexvo.org/id/iso639-3/cro> .

<http://lexvo.org/id/code/crow1244> lvont:means <http://lexvo.org/id/iso639-3/cro> .

<http://lexvo.org/id/code/crp> lvont:means <http://lexvo.org/id/iso639-3/cbc>,
        <http://lexvo.org/id/iso639-5/crp> .

<http://lexvo.org/id/code/crq> lvont:means <http://lexvo.org/id/iso639-3/crq>,
        <http://lexvo.org/id/iso639-3/crx> .

<http://lexvo.org/id/code/crr> lvont:means <http://lexvo.org/id/iso639-3/crr> .

<http://lexvo.org/id/code/crs> lvont:means <http://lexvo.org/id/iso639-3/crs> .

<http://lexvo.org/id/code/crt> lvont:means <http://lexvo.org/id/iso639-3/crt> .

<http://lexvo.org/id/code/crv> lvont:means <http://lexvo.org/id/iso639-3/crv> .

<http://lexvo.org/id/code/crw> lvont:means <http://lexvo.org/id/iso639-3/crw> .

<http://lexvo.org/id/code/crx> lvont:means <http://lexvo.org/id/iso639-3/crx> .

<http://lexvo.org/id/code/cry> lvont:means <http://lexvo.org/id/iso639-3/cry> .

<http://lexvo.org/id/code/crz> lvont:means <http://lexvo.org/id/iso639-3/crz> .

<http://lexvo.org/id/code/cs> lvont:means <http://lexvo.org/id/iso639-3/ces> .

<http://lexvo.org/id/code/csa> lvont:means <http://lexvo.org/id/iso639-3/csa> .

<http://lexvo.org/id/code/csb> lvont:means <http://lexvo.org/id/iso639-3/csb> .

<http://lexvo.org/id/code/csc> lvont:means <http://lexvo.org/id/iso639-3/csc>,
        <http://lexvo.org/id/iso639-3/cso> .

<http://lexvo.org/id/code/csd> lvont:means <http://lexvo.org/id/iso639-3/csd> .

<http://lexvo.org/id/code/cse> lvont:means <http://lexvo.org/id/iso639-3/cse> .

<http://lexvo.org/id/code/csf> lvont:means <http://lexvo.org/id/iso639-3/csf>,
        <http://lexvo.org/id/iso639-3/cuc> .

<http://lexvo.org/id/code/csg> lvont:means <http://lexvo.org/id/iso639-3/csg> .

<http://lexvo.org/id/code/csh> lvont:means <http://lexvo.org/id/iso639-3/cbs>,
        <http://lexvo.org/id/iso639-3/csh> .

<http://lexvo.org/id/code/csi> lvont:means <http://lexvo.org/id/iso639-3/csi> .

<http://lexvo.org/id/code/csk> lvont:means <http://lexvo.org/id/iso639-3/csk> .

<http://lexvo.org/id/code/csl> lvont:means <http://lexvo.org/id/iso639-3/csl> .

<http://lexvo.org/id/code/csm> lvont:means <http://lexvo.org/id/iso639-3/csm> .

<http://lexvo.org/id/code/csn> lvont:means <http://lexvo.org/id/iso639-3/csn> .

<http://lexvo.org/id/code/cso> lvont:means <http://lexvo.org/id/iso639-3/cso>,
        <http://lexvo.org/id/iso639-3/ctp> .

<http://lexvo.org/id/code/csq> lvont:means <http://lexvo.org/id/iso639-3/csq> .

<http://lexvo.org/id/code/csr> lvont:means <http://lexvo.org/id/iso639-3/csr> .

<http://lexvo.org/id/code/css> lvont:means <http://lexvo.org/id/iso639-3/css> .

<http://lexvo.org/id/code/cst> lvont:means <http://lexvo.org/id/iso639-3/cst> .

<http://lexvo.org/id/code/csu> lvont:means <http://lexvo.org/id/iso639-5/csu> .

<http://lexvo.org/id/code/csv> lvont:means <http://lexvo.org/id/iso639-3/csv> .

<http://lexvo.org/id/code/csw> lvont:means <http://lexvo.org/id/iso639-3/csw> .

<http://lexvo.org/id/code/csy> lvont:means <http://lexvo.org/id/iso639-3/csy> .

<http://lexvo.org/id/code/csz> lvont:means <http://lexvo.org/id/iso639-3/csz> .

<http://lexvo.org/id/code/cta> lvont:means <http://lexvo.org/id/iso639-3/cta> .

<http://lexvo.org/id/code/ctc> lvont:means <http://lexvo.org/id/iso639-3/ctc> .

<http://lexvo.org/id/code/ctd> lvont:means <http://lexvo.org/id/iso639-3/ctd> .

<http://lexvo.org/id/code/cte> lvont:means <http://lexvo.org/id/iso639-3/cnt>,
        <http://lexvo.org/id/iso639-3/cte> .

<http://lexvo.org/id/code/ctg> lvont:means <http://lexvo.org/id/iso639-3/ctg> .

<http://lexvo.org/id/code/cth> lvont:means <http://lexvo.org/id/iso639-3/cth> .

<http://lexvo.org/id/code/cti> lvont:means <http://lexvo.org/id/iso639-3/ctd> .

<http://lexvo.org/id/code/ctl> lvont:means <http://lexvo.org/id/iso639-3/cat>,
        <http://lexvo.org/id/iso639-3/ctl> .

<http://lexvo.org/id/code/ctm> lvont:means <http://lexvo.org/id/iso639-3/ctm> .

<http://lexvo.org/id/code/ctn> lvont:means <http://lexvo.org/id/iso639-3/ctn> .

<http://lexvo.org/id/code/cto> lvont:means <http://lexvo.org/id/iso639-3/cto> .

<http://lexvo.org/id/code/ctp> lvont:means <http://lexvo.org/id/iso639-3/ctp> .

<http://lexvo.org/id/code/cts> lvont:means <http://lexvo.org/id/iso639-3/cts> .

<http://lexvo.org/id/code/ctt> lvont:means <http://lexvo.org/id/iso639-3/cta>,
        <http://lexvo.org/id/iso639-3/ctt> .

<http://lexvo.org/id/code/ctu> lvont:means <http://lexvo.org/id/iso639-3/ctu> .

<http://lexvo.org/id/code/ctw> lvont:means <http://lexvo.org/id/iso639-3/chc> .

<http://lexvo.org/id/code/ctz> lvont:means <http://lexvo.org/id/iso639-3/ctz> .

<http://lexvo.org/id/code/cu> lvont:means <http://lexvo.org/id/iso639-3/chu> .

<http://lexvo.org/id/code/cua> lvont:means <http://lexvo.org/id/iso639-3/cua> .

<http://lexvo.org/id/code/cuaa1241> lvont:means <http://lexvo.org/id/iso639-3/cua> .

<http://lexvo.org/id/code/cub> lvont:means <http://lexvo.org/id/iso639-3/cub> .

<http://lexvo.org/id/code/cube1242> lvont:means <http://lexvo.org/id/iso639-3/cub> .

<http://lexvo.org/id/code/cuc> lvont:means <http://lexvo.org/id/iso639-3/cuc> .

<http://lexvo.org/id/code/cug> lvont:means <http://lexvo.org/id/iso639-3/cug> .

<http://lexvo.org/id/code/cuh> lvont:means <http://lexvo.org/id/iso639-3/cuh> .

<http://lexvo.org/id/code/cui> lvont:means <http://lexvo.org/id/iso639-3/cui> .

<http://lexvo.org/id/code/cuib1242> lvont:means <http://lexvo.org/id/iso639-3/cui> .

<http://lexvo.org/id/code/cuj> lvont:means <http://lexvo.org/id/iso639-3/cuj> .

<http://lexvo.org/id/code/cuk> lvont:means <http://lexvo.org/id/iso639-3/cuk> .

<http://lexvo.org/id/code/cul> lvont:means <http://lexvo.org/id/iso639-3/cul> .

<http://lexvo.org/id/code/culi1244> lvont:means <http://lexvo.org/id/iso639-3/cul> .

<http://lexvo.org/id/code/cum> lvont:means <http://lexvo.org/id/iso639-3/cum>,
        <http://lexvo.org/id/iso639-3/ncu> .

<http://lexvo.org/id/code/cuo> lvont:means <http://lexvo.org/id/iso639-3/cuo> .

<http://lexvo.org/id/code/cup> lvont:means <http://lexvo.org/id/iso639-3/cup> .

<http://lexvo.org/id/code/cupe1243> lvont:means <http://lexvo.org/id/iso639-3/cup> .

<http://lexvo.org/id/code/cuq> lvont:means <http://lexvo.org/id/iso639-3/cuq> .

<http://lexvo.org/id/code/cur> lvont:means <http://lexvo.org/id/iso639-3/cur>,
        <http://lexvo.org/id/iso639-3/kpc> .

<http://lexvo.org/id/code/curr1243> lvont:means <http://lexvo.org/id/iso639-3/kpc> .

<http://lexvo.org/id/code/cus> lvont:means <http://lexvo.org/id/iso639-5/cus> .

<http://lexvo.org/id/code/cusc1236> lvont:means <http://lexvo.org/id/iso639-3/quz> .

<http://lexvo.org/id/code/cut> lvont:means <http://lexvo.org/id/iso639-3/cut> .

<http://lexvo.org/id/code/cuu> lvont:means <http://lexvo.org/id/iso639-3/chk>,
        <http://lexvo.org/id/iso639-3/cuu> .

<http://lexvo.org/id/code/cuv> lvont:means <http://lexvo.org/id/iso639-3/cuv> .

<http://lexvo.org/id/code/cuw> lvont:means <http://lexvo.org/id/iso639-3/cuw> .

<http://lexvo.org/id/code/cux> lvont:means <http://lexvo.org/id/iso639-3/cux> .

<http://lexvo.org/id/code/cv> lvont:means <http://lexvo.org/id/iso639-3/chv> .

<http://lexvo.org/id/code/cvc> lvont:means <http://lexvo.org/id/iso639-3/cbk> .

<http://lexvo.org/id/code/cve> lvont:means <http://lexvo.org/id/iso639-3/cjv> .

<http://lexvo.org/id/code/cvg> lvont:means <http://lexvo.org/id/iso639-3/cvg> .

<http://lexvo.org/id/code/cvn> lvont:means <http://lexvo.org/id/iso639-3/cvn> .

<http://lexvo.org/id/code/cwa> lvont:means <http://lexvo.org/id/iso639-3/cwa> .

<http://lexvo.org/id/code/cwb> lvont:means <http://lexvo.org/id/iso639-3/cwb> .

<http://lexvo.org/id/code/cwd> lvont:means <http://lexvo.org/id/iso639-3/cwd> .

<http://lexvo.org/id/code/cwe> lvont:means <http://lexvo.org/id/iso639-3/col>,
        <http://lexvo.org/id/iso639-3/cwe> .

<http://lexvo.org/id/code/cwg> lvont:means <http://lexvo.org/id/iso639-3/cwg> .

<http://lexvo.org/id/code/cwt> lvont:means <http://lexvo.org/id/iso639-3/cwt> .

<http://lexvo.org/id/code/cy> lvont:means <http://lexvo.org/id/iso639-3/cym> .

<http://lexvo.org/id/code/cya> lvont:means <http://lexvo.org/id/iso639-3/ctp>,
        <http://lexvo.org/id/iso639-3/cya> .

<http://lexvo.org/id/code/cyb> lvont:means <http://lexvo.org/id/iso639-3/cyb> .

<http://lexvo.org/id/code/cyg> lvont:means <http://lexvo.org/id/iso639-3/cay> .

<http://lexvo.org/id/code/cym> lvont:means <http://lexvo.org/id/iso639-3/cym> .

<http://lexvo.org/id/code/cyn> lvont:means <http://lexvo.org/id/iso639-3/chy> .

<http://lexvo.org/id/code/cyo> lvont:means <http://lexvo.org/id/iso639-3/cyo> .

<http://lexvo.org/id/code/cypr1248> lvont:means <http://lexvo.org/id/iso639-3/acy> .

<http://lexvo.org/id/code/cyv> lvont:means <http://lexvo.org/id/iso639-3/cyb> .

<http://lexvo.org/id/code/cze> lvont:means <http://lexvo.org/id/iso639-3/ces> .

<http://lexvo.org/id/code/czec1258> lvont:means <http://lexvo.org/id/iso639-3/ces> .

<http://lexvo.org/id/code/czh> lvont:means <http://lexvo.org/id/iso639-3/czh> .

<http://lexvo.org/id/code/czk> lvont:means <http://lexvo.org/id/iso639-3/czk> .

<http://lexvo.org/id/code/czn> lvont:means <http://lexvo.org/id/iso639-3/czn> .

<http://lexvo.org/id/code/czo> lvont:means <http://lexvo.org/id/iso639-3/czo> .

<http://lexvo.org/id/code/czt> lvont:means <http://lexvo.org/id/iso639-3/czt> .

<http://lexvo.org/id/code/da> lvont:means <http://lexvo.org/id/iso639-3/dan> .

<http://lexvo.org/id/code/daa> lvont:means <http://lexvo.org/id/iso639-3/daa>,
        <http://lexvo.org/id/iso639-3/kzf> .

<http://lexvo.org/id/code/daak1235> lvont:means <http://lexvo.org/id/iso639-3/kzf> .

<http://lexvo.org/id/code/daas1238> lvont:means <http://lexvo.org/id/iso639-3/dsh> .

<http://lexvo.org/id/code/dac> lvont:means <http://lexvo.org/id/iso639-3/dac> .

<http://lexvo.org/id/code/dad> lvont:means <http://lexvo.org/id/iso639-3/dad>,
        <http://lexvo.org/id/iso639-3/mps> .

<http://lexvo.org/id/code/dadi1250> lvont:means <http://lexvo.org/id/iso639-3/mps> .

<http://lexvo.org/id/code/dae> lvont:means <http://lexvo.org/id/iso639-3/dae> .

<http://lexvo.org/id/code/daf> lvont:means <http://lexvo.org/id/iso639-3/daf> .

<http://lexvo.org/id/code/dag> lvont:means <http://lexvo.org/id/iso639-3/dag>,
        <http://lexvo.org/id/iso639-3/dgz> .

<http://lexvo.org/id/code/daga1275> lvont:means <http://lexvo.org/id/iso639-3/dgz> .

<http://lexvo.org/id/code/dagb1246> lvont:means <http://lexvo.org/id/iso639-3/dag> .

<http://lexvo.org/id/code/dah> lvont:means <http://lexvo.org/id/iso639-3/dah>,
        <http://lexvo.org/id/iso639-3/dal> .

<http://lexvo.org/id/code/daha1245> lvont:means <http://lexvo.org/id/iso639-3/dal> .

<http://lexvo.org/id/code/dai> lvont:means <http://lexvo.org/id/iso639-3/dai> .

<http://lexvo.org/id/code/daj> lvont:means <http://lexvo.org/id/iso639-3/daj> .

<http://lexvo.org/id/code/dak> lvont:means <http://lexvo.org/id/iso639-3/dak> .

<http://lexvo.org/id/code/dako1258> lvont:means <http://lexvo.org/id/iso639-3/dak> .

<http://lexvo.org/id/code/dal> lvont:means <http://lexvo.org/id/iso639-3/dal> .

<http://lexvo.org/id/code/dalo1238> lvont:means <http://lexvo.org/id/iso639-3/bev> .

<http://lexvo.org/id/code/dam> lvont:means <http://lexvo.org/id/iso639-3/dam>,
        <http://lexvo.org/id/iso639-3/mbp> .

<http://lexvo.org/id/code/damu1236> lvont:means <http://lexvo.org/id/iso639-3/adi> .

<http://lexvo.org/id/code/dan> lvont:means <http://lexvo.org/id/iso639-3/daf>,
        <http://lexvo.org/id/iso639-3/dan> .

<http://lexvo.org/id/code/dang1274> lvont:means <http://lexvo.org/id/iso639-3/daa> .

<http://lexvo.org/id/code/dani1285> lvont:means <http://lexvo.org/id/iso639-3/dan> .

<http://lexvo.org/id/code/dann1241> lvont:means <http://lexvo.org/id/iso639-3/daf> .

<http://lexvo.org/id/code/dao> lvont:means <http://lexvo.org/id/iso639-3/dao> .

<http://lexvo.org/id/code/daq> lvont:means <http://lexvo.org/id/iso639-3/daq> .

<http://lexvo.org/id/code/dar> lvont:means <http://lexvo.org/id/iso639-3/dar>,
        <http://lexvo.org/id/iso639-3/dry> .

<http://lexvo.org/id/code/dara1250> lvont:means <http://lexvo.org/id/iso639-3/dry> .

<http://lexvo.org/id/code/darf1239> lvont:means <http://lexvo.org/id/iso639-3/daj> .

<http://lexvo.org/id/code/darg1241> lvont:means <http://lexvo.org/id/iso639-3/dar> .

<http://lexvo.org/id/code/dari1249> lvont:means <http://lexvo.org/id/iso639-3/prs> .

<http://lexvo.org/id/code/darl1243> lvont:means <http://lexvo.org/id/iso639-3/drl> .

<http://lexvo.org/id/code/darm1243> lvont:means <http://lexvo.org/id/iso639-3/drd> .

<http://lexvo.org/id/code/dars1235> lvont:means <http://lexvo.org/id/iso639-3/dau> .

<http://lexvo.org/id/code/das> lvont:means <http://lexvo.org/id/iso639-3/das> .

<http://lexvo.org/id/code/dat> lvont:means <http://lexvo.org/id/iso639-3/tcc> .

<http://lexvo.org/id/code/dato1239> lvont:means <http://lexvo.org/id/iso639-3/tcc> .

<http://lexvo.org/id/code/dau> lvont:means <http://lexvo.org/id/iso639-3/dau> .

<http://lexvo.org/id/code/daur1238> lvont:means <http://lexvo.org/id/iso639-3/dta> .

<http://lexvo.org/id/code/dav> lvont:means <http://lexvo.org/id/iso639-3/dav> .

<http://lexvo.org/id/code/daw> lvont:means <http://lexvo.org/id/iso639-3/daw>,
        <http://lexvo.org/id/iso639-3/kwa> .

<http://lexvo.org/id/code/daww1239> lvont:means <http://lexvo.org/id/iso639-3/kwa> .

<http://lexvo.org/id/code/dax> lvont:means <http://lexvo.org/id/iso639-3/dax> .

<http://lexvo.org/id/code/day> lvont:means <http://lexvo.org/id/iso639-3/dai>,
        <http://lexvo.org/id/iso639-5/day> .

<http://lexvo.org/id/code/dayy1236> lvont:means <http://lexvo.org/id/iso639-3/dai> .

<http://lexvo.org/id/code/daz> lvont:means <http://lexvo.org/id/iso639-3/daz> .

<http://lexvo.org/id/code/dba> lvont:means <http://lexvo.org/id/iso639-3/dba> .

<http://lexvo.org/id/code/dbb> lvont:means <http://lexvo.org/id/iso639-3/dbb> .

<http://lexvo.org/id/code/dbd> lvont:means <http://lexvo.org/id/iso639-3/dav>,
        <http://lexvo.org/id/iso639-3/dbd> .

<http://lexvo.org/id/code/dbe> lvont:means <http://lexvo.org/id/iso639-3/dbe> .

<http://lexvo.org/id/code/dbf> lvont:means <http://lexvo.org/id/iso639-3/dbf> .

<http://lexvo.org/id/code/dbg> lvont:means <http://lexvo.org/id/iso639-3/dbg> .

<http://lexvo.org/id/code/dbi> lvont:means <http://lexvo.org/id/iso639-3/dbi> .

<http://lexvo.org/id/code/dbj> lvont:means <http://lexvo.org/id/iso639-3/dbj> .

<http://lexvo.org/id/code/dbl> lvont:means <http://lexvo.org/id/iso639-3/dbl> .

<http://lexvo.org/id/code/dbm> lvont:means <http://lexvo.org/id/iso639-3/dbm> .

<http://lexvo.org/id/code/dbn> lvont:means <http://lexvo.org/id/iso639-3/dbn> .

<http://lexvo.org/id/code/dbo> lvont:means <http://lexvo.org/id/iso639-3/dbo> .

<http://lexvo.org/id/code/dbp> lvont:means <http://lexvo.org/id/iso639-3/dbp> .

<http://lexvo.org/id/code/dbq> lvont:means <http://lexvo.org/id/iso639-3/dbq> .

<http://lexvo.org/id/code/dbr> lvont:means <http://lexvo.org/id/iso639-3/dbr>,
        <http://lexvo.org/id/iso639-3/nld> .

<http://lexvo.org/id/code/dbt> lvont:means <http://lexvo.org/id/iso639-3/dbt> .

<http://lexvo.org/id/code/dbu> lvont:means <http://lexvo.org/id/iso639-3/dbu> .

<http://lexvo.org/id/code/dbv> lvont:means <http://lexvo.org/id/iso639-3/dbv> .

<http://lexvo.org/id/code/dbw> lvont:means <http://lexvo.org/id/iso639-3/daf>,
        <http://lexvo.org/id/iso639-3/dbw> .

<http://lexvo.org/id/code/dby> lvont:means <http://lexvo.org/id/iso639-3/dby> .

<http://lexvo.org/id/code/dca> lvont:means <http://lexvo.org/id/iso639-3/dgc> .

<http://lexvo.org/id/code/dcc> lvont:means <http://lexvo.org/id/iso639-3/dcc> .

<http://lexvo.org/id/code/dcr> lvont:means <http://lexvo.org/id/iso639-3/dcr> .

<http://lexvo.org/id/code/dda> lvont:means <http://lexvo.org/id/iso639-3/dda>,
        <http://lexvo.org/id/iso639-3/duj> .

<http://lexvo.org/id/code/ddd> lvont:means <http://lexvo.org/id/iso639-3/ddd> .

<http://lexvo.org/id/code/dde> lvont:means <http://lexvo.org/id/iso639-3/dde> .

<http://lexvo.org/id/code/ddf> lvont:means <http://lexvo.org/id/iso639-3/daj> .

<http://lexvo.org/id/code/ddg> lvont:means <http://lexvo.org/id/iso639-3/ddg> .

<http://lexvo.org/id/code/ddi> lvont:means <http://lexvo.org/id/iso639-3/ddi> .

<http://lexvo.org/id/code/ddj> lvont:means <http://lexvo.org/id/iso639-3/ddj> .

<http://lexvo.org/id/code/ddn> lvont:means <http://lexvo.org/id/iso639-3/ddn> .

<http://lexvo.org/id/code/ddo> lvont:means <http://lexvo.org/id/iso639-3/ddo> .

<http://lexvo.org/id/code/ddr> lvont:means <http://lexvo.org/id/iso639-3/ddr> .

<http://lexvo.org/id/code/dds> lvont:means <http://lexvo.org/id/iso639-3/dds> .

<http://lexvo.org/id/code/ddw> lvont:means <http://lexvo.org/id/iso639-3/ddw> .

<http://lexvo.org/id/code/de> lvont:means <http://lexvo.org/id/iso639-3/deu> .

<http://lexvo.org/id/code/dec> lvont:means <http://lexvo.org/id/iso639-3/dec> .

<http://lexvo.org/id/code/ded> lvont:means <http://lexvo.org/id/iso639-3/ded> .

<http://lexvo.org/id/code/dee> lvont:means <http://lexvo.org/id/iso639-3/dee> .

<http://lexvo.org/id/code/def> lvont:means <http://lexvo.org/id/iso639-3/afn>,
        <http://lexvo.org/id/iso639-3/def> .

<http://lexvo.org/id/code/defa1248> lvont:means <http://lexvo.org/id/iso639-3/afn> .

<http://lexvo.org/id/code/deg> lvont:means <http://lexvo.org/id/iso639-3/deg> .

<http://lexvo.org/id/code/dege1246> lvont:means <http://lexvo.org/id/iso639-3/deg> .

<http://lexvo.org/id/code/dege1248> lvont:means <http://lexvo.org/id/iso639-3/ing> .

<http://lexvo.org/id/code/deh> lvont:means <http://lexvo.org/id/iso639-3/deh> .

<http://lexvo.org/id/code/dehu1237> lvont:means <http://lexvo.org/id/iso639-3/dhv> .

<http://lexvo.org/id/code/dei> lvont:means <http://lexvo.org/id/iso639-3/dei> .

<http://lexvo.org/id/code/dek> lvont:means <http://lexvo.org/id/iso639-3/dek> .

<http://lexvo.org/id/code/del> lvont:means <http://lexvo.org/id/iso639-3/del> .

<http://lexvo.org/id/code/dem> lvont:means <http://lexvo.org/id/iso639-3/dem> .

<http://lexvo.org/id/code/den> lvont:means <http://lexvo.org/id/iso639-3/den>,
        <http://lexvo.org/id/iso639-3/dny> .

<http://lexvo.org/id/code/deni1241> lvont:means <http://lexvo.org/id/iso639-3/dny> .

<http://lexvo.org/id/code/deor1238> lvont:means <http://lexvo.org/id/iso639-3/der> .

<http://lexvo.org/id/code/dep> lvont:means <http://lexvo.org/id/iso639-3/dep> .

<http://lexvo.org/id/code/deq> lvont:means <http://lexvo.org/id/iso639-3/deq> .

<http://lexvo.org/id/code/der> lvont:means <http://lexvo.org/id/iso639-3/der>,
        <http://lexvo.org/id/iso639-3/kbv> .

<http://lexvo.org/id/code/dera1245> lvont:means <http://lexvo.org/id/iso639-3/kbv> .

<http://lexvo.org/id/code/dera1248> lvont:means <http://lexvo.org/id/iso639-3/kna> .

<http://lexvo.org/id/code/des> lvont:means <http://lexvo.org/id/iso639-3/des> .

<http://lexvo.org/id/code/desa1247> lvont:means <http://lexvo.org/id/iso639-3/des> .

<http://lexvo.org/id/code/det> lvont:means <http://lexvo.org/id/iso639-3/shg> .

<http://lexvo.org/id/code/deu> lvont:means <http://lexvo.org/id/iso639-3/der>,
        <http://lexvo.org/id/iso639-3/deu> .

<http://lexvo.org/id/code/dev> lvont:means <http://lexvo.org/id/iso639-3/dev> .

<http://lexvo.org/id/code/dez> lvont:means <http://lexvo.org/id/iso639-3/dez> .

<http://lexvo.org/id/code/dga> lvont:means <http://lexvo.org/id/iso639-3/dga> .

<http://lexvo.org/id/code/dgb> lvont:means <http://lexvo.org/id/iso639-3/dag>,
        <http://lexvo.org/id/iso639-3/dgb> .

<http://lexvo.org/id/code/dgc> lvont:means <http://lexvo.org/id/iso639-3/dgc> .

<http://lexvo.org/id/code/dgd> lvont:means <http://lexvo.org/id/iso639-3/dgd> .

<http://lexvo.org/id/code/dge> lvont:means <http://lexvo.org/id/iso639-3/dge>,
        <http://lexvo.org/id/iso639-3/gsg> .

<http://lexvo.org/id/code/dgg> lvont:means <http://lexvo.org/id/iso639-3/dgg> .

<http://lexvo.org/id/code/dgh> lvont:means <http://lexvo.org/id/iso639-3/dgh> .

<http://lexvo.org/id/code/dgi> lvont:means <http://lexvo.org/id/iso639-3/dgi> .

<http://lexvo.org/id/code/dgk> lvont:means <http://lexvo.org/id/iso639-3/dgk> .

<http://lexvo.org/id/code/dgl> lvont:means <http://lexvo.org/id/iso639-3/dgl> .

<http://lexvo.org/id/code/dgn> lvont:means <http://lexvo.org/id/iso639-3/dgn> .

<http://lexvo.org/id/code/dgo> lvont:means <http://lexvo.org/id/iso639-3/dgo>,
        <http://lexvo.org/id/iso639-3/doo> .

<http://lexvo.org/id/code/dgr> lvont:means <http://lexvo.org/id/iso639-3/dgr>,
        <http://lexvo.org/id/iso639-3/dta> .

<http://lexvo.org/id/code/dgs> lvont:means <http://lexvo.org/id/iso639-3/dgs> .

<http://lexvo.org/id/code/dgt> lvont:means <http://lexvo.org/id/iso639-3/dgt> .

<http://lexvo.org/id/code/dgu> lvont:means <http://lexvo.org/id/iso639-3/dgu> .

<http://lexvo.org/id/code/dgw> lvont:means <http://lexvo.org/id/iso639-3/dgw> .

<http://lexvo.org/id/code/dgx> lvont:means <http://lexvo.org/id/iso639-3/dgx>,
        <http://lexvo.org/id/iso639-3/ing> .

<http://lexvo.org/id/code/dgz> lvont:means <http://lexvo.org/id/iso639-3/dgz> .

<http://lexvo.org/id/code/dha> lvont:means <http://lexvo.org/id/iso639-3/dsh> .

<http://lexvo.org/id/code/dhan1270> lvont:means <http://lexvo.org/id/iso639-3/dhg> .

<http://lexvo.org/id/code/dhar1247> lvont:means <http://lexvo.org/id/iso639-3/dhr> .

<http://lexvo.org/id/code/dhb> lvont:means <http://lexvo.org/id/iso639-3/bjy> .

<http://lexvo.org/id/code/dhd> lvont:means <http://lexvo.org/id/iso639-3/dhd> .

<http://lexvo.org/id/code/dhg> lvont:means <http://lexvo.org/id/iso639-3/dhg> .

<http://lexvo.org/id/code/dhi> lvont:means <http://lexvo.org/id/iso639-3/dhi>,
        <http://lexvo.org/id/iso639-3/div> .

<http://lexvo.org/id/code/dhim1246> lvont:means <http://lexvo.org/id/iso639-3/dhi> .

<http://lexvo.org/id/code/dhiv1236> lvont:means <http://lexvo.org/id/iso639-3/div> .

<http://lexvo.org/id/code/dhl> lvont:means <http://lexvo.org/id/iso639-3/dhl> .

<http://lexvo.org/id/code/dhm> lvont:means <http://lexvo.org/id/iso639-3/dhi>,
        <http://lexvo.org/id/iso639-3/dhm> .

<http://lexvo.org/id/code/dhn> lvont:means <http://lexvo.org/id/iso639-3/dhn> .

<http://lexvo.org/id/code/dho> lvont:means <http://lexvo.org/id/iso639-3/dho> .

<http://lexvo.org/id/code/dhr> lvont:means <http://lexvo.org/id/iso639-3/dhr> .

<http://lexvo.org/id/code/dhs> lvont:means <http://lexvo.org/id/iso639-3/dhs> .

<http://lexvo.org/id/code/dhu> lvont:means <http://lexvo.org/id/iso639-3/dhu> .

<http://lexvo.org/id/code/dhur1239> lvont:means <http://lexvo.org/id/iso639-3/dhu> .

<http://lexvo.org/id/code/dhuw1249> lvont:means <http://lexvo.org/id/iso639-3/duj> .

<http://lexvo.org/id/code/dhv> lvont:means <http://lexvo.org/id/iso639-3/dhv> .

<http://lexvo.org/id/code/dhw> lvont:means <http://lexvo.org/id/iso639-3/dhw>,
        <http://lexvo.org/id/iso639-3/tbh> .

<http://lexvo.org/id/code/dia> lvont:means <http://lexvo.org/id/iso639-3/dia> .

<http://lexvo.org/id/code/dib> lvont:means <http://lexvo.org/id/iso639-3/dib> .

<http://lexvo.org/id/code/dibo1245> lvont:means <http://lexvo.org/id/iso639-3/bvx> .

<http://lexvo.org/id/code/dic> lvont:means <http://lexvo.org/id/iso639-3/dic> .

<http://lexvo.org/id/code/did> lvont:means <http://lexvo.org/id/iso639-3/did> .

<http://lexvo.org/id/code/didi1258> lvont:means <http://lexvo.org/id/iso639-3/did> .

<http://lexvo.org/id/code/dido1241> lvont:means <http://lexvo.org/id/iso639-3/ddo> .

<http://lexvo.org/id/code/die> lvont:means <http://lexvo.org/id/iso639-3/dih> .

<http://lexvo.org/id/code/dier1241> lvont:means <http://lexvo.org/id/iso639-3/dif> .

<http://lexvo.org/id/code/dif> lvont:means <http://lexvo.org/id/iso639-3/dif> .

<http://lexvo.org/id/code/dig> lvont:means <http://lexvo.org/id/iso639-3/dig>,
        <http://lexvo.org/id/iso639-3/mhu> .

<http://lexvo.org/id/code/diga1241> lvont:means <http://lexvo.org/id/iso639-3/mhu> .

<http://lexvo.org/id/code/dih> lvont:means <http://lexvo.org/id/iso639-3/dih> .

<http://lexvo.org/id/code/dii> lvont:means <http://lexvo.org/id/iso639-3/dii> .

<http://lexvo.org/id/code/diii1241> lvont:means <http://lexvo.org/id/iso639-3/dur> .

<http://lexvo.org/id/code/dij> lvont:means <http://lexvo.org/id/iso639-3/dij> .

<http://lexvo.org/id/code/dik> lvont:means <http://lexvo.org/id/iso639-3/dik> .

<http://lexvo.org/id/code/dil> lvont:means <http://lexvo.org/id/iso639-3/dil> .

<http://lexvo.org/id/code/dim> lvont:means <http://lexvo.org/id/iso639-3/dim> .

<http://lexvo.org/id/code/dima1251> lvont:means <http://lexvo.org/id/iso639-3/dis> .

<http://lexvo.org/id/code/dime1235> lvont:means <http://lexvo.org/id/iso639-3/dim> .

<http://lexvo.org/id/code/diml1238> lvont:means <http://lexvo.org/id/iso639-3/diq> .

<http://lexvo.org/id/code/din> lvont:means <http://lexvo.org/id/iso639-3/din>,
        <http://lexvo.org/id/iso639-3/dip> .

<http://lexvo.org/id/code/ding1239> lvont:means <http://lexvo.org/id/iso639-3/diz> .

<http://lexvo.org/id/code/dio> lvont:means <http://lexvo.org/id/iso639-3/dio>,
        <http://lexvo.org/id/iso639-3/dyo> .

<http://lexvo.org/id/code/dip> lvont:means <http://lexvo.org/id/iso639-3/dip> .

<http://lexvo.org/id/code/diq> lvont:means <http://lexvo.org/id/iso639-3/diq> .

<http://lexvo.org/id/code/dir> lvont:means <http://lexvo.org/id/iso639-3/dir> .

<http://lexvo.org/id/code/dis> lvont:means <http://lexvo.org/id/iso639-3/dis> .

<http://lexvo.org/id/code/dit> lvont:means <http://lexvo.org/id/iso639-3/dit> .

<http://lexvo.org/id/code/diu> lvont:means <http://lexvo.org/id/iso639-3/diu> .

<http://lexvo.org/id/code/div> lvont:means <http://lexvo.org/id/iso639-3/div> .

<http://lexvo.org/id/code/diw> lvont:means <http://lexvo.org/id/iso639-3/diw> .

<http://lexvo.org/id/code/dix> lvont:means <http://lexvo.org/id/iso639-3/dix> .

<http://lexvo.org/id/code/diy> lvont:means <http://lexvo.org/id/iso639-3/dif>,
        <http://lexvo.org/id/iso639-3/diy> .

<http://lexvo.org/id/code/diz> lvont:means <http://lexvo.org/id/iso639-3/diz>,
        <http://lexvo.org/id/iso639-3/mdx> .

<http://lexvo.org/id/code/dizi1235> lvont:means <http://lexvo.org/id/iso639-3/mdx> .

<http://lexvo.org/id/code/dja> lvont:means <http://lexvo.org/id/iso639-3/dja>,
        <http://lexvo.org/id/iso639-3/dyy> .

<http://lexvo.org/id/code/djam1255> lvont:means <http://lexvo.org/id/iso639-3/djd> .

<http://lexvo.org/id/code/djam1256> lvont:means <http://lexvo.org/id/iso639-3/djr> .

<http://lexvo.org/id/code/djb> lvont:means <http://lexvo.org/id/iso639-3/djb> .

<http://lexvo.org/id/code/djc> lvont:means <http://lexvo.org/id/iso639-3/djc> .

<http://lexvo.org/id/code/djd> lvont:means <http://lexvo.org/id/iso639-3/djd> .

<http://lexvo.org/id/code/dje> lvont:means <http://lexvo.org/id/iso639-3/dje> .

<http://lexvo.org/id/code/djee1236> lvont:means <http://lexvo.org/id/iso639-3/djj> .

<http://lexvo.org/id/code/djeo1235> lvont:means <http://lexvo.org/id/iso639-3/jbt> .

<http://lexvo.org/id/code/djf> lvont:means <http://lexvo.org/id/iso639-3/djf> .

<http://lexvo.org/id/code/dji> lvont:means <http://lexvo.org/id/iso639-3/dji>,
        <http://lexvo.org/id/iso639-3/jig> .

<http://lexvo.org/id/code/djim1235> lvont:means <http://lexvo.org/id/iso639-3/dyi> .

<http://lexvo.org/id/code/djin1251> lvont:means <http://lexvo.org/id/iso639-3/jig> .

<http://lexvo.org/id/code/djin1253> lvont:means <http://lexvo.org/id/iso639-3/dji> .

<http://lexvo.org/id/code/djj> lvont:means <http://lexvo.org/id/iso639-3/djj> .

<http://lexvo.org/id/code/djk> lvont:means <http://lexvo.org/id/iso639-3/djk> .

<http://lexvo.org/id/code/djl> lvont:means <http://lexvo.org/id/iso639-3/djl> .

<http://lexvo.org/id/code/djm> lvont:means <http://lexvo.org/id/iso639-3/djm>,
        <http://lexvo.org/id/iso639-3/djr> .

<http://lexvo.org/id/code/djn> lvont:means <http://lexvo.org/id/iso639-3/dji>,
        <http://lexvo.org/id/iso639-3/djn> .

<http://lexvo.org/id/code/djo> lvont:means <http://lexvo.org/id/iso639-3/djo> .

<http://lexvo.org/id/code/djp> lvont:means <http://lexvo.org/id/iso639-3/duj> .

<http://lexvo.org/id/code/djr> lvont:means <http://lexvo.org/id/iso639-3/ddj>,
        <http://lexvo.org/id/iso639-3/djr> .

<http://lexvo.org/id/code/dju> lvont:means <http://lexvo.org/id/iso639-3/dju> .

<http://lexvo.org/id/code/djw> lvont:means <http://lexvo.org/id/iso639-3/djw> .

<http://lexvo.org/id/code/dka> lvont:means <http://lexvo.org/id/iso639-3/dka> .

<http://lexvo.org/id/code/dkk> lvont:means <http://lexvo.org/id/iso639-3/dkk> .

<http://lexvo.org/id/code/dkr> lvont:means <http://lexvo.org/id/iso639-3/dkr> .

<http://lexvo.org/id/code/dks> lvont:means <http://lexvo.org/id/iso639-3/dks> .

<http://lexvo.org/id/code/dkx> lvont:means <http://lexvo.org/id/iso639-3/dkx> .

<http://lexvo.org/id/code/dlg> lvont:means <http://lexvo.org/id/iso639-3/dlg> .

<http://lexvo.org/id/code/dli> lvont:means <http://lexvo.org/id/iso639-3/nld> .

<http://lexvo.org/id/code/dlm> lvont:means <http://lexvo.org/id/iso639-3/dlm> .

<http://lexvo.org/id/code/dln> lvont:means <http://lexvo.org/id/iso639-3/dln> .

<http://lexvo.org/id/code/dma> lvont:means <http://lexvo.org/id/iso639-3/dma> .

<http://lexvo.org/id/code/dmb> lvont:means <http://lexvo.org/id/iso639-3/dmb> .

<http://lexvo.org/id/code/dmc> lvont:means <http://lexvo.org/id/iso639-3/dmc> .

<http://lexvo.org/id/code/dmd> lvont:means <http://lexvo.org/id/iso639-3/dmd> .

<http://lexvo.org/id/code/dme> lvont:means <http://lexvo.org/id/iso639-3/dme> .

<http://lexvo.org/id/code/dmg> lvont:means <http://lexvo.org/id/iso639-3/dmg> .

<http://lexvo.org/id/code/dmi> lvont:means <http://lexvo.org/id/iso639-3/dus> .

<http://lexvo.org/id/code/dmk> lvont:means <http://lexvo.org/id/iso639-3/dmk> .

<http://lexvo.org/id/code/dml> lvont:means <http://lexvo.org/id/iso639-3/dml> .

<http://lexvo.org/id/code/dmm> lvont:means <http://lexvo.org/id/iso639-3/dmm> .

<http://lexvo.org/id/code/dmn> lvont:means <http://lexvo.org/id/iso639-5/dmn> .

<http://lexvo.org/id/code/dmo> lvont:means <http://lexvo.org/id/iso639-3/dmo> .

<http://lexvo.org/id/code/dmr> lvont:means <http://lexvo.org/id/iso639-3/dmr> .

<http://lexvo.org/id/code/dms> lvont:means <http://lexvo.org/id/iso639-3/dis>,
        <http://lexvo.org/id/iso639-3/dms> .

<http://lexvo.org/id/code/dmu> lvont:means <http://lexvo.org/id/iso639-3/dmu> .

<http://lexvo.org/id/code/dmv> lvont:means <http://lexvo.org/id/iso639-3/dmv> .

<http://lexvo.org/id/code/dmx> lvont:means <http://lexvo.org/id/iso639-3/dmx> .

<http://lexvo.org/id/code/dmy> lvont:means <http://lexvo.org/id/iso639-3/dmy> .

<http://lexvo.org/id/code/dna> lvont:means <http://lexvo.org/id/iso639-3/dna> .

<http://lexvo.org/id/code/dnd> lvont:means <http://lexvo.org/id/iso639-3/dnd> .

<http://lexvo.org/id/code/dne> lvont:means <http://lexvo.org/id/iso639-3/dne> .

<http://lexvo.org/id/code/dng> lvont:means <http://lexvo.org/id/iso639-3/diz>,
        <http://lexvo.org/id/iso639-3/dng> .

<http://lexvo.org/id/code/dni> lvont:means <http://lexvo.org/id/iso639-3/dni> .

<http://lexvo.org/id/code/dnk> lvont:means <http://lexvo.org/id/iso639-3/dnk> .

<http://lexvo.org/id/code/dnn> lvont:means <http://lexvo.org/id/iso639-3/dnn> .

<http://lexvo.org/id/code/dnr> lvont:means <http://lexvo.org/id/iso639-3/dnr> .

<http://lexvo.org/id/code/dnt> lvont:means <http://lexvo.org/id/iso639-3/dnt> .

<http://lexvo.org/id/code/dnu> lvont:means <http://lexvo.org/id/iso639-3/dnu> .

<http://lexvo.org/id/code/dnv> lvont:means <http://lexvo.org/id/iso639-3/dnv> .

<http://lexvo.org/id/code/dnw> lvont:means <http://lexvo.org/id/iso639-3/daa>,
        <http://lexvo.org/id/iso639-3/dnw> .

<http://lexvo.org/id/code/dny> lvont:means <http://lexvo.org/id/iso639-3/dny> .

<http://lexvo.org/id/code/doa> lvont:means <http://lexvo.org/id/iso639-3/doa> .

<http://lexvo.org/id/code/dob> lvont:means <http://lexvo.org/id/iso639-3/dob>,
        <http://lexvo.org/id/iso639-3/kvo> .

<http://lexvo.org/id/code/dobe1238> lvont:means <http://lexvo.org/id/iso639-3/kvo> .

<http://lexvo.org/id/code/doc> lvont:means <http://lexvo.org/id/iso639-3/doc> .

<http://lexvo.org/id/code/doe> lvont:means <http://lexvo.org/id/iso639-3/doe> .

<http://lexvo.org/id/code/dof> lvont:means <http://lexvo.org/id/iso639-3/dof> .

<http://lexvo.org/id/code/dog> lvont:means <http://lexvo.org/id/iso639-3/dba> .

<http://lexvo.org/id/code/doh> lvont:means <http://lexvo.org/id/iso639-3/doh> .

<http://lexvo.org/id/code/doi> lvont:means <http://lexvo.org/id/iso639-3/doi> .

<http://lexvo.org/id/code/dok> lvont:means <http://lexvo.org/id/iso639-3/dok>,
        <http://lexvo.org/id/iso639-3/ngc> .

<http://lexvo.org/id/code/dol> lvont:means <http://lexvo.org/id/iso639-3/dlg>,
        <http://lexvo.org/id/iso639-3/dol> .

<http://lexvo.org/id/code/dolg1241> lvont:means <http://lexvo.org/id/iso639-3/dlg> .

<http://lexvo.org/id/code/dom> lvont:means <http://lexvo.org/id/iso639-3/rmt> .

<http://lexvo.org/id/code/doma1258> lvont:means <http://lexvo.org/id/iso639-3/rmt> .

<http://lexvo.org/id/code/doma1260> lvont:means <http://lexvo.org/id/iso639-3/dmk> .

<http://lexvo.org/id/code/don> lvont:means <http://lexvo.org/id/iso639-3/don> .

<http://lexvo.org/id/code/dong1285> lvont:means <http://lexvo.org/id/iso639-3/sce> .

<http://lexvo.org/id/code/dong1290> lvont:means <http://lexvo.org/id/iso639-3/doo> .

<http://lexvo.org/id/code/doo> lvont:means <http://lexvo.org/id/iso639-3/doo> .

<http://lexvo.org/id/code/dop> lvont:means <http://lexvo.org/id/iso639-3/dop> .

<http://lexvo.org/id/code/doq> lvont:means <http://lexvo.org/id/iso639-3/doq> .

<http://lexvo.org/id/code/dor> lvont:means <http://lexvo.org/id/iso639-3/dor> .

<http://lexvo.org/id/code/dos> lvont:means <http://lexvo.org/id/iso639-3/dos> .

<http://lexvo.org/id/code/dot> lvont:means <http://lexvo.org/id/iso639-3/dot> .

<http://lexvo.org/id/code/dou> lvont:means <http://lexvo.org/id/iso639-3/tds> .

<http://lexvo.org/id/code/dout1240> lvont:means <http://lexvo.org/id/iso639-3/tds> .

<http://lexvo.org/id/code/dov> lvont:means <http://lexvo.org/id/iso639-3/dov> .

<http://lexvo.org/id/code/dow> lvont:means <http://lexvo.org/id/iso639-3/dow> .

<http://lexvo.org/id/code/dox> lvont:means <http://lexvo.org/id/iso639-3/dox> .

<http://lexvo.org/id/code/doy> lvont:means <http://lexvo.org/id/iso639-3/dow>,
        <http://lexvo.org/id/iso639-3/doy> .

<http://lexvo.org/id/code/doya1240> lvont:means <http://lexvo.org/id/iso639-3/dow> .

<http://lexvo.org/id/code/doz> lvont:means <http://lexvo.org/id/iso639-3/doz> .

<http://lexvo.org/id/code/dpp> lvont:means <http://lexvo.org/id/iso639-3/dpp> .

<http://lexvo.org/id/code/dra> lvont:means <http://lexvo.org/id/iso639-5/dra> .

<http://lexvo.org/id/code/drb> lvont:means <http://lexvo.org/id/iso639-3/drb> .

<http://lexvo.org/id/code/drc> lvont:means <http://lexvo.org/id/iso639-3/drc> .

<http://lexvo.org/id/code/drd> lvont:means <http://lexvo.org/id/iso639-3/drd> .

<http://lexvo.org/id/code/dre> lvont:means <http://lexvo.org/id/iso639-3/dhv>,
        <http://lexvo.org/id/iso639-3/dre> .

<http://lexvo.org/id/code/drg> lvont:means <http://lexvo.org/id/iso639-3/dar>,
        <http://lexvo.org/id/iso639-3/drg> .

<http://lexvo.org/id/code/dri> lvont:means <http://lexvo.org/id/iso639-3/dri>,
        <http://lexvo.org/id/iso639-3/prs> .

<http://lexvo.org/id/code/drl> lvont:means <http://lexvo.org/id/iso639-3/drl> .

<http://lexvo.org/id/code/drm> lvont:means <http://lexvo.org/id/iso639-3/drd> .

<http://lexvo.org/id/code/drn> lvont:means <http://lexvo.org/id/iso639-3/drn> .

<http://lexvo.org/id/code/dro> lvont:means <http://lexvo.org/id/iso639-3/dro> .

<http://lexvo.org/id/code/drq> lvont:means <http://lexvo.org/id/iso639-3/drq> .

<http://lexvo.org/id/code/drr> lvont:means <http://lexvo.org/id/iso639-3/drr> .

<http://lexvo.org/id/code/drs> lvont:means <http://lexvo.org/id/iso639-3/drs> .

<http://lexvo.org/id/code/drt> lvont:means <http://lexvo.org/id/iso639-3/drt> .

<http://lexvo.org/id/code/dru> lvont:means <http://lexvo.org/id/iso639-3/dru> .

<http://lexvo.org/id/code/drun1238> lvont:means <http://lexvo.org/id/iso639-3/duu> .

<http://lexvo.org/id/code/dry> lvont:means <http://lexvo.org/id/iso639-3/dry> .

<http://lexvo.org/id/code/dsb> lvont:means <http://lexvo.org/id/iso639-3/dsb> .

<http://lexvo.org/id/code/dse> lvont:means <http://lexvo.org/id/iso639-3/dse> .

<http://lexvo.org/id/code/dsh> lvont:means <http://lexvo.org/id/iso639-3/dan>,
        <http://lexvo.org/id/iso639-3/dsh> .

<http://lexvo.org/id/code/dsi> lvont:means <http://lexvo.org/id/iso639-3/dsi> .

<http://lexvo.org/id/code/dsl> lvont:means <http://lexvo.org/id/iso639-3/dsl> .

<http://lexvo.org/id/code/dsn> lvont:means <http://lexvo.org/id/iso639-3/dsn> .

<http://lexvo.org/id/code/dso> lvont:means <http://lexvo.org/id/iso639-3/dso> .

<http://lexvo.org/id/code/dsq> lvont:means <http://lexvo.org/id/iso639-3/dsq> .

<http://lexvo.org/id/code/dta> lvont:means <http://lexvo.org/id/iso639-3/dta> .

<http://lexvo.org/id/code/dtb> lvont:means <http://lexvo.org/id/iso639-3/dtb> .

<http://lexvo.org/id/code/dtd> lvont:means <http://lexvo.org/id/iso639-3/dtd> .

<http://lexvo.org/id/code/dth> lvont:means <http://lexvo.org/id/iso639-3/dth> .

<http://lexvo.org/id/code/dti> lvont:means <http://lexvo.org/id/iso639-3/dti> .

<http://lexvo.org/id/code/dtk> lvont:means <http://lexvo.org/id/iso639-3/dtk> .

<http://lexvo.org/id/code/dtm> lvont:means <http://lexvo.org/id/iso639-3/dtm> .

<http://lexvo.org/id/code/dto> lvont:means <http://lexvo.org/id/iso639-3/dto> .

<http://lexvo.org/id/code/dtp> lvont:means <http://lexvo.org/id/iso639-3/dtp> .

<http://lexvo.org/id/code/dtr> lvont:means <http://lexvo.org/id/iso639-3/dtr> .

<http://lexvo.org/id/code/dts> lvont:means <http://lexvo.org/id/iso639-3/dts> .

<http://lexvo.org/id/code/dtt> lvont:means <http://lexvo.org/id/iso639-3/dtt> .

<http://lexvo.org/id/code/dtu> lvont:means <http://lexvo.org/id/iso639-3/dtu> .

<http://lexvo.org/id/code/dty> lvont:means <http://lexvo.org/id/iso639-3/dty> .

<http://lexvo.org/id/code/dua> lvont:means <http://lexvo.org/id/iso639-3/dua> .

<http://lexvo.org/id/code/dual1243> lvont:means <http://lexvo.org/id/iso639-3/dua> .

<http://lexvo.org/id/code/dub> lvont:means <http://lexvo.org/id/iso639-3/dub> .

<http://lexvo.org/id/code/duc> lvont:means <http://lexvo.org/id/iso639-3/duc> .

<http://lexvo.org/id/code/dud> lvont:means <http://lexvo.org/id/iso639-3/dud> .

<http://lexvo.org/id/code/due> lvont:means <http://lexvo.org/id/iso639-3/due> .

<http://lexvo.org/id/code/duf> lvont:means <http://lexvo.org/id/iso639-3/duf> .

<http://lexvo.org/id/code/dug> lvont:means <http://lexvo.org/id/iso639-3/dug>,
        <http://lexvo.org/id/iso639-3/gwd> .

<http://lexvo.org/id/code/duh> lvont:means <http://lexvo.org/id/iso639-3/duh> .

<http://lexvo.org/id/code/dui> lvont:means <http://lexvo.org/id/iso639-3/dui> .

<http://lexvo.org/id/code/duj> lvont:means <http://lexvo.org/id/iso639-3/duj> .

<http://lexvo.org/id/code/duk> lvont:means <http://lexvo.org/id/iso639-3/dud>,
        <http://lexvo.org/id/iso639-3/duk> .

<http://lexvo.org/id/code/dul> lvont:means <http://lexvo.org/id/iso639-3/dul>,
        <http://lexvo.org/id/iso639-3/duu> .

<http://lexvo.org/id/code/dum> lvont:means <http://lexvo.org/id/iso639-3/dum>,
        <http://lexvo.org/id/iso639-3/vam> .

<http://lexvo.org/id/code/duma1253> lvont:means <http://lexvo.org/id/iso639-3/dma> .

<http://lexvo.org/id/code/dumb1241> lvont:means <http://lexvo.org/id/iso639-3/duf> .

<http://lexvo.org/id/code/dumi1241> lvont:means <http://lexvo.org/id/iso639-3/dus> .

<http://lexvo.org/id/code/dun> lvont:means <http://lexvo.org/id/iso639-3/duc>,
        <http://lexvo.org/id/iso639-3/dun> .

<http://lexvo.org/id/code/duna1248> lvont:means <http://lexvo.org/id/iso639-3/duc> .

<http://lexvo.org/id/code/duo> lvont:means <http://lexvo.org/id/iso639-3/duo> .

<http://lexvo.org/id/code/dup> lvont:means <http://lexvo.org/id/iso639-3/dup> .

<http://lexvo.org/id/code/duq> lvont:means <http://lexvo.org/id/iso639-3/duq> .

<http://lexvo.org/id/code/dur> lvont:means <http://lexvo.org/id/iso639-3/dur> .

<http://lexvo.org/id/code/duru1236> lvont:means <http://lexvo.org/id/iso639-3/pci> .

<http://lexvo.org/id/code/dus> lvont:means <http://lexvo.org/id/iso639-3/dus> .

<http://lexvo.org/id/code/dut> lvont:means <http://lexvo.org/id/iso639-3/nld> .

<http://lexvo.org/id/code/dutc1253> lvont:means <http://lexvo.org/id/iso639-3/dse> .

<http://lexvo.org/id/code/dutc1256> lvont:means <http://lexvo.org/id/iso639-3/nld> .

<http://lexvo.org/id/code/duu> lvont:means <http://lexvo.org/id/iso639-3/duu> .

<http://lexvo.org/id/code/duv> lvont:means <http://lexvo.org/id/iso639-3/duv> .

<http://lexvo.org/id/code/duw> lvont:means <http://lexvo.org/id/iso639-3/duw> .

<http://lexvo.org/id/code/dux> lvont:means <http://lexvo.org/id/iso639-3/dux> .

<http://lexvo.org/id/code/duy> lvont:means <http://lexvo.org/id/iso639-3/duy> .

<http://lexvo.org/id/code/duz> lvont:means <http://lexvo.org/id/iso639-3/duz>,
        <http://lexvo.org/id/iso639-3/zea> .

<http://lexvo.org/id/code/dv> lvont:means <http://lexvo.org/id/iso639-3/div> .

<http://lexvo.org/id/code/dva> lvont:means <http://lexvo.org/id/iso639-3/dva> .

<http://lexvo.org/id/code/dwa> lvont:means <http://lexvo.org/id/iso639-3/dwa> .

<http://lexvo.org/id/code/dwr> lvont:means <http://lexvo.org/id/iso639-3/dwr> .

<http://lexvo.org/id/code/dws> lvont:means <http://lexvo.org/id/iso639-3/dws> .

<http://lexvo.org/id/code/dww> lvont:means <http://lexvo.org/id/iso639-3/dww> .

<http://lexvo.org/id/code/dya> lvont:means <http://lexvo.org/id/iso639-3/dya> .

<http://lexvo.org/id/code/dyaa1242> lvont:means <http://lexvo.org/id/iso639-3/dyy> .

<http://lexvo.org/id/code/dyb> lvont:means <http://lexvo.org/id/iso639-3/dyb> .

<http://lexvo.org/id/code/dyd> lvont:means <http://lexvo.org/id/iso639-3/dyd> .

<http://lexvo.org/id/code/dyg> lvont:means <http://lexvo.org/id/iso639-3/dyg> .

<http://lexvo.org/id/code/dyi> lvont:means <http://lexvo.org/id/iso639-3/dbl>,
        <http://lexvo.org/id/iso639-3/dyi> .

<http://lexvo.org/id/code/dyir1250> lvont:means <http://lexvo.org/id/iso639-3/dbl> .

<http://lexvo.org/id/code/dym> lvont:means <http://lexvo.org/id/iso639-3/dyi>,
        <http://lexvo.org/id/iso639-3/dym> .

<http://lexvo.org/id/code/dyn> lvont:means <http://lexvo.org/id/iso639-3/dyn> .

<http://lexvo.org/id/code/dyo> lvont:means <http://lexvo.org/id/iso639-3/dyo> .

<http://lexvo.org/id/code/dyu> lvont:means <http://lexvo.org/id/iso639-3/dyu> .

<http://lexvo.org/id/code/dyul1238> lvont:means <http://lexvo.org/id/iso639-3/dyu> .

<http://lexvo.org/id/code/dyy> lvont:means <http://lexvo.org/id/iso639-3/dyy> .

<http://lexvo.org/id/code/dz> lvont:means <http://lexvo.org/id/iso639-3/dzo> .

<http://lexvo.org/id/code/dza> lvont:means <http://lexvo.org/id/iso639-3/dza> .

<http://lexvo.org/id/code/dzd> lvont:means <http://lexvo.org/id/iso639-3/dzd> .

<http://lexvo.org/id/code/dzg> lvont:means <http://lexvo.org/id/iso639-3/dzg> .

<http://lexvo.org/id/code/dzl> lvont:means <http://lexvo.org/id/iso639-3/dzl> .

<http://lexvo.org/id/code/dzn> lvont:means <http://lexvo.org/id/iso639-3/dzn> .

<http://lexvo.org/id/code/dzo> lvont:means <http://lexvo.org/id/iso639-3/dzo> .

<http://lexvo.org/id/code/east1472> lvont:means <http://lexvo.org/id/iso639-3/kee> .

<http://lexvo.org/id/code/east2288> lvont:means <http://lexvo.org/id/iso639-3/frs> .

<http://lexvo.org/id/code/east2295> lvont:means <http://lexvo.org/id/iso639-3/ydd> .

<http://lexvo.org/id/code/east2304> lvont:means <http://lexvo.org/id/iso639-3/bgp> .

<http://lexvo.org/id/code/east2328> lvont:means <http://lexvo.org/id/iso639-3/mhr> .

<http://lexvo.org/id/code/east2332> lvont:means <http://lexvo.org/id/iso639-3/bru> .

<http://lexvo.org/id/code/east2333> lvont:means <http://lexvo.org/id/iso639-3/mng> .

<http://lexvo.org/id/code/east2337> lvont:means <http://lexvo.org/id/iso639-3/yuy> .

<http://lexvo.org/id/code/east2342> lvont:means <http://lexvo.org/id/iso639-3/eky> .

<http://lexvo.org/id/code/east2352> lvont:means <http://lexvo.org/id/iso639-3/mgp> .

<http://lexvo.org/id/code/east2379> lvont:means <http://lexvo.org/id/iso639-3/aer> .

<http://lexvo.org/id/code/east2426> lvont:means <http://lexvo.org/id/iso639-3/emk> .

<http://lexvo.org/id/code/east2440> lvont:means <http://lexvo.org/id/iso639-3/mky> .

<http://lexvo.org/id/code/east2443> lvont:means <http://lexvo.org/id/iso639-3/omb> .

<http://lexvo.org/id/code/east2447> lvont:means <http://lexvo.org/id/iso639-3/fud> .

<http://lexvo.org/id/code/east2534> lvont:means <http://lexvo.org/id/iso639-3/ike> .

<http://lexvo.org/id/code/east2542> lvont:means <http://lexvo.org/id/iso639-3/ojg> .

<http://lexvo.org/id/code/east2545> lvont:means <http://lexvo.org/id/iso639-3/peb> .

<http://lexvo.org/id/code/east2555> lvont:means <http://lexvo.org/id/iso639-3/gui> .

<http://lexvo.org/id/code/east2556> lvont:means <http://lexvo.org/id/iso639-3/otm> .

<http://lexvo.org/id/code/east2563> lvont:means <http://lexvo.org/id/iso639-3/cjm> .

<http://lexvo.org/id/code/east2652> lvont:means <http://lexvo.org/id/iso639-3/hae> .

<http://lexvo.org/id/code/ebg> lvont:means <http://lexvo.org/id/iso639-3/ebg> .

<http://lexvo.org/id/code/ebi> lvont:means <http://lexvo.org/id/iso639-3/igb> .

<http://lexvo.org/id/code/ebir1243> lvont:means <http://lexvo.org/id/iso639-3/igb> .

<http://lexvo.org/id/code/ebk> lvont:means <http://lexvo.org/id/iso639-3/ebk> .

<http://lexvo.org/id/code/ebo> lvont:means <http://lexvo.org/id/iso639-3/ebo> .

<http://lexvo.org/id/code/ebr> lvont:means <http://lexvo.org/id/iso639-3/ebr> .

<http://lexvo.org/id/code/ebu> lvont:means <http://lexvo.org/id/iso639-3/ebu> .

<http://lexvo.org/id/code/ecr> lvont:means <http://lexvo.org/id/iso639-3/ecr> .

<http://lexvo.org/id/code/ecs> lvont:means <http://lexvo.org/id/iso639-3/ecs> .

<http://lexvo.org/id/code/ecy> lvont:means <http://lexvo.org/id/iso639-3/ecy> .

<http://lexvo.org/id/code/edo> lvont:means <http://lexvo.org/id/iso639-3/etr> .

<http://lexvo.org/id/code/edol1239> lvont:means <http://lexvo.org/id/iso639-3/etr> .

<http://lexvo.org/id/code/ee> lvont:means <http://lexvo.org/id/iso639-3/ewe> .

<http://lexvo.org/id/code/eee> lvont:means <http://lexvo.org/id/iso639-3/eee> .

<http://lexvo.org/id/code/efa> lvont:means <http://lexvo.org/id/iso639-3/efa> .

<http://lexvo.org/id/code/efe> lvont:means <http://lexvo.org/id/iso639-3/efe> .

<http://lexvo.org/id/code/efi> lvont:means <http://lexvo.org/id/iso639-3/efi> .

<http://lexvo.org/id/code/efik1245> lvont:means <http://lexvo.org/id/iso639-3/efi> .

<http://lexvo.org/id/code/ega> lvont:means <http://lexvo.org/id/iso639-3/ega> .

<http://lexvo.org/id/code/egaa1242> lvont:means <http://lexvo.org/id/iso639-3/ega> .

<http://lexvo.org/id/code/egl> lvont:means <http://lexvo.org/id/iso639-3/egl> .

<http://lexvo.org/id/code/egn> lvont:means <http://lexvo.org/id/iso639-3/enn> .

<http://lexvo.org/id/code/ego> lvont:means <http://lexvo.org/id/iso639-3/ego> .

<http://lexvo.org/id/code/egx> lvont:means <http://lexvo.org/id/iso639-5/egx> .

<http://lexvo.org/id/code/egy> lvont:means <http://lexvo.org/id/iso639-3/egy> .

<http://lexvo.org/id/code/egyp1253> lvont:means <http://lexvo.org/id/iso639-3/arz> .

<http://lexvo.org/id/code/ehu> lvont:means <http://lexvo.org/id/iso639-3/ehu> .

<http://lexvo.org/id/code/eip> lvont:means <http://lexvo.org/id/iso639-3/eip> .

<http://lexvo.org/id/code/eipo1242> lvont:means <http://lexvo.org/id/iso639-3/eip> .

<http://lexvo.org/id/code/eit> lvont:means <http://lexvo.org/id/iso639-3/eit> .

<http://lexvo.org/id/code/eiv> lvont:means <http://lexvo.org/id/iso639-3/eiv> .

<http://lexvo.org/id/code/eja> lvont:means <http://lexvo.org/id/iso639-3/eja>,
        <http://lexvo.org/id/iso639-3/etu> .

<http://lexvo.org/id/code/ejag1239> lvont:means <http://lexvo.org/id/iso639-3/etu> .

<http://lexvo.org/id/code/eka> lvont:means <http://lexvo.org/id/iso639-3/eka>,
        <http://lexvo.org/id/iso639-3/ekg> .

<http://lexvo.org/id/code/ekar1243> lvont:means <http://lexvo.org/id/iso639-3/ekg> .

<http://lexvo.org/id/code/eke> lvont:means <http://lexvo.org/id/iso639-3/eke> .

<http://lexvo.org/id/code/ekg> lvont:means <http://lexvo.org/id/iso639-3/ekg> .

<http://lexvo.org/id/code/eki> lvont:means <http://lexvo.org/id/iso639-3/eki> .

<http://lexvo.org/id/code/ekk> lvont:means <http://lexvo.org/id/iso639-3/ekk> .

<http://lexvo.org/id/code/ekl> lvont:means <http://lexvo.org/id/iso639-3/ekl> .

<http://lexvo.org/id/code/ekm> lvont:means <http://lexvo.org/id/iso639-3/ekm> .

<http://lexvo.org/id/code/eko> lvont:means <http://lexvo.org/id/iso639-3/eko> .

<http://lexvo.org/id/code/ekp> lvont:means <http://lexvo.org/id/iso639-3/ekp> .

<http://lexvo.org/id/code/ekr> lvont:means <http://lexvo.org/id/iso639-3/ekr> .

<http://lexvo.org/id/code/eky> lvont:means <http://lexvo.org/id/iso639-3/eky> .

<http://lexvo.org/id/code/el> lvont:means <http://lexvo.org/id/iso639-3/ell> .

<http://lexvo.org/id/code/ele> lvont:means <http://lexvo.org/id/iso639-3/ele> .

<http://lexvo.org/id/code/elh> lvont:means <http://lexvo.org/id/iso639-3/elh> .

<http://lexvo.org/id/code/eli> lvont:means <http://lexvo.org/id/iso639-3/eli> .

<http://lexvo.org/id/code/elk> lvont:means <http://lexvo.org/id/iso639-3/elk> .

<http://lexvo.org/id/code/ell> lvont:means <http://lexvo.org/id/iso639-3/ell> .

<http://lexvo.org/id/code/elm> lvont:means <http://lexvo.org/id/iso639-3/elm> .

<http://lexvo.org/id/code/elna1235> lvont:means <http://lexvo.org/id/iso639-3/crn> .

<http://lexvo.org/id/code/elo> lvont:means <http://lexvo.org/id/iso639-3/elo> .

<http://lexvo.org/id/code/els> lvont:means <http://lexvo.org/id/iso639-3/mrf> .

<http://lexvo.org/id/code/else1239> lvont:means <http://lexvo.org/id/iso639-3/mrf> .

<http://lexvo.org/id/code/elu> lvont:means <http://lexvo.org/id/iso639-3/elu> .

<http://lexvo.org/id/code/elx> lvont:means <http://lexvo.org/id/iso639-3/elx> .

<http://lexvo.org/id/code/ema> lvont:means <http://lexvo.org/id/iso639-3/ema> .

<http://lexvo.org/id/code/emai1241> lvont:means <http://lexvo.org/id/iso639-3/ema> .

<http://lexvo.org/id/code/emb> lvont:means <http://lexvo.org/id/iso639-3/emb>,
        <http://lexvo.org/id/iso639-3/emp> .

<http://lexvo.org/id/code/emba1238> lvont:means <http://lexvo.org/id/iso639-3/emb> .

<http://lexvo.org/id/code/embe1260> lvont:means <http://lexvo.org/id/iso639-3/cto> .

<http://lexvo.org/id/code/embe1262> lvont:means <http://lexvo.org/id/iso639-3/cmi> .

<http://lexvo.org/id/code/emc> lvont:means <http://lexvo.org/id/iso639-3/cmi> .

<http://lexvo.org/id/code/eme> lvont:means <http://lexvo.org/id/iso639-3/eme> .

<http://lexvo.org/id/code/emg> lvont:means <http://lexvo.org/id/iso639-3/emg> .

<http://lexvo.org/id/code/emi> lvont:means <http://lexvo.org/id/iso639-3/emi> .

<http://lexvo.org/id/code/emil1239> lvont:means <http://lexvo.org/id/iso639-3/eml> .

<http://lexvo.org/id/code/emk> lvont:means <http://lexvo.org/id/iso639-3/emk> .

<http://lexvo.org/id/code/eml> lvont:means <http://lexvo.org/id/iso639-3/emb> .

<http://lexvo.org/id/code/emm> lvont:means <http://lexvo.org/id/iso639-3/amy>,
        <http://lexvo.org/id/iso639-3/emm> .

<http://lexvo.org/id/code/emn> lvont:means <http://lexvo.org/id/iso639-3/emn> .

<http://lexvo.org/id/code/emo> lvont:means <http://lexvo.org/id/iso639-3/emo> .

<http://lexvo.org/id/code/emp> lvont:means <http://lexvo.org/id/iso639-3/emp> .

<http://lexvo.org/id/code/ems> lvont:means <http://lexvo.org/id/iso639-3/ems> .

<http://lexvo.org/id/code/emu> lvont:means <http://lexvo.org/id/iso639-3/emu> .

<http://lexvo.org/id/code/emw> lvont:means <http://lexvo.org/id/iso639-3/emw> .

<http://lexvo.org/id/code/emx> lvont:means <http://lexvo.org/id/iso639-3/emx> .

<http://lexvo.org/id/code/emy> lvont:means <http://lexvo.org/id/iso639-3/emy> .

<http://lexvo.org/id/code/en> lvont:means <http://lexvo.org/id/iso639-3/eng> .

<http://lexvo.org/id/code/ena> lvont:means <http://lexvo.org/id/iso639-3/ena>,
        <http://lexvo.org/id/iso639-3/enq> .

<http://lexvo.org/id/code/enap1235> lvont:means <http://lexvo.org/id/iso639-3/pbh> .

<http://lexvo.org/id/code/enb> lvont:means <http://lexvo.org/id/iso639-3/enb> .

<http://lexvo.org/id/code/enc> lvont:means <http://lexvo.org/id/iso639-3/enc> .

<http://lexvo.org/id/code/end> lvont:means <http://lexvo.org/id/iso639-3/end> .

<http://lexvo.org/id/code/enf> lvont:means <http://lexvo.org/id/iso639-3/enf> .

<http://lexvo.org/id/code/eng> lvont:means <http://lexvo.org/id/iso639-3/eng> .

<http://lexvo.org/id/code/enga1252> lvont:means <http://lexvo.org/id/iso639-3/enq> .

<http://lexvo.org/id/code/enge1239> lvont:means <http://lexvo.org/id/iso639-3/enn> .

<http://lexvo.org/id/code/engg1245> lvont:means <http://lexvo.org/id/iso639-3/eno> .

<http://lexvo.org/id/code/enh> lvont:means <http://lexvo.org/id/iso639-3/enh> .

<http://lexvo.org/id/code/enm> lvont:means <http://lexvo.org/id/iso639-3/enm> .

<http://lexvo.org/id/code/enn> lvont:means <http://lexvo.org/id/iso639-3/enn> .

<http://lexvo.org/id/code/eno> lvont:means <http://lexvo.org/id/iso639-3/eno> .

<http://lexvo.org/id/code/enq> lvont:means <http://lexvo.org/id/iso639-3/enq> .

<http://lexvo.org/id/code/enr> lvont:means <http://lexvo.org/id/iso639-3/enr> .

<http://lexvo.org/id/code/enu> lvont:means <http://lexvo.org/id/iso639-3/enu> .

<http://lexvo.org/id/code/env> lvont:means <http://lexvo.org/id/iso639-3/env> .

<http://lexvo.org/id/code/enw> lvont:means <http://lexvo.org/id/iso639-3/enw> .

<http://lexvo.org/id/code/eny> lvont:means <http://lexvo.org/id/iso639-3/gey> .

<http://lexvo.org/id/code/enya1247> lvont:means <http://lexvo.org/id/iso639-3/gey> .

<http://lexvo.org/id/code/eo> lvont:means <http://lexvo.org/id/iso639-3/epo> .

<http://lexvo.org/id/code/eot> lvont:means <http://lexvo.org/id/iso639-3/eot> .

<http://lexvo.org/id/code/epe> lvont:means <http://lexvo.org/id/iso639-3/sja> .

<http://lexvo.org/id/code/epen1239> lvont:means <http://lexvo.org/id/iso639-3/sja> .

<http://lexvo.org/id/code/epi> lvont:means <http://lexvo.org/id/iso639-3/epi> .

<http://lexvo.org/id/code/epo> lvont:means <http://lexvo.org/id/iso639-3/epo> .

<http://lexvo.org/id/code/era> lvont:means <http://lexvo.org/id/iso639-3/era> .

<http://lexvo.org/id/code/erg> lvont:means <http://lexvo.org/id/iso639-3/erg> .

<http://lexvo.org/id/code/erh> lvont:means <http://lexvo.org/id/iso639-3/erh> .

<http://lexvo.org/id/code/eri> lvont:means <http://lexvo.org/id/iso639-3/eri> .

<http://lexvo.org/id/code/erk> lvont:means <http://lexvo.org/id/iso639-3/erk> .

<http://lexvo.org/id/code/ero> lvont:means <http://lexvo.org/id/iso639-3/ero> .

<http://lexvo.org/id/code/err> lvont:means <http://lexvo.org/id/iso639-3/erg>,
        <http://lexvo.org/id/iso639-3/err> .

<http://lexvo.org/id/code/ers> lvont:means <http://lexvo.org/id/iso639-3/ers> .

<http://lexvo.org/id/code/ert> lvont:means <http://lexvo.org/id/iso639-3/ert> .

<http://lexvo.org/id/code/erw> lvont:means <http://lexvo.org/id/iso639-3/erw> .

<http://lexvo.org/id/code/erzy1239> lvont:means <http://lexvo.org/id/iso639-3/myv> .

<http://lexvo.org/id/code/es> lvont:means <http://lexvo.org/id/iso639-3/spa> .

<http://lexvo.org/id/code/ese> lvont:means <http://lexvo.org/id/iso639-3/ese> .

<http://lexvo.org/id/code/esee1248> lvont:means <http://lexvo.org/id/iso639-3/ese> .

<http://lexvo.org/id/code/esh> lvont:means <http://lexvo.org/id/iso639-3/esh> .

<http://lexvo.org/id/code/esi> lvont:means <http://lexvo.org/id/iso639-3/esi> .

<http://lexvo.org/id/code/esk> lvont:means <http://lexvo.org/id/iso639-3/esk> .

<http://lexvo.org/id/code/esl> lvont:means <http://lexvo.org/id/iso639-3/esl> .

<http://lexvo.org/id/code/esm> lvont:means <http://lexvo.org/id/iso639-3/esm> .

<http://lexvo.org/id/code/esn> lvont:means <http://lexvo.org/id/iso639-3/esn> .

<http://lexvo.org/id/code/eso> lvont:means <http://lexvo.org/id/iso639-3/eso> .

<http://lexvo.org/id/code/esp> lvont:means <http://lexvo.org/id/iso639-3/epo> .

<http://lexvo.org/id/code/esq> lvont:means <http://lexvo.org/id/iso639-3/esq> .

<http://lexvo.org/id/code/ess> lvont:means <http://lexvo.org/id/iso639-3/esq>,
        <http://lexvo.org/id/iso639-3/ess> .

<http://lexvo.org/id/code/esse1238> lvont:means <http://lexvo.org/id/iso639-3/esq> .

<http://lexvo.org/id/code/est> lvont:means <http://lexvo.org/id/iso639-3/est> .

<http://lexvo.org/id/code/esto1258> lvont:means <http://lexvo.org/id/iso639-3/est> .

<http://lexvo.org/id/code/esu> lvont:means <http://lexvo.org/id/iso639-3/esu> .

<http://lexvo.org/id/code/esx> lvont:means <http://lexvo.org/id/iso639-5/esx> .

<http://lexvo.org/id/code/et> lvont:means <http://lexvo.org/id/iso639-3/est> .

<http://lexvo.org/id/code/etb> lvont:means <http://lexvo.org/id/iso639-3/etb> .

<http://lexvo.org/id/code/etc> lvont:means <http://lexvo.org/id/iso639-3/etc> .

<http://lexvo.org/id/code/eth> lvont:means <http://lexvo.org/id/iso639-3/eth>,
        <http://lexvo.org/id/iso639-3/gez> .

<http://lexvo.org/id/code/etn> lvont:means <http://lexvo.org/id/iso639-3/etn> .

<http://lexvo.org/id/code/eto> lvont:means <http://lexvo.org/id/iso639-3/eto> .

<http://lexvo.org/id/code/etr> lvont:means <http://lexvo.org/id/iso639-3/etr> .

<http://lexvo.org/id/code/ets> lvont:means <http://lexvo.org/id/iso639-3/ets> .

<http://lexvo.org/id/code/ett> lvont:means <http://lexvo.org/id/iso639-3/ett> .

<http://lexvo.org/id/code/etu> lvont:means <http://lexvo.org/id/iso639-3/etu> .

<http://lexvo.org/id/code/etx> lvont:means <http://lexvo.org/id/iso639-3/etx> .

<http://lexvo.org/id/code/etz> lvont:means <http://lexvo.org/id/iso639-3/etz> .

<http://lexvo.org/id/code/eu> lvont:means <http://lexvo.org/id/iso639-3/eus> .

<http://lexvo.org/id/code/euq> lvont:means <http://lexvo.org/id/iso639-5/euq> .

<http://lexvo.org/id/code/eus> lvont:means <http://lexvo.org/id/iso639-3/eus> .

<http://lexvo.org/id/code/eve> lvont:means <http://lexvo.org/id/iso639-3/eve>,
        <http://lexvo.org/id/iso639-3/evn> .

<http://lexvo.org/id/code/even1259> lvont:means <http://lexvo.org/id/iso639-3/evn> .

<http://lexvo.org/id/code/even1260> lvont:means <http://lexvo.org/id/iso639-3/eve> .

<http://lexvo.org/id/code/evh> lvont:means <http://lexvo.org/id/iso639-3/evh> .

<http://lexvo.org/id/code/evn> lvont:means <http://lexvo.org/id/iso639-3/eve>,
        <http://lexvo.org/id/iso639-3/evn> .

<http://lexvo.org/id/code/ewa> lvont:means <http://lexvo.org/id/iso639-3/ewe> .

<http://lexvo.org/id/code/ewe> lvont:means <http://lexvo.org/id/iso639-3/ewe> .

<http://lexvo.org/id/code/ewee1241> lvont:means <http://lexvo.org/id/iso639-3/ewe> .

<http://lexvo.org/id/code/ewo> lvont:means <http://lexvo.org/id/iso639-3/ewo> .

<http://lexvo.org/id/code/ewon1239> lvont:means <http://lexvo.org/id/iso639-3/ewo> .

<http://lexvo.org/id/code/ext> lvont:means <http://lexvo.org/id/iso639-3/ext> .

<http://lexvo.org/id/code/eya> lvont:means <http://lexvo.org/id/iso639-3/eya> .

<http://lexvo.org/id/code/eyak1241> lvont:means <http://lexvo.org/id/iso639-3/eya> .

<http://lexvo.org/id/code/eyo> lvont:means <http://lexvo.org/id/iso639-3/eyo> .

<http://lexvo.org/id/code/eze> lvont:means <http://lexvo.org/id/iso639-3/eze> .

<http://lexvo.org/id/code/fa> lvont:means <http://lexvo.org/id/iso639-3/fas> .

<http://lexvo.org/id/code/faa> lvont:means <http://lexvo.org/id/iso639-3/faa> .

<http://lexvo.org/id/code/fab> lvont:means <http://lexvo.org/id/iso639-3/fab> .

<http://lexvo.org/id/code/fad> lvont:means <http://lexvo.org/id/iso639-3/fad> .

<http://lexvo.org/id/code/faf> lvont:means <http://lexvo.org/id/iso639-3/faf> .

<http://lexvo.org/id/code/fag> lvont:means <http://lexvo.org/id/iso639-3/fag> .

<http://lexvo.org/id/code/fah> lvont:means <http://lexvo.org/id/iso639-3/fah> .

<http://lexvo.org/id/code/fai> lvont:means <http://lexvo.org/id/iso639-3/fai> .

<http://lexvo.org/id/code/faj> lvont:means <http://lexvo.org/id/iso639-3/faj> .

<http://lexvo.org/id/code/fak> lvont:means <http://lexvo.org/id/iso639-3/fak> .

<http://lexvo.org/id/code/fal> lvont:means <http://lexvo.org/id/iso639-3/fal> .

<http://lexvo.org/id/code/fam> lvont:means <http://lexvo.org/id/iso639-3/fam> .

<http://lexvo.org/id/code/fan> lvont:means <http://lexvo.org/id/iso639-3/fan> .

<http://lexvo.org/id/code/fao> lvont:means <http://lexvo.org/id/iso639-3/fao> .

<http://lexvo.org/id/code/fap> lvont:means <http://lexvo.org/id/iso639-3/fap> .

<http://lexvo.org/id/code/far> lvont:means <http://lexvo.org/id/iso639-3/fao>,
        <http://lexvo.org/id/iso639-3/far> .

<http://lexvo.org/id/code/fare1241> lvont:means <http://lexvo.org/id/iso639-3/gur> .

<http://lexvo.org/id/code/faro1244> lvont:means <http://lexvo.org/id/iso639-3/fao> .

<http://lexvo.org/id/code/fas> lvont:means <http://lexvo.org/id/iso639-3/faa>,
        <http://lexvo.org/id/iso639-3/fas> .

<http://lexvo.org/id/code/fasu1242> lvont:means <http://lexvo.org/id/iso639-3/faa> .

<http://lexvo.org/id/code/fat> lvont:means <http://lexvo.org/id/iso639-3/fat> .

<http://lexvo.org/id/code/fau> lvont:means <http://lexvo.org/id/iso639-3/fau> .

<http://lexvo.org/id/code/fax> lvont:means <http://lexvo.org/id/iso639-3/fax> .

<http://lexvo.org/id/code/fay> lvont:means <http://lexvo.org/id/iso639-3/fay> .

<http://lexvo.org/id/code/faz> lvont:means <http://lexvo.org/id/iso639-3/faz> .

<http://lexvo.org/id/code/fbf> lvont:means <http://lexvo.org/id/iso639-3/fuh> .

<http://lexvo.org/id/code/fbl> lvont:means <http://lexvo.org/id/iso639-3/fbl> .

<http://lexvo.org/id/code/fcs> lvont:means <http://lexvo.org/id/iso639-3/fcs> .

<http://lexvo.org/id/code/fea> lvont:means <http://lexvo.org/id/iso639-3/frs> .

<http://lexvo.org/id/code/fef> lvont:means <http://lexvo.org/id/iso639-3/fmp> .

<http://lexvo.org/id/code/fefe1239> lvont:means <http://lexvo.org/id/iso639-3/fmp> .

<http://lexvo.org/id/code/fer> lvont:means <http://lexvo.org/id/iso639-3/fer> .

<http://lexvo.org/id/code/ff> lvont:means <http://lexvo.org/id/iso639-3/ful> .

<http://lexvo.org/id/code/ffi> lvont:means <http://lexvo.org/id/iso639-3/ffi> .

<http://lexvo.org/id/code/ffm> lvont:means <http://lexvo.org/id/iso639-3/ffm> .

<http://lexvo.org/id/code/fgo> lvont:means <http://lexvo.org/id/iso639-3/fub> .

<http://lexvo.org/id/code/fgr> lvont:means <http://lexvo.org/id/iso639-3/fgr> .

<http://lexvo.org/id/code/fgu> lvont:means <http://lexvo.org/id/iso639-3/fuf> .

<http://lexvo.org/id/code/fi> lvont:means <http://lexvo.org/id/iso639-3/fin> .

<http://lexvo.org/id/code/fia> lvont:means <http://lexvo.org/id/iso639-3/fia> .

<http://lexvo.org/id/code/fie> lvont:means <http://lexvo.org/id/iso639-3/fie> .

<http://lexvo.org/id/code/fij> lvont:means <http://lexvo.org/id/iso639-3/fij> .

<http://lexvo.org/id/code/fiji1243> lvont:means <http://lexvo.org/id/iso639-3/fij> .

<http://lexvo.org/id/code/fil> lvont:means <http://lexvo.org/id/iso639-3/fil> .

<http://lexvo.org/id/code/fin> lvont:means <http://lexvo.org/id/iso639-3/fin> .

<http://lexvo.org/id/code/finn1310> lvont:means <http://lexvo.org/id/iso639-3/fse> .

<http://lexvo.org/id/code/finn1318> lvont:means <http://lexvo.org/id/iso639-3/fin> .

<http://lexvo.org/id/code/fio> lvont:means <http://lexvo.org/id/iso639-3/kng> .

<http://lexvo.org/id/code/fip> lvont:means <http://lexvo.org/id/iso639-3/fip> .

<http://lexvo.org/id/code/fir> lvont:means <http://lexvo.org/id/iso639-3/fir> .

<http://lexvo.org/id/code/fit> lvont:means <http://lexvo.org/id/iso639-3/fit> .

<http://lexvo.org/id/code/fiu> lvont:means <http://lexvo.org/id/iso639-5/fiu> .

<http://lexvo.org/id/code/fiw> lvont:means <http://lexvo.org/id/iso639-3/fiw>,
        <http://lexvo.org/id/iso639-3/wyy> .

<http://lexvo.org/id/code/fj> lvont:means <http://lexvo.org/id/iso639-3/fij> .

<http://lexvo.org/id/code/fkk> lvont:means <http://lexvo.org/id/iso639-3/fkk> .

<http://lexvo.org/id/code/fkv> lvont:means <http://lexvo.org/id/iso639-3/fkv> .

<http://lexvo.org/id/code/fla> lvont:means <http://lexvo.org/id/iso639-3/fla> .

<http://lexvo.org/id/code/flh> lvont:means <http://lexvo.org/id/iso639-3/flh> .

<http://lexvo.org/id/code/fli> lvont:means <http://lexvo.org/id/iso639-3/fli>,
        <http://lexvo.org/id/iso639-3/fuh> .

<http://lexvo.org/id/code/fll> lvont:means <http://lexvo.org/id/iso639-3/fll> .

<http://lexvo.org/id/code/fln> lvont:means <http://lexvo.org/id/iso639-3/fln> .

<http://lexvo.org/id/code/flr> lvont:means <http://lexvo.org/id/iso639-3/flr> .

<http://lexvo.org/id/code/fly> lvont:means <http://lexvo.org/id/iso639-3/fly> .

<http://lexvo.org/id/code/fma> lvont:means <http://lexvo.org/id/iso639-3/fuc> .

<http://lexvo.org/id/code/fmp> lvont:means <http://lexvo.org/id/iso639-3/fmp> .

<http://lexvo.org/id/code/fmu> lvont:means <http://lexvo.org/id/iso639-3/fmu> .

<http://lexvo.org/id/code/fng> lvont:means <http://lexvo.org/id/iso639-3/fng> .

<http://lexvo.org/id/code/fni> lvont:means <http://lexvo.org/id/iso639-3/fni>,
        <http://lexvo.org/id/iso639-3/fuv> .

<http://lexvo.org/id/code/fno> lvont:means <http://lexvo.org/id/iso639-3/frr> .

<http://lexvo.org/id/code/fo> lvont:means <http://lexvo.org/id/iso639-3/fao> .

<http://lexvo.org/id/code/fod> lvont:means <http://lexvo.org/id/iso639-3/fod> .

<http://lexvo.org/id/code/foe> lvont:means <http://lexvo.org/id/iso639-3/foi> .

<http://lexvo.org/id/code/foi> lvont:means <http://lexvo.org/id/iso639-3/foi> .

<http://lexvo.org/id/code/foii1241> lvont:means <http://lexvo.org/id/iso639-3/foi> .

<http://lexvo.org/id/code/folo1238> lvont:means <http://lexvo.org/id/iso639-3/ppo> .

<http://lexvo.org/id/code/fom> lvont:means <http://lexvo.org/id/iso639-3/fom> .

<http://lexvo.org/id/code/fon> lvont:means <http://lexvo.org/id/iso639-3/fon> .

<http://lexvo.org/id/code/fonn1241> lvont:means <http://lexvo.org/id/iso639-3/fon> .

<http://lexvo.org/id/code/for> lvont:means <http://lexvo.org/id/iso639-3/for> .

<http://lexvo.org/id/code/ford1242> lvont:means <http://lexvo.org/id/iso639-3/frd> .

<http://lexvo.org/id/code/fore1270> lvont:means <http://lexvo.org/id/iso639-3/for> .

<http://lexvo.org/id/code/fos> lvont:means <http://lexvo.org/id/iso639-3/fos> .

<http://lexvo.org/id/code/fox> lvont:means <http://lexvo.org/id/iso639-3/sac>,
        <http://lexvo.org/id/iso639-5/fox> .

<http://lexvo.org/id/code/fpe> lvont:means <http://lexvo.org/id/iso639-3/fpe> .

<http://lexvo.org/id/code/fqs> lvont:means <http://lexvo.org/id/iso639-3/fqs> .

<http://lexvo.org/id/code/fr> lvont:means <http://lexvo.org/id/iso639-3/fra> .

<http://lexvo.org/id/code/fra> lvont:means <http://lexvo.org/id/iso639-3/fra> .

<http://lexvo.org/id/code/fran1266> lvont:means <http://lexvo.org/id/iso639-3/zos> .

<http://lexvo.org/id/code/frc> lvont:means <http://lexvo.org/id/iso639-3/frc> .

<http://lexvo.org/id/code/frd> lvont:means <http://lexvo.org/id/iso639-3/frd> .

<http://lexvo.org/id/code/fre> lvont:means <http://lexvo.org/id/iso639-3/fra> .

<http://lexvo.org/id/code/fren1243> lvont:means <http://lexvo.org/id/iso639-3/fsl> .

<http://lexvo.org/id/code/fri> lvont:means <http://lexvo.org/id/iso639-3/frs>,
        <http://lexvo.org/id/iso639-3/fry> .

<http://lexvo.org/id/code/frk> lvont:means <http://lexvo.org/id/iso639-3/frk> .

<http://lexvo.org/id/code/frm> lvont:means <http://lexvo.org/id/iso639-3/frm> .

<http://lexvo.org/id/code/fro> lvont:means <http://lexvo.org/id/iso639-3/fro> .

<http://lexvo.org/id/code/frp> lvont:means <http://lexvo.org/id/iso639-3/frp> .

<http://lexvo.org/id/code/frq> lvont:means <http://lexvo.org/id/iso639-3/frq> .

<http://lexvo.org/id/code/frr> lvont:means <http://lexvo.org/id/iso639-3/frr> .

<http://lexvo.org/id/code/frs> lvont:means <http://lexvo.org/id/iso639-3/frs> .

<http://lexvo.org/id/code/frt> lvont:means <http://lexvo.org/id/iso639-3/frt> .

<http://lexvo.org/id/code/fry> lvont:means <http://lexvo.org/id/iso639-3/fry> .

<http://lexvo.org/id/code/fse> lvont:means <http://lexvo.org/id/iso639-3/fse> .

<http://lexvo.org/id/code/fsl> lvont:means <http://lexvo.org/id/iso639-3/fse>,
        <http://lexvo.org/id/iso639-3/fsl> .

<http://lexvo.org/id/code/fss> lvont:means <http://lexvo.org/id/iso639-3/fss> .

<http://lexvo.org/id/code/fua> lvont:means <http://lexvo.org/id/iso639-3/fub> .

<http://lexvo.org/id/code/fub> lvont:means <http://lexvo.org/id/iso639-3/fub> .

<http://lexvo.org/id/code/fuc> lvont:means <http://lexvo.org/id/iso639-3/fuc> .

<http://lexvo.org/id/code/fud> lvont:means <http://lexvo.org/id/iso639-3/fud> .

<http://lexvo.org/id/code/fue> lvont:means <http://lexvo.org/id/iso639-3/fud>,
        <http://lexvo.org/id/iso639-3/fue> .

<http://lexvo.org/id/code/fuf> lvont:means <http://lexvo.org/id/iso639-3/fuf> .

<http://lexvo.org/id/code/fuh> lvont:means <http://lexvo.org/id/iso639-3/fuh> .

<http://lexvo.org/id/code/fui> lvont:means <http://lexvo.org/id/iso639-3/fui> .

<http://lexvo.org/id/code/fuj> lvont:means <http://lexvo.org/id/iso639-3/fuj> .

<http://lexvo.org/id/code/ful> lvont:means <http://lexvo.org/id/iso639-3/ful>,
        <http://lexvo.org/id/iso639-3/fun> .

<http://lexvo.org/id/code/fuln1247> lvont:means <http://lexvo.org/id/iso639-3/fun> .

<http://lexvo.org/id/code/fum> lvont:means <http://lexvo.org/id/iso639-3/ffm>,
        <http://lexvo.org/id/iso639-3/fum> .

<http://lexvo.org/id/code/fun> lvont:means <http://lexvo.org/id/iso639-3/fun> .

<http://lexvo.org/id/code/fuq> lvont:means <http://lexvo.org/id/iso639-3/fuq> .

<http://lexvo.org/id/code/fur> lvont:means <http://lexvo.org/id/iso639-3/fur>,
        <http://lexvo.org/id/iso639-3/fvr> .

<http://lexvo.org/id/code/furr1244> lvont:means <http://lexvo.org/id/iso639-3/fvr> .

<http://lexvo.org/id/code/furu1242> lvont:means <http://lexvo.org/id/iso639-3/fuu> .

<http://lexvo.org/id/code/fus> lvont:means <http://lexvo.org/id/iso639-3/fuc> .

<http://lexvo.org/id/code/fut> lvont:means <http://lexvo.org/id/iso639-3/fut> .

<http://lexvo.org/id/code/futu1245> lvont:means <http://lexvo.org/id/iso639-3/fut> .

<http://lexvo.org/id/code/fuu> lvont:means <http://lexvo.org/id/iso639-3/fuu> .

<http://lexvo.org/id/code/fuv> lvont:means <http://lexvo.org/id/iso639-3/fuv> .

<http://lexvo.org/id/code/fuy> lvont:means <http://lexvo.org/id/iso639-3/fuy> .

<http://lexvo.org/id/code/fuz> lvont:means <http://lexvo.org/id/iso639-3/cdo> .

<http://lexvo.org/id/code/fvr> lvont:means <http://lexvo.org/id/iso639-3/fvr> .

<http://lexvo.org/id/code/fwa> lvont:means <http://lexvo.org/id/iso639-3/fwa> .

<http://lexvo.org/id/code/fwai1237> lvont:means <http://lexvo.org/id/iso639-3/fwa> .

<http://lexvo.org/id/code/fwe> lvont:means <http://lexvo.org/id/iso639-3/fwe> .

<http://lexvo.org/id/code/fy> lvont:means <http://lexvo.org/id/iso639-3/fry> .

<http://lexvo.org/id/code/fyam1238> lvont:means <http://lexvo.org/id/iso639-3/pym> .

<http://lexvo.org/id/code/fye> lvont:means <http://lexvo.org/id/iso639-3/pym> .

<http://lexvo.org/id/code/ga> lvont:means <http://lexvo.org/id/iso639-3/gaa>,
        <http://lexvo.org/id/iso639-3/gle> .

<http://lexvo.org/id/code/gaa> lvont:means <http://lexvo.org/id/iso639-3/gaa>,
        <http://lexvo.org/id/iso639-3/gbu> .

<http://lexvo.org/id/code/gaaa1244> lvont:means <http://lexvo.org/id/iso639-3/gaa> .

<http://lexvo.org/id/code/gaam1241> lvont:means <http://lexvo.org/id/iso639-3/tbi> .

<http://lexvo.org/id/code/gaan1243> lvont:means <http://lexvo.org/id/iso639-3/gqa> .

<http://lexvo.org/id/code/gab> lvont:means <http://lexvo.org/id/iso639-3/gab> .

<http://lexvo.org/id/code/gac> lvont:means <http://lexvo.org/id/iso639-3/gac> .

<http://lexvo.org/id/code/gad> lvont:means <http://lexvo.org/id/iso639-3/gad>,
        <http://lexvo.org/id/iso639-3/ged> .

<http://lexvo.org/id/code/gade1242> lvont:means <http://lexvo.org/id/iso639-3/ged> .

<http://lexvo.org/id/code/gads1258> lvont:means <http://lexvo.org/id/iso639-3/gaj> .

<http://lexvo.org/id/code/gae> lvont:means <http://lexvo.org/id/iso639-3/gae>,
        <http://lexvo.org/id/iso639-3/gla> .

<http://lexvo.org/id/code/gaf> lvont:means <http://lexvo.org/id/iso639-3/gaf> .

<http://lexvo.org/id/code/gag> lvont:means <http://lexvo.org/id/iso639-3/gag>,
        <http://lexvo.org/id/iso639-3/glg> .

<http://lexvo.org/id/code/gaga1249> lvont:means <http://lexvo.org/id/iso639-3/gag> .

<http://lexvo.org/id/code/gaga1251> lvont:means <http://lexvo.org/id/iso639-3/gbu> .

<http://lexvo.org/id/code/gah> lvont:means <http://lexvo.org/id/iso639-3/gah> .

<http://lexvo.org/id/code/gahr1239> lvont:means <http://lexvo.org/id/iso639-3/bfu> .

<http://lexvo.org/id/code/gai> lvont:means <http://lexvo.org/id/iso639-3/gai> .

<http://lexvo.org/id/code/gaj> lvont:means <http://lexvo.org/id/iso639-3/gaj> .

<http://lexvo.org/id/code/gak> lvont:means <http://lexvo.org/id/iso639-3/gak> .

<http://lexvo.org/id/code/gal> lvont:means <http://lexvo.org/id/iso639-3/adi>,
        <http://lexvo.org/id/iso639-3/gal>,
        <http://lexvo.org/id/iso639-3/orm> .

<http://lexvo.org/id/code/gale1259> lvont:means <http://lexvo.org/id/iso639-3/gbi> .

<http://lexvo.org/id/code/gali1258> lvont:means <http://lexvo.org/id/iso639-3/glg> .

<http://lexvo.org/id/code/gali1262> lvont:means <http://lexvo.org/id/iso639-3/car> .

<http://lexvo.org/id/code/gam> lvont:means <http://lexvo.org/id/iso639-3/gam> .

<http://lexvo.org/id/code/gama1251> lvont:means <http://lexvo.org/id/iso639-3/kgj> .

<http://lexvo.org/id/code/gami1243> lvont:means <http://lexvo.org/id/iso639-3/kld> .

<http://lexvo.org/id/code/gan> lvont:means <http://lexvo.org/id/iso639-3/apq>,
        <http://lexvo.org/id/iso639-3/gan> .

<http://lexvo.org/id/code/gand1255> lvont:means <http://lexvo.org/id/iso639-3/lug> .

<http://lexvo.org/id/code/gang1267> lvont:means <http://lexvo.org/id/iso639-3/gcd> .

<http://lexvo.org/id/code/gao> lvont:means <http://lexvo.org/id/iso639-3/gao> .

<http://lexvo.org/id/code/gap> lvont:means <http://lexvo.org/id/iso639-3/gap>,
        <http://lexvo.org/id/iso639-3/pwg> .

<http://lexvo.org/id/code/gapa1238> lvont:means <http://lexvo.org/id/iso639-3/pwg> .

<http://lexvo.org/id/code/gaq> lvont:means <http://lexvo.org/id/iso639-3/gaq> .

<http://lexvo.org/id/code/gar> lvont:means <http://lexvo.org/id/iso639-3/gar>,
        <http://lexvo.org/id/iso639-3/grt> .

<http://lexvo.org/id/code/gara1261> lvont:means <http://lexvo.org/id/iso639-3/gbc> .

<http://lexvo.org/id/code/gari1256> lvont:means <http://lexvo.org/id/iso639-3/cab> .

<http://lexvo.org/id/code/garo1247> lvont:means <http://lexvo.org/id/iso639-3/grt> .

<http://lexvo.org/id/code/garu1246> lvont:means <http://lexvo.org/id/iso639-3/gyb> .

<http://lexvo.org/id/code/gas> lvont:means <http://lexvo.org/id/iso639-3/gas> .

<http://lexvo.org/id/code/gat> lvont:means <http://lexvo.org/id/iso639-3/gat> .

<http://lexvo.org/id/code/gau> lvont:means <http://lexvo.org/id/iso639-3/bar>,
        <http://lexvo.org/id/iso639-3/gau> .

<http://lexvo.org/id/code/gav> lvont:means <http://lexvo.org/id/iso639-3/gvo> .

<http://lexvo.org/id/code/gavi1246> lvont:means <http://lexvo.org/id/iso639-3/gvo> .

<http://lexvo.org/id/code/gaw> lvont:means <http://lexvo.org/id/iso639-3/gaw> .

<http://lexvo.org/id/code/gaww1239> lvont:means <http://lexvo.org/id/iso639-3/gwd> .

<http://lexvo.org/id/code/gax> lvont:means <http://lexvo.org/id/iso639-3/gax> .

<http://lexvo.org/id/code/gay> lvont:means <http://lexvo.org/id/iso639-3/gay> .

<http://lexvo.org/id/code/gayo1244> lvont:means <http://lexvo.org/id/iso639-3/gay> .

<http://lexvo.org/id/code/gaz> lvont:means <http://lexvo.org/id/iso639-3/gaz> .

<http://lexvo.org/id/code/gba> lvont:means <http://lexvo.org/id/iso639-3/bar>,
        <http://lexvo.org/id/iso639-3/gba> .

<http://lexvo.org/id/code/gbay1287> lvont:means <http://lexvo.org/id/iso639-3/gbp> .

<http://lexvo.org/id/code/gbay1288> lvont:means <http://lexvo.org/id/iso639-3/krs> .

<http://lexvo.org/id/code/gbb> lvont:means <http://lexvo.org/id/iso639-3/gbb>,
        <http://lexvo.org/id/iso639-3/gbp> .

<http://lexvo.org/id/code/gbc> lvont:means <http://lexvo.org/id/iso639-3/pov> .

<http://lexvo.org/id/code/gbd> lvont:means <http://lexvo.org/id/iso639-3/gbd> .

<http://lexvo.org/id/code/gbe> lvont:means <http://lexvo.org/id/iso639-3/gbe>,
        <http://lexvo.org/id/iso639-3/gsw> .

<http://lexvo.org/id/code/gbf> lvont:means <http://lexvo.org/id/iso639-3/gbf> .

<http://lexvo.org/id/code/gbg> lvont:means <http://lexvo.org/id/iso639-3/gbg> .

<http://lexvo.org/id/code/gbh> lvont:means <http://lexvo.org/id/iso639-3/gbh> .

<http://lexvo.org/id/code/gbi> lvont:means <http://lexvo.org/id/iso639-3/gbi> .

<http://lexvo.org/id/code/gbj> lvont:means <http://lexvo.org/id/iso639-3/gbj> .

<http://lexvo.org/id/code/gbk> lvont:means <http://lexvo.org/id/iso639-3/gbk>,
        <http://lexvo.org/id/iso639-3/gya> .

<http://lexvo.org/id/code/gbl> lvont:means <http://lexvo.org/id/iso639-3/deu>,
        <http://lexvo.org/id/iso639-3/gbl> .

<http://lexvo.org/id/code/gbm> lvont:means <http://lexvo.org/id/iso639-3/gbm> .

<http://lexvo.org/id/code/gbn> lvont:means <http://lexvo.org/id/iso639-3/gbn> .

<http://lexvo.org/id/code/gbo> lvont:means <http://lexvo.org/id/iso639-3/gbo> .

<http://lexvo.org/id/code/gbp> lvont:means <http://lexvo.org/id/iso639-3/gbp> .

<http://lexvo.org/id/code/gbq> lvont:means <http://lexvo.org/id/iso639-3/gbq> .

<http://lexvo.org/id/code/gbr> lvont:means <http://lexvo.org/id/iso639-3/gbr> .

<http://lexvo.org/id/code/gbs> lvont:means <http://lexvo.org/id/iso639-3/gbs> .

<http://lexvo.org/id/code/gbu> lvont:means <http://lexvo.org/id/iso639-3/gbu> .

<http://lexvo.org/id/code/gbv> lvont:means <http://lexvo.org/id/iso639-3/gbv> .

<http://lexvo.org/id/code/gbx> lvont:means <http://lexvo.org/id/iso639-3/gbx> .

<http://lexvo.org/id/code/gby> lvont:means <http://lexvo.org/id/iso639-3/gby> .

<http://lexvo.org/id/code/gbz> lvont:means <http://lexvo.org/id/iso639-3/gbz> .

<http://lexvo.org/id/code/gcc> lvont:means <http://lexvo.org/id/iso639-3/gcc> .

<http://lexvo.org/id/code/gcd> lvont:means <http://lexvo.org/id/iso639-3/gcd> .

<http://lexvo.org/id/code/gce> lvont:means <http://lexvo.org/id/iso639-3/gce> .

<http://lexvo.org/id/code/gcf> lvont:means <http://lexvo.org/id/iso639-3/gcf> .

<http://lexvo.org/id/code/gcl> lvont:means <http://lexvo.org/id/iso639-3/gcl> .

<http://lexvo.org/id/code/gcn> lvont:means <http://lexvo.org/id/iso639-3/gcn> .

<http://lexvo.org/id/code/gcr> lvont:means <http://lexvo.org/id/iso639-3/gcr> .

<http://lexvo.org/id/code/gct> lvont:means <http://lexvo.org/id/iso639-3/gct> .

<http://lexvo.org/id/code/gcy> lvont:means <http://lexvo.org/id/iso639-3/ell> .

<http://lexvo.org/id/code/gd> lvont:means <http://lexvo.org/id/iso639-3/gla> .

<http://lexvo.org/id/code/gda> lvont:means <http://lexvo.org/id/iso639-3/gda> .

<http://lexvo.org/id/code/gdb> lvont:means <http://lexvo.org/id/iso639-3/gbj>,
        <http://lexvo.org/id/iso639-3/gdb> .

<http://lexvo.org/id/code/gdc> lvont:means <http://lexvo.org/id/iso639-3/gdc> .

<http://lexvo.org/id/code/gdd> lvont:means <http://lexvo.org/id/iso639-3/gdd> .

<http://lexvo.org/id/code/gde> lvont:means <http://lexvo.org/id/iso639-3/gde> .

<http://lexvo.org/id/code/gdf> lvont:means <http://lexvo.org/id/iso639-3/gdf> .

<http://lexvo.org/id/code/gdg> lvont:means <http://lexvo.org/id/iso639-3/gdg> .

<http://lexvo.org/id/code/gdh> lvont:means <http://lexvo.org/id/iso639-3/gdh> .

<http://lexvo.org/id/code/gdi> lvont:means <http://lexvo.org/id/iso639-3/gdi>,
        <http://lexvo.org/id/iso639-3/god> .

<http://lexvo.org/id/code/gdj> lvont:means <http://lexvo.org/id/iso639-3/gdj> .

<http://lexvo.org/id/code/gdk> lvont:means <http://lexvo.org/id/iso639-3/gdk> .

<http://lexvo.org/id/code/gdl> lvont:means <http://lexvo.org/id/iso639-3/gcf>,
        <http://lexvo.org/id/iso639-3/gdl> .

<http://lexvo.org/id/code/gdm> lvont:means <http://lexvo.org/id/iso639-3/gdm> .

<http://lexvo.org/id/code/gdn> lvont:means <http://lexvo.org/id/iso639-3/gdn> .

<http://lexvo.org/id/code/gdo> lvont:means <http://lexvo.org/id/iso639-3/gdo> .

<http://lexvo.org/id/code/gdq> lvont:means <http://lexvo.org/id/iso639-3/gdq> .

<http://lexvo.org/id/code/gdr> lvont:means <http://lexvo.org/id/iso639-3/gdr>,
        <http://lexvo.org/id/iso639-3/gid> .

<http://lexvo.org/id/code/gds> lvont:means <http://lexvo.org/id/iso639-3/gaj>,
        <http://lexvo.org/id/iso639-3/gds> .

<http://lexvo.org/id/code/gdu> lvont:means <http://lexvo.org/id/iso639-3/gdu> .

<http://lexvo.org/id/code/gdx> lvont:means <http://lexvo.org/id/iso639-3/gdx> .

<http://lexvo.org/id/code/gea> lvont:means <http://lexvo.org/id/iso639-3/gea> .

<http://lexvo.org/id/code/geb> lvont:means <http://lexvo.org/id/iso639-3/geb> .

<http://lexvo.org/id/code/gec> lvont:means <http://lexvo.org/id/iso639-3/gec> .

<http://lexvo.org/id/code/ged> lvont:means <http://lexvo.org/id/iso639-3/ged> .

<http://lexvo.org/id/code/geg> lvont:means <http://lexvo.org/id/iso639-3/geg> .

<http://lexvo.org/id/code/geh> lvont:means <http://lexvo.org/id/iso639-3/geh> .

<http://lexvo.org/id/code/gei> lvont:means <http://lexvo.org/id/iso639-3/gei> .

<http://lexvo.org/id/code/gej> lvont:means <http://lexvo.org/id/iso639-3/gej> .

<http://lexvo.org/id/code/gek> lvont:means <http://lexvo.org/id/iso639-3/gek> .

<http://lexvo.org/id/code/gel> lvont:means <http://lexvo.org/id/iso639-3/gel>,
        <http://lexvo.org/id/iso639-3/nlg> .

<http://lexvo.org/id/code/gela1261> lvont:means <http://lexvo.org/id/iso639-3/gio> .

<http://lexvo.org/id/code/gela1263> lvont:means <http://lexvo.org/id/iso639-3/nlg> .

<http://lexvo.org/id/code/gem> lvont:means <http://lexvo.org/id/iso639-5/gem> .

<http://lexvo.org/id/code/geo> lvont:means <http://lexvo.org/id/iso639-3/kat> .

<http://lexvo.org/id/code/geq> lvont:means <http://lexvo.org/id/iso639-3/geq> .

<http://lexvo.org/id/code/ger> lvont:means <http://lexvo.org/id/iso639-3/deu> .

<http://lexvo.org/id/code/germ1281> lvont:means <http://lexvo.org/id/iso639-3/gsg> .

<http://lexvo.org/id/code/ges> lvont:means <http://lexvo.org/id/iso639-3/ges> .

<http://lexvo.org/id/code/gew> lvont:means <http://lexvo.org/id/iso639-3/gew> .

<http://lexvo.org/id/code/gex> lvont:means <http://lexvo.org/id/iso639-3/gex> .

<http://lexvo.org/id/code/gey> lvont:means <http://lexvo.org/id/iso639-3/gey> .

<http://lexvo.org/id/code/gez> lvont:means <http://lexvo.org/id/iso639-3/gez> .

<http://lexvo.org/id/code/gfk> lvont:means <http://lexvo.org/id/iso639-3/gfk> .

<http://lexvo.org/id/code/gfr> lvont:means <http://lexvo.org/id/iso639-3/gcr> .

<http://lexvo.org/id/code/gft> lvont:means <http://lexvo.org/id/iso639-3/gft> .

<http://lexvo.org/id/code/gfx> lvont:means <http://lexvo.org/id/iso639-3/gfx> .

<http://lexvo.org/id/code/gga> lvont:means <http://lexvo.org/id/iso639-3/gga> .

<http://lexvo.org/id/code/ggb> lvont:means <http://lexvo.org/id/iso639-3/ggb> .

<http://lexvo.org/id/code/ggd> lvont:means <http://lexvo.org/id/iso639-3/ggd> .

<http://lexvo.org/id/code/gge> lvont:means <http://lexvo.org/id/iso639-3/gge> .

<http://lexvo.org/id/code/ggg> lvont:means <http://lexvo.org/id/iso639-3/ggg> .

<http://lexvo.org/id/code/ggk> lvont:means <http://lexvo.org/id/iso639-3/ggk> .

<http://lexvo.org/id/code/ggl> lvont:means <http://lexvo.org/id/iso639-3/ggl> .

<http://lexvo.org/id/code/ggn> lvont:means <http://lexvo.org/id/iso639-3/ggn> .

<http://lexvo.org/id/code/ggo> lvont:means <http://lexvo.org/id/iso639-3/ggo> .

<http://lexvo.org/id/code/ggr> lvont:means <http://lexvo.org/id/iso639-3/ggr> .

<http://lexvo.org/id/code/ggt> lvont:means <http://lexvo.org/id/iso639-3/ggt> .

<http://lexvo.org/id/code/ggu> lvont:means <http://lexvo.org/id/iso639-3/ggu>,
        <http://lexvo.org/id/iso639-3/gnr> .

<http://lexvo.org/id/code/ggw> lvont:means <http://lexvo.org/id/iso639-3/ggw> .

<http://lexvo.org/id/code/gha> lvont:means <http://lexvo.org/id/iso639-3/deu>,
        <http://lexvo.org/id/iso639-3/gha> .

<http://lexvo.org/id/code/ghb> lvont:means <http://lexvo.org/id/iso639-3/guh> .

<http://lexvo.org/id/code/ghc> lvont:means <http://lexvo.org/id/iso639-3/ghc> .

<http://lexvo.org/id/code/ghe> lvont:means <http://lexvo.org/id/iso639-3/ghe> .

<http://lexvo.org/id/code/ghh> lvont:means <http://lexvo.org/id/iso639-3/ghh> .

<http://lexvo.org/id/code/ghk> lvont:means <http://lexvo.org/id/iso639-3/ghk> .

<http://lexvo.org/id/code/ghl> lvont:means <http://lexvo.org/id/iso639-3/ghl> .

<http://lexvo.org/id/code/ghn> lvont:means <http://lexvo.org/id/iso639-3/ghn> .

<http://lexvo.org/id/code/gho> lvont:means <http://lexvo.org/id/iso639-3/aaa>,
        <http://lexvo.org/id/iso639-3/gho> .

<http://lexvo.org/id/code/ghod1238> lvont:means <http://lexvo.org/id/iso639-3/gdo> .

<http://lexvo.org/id/code/ghot1243> lvont:means <http://lexvo.org/id/iso639-3/aaa> .

<http://lexvo.org/id/code/ghr> lvont:means <http://lexvo.org/id/iso639-3/bfu>,
        <http://lexvo.org/id/iso639-3/ghr> .

<http://lexvo.org/id/code/ghs> lvont:means <http://lexvo.org/id/iso639-3/ghs> .

<http://lexvo.org/id/code/ght> lvont:means <http://lexvo.org/id/iso639-3/ght> .

<http://lexvo.org/id/code/ghul1238> lvont:means <http://lexvo.org/id/iso639-3/ghl> .

<http://lexvo.org/id/code/gia> lvont:means <http://lexvo.org/id/iso639-3/gia> .

<http://lexvo.org/id/code/gib> lvont:means <http://lexvo.org/id/iso639-3/gib> .

<http://lexvo.org/id/code/gic> lvont:means <http://lexvo.org/id/iso639-3/gic> .

<http://lexvo.org/id/code/gid> lvont:means <http://lexvo.org/id/iso639-3/bdy>,
        <http://lexvo.org/id/iso639-3/gid> .

<http://lexvo.org/id/code/gida1247> lvont:means <http://lexvo.org/id/iso639-3/gid> .

<http://lexvo.org/id/code/gig> lvont:means <http://lexvo.org/id/iso639-3/gig> .

<http://lexvo.org/id/code/gil> lvont:means <http://lexvo.org/id/iso639-3/gil>,
        <http://lexvo.org/id/iso639-3/glk> .

<http://lexvo.org/id/code/gila1241> lvont:means <http://lexvo.org/id/iso639-3/glk> .

<http://lexvo.org/id/code/gilb1244> lvont:means <http://lexvo.org/id/iso639-3/gil> .

<http://lexvo.org/id/code/gily1242> lvont:means <http://lexvo.org/id/iso639-3/niv> .

<http://lexvo.org/id/code/gim> lvont:means <http://lexvo.org/id/iso639-3/bcq>,
        <http://lexvo.org/id/iso639-3/gim> .

<http://lexvo.org/id/code/gin> lvont:means <http://lexvo.org/id/iso639-3/gin> .

<http://lexvo.org/id/code/gip> lvont:means <http://lexvo.org/id/iso639-3/gip> .

<http://lexvo.org/id/code/giq> lvont:means <http://lexvo.org/id/iso639-3/giq> .

<http://lexvo.org/id/code/gir> lvont:means <http://lexvo.org/id/iso639-3/gir>,
        <http://lexvo.org/id/iso639-3/glj> .

<http://lexvo.org/id/code/gis> lvont:means <http://lexvo.org/id/iso639-3/gis> .

<http://lexvo.org/id/code/git> lvont:means <http://lexvo.org/id/iso639-3/git> .

<http://lexvo.org/id/code/gitx1241> lvont:means <http://lexvo.org/id/iso639-3/git> .

<http://lexvo.org/id/code/giu> lvont:means <http://lexvo.org/id/iso639-3/giu> .

<http://lexvo.org/id/code/giw> lvont:means <http://lexvo.org/id/iso639-3/giw> .

<http://lexvo.org/id/code/gix> lvont:means <http://lexvo.org/id/iso639-3/gix> .

<http://lexvo.org/id/code/giy> lvont:means <http://lexvo.org/id/iso639-3/giy> .

<http://lexvo.org/id/code/giz> lvont:means <http://lexvo.org/id/iso639-3/giz> .

<http://lexvo.org/id/code/gji> lvont:means <http://lexvo.org/id/iso639-3/gji>,
        <http://lexvo.org/id/iso639-3/gue> .

<http://lexvo.org/id/code/gjj> lvont:means <http://lexvo.org/id/iso639-3/gub> .

<http://lexvo.org/id/code/gjk> lvont:means <http://lexvo.org/id/iso639-3/gjk> .

<http://lexvo.org/id/code/gjn> lvont:means <http://lexvo.org/id/iso639-3/gjn> .

<http://lexvo.org/id/code/gju> lvont:means <http://lexvo.org/id/iso639-3/gju> .

<http://lexvo.org/id/code/gka> lvont:means <http://lexvo.org/id/iso639-3/gka> .

<http://lexvo.org/id/code/gke> lvont:means <http://lexvo.org/id/iso639-3/gke> .

<http://lexvo.org/id/code/gkn> lvont:means <http://lexvo.org/id/iso639-3/gkn> .

<http://lexvo.org/id/code/gko> lvont:means <http://lexvo.org/id/iso639-3/gko> .

<http://lexvo.org/id/code/gkp> lvont:means <http://lexvo.org/id/iso639-3/gkp> .

<http://lexvo.org/id/code/gku> lvont:means <http://lexvo.org/id/iso639-3/pue> .

<http://lexvo.org/id/code/gl> lvont:means <http://lexvo.org/id/iso639-3/glg> .

<http://lexvo.org/id/code/gla> lvont:means <http://lexvo.org/id/iso639-3/gio>,
        <http://lexvo.org/id/iso639-3/gla> .

<http://lexvo.org/id/code/glc> lvont:means <http://lexvo.org/id/iso639-3/glc>,
        <http://lexvo.org/id/iso639-3/glg> .

<http://lexvo.org/id/code/gld> lvont:means <http://lexvo.org/id/iso639-3/gld> .

<http://lexvo.org/id/code/gle> lvont:means <http://lexvo.org/id/iso639-3/gle> .

<http://lexvo.org/id/code/glg> lvont:means <http://lexvo.org/id/iso639-3/glg> .

<http://lexvo.org/id/code/glh> lvont:means <http://lexvo.org/id/iso639-3/glh> .

<http://lexvo.org/id/code/gli> lvont:means <http://lexvo.org/id/iso639-3/gli> .

<http://lexvo.org/id/code/glj> lvont:means <http://lexvo.org/id/iso639-3/glj> .

<http://lexvo.org/id/code/glk> lvont:means <http://lexvo.org/id/iso639-3/glk> .

<http://lexvo.org/id/code/gll> lvont:means <http://lexvo.org/id/iso639-3/gbi> .

<http://lexvo.org/id/code/gln> lvont:means <http://lexvo.org/id/iso639-3/gvf> .

<http://lexvo.org/id/code/glo> lvont:means <http://lexvo.org/id/iso639-3/glo> .

<http://lexvo.org/id/code/glp> lvont:means <http://lexvo.org/id/iso639-3/dhg> .

<http://lexvo.org/id/code/glr> lvont:means <http://lexvo.org/id/iso639-3/glr> .

<http://lexvo.org/id/code/glu> lvont:means <http://lexvo.org/id/iso639-3/glu> .

<http://lexvo.org/id/code/glv> lvont:means <http://lexvo.org/id/iso639-3/glv> .

<http://lexvo.org/id/code/glw> lvont:means <http://lexvo.org/id/iso639-3/glw> .

<http://lexvo.org/id/code/gly> lvont:means <http://lexvo.org/id/iso639-3/gly> .

<http://lexvo.org/id/code/gma> lvont:means <http://lexvo.org/id/iso639-3/deu>,
        <http://lexvo.org/id/iso639-3/gma> .

<http://lexvo.org/id/code/gmb> lvont:means <http://lexvo.org/id/iso639-3/gmb>,
        <http://lexvo.org/id/iso639-3/gum> .

<http://lexvo.org/id/code/gmd> lvont:means <http://lexvo.org/id/iso639-3/gmd> .

<http://lexvo.org/id/code/gme> lvont:means <http://lexvo.org/id/iso639-5/gme> .

<http://lexvo.org/id/code/gmh> lvont:means <http://lexvo.org/id/iso639-3/gmh> .

<http://lexvo.org/id/code/gml> lvont:means <http://lexvo.org/id/iso639-3/gml>,
        <http://lexvo.org/id/iso639-3/kld> .

<http://lexvo.org/id/code/gmm> lvont:means <http://lexvo.org/id/iso639-3/gmm> .

<http://lexvo.org/id/code/gmn> lvont:means <http://lexvo.org/id/iso639-3/gmn> .

<http://lexvo.org/id/code/gmq> lvont:means <http://lexvo.org/id/iso639-5/gmq> .

<http://lexvo.org/id/code/gmt> lvont:means <http://lexvo.org/id/iso639-3/gnn> .

<http://lexvo.org/id/code/gmu> lvont:means <http://lexvo.org/id/iso639-3/gmu> .

<http://lexvo.org/id/code/gmv> lvont:means <http://lexvo.org/id/iso639-3/gmv> .

<http://lexvo.org/id/code/gmw> lvont:means <http://lexvo.org/id/iso639-3/gvs>,
        <http://lexvo.org/id/iso639-5/gmw> .

<http://lexvo.org/id/code/gmx> lvont:means <http://lexvo.org/id/iso639-3/gmx> .

<http://lexvo.org/id/code/gmy> lvont:means <http://lexvo.org/id/iso639-3/gmy> .

<http://lexvo.org/id/code/gmz> lvont:means <http://lexvo.org/id/iso639-3/guk> .

<http://lexvo.org/id/code/gn> lvont:means <http://lexvo.org/id/iso639-3/grn> .

<http://lexvo.org/id/code/gna> lvont:means <http://lexvo.org/id/iso639-3/gna>,
        <http://lexvo.org/id/iso639-3/gva> .

<http://lexvo.org/id/code/gnb> lvont:means <http://lexvo.org/id/iso639-3/gnb>,
        <http://lexvo.org/id/iso639-3/wlg> .

<http://lexvo.org/id/code/gnc> lvont:means <http://lexvo.org/id/iso639-3/gnc> .

<http://lexvo.org/id/code/gnd> lvont:means <http://lexvo.org/id/iso639-3/gnd>,
        <http://lexvo.org/id/iso639-3/gqa> .

<http://lexvo.org/id/code/gne> lvont:means <http://lexvo.org/id/iso639-3/gne> .

<http://lexvo.org/id/code/gng> lvont:means <http://lexvo.org/id/iso639-3/gng> .

<http://lexvo.org/id/code/gnh> lvont:means <http://lexvo.org/id/iso639-3/gnh> .

<http://lexvo.org/id/code/gni> lvont:means <http://lexvo.org/id/iso639-3/gni> .

<http://lexvo.org/id/code/gnk> lvont:means <http://lexvo.org/id/iso639-3/gnk> .

<http://lexvo.org/id/code/gnl> lvont:means <http://lexvo.org/id/iso639-3/gnl> .

<http://lexvo.org/id/code/gnm> lvont:means <http://lexvo.org/id/iso639-3/gnm> .

<http://lexvo.org/id/code/gnn> lvont:means <http://lexvo.org/id/iso639-3/gnn>,
        <http://lexvo.org/id/iso639-3/gww> .

<http://lexvo.org/id/code/gno> lvont:means <http://lexvo.org/id/iso639-3/gno>,
        <http://lexvo.org/id/iso639-3/gvc> .

<http://lexvo.org/id/code/gnq> lvont:means <http://lexvo.org/id/iso639-3/gnq> .

<http://lexvo.org/id/code/gnr> lvont:means <http://lexvo.org/id/iso639-3/gnr> .

<http://lexvo.org/id/code/gnt> lvont:means <http://lexvo.org/id/iso639-3/gnt> .

<http://lexvo.org/id/code/gnu> lvont:means <http://lexvo.org/id/iso639-3/gnu> .

<http://lexvo.org/id/code/gnw> lvont:means <http://lexvo.org/id/iso639-3/gnw> .

<http://lexvo.org/id/code/gny> lvont:means <http://lexvo.org/id/iso639-3/gyy> .

<http://lexvo.org/id/code/gnz> lvont:means <http://lexvo.org/id/iso639-3/gnz> .

<http://lexvo.org/id/code/goa> lvont:means <http://lexvo.org/id/iso639-3/goa>,
        <http://lexvo.org/id/iso639-3/guc> .

<http://lexvo.org/id/code/gob> lvont:means <http://lexvo.org/id/iso639-3/gob> .

<http://lexvo.org/id/code/goc> lvont:means <http://lexvo.org/id/iso639-3/goc> .

<http://lexvo.org/id/code/god> lvont:means <http://lexvo.org/id/iso639-3/gdo>,
        <http://lexvo.org/id/iso639-3/god> .

<http://lexvo.org/id/code/godi1239> lvont:means <http://lexvo.org/id/iso639-3/god> .

<http://lexvo.org/id/code/goe> lvont:means <http://lexvo.org/id/iso639-3/ank>,
        <http://lexvo.org/id/iso639-3/goe> .

<http://lexvo.org/id/code/goem1240> lvont:means <http://lexvo.org/id/iso639-3/ank> .

<http://lexvo.org/id/code/gof> lvont:means <http://lexvo.org/id/iso639-3/gof> .

<http://lexvo.org/id/code/gog> lvont:means <http://lexvo.org/id/iso639-3/ggw>,
        <http://lexvo.org/id/iso639-3/gog> .

<http://lexvo.org/id/code/gogo1265> lvont:means <http://lexvo.org/id/iso639-3/ggw> .

<http://lexvo.org/id/code/goh> lvont:means <http://lexvo.org/id/iso639-3/goh> .

<http://lexvo.org/id/code/goi> lvont:means <http://lexvo.org/id/iso639-3/goi> .

<http://lexvo.org/id/code/goj> lvont:means <http://lexvo.org/id/iso639-3/gju>,
        <http://lexvo.org/id/iso639-3/goj> .

<http://lexvo.org/id/code/gok> lvont:means <http://lexvo.org/id/iso639-3/gkn>,
        <http://lexvo.org/id/iso639-3/gok> .

<http://lexvo.org/id/code/goka1239> lvont:means <http://lexvo.org/id/iso639-3/gkn> .

<http://lexvo.org/id/code/gol> lvont:means <http://lexvo.org/id/iso639-3/gol> .

<http://lexvo.org/id/code/gola1255> lvont:means <http://lexvo.org/id/iso639-3/gol> .

<http://lexvo.org/id/code/goli1247> lvont:means <http://lexvo.org/id/iso639-3/gvf> .

<http://lexvo.org/id/code/gom> lvont:means <http://lexvo.org/id/iso639-3/gom> .

<http://lexvo.org/id/code/gon> lvont:means <http://lexvo.org/id/iso639-3/gon> .

<http://lexvo.org/id/code/goo> lvont:means <http://lexvo.org/id/iso639-3/gni>,
        <http://lexvo.org/id/iso639-3/goo> .

<http://lexvo.org/id/code/goon1238> lvont:means <http://lexvo.org/id/iso639-3/gni> .

<http://lexvo.org/id/code/gop> lvont:means <http://lexvo.org/id/iso639-3/gop> .

<http://lexvo.org/id/code/goq> lvont:means <http://lexvo.org/id/iso639-3/goq> .

<http://lexvo.org/id/code/gor> lvont:means <http://lexvo.org/id/iso639-3/gor>,
        <http://lexvo.org/id/iso639-3/gow> .

<http://lexvo.org/id/code/goro1259> lvont:means <http://lexvo.org/id/iso639-3/gor> .

<http://lexvo.org/id/code/goro1270> lvont:means <http://lexvo.org/id/iso639-3/gow> .

<http://lexvo.org/id/code/gos> lvont:means <http://lexvo.org/id/iso639-3/gos>,
        <http://lexvo.org/id/iso639-3/gsw> .

<http://lexvo.org/id/code/got> lvont:means <http://lexvo.org/id/iso639-3/got> .

<http://lexvo.org/id/code/gou> lvont:means <http://lexvo.org/id/iso639-3/gou> .

<http://lexvo.org/id/code/gour1243> lvont:means <http://lexvo.org/id/iso639-3/gux> .

<http://lexvo.org/id/code/gow> lvont:means <http://lexvo.org/id/iso639-3/gow> .

<http://lexvo.org/id/code/gox> lvont:means <http://lexvo.org/id/iso639-3/gox> .

<http://lexvo.org/id/code/goy> lvont:means <http://lexvo.org/id/iso639-3/goy> .

<http://lexvo.org/id/code/goz> lvont:means <http://lexvo.org/id/iso639-3/goz> .

<http://lexvo.org/id/code/gpa> lvont:means <http://lexvo.org/id/iso639-3/gpa> .

<http://lexvo.org/id/code/gpe> lvont:means <http://lexvo.org/id/iso639-3/gpe> .

<http://lexvo.org/id/code/gpn> lvont:means <http://lexvo.org/id/iso639-3/gpn> .

<http://lexvo.org/id/code/gpz> lvont:means <http://lexvo.org/id/iso639-3/gsw> .

<http://lexvo.org/id/code/gqa> lvont:means <http://lexvo.org/id/iso639-3/gqa> .

<http://lexvo.org/id/code/gqi> lvont:means <http://lexvo.org/id/iso639-3/gqi> .

<http://lexvo.org/id/code/gqn> lvont:means <http://lexvo.org/id/iso639-3/gqn> .

<http://lexvo.org/id/code/gqr> lvont:means <http://lexvo.org/id/iso639-3/gqr> .

<http://lexvo.org/id/code/gqu> lvont:means <http://lexvo.org/id/iso639-3/gqu> .

<http://lexvo.org/id/code/gra> lvont:means <http://lexvo.org/id/iso639-3/gra> .

<http://lexvo.org/id/code/gras1249> lvont:means <http://lexvo.org/id/iso639-3/kbk> .

<http://lexvo.org/id/code/grb> lvont:means <http://lexvo.org/id/iso639-3/grb>,
        <http://lexvo.org/id/iso639-3/gry> .

<http://lexvo.org/id/code/grc> lvont:means <http://lexvo.org/id/iso639-3/grc> .

<http://lexvo.org/id/code/grd> lvont:means <http://lexvo.org/id/iso639-3/grd> .

<http://lexvo.org/id/code/gre> lvont:means <http://lexvo.org/id/iso639-3/ell>,
        <http://lexvo.org/id/iso639-3/kal> .

<http://lexvo.org/id/code/gree1271> lvont:means <http://lexvo.org/id/iso639-3/gss> .

<http://lexvo.org/id/code/grf> lvont:means <http://lexvo.org/id/iso639-3/cab> .

<http://lexvo.org/id/code/grg> lvont:means <http://lexvo.org/id/iso639-3/gge>,
        <http://lexvo.org/id/iso639-3/grg> .

<http://lexvo.org/id/code/grh> lvont:means <http://lexvo.org/id/iso639-3/grh> .

<http://lexvo.org/id/code/gri> lvont:means <http://lexvo.org/id/iso639-3/gri> .

<http://lexvo.org/id/code/grj> lvont:means <http://lexvo.org/id/iso639-3/grj>,
        <http://lexvo.org/id/iso639-3/var> .

<http://lexvo.org/id/code/grk> lvont:means <http://lexvo.org/id/iso639-3/ell>,
        <http://lexvo.org/id/iso639-5/grk> .

<http://lexvo.org/id/code/grm> lvont:means <http://lexvo.org/id/iso639-3/grm>,
        <http://lexvo.org/id/iso639-3/gux> .

<http://lexvo.org/id/code/grn> lvont:means <http://lexvo.org/id/iso639-3/grn>,
        <http://lexvo.org/id/iso639-3/gur> .

<http://lexvo.org/id/code/gro> lvont:means <http://lexvo.org/id/iso639-3/goa>,
        <http://lexvo.org/id/iso639-3/gro> .

<http://lexvo.org/id/code/grp> lvont:means <http://lexvo.org/id/iso639-3/ksh> .

<http://lexvo.org/id/code/grq> lvont:means <http://lexvo.org/id/iso639-3/grq> .

<http://lexvo.org/id/code/grr> lvont:means <http://lexvo.org/id/iso639-3/gbc>,
        <http://lexvo.org/id/iso639-3/grr> .

<http://lexvo.org/id/code/grs> lvont:means <http://lexvo.org/id/iso639-3/grs>,
        <http://lexvo.org/id/iso639-3/gyb> .

<http://lexvo.org/id/code/grt> lvont:means <http://lexvo.org/id/iso639-3/gor>,
        <http://lexvo.org/id/iso639-3/grt> .

<http://lexvo.org/id/code/gru> lvont:means <http://lexvo.org/id/iso639-3/gru> .

<http://lexvo.org/id/code/grv> lvont:means <http://lexvo.org/id/iso639-3/grv> .

<http://lexvo.org/id/code/grw> lvont:means <http://lexvo.org/id/iso639-3/grw>,
        <http://lexvo.org/id/iso639-3/kal> .

<http://lexvo.org/id/code/grx> lvont:means <http://lexvo.org/id/iso639-3/grx> .

<http://lexvo.org/id/code/gry> lvont:means <http://lexvo.org/id/iso639-3/gry> .

<http://lexvo.org/id/code/grz> lvont:means <http://lexvo.org/id/iso639-3/grz> .

<http://lexvo.org/id/code/gse> lvont:means <http://lexvo.org/id/iso639-3/gse> .

<http://lexvo.org/id/code/gsg> lvont:means <http://lexvo.org/id/iso639-3/gsg> .

<http://lexvo.org/id/code/gsl> lvont:means <http://lexvo.org/id/iso639-3/gsl>,
        <http://lexvo.org/id/iso639-3/gss> .

<http://lexvo.org/id/code/gsm> lvont:means <http://lexvo.org/id/iso639-3/gsm> .

<http://lexvo.org/id/code/gsn> lvont:means <http://lexvo.org/id/iso639-3/gsn> .

<http://lexvo.org/id/code/gso> lvont:means <http://lexvo.org/id/iso639-3/gso>,
        <http://lexvo.org/id/iso639-3/kal> .

<http://lexvo.org/id/code/gsp> lvont:means <http://lexvo.org/id/iso639-3/gsp> .

<http://lexvo.org/id/code/gss> lvont:means <http://lexvo.org/id/iso639-3/gss> .

<http://lexvo.org/id/code/gsw> lvont:means <http://lexvo.org/id/iso639-3/gsw> .

<http://lexvo.org/id/code/gta> lvont:means <http://lexvo.org/id/iso639-3/gta> .

<http://lexvo.org/id/code/gtg> lvont:means <http://lexvo.org/id/iso639-3/gsw> .

<http://lexvo.org/id/code/gth> lvont:means <http://lexvo.org/id/iso639-3/deu> .

<http://lexvo.org/id/code/gti> lvont:means <http://lexvo.org/id/iso639-3/deu>,
        <http://lexvo.org/id/iso639-3/gti> .

<http://lexvo.org/id/code/gto> lvont:means <http://lexvo.org/id/iso639-3/gta> .

<http://lexvo.org/id/code/gu> lvont:means <http://lexvo.org/id/iso639-3/guj> .

<http://lexvo.org/id/code/gua> lvont:means <http://lexvo.org/id/iso639-3/grn>,
        <http://lexvo.org/id/iso639-3/gua>,
        <http://lexvo.org/id/iso639-3/gug> .

<http://lexvo.org/id/code/guad1242> lvont:means <http://lexvo.org/id/iso639-3/gcf> .

<http://lexvo.org/id/code/guah1255> lvont:means <http://lexvo.org/id/iso639-3/guh> .

<http://lexvo.org/id/code/guaj1255> lvont:means <http://lexvo.org/id/iso639-3/gub> .

<http://lexvo.org/id/code/guam1248> lvont:means <http://lexvo.org/id/iso639-3/gum> .

<http://lexvo.org/id/code/guan1268> lvont:means <http://lexvo.org/id/iso639-3/gva> .

<http://lexvo.org/id/code/guan1269> lvont:means <http://lexvo.org/id/iso639-3/gvc> .

<http://lexvo.org/id/code/guar1293> lvont:means <http://lexvo.org/id/iso639-3/gae> .

<http://lexvo.org/id/code/guat1253> lvont:means <http://lexvo.org/id/iso639-3/gta> .

<http://lexvo.org/id/code/guay1257> lvont:means <http://lexvo.org/id/iso639-3/guo> .

<http://lexvo.org/id/code/gub> lvont:means <http://lexvo.org/id/iso639-3/gub> .

<http://lexvo.org/id/code/guc> lvont:means <http://lexvo.org/id/iso639-3/guc> .

<http://lexvo.org/id/code/gud> lvont:means <http://lexvo.org/id/iso639-3/gde>,
        <http://lexvo.org/id/iso639-3/gud> .

<http://lexvo.org/id/code/gude1246> lvont:means <http://lexvo.org/id/iso639-3/gde> .

<http://lexvo.org/id/code/gudu1252> lvont:means <http://lexvo.org/id/iso639-3/gdf> .

<http://lexvo.org/id/code/gue> lvont:means <http://lexvo.org/id/iso639-3/gue> .

<http://lexvo.org/id/code/guer1241> lvont:means <http://lexvo.org/id/iso639-3/ngu> .

<http://lexvo.org/id/code/guer1243> lvont:means <http://lexvo.org/id/iso639-3/amu> .

<http://lexvo.org/id/code/guf> lvont:means <http://lexvo.org/id/iso639-3/guf> .

<http://lexvo.org/id/code/gug> lvont:means <http://lexvo.org/id/iso639-3/gug>,
        <http://lexvo.org/id/iso639-3/ktd> .

<http://lexvo.org/id/code/gugu1255> lvont:means <http://lexvo.org/id/iso639-3/kky> .

<http://lexvo.org/id/code/guh> lvont:means <http://lexvo.org/id/iso639-3/ghs>,
        <http://lexvo.org/id/iso639-3/guh> .

<http://lexvo.org/id/code/guhu1244> lvont:means <http://lexvo.org/id/iso639-3/ghs> .

<http://lexvo.org/id/code/gui> lvont:means <http://lexvo.org/id/iso639-3/gui> .

<http://lexvo.org/id/code/guia1246> lvont:means <http://lexvo.org/id/iso639-3/gcr> .

<http://lexvo.org/id/code/guj> lvont:means <http://lexvo.org/id/iso639-3/guj> .

<http://lexvo.org/id/code/guja1252> lvont:means <http://lexvo.org/id/iso639-3/guj> .

<http://lexvo.org/id/code/guja1253> lvont:means <http://lexvo.org/id/iso639-3/gju> .

<http://lexvo.org/id/code/guk> lvont:means <http://lexvo.org/id/iso639-3/guk> .

<http://lexvo.org/id/code/gul> lvont:means <http://lexvo.org/id/iso639-3/glu>,
        <http://lexvo.org/id/iso639-3/gul> .

<http://lexvo.org/id/code/gula1265> lvont:means <http://lexvo.org/id/iso639-3/glj> .

<http://lexvo.org/id/code/gula1269> lvont:means <http://lexvo.org/id/iso639-3/glu> .

<http://lexvo.org/id/code/gulf1241> lvont:means <http://lexvo.org/id/iso639-3/afb> .

<http://lexvo.org/id/code/gum> lvont:means <http://lexvo.org/id/iso639-3/gum>,
        <http://lexvo.org/id/iso639-3/kgs> .

<http://lexvo.org/id/code/guma1253> lvont:means <http://lexvo.org/id/iso639-3/gnn> .

<http://lexvo.org/id/code/guma1254> lvont:means <http://lexvo.org/id/iso639-3/gvs> .

<http://lexvo.org/id/code/gumu1244> lvont:means <http://lexvo.org/id/iso639-3/guk> .

<http://lexvo.org/id/code/gun> lvont:means <http://lexvo.org/id/iso639-3/gun>,
        <http://lexvo.org/id/iso639-3/yas> .

<http://lexvo.org/id/code/gunw1252> lvont:means <http://lexvo.org/id/iso639-3/gup> .

<http://lexvo.org/id/code/guny1241> lvont:means <http://lexvo.org/id/iso639-3/gyy> .

<http://lexvo.org/id/code/guo> lvont:means <http://lexvo.org/id/iso639-3/guo> .

<http://lexvo.org/id/code/gup> lvont:means <http://lexvo.org/id/iso639-3/gup> .

<http://lexvo.org/id/code/guq> lvont:means <http://lexvo.org/id/iso639-3/guq> .

<http://lexvo.org/id/code/gur> lvont:means <http://lexvo.org/id/iso639-3/gur> .

<http://lexvo.org/id/code/gura1251> lvont:means <http://lexvo.org/id/iso639-3/hac> .

<http://lexvo.org/id/code/gura1252> lvont:means <http://lexvo.org/id/iso639-3/gge> .

<http://lexvo.org/id/code/gure1255> lvont:means <http://lexvo.org/id/iso639-3/gnr> .

<http://lexvo.org/id/code/guri1247> lvont:means <http://lexvo.org/id/iso639-3/gue> .

<http://lexvo.org/id/code/guro1248> lvont:means <http://lexvo.org/id/iso639-3/goa> .

<http://lexvo.org/id/code/gus> lvont:means <http://lexvo.org/id/iso639-3/gus>,
        <http://lexvo.org/id/iso639-3/guz> .

<http://lexvo.org/id/code/gusi1247> lvont:means <http://lexvo.org/id/iso639-3/guz> .

<http://lexvo.org/id/code/gut> lvont:means <http://lexvo.org/id/iso639-3/gut>,
        <http://lexvo.org/id/iso639-3/gux> .

<http://lexvo.org/id/code/guu> lvont:means <http://lexvo.org/id/iso639-3/guu>,
        <http://lexvo.org/id/iso639-3/kky> .

<http://lexvo.org/id/code/guv> lvont:means <http://lexvo.org/id/iso639-3/guv> .

<http://lexvo.org/id/code/guw> lvont:means <http://lexvo.org/id/iso639-3/guw> .

<http://lexvo.org/id/code/gux> lvont:means <http://lexvo.org/id/iso639-3/gux> .

<http://lexvo.org/id/code/guz> lvont:means <http://lexvo.org/id/iso639-3/guz> .

<http://lexvo.org/id/code/gv> lvont:means <http://lexvo.org/id/iso639-3/glv> .

<http://lexvo.org/id/code/gva> lvont:means <http://lexvo.org/id/iso639-3/gva> .

<http://lexvo.org/id/code/gvc> lvont:means <http://lexvo.org/id/iso639-3/gvc> .

<http://lexvo.org/id/code/gve> lvont:means <http://lexvo.org/id/iso639-3/gve> .

<http://lexvo.org/id/code/gvf> lvont:means <http://lexvo.org/id/iso639-3/gvf> .

<http://lexvo.org/id/code/gvi> lvont:means <http://lexvo.org/id/iso639-3/bar> .

<http://lexvo.org/id/code/gvj> lvont:means <http://lexvo.org/id/iso639-3/gvj> .

<http://lexvo.org/id/code/gvl> lvont:means <http://lexvo.org/id/iso639-3/gvl> .

<http://lexvo.org/id/code/gvm> lvont:means <http://lexvo.org/id/iso639-3/gvm> .

<http://lexvo.org/id/code/gvn> lvont:means <http://lexvo.org/id/iso639-3/gvn> .

<http://lexvo.org/id/code/gvo> lvont:means <http://lexvo.org/id/iso639-3/gvo> .

<http://lexvo.org/id/code/gvp> lvont:means <http://lexvo.org/id/iso639-3/gvp> .

<http://lexvo.org/id/code/gvr> lvont:means <http://lexvo.org/id/iso639-3/gvr> .

<http://lexvo.org/id/code/gvs> lvont:means <http://lexvo.org/id/iso639-3/gvs> .

<http://lexvo.org/id/code/gvy> lvont:means <http://lexvo.org/id/iso639-3/gvy> .

<http://lexvo.org/id/code/gwa> lvont:means <http://lexvo.org/id/iso639-3/gwa> .

<http://lexvo.org/id/code/gwb> lvont:means <http://lexvo.org/id/iso639-3/gwb> .

<http://lexvo.org/id/code/gwc> lvont:means <http://lexvo.org/id/iso639-3/gwc> .

<http://lexvo.org/id/code/gwd> lvont:means <http://lexvo.org/id/iso639-3/gwd> .

<http://lexvo.org/id/code/gwe> lvont:means <http://lexvo.org/id/iso639-3/gwe>,
        <http://lexvo.org/id/iso639-3/wep> .

<http://lexvo.org/id/code/gwf> lvont:means <http://lexvo.org/id/iso639-3/gwf> .

<http://lexvo.org/id/code/gwg> lvont:means <http://lexvo.org/id/iso639-3/gwg> .

<http://lexvo.org/id/code/gwi> lvont:means <http://lexvo.org/id/iso639-3/gwi> .

<http://lexvo.org/id/code/gwic1235> lvont:means <http://lexvo.org/id/iso639-3/gwi> .

<http://lexvo.org/id/code/gwj> lvont:means <http://lexvo.org/id/iso639-3/gwj> .

<http://lexvo.org/id/code/gwm> lvont:means <http://lexvo.org/id/iso639-3/gwm> .

<http://lexvo.org/id/code/gwn> lvont:means <http://lexvo.org/id/iso639-3/gwn> .

<http://lexvo.org/id/code/gwo> lvont:means <http://lexvo.org/id/iso639-3/kcg> .

<http://lexvo.org/id/code/gwr> lvont:means <http://lexvo.org/id/iso639-3/gwr> .

<http://lexvo.org/id/code/gwt> lvont:means <http://lexvo.org/id/iso639-3/gwt> .

<http://lexvo.org/id/code/gwu> lvont:means <http://lexvo.org/id/iso639-3/gwu> .

<http://lexvo.org/id/code/gww> lvont:means <http://lexvo.org/id/iso639-3/gww> .

<http://lexvo.org/id/code/gwx> lvont:means <http://lexvo.org/id/iso639-3/gwx> .

<http://lexvo.org/id/code/gxx> lvont:means <http://lexvo.org/id/iso639-3/gxx> .

<http://lexvo.org/id/code/gya> lvont:means <http://lexvo.org/id/iso639-3/gya> .

<http://lexvo.org/id/code/gyb> lvont:means <http://lexvo.org/id/iso639-3/guo>,
        <http://lexvo.org/id/iso639-3/gyb> .

<http://lexvo.org/id/code/gyd> lvont:means <http://lexvo.org/id/iso639-3/gyd> .

<http://lexvo.org/id/code/gye> lvont:means <http://lexvo.org/id/iso639-3/gye> .

<http://lexvo.org/id/code/gyf> lvont:means <http://lexvo.org/id/iso639-3/gyf> .

<http://lexvo.org/id/code/gyg> lvont:means <http://lexvo.org/id/iso639-3/gyg> .

<http://lexvo.org/id/code/gyi> lvont:means <http://lexvo.org/id/iso639-3/gyi> .

<http://lexvo.org/id/code/gyl> lvont:means <http://lexvo.org/id/iso639-3/gyl> .

<http://lexvo.org/id/code/gym> lvont:means <http://lexvo.org/id/iso639-3/gym> .

<http://lexvo.org/id/code/gyn> lvont:means <http://lexvo.org/id/iso639-3/gyn> .

<http://lexvo.org/id/code/gyr> lvont:means <http://lexvo.org/id/iso639-3/gyr> .

<http://lexvo.org/id/code/gyy> lvont:means <http://lexvo.org/id/iso639-3/gyy> .

<http://lexvo.org/id/code/gza> lvont:means <http://lexvo.org/id/iso639-3/gza> .

<http://lexvo.org/id/code/gzi> lvont:means <http://lexvo.org/id/iso639-3/gzi> .

<http://lexvo.org/id/code/gzn> lvont:means <http://lexvo.org/id/iso639-3/gzn> .

<http://lexvo.org/id/code/gzu> lvont:means <http://lexvo.org/id/iso639-3/gsw> .

<http://lexvo.org/id/code/ha> lvont:means <http://lexvo.org/id/iso639-3/hau> .

<http://lexvo.org/id/code/haa> lvont:means <http://lexvo.org/id/iso639-3/haa> .

<http://lexvo.org/id/code/hab> lvont:means <http://lexvo.org/id/iso639-3/hab> .

<http://lexvo.org/id/code/hac> lvont:means <http://lexvo.org/id/iso639-3/hac> .

<http://lexvo.org/id/code/had> lvont:means <http://lexvo.org/id/iso639-3/had>,
        <http://lexvo.org/id/iso639-3/hts> .

<http://lexvo.org/id/code/hadz1240> lvont:means <http://lexvo.org/id/iso639-3/hts> .

<http://lexvo.org/id/code/hae> lvont:means <http://lexvo.org/id/iso639-3/hae> .

<http://lexvo.org/id/code/haf> lvont:means <http://lexvo.org/id/iso639-3/haf> .

<http://lexvo.org/id/code/hag> lvont:means <http://lexvo.org/id/iso639-3/hag> .

<http://lexvo.org/id/code/hah> lvont:means <http://lexvo.org/id/iso639-3/hah> .

<http://lexvo.org/id/code/hai> lvont:means <http://lexvo.org/id/iso639-3/hai> .

<http://lexvo.org/id/code/hais1244> lvont:means <http://lexvo.org/id/iso639-3/has> .

<http://lexvo.org/id/code/hait1244> lvont:means <http://lexvo.org/id/iso639-3/hat> .

<http://lexvo.org/id/code/haj> lvont:means <http://lexvo.org/id/iso639-3/haj> .

<http://lexvo.org/id/code/hak> lvont:means <http://lexvo.org/id/iso639-3/hak> .

<http://lexvo.org/id/code/haka1240> lvont:means <http://lexvo.org/id/iso639-3/cnh> .

<http://lexvo.org/id/code/hakk1236> lvont:means <http://lexvo.org/id/iso639-3/hak> .

<http://lexvo.org/id/code/hal> lvont:means <http://lexvo.org/id/iso639-3/hal>,
        <http://lexvo.org/id/iso639-3/hla> .

<http://lexvo.org/id/code/hala1252> lvont:means <http://lexvo.org/id/iso639-3/hal> .

<http://lexvo.org/id/code/halb1244> lvont:means <http://lexvo.org/id/iso639-3/hlb> .

<http://lexvo.org/id/code/halh1238> lvont:means <http://lexvo.org/id/iso639-3/khk> .

<http://lexvo.org/id/code/hali1244> lvont:means <http://lexvo.org/id/iso639-3/hla> .

<http://lexvo.org/id/code/halk1245> lvont:means <http://lexvo.org/id/iso639-3/hur> .

<http://lexvo.org/id/code/ham> lvont:means <http://lexvo.org/id/iso639-3/ham>,
        <http://lexvo.org/id/iso639-3/hmt> .

<http://lexvo.org/id/code/hame1242> lvont:means <http://lexvo.org/id/iso639-3/amf> .

<http://lexvo.org/id/code/hamt1247> lvont:means <http://lexvo.org/id/iso639-3/hmt> .

<http://lexvo.org/id/code/han> lvont:means <http://lexvo.org/id/iso639-3/han>,
        <http://lexvo.org/id/iso639-3/hni> .

<http://lexvo.org/id/code/hang1263> lvont:means <http://lexvo.org/id/iso639-3/wos> .

<http://lexvo.org/id/code/hani1248> lvont:means <http://lexvo.org/id/iso639-3/hni> .

<http://lexvo.org/id/code/hano1246> lvont:means <http://lexvo.org/id/iso639-3/lml> .

<http://lexvo.org/id/code/hanu1241> lvont:means <http://lexvo.org/id/iso639-3/hnn> .

<http://lexvo.org/id/code/hao> lvont:means <http://lexvo.org/id/iso639-3/hao> .

<http://lexvo.org/id/code/hap> lvont:means <http://lexvo.org/id/iso639-3/hap> .

<http://lexvo.org/id/code/haq> lvont:means <http://lexvo.org/id/iso639-3/haq> .

<http://lexvo.org/id/code/har> lvont:means <http://lexvo.org/id/iso639-3/har>,
        <http://lexvo.org/id/iso639-3/tmd> .

<http://lexvo.org/id/code/hara1271> lvont:means <http://lexvo.org/id/iso639-3/har> .

<http://lexvo.org/id/code/hars1241> lvont:means <http://lexvo.org/id/iso639-3/hss> .

<http://lexvo.org/id/code/haru1245> lvont:means <http://lexvo.org/id/iso639-3/tmd> .

<http://lexvo.org/id/code/has> lvont:means <http://lexvo.org/id/iso639-3/has> .

<http://lexvo.org/id/code/hass1238> lvont:means <http://lexvo.org/id/iso639-3/mey> .

<http://lexvo.org/id/code/hat> lvont:means <http://lexvo.org/id/iso639-3/had>,
        <http://lexvo.org/id/iso639-3/hat> .

<http://lexvo.org/id/code/hata1243> lvont:means <http://lexvo.org/id/iso639-3/had> .

<http://lexvo.org/id/code/hau> lvont:means <http://lexvo.org/id/iso639-3/hau> .

<http://lexvo.org/id/code/haus1257> lvont:means <http://lexvo.org/id/iso639-3/hau> .

<http://lexvo.org/id/code/hav> lvont:means <http://lexvo.org/id/iso639-3/hav>,
        <http://lexvo.org/id/iso639-3/yuf> .

<http://lexvo.org/id/code/hava1248> lvont:means <http://lexvo.org/id/iso639-3/yuf> .

<http://lexvo.org/id/code/haw> lvont:means <http://lexvo.org/id/iso639-3/haw> .

<http://lexvo.org/id/code/hawa1245> lvont:means <http://lexvo.org/id/iso639-3/haw> .

<http://lexvo.org/id/code/hax> lvont:means <http://lexvo.org/id/iso639-3/hax> .

<http://lexvo.org/id/code/hay> lvont:means <http://lexvo.org/id/iso639-3/hay>,
        <http://lexvo.org/id/iso639-3/vay> .

<http://lexvo.org/id/code/haya1250> lvont:means <http://lexvo.org/id/iso639-3/hay> .

<http://lexvo.org/id/code/haz> lvont:means <http://lexvo.org/id/iso639-3/haz> .

<http://lexvo.org/id/code/hba> lvont:means <http://lexvo.org/id/iso639-3/hba>,
        <http://lexvo.org/id/iso639-3/heb> .

<http://lexvo.org/id/code/hbb> lvont:means <http://lexvo.org/id/iso639-3/hbb> .

<http://lexvo.org/id/code/hbn> lvont:means <http://lexvo.org/id/iso639-3/hbn> .

<http://lexvo.org/id/code/hbo> lvont:means <http://lexvo.org/id/iso639-3/hbo> .

<http://lexvo.org/id/code/hbs> lvont:means <http://lexvo.org/id/iso639-3/hbs> .

<http://lexvo.org/id/code/hbu> lvont:means <http://lexvo.org/id/iso639-3/hbu> .

<http://lexvo.org/id/code/hca> lvont:means <http://lexvo.org/id/iso639-3/hca> .

<http://lexvo.org/id/code/hch> lvont:means <http://lexvo.org/id/iso639-3/hch> .

<http://lexvo.org/id/code/hcr> lvont:means <http://lexvo.org/id/iso639-3/hat> .

<http://lexvo.org/id/code/hdi> lvont:means <http://lexvo.org/id/iso639-3/xed> .

<http://lexvo.org/id/code/hdii1240> lvont:means <http://lexvo.org/id/iso639-3/xed> .

<http://lexvo.org/id/code/hdn> lvont:means <http://lexvo.org/id/iso639-3/hdn> .

<http://lexvo.org/id/code/hds> lvont:means <http://lexvo.org/id/iso639-3/hds> .

<http://lexvo.org/id/code/hdy> lvont:means <http://lexvo.org/id/iso639-3/hdy> .

<http://lexvo.org/id/code/he> lvont:means <http://lexvo.org/id/iso639-3/heb> .

<http://lexvo.org/id/code/hea> lvont:means <http://lexvo.org/id/iso639-3/hea> .

<http://lexvo.org/id/code/heb> lvont:means <http://lexvo.org/id/iso639-3/heb> .

<http://lexvo.org/id/code/hebr1245> lvont:means <http://lexvo.org/id/iso639-3/heb> .

<http://lexvo.org/id/code/hed> lvont:means <http://lexvo.org/id/iso639-3/hed> .

<http://lexvo.org/id/code/heg> lvont:means <http://lexvo.org/id/iso639-3/heg> .

<http://lexvo.org/id/code/heh> lvont:means <http://lexvo.org/id/iso639-3/heh> .

<http://lexvo.org/id/code/hehe1240> lvont:means <http://lexvo.org/id/iso639-3/heh> .

<http://lexvo.org/id/code/hei> lvont:means <http://lexvo.org/id/iso639-3/hei> .

<http://lexvo.org/id/code/heil1246> lvont:means <http://lexvo.org/id/iso639-3/hei> .

<http://lexvo.org/id/code/hem> lvont:means <http://lexvo.org/id/iso639-3/hem> .

<http://lexvo.org/id/code/hemb1242> lvont:means <http://lexvo.org/id/iso639-3/hem> .

<http://lexvo.org/id/code/her> lvont:means <http://lexvo.org/id/iso639-3/her> .

<http://lexvo.org/id/code/here1253> lvont:means <http://lexvo.org/id/iso639-3/her> .

<http://lexvo.org/id/code/hgm> lvont:means <http://lexvo.org/id/iso639-3/hgm> .

<http://lexvo.org/id/code/hgw> lvont:means <http://lexvo.org/id/iso639-3/hgw> .

<http://lexvo.org/id/code/hhi> lvont:means <http://lexvo.org/id/iso639-3/hhi> .

<http://lexvo.org/id/code/hhr> lvont:means <http://lexvo.org/id/iso639-3/hhr> .

<http://lexvo.org/id/code/hhu> lvont:means <http://lexvo.org/id/iso639-3/wos> .

<http://lexvo.org/id/code/hhy> lvont:means <http://lexvo.org/id/iso639-3/hhy> .

<http://lexvo.org/id/code/hi> lvont:means <http://lexvo.org/id/iso639-3/hin> .

<http://lexvo.org/id/code/hia> lvont:means <http://lexvo.org/id/iso639-3/cbd>,
        <http://lexvo.org/id/iso639-3/hia> .

<http://lexvo.org/id/code/hib> lvont:means <http://lexvo.org/id/iso639-3/hib> .

<http://lexvo.org/id/code/hid> lvont:means <http://lexvo.org/id/iso639-3/hid> .

<http://lexvo.org/id/code/hida1246> lvont:means <http://lexvo.org/id/iso639-3/hid> .

<http://lexvo.org/id/code/hif> lvont:means <http://lexvo.org/id/iso639-3/hif> .

<http://lexvo.org/id/code/hig> lvont:means <http://lexvo.org/id/iso639-3/hig> .

<http://lexvo.org/id/code/high1242> lvont:means <http://lexvo.org/id/iso639-3/chd> .

<http://lexvo.org/id/code/high1243> lvont:means <http://lexvo.org/id/iso639-3/tos> .

<http://lexvo.org/id/code/high1276> lvont:means <http://lexvo.org/id/iso639-3/poi> .

<http://lexvo.org/id/code/high1278> lvont:means <http://lexvo.org/id/iso639-3/azz> .

<http://lexvo.org/id/code/hih> lvont:means <http://lexvo.org/id/iso639-3/hih> .

<http://lexvo.org/id/code/hii> lvont:means <http://lexvo.org/id/iso639-3/hii> .

<http://lexvo.org/id/code/hij> lvont:means <http://lexvo.org/id/iso639-3/hij> .

<http://lexvo.org/id/code/hija1235> lvont:means <http://lexvo.org/id/iso639-3/acw> .

<http://lexvo.org/id/code/hik> lvont:means <http://lexvo.org/id/iso639-3/hik> .

<http://lexvo.org/id/code/hil> lvont:means <http://lexvo.org/id/iso639-3/hil> .

<http://lexvo.org/id/code/hili1240> lvont:means <http://lexvo.org/id/iso639-3/hil> .

<http://lexvo.org/id/code/hin> lvont:means <http://lexvo.org/id/iso639-3/hin> .

<http://lexvo.org/id/code/hind1269> lvont:means <http://lexvo.org/id/iso639-3/hin> .

<http://lexvo.org/id/code/hinu1240> lvont:means <http://lexvo.org/id/iso639-3/gin> .

<http://lexvo.org/id/code/hio> lvont:means <http://lexvo.org/id/iso639-3/hio> .

<http://lexvo.org/id/code/hir> lvont:means <http://lexvo.org/id/iso639-3/hir> .

<http://lexvo.org/id/code/hit> lvont:means <http://lexvo.org/id/iso639-3/hit> .

<http://lexvo.org/id/code/hiw> lvont:means <http://lexvo.org/id/iso639-3/hiw> .

<http://lexvo.org/id/code/hix> lvont:means <http://lexvo.org/id/iso639-3/hix> .

<http://lexvo.org/id/code/hixk1239> lvont:means <http://lexvo.org/id/iso639-3/hix> .

<http://lexvo.org/id/code/hji> lvont:means <http://lexvo.org/id/iso639-3/hji> .

<http://lexvo.org/id/code/hka> lvont:means <http://lexvo.org/id/iso639-3/hka> .

<http://lexvo.org/id/code/hke> lvont:means <http://lexvo.org/id/iso639-3/hke> .

<http://lexvo.org/id/code/hkk> lvont:means <http://lexvo.org/id/iso639-3/hkk> .

<http://lexvo.org/id/code/hks> lvont:means <http://lexvo.org/id/iso639-3/hks> .

<http://lexvo.org/id/code/hla> lvont:means <http://lexvo.org/id/iso639-3/hla> .

<http://lexvo.org/id/code/hlb> lvont:means <http://lexvo.org/id/iso639-3/hlb> .

<http://lexvo.org/id/code/hld> lvont:means <http://lexvo.org/id/iso639-3/hld> .

<http://lexvo.org/id/code/hle> lvont:means <http://lexvo.org/id/iso639-3/hle> .

<http://lexvo.org/id/code/hlk> lvont:means <http://lexvo.org/id/iso639-3/hur> .

<http://lexvo.org/id/code/hln> lvont:means <http://lexvo.org/id/iso639-3/hal> .

<http://lexvo.org/id/code/hlp> lvont:means <http://lexvo.org/id/iso639-3/yuf> .

<http://lexvo.org/id/code/hlt> lvont:means <http://lexvo.org/id/iso639-3/hlt> .

<http://lexvo.org/id/code/hlu> lvont:means <http://lexvo.org/id/iso639-3/hlu> .

<http://lexvo.org/id/code/hma> lvont:means <http://lexvo.org/id/iso639-3/hma>,
        <http://lexvo.org/id/iso639-3/hmr> .

<http://lexvo.org/id/code/hmar1241> lvont:means <http://lexvo.org/id/iso639-3/hmr> .

<http://lexvo.org/id/code/hmb> lvont:means <http://lexvo.org/id/iso639-3/hmb>,
        <http://lexvo.org/id/iso639-3/hub> .

<http://lexvo.org/id/code/hmc> lvont:means <http://lexvo.org/id/iso639-3/hmc> .

<http://lexvo.org/id/code/hmd> lvont:means <http://lexvo.org/id/iso639-3/hmd>,
        <http://lexvo.org/id/iso639-3/mww> .

<http://lexvo.org/id/code/hme> lvont:means <http://lexvo.org/id/iso639-3/hme> .

<http://lexvo.org/id/code/hmf> lvont:means <http://lexvo.org/id/iso639-3/hmf> .

<http://lexvo.org/id/code/hmg> lvont:means <http://lexvo.org/id/iso639-3/hmg> .

<http://lexvo.org/id/code/hmh> lvont:means <http://lexvo.org/id/iso639-3/hmh> .

<http://lexvo.org/id/code/hmi> lvont:means <http://lexvo.org/id/iso639-3/hmi>,
        <http://lexvo.org/id/iso639-3/hto> .

<http://lexvo.org/id/code/hmj> lvont:means <http://lexvo.org/id/iso639-3/hmj> .

<http://lexvo.org/id/code/hmk> lvont:means <http://lexvo.org/id/iso639-3/hmk> .

<http://lexvo.org/id/code/hml> lvont:means <http://lexvo.org/id/iso639-3/hml> .

<http://lexvo.org/id/code/hmm> lvont:means <http://lexvo.org/id/iso639-3/hmm> .

<http://lexvo.org/id/code/hmn> lvont:means <http://lexvo.org/id/iso639-3/hmn> .

<http://lexvo.org/id/code/hmo> lvont:means <http://lexvo.org/id/iso639-3/hmo> .

<http://lexvo.org/id/code/hmon1333> lvont:means <http://lexvo.org/id/iso639-3/mww> .

<http://lexvo.org/id/code/hmp> lvont:means <http://lexvo.org/id/iso639-3/hmp> .

<http://lexvo.org/id/code/hmq> lvont:means <http://lexvo.org/id/iso639-3/hmq> .

<http://lexvo.org/id/code/hmr> lvont:means <http://lexvo.org/id/iso639-3/amf>,
        <http://lexvo.org/id/iso639-3/hmr> .

<http://lexvo.org/id/code/hms> lvont:means <http://lexvo.org/id/iso639-3/hms> .

<http://lexvo.org/id/code/hmt> lvont:means <http://lexvo.org/id/iso639-3/hmt> .

<http://lexvo.org/id/code/hmu> lvont:means <http://lexvo.org/id/iso639-3/hmu>,
        <http://lexvo.org/id/iso639-3/hux> .

<http://lexvo.org/id/code/hmv> lvont:means <http://lexvo.org/id/iso639-3/hmv> .

<http://lexvo.org/id/code/hmw> lvont:means <http://lexvo.org/id/iso639-3/hmw> .

<http://lexvo.org/id/code/hmx> lvont:means <http://lexvo.org/id/iso639-5/hmx> .

<http://lexvo.org/id/code/hmy> lvont:means <http://lexvo.org/id/iso639-3/hmy> .

<http://lexvo.org/id/code/hmz> lvont:means <http://lexvo.org/id/iso639-3/hmz> .

<http://lexvo.org/id/code/hna> lvont:means <http://lexvo.org/id/iso639-3/hna> .

<http://lexvo.org/id/code/hnd> lvont:means <http://lexvo.org/id/iso639-3/hke>,
        <http://lexvo.org/id/iso639-3/hnd> .

<http://lexvo.org/id/code/hne> lvont:means <http://lexvo.org/id/iso639-3/hne> .

<http://lexvo.org/id/code/hnh> lvont:means <http://lexvo.org/id/iso639-3/hnh> .

<http://lexvo.org/id/code/hni> lvont:means <http://lexvo.org/id/iso639-3/hni> .

<http://lexvo.org/id/code/hnj> lvont:means <http://lexvo.org/id/iso639-3/hnj> .

<http://lexvo.org/id/code/hnk> lvont:means <http://lexvo.org/id/iso639-3/gin> .

<http://lexvo.org/id/code/hnn> lvont:means <http://lexvo.org/id/iso639-3/hnn> .

<http://lexvo.org/id/code/hno> lvont:means <http://lexvo.org/id/iso639-3/hdn>,
        <http://lexvo.org/id/iso639-3/hno> .

<http://lexvo.org/id/code/hns> lvont:means <http://lexvo.org/id/iso639-3/hns> .

<http://lexvo.org/id/code/hnu> lvont:means <http://lexvo.org/id/iso639-3/hnu> .

<http://lexvo.org/id/code/ho> lvont:means <http://lexvo.org/id/iso639-3/hmo>,
        <http://lexvo.org/id/iso639-3/hoc> .

<http://lexvo.org/id/code/hoa> lvont:means <http://lexvo.org/id/iso639-3/hoa> .

<http://lexvo.org/id/code/hoav1238> lvont:means <http://lexvo.org/id/iso639-3/hoa> .

<http://lexvo.org/id/code/hob> lvont:means <http://lexvo.org/id/iso639-3/hob> .

<http://lexvo.org/id/code/hoc> lvont:means <http://lexvo.org/id/iso639-3/hoc> .

<http://lexvo.org/id/code/hoch1243> lvont:means <http://lexvo.org/id/iso639-3/win> .

<http://lexvo.org/id/code/hod> lvont:means <http://lexvo.org/id/iso639-3/hod> .

<http://lexvo.org/id/code/hoe> lvont:means <http://lexvo.org/id/iso639-3/hoe> .

<http://lexvo.org/id/code/hoh> lvont:means <http://lexvo.org/id/iso639-3/hoh> .

<http://lexvo.org/id/code/hoi> lvont:means <http://lexvo.org/id/iso639-3/hoi> .

<http://lexvo.org/id/code/hoj> lvont:means <http://lexvo.org/id/iso639-3/hoj> .

<http://lexvo.org/id/code/hok> lvont:means <http://lexvo.org/id/iso639-3/nan>,
        <http://lexvo.org/id/iso639-5/hok> .

<http://lexvo.org/id/code/hol> lvont:means <http://lexvo.org/id/iso639-3/hol>,
        <http://lexvo.org/id/iso639-3/hoo> .

<http://lexvo.org/id/code/holo1240> lvont:means <http://lexvo.org/id/iso639-3/hoo> .

<http://lexvo.org/id/code/hom> lvont:means <http://lexvo.org/id/iso639-3/hom> .

<http://lexvo.org/id/code/hoo> lvont:means <http://lexvo.org/id/iso639-3/hoo> .

<http://lexvo.org/id/code/hooo1248> lvont:means <http://lexvo.org/id/iso639-3/hoc> .

<http://lexvo.org/id/code/hop> lvont:means <http://lexvo.org/id/iso639-3/hop> .

<http://lexvo.org/id/code/hopi1249> lvont:means <http://lexvo.org/id/iso639-3/hop> .

<http://lexvo.org/id/code/hor> lvont:means <http://lexvo.org/id/iso639-3/hor> .

<http://lexvo.org/id/code/hos> lvont:means <http://lexvo.org/id/iso639-3/hos> .

<http://lexvo.org/id/code/hot> lvont:means <http://lexvo.org/id/iso639-3/hot> .

<http://lexvo.org/id/code/hov> lvont:means <http://lexvo.org/id/iso639-3/hov> .

<http://lexvo.org/id/code/how> lvont:means <http://lexvo.org/id/iso639-3/how> .

<http://lexvo.org/id/code/hoy> lvont:means <http://lexvo.org/id/iso639-3/hoy> .

<http://lexvo.org/id/code/hoz> lvont:means <http://lexvo.org/id/iso639-3/hoz> .

<http://lexvo.org/id/code/hpd> lvont:means <http://lexvo.org/id/iso639-3/jup> .

<http://lexvo.org/id/code/hpo> lvont:means <http://lexvo.org/id/iso639-3/hpo> .

<http://lexvo.org/id/code/hps> lvont:means <http://lexvo.org/id/iso639-3/hps> .

<http://lexvo.org/id/code/hr> lvont:means <http://lexvo.org/id/iso639-3/hrv> .

<http://lexvo.org/id/code/hra> lvont:means <http://lexvo.org/id/iso639-3/hra> .

<http://lexvo.org/id/code/hre> lvont:means <http://lexvo.org/id/iso639-3/hre> .

<http://lexvo.org/id/code/hree1244> lvont:means <http://lexvo.org/id/iso639-3/hre> .

<http://lexvo.org/id/code/hrk> lvont:means <http://lexvo.org/id/iso639-3/hrk> .

<http://lexvo.org/id/code/hrm> lvont:means <http://lexvo.org/id/iso639-3/hrm> .

<http://lexvo.org/id/code/hro> lvont:means <http://lexvo.org/id/iso639-3/hro> .

<http://lexvo.org/id/code/hrr> lvont:means <http://lexvo.org/id/iso639-3/har> .

<http://lexvo.org/id/code/hrs> lvont:means <http://lexvo.org/id/iso639-3/hss> .

<http://lexvo.org/id/code/hrt> lvont:means <http://lexvo.org/id/iso639-3/hrt> .

<http://lexvo.org/id/code/hru> lvont:means <http://lexvo.org/id/iso639-3/hru> .

<http://lexvo.org/id/code/hrv> lvont:means <http://lexvo.org/id/iso639-3/hrv> .

<http://lexvo.org/id/code/hrx> lvont:means <http://lexvo.org/id/iso639-3/hrx> .

<http://lexvo.org/id/code/hrz> lvont:means <http://lexvo.org/id/iso639-3/hrz> .

<http://lexvo.org/id/code/hsb> lvont:means <http://lexvo.org/id/iso639-3/hsb> .

<http://lexvo.org/id/code/hsh> lvont:means <http://lexvo.org/id/iso639-3/hsh> .

<http://lexvo.org/id/code/hsl> lvont:means <http://lexvo.org/id/iso639-3/has>,
        <http://lexvo.org/id/iso639-3/hsl> .

<http://lexvo.org/id/code/hsn> lvont:means <http://lexvo.org/id/iso639-3/hsn> .

<http://lexvo.org/id/code/hss> lvont:means <http://lexvo.org/id/iso639-3/hss> .

<http://lexvo.org/id/code/ht> lvont:means <http://lexvo.org/id/iso639-3/hat> .

<http://lexvo.org/id/code/hti> lvont:means <http://lexvo.org/id/iso639-3/hti> .

<http://lexvo.org/id/code/hto> lvont:means <http://lexvo.org/id/iso639-3/hto> .

<http://lexvo.org/id/code/hts> lvont:means <http://lexvo.org/id/iso639-3/hts> .

<http://lexvo.org/id/code/htt> lvont:means <http://lexvo.org/id/iso639-3/hto> .

<http://lexvo.org/id/code/htu> lvont:means <http://lexvo.org/id/iso639-3/htu> .

<http://lexvo.org/id/code/htx> lvont:means <http://lexvo.org/id/iso639-3/htx> .

<http://lexvo.org/id/code/hu> lvont:means <http://lexvo.org/id/iso639-3/hun> .

<http://lexvo.org/id/code/hua> lvont:means <http://lexvo.org/id/iso639-3/ygr> .

<http://lexvo.org/id/code/huam1247> lvont:means <http://lexvo.org/id/iso639-3/hub> .

<http://lexvo.org/id/code/huam1248> lvont:means <http://lexvo.org/id/iso639-3/qvh> .

<http://lexvo.org/id/code/huar1255> lvont:means <http://lexvo.org/id/iso639-3/var> .

<http://lexvo.org/id/code/huau1238> lvont:means <http://lexvo.org/id/iso639-3/mau> .

<http://lexvo.org/id/code/hub> lvont:means <http://lexvo.org/id/iso639-3/hub> .

<http://lexvo.org/id/code/huba1236> lvont:means <http://lexvo.org/id/iso639-3/hbb> .

<http://lexvo.org/id/code/huc> lvont:means <http://lexvo.org/id/iso639-3/huc> .

<http://lexvo.org/id/code/hud> lvont:means <http://lexvo.org/id/iso639-3/hud> .

<http://lexvo.org/id/code/hue> lvont:means <http://lexvo.org/id/iso639-3/hue> .

<http://lexvo.org/id/code/hueh1236> lvont:means <http://lexvo.org/id/iso639-3/tee> .

<http://lexvo.org/id/code/huf> lvont:means <http://lexvo.org/id/iso639-3/huf> .

<http://lexvo.org/id/code/hug> lvont:means <http://lexvo.org/id/iso639-3/hug> .

<http://lexvo.org/id/code/huh> lvont:means <http://lexvo.org/id/iso639-3/huh> .

<http://lexvo.org/id/code/hui> lvont:means <http://lexvo.org/id/iso639-3/hch>,
        <http://lexvo.org/id/iso639-3/hui> .

<http://lexvo.org/id/code/huic1243> lvont:means <http://lexvo.org/id/iso639-3/hch> .

<http://lexvo.org/id/code/huj> lvont:means <http://lexvo.org/id/iso639-3/huj> .

<http://lexvo.org/id/code/huk> lvont:means <http://lexvo.org/id/iso639-3/huk> .

<http://lexvo.org/id/code/hul> lvont:means <http://lexvo.org/id/iso639-3/hul> .

<http://lexvo.org/id/code/hum> lvont:means <http://lexvo.org/id/iso639-3/hum>,
        <http://lexvo.org/id/iso639-3/huu> .

<http://lexvo.org/id/code/hun> lvont:means <http://lexvo.org/id/iso639-3/hun> .

<http://lexvo.org/id/code/hund1239> lvont:means <http://lexvo.org/id/iso639-3/hke> .

<http://lexvo.org/id/code/hung1274> lvont:means <http://lexvo.org/id/iso639-3/hun> .

<http://lexvo.org/id/code/huns1239> lvont:means <http://lexvo.org/id/iso639-3/dud> .

<http://lexvo.org/id/code/hunz1247> lvont:means <http://lexvo.org/id/iso639-3/huz> .

<http://lexvo.org/id/code/huo> lvont:means <http://lexvo.org/id/iso639-3/huo> .

<http://lexvo.org/id/code/hup> lvont:means <http://lexvo.org/id/iso639-3/hup> .

<http://lexvo.org/id/code/hupa1239> lvont:means <http://lexvo.org/id/iso639-3/hup> .

<http://lexvo.org/id/code/hupd1244> lvont:means <http://lexvo.org/id/iso639-3/jup> .

<http://lexvo.org/id/code/huq> lvont:means <http://lexvo.org/id/iso639-3/huq> .

<http://lexvo.org/id/code/hur> lvont:means <http://lexvo.org/id/iso639-3/hur> .

<http://lexvo.org/id/code/hus> lvont:means <http://lexvo.org/id/iso639-3/hus> .

<http://lexvo.org/id/code/hut> lvont:means <http://lexvo.org/id/iso639-3/hut> .

<http://lexvo.org/id/code/huu> lvont:means <http://lexvo.org/id/iso639-3/huu> .

<http://lexvo.org/id/code/huv> lvont:means <http://lexvo.org/id/iso639-3/huv> .

<http://lexvo.org/id/code/huw> lvont:means <http://lexvo.org/id/iso639-3/huw> .

<http://lexvo.org/id/code/hux> lvont:means <http://lexvo.org/id/iso639-3/hux> .

<http://lexvo.org/id/code/huy> lvont:means <http://lexvo.org/id/iso639-3/huy> .

<http://lexvo.org/id/code/huz> lvont:means <http://lexvo.org/id/iso639-3/huz> .

<http://lexvo.org/id/code/hvc> lvont:means <http://lexvo.org/id/iso639-3/hvc> .

<http://lexvo.org/id/code/hve> lvont:means <http://lexvo.org/id/iso639-3/huv>,
        <http://lexvo.org/id/iso639-3/hve> .

<http://lexvo.org/id/code/hvk> lvont:means <http://lexvo.org/id/iso639-3/hvk> .

<http://lexvo.org/id/code/hvn> lvont:means <http://lexvo.org/id/iso639-3/hvn> .

<http://lexvo.org/id/code/hvv> lvont:means <http://lexvo.org/id/iso639-3/hvv> .

<http://lexvo.org/id/code/hwa> lvont:means <http://lexvo.org/id/iso639-3/hwa> .

<http://lexvo.org/id/code/hwc> lvont:means <http://lexvo.org/id/iso639-3/hwc> .

<http://lexvo.org/id/code/hwo> lvont:means <http://lexvo.org/id/iso639-3/hwo> .

<http://lexvo.org/id/code/hwr> lvont:means <http://lexvo.org/id/iso639-3/hac> .

<http://lexvo.org/id/code/hy> lvont:means <http://lexvo.org/id/iso639-3/hye> .

<http://lexvo.org/id/code/hya> lvont:means <http://lexvo.org/id/iso639-3/hay>,
        <http://lexvo.org/id/iso639-3/hya> .

<http://lexvo.org/id/code/hye> lvont:means <http://lexvo.org/id/iso639-3/hye> .

<http://lexvo.org/id/code/hyo> lvont:means <http://lexvo.org/id/iso639-3/csh> .

<http://lexvo.org/id/code/hyx> lvont:means <http://lexvo.org/id/iso639-5/hyx> .

<http://lexvo.org/id/code/hz> lvont:means <http://lexvo.org/id/iso639-3/her> .

<http://lexvo.org/id/code/hzb> lvont:means <http://lexvo.org/id/iso639-3/huz> .

<http://lexvo.org/id/code/ia> lvont:means <http://lexvo.org/id/iso639-3/ina> .

<http://lexvo.org/id/code/iaa> lvont:means <http://lexvo.org/id/iso639-3/iai> .

<http://lexvo.org/id/code/iaai1238> lvont:means <http://lexvo.org/id/iso639-3/iai> .

<http://lexvo.org/id/code/iai> lvont:means <http://lexvo.org/id/iso639-3/iai> .

<http://lexvo.org/id/code/ian> lvont:means <http://lexvo.org/id/iso639-3/ian> .

<http://lexvo.org/id/code/iap> lvont:means <http://lexvo.org/id/iso639-3/iap> .

<http://lexvo.org/id/code/iar> lvont:means <http://lexvo.org/id/iso639-3/iar> .

<http://lexvo.org/id/code/iat> lvont:means <http://lexvo.org/id/iso639-3/ian> .

<http://lexvo.org/id/code/iatm1242> lvont:means <http://lexvo.org/id/iso639-3/ian> .

<http://lexvo.org/id/code/iau> lvont:means <http://lexvo.org/id/iso639-3/tmu> .

<http://lexvo.org/id/code/iauu1242> lvont:means <http://lexvo.org/id/iso639-3/tmu> .

<http://lexvo.org/id/code/iba> lvont:means <http://lexvo.org/id/iso639-3/iba> .

<http://lexvo.org/id/code/iban1264> lvont:means <http://lexvo.org/id/iso639-3/iba> .

<http://lexvo.org/id/code/iban1267> lvont:means <http://lexvo.org/id/iso639-3/ibg> .

<http://lexvo.org/id/code/ibb> lvont:means <http://lexvo.org/id/iso639-3/ibb> .

<http://lexvo.org/id/code/ibd> lvont:means <http://lexvo.org/id/iso639-3/ibd> .

<http://lexvo.org/id/code/ibe> lvont:means <http://lexvo.org/id/iso639-3/ibe> .

<http://lexvo.org/id/code/ibg> lvont:means <http://lexvo.org/id/iso639-3/ibg> .

<http://lexvo.org/id/code/ibi> lvont:means <http://lexvo.org/id/iso639-3/ibb> .

<http://lexvo.org/id/code/ibib1240> lvont:means <http://lexvo.org/id/iso639-3/ibb> .

<http://lexvo.org/id/code/ibl> lvont:means <http://lexvo.org/id/iso639-3/ibl> .

<http://lexvo.org/id/code/ibm> lvont:means <http://lexvo.org/id/iso639-3/ibm> .

<http://lexvo.org/id/code/ibn> lvont:means <http://lexvo.org/id/iso639-3/ibg>,
        <http://lexvo.org/id/iso639-3/ibn> .

<http://lexvo.org/id/code/ibo> lvont:means <http://lexvo.org/id/iso639-3/ibo> .

<http://lexvo.org/id/code/ibr> lvont:means <http://lexvo.org/id/iso639-3/ibr> .

<http://lexvo.org/id/code/ibu> lvont:means <http://lexvo.org/id/iso639-3/ibu> .

<http://lexvo.org/id/code/iby> lvont:means <http://lexvo.org/id/iso639-3/iby> .

<http://lexvo.org/id/code/ica> lvont:means <http://lexvo.org/id/iso639-3/ica> .

<http://lexvo.org/id/code/ice> lvont:means <http://lexvo.org/id/iso639-3/isl> .

<http://lexvo.org/id/code/icel1236> lvont:means <http://lexvo.org/id/iso639-3/icl> .

<http://lexvo.org/id/code/icel1247> lvont:means <http://lexvo.org/id/iso639-3/isl> .

<http://lexvo.org/id/code/ich> lvont:means <http://lexvo.org/id/iso639-3/ich> .

<http://lexvo.org/id/code/icl> lvont:means <http://lexvo.org/id/iso639-3/icl> .

<http://lexvo.org/id/code/icr> lvont:means <http://lexvo.org/id/iso639-3/icr> .

<http://lexvo.org/id/code/ics> lvont:means <http://lexvo.org/id/iso639-3/icl> .

<http://lexvo.org/id/code/id> lvont:means <http://lexvo.org/id/iso639-3/ind> .

<http://lexvo.org/id/code/ida> lvont:means <http://lexvo.org/id/iso639-3/ida> .

<http://lexvo.org/id/code/idaa1241> lvont:means <http://lexvo.org/id/iso639-3/dbj> .

<http://lexvo.org/id/code/idb> lvont:means <http://lexvo.org/id/iso639-3/idb> .

<http://lexvo.org/id/code/idc> lvont:means <http://lexvo.org/id/iso639-3/idc> .

<http://lexvo.org/id/code/idd> lvont:means <http://lexvo.org/id/iso639-3/idd> .

<http://lexvo.org/id/code/ide> lvont:means <http://lexvo.org/id/iso639-3/ide> .

<http://lexvo.org/id/code/idi> lvont:means <http://lexvo.org/id/iso639-3/idi> .

<http://lexvo.org/id/code/idn> lvont:means <http://lexvo.org/id/iso639-3/viv> .

<http://lexvo.org/id/code/ido> lvont:means <http://lexvo.org/id/iso639-3/ido>,
        <http://lexvo.org/id/iso639-3/idu> .

<http://lexvo.org/id/code/idom1241> lvont:means <http://lexvo.org/id/iso639-3/idu> .

<http://lexvo.org/id/code/idr> lvont:means <http://lexvo.org/id/iso639-3/idr> .

<http://lexvo.org/id/code/ids> lvont:means <http://lexvo.org/id/iso639-3/ids> .

<http://lexvo.org/id/code/idt> lvont:means <http://lexvo.org/id/iso639-3/idt> .

<http://lexvo.org/id/code/idu> lvont:means <http://lexvo.org/id/iso639-3/clk>,
        <http://lexvo.org/id/iso639-3/idu> .

<http://lexvo.org/id/code/idum1241> lvont:means <http://lexvo.org/id/iso639-3/clk> .

<http://lexvo.org/id/code/idun1242> lvont:means <http://lexvo.org/id/iso639-3/viv> .

<http://lexvo.org/id/code/ie> lvont:means <http://lexvo.org/id/iso639-3/ile> .

<http://lexvo.org/id/code/ifa> lvont:means <http://lexvo.org/id/iso639-3/ifa> .

<http://lexvo.org/id/code/ifb> lvont:means <http://lexvo.org/id/iso639-3/ifb> .

<http://lexvo.org/id/code/ife> lvont:means <http://lexvo.org/id/iso639-3/ife> .

<http://lexvo.org/id/code/iff> lvont:means <http://lexvo.org/id/iso639-3/iff> .

<http://lexvo.org/id/code/ifi> lvont:means <http://lexvo.org/id/iso639-3/ita> .

<http://lexvo.org/id/code/ifk> lvont:means <http://lexvo.org/id/iso639-3/ifk> .

<http://lexvo.org/id/code/ifm> lvont:means <http://lexvo.org/id/iso639-3/ifm> .

<http://lexvo.org/id/code/ifu> lvont:means <http://lexvo.org/id/iso639-3/ifb>,
        <http://lexvo.org/id/iso639-3/ifu> .

<http://lexvo.org/id/code/ify> lvont:means <http://lexvo.org/id/iso639-3/ify> .

<http://lexvo.org/id/code/ig> lvont:means <http://lexvo.org/id/iso639-3/ibo> .

<http://lexvo.org/id/code/iga> lvont:means <http://lexvo.org/id/iso639-3/inb> .

<http://lexvo.org/id/code/igb> lvont:means <http://lexvo.org/id/iso639-3/ibo>,
        <http://lexvo.org/id/iso639-3/igb> .

<http://lexvo.org/id/code/ige> lvont:means <http://lexvo.org/id/iso639-3/ige> .

<http://lexvo.org/id/code/iged1239> lvont:means <http://lexvo.org/id/iso639-3/ige> .

<http://lexvo.org/id/code/igg> lvont:means <http://lexvo.org/id/iso639-3/igg> .

<http://lexvo.org/id/code/igl> lvont:means <http://lexvo.org/id/iso639-3/igl> .

<http://lexvo.org/id/code/igm> lvont:means <http://lexvo.org/id/iso639-3/igm> .

<http://lexvo.org/id/code/ign> lvont:means <http://lexvo.org/id/iso639-3/ign> .

<http://lexvo.org/id/code/igna1246> lvont:means <http://lexvo.org/id/iso639-3/ign> .

<http://lexvo.org/id/code/igo> lvont:means <http://lexvo.org/id/iso639-3/igo> .

<http://lexvo.org/id/code/igs> lvont:means <http://lexvo.org/id/iso639-3/igs>,
        <http://lexvo.org/id/iso639-3/tbi> .

<http://lexvo.org/id/code/igw> lvont:means <http://lexvo.org/id/iso639-3/igw> .

<http://lexvo.org/id/code/iha> lvont:means <http://lexvo.org/id/iso639-3/ihp> .

<http://lexvo.org/id/code/ihaa1241> lvont:means <http://lexvo.org/id/iso639-3/ihp> .

<http://lexvo.org/id/code/ihb> lvont:means <http://lexvo.org/id/iso639-3/ihb> .

<http://lexvo.org/id/code/ihi> lvont:means <http://lexvo.org/id/iso639-3/ihi> .

<http://lexvo.org/id/code/ihp> lvont:means <http://lexvo.org/id/iso639-3/ihp> .

<http://lexvo.org/id/code/ihw> lvont:means <http://lexvo.org/id/iso639-3/ihw> .

<http://lexvo.org/id/code/ii> lvont:means <http://lexvo.org/id/iso639-3/iii> .

<http://lexvo.org/id/code/iii> lvont:means <http://lexvo.org/id/iso639-3/iii> .

<http://lexvo.org/id/code/iir> lvont:means <http://lexvo.org/id/iso639-3/ind>,
        <http://lexvo.org/id/iso639-5/iir> .

<http://lexvo.org/id/code/ijc> lvont:means <http://lexvo.org/id/iso639-3/ijc> .

<http://lexvo.org/id/code/ije> lvont:means <http://lexvo.org/id/iso639-3/ije> .

<http://lexvo.org/id/code/ijj> lvont:means <http://lexvo.org/id/iso639-3/ijj> .

<http://lexvo.org/id/code/ijn> lvont:means <http://lexvo.org/id/iso639-3/ijn> .

<http://lexvo.org/id/code/ijo> lvont:means <http://lexvo.org/id/iso639-3/ijc>,
        <http://lexvo.org/id/iso639-5/ijo> .

<http://lexvo.org/id/code/ijs> lvont:means <http://lexvo.org/id/iso639-3/ijs> .

<http://lexvo.org/id/code/ik> lvont:means <http://lexvo.org/id/iso639-3/ikx>,
        <http://lexvo.org/id/iso639-3/ipk> .

<http://lexvo.org/id/code/ika> lvont:means <http://lexvo.org/id/iso639-3/arh> .

<http://lexvo.org/id/code/ike> lvont:means <http://lexvo.org/id/iso639-3/ike> .

<http://lexvo.org/id/code/iki> lvont:means <http://lexvo.org/id/iso639-3/iki> .

<http://lexvo.org/id/code/ikk> lvont:means <http://lexvo.org/id/iso639-3/ikk> .

<http://lexvo.org/id/code/ikkk1242> lvont:means <http://lexvo.org/id/iso639-3/ikx> .

<http://lexvo.org/id/code/ikl> lvont:means <http://lexvo.org/id/iso639-3/ikl> .

<http://lexvo.org/id/code/iko> lvont:means <http://lexvo.org/id/iso639-3/iko> .

<http://lexvo.org/id/code/ikp> lvont:means <http://lexvo.org/id/iso639-3/ikp> .

<http://lexvo.org/id/code/ikpo1238> lvont:means <http://lexvo.org/id/iso639-3/kpo> .

<http://lexvo.org/id/code/ikt> lvont:means <http://lexvo.org/id/iso639-3/ikt> .

<http://lexvo.org/id/code/iku> lvont:means <http://lexvo.org/id/iso639-3/iku> .

<http://lexvo.org/id/code/ikv> lvont:means <http://lexvo.org/id/iso639-3/ikv> .

<http://lexvo.org/id/code/ikw> lvont:means <http://lexvo.org/id/iso639-3/ikw> .

<http://lexvo.org/id/code/ikx> lvont:means <http://lexvo.org/id/iso639-3/ikx> .

<http://lexvo.org/id/code/ikz> lvont:means <http://lexvo.org/id/iso639-3/ikz> .

<http://lexvo.org/id/code/ila> lvont:means <http://lexvo.org/id/iso639-3/ila>,
        <http://lexvo.org/id/iso639-3/ilb> .

<http://lexvo.org/id/code/ilaa1246> lvont:means <http://lexvo.org/id/iso639-3/ilb> .

<http://lexvo.org/id/code/ilb> lvont:means <http://lexvo.org/id/iso639-3/ilb> .

<http://lexvo.org/id/code/ile> lvont:means <http://lexvo.org/id/iso639-3/ile> .

<http://lexvo.org/id/code/ilg> lvont:means <http://lexvo.org/id/iso639-3/ilg> .

<http://lexvo.org/id/code/ili> lvont:means <http://lexvo.org/id/iso639-3/ili> .

<http://lexvo.org/id/code/ilk> lvont:means <http://lexvo.org/id/iso639-3/ilk> .

<http://lexvo.org/id/code/ill> lvont:means <http://lexvo.org/id/iso639-3/ill>,
        <http://lexvo.org/id/iso639-3/mia> .

<http://lexvo.org/id/code/ilo> lvont:means <http://lexvo.org/id/iso639-3/ilo> .

<http://lexvo.org/id/code/ilok1237> lvont:means <http://lexvo.org/id/iso639-3/ilo> .

<http://lexvo.org/id/code/ils> lvont:means <http://lexvo.org/id/iso639-3/ils> .

<http://lexvo.org/id/code/ilu> lvont:means <http://lexvo.org/id/iso639-3/ilu> .

<http://lexvo.org/id/code/ilv> lvont:means <http://lexvo.org/id/iso639-3/ilv> .

<http://lexvo.org/id/code/ilw> lvont:means <http://lexvo.org/id/iso639-3/ilw> .

<http://lexvo.org/id/code/ima> lvont:means <http://lexvo.org/id/iso639-3/ima> .

<http://lexvo.org/id/code/imba1240> lvont:means <http://lexvo.org/id/iso639-3/qvi> .

<http://lexvo.org/id/code/ime> lvont:means <http://lexvo.org/id/iso639-3/ime> .

<http://lexvo.org/id/code/imi> lvont:means <http://lexvo.org/id/iso639-3/imi> .

<http://lexvo.org/id/code/iml> lvont:means <http://lexvo.org/id/iso639-3/iml> .

<http://lexvo.org/id/code/imn> lvont:means <http://lexvo.org/id/iso639-3/imn> .

<http://lexvo.org/id/code/imo> lvont:means <http://lexvo.org/id/iso639-3/imn>,
        <http://lexvo.org/id/iso639-3/imo> .

<http://lexvo.org/id/code/imon1245> lvont:means <http://lexvo.org/id/iso639-3/imn> .

<http://lexvo.org/id/code/imr> lvont:means <http://lexvo.org/id/iso639-3/imr> .

<http://lexvo.org/id/code/ims> lvont:means <http://lexvo.org/id/iso639-3/ims> .

<http://lexvo.org/id/code/imy> lvont:means <http://lexvo.org/id/iso639-3/imy> .

<http://lexvo.org/id/code/ina> lvont:means <http://lexvo.org/id/iso639-3/ina>,
        <http://lexvo.org/id/iso639-3/szp> .

<http://lexvo.org/id/code/inb> lvont:means <http://lexvo.org/id/iso639-3/inb> .

<http://lexvo.org/id/code/inc> lvont:means <http://lexvo.org/id/iso639-5/inc> .

<http://lexvo.org/id/code/ind> lvont:means <http://lexvo.org/id/iso639-3/ind> .

<http://lexvo.org/id/code/indi1237> lvont:means <http://lexvo.org/id/iso639-3/ins> .

<http://lexvo.org/id/code/indo1316> lvont:means <http://lexvo.org/id/iso639-3/ind> .

<http://lexvo.org/id/code/indo1317> lvont:means <http://lexvo.org/id/iso639-3/bdl> .

<http://lexvo.org/id/code/ine> lvont:means <http://lexvo.org/id/iso639-5/ine> .

<http://lexvo.org/id/code/ines1240> lvont:means <http://lexvo.org/id/iso639-3/inz> .

<http://lexvo.org/id/code/ing> lvont:means <http://lexvo.org/id/iso639-3/ing>,
        <http://lexvo.org/id/iso639-3/inh> .

<http://lexvo.org/id/code/inga1252> lvont:means <http://lexvo.org/id/iso639-3/inb> .

<http://lexvo.org/id/code/ingr1248> lvont:means <http://lexvo.org/id/iso639-3/izh> .

<http://lexvo.org/id/code/ingu1240> lvont:means <http://lexvo.org/id/iso639-3/inh> .

<http://lexvo.org/id/code/inh> lvont:means <http://lexvo.org/id/iso639-3/inh> .

<http://lexvo.org/id/code/inj> lvont:means <http://lexvo.org/id/iso639-3/ind>,
        <http://lexvo.org/id/iso639-3/inj> .

<http://lexvo.org/id/code/inl> lvont:means <http://lexvo.org/id/iso639-3/inl> .

<http://lexvo.org/id/code/inm> lvont:means <http://lexvo.org/id/iso639-3/inm> .

<http://lexvo.org/id/code/inn> lvont:means <http://lexvo.org/id/iso639-3/inn> .

<http://lexvo.org/id/code/ino> lvont:means <http://lexvo.org/id/iso639-3/ino> .

<http://lexvo.org/id/code/inp> lvont:means <http://lexvo.org/id/iso639-3/inp> .

<http://lexvo.org/id/code/inr> lvont:means <http://lexvo.org/id/iso639-3/ikt> .

<http://lexvo.org/id/code/ins> lvont:means <http://lexvo.org/id/iso639-3/ike>,
        <http://lexvo.org/id/iso639-3/ins> .

<http://lexvo.org/id/code/int> lvont:means <http://lexvo.org/id/iso639-3/ina>,
        <http://lexvo.org/id/iso639-3/int> .

<http://lexvo.org/id/code/inu> lvont:means <http://lexvo.org/id/iso639-3/esi> .

<http://lexvo.org/id/code/inz> lvont:means <http://lexvo.org/id/iso639-3/inz> .

<http://lexvo.org/id/code/io> lvont:means <http://lexvo.org/id/iso639-3/ido> .

<http://lexvo.org/id/code/ior> lvont:means <http://lexvo.org/id/iso639-3/ior> .

<http://lexvo.org/id/code/iou> lvont:means <http://lexvo.org/id/iso639-3/iou> .

<http://lexvo.org/id/code/iow> lvont:means <http://lexvo.org/id/iso639-3/iow> .

<http://lexvo.org/id/code/iowa1245> lvont:means <http://lexvo.org/id/iso639-3/iow> .

<http://lexvo.org/id/code/ipi> lvont:means <http://lexvo.org/id/iso639-3/ins>,
        <http://lexvo.org/id/iso639-3/ipi> .

<http://lexvo.org/id/code/ipk> lvont:means <http://lexvo.org/id/iso639-3/ipk>,
        <http://lexvo.org/id/iso639-3/pks> .

<http://lexvo.org/id/code/ipo> lvont:means <http://lexvo.org/id/iso639-3/ipo> .

<http://lexvo.org/id/code/iql> lvont:means <http://lexvo.org/id/iso639-3/ike> .

<http://lexvo.org/id/code/iqu> lvont:means <http://lexvo.org/id/iso639-3/iqu> .

<http://lexvo.org/id/code/iqui1243> lvont:means <http://lexvo.org/id/iso639-3/iqu> .

<http://lexvo.org/id/code/ira> lvont:means <http://lexvo.org/id/iso639-5/ira> .

<http://lexvo.org/id/code/iran1263> lvont:means <http://lexvo.org/id/iso639-3/irn> .

<http://lexvo.org/id/code/iraq1241> lvont:means <http://lexvo.org/id/iso639-3/irk> .

<http://lexvo.org/id/code/irar1238> lvont:means <http://lexvo.org/id/iso639-3/irh> .

<http://lexvo.org/id/code/ird> lvont:means <http://lexvo.org/id/iso639-3/gle> .

<http://lexvo.org/id/code/ire> lvont:means <http://lexvo.org/id/iso639-3/ire> .

<http://lexvo.org/id/code/irh> lvont:means <http://lexvo.org/id/iso639-3/irh> .

<http://lexvo.org/id/code/iri> lvont:means <http://lexvo.org/id/iso639-3/gle>,
        <http://lexvo.org/id/iso639-3/iri> .

<http://lexvo.org/id/code/iris1235> lvont:means <http://lexvo.org/id/iso639-3/isg> .

<http://lexvo.org/id/code/iris1253> lvont:means <http://lexvo.org/id/iso639-3/gle> .

<http://lexvo.org/id/code/irk> lvont:means <http://lexvo.org/id/iso639-3/irk> .

<http://lexvo.org/id/code/irm> lvont:means <http://lexvo.org/id/iso639-3/gle> .

<http://lexvo.org/id/code/irn> lvont:means <http://lexvo.org/id/iso639-3/irn> .

<http://lexvo.org/id/code/iro> lvont:means <http://lexvo.org/id/iso639-5/iro> .

<http://lexvo.org/id/code/irq> lvont:means <http://lexvo.org/id/iso639-3/irk> .

<http://lexvo.org/id/code/irr> lvont:means <http://lexvo.org/id/iso639-3/irh>,
        <http://lexvo.org/id/iso639-3/irr> .

<http://lexvo.org/id/code/irs> lvont:means <http://lexvo.org/id/iso639-3/isg> .

<http://lexvo.org/id/code/iru> lvont:means <http://lexvo.org/id/iso639-3/iru> .

<http://lexvo.org/id/code/irx> lvont:means <http://lexvo.org/id/iso639-3/irn>,
        <http://lexvo.org/id/iso639-3/irx> .

<http://lexvo.org/id/code/iry> lvont:means <http://lexvo.org/id/iso639-3/iry> .

<http://lexvo.org/id/code/is> lvont:means <http://lexvo.org/id/iso639-3/isl> .

<http://lexvo.org/id/code/isa> lvont:means <http://lexvo.org/id/iso639-3/isa>,
        <http://lexvo.org/id/iso639-3/ksi> .

<http://lexvo.org/id/code/isc> lvont:means <http://lexvo.org/id/iso639-3/isc> .

<http://lexvo.org/id/code/isd> lvont:means <http://lexvo.org/id/iso639-3/isd> .

<http://lexvo.org/id/code/ise> lvont:means <http://lexvo.org/id/iso639-3/ise>,
        <http://lexvo.org/id/iso639-3/its> .

<http://lexvo.org/id/code/isek1239> lvont:means <http://lexvo.org/id/iso639-3/its> .

<http://lexvo.org/id/code/isg> lvont:means <http://lexvo.org/id/iso639-3/isg> .

<http://lexvo.org/id/code/ish> lvont:means <http://lexvo.org/id/iso639-3/ish>,
        <http://lexvo.org/id/iso639-3/sgl> .

<http://lexvo.org/id/code/isi> lvont:means <http://lexvo.org/id/iso639-3/isi>,
        <http://lexvo.org/id/iso639-3/srl> .

<http://lexvo.org/id/code/isir1237> lvont:means <http://lexvo.org/id/iso639-3/srl> .

<http://lexvo.org/id/code/isk> lvont:means <http://lexvo.org/id/iso639-3/isk> .

<http://lexvo.org/id/code/isl> lvont:means <http://lexvo.org/id/iso639-3/isl> .

<http://lexvo.org/id/code/ism> lvont:means <http://lexvo.org/id/iso639-3/ism> .

<http://lexvo.org/id/code/isn> lvont:means <http://lexvo.org/id/iso639-3/isd>,
        <http://lexvo.org/id/iso639-3/isn> .

<http://lexvo.org/id/code/isna1241> lvont:means <http://lexvo.org/id/iso639-3/isd> .

<http://lexvo.org/id/code/iso> lvont:means <http://lexvo.org/id/iso639-3/iso> .

<http://lexvo.org/id/code/isok1239> lvont:means <http://lexvo.org/id/iso639-3/iso> .

<http://lexvo.org/id/code/isr> lvont:means <http://lexvo.org/id/iso639-3/isr> .

<http://lexvo.org/id/code/isra1236> lvont:means <http://lexvo.org/id/iso639-3/isr> .

<http://lexvo.org/id/code/iss> lvont:means <http://lexvo.org/id/iso639-3/isr> .

<http://lexvo.org/id/code/ist> lvont:means <http://lexvo.org/id/iso639-3/ist> .

<http://lexvo.org/id/code/isth1241> lvont:means <http://lexvo.org/id/iso639-3/nhp> .

<http://lexvo.org/id/code/isth1242> lvont:means <http://lexvo.org/id/iso639-3/nhx> .

<http://lexvo.org/id/code/isth1244> lvont:means <http://lexvo.org/id/iso639-3/zai> .

<http://lexvo.org/id/code/isu> lvont:means <http://lexvo.org/id/iso639-3/isu> .

<http://lexvo.org/id/code/it> lvont:means <http://lexvo.org/id/iso639-3/ita> .

<http://lexvo.org/id/code/ita> lvont:means <http://lexvo.org/id/iso639-3/ita> .

<http://lexvo.org/id/code/ital1275> lvont:means <http://lexvo.org/id/iso639-3/ise> .

<http://lexvo.org/id/code/ital1282> lvont:means <http://lexvo.org/id/iso639-3/ita> .

<http://lexvo.org/id/code/itaw1240> lvont:means <http://lexvo.org/id/iso639-3/itv> .

<http://lexvo.org/id/code/itb> lvont:means <http://lexvo.org/id/iso639-3/eml>,
        <http://lexvo.org/id/iso639-3/itb> .

<http://lexvo.org/id/code/itc> lvont:means <http://lexvo.org/id/iso639-5/itc> .

<http://lexvo.org/id/code/ite> lvont:means <http://lexvo.org/id/iso639-3/ite>,
        <http://lexvo.org/id/iso639-3/itl> .

<http://lexvo.org/id/code/itel1242> lvont:means <http://lexvo.org/id/iso639-3/itl> .

<http://lexvo.org/id/code/itg> lvont:means <http://lexvo.org/id/iso639-3/lij> .

<http://lexvo.org/id/code/iti> lvont:means <http://lexvo.org/id/iso639-3/iti> .

<http://lexvo.org/id/code/itk> lvont:means <http://lexvo.org/id/iso639-3/itk> .

<http://lexvo.org/id/code/itl> lvont:means <http://lexvo.org/id/iso639-3/itl> .

<http://lexvo.org/id/code/itm> lvont:means <http://lexvo.org/id/iso639-3/itm> .

<http://lexvo.org/id/code/itn> lvont:means <http://lexvo.org/id/iso639-3/nap> .

<http://lexvo.org/id/code/ito> lvont:means <http://lexvo.org/id/iso639-3/ito> .

<http://lexvo.org/id/code/iton1250> lvont:means <http://lexvo.org/id/iso639-3/ito> .

<http://lexvo.org/id/code/itr> lvont:means <http://lexvo.org/id/iso639-3/itr> .

<http://lexvo.org/id/code/its> lvont:means <http://lexvo.org/id/iso639-3/its> .

<http://lexvo.org/id/code/itt> lvont:means <http://lexvo.org/id/iso639-3/itt> .

<http://lexvo.org/id/code/itu> lvont:means <http://lexvo.org/id/iso639-3/pms> .

<http://lexvo.org/id/code/itv> lvont:means <http://lexvo.org/id/iso639-3/itv> .

<http://lexvo.org/id/code/itw> lvont:means <http://lexvo.org/id/iso639-3/itv>,
        <http://lexvo.org/id/iso639-3/itw> .

<http://lexvo.org/id/code/itx> lvont:means <http://lexvo.org/id/iso639-3/itx> .

<http://lexvo.org/id/code/ity> lvont:means <http://lexvo.org/id/iso639-3/ity> .

<http://lexvo.org/id/code/itz> lvont:means <http://lexvo.org/id/iso639-3/itz> .

<http://lexvo.org/id/code/itza1241> lvont:means <http://lexvo.org/id/iso639-3/itz> .

<http://lexvo.org/id/code/iu> lvont:means <http://lexvo.org/id/iso639-3/iku> .

<http://lexvo.org/id/code/ium> lvont:means <http://lexvo.org/id/iso639-3/ium> .

<http://lexvo.org/id/code/iumi1238> lvont:means <http://lexvo.org/id/iso639-3/ium> .

<http://lexvo.org/id/code/iva> lvont:means <http://lexvo.org/id/iso639-3/ivv> .

<http://lexvo.org/id/code/ivat1242> lvont:means <http://lexvo.org/id/iso639-3/ivv> .

<http://lexvo.org/id/code/ivb> lvont:means <http://lexvo.org/id/iso639-3/ivb> .

<http://lexvo.org/id/code/ivs> lvont:means <http://lexvo.org/id/iso639-3/ivv> .

<http://lexvo.org/id/code/ivv> lvont:means <http://lexvo.org/id/iso639-3/ivv> .

<http://lexvo.org/id/code/iwa> lvont:means <http://lexvo.org/id/iso639-3/ibd> .

<http://lexvo.org/id/code/iwai1244> lvont:means <http://lexvo.org/id/iso639-3/ibd> .

<http://lexvo.org/id/code/iwam1256> lvont:means <http://lexvo.org/id/iso639-3/iwm> .

<http://lexvo.org/id/code/iwk> lvont:means <http://lexvo.org/id/iso639-3/iwk> .

<http://lexvo.org/id/code/iwm> lvont:means <http://lexvo.org/id/iso639-3/iwm> .

<http://lexvo.org/id/code/iwo> lvont:means <http://lexvo.org/id/iso639-3/iwo> .

<http://lexvo.org/id/code/iws> lvont:means <http://lexvo.org/id/iso639-3/iws> .

<http://lexvo.org/id/code/ixc> lvont:means <http://lexvo.org/id/iso639-3/ixc> .

<http://lexvo.org/id/code/ixca1245> lvont:means <http://lexvo.org/id/iso639-3/ixc> .

<http://lexvo.org/id/code/ixi> lvont:means <http://lexvo.org/id/iso639-3/ixl> .

<http://lexvo.org/id/code/ixil1251> lvont:means <http://lexvo.org/id/iso639-3/ixl> .

<http://lexvo.org/id/code/ixl> lvont:means <http://lexvo.org/id/iso639-3/ixl> .

<http://lexvo.org/id/code/ixte1237> lvont:means <http://lexvo.org/id/iso639-3/otz> .

<http://lexvo.org/id/code/iya> lvont:means <http://lexvo.org/id/iso639-3/iya> .

<http://lexvo.org/id/code/iyo> lvont:means <http://lexvo.org/id/iso639-3/iyo> .

<http://lexvo.org/id/code/iyx> lvont:means <http://lexvo.org/id/iso639-3/iyx> .

<http://lexvo.org/id/code/izh> lvont:means <http://lexvo.org/id/iso639-3/izh> .

<http://lexvo.org/id/code/izi> lvont:means <http://lexvo.org/id/iso639-3/izi> .

<http://lexvo.org/id/code/izie1238> lvont:means <http://lexvo.org/id/iso639-3/izi> .

<http://lexvo.org/id/code/izon1238> lvont:means <http://lexvo.org/id/iso639-3/ijc> .

<http://lexvo.org/id/code/izr> lvont:means <http://lexvo.org/id/iso639-3/izr> .

<http://lexvo.org/id/code/ja> lvont:means <http://lexvo.org/id/iso639-3/jpn> .

<http://lexvo.org/id/code/jaa> lvont:means <http://lexvo.org/id/iso639-3/jaa> .

<http://lexvo.org/id/code/jab> lvont:means <http://lexvo.org/id/iso639-3/jab>,
        <http://lexvo.org/id/iso639-3/jae> .

<http://lexvo.org/id/code/jac> lvont:means <http://lexvo.org/id/iso639-3/jac> .

<http://lexvo.org/id/code/jad> lvont:means <http://lexvo.org/id/iso639-3/bod>,
        <http://lexvo.org/id/iso639-3/jad> .

<http://lexvo.org/id/code/jae> lvont:means <http://lexvo.org/id/iso639-3/jae> .

<http://lexvo.org/id/code/jaf> lvont:means <http://lexvo.org/id/iso639-3/jaf> .

<http://lexvo.org/id/code/jah> lvont:means <http://lexvo.org/id/iso639-3/jah>,
        <http://lexvo.org/id/iso639-3/jhi> .

<http://lexvo.org/id/code/jaj> lvont:means <http://lexvo.org/id/iso639-3/jaj> .

<http://lexvo.org/id/code/jak> lvont:means <http://lexvo.org/id/iso639-3/jak> .

<http://lexvo.org/id/code/jal> lvont:means <http://lexvo.org/id/iso639-3/jal> .

<http://lexvo.org/id/code/jam> lvont:means <http://lexvo.org/id/iso639-3/djd>,
        <http://lexvo.org/id/iso639-3/jam> .

<http://lexvo.org/id/code/jama1261> lvont:means <http://lexvo.org/id/iso639-3/jaa> .

<http://lexvo.org/id/code/jama1262> lvont:means <http://lexvo.org/id/iso639-3/jam> .

<http://lexvo.org/id/code/jami1235> lvont:means <http://lexvo.org/id/iso639-3/mxt> .

<http://lexvo.org/id/code/jan> lvont:means <http://lexvo.org/id/iso639-3/jan> .

<http://lexvo.org/id/code/jang1254> lvont:means <http://lexvo.org/id/iso639-3/jna> .

<http://lexvo.org/id/code/jao> lvont:means <http://lexvo.org/id/iso639-3/jao> .

<http://lexvo.org/id/code/japa1238> lvont:means <http://lexvo.org/id/iso639-3/jsl> .

<http://lexvo.org/id/code/japr1238> lvont:means <http://lexvo.org/id/iso639-3/jru> .

<http://lexvo.org/id/code/jaq> lvont:means <http://lexvo.org/id/iso639-3/jaq>,
        <http://lexvo.org/id/iso639-3/jqr> .

<http://lexvo.org/id/code/jaqa1244> lvont:means <http://lexvo.org/id/iso639-3/jqr> .

<http://lexvo.org/id/code/jar> lvont:means <http://lexvo.org/id/iso639-3/jar> .

<http://lexvo.org/id/code/jara1245> lvont:means <http://lexvo.org/id/iso639-3/anq> .

<http://lexvo.org/id/code/jara1263> lvont:means <http://lexvo.org/id/iso639-3/jar> .

<http://lexvo.org/id/code/jaru1254> lvont:means <http://lexvo.org/id/iso639-3/ddj> .

<http://lexvo.org/id/code/jas> lvont:means <http://lexvo.org/id/iso639-3/jas> .

<http://lexvo.org/id/code/jat> lvont:means <http://lexvo.org/id/iso639-3/jat> .

<http://lexvo.org/id/code/jau> lvont:means <http://lexvo.org/id/iso639-3/jau> .

<http://lexvo.org/id/code/jav> lvont:means <http://lexvo.org/id/iso639-3/jav> .

<http://lexvo.org/id/code/java1254> lvont:means <http://lexvo.org/id/iso639-3/jav> .

<http://lexvo.org/id/code/jax> lvont:means <http://lexvo.org/id/iso639-3/jax> .

<http://lexvo.org/id/code/jay> lvont:means <http://lexvo.org/id/iso639-3/jay> .

<http://lexvo.org/id/code/jaz> lvont:means <http://lexvo.org/id/iso639-3/jaz> .

<http://lexvo.org/id/code/jbe> lvont:means <http://lexvo.org/id/iso639-3/jbe> .

<http://lexvo.org/id/code/jbj> lvont:means <http://lexvo.org/id/iso639-3/jbj> .

<http://lexvo.org/id/code/jbk> lvont:means <http://lexvo.org/id/iso639-3/jbk> .

<http://lexvo.org/id/code/jbn> lvont:means <http://lexvo.org/id/iso639-3/jbn> .

<http://lexvo.org/id/code/jbo> lvont:means <http://lexvo.org/id/iso639-3/jbo> .

<http://lexvo.org/id/code/jbr> lvont:means <http://lexvo.org/id/iso639-3/jbr> .

<http://lexvo.org/id/code/jbt> lvont:means <http://lexvo.org/id/iso639-3/jbt> .

<http://lexvo.org/id/code/jbu> lvont:means <http://lexvo.org/id/iso639-3/jbu> .

<http://lexvo.org/id/code/jbw> lvont:means <http://lexvo.org/id/iso639-3/jbw> .

<http://lexvo.org/id/code/jcr> lvont:means <http://lexvo.org/id/iso639-3/jam> .

<http://lexvo.org/id/code/jcs> lvont:means <http://lexvo.org/id/iso639-3/jcs> .

<http://lexvo.org/id/code/jct> lvont:means <http://lexvo.org/id/iso639-3/jct> .

<http://lexvo.org/id/code/jda> lvont:means <http://lexvo.org/id/iso639-3/jda> .

<http://lexvo.org/id/code/jdg> lvont:means <http://lexvo.org/id/iso639-3/jdg> .

<http://lexvo.org/id/code/jdt> lvont:means <http://lexvo.org/id/iso639-3/jdt> .

<http://lexvo.org/id/code/jeb> lvont:means <http://lexvo.org/id/iso639-3/jeb> .

<http://lexvo.org/id/code/jebe1250> lvont:means <http://lexvo.org/id/iso639-3/jeb> .

<http://lexvo.org/id/code/jee> lvont:means <http://lexvo.org/id/iso639-3/jee> .

<http://lexvo.org/id/code/jeg> lvont:means <http://lexvo.org/id/iso639-3/jeg> .

<http://lexvo.org/id/code/jeh> lvont:means <http://lexvo.org/id/iso639-3/jeh> .

<http://lexvo.org/id/code/jeha1242> lvont:means <http://lexvo.org/id/iso639-3/jhi> .

<http://lexvo.org/id/code/jehh1245> lvont:means <http://lexvo.org/id/iso639-3/jeh> .

<http://lexvo.org/id/code/jei> lvont:means <http://lexvo.org/id/iso639-3/jei> .

<http://lexvo.org/id/code/jek> lvont:means <http://lexvo.org/id/iso639-3/jek> .

<http://lexvo.org/id/code/jel> lvont:means <http://lexvo.org/id/iso639-3/jel> .

<http://lexvo.org/id/code/jem> lvont:means <http://lexvo.org/id/iso639-3/tow> .

<http://lexvo.org/id/code/jeme1245> lvont:means <http://lexvo.org/id/iso639-3/tow> .

<http://lexvo.org/id/code/jen> lvont:means <http://lexvo.org/id/iso639-3/jen> .

<http://lexvo.org/id/code/jer> lvont:means <http://lexvo.org/id/iso639-3/jer> .

<http://lexvo.org/id/code/jet> lvont:means <http://lexvo.org/id/iso639-3/jet> .

<http://lexvo.org/id/code/jeu> lvont:means <http://lexvo.org/id/iso639-3/jeu> .

<http://lexvo.org/id/code/jgb> lvont:means <http://lexvo.org/id/iso639-3/jgb> .

<http://lexvo.org/id/code/jge> lvont:means <http://lexvo.org/id/iso639-3/jge> .

<http://lexvo.org/id/code/jgk> lvont:means <http://lexvo.org/id/iso639-3/jgk> .

<http://lexvo.org/id/code/jgo> lvont:means <http://lexvo.org/id/iso639-3/jgo> .

<http://lexvo.org/id/code/jhi> lvont:means <http://lexvo.org/id/iso639-3/jhi> .

<http://lexvo.org/id/code/jhs> lvont:means <http://lexvo.org/id/iso639-3/jhs> .

<http://lexvo.org/id/code/jia> lvont:means <http://lexvo.org/id/iso639-3/jia>,
        <http://lexvo.org/id/iso639-3/jya> .

<http://lexvo.org/id/code/jiar1239> lvont:means <http://lexvo.org/id/iso639-3/jya> .

<http://lexvo.org/id/code/jib> lvont:means <http://lexvo.org/id/iso639-3/jib>,
        <http://lexvo.org/id/iso639-3/shv> .

<http://lexvo.org/id/code/jic> lvont:means <http://lexvo.org/id/iso639-3/jic> .

<http://lexvo.org/id/code/jica1244> lvont:means <http://lexvo.org/id/iso639-3/apj> .

<http://lexvo.org/id/code/jid> lvont:means <http://lexvo.org/id/iso639-3/jid> .

<http://lexvo.org/id/code/jie> lvont:means <http://lexvo.org/id/iso639-3/jie> .

<http://lexvo.org/id/code/jig> lvont:means <http://lexvo.org/id/iso639-3/jig> .

<http://lexvo.org/id/code/jih> lvont:means <http://lexvo.org/id/iso639-3/jih> .

<http://lexvo.org/id/code/jii> lvont:means <http://lexvo.org/id/iso639-3/jii> .

<http://lexvo.org/id/code/jil> lvont:means <http://lexvo.org/id/iso639-3/jil> .

<http://lexvo.org/id/code/jim> lvont:means <http://lexvo.org/id/iso639-3/jim> .

<http://lexvo.org/id/code/jio> lvont:means <http://lexvo.org/id/iso639-3/jio> .

<http://lexvo.org/id/code/jiq> lvont:means <http://lexvo.org/id/iso639-3/jiq> .

<http://lexvo.org/id/code/jit> lvont:means <http://lexvo.org/id/iso639-3/jit> .

<http://lexvo.org/id/code/jiu> lvont:means <http://lexvo.org/id/iso639-3/jiu> .

<http://lexvo.org/id/code/jiv> lvont:means <http://lexvo.org/id/iso639-3/jiv> .

<http://lexvo.org/id/code/jiy> lvont:means <http://lexvo.org/id/iso639-3/jiy> .

<http://lexvo.org/id/code/jjr> lvont:means <http://lexvo.org/id/iso639-3/jjr> .

<http://lexvo.org/id/code/jkm> lvont:means <http://lexvo.org/id/iso639-3/jkm> .

<http://lexvo.org/id/code/jko> lvont:means <http://lexvo.org/id/iso639-3/jko> .

<http://lexvo.org/id/code/jkp> lvont:means <http://lexvo.org/id/iso639-3/jkp> .

<http://lexvo.org/id/code/jkr> lvont:means <http://lexvo.org/id/iso639-3/jkr> .

<http://lexvo.org/id/code/jku> lvont:means <http://lexvo.org/id/iso639-3/jku> .

<http://lexvo.org/id/code/jle> lvont:means <http://lexvo.org/id/iso639-3/jle> .

<http://lexvo.org/id/code/jls> lvont:means <http://lexvo.org/id/iso639-3/jls> .

<http://lexvo.org/id/code/jlu> lvont:means <http://lexvo.org/id/iso639-3/lwo> .

<http://lexvo.org/id/code/jma> lvont:means <http://lexvo.org/id/iso639-3/jma> .

<http://lexvo.org/id/code/jmb> lvont:means <http://lexvo.org/id/iso639-3/jmb> .

<http://lexvo.org/id/code/jmc> lvont:means <http://lexvo.org/id/iso639-3/jmc> .

<http://lexvo.org/id/code/jmd> lvont:means <http://lexvo.org/id/iso639-3/jmd> .

<http://lexvo.org/id/code/jmi> lvont:means <http://lexvo.org/id/iso639-3/jmi> .

<http://lexvo.org/id/code/jml> lvont:means <http://lexvo.org/id/iso639-3/jml> .

<http://lexvo.org/id/code/jmm> lvont:means <http://lexvo.org/id/iso639-3/jaa> .

<http://lexvo.org/id/code/jmn> lvont:means <http://lexvo.org/id/iso639-3/jmn> .

<http://lexvo.org/id/code/jmo> lvont:means <http://lexvo.org/id/iso639-3/bex> .

<http://lexvo.org/id/code/jmr> lvont:means <http://lexvo.org/id/iso639-3/jmr> .

<http://lexvo.org/id/code/jms> lvont:means <http://lexvo.org/id/iso639-3/jms> .

<http://lexvo.org/id/code/jmw> lvont:means <http://lexvo.org/id/iso639-3/jmw> .

<http://lexvo.org/id/code/jmx> lvont:means <http://lexvo.org/id/iso639-3/jmx> .

<http://lexvo.org/id/code/jna> lvont:means <http://lexvo.org/id/iso639-3/jna> .

<http://lexvo.org/id/code/jnd> lvont:means <http://lexvo.org/id/iso639-3/jnd> .

<http://lexvo.org/id/code/jng> lvont:means <http://lexvo.org/id/iso639-3/jng>,
        <http://lexvo.org/id/iso639-3/kac> .

<http://lexvo.org/id/code/jni> lvont:means <http://lexvo.org/id/iso639-3/jni> .

<http://lexvo.org/id/code/jnj> lvont:means <http://lexvo.org/id/iso639-3/jnj> .

<http://lexvo.org/id/code/jnl> lvont:means <http://lexvo.org/id/iso639-3/jnl> .

<http://lexvo.org/id/code/jns> lvont:means <http://lexvo.org/id/iso639-3/jns> .

<http://lexvo.org/id/code/job> lvont:means <http://lexvo.org/id/iso639-3/job> .

<http://lexvo.org/id/code/jod> lvont:means <http://lexvo.org/id/iso639-3/jod> .

<http://lexvo.org/id/code/joh> lvont:means <http://lexvo.org/id/iso639-3/kfy> .

<http://lexvo.org/id/code/jola1263> lvont:means <http://lexvo.org/id/iso639-3/dyo> .

<http://lexvo.org/id/code/jom> lvont:means <http://lexvo.org/id/iso639-3/tlo> .

<http://lexvo.org/id/code/jor> lvont:means <http://lexvo.org/id/iso639-3/jor> .

<http://lexvo.org/id/code/jos> lvont:means <http://lexvo.org/id/iso639-3/jos> .

<http://lexvo.org/id/code/jow> lvont:means <http://lexvo.org/id/iso639-3/jow> .

<http://lexvo.org/id/code/jpa> lvont:means <http://lexvo.org/id/iso639-3/jpa> .

<http://lexvo.org/id/code/jpn> lvont:means <http://lexvo.org/id/iso639-3/jpn> .

<http://lexvo.org/id/code/jpr> lvont:means <http://lexvo.org/id/iso639-3/jpr>,
        <http://lexvo.org/id/iso639-3/jru> .

<http://lexvo.org/id/code/jpx> lvont:means <http://lexvo.org/id/iso639-5/jpx> .

<http://lexvo.org/id/code/jqr> lvont:means <http://lexvo.org/id/iso639-3/jqr> .

<http://lexvo.org/id/code/jra> lvont:means <http://lexvo.org/id/iso639-3/jra> .

<http://lexvo.org/id/code/jrb> lvont:means <http://lexvo.org/id/iso639-3/jrb> .

<http://lexvo.org/id/code/jrn> lvont:means <http://lexvo.org/id/iso639-3/jur> .

<http://lexvo.org/id/code/jrr> lvont:means <http://lexvo.org/id/iso639-3/jrr> .

<http://lexvo.org/id/code/jrt> lvont:means <http://lexvo.org/id/iso639-3/jrt> .

<http://lexvo.org/id/code/jru> lvont:means <http://lexvo.org/id/iso639-3/jru> .

<http://lexvo.org/id/code/jrw> lvont:means <http://lexvo.org/id/iso639-3/anq> .

<http://lexvo.org/id/code/jsl> lvont:means <http://lexvo.org/id/iso639-3/jsl> .

<http://lexvo.org/id/code/jua> lvont:means <http://lexvo.org/id/iso639-3/jua> .

<http://lexvo.org/id/code/juan1238> lvont:means <http://lexvo.org/id/iso639-3/jun> .

<http://lexvo.org/id/code/jub> lvont:means <http://lexvo.org/id/iso639-3/jub> .

<http://lexvo.org/id/code/juc> lvont:means <http://lexvo.org/id/iso639-3/juc> .

<http://lexvo.org/id/code/jud> lvont:means <http://lexvo.org/id/iso639-3/jud> .

<http://lexvo.org/id/code/jug> lvont:means <http://lexvo.org/id/iso639-3/nst> .

<http://lexvo.org/id/code/juh> lvont:means <http://lexvo.org/id/iso639-3/juh>,
        <http://lexvo.org/id/iso639-3/ktz> .

<http://lexvo.org/id/code/juho1239> lvont:means <http://lexvo.org/id/iso639-3/ktz> .

<http://lexvo.org/id/code/jui> lvont:means <http://lexvo.org/id/iso639-3/jui> .

<http://lexvo.org/id/code/juk> lvont:means <http://lexvo.org/id/iso639-3/jbu>,
        <http://lexvo.org/id/iso639-3/juk> .

<http://lexvo.org/id/code/juku1254> lvont:means <http://lexvo.org/id/iso639-3/jbu> .

<http://lexvo.org/id/code/jul> lvont:means <http://lexvo.org/id/iso639-3/jul> .

<http://lexvo.org/id/code/jum> lvont:means <http://lexvo.org/id/iso639-3/jua>,
        <http://lexvo.org/id/iso639-3/jum> .

<http://lexvo.org/id/code/juma1249> lvont:means <http://lexvo.org/id/iso639-3/jua> .

<http://lexvo.org/id/code/jun> lvont:means <http://lexvo.org/id/iso639-3/jun> .

<http://lexvo.org/id/code/juo> lvont:means <http://lexvo.org/id/iso639-3/juo> .

<http://lexvo.org/id/code/jup> lvont:means <http://lexvo.org/id/iso639-3/jup> .

<http://lexvo.org/id/code/jur> lvont:means <http://lexvo.org/id/iso639-3/juc>,
        <http://lexvo.org/id/iso639-3/jur> .

<http://lexvo.org/id/code/jurc1239> lvont:means <http://lexvo.org/id/iso639-3/juc> .

<http://lexvo.org/id/code/jurm1239> lvont:means <http://lexvo.org/id/iso639-3/bex> .

<http://lexvo.org/id/code/juru1256> lvont:means <http://lexvo.org/id/iso639-3/jur> .

<http://lexvo.org/id/code/jus> lvont:means <http://lexvo.org/id/iso639-3/jus> .

<http://lexvo.org/id/code/jut> lvont:means <http://lexvo.org/id/iso639-3/jut> .

<http://lexvo.org/id/code/juu> lvont:means <http://lexvo.org/id/iso639-3/juu> .

<http://lexvo.org/id/code/juw> lvont:means <http://lexvo.org/id/iso639-3/juw> .

<http://lexvo.org/id/code/juy> lvont:means <http://lexvo.org/id/iso639-3/juy> .

<http://lexvo.org/id/code/jv> lvont:means <http://lexvo.org/id/iso639-3/jav> .

<http://lexvo.org/id/code/jva> lvont:means <http://lexvo.org/id/iso639-3/kpj> .

<http://lexvo.org/id/code/jvd> lvont:means <http://lexvo.org/id/iso639-3/jvd> .

<http://lexvo.org/id/code/jvn> lvont:means <http://lexvo.org/id/iso639-3/jvn> .

<http://lexvo.org/id/code/jwi> lvont:means <http://lexvo.org/id/iso639-3/jwi> .

<http://lexvo.org/id/code/jya> lvont:means <http://lexvo.org/id/iso639-3/jya> .

<http://lexvo.org/id/code/jye> lvont:means <http://lexvo.org/id/iso639-3/jye> .

<http://lexvo.org/id/code/jyy> lvont:means <http://lexvo.org/id/iso639-3/jyy> .

<http://lexvo.org/id/code/ka> lvont:means <http://lexvo.org/id/iso639-3/kat> .

<http://lexvo.org/id/code/kaa> lvont:means <http://lexvo.org/id/iso639-3/arr>,
        <http://lexvo.org/id/iso639-3/kaa> .

<http://lexvo.org/id/code/kab> lvont:means <http://lexvo.org/id/iso639-3/kab>,
        <http://lexvo.org/id/iso639-3/kbd> .

<http://lexvo.org/id/code/kaba1276> lvont:means <http://lexvo.org/id/iso639-3/xkp> .

<http://lexvo.org/id/code/kaba1278> lvont:means <http://lexvo.org/id/iso639-3/kbd> .

<http://lexvo.org/id/code/kabi1261> lvont:means <http://lexvo.org/id/iso639-3/kbp> .

<http://lexvo.org/id/code/kaby1243> lvont:means <http://lexvo.org/id/iso639-3/kab> .

<http://lexvo.org/id/code/kac> lvont:means <http://lexvo.org/id/iso639-3/kac>,
        <http://lexvo.org/id/iso639-3/xac> .

<http://lexvo.org/id/code/kach1279> lvont:means <http://lexvo.org/id/iso639-3/xac> .

<http://lexvo.org/id/code/kach1280> lvont:means <http://lexvo.org/id/iso639-3/kac> .

<http://lexvo.org/id/code/kaci1244> lvont:means <http://lexvo.org/id/iso639-3/koe> .

<http://lexvo.org/id/code/kad> lvont:means <http://lexvo.org/id/iso639-3/kad>,
        <http://lexvo.org/id/iso639-3/xtc> .

<http://lexvo.org/id/code/kadi1248> lvont:means <http://lexvo.org/id/iso639-3/kbc> .

<http://lexvo.org/id/code/kae> lvont:means <http://lexvo.org/id/iso639-3/kae>,
        <http://lexvo.org/id/iso639-3/tbd> .

<http://lexvo.org/id/code/kaf> lvont:means <http://lexvo.org/id/iso639-3/kaf> .

<http://lexvo.org/id/code/kafa1242> lvont:means <http://lexvo.org/id/iso639-3/kbr> .

<http://lexvo.org/id/code/kag> lvont:means <http://lexvo.org/id/iso639-3/kag> .

<http://lexvo.org/id/code/kago1247> lvont:means <http://lexvo.org/id/iso639-3/kdm> .

<http://lexvo.org/id/code/kagu1239> lvont:means <http://lexvo.org/id/iso639-3/kki> .

<http://lexvo.org/id/code/kah> lvont:means <http://lexvo.org/id/iso639-3/kah> .

<http://lexvo.org/id/code/kai> lvont:means <http://lexvo.org/id/iso639-3/kai>,
        <http://lexvo.org/id/iso639-3/kct> .

<http://lexvo.org/id/code/kaia1245> lvont:means <http://lexvo.org/id/iso639-3/kct> .

<http://lexvo.org/id/code/kain1272> lvont:means <http://lexvo.org/id/iso639-3/kgp> .

<http://lexvo.org/id/code/kair1263> lvont:means <http://lexvo.org/id/iso639-3/kxa> .

<http://lexvo.org/id/code/kaiw1246> lvont:means <http://lexvo.org/id/iso639-3/kgk> .

<http://lexvo.org/id/code/kaj> lvont:means <http://lexvo.org/id/iso639-3/bpp>,
        <http://lexvo.org/id/iso639-3/kaj> .

<http://lexvo.org/id/code/kak> lvont:means <http://lexvo.org/id/iso639-3/kak>,
        <http://lexvo.org/id/iso639-3/kbq> .

<http://lexvo.org/id/code/kaki1249> lvont:means <http://lexvo.org/id/iso639-3/tbd> .

<http://lexvo.org/id/code/kal> lvont:means <http://lexvo.org/id/iso639-3/gwc>,
        <http://lexvo.org/id/iso639-3/kal> .

<http://lexvo.org/id/code/kala1372> lvont:means <http://lexvo.org/id/iso639-3/kls> .

<http://lexvo.org/id/code/kala1373> lvont:means <http://lexvo.org/id/iso639-3/gwc> .

<http://lexvo.org/id/code/kala1377> lvont:means <http://lexvo.org/id/iso639-3/mwp> .

<http://lexvo.org/id/code/kala1384> lvont:means <http://lexvo.org/id/iso639-3/kck> .

<http://lexvo.org/id/code/kala1397> lvont:means <http://lexvo.org/id/iso639-3/kmh> .

<http://lexvo.org/id/code/kala1399> lvont:means <http://lexvo.org/id/iso639-3/kal> .

<http://lexvo.org/id/code/kala1400> lvont:means <http://lexvo.org/id/iso639-3/kyl> .

<http://lexvo.org/id/code/kali1308> lvont:means <http://lexvo.org/id/iso639-3/fla> .

<http://lexvo.org/id/code/kalk1246> lvont:means <http://lexvo.org/id/iso639-3/ktg> .

<http://lexvo.org/id/code/kalm1243> lvont:means <http://lexvo.org/id/iso639-3/xal> .

<http://lexvo.org/id/code/kalu1248> lvont:means <http://lexvo.org/id/iso639-3/bco> .

<http://lexvo.org/id/code/kam> lvont:means <http://lexvo.org/id/iso639-3/kam>,
        <http://lexvo.org/id/iso639-3/xbr> .

<http://lexvo.org/id/code/kama1351> lvont:means <http://lexvo.org/id/iso639-3/xas> .

<http://lexvo.org/id/code/kama1365> lvont:means <http://lexvo.org/id/iso639-3/woi> .

<http://lexvo.org/id/code/kama1370> lvont:means <http://lexvo.org/id/iso639-3/kbq> .

<http://lexvo.org/id/code/kama1373> lvont:means <http://lexvo.org/id/iso639-3/kay> .

<http://lexvo.org/id/code/kamb1297> lvont:means <http://lexvo.org/id/iso639-3/kam> .

<http://lexvo.org/id/code/kamb1299> lvont:means <http://lexvo.org/id/iso639-3/xbr> .

<http://lexvo.org/id/code/kami1256> lvont:means <http://lexvo.org/id/iso639-3/kcu> .

<http://lexvo.org/id/code/kamo1255> lvont:means <http://lexvo.org/id/iso639-3/kgq> .

<http://lexvo.org/id/code/kamu1258> lvont:means <http://lexvo.org/id/iso639-3/xmu> .

<http://lexvo.org/id/code/kan> lvont:means <http://lexvo.org/id/iso639-3/kan> .

<http://lexvo.org/id/code/kana1291> lvont:means <http://lexvo.org/id/iso639-3/knm> .

<http://lexvo.org/id/code/kane1243> lvont:means <http://lexvo.org/id/iso639-3/kbl> .

<http://lexvo.org/id/code/kank1243> lvont:means <http://lexvo.org/id/iso639-3/kne> .

<http://lexvo.org/id/code/kano1245> lvont:means <http://lexvo.org/id/iso639-3/kxo> .

<http://lexvo.org/id/code/kany1247> lvont:means <http://lexvo.org/id/iso639-3/kny> .

<http://lexvo.org/id/code/kao> lvont:means <http://lexvo.org/id/iso639-3/kao>,
        <http://lexvo.org/id/iso639-3/kyj> .

<http://lexvo.org/id/code/kap> lvont:means <http://lexvo.org/id/iso639-3/kap>,
        <http://lexvo.org/id/iso639-3/kcl> .

<http://lexvo.org/id/code/kapi1249> lvont:means <http://lexvo.org/id/iso639-3/kpg> .

<http://lexvo.org/id/code/kapr1245> lvont:means <http://lexvo.org/id/iso639-3/dju> .

<http://lexvo.org/id/code/kaq> lvont:means <http://lexvo.org/id/iso639-3/kaq>,
        <http://lexvo.org/id/iso639-3/zku> .

<http://lexvo.org/id/code/kar> lvont:means <http://lexvo.org/id/iso639-3/kah>,
        <http://lexvo.org/id/iso639-5/kar> .

<http://lexvo.org/id/code/kara1289> lvont:means <http://lexvo.org/id/iso639-3/zkk> .

<http://lexvo.org/id/code/kara1462> lvont:means <http://lexvo.org/id/iso639-3/kim> .

<http://lexvo.org/id/code/kara1464> lvont:means <http://lexvo.org/id/iso639-3/kdr> .

<http://lexvo.org/id/code/kara1465> lvont:means <http://lexvo.org/id/iso639-3/krc> .

<http://lexvo.org/id/code/kara1467> lvont:means <http://lexvo.org/id/iso639-3/kaa> .

<http://lexvo.org/id/code/kara1474> lvont:means <http://lexvo.org/id/iso639-3/kpt> .

<http://lexvo.org/id/code/kara1476> lvont:means <http://lexvo.org/id/iso639-3/gbd> .

<http://lexvo.org/id/code/kara1482> lvont:means <http://lexvo.org/id/iso639-3/kah> .

<http://lexvo.org/id/code/kara1483> lvont:means <http://lexvo.org/id/iso639-3/kdj> .

<http://lexvo.org/id/code/kara1486> lvont:means <http://lexvo.org/id/iso639-3/leu> .

<http://lexvo.org/id/code/kara1487> lvont:means <http://lexvo.org/id/iso639-3/kyj> .

<http://lexvo.org/id/code/kara1500> lvont:means <http://lexvo.org/id/iso639-3/kpj> .

<http://lexvo.org/id/code/karb1241> lvont:means <http://lexvo.org/id/iso639-3/mjw> .

<http://lexvo.org/id/code/kare1335> lvont:means <http://lexvo.org/id/iso639-3/krl> .

<http://lexvo.org/id/code/kari1255> lvont:means <http://lexvo.org/id/iso639-3/kzw> .

<http://lexvo.org/id/code/kari1311> lvont:means <http://lexvo.org/id/iso639-3/ktn> .

<http://lexvo.org/id/code/kark1258> lvont:means <http://lexvo.org/id/iso639-3/yuj> .

<http://lexvo.org/id/code/karo1304> lvont:means <http://lexvo.org/id/iso639-3/kyh> .

<http://lexvo.org/id/code/karo1305> lvont:means <http://lexvo.org/id/iso639-3/arr> .

<http://lexvo.org/id/code/kas> lvont:means <http://lexvo.org/id/iso639-3/kas> .

<http://lexvo.org/id/code/kase1253> lvont:means <http://lexvo.org/id/iso639-3/xsm> .

<http://lexvo.org/id/code/kash1274> lvont:means <http://lexvo.org/id/iso639-3/csb> .

<http://lexvo.org/id/code/kash1277> lvont:means <http://lexvo.org/id/iso639-3/kas> .

<http://lexvo.org/id/code/kash1280> lvont:means <http://lexvo.org/id/iso639-3/kju> .

<http://lexvo.org/id/code/kat> lvont:means <http://lexvo.org/id/iso639-3/kat>,
        <http://lexvo.org/id/iso639-3/kmg> .

<http://lexvo.org/id/code/katc1249> lvont:means <http://lexvo.org/id/iso639-3/xtc> .

<http://lexvo.org/id/code/kate1253> lvont:means <http://lexvo.org/id/iso639-3/kmg> .

<http://lexvo.org/id/code/kati1270> lvont:means <http://lexvo.org/id/iso639-3/bsh> .

<http://lexvo.org/id/code/katl1237> lvont:means <http://lexvo.org/id/iso639-3/kcr> .

<http://lexvo.org/id/code/kato1244> lvont:means <http://lexvo.org/id/iso639-3/ktw> .

<http://lexvo.org/id/code/kau> lvont:means <http://lexvo.org/id/iso639-3/kau>,
        <http://lexvo.org/id/iso639-3/pss> .

<http://lexvo.org/id/code/kaul1240> lvont:means <http://lexvo.org/id/iso639-3/pss> .

<http://lexvo.org/id/code/kaur1267> lvont:means <http://lexvo.org/id/iso639-3/zku> .

<http://lexvo.org/id/code/kaur1271> lvont:means <http://lexvo.org/id/iso639-3/bpp> .

<http://lexvo.org/id/code/kav> lvont:means <http://lexvo.org/id/iso639-3/kav> .

<http://lexvo.org/id/code/kaw> lvont:means <http://lexvo.org/id/iso639-3/kaw>,
        <http://lexvo.org/id/iso639-3/kgk> .

<http://lexvo.org/id/code/kawa1283> lvont:means <http://lexvo.org/id/iso639-3/xaw> .

<http://lexvo.org/id/code/kax> lvont:means <http://lexvo.org/id/iso639-3/kax> .

<http://lexvo.org/id/code/kay> lvont:means <http://lexvo.org/id/iso639-3/gyd>,
        <http://lexvo.org/id/iso639-3/kay> .

<http://lexvo.org/id/code/kaya1319> lvont:means <http://lexvo.org/id/iso639-3/gyd> .

<http://lexvo.org/id/code/kaya1330> lvont:means <http://lexvo.org/id/iso639-3/txu> .

<http://lexvo.org/id/code/kaz> lvont:means <http://lexvo.org/id/iso639-3/kaz> .

<http://lexvo.org/id/code/kaza1248> lvont:means <http://lexvo.org/id/iso639-3/kaz> .

<http://lexvo.org/id/code/kba> lvont:means <http://lexvo.org/id/iso639-3/kam>,
        <http://lexvo.org/id/iso639-3/kba> .

<http://lexvo.org/id/code/kbb> lvont:means <http://lexvo.org/id/iso639-3/kbb> .

<http://lexvo.org/id/code/kbc> lvont:means <http://lexvo.org/id/iso639-3/kbc> .

<http://lexvo.org/id/code/kbd> lvont:means <http://lexvo.org/id/iso639-3/kbd> .

<http://lexvo.org/id/code/kbe> lvont:means <http://lexvo.org/id/iso639-3/kbe> .

<http://lexvo.org/id/code/kbf> lvont:means <http://lexvo.org/id/iso639-3/kbf> .

<http://lexvo.org/id/code/kbg> lvont:means <http://lexvo.org/id/iso639-3/kbg> .

<http://lexvo.org/id/code/kbh> lvont:means <http://lexvo.org/id/iso639-3/kbh> .

<http://lexvo.org/id/code/kbi> lvont:means <http://lexvo.org/id/iso639-3/kbi> .

<http://lexvo.org/id/code/kbj> lvont:means <http://lexvo.org/id/iso639-3/kbj> .

<http://lexvo.org/id/code/kbk> lvont:means <http://lexvo.org/id/iso639-3/kbk> .

<http://lexvo.org/id/code/kbl> lvont:means <http://lexvo.org/id/iso639-3/kab>,
        <http://lexvo.org/id/iso639-3/kbl> .

<http://lexvo.org/id/code/kbm> lvont:means <http://lexvo.org/id/iso639-3/kbm> .

<http://lexvo.org/id/code/kbn> lvont:means <http://lexvo.org/id/iso639-3/kbn> .

<http://lexvo.org/id/code/kbo> lvont:means <http://lexvo.org/id/iso639-3/kbo>,
        <http://lexvo.org/id/iso639-3/kbx> .

<http://lexvo.org/id/code/kbp> lvont:means <http://lexvo.org/id/iso639-3/kbp> .

<http://lexvo.org/id/code/kbq> lvont:means <http://lexvo.org/id/iso639-3/kbq> .

<http://lexvo.org/id/code/kbr> lvont:means <http://lexvo.org/id/iso639-3/kbr>,
        <http://lexvo.org/id/iso639-3/kys> .

<http://lexvo.org/id/code/kbs> lvont:means <http://lexvo.org/id/iso639-3/kbs> .

<http://lexvo.org/id/code/kbt> lvont:means <http://lexvo.org/id/iso639-3/kbt>,
        <http://lexvo.org/id/iso639-3/xkp> .

<http://lexvo.org/id/code/kbu> lvont:means <http://lexvo.org/id/iso639-3/kbl>,
        <http://lexvo.org/id/iso639-3/kbu> .

<http://lexvo.org/id/code/kbv> lvont:means <http://lexvo.org/id/iso639-3/kbv> .

<http://lexvo.org/id/code/kbw> lvont:means <http://lexvo.org/id/iso639-3/bwe>,
        <http://lexvo.org/id/iso639-3/kbw> .

<http://lexvo.org/id/code/kbx> lvont:means <http://lexvo.org/id/iso639-3/kbx> .

<http://lexvo.org/id/code/kby> lvont:means <http://lexvo.org/id/iso639-3/kbp>,
        <http://lexvo.org/id/iso639-3/kby> .

<http://lexvo.org/id/code/kbz> lvont:means <http://lexvo.org/id/iso639-3/kbz> .

<http://lexvo.org/id/code/kca> lvont:means <http://lexvo.org/id/iso639-3/kca> .

<http://lexvo.org/id/code/kcb> lvont:means <http://lexvo.org/id/iso639-3/kcb> .

<http://lexvo.org/id/code/kcc> lvont:means <http://lexvo.org/id/iso639-3/kcc> .

<http://lexvo.org/id/code/kcd> lvont:means <http://lexvo.org/id/iso639-3/kcd> .

<http://lexvo.org/id/code/kce> lvont:means <http://lexvo.org/id/iso639-3/kce> .

<http://lexvo.org/id/code/kcf> lvont:means <http://lexvo.org/id/iso639-3/kcf> .

<http://lexvo.org/id/code/kcg> lvont:means <http://lexvo.org/id/iso639-3/kcg> .

<http://lexvo.org/id/code/kch> lvont:means <http://lexvo.org/id/iso639-3/kch>,
        <http://lexvo.org/id/iso639-3/khq> .

<http://lexvo.org/id/code/kci> lvont:means <http://lexvo.org/id/iso639-3/kci> .

<http://lexvo.org/id/code/kcj> lvont:means <http://lexvo.org/id/iso639-3/kcj> .

<http://lexvo.org/id/code/kck> lvont:means <http://lexvo.org/id/iso639-3/kck> .

<http://lexvo.org/id/code/kcl> lvont:means <http://lexvo.org/id/iso639-3/kcl> .

<http://lexvo.org/id/code/kcm> lvont:means <http://lexvo.org/id/iso639-3/kcm> .

<http://lexvo.org/id/code/kcn> lvont:means <http://lexvo.org/id/iso639-3/kcn> .

<http://lexvo.org/id/code/kco> lvont:means <http://lexvo.org/id/iso639-3/kco> .

<http://lexvo.org/id/code/kcp> lvont:means <http://lexvo.org/id/iso639-3/kcp> .

<http://lexvo.org/id/code/kcq> lvont:means <http://lexvo.org/id/iso639-3/kcq> .

<http://lexvo.org/id/code/kcr> lvont:means <http://lexvo.org/id/iso639-3/kcr> .

<http://lexvo.org/id/code/kcs> lvont:means <http://lexvo.org/id/iso639-3/kcs> .

<http://lexvo.org/id/code/kct> lvont:means <http://lexvo.org/id/iso639-3/kct> .

<http://lexvo.org/id/code/kcu> lvont:means <http://lexvo.org/id/iso639-3/kcu> .

<http://lexvo.org/id/code/kcv> lvont:means <http://lexvo.org/id/iso639-3/kcv> .

<http://lexvo.org/id/code/kcw> lvont:means <http://lexvo.org/id/iso639-3/kcw> .

<http://lexvo.org/id/code/kcx> lvont:means <http://lexvo.org/id/iso639-3/kcx> .

<http://lexvo.org/id/code/kcy> lvont:means <http://lexvo.org/id/iso639-3/kcy> .

<http://lexvo.org/id/code/kcz> lvont:means <http://lexvo.org/id/iso639-3/kcz> .

<http://lexvo.org/id/code/kda> lvont:means <http://lexvo.org/id/iso639-3/kda>,
        <http://lexvo.org/id/iso639-3/kfc> .

<http://lexvo.org/id/code/kdc> lvont:means <http://lexvo.org/id/iso639-3/kdc> .

<http://lexvo.org/id/code/kdd> lvont:means <http://lexvo.org/id/iso639-3/kdd> .

<http://lexvo.org/id/code/kde> lvont:means <http://lexvo.org/id/iso639-3/kde> .

<http://lexvo.org/id/code/kdf> lvont:means <http://lexvo.org/id/iso639-3/kdf> .

<http://lexvo.org/id/code/kdg> lvont:means <http://lexvo.org/id/iso639-3/kdg> .

<http://lexvo.org/id/code/kdh> lvont:means <http://lexvo.org/id/iso639-3/kdh> .

<http://lexvo.org/id/code/kdi> lvont:means <http://lexvo.org/id/iso639-3/kdi> .

<http://lexvo.org/id/code/kdj> lvont:means <http://lexvo.org/id/iso639-3/kdj> .

<http://lexvo.org/id/code/kdk> lvont:means <http://lexvo.org/id/iso639-3/kdk> .

<http://lexvo.org/id/code/kdl> lvont:means <http://lexvo.org/id/iso639-3/kdl> .

<http://lexvo.org/id/code/kdm> lvont:means <http://lexvo.org/id/iso639-3/kdm> .

<http://lexvo.org/id/code/kdn> lvont:means <http://lexvo.org/id/iso639-3/kdn> .

<http://lexvo.org/id/code/kdo> lvont:means <http://lexvo.org/id/iso639-5/kdo> .

<http://lexvo.org/id/code/kdp> lvont:means <http://lexvo.org/id/iso639-3/kdp> .

<http://lexvo.org/id/code/kdq> lvont:means <http://lexvo.org/id/iso639-3/kdq> .

<http://lexvo.org/id/code/kdr> lvont:means <http://lexvo.org/id/iso639-3/kdr> .

<http://lexvo.org/id/code/kdt> lvont:means <http://lexvo.org/id/iso639-3/kdt> .

<http://lexvo.org/id/code/kdu> lvont:means <http://lexvo.org/id/iso639-3/kdu> .

<http://lexvo.org/id/code/kdw> lvont:means <http://lexvo.org/id/iso639-3/kbc>,
        <http://lexvo.org/id/iso639-3/kdw> .

<http://lexvo.org/id/code/kdx> lvont:means <http://lexvo.org/id/iso639-3/kdx> .

<http://lexvo.org/id/code/kdy> lvont:means <http://lexvo.org/id/iso639-3/kdy> .

<http://lexvo.org/id/code/kdz> lvont:means <http://lexvo.org/id/iso639-3/kdz>,
        <http://lexvo.org/id/iso639-3/kzj> .

<http://lexvo.org/id/code/kea> lvont:means <http://lexvo.org/id/iso639-3/kea>,
        <http://lexvo.org/id/iso639-3/kjb> .

<http://lexvo.org/id/code/keb> lvont:means <http://lexvo.org/id/iso639-3/keb> .

<http://lexvo.org/id/code/kec> lvont:means <http://lexvo.org/id/iso639-3/kec> .

<http://lexvo.org/id/code/ked> lvont:means <http://lexvo.org/id/iso639-3/ked>,
        <http://lexvo.org/id/iso639-3/ksx> .

<http://lexvo.org/id/code/keda1252> lvont:means <http://lexvo.org/id/iso639-3/ksx> .

<http://lexvo.org/id/code/kee> lvont:means <http://lexvo.org/id/iso639-3/kee> .

<http://lexvo.org/id/code/kef> lvont:means <http://lexvo.org/id/iso639-3/kbr>,
        <http://lexvo.org/id/iso639-3/kef> .

<http://lexvo.org/id/code/keg> lvont:means <http://lexvo.org/id/iso639-3/keg> .

<http://lexvo.org/id/code/keh> lvont:means <http://lexvo.org/id/iso639-3/keh> .

<http://lexvo.org/id/code/kei> lvont:means <http://lexvo.org/id/iso639-3/kei> .

<http://lexvo.org/id/code/keii1239> lvont:means <http://lexvo.org/id/iso639-3/kei> .

<http://lexvo.org/id/code/kej> lvont:means <http://lexvo.org/id/iso639-3/kej> .

<http://lexvo.org/id/code/kek> lvont:means <http://lexvo.org/id/iso639-3/kek> .

<http://lexvo.org/id/code/kekc1242> lvont:means <http://lexvo.org/id/iso639-3/kek> .

<http://lexvo.org/id/code/kel> lvont:means <http://lexvo.org/id/iso639-3/kel>,
        <http://lexvo.org/id/iso639-3/sbc> .

<http://lexvo.org/id/code/kela1255> lvont:means <http://lexvo.org/id/iso639-3/kcl> .

<http://lexvo.org/id/code/kela1258> lvont:means <http://lexvo.org/id/iso639-3/kzi> .

<http://lexvo.org/id/code/kele1258> lvont:means <http://lexvo.org/id/iso639-3/sbc> .

<http://lexvo.org/id/code/kem> lvont:means <http://lexvo.org/id/iso639-3/ahg>,
        <http://lexvo.org/id/iso639-3/kem> .

<http://lexvo.org/id/code/kemt1242> lvont:means <http://lexvo.org/id/iso639-3/kmt> .

<http://lexvo.org/id/code/ken> lvont:means <http://lexvo.org/id/iso639-3/ken>,
        <http://lexvo.org/id/iso639-3/kyq> .

<http://lexvo.org/id/code/keng1240> lvont:means <http://lexvo.org/id/iso639-3/kyq> .

<http://lexvo.org/id/code/kenu1236> lvont:means <http://lexvo.org/id/iso639-3/kzh> .

<http://lexvo.org/id/code/keny1241> lvont:means <http://lexvo.org/id/iso639-3/xki> .

<http://lexvo.org/id/code/keny1279> lvont:means <http://lexvo.org/id/iso639-3/ken> .

<http://lexvo.org/id/code/keo> lvont:means <http://lexvo.org/id/iso639-3/keo>,
        <http://lexvo.org/id/iso639-3/xxk> .

<http://lexvo.org/id/code/keoo1238> lvont:means <http://lexvo.org/id/iso639-3/xxk> .

<http://lexvo.org/id/code/kep> lvont:means <http://lexvo.org/id/iso639-3/kep> .

<http://lexvo.org/id/code/keq> lvont:means <http://lexvo.org/id/iso639-3/keq> .

<http://lexvo.org/id/code/ker> lvont:means <http://lexvo.org/id/iso639-3/ker> .

<http://lexvo.org/id/code/kera1255> lvont:means <http://lexvo.org/id/iso639-3/ker> .

<http://lexvo.org/id/code/kere1280> lvont:means <http://lexvo.org/id/iso639-3/krk> .

<http://lexvo.org/id/code/kes> lvont:means <http://lexvo.org/id/iso639-3/kes> .

<http://lexvo.org/id/code/ket> lvont:means <http://lexvo.org/id/iso639-3/ket> .

<http://lexvo.org/id/code/kete1252> lvont:means <http://lexvo.org/id/iso639-3/kcv> .

<http://lexvo.org/id/code/kete1254> lvont:means <http://lexvo.org/id/iso639-3/xte> .

<http://lexvo.org/id/code/kett1243> lvont:means <http://lexvo.org/id/iso639-3/ket> .

<http://lexvo.org/id/code/keu> lvont:means <http://lexvo.org/id/iso639-3/keu> .

<http://lexvo.org/id/code/kev> lvont:means <http://lexvo.org/id/iso639-3/kev> .

<http://lexvo.org/id/code/kew> lvont:means <http://lexvo.org/id/iso639-3/kew> .

<http://lexvo.org/id/code/kex> lvont:means <http://lexvo.org/id/iso639-3/kex> .

<http://lexvo.org/id/code/key> lvont:means <http://lexvo.org/id/iso639-3/key> .

<http://lexvo.org/id/code/kez> lvont:means <http://lexvo.org/id/iso639-3/kez> .

<http://lexvo.org/id/code/kfa> lvont:means <http://lexvo.org/id/iso639-3/kfa> .

<http://lexvo.org/id/code/kfb> lvont:means <http://lexvo.org/id/iso639-3/kfb> .

<http://lexvo.org/id/code/kfc> lvont:means <http://lexvo.org/id/iso639-3/kfc> .

<http://lexvo.org/id/code/kfd> lvont:means <http://lexvo.org/id/iso639-3/kfd> .

<http://lexvo.org/id/code/kfe> lvont:means <http://lexvo.org/id/iso639-3/kfe>,
        <http://lexvo.org/id/iso639-3/kfz> .

<http://lexvo.org/id/code/kff> lvont:means <http://lexvo.org/id/iso639-3/kff> .

<http://lexvo.org/id/code/kfg> lvont:means <http://lexvo.org/id/iso639-3/kfg> .

<http://lexvo.org/id/code/kfh> lvont:means <http://lexvo.org/id/iso639-3/kfh> .

<http://lexvo.org/id/code/kfi> lvont:means <http://lexvo.org/id/iso639-3/kfi> .

<http://lexvo.org/id/code/kfj> lvont:means <http://lexvo.org/id/iso639-3/kfj> .

<http://lexvo.org/id/code/kfk> lvont:means <http://lexvo.org/id/iso639-3/kfk> .

<http://lexvo.org/id/code/kfl> lvont:means <http://lexvo.org/id/iso639-3/kfl> .

<http://lexvo.org/id/code/kfm> lvont:means <http://lexvo.org/id/iso639-3/kfm> .

<http://lexvo.org/id/code/kfn> lvont:means <http://lexvo.org/id/iso639-3/kfn> .

<http://lexvo.org/id/code/kfo> lvont:means <http://lexvo.org/id/iso639-3/kfo> .

<http://lexvo.org/id/code/kfp> lvont:means <http://lexvo.org/id/iso639-3/kfp> .

<http://lexvo.org/id/code/kfq> lvont:means <http://lexvo.org/id/iso639-3/kfq> .

<http://lexvo.org/id/code/kfr> lvont:means <http://lexvo.org/id/iso639-3/kfr> .

<http://lexvo.org/id/code/kfs> lvont:means <http://lexvo.org/id/iso639-3/kfs> .

<http://lexvo.org/id/code/kft> lvont:means <http://lexvo.org/id/iso639-3/kft> .

<http://lexvo.org/id/code/kfu> lvont:means <http://lexvo.org/id/iso639-3/kfu> .

<http://lexvo.org/id/code/kfv> lvont:means <http://lexvo.org/id/iso639-3/kfv> .

<http://lexvo.org/id/code/kfw> lvont:means <http://lexvo.org/id/iso639-3/kfw> .

<http://lexvo.org/id/code/kfx> lvont:means <http://lexvo.org/id/iso639-3/kfx> .

<http://lexvo.org/id/code/kfy> lvont:means <http://lexvo.org/id/iso639-3/kfy>,
        <http://lexvo.org/id/iso639-3/kir> .

<http://lexvo.org/id/code/kfz> lvont:means <http://lexvo.org/id/iso639-3/kfz> .

<http://lexvo.org/id/code/kg> lvont:means <http://lexvo.org/id/iso639-3/kon> .

<http://lexvo.org/id/code/kga> lvont:means <http://lexvo.org/id/iso639-3/kga> .

<http://lexvo.org/id/code/kgb> lvont:means <http://lexvo.org/id/iso639-3/kgb> .

<http://lexvo.org/id/code/kgc> lvont:means <http://lexvo.org/id/iso639-3/kgc> .

<http://lexvo.org/id/code/kgd> lvont:means <http://lexvo.org/id/iso639-3/kgd> .

<http://lexvo.org/id/code/kge> lvont:means <http://lexvo.org/id/iso639-3/kge> .

<http://lexvo.org/id/code/kgf> lvont:means <http://lexvo.org/id/iso639-3/kgf> .

<http://lexvo.org/id/code/kgg> lvont:means <http://lexvo.org/id/iso639-3/kgg> .

<http://lexvo.org/id/code/kgi> lvont:means <http://lexvo.org/id/iso639-3/cou>,
        <http://lexvo.org/id/iso639-3/kgi> .

<http://lexvo.org/id/code/kgj> lvont:means <http://lexvo.org/id/iso639-3/kgj> .

<http://lexvo.org/id/code/kgk> lvont:means <http://lexvo.org/id/iso639-3/kgk> .

<http://lexvo.org/id/code/kgl> lvont:means <http://lexvo.org/id/iso639-3/kgl>,
        <http://lexvo.org/id/iso639-3/ubu> .

<http://lexvo.org/id/code/kgm> lvont:means <http://lexvo.org/id/iso639-3/kdm>,
        <http://lexvo.org/id/iso639-3/kgm> .

<http://lexvo.org/id/code/kgn> lvont:means <http://lexvo.org/id/iso639-3/kgn> .

<http://lexvo.org/id/code/kgo> lvont:means <http://lexvo.org/id/iso639-3/kgo> .

<http://lexvo.org/id/code/kgp> lvont:means <http://lexvo.org/id/iso639-3/kgp> .

<http://lexvo.org/id/code/kgq> lvont:means <http://lexvo.org/id/iso639-3/kgq> .

<http://lexvo.org/id/code/kgr> lvont:means <http://lexvo.org/id/iso639-3/kgr>,
        <http://lexvo.org/id/iso639-3/kki> .

<http://lexvo.org/id/code/kgs> lvont:means <http://lexvo.org/id/iso639-3/kgs> .

<http://lexvo.org/id/code/kgt> lvont:means <http://lexvo.org/id/iso639-3/ikt>,
        <http://lexvo.org/id/iso639-3/kgt> .

<http://lexvo.org/id/code/kgu> lvont:means <http://lexvo.org/id/iso639-3/kgu>,
        <http://lexvo.org/id/iso639-3/ktg> .

<http://lexvo.org/id/code/kgv> lvont:means <http://lexvo.org/id/iso639-3/kgv> .

<http://lexvo.org/id/code/kgw> lvont:means <http://lexvo.org/id/iso639-3/kgw> .

<http://lexvo.org/id/code/kgx> lvont:means <http://lexvo.org/id/iso639-3/kgx> .

<http://lexvo.org/id/code/kgy> lvont:means <http://lexvo.org/id/iso639-3/kgy> .

<http://lexvo.org/id/code/kgz> lvont:means <http://lexvo.org/id/iso639-3/kir> .

<http://lexvo.org/id/code/kha> lvont:means <http://lexvo.org/id/iso639-3/kha>,
        <http://lexvo.org/id/iso639-3/khk> .

<http://lexvo.org/id/code/khak1248> lvont:means <http://lexvo.org/id/iso639-3/kjh> .

<http://lexvo.org/id/code/khal1275> lvont:means <http://lexvo.org/id/iso639-3/klr> .

<http://lexvo.org/id/code/khan1273> lvont:means <http://lexvo.org/id/iso639-3/kca> .

<http://lexvo.org/id/code/khar1287> lvont:means <http://lexvo.org/id/iso639-3/khr> .

<http://lexvo.org/id/code/khas1269> lvont:means <http://lexvo.org/id/iso639-3/kha> .

<http://lexvo.org/id/code/khb> lvont:means <http://lexvo.org/id/iso639-3/khb> .

<http://lexvo.org/id/code/khc> lvont:means <http://lexvo.org/id/iso639-3/khc> .

<http://lexvo.org/id/code/khd> lvont:means <http://lexvo.org/id/iso639-3/khd> .

<http://lexvo.org/id/code/khe> lvont:means <http://lexvo.org/id/iso639-3/khe> .

<http://lexvo.org/id/code/khf> lvont:means <http://lexvo.org/id/iso639-3/khf> .

<http://lexvo.org/id/code/khg> lvont:means <http://lexvo.org/id/iso639-3/khg>,
        <http://lexvo.org/id/iso639-3/klr> .

<http://lexvo.org/id/code/khh> lvont:means <http://lexvo.org/id/iso639-3/khh> .

<http://lexvo.org/id/code/khi> lvont:means <http://lexvo.org/id/iso639-3/kjj>,
        <http://lexvo.org/id/iso639-5/khi> .

<http://lexvo.org/id/code/khin1240> lvont:means <http://lexvo.org/id/iso639-3/kjj> .

<http://lexvo.org/id/code/khj> lvont:means <http://lexvo.org/id/iso639-3/khj> .

<http://lexvo.org/id/code/khk> lvont:means <http://lexvo.org/id/iso639-3/khk>,
        <http://lexvo.org/id/iso639-3/kjh> .

<http://lexvo.org/id/code/khl> lvont:means <http://lexvo.org/id/iso639-3/khl>,
        <http://lexvo.org/id/iso639-3/klj> .

<http://lexvo.org/id/code/khm> lvont:means <http://lexvo.org/id/iso639-3/khm> .

<http://lexvo.org/id/code/khmu1256> lvont:means <http://lexvo.org/id/iso639-3/kjg> .

<http://lexvo.org/id/code/khn> lvont:means <http://lexvo.org/id/iso639-3/khn> .

<http://lexvo.org/id/code/kho> lvont:means <http://lexvo.org/id/iso639-3/kho>,
        <http://lexvo.org/id/iso639-3/naq> .

<http://lexvo.org/id/code/khor1269> lvont:means <http://lexvo.org/id/iso639-3/kmz> .

<http://lexvo.org/id/code/khow1242> lvont:means <http://lexvo.org/id/iso639-3/khw> .

<http://lexvo.org/id/code/khp> lvont:means <http://lexvo.org/id/iso639-3/khp> .

<http://lexvo.org/id/code/khq> lvont:means <http://lexvo.org/id/iso639-3/khq> .

<http://lexvo.org/id/code/khr> lvont:means <http://lexvo.org/id/iso639-3/khr> .

<http://lexvo.org/id/code/khs> lvont:means <http://lexvo.org/id/iso639-3/kha>,
        <http://lexvo.org/id/iso639-3/khs> .

<http://lexvo.org/id/code/kht> lvont:means <http://lexvo.org/id/iso639-3/kht> .

<http://lexvo.org/id/code/khu> lvont:means <http://lexvo.org/id/iso639-3/cnk>,
        <http://lexvo.org/id/iso639-3/khu> .

<http://lexvo.org/id/code/khum1248> lvont:means <http://lexvo.org/id/iso639-3/cnk> .

<http://lexvo.org/id/code/khv> lvont:means <http://lexvo.org/id/iso639-3/khv> .

<http://lexvo.org/id/code/khva1239> lvont:means <http://lexvo.org/id/iso639-3/khv> .

<http://lexvo.org/id/code/khw> lvont:means <http://lexvo.org/id/iso639-3/khw> .

<http://lexvo.org/id/code/khx> lvont:means <http://lexvo.org/id/iso639-3/khx> .

<http://lexvo.org/id/code/khy> lvont:means <http://lexvo.org/id/iso639-3/khy> .

<http://lexvo.org/id/code/khz> lvont:means <http://lexvo.org/id/iso639-3/khz> .

<http://lexvo.org/id/code/ki> lvont:means <http://lexvo.org/id/iso639-3/kik> .

<http://lexvo.org/id/code/kia> lvont:means <http://lexvo.org/id/iso639-3/kia> .

<http://lexvo.org/id/code/kib> lvont:means <http://lexvo.org/id/iso639-3/kib> .

<http://lexvo.org/id/code/kic> lvont:means <http://lexvo.org/id/iso639-3/kic> .

<http://lexvo.org/id/code/kich1262> lvont:means <http://lexvo.org/id/iso639-3/quc> .

<http://lexvo.org/id/code/kick1244> lvont:means <http://lexvo.org/id/iso639-3/kic> .

<http://lexvo.org/id/code/kid> lvont:means <http://lexvo.org/id/iso639-3/kid> .

<http://lexvo.org/id/code/kie> lvont:means <http://lexvo.org/id/iso639-3/geb>,
        <http://lexvo.org/id/iso639-3/kie> .

<http://lexvo.org/id/code/kif> lvont:means <http://lexvo.org/id/iso639-3/kif> .

<http://lexvo.org/id/code/kig> lvont:means <http://lexvo.org/id/iso639-3/kig> .

<http://lexvo.org/id/code/kih> lvont:means <http://lexvo.org/id/iso639-3/kih> .

<http://lexvo.org/id/code/kii> lvont:means <http://lexvo.org/id/iso639-3/kii> .

<http://lexvo.org/id/code/kij> lvont:means <http://lexvo.org/id/iso639-3/gia>,
        <http://lexvo.org/id/iso639-3/kij> .

<http://lexvo.org/id/code/kik> lvont:means <http://lexvo.org/id/iso639-3/kik> .

<http://lexvo.org/id/code/kiku1240> lvont:means <http://lexvo.org/id/iso639-3/kik> .

<http://lexvo.org/id/code/kil> lvont:means <http://lexvo.org/id/iso639-3/kil>,
        <http://lexvo.org/id/iso639-3/lub> .

<http://lexvo.org/id/code/kild1236> lvont:means <http://lexvo.org/id/iso639-3/sjd> .

<http://lexvo.org/id/code/kili1267> lvont:means <http://lexvo.org/id/iso639-3/kij> .

<http://lexvo.org/id/code/kili1268> lvont:means <http://lexvo.org/id/iso639-3/klb> .

<http://lexvo.org/id/code/kim> lvont:means <http://lexvo.org/id/iso639-3/kig>,
        <http://lexvo.org/id/iso639-3/kim> .

<http://lexvo.org/id/code/kima1246> lvont:means <http://lexvo.org/id/iso639-3/kig> .

<http://lexvo.org/id/code/kimm1245> lvont:means <http://lexvo.org/id/iso639-3/mji> .

<http://lexvo.org/id/code/kimm1246> lvont:means <http://lexvo.org/id/iso639-3/kia> .

<http://lexvo.org/id/code/kin> lvont:means <http://lexvo.org/id/iso639-3/kin> .

<http://lexvo.org/id/code/kinn1249> lvont:means <http://lexvo.org/id/iso639-3/kfk> .

<http://lexvo.org/id/code/kiny1244> lvont:means <http://lexvo.org/id/iso639-3/kin> .

<http://lexvo.org/id/code/kio> lvont:means <http://lexvo.org/id/iso639-3/kio> .

<http://lexvo.org/id/code/kiow1266> lvont:means <http://lexvo.org/id/iso639-3/kio> .

<http://lexvo.org/id/code/kip> lvont:means <http://lexvo.org/id/iso639-3/kip> .

<http://lexvo.org/id/code/kiq> lvont:means <http://lexvo.org/id/iso639-3/kiq>,
        <http://lexvo.org/id/iso639-3/xal> .

<http://lexvo.org/id/code/kir> lvont:means <http://lexvo.org/id/iso639-3/cme>,
        <http://lexvo.org/id/iso639-3/kir> .

<http://lexvo.org/id/code/kire1240> lvont:means <http://lexvo.org/id/iso639-3/geb> .

<http://lexvo.org/id/code/kirg1245> lvont:means <http://lexvo.org/id/iso639-3/kir> .

<http://lexvo.org/id/code/kiri1256> lvont:means <http://lexvo.org/id/iso639-3/kiy> .

<http://lexvo.org/id/code/kis> lvont:means <http://lexvo.org/id/iso639-3/kis> .

<http://lexvo.org/id/code/kisa1266> lvont:means <http://lexvo.org/id/iso639-3/kje> .

<http://lexvo.org/id/code/kist1241> lvont:means <http://lexvo.org/id/iso639-3/gru> .

<http://lexvo.org/id/code/kit> lvont:means <http://lexvo.org/id/iso639-3/kii>,
        <http://lexvo.org/id/iso639-3/kit> .

<http://lexvo.org/id/code/kitj1240> lvont:means <http://lexvo.org/id/iso639-3/gia> .

<http://lexvo.org/id/code/kits1249> lvont:means <http://lexvo.org/id/iso639-3/kii> .

<http://lexvo.org/id/code/kitu1246> lvont:means <http://lexvo.org/id/iso639-3/ktu> .

<http://lexvo.org/id/code/kiu> lvont:means <http://lexvo.org/id/iso639-3/kiu>,
        <http://lexvo.org/id/iso639-3/kvd> .

<http://lexvo.org/id/code/kiv> lvont:means <http://lexvo.org/id/iso639-3/kiv> .

<http://lexvo.org/id/code/kiw> lvont:means <http://lexvo.org/id/iso639-3/kiw> .

<http://lexvo.org/id/code/kix> lvont:means <http://lexvo.org/id/iso639-3/kix> .

<http://lexvo.org/id/code/kiy> lvont:means <http://lexvo.org/id/iso639-3/kiy> .

<http://lexvo.org/id/code/kiz> lvont:means <http://lexvo.org/id/iso639-3/kiz> .

<http://lexvo.org/id/code/kj> lvont:means <http://lexvo.org/id/iso639-3/kua> .

<http://lexvo.org/id/code/kja> lvont:means <http://lexvo.org/id/iso639-3/kja> .

<http://lexvo.org/id/code/kjb> lvont:means <http://lexvo.org/id/iso639-3/kjb> .

<http://lexvo.org/id/code/kjc> lvont:means <http://lexvo.org/id/iso639-3/kjc> .

<http://lexvo.org/id/code/kjd> lvont:means <http://lexvo.org/id/iso639-3/kjd> .

<http://lexvo.org/id/code/kje> lvont:means <http://lexvo.org/id/iso639-3/coe>,
        <http://lexvo.org/id/iso639-3/kje> .

<http://lexvo.org/id/code/kjf> lvont:means <http://lexvo.org/id/iso639-3/kjf> .

<http://lexvo.org/id/code/kjg> lvont:means <http://lexvo.org/id/iso639-3/kjg> .

<http://lexvo.org/id/code/kjh> lvont:means <http://lexvo.org/id/iso639-3/kjh> .

<http://lexvo.org/id/code/kji> lvont:means <http://lexvo.org/id/iso639-3/kji>,
        <http://lexvo.org/id/iso639-3/kmr> .

<http://lexvo.org/id/code/kjj> lvont:means <http://lexvo.org/id/iso639-3/kjj> .

<http://lexvo.org/id/code/kjk> lvont:means <http://lexvo.org/id/iso639-3/kjk> .

<http://lexvo.org/id/code/kjl> lvont:means <http://lexvo.org/id/iso639-3/kjl> .

<http://lexvo.org/id/code/kjm> lvont:means <http://lexvo.org/id/iso639-3/kjm> .

<http://lexvo.org/id/code/kjn> lvont:means <http://lexvo.org/id/iso639-3/kjn> .

<http://lexvo.org/id/code/kjo> lvont:means <http://lexvo.org/id/iso639-3/kjc>,
        <http://lexvo.org/id/iso639-3/kjo> .

<http://lexvo.org/id/code/kjp> lvont:means <http://lexvo.org/id/iso639-3/kjp> .

<http://lexvo.org/id/code/kjq> lvont:means <http://lexvo.org/id/iso639-3/kjq> .

<http://lexvo.org/id/code/kjr> lvont:means <http://lexvo.org/id/iso639-3/kjr>,
        <http://lexvo.org/id/iso639-3/kqy> .

<http://lexvo.org/id/code/kjs> lvont:means <http://lexvo.org/id/iso639-3/kjs> .

<http://lexvo.org/id/code/kjt> lvont:means <http://lexvo.org/id/iso639-3/kjt> .

<http://lexvo.org/id/code/kju> lvont:means <http://lexvo.org/id/iso639-3/kju> .

<http://lexvo.org/id/code/kjx> lvont:means <http://lexvo.org/id/iso639-3/kjx> .

<http://lexvo.org/id/code/kjy> lvont:means <http://lexvo.org/id/iso639-3/kjy> .

<http://lexvo.org/id/code/kjz> lvont:means <http://lexvo.org/id/iso639-3/kjz> .

<http://lexvo.org/id/code/kk> lvont:means <http://lexvo.org/id/iso639-3/kaz> .

<http://lexvo.org/id/code/kka> lvont:means <http://lexvo.org/id/iso639-3/kka> .

<http://lexvo.org/id/code/kkb> lvont:means <http://lexvo.org/id/iso639-3/kkb>,
        <http://lexvo.org/id/iso639-3/xon> .

<http://lexvo.org/id/code/kkc> lvont:means <http://lexvo.org/id/iso639-3/kkc> .

<http://lexvo.org/id/code/kkd> lvont:means <http://lexvo.org/id/iso639-3/kkd> .

<http://lexvo.org/id/code/kke> lvont:means <http://lexvo.org/id/iso639-3/kke> .

<http://lexvo.org/id/code/kkf> lvont:means <http://lexvo.org/id/iso639-3/kkf> .

<http://lexvo.org/id/code/kkg> lvont:means <http://lexvo.org/id/iso639-3/kkg> .

<http://lexvo.org/id/code/kkh> lvont:means <http://lexvo.org/id/iso639-3/kkh> .

<http://lexvo.org/id/code/kki> lvont:means <http://lexvo.org/id/iso639-3/kki> .

<http://lexvo.org/id/code/kkj> lvont:means <http://lexvo.org/id/iso639-3/kkj> .

<http://lexvo.org/id/code/kkk> lvont:means <http://lexvo.org/id/iso639-3/kkk> .

<http://lexvo.org/id/code/kkl> lvont:means <http://lexvo.org/id/iso639-3/bqy>,
        <http://lexvo.org/id/iso639-3/kkl> .

<http://lexvo.org/id/code/kkm> lvont:means <http://lexvo.org/id/iso639-3/kkm> .

<http://lexvo.org/id/code/kkn> lvont:means <http://lexvo.org/id/iso639-3/kkn>,
        <http://lexvo.org/id/iso639-3/knn> .

<http://lexvo.org/id/code/kko> lvont:means <http://lexvo.org/id/iso639-3/kko>,
        <http://lexvo.org/id/iso639-3/knk> .

<http://lexvo.org/id/code/kkp> lvont:means <http://lexvo.org/id/iso639-3/kaa>,
        <http://lexvo.org/id/iso639-3/kkp> .

<http://lexvo.org/id/code/kkq> lvont:means <http://lexvo.org/id/iso639-3/kkq> .

<http://lexvo.org/id/code/kkr> lvont:means <http://lexvo.org/id/iso639-3/kiy>,
        <http://lexvo.org/id/iso639-3/kkr> .

<http://lexvo.org/id/code/kks> lvont:means <http://lexvo.org/id/iso639-3/kks> .

<http://lexvo.org/id/code/kkt> lvont:means <http://lexvo.org/id/iso639-3/kkk>,
        <http://lexvo.org/id/iso639-3/kkt> .

<http://lexvo.org/id/code/kku> lvont:means <http://lexvo.org/id/iso639-3/kfq>,
        <http://lexvo.org/id/iso639-3/kku> .

<http://lexvo.org/id/code/kkv> lvont:means <http://lexvo.org/id/iso639-3/kkv> .

<http://lexvo.org/id/code/kkw> lvont:means <http://lexvo.org/id/iso639-3/kkw>,
        <http://lexvo.org/id/iso639-3/zkk> .

<http://lexvo.org/id/code/kkx> lvont:means <http://lexvo.org/id/iso639-3/kkx> .

<http://lexvo.org/id/code/kky> lvont:means <http://lexvo.org/id/iso639-3/kky>,
        <http://lexvo.org/id/iso639-3/kne> .

<http://lexvo.org/id/code/kkz> lvont:means <http://lexvo.org/id/iso639-3/kex>,
        <http://lexvo.org/id/iso639-3/kkz> .

<http://lexvo.org/id/code/kl> lvont:means <http://lexvo.org/id/iso639-3/kal> .

<http://lexvo.org/id/code/kla> lvont:means <http://lexvo.org/id/iso639-3/kla>,
        <http://lexvo.org/id/iso639-3/klu> .

<http://lexvo.org/id/code/klam1254> lvont:means <http://lexvo.org/id/iso639-3/kla> .

<http://lexvo.org/id/code/klao1243> lvont:means <http://lexvo.org/id/iso639-3/klu> .

<http://lexvo.org/id/code/klb> lvont:means <http://lexvo.org/id/iso639-3/hbb>,
        <http://lexvo.org/id/iso639-3/klb> .

<http://lexvo.org/id/code/klc> lvont:means <http://lexvo.org/id/iso639-3/klc> .

<http://lexvo.org/id/code/kld> lvont:means <http://lexvo.org/id/iso639-3/kld> .

<http://lexvo.org/id/code/kle> lvont:means <http://lexvo.org/id/iso639-3/kle> .

<http://lexvo.org/id/code/klf> lvont:means <http://lexvo.org/id/iso639-3/klf> .

<http://lexvo.org/id/code/klg> lvont:means <http://lexvo.org/id/iso639-3/kle>,
        <http://lexvo.org/id/iso639-3/klg> .

<http://lexvo.org/id/code/klh> lvont:means <http://lexvo.org/id/iso639-3/klh>,
        <http://lexvo.org/id/iso639-3/kls> .

<http://lexvo.org/id/code/kli> lvont:means <http://lexvo.org/id/iso639-3/kli>,
        <http://lexvo.org/id/iso639-3/lew> .

<http://lexvo.org/id/code/klj> lvont:means <http://lexvo.org/id/iso639-3/klj> .

<http://lexvo.org/id/code/klk> lvont:means <http://lexvo.org/id/iso639-3/klk>,
        <http://lexvo.org/id/iso639-3/xuo> .

<http://lexvo.org/id/code/kll> lvont:means <http://lexvo.org/id/iso639-3/bco>,
        <http://lexvo.org/id/iso639-3/kll> .

<http://lexvo.org/id/code/klm> lvont:means <http://lexvo.org/id/iso639-3/kla>,
        <http://lexvo.org/id/iso639-3/klm> .

<http://lexvo.org/id/code/kln> lvont:means <http://lexvo.org/id/iso639-3/kln>,
        <http://lexvo.org/id/iso639-3/kvw> .

<http://lexvo.org/id/code/klo> lvont:means <http://lexvo.org/id/iso639-3/klo> .

<http://lexvo.org/id/code/klp> lvont:means <http://lexvo.org/id/iso639-3/klp>,
        <http://lexvo.org/id/iso639-3/kyl> .

<http://lexvo.org/id/code/klq> lvont:means <http://lexvo.org/id/iso639-3/klq>,
        <http://lexvo.org/id/iso639-3/kmh> .

<http://lexvo.org/id/code/klr> lvont:means <http://lexvo.org/id/iso639-3/klr>,
        <http://lexvo.org/id/iso639-3/shm> .

<http://lexvo.org/id/code/kls> lvont:means <http://lexvo.org/id/iso639-3/fla>,
        <http://lexvo.org/id/iso639-3/kls> .

<http://lexvo.org/id/code/klt> lvont:means <http://lexvo.org/id/iso639-3/klt>,
        <http://lexvo.org/id/iso639-3/kzi> .

<http://lexvo.org/id/code/klu> lvont:means <http://lexvo.org/id/iso639-3/klu> .

<http://lexvo.org/id/code/klv> lvont:means <http://lexvo.org/id/iso639-3/kij>,
        <http://lexvo.org/id/iso639-3/klv> .

<http://lexvo.org/id/code/klw> lvont:means <http://lexvo.org/id/iso639-3/klb>,
        <http://lexvo.org/id/iso639-3/klw> .

<http://lexvo.org/id/code/klx> lvont:means <http://lexvo.org/id/iso639-3/klx> .

<http://lexvo.org/id/code/kly> lvont:means <http://lexvo.org/id/iso639-3/kly>,
        <http://lexvo.org/id/iso639-3/mwp> .

<http://lexvo.org/id/code/klz> lvont:means <http://lexvo.org/id/iso639-3/kck>,
        <http://lexvo.org/id/iso639-3/klz> .

<http://lexvo.org/id/code/km> lvont:means <http://lexvo.org/id/iso639-3/khm> .

<http://lexvo.org/id/code/kma> lvont:means <http://lexvo.org/id/iso639-3/kay>,
        <http://lexvo.org/id/iso639-3/kma> .

<http://lexvo.org/id/code/kmb> lvont:means <http://lexvo.org/id/iso639-3/kmb> .

<http://lexvo.org/id/code/kmc> lvont:means <http://lexvo.org/id/iso639-3/kmc> .

<http://lexvo.org/id/code/kmd> lvont:means <http://lexvo.org/id/iso639-3/kmd> .

<http://lexvo.org/id/code/kme> lvont:means <http://lexvo.org/id/iso639-3/kme> .

<http://lexvo.org/id/code/kmf> lvont:means <http://lexvo.org/id/iso639-3/kmf> .

<http://lexvo.org/id/code/kmg> lvont:means <http://lexvo.org/id/iso639-3/kmg> .

<http://lexvo.org/id/code/kmh> lvont:means <http://lexvo.org/id/iso639-3/kgj>,
        <http://lexvo.org/id/iso639-3/kmh> .

<http://lexvo.org/id/code/kmi> lvont:means <http://lexvo.org/id/iso639-3/kcu>,
        <http://lexvo.org/id/iso639-3/kmi> .

<http://lexvo.org/id/code/kmj> lvont:means <http://lexvo.org/id/iso639-3/kdj>,
        <http://lexvo.org/id/iso639-3/kmj> .

<http://lexvo.org/id/code/kmk> lvont:means <http://lexvo.org/id/iso639-3/kmk>,
        <http://lexvo.org/id/iso639-3/xal> .

<http://lexvo.org/id/code/kml> lvont:means <http://lexvo.org/id/iso639-3/kml> .

<http://lexvo.org/id/code/kmm> lvont:means <http://lexvo.org/id/iso639-3/kmm> .

<http://lexvo.org/id/code/kmn> lvont:means <http://lexvo.org/id/iso639-3/kmn>,
        <http://lexvo.org/id/iso639-3/kue> .

<http://lexvo.org/id/code/kmo> lvont:means <http://lexvo.org/id/iso639-3/kmo>,
        <http://lexvo.org/id/iso639-3/kpx> .

<http://lexvo.org/id/code/kmp> lvont:means <http://lexvo.org/id/iso639-3/kmp>,
        <http://lexvo.org/id/iso639-3/kup> .

<http://lexvo.org/id/code/kmq> lvont:means <http://lexvo.org/id/iso639-3/kmq> .

<http://lexvo.org/id/code/kmr> lvont:means <http://lexvo.org/id/iso639-3/kgq>,
        <http://lexvo.org/id/iso639-3/kmr> .

<http://lexvo.org/id/code/kms> lvont:means <http://lexvo.org/id/iso639-3/kms>,
        <http://lexvo.org/id/iso639-3/xas> .

<http://lexvo.org/id/code/kmt> lvont:means <http://lexvo.org/id/iso639-3/kmt> .

<http://lexvo.org/id/code/kmu> lvont:means <http://lexvo.org/id/iso639-3/kjg>,
        <http://lexvo.org/id/iso639-3/kmu> .

<http://lexvo.org/id/code/kmv> lvont:means <http://lexvo.org/id/iso639-3/kmv> .

<http://lexvo.org/id/code/kmw> lvont:means <http://lexvo.org/id/iso639-3/kmw>,
        <http://lexvo.org/id/iso639-3/xmu> .

<http://lexvo.org/id/code/kmx> lvont:means <http://lexvo.org/id/iso639-3/kmx> .

<http://lexvo.org/id/code/kmy> lvont:means <http://lexvo.org/id/iso639-3/kmy> .

<http://lexvo.org/id/code/kmz> lvont:means <http://lexvo.org/id/iso639-3/kmz> .

<http://lexvo.org/id/code/kn> lvont:means <http://lexvo.org/id/iso639-3/kan> .

<http://lexvo.org/id/code/kna> lvont:means <http://lexvo.org/id/iso639-3/kna>,
        <http://lexvo.org/id/iso639-3/ktn> .

<http://lexvo.org/id/code/knb> lvont:means <http://lexvo.org/id/iso639-3/khd>,
        <http://lexvo.org/id/iso639-3/knb> .

<http://lexvo.org/id/code/knc> lvont:means <http://lexvo.org/id/iso639-3/knc>,
        <http://lexvo.org/id/iso639-3/uwa> .

<http://lexvo.org/id/code/knd> lvont:means <http://lexvo.org/id/iso639-3/kan>,
        <http://lexvo.org/id/iso639-3/knd> .

<http://lexvo.org/id/code/kne> lvont:means <http://lexvo.org/id/iso639-3/kne> .

<http://lexvo.org/id/code/knf> lvont:means <http://lexvo.org/id/iso639-3/knf> .

<http://lexvo.org/id/code/kng> lvont:means <http://lexvo.org/id/iso639-3/kgp>,
        <http://lexvo.org/id/iso639-3/kng> .

<http://lexvo.org/id/code/kni> lvont:means <http://lexvo.org/id/iso639-3/kma>,
        <http://lexvo.org/id/iso639-3/kni> .

<http://lexvo.org/id/code/knj> lvont:means <http://lexvo.org/id/iso639-3/knj> .

<http://lexvo.org/id/code/knk> lvont:means <http://lexvo.org/id/iso639-3/kna>,
        <http://lexvo.org/id/iso639-3/knk> .

<http://lexvo.org/id/code/knl> lvont:means <http://lexvo.org/id/iso639-3/knl> .

<http://lexvo.org/id/code/knm> lvont:means <http://lexvo.org/id/iso639-3/knm>,
        <http://lexvo.org/id/iso639-3/kun> .

<http://lexvo.org/id/code/knn> lvont:means <http://lexvo.org/id/iso639-3/kfk>,
        <http://lexvo.org/id/iso639-3/knn> .

<http://lexvo.org/id/code/kno> lvont:means <http://lexvo.org/id/iso639-3/kno> .

<http://lexvo.org/id/code/knp> lvont:means <http://lexvo.org/id/iso639-3/kcd>,
        <http://lexvo.org/id/iso639-3/knp> .

<http://lexvo.org/id/code/knq> lvont:means <http://lexvo.org/id/iso639-3/knq> .

<http://lexvo.org/id/code/knr> lvont:means <http://lexvo.org/id/iso639-3/knc>,
        <http://lexvo.org/id/iso639-3/knr> .

<http://lexvo.org/id/code/kns> lvont:means <http://lexvo.org/id/iso639-3/kns> .

<http://lexvo.org/id/code/knt> lvont:means <http://lexvo.org/id/iso639-3/knt> .

<http://lexvo.org/id/code/knu> lvont:means <http://lexvo.org/id/iso639-3/knu>,
        <http://lexvo.org/id/iso639-3/kyx> .

<http://lexvo.org/id/code/knv> lvont:means <http://lexvo.org/id/iso639-3/knv> .

<http://lexvo.org/id/code/knw> lvont:means <http://lexvo.org/id/iso639-3/knw>,
        <http://lexvo.org/id/iso639-3/mjd> .

<http://lexvo.org/id/code/knx> lvont:means <http://lexvo.org/id/iso639-3/knx> .

<http://lexvo.org/id/code/kny> lvont:means <http://lexvo.org/id/iso639-3/kny> .

<http://lexvo.org/id/code/knz> lvont:means <http://lexvo.org/id/iso639-3/knz> .

<http://lexvo.org/id/code/ko> lvont:means <http://lexvo.org/id/iso639-3/kor> .

<http://lexvo.org/id/code/koa> lvont:means <http://lexvo.org/id/iso639-3/cku>,
        <http://lexvo.org/id/iso639-3/koa> .

<http://lexvo.org/id/code/koas1236> lvont:means <http://lexvo.org/id/iso639-3/cku> .

<http://lexvo.org/id/code/kob> lvont:means <http://lexvo.org/id/iso639-3/kpw> .

<http://lexvo.org/id/code/kobo1249> lvont:means <http://lexvo.org/id/iso639-3/kpw> .

<http://lexvo.org/id/code/koc> lvont:means <http://lexvo.org/id/iso639-3/koc> .

<http://lexvo.org/id/code/kod> lvont:means <http://lexvo.org/id/iso639-3/kfa>,
        <http://lexvo.org/id/iso639-3/kod> .

<http://lexvo.org/id/code/koda1255> lvont:means <http://lexvo.org/id/iso639-3/kfa> .

<http://lexvo.org/id/code/koe> lvont:means <http://lexvo.org/id/iso639-3/koe>,
        <http://lexvo.org/id/iso639-3/xwg> .

<http://lexvo.org/id/code/kof> lvont:means <http://lexvo.org/id/iso639-3/kof> .

<http://lexvo.org/id/code/kog> lvont:means <http://lexvo.org/id/iso639-3/kog> .

<http://lexvo.org/id/code/koh> lvont:means <http://lexvo.org/id/iso639-3/bcs>,
        <http://lexvo.org/id/iso639-3/koh> .

<http://lexvo.org/id/code/koho1244> lvont:means <http://lexvo.org/id/iso639-3/kpm> .

<http://lexvo.org/id/code/kohu1244> lvont:means <http://lexvo.org/id/iso639-3/bcs> .

<http://lexvo.org/id/code/koi> lvont:means <http://lexvo.org/id/iso639-3/kbk>,
        <http://lexvo.org/id/iso639-3/koi> .

<http://lexvo.org/id/code/koit1244> lvont:means <http://lexvo.org/id/iso639-3/kqi> .

<http://lexvo.org/id/code/koj> lvont:means <http://lexvo.org/id/iso639-3/koj> .

<http://lexvo.org/id/code/kok> lvont:means <http://lexvo.org/id/iso639-3/kok>,
        <http://lexvo.org/id/iso639-3/trp> .

<http://lexvo.org/id/code/koka1244> lvont:means <http://lexvo.org/id/iso639-3/ktd> .

<http://lexvo.org/id/code/kokb1239> lvont:means <http://lexvo.org/id/iso639-3/trp> .

<http://lexvo.org/id/code/koko1269> lvont:means <http://lexvo.org/id/iso639-3/kkk> .

<http://lexvo.org/id/code/kol> lvont:means <http://lexvo.org/id/iso639-3/kol> .

<http://lexvo.org/id/code/kola1285> lvont:means <http://lexvo.org/id/iso639-3/kvv> .

<http://lexvo.org/id/code/kols1241> lvont:means <http://lexvo.org/id/iso639-3/ksh> .

<http://lexvo.org/id/code/kom> lvont:means <http://lexvo.org/id/iso639-3/kom>,
        <http://lexvo.org/id/iso639-3/xom> .

<http://lexvo.org/id/code/komc1235> lvont:means <http://lexvo.org/id/iso639-3/bkm> .

<http://lexvo.org/id/code/komi1268> lvont:means <http://lexvo.org/id/iso639-3/kpv> .

<http://lexvo.org/id/code/komi1269> lvont:means <http://lexvo.org/id/iso639-3/koi> .

<http://lexvo.org/id/code/komo1258> lvont:means <http://lexvo.org/id/iso639-3/xom> .

<http://lexvo.org/id/code/kon> lvont:means <http://lexvo.org/id/iso639-3/kng>,
        <http://lexvo.org/id/iso639-3/kon> .

<http://lexvo.org/id/code/kond1295> lvont:means <http://lexvo.org/id/iso639-3/kfc> .

<http://lexvo.org/id/code/konk1267> lvont:means <http://lexvo.org/id/iso639-3/knn> .

<http://lexvo.org/id/code/konk1269> lvont:means <http://lexvo.org/id/iso639-3/xon> .

<http://lexvo.org/id/code/konn1242> lvont:means <http://lexvo.org/id/iso639-3/kma> .

<http://lexvo.org/id/code/koo> lvont:means <http://lexvo.org/id/iso639-3/koo>,
        <http://lexvo.org/id/iso639-3/kvv> .

<http://lexvo.org/id/code/koon1244> lvont:means <http://lexvo.org/id/iso639-3/kng> .

<http://lexvo.org/id/code/koor1239> lvont:means <http://lexvo.org/id/iso639-3/kqy> .

<http://lexvo.org/id/code/kop> lvont:means <http://lexvo.org/id/iso639-3/koi>,
        <http://lexvo.org/id/iso639-3/kop> .

<http://lexvo.org/id/code/koq> lvont:means <http://lexvo.org/id/iso639-3/koq> .

<http://lexvo.org/id/code/kor> lvont:means <http://lexvo.org/id/iso639-3/kor> .

<http://lexvo.org/id/code/kora1292> lvont:means <http://lexvo.org/id/iso639-3/kqz> .

<http://lexvo.org/id/code/kora1294> lvont:means <http://lexvo.org/id/iso639-3/kpr> .

<http://lexvo.org/id/code/kore1273> lvont:means <http://lexvo.org/id/iso639-3/kvk> .

<http://lexvo.org/id/code/kore1280> lvont:means <http://lexvo.org/id/iso639-3/kor> .

<http://lexvo.org/id/code/kore1283> lvont:means <http://lexvo.org/id/iso639-3/coe> .

<http://lexvo.org/id/code/kork1243> lvont:means <http://lexvo.org/id/iso639-3/kfq> .

<http://lexvo.org/id/code/koro1298> lvont:means <http://lexvo.org/id/iso639-3/kfz> .

<http://lexvo.org/id/code/kory1246> lvont:means <http://lexvo.org/id/iso639-3/kpy> .

<http://lexvo.org/id/code/kos> lvont:means <http://lexvo.org/id/iso639-3/kos> .

<http://lexvo.org/id/code/kosa1249> lvont:means <http://lexvo.org/id/iso639-3/kkl> .

<http://lexvo.org/id/code/kosr1238> lvont:means <http://lexvo.org/id/iso639-3/kos> .

<http://lexvo.org/id/code/kot> lvont:means <http://lexvo.org/id/iso639-3/kfe>,
        <http://lexvo.org/id/iso639-3/kot> .

<http://lexvo.org/id/code/kota1263> lvont:means <http://lexvo.org/id/iso639-3/kfe> .

<http://lexvo.org/id/code/koti1238> lvont:means <http://lexvo.org/id/iso639-3/eko> .

<http://lexvo.org/id/code/kou> lvont:means <http://lexvo.org/id/iso639-3/bkm>,
        <http://lexvo.org/id/iso639-3/kou> .

<http://lexvo.org/id/code/kov> lvont:means <http://lexvo.org/id/iso639-3/kov> .

<http://lexvo.org/id/code/kow> lvont:means <http://lexvo.org/id/iso639-3/kow>,
        <http://lexvo.org/id/iso639-3/kst> .

<http://lexvo.org/id/code/kox> lvont:means <http://lexvo.org/id/iso639-3/kox> .

<http://lexvo.org/id/code/koy> lvont:means <http://lexvo.org/id/iso639-3/kff>,
        <http://lexvo.org/id/iso639-3/koy> .

<http://lexvo.org/id/code/koya1251> lvont:means <http://lexvo.org/id/iso639-3/kff> .

<http://lexvo.org/id/code/koyr1240> lvont:means <http://lexvo.org/id/iso639-3/khq> .

<http://lexvo.org/id/code/koyr1242> lvont:means <http://lexvo.org/id/iso639-3/ses> .

<http://lexvo.org/id/code/koyu1237> lvont:means <http://lexvo.org/id/iso639-3/koy> .

<http://lexvo.org/id/code/koz> lvont:means <http://lexvo.org/id/iso639-3/koz> .

<http://lexvo.org/id/code/kpa> lvont:means <http://lexvo.org/id/iso639-3/kpa>,
        <http://lexvo.org/id/iso639-3/kpk> .

<http://lexvo.org/id/code/kpan1246> lvont:means <http://lexvo.org/id/iso639-3/kpk> .

<http://lexvo.org/id/code/kpb> lvont:means <http://lexvo.org/id/iso639-3/kpb> .

<http://lexvo.org/id/code/kpc> lvont:means <http://lexvo.org/id/iso639-3/kpc> .

<http://lexvo.org/id/code/kpd> lvont:means <http://lexvo.org/id/iso639-3/kpd> .

<http://lexvo.org/id/code/kpe> lvont:means <http://lexvo.org/id/iso639-3/kpe>,
        <http://lexvo.org/id/iso639-3/xpe> .

<http://lexvo.org/id/code/kpf> lvont:means <http://lexvo.org/id/iso639-3/kpf> .

<http://lexvo.org/id/code/kpg> lvont:means <http://lexvo.org/id/iso639-3/kpg> .

<http://lexvo.org/id/code/kph> lvont:means <http://lexvo.org/id/iso639-3/kph> .

<http://lexvo.org/id/code/kpi> lvont:means <http://lexvo.org/id/iso639-3/kpi> .

<http://lexvo.org/id/code/kpj> lvont:means <http://lexvo.org/id/iso639-3/kpj> .

<http://lexvo.org/id/code/kpk> lvont:means <http://lexvo.org/id/iso639-3/kpk> .

<http://lexvo.org/id/code/kpl> lvont:means <http://lexvo.org/id/iso639-3/kpl> .

<http://lexvo.org/id/code/kpm> lvont:means <http://lexvo.org/id/iso639-3/kpm>,
        <http://lexvo.org/id/iso639-3/pam> .

<http://lexvo.org/id/code/kpn> lvont:means <http://lexvo.org/id/iso639-3/kpg>,
        <http://lexvo.org/id/iso639-3/kpn> .

<http://lexvo.org/id/code/kpo> lvont:means <http://lexvo.org/id/iso639-3/kpo> .

<http://lexvo.org/id/code/kpq> lvont:means <http://lexvo.org/id/iso639-3/kpq> .

<http://lexvo.org/id/code/kpr> lvont:means <http://lexvo.org/id/iso639-3/kpr> .

<http://lexvo.org/id/code/kps> lvont:means <http://lexvo.org/id/iso639-3/kps> .

<http://lexvo.org/id/code/kpt> lvont:means <http://lexvo.org/id/iso639-3/kpt> .

<http://lexvo.org/id/code/kpu> lvont:means <http://lexvo.org/id/iso639-3/kpu> .

<http://lexvo.org/id/code/kpv> lvont:means <http://lexvo.org/id/iso639-3/kpv> .

<http://lexvo.org/id/code/kpw> lvont:means <http://lexvo.org/id/iso639-3/kpw> .

<http://lexvo.org/id/code/kpx> lvont:means <http://lexvo.org/id/iso639-3/kpx> .

<http://lexvo.org/id/code/kpy> lvont:means <http://lexvo.org/id/iso639-3/kpy> .

<http://lexvo.org/id/code/kpz> lvont:means <http://lexvo.org/id/iso639-3/kpz> .

<http://lexvo.org/id/code/kqa> lvont:means <http://lexvo.org/id/iso639-3/kqa> .

<http://lexvo.org/id/code/kqb> lvont:means <http://lexvo.org/id/iso639-3/kqb> .

<http://lexvo.org/id/code/kqc> lvont:means <http://lexvo.org/id/iso639-3/kqc> .

<http://lexvo.org/id/code/kqd> lvont:means <http://lexvo.org/id/iso639-3/kqd> .

<http://lexvo.org/id/code/kqe> lvont:means <http://lexvo.org/id/iso639-3/kqe> .

<http://lexvo.org/id/code/kqf> lvont:means <http://lexvo.org/id/iso639-3/kqf> .

<http://lexvo.org/id/code/kqg> lvont:means <http://lexvo.org/id/iso639-3/kqg> .

<http://lexvo.org/id/code/kqh> lvont:means <http://lexvo.org/id/iso639-3/kqh> .

<http://lexvo.org/id/code/kqi> lvont:means <http://lexvo.org/id/iso639-3/kqi> .

<http://lexvo.org/id/code/kqj> lvont:means <http://lexvo.org/id/iso639-3/kqj> .

<http://lexvo.org/id/code/kqk> lvont:means <http://lexvo.org/id/iso639-3/kqk> .

<http://lexvo.org/id/code/kql> lvont:means <http://lexvo.org/id/iso639-3/kql> .

<http://lexvo.org/id/code/kqm> lvont:means <http://lexvo.org/id/iso639-3/kqm> .

<http://lexvo.org/id/code/kqn> lvont:means <http://lexvo.org/id/iso639-3/kqn> .

<http://lexvo.org/id/code/kqo> lvont:means <http://lexvo.org/id/iso639-3/kqo> .

<http://lexvo.org/id/code/kqp> lvont:means <http://lexvo.org/id/iso639-3/kqp> .

<http://lexvo.org/id/code/kqq> lvont:means <http://lexvo.org/id/iso639-3/kqq> .

<http://lexvo.org/id/code/kqr> lvont:means <http://lexvo.org/id/iso639-3/kqr> .

<http://lexvo.org/id/code/kqs> lvont:means <http://lexvo.org/id/iso639-3/kqs> .

<http://lexvo.org/id/code/kqt> lvont:means <http://lexvo.org/id/iso639-3/kqt> .

<http://lexvo.org/id/code/kqu> lvont:means <http://lexvo.org/id/iso639-3/kqu> .

<http://lexvo.org/id/code/kqv> lvont:means <http://lexvo.org/id/iso639-3/kqv> .

<http://lexvo.org/id/code/kqw> lvont:means <http://lexvo.org/id/iso639-3/kqw> .

<http://lexvo.org/id/code/kqx> lvont:means <http://lexvo.org/id/iso639-3/kqx> .

<http://lexvo.org/id/code/kqy> lvont:means <http://lexvo.org/id/iso639-3/kqy> .

<http://lexvo.org/id/code/kqz> lvont:means <http://lexvo.org/id/iso639-3/kqz> .

<http://lexvo.org/id/code/kr> lvont:means <http://lexvo.org/id/iso639-3/kau> .

<http://lexvo.org/id/code/kra> lvont:means <http://lexvo.org/id/iso639-3/kra>,
        <http://lexvo.org/id/iso639-3/leu> .

<http://lexvo.org/id/code/krah1246> lvont:means <http://lexvo.org/id/iso639-3/xra> .

<http://lexvo.org/id/code/krb> lvont:means <http://lexvo.org/id/iso639-3/gil>,
        <http://lexvo.org/id/iso639-3/krb> .

<http://lexvo.org/id/code/krc> lvont:means <http://lexvo.org/id/iso639-3/krc> .

<http://lexvo.org/id/code/krd> lvont:means <http://lexvo.org/id/iso639-3/kmr>,
        <http://lexvo.org/id/iso639-3/krd> .

<http://lexvo.org/id/code/kre> lvont:means <http://lexvo.org/id/iso639-3/kre>,
        <http://lexvo.org/id/iso639-3/krs> .

<http://lexvo.org/id/code/krf> lvont:means <http://lexvo.org/id/iso639-3/kpr>,
        <http://lexvo.org/id/iso639-3/krf> .

<http://lexvo.org/id/code/krg> lvont:means <http://lexvo.org/id/iso639-3/sna> .

<http://lexvo.org/id/code/krh> lvont:means <http://lexvo.org/id/iso639-3/krh>,
        <http://lexvo.org/id/iso639-3/xra> .

<http://lexvo.org/id/code/kri> lvont:means <http://lexvo.org/id/iso639-3/kri>,
        <http://lexvo.org/id/iso639-3/kzw> .

<http://lexvo.org/id/code/kris1246> lvont:means <http://lexvo.org/id/iso639-3/ksi> .

<http://lexvo.org/id/code/krj> lvont:means <http://lexvo.org/id/iso639-3/gbd>,
        <http://lexvo.org/id/iso639-3/krj> .

<http://lexvo.org/id/code/krk> lvont:means <http://lexvo.org/id/iso639-3/krk>,
        <http://lexvo.org/id/iso639-3/kyh> .

<http://lexvo.org/id/code/krl> lvont:means <http://lexvo.org/id/iso639-3/krl> .

<http://lexvo.org/id/code/krm> lvont:means <http://lexvo.org/id/iso639-3/kdr>,
        <http://lexvo.org/id/iso639-3/krm> .

<http://lexvo.org/id/code/krn> lvont:means <http://lexvo.org/id/iso639-3/kqz>,
        <http://lexvo.org/id/iso639-3/krn> .

<http://lexvo.org/id/code/kro> lvont:means <http://lexvo.org/id/iso639-3/kgo>,
        <http://lexvo.org/id/iso639-5/kro> .

<http://lexvo.org/id/code/kron1241> lvont:means <http://lexvo.org/id/iso639-3/kgo> .

<http://lexvo.org/id/code/krp> lvont:means <http://lexvo.org/id/iso639-3/krp> .

<http://lexvo.org/id/code/krq> lvont:means <http://lexvo.org/id/iso639-3/krk> .

<http://lexvo.org/id/code/krr> lvont:means <http://lexvo.org/id/iso639-3/krr>,
        <http://lexvo.org/id/iso639-3/kxa> .

<http://lexvo.org/id/code/krs> lvont:means <http://lexvo.org/id/iso639-3/krs> .

<http://lexvo.org/id/code/krt> lvont:means <http://lexvo.org/id/iso639-3/kpt>,
        <http://lexvo.org/id/iso639-3/krt> .

<http://lexvo.org/id/code/kru> lvont:means <http://lexvo.org/id/iso639-3/kru> .

<http://lexvo.org/id/code/krv> lvont:means <http://lexvo.org/id/iso639-3/krv> .

<http://lexvo.org/id/code/krw> lvont:means <http://lexvo.org/id/iso639-3/krw> .

<http://lexvo.org/id/code/krx> lvont:means <http://lexvo.org/id/iso639-3/krx> .

<http://lexvo.org/id/code/kry> lvont:means <http://lexvo.org/id/iso639-3/kpy>,
        <http://lexvo.org/id/iso639-3/kry> .

<http://lexvo.org/id/code/kryt1240> lvont:means <http://lexvo.org/id/iso639-3/kry> .

<http://lexvo.org/id/code/krz> lvont:means <http://lexvo.org/id/iso639-3/kry>,
        <http://lexvo.org/id/iso639-3/krz> .

<http://lexvo.org/id/code/ks> lvont:means <http://lexvo.org/id/iso639-3/kas> .

<http://lexvo.org/id/code/ksa> lvont:means <http://lexvo.org/id/iso639-3/kee>,
        <http://lexvo.org/id/iso639-3/ksa> .

<http://lexvo.org/id/code/ksb> lvont:means <http://lexvo.org/id/iso639-3/ksb> .

<http://lexvo.org/id/code/ksc> lvont:means <http://lexvo.org/id/iso639-3/ksc> .

<http://lexvo.org/id/code/ksd> lvont:means <http://lexvo.org/id/iso639-3/ksd> .

<http://lexvo.org/id/code/kse> lvont:means <http://lexvo.org/id/iso639-3/kse>,
        <http://lexvo.org/id/iso639-3/ses> .

<http://lexvo.org/id/code/ksf> lvont:means <http://lexvo.org/id/iso639-3/ksf> .

<http://lexvo.org/id/code/ksg> lvont:means <http://lexvo.org/id/iso639-3/ksg>,
        <http://lexvo.org/id/iso639-3/ksw> .

<http://lexvo.org/id/code/ksh> lvont:means <http://lexvo.org/id/iso639-3/kju>,
        <http://lexvo.org/id/iso639-3/ksh> .

<http://lexvo.org/id/code/ksi> lvont:means <http://lexvo.org/id/iso639-3/ksi>,
        <http://lexvo.org/id/iso639-3/puo> .

<http://lexvo.org/id/code/ksj> lvont:means <http://lexvo.org/id/iso639-3/ksj> .

<http://lexvo.org/id/code/ksk> lvont:means <http://lexvo.org/id/iso639-3/ksk> .

<http://lexvo.org/id/code/ksl> lvont:means <http://lexvo.org/id/iso639-3/ksl>,
        <http://lexvo.org/id/iso639-3/xki> .

<http://lexvo.org/id/code/ksm> lvont:means <http://lexvo.org/id/iso639-3/ksm>,
        <http://lexvo.org/id/iso639-3/xsm> .

<http://lexvo.org/id/code/ksn> lvont:means <http://lexvo.org/id/iso639-3/ksn> .

<http://lexvo.org/id/code/kso> lvont:means <http://lexvo.org/id/iso639-3/kso> .

<http://lexvo.org/id/code/ksp> lvont:means <http://lexvo.org/id/iso639-3/kia>,
        <http://lexvo.org/id/iso639-3/ksp> .

<http://lexvo.org/id/code/ksq> lvont:means <http://lexvo.org/id/iso639-3/ksq> .

<http://lexvo.org/id/code/ksr> lvont:means <http://lexvo.org/id/iso639-3/kje>,
        <http://lexvo.org/id/iso639-3/ksr> .

<http://lexvo.org/id/code/kss> lvont:means <http://lexvo.org/id/iso639-3/kss> .

<http://lexvo.org/id/code/kst> lvont:means <http://lexvo.org/id/iso639-3/kst> .

<http://lexvo.org/id/code/ksu> lvont:means <http://lexvo.org/id/iso639-3/csb>,
        <http://lexvo.org/id/iso639-3/ksu> .

<http://lexvo.org/id/code/ksv> lvont:means <http://lexvo.org/id/iso639-3/ksv> .

<http://lexvo.org/id/code/ksw> lvont:means <http://lexvo.org/id/iso639-3/ksw> .

<http://lexvo.org/id/code/ksx> lvont:means <http://lexvo.org/id/iso639-3/ksx> .

<http://lexvo.org/id/code/ksy> lvont:means <http://lexvo.org/id/iso639-3/ksy> .

<http://lexvo.org/id/code/ksz> lvont:means <http://lexvo.org/id/iso639-3/ksz> .

<http://lexvo.org/id/code/kta> lvont:means <http://lexvo.org/id/iso639-3/kqi>,
        <http://lexvo.org/id/iso639-3/kta> .

<http://lexvo.org/id/code/ktb> lvont:means <http://lexvo.org/id/iso639-3/ktb>,
        <http://lexvo.org/id/iso639-3/ktu> .

<http://lexvo.org/id/code/ktc> lvont:means <http://lexvo.org/id/iso639-3/ktc>,
        <http://lexvo.org/id/iso639-3/xtc> .

<http://lexvo.org/id/code/ktd> lvont:means <http://lexvo.org/id/iso639-3/ktd> .

<http://lexvo.org/id/code/kte> lvont:means <http://lexvo.org/id/iso639-3/kcv>,
        <http://lexvo.org/id/iso639-3/kte> .

<http://lexvo.org/id/code/ktf> lvont:means <http://lexvo.org/id/iso639-3/ktf> .

<http://lexvo.org/id/code/ktg> lvont:means <http://lexvo.org/id/iso639-3/ktg> .

<http://lexvo.org/id/code/kth> lvont:means <http://lexvo.org/id/iso639-3/gwi>,
        <http://lexvo.org/id/iso639-3/kth> .

<http://lexvo.org/id/code/kti> lvont:means <http://lexvo.org/id/iso639-3/kti>,
        <http://lexvo.org/id/iso639-3/yon> .

<http://lexvo.org/id/code/ktj> lvont:means <http://lexvo.org/id/iso639-3/ktj> .

<http://lexvo.org/id/code/ktk> lvont:means <http://lexvo.org/id/iso639-3/aal>,
        <http://lexvo.org/id/iso639-3/ktk> .

<http://lexvo.org/id/code/ktl> lvont:means <http://lexvo.org/id/iso639-3/kcr>,
        <http://lexvo.org/id/iso639-3/ktl> .

<http://lexvo.org/id/code/ktm> lvont:means <http://lexvo.org/id/iso639-3/ktm> .

<http://lexvo.org/id/code/ktn> lvont:means <http://lexvo.org/id/iso639-3/ktn>,
        <http://lexvo.org/id/iso639-3/xte> .

<http://lexvo.org/id/code/kto> lvont:means <http://lexvo.org/id/iso639-3/kto>,
        <http://lexvo.org/id/iso639-3/ktw> .

<http://lexvo.org/id/code/ktp> lvont:means <http://lexvo.org/id/iso639-3/ktp> .

<http://lexvo.org/id/code/ktq> lvont:means <http://lexvo.org/id/iso639-3/ktq> .

<http://lexvo.org/id/code/ktr> lvont:means <http://lexvo.org/id/iso639-3/ktr> .

<http://lexvo.org/id/code/kts> lvont:means <http://lexvo.org/id/iso639-3/kts> .

<http://lexvo.org/id/code/ktt> lvont:means <http://lexvo.org/id/iso639-3/ktt> .

<http://lexvo.org/id/code/ktu> lvont:means <http://lexvo.org/id/iso639-3/ktu> .

<http://lexvo.org/id/code/ktv> lvont:means <http://lexvo.org/id/iso639-3/ktv> .

<http://lexvo.org/id/code/ktw> lvont:means <http://lexvo.org/id/iso639-3/ktw> .

<http://lexvo.org/id/code/ktx> lvont:means <http://lexvo.org/id/iso639-3/ktx> .

<http://lexvo.org/id/code/kty> lvont:means <http://lexvo.org/id/iso639-3/kca>,
        <http://lexvo.org/id/iso639-3/kty> .

<http://lexvo.org/id/code/ktz> lvont:means <http://lexvo.org/id/iso639-3/bsh>,
        <http://lexvo.org/id/iso639-3/ktz> .

<http://lexvo.org/id/code/ku> lvont:means <http://lexvo.org/id/iso639-3/kur> .

<http://lexvo.org/id/code/kua> lvont:means <http://lexvo.org/id/iso639-3/kua> .

<http://lexvo.org/id/code/kuan1248> lvont:means <http://lexvo.org/id/iso639-3/ksd> .

<http://lexvo.org/id/code/kub> lvont:means <http://lexvo.org/id/iso639-3/kub> .

<http://lexvo.org/id/code/kuc> lvont:means <http://lexvo.org/id/iso639-3/kuc> .

<http://lexvo.org/id/code/kud> lvont:means <http://lexvo.org/id/iso639-3/kud> .

<http://lexvo.org/id/code/kue> lvont:means <http://lexvo.org/id/iso639-3/kue> .

<http://lexvo.org/id/code/kuf> lvont:means <http://lexvo.org/id/iso639-3/kuf> .

<http://lexvo.org/id/code/kug> lvont:means <http://lexvo.org/id/iso639-3/cmn>,
        <http://lexvo.org/id/iso639-3/kug> .

<http://lexvo.org/id/code/kuh> lvont:means <http://lexvo.org/id/iso639-3/kuh> .

<http://lexvo.org/id/code/kui> lvont:means <http://lexvo.org/id/iso639-3/kui>,
        <http://lexvo.org/id/iso639-3/kxu> .

<http://lexvo.org/id/code/kuii1252> lvont:means <http://lexvo.org/id/iso639-3/kxu> .

<http://lexvo.org/id/code/kuii1253> lvont:means <http://lexvo.org/id/iso639-3/kvd> .

<http://lexvo.org/id/code/kuj> lvont:means <http://lexvo.org/id/iso639-3/kuj> .

<http://lexvo.org/id/code/kuk> lvont:means <http://lexvo.org/id/iso639-3/bfa>,
        <http://lexvo.org/id/iso639-3/kuk> .

<http://lexvo.org/id/code/kukn1238> lvont:means <http://lexvo.org/id/iso639-3/kex> .

<http://lexvo.org/id/code/kuku1273> lvont:means <http://lexvo.org/id/iso639-3/gvn> .

<http://lexvo.org/id/code/kuku1280> lvont:means <http://lexvo.org/id/iso639-3/uwa> .

<http://lexvo.org/id/code/kul> lvont:means <http://lexvo.org/id/iso639-3/kul> .

<http://lexvo.org/id/code/kulu1253> lvont:means <http://lexvo.org/id/iso639-3/kle> .

<http://lexvo.org/id/code/kum> lvont:means <http://lexvo.org/id/iso639-3/kfy>,
        <http://lexvo.org/id/iso639-3/kum> .

<http://lexvo.org/id/code/kuma1273> lvont:means <http://lexvo.org/id/iso639-3/kfy> .

<http://lexvo.org/id/code/kuma1274> lvont:means <http://lexvo.org/id/iso639-3/kmj> .

<http://lexvo.org/id/code/kuma1276> lvont:means <http://lexvo.org/id/iso639-3/nee> .

<http://lexvo.org/id/code/kuma1280> lvont:means <http://lexvo.org/id/iso639-3/kue> .

<http://lexvo.org/id/code/kumb1268> lvont:means <http://lexvo.org/id/iso639-3/kgs> .

<http://lexvo.org/id/code/kumi1248> lvont:means <http://lexvo.org/id/iso639-3/dih> .

<http://lexvo.org/id/code/kumy1244> lvont:means <http://lexvo.org/id/iso639-3/kum> .

<http://lexvo.org/id/code/kun> lvont:means <http://lexvo.org/id/iso639-3/kun>,
        <http://lexvo.org/id/iso639-3/kvn> .

<http://lexvo.org/id/code/kuna1268> lvont:means <http://lexvo.org/id/iso639-3/kun> .

<http://lexvo.org/id/code/kunb1251> lvont:means <http://lexvo.org/id/iso639-3/wlg> .

<http://lexvo.org/id/code/kung1261> lvont:means <http://lexvo.org/id/iso639-3/knw> .

<http://lexvo.org/id/code/kuni1265> lvont:means <http://lexvo.org/id/iso639-3/kvg> .

<http://lexvo.org/id/code/kuni1267> lvont:means <http://lexvo.org/id/iso639-3/kup> .

<http://lexvo.org/id/code/kunj1245> lvont:means <http://lexvo.org/id/iso639-3/kjn> .

<http://lexvo.org/id/code/kunz1244> lvont:means <http://lexvo.org/id/iso639-3/kuz> .

<http://lexvo.org/id/code/kuo> lvont:means <http://lexvo.org/id/iso639-3/kto>,
        <http://lexvo.org/id/iso639-3/kuo> .

<http://lexvo.org/id/code/kuoo1238> lvont:means <http://lexvo.org/id/iso639-3/xuo> .

<http://lexvo.org/id/code/kuot1243> lvont:means <http://lexvo.org/id/iso639-3/kto> .

<http://lexvo.org/id/code/kup> lvont:means <http://lexvo.org/id/iso639-3/kup> .

<http://lexvo.org/id/code/kups1238> lvont:means <http://lexvo.org/id/iso639-3/kpz> .

<http://lexvo.org/id/code/kuq> lvont:means <http://lexvo.org/id/iso639-3/kum>,
        <http://lexvo.org/id/iso639-3/kuq> .

<http://lexvo.org/id/code/kur> lvont:means <http://lexvo.org/id/iso639-3/kru>,
        <http://lexvo.org/id/iso639-3/kur> .

<http://lexvo.org/id/code/kura1250> lvont:means <http://lexvo.org/id/iso639-3/knk> .

<http://lexvo.org/id/code/kuru1302> lvont:means <http://lexvo.org/id/iso639-3/kru> .

<http://lexvo.org/id/code/kus> lvont:means <http://lexvo.org/id/iso639-3/kgg>,
        <http://lexvo.org/id/iso639-3/kos>,
        <http://lexvo.org/id/iso639-3/kus> .

<http://lexvo.org/id/code/kusu1250> lvont:means <http://lexvo.org/id/iso639-3/kgg> .

<http://lexvo.org/id/code/kut> lvont:means <http://lexvo.org/id/iso639-3/kut> .

<http://lexvo.org/id/code/kute1249> lvont:means <http://lexvo.org/id/iso639-3/kut> .

<http://lexvo.org/id/code/kuu> lvont:means <http://lexvo.org/id/iso639-3/kuu>,
        <http://lexvo.org/id/iso639-3/kuy> .

<http://lexvo.org/id/code/kuuk1238> lvont:means <http://lexvo.org/id/iso639-3/kuy> .

<http://lexvo.org/id/code/kuv> lvont:means <http://lexvo.org/id/iso639-3/kuv>,
        <http://lexvo.org/id/iso639-3/kxv> .

<http://lexvo.org/id/code/kuvi1243> lvont:means <http://lexvo.org/id/iso639-3/kxv> .

<http://lexvo.org/id/code/kuw> lvont:means <http://lexvo.org/id/iso639-3/kuw> .

<http://lexvo.org/id/code/kux> lvont:means <http://lexvo.org/id/iso639-3/kux> .

<http://lexvo.org/id/code/kuy> lvont:means <http://lexvo.org/id/iso639-3/kuy>,
        <http://lexvo.org/id/iso639-3/vkt> .

<http://lexvo.org/id/code/kuz> lvont:means <http://lexvo.org/id/iso639-3/kuz>,
        <http://lexvo.org/id/iso639-3/mbt> .

<http://lexvo.org/id/code/kv> lvont:means <http://lexvo.org/id/iso639-3/kom> .

<http://lexvo.org/id/code/kva> lvont:means <http://lexvo.org/id/iso639-3/kva> .

<http://lexvo.org/id/code/kvb> lvont:means <http://lexvo.org/id/iso639-3/kvb> .

<http://lexvo.org/id/code/kvc> lvont:means <http://lexvo.org/id/iso639-3/kvc> .

<http://lexvo.org/id/code/kvd> lvont:means <http://lexvo.org/id/iso639-3/kvd> .

<http://lexvo.org/id/code/kve> lvont:means <http://lexvo.org/id/iso639-3/kve> .

<http://lexvo.org/id/code/kvf> lvont:means <http://lexvo.org/id/iso639-3/kvf> .

<http://lexvo.org/id/code/kvg> lvont:means <http://lexvo.org/id/iso639-3/kvg> .

<http://lexvo.org/id/code/kvh> lvont:means <http://lexvo.org/id/iso639-3/kvh> .

<http://lexvo.org/id/code/kvi> lvont:means <http://lexvo.org/id/iso639-3/kvi> .

<http://lexvo.org/id/code/kvj> lvont:means <http://lexvo.org/id/iso639-3/kvj> .

<http://lexvo.org/id/code/kvk> lvont:means <http://lexvo.org/id/iso639-3/kvk> .

<http://lexvo.org/id/code/kvl> lvont:means <http://lexvo.org/id/iso639-3/kvl> .

<http://lexvo.org/id/code/kvm> lvont:means <http://lexvo.org/id/iso639-3/kvm> .

<http://lexvo.org/id/code/kvn> lvont:means <http://lexvo.org/id/iso639-3/kvn> .

<http://lexvo.org/id/code/kvo> lvont:means <http://lexvo.org/id/iso639-3/kvo> .

<http://lexvo.org/id/code/kvp> lvont:means <http://lexvo.org/id/iso639-3/kvp> .

<http://lexvo.org/id/code/kvq> lvont:means <http://lexvo.org/id/iso639-3/kvq> .

<http://lexvo.org/id/code/kvr> lvont:means <http://lexvo.org/id/iso639-3/kvr> .

<http://lexvo.org/id/code/kvs> lvont:means <http://lexvo.org/id/iso639-3/kvs> .

<http://lexvo.org/id/code/kvt> lvont:means <http://lexvo.org/id/iso639-3/kvt> .

<http://lexvo.org/id/code/kvu> lvont:means <http://lexvo.org/id/iso639-3/kvu> .

<http://lexvo.org/id/code/kvv> lvont:means <http://lexvo.org/id/iso639-3/kvv> .

<http://lexvo.org/id/code/kvw> lvont:means <http://lexvo.org/id/iso639-3/kvw> .

<http://lexvo.org/id/code/kvx> lvont:means <http://lexvo.org/id/iso639-3/kvx> .

<http://lexvo.org/id/code/kvy> lvont:means <http://lexvo.org/id/iso639-3/kvy> .

<http://lexvo.org/id/code/kvz> lvont:means <http://lexvo.org/id/iso639-3/kvz> .

<http://lexvo.org/id/code/kw> lvont:means <http://lexvo.org/id/iso639-3/cor> .

<http://lexvo.org/id/code/kwa> lvont:means <http://lexvo.org/id/iso639-3/kwa>,
        <http://lexvo.org/id/iso639-3/kwd> .

<http://lexvo.org/id/code/kwaa1269> lvont:means <http://lexvo.org/id/iso639-3/ksq> .

<http://lexvo.org/id/code/kwai1243> lvont:means <http://lexvo.org/id/iso639-3/kwd> .

<http://lexvo.org/id/code/kwak1269> lvont:means <http://lexvo.org/id/iso639-3/kwk> .

<http://lexvo.org/id/code/kwam1252> lvont:means <http://lexvo.org/id/iso639-3/tnk> .

<http://lexvo.org/id/code/kwan1273> lvont:means <http://lexvo.org/id/iso639-3/kwn> .

<http://lexvo.org/id/code/kwas1243> lvont:means <http://lexvo.org/id/iso639-3/nmg> .

<http://lexvo.org/id/code/kwb> lvont:means <http://lexvo.org/id/iso639-3/kwb>,
        <http://lexvo.org/id/iso639-3/kwe> .

<http://lexvo.org/id/code/kwc> lvont:means <http://lexvo.org/id/iso639-3/kwc> .

<http://lexvo.org/id/code/kwd> lvont:means <http://lexvo.org/id/iso639-3/kwd> .

<http://lexvo.org/id/code/kwe> lvont:means <http://lexvo.org/id/iso639-3/knj>,
        <http://lexvo.org/id/iso639-3/kwe> .

<http://lexvo.org/id/code/kweg1241> lvont:means <http://lexvo.org/id/iso639-3/xwg> .

<http://lexvo.org/id/code/kwf> lvont:means <http://lexvo.org/id/iso639-3/kwf> .

<http://lexvo.org/id/code/kwg> lvont:means <http://lexvo.org/id/iso639-3/kwg> .

<http://lexvo.org/id/code/kwh> lvont:means <http://lexvo.org/id/iso639-3/kwh> .

<http://lexvo.org/id/code/kwi> lvont:means <http://lexvo.org/id/iso639-3/kwi> .

<http://lexvo.org/id/code/kwin1241> lvont:means <http://lexvo.org/id/iso639-3/gww> .

<http://lexvo.org/id/code/kwj> lvont:means <http://lexvo.org/id/iso639-3/kwj> .

<http://lexvo.org/id/code/kwk> lvont:means <http://lexvo.org/id/iso639-3/kwk> .

<http://lexvo.org/id/code/kwl> lvont:means <http://lexvo.org/id/iso639-3/kwl> .

<http://lexvo.org/id/code/kwm> lvont:means <http://lexvo.org/id/iso639-3/ksq>,
        <http://lexvo.org/id/iso639-3/kwm> .

<http://lexvo.org/id/code/kwn> lvont:means <http://lexvo.org/id/iso639-3/kwn> .

<http://lexvo.org/id/code/kwo> lvont:means <http://lexvo.org/id/iso639-3/kmo>,
        <http://lexvo.org/id/iso639-3/kwo> .

<http://lexvo.org/id/code/kwom1262> lvont:means <http://lexvo.org/id/iso639-3/kmo> .

<http://lexvo.org/id/code/kwp> lvont:means <http://lexvo.org/id/iso639-3/kwp> .

<http://lexvo.org/id/code/kwq> lvont:means <http://lexvo.org/id/iso639-3/kwq> .

<http://lexvo.org/id/code/kwr> lvont:means <http://lexvo.org/id/iso639-3/kwr>,
        <http://lexvo.org/id/iso639-3/tnk> .

<http://lexvo.org/id/code/kws> lvont:means <http://lexvo.org/id/iso639-3/kws>,
        <http://lexvo.org/id/iso639-3/xaw> .

<http://lexvo.org/id/code/kwt> lvont:means <http://lexvo.org/id/iso639-3/kwt> .

<http://lexvo.org/id/code/kwu> lvont:means <http://lexvo.org/id/iso639-3/kwu> .

<http://lexvo.org/id/code/kwv> lvont:means <http://lexvo.org/id/iso639-3/kwv> .

<http://lexvo.org/id/code/kww> lvont:means <http://lexvo.org/id/iso639-3/kww> .

<http://lexvo.org/id/code/kwx> lvont:means <http://lexvo.org/id/iso639-3/kwx> .

<http://lexvo.org/id/code/kwy> lvont:means <http://lexvo.org/id/iso639-3/kwy> .

<http://lexvo.org/id/code/kwz> lvont:means <http://lexvo.org/id/iso639-3/kwz> .

<http://lexvo.org/id/code/kxa> lvont:means <http://lexvo.org/id/iso639-3/kxa> .

<http://lexvo.org/id/code/kxb> lvont:means <http://lexvo.org/id/iso639-3/kxb> .

<http://lexvo.org/id/code/kxc> lvont:means <http://lexvo.org/id/iso639-3/kxc> .

<http://lexvo.org/id/code/kxd> lvont:means <http://lexvo.org/id/iso639-3/kxd> .

<http://lexvo.org/id/code/kxe> lvont:means <http://lexvo.org/id/iso639-3/kxe> .

<http://lexvo.org/id/code/kxf> lvont:means <http://lexvo.org/id/iso639-3/kxf> .

<http://lexvo.org/id/code/kxh> lvont:means <http://lexvo.org/id/iso639-3/kxh> .

<http://lexvo.org/id/code/kxi> lvont:means <http://lexvo.org/id/iso639-3/kxi> .

<http://lexvo.org/id/code/kxj> lvont:means <http://lexvo.org/id/iso639-3/kxj> .

<http://lexvo.org/id/code/kxk> lvont:means <http://lexvo.org/id/iso639-3/kxk> .

<http://lexvo.org/id/code/kxl> lvont:means <http://lexvo.org/id/iso639-3/kxl> .

<http://lexvo.org/id/code/kxm> lvont:means <http://lexvo.org/id/iso639-3/kxm> .

<http://lexvo.org/id/code/kxn> lvont:means <http://lexvo.org/id/iso639-3/kxn> .

<http://lexvo.org/id/code/kxo> lvont:means <http://lexvo.org/id/iso639-3/kxo>,
        <http://lexvo.org/id/iso639-3/xuu> .

<http://lexvo.org/id/code/kxoe1243> lvont:means <http://lexvo.org/id/iso639-3/xuu> .

<http://lexvo.org/id/code/kxp> lvont:means <http://lexvo.org/id/iso639-3/kxp> .

<http://lexvo.org/id/code/kxq> lvont:means <http://lexvo.org/id/iso639-3/kxq> .

<http://lexvo.org/id/code/kxr> lvont:means <http://lexvo.org/id/iso639-3/kxr> .

<http://lexvo.org/id/code/kxs> lvont:means <http://lexvo.org/id/iso639-3/kxs> .

<http://lexvo.org/id/code/kxt> lvont:means <http://lexvo.org/id/iso639-3/kxt> .

<http://lexvo.org/id/code/kxu> lvont:means <http://lexvo.org/id/iso639-3/kxu> .

<http://lexvo.org/id/code/kxv> lvont:means <http://lexvo.org/id/iso639-3/kxv> .

<http://lexvo.org/id/code/kxw> lvont:means <http://lexvo.org/id/iso639-3/kxw> .

<http://lexvo.org/id/code/kxx> lvont:means <http://lexvo.org/id/iso639-3/kxx> .

<http://lexvo.org/id/code/kxy> lvont:means <http://lexvo.org/id/iso639-3/kxy> .

<http://lexvo.org/id/code/kxz> lvont:means <http://lexvo.org/id/iso639-3/kxz> .

<http://lexvo.org/id/code/ky> lvont:means <http://lexvo.org/id/iso639-3/kir> .

<http://lexvo.org/id/code/kya> lvont:means <http://lexvo.org/id/iso639-3/gvn>,
        <http://lexvo.org/id/iso639-3/kya> .

<http://lexvo.org/id/code/kyak1244> lvont:means <http://lexvo.org/id/iso639-3/kyc> .

<http://lexvo.org/id/code/kyb> lvont:means <http://lexvo.org/id/iso639-3/kyb> .

<http://lexvo.org/id/code/kyc> lvont:means <http://lexvo.org/id/iso639-3/kyc> .

<http://lexvo.org/id/code/kyd> lvont:means <http://lexvo.org/id/iso639-3/kyd> .

<http://lexvo.org/id/code/kye> lvont:means <http://lexvo.org/id/iso639-3/kye> .

<http://lexvo.org/id/code/kyf> lvont:means <http://lexvo.org/id/iso639-3/kyf> .

<http://lexvo.org/id/code/kyg> lvont:means <http://lexvo.org/id/iso639-3/ken>,
        <http://lexvo.org/id/iso639-3/kyg> .

<http://lexvo.org/id/code/kyh> lvont:means <http://lexvo.org/id/iso639-3/kyh> .

<http://lexvo.org/id/code/kyi> lvont:means <http://lexvo.org/id/iso639-3/kyi> .

<http://lexvo.org/id/code/kyj> lvont:means <http://lexvo.org/id/iso639-3/kyj> .

<http://lexvo.org/id/code/kyk> lvont:means <http://lexvo.org/id/iso639-3/kyc>,
        <http://lexvo.org/id/iso639-3/kyk> .

<http://lexvo.org/id/code/kyl> lvont:means <http://lexvo.org/id/iso639-3/eky>,
        <http://lexvo.org/id/iso639-3/kyl> .

<http://lexvo.org/id/code/kym> lvont:means <http://lexvo.org/id/iso639-3/kym>,
        <http://lexvo.org/id/iso639-3/uzn> .

<http://lexvo.org/id/code/kyn> lvont:means <http://lexvo.org/id/iso639-3/koy>,
        <http://lexvo.org/id/iso639-3/kyn> .

<http://lexvo.org/id/code/kyo> lvont:means <http://lexvo.org/id/iso639-3/kny>,
        <http://lexvo.org/id/iso639-3/kyo> .

<http://lexvo.org/id/code/kyp> lvont:means <http://lexvo.org/id/iso639-3/kyp>,
        <http://lexvo.org/id/iso639-3/txu> .

<http://lexvo.org/id/code/kyq> lvont:means <http://lexvo.org/id/iso639-3/kyq> .

<http://lexvo.org/id/code/kyr> lvont:means <http://lexvo.org/id/iso639-3/kyr>,
        <http://lexvo.org/id/iso639-3/yuj> .

<http://lexvo.org/id/code/kys> lvont:means <http://lexvo.org/id/iso639-3/kys> .

<http://lexvo.org/id/code/kyt> lvont:means <http://lexvo.org/id/iso639-3/kyt> .

<http://lexvo.org/id/code/kyu> lvont:means <http://lexvo.org/id/iso639-3/kyu> .

<http://lexvo.org/id/code/kyv> lvont:means <http://lexvo.org/id/iso639-3/kyv> .

<http://lexvo.org/id/code/kyw> lvont:means <http://lexvo.org/id/iso639-3/kyw> .

<http://lexvo.org/id/code/kyx> lvont:means <http://lexvo.org/id/iso639-3/kyx> .

<http://lexvo.org/id/code/kyy> lvont:means <http://lexvo.org/id/iso639-3/kyy> .

<http://lexvo.org/id/code/kyz> lvont:means <http://lexvo.org/id/iso639-3/kyz> .

<http://lexvo.org/id/code/kza> lvont:means <http://lexvo.org/id/iso639-3/kza> .

<http://lexvo.org/id/code/kzb> lvont:means <http://lexvo.org/id/iso639-3/kzb> .

<http://lexvo.org/id/code/kzc> lvont:means <http://lexvo.org/id/iso639-3/kzc> .

<http://lexvo.org/id/code/kzd> lvont:means <http://lexvo.org/id/iso639-3/kzd> .

<http://lexvo.org/id/code/kze> lvont:means <http://lexvo.org/id/iso639-3/kze> .

<http://lexvo.org/id/code/kzf> lvont:means <http://lexvo.org/id/iso639-3/kzf> .

<http://lexvo.org/id/code/kzg> lvont:means <http://lexvo.org/id/iso639-3/kzg> .

<http://lexvo.org/id/code/kzh> lvont:means <http://lexvo.org/id/iso639-3/doc> .

<http://lexvo.org/id/code/kzi> lvont:means <http://lexvo.org/id/iso639-3/kzi> .

<http://lexvo.org/id/code/kzj> lvont:means <http://lexvo.org/id/iso639-3/kzj> .

<http://lexvo.org/id/code/kzk> lvont:means <http://lexvo.org/id/iso639-3/kzk> .

<http://lexvo.org/id/code/kzl> lvont:means <http://lexvo.org/id/iso639-3/kzl> .

<http://lexvo.org/id/code/kzm> lvont:means <http://lexvo.org/id/iso639-3/kzm> .

<http://lexvo.org/id/code/kzn> lvont:means <http://lexvo.org/id/iso639-3/kzn> .

<http://lexvo.org/id/code/kzo> lvont:means <http://lexvo.org/id/iso639-3/kzo> .

<http://lexvo.org/id/code/kzp> lvont:means <http://lexvo.org/id/iso639-3/kzp> .

<http://lexvo.org/id/code/kzq> lvont:means <http://lexvo.org/id/iso639-3/kzq> .

<http://lexvo.org/id/code/kzr> lvont:means <http://lexvo.org/id/iso639-3/kzr> .

<http://lexvo.org/id/code/kzs> lvont:means <http://lexvo.org/id/iso639-3/kzs> .

<http://lexvo.org/id/code/kzt> lvont:means <http://lexvo.org/id/iso639-3/kzt> .

<http://lexvo.org/id/code/kzu> lvont:means <http://lexvo.org/id/iso639-3/kzu> .

<http://lexvo.org/id/code/kzv> lvont:means <http://lexvo.org/id/iso639-3/kzv> .

<http://lexvo.org/id/code/kzw> lvont:means <http://lexvo.org/id/iso639-3/kzw> .

<http://lexvo.org/id/code/kzx> lvont:means <http://lexvo.org/id/iso639-3/kzx> .

<http://lexvo.org/id/code/kzy> lvont:means <http://lexvo.org/id/iso639-3/kpv>,
        <http://lexvo.org/id/iso639-3/kzy> .

<http://lexvo.org/id/code/kzz> lvont:means <http://lexvo.org/id/iso639-3/kzz> .

<http://lexvo.org/id/code/la> lvont:means <http://lexvo.org/id/iso639-3/lat> .

<http://lexvo.org/id/code/laa> lvont:means <http://lexvo.org/id/iso639-3/gdm>,
        <http://lexvo.org/id/iso639-3/laa> .

<http://lexvo.org/id/code/laal1242> lvont:means <http://lexvo.org/id/iso639-3/gdm> .

<http://lexvo.org/id/code/lab> lvont:means <http://lexvo.org/id/iso639-3/lab> .

<http://lexvo.org/id/code/lac> lvont:means <http://lexvo.org/id/iso639-3/lac> .

<http://lexvo.org/id/code/laca1243> lvont:means <http://lexvo.org/id/iso639-3/lac> .

<http://lexvo.org/id/code/lach1248> lvont:means <http://lexvo.org/id/iso639-3/lbt> .

<http://lexvo.org/id/code/lad> lvont:means <http://lexvo.org/id/iso639-3/lad>,
        <http://lexvo.org/id/iso639-3/lbj> .

<http://lexvo.org/id/code/lada1244> lvont:means <http://lexvo.org/id/iso639-3/lbj> .

<http://lexvo.org/id/code/ladi1250> lvont:means <http://lexvo.org/id/iso639-3/lld> .

<http://lexvo.org/id/code/ladi1251> lvont:means <http://lexvo.org/id/iso639-3/lad> .

<http://lexvo.org/id/code/lae> lvont:means <http://lexvo.org/id/iso639-3/lae> .

<http://lexvo.org/id/code/laf> lvont:means <http://lexvo.org/id/iso639-3/laf> .

<http://lexvo.org/id/code/lafo1243> lvont:means <http://lexvo.org/id/iso639-3/laf> .

<http://lexvo.org/id/code/lag> lvont:means <http://lexvo.org/id/iso639-3/kot>,
        <http://lexvo.org/id/iso639-3/lag> .

<http://lexvo.org/id/code/lagw1237> lvont:means <http://lexvo.org/id/iso639-3/kot> .

<http://lexvo.org/id/code/lah> lvont:means <http://lexvo.org/id/iso639-3/lah>,
        <http://lexvo.org/id/iso639-3/lhu> .

<http://lexvo.org/id/code/laha1250> lvont:means <http://lexvo.org/id/iso639-3/lha> .

<http://lexvo.org/id/code/lahu1253> lvont:means <http://lexvo.org/id/iso639-3/lhu> .

<http://lexvo.org/id/code/lai> lvont:means <http://lexvo.org/id/iso639-3/cnh>,
        <http://lexvo.org/id/iso639-3/lai> .

<http://lexvo.org/id/code/laj> lvont:means <http://lexvo.org/id/iso639-3/laj> .

<http://lexvo.org/id/code/lak> lvont:means <http://lexvo.org/id/iso639-3/lak>,
        <http://lexvo.org/id/iso639-3/lbe> .

<http://lexvo.org/id/code/lake1258> lvont:means <http://lexvo.org/id/iso639-3/lmw> .

<http://lexvo.org/id/code/lakk1238> lvont:means <http://lexvo.org/id/iso639-3/lbc> .

<http://lexvo.org/id/code/lakk1252> lvont:means <http://lexvo.org/id/iso639-3/lbe> .

<http://lexvo.org/id/code/lako1244> lvont:means <http://lexvo.org/id/iso639-3/dic> .

<http://lexvo.org/id/code/lako1247> lvont:means <http://lexvo.org/id/iso639-3/lkt> .

<http://lexvo.org/id/code/lal> lvont:means <http://lexvo.org/id/iso639-3/lal> .

<http://lexvo.org/id/code/lala1268> lvont:means <http://lexvo.org/id/iso639-3/nrz> .

<http://lexvo.org/id/code/lam> lvont:means <http://lexvo.org/id/iso639-3/lam>,
        <http://lexvo.org/id/iso639-3/lme> .

<http://lexvo.org/id/code/lama1277> lvont:means <http://lexvo.org/id/iso639-3/slp> .

<http://lexvo.org/id/code/lama1288> lvont:means <http://lexvo.org/id/iso639-3/hia> .

<http://lexvo.org/id/code/lamb1269> lvont:means <http://lexvo.org/id/iso639-3/lmn> .

<http://lexvo.org/id/code/lamb1271> lvont:means <http://lexvo.org/id/iso639-3/lam> .

<http://lexvo.org/id/code/lamn1239> lvont:means <http://lexvo.org/id/iso639-3/lns> .

<http://lexvo.org/id/code/lamp1243> lvont:means <http://lexvo.org/id/iso639-3/ljp> .

<http://lexvo.org/id/code/lamu1254> lvont:means <http://lexvo.org/id/iso639-3/lby> .

<http://lexvo.org/id/code/lan> lvont:means <http://lexvo.org/id/iso639-3/laj>,
        <http://lexvo.org/id/iso639-3/lan>,
        <http://lexvo.org/id/iso639-3/oci> .

<http://lexvo.org/id/code/lang1320> lvont:means <http://lexvo.org/id/iso639-3/lag> .

<http://lexvo.org/id/code/lang1324> lvont:means <http://lexvo.org/id/iso639-3/laj> .

<http://lexvo.org/id/code/lao> lvont:means <http://lexvo.org/id/iso639-3/lao> .

<http://lexvo.org/id/code/laoo1244> lvont:means <http://lexvo.org/id/iso639-3/lao> .

<http://lexvo.org/id/code/lap> lvont:means <http://lexvo.org/id/iso639-3/lap> .

<http://lexvo.org/id/code/laq> lvont:means <http://lexvo.org/id/iso639-3/laq> .

<http://lexvo.org/id/code/lar> lvont:means <http://lexvo.org/id/iso639-3/lar>,
        <http://lexvo.org/id/iso639-3/lrg> .

<http://lexvo.org/id/code/lara1258> lvont:means <http://lexvo.org/id/iso639-3/lrg> .

<http://lexvo.org/id/code/lard1243> lvont:means <http://lexvo.org/id/iso639-3/lbz> .

<http://lexvo.org/id/code/lari1255> lvont:means <http://lexvo.org/id/iso639-3/alo> .

<http://lexvo.org/id/code/las> lvont:means <http://lexvo.org/id/iso639-3/las> .

<http://lexvo.org/id/code/lat> lvont:means <http://lexvo.org/id/iso639-3/lat>,
        <http://lexvo.org/id/iso639-3/lav> .

<http://lexvo.org/id/code/latv1249> lvont:means <http://lexvo.org/id/iso639-3/lav> .

<http://lexvo.org/id/code/lau> lvont:means <http://lexvo.org/id/iso639-3/lau>,
        <http://lexvo.org/id/iso639-3/llu> .

<http://lexvo.org/id/code/lauj1238> lvont:means <http://lexvo.org/id/iso639-3/law> .

<http://lexvo.org/id/code/lauu1247> lvont:means <http://lexvo.org/id/iso639-3/llu> .

<http://lexvo.org/id/code/lav> lvont:means <http://lexvo.org/id/iso639-3/lav>,
        <http://lexvo.org/id/iso639-3/lvk> .

<http://lexvo.org/id/code/lave1248> lvont:means <http://lexvo.org/id/iso639-3/lbo> .

<http://lexvo.org/id/code/lave1249> lvont:means <http://lexvo.org/id/iso639-3/brb> .

<http://lexvo.org/id/code/lavu1241> lvont:means <http://lexvo.org/id/iso639-3/lvk> .

<http://lexvo.org/id/code/law> lvont:means <http://lexvo.org/id/iso639-3/law> .

<http://lexvo.org/id/code/lax> lvont:means <http://lexvo.org/id/iso639-3/lax> .

<http://lexvo.org/id/code/lay> lvont:means <http://lexvo.org/id/iso639-3/lay> .

<http://lexvo.org/id/code/laz> lvont:means <http://lexvo.org/id/iso639-3/laz>,
        <http://lexvo.org/id/iso639-3/lzz> .

<http://lexvo.org/id/code/lazz1240> lvont:means <http://lexvo.org/id/iso639-3/lzz> .

<http://lexvo.org/id/code/lb> lvont:means <http://lexvo.org/id/iso639-3/ltz> .

<http://lexvo.org/id/code/lba> lvont:means <http://lexvo.org/id/iso639-3/lba> .

<http://lexvo.org/id/code/lbb> lvont:means <http://lexvo.org/id/iso639-3/lbb> .

<http://lexvo.org/id/code/lbc> lvont:means <http://lexvo.org/id/iso639-3/lbc> .

<http://lexvo.org/id/code/lbe> lvont:means <http://lexvo.org/id/iso639-3/lbe> .

<http://lexvo.org/id/code/lbf> lvont:means <http://lexvo.org/id/iso639-3/lbf> .

<http://lexvo.org/id/code/lbg> lvont:means <http://lexvo.org/id/iso639-3/lbg> .

<http://lexvo.org/id/code/lbi> lvont:means <http://lexvo.org/id/iso639-3/lbi> .

<http://lexvo.org/id/code/lbj> lvont:means <http://lexvo.org/id/iso639-3/lbj> .

<http://lexvo.org/id/code/lbk> lvont:means <http://lexvo.org/id/iso639-3/lbk> .

<http://lexvo.org/id/code/lbl> lvont:means <http://lexvo.org/id/iso639-3/lbl> .

<http://lexvo.org/id/code/lbm> lvont:means <http://lexvo.org/id/iso639-3/lbm> .

<http://lexvo.org/id/code/lbn> lvont:means <http://lexvo.org/id/iso639-3/lbn> .

<http://lexvo.org/id/code/lbo> lvont:means <http://lexvo.org/id/iso639-3/lbo> .

<http://lexvo.org/id/code/lbq> lvont:means <http://lexvo.org/id/iso639-3/lbq> .

<http://lexvo.org/id/code/lbr> lvont:means <http://lexvo.org/id/iso639-3/lbr> .

<http://lexvo.org/id/code/lbs> lvont:means <http://lexvo.org/id/iso639-3/lbs> .

<http://lexvo.org/id/code/lbt> lvont:means <http://lexvo.org/id/iso639-3/lbt> .

<http://lexvo.org/id/code/lbu> lvont:means <http://lexvo.org/id/iso639-3/lbu>,
        <http://lexvo.org/id/iso639-3/lun> .

<http://lexvo.org/id/code/lbv> lvont:means <http://lexvo.org/id/iso639-3/lbv> .

<http://lexvo.org/id/code/lbw> lvont:means <http://lexvo.org/id/iso639-3/lbw> .

<http://lexvo.org/id/code/lbx> lvont:means <http://lexvo.org/id/iso639-3/lbx> .

<http://lexvo.org/id/code/lby> lvont:means <http://lexvo.org/id/iso639-3/lby> .

<http://lexvo.org/id/code/lbz> lvont:means <http://lexvo.org/id/iso639-3/lbz> .

<http://lexvo.org/id/code/lcc> lvont:means <http://lexvo.org/id/iso639-3/lcc> .

<http://lexvo.org/id/code/lcd> lvont:means <http://lexvo.org/id/iso639-3/lcd> .

<http://lexvo.org/id/code/lce> lvont:means <http://lexvo.org/id/iso639-3/lce> .

<http://lexvo.org/id/code/lcf> lvont:means <http://lexvo.org/id/iso639-3/lcf> .

<http://lexvo.org/id/code/lch> lvont:means <http://lexvo.org/id/iso639-3/lbt>,
        <http://lexvo.org/id/iso639-3/lch> .

<http://lexvo.org/id/code/lcl> lvont:means <http://lexvo.org/id/iso639-3/lcl> .

<http://lexvo.org/id/code/lcm> lvont:means <http://lexvo.org/id/iso639-3/lcm> .

<http://lexvo.org/id/code/lcp> lvont:means <http://lexvo.org/id/iso639-3/lcp> .

<http://lexvo.org/id/code/lcs> lvont:means <http://lexvo.org/id/iso639-3/lcs> .

<http://lexvo.org/id/code/lda> lvont:means <http://lexvo.org/id/iso639-3/lug> .

<http://lexvo.org/id/code/ldb> lvont:means <http://lexvo.org/id/iso639-3/ldb> .

<http://lexvo.org/id/code/ldd> lvont:means <http://lexvo.org/id/iso639-3/ldd> .

<http://lexvo.org/id/code/ldg> lvont:means <http://lexvo.org/id/iso639-3/ldg> .

<http://lexvo.org/id/code/ldh> lvont:means <http://lexvo.org/id/iso639-3/ldh> .

<http://lexvo.org/id/code/ldi> lvont:means <http://lexvo.org/id/iso639-3/ldi> .

<http://lexvo.org/id/code/ldj> lvont:means <http://lexvo.org/id/iso639-3/ldj> .

<http://lexvo.org/id/code/ldk> lvont:means <http://lexvo.org/id/iso639-3/ldk> .

<http://lexvo.org/id/code/ldl> lvont:means <http://lexvo.org/id/iso639-3/ldl> .

<http://lexvo.org/id/code/ldm> lvont:means <http://lexvo.org/id/iso639-3/ldm> .

<http://lexvo.org/id/code/ldn> lvont:means <http://lexvo.org/id/iso639-3/ldn>,
        <http://lexvo.org/id/iso639-3/lld> .

<http://lexvo.org/id/code/ldo> lvont:means <http://lexvo.org/id/iso639-3/bdu>,
        <http://lexvo.org/id/iso639-3/ldo> .

<http://lexvo.org/id/code/ldp> lvont:means <http://lexvo.org/id/iso639-3/ldp> .

<http://lexvo.org/id/code/ldq> lvont:means <http://lexvo.org/id/iso639-3/ldq> .

<http://lexvo.org/id/code/ldu> lvont:means <http://lexvo.org/id/iso639-3/led> .

<http://lexvo.org/id/code/lea> lvont:means <http://lexvo.org/id/iso639-3/lea> .

<http://lexvo.org/id/code/leal1235> lvont:means <http://lexvo.org/id/iso639-3/cle> .

<http://lexvo.org/id/code/leb> lvont:means <http://lexvo.org/id/iso639-3/agh>,
        <http://lexvo.org/id/iso639-3/leb> .

<http://lexvo.org/id/code/lec> lvont:means <http://lexvo.org/id/iso639-3/lec> .

<http://lexvo.org/id/code/led> lvont:means <http://lexvo.org/id/iso639-3/led> .

<http://lexvo.org/id/code/ledo1238> lvont:means <http://lexvo.org/id/iso639-3/lew> .

<http://lexvo.org/id/code/lee> lvont:means <http://lexvo.org/id/iso639-3/lee> .

<http://lexvo.org/id/code/lef> lvont:means <http://lexvo.org/id/iso639-3/lef> .

<http://lexvo.org/id/code/leg> lvont:means <http://lexvo.org/id/iso639-3/leg> .

<http://lexvo.org/id/code/leh> lvont:means <http://lexvo.org/id/iso639-3/leh> .

<http://lexvo.org/id/code/lei> lvont:means <http://lexvo.org/id/iso639-3/lei> .

<http://lexvo.org/id/code/lej> lvont:means <http://lexvo.org/id/iso639-3/lej> .

<http://lexvo.org/id/code/lek> lvont:means <http://lexvo.org/id/iso639-3/lek> .

<http://lexvo.org/id/code/lel> lvont:means <http://lexvo.org/id/iso639-3/lel>,
        <http://lexvo.org/id/iso639-3/lln> .

<http://lexvo.org/id/code/lele1264> lvont:means <http://lexvo.org/id/iso639-3/lef> .

<http://lexvo.org/id/code/lele1276> lvont:means <http://lexvo.org/id/iso639-3/lln> .

<http://lexvo.org/id/code/lem> lvont:means <http://lexvo.org/id/iso639-3/lem> .

<http://lexvo.org/id/code/len> lvont:means <http://lexvo.org/id/iso639-3/len>,
        <http://lexvo.org/id/iso639-3/tnl> .

<http://lexvo.org/id/code/lena1238> lvont:means <http://lexvo.org/id/iso639-3/tnl> .

<http://lexvo.org/id/code/lend1245> lvont:means <http://lexvo.org/id/iso639-3/led> .

<http://lexvo.org/id/code/leng1262> lvont:means <http://lexvo.org/id/iso639-3/leg> .

<http://lexvo.org/id/code/leo> lvont:means <http://lexvo.org/id/iso639-3/leo> .

<http://lexvo.org/id/code/lep> lvont:means <http://lexvo.org/id/iso639-3/lep> .

<http://lexvo.org/id/code/lepc1244> lvont:means <http://lexvo.org/id/iso639-3/lep> .

<http://lexvo.org/id/code/leq> lvont:means <http://lexvo.org/id/iso639-3/leq> .

<http://lexvo.org/id/code/ler> lvont:means <http://lexvo.org/id/iso639-3/ler> .

<http://lexvo.org/id/code/les> lvont:means <http://lexvo.org/id/iso639-3/les> .

<http://lexvo.org/id/code/lese1243> lvont:means <http://lexvo.org/id/iso639-3/les> .

<http://lexvo.org/id/code/let> lvont:means <http://lexvo.org/id/iso639-3/let>,
        <http://lexvo.org/id/iso639-3/lti> .

<http://lexvo.org/id/code/leti1246> lvont:means <http://lexvo.org/id/iso639-3/lti> .

<http://lexvo.org/id/code/leu> lvont:means <http://lexvo.org/id/iso639-3/leu> .

<http://lexvo.org/id/code/lev> lvont:means <http://lexvo.org/id/iso639-3/lev> .

<http://lexvo.org/id/code/lew> lvont:means <http://lexvo.org/id/iso639-3/lew>,
        <http://lexvo.org/id/iso639-3/lww> .

<http://lexvo.org/id/code/lewo1242> lvont:means <http://lexvo.org/id/iso639-3/lww> .

<http://lexvo.org/id/code/lex> lvont:means <http://lexvo.org/id/iso639-3/lex> .

<http://lexvo.org/id/code/ley> lvont:means <http://lexvo.org/id/iso639-3/ley> .

<http://lexvo.org/id/code/lez> lvont:means <http://lexvo.org/id/iso639-3/lez> .

<http://lexvo.org/id/code/lezg1247> lvont:means <http://lexvo.org/id/iso639-3/lez> .

<http://lexvo.org/id/code/lfa> lvont:means <http://lexvo.org/id/iso639-3/lfa> .

<http://lexvo.org/id/code/lfn> lvont:means <http://lexvo.org/id/iso639-3/lfn> .

<http://lexvo.org/id/code/lg> lvont:means <http://lexvo.org/id/iso639-3/lug> .

<http://lexvo.org/id/code/lga> lvont:means <http://lexvo.org/id/iso639-3/lga>,
        <http://lexvo.org/id/iso639-3/ojv> .

<http://lexvo.org/id/code/lgb> lvont:means <http://lexvo.org/id/iso639-3/lgb> .

<http://lexvo.org/id/code/lge> lvont:means <http://lexvo.org/id/iso639-3/nds> .

<http://lexvo.org/id/code/lgg> lvont:means <http://lexvo.org/id/iso639-3/lgg> .

<http://lexvo.org/id/code/lgh> lvont:means <http://lexvo.org/id/iso639-3/lgh> .

<http://lexvo.org/id/code/lgi> lvont:means <http://lexvo.org/id/iso639-3/lag>,
        <http://lexvo.org/id/iso639-3/lgi> .

<http://lexvo.org/id/code/lgk> lvont:means <http://lexvo.org/id/iso639-3/lgk> .

<http://lexvo.org/id/code/lgl> lvont:means <http://lexvo.org/id/iso639-3/lgl> .

<http://lexvo.org/id/code/lgm> lvont:means <http://lexvo.org/id/iso639-3/lgm> .

<http://lexvo.org/id/code/lgn> lvont:means <http://lexvo.org/id/iso639-3/lgn> .

<http://lexvo.org/id/code/lgp> lvont:means <http://lexvo.org/id/iso639-3/psr> .

<http://lexvo.org/id/code/lgq> lvont:means <http://lexvo.org/id/iso639-3/lgq> .

<http://lexvo.org/id/code/lgr> lvont:means <http://lexvo.org/id/iso639-3/lgr> .

<http://lexvo.org/id/code/lgt> lvont:means <http://lexvo.org/id/iso639-3/lgt>,
        <http://lexvo.org/id/iso639-3/log> .

<http://lexvo.org/id/code/lgu> lvont:means <http://lexvo.org/id/iso639-3/lgu> .

<http://lexvo.org/id/code/lgz> lvont:means <http://lexvo.org/id/iso639-3/lgz> .

<http://lexvo.org/id/code/lha> lvont:means <http://lexvo.org/id/iso639-3/lha> .

<http://lexvo.org/id/code/lhh> lvont:means <http://lexvo.org/id/iso639-3/lhh> .

<http://lexvo.org/id/code/lhi> lvont:means <http://lexvo.org/id/iso639-3/lhi> .

<http://lexvo.org/id/code/lhl> lvont:means <http://lexvo.org/id/iso639-3/lhl> .

<http://lexvo.org/id/code/lhm> lvont:means <http://lexvo.org/id/iso639-3/lhm> .

<http://lexvo.org/id/code/lhn> lvont:means <http://lexvo.org/id/iso639-3/lhn> .

<http://lexvo.org/id/code/lho> lvont:means <http://lexvo.org/id/iso639-3/lhm> .

<http://lexvo.org/id/code/lhom1239> lvont:means <http://lexvo.org/id/iso639-3/lhm> .

<http://lexvo.org/id/code/lhp> lvont:means <http://lexvo.org/id/iso639-3/lhp> .

<http://lexvo.org/id/code/lhs> lvont:means <http://lexvo.org/id/iso639-3/lhs> .

<http://lexvo.org/id/code/lht> lvont:means <http://lexvo.org/id/iso639-3/lht> .

<http://lexvo.org/id/code/lhu> lvont:means <http://lexvo.org/id/iso639-3/lhu> .

<http://lexvo.org/id/code/li> lvont:means <http://lexvo.org/id/iso639-3/lim> .

<http://lexvo.org/id/code/lia> lvont:means <http://lexvo.org/id/iso639-3/lia> .

<http://lexvo.org/id/code/lib> lvont:means <http://lexvo.org/id/iso639-3/lib> .

<http://lexvo.org/id/code/libe1247> lvont:means <http://lexvo.org/id/iso639-3/xpe> .

<http://lexvo.org/id/code/liby1240> lvont:means <http://lexvo.org/id/iso639-3/ayl> .

<http://lexvo.org/id/code/lic> lvont:means <http://lexvo.org/id/iso639-3/lic> .

<http://lexvo.org/id/code/lid> lvont:means <http://lexvo.org/id/iso639-3/lid> .

<http://lexvo.org/id/code/lie> lvont:means <http://lexvo.org/id/iso639-3/lie> .

<http://lexvo.org/id/code/lif> lvont:means <http://lexvo.org/id/iso639-3/lif> .

<http://lexvo.org/id/code/lig> lvont:means <http://lexvo.org/id/iso639-3/lig> .

<http://lexvo.org/id/code/ligu1248> lvont:means <http://lexvo.org/id/iso639-3/lij> .

<http://lexvo.org/id/code/ligu1249> lvont:means <http://lexvo.org/id/iso639-3/lij> .

<http://lexvo.org/id/code/lih> lvont:means <http://lexvo.org/id/iso639-3/lih> .

<http://lexvo.org/id/code/lii> lvont:means <http://lexvo.org/id/iso639-3/ise>,
        <http://lexvo.org/id/iso639-3/lii> .

<http://lexvo.org/id/code/lij> lvont:means <http://lexvo.org/id/iso639-3/lij> .

<http://lexvo.org/id/code/lik> lvont:means <http://lexvo.org/id/iso639-3/lik> .

<http://lexvo.org/id/code/lil> lvont:means <http://lexvo.org/id/iso639-3/lil> .

<http://lexvo.org/id/code/lill1248> lvont:means <http://lexvo.org/id/iso639-3/lil> .

<http://lexvo.org/id/code/lim> lvont:means <http://lexvo.org/id/iso639-3/lif>,
        <http://lexvo.org/id/iso639-3/lim> .

<http://lexvo.org/id/code/limb1266> lvont:means <http://lexvo.org/id/iso639-3/lif> .

<http://lexvo.org/id/code/lin> lvont:means <http://lexvo.org/id/iso639-3/lin> .

<http://lexvo.org/id/code/ling1263> lvont:means <http://lexvo.org/id/iso639-3/lin> .

<http://lexvo.org/id/code/lio> lvont:means <http://lexvo.org/id/iso639-3/lio> .

<http://lexvo.org/id/code/lip> lvont:means <http://lexvo.org/id/iso639-3/lip> .

<http://lexvo.org/id/code/liq> lvont:means <http://lexvo.org/id/iso639-3/liq> .

<http://lexvo.org/id/code/lir> lvont:means <http://lexvo.org/id/iso639-3/lir> .

<http://lexvo.org/id/code/lis> lvont:means <http://lexvo.org/id/iso639-3/lis> .

<http://lexvo.org/id/code/lish1245> lvont:means <http://lexvo.org/id/iso639-3/aij> .

<http://lexvo.org/id/code/lish1246> lvont:means <http://lexvo.org/id/iso639-3/trg> .

<http://lexvo.org/id/code/lisu1250> lvont:means <http://lexvo.org/id/iso639-3/lis> .

<http://lexvo.org/id/code/lit> lvont:means <http://lexvo.org/id/iso639-3/lit> .

<http://lexvo.org/id/code/lith1251> lvont:means <http://lexvo.org/id/iso639-3/lit> .

<http://lexvo.org/id/code/liu> lvont:means <http://lexvo.org/id/iso639-3/liu> .

<http://lexvo.org/id/code/liv> lvont:means <http://lexvo.org/id/iso639-3/liv> .

<http://lexvo.org/id/code/livv1244> lvont:means <http://lexvo.org/id/iso639-3/liv> .

<http://lexvo.org/id/code/liw> lvont:means <http://lexvo.org/id/iso639-3/liw> .

<http://lexvo.org/id/code/lix> lvont:means <http://lexvo.org/id/iso639-3/lix> .

<http://lexvo.org/id/code/liy> lvont:means <http://lexvo.org/id/iso639-3/liy> .

<http://lexvo.org/id/code/liz> lvont:means <http://lexvo.org/id/iso639-3/liz> .

<http://lexvo.org/id/code/lje> lvont:means <http://lexvo.org/id/iso639-3/law>,
        <http://lexvo.org/id/iso639-3/lje> .

<http://lexvo.org/id/code/lji> lvont:means <http://lexvo.org/id/iso639-3/lji> .

<http://lexvo.org/id/code/ljl> lvont:means <http://lexvo.org/id/iso639-3/ljl> .

<http://lexvo.org/id/code/ljp> lvont:means <http://lexvo.org/id/iso639-3/ljp> .

<http://lexvo.org/id/code/lka> lvont:means <http://lexvo.org/id/iso639-3/lka> .

<http://lexvo.org/id/code/lkb> lvont:means <http://lexvo.org/id/iso639-3/lkb> .

<http://lexvo.org/id/code/lkc> lvont:means <http://lexvo.org/id/iso639-3/lkc> .

<http://lexvo.org/id/code/lkd> lvont:means <http://lexvo.org/id/iso639-3/lkd> .

<http://lexvo.org/id/code/lke> lvont:means <http://lexvo.org/id/iso639-3/lke> .

<http://lexvo.org/id/code/lkh> lvont:means <http://lexvo.org/id/iso639-3/lkh> .

<http://lexvo.org/id/code/lki> lvont:means <http://lexvo.org/id/iso639-3/lki> .

<http://lexvo.org/id/code/lkj> lvont:means <http://lexvo.org/id/iso639-3/lkj> .

<http://lexvo.org/id/code/lkk> lvont:means <http://lexvo.org/id/iso639-3/lbc> .

<http://lexvo.org/id/code/lkl> lvont:means <http://lexvo.org/id/iso639-3/lkl> .

<http://lexvo.org/id/code/lkn> lvont:means <http://lexvo.org/id/iso639-3/lkn> .

<http://lexvo.org/id/code/lko> lvont:means <http://lexvo.org/id/iso639-3/lko> .

<http://lexvo.org/id/code/lkr> lvont:means <http://lexvo.org/id/iso639-3/lkr> .

<http://lexvo.org/id/code/lks> lvont:means <http://lexvo.org/id/iso639-3/lks> .

<http://lexvo.org/id/code/lkt> lvont:means <http://lexvo.org/id/iso639-3/lkt> .

<http://lexvo.org/id/code/lky> lvont:means <http://lexvo.org/id/iso639-3/lky> .

<http://lexvo.org/id/code/lla> lvont:means <http://lexvo.org/id/iso639-3/lby>,
        <http://lexvo.org/id/iso639-3/lla> .

<http://lexvo.org/id/code/llb> lvont:means <http://lexvo.org/id/iso639-3/llb> .

<http://lexvo.org/id/code/llc> lvont:means <http://lexvo.org/id/iso639-3/llc> .

<http://lexvo.org/id/code/lld> lvont:means <http://lexvo.org/id/iso639-3/lld> .

<http://lexvo.org/id/code/lle> lvont:means <http://lexvo.org/id/iso639-3/lle> .

<http://lexvo.org/id/code/llf> lvont:means <http://lexvo.org/id/iso639-3/llf> .

<http://lexvo.org/id/code/llg> lvont:means <http://lexvo.org/id/iso639-3/llg> .

<http://lexvo.org/id/code/llh> lvont:means <http://lexvo.org/id/iso639-3/llh> .

<http://lexvo.org/id/code/lli> lvont:means <http://lexvo.org/id/iso639-3/lli> .

<http://lexvo.org/id/code/llj> lvont:means <http://lexvo.org/id/iso639-3/llj> .

<http://lexvo.org/id/code/llk> lvont:means <http://lexvo.org/id/iso639-3/llk> .

<http://lexvo.org/id/code/lll> lvont:means <http://lexvo.org/id/iso639-3/lll> .

<http://lexvo.org/id/code/llm> lvont:means <http://lexvo.org/id/iso639-3/lef>,
        <http://lexvo.org/id/iso639-3/llm> .

<http://lexvo.org/id/code/lln> lvont:means <http://lexvo.org/id/iso639-3/lln> .

<http://lexvo.org/id/code/llo> lvont:means <http://lexvo.org/id/iso639-3/llo> .

<http://lexvo.org/id/code/llp> lvont:means <http://lexvo.org/id/iso639-3/llp> .

<http://lexvo.org/id/code/llq> lvont:means <http://lexvo.org/id/iso639-3/llq> .

<http://lexvo.org/id/code/lls> lvont:means <http://lexvo.org/id/iso639-3/lls> .

<http://lexvo.org/id/code/llu> lvont:means <http://lexvo.org/id/iso639-3/llu> .

<http://lexvo.org/id/code/llx> lvont:means <http://lexvo.org/id/iso639-3/llx> .

<http://lexvo.org/id/code/lma> lvont:means <http://lexvo.org/id/iso639-3/lma>,
        <http://lexvo.org/id/iso639-3/lom> .

<http://lexvo.org/id/code/lmb> lvont:means <http://lexvo.org/id/iso639-3/lam>,
        <http://lexvo.org/id/iso639-3/lmb> .

<http://lexvo.org/id/code/lmc> lvont:means <http://lexvo.org/id/iso639-3/lmc> .

<http://lexvo.org/id/code/lmd> lvont:means <http://lexvo.org/id/iso639-3/lmd> .

<http://lexvo.org/id/code/lme> lvont:means <http://lexvo.org/id/iso639-3/lme> .

<http://lexvo.org/id/code/lmf> lvont:means <http://lexvo.org/id/iso639-3/lmf> .

<http://lexvo.org/id/code/lmg> lvont:means <http://lexvo.org/id/iso639-3/hia>,
        <http://lexvo.org/id/iso639-3/lmg> .

<http://lexvo.org/id/code/lmh> lvont:means <http://lexvo.org/id/iso639-3/lmh>,
        <http://lexvo.org/id/iso639-3/slp> .

<http://lexvo.org/id/code/lmi> lvont:means <http://lexvo.org/id/iso639-3/lmi> .

<http://lexvo.org/id/code/lmj> lvont:means <http://lexvo.org/id/iso639-3/lmj> .

<http://lexvo.org/id/code/lmk> lvont:means <http://lexvo.org/id/iso639-3/lmk> .

<http://lexvo.org/id/code/lml> lvont:means <http://lexvo.org/id/iso639-3/lmc>,
        <http://lexvo.org/id/iso639-3/lml> .

<http://lexvo.org/id/code/lmm> lvont:means <http://lexvo.org/id/iso639-3/lmm> .

<http://lexvo.org/id/code/lmn> lvont:means <http://lexvo.org/id/iso639-3/lmn> .

<http://lexvo.org/id/code/lmo> lvont:means <http://lexvo.org/id/iso639-3/lmo> .

<http://lexvo.org/id/code/lmp> lvont:means <http://lexvo.org/id/iso639-3/ljp>,
        <http://lexvo.org/id/iso639-3/lmp> .

<http://lexvo.org/id/code/lmq> lvont:means <http://lexvo.org/id/iso639-3/lmq> .

<http://lexvo.org/id/code/lmr> lvont:means <http://lexvo.org/id/iso639-3/lmr> .

<http://lexvo.org/id/code/lmu> lvont:means <http://lexvo.org/id/iso639-3/lmu> .

<http://lexvo.org/id/code/lmv> lvont:means <http://lexvo.org/id/iso639-3/lmv> .

<http://lexvo.org/id/code/lmw> lvont:means <http://lexvo.org/id/iso639-3/lmw> .

<http://lexvo.org/id/code/lmx> lvont:means <http://lexvo.org/id/iso639-3/lmx> .

<http://lexvo.org/id/code/lmy> lvont:means <http://lexvo.org/id/iso639-3/lmy> .

<http://lexvo.org/id/code/lmz> lvont:means <http://lexvo.org/id/iso639-3/lmz> .

<http://lexvo.org/id/code/ln> lvont:means <http://lexvo.org/id/iso639-3/lin> .

<http://lexvo.org/id/code/lna> lvont:means <http://lexvo.org/id/iso639-3/lna> .

<http://lexvo.org/id/code/lnb> lvont:means <http://lexvo.org/id/iso639-3/lnb> .

<http://lexvo.org/id/code/lnd> lvont:means <http://lexvo.org/id/iso639-3/liy>,
        <http://lexvo.org/id/iso639-3/lnd> .

<http://lexvo.org/id/code/lng> lvont:means <http://lexvo.org/id/iso639-3/leg>,
        <http://lexvo.org/id/iso639-3/lng> .

<http://lexvo.org/id/code/lnh> lvont:means <http://lexvo.org/id/iso639-3/lnh> .

<http://lexvo.org/id/code/lni> lvont:means <http://lexvo.org/id/iso639-3/lni> .

<http://lexvo.org/id/code/lnj> lvont:means <http://lexvo.org/id/iso639-3/lnj> .

<http://lexvo.org/id/code/lnl> lvont:means <http://lexvo.org/id/iso639-3/lnl> .

<http://lexvo.org/id/code/lnm> lvont:means <http://lexvo.org/id/iso639-3/lnm> .

<http://lexvo.org/id/code/lnn> lvont:means <http://lexvo.org/id/iso639-3/lnn> .

<http://lexvo.org/id/code/lno> lvont:means <http://lexvo.org/id/iso639-3/lad>,
        <http://lexvo.org/id/iso639-3/lno> .

<http://lexvo.org/id/code/lns> lvont:means <http://lexvo.org/id/iso639-3/lns> .

<http://lexvo.org/id/code/lnu> lvont:means <http://lexvo.org/id/iso639-3/lnu> .

<http://lexvo.org/id/code/lnw> lvont:means <http://lexvo.org/id/iso639-3/crc> .

<http://lexvo.org/id/code/lnz> lvont:means <http://lexvo.org/id/iso639-3/lnz> .

<http://lexvo.org/id/code/lo> lvont:means <http://lexvo.org/id/iso639-3/lao> .

<http://lexvo.org/id/code/loa> lvont:means <http://lexvo.org/id/iso639-3/loa> .

<http://lexvo.org/id/code/lob> lvont:means <http://lexvo.org/id/iso639-3/lob> .

<http://lexvo.org/id/code/lobi1245> lvont:means <http://lexvo.org/id/iso639-3/lob> .

<http://lexvo.org/id/code/loc> lvont:means <http://lexvo.org/id/iso639-3/loc> .

<http://lexvo.org/id/code/loe> lvont:means <http://lexvo.org/id/iso639-3/loe> .

<http://lexvo.org/id/code/lof> lvont:means <http://lexvo.org/id/iso639-3/lof> .

<http://lexvo.org/id/code/log> lvont:means <http://lexvo.org/id/iso639-3/log> .

<http://lexvo.org/id/code/logo1259> lvont:means <http://lexvo.org/id/iso639-3/log> .

<http://lexvo.org/id/code/loh> lvont:means <http://lexvo.org/id/iso639-3/loh> .

<http://lexvo.org/id/code/loi> lvont:means <http://lexvo.org/id/iso639-3/loi> .

<http://lexvo.org/id/code/loj> lvont:means <http://lexvo.org/id/iso639-3/loj> .

<http://lexvo.org/id/code/lok> lvont:means <http://lexvo.org/id/iso639-3/lok> .

<http://lexvo.org/id/code/loko1255> lvont:means <http://lexvo.org/id/iso639-3/lok> .

<http://lexvo.org/id/code/lol> lvont:means <http://lexvo.org/id/iso639-3/lol> .

<http://lexvo.org/id/code/lom> lvont:means <http://lexvo.org/id/iso639-3/lom> .

<http://lexvo.org/id/code/loma1260> lvont:means <http://lexvo.org/id/iso639-3/lom> .

<http://lexvo.org/id/code/lon> lvont:means <http://lexvo.org/id/iso639-3/lon>,
        <http://lexvo.org/id/iso639-3/los> .

<http://lexvo.org/id/code/long1395> lvont:means <http://lexvo.org/id/iso639-3/lgu> .

<http://lexvo.org/id/code/loni1238> lvont:means <http://lexvo.org/id/iso639-3/los> .

<http://lexvo.org/id/code/lonw1238> lvont:means <http://lexvo.org/id/iso639-3/crc> .

<http://lexvo.org/id/code/loo> lvont:means <http://lexvo.org/id/iso639-3/loo> .

<http://lexvo.org/id/code/lop> lvont:means <http://lexvo.org/id/iso639-3/lop> .

<http://lexvo.org/id/code/loq> lvont:means <http://lexvo.org/id/iso639-3/loq> .

<http://lexvo.org/id/code/lor> lvont:means <http://lexvo.org/id/iso639-3/lor> .

<http://lexvo.org/id/code/los> lvont:means <http://lexvo.org/id/iso639-3/los> .

<http://lexvo.org/id/code/lot> lvont:means <http://lexvo.org/id/iso639-3/lot>,
        <http://lexvo.org/id/iso639-3/njh> .

<http://lexvo.org/id/code/loth1237> lvont:means <http://lexvo.org/id/iso639-3/njh> .

<http://lexvo.org/id/code/lou> lvont:means <http://lexvo.org/id/iso639-3/loj>,
        <http://lexvo.org/id/iso639-3/lou> .

<http://lexvo.org/id/code/louu1245> lvont:means <http://lexvo.org/id/iso639-3/loj> .

<http://lexvo.org/id/code/lov> lvont:means <http://lexvo.org/id/iso639-3/lbo>,
        <http://lexvo.org/id/iso639-3/lov> .

<http://lexvo.org/id/code/low> lvont:means <http://lexvo.org/id/iso639-3/low> .

<http://lexvo.org/id/code/lowa1242> lvont:means <http://lexvo.org/id/iso639-3/loy> .

<http://lexvo.org/id/code/lowe1385> lvont:means <http://lexvo.org/id/iso639-3/dsb> .

<http://lexvo.org/id/code/lowe1415> lvont:means <http://lexvo.org/id/iso639-3/dni> .

<http://lexvo.org/id/code/lowe1425> lvont:means <http://lexvo.org/id/iso639-3/taa> .

<http://lexvo.org/id/code/lowl1260> lvont:means <http://lexvo.org/id/iso639-3/clo> .

<http://lexvo.org/id/code/lowl1265> lvont:means <http://lexvo.org/id/iso639-3/tac> .

<http://lexvo.org/id/code/lox> lvont:means <http://lexvo.org/id/iso639-3/lox> .

<http://lexvo.org/id/code/loy> lvont:means <http://lexvo.org/id/iso639-3/loy> .

<http://lexvo.org/id/code/loz> lvont:means <http://lexvo.org/id/iso639-3/loz> .

<http://lexvo.org/id/code/lozi1239> lvont:means <http://lexvo.org/id/iso639-3/loz> .

<http://lexvo.org/id/code/lpa> lvont:means <http://lexvo.org/id/iso639-3/lpa> .

<http://lexvo.org/id/code/lpe> lvont:means <http://lexvo.org/id/iso639-3/lpe> .

<http://lexvo.org/id/code/lpn> lvont:means <http://lexvo.org/id/iso639-3/lpn> .

<http://lexvo.org/id/code/lpo> lvont:means <http://lexvo.org/id/iso639-3/lpo> .

<http://lexvo.org/id/code/lpx> lvont:means <http://lexvo.org/id/iso639-3/lpx> .

<http://lexvo.org/id/code/lra> lvont:means <http://lexvo.org/id/iso639-3/lra> .

<http://lexvo.org/id/code/lrc> lvont:means <http://lexvo.org/id/iso639-3/lrc> .

<http://lexvo.org/id/code/lrd> lvont:means <http://lexvo.org/id/iso639-3/lbz> .

<http://lexvo.org/id/code/lre> lvont:means <http://lexvo.org/id/iso639-3/lre> .

<http://lexvo.org/id/code/lrg> lvont:means <http://lexvo.org/id/iso639-3/lrg> .

<http://lexvo.org/id/code/lri> lvont:means <http://lexvo.org/id/iso639-3/lri> .

<http://lexvo.org/id/code/lrk> lvont:means <http://lexvo.org/id/iso639-3/alo>,
        <http://lexvo.org/id/iso639-3/lrk> .

<http://lexvo.org/id/code/lrl> lvont:means <http://lexvo.org/id/iso639-3/lrl> .

<http://lexvo.org/id/code/lrm> lvont:means <http://lexvo.org/id/iso639-3/lrm> .

<http://lexvo.org/id/code/lrn> lvont:means <http://lexvo.org/id/iso639-3/lrn> .

<http://lexvo.org/id/code/lro> lvont:means <http://lexvo.org/id/iso639-3/lro> .

<http://lexvo.org/id/code/lrr> lvont:means <http://lexvo.org/id/iso639-3/lrr> .

<http://lexvo.org/id/code/lrt> lvont:means <http://lexvo.org/id/iso639-3/lrt> .

<http://lexvo.org/id/code/lrv> lvont:means <http://lexvo.org/id/iso639-3/lrv> .

<http://lexvo.org/id/code/lrz> lvont:means <http://lexvo.org/id/iso639-3/lrz> .

<http://lexvo.org/id/code/lsa> lvont:means <http://lexvo.org/id/iso639-3/aed>,
        <http://lexvo.org/id/iso639-3/lsa> .

<http://lexvo.org/id/code/lsb> lvont:means <http://lexvo.org/id/iso639-3/bzs> .

<http://lexvo.org/id/code/lsd> lvont:means <http://lexvo.org/id/iso639-3/lsd> .

<http://lexvo.org/id/code/lse> lvont:means <http://lexvo.org/id/iso639-3/lse>,
        <http://lexvo.org/id/iso639-3/ssp> .

<http://lexvo.org/id/code/lsf> lvont:means <http://lexvo.org/id/iso639-3/fsl> .

<http://lexvo.org/id/code/lsg> lvont:means <http://lexvo.org/id/iso639-3/lsg> .

<http://lexvo.org/id/code/lsh> lvont:means <http://lexvo.org/id/iso639-3/lsh> .

<http://lexvo.org/id/code/lsi> lvont:means <http://lexvo.org/id/iso639-3/lsi> .

<http://lexvo.org/id/code/lsl> lvont:means <http://lexvo.org/id/iso639-3/lsl> .

<http://lexvo.org/id/code/lsm> lvont:means <http://lexvo.org/id/iso639-3/lsm> .

<http://lexvo.org/id/code/lso> lvont:means <http://lexvo.org/id/iso639-3/lso> .

<http://lexvo.org/id/code/lsp> lvont:means <http://lexvo.org/id/iso639-3/lsp> .

<http://lexvo.org/id/code/lsq> lvont:means <http://lexvo.org/id/iso639-3/fcs> .

<http://lexvo.org/id/code/lsr> lvont:means <http://lexvo.org/id/iso639-3/lsr> .

<http://lexvo.org/id/code/lss> lvont:means <http://lexvo.org/id/iso639-3/lss> .

<http://lexvo.org/id/code/lst> lvont:means <http://lexvo.org/id/iso639-3/lst> .

<http://lexvo.org/id/code/lsy> lvont:means <http://lexvo.org/id/iso639-3/lsy> .

<http://lexvo.org/id/code/lt> lvont:means <http://lexvo.org/id/iso639-3/lit> .

<http://lexvo.org/id/code/ltc> lvont:means <http://lexvo.org/id/iso639-3/ltc> .

<http://lexvo.org/id/code/ltg> lvont:means <http://lexvo.org/id/iso639-3/ltg> .

<http://lexvo.org/id/code/lti> lvont:means <http://lexvo.org/id/iso639-3/lti> .

<http://lexvo.org/id/code/ltn> lvont:means <http://lexvo.org/id/iso639-3/ltn> .

<http://lexvo.org/id/code/lto> lvont:means <http://lexvo.org/id/iso639-3/lto> .

<http://lexvo.org/id/code/lts> lvont:means <http://lexvo.org/id/iso639-3/lts> .

<http://lexvo.org/id/code/ltu> lvont:means <http://lexvo.org/id/iso639-3/ltu> .

<http://lexvo.org/id/code/ltz> lvont:means <http://lexvo.org/id/iso639-3/ltz> .

<http://lexvo.org/id/code/lu> lvont:means <http://lexvo.org/id/iso639-3/khb>,
        <http://lexvo.org/id/iso639-3/lub> .

<http://lexvo.org/id/code/lua> lvont:means <http://lexvo.org/id/iso639-3/lua>,
        <http://lexvo.org/id/iso639-3/nie> .

<http://lexvo.org/id/code/luan1263> lvont:means <http://lexvo.org/id/iso639-3/lex> .

<http://lexvo.org/id/code/lub> lvont:means <http://lexvo.org/id/iso639-3/lub> .

<http://lexvo.org/id/code/luba1249> lvont:means <http://lexvo.org/id/iso639-3/lua> .

<http://lexvo.org/id/code/luba1250> lvont:means <http://lexvo.org/id/iso639-3/lub> .

<http://lexvo.org/id/code/luc> lvont:means <http://lexvo.org/id/iso639-3/lch>,
        <http://lexvo.org/id/iso639-3/luc> .

<http://lexvo.org/id/code/luch1239> lvont:means <http://lexvo.org/id/iso639-3/lch> .

<http://lexvo.org/id/code/lud> lvont:means <http://lexvo.org/id/iso639-3/lnd>,
        <http://lexvo.org/id/iso639-3/lud> .

<http://lexvo.org/id/code/lue> lvont:means <http://lexvo.org/id/iso639-3/lue> .

<http://lexvo.org/id/code/luf> lvont:means <http://lexvo.org/id/iso639-3/luf> .

<http://lexvo.org/id/code/lug> lvont:means <http://lexvo.org/id/iso639-3/lgg>,
        <http://lexvo.org/id/iso639-3/lug> .

<http://lexvo.org/id/code/lugb1240> lvont:means <http://lexvo.org/id/iso639-3/lgg> .

<http://lexvo.org/id/code/lui> lvont:means <http://lexvo.org/id/iso639-3/lui> .

<http://lexvo.org/id/code/luis1253> lvont:means <http://lexvo.org/id/iso639-3/lui> .

<http://lexvo.org/id/code/luj> lvont:means <http://lexvo.org/id/iso639-3/luj> .

<http://lexvo.org/id/code/luk> lvont:means <http://lexvo.org/id/iso639-3/luk> .

<http://lexvo.org/id/code/lul> lvont:means <http://lexvo.org/id/iso639-3/lul> .

<http://lexvo.org/id/code/lum> lvont:means <http://lexvo.org/id/iso639-3/lum>,
        <http://lexvo.org/id/iso639-3/str> .

<http://lexvo.org/id/code/lun> lvont:means <http://lexvo.org/id/iso639-3/lun>,
        <http://lexvo.org/id/iso639-3/nst> .

<http://lexvo.org/id/code/lund1266> lvont:means <http://lexvo.org/id/iso639-3/lun> .

<http://lexvo.org/id/code/lund1271> lvont:means <http://lexvo.org/id/iso639-3/lnd> .

<http://lexvo.org/id/code/luo> lvont:means <http://lexvo.org/id/iso639-3/luo> .

<http://lexvo.org/id/code/luok1236> lvont:means <http://lexvo.org/id/iso639-3/luo> .

<http://lexvo.org/id/code/lup> lvont:means <http://lexvo.org/id/iso639-3/lup> .

<http://lexvo.org/id/code/luq> lvont:means <http://lexvo.org/id/iso639-3/luq> .

<http://lexvo.org/id/code/lur> lvont:means <http://lexvo.org/id/iso639-3/lrc>,
        <http://lexvo.org/id/iso639-3/lur> .

<http://lexvo.org/id/code/lus> lvont:means <http://lexvo.org/id/iso639-3/lus>,
        <http://lexvo.org/id/iso639-3/lut> .

<http://lexvo.org/id/code/lush1249> lvont:means <http://lexvo.org/id/iso639-3/lus> .

<http://lexvo.org/id/code/lush1252> lvont:means <http://lexvo.org/id/iso639-3/lut> .

<http://lexvo.org/id/code/lut> lvont:means <http://lexvo.org/id/iso639-3/lut> .

<http://lexvo.org/id/code/luu> lvont:means <http://lexvo.org/id/iso639-3/luu> .

<http://lexvo.org/id/code/luuu1242> lvont:means <http://lexvo.org/id/iso639-3/khb> .

<http://lexvo.org/id/code/luv> lvont:means <http://lexvo.org/id/iso639-3/lue>,
        <http://lexvo.org/id/iso639-3/luv> .

<http://lexvo.org/id/code/luva1239> lvont:means <http://lexvo.org/id/iso639-3/lue> .

<http://lexvo.org/id/code/luw> lvont:means <http://lexvo.org/id/iso639-3/luw> .

<http://lexvo.org/id/code/luwo1239> lvont:means <http://lexvo.org/id/iso639-3/lwo> .

<http://lexvo.org/id/code/lux> lvont:means <http://lexvo.org/id/iso639-3/ltz> .

<http://lexvo.org/id/code/luxe1241> lvont:means <http://lexvo.org/id/iso639-3/ltz> .

<http://lexvo.org/id/code/luy> lvont:means <http://lexvo.org/id/iso639-3/luy> .

<http://lexvo.org/id/code/luz> lvont:means <http://lexvo.org/id/iso639-3/luz> .

<http://lexvo.org/id/code/lv> lvont:means <http://lexvo.org/id/iso639-3/lav> .

<http://lexvo.org/id/code/lva> lvont:means <http://lexvo.org/id/iso639-3/lva> .

<http://lexvo.org/id/code/lvk> lvont:means <http://lexvo.org/id/iso639-3/lvk> .

<http://lexvo.org/id/code/lvs> lvont:means <http://lexvo.org/id/iso639-3/lvs> .

<http://lexvo.org/id/code/lvu> lvont:means <http://lexvo.org/id/iso639-3/lvu> .

<http://lexvo.org/id/code/lwa> lvont:means <http://lexvo.org/id/iso639-3/lwa> .

<http://lexvo.org/id/code/lwe> lvont:means <http://lexvo.org/id/iso639-3/lwe> .

<http://lexvo.org/id/code/lwg> lvont:means <http://lexvo.org/id/iso639-3/lwg> .

<http://lexvo.org/id/code/lwh> lvont:means <http://lexvo.org/id/iso639-3/lwh> .

<http://lexvo.org/id/code/lwl> lvont:means <http://lexvo.org/id/iso639-3/lwl> .

<http://lexvo.org/id/code/lwm> lvont:means <http://lexvo.org/id/iso639-3/lwm> .

<http://lexvo.org/id/code/lwo> lvont:means <http://lexvo.org/id/iso639-3/lwo> .

<http://lexvo.org/id/code/lwt> lvont:means <http://lexvo.org/id/iso639-3/lwt> .

<http://lexvo.org/id/code/lww> lvont:means <http://lexvo.org/id/iso639-3/lww> .

<http://lexvo.org/id/code/lya> lvont:means <http://lexvo.org/id/iso639-3/lya> .

<http://lexvo.org/id/code/lye> lvont:means <http://lexvo.org/id/iso639-3/lee> .

<http://lexvo.org/id/code/lyel1241> lvont:means <http://lexvo.org/id/iso639-3/lee> .

<http://lexvo.org/id/code/lyg> lvont:means <http://lexvo.org/id/iso639-3/lyg> .

<http://lexvo.org/id/code/lyn> lvont:means <http://lexvo.org/id/iso639-3/lyn> .

<http://lexvo.org/id/code/lzh> lvont:means <http://lexvo.org/id/iso639-3/lzh> .

<http://lexvo.org/id/code/lzl> lvont:means <http://lexvo.org/id/iso639-3/lzl> .

<http://lexvo.org/id/code/lzn> lvont:means <http://lexvo.org/id/iso639-3/lzn> .

<http://lexvo.org/id/code/lzz> lvont:means <http://lexvo.org/id/iso639-3/lzz> .

<http://lexvo.org/id/code/ma> lvont:means <http://lexvo.org/id/iso639-3/msj> .

<http://lexvo.org/id/code/maa> lvont:means <http://lexvo.org/id/iso639-3/maa>,
        <http://lexvo.org/id/iso639-3/mas> .

<http://lexvo.org/id/code/maan1238> lvont:means <http://lexvo.org/id/iso639-3/mhy> .

<http://lexvo.org/id/code/maas1239> lvont:means <http://lexvo.org/id/iso639-3/ffm> .

<http://lexvo.org/id/code/mab> lvont:means <http://lexvo.org/id/iso639-3/mab>,
        <http://lexvo.org/id/iso639-3/mde> .

<http://lexvo.org/id/code/maba1277> lvont:means <http://lexvo.org/id/iso639-3/mde> .

<http://lexvo.org/id/code/mac> lvont:means <http://lexvo.org/id/iso639-3/mbc>,
        <http://lexvo.org/id/iso639-3/mkd> .

<http://lexvo.org/id/code/maca1259> lvont:means <http://lexvo.org/id/iso639-3/mbn> .

<http://lexvo.org/id/code/maca1260> lvont:means <http://lexvo.org/id/iso639-3/mca> .

<http://lexvo.org/id/code/mace1250> lvont:means <http://lexvo.org/id/iso639-3/mkd> .

<http://lexvo.org/id/code/mach1267> lvont:means <http://lexvo.org/id/iso639-3/mcb> .

<http://lexvo.org/id/code/macu1259> lvont:means <http://lexvo.org/id/iso639-3/mbc> .

<http://lexvo.org/id/code/macu1260> lvont:means <http://lexvo.org/id/iso639-3/myy> .

<http://lexvo.org/id/code/mad> lvont:means <http://lexvo.org/id/iso639-3/mad>,
        <http://lexvo.org/id/iso639-3/mhi> .

<http://lexvo.org/id/code/mada1282> lvont:means <http://lexvo.org/id/iso639-3/mda> .

<http://lexvo.org/id/code/mada1293> lvont:means <http://lexvo.org/id/iso639-3/mxu> .

<http://lexvo.org/id/code/made1252> lvont:means <http://lexvo.org/id/iso639-3/msj> .

<http://lexvo.org/id/code/madi1260> lvont:means <http://lexvo.org/id/iso639-3/mhi> .

<http://lexvo.org/id/code/madn1237> lvont:means <http://lexvo.org/id/iso639-3/zml> .

<http://lexvo.org/id/code/mae> lvont:means <http://lexvo.org/id/iso639-3/mae>,
        <http://lexvo.org/id/iso639-3/mme> .

<http://lexvo.org/id/code/maee1241> lvont:means <http://lexvo.org/id/iso639-3/mme> .

<http://lexvo.org/id/code/maf> lvont:means <http://lexvo.org/id/iso639-3/maf> .

<http://lexvo.org/id/code/mag> lvont:means <http://lexvo.org/id/iso639-3/mag>,
        <http://lexvo.org/id/iso639-3/mgp> .

<http://lexvo.org/id/code/maga1260> lvont:means <http://lexvo.org/id/iso639-3/mag> .

<http://lexvo.org/id/code/magu1243> lvont:means <http://lexvo.org/id/iso639-3/mdh> .

<http://lexvo.org/id/code/mah> lvont:means <http://lexvo.org/id/iso639-3/mah>,
        <http://lexvo.org/id/iso639-3/mrj> .

<http://lexvo.org/id/code/maho1249> lvont:means <http://lexvo.org/id/iso639-3/mxx> .

<http://lexvo.org/id/code/mai> lvont:means <http://lexvo.org/id/iso639-3/mai> .

<http://lexvo.org/id/code/maib1239> lvont:means <http://lexvo.org/id/iso639-3/ayz> .

<http://lexvo.org/id/code/mail1248> lvont:means <http://lexvo.org/id/iso639-3/mgu> .

<http://lexvo.org/id/code/mais1250> lvont:means <http://lexvo.org/id/iso639-3/mbq> .

<http://lexvo.org/id/code/mait1250> lvont:means <http://lexvo.org/id/iso639-3/mai> .

<http://lexvo.org/id/code/maj> lvont:means <http://lexvo.org/id/iso639-3/maj>,
        <http://lexvo.org/id/iso639-3/mpe> .

<http://lexvo.org/id/code/maja1242> lvont:means <http://lexvo.org/id/iso639-3/mpe> .

<http://lexvo.org/id/code/mak> lvont:means <http://lexvo.org/id/iso639-3/mak>,
        <http://lexvo.org/id/iso639-3/myh> .

<http://lexvo.org/id/code/maka1304> lvont:means <http://lexvo.org/id/iso639-3/mcp> .

<http://lexvo.org/id/code/maka1311> lvont:means <http://lexvo.org/id/iso639-3/mak> .

<http://lexvo.org/id/code/maka1318> lvont:means <http://lexvo.org/id/iso639-3/myh> .

<http://lexvo.org/id/code/makh1264> lvont:means <http://lexvo.org/id/iso639-3/vmw> .

<http://lexvo.org/id/code/makl1246> lvont:means <http://lexvo.org/id/iso639-3/mgf> .

<http://lexvo.org/id/code/mako1251> lvont:means <http://lexvo.org/id/iso639-3/kde> .

<http://lexvo.org/id/code/mal> lvont:means <http://lexvo.org/id/iso639-3/bhr>,
        <http://lexvo.org/id/iso639-3/mal> .

<http://lexvo.org/id/code/mala1464> lvont:means <http://lexvo.org/id/iso639-3/mal> .

<http://lexvo.org/id/code/mala1481> lvont:means <http://lexvo.org/id/iso639-3/xmm> .

<http://lexvo.org/id/code/mala1522> lvont:means <http://lexvo.org/id/iso639-3/mbp> .

<http://lexvo.org/id/code/mala1533> lvont:means <http://lexvo.org/id/iso639-3/mcm> .

<http://lexvo.org/id/code/male1284> lvont:means <http://lexvo.org/id/iso639-3/mdy> .

<http://lexvo.org/id/code/male1289> lvont:means <http://lexvo.org/id/iso639-3/mgl> .

<http://lexvo.org/id/code/male1292> lvont:means <http://lexvo.org/id/iso639-3/pqm> .

<http://lexvo.org/id/code/mali1284> lvont:means <http://lexvo.org/id/iso639-3/gcc> .

<http://lexvo.org/id/code/malo1243> lvont:means <http://lexvo.org/id/iso639-3/mla> .

<http://lexvo.org/id/code/malt1254> lvont:means <http://lexvo.org/id/iso639-3/mlt> .

<http://lexvo.org/id/code/mam> lvont:means <http://lexvo.org/id/iso639-3/mam> .

<http://lexvo.org/id/code/mama1275> lvont:means <http://lexvo.org/id/iso639-3/mmn> .

<http://lexvo.org/id/code/mama1276> lvont:means <http://lexvo.org/id/iso639-3/mqj> .

<http://lexvo.org/id/code/mamb1296> lvont:means <http://lexvo.org/id/iso639-3/mgr> .

<http://lexvo.org/id/code/mamp1244> lvont:means <http://lexvo.org/id/iso639-3/maw> .

<http://lexvo.org/id/code/mamv1243> lvont:means <http://lexvo.org/id/iso639-3/mdi> .

<http://lexvo.org/id/code/man> lvont:means <http://lexvo.org/id/iso639-3/man>,
        <http://lexvo.org/id/iso639-3/mev> .

<http://lexvo.org/id/code/mana1295> lvont:means <http://lexvo.org/id/iso639-3/mva> .

<http://lexvo.org/id/code/mana1298> lvont:means <http://lexvo.org/id/iso639-3/mle> .

<http://lexvo.org/id/code/manc1252> lvont:means <http://lexvo.org/id/iso639-3/mnc> .

<http://lexvo.org/id/code/mand1415> lvont:means <http://lexvo.org/id/iso639-3/cmn> .

<http://lexvo.org/id/code/mand1419> lvont:means <http://lexvo.org/id/iso639-3/mfv> .

<http://lexvo.org/id/code/mand1436> lvont:means <http://lexvo.org/id/iso639-3/mnk> .

<http://lexvo.org/id/code/mand1442> lvont:means <http://lexvo.org/id/iso639-3/mdr> .

<http://lexvo.org/id/code/mand1446> lvont:means <http://lexvo.org/id/iso639-3/mhq> .

<http://lexvo.org/id/code/mane1266> lvont:means <http://lexvo.org/id/iso639-3/jet> .

<http://lexvo.org/id/code/mang1381> lvont:means <http://lexvo.org/id/iso639-3/mpc> .

<http://lexvo.org/id/code/mang1394> lvont:means <http://lexvo.org/id/iso639-3/mdj> .

<http://lexvo.org/id/code/mang1405> lvont:means <http://lexvo.org/id/iso639-3/mqy> .

<http://lexvo.org/id/code/mani1235> lvont:means <http://lexvo.org/id/iso639-3/mnx> .

<http://lexvo.org/id/code/mani1292> lvont:means <http://lexvo.org/id/iso639-3/mni> .

<http://lexvo.org/id/code/mank1251> lvont:means <http://lexvo.org/id/iso639-3/knf> .

<http://lexvo.org/id/code/mann1248> lvont:means <http://lexvo.org/id/iso639-3/mev> .

<http://lexvo.org/id/code/mans1258> lvont:means <http://lexvo.org/id/iso639-3/mns> .

<http://lexvo.org/id/code/manx1243> lvont:means <http://lexvo.org/id/iso639-3/glv> .

<http://lexvo.org/id/code/mao> lvont:means <http://lexvo.org/id/iso639-3/mri> .

<http://lexvo.org/id/code/maon1238> lvont:means <http://lexvo.org/id/iso639-3/nbi> .

<http://lexvo.org/id/code/maor1244> lvont:means <http://lexvo.org/id/iso639-3/swb> .

<http://lexvo.org/id/code/maor1246> lvont:means <http://lexvo.org/id/iso639-3/mri> .

<http://lexvo.org/id/code/map> lvont:means <http://lexvo.org/id/iso639-3/arn>,
        <http://lexvo.org/id/iso639-5/map> .

<http://lexvo.org/id/code/mapo1246> lvont:means <http://lexvo.org/id/iso639-3/mcg> .

<http://lexvo.org/id/code/mapu1245> lvont:means <http://lexvo.org/id/iso639-3/arn> .

<http://lexvo.org/id/code/maq> lvont:means <http://lexvo.org/id/iso639-3/maq> .

<http://lexvo.org/id/code/maqu1238> lvont:means <http://lexvo.org/id/iso639-3/mch> .

<http://lexvo.org/id/code/mar> lvont:means <http://lexvo.org/id/iso639-3/mar>,
        <http://lexvo.org/id/iso639-3/mrc> .

<http://lexvo.org/id/code/mara1378> lvont:means <http://lexvo.org/id/iso639-3/mar> .

<http://lexvo.org/id/code/mara1382> lvont:means <http://lexvo.org/id/iso639-3/mrh> .

<http://lexvo.org/id/code/mara1385> lvont:means <http://lexvo.org/id/iso639-3/mec> .

<http://lexvo.org/id/code/mara1386> lvont:means <http://lexvo.org/id/iso639-3/zmr> .

<http://lexvo.org/id/code/mara1404> lvont:means <http://lexvo.org/id/iso639-3/mrw> .

<http://lexvo.org/id/code/marg1253> lvont:means <http://lexvo.org/id/iso639-3/zmc> .

<http://lexvo.org/id/code/marg1265> lvont:means <http://lexvo.org/id/iso639-3/mrt> .

<http://lexvo.org/id/code/mari1419> lvont:means <http://lexvo.org/id/iso639-3/zmt> .

<http://lexvo.org/id/code/mari1424> lvont:means <http://lexvo.org/id/iso639-3/mfr> .

<http://lexvo.org/id/code/mari1435> lvont:means <http://lexvo.org/id/iso639-3/mbw> .

<http://lexvo.org/id/code/mari1440> lvont:means <http://lexvo.org/id/iso639-3/mrc> .

<http://lexvo.org/id/code/mars1254> lvont:means <http://lexvo.org/id/iso639-3/mah> .

<http://lexvo.org/id/code/mart1255> lvont:means <http://lexvo.org/id/iso639-3/vma> .

<http://lexvo.org/id/code/mart1256> lvont:means <http://lexvo.org/id/iso639-3/mpj> .

<http://lexvo.org/id/code/maru1249> lvont:means <http://lexvo.org/id/iso639-3/mhx> .

<http://lexvo.org/id/code/mas> lvont:means <http://lexvo.org/id/iso639-3/mas>,
        <http://lexvo.org/id/iso639-3/mcn> .

<http://lexvo.org/id/code/masa1300> lvont:means <http://lexvo.org/id/iso639-3/mas> .

<http://lexvo.org/id/code/masa1322> lvont:means <http://lexvo.org/id/iso639-3/mcn> .

<http://lexvo.org/id/code/mat> lvont:means <http://lexvo.org/id/iso639-3/mat> .

<http://lexvo.org/id/code/mati1250> lvont:means <http://lexvo.org/id/iso639-3/mbt> .

<http://lexvo.org/id/code/mati1255> lvont:means <http://lexvo.org/id/iso639-3/mpq> .

<http://lexvo.org/id/code/mats1244> lvont:means <http://lexvo.org/id/iso639-3/mcf> .

<http://lexvo.org/id/code/matt1238> lvont:means <http://lexvo.org/id/iso639-3/mvb> .

<http://lexvo.org/id/code/matu1259> lvont:means <http://lexvo.org/id/iso639-3/mgw> .

<http://lexvo.org/id/code/matu1261> lvont:means <http://lexvo.org/id/iso639-3/mjk> .

<http://lexvo.org/id/code/mau> lvont:means <http://lexvo.org/id/iso639-3/mau>,
        <http://lexvo.org/id/iso639-3/mph> .

<http://lexvo.org/id/code/maun1240> lvont:means <http://lexvo.org/id/iso639-3/mph> .

<http://lexvo.org/id/code/mav> lvont:means <http://lexvo.org/id/iso639-3/mav>,
        <http://lexvo.org/id/iso639-3/mbw> .

<http://lexvo.org/id/code/maw> lvont:means <http://lexvo.org/id/iso639-3/maw>,
        <http://lexvo.org/id/iso639-3/mlq> .

<http://lexvo.org/id/code/mawc1242> lvont:means <http://lexvo.org/id/iso639-3/mke> .

<http://lexvo.org/id/code/max> lvont:means <http://lexvo.org/id/iso639-3/glv>,
        <http://lexvo.org/id/iso639-3/max>,
        <http://lexvo.org/id/iso639-3/mbl> .

<http://lexvo.org/id/code/maxa1247> lvont:means <http://lexvo.org/id/iso639-3/mbl> .

<http://lexvo.org/id/code/may> lvont:means <http://lexvo.org/id/iso639-3/ayz>,
        <http://lexvo.org/id/iso639-3/msa> .

<http://lexvo.org/id/code/maya1282> lvont:means <http://lexvo.org/id/iso639-3/slz> .

<http://lexvo.org/id/code/mayo1264> lvont:means <http://lexvo.org/id/iso639-3/mfy> .

<http://lexvo.org/id/code/maz> lvont:means <http://lexvo.org/id/iso639-3/maz> .

<http://lexvo.org/id/code/maza1291> lvont:means <http://lexvo.org/id/iso639-3/mzn> .

<http://lexvo.org/id/code/mba> lvont:means <http://lexvo.org/id/iso639-3/mba>,
        <http://lexvo.org/id/iso639-3/mfc> .

<http://lexvo.org/id/code/mbaa1245> lvont:means <http://lexvo.org/id/iso639-3/mfc> .

<http://lexvo.org/id/code/mbab1239> lvont:means <http://lexvo.org/id/iso639-3/vmb> .

<http://lexvo.org/id/code/mbal1255> lvont:means <http://lexvo.org/id/iso639-3/lnb> .

<http://lexvo.org/id/code/mbar1260> lvont:means <http://lexvo.org/id/iso639-3/mpk> .

<http://lexvo.org/id/code/mbay1241> lvont:means <http://lexvo.org/id/iso639-3/myb> .

<http://lexvo.org/id/code/mbb> lvont:means <http://lexvo.org/id/iso639-3/mbb>,
        <http://lexvo.org/id/iso639-3/vmb> .

<http://lexvo.org/id/code/mbc> lvont:means <http://lexvo.org/id/iso639-3/mbc> .

<http://lexvo.org/id/code/mbd> lvont:means <http://lexvo.org/id/iso639-3/mbd> .

<http://lexvo.org/id/code/mbe> lvont:means <http://lexvo.org/id/iso639-3/mbe>,
        <http://lexvo.org/id/iso639-3/mdt> .

<http://lexvo.org/id/code/mbee1250> lvont:means <http://lexvo.org/id/iso639-3/mtk> .

<http://lexvo.org/id/code/mber1257> lvont:means <http://lexvo.org/id/iso639-3/mdt> .

<http://lexvo.org/id/code/mbf> lvont:means <http://lexvo.org/id/iso639-3/mbf> .

<http://lexvo.org/id/code/mbg> lvont:means <http://lexvo.org/id/iso639-3/mhd> .

<http://lexvo.org/id/code/mbh> lvont:means <http://lexvo.org/id/iso639-3/mbh> .

<http://lexvo.org/id/code/mbi> lvont:means <http://lexvo.org/id/iso639-3/baw>,
        <http://lexvo.org/id/iso639-3/mbi> .

<http://lexvo.org/id/code/mbj> lvont:means <http://lexvo.org/id/iso639-3/mbj> .

<http://lexvo.org/id/code/mbk> lvont:means <http://lexvo.org/id/iso639-3/mbk> .

<http://lexvo.org/id/code/mbl> lvont:means <http://lexvo.org/id/iso639-3/mbl>,
        <http://lexvo.org/id/iso639-3/mdq> .

<http://lexvo.org/id/code/mbm> lvont:means <http://lexvo.org/id/iso639-3/mbm>,
        <http://lexvo.org/id/iso639-3/mdd> .

<http://lexvo.org/id/code/mbn> lvont:means <http://lexvo.org/id/iso639-3/mbn> .

<http://lexvo.org/id/code/mbo> lvont:means <http://lexvo.org/id/iso639-3/mbo>,
        <http://lexvo.org/id/iso639-3/mxk> .

<http://lexvo.org/id/code/mbol1247> lvont:means <http://lexvo.org/id/iso639-3/mdq> .

<http://lexvo.org/id/code/mbp> lvont:means <http://lexvo.org/id/iso639-3/mbp> .

<http://lexvo.org/id/code/mbq> lvont:means <http://lexvo.org/id/iso639-3/mbq> .

<http://lexvo.org/id/code/mbr> lvont:means <http://lexvo.org/id/iso639-3/mbr>,
        <http://lexvo.org/id/iso639-3/mpk> .

<http://lexvo.org/id/code/mbs> lvont:means <http://lexvo.org/id/iso639-3/mbs> .

<http://lexvo.org/id/code/mbt> lvont:means <http://lexvo.org/id/iso639-3/mbt>,
        <http://lexvo.org/id/iso639-3/mdj> .

<http://lexvo.org/id/code/mbu> lvont:means <http://lexvo.org/id/iso639-3/mbu>,
        <http://lexvo.org/id/iso639-3/mle> .

<http://lexvo.org/id/code/mbug1240> lvont:means <http://lexvo.org/id/iso639-3/mhd> .

<http://lexvo.org/id/code/mbul1263> lvont:means <http://lexvo.org/id/iso639-3/mna> .

<http://lexvo.org/id/code/mbum1254> lvont:means <http://lexvo.org/id/iso639-3/mdd> .

<http://lexvo.org/id/code/mbv> lvont:means <http://lexvo.org/id/iso639-3/mbv> .

<http://lexvo.org/id/code/mbw> lvont:means <http://lexvo.org/id/iso639-3/mbw> .

<http://lexvo.org/id/code/mbx> lvont:means <http://lexvo.org/id/iso639-3/mbx> .

<http://lexvo.org/id/code/mby> lvont:means <http://lexvo.org/id/iso639-3/mby>,
        <http://lexvo.org/id/iso639-3/myb> .

<http://lexvo.org/id/code/mbz> lvont:means <http://lexvo.org/id/iso639-3/mbz>,
        <http://lexvo.org/id/iso639-3/mtk> .

<http://lexvo.org/id/code/mca> lvont:means <http://lexvo.org/id/iso639-3/mca> .

<http://lexvo.org/id/code/mcb> lvont:means <http://lexvo.org/id/iso639-3/mcb> .

<http://lexvo.org/id/code/mcc> lvont:means <http://lexvo.org/id/iso639-3/mcc>,
        <http://lexvo.org/id/iso639-3/omc> .

<http://lexvo.org/id/code/mcd> lvont:means <http://lexvo.org/id/iso639-3/mcd>,
        <http://lexvo.org/id/iso639-3/mkd> .

<http://lexvo.org/id/code/mce> lvont:means <http://lexvo.org/id/iso639-3/mce> .

<http://lexvo.org/id/code/mcf> lvont:means <http://lexvo.org/id/iso639-3/crg>,
        <http://lexvo.org/id/iso639-3/mcf> .

<http://lexvo.org/id/code/mcg> lvont:means <http://lexvo.org/id/iso639-3/mbn>,
        <http://lexvo.org/id/iso639-3/mcg> .

<http://lexvo.org/id/code/mch> lvont:means <http://lexvo.org/id/iso639-3/mcb>,
        <http://lexvo.org/id/iso639-3/mch> .

<http://lexvo.org/id/code/mci> lvont:means <http://lexvo.org/id/iso639-3/mci> .

<http://lexvo.org/id/code/mcj> lvont:means <http://lexvo.org/id/iso639-3/mcj> .

<http://lexvo.org/id/code/mck> lvont:means <http://lexvo.org/id/iso639-3/mck> .

<http://lexvo.org/id/code/mcl> lvont:means <http://lexvo.org/id/iso639-3/mcl> .

<http://lexvo.org/id/code/mcm> lvont:means <http://lexvo.org/id/iso639-3/mcm> .

<http://lexvo.org/id/code/mcn> lvont:means <http://lexvo.org/id/iso639-3/mcn>,
        <http://lexvo.org/id/iso639-3/myy> .

<http://lexvo.org/id/code/mco> lvont:means <http://lexvo.org/id/iso639-3/mco> .

<http://lexvo.org/id/code/mcp> lvont:means <http://lexvo.org/id/iso639-3/mcp> .

<http://lexvo.org/id/code/mcq> lvont:means <http://lexvo.org/id/iso639-3/mcq> .

<http://lexvo.org/id/code/mcr> lvont:means <http://lexvo.org/id/iso639-3/mcr>,
        <http://lexvo.org/id/iso639-3/mfe> .

<http://lexvo.org/id/code/mcs> lvont:means <http://lexvo.org/id/iso639-3/csm>,
        <http://lexvo.org/id/iso639-3/mcs> .

<http://lexvo.org/id/code/mct> lvont:means <http://lexvo.org/id/iso639-3/mct> .

<http://lexvo.org/id/code/mcu> lvont:means <http://lexvo.org/id/iso639-3/mcu> .

<http://lexvo.org/id/code/mcv> lvont:means <http://lexvo.org/id/iso639-3/mcv>,
        <http://lexvo.org/id/iso639-3/moc> .

<http://lexvo.org/id/code/mcw> lvont:means <http://lexvo.org/id/iso639-3/mcw> .

<http://lexvo.org/id/code/mcx> lvont:means <http://lexvo.org/id/iso639-3/mcx> .

<http://lexvo.org/id/code/mcy> lvont:means <http://lexvo.org/id/iso639-3/mcy> .

<http://lexvo.org/id/code/mcz> lvont:means <http://lexvo.org/id/iso639-3/mcz> .

<http://lexvo.org/id/code/mda> lvont:means <http://lexvo.org/id/iso639-3/mda>,
        <http://lexvo.org/id/iso639-3/mxu> .

<http://lexvo.org/id/code/mdb> lvont:means <http://lexvo.org/id/iso639-3/mdb>,
        <http://lexvo.org/id/iso639-3/mwd> .

<http://lexvo.org/id/code/mdc> lvont:means <http://lexvo.org/id/iso639-3/mdc> .

<http://lexvo.org/id/code/mdd> lvont:means <http://lexvo.org/id/iso639-3/mdd> .

<http://lexvo.org/id/code/mde> lvont:means <http://lexvo.org/id/iso639-3/mde>,
        <http://lexvo.org/id/iso639-3/men> .

<http://lexvo.org/id/code/mdf> lvont:means <http://lexvo.org/id/iso639-3/mdf> .

<http://lexvo.org/id/code/mdg> lvont:means <http://lexvo.org/id/iso639-3/mdg>,
        <http://lexvo.org/id/iso639-3/mua> .

<http://lexvo.org/id/code/mdh> lvont:means <http://lexvo.org/id/iso639-3/mdh> .

<http://lexvo.org/id/code/mdi> lvont:means <http://lexvo.org/id/iso639-3/mdi> .

<http://lexvo.org/id/code/mdj> lvont:means <http://lexvo.org/id/iso639-3/mdj> .

<http://lexvo.org/id/code/mdk> lvont:means <http://lexvo.org/id/iso639-3/mdk>,
        <http://lexvo.org/id/iso639-3/mnk> .

<http://lexvo.org/id/code/mdl> lvont:means <http://lexvo.org/id/iso639-3/mdl>,
        <http://lexvo.org/id/iso639-3/zml> .

<http://lexvo.org/id/code/mdm> lvont:means <http://lexvo.org/id/iso639-3/mdm> .

<http://lexvo.org/id/code/mdn> lvont:means <http://lexvo.org/id/iso639-3/mdn>,
        <http://lexvo.org/id/iso639-3/mhq> .

<http://lexvo.org/id/code/mdp> lvont:means <http://lexvo.org/id/iso639-3/mdp> .

<http://lexvo.org/id/code/mdq> lvont:means <http://lexvo.org/id/iso639-3/mdq> .

<http://lexvo.org/id/code/mdr> lvont:means <http://lexvo.org/id/iso639-3/mad>,
        <http://lexvo.org/id/iso639-3/mdr> .

<http://lexvo.org/id/code/mds> lvont:means <http://lexvo.org/id/iso639-3/mds>,
        <http://lexvo.org/id/iso639-3/xmm> .

<http://lexvo.org/id/code/mdt> lvont:means <http://lexvo.org/id/iso639-3/mdt> .

<http://lexvo.org/id/code/mdu> lvont:means <http://lexvo.org/id/iso639-3/mdu>,
        <http://lexvo.org/id/iso639-3/muh> .

<http://lexvo.org/id/code/mdv> lvont:means <http://lexvo.org/id/iso639-3/mdv> .

<http://lexvo.org/id/code/mdw> lvont:means <http://lexvo.org/id/iso639-3/mdw> .

<http://lexvo.org/id/code/mdx> lvont:means <http://lexvo.org/id/iso639-3/mdx> .

<http://lexvo.org/id/code/mdy> lvont:means <http://lexvo.org/id/iso639-3/mdy> .

<http://lexvo.org/id/code/mdz> lvont:means <http://lexvo.org/id/iso639-3/mda>,
        <http://lexvo.org/id/iso639-3/mdz> .

<http://lexvo.org/id/code/mea> lvont:means <http://lexvo.org/id/iso639-3/mea>,
        <http://lexvo.org/id/iso639-3/mej> .

<http://lexvo.org/id/code/meb> lvont:means <http://lexvo.org/id/iso639-3/bew>,
        <http://lexvo.org/id/iso639-3/meb> .

<http://lexvo.org/id/code/mec> lvont:means <http://lexvo.org/id/iso639-3/mec> .

<http://lexvo.org/id/code/med> lvont:means <http://lexvo.org/id/iso639-3/med> .

<http://lexvo.org/id/code/mee> lvont:means <http://lexvo.org/id/iso639-3/mee>,
        <http://lexvo.org/id/iso639-3/mym> .

<http://lexvo.org/id/code/meen1242> lvont:means <http://lexvo.org/id/iso639-3/mym> .

<http://lexvo.org/id/code/mef> lvont:means <http://lexvo.org/id/iso639-3/mef> .

<http://lexvo.org/id/code/meg> lvont:means <http://lexvo.org/id/iso639-3/meg> .

<http://lexvo.org/id/code/meh> lvont:means <http://lexvo.org/id/iso639-3/gdq>,
        <http://lexvo.org/id/iso639-3/meh> .

<http://lexvo.org/id/code/mehe1243> lvont:means <http://lexvo.org/id/iso639-3/nux> .

<http://lexvo.org/id/code/mehr1241> lvont:means <http://lexvo.org/id/iso639-3/gdq> .

<http://lexvo.org/id/code/mei> lvont:means <http://lexvo.org/id/iso639-3/mei>,
        <http://lexvo.org/id/iso639-3/mni> .

<http://lexvo.org/id/code/mej> lvont:means <http://lexvo.org/id/iso639-3/mej> .

<http://lexvo.org/id/code/mek> lvont:means <http://lexvo.org/id/iso639-3/kxo>,
        <http://lexvo.org/id/iso639-3/mek> .

<http://lexvo.org/id/code/meke1243> lvont:means <http://lexvo.org/id/iso639-3/mek> .

<http://lexvo.org/id/code/mel> lvont:means <http://lexvo.org/id/iso639-3/mel> .

<http://lexvo.org/id/code/mem> lvont:means <http://lexvo.org/id/iso639-3/jet>,
        <http://lexvo.org/id/iso639-3/mem> .

<http://lexvo.org/id/code/men> lvont:means <http://lexvo.org/id/iso639-3/men>,
        <http://lexvo.org/id/iso639-3/mez> .

<http://lexvo.org/id/code/mend1266> lvont:means <http://lexvo.org/id/iso639-3/men> .

<http://lexvo.org/id/code/meno1252> lvont:means <http://lexvo.org/id/iso639-3/mez> .

<http://lexvo.org/id/code/ment1249> lvont:means <http://lexvo.org/id/iso639-3/mwv> .

<http://lexvo.org/id/code/meny1245> lvont:means <http://lexvo.org/id/iso639-3/mcr> .

<http://lexvo.org/id/code/meo> lvont:means <http://lexvo.org/id/iso639-3/meo> .

<http://lexvo.org/id/code/mep> lvont:means <http://lexvo.org/id/iso639-3/mep> .

<http://lexvo.org/id/code/meq> lvont:means <http://lexvo.org/id/iso639-3/meq> .

<http://lexvo.org/id/code/mer> lvont:means <http://lexvo.org/id/iso639-3/mer>,
        <http://lexvo.org/id/iso639-3/ulk> .

<http://lexvo.org/id/code/meri1244> lvont:means <http://lexvo.org/id/iso639-3/ulk> .

<http://lexvo.org/id/code/mes> lvont:means <http://lexvo.org/id/iso639-3/mes> .

<http://lexvo.org/id/code/mesc1238> lvont:means <http://lexvo.org/id/iso639-3/apm> .

<http://lexvo.org/id/code/mesk1242> lvont:means <http://lexvo.org/id/iso639-3/sac> .

<http://lexvo.org/id/code/meso1252> lvont:means <http://lexvo.org/id/iso639-3/acm> .

<http://lexvo.org/id/code/met> lvont:means <http://lexvo.org/id/iso639-3/met> .

<http://lexvo.org/id/code/meu> lvont:means <http://lexvo.org/id/iso639-3/meu> .

<http://lexvo.org/id/code/mev> lvont:means <http://lexvo.org/id/iso639-3/mev> .

<http://lexvo.org/id/code/mew> lvont:means <http://lexvo.org/id/iso639-3/mew> .

<http://lexvo.org/id/code/mey> lvont:means <http://lexvo.org/id/iso639-3/mcr>,
        <http://lexvo.org/id/iso639-3/mey> .

<http://lexvo.org/id/code/meya1236> lvont:means <http://lexvo.org/id/iso639-3/mej> .

<http://lexvo.org/id/code/mez> lvont:means <http://lexvo.org/id/iso639-3/mez> .

<http://lexvo.org/id/code/mezo1235> lvont:means <http://lexvo.org/id/iso639-3/pbe> .

<http://lexvo.org/id/code/mezq1235> lvont:means <http://lexvo.org/id/iso639-3/ote> .

<http://lexvo.org/id/code/mfa> lvont:means <http://lexvo.org/id/iso639-3/mfa> .

<http://lexvo.org/id/code/mfb> lvont:means <http://lexvo.org/id/iso639-3/mfb> .

<http://lexvo.org/id/code/mfc> lvont:means <http://lexvo.org/id/iso639-3/mfc> .

<http://lexvo.org/id/code/mfd> lvont:means <http://lexvo.org/id/iso639-3/mfd> .

<http://lexvo.org/id/code/mfe> lvont:means <http://lexvo.org/id/iso639-3/mfe> .

<http://lexvo.org/id/code/mff> lvont:means <http://lexvo.org/id/iso639-3/mff> .

<http://lexvo.org/id/code/mfg> lvont:means <http://lexvo.org/id/iso639-3/mfg> .

<http://lexvo.org/id/code/mfh> lvont:means <http://lexvo.org/id/iso639-3/mfh> .

<http://lexvo.org/id/code/mfi> lvont:means <http://lexvo.org/id/iso639-3/mfi> .

<http://lexvo.org/id/code/mfj> lvont:means <http://lexvo.org/id/iso639-3/mfj> .

<http://lexvo.org/id/code/mfk> lvont:means <http://lexvo.org/id/iso639-3/mfk> .

<http://lexvo.org/id/code/mfl> lvont:means <http://lexvo.org/id/iso639-3/mfl> .

<http://lexvo.org/id/code/mfm> lvont:means <http://lexvo.org/id/iso639-3/mfm> .

<http://lexvo.org/id/code/mfn> lvont:means <http://lexvo.org/id/iso639-3/mfn> .

<http://lexvo.org/id/code/mfo> lvont:means <http://lexvo.org/id/iso639-3/mfo> .

<http://lexvo.org/id/code/mfp> lvont:means <http://lexvo.org/id/iso639-3/mfp> .

<http://lexvo.org/id/code/mfq> lvont:means <http://lexvo.org/id/iso639-3/mfq> .

<http://lexvo.org/id/code/mfr> lvont:means <http://lexvo.org/id/iso639-3/mfr> .

<http://lexvo.org/id/code/mfs> lvont:means <http://lexvo.org/id/iso639-3/mfs> .

<http://lexvo.org/id/code/mft> lvont:means <http://lexvo.org/id/iso639-3/mft> .

<http://lexvo.org/id/code/mfu> lvont:means <http://lexvo.org/id/iso639-3/mfu> .

<http://lexvo.org/id/code/mfv> lvont:means <http://lexvo.org/id/iso639-3/mfv> .

<http://lexvo.org/id/code/mfw> lvont:means <http://lexvo.org/id/iso639-3/mfw> .

<http://lexvo.org/id/code/mfx> lvont:means <http://lexvo.org/id/iso639-3/mfx> .

<http://lexvo.org/id/code/mfy> lvont:means <http://lexvo.org/id/iso639-3/mfy> .

<http://lexvo.org/id/code/mfz> lvont:means <http://lexvo.org/id/iso639-3/mfz> .

<http://lexvo.org/id/code/mg> lvont:means <http://lexvo.org/id/iso639-3/mlg> .

<http://lexvo.org/id/code/mga> lvont:means <http://lexvo.org/id/iso639-3/mga>,
        <http://lexvo.org/id/iso639-3/ndt> .

<http://lexvo.org/id/code/mgb> lvont:means <http://lexvo.org/id/iso639-3/mgb> .

<http://lexvo.org/id/code/mgc> lvont:means <http://lexvo.org/id/iso639-3/mgc> .

<http://lexvo.org/id/code/mgd> lvont:means <http://lexvo.org/id/iso639-3/mgd>,
        <http://lexvo.org/id/iso639-3/mog> .

<http://lexvo.org/id/code/mge> lvont:means <http://lexvo.org/id/iso639-3/mge>,
        <http://lexvo.org/id/iso639-3/mng> .

<http://lexvo.org/id/code/mgf> lvont:means <http://lexvo.org/id/iso639-3/mgf> .

<http://lexvo.org/id/code/mgg> lvont:means <http://lexvo.org/id/iso639-3/mgg>,
        <http://lexvo.org/id/iso639-3/mjg> .

<http://lexvo.org/id/code/mgh> lvont:means <http://lexvo.org/id/iso639-3/mag>,
        <http://lexvo.org/id/iso639-3/mgh> .

<http://lexvo.org/id/code/mgi> lvont:means <http://lexvo.org/id/iso639-3/mgi>,
        <http://lexvo.org/id/iso639-3/mgu> .

<http://lexvo.org/id/code/mgj> lvont:means <http://lexvo.org/id/iso639-3/mgj> .

<http://lexvo.org/id/code/mgk> lvont:means <http://lexvo.org/id/iso639-3/mgk>,
        <http://lexvo.org/id/iso639-3/mhk> .

<http://lexvo.org/id/code/mgl> lvont:means <http://lexvo.org/id/iso639-3/mgl>,
        <http://lexvo.org/id/iso639-3/xmf> .

<http://lexvo.org/id/code/mgm> lvont:means <http://lexvo.org/id/iso639-3/mgm> .

<http://lexvo.org/id/code/mgn> lvont:means <http://lexvo.org/id/iso639-3/mdh>,
        <http://lexvo.org/id/iso639-3/mgn> .

<http://lexvo.org/id/code/mgo> lvont:means <http://lexvo.org/id/iso639-3/lol>,
        <http://lexvo.org/id/iso639-3/mgo> .

<http://lexvo.org/id/code/mgp> lvont:means <http://lexvo.org/id/iso639-3/mgp> .

<http://lexvo.org/id/code/mgq> lvont:means <http://lexvo.org/id/iso639-3/mgq> .

<http://lexvo.org/id/code/mgr> lvont:means <http://lexvo.org/id/iso639-3/mgr> .

<http://lexvo.org/id/code/mgs> lvont:means <http://lexvo.org/id/iso639-3/mgs> .

<http://lexvo.org/id/code/mgt> lvont:means <http://lexvo.org/id/iso639-3/mgt> .

<http://lexvo.org/id/code/mgu> lvont:means <http://lexvo.org/id/iso639-3/mgu>,
        <http://lexvo.org/id/iso639-3/mug> .

<http://lexvo.org/id/code/mgv> lvont:means <http://lexvo.org/id/iso639-3/mgv> .

<http://lexvo.org/id/code/mgw> lvont:means <http://lexvo.org/id/iso639-3/mgw> .

<http://lexvo.org/id/code/mgy> lvont:means <http://lexvo.org/id/iso639-3/mgy> .

<http://lexvo.org/id/code/mgz> lvont:means <http://lexvo.org/id/iso639-3/mgz> .

<http://lexvo.org/id/code/mh> lvont:means <http://lexvo.org/id/iso639-3/mah> .

<http://lexvo.org/id/code/mha> lvont:means <http://lexvo.org/id/iso639-3/mha> .

<http://lexvo.org/id/code/mhb> lvont:means <http://lexvo.org/id/iso639-3/mhb> .

<http://lexvo.org/id/code/mhc> lvont:means <http://lexvo.org/id/iso639-3/mhc>,
        <http://lexvo.org/id/iso639-3/mof> .

<http://lexvo.org/id/code/mhd> lvont:means <http://lexvo.org/id/iso639-3/mhd> .

<http://lexvo.org/id/code/mhe> lvont:means <http://lexvo.org/id/iso639-3/mhe> .

<http://lexvo.org/id/code/mhf> lvont:means <http://lexvo.org/id/iso639-3/mhf> .

<http://lexvo.org/id/code/mhg> lvont:means <http://lexvo.org/id/iso639-3/mhg> .

<http://lexvo.org/id/code/mhh> lvont:means <http://lexvo.org/id/iso639-3/mhh> .

<http://lexvo.org/id/code/mhi> lvont:means <http://lexvo.org/id/iso639-3/mar>,
        <http://lexvo.org/id/iso639-3/mhi> .

<http://lexvo.org/id/code/mhj> lvont:means <http://lexvo.org/id/iso639-3/mhj> .

<http://lexvo.org/id/code/mhk> lvont:means <http://lexvo.org/id/iso639-3/mhk>,
        <http://lexvo.org/id/iso639-3/nux> .

<http://lexvo.org/id/code/mhl> lvont:means <http://lexvo.org/id/iso639-3/mhl> .

<http://lexvo.org/id/code/mhm> lvont:means <http://lexvo.org/id/iso639-3/mhe>,
        <http://lexvo.org/id/iso639-3/mhm> .

<http://lexvo.org/id/code/mhn> lvont:means <http://lexvo.org/id/iso639-3/mhn> .

<http://lexvo.org/id/code/mho> lvont:means <http://lexvo.org/id/iso639-3/mho> .

<http://lexvo.org/id/code/mhp> lvont:means <http://lexvo.org/id/iso639-3/mhp> .

<http://lexvo.org/id/code/mhq> lvont:means <http://lexvo.org/id/iso639-3/mhq> .

<http://lexvo.org/id/code/mhr> lvont:means <http://lexvo.org/id/iso639-3/mhr> .

<http://lexvo.org/id/code/mhs> lvont:means <http://lexvo.org/id/iso639-3/mhs> .

<http://lexvo.org/id/code/mht> lvont:means <http://lexvo.org/id/iso639-3/mht> .

<http://lexvo.org/id/code/mhu> lvont:means <http://lexvo.org/id/iso639-3/lnb>,
        <http://lexvo.org/id/iso639-3/mhu> .

<http://lexvo.org/id/code/mhw> lvont:means <http://lexvo.org/id/iso639-3/mhw> .

<http://lexvo.org/id/code/mhx> lvont:means <http://lexvo.org/id/iso639-3/mhx> .

<http://lexvo.org/id/code/mhy> lvont:means <http://lexvo.org/id/iso639-3/mhy> .

<http://lexvo.org/id/code/mhz> lvont:means <http://lexvo.org/id/iso639-3/mhz> .

<http://lexvo.org/id/code/mi> lvont:means <http://lexvo.org/id/iso639-3/mri> .

<http://lexvo.org/id/code/mia> lvont:means <http://lexvo.org/id/iso639-3/mia> .

<http://lexvo.org/id/code/miam1252> lvont:means <http://lexvo.org/id/iso639-3/mia> .

<http://lexvo.org/id/code/mib> lvont:means <http://lexvo.org/id/iso639-3/mib> .

<http://lexvo.org/id/code/mic> lvont:means <http://lexvo.org/id/iso639-3/mic> .

<http://lexvo.org/id/code/mich1243> lvont:means <http://lexvo.org/id/iso639-3/crg> .

<http://lexvo.org/id/code/mich1245> lvont:means <http://lexvo.org/id/iso639-3/ncl> .

<http://lexvo.org/id/code/mid> lvont:means <http://lexvo.org/id/iso639-3/mei>,
        <http://lexvo.org/id/iso639-3/mid> .

<http://lexvo.org/id/code/mido1240> lvont:means <http://lexvo.org/id/iso639-3/mei> .

<http://lexvo.org/id/code/mie> lvont:means <http://lexvo.org/id/iso639-3/ium>,
        <http://lexvo.org/id/iso639-3/mie> .

<http://lexvo.org/id/code/mif> lvont:means <http://lexvo.org/id/iso639-3/mif> .

<http://lexvo.org/id/code/mig> lvont:means <http://lexvo.org/id/iso639-3/mig>,
        <http://lexvo.org/id/iso639-3/mmy> .

<http://lexvo.org/id/code/miga1249> lvont:means <http://lexvo.org/id/iso639-3/mmy> .

<http://lexvo.org/id/code/mih> lvont:means <http://lexvo.org/id/iso639-3/mih> .

<http://lexvo.org/id/code/mii> lvont:means <http://lexvo.org/id/iso639-3/mii>,
        <http://lexvo.org/id/iso639-3/tma> .

<http://lexvo.org/id/code/mij> lvont:means <http://lexvo.org/id/iso639-3/mij>,
        <http://lexvo.org/id/iso639-3/mxj> .

<http://lexvo.org/id/code/miju1243> lvont:means <http://lexvo.org/id/iso639-3/mxj> .

<http://lexvo.org/id/code/mik> lvont:means <http://lexvo.org/id/iso639-3/mik>,
        <http://lexvo.org/id/iso639-3/mjw> .

<http://lexvo.org/id/code/mika1239> lvont:means <http://lexvo.org/id/iso639-3/mik> .

<http://lexvo.org/id/code/mikm1235> lvont:means <http://lexvo.org/id/iso639-3/mic> .

<http://lexvo.org/id/code/mil> lvont:means <http://lexvo.org/id/iso639-3/adi>,
        <http://lexvo.org/id/iso639-3/mil> .

<http://lexvo.org/id/code/mim> lvont:means <http://lexvo.org/id/iso639-3/mim> .

<http://lexvo.org/id/code/min> lvont:means <http://lexvo.org/id/iso639-3/min> .

<http://lexvo.org/id/code/mina1268> lvont:means <http://lexvo.org/id/iso639-3/min> .

<http://lexvo.org/id/code/mina1269> lvont:means <http://lexvo.org/id/iso639-3/mvn> .

<http://lexvo.org/id/code/mind1253> lvont:means <http://lexvo.org/id/iso639-3/cdo> .

<http://lexvo.org/id/code/ming1252> lvont:means <http://lexvo.org/id/iso639-3/xmf> .

<http://lexvo.org/id/code/mini1256> lvont:means <http://lexvo.org/id/iso639-3/hto> .

<http://lexvo.org/id/code/minn1241> lvont:means <http://lexvo.org/id/iso639-3/nan> .

<http://lexvo.org/id/code/mio> lvont:means <http://lexvo.org/id/iso639-3/mio> .

<http://lexvo.org/id/code/mip> lvont:means <http://lexvo.org/id/iso639-3/mip> .

<http://lexvo.org/id/code/miq> lvont:means <http://lexvo.org/id/iso639-3/miq> .

<http://lexvo.org/id/code/mir> lvont:means <http://lexvo.org/id/iso639-3/mep>,
        <http://lexvo.org/id/iso639-3/mir> .

<http://lexvo.org/id/code/miri1266> lvont:means <http://lexvo.org/id/iso639-3/mep> .

<http://lexvo.org/id/code/mis> lvont:means <http://lexvo.org/id/iso639-3/miq>,
        <http://lexvo.org/id/iso639-3/mis> .

<http://lexvo.org/id/code/misi1242> lvont:means <http://lexvo.org/id/iso639-3/mrg> .

<http://lexvo.org/id/code/misk1235> lvont:means <http://lexvo.org/id/iso639-3/miq> .

<http://lexvo.org/id/code/mit> lvont:means <http://lexvo.org/id/iso639-3/mit>,
        <http://lexvo.org/id/iso639-3/zmq> .

<http://lexvo.org/id/code/mitl1236> lvont:means <http://lexvo.org/id/iso639-3/zaw> .

<http://lexvo.org/id/code/mitu1240> lvont:means <http://lexvo.org/id/iso639-3/zmq> .

<http://lexvo.org/id/code/miu> lvont:means <http://lexvo.org/id/iso639-3/miu> .

<http://lexvo.org/id/code/miw> lvont:means <http://lexvo.org/id/iso639-3/miw> .

<http://lexvo.org/id/code/mix> lvont:means <http://lexvo.org/id/iso639-3/mix> .

<http://lexvo.org/id/code/mixt1426> lvont:means <http://lexvo.org/id/iso639-3/zpm> .

<http://lexvo.org/id/code/miy> lvont:means <http://lexvo.org/id/iso639-3/miy>,
        <http://lexvo.org/id/iso639-3/mkf> .

<http://lexvo.org/id/code/miya1266> lvont:means <http://lexvo.org/id/iso639-3/mkf> .

<http://lexvo.org/id/code/miz> lvont:means <http://lexvo.org/id/iso639-3/lus>,
        <http://lexvo.org/id/iso639-3/miz> .

<http://lexvo.org/id/code/mja> lvont:means <http://lexvo.org/id/iso639-3/mxt> .

<http://lexvo.org/id/code/mjc> lvont:means <http://lexvo.org/id/iso639-3/mjc> .

<http://lexvo.org/id/code/mjd> lvont:means <http://lexvo.org/id/iso639-3/mjd> .

<http://lexvo.org/id/code/mje> lvont:means <http://lexvo.org/id/iso639-3/mje> .

<http://lexvo.org/id/code/mjg> lvont:means <http://lexvo.org/id/iso639-3/mjg> .

<http://lexvo.org/id/code/mjh> lvont:means <http://lexvo.org/id/iso639-3/mjh> .

<http://lexvo.org/id/code/mji> lvont:means <http://lexvo.org/id/iso639-3/mji> .

<http://lexvo.org/id/code/mjj> lvont:means <http://lexvo.org/id/iso639-3/mjj> .

<http://lexvo.org/id/code/mjk> lvont:means <http://lexvo.org/id/iso639-3/mfv>,
        <http://lexvo.org/id/iso639-3/mjk> .

<http://lexvo.org/id/code/mjl> lvont:means <http://lexvo.org/id/iso639-3/mjl> .

<http://lexvo.org/id/code/mjm> lvont:means <http://lexvo.org/id/iso639-3/mjm> .

<http://lexvo.org/id/code/mjn> lvont:means <http://lexvo.org/id/iso639-3/mjn> .

<http://lexvo.org/id/code/mjo> lvont:means <http://lexvo.org/id/iso639-3/mjo> .

<http://lexvo.org/id/code/mjp> lvont:means <http://lexvo.org/id/iso639-3/mjp> .

<http://lexvo.org/id/code/mjq> lvont:means <http://lexvo.org/id/iso639-3/mjq> .

<http://lexvo.org/id/code/mjr> lvont:means <http://lexvo.org/id/iso639-3/mjr> .

<http://lexvo.org/id/code/mjs> lvont:means <http://lexvo.org/id/iso639-3/mjs> .

<http://lexvo.org/id/code/mjt> lvont:means <http://lexvo.org/id/iso639-3/mjt> .

<http://lexvo.org/id/code/mju> lvont:means <http://lexvo.org/id/iso639-3/mju> .

<http://lexvo.org/id/code/mjv> lvont:means <http://lexvo.org/id/iso639-3/mjv> .

<http://lexvo.org/id/code/mjw> lvont:means <http://lexvo.org/id/iso639-3/mjw> .

<http://lexvo.org/id/code/mjx> lvont:means <http://lexvo.org/id/iso639-3/mjx> .

<http://lexvo.org/id/code/mjy> lvont:means <http://lexvo.org/id/iso639-3/mjy> .

<http://lexvo.org/id/code/mjz> lvont:means <http://lexvo.org/id/iso639-3/mjz> .

<http://lexvo.org/id/code/mk> lvont:means <http://lexvo.org/id/iso639-3/mkd> .

<http://lexvo.org/id/code/mka> lvont:means <http://lexvo.org/id/iso639-3/mka>,
        <http://lexvo.org/id/iso639-3/mxx> .

<http://lexvo.org/id/code/mkb> lvont:means <http://lexvo.org/id/iso639-3/csi>,
        <http://lexvo.org/id/iso639-3/mkb> .

<http://lexvo.org/id/code/mkc> lvont:means <http://lexvo.org/id/iso639-3/mkc> .

<http://lexvo.org/id/code/mkd> lvont:means <http://lexvo.org/id/iso639-3/kde>,
        <http://lexvo.org/id/iso639-3/mkd> .

<http://lexvo.org/id/code/mke> lvont:means <http://lexvo.org/id/iso639-3/mek>,
        <http://lexvo.org/id/iso639-3/mke> .

<http://lexvo.org/id/code/mkf> lvont:means <http://lexvo.org/id/iso639-3/mkf> .

<http://lexvo.org/id/code/mkg> lvont:means <http://lexvo.org/id/iso639-3/mkg>,
        <http://lexvo.org/id/iso639-3/mnk> .

<http://lexvo.org/id/code/mkh> lvont:means <http://lexvo.org/id/iso639-5/mkh> .

<http://lexvo.org/id/code/mki> lvont:means <http://lexvo.org/id/iso639-3/mik>,
        <http://lexvo.org/id/iso639-3/mki> .

<http://lexvo.org/id/code/mkj> lvont:means <http://lexvo.org/id/iso639-3/mkj> .

<http://lexvo.org/id/code/mkk> lvont:means <http://lexvo.org/id/iso639-3/mkk> .

<http://lexvo.org/id/code/mkl> lvont:means <http://lexvo.org/id/iso639-3/mgf>,
        <http://lexvo.org/id/iso639-3/mkl> .

<http://lexvo.org/id/code/mkm> lvont:means <http://lexvo.org/id/iso639-3/mkm> .

<http://lexvo.org/id/code/mkn> lvont:means <http://lexvo.org/id/iso639-3/knf>,
        <http://lexvo.org/id/iso639-3/mkn> .

<http://lexvo.org/id/code/mko> lvont:means <http://lexvo.org/id/iso639-3/mko>,
        <http://lexvo.org/id/iso639-3/moz> .

<http://lexvo.org/id/code/mkp> lvont:means <http://lexvo.org/id/iso639-3/mkp> .

<http://lexvo.org/id/code/mkq> lvont:means <http://lexvo.org/id/iso639-3/mkq> .

<http://lexvo.org/id/code/mkr> lvont:means <http://lexvo.org/id/iso639-3/mkr>,
        <http://lexvo.org/id/iso639-3/msy> .

<http://lexvo.org/id/code/mks> lvont:means <http://lexvo.org/id/iso639-3/mak>,
        <http://lexvo.org/id/iso639-3/mks> .

<http://lexvo.org/id/code/mkt> lvont:means <http://lexvo.org/id/iso639-3/mkt> .

<http://lexvo.org/id/code/mku> lvont:means <http://lexvo.org/id/iso639-3/mku>,
        <http://lexvo.org/id/iso639-3/zmr> .

<http://lexvo.org/id/code/mkv> lvont:means <http://lexvo.org/id/iso639-3/mkv> .

<http://lexvo.org/id/code/mkw> lvont:means <http://lexvo.org/id/iso639-3/mkw> .

<http://lexvo.org/id/code/mkx> lvont:means <http://lexvo.org/id/iso639-3/mkx> .

<http://lexvo.org/id/code/mky> lvont:means <http://lexvo.org/id/iso639-3/mky> .

<http://lexvo.org/id/code/mkz> lvont:means <http://lexvo.org/id/iso639-3/mcp>,
        <http://lexvo.org/id/iso639-3/mkz> .

<http://lexvo.org/id/code/ml> lvont:means <http://lexvo.org/id/iso639-3/mal> .

<http://lexvo.org/id/code/mla> lvont:means <http://lexvo.org/id/iso639-3/mla>,
        <http://lexvo.org/id/iso639-3/mlg> .

<http://lexvo.org/id/code/mlab1235> lvont:means <http://lexvo.org/id/iso639-3/mra> .

<http://lexvo.org/id/code/mlb> lvont:means <http://lexvo.org/id/iso639-3/mlb> .

<http://lexvo.org/id/code/mlc> lvont:means <http://lexvo.org/id/iso639-3/mcm>,
        <http://lexvo.org/id/iso639-3/mlc> .

<http://lexvo.org/id/code/mld> lvont:means <http://lexvo.org/id/iso639-3/mld> .

<http://lexvo.org/id/code/mle> lvont:means <http://lexvo.org/id/iso639-3/mdy>,
        <http://lexvo.org/id/iso639-3/mle> .

<http://lexvo.org/id/code/mlf> lvont:means <http://lexvo.org/id/iso639-3/mlf> .

<http://lexvo.org/id/code/mlg> lvont:means <http://lexvo.org/id/iso639-3/mfi>,
        <http://lexvo.org/id/iso639-3/mlg> .

<http://lexvo.org/id/code/mlh> lvont:means <http://lexvo.org/id/iso639-3/mlh> .

<http://lexvo.org/id/code/mli> lvont:means <http://lexvo.org/id/iso639-3/gcc>,
        <http://lexvo.org/id/iso639-3/mli> .

<http://lexvo.org/id/code/mlj> lvont:means <http://lexvo.org/id/iso639-3/mlj> .

<http://lexvo.org/id/code/mlk> lvont:means <http://lexvo.org/id/iso639-3/mlk>,
        <http://lexvo.org/id/iso639-3/mpb> .

<http://lexvo.org/id/code/mll> lvont:means <http://lexvo.org/id/iso639-3/mbe>,
        <http://lexvo.org/id/iso639-3/mll> .

<http://lexvo.org/id/code/mlm> lvont:means <http://lexvo.org/id/iso639-3/mlm>,
        <http://lexvo.org/id/iso639-3/mra> .

<http://lexvo.org/id/code/mln> lvont:means <http://lexvo.org/id/iso639-3/mln> .

<http://lexvo.org/id/code/mlo> lvont:means <http://lexvo.org/id/iso639-3/mlo> .

<http://lexvo.org/id/code/mlp> lvont:means <http://lexvo.org/id/iso639-3/mlp> .

<http://lexvo.org/id/code/mlq> lvont:means <http://lexvo.org/id/iso639-3/mlq> .

<http://lexvo.org/id/code/mlr> lvont:means <http://lexvo.org/id/iso639-3/mlr> .

<http://lexvo.org/id/code/mls> lvont:means <http://lexvo.org/id/iso639-3/mls> .

<http://lexvo.org/id/code/mlt> lvont:means <http://lexvo.org/id/iso639-3/mlt> .

<http://lexvo.org/id/code/mlu> lvont:means <http://lexvo.org/id/iso639-3/mgl>,
        <http://lexvo.org/id/iso639-3/mlu> .

<http://lexvo.org/id/code/mlv> lvont:means <http://lexvo.org/id/iso639-3/mlv> .

<http://lexvo.org/id/code/mlw> lvont:means <http://lexvo.org/id/iso639-3/mlw> .

<http://lexvo.org/id/code/mlx> lvont:means <http://lexvo.org/id/iso639-3/mlx> .

<http://lexvo.org/id/code/mlz> lvont:means <http://lexvo.org/id/iso639-3/mlz> .

<http://lexvo.org/id/code/mma> lvont:means <http://lexvo.org/id/iso639-3/mid>,
        <http://lexvo.org/id/iso639-3/mma> .

<http://lexvo.org/id/code/mmb> lvont:means <http://lexvo.org/id/iso639-3/mmb>,
        <http://lexvo.org/id/iso639-3/mna> .

<http://lexvo.org/id/code/mmc> lvont:means <http://lexvo.org/id/iso639-3/mmc> .

<http://lexvo.org/id/code/mmd> lvont:means <http://lexvo.org/id/iso639-3/mmd> .

<http://lexvo.org/id/code/mme> lvont:means <http://lexvo.org/id/iso639-3/mhr>,
        <http://lexvo.org/id/iso639-3/mme> .

<http://lexvo.org/id/code/mmf> lvont:means <http://lexvo.org/id/iso639-3/mmf> .

<http://lexvo.org/id/code/mmg> lvont:means <http://lexvo.org/id/iso639-3/mmg> .

<http://lexvo.org/id/code/mmh> lvont:means <http://lexvo.org/id/iso639-3/mmh> .

<http://lexvo.org/id/code/mmi> lvont:means <http://lexvo.org/id/iso639-3/mmi> .

<http://lexvo.org/id/code/mmj> lvont:means <http://lexvo.org/id/iso639-3/mmj> .

<http://lexvo.org/id/code/mmk> lvont:means <http://lexvo.org/id/iso639-3/mmk> .

<http://lexvo.org/id/code/mml> lvont:means <http://lexvo.org/id/iso639-3/mml> .

<http://lexvo.org/id/code/mmm> lvont:means <http://lexvo.org/id/iso639-3/mmm> .

<http://lexvo.org/id/code/mmn> lvont:means <http://lexvo.org/id/iso639-3/mmn> .

<http://lexvo.org/id/code/mmo> lvont:means <http://lexvo.org/id/iso639-3/mdf>,
        <http://lexvo.org/id/iso639-3/mmo> .

<http://lexvo.org/id/code/mmp> lvont:means <http://lexvo.org/id/iso639-3/maw>,
        <http://lexvo.org/id/iso639-3/mmp> .

<http://lexvo.org/id/code/mmq> lvont:means <http://lexvo.org/id/iso639-3/mmq> .

<http://lexvo.org/id/code/mmr> lvont:means <http://lexvo.org/id/iso639-3/mmr> .

<http://lexvo.org/id/code/mms> lvont:means <http://lexvo.org/id/iso639-3/mqj> .

<http://lexvo.org/id/code/mmt> lvont:means <http://lexvo.org/id/iso639-3/mmt> .

<http://lexvo.org/id/code/mmu> lvont:means <http://lexvo.org/id/iso639-3/mmu>,
        <http://lexvo.org/id/iso639-3/zmi> .

<http://lexvo.org/id/code/mmv> lvont:means <http://lexvo.org/id/iso639-3/mdi>,
        <http://lexvo.org/id/iso639-3/mmv> .

<http://lexvo.org/id/code/mmw> lvont:means <http://lexvo.org/id/iso639-3/mgr>,
        <http://lexvo.org/id/iso639-3/mmw> .

<http://lexvo.org/id/code/mmx> lvont:means <http://lexvo.org/id/iso639-3/mmx> .

<http://lexvo.org/id/code/mmy> lvont:means <http://lexvo.org/id/iso639-3/mmy> .

<http://lexvo.org/id/code/mmz> lvont:means <http://lexvo.org/id/iso639-3/mmz> .

<http://lexvo.org/id/code/mn> lvont:means <http://lexvo.org/id/iso639-3/mon> .

<http://lexvo.org/id/code/mna> lvont:means <http://lexvo.org/id/iso639-3/mna>,
        <http://lexvo.org/id/iso639-3/mnb> .

<http://lexvo.org/id/code/mnb> lvont:means <http://lexvo.org/id/iso639-3/mnb> .

<http://lexvo.org/id/code/mnc> lvont:means <http://lexvo.org/id/iso639-3/mnc> .

<http://lexvo.org/id/code/mnd> lvont:means <http://lexvo.org/id/iso639-3/cmn>,
        <http://lexvo.org/id/iso639-3/mnd> .

<http://lexvo.org/id/code/mne> lvont:means <http://lexvo.org/id/iso639-3/mne>,
        <http://lexvo.org/id/iso639-3/nmu> .

<http://lexvo.org/id/code/mnf> lvont:means <http://lexvo.org/id/iso639-3/mnf> .

<http://lexvo.org/id/code/mng> lvont:means <http://lexvo.org/id/iso639-3/mng>,
        <http://lexvo.org/id/iso639-3/mqy> .

<http://lexvo.org/id/code/mnh> lvont:means <http://lexvo.org/id/iso639-3/mnh> .

<http://lexvo.org/id/code/mni> lvont:means <http://lexvo.org/id/iso639-3/mni>,
        <http://lexvo.org/id/iso639-3/mnz> .

<http://lexvo.org/id/code/mnj> lvont:means <http://lexvo.org/id/iso639-3/mnj>,
        <http://lexvo.org/id/iso639-3/mpj> .

<http://lexvo.org/id/code/mnk> lvont:means <http://lexvo.org/id/iso639-3/emk>,
        <http://lexvo.org/id/iso639-3/mnk> .

<http://lexvo.org/id/code/mnl> lvont:means <http://lexvo.org/id/iso639-3/mnl> .

<http://lexvo.org/id/code/mnm> lvont:means <http://lexvo.org/id/iso639-3/mnm>,
        <http://lexvo.org/id/iso639-3/mva> .

<http://lexvo.org/id/code/mnn> lvont:means <http://lexvo.org/id/iso639-3/mnn> .

<http://lexvo.org/id/code/mno> lvont:means <http://lexvo.org/id/iso639-3/mnr>,
        <http://lexvo.org/id/iso639-5/mno> .

<http://lexvo.org/id/code/mnp> lvont:means <http://lexvo.org/id/iso639-3/mnp> .

<http://lexvo.org/id/code/mnq> lvont:means <http://lexvo.org/id/iso639-3/mnq> .

<http://lexvo.org/id/code/mnr> lvont:means <http://lexvo.org/id/iso639-3/mdr>,
        <http://lexvo.org/id/iso639-3/mnr> .

<http://lexvo.org/id/code/mns> lvont:means <http://lexvo.org/id/iso639-3/mns> .

<http://lexvo.org/id/code/mnt> lvont:means <http://lexvo.org/id/iso639-3/mnt>,
        <http://lexvo.org/id/iso639-3/mwv> .

<http://lexvo.org/id/code/mnu> lvont:means <http://lexvo.org/id/iso639-3/mji>,
        <http://lexvo.org/id/iso639-3/mnu> .

<http://lexvo.org/id/code/mnv> lvont:means <http://lexvo.org/id/iso639-3/mnv>,
        <http://lexvo.org/id/iso639-3/mvn> .

<http://lexvo.org/id/code/mnw> lvont:means <http://lexvo.org/id/iso639-3/mnw> .

<http://lexvo.org/id/code/mnx> lvont:means <http://lexvo.org/id/iso639-3/glv>,
        <http://lexvo.org/id/iso639-3/mnx> .

<http://lexvo.org/id/code/mny> lvont:means <http://lexvo.org/id/iso639-3/mny>,
        <http://lexvo.org/id/iso639-3/zmc> .

<http://lexvo.org/id/code/mnz> lvont:means <http://lexvo.org/id/iso639-3/mnz> .

<http://lexvo.org/id/code/moa> lvont:means <http://lexvo.org/id/iso639-3/moa>,
        <http://lexvo.org/id/iso639-3/mte> .

<http://lexvo.org/id/code/moc> lvont:means <http://lexvo.org/id/iso639-3/moc>,
        <http://lexvo.org/id/iso639-3/moy> .

<http://lexvo.org/id/code/moch1259> lvont:means <http://lexvo.org/id/iso639-3/omc> .

<http://lexvo.org/id/code/moco1246> lvont:means <http://lexvo.org/id/iso639-3/moc> .

<http://lexvo.org/id/code/mod> lvont:means <http://lexvo.org/id/iso639-3/mod> .

<http://lexvo.org/id/code/mode1248> lvont:means <http://lexvo.org/id/iso639-3/ell> .

<http://lexvo.org/id/code/moe> lvont:means <http://lexvo.org/id/iso639-3/moe>,
        <http://lexvo.org/id/iso639-3/myv> .

<http://lexvo.org/id/code/mof> lvont:means <http://lexvo.org/id/iso639-3/mif> .

<http://lexvo.org/id/code/mofu1248> lvont:means <http://lexvo.org/id/iso639-3/mif> .

<http://lexvo.org/id/code/mog> lvont:means <http://lexvo.org/id/iso639-3/mhj>,
        <http://lexvo.org/id/iso639-3/mog> .

<http://lexvo.org/id/code/mogh1245> lvont:means <http://lexvo.org/id/iso639-3/mhj> .

<http://lexvo.org/id/code/moh> lvont:means <http://lexvo.org/id/iso639-3/moh> .

<http://lexvo.org/id/code/moha1256> lvont:means <http://lexvo.org/id/iso639-3/mov> .

<http://lexvo.org/id/code/moha1258> lvont:means <http://lexvo.org/id/iso639-3/moh> .

<http://lexvo.org/id/code/mohe1244> lvont:means <http://lexvo.org/id/iso639-3/mof> .

<http://lexvo.org/id/code/moi> lvont:means <http://lexvo.org/id/iso639-3/moi> .

<http://lexvo.org/id/code/moj> lvont:means <http://lexvo.org/id/iso639-3/moj>,
        <http://lexvo.org/id/iso639-3/mov> .

<http://lexvo.org/id/code/mok> lvont:means <http://lexvo.org/id/iso639-3/mkj>,
        <http://lexvo.org/id/iso639-3/mok> .

<http://lexvo.org/id/code/moki1238> lvont:means <http://lexvo.org/id/iso639-3/mkj> .

<http://lexvo.org/id/code/mokp1239> lvont:means <http://lexvo.org/id/iso639-3/bri> .

<http://lexvo.org/id/code/moks1248> lvont:means <http://lexvo.org/id/iso639-3/mdf> .

<http://lexvo.org/id/code/mol> lvont:means <http://lexvo.org/id/iso639-3/ron> .

<http://lexvo.org/id/code/mola1238> lvont:means <http://lexvo.org/id/iso639-3/mbe> .

<http://lexvo.org/id/code/molm1235> lvont:means <http://lexvo.org/id/iso639-3/aun> .

<http://lexvo.org/id/code/mom> lvont:means <http://lexvo.org/id/iso639-3/mom>,
        <http://lexvo.org/id/iso639-3/mso> .

<http://lexvo.org/id/code/mon> lvont:means <http://lexvo.org/id/iso639-3/mnw>,
        <http://lexvo.org/id/iso639-3/mon> .

<http://lexvo.org/id/code/mong1330> lvont:means <http://lexvo.org/id/iso639-3/bxm> .

<http://lexvo.org/id/code/mong1338> lvont:means <http://lexvo.org/id/iso639-3/lol> .

<http://lexvo.org/id/code/mong1342> lvont:means <http://lexvo.org/id/iso639-3/mog> .

<http://lexvo.org/id/code/moni1261> lvont:means <http://lexvo.org/id/iso639-3/mnz> .

<http://lexvo.org/id/code/monn1252> lvont:means <http://lexvo.org/id/iso639-3/mnw> .

<http://lexvo.org/id/code/mono1273> lvont:means <http://lexvo.org/id/iso639-3/mte> .

<http://lexvo.org/id/code/mono1275> lvont:means <http://lexvo.org/id/iso639-3/mnr> .

<http://lexvo.org/id/code/mont1268> lvont:means <http://lexvo.org/id/iso639-3/moe> .

<http://lexvo.org/id/code/moo> lvont:means <http://lexvo.org/id/iso639-3/moo>,
        <http://lexvo.org/id/iso639-3/mos> .

<http://lexvo.org/id/code/mop> lvont:means <http://lexvo.org/id/iso639-3/mop> .

<http://lexvo.org/id/code/mopa1243> lvont:means <http://lexvo.org/id/iso639-3/mop> .

<http://lexvo.org/id/code/moq> lvont:means <http://lexvo.org/id/iso639-3/moq> .

<http://lexvo.org/id/code/mor> lvont:means <http://lexvo.org/id/iso639-3/mhz>,
        <http://lexvo.org/id/iso639-3/mor> .

<http://lexvo.org/id/code/mori1278> lvont:means <http://lexvo.org/id/iso639-3/mfe> .

<http://lexvo.org/id/code/morm1235> lvont:means <http://lexvo.org/id/iso639-3/mhz> .

<http://lexvo.org/id/code/moro1285> lvont:means <http://lexvo.org/id/iso639-3/mor> .

<http://lexvo.org/id/code/moro1289> lvont:means <http://lexvo.org/id/iso639-3/mok> .

<http://lexvo.org/id/code/moro1292> lvont:means <http://lexvo.org/id/iso639-3/ary> .

<http://lexvo.org/id/code/moru1253> lvont:means <http://lexvo.org/id/iso639-3/mgd> .

<http://lexvo.org/id/code/mos> lvont:means <http://lexvo.org/id/iso639-3/cas>,
        <http://lexvo.org/id/iso639-3/mos> .

<http://lexvo.org/id/code/mose1249> lvont:means <http://lexvo.org/id/iso639-3/cas> .

<http://lexvo.org/id/code/moss1236> lvont:means <http://lexvo.org/id/iso639-3/mos> .

<http://lexvo.org/id/code/mot> lvont:means <http://lexvo.org/id/iso639-3/mot>,
        <http://lexvo.org/id/iso639-3/siw> .

<http://lexvo.org/id/code/motl1237> lvont:means <http://lexvo.org/id/iso639-3/mlv> .

<http://lexvo.org/id/code/motu1246> lvont:means <http://lexvo.org/id/iso639-3/meu> .

<http://lexvo.org/id/code/mou> lvont:means <http://lexvo.org/id/iso639-3/mgd>,
        <http://lexvo.org/id/iso639-3/mou> .

<http://lexvo.org/id/code/moun1252> lvont:means <http://lexvo.org/id/iso639-3/kpx> .

<http://lexvo.org/id/code/mov> lvont:means <http://lexvo.org/id/iso639-3/mov>,
        <http://lexvo.org/id/iso639-3/mzp> .

<http://lexvo.org/id/code/movi1243> lvont:means <http://lexvo.org/id/iso639-3/mzp> .

<http://lexvo.org/id/code/mow> lvont:means <http://lexvo.org/id/iso639-3/mow> .

<http://lexvo.org/id/code/mox> lvont:means <http://lexvo.org/id/iso639-3/mox> .

<http://lexvo.org/id/code/moy> lvont:means <http://lexvo.org/id/iso639-3/moy> .

<http://lexvo.org/id/code/moz> lvont:means <http://lexvo.org/id/iso639-3/moz> .

<http://lexvo.org/id/code/mpa> lvont:means <http://lexvo.org/id/iso639-3/mpa>,
        <http://lexvo.org/id/iso639-3/mwf> .

<http://lexvo.org/id/code/mpb> lvont:means <http://lexvo.org/id/iso639-3/mpb> .

<http://lexvo.org/id/code/mpc> lvont:means <http://lexvo.org/id/iso639-3/mpc> .

<http://lexvo.org/id/code/mpd> lvont:means <http://lexvo.org/id/iso639-3/mpd> .

<http://lexvo.org/id/code/mpe> lvont:means <http://lexvo.org/id/iso639-3/mpe> .

<http://lexvo.org/id/code/mpg> lvont:means <http://lexvo.org/id/iso639-3/mpg> .

<http://lexvo.org/id/code/mph> lvont:means <http://lexvo.org/id/iso639-3/mph> .

<http://lexvo.org/id/code/mpi> lvont:means <http://lexvo.org/id/iso639-3/mpi> .

<http://lexvo.org/id/code/mpj> lvont:means <http://lexvo.org/id/iso639-3/mpj> .

<http://lexvo.org/id/code/mpk> lvont:means <http://lexvo.org/id/iso639-3/mpk> .

<http://lexvo.org/id/code/mpl> lvont:means <http://lexvo.org/id/iso639-3/mpl> .

<http://lexvo.org/id/code/mpm> lvont:means <http://lexvo.org/id/iso639-3/mpm> .

<http://lexvo.org/id/code/mpn> lvont:means <http://lexvo.org/id/iso639-3/mpn> .

<http://lexvo.org/id/code/mpo> lvont:means <http://lexvo.org/id/iso639-3/mpo>,
        <http://lexvo.org/id/iso639-3/mye> .

<http://lexvo.org/id/code/mpp> lvont:means <http://lexvo.org/id/iso639-3/mpp> .

<http://lexvo.org/id/code/mpq> lvont:means <http://lexvo.org/id/iso639-3/mpq> .

<http://lexvo.org/id/code/mpr> lvont:means <http://lexvo.org/id/iso639-3/mpr> .

<http://lexvo.org/id/code/mps> lvont:means <http://lexvo.org/id/iso639-3/mps> .

<http://lexvo.org/id/code/mpt> lvont:means <http://lexvo.org/id/iso639-3/mpt> .

<http://lexvo.org/id/code/mpu> lvont:means <http://lexvo.org/id/iso639-3/akc>,
        <http://lexvo.org/id/iso639-3/mpu> .

<http://lexvo.org/id/code/mpur1239> lvont:means <http://lexvo.org/id/iso639-3/akc> .

<http://lexvo.org/id/code/mpv> lvont:means <http://lexvo.org/id/iso639-3/mpv> .

<http://lexvo.org/id/code/mpw> lvont:means <http://lexvo.org/id/iso639-3/mpw> .

<http://lexvo.org/id/code/mpx> lvont:means <http://lexvo.org/id/iso639-3/mpx> .

<http://lexvo.org/id/code/mpy> lvont:means <http://lexvo.org/id/iso639-3/mcg>,
        <http://lexvo.org/id/iso639-3/mpy> .

<http://lexvo.org/id/code/mpz> lvont:means <http://lexvo.org/id/iso639-3/mpz> .

<http://lexvo.org/id/code/mqa> lvont:means <http://lexvo.org/id/iso639-3/mqa> .

<http://lexvo.org/id/code/mqb> lvont:means <http://lexvo.org/id/iso639-3/mqb> .

<http://lexvo.org/id/code/mqc> lvont:means <http://lexvo.org/id/iso639-3/gcf>,
        <http://lexvo.org/id/iso639-3/mqc> .

<http://lexvo.org/id/code/mqe> lvont:means <http://lexvo.org/id/iso639-3/mqe> .

<http://lexvo.org/id/code/mqf> lvont:means <http://lexvo.org/id/iso639-3/mqf> .

<http://lexvo.org/id/code/mqg> lvont:means <http://lexvo.org/id/iso639-3/mqg> .

<http://lexvo.org/id/code/mqh> lvont:means <http://lexvo.org/id/iso639-3/mqh> .

<http://lexvo.org/id/code/mqi> lvont:means <http://lexvo.org/id/iso639-3/mqi> .

<http://lexvo.org/id/code/mqj> lvont:means <http://lexvo.org/id/iso639-3/mqj> .

<http://lexvo.org/id/code/mqk> lvont:means <http://lexvo.org/id/iso639-3/mqk> .

<http://lexvo.org/id/code/mql> lvont:means <http://lexvo.org/id/iso639-3/mql> .

<http://lexvo.org/id/code/mqm> lvont:means <http://lexvo.org/id/iso639-3/mqm> .

<http://lexvo.org/id/code/mqn> lvont:means <http://lexvo.org/id/iso639-3/mqn> .

<http://lexvo.org/id/code/mqo> lvont:means <http://lexvo.org/id/iso639-3/mqo> .

<http://lexvo.org/id/code/mqp> lvont:means <http://lexvo.org/id/iso639-3/mqp> .

<http://lexvo.org/id/code/mqq> lvont:means <http://lexvo.org/id/iso639-3/mqq> .

<http://lexvo.org/id/code/mqr> lvont:means <http://lexvo.org/id/iso639-3/mqr> .

<http://lexvo.org/id/code/mqs> lvont:means <http://lexvo.org/id/iso639-3/mqs> .

<http://lexvo.org/id/code/mqt> lvont:means <http://lexvo.org/id/iso639-3/mqt> .

<http://lexvo.org/id/code/mqu> lvont:means <http://lexvo.org/id/iso639-3/mqu> .

<http://lexvo.org/id/code/mqv> lvont:means <http://lexvo.org/id/iso639-3/mqv> .

<http://lexvo.org/id/code/mqw> lvont:means <http://lexvo.org/id/iso639-3/mqw> .

<http://lexvo.org/id/code/mqx> lvont:means <http://lexvo.org/id/iso639-3/mqx> .

<http://lexvo.org/id/code/mqy> lvont:means <http://lexvo.org/id/iso639-3/mqy> .

<http://lexvo.org/id/code/mqz> lvont:means <http://lexvo.org/id/iso639-3/mqz> .

<http://lexvo.org/id/code/mr> lvont:means <http://lexvo.org/id/iso639-3/mar> .

<http://lexvo.org/id/code/mra> lvont:means <http://lexvo.org/id/iso639-3/mec>,
        <http://lexvo.org/id/iso639-3/mra> .

<http://lexvo.org/id/code/mrb> lvont:means <http://lexvo.org/id/iso639-3/mrb> .

<http://lexvo.org/id/code/mrc> lvont:means <http://lexvo.org/id/iso639-3/mrc> .

<http://lexvo.org/id/code/mrd> lvont:means <http://lexvo.org/id/iso639-3/mrd>,
        <http://lexvo.org/id/iso639-3/mrz> .

<http://lexvo.org/id/code/mre> lvont:means <http://lexvo.org/id/iso639-3/mre> .

<http://lexvo.org/id/code/mrf> lvont:means <http://lexvo.org/id/iso639-3/mrf> .

<http://lexvo.org/id/code/mrg> lvont:means <http://lexvo.org/id/iso639-3/mrg>,
        <http://lexvo.org/id/iso639-3/mrt> .

<http://lexvo.org/id/code/mrh> lvont:means <http://lexvo.org/id/iso639-3/mfr>,
        <http://lexvo.org/id/iso639-3/mrh> .

<http://lexvo.org/id/code/mri> lvont:means <http://lexvo.org/id/iso639-3/mok>,
        <http://lexvo.org/id/iso639-3/mri> .

<http://lexvo.org/id/code/mrj> lvont:means <http://lexvo.org/id/iso639-3/mrj> .

<http://lexvo.org/id/code/mrk> lvont:means <http://lexvo.org/id/iso639-3/mrk>,
        <http://lexvo.org/id/iso639-3/mtf> .

<http://lexvo.org/id/code/mrl> lvont:means <http://lexvo.org/id/iso639-3/mrl>,
        <http://lexvo.org/id/iso639-3/mur> .

<http://lexvo.org/id/code/mrm> lvont:means <http://lexvo.org/id/iso639-3/mrm> .

<http://lexvo.org/id/code/mrn> lvont:means <http://lexvo.org/id/iso639-3/mrn>,
        <http://lexvo.org/id/iso639-3/mrw> .

<http://lexvo.org/id/code/mro> lvont:means <http://lexvo.org/id/iso639-3/mor>,
        <http://lexvo.org/id/iso639-3/mro> .

<http://lexvo.org/id/code/mrp> lvont:means <http://lexvo.org/id/iso639-3/mrp> .

<http://lexvo.org/id/code/mrq> lvont:means <http://lexvo.org/id/iso639-3/mrq> .

<http://lexvo.org/id/code/mrr> lvont:means <http://lexvo.org/id/iso639-3/mrr>,
        <http://lexvo.org/id/iso639-3/zmt> .

<http://lexvo.org/id/code/mrs> lvont:means <http://lexvo.org/id/iso639-3/mrs>,
        <http://lexvo.org/id/iso639-3/zrs> .

<http://lexvo.org/id/code/mrt> lvont:means <http://lexvo.org/id/iso639-3/mrt>,
        <http://lexvo.org/id/iso639-3/vma> .

<http://lexvo.org/id/code/mru> lvont:means <http://lexvo.org/id/iso639-3/mhx>,
        <http://lexvo.org/id/iso639-3/mru> .

<http://lexvo.org/id/code/mrv> lvont:means <http://lexvo.org/id/iso639-3/mrv> .

<http://lexvo.org/id/code/mrw> lvont:means <http://lexvo.org/id/iso639-3/mrw>,
        <http://lexvo.org/id/iso639-3/zmu> .

<http://lexvo.org/id/code/mrx> lvont:means <http://lexvo.org/id/iso639-3/mrx> .

<http://lexvo.org/id/code/mry> lvont:means <http://lexvo.org/id/iso639-3/mry> .

<http://lexvo.org/id/code/mrz> lvont:means <http://lexvo.org/id/iso639-3/mrz> .

<http://lexvo.org/id/code/ms> lvont:means <http://lexvo.org/id/iso639-3/msa> .

<http://lexvo.org/id/code/msa> lvont:means <http://lexvo.org/id/iso639-3/msa> .

<http://lexvo.org/id/code/msb> lvont:means <http://lexvo.org/id/iso639-3/msb> .

<http://lexvo.org/id/code/msc> lvont:means <http://lexvo.org/id/iso639-3/chb>,
        <http://lexvo.org/id/iso639-3/msc> .

<http://lexvo.org/id/code/msd> lvont:means <http://lexvo.org/id/iso639-3/msd> .

<http://lexvo.org/id/code/mse> lvont:means <http://lexvo.org/id/iso639-3/mse>,
        <http://lexvo.org/id/iso639-3/umu> .

<http://lexvo.org/id/code/msf> lvont:means <http://lexvo.org/id/iso639-3/msf> .

<http://lexvo.org/id/code/msg> lvont:means <http://lexvo.org/id/iso639-3/mrg>,
        <http://lexvo.org/id/iso639-3/msg> .

<http://lexvo.org/id/code/msh> lvont:means <http://lexvo.org/id/iso639-3/mah>,
        <http://lexvo.org/id/iso639-3/msh> .

<http://lexvo.org/id/code/msi> lvont:means <http://lexvo.org/id/iso639-3/msi> .

<http://lexvo.org/id/code/msj> lvont:means <http://lexvo.org/id/iso639-3/msj> .

<http://lexvo.org/id/code/msk> lvont:means <http://lexvo.org/id/iso639-3/jle>,
        <http://lexvo.org/id/iso639-3/msk> .

<http://lexvo.org/id/code/msl> lvont:means <http://lexvo.org/id/iso639-3/mls>,
        <http://lexvo.org/id/iso639-3/msl> .

<http://lexvo.org/id/code/msm> lvont:means <http://lexvo.org/id/iso639-3/msm>,
        <http://lexvo.org/id/iso639-3/msu> .

<http://lexvo.org/id/code/msn> lvont:means <http://lexvo.org/id/iso639-3/mbq>,
        <http://lexvo.org/id/iso639-3/msn> .

<http://lexvo.org/id/code/mso> lvont:means <http://lexvo.org/id/iso639-3/mso> .

<http://lexvo.org/id/code/msp> lvont:means <http://lexvo.org/id/iso639-3/msp> .

<http://lexvo.org/id/code/msq> lvont:means <http://lexvo.org/id/iso639-3/msq> .

<http://lexvo.org/id/code/msr> lvont:means <http://lexvo.org/id/iso639-3/msr> .

<http://lexvo.org/id/code/mss> lvont:means <http://lexvo.org/id/iso639-3/mss>,
        <http://lexvo.org/id/iso639-3/skd> .

<http://lexvo.org/id/code/msu> lvont:means <http://lexvo.org/id/iso639-3/msu> .

<http://lexvo.org/id/code/msv> lvont:means <http://lexvo.org/id/iso639-3/msv> .

<http://lexvo.org/id/code/msw> lvont:means <http://lexvo.org/id/iso639-3/msw> .

<http://lexvo.org/id/code/msx> lvont:means <http://lexvo.org/id/iso639-3/msx> .

<http://lexvo.org/id/code/msy> lvont:means <http://lexvo.org/id/iso639-3/mrd>,
        <http://lexvo.org/id/iso639-3/msy> .

<http://lexvo.org/id/code/msz> lvont:means <http://lexvo.org/id/iso639-3/msz> .

<http://lexvo.org/id/code/mt> lvont:means <http://lexvo.org/id/iso639-3/mlt> .

<http://lexvo.org/id/code/mta> lvont:means <http://lexvo.org/id/iso639-3/mta>,
        <http://lexvo.org/id/iso639-3/sdo> .

<http://lexvo.org/id/code/mtb> lvont:means <http://lexvo.org/id/iso639-3/mgw>,
        <http://lexvo.org/id/iso639-3/mtb> .

<http://lexvo.org/id/code/mtc> lvont:means <http://lexvo.org/id/iso639-3/mtc> .

<http://lexvo.org/id/code/mtd> lvont:means <http://lexvo.org/id/iso639-3/mtd> .

<http://lexvo.org/id/code/mte> lvont:means <http://lexvo.org/id/iso639-3/mte> .

<http://lexvo.org/id/code/mtf> lvont:means <http://lexvo.org/id/iso639-3/mtf> .

<http://lexvo.org/id/code/mtg> lvont:means <http://lexvo.org/id/iso639-3/moe>,
        <http://lexvo.org/id/iso639-3/mtg> .

<http://lexvo.org/id/code/mth> lvont:means <http://lexvo.org/id/iso639-3/mth>,
        <http://lexvo.org/id/iso639-3/mxp> .

<http://lexvo.org/id/code/mti> lvont:means <http://lexvo.org/id/iso639-3/mot>,
        <http://lexvo.org/id/iso639-3/mti> .

<http://lexvo.org/id/code/mtj> lvont:means <http://lexvo.org/id/iso639-3/mtj> .

<http://lexvo.org/id/code/mtk> lvont:means <http://lexvo.org/id/iso639-3/mjk>,
        <http://lexvo.org/id/iso639-3/mtk> .

<http://lexvo.org/id/code/mtl> lvont:means <http://lexvo.org/id/iso639-3/mtl>,
        <http://lexvo.org/id/iso639-3/mvb> .

<http://lexvo.org/id/code/mtm> lvont:means <http://lexvo.org/id/iso639-3/mtm> .

<http://lexvo.org/id/code/mtn> lvont:means <http://lexvo.org/id/iso639-3/mtn> .

<http://lexvo.org/id/code/mto> lvont:means <http://lexvo.org/id/iso639-3/kmj>,
        <http://lexvo.org/id/iso639-3/mto> .

<http://lexvo.org/id/code/mtp> lvont:means <http://lexvo.org/id/iso639-3/mto>,
        <http://lexvo.org/id/iso639-3/mtp> .

<http://lexvo.org/id/code/mtq> lvont:means <http://lexvo.org/id/iso639-3/mtq> .

<http://lexvo.org/id/code/mtr> lvont:means <http://lexvo.org/id/iso639-3/mtr> .

<http://lexvo.org/id/code/mts> lvont:means <http://lexvo.org/id/iso639-3/mpq>,
        <http://lexvo.org/id/iso639-3/mts> .

<http://lexvo.org/id/code/mtt> lvont:means <http://lexvo.org/id/iso639-3/mtt>,
        <http://lexvo.org/id/iso639-3/wam> .

<http://lexvo.org/id/code/mtu> lvont:means <http://lexvo.org/id/iso639-3/meu>,
        <http://lexvo.org/id/iso639-3/mtu> .

<http://lexvo.org/id/code/mtv> lvont:means <http://lexvo.org/id/iso639-3/mtv> .

<http://lexvo.org/id/code/mtw> lvont:means <http://lexvo.org/id/iso639-3/mtw> .

<http://lexvo.org/id/code/mtx> lvont:means <http://lexvo.org/id/iso639-3/mtx> .

<http://lexvo.org/id/code/mty> lvont:means <http://lexvo.org/id/iso639-3/mty> .

<http://lexvo.org/id/code/mua> lvont:means <http://lexvo.org/id/iso639-3/mua>,
        <http://lexvo.org/id/iso639-3/vmw> .

<http://lexvo.org/id/code/mub> lvont:means <http://lexvo.org/id/iso639-3/mub> .

<http://lexvo.org/id/code/muc> lvont:means <http://lexvo.org/id/iso639-3/muc> .

<http://lexvo.org/id/code/mud> lvont:means <http://lexvo.org/id/iso639-3/mnf>,
        <http://lexvo.org/id/iso639-3/mud> .

<http://lexvo.org/id/code/mudb1240> lvont:means <http://lexvo.org/id/iso639-3/mwd> .

<http://lexvo.org/id/code/mue> lvont:means <http://lexvo.org/id/iso639-3/mue> .

<http://lexvo.org/id/code/mug> lvont:means <http://lexvo.org/id/iso639-3/mlp>,
        <http://lexvo.org/id/iso639-3/mug> .

<http://lexvo.org/id/code/muh> lvont:means <http://lexvo.org/id/iso639-3/muh>,
        <http://lexvo.org/id/iso639-3/sgw> .

<http://lexvo.org/id/code/mui> lvont:means <http://lexvo.org/id/iso639-3/bmr>,
        <http://lexvo.org/id/iso639-3/mui> .

<http://lexvo.org/id/code/muin1242> lvont:means <http://lexvo.org/id/iso639-3/bmr> .

<http://lexvo.org/id/code/muj> lvont:means <http://lexvo.org/id/iso639-3/muj> .

<http://lexvo.org/id/code/muk> lvont:means <http://lexvo.org/id/iso639-3/muk> .

<http://lexvo.org/id/code/muku1242> lvont:means <http://lexvo.org/id/iso639-3/moz> .

<http://lexvo.org/id/code/mul> lvont:means <http://lexvo.org/id/iso639-3/mlm>,
        <http://lexvo.org/id/iso639-3/mul> .

<http://lexvo.org/id/code/mula1253> lvont:means <http://lexvo.org/id/iso639-3/mlm> .

<http://lexvo.org/id/code/mull1237> lvont:means <http://lexvo.org/id/iso639-3/mpb> .

<http://lexvo.org/id/code/mum> lvont:means <http://lexvo.org/id/iso639-3/mum>,
        <http://lexvo.org/id/iso639-3/mzm> .

<http://lexvo.org/id/code/mun> lvont:means <http://lexvo.org/id/iso639-5/mun> .

<http://lexvo.org/id/code/muna1247> lvont:means <http://lexvo.org/id/iso639-3/mnb> .

<http://lexvo.org/id/code/mund1325> lvont:means <http://lexvo.org/id/iso639-3/mua> .

<http://lexvo.org/id/code/mund1326> lvont:means <http://lexvo.org/id/iso639-3/muh> .

<http://lexvo.org/id/code/mund1327> lvont:means <http://lexvo.org/id/iso639-3/mnf> .

<http://lexvo.org/id/code/mund1330> lvont:means <http://lexvo.org/id/iso639-3/myu> .

<http://lexvo.org/id/code/mung1266> lvont:means <http://lexvo.org/id/iso639-3/mhk> .

<http://lexvo.org/id/code/muns1251> lvont:means <http://lexvo.org/id/iso639-3/umu> .

<http://lexvo.org/id/code/muo> lvont:means <http://lexvo.org/id/iso639-3/mtq>,
        <http://lexvo.org/id/iso639-3/muo> .

<http://lexvo.org/id/code/muon1246> lvont:means <http://lexvo.org/id/iso639-3/mtq> .

<http://lexvo.org/id/code/mup> lvont:means <http://lexvo.org/id/iso639-3/mup>,
        <http://lexvo.org/id/iso639-3/sur> .

<http://lexvo.org/id/code/muq> lvont:means <http://lexvo.org/id/iso639-3/muq> .

<http://lexvo.org/id/code/mur> lvont:means <http://lexvo.org/id/iso639-3/mur>,
        <http://lexvo.org/id/iso639-3/muz> .

<http://lexvo.org/id/code/muri1260> lvont:means <http://lexvo.org/id/iso639-3/mtf> .

<http://lexvo.org/id/code/murl1244> lvont:means <http://lexvo.org/id/iso639-3/mur> .

<http://lexvo.org/id/code/murr1258> lvont:means <http://lexvo.org/id/iso639-3/mwf> .

<http://lexvo.org/id/code/murs1242> lvont:means <http://lexvo.org/id/iso639-3/muz> .

<http://lexvo.org/id/code/muru1266> lvont:means <http://lexvo.org/id/iso639-3/zmu> .

<http://lexvo.org/id/code/muru1274> lvont:means <http://lexvo.org/id/iso639-3/huu> .

<http://lexvo.org/id/code/mus> lvont:means <http://lexvo.org/id/iso639-3/emi>,
        <http://lexvo.org/id/iso639-3/mus> .

<http://lexvo.org/id/code/musg1254> lvont:means <http://lexvo.org/id/iso639-3/mug> .

<http://lexvo.org/id/code/musl1236> lvont:means <http://lexvo.org/id/iso639-3/ttt> .

<http://lexvo.org/id/code/muso1238> lvont:means <http://lexvo.org/id/iso639-3/msu> .

<http://lexvo.org/id/code/muss1246> lvont:means <http://lexvo.org/id/iso639-3/emi> .

<http://lexvo.org/id/code/mut> lvont:means <http://lexvo.org/id/iso639-3/css>,
        <http://lexvo.org/id/iso639-3/mut> .

<http://lexvo.org/id/code/muu> lvont:means <http://lexvo.org/id/iso639-3/muu>,
        <http://lexvo.org/id/iso639-3/myu> .

<http://lexvo.org/id/code/muv> lvont:means <http://lexvo.org/id/iso639-3/muv> .

<http://lexvo.org/id/code/mux> lvont:means <http://lexvo.org/id/iso639-3/mux> .

<http://lexvo.org/id/code/muy> lvont:means <http://lexvo.org/id/iso639-3/muy>,
        <http://lexvo.org/id/iso639-3/myw> .

<http://lexvo.org/id/code/muyu1244> lvont:means <http://lexvo.org/id/iso639-3/myw> .

<http://lexvo.org/id/code/muz> lvont:means <http://lexvo.org/id/iso639-3/muz> .

<http://lexvo.org/id/code/mva> lvont:means <http://lexvo.org/id/iso639-3/mva> .

<http://lexvo.org/id/code/mvb> lvont:means <http://lexvo.org/id/iso639-3/mvb> .

<http://lexvo.org/id/code/mvd> lvont:means <http://lexvo.org/id/iso639-3/mvd> .

<http://lexvo.org/id/code/mve> lvont:means <http://lexvo.org/id/iso639-3/mve> .

<http://lexvo.org/id/code/mvf> lvont:means <http://lexvo.org/id/iso639-3/mvf> .

<http://lexvo.org/id/code/mvg> lvont:means <http://lexvo.org/id/iso639-3/mvg> .

<http://lexvo.org/id/code/mvh> lvont:means <http://lexvo.org/id/iso639-3/mvh> .

<http://lexvo.org/id/code/mvi> lvont:means <http://lexvo.org/id/iso639-3/mvi> .

<http://lexvo.org/id/code/mvk> lvont:means <http://lexvo.org/id/iso639-3/mvk> .

<http://lexvo.org/id/code/mvl> lvont:means <http://lexvo.org/id/iso639-3/mvl> .

<http://lexvo.org/id/code/mvm> lvont:means <http://lexvo.org/id/iso639-3/mvm> .

<http://lexvo.org/id/code/mvn> lvont:means <http://lexvo.org/id/iso639-3/mvn> .

<http://lexvo.org/id/code/mvo> lvont:means <http://lexvo.org/id/iso639-3/mvo> .

<http://lexvo.org/id/code/mvp> lvont:means <http://lexvo.org/id/iso639-3/mvp> .

<http://lexvo.org/id/code/mvq> lvont:means <http://lexvo.org/id/iso639-3/mvq> .

<http://lexvo.org/id/code/mvr> lvont:means <http://lexvo.org/id/iso639-3/mvr> .

<http://lexvo.org/id/code/mvs> lvont:means <http://lexvo.org/id/iso639-3/mvs> .

<http://lexvo.org/id/code/mvt> lvont:means <http://lexvo.org/id/iso639-3/mvt> .

<http://lexvo.org/id/code/mvu> lvont:means <http://lexvo.org/id/iso639-3/mvu> .

<http://lexvo.org/id/code/mvv> lvont:means <http://lexvo.org/id/iso639-3/mvv> .

<http://lexvo.org/id/code/mvw> lvont:means <http://lexvo.org/id/iso639-3/mvw> .

<http://lexvo.org/id/code/mvx> lvont:means <http://lexvo.org/id/iso639-3/mvx> .

<http://lexvo.org/id/code/mvy> lvont:means <http://lexvo.org/id/iso639-3/mvy> .

<http://lexvo.org/id/code/mvz> lvont:means <http://lexvo.org/id/iso639-3/mvz> .

<http://lexvo.org/id/code/mwa> lvont:means <http://lexvo.org/id/iso639-3/mpj>,
        <http://lexvo.org/id/iso639-3/mwa> .

<http://lexvo.org/id/code/mwag1236> lvont:means <http://lexvo.org/id/iso639-3/sur> .

<http://lexvo.org/id/code/mwb> lvont:means <http://lexvo.org/id/iso639-3/mbb>,
        <http://lexvo.org/id/iso639-3/mwb> .

<http://lexvo.org/id/code/mwc> lvont:means <http://lexvo.org/id/iso639-3/mke>,
        <http://lexvo.org/id/iso639-3/mwc> .

<http://lexvo.org/id/code/mwd> lvont:means <http://lexvo.org/id/iso639-3/mwd> .

<http://lexvo.org/id/code/mwe> lvont:means <http://lexvo.org/id/iso639-3/mwe> .

<http://lexvo.org/id/code/mwer1248> lvont:means <http://lexvo.org/id/iso639-3/mwe> .

<http://lexvo.org/id/code/mwf> lvont:means <http://lexvo.org/id/iso639-3/mwf> .

<http://lexvo.org/id/code/mwg> lvont:means <http://lexvo.org/id/iso639-3/mwg> .

<http://lexvo.org/id/code/mwh> lvont:means <http://lexvo.org/id/iso639-3/mwh> .

<http://lexvo.org/id/code/mwi> lvont:means <http://lexvo.org/id/iso639-3/mwi> .

<http://lexvo.org/id/code/mwj> lvont:means <http://lexvo.org/id/iso639-3/mwj> .

<http://lexvo.org/id/code/mwk> lvont:means <http://lexvo.org/id/iso639-3/mwk> .

<http://lexvo.org/id/code/mwl> lvont:means <http://lexvo.org/id/iso639-3/lmw>,
        <http://lexvo.org/id/iso639-3/mwl> .

<http://lexvo.org/id/code/mwm> lvont:means <http://lexvo.org/id/iso639-3/mwm> .

<http://lexvo.org/id/code/mwn> lvont:means <http://lexvo.org/id/iso639-3/mwn>,
        <http://lexvo.org/id/iso639-3/nsq> .

<http://lexvo.org/id/code/mwo> lvont:means <http://lexvo.org/id/iso639-3/mlv>,
        <http://lexvo.org/id/iso639-3/mwo> .

<http://lexvo.org/id/code/mwp> lvont:means <http://lexvo.org/id/iso639-3/mwp>,
        <http://lexvo.org/id/iso639-3/pmw> .

<http://lexvo.org/id/code/mwq> lvont:means <http://lexvo.org/id/iso639-3/mwq> .

<http://lexvo.org/id/code/mwr> lvont:means <http://lexvo.org/id/iso639-3/mwr> .

<http://lexvo.org/id/code/mws> lvont:means <http://lexvo.org/id/iso639-3/mws> .

<http://lexvo.org/id/code/mwt> lvont:means <http://lexvo.org/id/iso639-3/mwt> .

<http://lexvo.org/id/code/mwu> lvont:means <http://lexvo.org/id/iso639-3/mwu> .

<http://lexvo.org/id/code/mwv> lvont:means <http://lexvo.org/id/iso639-3/mwv> .

<http://lexvo.org/id/code/mww> lvont:means <http://lexvo.org/id/iso639-3/mww> .

<http://lexvo.org/id/code/mwx> lvont:means <http://lexvo.org/id/iso639-3/mwx> .

<http://lexvo.org/id/code/mwy> lvont:means <http://lexvo.org/id/iso639-3/mwy> .

<http://lexvo.org/id/code/mwz> lvont:means <http://lexvo.org/id/iso639-3/mwz> .

<http://lexvo.org/id/code/mxa> lvont:means <http://lexvo.org/id/iso639-3/mib>,
        <http://lexvo.org/id/iso639-3/mxa> .

<http://lexvo.org/id/code/mxb> lvont:means <http://lexvo.org/id/iso639-3/mxb> .

<http://lexvo.org/id/code/mxc> lvont:means <http://lexvo.org/id/iso639-3/mig>,
        <http://lexvo.org/id/iso639-3/mxc> .

<http://lexvo.org/id/code/mxd> lvont:means <http://lexvo.org/id/iso639-3/mxd> .

<http://lexvo.org/id/code/mxe> lvont:means <http://lexvo.org/id/iso639-3/mxe> .

<http://lexvo.org/id/code/mxf> lvont:means <http://lexvo.org/id/iso639-3/mxf> .

<http://lexvo.org/id/code/mxg> lvont:means <http://lexvo.org/id/iso639-3/mig>,
        <http://lexvo.org/id/iso639-3/mxg> .

<http://lexvo.org/id/code/mxh> lvont:means <http://lexvo.org/id/iso639-3/mxh> .

<http://lexvo.org/id/code/mxi> lvont:means <http://lexvo.org/id/iso639-3/mxi> .

<http://lexvo.org/id/code/mxj> lvont:means <http://lexvo.org/id/iso639-3/mio>,
        <http://lexvo.org/id/iso639-3/mxj> .

<http://lexvo.org/id/code/mxk> lvont:means <http://lexvo.org/id/iso639-3/mxk> .

<http://lexvo.org/id/code/mxl> lvont:means <http://lexvo.org/id/iso639-3/mim>,
        <http://lexvo.org/id/iso639-3/mxl> .

<http://lexvo.org/id/code/mxm> lvont:means <http://lexvo.org/id/iso639-3/mig>,
        <http://lexvo.org/id/iso639-3/mxm> .

<http://lexvo.org/id/code/mxn> lvont:means <http://lexvo.org/id/iso639-3/mxn> .

<http://lexvo.org/id/code/mxo> lvont:means <http://lexvo.org/id/iso639-3/mie>,
        <http://lexvo.org/id/iso639-3/mxo> .

<http://lexvo.org/id/code/mxp> lvont:means <http://lexvo.org/id/iso639-3/mil>,
        <http://lexvo.org/id/iso639-3/mxp> .

<http://lexvo.org/id/code/mxq> lvont:means <http://lexvo.org/id/iso639-3/mxq> .

<http://lexvo.org/id/code/mxr> lvont:means <http://lexvo.org/id/iso639-3/mxr> .

<http://lexvo.org/id/code/mxs> lvont:means <http://lexvo.org/id/iso639-3/mks>,
        <http://lexvo.org/id/iso639-3/mxs> .

<http://lexvo.org/id/code/mxt> lvont:means <http://lexvo.org/id/iso639-3/miy>,
        <http://lexvo.org/id/iso639-3/mxt> .

<http://lexvo.org/id/code/mxu> lvont:means <http://lexvo.org/id/iso639-3/mih>,
        <http://lexvo.org/id/iso639-3/mxu> .

<http://lexvo.org/id/code/mxv> lvont:means <http://lexvo.org/id/iso639-3/mxv> .

<http://lexvo.org/id/code/mxw> lvont:means <http://lexvo.org/id/iso639-3/mxw> .

<http://lexvo.org/id/code/mxx> lvont:means <http://lexvo.org/id/iso639-3/mxx> .

<http://lexvo.org/id/code/mxy> lvont:means <http://lexvo.org/id/iso639-3/mpm>,
        <http://lexvo.org/id/iso639-3/mxy> .

<http://lexvo.org/id/code/mxz> lvont:means <http://lexvo.org/id/iso639-3/miz>,
        <http://lexvo.org/id/iso639-3/mxz> .

<http://lexvo.org/id/code/my> lvont:means <http://lexvo.org/id/iso639-3/mya> .

<http://lexvo.org/id/code/mya> lvont:means <http://lexvo.org/id/iso639-3/mya>,
        <http://lexvo.org/id/iso639-3/slz> .

<http://lexvo.org/id/code/myb> lvont:means <http://lexvo.org/id/iso639-3/myb> .

<http://lexvo.org/id/code/myc> lvont:means <http://lexvo.org/id/iso639-3/myc> .

<http://lexvo.org/id/code/myd> lvont:means <http://lexvo.org/id/iso639-3/myd> .

<http://lexvo.org/id/code/mye> lvont:means <http://lexvo.org/id/iso639-3/mye> .

<http://lexvo.org/id/code/myen1241> lvont:means <http://lexvo.org/id/iso639-3/mye> .

<http://lexvo.org/id/code/myf> lvont:means <http://lexvo.org/id/iso639-3/myf> .

<http://lexvo.org/id/code/myg> lvont:means <http://lexvo.org/id/iso639-3/myg> .

<http://lexvo.org/id/code/myh> lvont:means <http://lexvo.org/id/iso639-3/myh> .

<http://lexvo.org/id/code/myi> lvont:means <http://lexvo.org/id/iso639-3/mpc>,
        <http://lexvo.org/id/iso639-3/myi> .

<http://lexvo.org/id/code/myj> lvont:means <http://lexvo.org/id/iso639-3/myj> .

<http://lexvo.org/id/code/myk> lvont:means <http://lexvo.org/id/iso639-3/myk> .

<http://lexvo.org/id/code/myl> lvont:means <http://lexvo.org/id/iso639-3/myl> .

<http://lexvo.org/id/code/mym> lvont:means <http://lexvo.org/id/iso639-3/mal>,
        <http://lexvo.org/id/iso639-3/mym> .

<http://lexvo.org/id/code/myn> lvont:means <http://lexvo.org/id/iso639-3/mhy>,
        <http://lexvo.org/id/iso639-5/myn> .

<http://lexvo.org/id/code/myo> lvont:means <http://lexvo.org/id/iso639-3/mfy>,
        <http://lexvo.org/id/iso639-3/myo> .

<http://lexvo.org/id/code/myp> lvont:means <http://lexvo.org/id/iso639-3/myp> .

<http://lexvo.org/id/code/myq> lvont:means <http://lexvo.org/id/iso639-3/myq> .

<http://lexvo.org/id/code/myr> lvont:means <http://lexvo.org/id/iso639-3/mcf>,
        <http://lexvo.org/id/iso639-3/myr> .

<http://lexvo.org/id/code/mys> lvont:means <http://lexvo.org/id/iso639-3/mys> .

<http://lexvo.org/id/code/myu> lvont:means <http://lexvo.org/id/iso639-3/myu> .

<http://lexvo.org/id/code/myv> lvont:means <http://lexvo.org/id/iso639-3/myv> .

<http://lexvo.org/id/code/myw> lvont:means <http://lexvo.org/id/iso639-3/myw> .

<http://lexvo.org/id/code/myx> lvont:means <http://lexvo.org/id/iso639-3/myx> .

<http://lexvo.org/id/code/myy> lvont:means <http://lexvo.org/id/iso639-3/myy> .

<http://lexvo.org/id/code/myz> lvont:means <http://lexvo.org/id/iso639-3/myz> .

<http://lexvo.org/id/code/mza> lvont:means <http://lexvo.org/id/iso639-3/mza> .

<http://lexvo.org/id/code/mzb> lvont:means <http://lexvo.org/id/iso639-3/mzb> .

<http://lexvo.org/id/code/mzc> lvont:means <http://lexvo.org/id/iso639-3/maq>,
        <http://lexvo.org/id/iso639-3/mzc> .

<http://lexvo.org/id/code/mzd> lvont:means <http://lexvo.org/id/iso639-3/mzd> .

<http://lexvo.org/id/code/mze> lvont:means <http://lexvo.org/id/iso639-3/mze> .

<http://lexvo.org/id/code/mzg> lvont:means <http://lexvo.org/id/iso639-3/mzg> .

<http://lexvo.org/id/code/mzh> lvont:means <http://lexvo.org/id/iso639-3/mau>,
        <http://lexvo.org/id/iso639-3/mzh> .

<http://lexvo.org/id/code/mzi> lvont:means <http://lexvo.org/id/iso639-3/mzi> .

<http://lexvo.org/id/code/mzj> lvont:means <http://lexvo.org/id/iso639-3/mzj> .

<http://lexvo.org/id/code/mzk> lvont:means <http://lexvo.org/id/iso639-3/mzk> .

<http://lexvo.org/id/code/mzl> lvont:means <http://lexvo.org/id/iso639-3/mzl> .

<http://lexvo.org/id/code/mzm> lvont:means <http://lexvo.org/id/iso639-3/mzm> .

<http://lexvo.org/id/code/mzn> lvont:means <http://lexvo.org/id/iso639-3/mzn> .

<http://lexvo.org/id/code/mzo> lvont:means <http://lexvo.org/id/iso639-3/mzo> .

<http://lexvo.org/id/code/mzp> lvont:means <http://lexvo.org/id/iso639-3/mzp> .

<http://lexvo.org/id/code/mzq> lvont:means <http://lexvo.org/id/iso639-3/mzq> .

<http://lexvo.org/id/code/mzr> lvont:means <http://lexvo.org/id/iso639-3/mzr> .

<http://lexvo.org/id/code/mzs> lvont:means <http://lexvo.org/id/iso639-3/mzs> .

<http://lexvo.org/id/code/mzt> lvont:means <http://lexvo.org/id/iso639-3/mzt> .

<http://lexvo.org/id/code/mzu> lvont:means <http://lexvo.org/id/iso639-3/mzu> .

<http://lexvo.org/id/code/mzv> lvont:means <http://lexvo.org/id/iso639-3/mzv> .

<http://lexvo.org/id/code/mzw> lvont:means <http://lexvo.org/id/iso639-3/mzw> .

<http://lexvo.org/id/code/mzx> lvont:means <http://lexvo.org/id/iso639-3/mzx> .

<http://lexvo.org/id/code/mzy> lvont:means <http://lexvo.org/id/iso639-3/mzy> .

<http://lexvo.org/id/code/mzz> lvont:means <http://lexvo.org/id/iso639-3/mzz> .

<http://lexvo.org/id/code/na> lvont:means <http://lexvo.org/id/iso639-3/nau> .

<http://lexvo.org/id/code/naa> lvont:means <http://lexvo.org/id/iso639-3/cld>,
        <http://lexvo.org/id/iso639-3/naa> .

<http://lexvo.org/id/code/naas1242> lvont:means <http://lexvo.org/id/iso639-3/nas> .

<http://lexvo.org/id/code/nab> lvont:means <http://lexvo.org/id/iso639-3/nab>,
        <http://lexvo.org/id/iso639-3/naf> .

<http://lexvo.org/id/code/naba1256> lvont:means <http://lexvo.org/id/iso639-3/naf> .

<http://lexvo.org/id/code/nac> lvont:means <http://lexvo.org/id/iso639-3/nac> .

<http://lexvo.org/id/code/nad> lvont:means <http://lexvo.org/id/iso639-3/mbj>,
        <http://lexvo.org/id/iso639-3/nad> .

<http://lexvo.org/id/code/nade1244> lvont:means <http://lexvo.org/id/iso639-3/mbj> .

<http://lexvo.org/id/code/nae> lvont:means <http://lexvo.org/id/iso639-3/nae> .

<http://lexvo.org/id/code/naf> lvont:means <http://lexvo.org/id/iso639-3/naf>,
        <http://lexvo.org/id/iso639-3/nfr> .

<http://lexvo.org/id/code/nafa1258> lvont:means <http://lexvo.org/id/iso639-3/nfr> .

<http://lexvo.org/id/code/nag> lvont:means <http://lexvo.org/id/iso639-3/nag>,
        <http://lexvo.org/id/iso639-3/nce> .

<http://lexvo.org/id/code/naga1394> lvont:means <http://lexvo.org/id/iso639-3/nag> .

<http://lexvo.org/id/code/nah> lvont:means <http://lexvo.org/id/iso639-3/nlx>,
        <http://lexvo.org/id/iso639-5/nah> .

<http://lexvo.org/id/code/naha1261> lvont:means <http://lexvo.org/id/iso639-3/nlx> .

<http://lexvo.org/id/code/nai> lvont:means <http://lexvo.org/id/iso639-3/gld>,
        <http://lexvo.org/id/iso639-5/nai> .

<http://lexvo.org/id/code/naj> lvont:means <http://lexvo.org/id/iso639-3/aij>,
        <http://lexvo.org/id/iso639-3/naj> .

<http://lexvo.org/id/code/nak> lvont:means <http://lexvo.org/id/iso639-3/nak> .

<http://lexvo.org/id/code/naka1260> lvont:means <http://lexvo.org/id/iso639-3/nck> .

<http://lexvo.org/id/code/naka1262> lvont:means <http://lexvo.org/id/iso639-3/nak> .

<http://lexvo.org/id/code/nal> lvont:means <http://lexvo.org/id/iso639-3/nal> .

<http://lexvo.org/id/code/nali1244> lvont:means <http://lexvo.org/id/iso639-3/nal> .

<http://lexvo.org/id/code/nam> lvont:means <http://lexvo.org/id/iso639-3/nam>,
        <http://lexvo.org/id/iso639-3/nnm> .

<http://lexvo.org/id/code/nama1264> lvont:means <http://lexvo.org/id/iso639-3/naq> .

<http://lexvo.org/id/code/nami1256> lvont:means <http://lexvo.org/id/iso639-3/nnm> .

<http://lexvo.org/id/code/nan> lvont:means <http://lexvo.org/id/iso639-3/nan> .

<http://lexvo.org/id/code/nana1257> lvont:means <http://lexvo.org/id/iso639-3/gld> .

<http://lexvo.org/id/code/nand1264> lvont:means <http://lexvo.org/id/iso639-3/nnb> .

<http://lexvo.org/id/code/nang1259> lvont:means <http://lexvo.org/id/iso639-3/nam> .

<http://lexvo.org/id/code/nank1250> lvont:means <http://lexvo.org/id/iso639-3/nnk> .

<http://lexvo.org/id/code/nant1249> lvont:means <http://lexvo.org/id/iso639-3/nnt> .

<http://lexvo.org/id/code/nao> lvont:means <http://lexvo.org/id/iso639-3/nao> .

<http://lexvo.org/id/code/nap> lvont:means <http://lexvo.org/id/iso639-3/nap>,
        <http://lexvo.org/id/iso639-3/trg> .

<http://lexvo.org/id/code/napu1241> lvont:means <http://lexvo.org/id/iso639-3/npy> .

<http://lexvo.org/id/code/naq> lvont:means <http://lexvo.org/id/iso639-3/naq> .

<http://lexvo.org/id/code/nar> lvont:means <http://lexvo.org/id/iso639-3/nar>,
        <http://lexvo.org/id/iso639-3/nrb> .

<http://lexvo.org/id/code/nara1262> lvont:means <http://lexvo.org/id/iso639-3/nrb> .

<http://lexvo.org/id/code/naro1249> lvont:means <http://lexvo.org/id/iso639-3/nhr> .

<http://lexvo.org/id/code/naro1251> lvont:means <http://lexvo.org/id/iso639-3/nrm> .

<http://lexvo.org/id/code/narp1239> lvont:means <http://lexvo.org/id/iso639-3/npa> .

<http://lexvo.org/id/code/narr1259> lvont:means <http://lexvo.org/id/iso639-3/nay> .

<http://lexvo.org/id/code/nas> lvont:means <http://lexvo.org/id/iso639-3/nas> .

<http://lexvo.org/id/code/nask1242> lvont:means <http://lexvo.org/id/iso639-3/nsk> .

<http://lexvo.org/id/code/nat> lvont:means <http://lexvo.org/id/iso639-3/nat>,
        <http://lexvo.org/id/iso639-3/ncz> .

<http://lexvo.org/id/code/natc1249> lvont:means <http://lexvo.org/id/iso639-3/ncz> .

<http://lexvo.org/id/code/nate1242> lvont:means <http://lexvo.org/id/iso639-3/ntm> .

<http://lexvo.org/id/code/nau> lvont:means <http://lexvo.org/id/iso639-3/nau> .

<http://lexvo.org/id/code/nauk1242> lvont:means <http://lexvo.org/id/iso639-3/ynk> .

<http://lexvo.org/id/code/naur1243> lvont:means <http://lexvo.org/id/iso639-3/nau> .

<http://lexvo.org/id/code/nav> lvont:means <http://lexvo.org/id/iso639-3/nav> .

<http://lexvo.org/id/code/nava1243> lvont:means <http://lexvo.org/id/iso639-3/nav> .

<http://lexvo.org/id/code/naw> lvont:means <http://lexvo.org/id/iso639-3/naw> .

<http://lexvo.org/id/code/nax> lvont:means <http://lexvo.org/id/iso639-3/nax>,
        <http://lexvo.org/id/iso639-3/nbf> .

<http://lexvo.org/id/code/naxi1245> lvont:means <http://lexvo.org/id/iso639-3/nbf> .

<http://lexvo.org/id/code/nay> lvont:means <http://lexvo.org/id/iso639-3/nay> .

<http://lexvo.org/id/code/naz> lvont:means <http://lexvo.org/id/iso639-3/naz> .

<http://lexvo.org/id/code/nb> lvont:means <http://lexvo.org/id/iso639-3/nob> .

<http://lexvo.org/id/code/nba> lvont:means <http://lexvo.org/id/iso639-3/nba> .

<http://lexvo.org/id/code/nbb> lvont:means <http://lexvo.org/id/iso639-3/nbb>,
        <http://lexvo.org/id/iso639-3/nmb> .

<http://lexvo.org/id/code/nbc> lvont:means <http://lexvo.org/id/iso639-3/nbc> .

<http://lexvo.org/id/code/nbd> lvont:means <http://lexvo.org/id/iso639-3/kzh>,
        <http://lexvo.org/id/iso639-3/nbd> .

<http://lexvo.org/id/code/nbe> lvont:means <http://lexvo.org/id/iso639-3/nbe>,
        <http://lexvo.org/id/iso639-3/ngc> .

<http://lexvo.org/id/code/nbg> lvont:means <http://lexvo.org/id/iso639-3/nbg> .

<http://lexvo.org/id/code/nbh> lvont:means <http://lexvo.org/id/iso639-3/ghl>,
        <http://lexvo.org/id/iso639-3/nbh> .

<http://lexvo.org/id/code/nbi> lvont:means <http://lexvo.org/id/iso639-3/nbi> .

<http://lexvo.org/id/code/nbj> lvont:means <http://lexvo.org/id/iso639-3/nbj> .

<http://lexvo.org/id/code/nbk> lvont:means <http://lexvo.org/id/iso639-3/nbk> .

<http://lexvo.org/id/code/nbl> lvont:means <http://lexvo.org/id/iso639-3/nbl> .

<http://lexvo.org/id/code/nbm> lvont:means <http://lexvo.org/id/iso639-3/nbm> .

<http://lexvo.org/id/code/nbn> lvont:means <http://lexvo.org/id/iso639-3/nbn> .

<http://lexvo.org/id/code/nbo> lvont:means <http://lexvo.org/id/iso639-3/nbo>,
        <http://lexvo.org/id/iso639-3/now> .

<http://lexvo.org/id/code/nbp> lvont:means <http://lexvo.org/id/iso639-3/nbp> .

<http://lexvo.org/id/code/nbq> lvont:means <http://lexvo.org/id/iso639-3/nbq> .

<http://lexvo.org/id/code/nbr> lvont:means <http://lexvo.org/id/iso639-3/gym>,
        <http://lexvo.org/id/iso639-3/nbr> .

<http://lexvo.org/id/code/nbs> lvont:means <http://lexvo.org/id/iso639-3/nbs> .

<http://lexvo.org/id/code/nbt> lvont:means <http://lexvo.org/id/iso639-3/nbt> .

<http://lexvo.org/id/code/nbu> lvont:means <http://lexvo.org/id/iso639-3/nbu> .

<http://lexvo.org/id/code/nbv> lvont:means <http://lexvo.org/id/iso639-3/nbv> .

<http://lexvo.org/id/code/nbw> lvont:means <http://lexvo.org/id/iso639-3/nbw> .

<http://lexvo.org/id/code/nbx> lvont:means <http://lexvo.org/id/iso639-3/nbx> .

<http://lexvo.org/id/code/nby> lvont:means <http://lexvo.org/id/iso639-3/nby> .

<http://lexvo.org/id/code/nca> lvont:means <http://lexvo.org/id/iso639-3/caq>,
        <http://lexvo.org/id/iso639-3/nca> .

<http://lexvo.org/id/code/ncb> lvont:means <http://lexvo.org/id/iso639-3/ncb> .

<http://lexvo.org/id/code/ncc> lvont:means <http://lexvo.org/id/iso639-3/ncc> .

<http://lexvo.org/id/code/ncd> lvont:means <http://lexvo.org/id/iso639-3/ncd> .

<http://lexvo.org/id/code/nce> lvont:means <http://lexvo.org/id/iso639-3/nce> .

<http://lexvo.org/id/code/ncf> lvont:means <http://lexvo.org/id/iso639-3/ncf> .

<http://lexvo.org/id/code/ncg> lvont:means <http://lexvo.org/id/iso639-3/ncg> .

<http://lexvo.org/id/code/nch> lvont:means <http://lexvo.org/id/iso639-3/nch> .

<http://lexvo.org/id/code/nci> lvont:means <http://lexvo.org/id/iso639-3/nci> .

<http://lexvo.org/id/code/ncj> lvont:means <http://lexvo.org/id/iso639-3/ncj> .

<http://lexvo.org/id/code/nck> lvont:means <http://lexvo.org/id/iso639-3/nck> .

<http://lexvo.org/id/code/ncl> lvont:means <http://lexvo.org/id/iso639-3/ncl> .

<http://lexvo.org/id/code/ncm> lvont:means <http://lexvo.org/id/iso639-3/ncm> .

<http://lexvo.org/id/code/ncn> lvont:means <http://lexvo.org/id/iso639-3/ncn> .

<http://lexvo.org/id/code/nco> lvont:means <http://lexvo.org/id/iso639-3/nco> .

<http://lexvo.org/id/code/ncp> lvont:means <http://lexvo.org/id/iso639-3/ncp> .

<http://lexvo.org/id/code/ncr> lvont:means <http://lexvo.org/id/iso639-3/ncr> .

<http://lexvo.org/id/code/ncs> lvont:means <http://lexvo.org/id/iso639-3/ncs> .

<http://lexvo.org/id/code/nct> lvont:means <http://lexvo.org/id/iso639-3/nct> .

<http://lexvo.org/id/code/ncu> lvont:means <http://lexvo.org/id/iso639-3/ncu> .

<http://lexvo.org/id/code/ncx> lvont:means <http://lexvo.org/id/iso639-3/ncx> .

<http://lexvo.org/id/code/ncz> lvont:means <http://lexvo.org/id/iso639-3/ncz> .

<http://lexvo.org/id/code/nd> lvont:means <http://lexvo.org/id/iso639-3/nde> .

<http://lexvo.org/id/code/nda> lvont:means <http://lexvo.org/id/iso639-3/nda> .

<http://lexvo.org/id/code/ndb> lvont:means <http://lexvo.org/id/iso639-3/nbl>,
        <http://lexvo.org/id/iso639-3/ndb> .

<http://lexvo.org/id/code/ndc> lvont:means <http://lexvo.org/id/iso639-3/ndc> .

<http://lexvo.org/id/code/ndd> lvont:means <http://lexvo.org/id/iso639-3/ndd> .

<http://lexvo.org/id/code/nde> lvont:means <http://lexvo.org/id/iso639-3/nde>,
        <http://lexvo.org/id/iso639-3/nnb> .

<http://lexvo.org/id/code/ndf> lvont:means <http://lexvo.org/id/iso639-3/ndf> .

<http://lexvo.org/id/code/ndg> lvont:means <http://lexvo.org/id/iso639-3/ndg>,
        <http://lexvo.org/id/iso639-3/ndz> .

<http://lexvo.org/id/code/ndh> lvont:means <http://lexvo.org/id/iso639-3/ndh> .

<http://lexvo.org/id/code/ndi> lvont:means <http://lexvo.org/id/iso639-3/ndi> .

<http://lexvo.org/id/code/ndj> lvont:means <http://lexvo.org/id/iso639-3/djj>,
        <http://lexvo.org/id/iso639-3/ndj> .

<http://lexvo.org/id/code/ndk> lvont:means <http://lexvo.org/id/iso639-3/ndk> .

<http://lexvo.org/id/code/ndl> lvont:means <http://lexvo.org/id/iso639-3/ndl> .

<http://lexvo.org/id/code/ndm> lvont:means <http://lexvo.org/id/iso639-3/ndm> .

<http://lexvo.org/id/code/ndn> lvont:means <http://lexvo.org/id/iso639-3/ndn> .

<http://lexvo.org/id/code/ndo> lvont:means <http://lexvo.org/id/iso639-3/ndo> .

<http://lexvo.org/id/code/ndog1248> lvont:means <http://lexvo.org/id/iso639-3/ndz> .

<http://lexvo.org/id/code/ndon1254> lvont:means <http://lexvo.org/id/iso639-3/ndo> .

<http://lexvo.org/id/code/ndp> lvont:means <http://lexvo.org/id/iso639-3/ndp> .

<http://lexvo.org/id/code/ndq> lvont:means <http://lexvo.org/id/iso639-3/ndq> .

<http://lexvo.org/id/code/ndr> lvont:means <http://lexvo.org/id/iso639-3/ndr> .

<http://lexvo.org/id/code/nds> lvont:means <http://lexvo.org/id/iso639-3/nds> .

<http://lexvo.org/id/code/ndt> lvont:means <http://lexvo.org/id/iso639-3/ndt>,
        <http://lexvo.org/id/iso639-3/ndv> .

<http://lexvo.org/id/code/ndu> lvont:means <http://lexvo.org/id/iso639-3/ndu>,
        <http://lexvo.org/id/iso639-3/nmd> .

<http://lexvo.org/id/code/ndum1239> lvont:means <http://lexvo.org/id/iso639-3/nmd> .

<http://lexvo.org/id/code/ndun1249> lvont:means <http://lexvo.org/id/iso639-3/ndt> .

<http://lexvo.org/id/code/ndut1239> lvont:means <http://lexvo.org/id/iso639-3/ndv> .

<http://lexvo.org/id/code/ndv> lvont:means <http://lexvo.org/id/iso639-3/ndv> .

<http://lexvo.org/id/code/ndw> lvont:means <http://lexvo.org/id/iso639-3/ndw> .

<http://lexvo.org/id/code/ndx> lvont:means <http://lexvo.org/id/iso639-3/ndx> .

<http://lexvo.org/id/code/ndy> lvont:means <http://lexvo.org/id/iso639-3/djk>,
        <http://lexvo.org/id/iso639-3/ndy> .

<http://lexvo.org/id/code/ndyu1242> lvont:means <http://lexvo.org/id/iso639-3/djk> .

<http://lexvo.org/id/code/ndz> lvont:means <http://lexvo.org/id/iso639-3/ndz> .

<http://lexvo.org/id/code/ne> lvont:means <http://lexvo.org/id/iso639-3/nep> .

<http://lexvo.org/id/code/nea> lvont:means <http://lexvo.org/id/iso639-3/nea> .

<http://lexvo.org/id/code/neap1235> lvont:means <http://lexvo.org/id/iso639-3/nap> .

<http://lexvo.org/id/code/neb> lvont:means <http://lexvo.org/id/iso639-3/neb> .

<http://lexvo.org/id/code/nec> lvont:means <http://lexvo.org/id/iso639-3/nec> .

<http://lexvo.org/id/code/ned> lvont:means <http://lexvo.org/id/iso639-3/dse>,
        <http://lexvo.org/id/iso639-3/ned> .

<http://lexvo.org/id/code/nee> lvont:means <http://lexvo.org/id/iso639-3/nee> .

<http://lexvo.org/id/code/nef> lvont:means <http://lexvo.org/id/iso639-3/nef> .

<http://lexvo.org/id/code/neg> lvont:means <http://lexvo.org/id/iso639-3/neg> .

<http://lexvo.org/id/code/nege1240> lvont:means <http://lexvo.org/id/iso639-3/zmi> .

<http://lexvo.org/id/code/negi1245> lvont:means <http://lexvo.org/id/iso639-3/neg> .

<http://lexvo.org/id/code/neh> lvont:means <http://lexvo.org/id/iso639-3/neh>,
        <http://lexvo.org/id/iso639-3/nsn> .

<http://lexvo.org/id/code/neha1247> lvont:means <http://lexvo.org/id/iso639-3/nsn> .

<http://lexvo.org/id/code/nei> lvont:means <http://lexvo.org/id/iso639-3/nei> .

<http://lexvo.org/id/code/nej> lvont:means <http://lexvo.org/id/iso639-3/nej> .

<http://lexvo.org/id/code/nek> lvont:means <http://lexvo.org/id/iso639-3/nek> .

<http://lexvo.org/id/code/nel> lvont:means <http://lexvo.org/id/iso639-3/nee> .

<http://lexvo.org/id/code/nem> lvont:means <http://lexvo.org/id/iso639-3/nem> .

<http://lexvo.org/id/code/nen> lvont:means <http://lexvo.org/id/iso639-3/nen>,
        <http://lexvo.org/id/iso639-3/yrk> .

<http://lexvo.org/id/code/nend1239> lvont:means <http://lexvo.org/id/iso639-3/anh> .

<http://lexvo.org/id/code/nene1249> lvont:means <http://lexvo.org/id/iso639-3/yrk> .

<http://lexvo.org/id/code/neng1238> lvont:means <http://lexvo.org/id/iso639-3/nen> .

<http://lexvo.org/id/code/neo> lvont:means <http://lexvo.org/id/iso639-3/neo> .

<http://lexvo.org/id/code/nep> lvont:means <http://lexvo.org/id/iso639-3/nep> .

<http://lexvo.org/id/code/nepa1252> lvont:means <http://lexvo.org/id/iso639-3/nep> .

<http://lexvo.org/id/code/neq> lvont:means <http://lexvo.org/id/iso639-3/neq> .

<http://lexvo.org/id/code/ner> lvont:means <http://lexvo.org/id/iso639-3/ner> .

<http://lexvo.org/id/code/nes> lvont:means <http://lexvo.org/id/iso639-3/nes> .

<http://lexvo.org/id/code/net> lvont:means <http://lexvo.org/id/iso639-3/net> .

<http://lexvo.org/id/code/neu> lvont:means <http://lexvo.org/id/iso639-3/neu> .

<http://lexvo.org/id/code/nev> lvont:means <http://lexvo.org/id/iso639-3/nev>,
        <http://lexvo.org/id/iso639-3/ood> .

<http://lexvo.org/id/code/new> lvont:means <http://lexvo.org/id/iso639-3/new> .

<http://lexvo.org/id/code/newa1246> lvont:means <http://lexvo.org/id/iso639-3/new> .

<http://lexvo.org/id/code/newz1236> lvont:means <http://lexvo.org/id/iso639-3/nzs> .

<http://lexvo.org/id/code/nex> lvont:means <http://lexvo.org/id/iso639-3/nex> .

<http://lexvo.org/id/code/ney> lvont:means <http://lexvo.org/id/iso639-3/ney> .

<http://lexvo.org/id/code/nez> lvont:means <http://lexvo.org/id/iso639-3/nez> .

<http://lexvo.org/id/code/nezp1238> lvont:means <http://lexvo.org/id/iso639-3/nez> .

<http://lexvo.org/id/code/nfa> lvont:means <http://lexvo.org/id/iso639-3/nfa> .

<http://lexvo.org/id/code/nfd> lvont:means <http://lexvo.org/id/iso639-3/nfd> .

<http://lexvo.org/id/code/nfl> lvont:means <http://lexvo.org/id/iso639-3/nfl> .

<http://lexvo.org/id/code/nfr> lvont:means <http://lexvo.org/id/iso639-3/nfr> .

<http://lexvo.org/id/code/nfu> lvont:means <http://lexvo.org/id/iso639-3/nfu> .

<http://lexvo.org/id/code/ng> lvont:means <http://lexvo.org/id/iso639-3/ndo> .

<http://lexvo.org/id/code/nga> lvont:means <http://lexvo.org/id/iso639-3/nga>,
        <http://lexvo.org/id/iso639-3/nio> .

<http://lexvo.org/id/code/ngaa1240> lvont:means <http://lexvo.org/id/iso639-3/ntj> .

<http://lexvo.org/id/code/ngab1239> lvont:means <http://lexvo.org/id/iso639-3/gym> .

<http://lexvo.org/id/code/ngad1258> lvont:means <http://lexvo.org/id/iso639-3/nju> .

<http://lexvo.org/id/code/ngad1261> lvont:means <http://lexvo.org/id/iso639-3/nxg> .

<http://lexvo.org/id/code/ngaj1237> lvont:means <http://lexvo.org/id/iso639-3/nij> .

<http://lexvo.org/id/code/ngal1292> lvont:means <http://lexvo.org/id/iso639-3/ngk> .

<http://lexvo.org/id/code/ngal1293> lvont:means <http://lexvo.org/id/iso639-3/nig> .

<http://lexvo.org/id/code/ngam1268> lvont:means <http://lexvo.org/id/iso639-3/sba> .

<http://lexvo.org/id/code/ngan1291> lvont:means <http://lexvo.org/id/iso639-3/nio> .

<http://lexvo.org/id/code/ngan1295> lvont:means <http://lexvo.org/id/iso639-3/nid> .

<http://lexvo.org/id/code/ngar1235> lvont:means <http://lexvo.org/id/iso639-3/nbj> .

<http://lexvo.org/id/code/ngar1284> lvont:means <http://lexvo.org/id/iso639-3/ung> .

<http://lexvo.org/id/code/ngar1287> lvont:means <http://lexvo.org/id/iso639-3/nrl> .

<http://lexvo.org/id/code/ngas1240> lvont:means <http://lexvo.org/id/iso639-3/anc> .

<http://lexvo.org/id/code/ngaw1240> lvont:means <http://lexvo.org/id/iso639-3/nxn> .

<http://lexvo.org/id/code/ngb> lvont:means <http://lexvo.org/id/iso639-3/nga>,
        <http://lexvo.org/id/iso639-3/ngb> .

<http://lexvo.org/id/code/ngba1285> lvont:means <http://lexvo.org/id/iso639-3/nga> .

<http://lexvo.org/id/code/ngc> lvont:means <http://lexvo.org/id/iso639-3/ngc> .

<http://lexvo.org/id/code/ngd> lvont:means <http://lexvo.org/id/iso639-3/ngd>,
        <http://lexvo.org/id/iso639-3/nxg> .

<http://lexvo.org/id/code/nge> lvont:means <http://lexvo.org/id/iso639-3/nge> .

<http://lexvo.org/id/code/ngel1238> lvont:means <http://lexvo.org/id/iso639-3/agh> .

<http://lexvo.org/id/code/ngem1255> lvont:means <http://lexvo.org/id/iso639-3/nge> .

<http://lexvo.org/id/code/ngf> lvont:means <http://lexvo.org/id/iso639-5/ngf> .

<http://lexvo.org/id/code/ngg> lvont:means <http://lexvo.org/id/iso639-3/nam>,
        <http://lexvo.org/id/iso639-3/ngg> .

<http://lexvo.org/id/code/ngh> lvont:means <http://lexvo.org/id/iso639-3/ngh> .

<http://lexvo.org/id/code/ngi> lvont:means <http://lexvo.org/id/iso639-3/ngi>,
        <http://lexvo.org/id/iso639-3/wyb> .

<http://lexvo.org/id/code/ngil1242> lvont:means <http://lexvo.org/id/iso639-3/jle> .

<http://lexvo.org/id/code/ngit1239> lvont:means <http://lexvo.org/id/iso639-3/niy> .

<http://lexvo.org/id/code/ngiz1242> lvont:means <http://lexvo.org/id/iso639-3/ngi> .

<http://lexvo.org/id/code/ngj> lvont:means <http://lexvo.org/id/iso639-3/ngj>,
        <http://lexvo.org/id/iso639-3/nju> .

<http://lexvo.org/id/code/ngk> lvont:means <http://lexvo.org/id/iso639-3/nam>,
        <http://lexvo.org/id/iso639-3/ngk> .

<http://lexvo.org/id/code/ngka1235> lvont:means <http://lexvo.org/id/iso639-3/kcd> .

<http://lexvo.org/id/code/ngl> lvont:means <http://lexvo.org/id/iso639-3/ngl>,
        <http://lexvo.org/id/iso639-3/nig> .

<http://lexvo.org/id/code/ngm> lvont:means <http://lexvo.org/id/iso639-3/ngm>,
        <http://lexvo.org/id/iso639-3/sba> .

<http://lexvo.org/id/code/ngn> lvont:means <http://lexvo.org/id/iso639-3/ngn>,
        <http://lexvo.org/id/iso639-3/nid> .

<http://lexvo.org/id/code/ngo> lvont:means <http://lexvo.org/id/iso639-3/ngo> .

<http://lexvo.org/id/code/ngom1268> lvont:means <http://lexvo.org/id/iso639-3/ngc> .

<http://lexvo.org/id/code/ngon1269> lvont:means <http://lexvo.org/id/iso639-3/ngo> .

<http://lexvo.org/id/code/ngp> lvont:means <http://lexvo.org/id/iso639-3/ngp> .

<http://lexvo.org/id/code/ngq> lvont:means <http://lexvo.org/id/iso639-3/ngq> .

<http://lexvo.org/id/code/ngr> lvont:means <http://lexvo.org/id/iso639-3/nay>,
        <http://lexvo.org/id/iso639-3/ngr> .

<http://lexvo.org/id/code/ngs> lvont:means <http://lexvo.org/id/iso639-3/ngs> .

<http://lexvo.org/id/code/ngt> lvont:means <http://lexvo.org/id/iso639-3/ngt>,
        <http://lexvo.org/id/iso639-3/nmf> .

<http://lexvo.org/id/code/ngu> lvont:means <http://lexvo.org/id/iso639-3/llp>,
        <http://lexvo.org/id/iso639-3/ngu> .

<http://lexvo.org/id/code/ngur1261> lvont:means <http://lexvo.org/id/iso639-3/nbx> .

<http://lexvo.org/id/code/ngv> lvont:means <http://lexvo.org/id/iso639-3/ngv> .

<http://lexvo.org/id/code/ngw> lvont:means <http://lexvo.org/id/iso639-3/ngw>,
        <http://lexvo.org/id/iso639-3/nxn> .

<http://lexvo.org/id/code/ngx> lvont:means <http://lexvo.org/id/iso639-3/ngx> .

<http://lexvo.org/id/code/ngy> lvont:means <http://lexvo.org/id/iso639-3/nbj>,
        <http://lexvo.org/id/iso639-3/ngy> .

<http://lexvo.org/id/code/ngz> lvont:means <http://lexvo.org/id/iso639-3/ngi>,
        <http://lexvo.org/id/iso639-3/ngz> .

<http://lexvo.org/id/code/nha> lvont:means <http://lexvo.org/id/iso639-3/nha> .

<http://lexvo.org/id/code/nhan1238> lvont:means <http://lexvo.org/id/iso639-3/nha> .

<http://lexvo.org/id/code/nhb> lvont:means <http://lexvo.org/id/iso639-3/nhb> .

<http://lexvo.org/id/code/nhc> lvont:means <http://lexvo.org/id/iso639-3/nhc>,
        <http://lexvo.org/id/iso639-3/nhn> .

<http://lexvo.org/id/code/nhd> lvont:means <http://lexvo.org/id/iso639-3/nhd> .

<http://lexvo.org/id/code/nhe> lvont:means <http://lexvo.org/id/iso639-3/nhe> .

<http://lexvo.org/id/code/nhf> lvont:means <http://lexvo.org/id/iso639-3/nhf> .

<http://lexvo.org/id/code/nhg> lvont:means <http://lexvo.org/id/iso639-3/nhg> .

<http://lexvo.org/id/code/nhh> lvont:means <http://lexvo.org/id/iso639-3/nhh> .

<http://lexvo.org/id/code/nhi> lvont:means <http://lexvo.org/id/iso639-3/nhi> .

<http://lexvo.org/id/code/nhk> lvont:means <http://lexvo.org/id/iso639-3/nhk> .

<http://lexvo.org/id/code/nhm> lvont:means <http://lexvo.org/id/iso639-3/ncl>,
        <http://lexvo.org/id/iso639-3/nhm> .

<http://lexvo.org/id/code/nhn> lvont:means <http://lexvo.org/id/iso639-3/ncj>,
        <http://lexvo.org/id/iso639-3/nhn> .

<http://lexvo.org/id/code/nho> lvont:means <http://lexvo.org/id/iso639-3/nho> .

<http://lexvo.org/id/code/nhp> lvont:means <http://lexvo.org/id/iso639-3/nhp> .

<http://lexvo.org/id/code/nhq> lvont:means <http://lexvo.org/id/iso639-3/nhq> .

<http://lexvo.org/id/code/nhr> lvont:means <http://lexvo.org/id/iso639-3/nhr> .

<http://lexvo.org/id/code/nht> lvont:means <http://lexvo.org/id/iso639-3/nhg>,
        <http://lexvo.org/id/iso639-3/nht> .

<http://lexvo.org/id/code/nhu> lvont:means <http://lexvo.org/id/iso639-3/nhu> .

<http://lexvo.org/id/code/nhv> lvont:means <http://lexvo.org/id/iso639-3/nhv> .

<http://lexvo.org/id/code/nhw> lvont:means <http://lexvo.org/id/iso639-3/nhw> .

<http://lexvo.org/id/code/nhx> lvont:means <http://lexvo.org/id/iso639-3/ngu>,
        <http://lexvo.org/id/iso639-3/nhx> .

<http://lexvo.org/id/code/nhy> lvont:means <http://lexvo.org/id/iso639-3/nhy> .

<http://lexvo.org/id/code/nhz> lvont:means <http://lexvo.org/id/iso639-3/nhz> .

<http://lexvo.org/id/code/nia> lvont:means <http://lexvo.org/id/iso639-3/nia> .

<http://lexvo.org/id/code/nias1242> lvont:means <http://lexvo.org/id/iso639-3/nia> .

<http://lexvo.org/id/code/nib> lvont:means <http://lexvo.org/id/iso639-3/nib> .

<http://lexvo.org/id/code/nic> lvont:means <http://lexvo.org/id/iso639-3/ncb>,
        <http://lexvo.org/id/iso639-5/nic> .

<http://lexvo.org/id/code/nid> lvont:means <http://lexvo.org/id/iso639-3/nid> .

<http://lexvo.org/id/code/nie> lvont:means <http://lexvo.org/id/iso639-3/nie> .

<http://lexvo.org/id/code/niel1243> lvont:means <http://lexvo.org/id/iso639-3/nie> .

<http://lexvo.org/id/code/nif> lvont:means <http://lexvo.org/id/iso639-3/nif>,
        <http://lexvo.org/id/iso639-3/num> .

<http://lexvo.org/id/code/nig> lvont:means <http://lexvo.org/id/iso639-3/nig> .

<http://lexvo.org/id/code/nige1253> lvont:means <http://lexvo.org/id/iso639-3/fuv> .

<http://lexvo.org/id/code/nih> lvont:means <http://lexvo.org/id/iso639-3/jsl>,
        <http://lexvo.org/id/iso639-3/nih> .

<http://lexvo.org/id/code/nii> lvont:means <http://lexvo.org/id/iso639-3/nii> .

<http://lexvo.org/id/code/nij> lvont:means <http://lexvo.org/id/iso639-3/nij> .

<http://lexvo.org/id/code/nik> lvont:means <http://lexvo.org/id/iso639-3/nik> .

<http://lexvo.org/id/code/nil> lvont:means <http://lexvo.org/id/iso639-3/nil> .

<http://lexvo.org/id/code/nim> lvont:means <http://lexvo.org/id/iso639-3/nim>,
        <http://lexvo.org/id/iso639-3/nir> .

<http://lexvo.org/id/code/nin> lvont:means <http://lexvo.org/id/iso639-3/nin>,
        <http://lexvo.org/id/iso639-3/niz> .

<http://lexvo.org/id/code/nina1238> lvont:means <http://lexvo.org/id/iso639-3/shb> .

<http://lexvo.org/id/code/ning1273> lvont:means <http://lexvo.org/id/iso639-3/niz> .

<http://lexvo.org/id/code/nio> lvont:means <http://lexvo.org/id/iso639-3/nio> .

<http://lexvo.org/id/code/niq> lvont:means <http://lexvo.org/id/iso639-3/niq> .

<http://lexvo.org/id/code/nir> lvont:means <http://lexvo.org/id/iso639-3/nir> .

<http://lexvo.org/id/code/nis> lvont:means <http://lexvo.org/id/iso639-3/dap>,
        <http://lexvo.org/id/iso639-3/nis> .

<http://lexvo.org/id/code/nise1244> lvont:means <http://lexvo.org/id/iso639-3/nsz> .

<http://lexvo.org/id/code/nisg1240> lvont:means <http://lexvo.org/id/iso639-3/ncg> .

<http://lexvo.org/id/code/nisi1239> lvont:means <http://lexvo.org/id/iso639-3/dap> .

<http://lexvo.org/id/code/nit> lvont:means <http://lexvo.org/id/iso639-3/nit> .

<http://lexvo.org/id/code/niu> lvont:means <http://lexvo.org/id/iso639-3/niu> .

<http://lexvo.org/id/code/niua1240> lvont:means <http://lexvo.org/id/iso639-3/num> .

<http://lexvo.org/id/code/niue1239> lvont:means <http://lexvo.org/id/iso639-3/niu> .

<http://lexvo.org/id/code/niv> lvont:means <http://lexvo.org/id/iso639-3/niv> .

<http://lexvo.org/id/code/niva1238> lvont:means <http://lexvo.org/id/iso639-3/cag> .

<http://lexvo.org/id/code/niw> lvont:means <http://lexvo.org/id/iso639-3/niw> .

<http://lexvo.org/id/code/nix> lvont:means <http://lexvo.org/id/iso639-3/nix> .

<http://lexvo.org/id/code/niy> lvont:means <http://lexvo.org/id/iso639-3/niy> .

<http://lexvo.org/id/code/niz> lvont:means <http://lexvo.org/id/iso639-3/niz> .

<http://lexvo.org/id/code/nja> lvont:means <http://lexvo.org/id/iso639-3/nja> .

<http://lexvo.org/id/code/njb> lvont:means <http://lexvo.org/id/iso639-3/njb> .

<http://lexvo.org/id/code/njd> lvont:means <http://lexvo.org/id/iso639-3/njd> .

<http://lexvo.org/id/code/njh> lvont:means <http://lexvo.org/id/iso639-3/njh> .

<http://lexvo.org/id/code/nji> lvont:means <http://lexvo.org/id/iso639-3/nji> .

<http://lexvo.org/id/code/njj> lvont:means <http://lexvo.org/id/iso639-3/njj> .

<http://lexvo.org/id/code/njl> lvont:means <http://lexvo.org/id/iso639-3/njl> .

<http://lexvo.org/id/code/njm> lvont:means <http://lexvo.org/id/iso639-3/njm> .

<http://lexvo.org/id/code/njn> lvont:means <http://lexvo.org/id/iso639-3/njn> .

<http://lexvo.org/id/code/njo> lvont:means <http://lexvo.org/id/iso639-3/njo> .

<http://lexvo.org/id/code/njr> lvont:means <http://lexvo.org/id/iso639-3/njr> .

<http://lexvo.org/id/code/njs> lvont:means <http://lexvo.org/id/iso639-3/njs> .

<http://lexvo.org/id/code/njt> lvont:means <http://lexvo.org/id/iso639-3/njt> .

<http://lexvo.org/id/code/nju> lvont:means <http://lexvo.org/id/iso639-3/nju>,
        <http://lexvo.org/id/iso639-3/nys> .

<http://lexvo.org/id/code/njx> lvont:means <http://lexvo.org/id/iso639-3/njx> .

<http://lexvo.org/id/code/njy> lvont:means <http://lexvo.org/id/iso639-3/njy> .

<http://lexvo.org/id/code/njz> lvont:means <http://lexvo.org/id/iso639-3/njz> .

<http://lexvo.org/id/code/nka> lvont:means <http://lexvo.org/id/iso639-3/nka> .

<http://lexvo.org/id/code/nkb> lvont:means <http://lexvo.org/id/iso639-3/ngk>,
        <http://lexvo.org/id/iso639-3/nkb> .

<http://lexvo.org/id/code/nkc> lvont:means <http://lexvo.org/id/iso639-3/nkc> .

<http://lexvo.org/id/code/nkd> lvont:means <http://lexvo.org/id/iso639-3/nkd> .

<http://lexvo.org/id/code/nke> lvont:means <http://lexvo.org/id/iso639-3/isi>,
        <http://lexvo.org/id/iso639-3/nke> .

<http://lexvo.org/id/code/nkem1242> lvont:means <http://lexvo.org/id/iso639-3/isi> .

<http://lexvo.org/id/code/nkf> lvont:means <http://lexvo.org/id/iso639-3/nkf> .

<http://lexvo.org/id/code/nkg> lvont:means <http://lexvo.org/id/iso639-3/nkg> .

<http://lexvo.org/id/code/nkh> lvont:means <http://lexvo.org/id/iso639-3/nkh> .

<http://lexvo.org/id/code/nki> lvont:means <http://lexvo.org/id/iso639-3/nki> .

<http://lexvo.org/id/code/nkj> lvont:means <http://lexvo.org/id/iso639-3/nkj> .

<http://lexvo.org/id/code/nkk> lvont:means <http://lexvo.org/id/iso639-3/nck>,
        <http://lexvo.org/id/iso639-3/nkk> .

<http://lexvo.org/id/code/nkm> lvont:means <http://lexvo.org/id/iso639-3/nkm> .

<http://lexvo.org/id/code/nkn> lvont:means <http://lexvo.org/id/iso639-3/nkn>,
        <http://lexvo.org/id/iso639-3/nko> .

<http://lexvo.org/id/code/nko> lvont:means <http://lexvo.org/id/iso639-3/cgg>,
        <http://lexvo.org/id/iso639-3/nko> .

<http://lexvo.org/id/code/nkon1245> lvont:means <http://lexvo.org/id/iso639-3/nko> .

<http://lexvo.org/id/code/nkp> lvont:means <http://lexvo.org/id/iso639-3/nkp> .

<http://lexvo.org/id/code/nkq> lvont:means <http://lexvo.org/id/iso639-3/nkq> .

<http://lexvo.org/id/code/nkr> lvont:means <http://lexvo.org/id/iso639-3/nkr> .

<http://lexvo.org/id/code/nks> lvont:means <http://lexvo.org/id/iso639-3/nks> .

<http://lexvo.org/id/code/nkt> lvont:means <http://lexvo.org/id/iso639-3/cbn>,
        <http://lexvo.org/id/iso639-3/nkt> .

<http://lexvo.org/id/code/nku> lvont:means <http://lexvo.org/id/iso639-3/kzh>,
        <http://lexvo.org/id/iso639-3/nku> .

<http://lexvo.org/id/code/nkv> lvont:means <http://lexvo.org/id/iso639-3/nkv> .

<http://lexvo.org/id/code/nkw> lvont:means <http://lexvo.org/id/iso639-3/nkw> .

<http://lexvo.org/id/code/nkx> lvont:means <http://lexvo.org/id/iso639-3/nkx> .

<http://lexvo.org/id/code/nkz> lvont:means <http://lexvo.org/id/iso639-3/nkz> .

<http://lexvo.org/id/code/nl> lvont:means <http://lexvo.org/id/iso639-3/nld> .

<http://lexvo.org/id/code/nla> lvont:means <http://lexvo.org/id/iso639-3/nla> .

<http://lexvo.org/id/code/nlc> lvont:means <http://lexvo.org/id/iso639-3/nlc> .

<http://lexvo.org/id/code/nld> lvont:means <http://lexvo.org/id/iso639-3/nld> .

<http://lexvo.org/id/code/nle> lvont:means <http://lexvo.org/id/iso639-3/nle> .

<http://lexvo.org/id/code/nlg> lvont:means <http://lexvo.org/id/iso639-3/nlg> .

<http://lexvo.org/id/code/nli> lvont:means <http://lexvo.org/id/iso639-3/nli> .

<http://lexvo.org/id/code/nlj> lvont:means <http://lexvo.org/id/iso639-3/nlj> .

<http://lexvo.org/id/code/nlk> lvont:means <http://lexvo.org/id/iso639-3/nlk> .

<http://lexvo.org/id/code/nll> lvont:means <http://lexvo.org/id/iso639-3/nll> .

<http://lexvo.org/id/code/nlo> lvont:means <http://lexvo.org/id/iso639-3/nlo> .

<http://lexvo.org/id/code/nlr> lvont:means <http://lexvo.org/id/iso639-3/nlr> .

<http://lexvo.org/id/code/nlu> lvont:means <http://lexvo.org/id/iso639-3/nlu>,
        <http://lexvo.org/id/iso639-3/nrl> .

<http://lexvo.org/id/code/nlv> lvont:means <http://lexvo.org/id/iso639-3/nlv> .

<http://lexvo.org/id/code/nlx> lvont:means <http://lexvo.org/id/iso639-3/nlx> .

<http://lexvo.org/id/code/nly> lvont:means <http://lexvo.org/id/iso639-3/nly> .

<http://lexvo.org/id/code/nlz> lvont:means <http://lexvo.org/id/iso639-3/nlz> .

<http://lexvo.org/id/code/nma> lvont:means <http://lexvo.org/id/iso639-3/nbi>,
        <http://lexvo.org/id/iso639-3/nma> .

<http://lexvo.org/id/code/nmb> lvont:means <http://lexvo.org/id/iso639-3/nab>,
        <http://lexvo.org/id/iso639-3/nmb> .

<http://lexvo.org/id/code/nmc> lvont:means <http://lexvo.org/id/iso639-3/nmc> .

<http://lexvo.org/id/code/nmd> lvont:means <http://lexvo.org/id/iso639-3/nmd>,
        <http://lexvo.org/id/iso639-3/smq> .

<http://lexvo.org/id/code/nme> lvont:means <http://lexvo.org/id/iso639-3/nme> .

<http://lexvo.org/id/code/nmf> lvont:means <http://lexvo.org/id/iso639-3/nmf> .

<http://lexvo.org/id/code/nmg> lvont:means <http://lexvo.org/id/iso639-3/nmg> .

<http://lexvo.org/id/code/nmh> lvont:means <http://lexvo.org/id/iso639-3/nmh> .

<http://lexvo.org/id/code/nmi> lvont:means <http://lexvo.org/id/iso639-3/nhx>,
        <http://lexvo.org/id/iso639-3/nmi> .

<http://lexvo.org/id/code/nmj> lvont:means <http://lexvo.org/id/iso639-3/nmj> .

<http://lexvo.org/id/code/nmk> lvont:means <http://lexvo.org/id/iso639-3/nmk> .

<http://lexvo.org/id/code/nml> lvont:means <http://lexvo.org/id/iso639-3/nml> .

<http://lexvo.org/id/code/nmm> lvont:means <http://lexvo.org/id/iso639-3/nmm> .

<http://lexvo.org/id/code/nmn> lvont:means <http://lexvo.org/id/iso639-3/nmn> .

<http://lexvo.org/id/code/nmo> lvont:means <http://lexvo.org/id/iso639-3/nmo> .

<http://lexvo.org/id/code/nmp> lvont:means <http://lexvo.org/id/iso639-3/nmp> .

<http://lexvo.org/id/code/nmq> lvont:means <http://lexvo.org/id/iso639-3/nmq> .

<http://lexvo.org/id/code/nmr> lvont:means <http://lexvo.org/id/iso639-3/nmr> .

<http://lexvo.org/id/code/nms> lvont:means <http://lexvo.org/id/iso639-3/nms> .

<http://lexvo.org/id/code/nmt> lvont:means <http://lexvo.org/id/iso639-3/nmt> .

<http://lexvo.org/id/code/nmu> lvont:means <http://lexvo.org/id/iso639-3/nmu> .

<http://lexvo.org/id/code/nmv> lvont:means <http://lexvo.org/id/iso639-3/nmv> .

<http://lexvo.org/id/code/nmw> lvont:means <http://lexvo.org/id/iso639-3/nmw> .

<http://lexvo.org/id/code/nmx> lvont:means <http://lexvo.org/id/iso639-3/nmx> .

<http://lexvo.org/id/code/nmy> lvont:means <http://lexvo.org/id/iso639-3/nmy> .

<http://lexvo.org/id/code/nmz> lvont:means <http://lexvo.org/id/iso639-3/nmz> .

<http://lexvo.org/id/code/nn> lvont:means <http://lexvo.org/id/iso639-3/nno> .

<http://lexvo.org/id/code/nna> lvont:means <http://lexvo.org/id/iso639-3/nna> .

<http://lexvo.org/id/code/nnb> lvont:means <http://lexvo.org/id/iso639-3/nnb> .

<http://lexvo.org/id/code/nnc> lvont:means <http://lexvo.org/id/iso639-3/ncb>,
        <http://lexvo.org/id/iso639-3/nnc> .

<http://lexvo.org/id/code/nnd> lvont:means <http://lexvo.org/id/iso639-3/anh>,
        <http://lexvo.org/id/iso639-3/nnd> .

<http://lexvo.org/id/code/nne> lvont:means <http://lexvo.org/id/iso639-3/nen>,
        <http://lexvo.org/id/iso639-3/nne> .

<http://lexvo.org/id/code/nnf> lvont:means <http://lexvo.org/id/iso639-3/nnf> .

<http://lexvo.org/id/code/nng> lvont:means <http://lexvo.org/id/iso639-3/nng>,
        <http://lexvo.org/id/iso639-3/nyj> .

<http://lexvo.org/id/code/nnh> lvont:means <http://lexvo.org/id/iso639-3/nnh> .

<http://lexvo.org/id/code/nni> lvont:means <http://lexvo.org/id/iso639-3/nni> .

<http://lexvo.org/id/code/nnj> lvont:means <http://lexvo.org/id/iso639-3/nnj> .

<http://lexvo.org/id/code/nnk> lvont:means <http://lexvo.org/id/iso639-3/nnk> .

<http://lexvo.org/id/code/nnl> lvont:means <http://lexvo.org/id/iso639-3/nnl> .

<http://lexvo.org/id/code/nnm> lvont:means <http://lexvo.org/id/iso639-3/nnm>,
        <http://lexvo.org/id/iso639-3/tvl> .

<http://lexvo.org/id/code/nnn> lvont:means <http://lexvo.org/id/iso639-3/nnn>,
        <http://lexvo.org/id/iso639-3/nuv> .

<http://lexvo.org/id/code/nno> lvont:means <http://lexvo.org/id/iso639-3/nno> .

<http://lexvo.org/id/code/nnp> lvont:means <http://lexvo.org/id/iso639-3/nnp> .

<http://lexvo.org/id/code/nnq> lvont:means <http://lexvo.org/id/iso639-3/nnq> .

<http://lexvo.org/id/code/nnr> lvont:means <http://lexvo.org/id/iso639-3/nnr> .

<http://lexvo.org/id/code/nns> lvont:means <http://lexvo.org/id/iso639-3/nns> .

<http://lexvo.org/id/code/nnt> lvont:means <http://lexvo.org/id/iso639-3/nnt> .

<http://lexvo.org/id/code/nnu> lvont:means <http://lexvo.org/id/iso639-3/nnu> .

<http://lexvo.org/id/code/nnv> lvont:means <http://lexvo.org/id/iso639-3/nnv> .

<http://lexvo.org/id/code/nnw> lvont:means <http://lexvo.org/id/iso639-3/nnw> .

<http://lexvo.org/id/code/nnx> lvont:means <http://lexvo.org/id/iso639-3/nnx> .

<http://lexvo.org/id/code/nny> lvont:means <http://lexvo.org/id/iso639-3/nny> .

<http://lexvo.org/id/code/nnz> lvont:means <http://lexvo.org/id/iso639-3/nnz> .

<http://lexvo.org/id/code/no> lvont:means <http://lexvo.org/id/iso639-3/nor> .

<http://lexvo.org/id/code/noa> lvont:means <http://lexvo.org/id/iso639-3/noa> .

<http://lexvo.org/id/code/nob> lvont:means <http://lexvo.org/id/iso639-3/fia>,
        <http://lexvo.org/id/iso639-3/nob> .

<http://lexvo.org/id/code/nobi1240> lvont:means <http://lexvo.org/id/iso639-3/fia> .

<http://lexvo.org/id/code/noc> lvont:means <http://lexvo.org/id/iso639-3/njb>,
        <http://lexvo.org/id/iso639-3/noc> .

<http://lexvo.org/id/code/noct1238> lvont:means <http://lexvo.org/id/iso639-3/njb> .

<http://lexvo.org/id/code/nod> lvont:means <http://lexvo.org/id/iso639-3/nod> .

<http://lexvo.org/id/code/noe> lvont:means <http://lexvo.org/id/iso639-3/noe> .

<http://lexvo.org/id/code/nof> lvont:means <http://lexvo.org/id/iso639-3/nof> .

<http://lexvo.org/id/code/nog> lvont:means <http://lexvo.org/id/iso639-3/nog> .

<http://lexvo.org/id/code/noga1249> lvont:means <http://lexvo.org/id/iso639-3/nog> .

<http://lexvo.org/id/code/noh> lvont:means <http://lexvo.org/id/iso639-3/noh> .

<http://lexvo.org/id/code/noi> lvont:means <http://lexvo.org/id/iso639-3/noi> .

<http://lexvo.org/id/code/noj> lvont:means <http://lexvo.org/id/iso639-3/noj> .

<http://lexvo.org/id/code/nok> lvont:means <http://lexvo.org/id/iso639-3/nog>,
        <http://lexvo.org/id/iso639-3/nok> .

<http://lexvo.org/id/code/nom> lvont:means <http://lexvo.org/id/iso639-3/nom>,
        <http://lexvo.org/id/iso639-3/not> .

<http://lexvo.org/id/code/noma1263> lvont:means <http://lexvo.org/id/iso639-3/not> .

<http://lexvo.org/id/code/non> lvont:means <http://lexvo.org/id/iso639-3/nhu>,
        <http://lexvo.org/id/iso639-3/non> .

<http://lexvo.org/id/code/noo> lvont:means <http://lexvo.org/id/iso639-3/snf> .

<http://lexvo.org/id/code/noon1242> lvont:means <http://lexvo.org/id/iso639-3/snf> .

<http://lexvo.org/id/code/noon1243> lvont:means <http://lexvo.org/id/iso639-3/nhu> .

<http://lexvo.org/id/code/nop> lvont:means <http://lexvo.org/id/iso639-3/nop> .

<http://lexvo.org/id/code/nopa1235> lvont:means <http://lexvo.org/id/iso639-3/cya> .

<http://lexvo.org/id/code/noq> lvont:means <http://lexvo.org/id/iso639-3/noq> .

<http://lexvo.org/id/code/nor> lvont:means <http://lexvo.org/id/iso639-3/nor> .

<http://lexvo.org/id/code/nort1550> lvont:means <http://lexvo.org/id/iso639-3/twf> .

<http://lexvo.org/id/code/nort2626> lvont:means <http://lexvo.org/id/iso639-3/frr> .

<http://lexvo.org/id/code/nort2627> lvont:means <http://lexvo.org/id/iso639-3/nds> .

<http://lexvo.org/id/code/nort2641> lvont:means <http://lexvo.org/id/iso639-3/kmr> .

<http://lexvo.org/id/code/nort2645> lvont:means <http://lexvo.org/id/iso639-3/lrc> .

<http://lexvo.org/id/code/nort2671> lvont:means <http://lexvo.org/id/iso639-3/sme> .

<http://lexvo.org/id/code/nort2690> lvont:means <http://lexvo.org/id/iso639-3/uzn> .

<http://lexvo.org/id/code/nort2735> lvont:means <http://lexvo.org/id/iso639-3/doc> .

<http://lexvo.org/id/code/nort2745> lvont:means <http://lexvo.org/id/iso639-3/ykg> .

<http://lexvo.org/id/code/nort2775> lvont:means <http://lexvo.org/id/iso639-3/gya> .

<http://lexvo.org/id/code/nort2784> lvont:means <http://lexvo.org/id/iso639-3/nuv> .

<http://lexvo.org/id/code/nort2815> lvont:means <http://lexvo.org/id/iso639-3/dip> .

<http://lexvo.org/id/code/nort2836> lvont:means <http://lexvo.org/id/iso639-3/llp> .

<http://lexvo.org/id/code/nort2920> lvont:means <http://lexvo.org/id/iso639-3/tbg> .

<http://lexvo.org/id/code/nort2938> lvont:means <http://lexvo.org/id/iso639-3/hdn> .

<http://lexvo.org/id/code/nort2941> lvont:means <http://lexvo.org/id/iso639-3/ttm> .

<http://lexvo.org/id/code/nort2943> lvont:means <http://lexvo.org/id/iso639-3/esi> .

<http://lexvo.org/id/code/nort2951> lvont:means <http://lexvo.org/id/iso639-3/mjd> .

<http://lexvo.org/id/code/nort2952> lvont:means <http://lexvo.org/id/iso639-3/nmu> .

<http://lexvo.org/id/code/nort2954> lvont:means <http://lexvo.org/id/iso639-3/pao> .

<http://lexvo.org/id/code/nort2957> lvont:means <http://lexvo.org/id/iso639-3/ncj> .

<http://lexvo.org/id/code/nort2959> lvont:means <http://lexvo.org/id/iso639-3/ntp> .

<http://lexvo.org/id/code/nort2966> lvont:means <http://lexvo.org/id/iso639-3/pej> .

<http://lexvo.org/id/code/nort2968> lvont:means <http://lexvo.org/id/iso639-3/nsq> .

<http://lexvo.org/id/code/nort2972> lvont:means <http://lexvo.org/id/iso639-3/emp> .

<http://lexvo.org/id/code/nort2980> lvont:means <http://lexvo.org/id/iso639-3/qvn> .

<http://lexvo.org/id/code/nort2994> lvont:means <http://lexvo.org/id/iso639-3/rog> .

<http://lexvo.org/id/code/nort3139> lvont:means <http://lexvo.org/id/iso639-3/apc> .

<http://lexvo.org/id/code/norw1255> lvont:means <http://lexvo.org/id/iso639-3/nsl> .

<http://lexvo.org/id/code/nos> lvont:means <http://lexvo.org/id/iso639-3/nos> .

<http://lexvo.org/id/code/not> lvont:means <http://lexvo.org/id/iso639-3/not> .

<http://lexvo.org/id/code/nou> lvont:means <http://lexvo.org/id/iso639-3/nou> .

<http://lexvo.org/id/code/nov> lvont:means <http://lexvo.org/id/iso639-3/nov> .

<http://lexvo.org/id/code/now> lvont:means <http://lexvo.org/id/iso639-3/now> .

<http://lexvo.org/id/code/noy> lvont:means <http://lexvo.org/id/iso639-3/noy> .

<http://lexvo.org/id/code/noz> lvont:means <http://lexvo.org/id/iso639-3/noz> .

<http://lexvo.org/id/code/npa> lvont:means <http://lexvo.org/id/iso639-3/nhp>,
        <http://lexvo.org/id/iso639-3/npa> .

<http://lexvo.org/id/code/npb> lvont:means <http://lexvo.org/id/iso639-3/npb> .

<http://lexvo.org/id/code/npg> lvont:means <http://lexvo.org/id/iso639-3/npg> .

<http://lexvo.org/id/code/nph> lvont:means <http://lexvo.org/id/iso639-3/npa>,
        <http://lexvo.org/id/iso639-3/nph> .

<http://lexvo.org/id/code/npi> lvont:means <http://lexvo.org/id/iso639-3/npi> .

<http://lexvo.org/id/code/npl> lvont:means <http://lexvo.org/id/iso639-3/npl> .

<http://lexvo.org/id/code/npn> lvont:means <http://lexvo.org/id/iso639-3/nag>,
        <http://lexvo.org/id/iso639-3/npn> .

<http://lexvo.org/id/code/npo> lvont:means <http://lexvo.org/id/iso639-3/npo> .

<http://lexvo.org/id/code/nps> lvont:means <http://lexvo.org/id/iso639-3/nps> .

<http://lexvo.org/id/code/npu> lvont:means <http://lexvo.org/id/iso639-3/npu>,
        <http://lexvo.org/id/iso639-3/npy> .

<http://lexvo.org/id/code/npy> lvont:means <http://lexvo.org/id/iso639-3/npy> .

<http://lexvo.org/id/code/nqg> lvont:means <http://lexvo.org/id/iso639-3/nqg> .

<http://lexvo.org/id/code/nqk> lvont:means <http://lexvo.org/id/iso639-3/nqk> .

<http://lexvo.org/id/code/nqm> lvont:means <http://lexvo.org/id/iso639-3/nqm> .

<http://lexvo.org/id/code/nqn> lvont:means <http://lexvo.org/id/iso639-3/nqn> .

<http://lexvo.org/id/code/nqo> lvont:means <http://lexvo.org/id/iso639-3/nqo> .

<http://lexvo.org/id/code/nqy> lvont:means <http://lexvo.org/id/iso639-3/nqy> .

<http://lexvo.org/id/code/nr> lvont:means <http://lexvo.org/id/iso639-3/nbl> .

<http://lexvo.org/id/code/nra> lvont:means <http://lexvo.org/id/iso639-3/nra> .

<http://lexvo.org/id/code/nrb> lvont:means <http://lexvo.org/id/iso639-3/nrb> .

<http://lexvo.org/id/code/nrc> lvont:means <http://lexvo.org/id/iso639-3/nrc> .

<http://lexvo.org/id/code/nre> lvont:means <http://lexvo.org/id/iso639-3/nre> .

<http://lexvo.org/id/code/nrg> lvont:means <http://lexvo.org/id/iso639-3/nrg> .

<http://lexvo.org/id/code/nri> lvont:means <http://lexvo.org/id/iso639-3/nri> .

<http://lexvo.org/id/code/nrl> lvont:means <http://lexvo.org/id/iso639-3/nrl> .

<http://lexvo.org/id/code/nrm> lvont:means <http://lexvo.org/id/iso639-3/nrm> .

<http://lexvo.org/id/code/nrn> lvont:means <http://lexvo.org/id/iso639-3/nrn> .

<http://lexvo.org/id/code/nro> lvont:means <http://lexvo.org/id/iso639-3/nhr> .

<http://lexvo.org/id/code/nrp> lvont:means <http://lexvo.org/id/iso639-3/nrp> .

<http://lexvo.org/id/code/nrr> lvont:means <http://lexvo.org/id/iso639-3/nrr> .

<http://lexvo.org/id/code/nrt> lvont:means <http://lexvo.org/id/iso639-3/nrt> .

<http://lexvo.org/id/code/nru> lvont:means <http://lexvo.org/id/iso639-3/nru> .

<http://lexvo.org/id/code/nrx> lvont:means <http://lexvo.org/id/iso639-3/nrx> .

<http://lexvo.org/id/code/nrz> lvont:means <http://lexvo.org/id/iso639-3/nrz> .

<http://lexvo.org/id/code/nsa> lvont:means <http://lexvo.org/id/iso639-3/nsa> .

<http://lexvo.org/id/code/nsc> lvont:means <http://lexvo.org/id/iso639-3/nsc> .

<http://lexvo.org/id/code/nsd> lvont:means <http://lexvo.org/id/iso639-3/nsd> .

<http://lexvo.org/id/code/nse> lvont:means <http://lexvo.org/id/iso639-3/nse> .

<http://lexvo.org/id/code/nsen1242> lvont:means <http://lexvo.org/id/iso639-3/nse> .

<http://lexvo.org/id/code/nsf> lvont:means <http://lexvo.org/id/iso639-3/nsf> .

<http://lexvo.org/id/code/nsg> lvont:means <http://lexvo.org/id/iso639-3/ncg>,
        <http://lexvo.org/id/iso639-3/nsg> .

<http://lexvo.org/id/code/nsh> lvont:means <http://lexvo.org/id/iso639-3/nsh> .

<http://lexvo.org/id/code/nsi> lvont:means <http://lexvo.org/id/iso639-3/nsi> .

<http://lexvo.org/id/code/nsk> lvont:means <http://lexvo.org/id/iso639-3/nsk> .

<http://lexvo.org/id/code/nsl> lvont:means <http://lexvo.org/id/iso639-3/nsl> .

<http://lexvo.org/id/code/nsm> lvont:means <http://lexvo.org/id/iso639-3/nsm> .

<http://lexvo.org/id/code/nsn> lvont:means <http://lexvo.org/id/iso639-3/nsn>,
        <http://lexvo.org/id/iso639-3/nsz> .

<http://lexvo.org/id/code/nso> lvont:means <http://lexvo.org/id/iso639-3/nso> .

<http://lexvo.org/id/code/nsp> lvont:means <http://lexvo.org/id/iso639-3/nsp> .

<http://lexvo.org/id/code/nsq> lvont:means <http://lexvo.org/id/iso639-3/nsq> .

<http://lexvo.org/id/code/nsr> lvont:means <http://lexvo.org/id/iso639-3/nsr> .

<http://lexvo.org/id/code/nss> lvont:means <http://lexvo.org/id/iso639-3/nss> .

<http://lexvo.org/id/code/nst> lvont:means <http://lexvo.org/id/iso639-3/nst> .

<http://lexvo.org/id/code/nsu> lvont:means <http://lexvo.org/id/iso639-3/nsu> .

<http://lexvo.org/id/code/nsv> lvont:means <http://lexvo.org/id/iso639-3/nsv> .

<http://lexvo.org/id/code/nsw> lvont:means <http://lexvo.org/id/iso639-3/nsw> .

<http://lexvo.org/id/code/nsx> lvont:means <http://lexvo.org/id/iso639-3/nsx> .

<http://lexvo.org/id/code/nsy> lvont:means <http://lexvo.org/id/iso639-3/aii>,
        <http://lexvo.org/id/iso639-3/nsy> .

<http://lexvo.org/id/code/nsz> lvont:means <http://lexvo.org/id/iso639-3/azz>,
        <http://lexvo.org/id/iso639-3/nsz> .

<http://lexvo.org/id/code/nte> lvont:means <http://lexvo.org/id/iso639-3/nsl>,
        <http://lexvo.org/id/iso639-3/nte> .

<http://lexvo.org/id/code/nti> lvont:means <http://lexvo.org/id/iso639-3/niy>,
        <http://lexvo.org/id/iso639-3/nti> .

<http://lexvo.org/id/code/ntj> lvont:means <http://lexvo.org/id/iso639-3/ntj> .

<http://lexvo.org/id/code/ntk> lvont:means <http://lexvo.org/id/iso639-3/ntk> .

<http://lexvo.org/id/code/ntm> lvont:means <http://lexvo.org/id/iso639-3/ntm> .

<http://lexvo.org/id/code/ntn> lvont:means <http://lexvo.org/id/iso639-3/ntm> .

<http://lexvo.org/id/code/nto> lvont:means <http://lexvo.org/id/iso639-3/nto> .

<http://lexvo.org/id/code/ntom1248> lvont:means <http://lexvo.org/id/iso639-3/nto> .

<http://lexvo.org/id/code/ntp> lvont:means <http://lexvo.org/id/iso639-3/ntp> .

<http://lexvo.org/id/code/ntr> lvont:means <http://lexvo.org/id/iso639-3/ntr> .

<http://lexvo.org/id/code/nts> lvont:means <http://lexvo.org/id/iso639-3/nts> .

<http://lexvo.org/id/code/ntu> lvont:means <http://lexvo.org/id/iso639-3/ntu>,
        <http://lexvo.org/id/iso639-3/yrk> .

<http://lexvo.org/id/code/ntw> lvont:means <http://lexvo.org/id/iso639-3/ntw> .

<http://lexvo.org/id/code/ntx> lvont:means <http://lexvo.org/id/iso639-3/ntx> .

<http://lexvo.org/id/code/nty> lvont:means <http://lexvo.org/id/iso639-3/nty> .

<http://lexvo.org/id/code/ntz> lvont:means <http://lexvo.org/id/iso639-3/ntz> .

<http://lexvo.org/id/code/nua> lvont:means <http://lexvo.org/id/iso639-3/nua> .

<http://lexvo.org/id/code/nub> lvont:means <http://lexvo.org/id/iso639-3/kcn>,
        <http://lexvo.org/id/iso639-5/nub> .

<http://lexvo.org/id/code/nubi1253> lvont:means <http://lexvo.org/id/iso639-3/kcn> .

<http://lexvo.org/id/code/nuc> lvont:means <http://lexvo.org/id/iso639-3/nuc> .

<http://lexvo.org/id/code/nucl1235> lvont:means <http://lexvo.org/id/iso639-3/hye> .

<http://lexvo.org/id/code/nucl1240> lvont:means <http://lexvo.org/id/iso639-3/mzm> .

<http://lexvo.org/id/code/nucl1284> lvont:means <http://lexvo.org/id/iso639-3/ori> .

<http://lexvo.org/id/code/nucl1301> lvont:means <http://lexvo.org/id/iso639-3/tur> .

<http://lexvo.org/id/code/nucl1302> lvont:means <http://lexvo.org/id/iso639-3/kat> .

<http://lexvo.org/id/code/nucl1305> lvont:means <http://lexvo.org/id/iso639-3/kan> .

<http://lexvo.org/id/code/nucl1310> lvont:means <http://lexvo.org/id/iso639-3/mya> .

<http://lexvo.org/id/code/nucl1327> lvont:means <http://lexvo.org/id/iso639-3/lmc> .

<http://lexvo.org/id/code/nucl1339> lvont:means <http://lexvo.org/id/iso639-3/teq> .

<http://lexvo.org/id/code/nucl1347> lvont:means <http://lexvo.org/id/iso639-3/wol> .

<http://lexvo.org/id/code/nucl1396> lvont:means <http://lexvo.org/id/iso639-3/seh> .

<http://lexvo.org/id/code/nucl1417> lvont:means <http://lexvo.org/id/iso639-3/ibo> .

<http://lexvo.org/id/code/nucl1440> lvont:means <http://lexvo.org/id/iso639-3/mls> .

<http://lexvo.org/id/code/nucl1452> lvont:means <http://lexvo.org/id/iso639-3/mso> .

<http://lexvo.org/id/code/nucl1454> lvont:means <http://lexvo.org/id/iso639-3/yva> .

<http://lexvo.org/id/code/nucl1458> lvont:means <http://lexvo.org/id/iso639-3/mxk> .

<http://lexvo.org/id/code/nucl1460> lvont:means <http://lexvo.org/id/iso639-3/mad> .

<http://lexvo.org/id/code/nucl1594> lvont:means <http://lexvo.org/id/iso639-3/zrs> .

<http://lexvo.org/id/code/nucl1595> lvont:means <http://lexvo.org/id/iso639-3/kwe> .

<http://lexvo.org/id/code/nucl1622> lvont:means <http://lexvo.org/id/iso639-3/mrz> .

<http://lexvo.org/id/code/nucl1632> lvont:means <http://lexvo.org/id/iso639-3/set> .

<http://lexvo.org/id/code/nucl1633> lvont:means <http://lexvo.org/id/iso639-3/nir> .

<http://lexvo.org/id/code/nucl1634> lvont:means <http://lexvo.org/id/iso639-3/skv> .

<http://lexvo.org/id/code/nucl1643> lvont:means <http://lexvo.org/id/iso639-3/jpn> .

<http://lexvo.org/id/code/nucl1649> lvont:means <http://lexvo.org/id/iso639-3/tsi> .

<http://lexvo.org/id/code/nucl1695> lvont:means <http://lexvo.org/id/iso639-3/bol> .

<http://lexvo.org/id/code/nucl1696> lvont:means <http://lexvo.org/id/iso639-3/tan> .

<http://lexvo.org/id/code/nucl1706> lvont:means <http://lexvo.org/id/iso639-3/mid> .

<http://lexvo.org/id/code/nud> lvont:means <http://lexvo.org/id/iso639-3/nud> .

<http://lexvo.org/id/code/nue> lvont:means <http://lexvo.org/id/iso639-3/nue>,
        <http://lexvo.org/id/iso639-3/nus> .

<http://lexvo.org/id/code/nuer1246> lvont:means <http://lexvo.org/id/iso639-3/nus> .

<http://lexvo.org/id/code/nuf> lvont:means <http://lexvo.org/id/iso639-3/nuf> .

<http://lexvo.org/id/code/nug> lvont:means <http://lexvo.org/id/iso639-3/nug>,
        <http://lexvo.org/id/iso639-3/nuy> .

<http://lexvo.org/id/code/nugu1242> lvont:means <http://lexvo.org/id/iso639-3/yas> .

<http://lexvo.org/id/code/nuh> lvont:means <http://lexvo.org/id/iso639-3/nuh> .

<http://lexvo.org/id/code/nui> lvont:means <http://lexvo.org/id/iso639-3/nui> .

<http://lexvo.org/id/code/nuj> lvont:means <http://lexvo.org/id/iso639-3/nuj> .

<http://lexvo.org/id/code/nuk> lvont:means <http://lexvo.org/id/iso639-3/mbr>,
        <http://lexvo.org/id/iso639-3/nuk> .

<http://lexvo.org/id/code/nuka1242> lvont:means <http://lexvo.org/id/iso639-3/mbr> .

<http://lexvo.org/id/code/nuku1260> lvont:means <http://lexvo.org/id/iso639-3/nkr> .

<http://lexvo.org/id/code/nul> lvont:means <http://lexvo.org/id/iso639-3/nul> .

<http://lexvo.org/id/code/num> lvont:means <http://lexvo.org/id/iso639-3/num> .

<http://lexvo.org/id/code/nun> lvont:means <http://lexvo.org/id/iso639-3/nun>,
        <http://lexvo.org/id/iso639-3/nut> .

<http://lexvo.org/id/code/nung1282> lvont:means <http://lexvo.org/id/iso639-3/nun> .

<http://lexvo.org/id/code/nung1283> lvont:means <http://lexvo.org/id/iso639-3/nut> .

<http://lexvo.org/id/code/nung1290> lvont:means <http://lexvo.org/id/iso639-3/nuy> .

<http://lexvo.org/id/code/nuo> lvont:means <http://lexvo.org/id/iso639-3/nuo> .

<http://lexvo.org/id/code/nup> lvont:means <http://lexvo.org/id/iso639-3/nup> .

<http://lexvo.org/id/code/nupe1254> lvont:means <http://lexvo.org/id/iso639-3/nup> .

<http://lexvo.org/id/code/nupo1240> lvont:means <http://lexvo.org/id/iso639-3/hux> .

<http://lexvo.org/id/code/nuq> lvont:means <http://lexvo.org/id/iso639-3/nuq> .

<http://lexvo.org/id/code/nur> lvont:means <http://lexvo.org/id/iso639-3/nur> .

<http://lexvo.org/id/code/nus> lvont:means <http://lexvo.org/id/iso639-3/nuf>,
        <http://lexvo.org/id/iso639-3/nus> .

<http://lexvo.org/id/code/nusu1239> lvont:means <http://lexvo.org/id/iso639-3/nuf> .

<http://lexvo.org/id/code/nut> lvont:means <http://lexvo.org/id/iso639-3/nut> .

<http://lexvo.org/id/code/nuu> lvont:means <http://lexvo.org/id/iso639-3/nuu> .

<http://lexvo.org/id/code/nuv> lvont:means <http://lexvo.org/id/iso639-3/nuv> .

<http://lexvo.org/id/code/nuw> lvont:means <http://lexvo.org/id/iso639-3/nuw> .

<http://lexvo.org/id/code/nux> lvont:means <http://lexvo.org/id/iso639-3/nux> .

<http://lexvo.org/id/code/nuy> lvont:means <http://lexvo.org/id/iso639-3/nuy> .

<http://lexvo.org/id/code/nuz> lvont:means <http://lexvo.org/id/iso639-3/nuz> .

<http://lexvo.org/id/code/nv> lvont:means <http://lexvo.org/id/iso639-3/nav> .

<http://lexvo.org/id/code/nvh> lvont:means <http://lexvo.org/id/iso639-3/nvh> .

<http://lexvo.org/id/code/nvm> lvont:means <http://lexvo.org/id/iso639-3/nvm> .

<http://lexvo.org/id/code/nvo> lvont:means <http://lexvo.org/id/iso639-3/nvo> .

<http://lexvo.org/id/code/nvs> lvont:means <http://lexvo.org/id/iso639-3/niv> .

<http://lexvo.org/id/code/nwa> lvont:means <http://lexvo.org/id/iso639-3/nwa> .

<http://lexvo.org/id/code/nwb> lvont:means <http://lexvo.org/id/iso639-3/nwb> .

<http://lexvo.org/id/code/nwc> lvont:means <http://lexvo.org/id/iso639-3/nwc> .

<http://lexvo.org/id/code/nwd> lvont:means <http://lexvo.org/id/iso639-3/new> .

<http://lexvo.org/id/code/nwe> lvont:means <http://lexvo.org/id/iso639-3/nwe> .

<http://lexvo.org/id/code/nwg> lvont:means <http://lexvo.org/id/iso639-3/nwg> .

<http://lexvo.org/id/code/nwi> lvont:means <http://lexvo.org/id/iso639-3/nwi> .

<http://lexvo.org/id/code/nwm> lvont:means <http://lexvo.org/id/iso639-3/nwm> .

<http://lexvo.org/id/code/nwo> lvont:means <http://lexvo.org/id/iso639-3/nwo> .

<http://lexvo.org/id/code/nwr> lvont:means <http://lexvo.org/id/iso639-3/nwr> .

<http://lexvo.org/id/code/nwx> lvont:means <http://lexvo.org/id/iso639-3/nwx> .

<http://lexvo.org/id/code/nwy> lvont:means <http://lexvo.org/id/iso639-3/nwy> .

<http://lexvo.org/id/code/nxa> lvont:means <http://lexvo.org/id/iso639-3/nxa> .

<http://lexvo.org/id/code/nxd> lvont:means <http://lexvo.org/id/iso639-3/nxd> .

<http://lexvo.org/id/code/nxe> lvont:means <http://lexvo.org/id/iso639-3/nxe> .

<http://lexvo.org/id/code/nxg> lvont:means <http://lexvo.org/id/iso639-3/nxg> .

<http://lexvo.org/id/code/nxi> lvont:means <http://lexvo.org/id/iso639-3/nxi> .

<http://lexvo.org/id/code/nxk> lvont:means <http://lexvo.org/id/iso639-3/nxk> .

<http://lexvo.org/id/code/nxl> lvont:means <http://lexvo.org/id/iso639-3/nxl> .

<http://lexvo.org/id/code/nxm> lvont:means <http://lexvo.org/id/iso639-3/nxm> .

<http://lexvo.org/id/code/nxn> lvont:means <http://lexvo.org/id/iso639-3/nxn> .

<http://lexvo.org/id/code/nxq> lvont:means <http://lexvo.org/id/iso639-3/nxq> .

<http://lexvo.org/id/code/nxr> lvont:means <http://lexvo.org/id/iso639-3/nxr> .

<http://lexvo.org/id/code/nxu> lvont:means <http://lexvo.org/id/iso639-3/nxu> .

<http://lexvo.org/id/code/nxx> lvont:means <http://lexvo.org/id/iso639-3/nxx> .

<http://lexvo.org/id/code/ny> lvont:means <http://lexvo.org/id/iso639-3/nya> .

<http://lexvo.org/id/code/nya> lvont:means <http://lexvo.org/id/iso639-3/nya>,
        <http://lexvo.org/id/iso639-3/nyt> .

<http://lexvo.org/id/code/nyah1250> lvont:means <http://lexvo.org/id/iso639-3/cbn> .

<http://lexvo.org/id/code/nyal1254> lvont:means <http://lexvo.org/id/iso639-3/yly> .

<http://lexvo.org/id/code/nyam1276> lvont:means <http://lexvo.org/id/iso639-3/nym> .

<http://lexvo.org/id/code/nyam1277> lvont:means <http://lexvo.org/id/iso639-3/now> .

<http://lexvo.org/id/code/nyan1301> lvont:means <http://lexvo.org/id/iso639-3/nna> .

<http://lexvo.org/id/code/nyan1304> lvont:means <http://lexvo.org/id/iso639-3/nyj> .

<http://lexvo.org/id/code/nyan1307> lvont:means <http://lexvo.org/id/iso639-3/nyn> .

<http://lexvo.org/id/code/nyan1308> lvont:means <http://lexvo.org/id/iso639-3/nya> .

<http://lexvo.org/id/code/nyan1313> lvont:means <http://lexvo.org/id/iso639-3/nyp> .

<http://lexvo.org/id/code/nyat1246> lvont:means <http://lexvo.org/id/iso639-3/rim> .

<http://lexvo.org/id/code/nyaw1247> lvont:means <http://lexvo.org/id/iso639-3/nyt> .

<http://lexvo.org/id/code/nyb> lvont:means <http://lexvo.org/id/iso639-3/nyb> .

<http://lexvo.org/id/code/nyc> lvont:means <http://lexvo.org/id/iso639-3/nyc> .

<http://lexvo.org/id/code/nyd> lvont:means <http://lexvo.org/id/iso639-3/nyd> .

<http://lexvo.org/id/code/nye> lvont:means <http://lexvo.org/id/iso639-3/nye> .

<http://lexvo.org/id/code/nyf> lvont:means <http://lexvo.org/id/iso639-3/nyf> .

<http://lexvo.org/id/code/nyg> lvont:means <http://lexvo.org/id/iso639-3/nyg>,
        <http://lexvo.org/id/iso639-3/nyp> .

<http://lexvo.org/id/code/nyh> lvont:means <http://lexvo.org/id/iso639-3/nih>,
        <http://lexvo.org/id/iso639-3/nyh> .

<http://lexvo.org/id/code/nyi> lvont:means <http://lexvo.org/id/iso639-3/nyi> .

<http://lexvo.org/id/code/nyig1240> lvont:means <http://lexvo.org/id/iso639-3/nyh> .

<http://lexvo.org/id/code/nyih1240> lvont:means <http://lexvo.org/id/iso639-3/nih> .

<http://lexvo.org/id/code/nyj> lvont:means <http://lexvo.org/id/iso639-3/nyj> .

<http://lexvo.org/id/code/nyk> lvont:means <http://lexvo.org/id/iso639-3/nyk>,
        <http://lexvo.org/id/iso639-3/tpq> .

<http://lexvo.org/id/code/nyl> lvont:means <http://lexvo.org/id/iso639-3/nyl>,
        <http://lexvo.org/id/iso639-3/yly> .

<http://lexvo.org/id/code/nym> lvont:means <http://lexvo.org/id/iso639-3/nym> .

<http://lexvo.org/id/code/nyn> lvont:means <http://lexvo.org/id/iso639-3/nyh>,
        <http://lexvo.org/id/iso639-3/nyn> .

<http://lexvo.org/id/code/nyo> lvont:means <http://lexvo.org/id/iso639-3/nyo> .

<http://lexvo.org/id/code/nyor1246> lvont:means <http://lexvo.org/id/iso639-3/nyo> .

<http://lexvo.org/id/code/nyp> lvont:means <http://lexvo.org/id/iso639-3/nyp> .

<http://lexvo.org/id/code/nyq> lvont:means <http://lexvo.org/id/iso639-3/nyq> .

<http://lexvo.org/id/code/nyr> lvont:means <http://lexvo.org/id/iso639-3/nna>,
        <http://lexvo.org/id/iso639-3/nyr> .

<http://lexvo.org/id/code/nys> lvont:means <http://lexvo.org/id/iso639-3/nys> .

<http://lexvo.org/id/code/nyt> lvont:means <http://lexvo.org/id/iso639-3/nyt> .

<http://lexvo.org/id/code/nyu> lvont:means <http://lexvo.org/id/iso639-3/nyu>,
        <http://lexvo.org/id/iso639-3/nyv> .

<http://lexvo.org/id/code/nyul1247> lvont:means <http://lexvo.org/id/iso639-3/nyv> .

<http://lexvo.org/id/code/nyun1247> lvont:means <http://lexvo.org/id/iso639-3/nys> .

<http://lexvo.org/id/code/nyv> lvont:means <http://lexvo.org/id/iso639-3/nyv> .

<http://lexvo.org/id/code/nyw> lvont:means <http://lexvo.org/id/iso639-3/nyw> .

<http://lexvo.org/id/code/nyx> lvont:means <http://lexvo.org/id/iso639-3/nyx> .

<http://lexvo.org/id/code/nyy> lvont:means <http://lexvo.org/id/iso639-3/nyy> .

<http://lexvo.org/id/code/nza> lvont:means <http://lexvo.org/id/iso639-3/nza>,
        <http://lexvo.org/id/iso639-3/nzk> .

<http://lexvo.org/id/code/nzak1247> lvont:means <http://lexvo.org/id/iso639-3/nzk> .

<http://lexvo.org/id/code/nzb> lvont:means <http://lexvo.org/id/iso639-3/nzb> .

<http://lexvo.org/id/code/nze> lvont:means <http://lexvo.org/id/iso639-3/nzm> .

<http://lexvo.org/id/code/nzi> lvont:means <http://lexvo.org/id/iso639-3/nzi> .

<http://lexvo.org/id/code/nzk> lvont:means <http://lexvo.org/id/iso639-3/nzk> .

<http://lexvo.org/id/code/nzm> lvont:means <http://lexvo.org/id/iso639-3/nzm> .

<http://lexvo.org/id/code/nzs> lvont:means <http://lexvo.org/id/iso639-3/nzs> .

<http://lexvo.org/id/code/nzu> lvont:means <http://lexvo.org/id/iso639-3/nzu> .

<http://lexvo.org/id/code/nzy> lvont:means <http://lexvo.org/id/iso639-3/nzy> .

<http://lexvo.org/id/code/nzz> lvont:means <http://lexvo.org/id/iso639-3/nzz> .

<http://lexvo.org/id/code/oaa> lvont:means <http://lexvo.org/id/iso639-3/oaa> .

<http://lexvo.org/id/code/oac> lvont:means <http://lexvo.org/id/iso639-3/oac> .

<http://lexvo.org/id/code/oar> lvont:means <http://lexvo.org/id/iso639-3/oar> .

<http://lexvo.org/id/code/oav> lvont:means <http://lexvo.org/id/iso639-3/oav> .

<http://lexvo.org/id/code/obg> lvont:means <http://lexvo.org/id/iso639-3/ogu> .

<http://lexvo.org/id/code/obi> lvont:means <http://lexvo.org/id/iso639-3/obi> .

<http://lexvo.org/id/code/obk> lvont:means <http://lexvo.org/id/iso639-3/afz>,
        <http://lexvo.org/id/iso639-3/obk> .

<http://lexvo.org/id/code/obl> lvont:means <http://lexvo.org/id/iso639-3/obl> .

<http://lexvo.org/id/code/obm> lvont:means <http://lexvo.org/id/iso639-3/obm> .

<http://lexvo.org/id/code/obo> lvont:means <http://lexvo.org/id/iso639-3/ann>,
        <http://lexvo.org/id/iso639-3/obo> .

<http://lexvo.org/id/code/obok1239> lvont:means <http://lexvo.org/id/iso639-3/afz> .

<http://lexvo.org/id/code/obol1243> lvont:means <http://lexvo.org/id/iso639-3/ann> .

<http://lexvo.org/id/code/obr> lvont:means <http://lexvo.org/id/iso639-3/obr> .

<http://lexvo.org/id/code/obt> lvont:means <http://lexvo.org/id/iso639-3/obt> .

<http://lexvo.org/id/code/obu> lvont:means <http://lexvo.org/id/iso639-3/obu> .

<http://lexvo.org/id/code/oc> lvont:means <http://lexvo.org/id/iso639-3/oci> .

<http://lexvo.org/id/code/oca> lvont:means <http://lexvo.org/id/iso639-3/oca> .

<http://lexvo.org/id/code/ocai1244> lvont:means <http://lexvo.org/id/iso639-3/oca> .

<http://lexvo.org/id/code/och> lvont:means <http://lexvo.org/id/iso639-3/och> .

<http://lexvo.org/id/code/oci> lvont:means <http://lexvo.org/id/iso639-3/oci> .

<http://lexvo.org/id/code/oco> lvont:means <http://lexvo.org/id/iso639-3/oco> .

<http://lexvo.org/id/code/ocot1243> lvont:means <http://lexvo.org/id/iso639-3/mie> .

<http://lexvo.org/id/code/ocu> lvont:means <http://lexvo.org/id/iso639-3/ocu> .

<http://lexvo.org/id/code/oda> lvont:means <http://lexvo.org/id/iso639-3/oda> .

<http://lexvo.org/id/code/odk> lvont:means <http://lexvo.org/id/iso639-3/odk> .

<http://lexvo.org/id/code/odt> lvont:means <http://lexvo.org/id/iso639-3/odt> .

<http://lexvo.org/id/code/odu> lvont:means <http://lexvo.org/id/iso639-3/odu> .

<http://lexvo.org/id/code/ofo> lvont:means <http://lexvo.org/id/iso639-3/ofo> .

<http://lexvo.org/id/code/ofs> lvont:means <http://lexvo.org/id/iso639-3/ofs> .

<http://lexvo.org/id/code/ofu> lvont:means <http://lexvo.org/id/iso639-3/ofu> .

<http://lexvo.org/id/code/ogb> lvont:means <http://lexvo.org/id/iso639-3/ogb> .

<http://lexvo.org/id/code/ogbi1239> lvont:means <http://lexvo.org/id/iso639-3/ogb> .

<http://lexvo.org/id/code/ogbr1243> lvont:means <http://lexvo.org/id/iso639-3/ogu> .

<http://lexvo.org/id/code/ogc> lvont:means <http://lexvo.org/id/iso639-3/ogc> .

<http://lexvo.org/id/code/oge> lvont:means <http://lexvo.org/id/iso639-3/oge> .

<http://lexvo.org/id/code/ogg> lvont:means <http://lexvo.org/id/iso639-3/ogg> .

<http://lexvo.org/id/code/ogo> lvont:means <http://lexvo.org/id/iso639-3/ogo> .

<http://lexvo.org/id/code/ogu> lvont:means <http://lexvo.org/id/iso639-3/ogu> .

<http://lexvo.org/id/code/oht> lvont:means <http://lexvo.org/id/iso639-3/oht> .

<http://lexvo.org/id/code/ohu> lvont:means <http://lexvo.org/id/iso639-3/ohu> .

<http://lexvo.org/id/code/oi> lvont:means <http://lexvo.org/id/iso639-3/oyb> .

<http://lexvo.org/id/code/oia> lvont:means <http://lexvo.org/id/iso639-3/oia> .

<http://lexvo.org/id/code/oin> lvont:means <http://lexvo.org/id/iso639-3/oin> .

<http://lexvo.org/id/code/oir> lvont:means <http://lexvo.org/id/iso639-3/xal> .

<http://lexvo.org/id/code/oix> lvont:means <http://lexvo.org/id/iso639-3/otz> .

<http://lexvo.org/id/code/oj> lvont:means <http://lexvo.org/id/iso639-3/oji> .

<http://lexvo.org/id/code/ojb> lvont:means <http://lexvo.org/id/iso639-3/ojb> .

<http://lexvo.org/id/code/ojc> lvont:means <http://lexvo.org/id/iso639-3/ojc> .

<http://lexvo.org/id/code/ojg> lvont:means <http://lexvo.org/id/iso639-3/ojg> .

<http://lexvo.org/id/code/oji> lvont:means <http://lexvo.org/id/iso639-3/ojg>,
        <http://lexvo.org/id/iso639-3/oji> .

<http://lexvo.org/id/code/ojm> lvont:means <http://lexvo.org/id/iso639-3/ciw> .

<http://lexvo.org/id/code/ojp> lvont:means <http://lexvo.org/id/iso639-3/ojp> .

<http://lexvo.org/id/code/ojs> lvont:means <http://lexvo.org/id/iso639-3/ojs> .

<http://lexvo.org/id/code/ojv> lvont:means <http://lexvo.org/id/iso639-3/ojv> .

<http://lexvo.org/id/code/ojw> lvont:means <http://lexvo.org/id/iso639-3/ojw> .

<http://lexvo.org/id/code/oka> lvont:means <http://lexvo.org/id/iso639-3/oka> .

<http://lexvo.org/id/code/okan1243> lvont:means <http://lexvo.org/id/iso639-3/oka> .

<http://lexvo.org/id/code/okb> lvont:means <http://lexvo.org/id/iso639-3/okb> .

<http://lexvo.org/id/code/okd> lvont:means <http://lexvo.org/id/iso639-3/okd> .

<http://lexvo.org/id/code/oke> lvont:means <http://lexvo.org/id/iso639-3/oke> .

<http://lexvo.org/id/code/okg> lvont:means <http://lexvo.org/id/iso639-3/okg> .

<http://lexvo.org/id/code/okh> lvont:means <http://lexvo.org/id/iso639-3/okh> .

<http://lexvo.org/id/code/oki> lvont:means <http://lexvo.org/id/iso639-3/oki> .

<http://lexvo.org/id/code/okj> lvont:means <http://lexvo.org/id/iso639-3/okj> .

<http://lexvo.org/id/code/okk> lvont:means <http://lexvo.org/id/iso639-3/okk> .

<http://lexvo.org/id/code/okl> lvont:means <http://lexvo.org/id/iso639-3/okl> .

<http://lexvo.org/id/code/okm> lvont:means <http://lexvo.org/id/iso639-3/okm> .

<http://lexvo.org/id/code/okn> lvont:means <http://lexvo.org/id/iso639-3/okn> .

<http://lexvo.org/id/code/oko> lvont:means <http://lexvo.org/id/iso639-3/oko>,
        <http://lexvo.org/id/iso639-3/ort> .

<http://lexvo.org/id/code/okr> lvont:means <http://lexvo.org/id/iso639-3/okr> .

<http://lexvo.org/id/code/oks> lvont:means <http://lexvo.org/id/iso639-3/oks>,
        <http://lexvo.org/id/iso639-3/opm> .

<http://lexvo.org/id/code/oksa1245> lvont:means <http://lexvo.org/id/iso639-3/opm> .

<http://lexvo.org/id/code/oku> lvont:means <http://lexvo.org/id/iso639-3/oku> .

<http://lexvo.org/id/code/okuu1243> lvont:means <http://lexvo.org/id/iso639-3/oku> .

<http://lexvo.org/id/code/okv> lvont:means <http://lexvo.org/id/iso639-3/okv> .

<http://lexvo.org/id/code/okx> lvont:means <http://lexvo.org/id/iso639-3/okx> .

<http://lexvo.org/id/code/ola> lvont:means <http://lexvo.org/id/iso639-3/ola> .

<http://lexvo.org/id/code/old> lvont:means <http://lexvo.org/id/iso639-3/old> .

<http://lexvo.org/id/code/ole> lvont:means <http://lexvo.org/id/iso639-3/ole> .

<http://lexvo.org/id/code/olm> lvont:means <http://lexvo.org/id/iso639-3/nij>,
        <http://lexvo.org/id/iso639-3/olm> .

<http://lexvo.org/id/code/olo> lvont:means <http://lexvo.org/id/iso639-3/olo>,
        <http://lexvo.org/id/iso639-3/ong> .

<http://lexvo.org/id/code/oloo1241> lvont:means <http://lexvo.org/id/iso639-3/ong> .

<http://lexvo.org/id/code/olr> lvont:means <http://lexvo.org/id/iso639-3/olr> .

<http://lexvo.org/id/code/olu> lvont:means <http://lexvo.org/id/iso639-3/plo> .

<http://lexvo.org/id/code/olut1240> lvont:means <http://lexvo.org/id/iso639-3/plo> .

<http://lexvo.org/id/code/om> lvont:means <http://lexvo.org/id/iso639-3/orm> .

<http://lexvo.org/id/code/oma> lvont:means <http://lexvo.org/id/iso639-3/oma>,
        <http://lexvo.org/id/iso639-3/omg> .

<http://lexvo.org/id/code/omag1248> lvont:means <http://lexvo.org/id/iso639-3/omg> .

<http://lexvo.org/id/code/omah1247> lvont:means <http://lexvo.org/id/iso639-3/oma> .

<http://lexvo.org/id/code/omb> lvont:means <http://lexvo.org/id/iso639-3/omb> .

<http://lexvo.org/id/code/omc> lvont:means <http://lexvo.org/id/iso639-3/omc> .

<http://lexvo.org/id/code/ome> lvont:means <http://lexvo.org/id/iso639-3/ome> .

<http://lexvo.org/id/code/omg> lvont:means <http://lexvo.org/id/iso639-3/omg> .

<http://lexvo.org/id/code/omh> lvont:means <http://lexvo.org/id/iso639-3/oma> .

<http://lexvo.org/id/code/omi> lvont:means <http://lexvo.org/id/iso639-3/aom>,
        <http://lexvo.org/id/iso639-3/omi> .

<http://lexvo.org/id/code/omie1241> lvont:means <http://lexvo.org/id/iso639-3/aom> .

<http://lexvo.org/id/code/omk> lvont:means <http://lexvo.org/id/iso639-3/omk> .

<http://lexvo.org/id/code/oml> lvont:means <http://lexvo.org/id/iso639-3/oml> .

<http://lexvo.org/id/code/omn> lvont:means <http://lexvo.org/id/iso639-3/omn> .

<http://lexvo.org/id/code/omo> lvont:means <http://lexvo.org/id/iso639-3/omo> .

<http://lexvo.org/id/code/omp> lvont:means <http://lexvo.org/id/iso639-3/omp> .

<http://lexvo.org/id/code/omq> lvont:means <http://lexvo.org/id/iso639-5/omq> .

<http://lexvo.org/id/code/omr> lvont:means <http://lexvo.org/id/iso639-3/omr> .

<http://lexvo.org/id/code/omt> lvont:means <http://lexvo.org/id/iso639-3/omt> .

<http://lexvo.org/id/code/omu> lvont:means <http://lexvo.org/id/iso639-3/omu> .

<http://lexvo.org/id/code/omv> lvont:means <http://lexvo.org/id/iso639-5/omv> .

<http://lexvo.org/id/code/omw> lvont:means <http://lexvo.org/id/iso639-3/omw> .

<http://lexvo.org/id/code/omx> lvont:means <http://lexvo.org/id/iso639-3/omx> .

<http://lexvo.org/id/code/ona> lvont:means <http://lexvo.org/id/iso639-3/ona> .

<http://lexvo.org/id/code/onaa1245> lvont:means <http://lexvo.org/id/iso639-3/ona> .

<http://lexvo.org/id/code/onb> lvont:means <http://lexvo.org/id/iso639-3/onb> .

<http://lexvo.org/id/code/ond> lvont:means <http://lexvo.org/id/iso639-3/one> .

<http://lexvo.org/id/code/one> lvont:means <http://lexvo.org/id/iso639-3/aun>,
        <http://lexvo.org/id/iso639-3/one> .

<http://lexvo.org/id/code/onei1249> lvont:means <http://lexvo.org/id/iso639-3/one> .

<http://lexvo.org/id/code/ong> lvont:means <http://lexvo.org/id/iso639-3/ong>,
        <http://lexvo.org/id/iso639-3/oon> .

<http://lexvo.org/id/code/onge1236> lvont:means <http://lexvo.org/id/iso639-3/oon> .

<http://lexvo.org/id/code/oni> lvont:means <http://lexvo.org/id/iso639-3/oni> .

<http://lexvo.org/id/code/onj> lvont:means <http://lexvo.org/id/iso639-3/onj> .

<http://lexvo.org/id/code/onk> lvont:means <http://lexvo.org/id/iso639-3/onk> .

<http://lexvo.org/id/code/onn> lvont:means <http://lexvo.org/id/iso639-3/onn>,
        <http://lexvo.org/id/iso639-3/ono> .

<http://lexvo.org/id/code/ono> lvont:means <http://lexvo.org/id/iso639-3/ono>,
        <http://lexvo.org/id/iso639-3/ons> .

<http://lexvo.org/id/code/onon1246> lvont:means <http://lexvo.org/id/iso639-3/ono> .

<http://lexvo.org/id/code/onoo1246> lvont:means <http://lexvo.org/id/iso639-3/ons> .

<http://lexvo.org/id/code/onp> lvont:means <http://lexvo.org/id/iso639-3/onp> .

<http://lexvo.org/id/code/onr> lvont:means <http://lexvo.org/id/iso639-3/onr> .

<http://lexvo.org/id/code/ons> lvont:means <http://lexvo.org/id/iso639-3/ons> .

<http://lexvo.org/id/code/ont> lvont:means <http://lexvo.org/id/iso639-3/ont> .

<http://lexvo.org/id/code/onto1237> lvont:means <http://lexvo.org/id/iso639-3/ojv> .

<http://lexvo.org/id/code/onu> lvont:means <http://lexvo.org/id/iso639-3/onu> .

<http://lexvo.org/id/code/onw> lvont:means <http://lexvo.org/id/iso639-3/onw> .

<http://lexvo.org/id/code/onx> lvont:means <http://lexvo.org/id/iso639-3/onx> .

<http://lexvo.org/id/code/ood> lvont:means <http://lexvo.org/id/iso639-3/ood> .

<http://lexvo.org/id/code/oog> lvont:means <http://lexvo.org/id/iso639-3/oog> .

<http://lexvo.org/id/code/oon> lvont:means <http://lexvo.org/id/iso639-3/oon> .

<http://lexvo.org/id/code/oor> lvont:means <http://lexvo.org/id/iso639-3/oor> .

<http://lexvo.org/id/code/oos> lvont:means <http://lexvo.org/id/iso639-3/oos> .

<http://lexvo.org/id/code/opa> lvont:means <http://lexvo.org/id/iso639-3/opa> .

<http://lexvo.org/id/code/opk> lvont:means <http://lexvo.org/id/iso639-3/opk> .

<http://lexvo.org/id/code/opm> lvont:means <http://lexvo.org/id/iso639-3/opm> .

<http://lexvo.org/id/code/opo> lvont:means <http://lexvo.org/id/iso639-3/opo> .

<http://lexvo.org/id/code/opt> lvont:means <http://lexvo.org/id/iso639-3/opt> .

<http://lexvo.org/id/code/opy> lvont:means <http://lexvo.org/id/iso639-3/opy> .

<http://lexvo.org/id/code/or> lvont:means <http://lexvo.org/id/iso639-3/ori> .

<http://lexvo.org/id/code/ora> lvont:means <http://lexvo.org/id/iso639-3/ema>,
        <http://lexvo.org/id/iso639-3/ora> .

<http://lexvo.org/id/code/orb> lvont:means <http://lexvo.org/id/iso639-3/gax> .

<http://lexvo.org/id/code/orc> lvont:means <http://lexvo.org/id/iso639-3/oac>,
        <http://lexvo.org/id/iso639-3/orc> .

<http://lexvo.org/id/code/ord> lvont:means <http://lexvo.org/id/iso639-3/mvf> .

<http://lexvo.org/id/code/ore> lvont:means <http://lexvo.org/id/iso639-3/ore> .

<http://lexvo.org/id/code/orej1242> lvont:means <http://lexvo.org/id/iso639-3/ore> .

<http://lexvo.org/id/code/org> lvont:means <http://lexvo.org/id/iso639-3/org> .

<http://lexvo.org/id/code/orh> lvont:means <http://lexvo.org/id/iso639-3/hae>,
        <http://lexvo.org/id/iso639-3/orh> .

<http://lexvo.org/id/code/ori> lvont:means <http://lexvo.org/id/iso639-3/ori>,
        <http://lexvo.org/id/iso639-3/ras> .

<http://lexvo.org/id/code/ork> lvont:means <http://lexvo.org/id/iso639-3/oaa> .

<http://lexvo.org/id/code/orl> lvont:means <http://lexvo.org/id/iso639-3/oro> .

<http://lexvo.org/id/code/orm> lvont:means <http://lexvo.org/id/iso639-3/orm>,
        <http://lexvo.org/id/iso639-3/oru> .

<http://lexvo.org/id/code/ormu1247> lvont:means <http://lexvo.org/id/iso639-3/oru> .

<http://lexvo.org/id/code/orn> lvont:means <http://lexvo.org/id/iso639-3/orn> .

<http://lexvo.org/id/code/oro> lvont:means <http://lexvo.org/id/iso639-3/oro> .

<http://lexvo.org/id/code/oroc1248> lvont:means <http://lexvo.org/id/iso639-3/oac> .

<http://lexvo.org/id/code/orok1265> lvont:means <http://lexvo.org/id/iso639-3/oaa> .

<http://lexvo.org/id/code/orok1266> lvont:means <http://lexvo.org/id/iso639-3/bdu> .

<http://lexvo.org/id/code/orok1267> lvont:means <http://lexvo.org/id/iso639-3/oro> .

<http://lexvo.org/id/code/orr> lvont:means <http://lexvo.org/id/iso639-3/orr> .

<http://lexvo.org/id/code/ors> lvont:means <http://lexvo.org/id/iso639-3/ors> .

<http://lexvo.org/id/code/ort> lvont:means <http://lexvo.org/id/iso639-3/ort> .

<http://lexvo.org/id/code/oru> lvont:means <http://lexvo.org/id/iso639-3/oru> .

<http://lexvo.org/id/code/orv> lvont:means <http://lexvo.org/id/iso639-3/orv> .

<http://lexvo.org/id/code/orw> lvont:means <http://lexvo.org/id/iso639-3/orw>,
        <http://lexvo.org/id/iso639-3/ssn> .

<http://lexvo.org/id/code/orx> lvont:means <http://lexvo.org/id/iso639-3/orx> .

<http://lexvo.org/id/code/ory> lvont:means <http://lexvo.org/id/iso639-3/ory>,
        <http://lexvo.org/id/iso639-3/ury> .

<http://lexvo.org/id/code/orya1242> lvont:means <http://lexvo.org/id/iso639-3/ury> .

<http://lexvo.org/id/code/orz> lvont:means <http://lexvo.org/id/iso639-3/orz> .

<http://lexvo.org/id/code/os> lvont:means <http://lexvo.org/id/iso639-3/oss> .

<http://lexvo.org/id/code/osa> lvont:means <http://lexvo.org/id/iso639-3/osa> .

<http://lexvo.org/id/code/osag1243> lvont:means <http://lexvo.org/id/iso639-3/osa> .

<http://lexvo.org/id/code/osc> lvont:means <http://lexvo.org/id/iso639-3/osc> .

<http://lexvo.org/id/code/osi> lvont:means <http://lexvo.org/id/iso639-3/osi> .

<http://lexvo.org/id/code/osm> lvont:means <http://lexvo.org/id/iso639-3/otq> .

<http://lexvo.org/id/code/oso> lvont:means <http://lexvo.org/id/iso639-3/oso> .

<http://lexvo.org/id/code/osp> lvont:means <http://lexvo.org/id/iso639-3/osp> .

<http://lexvo.org/id/code/oss> lvont:means <http://lexvo.org/id/iso639-3/oss> .

<http://lexvo.org/id/code/osse1243> lvont:means <http://lexvo.org/id/iso639-3/oss> .

<http://lexvo.org/id/code/ost> lvont:means <http://lexvo.org/id/iso639-3/ost> .

<http://lexvo.org/id/code/osu> lvont:means <http://lexvo.org/id/iso639-3/osu> .

<http://lexvo.org/id/code/osx> lvont:means <http://lexvo.org/id/iso639-3/osx> .

<http://lexvo.org/id/code/ota> lvont:means <http://lexvo.org/id/iso639-3/ota> .

<http://lexvo.org/id/code/otb> lvont:means <http://lexvo.org/id/iso639-3/otb> .

<http://lexvo.org/id/code/otd> lvont:means <http://lexvo.org/id/iso639-3/otd> .

<http://lexvo.org/id/code/ote> lvont:means <http://lexvo.org/id/iso639-3/ote> .

<http://lexvo.org/id/code/oti> lvont:means <http://lexvo.org/id/iso639-3/oti> .

<http://lexvo.org/id/code/otk> lvont:means <http://lexvo.org/id/iso639-3/otk> .

<http://lexvo.org/id/code/otl> lvont:means <http://lexvo.org/id/iso639-3/otl> .

<http://lexvo.org/id/code/otm> lvont:means <http://lexvo.org/id/iso639-3/ote>,
        <http://lexvo.org/id/iso639-3/otm> .

<http://lexvo.org/id/code/otn> lvont:means <http://lexvo.org/id/iso639-3/otn> .

<http://lexvo.org/id/code/oto> lvont:means <http://lexvo.org/id/iso639-3/iow>,
        <http://lexvo.org/id/iso639-5/oto> .

<http://lexvo.org/id/code/otor1240> lvont:means <http://lexvo.org/id/iso639-3/otr> .

<http://lexvo.org/id/code/otq> lvont:means <http://lexvo.org/id/iso639-3/otq> .

<http://lexvo.org/id/code/otr> lvont:means <http://lexvo.org/id/iso639-3/otr> .

<http://lexvo.org/id/code/ots> lvont:means <http://lexvo.org/id/iso639-3/otm>,
        <http://lexvo.org/id/iso639-3/ots> .

<http://lexvo.org/id/code/ott> lvont:means <http://lexvo.org/id/iso639-3/ott> .

<http://lexvo.org/id/code/otu> lvont:means <http://lexvo.org/id/iso639-3/otu> .

<http://lexvo.org/id/code/otw> lvont:means <http://lexvo.org/id/iso639-3/otw> .

<http://lexvo.org/id/code/otx> lvont:means <http://lexvo.org/id/iso639-3/otx> .

<http://lexvo.org/id/code/oty> lvont:means <http://lexvo.org/id/iso639-3/oty> .

<http://lexvo.org/id/code/otz> lvont:means <http://lexvo.org/id/iso639-3/otz> .

<http://lexvo.org/id/code/oua> lvont:means <http://lexvo.org/id/iso639-3/oua> .

<http://lexvo.org/id/code/oub> lvont:means <http://lexvo.org/id/iso639-3/oub> .

<http://lexvo.org/id/code/oue> lvont:means <http://lexvo.org/id/iso639-3/oue> .

<http://lexvo.org/id/code/oui> lvont:means <http://lexvo.org/id/iso639-3/oui> .

<http://lexvo.org/id/code/oum> lvont:means <http://lexvo.org/id/iso639-3/oum> .

<http://lexvo.org/id/code/oun> lvont:means <http://lexvo.org/id/iso639-3/oun> .

<http://lexvo.org/id/code/owc> lvont:means <http://lexvo.org/id/iso639-3/gaz> .

<http://lexvo.org/id/code/owi> lvont:means <http://lexvo.org/id/iso639-3/owi> .

<http://lexvo.org/id/code/owl> lvont:means <http://lexvo.org/id/iso639-3/owl> .

<http://lexvo.org/id/code/oya> lvont:means <http://lexvo.org/id/iso639-3/ori> .

<http://lexvo.org/id/code/oyb> lvont:means <http://lexvo.org/id/iso639-3/oyb> .

<http://lexvo.org/id/code/oyd> lvont:means <http://lexvo.org/id/iso639-3/oyd> .

<http://lexvo.org/id/code/oym> lvont:means <http://lexvo.org/id/iso639-3/oym> .

<http://lexvo.org/id/code/oyy> lvont:means <http://lexvo.org/id/iso639-3/oyy> .

<http://lexvo.org/id/code/oyyy1238> lvont:means <http://lexvo.org/id/iso639-3/oyb> .

<http://lexvo.org/id/code/ozm> lvont:means <http://lexvo.org/id/iso639-3/ozm> .

<http://lexvo.org/id/code/pa> lvont:means <http://lexvo.org/id/iso639-3/pan> .

<http://lexvo.org/id/code/paa> lvont:means <http://lexvo.org/id/iso639-3/pqa>,
        <http://lexvo.org/id/iso639-5/paa> .

<http://lexvo.org/id/code/paaa1242> lvont:means <http://lexvo.org/id/iso639-3/pqa> .

<http://lexvo.org/id/code/paam1238> lvont:means <http://lexvo.org/id/iso639-3/pma> .

<http://lexvo.org/id/code/pab> lvont:means <http://lexvo.org/id/iso639-3/pab> .

<http://lexvo.org/id/code/pac> lvont:means <http://lexvo.org/id/iso639-3/pac> .

<http://lexvo.org/id/code/paci1278> lvont:means <http://lexvo.org/id/iso639-3/ems> .

<http://lexvo.org/id/code/paco1243> lvont:means <http://lexvo.org/id/iso639-3/pac> .

<http://lexvo.org/id/code/pad> lvont:means <http://lexvo.org/id/iso639-3/pad>,
        <http://lexvo.org/id/iso639-3/pdo> .

<http://lexvo.org/id/code/pado1242> lvont:means <http://lexvo.org/id/iso639-3/pdo> .

<http://lexvo.org/id/code/pae> lvont:means <http://lexvo.org/id/iso639-3/pae>,
        <http://lexvo.org/id/iso639-3/pbb> .

<http://lexvo.org/id/code/paez1247> lvont:means <http://lexvo.org/id/iso639-3/pbb> .

<http://lexvo.org/id/code/paf> lvont:means <http://lexvo.org/id/iso639-3/paf> .

<http://lexvo.org/id/code/pag> lvont:means <http://lexvo.org/id/iso639-3/pag>,
        <http://lexvo.org/id/iso639-3/pgu> .

<http://lexvo.org/id/code/pagu1249> lvont:means <http://lexvo.org/id/iso639-3/pgu> .

<http://lexvo.org/id/code/pah> lvont:means <http://lexvo.org/id/iso639-3/pah> .

<http://lexvo.org/id/code/pai> lvont:means <http://lexvo.org/id/iso639-3/pai>,
        <http://lexvo.org/id/iso639-3/pwn> .

<http://lexvo.org/id/code/pait1244> lvont:means <http://lexvo.org/id/iso639-3/pck> .

<http://lexvo.org/id/code/paiw1248> lvont:means <http://lexvo.org/id/iso639-3/pwn> .

<http://lexvo.org/id/code/pak> lvont:means <http://lexvo.org/id/iso639-3/pak>,
        <http://lexvo.org/id/iso639-3/pkn> .

<http://lexvo.org/id/code/paka1251> lvont:means <http://lexvo.org/id/iso639-3/pkn> .

<http://lexvo.org/id/code/paki1242> lvont:means <http://lexvo.org/id/iso639-3/pks> .

<http://lexvo.org/id/code/pal> lvont:means <http://lexvo.org/id/iso639-3/pal>,
        <http://lexvo.org/id/iso639-3/pau> .

<http://lexvo.org/id/code/pala1344> lvont:means <http://lexvo.org/id/iso639-3/pau> .

<http://lexvo.org/id/code/pala1351> lvont:means <http://lexvo.org/id/iso639-3/cpa> .

<http://lexvo.org/id/code/pali1279> lvont:means <http://lexvo.org/id/iso639-3/plu> .

<http://lexvo.org/id/code/palo1243> lvont:means <http://lexvo.org/id/iso639-3/fap> .

<http://lexvo.org/id/code/pam> lvont:means <http://lexvo.org/id/iso639-3/pam>,
        <http://lexvo.org/id/iso639-3/pbs> .

<http://lexvo.org/id/code/pamp1243> lvont:means <http://lexvo.org/id/iso639-3/pam> .

<http://lexvo.org/id/code/pan> lvont:means <http://lexvo.org/id/iso639-3/pan> .

<http://lexvo.org/id/code/pana1305> lvont:means <http://lexvo.org/id/iso639-3/par> .

<http://lexvo.org/id/code/pang1287> lvont:means <http://lexvo.org/id/iso639-3/pbr> .

<http://lexvo.org/id/code/pang1290> lvont:means <http://lexvo.org/id/iso639-3/pag> .

<http://lexvo.org/id/code/panj1256> lvont:means <http://lexvo.org/id/iso639-3/pan> .

<http://lexvo.org/id/code/pany1241> lvont:means <http://lexvo.org/id/iso639-3/pnw> .

<http://lexvo.org/id/code/pao> lvont:means <http://lexvo.org/id/iso639-3/pao> .

<http://lexvo.org/id/code/pap> lvont:means <http://lexvo.org/id/iso639-3/pap> .

<http://lexvo.org/id/code/papa1238> lvont:means <http://lexvo.org/id/iso639-3/top> .

<http://lexvo.org/id/code/papi1253> lvont:means <http://lexvo.org/id/iso639-3/pap> .

<http://lexvo.org/id/code/paq> lvont:means <http://lexvo.org/id/iso639-3/paq> .

<http://lexvo.org/id/code/par> lvont:means <http://lexvo.org/id/iso639-3/lkr>,
        <http://lexvo.org/id/iso639-3/par> .

<http://lexvo.org/id/code/para1301> lvont:means <http://lexvo.org/id/iso639-3/prk> .

<http://lexvo.org/id/code/para1311> lvont:means <http://lexvo.org/id/iso639-3/gug> .

<http://lexvo.org/id/code/pare1272> lvont:means <http://lexvo.org/id/iso639-3/pab> .

<http://lexvo.org/id/code/pari1256> lvont:means <http://lexvo.org/id/iso639-3/lkr> .

<http://lexvo.org/id/code/park1239> lvont:means <http://lexvo.org/id/iso639-3/pbi> .

<http://lexvo.org/id/code/pas> lvont:means <http://lexvo.org/id/iso639-3/pas> .

<http://lexvo.org/id/code/pat> lvont:means <http://lexvo.org/id/iso639-3/pat>,
        <http://lexvo.org/id/iso639-3/ptp> .

<http://lexvo.org/id/code/pate1247> lvont:means <http://lexvo.org/id/iso639-3/ptp> .

<http://lexvo.org/id/code/patp1243> lvont:means <http://lexvo.org/id/iso639-3/gfk> .

<http://lexvo.org/id/code/patt1248> lvont:means <http://lexvo.org/id/iso639-3/lae> .

<http://lexvo.org/id/code/pau> lvont:means <http://lexvo.org/id/iso639-3/pad>,
        <http://lexvo.org/id/iso639-3/pau> .

<http://lexvo.org/id/code/paul1238> lvont:means <http://lexvo.org/id/iso639-3/plh> .

<http://lexvo.org/id/code/paum1247> lvont:means <http://lexvo.org/id/iso639-3/pad> .

<http://lexvo.org/id/code/pav> lvont:means <http://lexvo.org/id/iso639-3/pav> .

<http://lexvo.org/id/code/paw> lvont:means <http://lexvo.org/id/iso639-3/paw>,
        <http://lexvo.org/id/iso639-3/pwa> .

<http://lexvo.org/id/code/pawa1255> lvont:means <http://lexvo.org/id/iso639-3/pwa> .

<http://lexvo.org/id/code/pawn1254> lvont:means <http://lexvo.org/id/iso639-3/paw> .

<http://lexvo.org/id/code/pax> lvont:means <http://lexvo.org/id/iso639-3/pax> .

<http://lexvo.org/id/code/pay> lvont:means <http://lexvo.org/id/iso639-3/pay> .

<http://lexvo.org/id/code/paz> lvont:means <http://lexvo.org/id/iso639-3/paz> .

<http://lexvo.org/id/code/pba> lvont:means <http://lexvo.org/id/iso639-3/pia> .

<http://lexvo.org/id/code/pbb> lvont:means <http://lexvo.org/id/iso639-3/pbb> .

<http://lexvo.org/id/code/pbc> lvont:means <http://lexvo.org/id/iso639-3/pbc> .

<http://lexvo.org/id/code/pbe> lvont:means <http://lexvo.org/id/iso639-3/pbe> .

<http://lexvo.org/id/code/pbf> lvont:means <http://lexvo.org/id/iso639-3/pbf> .

<http://lexvo.org/id/code/pbg> lvont:means <http://lexvo.org/id/iso639-3/pbg> .

<http://lexvo.org/id/code/pbh> lvont:means <http://lexvo.org/id/iso639-3/pbh> .

<http://lexvo.org/id/code/pbi> lvont:means <http://lexvo.org/id/iso639-3/pbi> .

<http://lexvo.org/id/code/pbl> lvont:means <http://lexvo.org/id/iso639-3/pbl> .

<http://lexvo.org/id/code/pbn> lvont:means <http://lexvo.org/id/iso639-3/pbn> .

<http://lexvo.org/id/code/pbo> lvont:means <http://lexvo.org/id/iso639-3/pbo> .

<http://lexvo.org/id/code/pbp> lvont:means <http://lexvo.org/id/iso639-3/pbp> .

<http://lexvo.org/id/code/pbr> lvont:means <http://lexvo.org/id/iso639-3/pbr> .

<http://lexvo.org/id/code/pbs> lvont:means <http://lexvo.org/id/iso639-3/pbs> .

<http://lexvo.org/id/code/pbt> lvont:means <http://lexvo.org/id/iso639-3/pbt> .

<http://lexvo.org/id/code/pbu> lvont:means <http://lexvo.org/id/iso639-3/pbu> .

<http://lexvo.org/id/code/pbv> lvont:means <http://lexvo.org/id/iso639-3/pbv> .

<http://lexvo.org/id/code/pby> lvont:means <http://lexvo.org/id/iso639-3/pby> .

<http://lexvo.org/id/code/pca> lvont:means <http://lexvo.org/id/iso639-3/pca> .

<http://lexvo.org/id/code/pcb> lvont:means <http://lexvo.org/id/iso639-3/pcb> .

<http://lexvo.org/id/code/pcc> lvont:means <http://lexvo.org/id/iso639-3/pcc> .

<http://lexvo.org/id/code/pcd> lvont:means <http://lexvo.org/id/iso639-3/pcd> .

<http://lexvo.org/id/code/pce> lvont:means <http://lexvo.org/id/iso639-3/pce> .

<http://lexvo.org/id/code/pcf> lvont:means <http://lexvo.org/id/iso639-3/pcf> .

<http://lexvo.org/id/code/pcg> lvont:means <http://lexvo.org/id/iso639-3/pcg> .

<http://lexvo.org/id/code/pch> lvont:means <http://lexvo.org/id/iso639-3/pch> .

<http://lexvo.org/id/code/pci> lvont:means <http://lexvo.org/id/iso639-3/pci> .

<http://lexvo.org/id/code/pcj> lvont:means <http://lexvo.org/id/iso639-3/pcj> .

<http://lexvo.org/id/code/pck> lvont:means <http://lexvo.org/id/iso639-3/pck> .

<http://lexvo.org/id/code/pcl> lvont:means <http://lexvo.org/id/iso639-3/pcl> .

<http://lexvo.org/id/code/pcm> lvont:means <http://lexvo.org/id/iso639-3/pcm>,
        <http://lexvo.org/id/iso639-3/poc> .

<http://lexvo.org/id/code/pcn> lvont:means <http://lexvo.org/id/iso639-3/pcn> .

<http://lexvo.org/id/code/pcp> lvont:means <http://lexvo.org/id/iso639-3/pcp> .

<http://lexvo.org/id/code/pcr> lvont:means <http://lexvo.org/id/iso639-3/pcr> .

<http://lexvo.org/id/code/pcw> lvont:means <http://lexvo.org/id/iso639-3/pcw> .

<http://lexvo.org/id/code/pda> lvont:means <http://lexvo.org/id/iso639-3/pda> .

<http://lexvo.org/id/code/pdc> lvont:means <http://lexvo.org/id/iso639-3/pdc> .

<http://lexvo.org/id/code/pdi> lvont:means <http://lexvo.org/id/iso639-3/pdi> .

<http://lexvo.org/id/code/pdn> lvont:means <http://lexvo.org/id/iso639-3/pdn> .

<http://lexvo.org/id/code/pdo> lvont:means <http://lexvo.org/id/iso639-3/pdo> .

<http://lexvo.org/id/code/pdp> lvont:means <http://lexvo.org/id/iso639-3/ppo> .

<http://lexvo.org/id/code/pdt> lvont:means <http://lexvo.org/id/iso639-3/pdt> .

<http://lexvo.org/id/code/pdu> lvont:means <http://lexvo.org/id/iso639-3/pdu> .

<http://lexvo.org/id/code/pea> lvont:means <http://lexvo.org/id/iso639-3/pea> .

<http://lexvo.org/id/code/peb> lvont:means <http://lexvo.org/id/iso639-3/peb> .

<http://lexvo.org/id/code/pec> lvont:means <http://lexvo.org/id/iso639-3/pay> .

<http://lexvo.org/id/code/pech1241> lvont:means <http://lexvo.org/id/iso639-3/pay> .

<http://lexvo.org/id/code/ped> lvont:means <http://lexvo.org/id/iso639-3/ped> .

<http://lexvo.org/id/code/pedi1238> lvont:means <http://lexvo.org/id/iso639-3/nso> .

<http://lexvo.org/id/code/pee> lvont:means <http://lexvo.org/id/iso639-3/pee> .

<http://lexvo.org/id/code/pef> lvont:means <http://lexvo.org/id/iso639-3/pef> .

<http://lexvo.org/id/code/peg> lvont:means <http://lexvo.org/id/iso639-3/peg> .

<http://lexvo.org/id/code/peh> lvont:means <http://lexvo.org/id/iso639-3/peh> .

<http://lexvo.org/id/code/pei> lvont:means <http://lexvo.org/id/iso639-3/pei> .

<http://lexvo.org/id/code/pej> lvont:means <http://lexvo.org/id/iso639-3/pej> .

<http://lexvo.org/id/code/pek> lvont:means <http://lexvo.org/id/iso639-3/pek> .

<http://lexvo.org/id/code/pel> lvont:means <http://lexvo.org/id/iso639-3/pel> .

<http://lexvo.org/id/code/pem> lvont:means <http://lexvo.org/id/iso639-3/aoc>,
        <http://lexvo.org/id/iso639-3/pem> .

<http://lexvo.org/id/code/pemo1248> lvont:means <http://lexvo.org/id/iso639-3/aoc> .

<http://lexvo.org/id/code/pen> lvont:means <http://lexvo.org/id/iso639-3/peg> .

<http://lexvo.org/id/code/peng1244> lvont:means <http://lexvo.org/id/iso639-3/peg> .

<http://lexvo.org/id/code/peno1244> lvont:means <http://lexvo.org/id/iso639-3/mil> .

<http://lexvo.org/id/code/peo> lvont:means <http://lexvo.org/id/iso639-3/peo> .

<http://lexvo.org/id/code/pep> lvont:means <http://lexvo.org/id/iso639-3/pep> .

<http://lexvo.org/id/code/peq> lvont:means <http://lexvo.org/id/iso639-3/peq> .

<http://lexvo.org/id/code/per> lvont:means <http://lexvo.org/id/iso639-3/fas>,
        <http://lexvo.org/id/iso639-3/pip> .

<http://lexvo.org/id/code/peri1253> lvont:means <http://lexvo.org/id/iso639-3/mvf> .

<http://lexvo.org/id/code/pero1241> lvont:means <http://lexvo.org/id/iso639-3/pip> .

<http://lexvo.org/id/code/pes> lvont:means <http://lexvo.org/id/iso639-3/pes> .

<http://lexvo.org/id/code/pev> lvont:means <http://lexvo.org/id/iso639-3/pev> .

<http://lexvo.org/id/code/peve1243> lvont:means <http://lexvo.org/id/iso639-3/lme> .

<http://lexvo.org/id/code/pex> lvont:means <http://lexvo.org/id/iso639-3/pex> .

<http://lexvo.org/id/code/pey> lvont:means <http://lexvo.org/id/iso639-3/pey> .

<http://lexvo.org/id/code/pez> lvont:means <http://lexvo.org/id/iso639-3/pez> .

<http://lexvo.org/id/code/pfa> lvont:means <http://lexvo.org/id/iso639-3/pfa> .

<http://lexvo.org/id/code/pfe> lvont:means <http://lexvo.org/id/iso639-3/pfe> .

<http://lexvo.org/id/code/pfl> lvont:means <http://lexvo.org/id/iso639-3/pfl> .

<http://lexvo.org/id/code/pga> lvont:means <http://lexvo.org/id/iso639-3/pga>,
        <http://lexvo.org/id/iso639-3/plg> .

<http://lexvo.org/id/code/pgg> lvont:means <http://lexvo.org/id/iso639-3/pgg> .

<http://lexvo.org/id/code/pgi> lvont:means <http://lexvo.org/id/iso639-3/pgi> .

<http://lexvo.org/id/code/pgk> lvont:means <http://lexvo.org/id/iso639-3/pgk> .

<http://lexvo.org/id/code/pgl> lvont:means <http://lexvo.org/id/iso639-3/pgl>,
        <http://lexvo.org/id/iso639-3/pif> .

<http://lexvo.org/id/code/pgn> lvont:means <http://lexvo.org/id/iso639-3/pgn> .

<http://lexvo.org/id/code/pgs> lvont:means <http://lexvo.org/id/iso639-3/pgs> .

<http://lexvo.org/id/code/pgu> lvont:means <http://lexvo.org/id/iso639-3/pgu> .

<http://lexvo.org/id/code/pha> lvont:means <http://lexvo.org/id/iso639-3/pha> .

<http://lexvo.org/id/code/phd> lvont:means <http://lexvo.org/id/iso639-3/phd> .

<http://lexvo.org/id/code/phg> lvont:means <http://lexvo.org/id/iso639-3/phg> .

<http://lexvo.org/id/code/phh> lvont:means <http://lexvo.org/id/iso639-3/phh> .

<http://lexvo.org/id/code/phi> lvont:means <http://lexvo.org/id/iso639-5/phi> .

<http://lexvo.org/id/code/phk> lvont:means <http://lexvo.org/id/iso639-3/phk> .

<http://lexvo.org/id/code/phl> lvont:means <http://lexvo.org/id/iso639-3/phl>,
        <http://lexvo.org/id/iso639-3/pww> .

<http://lexvo.org/id/code/phm> lvont:means <http://lexvo.org/id/iso639-3/phm> .

<http://lexvo.org/id/code/phn> lvont:means <http://lexvo.org/id/iso639-3/phn> .

<http://lexvo.org/id/code/pho> lvont:means <http://lexvo.org/id/iso639-3/pho> .

<http://lexvo.org/id/code/phq> lvont:means <http://lexvo.org/id/iso639-3/phq> .

<http://lexvo.org/id/code/phr> lvont:means <http://lexvo.org/id/iso639-3/phr> .

<http://lexvo.org/id/code/pht> lvont:means <http://lexvo.org/id/iso639-3/pht> .

<http://lexvo.org/id/code/phu> lvont:means <http://lexvo.org/id/iso639-3/phu> .

<http://lexvo.org/id/code/phv> lvont:means <http://lexvo.org/id/iso639-3/phv> .

<http://lexvo.org/id/code/phw> lvont:means <http://lexvo.org/id/iso639-3/phw> .

<http://lexvo.org/id/code/pi> lvont:means <http://lexvo.org/id/iso639-3/pli> .

<http://lexvo.org/id/code/pia> lvont:means <http://lexvo.org/id/iso639-3/pia>,
        <http://lexvo.org/id/iso639-3/pid> .

<http://lexvo.org/id/code/piap1246> lvont:means <http://lexvo.org/id/iso639-3/pio> .

<http://lexvo.org/id/code/piar1243> lvont:means <http://lexvo.org/id/iso639-3/pid> .

<http://lexvo.org/id/code/pib> lvont:means <http://lexvo.org/id/iso639-3/pib> .

<http://lexvo.org/id/code/pic> lvont:means <http://lexvo.org/id/iso639-3/pic> .

<http://lexvo.org/id/code/pid> lvont:means <http://lexvo.org/id/iso639-3/pid> .

<http://lexvo.org/id/code/pie> lvont:means <http://lexvo.org/id/iso639-3/pie> .

<http://lexvo.org/id/code/pied1240> lvont:means <http://lexvo.org/id/iso639-3/pms> .

<http://lexvo.org/id/code/piem1238> lvont:means <http://lexvo.org/id/iso639-3/pms> .

<http://lexvo.org/id/code/pif> lvont:means <http://lexvo.org/id/iso639-3/pif> .

<http://lexvo.org/id/code/pig> lvont:means <http://lexvo.org/id/iso639-3/pig> .

<http://lexvo.org/id/code/pih> lvont:means <http://lexvo.org/id/iso639-3/pih> .

<http://lexvo.org/id/code/pii> lvont:means <http://lexvo.org/id/iso639-3/pii> .

<http://lexvo.org/id/code/pij> lvont:means <http://lexvo.org/id/iso639-3/pij> .

<http://lexvo.org/id/code/pil> lvont:means <http://lexvo.org/id/iso639-3/pil>,
        <http://lexvo.org/id/iso639-3/piv> .

<http://lexvo.org/id/code/pila1245> lvont:means <http://lexvo.org/id/iso639-3/plg> .

<http://lexvo.org/id/code/pile1238> lvont:means <http://lexvo.org/id/iso639-3/piv> .

<http://lexvo.org/id/code/pim> lvont:means <http://lexvo.org/id/iso639-3/pim> .

<http://lexvo.org/id/code/pima1248> lvont:means <http://lexvo.org/id/iso639-3/pia> .

<http://lexvo.org/id/code/pin> lvont:means <http://lexvo.org/id/iso639-3/pin>,
        <http://lexvo.org/id/iso639-3/piu> .

<http://lexvo.org/id/code/ping1243> lvont:means <http://lexvo.org/id/iso639-3/pif> .

<http://lexvo.org/id/code/pino1237> lvont:means <http://lexvo.org/id/iso639-3/mio> .

<http://lexvo.org/id/code/pint1250> lvont:means <http://lexvo.org/id/iso639-3/piu> .

<http://lexvo.org/id/code/pio> lvont:means <http://lexvo.org/id/iso639-3/pio> .

<http://lexvo.org/id/code/pip> lvont:means <http://lexvo.org/id/iso639-3/pip>,
        <http://lexvo.org/id/iso639-3/ppl> .

<http://lexvo.org/id/code/pipi1250> lvont:means <http://lexvo.org/id/iso639-3/ppl> .

<http://lexvo.org/id/code/pir> lvont:means <http://lexvo.org/id/iso639-3/pib>,
        <http://lexvo.org/id/iso639-3/pir> .

<http://lexvo.org/id/code/pira1253> lvont:means <http://lexvo.org/id/iso639-3/myp> .

<http://lexvo.org/id/code/pira1254> lvont:means <http://lexvo.org/id/iso639-3/pir> .

<http://lexvo.org/id/code/pis> lvont:means <http://lexvo.org/id/iso639-3/pis>,
        <http://lexvo.org/id/iso639-3/psa> .

<http://lexvo.org/id/code/pit> lvont:means <http://lexvo.org/id/iso639-3/pit>,
        <http://lexvo.org/id/iso639-3/pjt> .

<http://lexvo.org/id/code/pitj1243> lvont:means <http://lexvo.org/id/iso639-3/pjt> .

<http://lexvo.org/id/code/pitt1247> lvont:means <http://lexvo.org/id/iso639-3/pit> .

<http://lexvo.org/id/code/piu> lvont:means <http://lexvo.org/id/iso639-3/piu> .

<http://lexvo.org/id/code/piv> lvont:means <http://lexvo.org/id/iso639-3/piv> .

<http://lexvo.org/id/code/piw> lvont:means <http://lexvo.org/id/iso639-3/piw> .

<http://lexvo.org/id/code/pix> lvont:means <http://lexvo.org/id/iso639-3/pix> .

<http://lexvo.org/id/code/piy> lvont:means <http://lexvo.org/id/iso639-3/piy> .

<http://lexvo.org/id/code/piz> lvont:means <http://lexvo.org/id/iso639-3/piz> .

<http://lexvo.org/id/code/pjt> lvont:means <http://lexvo.org/id/iso639-3/pjt> .

<http://lexvo.org/id/code/pka> lvont:means <http://lexvo.org/id/iso639-3/pka> .

<http://lexvo.org/id/code/pkb> lvont:means <http://lexvo.org/id/iso639-3/pkb> .

<http://lexvo.org/id/code/pkc> lvont:means <http://lexvo.org/id/iso639-3/pkc> .

<http://lexvo.org/id/code/pkg> lvont:means <http://lexvo.org/id/iso639-3/pkg> .

<http://lexvo.org/id/code/pkh> lvont:means <http://lexvo.org/id/iso639-3/pkh> .

<http://lexvo.org/id/code/pkn> lvont:means <http://lexvo.org/id/iso639-3/drl>,
        <http://lexvo.org/id/iso639-3/pkn> .

<http://lexvo.org/id/code/pko> lvont:means <http://lexvo.org/id/iso639-3/pko> .

<http://lexvo.org/id/code/pkp> lvont:means <http://lexvo.org/id/iso639-3/pkp> .

<http://lexvo.org/id/code/pkr> lvont:means <http://lexvo.org/id/iso639-3/pkr> .

<http://lexvo.org/id/code/pks> lvont:means <http://lexvo.org/id/iso639-3/pks> .

<http://lexvo.org/id/code/pkt> lvont:means <http://lexvo.org/id/iso639-3/pko>,
        <http://lexvo.org/id/iso639-3/pkt> .

<http://lexvo.org/id/code/pku> lvont:means <http://lexvo.org/id/iso639-3/pku> .

<http://lexvo.org/id/code/pl> lvont:means <http://lexvo.org/id/iso639-3/pol> .

<http://lexvo.org/id/code/pla> lvont:means <http://lexvo.org/id/iso639-3/gob>,
        <http://lexvo.org/id/iso639-3/pla> .

<http://lexvo.org/id/code/plai1235> lvont:means <http://lexvo.org/id/iso639-3/psd> .

<http://lexvo.org/id/code/plai1258> lvont:means <http://lexvo.org/id/iso639-3/crk> .

<http://lexvo.org/id/code/plai1259> lvont:means <http://lexvo.org/id/iso639-3/pmw> .

<http://lexvo.org/id/code/play1240> lvont:means <http://lexvo.org/id/iso639-3/gob> .

<http://lexvo.org/id/code/plb> lvont:means <http://lexvo.org/id/iso639-3/plb> .

<http://lexvo.org/id/code/plc> lvont:means <http://lexvo.org/id/iso639-3/plc> .

<http://lexvo.org/id/code/pld> lvont:means <http://lexvo.org/id/iso639-3/pld> .

<http://lexvo.org/id/code/ple> lvont:means <http://lexvo.org/id/iso639-3/ple> .

<http://lexvo.org/id/code/plf> lvont:means <http://lexvo.org/id/iso639-5/plf> .

<http://lexvo.org/id/code/plg> lvont:means <http://lexvo.org/id/iso639-3/plg> .

<http://lexvo.org/id/code/plh> lvont:means <http://lexvo.org/id/iso639-3/plh> .

<http://lexvo.org/id/code/pli> lvont:means <http://lexvo.org/id/iso639-3/pli> .

<http://lexvo.org/id/code/plj> lvont:means <http://lexvo.org/id/iso639-3/plj> .

<http://lexvo.org/id/code/plk> lvont:means <http://lexvo.org/id/iso639-3/plk>,
        <http://lexvo.org/id/iso639-3/plu> .

<http://lexvo.org/id/code/pll> lvont:means <http://lexvo.org/id/iso639-3/pll> .

<http://lexvo.org/id/code/pln> lvont:means <http://lexvo.org/id/iso639-3/pln> .

<http://lexvo.org/id/code/plo> lvont:means <http://lexvo.org/id/iso639-3/plo> .

<http://lexvo.org/id/code/plp> lvont:means <http://lexvo.org/id/iso639-3/nij>,
        <http://lexvo.org/id/iso639-3/plp> .

<http://lexvo.org/id/code/plq> lvont:means <http://lexvo.org/id/iso639-3/plq> .

<http://lexvo.org/id/code/plr> lvont:means <http://lexvo.org/id/iso639-3/fap>,
        <http://lexvo.org/id/iso639-3/plr> .

<http://lexvo.org/id/code/pls> lvont:means <http://lexvo.org/id/iso639-3/pls> .

<http://lexvo.org/id/code/plt> lvont:means <http://lexvo.org/id/iso639-3/plt> .

<http://lexvo.org/id/code/plu> lvont:means <http://lexvo.org/id/iso639-3/plu> .

<http://lexvo.org/id/code/plv> lvont:means <http://lexvo.org/id/iso639-3/plv> .

<http://lexvo.org/id/code/plw> lvont:means <http://lexvo.org/id/iso639-3/plw> .

<http://lexvo.org/id/code/ply> lvont:means <http://lexvo.org/id/iso639-3/ply> .

<http://lexvo.org/id/code/plz> lvont:means <http://lexvo.org/id/iso639-3/plz> .

<http://lexvo.org/id/code/pma> lvont:means <http://lexvo.org/id/iso639-3/pma> .

<http://lexvo.org/id/code/pmb> lvont:means <http://lexvo.org/id/iso639-3/pmb> .

<http://lexvo.org/id/code/pmc> lvont:means <http://lexvo.org/id/iso639-3/pmc>,
        <http://lexvo.org/id/iso639-3/poo> .

<http://lexvo.org/id/code/pmd> lvont:means <http://lexvo.org/id/iso639-3/pmd> .

<http://lexvo.org/id/code/pme> lvont:means <http://lexvo.org/id/iso639-3/peb>,
        <http://lexvo.org/id/iso639-3/pme> .

<http://lexvo.org/id/code/pmf> lvont:means <http://lexvo.org/id/iso639-3/pmf> .

<http://lexvo.org/id/code/pmh> lvont:means <http://lexvo.org/id/iso639-3/pmh> .

<http://lexvo.org/id/code/pmi> lvont:means <http://lexvo.org/id/iso639-3/pmi> .

<http://lexvo.org/id/code/pmj> lvont:means <http://lexvo.org/id/iso639-3/pmj> .

<http://lexvo.org/id/code/pmk> lvont:means <http://lexvo.org/id/iso639-3/pmk> .

<http://lexvo.org/id/code/pml> lvont:means <http://lexvo.org/id/iso639-3/pml> .

<http://lexvo.org/id/code/pmm> lvont:means <http://lexvo.org/id/iso639-3/pmm> .

<http://lexvo.org/id/code/pmn> lvont:means <http://lexvo.org/id/iso639-3/pej>,
        <http://lexvo.org/id/iso639-3/pmn> .

<http://lexvo.org/id/code/pmo> lvont:means <http://lexvo.org/id/iso639-3/pmo> .

<http://lexvo.org/id/code/pmq> lvont:means <http://lexvo.org/id/iso639-3/pmq> .

<http://lexvo.org/id/code/pmr> lvont:means <http://lexvo.org/id/iso639-3/pmr> .

<http://lexvo.org/id/code/pms> lvont:means <http://lexvo.org/id/iso639-3/pma>,
        <http://lexvo.org/id/iso639-3/pms> .

<http://lexvo.org/id/code/pmt> lvont:means <http://lexvo.org/id/iso639-3/pmt> .

<http://lexvo.org/id/code/pmu> lvont:means <http://lexvo.org/id/iso639-3/pmu> .

<http://lexvo.org/id/code/pmw> lvont:means <http://lexvo.org/id/iso639-3/pmw> .

<http://lexvo.org/id/code/pmx> lvont:means <http://lexvo.org/id/iso639-3/pmx> .

<http://lexvo.org/id/code/pmy> lvont:means <http://lexvo.org/id/iso639-3/pmy> .

<http://lexvo.org/id/code/pmz> lvont:means <http://lexvo.org/id/iso639-3/pmz> .

<http://lexvo.org/id/code/pna> lvont:means <http://lexvo.org/id/iso639-3/pna> .

<http://lexvo.org/id/code/pnb> lvont:means <http://lexvo.org/id/iso639-3/pnb> .

<http://lexvo.org/id/code/pnc> lvont:means <http://lexvo.org/id/iso639-3/pnc> .

<http://lexvo.org/id/code/pne> lvont:means <http://lexvo.org/id/iso639-3/pne> .

<http://lexvo.org/id/code/png> lvont:means <http://lexvo.org/id/iso639-3/pbr>,
        <http://lexvo.org/id/iso639-3/png> .

<http://lexvo.org/id/code/pnh> lvont:means <http://lexvo.org/id/iso639-3/pnh> .

<http://lexvo.org/id/code/pni> lvont:means <http://lexvo.org/id/iso639-3/pni> .

<http://lexvo.org/id/code/pnk> lvont:means <http://lexvo.org/id/iso639-3/pnk> .

<http://lexvo.org/id/code/pnm> lvont:means <http://lexvo.org/id/iso639-3/pnm> .

<http://lexvo.org/id/code/pnn> lvont:means <http://lexvo.org/id/iso639-3/pag>,
        <http://lexvo.org/id/iso639-3/pnn> .

<http://lexvo.org/id/code/pno> lvont:means <http://lexvo.org/id/iso639-3/pao>,
        <http://lexvo.org/id/iso639-3/pno> .

<http://lexvo.org/id/code/pnp> lvont:means <http://lexvo.org/id/iso639-3/pnp> .

<http://lexvo.org/id/code/pnq> lvont:means <http://lexvo.org/id/iso639-3/pnq> .

<http://lexvo.org/id/code/pnr> lvont:means <http://lexvo.org/id/iso639-3/pbh>,
        <http://lexvo.org/id/iso639-3/pnr> .

<http://lexvo.org/id/code/pns> lvont:means <http://lexvo.org/id/iso639-3/pns> .

<http://lexvo.org/id/code/pnt> lvont:means <http://lexvo.org/id/iso639-3/pnt> .

<http://lexvo.org/id/code/pnu> lvont:means <http://lexvo.org/id/iso639-3/buh>,
        <http://lexvo.org/id/iso639-3/pnu> .

<http://lexvo.org/id/code/pnv> lvont:means <http://lexvo.org/id/iso639-3/pnv> .

<http://lexvo.org/id/code/pnw> lvont:means <http://lexvo.org/id/iso639-3/pnw> .

<http://lexvo.org/id/code/pnx> lvont:means <http://lexvo.org/id/iso639-3/pnx> .

<http://lexvo.org/id/code/pny> lvont:means <http://lexvo.org/id/iso639-3/pnw>,
        <http://lexvo.org/id/iso639-3/pny> .

<http://lexvo.org/id/code/pnz> lvont:means <http://lexvo.org/id/iso639-3/pnz> .

<http://lexvo.org/id/code/poa> lvont:means <http://lexvo.org/id/iso639-3/fwa> .

<http://lexvo.org/id/code/poc> lvont:means <http://lexvo.org/id/iso639-3/poc> .

<http://lexvo.org/id/code/pod> lvont:means <http://lexvo.org/id/iso639-3/pbi>,
        <http://lexvo.org/id/iso639-3/pod> .

<http://lexvo.org/id/code/poe> lvont:means <http://lexvo.org/id/iso639-3/poe> .

<http://lexvo.org/id/code/pof> lvont:means <http://lexvo.org/id/iso639-3/pof> .

<http://lexvo.org/id/code/pog> lvont:means <http://lexvo.org/id/iso639-3/pog>,
        <http://lexvo.org/id/iso639-3/poy> .

<http://lexvo.org/id/code/pogo1243> lvont:means <http://lexvo.org/id/iso639-3/poy> .

<http://lexvo.org/id/code/poh> lvont:means <http://lexvo.org/id/iso639-3/poh>,
        <http://lexvo.org/id/iso639-3/pon> .

<http://lexvo.org/id/code/pohn1238> lvont:means <http://lexvo.org/id/iso639-3/pon> .

<http://lexvo.org/id/code/poi> lvont:means <http://lexvo.org/id/iso639-3/poi> .

<http://lexvo.org/id/code/pok> lvont:means <http://lexvo.org/id/iso639-3/pok>,
        <http://lexvo.org/id/iso639-3/rwa> .

<http://lexvo.org/id/code/poko1263> lvont:means <http://lexvo.org/id/iso639-3/pko> .

<http://lexvo.org/id/code/pol> lvont:means <http://lexvo.org/id/iso639-3/pol> .

<http://lexvo.org/id/code/poli1260> lvont:means <http://lexvo.org/id/iso639-3/pol> .

<http://lexvo.org/id/code/pom> lvont:means <http://lexvo.org/id/iso639-3/pom> .

<http://lexvo.org/id/code/pon> lvont:means <http://lexvo.org/id/iso639-3/pon> .

<http://lexvo.org/id/code/pong1250> lvont:means <http://lexvo.org/id/iso639-3/png> .

<http://lexvo.org/id/code/poo> lvont:means <http://lexvo.org/id/iso639-3/poo> .

<http://lexvo.org/id/code/pop> lvont:means <http://lexvo.org/id/iso639-3/pbe>,
        <http://lexvo.org/id/iso639-3/pop> .

<http://lexvo.org/id/code/poq> lvont:means <http://lexvo.org/id/iso639-3/poq> .

<http://lexvo.org/id/code/poqo1253> lvont:means <http://lexvo.org/id/iso639-3/poc> .

<http://lexvo.org/id/code/por> lvont:means <http://lexvo.org/id/iso639-3/por> .

<http://lexvo.org/id/code/port1277> lvont:means <http://lexvo.org/id/iso639-3/psr> .

<http://lexvo.org/id/code/port1283> lvont:means <http://lexvo.org/id/iso639-3/por> .

<http://lexvo.org/id/code/pos> lvont:means <http://lexvo.org/id/iso639-3/pos> .

<http://lexvo.org/id/code/pot> lvont:means <http://lexvo.org/id/iso639-3/pot> .

<http://lexvo.org/id/code/pota1247> lvont:means <http://lexvo.org/id/iso639-3/pot> .

<http://lexvo.org/id/code/pov> lvont:means <http://lexvo.org/id/iso639-3/pov> .

<http://lexvo.org/id/code/pow> lvont:means <http://lexvo.org/id/iso639-3/pim>,
        <http://lexvo.org/id/iso639-3/pow> .

<http://lexvo.org/id/code/powh1243> lvont:means <http://lexvo.org/id/iso639-3/pim> .

<http://lexvo.org/id/code/pox> lvont:means <http://lexvo.org/id/iso639-3/pox> .

<http://lexvo.org/id/code/poy> lvont:means <http://lexvo.org/id/iso639-3/poy> .

<http://lexvo.org/id/code/poz> lvont:means <http://lexvo.org/id/iso639-5/poz> .

<http://lexvo.org/id/code/ppa> lvont:means <http://lexvo.org/id/iso639-3/ppa> .

<http://lexvo.org/id/code/ppc> lvont:means <http://lexvo.org/id/iso639-3/pio> .

<http://lexvo.org/id/code/ppe> lvont:means <http://lexvo.org/id/iso639-3/ppe> .

<http://lexvo.org/id/code/ppi> lvont:means <http://lexvo.org/id/iso639-3/pit>,
        <http://lexvo.org/id/iso639-3/ppi> .

<http://lexvo.org/id/code/ppk> lvont:means <http://lexvo.org/id/iso639-3/ppk> .

<http://lexvo.org/id/code/ppl> lvont:means <http://lexvo.org/id/iso639-3/ppl> .

<http://lexvo.org/id/code/ppm> lvont:means <http://lexvo.org/id/iso639-3/ppm> .

<http://lexvo.org/id/code/ppn> lvont:means <http://lexvo.org/id/iso639-3/ppn> .

<http://lexvo.org/id/code/ppo> lvont:means <http://lexvo.org/id/iso639-3/ppo> .

<http://lexvo.org/id/code/ppp> lvont:means <http://lexvo.org/id/iso639-3/ppp> .

<http://lexvo.org/id/code/ppq> lvont:means <http://lexvo.org/id/iso639-3/ppq> .

<http://lexvo.org/id/code/ppr> lvont:means <http://lexvo.org/id/iso639-3/ppr> .

<http://lexvo.org/id/code/pps> lvont:means <http://lexvo.org/id/iso639-3/pps> .

<http://lexvo.org/id/code/ppt> lvont:means <http://lexvo.org/id/iso639-3/ppt> .

<http://lexvo.org/id/code/ppu> lvont:means <http://lexvo.org/id/iso639-3/ppu> .

<http://lexvo.org/id/code/pqa> lvont:means <http://lexvo.org/id/iso639-3/pqa> .

<http://lexvo.org/id/code/pqe> lvont:means <http://lexvo.org/id/iso639-5/pqe> .

<http://lexvo.org/id/code/pqm> lvont:means <http://lexvo.org/id/iso639-3/pqm> .

<http://lexvo.org/id/code/pqw> lvont:means <http://lexvo.org/id/iso639-5/pqw> .

<http://lexvo.org/id/code/pra> lvont:means <http://lexvo.org/id/iso639-3/prn>,
        <http://lexvo.org/id/iso639-5/pra> .

<http://lexvo.org/id/code/pras1239> lvont:means <http://lexvo.org/id/iso639-3/prn> .

<http://lexvo.org/id/code/prb> lvont:means <http://lexvo.org/id/iso639-3/prb> .

<http://lexvo.org/id/code/prc> lvont:means <http://lexvo.org/id/iso639-3/pab>,
        <http://lexvo.org/id/iso639-3/prc> .

<http://lexvo.org/id/code/prd> lvont:means <http://lexvo.org/id/iso639-3/pci>,
        <http://lexvo.org/id/iso639-3/prd> .

<http://lexvo.org/id/code/pre> lvont:means <http://lexvo.org/id/iso639-3/asa>,
        <http://lexvo.org/id/iso639-3/pre> .

<http://lexvo.org/id/code/prf> lvont:means <http://lexvo.org/id/iso639-3/prf> .

<http://lexvo.org/id/code/prg> lvont:means <http://lexvo.org/id/iso639-3/prg> .

<http://lexvo.org/id/code/prh> lvont:means <http://lexvo.org/id/iso639-3/myp>,
        <http://lexvo.org/id/iso639-3/prh> .

<http://lexvo.org/id/code/pri> lvont:means <http://lexvo.org/id/iso639-3/pre>,
        <http://lexvo.org/id/iso639-3/pri> .

<http://lexvo.org/id/code/prin1242> lvont:means <http://lexvo.org/id/iso639-3/pre> .

<http://lexvo.org/id/code/prk> lvont:means <http://lexvo.org/id/iso639-3/prk>,
        <http://lexvo.org/id/iso639-3/prx> .

<http://lexvo.org/id/code/prl> lvont:means <http://lexvo.org/id/iso639-3/prl> .

<http://lexvo.org/id/code/prm> lvont:means <http://lexvo.org/id/iso639-3/prm> .

<http://lexvo.org/id/code/prn> lvont:means <http://lexvo.org/id/iso639-3/prn> .

<http://lexvo.org/id/code/pro> lvont:means <http://lexvo.org/id/iso639-3/pro> .

<http://lexvo.org/id/code/prp> lvont:means <http://lexvo.org/id/iso639-3/prp> .

<http://lexvo.org/id/code/prq> lvont:means <http://lexvo.org/id/iso639-3/prq> .

<http://lexvo.org/id/code/prr> lvont:means <http://lexvo.org/id/iso639-3/prr> .

<http://lexvo.org/id/code/prs> lvont:means <http://lexvo.org/id/iso639-3/pes>,
        <http://lexvo.org/id/iso639-3/prs> .

<http://lexvo.org/id/code/prt> lvont:means <http://lexvo.org/id/iso639-3/pir>,
        <http://lexvo.org/id/iso639-3/prt> .

<http://lexvo.org/id/code/pru> lvont:means <http://lexvo.org/id/iso639-3/pru> .

<http://lexvo.org/id/code/prw> lvont:means <http://lexvo.org/id/iso639-3/prw> .

<http://lexvo.org/id/code/prx> lvont:means <http://lexvo.org/id/iso639-3/prx> .

<http://lexvo.org/id/code/pry> lvont:means <http://lexvo.org/id/iso639-3/pry> .

<http://lexvo.org/id/code/prz> lvont:means <http://lexvo.org/id/iso639-3/prz> .

<http://lexvo.org/id/code/ps> lvont:means <http://lexvo.org/id/iso639-3/pus> .

<http://lexvo.org/id/code/psa> lvont:means <http://lexvo.org/id/iso639-3/psa> .

<http://lexvo.org/id/code/psc> lvont:means <http://lexvo.org/id/iso639-3/psc> .

<http://lexvo.org/id/code/psd> lvont:means <http://lexvo.org/id/iso639-3/psd> .

<http://lexvo.org/id/code/pse> lvont:means <http://lexvo.org/id/iso639-3/pse> .

<http://lexvo.org/id/code/psg> lvont:means <http://lexvo.org/id/iso639-3/psg> .

<http://lexvo.org/id/code/psh> lvont:means <http://lexvo.org/id/iso639-3/psh>,
        <http://lexvo.org/id/iso639-3/pst> .

<http://lexvo.org/id/code/psi> lvont:means <http://lexvo.org/id/iso639-3/psi> .

<http://lexvo.org/id/code/psj> lvont:means <http://lexvo.org/id/iso639-3/poe> .

<http://lexvo.org/id/code/psl> lvont:means <http://lexvo.org/id/iso639-3/psd>,
        <http://lexvo.org/id/iso639-3/psl> .

<http://lexvo.org/id/code/psm> lvont:means <http://lexvo.org/id/iso639-3/pqm>,
        <http://lexvo.org/id/iso639-3/psm> .

<http://lexvo.org/id/code/psn> lvont:means <http://lexvo.org/id/iso639-3/psn> .

<http://lexvo.org/id/code/pso> lvont:means <http://lexvo.org/id/iso639-3/pom>,
        <http://lexvo.org/id/iso639-3/pso> .

<http://lexvo.org/id/code/psp> lvont:means <http://lexvo.org/id/iso639-3/psp> .

<http://lexvo.org/id/code/psq> lvont:means <http://lexvo.org/id/iso639-3/psq> .

<http://lexvo.org/id/code/psr> lvont:means <http://lexvo.org/id/iso639-3/psr> .

<http://lexvo.org/id/code/pss> lvont:means <http://lexvo.org/id/iso639-3/pss> .

<http://lexvo.org/id/code/pst> lvont:means <http://lexvo.org/id/iso639-3/pst> .

<http://lexvo.org/id/code/psu> lvont:means <http://lexvo.org/id/iso639-3/psu> .

<http://lexvo.org/id/code/psv> lvont:means <http://lexvo.org/id/iso639-3/pbf> .

<http://lexvo.org/id/code/psw> lvont:means <http://lexvo.org/id/iso639-3/psw> .

<http://lexvo.org/id/code/psy> lvont:means <http://lexvo.org/id/iso639-3/psy> .

<http://lexvo.org/id/code/pt> lvont:means <http://lexvo.org/id/iso639-3/por> .

<http://lexvo.org/id/code/pta> lvont:means <http://lexvo.org/id/iso639-3/duf>,
        <http://lexvo.org/id/iso639-3/pta> .

<http://lexvo.org/id/code/pte> lvont:means <http://lexvo.org/id/iso639-3/pck> .

<http://lexvo.org/id/code/pth> lvont:means <http://lexvo.org/id/iso639-3/pth> .

<http://lexvo.org/id/code/pti> lvont:means <http://lexvo.org/id/iso639-3/pti> .

<http://lexvo.org/id/code/ptn> lvont:means <http://lexvo.org/id/iso639-3/ptn> .

<http://lexvo.org/id/code/pto> lvont:means <http://lexvo.org/id/iso639-3/pto> .

<http://lexvo.org/id/code/ptp> lvont:means <http://lexvo.org/id/iso639-3/gfk>,
        <http://lexvo.org/id/iso639-3/ptp> .

<http://lexvo.org/id/code/ptr> lvont:means <http://lexvo.org/id/iso639-3/ptr> .

<http://lexvo.org/id/code/ptt> lvont:means <http://lexvo.org/id/iso639-3/lae>,
        <http://lexvo.org/id/iso639-3/ptt> .

<http://lexvo.org/id/code/ptu> lvont:means <http://lexvo.org/id/iso639-3/ptu> .

<http://lexvo.org/id/code/ptv> lvont:means <http://lexvo.org/id/iso639-3/ptv> .

<http://lexvo.org/id/code/ptw> lvont:means <http://lexvo.org/id/iso639-3/ptw>,
        <http://lexvo.org/id/iso639-3/wit> .

<http://lexvo.org/id/code/pty> lvont:means <http://lexvo.org/id/iso639-3/pty> .

<http://lexvo.org/id/code/pua> lvont:means <http://lexvo.org/id/iso639-3/pua> .

<http://lexvo.org/id/code/pub> lvont:means <http://lexvo.org/id/iso639-3/pub> .

<http://lexvo.org/id/code/puc> lvont:means <http://lexvo.org/id/iso639-3/puc> .

<http://lexvo.org/id/code/pud> lvont:means <http://lexvo.org/id/iso639-3/pud> .

<http://lexvo.org/id/code/pue> lvont:means <http://lexvo.org/id/iso639-3/pue> .

<http://lexvo.org/id/code/puel1244> lvont:means <http://lexvo.org/id/iso639-3/pue> .

<http://lexvo.org/id/code/puf> lvont:means <http://lexvo.org/id/iso639-3/puf> .

<http://lexvo.org/id/code/pug> lvont:means <http://lexvo.org/id/iso639-3/pug> .

<http://lexvo.org/id/code/pui> lvont:means <http://lexvo.org/id/iso639-3/pui> .

<http://lexvo.org/id/code/puin1248> lvont:means <http://lexvo.org/id/iso639-3/pui> .

<http://lexvo.org/id/code/puj> lvont:means <http://lexvo.org/id/iso639-3/puj> .

<http://lexvo.org/id/code/puk> lvont:means <http://lexvo.org/id/iso639-3/prk>,
        <http://lexvo.org/id/iso639-3/puk> .

<http://lexvo.org/id/code/pul> lvont:means <http://lexvo.org/id/iso639-3/puw> .

<http://lexvo.org/id/code/pula1262> lvont:means <http://lexvo.org/id/iso639-3/fuf> .

<http://lexvo.org/id/code/pula1263> lvont:means <http://lexvo.org/id/iso639-3/fuc> .

<http://lexvo.org/id/code/pulu1242> lvont:means <http://lexvo.org/id/iso639-3/puw> .

<http://lexvo.org/id/code/pum> lvont:means <http://lexvo.org/id/iso639-3/pum> .

<http://lexvo.org/id/code/pume1238> lvont:means <http://lexvo.org/id/iso639-3/yae> .

<http://lexvo.org/id/code/pun> lvont:means <http://lexvo.org/id/iso639-3/wdj> .

<http://lexvo.org/id/code/puo> lvont:means <http://lexvo.org/id/iso639-3/puo> .

<http://lexvo.org/id/code/puoc1238> lvont:means <http://lexvo.org/id/iso639-3/puo> .

<http://lexvo.org/id/code/pup> lvont:means <http://lexvo.org/id/iso639-3/pup> .

<http://lexvo.org/id/code/puq> lvont:means <http://lexvo.org/id/iso639-3/puq> .

<http://lexvo.org/id/code/puqu1242> lvont:means <http://lexvo.org/id/iso639-3/puq> .

<http://lexvo.org/id/code/pur> lvont:means <http://lexvo.org/id/iso639-3/pur>,
        <http://lexvo.org/id/iso639-3/tsz> .

<http://lexvo.org/id/code/pure1242> lvont:means <http://lexvo.org/id/iso639-3/tsz> .

<http://lexvo.org/id/code/puri1258> lvont:means <http://lexvo.org/id/iso639-3/prx> .

<http://lexvo.org/id/code/pus> lvont:means <http://lexvo.org/id/iso639-3/pus> .

<http://lexvo.org/id/code/put> lvont:means <http://lexvo.org/id/iso639-3/put>,
        <http://lexvo.org/id/iso639-3/ute> .

<http://lexvo.org/id/code/puu> lvont:means <http://lexvo.org/id/iso639-3/puu> .

<http://lexvo.org/id/code/puw> lvont:means <http://lexvo.org/id/iso639-3/puw> .

<http://lexvo.org/id/code/pux> lvont:means <http://lexvo.org/id/iso639-3/pux> .

<http://lexvo.org/id/code/puy> lvont:means <http://lexvo.org/id/iso639-3/puy> .

<http://lexvo.org/id/code/puz> lvont:means <http://lexvo.org/id/iso639-3/puz> .

<http://lexvo.org/id/code/pwa> lvont:means <http://lexvo.org/id/iso639-3/pwa> .

<http://lexvo.org/id/code/pwb> lvont:means <http://lexvo.org/id/iso639-3/pwb> .

<http://lexvo.org/id/code/pwg> lvont:means <http://lexvo.org/id/iso639-3/pwg> .

<http://lexvo.org/id/code/pwm> lvont:means <http://lexvo.org/id/iso639-3/pwm> .

<http://lexvo.org/id/code/pwn> lvont:means <http://lexvo.org/id/iso639-3/paw>,
        <http://lexvo.org/id/iso639-3/pwn> .

<http://lexvo.org/id/code/pwo> lvont:means <http://lexvo.org/id/iso639-3/pwo> .

<http://lexvo.org/id/code/pwon1235> lvont:means <http://lexvo.org/id/iso639-3/pww> .

<http://lexvo.org/id/code/pwr> lvont:means <http://lexvo.org/id/iso639-3/pwr> .

<http://lexvo.org/id/code/pww> lvont:means <http://lexvo.org/id/iso639-3/pww> .

<http://lexvo.org/id/code/pxm> lvont:means <http://lexvo.org/id/iso639-3/pxm> .

<http://lexvo.org/id/code/pye> lvont:means <http://lexvo.org/id/iso639-3/pye> .

<http://lexvo.org/id/code/pym> lvont:means <http://lexvo.org/id/iso639-3/pym> .

<http://lexvo.org/id/code/pyn> lvont:means <http://lexvo.org/id/iso639-3/pyn> .

<http://lexvo.org/id/code/pys> lvont:means <http://lexvo.org/id/iso639-3/pys> .

<http://lexvo.org/id/code/pyu> lvont:means <http://lexvo.org/id/iso639-3/pyu> .

<http://lexvo.org/id/code/pyx> lvont:means <http://lexvo.org/id/iso639-3/pyx> .

<http://lexvo.org/id/code/pyy> lvont:means <http://lexvo.org/id/iso639-3/pyy> .

<http://lexvo.org/id/code/pzn> lvont:means <http://lexvo.org/id/iso639-3/pzn> .

<http://lexvo.org/id/code/qaf> lvont:means <http://lexvo.org/id/iso639-3/aar> .

<http://lexvo.org/id/code/qan> lvont:means <http://lexvo.org/id/iso639-3/qxa> .

<http://lexvo.org/id/code/qanj1241> lvont:means <http://lexvo.org/id/iso639-3/kjb> .

<http://lexvo.org/id/code/qaqe1238> lvont:means <http://lexvo.org/id/iso639-3/byx> .

<http://lexvo.org/id/code/qaw> lvont:means <http://lexvo.org/id/iso639-3/alc> .

<http://lexvo.org/id/code/qawa1238> lvont:means <http://lexvo.org/id/iso639-3/alc> .

<http://lexvo.org/id/code/qay> lvont:means <http://lexvo.org/id/iso639-3/quy> .

<http://lexvo.org/id/code/qca> lvont:means <http://lexvo.org/id/iso639-3/qvc> .

<http://lexvo.org/id/code/qch> lvont:means <http://lexvo.org/id/iso639-3/quc> .

<http://lexvo.org/id/code/qco> lvont:means <http://lexvo.org/id/iso639-3/quh> .

<http://lexvo.org/id/code/qcu> lvont:means <http://lexvo.org/id/iso639-3/quz> .

<http://lexvo.org/id/code/qec> lvont:means <http://lexvo.org/id/iso639-3/qug> .

<http://lexvo.org/id/code/qhu> lvont:means <http://lexvo.org/id/iso639-3/qvh> .

<http://lexvo.org/id/code/qim> lvont:means <http://lexvo.org/id/iso639-3/qvi> .

<http://lexvo.org/id/code/qima1242> lvont:means <http://lexvo.org/id/iso639-3/ahg> .

<http://lexvo.org/id/code/qta> lvont:means <http://lexvo.org/id/iso639-3/qvn> .

<http://lexvo.org/id/code/qu> lvont:means <http://lexvo.org/id/iso639-3/que> .

<http://lexvo.org/id/code/qua> lvont:means <http://lexvo.org/id/iso639-3/qua> .

<http://lexvo.org/id/code/qub> lvont:means <http://lexvo.org/id/iso639-3/qub> .

<http://lexvo.org/id/code/quc> lvont:means <http://lexvo.org/id/iso639-3/quc> .

<http://lexvo.org/id/code/qud> lvont:means <http://lexvo.org/id/iso639-3/qud> .

<http://lexvo.org/id/code/que> lvont:means <http://lexvo.org/id/iso639-3/que>,
        <http://lexvo.org/id/iso639-3/yum> .

<http://lexvo.org/id/code/queb1245> lvont:means <http://lexvo.org/id/iso639-3/fcs> .

<http://lexvo.org/id/code/quec1382> lvont:means <http://lexvo.org/id/iso639-3/yum> .

<http://lexvo.org/id/code/quer1236> lvont:means <http://lexvo.org/id/iso639-3/otq> .

<http://lexvo.org/id/code/quf> lvont:means <http://lexvo.org/id/iso639-3/quf> .

<http://lexvo.org/id/code/qug> lvont:means <http://lexvo.org/id/iso639-3/qug> .

<http://lexvo.org/id/code/quh> lvont:means <http://lexvo.org/id/iso639-3/quh> .

<http://lexvo.org/id/code/qui> lvont:means <http://lexvo.org/id/iso639-3/qui> .

<http://lexvo.org/id/code/quil1240> lvont:means <http://lexvo.org/id/iso639-3/qui> .

<http://lexvo.org/id/code/quio1240> lvont:means <http://lexvo.org/id/iso639-3/chq> .

<http://lexvo.org/id/code/quk> lvont:means <http://lexvo.org/id/iso639-3/quk> .

<http://lexvo.org/id/code/qul> lvont:means <http://lexvo.org/id/iso639-3/qul> .

<http://lexvo.org/id/code/qum> lvont:means <http://lexvo.org/id/iso639-3/qum> .

<http://lexvo.org/id/code/qun> lvont:means <http://lexvo.org/id/iso639-3/qun> .

<http://lexvo.org/id/code/qup> lvont:means <http://lexvo.org/id/iso639-3/qup> .

<http://lexvo.org/id/code/quq> lvont:means <http://lexvo.org/id/iso639-3/quq> .

<http://lexvo.org/id/code/qur> lvont:means <http://lexvo.org/id/iso639-3/qur> .

<http://lexvo.org/id/code/qus> lvont:means <http://lexvo.org/id/iso639-3/qus> .

<http://lexvo.org/id/code/quv> lvont:means <http://lexvo.org/id/iso639-3/quv> .

<http://lexvo.org/id/code/quw> lvont:means <http://lexvo.org/id/iso639-3/quw> .

<http://lexvo.org/id/code/qux> lvont:means <http://lexvo.org/id/iso639-3/qux> .

<http://lexvo.org/id/code/quy> lvont:means <http://lexvo.org/id/iso639-3/quy> .

<http://lexvo.org/id/code/quz> lvont:means <http://lexvo.org/id/iso639-3/quz> .

<http://lexvo.org/id/code/qva> lvont:means <http://lexvo.org/id/iso639-3/qva> .

<http://lexvo.org/id/code/qvc> lvont:means <http://lexvo.org/id/iso639-3/qvc> .

<http://lexvo.org/id/code/qve> lvont:means <http://lexvo.org/id/iso639-3/qve> .

<http://lexvo.org/id/code/qvh> lvont:means <http://lexvo.org/id/iso639-3/qvh> .

<http://lexvo.org/id/code/qvi> lvont:means <http://lexvo.org/id/iso639-3/qvi> .

<http://lexvo.org/id/code/qvj> lvont:means <http://lexvo.org/id/iso639-3/qvj> .

<http://lexvo.org/id/code/qvl> lvont:means <http://lexvo.org/id/iso639-3/qvl> .

<http://lexvo.org/id/code/qvm> lvont:means <http://lexvo.org/id/iso639-3/qvm> .

<http://lexvo.org/id/code/qvn> lvont:means <http://lexvo.org/id/iso639-3/qvn> .

<http://lexvo.org/id/code/qvo> lvont:means <http://lexvo.org/id/iso639-3/qvo> .

<http://lexvo.org/id/code/qvp> lvont:means <http://lexvo.org/id/iso639-3/qvp> .

<http://lexvo.org/id/code/qvs> lvont:means <http://lexvo.org/id/iso639-3/qvs> .

<http://lexvo.org/id/code/qvw> lvont:means <http://lexvo.org/id/iso639-3/qvw> .

<http://lexvo.org/id/code/qvy> lvont:means <http://lexvo.org/id/iso639-3/qvy> .

<http://lexvo.org/id/code/qvz> lvont:means <http://lexvo.org/id/iso639-3/qvz> .

<http://lexvo.org/id/code/qwa> lvont:means <http://lexvo.org/id/iso639-3/qwa> .

<http://lexvo.org/id/code/qwc> lvont:means <http://lexvo.org/id/iso639-3/qwc> .

<http://lexvo.org/id/code/qwe> lvont:means <http://lexvo.org/id/iso639-3/que> .

<http://lexvo.org/id/code/qwh> lvont:means <http://lexvo.org/id/iso639-3/qwh> .

<http://lexvo.org/id/code/qwm> lvont:means <http://lexvo.org/id/iso639-3/qwm> .

<http://lexvo.org/id/code/qws> lvont:means <http://lexvo.org/id/iso639-3/qws> .

<http://lexvo.org/id/code/qwt> lvont:means <http://lexvo.org/id/iso639-3/qwt> .

<http://lexvo.org/id/code/qxa> lvont:means <http://lexvo.org/id/iso639-3/qxa> .

<http://lexvo.org/id/code/qxc> lvont:means <http://lexvo.org/id/iso639-3/qxc> .

<http://lexvo.org/id/code/qxh> lvont:means <http://lexvo.org/id/iso639-3/qxh> .

<http://lexvo.org/id/code/qxl> lvont:means <http://lexvo.org/id/iso639-3/qxl> .

<http://lexvo.org/id/code/qxn> lvont:means <http://lexvo.org/id/iso639-3/qxn> .

<http://lexvo.org/id/code/qxo> lvont:means <http://lexvo.org/id/iso639-3/qxo> .

<http://lexvo.org/id/code/qxp> lvont:means <http://lexvo.org/id/iso639-3/qxp> .

<http://lexvo.org/id/code/qxq> lvont:means <http://lexvo.org/id/iso639-3/qxq> .

<http://lexvo.org/id/code/qxr> lvont:means <http://lexvo.org/id/iso639-3/qxr> .

<http://lexvo.org/id/code/qxs> lvont:means <http://lexvo.org/id/iso639-3/qxs> .

<http://lexvo.org/id/code/qxt> lvont:means <http://lexvo.org/id/iso639-3/qxt> .

<http://lexvo.org/id/code/qxu> lvont:means <http://lexvo.org/id/iso639-3/qxu> .

<http://lexvo.org/id/code/qxw> lvont:means <http://lexvo.org/id/iso639-3/qxw> .

<http://lexvo.org/id/code/qya> lvont:means <http://lexvo.org/id/iso639-3/qya> .

<http://lexvo.org/id/code/qyp> lvont:means <http://lexvo.org/id/iso639-3/qyp> .

<http://lexvo.org/id/code/raa> lvont:means <http://lexvo.org/id/iso639-3/raa> .

<http://lexvo.org/id/code/rab> lvont:means <http://lexvo.org/id/iso639-3/rab> .

<http://lexvo.org/id/code/rac> lvont:means <http://lexvo.org/id/iso639-3/rac> .

<http://lexvo.org/id/code/rad> lvont:means <http://lexvo.org/id/iso639-3/rad> .

<http://lexvo.org/id/code/rade1240> lvont:means <http://lexvo.org/id/iso639-3/rad> .

<http://lexvo.org/id/code/raf> lvont:means <http://lexvo.org/id/iso639-3/raf> .

<http://lexvo.org/id/code/rag> lvont:means <http://lexvo.org/id/iso639-3/lml>,
        <http://lexvo.org/id/iso639-3/rag> .

<http://lexvo.org/id/code/rah> lvont:means <http://lexvo.org/id/iso639-3/rah> .

<http://lexvo.org/id/code/rai> lvont:means <http://lexvo.org/id/iso639-3/rai> .

<http://lexvo.org/id/code/raj> lvont:means <http://lexvo.org/id/iso639-3/raj> .

<http://lexvo.org/id/code/rak> lvont:means <http://lexvo.org/id/iso639-3/rak> .

<http://lexvo.org/id/code/ral> lvont:means <http://lexvo.org/id/iso639-3/ral> .

<http://lexvo.org/id/code/ram> lvont:means <http://lexvo.org/id/iso639-3/ram>,
        <http://lexvo.org/id/iso639-3/rma> .

<http://lexvo.org/id/code/rama1270> lvont:means <http://lexvo.org/id/iso639-3/rma> .

<http://lexvo.org/id/code/ran> lvont:means <http://lexvo.org/id/iso639-3/ran> .

<http://lexvo.org/id/code/rao> lvont:means <http://lexvo.org/id/iso639-3/rao> .

<http://lexvo.org/id/code/raoo1244> lvont:means <http://lexvo.org/id/iso639-3/rao> .

<http://lexvo.org/id/code/rap> lvont:means <http://lexvo.org/id/iso639-3/rap> .

<http://lexvo.org/id/code/rapa1244> lvont:means <http://lexvo.org/id/iso639-3/rap> .

<http://lexvo.org/id/code/rapo1238> lvont:means <http://lexvo.org/id/iso639-3/kyx> .

<http://lexvo.org/id/code/raq> lvont:means <http://lexvo.org/id/iso639-3/raq> .

<http://lexvo.org/id/code/rar> lvont:means <http://lexvo.org/id/iso639-3/rar> .

<http://lexvo.org/id/code/ras> lvont:means <http://lexvo.org/id/iso639-3/ras> .

<http://lexvo.org/id/code/rat> lvont:means <http://lexvo.org/id/iso639-3/rat> .

<http://lexvo.org/id/code/rata1244> lvont:means <http://lexvo.org/id/iso639-3/rth> .

<http://lexvo.org/id/code/rau> lvont:means <http://lexvo.org/id/iso639-3/rau> .

<http://lexvo.org/id/code/rav> lvont:means <http://lexvo.org/id/iso639-3/rav>,
        <http://lexvo.org/id/iso639-3/rmn> .

<http://lexvo.org/id/code/raw> lvont:means <http://lexvo.org/id/iso639-3/raw> .

<http://lexvo.org/id/code/rawa1265> lvont:means <http://lexvo.org/id/iso639-3/raw> .

<http://lexvo.org/id/code/rawa1267> lvont:means <http://lexvo.org/id/iso639-3/rwo> .

<http://lexvo.org/id/code/rawo1244> lvont:means <http://lexvo.org/id/iso639-3/rwa> .

<http://lexvo.org/id/code/rax> lvont:means <http://lexvo.org/id/iso639-3/rax> .

<http://lexvo.org/id/code/ray> lvont:means <http://lexvo.org/id/iso639-3/ray> .

<http://lexvo.org/id/code/rayo1235> lvont:means <http://lexvo.org/id/iso639-3/zor> .

<http://lexvo.org/id/code/raz> lvont:means <http://lexvo.org/id/iso639-3/raz> .

<http://lexvo.org/id/code/rbb> lvont:means <http://lexvo.org/id/iso639-3/rbb> .

<http://lexvo.org/id/code/rbg> lvont:means <http://lexvo.org/id/iso639-3/rmo> .

<http://lexvo.org/id/code/rbk> lvont:means <http://lexvo.org/id/iso639-3/rbk> .

<http://lexvo.org/id/code/rbl> lvont:means <http://lexvo.org/id/iso639-3/rbl> .

<http://lexvo.org/id/code/rbp> lvont:means <http://lexvo.org/id/iso639-3/rbp> .

<http://lexvo.org/id/code/rbu> lvont:means <http://lexvo.org/id/iso639-3/rmn> .

<http://lexvo.org/id/code/rcf> lvont:means <http://lexvo.org/id/iso639-3/rcf> .

<http://lexvo.org/id/code/rdb> lvont:means <http://lexvo.org/id/iso639-3/rdb> .

<http://lexvo.org/id/code/rea> lvont:means <http://lexvo.org/id/iso639-3/rea> .

<http://lexvo.org/id/code/reb> lvont:means <http://lexvo.org/id/iso639-3/reb> .

<http://lexvo.org/id/code/ree> lvont:means <http://lexvo.org/id/iso639-3/ree> .

<http://lexvo.org/id/code/reg> lvont:means <http://lexvo.org/id/iso639-3/reg> .

<http://lexvo.org/id/code/rei> lvont:means <http://lexvo.org/id/iso639-3/rei> .

<http://lexvo.org/id/code/rej> lvont:means <http://lexvo.org/id/iso639-3/rej> .

<http://lexvo.org/id/code/reja1240> lvont:means <http://lexvo.org/id/iso639-3/rej> .

<http://lexvo.org/id/code/rel> lvont:means <http://lexvo.org/id/iso639-3/rel> .

<http://lexvo.org/id/code/rem> lvont:means <http://lexvo.org/id/iso639-3/bfw>,
        <http://lexvo.org/id/iso639-3/rem> .

<http://lexvo.org/id/code/remb1249> lvont:means <http://lexvo.org/id/iso639-3/rmb> .

<http://lexvo.org/id/code/ren> lvont:means <http://lexvo.org/id/iso639-3/rel>,
        <http://lexvo.org/id/iso639-3/ren> .

<http://lexvo.org/id/code/rend1243> lvont:means <http://lexvo.org/id/iso639-3/rel> .

<http://lexvo.org/id/code/reng1252> lvont:means <http://lexvo.org/id/iso639-3/ren> .

<http://lexvo.org/id/code/renn1242> lvont:means <http://lexvo.org/id/iso639-3/mnv> .

<http://lexvo.org/id/code/rer> lvont:means <http://lexvo.org/id/iso639-3/rer> .

<http://lexvo.org/id/code/res> lvont:means <http://lexvo.org/id/iso639-3/res>,
        <http://lexvo.org/id/iso639-3/rgr> .

<http://lexvo.org/id/code/resi1247> lvont:means <http://lexvo.org/id/iso639-3/rgr> .

<http://lexvo.org/id/code/ret> lvont:means <http://lexvo.org/id/iso639-3/ret>,
        <http://lexvo.org/id/iso639-3/tnc> .

<http://lexvo.org/id/code/rey> lvont:means <http://lexvo.org/id/iso639-3/rey> .

<http://lexvo.org/id/code/rga> lvont:means <http://lexvo.org/id/iso639-3/rga>,
        <http://lexvo.org/id/iso639-3/rng> .

<http://lexvo.org/id/code/rge> lvont:means <http://lexvo.org/id/iso639-3/rge> .

<http://lexvo.org/id/code/rgk> lvont:means <http://lexvo.org/id/iso639-3/rgk> .

<http://lexvo.org/id/code/rgn> lvont:means <http://lexvo.org/id/iso639-3/rgn>,
        <http://lexvo.org/id/iso639-3/rog> .

<http://lexvo.org/id/code/rgr> lvont:means <http://lexvo.org/id/iso639-3/rgr> .

<http://lexvo.org/id/code/rgs> lvont:means <http://lexvo.org/id/iso639-3/rgs> .

<http://lexvo.org/id/code/rgu> lvont:means <http://lexvo.org/id/iso639-3/rgu> .

<http://lexvo.org/id/code/rhg> lvont:means <http://lexvo.org/id/iso639-3/rhg> .

<http://lexvo.org/id/code/rhp> lvont:means <http://lexvo.org/id/iso639-3/rhp> .

<http://lexvo.org/id/code/ria> lvont:means <http://lexvo.org/id/iso639-3/ran>,
        <http://lexvo.org/id/iso639-3/ria> .

<http://lexvo.org/id/code/rian1263> lvont:means <http://lexvo.org/id/iso639-3/ran> .

<http://lexvo.org/id/code/rie> lvont:means <http://lexvo.org/id/iso639-3/rie> .

<http://lexvo.org/id/code/rif> lvont:means <http://lexvo.org/id/iso639-3/rif> .

<http://lexvo.org/id/code/rik> lvont:means <http://lexvo.org/id/iso639-3/rkb> .

<http://lexvo.org/id/code/rikb1245> lvont:means <http://lexvo.org/id/iso639-3/rkb> .

<http://lexvo.org/id/code/ril> lvont:means <http://lexvo.org/id/iso639-3/ril> .

<http://lexvo.org/id/code/rim> lvont:means <http://lexvo.org/id/iso639-3/rim> .

<http://lexvo.org/id/code/rin> lvont:means <http://lexvo.org/id/iso639-3/rin> .

<http://lexvo.org/id/code/rir> lvont:means <http://lexvo.org/id/iso639-3/rir> .

<http://lexvo.org/id/code/rit> lvont:means <http://lexvo.org/id/iso639-3/rit> .

<http://lexvo.org/id/code/rita1239> lvont:means <http://lexvo.org/id/iso639-3/rit> .

<http://lexvo.org/id/code/riu> lvont:means <http://lexvo.org/id/iso639-3/riu> .

<http://lexvo.org/id/code/rjg> lvont:means <http://lexvo.org/id/iso639-3/rjg> .

<http://lexvo.org/id/code/rji> lvont:means <http://lexvo.org/id/iso639-3/rji> .

<http://lexvo.org/id/code/rjs> lvont:means <http://lexvo.org/id/iso639-3/rjs> .

<http://lexvo.org/id/code/rka> lvont:means <http://lexvo.org/id/iso639-3/rka>,
        <http://lexvo.org/id/iso639-3/rmy> .

<http://lexvo.org/id/code/rkb> lvont:means <http://lexvo.org/id/iso639-3/rkb> .

<http://lexvo.org/id/code/rkh> lvont:means <http://lexvo.org/id/iso639-3/rkh> .

<http://lexvo.org/id/code/rki> lvont:means <http://lexvo.org/id/iso639-3/rki> .

<http://lexvo.org/id/code/rkm> lvont:means <http://lexvo.org/id/iso639-3/rkm> .

<http://lexvo.org/id/code/rkt> lvont:means <http://lexvo.org/id/iso639-3/rkt> .

<http://lexvo.org/id/code/rlo> lvont:means <http://lexvo.org/id/iso639-3/rmy> .

<http://lexvo.org/id/code/rm> lvont:means <http://lexvo.org/id/iso639-3/roh> .

<http://lexvo.org/id/code/rma> lvont:means <http://lexvo.org/id/iso639-3/rma> .

<http://lexvo.org/id/code/rmb> lvont:means <http://lexvo.org/id/iso639-3/rmb> .

<http://lexvo.org/id/code/rmc> lvont:means <http://lexvo.org/id/iso639-3/rmc>,
        <http://lexvo.org/id/iso639-3/roh> .

<http://lexvo.org/id/code/rmd> lvont:means <http://lexvo.org/id/iso639-3/rmd> .

<http://lexvo.org/id/code/rme> lvont:means <http://lexvo.org/id/iso639-3/rme> .

<http://lexvo.org/id/code/rmf> lvont:means <http://lexvo.org/id/iso639-3/rmf> .

<http://lexvo.org/id/code/rmg> lvont:means <http://lexvo.org/id/iso639-3/rmg> .

<http://lexvo.org/id/code/rmh> lvont:means <http://lexvo.org/id/iso639-3/rmh> .

<http://lexvo.org/id/code/rmi> lvont:means <http://lexvo.org/id/iso639-3/rmi> .

<http://lexvo.org/id/code/rmk> lvont:means <http://lexvo.org/id/iso639-3/rmk> .

<http://lexvo.org/id/code/rml> lvont:means <http://lexvo.org/id/iso639-3/rml> .

<http://lexvo.org/id/code/rmm> lvont:means <http://lexvo.org/id/iso639-3/rmm> .

<http://lexvo.org/id/code/rmn> lvont:means <http://lexvo.org/id/iso639-3/rmn> .

<http://lexvo.org/id/code/rmo> lvont:means <http://lexvo.org/id/iso639-3/rmo> .

<http://lexvo.org/id/code/rmp> lvont:means <http://lexvo.org/id/iso639-3/rmp> .

<http://lexvo.org/id/code/rmq> lvont:means <http://lexvo.org/id/iso639-3/rmq> .

<http://lexvo.org/id/code/rms> lvont:means <http://lexvo.org/id/iso639-3/rms> .

<http://lexvo.org/id/code/rmt> lvont:means <http://lexvo.org/id/iso639-3/rmt> .

<http://lexvo.org/id/code/rmu> lvont:means <http://lexvo.org/id/iso639-3/rmu> .

<http://lexvo.org/id/code/rmv> lvont:means <http://lexvo.org/id/iso639-3/rmv> .

<http://lexvo.org/id/code/rmw> lvont:means <http://lexvo.org/id/iso639-3/rmw> .

<http://lexvo.org/id/code/rmx> lvont:means <http://lexvo.org/id/iso639-3/rmx> .

<http://lexvo.org/id/code/rmy> lvont:means <http://lexvo.org/id/iso639-3/rmy> .

<http://lexvo.org/id/code/rmz> lvont:means <http://lexvo.org/id/iso639-3/rmz> .

<http://lexvo.org/id/code/rn> lvont:means <http://lexvo.org/id/iso639-3/run> .

<http://lexvo.org/id/code/rna> lvont:means <http://lexvo.org/id/iso639-3/rna> .

<http://lexvo.org/id/code/rnd> lvont:means <http://lexvo.org/id/iso639-3/rnd>,
        <http://lexvo.org/id/iso639-3/run> .

<http://lexvo.org/id/code/rng> lvont:means <http://lexvo.org/id/iso639-3/ren>,
        <http://lexvo.org/id/iso639-3/rng> .

<http://lexvo.org/id/code/rnl> lvont:means <http://lexvo.org/id/iso639-3/rnl> .

<http://lexvo.org/id/code/rnn> lvont:means <http://lexvo.org/id/iso639-3/mnv>,
        <http://lexvo.org/id/iso639-3/rnn> .

<http://lexvo.org/id/code/rnp> lvont:means <http://lexvo.org/id/iso639-3/rnp> .

<http://lexvo.org/id/code/rnr> lvont:means <http://lexvo.org/id/iso639-3/rml>,
        <http://lexvo.org/id/iso639-3/rnr> .

<http://lexvo.org/id/code/rnw> lvont:means <http://lexvo.org/id/iso639-3/rnw> .

<http://lexvo.org/id/code/rny> lvont:means <http://lexvo.org/id/iso639-3/nyn> .

<http://lexvo.org/id/code/ro> lvont:means <http://lexvo.org/id/iso639-3/ron> .

<http://lexvo.org/id/code/roa> lvont:means <http://lexvo.org/id/iso639-5/roa> .

<http://lexvo.org/id/code/rob> lvont:means <http://lexvo.org/id/iso639-3/rob> .

<http://lexvo.org/id/code/roc> lvont:means <http://lexvo.org/id/iso639-3/roc> .

<http://lexvo.org/id/code/rod> lvont:means <http://lexvo.org/id/iso639-3/rod> .

<http://lexvo.org/id/code/roe> lvont:means <http://lexvo.org/id/iso639-3/roe> .

<http://lexvo.org/id/code/rof> lvont:means <http://lexvo.org/id/iso639-3/rof> .

<http://lexvo.org/id/code/rog> lvont:means <http://lexvo.org/id/iso639-3/rog> .

<http://lexvo.org/id/code/roh> lvont:means <http://lexvo.org/id/iso639-3/roh> .

<http://lexvo.org/id/code/rol> lvont:means <http://lexvo.org/id/iso639-3/rol> .

<http://lexvo.org/id/code/rom> lvont:means <http://lexvo.org/id/iso639-3/rom>,
        <http://lexvo.org/id/iso639-3/ron> .

<http://lexvo.org/id/code/roma1326> lvont:means <http://lexvo.org/id/iso639-3/roh> .

<http://lexvo.org/id/code/roma1327> lvont:means <http://lexvo.org/id/iso639-3/ron> .

<http://lexvo.org/id/code/ron> lvont:means <http://lexvo.org/id/iso639-3/cla>,
        <http://lexvo.org/id/iso639-3/ron> .

<http://lexvo.org/id/code/rong1268> lvont:means <http://lexvo.org/id/iso639-3/rng> .

<http://lexvo.org/id/code/ronn1241> lvont:means <http://lexvo.org/id/iso639-3/cla> .

<http://lexvo.org/id/code/roo> lvont:means <http://lexvo.org/id/iso639-3/roo> .

<http://lexvo.org/id/code/rop> lvont:means <http://lexvo.org/id/iso639-3/rop> .

<http://lexvo.org/id/code/ror> lvont:means <http://lexvo.org/id/iso639-3/ror>,
        <http://lexvo.org/id/iso639-3/rro> .

<http://lexvo.org/id/code/rot> lvont:means <http://lexvo.org/id/iso639-3/rtm> .

<http://lexvo.org/id/code/roto1249> lvont:means <http://lexvo.org/id/iso639-3/roo> .

<http://lexvo.org/id/code/rotu1241> lvont:means <http://lexvo.org/id/iso639-3/rtm> .

<http://lexvo.org/id/code/rou> lvont:means <http://lexvo.org/id/iso639-3/rou> .

<http://lexvo.org/id/code/rov> lvont:means <http://lexvo.org/id/iso639-3/rug> .

<http://lexvo.org/id/code/rovi1238> lvont:means <http://lexvo.org/id/iso639-3/rug> .

<http://lexvo.org/id/code/row> lvont:means <http://lexvo.org/id/iso639-3/row> .

<http://lexvo.org/id/code/rpn> lvont:means <http://lexvo.org/id/iso639-3/rpn> .

<http://lexvo.org/id/code/rpt> lvont:means <http://lexvo.org/id/iso639-3/rpt> .

<http://lexvo.org/id/code/rri> lvont:means <http://lexvo.org/id/iso639-3/rri> .

<http://lexvo.org/id/code/rro> lvont:means <http://lexvo.org/id/iso639-3/rro> .

<http://lexvo.org/id/code/rrt> lvont:means <http://lexvo.org/id/iso639-3/rrt> .

<http://lexvo.org/id/code/rru> lvont:means <http://lexvo.org/id/iso639-3/nyo> .

<http://lexvo.org/id/code/rsb> lvont:means <http://lexvo.org/id/iso639-3/rsb> .

<http://lexvo.org/id/code/rsc> lvont:means <http://lexvo.org/id/iso639-3/roh> .

<http://lexvo.org/id/code/rsh> lvont:means <http://lexvo.org/id/iso639-3/sgh> .

<http://lexvo.org/id/code/rsi> lvont:means <http://lexvo.org/id/iso639-3/rsi> .

<http://lexvo.org/id/code/rsl> lvont:means <http://lexvo.org/id/iso639-3/rsl> .

<http://lexvo.org/id/code/rsm> lvont:means <http://lexvo.org/id/iso639-3/roh> .

<http://lexvo.org/id/code/rsu> lvont:means <http://lexvo.org/id/iso639-3/roh> .

<http://lexvo.org/id/code/rtc> lvont:means <http://lexvo.org/id/iso639-3/rtc> .

<http://lexvo.org/id/code/rth> lvont:means <http://lexvo.org/id/iso639-3/rth> .

<http://lexvo.org/id/code/rti> lvont:means <http://lexvo.org/id/iso639-3/twu> .

<http://lexvo.org/id/code/rtk> lvont:means <http://lexvo.org/id/iso639-3/roo> .

<http://lexvo.org/id/code/rtm> lvont:means <http://lexvo.org/id/iso639-3/rtm> .

<http://lexvo.org/id/code/rtw> lvont:means <http://lexvo.org/id/iso639-3/rtw> .

<http://lexvo.org/id/code/ru> lvont:means <http://lexvo.org/id/iso639-3/rus> .

<http://lexvo.org/id/code/rub> lvont:means <http://lexvo.org/id/iso639-3/rub> .

<http://lexvo.org/id/code/ruc> lvont:means <http://lexvo.org/id/iso639-3/ruc> .

<http://lexvo.org/id/code/rue> lvont:means <http://lexvo.org/id/iso639-3/rue> .

<http://lexvo.org/id/code/ruf> lvont:means <http://lexvo.org/id/iso639-3/ruf> .

<http://lexvo.org/id/code/rug> lvont:means <http://lexvo.org/id/iso639-3/rug> .

<http://lexvo.org/id/code/ruh> lvont:means <http://lexvo.org/id/iso639-3/ruh> .

<http://lexvo.org/id/code/rui> lvont:means <http://lexvo.org/id/iso639-3/rui> .

<http://lexvo.org/id/code/ruk> lvont:means <http://lexvo.org/id/iso639-3/dru>,
        <http://lexvo.org/id/iso639-3/ruk> .

<http://lexvo.org/id/code/ruka1240> lvont:means <http://lexvo.org/id/iso639-3/dru> .

<http://lexvo.org/id/code/rum> lvont:means <http://lexvo.org/id/iso639-3/klq>,
        <http://lexvo.org/id/iso639-3/ron> .

<http://lexvo.org/id/code/rumu1243> lvont:means <http://lexvo.org/id/iso639-3/klq> .

<http://lexvo.org/id/code/run> lvont:means <http://lexvo.org/id/iso639-3/rou>,
        <http://lexvo.org/id/iso639-3/run> .

<http://lexvo.org/id/code/rund1242> lvont:means <http://lexvo.org/id/iso639-3/run> .

<http://lexvo.org/id/code/rung1258> lvont:means <http://lexvo.org/id/iso639-3/rou> .

<http://lexvo.org/id/code/ruo> lvont:means <http://lexvo.org/id/iso639-3/ruo> .

<http://lexvo.org/id/code/rup> lvont:means <http://lexvo.org/id/iso639-3/rup> .

<http://lexvo.org/id/code/ruq> lvont:means <http://lexvo.org/id/iso639-3/ruq> .

<http://lexvo.org/id/code/rus> lvont:means <http://lexvo.org/id/iso639-3/rus> .

<http://lexvo.org/id/code/russ1255> lvont:means <http://lexvo.org/id/iso639-3/rsl> .

<http://lexvo.org/id/code/russ1263> lvont:means <http://lexvo.org/id/iso639-3/rus> .

<http://lexvo.org/id/code/rut> lvont:means <http://lexvo.org/id/iso639-3/rut> .

<http://lexvo.org/id/code/rutu1240> lvont:means <http://lexvo.org/id/iso639-3/rut> .

<http://lexvo.org/id/code/ruu> lvont:means <http://lexvo.org/id/iso639-3/ruu> .

<http://lexvo.org/id/code/ruy> lvont:means <http://lexvo.org/id/iso639-3/ruy> .

<http://lexvo.org/id/code/ruz> lvont:means <http://lexvo.org/id/iso639-3/ruz> .

<http://lexvo.org/id/code/rw> lvont:means <http://lexvo.org/id/iso639-3/kin> .

<http://lexvo.org/id/code/rwa> lvont:means <http://lexvo.org/id/iso639-3/rwa>,
        <http://lexvo.org/id/iso639-3/rwo> .

<http://lexvo.org/id/code/rwe> lvont:means <http://lexvo.org/id/iso639-3/rmw> .

<http://lexvo.org/id/code/rwk> lvont:means <http://lexvo.org/id/iso639-3/rwk> .

<http://lexvo.org/id/code/rwm> lvont:means <http://lexvo.org/id/iso639-3/rwm> .

<http://lexvo.org/id/code/rwo> lvont:means <http://lexvo.org/id/iso639-3/rwo> .

<http://lexvo.org/id/code/rwr> lvont:means <http://lexvo.org/id/iso639-3/rwr> .

<http://lexvo.org/id/code/ryn> lvont:means <http://lexvo.org/id/iso639-3/ryn> .

<http://lexvo.org/id/code/rys> lvont:means <http://lexvo.org/id/iso639-3/rys> .

<http://lexvo.org/id/code/ryu> lvont:means <http://lexvo.org/id/iso639-3/ryu> .

<http://lexvo.org/id/code/sa> lvont:means <http://lexvo.org/id/iso639-3/san> .

<http://lexvo.org/id/code/saa> lvont:means <http://lexvo.org/id/iso639-3/apb>,
        <http://lexvo.org/id/iso639-3/saa> .

<http://lexvo.org/id/code/saaa1240> lvont:means <http://lexvo.org/id/iso639-3/apb> .

<http://lexvo.org/id/code/sab> lvont:means <http://lexvo.org/id/iso639-3/sab>,
        <http://lexvo.org/id/iso639-3/snv> .

<http://lexvo.org/id/code/saba1265> lvont:means <http://lexvo.org/id/iso639-3/snv> .

<http://lexvo.org/id/code/sabu1255> lvont:means <http://lexvo.org/id/iso639-3/hvn> .

<http://lexvo.org/id/code/sac> lvont:means <http://lexvo.org/id/iso639-3/sac> .

<http://lexvo.org/id/code/sad> lvont:means <http://lexvo.org/id/iso639-3/sad> .

<http://lexvo.org/id/code/sae> lvont:means <http://lexvo.org/id/iso639-3/sae>,
        <http://lexvo.org/id/iso639-3/skb> .

<http://lexvo.org/id/code/saek1240> lvont:means <http://lexvo.org/id/iso639-3/skb> .

<http://lexvo.org/id/code/saf> lvont:means <http://lexvo.org/id/iso639-3/saf> .

<http://lexvo.org/id/code/safe1240> lvont:means <http://lexvo.org/id/iso639-3/apz> .

<http://lexvo.org/id/code/sag> lvont:means <http://lexvo.org/id/iso639-3/sag> .

<http://lexvo.org/id/code/sah> lvont:means <http://lexvo.org/id/iso639-3/sah>,
        <http://lexvo.org/id/iso639-3/saj> .

<http://lexvo.org/id/code/saho1246> lvont:means <http://lexvo.org/id/iso639-3/ssy> .

<http://lexvo.org/id/code/sahu1245> lvont:means <http://lexvo.org/id/iso639-3/saj> .

<http://lexvo.org/id/code/sai> lvont:means <http://lexvo.org/id/iso639-5/sai> .

<http://lexvo.org/id/code/saj> lvont:means <http://lexvo.org/id/iso639-3/saj> .

<http://lexvo.org/id/code/sak> lvont:means <http://lexvo.org/id/iso639-3/sak>,
        <http://lexvo.org/id/iso639-3/sku> .

<http://lexvo.org/id/code/saka1289> lvont:means <http://lexvo.org/id/iso639-3/sku> .

<http://lexvo.org/id/code/sal> lvont:means <http://lexvo.org/id/iso639-3/sln>,
        <http://lexvo.org/id/iso639-5/sal> .

<http://lexvo.org/id/code/sala1264> lvont:means <http://lexvo.org/id/iso639-3/slr> .

<http://lexvo.org/id/code/sali1253> lvont:means <http://lexvo.org/id/iso639-3/sln> .

<http://lexvo.org/id/code/sali1295> lvont:means <http://lexvo.org/id/iso639-3/sbe> .

<http://lexvo.org/id/code/sali1298> lvont:means <http://lexvo.org/id/iso639-3/slc> .

<http://lexvo.org/id/code/salt1242> lvont:means <http://lexvo.org/id/iso639-3/sll> .

<http://lexvo.org/id/code/sam> lvont:means <http://lexvo.org/id/iso639-3/sam>,
        <http://lexvo.org/id/iso639-3/smo> .

<http://lexvo.org/id/code/samb1305> lvont:means <http://lexvo.org/id/iso639-3/ndi> .

<http://lexvo.org/id/code/samo1303> lvont:means <http://lexvo.org/id/iso639-3/smq> .

<http://lexvo.org/id/code/samo1305> lvont:means <http://lexvo.org/id/iso639-3/smo> .

<http://lexvo.org/id/code/san> lvont:means <http://lexvo.org/id/iso639-3/sag>,
        <http://lexvo.org/id/iso639-3/san> .

<http://lexvo.org/id/code/sana1295> lvont:means <http://lexvo.org/id/iso639-3/ayn> .

<http://lexvo.org/id/code/sand1273> lvont:means <http://lexvo.org/id/iso639-3/sad> .

<http://lexvo.org/id/code/sang1316> lvont:means <http://lexvo.org/id/iso639-3/sgl> .

<http://lexvo.org/id/code/sang1328> lvont:means <http://lexvo.org/id/iso639-3/sag> .

<http://lexvo.org/id/code/sang1333> lvont:means <http://lexvo.org/id/iso639-3/snq> .

<http://lexvo.org/id/code/sang1336> lvont:means <http://lexvo.org/id/iso639-3/sxn> .

<http://lexvo.org/id/code/sanj1281> lvont:means <http://lexvo.org/id/iso639-3/mjc> .

<http://lexvo.org/id/code/sanj1284> lvont:means <http://lexvo.org/id/iso639-3/zab> .

<http://lexvo.org/id/code/sanj1285> lvont:means <http://lexvo.org/id/iso639-3/poe> .

<http://lexvo.org/id/code/sanm1287> lvont:means <http://lexvo.org/id/iso639-3/huv> .

<http://lexvo.org/id/code/sanm1295> lvont:means <http://lexvo.org/id/iso639-3/mig> .

<http://lexvo.org/id/code/sant1410> lvont:means <http://lexvo.org/id/iso639-3/sat> .

<http://lexvo.org/id/code/sant1451> lvont:means <http://lexvo.org/id/iso639-3/zpi> .

<http://lexvo.org/id/code/sanu1240> lvont:means <http://lexvo.org/id/iso639-3/xsu> .

<http://lexvo.org/id/code/sao> lvont:means <http://lexvo.org/id/iso639-3/sao>,
        <http://lexvo.org/id/iso639-3/smo>,
        <http://lexvo.org/id/iso639-3/ssy> .

<http://lexvo.org/id/code/sap> lvont:means <http://lexvo.org/id/iso639-3/sap>,
        <http://lexvo.org/id/iso639-3/spu> .

<http://lexvo.org/id/code/sapo1253> lvont:means <http://lexvo.org/id/iso639-3/sps> .

<http://lexvo.org/id/code/sapu1248> lvont:means <http://lexvo.org/id/iso639-3/spu> .

<http://lexvo.org/id/code/saq> lvont:means <http://lexvo.org/id/iso639-3/saq> .

<http://lexvo.org/id/code/sar> lvont:means <http://lexvo.org/id/iso639-3/dju>,
        <http://lexvo.org/id/iso639-3/sar> .

<http://lexvo.org/id/code/sars1236> lvont:means <http://lexvo.org/id/iso639-3/srs> .

<http://lexvo.org/id/code/sas> lvont:means <http://lexvo.org/id/iso639-3/sas> .

<http://lexvo.org/id/code/sat> lvont:means <http://lexvo.org/id/iso639-3/sat> .

<http://lexvo.org/id/code/sau> lvont:means <http://lexvo.org/id/iso639-3/sau> .

<http://lexvo.org/id/code/sav> lvont:means <http://lexvo.org/id/iso639-3/sav>,
        <http://lexvo.org/id/iso639-3/sdg> .

<http://lexvo.org/id/code/savi1242> lvont:means <http://lexvo.org/id/iso639-3/sdg> .

<http://lexvo.org/id/code/savo1255> lvont:means <http://lexvo.org/id/iso639-3/svs> .

<http://lexvo.org/id/code/saw> lvont:means <http://lexvo.org/id/iso639-3/hvn>,
        <http://lexvo.org/id/iso639-3/saw> .

<http://lexvo.org/id/code/sawa1247> lvont:means <http://lexvo.org/id/iso639-3/szw> .

<http://lexvo.org/id/code/sawi1256> lvont:means <http://lexvo.org/id/iso639-3/swt> .

<http://lexvo.org/id/code/sax> lvont:means <http://lexvo.org/id/iso639-3/sax> .

<http://lexvo.org/id/code/say> lvont:means <http://lexvo.org/id/iso639-3/pos>,
        <http://lexvo.org/id/iso639-3/say> .

<http://lexvo.org/id/code/sayu1241> lvont:means <http://lexvo.org/id/iso639-3/pos> .

<http://lexvo.org/id/code/saz> lvont:means <http://lexvo.org/id/iso639-3/saz> .

<http://lexvo.org/id/code/sba> lvont:means <http://lexvo.org/id/iso639-3/sba>,
        <http://lexvo.org/id/iso639-3/slc> .

<http://lexvo.org/id/code/sbb> lvont:means <http://lexvo.org/id/iso639-3/sbb> .

<http://lexvo.org/id/code/sbc> lvont:means <http://lexvo.org/id/iso639-3/sbc> .

<http://lexvo.org/id/code/sbd> lvont:means <http://lexvo.org/id/iso639-3/sbd> .

<http://lexvo.org/id/code/sbe> lvont:means <http://lexvo.org/id/iso639-3/sbe> .

<http://lexvo.org/id/code/sbf> lvont:means <http://lexvo.org/id/iso639-3/sbf> .

<http://lexvo.org/id/code/sbg> lvont:means <http://lexvo.org/id/iso639-3/sbg>,
        <http://lexvo.org/id/iso639-3/sse> .

<http://lexvo.org/id/code/sbh> lvont:means <http://lexvo.org/id/iso639-3/sbh> .

<http://lexvo.org/id/code/sbi> lvont:means <http://lexvo.org/id/iso639-3/sbi> .

<http://lexvo.org/id/code/sbj> lvont:means <http://lexvo.org/id/iso639-3/sbj> .

<http://lexvo.org/id/code/sbk> lvont:means <http://lexvo.org/id/iso639-3/sbk> .

<http://lexvo.org/id/code/sbl> lvont:means <http://lexvo.org/id/iso639-3/sbl> .

<http://lexvo.org/id/code/sbm> lvont:means <http://lexvo.org/id/iso639-3/sbm> .

<http://lexvo.org/id/code/sbn> lvont:means <http://lexvo.org/id/iso639-3/sbn> .

<http://lexvo.org/id/code/sbo> lvont:means <http://lexvo.org/id/iso639-3/sbo> .

<http://lexvo.org/id/code/sbp> lvont:means <http://lexvo.org/id/iso639-3/sbp> .

<http://lexvo.org/id/code/sbq> lvont:means <http://lexvo.org/id/iso639-3/sbq> .

<http://lexvo.org/id/code/sbr> lvont:means <http://lexvo.org/id/iso639-3/sbr> .

<http://lexvo.org/id/code/sbs> lvont:means <http://lexvo.org/id/iso639-3/sbs> .

<http://lexvo.org/id/code/sbt> lvont:means <http://lexvo.org/id/iso639-3/sbt> .

<http://lexvo.org/id/code/sbu> lvont:means <http://lexvo.org/id/iso639-3/sbu> .

<http://lexvo.org/id/code/sbv> lvont:means <http://lexvo.org/id/iso639-3/sbv> .

<http://lexvo.org/id/code/sbw> lvont:means <http://lexvo.org/id/iso639-3/sbw> .

<http://lexvo.org/id/code/sbx> lvont:means <http://lexvo.org/id/iso639-3/sbx> .

<http://lexvo.org/id/code/sby> lvont:means <http://lexvo.org/id/iso639-3/sby> .

<http://lexvo.org/id/code/sbz> lvont:means <http://lexvo.org/id/iso639-3/sbz> .

<http://lexvo.org/id/code/sc> lvont:means <http://lexvo.org/id/iso639-3/srd> .

<http://lexvo.org/id/code/scb> lvont:means <http://lexvo.org/id/iso639-3/scb> .

<http://lexvo.org/id/code/sce> lvont:means <http://lexvo.org/id/iso639-3/sce> .

<http://lexvo.org/id/code/scf> lvont:means <http://lexvo.org/id/iso639-3/scf> .

<http://lexvo.org/id/code/scg> lvont:means <http://lexvo.org/id/iso639-3/scg> .

<http://lexvo.org/id/code/sch> lvont:means <http://lexvo.org/id/iso639-3/sch>,
        <http://lexvo.org/id/iso639-3/str> .

<http://lexvo.org/id/code/sci> lvont:means <http://lexvo.org/id/iso639-3/sci> .

<http://lexvo.org/id/code/sck> lvont:means <http://lexvo.org/id/iso639-3/sck> .

<http://lexvo.org/id/code/scl> lvont:means <http://lexvo.org/id/iso639-3/scl> .

<http://lexvo.org/id/code/scn> lvont:means <http://lexvo.org/id/iso639-3/scn> .

<http://lexvo.org/id/code/sco> lvont:means <http://lexvo.org/id/iso639-3/sco> .

<http://lexvo.org/id/code/scot1245> lvont:means <http://lexvo.org/id/iso639-3/gla> .

<http://lexvo.org/id/code/scp> lvont:means <http://lexvo.org/id/iso639-3/scp> .

<http://lexvo.org/id/code/scq> lvont:means <http://lexvo.org/id/iso639-3/scq> .

<http://lexvo.org/id/code/scs> lvont:means <http://lexvo.org/id/iso639-3/scs>,
        <http://lexvo.org/id/iso639-3/sma> .

<http://lexvo.org/id/code/scu> lvont:means <http://lexvo.org/id/iso639-3/scu> .

<http://lexvo.org/id/code/scv> lvont:means <http://lexvo.org/id/iso639-3/scv> .

<http://lexvo.org/id/code/scw> lvont:means <http://lexvo.org/id/iso639-3/scw> .

<http://lexvo.org/id/code/scx> lvont:means <http://lexvo.org/id/iso639-3/scx> .

<http://lexvo.org/id/code/sd> lvont:means <http://lexvo.org/id/iso639-3/snd> .

<http://lexvo.org/id/code/sda> lvont:means <http://lexvo.org/id/iso639-3/sda> .

<http://lexvo.org/id/code/sdb> lvont:means <http://lexvo.org/id/iso639-3/sdb> .

<http://lexvo.org/id/code/sdc> lvont:means <http://lexvo.org/id/iso639-3/sdc> .

<http://lexvo.org/id/code/sde> lvont:means <http://lexvo.org/id/iso639-3/sde> .

<http://lexvo.org/id/code/sdf> lvont:means <http://lexvo.org/id/iso639-3/sdf> .

<http://lexvo.org/id/code/sdg> lvont:means <http://lexvo.org/id/iso639-3/sdg> .

<http://lexvo.org/id/code/sdh> lvont:means <http://lexvo.org/id/iso639-3/sdh>,
        <http://lexvo.org/id/iso639-3/snd> .

<http://lexvo.org/id/code/sdj> lvont:means <http://lexvo.org/id/iso639-3/sdj> .

<http://lexvo.org/id/code/sdk> lvont:means <http://lexvo.org/id/iso639-3/sdk> .

<http://lexvo.org/id/code/sdl> lvont:means <http://lexvo.org/id/iso639-3/sdl> .

<http://lexvo.org/id/code/sdm> lvont:means <http://lexvo.org/id/iso639-3/sdm> .

<http://lexvo.org/id/code/sdn> lvont:means <http://lexvo.org/id/iso639-3/sdn> .

<http://lexvo.org/id/code/sdo> lvont:means <http://lexvo.org/id/iso639-3/sdo> .

<http://lexvo.org/id/code/sdp> lvont:means <http://lexvo.org/id/iso639-3/sdp> .

<http://lexvo.org/id/code/sdr> lvont:means <http://lexvo.org/id/iso639-3/sdr> .

<http://lexvo.org/id/code/sds> lvont:means <http://lexvo.org/id/iso639-3/sds> .

<http://lexvo.org/id/code/sdt> lvont:means <http://lexvo.org/id/iso639-3/sdt> .

<http://lexvo.org/id/code/sdu> lvont:means <http://lexvo.org/id/iso639-3/sdu> .

<http://lexvo.org/id/code/sdv> lvont:means <http://lexvo.org/id/iso639-5/sdv> .

<http://lexvo.org/id/code/sdw> lvont:means <http://lexvo.org/id/iso639-3/sad> .

<http://lexvo.org/id/code/sdx> lvont:means <http://lexvo.org/id/iso639-3/sdx> .

<http://lexvo.org/id/code/sdz> lvont:means <http://lexvo.org/id/iso639-3/sdz> .

<http://lexvo.org/id/code/se> lvont:means <http://lexvo.org/id/iso639-3/sme> .

<http://lexvo.org/id/code/sea> lvont:means <http://lexvo.org/id/iso639-3/sea>,
        <http://lexvo.org/id/iso639-3/tvk> .

<http://lexvo.org/id/code/seb> lvont:means <http://lexvo.org/id/iso639-3/kpz>,
        <http://lexvo.org/id/iso639-3/seb> .

<http://lexvo.org/id/code/seba1251> lvont:means <http://lexvo.org/id/iso639-3/sgw> .

<http://lexvo.org/id/code/sec> lvont:means <http://lexvo.org/id/iso639-3/sec>,
        <http://lexvo.org/id/iso639-3/sey> .

<http://lexvo.org/id/code/seco1241> lvont:means <http://lexvo.org/id/iso639-3/sey> .

<http://lexvo.org/id/code/sed> lvont:means <http://lexvo.org/id/iso639-3/sed> .

<http://lexvo.org/id/code/seda1262> lvont:means <http://lexvo.org/id/iso639-3/sed> .

<http://lexvo.org/id/code/see> lvont:means <http://lexvo.org/id/iso639-3/see>,
        <http://lexvo.org/id/iso639-3/trv> .

<http://lexvo.org/id/code/sef> lvont:means <http://lexvo.org/id/iso639-3/sef> .

<http://lexvo.org/id/code/seg> lvont:means <http://lexvo.org/id/iso639-3/seg> .

<http://lexvo.org/id/code/seh> lvont:means <http://lexvo.org/id/iso639-3/seh> .

<http://lexvo.org/id/code/sei> lvont:means <http://lexvo.org/id/iso639-3/sei> .

<http://lexvo.org/id/code/sej> lvont:means <http://lexvo.org/id/iso639-3/sej> .

<http://lexvo.org/id/code/sek> lvont:means <http://lexvo.org/id/iso639-3/sek> .

<http://lexvo.org/id/code/sel> lvont:means <http://lexvo.org/id/iso639-3/ona>,
        <http://lexvo.org/id/iso639-3/sel> .

<http://lexvo.org/id/code/sela1259> lvont:means <http://lexvo.org/id/iso639-3/slu> .

<http://lexvo.org/id/code/sela1260> lvont:means <http://lexvo.org/id/iso639-3/sly> .

<http://lexvo.org/id/code/sele1250> lvont:means <http://lexvo.org/id/iso639-3/spl> .

<http://lexvo.org/id/code/selk1253> lvont:means <http://lexvo.org/id/iso639-3/sel> .

<http://lexvo.org/id/code/sem> lvont:means <http://lexvo.org/id/iso639-3/nsm>,
        <http://lexvo.org/id/iso639-5/sem> .

<http://lexvo.org/id/code/sema1266> lvont:means <http://lexvo.org/id/iso639-3/sea> .

<http://lexvo.org/id/code/sema1269> lvont:means <http://lexvo.org/id/iso639-3/sdm> .

<http://lexvo.org/id/code/seme1247> lvont:means <http://lexvo.org/id/iso639-3/sza> .

<http://lexvo.org/id/code/sen> lvont:means <http://lexvo.org/id/iso639-3/seh>,
        <http://lexvo.org/id/iso639-3/sen> .

<http://lexvo.org/id/code/sene1264> lvont:means <http://lexvo.org/id/iso639-3/see> .

<http://lexvo.org/id/code/seng1278> lvont:means <http://lexvo.org/id/iso639-3/szg> .

<http://lexvo.org/id/code/seo> lvont:means <http://lexvo.org/id/iso639-3/seo> .

<http://lexvo.org/id/code/sep> lvont:means <http://lexvo.org/id/iso639-3/sep> .

<http://lexvo.org/id/code/seq> lvont:means <http://lexvo.org/id/iso639-3/seq> .

<http://lexvo.org/id/code/ser> lvont:means <http://lexvo.org/id/iso639-3/sei>,
        <http://lexvo.org/id/iso639-3/ser> .

<http://lexvo.org/id/code/seri1257> lvont:means <http://lexvo.org/id/iso639-3/sei> .

<http://lexvo.org/id/code/serr1255> lvont:means <http://lexvo.org/id/iso639-3/ser> .

<http://lexvo.org/id/code/ses> lvont:means <http://lexvo.org/id/iso639-3/ses>,
        <http://lexvo.org/id/iso639-3/sot> .

<http://lexvo.org/id/code/sese1246> lvont:means <http://lexvo.org/id/iso639-3/crs> .

<http://lexvo.org/id/code/set> lvont:means <http://lexvo.org/id/iso639-3/set> .

<http://lexvo.org/id/code/seu> lvont:means <http://lexvo.org/id/iso639-3/seu> .

<http://lexvo.org/id/code/sev> lvont:means <http://lexvo.org/id/iso639-3/sev> .

<http://lexvo.org/id/code/seve1240> lvont:means <http://lexvo.org/id/iso639-3/ojs> .

<http://lexvo.org/id/code/sew> lvont:means <http://lexvo.org/id/iso639-3/sew> .

<http://lexvo.org/id/code/sey> lvont:means <http://lexvo.org/id/iso639-3/crs>,
        <http://lexvo.org/id/iso639-3/sey> .

<http://lexvo.org/id/code/sez> lvont:means <http://lexvo.org/id/iso639-3/sez> .

<http://lexvo.org/id/code/sfb> lvont:means <http://lexvo.org/id/iso639-3/sfb> .

<http://lexvo.org/id/code/sfe> lvont:means <http://lexvo.org/id/iso639-3/sfe> .

<http://lexvo.org/id/code/sfm> lvont:means <http://lexvo.org/id/iso639-3/sfm> .

<http://lexvo.org/id/code/sfs> lvont:means <http://lexvo.org/id/iso639-3/sfs> .

<http://lexvo.org/id/code/sfw> lvont:means <http://lexvo.org/id/iso639-3/sfw> .

<http://lexvo.org/id/code/sg> lvont:means <http://lexvo.org/id/iso639-3/sag> .

<http://lexvo.org/id/code/sga> lvont:means <http://lexvo.org/id/iso639-3/sga> .

<http://lexvo.org/id/code/sgaw1245> lvont:means <http://lexvo.org/id/iso639-3/ksw> .

<http://lexvo.org/id/code/sgb> lvont:means <http://lexvo.org/id/iso639-3/mnx>,
        <http://lexvo.org/id/iso639-3/sgb> .

<http://lexvo.org/id/code/sgc> lvont:means <http://lexvo.org/id/iso639-3/sgc> .

<http://lexvo.org/id/code/sgd> lvont:means <http://lexvo.org/id/iso639-3/sgd> .

<http://lexvo.org/id/code/sge> lvont:means <http://lexvo.org/id/iso639-3/sge>,
        <http://lexvo.org/id/iso639-3/sop> .

<http://lexvo.org/id/code/sgg> lvont:means <http://lexvo.org/id/iso639-3/sgg> .

<http://lexvo.org/id/code/sgh> lvont:means <http://lexvo.org/id/iso639-3/sgh> .

<http://lexvo.org/id/code/sgi> lvont:means <http://lexvo.org/id/iso639-3/sgi> .

<http://lexvo.org/id/code/sgj> lvont:means <http://lexvo.org/id/iso639-3/sgj> .

<http://lexvo.org/id/code/sgk> lvont:means <http://lexvo.org/id/iso639-3/sgk> .

<http://lexvo.org/id/code/sgl> lvont:means <http://lexvo.org/id/iso639-3/szg> .

<http://lexvo.org/id/code/sgm> lvont:means <http://lexvo.org/id/iso639-3/sgm> .

<http://lexvo.org/id/code/sgn> lvont:means <http://lexvo.org/id/iso639-5/sgn> .

<http://lexvo.org/id/code/sgo> lvont:means <http://lexvo.org/id/iso639-3/sgo> .

<http://lexvo.org/id/code/sgp> lvont:means <http://lexvo.org/id/iso639-3/sgp> .

<http://lexvo.org/id/code/sgr> lvont:means <http://lexvo.org/id/iso639-3/sgr>,
        <http://lexvo.org/id/iso639-3/sxn> .

<http://lexvo.org/id/code/sgs> lvont:means <http://lexvo.org/id/iso639-3/sgs>,
        <http://lexvo.org/id/iso639-3/str> .

<http://lexvo.org/id/code/sgt> lvont:means <http://lexvo.org/id/iso639-3/sgt> .

<http://lexvo.org/id/code/sgu> lvont:means <http://lexvo.org/id/iso639-3/sgu>,
        <http://lexvo.org/id/iso639-3/snq> .

<http://lexvo.org/id/code/sgw> lvont:means <http://lexvo.org/id/iso639-3/sgw> .

<http://lexvo.org/id/code/sgx> lvont:means <http://lexvo.org/id/iso639-3/sgx> .

<http://lexvo.org/id/code/sgy> lvont:means <http://lexvo.org/id/iso639-3/sgy> .

<http://lexvo.org/id/code/sgz> lvont:means <http://lexvo.org/id/iso639-3/sgz> .

<http://lexvo.org/id/code/sh> lvont:means <http://lexvo.org/id/iso639-3/hbs> .

<http://lexvo.org/id/code/sha> lvont:means <http://lexvo.org/id/iso639-3/sha>,
        <http://lexvo.org/id/iso639-3/shn> .

<http://lexvo.org/id/code/shab1252> lvont:means <http://lexvo.org/id/iso639-3/sbf> .

<http://lexvo.org/id/code/shah1254> lvont:means <http://lexvo.org/id/iso639-3/shm> .

<http://lexvo.org/id/code/sham1280> lvont:means <http://lexvo.org/id/iso639-3/ksb> .

<http://lexvo.org/id/code/shan1277> lvont:means <http://lexvo.org/id/iso639-3/shn> .

<http://lexvo.org/id/code/shar1245> lvont:means <http://lexvo.org/id/iso639-3/mcd> .

<http://lexvo.org/id/code/shas1239> lvont:means <http://lexvo.org/id/iso639-3/sht> .

<http://lexvo.org/id/code/shat1244> lvont:means <http://lexvo.org/id/iso639-3/shj> .

<http://lexvo.org/id/code/shaw1249> lvont:means <http://lexvo.org/id/iso639-3/sjw> .

<http://lexvo.org/id/code/shb> lvont:means <http://lexvo.org/id/iso639-3/sbf>,
        <http://lexvo.org/id/iso639-3/shb> .

<http://lexvo.org/id/code/shc> lvont:means <http://lexvo.org/id/iso639-3/shc> .

<http://lexvo.org/id/code/shd> lvont:means <http://lexvo.org/id/iso639-3/sdp>,
        <http://lexvo.org/id/iso639-3/shd> .

<http://lexvo.org/id/code/she> lvont:means <http://lexvo.org/id/iso639-3/she>,
        <http://lexvo.org/id/iso639-3/xsr> .

<http://lexvo.org/id/code/sheh1240> lvont:means <http://lexvo.org/id/iso639-3/shv> .

<http://lexvo.org/id/code/shek1243> lvont:means <http://lexvo.org/id/iso639-3/swv> .

<http://lexvo.org/id/code/shek1244> lvont:means <http://lexvo.org/id/iso639-3/moy> .

<http://lexvo.org/id/code/sher1255> lvont:means <http://lexvo.org/id/iso639-3/xsr> .

<http://lexvo.org/id/code/sher1257> lvont:means <http://lexvo.org/id/iso639-3/sdp> .

<http://lexvo.org/id/code/shg> lvont:means <http://lexvo.org/id/iso639-3/shg> .

<http://lexvo.org/id/code/shh> lvont:means <http://lexvo.org/id/iso639-3/mcd>,
        <http://lexvo.org/id/iso639-3/shh> .

<http://lexvo.org/id/code/shi> lvont:means <http://lexvo.org/id/iso639-3/shb>,
        <http://lexvo.org/id/iso639-3/shi> .

<http://lexvo.org/id/code/shil1265> lvont:means <http://lexvo.org/id/iso639-3/shk> .

<http://lexvo.org/id/code/shin1264> lvont:means <http://lexvo.org/id/iso639-3/scl> .

<http://lexvo.org/id/code/ship1254> lvont:means <http://lexvo.org/id/iso639-3/shp> .

<http://lexvo.org/id/code/shj> lvont:means <http://lexvo.org/id/iso639-3/shj> .

<http://lexvo.org/id/code/shk> lvont:means <http://lexvo.org/id/iso639-3/shk>,
        <http://lexvo.org/id/iso639-3/shp> .

<http://lexvo.org/id/code/shl> lvont:means <http://lexvo.org/id/iso639-3/shk>,
        <http://lexvo.org/id/iso639-3/shl> .

<http://lexvo.org/id/code/shm> lvont:means <http://lexvo.org/id/iso639-3/ksb>,
        <http://lexvo.org/id/iso639-3/shm> .

<http://lexvo.org/id/code/shn> lvont:means <http://lexvo.org/id/iso639-3/shn>,
        <http://lexvo.org/id/iso639-3/sna> .

<http://lexvo.org/id/code/sho> lvont:means <http://lexvo.org/id/iso639-3/shh>,
        <http://lexvo.org/id/iso639-3/sho>,
        <http://lexvo.org/id/iso639-3/sna> .

<http://lexvo.org/id/code/shon1251> lvont:means <http://lexvo.org/id/iso639-3/sna> .

<http://lexvo.org/id/code/shor1247> lvont:means <http://lexvo.org/id/iso639-3/cjs> .

<http://lexvo.org/id/code/shos1248> lvont:means <http://lexvo.org/id/iso639-3/shh> .

<http://lexvo.org/id/code/shp> lvont:means <http://lexvo.org/id/iso639-3/shp> .

<http://lexvo.org/id/code/shq> lvont:means <http://lexvo.org/id/iso639-3/shq> .

<http://lexvo.org/id/code/shr> lvont:means <http://lexvo.org/id/iso639-3/cjs>,
        <http://lexvo.org/id/iso639-3/shr> .

<http://lexvo.org/id/code/shs> lvont:means <http://lexvo.org/id/iso639-3/shs>,
        <http://lexvo.org/id/iso639-3/sht> .

<http://lexvo.org/id/code/sht> lvont:means <http://lexvo.org/id/iso639-3/shj>,
        <http://lexvo.org/id/iso639-3/sht> .

<http://lexvo.org/id/code/shu> lvont:means <http://lexvo.org/id/iso639-3/shs>,
        <http://lexvo.org/id/iso639-3/shu> .

<http://lexvo.org/id/code/shua1254> lvont:means <http://lexvo.org/id/iso639-3/shg> .

<http://lexvo.org/id/code/shua1257> lvont:means <http://lexvo.org/id/iso639-3/jiv> .

<http://lexvo.org/id/code/shug1248> lvont:means <http://lexvo.org/id/iso639-3/sgh> .

<http://lexvo.org/id/code/shus1248> lvont:means <http://lexvo.org/id/iso639-3/shs> .

<http://lexvo.org/id/code/shv> lvont:means <http://lexvo.org/id/iso639-3/shv> .

<http://lexvo.org/id/code/shw> lvont:means <http://lexvo.org/id/iso639-3/shw>,
        <http://lexvo.org/id/iso639-3/sjw> .

<http://lexvo.org/id/code/shx> lvont:means <http://lexvo.org/id/iso639-3/shx> .

<http://lexvo.org/id/code/shy> lvont:means <http://lexvo.org/id/iso639-3/shy>,
        <http://lexvo.org/id/iso639-3/yuy> .

<http://lexvo.org/id/code/shz> lvont:means <http://lexvo.org/id/iso639-3/shz> .

<http://lexvo.org/id/code/si> lvont:means <http://lexvo.org/id/iso639-3/sin> .

<http://lexvo.org/id/code/sia> lvont:means <http://lexvo.org/id/iso639-3/sia>,
        <http://lexvo.org/id/iso639-3/snp> .

<http://lexvo.org/id/code/siam1242> lvont:means <http://lexvo.org/id/iso639-3/sif> .

<http://lexvo.org/id/code/sian1257> lvont:means <http://lexvo.org/id/iso639-3/snp> .

<http://lexvo.org/id/code/siar1238> lvont:means <http://lexvo.org/id/iso639-3/sjr> .

<http://lexvo.org/id/code/sib> lvont:means <http://lexvo.org/id/iso639-3/sib> .

<http://lexvo.org/id/code/sid> lvont:means <http://lexvo.org/id/iso639-3/sid> .

<http://lexvo.org/id/code/sie> lvont:means <http://lexvo.org/id/iso639-3/sie> .

<http://lexvo.org/id/code/siee1239> lvont:means <http://lexvo.org/id/iso639-3/erg> .

<http://lexvo.org/id/code/sier1250> lvont:means <http://lexvo.org/id/iso639-3/zaa> .

<http://lexvo.org/id/code/sif> lvont:means <http://lexvo.org/id/iso639-3/sif> .

<http://lexvo.org/id/code/sig> lvont:means <http://lexvo.org/id/iso639-3/sig> .

<http://lexvo.org/id/code/sih> lvont:means <http://lexvo.org/id/iso639-3/sih> .

<http://lexvo.org/id/code/sii> lvont:means <http://lexvo.org/id/iso639-3/sii> .

<http://lexvo.org/id/code/sij> lvont:means <http://lexvo.org/id/iso639-3/sij> .

<http://lexvo.org/id/code/sik> lvont:means <http://lexvo.org/id/iso639-3/sik>,
        <http://lexvo.org/id/iso639-3/ski> .

<http://lexvo.org/id/code/sika1262> lvont:means <http://lexvo.org/id/iso639-3/ski> .

<http://lexvo.org/id/code/sika1263> lvont:means <http://lexvo.org/id/iso639-3/tty> .

<http://lexvo.org/id/code/sikk1242> lvont:means <http://lexvo.org/id/iso639-3/sip> .

<http://lexvo.org/id/code/siks1238> lvont:means <http://lexvo.org/id/iso639-3/bla> .

<http://lexvo.org/id/code/siku1242> lvont:means <http://lexvo.org/id/iso639-3/skh> .

<http://lexvo.org/id/code/sil> lvont:means <http://lexvo.org/id/iso639-3/dau>,
        <http://lexvo.org/id/iso639-3/sil> .

<http://lexvo.org/id/code/sila1250> lvont:means <http://lexvo.org/id/iso639-3/mks> .

<http://lexvo.org/id/code/sim> lvont:means <http://lexvo.org/id/iso639-3/sim>,
        <http://lexvo.org/id/iso639-3/smr> .

<http://lexvo.org/id/code/sime1241> lvont:means <http://lexvo.org/id/iso639-3/smr> .

<http://lexvo.org/id/code/sin> lvont:means <http://lexvo.org/id/iso639-3/sin>,
        <http://lexvo.org/id/iso639-3/snn> .

<http://lexvo.org/id/code/sina1266> lvont:means <http://lexvo.org/id/iso639-3/snc> .

<http://lexvo.org/id/code/sina1271> lvont:means <http://lexvo.org/id/iso639-3/sst> .

<http://lexvo.org/id/code/sind1272> lvont:means <http://lexvo.org/id/iso639-3/snd> .

<http://lexvo.org/id/code/sinh1246> lvont:means <http://lexvo.org/id/iso639-3/sin> .

<http://lexvo.org/id/code/sint1235> lvont:means <http://lexvo.org/id/iso639-3/rmo> .

<http://lexvo.org/id/code/sio> lvont:means <http://lexvo.org/id/iso639-3/xsi>,
        <http://lexvo.org/id/iso639-5/sio> .

<http://lexvo.org/id/code/sion1247> lvont:means <http://lexvo.org/id/iso639-3/snn> .

<http://lexvo.org/id/code/sioo1240> lvont:means <http://lexvo.org/id/iso639-3/xsi> .

<http://lexvo.org/id/code/sip> lvont:means <http://lexvo.org/id/iso639-3/sip> .

<http://lexvo.org/id/code/siq> lvont:means <http://lexvo.org/id/iso639-3/siq> .

<http://lexvo.org/id/code/sir> lvont:means <http://lexvo.org/id/iso639-3/sir>,
        <http://lexvo.org/id/iso639-3/sjr> .

<http://lexvo.org/id/code/sira1267> lvont:means <http://lexvo.org/id/iso639-3/fos> .

<http://lexvo.org/id/code/sire1246> lvont:means <http://lexvo.org/id/iso639-3/ysr> .

<http://lexvo.org/id/code/siri1273> lvont:means <http://lexvo.org/id/iso639-3/srq> .

<http://lexvo.org/id/code/siri1274> lvont:means <http://lexvo.org/id/iso639-3/sri> .

<http://lexvo.org/id/code/siro1249> lvont:means <http://lexvo.org/id/iso639-3/ssd> .

<http://lexvo.org/id/code/sis> lvont:means <http://lexvo.org/id/iso639-3/bbq>,
        <http://lexvo.org/id/iso639-3/sis> .

<http://lexvo.org/id/code/sit> lvont:means <http://lexvo.org/id/iso639-5/sit> .

<http://lexvo.org/id/code/siu> lvont:means <http://lexvo.org/id/iso639-3/sis>,
        <http://lexvo.org/id/iso639-3/siu> .

<http://lexvo.org/id/code/sius1254> lvont:means <http://lexvo.org/id/iso639-3/sis> .

<http://lexvo.org/id/code/siv> lvont:means <http://lexvo.org/id/iso639-3/siv> .

<http://lexvo.org/id/code/siw> lvont:means <http://lexvo.org/id/iso639-3/siw> .

<http://lexvo.org/id/code/siwa1245> lvont:means <http://lexvo.org/id/iso639-3/siw> .

<http://lexvo.org/id/code/siwi1239> lvont:means <http://lexvo.org/id/iso639-3/siz> .

<http://lexvo.org/id/code/six> lvont:means <http://lexvo.org/id/iso639-3/six> .

<http://lexvo.org/id/code/siy> lvont:means <http://lexvo.org/id/iso639-3/siy> .

<http://lexvo.org/id/code/siyi1240> lvont:means <http://lexvo.org/id/iso639-3/csy> .

<http://lexvo.org/id/code/siz> lvont:means <http://lexvo.org/id/iso639-3/siz> .

<http://lexvo.org/id/code/sja> lvont:means <http://lexvo.org/id/iso639-3/sja> .

<http://lexvo.org/id/code/sjb> lvont:means <http://lexvo.org/id/iso639-3/sjb> .

<http://lexvo.org/id/code/sjd> lvont:means <http://lexvo.org/id/iso639-3/sjd> .

<http://lexvo.org/id/code/sje> lvont:means <http://lexvo.org/id/iso639-3/sje> .

<http://lexvo.org/id/code/sjg> lvont:means <http://lexvo.org/id/iso639-3/sjg> .

<http://lexvo.org/id/code/sjk> lvont:means <http://lexvo.org/id/iso639-3/sjk> .

<http://lexvo.org/id/code/sjl> lvont:means <http://lexvo.org/id/iso639-3/sjl> .

<http://lexvo.org/id/code/sjm> lvont:means <http://lexvo.org/id/iso639-3/sjm> .

<http://lexvo.org/id/code/sjn> lvont:means <http://lexvo.org/id/iso639-3/sjn> .

<http://lexvo.org/id/code/sjo> lvont:means <http://lexvo.org/id/iso639-3/sjo> .

<http://lexvo.org/id/code/sjp> lvont:means <http://lexvo.org/id/iso639-3/sjp> .

<http://lexvo.org/id/code/sjr> lvont:means <http://lexvo.org/id/iso639-3/sjr> .

<http://lexvo.org/id/code/sjs> lvont:means <http://lexvo.org/id/iso639-3/sjs> .

<http://lexvo.org/id/code/sjt> lvont:means <http://lexvo.org/id/iso639-3/sjt> .

<http://lexvo.org/id/code/sju> lvont:means <http://lexvo.org/id/iso639-3/sju> .

<http://lexvo.org/id/code/sjw> lvont:means <http://lexvo.org/id/iso639-3/sjw> .

<http://lexvo.org/id/code/sk> lvont:means <http://lexvo.org/id/iso639-3/slk> .

<http://lexvo.org/id/code/ska> lvont:means <http://lexvo.org/id/iso639-3/ska> .

<http://lexvo.org/id/code/skb> lvont:means <http://lexvo.org/id/iso639-3/skb> .

<http://lexvo.org/id/code/skc> lvont:means <http://lexvo.org/id/iso639-3/skc> .

<http://lexvo.org/id/code/skd> lvont:means <http://lexvo.org/id/iso639-3/skd> .

<http://lexvo.org/id/code/ske> lvont:means <http://lexvo.org/id/iso639-3/ske> .

<http://lexvo.org/id/code/skf> lvont:means <http://lexvo.org/id/iso639-3/skf> .

<http://lexvo.org/id/code/skg> lvont:means <http://lexvo.org/id/iso639-3/skg> .

<http://lexvo.org/id/code/skh> lvont:means <http://lexvo.org/id/iso639-3/skh> .

<http://lexvo.org/id/code/ski> lvont:means <http://lexvo.org/id/iso639-3/sjd>,
        <http://lexvo.org/id/iso639-3/ski> .

<http://lexvo.org/id/code/skj> lvont:means <http://lexvo.org/id/iso639-3/skj> .

<http://lexvo.org/id/code/skk> lvont:means <http://lexvo.org/id/iso639-3/sip>,
        <http://lexvo.org/id/iso639-3/skk> .

<http://lexvo.org/id/code/skl> lvont:means <http://lexvo.org/id/iso639-3/skh> .

<http://lexvo.org/id/code/skm> lvont:means <http://lexvo.org/id/iso639-3/skm>,
        <http://lexvo.org/id/iso639-3/suk> .

<http://lexvo.org/id/code/skn> lvont:means <http://lexvo.org/id/iso639-3/guh>,
        <http://lexvo.org/id/iso639-3/skn> .

<http://lexvo.org/id/code/sko> lvont:means <http://lexvo.org/id/iso639-3/sko>,
        <http://lexvo.org/id/iso639-3/skv> .

<http://lexvo.org/id/code/skp> lvont:means <http://lexvo.org/id/iso639-3/sel>,
        <http://lexvo.org/id/iso639-3/skp> .

<http://lexvo.org/id/code/skq> lvont:means <http://lexvo.org/id/iso639-3/skq> .

<http://lexvo.org/id/code/skr> lvont:means <http://lexvo.org/id/iso639-3/skr>,
        <http://lexvo.org/id/iso639-3/tty> .

<http://lexvo.org/id/code/sks> lvont:means <http://lexvo.org/id/iso639-3/sks> .

<http://lexvo.org/id/code/skt> lvont:means <http://lexvo.org/id/iso639-3/skt> .

<http://lexvo.org/id/code/sku> lvont:means <http://lexvo.org/id/iso639-3/sku> .

<http://lexvo.org/id/code/skv> lvont:means <http://lexvo.org/id/iso639-3/skv> .

<http://lexvo.org/id/code/skw> lvont:means <http://lexvo.org/id/iso639-3/skw>,
        <http://lexvo.org/id/iso639-3/swv> .

<http://lexvo.org/id/code/skx> lvont:means <http://lexvo.org/id/iso639-3/skx> .

<http://lexvo.org/id/code/sky> lvont:means <http://lexvo.org/id/iso639-3/sky> .

<http://lexvo.org/id/code/skz> lvont:means <http://lexvo.org/id/iso639-3/skz> .

<http://lexvo.org/id/code/sl> lvont:means <http://lexvo.org/id/iso639-3/slv> .

<http://lexvo.org/id/code/sla> lvont:means <http://lexvo.org/id/iso639-5/sla> .

<http://lexvo.org/id/code/slb> lvont:means <http://lexvo.org/id/iso639-3/sbe> .

<http://lexvo.org/id/code/slc> lvont:means <http://lexvo.org/id/iso639-3/slc> .

<http://lexvo.org/id/code/sld> lvont:means <http://lexvo.org/id/iso639-3/sld> .

<http://lexvo.org/id/code/sle> lvont:means <http://lexvo.org/id/iso639-3/ndi>,
        <http://lexvo.org/id/iso639-3/sle> .

<http://lexvo.org/id/code/slf> lvont:means <http://lexvo.org/id/iso639-3/slf> .

<http://lexvo.org/id/code/slg> lvont:means <http://lexvo.org/id/iso639-3/slg>,
        <http://lexvo.org/id/iso639-3/suv> .

<http://lexvo.org/id/code/slh> lvont:means <http://lexvo.org/id/iso639-3/slh> .

<http://lexvo.org/id/code/sli> lvont:means <http://lexvo.org/id/iso639-3/sli> .

<http://lexvo.org/id/code/slj> lvont:means <http://lexvo.org/id/iso639-3/slj> .

<http://lexvo.org/id/code/slk> lvont:means <http://lexvo.org/id/iso639-3/slk> .

<http://lexvo.org/id/code/sll> lvont:means <http://lexvo.org/id/iso639-3/sll> .

<http://lexvo.org/id/code/slm> lvont:means <http://lexvo.org/id/iso639-3/slm> .

<http://lexvo.org/id/code/sln> lvont:means <http://lexvo.org/id/iso639-3/sln> .

<http://lexvo.org/id/code/slo> lvont:means <http://lexvo.org/id/iso639-3/slk>,
        <http://lexvo.org/id/iso639-3/slv> .

<http://lexvo.org/id/code/slov1268> lvont:means <http://lexvo.org/id/iso639-3/slv> .

<http://lexvo.org/id/code/slov1269> lvont:means <http://lexvo.org/id/iso639-3/slk> .

<http://lexvo.org/id/code/slp> lvont:means <http://lexvo.org/id/iso639-3/slp>,
        <http://lexvo.org/id/iso639-3/spl> .

<http://lexvo.org/id/code/slq> lvont:means <http://lexvo.org/id/iso639-3/slq> .

<http://lexvo.org/id/code/slr> lvont:means <http://lexvo.org/id/iso639-3/slr> .

<http://lexvo.org/id/code/sls> lvont:means <http://lexvo.org/id/iso639-3/sls> .

<http://lexvo.org/id/code/slt> lvont:means <http://lexvo.org/id/iso639-3/slt> .

<http://lexvo.org/id/code/slu> lvont:means <http://lexvo.org/id/iso639-3/slu> .

<http://lexvo.org/id/code/slv> lvont:means <http://lexvo.org/id/iso639-3/slv>,
        <http://lexvo.org/id/iso639-3/xsl> .

<http://lexvo.org/id/code/slw> lvont:means <http://lexvo.org/id/iso639-3/slw> .

<http://lexvo.org/id/code/slx> lvont:means <http://lexvo.org/id/iso639-3/slx> .

<http://lexvo.org/id/code/sly> lvont:means <http://lexvo.org/id/iso639-3/sly> .

<http://lexvo.org/id/code/slz> lvont:means <http://lexvo.org/id/iso639-3/slz> .

<http://lexvo.org/id/code/sm> lvont:means <http://lexvo.org/id/iso639-3/smo> .

<http://lexvo.org/id/code/sma> lvont:means <http://lexvo.org/id/iso639-3/sma> .

<http://lexvo.org/id/code/smb> lvont:means <http://lexvo.org/id/iso639-3/smb> .

<http://lexvo.org/id/code/smc> lvont:means <http://lexvo.org/id/iso639-3/smc> .

<http://lexvo.org/id/code/smd> lvont:means <http://lexvo.org/id/iso639-3/sdm>,
        <http://lexvo.org/id/iso639-3/smd> .

<http://lexvo.org/id/code/sme> lvont:means <http://lexvo.org/id/iso639-3/sif>,
        <http://lexvo.org/id/iso639-3/sme> .

<http://lexvo.org/id/code/smf> lvont:means <http://lexvo.org/id/iso639-3/smf> .

<http://lexvo.org/id/code/smg> lvont:means <http://lexvo.org/id/iso639-3/smg> .

<http://lexvo.org/id/code/smh> lvont:means <http://lexvo.org/id/iso639-3/smh> .

<http://lexvo.org/id/code/smi> lvont:means <http://lexvo.org/id/iso639-5/smi> .

<http://lexvo.org/id/code/smj> lvont:means <http://lexvo.org/id/iso639-3/sea>,
        <http://lexvo.org/id/iso639-3/smj> .

<http://lexvo.org/id/code/smk> lvont:means <http://lexvo.org/id/iso639-3/smk> .

<http://lexvo.org/id/code/sml> lvont:means <http://lexvo.org/id/iso639-3/sml>,
        <http://lexvo.org/id/iso639-3/sza> .

<http://lexvo.org/id/code/smm> lvont:means <http://lexvo.org/id/iso639-3/smm> .

<http://lexvo.org/id/code/smn> lvont:means <http://lexvo.org/id/iso639-3/mus>,
        <http://lexvo.org/id/iso639-3/smn> .

<http://lexvo.org/id/code/smo> lvont:means <http://lexvo.org/id/iso639-3/smo> .

<http://lexvo.org/id/code/smp> lvont:means <http://lexvo.org/id/iso639-3/smp> .

<http://lexvo.org/id/code/smq> lvont:means <http://lexvo.org/id/iso639-3/smq> .

<http://lexvo.org/id/code/smr> lvont:means <http://lexvo.org/id/iso639-3/smr> .

<http://lexvo.org/id/code/sms> lvont:means <http://lexvo.org/id/iso639-3/sms> .

<http://lexvo.org/id/code/smt> lvont:means <http://lexvo.org/id/iso639-3/smt>,
        <http://lexvo.org/id/iso639-3/uma> .

<http://lexvo.org/id/code/smu> lvont:means <http://lexvo.org/id/iso639-3/smu> .

<http://lexvo.org/id/code/smv> lvont:means <http://lexvo.org/id/iso639-3/smv> .

<http://lexvo.org/id/code/smw> lvont:means <http://lexvo.org/id/iso639-3/smw> .

<http://lexvo.org/id/code/smx> lvont:means <http://lexvo.org/id/iso639-3/smx> .

<http://lexvo.org/id/code/smy> lvont:means <http://lexvo.org/id/iso639-3/smy> .

<http://lexvo.org/id/code/smz> lvont:means <http://lexvo.org/id/iso639-3/smz> .

<http://lexvo.org/id/code/sn> lvont:means <http://lexvo.org/id/iso639-3/sna> .

<http://lexvo.org/id/code/sna> lvont:means <http://lexvo.org/id/iso639-3/scl>,
        <http://lexvo.org/id/iso639-3/sna> .

<http://lexvo.org/id/code/snb> lvont:means <http://lexvo.org/id/iso639-3/snb> .

<http://lexvo.org/id/code/snc> lvont:means <http://lexvo.org/id/iso639-3/see>,
        <http://lexvo.org/id/iso639-3/snc> .

<http://lexvo.org/id/code/snd> lvont:means <http://lexvo.org/id/iso639-3/sef>,
        <http://lexvo.org/id/iso639-3/snd> .

<http://lexvo.org/id/code/sne> lvont:means <http://lexvo.org/id/iso639-3/sne> .

<http://lexvo.org/id/code/snf> lvont:means <http://lexvo.org/id/iso639-3/snf> .

<http://lexvo.org/id/code/sng> lvont:means <http://lexvo.org/id/iso639-3/snc>,
        <http://lexvo.org/id/iso639-3/sng> .

<http://lexvo.org/id/code/snh> lvont:means <http://lexvo.org/id/iso639-3/sin>,
        <http://lexvo.org/id/iso639-3/snh> .

<http://lexvo.org/id/code/sni> lvont:means <http://lexvo.org/id/iso639-3/sni> .

<http://lexvo.org/id/code/snj> lvont:means <http://lexvo.org/id/iso639-3/snj> .

<http://lexvo.org/id/code/snk> lvont:means <http://lexvo.org/id/iso639-3/snk> .

<http://lexvo.org/id/code/snl> lvont:means <http://lexvo.org/id/iso639-3/snl> .

<http://lexvo.org/id/code/snm> lvont:means <http://lexvo.org/id/iso639-3/snm>,
        <http://lexvo.org/id/iso639-3/xsu> .

<http://lexvo.org/id/code/snn> lvont:means <http://lexvo.org/id/iso639-3/snk>,
        <http://lexvo.org/id/iso639-3/snn> .

<http://lexvo.org/id/code/sno> lvont:means <http://lexvo.org/id/iso639-3/sme>,
        <http://lexvo.org/id/iso639-3/sno> .

<http://lexvo.org/id/code/snp> lvont:means <http://lexvo.org/id/iso639-3/snp> .

<http://lexvo.org/id/code/snq> lvont:means <http://lexvo.org/id/iso639-3/snq> .

<http://lexvo.org/id/code/snr> lvont:means <http://lexvo.org/id/iso639-3/snr> .

<http://lexvo.org/id/code/sns> lvont:means <http://lexvo.org/id/iso639-3/sns> .

<http://lexvo.org/id/code/snt> lvont:means <http://lexvo.org/id/iso639-3/set> .

<http://lexvo.org/id/code/snu> lvont:means <http://lexvo.org/id/iso639-3/snu> .

<http://lexvo.org/id/code/snv> lvont:means <http://lexvo.org/id/iso639-3/snv> .

<http://lexvo.org/id/code/snw> lvont:means <http://lexvo.org/id/iso639-3/snw> .

<http://lexvo.org/id/code/snx> lvont:means <http://lexvo.org/id/iso639-3/snx> .

<http://lexvo.org/id/code/sny> lvont:means <http://lexvo.org/id/iso639-3/sny> .

<http://lexvo.org/id/code/snz> lvont:means <http://lexvo.org/id/iso639-3/snz> .

<http://lexvo.org/id/code/so> lvont:means <http://lexvo.org/id/iso639-3/som>,
        <http://lexvo.org/id/iso639-3/teu> .

<http://lexvo.org/id/code/soa> lvont:means <http://lexvo.org/id/iso639-3/soa> .

<http://lexvo.org/id/code/sob> lvont:means <http://lexvo.org/id/iso639-3/sob> .

<http://lexvo.org/id/code/sobe1238> lvont:means <http://lexvo.org/id/iso639-3/sob> .

<http://lexvo.org/id/code/soc> lvont:means <http://lexvo.org/id/iso639-3/soc> .

<http://lexvo.org/id/code/soch1239> lvont:means <http://lexvo.org/id/iso639-3/cso> .

<http://lexvo.org/id/code/sod> lvont:means <http://lexvo.org/id/iso639-3/gru>,
        <http://lexvo.org/id/iso639-3/sod> .

<http://lexvo.org/id/code/soe> lvont:means <http://lexvo.org/id/iso639-3/soe> .

<http://lexvo.org/id/code/sog> lvont:means <http://lexvo.org/id/iso639-3/sog> .

<http://lexvo.org/id/code/soh> lvont:means <http://lexvo.org/id/iso639-3/soh> .

<http://lexvo.org/id/code/soi> lvont:means <http://lexvo.org/id/iso639-3/soi> .

<http://lexvo.org/id/code/soj> lvont:means <http://lexvo.org/id/iso639-3/soj> .

<http://lexvo.org/id/code/sok> lvont:means <http://lexvo.org/id/iso639-3/sok> .

<http://lexvo.org/id/code/sol> lvont:means <http://lexvo.org/id/iso639-3/evn>,
        <http://lexvo.org/id/iso639-3/sol> .

<http://lexvo.org/id/code/som> lvont:means <http://lexvo.org/id/iso639-3/som> .

<http://lexvo.org/id/code/soma1255> lvont:means <http://lexvo.org/id/iso639-3/som> .

<http://lexvo.org/id/code/son> lvont:means <http://lexvo.org/id/iso639-3/sov>,
        <http://lexvo.org/id/iso639-5/son> .

<http://lexvo.org/id/code/song1303> lvont:means <http://lexvo.org/id/iso639-3/sop> .

<http://lexvo.org/id/code/soni1259> lvont:means <http://lexvo.org/id/iso639-3/snk> .

<http://lexvo.org/id/code/sons1242> lvont:means <http://lexvo.org/id/iso639-3/sov> .

<http://lexvo.org/id/code/soo> lvont:means <http://lexvo.org/id/iso639-3/soo>,
        <http://lexvo.org/id/iso639-3/str> .

<http://lexvo.org/id/code/sooo1256> lvont:means <http://lexvo.org/id/iso639-3/teu> .

<http://lexvo.org/id/code/sop> lvont:means <http://lexvo.org/id/iso639-3/sop> .

<http://lexvo.org/id/code/soq> lvont:means <http://lexvo.org/id/iso639-3/soq>,
        <http://lexvo.org/id/iso639-3/sqt> .

<http://lexvo.org/id/code/soqo1240> lvont:means <http://lexvo.org/id/iso639-3/sqt> .

<http://lexvo.org/id/code/sor> lvont:means <http://lexvo.org/id/iso639-3/sor>,
        <http://lexvo.org/id/iso639-3/srb> .

<http://lexvo.org/id/code/sora1254> lvont:means <http://lexvo.org/id/iso639-3/srb> .

<http://lexvo.org/id/code/sos> lvont:means <http://lexvo.org/id/iso639-3/sos> .

<http://lexvo.org/id/code/sot> lvont:means <http://lexvo.org/id/iso639-3/sot> .

<http://lexvo.org/id/code/sou> lvont:means <http://lexvo.org/id/iso639-3/hsb>,
        <http://lexvo.org/id/iso639-3/sou> .

<http://lexvo.org/id/code/sout2674> lvont:means <http://lexvo.org/id/iso639-3/sma> .

<http://lexvo.org/id/code/sout2694> lvont:means <http://lexvo.org/id/iso639-3/alt> .

<http://lexvo.org/id/code/sout2697> lvont:means <http://lexvo.org/id/iso639-3/azb> .

<http://lexvo.org/id/code/sout2750> lvont:means <http://lexvo.org/id/iso639-3/yux> .

<http://lexvo.org/id/code/sout2778> lvont:means <http://lexvo.org/id/iso639-3/kss> .

<http://lexvo.org/id/code/sout2789> lvont:means <http://lexvo.org/id/iso639-3/dga> .

<http://lexvo.org/id/code/sout2797> lvont:means <http://lexvo.org/id/iso639-3/wib> .

<http://lexvo.org/id/code/sout2807> lvont:means <http://lexvo.org/id/iso639-3/sot> .

<http://lexvo.org/id/code/sout2808> lvont:means <http://lexvo.org/id/iso639-3/nbl> .

<http://lexvo.org/id/code/sout2859> lvont:means <http://lexvo.org/id/iso639-3/tvk> .

<http://lexvo.org/id/code/sout2869> lvont:means <http://lexvo.org/id/iso639-3/nwi> .

<http://lexvo.org/id/code/sout2918> lvont:means <http://lexvo.org/id/iso639-3/ssb> .

<http://lexvo.org/id/code/sout2959> lvont:means <http://lexvo.org/id/iso639-3/xsl> .

<http://lexvo.org/id/code/sout2961> lvont:means <http://lexvo.org/id/iso639-3/tix> .

<http://lexvo.org/id/code/sout2965> lvont:means <http://lexvo.org/id/iso639-3/slh> .

<http://lexvo.org/id/code/sout2976> lvont:means <http://lexvo.org/id/iso639-3/stp> .

<http://lexvo.org/id/code/sout2982> lvont:means <http://lexvo.org/id/iso639-3/pom> .

<http://lexvo.org/id/code/sout2985> lvont:means <http://lexvo.org/id/iso639-3/skd> .

<http://lexvo.org/id/code/sout2986> lvont:means <http://lexvo.org/id/iso639-3/css> .

<http://lexvo.org/id/code/sout2991> lvont:means <http://lexvo.org/id/iso639-3/quh> .

<http://lexvo.org/id/code/sout2994> lvont:means <http://lexvo.org/id/iso639-3/nab> .

<http://lexvo.org/id/code/sout3005> lvont:means <http://lexvo.org/id/iso639-3/zpd> .

<http://lexvo.org/id/code/sout3123> lvont:means <http://lexvo.org/id/iso639-3/ajp> .

<http://lexvo.org/id/code/sov> lvont:means <http://lexvo.org/id/iso639-3/sov> .

<http://lexvo.org/id/code/sow> lvont:means <http://lexvo.org/id/iso639-3/sow> .

<http://lexvo.org/id/code/sox> lvont:means <http://lexvo.org/id/iso639-3/sox> .

<http://lexvo.org/id/code/soy> lvont:means <http://lexvo.org/id/iso639-3/soy> .

<http://lexvo.org/id/code/soz> lvont:means <http://lexvo.org/id/iso639-3/soz> .

<http://lexvo.org/id/code/spa> lvont:means <http://lexvo.org/id/iso639-3/spa> .

<http://lexvo.org/id/code/span1263> lvont:means <http://lexvo.org/id/iso639-3/ssp> .

<http://lexvo.org/id/code/spb> lvont:means <http://lexvo.org/id/iso639-3/spb> .

<http://lexvo.org/id/code/spc> lvont:means <http://lexvo.org/id/iso639-3/spa>,
        <http://lexvo.org/id/iso639-3/spc> .

<http://lexvo.org/id/code/spd> lvont:means <http://lexvo.org/id/iso639-3/spd> .

<http://lexvo.org/id/code/spe> lvont:means <http://lexvo.org/id/iso639-3/spe> .

<http://lexvo.org/id/code/spg> lvont:means <http://lexvo.org/id/iso639-3/spg> .

<http://lexvo.org/id/code/spi> lvont:means <http://lexvo.org/id/iso639-3/bod>,
        <http://lexvo.org/id/iso639-3/spi> .

<http://lexvo.org/id/code/spk> lvont:means <http://lexvo.org/id/iso639-3/spk> .

<http://lexvo.org/id/code/spl> lvont:means <http://lexvo.org/id/iso639-3/spl> .

<http://lexvo.org/id/code/spm> lvont:means <http://lexvo.org/id/iso639-3/spm> .

<http://lexvo.org/id/code/spo> lvont:means <http://lexvo.org/id/iso639-3/spo> .

<http://lexvo.org/id/code/spok1245> lvont:means <http://lexvo.org/id/iso639-3/spo> .

<http://lexvo.org/id/code/spp> lvont:means <http://lexvo.org/id/iso639-3/spp> .

<http://lexvo.org/id/code/spq> lvont:means <http://lexvo.org/id/iso639-3/spq> .

<http://lexvo.org/id/code/spr> lvont:means <http://lexvo.org/id/iso639-3/spr> .

<http://lexvo.org/id/code/sps> lvont:means <http://lexvo.org/id/iso639-3/slh>,
        <http://lexvo.org/id/iso639-3/sps> .

<http://lexvo.org/id/code/spt> lvont:means <http://lexvo.org/id/iso639-3/spt> .

<http://lexvo.org/id/code/spu> lvont:means <http://lexvo.org/id/iso639-3/spu> .

<http://lexvo.org/id/code/spv> lvont:means <http://lexvo.org/id/iso639-3/spv> .

<http://lexvo.org/id/code/spx> lvont:means <http://lexvo.org/id/iso639-3/spx> .

<http://lexvo.org/id/code/spy> lvont:means <http://lexvo.org/id/iso639-3/spy> .

<http://lexvo.org/id/code/sq> lvont:means <http://lexvo.org/id/iso639-3/sqi> .

<http://lexvo.org/id/code/sqa> lvont:means <http://lexvo.org/id/iso639-3/sqa> .

<http://lexvo.org/id/code/sqh> lvont:means <http://lexvo.org/id/iso639-3/sqh> .

<http://lexvo.org/id/code/sqi> lvont:means <http://lexvo.org/id/iso639-3/sqi> .

<http://lexvo.org/id/code/sqj> lvont:means <http://lexvo.org/id/iso639-3/sqi> .

<http://lexvo.org/id/code/sqk> lvont:means <http://lexvo.org/id/iso639-3/sqk> .

<http://lexvo.org/id/code/sqm> lvont:means <http://lexvo.org/id/iso639-3/sqm> .

<http://lexvo.org/id/code/sqn> lvont:means <http://lexvo.org/id/iso639-3/sqn> .

<http://lexvo.org/id/code/sqo> lvont:means <http://lexvo.org/id/iso639-3/sqo> .

<http://lexvo.org/id/code/sqq> lvont:means <http://lexvo.org/id/iso639-3/sqq> .

<http://lexvo.org/id/code/sqr> lvont:means <http://lexvo.org/id/iso639-3/sqr> .

<http://lexvo.org/id/code/sqs> lvont:means <http://lexvo.org/id/iso639-3/sqs> .

<http://lexvo.org/id/code/sqt> lvont:means <http://lexvo.org/id/iso639-3/sqt> .

<http://lexvo.org/id/code/squ> lvont:means <http://lexvo.org/id/iso639-3/squ> .

<http://lexvo.org/id/code/squa1248> lvont:means <http://lexvo.org/id/iso639-3/squ> .

<http://lexvo.org/id/code/sr> lvont:means <http://lexvo.org/id/iso639-3/srp> .

<http://lexvo.org/id/code/sra> lvont:means <http://lexvo.org/id/iso639-3/sra> .

<http://lexvo.org/id/code/srb> lvont:means <http://lexvo.org/id/iso639-3/srb> .

<http://lexvo.org/id/code/src> lvont:means <http://lexvo.org/id/iso639-3/src>,
        <http://lexvo.org/id/iso639-3/srs> .

<http://lexvo.org/id/code/srd> lvont:means <http://lexvo.org/id/iso639-3/srd>,
        <http://lexvo.org/id/iso639-3/sro> .

<http://lexvo.org/id/code/sre> lvont:means <http://lexvo.org/id/iso639-3/kpm>,
        <http://lexvo.org/id/iso639-3/sre> .

<http://lexvo.org/id/code/srf> lvont:means <http://lexvo.org/id/iso639-3/srf> .

<http://lexvo.org/id/code/srg> lvont:means <http://lexvo.org/id/iso639-3/srg> .

<http://lexvo.org/id/code/srh> lvont:means <http://lexvo.org/id/iso639-3/srh> .

<http://lexvo.org/id/code/sri> lvont:means <http://lexvo.org/id/iso639-3/sri> .

<http://lexvo.org/id/code/srk> lvont:means <http://lexvo.org/id/iso639-3/srk> .

<http://lexvo.org/id/code/srl> lvont:means <http://lexvo.org/id/iso639-3/dsb>,
        <http://lexvo.org/id/iso639-3/srl> .

<http://lexvo.org/id/code/srm> lvont:means <http://lexvo.org/id/iso639-3/srm> .

<http://lexvo.org/id/code/srn> lvont:means <http://lexvo.org/id/iso639-3/srn>,
        <http://lexvo.org/id/iso639-3/srq> .

<http://lexvo.org/id/code/sro> lvont:means <http://lexvo.org/id/iso639-3/sro>,
        <http://lexvo.org/id/iso639-3/ssd> .

<http://lexvo.org/id/code/srp> lvont:means <http://lexvo.org/id/iso639-3/srp> .

<http://lexvo.org/id/code/srq> lvont:means <http://lexvo.org/id/iso639-3/srq> .

<http://lexvo.org/id/code/srr> lvont:means <http://lexvo.org/id/iso639-3/ser>,
        <http://lexvo.org/id/iso639-3/srr> .

<http://lexvo.org/id/code/srs> lvont:means <http://lexvo.org/id/iso639-3/srs> .

<http://lexvo.org/id/code/srt> lvont:means <http://lexvo.org/id/iso639-3/srt> .

<http://lexvo.org/id/code/sru> lvont:means <http://lexvo.org/id/iso639-3/slu>,
        <http://lexvo.org/id/iso639-3/sru> .

<http://lexvo.org/id/code/srv> lvont:means <http://lexvo.org/id/iso639-3/srv> .

<http://lexvo.org/id/code/srw> lvont:means <http://lexvo.org/id/iso639-3/srw> .

<http://lexvo.org/id/code/srx> lvont:means <http://lexvo.org/id/iso639-3/srx> .

<http://lexvo.org/id/code/sry> lvont:means <http://lexvo.org/id/iso639-3/fos>,
        <http://lexvo.org/id/iso639-3/sry> .

<http://lexvo.org/id/code/srz> lvont:means <http://lexvo.org/id/iso639-3/srz> .

<http://lexvo.org/id/code/ss> lvont:means <http://lexvo.org/id/iso639-3/ssw> .

<http://lexvo.org/id/code/ssa> lvont:means <http://lexvo.org/id/iso639-3/ssl>,
        <http://lexvo.org/id/iso639-5/ssa> .

<http://lexvo.org/id/code/ssb> lvont:means <http://lexvo.org/id/iso639-3/ssb> .

<http://lexvo.org/id/code/ssc> lvont:means <http://lexvo.org/id/iso639-3/ssc> .

<http://lexvo.org/id/code/ssd> lvont:means <http://lexvo.org/id/iso639-3/ssd> .

<http://lexvo.org/id/code/sse> lvont:means <http://lexvo.org/id/iso639-3/sse> .

<http://lexvo.org/id/code/ssf> lvont:means <http://lexvo.org/id/iso639-3/ssf> .

<http://lexvo.org/id/code/ssg> lvont:means <http://lexvo.org/id/iso639-3/ssg> .

<http://lexvo.org/id/code/ssh> lvont:means <http://lexvo.org/id/iso639-3/bwo>,
        <http://lexvo.org/id/iso639-3/ssh> .

<http://lexvo.org/id/code/ssi> lvont:means <http://lexvo.org/id/iso639-3/ssi> .

<http://lexvo.org/id/code/ssj> lvont:means <http://lexvo.org/id/iso639-3/ssj> .

<http://lexvo.org/id/code/ssk> lvont:means <http://lexvo.org/id/iso639-3/ssk> .

<http://lexvo.org/id/code/ssl> lvont:means <http://lexvo.org/id/iso639-3/kvk>,
        <http://lexvo.org/id/iso639-3/ssl> .

<http://lexvo.org/id/code/ssm> lvont:means <http://lexvo.org/id/iso639-3/ssm> .

<http://lexvo.org/id/code/ssn> lvont:means <http://lexvo.org/id/iso639-3/ssn> .

<http://lexvo.org/id/code/sso> lvont:means <http://lexvo.org/id/iso639-3/sot>,
        <http://lexvo.org/id/iso639-3/sso> .

<http://lexvo.org/id/code/ssp> lvont:means <http://lexvo.org/id/iso639-3/ssp> .

<http://lexvo.org/id/code/ssq> lvont:means <http://lexvo.org/id/iso639-3/ssq> .

<http://lexvo.org/id/code/ssr> lvont:means <http://lexvo.org/id/iso639-3/ssr> .

<http://lexvo.org/id/code/sss> lvont:means <http://lexvo.org/id/iso639-3/sss>,
        <http://lexvo.org/id/iso639-3/str> .

<http://lexvo.org/id/code/sst> lvont:means <http://lexvo.org/id/iso639-3/sst>,
        <http://lexvo.org/id/iso639-3/str> .

<http://lexvo.org/id/code/ssu> lvont:means <http://lexvo.org/id/iso639-3/ssu> .

<http://lexvo.org/id/code/ssv> lvont:means <http://lexvo.org/id/iso639-3/ssv> .

<http://lexvo.org/id/code/ssw> lvont:means <http://lexvo.org/id/iso639-3/ssw> .

<http://lexvo.org/id/code/ssx> lvont:means <http://lexvo.org/id/iso639-3/ssx> .

<http://lexvo.org/id/code/ssy> lvont:means <http://lexvo.org/id/iso639-3/ssy> .

<http://lexvo.org/id/code/ssz> lvont:means <http://lexvo.org/id/iso639-3/ssz> .

<http://lexvo.org/id/code/st> lvont:means <http://lexvo.org/id/iso639-3/sot> .

<http://lexvo.org/id/code/sta> lvont:means <http://lexvo.org/id/iso639-3/sce>,
        <http://lexvo.org/id/iso639-3/sta> .

<http://lexvo.org/id/code/stan1288> lvont:means <http://lexvo.org/id/iso639-3/spa> .

<http://lexvo.org/id/code/stan1289> lvont:means <http://lexvo.org/id/iso639-3/cat> .

<http://lexvo.org/id/code/stan1290> lvont:means <http://lexvo.org/id/iso639-3/fra> .

<http://lexvo.org/id/code/stan1293> lvont:means <http://lexvo.org/id/iso639-3/eng> .

<http://lexvo.org/id/code/stan1295> lvont:means <http://lexvo.org/id/iso639-3/deu> .

<http://lexvo.org/id/code/stan1318> lvont:means <http://lexvo.org/id/iso639-3/arb> .

<http://lexvo.org/id/code/stb> lvont:means <http://lexvo.org/id/iso639-3/stb> .

<http://lexvo.org/id/code/std> lvont:means <http://lexvo.org/id/iso639-3/std> .

<http://lexvo.org/id/code/ste> lvont:means <http://lexvo.org/id/iso639-3/ste> .

<http://lexvo.org/id/code/stf> lvont:means <http://lexvo.org/id/iso639-3/stf> .

<http://lexvo.org/id/code/stg> lvont:means <http://lexvo.org/id/iso639-3/stg> .

<http://lexvo.org/id/code/sth> lvont:means <http://lexvo.org/id/iso639-3/sth> .

<http://lexvo.org/id/code/sti> lvont:means <http://lexvo.org/id/iso639-3/sti> .

<http://lexvo.org/id/code/stj> lvont:means <http://lexvo.org/id/iso639-3/stj> .

<http://lexvo.org/id/code/stk> lvont:means <http://lexvo.org/id/iso639-3/stk> .

<http://lexvo.org/id/code/stl> lvont:means <http://lexvo.org/id/iso639-3/sat>,
        <http://lexvo.org/id/iso639-3/stl> .

<http://lexvo.org/id/code/stm> lvont:means <http://lexvo.org/id/iso639-3/stm> .

<http://lexvo.org/id/code/stn> lvont:means <http://lexvo.org/id/iso639-3/nso>,
        <http://lexvo.org/id/iso639-3/stn> .

<http://lexvo.org/id/code/sto> lvont:means <http://lexvo.org/id/iso639-3/sto> .

<http://lexvo.org/id/code/stod1241> lvont:means <http://lexvo.org/id/iso639-3/sbu> .

<http://lexvo.org/id/code/ston1242> lvont:means <http://lexvo.org/id/iso639-3/sto> .

<http://lexvo.org/id/code/stp> lvont:means <http://lexvo.org/id/iso639-3/stp> .

<http://lexvo.org/id/code/stq> lvont:means <http://lexvo.org/id/iso639-3/stq> .

<http://lexvo.org/id/code/str> lvont:means <http://lexvo.org/id/iso639-3/str> .

<http://lexvo.org/id/code/stra1244> lvont:means <http://lexvo.org/id/iso639-3/str> .

<http://lexvo.org/id/code/sts> lvont:means <http://lexvo.org/id/iso639-3/sts> .

<http://lexvo.org/id/code/stt> lvont:means <http://lexvo.org/id/iso639-3/stt> .

<http://lexvo.org/id/code/stu> lvont:means <http://lexvo.org/id/iso639-3/stu> .

<http://lexvo.org/id/code/stv> lvont:means <http://lexvo.org/id/iso639-3/stv> .

<http://lexvo.org/id/code/stw> lvont:means <http://lexvo.org/id/iso639-3/stw> .

<http://lexvo.org/id/code/su> lvont:means <http://lexvo.org/id/iso639-3/sun> .

<http://lexvo.org/id/code/sua> lvont:means <http://lexvo.org/id/iso639-3/sua> .

<http://lexvo.org/id/code/suab1238> lvont:means <http://lexvo.org/id/iso639-3/szp> .

<http://lexvo.org/id/code/sub> lvont:means <http://lexvo.org/id/iso639-3/sbs>,
        <http://lexvo.org/id/iso639-3/sub> .

<http://lexvo.org/id/code/subi1246> lvont:means <http://lexvo.org/id/iso639-3/sbs> .

<http://lexvo.org/id/code/suc> lvont:means <http://lexvo.org/id/iso639-3/suc> .

<http://lexvo.org/id/code/sud> lvont:means <http://lexvo.org/id/iso639-3/tgo> .

<http://lexvo.org/id/code/sude1239> lvont:means <http://lexvo.org/id/iso639-3/tgo> .

<http://lexvo.org/id/code/sue> lvont:means <http://lexvo.org/id/iso639-3/sue> .

<http://lexvo.org/id/code/suen1241> lvont:means <http://lexvo.org/id/iso639-3/sue> .

<http://lexvo.org/id/code/sug> lvont:means <http://lexvo.org/id/iso639-3/sjg>,
        <http://lexvo.org/id/iso639-3/sug> .

<http://lexvo.org/id/code/sui> lvont:means <http://lexvo.org/id/iso639-3/sui>,
        <http://lexvo.org/id/iso639-3/swi> .

<http://lexvo.org/id/code/suii1243> lvont:means <http://lexvo.org/id/iso639-3/swi> .

<http://lexvo.org/id/code/suj> lvont:means <http://lexvo.org/id/iso639-3/suj> .

<http://lexvo.org/id/code/suk> lvont:means <http://lexvo.org/id/iso639-3/sui>,
        <http://lexvo.org/id/iso639-3/suk> .

<http://lexvo.org/id/code/suki1245> lvont:means <http://lexvo.org/id/iso639-3/sui> .

<http://lexvo.org/id/code/suku1261> lvont:means <http://lexvo.org/id/iso639-3/suk> .

<http://lexvo.org/id/code/sul> lvont:means <http://lexvo.org/id/iso639-3/sua> .

<http://lexvo.org/id/code/sulk1246> lvont:means <http://lexvo.org/id/iso639-3/sua> .

<http://lexvo.org/id/code/sulu1241> lvont:means <http://lexvo.org/id/iso639-3/suv> .

<http://lexvo.org/id/code/sum> lvont:means <http://lexvo.org/id/iso639-3/sum> .

<http://lexvo.org/id/code/sumi1235> lvont:means <http://lexvo.org/id/iso639-3/nsm> .

<http://lexvo.org/id/code/sumo1243> lvont:means <http://lexvo.org/id/iso639-3/sum> .

<http://lexvo.org/id/code/sun> lvont:means <http://lexvo.org/id/iso639-3/sun> .

<http://lexvo.org/id/code/sund1252> lvont:means <http://lexvo.org/id/iso639-3/sun> .

<http://lexvo.org/id/code/sup> lvont:means <http://lexvo.org/id/iso639-3/spp> .

<http://lexvo.org/id/code/supy1237> lvont:means <http://lexvo.org/id/iso639-3/spp> .

<http://lexvo.org/id/code/suq> lvont:means <http://lexvo.org/id/iso639-3/suq> .

<http://lexvo.org/id/code/sur> lvont:means <http://lexvo.org/id/iso639-3/sgz>,
        <http://lexvo.org/id/iso639-3/sur> .

<http://lexvo.org/id/code/suri1267> lvont:means <http://lexvo.org/id/iso639-3/suq> .

<http://lexvo.org/id/code/surs1246> lvont:means <http://lexvo.org/id/iso639-3/sgz> .

<http://lexvo.org/id/code/sus> lvont:means <http://lexvo.org/id/iso639-3/sus> .

<http://lexvo.org/id/code/susu1250> lvont:means <http://lexvo.org/id/iso639-3/sus> .

<http://lexvo.org/id/code/sut> lvont:means <http://lexvo.org/id/iso639-3/sut> .

<http://lexvo.org/id/code/suv> lvont:means <http://lexvo.org/id/iso639-3/suv> .

<http://lexvo.org/id/code/suw> lvont:means <http://lexvo.org/id/iso639-3/suw> .

<http://lexvo.org/id/code/sux> lvont:means <http://lexvo.org/id/iso639-3/sux> .

<http://lexvo.org/id/code/suy> lvont:means <http://lexvo.org/id/iso639-3/suy> .

<http://lexvo.org/id/code/suz> lvont:means <http://lexvo.org/id/iso639-3/suz> .

<http://lexvo.org/id/code/sv> lvont:means <http://lexvo.org/id/iso639-3/swe> .

<http://lexvo.org/id/code/sva> lvont:means <http://lexvo.org/id/iso639-3/sva> .

<http://lexvo.org/id/code/svan1243> lvont:means <http://lexvo.org/id/iso639-3/sva> .

<http://lexvo.org/id/code/svb> lvont:means <http://lexvo.org/id/iso639-3/svb> .

<http://lexvo.org/id/code/svc> lvont:means <http://lexvo.org/id/iso639-3/csb>,
        <http://lexvo.org/id/iso639-3/svc> .

<http://lexvo.org/id/code/sve> lvont:means <http://lexvo.org/id/iso639-3/sve> .

<http://lexvo.org/id/code/svk> lvont:means <http://lexvo.org/id/iso639-3/slk>,
        <http://lexvo.org/id/iso639-3/svk> .

<http://lexvo.org/id/code/svr> lvont:means <http://lexvo.org/id/iso639-3/svr> .

<http://lexvo.org/id/code/svs> lvont:means <http://lexvo.org/id/iso639-3/svs> .

<http://lexvo.org/id/code/svt> lvont:means <http://lexvo.org/id/iso639-3/swl> .

<http://lexvo.org/id/code/svx> lvont:means <http://lexvo.org/id/iso639-3/svx> .

<http://lexvo.org/id/code/sw> lvont:means <http://lexvo.org/id/iso639-3/swa> .

<http://lexvo.org/id/code/swa> lvont:means <http://lexvo.org/id/iso639-3/swa>,
        <http://lexvo.org/id/iso639-3/swh> .

<http://lexvo.org/id/code/swah1253> lvont:means <http://lexvo.org/id/iso639-3/swh> .

<http://lexvo.org/id/code/swat1243> lvont:means <http://lexvo.org/id/iso639-3/ssw> .

<http://lexvo.org/id/code/swb> lvont:means <http://lexvo.org/id/iso639-3/swb> .

<http://lexvo.org/id/code/swc> lvont:means <http://lexvo.org/id/iso639-3/swc> .

<http://lexvo.org/id/code/swe> lvont:means <http://lexvo.org/id/iso639-3/swe> .

<http://lexvo.org/id/code/swed1236> lvont:means <http://lexvo.org/id/iso639-3/swl> .

<http://lexvo.org/id/code/swed1254> lvont:means <http://lexvo.org/id/iso639-3/swe> .

<http://lexvo.org/id/code/swf> lvont:means <http://lexvo.org/id/iso639-3/swf> .

<http://lexvo.org/id/code/swg> lvont:means <http://lexvo.org/id/iso639-3/swg> .

<http://lexvo.org/id/code/swh> lvont:means <http://lexvo.org/id/iso639-3/swh> .

<http://lexvo.org/id/code/swi> lvont:means <http://lexvo.org/id/iso639-3/swi>,
        <http://lexvo.org/id/iso639-3/szw> .

<http://lexvo.org/id/code/swis1247> lvont:means <http://lexvo.org/id/iso639-3/gsw> .

<http://lexvo.org/id/code/swj> lvont:means <http://lexvo.org/id/iso639-3/swj> .

<http://lexvo.org/id/code/swk> lvont:means <http://lexvo.org/id/iso639-3/swk> .

<http://lexvo.org/id/code/swl> lvont:means <http://lexvo.org/id/iso639-3/swl> .

<http://lexvo.org/id/code/swm> lvont:means <http://lexvo.org/id/iso639-3/swm> .

<http://lexvo.org/id/code/swn> lvont:means <http://lexvo.org/id/iso639-3/swn> .

<http://lexvo.org/id/code/swo> lvont:means <http://lexvo.org/id/iso639-3/swo> .

<http://lexvo.org/id/code/swp> lvont:means <http://lexvo.org/id/iso639-3/swp> .

<http://lexvo.org/id/code/swq> lvont:means <http://lexvo.org/id/iso639-3/swq> .

<http://lexvo.org/id/code/swr> lvont:means <http://lexvo.org/id/iso639-3/shh>,
        <http://lexvo.org/id/iso639-3/swr> .

<http://lexvo.org/id/code/sws> lvont:means <http://lexvo.org/id/iso639-3/sws> .

<http://lexvo.org/id/code/swt> lvont:means <http://lexvo.org/id/iso639-3/ssw>,
        <http://lexvo.org/id/iso639-3/swt> .

<http://lexvo.org/id/code/swu> lvont:means <http://lexvo.org/id/iso639-3/swu> .

<http://lexvo.org/id/code/swv> lvont:means <http://lexvo.org/id/iso639-3/swe>,
        <http://lexvo.org/id/iso639-3/swv> .

<http://lexvo.org/id/code/sww> lvont:means <http://lexvo.org/id/iso639-3/sww> .

<http://lexvo.org/id/code/swx> lvont:means <http://lexvo.org/id/iso639-3/swx> .

<http://lexvo.org/id/code/swy> lvont:means <http://lexvo.org/id/iso639-3/swy> .

<http://lexvo.org/id/code/swz> lvont:means <http://lexvo.org/id/iso639-3/ssw> .

<http://lexvo.org/id/code/sxb> lvont:means <http://lexvo.org/id/iso639-3/sxb> .

<http://lexvo.org/id/code/sxc> lvont:means <http://lexvo.org/id/iso639-3/sxc> .

<http://lexvo.org/id/code/sxe> lvont:means <http://lexvo.org/id/iso639-3/sxe> .

<http://lexvo.org/id/code/sxg> lvont:means <http://lexvo.org/id/iso639-3/sxg> .

<http://lexvo.org/id/code/sxk> lvont:means <http://lexvo.org/id/iso639-3/sxk> .

<http://lexvo.org/id/code/sxl> lvont:means <http://lexvo.org/id/iso639-3/sxl> .

<http://lexvo.org/id/code/sxm> lvont:means <http://lexvo.org/id/iso639-3/sxm> .

<http://lexvo.org/id/code/sxn> lvont:means <http://lexvo.org/id/iso639-3/sxn> .

<http://lexvo.org/id/code/sxo> lvont:means <http://lexvo.org/id/iso639-3/sxo> .

<http://lexvo.org/id/code/sxr> lvont:means <http://lexvo.org/id/iso639-3/sxr> .

<http://lexvo.org/id/code/sxs> lvont:means <http://lexvo.org/id/iso639-3/sxs> .

<http://lexvo.org/id/code/sxu> lvont:means <http://lexvo.org/id/iso639-3/sxu> .

<http://lexvo.org/id/code/sxw> lvont:means <http://lexvo.org/id/iso639-3/sxw> .

<http://lexvo.org/id/code/sya> lvont:means <http://lexvo.org/id/iso639-3/sya> .

<http://lexvo.org/id/code/syb> lvont:means <http://lexvo.org/id/iso639-3/syb> .

<http://lexvo.org/id/code/syc> lvont:means <http://lexvo.org/id/iso639-3/syc> .

<http://lexvo.org/id/code/syd> lvont:means <http://lexvo.org/id/iso639-5/syd> .

<http://lexvo.org/id/code/syg> lvont:means <http://lexvo.org/id/iso639-3/ybe> .

<http://lexvo.org/id/code/syi> lvont:means <http://lexvo.org/id/iso639-3/syi> .

<http://lexvo.org/id/code/syk> lvont:means <http://lexvo.org/id/iso639-3/syk> .

<http://lexvo.org/id/code/syl> lvont:means <http://lexvo.org/id/iso639-3/syl> .

<http://lexvo.org/id/code/sym> lvont:means <http://lexvo.org/id/iso639-3/sym> .

<http://lexvo.org/id/code/syn> lvont:means <http://lexvo.org/id/iso639-3/syn> .

<http://lexvo.org/id/code/syo> lvont:means <http://lexvo.org/id/iso639-3/syo> .

<http://lexvo.org/id/code/syr> lvont:means <http://lexvo.org/id/iso639-3/syr> .

<http://lexvo.org/id/code/sys> lvont:means <http://lexvo.org/id/iso639-3/sys> .

<http://lexvo.org/id/code/syu> lvont:means <http://lexvo.org/id/iso639-3/sll> .

<http://lexvo.org/id/code/syw> lvont:means <http://lexvo.org/id/iso639-3/syw> .

<http://lexvo.org/id/code/syy> lvont:means <http://lexvo.org/id/iso639-3/syy> .

<http://lexvo.org/id/code/sza> lvont:means <http://lexvo.org/id/iso639-3/sza> .

<http://lexvo.org/id/code/szb> lvont:means <http://lexvo.org/id/iso639-3/szb> .

<http://lexvo.org/id/code/szc> lvont:means <http://lexvo.org/id/iso639-3/szc> .

<http://lexvo.org/id/code/szd> lvont:means <http://lexvo.org/id/iso639-3/szd> .

<http://lexvo.org/id/code/sze> lvont:means <http://lexvo.org/id/iso639-3/sze> .

<http://lexvo.org/id/code/szg> lvont:means <http://lexvo.org/id/iso639-3/szg> .

<http://lexvo.org/id/code/szl> lvont:means <http://lexvo.org/id/iso639-3/szl> .

<http://lexvo.org/id/code/szn> lvont:means <http://lexvo.org/id/iso639-3/szn> .

<http://lexvo.org/id/code/szp> lvont:means <http://lexvo.org/id/iso639-3/szp> .

<http://lexvo.org/id/code/szv> lvont:means <http://lexvo.org/id/iso639-3/szv> .

<http://lexvo.org/id/code/szw> lvont:means <http://lexvo.org/id/iso639-3/szw> .

<http://lexvo.org/id/code/ta> lvont:means <http://lexvo.org/id/iso639-3/tam> .

<http://lexvo.org/id/code/taa> lvont:means <http://lexvo.org/id/iso639-3/taa> .

<http://lexvo.org/id/code/taab1238> lvont:means <http://lexvo.org/id/iso639-3/tap> .

<http://lexvo.org/id/code/tab> lvont:means <http://lexvo.org/id/iso639-3/mky>,
        <http://lexvo.org/id/iso639-3/tab> .

<http://lexvo.org/id/code/taba1259> lvont:means <http://lexvo.org/id/iso639-3/tab> .

<http://lexvo.org/id/code/taba1263> lvont:means <http://lexvo.org/id/iso639-3/tby> .

<http://lexvo.org/id/code/taba1266> lvont:means <http://lexvo.org/id/iso639-3/chf> .

<http://lexvo.org/id/code/tabl1243> lvont:means <http://lexvo.org/id/iso639-3/tnm> .

<http://lexvo.org/id/code/tac> lvont:means <http://lexvo.org/id/iso639-3/tac>,
        <http://lexvo.org/id/iso639-3/tna> .

<http://lexvo.org/id/code/taca1256> lvont:means <http://lexvo.org/id/iso639-3/tna> .

<http://lexvo.org/id/code/tach1249> lvont:means <http://lexvo.org/id/iso639-3/shy> .

<http://lexvo.org/id/code/tach1250> lvont:means <http://lexvo.org/id/iso639-3/shi> .

<http://lexvo.org/id/code/tad> lvont:means <http://lexvo.org/id/iso639-3/tad> .

<http://lexvo.org/id/code/tae> lvont:means <http://lexvo.org/id/iso639-3/tae> .

<http://lexvo.org/id/code/taf> lvont:means <http://lexvo.org/id/iso639-3/sps>,
        <http://lexvo.org/id/iso639-3/taf> .

<http://lexvo.org/id/code/tag> lvont:means <http://lexvo.org/id/iso639-3/tag>,
        <http://lexvo.org/id/iso639-3/tgl> .

<http://lexvo.org/id/code/taga1270> lvont:means <http://lexvo.org/id/iso639-3/tgl> .

<http://lexvo.org/id/code/taga1278> lvont:means <http://lexvo.org/id/iso639-3/oua> .

<http://lexvo.org/id/code/tagb1258> lvont:means <http://lexvo.org/id/iso639-3/tbw> .

<http://lexvo.org/id/code/tah> lvont:means <http://lexvo.org/id/iso639-3/tah> .

<http://lexvo.org/id/code/taha1241> lvont:means <http://lexvo.org/id/iso639-3/thv> .

<http://lexvo.org/id/code/tahi1242> lvont:means <http://lexvo.org/id/iso639-3/tah> .

<http://lexvo.org/id/code/tai> lvont:means <http://lexvo.org/id/iso639-3/thv>,
        <http://lexvo.org/id/iso639-5/tai> .

<http://lexvo.org/id/code/taia1239> lvont:means <http://lexvo.org/id/iso639-3/gpn> .

<http://lexvo.org/id/code/tait1250> lvont:means <http://lexvo.org/id/iso639-3/dav> .

<http://lexvo.org/id/code/taiw1241> lvont:means <http://lexvo.org/id/iso639-3/tss> .

<http://lexvo.org/id/code/taj> lvont:means <http://lexvo.org/id/iso639-3/taj>,
        <http://lexvo.org/id/iso639-3/tgk> .

<http://lexvo.org/id/code/taji1245> lvont:means <http://lexvo.org/id/iso639-3/tgk> .

<http://lexvo.org/id/code/tak> lvont:means <http://lexvo.org/id/iso639-3/tak>,
        <http://lexvo.org/id/iso639-3/tbc> .

<http://lexvo.org/id/code/take1255> lvont:means <http://lexvo.org/id/iso639-3/tks> .

<http://lexvo.org/id/code/take1257> lvont:means <http://lexvo.org/id/iso639-3/tkm> .

<http://lexvo.org/id/code/taki1248> lvont:means <http://lexvo.org/id/iso639-3/tbc> .

<http://lexvo.org/id/code/tal> lvont:means <http://lexvo.org/id/iso639-3/tal>,
        <http://lexvo.org/id/iso639-3/tlj> .

<http://lexvo.org/id/code/tala1285> lvont:means <http://lexvo.org/id/iso639-3/tld> .

<http://lexvo.org/id/code/tali1258> lvont:means <http://lexvo.org/id/iso639-3/tlj> .

<http://lexvo.org/id/code/talo1250> lvont:means <http://lexvo.org/id/iso639-3/tlo> .

<http://lexvo.org/id/code/taly1247> lvont:means <http://lexvo.org/id/iso639-3/tly> .

<http://lexvo.org/id/code/tam> lvont:means <http://lexvo.org/id/iso639-3/tam> .

<http://lexvo.org/id/code/tama1331> lvont:means <http://lexvo.org/id/iso639-3/tma> .

<http://lexvo.org/id/code/tama1336> lvont:means <http://lexvo.org/id/iso639-3/tcg> .

<http://lexvo.org/id/code/tami1289> lvont:means <http://lexvo.org/id/iso639-3/tam> .

<http://lexvo.org/id/code/tamn1235> lvont:means <http://lexvo.org/id/iso639-3/tml> .

<http://lexvo.org/id/code/tamp1252> lvont:means <http://lexvo.org/id/iso639-3/tpm> .

<http://lexvo.org/id/code/tan> lvont:means <http://lexvo.org/id/iso639-3/tan> .

<http://lexvo.org/id/code/tana1289> lvont:means <http://lexvo.org/id/iso639-3/tfn> .

<http://lexvo.org/id/code/tana1290> lvont:means <http://lexvo.org/id/iso639-3/tcb> .

<http://lexvo.org/id/code/tang1336> lvont:means <http://lexvo.org/id/iso639-3/nmf> .

<http://lexvo.org/id/code/tang1348> lvont:means <http://lexvo.org/id/iso639-3/tgg> .

<http://lexvo.org/id/code/tani1257> lvont:means <http://lexvo.org/id/iso639-3/tnc> .

<http://lexvo.org/id/code/tanz1238> lvont:means <http://lexvo.org/id/iso639-3/tza> .

<http://lexvo.org/id/code/tao> lvont:means <http://lexvo.org/id/iso639-3/tao>,
        <http://lexvo.org/id/iso639-3/tro> .

<http://lexvo.org/id/code/tap> lvont:means <http://lexvo.org/id/iso639-3/gpn>,
        <http://lexvo.org/id/iso639-3/tap> .

<http://lexvo.org/id/code/tapi1253> lvont:means <http://lexvo.org/id/iso639-3/tpj> .

<http://lexvo.org/id/code/taq> lvont:means <http://lexvo.org/id/iso639-3/nan>,
        <http://lexvo.org/id/iso639-3/taq> .

<http://lexvo.org/id/code/tar> lvont:means <http://lexvo.org/id/iso639-3/tae>,
        <http://lexvo.org/id/iso639-3/tar>,
        <http://lexvo.org/id/iso639-3/tat> .

<http://lexvo.org/id/code/tara1313> lvont:means <http://lexvo.org/id/iso639-3/tro> .

<http://lexvo.org/id/code/tari1256> lvont:means <http://lexvo.org/id/iso639-3/tae> .

<http://lexvo.org/id/code/tari1263> lvont:means <http://lexvo.org/id/iso639-3/rif> .

<http://lexvo.org/id/code/taro1263> lvont:means <http://lexvo.org/id/iso639-3/yer> .

<http://lexvo.org/id/code/taro1264> lvont:means <http://lexvo.org/id/iso639-3/trv> .

<http://lexvo.org/id/code/tas> lvont:means <http://lexvo.org/id/iso639-3/shi>,
        <http://lexvo.org/id/iso639-3/tas> .

<http://lexvo.org/id/code/tase1235> lvont:means <http://lexvo.org/id/iso639-3/nst> .

<http://lexvo.org/id/code/tat> lvont:means <http://lexvo.org/id/iso639-3/tat>,
        <http://lexvo.org/id/iso639-3/txx> .

<http://lexvo.org/id/code/tata1255> lvont:means <http://lexvo.org/id/iso639-3/tat> .

<http://lexvo.org/id/code/tata1257> lvont:means <http://lexvo.org/id/iso639-3/txx> .

<http://lexvo.org/id/code/tata1258> lvont:means <http://lexvo.org/id/iso639-3/cta> .

<http://lexvo.org/id/code/tatu1247> lvont:means <http://lexvo.org/id/iso639-3/tav> .

<http://lexvo.org/id/code/tau> lvont:means <http://lexvo.org/id/iso639-3/tau>,
        <http://lexvo.org/id/iso639-3/tya> .

<http://lexvo.org/id/code/taul1251> lvont:means <http://lexvo.org/id/iso639-3/tuh> .

<http://lexvo.org/id/code/taus1251> lvont:means <http://lexvo.org/id/iso639-3/tsg> .

<http://lexvo.org/id/code/taus1253> lvont:means <http://lexvo.org/id/iso639-3/trr> .

<http://lexvo.org/id/code/tauy1241> lvont:means <http://lexvo.org/id/iso639-3/tya> .

<http://lexvo.org/id/code/tav> lvont:means <http://lexvo.org/id/iso639-3/tav> .

<http://lexvo.org/id/code/taw> lvont:means <http://lexvo.org/id/iso639-3/taw>,
        <http://lexvo.org/id/iso639-3/tbo> .

<http://lexvo.org/id/code/tawa1275> lvont:means <http://lexvo.org/id/iso639-3/tbo> .

<http://lexvo.org/id/code/tax> lvont:means <http://lexvo.org/id/iso639-3/tax> .

<http://lexvo.org/id/code/tay> lvont:means <http://lexvo.org/id/iso639-3/cks>,
        <http://lexvo.org/id/iso639-3/tay> .

<http://lexvo.org/id/code/tayo1238> lvont:means <http://lexvo.org/id/iso639-3/cks> .

<http://lexvo.org/id/code/taz> lvont:means <http://lexvo.org/id/iso639-3/taz>,
        <http://lexvo.org/id/iso639-3/tly> .

<http://lexvo.org/id/code/tba> lvont:means <http://lexvo.org/id/iso639-3/sst>,
        <http://lexvo.org/id/iso639-3/tba> .

<http://lexvo.org/id/code/tbb> lvont:means <http://lexvo.org/id/iso639-3/tbb>,
        <http://lexvo.org/id/iso639-3/tub> .

<http://lexvo.org/id/code/tbc> lvont:means <http://lexvo.org/id/iso639-3/tbc> .

<http://lexvo.org/id/code/tbd> lvont:means <http://lexvo.org/id/iso639-3/tbd> .

<http://lexvo.org/id/code/tbe> lvont:means <http://lexvo.org/id/iso639-3/tbe>,
        <http://lexvo.org/id/iso639-3/tig> .

<http://lexvo.org/id/code/tbf> lvont:means <http://lexvo.org/id/iso639-3/tbf> .

<http://lexvo.org/id/code/tbg> lvont:means <http://lexvo.org/id/iso639-3/tbg> .

<http://lexvo.org/id/code/tbh> lvont:means <http://lexvo.org/id/iso639-3/tbh> .

<http://lexvo.org/id/code/tbi> lvont:means <http://lexvo.org/id/iso639-3/tbi> .

<http://lexvo.org/id/code/tbj> lvont:means <http://lexvo.org/id/iso639-3/tbj> .

<http://lexvo.org/id/code/tbk> lvont:means <http://lexvo.org/id/iso639-3/tbk> .

<http://lexvo.org/id/code/tbl> lvont:means <http://lexvo.org/id/iso639-3/tbl>,
        <http://lexvo.org/id/iso639-3/tnm> .

<http://lexvo.org/id/code/tbm> lvont:means <http://lexvo.org/id/iso639-3/tbm> .

<http://lexvo.org/id/code/tbn> lvont:means <http://lexvo.org/id/iso639-3/tbn> .

<http://lexvo.org/id/code/tbo> lvont:means <http://lexvo.org/id/iso639-3/tbl>,
        <http://lexvo.org/id/iso639-3/tbo> .

<http://lexvo.org/id/code/tbol1240> lvont:means <http://lexvo.org/id/iso639-3/tbl> .

<http://lexvo.org/id/code/tbp> lvont:means <http://lexvo.org/id/iso639-3/tbp> .

<http://lexvo.org/id/code/tbq> lvont:means <http://lexvo.org/id/iso639-5/tbq> .

<http://lexvo.org/id/code/tbr> lvont:means <http://lexvo.org/id/iso639-3/tbr>,
        <http://lexvo.org/id/iso639-3/tby> .

<http://lexvo.org/id/code/tbs> lvont:means <http://lexvo.org/id/iso639-3/tab>,
        <http://lexvo.org/id/iso639-3/tbs> .

<http://lexvo.org/id/code/tbt> lvont:means <http://lexvo.org/id/iso639-3/tbt>,
        <http://lexvo.org/id/iso639-3/tti> .

<http://lexvo.org/id/code/tbu> lvont:means <http://lexvo.org/id/iso639-3/tbu> .

<http://lexvo.org/id/code/tbv> lvont:means <http://lexvo.org/id/iso639-3/tbv> .

<http://lexvo.org/id/code/tbw> lvont:means <http://lexvo.org/id/iso639-3/tap>,
        <http://lexvo.org/id/iso639-3/tbw> .

<http://lexvo.org/id/code/tbx> lvont:means <http://lexvo.org/id/iso639-3/tbx> .

<http://lexvo.org/id/code/tby> lvont:means <http://lexvo.org/id/iso639-3/tby> .

<http://lexvo.org/id/code/tbz> lvont:means <http://lexvo.org/id/iso639-3/tbz> .

<http://lexvo.org/id/code/tca> lvont:means <http://lexvo.org/id/iso639-3/tca> .

<http://lexvo.org/id/code/tcb> lvont:means <http://lexvo.org/id/iso639-3/tcb> .

<http://lexvo.org/id/code/tcc> lvont:means <http://lexvo.org/id/iso639-3/tcc> .

<http://lexvo.org/id/code/tcd> lvont:means <http://lexvo.org/id/iso639-3/tcd> .

<http://lexvo.org/id/code/tce> lvont:means <http://lexvo.org/id/iso639-3/tar>,
        <http://lexvo.org/id/iso639-3/tce> .

<http://lexvo.org/id/code/tcf> lvont:means <http://lexvo.org/id/iso639-3/tcf> .

<http://lexvo.org/id/code/tcg> lvont:means <http://lexvo.org/id/iso639-3/tcg> .

<http://lexvo.org/id/code/tch> lvont:means <http://lexvo.org/id/iso639-3/tch> .

<http://lexvo.org/id/code/tci> lvont:means <http://lexvo.org/id/iso639-3/tci> .

<http://lexvo.org/id/code/tck> lvont:means <http://lexvo.org/id/iso639-3/tck> .

<http://lexvo.org/id/code/tcl> lvont:means <http://lexvo.org/id/iso639-3/tcl> .

<http://lexvo.org/id/code/tcm> lvont:means <http://lexvo.org/id/iso639-3/tcm> .

<http://lexvo.org/id/code/tcn> lvont:means <http://lexvo.org/id/iso639-3/tcn> .

<http://lexvo.org/id/code/tco> lvont:means <http://lexvo.org/id/iso639-3/tco> .

<http://lexvo.org/id/code/tcp> lvont:means <http://lexvo.org/id/iso639-3/tcp> .

<http://lexvo.org/id/code/tcq> lvont:means <http://lexvo.org/id/iso639-3/tcq> .

<http://lexvo.org/id/code/tcs> lvont:means <http://lexvo.org/id/iso639-3/tcs> .

<http://lexvo.org/id/code/tct> lvont:means <http://lexvo.org/id/iso639-3/tct> .

<http://lexvo.org/id/code/tcu> lvont:means <http://lexvo.org/id/iso639-3/tcu> .

<http://lexvo.org/id/code/tcw> lvont:means <http://lexvo.org/id/iso639-3/tcw> .

<http://lexvo.org/id/code/tcx> lvont:means <http://lexvo.org/id/iso639-3/tcx> .

<http://lexvo.org/id/code/tcy> lvont:means <http://lexvo.org/id/iso639-3/tcy> .

<http://lexvo.org/id/code/tcz> lvont:means <http://lexvo.org/id/iso639-3/tcz> .

<http://lexvo.org/id/code/tda> lvont:means <http://lexvo.org/id/iso639-3/tcx>,
        <http://lexvo.org/id/iso639-3/tda> .

<http://lexvo.org/id/code/tdb> lvont:means <http://lexvo.org/id/iso639-3/tdb> .

<http://lexvo.org/id/code/tdc> lvont:means <http://lexvo.org/id/iso639-3/tdc> .

<http://lexvo.org/id/code/tdd> lvont:means <http://lexvo.org/id/iso639-3/tdd> .

<http://lexvo.org/id/code/tde> lvont:means <http://lexvo.org/id/iso639-3/tde> .

<http://lexvo.org/id/code/tdf> lvont:means <http://lexvo.org/id/iso639-3/tdf> .

<http://lexvo.org/id/code/tdg> lvont:means <http://lexvo.org/id/iso639-3/tdg> .

<http://lexvo.org/id/code/tdh> lvont:means <http://lexvo.org/id/iso639-3/tdh> .

<http://lexvo.org/id/code/tdi> lvont:means <http://lexvo.org/id/iso639-3/tdi> .

<http://lexvo.org/id/code/tdj> lvont:means <http://lexvo.org/id/iso639-3/tdj> .

<http://lexvo.org/id/code/tdk> lvont:means <http://lexvo.org/id/iso639-3/tdk> .

<http://lexvo.org/id/code/tdl> lvont:means <http://lexvo.org/id/iso639-3/tdl> .

<http://lexvo.org/id/code/tdn> lvont:means <http://lexvo.org/id/iso639-3/tdn> .

<http://lexvo.org/id/code/tdo> lvont:means <http://lexvo.org/id/iso639-3/tdo> .

<http://lexvo.org/id/code/tdq> lvont:means <http://lexvo.org/id/iso639-3/tdq> .

<http://lexvo.org/id/code/tdr> lvont:means <http://lexvo.org/id/iso639-3/tdr> .

<http://lexvo.org/id/code/tds> lvont:means <http://lexvo.org/id/iso639-3/tds> .

<http://lexvo.org/id/code/tdt> lvont:means <http://lexvo.org/id/iso639-3/tdt> .

<http://lexvo.org/id/code/tdu> lvont:means <http://lexvo.org/id/iso639-3/tdu> .

<http://lexvo.org/id/code/tdv> lvont:means <http://lexvo.org/id/iso639-3/tdv> .

<http://lexvo.org/id/code/tdx> lvont:means <http://lexvo.org/id/iso639-3/tdx> .

<http://lexvo.org/id/code/tdy> lvont:means <http://lexvo.org/id/iso639-3/tdy> .

<http://lexvo.org/id/code/te> lvont:means <http://lexvo.org/id/iso639-3/tel> .

<http://lexvo.org/id/code/tea> lvont:means <http://lexvo.org/id/iso639-3/tea> .

<http://lexvo.org/id/code/tean1237> lvont:means <http://lexvo.org/id/iso639-3/tkw> .

<http://lexvo.org/id/code/teb> lvont:means <http://lexvo.org/id/iso639-3/teb> .

<http://lexvo.org/id/code/tec> lvont:means <http://lexvo.org/id/iso639-3/tec>,
        <http://lexvo.org/id/iso639-3/ttc> .

<http://lexvo.org/id/code/ted> lvont:means <http://lexvo.org/id/iso639-3/ted> .

<http://lexvo.org/id/code/tedi1235> lvont:means <http://lexvo.org/id/iso639-3/ctd> .

<http://lexvo.org/id/code/tee> lvont:means <http://lexvo.org/id/iso639-3/tee> .

<http://lexvo.org/id/code/tef> lvont:means <http://lexvo.org/id/iso639-3/tef> .

<http://lexvo.org/id/code/teg> lvont:means <http://lexvo.org/id/iso639-3/teg> .

<http://lexvo.org/id/code/tega1236> lvont:means <http://lexvo.org/id/iso639-3/ras> .

<http://lexvo.org/id/code/teh> lvont:means <http://lexvo.org/id/iso639-3/teh> .

<http://lexvo.org/id/code/tehi1237> lvont:means <http://lexvo.org/id/iso639-3/kps> .

<http://lexvo.org/id/code/tehu1242> lvont:means <http://lexvo.org/id/iso639-3/teh> .

<http://lexvo.org/id/code/tei> lvont:means <http://lexvo.org/id/iso639-3/tei> .

<http://lexvo.org/id/code/tek> lvont:means <http://lexvo.org/id/iso639-3/tek> .

<http://lexvo.org/id/code/teke1274> lvont:means <http://lexvo.org/id/iso639-3/ifm> .

<http://lexvo.org/id/code/teke1280> lvont:means <http://lexvo.org/id/iso639-3/kkw> .

<http://lexvo.org/id/code/tekt1235> lvont:means <http://lexvo.org/id/iso639-3/ttc> .

<http://lexvo.org/id/code/tel> lvont:means <http://lexvo.org/id/iso639-3/tel> .

<http://lexvo.org/id/code/tele1256> lvont:means <http://lexvo.org/id/iso639-3/tlf> .

<http://lexvo.org/id/code/telu1262> lvont:means <http://lexvo.org/id/iso639-3/tel> .

<http://lexvo.org/id/code/tem> lvont:means <http://lexvo.org/id/iso639-3/kdh>,
        <http://lexvo.org/id/iso639-3/tem> .

<http://lexvo.org/id/code/temi1246> lvont:means <http://lexvo.org/id/iso639-3/tea> .

<http://lexvo.org/id/code/temm1241> lvont:means <http://lexvo.org/id/iso639-3/kdh> .

<http://lexvo.org/id/code/ten> lvont:means <http://lexvo.org/id/iso639-3/ten>,
        <http://lexvo.org/id/iso639-3/tex> .

<http://lexvo.org/id/code/teng1267> lvont:means <http://lexvo.org/id/iso639-3/vkt> .

<http://lexvo.org/id/code/tenn1246> lvont:means <http://lexvo.org/id/iso639-3/tex> .

<http://lexvo.org/id/code/teo> lvont:means <http://lexvo.org/id/iso639-3/teo>,
        <http://lexvo.org/id/iso639-3/tio> .

<http://lexvo.org/id/code/teop1238> lvont:means <http://lexvo.org/id/iso639-3/tio> .

<http://lexvo.org/id/code/tep> lvont:means <http://lexvo.org/id/iso639-3/tee>,
        <http://lexvo.org/id/iso639-3/tep> .

<http://lexvo.org/id/code/tepe1278> lvont:means <http://lexvo.org/id/iso639-3/tep> .

<http://lexvo.org/id/code/tepe1279> lvont:means <http://lexvo.org/id/iso639-3/cnt> .

<http://lexvo.org/id/code/teq> lvont:means <http://lexvo.org/id/iso639-3/teq> .

<http://lexvo.org/id/code/ter> lvont:means <http://lexvo.org/id/iso639-3/ter>,
        <http://lexvo.org/id/iso639-3/ttr> .

<http://lexvo.org/id/code/tera1251> lvont:means <http://lexvo.org/id/iso639-3/ttr> .

<http://lexvo.org/id/code/tere1278> lvont:means <http://lexvo.org/id/iso639-3/buo> .

<http://lexvo.org/id/code/tere1279> lvont:means <http://lexvo.org/id/iso639-3/ter> .

<http://lexvo.org/id/code/teri1250> lvont:means <http://lexvo.org/id/iso639-3/tfr> .

<http://lexvo.org/id/code/term1237> lvont:means <http://lexvo.org/id/iso639-3/twu> .

<http://lexvo.org/id/code/tern1247> lvont:means <http://lexvo.org/id/iso639-3/tft> .

<http://lexvo.org/id/code/tes> lvont:means <http://lexvo.org/id/iso639-3/teo>,
        <http://lexvo.org/id/iso639-3/tes> .

<http://lexvo.org/id/code/teso1249> lvont:means <http://lexvo.org/id/iso639-3/teo> .

<http://lexvo.org/id/code/tet> lvont:means <http://lexvo.org/id/iso639-3/tet>,
        <http://lexvo.org/id/iso639-3/tll> .

<http://lexvo.org/id/code/tete1250> lvont:means <http://lexvo.org/id/iso639-3/tll> .

<http://lexvo.org/id/code/tete1251> lvont:means <http://lexvo.org/id/iso639-3/nhg> .

<http://lexvo.org/id/code/tetu1245> lvont:means <http://lexvo.org/id/iso639-3/tet> .

<http://lexvo.org/id/code/teu> lvont:means <http://lexvo.org/id/iso639-3/teu> .

<http://lexvo.org/id/code/tev> lvont:means <http://lexvo.org/id/iso639-3/tev> .

<http://lexvo.org/id/code/tew> lvont:means <http://lexvo.org/id/iso639-3/tew> .

<http://lexvo.org/id/code/tewa1260> lvont:means <http://lexvo.org/id/iso639-3/tew> .

<http://lexvo.org/id/code/tex> lvont:means <http://lexvo.org/id/iso639-3/kmz>,
        <http://lexvo.org/id/iso639-3/tex> .

<http://lexvo.org/id/code/texm1235> lvont:means <http://lexvo.org/id/iso639-3/zpz> .

<http://lexvo.org/id/code/tey> lvont:means <http://lexvo.org/id/iso639-3/tey> .

<http://lexvo.org/id/code/tfi> lvont:means <http://lexvo.org/id/iso639-3/tfi> .

<http://lexvo.org/id/code/tfn> lvont:means <http://lexvo.org/id/iso639-3/tfn> .

<http://lexvo.org/id/code/tfo> lvont:means <http://lexvo.org/id/iso639-3/tfo> .

<http://lexvo.org/id/code/tfr> lvont:means <http://lexvo.org/id/iso639-3/tfr> .

<http://lexvo.org/id/code/tft> lvont:means <http://lexvo.org/id/iso639-3/tft> .

<http://lexvo.org/id/code/tg> lvont:means <http://lexvo.org/id/iso639-3/tgk> .

<http://lexvo.org/id/code/tga> lvont:means <http://lexvo.org/id/iso639-3/tga>,
        <http://lexvo.org/id/iso639-3/tgg> .

<http://lexvo.org/id/code/tgb> lvont:means <http://lexvo.org/id/iso639-3/tbw>,
        <http://lexvo.org/id/iso639-3/tgb> .

<http://lexvo.org/id/code/tgc> lvont:means <http://lexvo.org/id/iso639-3/tgc> .

<http://lexvo.org/id/code/tgd> lvont:means <http://lexvo.org/id/iso639-3/tgd> .

<http://lexvo.org/id/code/tge> lvont:means <http://lexvo.org/id/iso639-3/tge> .

<http://lexvo.org/id/code/tgf> lvont:means <http://lexvo.org/id/iso639-3/tgf> .

<http://lexvo.org/id/code/tgg> lvont:means <http://lexvo.org/id/iso639-3/tgg> .

<http://lexvo.org/id/code/tgh> lvont:means <http://lexvo.org/id/iso639-3/tgh>,
        <http://lexvo.org/id/iso639-3/thv> .

<http://lexvo.org/id/code/tgi> lvont:means <http://lexvo.org/id/iso639-3/tgi> .

<http://lexvo.org/id/code/tgj> lvont:means <http://lexvo.org/id/iso639-3/tgj> .

<http://lexvo.org/id/code/tgk> lvont:means <http://lexvo.org/id/iso639-3/tgc>,
        <http://lexvo.org/id/iso639-3/tgk> .

<http://lexvo.org/id/code/tgl> lvont:means <http://lexvo.org/id/iso639-3/tgl>,
        <http://lexvo.org/id/iso639-3/tsj> .

<http://lexvo.org/id/code/tgn> lvont:means <http://lexvo.org/id/iso639-3/tgn>,
        <http://lexvo.org/id/iso639-3/tzn> .

<http://lexvo.org/id/code/tgo> lvont:means <http://lexvo.org/id/iso639-3/tgo>,
        <http://lexvo.org/id/iso639-3/tsv> .

<http://lexvo.org/id/code/tgp> lvont:means <http://lexvo.org/id/iso639-3/swt>,
        <http://lexvo.org/id/iso639-3/tgp> .

<http://lexvo.org/id/code/tgq> lvont:means <http://lexvo.org/id/iso639-3/tgq> .

<http://lexvo.org/id/code/tgr> lvont:means <http://lexvo.org/id/iso639-3/tgr>,
        <http://lexvo.org/id/iso639-3/tig> .

<http://lexvo.org/id/code/tgs> lvont:means <http://lexvo.org/id/iso639-3/tgs> .

<http://lexvo.org/id/code/tgt> lvont:means <http://lexvo.org/id/iso639-3/tgt> .

<http://lexvo.org/id/code/tgu> lvont:means <http://lexvo.org/id/iso639-3/tgu> .

<http://lexvo.org/id/code/tgv> lvont:means <http://lexvo.org/id/iso639-3/tgv> .

<http://lexvo.org/id/code/tgw> lvont:means <http://lexvo.org/id/iso639-3/tgw>,
        <http://lexvo.org/id/iso639-3/txn> .

<http://lexvo.org/id/code/tgx> lvont:means <http://lexvo.org/id/iso639-3/tgx> .

<http://lexvo.org/id/code/tgy> lvont:means <http://lexvo.org/id/iso639-3/tgy> .

<http://lexvo.org/id/code/tgz> lvont:means <http://lexvo.org/id/iso639-3/tgz> .

<http://lexvo.org/id/code/th> lvont:means <http://lexvo.org/id/iso639-3/tha> .

<http://lexvo.org/id/code/tha> lvont:means <http://lexvo.org/id/iso639-3/tha> .

<http://lexvo.org/id/code/thad1238> lvont:means <http://lexvo.org/id/iso639-3/tcz> .

<http://lexvo.org/id/code/thai1240> lvont:means <http://lexvo.org/id/iso639-3/tsq> .

<http://lexvo.org/id/code/thai1261> lvont:means <http://lexvo.org/id/iso639-3/tha> .

<http://lexvo.org/id/code/thak1245> lvont:means <http://lexvo.org/id/iso639-3/ths> .

<http://lexvo.org/id/code/than1259> lvont:means <http://lexvo.org/id/iso639-3/thf> .

<http://lexvo.org/id/code/thao1240> lvont:means <http://lexvo.org/id/iso639-3/ssf> .

<http://lexvo.org/id/code/thay1248> lvont:means <http://lexvo.org/id/iso639-3/typ> .

<http://lexvo.org/id/code/thay1249> lvont:means <http://lexvo.org/id/iso639-3/thd> .

<http://lexvo.org/id/code/thc> lvont:means <http://lexvo.org/id/iso639-3/thc> .

<http://lexvo.org/id/code/thd> lvont:means <http://lexvo.org/id/iso639-3/tcz>,
        <http://lexvo.org/id/iso639-3/thd> .

<http://lexvo.org/id/code/the> lvont:means <http://lexvo.org/id/iso639-3/the> .

<http://lexvo.org/id/code/thf> lvont:means <http://lexvo.org/id/iso639-3/thf> .

<http://lexvo.org/id/code/thh> lvont:means <http://lexvo.org/id/iso639-3/thh> .

<http://lexvo.org/id/code/thi> lvont:means <http://lexvo.org/id/iso639-3/thi> .

<http://lexvo.org/id/code/thk> lvont:means <http://lexvo.org/id/iso639-3/thk>,
        <http://lexvo.org/id/iso639-3/ths> .

<http://lexvo.org/id/code/thl> lvont:means <http://lexvo.org/id/iso639-3/thl> .

<http://lexvo.org/id/code/thm> lvont:means <http://lexvo.org/id/iso639-3/thm> .

<http://lexvo.org/id/code/thn> lvont:means <http://lexvo.org/id/iso639-3/thf>,
        <http://lexvo.org/id/iso639-3/thn> .

<http://lexvo.org/id/code/tho> lvont:means <http://lexvo.org/id/iso639-3/thp> .

<http://lexvo.org/id/code/thom1243> lvont:means <http://lexvo.org/id/iso639-3/thp> .

<http://lexvo.org/id/code/thp> lvont:means <http://lexvo.org/id/iso639-3/thp>,
        <http://lexvo.org/id/iso639-3/typ> .

<http://lexvo.org/id/code/thq> lvont:means <http://lexvo.org/id/iso639-3/thq> .

<http://lexvo.org/id/code/thr> lvont:means <http://lexvo.org/id/iso639-3/thr> .

<http://lexvo.org/id/code/ths> lvont:means <http://lexvo.org/id/iso639-3/ths>,
        <http://lexvo.org/id/iso639-3/tsq> .

<http://lexvo.org/id/code/tht> lvont:means <http://lexvo.org/id/iso639-3/kps>,
        <http://lexvo.org/id/iso639-3/tht> .

<http://lexvo.org/id/code/thu> lvont:means <http://lexvo.org/id/iso639-3/tdh>,
        <http://lexvo.org/id/iso639-3/thu> .

<http://lexvo.org/id/code/thul1246> lvont:means <http://lexvo.org/id/iso639-3/tdh> .

<http://lexvo.org/id/code/thur1254> lvont:means <http://lexvo.org/id/iso639-3/tbh> .

<http://lexvo.org/id/code/thv> lvont:means <http://lexvo.org/id/iso639-3/thv> .

<http://lexvo.org/id/code/thw> lvont:means <http://lexvo.org/id/iso639-3/ssf>,
        <http://lexvo.org/id/iso639-3/thw> .

<http://lexvo.org/id/code/thx> lvont:means <http://lexvo.org/id/iso639-3/thx> .

<http://lexvo.org/id/code/thy> lvont:means <http://lexvo.org/id/iso639-3/thd>,
        <http://lexvo.org/id/iso639-3/thy> .

<http://lexvo.org/id/code/thz> lvont:means <http://lexvo.org/id/iso639-3/thz> .

<http://lexvo.org/id/code/ti> lvont:means <http://lexvo.org/id/iso639-3/tir> .

<http://lexvo.org/id/code/tia> lvont:means <http://lexvo.org/id/iso639-3/tia> .

<http://lexvo.org/id/code/tib> lvont:means <http://lexvo.org/id/iso639-3/bod> .

<http://lexvo.org/id/code/tibe1272> lvont:means <http://lexvo.org/id/iso639-3/bod> .

<http://lexvo.org/id/code/tic> lvont:means <http://lexvo.org/id/iso639-3/tca>,
        <http://lexvo.org/id/iso639-3/tic> .

<http://lexvo.org/id/code/ticu1245> lvont:means <http://lexvo.org/id/iso639-3/tca> .

<http://lexvo.org/id/code/tid> lvont:means <http://lexvo.org/id/iso639-3/tid>,
        <http://lexvo.org/id/iso639-3/tvo> .

<http://lexvo.org/id/code/tido1248> lvont:means <http://lexvo.org/id/iso639-3/tvo> .

<http://lexvo.org/id/code/tiey1235> lvont:means <http://lexvo.org/id/iso639-3/boz> .

<http://lexvo.org/id/code/tif> lvont:means <http://lexvo.org/id/iso639-3/tif> .

<http://lexvo.org/id/code/tifa1245> lvont:means <http://lexvo.org/id/iso639-3/tif> .

<http://lexvo.org/id/code/tig> lvont:means <http://lexvo.org/id/iso639-3/tig>,
        <http://lexvo.org/id/iso639-3/tir> .

<http://lexvo.org/id/code/tiga1245> lvont:means <http://lexvo.org/id/iso639-3/tgc> .

<http://lexvo.org/id/code/tigr1270> lvont:means <http://lexvo.org/id/iso639-3/tig> .

<http://lexvo.org/id/code/tigr1271> lvont:means <http://lexvo.org/id/iso639-3/tir> .

<http://lexvo.org/id/code/tih> lvont:means <http://lexvo.org/id/iso639-3/tih> .

<http://lexvo.org/id/code/tii> lvont:means <http://lexvo.org/id/iso639-3/tii> .

<http://lexvo.org/id/code/tij> lvont:means <http://lexvo.org/id/iso639-3/tij> .

<http://lexvo.org/id/code/tik> lvont:means <http://lexvo.org/id/iso639-3/tik> .

<http://lexvo.org/id/code/tika1246> lvont:means <http://lexvo.org/id/iso639-3/tik> .

<http://lexvo.org/id/code/til> lvont:means <http://lexvo.org/id/iso639-3/til> .

<http://lexvo.org/id/code/till1254> lvont:means <http://lexvo.org/id/iso639-3/til> .

<http://lexvo.org/id/code/tim> lvont:means <http://lexvo.org/id/iso639-3/tih>,
        <http://lexvo.org/id/iso639-3/tim> .

<http://lexvo.org/id/code/timn1235> lvont:means <http://lexvo.org/id/iso639-3/tem> .

<http://lexvo.org/id/code/timu1245> lvont:means <http://lexvo.org/id/iso639-3/tjm> .

<http://lexvo.org/id/code/timu1262> lvont:means <http://lexvo.org/id/iso639-3/tih> .

<http://lexvo.org/id/code/tin> lvont:means <http://lexvo.org/id/iso639-3/cir>,
        <http://lexvo.org/id/iso639-3/tin> .

<http://lexvo.org/id/code/tina1246> lvont:means <http://lexvo.org/id/iso639-3/lbf> .

<http://lexvo.org/id/code/tind1238> lvont:means <http://lexvo.org/id/iso639-3/tin> .

<http://lexvo.org/id/code/tio> lvont:means <http://lexvo.org/id/iso639-3/tio> .

<http://lexvo.org/id/code/tip> lvont:means <http://lexvo.org/id/iso639-3/tip> .

<http://lexvo.org/id/code/tiq> lvont:means <http://lexvo.org/id/iso639-3/tiq> .

<http://lexvo.org/id/code/tir> lvont:means <http://lexvo.org/id/iso639-3/tir>,
        <http://lexvo.org/id/iso639-3/tri> .

<http://lexvo.org/id/code/tiri1258> lvont:means <http://lexvo.org/id/iso639-3/cir> .

<http://lexvo.org/id/code/tiru1241> lvont:means <http://lexvo.org/id/iso639-3/tiy> .

<http://lexvo.org/id/code/tis> lvont:means <http://lexvo.org/id/iso639-3/bod>,
        <http://lexvo.org/id/iso639-3/tis> .

<http://lexvo.org/id/code/tit> lvont:means <http://lexvo.org/id/iso639-3/tit> .

<http://lexvo.org/id/code/tiu> lvont:means <http://lexvo.org/id/iso639-3/tiu> .

<http://lexvo.org/id/code/tiv> lvont:means <http://lexvo.org/id/iso639-3/tiv> .

<http://lexvo.org/id/code/tivv1240> lvont:means <http://lexvo.org/id/iso639-3/tiv> .

<http://lexvo.org/id/code/tiw> lvont:means <http://lexvo.org/id/iso639-3/tiw> .

<http://lexvo.org/id/code/tiwi1244> lvont:means <http://lexvo.org/id/iso639-3/tiw> .

<http://lexvo.org/id/code/tix> lvont:means <http://lexvo.org/id/iso639-3/tix> .

<http://lexvo.org/id/code/tiy> lvont:means <http://lexvo.org/id/iso639-3/tiy> .

<http://lexvo.org/id/code/tiz> lvont:means <http://lexvo.org/id/iso639-3/tiz> .

<http://lexvo.org/id/code/tja> lvont:means <http://lexvo.org/id/iso639-3/dih>,
        <http://lexvo.org/id/iso639-3/tja> .

<http://lexvo.org/id/code/tjg> lvont:means <http://lexvo.org/id/iso639-3/tjg> .

<http://lexvo.org/id/code/tji> lvont:means <http://lexvo.org/id/iso639-3/tji> .

<http://lexvo.org/id/code/tjl> lvont:means <http://lexvo.org/id/iso639-3/tjl> .

<http://lexvo.org/id/code/tjm> lvont:means <http://lexvo.org/id/iso639-3/tjm> .

<http://lexvo.org/id/code/tjn> lvont:means <http://lexvo.org/id/iso639-3/tjn> .

<http://lexvo.org/id/code/tjo> lvont:means <http://lexvo.org/id/iso639-3/tjo> .

<http://lexvo.org/id/code/tjs> lvont:means <http://lexvo.org/id/iso639-3/tjs> .

<http://lexvo.org/id/code/tju> lvont:means <http://lexvo.org/id/iso639-3/tju> .

<http://lexvo.org/id/code/tk> lvont:means <http://lexvo.org/id/iso639-3/tuk> .

<http://lexvo.org/id/code/tka> lvont:means <http://lexvo.org/id/iso639-3/tka> .

<http://lexvo.org/id/code/tkb> lvont:means <http://lexvo.org/id/iso639-3/tkb> .

<http://lexvo.org/id/code/tkd> lvont:means <http://lexvo.org/id/iso639-3/tkd> .

<http://lexvo.org/id/code/tke> lvont:means <http://lexvo.org/id/iso639-3/tke>,
        <http://lexvo.org/id/iso639-3/tkl> .

<http://lexvo.org/id/code/tkf> lvont:means <http://lexvo.org/id/iso639-3/tkf> .

<http://lexvo.org/id/code/tkg> lvont:means <http://lexvo.org/id/iso639-3/tkg> .

<http://lexvo.org/id/code/tki> lvont:means <http://lexvo.org/id/iso639-3/bag> .

<http://lexvo.org/id/code/tkl> lvont:means <http://lexvo.org/id/iso639-3/tkl>,
        <http://lexvo.org/id/iso639-3/tkm> .

<http://lexvo.org/id/code/tkm> lvont:means <http://lexvo.org/id/iso639-3/tkm>,
        <http://lexvo.org/id/iso639-3/tuk> .

<http://lexvo.org/id/code/tkn> lvont:means <http://lexvo.org/id/iso639-3/tkn> .

<http://lexvo.org/id/code/tkp> lvont:means <http://lexvo.org/id/iso639-3/tkp> .

<http://lexvo.org/id/code/tkq> lvont:means <http://lexvo.org/id/iso639-3/tkq> .

<http://lexvo.org/id/code/tkr> lvont:means <http://lexvo.org/id/iso639-3/tkr> .

<http://lexvo.org/id/code/tks> lvont:means <http://lexvo.org/id/iso639-3/kkw>,
        <http://lexvo.org/id/iso639-3/tks> .

<http://lexvo.org/id/code/tkt> lvont:means <http://lexvo.org/id/iso639-3/tkt> .

<http://lexvo.org/id/code/tku> lvont:means <http://lexvo.org/id/iso639-3/tku> .

<http://lexvo.org/id/code/tkw> lvont:means <http://lexvo.org/id/iso639-3/tkw> .

<http://lexvo.org/id/code/tkx> lvont:means <http://lexvo.org/id/iso639-3/tkx> .

<http://lexvo.org/id/code/tkz> lvont:means <http://lexvo.org/id/iso639-3/tkz> .

<http://lexvo.org/id/code/tl> lvont:means <http://lexvo.org/id/iso639-3/tgl> .

<http://lexvo.org/id/code/tla> lvont:means <http://lexvo.org/id/iso639-3/ksd>,
        <http://lexvo.org/id/iso639-3/tla> .

<http://lexvo.org/id/code/tlah1239> lvont:means <http://lexvo.org/id/iso639-3/mxp> .

<http://lexvo.org/id/code/tlb> lvont:means <http://lexvo.org/id/iso639-3/nog>,
        <http://lexvo.org/id/iso639-3/tlb> .

<http://lexvo.org/id/code/tlc> lvont:means <http://lexvo.org/id/iso639-3/tlc> .

<http://lexvo.org/id/code/tld> lvont:means <http://lexvo.org/id/iso639-3/tld> .

<http://lexvo.org/id/code/tlf> lvont:means <http://lexvo.org/id/iso639-3/tlf> .

<http://lexvo.org/id/code/tlg> lvont:means <http://lexvo.org/id/iso639-3/tlg> .

<http://lexvo.org/id/code/tlh> lvont:means <http://lexvo.org/id/iso639-3/tlh> .

<http://lexvo.org/id/code/tli> lvont:means <http://lexvo.org/id/iso639-3/tli> .

<http://lexvo.org/id/code/tlin1245> lvont:means <http://lexvo.org/id/iso639-3/tli> .

<http://lexvo.org/id/code/tlj> lvont:means <http://lexvo.org/id/iso639-3/tlj> .

<http://lexvo.org/id/code/tlk> lvont:means <http://lexvo.org/id/iso639-3/tlk> .

<http://lexvo.org/id/code/tll> lvont:means <http://lexvo.org/id/iso639-3/tll>,
        <http://lexvo.org/id/iso639-3/tuh> .

<http://lexvo.org/id/code/tlm> lvont:means <http://lexvo.org/id/iso639-3/tlm> .

<http://lexvo.org/id/code/tln> lvont:means <http://lexvo.org/id/iso639-3/tln> .

<http://lexvo.org/id/code/tlo> lvont:means <http://lexvo.org/id/iso639-3/tlb>,
        <http://lexvo.org/id/iso639-3/tlo> .

<http://lexvo.org/id/code/tlp> lvont:means <http://lexvo.org/id/iso639-3/tlp>,
        <http://lexvo.org/id/iso639-3/tpx> .

<http://lexvo.org/id/code/tlq> lvont:means <http://lexvo.org/id/iso639-3/tlq> .

<http://lexvo.org/id/code/tlr> lvont:means <http://lexvo.org/id/iso639-3/tlr> .

<http://lexvo.org/id/code/tls> lvont:means <http://lexvo.org/id/iso639-3/tls>,
        <http://lexvo.org/id/iso639-3/tly> .

<http://lexvo.org/id/code/tlt> lvont:means <http://lexvo.org/id/iso639-3/tlt> .

<http://lexvo.org/id/code/tlu> lvont:means <http://lexvo.org/id/iso639-3/tlu> .

<http://lexvo.org/id/code/tlv> lvont:means <http://lexvo.org/id/iso639-3/tlv> .

<http://lexvo.org/id/code/tlx> lvont:means <http://lexvo.org/id/iso639-3/tlx> .

<http://lexvo.org/id/code/tly> lvont:means <http://lexvo.org/id/iso639-3/tly> .

<http://lexvo.org/id/code/tma> lvont:means <http://lexvo.org/id/iso639-3/tma> .

<http://lexvo.org/id/code/tmb> lvont:means <http://lexvo.org/id/iso639-3/tmb> .

<http://lexvo.org/id/code/tmc> lvont:means <http://lexvo.org/id/iso639-3/tjm>,
        <http://lexvo.org/id/iso639-3/tmc> .

<http://lexvo.org/id/code/tmd> lvont:means <http://lexvo.org/id/iso639-3/tmd> .

<http://lexvo.org/id/code/tme> lvont:means <http://lexvo.org/id/iso639-3/tme> .

<http://lexvo.org/id/code/tmf> lvont:means <http://lexvo.org/id/iso639-3/tmf> .

<http://lexvo.org/id/code/tmg> lvont:means <http://lexvo.org/id/iso639-3/tcg>,
        <http://lexvo.org/id/iso639-3/tmg> .

<http://lexvo.org/id/code/tmh> lvont:means <http://lexvo.org/id/iso639-3/tmh> .

<http://lexvo.org/id/code/tmi> lvont:means <http://lexvo.org/id/iso639-3/tat>,
        <http://lexvo.org/id/iso639-3/tmi> .

<http://lexvo.org/id/code/tmj> lvont:means <http://lexvo.org/id/iso639-3/tmj> .

<http://lexvo.org/id/code/tmk> lvont:means <http://lexvo.org/id/iso639-3/tmc>,
        <http://lexvo.org/id/iso639-3/tmk> .

<http://lexvo.org/id/code/tml> lvont:means <http://lexvo.org/id/iso639-3/tam>,
        <http://lexvo.org/id/iso639-3/tml> .

<http://lexvo.org/id/code/tmm> lvont:means <http://lexvo.org/id/iso639-3/mla>,
        <http://lexvo.org/id/iso639-3/tmm> .

<http://lexvo.org/id/code/tmn> lvont:means <http://lexvo.org/id/iso639-3/teq>,
        <http://lexvo.org/id/iso639-3/tmn> .

<http://lexvo.org/id/code/tmo> lvont:means <http://lexvo.org/id/iso639-3/bod>,
        <http://lexvo.org/id/iso639-3/tmo> .

<http://lexvo.org/id/code/tmp> lvont:means <http://lexvo.org/id/iso639-3/tmp>,
        <http://lexvo.org/id/iso639-3/tpm> .

<http://lexvo.org/id/code/tmq> lvont:means <http://lexvo.org/id/iso639-3/tmq> .

<http://lexvo.org/id/code/tmr> lvont:means <http://lexvo.org/id/iso639-3/tea>,
        <http://lexvo.org/id/iso639-3/tmr> .

<http://lexvo.org/id/code/tms> lvont:means <http://lexvo.org/id/iso639-3/tms> .

<http://lexvo.org/id/code/tmt> lvont:means <http://lexvo.org/id/iso639-3/tmt> .

<http://lexvo.org/id/code/tmu> lvont:means <http://lexvo.org/id/iso639-3/tmu>,
        <http://lexvo.org/id/iso639-3/ttt> .

<http://lexvo.org/id/code/tmv> lvont:means <http://lexvo.org/id/iso639-3/tmv> .

<http://lexvo.org/id/code/tmw> lvont:means <http://lexvo.org/id/iso639-3/tmw> .

<http://lexvo.org/id/code/tmy> lvont:means <http://lexvo.org/id/iso639-3/tmy> .

<http://lexvo.org/id/code/tmz> lvont:means <http://lexvo.org/id/iso639-3/tmz> .

<http://lexvo.org/id/code/tn> lvont:means <http://lexvo.org/id/iso639-3/tsn> .

<http://lexvo.org/id/code/tna> lvont:means <http://lexvo.org/id/iso639-3/tna>,
        <http://lexvo.org/id/iso639-3/tuv> .

<http://lexvo.org/id/code/tnb> lvont:means <http://lexvo.org/id/iso639-3/tnb>,
        <http://lexvo.org/id/iso639-3/tnd> .

<http://lexvo.org/id/code/tnc> lvont:means <http://lexvo.org/id/iso639-3/tcb>,
        <http://lexvo.org/id/iso639-3/tnc> .

<http://lexvo.org/id/code/tnd> lvont:means <http://lexvo.org/id/iso639-3/tin>,
        <http://lexvo.org/id/iso639-3/tnd> .

<http://lexvo.org/id/code/tne> lvont:means <http://lexvo.org/id/iso639-3/tem>,
        <http://lexvo.org/id/iso639-3/tne> .

<http://lexvo.org/id/code/tng> lvont:means <http://lexvo.org/id/iso639-3/tng>,
        <http://lexvo.org/id/iso639-3/ton> .

<http://lexvo.org/id/code/tnh> lvont:means <http://lexvo.org/id/iso639-3/tnh> .

<http://lexvo.org/id/code/tni> lvont:means <http://lexvo.org/id/iso639-3/lbf>,
        <http://lexvo.org/id/iso639-3/tni> .

<http://lexvo.org/id/code/tnj> lvont:means <http://lexvo.org/id/iso639-3/tfn> .

<http://lexvo.org/id/code/tnk> lvont:means <http://lexvo.org/id/iso639-3/lcm>,
        <http://lexvo.org/id/iso639-3/tnk> .

<http://lexvo.org/id/code/tnl> lvont:means <http://lexvo.org/id/iso639-3/taa>,
        <http://lexvo.org/id/iso639-3/tnl> .

<http://lexvo.org/id/code/tnm> lvont:means <http://lexvo.org/id/iso639-3/tnm> .

<http://lexvo.org/id/code/tnn> lvont:means <http://lexvo.org/id/iso639-3/baz>,
        <http://lexvo.org/id/iso639-3/tnn> .

<http://lexvo.org/id/code/tno> lvont:means <http://lexvo.org/id/iso639-3/tdn>,
        <http://lexvo.org/id/iso639-3/tno> .

<http://lexvo.org/id/code/tnp> lvont:means <http://lexvo.org/id/iso639-3/tnp> .

<http://lexvo.org/id/code/tnq> lvont:means <http://lexvo.org/id/iso639-3/tnq> .

<http://lexvo.org/id/code/tnr> lvont:means <http://lexvo.org/id/iso639-3/tnr> .

<http://lexvo.org/id/code/tns> lvont:means <http://lexvo.org/id/iso639-3/nwi>,
        <http://lexvo.org/id/iso639-3/tns> .

<http://lexvo.org/id/code/tnt> lvont:means <http://lexvo.org/id/iso639-3/tnt> .

<http://lexvo.org/id/code/tnu> lvont:means <http://lexvo.org/id/iso639-3/tnu> .

<http://lexvo.org/id/code/tnv> lvont:means <http://lexvo.org/id/iso639-3/tnv> .

<http://lexvo.org/id/code/tnw> lvont:means <http://lexvo.org/id/iso639-3/tnw> .

<http://lexvo.org/id/code/tnx> lvont:means <http://lexvo.org/id/iso639-3/tnx> .

<http://lexvo.org/id/code/tny> lvont:means <http://lexvo.org/id/iso639-3/kza>,
        <http://lexvo.org/id/iso639-3/tny> .

<http://lexvo.org/id/code/tnz> lvont:means <http://lexvo.org/id/iso639-3/tnz> .

<http://lexvo.org/id/code/to> lvont:means <http://lexvo.org/id/iso639-3/ton> .

<http://lexvo.org/id/code/toa> lvont:means <http://lexvo.org/id/iso639-3/tqo> .

<http://lexvo.org/id/code/toab1237> lvont:means <http://lexvo.org/id/iso639-3/mlu> .

<http://lexvo.org/id/code/toar1246> lvont:means <http://lexvo.org/id/iso639-3/tqo> .

<http://lexvo.org/id/code/tob> lvont:means <http://lexvo.org/id/iso639-3/tob> .

<http://lexvo.org/id/code/toba1266> lvont:means <http://lexvo.org/id/iso639-3/tti> .

<http://lexvo.org/id/code/toba1269> lvont:means <http://lexvo.org/id/iso639-3/tob> .

<http://lexvo.org/id/code/tobe1252> lvont:means <http://lexvo.org/id/iso639-3/tlb> .

<http://lexvo.org/id/code/toc> lvont:means <http://lexvo.org/id/iso639-3/toc> .

<http://lexvo.org/id/code/toca1235> lvont:means <http://lexvo.org/id/iso639-3/asu> .

<http://lexvo.org/id/code/tod> lvont:means <http://lexvo.org/id/iso639-3/sbu>,
        <http://lexvo.org/id/iso639-3/tod> .

<http://lexvo.org/id/code/toda1252> lvont:means <http://lexvo.org/id/iso639-3/tcx> .

<http://lexvo.org/id/code/toe> lvont:means <http://lexvo.org/id/iso639-3/toe> .

<http://lexvo.org/id/code/tof> lvont:means <http://lexvo.org/id/iso639-3/kim>,
        <http://lexvo.org/id/iso639-3/tof> .

<http://lexvo.org/id/code/tog> lvont:means <http://lexvo.org/id/iso639-3/tog> .

<http://lexvo.org/id/code/toh> lvont:means <http://lexvo.org/id/iso639-3/toh> .

<http://lexvo.org/id/code/toho1245> lvont:means <http://lexvo.org/id/iso639-3/ood> .

<http://lexvo.org/id/code/toi> lvont:means <http://lexvo.org/id/iso639-3/toi> .

<http://lexvo.org/id/code/toj> lvont:means <http://lexvo.org/id/iso639-3/toj> .

<http://lexvo.org/id/code/tojo1241> lvont:means <http://lexvo.org/id/iso639-3/toj> .

<http://lexvo.org/id/code/tok> lvont:means <http://lexvo.org/id/iso639-3/yer> .

<http://lexvo.org/id/code/toke1240> lvont:means <http://lexvo.org/id/iso639-3/tkl> .

<http://lexvo.org/id/code/tol> lvont:means <http://lexvo.org/id/iso639-3/jic>,
        <http://lexvo.org/id/iso639-3/tol> .

<http://lexvo.org/id/code/toll1241> lvont:means <http://lexvo.org/id/iso639-3/jic> .

<http://lexvo.org/id/code/tom> lvont:means <http://lexvo.org/id/iso639-3/tom> .

<http://lexvo.org/id/code/ton> lvont:means <http://lexvo.org/id/iso639-3/ton>,
        <http://lexvo.org/id/iso639-3/tqw> .

<http://lexvo.org/id/code/tond1251> lvont:means <http://lexvo.org/id/iso639-3/tdn> .

<http://lexvo.org/id/code/tong1318> lvont:means <http://lexvo.org/id/iso639-3/toi> .

<http://lexvo.org/id/code/tong1325> lvont:means <http://lexvo.org/id/iso639-3/ton> .

<http://lexvo.org/id/code/tonk1249> lvont:means <http://lexvo.org/id/iso639-3/tqw> .

<http://lexvo.org/id/code/tont1239> lvont:means <http://lexvo.org/id/iso639-3/tnt> .

<http://lexvo.org/id/code/too> lvont:means <http://lexvo.org/id/iso639-3/too> .

<http://lexvo.org/id/code/top> lvont:means <http://lexvo.org/id/iso639-3/top> .

<http://lexvo.org/id/code/toq> lvont:means <http://lexvo.org/id/iso639-3/mlu>,
        <http://lexvo.org/id/iso639-3/toq> .

<http://lexvo.org/id/code/tor> lvont:means <http://lexvo.org/id/iso639-3/rth>,
        <http://lexvo.org/id/iso639-3/tor> .

<http://lexvo.org/id/code/tora1261> lvont:means <http://lexvo.org/id/iso639-3/sda> .

<http://lexvo.org/id/code/toro1252> lvont:means <http://lexvo.org/id/iso639-3/dts> .

<http://lexvo.org/id/code/torw1241> lvont:means <http://lexvo.org/id/iso639-3/trw> .

<http://lexvo.org/id/code/tos> lvont:means <http://lexvo.org/id/iso639-3/tos> .

<http://lexvo.org/id/code/tot> lvont:means <http://lexvo.org/id/iso639-3/tlc> .

<http://lexvo.org/id/code/toto1305> lvont:means <http://lexvo.org/id/iso639-3/mto> .

<http://lexvo.org/id/code/tou> lvont:means <http://lexvo.org/id/iso639-3/tou> .

<http://lexvo.org/id/code/tov> lvont:means <http://lexvo.org/id/iso639-3/tov> .

<http://lexvo.org/id/code/tow> lvont:means <http://lexvo.org/id/iso639-3/tow>,
        <http://lexvo.org/id/iso639-3/wib> .

<http://lexvo.org/id/code/tox> lvont:means <http://lexvo.org/id/iso639-3/tox> .

<http://lexvo.org/id/code/toy> lvont:means <http://lexvo.org/id/iso639-3/toy> .

<http://lexvo.org/id/code/toz> lvont:means <http://lexvo.org/id/iso639-3/toi>,
        <http://lexvo.org/id/iso639-3/toz> .

<http://lexvo.org/id/code/tpa> lvont:means <http://lexvo.org/id/iso639-3/top>,
        <http://lexvo.org/id/iso639-3/tpa> .

<http://lexvo.org/id/code/tpc> lvont:means <http://lexvo.org/id/iso639-3/tep>,
        <http://lexvo.org/id/iso639-3/tpc> .

<http://lexvo.org/id/code/tpe> lvont:means <http://lexvo.org/id/iso639-3/tpe> .

<http://lexvo.org/id/code/tpf> lvont:means <http://lexvo.org/id/iso639-3/tpf> .

<http://lexvo.org/id/code/tpg> lvont:means <http://lexvo.org/id/iso639-3/tpg> .

<http://lexvo.org/id/code/tpi> lvont:means <http://lexvo.org/id/iso639-3/tpi> .

<http://lexvo.org/id/code/tpj> lvont:means <http://lexvo.org/id/iso639-3/tpj> .

<http://lexvo.org/id/code/tpk> lvont:means <http://lexvo.org/id/iso639-3/tpk> .

<http://lexvo.org/id/code/tpl> lvont:means <http://lexvo.org/id/iso639-3/tpl> .

<http://lexvo.org/id/code/tpm> lvont:means <http://lexvo.org/id/iso639-3/tpm> .

<http://lexvo.org/id/code/tpn> lvont:means <http://lexvo.org/id/iso639-3/ntp>,
        <http://lexvo.org/id/iso639-3/tpn> .

<http://lexvo.org/id/code/tpo> lvont:means <http://lexvo.org/id/iso639-3/tpo> .

<http://lexvo.org/id/code/tpp> lvont:means <http://lexvo.org/id/iso639-3/tpp> .

<http://lexvo.org/id/code/tpq> lvont:means <http://lexvo.org/id/iso639-3/tpq> .

<http://lexvo.org/id/code/tpr> lvont:means <http://lexvo.org/id/iso639-3/tpr>,
        <http://lexvo.org/id/iso639-3/tui> .

<http://lexvo.org/id/code/tps> lvont:means <http://lexvo.org/id/iso639-3/stp> .

<http://lexvo.org/id/code/tpt> lvont:means <http://lexvo.org/id/iso639-3/tpj>,
        <http://lexvo.org/id/iso639-3/tpt> .

<http://lexvo.org/id/code/tpu> lvont:means <http://lexvo.org/id/iso639-3/tpu> .

<http://lexvo.org/id/code/tpv> lvont:means <http://lexvo.org/id/iso639-3/tpv> .

<http://lexvo.org/id/code/tpw> lvont:means <http://lexvo.org/id/iso639-3/tpw> .

<http://lexvo.org/id/code/tpx> lvont:means <http://lexvo.org/id/iso639-3/tpx> .

<http://lexvo.org/id/code/tpy> lvont:means <http://lexvo.org/id/iso639-3/tpy> .

<http://lexvo.org/id/code/tpz> lvont:means <http://lexvo.org/id/iso639-3/tpz> .

<http://lexvo.org/id/code/tqb> lvont:means <http://lexvo.org/id/iso639-3/tqb> .

<http://lexvo.org/id/code/tql> lvont:means <http://lexvo.org/id/iso639-3/tql> .

<http://lexvo.org/id/code/tqm> lvont:means <http://lexvo.org/id/iso639-3/tqm> .

<http://lexvo.org/id/code/tqn> lvont:means <http://lexvo.org/id/iso639-3/tqn> .

<http://lexvo.org/id/code/tqo> lvont:means <http://lexvo.org/id/iso639-3/tqo> .

<http://lexvo.org/id/code/tqp> lvont:means <http://lexvo.org/id/iso639-3/tqp> .

<http://lexvo.org/id/code/tqq> lvont:means <http://lexvo.org/id/iso639-3/tqq> .

<http://lexvo.org/id/code/tqr> lvont:means <http://lexvo.org/id/iso639-3/tqr> .

<http://lexvo.org/id/code/tqt> lvont:means <http://lexvo.org/id/iso639-3/tqt> .

<http://lexvo.org/id/code/tqu> lvont:means <http://lexvo.org/id/iso639-3/tqu> .

<http://lexvo.org/id/code/tqw> lvont:means <http://lexvo.org/id/iso639-3/tqw> .

<http://lexvo.org/id/code/tr> lvont:means <http://lexvo.org/id/iso639-3/tur> .

<http://lexvo.org/id/code/tra> lvont:means <http://lexvo.org/id/iso639-3/tra> .

<http://lexvo.org/id/code/trb> lvont:means <http://lexvo.org/id/iso639-3/tfr>,
        <http://lexvo.org/id/iso639-3/trb> .

<http://lexvo.org/id/code/trc> lvont:means <http://lexvo.org/id/iso639-3/trc>,
        <http://lexvo.org/id/iso639-3/trs> .

<http://lexvo.org/id/code/trd> lvont:means <http://lexvo.org/id/iso639-3/sda>,
        <http://lexvo.org/id/iso639-3/trd> .

<http://lexvo.org/id/code/tre> lvont:means <http://lexvo.org/id/iso639-3/tre> .

<http://lexvo.org/id/code/trf> lvont:means <http://lexvo.org/id/iso639-3/trf> .

<http://lexvo.org/id/code/trg> lvont:means <http://lexvo.org/id/iso639-3/tew>,
        <http://lexvo.org/id/iso639-3/trg> .

<http://lexvo.org/id/code/trh> lvont:means <http://lexvo.org/id/iso639-3/trh> .

<http://lexvo.org/id/code/tri> lvont:means <http://lexvo.org/id/iso639-3/trc>,
        <http://lexvo.org/id/iso639-3/tri> .

<http://lexvo.org/id/code/trio1238> lvont:means <http://lexvo.org/id/iso639-3/tri> .

<http://lexvo.org/id/code/trj> lvont:means <http://lexvo.org/id/iso639-3/trj> .

<http://lexvo.org/id/code/trk> lvont:means <http://lexvo.org/id/iso639-5/trk> .

<http://lexvo.org/id/code/trl> lvont:means <http://lexvo.org/id/iso639-3/trl> .

<http://lexvo.org/id/code/trm> lvont:means <http://lexvo.org/id/iso639-3/suq>,
        <http://lexvo.org/id/iso639-3/trm> .

<http://lexvo.org/id/code/trn> lvont:means <http://lexvo.org/id/iso639-3/ter>,
        <http://lexvo.org/id/iso639-3/trn> .

<http://lexvo.org/id/code/tro> lvont:means <http://lexvo.org/id/iso639-3/tro> .

<http://lexvo.org/id/code/trp> lvont:means <http://lexvo.org/id/iso639-3/trp> .

<http://lexvo.org/id/code/trq> lvont:means <http://lexvo.org/id/iso639-3/trq> .

<http://lexvo.org/id/code/trr> lvont:means <http://lexvo.org/id/iso639-3/tbg>,
        <http://lexvo.org/id/iso639-3/trr> .

<http://lexvo.org/id/code/trs> lvont:means <http://lexvo.org/id/iso639-3/trs> .

<http://lexvo.org/id/code/trt> lvont:means <http://lexvo.org/id/iso639-3/tft>,
        <http://lexvo.org/id/iso639-3/trt> .

<http://lexvo.org/id/code/tru> lvont:means <http://lexvo.org/id/iso639-3/chk>,
        <http://lexvo.org/id/iso639-3/tpy>,
        <http://lexvo.org/id/iso639-3/tru> .

<http://lexvo.org/id/code/trum1247> lvont:means <http://lexvo.org/id/iso639-3/tpy> .

<http://lexvo.org/id/code/trv> lvont:means <http://lexvo.org/id/iso639-3/trv> .

<http://lexvo.org/id/code/trw> lvont:means <http://lexvo.org/id/iso639-3/trw> .

<http://lexvo.org/id/code/trx> lvont:means <http://lexvo.org/id/iso639-3/trx> .

<http://lexvo.org/id/code/try> lvont:means <http://lexvo.org/id/iso639-3/tiy>,
        <http://lexvo.org/id/iso639-3/try> .

<http://lexvo.org/id/code/trz> lvont:means <http://lexvo.org/id/iso639-3/trz> .

<http://lexvo.org/id/code/ts> lvont:means <http://lexvo.org/id/iso639-3/tso> .

<http://lexvo.org/id/code/tsa> lvont:means <http://lexvo.org/id/iso639-3/tkr>,
        <http://lexvo.org/id/iso639-3/tsa> .

<http://lexvo.org/id/code/tsak1249> lvont:means <http://lexvo.org/id/iso639-3/tkr> .

<http://lexvo.org/id/code/tsat1238> lvont:means <http://lexvo.org/id/iso639-3/huq> .

<http://lexvo.org/id/code/tsb> lvont:means <http://lexvo.org/id/iso639-3/tsb> .

<http://lexvo.org/id/code/tsc> lvont:means <http://lexvo.org/id/iso639-3/tsc> .

<http://lexvo.org/id/code/tsd> lvont:means <http://lexvo.org/id/iso639-3/tsd> .

<http://lexvo.org/id/code/tse> lvont:means <http://lexvo.org/id/iso639-3/aoz>,
        <http://lexvo.org/id/iso639-3/tse> .

<http://lexvo.org/id/code/tsf> lvont:means <http://lexvo.org/id/iso639-3/cof>,
        <http://lexvo.org/id/iso639-3/tsf> .

<http://lexvo.org/id/code/tsg> lvont:means <http://lexvo.org/id/iso639-3/tsg> .

<http://lexvo.org/id/code/tsh> lvont:means <http://lexvo.org/id/iso639-3/par>,
        <http://lexvo.org/id/iso639-3/tsh> .

<http://lexvo.org/id/code/tsha1245> lvont:means <http://lexvo.org/id/iso639-3/tsj> .

<http://lexvo.org/id/code/tsi> lvont:means <http://lexvo.org/id/iso639-3/tsi> .

<http://lexvo.org/id/code/tsj> lvont:means <http://lexvo.org/id/iso639-3/tew>,
        <http://lexvo.org/id/iso639-3/tsj> .

<http://lexvo.org/id/code/tsk> lvont:means <http://lexvo.org/id/iso639-3/tsk> .

<http://lexvo.org/id/code/tsl> lvont:means <http://lexvo.org/id/iso639-3/tsl>,
        <http://lexvo.org/id/iso639-3/tza> .

<http://lexvo.org/id/code/tsm> lvont:means <http://lexvo.org/id/iso639-3/tsm> .

<http://lexvo.org/id/code/tsn> lvont:means <http://lexvo.org/id/iso639-3/tsn>,
        <http://lexvo.org/id/iso639-3/tso> .

<http://lexvo.org/id/code/tso> lvont:means <http://lexvo.org/id/iso639-3/tso>,
        <http://lexvo.org/id/iso639-3/tsu> .

<http://lexvo.org/id/code/tsog1243> lvont:means <http://lexvo.org/id/iso639-3/tsv> .

<http://lexvo.org/id/code/tson1249> lvont:means <http://lexvo.org/id/iso639-3/tso> .

<http://lexvo.org/id/code/tsou1248> lvont:means <http://lexvo.org/id/iso639-3/tsu> .

<http://lexvo.org/id/code/tsp> lvont:means <http://lexvo.org/id/iso639-3/tam>,
        <http://lexvo.org/id/iso639-3/tsp> .

<http://lexvo.org/id/code/tsq> lvont:means <http://lexvo.org/id/iso639-3/tsq> .

<http://lexvo.org/id/code/tsr> lvont:means <http://lexvo.org/id/iso639-3/trr>,
        <http://lexvo.org/id/iso639-3/tsr> .

<http://lexvo.org/id/code/tss> lvont:means <http://lexvo.org/id/iso639-3/tss> .

<http://lexvo.org/id/code/tst> lvont:means <http://lexvo.org/id/iso639-3/huq>,
        <http://lexvo.org/id/iso639-3/tst> .

<http://lexvo.org/id/code/tsu> lvont:means <http://lexvo.org/id/iso639-3/tsu> .

<http://lexvo.org/id/code/tsv> lvont:means <http://lexvo.org/id/iso639-3/tsv> .

<http://lexvo.org/id/code/tsw> lvont:means <http://lexvo.org/id/iso639-3/tsn>,
        <http://lexvo.org/id/iso639-3/tsw> .

<http://lexvo.org/id/code/tswa1253> lvont:means <http://lexvo.org/id/iso639-3/tsn> .

<http://lexvo.org/id/code/tsx> lvont:means <http://lexvo.org/id/iso639-3/tsx> .

<http://lexvo.org/id/code/tsy> lvont:means <http://lexvo.org/id/iso639-3/tsy> .

<http://lexvo.org/id/code/tsz> lvont:means <http://lexvo.org/id/iso639-3/ddo>,
        <http://lexvo.org/id/iso639-3/tsz> .

<http://lexvo.org/id/code/tt> lvont:means <http://lexvo.org/id/iso639-3/tat> .

<http://lexvo.org/id/code/tta> lvont:means <http://lexvo.org/id/iso639-3/tta> .

<http://lexvo.org/id/code/ttb> lvont:means <http://lexvo.org/id/iso639-3/tat>,
        <http://lexvo.org/id/iso639-3/ttb> .

<http://lexvo.org/id/code/ttc> lvont:means <http://lexvo.org/id/iso639-3/ttc> .

<http://lexvo.org/id/code/ttd> lvont:means <http://lexvo.org/id/iso639-3/ttd> .

<http://lexvo.org/id/code/tte> lvont:means <http://lexvo.org/id/iso639-3/tta>,
        <http://lexvo.org/id/iso639-3/tte> .

<http://lexvo.org/id/code/ttf> lvont:means <http://lexvo.org/id/iso639-3/ttf> .

<http://lexvo.org/id/code/ttg> lvont:means <http://lexvo.org/id/iso639-3/ttg> .

<http://lexvo.org/id/code/tth> lvont:means <http://lexvo.org/id/iso639-3/tth> .

<http://lexvo.org/id/code/tti> lvont:means <http://lexvo.org/id/iso639-3/tti> .

<http://lexvo.org/id/code/ttj> lvont:means <http://lexvo.org/id/iso639-3/ttj> .

<http://lexvo.org/id/code/ttk> lvont:means <http://lexvo.org/id/iso639-3/ttk> .

<http://lexvo.org/id/code/ttl> lvont:means <http://lexvo.org/id/iso639-3/ttl> .

<http://lexvo.org/id/code/ttm> lvont:means <http://lexvo.org/id/iso639-3/ttm> .

<http://lexvo.org/id/code/ttn> lvont:means <http://lexvo.org/id/iso639-3/tet>,
        <http://lexvo.org/id/iso639-3/ttn> .

<http://lexvo.org/id/code/tto> lvont:means <http://lexvo.org/id/iso639-3/tto> .

<http://lexvo.org/id/code/ttp> lvont:means <http://lexvo.org/id/iso639-3/ttp> .

<http://lexvo.org/id/code/ttq> lvont:means <http://lexvo.org/id/iso639-3/ttq> .

<http://lexvo.org/id/code/ttr> lvont:means <http://lexvo.org/id/iso639-3/ttr> .

<http://lexvo.org/id/code/tts> lvont:means <http://lexvo.org/id/iso639-3/tks>,
        <http://lexvo.org/id/iso639-3/tts> .

<http://lexvo.org/id/code/ttt> lvont:means <http://lexvo.org/id/iso639-3/ttt> .

<http://lexvo.org/id/code/ttu> lvont:means <http://lexvo.org/id/iso639-3/bbl>,
        <http://lexvo.org/id/iso639-3/ttu> .

<http://lexvo.org/id/code/ttv> lvont:means <http://lexvo.org/id/iso639-3/ttv> .

<http://lexvo.org/id/code/ttw> lvont:means <http://lexvo.org/id/iso639-3/ttw> .

<http://lexvo.org/id/code/tty> lvont:means <http://lexvo.org/id/iso639-3/tav>,
        <http://lexvo.org/id/iso639-3/tty> .

<http://lexvo.org/id/code/ttz> lvont:means <http://lexvo.org/id/iso639-3/ttz> .

<http://lexvo.org/id/code/tua> lvont:means <http://lexvo.org/id/iso639-3/pmt>,
        <http://lexvo.org/id/iso639-3/tua> .

<http://lexvo.org/id/code/tuam1242> lvont:means <http://lexvo.org/id/iso639-3/pmt> .

<http://lexvo.org/id/code/tub> lvont:means <http://lexvo.org/id/iso639-3/tbu>,
        <http://lexvo.org/id/iso639-3/tub> .

<http://lexvo.org/id/code/tuba1278> lvont:means <http://lexvo.org/id/iso639-3/tub> .

<http://lexvo.org/id/code/tuba1279> lvont:means <http://lexvo.org/id/iso639-3/tbu> .

<http://lexvo.org/id/code/tuc> lvont:means <http://lexvo.org/id/iso639-3/tuc>,
        <http://lexvo.org/id/iso639-3/tuo> .

<http://lexvo.org/id/code/tuca1252> lvont:means <http://lexvo.org/id/iso639-3/tuo> .

<http://lexvo.org/id/code/tud> lvont:means <http://lexvo.org/id/iso639-3/tud> .

<http://lexvo.org/id/code/tue> lvont:means <http://lexvo.org/id/iso639-3/tue> .

<http://lexvo.org/id/code/tuf> lvont:means <http://lexvo.org/id/iso639-3/tuf> .

<http://lexvo.org/id/code/tug> lvont:means <http://lexvo.org/id/iso639-3/thv>,
        <http://lexvo.org/id/iso639-3/tug> .

<http://lexvo.org/id/code/tugu1245> lvont:means <http://lexvo.org/id/iso639-3/tzn> .

<http://lexvo.org/id/code/tuh> lvont:means <http://lexvo.org/id/iso639-3/tuh> .

<http://lexvo.org/id/code/tui> lvont:means <http://lexvo.org/id/iso639-3/tsm>,
        <http://lexvo.org/id/iso639-3/tui> .

<http://lexvo.org/id/code/tuj> lvont:means <http://lexvo.org/id/iso639-3/tuj> .

<http://lexvo.org/id/code/tuk> lvont:means <http://lexvo.org/id/iso639-3/tuk> .

<http://lexvo.org/id/code/tuki1240> lvont:means <http://lexvo.org/id/iso639-3/bag> .

<http://lexvo.org/id/code/tukp1239> lvont:means <http://lexvo.org/id/iso639-3/tpq> .

<http://lexvo.org/id/code/tul> lvont:means <http://lexvo.org/id/iso639-3/tcy>,
        <http://lexvo.org/id/iso639-3/tul> .

<http://lexvo.org/id/code/tulu1258> lvont:means <http://lexvo.org/id/iso639-3/tcy> .

<http://lexvo.org/id/code/tum> lvont:means <http://lexvo.org/id/iso639-3/tmq>,
        <http://lexvo.org/id/iso639-3/tum> .

<http://lexvo.org/id/code/tuma1260> lvont:means <http://lexvo.org/id/iso639-3/tmc> .

<http://lexvo.org/id/code/tuml1238> lvont:means <http://lexvo.org/id/iso639-3/tmq> .

<http://lexvo.org/id/code/tumz1238> lvont:means <http://lexvo.org/id/iso639-3/mzb> .

<http://lexvo.org/id/code/tun> lvont:means <http://lexvo.org/id/iso639-3/tun> .

<http://lexvo.org/id/code/tune1241> lvont:means <http://lexvo.org/id/iso639-3/baz> .

<http://lexvo.org/id/code/tung1290> lvont:means <http://lexvo.org/id/iso639-3/lcm> .

<http://lexvo.org/id/code/tuni1252> lvont:means <http://lexvo.org/id/iso639-3/tun> .

<http://lexvo.org/id/code/tuni1259> lvont:means <http://lexvo.org/id/iso639-3/aeb> .

<http://lexvo.org/id/code/tuo> lvont:means <http://lexvo.org/id/iso639-3/tuo> .

<http://lexvo.org/id/code/tup> lvont:means <http://lexvo.org/id/iso639-3/tpw>,
        <http://lexvo.org/id/iso639-5/tup> .

<http://lexvo.org/id/code/tupi1274> lvont:means <http://lexvo.org/id/iso639-3/tpw> .

<http://lexvo.org/id/code/tupu1244> lvont:means <http://lexvo.org/id/iso639-3/tui> .

<http://lexvo.org/id/code/tuq> lvont:means <http://lexvo.org/id/iso639-3/tuq> .

<http://lexvo.org/id/code/tur> lvont:means <http://lexvo.org/id/iso639-3/tur> .

<http://lexvo.org/id/code/turk1288> lvont:means <http://lexvo.org/id/iso639-3/tsm> .

<http://lexvo.org/id/code/turk1303> lvont:means <http://lexvo.org/id/iso639-3/klj> .

<http://lexvo.org/id/code/turk1304> lvont:means <http://lexvo.org/id/iso639-3/tuk> .

<http://lexvo.org/id/code/turk1308> lvont:means <http://lexvo.org/id/iso639-3/tuv> .

<http://lexvo.org/id/code/tus> lvont:means <http://lexvo.org/id/iso639-3/tus> .

<http://lexvo.org/id/code/tusc1257> lvont:means <http://lexvo.org/id/iso639-3/tus> .

<http://lexvo.org/id/code/tut> lvont:means <http://lexvo.org/id/iso639-3/ttm>,
        <http://lexvo.org/id/iso639-5/tut> .

<http://lexvo.org/id/code/tute1247> lvont:means <http://lexvo.org/id/iso639-3/tta> .

<http://lexvo.org/id/code/tuu> lvont:means <http://lexvo.org/id/iso639-3/tuu> .

<http://lexvo.org/id/code/tuuu1240> lvont:means <http://lexvo.org/id/iso639-3/mjg> .

<http://lexvo.org/id/code/tuv> lvont:means <http://lexvo.org/id/iso639-3/tuv>,
        <http://lexvo.org/id/iso639-3/tyv> .

<http://lexvo.org/id/code/tuva1244> lvont:means <http://lexvo.org/id/iso639-3/tvl> .

<http://lexvo.org/id/code/tuvi1240> lvont:means <http://lexvo.org/id/iso639-3/tyv> .

<http://lexvo.org/id/code/tuw> lvont:means <http://lexvo.org/id/iso639-5/tuw> .

<http://lexvo.org/id/code/tux> lvont:means <http://lexvo.org/id/iso639-3/tux> .

<http://lexvo.org/id/code/tuy> lvont:means <http://lexvo.org/id/iso639-3/tue>,
        <http://lexvo.org/id/iso639-3/tuy> .

<http://lexvo.org/id/code/tuyu1244> lvont:means <http://lexvo.org/id/iso639-3/tue> .

<http://lexvo.org/id/code/tuz> lvont:means <http://lexvo.org/id/iso639-3/tuz> .

<http://lexvo.org/id/code/tva> lvont:means <http://lexvo.org/id/iso639-3/tva> .

<http://lexvo.org/id/code/tvd> lvont:means <http://lexvo.org/id/iso639-3/tvd> .

<http://lexvo.org/id/code/tve> lvont:means <http://lexvo.org/id/iso639-3/tve> .

<http://lexvo.org/id/code/tvk> lvont:means <http://lexvo.org/id/iso639-3/tvk> .

<http://lexvo.org/id/code/tvl> lvont:means <http://lexvo.org/id/iso639-3/tvl> .

<http://lexvo.org/id/code/tvm> lvont:means <http://lexvo.org/id/iso639-3/tvm> .

<http://lexvo.org/id/code/tvn> lvont:means <http://lexvo.org/id/iso639-3/tvn> .

<http://lexvo.org/id/code/tvo> lvont:means <http://lexvo.org/id/iso639-3/tat>,
        <http://lexvo.org/id/iso639-3/tvo> .

<http://lexvo.org/id/code/tvs> lvont:means <http://lexvo.org/id/iso639-3/tvs> .

<http://lexvo.org/id/code/tvt> lvont:means <http://lexvo.org/id/iso639-3/tvt> .

<http://lexvo.org/id/code/tvu> lvont:means <http://lexvo.org/id/iso639-3/tvu> .

<http://lexvo.org/id/code/tvw> lvont:means <http://lexvo.org/id/iso639-3/tvw> .

<http://lexvo.org/id/code/tvy> lvont:means <http://lexvo.org/id/iso639-3/tvy> .

<http://lexvo.org/id/code/tw> lvont:means <http://lexvo.org/id/iso639-3/twi> .

<http://lexvo.org/id/code/twa> lvont:means <http://lexvo.org/id/iso639-3/twa> .

<http://lexvo.org/id/code/twan1247> lvont:means <http://lexvo.org/id/iso639-3/twa> .

<http://lexvo.org/id/code/twb> lvont:means <http://lexvo.org/id/iso639-3/twb> .

<http://lexvo.org/id/code/twc> lvont:means <http://lexvo.org/id/iso639-3/twc> .

<http://lexvo.org/id/code/twd> lvont:means <http://lexvo.org/id/iso639-3/twd> .

<http://lexvo.org/id/code/twe> lvont:means <http://lexvo.org/id/iso639-3/tac>,
        <http://lexvo.org/id/iso639-3/twe> .

<http://lexvo.org/id/code/twf> lvont:means <http://lexvo.org/id/iso639-3/twf> .

<http://lexvo.org/id/code/twg> lvont:means <http://lexvo.org/id/iso639-3/twg> .

<http://lexvo.org/id/code/twh> lvont:means <http://lexvo.org/id/iso639-3/twh> .

<http://lexvo.org/id/code/twi> lvont:means <http://lexvo.org/id/iso639-3/twi> .

<http://lexvo.org/id/code/twl> lvont:means <http://lexvo.org/id/iso639-3/twl> .

<http://lexvo.org/id/code/twm> lvont:means <http://lexvo.org/id/iso639-3/twm> .

<http://lexvo.org/id/code/twn> lvont:means <http://lexvo.org/id/iso639-3/twf>,
        <http://lexvo.org/id/iso639-3/twn> .

<http://lexvo.org/id/code/two> lvont:means <http://lexvo.org/id/iso639-3/two> .

<http://lexvo.org/id/code/twp> lvont:means <http://lexvo.org/id/iso639-3/twp> .

<http://lexvo.org/id/code/twq> lvont:means <http://lexvo.org/id/iso639-3/twq> .

<http://lexvo.org/id/code/twr> lvont:means <http://lexvo.org/id/iso639-3/twr> .

<http://lexvo.org/id/code/tws> lvont:means <http://lexvo.org/id/iso639-3/tix> .

<http://lexvo.org/id/code/twt> lvont:means <http://lexvo.org/id/iso639-3/twt> .

<http://lexvo.org/id/code/twu> lvont:means <http://lexvo.org/id/iso639-3/twu> .

<http://lexvo.org/id/code/tww> lvont:means <http://lexvo.org/id/iso639-3/tww> .

<http://lexvo.org/id/code/twx> lvont:means <http://lexvo.org/id/iso639-3/kmz>,
        <http://lexvo.org/id/iso639-3/twx> .

<http://lexvo.org/id/code/twy> lvont:means <http://lexvo.org/id/iso639-3/twy> .

<http://lexvo.org/id/code/txa> lvont:means <http://lexvo.org/id/iso639-3/txa> .

<http://lexvo.org/id/code/txb> lvont:means <http://lexvo.org/id/iso639-3/txb> .

<http://lexvo.org/id/code/txc> lvont:means <http://lexvo.org/id/iso639-3/txc> .

<http://lexvo.org/id/code/txe> lvont:means <http://lexvo.org/id/iso639-3/txe> .

<http://lexvo.org/id/code/txg> lvont:means <http://lexvo.org/id/iso639-3/txg> .

<http://lexvo.org/id/code/txh> lvont:means <http://lexvo.org/id/iso639-3/txh> .

<http://lexvo.org/id/code/txi> lvont:means <http://lexvo.org/id/iso639-3/txi> .

<http://lexvo.org/id/code/txj> lvont:means <http://lexvo.org/id/iso639-3/too> .

<http://lexvo.org/id/code/txm> lvont:means <http://lexvo.org/id/iso639-3/txm> .

<http://lexvo.org/id/code/txn> lvont:means <http://lexvo.org/id/iso639-3/txn> .

<http://lexvo.org/id/code/txo> lvont:means <http://lexvo.org/id/iso639-3/txo> .

<http://lexvo.org/id/code/txq> lvont:means <http://lexvo.org/id/iso639-3/txq> .

<http://lexvo.org/id/code/txr> lvont:means <http://lexvo.org/id/iso639-3/txr> .

<http://lexvo.org/id/code/txs> lvont:means <http://lexvo.org/id/iso639-3/txs> .

<http://lexvo.org/id/code/txt> lvont:means <http://lexvo.org/id/iso639-3/txt> .

<http://lexvo.org/id/code/txu> lvont:means <http://lexvo.org/id/iso639-3/txu> .

<http://lexvo.org/id/code/txx> lvont:means <http://lexvo.org/id/iso639-3/txx> .

<http://lexvo.org/id/code/txy> lvont:means <http://lexvo.org/id/iso639-3/txy> .

<http://lexvo.org/id/code/ty> lvont:means <http://lexvo.org/id/iso639-3/tah> .

<http://lexvo.org/id/code/tya> lvont:means <http://lexvo.org/id/iso639-3/tya> .

<http://lexvo.org/id/code/tyap1238> lvont:means <http://lexvo.org/id/iso639-3/kcg> .

<http://lexvo.org/id/code/tyar1236> lvont:means <http://lexvo.org/id/iso639-3/woa> .

<http://lexvo.org/id/code/tye> lvont:means <http://lexvo.org/id/iso639-3/tye>,
        <http://lexvo.org/id/iso639-3/woa> .

<http://lexvo.org/id/code/tyh> lvont:means <http://lexvo.org/id/iso639-3/tyh> .

<http://lexvo.org/id/code/tyi> lvont:means <http://lexvo.org/id/iso639-3/tyi> .

<http://lexvo.org/id/code/tyj> lvont:means <http://lexvo.org/id/iso639-3/tyj> .

<http://lexvo.org/id/code/tyl> lvont:means <http://lexvo.org/id/iso639-3/tyl> .

<http://lexvo.org/id/code/tyn> lvont:means <http://lexvo.org/id/iso639-3/tyn> .

<http://lexvo.org/id/code/typ> lvont:means <http://lexvo.org/id/iso639-3/typ> .

<http://lexvo.org/id/code/tyr> lvont:means <http://lexvo.org/id/iso639-3/tyr> .

<http://lexvo.org/id/code/tys> lvont:means <http://lexvo.org/id/iso639-3/tys> .

<http://lexvo.org/id/code/tyt> lvont:means <http://lexvo.org/id/iso639-3/tyt> .

<http://lexvo.org/id/code/tyu> lvont:means <http://lexvo.org/id/iso639-3/tyu> .

<http://lexvo.org/id/code/tyv> lvont:means <http://lexvo.org/id/iso639-3/tyv> .

<http://lexvo.org/id/code/tyx> lvont:means <http://lexvo.org/id/iso639-3/tyx> .

<http://lexvo.org/id/code/tyz> lvont:means <http://lexvo.org/id/iso639-3/tyz> .

<http://lexvo.org/id/code/tza> lvont:means <http://lexvo.org/id/iso639-3/tza>,
        <http://lexvo.org/id/iso639-3/tzh> .

<http://lexvo.org/id/code/tze> lvont:means <http://lexvo.org/id/iso639-3/tzh> .

<http://lexvo.org/id/code/tzel1254> lvont:means <http://lexvo.org/id/iso639-3/tzh> .

<http://lexvo.org/id/code/tzh> lvont:means <http://lexvo.org/id/iso639-3/tzh> .

<http://lexvo.org/id/code/tzi> lvont:means <http://lexvo.org/id/iso639-3/tss> .

<http://lexvo.org/id/code/tzj> lvont:means <http://lexvo.org/id/iso639-3/tzj> .

<http://lexvo.org/id/code/tzm> lvont:means <http://lexvo.org/id/iso639-3/tzm> .

<http://lexvo.org/id/code/tzn> lvont:means <http://lexvo.org/id/iso639-3/tzn> .

<http://lexvo.org/id/code/tzo> lvont:means <http://lexvo.org/id/iso639-3/tzo> .

<http://lexvo.org/id/code/tzt> lvont:means <http://lexvo.org/id/iso639-3/tzh> .

<http://lexvo.org/id/code/tzx> lvont:means <http://lexvo.org/id/iso639-3/tzx> .

<http://lexvo.org/id/code/uabm1237> lvont:means <http://lexvo.org/id/iso639-3/aoz> .

<http://lexvo.org/id/code/uam> lvont:means <http://lexvo.org/id/iso639-3/uam> .

<http://lexvo.org/id/code/uan> lvont:means <http://lexvo.org/id/iso639-3/uan> .

<http://lexvo.org/id/code/uar> lvont:means <http://lexvo.org/id/iso639-3/uar> .

<http://lexvo.org/id/code/uba> lvont:means <http://lexvo.org/id/iso639-3/uba> .

<http://lexvo.org/id/code/ubi> lvont:means <http://lexvo.org/id/iso639-3/ubi> .

<http://lexvo.org/id/code/ubl> lvont:means <http://lexvo.org/id/iso639-3/ubl> .

<http://lexvo.org/id/code/ubr> lvont:means <http://lexvo.org/id/iso639-3/ubr> .

<http://lexvo.org/id/code/ubu> lvont:means <http://lexvo.org/id/iso639-3/ubu> .

<http://lexvo.org/id/code/uby> lvont:means <http://lexvo.org/id/iso639-3/uby> .

<http://lexvo.org/id/code/ubyk1235> lvont:means <http://lexvo.org/id/iso639-3/uby> .

<http://lexvo.org/id/code/uda> lvont:means <http://lexvo.org/id/iso639-3/uda> .

<http://lexvo.org/id/code/ude> lvont:means <http://lexvo.org/id/iso639-3/ude> .

<http://lexvo.org/id/code/udg> lvont:means <http://lexvo.org/id/iso639-3/udg> .

<http://lexvo.org/id/code/udh> lvont:means <http://lexvo.org/id/iso639-3/ude> .

<http://lexvo.org/id/code/udi> lvont:means <http://lexvo.org/id/iso639-3/udi> .

<http://lexvo.org/id/code/udih1248> lvont:means <http://lexvo.org/id/iso639-3/ude> .

<http://lexvo.org/id/code/udii1243> lvont:means <http://lexvo.org/id/iso639-3/udi> .

<http://lexvo.org/id/code/udj> lvont:means <http://lexvo.org/id/iso639-3/udj> .

<http://lexvo.org/id/code/udl> lvont:means <http://lexvo.org/id/iso639-3/udl> .

<http://lexvo.org/id/code/udm> lvont:means <http://lexvo.org/id/iso639-3/udm> .

<http://lexvo.org/id/code/udmu1245> lvont:means <http://lexvo.org/id/iso639-3/udm> .

<http://lexvo.org/id/code/udu> lvont:means <http://lexvo.org/id/iso639-3/udu> .

<http://lexvo.org/id/code/ues> lvont:means <http://lexvo.org/id/iso639-3/ues> .

<http://lexvo.org/id/code/ufi> lvont:means <http://lexvo.org/id/iso639-3/ufi> .

<http://lexvo.org/id/code/ug> lvont:means <http://lexvo.org/id/iso639-3/uig> .

<http://lexvo.org/id/code/uga> lvont:means <http://lexvo.org/id/iso639-3/uga> .

<http://lexvo.org/id/code/ugan1238> lvont:means <http://lexvo.org/id/iso639-3/ugn> .

<http://lexvo.org/id/code/ugb> lvont:means <http://lexvo.org/id/iso639-3/ugb> .

<http://lexvo.org/id/code/uge> lvont:means <http://lexvo.org/id/iso639-3/uge> .

<http://lexvo.org/id/code/ugn> lvont:means <http://lexvo.org/id/iso639-3/ugn> .

<http://lexvo.org/id/code/ugo> lvont:means <http://lexvo.org/id/iso639-3/ugo> .

<http://lexvo.org/id/code/ugs> lvont:means <http://lexvo.org/id/iso639-3/ugn> .

<http://lexvo.org/id/code/ugy> lvont:means <http://lexvo.org/id/iso639-3/ugy> .

<http://lexvo.org/id/code/uha> lvont:means <http://lexvo.org/id/iso639-3/uha> .

<http://lexvo.org/id/code/uhn> lvont:means <http://lexvo.org/id/iso639-3/uhn> .

<http://lexvo.org/id/code/uig> lvont:means <http://lexvo.org/id/iso639-3/uig> .

<http://lexvo.org/id/code/uigh1240> lvont:means <http://lexvo.org/id/iso639-3/uig> .

<http://lexvo.org/id/code/uis> lvont:means <http://lexvo.org/id/iso639-3/uis> .

<http://lexvo.org/id/code/uiv> lvont:means <http://lexvo.org/id/iso639-3/uiv> .

<http://lexvo.org/id/code/uji> lvont:means <http://lexvo.org/id/iso639-3/uji> .

<http://lexvo.org/id/code/uk> lvont:means <http://lexvo.org/id/iso639-3/ukr> .

<http://lexvo.org/id/code/uka> lvont:means <http://lexvo.org/id/iso639-3/uka> .

<http://lexvo.org/id/code/ukg> lvont:means <http://lexvo.org/id/iso639-3/ukg> .

<http://lexvo.org/id/code/ukh> lvont:means <http://lexvo.org/id/iso639-3/ukh> .

<http://lexvo.org/id/code/ukl> lvont:means <http://lexvo.org/id/iso639-3/ukl> .

<http://lexvo.org/id/code/ukp> lvont:means <http://lexvo.org/id/iso639-3/ukp> .

<http://lexvo.org/id/code/ukq> lvont:means <http://lexvo.org/id/iso639-3/ukq> .

<http://lexvo.org/id/code/ukr> lvont:means <http://lexvo.org/id/iso639-3/ukr> .

<http://lexvo.org/id/code/ukra1253> lvont:means <http://lexvo.org/id/iso639-3/ukr> .

<http://lexvo.org/id/code/uks> lvont:means <http://lexvo.org/id/iso639-3/uks> .

<http://lexvo.org/id/code/uku> lvont:means <http://lexvo.org/id/iso639-3/kuu>,
        <http://lexvo.org/id/iso639-3/uku> .

<http://lexvo.org/id/code/ukw> lvont:means <http://lexvo.org/id/iso639-3/ukw> .

<http://lexvo.org/id/code/uky> lvont:means <http://lexvo.org/id/iso639-3/uky> .

<http://lexvo.org/id/code/ula> lvont:means <http://lexvo.org/id/iso639-3/ula> .

<http://lexvo.org/id/code/ulb> lvont:means <http://lexvo.org/id/iso639-3/ulb> .

<http://lexvo.org/id/code/ulc> lvont:means <http://lexvo.org/id/iso639-3/ulc> .

<http://lexvo.org/id/code/ulch1241> lvont:means <http://lexvo.org/id/iso639-3/ulc> .

<http://lexvo.org/id/code/uld> lvont:means <http://lexvo.org/id/iso639-3/udl> .

<http://lexvo.org/id/code/ulf> lvont:means <http://lexvo.org/id/iso639-3/ulf> .

<http://lexvo.org/id/code/uli> lvont:means <http://lexvo.org/id/iso639-3/uli> .

<http://lexvo.org/id/code/ulit1238> lvont:means <http://lexvo.org/id/iso639-3/uli> .

<http://lexvo.org/id/code/ulk> lvont:means <http://lexvo.org/id/iso639-3/ulk> .

<http://lexvo.org/id/code/ull> lvont:means <http://lexvo.org/id/iso639-3/ull> .

<http://lexvo.org/id/code/ulm> lvont:means <http://lexvo.org/id/iso639-3/ulm> .

<http://lexvo.org/id/code/uln> lvont:means <http://lexvo.org/id/iso639-3/uln> .

<http://lexvo.org/id/code/ulu> lvont:means <http://lexvo.org/id/iso639-3/ulu> .

<http://lexvo.org/id/code/ulw> lvont:means <http://lexvo.org/id/iso639-3/ulw> .

<http://lexvo.org/id/code/uma> lvont:means <http://lexvo.org/id/iso639-3/ppk>,
        <http://lexvo.org/id/iso639-3/uma> .

<http://lexvo.org/id/code/umaa1242> lvont:means <http://lexvo.org/id/iso639-3/ppk> .

<http://lexvo.org/id/code/umat1237> lvont:means <http://lexvo.org/id/iso639-3/uma> .

<http://lexvo.org/id/code/umb> lvont:means <http://lexvo.org/id/iso639-3/umb> .

<http://lexvo.org/id/code/umbu1257> lvont:means <http://lexvo.org/id/iso639-3/umb> .

<http://lexvo.org/id/code/umbu1258> lvont:means <http://lexvo.org/id/iso639-3/ubu> .

<http://lexvo.org/id/code/umc> lvont:means <http://lexvo.org/id/iso639-3/umc> .

<http://lexvo.org/id/code/umd> lvont:means <http://lexvo.org/id/iso639-3/umd> .

<http://lexvo.org/id/code/umg> lvont:means <http://lexvo.org/id/iso639-3/umg> .

<http://lexvo.org/id/code/umi> lvont:means <http://lexvo.org/id/iso639-3/umi> .

<http://lexvo.org/id/code/umm> lvont:means <http://lexvo.org/id/iso639-3/umm> .

<http://lexvo.org/id/code/umn> lvont:means <http://lexvo.org/id/iso639-3/umn> .

<http://lexvo.org/id/code/umo> lvont:means <http://lexvo.org/id/iso639-3/umo> .

<http://lexvo.org/id/code/ump> lvont:means <http://lexvo.org/id/iso639-3/ump> .

<http://lexvo.org/id/code/umr> lvont:means <http://lexvo.org/id/iso639-3/umr> .

<http://lexvo.org/id/code/ums> lvont:means <http://lexvo.org/id/iso639-3/ums> .

<http://lexvo.org/id/code/umu> lvont:means <http://lexvo.org/id/iso639-3/cbd>,
        <http://lexvo.org/id/iso639-3/umu> .

<http://lexvo.org/id/code/una> lvont:means <http://lexvo.org/id/iso639-3/mtg>,
        <http://lexvo.org/id/iso639-3/una> .

<http://lexvo.org/id/code/unaa1239> lvont:means <http://lexvo.org/id/iso639-3/mtg> .

<http://lexvo.org/id/code/unam1242> lvont:means <http://lexvo.org/id/iso639-3/unm> .

<http://lexvo.org/id/code/und> lvont:means <http://lexvo.org/id/iso639-3/und> .

<http://lexvo.org/id/code/une> lvont:means <http://lexvo.org/id/iso639-3/une> .

<http://lexvo.org/id/code/ung> lvont:means <http://lexvo.org/id/iso639-3/ung> .

<http://lexvo.org/id/code/unk> lvont:means <http://lexvo.org/id/iso639-3/unk> .

<http://lexvo.org/id/code/unm> lvont:means <http://lexvo.org/id/iso639-3/unm> .

<http://lexvo.org/id/code/unr> lvont:means <http://lexvo.org/id/iso639-3/unr> .

<http://lexvo.org/id/code/unx> lvont:means <http://lexvo.org/id/iso639-3/unx> .

<http://lexvo.org/id/code/unz> lvont:means <http://lexvo.org/id/iso639-3/unz> .

<http://lexvo.org/id/code/uok> lvont:means <http://lexvo.org/id/iso639-3/uok> .

<http://lexvo.org/id/code/upi> lvont:means <http://lexvo.org/id/iso639-3/upi> .

<http://lexvo.org/id/code/uppe1395> lvont:means <http://lexvo.org/id/iso639-3/hsb> .

<http://lexvo.org/id/code/uppe1438> lvont:means <http://lexvo.org/id/iso639-3/kuu> .

<http://lexvo.org/id/code/uppe1439> lvont:means <http://lexvo.org/id/iso639-3/cjh> .

<http://lexvo.org/id/code/uppe1455> lvont:means <http://lexvo.org/id/iso639-3/pov> .

<http://lexvo.org/id/code/upv> lvont:means <http://lexvo.org/id/iso639-3/upv> .

<http://lexvo.org/id/code/ur> lvont:means <http://lexvo.org/id/iso639-3/urd> .

<http://lexvo.org/id/code/ura> lvont:means <http://lexvo.org/id/iso639-3/ura>,
        <http://lexvo.org/id/iso639-3/uur> .

<http://lexvo.org/id/code/urak1238> lvont:means <http://lexvo.org/id/iso639-3/urk> .

<http://lexvo.org/id/code/urar1246> lvont:means <http://lexvo.org/id/iso639-3/ura> .

<http://lexvo.org/id/code/urav1235> lvont:means <http://lexvo.org/id/iso639-3/uur> .

<http://lexvo.org/id/code/urb> lvont:means <http://lexvo.org/id/iso639-3/urb> .

<http://lexvo.org/id/code/urc> lvont:means <http://lexvo.org/id/iso639-3/urc> .

<http://lexvo.org/id/code/urd> lvont:means <http://lexvo.org/id/iso639-3/urd> .

<http://lexvo.org/id/code/urdu1245> lvont:means <http://lexvo.org/id/iso639-3/urd> .

<http://lexvo.org/id/code/ure> lvont:means <http://lexvo.org/id/iso639-3/ure> .

<http://lexvo.org/id/code/urf> lvont:means <http://lexvo.org/id/iso639-3/urf> .

<http://lexvo.org/id/code/urg> lvont:means <http://lexvo.org/id/iso639-3/urg> .

<http://lexvo.org/id/code/urh> lvont:means <http://lexvo.org/id/iso639-3/urh> .

<http://lexvo.org/id/code/urho1239> lvont:means <http://lexvo.org/id/iso639-3/urh> .

<http://lexvo.org/id/code/uri> lvont:means <http://lexvo.org/id/iso639-3/uri> .

<http://lexvo.org/id/code/urim1252> lvont:means <http://lexvo.org/id/iso639-3/uri> .

<http://lexvo.org/id/code/urip1239> lvont:means <http://lexvo.org/id/iso639-3/upv> .

<http://lexvo.org/id/code/urj> lvont:means <http://lexvo.org/id/iso639-5/urj> .

<http://lexvo.org/id/code/urk> lvont:means <http://lexvo.org/id/iso639-3/urb>,
        <http://lexvo.org/id/iso639-3/urk> .

<http://lexvo.org/id/code/url> lvont:means <http://lexvo.org/id/iso639-3/urk>,
        <http://lexvo.org/id/iso639-3/url> .

<http://lexvo.org/id/code/urm> lvont:means <http://lexvo.org/id/iso639-3/urm>,
        <http://lexvo.org/id/iso639-3/uum> .

<http://lexvo.org/id/code/urn> lvont:means <http://lexvo.org/id/iso639-3/ura>,
        <http://lexvo.org/id/iso639-3/urn> .

<http://lexvo.org/id/code/uro> lvont:means <http://lexvo.org/id/iso639-3/uro> .

<http://lexvo.org/id/code/urp> lvont:means <http://lexvo.org/id/iso639-3/urp> .

<http://lexvo.org/id/code/urr> lvont:means <http://lexvo.org/id/iso639-3/urr> .

<http://lexvo.org/id/code/urt> lvont:means <http://lexvo.org/id/iso639-3/urt> .

<http://lexvo.org/id/code/uru> lvont:means <http://lexvo.org/id/iso639-3/ure>,
        <http://lexvo.org/id/iso639-3/uru> .

<http://lexvo.org/id/code/urub1243> lvont:means <http://lexvo.org/id/iso639-3/uks> .

<http://lexvo.org/id/code/urub1250> lvont:means <http://lexvo.org/id/iso639-3/urb> .

<http://lexvo.org/id/code/urum1249> lvont:means <http://lexvo.org/id/iso639-3/uum> .

<http://lexvo.org/id/code/uruu1244> lvont:means <http://lexvo.org/id/iso639-3/ure> .

<http://lexvo.org/id/code/urv> lvont:means <http://lexvo.org/id/iso639-3/urv> .

<http://lexvo.org/id/code/urw> lvont:means <http://lexvo.org/id/iso639-3/urw> .

<http://lexvo.org/id/code/urx> lvont:means <http://lexvo.org/id/iso639-3/urx> .

<http://lexvo.org/id/code/ury> lvont:means <http://lexvo.org/id/iso639-3/ury> .

<http://lexvo.org/id/code/urz> lvont:means <http://lexvo.org/id/iso639-3/urz> .

<http://lexvo.org/id/code/usa> lvont:means <http://lexvo.org/id/iso639-3/usa>,
        <http://lexvo.org/id/iso639-3/wnu> .

<http://lexvo.org/id/code/usan1239> lvont:means <http://lexvo.org/id/iso639-3/wnu> .

<http://lexvo.org/id/code/usar1243> lvont:means <http://lexvo.org/id/iso639-3/usa> .

<http://lexvo.org/id/code/ush> lvont:means <http://lexvo.org/id/iso639-3/ush> .

<http://lexvo.org/id/code/usi> lvont:means <http://lexvo.org/id/iso639-3/usi> .

<http://lexvo.org/id/code/usil1237> lvont:means <http://lexvo.org/id/iso639-3/cuc> .

<http://lexvo.org/id/code/usk> lvont:means <http://lexvo.org/id/iso639-3/usk> .

<http://lexvo.org/id/code/usl> lvont:means <http://lexvo.org/id/iso639-3/uks> .

<http://lexvo.org/id/code/usp> lvont:means <http://lexvo.org/id/iso639-3/usp> .

<http://lexvo.org/id/code/usr> lvont:means <http://lexvo.org/id/iso639-3/usa> .

<http://lexvo.org/id/code/usu> lvont:means <http://lexvo.org/id/iso639-3/usu> .

<http://lexvo.org/id/code/uta> lvont:means <http://lexvo.org/id/iso639-3/uta> .

<http://lexvo.org/id/code/ute> lvont:means <http://lexvo.org/id/iso639-3/ute> .

<http://lexvo.org/id/code/utes1238> lvont:means <http://lexvo.org/id/iso639-3/ute> .

<http://lexvo.org/id/code/utp> lvont:means <http://lexvo.org/id/iso639-3/utp> .

<http://lexvo.org/id/code/utr> lvont:means <http://lexvo.org/id/iso639-3/utr> .

<http://lexvo.org/id/code/utu> lvont:means <http://lexvo.org/id/iso639-3/utu> .

<http://lexvo.org/id/code/uum> lvont:means <http://lexvo.org/id/iso639-3/uum> .

<http://lexvo.org/id/code/uun> lvont:means <http://lexvo.org/id/iso639-3/uun> .

<http://lexvo.org/id/code/uur> lvont:means <http://lexvo.org/id/iso639-3/uur> .

<http://lexvo.org/id/code/uuu> lvont:means <http://lexvo.org/id/iso639-3/uuu> .

<http://lexvo.org/id/code/uve> lvont:means <http://lexvo.org/id/iso639-3/uve> .

<http://lexvo.org/id/code/uvh> lvont:means <http://lexvo.org/id/iso639-3/uvh> .

<http://lexvo.org/id/code/uvl> lvont:means <http://lexvo.org/id/iso639-3/uvl> .

<http://lexvo.org/id/code/uwa> lvont:means <http://lexvo.org/id/iso639-3/uwa> .

<http://lexvo.org/id/code/uya> lvont:means <http://lexvo.org/id/iso639-3/uya> .

<http://lexvo.org/id/code/uyg> lvont:means <http://lexvo.org/id/iso639-3/uig> .

<http://lexvo.org/id/code/uz> lvont:means <http://lexvo.org/id/iso639-3/uzb> .

<http://lexvo.org/id/code/uzb> lvont:means <http://lexvo.org/id/iso639-3/uzb> .

<http://lexvo.org/id/code/uzn> lvont:means <http://lexvo.org/id/iso639-3/uzn> .

<http://lexvo.org/id/code/uzs> lvont:means <http://lexvo.org/id/iso639-3/uzs> .

<http://lexvo.org/id/code/vaa> lvont:means <http://lexvo.org/id/iso639-3/vaa> .

<http://lexvo.org/id/code/vae> lvont:means <http://lexvo.org/id/iso639-3/vae> .

<http://lexvo.org/id/code/vaf> lvont:means <http://lexvo.org/id/iso639-3/vaf> .

<http://lexvo.org/id/code/vafs1240> lvont:means <http://lexvo.org/id/iso639-3/vaf> .

<http://lexvo.org/id/code/vag> lvont:means <http://lexvo.org/id/iso639-3/vag> .

<http://lexvo.org/id/code/vagl1239> lvont:means <http://lexvo.org/id/iso639-3/vag> .

<http://lexvo.org/id/code/vah> lvont:means <http://lexvo.org/id/iso639-3/vah> .

<http://lexvo.org/id/code/vai> lvont:means <http://lexvo.org/id/iso639-3/vai> .

<http://lexvo.org/id/code/vaii1241> lvont:means <http://lexvo.org/id/iso639-3/vai> .

<http://lexvo.org/id/code/vaj> lvont:means <http://lexvo.org/id/iso639-3/vaj> .

<http://lexvo.org/id/code/val> lvont:means <http://lexvo.org/id/iso639-3/val> .

<http://lexvo.org/id/code/valm1241> lvont:means <http://lexvo.org/id/iso639-3/van> .

<http://lexvo.org/id/code/vam> lvont:means <http://lexvo.org/id/iso639-3/vam> .

<http://lexvo.org/id/code/van> lvont:means <http://lexvo.org/id/iso639-3/van> .

<http://lexvo.org/id/code/vani1248> lvont:means <http://lexvo.org/id/iso639-3/vam> .

<http://lexvo.org/id/code/vao> lvont:means <http://lexvo.org/id/iso639-3/vao> .

<http://lexvo.org/id/code/vap> lvont:means <http://lexvo.org/id/iso639-3/vap> .

<http://lexvo.org/id/code/var> lvont:means <http://lexvo.org/id/iso639-3/var> .

<http://lexvo.org/id/code/vas> lvont:means <http://lexvo.org/id/iso639-3/vas> .

<http://lexvo.org/id/code/vasa1239> lvont:means <http://lexvo.org/id/iso639-3/vas> .

<http://lexvo.org/id/code/vat> lvont:means <http://lexvo.org/id/iso639-3/dic> .

<http://lexvo.org/id/code/vau> lvont:means <http://lexvo.org/id/iso639-3/vau> .

<http://lexvo.org/id/code/vav> lvont:means <http://lexvo.org/id/iso639-3/vav> .

<http://lexvo.org/id/code/vay> lvont:means <http://lexvo.org/id/iso639-3/vay> .

<http://lexvo.org/id/code/vbb> lvont:means <http://lexvo.org/id/iso639-3/vbb> .

<http://lexvo.org/id/code/vbk> lvont:means <http://lexvo.org/id/iso639-3/vbk> .

<http://lexvo.org/id/code/ve> lvont:means <http://lexvo.org/id/iso639-3/ven> .

<http://lexvo.org/id/code/vec> lvont:means <http://lexvo.org/id/iso639-3/vec> .

<http://lexvo.org/id/code/ved> lvont:means <http://lexvo.org/id/iso639-3/ved> .

<http://lexvo.org/id/code/vedd1240> lvont:means <http://lexvo.org/id/iso639-3/ved> .

<http://lexvo.org/id/code/vel> lvont:means <http://lexvo.org/id/iso639-3/vel> .

<http://lexvo.org/id/code/vem> lvont:means <http://lexvo.org/id/iso639-3/vem> .

<http://lexvo.org/id/code/ven> lvont:means <http://lexvo.org/id/iso639-3/ven> .

<http://lexvo.org/id/code/vend1245> lvont:means <http://lexvo.org/id/iso639-3/ven> .

<http://lexvo.org/id/code/veng1238> lvont:means <http://lexvo.org/id/iso639-3/bav> .

<http://lexvo.org/id/code/veo> lvont:means <http://lexvo.org/id/iso639-3/veo> .

<http://lexvo.org/id/code/vep> lvont:means <http://lexvo.org/id/iso639-3/vep> .

<http://lexvo.org/id/code/veps1250> lvont:means <http://lexvo.org/id/iso639-3/vep> .

<http://lexvo.org/id/code/ver> lvont:means <http://lexvo.org/id/iso639-3/ver> .

<http://lexvo.org/id/code/vgr> lvont:means <http://lexvo.org/id/iso639-3/vgr> .

<http://lexvo.org/id/code/vgt> lvont:means <http://lexvo.org/id/iso639-3/vgt> .

<http://lexvo.org/id/code/vi> lvont:means <http://lexvo.org/id/iso639-3/vie> .

<http://lexvo.org/id/code/vic> lvont:means <http://lexvo.org/id/iso639-3/vic> .

<http://lexvo.org/id/code/vid> lvont:means <http://lexvo.org/id/iso639-3/vid> .

<http://lexvo.org/id/code/vie> lvont:means <http://lexvo.org/id/iso639-3/vie> .

<http://lexvo.org/id/code/viet1252> lvont:means <http://lexvo.org/id/iso639-3/vie> .

<http://lexvo.org/id/code/vif> lvont:means <http://lexvo.org/id/iso639-3/vif> .

<http://lexvo.org/id/code/vig> lvont:means <http://lexvo.org/id/iso639-3/vig> .

<http://lexvo.org/id/code/vil> lvont:means <http://lexvo.org/id/iso639-3/vil> .

<http://lexvo.org/id/code/vin> lvont:means <http://lexvo.org/id/iso639-3/vin> .

<http://lexvo.org/id/code/vis> lvont:means <http://lexvo.org/id/iso639-3/vis> .

<http://lexvo.org/id/code/vit> lvont:means <http://lexvo.org/id/iso639-3/vit> .

<http://lexvo.org/id/code/viv> lvont:means <http://lexvo.org/id/iso639-3/viv> .

<http://lexvo.org/id/code/vka> lvont:means <http://lexvo.org/id/iso639-3/vka> .

<http://lexvo.org/id/code/vki> lvont:means <http://lexvo.org/id/iso639-3/vki> .

<http://lexvo.org/id/code/vkj> lvont:means <http://lexvo.org/id/iso639-3/vkj> .

<http://lexvo.org/id/code/vkk> lvont:means <http://lexvo.org/id/iso639-3/vkk> .

<http://lexvo.org/id/code/vkl> lvont:means <http://lexvo.org/id/iso639-3/vkl> .

<http://lexvo.org/id/code/vkm> lvont:means <http://lexvo.org/id/iso639-3/vkm> .

<http://lexvo.org/id/code/vko> lvont:means <http://lexvo.org/id/iso639-3/vko> .

<http://lexvo.org/id/code/vkp> lvont:means <http://lexvo.org/id/iso639-3/vkp> .

<http://lexvo.org/id/code/vkt> lvont:means <http://lexvo.org/id/iso639-3/vkt> .

<http://lexvo.org/id/code/vku> lvont:means <http://lexvo.org/id/iso639-3/vku> .

<http://lexvo.org/id/code/vlax1238> lvont:means <http://lexvo.org/id/iso639-3/rmy> .

<http://lexvo.org/id/code/vlp> lvont:means <http://lexvo.org/id/iso639-3/vlp> .

<http://lexvo.org/id/code/vls> lvont:means <http://lexvo.org/id/iso639-3/vls> .

<http://lexvo.org/id/code/vma> lvont:means <http://lexvo.org/id/iso639-3/vma> .

<http://lexvo.org/id/code/vmb> lvont:means <http://lexvo.org/id/iso639-3/vmb> .

<http://lexvo.org/id/code/vmc> lvont:means <http://lexvo.org/id/iso639-3/vmc> .

<http://lexvo.org/id/code/vmd> lvont:means <http://lexvo.org/id/iso639-3/vmd> .

<http://lexvo.org/id/code/vme> lvont:means <http://lexvo.org/id/iso639-3/vme> .

<http://lexvo.org/id/code/vmf> lvont:means <http://lexvo.org/id/iso639-3/vmf> .

<http://lexvo.org/id/code/vmg> lvont:means <http://lexvo.org/id/iso639-3/vmg> .

<http://lexvo.org/id/code/vmh> lvont:means <http://lexvo.org/id/iso639-3/vmh> .

<http://lexvo.org/id/code/vmi> lvont:means <http://lexvo.org/id/iso639-3/vmi> .

<http://lexvo.org/id/code/vmj> lvont:means <http://lexvo.org/id/iso639-3/vmj> .

<http://lexvo.org/id/code/vmk> lvont:means <http://lexvo.org/id/iso639-3/vmk> .

<http://lexvo.org/id/code/vml> lvont:means <http://lexvo.org/id/iso639-3/vml> .

<http://lexvo.org/id/code/vmm> lvont:means <http://lexvo.org/id/iso639-3/vmm> .

<http://lexvo.org/id/code/vmp> lvont:means <http://lexvo.org/id/iso639-3/vmp> .

<http://lexvo.org/id/code/vmq> lvont:means <http://lexvo.org/id/iso639-3/vmq> .

<http://lexvo.org/id/code/vmr> lvont:means <http://lexvo.org/id/iso639-3/vmr> .

<http://lexvo.org/id/code/vms> lvont:means <http://lexvo.org/id/iso639-3/vms> .

<http://lexvo.org/id/code/vmu> lvont:means <http://lexvo.org/id/iso639-3/vmu> .

<http://lexvo.org/id/code/vmv> lvont:means <http://lexvo.org/id/iso639-3/vmv> .

<http://lexvo.org/id/code/vmw> lvont:means <http://lexvo.org/id/iso639-3/vmw> .

<http://lexvo.org/id/code/vmx> lvont:means <http://lexvo.org/id/iso639-3/vmx> .

<http://lexvo.org/id/code/vmy> lvont:means <http://lexvo.org/id/iso639-3/vmy> .

<http://lexvo.org/id/code/vmz> lvont:means <http://lexvo.org/id/iso639-3/vmz> .

<http://lexvo.org/id/code/vnk> lvont:means <http://lexvo.org/id/iso639-3/vnk> .

<http://lexvo.org/id/code/vnm> lvont:means <http://lexvo.org/id/iso639-3/vnm> .

<http://lexvo.org/id/code/vnp> lvont:means <http://lexvo.org/id/iso639-3/vnp> .

<http://lexvo.org/id/code/vo> lvont:means <http://lexvo.org/id/iso639-3/vol> .

<http://lexvo.org/id/code/vol> lvont:means <http://lexvo.org/id/iso639-3/vol> .

<http://lexvo.org/id/code/vor> lvont:means <http://lexvo.org/id/iso639-3/vor> .

<http://lexvo.org/id/code/vot> lvont:means <http://lexvo.org/id/iso639-3/vot> .

<http://lexvo.org/id/code/voti1245> lvont:means <http://lexvo.org/id/iso639-3/vot> .

<http://lexvo.org/id/code/vra> lvont:means <http://lexvo.org/id/iso639-3/vra> .

<http://lexvo.org/id/code/vro> lvont:means <http://lexvo.org/id/iso639-3/vro> .

<http://lexvo.org/id/code/vrs> lvont:means <http://lexvo.org/id/iso639-3/vrs> .

<http://lexvo.org/id/code/vrt> lvont:means <http://lexvo.org/id/iso639-3/vrt> .

<http://lexvo.org/id/code/vsi> lvont:means <http://lexvo.org/id/iso639-3/vsi> .

<http://lexvo.org/id/code/vsl> lvont:means <http://lexvo.org/id/iso639-3/vsl> .

<http://lexvo.org/id/code/vsv> lvont:means <http://lexvo.org/id/iso639-3/vsv> .

<http://lexvo.org/id/code/vto> lvont:means <http://lexvo.org/id/iso639-3/vto> .

<http://lexvo.org/id/code/vum> lvont:means <http://lexvo.org/id/iso639-3/vum> .

<http://lexvo.org/id/code/vun> lvont:means <http://lexvo.org/id/iso639-3/vun> .

<http://lexvo.org/id/code/vut> lvont:means <http://lexvo.org/id/iso639-3/vut> .

<http://lexvo.org/id/code/vwa> lvont:means <http://lexvo.org/id/iso639-3/vwa> .

<http://lexvo.org/id/code/wa> lvont:means <http://lexvo.org/id/iso639-3/wln> .

<http://lexvo.org/id/code/waa> lvont:means <http://lexvo.org/id/iso639-3/waa> .

<http://lexvo.org/id/code/waat1238> lvont:means <http://lexvo.org/id/iso639-3/ssn> .

<http://lexvo.org/id/code/wab> lvont:means <http://lexvo.org/id/iso639-3/wab> .

<http://lexvo.org/id/code/wac> lvont:means <http://lexvo.org/id/iso639-3/wac> .

<http://lexvo.org/id/code/wad> lvont:means <http://lexvo.org/id/iso639-3/wad> .

<http://lexvo.org/id/code/wadj1254> lvont:means <http://lexvo.org/id/iso639-3/wdj> .

<http://lexvo.org/id/code/wae> lvont:means <http://lexvo.org/id/iso639-3/wae> .

<http://lexvo.org/id/code/waf> lvont:means <http://lexvo.org/id/iso639-3/waf> .

<http://lexvo.org/id/code/wag> lvont:means <http://lexvo.org/id/iso639-3/wag>,
        <http://lexvo.org/id/iso639-3/waq> .

<http://lexvo.org/id/code/wage1238> lvont:means <http://lexvo.org/id/iso639-3/waq> .

<http://lexvo.org/id/code/wah> lvont:means <http://lexvo.org/id/iso639-3/wah> .

<http://lexvo.org/id/code/wai> lvont:means <http://lexvo.org/id/iso639-3/wai>,
        <http://lexvo.org/id/iso639-3/waw> .

<http://lexvo.org/id/code/waig1243> lvont:means <http://lexvo.org/id/iso639-3/wbk> .

<http://lexvo.org/id/code/waim1251> lvont:means <http://lexvo.org/id/iso639-3/rro> .

<http://lexvo.org/id/code/waim1255> lvont:means <http://lexvo.org/id/iso639-3/bao> .

<http://lexvo.org/id/code/waiw1244> lvont:means <http://lexvo.org/id/iso639-3/waw> .

<http://lexvo.org/id/code/waj> lvont:means <http://lexvo.org/id/iso639-3/waj> .

<http://lexvo.org/id/code/waja1257> lvont:means <http://lexvo.org/id/iso639-3/wbv> .

<http://lexvo.org/id/code/wak> lvont:means <http://lexvo.org/id/iso639-3/wbl>,
        <http://lexvo.org/id/iso639-5/wak> .

<http://lexvo.org/id/code/wakh1245> lvont:means <http://lexvo.org/id/iso639-3/wbl> .

<http://lexvo.org/id/code/wal> lvont:means <http://lexvo.org/id/iso639-3/van>,
        <http://lexvo.org/id/iso639-3/wal> .

<http://lexvo.org/id/code/wall1257> lvont:means <http://lexvo.org/id/iso639-3/wls> .

<http://lexvo.org/id/code/walm1241> lvont:means <http://lexvo.org/id/iso639-3/wmt> .

<http://lexvo.org/id/code/wam> lvont:means <http://lexvo.org/id/iso639-3/wam>,
        <http://lexvo.org/id/iso639-3/wmb> .

<http://lexvo.org/id/code/wamb1258> lvont:means <http://lexvo.org/id/iso639-3/wmb> .

<http://lexvo.org/id/code/wamb1259> lvont:means <http://lexvo.org/id/iso639-3/wms> .

<http://lexvo.org/id/code/wame1240> lvont:means <http://lexvo.org/id/iso639-3/cou> .

<http://lexvo.org/id/code/wamp1249> lvont:means <http://lexvo.org/id/iso639-3/wam> .

<http://lexvo.org/id/code/wan> lvont:means <http://lexvo.org/id/iso639-3/nbx>,
        <http://lexvo.org/id/iso639-3/wan> .

<http://lexvo.org/id/code/wand1263> lvont:means <http://lexvo.org/id/iso639-3/wnd> .

<http://lexvo.org/id/code/wand1278> lvont:means <http://lexvo.org/id/iso639-3/mfi> .

<http://lexvo.org/id/code/wang1291> lvont:means <http://lexvo.org/id/iso639-3/wyb> .

<http://lexvo.org/id/code/want1252> lvont:means <http://lexvo.org/id/iso639-3/wnc> .

<http://lexvo.org/id/code/wao> lvont:means <http://lexvo.org/id/iso639-3/auc>,
        <http://lexvo.org/id/iso639-3/wao> .

<http://lexvo.org/id/code/waor1240> lvont:means <http://lexvo.org/id/iso639-3/auc> .

<http://lexvo.org/id/code/wap> lvont:means <http://lexvo.org/id/iso639-3/wao>,
        <http://lexvo.org/id/iso639-3/wap> .

<http://lexvo.org/id/code/wapi1253> lvont:means <http://lexvo.org/id/iso639-3/wap> .

<http://lexvo.org/id/code/wapp1239> lvont:means <http://lexvo.org/id/iso639-3/wao> .

<http://lexvo.org/id/code/waq> lvont:means <http://lexvo.org/id/iso639-3/waq> .

<http://lexvo.org/id/code/war> lvont:means <http://lexvo.org/id/iso639-3/pav>,
        <http://lexvo.org/id/iso639-3/war> .

<http://lexvo.org/id/code/wara1290> lvont:means <http://lexvo.org/id/iso639-3/wrz> .

<http://lexvo.org/id/code/wara1300> lvont:means <http://lexvo.org/id/iso639-3/war> .

<http://lexvo.org/id/code/wara1303> lvont:means <http://lexvo.org/id/iso639-3/wba> .

<http://lexvo.org/id/code/ward1246> lvont:means <http://lexvo.org/id/iso639-3/wrr> .

<http://lexvo.org/id/code/ware1253> lvont:means <http://lexvo.org/id/iso639-3/wsa> .

<http://lexvo.org/id/code/wari1266> lvont:means <http://lexvo.org/id/iso639-3/wrs> .

<http://lexvo.org/id/code/wari1268> lvont:means <http://lexvo.org/id/iso639-3/pav> .

<http://lexvo.org/id/code/warl1254> lvont:means <http://lexvo.org/id/iso639-3/wbp> .

<http://lexvo.org/id/code/warl1256> lvont:means <http://lexvo.org/id/iso639-3/wrb> .

<http://lexvo.org/id/code/waro1242> lvont:means <http://lexvo.org/id/iso639-3/wrp> .

<http://lexvo.org/id/code/warr1255> lvont:means <http://lexvo.org/id/iso639-3/wgy> .

<http://lexvo.org/id/code/warr1258> lvont:means <http://lexvo.org/id/iso639-3/wwr> .

<http://lexvo.org/id/code/waru1264> lvont:means <http://lexvo.org/id/iso639-3/wrg> .

<http://lexvo.org/id/code/was> lvont:means <http://lexvo.org/id/iso639-3/was> .

<http://lexvo.org/id/code/wasc1239> lvont:means <http://lexvo.org/id/iso639-3/wac> .

<http://lexvo.org/id/code/wash1253> lvont:means <http://lexvo.org/id/iso639-3/was> .

<http://lexvo.org/id/code/wask1241> lvont:means <http://lexvo.org/id/iso639-3/wsk> .

<http://lexvo.org/id/code/wat> lvont:means <http://lexvo.org/id/iso639-3/wat>,
        <http://lexvo.org/id/iso639-3/wbv> .

<http://lexvo.org/id/code/wata1253> lvont:means <http://lexvo.org/id/iso639-3/wax> .

<http://lexvo.org/id/code/wau> lvont:means <http://lexvo.org/id/iso639-3/noa>,
        <http://lexvo.org/id/iso639-3/wau> .

<http://lexvo.org/id/code/waur1244> lvont:means <http://lexvo.org/id/iso639-3/wau> .

<http://lexvo.org/id/code/wav> lvont:means <http://lexvo.org/id/iso639-3/wav> .

<http://lexvo.org/id/code/waw> lvont:means <http://lexvo.org/id/iso639-3/waw> .

<http://lexvo.org/id/code/wax> lvont:means <http://lexvo.org/id/iso639-3/wax> .

<http://lexvo.org/id/code/way> lvont:means <http://lexvo.org/id/iso639-3/oym>,
        <http://lexvo.org/id/iso639-3/way> .

<http://lexvo.org/id/code/waya1269> lvont:means <http://lexvo.org/id/iso639-3/way> .

<http://lexvo.org/id/code/waya1270> lvont:means <http://lexvo.org/id/iso639-3/oym> .

<http://lexvo.org/id/code/wayu1241> lvont:means <http://lexvo.org/id/iso639-3/vay> .

<http://lexvo.org/id/code/wayu1243> lvont:means <http://lexvo.org/id/iso639-3/guc> .

<http://lexvo.org/id/code/waz> lvont:means <http://lexvo.org/id/iso639-3/waz> .

<http://lexvo.org/id/code/wba> lvont:means <http://lexvo.org/id/iso639-3/wba> .

<http://lexvo.org/id/code/wbb> lvont:means <http://lexvo.org/id/iso639-3/wbb> .

<http://lexvo.org/id/code/wbe> lvont:means <http://lexvo.org/id/iso639-3/wbe> .

<http://lexvo.org/id/code/wbf> lvont:means <http://lexvo.org/id/iso639-3/wbf> .

<http://lexvo.org/id/code/wbh> lvont:means <http://lexvo.org/id/iso639-3/wbh> .

<http://lexvo.org/id/code/wbi> lvont:means <http://lexvo.org/id/iso639-3/wbi> .

<http://lexvo.org/id/code/wbj> lvont:means <http://lexvo.org/id/iso639-3/wbj> .

<http://lexvo.org/id/code/wbk> lvont:means <http://lexvo.org/id/iso639-3/wbk> .

<http://lexvo.org/id/code/wbl> lvont:means <http://lexvo.org/id/iso639-3/wbl> .

<http://lexvo.org/id/code/wbm> lvont:means <http://lexvo.org/id/iso639-3/wbm> .

<http://lexvo.org/id/code/wbn> lvont:means <http://lexvo.org/id/iso639-3/wms> .

<http://lexvo.org/id/code/wbp> lvont:means <http://lexvo.org/id/iso639-3/wbp> .

<http://lexvo.org/id/code/wbq> lvont:means <http://lexvo.org/id/iso639-3/wbq> .

<http://lexvo.org/id/code/wbr> lvont:means <http://lexvo.org/id/iso639-3/wbr> .

<http://lexvo.org/id/code/wbt> lvont:means <http://lexvo.org/id/iso639-3/wbt> .

<http://lexvo.org/id/code/wbv> lvont:means <http://lexvo.org/id/iso639-3/wbv> .

<http://lexvo.org/id/code/wbw> lvont:means <http://lexvo.org/id/iso639-3/wbw> .

<http://lexvo.org/id/code/wca> lvont:means <http://lexvo.org/id/iso639-3/wca> .

<http://lexvo.org/id/code/wch> lvont:means <http://lexvo.org/id/iso639-3/mzh> .

<http://lexvo.org/id/code/wci> lvont:means <http://lexvo.org/id/iso639-3/wci> .

<http://lexvo.org/id/code/wdd> lvont:means <http://lexvo.org/id/iso639-3/wdd> .

<http://lexvo.org/id/code/wdg> lvont:means <http://lexvo.org/id/iso639-3/wdg> .

<http://lexvo.org/id/code/wdj> lvont:means <http://lexvo.org/id/iso639-3/wdj> .

<http://lexvo.org/id/code/wdu> lvont:means <http://lexvo.org/id/iso639-3/wdu> .

<http://lexvo.org/id/code/wea> lvont:means <http://lexvo.org/id/iso639-3/wea> .

<http://lexvo.org/id/code/wec> lvont:means <http://lexvo.org/id/iso639-3/wec> .

<http://lexvo.org/id/code/wed> lvont:means <http://lexvo.org/id/iso639-3/wed> .

<http://lexvo.org/id/code/weda1241> lvont:means <http://lexvo.org/id/iso639-3/wed> .

<http://lexvo.org/id/code/weh> lvont:means <http://lexvo.org/id/iso639-3/weh> .

<http://lexvo.org/id/code/wei> lvont:means <http://lexvo.org/id/iso639-3/wei> .

<http://lexvo.org/id/code/wel> lvont:means <http://lexvo.org/id/iso639-3/cym> .

<http://lexvo.org/id/code/wels1246> lvont:means <http://lexvo.org/id/iso639-3/rmw> .

<http://lexvo.org/id/code/wels1247> lvont:means <http://lexvo.org/id/iso639-3/cym> .

<http://lexvo.org/id/code/wem> lvont:means <http://lexvo.org/id/iso639-3/wem> .

<http://lexvo.org/id/code/weme1239> lvont:means <http://lexvo.org/id/iso639-3/wem> .

<http://lexvo.org/id/code/wen> lvont:means <http://lexvo.org/id/iso639-5/wen> .

<http://lexvo.org/id/code/weno1238> lvont:means <http://lexvo.org/id/iso639-3/wob> .

<http://lexvo.org/id/code/weo> lvont:means <http://lexvo.org/id/iso639-3/weo> .

<http://lexvo.org/id/code/wep> lvont:means <http://lexvo.org/id/iso639-3/wep> .

<http://lexvo.org/id/code/wer> lvont:means <http://lexvo.org/id/iso639-3/wer> .

<http://lexvo.org/id/code/weri1253> lvont:means <http://lexvo.org/id/iso639-3/wer> .

<http://lexvo.org/id/code/wers1238> lvont:means <http://lexvo.org/id/iso639-3/kvw> .

<http://lexvo.org/id/code/wes> lvont:means <http://lexvo.org/id/iso639-3/wes> .

<http://lexvo.org/id/code/west2356> lvont:means <http://lexvo.org/id/iso639-3/wep> .

<http://lexvo.org/id/code/west2369> lvont:means <http://lexvo.org/id/iso639-3/pes> .

<http://lexvo.org/id/code/west2392> lvont:means <http://lexvo.org/id/iso639-3/mrj> .

<http://lexvo.org/id/code/west2397> lvont:means <http://lexvo.org/id/iso639-3/brv> .

<http://lexvo.org/id/code/west2402> lvont:means <http://lexvo.org/id/iso639-3/ybe> .

<http://lexvo.org/id/code/west2418> lvont:means <http://lexvo.org/id/iso639-3/mrd> .

<http://lexvo.org/id/code/west2441> lvont:means <http://lexvo.org/id/iso639-3/are> .

<http://lexvo.org/id/code/west2454> lvont:means <http://lexvo.org/id/iso639-3/fuh> .

<http://lexvo.org/id/code/west2465> lvont:means <http://lexvo.org/id/iso639-3/ssl> .

<http://lexvo.org/id/code/west2466> lvont:means <http://lexvo.org/id/iso639-3/kza> .

<http://lexvo.org/id/code/west2500> lvont:means <http://lexvo.org/id/iso639-3/mlq> .

<http://lexvo.org/id/code/west2519> lvont:means <http://lexvo.org/id/iso639-3/wyy> .

<http://lexvo.org/id/code/west2538> lvont:means <http://lexvo.org/id/iso639-3/txn> .

<http://lexvo.org/id/code/west2555> lvont:means <http://lexvo.org/id/iso639-3/mbb> .

<http://lexvo.org/id/code/west2600> lvont:means <http://lexvo.org/id/iso639-3/mqs> .

<http://lexvo.org/id/code/west2615> lvont:means <http://lexvo.org/id/iso639-3/apw> .

<http://lexvo.org/id/code/west2618> lvont:means <http://lexvo.org/id/iso639-3/ikt> .

<http://lexvo.org/id/code/west2630> lvont:means <http://lexvo.org/id/iso639-3/abe> .

<http://lexvo.org/id/code/west2632> lvont:means <http://lexvo.org/id/iso639-3/kjq> .

<http://lexvo.org/id/code/west2635> lvont:means <http://lexvo.org/id/iso639-3/knj> .

<http://lexvo.org/id/code/west2644> lvont:means <http://lexvo.org/id/iso639-3/ctp> .

<http://lexvo.org/id/code/west2650> lvont:means <http://lexvo.org/id/iso639-3/cja> .

<http://lexvo.org/id/code/west2721> lvont:means <http://lexvo.org/id/iso639-3/gaz> .

<http://lexvo.org/id/code/wet> lvont:means <http://lexvo.org/id/iso639-3/lex>,
        <http://lexvo.org/id/iso639-3/wet> .

<http://lexvo.org/id/code/weu> lvont:means <http://lexvo.org/id/iso639-3/weu> .

<http://lexvo.org/id/code/wew> lvont:means <http://lexvo.org/id/iso639-3/wew> .

<http://lexvo.org/id/code/wfg> lvont:means <http://lexvo.org/id/iso639-3/wfg> .

<http://lexvo.org/id/code/wga> lvont:means <http://lexvo.org/id/iso639-3/wga> .

<http://lexvo.org/id/code/wgb> lvont:means <http://lexvo.org/id/iso639-3/wgb> .

<http://lexvo.org/id/code/wgg> lvont:means <http://lexvo.org/id/iso639-3/wgg> .

<http://lexvo.org/id/code/wgi> lvont:means <http://lexvo.org/id/iso639-3/wgi> .

<http://lexvo.org/id/code/wgl> lvont:means <http://lexvo.org/id/iso639-3/wbk> .

<http://lexvo.org/id/code/wgo> lvont:means <http://lexvo.org/id/iso639-3/wgo> .

<http://lexvo.org/id/code/wgu> lvont:means <http://lexvo.org/id/iso639-3/wgu>,
        <http://lexvo.org/id/iso639-3/wrg> .

<http://lexvo.org/id/code/wgy> lvont:means <http://lexvo.org/id/iso639-3/wgy> .

<http://lexvo.org/id/code/wha> lvont:means <http://lexvo.org/id/iso639-3/wha> .

<http://lexvo.org/id/code/whg> lvont:means <http://lexvo.org/id/iso639-3/whg> .

<http://lexvo.org/id/code/whk> lvont:means <http://lexvo.org/id/iso639-3/whk> .

<http://lexvo.org/id/code/whu> lvont:means <http://lexvo.org/id/iso639-3/whu> .

<http://lexvo.org/id/code/wib> lvont:means <http://lexvo.org/id/iso639-3/wib> .

<http://lexvo.org/id/code/wic> lvont:means <http://lexvo.org/id/iso639-3/wic> .

<http://lexvo.org/id/code/wich1260> lvont:means <http://lexvo.org/id/iso639-3/wic> .

<http://lexvo.org/id/code/wich1264> lvont:means <http://lexvo.org/id/iso639-3/mzh> .

<http://lexvo.org/id/code/wie> lvont:means <http://lexvo.org/id/iso639-3/wie> .

<http://lexvo.org/id/code/wif> lvont:means <http://lexvo.org/id/iso639-3/wif> .

<http://lexvo.org/id/code/wig> lvont:means <http://lexvo.org/id/iso639-3/wig> .

<http://lexvo.org/id/code/wih> lvont:means <http://lexvo.org/id/iso639-3/wih> .

<http://lexvo.org/id/code/wii> lvont:means <http://lexvo.org/id/iso639-3/wii> .

<http://lexvo.org/id/code/wij> lvont:means <http://lexvo.org/id/iso639-3/wij> .

<http://lexvo.org/id/code/wik> lvont:means <http://lexvo.org/id/iso639-3/wik>,
        <http://lexvo.org/id/iso639-3/yok> .

<http://lexvo.org/id/code/wikm1247> lvont:means <http://lexvo.org/id/iso639-3/wim> .

<http://lexvo.org/id/code/wikn1245> lvont:means <http://lexvo.org/id/iso639-3/wig> .

<http://lexvo.org/id/code/wil> lvont:means <http://lexvo.org/id/iso639-3/wil> .

<http://lexvo.org/id/code/wim> lvont:means <http://lexvo.org/id/iso639-3/wim> .

<http://lexvo.org/id/code/win> lvont:means <http://lexvo.org/id/iso639-3/win>,
        <http://lexvo.org/id/iso639-3/wit> .

<http://lexvo.org/id/code/wint1259> lvont:means <http://lexvo.org/id/iso639-3/wit> .

<http://lexvo.org/id/code/winy1241> lvont:means <http://lexvo.org/id/iso639-3/kst> .

<http://lexvo.org/id/code/wir> lvont:means <http://lexvo.org/id/iso639-3/wir>,
        <http://lexvo.org/id/iso639-3/wiw> .

<http://lexvo.org/id/code/wira1260> lvont:means <http://lexvo.org/id/iso639-3/wiw> .

<http://lexvo.org/id/code/wit> lvont:means <http://lexvo.org/id/iso639-3/wit> .

<http://lexvo.org/id/code/wiu> lvont:means <http://lexvo.org/id/iso639-3/wiu> .

<http://lexvo.org/id/code/wiv> lvont:means <http://lexvo.org/id/iso639-3/wiv> .

<http://lexvo.org/id/code/wiy> lvont:means <http://lexvo.org/id/iso639-3/wiy> .

<http://lexvo.org/id/code/wiyo1248> lvont:means <http://lexvo.org/id/iso639-3/wiy> .

<http://lexvo.org/id/code/wja> lvont:means <http://lexvo.org/id/iso639-3/wja> .

<http://lexvo.org/id/code/wji> lvont:means <http://lexvo.org/id/iso639-3/wji> .

<http://lexvo.org/id/code/wka> lvont:means <http://lexvo.org/id/iso639-3/wka> .

<http://lexvo.org/id/code/wkb> lvont:means <http://lexvo.org/id/iso639-3/wkb> .

<http://lexvo.org/id/code/wkd> lvont:means <http://lexvo.org/id/iso639-3/wkd> .

<http://lexvo.org/id/code/wkl> lvont:means <http://lexvo.org/id/iso639-3/wkl> .

<http://lexvo.org/id/code/wku> lvont:means <http://lexvo.org/id/iso639-3/wku> .

<http://lexvo.org/id/code/wkw> lvont:means <http://lexvo.org/id/iso639-3/wkw> .

<http://lexvo.org/id/code/wla> lvont:means <http://lexvo.org/id/iso639-3/wla> .

<http://lexvo.org/id/code/wlc> lvont:means <http://lexvo.org/id/iso639-3/wlc> .

<http://lexvo.org/id/code/wle> lvont:means <http://lexvo.org/id/iso639-3/wle> .

<http://lexvo.org/id/code/wlf> lvont:means <http://lexvo.org/id/iso639-3/wol> .

<http://lexvo.org/id/code/wlg> lvont:means <http://lexvo.org/id/iso639-3/wlg> .

<http://lexvo.org/id/code/wli> lvont:means <http://lexvo.org/id/iso639-3/wli> .

<http://lexvo.org/id/code/wlk> lvont:means <http://lexvo.org/id/iso639-3/wlk> .

<http://lexvo.org/id/code/wll> lvont:means <http://lexvo.org/id/iso639-3/wll>,
        <http://lexvo.org/id/iso639-3/wls> .

<http://lexvo.org/id/code/wlm> lvont:means <http://lexvo.org/id/iso639-3/wlm>,
        <http://lexvo.org/id/iso639-3/wmt> .

<http://lexvo.org/id/code/wln> lvont:means <http://lexvo.org/id/iso639-3/wln> .

<http://lexvo.org/id/code/wlo> lvont:means <http://lexvo.org/id/iso639-3/wlo> .

<http://lexvo.org/id/code/wlr> lvont:means <http://lexvo.org/id/iso639-3/wlr> .

<http://lexvo.org/id/code/wls> lvont:means <http://lexvo.org/id/iso639-3/wls> .

<http://lexvo.org/id/code/wlu> lvont:means <http://lexvo.org/id/iso639-3/wlu> .

<http://lexvo.org/id/code/wlv> lvont:means <http://lexvo.org/id/iso639-3/wlv> .

<http://lexvo.org/id/code/wlw> lvont:means <http://lexvo.org/id/iso639-3/wlw>,
        <http://lexvo.org/id/iso639-3/wrb> .

<http://lexvo.org/id/code/wlx> lvont:means <http://lexvo.org/id/iso639-3/wlx> .

<http://lexvo.org/id/code/wly> lvont:means <http://lexvo.org/id/iso639-3/wal>,
        <http://lexvo.org/id/iso639-3/wly> .

<http://lexvo.org/id/code/wma> lvont:means <http://lexvo.org/id/iso639-3/mqs>,
        <http://lexvo.org/id/iso639-3/wma> .

<http://lexvo.org/id/code/wmb> lvont:means <http://lexvo.org/id/iso639-3/wmb> .

<http://lexvo.org/id/code/wmc> lvont:means <http://lexvo.org/id/iso639-3/wmc> .

<http://lexvo.org/id/code/wmd> lvont:means <http://lexvo.org/id/iso639-3/wmd> .

<http://lexvo.org/id/code/wme> lvont:means <http://lexvo.org/id/iso639-3/wme> .

<http://lexvo.org/id/code/wmh> lvont:means <http://lexvo.org/id/iso639-3/wmh> .

<http://lexvo.org/id/code/wmi> lvont:means <http://lexvo.org/id/iso639-3/wmi> .

<http://lexvo.org/id/code/wmm> lvont:means <http://lexvo.org/id/iso639-3/wmm> .

<http://lexvo.org/id/code/wmn> lvont:means <http://lexvo.org/id/iso639-3/wem>,
        <http://lexvo.org/id/iso639-3/wmn> .

<http://lexvo.org/id/code/wmo> lvont:means <http://lexvo.org/id/iso639-3/wmo> .

<http://lexvo.org/id/code/wms> lvont:means <http://lexvo.org/id/iso639-3/wms> .

<http://lexvo.org/id/code/wmt> lvont:means <http://lexvo.org/id/iso639-3/wmt> .

<http://lexvo.org/id/code/wmu> lvont:means <http://lexvo.org/id/iso639-3/wim> .

<http://lexvo.org/id/code/wmw> lvont:means <http://lexvo.org/id/iso639-3/wmw> .

<http://lexvo.org/id/code/wmx> lvont:means <http://lexvo.org/id/iso639-3/wmx> .

<http://lexvo.org/id/code/wn> lvont:means <http://lexvo.org/id/iso639-3/wig> .

<http://lexvo.org/id/code/wnb> lvont:means <http://lexvo.org/id/iso639-3/win>,
        <http://lexvo.org/id/iso639-3/wnb> .

<http://lexvo.org/id/code/wnc> lvont:means <http://lexvo.org/id/iso639-3/wnc> .

<http://lexvo.org/id/code/wnd> lvont:means <http://lexvo.org/id/iso639-3/wnd> .

<http://lexvo.org/id/code/wne> lvont:means <http://lexvo.org/id/iso639-3/wne> .

<http://lexvo.org/id/code/wng> lvont:means <http://lexvo.org/id/iso639-3/wng> .

<http://lexvo.org/id/code/wni> lvont:means <http://lexvo.org/id/iso639-3/wni> .

<http://lexvo.org/id/code/wnk> lvont:means <http://lexvo.org/id/iso639-3/wnk> .

<http://lexvo.org/id/code/wnm> lvont:means <http://lexvo.org/id/iso639-3/wnm> .

<http://lexvo.org/id/code/wno> lvont:means <http://lexvo.org/id/iso639-3/wno> .

<http://lexvo.org/id/code/wnp> lvont:means <http://lexvo.org/id/iso639-3/wnp> .

<http://lexvo.org/id/code/wnt> lvont:means <http://lexvo.org/id/iso639-3/wnc> .

<http://lexvo.org/id/code/wnu> lvont:means <http://lexvo.org/id/iso639-3/wnu> .

<http://lexvo.org/id/code/wny> lvont:means <http://lexvo.org/id/iso639-3/wny> .

<http://lexvo.org/id/code/wo> lvont:means <http://lexvo.org/id/iso639-3/wol> .

<http://lexvo.org/id/code/woa> lvont:means <http://lexvo.org/id/iso639-3/woa> .

<http://lexvo.org/id/code/wob> lvont:means <http://lexvo.org/id/iso639-3/wob> .

<http://lexvo.org/id/code/woc> lvont:means <http://lexvo.org/id/iso639-3/woc> .

<http://lexvo.org/id/code/wod> lvont:means <http://lexvo.org/id/iso639-3/wod> .

<http://lexvo.org/id/code/woe> lvont:means <http://lexvo.org/id/iso639-3/woe> .

<http://lexvo.org/id/code/wof> lvont:means <http://lexvo.org/id/iso639-3/wof> .

<http://lexvo.org/id/code/wog> lvont:means <http://lexvo.org/id/iso639-3/wog> .

<http://lexvo.org/id/code/woga1249> lvont:means <http://lexvo.org/id/iso639-3/wog> .

<http://lexvo.org/id/code/woi> lvont:means <http://lexvo.org/id/iso639-3/woi> .

<http://lexvo.org/id/code/wok> lvont:means <http://lexvo.org/id/iso639-3/wok> .

<http://lexvo.org/id/code/wol> lvont:means <http://lexvo.org/id/iso639-3/woe>,
        <http://lexvo.org/id/iso639-3/wol> .

<http://lexvo.org/id/code/wola1242> lvont:means <http://lexvo.org/id/iso639-3/wal> .

<http://lexvo.org/id/code/wole1240> lvont:means <http://lexvo.org/id/iso639-3/woe> .

<http://lexvo.org/id/code/woli1241> lvont:means <http://lexvo.org/id/iso639-3/wlo> .

<http://lexvo.org/id/code/wom> lvont:means <http://lexvo.org/id/iso639-3/wom> .

<http://lexvo.org/id/code/won> lvont:means <http://lexvo.org/id/iso639-3/won> .

<http://lexvo.org/id/code/woo> lvont:means <http://lexvo.org/id/iso639-3/woo> .

<http://lexvo.org/id/code/wor> lvont:means <http://lexvo.org/id/iso639-3/unp>,
        <http://lexvo.org/id/iso639-3/wor> .

<http://lexvo.org/id/code/woro1255> lvont:means <http://lexvo.org/id/iso639-3/unp> .

<http://lexvo.org/id/code/wos> lvont:means <http://lexvo.org/id/iso639-3/wos> .

<http://lexvo.org/id/code/woun1238> lvont:means <http://lexvo.org/id/iso639-3/noa> .

<http://lexvo.org/id/code/wow> lvont:means <http://lexvo.org/id/iso639-3/wow> .

<http://lexvo.org/id/code/woy> lvont:means <http://lexvo.org/id/iso639-3/woy> .

<http://lexvo.org/id/code/wpc> lvont:means <http://lexvo.org/id/iso639-3/wpc> .

<http://lexvo.org/id/code/wps> lvont:means <http://lexvo.org/id/iso639-3/wap> .

<http://lexvo.org/id/code/wra> lvont:means <http://lexvo.org/id/iso639-3/wba>,
        <http://lexvo.org/id/iso639-3/wra> .

<http://lexvo.org/id/code/wrb> lvont:means <http://lexvo.org/id/iso639-3/wrb> .

<http://lexvo.org/id/code/wrd> lvont:means <http://lexvo.org/id/iso639-3/wrd>,
        <http://lexvo.org/id/iso639-3/wrr> .

<http://lexvo.org/id/code/wrg> lvont:means <http://lexvo.org/id/iso639-3/wgy>,
        <http://lexvo.org/id/iso639-3/wrg> .

<http://lexvo.org/id/code/wrh> lvont:means <http://lexvo.org/id/iso639-3/wrh> .

<http://lexvo.org/id/code/wri> lvont:means <http://lexvo.org/id/iso639-3/wri> .

<http://lexvo.org/id/code/wrk> lvont:means <http://lexvo.org/id/iso639-3/gae>,
        <http://lexvo.org/id/iso639-3/wrk> .

<http://lexvo.org/id/code/wrl> lvont:means <http://lexvo.org/id/iso639-3/wbp>,
        <http://lexvo.org/id/iso639-3/wrl> .

<http://lexvo.org/id/code/wrm> lvont:means <http://lexvo.org/id/iso639-3/wrm>,
        <http://lexvo.org/id/iso639-3/wsa> .

<http://lexvo.org/id/code/wrn> lvont:means <http://lexvo.org/id/iso639-3/wnd>,
        <http://lexvo.org/id/iso639-3/wrn> .

<http://lexvo.org/id/code/wro> lvont:means <http://lexvo.org/id/iso639-3/wro> .

<http://lexvo.org/id/code/wrp> lvont:means <http://lexvo.org/id/iso639-3/wrp> .

<http://lexvo.org/id/code/wrr> lvont:means <http://lexvo.org/id/iso639-3/wrr> .

<http://lexvo.org/id/code/wrs> lvont:means <http://lexvo.org/id/iso639-3/wrs> .

<http://lexvo.org/id/code/wru> lvont:means <http://lexvo.org/id/iso639-3/wru> .

<http://lexvo.org/id/code/wrv> lvont:means <http://lexvo.org/id/iso639-3/wrv> .

<http://lexvo.org/id/code/wrw> lvont:means <http://lexvo.org/id/iso639-3/wrw>,
        <http://lexvo.org/id/iso639-3/wwr> .

<http://lexvo.org/id/code/wrx> lvont:means <http://lexvo.org/id/iso639-3/wrx> .

<http://lexvo.org/id/code/wry> lvont:means <http://lexvo.org/id/iso639-3/wry>,
        <http://lexvo.org/id/iso639-3/wrz> .

<http://lexvo.org/id/code/wrz> lvont:means <http://lexvo.org/id/iso639-3/wrz> .

<http://lexvo.org/id/code/wsa> lvont:means <http://lexvo.org/id/iso639-3/wsa> .

<http://lexvo.org/id/code/wsi> lvont:means <http://lexvo.org/id/iso639-3/wsi> .

<http://lexvo.org/id/code/wsk> lvont:means <http://lexvo.org/id/iso639-3/wsk> .

<http://lexvo.org/id/code/wsr> lvont:means <http://lexvo.org/id/iso639-3/wsr> .

<http://lexvo.org/id/code/wss> lvont:means <http://lexvo.org/id/iso639-3/wss> .

<http://lexvo.org/id/code/wsu> lvont:means <http://lexvo.org/id/iso639-3/wsu> .

<http://lexvo.org/id/code/wsv> lvont:means <http://lexvo.org/id/iso639-3/wsv> .

<http://lexvo.org/id/code/wtf> lvont:means <http://lexvo.org/id/iso639-3/wtf> .

<http://lexvo.org/id/code/wti> lvont:means <http://lexvo.org/id/iso639-3/wti> .

<http://lexvo.org/id/code/wtk> lvont:means <http://lexvo.org/id/iso639-3/wtk> .

<http://lexvo.org/id/code/wtm> lvont:means <http://lexvo.org/id/iso639-3/wax>,
        <http://lexvo.org/id/iso639-3/wtm> .

<http://lexvo.org/id/code/wtw> lvont:means <http://lexvo.org/id/iso639-3/wtw> .

<http://lexvo.org/id/code/wua> lvont:means <http://lexvo.org/id/iso639-3/wua> .

<http://lexvo.org/id/code/wub> lvont:means <http://lexvo.org/id/iso639-3/wub> .

<http://lexvo.org/id/code/wuc> lvont:means <http://lexvo.org/id/iso639-3/wuu> .

<http://lexvo.org/id/code/wuch1236> lvont:means <http://lexvo.org/id/iso639-3/wuu> .

<http://lexvo.org/id/code/wud> lvont:means <http://lexvo.org/id/iso639-3/wud> .

<http://lexvo.org/id/code/wuh> lvont:means <http://lexvo.org/id/iso639-3/wuh> .

<http://lexvo.org/id/code/wul> lvont:means <http://lexvo.org/id/iso639-3/wul> .

<http://lexvo.org/id/code/wum> lvont:means <http://lexvo.org/id/iso639-3/wum> .

<http://lexvo.org/id/code/wun> lvont:means <http://lexvo.org/id/iso639-3/wun> .

<http://lexvo.org/id/code/wur> lvont:means <http://lexvo.org/id/iso639-3/wau>,
        <http://lexvo.org/id/iso639-3/wur> .

<http://lexvo.org/id/code/wut> lvont:means <http://lexvo.org/id/iso639-3/wut> .

<http://lexvo.org/id/code/wuu> lvont:means <http://lexvo.org/id/iso639-3/wuu> .

<http://lexvo.org/id/code/wuv> lvont:means <http://lexvo.org/id/iso639-3/wuv> .

<http://lexvo.org/id/code/wux> lvont:means <http://lexvo.org/id/iso639-3/wux> .

<http://lexvo.org/id/code/wuy> lvont:means <http://lexvo.org/id/iso639-3/wuy> .

<http://lexvo.org/id/code/wuzl1236> lvont:means <http://lexvo.org/id/iso639-3/udl> .

<http://lexvo.org/id/code/wwa> lvont:means <http://lexvo.org/id/iso639-3/wwa> .

<http://lexvo.org/id/code/wwb> lvont:means <http://lexvo.org/id/iso639-3/wwb> .

<http://lexvo.org/id/code/wwo> lvont:means <http://lexvo.org/id/iso639-3/wwo> .

<http://lexvo.org/id/code/wwr> lvont:means <http://lexvo.org/id/iso639-3/wwr> .

<http://lexvo.org/id/code/www> lvont:means <http://lexvo.org/id/iso639-3/www> .

<http://lexvo.org/id/code/wwy> lvont:means <http://lexvo.org/id/iso639-3/war> .

<http://lexvo.org/id/code/wxa> lvont:means <http://lexvo.org/id/iso639-3/wxa> .

<http://lexvo.org/id/code/wya> lvont:means <http://lexvo.org/id/iso639-3/wya> .

<http://lexvo.org/id/code/wyan1247> lvont:means <http://lexvo.org/id/iso639-3/wya> .

<http://lexvo.org/id/code/wyb> lvont:means <http://lexvo.org/id/iso639-3/wyb> .

<http://lexvo.org/id/code/wym> lvont:means <http://lexvo.org/id/iso639-3/wym> .

<http://lexvo.org/id/code/wyn> lvont:means <http://lexvo.org/id/iso639-3/way> .

<http://lexvo.org/id/code/wyr> lvont:means <http://lexvo.org/id/iso639-3/wyr> .

<http://lexvo.org/id/code/wyy> lvont:means <http://lexvo.org/id/iso639-3/wyy> .

<http://lexvo.org/id/code/xaa> lvont:means <http://lexvo.org/id/iso639-3/xaa> .

<http://lexvo.org/id/code/xaas1235> lvont:means <http://lexvo.org/id/iso639-3/kao> .

<http://lexvo.org/id/code/xab> lvont:means <http://lexvo.org/id/iso639-3/xab> .

<http://lexvo.org/id/code/xac> lvont:means <http://lexvo.org/id/iso639-3/xac> .

<http://lexvo.org/id/code/xad> lvont:means <http://lexvo.org/id/iso639-3/xad> .

<http://lexvo.org/id/code/xae> lvont:means <http://lexvo.org/id/iso639-3/xae> .

<http://lexvo.org/id/code/xag> lvont:means <http://lexvo.org/id/iso639-3/xag> .

<http://lexvo.org/id/code/xai> lvont:means <http://lexvo.org/id/iso639-3/xai> .

<http://lexvo.org/id/code/xal> lvont:means <http://lexvo.org/id/iso639-3/xal> .

<http://lexvo.org/id/code/xam> lvont:means <http://lexvo.org/id/iso639-3/xam> .

<http://lexvo.org/id/code/xamm1241> lvont:means <http://lexvo.org/id/iso639-3/xam> .

<http://lexvo.org/id/code/xan> lvont:means <http://lexvo.org/id/iso639-3/xan> .

<http://lexvo.org/id/code/xao> lvont:means <http://lexvo.org/id/iso639-3/xao> .

<http://lexvo.org/id/code/xap> lvont:means <http://lexvo.org/id/iso639-3/xap> .

<http://lexvo.org/id/code/xaq> lvont:means <http://lexvo.org/id/iso639-3/xaq> .

<http://lexvo.org/id/code/xar> lvont:means <http://lexvo.org/id/iso639-3/ane>,
        <http://lexvo.org/id/iso639-3/xar> .

<http://lexvo.org/id/code/xara1244> lvont:means <http://lexvo.org/id/iso639-3/ane> .

<http://lexvo.org/id/code/xas> lvont:means <http://lexvo.org/id/iso639-3/kao>,
        <http://lexvo.org/id/iso639-3/xas> .

<http://lexvo.org/id/code/xat> lvont:means <http://lexvo.org/id/iso639-3/xat> .

<http://lexvo.org/id/code/xau> lvont:means <http://lexvo.org/id/iso639-3/xau> .

<http://lexvo.org/id/code/xav> lvont:means <http://lexvo.org/id/iso639-3/xav> .

<http://lexvo.org/id/code/xava1240> lvont:means <http://lexvo.org/id/iso639-3/xav> .

<http://lexvo.org/id/code/xaw> lvont:means <http://lexvo.org/id/iso639-3/xaw> .

<http://lexvo.org/id/code/xay> lvont:means <http://lexvo.org/id/iso639-3/xay> .

<http://lexvo.org/id/code/xba> lvont:means <http://lexvo.org/id/iso639-3/xba> .

<http://lexvo.org/id/code/xbb> lvont:means <http://lexvo.org/id/iso639-3/xbb> .

<http://lexvo.org/id/code/xbc> lvont:means <http://lexvo.org/id/iso639-3/xbc> .

<http://lexvo.org/id/code/xbi> lvont:means <http://lexvo.org/id/iso639-3/xbi> .

<http://lexvo.org/id/code/xbm> lvont:means <http://lexvo.org/id/iso639-3/xbm> .

<http://lexvo.org/id/code/xbn> lvont:means <http://lexvo.org/id/iso639-3/xbn> .

<http://lexvo.org/id/code/xbo> lvont:means <http://lexvo.org/id/iso639-3/xbo> .

<http://lexvo.org/id/code/xbr> lvont:means <http://lexvo.org/id/iso639-3/xbr> .

<http://lexvo.org/id/code/xbw> lvont:means <http://lexvo.org/id/iso639-3/xbw> .

<http://lexvo.org/id/code/xbx> lvont:means <http://lexvo.org/id/iso639-3/xbx> .

<http://lexvo.org/id/code/xcb> lvont:means <http://lexvo.org/id/iso639-3/xcb> .

<http://lexvo.org/id/code/xcc> lvont:means <http://lexvo.org/id/iso639-3/xcc> .

<http://lexvo.org/id/code/xce> lvont:means <http://lexvo.org/id/iso639-3/xce> .

<http://lexvo.org/id/code/xcg> lvont:means <http://lexvo.org/id/iso639-3/xcg> .

<http://lexvo.org/id/code/xch> lvont:means <http://lexvo.org/id/iso639-3/xch> .

<http://lexvo.org/id/code/xcl> lvont:means <http://lexvo.org/id/iso639-3/xcl> .

<http://lexvo.org/id/code/xcm> lvont:means <http://lexvo.org/id/iso639-3/xcm> .

<http://lexvo.org/id/code/xcn> lvont:means <http://lexvo.org/id/iso639-3/xcn> .

<http://lexvo.org/id/code/xco> lvont:means <http://lexvo.org/id/iso639-3/xco> .

<http://lexvo.org/id/code/xcr> lvont:means <http://lexvo.org/id/iso639-3/xcr> .

<http://lexvo.org/id/code/xct> lvont:means <http://lexvo.org/id/iso639-3/xct> .

<http://lexvo.org/id/code/xcu> lvont:means <http://lexvo.org/id/iso639-3/xcu> .

<http://lexvo.org/id/code/xcv> lvont:means <http://lexvo.org/id/iso639-3/xcv> .

<http://lexvo.org/id/code/xcw> lvont:means <http://lexvo.org/id/iso639-3/xcw> .

<http://lexvo.org/id/code/xcy> lvont:means <http://lexvo.org/id/iso639-3/xcy> .

<http://lexvo.org/id/code/xdc> lvont:means <http://lexvo.org/id/iso639-3/xdc> .

<http://lexvo.org/id/code/xdm> lvont:means <http://lexvo.org/id/iso639-3/xdm> .

<http://lexvo.org/id/code/xdy> lvont:means <http://lexvo.org/id/iso639-3/xdy> .

<http://lexvo.org/id/code/xeb> lvont:means <http://lexvo.org/id/iso639-3/xeb> .

<http://lexvo.org/id/code/xed> lvont:means <http://lexvo.org/id/iso639-3/xed> .

<http://lexvo.org/id/code/xeg> lvont:means <http://lexvo.org/id/iso639-3/xeg> .

<http://lexvo.org/id/code/xel> lvont:means <http://lexvo.org/id/iso639-3/xel> .

<http://lexvo.org/id/code/xem> lvont:means <http://lexvo.org/id/iso639-3/xem> .

<http://lexvo.org/id/code/xep> lvont:means <http://lexvo.org/id/iso639-3/xep> .

<http://lexvo.org/id/code/xer> lvont:means <http://lexvo.org/id/iso639-3/xer> .

<http://lexvo.org/id/code/xere1240> lvont:means <http://lexvo.org/id/iso639-3/xer> .

<http://lexvo.org/id/code/xes> lvont:means <http://lexvo.org/id/iso639-3/xes> .

<http://lexvo.org/id/code/xet> lvont:means <http://lexvo.org/id/iso639-3/xet> .

<http://lexvo.org/id/code/xeu> lvont:means <http://lexvo.org/id/iso639-3/xeu> .

<http://lexvo.org/id/code/xfa> lvont:means <http://lexvo.org/id/iso639-3/xfa> .

<http://lexvo.org/id/code/xga> lvont:means <http://lexvo.org/id/iso639-3/xga> .

<http://lexvo.org/id/code/xgb> lvont:means <http://lexvo.org/id/iso639-3/xgb> .

<http://lexvo.org/id/code/xgf> lvont:means <http://lexvo.org/id/iso639-3/xgf> .

<http://lexvo.org/id/code/xgl> lvont:means <http://lexvo.org/id/iso639-3/xgl> .

<http://lexvo.org/id/code/xgn> lvont:means <http://lexvo.org/id/iso639-3/mon> .

<http://lexvo.org/id/code/xgr> lvont:means <http://lexvo.org/id/iso639-3/xgr> .

<http://lexvo.org/id/code/xgu> lvont:means <http://lexvo.org/id/iso639-3/xgu> .

<http://lexvo.org/id/code/xh> lvont:means <http://lexvo.org/id/iso639-3/xho> .

<http://lexvo.org/id/code/xha> lvont:means <http://lexvo.org/id/iso639-3/xha> .

<http://lexvo.org/id/code/xhc> lvont:means <http://lexvo.org/id/iso639-3/xhc> .

<http://lexvo.org/id/code/xhd> lvont:means <http://lexvo.org/id/iso639-3/xhd> .

<http://lexvo.org/id/code/xhe> lvont:means <http://lexvo.org/id/iso639-3/xhe> .

<http://lexvo.org/id/code/xho> lvont:means <http://lexvo.org/id/iso639-3/xho> .

<http://lexvo.org/id/code/xhos1239> lvont:means <http://lexvo.org/id/iso639-3/xho> .

<http://lexvo.org/id/code/xhr> lvont:means <http://lexvo.org/id/iso639-3/xhr> .

<http://lexvo.org/id/code/xht> lvont:means <http://lexvo.org/id/iso639-3/xht> .

<http://lexvo.org/id/code/xhu> lvont:means <http://lexvo.org/id/iso639-3/xhu> .

<http://lexvo.org/id/code/xhv> lvont:means <http://lexvo.org/id/iso639-3/xhv> .

<http://lexvo.org/id/code/xia> lvont:means <http://lexvo.org/id/iso639-3/nan>,
        <http://lexvo.org/id/iso639-3/xia> .

<http://lexvo.org/id/code/xib> lvont:means <http://lexvo.org/id/iso639-3/xib> .

<http://lexvo.org/id/code/xico1235> lvont:means <http://lexvo.org/id/iso639-3/too> .

<http://lexvo.org/id/code/xii> lvont:means <http://lexvo.org/id/iso639-3/xii> .

<http://lexvo.org/id/code/xil> lvont:means <http://lexvo.org/id/iso639-3/xil> .

<http://lexvo.org/id/code/xin> lvont:means <http://lexvo.org/id/iso639-3/xin> .

<http://lexvo.org/id/code/xip> lvont:means <http://lexvo.org/id/iso639-3/xip> .

<http://lexvo.org/id/code/xir> lvont:means <http://lexvo.org/id/iso639-3/xir> .

<http://lexvo.org/id/code/xiv> lvont:means <http://lexvo.org/id/iso639-3/xiv> .

<http://lexvo.org/id/code/xiy> lvont:means <http://lexvo.org/id/iso639-3/xiy> .

<http://lexvo.org/id/code/xka> lvont:means <http://lexvo.org/id/iso639-3/xka> .

<http://lexvo.org/id/code/xkb> lvont:means <http://lexvo.org/id/iso639-3/xkb> .

<http://lexvo.org/id/code/xkc> lvont:means <http://lexvo.org/id/iso639-3/xkc> .

<http://lexvo.org/id/code/xkd> lvont:means <http://lexvo.org/id/iso639-3/xkd> .

<http://lexvo.org/id/code/xke> lvont:means <http://lexvo.org/id/iso639-3/xke> .

<http://lexvo.org/id/code/xkf> lvont:means <http://lexvo.org/id/iso639-3/xkf> .

<http://lexvo.org/id/code/xkg> lvont:means <http://lexvo.org/id/iso639-3/xkg> .

<http://lexvo.org/id/code/xkh> lvont:means <http://lexvo.org/id/iso639-3/xkh> .

<http://lexvo.org/id/code/xki> lvont:means <http://lexvo.org/id/iso639-3/xki> .

<http://lexvo.org/id/code/xkj> lvont:means <http://lexvo.org/id/iso639-3/xkj> .

<http://lexvo.org/id/code/xkk> lvont:means <http://lexvo.org/id/iso639-3/xkk> .

<http://lexvo.org/id/code/xkl> lvont:means <http://lexvo.org/id/iso639-3/xkl> .

<http://lexvo.org/id/code/xkn> lvont:means <http://lexvo.org/id/iso639-3/xkn> .

<http://lexvo.org/id/code/xko> lvont:means <http://lexvo.org/id/iso639-3/xko> .

<http://lexvo.org/id/code/xkp> lvont:means <http://lexvo.org/id/iso639-3/xkp> .

<http://lexvo.org/id/code/xkq> lvont:means <http://lexvo.org/id/iso639-3/xkq> .

<http://lexvo.org/id/code/xkr> lvont:means <http://lexvo.org/id/iso639-3/xkr> .

<http://lexvo.org/id/code/xks> lvont:means <http://lexvo.org/id/iso639-3/xks> .

<http://lexvo.org/id/code/xkt> lvont:means <http://lexvo.org/id/iso639-3/xkt> .

<http://lexvo.org/id/code/xku> lvont:means <http://lexvo.org/id/iso639-3/xku> .

<http://lexvo.org/id/code/xkv> lvont:means <http://lexvo.org/id/iso639-3/xkv> .

<http://lexvo.org/id/code/xkw> lvont:means <http://lexvo.org/id/iso639-3/xkw> .

<http://lexvo.org/id/code/xkx> lvont:means <http://lexvo.org/id/iso639-3/xkx> .

<http://lexvo.org/id/code/xky> lvont:means <http://lexvo.org/id/iso639-3/xky> .

<http://lexvo.org/id/code/xkz> lvont:means <http://lexvo.org/id/iso639-3/xkz> .

<http://lexvo.org/id/code/xla> lvont:means <http://lexvo.org/id/iso639-3/xla> .

<http://lexvo.org/id/code/xlb> lvont:means <http://lexvo.org/id/iso639-3/xlb> .

<http://lexvo.org/id/code/xlc> lvont:means <http://lexvo.org/id/iso639-3/xlc> .

<http://lexvo.org/id/code/xld> lvont:means <http://lexvo.org/id/iso639-3/xld> .

<http://lexvo.org/id/code/xle> lvont:means <http://lexvo.org/id/iso639-3/xle> .

<http://lexvo.org/id/code/xlg> lvont:means <http://lexvo.org/id/iso639-3/xlg> .

<http://lexvo.org/id/code/xli> lvont:means <http://lexvo.org/id/iso639-3/xli> .

<http://lexvo.org/id/code/xln> lvont:means <http://lexvo.org/id/iso639-3/xln> .

<http://lexvo.org/id/code/xlo> lvont:means <http://lexvo.org/id/iso639-3/xlo> .

<http://lexvo.org/id/code/xlp> lvont:means <http://lexvo.org/id/iso639-3/xlp> .

<http://lexvo.org/id/code/xls> lvont:means <http://lexvo.org/id/iso639-3/xls> .

<http://lexvo.org/id/code/xlu> lvont:means <http://lexvo.org/id/iso639-3/xlu> .

<http://lexvo.org/id/code/xly> lvont:means <http://lexvo.org/id/iso639-3/xly> .

<http://lexvo.org/id/code/xma> lvont:means <http://lexvo.org/id/iso639-3/xma> .

<http://lexvo.org/id/code/xmb> lvont:means <http://lexvo.org/id/iso639-3/xmb> .

<http://lexvo.org/id/code/xmc> lvont:means <http://lexvo.org/id/iso639-3/xmc> .

<http://lexvo.org/id/code/xmd> lvont:means <http://lexvo.org/id/iso639-3/xmd> .

<http://lexvo.org/id/code/xme> lvont:means <http://lexvo.org/id/iso639-3/xme> .

<http://lexvo.org/id/code/xmf> lvont:means <http://lexvo.org/id/iso639-3/xmf> .

<http://lexvo.org/id/code/xmg> lvont:means <http://lexvo.org/id/iso639-3/xmg> .

<http://lexvo.org/id/code/xmh> lvont:means <http://lexvo.org/id/iso639-3/xmh> .

<http://lexvo.org/id/code/xmj> lvont:means <http://lexvo.org/id/iso639-3/xmj> .

<http://lexvo.org/id/code/xmk> lvont:means <http://lexvo.org/id/iso639-3/xmk> .

<http://lexvo.org/id/code/xml> lvont:means <http://lexvo.org/id/iso639-3/xml> .

<http://lexvo.org/id/code/xmm> lvont:means <http://lexvo.org/id/iso639-3/xmm> .

<http://lexvo.org/id/code/xmn> lvont:means <http://lexvo.org/id/iso639-3/xmn> .

<http://lexvo.org/id/code/xmo> lvont:means <http://lexvo.org/id/iso639-3/xmo> .

<http://lexvo.org/id/code/xmp> lvont:means <http://lexvo.org/id/iso639-3/xmp> .

<http://lexvo.org/id/code/xmq> lvont:means <http://lexvo.org/id/iso639-3/xmq> .

<http://lexvo.org/id/code/xmr> lvont:means <http://lexvo.org/id/iso639-3/xmr> .

<http://lexvo.org/id/code/xms> lvont:means <http://lexvo.org/id/iso639-3/xms> .

<http://lexvo.org/id/code/xmt> lvont:means <http://lexvo.org/id/iso639-3/xmt> .

<http://lexvo.org/id/code/xmu> lvont:means <http://lexvo.org/id/iso639-3/xmu> .

<http://lexvo.org/id/code/xmv> lvont:means <http://lexvo.org/id/iso639-3/xmv> .

<http://lexvo.org/id/code/xmw> lvont:means <http://lexvo.org/id/iso639-3/xmw> .

<http://lexvo.org/id/code/xmx> lvont:means <http://lexvo.org/id/iso639-3/xmx> .

<http://lexvo.org/id/code/xmy> lvont:means <http://lexvo.org/id/iso639-3/xmy> .

<http://lexvo.org/id/code/xmz> lvont:means <http://lexvo.org/id/iso639-3/xmz> .

<http://lexvo.org/id/code/xna> lvont:means <http://lexvo.org/id/iso639-3/xna> .

<http://lexvo.org/id/code/xnb> lvont:means <http://lexvo.org/id/iso639-3/xnb> .

<http://lexvo.org/id/code/xnd> lvont:means <http://lexvo.org/id/iso639-5/xnd> .

<http://lexvo.org/id/code/xng> lvont:means <http://lexvo.org/id/iso639-3/xng> .

<http://lexvo.org/id/code/xnh> lvont:means <http://lexvo.org/id/iso639-3/xnh> .

<http://lexvo.org/id/code/xnn> lvont:means <http://lexvo.org/id/iso639-3/xnn> .

<http://lexvo.org/id/code/xno> lvont:means <http://lexvo.org/id/iso639-3/xno> .

<http://lexvo.org/id/code/xnr> lvont:means <http://lexvo.org/id/iso639-3/xnr> .

<http://lexvo.org/id/code/xns> lvont:means <http://lexvo.org/id/iso639-3/xns> .

<http://lexvo.org/id/code/xnt> lvont:means <http://lexvo.org/id/iso639-3/xnt> .

<http://lexvo.org/id/code/xnz> lvont:means <http://lexvo.org/id/iso639-3/xnz> .

<http://lexvo.org/id/code/xoc> lvont:means <http://lexvo.org/id/iso639-3/xoc> .

<http://lexvo.org/id/code/xod> lvont:means <http://lexvo.org/id/iso639-3/xod> .

<http://lexvo.org/id/code/xog> lvont:means <http://lexvo.org/id/iso639-3/xog> .

<http://lexvo.org/id/code/xoi> lvont:means <http://lexvo.org/id/iso639-3/xoi> .

<http://lexvo.org/id/code/xok> lvont:means <http://lexvo.org/id/iso639-3/xok> .

<http://lexvo.org/id/code/xokl1240> lvont:means <http://lexvo.org/id/iso639-3/xok> .

<http://lexvo.org/id/code/xom> lvont:means <http://lexvo.org/id/iso639-3/xom> .

<http://lexvo.org/id/code/xon> lvont:means <http://lexvo.org/id/iso639-3/xon> .

<http://lexvo.org/id/code/xoo> lvont:means <http://lexvo.org/id/iso639-3/nmn>,
        <http://lexvo.org/id/iso639-3/xoo> .

<http://lexvo.org/id/code/xooo1239> lvont:means <http://lexvo.org/id/iso639-3/nmn> .

<http://lexvo.org/id/code/xop> lvont:means <http://lexvo.org/id/iso639-3/xop> .

<http://lexvo.org/id/code/xor> lvont:means <http://lexvo.org/id/iso639-3/xor> .

<http://lexvo.org/id/code/xow> lvont:means <http://lexvo.org/id/iso639-3/xow> .

<http://lexvo.org/id/code/xpc> lvont:means <http://lexvo.org/id/iso639-3/xpc> .

<http://lexvo.org/id/code/xpe> lvont:means <http://lexvo.org/id/iso639-3/xpe> .

<http://lexvo.org/id/code/xpg> lvont:means <http://lexvo.org/id/iso639-3/xpg> .

<http://lexvo.org/id/code/xpi> lvont:means <http://lexvo.org/id/iso639-3/xpi> .

<http://lexvo.org/id/code/xpj> lvont:means <http://lexvo.org/id/iso639-3/xpj> .

<http://lexvo.org/id/code/xpk> lvont:means <http://lexvo.org/id/iso639-3/xpk> .

<http://lexvo.org/id/code/xpm> lvont:means <http://lexvo.org/id/iso639-3/xpm> .

<http://lexvo.org/id/code/xpn> lvont:means <http://lexvo.org/id/iso639-3/xpn> .

<http://lexvo.org/id/code/xpo> lvont:means <http://lexvo.org/id/iso639-3/xpo> .

<http://lexvo.org/id/code/xpp> lvont:means <http://lexvo.org/id/iso639-3/xpp> .

<http://lexvo.org/id/code/xpq> lvont:means <http://lexvo.org/id/iso639-3/xpq> .

<http://lexvo.org/id/code/xpr> lvont:means <http://lexvo.org/id/iso639-3/xpr> .

<http://lexvo.org/id/code/xps> lvont:means <http://lexvo.org/id/iso639-3/xps> .

<http://lexvo.org/id/code/xpu> lvont:means <http://lexvo.org/id/iso639-3/xpu> .

<http://lexvo.org/id/code/xpy> lvont:means <http://lexvo.org/id/iso639-3/xpy> .

<http://lexvo.org/id/code/xqa> lvont:means <http://lexvo.org/id/iso639-3/xqa> .

<http://lexvo.org/id/code/xqt> lvont:means <http://lexvo.org/id/iso639-3/xqt> .

<http://lexvo.org/id/code/xra> lvont:means <http://lexvo.org/id/iso639-3/xra> .

<http://lexvo.org/id/code/xrb> lvont:means <http://lexvo.org/id/iso639-3/xrb> .

<http://lexvo.org/id/code/xre> lvont:means <http://lexvo.org/id/iso639-3/xre> .

<http://lexvo.org/id/code/xri> lvont:means <http://lexvo.org/id/iso639-3/xri> .

<http://lexvo.org/id/code/xrm> lvont:means <http://lexvo.org/id/iso639-3/xrm> .

<http://lexvo.org/id/code/xrn> lvont:means <http://lexvo.org/id/iso639-3/xrn> .

<http://lexvo.org/id/code/xrr> lvont:means <http://lexvo.org/id/iso639-3/xrr> .

<http://lexvo.org/id/code/xrt> lvont:means <http://lexvo.org/id/iso639-3/xrt> .

<http://lexvo.org/id/code/xru> lvont:means <http://lexvo.org/id/iso639-3/xru> .

<http://lexvo.org/id/code/xrw> lvont:means <http://lexvo.org/id/iso639-3/xrw> .

<http://lexvo.org/id/code/xsa> lvont:means <http://lexvo.org/id/iso639-3/xsa> .

<http://lexvo.org/id/code/xsb> lvont:means <http://lexvo.org/id/iso639-3/xsb> .

<http://lexvo.org/id/code/xsc> lvont:means <http://lexvo.org/id/iso639-3/xsc> .

<http://lexvo.org/id/code/xsd> lvont:means <http://lexvo.org/id/iso639-3/xsd> .

<http://lexvo.org/id/code/xse> lvont:means <http://lexvo.org/id/iso639-3/xse> .

<http://lexvo.org/id/code/xsh> lvont:means <http://lexvo.org/id/iso639-3/xsh> .

<http://lexvo.org/id/code/xsi> lvont:means <http://lexvo.org/id/iso639-3/xsi> .

<http://lexvo.org/id/code/xsj> lvont:means <http://lexvo.org/id/iso639-3/xsj> .

<http://lexvo.org/id/code/xsl> lvont:means <http://lexvo.org/id/iso639-3/xsl> .

<http://lexvo.org/id/code/xsm> lvont:means <http://lexvo.org/id/iso639-3/xsm> .

<http://lexvo.org/id/code/xsn> lvont:means <http://lexvo.org/id/iso639-3/xsn> .

<http://lexvo.org/id/code/xso> lvont:means <http://lexvo.org/id/iso639-3/xso> .

<http://lexvo.org/id/code/xsp> lvont:means <http://lexvo.org/id/iso639-3/xsp> .

<http://lexvo.org/id/code/xsq> lvont:means <http://lexvo.org/id/iso639-3/xsq> .

<http://lexvo.org/id/code/xsr> lvont:means <http://lexvo.org/id/iso639-3/xsr> .

<http://lexvo.org/id/code/xss> lvont:means <http://lexvo.org/id/iso639-3/xss> .

<http://lexvo.org/id/code/xsu> lvont:means <http://lexvo.org/id/iso639-3/xsu> .

<http://lexvo.org/id/code/xsv> lvont:means <http://lexvo.org/id/iso639-3/xsv> .

<http://lexvo.org/id/code/xsy> lvont:means <http://lexvo.org/id/iso639-3/xsy> .

<http://lexvo.org/id/code/xta> lvont:means <http://lexvo.org/id/iso639-3/xta> .

<http://lexvo.org/id/code/xtb> lvont:means <http://lexvo.org/id/iso639-3/xtb> .

<http://lexvo.org/id/code/xtc> lvont:means <http://lexvo.org/id/iso639-3/xtc> .

<http://lexvo.org/id/code/xtd> lvont:means <http://lexvo.org/id/iso639-3/xtd> .

<http://lexvo.org/id/code/xte> lvont:means <http://lexvo.org/id/iso639-3/xte> .

<http://lexvo.org/id/code/xtg> lvont:means <http://lexvo.org/id/iso639-3/xtg> .

<http://lexvo.org/id/code/xti> lvont:means <http://lexvo.org/id/iso639-3/xti> .

<http://lexvo.org/id/code/xtj> lvont:means <http://lexvo.org/id/iso639-3/xtj> .

<http://lexvo.org/id/code/xtl> lvont:means <http://lexvo.org/id/iso639-3/xtl> .

<http://lexvo.org/id/code/xtm> lvont:means <http://lexvo.org/id/iso639-3/xtm> .

<http://lexvo.org/id/code/xtn> lvont:means <http://lexvo.org/id/iso639-3/xtn> .

<http://lexvo.org/id/code/xto> lvont:means <http://lexvo.org/id/iso639-3/xto> .

<http://lexvo.org/id/code/xtp> lvont:means <http://lexvo.org/id/iso639-3/xtp> .

<http://lexvo.org/id/code/xtq> lvont:means <http://lexvo.org/id/iso639-3/xtq> .

<http://lexvo.org/id/code/xtr> lvont:means <http://lexvo.org/id/iso639-3/xtr> .

<http://lexvo.org/id/code/xts> lvont:means <http://lexvo.org/id/iso639-3/xts> .

<http://lexvo.org/id/code/xtt> lvont:means <http://lexvo.org/id/iso639-3/xtt> .

<http://lexvo.org/id/code/xtu> lvont:means <http://lexvo.org/id/iso639-3/xtu> .

<http://lexvo.org/id/code/xtw> lvont:means <http://lexvo.org/id/iso639-3/xtw> .

<http://lexvo.org/id/code/xty> lvont:means <http://lexvo.org/id/iso639-3/xty> .

<http://lexvo.org/id/code/xtz> lvont:means <http://lexvo.org/id/iso639-3/xtz> .

<http://lexvo.org/id/code/xua> lvont:means <http://lexvo.org/id/iso639-3/xua> .

<http://lexvo.org/id/code/xub> lvont:means <http://lexvo.org/id/iso639-3/xub> .

<http://lexvo.org/id/code/xud> lvont:means <http://lexvo.org/id/iso639-3/xud> .

<http://lexvo.org/id/code/xug> lvont:means <http://lexvo.org/id/iso639-3/xug> .

<http://lexvo.org/id/code/xuj> lvont:means <http://lexvo.org/id/iso639-3/xuj> .

<http://lexvo.org/id/code/xum> lvont:means <http://lexvo.org/id/iso639-3/xum> .

<http://lexvo.org/id/code/xun> lvont:means <http://lexvo.org/id/iso639-3/knw>,
        <http://lexvo.org/id/iso639-3/xun> .

<http://lexvo.org/id/code/xuo> lvont:means <http://lexvo.org/id/iso639-3/xuo> .

<http://lexvo.org/id/code/xup> lvont:means <http://lexvo.org/id/iso639-3/xup> .

<http://lexvo.org/id/code/xur> lvont:means <http://lexvo.org/id/iso639-3/xur> .

<http://lexvo.org/id/code/xut> lvont:means <http://lexvo.org/id/iso639-3/xut> .

<http://lexvo.org/id/code/xuu> lvont:means <http://lexvo.org/id/iso639-3/xuu> .

<http://lexvo.org/id/code/xve> lvont:means <http://lexvo.org/id/iso639-3/xve> .

<http://lexvo.org/id/code/xvi> lvont:means <http://lexvo.org/id/iso639-3/xvi> .

<http://lexvo.org/id/code/xvn> lvont:means <http://lexvo.org/id/iso639-3/xvn> .

<http://lexvo.org/id/code/xvo> lvont:means <http://lexvo.org/id/iso639-3/xvo> .

<http://lexvo.org/id/code/xvs> lvont:means <http://lexvo.org/id/iso639-3/xvs> .

<http://lexvo.org/id/code/xwa> lvont:means <http://lexvo.org/id/iso639-3/xwa> .

<http://lexvo.org/id/code/xwc> lvont:means <http://lexvo.org/id/iso639-3/xwc> .

<http://lexvo.org/id/code/xwe> lvont:means <http://lexvo.org/id/iso639-3/xwe> .

<http://lexvo.org/id/code/xwg> lvont:means <http://lexvo.org/id/iso639-3/xwg> .

<http://lexvo.org/id/code/xwl> lvont:means <http://lexvo.org/id/iso639-3/xwl> .

<http://lexvo.org/id/code/xwo> lvont:means <http://lexvo.org/id/iso639-3/xwo> .

<http://lexvo.org/id/code/xwr> lvont:means <http://lexvo.org/id/iso639-3/xwr> .

<http://lexvo.org/id/code/xxb> lvont:means <http://lexvo.org/id/iso639-3/xxb> .

<http://lexvo.org/id/code/xxk> lvont:means <http://lexvo.org/id/iso639-3/xxk> .

<http://lexvo.org/id/code/xxr> lvont:means <http://lexvo.org/id/iso639-3/xxr> .

<http://lexvo.org/id/code/xxt> lvont:means <http://lexvo.org/id/iso639-3/xxt> .

<http://lexvo.org/id/code/xyl> lvont:means <http://lexvo.org/id/iso639-3/xyl> .

<http://lexvo.org/id/code/xyy> lvont:means <http://lexvo.org/id/iso639-3/xyy> .

<http://lexvo.org/id/code/xzh> lvont:means <http://lexvo.org/id/iso639-3/xzh> .

<http://lexvo.org/id/code/xzm> lvont:means <http://lexvo.org/id/iso639-3/xzm> .

<http://lexvo.org/id/code/xzp> lvont:means <http://lexvo.org/id/iso639-3/xzp> .

<http://lexvo.org/id/code/yaa> lvont:means <http://lexvo.org/id/iso639-3/yaa> .

<http://lexvo.org/id/code/yab> lvont:means <http://lexvo.org/id/iso639-3/yab> .

<http://lexvo.org/id/code/yabe1254> lvont:means <http://lexvo.org/id/iso639-3/jae> .

<http://lexvo.org/id/code/yac> lvont:means <http://lexvo.org/id/iso639-3/yac> .

<http://lexvo.org/id/code/yad> lvont:means <http://lexvo.org/id/iso639-3/yad> .

<http://lexvo.org/id/code/yae> lvont:means <http://lexvo.org/id/iso639-3/yae> .

<http://lexvo.org/id/code/yaf> lvont:means <http://lexvo.org/id/iso639-3/yaf> .

<http://lexvo.org/id/code/yag> lvont:means <http://lexvo.org/id/iso639-3/yad>,
        <http://lexvo.org/id/iso639-3/yag> .

<http://lexvo.org/id/code/yaga1260> lvont:means <http://lexvo.org/id/iso639-3/ygr> .

<http://lexvo.org/id/code/yagn1238> lvont:means <http://lexvo.org/id/iso639-3/yai> .

<http://lexvo.org/id/code/yagu1244> lvont:means <http://lexvo.org/id/iso639-3/yad> .

<http://lexvo.org/id/code/yah> lvont:means <http://lexvo.org/id/iso639-3/yag>,
        <http://lexvo.org/id/iso639-3/yah> .

<http://lexvo.org/id/code/yai> lvont:means <http://lexvo.org/id/iso639-3/yai> .

<http://lexvo.org/id/code/yaj> lvont:means <http://lexvo.org/id/iso639-3/yaj> .

<http://lexvo.org/id/code/yak> lvont:means <http://lexvo.org/id/iso639-3/yaf>,
        <http://lexvo.org/id/iso639-3/yak> .

<http://lexvo.org/id/code/yaka1269> lvont:means <http://lexvo.org/id/iso639-3/yaf> .

<http://lexvo.org/id/code/yaka1272> lvont:means <http://lexvo.org/id/iso639-3/axk> .

<http://lexvo.org/id/code/yaka1277> lvont:means <http://lexvo.org/id/iso639-3/yka> .

<http://lexvo.org/id/code/yako1252> lvont:means <http://lexvo.org/id/iso639-3/yky> .

<http://lexvo.org/id/code/yaku1245> lvont:means <http://lexvo.org/id/iso639-3/sah> .

<http://lexvo.org/id/code/yal> lvont:means <http://lexvo.org/id/iso639-3/kkl>,
        <http://lexvo.org/id/iso639-3/yal> .

<http://lexvo.org/id/code/yale1246> lvont:means <http://lexvo.org/id/iso639-3/nce> .

<http://lexvo.org/id/code/yam> lvont:means <http://lexvo.org/id/iso639-3/yaa>,
        <http://lexvo.org/id/iso639-3/yam> .

<http://lexvo.org/id/code/yama1264> lvont:means <http://lexvo.org/id/iso639-3/yag> .

<http://lexvo.org/id/code/yamb1251> lvont:means <http://lexvo.org/id/iso639-3/yam> .

<http://lexvo.org/id/code/yamd1240> lvont:means <http://lexvo.org/id/iso639-3/jmd> .

<http://lexvo.org/id/code/yami1254> lvont:means <http://lexvo.org/id/iso639-3/tao> .

<http://lexvo.org/id/code/yami1256> lvont:means <http://lexvo.org/id/iso639-3/yaa> .

<http://lexvo.org/id/code/yan> lvont:means <http://lexvo.org/id/iso639-3/yan>,
        <http://lexvo.org/id/iso639-3/ynn> .

<http://lexvo.org/id/code/yana1271> lvont:means <http://lexvo.org/id/iso639-3/ynn> .

<http://lexvo.org/id/code/yane1238> lvont:means <http://lexvo.org/id/iso639-3/ame> .

<http://lexvo.org/id/code/yank1247> lvont:means <http://lexvo.org/id/iso639-3/kdd> .

<http://lexvo.org/id/code/yano1262> lvont:means <http://lexvo.org/id/iso639-3/wca> .

<http://lexvo.org/id/code/yans1239> lvont:means <http://lexvo.org/id/iso639-3/yns> .

<http://lexvo.org/id/code/yany1243> lvont:means <http://lexvo.org/id/iso639-3/jao> .

<http://lexvo.org/id/code/yao> lvont:means <http://lexvo.org/id/iso639-3/yao> .

<http://lexvo.org/id/code/yaoo1241> lvont:means <http://lexvo.org/id/iso639-3/yao> .

<http://lexvo.org/id/code/yap> lvont:means <http://lexvo.org/id/iso639-3/yap> .

<http://lexvo.org/id/code/yape1248> lvont:means <http://lexvo.org/id/iso639-3/yap> .

<http://lexvo.org/id/code/yaq> lvont:means <http://lexvo.org/id/iso639-3/yaq> .

<http://lexvo.org/id/code/yaqa1246> lvont:means <http://lexvo.org/id/iso639-3/jaq> .

<http://lexvo.org/id/code/yaqu1251> lvont:means <http://lexvo.org/id/iso639-3/yaq> .

<http://lexvo.org/id/code/yar> lvont:means <http://lexvo.org/id/iso639-3/yar>,
        <http://lexvo.org/id/iso639-3/yrb> .

<http://lexvo.org/id/code/yare1248> lvont:means <http://lexvo.org/id/iso639-3/yrb> .

<http://lexvo.org/id/code/yas> lvont:means <http://lexvo.org/id/iso639-3/yas> .

<http://lexvo.org/id/code/yat> lvont:means <http://lexvo.org/id/iso639-3/yat> .

<http://lexvo.org/id/code/yatz1235> lvont:means <http://lexvo.org/id/iso639-3/zav> .

<http://lexvo.org/id/code/yau> lvont:means <http://lexvo.org/id/iso639-3/yau> .

<http://lexvo.org/id/code/yav> lvont:means <http://lexvo.org/id/iso639-3/yav>,
        <http://lexvo.org/id/iso639-3/yuf> .

<http://lexvo.org/id/code/yaw> lvont:means <http://lexvo.org/id/iso639-3/yaw>,
        <http://lexvo.org/id/iso639-3/yva> .

<http://lexvo.org/id/code/yawu1244> lvont:means <http://lexvo.org/id/iso639-3/ywr> .

<http://lexvo.org/id/code/yax> lvont:means <http://lexvo.org/id/iso639-3/yax> .

<http://lexvo.org/id/code/yay> lvont:means <http://lexvo.org/id/iso639-3/pcc>,
        <http://lexvo.org/id/iso639-3/yay> .

<http://lexvo.org/id/code/yayg1236> lvont:means <http://lexvo.org/id/iso639-3/yyg> .

<http://lexvo.org/id/code/yaz> lvont:means <http://lexvo.org/id/iso639-3/yah>,
        <http://lexvo.org/id/iso639-3/yaz> .

<http://lexvo.org/id/code/yazg1240> lvont:means <http://lexvo.org/id/iso639-3/yah> .

<http://lexvo.org/id/code/yba> lvont:means <http://lexvo.org/id/iso639-3/yam>,
        <http://lexvo.org/id/iso639-3/yba> .

<http://lexvo.org/id/code/ybb> lvont:means <http://lexvo.org/id/iso639-3/ybb> .

<http://lexvo.org/id/code/ybe> lvont:means <http://lexvo.org/id/iso639-3/ybe> .

<http://lexvo.org/id/code/ybh> lvont:means <http://lexvo.org/id/iso639-3/ybh> .

<http://lexvo.org/id/code/ybi> lvont:means <http://lexvo.org/id/iso639-3/ybi> .

<http://lexvo.org/id/code/ybj> lvont:means <http://lexvo.org/id/iso639-3/ybj> .

<http://lexvo.org/id/code/ybk> lvont:means <http://lexvo.org/id/iso639-3/ybk> .

<http://lexvo.org/id/code/ybl> lvont:means <http://lexvo.org/id/iso639-3/ybl> .

<http://lexvo.org/id/code/ybm> lvont:means <http://lexvo.org/id/iso639-3/ybm> .

<http://lexvo.org/id/code/ybn> lvont:means <http://lexvo.org/id/iso639-3/ybn> .

<http://lexvo.org/id/code/ybo> lvont:means <http://lexvo.org/id/iso639-3/ybo> .

<http://lexvo.org/id/code/ybx> lvont:means <http://lexvo.org/id/iso639-3/ybx> .

<http://lexvo.org/id/code/yby> lvont:means <http://lexvo.org/id/iso639-3/yby> .

<http://lexvo.org/id/code/ych> lvont:means <http://lexvo.org/id/iso639-3/esu>,
        <http://lexvo.org/id/iso639-3/ych> .

<http://lexvo.org/id/code/ycl> lvont:means <http://lexvo.org/id/iso639-3/ycl> .

<http://lexvo.org/id/code/ycn> lvont:means <http://lexvo.org/id/iso639-3/ycn> .

<http://lexvo.org/id/code/ycp> lvont:means <http://lexvo.org/id/iso639-3/ycp> .

<http://lexvo.org/id/code/yct> lvont:means <http://lexvo.org/id/iso639-3/yua> .

<http://lexvo.org/id/code/ydb> lvont:means <http://lexvo.org/id/iso639-3/ydd> .

<http://lexvo.org/id/code/ydd> lvont:means <http://lexvo.org/id/iso639-3/ydd> .

<http://lexvo.org/id/code/yde> lvont:means <http://lexvo.org/id/iso639-3/yde> .

<http://lexvo.org/id/code/ydg> lvont:means <http://lexvo.org/id/iso639-3/ydg> .

<http://lexvo.org/id/code/ydk> lvont:means <http://lexvo.org/id/iso639-3/ydk> .

<http://lexvo.org/id/code/ydl> lvont:means <http://lexvo.org/id/iso639-3/ydd> .

<http://lexvo.org/id/code/yds> lvont:means <http://lexvo.org/id/iso639-3/yds> .

<http://lexvo.org/id/code/yea> lvont:means <http://lexvo.org/id/iso639-3/yea> .

<http://lexvo.org/id/code/yec> lvont:means <http://lexvo.org/id/iso639-3/yec> .

<http://lexvo.org/id/code/yecu1235> lvont:means <http://lexvo.org/id/iso639-3/tlc> .

<http://lexvo.org/id/code/yee> lvont:means <http://lexvo.org/id/iso639-3/yee> .

<http://lexvo.org/id/code/yei> lvont:means <http://lexvo.org/id/iso639-3/jei>,
        <http://lexvo.org/id/iso639-3/yei> .

<http://lexvo.org/id/code/yeii1239> lvont:means <http://lexvo.org/id/iso639-3/jei> .

<http://lexvo.org/id/code/yej> lvont:means <http://lexvo.org/id/iso639-3/yej> .

<http://lexvo.org/id/code/yekh1238> lvont:means <http://lexvo.org/id/iso639-3/ets> .

<http://lexvo.org/id/code/yel> lvont:means <http://lexvo.org/id/iso639-3/yel>,
        <http://lexvo.org/id/iso639-3/yle> .

<http://lexvo.org/id/code/yele1255> lvont:means <http://lexvo.org/id/iso639-3/yle> .

<http://lexvo.org/id/code/yelm1242> lvont:means <http://lexvo.org/id/iso639-3/jel> .

<http://lexvo.org/id/code/yem> lvont:means <http://lexvo.org/id/iso639-3/ybb> .

<http://lexvo.org/id/code/yemb1246> lvont:means <http://lexvo.org/id/iso639-3/ybb> .

<http://lexvo.org/id/code/yems1235> lvont:means <http://lexvo.org/id/iso639-3/jnj> .

<http://lexvo.org/id/code/yer> lvont:means <http://lexvo.org/id/iso639-3/yer> .

<http://lexvo.org/id/code/yes> lvont:means <http://lexvo.org/id/iso639-3/yes>,
        <http://lexvo.org/id/iso639-3/yss> .

<http://lexvo.org/id/code/yess1239> lvont:means <http://lexvo.org/id/iso639-3/yss> .

<http://lexvo.org/id/code/yet> lvont:means <http://lexvo.org/id/iso639-3/yet> .

<http://lexvo.org/id/code/yeu> lvont:means <http://lexvo.org/id/iso639-3/yeu> .

<http://lexvo.org/id/code/yev> lvont:means <http://lexvo.org/id/iso639-3/yev> .

<http://lexvo.org/id/code/yey> lvont:means <http://lexvo.org/id/iso639-3/yey> .

<http://lexvo.org/id/code/yeyi1239> lvont:means <http://lexvo.org/id/iso639-3/yey> .

<http://lexvo.org/id/code/yga> lvont:means <http://lexvo.org/id/iso639-3/yga> .

<http://lexvo.org/id/code/ygd> lvont:means <http://lexvo.org/id/iso639-3/dur> .

<http://lexvo.org/id/code/ygl> lvont:means <http://lexvo.org/id/iso639-3/ygl> .

<http://lexvo.org/id/code/ygm> lvont:means <http://lexvo.org/id/iso639-3/ygm> .

<http://lexvo.org/id/code/ygn> lvont:means <http://lexvo.org/id/iso639-3/yai> .

<http://lexvo.org/id/code/ygp> lvont:means <http://lexvo.org/id/iso639-3/ygp> .

<http://lexvo.org/id/code/ygr> lvont:means <http://lexvo.org/id/iso639-3/ygr> .

<http://lexvo.org/id/code/ygw> lvont:means <http://lexvo.org/id/iso639-3/ygw> .

<http://lexvo.org/id/code/yha> lvont:means <http://lexvo.org/id/iso639-3/yha> .

<http://lexvo.org/id/code/yhd> lvont:means <http://lexvo.org/id/iso639-3/yhd> .

<http://lexvo.org/id/code/yhl> lvont:means <http://lexvo.org/id/iso639-3/yhl> .

<http://lexvo.org/id/code/yi> lvont:means <http://lexvo.org/id/iso639-3/yid> .

<http://lexvo.org/id/code/yia> lvont:means <http://lexvo.org/id/iso639-3/yia> .

<http://lexvo.org/id/code/yid> lvont:means <http://lexvo.org/id/iso639-3/yid>,
        <http://lexvo.org/id/iso639-3/yii> .

<http://lexvo.org/id/code/yidi1250> lvont:means <http://lexvo.org/id/iso639-3/yii> .

<http://lexvo.org/id/code/yif> lvont:means <http://lexvo.org/id/iso639-3/yif> .

<http://lexvo.org/id/code/yig> lvont:means <http://lexvo.org/id/iso639-3/yig> .

<http://lexvo.org/id/code/yih> lvont:means <http://lexvo.org/id/iso639-3/yih> .

<http://lexvo.org/id/code/yii> lvont:means <http://lexvo.org/id/iso639-3/yii> .

<http://lexvo.org/id/code/yij> lvont:means <http://lexvo.org/id/iso639-3/yij> .

<http://lexvo.org/id/code/yik> lvont:means <http://lexvo.org/id/iso639-3/yik> .

<http://lexvo.org/id/code/yil> lvont:means <http://lexvo.org/id/iso639-3/yil>,
        <http://lexvo.org/id/iso639-3/yll> .

<http://lexvo.org/id/code/yill1241> lvont:means <http://lexvo.org/id/iso639-3/yll> .

<http://lexvo.org/id/code/yim> lvont:means <http://lexvo.org/id/iso639-3/yee>,
        <http://lexvo.org/id/iso639-3/yim> .

<http://lexvo.org/id/code/yima1243> lvont:means <http://lexvo.org/id/iso639-3/yee> .

<http://lexvo.org/id/code/yin> lvont:means <http://lexvo.org/id/iso639-3/yij>,
        <http://lexvo.org/id/iso639-3/yin> .

<http://lexvo.org/id/code/yind1247> lvont:means <http://lexvo.org/id/iso639-3/yij> .

<http://lexvo.org/id/code/yine1238> lvont:means <http://lexvo.org/id/iso639-3/pib> .

<http://lexvo.org/id/code/ying1247> lvont:means <http://lexvo.org/id/iso639-3/yia> .

<http://lexvo.org/id/code/yip> lvont:means <http://lexvo.org/id/iso639-3/yip> .

<http://lexvo.org/id/code/yiq> lvont:means <http://lexvo.org/id/iso639-3/yiq> .

<http://lexvo.org/id/code/yir> lvont:means <http://lexvo.org/id/iso639-3/yir>,
        <http://lexvo.org/id/iso639-3/yiy> .

<http://lexvo.org/id/code/yiry1245> lvont:means <http://lexvo.org/id/iso639-3/yiy> .

<http://lexvo.org/id/code/yis> lvont:means <http://lexvo.org/id/iso639-3/yis> .

<http://lexvo.org/id/code/yit> lvont:means <http://lexvo.org/id/iso639-3/yit> .

<http://lexvo.org/id/code/yiu> lvont:means <http://lexvo.org/id/iso639-3/yiu> .

<http://lexvo.org/id/code/yiv> lvont:means <http://lexvo.org/id/iso639-3/yiv> .

<http://lexvo.org/id/code/yix> lvont:means <http://lexvo.org/id/iso639-3/yix> .

<http://lexvo.org/id/code/yiy> lvont:means <http://lexvo.org/id/iso639-3/yiy> .

<http://lexvo.org/id/code/yiz> lvont:means <http://lexvo.org/id/iso639-3/yiz> .

<http://lexvo.org/id/code/yka> lvont:means <http://lexvo.org/id/iso639-3/yka> .

<http://lexvo.org/id/code/ykg> lvont:means <http://lexvo.org/id/iso639-3/ykg> .

<http://lexvo.org/id/code/yki> lvont:means <http://lexvo.org/id/iso639-3/yki>,
        <http://lexvo.org/id/iso639-3/yuk> .

<http://lexvo.org/id/code/ykk> lvont:means <http://lexvo.org/id/iso639-3/ykk> .

<http://lexvo.org/id/code/ykl> lvont:means <http://lexvo.org/id/iso639-3/ykl> .

<http://lexvo.org/id/code/ykm> lvont:means <http://lexvo.org/id/iso639-3/ykm>,
        <http://lexvo.org/id/iso639-3/yky> .

<http://lexvo.org/id/code/ykn> lvont:means <http://lexvo.org/id/iso639-3/yka>,
        <http://lexvo.org/id/iso639-3/ykn> .

<http://lexvo.org/id/code/yko> lvont:means <http://lexvo.org/id/iso639-3/yko>,
        <http://lexvo.org/id/iso639-3/yux> .

<http://lexvo.org/id/code/ykp> lvont:means <http://lexvo.org/id/iso639-3/yup> .

<http://lexvo.org/id/code/ykr> lvont:means <http://lexvo.org/id/iso639-3/ykr> .

<http://lexvo.org/id/code/ykt> lvont:means <http://lexvo.org/id/iso639-3/sah>,
        <http://lexvo.org/id/iso639-3/ykt> .

<http://lexvo.org/id/code/yku> lvont:means <http://lexvo.org/id/iso639-3/yku> .

<http://lexvo.org/id/code/yky> lvont:means <http://lexvo.org/id/iso639-3/yky> .

<http://lexvo.org/id/code/yla> lvont:means <http://lexvo.org/id/iso639-3/yla> .

<http://lexvo.org/id/code/ylb> lvont:means <http://lexvo.org/id/iso639-3/mpj>,
        <http://lexvo.org/id/iso639-3/ylb> .

<http://lexvo.org/id/code/yle> lvont:means <http://lexvo.org/id/iso639-3/yle> .

<http://lexvo.org/id/code/ylg> lvont:means <http://lexvo.org/id/iso639-3/ylg> .

<http://lexvo.org/id/code/yli> lvont:means <http://lexvo.org/id/iso639-3/yli> .

<http://lexvo.org/id/code/yll> lvont:means <http://lexvo.org/id/iso639-3/yll> .

<http://lexvo.org/id/code/ylm> lvont:means <http://lexvo.org/id/iso639-3/jel>,
        <http://lexvo.org/id/iso639-3/ylm> .

<http://lexvo.org/id/code/yln> lvont:means <http://lexvo.org/id/iso639-3/yln> .

<http://lexvo.org/id/code/ylo> lvont:means <http://lexvo.org/id/iso639-3/ylo> .

<http://lexvo.org/id/code/ylr> lvont:means <http://lexvo.org/id/iso639-3/ylr> .

<http://lexvo.org/id/code/ylt> lvont:means <http://lexvo.org/id/iso639-3/ydd> .

<http://lexvo.org/id/code/ylu> lvont:means <http://lexvo.org/id/iso639-3/ylu> .

<http://lexvo.org/id/code/yly> lvont:means <http://lexvo.org/id/iso639-3/yly> .

<http://lexvo.org/id/code/ymb> lvont:means <http://lexvo.org/id/iso639-3/ymb> .

<http://lexvo.org/id/code/ymc> lvont:means <http://lexvo.org/id/iso639-3/ymc> .

<http://lexvo.org/id/code/ymd> lvont:means <http://lexvo.org/id/iso639-3/jmd>,
        <http://lexvo.org/id/iso639-3/ymd> .

<http://lexvo.org/id/code/yme> lvont:means <http://lexvo.org/id/iso639-3/yme> .

<http://lexvo.org/id/code/ymg> lvont:means <http://lexvo.org/id/iso639-3/ymg> .

<http://lexvo.org/id/code/ymh> lvont:means <http://lexvo.org/id/iso639-3/ymh> .

<http://lexvo.org/id/code/ymi> lvont:means <http://lexvo.org/id/iso639-3/tao>,
        <http://lexvo.org/id/iso639-3/ymi> .

<http://lexvo.org/id/code/ymk> lvont:means <http://lexvo.org/id/iso639-3/ymk> .

<http://lexvo.org/id/code/yml> lvont:means <http://lexvo.org/id/iso639-3/yml> .

<http://lexvo.org/id/code/ymm> lvont:means <http://lexvo.org/id/iso639-3/ymm> .

<http://lexvo.org/id/code/ymn> lvont:means <http://lexvo.org/id/iso639-3/ymn> .

<http://lexvo.org/id/code/ymo> lvont:means <http://lexvo.org/id/iso639-3/ymo> .

<http://lexvo.org/id/code/ymp> lvont:means <http://lexvo.org/id/iso639-3/ymp> .

<http://lexvo.org/id/code/ymq> lvont:means <http://lexvo.org/id/iso639-3/ymq> .

<http://lexvo.org/id/code/ymr> lvont:means <http://lexvo.org/id/iso639-3/ymr> .

<http://lexvo.org/id/code/yms> lvont:means <http://lexvo.org/id/iso639-3/jnj>,
        <http://lexvo.org/id/iso639-3/yms> .

<http://lexvo.org/id/code/ymt> lvont:means <http://lexvo.org/id/iso639-3/ymt> .

<http://lexvo.org/id/code/ymx> lvont:means <http://lexvo.org/id/iso639-3/ymx> .

<http://lexvo.org/id/code/ymz> lvont:means <http://lexvo.org/id/iso639-3/ymz> .

<http://lexvo.org/id/code/yna> lvont:means <http://lexvo.org/id/iso639-3/yna>,
        <http://lexvo.org/id/iso639-3/ynk> .

<http://lexvo.org/id/code/ynd> lvont:means <http://lexvo.org/id/iso639-3/ynd> .

<http://lexvo.org/id/code/yne> lvont:means <http://lexvo.org/id/iso639-3/yne> .

<http://lexvo.org/id/code/yng> lvont:means <http://lexvo.org/id/iso639-3/yia>,
        <http://lexvo.org/id/iso639-3/yng> .

<http://lexvo.org/id/code/ynh> lvont:means <http://lexvo.org/id/iso639-3/ynh> .

<http://lexvo.org/id/code/ynk> lvont:means <http://lexvo.org/id/iso639-3/kdd>,
        <http://lexvo.org/id/iso639-3/ynk> .

<http://lexvo.org/id/code/ynl> lvont:means <http://lexvo.org/id/iso639-3/ynl> .

<http://lexvo.org/id/code/ynm> lvont:means <http://lexvo.org/id/iso639-3/wca> .

<http://lexvo.org/id/code/ynn> lvont:means <http://lexvo.org/id/iso639-3/ynn> .

<http://lexvo.org/id/code/yno> lvont:means <http://lexvo.org/id/iso639-3/yno> .

<http://lexvo.org/id/code/ynq> lvont:means <http://lexvo.org/id/iso639-3/ynq> .

<http://lexvo.org/id/code/yns> lvont:means <http://lexvo.org/id/iso639-3/yns> .

<http://lexvo.org/id/code/ynu> lvont:means <http://lexvo.org/id/iso639-3/ynu> .

<http://lexvo.org/id/code/yny> lvont:means <http://lexvo.org/id/iso639-3/jao> .

<http://lexvo.org/id/code/yo> lvont:means <http://lexvo.org/id/iso639-3/yor> .

<http://lexvo.org/id/code/yob> lvont:means <http://lexvo.org/id/iso639-3/yob> .

<http://lexvo.org/id/code/yog> lvont:means <http://lexvo.org/id/iso639-3/yog> .

<http://lexvo.org/id/code/yoi> lvont:means <http://lexvo.org/id/iso639-3/yoi> .

<http://lexvo.org/id/code/yok> lvont:means <http://lexvo.org/id/iso639-3/yok> .

<http://lexvo.org/id/code/yoku1256> lvont:means <http://lexvo.org/id/iso639-3/yok> .

<http://lexvo.org/id/code/yol> lvont:means <http://lexvo.org/id/iso639-3/yol> .

<http://lexvo.org/id/code/yom> lvont:means <http://lexvo.org/id/iso639-3/yom> .

<http://lexvo.org/id/code/yon> lvont:means <http://lexvo.org/id/iso639-3/yon> .

<http://lexvo.org/id/code/yong1280> lvont:means <http://lexvo.org/id/iso639-3/yon> .

<http://lexvo.org/id/code/yor> lvont:means <http://lexvo.org/id/iso639-3/yor> .

<http://lexvo.org/id/code/yort1237> lvont:means <http://lexvo.org/id/iso639-3/xyy> .

<http://lexvo.org/id/code/yoru1245> lvont:means <http://lexvo.org/id/iso639-3/yor> .

<http://lexvo.org/id/code/yos> lvont:means <http://lexvo.org/id/iso639-3/yos> .

<http://lexvo.org/id/code/yoso1239> lvont:means <http://lexvo.org/id/iso639-3/mpm> .

<http://lexvo.org/id/code/yot> lvont:means <http://lexvo.org/id/iso639-3/yot> .

<http://lexvo.org/id/code/youn1235> lvont:means <http://lexvo.org/id/iso639-3/buh> .

<http://lexvo.org/id/code/yox> lvont:means <http://lexvo.org/id/iso639-3/yox> .

<http://lexvo.org/id/code/yoy> lvont:means <http://lexvo.org/id/iso639-3/yoy> .

<http://lexvo.org/id/code/ypa> lvont:means <http://lexvo.org/id/iso639-3/ypa> .

<http://lexvo.org/id/code/ypb> lvont:means <http://lexvo.org/id/iso639-3/ypb> .

<http://lexvo.org/id/code/ypg> lvont:means <http://lexvo.org/id/iso639-3/ypg> .

<http://lexvo.org/id/code/yph> lvont:means <http://lexvo.org/id/iso639-3/yph> .

<http://lexvo.org/id/code/ypk> lvont:means <http://lexvo.org/id/iso639-3/esu>,
        <http://lexvo.org/id/iso639-5/ypk> .

<http://lexvo.org/id/code/ypm> lvont:means <http://lexvo.org/id/iso639-3/ypm> .

<http://lexvo.org/id/code/ypn> lvont:means <http://lexvo.org/id/iso639-3/ypn> .

<http://lexvo.org/id/code/ypo> lvont:means <http://lexvo.org/id/iso639-3/ypo> .

<http://lexvo.org/id/code/ypp> lvont:means <http://lexvo.org/id/iso639-3/ypp> .

<http://lexvo.org/id/code/ypz> lvont:means <http://lexvo.org/id/iso639-3/ypz> .

<http://lexvo.org/id/code/yqy> lvont:means <http://lexvo.org/id/iso639-3/jaq> .

<http://lexvo.org/id/code/yra> lvont:means <http://lexvo.org/id/iso639-3/yra> .

<http://lexvo.org/id/code/yrb> lvont:means <http://lexvo.org/id/iso639-3/yrb> .

<http://lexvo.org/id/code/yrc> lvont:means <http://lexvo.org/id/iso639-3/yuz> .

<http://lexvo.org/id/code/yre> lvont:means <http://lexvo.org/id/iso639-3/yre> .

<http://lexvo.org/id/code/yri> lvont:means <http://lexvo.org/id/iso639-3/yri> .

<http://lexvo.org/id/code/yrk> lvont:means <http://lexvo.org/id/iso639-3/yrk> .

<http://lexvo.org/id/code/yrl> lvont:means <http://lexvo.org/id/iso639-3/yrl> .

<http://lexvo.org/id/code/yrn> lvont:means <http://lexvo.org/id/iso639-3/yrn> .

<http://lexvo.org/id/code/yrr> lvont:means <http://lexvo.org/id/iso639-3/yae> .

<http://lexvo.org/id/code/yrs> lvont:means <http://lexvo.org/id/iso639-3/yrs> .

<http://lexvo.org/id/code/yrt> lvont:means <http://lexvo.org/id/iso639-3/yui> .

<http://lexvo.org/id/code/yrw> lvont:means <http://lexvo.org/id/iso639-3/yrw> .

<http://lexvo.org/id/code/ysc> lvont:means <http://lexvo.org/id/iso639-3/ysc> .

<http://lexvo.org/id/code/ysd> lvont:means <http://lexvo.org/id/iso639-3/ysd> .

<http://lexvo.org/id/code/ysg> lvont:means <http://lexvo.org/id/iso639-3/ysg> .

<http://lexvo.org/id/code/ysi> lvont:means <http://lexvo.org/id/iso639-3/ysr> .

<http://lexvo.org/id/code/ysl> lvont:means <http://lexvo.org/id/iso639-3/ess>,
        <http://lexvo.org/id/iso639-3/ysl> .

<http://lexvo.org/id/code/ysn> lvont:means <http://lexvo.org/id/iso639-3/ysn> .

<http://lexvo.org/id/code/yso> lvont:means <http://lexvo.org/id/iso639-3/yso> .

<http://lexvo.org/id/code/ysp> lvont:means <http://lexvo.org/id/iso639-3/ysp> .

<http://lexvo.org/id/code/ysr> lvont:means <http://lexvo.org/id/iso639-3/ysr> .

<http://lexvo.org/id/code/yss> lvont:means <http://lexvo.org/id/iso639-3/yss> .

<http://lexvo.org/id/code/ysy> lvont:means <http://lexvo.org/id/iso639-3/ysy> .

<http://lexvo.org/id/code/yta> lvont:means <http://lexvo.org/id/iso639-3/nog>,
        <http://lexvo.org/id/iso639-3/yta> .

<http://lexvo.org/id/code/ytl> lvont:means <http://lexvo.org/id/iso639-3/ytl> .

<http://lexvo.org/id/code/ytp> lvont:means <http://lexvo.org/id/iso639-3/ytp> .

<http://lexvo.org/id/code/ytu> lvont:means <http://lexvo.org/id/iso639-3/ykg> .

<http://lexvo.org/id/code/ytw> lvont:means <http://lexvo.org/id/iso639-3/ytw> .

<http://lexvo.org/id/code/yua> lvont:means <http://lexvo.org/id/iso639-3/yua> .

<http://lexvo.org/id/code/yub> lvont:means <http://lexvo.org/id/iso639-3/yub> .

<http://lexvo.org/id/code/yuc> lvont:means <http://lexvo.org/id/iso639-3/yuc> .

<http://lexvo.org/id/code/yuca1254> lvont:means <http://lexvo.org/id/iso639-3/yua> .

<http://lexvo.org/id/code/yuch1247> lvont:means <http://lexvo.org/id/iso639-3/yuc> .

<http://lexvo.org/id/code/yucu1253> lvont:means <http://lexvo.org/id/iso639-3/ycn> .

<http://lexvo.org/id/code/yud> lvont:means <http://lexvo.org/id/iso639-3/yud> .

<http://lexvo.org/id/code/yue> lvont:means <http://lexvo.org/id/iso639-3/yue> .

<http://lexvo.org/id/code/yuec1235> lvont:means <http://lexvo.org/id/iso639-3/yue> .

<http://lexvo.org/id/code/yuf> lvont:means <http://lexvo.org/id/iso639-3/yuf> .

<http://lexvo.org/id/code/yug> lvont:means <http://lexvo.org/id/iso639-3/yug>,
        <http://lexvo.org/id/iso639-3/yuu> .

<http://lexvo.org/id/code/yugh1239> lvont:means <http://lexvo.org/id/iso639-3/yuu> .

<http://lexvo.org/id/code/yui> lvont:means <http://lexvo.org/id/iso639-3/yui> .

<http://lexvo.org/id/code/yuj> lvont:means <http://lexvo.org/id/iso639-3/yuj> .

<http://lexvo.org/id/code/yuk> lvont:means <http://lexvo.org/id/iso639-3/gcd>,
        <http://lexvo.org/id/iso639-3/yuk> .

<http://lexvo.org/id/code/yuki1243> lvont:means <http://lexvo.org/id/iso639-3/yuk> .

<http://lexvo.org/id/code/yukp1241> lvont:means <http://lexvo.org/id/iso639-3/yup> .

<http://lexvo.org/id/code/yul> lvont:means <http://lexvo.org/id/iso639-3/yul> .

<http://lexvo.org/id/code/yulu1243> lvont:means <http://lexvo.org/id/iso639-3/yul> .

<http://lexvo.org/id/code/yum> lvont:means <http://lexvo.org/id/iso639-3/yum> .

<http://lexvo.org/id/code/yun> lvont:means <http://lexvo.org/id/iso639-3/esu>,
        <http://lexvo.org/id/iso639-3/yun> .

<http://lexvo.org/id/code/yup> lvont:means <http://lexvo.org/id/iso639-3/yup> .

<http://lexvo.org/id/code/yuq> lvont:means <http://lexvo.org/id/iso639-3/yuq> .

<http://lexvo.org/id/code/yur> lvont:means <http://lexvo.org/id/iso639-3/yur> .

<http://lexvo.org/id/code/yura1255> lvont:means <http://lexvo.org/id/iso639-3/yuz> .

<http://lexvo.org/id/code/yuro1248> lvont:means <http://lexvo.org/id/iso639-3/yur> .

<http://lexvo.org/id/code/yuru1263> lvont:means <http://lexvo.org/id/iso639-3/yui> .

<http://lexvo.org/id/code/yus> lvont:means <http://lexvo.org/id/iso639-3/ess> .

<http://lexvo.org/id/code/yut> lvont:means <http://lexvo.org/id/iso639-3/yut> .

<http://lexvo.org/id/code/yuu> lvont:means <http://lexvo.org/id/iso639-3/yuu> .

<http://lexvo.org/id/code/yuw> lvont:means <http://lexvo.org/id/iso639-3/kld>,
        <http://lexvo.org/id/iso639-3/yuw> .

<http://lexvo.org/id/code/yux> lvont:means <http://lexvo.org/id/iso639-3/yux> .

<http://lexvo.org/id/code/yuy> lvont:means <http://lexvo.org/id/iso639-3/yuy> .

<http://lexvo.org/id/code/yuz> lvont:means <http://lexvo.org/id/iso639-3/yuz> .

<http://lexvo.org/id/code/yva> lvont:means <http://lexvo.org/id/iso639-3/yva> .

<http://lexvo.org/id/code/yvt> lvont:means <http://lexvo.org/id/iso639-3/yvt> .

<http://lexvo.org/id/code/ywa> lvont:means <http://lexvo.org/id/iso639-3/ywa> .

<http://lexvo.org/id/code/ywl> lvont:means <http://lexvo.org/id/iso639-3/yok>,
        <http://lexvo.org/id/iso639-3/ywl> .

<http://lexvo.org/id/code/ywn> lvont:means <http://lexvo.org/id/iso639-3/ywn> .

<http://lexvo.org/id/code/ywq> lvont:means <http://lexvo.org/id/iso639-3/ywq> .

<http://lexvo.org/id/code/ywr> lvont:means <http://lexvo.org/id/iso639-3/ywr> .

<http://lexvo.org/id/code/ywt> lvont:means <http://lexvo.org/id/iso639-3/ywt> .

<http://lexvo.org/id/code/ywu> lvont:means <http://lexvo.org/id/iso639-3/ywu> .

<http://lexvo.org/id/code/yww> lvont:means <http://lexvo.org/id/iso639-3/yww> .

<http://lexvo.org/id/code/yxg> lvont:means <http://lexvo.org/id/iso639-3/yxg> .

<http://lexvo.org/id/code/yxy> lvont:means <http://lexvo.org/id/iso639-3/yxy> .

<http://lexvo.org/id/code/yyg> lvont:means <http://lexvo.org/id/iso639-3/yyg> .

<http://lexvo.org/id/code/yyo> lvont:means <http://lexvo.org/id/iso639-3/xyy> .

<http://lexvo.org/id/code/yyu> lvont:means <http://lexvo.org/id/iso639-3/yyu> .

<http://lexvo.org/id/code/yyz> lvont:means <http://lexvo.org/id/iso639-3/yyz> .

<http://lexvo.org/id/code/yzg> lvont:means <http://lexvo.org/id/iso639-3/yzg> .

<http://lexvo.org/id/code/yzk> lvont:means <http://lexvo.org/id/iso639-3/yzk> .

<http://lexvo.org/id/code/yzv> lvont:means <http://lexvo.org/id/iso639-3/kpv> .

<http://lexvo.org/id/code/za> lvont:means <http://lexvo.org/id/iso639-3/zha> .

<http://lexvo.org/id/code/zaa> lvont:means <http://lexvo.org/id/iso639-3/zaa> .

<http://lexvo.org/id/code/zab> lvont:means <http://lexvo.org/id/iso639-3/zab> .

<http://lexvo.org/id/code/zac> lvont:means <http://lexvo.org/id/iso639-3/zac> .

<http://lexvo.org/id/code/zad> lvont:means <http://lexvo.org/id/iso639-3/zad> .

<http://lexvo.org/id/code/zae> lvont:means <http://lexvo.org/id/iso639-3/zae> .

<http://lexvo.org/id/code/zaf> lvont:means <http://lexvo.org/id/iso639-3/zaf> .

<http://lexvo.org/id/code/zag> lvont:means <http://lexvo.org/id/iso639-3/zag> .

<http://lexvo.org/id/code/zah> lvont:means <http://lexvo.org/id/iso639-3/zah> .

<http://lexvo.org/id/code/zai> lvont:means <http://lexvo.org/id/iso639-3/zai> .

<http://lexvo.org/id/code/zaj> lvont:means <http://lexvo.org/id/iso639-3/zaa>,
        <http://lexvo.org/id/iso639-3/zaj> .

<http://lexvo.org/id/code/zak> lvont:means <http://lexvo.org/id/iso639-3/zak> .

<http://lexvo.org/id/code/zal> lvont:means <http://lexvo.org/id/iso639-3/zal> .

<http://lexvo.org/id/code/zam> lvont:means <http://lexvo.org/id/iso639-3/zam>,
        <http://lexvo.org/id/iso639-3/zpm> .

<http://lexvo.org/id/code/zan> lvont:means <http://lexvo.org/id/iso639-3/zne> .

<http://lexvo.org/id/code/zand1248> lvont:means <http://lexvo.org/id/iso639-3/zne> .

<http://lexvo.org/id/code/zao> lvont:means <http://lexvo.org/id/iso639-3/zao> .

<http://lexvo.org/id/code/zap> lvont:means <http://lexvo.org/id/iso639-3/zap>,
        <http://lexvo.org/id/iso639-3/zaw> .

<http://lexvo.org/id/code/zapa1253> lvont:means <http://lexvo.org/id/iso639-3/zro> .

<http://lexvo.org/id/code/zaq> lvont:means <http://lexvo.org/id/iso639-3/zaq>,
        <http://lexvo.org/id/iso639-3/zpi> .

<http://lexvo.org/id/code/zar> lvont:means <http://lexvo.org/id/iso639-3/dje>,
        <http://lexvo.org/id/iso639-3/zar> .

<http://lexvo.org/id/code/zarm1239> lvont:means <http://lexvo.org/id/iso639-3/dje> .

<http://lexvo.org/id/code/zas> lvont:means <http://lexvo.org/id/iso639-3/zas> .

<http://lexvo.org/id/code/zat> lvont:means <http://lexvo.org/id/iso639-3/zat> .

<http://lexvo.org/id/code/zau> lvont:means <http://lexvo.org/id/iso639-3/zau> .

<http://lexvo.org/id/code/zav> lvont:means <http://lexvo.org/id/iso639-3/zav> .

<http://lexvo.org/id/code/zaw> lvont:means <http://lexvo.org/id/iso639-3/zaw> .

<http://lexvo.org/id/code/zax> lvont:means <http://lexvo.org/id/iso639-3/zax> .

<http://lexvo.org/id/code/zay> lvont:means <http://lexvo.org/id/iso639-3/zay> .

<http://lexvo.org/id/code/zays1235> lvont:means <http://lexvo.org/id/iso639-3/zay> .

<http://lexvo.org/id/code/zaz> lvont:means <http://lexvo.org/id/iso639-3/diq>,
        <http://lexvo.org/id/iso639-3/zaz> .

<http://lexvo.org/id/code/zbc> lvont:means <http://lexvo.org/id/iso639-3/zbc> .

<http://lexvo.org/id/code/zbe> lvont:means <http://lexvo.org/id/iso639-3/zbe> .

<http://lexvo.org/id/code/zbl> lvont:means <http://lexvo.org/id/iso639-3/zbl> .

<http://lexvo.org/id/code/zbt> lvont:means <http://lexvo.org/id/iso639-3/zbt> .

<http://lexvo.org/id/code/zbw> lvont:means <http://lexvo.org/id/iso639-3/zbw> .

<http://lexvo.org/id/code/zca> lvont:means <http://lexvo.org/id/iso639-3/zca> .

<http://lexvo.org/id/code/zch> lvont:means <http://lexvo.org/id/iso639-3/zch>,
        <http://lexvo.org/id/iso639-3/zoh> .

<http://lexvo.org/id/code/zdj> lvont:means <http://lexvo.org/id/iso639-3/zdj> .

<http://lexvo.org/id/code/zea> lvont:means <http://lexvo.org/id/iso639-3/zea> .

<http://lexvo.org/id/code/zeeu1238> lvont:means <http://lexvo.org/id/iso639-3/zea> .

<http://lexvo.org/id/code/zeg> lvont:means <http://lexvo.org/id/iso639-3/zeg> .

<http://lexvo.org/id/code/zeh> lvont:means <http://lexvo.org/id/iso639-3/zeh> .

<http://lexvo.org/id/code/zeme1240> lvont:means <http://lexvo.org/id/iso639-3/nzm> .

<http://lexvo.org/id/code/zen> lvont:means <http://lexvo.org/id/iso639-3/zen> .

<http://lexvo.org/id/code/zena1248> lvont:means <http://lexvo.org/id/iso639-3/zen> .

<http://lexvo.org/id/code/zfl> lvont:means <http://lexvo.org/id/iso639-3/zos> .

<http://lexvo.org/id/code/zga> lvont:means <http://lexvo.org/id/iso639-3/zga> .

<http://lexvo.org/id/code/zgb> lvont:means <http://lexvo.org/id/iso639-3/zgb> .

<http://lexvo.org/id/code/zgm> lvont:means <http://lexvo.org/id/iso639-3/zgm> .

<http://lexvo.org/id/code/zgn> lvont:means <http://lexvo.org/id/iso639-3/zgn> .

<http://lexvo.org/id/code/zgr> lvont:means <http://lexvo.org/id/iso639-3/zgr> .

<http://lexvo.org/id/code/zh> lvont:means <http://lexvo.org/id/iso639-3/zho> .

<http://lexvo.org/id/code/zha> lvont:means <http://lexvo.org/id/iso639-3/jna>,
        <http://lexvo.org/id/iso639-3/zha> .

<http://lexvo.org/id/code/zhb> lvont:means <http://lexvo.org/id/iso639-3/zhb> .

<http://lexvo.org/id/code/zhd> lvont:means <http://lexvo.org/id/iso639-3/zhd> .

<http://lexvo.org/id/code/zhi> lvont:means <http://lexvo.org/id/iso639-3/zhi> .

<http://lexvo.org/id/code/zhn> lvont:means <http://lexvo.org/id/iso639-3/zhn> .

<http://lexvo.org/id/code/zho> lvont:means <http://lexvo.org/id/iso639-3/zho> .

<http://lexvo.org/id/code/zhw> lvont:means <http://lexvo.org/id/iso639-3/zhw> .

<http://lexvo.org/id/code/zhx> lvont:means <http://lexvo.org/id/iso639-5/zhx> .

<http://lexvo.org/id/code/zia> lvont:means <http://lexvo.org/id/iso639-3/zia> .

<http://lexvo.org/id/code/zib> lvont:means <http://lexvo.org/id/iso639-3/zib> .

<http://lexvo.org/id/code/zik> lvont:means <http://lexvo.org/id/iso639-3/zik> .

<http://lexvo.org/id/code/zil> lvont:means <http://lexvo.org/id/iso639-3/zil> .

<http://lexvo.org/id/code/zim> lvont:means <http://lexvo.org/id/iso639-3/zik>,
        <http://lexvo.org/id/iso639-3/zim> .

<http://lexvo.org/id/code/zima1244> lvont:means <http://lexvo.org/id/iso639-3/zik> .

<http://lexvo.org/id/code/zin> lvont:means <http://lexvo.org/id/iso639-3/zin> .

<http://lexvo.org/id/code/zir> lvont:means <http://lexvo.org/id/iso639-3/zir> .

<http://lexvo.org/id/code/ziw> lvont:means <http://lexvo.org/id/iso639-3/ziw> .

<http://lexvo.org/id/code/ziz> lvont:means <http://lexvo.org/id/iso639-3/ziz> .

<http://lexvo.org/id/code/zka> lvont:means <http://lexvo.org/id/iso639-3/zka> .

<http://lexvo.org/id/code/zkb> lvont:means <http://lexvo.org/id/iso639-3/zkb> .

<http://lexvo.org/id/code/zkd> lvont:means <http://lexvo.org/id/iso639-3/zkd> .

<http://lexvo.org/id/code/zkg> lvont:means <http://lexvo.org/id/iso639-3/zkg> .

<http://lexvo.org/id/code/zkh> lvont:means <http://lexvo.org/id/iso639-3/zkh> .

<http://lexvo.org/id/code/zkk> lvont:means <http://lexvo.org/id/iso639-3/zkk> .

<http://lexvo.org/id/code/zkn> lvont:means <http://lexvo.org/id/iso639-3/zkn> .

<http://lexvo.org/id/code/zko> lvont:means <http://lexvo.org/id/iso639-3/zko> .

<http://lexvo.org/id/code/zkp> lvont:means <http://lexvo.org/id/iso639-3/zkp> .

<http://lexvo.org/id/code/zkr> lvont:means <http://lexvo.org/id/iso639-3/zkr> .

<http://lexvo.org/id/code/zkt> lvont:means <http://lexvo.org/id/iso639-3/zkt> .

<http://lexvo.org/id/code/zku> lvont:means <http://lexvo.org/id/iso639-3/zku> .

<http://lexvo.org/id/code/zkv> lvont:means <http://lexvo.org/id/iso639-3/zkv> .

<http://lexvo.org/id/code/zkz> lvont:means <http://lexvo.org/id/iso639-3/zkz> .

<http://lexvo.org/id/code/zle> lvont:means <http://lexvo.org/id/iso639-5/zle> .

<http://lexvo.org/id/code/zlj> lvont:means <http://lexvo.org/id/iso639-3/zlj> .

<http://lexvo.org/id/code/zlm> lvont:means <http://lexvo.org/id/iso639-3/zlm> .

<http://lexvo.org/id/code/zln> lvont:means <http://lexvo.org/id/iso639-3/zln> .

<http://lexvo.org/id/code/zlq> lvont:means <http://lexvo.org/id/iso639-3/zlq> .

<http://lexvo.org/id/code/zls> lvont:means <http://lexvo.org/id/iso639-5/zls> .

<http://lexvo.org/id/code/zlw> lvont:means <http://lexvo.org/id/iso639-5/zlw> .

<http://lexvo.org/id/code/zma> lvont:means <http://lexvo.org/id/iso639-3/zma> .

<http://lexvo.org/id/code/zmb> lvont:means <http://lexvo.org/id/iso639-3/zmb> .

<http://lexvo.org/id/code/zmc> lvont:means <http://lexvo.org/id/iso639-3/zmc> .

<http://lexvo.org/id/code/zmd> lvont:means <http://lexvo.org/id/iso639-3/zmd> .

<http://lexvo.org/id/code/zme> lvont:means <http://lexvo.org/id/iso639-3/zme> .

<http://lexvo.org/id/code/zmf> lvont:means <http://lexvo.org/id/iso639-3/zmf> .

<http://lexvo.org/id/code/zmg> lvont:means <http://lexvo.org/id/iso639-3/zmg> .

<http://lexvo.org/id/code/zmh> lvont:means <http://lexvo.org/id/iso639-3/zmh> .

<http://lexvo.org/id/code/zmi> lvont:means <http://lexvo.org/id/iso639-3/zmi> .

<http://lexvo.org/id/code/zmj> lvont:means <http://lexvo.org/id/iso639-3/zmj> .

<http://lexvo.org/id/code/zmk> lvont:means <http://lexvo.org/id/iso639-3/zmk> .

<http://lexvo.org/id/code/zml> lvont:means <http://lexvo.org/id/iso639-3/zml> .

<http://lexvo.org/id/code/zmm> lvont:means <http://lexvo.org/id/iso639-3/zmm> .

<http://lexvo.org/id/code/zmn> lvont:means <http://lexvo.org/id/iso639-3/zmn> .

<http://lexvo.org/id/code/zmo> lvont:means <http://lexvo.org/id/iso639-3/zmo> .

<http://lexvo.org/id/code/zmp> lvont:means <http://lexvo.org/id/iso639-3/zmp> .

<http://lexvo.org/id/code/zmq> lvont:means <http://lexvo.org/id/iso639-3/zmq> .

<http://lexvo.org/id/code/zmr> lvont:means <http://lexvo.org/id/iso639-3/zmr> .

<http://lexvo.org/id/code/zms> lvont:means <http://lexvo.org/id/iso639-3/zms> .

<http://lexvo.org/id/code/zmt> lvont:means <http://lexvo.org/id/iso639-3/zmt> .

<http://lexvo.org/id/code/zmu> lvont:means <http://lexvo.org/id/iso639-3/zmu> .

<http://lexvo.org/id/code/zmv> lvont:means <http://lexvo.org/id/iso639-3/zmv> .

<http://lexvo.org/id/code/zmw> lvont:means <http://lexvo.org/id/iso639-3/zmw> .

<http://lexvo.org/id/code/zmx> lvont:means <http://lexvo.org/id/iso639-3/zmx> .

<http://lexvo.org/id/code/zmy> lvont:means <http://lexvo.org/id/iso639-3/zmy> .

<http://lexvo.org/id/code/zmz> lvont:means <http://lexvo.org/id/iso639-3/zmz> .

<http://lexvo.org/id/code/zna> lvont:means <http://lexvo.org/id/iso639-3/zna> .

<http://lexvo.org/id/code/znd> lvont:means <http://lexvo.org/id/iso639-5/znd> .

<http://lexvo.org/id/code/zne> lvont:means <http://lexvo.org/id/iso639-3/zne> .

<http://lexvo.org/id/code/zng> lvont:means <http://lexvo.org/id/iso639-3/zng> .

<http://lexvo.org/id/code/znk> lvont:means <http://lexvo.org/id/iso639-3/znk> .

<http://lexvo.org/id/code/zno> lvont:means <http://lexvo.org/id/iso639-3/zul> .

<http://lexvo.org/id/code/zns> lvont:means <http://lexvo.org/id/iso639-3/zns> .

<http://lexvo.org/id/code/zoc> lvont:means <http://lexvo.org/id/iso639-3/zoc> .

<http://lexvo.org/id/code/zoh> lvont:means <http://lexvo.org/id/iso639-3/zoh> .

<http://lexvo.org/id/code/zom> lvont:means <http://lexvo.org/id/iso639-3/zom> .

<http://lexvo.org/id/code/zoo> lvont:means <http://lexvo.org/id/iso639-3/zoo> .

<http://lexvo.org/id/code/zoog1238> lvont:means <http://lexvo.org/id/iso639-3/zpq> .

<http://lexvo.org/id/code/zoq> lvont:means <http://lexvo.org/id/iso639-3/zoq> .

<http://lexvo.org/id/code/zor> lvont:means <http://lexvo.org/id/iso639-3/zor> .

<http://lexvo.org/id/code/zos> lvont:means <http://lexvo.org/id/iso639-3/zos> .

<http://lexvo.org/id/code/zpa> lvont:means <http://lexvo.org/id/iso639-3/zpa> .

<http://lexvo.org/id/code/zpb> lvont:means <http://lexvo.org/id/iso639-3/zpb> .

<http://lexvo.org/id/code/zpc> lvont:means <http://lexvo.org/id/iso639-3/zpc> .

<http://lexvo.org/id/code/zpd> lvont:means <http://lexvo.org/id/iso639-3/zpd> .

<http://lexvo.org/id/code/zpe> lvont:means <http://lexvo.org/id/iso639-3/zpe> .

<http://lexvo.org/id/code/zpf> lvont:means <http://lexvo.org/id/iso639-3/zpf> .

<http://lexvo.org/id/code/zpg> lvont:means <http://lexvo.org/id/iso639-3/zpg> .

<http://lexvo.org/id/code/zph> lvont:means <http://lexvo.org/id/iso639-3/zph> .

<http://lexvo.org/id/code/zpi> lvont:means <http://lexvo.org/id/iso639-3/zpd>,
        <http://lexvo.org/id/iso639-3/zpi> .

<http://lexvo.org/id/code/zpj> lvont:means <http://lexvo.org/id/iso639-3/zpj> .

<http://lexvo.org/id/code/zpk> lvont:means <http://lexvo.org/id/iso639-3/zpk> .

<http://lexvo.org/id/code/zpl> lvont:means <http://lexvo.org/id/iso639-3/zpl> .

<http://lexvo.org/id/code/zpm> lvont:means <http://lexvo.org/id/iso639-3/zpm> .

<http://lexvo.org/id/code/zpn> lvont:means <http://lexvo.org/id/iso639-3/zpn> .

<http://lexvo.org/id/code/zpo> lvont:means <http://lexvo.org/id/iso639-3/zpo> .

<http://lexvo.org/id/code/zpp> lvont:means <http://lexvo.org/id/iso639-3/zpp> .

<http://lexvo.org/id/code/zpq> lvont:means <http://lexvo.org/id/iso639-3/zpq> .

<http://lexvo.org/id/code/zpr> lvont:means <http://lexvo.org/id/iso639-3/zpr>,
        <http://lexvo.org/id/iso639-3/zro> .

<http://lexvo.org/id/code/zps> lvont:means <http://lexvo.org/id/iso639-3/zps> .

<http://lexvo.org/id/code/zpt> lvont:means <http://lexvo.org/id/iso639-3/zpt> .

<http://lexvo.org/id/code/zpu> lvont:means <http://lexvo.org/id/iso639-3/zpu> .

<http://lexvo.org/id/code/zpv> lvont:means <http://lexvo.org/id/iso639-3/zpv> .

<http://lexvo.org/id/code/zpw> lvont:means <http://lexvo.org/id/iso639-3/zpw> .

<http://lexvo.org/id/code/zpx> lvont:means <http://lexvo.org/id/iso639-3/zpx> .

<http://lexvo.org/id/code/zpy> lvont:means <http://lexvo.org/id/iso639-3/zpy> .

<http://lexvo.org/id/code/zpz> lvont:means <http://lexvo.org/id/iso639-3/zpz> .

<http://lexvo.org/id/code/zqc> lvont:means <http://lexvo.org/id/iso639-3/zoc> .

<http://lexvo.org/id/code/zqe> lvont:means <http://lexvo.org/id/iso639-3/zqe> .

<http://lexvo.org/id/code/zqo> lvont:means <http://lexvo.org/id/iso639-3/zoc> .

<http://lexvo.org/id/code/zqr> lvont:means <http://lexvo.org/id/iso639-3/zor> .

<http://lexvo.org/id/code/zqs> lvont:means <http://lexvo.org/id/iso639-3/poi> .

<http://lexvo.org/id/code/zra> lvont:means <http://lexvo.org/id/iso639-3/zra> .

<http://lexvo.org/id/code/zrg> lvont:means <http://lexvo.org/id/iso639-3/zrg> .

<http://lexvo.org/id/code/zrn> lvont:means <http://lexvo.org/id/iso639-3/zrn> .

<http://lexvo.org/id/code/zro> lvont:means <http://lexvo.org/id/iso639-3/zro> .

<http://lexvo.org/id/code/zrp> lvont:means <http://lexvo.org/id/iso639-3/zrp> .

<http://lexvo.org/id/code/zrs> lvont:means <http://lexvo.org/id/iso639-3/zrs> .

<http://lexvo.org/id/code/zsa> lvont:means <http://lexvo.org/id/iso639-3/zsa> .

<http://lexvo.org/id/code/zsk> lvont:means <http://lexvo.org/id/iso639-3/zsk> .

<http://lexvo.org/id/code/zsl> lvont:means <http://lexvo.org/id/iso639-3/zsl> .

<http://lexvo.org/id/code/zsm> lvont:means <http://lexvo.org/id/iso639-3/zsm> .

<http://lexvo.org/id/code/zso> lvont:means <http://lexvo.org/id/iso639-3/zul> .

<http://lexvo.org/id/code/zsq> lvont:means <http://lexvo.org/id/iso639-3/zab> .

<http://lexvo.org/id/code/zsr> lvont:means <http://lexvo.org/id/iso639-3/zsr> .

<http://lexvo.org/id/code/zsu> lvont:means <http://lexvo.org/id/iso639-3/zsu> .

<http://lexvo.org/id/code/zte> lvont:means <http://lexvo.org/id/iso639-3/zpz>,
        <http://lexvo.org/id/iso639-3/zte> .

<http://lexvo.org/id/code/ztg> lvont:means <http://lexvo.org/id/iso639-3/ztg> .

<http://lexvo.org/id/code/ztl> lvont:means <http://lexvo.org/id/iso639-3/ztl> .

<http://lexvo.org/id/code/ztm> lvont:means <http://lexvo.org/id/iso639-3/ztm> .

<http://lexvo.org/id/code/ztn> lvont:means <http://lexvo.org/id/iso639-3/ztn> .

<http://lexvo.org/id/code/ztp> lvont:means <http://lexvo.org/id/iso639-3/ztp> .

<http://lexvo.org/id/code/ztq> lvont:means <http://lexvo.org/id/iso639-3/ztq> .

<http://lexvo.org/id/code/zts> lvont:means <http://lexvo.org/id/iso639-3/zts> .

<http://lexvo.org/id/code/ztt> lvont:means <http://lexvo.org/id/iso639-3/ztt> .

<http://lexvo.org/id/code/ztu> lvont:means <http://lexvo.org/id/iso639-3/ztu> .

<http://lexvo.org/id/code/ztx> lvont:means <http://lexvo.org/id/iso639-3/ztx> .

<http://lexvo.org/id/code/zty> lvont:means <http://lexvo.org/id/iso639-3/zty> .

<http://lexvo.org/id/code/zu> lvont:means <http://lexvo.org/id/iso639-3/zul> .

<http://lexvo.org/id/code/zua> lvont:means <http://lexvo.org/id/iso639-3/zua> .

<http://lexvo.org/id/code/zuh> lvont:means <http://lexvo.org/id/iso639-3/zuh> .

<http://lexvo.org/id/code/zul> lvont:means <http://lexvo.org/id/iso639-3/zul> .

<http://lexvo.org/id/code/zulu1248> lvont:means <http://lexvo.org/id/iso639-3/zul> .

<http://lexvo.org/id/code/zum> lvont:means <http://lexvo.org/id/iso639-3/zum> .

<http://lexvo.org/id/code/zun> lvont:means <http://lexvo.org/id/iso639-3/zun> .

<http://lexvo.org/id/code/zuni1245> lvont:means <http://lexvo.org/id/iso639-3/zun> .

<http://lexvo.org/id/code/zuy> lvont:means <http://lexvo.org/id/iso639-3/zuy> .

<http://lexvo.org/id/code/zwa> lvont:means <http://lexvo.org/id/iso639-3/zwa> .

<http://lexvo.org/id/code/zxx> lvont:means <http://lexvo.org/id/iso639-3/zxx> .

<http://lexvo.org/id/code/zya> lvont:means <http://lexvo.org/id/iso639-3/zav> .

<http://lexvo.org/id/code/zyb> lvont:means <http://lexvo.org/id/iso639-3/zyb> .

<http://lexvo.org/id/code/zyg> lvont:means <http://lexvo.org/id/iso639-3/zyg> .

<http://lexvo.org/id/code/zyj> lvont:means <http://lexvo.org/id/iso639-3/zyj> .

<http://lexvo.org/id/code/zyn> lvont:means <http://lexvo.org/id/iso639-3/zyn> .

<http://lexvo.org/id/code/zyp> lvont:means <http://lexvo.org/id/iso639-3/zyp> .

<http://lexvo.org/id/code/zza> lvont:means <http://lexvo.org/id/iso639-3/zza> .

<http://lexvo.org/id/code/zzj> lvont:means <http://lexvo.org/id/iso639-3/zzj> .

<http://lexvo.org/id/code/zzo> lvont:means <http://lexvo.org/id/iso639-3/zpq> .

<http://lexvo.org/id/iso3166/AC> a lvont:GeographicRegion ;
    rdfs:label "Ascension-eiland"@af,
        "አሴንሽን ደሴት"@am,
        "جزيرة أسينشيون"@ar,
        "Islla Ascensión"@ast,
        "Остров Възнесение"@bg,
        "অ্যাসসেনশন আইল্যান্ড"@bn,
        "Enez Ascension"@br,
        "Ostrvo Asension"@bs,
        "Острво Асенсион"@bs-Cyrl,
        "Illa de l'Ascensió"@ca,
        "阿森松岛"@cmn,
        "阿森松島"@cmn-Hant,
        "Ostrov Ascension"@cs,
        "Ynys y Dyrchafael"@cy,
        "Ascensionøen"@da,
        "Ascension"@de,
        "ཨེ་སེན་ཤུན་ཚོ་གླིང༌"@dz,
        "Ascension ƒudomekpo nutome"@ee,
        "Νήσος Ασενσιόν"@el,
        "Ascension Island"@en,
        "ISO 3166-1:AC"@en,
        "Isla de la Ascensión"@es,
        "Ascensioni saar"@et,
        "Ascension Uhartea"@eu,
        "جزایر آسنسیون"@fa,
        "Ascension-saari"@fi,
        "Acsencion island"@fil,
        "Ascensionoyggjin"@fo,
        "Île de l'Ascension"@fr,
        "Île de l’Ascension"@fr,
        "Oileán na Deascabhála"@ga,
        "Eilean na Deasgabhalach"@gd,
        "Illa de Ascensión"@gl,
        "Ascension"@gsw,
        "એસેન્શન આઇલેન્ડ"@gu,
        "האי אסנשן"@he,
        "असेंशन आइलैंड"@hi,
        "Otok Ascension"@hr,
        "Ascension-sziget"@hu,
        "Pulau Ascension"@id,
        "Ascension-eyja"@is,
        "Isola di Ascensione"@it,
        "アセンション島"@ja,
        "Ilha di Asensãu"@kea,
        "Ascension qeqertaq"@kl,
        "កោះ​អាសេនសិន"@km,
        "ಅಸೆನ್ಶನ್ ದ್ವೀಪ"@kn,
        "어센션 섬"@ko,
        "Aßension"@ksh,
        "Esenga ya Mbuta o likoló"@ln,
        "ເກາະສະຫວັນ"@lo,
        "Ascension sala"@lt,
        "Debesbraukšanas sala"@lv,
        "Остров Асенсион"@mk,
        "അസൻഷൻ ദ്വീപ്"@ml,
        "अ‍ॅसेन्शियम बेट"@mr,
        "Ascension"@nb,
        "एस्केन्सन टाइु"@ne,
        "Ascension"@nl,
        "Ascension"@nn,
        "Wyspa Wniebowstąpienia"@pl,
        "Ilha de Ascensão"@pt,
        "Insula Ascension"@ro,
        "Остров Вознесения"@ru,
        "Ascension"@se,
        "ඇසෙන්ෂන් දිවයින"@si,
        "Ostrov Ascensión"@sk,
        "Otok Ascension"@sl,
        "Острво Асенсион"@sr,
        "Ostrvo Asension"@sr-Latn,
        "Ascension"@sv,
        "Kisiwa cha Ascension"@swh,
        "அஷன்ஷியன் தீவு"@ta,
        "ఎసెషన్ దీవి"@te,
        "เกาะแอสเซนชัน"@th,
        "Motu ʻAsenisini"@to,
        "Ascension Adası"@tr,
        "Острів Вознесіння"@uk,
        "اسکینسیئن آئلینڈ"@ur,
        "Đảo Ascension"@vi,
        "Himmelfártsinsla"@wae,
        "Pulau Ascension"@zsm,
        "i-Ascension Island"@zu ;
    lvont:label <http://lexvo.org/id/term/afr/Ascension-eiland>,
        <http://lexvo.org/id/term/amh/%E1%8A%A0%E1%88%B4%E1%8A%95%E1%88%BD%E1%8A%95%20%E1%8B%B0%E1%88%B4%E1%89%B5>,
        <http://lexvo.org/id/term/ara/%D8%AC%D8%B2%D9%8A%D8%B1%D8%A9%20%D8%A3%D8%B3%D9%8A%D9%86%D8%B4%D9%8A%D9%88%D9%86>,
        <http://lexvo.org/id/term/ast/Islla%20Ascensi%C3%B3n>,
        <http://lexvo.org/id/term/ben/%E0%A6%85%E0%A7%8D%E0%A6%AF%E0%A6%BE%E0%A6%B8%E0%A6%B8%E0%A7%87%E0%A6%A8%E0%A6%B6%E0%A6%A8%20%E0%A6%86%E0%A6%87%E0%A6%B2%E0%A7%8D%E0%A6%AF%E0%A6%BE%E0%A6%A8%E0%A7%8D%E0%A6%A1>,
        <http://lexvo.org/id/term/bos-Cyrl/%D0%9E%D1%81%D1%82%D1%80%D0%B2%D0%BE%20%D0%90%D1%81%D0%B5%D0%BD%D1%81%D0%B8%D0%BE%D0%BD>,
        <http://lexvo.org/id/term/bos/Ostrvo%20Asension>,
        <http://lexvo.org/id/term/bre/Enez%20Ascension>,
        <http://lexvo.org/id/term/bul/%D0%9E%D1%81%D1%82%D1%80%D0%BE%D0%B2%20%D0%92%D1%8A%D0%B7%D0%BD%D0%B5%D1%81%D0%B5%D0%BD%D0%B8%D0%B5>,
        <http://lexvo.org/id/term/cat/Illa%20de%20l'Ascensi%C3%B3>,
        <http://lexvo.org/id/term/ces/Ostrov%20Ascension>,
        <http://lexvo.org/id/term/cmn-Hant/%E9%98%BF%E6%A3%AE%E6%9D%BE%E5%B3%B6>,
        <http://lexvo.org/id/term/cmn/%E9%98%BF%E6%A3%AE%E6%9D%BE%E5%B2%9B>,
        <http://lexvo.org/id/term/cym/Ynys%20y%20Dyrchafael>,
        <http://lexvo.org/id/term/dan/Ascension%C3%B8en>,
        <http://lexvo.org/id/term/deu/Ascension>,
        <http://lexvo.org/id/term/dzo/%E0%BD%A8%E0%BD%BA%E0%BC%8B%E0%BD%A6%E0%BD%BA%E0%BD%93%E0%BC%8B%E0%BD%A4%E0%BD%B4%E0%BD%93%E0%BC%8B%E0%BD%9A%E0%BD%BC%E0%BC%8B%E0%BD%82%E0%BE%B3%E0%BD%B2%E0%BD%84%E0%BC%8C>,
        <http://lexvo.org/id/term/ell/%CE%9D%CE%AE%CF%83%CE%BF%CF%82%20%CE%91%CF%83%CE%B5%CE%BD%CF%83%CE%B9%CF%8C%CE%BD>,
        <http://lexvo.org/id/term/eng/Ascension%20Island>,
        <http://lexvo.org/id/term/eng/ISO%203166-1%3AAC>,
        <http://lexvo.org/id/term/est/Ascensioni%20saar>,
        <http://lexvo.org/id/term/eus/Ascension%20Uhartea>,
        <http://lexvo.org/id/term/ewe/Ascension%20%C6%92udomekpo%20nutome>,
        <http://lexvo.org/id/term/fao/Ascensionoyggjin>,
        <http://lexvo.org/id/term/fas/%D8%AC%D8%B2%D8%A7%DB%8C%D8%B1%20%D8%A2%D8%B3%D9%86%D8%B3%DB%8C%D9%88%D9%86>,
        <http://lexvo.org/id/term/fil/Acsencion%20island>,
        <http://lexvo.org/id/term/fin/Ascension-saari>,
        <http://lexvo.org/id/term/fra/%C3%8Ele%20de%20l%E2%80%99Ascension>,
        <http://lexvo.org/id/term/fra/%C3%8Ele%20de%20l'Ascension>,
        <http://lexvo.org/id/term/gla/Eilean%20na%20Deasgabhalach>,
        <http://lexvo.org/id/term/gle/Oile%C3%A1n%20na%20Deascabh%C3%A1la>,
        <http://lexvo.org/id/term/glg/Illa%20de%20Ascensi%C3%B3n>,
        <http://lexvo.org/id/term/gsw/Ascension>,
        <http://lexvo.org/id/term/guj/%E0%AA%8F%E0%AA%B8%E0%AB%87%E0%AA%A8%E0%AB%8D%E0%AA%B6%E0%AA%A8%20%E0%AA%86%E0%AA%87%E0%AA%B2%E0%AB%87%E0%AA%A8%E0%AB%8D%E0%AA%A1>,
        <http://lexvo.org/id/term/heb/%D7%94%D7%90%D7%99%20%D7%90%D7%A1%D7%A0%D7%A9%D7%9F>,
        <http://lexvo.org/id/term/hin/%E0%A4%85%E0%A4%B8%E0%A5%87%E0%A4%82%E0%A4%B6%E0%A4%A8%20%E0%A4%86%E0%A4%87%E0%A4%B2%E0%A5%88%E0%A4%82%E0%A4%A1>,
        <http://lexvo.org/id/term/hrv/Otok%20Ascension>,
        <http://lexvo.org/id/term/hun/Ascension-sziget>,
        <http://lexvo.org/id/term/ind/Pulau%20Ascension>,
        <http://lexvo.org/id/term/isl/Ascension-eyja>,
        <http://lexvo.org/id/term/ita/Isola%20di%20Ascensione>,
        <http://lexvo.org/id/term/jpn/%E3%82%A2%E3%82%BB%E3%83%B3%E3%82%B7%E3%83%A7%E3%83%B3%E5%B3%B6>,
        <http://lexvo.org/id/term/kal/Ascension%20qeqertaq>,
        <http://lexvo.org/id/term/kan/%E0%B2%85%E0%B2%B8%E0%B3%86%E0%B2%A8%E0%B3%8D%E0%B2%B6%E0%B2%A8%E0%B3%8D%20%E0%B2%A6%E0%B3%8D%E0%B2%B5%E0%B3%80%E0%B2%AA>,
        <http://lexvo.org/id/term/kea/Ilha%20di%20Asens%C3%A3u>,
        <http://lexvo.org/id/term/khm/%E1%9E%80%E1%9F%84%E1%9F%87%E2%80%8B%E1%9E%A2%E1%9E%B6%E1%9E%9F%E1%9F%81%E1%9E%93%E1%9E%9F%E1%9E%B7%E1%9E%93>,
        <http://lexvo.org/id/term/kor/%EC%96%B4%EC%84%BC%EC%85%98%20%EC%84%AC>,
        <http://lexvo.org/id/term/ksh/A%C3%9Fension>,
        <http://lexvo.org/id/term/lao/%E0%BB%80%E0%BA%81%E0%BA%B2%E0%BA%B0%E0%BA%AA%E0%BA%B0%E0%BA%AB%E0%BA%A7%E0%BA%B1%E0%BA%99>,
        <http://lexvo.org/id/term/lav/Debesbrauk%C5%A1anas%20sala>,
        <http://lexvo.org/id/term/lin/Esenga%20ya%20Mbuta%20o%20likol%C3%B3>,
        <http://lexvo.org/id/term/lit/Ascension%20sala>,
        <http://lexvo.org/id/term/mal/%E0%B4%85%E0%B4%B8%E0%B5%BB%E0%B4%B7%E0%B5%BB%20%E0%B4%A6%E0%B5%8D%E0%B4%B5%E0%B5%80%E0%B4%AA%E0%B5%8D>,
        <http://lexvo.org/id/term/mar/%E0%A4%85%E2%80%8D%E0%A5%85%E0%A4%B8%E0%A5%87%E0%A4%A8%E0%A5%8D%E0%A4%B6%E0%A4%BF%E0%A4%AF%E0%A4%AE%20%E0%A4%AC%E0%A5%87%E0%A4%9F>,
        <http://lexvo.org/id/term/mkd/%D0%9E%D1%81%D1%82%D1%80%D0%BE%D0%B2%20%D0%90%D1%81%D0%B5%D0%BD%D1%81%D0%B8%D0%BE%D0%BD>,
        <http://lexvo.org/id/term/nep/%E0%A4%8F%E0%A4%B8%E0%A5%8D%E0%A4%95%E0%A5%87%E0%A4%A8%E0%A5%8D%E0%A4%B8%E0%A4%A8%20%E0%A4%9F%E0%A4%BE%E0%A4%87%E0%A5%81>,
        <http://lexvo.org/id/term/nld/Ascension>,
        <http://lexvo.org/id/term/nno/Ascension>,
        <http://lexvo.org/id/term/nob/Ascension>,
        <http://lexvo.org/id/term/pol/Wyspa%20Wniebowst%C4%85pienia>,
        <http://lexvo.org/id/term/por/Ilha%20de%20Ascens%C3%A3o>,
        <http://lexvo.org/id/term/ron/Insula%20Ascension>,
        <http://lexvo.org/id/term/rus/%D0%9E%D1%81%D1%82%D1%80%D0%BE%D0%B2%20%D0%92%D0%BE%D0%B7%D0%BD%D0%B5%D1%81%D0%B5%D0%BD%D0%B8%D1%8F>,
        <http://lexvo.org/id/term/sin/%E0%B6%87%E0%B7%83%E0%B7%99%E0%B6%B1%E0%B7%8A%E0%B7%82%E0%B6%B1%E0%B7%8A%20%E0%B6%AF%E0%B7%92%E0%B7%80%E0%B6%BA%E0%B7%92%E0%B6%B1>,
        <http://lexvo.org/id/term/slk/Ostrov%20Ascensi%C3%B3n>,
        <http://lexvo.org/id/term/slv/Otok%20Ascension>,
        <http://lexvo.org/id/term/sme/Ascension>,
        <http://lexvo.org/id/term/spa/Isla%20de%20la%20Ascensi%C3%B3n>,
        <http://lexvo.org/id/term/srp-Latn/Ostrvo%20Asension>,
        <http://lexvo.org/id/term/srp/%D0%9E%D1%81%D1%82%D1%80%D0%B2%D0%BE%20%D0%90%D1%81%D0%B5%D0%BD%D1%81%D0%B8%D0%BE%D0%BD>,
        <http://lexvo.org/id/term/swe/Ascension>,
        <http://lexvo.org/id/term/swh/Kisiwa%20cha%20Ascension>,
        <http://lexvo.org/id/term/tam/%E0%AE%85%E0%AE%B7%E0%AE%A9%E0%AF%8D%E0%AE%B7%E0%AE%BF%E0%AE%AF%E0%AE%A9%E0%AF%8D%20%E0%AE%A4%E0%AF%80%E0%AE%B5%E0%AF%81>,
        <http://lexvo.org/id/term/tel/%E0%B0%8E%E0%B0%B8%E0%B1%86%E0%B0%B7%E0%B0%A8%E0%B1%8D%20%E0%B0%A6%E0%B1%80%E0%B0%B5%E0%B0%BF>,
        <http://lexvo.org/id/term/tha/%E0%B9%80%E0%B8%81%E0%B8%B2%E0%B8%B0%E0%B9%81%E0%B8%AD%E0%B8%AA%E0%B9%80%E0%B8%8B%E0%B8%99%E0%B8%8A%E0%B8%B1%E0%B8%99>,
        <http://lexvo.org/id/term/ton/Motu%20%CA%BBAsenisini>,
        <http://lexvo.org/id/term/tur/Ascension%20Adas%C4%B1>,
        <http://lexvo.org/id/term/ukr/%D0%9E%D1%81%D1%82%D1%80%D1%96%D0%B2%20%D0%92%D0%BE%D0%B7%D0%BD%D0%B5%D1%81%D1%96%D0%BD%D0%BD%D1%8F>,
        <http://lexvo.org/id/term/urd/%D8%A7%D8%B3%DA%A9%DB%8C%D9%86%D8%B3%DB%8C%D8%A6%D9%86%20%D8%A2%D8%A6%D9%84%DB%8C%D9%86%DA%88>,
        <http://lexvo.org/id/term/vie/%C4%90%E1%BA%A3o%20Ascension>,
        <http://lexvo.org/id/term/wae/Himmelf%C3%A1rtsinsla>,
        <http://lexvo.org/id/term/zsm/Pulau%20Ascension>,
        <http://lexvo.org/id/term/zul/i-Ascension%20Island> .

<http://lexvo.org/id/iso3166/AQ> a lvont:GeographicRegion ;
    rdfs:label "Antarktika"@af,
        "አንታርክቲካ"@am,
        "أنتاركتيكا"@ar,
        "এন্টাৰ্টিকা"@as,
        "L'Antártida"@ast,
        "Antarktika"@az,
        "Антарктыка"@be,
        "Антарктика"@bg,
        "এন্টার্কটিকা"@bn,
        "ལྷོ་རྩེའི་མཐའ་གླིང་།"@bo,
        "Antarktika"@br,
        "अंटार्कटिका"@brx,
        "Antarktika"@bs,
        "Антарктик"@bs-Cyrl,
        "Antàrtida"@ca,
        "ᏧᏁᏍᏓᎸ"@chr,
        "南极洲"@cmn,
        "南極洲"@cmn-Hant,
        "Antarktida"@cs,
        "Antarctica"@cy,
        "Antarktis"@da,
        "Antarktis"@de,
        "འཛམ་གླིང་ལྷོ་མཐའི་ཁྱགས་གླིང"@dz,
        "Antartica nutome"@ee,
        "Ανταρκτική"@el,
        "Antarctica"@en,
        "ISO 3166-1:AQ"@en,
        "𐐈𐑌𐐻𐐪𐑉𐐿𐐻𐐮𐐿𐐲"@en-Dsrt,
        "Antarkto"@eo,
        "Antártida"@es,
        "Antarktis"@et,
        "Antartika"@eu,
        "جنوبگان"@fa,
        "Antarktis"@fi,
        "Antartica"@fil,
        "Antarktis"@fo,
        "Antarctique"@fr,
        "Antartic"@fur,
        "An Antartaice"@ga,
        "An Antartaig"@gd,
        "Antártida"@gl,
        "Antarktis"@gsw,
        "એન્ટાર્કટિકા"@gu,
        "אנטארקטיקה"@he,
        "अंटार्कटिका"@hi,
        "Antarktik"@hr,
        "Antarktisz"@hu,
        "Antarctica"@ia,
        "Antarktika"@id,
        "Suðurskautslandið"@is,
        "Antartide"@it,
        "南極"@ja,
        "ანტარქტიკა"@ka,
        "Antartika"@kea,
        "Антарктика"@kk,
        "Qalasersuaq Kujalleq"@kl,
        "អង់តាទីកា"@km,
        "ಅಂಟಾರ್ಟಿಕಾ"@kn,
        "남극 대륙"@ko,
        "اینٹارٹِکا"@ks,
        "der Södpol"@ksh,
        "ແອນຕາກຕິກາ"@lo,
        "Antarktis"@lt,
        "Antarktika"@lv,
        "Антарктик"@mk,
        "അൻറാർട്ടിക്ക"@ml,
        "अंटार्क्टिका"@mr,
        "Antartika"@mt,
        "အန္တာတိက"@my,
        "Antarktis"@nb,
        "अन्टारतिका"@ne,
        "Antarctica"@nl,
        "Antarktis"@nn,
        "ଆର୍ଣ୍ଟକଟିକା"@or,
        "Antarktyka"@pl,
        "انتارکتیکا"@ps,
        "Antártida"@pt,
        "Antarctica"@rm,
        "Antarctica"@ro,
        "Антарктида"@ru,
        "Antárktis"@se,
        "ඇන්ටාක්ටිකාව"@si,
        "Antarktída"@sk,
        "Antarktika"@sl,
        "Антарктик"@sr,
        "Antarktika"@sr-Latn,
        "Antarktis"@sv,
        "Antaktika"@swh,
        "அண்டார்டிகா"@ta,
        "అంటార్కటికా"@te,
        "แอนตาร์กติกา"@th,
        "አንታርክቲካ"@ti,
        "ʻAnitātika"@to,
        "Antarktika"@tr,
        "Антарктида"@uk,
        "انٹارکٹیکا"@ur,
        "Nam Cực"@vi,
        "Antarktis"@wae,
        "Antarctica"@zsm,
        "i-Antarctica"@zu ;
    lvont:label <http://lexvo.org/id/term/afr/Antarktika>,
        <http://lexvo.org/id/term/amh/%E1%8A%A0%E1%8A%95%E1%89%B3%E1%88%AD%E1%8A%AD%E1%89%B2%E1%8A%AB>,
        <http://lexvo.org/id/term/ara/%D8%A3%D9%86%D8%AA%D8%A7%D8%B1%D9%83%D8%AA%D9%8A%D9%83%D8%A7>,
        <http://lexvo.org/id/term/asm/%E0%A6%8F%E0%A6%A8%E0%A7%8D%E0%A6%9F%E0%A6%BE%E0%A7%B0%E0%A7%8D%E0%A6%9F%E0%A6%BF%E0%A6%95%E0%A6%BE>,
        <http://lexvo.org/id/term/ast/L'Ant%C3%A1rtida>,
        <http://lexvo.org/id/term/aze/Antarktika>,
        <http://lexvo.org/id/term/bel/%D0%90%D0%BD%D1%82%D0%B0%D1%80%D0%BA%D1%82%D1%8B%D0%BA%D0%B0>,
        <http://lexvo.org/id/term/ben/%E0%A6%8F%E0%A6%A8%E0%A7%8D%E0%A6%9F%E0%A6%BE%E0%A6%B0%E0%A7%8D%E0%A6%95%E0%A6%9F%E0%A6%BF%E0%A6%95%E0%A6%BE>,
        <http://lexvo.org/id/term/bod/%E0%BD%A3%E0%BE%B7%E0%BD%BC%E0%BC%8B%E0%BD%A2%E0%BE%A9%E0%BD%BA%E0%BD%A0%E0%BD%B2%E0%BC%8B%E0%BD%98%E0%BD%90%E0%BD%A0%E0%BC%8B%E0%BD%82%E0%BE%B3%E0%BD%B2%E0%BD%84%E0%BC%8B%E0%BC%8D>,
        <http://lexvo.org/id/term/bos-Cyrl/%D0%90%D0%BD%D1%82%D0%B0%D1%80%D0%BA%D1%82%D0%B8%D0%BA>,
        <http://lexvo.org/id/term/bos/Antarktika>,
        <http://lexvo.org/id/term/bre/Antarktika>,
        <http://lexvo.org/id/term/brx/%E0%A4%85%E0%A4%82%E0%A4%9F%E0%A4%BE%E0%A4%B0%E0%A5%8D%E0%A4%95%E0%A4%9F%E0%A4%BF%E0%A4%95%E0%A4%BE>,
        <http://lexvo.org/id/term/bul/%D0%90%D0%BD%D1%82%D0%B0%D1%80%D0%BA%D1%82%D0%B8%D0%BA%D0%B0>,
        <http://lexvo.org/id/term/cat/Ant%C3%A0rtida>,
        <http://lexvo.org/id/term/ces/Antarktida>,
        <http://lexvo.org/id/term/chr/%E1%8F%A7%E1%8F%81%E1%8F%8D%E1%8F%93%E1%8E%B8>,
        <http://lexvo.org/id/term/cmn-Hant/%E5%8D%97%E6%A5%B5%E6%B4%B2>,
        <http://lexvo.org/id/term/cmn/%E5%8D%97%E6%9E%81%E6%B4%B2>,
        <http://lexvo.org/id/term/cym/Antarctica>,
        <http://lexvo.org/id/term/dan/Antarktis>,
        <http://lexvo.org/id/term/deu/Antarktis>,
        <http://lexvo.org/id/term/dzo/%E0%BD%A0%E0%BD%9B%E0%BD%98%E0%BC%8B%E0%BD%82%E0%BE%B3%E0%BD%B2%E0%BD%84%E0%BC%8B%E0%BD%A3%E0%BE%B7%E0%BD%BC%E0%BC%8B%E0%BD%98%E0%BD%90%E0%BD%A0%E0%BD%B2%E0%BC%8B%E0%BD%81%E0%BE%B1%E0%BD%82%E0%BD%A6%E0%BC%8B%E0%BD%82%E0%BE%B3%E0%BD%B2%E0%BD%84>,
        <http://lexvo.org/id/term/ell/%CE%91%CE%BD%CF%84%CE%B1%CF%81%CE%BA%CF%84%CE%B9%CE%BA%CE%AE>,
        <http://lexvo.org/id/term/eng-Dsrt/%F0%90%90%88%F0%90%91%8C%F0%90%90%BB%F0%90%90%AA%F0%90%91%89%F0%90%90%BF%F0%90%90%BB%F0%90%90%AE%F0%90%90%BF%F0%90%90%B2>,
        <http://lexvo.org/id/term/eng/Antarctica>,
        <http://lexvo.org/id/term/eng/ISO%203166-1%3AAQ>,
        <http://lexvo.org/id/term/epo/Antarkto>,
        <http://lexvo.org/id/term/est/Antarktis>,
        <http://lexvo.org/id/term/eus/Antartika>,
        <http://lexvo.org/id/term/ewe/Antartica%20nutome>,
        <http://lexvo.org/id/term/fao/Antarktis>,
        <http://lexvo.org/id/term/fas/%D8%AC%D9%86%D9%88%D8%A8%DA%AF%D8%A7%D9%86>,
        <http://lexvo.org/id/term/fil/Antartica>,
        <http://lexvo.org/id/term/fin/Antarktis>,
        <http://lexvo.org/id/term/fra/Antarctique>,
        <http://lexvo.org/id/term/fur/Antartic>,
        <http://lexvo.org/id/term/gla/An%20Antartaig>,
        <http://lexvo.org/id/term/gle/An%20Antartaice>,
        <http://lexvo.org/id/term/glg/Ant%C3%A1rtida>,
        <http://lexvo.org/id/term/gsw/Antarktis>,
        <http://lexvo.org/id/term/guj/%E0%AA%8F%E0%AA%A8%E0%AB%8D%E0%AA%9F%E0%AA%BE%E0%AA%B0%E0%AB%8D%E0%AA%95%E0%AA%9F%E0%AA%BF%E0%AA%95%E0%AA%BE>,
        <http://lexvo.org/id/term/heb/%D7%90%D7%A0%D7%98%D7%90%D7%A8%D7%A7%D7%98%D7%99%D7%A7%D7%94>,
        <http://lexvo.org/id/term/hin/%E0%A4%85%E0%A4%82%E0%A4%9F%E0%A4%BE%E0%A4%B0%E0%A5%8D%E0%A4%95%E0%A4%9F%E0%A4%BF%E0%A4%95%E0%A4%BE>,
        <http://lexvo.org/id/term/hrv/Antarktik>,
        <http://lexvo.org/id/term/hun/Antarktisz>,
        <http://lexvo.org/id/term/ina/Antarctica>,
        <http://lexvo.org/id/term/ind/Antarktika>,
        <http://lexvo.org/id/term/isl/Su%C3%B0urskautslandi%C3%B0>,
        <http://lexvo.org/id/term/ita/Antartide>,
        <http://lexvo.org/id/term/jpn/%E5%8D%97%E6%A5%B5>,
        <http://lexvo.org/id/term/kal/Qalasersuaq%20Kujalleq>,
        <http://lexvo.org/id/term/kan/%E0%B2%85%E0%B2%82%E0%B2%9F%E0%B2%BE%E0%B2%B0%E0%B3%8D%E0%B2%9F%E0%B2%BF%E0%B2%95%E0%B2%BE>,
        <http://lexvo.org/id/term/kas/%D8%A7%DB%8C%D9%86%D9%B9%D8%A7%D8%B1%D9%B9%D9%90%DA%A9%D8%A7>,
        <http://lexvo.org/id/term/kat/%E1%83%90%E1%83%9C%E1%83%A2%E1%83%90%E1%83%A0%E1%83%A5%E1%83%A2%E1%83%98%E1%83%99%E1%83%90>,
        <http://lexvo.org/id/term/kaz/%D0%90%D0%BD%D1%82%D0%B0%D1%80%D0%BA%D1%82%D0%B8%D0%BA%D0%B0>,
        <http://lexvo.org/id/term/kea/Antartika>,
        <http://lexvo.org/id/term/khm/%E1%9E%A2%E1%9E%84%E1%9F%8B%E1%9E%8F%E1%9E%B6%E1%9E%91%E1%9E%B8%E1%9E%80%E1%9E%B6>,
        <http://lexvo.org/id/term/kor/%EB%82%A8%EA%B7%B9%20%EB%8C%80%EB%A5%99>,
        <http://lexvo.org/id/term/ksh/der%20S%C3%B6dpol>,
        <http://lexvo.org/id/term/lao/%E0%BB%81%E0%BA%AD%E0%BA%99%E0%BA%95%E0%BA%B2%E0%BA%81%E0%BA%95%E0%BA%B4%E0%BA%81%E0%BA%B2>,
        <http://lexvo.org/id/term/lav/Antarktika>,
        <http://lexvo.org/id/term/lit/Antarktis>,
        <http://lexvo.org/id/term/mal/%E0%B4%85%E0%B5%BB%E0%B4%B1%E0%B4%BE%E0%B5%BC%E0%B4%9F%E0%B5%8D%E0%B4%9F%E0%B4%BF%E0%B4%95%E0%B5%8D%E0%B4%95>,
        <http://lexvo.org/id/term/mar/%E0%A4%85%E0%A4%82%E0%A4%9F%E0%A4%BE%E0%A4%B0%E0%A5%8D%E0%A4%95%E0%A5%8D%E0%A4%9F%E0%A4%BF%E0%A4%95%E0%A4%BE>,
        <http://lexvo.org/id/term/mkd/%D0%90%D0%BD%D1%82%D0%B0%D1%80%D0%BA%D1%82%D0%B8%D0%BA>,
        <http://lexvo.org/id/term/mlt/Antartika>,
        <http://lexvo.org/id/term/mya/%E1%80%A1%E1%80%94%E1%80%B9%E1%80%90%E1%80%AC%E1%80%90%E1%80%AD%E1%80%80>,
        <http://lexvo.org/id/term/nep/%E0%A4%85%E0%A4%A8%E0%A5%8D%E0%A4%9F%E0%A4%BE%E0%A4%B0%E0%A4%A4%E0%A4%BF%E0%A4%95%E0%A4%BE>,
        <http://lexvo.org/id/term/nld/Antarctica>,
        <http://lexvo.org/id/term/nno/Antarktis>,
        <http://lexvo.org/id/term/nob/Antarktis>,
        <http://lexvo.org/id/term/ori/%E0%AC%86%E0%AC%B0%E0%AD%8D%E0%AC%A3%E0%AD%8D%E0%AC%9F%E0%AC%95%E0%AC%9F%E0%AC%BF%E0%AC%95%E0%AC%BE>,
        <http://lexvo.org/id/term/pol/Antarktyka>,
        <http://lexvo.org/id/term/por/Ant%C3%A1rtida>,
        <http://lexvo.org/id/term/pus/%D8%A7%D9%86%D8%AA%D8%A7%D8%B1%DA%A9%D8%AA%DB%8C%DA%A9%D8%A7>,
        <http://lexvo.org/id/term/roh/Antarctica>,
        <http://lexvo.org/id/term/ron/Antarctica>,
        <http://lexvo.org/id/term/rus/%D0%90%D0%BD%D1%82%D0%B0%D1%80%D0%BA%D1%82%D0%B8%D0%B4%D0%B0>,
        <http://lexvo.org/id/term/sin/%E0%B6%87%E0%B6%B1%E0%B7%8A%E0%B6%A7%E0%B7%8F%E0%B6%9A%E0%B7%8A%E0%B6%A7%E0%B7%92%E0%B6%9A%E0%B7%8F%E0%B7%80>,
        <http://lexvo.org/id/term/slk/Antarkt%C3%ADda>,
        <http://lexvo.org/id/term/slv/Antarktika>,
        <http://lexvo.org/id/term/sme/Ant%C3%A1rktis>,
        <http://lexvo.org/id/term/spa/Ant%C3%A1rtida>,
        <http://lexvo.org/id/term/srp-Latn/Antarktika>,
        <http://lexvo.org/id/term/srp/%D0%90%D0%BD%D1%82%D0%B0%D1%80%D0%BA%D1%82%D0%B8%D0%BA>,
        <http://lexvo.org/id/term/swe/Antarktis>,
        <http://lexvo.org/id/term/swh/Antaktika>,
        <http://lexvo.org/id/term/tam/%E0%AE%85%E0%AE%A3%E0%AF%8D%E0%AE%9F%E0%AE%BE%E0%AE%B0%E0%AF%8D%E0%AE%9F%E0%AE%BF%E0%AE%95%E0%AE%BE>,
        <http://lexvo.org/id/term/tel/%E0%B0%85%E0%B0%82%E0%B0%9F%E0%B0%BE%E0%B0%B0%E0%B1%8D%E0%B0%95%E0%B0%9F%E0%B0%BF%E0%B0%95%E0%B0%BE>,
        <http://lexvo.org/id/term/tha/%E0%B9%81%E0%B8%AD%E0%B8%99%E0%B8%95%E0%B8%B2%E0%B8%A3%E0%B9%8C%E0%B8%81%E0%B8%95%E0%B8%B4%E0%B8%81%E0%B8%B2>,
        <http://lexvo.org/id/term/tir/%E1%8A%A0%E1%8A%95%E1%89%B3%E1%88%AD%E1%8A%AD%E1%89%B2%E1%8A%AB>,
        <http://lexvo.org/id/term/ton/%CA%BBAnit%C4%81tika>,
        <http://lexvo.org/id/term/tur/Antarktika>,
        <http://lexvo.org/id/term/ukr/%D0%90%D0%BD%D1%82%D0%B0%D1%80%D0%BA%D1%82%D0%B8%D0%B4%D0%B0>,
        <http://lexvo.org/id/term/urd/%D8%A7%D9%86%D9%B9%D8%A7%D8%B1%DA%A9%D9%B9%DB%8C%DA%A9%D8%A7>,
        <http://lexvo.org/id/term/vie/Nam%20C%E1%BB%B1c>,
        <http://lexvo.org/id/term/wae/Antarktis>,
        <http://lexvo.org/id/term/zsm/Antarctica>,
        <http://lexvo.org/id/term/zul/i-Antarctica> ;
    owl:sameAs <http://psi.oasis-open.org/iso/3166/#010>,
        <http://sws.geonames.org/6697173/> .

<http://lexvo.org/id/iso3166/BV> a lvont:GeographicRegion ;
    rdfs:label "Bouveteiland"@af,
        "ቡቬት ደሴት"@am,
        "جزيرة بوفيه"@ar,
        "বভেট দ্বীপ"@as,
        "Islla Bouvet"@ast,
        "Bove Adası"@az,
        "Бувэ востраў"@be,
        "Остров Буве"@bg,
        "বোভেট দ্বীপ"@bn,
        "Enez Bouvet"@br,
        "बुवे द्वीप"@brx,
        "Buve Ostrva"@bs,
        "Буве Острва"@bs-Cyrl,
        "Illa Bouvet"@ca,
        "ᏊᏪ ᎤᎦᏚᏛ"@chr,
        "布维特岛"@cmn,
        "布威島"@cmn-Hant,
        "Bouvetův ostrov"@cs,
        "Ynys Bouvet"@cy,
        "Bouvetø"@da,
        "Bouvetinsel"@de,
        "བོའུ་ཝེཊ་མཚོ་གླིང"@dz,
        "Bouvet ƒudomekpo nutome"@ee,
        "Νήσος Μπουβέ"@el,
        "Bouvet Island"@en,
        "ISO 3166-1:BV"@en,
        "𐐒𐐭𐑂𐐩 𐐌𐑊𐐲𐑌𐐼"@en-Dsrt,
        "Isla Bouvet"@es,
        "Bouvet’ saar"@et,
        "Bouvet Uhartea"@eu,
        "جزیره بووت"@fa,
        "Bouvet’nsaari"@fi,
        "Bouvet Island"@fil,
        "Bouvetoyggjin"@fo,
        "Île Bouvet"@fr,
        "Isule Bouvet"@fur,
        "Oileán Bouvet"@ga,
        "Eilean Bouvet"@gd,
        "Illa Bouvet"@gl,
        "Bouvet-Insle"@gsw,
        "બૌવેત આઇલેન્ડ"@gu,
        "איי בובה"@he,
        "बौवेत द्वीप"@hi,
        "Otok Bouvet"@hr,
        "Bouvet-sziget"@hu,
        "Insula de Bouvet"@ia,
        "Pulau Bouvet"@id,
        "Bouveteyja"@is,
        "Isola Bouvet"@it,
        "ブーベ島"@ja,
        "ბუვეს კუნძული"@ka,
        "Ilha Buve"@kea,
        "Bouvet qeqertaq"@kl,
        "កោះ​ប៊ូវ៉េត"@km,
        "ಬೋವೆಟ್ ದ್ವೀಪ"@kn,
        "부베"@ko,
        "بووَٹ جٔزیٖرٕ"@ks,
        "de Buvee-Ensel"@ksh,
        "Esenga Buvé"@ln,
        "ເກາະບູເວດ"@lo,
        "Bouvet sala"@lt,
        "Buvē sala"@lv,
        "Боувитови острови"@mk,
        "ബൗവെറ്റ് ദ്വീപ്"@ml,
        "बोउवेट बेट"@mr,
        "Bouvet Island"@mt,
        "Bouvetøya"@nb,
        "बुभेट टापु"@ne,
        "Bouveteiland"@nl,
        "Bouvetøya"@nn,
        "ବୌଭେଟ୍ ଆଇସଲ୍ୟାଣ୍ଡ"@or,
        "Wyspa Bouveta"@pl,
        "Ilha Bouvet"@pt,
        "Insla Bouvet"@rm,
        "Insula Bouvet"@ro,
        "Остров Буве"@ru,
        "Bouvet-sullot"@se,
        "බුවර්ට් දුපත්"@si,
        "Bouvetov ostrov"@sk,
        "Bouvetov otok"@sl,
        "Буве Острва"@sr,
        "Buve Ostrva"@sr-Latn,
        "Bouvetön"@sv,
        "Kisiwa cha Bouvet"@swh,
        "பொவேட் தீவுகள்"@ta,
        "బొవెట్ దీవి"@te,
        "เกาะบูเวต"@th,
        "የቦውቬት ደሴት"@ti,
        "Motu Puveti"@to,
        "Bouvet Adası"@tr,
        "Острів Буве"@uk,
        "بؤویٹ آئلینڈ"@ur,
        "Đảo Bouvet"@vi,
        "Bouvetinsla"@wae,
        "Bouvet Island"@zsm,
        "i-Bouvet Island"@zu ;
    lvont:label <http://lexvo.org/id/term/afr/Bouveteiland>,
        <http://lexvo.org/id/term/amh/%E1%89%A1%E1%89%AC%E1%89%B5%20%E1%8B%B0%E1%88%B4%E1%89%B5>,
        <http://lexvo.org/id/term/ara/%D8%AC%D8%B2%D9%8A%D8%B1%D8%A9%20%D8%A8%D9%88%D9%81%D9%8A%D9%87>,
        <http://lexvo.org/id/term/asm/%E0%A6%AC%E0%A6%AD%E0%A7%87%E0%A6%9F%20%E0%A6%A6%E0%A7%8D%E0%A6%AC%E0%A7%80%E0%A6%AA>,
        <http://lexvo.org/id/term/ast/Islla%20Bouvet>,
        <http://lexvo.org/id/term/aze/Bove%20Adas%C4%B1>,
        <http://lexvo.org/id/term/bel/%D0%91%D1%83%D0%B2%D1%8D%20%D0%B2%D0%BE%D1%81%D1%82%D1%80%D0%B0%D1%9E>,
        <http://lexvo.org/id/term/ben/%E0%A6%AC%E0%A7%8B%E0%A6%AD%E0%A7%87%E0%A6%9F%20%E0%A6%A6%E0%A7%8D%E0%A6%AC%E0%A7%80%E0%A6%AA>,
        <http://lexvo.org/id/term/bos-Cyrl/%D0%91%D1%83%D0%B2%D0%B5%20%D0%9E%D1%81%D1%82%D1%80%D0%B2%D0%B0>,
        <http://lexvo.org/id/term/bos/Buve%20Ostrva>,
        <http://lexvo.org/id/term/bre/Enez%20Bouvet>,
        <http://lexvo.org/id/term/brx/%E0%A4%AC%E0%A5%81%E0%A4%B5%E0%A5%87%20%E0%A4%A6%E0%A5%8D%E0%A4%B5%E0%A5%80%E0%A4%AA>,
        <http://lexvo.org/id/term/bul/%D0%9E%D1%81%D1%82%D1%80%D0%BE%D0%B2%20%D0%91%D1%83%D0%B2%D0%B5>,
        <http://lexvo.org/id/term/cat/Illa%20Bouvet>,
        <http://lexvo.org/id/term/ces/Bouvet%C5%AFv%20ostrov>,
        <http://lexvo.org/id/term/chr/%E1%8F%8A%E1%8F%AA%20%E1%8E%A4%E1%8E%A6%E1%8F%9A%E1%8F%9B>,
        <http://lexvo.org/id/term/cmn-Hant/%E5%B8%83%E5%A8%81%E5%B3%B6>,
        <http://lexvo.org/id/term/cmn/%E5%B8%83%E7%BB%B4%E7%89%B9%E5%B2%9B>,
        <http://lexvo.org/id/term/cym/Ynys%20Bouvet>,
        <http://lexvo.org/id/term/dan/Bouvet%C3%B8>,
        <http://lexvo.org/id/term/deu/Bouvetinsel>,
        <http://lexvo.org/id/term/dzo/%E0%BD%96%E0%BD%BC%E0%BD%A0%E0%BD%B4%E0%BC%8B%E0%BD%9D%E0%BD%BA%E0%BD%8A%E0%BC%8B%E0%BD%98%E0%BD%9A%E0%BD%BC%E0%BC%8B%E0%BD%82%E0%BE%B3%E0%BD%B2%E0%BD%84>,
        <http://lexvo.org/id/term/ell/%CE%9D%CE%AE%CF%83%CE%BF%CF%82%20%CE%9C%CF%80%CE%BF%CF%85%CE%B2%CE%AD>,
        <http://lexvo.org/id/term/eng-Dsrt/%F0%90%90%92%F0%90%90%AD%F0%90%91%82%F0%90%90%A9%20%F0%90%90%8C%F0%90%91%8A%F0%90%90%B2%F0%90%91%8C%F0%90%90%BC>,
        <http://lexvo.org/id/term/eng/Bouvet%20Island>,
        <http://lexvo.org/id/term/eng/ISO%203166-1%3ABV>,
        <http://lexvo.org/id/term/est/Bouvet%E2%80%99%20saar>,
        <http://lexvo.org/id/term/eus/Bouvet%20Uhartea>,
        <http://lexvo.org/id/term/ewe/Bouvet%20%C6%92udomekpo%20nutome>,
        <http://lexvo.org/id/term/fao/Bouvetoyggjin>,
        <http://lexvo.org/id/term/fas/%D8%AC%D8%B2%DB%8C%D8%B1%D9%87%20%D8%A8%D9%88%D9%88%D8%AA>,
        <http://lexvo.org/id/term/fil/Bouvet%20Island>,
        <http://lexvo.org/id/term/fin/Bouvet%E2%80%99nsaari>,
        <http://lexvo.org/id/term/fra/%C3%8Ele%20Bouvet>,
        <http://lexvo.org/id/term/fur/Isule%20Bouvet>,
        <http://lexvo.org/id/term/gla/Eilean%20Bouvet>,
        <http://lexvo.org/id/term/gle/Oile%C3%A1n%20Bouvet>,
        <http://lexvo.org/id/term/glg/Illa%20Bouvet>,
        <http://lexvo.org/id/term/gsw/Bouvet-Insle>,
        <http://lexvo.org/id/term/guj/%E0%AA%AC%E0%AB%8C%E0%AA%B5%E0%AB%87%E0%AA%A4%20%E0%AA%86%E0%AA%87%E0%AA%B2%E0%AB%87%E0%AA%A8%E0%AB%8D%E0%AA%A1>,
        <http://lexvo.org/id/term/heb/%D7%90%D7%99%D7%99%20%D7%91%D7%95%D7%91%D7%94>,
        <http://lexvo.org/id/term/hin/%E0%A4%AC%E0%A5%8C%E0%A4%B5%E0%A5%87%E0%A4%A4%20%E0%A4%A6%E0%A5%8D%E0%A4%B5%E0%A5%80%E0%A4%AA>,
        <http://lexvo.org/id/term/hrv/Otok%20Bouvet>,
        <http://lexvo.org/id/term/hun/Bouvet-sziget>,
        <http://lexvo.org/id/term/ina/Insula%20de%20Bouvet>,
        <http://lexvo.org/id/term/ind/Pulau%20Bouvet>,
        <http://lexvo.org/id/term/isl/Bouveteyja>,
        <http://lexvo.org/id/term/ita/Isola%20Bouvet>,
        <http://lexvo.org/id/term/jpn/%E3%83%96%E3%83%BC%E3%83%99%E5%B3%B6>,
        <http://lexvo.org/id/term/kal/Bouvet%20qeqertaq>,
        <http://lexvo.org/id/term/kan/%E0%B2%AC%E0%B3%8B%E0%B2%B5%E0%B3%86%E0%B2%9F%E0%B3%8D%20%E0%B2%A6%E0%B3%8D%E0%B2%B5%E0%B3%80%E0%B2%AA>,
        <http://lexvo.org/id/term/kas/%D8%A8%D9%88%D9%88%D9%8E%D9%B9%20%D8%AC%D9%94%D8%B2%DB%8C%D9%96%D8%B1%D9%95>,
        <http://lexvo.org/id/term/kat/%E1%83%91%E1%83%A3%E1%83%95%E1%83%94%E1%83%A1%20%E1%83%99%E1%83%A3%E1%83%9C%E1%83%AB%E1%83%A3%E1%83%9A%E1%83%98>,
        <http://lexvo.org/id/term/kea/Ilha%20Buve>,
        <http://lexvo.org/id/term/khm/%E1%9E%80%E1%9F%84%E1%9F%87%E2%80%8B%E1%9E%94%E1%9F%8A%E1%9E%BC%E1%9E%9C%E1%9F%89%E1%9F%81%E1%9E%8F>,
        <http://lexvo.org/id/term/kor/%EB%B6%80%EB%B2%A0>,
        <http://lexvo.org/id/term/ksh/de%20Buvee-Ensel>,
        <http://lexvo.org/id/term/lao/%E0%BB%80%E0%BA%81%E0%BA%B2%E0%BA%B0%E0%BA%9A%E0%BA%B9%E0%BB%80%E0%BA%A7%E0%BA%94>,
        <http://lexvo.org/id/term/lav/Buv%C4%93%20sala>,
        <http://lexvo.org/id/term/lin/Esenga%20Buv%C3%A9>,
        <http://lexvo.org/id/term/lit/Bouvet%20sala>,
        <http://lexvo.org/id/term/mal/%E0%B4%AC%E0%B5%97%E0%B4%B5%E0%B5%86%E0%B4%B1%E0%B5%8D%E0%B4%B1%E0%B5%8D%20%E0%B4%A6%E0%B5%8D%E0%B4%B5%E0%B5%80%E0%B4%AA%E0%B5%8D>,
        <http://lexvo.org/id/term/mar/%E0%A4%AC%E0%A5%8B%E0%A4%89%E0%A4%B5%E0%A5%87%E0%A4%9F%20%E0%A4%AC%E0%A5%87%E0%A4%9F>,
        <http://lexvo.org/id/term/mkd/%D0%91%D0%BE%D1%83%D0%B2%D0%B8%D1%82%D0%BE%D0%B2%D0%B8%20%D0%BE%D1%81%D1%82%D1%80%D0%BE%D0%B2%D0%B8>,
        <http://lexvo.org/id/term/mlt/Bouvet%20Island>,
        <http://lexvo.org/id/term/nep/%E0%A4%AC%E0%A5%81%E0%A4%AD%E0%A5%87%E0%A4%9F%20%E0%A4%9F%E0%A4%BE%E0%A4%AA%E0%A5%81>,
        <http://lexvo.org/id/term/nld/Bouveteiland>,
        <http://lexvo.org/id/term/nno/Bouvet%C3%B8ya>,
        <http://lexvo.org/id/term/nob/Bouvet%C3%B8ya>,
        <http://lexvo.org/id/term/ori/%E0%AC%AC%E0%AD%8C%E0%AC%AD%E0%AD%87%E0%AC%9F%E0%AD%8D%20%E0%AC%86%E0%AC%87%E0%AC%B8%E0%AC%B2%E0%AD%8D%E0%AD%9F%E0%AC%BE%E0%AC%A3%E0%AD%8D%E0%AC%A1>,
        <http://lexvo.org/id/term/pol/Wyspa%20Bouveta>,
        <http://lexvo.org/id/term/por/Ilha%20Bouvet>,
        <http://lexvo.org/id/term/roh/Insla%20Bouvet>,
        <http://lexvo.org/id/term/ron/Insula%20Bouvet>,
        <http://lexvo.org/id/term/rus/%D0%9E%D1%81%D1%82%D1%80%D0%BE%D0%B2%20%D0%91%D1%83%D0%B2%D0%B5>,
        <http://lexvo.org/id/term/sin/%E0%B6%B6%E0%B7%94%E0%B7%80%E0%B6%BB%E0%B7%8A%E0%B6%A7%E0%B7%8A%20%E0%B6%AF%E0%B7%94%E0%B6%B4%E0%B6%AD%E0%B7%8A>,
        <http://lexvo.org/id/term/slk/Bouvetov%20ostrov>,
        <http://lexvo.org/id/term/slv/Bouvetov%20otok>,
        <http://lexvo.org/id/term/sme/Bouvet-sullot>,
        <http://lexvo.org/id/term/spa/Isla%20Bouvet>,
        <http://lexvo.org/id/term/srp-Latn/Buve%20Ostrva>,
        <http://lexvo.org/id/term/srp/%D0%91%D1%83%D0%B2%D0%B5%20%D0%9E%D1%81%D1%82%D1%80%D0%B2%D0%B0>,
        <http://lexvo.org/id/term/swe/Bouvet%C3%B6n>,
        <http://lexvo.org/id/term/swh/Kisiwa%20cha%20Bouvet>,
        <http://lexvo.org/id/term/tam/%E0%AE%AA%E0%AF%8A%E0%AE%B5%E0%AF%87%E0%AE%9F%E0%AF%8D%20%E0%AE%A4%E0%AF%80%E0%AE%B5%E0%AF%81%E0%AE%95%E0%AE%B3%E0%AF%8D>,
        <http://lexvo.org/id/term/tel/%E0%B0%AC%E0%B1%8A%E0%B0%B5%E0%B1%86%E0%B0%9F%E0%B1%8D%20%E0%B0%A6%E0%B1%80%E0%B0%B5%E0%B0%BF>,
        <http://lexvo.org/id/term/tha/%E0%B9%80%E0%B8%81%E0%B8%B2%E0%B8%B0%E0%B8%9A%E0%B8%B9%E0%B9%80%E0%B8%A7%E0%B8%95>,
        <http://lexvo.org/id/term/tir/%E1%8B%A8%E1%89%A6%E1%8B%8D%E1%89%AC%E1%89%B5%20%E1%8B%B0%E1%88%B4%E1%89%B5>,
        <http://lexvo.org/id/term/ton/Motu%20Puveti>,
        <http://lexvo.org/id/term/tur/Bouvet%20Adas%C4%B1>,
        <http://lexvo.org/id/term/ukr/%D0%9E%D1%81%D1%82%D1%80%D1%96%D0%B2%20%D0%91%D1%83%D0%B2%D0%B5>,
        <http://lexvo.org/id/term/urd/%D8%A8%D8%A4%D9%88%DB%8C%D9%B9%20%D8%A2%D8%A6%D9%84%DB%8C%D9%86%DA%88>,
        <http://lexvo.org/id/term/vie/%C4%90%E1%BA%A3o%20Bouvet>,
        <http://lexvo.org/id/term/wae/Bouvetinsla>,
        <http://lexvo.org/id/term/zsm/Bouvet%20Island>,
        <http://lexvo.org/id/term/zul/i-Bouvet%20Island> ;
    owl:sameAs <http://psi.oasis-open.org/iso/3166/#074>,
        <http://sws.geonames.org/3371123/> .

<http://lexvo.org/id/iso3166/CC> a lvont:GeographicRegion ;
    rdfs:label "Cocos- [Keeling] eilande"@af,
        "ኮኮስ[ኬሊንግ] ደሴቶች"@am,
        "جزر كوكوس"@ar,
        "Islles Cocos [Keeling]"@ast,
        "Kokos Adaları"@az,
        "Какосавыя астравы"@be,
        "Кокосови [Кийлинг] острови"@bg,
        "কোকোস দ্বীপপুঞ্জ"@bn,
        "Inizi Kokoz"@br,
        "कोकोस द्वीप"@brx,
        "Kokos (Keling) Ostrva"@bs,
        "Кокос (Келинг) Острва"@bs-Cyrl,
        "Illes Cocos"@ca,
        "ᎪᎪᏍ [ᎩᎵᏂ] ᏚᎦᏚᏛ"@chr,
        "科科斯群岛"@cmn,
        "科科斯（基林）群岛"@cmn-Hans,
        "可可斯群島"@cmn-Hant,
        "Kokosové ostrovy"@cs,
        "Ynysoedd Cocos [Keeling]"@cy,
        "Cocosøerne"@da,
        "Kokosinseln"@de,
        "ཀོ་ཀོས་གླིང་ཚོམ"@dz,
        "Kokos [Kiling] fudomekpo nutome"@ee,
        "Νησιά Κόκος [Κίλινγκ]"@el,
        "Cocos [Keeling] Islands"@en,
        "ISO 3166-1:CC"@en,
        "𐐗𐐬𐐿𐐬𐑆 𐐌𐑊𐐲𐑌𐐼𐑆"@en-Dsrt,
        "Islas Cocos"@es,
        "Kookossaared"@et,
        "Cocos [Keeling] uharteak"@eu,
        "جزایر کوکوس [کیلینگ]"@fa,
        "Kookossaaret [Keelingsaaret]"@fi,
        "Cocos [Keeling] Islands"@fil,
        "Kokosoyggjarnar"@fo,
        "Îles Cocos [Keeling]"@fr,
        "Isulis Cocos"@fur,
        "Oileáin na gCócónna"@ga,
        "Na h-Eileanan Cocos [Keeling]"@gd,
        "Illas Cocos [Keeling]"@gl,
        "Kokos-Insle"@gsw,
        "કોકોઝ આઇલેન્ડ"@gu,
        "איי קוקס [קילינג]"@he,
        "कोकोस द्वीप"@hi,
        "Kokosovi [Keeling] Otoci"@hr,
        "Kókusz-szigetek"@hu,
        "Kepulauan Cocos"@id,
        "Kókoseyjar"@is,
        "Isole Cocos"@it,
        "ココス[キーリング]諸島"@ja,
        "Ilhas Kokus"@kea,
        "Cocos qeqertaq"@kl,
        "កោះ​កូកូស"@km,
        "ಕೊಕೊಸ್ ದ್ವೀಪಗಳು"@kn,
        "코코스제도"@ko,
        "کوکَس کیٖلِنٛگ جٔزیٖرٕ"@ks,
        "de Kokkos-Enselle"@ksh,
        "Bisanga Kokos"@ln,
        "ຫມູ່ເກາະໂກໂກສ"@lo,
        "Kokosų salos"@lt,
        "Kokosu jeb Kīlinga salas"@lv,
        "Кокосови острови"@mk,
        "കോക്കസ്"@ml,
        "कोकोस बेटे"@mr,
        "Cocos (Keeling) Islands"@mt,
        "ကိုကိုး ကျွန်းစု"@my,
        "Kokosøyene"@nb,
        "कोकोस [किलिंग] टापु"@ne,
        "Cocoseilanden"@nl,
        "Kokosøyane"@nn,
        "କୋକୋସ୍ ଆଇସଲ୍ୟାଣ୍ଡ"@or,
        "Wyspy Kokosowe"@pl,
        "Ilhas Coco"@pt,
        "Ilhas Cocos"@pt,
        "Inslas Cocos"@rm,
        "Insulele Cocos"@ro,
        "Кокосовые о-ва"@ru,
        "Cocos-sullot"@se,
        "කොකෝස් දූපත්"@si,
        "Kokosové ostrovy"@sk,
        "Kokosovi otoki"@sl,
        "Кокос (Келинг) Острва"@sr,
        "Kokos (Keling) Ostrva"@sr-Latn,
        "Kokosöarna"@sv,
        "Visiwa vya Cocos [Keeling]"@swh,
        "காகோஸ் தீவுகள்"@ta,
        "కోకోస్ దీవులు"@te,
        "หมู่เกาะโคโคส"@th,
        "ኮኮስ ኬሊንግ ደሴቶች"@ti,
        "ʻOtumotu Koko"@to,
        "Cocos [Keeling] Adaları"@tr,
        "Кокосові острови"@uk,
        "کوکوس [کیلنگ] جزائر"@ur,
        "Quần đảo Cocos"@vi,
        "Kokosinslä"@wae,
        "Cocos [Keeling] Islands"@zsm,
        "i-Cocos (Keeling) Islands"@zu ;
    lvont:label <http://lexvo.org/id/term/afr/Cocos-%20%5BKeeling%5D%20eilande>,
        <http://lexvo.org/id/term/amh/%E1%8A%AE%E1%8A%AE%E1%88%B5%5B%E1%8A%AC%E1%88%8A%E1%8A%95%E1%8C%8D%5D%20%E1%8B%B0%E1%88%B4%E1%89%B6%E1%89%BD>,
        <http://lexvo.org/id/term/ara/%D8%AC%D8%B2%D8%B1%20%D9%83%D9%88%D9%83%D9%88%D8%B3>,
        <http://lexvo.org/id/term/ast/Islles%20Cocos%20%5BKeeling%5D>,
        <http://lexvo.org/id/term/aze/Kokos%20Adalar%C4%B1>,
        <http://lexvo.org/id/term/bel/%D0%9A%D0%B0%D0%BA%D0%BE%D1%81%D0%B0%D0%B2%D1%8B%D1%8F%20%D0%B0%D1%81%D1%82%D1%80%D0%B0%D0%B2%D1%8B>,
        <http://lexvo.org/id/term/ben/%E0%A6%95%E0%A7%8B%E0%A6%95%E0%A7%8B%E0%A6%B8%20%E0%A6%A6%E0%A7%8D%E0%A6%AC%E0%A7%80%E0%A6%AA%E0%A6%AA%E0%A7%81%E0%A6%9E%E0%A7%8D%E0%A6%9C>,
        <http://lexvo.org/id/term/bos-Cyrl/%D0%9A%D0%BE%D0%BA%D0%BE%D1%81%20(%D0%9A%D0%B5%D0%BB%D0%B8%D0%BD%D0%B3)%20%D0%9E%D1%81%D1%82%D1%80%D0%B2%D0%B0>,
        <http://lexvo.org/id/term/bos/Kokos%20(Keling)%20Ostrva>,
        <http://lexvo.org/id/term/bre/Inizi%20Kokoz>,
        <http://lexvo.org/id/term/brx/%E0%A4%95%E0%A5%8B%E0%A4%95%E0%A5%8B%E0%A4%B8%20%E0%A4%A6%E0%A5%8D%E0%A4%B5%E0%A5%80%E0%A4%AA>,
        <http://lexvo.org/id/term/bul/%D0%9A%D0%BE%D0%BA%D0%BE%D1%81%D0%BE%D0%B2%D0%B8%20%5B%D0%9A%D0%B8%D0%B9%D0%BB%D0%B8%D0%BD%D0%B3%5D%20%D0%BE%D1%81%D1%82%D1%80%D0%BE%D0%B2%D0%B8>,
        <http://lexvo.org/id/term/cat/Illes%20Cocos>,
        <http://lexvo.org/id/term/ces/Kokosov%C3%A9%20ostrovy>,
        <http://lexvo.org/id/term/chr/%E1%8E%AA%E1%8E%AA%E1%8F%8D%20%5B%E1%8E%A9%E1%8E%B5%E1%8F%82%5D%20%E1%8F%9A%E1%8E%A6%E1%8F%9A%E1%8F%9B>,
        <http://lexvo.org/id/term/cmn-Hans/%E7%A7%91%E7%A7%91%E6%96%AF%EF%BC%88%E5%9F%BA%E6%9E%97%EF%BC%89%E7%BE%A4%E5%B2%9B>,
        <http://lexvo.org/id/term/cmn-Hant/%E5%8F%AF%E5%8F%AF%E6%96%AF%E7%BE%A4%E5%B3%B6>,
        <http://lexvo.org/id/term/cmn/%E7%A7%91%E7%A7%91%E6%96%AF%E7%BE%A4%E5%B2%9B>,
        <http://lexvo.org/id/term/cym/Ynysoedd%20Cocos%20%5BKeeling%5D>,
        <http://lexvo.org/id/term/dan/Cocos%C3%B8erne>,
        <http://lexvo.org/id/term/deu/Kokosinseln>,
        <http://lexvo.org/id/term/dzo/%E0%BD%80%E0%BD%BC%E0%BC%8B%E0%BD%80%E0%BD%BC%E0%BD%A6%E0%BC%8B%E0%BD%82%E0%BE%B3%E0%BD%B2%E0%BD%84%E0%BC%8B%E0%BD%9A%E0%BD%BC%E0%BD%98>,
        <http://lexvo.org/id/term/ell/%CE%9D%CE%B7%CF%83%CE%B9%CE%AC%20%CE%9A%CF%8C%CE%BA%CE%BF%CF%82%20%5B%CE%9A%CE%AF%CE%BB%CE%B9%CE%BD%CE%B3%CE%BA%5D>,
        <http://lexvo.org/id/term/eng-Dsrt/%F0%90%90%97%F0%90%90%AC%F0%90%90%BF%F0%90%90%AC%F0%90%91%86%20%F0%90%90%8C%F0%90%91%8A%F0%90%90%B2%F0%90%91%8C%F0%90%90%BC%F0%90%91%86>,
        <http://lexvo.org/id/term/eng/Cocos%20%5BKeeling%5D%20Islands>,
        <http://lexvo.org/id/term/eng/ISO%203166-1%3ACC>,
        <http://lexvo.org/id/term/est/Kookossaared>,
        <http://lexvo.org/id/term/eus/Cocos%20%5BKeeling%5D%20uharteak>,
        <http://lexvo.org/id/term/ewe/Kokos%20%5BKiling%5D%20fudomekpo%20nutome>,
        <http://lexvo.org/id/term/fao/Kokosoyggjarnar>,
        <http://lexvo.org/id/term/fas/%D8%AC%D8%B2%D8%A7%DB%8C%D8%B1%20%DA%A9%D9%88%DA%A9%D9%88%D8%B3%20%5B%DA%A9%DB%8C%D9%84%DB%8C%D9%86%DA%AF%5D>,
        <http://lexvo.org/id/term/fil/Cocos%20%5BKeeling%5D%20Islands>,
        <http://lexvo.org/id/term/fin/Kookossaaret%20%5BKeelingsaaret%5D>,
        <http://lexvo.org/id/term/fra/%C3%8Eles%20Cocos%20%5BKeeling%5D>,
        <http://lexvo.org/id/term/fur/Isulis%20Cocos>,
        <http://lexvo.org/id/term/gla/Na%20h-Eileanan%20Cocos%20%5BKeeling%5D>,
        <http://lexvo.org/id/term/gle/Oile%C3%A1in%20na%20gC%C3%B3c%C3%B3nna>,
        <http://lexvo.org/id/term/glg/Illas%20Cocos%20%5BKeeling%5D>,
        <http://lexvo.org/id/term/gsw/Kokos-Insle>,
        <http://lexvo.org/id/term/guj/%E0%AA%95%E0%AB%8B%E0%AA%95%E0%AB%8B%E0%AA%9D%20%E0%AA%86%E0%AA%87%E0%AA%B2%E0%AB%87%E0%AA%A8%E0%AB%8D%E0%AA%A1>,
        <http://lexvo.org/id/term/heb/%D7%90%D7%99%D7%99%20%D7%A7%D7%95%D7%A7%D7%A1%20%5B%D7%A7%D7%99%D7%9C%D7%99%D7%A0%D7%92%5D>,
        <http://lexvo.org/id/term/hin/%E0%A4%95%E0%A5%8B%E0%A4%95%E0%A5%8B%E0%A4%B8%20%E0%A4%A6%E0%A5%8D%E0%A4%B5%E0%A5%80%E0%A4%AA>,
        <http://lexvo.org/id/term/hrv/Kokosovi%20%5BKeeling%5D%20Otoci>,
        <http://lexvo.org/id/term/hun/K%C3%B3kusz-szigetek>,
        <http://lexvo.org/id/term/ind/Kepulauan%20Cocos>,
        <http://lexvo.org/id/term/isl/K%C3%B3koseyjar>,
        <http://lexvo.org/id/term/ita/Isole%20Cocos>,
        <http://lexvo.org/id/term/jpn/%E3%82%B3%E3%82%B3%E3%82%B9%5B%E3%82%AD%E3%83%BC%E3%83%AA%E3%83%B3%E3%82%B0%5D%E8%AB%B8%E5%B3%B6>,
        <http://lexvo.org/id/term/kal/Cocos%20qeqertaq>,
        <http://lexvo.org/id/term/kan/%E0%B2%95%E0%B3%8A%E0%B2%95%E0%B3%8A%E0%B2%B8%E0%B3%8D%20%E0%B2%A6%E0%B3%8D%E0%B2%B5%E0%B3%80%E0%B2%AA%E0%B2%97%E0%B2%B3%E0%B3%81>,
        <http://lexvo.org/id/term/kas/%DA%A9%D9%88%DA%A9%D9%8E%D8%B3%20%DA%A9%DB%8C%D9%96%D9%84%D9%90%D9%86%D9%9B%DA%AF%20%D8%AC%D9%94%D8%B2%DB%8C%D9%96%D8%B1%D9%95>,
        <http://lexvo.org/id/term/kea/Ilhas%20Kokus>,
        <http://lexvo.org/id/term/khm/%E1%9E%80%E1%9F%84%E1%9F%87%E2%80%8B%E1%9E%80%E1%9E%BC%E1%9E%80%E1%9E%BC%E1%9E%9F>,
        <http://lexvo.org/id/term/kor/%EC%BD%94%EC%BD%94%EC%8A%A4%EC%A0%9C%EB%8F%84>,
        <http://lexvo.org/id/term/ksh/de%20Kokkos-Enselle>,
        <http://lexvo.org/id/term/lao/%E0%BA%AB%E0%BA%A1%E0%BA%B9%E0%BB%88%E0%BB%80%E0%BA%81%E0%BA%B2%E0%BA%B0%E0%BB%82%E0%BA%81%E0%BB%82%E0%BA%81%E0%BA%AA>,
        <http://lexvo.org/id/term/lav/Kokosu%20jeb%20K%C4%ABlinga%20salas>,
        <http://lexvo.org/id/term/lin/Bisanga%20Kokos>,
        <http://lexvo.org/id/term/lit/Kokos%C5%B3%20salos>,
        <http://lexvo.org/id/term/mal/%E0%B4%95%E0%B5%8B%E0%B4%95%E0%B5%8D%E0%B4%95%E0%B4%B8%E0%B5%8D>,
        <http://lexvo.org/id/term/mar/%E0%A4%95%E0%A5%8B%E0%A4%95%E0%A5%8B%E0%A4%B8%20%E0%A4%AC%E0%A5%87%E0%A4%9F%E0%A5%87>,
        <http://lexvo.org/id/term/mkd/%D0%9A%D0%BE%D0%BA%D0%BE%D1%81%D0%BE%D0%B2%D0%B8%20%D0%BE%D1%81%D1%82%D1%80%D0%BE%D0%B2%D0%B8>,
        <http://lexvo.org/id/term/mlt/Cocos%20(Keeling)%20Islands>,
        <http://lexvo.org/id/term/mya/%E1%80%80%E1%80%AD%E1%80%AF%E1%80%80%E1%80%AD%E1%80%AF%E1%80%B8%20%E1%80%80%E1%80%BB%E1%80%BD%E1%80%94%E1%80%BA%E1%80%B8%E1%80%85%E1%80%AF>,
        <http://lexvo.org/id/term/nep/%E0%A4%95%E0%A5%8B%E0%A4%95%E0%A5%8B%E0%A4%B8%20%5B%E0%A4%95%E0%A4%BF%E0%A4%B2%E0%A4%BF%E0%A4%82%E0%A4%97%5D%20%E0%A4%9F%E0%A4%BE%E0%A4%AA%E0%A5%81>,
        <http://lexvo.org/id/term/nld/Cocoseilanden>,
        <http://lexvo.org/id/term/nno/Kokos%C3%B8yane>,
        <http://lexvo.org/id/term/nob/Kokos%C3%B8yene>,
        <http://lexvo.org/id/term/ori/%E0%AC%95%E0%AD%8B%E0%AC%95%E0%AD%8B%E0%AC%B8%E0%AD%8D%20%E0%AC%86%E0%AC%87%E0%AC%B8%E0%AC%B2%E0%AD%8D%E0%AD%9F%E0%AC%BE%E0%AC%A3%E0%AD%8D%E0%AC%A1>,
        <http://lexvo.org/id/term/pol/Wyspy%20Kokosowe>,
        <http://lexvo.org/id/term/por/Ilhas%20Coco>,
        <http://lexvo.org/id/term/por/Ilhas%20Cocos>,
        <http://lexvo.org/id/term/roh/Inslas%20Cocos>,
        <http://lexvo.org/id/term/ron/Insulele%20Cocos>,
        <http://lexvo.org/id/term/rus/%D0%9A%D0%BE%D0%BA%D0%BE%D1%81%D0%BE%D0%B2%D1%8B%D0%B5%20%D0%BE-%D0%B2%D0%B0>,
        <http://lexvo.org/id/term/sin/%E0%B6%9A%E0%B7%9C%E0%B6%9A%E0%B7%9D%E0%B7%83%E0%B7%8A%20%E0%B6%AF%E0%B7%96%E0%B6%B4%E0%B6%AD%E0%B7%8A>,
        <http://lexvo.org/id/term/slk/Kokosov%C3%A9%20ostrovy>,
        <http://lexvo.org/id/term/slv/Kokosovi%20otoki>,
        <http://lexvo.org/id/term/sme/Cocos-sullot>,
        <http://lexvo.org/id/term/spa/Islas%20Cocos>,
        <http://lexvo.org/id/term/srp-Latn/Kokos%20(Keling)%20Ostrva>,
        <http://lexvo.org/id/term/srp/%D0%9A%D0%BE%D0%BA%D0%BE%D1%81%20(%D0%9A%D0%B5%D0%BB%D0%B8%D0%BD%D0%B3)%20%D0%9E%D1%81%D1%82%D1%80%D0%B2%D0%B0>,
        <http://lexvo.org/id/term/swe/Kokos%C3%B6arna>,
        <http://lexvo.org/id/term/swh/Visiwa%20vya%20Cocos%20%5BKeeling%5D>,
        <http://lexvo.org/id/term/tam/%E0%AE%95%E0%AE%BE%E0%AE%95%E0%AF%8B%E0%AE%B8%E0%AF%8D%20%E0%AE%A4%E0%AF%80%E0%AE%B5%E0%AF%81%E0%AE%95%E0%AE%B3%E0%AF%8D>,
        <http://lexvo.org/id/term/tel/%E0%B0%95%E0%B1%8B%E0%B0%95%E0%B1%8B%E0%B0%B8%E0%B1%8D%20%E0%B0%A6%E0%B1%80%E0%B0%B5%E0%B1%81%E0%B0%B2%E0%B1%81>,
        <http://lexvo.org/id/term/tha/%E0%B8%AB%E0%B8%A1%E0%B8%B9%E0%B9%88%E0%B9%80%E0%B8%81%E0%B8%B2%E0%B8%B0%E0%B9%82%E0%B8%84%E0%B9%82%E0%B8%84%E0%B8%AA>,
        <http://lexvo.org/id/term/tir/%E1%8A%AE%E1%8A%AE%E1%88%B5%20%E1%8A%AC%E1%88%8A%E1%8A%95%E1%8C%8D%20%E1%8B%B0%E1%88%B4%E1%89%B6%E1%89%BD>,
        <http://lexvo.org/id/term/ton/%CA%BBOtumotu%20Koko>,
        <http://lexvo.org/id/term/tur/Cocos%20%5BKeeling%5D%20Adalar%C4%B1>,
        <http://lexvo.org/id/term/ukr/%D0%9A%D0%BE%D0%BA%D0%BE%D1%81%D0%BE%D0%B2%D1%96%20%D0%BE%D1%81%D1%82%D1%80%D0%BE%D0%B2%D0%B8>,
        <http://lexvo.org/id/term/urd/%DA%A9%D9%88%DA%A9%D9%88%D8%B3%20%5B%DA%A9%DB%8C%D9%84%D9%86%DA%AF%5D%20%D8%AC%D8%B2%D8%A7%D8%A6%D8%B1>,
        <http://lexvo.org/id/term/vie/Qu%E1%BA%A7n%20%C4%91%E1%BA%A3o%20Cocos>,
        <http://lexvo.org/id/term/wae/Kokosinsl%C3%A4>,
        <http://lexvo.org/id/term/zsm/Cocos%20%5BKeeling%5D%20Islands>,
        <http://lexvo.org/id/term/zul/i-Cocos%20(Keeling)%20Islands> ;
    owl:sameAs <http://psi.oasis-open.org/iso/3166/#166>,
        <http://sws.geonames.org/1547376/> .

<http://lexvo.org/id/iso3166/CP> a lvont:GeographicRegion ;
    rdfs:label "Clipperton-eiland"@af,
        "ክሊፐርቶን ደሴት"@am,
        "جزيرة كليبيرتون"@ar,
        "Islla Clipperton"@ast,
        "Остров Клипертон"@bg,
        "ক্লিপারটন আইল্যান্ড"@bn,
        "Enez Clipperton"@br,
        "Ostrvo Kliperton"@bs,
        "Острво Клипертон"@bs-Cyrl,
        "Illa Clipperton"@ca,
        "克利珀顿岛"@cmn,
        "克利柏顿岛"@cmn-Hans,
        "克里派頓島"@cmn-Hant,
        "Clippertonův ostrov"@cs,
        "Ynys Clipperton"@cy,
        "Clippertonøen"@da,
        "Clipperton-Insel"@de,
        "ཀི་ལི་པེར་ཊོན་མཚོ་གླིང་"@dz,
        "Klipaton ƒudomekpo nutome"@ee,
        "Νήσος Κλίπερτον"@el,
        "Clipperton Island"@en,
        "Isla Clipperton"@es,
        "Clippertoni saar"@et,
        "Clipperton uhartea"@eu,
        "جزایر کلیپرتون"@fa,
        "Clippertoninsaari"@fi,
        "Clipperton Island"@fil,
        "Clippertonoyggjin"@fo,
        "Île Clipperton"@fr,
        "Isule Clipperton"@fur,
        "Eilean Clipperton"@gd,
        "Illa Clipperton"@gl,
        "Clipperton"@gsw,
        "ક્લિપરટન આઇલેન્ડ"@gu,
        "האי קליפרטון"@he,
        "क्लिपर्टन आइलैंड"@hi,
        "Otok Clipperton"@hr,
        "Clipperton-sziget"@hu,
        "Pulau Clipperton"@id,
        "Clipperton-eyja"@is,
        "Isola di Clipperton"@it,
        "クリッパートン島"@ja,
        "Ilha Kliperton"@kea,
        "Clipperton qeqertaq"@kl,
        "កោះ​ឃ្លីភឺតុន"@km,
        "ಕ್ಲಿಪ್ಪರ್‌ಟಾನ್ ದ್ವೀಪಗಳು"@kn,
        "클립퍼튼 섬"@ko,
        "de Klipperton-Ensel"@ksh,
        "ເກາະຄລິບເປີຕັນ"@lo,
        "Clipperton sala"@lt,
        "Klipertona sala"@lv,
        "Остров Клипертон"@mk,
        "ക്ലിപ്പെർട്ടൻ ദ്വീപ്"@ml,
        "क्लिपरटोन बेट"@mr,
        "Clippertonøya"@nb,
        "क्लिप्पेर्टन टापु"@ne,
        "Clipperton"@nl,
        "Clippertonøya"@nn,
        "Clipperton"@pl,
        "Ilha de Clipperton"@pt,
        "Insula Clipperton"@ro,
        "Остров Клиппертон"@ru,
        "Clipperton-sullot"@se,
        "ක්ලීපර්ටන් දූපත්"@si,
        "Ostrov Clipperton"@sk,
        "Otok Clipperton"@sl,
        "Острво Клипертон"@sr,
        "Ostrvo Kliperton"@sr-Latn,
        "Clippertonön"@sv,
        "Kisiwa cha Clipperton"@swh,
        "கிலிப்பர்டன் தீவு"@ta,
        "క్లిప్పర్టన్ దీవి"@te,
        "เกาะคลิปเปอร์ตัน"@th,
        "Motu Kilipatoni"@to,
        "Clipperton Adası"@tr,
        "Острів Кліппертон"@uk,
        "کلپّرٹن آئلینڈ"@ur,
        "Đảo Clipperton"@vi,
        "Clipperton Insla"@wae,
        "Pulau Clipperton"@zsm,
        "i-Clipperton Island"@zu ;
    lvont:label <http://lexvo.org/id/term/afr/Clipperton-eiland>,
        <http://lexvo.org/id/term/amh/%E1%8A%AD%E1%88%8A%E1%8D%90%E1%88%AD%E1%89%B6%E1%8A%95%20%E1%8B%B0%E1%88%B4%E1%89%B5>,
        <http://lexvo.org/id/term/ara/%D8%AC%D8%B2%D9%8A%D8%B1%D8%A9%20%D9%83%D9%84%D9%8A%D8%A8%D9%8A%D8%B1%D8%AA%D9%88%D9%86>,
        <http://lexvo.org/id/term/ast/Islla%20Clipperton>,
        <http://lexvo.org/id/term/ben/%E0%A6%95%E0%A7%8D%E0%A6%B2%E0%A6%BF%E0%A6%AA%E0%A6%BE%E0%A6%B0%E0%A6%9F%E0%A6%A8%20%E0%A6%86%E0%A6%87%E0%A6%B2%E0%A7%8D%E0%A6%AF%E0%A6%BE%E0%A6%A8%E0%A7%8D%E0%A6%A1>,
        <http://lexvo.org/id/term/bos-Cyrl/%D0%9E%D1%81%D1%82%D1%80%D0%B2%D0%BE%20%D0%9A%D0%BB%D0%B8%D0%BF%D0%B5%D1%80%D1%82%D0%BE%D0%BD>,
        <http://lexvo.org/id/term/bos/Ostrvo%20Kliperton>,
        <http://lexvo.org/id/term/bre/Enez%20Clipperton>,
        <http://lexvo.org/id/term/bul/%D0%9E%D1%81%D1%82%D1%80%D0%BE%D0%B2%20%D0%9A%D0%BB%D0%B8%D0%BF%D0%B5%D1%80%D1%82%D0%BE%D0%BD>,
        <http://lexvo.org/id/term/cat/Illa%20Clipperton>,
        <http://lexvo.org/id/term/ces/Clipperton%C5%AFv%20ostrov>,
        <http://lexvo.org/id/term/cmn-Hans/%E5%85%8B%E5%88%A9%E6%9F%8F%E9%A1%BF%E5%B2%9B>,
        <http://lexvo.org/id/term/cmn-Hant/%E5%85%8B%E9%87%8C%E6%B4%BE%E9%A0%93%E5%B3%B6>,
        <http://lexvo.org/id/term/cmn/%E5%85%8B%E5%88%A9%E7%8F%80%E9%A1%BF%E5%B2%9B>,
        <http://lexvo.org/id/term/cym/Ynys%20Clipperton>,
        <http://lexvo.org/id/term/dan/Clipperton%C3%B8en>,
        <http://lexvo.org/id/term/deu/Clipperton-Insel>,
        <http://lexvo.org/id/term/dzo/%E0%BD%80%E0%BD%B2%E0%BC%8B%E0%BD%A3%E0%BD%B2%E0%BC%8B%E0%BD%94%E0%BD%BA%E0%BD%A2%E0%BC%8B%E0%BD%8A%E0%BD%BC%E0%BD%93%E0%BC%8B%E0%BD%98%E0%BD%9A%E0%BD%BC%E0%BC%8B%E0%BD%82%E0%BE%B3%E0%BD%B2%E0%BD%84%E0%BC%8B>,
        <http://lexvo.org/id/term/ell/%CE%9D%CE%AE%CF%83%CE%BF%CF%82%20%CE%9A%CE%BB%CE%AF%CF%80%CE%B5%CF%81%CF%84%CE%BF%CE%BD>,
        <http://lexvo.org/id/term/eng/Clipperton%20Island>,
        <http://lexvo.org/id/term/est/Clippertoni%20saar>,
        <http://lexvo.org/id/term/eus/Clipperton%20uhartea>,
        <http://lexvo.org/id/term/ewe/Klipaton%20%C6%92udomekpo%20nutome>,
        <http://lexvo.org/id/term/fao/Clippertonoyggjin>,
        <http://lexvo.org/id/term/fas/%D8%AC%D8%B2%D8%A7%DB%8C%D8%B1%20%DA%A9%D9%84%DB%8C%D9%BE%D8%B1%D8%AA%D9%88%D9%86>,
        <http://lexvo.org/id/term/fil/Clipperton%20Island>,
        <http://lexvo.org/id/term/fin/Clippertoninsaari>,
        <http://lexvo.org/id/term/fra/%C3%8Ele%20Clipperton>,
        <http://lexvo.org/id/term/fur/Isule%20Clipperton>,
        <http://lexvo.org/id/term/gla/Eilean%20Clipperton>,
        <http://lexvo.org/id/term/glg/Illa%20Clipperton>,
        <http://lexvo.org/id/term/gsw/Clipperton>,
        <http://lexvo.org/id/term/guj/%E0%AA%95%E0%AB%8D%E0%AA%B2%E0%AA%BF%E0%AA%AA%E0%AA%B0%E0%AA%9F%E0%AA%A8%20%E0%AA%86%E0%AA%87%E0%AA%B2%E0%AB%87%E0%AA%A8%E0%AB%8D%E0%AA%A1>,
        <http://lexvo.org/id/term/heb/%D7%94%D7%90%D7%99%20%D7%A7%D7%9C%D7%99%D7%A4%D7%A8%D7%98%D7%95%D7%9F>,
        <http://lexvo.org/id/term/hin/%E0%A4%95%E0%A5%8D%E0%A4%B2%E0%A4%BF%E0%A4%AA%E0%A4%B0%E0%A5%8D%E0%A4%9F%E0%A4%A8%20%E0%A4%86%E0%A4%87%E0%A4%B2%E0%A5%88%E0%A4%82%E0%A4%A1>,
        <http://lexvo.org/id/term/hrv/Otok%20Clipperton>,
        <http://lexvo.org/id/term/hun/Clipperton-sziget>,
        <http://lexvo.org/id/term/ind/Pulau%20Clipperton>,
        <http://lexvo.org/id/term/isl/Clipperton-eyja>,
        <http://lexvo.org/id/term/ita/Isola%20di%20Clipperton>,
        <http://lexvo.org/id/term/jpn/%E3%82%AF%E3%83%AA%E3%83%83%E3%83%91%E3%83%BC%E3%83%88%E3%83%B3%E5%B3%B6>,
        <http://lexvo.org/id/term/kal/Clipperton%20qeqertaq>,
        <http://lexvo.org/id/term/kan/%E0%B2%95%E0%B3%8D%E0%B2%B2%E0%B2%BF%E0%B2%AA%E0%B3%8D%E0%B2%AA%E0%B2%B0%E0%B3%8D%E2%80%8C%E0%B2%9F%E0%B2%BE%E0%B2%A8%E0%B3%8D%20%E0%B2%A6%E0%B3%8D%E0%B2%B5%E0%B3%80%E0%B2%AA%E0%B2%97%E0%B2%B3%E0%B3%81>,
        <http://lexvo.org/id/term/kea/Ilha%20Kliperton>,
        <http://lexvo.org/id/term/khm/%E1%9E%80%E1%9F%84%E1%9F%87%E2%80%8B%E1%9E%83%E1%9F%92%E1%9E%9B%E1%9E%B8%E1%9E%97%E1%9E%BA%E1%9E%8F%E1%9E%BB%E1%9E%93>,
        <http://lexvo.org/id/term/kor/%ED%81%B4%EB%A6%BD%ED%8D%BC%ED%8A%BC%20%EC%84%AC>,
        <http://lexvo.org/id/term/ksh/de%20Klipperton-Ensel>,
        <http://lexvo.org/id/term/lao/%E0%BB%80%E0%BA%81%E0%BA%B2%E0%BA%B0%E0%BA%84%E0%BA%A5%E0%BA%B4%E0%BA%9A%E0%BB%80%E0%BA%9B%E0%BA%B5%E0%BA%95%E0%BA%B1%E0%BA%99>,
        <http://lexvo.org/id/term/lav/Klipertona%20sala>,
        <http://lexvo.org/id/term/lit/Clipperton%20sala>,
        <http://lexvo.org/id/term/mal/%E0%B4%95%E0%B5%8D%E0%B4%B2%E0%B4%BF%E0%B4%AA%E0%B5%8D%E0%B4%AA%E0%B5%86%E0%B5%BC%E0%B4%9F%E0%B5%8D%E0%B4%9F%E0%B5%BB%20%E0%B4%A6%E0%B5%8D%E0%B4%B5%E0%B5%80%E0%B4%AA%E0%B5%8D>,
        <http://lexvo.org/id/term/mar/%E0%A4%95%E0%A5%8D%E0%A4%B2%E0%A4%BF%E0%A4%AA%E0%A4%B0%E0%A4%9F%E0%A5%8B%E0%A4%A8%20%E0%A4%AC%E0%A5%87%E0%A4%9F>,
        <http://lexvo.org/id/term/mkd/%D0%9E%D1%81%D1%82%D1%80%D0%BE%D0%B2%20%D0%9A%D0%BB%D0%B8%D0%BF%D0%B5%D1%80%D1%82%D0%BE%D0%BD>,
        <http://lexvo.org/id/term/nep/%E0%A4%95%E0%A5%8D%E0%A4%B2%E0%A4%BF%E0%A4%AA%E0%A5%8D%E0%A4%AA%E0%A5%87%E0%A4%B0%E0%A5%8D%E0%A4%9F%E0%A4%A8%20%E0%A4%9F%E0%A4%BE%E0%A4%AA%E0%A5%81>,
        <http://lexvo.org/id/term/nld/Clipperton>,
        <http://lexvo.org/id/term/nno/Clipperton%C3%B8ya>,
        <http://lexvo.org/id/term/nob/Clipperton%C3%B8ya>,
        <http://lexvo.org/id/term/pol/Clipperton>,
        <http://lexvo.org/id/term/por/Ilha%20de%20Clipperton>,
        <http://lexvo.org/id/term/ron/Insula%20Clipperton>,
        <http://lexvo.org/id/term/rus/%D0%9E%D1%81%D1%82%D1%80%D0%BE%D0%B2%20%D0%9A%D0%BB%D0%B8%D0%BF%D0%BF%D0%B5%D1%80%D1%82%D0%BE%D0%BD>,
        <http://lexvo.org/id/term/sin/%E0%B6%9A%E0%B7%8A%E0%B6%BD%E0%B7%93%E0%B6%B4%E0%B6%BB%E0%B7%8A%E0%B6%A7%E0%B6%B1%E0%B7%8A%20%E0%B6%AF%E0%B7%96%E0%B6%B4%E0%B6%AD%E0%B7%8A>,
        <http://lexvo.org/id/term/slk/Ostrov%20Clipperton>,
        <http://lexvo.org/id/term/slv/Otok%20Clipperton>,
        <http://lexvo.org/id/term/sme/Clipperton-sullot>,
        <http://lexvo.org/id/term/spa/Isla%20Clipperton>,
        <http://lexvo.org/id/term/srp-Latn/Ostrvo%20Kliperton>,
        <http://lexvo.org/id/term/srp/%D0%9E%D1%81%D1%82%D1%80%D0%B2%D0%BE%20%D0%9A%D0%BB%D0%B8%D0%BF%D0%B5%D1%80%D1%82%D0%BE%D0%BD>,
        <http://lexvo.org/id/term/swe/Clipperton%C3%B6n>,
        <http://lexvo.org/id/term/swh/Kisiwa%20cha%20Clipperton>,
        <http://lexvo.org/id/term/tam/%E0%AE%95%E0%AE%BF%E0%AE%B2%E0%AE%BF%E0%AE%AA%E0%AF%8D%E0%AE%AA%E0%AE%B0%E0%AF%8D%E0%AE%9F%E0%AE%A9%E0%AF%8D%20%E0%AE%A4%E0%AF%80%E0%AE%B5%E0%AF%81>,
        <http://lexvo.org/id/term/tel/%E0%B0%95%E0%B1%8D%E0%B0%B2%E0%B0%BF%E0%B0%AA%E0%B1%8D%E0%B0%AA%E0%B0%B0%E0%B1%8D%E0%B0%9F%E0%B0%A8%E0%B1%8D%20%E0%B0%A6%E0%B1%80%E0%B0%B5%E0%B0%BF>,
        <http://lexvo.org/id/term/tha/%E0%B9%80%E0%B8%81%E0%B8%B2%E0%B8%B0%E0%B8%84%E0%B8%A5%E0%B8%B4%E0%B8%9B%E0%B9%80%E0%B8%9B%E0%B8%AD%E0%B8%A3%E0%B9%8C%E0%B8%95%E0%B8%B1%E0%B8%99>,
        <http://lexvo.org/id/term/ton/Motu%20Kilipatoni>,
        <http://lexvo.org/id/term/tur/Clipperton%20Adas%C4%B1>,
        <http://lexvo.org/id/term/ukr/%D0%9E%D1%81%D1%82%D1%80%D1%96%D0%B2%20%D0%9A%D0%BB%D1%96%D0%BF%D0%BF%D0%B5%D1%80%D1%82%D0%BE%D0%BD>,
        <http://lexvo.org/id/term/urd/%DA%A9%D9%84%D9%BE%D9%91%D8%B1%D9%B9%D9%86%20%D8%A2%D8%A6%D9%84%DB%8C%D9%86%DA%88>,
        <http://lexvo.org/id/term/vie/%C4%90%E1%BA%A3o%20Clipperton>,
        <http://lexvo.org/id/term/wae/Clipperton%20Insla>,
        <http://lexvo.org/id/term/zsm/Pulau%20Clipperton>,
        <http://lexvo.org/id/term/zul/i-Clipperton%20Island> .

<http://lexvo.org/id/iso3166/CX> a lvont:GeographicRegion ;
    rdfs:label "Kerseiland"@af,
        "የገና ደሴት"@am,
        "جزيرة الكريسماس"@ar,
        "Islla Christmas"@ast,
        "Çristmas Adası"@az,
        "Калядаў востраў"@be,
        "Остров Кристмас"@bg,
        "ক্রিসমাস দ্বীপ"@bn,
        "Enez Christmas"@br,
        "क्रिस्मस द्वीप"@brx,
        "Božićna Ostrva"@bs,
        "Божићна острва"@bs-Cyrl,
        "Illa Christmas"@ca,
        "ᏓᏂᏍᏓᏲᎯᎲ ᎤᎦᏚᏛ"@chr,
        "圣诞岛"@cmn,
        "聖誕島"@cmn-Hant,
        "Vánoční ostrovy"@cs,
        "Ynys y Nadolig"@cy,
        "Juleøen"@da,
        "Weihnachtsinsel"@de,
        "ཁི་རིསྟ་མེས་མཚོ་གླིང"@dz,
        "Kristmas ƒudomekpo nutome"@ee,
        "Νήσος Χριστουγέννων"@el,
        "Christmas Island"@en,
        "ISO 3166-1:CX"@en,
        "𐐗𐑉𐐮𐑅𐑋𐐲𐑅 𐐌𐑊𐐲𐑌𐐼"@en-Dsrt,
        "Isla Christmas"@es,
        "Jõulusaar"@et,
        "Christmas uhartea"@eu,
        "جزیرهٔ کریسمس"@fa,
        "Joulusaari"@fi,
        "Christmas Island"@fil,
        "Jólaoyggjin"@fo,
        "Île Christmas"@fr,
        "Isule Christmas"@fur,
        "Oileán na Nollag"@ga,
        "Eilean na Nollaig"@gd,
        "Illa Christmas"@gl,
        "Wienachts-Insle"@gsw,
        "ક્રિસમસ આઇલેંડ"@gu,
        "איי כריסטמס"@he,
        "क्रिसमस द्वीप"@hi,
        "Božićni Otok"@hr,
        "Karácsony-szigetek"@hu,
        "Insula de Natal"@ia,
        "Pulau Christmas"@id,
        "Jólaey"@is,
        "Isola di Christmas"@it,
        "クリスマス島"@ja,
        "შობის კუნძული"@ka,
        "Ilha di Natal"@kea,
        "Jul-qeqertaq"@kl,
        "កោះ​គ្រីស្មាស"@km,
        "ಕ್ರಿಸ್ಮಸ್ ದ್ವೀಪ"@kn,
        "크리스마스섬"@ko,
        "کرِسمَس جٔزیٖرٕ"@ks,
        "de Weihnaachs-Ensel"@ksh,
        "Esenga ya Mbótama"@ln,
        "ເກາະຄຣິສມາດ"@lo,
        "Kalėdų sala"@lt,
        "Ziemsvētku sala"@lv,
        "Божиќни Острови"@mk,
        "ക്രിസ്മസ് ദ്വീപ്"@ml,
        "ख्रिसमस बेट"@mr,
        "Christmas Island"@mt,
        "ခရစ်စမတ် ကျွန်း"@my,
        "Christmasøya"@nb,
        "क्रिष्टमस टापु"@ne,
        "Christmaseiland"@nl,
        "Christmasøya"@nn,
        "ଖ୍ରୀଷ୍ଟମାସ ଆଇଲ୍ୟାଣ୍ଡ"@or,
        "Wyspa Bożego Narodzenia"@pl,
        "Ilha do Natal"@pt,
        "Ilhas Natal"@pt,
        "Insla da Christmas"@rm,
        "Insula Christmas"@ro,
        "Остров Рождества"@ru,
        "Juovllat-sullot"@se,
        "ක්‍රිස්ට්මස් දූපත්"@si,
        "Vianočný ostrov"@sk,
        "Božični otok"@sl,
        "Божићна острва"@sr,
        "Božićna Ostrva"@sr-Latn,
        "Julön"@sv,
        "Kisiwa cha Krismasi"@swh,
        "கிறிஸ்துமஸ் தீவு"@ta,
        "క్రిస్మస్ దీవి"@te,
        "เกาะคริสต์มาส"@th,
        "የገና ደሴቶች"@ti,
        "Motu Kilisimasi"@to,
        "Christmas Adası"@tr,
        "Острів Різдва"@uk,
        "کرسمس آئلینڈ"@ur,
        "Đảo Giáng Sinh"@vi,
        "Wienäčtsinslä"@wae,
        "Christmas Island"@zsm,
        "i-Christmas Island"@zu ;
    lvont:label <http://lexvo.org/id/term/afr/Kerseiland>,
        <http://lexvo.org/id/term/amh/%E1%8B%A8%E1%8C%88%E1%8A%93%20%E1%8B%B0%E1%88%B4%E1%89%B5>,
        <http://lexvo.org/id/term/ara/%D8%AC%D8%B2%D9%8A%D8%B1%D8%A9%20%D8%A7%D9%84%D9%83%D8%B1%D9%8A%D8%B3%D9%85%D8%A7%D8%B3>,
        <http://lexvo.org/id/term/ast/Islla%20Christmas>,
        <http://lexvo.org/id/term/aze/%C3%87ristmas%20Adas%C4%B1>,
        <http://lexvo.org/id/term/bel/%D0%9A%D0%B0%D0%BB%D1%8F%D0%B4%D0%B0%D1%9E%20%D0%B2%D0%BE%D1%81%D1%82%D1%80%D0%B0%D1%9E>,
        <http://lexvo.org/id/term/ben/%E0%A6%95%E0%A7%8D%E0%A6%B0%E0%A6%BF%E0%A6%B8%E0%A6%AE%E0%A6%BE%E0%A6%B8%20%E0%A6%A6%E0%A7%8D%E0%A6%AC%E0%A7%80%E0%A6%AA>,
        <http://lexvo.org/id/term/bos-Cyrl/%D0%91%D0%BE%D0%B6%D0%B8%D1%9B%D0%BD%D0%B0%20%D0%BE%D1%81%D1%82%D1%80%D0%B2%D0%B0>,
        <http://lexvo.org/id/term/bos/Bo%C5%BEi%C4%87na%20Ostrva>,
        <http://lexvo.org/id/term/bre/Enez%20Christmas>,
        <http://lexvo.org/id/term/brx/%E0%A4%95%E0%A5%8D%E0%A4%B0%E0%A4%BF%E0%A4%B8%E0%A5%8D%E0%A4%AE%E0%A4%B8%20%E0%A4%A6%E0%A5%8D%E0%A4%B5%E0%A5%80%E0%A4%AA>,
        <http://lexvo.org/id/term/bul/%D0%9E%D1%81%D1%82%D1%80%D0%BE%D0%B2%20%D0%9A%D1%80%D0%B8%D1%81%D1%82%D0%BC%D0%B0%D1%81>,
        <http://lexvo.org/id/term/cat/Illa%20Christmas>,
        <http://lexvo.org/id/term/ces/V%C3%A1no%C4%8Dn%C3%AD%20ostrovy>,
        <http://lexvo.org/id/term/chr/%E1%8F%93%E1%8F%82%E1%8F%8D%E1%8F%93%E1%8F%B2%E1%8E%AF%E1%8E%B2%20%E1%8E%A4%E1%8E%A6%E1%8F%9A%E1%8F%9B>,
        <http://lexvo.org/id/term/cmn-Hant/%E8%81%96%E8%AA%95%E5%B3%B6>,
        <http://lexvo.org/id/term/cmn/%E5%9C%A3%E8%AF%9E%E5%B2%9B>,
        <http://lexvo.org/id/term/cym/Ynys%20y%20Nadolig>,
        <http://lexvo.org/id/term/dan/Jule%C3%B8en>,
        <http://lexvo.org/id/term/deu/Weihnachtsinsel>,
        <http://lexvo.org/id/term/dzo/%E0%BD%81%E0%BD%B2%E0%BC%8B%E0%BD%A2%E0%BD%B2%E0%BD%A6%E0%BE%9F%E0%BC%8B%E0%BD%98%E0%BD%BA%E0%BD%A6%E0%BC%8B%E0%BD%98%E0%BD%9A%E0%BD%BC%E0%BC%8B%E0%BD%82%E0%BE%B3%E0%BD%B2%E0%BD%84>,
        <http://lexvo.org/id/term/ell/%CE%9D%CE%AE%CF%83%CE%BF%CF%82%20%CE%A7%CF%81%CE%B9%CF%83%CF%84%CE%BF%CF%85%CE%B3%CE%AD%CE%BD%CE%BD%CF%89%CE%BD>,
        <http://lexvo.org/id/term/eng-Dsrt/%F0%90%90%97%F0%90%91%89%F0%90%90%AE%F0%90%91%85%F0%90%91%8B%F0%90%90%B2%F0%90%91%85%20%F0%90%90%8C%F0%90%91%8A%F0%90%90%B2%F0%90%91%8C%F0%90%90%BC>,
        <http://lexvo.org/id/term/eng/Christmas%20Island>,
        <http://lexvo.org/id/term/eng/ISO%203166-1%3ACX>,
        <http://lexvo.org/id/term/est/J%C3%B5ulusaar>,
        <http://lexvo.org/id/term/eus/Christmas%20uhartea>,
        <http://lexvo.org/id/term/ewe/Kristmas%20%C6%92udomekpo%20nutome>,
        <http://lexvo.org/id/term/fao/J%C3%B3laoyggjin>,
        <http://lexvo.org/id/term/fas/%D8%AC%D8%B2%DB%8C%D8%B1%D9%87%D9%94%20%DA%A9%D8%B1%DB%8C%D8%B3%D9%85%D8%B3>,
        <http://lexvo.org/id/term/fil/Christmas%20Island>,
        <http://lexvo.org/id/term/fin/Joulusaari>,
        <http://lexvo.org/id/term/fra/%C3%8Ele%20Christmas>,
        <http://lexvo.org/id/term/fur/Isule%20Christmas>,
        <http://lexvo.org/id/term/gla/Eilean%20na%20Nollaig>,
        <http://lexvo.org/id/term/gle/Oile%C3%A1n%20na%20Nollag>,
        <http://lexvo.org/id/term/glg/Illa%20Christmas>,
        <http://lexvo.org/id/term/gsw/Wienachts-Insle>,
        <http://lexvo.org/id/term/guj/%E0%AA%95%E0%AB%8D%E0%AA%B0%E0%AA%BF%E0%AA%B8%E0%AA%AE%E0%AA%B8%20%E0%AA%86%E0%AA%87%E0%AA%B2%E0%AB%87%E0%AA%82%E0%AA%A1>,
        <http://lexvo.org/id/term/heb/%D7%90%D7%99%D7%99%20%D7%9B%D7%A8%D7%99%D7%A1%D7%98%D7%9E%D7%A1>,
        <http://lexvo.org/id/term/hin/%E0%A4%95%E0%A5%8D%E0%A4%B0%E0%A4%BF%E0%A4%B8%E0%A4%AE%E0%A4%B8%20%E0%A4%A6%E0%A5%8D%E0%A4%B5%E0%A5%80%E0%A4%AA>,
        <http://lexvo.org/id/term/hrv/Bo%C5%BEi%C4%87ni%20Otok>,
        <http://lexvo.org/id/term/hun/Kar%C3%A1csony-szigetek>,
        <http://lexvo.org/id/term/ina/Insula%20de%20Natal>,
        <http://lexvo.org/id/term/ind/Pulau%20Christmas>,
        <http://lexvo.org/id/term/isl/J%C3%B3laey>,
        <http://lexvo.org/id/term/ita/Isola%20di%20Christmas>,
        <http://lexvo.org/id/term/jpn/%E3%82%AF%E3%83%AA%E3%82%B9%E3%83%9E%E3%82%B9%E5%B3%B6>,
        <http://lexvo.org/id/term/kal/Jul-qeqertaq>,
        <http://lexvo.org/id/term/kan/%E0%B2%95%E0%B3%8D%E0%B2%B0%E0%B2%BF%E0%B2%B8%E0%B3%8D%E0%B2%AE%E0%B2%B8%E0%B3%8D%20%E0%B2%A6%E0%B3%8D%E0%B2%B5%E0%B3%80%E0%B2%AA>,
        <http://lexvo.org/id/term/kas/%DA%A9%D8%B1%D9%90%D8%B3%D9%85%D9%8E%D8%B3%20%D8%AC%D9%94%D8%B2%DB%8C%D9%96%D8%B1%D9%95>,
        <http://lexvo.org/id/term/kat/%E1%83%A8%E1%83%9D%E1%83%91%E1%83%98%E1%83%A1%20%E1%83%99%E1%83%A3%E1%83%9C%E1%83%AB%E1%83%A3%E1%83%9A%E1%83%98>,
        <http://lexvo.org/id/term/kea/Ilha%20di%20Natal>,
        <http://lexvo.org/id/term/khm/%E1%9E%80%E1%9F%84%E1%9F%87%E2%80%8B%E1%9E%82%E1%9F%92%E1%9E%9A%E1%9E%B8%E1%9E%9F%E1%9F%92%E1%9E%98%E1%9E%B6%E1%9E%9F>,
        <http://lexvo.org/id/term/kor/%ED%81%AC%EB%A6%AC%EC%8A%A4%EB%A7%88%EC%8A%A4%EC%84%AC>,
        <http://lexvo.org/id/term/ksh/de%20Weihnaachs-Ensel>,
        <http://lexvo.org/id/term/lao/%E0%BB%80%E0%BA%81%E0%BA%B2%E0%BA%B0%E0%BA%84%E0%BA%A3%E0%BA%B4%E0%BA%AA%E0%BA%A1%E0%BA%B2%E0%BA%94>,
        <http://lexvo.org/id/term/lav/Ziemsv%C4%93tku%20sala>,
        <http://lexvo.org/id/term/lin/Esenga%20ya%20Mb%C3%B3tama>,
        <http://lexvo.org/id/term/lit/Kal%C4%97d%C5%B3%20sala>,
        <http://lexvo.org/id/term/mal/%E0%B4%95%E0%B5%8D%E0%B4%B0%E0%B4%BF%E0%B4%B8%E0%B5%8D%E0%B4%AE%E0%B4%B8%E0%B5%8D%20%E0%B4%A6%E0%B5%8D%E0%B4%B5%E0%B5%80%E0%B4%AA%E0%B5%8D>,
        <http://lexvo.org/id/term/mar/%E0%A4%96%E0%A5%8D%E0%A4%B0%E0%A4%BF%E0%A4%B8%E0%A4%AE%E0%A4%B8%20%E0%A4%AC%E0%A5%87%E0%A4%9F>,
        <http://lexvo.org/id/term/mkd/%D0%91%D0%BE%D0%B6%D0%B8%D1%9C%D0%BD%D0%B8%20%D0%9E%D1%81%D1%82%D1%80%D0%BE%D0%B2%D0%B8>,
        <http://lexvo.org/id/term/mlt/Christmas%20Island>,
        <http://lexvo.org/id/term/mya/%E1%80%81%E1%80%9B%E1%80%85%E1%80%BA%E1%80%85%E1%80%99%E1%80%90%E1%80%BA%20%E1%80%80%E1%80%BB%E1%80%BD%E1%80%94%E1%80%BA%E1%80%B8>,
        <http://lexvo.org/id/term/nep/%E0%A4%95%E0%A5%8D%E0%A4%B0%E0%A4%BF%E0%A4%B7%E0%A5%8D%E0%A4%9F%E0%A4%AE%E0%A4%B8%20%E0%A4%9F%E0%A4%BE%E0%A4%AA%E0%A5%81>,
        <http://lexvo.org/id/term/nld/Christmaseiland>,
        <http://lexvo.org/id/term/nno/Christmas%C3%B8ya>,
        <http://lexvo.org/id/term/nob/Christmas%C3%B8ya>,
        <http://lexvo.org/id/term/ori/%E0%AC%96%E0%AD%8D%E0%AC%B0%E0%AD%80%E0%AC%B7%E0%AD%8D%E0%AC%9F%E0%AC%AE%E0%AC%BE%E0%AC%B8%20%E0%AC%86%E0%AC%87%E0%AC%B2%E0%AD%8D%E0%AD%9F%E0%AC%BE%E0%AC%A3%E0%AD%8D%E0%AC%A1>,
        <http://lexvo.org/id/term/pol/Wyspa%20Bo%C5%BCego%20Narodzenia>,
        <http://lexvo.org/id/term/por/Ilha%20do%20Natal>,
        <http://lexvo.org/id/term/por/Ilhas%20Natal>,
        <http://lexvo.org/id/term/roh/Insla%20da%20Christmas>,
        <http://lexvo.org/id/term/ron/Insula%20Christmas>,
        <http://lexvo.org/id/term/rus/%D0%9E%D1%81%D1%82%D1%80%D0%BE%D0%B2%20%D0%A0%D0%BE%D0%B6%D0%B4%D0%B5%D1%81%D1%82%D0%B2%D0%B0>,
        <http://lexvo.org/id/term/sin/%E0%B6%9A%E0%B7%8A%E2%80%8D%E0%B6%BB%E0%B7%92%E0%B7%83%E0%B7%8A%E0%B6%A7%E0%B7%8A%E0%B6%B8%E0%B7%83%E0%B7%8A%20%E0%B6%AF%E0%B7%96%E0%B6%B4%E0%B6%AD%E0%B7%8A>,
        <http://lexvo.org/id/term/slk/Viano%C4%8Dn%C3%BD%20ostrov>,
        <http://lexvo.org/id/term/slv/Bo%C5%BEi%C4%8Dni%20otok>,
        <http://lexvo.org/id/term/sme/Juovllat-sullot>,
        <http://lexvo.org/id/term/spa/Isla%20Christmas>,
        <http://lexvo.org/id/term/srp-Latn/Bo%C5%BEi%C4%87na%20Ostrva>,
        <http://lexvo.org/id/term/srp/%D0%91%D0%BE%D0%B6%D0%B8%D1%9B%D0%BD%D0%B0%20%D0%BE%D1%81%D1%82%D1%80%D0%B2%D0%B0>,
        <http://lexvo.org/id/term/swe/Jul%C3%B6n>,
        <http://lexvo.org/id/term/swh/Kisiwa%20cha%20Krismasi>,
        <http://lexvo.org/id/term/tam/%E0%AE%95%E0%AE%BF%E0%AE%B1%E0%AE%BF%E0%AE%B8%E0%AF%8D%E0%AE%A4%E0%AF%81%E0%AE%AE%E0%AE%B8%E0%AF%8D%20%E0%AE%A4%E0%AF%80%E0%AE%B5%E0%AF%81>,
        <http://lexvo.org/id/term/tel/%E0%B0%95%E0%B1%8D%E0%B0%B0%E0%B0%BF%E0%B0%B8%E0%B1%8D%E0%B0%AE%E0%B0%B8%E0%B1%8D%20%E0%B0%A6%E0%B1%80%E0%B0%B5%E0%B0%BF>,
        <http://lexvo.org/id/term/tha/%E0%B9%80%E0%B8%81%E0%B8%B2%E0%B8%B0%E0%B8%84%E0%B8%A3%E0%B8%B4%E0%B8%AA%E0%B8%95%E0%B9%8C%E0%B8%A1%E0%B8%B2%E0%B8%AA>,
        <http://lexvo.org/id/term/tir/%E1%8B%A8%E1%8C%88%E1%8A%93%20%E1%8B%B0%E1%88%B4%E1%89%B6%E1%89%BD>,
        <http://lexvo.org/id/term/ton/Motu%20Kilisimasi>,
        <http://lexvo.org/id/term/tur/Christmas%20Adas%C4%B1>,
        <http://lexvo.org/id/term/ukr/%D0%9E%D1%81%D1%82%D1%80%D1%96%D0%B2%20%D0%A0%D1%96%D0%B7%D0%B4%D0%B2%D0%B0>,
        <http://lexvo.org/id/term/urd/%DA%A9%D8%B1%D8%B3%D9%85%D8%B3%20%D8%A2%D8%A6%D9%84%DB%8C%D9%86%DA%88>,
        <http://lexvo.org/id/term/vie/%C4%90%E1%BA%A3o%20Gi%C3%A1ng%20Sinh>,
        <http://lexvo.org/id/term/wae/Wien%C3%A4%C4%8Dtsinsl%C3%A4>,
        <http://lexvo.org/id/term/zsm/Christmas%20Island>,
        <http://lexvo.org/id/term/zul/i-Christmas%20Island> ;
    owl:sameAs <http://psi.oasis-open.org/iso/3166/#162>,
        <http://sws.geonames.org/2078138/> .

<http://lexvo.org/id/iso3166/DG> a lvont:GeographicRegion ;
    rdfs:label "Diego Garcia"@af,
        "ዲዬጎ ጋርሺያ"@am,
        "دييغو غارسيا"@ar,
        "Diego Garcia"@ast,
        "Диего Гарсия"@bg,
        "দিয়েগো গার্সিয়া"@bn,
        "Diego Garcia"@br,
        "Dijego Garsija"@bs,
        "Дијего Гарсија"@bs-Cyrl,
        "Diego Garcia"@ca,
        "迪戈加西亚岛"@cmn,
        "迪亞哥加西亞島"@cmn-Hant,
        "Diego García"@cs,
        "Diego Garcia"@cy,
        "Diego Garcia"@da,
        "Diego Garcia"@de,
        "ཌི་ཡེ་གོ་གར་སིའོ"@dz,
        "Diego Garsia nutome"@ee,
        "Ντιέγκο Γκαρσία"@el,
        "Diego Garcia"@en,
        "Diego García"@es,
        "Diego Garcia"@et,
        "Diego Garcia"@eu,
        "دیه‌گو گارسیا"@fa,
        "Diego Garcia"@fi,
        "Diego Garcia"@fil,
        "Diego Garcia"@fo,
        "Diego Garcia"@fr,
        "Diego Garcia"@fur,
        "Diego Garcia"@gd,
        "Diego García"@gl,
        "Diego Garcia"@gsw,
        "ડિએગો ગારસિઆ"@gu,
        "דייגו גרסיה"@he,
        "डिएगो गार्सिया"@hi,
        "Diego Garcia"@hr,
        "Diego Garcia"@hu,
        "Diego Garcia"@id,
        "Diego Garcia"@is,
        "Diego Garcia"@it,
        "ディエゴガルシア島"@ja,
        "Diegu Garsia"@kea,
        "Diego Garcia"@kl,
        "ឌៀហ្គោហ្គាស៊ី"@km,
        "ಡೈಗೋ ಗಾರ್ಸಿಯ"@kn,
        "디에고 가르시아"@ko,
        "de Diego-Garcia-Ensel"@ksh,
        "ດິເອໂກກາເຊຍ"@lo,
        "Diego Garcia"@lt,
        "Djego Garsijas atols"@lv,
        "Диего Гарсија"@mk,
        "ഡീഗോ ഗ്രാഷ്യ"@ml,
        "दिएगो गार्शिया"@mr,
        "Diego Garcia"@nb,
        "डियगो गार्सिया"@ne,
        "Diego Garcia"@nl,
        "Diego Garcia"@nn,
        "Diego Garcia"@pl,
        "Diego Garcia"@pt,
        "Diego Garcia"@ro,
        "Диего-Гарсия"@ru,
        "Diego Garcia"@se,
        "දියාගෝ ගාර්සියා"@si,
        "Diego Garcia"@sk,
        "Diego Garcia"@sl,
        "Дијего Гарсија"@sr,
        "Dijego Garsija"@sr-Latn,
        "Diego Garcia"@sv,
        "Diego Garcia"@swh,
        "டியகோ கார்ஷியா"@ta,
        "డియాగో గార్సియా"@te,
        "ดิเอโกการ์เซีย"@th,
        "Tieko Kāsia"@to,
        "Diego Garcia"@tr,
        "Дієґо-Ґарсія"@uk,
        "ڈائجو گارسیا"@ur,
        "Diego Garcia"@vi,
        "Diego Garcia"@wae,
        "Diego Garcia"@zsm,
        "e-Diego Garcia"@zu ;
    lvont:label <http://lexvo.org/id/term/afr/Diego%20Garcia>,
        <http://lexvo.org/id/term/amh/%E1%8B%B2%E1%8B%AC%E1%8C%8E%20%E1%8C%8B%E1%88%AD%E1%88%BA%E1%8B%AB>,
        <http://lexvo.org/id/term/ara/%D8%AF%D9%8A%D9%8A%D8%BA%D9%88%20%D8%BA%D8%A7%D8%B1%D8%B3%D9%8A%D8%A7>,
        <http://lexvo.org/id/term/ast/Diego%20Garcia>,
        <http://lexvo.org/id/term/ben/%E0%A6%A6%E0%A6%BF%E0%A6%AF%E0%A6%BC%E0%A7%87%E0%A6%97%E0%A7%8B%20%E0%A6%97%E0%A6%BE%E0%A6%B0%E0%A7%8D%E0%A6%B8%E0%A6%BF%E0%A6%AF%E0%A6%BC%E0%A6%BE>,
        <http://lexvo.org/id/term/bos-Cyrl/%D0%94%D0%B8%D1%98%D0%B5%D0%B3%D0%BE%20%D0%93%D0%B0%D1%80%D1%81%D0%B8%D1%98%D0%B0>,
        <http://lexvo.org/id/term/bos/Dijego%20Garsija>,
        <http://lexvo.org/id/term/bre/Diego%20Garcia>,
        <http://lexvo.org/id/term/bul/%D0%94%D0%B8%D0%B5%D0%B3%D0%BE%20%D0%93%D0%B0%D1%80%D1%81%D0%B8%D1%8F>,
        <http://lexvo.org/id/term/cat/Diego%20Garcia>,
        <http://lexvo.org/id/term/ces/Diego%20Garc%C3%ADa>,
        <http://lexvo.org/id/term/cmn-Hant/%E8%BF%AA%E4%BA%9E%E5%93%A5%E5%8A%A0%E8%A5%BF%E4%BA%9E%E5%B3%B6>,
        <http://lexvo.org/id/term/cmn/%E8%BF%AA%E6%88%88%E5%8A%A0%E8%A5%BF%E4%BA%9A%E5%B2%9B>,
        <http://lexvo.org/id/term/cym/Diego%20Garcia>,
        <http://lexvo.org/id/term/dan/Diego%20Garcia>,
        <http://lexvo.org/id/term/deu/Diego%20Garcia>,
        <http://lexvo.org/id/term/dzo/%E0%BD%8C%E0%BD%B2%E0%BC%8B%E0%BD%A1%E0%BD%BA%E0%BC%8B%E0%BD%82%E0%BD%BC%E0%BC%8B%E0%BD%82%E0%BD%A2%E0%BC%8B%E0%BD%A6%E0%BD%B2%E0%BD%A0%E0%BD%BC>,
        <http://lexvo.org/id/term/ell/%CE%9D%CF%84%CE%B9%CE%AD%CE%B3%CE%BA%CE%BF%20%CE%93%CE%BA%CE%B1%CF%81%CF%83%CE%AF%CE%B1>,
        <http://lexvo.org/id/term/eng/Diego%20Garcia>,
        <http://lexvo.org/id/term/est/Diego%20Garcia>,
        <http://lexvo.org/id/term/eus/Diego%20Garcia>,
        <http://lexvo.org/id/term/ewe/Diego%20Garsia%20nutome>,
        <http://lexvo.org/id/term/fao/Diego%20Garcia>,
        <http://lexvo.org/id/term/fas/%D8%AF%DB%8C%D9%87%E2%80%8C%DA%AF%D9%88%20%DA%AF%D8%A7%D8%B1%D8%B3%DB%8C%D8%A7>,
        <http://lexvo.org/id/term/fil/Diego%20Garcia>,
        <http://lexvo.org/id/term/fin/Diego%20Garcia>,
        <http://lexvo.org/id/term/fra/Diego%20Garcia>,
        <http://lexvo.org/id/term/fur/Diego%20Garcia>,
        <http://lexvo.org/id/term/gla/Diego%20Garcia>,
        <http://lexvo.org/id/term/glg/Diego%20Garc%C3%ADa>,
        <http://lexvo.org/id/term/gsw/Diego%20Garcia>,
        <http://lexvo.org/id/term/guj/%E0%AA%A1%E0%AA%BF%E0%AA%8F%E0%AA%97%E0%AB%8B%20%E0%AA%97%E0%AA%BE%E0%AA%B0%E0%AA%B8%E0%AA%BF%E0%AA%86>,
        <http://lexvo.org/id/term/heb/%D7%93%D7%99%D7%99%D7%92%D7%95%20%D7%92%D7%A8%D7%A1%D7%99%D7%94>,
        <http://lexvo.org/id/term/hin/%E0%A4%A1%E0%A4%BF%E0%A4%8F%E0%A4%97%E0%A5%8B%20%E0%A4%97%E0%A4%BE%E0%A4%B0%E0%A5%8D%E0%A4%B8%E0%A4%BF%E0%A4%AF%E0%A4%BE>,
        <http://lexvo.org/id/term/hrv/Diego%20Garcia>,
        <http://lexvo.org/id/term/hun/Diego%20Garcia>,
        <http://lexvo.org/id/term/ind/Diego%20Garcia>,
        <http://lexvo.org/id/term/isl/Diego%20Garcia>,
        <http://lexvo.org/id/term/ita/Diego%20Garcia>,
        <http://lexvo.org/id/term/jpn/%E3%83%87%E3%82%A3%E3%82%A8%E3%82%B4%E3%82%AC%E3%83%AB%E3%82%B7%E3%82%A2%E5%B3%B6>,
        <http://lexvo.org/id/term/kal/Diego%20Garcia>,
        <http://lexvo.org/id/term/kan/%E0%B2%A1%E0%B3%88%E0%B2%97%E0%B3%8B%20%E0%B2%97%E0%B2%BE%E0%B2%B0%E0%B3%8D%E0%B2%B8%E0%B2%BF%E0%B2%AF>,
        <http://lexvo.org/id/term/kea/Diegu%20Garsia>,
        <http://lexvo.org/id/term/khm/%E1%9E%8C%E1%9F%80%E1%9E%A0%E1%9F%92%E1%9E%82%E1%9F%84%E1%9E%A0%E1%9F%92%E1%9E%82%E1%9E%B6%E1%9E%9F%E1%9F%8A%E1%9E%B8>,
        <http://lexvo.org/id/term/kor/%EB%94%94%EC%97%90%EA%B3%A0%20%EA%B0%80%EB%A5%B4%EC%8B%9C%EC%95%84>,
        <http://lexvo.org/id/term/ksh/de%20Diego-Garcia-Ensel>,
        <http://lexvo.org/id/term/lao/%E0%BA%94%E0%BA%B4%E0%BB%80%E0%BA%AD%E0%BB%82%E0%BA%81%E0%BA%81%E0%BA%B2%E0%BB%80%E0%BA%8A%E0%BA%8D>,
        <http://lexvo.org/id/term/lav/Djego%20Garsijas%20atols>,
        <http://lexvo.org/id/term/lit/Diego%20Garcia>,
        <http://lexvo.org/id/term/mal/%E0%B4%A1%E0%B5%80%E0%B4%97%E0%B5%8B%20%E0%B4%97%E0%B5%8D%E0%B4%B0%E0%B4%BE%E0%B4%B7%E0%B5%8D%E0%B4%AF>,
        <http://lexvo.org/id/term/mar/%E0%A4%A6%E0%A4%BF%E0%A4%8F%E0%A4%97%E0%A5%8B%20%E0%A4%97%E0%A4%BE%E0%A4%B0%E0%A5%8D%E0%A4%B6%E0%A4%BF%E0%A4%AF%E0%A4%BE>,
        <http://lexvo.org/id/term/mkd/%D0%94%D0%B8%D0%B5%D0%B3%D0%BE%20%D0%93%D0%B0%D1%80%D1%81%D0%B8%D1%98%D0%B0>,
        <http://lexvo.org/id/term/nep/%E0%A4%A1%E0%A4%BF%E0%A4%AF%E0%A4%97%E0%A5%8B%20%E0%A4%97%E0%A4%BE%E0%A4%B0%E0%A5%8D%E0%A4%B8%E0%A4%BF%E0%A4%AF%E0%A4%BE>,
        <http://lexvo.org/id/term/nld/Diego%20Garcia>,
        <http://lexvo.org/id/term/nno/Diego%20Garcia>,
        <http://lexvo.org/id/term/nob/Diego%20Garcia>,
        <http://lexvo.org/id/term/pol/Diego%20Garcia>,
        <http://lexvo.org/id/term/por/Diego%20Garcia>,
        <http://lexvo.org/id/term/ron/Diego%20Garcia>,
        <http://lexvo.org/id/term/rus/%D0%94%D0%B8%D0%B5%D0%B3%D0%BE-%D0%93%D0%B0%D1%80%D1%81%D0%B8%D1%8F>,
        <http://lexvo.org/id/term/sin/%E0%B6%AF%E0%B7%92%E0%B6%BA%E0%B7%8F%E0%B6%9C%E0%B7%9D%20%E0%B6%9C%E0%B7%8F%E0%B6%BB%E0%B7%8A%E0%B7%83%E0%B7%92%E0%B6%BA%E0%B7%8F>,
        <http://lexvo.org/id/term/slk/Diego%20Garcia>,
        <http://lexvo.org/id/term/slv/Diego%20Garcia>,
        <http://lexvo.org/id/term/sme/Diego%20Garcia>,
        <http://lexvo.org/id/term/spa/Diego%20Garc%C3%ADa>,
        <http://lexvo.org/id/term/srp-Latn/Dijego%20Garsija>,
        <http://lexvo.org/id/term/srp/%D0%94%D0%B8%D1%98%D0%B5%D0%B3%D0%BE%20%D0%93%D0%B0%D1%80%D1%81%D0%B8%D1%98%D0%B0>,
        <http://lexvo.org/id/term/swe/Diego%20Garcia>,
        <http://lexvo.org/id/term/swh/Diego%20Garcia>,
        <http://lexvo.org/id/term/tam/%E0%AE%9F%E0%AE%BF%E0%AE%AF%E0%AE%95%E0%AF%8B%20%E0%AE%95%E0%AE%BE%E0%AE%B0%E0%AF%8D%E0%AE%B7%E0%AE%BF%E0%AE%AF%E0%AE%BE>,
        <http://lexvo.org/id/term/tel/%E0%B0%A1%E0%B0%BF%E0%B0%AF%E0%B0%BE%E0%B0%97%E0%B1%8B%20%E0%B0%97%E0%B0%BE%E0%B0%B0%E0%B1%8D%E0%B0%B8%E0%B0%BF%E0%B0%AF%E0%B0%BE>,
        <http://lexvo.org/id/term/tha/%E0%B8%94%E0%B8%B4%E0%B9%80%E0%B8%AD%E0%B9%82%E0%B8%81%E0%B8%81%E0%B8%B2%E0%B8%A3%E0%B9%8C%E0%B9%80%E0%B8%8B%E0%B8%B5%E0%B8%A2>,
        <http://lexvo.org/id/term/ton/Tieko%20K%C4%81sia>,
        <http://lexvo.org/id/term/tur/Diego%20Garcia>,
        <http://lexvo.org/id/term/ukr/%D0%94%D1%96%D1%94%D2%91%D0%BE-%D2%90%D0%B0%D1%80%D1%81%D1%96%D1%8F>,
        <http://lexvo.org/id/term/urd/%DA%88%D8%A7%D8%A6%D8%AC%D9%88%20%DA%AF%D8%A7%D8%B1%D8%B3%DB%8C%D8%A7>,
        <http://lexvo.org/id/term/vie/Diego%20Garcia>,
        <http://lexvo.org/id/term/wae/Diego%20Garcia>,
        <http://lexvo.org/id/term/zsm/Diego%20Garcia>,
        <http://lexvo.org/id/term/zul/e-Diego%20Garcia> .

<http://lexvo.org/id/iso3166/GS> a lvont:GeographicRegion ;
    rdfs:label "Suid-Georgië en die Suid-Sandwich-eilande"@af,
        "ደቡብ ጆርጂያ እና የደቡብ ሳንድዊች ደሴቶች"@am,
        "جورجيا الجنوبية وجزر ساندويتش الجنوبية"@ar,
        "দক্ষিণ জৰ্জিয়া আৰু দক্ষিণ চেণ্ডৱিচ্‌ দ্বীপ"@as,
        "Islles Xeorxa del Sur y Sandwich del Sur"@ast,
        "Cənub Gürcüstan və Cənub Sandvilç Adaları"@az,
        "Паўднёвая Джорджыя і Паўднёвыя Сандвічавы астравы"@be,
        "Южна Джорджия и Южни Сандвичеви Острови"@bg,
        "দক্ষিণ জর্জিয়া ও দক্ষিণ স্যান্ডউইচ দ্বীপপুঞ"@bn,
        "Inizi Georgia ar Su hag Inizi Sandwich ar Su"@br,
        "दक्षिण जोर्जिया एवं दक्षिण सैंडवीच द्वीप"@brx,
        "Južna Džordžija i Južna Sendvič Ostrva"@bs,
        "Јужна Џорџија и Јужна Сендвич Острва"@bs-Cyrl,
        "Illes Geòrgia del Sud i Sandwich del Sud"@ca,
        "ᏧᎦᏃᏮ ᏣᏥᏱ ᎠᎴ ᎾᏍᎩ ᏧᎦᏃᏮ ᎠᏍᏛᎭᏟ ᏚᎦᏚᏛ"@chr,
        "南乔治亚岛和南桑威齐群岛"@cmn,
        "南喬治亞與南三明治群島"@cmn-Hant,
        "Jižní Georgie a Jižní Sandwichovy ostrovy"@cs,
        "Ynysoedd De Georgia a De Sandwich"@cy,
        "South Georgia og De Sydlige Sandwichøer"@da,
        "Südgeorgien und die Südlichen Sandwichinseln"@de,
        "སཱའུཐ་ཇཽར་ཇཱ་ དང་ སཱའུཐ་སེནཌ྄་ཝིཅ་གླིང་ཚོམ"@dz,
        "Anyiehe Georgia kple Anyiehe Sandwich ƒudomekpowo nutome"@ee,
        "Νότια Γεωργία και Νότιες Νήσοι Σάντουιτς"@el,
        "ISO 3166-1:GS"@en,
        "South Georgia and the South Sandwich Islands"@en,
        "𐐝𐐵𐑃 𐐖𐐱𐑉𐐾𐐲 𐐰𐑌𐐼 𐑄 𐐝𐐵𐑃 𐐝𐐰𐑌𐐼𐐶𐐮𐐽 𐐌𐑊𐐲𐑌𐐼𐑆"@en-Dsrt,
        "Sud-Georgio kaj Sud-Sandviĉinsuloj"@eo,
        "Islas Georgia del Sur y Sandwich del Sur"@es,
        "Lõuna-Georgia ja Lõuna-Sandwichi saared"@et,
        "Hegoaldeko Georgia eta Hegoaldeko Sandwich uharteak"@eu,
        "جورجیای جنوبی و جزایر ساندویچ جنوبی"@fa,
        "Etelä-Georgia ja Eteläiset Sandwichsaaret"@fi,
        "South Georgia and The South Sandwich Islands"@fil,
        "Suðurgeorgia"@fo,
        "Géorgie du Sud et les Îles Sandwich du Sud"@fr,
        "Géorgie du Sud et les îles Sandwich du Sud"@fr,
        "Georgia dal Sud e Isulis Sandwich dal Sud"@fur,
        "An tSeoirsia Theas agus Oileáin Sandwich Theas"@ga,
        "Seòrsea a Deas is na h-Eileanan Sandwich a Deas"@gd,
        "Xeorxia do Sur e Illas Sandwich"@gl,
        "Süüdgeorgie und d’süüdlichi Sändwitsch-Insle"@gsw,
        "દક્ષિણ જ્યોર્જીયા અને દક્ષિણ સેન્ડવિચ આઇલેન્ડ"@gu,
        "ג׳ורג׳יה הדרומית ואיי סנדוויץ׳ הדרומיים"@he,
        "दक्षिण जोर्जिया और दक्षिण सैंडविच द्वीपसमूह"@hi,
        "Južna Gruzija i Južni Sendvič Otoci"@hr,
        "Dél Grúzia és a Déli Szendvics-szigetek"@hu,
        "Kepulauan South Sandwich dan South Georgia"@id,
        "Suður-Georgía og Suður-Sandvíkureyjar"@is,
        "Georgia del Sud e Isole Sandwich del Sud"@it,
        "南ジョージア島・南サンドイッチ諸島"@ja,
        "სამხრეთი ჯორჯია და სამხრეთ სენდვიჩის კუნძულები"@ka,
        "Jeórjia di Sul i Ilhas di Sanduixi di Sul"@kea,
        "កោះ​ហ្សកហ្ស៊ី​ខាង​ត្បូង និង​សាន់វិច​ខាង​ត្បូង"@km,
        "ದಕ್ಷಿಣ ಜಾರ್ಜಿಯಾ ಮತ್ತು ದಕ್ಷಿಣ ಸ್ಯಾಂಡ್ವಿಚ್ ದ್ವೀಪಗಳು"@kn,
        "사우스조지아 사우스샌드위치 제도"@ko,
        "جنوٗبی جارجِیا تہٕ جنوٗبی سینٛڑوٕچ جٔزیٖرٕ"@ks,
        "Söd-Jeorjie un de södlijje Botteramms-Enselle"@ksh,
        "ເກາະຈອດເຈຍໃຕ້ແລະຫມູ່ເກາະແຊນວິດຕອນໃຕ້"@lo,
        "Pietų Džordžija ir Pietų Sandvičo salos"@lt,
        "Dienviddžordžija un Dienvidsendviču salas"@lv,
        "Јужна Грузија и Јужни Сендвич Острови"@mk,
        "ദക്ഷിണ ജോർജ്ജിയയും ദക്ഷിണ സാൻഡ്‌വിച്ച് ദ്വീപുകളും"@ml,
        "दक्षिण जॉर्जिया आणि दक्षिण सँडविच बेटे"@mr,
        "South Georgia and the South Sandwich Islands"@mt,
        "တောင် ဂျော်ဂျီယာ နှင့် တောင် ဆင်းဒဝစ်ဂျ် ကျွန်းစုများ"@my,
        "Sør-Georgia og de sørlige Sandwich-øyene"@nb,
        "दक्षिण जर्जिया र दक्षिण स्यान्डवीच टापुहरू"@ne,
        "Zuid-Georgia en Zuidelijke Sandwicheilanden"@nl,
        "Sør-Georgia og Sør-Sandwich-øyane"@nn,
        "ଦକ୍ଷିଣ ଜର୍ଜିଆ ଏବଂ ଦକ୍ଷିଣ ସାଣ୍ଡୱିଚ୍ ଦ୍ବୀପପୁଞ୍ଜ"@or,
        "Georgia Południowa i Sandwich Południowy"@pl,
        "Geórgia do Sul e Ilhas Sandwich do Sul"@pt,
        "Georgia dal Sid e las Inslas Sandwich dal Sid"@rm,
        "Georgia de Sud şi Insulele Sandwich de Sud"@ro,
        "Южная Джорджия и Южные Сандвичевы Острова"@ru,
        "Lulli Georgia ja Lulli Sandwich-sullot"@se,
        "දකුණු ජෝර්ජියාව සහ දකුණු සැන්ඩ්ිච් දූපත්"@si,
        "Južná Georgia a Južné Sandwichove ostrovy"@sk,
        "Južna Georgia in Južni Sandwichevi otoki"@sl,
        "Јужна Џорџија и Јужна Сендвич Острва"@sr,
        "Južna Džordžija i Južna Sendvič Ostrva"@sr-Latn,
        "Sydgeorgien och Sydsandwichöarna"@sv,
        "Jojia Kusini na Visiwa vya Sandwich Kusini"@swh,
        "தென் ஜியார்ஜியா மற்றும் தென் சான்ட்விச் தீவுகள்"@ta,
        "దక్షిణ జార్జియా మరియు దక్షిణ సాండ్విచ్ దీవులు"@te,
        "เกาะเซาท์จอร์เจียและหมู่เกาะเซาท์แซนด์วิช"@th,
        "ደቡብ ጆርጂያ እና የደቡድ ሳንድዊች ደሴቶች"@ti,
        "ʻOtumotu Siosia-tonga mo Saniuisi-tonga"@to,
        "Güney Georgia ve Güney Sandwich Adaları"@tr,
        "Південна Джорджія та Південні Сандвічеві Острови"@uk,
        "جنوبی جارجیا اور جنوبی سینڈوچ جزائر"@ur,
        "Quần đảo Nam Georgia và Nam Sandwich"@vi,
        "Südgeorgie und d'südliče Senwičinslä"@wae,
        "South Georgia and the South Sandwich Islands"@zsm,
        "i-South Georgia ne-South Sandwich Islands"@zu ;
    lvont:label <http://lexvo.org/id/term/afr/Suid-Georgi%C3%AB%20en%20die%20Suid-Sandwich-eilande>,
        <http://lexvo.org/id/term/amh/%E1%8B%B0%E1%89%A1%E1%89%A5%20%E1%8C%86%E1%88%AD%E1%8C%82%E1%8B%AB%20%E1%8A%A5%E1%8A%93%20%E1%8B%A8%E1%8B%B0%E1%89%A1%E1%89%A5%20%E1%88%B3%E1%8A%95%E1%8B%B5%E1%8B%8A%E1%89%BD%20%E1%8B%B0%E1%88%B4%E1%89%B6%E1%89%BD>,
        <http://lexvo.org/id/term/ara/%D8%AC%D9%88%D8%B1%D8%AC%D9%8A%D8%A7%20%D8%A7%D9%84%D8%AC%D9%86%D9%88%D8%A8%D9%8A%D8%A9%20%D9%88%D8%AC%D8%B2%D8%B1%20%D8%B3%D8%A7%D9%86%D8%AF%D9%88%D9%8A%D8%AA%D8%B4%20%D8%A7%D9%84%D8%AC%D9%86%D9%88%D8%A8%D9%8A%D8%A9>,
        <http://lexvo.org/id/term/asm/%E0%A6%A6%E0%A6%95%E0%A7%8D%E0%A6%B7%E0%A6%BF%E0%A6%A3%20%E0%A6%9C%E0%A7%B0%E0%A7%8D%E0%A6%9C%E0%A6%BF%E0%A6%AF%E0%A6%BC%E0%A6%BE%20%E0%A6%86%E0%A7%B0%E0%A7%81%20%E0%A6%A6%E0%A6%95%E0%A7%8D%E0%A6%B7%E0%A6%BF%E0%A6%A3%20%E0%A6%9A%E0%A7%87%E0%A6%A3%E0%A7%8D%E0%A6%A1%E0%A7%B1%E0%A6%BF%E0%A6%9A%E0%A7%8D%E2%80%8C%20%E0%A6%A6%E0%A7%8D%E0%A6%AC%E0%A7%80%E0%A6%AA>,
        <http://lexvo.org/id/term/ast/Islles%20Xeorxa%20del%20Sur%20y%20Sandwich%20del%20Sur>,
        <http://lexvo.org/id/term/aze/C%C9%99nub%20G%C3%BCrc%C3%BCstan%20v%C9%99%20C%C9%99nub%20Sandvil%C3%A7%20Adalar%C4%B1>,
        <http://lexvo.org/id/term/bel/%D0%9F%D0%B0%D1%9E%D0%B4%D0%BD%D1%91%D0%B2%D0%B0%D1%8F%20%D0%94%D0%B6%D0%BE%D1%80%D0%B4%D0%B6%D1%8B%D1%8F%20%D1%96%20%D0%9F%D0%B0%D1%9E%D0%B4%D0%BD%D1%91%D0%B2%D1%8B%D1%8F%20%D0%A1%D0%B0%D0%BD%D0%B4%D0%B2%D1%96%D1%87%D0%B0%D0%B2%D1%8B%20%D0%B0%D1%81%D1%82%D1%80%D0%B0%D0%B2%D1%8B>,
        <http://lexvo.org/id/term/ben/%E0%A6%A6%E0%A6%95%E0%A7%8D%E0%A6%B7%E0%A6%BF%E0%A6%A3%20%E0%A6%9C%E0%A6%B0%E0%A7%8D%E0%A6%9C%E0%A6%BF%E0%A6%AF%E0%A6%BC%E0%A6%BE%20%E0%A6%93%20%E0%A6%A6%E0%A6%95%E0%A7%8D%E0%A6%B7%E0%A6%BF%E0%A6%A3%20%E0%A6%B8%E0%A7%8D%E0%A6%AF%E0%A6%BE%E0%A6%A8%E0%A7%8D%E0%A6%A1%E0%A6%89%E0%A6%87%E0%A6%9A%20%E0%A6%A6%E0%A7%8D%E0%A6%AC%E0%A7%80%E0%A6%AA%E0%A6%AA%E0%A7%81%E0%A6%9E>,
        <http://lexvo.org/id/term/bos-Cyrl/%D0%88%D1%83%D0%B6%D0%BD%D0%B0%20%D0%8F%D0%BE%D1%80%D1%9F%D0%B8%D1%98%D0%B0%20%D0%B8%20%D0%88%D1%83%D0%B6%D0%BD%D0%B0%20%D0%A1%D0%B5%D0%BD%D0%B4%D0%B2%D0%B8%D1%87%20%D0%9E%D1%81%D1%82%D1%80%D0%B2%D0%B0>,
        <http://lexvo.org/id/term/bos/Ju%C5%BEna%20D%C5%BEord%C5%BEija%20i%20Ju%C5%BEna%20Sendvi%C4%8D%20Ostrva>,
        <http://lexvo.org/id/term/bre/Inizi%20Georgia%20ar%20Su%20hag%20Inizi%20Sandwich%20ar%20Su>,
        <http://lexvo.org/id/term/brx/%E0%A4%A6%E0%A4%95%E0%A5%8D%E0%A4%B7%E0%A4%BF%E0%A4%A3%20%E0%A4%9C%E0%A5%8B%E0%A4%B0%E0%A5%8D%E0%A4%9C%E0%A4%BF%E0%A4%AF%E0%A4%BE%20%E0%A4%8F%E0%A4%B5%E0%A4%82%20%E0%A4%A6%E0%A4%95%E0%A5%8D%E0%A4%B7%E0%A4%BF%E0%A4%A3%20%E0%A4%B8%E0%A5%88%E0%A4%82%E0%A4%A1%E0%A4%B5%E0%A5%80%E0%A4%9A%20%E0%A4%A6%E0%A5%8D%E0%A4%B5%E0%A5%80%E0%A4%AA>,
        <http://lexvo.org/id/term/bul/%D0%AE%D0%B6%D0%BD%D0%B0%20%D0%94%D0%B6%D0%BE%D1%80%D0%B4%D0%B6%D0%B8%D1%8F%20%D0%B8%20%D0%AE%D0%B6%D0%BD%D0%B8%20%D0%A1%D0%B0%D0%BD%D0%B4%D0%B2%D0%B8%D1%87%D0%B5%D0%B2%D0%B8%20%D0%9E%D1%81%D1%82%D1%80%D0%BE%D0%B2%D0%B8>,
        <http://lexvo.org/id/term/cat/Illes%20Ge%C3%B2rgia%20del%20Sud%20i%20Sandwich%20del%20Sud>,
        <http://lexvo.org/id/term/ces/Ji%C5%BEn%C3%AD%20Georgie%20a%20Ji%C5%BEn%C3%AD%20Sandwichovy%20ostrovy>,
        <http://lexvo.org/id/term/chr/%E1%8F%A7%E1%8E%A6%E1%8F%83%E1%8F%AE%20%E1%8F%A3%E1%8F%A5%E1%8F%B1%20%E1%8E%A0%E1%8E%B4%20%E1%8E%BE%E1%8F%8D%E1%8E%A9%20%E1%8F%A7%E1%8E%A6%E1%8F%83%E1%8F%AE%20%E1%8E%A0%E1%8F%8D%E1%8F%9B%E1%8E%AD%E1%8F%9F%20%E1%8F%9A%E1%8E%A6%E1%8F%9A%E1%8F%9B>,
        <http://lexvo.org/id/term/cmn-Hant/%E5%8D%97%E5%96%AC%E6%B2%BB%E4%BA%9E%E8%88%87%E5%8D%97%E4%B8%89%E6%98%8E%E6%B2%BB%E7%BE%A4%E5%B3%B6>,
        <http://lexvo.org/id/term/cmn/%E5%8D%97%E4%B9%94%E6%B2%BB%E4%BA%9A%E5%B2%9B%E5%92%8C%E5%8D%97%E6%A1%91%E5%A8%81%E9%BD%90%E7%BE%A4%E5%B2%9B>,
        <http://lexvo.org/id/term/cym/Ynysoedd%20De%20Georgia%20a%20De%20Sandwich>,
        <http://lexvo.org/id/term/dan/South%20Georgia%20og%20De%20Sydlige%20Sandwich%C3%B8er>,
        <http://lexvo.org/id/term/deu/S%C3%BCdgeorgien%20und%20die%20S%C3%BCdlichen%20Sandwichinseln>,
        <http://lexvo.org/id/term/dzo/%E0%BD%A6%E0%BD%B1%E0%BD%A0%E0%BD%B4%E0%BD%90%E0%BC%8B%E0%BD%87%E0%BD%BD%E0%BD%A2%E0%BC%8B%E0%BD%87%E0%BD%B1%E0%BC%8B%20%E0%BD%91%E0%BD%84%E0%BC%8B%20%E0%BD%A6%E0%BD%B1%E0%BD%A0%E0%BD%B4%E0%BD%90%E0%BC%8B%E0%BD%A6%E0%BD%BA%E0%BD%93%E0%BD%8C%E0%BE%84%E0%BC%8B%E0%BD%9D%E0%BD%B2%E0%BD%85%E0%BC%8B%E0%BD%82%E0%BE%B3%E0%BD%B2%E0%BD%84%E0%BC%8B%E0%BD%9A%E0%BD%BC%E0%BD%98>,
        <http://lexvo.org/id/term/ell/%CE%9D%CF%8C%CF%84%CE%B9%CE%B1%20%CE%93%CE%B5%CF%89%CF%81%CE%B3%CE%AF%CE%B1%20%CE%BA%CE%B1%CE%B9%20%CE%9D%CF%8C%CF%84%CE%B9%CE%B5%CF%82%20%CE%9D%CE%AE%CF%83%CE%BF%CE%B9%20%CE%A3%CE%AC%CE%BD%CF%84%CE%BF%CF%85%CE%B9%CF%84%CF%82>,
        <http://lexvo.org/id/term/eng-Dsrt/%F0%90%90%9D%F0%90%90%B5%F0%90%91%83%20%F0%90%90%96%F0%90%90%B1%F0%90%91%89%F0%90%90%BE%F0%90%90%B2%20%F0%90%90%B0%F0%90%91%8C%F0%90%90%BC%20%F0%90%91%84%20%F0%90%90%9D%F0%90%90%B5%F0%90%91%83%20%F0%90%90%9D%F0%90%90%B0%F0%90%91%8C%F0%90%90%BC%F0%90%90%B6%F0%90%90%AE%F0%90%90%BD%20%F0%90%90%8C%F0%90%91%8A%F0%90%90%B2%F0%90%91%8C%F0%90%90%BC%F0%90%91%86>,
        <http://lexvo.org/id/term/eng/ISO%203166-1%3AGS>,
        <http://lexvo.org/id/term/eng/South%20Georgia%20and%20the%20South%20Sandwich%20Islands>,
        <http://lexvo.org/id/term/epo/Sud-Georgio%20kaj%20Sud-Sandvi%C4%89insuloj>,
        <http://lexvo.org/id/term/est/L%C3%B5una-Georgia%20ja%20L%C3%B5una-Sandwichi%20saared>,
        <http://lexvo.org/id/term/eus/Hegoaldeko%20Georgia%20eta%20Hegoaldeko%20Sandwich%20uharteak>,
        <http://lexvo.org/id/term/ewe/Anyiehe%20Georgia%20kple%20Anyiehe%20Sandwich%20%C6%92udomekpowo%20nutome>,
        <http://lexvo.org/id/term/fao/Su%C3%B0urgeorgia>,
        <http://lexvo.org/id/term/fas/%D8%AC%D9%88%D8%B1%D8%AC%DB%8C%D8%A7%DB%8C%20%D8%AC%D9%86%D9%88%D8%A8%DB%8C%20%D9%88%20%D8%AC%D8%B2%D8%A7%DB%8C%D8%B1%20%D8%B3%D8%A7%D9%86%D8%AF%D9%88%DB%8C%DA%86%20%D8%AC%D9%86%D9%88%D8%A8%DB%8C>,
        <http://lexvo.org/id/term/fil/South%20Georgia%20and%20The%20South%20Sandwich%20Islands>,
        <http://lexvo.org/id/term/fin/Etel%C3%A4-Georgia%20ja%20Etel%C3%A4iset%20Sandwichsaaret>,
        <http://lexvo.org/id/term/fra/G%C3%A9orgie%20du%20Sud%20et%20les%20%C3%8Eles%20Sandwich%20du%20Sud>,
        <http://lexvo.org/id/term/fra/G%C3%A9orgie%20du%20Sud%20et%20les%20%C3%AEles%20Sandwich%20du%20Sud>,
        <http://lexvo.org/id/term/fur/Georgia%20dal%20Sud%20e%20Isulis%20Sandwich%20dal%20Sud>,
        <http://lexvo.org/id/term/gla/Se%C3%B2rsea%20a%20Deas%20is%20na%20h-Eileanan%20Sandwich%20a%20Deas>,
        <http://lexvo.org/id/term/gle/An%20tSeoirsia%20Theas%20agus%20Oile%C3%A1in%20Sandwich%20Theas>,
        <http://lexvo.org/id/term/glg/Xeorxia%20do%20Sur%20e%20Illas%20Sandwich>,
        <http://lexvo.org/id/term/gsw/S%C3%BC%C3%BCdgeorgie%20und%20d%E2%80%99s%C3%BC%C3%BCdlichi%20S%C3%A4ndwitsch-Insle>,
        <http://lexvo.org/id/term/guj/%E0%AA%A6%E0%AA%95%E0%AB%8D%E0%AA%B7%E0%AA%BF%E0%AA%A3%20%E0%AA%9C%E0%AB%8D%E0%AA%AF%E0%AB%8B%E0%AA%B0%E0%AB%8D%E0%AA%9C%E0%AB%80%E0%AA%AF%E0%AA%BE%20%E0%AA%85%E0%AA%A8%E0%AB%87%20%E0%AA%A6%E0%AA%95%E0%AB%8D%E0%AA%B7%E0%AA%BF%E0%AA%A3%20%E0%AA%B8%E0%AB%87%E0%AA%A8%E0%AB%8D%E0%AA%A1%E0%AA%B5%E0%AA%BF%E0%AA%9A%20%E0%AA%86%E0%AA%87%E0%AA%B2%E0%AB%87%E0%AA%A8%E0%AB%8D%E0%AA%A1>,
        <http://lexvo.org/id/term/heb/%D7%92%D7%B3%D7%95%D7%A8%D7%92%D7%B3%D7%99%D7%94%20%D7%94%D7%93%D7%A8%D7%95%D7%9E%D7%99%D7%AA%20%D7%95%D7%90%D7%99%D7%99%20%D7%A1%D7%A0%D7%93%D7%95%D7%95%D7%99%D7%A5%D7%B3%20%D7%94%D7%93%D7%A8%D7%95%D7%9E%D7%99%D7%99%D7%9D>,
        <http://lexvo.org/id/term/hin/%E0%A4%A6%E0%A4%95%E0%A5%8D%E0%A4%B7%E0%A4%BF%E0%A4%A3%20%E0%A4%9C%E0%A5%8B%E0%A4%B0%E0%A5%8D%E0%A4%9C%E0%A4%BF%E0%A4%AF%E0%A4%BE%20%E0%A4%94%E0%A4%B0%20%E0%A4%A6%E0%A4%95%E0%A5%8D%E0%A4%B7%E0%A4%BF%E0%A4%A3%20%E0%A4%B8%E0%A5%88%E0%A4%82%E0%A4%A1%E0%A4%B5%E0%A4%BF%E0%A4%9A%20%E0%A4%A6%E0%A5%8D%E0%A4%B5%E0%A5%80%E0%A4%AA%E0%A4%B8%E0%A4%AE%E0%A5%82%E0%A4%B9>,
        <http://lexvo.org/id/term/hrv/Ju%C5%BEna%20Gruzija%20i%20Ju%C5%BEni%20Sendvi%C4%8D%20Otoci>,
        <http://lexvo.org/id/term/hun/D%C3%A9l%20Gr%C3%BAzia%20%C3%A9s%20a%20D%C3%A9li%20Szendvics-szigetek>,
        <http://lexvo.org/id/term/ind/Kepulauan%20South%20Sandwich%20dan%20South%20Georgia>,
        <http://lexvo.org/id/term/isl/Su%C3%B0ur-Georg%C3%ADa%20og%20Su%C3%B0ur-Sandv%C3%ADkureyjar>,
        <http://lexvo.org/id/term/ita/Georgia%20del%20Sud%20e%20Isole%20Sandwich%20del%20Sud>,
        <http://lexvo.org/id/term/jpn/%E5%8D%97%E3%82%B8%E3%83%A7%E3%83%BC%E3%82%B8%E3%82%A2%E5%B3%B6%E3%83%BB%E5%8D%97%E3%82%B5%E3%83%B3%E3%83%89%E3%82%A4%E3%83%83%E3%83%81%E8%AB%B8%E5%B3%B6>,
        <http://lexvo.org/id/term/kan/%E0%B2%A6%E0%B2%95%E0%B3%8D%E0%B2%B7%E0%B2%BF%E0%B2%A3%20%E0%B2%9C%E0%B2%BE%E0%B2%B0%E0%B3%8D%E0%B2%9C%E0%B2%BF%E0%B2%AF%E0%B2%BE%20%E0%B2%AE%E0%B2%A4%E0%B3%8D%E0%B2%A4%E0%B3%81%20%E0%B2%A6%E0%B2%95%E0%B3%8D%E0%B2%B7%E0%B2%BF%E0%B2%A3%20%E0%B2%B8%E0%B3%8D%E0%B2%AF%E0%B2%BE%E0%B2%82%E0%B2%A1%E0%B3%8D%E0%B2%B5%E0%B2%BF%E0%B2%9A%E0%B3%8D%20%E0%B2%A6%E0%B3%8D%E0%B2%B5%E0%B3%80%E0%B2%AA%E0%B2%97%E0%B2%B3%E0%B3%81>,
        <http://lexvo.org/id/term/kas/%D8%AC%D9%86%D9%88%D9%97%D8%A8%DB%8C%20%D8%AC%D8%A7%D8%B1%D8%AC%D9%90%DB%8C%D8%A7%20%D8%AA%DB%81%D9%95%20%D8%AC%D9%86%D9%88%D9%97%D8%A8%DB%8C%20%D8%B3%DB%8C%D9%86%D9%9B%DA%91%D9%88%D9%95%DA%86%20%D8%AC%D9%94%D8%B2%DB%8C%D9%96%D8%B1%D9%95>,
        <http://lexvo.org/id/term/kat/%E1%83%A1%E1%83%90%E1%83%9B%E1%83%AE%E1%83%A0%E1%83%94%E1%83%97%E1%83%98%20%E1%83%AF%E1%83%9D%E1%83%A0%E1%83%AF%E1%83%98%E1%83%90%20%E1%83%93%E1%83%90%20%E1%83%A1%E1%83%90%E1%83%9B%E1%83%AE%E1%83%A0%E1%83%94%E1%83%97%20%E1%83%A1%E1%83%94%E1%83%9C%E1%83%93%E1%83%95%E1%83%98%E1%83%A9%E1%83%98%E1%83%A1%20%E1%83%99%E1%83%A3%E1%83%9C%E1%83%AB%E1%83%A3%E1%83%9A%E1%83%94%E1%83%91%E1%83%98>,
        <http://lexvo.org/id/term/kea/Je%C3%B3rjia%20di%20Sul%20i%20Ilhas%20di%20Sanduixi%20di%20Sul>,
        <http://lexvo.org/id/term/khm/%E1%9E%80%E1%9F%84%E1%9F%87%E2%80%8B%E1%9E%A0%E1%9F%92%E1%9E%9F%E1%9E%80%E1%9E%A0%E1%9F%92%E1%9E%9F%E1%9F%8A%E1%9E%B8%E2%80%8B%E1%9E%81%E1%9E%B6%E1%9E%84%E2%80%8B%E1%9E%8F%E1%9F%92%E1%9E%94%E1%9E%BC%E1%9E%84%20%E1%9E%93%E1%9E%B7%E1%9E%84%E2%80%8B%E1%9E%9F%E1%9E%B6%E1%9E%93%E1%9F%8B%E1%9E%9C%E1%9E%B7%E1%9E%85%E2%80%8B%E1%9E%81%E1%9E%B6%E1%9E%84%E2%80%8B%E1%9E%8F%E1%9F%92%E1%9E%94%E1%9E%BC%E1%9E%84>,
        <http://lexvo.org/id/term/kor/%EC%82%AC%EC%9A%B0%EC%8A%A4%EC%A1%B0%EC%A7%80%EC%95%84%20%EC%82%AC%EC%9A%B0%EC%8A%A4%EC%83%8C%EB%93%9C%EC%9C%84%EC%B9%98%20%EC%A0%9C%EB%8F%84>,
        <http://lexvo.org/id/term/ksh/S%C3%B6d-Jeorjie%20un%20de%20s%C3%B6dlijje%20Botteramms-Enselle>,
        <http://lexvo.org/id/term/lao/%E0%BB%80%E0%BA%81%E0%BA%B2%E0%BA%B0%E0%BA%88%E0%BA%AD%E0%BA%94%E0%BB%80%E0%BA%88%E0%BA%8D%E0%BB%83%E0%BA%95%E0%BB%89%E0%BB%81%E0%BA%A5%E0%BA%B0%E0%BA%AB%E0%BA%A1%E0%BA%B9%E0%BB%88%E0%BB%80%E0%BA%81%E0%BA%B2%E0%BA%B0%E0%BB%81%E0%BA%8A%E0%BA%99%E0%BA%A7%E0%BA%B4%E0%BA%94%E0%BA%95%E0%BA%AD%E0%BA%99%E0%BB%83%E0%BA%95%E0%BB%89>,
        <http://lexvo.org/id/term/lav/Dienvidd%C5%BEord%C5%BEija%20un%20Dienvidsendvi%C4%8Du%20salas>,
        <http://lexvo.org/id/term/lit/Piet%C5%B3%20D%C5%BEord%C5%BEija%20ir%20Piet%C5%B3%20Sandvi%C4%8Do%20salos>,
        <http://lexvo.org/id/term/mal/%E0%B4%A6%E0%B4%95%E0%B5%8D%E0%B4%B7%E0%B4%BF%E0%B4%A3%20%E0%B4%9C%E0%B5%8B%E0%B5%BC%E0%B4%9C%E0%B5%8D%E0%B4%9C%E0%B4%BF%E0%B4%AF%E0%B4%AF%E0%B5%81%E0%B4%82%20%E0%B4%A6%E0%B4%95%E0%B5%8D%E0%B4%B7%E0%B4%BF%E0%B4%A3%20%E0%B4%B8%E0%B4%BE%E0%B5%BB%E0%B4%A1%E0%B5%8D%E2%80%8C%E0%B4%B5%E0%B4%BF%E0%B4%9A%E0%B5%8D%E0%B4%9A%E0%B5%8D%20%E0%B4%A6%E0%B5%8D%E0%B4%B5%E0%B5%80%E0%B4%AA%E0%B5%81%E0%B4%95%E0%B4%B3%E0%B5%81%E0%B4%82>,
        <http://lexvo.org/id/term/mar/%E0%A4%A6%E0%A4%95%E0%A5%8D%E0%A4%B7%E0%A4%BF%E0%A4%A3%20%E0%A4%9C%E0%A5%89%E0%A4%B0%E0%A5%8D%E0%A4%9C%E0%A4%BF%E0%A4%AF%E0%A4%BE%20%E0%A4%86%E0%A4%A3%E0%A4%BF%20%E0%A4%A6%E0%A4%95%E0%A5%8D%E0%A4%B7%E0%A4%BF%E0%A4%A3%20%E0%A4%B8%E0%A4%81%E0%A4%A1%E0%A4%B5%E0%A4%BF%E0%A4%9A%20%E0%A4%AC%E0%A5%87%E0%A4%9F%E0%A5%87>,
        <http://lexvo.org/id/term/mkd/%D0%88%D1%83%D0%B6%D0%BD%D0%B0%20%D0%93%D1%80%D1%83%D0%B7%D0%B8%D1%98%D0%B0%20%D0%B8%20%D0%88%D1%83%D0%B6%D0%BD%D0%B8%20%D0%A1%D0%B5%D0%BD%D0%B4%D0%B2%D0%B8%D1%87%20%D0%9E%D1%81%D1%82%D1%80%D0%BE%D0%B2%D0%B8>,
        <http://lexvo.org/id/term/mlt/South%20Georgia%20and%20the%20South%20Sandwich%20Islands>,
        <http://lexvo.org/id/term/mya/%E1%80%90%E1%80%B1%E1%80%AC%E1%80%84%E1%80%BA%20%E1%80%82%E1%80%BB%E1%80%B1%E1%80%AC%E1%80%BA%E1%80%82%E1%80%BB%E1%80%AE%E1%80%9A%E1%80%AC%20%E1%80%94%E1%80%BE%E1%80%84%E1%80%B7%E1%80%BA%20%E1%80%90%E1%80%B1%E1%80%AC%E1%80%84%E1%80%BA%20%E1%80%86%E1%80%84%E1%80%BA%E1%80%B8%E1%80%92%E1%80%9D%E1%80%85%E1%80%BA%E1%80%82%E1%80%BB%E1%80%BA%20%E1%80%80%E1%80%BB%E1%80%BD%E1%80%94%E1%80%BA%E1%80%B8%E1%80%85%E1%80%AF%E1%80%99%E1%80%BB%E1%80%AC%E1%80%B8>,
        <http://lexvo.org/id/term/nep/%E0%A4%A6%E0%A4%95%E0%A5%8D%E0%A4%B7%E0%A4%BF%E0%A4%A3%20%E0%A4%9C%E0%A4%B0%E0%A5%8D%E0%A4%9C%E0%A4%BF%E0%A4%AF%E0%A4%BE%20%E0%A4%B0%20%E0%A4%A6%E0%A4%95%E0%A5%8D%E0%A4%B7%E0%A4%BF%E0%A4%A3%20%E0%A4%B8%E0%A5%8D%E0%A4%AF%E0%A4%BE%E0%A4%A8%E0%A5%8D%E0%A4%A1%E0%A4%B5%E0%A5%80%E0%A4%9A%20%E0%A4%9F%E0%A4%BE%E0%A4%AA%E0%A5%81%E0%A4%B9%E0%A4%B0%E0%A5%82>,
        <http://lexvo.org/id/term/nld/Zuid-Georgia%20en%20Zuidelijke%20Sandwicheilanden>,
        <http://lexvo.org/id/term/nno/S%C3%B8r-Georgia%20og%20S%C3%B8r-Sandwich-%C3%B8yane>,
        <http://lexvo.org/id/term/nob/S%C3%B8r-Georgia%20og%20de%20s%C3%B8rlige%20Sandwich-%C3%B8yene>,
        <http://lexvo.org/id/term/ori/%E0%AC%A6%E0%AC%95%E0%AD%8D%E0%AC%B7%E0%AC%BF%E0%AC%A3%20%E0%AC%9C%E0%AC%B0%E0%AD%8D%E0%AC%9C%E0%AC%BF%E0%AC%86%20%E0%AC%8F%E0%AC%AC%E0%AC%82%20%E0%AC%A6%E0%AC%95%E0%AD%8D%E0%AC%B7%E0%AC%BF%E0%AC%A3%20%E0%AC%B8%E0%AC%BE%E0%AC%A3%E0%AD%8D%E0%AC%A1%E0%AD%B1%E0%AC%BF%E0%AC%9A%E0%AD%8D%20%E0%AC%A6%E0%AD%8D%E0%AC%AC%E0%AD%80%E0%AC%AA%E0%AC%AA%E0%AD%81%E0%AC%9E%E0%AD%8D%E0%AC%9C>,
        <http://lexvo.org/id/term/pol/Georgia%20Po%C5%82udniowa%20i%20Sandwich%20Po%C5%82udniowy>,
        <http://lexvo.org/id/term/por/Ge%C3%B3rgia%20do%20Sul%20e%20Ilhas%20Sandwich%20do%20Sul>,
        <http://lexvo.org/id/term/roh/Georgia%20dal%20Sid%20e%20las%20Inslas%20Sandwich%20dal%20Sid>,
        <http://lexvo.org/id/term/ron/Georgia%20de%20Sud%20%C5%9Fi%20Insulele%20Sandwich%20de%20Sud>,
        <http://lexvo.org/id/term/rus/%D0%AE%D0%B6%D0%BD%D0%B0%D1%8F%20%D0%94%D0%B6%D0%BE%D1%80%D0%B4%D0%B6%D0%B8%D1%8F%20%D0%B8%20%D0%AE%D0%B6%D0%BD%D1%8B%D0%B5%20%D0%A1%D0%B0%D0%BD%D0%B4%D0%B2%D0%B8%D1%87%D0%B5%D0%B2%D1%8B%20%D0%9E%D1%81%D1%82%D1%80%D0%BE%D0%B2%D0%B0>,
        <http://lexvo.org/id/term/sin/%E0%B6%AF%E0%B6%9A%E0%B7%94%E0%B6%AB%E0%B7%94%20%E0%B6%A2%E0%B7%9D%E0%B6%BB%E0%B7%8A%E0%B6%A2%E0%B7%92%E0%B6%BA%E0%B7%8F%E0%B7%80%20%E0%B7%83%E0%B7%84%20%E0%B6%AF%E0%B6%9A%E0%B7%94%E0%B6%AB%E0%B7%94%20%E0%B7%83%E0%B7%90%E0%B6%B1%E0%B7%8A%E0%B6%A9%E0%B7%8A%E0%B7%92%E0%B6%A0%E0%B7%8A%20%E0%B6%AF%E0%B7%96%E0%B6%B4%E0%B6%AD%E0%B7%8A>,
        <http://lexvo.org/id/term/slk/Ju%C5%BEn%C3%A1%20Georgia%20a%20Ju%C5%BEn%C3%A9%20Sandwichove%20ostrovy>,
        <http://lexvo.org/id/term/slv/Ju%C5%BEna%20Georgia%20in%20Ju%C5%BEni%20Sandwichevi%20otoki>,
        <http://lexvo.org/id/term/sme/Lulli%20Georgia%20ja%20Lulli%20Sandwich-sullot>,
        <http://lexvo.org/id/term/spa/Islas%20Georgia%20del%20Sur%20y%20Sandwich%20del%20Sur>,
        <http://lexvo.org/id/term/srp-Latn/Ju%C5%BEna%20D%C5%BEord%C5%BEija%20i%20Ju%C5%BEna%20Sendvi%C4%8D%20Ostrva>,
        <http://lexvo.org/id/term/srp/%D0%88%D1%83%D0%B6%D0%BD%D0%B0%20%D0%8F%D0%BE%D1%80%D1%9F%D0%B8%D1%98%D0%B0%20%D0%B8%20%D0%88%D1%83%D0%B6%D0%BD%D0%B0%20%D0%A1%D0%B5%D0%BD%D0%B4%D0%B2%D0%B8%D1%87%20%D0%9E%D1%81%D1%82%D1%80%D0%B2%D0%B0>,
        <http://lexvo.org/id/term/swe/Sydgeorgien%20och%20Sydsandwich%C3%B6arna>,
        <http://lexvo.org/id/term/swh/Jojia%20Kusini%20na%20Visiwa%20vya%20Sandwich%20Kusini>,
        <http://lexvo.org/id/term/tam/%E0%AE%A4%E0%AF%86%E0%AE%A9%E0%AF%8D%20%E0%AE%9C%E0%AE%BF%E0%AE%AF%E0%AE%BE%E0%AE%B0%E0%AF%8D%E0%AE%9C%E0%AE%BF%E0%AE%AF%E0%AE%BE%20%E0%AE%AE%E0%AE%B1%E0%AF%8D%E0%AE%B1%E0%AF%81%E0%AE%AE%E0%AF%8D%20%E0%AE%A4%E0%AF%86%E0%AE%A9%E0%AF%8D%20%E0%AE%9A%E0%AE%BE%E0%AE%A9%E0%AF%8D%E0%AE%9F%E0%AF%8D%E0%AE%B5%E0%AE%BF%E0%AE%9A%E0%AF%8D%20%E0%AE%A4%E0%AF%80%E0%AE%B5%E0%AF%81%E0%AE%95%E0%AE%B3%E0%AF%8D>,
        <http://lexvo.org/id/term/tel/%E0%B0%A6%E0%B0%95%E0%B1%8D%E0%B0%B7%E0%B0%BF%E0%B0%A3%20%E0%B0%9C%E0%B0%BE%E0%B0%B0%E0%B1%8D%E0%B0%9C%E0%B0%BF%E0%B0%AF%E0%B0%BE%20%E0%B0%AE%E0%B0%B0%E0%B0%BF%E0%B0%AF%E0%B1%81%20%E0%B0%A6%E0%B0%95%E0%B1%8D%E0%B0%B7%E0%B0%BF%E0%B0%A3%20%E0%B0%B8%E0%B0%BE%E0%B0%82%E0%B0%A1%E0%B1%8D%E0%B0%B5%E0%B0%BF%E0%B0%9A%E0%B1%8D%20%E0%B0%A6%E0%B1%80%E0%B0%B5%E0%B1%81%E0%B0%B2%E0%B1%81>,
        <http://lexvo.org/id/term/tha/%E0%B9%80%E0%B8%81%E0%B8%B2%E0%B8%B0%E0%B9%80%E0%B8%8B%E0%B8%B2%E0%B8%97%E0%B9%8C%E0%B8%88%E0%B8%AD%E0%B8%A3%E0%B9%8C%E0%B9%80%E0%B8%88%E0%B8%B5%E0%B8%A2%E0%B9%81%E0%B8%A5%E0%B8%B0%E0%B8%AB%E0%B8%A1%E0%B8%B9%E0%B9%88%E0%B9%80%E0%B8%81%E0%B8%B2%E0%B8%B0%E0%B9%80%E0%B8%8B%E0%B8%B2%E0%B8%97%E0%B9%8C%E0%B9%81%E0%B8%8B%E0%B8%99%E0%B8%94%E0%B9%8C%E0%B8%A7%E0%B8%B4%E0%B8%8A>,
        <http://lexvo.org/id/term/tir/%E1%8B%B0%E1%89%A1%E1%89%A5%20%E1%8C%86%E1%88%AD%E1%8C%82%E1%8B%AB%20%E1%8A%A5%E1%8A%93%20%E1%8B%A8%E1%8B%B0%E1%89%A1%E1%8B%B5%20%E1%88%B3%E1%8A%95%E1%8B%B5%E1%8B%8A%E1%89%BD%20%E1%8B%B0%E1%88%B4%E1%89%B6%E1%89%BD>,
        <http://lexvo.org/id/term/ton/%CA%BBOtumotu%20Siosia-tonga%20mo%20Saniuisi-tonga>,
        <http://lexvo.org/id/term/tur/G%C3%BCney%20Georgia%20ve%20G%C3%BCney%20Sandwich%20Adalar%C4%B1>,
        <http://lexvo.org/id/term/ukr/%D0%9F%D1%96%D0%B2%D0%B4%D0%B5%D0%BD%D0%BD%D0%B0%20%D0%94%D0%B6%D0%BE%D1%80%D0%B4%D0%B6%D1%96%D1%8F%20%D1%82%D0%B0%20%D0%9F%D1%96%D0%B2%D0%B4%D0%B5%D0%BD%D0%BD%D1%96%20%D0%A1%D0%B0%D0%BD%D0%B4%D0%B2%D1%96%D1%87%D0%B5%D0%B2%D1%96%20%D0%9E%D1%81%D1%82%D1%80%D0%BE%D0%B2%D0%B8>,
        <http://lexvo.org/id/term/urd/%D8%AC%D9%86%D9%88%D8%A8%DB%8C%20%D8%AC%D8%A7%D8%B1%D8%AC%DB%8C%D8%A7%20%D8%A7%D9%88%D8%B1%20%D8%AC%D9%86%D9%88%D8%A8%DB%8C%20%D8%B3%DB%8C%D9%86%DA%88%D9%88%DA%86%20%D8%AC%D8%B2%D8%A7%D8%A6%D8%B1>,
        <http://lexvo.org/id/term/vie/Qu%E1%BA%A7n%20%C4%91%E1%BA%A3o%20Nam%20Georgia%20v%C3%A0%20Nam%20Sandwich>,
        <http://lexvo.org/id/term/wae/S%C3%BCdgeorgie%20und%20d's%C3%BCdli%C4%8De%20Senwi%C4%8Dinsl%C3%A4>,
        <http://lexvo.org/id/term/zsm/South%20Georgia%20and%20the%20South%20Sandwich%20Islands>,
        <http://lexvo.org/id/term/zul/i-South%20Georgia%20ne-South%20Sandwich%20Islands> ;
    owl:sameAs <http://psi.oasis-open.org/iso/3166/#239>,
        <http://sws.geonames.org/3474415/> .

<http://lexvo.org/id/iso3166/HM> a lvont:GeographicRegion ;
    rdfs:label "Heard-eiland en McDonald-eilande"@af,
        "ኽርድ ደሴቶችና ማክዶናልድ ደሴቶች"@am,
        "جزيرة هيرد وجزر ماكدونالد"@ar,
        "হাৰ্ড দ্বীপ আৰু মেক্‌ডোনাল্ড দ্বীপ"@as,
        "Islla Ḥeard ya Islles McDonald"@ast,
        "Hörd və Makdonald Adaları"@az,
        "Гэрда востраў і МакДоналда астравы"@be,
        "Остров Хърд и Острови Макдоналд"@bg,
        "হার্ড দ্বীপ এবং ম্যাকডোনাল্ড দ্বীপপুঞ্জ"@bn,
        "Inizi Heard ha McDonald"@br,
        "हर्ड द्वीप एवं मैकडोनॉल्ड द्वीप"@brx,
        "Herd i Mekdonald Ostrva"@bs,
        "Херд и Мекдоналд Острва"@bs-Cyrl,
        "Illa Heard i Illes McDonald"@ca,
        "ᎲᏗ ᎤᎦᏚᏛ ᎠᎴ ᎺᎩᏓᎾᎵᏗ ᏚᎦᏚᏛ"@chr,
        "赫德与麦克唐纳群岛"@cmn,
        "赫德與麥克當諾群島"@cmn-Hant,
        "Heardův ostrov a McDonaldovy ostrovy"@cs,
        "Ynys Heard ac Ynysoedd McDonald"@cy,
        "Heard- og McDonald-øerne"@da,
        "Heard- und McDonald-Inseln"@de,
        "ཧཱརཌ་མཚོ་གླིང་ དང་ མེཀ་ཌོ་ནལཌ྄་གླིང་ཚོམ"@dz,
        "Heard kple Mcdonald ƒudomekpowo nutome"@ee,
        "Νήσοι Χερντ και Μακντόναλντ"@el,
        "Heard Island and McDonald Islands"@en,
        "ISO 3166-1:HM"@en,
        "𐐐𐐲𐑉𐐼 𐐌𐑊𐐲𐑌𐐼 𐐰𐑌𐐼 𐐣𐐿𐐔𐐱𐑌𐐲𐑊𐐼 𐐌𐑊𐐲𐑌𐐼𐑆"@en-Dsrt,
        "Herda kaj Makdonaldaj Insuloj"@eo,
        "Islas Heard y McDonald"@es,
        "Heard ja McDonald saared"@et,
        "Heard eta McDonald Uharteak"@eu,
        "جزیرهٔ هرد و جزایر مک‌دونالد"@fa,
        "Heard- ja McDonaldinsaaret"@fi,
        "Heard Island and McDonald Islands"@fil,
        "Heard- og McDonald-oyggjarnar"@fo,
        "Îles Heard et MacDonald"@fr,
        "Isule Heard e Isulis McDonald"@fur,
        "Oileán Heard agus Oileáin McDonald"@ga,
        "Eilean Heard is MhicDhòmhnaill"@gd,
        "Illa Heard e Illas McDonald"@gl,
        "Höörd- und MäcDonald-Insle"@gsw,
        "હર્ડ આઇલૅંડ એંડ મેકડોનાલ્ડ આઇલૅંડ્સ"@gu,
        "איי הרד ואיי מקדונלנד"@he,
        "हर्ड द्वीप और मैकडोनॉल्ड द्वीप"@hi,
        "Otok Heard i Otoci McDonald"@hr,
        "Heard és McDonald Szigetek"@hu,
        "Pulau Heard dan Kepulauan McDonald"@id,
        "Heard og McDonaldseyjar"@is,
        "Isole Heard ed Isole McDonald"@it,
        "ハード島・マクドナルド諸島"@ja,
        "ჰერდის კუნძული და მაკდონალდის კუნძულები"@ka,
        "Ilha Heard i Ilhas McDonald"@kea,
        "កោះ​ហឺដ និង​ម៉ាក់ដូណាល់"@km,
        "ಹರ್ಡ್ ದ್ವೀಪ ಮತ್ತು ಮ್ಯಾಕ್ಡೊನಾಲ್ಡ್ ದ್ವೀಪಗಳು"@kn,
        "허드섬-맥도널드제도"@ko,
        "ہَرٕڑ جٔزیٖرٕ تہٕ مٮ۪کڈونالڑٕ جٔزیٖرٕ"@ks,
        "de Heart Ensel un de McDonald-Enselle"@ksh,
        "ເກາະເຮີດແລະຫມູ່ເກາະແມັກໂດນອລ"@lo,
        "Heardo ir McDonaldo Salų Sritis"@lt,
        "Hērda un Makdonalda salas"@lv,
        "Хардови острови и Мекдоналд Острови"@mk,
        "ഹിയേർഡ് ദ്വീപും മക്ഡൊണാള്ഡ് ദ്വീപുകളും"@ml,
        "हर्ड बेट आणि मैकडोनाल्ड बेट"@mr,
        "Heard Island and McDonald Islands"@mt,
        "Heardøya og McDonaldøyene"@nb,
        "हर्ड टापु र म्याकडोनाल्ड टापु"@ne,
        "Heard- en McDonaldeilanden"@nl,
        "Heard- og McDonaldsøyane"@nn,
        "ହାର୍ଡ ଦ୍ବୀପପୁଞ୍ଜ ଏବଂ ମ୍ୟାକଡୋନାଲ୍ ଦ୍ବୀପପୁଞ୍ଜ"@or,
        "Wyspy Heard i McDonalda"@pl,
        "Ilha Heard e Ilhas McDonald"@pt,
        "Inslas da Heard e da McDonlad"@rm,
        "Insula Heard și Insulele McDonald"@ro,
        "Острова Херд и Макдональд"@ru,
        "Heard- ja McDonald-sullot"@se,
        "හාඩ් සහ මැක්ඩොනල්ඩ් දූපත්"@si,
        "Heardov ostrov a McDonaldove ostrovy"@sk,
        "Otok Heard in otočje McDonald"@sl,
        "Херд и Мекдоналд Острва"@sr,
        "Herd i Mekdonald Ostrva"@sr-Latn,
        "Heard- och McDonaldöarna"@sv,
        "Kisiwa cha Heard na Visiwa vya McDonald"@swh,
        "ஹேர்ட் மற்றும் மெக்டொனால்டு"@ta,
        "హెర్డ్ దీవి మరియు మాక్ డోనాల్డ్ దీవులు"@te,
        "เกาะเฮิร์ดและหมู่เกาะแมกดอนัลด์"@th,
        "የኧርድ እና የማክዶናልድ ደሴቶች"@ti,
        "ʻOtumotu Heati mo Makitonali"@to,
        "Heard Adası ve McDonald Adaları"@tr,
        "Острови Херд і Мак-Дональд"@uk,
        "ہیئرڈ آئلینڈ اور میکڈونالڈ آئلینڈز"@ur,
        "Đảo Heard và Quần đảo McDonald"@vi,
        "Heard- und McDonald-Inslä"@wae,
        "Heard Island and McDonald Islands"@zsm,
        "i-Heard Island ne-McDonald Islands"@zu ;
    lvont:label <http://lexvo.org/id/term/afr/Heard-eiland%20en%20McDonald-eilande>,
        <http://lexvo.org/id/term/amh/%E1%8A%BD%E1%88%AD%E1%8B%B5%20%E1%8B%B0%E1%88%B4%E1%89%B6%E1%89%BD%E1%8A%93%20%E1%88%9B%E1%8A%AD%E1%8B%B6%E1%8A%93%E1%88%8D%E1%8B%B5%20%E1%8B%B0%E1%88%B4%E1%89%B6%E1%89%BD>,
        <http://lexvo.org/id/term/ara/%D8%AC%D8%B2%D9%8A%D8%B1%D8%A9%20%D9%87%D9%8A%D8%B1%D8%AF%20%D9%88%D8%AC%D8%B2%D8%B1%20%D9%85%D8%A7%D9%83%D8%AF%D9%88%D9%86%D8%A7%D9%84%D8%AF>,
        <http://lexvo.org/id/term/asm/%E0%A6%B9%E0%A6%BE%E0%A7%B0%E0%A7%8D%E0%A6%A1%20%E0%A6%A6%E0%A7%8D%E0%A6%AC%E0%A7%80%E0%A6%AA%20%E0%A6%86%E0%A7%B0%E0%A7%81%20%E0%A6%AE%E0%A7%87%E0%A6%95%E0%A7%8D%E2%80%8C%E0%A6%A1%E0%A7%8B%E0%A6%A8%E0%A6%BE%E0%A6%B2%E0%A7%8D%E0%A6%A1%20%E0%A6%A6%E0%A7%8D%E0%A6%AC%E0%A7%80%E0%A6%AA>,
        <http://lexvo.org/id/term/ast/Islla%20%E1%B8%A4eard%20ya%20Islles%20McDonald>,
        <http://lexvo.org/id/term/aze/H%C3%B6rd%20v%C9%99%20Makdonald%20Adalar%C4%B1>,
        <http://lexvo.org/id/term/bel/%D0%93%D1%8D%D1%80%D0%B4%D0%B0%20%D0%B2%D0%BE%D1%81%D1%82%D1%80%D0%B0%D1%9E%20%D1%96%20%D0%9C%D0%B0%D0%BA%D0%94%D0%BE%D0%BD%D0%B0%D0%BB%D0%B4%D0%B0%20%D0%B0%D1%81%D1%82%D1%80%D0%B0%D0%B2%D1%8B>,
        <http://lexvo.org/id/term/ben/%E0%A6%B9%E0%A6%BE%E0%A6%B0%E0%A7%8D%E0%A6%A1%20%E0%A6%A6%E0%A7%8D%E0%A6%AC%E0%A7%80%E0%A6%AA%20%E0%A6%8F%E0%A6%AC%E0%A6%82%20%E0%A6%AE%E0%A7%8D%E0%A6%AF%E0%A6%BE%E0%A6%95%E0%A6%A1%E0%A7%8B%E0%A6%A8%E0%A6%BE%E0%A6%B2%E0%A7%8D%E0%A6%A1%20%E0%A6%A6%E0%A7%8D%E0%A6%AC%E0%A7%80%E0%A6%AA%E0%A6%AA%E0%A7%81%E0%A6%9E%E0%A7%8D%E0%A6%9C>,
        <http://lexvo.org/id/term/bos-Cyrl/%D0%A5%D0%B5%D1%80%D0%B4%20%D0%B8%20%D0%9C%D0%B5%D0%BA%D0%B4%D0%BE%D0%BD%D0%B0%D0%BB%D0%B4%20%D0%9E%D1%81%D1%82%D1%80%D0%B2%D0%B0>,
        <http://lexvo.org/id/term/bos/Herd%20i%20Mekdonald%20Ostrva>,
        <http://lexvo.org/id/term/bre/Inizi%20Heard%20ha%20McDonald>,
        <http://lexvo.org/id/term/brx/%E0%A4%B9%E0%A4%B0%E0%A5%8D%E0%A4%A1%20%E0%A4%A6%E0%A5%8D%E0%A4%B5%E0%A5%80%E0%A4%AA%20%E0%A4%8F%E0%A4%B5%E0%A4%82%20%E0%A4%AE%E0%A5%88%E0%A4%95%E0%A4%A1%E0%A5%8B%E0%A4%A8%E0%A5%89%E0%A4%B2%E0%A5%8D%E0%A4%A1%20%E0%A4%A6%E0%A5%8D%E0%A4%B5%E0%A5%80%E0%A4%AA>,
        <http://lexvo.org/id/term/bul/%D0%9E%D1%81%D1%82%D1%80%D0%BE%D0%B2%20%D0%A5%D1%8A%D1%80%D0%B4%20%D0%B8%20%D0%9E%D1%81%D1%82%D1%80%D0%BE%D0%B2%D0%B8%20%D0%9C%D0%B0%D0%BA%D0%B4%D0%BE%D0%BD%D0%B0%D0%BB%D0%B4>,
        <http://lexvo.org/id/term/cat/Illa%20Heard%20i%20Illes%20McDonald>,
        <http://lexvo.org/id/term/ces/Heard%C5%AFv%20ostrov%20a%20McDonaldovy%20ostrovy>,
        <http://lexvo.org/id/term/chr/%E1%8E%B2%E1%8F%97%20%E1%8E%A4%E1%8E%A6%E1%8F%9A%E1%8F%9B%20%E1%8E%A0%E1%8E%B4%20%E1%8E%BA%E1%8E%A9%E1%8F%93%E1%8E%BE%E1%8E%B5%E1%8F%97%20%E1%8F%9A%E1%8E%A6%E1%8F%9A%E1%8F%9B>,
        <http://lexvo.org/id/term/cmn-Hant/%E8%B5%AB%E5%BE%B7%E8%88%87%E9%BA%A5%E5%85%8B%E7%95%B6%E8%AB%BE%E7%BE%A4%E5%B3%B6>,
        <http://lexvo.org/id/term/cmn/%E8%B5%AB%E5%BE%B7%E4%B8%8E%E9%BA%A6%E5%85%8B%E5%94%90%E7%BA%B3%E7%BE%A4%E5%B2%9B>,
        <http://lexvo.org/id/term/cym/Ynys%20Heard%20ac%20Ynysoedd%20McDonald>,
        <http://lexvo.org/id/term/dan/Heard-%20og%20McDonald-%C3%B8erne>,
        <http://lexvo.org/id/term/deu/Heard-%20und%20McDonald-Inseln>,
        <http://lexvo.org/id/term/dzo/%E0%BD%A7%E0%BD%B1%E0%BD%A2%E0%BD%8C%E0%BC%8B%E0%BD%98%E0%BD%9A%E0%BD%BC%E0%BC%8B%E0%BD%82%E0%BE%B3%E0%BD%B2%E0%BD%84%E0%BC%8B%20%E0%BD%91%E0%BD%84%E0%BC%8B%20%E0%BD%98%E0%BD%BA%E0%BD%80%E0%BC%8B%E0%BD%8C%E0%BD%BC%E0%BC%8B%E0%BD%93%E0%BD%A3%E0%BD%8C%E0%BE%84%E0%BC%8B%E0%BD%82%E0%BE%B3%E0%BD%B2%E0%BD%84%E0%BC%8B%E0%BD%9A%E0%BD%BC%E0%BD%98>,
        <http://lexvo.org/id/term/ell/%CE%9D%CE%AE%CF%83%CE%BF%CE%B9%20%CE%A7%CE%B5%CF%81%CE%BD%CF%84%20%CE%BA%CE%B1%CE%B9%20%CE%9C%CE%B1%CE%BA%CE%BD%CF%84%CF%8C%CE%BD%CE%B1%CE%BB%CE%BD%CF%84>,
        <http://lexvo.org/id/term/eng-Dsrt/%F0%90%90%90%F0%90%90%B2%F0%90%91%89%F0%90%90%BC%20%F0%90%90%8C%F0%90%91%8A%F0%90%90%B2%F0%90%91%8C%F0%90%90%BC%20%F0%90%90%B0%F0%90%91%8C%F0%90%90%BC%20%F0%90%90%A3%F0%90%90%BF%F0%90%90%94%F0%90%90%B1%F0%90%91%8C%F0%90%90%B2%F0%90%91%8A%F0%90%90%BC%20%F0%90%90%8C%F0%90%91%8A%F0%90%90%B2%F0%90%91%8C%F0%90%90%BC%F0%90%91%86>,
        <http://lexvo.org/id/term/eng/Heard%20Island%20and%20McDonald%20Islands>,
        <http://lexvo.org/id/term/eng/ISO%203166-1%3AHM>,
        <http://lexvo.org/id/term/epo/Herda%20kaj%20Makdonaldaj%20Insuloj>,
        <http://lexvo.org/id/term/est/Heard%20ja%20McDonald%20saared>,
        <http://lexvo.org/id/term/eus/Heard%20eta%20McDonald%20Uharteak>,
        <http://lexvo.org/id/term/ewe/Heard%20kple%20Mcdonald%20%C6%92udomekpowo%20nutome>,
        <http://lexvo.org/id/term/fao/Heard-%20og%20McDonald-oyggjarnar>,
        <http://lexvo.org/id/term/fas/%D8%AC%D8%B2%DB%8C%D8%B1%D9%87%D9%94%20%D9%87%D8%B1%D8%AF%20%D9%88%20%D8%AC%D8%B2%D8%A7%DB%8C%D8%B1%20%D9%85%DA%A9%E2%80%8C%D8%AF%D9%88%D9%86%D8%A7%D9%84%D8%AF>,
        <http://lexvo.org/id/term/fil/Heard%20Island%20and%20McDonald%20Islands>,
        <http://lexvo.org/id/term/fin/Heard-%20ja%20McDonaldinsaaret>,
        <http://lexvo.org/id/term/fra/%C3%8Eles%20Heard%20et%20MacDonald>,
        <http://lexvo.org/id/term/fur/Isule%20Heard%20e%20Isulis%20McDonald>,
        <http://lexvo.org/id/term/gla/Eilean%20Heard%20is%20MhicDh%C3%B2mhnaill>,
        <http://lexvo.org/id/term/gle/Oile%C3%A1n%20Heard%20agus%20Oile%C3%A1in%20McDonald>,
        <http://lexvo.org/id/term/glg/Illa%20Heard%20e%20Illas%20McDonald>,
        <http://lexvo.org/id/term/gsw/H%C3%B6%C3%B6rd-%20und%20M%C3%A4cDonald-Insle>,
        <http://lexvo.org/id/term/guj/%E0%AA%B9%E0%AA%B0%E0%AB%8D%E0%AA%A1%20%E0%AA%86%E0%AA%87%E0%AA%B2%E0%AB%85%E0%AA%82%E0%AA%A1%20%E0%AA%8F%E0%AA%82%E0%AA%A1%20%E0%AA%AE%E0%AB%87%E0%AA%95%E0%AA%A1%E0%AB%8B%E0%AA%A8%E0%AA%BE%E0%AA%B2%E0%AB%8D%E0%AA%A1%20%E0%AA%86%E0%AA%87%E0%AA%B2%E0%AB%85%E0%AA%82%E0%AA%A1%E0%AB%8D%E0%AA%B8>,
        <http://lexvo.org/id/term/heb/%D7%90%D7%99%D7%99%20%D7%94%D7%A8%D7%93%20%D7%95%D7%90%D7%99%D7%99%20%D7%9E%D7%A7%D7%93%D7%95%D7%A0%D7%9C%D7%A0%D7%93>,
        <http://lexvo.org/id/term/hin/%E0%A4%B9%E0%A4%B0%E0%A5%8D%E0%A4%A1%20%E0%A4%A6%E0%A5%8D%E0%A4%B5%E0%A5%80%E0%A4%AA%20%E0%A4%94%E0%A4%B0%20%E0%A4%AE%E0%A5%88%E0%A4%95%E0%A4%A1%E0%A5%8B%E0%A4%A8%E0%A5%89%E0%A4%B2%E0%A5%8D%E0%A4%A1%20%E0%A4%A6%E0%A5%8D%E0%A4%B5%E0%A5%80%E0%A4%AA>,
        <http://lexvo.org/id/term/hrv/Otok%20Heard%20i%20Otoci%20McDonald>,
        <http://lexvo.org/id/term/hun/Heard%20%C3%A9s%20McDonald%20Szigetek>,
        <http://lexvo.org/id/term/ind/Pulau%20Heard%20dan%20Kepulauan%20McDonald>,
        <http://lexvo.org/id/term/isl/Heard%20og%20McDonaldseyjar>,
        <http://lexvo.org/id/term/ita/Isole%20Heard%20ed%20Isole%20McDonald>,
        <http://lexvo.org/id/term/jpn/%E3%83%8F%E3%83%BC%E3%83%89%E5%B3%B6%E3%83%BB%E3%83%9E%E3%82%AF%E3%83%89%E3%83%8A%E3%83%AB%E3%83%89%E8%AB%B8%E5%B3%B6>,
        <http://lexvo.org/id/term/kan/%E0%B2%B9%E0%B2%B0%E0%B3%8D%E0%B2%A1%E0%B3%8D%20%E0%B2%A6%E0%B3%8D%E0%B2%B5%E0%B3%80%E0%B2%AA%20%E0%B2%AE%E0%B2%A4%E0%B3%8D%E0%B2%A4%E0%B3%81%20%E0%B2%AE%E0%B3%8D%E0%B2%AF%E0%B2%BE%E0%B2%95%E0%B3%8D%E0%B2%A1%E0%B3%8A%E0%B2%A8%E0%B2%BE%E0%B2%B2%E0%B3%8D%E0%B2%A1%E0%B3%8D%20%E0%B2%A6%E0%B3%8D%E0%B2%B5%E0%B3%80%E0%B2%AA%E0%B2%97%E0%B2%B3%E0%B3%81>,
        <http://lexvo.org/id/term/kas/%DB%81%D9%8E%D8%B1%D9%95%DA%91%20%D8%AC%D9%94%D8%B2%DB%8C%D9%96%D8%B1%D9%95%20%D8%AA%DB%81%D9%95%20%D9%85%D9%AE%DB%AA%DA%A9%DA%88%D9%88%D9%86%D8%A7%D9%84%DA%91%D9%95%20%D8%AC%D9%94%D8%B2%DB%8C%D9%96%D8%B1%D9%95>,
        <http://lexvo.org/id/term/kat/%E1%83%B0%E1%83%94%E1%83%A0%E1%83%93%E1%83%98%E1%83%A1%20%E1%83%99%E1%83%A3%E1%83%9C%E1%83%AB%E1%83%A3%E1%83%9A%E1%83%98%20%E1%83%93%E1%83%90%20%E1%83%9B%E1%83%90%E1%83%99%E1%83%93%E1%83%9D%E1%83%9C%E1%83%90%E1%83%9A%E1%83%93%E1%83%98%E1%83%A1%20%E1%83%99%E1%83%A3%E1%83%9C%E1%83%AB%E1%83%A3%E1%83%9A%E1%83%94%E1%83%91%E1%83%98>,
        <http://lexvo.org/id/term/kea/Ilha%20Heard%20i%20Ilhas%20McDonald>,
        <http://lexvo.org/id/term/khm/%E1%9E%80%E1%9F%84%E1%9F%87%E2%80%8B%E1%9E%A0%E1%9E%BA%E1%9E%8A%20%E1%9E%93%E1%9E%B7%E1%9E%84%E2%80%8B%E1%9E%98%E1%9F%89%E1%9E%B6%E1%9E%80%E1%9F%8B%E1%9E%8A%E1%9E%BC%E1%9E%8E%E1%9E%B6%E1%9E%9B%E1%9F%8B>,
        <http://lexvo.org/id/term/kor/%ED%97%88%EB%93%9C%EC%84%AC-%EB%A7%A5%EB%8F%84%EB%84%90%EB%93%9C%EC%A0%9C%EB%8F%84>,
        <http://lexvo.org/id/term/ksh/de%20Heart%20Ensel%20un%20de%20McDonald-Enselle>,
        <http://lexvo.org/id/term/lao/%E0%BB%80%E0%BA%81%E0%BA%B2%E0%BA%B0%E0%BB%80%E0%BA%AE%E0%BA%B5%E0%BA%94%E0%BB%81%E0%BA%A5%E0%BA%B0%E0%BA%AB%E0%BA%A1%E0%BA%B9%E0%BB%88%E0%BB%80%E0%BA%81%E0%BA%B2%E0%BA%B0%E0%BB%81%E0%BA%A1%E0%BA%B1%E0%BA%81%E0%BB%82%E0%BA%94%E0%BA%99%E0%BA%AD%E0%BA%A5>,
        <http://lexvo.org/id/term/lav/H%C4%93rda%20un%20Makdonalda%20salas>,
        <http://lexvo.org/id/term/lit/Heardo%20ir%20McDonaldo%20Sal%C5%B3%20Sritis>,
        <http://lexvo.org/id/term/mal/%E0%B4%B9%E0%B4%BF%E0%B4%AF%E0%B5%87%E0%B5%BC%E0%B4%A1%E0%B5%8D%20%E0%B4%A6%E0%B5%8D%E0%B4%B5%E0%B5%80%E0%B4%AA%E0%B5%81%E0%B4%82%20%E0%B4%AE%E0%B4%95%E0%B5%8D%E0%B4%A1%E0%B5%8A%E0%B4%A3%E0%B4%BE%E0%B4%B3%E0%B5%8D%E0%B4%A1%E0%B5%8D%20%E0%B4%A6%E0%B5%8D%E0%B4%B5%E0%B5%80%E0%B4%AA%E0%B5%81%E0%B4%95%E0%B4%B3%E0%B5%81%E0%B4%82>,
        <http://lexvo.org/id/term/mar/%E0%A4%B9%E0%A4%B0%E0%A5%8D%E0%A4%A1%20%E0%A4%AC%E0%A5%87%E0%A4%9F%20%E0%A4%86%E0%A4%A3%E0%A4%BF%20%E0%A4%AE%E0%A5%88%E0%A4%95%E0%A4%A1%E0%A5%8B%E0%A4%A8%E0%A4%BE%E0%A4%B2%E0%A5%8D%E0%A4%A1%20%E0%A4%AC%E0%A5%87%E0%A4%9F>,
        <http://lexvo.org/id/term/mkd/%D0%A5%D0%B0%D1%80%D0%B4%D0%BE%D0%B2%D0%B8%20%D0%BE%D1%81%D1%82%D1%80%D0%BE%D0%B2%D0%B8%20%D0%B8%20%D0%9C%D0%B5%D0%BA%D0%B4%D0%BE%D0%BD%D0%B0%D0%BB%D0%B4%20%D0%9E%D1%81%D1%82%D1%80%D0%BE%D0%B2%D0%B8>,
        <http://lexvo.org/id/term/mlt/Heard%20Island%20and%20McDonald%20Islands>,
        <http://lexvo.org/id/term/nep/%E0%A4%B9%E0%A4%B0%E0%A5%8D%E0%A4%A1%20%E0%A4%9F%E0%A4%BE%E0%A4%AA%E0%A5%81%20%E0%A4%B0%20%E0%A4%AE%E0%A5%8D%E0%A4%AF%E0%A4%BE%E0%A4%95%E0%A4%A1%E0%A5%8B%E0%A4%A8%E0%A4%BE%E0%A4%B2%E0%A5%8D%E0%A4%A1%20%E0%A4%9F%E0%A4%BE%E0%A4%AA%E0%A5%81>,
        <http://lexvo.org/id/term/nld/Heard-%20en%20McDonaldeilanden>,
        <http://lexvo.org/id/term/nno/Heard-%20og%20McDonalds%C3%B8yane>,
        <http://lexvo.org/id/term/nob/Heard%C3%B8ya%20og%20McDonald%C3%B8yene>,
        <http://lexvo.org/id/term/ori/%E0%AC%B9%E0%AC%BE%E0%AC%B0%E0%AD%8D%E0%AC%A1%20%E0%AC%A6%E0%AD%8D%E0%AC%AC%E0%AD%80%E0%AC%AA%E0%AC%AA%E0%AD%81%E0%AC%9E%E0%AD%8D%E0%AC%9C%20%E0%AC%8F%E0%AC%AC%E0%AC%82%20%E0%AC%AE%E0%AD%8D%E0%AD%9F%E0%AC%BE%E0%AC%95%E0%AC%A1%E0%AD%8B%E0%AC%A8%E0%AC%BE%E0%AC%B2%E0%AD%8D%20%E0%AC%A6%E0%AD%8D%E0%AC%AC%E0%AD%80%E0%AC%AA%E0%AC%AA%E0%AD%81%E0%AC%9E%E0%AD%8D%E0%AC%9C>,
        <http://lexvo.org/id/term/pol/Wyspy%20Heard%20i%20McDonalda>,
        <http://lexvo.org/id/term/por/Ilha%20Heard%20e%20Ilhas%20McDonald>,
        <http://lexvo.org/id/term/roh/Inslas%20da%20Heard%20e%20da%20McDonlad>,
        <http://lexvo.org/id/term/ron/Insula%20Heard%20%C8%99i%20Insulele%20McDonald>,
        <http://lexvo.org/id/term/rus/%D0%9E%D1%81%D1%82%D1%80%D0%BE%D0%B2%D0%B0%20%D0%A5%D0%B5%D1%80%D0%B4%20%D0%B8%20%D0%9C%D0%B0%D0%BA%D0%B4%D0%BE%D0%BD%D0%B0%D0%BB%D1%8C%D0%B4>,
        <http://lexvo.org/id/term/sin/%E0%B7%84%E0%B7%8F%E0%B6%A9%E0%B7%8A%20%E0%B7%83%E0%B7%84%20%E0%B6%B8%E0%B7%90%E0%B6%9A%E0%B7%8A%E0%B6%A9%E0%B7%9C%E0%B6%B1%E0%B6%BD%E0%B7%8A%E0%B6%A9%E0%B7%8A%20%E0%B6%AF%E0%B7%96%E0%B6%B4%E0%B6%AD%E0%B7%8A>,
        <http://lexvo.org/id/term/slk/Heardov%20ostrov%20a%20McDonaldove%20ostrovy>,
        <http://lexvo.org/id/term/slv/Otok%20Heard%20in%20oto%C4%8Dje%20McDonald>,
        <http://lexvo.org/id/term/sme/Heard-%20ja%20McDonald-sullot>,
        <http://lexvo.org/id/term/spa/Islas%20Heard%20y%20McDonald>,
        <http://lexvo.org/id/term/srp-Latn/Herd%20i%20Mekdonald%20Ostrva>,
        <http://lexvo.org/id/term/srp/%D0%A5%D0%B5%D1%80%D0%B4%20%D0%B8%20%D0%9C%D0%B5%D0%BA%D0%B4%D0%BE%D0%BD%D0%B0%D0%BB%D0%B4%20%D0%9E%D1%81%D1%82%D1%80%D0%B2%D0%B0>,
        <http://lexvo.org/id/term/swe/Heard-%20och%20McDonald%C3%B6arna>,
        <http://lexvo.org/id/term/swh/Kisiwa%20cha%20Heard%20na%20Visiwa%20vya%20McDonald>,
        <http://lexvo.org/id/term/tam/%E0%AE%B9%E0%AF%87%E0%AE%B0%E0%AF%8D%E0%AE%9F%E0%AF%8D%20%E0%AE%AE%E0%AE%B1%E0%AF%8D%E0%AE%B1%E0%AF%81%E0%AE%AE%E0%AF%8D%20%E0%AE%AE%E0%AF%86%E0%AE%95%E0%AF%8D%E0%AE%9F%E0%AF%8A%E0%AE%A9%E0%AE%BE%E0%AE%B2%E0%AF%8D%E0%AE%9F%E0%AF%81>,
        <http://lexvo.org/id/term/tel/%E0%B0%B9%E0%B1%86%E0%B0%B0%E0%B1%8D%E0%B0%A1%E0%B1%8D%20%E0%B0%A6%E0%B1%80%E0%B0%B5%E0%B0%BF%20%E0%B0%AE%E0%B0%B0%E0%B0%BF%E0%B0%AF%E0%B1%81%20%E0%B0%AE%E0%B0%BE%E0%B0%95%E0%B1%8D%20%E0%B0%A1%E0%B1%8B%E0%B0%A8%E0%B0%BE%E0%B0%B2%E0%B1%8D%E0%B0%A1%E0%B1%8D%20%E0%B0%A6%E0%B1%80%E0%B0%B5%E0%B1%81%E0%B0%B2%E0%B1%81>,
        <http://lexvo.org/id/term/tha/%E0%B9%80%E0%B8%81%E0%B8%B2%E0%B8%B0%E0%B9%80%E0%B8%AE%E0%B8%B4%E0%B8%A3%E0%B9%8C%E0%B8%94%E0%B9%81%E0%B8%A5%E0%B8%B0%E0%B8%AB%E0%B8%A1%E0%B8%B9%E0%B9%88%E0%B9%80%E0%B8%81%E0%B8%B2%E0%B8%B0%E0%B9%81%E0%B8%A1%E0%B8%81%E0%B8%94%E0%B8%AD%E0%B8%99%E0%B8%B1%E0%B8%A5%E0%B8%94%E0%B9%8C>,
        <http://lexvo.org/id/term/tir/%E1%8B%A8%E1%8A%A7%E1%88%AD%E1%8B%B5%20%E1%8A%A5%E1%8A%93%20%E1%8B%A8%E1%88%9B%E1%8A%AD%E1%8B%B6%E1%8A%93%E1%88%8D%E1%8B%B5%20%E1%8B%B0%E1%88%B4%E1%89%B6%E1%89%BD>,
        <http://lexvo.org/id/term/ton/%CA%BBOtumotu%20Heati%20mo%20Makitonali>,
        <http://lexvo.org/id/term/tur/Heard%20Adas%C4%B1%20ve%20McDonald%20Adalar%C4%B1>,
        <http://lexvo.org/id/term/ukr/%D0%9E%D1%81%D1%82%D1%80%D0%BE%D0%B2%D0%B8%20%D0%A5%D0%B5%D1%80%D0%B4%20%D1%96%20%D0%9C%D0%B0%D0%BA-%D0%94%D0%BE%D0%BD%D0%B0%D0%BB%D1%8C%D0%B4>,
        <http://lexvo.org/id/term/urd/%DB%81%DB%8C%D8%A6%D8%B1%DA%88%20%D8%A2%D8%A6%D9%84%DB%8C%D9%86%DA%88%20%D8%A7%D9%88%D8%B1%20%D9%85%DB%8C%DA%A9%DA%88%D9%88%D9%86%D8%A7%D9%84%DA%88%20%D8%A2%D8%A6%D9%84%DB%8C%D9%86%DA%88%D8%B2>,
        <http://lexvo.org/id/term/vie/%C4%90%E1%BA%A3o%20Heard%20v%C3%A0%20Qu%E1%BA%A7n%20%C4%91%E1%BA%A3o%20McDonald>,
        <http://lexvo.org/id/term/wae/Heard-%20und%20McDonald-Insl%C3%A4>,
        <http://lexvo.org/id/term/zsm/Heard%20Island%20and%20McDonald%20Islands>,
        <http://lexvo.org/id/term/zul/i-Heard%20Island%20ne-McDonald%20Islands> ;
    owl:sameAs <http://psi.oasis-open.org/iso/3166/#334>,
        <http://sws.geonames.org/1547314/> .

<http://lexvo.org/id/iso3166/IO> a lvont:GeographicRegion ;
    rdfs:label "Britse Indiese Oseaan Gebied"@af,
        "Dɨŋò kɨ dzughùnstòʔ kɨ Endìa kɨ Bɨ̀letì kò"@agq,
        "Britenfo Hɔn Man Wɔ India Po No Mu"@ak,
        "የብሪታኒያ ህንድ ውቂያኖስ ግዛት"@am,
        "الإقليم البريطاني في المحيط الهندي"@ar,
        "ব্ৰিটিশ্ব ইণ্ডিয়ান মহাসাগৰৰ অঞ্চল"@as,
        "Ieneo la Uingeredha katika Bahari Hindi"@asa,
        "Territoriu Británicu del Océanu Índicu"@ast,
        "Britaniya-Hindistan Okeanik territoriyası"@az,
        "Bìtèk bi Ŋgisì i Tūyɛ Īndìà"@bas,
        "Брытанская тэрыторыя Індыйскага акіяну"@be,
        "Ulubali lwa Hubahari ya Hindi lwa Huingereza"@bez,
        "Британски територии в Индийския океан"@bg,
        "Angilɛ ka ɛndu dugukolo"@bm,
        "ব্রিটিশ ভারত মহাসাগরীয় অঞ্চল"@bn,
        "Tiriad breizhveurat Meurvor Indez"@br,
        "ब्रिटिश हिंद महासागरिय क्षेत्र"@brx,
        "Britansko Indijska Okeanska Teritorija"@bs,
        "Британска територија у Индијском океану"@bs-Cyrl,
        "Territori Britànic de l'Oceà Índic"@ca,
        "ᏈᏗᏏ ᏴᏫᏯ ᎠᎺᏉ ᎢᎬᎾᏕᏅ"@chr,
        "英属印度洋领地"@cmn,
        "英屬印度洋領土"@cmn-Hant,
        "Britské indickooceánské území"@cs,
        "Tiriogaeth Prydain yng Nghefnfor India"@cy,
        "Det Britiske Territorium i Det Indiske Ocean"@da,
        "Eneo la Uingereza katika Bahari Hindi"@dav,
        "Britisches Territorium im Indischen Ozean"@de,
        "Britiši Indu teekoo laama"@dje,
        "བྲི་ཊིཤ་རྒྱ་གར་གྱི་རྒྱ་མཚོ་ས་ཁོངས"@dz,
        "Eneo la Uingereza katika Bahari Hindi"@ebu,
        "Britaintɔwo ƒe india ƒudome nutome"@ee,
        "Βρετανικά Εδάφη Ινδικού Ωκεανού"@el,
        "British Indian Ocean Territory"@en,
        "ISO 3166-1:IO"@en,
        "𐐒𐑉𐐮𐐼𐐮𐑇 𐐆𐑌𐐼𐐨𐐲𐑌 𐐄𐑇𐐲𐑌 𐐓𐐯𐑉𐐲𐐻𐐱𐑉𐐨"@en-Dsrt,
        "Brita Hindoceana Teritorio"@eo,
        "Territorio Británico del Océano Índico"@es,
        "Briti India ookeani ala"@et,
        "Indiako Ozeanoko Britainiar Lurraldea"@eu,
        "ǹnam ɛngəlís yá Máŋ mə́ ɛ́ndə"@ewo,
        "مستعمره‌های بریتانیا در اقیانوس هند"@fa,
        "Keeriindi britaani to maayo enndo"@ff,
        "Brittiläinen Intian valtameren alue"@fi,
        "British Indian Ocean Territory"@fil,
        "Bretsku Indiahavsoyggjarnar"@fo,
        "Territoire britannique de l'océan Indien"@fr,
        "Teritori britanic dal Ocean Indian"@fur,
        "Críocha Briotanacha an Aigéin Indiagh"@ga,
        "Ranntair Breatannach Cuan nan Innseachan"@gd,
        "Territorio Británico do Océano Índico"@gl,
        "Britischs Territoorium im Indische Oozean"@gsw,
        "બ્રિટિશ ઇન્ડિયન ઓશન ટેરિટરી"@gu,
        "Eneo la Uingereza katika Bahari Hindi"@guz,
        "Yankin Birtaniya Na Tekun Indiya"@ha,
        "טריטוריה בריטית באוקיאנוס ההודי"@he,
        "ब्रिटिश हिंद महासागरीय क्षेत्र"@hi,
        "Britanski Teritorij Indijskog Oceana"@hr,
        "Brit Indiai-óceáni Terület"@hu,
        "Territorio oceanic britanno-indian"@ia,
        "Wilayah Inggris di Samudra Hindia"@id,
        "Bresku Indlandshafseyjar"@is,
        "Territorio Britannico dell’Oceano Indiano"@it,
        "英領インド洋地域"@ja,
        "Eneo la Uingereza katika Bahari Hindi"@jmc,
        "ბრიტანული ტერიტორია ინდოეთის ოკეანეში"@ka,
        "Akal Aglizi deg Ugaraw Ahendi"@kab,
        "Eneo la Uingereza katika Bahari Hindi"@kam,
        "Lieneo lyaki Nngalesa Nbahali ya Hindi"@kde,
        "Ilhas Britanika di Indiku"@kea,
        "Britiši Indu teekoo laama"@khq,
        "Eneo la Uingereza katika Bahari Hindi"@ki,
        "Kebebertab araraitab indian Ocean nebo Uingeresa"@kln,
        "ដែន​មហា​សមុទ្រ​ឥណ្ឌា ចក្រភព​អង់គ្លេស"@km,
        "ಬ್ರಿಟೀಶ್ ಇಂಡಿಯನ್ ಮಹಾಸಾಗರ ಪ್ರದೇಶ"@kn,
        "영국령인도양식민지"@ko,
        "برطانوی بحرِ ہِنٛدۍ علاقہٕ"@ks,
        "Eneo ja Uingeeza mwe Bahali Hindi"@ksb,
        "zǝ ingɛrís ncɔ́m wa indi"@ksf,
        "Brettesche Besezunge em indesche Oozejahn"@ksh,
        "Ɨsɨ yʉ Ʉɨngeréesa irivii ra Híindi"@lag,
        "Bizinga by'eCago"@lg,
        "Mabelé ya Angɛlɛtɛ́lɛ na mbú ya Indiya"@ln,
        "ບຣິດທິສອິນດ່ຽນໂອຊ່ຽນເທີຣິທໍຣີ"@lo,
        "Indijos vandenyno britų sritis"@lt,
        "Lutanda lwa Angeletele ku mbu wa Indiya"@lu,
        "British Indian Ocean Territory"@luo,
        "Eneo la Uingereza katika Bahari Hindi"@luy,
        "Indijas okeāna Britu teritorija"@lv,
        "Eneo la Uingereza katika Bahari Hindi"@mas,
        "Nthĩ cia Ngeretha gatagatĩ ka ĩria ria Hindi"@mer,
        "Teritwar Britanik Losean Indien"@mfe,
        "Faridranomasina indiana britanika"@mg,
        "Британско Индиско Океанска територија"@mk,
        "ബ്രിട്ടീഷ് ഇന്ത്യൻ മഹാസമുദ്ര പ്രദേശം"@ml,
        "ब्रिटिश इंडियन ओशन टेरीटरी"@mr,
        "British Indian Ocean Territory"@mt,
        "anglofoŋ ma Indiya"@mua,
        "ဗြိတိသျှ အိန္ဒြိယ သမုဒ္ဒရာ ပိုင်နက်"@my,
        "British Indian Ocean Territory"@naq,
        "Britiske territorier i Indiahavet"@nb,
        "British Indian Ocean Territory"@nd,
        "बेलायती हिन्द महासागर क्षेत्र"@ne,
        "Britse Gebieden in de Indische Oceaan"@nl,
        "Nlambɔ́ ngɛlɛn ma yí maŋ ntsiɛh"@nmg,
        "Britiske område i Det indiske hav"@nn,
        "Burutic ɣe̱ndian oce̱n"@nus,
        "Ebizinga bya Indian ebya Bungyereza"@nyn,
        "ବ୍ରିଟିଶ୍ ଭାରତୀୟ ସାମୁଦ୍ରିକ କ୍ଷେତ୍ର"@or,
        "Terytorium Brytyjskie Oceanu Indyjskiego"@pl,
        "Território Britânico do Oceano Índico"@pt,
        "Territori Britannic en l'Ocean Indic"@rm,
        "Intara y'Ubwongereza yo mu birwa by'Abahindi"@rn,
        "Teritoriul Britanic din Oceanul Indian"@ro,
        "Eneo la Uingereza katika Bahari Hindi"@rof,
        "Британская территория в Индийском океане"@ru,
        "Eneo la Uingereza katika Bahari Hindi"@rwk,
        "Eneo la Uingereza katika Bahari Hindi"@saq,
        "Uluvala lwa Uwingelesa ku Bahali ya Hindi"@sbp,
        "Território Britânico do Oceano Índico"@seh,
        "Britiši Indu teekoo laama"@ses,
        "Sêse tî Anglëe na Ngûyämä tî Ênnde"@sg,
        "ⵜⴰⵎⵏⴰⴹⵜ ⵜⴰⵏⴳⵍⵉⵣⵉⵜ ⵏ ⵓⴳⴰⵔⵓ ⴰⵀⵉⵏⴷⵉ"@shi,
        "tamnaḍt tanglizit n ugaru ahindi"@shi-Latn,
        "බ්‍රිතාන්‍ය ඉන්දීය සාගර ප්‍රාන්තය"@si,
        "Britské územie v Indickom oceáne"@sk,
        "Britansko ozemlje v Indijskem oceanu"@sl,
        "British Indian Ocean Territory"@sn,
        "British Indian Ocean Territory"@so,
        "Британска територија у Индијском океану"@sr,
        "Britansko Indijska Okeanska Teritorija"@sr-Latn,
        "Brittiska Indiska oceanöarna"@sv,
        "Eneo la Uingereza katika Bahari Hindi"@swc,
        "Eneo la Uingereza katika Bahari Hindi"@swh,
        "பிரிட்டிஷ் இந்தியப் பெருங்கடல் பகுதி"@ta,
        "బ్రిటిష్ భారతీయ ఓషన్ ప్రాంతం"@te,
        "Eneo la Uingereza katika Bahari Hindi"@teo,
        "บริติชอินเดียนโอเชียนเทร์ริทอรี"@th,
        "የብሪታኒያ ህንድ ውቂያኖስ ግዛት"@ti,
        "Potu fonua moana ʻInitia fakapilitānia"@to,
        "İngiliz Hint Okyanusu Bölgesi"@tr,
        "Britiši Indu teekoo laama"@twq,
        "Amur n Agaraw Uhindi Ubṛiṭani"@tzm,
        "Британські території Індійського океану"@uk,
        "برطانوی ہندوستانی سمندری خطہ"@ur,
        "ꔛꔟꔻ ꔤꔺꕩ ꗛꔤꘂ ꕗꕴꔀ ꕮ"@vai,
        "Jengéesi Gbawoe Índiya Kɔiyɛ Lɔ"@vai-Latn,
        "Thuộc địa Anh tại Ấn Độ Dương"@vi,
        "Eneo la Uingereza katika Bahari Hindi"@vun,
        "Britišes Territorium em indiše Ozean"@wae,
        "Ebizinga bya Cago"@xog,
        "Kɔɔ́m kí ndián yi ngilís"@yav,
        "Orílẹ́ède Etíkun Índíánì ti Ìlú Bírítísì"@yo,
        "British Indian Ocean Territory"@zsm,
        "i-British Indian Ocean Territory"@zu ;
    lvont:label <http://lexvo.org/id/term/afr/Britse%20Indiese%20Oseaan%20Gebied>,
        <http://lexvo.org/id/term/agq/D%C9%A8%C5%8B%C3%B2%20k%C9%A8%20dzugh%C3%B9nst%C3%B2%CA%94%20k%C9%A8%20End%C3%ACa%20k%C9%A8%20B%C9%A8%CC%80let%C3%AC%20k%C3%B2>,
        <http://lexvo.org/id/term/aka/Britenfo%20H%C9%94n%20Man%20W%C9%94%20India%20Po%20No%20Mu>,
        <http://lexvo.org/id/term/amh/%E1%8B%A8%E1%89%A5%E1%88%AA%E1%89%B3%E1%8A%92%E1%8B%AB%20%E1%88%85%E1%8A%95%E1%8B%B5%20%E1%8B%8D%E1%89%82%E1%8B%AB%E1%8A%96%E1%88%B5%20%E1%8C%8D%E1%8B%9B%E1%89%B5>,
        <http://lexvo.org/id/term/ara/%D8%A7%D9%84%D8%A5%D9%82%D9%84%D9%8A%D9%85%20%D8%A7%D9%84%D8%A8%D8%B1%D9%8A%D8%B7%D8%A7%D9%86%D9%8A%20%D9%81%D9%8A%20%D8%A7%D9%84%D9%85%D8%AD%D9%8A%D8%B7%20%D8%A7%D9%84%D9%87%D9%86%D8%AF%D9%8A>,
        <http://lexvo.org/id/term/asa/Ieneo%20la%20Uingeredha%20katika%20Bahari%20Hindi>,
        <http://lexvo.org/id/term/asm/%E0%A6%AC%E0%A7%8D%E0%A7%B0%E0%A6%BF%E0%A6%9F%E0%A6%BF%E0%A6%B6%E0%A7%8D%E0%A6%AC%20%E0%A6%87%E0%A6%A3%E0%A7%8D%E0%A6%A1%E0%A6%BF%E0%A6%AF%E0%A6%BC%E0%A6%BE%E0%A6%A8%20%E0%A6%AE%E0%A6%B9%E0%A6%BE%E0%A6%B8%E0%A6%BE%E0%A6%97%E0%A7%B0%E0%A7%B0%20%E0%A6%85%E0%A6%9E%E0%A7%8D%E0%A6%9A%E0%A6%B2>,
        <http://lexvo.org/id/term/ast/Territoriu%20Brit%C3%A1nicu%20del%20Oc%C3%A9anu%20%C3%8Dndicu>,
        <http://lexvo.org/id/term/aze/Britaniya-Hindistan%20Okeanik%20territoriyas%C4%B1>,
        <http://lexvo.org/id/term/bam/Angil%C9%9B%20ka%20%C9%9Bndu%20dugukolo>,
        <http://lexvo.org/id/term/bas/B%C3%ACt%C3%A8k%20bi%20%C5%8Agis%C3%AC%20i%20T%C5%ABy%C9%9B%20%C4%AAnd%C3%AC%C3%A0>,
        <http://lexvo.org/id/term/bel/%D0%91%D1%80%D1%8B%D1%82%D0%B0%D0%BD%D1%81%D0%BA%D0%B0%D1%8F%20%D1%82%D1%8D%D1%80%D1%8B%D1%82%D0%BE%D1%80%D1%8B%D1%8F%20%D0%86%D0%BD%D0%B4%D1%8B%D0%B9%D1%81%D0%BA%D0%B0%D0%B3%D0%B0%20%D0%B0%D0%BA%D1%96%D1%8F%D0%BD%D1%83>,
        <http://lexvo.org/id/term/ben/%E0%A6%AC%E0%A7%8D%E0%A6%B0%E0%A6%BF%E0%A6%9F%E0%A6%BF%E0%A6%B6%20%E0%A6%AD%E0%A6%BE%E0%A6%B0%E0%A6%A4%20%E0%A6%AE%E0%A6%B9%E0%A6%BE%E0%A6%B8%E0%A6%BE%E0%A6%97%E0%A6%B0%E0%A7%80%E0%A6%AF%E0%A6%BC%20%E0%A6%85%E0%A6%9E%E0%A7%8D%E0%A6%9A%E0%A6%B2>,
        <http://lexvo.org/id/term/bez/Ulubali%20lwa%20Hubahari%20ya%20Hindi%20lwa%20Huingereza>,
        <http://lexvo.org/id/term/bos-Cyrl/%D0%91%D1%80%D0%B8%D1%82%D0%B0%D0%BD%D1%81%D0%BA%D0%B0%20%D1%82%D0%B5%D1%80%D0%B8%D1%82%D0%BE%D1%80%D0%B8%D1%98%D0%B0%20%D1%83%20%D0%98%D0%BD%D0%B4%D0%B8%D1%98%D1%81%D0%BA%D0%BE%D0%BC%20%D0%BE%D0%BA%D0%B5%D0%B0%D0%BD%D1%83>,
        <http://lexvo.org/id/term/bos/Britansko%20Indijska%20Okeanska%20Teritorija>,
        <http://lexvo.org/id/term/bre/Tiriad%20breizhveurat%20Meurvor%20Indez>,
        <http://lexvo.org/id/term/brx/%E0%A4%AC%E0%A5%8D%E0%A4%B0%E0%A4%BF%E0%A4%9F%E0%A4%BF%E0%A4%B6%20%E0%A4%B9%E0%A4%BF%E0%A4%82%E0%A4%A6%20%E0%A4%AE%E0%A4%B9%E0%A4%BE%E0%A4%B8%E0%A4%BE%E0%A4%97%E0%A4%B0%E0%A4%BF%E0%A4%AF%20%E0%A4%95%E0%A5%8D%E0%A4%B7%E0%A5%87%E0%A4%A4%E0%A5%8D%E0%A4%B0>,
        <http://lexvo.org/id/term/bul/%D0%91%D1%80%D0%B8%D1%82%D0%B0%D0%BD%D1%81%D0%BA%D0%B8%20%D1%82%D0%B5%D1%80%D0%B8%D1%82%D0%BE%D1%80%D0%B8%D0%B8%20%D0%B2%20%D0%98%D0%BD%D0%B4%D0%B8%D0%B9%D1%81%D0%BA%D0%B8%D1%8F%20%D0%BE%D0%BA%D0%B5%D0%B0%D0%BD>,
        <http://lexvo.org/id/term/cat/Territori%20Brit%C3%A0nic%20de%20l'Oce%C3%A0%20%C3%8Dndic>,
        <http://lexvo.org/id/term/ces/Britsk%C3%A9%20indickooce%C3%A1nsk%C3%A9%20%C3%BAzem%C3%AD>,
        <http://lexvo.org/id/term/chr/%E1%8F%88%E1%8F%97%E1%8F%8F%20%E1%8F%B4%E1%8F%AB%E1%8F%AF%20%E1%8E%A0%E1%8E%BA%E1%8F%89%20%E1%8E%A2%E1%8E%AC%E1%8E%BE%E1%8F%95%E1%8F%85>,
        <http://lexvo.org/id/term/cmn-Hant/%E8%8B%B1%E5%B1%AC%E5%8D%B0%E5%BA%A6%E6%B4%8B%E9%A0%98%E5%9C%9F>,
        <http://lexvo.org/id/term/cmn/%E8%8B%B1%E5%B1%9E%E5%8D%B0%E5%BA%A6%E6%B4%8B%E9%A2%86%E5%9C%B0>,
        <http://lexvo.org/id/term/cym/Tiriogaeth%20Prydain%20yng%20Nghefnfor%20India>,
        <http://lexvo.org/id/term/dan/Det%20Britiske%20Territorium%20i%20Det%20Indiske%20Ocean>,
        <http://lexvo.org/id/term/dav/Eneo%20la%20Uingereza%20katika%20Bahari%20Hindi>,
        <http://lexvo.org/id/term/deu/Britisches%20Territorium%20im%20Indischen%20Ozean>,
        <http://lexvo.org/id/term/dje/Briti%C5%A1i%20Indu%20teekoo%20laama>,
        <http://lexvo.org/id/term/dzo/%E0%BD%96%E0%BE%B2%E0%BD%B2%E0%BC%8B%E0%BD%8A%E0%BD%B2%E0%BD%A4%E0%BC%8B%E0%BD%A2%E0%BE%92%E0%BE%B1%E0%BC%8B%E0%BD%82%E0%BD%A2%E0%BC%8B%E0%BD%82%E0%BE%B1%E0%BD%B2%E0%BC%8B%E0%BD%A2%E0%BE%92%E0%BE%B1%E0%BC%8B%E0%BD%98%E0%BD%9A%E0%BD%BC%E0%BC%8B%E0%BD%A6%E0%BC%8B%E0%BD%81%E0%BD%BC%E0%BD%84%E0%BD%A6>,
        <http://lexvo.org/id/term/ebu/Eneo%20la%20Uingereza%20katika%20Bahari%20Hindi>,
        <http://lexvo.org/id/term/ell/%CE%92%CF%81%CE%B5%CF%84%CE%B1%CE%BD%CE%B9%CE%BA%CE%AC%20%CE%95%CE%B4%CE%AC%CF%86%CE%B7%20%CE%99%CE%BD%CE%B4%CE%B9%CE%BA%CE%BF%CF%8D%20%CE%A9%CE%BA%CE%B5%CE%B1%CE%BD%CE%BF%CF%8D>,
        <http://lexvo.org/id/term/eng-Dsrt/%F0%90%90%92%F0%90%91%89%F0%90%90%AE%F0%90%90%BC%F0%90%90%AE%F0%90%91%87%20%F0%90%90%86%F0%90%91%8C%F0%90%90%BC%F0%90%90%A8%F0%90%90%B2%F0%90%91%8C%20%F0%90%90%84%F0%90%91%87%F0%90%90%B2%F0%90%91%8C%20%F0%90%90%93%F0%90%90%AF%F0%90%91%89%F0%90%90%B2%F0%90%90%BB%F0%90%90%B1%F0%90%91%89%F0%90%90%A8>,
        <http://lexvo.org/id/term/eng/British%20Indian%20Ocean%20Territory>,
        <http://lexvo.org/id/term/eng/ISO%203166-1%3AIO>,
        <http://lexvo.org/id/term/epo/Brita%20Hindoceana%20Teritorio>,
        <http://lexvo.org/id/term/est/Briti%20India%20ookeani%20ala>,
        <http://lexvo.org/id/term/eus/Indiako%20Ozeanoko%20Britainiar%20Lurraldea>,
        <http://lexvo.org/id/term/ewe/Britaint%C9%94wo%20%C6%92e%20india%20%C6%92udome%20nutome>,
        <http://lexvo.org/id/term/ewo/%C7%B9nam%20%C9%9Bng%C9%99l%C3%ADs%20y%C3%A1%20M%C3%A1%C5%8B%20m%C9%99%CC%81%20%C9%9B%CC%81nd%C9%99>,
        <http://lexvo.org/id/term/fao/Bretsku%20Indiahavsoyggjarnar>,
        <http://lexvo.org/id/term/fas/%D9%85%D8%B3%D8%AA%D8%B9%D9%85%D8%B1%D9%87%E2%80%8C%D9%87%D8%A7%DB%8C%20%D8%A8%D8%B1%DB%8C%D8%AA%D8%A7%D9%86%DB%8C%D8%A7%20%D8%AF%D8%B1%20%D8%A7%D9%82%DB%8C%D8%A7%D9%86%D9%88%D8%B3%20%D9%87%D9%86%D8%AF>,
        <http://lexvo.org/id/term/fil/British%20Indian%20Ocean%20Territory>,
        <http://lexvo.org/id/term/fin/Brittil%C3%A4inen%20Intian%20valtameren%20alue>,
        <http://lexvo.org/id/term/fra/Territoire%20britannique%20de%20l'oc%C3%A9an%20Indien>,
        <http://lexvo.org/id/term/ful/Keeriindi%20britaani%20to%20maayo%20enndo>,
        <http://lexvo.org/id/term/fur/Teritori%20britanic%20dal%20Ocean%20Indian>,
        <http://lexvo.org/id/term/gla/Ranntair%20Breatannach%20Cuan%20nan%20Innseachan>,
        <http://lexvo.org/id/term/gle/Cr%C3%ADocha%20Briotanacha%20an%20Aig%C3%A9in%20Indiagh>,
        <http://lexvo.org/id/term/glg/Territorio%20Brit%C3%A1nico%20do%20Oc%C3%A9ano%20%C3%8Dndico>,
        <http://lexvo.org/id/term/gsw/Britischs%20Territoorium%20im%20Indische%20Oozean>,
        <http://lexvo.org/id/term/guj/%E0%AA%AC%E0%AB%8D%E0%AA%B0%E0%AA%BF%E0%AA%9F%E0%AA%BF%E0%AA%B6%20%E0%AA%87%E0%AA%A8%E0%AB%8D%E0%AA%A1%E0%AA%BF%E0%AA%AF%E0%AA%A8%20%E0%AA%93%E0%AA%B6%E0%AA%A8%20%E0%AA%9F%E0%AB%87%E0%AA%B0%E0%AA%BF%E0%AA%9F%E0%AA%B0%E0%AB%80>,
        <http://lexvo.org/id/term/guz/Eneo%20la%20Uingereza%20katika%20Bahari%20Hindi>,
        <http://lexvo.org/id/term/hau/Yankin%20Birtaniya%20Na%20Tekun%20Indiya>,
        <http://lexvo.org/id/term/heb/%D7%98%D7%A8%D7%99%D7%98%D7%95%D7%A8%D7%99%D7%94%20%D7%91%D7%A8%D7%99%D7%98%D7%99%D7%AA%20%D7%91%D7%90%D7%95%D7%A7%D7%99%D7%90%D7%A0%D7%95%D7%A1%20%D7%94%D7%94%D7%95%D7%93%D7%99>,
        <http://lexvo.org/id/term/hin/%E0%A4%AC%E0%A5%8D%E0%A4%B0%E0%A4%BF%E0%A4%9F%E0%A4%BF%E0%A4%B6%20%E0%A4%B9%E0%A4%BF%E0%A4%82%E0%A4%A6%20%E0%A4%AE%E0%A4%B9%E0%A4%BE%E0%A4%B8%E0%A4%BE%E0%A4%97%E0%A4%B0%E0%A5%80%E0%A4%AF%20%E0%A4%95%E0%A5%8D%E0%A4%B7%E0%A5%87%E0%A4%A4%E0%A5%8D%E0%A4%B0>,
        <http://lexvo.org/id/term/hrv/Britanski%20Teritorij%20Indijskog%20Oceana>,
        <http://lexvo.org/id/term/hun/Brit%20Indiai-%C3%B3ce%C3%A1ni%20Ter%C3%BClet>,
        <http://lexvo.org/id/term/ina/Territorio%20oceanic%20britanno-indian>,
        <http://lexvo.org/id/term/ind/Wilayah%20Inggris%20di%20Samudra%20Hindia>,
        <http://lexvo.org/id/term/isl/Bresku%20Indlandshafseyjar>,
        <http://lexvo.org/id/term/ita/Territorio%20Britannico%20dell%E2%80%99Oceano%20Indiano>,
        <http://lexvo.org/id/term/jmc/Eneo%20la%20Uingereza%20katika%20Bahari%20Hindi>,
        <http://lexvo.org/id/term/jpn/%E8%8B%B1%E9%A0%98%E3%82%A4%E3%83%B3%E3%83%89%E6%B4%8B%E5%9C%B0%E5%9F%9F>,
        <http://lexvo.org/id/term/kab/Akal%20Aglizi%20deg%20Ugaraw%20Ahendi>,
        <http://lexvo.org/id/term/kam/Eneo%20la%20Uingereza%20katika%20Bahari%20Hindi>,
        <http://lexvo.org/id/term/kan/%E0%B2%AC%E0%B3%8D%E0%B2%B0%E0%B2%BF%E0%B2%9F%E0%B3%80%E0%B2%B6%E0%B3%8D%20%E0%B2%87%E0%B2%82%E0%B2%A1%E0%B2%BF%E0%B2%AF%E0%B2%A8%E0%B3%8D%20%E0%B2%AE%E0%B2%B9%E0%B2%BE%E0%B2%B8%E0%B2%BE%E0%B2%97%E0%B2%B0%20%E0%B2%AA%E0%B3%8D%E0%B2%B0%E0%B2%A6%E0%B3%87%E0%B2%B6>,
        <http://lexvo.org/id/term/kas/%D8%A8%D8%B1%D8%B7%D8%A7%D9%86%D9%88%DB%8C%20%D8%A8%D8%AD%D8%B1%D9%90%20%DB%81%D9%90%D9%86%D9%9B%D8%AF%DB%8D%20%D8%B9%D9%84%D8%A7%D9%82%DB%81%D9%95>,
        <http://lexvo.org/id/term/kat/%E1%83%91%E1%83%A0%E1%83%98%E1%83%A2%E1%83%90%E1%83%9C%E1%83%A3%E1%83%9A%E1%83%98%20%E1%83%A2%E1%83%94%E1%83%A0%E1%83%98%E1%83%A2%E1%83%9D%E1%83%A0%E1%83%98%E1%83%90%20%E1%83%98%E1%83%9C%E1%83%93%E1%83%9D%E1%83%94%E1%83%97%E1%83%98%E1%83%A1%20%E1%83%9D%E1%83%99%E1%83%94%E1%83%90%E1%83%9C%E1%83%94%E1%83%A8%E1%83%98>,
        <http://lexvo.org/id/term/kde/Lieneo%20lyaki%20Nngalesa%20Nbahali%20ya%20Hindi>,
        <http://lexvo.org/id/term/kea/Ilhas%20Britanika%20di%20Indiku>,
        <http://lexvo.org/id/term/khm/%E1%9E%8A%E1%9F%82%E1%9E%93%E2%80%8B%E1%9E%98%E1%9E%A0%E1%9E%B6%E2%80%8B%E1%9E%9F%E1%9E%98%E1%9E%BB%E1%9E%91%E1%9F%92%E1%9E%9A%E2%80%8B%E1%9E%A5%E1%9E%8E%E1%9F%92%E1%9E%8C%E1%9E%B6%20%E1%9E%85%E1%9E%80%E1%9F%92%E1%9E%9A%E1%9E%97%E1%9E%96%E2%80%8B%E1%9E%A2%E1%9E%84%E1%9F%8B%E1%9E%82%E1%9F%92%E1%9E%9B%E1%9F%81%E1%9E%9F>,
        <http://lexvo.org/id/term/khq/Briti%C5%A1i%20Indu%20teekoo%20laama>,
        <http://lexvo.org/id/term/kik/Eneo%20la%20Uingereza%20katika%20Bahari%20Hindi>,
        <http://lexvo.org/id/term/kln/Kebebertab%20araraitab%20indian%20Ocean%20nebo%20Uingeresa>,
        <http://lexvo.org/id/term/kor/%EC%98%81%EA%B5%AD%EB%A0%B9%EC%9D%B8%EB%8F%84%EC%96%91%EC%8B%9D%EB%AF%BC%EC%A7%80>,
        <http://lexvo.org/id/term/ksb/Eneo%20ja%20Uingeeza%20mwe%20Bahali%20Hindi>,
        <http://lexvo.org/id/term/ksf/z%C7%9D%20ing%C9%9Br%C3%ADs%20nc%C9%94%CC%81m%20wa%20indi>,
        <http://lexvo.org/id/term/ksh/Brettesche%20Besezunge%20em%20indesche%20Oozejahn>,
        <http://lexvo.org/id/term/lag/%C6%97s%C9%A8%20y%CA%89%20%C9%84%C9%A8nger%C3%A9esa%20irivii%20ra%20H%C3%ADindi>,
        <http://lexvo.org/id/term/lao/%E0%BA%9A%E0%BA%A3%E0%BA%B4%E0%BA%94%E0%BA%97%E0%BA%B4%E0%BA%AA%E0%BA%AD%E0%BA%B4%E0%BA%99%E0%BA%94%E0%BB%88%E0%BA%BD%E0%BA%99%E0%BB%82%E0%BA%AD%E0%BA%8A%E0%BB%88%E0%BA%BD%E0%BA%99%E0%BB%80%E0%BA%97%E0%BA%B5%E0%BA%A3%E0%BA%B4%E0%BA%97%E0%BB%8D%E0%BA%A3%E0%BA%B5>,
        <http://lexvo.org/id/term/lav/Indijas%20oke%C4%81na%20Britu%20teritorija>,
        <http://lexvo.org/id/term/lin/Mabel%C3%A9%20ya%20Ang%C9%9Bl%C9%9Bt%C9%9B%CC%81l%C9%9B%20na%20mb%C3%BA%20ya%20Indiya>,
        <http://lexvo.org/id/term/lit/Indijos%20vandenyno%20brit%C5%B3%20sritis>,
        <http://lexvo.org/id/term/lub/Lutanda%20lwa%20Angeletele%20ku%20mbu%20wa%20Indiya>,
        <http://lexvo.org/id/term/lug/Bizinga%20by'eCago>,
        <http://lexvo.org/id/term/luo/British%20Indian%20Ocean%20Territory>,
        <http://lexvo.org/id/term/luy/Eneo%20la%20Uingereza%20katika%20Bahari%20Hindi>,
        <http://lexvo.org/id/term/mal/%E0%B4%AC%E0%B5%8D%E0%B4%B0%E0%B4%BF%E0%B4%9F%E0%B5%8D%E0%B4%9F%E0%B5%80%E0%B4%B7%E0%B5%8D%20%E0%B4%87%E0%B4%A8%E0%B5%8D%E0%B4%A4%E0%B5%8D%E0%B4%AF%E0%B5%BB%20%E0%B4%AE%E0%B4%B9%E0%B4%BE%E0%B4%B8%E0%B4%AE%E0%B5%81%E0%B4%A6%E0%B5%8D%E0%B4%B0%20%E0%B4%AA%E0%B5%8D%E0%B4%B0%E0%B4%A6%E0%B5%87%E0%B4%B6%E0%B4%82>,
        <http://lexvo.org/id/term/mar/%E0%A4%AC%E0%A5%8D%E0%A4%B0%E0%A4%BF%E0%A4%9F%E0%A4%BF%E0%A4%B6%20%E0%A4%87%E0%A4%82%E0%A4%A1%E0%A4%BF%E0%A4%AF%E0%A4%A8%20%E0%A4%93%E0%A4%B6%E0%A4%A8%20%E0%A4%9F%E0%A5%87%E0%A4%B0%E0%A5%80%E0%A4%9F%E0%A4%B0%E0%A5%80>,
        <http://lexvo.org/id/term/mas/Eneo%20la%20Uingereza%20katika%20Bahari%20Hindi>,
        <http://lexvo.org/id/term/mer/Nth%C4%A9%20cia%20Ngeretha%20gatagat%C4%A9%20ka%20%C4%A9ria%20ria%20Hindi>,
        <http://lexvo.org/id/term/mfe/Teritwar%20Britanik%20Losean%20Indien>,
        <http://lexvo.org/id/term/mkd/%D0%91%D1%80%D0%B8%D1%82%D0%B0%D0%BD%D1%81%D0%BA%D0%BE%20%D0%98%D0%BD%D0%B4%D0%B8%D1%81%D0%BA%D0%BE%20%D0%9E%D0%BA%D0%B5%D0%B0%D0%BD%D1%81%D0%BA%D0%B0%20%D1%82%D0%B5%D1%80%D0%B8%D1%82%D0%BE%D1%80%D0%B8%D1%98%D0%B0>,
        <http://lexvo.org/id/term/mlg/Faridranomasina%20indiana%20britanika>,
        <http://lexvo.org/id/term/mlt/British%20Indian%20Ocean%20Territory>,
        <http://lexvo.org/id/term/mua/anglofo%C5%8B%20ma%20Indiya>,
        <http://lexvo.org/id/term/mya/%E1%80%97%E1%80%BC%E1%80%AD%E1%80%90%E1%80%AD%E1%80%9E%E1%80%BB%E1%80%BE%20%E1%80%A1%E1%80%AD%E1%80%94%E1%80%B9%E1%80%92%E1%80%BC%E1%80%AD%E1%80%9A%20%E1%80%9E%E1%80%99%E1%80%AF%E1%80%92%E1%80%B9%E1%80%92%E1%80%9B%E1%80%AC%20%E1%80%95%E1%80%AD%E1%80%AF%E1%80%84%E1%80%BA%E1%80%94%E1%80%80%E1%80%BA>,
        <http://lexvo.org/id/term/naq/British%20Indian%20Ocean%20Territory>,
        <http://lexvo.org/id/term/nde/British%20Indian%20Ocean%20Territory>,
        <http://lexvo.org/id/term/nep/%E0%A4%AC%E0%A5%87%E0%A4%B2%E0%A4%BE%E0%A4%AF%E0%A4%A4%E0%A5%80%20%E0%A4%B9%E0%A4%BF%E0%A4%A8%E0%A5%8D%E0%A4%A6%20%E0%A4%AE%E0%A4%B9%E0%A4%BE%E0%A4%B8%E0%A4%BE%E0%A4%97%E0%A4%B0%20%E0%A4%95%E0%A5%8D%E0%A4%B7%E0%A5%87%E0%A4%A4%E0%A5%8D%E0%A4%B0>,
        <http://lexvo.org/id/term/nld/Britse%20Gebieden%20in%20de%20Indische%20Oceaan>,
        <http://lexvo.org/id/term/nmg/Nlamb%C9%94%CC%81%20ng%C9%9Bl%C9%9Bn%20ma%20y%C3%AD%20ma%C5%8B%20ntsi%C9%9Bh>,
        <http://lexvo.org/id/term/nno/Britiske%20omr%C3%A5de%20i%20Det%20indiske%20hav>,
        <http://lexvo.org/id/term/nob/Britiske%20territorier%20i%20Indiahavet>,
        <http://lexvo.org/id/term/nus/Burutic%20%C9%A3e%CC%B1ndian%20oce%CC%B1n>,
        <http://lexvo.org/id/term/nyn/Ebizinga%20bya%20Indian%20ebya%20Bungyereza>,
        <http://lexvo.org/id/term/ori/%E0%AC%AC%E0%AD%8D%E0%AC%B0%E0%AC%BF%E0%AC%9F%E0%AC%BF%E0%AC%B6%E0%AD%8D%20%E0%AC%AD%E0%AC%BE%E0%AC%B0%E0%AC%A4%E0%AD%80%E0%AD%9F%20%E0%AC%B8%E0%AC%BE%E0%AC%AE%E0%AD%81%E0%AC%A6%E0%AD%8D%E0%AC%B0%E0%AC%BF%E0%AC%95%20%E0%AC%95%E0%AD%8D%E0%AC%B7%E0%AD%87%E0%AC%A4%E0%AD%8D%E0%AC%B0>,
        <http://lexvo.org/id/term/pol/Terytorium%20Brytyjskie%20Oceanu%20Indyjskiego>,
        <http://lexvo.org/id/term/por/Territ%C3%B3rio%20Brit%C3%A2nico%20do%20Oceano%20%C3%8Dndico>,
        <http://lexvo.org/id/term/rof/Eneo%20la%20Uingereza%20katika%20Bahari%20Hindi>,
        <http://lexvo.org/id/term/roh/Territori%20Britannic%20en%20l'Ocean%20Indic>,
        <http://lexvo.org/id/term/ron/Teritoriul%20Britanic%20din%20Oceanul%20Indian>,
        <http://lexvo.org/id/term/run/Intara%20y'Ubwongereza%20yo%20mu%20birwa%20by'Abahindi>,
        <http://lexvo.org/id/term/rus/%D0%91%D1%80%D0%B8%D1%82%D0%B0%D0%BD%D1%81%D0%BA%D0%B0%D1%8F%20%D1%82%D0%B5%D1%80%D1%80%D0%B8%D1%82%D0%BE%D1%80%D0%B8%D1%8F%20%D0%B2%20%D0%98%D0%BD%D0%B4%D0%B8%D0%B9%D1%81%D0%BA%D0%BE%D0%BC%20%D0%BE%D0%BA%D0%B5%D0%B0%D0%BD%D0%B5>,
        <http://lexvo.org/id/term/rwk/Eneo%20la%20Uingereza%20katika%20Bahari%20Hindi>,
        <http://lexvo.org/id/term/sag/S%C3%AAse%20t%C3%AE%20Angl%C3%ABe%20na%20Ng%C3%BBy%C3%A4m%C3%A4%20t%C3%AE%20%C3%8Annde>,
        <http://lexvo.org/id/term/saq/Eneo%20la%20Uingereza%20katika%20Bahari%20Hindi>,
        <http://lexvo.org/id/term/sbp/Uluvala%20lwa%20Uwingelesa%20ku%20Bahali%20ya%20Hindi>,
        <http://lexvo.org/id/term/seh/Territ%C3%B3rio%20Brit%C3%A2nico%20do%20Oceano%20%C3%8Dndico>,
        <http://lexvo.org/id/term/ses/Briti%C5%A1i%20Indu%20teekoo%20laama>,
        <http://lexvo.org/id/term/shi-Latn/tamna%E1%B8%8Dt%20tanglizit%20n%20ugaru%20ahindi>,
        <http://lexvo.org/id/term/shi/%E2%B5%9C%E2%B4%B0%E2%B5%8E%E2%B5%8F%E2%B4%B0%E2%B4%B9%E2%B5%9C%20%E2%B5%9C%E2%B4%B0%E2%B5%8F%E2%B4%B3%E2%B5%8D%E2%B5%89%E2%B5%A3%E2%B5%89%E2%B5%9C%20%E2%B5%8F%20%E2%B5%93%E2%B4%B3%E2%B4%B0%E2%B5%94%E2%B5%93%20%E2%B4%B0%E2%B5%80%E2%B5%89%E2%B5%8F%E2%B4%B7%E2%B5%89>,
        <http://lexvo.org/id/term/sin/%E0%B6%B6%E0%B7%8A%E2%80%8D%E0%B6%BB%E0%B7%92%E0%B6%AD%E0%B7%8F%E0%B6%B1%E0%B7%8A%E2%80%8D%E0%B6%BA%20%E0%B6%89%E0%B6%B1%E0%B7%8A%E0%B6%AF%E0%B7%93%E0%B6%BA%20%E0%B7%83%E0%B7%8F%E0%B6%9C%E0%B6%BB%20%E0%B6%B4%E0%B7%8A%E2%80%8D%E0%B6%BB%E0%B7%8F%E0%B6%B1%E0%B7%8A%E0%B6%AD%E0%B6%BA>,
        <http://lexvo.org/id/term/slk/Britsk%C3%A9%20%C3%BAzemie%20v%20Indickom%20oce%C3%A1ne>,
        <http://lexvo.org/id/term/slv/Britansko%20ozemlje%20v%20Indijskem%20oceanu>,
        <http://lexvo.org/id/term/sna/British%20Indian%20Ocean%20Territory>,
        <http://lexvo.org/id/term/som/British%20Indian%20Ocean%20Territory>,
        <http://lexvo.org/id/term/spa/Territorio%20Brit%C3%A1nico%20del%20Oc%C3%A9ano%20%C3%8Dndico>,
        <http://lexvo.org/id/term/srp-Latn/Britansko%20Indijska%20Okeanska%20Teritorija>,
        <http://lexvo.org/id/term/srp/%D0%91%D1%80%D0%B8%D1%82%D0%B0%D0%BD%D1%81%D0%BA%D0%B0%20%D1%82%D0%B5%D1%80%D0%B8%D1%82%D0%BE%D1%80%D0%B8%D1%98%D0%B0%20%D1%83%20%D0%98%D0%BD%D0%B4%D0%B8%D1%98%D1%81%D0%BA%D0%BE%D0%BC%20%D0%BE%D0%BA%D0%B5%D0%B0%D0%BD%D1%83>,
        <http://lexvo.org/id/term/swc/Eneo%20la%20Uingereza%20katika%20Bahari%20Hindi>,
        <http://lexvo.org/id/term/swe/Brittiska%20Indiska%20ocean%C3%B6arna>,
        <http://lexvo.org/id/term/swh/Eneo%20la%20Uingereza%20katika%20Bahari%20Hindi>,
        <http://lexvo.org/id/term/tam/%E0%AE%AA%E0%AE%BF%E0%AE%B0%E0%AE%BF%E0%AE%9F%E0%AF%8D%E0%AE%9F%E0%AE%BF%E0%AE%B7%E0%AF%8D%20%E0%AE%87%E0%AE%A8%E0%AF%8D%E0%AE%A4%E0%AE%BF%E0%AE%AF%E0%AE%AA%E0%AF%8D%20%E0%AE%AA%E0%AF%86%E0%AE%B0%E0%AF%81%E0%AE%99%E0%AF%8D%E0%AE%95%E0%AE%9F%E0%AE%B2%E0%AF%8D%20%E0%AE%AA%E0%AE%95%E0%AF%81%E0%AE%A4%E0%AE%BF>,
        <http://lexvo.org/id/term/tel/%E0%B0%AC%E0%B1%8D%E0%B0%B0%E0%B0%BF%E0%B0%9F%E0%B0%BF%E0%B0%B7%E0%B1%8D%20%E0%B0%AD%E0%B0%BE%E0%B0%B0%E0%B0%A4%E0%B1%80%E0%B0%AF%20%E0%B0%93%E0%B0%B7%E0%B0%A8%E0%B1%8D%20%E0%B0%AA%E0%B1%8D%E0%B0%B0%E0%B0%BE%E0%B0%82%E0%B0%A4%E0%B0%82>,
        <http://lexvo.org/id/term/teo/Eneo%20la%20Uingereza%20katika%20Bahari%20Hindi>,
        <http://lexvo.org/id/term/tha/%E0%B8%9A%E0%B8%A3%E0%B8%B4%E0%B8%95%E0%B8%B4%E0%B8%8A%E0%B8%AD%E0%B8%B4%E0%B8%99%E0%B9%80%E0%B8%94%E0%B8%B5%E0%B8%A2%E0%B8%99%E0%B9%82%E0%B8%AD%E0%B9%80%E0%B8%8A%E0%B8%B5%E0%B8%A2%E0%B8%99%E0%B9%80%E0%B8%97%E0%B8%A3%E0%B9%8C%E0%B8%A3%E0%B8%B4%E0%B8%97%E0%B8%AD%E0%B8%A3%E0%B8%B5>,
        <http://lexvo.org/id/term/tir/%E1%8B%A8%E1%89%A5%E1%88%AA%E1%89%B3%E1%8A%92%E1%8B%AB%20%E1%88%85%E1%8A%95%E1%8B%B5%20%E1%8B%8D%E1%89%82%E1%8B%AB%E1%8A%96%E1%88%B5%20%E1%8C%8D%E1%8B%9B%E1%89%B5>,
        <http://lexvo.org/id/term/ton/Potu%20fonua%20moana%20%CA%BBInitia%20fakapilit%C4%81nia>,
        <http://lexvo.org/id/term/tur/%C4%B0ngiliz%20Hint%20Okyanusu%20B%C3%B6lgesi>,
        <http://lexvo.org/id/term/twq/Briti%C5%A1i%20Indu%20teekoo%20laama>,
        <http://lexvo.org/id/term/tzm/Amur%20n%20Agaraw%20Uhindi%20Ub%E1%B9%9Bi%E1%B9%ADani>,
        <http://lexvo.org/id/term/ukr/%D0%91%D1%80%D0%B8%D1%82%D0%B0%D0%BD%D1%81%D1%8C%D0%BA%D1%96%20%D1%82%D0%B5%D1%80%D0%B8%D1%82%D0%BE%D1%80%D1%96%D1%97%20%D0%86%D0%BD%D0%B4%D1%96%D0%B9%D1%81%D1%8C%D0%BA%D0%BE%D0%B3%D0%BE%20%D0%BE%D0%BA%D0%B5%D0%B0%D0%BD%D1%83>,
        <http://lexvo.org/id/term/urd/%D8%A8%D8%B1%D8%B7%D8%A7%D9%86%D9%88%DB%8C%20%DB%81%D9%86%D8%AF%D9%88%D8%B3%D8%AA%D8%A7%D9%86%DB%8C%20%D8%B3%D9%85%D9%86%D8%AF%D8%B1%DB%8C%20%D8%AE%D8%B7%DB%81>,
        <http://lexvo.org/id/term/vai-Latn/Jeng%C3%A9esi%20Gbawoe%20%C3%8Dndiya%20K%C9%94iy%C9%9B%20L%C9%94>,
        <http://lexvo.org/id/term/vai/%EA%94%9B%EA%94%9F%EA%94%BB%20%EA%94%A4%EA%94%BA%EA%95%A9%20%EA%97%9B%EA%94%A4%EA%98%82%20%EA%95%97%EA%95%B4%EA%94%80%20%EA%95%AE>,
        <http://lexvo.org/id/term/vie/Thu%E1%BB%99c%20%C4%91%E1%BB%8Ba%20Anh%20t%E1%BA%A1i%20%E1%BA%A4n%20%C4%90%E1%BB%99%20D%C6%B0%C6%A1ng>,
        <http://lexvo.org/id/term/vun/Eneo%20la%20Uingereza%20katika%20Bahari%20Hindi>,
        <http://lexvo.org/id/term/wae/Briti%C5%A1es%20Territorium%20em%20indi%C5%A1e%20Ozean>,
        <http://lexvo.org/id/term/xog/Ebizinga%20bya%20Cago>,
        <http://lexvo.org/id/term/yav/K%C9%94%C9%94%CC%81m%20k%C3%AD%20ndi%C3%A1n%20yi%20ngil%C3%ADs>,
        <http://lexvo.org/id/term/yor/Or%C3%ADl%E1%BA%B9%CC%81%C3%A8de%20Et%C3%ADkun%20%C3%8Dnd%C3%AD%C3%A1n%C3%AC%20ti%20%C3%8Cl%C3%BA%20B%C3%ADr%C3%ADt%C3%ADs%C3%AC>,
        <http://lexvo.org/id/term/zsm/British%20Indian%20Ocean%20Territory>,
        <http://lexvo.org/id/term/zul/i-British%20Indian%20Ocean%20Territory> ;
    owl:sameAs <http://psi.oasis-open.org/iso/3166/#086>,
        <http://sws.geonames.org/1282588/> .

<http://lexvo.org/id/iso3166/QO> a lvont:GeographicRegion ;
    rdfs:label "Omliggende Oseanië"@af,
        "አውትላይንግ ኦሽንያ"@am,
        "أوقيانوسيا النائية"@ar,
        "Oceanía esterior"@ast,
        "Uzak Okeyaniya"@az,
        "Вонкавая Акіянія"@be,
        "Океания [QO]"@bg,
        "আউটলাইনিং ওসানিয়া"@bn,
        "Oseania diabell"@br,
        "बाहरिय ओशेआनिया"@brx,
        "Ostala okeanija"@bs,
        "Остала океанија"@bs-Cyrl,
        "Territoris allunyats d'Oceania"@ca,
        "大洋洲边远群岛"@cmn,
        "大洋洲邊疆群島"@cmn-Hant,
        "Vnější Oceánie"@cs,
        "Ynysoedd Pellenig y De"@cy,
        "Ydre Oceanien"@da,
        "Äusseres Ozeanien"@de,
        "Äußeres Ozeanien"@de,
        "ཨོཤི་ཡཱན་ན་གྱི་མཐའ་མཚམས"@dz,
        "Outlaying Oceania nutome"@ee,
        "Περιφερειακή Ωκεανία"@el,
        "Outlying Oceania"@en,
        "𐐍𐐻𐑊𐐴𐐮𐑍 𐐄𐑇𐐨𐐰𐑌𐐨𐐲"@en-Dsrt,
        "Territorios alejados de Oceanía"@es,
        "Okeaania hajasaared"@et,
        "Mugaz kanpoko Ozeania"@eu,
        "بخش‌های دورافتادهٔ اقیانوسیه"@fa,
        "ulkomeri"@fi,
        "Malayong bahagi ng Oceania"@fil,
        "Régions éloignées de l’Océanie"@fr,
        "régions éloignées de l’Océanie"@fr,
        "Oceanie periferiche"@fur,
        "An Aigéine Imeallach"@ga,
        "Oceanía Distante"@gl,
        "Üssers Ozeaanie"@gsw,
        "આઉટલાયિંગ ઓશનિયા"@gu,
        "אוקיאניה פרושה"@he,
        "आउटलाइंग ओशिनिया"@hi,
        "Ostala oceanija"@hr,
        "Külső-Óceánia"@hu,
        "Oseania Luar"@id,
        "Ytri Eyjaálfa"@is,
        "Oceania lontana"@it,
        "オセアニア周辺地域"@ja,
        "დაშორებული ოკეანია"@ka,
        "Oseania Insular"@kea,
        "អៅលីយីង អុកស៊ីន"@km,
        "ಔಟ್‌‌ಲೇಯಿಂಗ್ ಓಷಿಯಾನಿಯ"@kn,
        "오세아니아 외곽"@ko,
        "آوُٹلاینِگ اوشینِیا"@ks,
        "Ozejaanije ußerhallef"@ksh,
        "ເຂດຫ່າງໄກໂອເຊຍເນຍ"@lo,
        "Nuošali Okeanija"@lt,
        "Okeānijas attālās salas"@lv,
        "Зависни земји во Океанија"@mk,
        "പുറംദ്വീപുകൾ"@ml,
        "आउटलायिंग ओशनिया"@mr,
        "avsidesliggende Oceania"@nb,
        "बाह्य ओसनिया"@ne,
        "Overig Oceanië"@nl,
        "Ytre Oseania"@nn,
        "ଆଉଟଲେଇଂ ଓସେନିଆ"@or,
        "Oceania inne"@pl,
        "Oceania Remota"@pt,
        "Oceânia Insular"@pt,
        "Oceania Periferica"@rm,
        "Oceania Periferică"@ro,
        "Внешняя Океания"@ru,
        "ඈත ඕසනියාව"@si,
        "Tichomorie - ostatné"@sk,
        "Ostala oceanija"@sl,
        "Остала океанија"@sr,
        "Ostala okeanija"@sr-Latn,
        "Yttre öar i Oceanien"@sv,
        "Oceania ya Nje"@swh,
        "ஔட்லையிங் ஓசானியா"@ta,
        "ఒషేనియా బయటున్నవి"@te,
        "เอาต์ไลอิงโอเชียเนีย"@th,
        "ወጣ ያለ ኦሽኒያ"@ti,
        "ʻOsenia Mamaʻo"@to,
        "Uzak Okyanusya"@tr,
        "Інша Океанія"@uk,
        "بیرونی اوشیانیا"@ur,
        "Vùng xa xôi thuộc Châu Đại Dương"@vi,
        "Üssers Ozeanie"@wae,
        "Oceania Terpencil"@zsm,
        "i-Outlying Oceania"@zu ;
    lvont:label <http://lexvo.org/id/term/afr/Omliggende%20Oseani%C3%AB>,
        <http://lexvo.org/id/term/amh/%E1%8A%A0%E1%8B%8D%E1%89%B5%E1%88%8B%E1%8B%AD%E1%8A%95%E1%8C%8D%20%E1%8A%A6%E1%88%BD%E1%8A%95%E1%8B%AB>,
        <http://lexvo.org/id/term/ara/%D8%A3%D9%88%D9%82%D9%8A%D8%A7%D9%86%D9%88%D8%B3%D9%8A%D8%A7%20%D8%A7%D9%84%D9%86%D8%A7%D8%A6%D9%8A%D8%A9>,
        <http://lexvo.org/id/term/ast/Ocean%C3%ADa%20esterior>,
        <http://lexvo.org/id/term/aze/Uzak%20Okeyaniya>,
        <http://lexvo.org/id/term/bel/%D0%92%D0%BE%D0%BD%D0%BA%D0%B0%D0%B2%D0%B0%D1%8F%20%D0%90%D0%BA%D1%96%D1%8F%D0%BD%D1%96%D1%8F>,
        <http://lexvo.org/id/term/ben/%E0%A6%86%E0%A6%89%E0%A6%9F%E0%A6%B2%E0%A6%BE%E0%A6%87%E0%A6%A8%E0%A6%BF%E0%A6%82%20%E0%A6%93%E0%A6%B8%E0%A6%BE%E0%A6%A8%E0%A6%BF%E0%A6%AF%E0%A6%BC%E0%A6%BE>,
        <http://lexvo.org/id/term/bos-Cyrl/%D0%9E%D1%81%D1%82%D0%B0%D0%BB%D0%B0%20%D0%BE%D0%BA%D0%B5%D0%B0%D0%BD%D0%B8%D1%98%D0%B0>,
        <http://lexvo.org/id/term/bos/Ostala%20okeanija>,
        <http://lexvo.org/id/term/bre/Oseania%20diabell>,
        <http://lexvo.org/id/term/brx/%E0%A4%AC%E0%A4%BE%E0%A4%B9%E0%A4%B0%E0%A4%BF%E0%A4%AF%20%E0%A4%93%E0%A4%B6%E0%A5%87%E0%A4%86%E0%A4%A8%E0%A4%BF%E0%A4%AF%E0%A4%BE>,
        <http://lexvo.org/id/term/bul/%D0%9E%D0%BA%D0%B5%D0%B0%D0%BD%D0%B8%D1%8F%20%5BQO%5D>,
        <http://lexvo.org/id/term/cat/Territoris%20allunyats%20d'Oceania>,
        <http://lexvo.org/id/term/ces/Vn%C4%9Bj%C5%A1%C3%AD%20Oce%C3%A1nie>,
        <http://lexvo.org/id/term/cmn-Hant/%E5%A4%A7%E6%B4%8B%E6%B4%B2%E9%82%8A%E7%96%86%E7%BE%A4%E5%B3%B6>,
        <http://lexvo.org/id/term/cmn/%E5%A4%A7%E6%B4%8B%E6%B4%B2%E8%BE%B9%E8%BF%9C%E7%BE%A4%E5%B2%9B>,
        <http://lexvo.org/id/term/cym/Ynysoedd%20Pellenig%20y%20De>,
        <http://lexvo.org/id/term/dan/Ydre%20Oceanien>,
        <http://lexvo.org/id/term/deu/%C3%84u%C3%9Feres%20Ozeanien>,
        <http://lexvo.org/id/term/deu/%C3%84usseres%20Ozeanien>,
        <http://lexvo.org/id/term/dzo/%E0%BD%A8%E0%BD%BC%E0%BD%A4%E0%BD%B2%E0%BC%8B%E0%BD%A1%E0%BD%B1%E0%BD%93%E0%BC%8B%E0%BD%93%E0%BC%8B%E0%BD%82%E0%BE%B1%E0%BD%B2%E0%BC%8B%E0%BD%98%E0%BD%90%E0%BD%A0%E0%BC%8B%E0%BD%98%E0%BD%9A%E0%BD%98%E0%BD%A6>,
        <http://lexvo.org/id/term/ell/%CE%A0%CE%B5%CF%81%CE%B9%CF%86%CE%B5%CF%81%CE%B5%CE%B9%CE%B1%CE%BA%CE%AE%20%CE%A9%CE%BA%CE%B5%CE%B1%CE%BD%CE%AF%CE%B1>,
        <http://lexvo.org/id/term/eng-Dsrt/%F0%90%90%8D%F0%90%90%BB%F0%90%91%8A%F0%90%90%B4%F0%90%90%AE%F0%90%91%8D%20%F0%90%90%84%F0%90%91%87%F0%90%90%A8%F0%90%90%B0%F0%90%91%8C%F0%90%90%A8%F0%90%90%B2>,
        <http://lexvo.org/id/term/eng/Outlying%20Oceania>,
        <http://lexvo.org/id/term/est/Okeaania%20hajasaared>,
        <http://lexvo.org/id/term/eus/Mugaz%20kanpoko%20Ozeania>,
        <http://lexvo.org/id/term/ewe/Outlaying%20Oceania%20nutome>,
        <http://lexvo.org/id/term/fas/%D8%A8%D8%AE%D8%B4%E2%80%8C%D9%87%D8%A7%DB%8C%20%D8%AF%D9%88%D8%B1%D8%A7%D9%81%D8%AA%D8%A7%D8%AF%D9%87%D9%94%20%D8%A7%D9%82%DB%8C%D8%A7%D9%86%D9%88%D8%B3%DB%8C%D9%87>,
        <http://lexvo.org/id/term/fil/Malayong%20bahagi%20ng%20Oceania>,
        <http://lexvo.org/id/term/fin/ulkomeri>,
        <http://lexvo.org/id/term/fra/R%C3%A9gions%20%C3%A9loign%C3%A9es%20de%20l%E2%80%99Oc%C3%A9anie>,
        <http://lexvo.org/id/term/fra/r%C3%A9gions%20%C3%A9loign%C3%A9es%20de%20l%E2%80%99Oc%C3%A9anie>,
        <http://lexvo.org/id/term/fur/Oceanie%20periferiche>,
        <http://lexvo.org/id/term/gle/An%20Aig%C3%A9ine%20Imeallach>,
        <http://lexvo.org/id/term/glg/Ocean%C3%ADa%20Distante>,
        <http://lexvo.org/id/term/gsw/%C3%9Cssers%20Ozeaanie>,
        <http://lexvo.org/id/term/guj/%E0%AA%86%E0%AA%89%E0%AA%9F%E0%AA%B2%E0%AA%BE%E0%AA%AF%E0%AA%BF%E0%AA%82%E0%AA%97%20%E0%AA%93%E0%AA%B6%E0%AA%A8%E0%AA%BF%E0%AA%AF%E0%AA%BE>,
        <http://lexvo.org/id/term/heb/%D7%90%D7%95%D7%A7%D7%99%D7%90%D7%A0%D7%99%D7%94%20%D7%A4%D7%A8%D7%95%D7%A9%D7%94>,
        <http://lexvo.org/id/term/hin/%E0%A4%86%E0%A4%89%E0%A4%9F%E0%A4%B2%E0%A4%BE%E0%A4%87%E0%A4%82%E0%A4%97%20%E0%A4%93%E0%A4%B6%E0%A4%BF%E0%A4%A8%E0%A4%BF%E0%A4%AF%E0%A4%BE>,
        <http://lexvo.org/id/term/hrv/Ostala%20oceanija>,
        <http://lexvo.org/id/term/hun/K%C3%BCls%C5%91-%C3%93ce%C3%A1nia>,
        <http://lexvo.org/id/term/ind/Oseania%20Luar>,
        <http://lexvo.org/id/term/isl/Ytri%20Eyja%C3%A1lfa>,
        <http://lexvo.org/id/term/ita/Oceania%20lontana>,
        <http://lexvo.org/id/term/jpn/%E3%82%AA%E3%82%BB%E3%82%A2%E3%83%8B%E3%82%A2%E5%91%A8%E8%BE%BA%E5%9C%B0%E5%9F%9F>,
        <http://lexvo.org/id/term/kan/%E0%B2%94%E0%B2%9F%E0%B3%8D%E2%80%8C%E2%80%8C%E0%B2%B2%E0%B3%87%E0%B2%AF%E0%B2%BF%E0%B2%82%E0%B2%97%E0%B3%8D%20%E0%B2%93%E0%B2%B7%E0%B2%BF%E0%B2%AF%E0%B2%BE%E0%B2%A8%E0%B2%BF%E0%B2%AF>,
        <http://lexvo.org/id/term/kas/%D8%A2%D9%88%D9%8F%D9%B9%D9%84%D8%A7%DB%8C%D9%86%D9%90%DA%AF%20%D8%A7%D9%88%D8%B4%DB%8C%D9%86%D9%90%DB%8C%D8%A7>,
        <http://lexvo.org/id/term/kat/%E1%83%93%E1%83%90%E1%83%A8%E1%83%9D%E1%83%A0%E1%83%94%E1%83%91%E1%83%A3%E1%83%9A%E1%83%98%20%E1%83%9D%E1%83%99%E1%83%94%E1%83%90%E1%83%9C%E1%83%98%E1%83%90>,
        <http://lexvo.org/id/term/kea/Oseania%20Insular>,
        <http://lexvo.org/id/term/khm/%E1%9E%A2%E1%9F%85%E1%9E%9B%E1%9E%B8%E1%9E%99%E1%9E%B8%E1%9E%84%20%E1%9E%A2%E1%9E%BB%E1%9E%80%E1%9E%9F%E1%9F%8A%E1%9E%B8%E1%9E%93>,
        <http://lexvo.org/id/term/kor/%EC%98%A4%EC%84%B8%EC%95%84%EB%8B%88%EC%95%84%20%EC%99%B8%EA%B3%BD>,
        <http://lexvo.org/id/term/ksh/Ozejaanije%20u%C3%9Ferhallef>,
        <http://lexvo.org/id/term/lao/%E0%BB%80%E0%BA%82%E0%BA%94%E0%BA%AB%E0%BB%88%E0%BA%B2%E0%BA%87%E0%BB%84%E0%BA%81%E0%BB%82%E0%BA%AD%E0%BB%80%E0%BA%8A%E0%BA%8D%E0%BB%80%E0%BA%99%E0%BA%8D>,
        <http://lexvo.org/id/term/lav/Oke%C4%81nijas%20att%C4%81l%C4%81s%20salas>,
        <http://lexvo.org/id/term/lit/Nuo%C5%A1ali%20Okeanija>,
        <http://lexvo.org/id/term/mal/%E0%B4%AA%E0%B5%81%E0%B4%B1%E0%B4%82%E0%B4%A6%E0%B5%8D%E0%B4%B5%E0%B5%80%E0%B4%AA%E0%B5%81%E0%B4%95%E0%B5%BE>,
        <http://lexvo.org/id/term/mar/%E0%A4%86%E0%A4%89%E0%A4%9F%E0%A4%B2%E0%A4%BE%E0%A4%AF%E0%A4%BF%E0%A4%82%E0%A4%97%20%E0%A4%93%E0%A4%B6%E0%A4%A8%E0%A4%BF%E0%A4%AF%E0%A4%BE>,
        <http://lexvo.org/id/term/mkd/%D0%97%D0%B0%D0%B2%D0%B8%D1%81%D0%BD%D0%B8%20%D0%B7%D0%B5%D0%BC%D1%98%D0%B8%20%D0%B2%D0%BE%20%D0%9E%D0%BA%D0%B5%D0%B0%D0%BD%D0%B8%D1%98%D0%B0>,
        <http://lexvo.org/id/term/nep/%E0%A4%AC%E0%A4%BE%E0%A4%B9%E0%A5%8D%E0%A4%AF%20%E0%A4%93%E0%A4%B8%E0%A4%A8%E0%A4%BF%E0%A4%AF%E0%A4%BE>,
        <http://lexvo.org/id/term/nld/Overig%20Oceani%C3%AB>,
        <http://lexvo.org/id/term/nno/Ytre%20Oseania>,
        <http://lexvo.org/id/term/nob/avsidesliggende%20Oceania>,
        <http://lexvo.org/id/term/ori/%E0%AC%86%E0%AC%89%E0%AC%9F%E0%AC%B2%E0%AD%87%E0%AC%87%E0%AC%82%20%E0%AC%93%E0%AC%B8%E0%AD%87%E0%AC%A8%E0%AC%BF%E0%AC%86>,
        <http://lexvo.org/id/term/pol/Oceania%20inne>,
        <http://lexvo.org/id/term/por/Oce%C3%A2nia%20Insular>,
        <http://lexvo.org/id/term/por/Oceania%20Remota>,
        <http://lexvo.org/id/term/roh/Oceania%20Periferica>,
        <http://lexvo.org/id/term/ron/Oceania%20Periferic%C4%83>,
        <http://lexvo.org/id/term/rus/%D0%92%D0%BD%D0%B5%D1%88%D0%BD%D1%8F%D1%8F%20%D0%9E%D0%BA%D0%B5%D0%B0%D0%BD%D0%B8%D1%8F>,
        <http://lexvo.org/id/term/sin/%E0%B6%88%E0%B6%AD%20%E0%B6%95%E0%B7%83%E0%B6%B1%E0%B7%92%E0%B6%BA%E0%B7%8F%E0%B7%80>,
        <http://lexvo.org/id/term/slk/Tichomorie%20-%20ostatn%C3%A9>,
        <http://lexvo.org/id/term/slv/Ostala%20oceanija>,
        <http://lexvo.org/id/term/spa/Territorios%20alejados%20de%20Ocean%C3%ADa>,
        <http://lexvo.org/id/term/srp-Latn/Ostala%20okeanija>,
        <http://lexvo.org/id/term/srp/%D0%9E%D1%81%D1%82%D0%B0%D0%BB%D0%B0%20%D0%BE%D0%BA%D0%B5%D0%B0%D0%BD%D0%B8%D1%98%D0%B0>,
        <http://lexvo.org/id/term/swe/Yttre%20%C3%B6ar%20i%20Oceanien>,
        <http://lexvo.org/id/term/swh/Oceania%20ya%20Nje>,
        <http://lexvo.org/id/term/tam/%E0%AE%94%E0%AE%9F%E0%AF%8D%E0%AE%B2%E0%AF%88%E0%AE%AF%E0%AE%BF%E0%AE%99%E0%AF%8D%20%E0%AE%93%E0%AE%9A%E0%AE%BE%E0%AE%A9%E0%AE%BF%E0%AE%AF%E0%AE%BE>,
        <http://lexvo.org/id/term/tel/%E0%B0%92%E0%B0%B7%E0%B1%87%E0%B0%A8%E0%B0%BF%E0%B0%AF%E0%B0%BE%20%E0%B0%AC%E0%B0%AF%E0%B0%9F%E0%B1%81%E0%B0%A8%E0%B1%8D%E0%B0%A8%E0%B0%B5%E0%B0%BF>,
        <http://lexvo.org/id/term/tha/%E0%B9%80%E0%B8%AD%E0%B8%B2%E0%B8%95%E0%B9%8C%E0%B9%84%E0%B8%A5%E0%B8%AD%E0%B8%B4%E0%B8%87%E0%B9%82%E0%B8%AD%E0%B9%80%E0%B8%8A%E0%B8%B5%E0%B8%A2%E0%B9%80%E0%B8%99%E0%B8%B5%E0%B8%A2>,
        <http://lexvo.org/id/term/tir/%E1%8B%88%E1%8C%A3%20%E1%8B%AB%E1%88%88%20%E1%8A%A6%E1%88%BD%E1%8A%92%E1%8B%AB>,
        <http://lexvo.org/id/term/ton/%CA%BBOsenia%20Mama%CA%BBo>,
        <http://lexvo.org/id/term/tur/Uzak%20Okyanusya>,
        <http://lexvo.org/id/term/ukr/%D0%86%D0%BD%D1%88%D0%B0%20%D0%9E%D0%BA%D0%B5%D0%B0%D0%BD%D1%96%D1%8F>,
        <http://lexvo.org/id/term/urd/%D8%A8%DB%8C%D8%B1%D9%88%D9%86%DB%8C%20%D8%A7%D9%88%D8%B4%DB%8C%D8%A7%D9%86%DB%8C%D8%A7>,
        <http://lexvo.org/id/term/vie/V%C3%B9ng%20xa%20x%C3%B4i%20thu%E1%BB%99c%20Ch%C3%A2u%20%C4%90%E1%BA%A1i%20D%C6%B0%C6%A1ng>,
        <http://lexvo.org/id/term/wae/%C3%9Cssers%20Ozeanie>,
        <http://lexvo.org/id/term/zsm/Oceania%20Terpencil>,
        <http://lexvo.org/id/term/zul/i-Outlying%20Oceania> .

<http://lexvo.org/id/iso3166/TA> a lvont:GeographicRegion ;
    rdfs:label "Tristan da Cunha"@af,
        "ትሪስታን ዲ ኩንሃ"@am,
        "تريستان دي كونها"@ar,
        "Tristán da Cunha"@ast,
        "Тристан да Куня"@bg,
        "ট্রিস্টান ডা কুনা"@bn,
        "Tristan da Cunha"@br,
        "Tristan da Kunja"@bs,
        "Тристан да Куња"@bs-Cyrl,
        "Tristão da Cunha"@ca,
        "特里斯坦-达库尼亚群岛"@cmn,
        "特里斯坦達庫尼亞群島"@cmn-Hant,
        "Tristan da Cunha"@cs,
        "Tristan da Cunha"@cy,
        "Tristan da Cunha"@da,
        "Tristan da Cunha"@de,
        "ཏྲིས་ཏན་ད་ཀུན་ཧ"@dz,
        "Tristan da Kunha nutome"@ee,
        "Τριστάν ντα Κούνια"@el,
        "Tristan da Cunha"@en,
        "Tristán da Cunha"@es,
        "Tristan da Cunha"@et,
        "Tristan da Cunha"@eu,
        "تریستان دا کونا"@fa,
        "Tristan da Cunha"@fi,
        "Tristan de Cunha"@fil,
        "Tristan da Cunha"@fo,
        "Tristan da Cunha"@fr,
        "Tristan da Cunha"@fur,
        "Tristan da Cunha"@gd,
        "Tristán da Cunha"@gl,
        "Tristan da Cunha"@gsw,
        "ટ્રિસ્ટન ડે કુના"@gu,
        "טריסטן דה קונה"@he,
        "त्रिस्टान डा कुना"@hi,
        "Tristan da Cunha"@hr,
        "Tristan da Cunha"@hu,
        "Tristan da Cunha"@id,
        "Tristan da Cunha"@is,
        "Tristan da Cunha"@it,
        "トリスタン・ダ・クーニャ"@ja,
        "Tristan da Kunha"@kea,
        "Tristan da Cunha"@kl,
        "ទ្រីស្តង់​ដា​ចូនហា"@km,
        "ಟ್ರಿಸ್ತನ್ ಡಾ ಕುನ್ಹಾ"@kn,
        "트리스탄다쿠나"@ko,
        "Tristan da Cunja"@ksh,
        "ທຣິສຕັນ ດາ ກັນຮາ"@lo,
        "Tristan da Cunha"@lt,
        "Tristana da Kuņas salas"@lv,
        "Тристан да Куња"@mk,
        "ട്രസ്റ്റൻ ഡ കൂന"@ml,
        "ट्रिस्टन दा कन्हा"@mr,
        "Tristan da Cunha"@nb,
        "ट्रिस्टान डा कुन्हा"@ne,
        "Tristan da Cunha"@nl,
        "Tristan da Cunha"@nn,
        "Tristan da Cunha"@pl,
        "Tristão da Cunha"@pt,
        "Tristan da Cunha"@ro,
        "Тристан-да-Кунья"@ru,
        "Tristan da Cunha"@se,
        "ට්‍රින්ටන් ද කුන්හා"@si,
        "Tristan da Cunha"@sk,
        "Tristan da Cunha"@sl,
        "Тристан да Куња"@sr,
        "Tristan da Kunja"@sr-Latn,
        "Tristan da Cunha"@sv,
        "Tristan da Cunha"@swh,
        "டிரிஸ்டன் டா குன்ஹா"@ta,
        "ట్రిస్టన్ డ కన్హా"@te,
        "ทริสตัน เดอ คูนา"@th,
        "Tulisiteni ta Kunuha"@to,
        "Tristan da Cunha"@tr,
        "Трістан-да-Кунья"@uk,
        "ٹرسٹن ڈا کیونہا"@ur,
        "Tristan da Cunha"@vi,
        "Tristan da Cunha"@wae,
        "Tristan da Cunha"@zsm,
        "i-Tristan da Cunha"@zu ;
    lvont:label <http://lexvo.org/id/term/afr/Tristan%20da%20Cunha>,
        <http://lexvo.org/id/term/amh/%E1%89%B5%E1%88%AA%E1%88%B5%E1%89%B3%E1%8A%95%20%E1%8B%B2%20%E1%8A%A9%E1%8A%95%E1%88%83>,
        <http://lexvo.org/id/term/ara/%D8%AA%D8%B1%D9%8A%D8%B3%D8%AA%D8%A7%D9%86%20%D8%AF%D9%8A%20%D9%83%D9%88%D9%86%D9%87%D8%A7>,
        <http://lexvo.org/id/term/ast/Trist%C3%A1n%20da%20Cunha>,
        <http://lexvo.org/id/term/ben/%E0%A6%9F%E0%A7%8D%E0%A6%B0%E0%A6%BF%E0%A6%B8%E0%A7%8D%E0%A6%9F%E0%A6%BE%E0%A6%A8%20%E0%A6%A1%E0%A6%BE%20%E0%A6%95%E0%A7%81%E0%A6%A8%E0%A6%BE>,
        <http://lexvo.org/id/term/bos-Cyrl/%D0%A2%D1%80%D0%B8%D1%81%D1%82%D0%B0%D0%BD%20%D0%B4%D0%B0%20%D0%9A%D1%83%D1%9A%D0%B0>,
        <http://lexvo.org/id/term/bos/Tristan%20da%20Kunja>,
        <http://lexvo.org/id/term/bre/Tristan%20da%20Cunha>,
        <http://lexvo.org/id/term/bul/%D0%A2%D1%80%D0%B8%D1%81%D1%82%D0%B0%D0%BD%20%D0%B4%D0%B0%20%D0%9A%D1%83%D0%BD%D1%8F>,
        <http://lexvo.org/id/term/cat/Trist%C3%A3o%20da%20Cunha>,
        <http://lexvo.org/id/term/ces/Tristan%20da%20Cunha>,
        <http://lexvo.org/id/term/cmn-Hant/%E7%89%B9%E9%87%8C%E6%96%AF%E5%9D%A6%E9%81%94%E5%BA%AB%E5%B0%BC%E4%BA%9E%E7%BE%A4%E5%B3%B6>,
        <http://lexvo.org/id/term/cmn/%E7%89%B9%E9%87%8C%E6%96%AF%E5%9D%A6-%E8%BE%BE%E5%BA%93%E5%B0%BC%E4%BA%9A%E7%BE%A4%E5%B2%9B>,
        <http://lexvo.org/id/term/cym/Tristan%20da%20Cunha>,
        <http://lexvo.org/id/term/dan/Tristan%20da%20Cunha>,
        <http://lexvo.org/id/term/deu/Tristan%20da%20Cunha>,
        <http://lexvo.org/id/term/dzo/%E0%BD%8F%E0%BE%B2%E0%BD%B2%E0%BD%A6%E0%BC%8B%E0%BD%8F%E0%BD%93%E0%BC%8B%E0%BD%91%E0%BC%8B%E0%BD%80%E0%BD%B4%E0%BD%93%E0%BC%8B%E0%BD%A7>,
        <http://lexvo.org/id/term/ell/%CE%A4%CF%81%CE%B9%CF%83%CF%84%CE%AC%CE%BD%20%CE%BD%CF%84%CE%B1%20%CE%9A%CE%BF%CF%8D%CE%BD%CE%B9%CE%B1>,
        <http://lexvo.org/id/term/eng/Tristan%20da%20Cunha>,
        <http://lexvo.org/id/term/est/Tristan%20da%20Cunha>,
        <http://lexvo.org/id/term/eus/Tristan%20da%20Cunha>,
        <http://lexvo.org/id/term/ewe/Tristan%20da%20Kunha%20nutome>,
        <http://lexvo.org/id/term/fao/Tristan%20da%20Cunha>,
        <http://lexvo.org/id/term/fas/%D8%AA%D8%B1%DB%8C%D8%B3%D8%AA%D8%A7%D9%86%20%D8%AF%D8%A7%20%DA%A9%D9%88%D9%86%D8%A7>,
        <http://lexvo.org/id/term/fil/Tristan%20de%20Cunha>,
        <http://lexvo.org/id/term/fin/Tristan%20da%20Cunha>,
        <http://lexvo.org/id/term/fra/Tristan%20da%20Cunha>,
        <http://lexvo.org/id/term/fur/Tristan%20da%20Cunha>,
        <http://lexvo.org/id/term/gla/Tristan%20da%20Cunha>,
        <http://lexvo.org/id/term/glg/Trist%C3%A1n%20da%20Cunha>,
        <http://lexvo.org/id/term/gsw/Tristan%20da%20Cunha>,
        <http://lexvo.org/id/term/guj/%E0%AA%9F%E0%AB%8D%E0%AA%B0%E0%AA%BF%E0%AA%B8%E0%AB%8D%E0%AA%9F%E0%AA%A8%20%E0%AA%A1%E0%AB%87%20%E0%AA%95%E0%AB%81%E0%AA%A8%E0%AA%BE>,
        <http://lexvo.org/id/term/heb/%D7%98%D7%A8%D7%99%D7%A1%D7%98%D7%9F%20%D7%93%D7%94%20%D7%A7%D7%95%D7%A0%D7%94>,
        <http://lexvo.org/id/term/hin/%E0%A4%A4%E0%A5%8D%E0%A4%B0%E0%A4%BF%E0%A4%B8%E0%A5%8D%E0%A4%9F%E0%A4%BE%E0%A4%A8%20%E0%A4%A1%E0%A4%BE%20%E0%A4%95%E0%A5%81%E0%A4%A8%E0%A4%BE>,
        <http://lexvo.org/id/term/hrv/Tristan%20da%20Cunha>,
        <http://lexvo.org/id/term/hun/Tristan%20da%20Cunha>,
        <http://lexvo.org/id/term/ind/Tristan%20da%20Cunha>,
        <http://lexvo.org/id/term/isl/Tristan%20da%20Cunha>,
        <http://lexvo.org/id/term/ita/Tristan%20da%20Cunha>,
        <http://lexvo.org/id/term/jpn/%E3%83%88%E3%83%AA%E3%82%B9%E3%82%BF%E3%83%B3%E3%83%BB%E3%83%80%E3%83%BB%E3%82%AF%E3%83%BC%E3%83%8B%E3%83%A3>,
        <http://lexvo.org/id/term/kal/Tristan%20da%20Cunha>,
        <http://lexvo.org/id/term/kan/%E0%B2%9F%E0%B3%8D%E0%B2%B0%E0%B2%BF%E0%B2%B8%E0%B3%8D%E0%B2%A4%E0%B2%A8%E0%B3%8D%20%E0%B2%A1%E0%B2%BE%20%E0%B2%95%E0%B3%81%E0%B2%A8%E0%B3%8D%E0%B2%B9%E0%B2%BE>,
        <http://lexvo.org/id/term/kea/Tristan%20da%20Kunha>,
        <http://lexvo.org/id/term/khm/%E1%9E%91%E1%9F%92%E1%9E%9A%E1%9E%B8%E1%9E%9F%E1%9F%92%E1%9E%8F%E1%9E%84%E1%9F%8B%E2%80%8B%E1%9E%8A%E1%9E%B6%E2%80%8B%E1%9E%85%E1%9E%BC%E1%9E%93%E1%9E%A0%E1%9E%B6>,
        <http://lexvo.org/id/term/kor/%ED%8A%B8%EB%A6%AC%EC%8A%A4%ED%83%84%EB%8B%A4%EC%BF%A0%EB%82%98>,
        <http://lexvo.org/id/term/ksh/Tristan%20da%20Cunja>,
        <http://lexvo.org/id/term/lao/%E0%BA%97%E0%BA%A3%E0%BA%B4%E0%BA%AA%E0%BA%95%E0%BA%B1%E0%BA%99%20%E0%BA%94%E0%BA%B2%20%E0%BA%81%E0%BA%B1%E0%BA%99%E0%BA%AE%E0%BA%B2>,
        <http://lexvo.org/id/term/lav/Tristana%20da%20Ku%C5%86as%20salas>,
        <http://lexvo.org/id/term/lit/Tristan%20da%20Cunha>,
        <http://lexvo.org/id/term/mal/%E0%B4%9F%E0%B5%8D%E0%B4%B0%E0%B4%B8%E0%B5%8D%E0%B4%B1%E0%B5%8D%E0%B4%B1%E0%B5%BB%20%E0%B4%A1%20%E0%B4%95%E0%B5%82%E0%B4%A8>,
        <http://lexvo.org/id/term/mar/%E0%A4%9F%E0%A5%8D%E0%A4%B0%E0%A4%BF%E0%A4%B8%E0%A5%8D%E0%A4%9F%E0%A4%A8%20%E0%A4%A6%E0%A4%BE%20%E0%A4%95%E0%A4%A8%E0%A5%8D%E0%A4%B9%E0%A4%BE>,
        <http://lexvo.org/id/term/mkd/%D0%A2%D1%80%D0%B8%D1%81%D1%82%D0%B0%D0%BD%20%D0%B4%D0%B0%20%D0%9A%D1%83%D1%9A%D0%B0>,
        <http://lexvo.org/id/term/nep/%E0%A4%9F%E0%A5%8D%E0%A4%B0%E0%A4%BF%E0%A4%B8%E0%A5%8D%E0%A4%9F%E0%A4%BE%E0%A4%A8%20%E0%A4%A1%E0%A4%BE%20%E0%A4%95%E0%A5%81%E0%A4%A8%E0%A5%8D%E0%A4%B9%E0%A4%BE>,
        <http://lexvo.org/id/term/nld/Tristan%20da%20Cunha>,
        <http://lexvo.org/id/term/nno/Tristan%20da%20Cunha>,
        <http://lexvo.org/id/term/nob/Tristan%20da%20Cunha>,
        <http://lexvo.org/id/term/pol/Tristan%20da%20Cunha>,
        <http://lexvo.org/id/term/por/Trist%C3%A3o%20da%20Cunha>,
        <http://lexvo.org/id/term/ron/Tristan%20da%20Cunha>,
        <http://lexvo.org/id/term/rus/%D0%A2%D1%80%D0%B8%D1%81%D1%82%D0%B0%D0%BD-%D0%B4%D0%B0-%D0%9A%D1%83%D0%BD%D1%8C%D1%8F>,
        <http://lexvo.org/id/term/sin/%E0%B6%A7%E0%B7%8A%E2%80%8D%E0%B6%BB%E0%B7%92%E0%B6%B1%E0%B7%8A%E0%B6%A7%E0%B6%B1%E0%B7%8A%20%E0%B6%AF%20%E0%B6%9A%E0%B7%94%E0%B6%B1%E0%B7%8A%E0%B7%84%E0%B7%8F>,
        <http://lexvo.org/id/term/slk/Tristan%20da%20Cunha>,
        <http://lexvo.org/id/term/slv/Tristan%20da%20Cunha>,
        <http://lexvo.org/id/term/sme/Tristan%20da%20Cunha>,
        <http://lexvo.org/id/term/spa/Trist%C3%A1n%20da%20Cunha>,
        <http://lexvo.org/id/term/srp-Latn/Tristan%20da%20Kunja>,
        <http://lexvo.org/id/term/srp/%D0%A2%D1%80%D0%B8%D1%81%D1%82%D0%B0%D0%BD%20%D0%B4%D0%B0%20%D0%9A%D1%83%D1%9A%D0%B0>,
        <http://lexvo.org/id/term/swe/Tristan%20da%20Cunha>,
        <http://lexvo.org/id/term/swh/Tristan%20da%20Cunha>,
        <http://lexvo.org/id/term/tam/%E0%AE%9F%E0%AE%BF%E0%AE%B0%E0%AE%BF%E0%AE%B8%E0%AF%8D%E0%AE%9F%E0%AE%A9%E0%AF%8D%20%E0%AE%9F%E0%AE%BE%20%E0%AE%95%E0%AF%81%E0%AE%A9%E0%AF%8D%E0%AE%B9%E0%AE%BE>,
        <http://lexvo.org/id/term/tel/%E0%B0%9F%E0%B1%8D%E0%B0%B0%E0%B0%BF%E0%B0%B8%E0%B1%8D%E0%B0%9F%E0%B0%A8%E0%B1%8D%20%E0%B0%A1%20%E0%B0%95%E0%B0%A8%E0%B1%8D%E0%B0%B9%E0%B0%BE>,
        <http://lexvo.org/id/term/tha/%E0%B8%97%E0%B8%A3%E0%B8%B4%E0%B8%AA%E0%B8%95%E0%B8%B1%E0%B8%99%20%E0%B9%80%E0%B8%94%E0%B8%AD%20%E0%B8%84%E0%B8%B9%E0%B8%99%E0%B8%B2>,
        <http://lexvo.org/id/term/ton/Tulisiteni%20ta%20Kunuha>,
        <http://lexvo.org/id/term/tur/Tristan%20da%20Cunha>,
        <http://lexvo.org/id/term/ukr/%D0%A2%D1%80%D1%96%D1%81%D1%82%D0%B0%D0%BD-%D0%B4%D0%B0-%D0%9A%D1%83%D0%BD%D1%8C%D1%8F>,
        <http://lexvo.org/id/term/urd/%D9%B9%D8%B1%D8%B3%D9%B9%D9%86%20%DA%88%D8%A7%20%DA%A9%DB%8C%D9%88%D9%86%DB%81%D8%A7>,
        <http://lexvo.org/id/term/vie/Tristan%20da%20Cunha>,
        <http://lexvo.org/id/term/wae/Tristan%20da%20Cunha>,
        <http://lexvo.org/id/term/zsm/Tristan%20da%20Cunha>,
        <http://lexvo.org/id/term/zul/i-Tristan%20da%20Cunha> .

<http://lexvo.org/id/iso3166/TF> a lvont:GeographicRegion ;
    rdfs:label "Franse Suidelike Gebiede"@af,
        "የፈረንሳይ ደቡባዊ ግዛቶች"@am,
        "المقاطعات الجنوبية الفرنسية"@ar,
        "দক্ষিণ ফ্ৰান্সৰ অঞ্চল"@as,
        "Tierres Australes Franceses"@ast,
        "Fransız Cənub teritoriyası"@az,
        "Французскія Паўднёвыя тэрыторыі"@be,
        "Френски южни територии"@bg,
        "ফরাসী দক্ষিণাঞ্চল"@bn,
        "Douaroù aostral Frañs"@br,
        "फ्राँसीसी उत्तरी क्षेत्रों"@brx,
        "Francuske Južne Teritorije"@bs,
        "Француске Јужне Територије"@bs-Cyrl,
        "የፈረንሳይ ደቡባዊ ግዛቶች"@byn,
        "Territoris Francesos del Sud"@ca,
        "法属南部领土"@cmn,
        "法屬南方屬地"@cmn-Hant,
        "Francouzská jižní teritoria"@cs,
        "Tiriogaethau Ffrengig y De"@cy,
        "Franske Besiddelser i Det Sydlige Indiske Ocean"@da,
        "Französische Süd- und Antarktisgebiete"@de,
        "ཕྲནཅ་གི་ལྷོ་ཕྱོགས་མངའ་ཁོངས"@dz,
        "Anyiehe Franseme nutome"@ee,
        "Γαλλικά Νότια Εδάφη"@el,
        "French Southern Territories"@en,
        "ISO 3166-1:TF"@en,
        "𐐙𐑉𐐯𐑌𐐽 𐐝𐐲𐑄𐐲𐑉𐑌 𐐓𐐯𐑉𐐲𐐻𐐱𐑉𐐨𐑆"@en-Dsrt,
        "Territorios Australes Franceses"@es,
        "Prantsuse Lõunaalad"@et,
        "Frantziaren Lurralde Australak"@eu,
        "مستعمره‌های جنوبی فرانسه"@fa,
        "Ranskan ulkopuoliset eteläiset alueet"@fi,
        "French Southern Territories"@fil,
        "Terres australes françaises"@fr,
        "Teritoris meridionâi francês"@fur,
        "Críocha Deisceartacha na Fraince"@ga,
        "Ranntairean a Deas na Frainge"@gd,
        "Territorios Franceses do Sul"@gl,
        "Französischi Süüd- und Antarktisgebiet"@gsw,
        "ફ્રેંચ સદર્ન ટેરિટરીઝ"@gu,
        "טריטוריות דרומיות של צרפת"@he,
        "फ़्रांसीसी दक्षिणी क्षेत्र"@hi,
        "Francuski Južni Teritoriji"@hr,
        "Francia Déli Területek"@hu,
        "Territorios meridional francese"@ia,
        "Teritori Kutub Selatan Prancis"@id,
        "Frönsku suðlægu landsvæðin"@is,
        "Territori australi francesi"@it,
        "仏領極南諸島"@ja,
        "ფრანგული სამხრეთის ტერიტორიები"@ka,
        "Terras Franses di Sul"@kea,
        "ដែន​​ហ្វ្រេន​ខាង​ត្បូង"@km,
        "ಫ್ರೆಂಚ್ ದಕ್ಷಿಣ ಪ್ರದೇಶಗಳು"@kn,
        "프랑스 남부 지방"@ko,
        "فرٛانسِسی جَنوٗبی عَلاقہٕ"@ks,
        "Franzüüsesche Södsee-Enselle"@ksh,
        "ອານາເຂດທາງໃຕ້ຂອງຝລັ່ງເສດ"@lo,
        "Prancūzijos Pietų sritys"@lt,
        "Franču dienvidu teritorijas"@lv,
        "Француски Јужни територии"@mk,
        "ഫ്രഞ്ച് ദക്ഷിണ ഭൂപ്രദേശം"@ml,
        "फ्रेंच दाक्षिणात्य प्रदेश"@mr,
        "Territorji Franċiżi ta’ Nofsinhar"@mt,
        "ပြင်သစ် တောင်ပိုင်း ပိုင်နက်များ"@my,
        "De franske sørterritorier"@nb,
        "फ्रान्सेली दक्षिणी क्षेत्र"@ne,
        "Franse Gebieden in de zuidelijke Indische Oceaan"@nl,
        "Franske sørområde"@nn,
        "ଫରାସୀ ଦକ୍ଷିଣ କ୍ଷେତ୍ର"@or,
        "Francuskie Terytoria Południowe"@pl,
        "Territórios Franceses do Sul"@pt,
        "Territoris Franzos Meridiunals"@rm,
        "Teritoriile Australe și Antarctice Franceze"@ro,
        "Французские Южные Территории"@ru,
        "දකුණු ප්‍රංශ දූපත් සමූහය"@si,
        "Francúzske južné územia"@sk,
        "Francosko južno ozemlje"@sl,
        "Француске Јужне Територије"@sr,
        "Francuske Južne Teritorije"@sr-Latn,
        "Franska Sydterritorierna"@sv,
        "Maeneo ya Kusini ya Ufaransa"@swh,
        "ஃப்ரென்ச் தெற்கு மாஹாணங்கள்"@ta,
        "ఫ్రెంచ్ దక్షిణ ప్రాంతాలు"@te,
        "เฟรนช์เซาเทิร์นเทร์ริทอรีส์"@th,
        "የፈረንሳይ ደቡባዊ ግዛቶች"@ti,
        "የፈረንሳይ ደቡባዊ ግዛቶች"@tig,
        "Potu fonua tonga fakafalanisē"@to,
        "Fransız Güney Bölgeleri"@tr,
        "Французькі Південні Території"@uk,
        "فرانسیسی جنوبی خطے"@ur,
        "Thuộc Địa Nam của Pháp"@vi,
        "Französiši Süd- und Antarktisgebiet"@wae,
        "የፈረንሳይ ደቡባዊ ግዛቶች"@wal,
        "French Southern Territories"@zsm,
        "e-French Southern Territories"@zu ;
    lvont:label <http://lexvo.org/id/term/afr/Franse%20Suidelike%20Gebiede>,
        <http://lexvo.org/id/term/amh/%E1%8B%A8%E1%8D%88%E1%88%A8%E1%8A%95%E1%88%B3%E1%8B%AD%20%E1%8B%B0%E1%89%A1%E1%89%A3%E1%8B%8A%20%E1%8C%8D%E1%8B%9B%E1%89%B6%E1%89%BD>,
        <http://lexvo.org/id/term/ara/%D8%A7%D9%84%D9%85%D9%82%D8%A7%D8%B7%D8%B9%D8%A7%D8%AA%20%D8%A7%D9%84%D8%AC%D9%86%D9%88%D8%A8%D9%8A%D8%A9%20%D8%A7%D9%84%D9%81%D8%B1%D9%86%D8%B3%D9%8A%D8%A9>,
        <http://lexvo.org/id/term/asm/%E0%A6%A6%E0%A6%95%E0%A7%8D%E0%A6%B7%E0%A6%BF%E0%A6%A3%20%E0%A6%AB%E0%A7%8D%E0%A7%B0%E0%A6%BE%E0%A6%A8%E0%A7%8D%E0%A6%B8%E0%A7%B0%20%E0%A6%85%E0%A6%9E%E0%A7%8D%E0%A6%9A%E0%A6%B2>,
        <http://lexvo.org/id/term/ast/Tierres%20Australes%20Franceses>,
        <http://lexvo.org/id/term/aze/Frans%C4%B1z%20C%C9%99nub%20teritoriyas%C4%B1>,
        <http://lexvo.org/id/term/bel/%D0%A4%D1%80%D0%B0%D0%BD%D1%86%D1%83%D0%B7%D1%81%D0%BA%D1%96%D1%8F%20%D0%9F%D0%B0%D1%9E%D0%B4%D0%BD%D1%91%D0%B2%D1%8B%D1%8F%20%D1%82%D1%8D%D1%80%D1%8B%D1%82%D0%BE%D1%80%D1%8B%D1%96>,
        <http://lexvo.org/id/term/ben/%E0%A6%AB%E0%A6%B0%E0%A6%BE%E0%A6%B8%E0%A7%80%20%E0%A6%A6%E0%A6%95%E0%A7%8D%E0%A6%B7%E0%A6%BF%E0%A6%A3%E0%A6%BE%E0%A6%9E%E0%A7%8D%E0%A6%9A%E0%A6%B2>,
        <http://lexvo.org/id/term/bos-Cyrl/%D0%A4%D1%80%D0%B0%D0%BD%D1%86%D1%83%D1%81%D0%BA%D0%B5%20%D0%88%D1%83%D0%B6%D0%BD%D0%B5%20%D0%A2%D0%B5%D1%80%D0%B8%D1%82%D0%BE%D1%80%D0%B8%D1%98%D0%B5>,
        <http://lexvo.org/id/term/bos/Francuske%20Ju%C5%BEne%20Teritorije>,
        <http://lexvo.org/id/term/bre/Douaro%C3%B9%20aostral%20Fra%C3%B1s>,
        <http://lexvo.org/id/term/brx/%E0%A4%AB%E0%A5%8D%E0%A4%B0%E0%A4%BE%E0%A4%81%E0%A4%B8%E0%A5%80%E0%A4%B8%E0%A5%80%20%E0%A4%89%E0%A4%A4%E0%A5%8D%E0%A4%A4%E0%A4%B0%E0%A5%80%20%E0%A4%95%E0%A5%8D%E0%A4%B7%E0%A5%87%E0%A4%A4%E0%A5%8D%E0%A4%B0%E0%A5%8B%E0%A4%82>,
        <http://lexvo.org/id/term/bul/%D0%A4%D1%80%D0%B5%D0%BD%D1%81%D0%BA%D0%B8%20%D1%8E%D0%B6%D0%BD%D0%B8%20%D1%82%D0%B5%D1%80%D0%B8%D1%82%D0%BE%D1%80%D0%B8%D0%B8>,
        <http://lexvo.org/id/term/byn/%E1%8B%A8%E1%8D%88%E1%88%A8%E1%8A%95%E1%88%B3%E1%8B%AD%20%E1%8B%B0%E1%89%A1%E1%89%A3%E1%8B%8A%20%E1%8C%8D%E1%8B%9B%E1%89%B6%E1%89%BD>,
        <http://lexvo.org/id/term/cat/Territoris%20Francesos%20del%20Sud>,
        <http://lexvo.org/id/term/ces/Francouzsk%C3%A1%20ji%C5%BEn%C3%AD%20teritoria>,
        <http://lexvo.org/id/term/cmn-Hant/%E6%B3%95%E5%B1%AC%E5%8D%97%E6%96%B9%E5%B1%AC%E5%9C%B0>,
        <http://lexvo.org/id/term/cmn/%E6%B3%95%E5%B1%9E%E5%8D%97%E9%83%A8%E9%A2%86%E5%9C%9F>,
        <http://lexvo.org/id/term/cym/Tiriogaethau%20Ffrengig%20y%20De>,
        <http://lexvo.org/id/term/dan/Franske%20Besiddelser%20i%20Det%20Sydlige%20Indiske%20Ocean>,
        <http://lexvo.org/id/term/deu/Franz%C3%B6sische%20S%C3%BCd-%20und%20Antarktisgebiete>,
        <http://lexvo.org/id/term/dzo/%E0%BD%95%E0%BE%B2%E0%BD%93%E0%BD%85%E0%BC%8B%E0%BD%82%E0%BD%B2%E0%BC%8B%E0%BD%A3%E0%BE%B7%E0%BD%BC%E0%BC%8B%E0%BD%95%E0%BE%B1%E0%BD%BC%E0%BD%82%E0%BD%A6%E0%BC%8B%E0%BD%98%E0%BD%84%E0%BD%A0%E0%BC%8B%E0%BD%81%E0%BD%BC%E0%BD%84%E0%BD%A6>,
        <http://lexvo.org/id/term/ell/%CE%93%CE%B1%CE%BB%CE%BB%CE%B9%CE%BA%CE%AC%20%CE%9D%CF%8C%CF%84%CE%B9%CE%B1%20%CE%95%CE%B4%CE%AC%CF%86%CE%B7>,
        <http://lexvo.org/id/term/eng-Dsrt/%F0%90%90%99%F0%90%91%89%F0%90%90%AF%F0%90%91%8C%F0%90%90%BD%20%F0%90%90%9D%F0%90%90%B2%F0%90%91%84%F0%90%90%B2%F0%90%91%89%F0%90%91%8C%20%F0%90%90%93%F0%90%90%AF%F0%90%91%89%F0%90%90%B2%F0%90%90%BB%F0%90%90%B1%F0%90%91%89%F0%90%90%A8%F0%90%91%86>,
        <http://lexvo.org/id/term/eng/French%20Southern%20Territories>,
        <http://lexvo.org/id/term/eng/ISO%203166-1%3ATF>,
        <http://lexvo.org/id/term/est/Prantsuse%20L%C3%B5unaalad>,
        <http://lexvo.org/id/term/eus/Frantziaren%20Lurralde%20Australak>,
        <http://lexvo.org/id/term/ewe/Anyiehe%20Franseme%20nutome>,
        <http://lexvo.org/id/term/fas/%D9%85%D8%B3%D8%AA%D8%B9%D9%85%D8%B1%D9%87%E2%80%8C%D9%87%D8%A7%DB%8C%20%D8%AC%D9%86%D9%88%D8%A8%DB%8C%20%D9%81%D8%B1%D8%A7%D9%86%D8%B3%D9%87>,
        <http://lexvo.org/id/term/fil/French%20Southern%20Territories>,
        <http://lexvo.org/id/term/fin/Ranskan%20ulkopuoliset%20etel%C3%A4iset%20alueet>,
        <http://lexvo.org/id/term/fra/Terres%20australes%20fran%C3%A7aises>,
        <http://lexvo.org/id/term/fur/Teritoris%20meridion%C3%A2i%20franc%C3%AAs>,
        <http://lexvo.org/id/term/gla/Ranntairean%20a%20Deas%20na%20Frainge>,
        <http://lexvo.org/id/term/gle/Cr%C3%ADocha%20Deisceartacha%20na%20Fraince>,
        <http://lexvo.org/id/term/glg/Territorios%20Franceses%20do%20Sul>,
        <http://lexvo.org/id/term/gsw/Franz%C3%B6sischi%20S%C3%BC%C3%BCd-%20und%20Antarktisgebiet>,
        <http://lexvo.org/id/term/guj/%E0%AA%AB%E0%AB%8D%E0%AA%B0%E0%AB%87%E0%AA%82%E0%AA%9A%20%E0%AA%B8%E0%AA%A6%E0%AA%B0%E0%AB%8D%E0%AA%A8%20%E0%AA%9F%E0%AB%87%E0%AA%B0%E0%AA%BF%E0%AA%9F%E0%AA%B0%E0%AB%80%E0%AA%9D>,
        <http://lexvo.org/id/term/heb/%D7%98%D7%A8%D7%99%D7%98%D7%95%D7%A8%D7%99%D7%95%D7%AA%20%D7%93%D7%A8%D7%95%D7%9E%D7%99%D7%95%D7%AA%20%D7%A9%D7%9C%20%D7%A6%D7%A8%D7%A4%D7%AA>,
        <http://lexvo.org/id/term/hin/%E0%A4%AB%E0%A4%BC%E0%A5%8D%E0%A4%B0%E0%A4%BE%E0%A4%82%E0%A4%B8%E0%A5%80%E0%A4%B8%E0%A5%80%20%E0%A4%A6%E0%A4%95%E0%A5%8D%E0%A4%B7%E0%A4%BF%E0%A4%A3%E0%A5%80%20%E0%A4%95%E0%A5%8D%E0%A4%B7%E0%A5%87%E0%A4%A4%E0%A5%8D%E0%A4%B0>,
        <http://lexvo.org/id/term/hrv/Francuski%20Ju%C5%BEni%20Teritoriji>,
        <http://lexvo.org/id/term/hun/Francia%20D%C3%A9li%20Ter%C3%BCletek>,
        <http://lexvo.org/id/term/ina/Territorios%20meridional%20francese>,
        <http://lexvo.org/id/term/ind/Teritori%20Kutub%20Selatan%20Prancis>,
        <http://lexvo.org/id/term/isl/Fr%C3%B6nsku%20su%C3%B0l%C3%A6gu%20landsv%C3%A6%C3%B0in>,
        <http://lexvo.org/id/term/ita/Territori%20australi%20francesi>,
        <http://lexvo.org/id/term/jpn/%E4%BB%8F%E9%A0%98%E6%A5%B5%E5%8D%97%E8%AB%B8%E5%B3%B6>,
        <http://lexvo.org/id/term/kan/%E0%B2%AB%E0%B3%8D%E0%B2%B0%E0%B3%86%E0%B2%82%E0%B2%9A%E0%B3%8D%20%E0%B2%A6%E0%B2%95%E0%B3%8D%E0%B2%B7%E0%B2%BF%E0%B2%A3%20%E0%B2%AA%E0%B3%8D%E0%B2%B0%E0%B2%A6%E0%B3%87%E0%B2%B6%E0%B2%97%E0%B2%B3%E0%B3%81>,
        <http://lexvo.org/id/term/kas/%D9%81%D8%B1%D9%9B%D8%A7%D9%86%D8%B3%D9%90%D8%B3%DB%8C%20%D8%AC%D9%8E%D9%86%D9%88%D9%97%D8%A8%DB%8C%20%D8%B9%D9%8E%D9%84%D8%A7%D9%82%DB%81%D9%95>,
        <http://lexvo.org/id/term/kat/%E1%83%A4%E1%83%A0%E1%83%90%E1%83%9C%E1%83%92%E1%83%A3%E1%83%9A%E1%83%98%20%E1%83%A1%E1%83%90%E1%83%9B%E1%83%AE%E1%83%A0%E1%83%94%E1%83%97%E1%83%98%E1%83%A1%20%E1%83%A2%E1%83%94%E1%83%A0%E1%83%98%E1%83%A2%E1%83%9D%E1%83%A0%E1%83%98%E1%83%94%E1%83%91%E1%83%98>,
        <http://lexvo.org/id/term/kea/Terras%20Franses%20di%20Sul>,
        <http://lexvo.org/id/term/khm/%E1%9E%8A%E1%9F%82%E1%9E%93%E2%80%8B%E2%80%8B%E1%9E%A0%E1%9F%92%E1%9E%9C%E1%9F%92%E1%9E%9A%E1%9F%81%E1%9E%93%E2%80%8B%E1%9E%81%E1%9E%B6%E1%9E%84%E2%80%8B%E1%9E%8F%E1%9F%92%E1%9E%94%E1%9E%BC%E1%9E%84>,
        <http://lexvo.org/id/term/kor/%ED%94%84%EB%9E%91%EC%8A%A4%20%EB%82%A8%EB%B6%80%20%EC%A7%80%EB%B0%A9>,
        <http://lexvo.org/id/term/ksh/Franz%C3%BC%C3%BCsesche%20S%C3%B6dsee-Enselle>,
        <http://lexvo.org/id/term/lao/%E0%BA%AD%E0%BA%B2%E0%BA%99%E0%BA%B2%E0%BB%80%E0%BA%82%E0%BA%94%E0%BA%97%E0%BA%B2%E0%BA%87%E0%BB%83%E0%BA%95%E0%BB%89%E0%BA%82%E0%BA%AD%E0%BA%87%E0%BA%9D%E0%BA%A5%E0%BA%B1%E0%BB%88%E0%BA%87%E0%BB%80%E0%BA%AA%E0%BA%94>,
        <http://lexvo.org/id/term/lav/Fran%C4%8Du%20dienvidu%20teritorijas>,
        <http://lexvo.org/id/term/lit/Pranc%C5%ABzijos%20Piet%C5%B3%20sritys>,
        <http://lexvo.org/id/term/mal/%E0%B4%AB%E0%B5%8D%E0%B4%B0%E0%B4%9E%E0%B5%8D%E0%B4%9A%E0%B5%8D%20%E0%B4%A6%E0%B4%95%E0%B5%8D%E0%B4%B7%E0%B4%BF%E0%B4%A3%20%E0%B4%AD%E0%B5%82%E0%B4%AA%E0%B5%8D%E0%B4%B0%E0%B4%A6%E0%B5%87%E0%B4%B6%E0%B4%82>,
        <http://lexvo.org/id/term/mar/%E0%A4%AB%E0%A5%8D%E0%A4%B0%E0%A5%87%E0%A4%82%E0%A4%9A%20%E0%A4%A6%E0%A4%BE%E0%A4%95%E0%A5%8D%E0%A4%B7%E0%A4%BF%E0%A4%A3%E0%A4%BE%E0%A4%A4%E0%A5%8D%E0%A4%AF%20%E0%A4%AA%E0%A5%8D%E0%A4%B0%E0%A4%A6%E0%A5%87%E0%A4%B6>,
        <http://lexvo.org/id/term/mkd/%D0%A4%D1%80%D0%B0%D0%BD%D1%86%D1%83%D1%81%D0%BA%D0%B8%20%D0%88%D1%83%D0%B6%D0%BD%D0%B8%20%D1%82%D0%B5%D1%80%D0%B8%D1%82%D0%BE%D1%80%D0%B8%D0%B8>,
        <http://lexvo.org/id/term/mlt/Territorji%20Fran%C4%8Bi%C5%BCi%20ta%E2%80%99%20Nofsinhar>,
        <http://lexvo.org/id/term/mya/%E1%80%95%E1%80%BC%E1%80%84%E1%80%BA%E1%80%9E%E1%80%85%E1%80%BA%20%E1%80%90%E1%80%B1%E1%80%AC%E1%80%84%E1%80%BA%E1%80%95%E1%80%AD%E1%80%AF%E1%80%84%E1%80%BA%E1%80%B8%20%E1%80%95%E1%80%AD%E1%80%AF%E1%80%84%E1%80%BA%E1%80%94%E1%80%80%E1%80%BA%E1%80%99%E1%80%BB%E1%80%AC%E1%80%B8>,
        <http://lexvo.org/id/term/nep/%E0%A4%AB%E0%A5%8D%E0%A4%B0%E0%A4%BE%E0%A4%A8%E0%A5%8D%E0%A4%B8%E0%A5%87%E0%A4%B2%E0%A5%80%20%E0%A4%A6%E0%A4%95%E0%A5%8D%E0%A4%B7%E0%A4%BF%E0%A4%A3%E0%A5%80%20%E0%A4%95%E0%A5%8D%E0%A4%B7%E0%A5%87%E0%A4%A4%E0%A5%8D%E0%A4%B0>,
        <http://lexvo.org/id/term/nld/Franse%20Gebieden%20in%20de%20zuidelijke%20Indische%20Oceaan>,
        <http://lexvo.org/id/term/nno/Franske%20s%C3%B8romr%C3%A5de>,
        <http://lexvo.org/id/term/nob/De%20franske%20s%C3%B8rterritorier>,
        <http://lexvo.org/id/term/ori/%E0%AC%AB%E0%AC%B0%E0%AC%BE%E0%AC%B8%E0%AD%80%20%E0%AC%A6%E0%AC%95%E0%AD%8D%E0%AC%B7%E0%AC%BF%E0%AC%A3%20%E0%AC%95%E0%AD%8D%E0%AC%B7%E0%AD%87%E0%AC%A4%E0%AD%8D%E0%AC%B0>,
        <http://lexvo.org/id/term/pol/Francuskie%20Terytoria%20Po%C5%82udniowe>,
        <http://lexvo.org/id/term/por/Territ%C3%B3rios%20Franceses%20do%20Sul>,
        <http://lexvo.org/id/term/roh/Territoris%20Franzos%20Meridiunals>,
        <http://lexvo.org/id/term/ron/Teritoriile%20Australe%20%C8%99i%20Antarctice%20Franceze>,
        <http://lexvo.org/id/term/rus/%D0%A4%D1%80%D0%B0%D0%BD%D1%86%D1%83%D0%B7%D1%81%D0%BA%D0%B8%D0%B5%20%D0%AE%D0%B6%D0%BD%D1%8B%D0%B5%20%D0%A2%D0%B5%D1%80%D1%80%D0%B8%D1%82%D0%BE%D1%80%D0%B8%D0%B8>,
        <http://lexvo.org/id/term/sin/%E0%B6%AF%E0%B6%9A%E0%B7%94%E0%B6%AB%E0%B7%94%20%E0%B6%B4%E0%B7%8A%E2%80%8D%E0%B6%BB%E0%B6%82%E0%B7%81%20%E0%B6%AF%E0%B7%96%E0%B6%B4%E0%B6%AD%E0%B7%8A%20%E0%B7%83%E0%B6%B8%E0%B7%96%E0%B7%84%E0%B6%BA>,
        <http://lexvo.org/id/term/slk/Franc%C3%BAzske%20ju%C5%BEn%C3%A9%20%C3%BAzemia>,
        <http://lexvo.org/id/term/slv/Francosko%20ju%C5%BEno%20ozemlje>,
        <http://lexvo.org/id/term/spa/Territorios%20Australes%20Franceses>,
        <http://lexvo.org/id/term/srp-Latn/Francuske%20Ju%C5%BEne%20Teritorije>,
        <http://lexvo.org/id/term/srp/%D0%A4%D1%80%D0%B0%D0%BD%D1%86%D1%83%D1%81%D0%BA%D0%B5%20%D0%88%D1%83%D0%B6%D0%BD%D0%B5%20%D0%A2%D0%B5%D1%80%D0%B8%D1%82%D0%BE%D1%80%D0%B8%D1%98%D0%B5>,
        <http://lexvo.org/id/term/swe/Franska%20Sydterritorierna>,
        <http://lexvo.org/id/term/swh/Maeneo%20ya%20Kusini%20ya%20Ufaransa>,
        <http://lexvo.org/id/term/tam/%E0%AE%83%E0%AE%AA%E0%AF%8D%E0%AE%B0%E0%AF%86%E0%AE%A9%E0%AF%8D%E0%AE%9A%E0%AF%8D%20%E0%AE%A4%E0%AF%86%E0%AE%B1%E0%AF%8D%E0%AE%95%E0%AF%81%20%E0%AE%AE%E0%AE%BE%E0%AE%B9%E0%AE%BE%E0%AE%A3%E0%AE%99%E0%AF%8D%E0%AE%95%E0%AE%B3%E0%AF%8D>,
        <http://lexvo.org/id/term/tel/%E0%B0%AB%E0%B1%8D%E0%B0%B0%E0%B1%86%E0%B0%82%E0%B0%9A%E0%B1%8D%20%E0%B0%A6%E0%B0%95%E0%B1%8D%E0%B0%B7%E0%B0%BF%E0%B0%A3%20%E0%B0%AA%E0%B1%8D%E0%B0%B0%E0%B0%BE%E0%B0%82%E0%B0%A4%E0%B0%BE%E0%B0%B2%E0%B1%81>,
        <http://lexvo.org/id/term/tha/%E0%B9%80%E0%B8%9F%E0%B8%A3%E0%B8%99%E0%B8%8A%E0%B9%8C%E0%B9%80%E0%B8%8B%E0%B8%B2%E0%B9%80%E0%B8%97%E0%B8%B4%E0%B8%A3%E0%B9%8C%E0%B8%99%E0%B9%80%E0%B8%97%E0%B8%A3%E0%B9%8C%E0%B8%A3%E0%B8%B4%E0%B8%97%E0%B8%AD%E0%B8%A3%E0%B8%B5%E0%B8%AA%E0%B9%8C>,
        <http://lexvo.org/id/term/tig/%E1%8B%A8%E1%8D%88%E1%88%A8%E1%8A%95%E1%88%B3%E1%8B%AD%20%E1%8B%B0%E1%89%A1%E1%89%A3%E1%8B%8A%20%E1%8C%8D%E1%8B%9B%E1%89%B6%E1%89%BD>,
        <http://lexvo.org/id/term/tir/%E1%8B%A8%E1%8D%88%E1%88%A8%E1%8A%95%E1%88%B3%E1%8B%AD%20%E1%8B%B0%E1%89%A1%E1%89%A3%E1%8B%8A%20%E1%8C%8D%E1%8B%9B%E1%89%B6%E1%89%BD>,
        <http://lexvo.org/id/term/ton/Potu%20fonua%20tonga%20fakafalanis%C4%93>,
        <http://lexvo.org/id/term/tur/Frans%C4%B1z%20G%C3%BCney%20B%C3%B6lgeleri>,
        <http://lexvo.org/id/term/ukr/%D0%A4%D1%80%D0%B0%D0%BD%D1%86%D1%83%D0%B7%D1%8C%D0%BA%D1%96%20%D0%9F%D1%96%D0%B2%D0%B4%D0%B5%D0%BD%D0%BD%D1%96%20%D0%A2%D0%B5%D1%80%D0%B8%D1%82%D0%BE%D1%80%D1%96%D1%97>,
        <http://lexvo.org/id/term/urd/%D9%81%D8%B1%D8%A7%D9%86%D8%B3%DB%8C%D8%B3%DB%8C%20%D8%AC%D9%86%D9%88%D8%A8%DB%8C%20%D8%AE%D8%B7%DB%92>,
        <http://lexvo.org/id/term/vie/Thu%E1%BB%99c%20%C4%90%E1%BB%8Ba%20Nam%20c%E1%BB%A7a%20Ph%C3%A1p>,
        <http://lexvo.org/id/term/wae/Franz%C3%B6si%C5%A1i%20S%C3%BCd-%20und%20Antarktisgebiet>,
        <http://lexvo.org/id/term/wal/%E1%8B%A8%E1%8D%88%E1%88%A8%E1%8A%95%E1%88%B3%E1%8B%AD%20%E1%8B%B0%E1%89%A1%E1%89%A3%E1%8B%8A%20%E1%8C%8D%E1%8B%9B%E1%89%B6%E1%89%BD>,
        <http://lexvo.org/id/term/zsm/French%20Southern%20Territories>,
        <http://lexvo.org/id/term/zul/e-French%20Southern%20Territories> ;
    owl:sameAs <http://psi.oasis-open.org/iso/3166/#260>,
        <http://sws.geonames.org/1546748/> .

<http://lexvo.org/id/iso3166/UM> a lvont:GeographicRegion ;
    rdfs:label "VS klein omliggende eilande"@af,
        "የዩ ኤስ ጠረፍ ላይ ያሉ ደሴቶች"@am,
        "جزر الولايات المتحدة البعيدة الصغيرة"@ar,
        "Islles Perifériques Menores de los EE.XX."@ast,
        "Birləşmiş Ştatların uzaq adaları"@az,
        "САЩ - външни острови"@bg,
        "যুক্তরাষ্ট্রের ক্ষুদ্র ও পার্শ্ববর্তী দ্বীপপুঞ্জ"@bn,
        "Inizi diabell ar Stadoù-Unanet"@br,
        "युनाइटेड स्टेट्स के छोटे बाहरिय द्वीप"@brx,
        "Manja Udaljena Ostrva SAD"@bs,
        "Мања удаљена острва САД"@bs-Cyrl,
        "Illes Perifèriques Menors dels EUA"@ca,
        "美国边远小岛"@cmn,
        "美屬邊疆群島"@cmn-Hant,
        "Menší odlehlé ostrovy USA"@cs,
        "Ynysoedd Pellenig UDA"@cy,
        "Amerikanske oversøiske øer"@da,
        "Amerikanisch-Ozeanien"@de,
        "ཡུ་ཨེས་གྱི་མཐའ་མཚམས་མཚོ་གླིང་"@dz,
        "U.S. Minor Outlaying ƒudomekpowo nutome"@ee,
        "Απομακρυσμένες Νησίδες Η.Π.Α."@el,
        "ISO 3166-1:UM"@en,
        "U.S. Minor Outlying Islands"@en,
        "U.S. Outlying Islands"@en,
        "𐐏𐐭𐑌𐐰𐐮𐐻𐐲𐐼 𐐝𐐻𐐩𐐻𐑅 𐐣𐐴𐑌𐐬𐑉 𐐍𐐻𐑊𐐴𐐨𐑍 𐐌𐑊𐐲𐑌𐐼𐑆"@en-Dsrt,
        "Usonaj malgrandaj insuloj"@eo,
        "Islas menores alejadas de los Estados Unidos"@es,
        "Ühendriikide hajasaared"@et,
        "Estatu Batuetatik urruti dauden uharte txikiak"@eu,
        "جزایر دورافتادهٔ ایالات متحده"@fa,
        "Yhdysvaltain pienet erillissaaret"@fi,
        "U.S. Outlying Islands"@fil,
        "Îles éloignées des États-Unis"@fr,
        "Isulis periferichis minôrs dai Stâts Unîts"@fur,
        "Mion-Oileáin Imeallacha S.A.M."@ga,
        "Meanbh-Eileanan Iomallach nan Stàitean Aonaichte"@gd,
        "Illas Menores Distantes dos EUA."@gl,
        "Amerikanisch-Ozeaanie"@gsw,
        "સંયુક્ત રાજ્ય માઇનર આઉટલાઇંગ આયલેન્ડ"@gu,
        "איים לחוף ארצות הברית"@he,
        "युनाइटेड स्टेट्स माइनर आउटलाइंग द्वीपसमूह"@hi,
        "Ujedinjene Države Manjih Pacifičkih Otoka"@hr,
        "Amerikai Csendes-óceáni Szigetek"@hu,
        "Kepulauan Terluar A.S."@id,
        "Smáeyjar Bandaríkjanna"@is,
        "Isole periferiche agli USA"@it,
        "米領太平洋諸島"@ja,
        "შეერთებული შტატების მცირე დაშორებული კუნძულები"@ka,
        "Ilhas Minoris Distantis de Stadus Unidus"@kea,
        "កោះ​អៅឡាយីង​អាមេរិក"@km,
        "U.S. ಮೈನರ್ ಔಟ್‌ಲೇಯಿಂಗ್ ದ್ವೀಪಗಳು"@kn,
        "미국령 해외 제도"@ko,
        "یوٗنایٹِڑ سِٹیٹِس ماینَر آوُٹلییِنٛگ جٔزیٖرٕ"@ks,
        "de Vereineschte Schtaate vun Amärrika ier ußerhallef jelääje Enselsche"@ksh,
        "ຫມູ່ເກາະຮອບນອກຂອງສະຫະລັດ"@lo,
        "Jungtinių Valstijų mažosios aplinkinės salos"@lt,
        "ASV Mazās Aizjūras salas"@lv,
        "Американски територии во Пацификот"@mk,
        "യുണൈറ്റഡ് സ്റ്റേറ്റ്സും ചെറിയ പുറംദ്വീപുകളും"@ml,
        "युनाइटेड स्टेट्स माइनर आउटलाइंग बेटे"@mr,
        "United States Minor Outlying Islands"@mt,
        "ယူနိုက်တက်စတိတ် အပြင်ထွက် နေသည့် သေးငယ်သောကျွန်းများ"@my,
        "USAs ytre småøyer"@nb,
        "संयुक्त राज्य बाह्य टापु"@ne,
        "Kleine afgelegen eilanden van de Verenigde Staten"@nl,
        "USAs ytre småøyar"@nn,
        "ୟୁନାଇଟେଡ୍ ଷ୍ଟେଟସ୍ ମାଇନର୍ ଆଉଟଲେଇଂ ଦ୍ବୀପପୁଞ୍ଜ"@or,
        "Dalekie Wyspy Mniejsze Stanów Zjednoczonych"@pl,
        "Ilhas Distantes dos EUA"@pt,
        "Inslas pitschnas perifericas dals Stadis Unids da l'America"@rm,
        "Insulele Minore Îndepărtate ale Statelor Unite ale Americii"@ro,
        "Внешние малые острова (США)"@ru,
        "එක්සත් ජනපද ඈත දූපත්"@si,
        "Menšie odľahlé ostrovy USA"@sk,
        "Druga ameriška ozemlja v Tihem oceanu"@sl,
        "Мања удаљена острва САД"@sr,
        "Manja Udaljena Ostrva SAD"@sr-Latn,
        "USA:s yttre öar"@sv,
        "Visiwa Vidogo vya Nje vya Marekani"@swh,
        "ஐக்கிய அமெரிக்காவை சுற்றியுள்ள தீவுகள்"@ta,
        "సంయుక్త రాజ్య అమెరికా యునైటెడ్ స్టేట్స్ మైనర్ బయట ఉన్న దీవులు"@te,
        "หมู่เกาะรอบนอกของสหรัฐอเมริกา"@th,
        "የአሜሪካ ራቅ ያሉ አናሳ ደሴቶች"@ti,
        "ʻOtumotu siʻi ʻo ʻAmelika"@to,
        "ABD Dış Adaları"@tr,
        "Віддалені Острови США"@uk,
        "امریکہ سے باہر کے چھوٹے جزائز"@ur,
        "Các đảo nhỏ xa trung tâm thuộc Mỹ"@vi,
        "Amerikaniš Ozeanie"@wae,
        "United States Minor Outlying Islands"@zsm,
        "e-U.S. Minor Outlying Islands"@zu ;
    lvont:label <http://lexvo.org/id/term/afr/VS%20klein%20omliggende%20eilande>,
        <http://lexvo.org/id/term/amh/%E1%8B%A8%E1%8B%A9%20%E1%8A%A4%E1%88%B5%20%E1%8C%A0%E1%88%A8%E1%8D%8D%20%E1%88%8B%E1%8B%AD%20%E1%8B%AB%E1%88%89%20%E1%8B%B0%E1%88%B4%E1%89%B6%E1%89%BD>,
        <http://lexvo.org/id/term/ara/%D8%AC%D8%B2%D8%B1%20%D8%A7%D9%84%D9%88%D9%84%D8%A7%D9%8A%D8%A7%D8%AA%20%D8%A7%D9%84%D9%85%D8%AA%D8%AD%D8%AF%D8%A9%20%D8%A7%D9%84%D8%A8%D8%B9%D9%8A%D8%AF%D8%A9%20%D8%A7%D9%84%D8%B5%D8%BA%D9%8A%D8%B1%D8%A9>,
        <http://lexvo.org/id/term/ast/Islles%20Perif%C3%A9riques%20Menores%20de%20los%20EE.XX.>,
        <http://lexvo.org/id/term/aze/Birl%C9%99%C5%9Fmi%C5%9F%20%C5%9Etatlar%C4%B1n%20uzaq%20adalar%C4%B1>,
        <http://lexvo.org/id/term/ben/%E0%A6%AF%E0%A7%81%E0%A6%95%E0%A7%8D%E0%A6%A4%E0%A6%B0%E0%A6%BE%E0%A6%B7%E0%A7%8D%E0%A6%9F%E0%A7%8D%E0%A6%B0%E0%A7%87%E0%A6%B0%20%E0%A6%95%E0%A7%8D%E0%A6%B7%E0%A7%81%E0%A6%A6%E0%A7%8D%E0%A6%B0%20%E0%A6%93%20%E0%A6%AA%E0%A6%BE%E0%A6%B0%E0%A7%8D%E0%A6%B6%E0%A7%8D%E0%A6%AC%E0%A6%AC%E0%A6%B0%E0%A7%8D%E0%A6%A4%E0%A7%80%20%E0%A6%A6%E0%A7%8D%E0%A6%AC%E0%A7%80%E0%A6%AA%E0%A6%AA%E0%A7%81%E0%A6%9E%E0%A7%8D%E0%A6%9C>,
        <http://lexvo.org/id/term/bos-Cyrl/%D0%9C%D0%B0%D1%9A%D0%B0%20%D1%83%D0%B4%D0%B0%D1%99%D0%B5%D0%BD%D0%B0%20%D0%BE%D1%81%D1%82%D1%80%D0%B2%D0%B0%20%D0%A1%D0%90%D0%94>,
        <http://lexvo.org/id/term/bos/Manja%20Udaljena%20Ostrva%20SAD>,
        <http://lexvo.org/id/term/bre/Inizi%20diabell%20ar%20Stado%C3%B9-Unanet>,
        <http://lexvo.org/id/term/brx/%E0%A4%AF%E0%A5%81%E0%A4%A8%E0%A4%BE%E0%A4%87%E0%A4%9F%E0%A5%87%E0%A4%A1%20%E0%A4%B8%E0%A5%8D%E0%A4%9F%E0%A5%87%E0%A4%9F%E0%A5%8D%E0%A4%B8%20%E0%A4%95%E0%A5%87%20%E0%A4%9B%E0%A5%8B%E0%A4%9F%E0%A5%87%20%E0%A4%AC%E0%A4%BE%E0%A4%B9%E0%A4%B0%E0%A4%BF%E0%A4%AF%20%E0%A4%A6%E0%A5%8D%E0%A4%B5%E0%A5%80%E0%A4%AA>,
        <http://lexvo.org/id/term/bul/%D0%A1%D0%90%D0%A9%20-%20%D0%B2%D1%8A%D0%BD%D1%88%D0%BD%D0%B8%20%D0%BE%D1%81%D1%82%D1%80%D0%BE%D0%B2%D0%B8>,
        <http://lexvo.org/id/term/cat/Illes%20Perif%C3%A8riques%20Menors%20dels%20EUA>,
        <http://lexvo.org/id/term/ces/Men%C5%A1%C3%AD%20odlehl%C3%A9%20ostrovy%20USA>,
        <http://lexvo.org/id/term/cmn-Hant/%E7%BE%8E%E5%B1%AC%E9%82%8A%E7%96%86%E7%BE%A4%E5%B3%B6>,
        <http://lexvo.org/id/term/cmn/%E7%BE%8E%E5%9B%BD%E8%BE%B9%E8%BF%9C%E5%B0%8F%E5%B2%9B>,
        <http://lexvo.org/id/term/cym/Ynysoedd%20Pellenig%20UDA>,
        <http://lexvo.org/id/term/dan/Amerikanske%20overs%C3%B8iske%20%C3%B8er>,
        <http://lexvo.org/id/term/deu/Amerikanisch-Ozeanien>,
        <http://lexvo.org/id/term/dzo/%E0%BD%A1%E0%BD%B4%E0%BC%8B%E0%BD%A8%E0%BD%BA%E0%BD%A6%E0%BC%8B%E0%BD%82%E0%BE%B1%E0%BD%B2%E0%BC%8B%E0%BD%98%E0%BD%90%E0%BD%A0%E0%BC%8B%E0%BD%98%E0%BD%9A%E0%BD%98%E0%BD%A6%E0%BC%8B%E0%BD%98%E0%BD%9A%E0%BD%BC%E0%BC%8B%E0%BD%82%E0%BE%B3%E0%BD%B2%E0%BD%84%E0%BC%8B>,
        <http://lexvo.org/id/term/ell/%CE%91%CF%80%CE%BF%CE%BC%CE%B1%CE%BA%CF%81%CF%85%CF%83%CE%BC%CE%AD%CE%BD%CE%B5%CF%82%20%CE%9D%CE%B7%CF%83%CE%AF%CE%B4%CE%B5%CF%82%20%CE%97.%CE%A0.%CE%91.>,
        <http://lexvo.org/id/term/eng-Dsrt/%F0%90%90%8F%F0%90%90%AD%F0%90%91%8C%F0%90%90%B0%F0%90%90%AE%F0%90%90%BB%F0%90%90%B2%F0%90%90%BC%20%F0%90%90%9D%F0%90%90%BB%F0%90%90%A9%F0%90%90%BB%F0%90%91%85%20%F0%90%90%A3%F0%90%90%B4%F0%90%91%8C%F0%90%90%AC%F0%90%91%89%20%F0%90%90%8D%F0%90%90%BB%F0%90%91%8A%F0%90%90%B4%F0%90%90%A8%F0%90%91%8D%20%F0%90%90%8C%F0%90%91%8A%F0%90%90%B2%F0%90%91%8C%F0%90%90%BC%F0%90%91%86>,
        <http://lexvo.org/id/term/eng/ISO%203166-1%3AUM>,
        <http://lexvo.org/id/term/eng/U.S.%20Minor%20Outlying%20Islands>,
        <http://lexvo.org/id/term/eng/U.S.%20Outlying%20Islands>,
        <http://lexvo.org/id/term/epo/Usonaj%20malgrandaj%20insuloj>,
        <http://lexvo.org/id/term/est/%C3%9Chendriikide%20hajasaared>,
        <http://lexvo.org/id/term/eus/Estatu%20Batuetatik%20urruti%20dauden%20uharte%20txikiak>,
        <http://lexvo.org/id/term/ewe/U.S.%20Minor%20Outlaying%20%C6%92udomekpowo%20nutome>,
        <http://lexvo.org/id/term/fas/%D8%AC%D8%B2%D8%A7%DB%8C%D8%B1%20%D8%AF%D9%88%D8%B1%D8%A7%D9%81%D8%AA%D8%A7%D8%AF%D9%87%D9%94%20%D8%A7%DB%8C%D8%A7%D9%84%D8%A7%D8%AA%20%D9%85%D8%AA%D8%AD%D8%AF%D9%87>,
        <http://lexvo.org/id/term/fil/U.S.%20Outlying%20Islands>,
        <http://lexvo.org/id/term/fin/Yhdysvaltain%20pienet%20erillissaaret>,
        <http://lexvo.org/id/term/fra/%C3%8Eles%20%C3%A9loign%C3%A9es%20des%20%C3%89tats-Unis>,
        <http://lexvo.org/id/term/fur/Isulis%20periferichis%20min%C3%B4rs%20dai%20St%C3%A2ts%20Un%C3%AEts>,
        <http://lexvo.org/id/term/gla/Meanbh-Eileanan%20Iomallach%20nan%20St%C3%A0itean%20Aonaichte>,
        <http://lexvo.org/id/term/gle/Mion-Oile%C3%A1in%20Imeallacha%20S.A.M.>,
        <http://lexvo.org/id/term/glg/Illas%20Menores%20Distantes%20dos%20EUA.>,
        <http://lexvo.org/id/term/gsw/Amerikanisch-Ozeaanie>,
        <http://lexvo.org/id/term/guj/%E0%AA%B8%E0%AA%82%E0%AA%AF%E0%AB%81%E0%AA%95%E0%AB%8D%E0%AA%A4%20%E0%AA%B0%E0%AA%BE%E0%AA%9C%E0%AB%8D%E0%AA%AF%20%E0%AA%AE%E0%AA%BE%E0%AA%87%E0%AA%A8%E0%AA%B0%20%E0%AA%86%E0%AA%89%E0%AA%9F%E0%AA%B2%E0%AA%BE%E0%AA%87%E0%AA%82%E0%AA%97%20%E0%AA%86%E0%AA%AF%E0%AA%B2%E0%AB%87%E0%AA%A8%E0%AB%8D%E0%AA%A1>,
        <http://lexvo.org/id/term/heb/%D7%90%D7%99%D7%99%D7%9D%20%D7%9C%D7%97%D7%95%D7%A3%20%D7%90%D7%A8%D7%A6%D7%95%D7%AA%20%D7%94%D7%91%D7%A8%D7%99%D7%AA>,
        <http://lexvo.org/id/term/hin/%E0%A4%AF%E0%A5%81%E0%A4%A8%E0%A4%BE%E0%A4%87%E0%A4%9F%E0%A5%87%E0%A4%A1%20%E0%A4%B8%E0%A5%8D%E0%A4%9F%E0%A5%87%E0%A4%9F%E0%A5%8D%E0%A4%B8%20%E0%A4%AE%E0%A4%BE%E0%A4%87%E0%A4%A8%E0%A4%B0%20%E0%A4%86%E0%A4%89%E0%A4%9F%E0%A4%B2%E0%A4%BE%E0%A4%87%E0%A4%82%E0%A4%97%20%E0%A4%A6%E0%A5%8D%E0%A4%B5%E0%A5%80%E0%A4%AA%E0%A4%B8%E0%A4%AE%E0%A5%82%E0%A4%B9>,
        <http://lexvo.org/id/term/hrv/Ujedinjene%20Dr%C5%BEave%20Manjih%20Pacifi%C4%8Dkih%20Otoka>,
        <http://lexvo.org/id/term/hun/Amerikai%20Csendes-%C3%B3ce%C3%A1ni%20Szigetek>,
        <http://lexvo.org/id/term/ind/Kepulauan%20Terluar%20A.S.>,
        <http://lexvo.org/id/term/isl/Sm%C3%A1eyjar%20Bandar%C3%ADkjanna>,
        <http://lexvo.org/id/term/ita/Isole%20periferiche%20agli%20USA>,
        <http://lexvo.org/id/term/jpn/%E7%B1%B3%E9%A0%98%E5%A4%AA%E5%B9%B3%E6%B4%8B%E8%AB%B8%E5%B3%B6>,
        <http://lexvo.org/id/term/kan/U.S.%20%E0%B2%AE%E0%B3%88%E0%B2%A8%E0%B2%B0%E0%B3%8D%20%E0%B2%94%E0%B2%9F%E0%B3%8D%E2%80%8C%E0%B2%B2%E0%B3%87%E0%B2%AF%E0%B2%BF%E0%B2%82%E0%B2%97%E0%B3%8D%20%E0%B2%A6%E0%B3%8D%E0%B2%B5%E0%B3%80%E0%B2%AA%E0%B2%97%E0%B2%B3%E0%B3%81>,
        <http://lexvo.org/id/term/kas/%DB%8C%D9%88%D9%97%D9%86%D8%A7%DB%8C%D9%B9%D9%90%DA%91%20%D8%B3%D9%90%D9%B9%DB%8C%D9%B9%D9%90%D8%B3%20%D9%85%D8%A7%DB%8C%D9%86%D9%8E%D8%B1%20%D8%A2%D9%88%D9%8F%D9%B9%D9%84%DB%8C%DB%8C%D9%90%D9%86%D9%9B%DA%AF%20%D8%AC%D9%94%D8%B2%DB%8C%D9%96%D8%B1%D9%95>,
        <http://lexvo.org/id/term/kat/%E1%83%A8%E1%83%94%E1%83%94%E1%83%A0%E1%83%97%E1%83%94%E1%83%91%E1%83%A3%E1%83%9A%E1%83%98%20%E1%83%A8%E1%83%A2%E1%83%90%E1%83%A2%E1%83%94%E1%83%91%E1%83%98%E1%83%A1%20%E1%83%9B%E1%83%AA%E1%83%98%E1%83%A0%E1%83%94%20%E1%83%93%E1%83%90%E1%83%A8%E1%83%9D%E1%83%A0%E1%83%94%E1%83%91%E1%83%A3%E1%83%9A%E1%83%98%20%E1%83%99%E1%83%A3%E1%83%9C%E1%83%AB%E1%83%A3%E1%83%9A%E1%83%94%E1%83%91%E1%83%98>,
        <http://lexvo.org/id/term/kea/Ilhas%20Minoris%20Distantis%20de%20Stadus%20Unidus>,
        <http://lexvo.org/id/term/khm/%E1%9E%80%E1%9F%84%E1%9F%87%E2%80%8B%E1%9E%A2%E1%9F%85%E1%9E%A1%E1%9E%B6%E1%9E%99%E1%9E%B8%E1%9E%84%E2%80%8B%E1%9E%A2%E1%9E%B6%E1%9E%98%E1%9F%81%E1%9E%9A%E1%9E%B7%E1%9E%80>,
        <http://lexvo.org/id/term/kor/%EB%AF%B8%EA%B5%AD%EB%A0%B9%20%ED%95%B4%EC%99%B8%20%EC%A0%9C%EB%8F%84>,
        <http://lexvo.org/id/term/ksh/de%20Vereineschte%20Schtaate%20vun%20Am%C3%A4rrika%20ier%20u%C3%9Ferhallef%20jel%C3%A4%C3%A4je%20Enselsche>,
        <http://lexvo.org/id/term/lao/%E0%BA%AB%E0%BA%A1%E0%BA%B9%E0%BB%88%E0%BB%80%E0%BA%81%E0%BA%B2%E0%BA%B0%E0%BA%AE%E0%BA%AD%E0%BA%9A%E0%BA%99%E0%BA%AD%E0%BA%81%E0%BA%82%E0%BA%AD%E0%BA%87%E0%BA%AA%E0%BA%B0%E0%BA%AB%E0%BA%B0%E0%BA%A5%E0%BA%B1%E0%BA%94>,
        <http://lexvo.org/id/term/lav/ASV%20Maz%C4%81s%20Aizj%C5%ABras%20salas>,
        <http://lexvo.org/id/term/lit/Jungtini%C5%B3%20Valstij%C5%B3%20ma%C5%BEosios%20aplinkin%C4%97s%20salos>,
        <http://lexvo.org/id/term/mal/%E0%B4%AF%E0%B5%81%E0%B4%A3%E0%B5%88%E0%B4%B1%E0%B5%8D%E0%B4%B1%E0%B4%A1%E0%B5%8D%20%E0%B4%B8%E0%B5%8D%E0%B4%B1%E0%B5%8D%E0%B4%B1%E0%B5%87%E0%B4%B1%E0%B5%8D%E0%B4%B1%E0%B5%8D%E0%B4%B8%E0%B5%81%E0%B4%82%20%E0%B4%9A%E0%B5%86%E0%B4%B1%E0%B4%BF%E0%B4%AF%20%E0%B4%AA%E0%B5%81%E0%B4%B1%E0%B4%82%E0%B4%A6%E0%B5%8D%E0%B4%B5%E0%B5%80%E0%B4%AA%E0%B5%81%E0%B4%95%E0%B4%B3%E0%B5%81%E0%B4%82>,
        <http://lexvo.org/id/term/mar/%E0%A4%AF%E0%A5%81%E0%A4%A8%E0%A4%BE%E0%A4%87%E0%A4%9F%E0%A5%87%E0%A4%A1%20%E0%A4%B8%E0%A5%8D%E0%A4%9F%E0%A5%87%E0%A4%9F%E0%A5%8D%E0%A4%B8%20%E0%A4%AE%E0%A4%BE%E0%A4%87%E0%A4%A8%E0%A4%B0%20%E0%A4%86%E0%A4%89%E0%A4%9F%E0%A4%B2%E0%A4%BE%E0%A4%87%E0%A4%82%E0%A4%97%20%E0%A4%AC%E0%A5%87%E0%A4%9F%E0%A5%87>,
        <http://lexvo.org/id/term/mkd/%D0%90%D0%BC%D0%B5%D1%80%D0%B8%D0%BA%D0%B0%D0%BD%D1%81%D0%BA%D0%B8%20%D1%82%D0%B5%D1%80%D0%B8%D1%82%D0%BE%D1%80%D0%B8%D0%B8%20%D0%B2%D0%BE%20%D0%9F%D0%B0%D1%86%D0%B8%D1%84%D0%B8%D0%BA%D0%BE%D1%82>,
        <http://lexvo.org/id/term/mlt/United%20States%20Minor%20Outlying%20Islands>,
        <http://lexvo.org/id/term/mya/%E1%80%9A%E1%80%B0%E1%80%94%E1%80%AD%E1%80%AF%E1%80%80%E1%80%BA%E1%80%90%E1%80%80%E1%80%BA%E1%80%85%E1%80%90%E1%80%AD%E1%80%90%E1%80%BA%20%E1%80%A1%E1%80%95%E1%80%BC%E1%80%84%E1%80%BA%E1%80%91%E1%80%BD%E1%80%80%E1%80%BA%20%E1%80%94%E1%80%B1%E1%80%9E%E1%80%8A%E1%80%B7%E1%80%BA%20%E1%80%9E%E1%80%B1%E1%80%B8%E1%80%84%E1%80%9A%E1%80%BA%E1%80%9E%E1%80%B1%E1%80%AC%E1%80%80%E1%80%BB%E1%80%BD%E1%80%94%E1%80%BA%E1%80%B8%E1%80%99%E1%80%BB%E1%80%AC%E1%80%B8>,
        <http://lexvo.org/id/term/nep/%E0%A4%B8%E0%A4%82%E0%A4%AF%E0%A5%81%E0%A4%95%E0%A5%8D%E0%A4%A4%20%E0%A4%B0%E0%A4%BE%E0%A4%9C%E0%A5%8D%E0%A4%AF%20%E0%A4%AC%E0%A4%BE%E0%A4%B9%E0%A5%8D%E0%A4%AF%20%E0%A4%9F%E0%A4%BE%E0%A4%AA%E0%A5%81>,
        <http://lexvo.org/id/term/nld/Kleine%20afgelegen%20eilanden%20van%20de%20Verenigde%20Staten>,
        <http://lexvo.org/id/term/nno/USAs%20ytre%20sm%C3%A5%C3%B8yar>,
        <http://lexvo.org/id/term/nob/USAs%20ytre%20sm%C3%A5%C3%B8yer>,
        <http://lexvo.org/id/term/ori/%E0%AD%9F%E0%AD%81%E0%AC%A8%E0%AC%BE%E0%AC%87%E0%AC%9F%E0%AD%87%E0%AC%A1%E0%AD%8D%20%E0%AC%B7%E0%AD%8D%E0%AC%9F%E0%AD%87%E0%AC%9F%E0%AC%B8%E0%AD%8D%20%E0%AC%AE%E0%AC%BE%E0%AC%87%E0%AC%A8%E0%AC%B0%E0%AD%8D%20%E0%AC%86%E0%AC%89%E0%AC%9F%E0%AC%B2%E0%AD%87%E0%AC%87%E0%AC%82%20%E0%AC%A6%E0%AD%8D%E0%AC%AC%E0%AD%80%E0%AC%AA%E0%AC%AA%E0%AD%81%E0%AC%9E%E0%AD%8D%E0%AC%9C>,
        <http://lexvo.org/id/term/pol/Dalekie%20Wyspy%20Mniejsze%20Stan%C3%B3w%20Zjednoczonych>,
        <http://lexvo.org/id/term/por/Ilhas%20Distantes%20dos%20EUA>,
        <http://lexvo.org/id/term/roh/Inslas%20pitschnas%20perifericas%20dals%20Stadis%20Unids%20da%20l'America>,
        <http://lexvo.org/id/term/ron/Insulele%20Minore%20%C3%8Endep%C4%83rtate%20ale%20Statelor%20Unite%20ale%20Americii>,
        <http://lexvo.org/id/term/rus/%D0%92%D0%BD%D0%B5%D1%88%D0%BD%D0%B8%D0%B5%20%D0%BC%D0%B0%D0%BB%D1%8B%D0%B5%20%D0%BE%D1%81%D1%82%D1%80%D0%BE%D0%B2%D0%B0%20(%D0%A1%D0%A8%D0%90)>,
        <http://lexvo.org/id/term/sin/%E0%B6%91%E0%B6%9A%E0%B7%8A%E0%B7%83%E0%B6%AD%E0%B7%8A%20%E0%B6%A2%E0%B6%B1%E0%B6%B4%E0%B6%AF%20%E0%B6%88%E0%B6%AD%20%E0%B6%AF%E0%B7%96%E0%B6%B4%E0%B6%AD%E0%B7%8A>,
        <http://lexvo.org/id/term/slk/Men%C5%A1ie%20od%C4%BEahl%C3%A9%20ostrovy%20USA>,
        <http://lexvo.org/id/term/slv/Druga%20ameri%C5%A1ka%20ozemlja%20v%20Tihem%20oceanu>,
        <http://lexvo.org/id/term/spa/Islas%20menores%20alejadas%20de%20los%20Estados%20Unidos>,
        <http://lexvo.org/id/term/srp-Latn/Manja%20Udaljena%20Ostrva%20SAD>,
        <http://lexvo.org/id/term/srp/%D0%9C%D0%B0%D1%9A%D0%B0%20%D1%83%D0%B4%D0%B0%D1%99%D0%B5%D0%BD%D0%B0%20%D0%BE%D1%81%D1%82%D1%80%D0%B2%D0%B0%20%D0%A1%D0%90%D0%94>,
        <http://lexvo.org/id/term/swe/USA%3As%20yttre%20%C3%B6ar>,
        <http://lexvo.org/id/term/swh/Visiwa%20Vidogo%20vya%20Nje%20vya%20Marekani>,
        <http://lexvo.org/id/term/tam/%E0%AE%90%E0%AE%95%E0%AF%8D%E0%AE%95%E0%AE%BF%E0%AE%AF%20%E0%AE%85%E0%AE%AE%E0%AF%86%E0%AE%B0%E0%AE%BF%E0%AE%95%E0%AF%8D%E0%AE%95%E0%AE%BE%E0%AE%B5%E0%AF%88%20%E0%AE%9A%E0%AF%81%E0%AE%B1%E0%AF%8D%E0%AE%B1%E0%AE%BF%E0%AE%AF%E0%AF%81%E0%AE%B3%E0%AF%8D%E0%AE%B3%20%E0%AE%A4%E0%AF%80%E0%AE%B5%E0%AF%81%E0%AE%95%E0%AE%B3%E0%AF%8D>,
        <http://lexvo.org/id/term/tel/%E0%B0%B8%E0%B0%82%E0%B0%AF%E0%B1%81%E0%B0%95%E0%B1%8D%E0%B0%A4%20%E0%B0%B0%E0%B0%BE%E0%B0%9C%E0%B1%8D%E0%B0%AF%20%E0%B0%85%E0%B0%AE%E0%B1%86%E0%B0%B0%E0%B0%BF%E0%B0%95%E0%B0%BE%20%E0%B0%AF%E0%B1%81%E0%B0%A8%E0%B1%88%E0%B0%9F%E0%B1%86%E0%B0%A1%E0%B1%8D%20%E0%B0%B8%E0%B1%8D%E0%B0%9F%E0%B1%87%E0%B0%9F%E0%B1%8D%E0%B0%B8%E0%B1%8D%20%E0%B0%AE%E0%B1%88%E0%B0%A8%E0%B0%B0%E0%B1%8D%20%E0%B0%AC%E0%B0%AF%E0%B0%9F%20%E0%B0%89%E0%B0%A8%E0%B1%8D%E0%B0%A8%20%E0%B0%A6%E0%B1%80%E0%B0%B5%E0%B1%81%E0%B0%B2%E0%B1%81>,
        <http://lexvo.org/id/term/tha/%E0%B8%AB%E0%B8%A1%E0%B8%B9%E0%B9%88%E0%B9%80%E0%B8%81%E0%B8%B2%E0%B8%B0%E0%B8%A3%E0%B8%AD%E0%B8%9A%E0%B8%99%E0%B8%AD%E0%B8%81%E0%B8%82%E0%B8%AD%E0%B8%87%E0%B8%AA%E0%B8%AB%E0%B8%A3%E0%B8%B1%E0%B8%90%E0%B8%AD%E0%B9%80%E0%B8%A1%E0%B8%A3%E0%B8%B4%E0%B8%81%E0%B8%B2>,
        <http://lexvo.org/id/term/tir/%E1%8B%A8%E1%8A%A0%E1%88%9C%E1%88%AA%E1%8A%AB%20%E1%88%AB%E1%89%85%20%E1%8B%AB%E1%88%89%20%E1%8A%A0%E1%8A%93%E1%88%B3%20%E1%8B%B0%E1%88%B4%E1%89%B6%E1%89%BD>,
        <http://lexvo.org/id/term/ton/%CA%BBOtumotu%20si%CA%BBi%20%CA%BBo%20%CA%BBAmelika>,
        <http://lexvo.org/id/term/tur/ABD%20D%C4%B1%C5%9F%20Adalar%C4%B1>,
        <http://lexvo.org/id/term/ukr/%D0%92%D1%96%D0%B4%D0%B4%D0%B0%D0%BB%D0%B5%D0%BD%D1%96%20%D0%9E%D1%81%D1%82%D1%80%D0%BE%D0%B2%D0%B8%20%D0%A1%D0%A8%D0%90>,
        <http://lexvo.org/id/term/urd/%D8%A7%D9%85%D8%B1%DB%8C%DA%A9%DB%81%20%D8%B3%DB%92%20%D8%A8%D8%A7%DB%81%D8%B1%20%DA%A9%DB%92%20%DA%86%DA%BE%D9%88%D9%B9%DB%92%20%D8%AC%D8%B2%D8%A7%D8%A6%D8%B2>,
        <http://lexvo.org/id/term/vie/C%C3%A1c%20%C4%91%E1%BA%A3o%20nh%E1%BB%8F%20xa%20trung%20t%C3%A2m%20thu%E1%BB%99c%20M%E1%BB%B9>,
        <http://lexvo.org/id/term/wae/Amerikani%C5%A1%20Ozeanie>,
        <http://lexvo.org/id/term/zsm/United%20States%20Minor%20Outlying%20Islands>,
        <http://lexvo.org/id/term/zul/e-U.S.%20Minor%20Outlying%20Islands> ;
    owl:sameAs <http://psi.oasis-open.org/iso/3166/#581>,
        <http://sws.geonames.org/5854968/> .

<http://lexvo.org/id/iso3166/XK> a lvont:GeographicRegion ;
    owl:sameAs <http://sws.geonames.org/831053/> .

<http://lexvo.org/id/iso639-3/axl> a lvont:Language,
        skos:Concept ;
    skos:altLabel "Aranda, Lower Southern"@en ;
    skos:inScheme lexvo: ;
    skos:prefLabel "Lower Southern Aranda"@en .

<http://lexvo.org/id/iso639-3/bjp> a lvont:Language,
        skos:Concept ;
    skos:inScheme lexvo: ;
    skos:prefLabel "Fanamaket"@en .

<http://lexvo.org/id/iso639-3/bvp> a lvont:Language,
        skos:Concept ;
    skos:inScheme lexvo: ;
    skos:prefLabel "Bumang"@en .

<http://lexvo.org/id/iso639-3/cpo> a lvont:Language,
        skos:Concept ;
    skos:inScheme lexvo: ;
    skos:prefLabel "Kpeego"@en .

<http://lexvo.org/id/iso639-3/csj> a lvont:Language,
        skos:Concept ;
    skos:altLabel "Chin, Songlai"@en ;
    skos:inScheme lexvo: ;
    skos:prefLabel "Songlai Chin"@en .

<http://lexvo.org/id/iso639-3/dhx> a lvont:Language,
        skos:Concept ;
    skos:inScheme lexvo: ;
    skos:prefLabel "Dhungaloo"@en .

<http://lexvo.org/id/iso639-3/dlk> a lvont:Language,
        skos:Concept ;
    skos:inScheme lexvo: ;
    skos:prefLabel "Dahalik"@en .

<http://lexvo.org/id/iso639-3/dmw> a lvont:Language,
        skos:Concept ;
    skos:inScheme lexvo: ;
    skos:prefLabel "Mudburra"@en .

<http://lexvo.org/id/iso639-3/dnj> a lvont:Language,
        skos:Concept ;
    skos:inScheme lexvo: ;
    skos:prefLabel "Dan"@en .

<http://lexvo.org/id/iso639-3/dze> a lvont:Language,
        skos:Concept ;
    skos:inScheme lexvo: ;
    skos:prefLabel "Djiwarli"@en .

<http://lexvo.org/id/iso639-3/eaa> a lvont:Language,
        skos:Concept ;
    skos:inScheme lexvo: ;
    skos:prefLabel "Karenggapa"@en .

<http://lexvo.org/id/iso639-3/ekc> a lvont:Language,
        skos:Concept ;
    skos:altLabel "Karnic, Eastern"@en ;
    skos:inScheme lexvo: ;
    skos:prefLabel "Eastern Karnic"@en .

<http://lexvo.org/id/iso639-3/eza> a lvont:Language,
        skos:Concept ;
    skos:inScheme lexvo: ;
    skos:prefLabel "Ezaa"@en .

<http://lexvo.org/id/iso639-3/gbw> a lvont:Language,
        skos:Concept ;
    skos:inScheme lexvo: ;
    skos:prefLabel "Gabi-Gabi"@en .

<http://lexvo.org/id/iso639-3/gdt> a lvont:Language,
        skos:Concept ;
    skos:inScheme lexvo: ;
    skos:prefLabel "Kungardutyi"@en .

<http://lexvo.org/id/iso639-3/ggm> a lvont:Language,
        skos:Concept ;
    skos:inScheme lexvo: ;
    skos:prefLabel "Gugu Mini"@en .

<http://lexvo.org/id/iso639-3/gih> a lvont:Language,
        skos:Concept ;
    skos:inScheme lexvo: ;
    skos:prefLabel "Githabul"@en .

<http://lexvo.org/id/iso639-3/gjm> a lvont:Language,
        skos:Concept ;
    skos:inScheme lexvo: ;
    skos:prefLabel "Gunditjmara"@en .

<http://lexvo.org/id/iso639-3/gll> a lvont:Language,
        skos:Concept ;
    skos:inScheme lexvo: ;
    skos:prefLabel "Garlali"@en .

<http://lexvo.org/id/iso639-3/gmz> a lvont:Language,
        skos:Concept ;
    skos:inScheme lexvo: ;
    skos:prefLabel "Mgbolizhia"@en .

<http://lexvo.org/id/iso639-3/gtu> a lvont:Language,
        skos:Concept ;
    skos:inScheme lexvo: ;
    skos:prefLabel "Aghu-Tharnggala"@en .

<http://lexvo.org/id/iso639-3/him> a lvont:Language,
        skos:Concept ;
    skos:inScheme lexvo: ;
    skos:prefLabel "الهيماتشالي"@ar,
        "himaçali dili"@az,
        "химачали"@bg,
        "হিমাচালি"@bn,
        "himachali"@br,
        "हिमांचली"@brx,
        "himačali"@bs,
        "химачали"@bs-Cyrl,
        "himachali"@ca,
        "赫马查利文"@cmn,
        "赫馬查利文"@cmn-Hant,
        "himáčalština"@cs,
        "himachali"@da,
        "Himachali"@de,
        "ཧི་མ་ཅ་ལི་ཁ"@dz,
        "Χιματσάλι"@el,
        "Himachali"@en,
        "himachali"@es,
        "himtšali"@et,
        "هیماچالی"@fa,
        "himatšali"@fi,
        "himachali"@fr,
        "Himatschalisch"@gsw,
        "હિમાચલી"@gu,
        "הימצ'אלי"@he,
        "हिमाचली"@hi,
        "himachali"@hr,
        "himaháli"@hu,
        "Himachali"@id,
        "hímasjalí"@is,
        "himachali"@it,
        "ヒマチャル語"@ja,
        "ಹಿಮಾಚಲಿ"@kn,
        "히마차리어"@ko,
        "ہِماچٔلۍ"@ks,
        "ຫິມາຈັດສ"@lo,
        "himačali"@lt,
        "himačali"@lv,
        "химашали"@mk,
        "ഹിമാചലി"@ml,
        "हिमाचली"@mr,
        "Ħimaċali"@mt,
        "himachali"@nb,
        "Himachali"@nl,
        "himachali"@nn,
        "ହିମାଚଳୀ"@or,
        "himachali"@pl,
        "himachali"@pt,
        "himachali"@rm,
        "himachali"@ro,
        "химачали"@ru,
        "himachali"@sk,
        "himačalščina"@sl,
        "Химачали"@sr,
        "Himačali"@sr-Latn,
        "himachali"@sv,
        "ஹிமாச்சலி"@ta,
        "హిమాచలి"@te,
        "หิมาจัล"@th,
        "Himachali"@tr,
        "хімачалі"@uk,
        "Tiếng Himachali"@vi .

<http://lexvo.org/id/iso639-3/hrc> a lvont:Language,
        skos:Concept ;
    skos:inScheme lexvo: ;
    skos:prefLabel "Niwer Mil"@en .

<http://lexvo.org/id/iso639-3/hrp> a lvont:Language,
        skos:Concept ;
    skos:inScheme lexvo: ;
    skos:prefLabel "Nhirrpi"@en .

<http://lexvo.org/id/iso639-3/hrw> a lvont:Language,
        skos:Concept ;
    skos:inScheme lexvo: ;
    skos:prefLabel "Warwar Feni"@en .

<http://lexvo.org/id/iso639-3/iin> a lvont:Language,
        skos:Concept ;
    skos:inScheme lexvo: ;
    skos:prefLabel "Thiin"@en .

<http://lexvo.org/id/iso639-3/ikr> a lvont:Language,
        skos:Concept ;
    skos:inScheme lexvo: ;
    skos:prefLabel "Ikaranggal"@en .

<http://lexvo.org/id/iso639-3/iqw> a lvont:Language,
        skos:Concept ;
    skos:inScheme lexvo: ;
    skos:prefLabel "Ikwo"@en .

<http://lexvo.org/id/iso639-3/izz> a lvont:Language,
        skos:Concept ;
    skos:inScheme lexvo: ;
    skos:prefLabel "Izii"@en .

<http://lexvo.org/id/iso639-3/jbi> a lvont:Language,
        skos:Concept ;
    skos:inScheme lexvo: ;
    skos:prefLabel "Badjiri"@en .

<http://lexvo.org/id/iso639-3/lcq> a lvont:Language,
        skos:Concept ;
    skos:inScheme lexvo: ;
    skos:prefLabel "Luhu"@en .

<http://lexvo.org/id/iso639-3/lda> a lvont:Language,
        skos:Concept ;
    skos:inScheme lexvo: ;
    skos:prefLabel "Kla-Dan"@en .

<http://lexvo.org/id/iso639-3/lja> a lvont:Language,
        skos:Concept ;
    skos:inScheme lexvo: ;
    skos:prefLabel "Golpa"@en .

<http://lexvo.org/id/iso639-3/ljw> a lvont:Language,
        skos:Concept ;
    skos:inScheme lexvo: ;
    skos:prefLabel "Yirandali"@en .

<http://lexvo.org/id/iso639-3/ljx> a lvont:Language,
        skos:Concept ;
    skos:inScheme lexvo: ;
    skos:prefLabel "Yuru"@en .

<http://lexvo.org/id/iso639-3/lkm> a lvont:Language,
        skos:Concept ;
    skos:inScheme lexvo: ;
    skos:prefLabel "Kalaamaya"@en .

<http://lexvo.org/id/iso639-3/lku> a lvont:Language,
        skos:Concept ;
    skos:inScheme lexvo: ;
    skos:prefLabel "Kungkari"@en .

<http://lexvo.org/id/iso639-3/lnw> a lvont:Language,
        skos:Concept ;
    skos:inScheme lexvo: ;
    skos:prefLabel "Lanima"@en .

<http://lexvo.org/id/iso639-3/lwu> a lvont:Language,
        skos:Concept ;
    skos:inScheme lexvo: ;
    skos:prefLabel "Lawu"@en .

<http://lexvo.org/id/iso639-3/nlq> a lvont:Language,
        skos:Concept ;
    skos:altLabel "Naga, Lao"@en ;
    skos:inScheme lexvo: ;
    skos:prefLabel "Lao Naga"@en .

<http://lexvo.org/id/iso639-3/nlw> a lvont:Language,
        skos:Concept ;
    skos:inScheme lexvo: ;
    skos:prefLabel "Walangama"@en .

<http://lexvo.org/id/iso639-3/nol> a lvont:Language,
        skos:Concept ;
    skos:inScheme lexvo: ;
    skos:prefLabel "Nomlaki"@en .

<http://lexvo.org/id/iso639-3/nqq> a lvont:Language,
        skos:Concept ;
    skos:altLabel "Naga, Kyan-Karyaw"@en ;
    skos:inScheme lexvo: ;
    skos:prefLabel "Kyan-Karyaw Naga"@en .

<http://lexvo.org/id/iso639-3/ntg> a lvont:Language,
        skos:Concept ;
    skos:inScheme lexvo: ;
    skos:prefLabel "Ngantangarra"@en .

<http://lexvo.org/id/iso639-3/olk> a lvont:Language,
        skos:Concept ;
    skos:inScheme lexvo: ;
    skos:prefLabel "Olkol"@en .

<http://lexvo.org/id/iso639-3/pnj> a lvont:Language,
        skos:Concept ;
    skos:inScheme lexvo: ;
    skos:prefLabel "Pinjarup"@en .

<http://lexvo.org/id/iso639-3/pwi> a lvont:Language,
        skos:Concept ;
    skos:inScheme lexvo: ;
    skos:prefLabel "Patwin"@en .

<http://lexvo.org/id/iso639-3/rkw> a lvont:Language,
        skos:Concept ;
    skos:inScheme lexvo: ;
    skos:prefLabel "Arakwal"@en .

<http://lexvo.org/id/iso639-3/rxd> a lvont:Language,
        skos:Concept ;
    skos:inScheme lexvo: ;
    skos:prefLabel "Ngardi"@en .

<http://lexvo.org/id/iso639-3/rxw> a lvont:Language,
        skos:Concept ;
    skos:inScheme lexvo: ;
    skos:prefLabel "Karuwali"@en .

<http://lexvo.org/id/iso639-3/svm> a lvont:Language,
        skos:Concept ;
    skos:inScheme lexvo: ;
    skos:prefLabel "Slavomolisano"@en .

<http://lexvo.org/id/iso639-3/tjw> a lvont:Language,
        skos:Concept ;
    skos:inScheme lexvo: ;
    skos:prefLabel "Djabwurrung"@en .

<http://lexvo.org/id/iso639-3/tzl> a lvont:Language,
        skos:Concept ;
    skos:inScheme lexvo: ;
    skos:prefLabel "Talossan"@en .

<http://lexvo.org/id/iso639-3/ule> a lvont:Language,
        skos:Concept ;
    skos:inScheme lexvo: ;
    skos:prefLabel "Lule"@en .

<http://lexvo.org/id/iso639-3/unn> a lvont:Language,
        skos:Concept ;
    skos:inScheme lexvo: ;
    skos:prefLabel "Kurnai"@en .

<http://lexvo.org/id/iso639-3/unu> a lvont:Language,
        skos:Concept ;
    skos:inScheme lexvo: ;
    skos:prefLabel "Unubahe"@en .

<http://lexvo.org/id/iso639-3/wdk> a lvont:Language,
        skos:Concept ;
    skos:inScheme lexvo: ;
    skos:prefLabel "Wadikali"@en .

<http://lexvo.org/id/iso639-3/wdy> a lvont:Language,
        skos:Concept ;
    skos:inScheme lexvo: ;
    skos:prefLabel "Wadjabangayi"@en .

<http://lexvo.org/id/iso639-3/weg> a lvont:Language,
        skos:Concept ;
    skos:inScheme lexvo: ;
    skos:prefLabel "Wergaia"@en .

<http://lexvo.org/id/iso639-3/wky> a lvont:Language,
        skos:Concept ;
    skos:inScheme lexvo: ;
    skos:prefLabel "Wangkayutyuru"@en .

<http://lexvo.org/id/iso639-3/wnn> a lvont:Language,
        skos:Concept ;
    skos:inScheme lexvo: ;
    skos:prefLabel "Wunumara"@en .

<http://lexvo.org/id/iso639-3/wnw> a lvont:Language,
        skos:Concept ;
    skos:inScheme lexvo: ;
    skos:prefLabel "Wintu"@en .

<http://lexvo.org/id/iso639-3/wth> a lvont:Language,
        skos:Concept ;
    skos:inScheme lexvo: ;
    skos:prefLabel "Wathawurrung"@en .

<http://lexvo.org/id/iso639-3/wxw> a lvont:Language,
        skos:Concept ;
    skos:inScheme lexvo: ;
    skos:prefLabel "Wardandi"@en .

<http://lexvo.org/id/iso639-3/wyi> a lvont:Language,
        skos:Concept ;
    skos:inScheme lexvo: ;
    skos:prefLabel "Woiwurrung"@en .

<http://lexvo.org/id/iso639-3/xbd> a lvont:Language,
        skos:Concept ;
    skos:inScheme lexvo: ;
    skos:prefLabel "Bindal"@en .

<http://lexvo.org/id/iso639-3/xbe> a lvont:Language,
        skos:Concept ;
    skos:inScheme lexvo: ;
    skos:prefLabel "Bigambal"@en .

<http://lexvo.org/id/iso639-3/xbg> a lvont:Language,
        skos:Concept ;
    skos:inScheme lexvo: ;
    skos:prefLabel "Bunganditj"@en .

<http://lexvo.org/id/iso639-3/xbj> a lvont:Language,
        skos:Concept ;
    skos:inScheme lexvo: ;
    skos:prefLabel "Birrpayi"@en .

<http://lexvo.org/id/iso639-3/xbp> a lvont:Language,
        skos:Concept ;
    skos:inScheme lexvo: ;
    skos:prefLabel "Bibbulman"@en .

<http://lexvo.org/id/iso639-3/xby> a lvont:Language,
        skos:Concept ;
    skos:inScheme lexvo: ;
    skos:prefLabel "Batyala"@en .

<http://lexvo.org/id/iso639-3/xda> a lvont:Language,
        skos:Concept ;
    skos:inScheme lexvo: ;
    skos:prefLabel "Darkinyung"@en .

<http://lexvo.org/id/iso639-3/xdk> a lvont:Language,
        skos:Concept ;
    skos:inScheme lexvo: ;
    skos:prefLabel "Dharuk"@en .

<http://lexvo.org/id/iso639-3/xgd> a lvont:Language,
        skos:Concept ;
    skos:inScheme lexvo: ;
    skos:prefLabel "Gudang"@en .

<http://lexvo.org/id/iso639-3/xgg> a lvont:Language,
        skos:Concept ;
    skos:inScheme lexvo: ;
    skos:prefLabel "Goreng"@en .

<http://lexvo.org/id/iso639-3/xgi> a lvont:Language,
        skos:Concept ;
    skos:inScheme lexvo: ;
    skos:prefLabel "Garingbal"@en .

<http://lexvo.org/id/iso639-3/xgm> a lvont:Language,
        skos:Concept ;
    skos:inScheme lexvo: ;
    skos:prefLabel "Guwinmal"@en .

<http://lexvo.org/id/iso639-3/xgw> a lvont:Language,
        skos:Concept ;
    skos:inScheme lexvo: ;
    skos:prefLabel "Guwa"@en .

<http://lexvo.org/id/iso639-3/xjb> a lvont:Language,
        skos:Concept ;
    skos:inScheme lexvo: ;
    skos:prefLabel "Minjungbal"@en .

<http://lexvo.org/id/iso639-3/xjt> a lvont:Language,
        skos:Concept ;
    skos:inScheme lexvo: ;
    skos:prefLabel "Jaitmatang"@en .

<http://lexvo.org/id/iso639-3/xni> a lvont:Language,
        skos:Concept ;
    skos:inScheme lexvo: ;
    skos:prefLabel "Ngarigu"@en .

<http://lexvo.org/id/iso639-3/xnk> a lvont:Language,
        skos:Concept ;
    skos:inScheme lexvo: ;
    skos:prefLabel "Nganakarti"@en .

<http://lexvo.org/id/iso639-3/xnu> a lvont:Language,
        skos:Concept ;
    skos:inScheme lexvo: ;
    skos:prefLabel "Nukunul"@en .

<http://lexvo.org/id/iso639-3/xny> a lvont:Language,
        skos:Concept ;
    skos:inScheme lexvo: ;
    skos:prefLabel "Nyiyaparli"@en .

<http://lexvo.org/id/iso639-3/xpa> a lvont:Language,
        skos:Concept ;
    skos:inScheme lexvo: ;
    skos:prefLabel "Pirriya"@en .

<http://lexvo.org/id/iso639-3/xpt> a lvont:Language,
        skos:Concept ;
    skos:inScheme lexvo: ;
    skos:prefLabel "Punthamara"@en .

<http://lexvo.org/id/iso639-3/xrd> a lvont:Language,
        skos:Concept ;
    skos:inScheme lexvo: ;
    skos:prefLabel "Gundungurra"@en .

<http://lexvo.org/id/iso639-3/xrg> a lvont:Language,
        skos:Concept ;
    skos:inScheme lexvo: ;
    skos:prefLabel "Minang"@en .

<http://lexvo.org/id/iso639-3/xrq> a lvont:Language,
        skos:Concept ;
    skos:inScheme lexvo: ;
    skos:prefLabel "Karranga"@en .

<http://lexvo.org/id/iso639-3/xth> a lvont:Language,
        skos:Concept ;
    skos:inScheme lexvo: ;
    skos:prefLabel "Yitha Yitha"@en .

<http://lexvo.org/id/iso639-3/xtv> a lvont:Language,
        skos:Concept ;
    skos:inScheme lexvo: ;
    skos:prefLabel "Thawa"@en .

<http://lexvo.org/id/iso639-3/xul> a lvont:Language,
        skos:Concept ;
    skos:inScheme lexvo: ;
    skos:prefLabel "Ngunawal"@en .

<http://lexvo.org/id/iso639-3/xwd> a lvont:Language,
        skos:Concept ;
    skos:inScheme lexvo: ;
    skos:prefLabel "Wadi Wadi"@en .

<http://lexvo.org/id/iso639-3/xwj> a lvont:Language,
        skos:Concept ;
    skos:inScheme lexvo: ;
    skos:prefLabel "Wajuk"@en .

<http://lexvo.org/id/iso639-3/xwk> a lvont:Language,
        skos:Concept ;
    skos:inScheme lexvo: ;
    skos:prefLabel "Wangkumara"@en .

<http://lexvo.org/id/iso639-3/xwt> a lvont:Language,
        skos:Concept ;
    skos:inScheme lexvo: ;
    skos:prefLabel "Wotjobaluk"@en .

<http://lexvo.org/id/iso639-3/xww> a lvont:Language,
        skos:Concept ;
    skos:inScheme lexvo: ;
    skos:prefLabel "Wemba Wemba"@en .

<http://lexvo.org/id/iso639-3/xxm> a lvont:Language,
        skos:Concept ;
    skos:inScheme lexvo: ;
    skos:prefLabel "Minkin"@en .

<http://lexvo.org/id/iso639-3/xya> a lvont:Language,
        skos:Concept ;
    skos:inScheme lexvo: ;
    skos:prefLabel "Yaygir"@en .

<http://lexvo.org/id/iso639-3/xyb> a lvont:Language,
        skos:Concept ;
    skos:inScheme lexvo: ;
    skos:prefLabel "Yandjibara"@en .

<http://lexvo.org/id/iso639-3/xyj> a lvont:Language,
        skos:Concept ;
    skos:inScheme lexvo: ;
    skos:prefLabel "Mayi-Yapi"@en .

<http://lexvo.org/id/iso639-3/xyk> a lvont:Language,
        skos:Concept ;
    skos:inScheme lexvo: ;
    skos:prefLabel "Mayi-Kulan"@en .

<http://lexvo.org/id/iso639-3/xyt> a lvont:Language,
        skos:Concept ;
    skos:inScheme lexvo: ;
    skos:prefLabel "Mayi-Thakurti"@en .

<http://lexvo.org/id/iso639-3/yda> a lvont:Language,
        skos:Concept ;
    skos:inScheme lexvo: ;
    skos:prefLabel "Yanda"@en .

<http://lexvo.org/id/iso639-3/ygi> a lvont:Language,
        skos:Concept ;
    skos:inScheme lexvo: ;
    skos:prefLabel "Yiningayi"@en .

<http://lexvo.org/id/iso639-3/ygu> a lvont:Language,
        skos:Concept ;
    skos:inScheme lexvo: ;
    skos:prefLabel "Yugul"@en .

<http://lexvo.org/id/iso639-3/yrm> a lvont:Language,
        skos:Concept ;
    skos:inScheme lexvo: ;
    skos:prefLabel "Yirrk-Mel"@en .

<http://lexvo.org/id/iso639-3/yry> a lvont:Language,
        skos:Concept ;
    skos:inScheme lexvo: ;
    skos:prefLabel "Yarluyandi"@en .

<http://lexvo.org/id/iso639-3/yty> a lvont:Language,
        skos:Concept ;
    skos:inScheme lexvo: ;
    skos:prefLabel "Yatay"@en .

<http://lexvo.org/id/iso639-3/ywg> a lvont:Language,
        skos:Concept ;
    skos:inScheme lexvo: ;
    skos:prefLabel "Yinhawangka"@en .

<http://lexvo.org/id/iso639-3/yxa> a lvont:Language,
        skos:Concept ;
    skos:inScheme lexvo: ;
    skos:prefLabel "Mayawali"@en .

<http://lexvo.org/id/iso639-3/yxl> a lvont:Language,
        skos:Concept ;
    skos:inScheme lexvo: ;
    skos:prefLabel "Yardliyawarra"@en .

<http://lexvo.org/id/iso639-3/yxm> a lvont:Language,
        skos:Concept ;
    skos:inScheme lexvo: ;
    skos:prefLabel "Yinwum"@en .

<http://lexvo.org/id/iso639-3/yxu> a lvont:Language,
        skos:Concept ;
    skos:inScheme lexvo: ;
    skos:prefLabel "Yuyu"@en .

<http://lexvo.org/id/iso639-3/yyr> a lvont:Language,
        skos:Concept ;
    skos:inScheme lexvo: ;
    skos:prefLabel "Yir Yoront"@en .

<http://lexvo.org/id/iso639-3/zgh> a lvont:Language,
        skos:Concept ;
    skos:altLabel "Tamazight, Standard Moroccan"@en ;
    skos:inScheme lexvo: ;
    skos:prefLabel "Standard Moroccan Tamazight"@en .

<http://lexvo.org/id/phone/%C3%83%C2%A4> lvont:hasPronunciation "Ã¤"^^xsd:string ;
    lvont:hasProperty <http://dbpedia.org/resource/Central%20vowel>,
        <http://dbpedia.org/resource/Open_vowel>,
        <http://dbpedia.org/resource/Unrounded_vowel>,
        <http://dbpedia.org/resource/Vowel> .

<http://lexvo.org/id/phone/%C3%83%C2%A6> lvont:hasPronunciation "Ã¦"^^xsd:string ;
    lvont:hasProperty <http://dbpedia.org/resource/Front%20vowel>,
        <http://dbpedia.org/resource/Near-open_vowel>,
        <http://dbpedia.org/resource/Unrounded_vowel>,
        <http://dbpedia.org/resource/Vowel> .

<http://lexvo.org/id/phone/%C3%83%C2%A7> lvont:hasPronunciation "Ã§"^^xsd:string ;
    lvont:hasProperty <http://dbpedia.org/resource/Consonant>,
        <http://dbpedia.org/resource/Fricative%20consonant>,
        <http://dbpedia.org/resource/Palatal%20consonant>,
        <http://dbpedia.org/resource/Voicelessness> .

<http://lexvo.org/id/phone/%C3%83%C2%B0> lvont:hasPronunciation "Ã°"^^xsd:string ;
    lvont:hasProperty <http://dbpedia.org/resource/Consonant>,
        <http://dbpedia.org/resource/Voiced_consonant>,
        <http://dbpedia.org/resource/dental%20consonant> .

<http://lexvo.org/id/phone/%C3%83%C2%B0%C3%8C%C2%9E> lvont:hasPronunciation "Ã°Ì"^^xsd:string ;
    lvont:hasProperty <http://dbpedia.org/resource/Approximant%20consonant>,
        <http://dbpedia.org/resource/Consonant>,
        <http://dbpedia.org/resource/Voiced_consonant>,
        <http://dbpedia.org/resource/dental%20consonant> .

<http://lexvo.org/id/phone/%C3%83%C2%B8> lvont:hasPronunciation "Ã¸"^^xsd:string ;
    lvont:hasProperty <http://dbpedia.org/resource/Close-mid_vowel>,
        <http://dbpedia.org/resource/Front%20vowel>,
        <http://dbpedia.org/resource/Rounded_vowel>,
        <http://dbpedia.org/resource/Vowel> .

<http://lexvo.org/id/phone/%C3%83%C2%B8%C3%8C%C2%9E> lvont:hasPronunciation "Ã¸Ì"^^xsd:string ;
    lvont:hasProperty <http://dbpedia.org/resource/Front%20vowel>,
        <http://dbpedia.org/resource/Mid_vowel>,
        <http://dbpedia.org/resource/Rounded_vowel>,
        <http://dbpedia.org/resource/Vowel> .

<http://lexvo.org/id/phone/%C3%84%C2%A7> lvont:hasPronunciation "Ä§"^^xsd:string ;
    lvont:hasProperty <http://dbpedia.org/resource/Consonant>,
        <http://dbpedia.org/resource/Fricative%20consonant>,
        <http://dbpedia.org/resource/Pharyngeal%20consonant>,
        <http://dbpedia.org/resource/Voicelessness> .

<http://lexvo.org/id/phone/%C3%85%C2%8B> lvont:hasPronunciation "Å"^^xsd:string ;
    lvont:hasProperty <http://dbpedia.org/resource/Consonant>,
        <http://dbpedia.org/resource/Nasal%20consonant>,
        <http://dbpedia.org/resource/Velar%20consonant>,
        <http://dbpedia.org/resource/Voiced_consonant> .

<http://lexvo.org/id/phone/%C3%85%C2%8B%C3%8C%C2%8A> lvont:hasPronunciation "ÅÌ"^^xsd:string ;
    lvont:hasProperty <http://dbpedia.org/resource/Consonant>,
        <http://dbpedia.org/resource/Nasal%20consonant>,
        <http://dbpedia.org/resource/Velar%20consonant>,
        <http://dbpedia.org/resource/Voicelessness> .

<http://lexvo.org/id/phone/%C3%85%C2%93%C3%8C%C2%9E> lvont:hasPronunciation "ÅÌ"^^xsd:string ;
    lvont:hasProperty <http://dbpedia.org/resource/Front%20vowel>,
        <http://dbpedia.org/resource/Open-mid_vowel>,
        <http://dbpedia.org/resource/Rounded_vowel>,
        <http://dbpedia.org/resource/Vowel> .

<http://lexvo.org/id/phone/%C3%89%C2%90> lvont:hasPronunciation "É"^^xsd:string ;
    lvont:hasProperty <http://dbpedia.org/resource/Central%20vowel>,
        <http://dbpedia.org/resource/Near-open_vowel>,
        <http://dbpedia.org/resource/Vowel> .

<http://lexvo.org/id/phone/%C3%89%C2%91> lvont:hasPronunciation "É"^^xsd:string ;
    lvont:hasProperty <http://dbpedia.org/resource/Back%20vowel>,
        <http://dbpedia.org/resource/Open_vowel>,
        <http://dbpedia.org/resource/Unrounded_vowel>,
        <http://dbpedia.org/resource/Vowel> .

<http://lexvo.org/id/phone/%C3%89%C2%92> lvont:hasPronunciation "É"^^xsd:string ;
    lvont:hasProperty <http://dbpedia.org/resource/Back%20vowel>,
        <http://dbpedia.org/resource/Open_vowel>,
        <http://dbpedia.org/resource/Rounded_vowel>,
        <http://dbpedia.org/resource/Vowel> .

<http://lexvo.org/id/phone/%C3%89%C2%94> lvont:hasPronunciation "É"^^xsd:string ;
    lvont:hasProperty <http://dbpedia.org/resource/Back%20vowel>,
        <http://dbpedia.org/resource/Open-mid_vowel>,
        <http://dbpedia.org/resource/Rounded_vowel>,
        <http://dbpedia.org/resource/Vowel> .

<http://lexvo.org/id/phone/%C3%89%C2%95> lvont:hasPronunciation "É"^^xsd:string ;
    lvont:hasProperty <http://dbpedia.org/resource/Alveolo-palatal%20consonant>,
        <http://dbpedia.org/resource/Consonant>,
        <http://dbpedia.org/resource/Fricative%20consonant>,
        <http://dbpedia.org/resource/Voicelessness> .

<http://lexvo.org/id/phone/%C3%89%C2%96> lvont:hasPronunciation "É"^^xsd:string ;
    lvont:hasProperty <http://dbpedia.org/resource/Consonant>,
        <http://dbpedia.org/resource/Retroflex%20consonant>,
        <http://dbpedia.org/resource/Stop%20consonant>,
        <http://dbpedia.org/resource/Voiced_consonant> .

<http://lexvo.org/id/phone/%C3%89%C2%98> lvont:hasPronunciation "É"^^xsd:string ;
    lvont:hasProperty <http://dbpedia.org/resource/Central%20vowel>,
        <http://dbpedia.org/resource/Close-mid_vowel>,
        <http://dbpedia.org/resource/Unrounded_vowel>,
        <http://dbpedia.org/resource/Vowel> .

<http://lexvo.org/id/phone/%C3%89%C2%99> lvont:hasPronunciation "É"^^xsd:string ;
    lvont:hasProperty <http://dbpedia.org/resource/Central%20vowel>,
        <http://dbpedia.org/resource/Mid_vowel>,
        <http://dbpedia.org/resource/Vowel> .

<http://lexvo.org/id/phone/%C3%89%C2%99%C3%8C%C2%9E> lvont:hasPronunciation "ÉÌ"^^xsd:string ;
    lvont:hasProperty <http://dbpedia.org/resource/Central%20vowel>,
        <http://dbpedia.org/resource/Mid_vowel>,
        <http://dbpedia.org/resource/Unrounded_vowel>,
        <http://dbpedia.org/resource/Vowel> .

<http://lexvo.org/id/phone/%C3%89%C2%9B%C3%8C%C2%9E> lvont:hasPronunciation "ÉÌ"^^xsd:string ;
    lvont:hasProperty <http://dbpedia.org/resource/Front%20vowel>,
        <http://dbpedia.org/resource/Open-mid_vowel>,
        <http://dbpedia.org/resource/Unrounded_vowel>,
        <http://dbpedia.org/resource/Vowel> .

<http://lexvo.org/id/phone/%C3%89%C2%9C> lvont:hasPronunciation "É"^^xsd:string ;
    lvont:hasProperty <http://dbpedia.org/resource/Central%20vowel>,
        <http://dbpedia.org/resource/Open-mid_vowel>,
        <http://dbpedia.org/resource/Unrounded_vowel>,
        <http://dbpedia.org/resource/Vowel> .

<http://lexvo.org/id/phone/%C3%89%C2%9E> lvont:hasPronunciation "É"^^xsd:string ;
    lvont:hasProperty <http://dbpedia.org/resource/Central%20vowel>,
        <http://dbpedia.org/resource/Open-mid_vowel>,
        <http://dbpedia.org/resource/Rounded_vowel>,
        <http://dbpedia.org/resource/Vowel> .

<http://lexvo.org/id/phone/%C3%89%C2%9F> lvont:hasPronunciation "É"^^xsd:string ;
    lvont:hasProperty <http://dbpedia.org/resource/Consonant>,
        <http://dbpedia.org/resource/Palatal%20consonant>,
        <http://dbpedia.org/resource/Stop%20consonant>,
        <http://dbpedia.org/resource/Voiced_consonant> .

<http://lexvo.org/id/phone/%C3%89%C2%A1> lvont:hasPronunciation "É¡"^^xsd:string ;
    lvont:hasProperty <http://dbpedia.org/resource/Consonant>,
        <http://dbpedia.org/resource/Stop%20consonant>,
        <http://dbpedia.org/resource/Velar%20consonant>,
        <http://dbpedia.org/resource/Voiced_consonant> .

<http://lexvo.org/id/phone/%C3%89%C2%A2> lvont:hasPronunciation "É¢"^^xsd:string ;
    lvont:hasProperty <http://dbpedia.org/resource/Consonant>,
        <http://dbpedia.org/resource/Stop%20consonant>,
        <http://dbpedia.org/resource/Uvular%20consonant>,
        <http://dbpedia.org/resource/Voiced_consonant> .

<http://lexvo.org/id/phone/%C3%89%C2%A2%C3%8C%C2%86> lvont:hasPronunciation "É¢Ì"^^xsd:string ;
    lvont:hasProperty <http://dbpedia.org/resource/Consonant>,
        <http://dbpedia.org/resource/Flap%20consonant>,
        <http://dbpedia.org/resource/Uvular%20consonant>,
        <http://dbpedia.org/resource/Voiced_consonant> .

<http://lexvo.org/id/phone/%C3%89%C2%A3> lvont:hasPronunciation "É£"^^xsd:string ;
    lvont:hasProperty <http://dbpedia.org/resource/Consonant>,
        <http://dbpedia.org/resource/Fricative%20consonant>,
        <http://dbpedia.org/resource/Velar%20consonant>,
        <http://dbpedia.org/resource/Voiced_consonant> .

<http://lexvo.org/id/phone/%C3%89%C2%A4> lvont:hasPronunciation "É¤"^^xsd:string ;
    lvont:hasProperty <http://dbpedia.org/resource/Back%20vowel>,
        <http://dbpedia.org/resource/Close-mid_vowel>,
        <http://dbpedia.org/resource/Unrounded_vowel>,
        <http://dbpedia.org/resource/Vowel> .

<http://lexvo.org/id/phone/%C3%89%C2%A4%C3%8C%C2%9E%C3%8C%C2%9E> lvont:hasPronunciation "É¤ÌÌ"^^xsd:string ;
    lvont:hasProperty <http://dbpedia.org/resource/Back%20vowel>,
        <http://dbpedia.org/resource/Mid_vowel>,
        <http://dbpedia.org/resource/Unrounded_vowel>,
        <http://dbpedia.org/resource/Vowel> .

<http://lexvo.org/id/phone/%C3%89%C2%A6> lvont:hasPronunciation "É¦"^^xsd:string ;
    lvont:hasProperty <http://dbpedia.org/resource/Consonant>,
        <http://dbpedia.org/resource/Fricative%20consonant>,
        <http://dbpedia.org/resource/Glottal%20consonant>,
        <http://dbpedia.org/resource/Voiced_consonant> .

<http://lexvo.org/id/phone/%C3%89%C2%A8> lvont:hasPronunciation "É¨"^^xsd:string ;
    lvont:hasProperty <http://dbpedia.org/resource/Central%20vowel>,
        <http://dbpedia.org/resource/Close_vowel>,
        <http://dbpedia.org/resource/Unrounded_vowel>,
        <http://dbpedia.org/resource/Vowel> .

<http://lexvo.org/id/phone/%C3%89%C2%AA> lvont:hasPronunciation "Éª"^^xsd:string ;
    lvont:hasProperty <http://dbpedia.org/resource/Near-close_vowel>,
        <http://dbpedia.org/resource/Near-front%20vowel>,
        <http://dbpedia.org/resource/Unrounded_vowel>,
        <http://dbpedia.org/resource/Vowel> .

<http://lexvo.org/id/phone/%C3%89%C2%AA%C3%8C%C2%88> lvont:hasPronunciation "ÉªÌ"^^xsd:string ;
    lvont:hasProperty <http://dbpedia.org/resource/Central%20vowel>,
        <http://dbpedia.org/resource/Near-close_vowel>,
        <http://dbpedia.org/resource/Unrounded_vowel>,
        <http://dbpedia.org/resource/Vowel> .

<http://lexvo.org/id/phone/%C3%89%C2%AC> lvont:hasPronunciation "É¬"^^xsd:string ;
    lvont:hasProperty <http://dbpedia.org/resource/Alveolar%20consonant>,
        <http://dbpedia.org/resource/Consonant>,
        <http://dbpedia.org/resource/Fricative%20consonant>,
        <http://dbpedia.org/resource/Voicelessness> .

<http://lexvo.org/id/phone/%C3%89%C2%AD> lvont:hasPronunciation "É­"^^xsd:string ;
    lvont:hasProperty <http://dbpedia.org/resource/Approximant%20consonant>,
        <http://dbpedia.org/resource/Consonant>,
        <http://dbpedia.org/resource/Retroflex%20consonant>,
        <http://dbpedia.org/resource/Voiced_consonant> .

<http://lexvo.org/id/phone/%C3%89%C2%AD%C3%8B%C2%94%C3%8C%C2%8A> lvont:hasPronunciation "É­ËÌ"^^xsd:string ;
    lvont:hasProperty <http://dbpedia.org/resource/Consonant>,
        <http://dbpedia.org/resource/Fricative%20consonant>,
        <http://dbpedia.org/resource/Retroflex%20consonant>,
        <http://dbpedia.org/resource/Voicelessness> .

<http://lexvo.org/id/phone/%C3%89%C2%AE> lvont:hasPronunciation "É®"^^xsd:string ;
    lvont:hasProperty <http://dbpedia.org/resource/Alveolar%20consonant>,
        <http://dbpedia.org/resource/Consonant>,
        <http://dbpedia.org/resource/Fricative%20consonant>,
        <http://dbpedia.org/resource/Voiced_consonant> .

<http://lexvo.org/id/phone/%C3%89%C2%AF> lvont:hasPronunciation "É¯"^^xsd:string ;
    lvont:hasProperty <http://dbpedia.org/resource/Back%20vowel>,
        <http://dbpedia.org/resource/Close_vowel>,
        <http://dbpedia.org/resource/Unrounded_vowel>,
        <http://dbpedia.org/resource/Vowel> .

<http://lexvo.org/id/phone/%C3%89%C2%AF%C3%8C%C2%BD> lvont:hasPronunciation "É¯Ì½"^^xsd:string ;
    lvont:hasProperty <http://dbpedia.org/resource/Near-back%20vowel>,
        <http://dbpedia.org/resource/Near-close_vowel>,
        <http://dbpedia.org/resource/Unrounded_vowel>,
        <http://dbpedia.org/resource/Vowel> .

<http://lexvo.org/id/phone/%C3%89%C2%B0> lvont:hasPronunciation "É°"^^xsd:string ;
    lvont:hasProperty <http://dbpedia.org/resource/Approximant%20consonant>,
        <http://dbpedia.org/resource/Consonant>,
        <http://dbpedia.org/resource/Velar%20consonant>,
        <http://dbpedia.org/resource/Voiced_consonant> .

<http://lexvo.org/id/phone/%C3%89%C2%B1> lvont:hasPronunciation "É±"^^xsd:string ;
    lvont:hasProperty <http://dbpedia.org/resource/Consonant>,
        <http://dbpedia.org/resource/Labiodental%20consonant>,
        <http://dbpedia.org/resource/Nasal%20consonant>,
        <http://dbpedia.org/resource/Voiced_consonant> .

<http://lexvo.org/id/phone/%C3%89%C2%B2> lvont:hasPronunciation "É²"^^xsd:string ;
    lvont:hasProperty <http://dbpedia.org/resource/Consonant>,
        <http://dbpedia.org/resource/Nasal%20consonant>,
        <http://dbpedia.org/resource/Palatal%20consonant>,
        <http://dbpedia.org/resource/Voiced_consonant> .

<http://lexvo.org/id/phone/%C3%89%C2%B2%C3%8C%C2%8A> lvont:hasPronunciation "É²Ì"^^xsd:string ;
    lvont:hasProperty <http://dbpedia.org/resource/Consonant>,
        <http://dbpedia.org/resource/Nasal%20consonant>,
        <http://dbpedia.org/resource/Palatal%20consonant>,
        <http://dbpedia.org/resource/Voicelessness> .

<http://lexvo.org/id/phone/%C3%89%C2%B2%C3%8C%C2%9F> lvont:hasPronunciation "É²Ì"^^xsd:string ;
    lvont:hasProperty <http://dbpedia.org/resource/Alveolo-palatal%20consonant>,
        <http://dbpedia.org/resource/Consonant>,
        <http://dbpedia.org/resource/Nasal%20consonant>,
        <http://dbpedia.org/resource/Voiced_consonant> .

<http://lexvo.org/id/phone/%C3%89%C2%B3> lvont:hasPronunciation "É³"^^xsd:string ;
    lvont:hasProperty <http://dbpedia.org/resource/Consonant>,
        <http://dbpedia.org/resource/Nasal%20consonant>,
        <http://dbpedia.org/resource/Retroflex%20consonant>,
        <http://dbpedia.org/resource/Voiced_consonant> .

<http://lexvo.org/id/phone/%C3%89%C2%B3%C3%8C%C2%8A> lvont:hasPronunciation "É³Ì"^^xsd:string ;
    lvont:hasProperty <http://dbpedia.org/resource/Consonant>,
        <http://dbpedia.org/resource/Nasal%20consonant>,
        <http://dbpedia.org/resource/Retroflex%20consonant>,
        <http://dbpedia.org/resource/Voicelessness> .

<http://lexvo.org/id/phone/%C3%89%C2%B4> lvont:hasPronunciation "É´"^^xsd:string ;
    lvont:hasProperty <http://dbpedia.org/resource/Consonant>,
        <http://dbpedia.org/resource/Nasal%20consonant>,
        <http://dbpedia.org/resource/Uvular%20consonant>,
        <http://dbpedia.org/resource/Voiced_consonant> .

<http://lexvo.org/id/phone/%C3%89%C2%B5> lvont:hasPronunciation "Éµ"^^xsd:string ;
    lvont:hasProperty <http://dbpedia.org/resource/Central%20vowel>,
        <http://dbpedia.org/resource/Close-mid_vowel>,
        <http://dbpedia.org/resource/Rounded_vowel>,
        <http://dbpedia.org/resource/Vowel> .

<http://lexvo.org/id/phone/%C3%89%C2%B6> lvont:hasPronunciation "É¶"^^xsd:string ;
    lvont:hasProperty <http://dbpedia.org/resource/Front%20vowel>,
        <http://dbpedia.org/resource/Open_vowel>,
        <http://dbpedia.org/resource/Rounded_vowel>,
        <http://dbpedia.org/resource/Vowel> .

<http://lexvo.org/id/phone/%C3%89%C2%B8> lvont:hasPronunciation "É¸"^^xsd:string ;
    lvont:hasProperty <http://dbpedia.org/resource/Bilabial%20consonant>,
        <http://dbpedia.org/resource/Consonant>,
        <http://dbpedia.org/resource/Fricative%20consonant>,
        <http://dbpedia.org/resource/Voicelessness> .

<http://lexvo.org/id/phone/%C3%89%C2%B9> lvont:hasPronunciation "É¹"^^xsd:string ;
    lvont:hasProperty <http://dbpedia.org/resource/Alveolar%20consonant>,
        <http://dbpedia.org/resource/Approximant%20consonant>,
        <http://dbpedia.org/resource/Consonant>,
        <http://dbpedia.org/resource/Voiced_consonant> .

<http://lexvo.org/id/phone/%C3%89%C2%BA> lvont:hasPronunciation "Éº"^^xsd:string ;
    lvont:hasProperty <http://dbpedia.org/resource/Alveolar%20consonant>,
        <http://dbpedia.org/resource/Consonant>,
        <http://dbpedia.org/resource/Flap%20consonant>,
        <http://dbpedia.org/resource/Voiced_consonant> .

<http://lexvo.org/id/phone/%C3%89%C2%BA%C3%8C%C2%A0> lvont:hasPronunciation "ÉºÌ "^^xsd:string ;
    lvont:hasProperty <http://dbpedia.org/resource/Consonant>,
        <http://dbpedia.org/resource/Flap%20consonant>,
        <http://dbpedia.org/resource/Retroflex%20consonant>,
        <http://dbpedia.org/resource/Voiced_consonant> .

<http://lexvo.org/id/phone/%C3%89%C2%BB> lvont:hasPronunciation "É»"^^xsd:string ;
    lvont:hasProperty <http://dbpedia.org/resource/Approximant%20consonant>,
        <http://dbpedia.org/resource/Consonant>,
        <http://dbpedia.org/resource/Retroflex%20consonant>,
        <http://dbpedia.org/resource/Voiced_consonant> .

<http://lexvo.org/id/phone/%C3%89%C2%BD> lvont:hasPronunciation "É½"^^xsd:string ;
    lvont:hasProperty <http://dbpedia.org/resource/Consonant>,
        <http://dbpedia.org/resource/Flap%20consonant>,
        <http://dbpedia.org/resource/Retroflex%20consonant>,
        <http://dbpedia.org/resource/Voiced_consonant> .

<http://lexvo.org/id/phone/%C3%89%C2%BD%C3%8D%C2%A1r> lvont:hasPronunciation "É½Í¡r"^^xsd:string ;
    lvont:hasProperty <http://dbpedia.org/resource/Consonant>,
        <http://dbpedia.org/resource/Retroflex%20consonant>,
        <http://dbpedia.org/resource/Trill%20consonant>,
        <http://dbpedia.org/resource/Voiced_consonant> .

<http://lexvo.org/id/phone/%C3%89%C2%BE> lvont:hasPronunciation "É¾"^^xsd:string ;
    lvont:hasProperty <http://dbpedia.org/resource/Alveolar%20consonant>,
        <http://dbpedia.org/resource/Consonant>,
        <http://dbpedia.org/resource/Flap%20consonant>,
        <http://dbpedia.org/resource/Voiced_consonant> .

<http://lexvo.org/id/phone/%C3%8A%C2%80> lvont:hasPronunciation "Ê"^^xsd:string ;
    lvont:hasProperty <http://dbpedia.org/resource/Consonant>,
        <http://dbpedia.org/resource/Trill%20consonant>,
        <http://dbpedia.org/resource/Uvular%20consonant>,
        <http://dbpedia.org/resource/Voiced_consonant> .

<http://lexvo.org/id/phone/%C3%8A%C2%81> lvont:hasPronunciation "Ê"^^xsd:string ;
    lvont:hasProperty <http://dbpedia.org/resource/Consonant>,
        <http://dbpedia.org/resource/Uvular%20consonant>,
        <http://dbpedia.org/resource/Voiced_consonant> .

<http://lexvo.org/id/phone/%C3%8A%C2%81%C3%8C%C2%9D> lvont:hasPronunciation "ÊÌ"^^xsd:string ;
    lvont:hasProperty <http://dbpedia.org/resource/Consonant>,
        <http://dbpedia.org/resource/Fricative%20consonant>,
        <http://dbpedia.org/resource/Uvular%20consonant>,
        <http://dbpedia.org/resource/Voiced_consonant> .

<http://lexvo.org/id/phone/%C3%8A%C2%81%C3%8C%C2%9E%C3%8C%C2%9E%C3%8C%C2%9D> lvont:hasPronunciation "ÊÌÌÌ"^^xsd:string ;
    lvont:hasProperty <http://dbpedia.org/resource/Approximant%20consonant>,
        <http://dbpedia.org/resource/Consonant>,
        <http://dbpedia.org/resource/Uvular%20consonant>,
        <http://dbpedia.org/resource/Voiced_consonant> .

<http://lexvo.org/id/phone/%C3%8A%C2%82> lvont:hasPronunciation "Ê"^^xsd:string ;
    lvont:hasProperty <http://dbpedia.org/resource/Consonant>,
        <http://dbpedia.org/resource/Fricative%20consonant>,
        <http://dbpedia.org/resource/Retroflex%20consonant>,
        <http://dbpedia.org/resource/Voicelessness> .

<http://lexvo.org/id/phone/%C3%8A%C2%83> lvont:hasPronunciation "Ê"^^xsd:string ;
    lvont:hasProperty <http://dbpedia.org/resource/Consonant>,
        <http://dbpedia.org/resource/Fricative%20consonant>,
        <http://dbpedia.org/resource/Postalveolar%20consonant>,
        <http://dbpedia.org/resource/Voicelessness> .

<http://lexvo.org/id/phone/%C3%8A%C2%88> lvont:hasPronunciation "Ê"^^xsd:string ;
    lvont:hasProperty <http://dbpedia.org/resource/Consonant>,
        <http://dbpedia.org/resource/Retroflex%20consonant>,
        <http://dbpedia.org/resource/Stop%20consonant>,
        <http://dbpedia.org/resource/Voicelessness> .

<http://lexvo.org/id/phone/%C3%8A%C2%89> lvont:hasPronunciation "Ê"^^xsd:string ;
    lvont:hasProperty <http://dbpedia.org/resource/Central%20vowel>,
        <http://dbpedia.org/resource/Close_vowel>,
        <http://dbpedia.org/resource/Rounded_vowel>,
        <http://dbpedia.org/resource/Vowel> .

<http://lexvo.org/id/phone/%C3%8A%C2%8A> lvont:hasPronunciation "Ê"^^xsd:string ;
    lvont:hasProperty <http://dbpedia.org/resource/Near-back%20vowel>,
        <http://dbpedia.org/resource/Near-close_vowel>,
        <http://dbpedia.org/resource/Rounded_vowel>,
        <http://dbpedia.org/resource/Vowel> .

<http://lexvo.org/id/phone/%C3%8A%C2%8A%C3%8C%C2%88> lvont:hasPronunciation "ÊÌ"^^xsd:string ;
    lvont:hasProperty <http://dbpedia.org/resource/Central%20vowel>,
        <http://dbpedia.org/resource/Near-close_vowel>,
        <http://dbpedia.org/resource/Rounded_vowel>,
        <http://dbpedia.org/resource/Vowel> .

<http://lexvo.org/id/phone/%C3%8A%C2%8B> lvont:hasPronunciation "Ê"^^xsd:string ;
    lvont:hasProperty <http://dbpedia.org/resource/Approximant%20consonant>,
        <http://dbpedia.org/resource/Consonant>,
        <http://dbpedia.org/resource/Labiodental%20consonant>,
        <http://dbpedia.org/resource/Voiced_consonant> .

<http://lexvo.org/id/phone/%C3%8A%C2%8C> lvont:hasPronunciation "Ê"^^xsd:string ;
    lvont:hasProperty <http://dbpedia.org/resource/Back%20vowel>,
        <http://dbpedia.org/resource/Open-mid_vowel>,
        <http://dbpedia.org/resource/Unrounded_vowel>,
        <http://dbpedia.org/resource/Vowel> .

<http://lexvo.org/id/phone/%C3%8A%C2%8E> lvont:hasPronunciation "Ê"^^xsd:string ;
    lvont:hasProperty <http://dbpedia.org/resource/Approximant%20consonant>,
        <http://dbpedia.org/resource/Consonant>,
        <http://dbpedia.org/resource/Palatal%20consonant>,
        <http://dbpedia.org/resource/Voiced_consonant> .

<http://lexvo.org/id/phone/%C3%8A%C2%8E%C3%8C%C2%9F> lvont:hasPronunciation "ÊÌ"^^xsd:string ;
    lvont:hasProperty <http://dbpedia.org/resource/Alveolo-palatal%20consonant>,
        <http://dbpedia.org/resource/Approximant%20consonant>,
        <http://dbpedia.org/resource/Consonant>,
        <http://dbpedia.org/resource/Voiced_consonant> .

<http://lexvo.org/id/phone/%C3%8A%C2%8E%C3%8C%C2%A5%C3%8B%C2%94> lvont:hasPronunciation "ÊÌ¥Ë"^^xsd:string ;
    lvont:hasProperty <http://dbpedia.org/resource/Consonant>,
        <http://dbpedia.org/resource/Fricative%20consonant>,
        <http://dbpedia.org/resource/Palatal%20consonant>,
        <http://dbpedia.org/resource/Voicelessness> .

<http://lexvo.org/id/phone/%C3%8A%C2%8E%C3%8C%C2%AF> lvont:hasPronunciation "ÊÌ¯"^^xsd:string ;
    lvont:hasProperty <http://dbpedia.org/resource/Consonant>,
        <http://dbpedia.org/resource/Flap%20consonant>,
        <http://dbpedia.org/resource/Palatal%20consonant>,
        <http://dbpedia.org/resource/Voiced_consonant> .

<http://lexvo.org/id/phone/%C3%8A%C2%8F> lvont:hasPronunciation "Ê"^^xsd:string ;
    lvont:hasProperty <http://dbpedia.org/resource/Near-close_vowel>,
        <http://dbpedia.org/resource/Near-front%20vowel>,
        <http://dbpedia.org/resource/Rounded_vowel>,
        <http://dbpedia.org/resource/Vowel> .

<http://lexvo.org/id/phone/%C3%8A%C2%90> lvont:hasPronunciation "Ê"^^xsd:string ;
    lvont:hasProperty <http://dbpedia.org/resource/Consonant>,
        <http://dbpedia.org/resource/Fricative%20consonant>,
        <http://dbpedia.org/resource/Retroflex%20consonant>,
        <http://dbpedia.org/resource/Voiced_consonant> .

<http://lexvo.org/id/phone/%C3%8A%C2%91> lvont:hasPronunciation "Ê"^^xsd:string ;
    lvont:hasProperty <http://dbpedia.org/resource/Alveolo-palatal%20consonant>,
        <http://dbpedia.org/resource/Consonant>,
        <http://dbpedia.org/resource/Fricative%20consonant>,
        <http://dbpedia.org/resource/Voiced_consonant> .

<http://lexvo.org/id/phone/%C3%8A%C2%92> lvont:hasPronunciation "Ê"^^xsd:string ;
    lvont:hasProperty <http://dbpedia.org/resource/Consonant>,
        <http://dbpedia.org/resource/Fricative%20consonant>,
        <http://dbpedia.org/resource/Postalveolar%20consonant>,
        <http://dbpedia.org/resource/Voiced_consonant> .

<http://lexvo.org/id/phone/%C3%8A%C2%94> lvont:hasPronunciation "Ê"^^xsd:string ;
    lvont:hasProperty <http://dbpedia.org/resource/Consonant>,
        <http://dbpedia.org/resource/Glottal%20consonant>,
        <http://dbpedia.org/resource/Stop%20consonant>,
        <http://dbpedia.org/resource/Voicelessness> .

<http://lexvo.org/id/phone/%C3%8A%C2%95> lvont:hasPronunciation "Ê"^^xsd:string ;
    lvont:hasProperty <http://dbpedia.org/resource/Consonant>,
        <http://dbpedia.org/resource/Pharyngeal%20consonant>,
        <http://dbpedia.org/resource/Voiced_consonant> .

<http://lexvo.org/id/phone/%C3%8A%C2%95%C3%8C%C2%9E> lvont:hasPronunciation "ÊÌ"^^xsd:string ;
    lvont:hasProperty <http://dbpedia.org/resource/Approximant%20consonant>,
        <http://dbpedia.org/resource/Consonant>,
        <http://dbpedia.org/resource/Pharyngeal%20consonant>,
        <http://dbpedia.org/resource/Voiced_consonant> .

<http://lexvo.org/id/phone/%C3%8A%C2%99> lvont:hasPronunciation "Ê"^^xsd:string ;
    lvont:hasProperty <http://dbpedia.org/resource/Bilabial%20consonant>,
        <http://dbpedia.org/resource/Consonant>,
        <http://dbpedia.org/resource/Trill%20consonant>,
        <http://dbpedia.org/resource/Voiced_consonant> .

<http://lexvo.org/id/phone/%C3%8A%C2%9C> lvont:hasPronunciation "Ê"^^xsd:string ;
    lvont:hasProperty <http://dbpedia.org/resource/Consonant>,
        <http://dbpedia.org/resource/Epiglottal%20consonant>,
        <http://dbpedia.org/resource/Fricative%20consonant>,
        <http://dbpedia.org/resource/Voicelessness> .

<http://lexvo.org/id/phone/%C3%8A%C2%9D> lvont:hasPronunciation "Ê"^^xsd:string ;
    lvont:hasProperty <http://dbpedia.org/resource/Consonant>,
        <http://dbpedia.org/resource/Fricative%20consonant>,
        <http://dbpedia.org/resource/Palatal%20consonant>,
        <http://dbpedia.org/resource/Voiced_consonant> .

<http://lexvo.org/id/phone/%C3%8A%C2%9F> lvont:hasPronunciation "Ê"^^xsd:string ;
    lvont:hasProperty <http://dbpedia.org/resource/Approximant%20consonant>,
        <http://dbpedia.org/resource/Consonant>,
        <http://dbpedia.org/resource/Velar%20consonant>,
        <http://dbpedia.org/resource/Voiced_consonant> .

<http://lexvo.org/id/phone/%C3%8A%C2%9F%C3%8C%C2%86> lvont:hasPronunciation "ÊÌ"^^xsd:string ;
    lvont:hasProperty <http://dbpedia.org/resource/Consonant>,
        <http://dbpedia.org/resource/Flap%20consonant>,
        <http://dbpedia.org/resource/Velar%20consonant>,
        <http://dbpedia.org/resource/Voiced_consonant> .

<http://lexvo.org/id/phone/%C3%8A%C2%9F%C3%8C%C2%9D> lvont:hasPronunciation "ÊÌ"^^xsd:string ;
    lvont:hasProperty <http://dbpedia.org/resource/Consonant>,
        <http://dbpedia.org/resource/Fricative%20consonant>,
        <http://dbpedia.org/resource/Velar%20consonant>,
        <http://dbpedia.org/resource/Voiced_consonant> .

<http://lexvo.org/id/phone/%C3%8A%C2%9F%C3%8C%C2%9D%C3%8C%C2%8A> lvont:hasPronunciation "ÊÌÌ"^^xsd:string ;
    lvont:hasProperty <http://dbpedia.org/resource/Consonant>,
        <http://dbpedia.org/resource/Fricative%20consonant>,
        <http://dbpedia.org/resource/Velar%20consonant>,
        <http://dbpedia.org/resource/Voicelessness> .

<http://lexvo.org/id/phone/%C3%8A%C2%A1> lvont:hasPronunciation "Ê¡"^^xsd:string ;
    lvont:hasProperty <http://dbpedia.org/resource/Consonant>,
        <http://dbpedia.org/resource/Epiglottal%20consonant>,
        <http://dbpedia.org/resource/Stop%20consonant> .

<http://lexvo.org/id/phone/%C3%8A%C2%A1%C3%8C%C2%AF> lvont:hasPronunciation "Ê¡Ì¯"^^xsd:string ;
    lvont:hasProperty <http://dbpedia.org/resource/Consonant>,
        <http://dbpedia.org/resource/Epiglottal%20consonant>,
        <http://dbpedia.org/resource/Flap%20consonant>,
        <http://dbpedia.org/resource/Voiced_consonant> .

<http://lexvo.org/id/phone/%C3%8A%C2%A2> lvont:hasPronunciation "Ê¢"^^xsd:string ;
    lvont:hasProperty <http://dbpedia.org/resource/Consonant>,
        <http://dbpedia.org/resource/Epiglottal%20consonant>,
        <http://dbpedia.org/resource/Voiced_consonant> .

<http://lexvo.org/id/phone/%C3%8A%C2%A2%C3%8C%C2%9E> lvont:hasPronunciation "Ê¢Ì"^^xsd:string ;
    lvont:hasProperty <http://dbpedia.org/resource/Approximant%20consonant>,
        <http://dbpedia.org/resource/Consonant>,
        <http://dbpedia.org/resource/Epiglottal%20consonant>,
        <http://dbpedia.org/resource/Voiced_consonant> .

<http://lexvo.org/id/phone/%C3%8E%C2%B2> lvont:hasPronunciation "Î²"^^xsd:string ;
    lvont:hasProperty <http://dbpedia.org/resource/Bilabial%20consonant>,
        <http://dbpedia.org/resource/Consonant>,
        <http://dbpedia.org/resource/Voiced_consonant> .

<http://lexvo.org/id/phone/%C3%8E%C2%B2%C3%8C%C2%9E> lvont:hasPronunciation "Î²Ì"^^xsd:string ;
    lvont:hasProperty <http://dbpedia.org/resource/Approximant%20consonant>,
        <http://dbpedia.org/resource/Bilabial%20consonant>,
        <http://dbpedia.org/resource/Consonant>,
        <http://dbpedia.org/resource/Voiced_consonant> .

<http://lexvo.org/id/phone/%C3%8E%C2%B8> lvont:hasPronunciation "Î¸"^^xsd:string ;
    lvont:hasProperty <http://dbpedia.org/resource/Consonant>,
        <http://dbpedia.org/resource/Fricative%20consonant>,
        <http://dbpedia.org/resource/Voicelessness>,
        <http://dbpedia.org/resource/dental%20consonant> .

<http://lexvo.org/id/phone/%C3%8F%C2%87> lvont:hasPronunciation "Ï"^^xsd:string ;
    lvont:hasProperty <http://dbpedia.org/resource/Consonant>,
        <http://dbpedia.org/resource/Fricative%20consonant>,
        <http://dbpedia.org/resource/Uvular%20consonant>,
        <http://dbpedia.org/resource/Voicelessness> .

<http://lexvo.org/id/phone/%C3%A1%C2%B4%C2%99> lvont:hasPronunciation "á´"^^xsd:string ;
    lvont:hasProperty <http://dbpedia.org/resource/Consonant>,
        <http://dbpedia.org/resource/Epiglottal%20consonant>,
        <http://dbpedia.org/resource/Trill%20consonant>,
        <http://dbpedia.org/resource/Voiced_consonant> .

<http://lexvo.org/id/phone/%C3%A2%C2%B1%C2%B1> lvont:hasPronunciation "â±±"^^xsd:string ;
    lvont:hasProperty <http://dbpedia.org/resource/Consonant>,
        <http://dbpedia.org/resource/Flap%20consonant>,
        <http://dbpedia.org/resource/Labiodental%20consonant>,
        <http://dbpedia.org/resource/Voiced_consonant> .

<http://lexvo.org/id/phone/%C3%A2%C2%B1%C2%B1%C3%8C%C2%9F> lvont:hasPronunciation "â±±Ì"^^xsd:string ;
    lvont:hasProperty <http://dbpedia.org/resource/Bilabial%20consonant>,
        <http://dbpedia.org/resource/Consonant>,
        <http://dbpedia.org/resource/Flap%20consonant>,
        <http://dbpedia.org/resource/Voiced_consonant> .

<http://lexvo.org/id/phone/a> lvont:hasPronunciation "a"^^xsd:string ;
    lvont:hasProperty <http://dbpedia.org/resource/Front%20vowel>,
        <http://dbpedia.org/resource/Open_vowel>,
        <http://dbpedia.org/resource/Unrounded_vowel>,
        <http://dbpedia.org/resource/Vowel> .

<http://lexvo.org/id/phone/b> lvont:hasPronunciation "b"^^xsd:string ;
    lvont:hasProperty <http://dbpedia.org/resource/Bilabial%20consonant>,
        <http://dbpedia.org/resource/Consonant>,
        <http://dbpedia.org/resource/Stop%20consonant>,
        <http://dbpedia.org/resource/Voiced_consonant> .

<http://lexvo.org/id/phone/b%C3%8C%C2%AA> lvont:hasPronunciation "bÌª"^^xsd:string ;
    lvont:hasProperty <http://dbpedia.org/resource/Consonant>,
        <http://dbpedia.org/resource/Labiodental%20consonant>,
        <http://dbpedia.org/resource/Stop%20consonant>,
        <http://dbpedia.org/resource/Voiced_consonant> .

<http://lexvo.org/id/phone/c> lvont:hasPronunciation "c"^^xsd:string ;
    lvont:hasProperty <http://dbpedia.org/resource/Consonant>,
        <http://dbpedia.org/resource/Palatal%20consonant>,
        <http://dbpedia.org/resource/Stop%20consonant>,
        <http://dbpedia.org/resource/Voicelessness> .

<http://lexvo.org/id/phone/d> lvont:hasPronunciation "d"^^xsd:string ;
    lvont:hasProperty <http://dbpedia.org/resource/Alveolar%20consonant>,
        <http://dbpedia.org/resource/Consonant>,
        <http://dbpedia.org/resource/Stop%20consonant>,
        <http://dbpedia.org/resource/Voiced_consonant> .

<http://lexvo.org/id/phone/d%C3%8C%C2%AA> lvont:hasPronunciation "dÌª"^^xsd:string ;
    lvont:hasProperty <http://dbpedia.org/resource/Consonant>,
        <http://dbpedia.org/resource/Stop%20consonant>,
        <http://dbpedia.org/resource/Voiced_consonant>,
        <http://dbpedia.org/resource/dental%20consonant> .

<http://lexvo.org/id/phone/e> lvont:hasPronunciation "e"^^xsd:string ;
    lvont:hasProperty <http://dbpedia.org/resource/Close-mid_vowel>,
        <http://dbpedia.org/resource/Front%20vowel>,
        <http://dbpedia.org/resource/Unrounded_vowel>,
        <http://dbpedia.org/resource/Vowel> .

<http://lexvo.org/id/phone/e%C3%8C%C2%9E> lvont:hasPronunciation "eÌ"^^xsd:string ;
    lvont:hasProperty <http://dbpedia.org/resource/Front%20vowel>,
        <http://dbpedia.org/resource/Mid_vowel>,
        <http://dbpedia.org/resource/Unrounded_vowel>,
        <http://dbpedia.org/resource/Vowel> .

<http://lexvo.org/id/phone/f> lvont:hasPronunciation "f"^^xsd:string ;
    lvont:hasProperty <http://dbpedia.org/resource/Consonant>,
        <http://dbpedia.org/resource/Fricative%20consonant>,
        <http://dbpedia.org/resource/Labiodental%20consonant>,
        <http://dbpedia.org/resource/Voicelessness> .

<http://lexvo.org/id/phone/h> lvont:hasPronunciation "h"^^xsd:string ;
    lvont:hasProperty <http://dbpedia.org/resource/Consonant>,
        <http://dbpedia.org/resource/Fricative%20consonant>,
        <http://dbpedia.org/resource/Glottal%20consonant>,
        <http://dbpedia.org/resource/Voicelessness> .

<http://lexvo.org/id/phone/i> lvont:hasPronunciation "i"^^xsd:string ;
    lvont:hasProperty <http://dbpedia.org/resource/Close_vowel>,
        <http://dbpedia.org/resource/Front%20vowel>,
        <http://dbpedia.org/resource/Unrounded_vowel>,
        <http://dbpedia.org/resource/Vowel> .

<http://lexvo.org/id/phone/j> lvont:hasPronunciation "j"^^xsd:string ;
    lvont:hasProperty <http://dbpedia.org/resource/Approximant%20consonant>,
        <http://dbpedia.org/resource/Consonant>,
        <http://dbpedia.org/resource/Palatal%20consonant>,
        <http://dbpedia.org/resource/Voiced_consonant> .

<http://lexvo.org/id/phone/j%C3%8C%C2%8A> lvont:hasPronunciation "jÌ"^^xsd:string ;
    lvont:hasProperty <http://dbpedia.org/resource/Approximant%20consonant>,
        <http://dbpedia.org/resource/Consonant>,
        <http://dbpedia.org/resource/Palatal%20consonant>,
        <http://dbpedia.org/resource/Voicelessness> .

<http://lexvo.org/id/phone/k> lvont:hasPronunciation "k"^^xsd:string ;
    lvont:hasProperty <http://dbpedia.org/resource/Consonant>,
        <http://dbpedia.org/resource/Stop%20consonant>,
        <http://dbpedia.org/resource/Velar%20consonant>,
        <http://dbpedia.org/resource/Voicelessness> .

<http://lexvo.org/id/phone/l> lvont:hasPronunciation "l"^^xsd:string ;
    lvont:hasProperty <http://dbpedia.org/resource/Alveolar%20consonant>,
        <http://dbpedia.org/resource/Approximant%20consonant>,
        <http://dbpedia.org/resource/Consonant>,
        <http://dbpedia.org/resource/Voiced_consonant> .

<http://lexvo.org/id/phone/l%C3%8C%C2%A5> lvont:hasPronunciation "lÌ¥"^^xsd:string ;
    lvont:hasProperty <http://dbpedia.org/resource/Alveolar%20consonant>,
        <http://dbpedia.org/resource/Approximant%20consonant>,
        <http://dbpedia.org/resource/Consonant>,
        <http://dbpedia.org/resource/Voicelessness> .

<http://lexvo.org/id/phone/m> lvont:hasPronunciation "m"^^xsd:string ;
    lvont:hasProperty <http://dbpedia.org/resource/Bilabial%20consonant>,
        <http://dbpedia.org/resource/Consonant>,
        <http://dbpedia.org/resource/Nasal%20consonant>,
        <http://dbpedia.org/resource/Voiced_consonant> .

<http://lexvo.org/id/phone/m%C3%8C%C2%A5> lvont:hasPronunciation "mÌ¥"^^xsd:string ;
    lvont:hasProperty <http://dbpedia.org/resource/Bilabial%20consonant>,
        <http://dbpedia.org/resource/Consonant>,
        <http://dbpedia.org/resource/Nasal%20consonant>,
        <http://dbpedia.org/resource/Voicelessness> .

<http://lexvo.org/id/phone/n> lvont:hasPronunciation "n"^^xsd:string ;
    lvont:hasProperty <http://dbpedia.org/resource/Alveolar%20consonant>,
        <http://dbpedia.org/resource/Consonant>,
        <http://dbpedia.org/resource/Nasal%20consonant>,
        <http://dbpedia.org/resource/Voiced_consonant> .

<http://lexvo.org/id/phone/n%C3%8C%C2%A0> lvont:hasPronunciation "nÌ "^^xsd:string ;
    lvont:hasProperty <http://dbpedia.org/resource/Consonant>,
        <http://dbpedia.org/resource/Nasal%20consonant>,
        <http://dbpedia.org/resource/Postalveolar%20consonant>,
        <http://dbpedia.org/resource/Voiced_consonant> .

<http://lexvo.org/id/phone/n%C3%8C%C2%A5> lvont:hasPronunciation "nÌ¥"^^xsd:string ;
    lvont:hasProperty <http://dbpedia.org/resource/Alveolar%20consonant>,
        <http://dbpedia.org/resource/Consonant>,
        <http://dbpedia.org/resource/Nasal%20consonant>,
        <http://dbpedia.org/resource/Voicelessness> .

<http://lexvo.org/id/phone/n%C3%8C%C2%AA> lvont:hasPronunciation "nÌª"^^xsd:string ;
    lvont:hasProperty <http://dbpedia.org/resource/Consonant>,
        <http://dbpedia.org/resource/Nasal%20consonant>,
        <http://dbpedia.org/resource/Voiced_consonant>,
        <http://dbpedia.org/resource/dental%20consonant> .

<http://lexvo.org/id/phone/o> lvont:hasPronunciation "o"^^xsd:string ;
    lvont:hasProperty <http://dbpedia.org/resource/Back%20vowel>,
        <http://dbpedia.org/resource/Close-mid_vowel>,
        <http://dbpedia.org/resource/Rounded_vowel>,
        <http://dbpedia.org/resource/Vowel> .

<http://lexvo.org/id/phone/o%C3%8C%C2%9E> lvont:hasPronunciation "oÌ"^^xsd:string ;
    lvont:hasProperty <http://dbpedia.org/resource/Back%20vowel>,
        <http://dbpedia.org/resource/Mid_vowel>,
        <http://dbpedia.org/resource/Rounded_vowel>,
        <http://dbpedia.org/resource/Vowel> .

<http://lexvo.org/id/phone/p> lvont:hasPronunciation "p"^^xsd:string ;
    lvont:hasProperty <http://dbpedia.org/resource/Bilabial%20consonant>,
        <http://dbpedia.org/resource/Consonant>,
        <http://dbpedia.org/resource/Stop%20consonant>,
        <http://dbpedia.org/resource/Voicelessness> .

<http://lexvo.org/id/phone/p%C3%8C%C2%AA> lvont:hasPronunciation "pÌª"^^xsd:string ;
    lvont:hasProperty <http://dbpedia.org/resource/Consonant>,
        <http://dbpedia.org/resource/Labiodental%20consonant>,
        <http://dbpedia.org/resource/Stop%20consonant>,
        <http://dbpedia.org/resource/Voicelessness> .

<http://lexvo.org/id/phone/q> lvont:hasPronunciation "q"^^xsd:string ;
    lvont:hasProperty <http://dbpedia.org/resource/Consonant>,
        <http://dbpedia.org/resource/Stop%20consonant>,
        <http://dbpedia.org/resource/Uvular%20consonant>,
        <http://dbpedia.org/resource/Voicelessness> .

<http://lexvo.org/id/phone/r> lvont:hasPronunciation "r"^^xsd:string ;
    lvont:hasProperty <http://dbpedia.org/resource/Alveolar%20consonant>,
        <http://dbpedia.org/resource/Consonant>,
        <http://dbpedia.org/resource/Trill%20consonant>,
        <http://dbpedia.org/resource/Voiced_consonant> .

<http://lexvo.org/id/phone/r%C3%8C%C2%A5> lvont:hasPronunciation "rÌ¥"^^xsd:string ;
    lvont:hasProperty <http://dbpedia.org/resource/Alveolar%20consonant>,
        <http://dbpedia.org/resource/Consonant>,
        <http://dbpedia.org/resource/Trill%20consonant>,
        <http://dbpedia.org/resource/Voicelessness> .

<http://lexvo.org/id/phone/s> lvont:hasPronunciation "s"^^xsd:string ;
    lvont:hasProperty <http://dbpedia.org/resource/Alveolar%20consonant>,
        <http://dbpedia.org/resource/Consonant>,
        <http://dbpedia.org/resource/Fricative%20consonant>,
        <http://dbpedia.org/resource/Voicelessness> .

<http://lexvo.org/id/phone/t> lvont:hasPronunciation "t"^^xsd:string ;
    lvont:hasProperty <http://dbpedia.org/resource/Alveolar%20consonant>,
        <http://dbpedia.org/resource/Consonant>,
        <http://dbpedia.org/resource/Stop%20consonant>,
        <http://dbpedia.org/resource/Voicelessness> .

<http://lexvo.org/id/phone/t%C3%8C%C2%AA> lvont:hasPronunciation "tÌª"^^xsd:string ;
    lvont:hasProperty <http://dbpedia.org/resource/Consonant>,
        <http://dbpedia.org/resource/Stop%20consonant>,
        <http://dbpedia.org/resource/Voicelessness>,
        <http://dbpedia.org/resource/dental%20consonant> .

<http://lexvo.org/id/phone/t%C3%8C%C2%AA%C3%8D%C2%A1%C3%8A%C2%99%C3%8C%C2%A5> lvont:hasPronunciation "tÌªÍ¡ÊÌ¥"^^xsd:string ;
    lvont:hasProperty <http://dbpedia.org/resource/Bilabial%20consonant>,
        <http://dbpedia.org/resource/Consonant>,
        <http://dbpedia.org/resource/Trill%20consonant>,
        <http://dbpedia.org/resource/Voicelessness> .

<http://lexvo.org/id/phone/u> lvont:hasPronunciation "u"^^xsd:string ;
    lvont:hasProperty <http://dbpedia.org/resource/Back%20vowel>,
        <http://dbpedia.org/resource/Close_vowel>,
        <http://dbpedia.org/resource/Rounded_vowel>,
        <http://dbpedia.org/resource/Vowel> .

<http://lexvo.org/id/phone/v> lvont:hasPronunciation "v"^^xsd:string ;
    lvont:hasProperty <http://dbpedia.org/resource/Consonant>,
        <http://dbpedia.org/resource/Fricative%20consonant>,
        <http://dbpedia.org/resource/Labiodental%20consonant>,
        <http://dbpedia.org/resource/Voiced_consonant> .

<http://lexvo.org/id/phone/x> lvont:hasPronunciation "x"^^xsd:string ;
    lvont:hasProperty <http://dbpedia.org/resource/Consonant>,
        <http://dbpedia.org/resource/Fricative%20consonant>,
        <http://dbpedia.org/resource/Velar%20consonant>,
        <http://dbpedia.org/resource/Voicelessness> .

<http://lexvo.org/id/phone/y> lvont:hasPronunciation "y"^^xsd:string ;
    lvont:hasProperty <http://dbpedia.org/resource/Close_vowel>,
        <http://dbpedia.org/resource/Front%20vowel>,
        <http://dbpedia.org/resource/Rounded_vowel>,
        <http://dbpedia.org/resource/Vowel> .

<http://lexvo.org/id/phone/z> lvont:hasPronunciation "z"^^xsd:string ;
    lvont:hasProperty <http://dbpedia.org/resource/Alveolar%20consonant>,
        <http://dbpedia.org/resource/Consonant>,
        <http://dbpedia.org/resource/Fricative%20consonant>,
        <http://dbpedia.org/resource/Voiced_consonant> .

<http://lexvo.org/id/un_m49/001> a lvont:GeographicRegion ;
    rdfs:label "Wêreld"@af,
        "ዓለም"@am,
        "العالم"@ar,
        "Mundu"@ast,
        "Dünya"@az,
        "Свет"@be,
        "Земята"@bg,
        "পৃথিবী"@bn,
        "འཛམ་གླིང་།"@bo,
        "Bed"@br,
        "दुनिया"@brx,
        "Svet"@bs,
        "Свет"@bs-Cyrl,
        "Món"@ca,
        "ᎡᎶᎯ"@chr,
        "世界"@cmn,
        "世界"@cmn-Hant,
        "Svět"@cs,
        "y Byd"@cy,
        "Verden"@da,
        "Welt"@de,
        "འཛམ་གླིང༌"@dz,
        "xexeme"@ee,
        "Κόσμος"@el,
        "World"@en,
        "𐐎𐐲𐑉𐑊𐐼"@en-Dsrt,
        "Mundo"@es,
        "maailm"@et,
        "Mundua"@eu,
        "جهان"@fa,
        "maailma"@fi,
        "Mundo"@fil,
        "heimur"@fo,
        "Monde"@fr,
        "Mont"@fur,
        "An Domhan"@ga,
        "An Saoghal"@gd,
        "Mundo"@gl,
        "Wält"@gsw,
        "વિશ્વ"@gu,
        "העולם"@he,
        "दुनिया"@hi,
        "Svijet"@hr,
        "Világ"@hu,
        "Աշխարհ"@hy,
        "Dunia"@id,
        "Heimurinn"@is,
        "Mondo"@it,
        "世界"@ja,
        "Mbí"@jgo,
        "მსოფლიო"@ka,
        "Mundu"@kea,
        "Әлем"@kk,
        "silarsuaq"@kl,
        "ពិភពលោក"@km,
        "ವಿಶ್ವ"@kn,
        "세계"@ko,
        "دُنیا"@ks,
        "de Ääd"@ksh,
        "Mabelé"@ln,
        "ໂລກ"@lo,
        "pasaulis"@lt,
        "pasaule"@lv,
        "Свет"@mk,
        "ലോകം"@ml,
        "विश्व"@mr,
        "Dinja"@mt,
        "ကမ္ဘာ"@my,
        "verden"@nb,
        "विश्व"@ne,
        "Wereld"@nl,
        "verda"@nn,
        "ବିଶ୍ବ"@or,
        "Дуне"@os,
        "Świat"@pl,
        "Mundo"@pt,
        "mund"@rm,
        "Lume"@ro,
        "Мир"@ru,
        "Аан дойду"@sah,
        "máilbmi"@se,
        "ලෝකය"@si,
        "Svet"@sk,
        "Svet"@sl,
        "Свет"@sr,
        "Svet"@sr-Latn,
        "världen"@sv,
        "Dunia"@swh,
        "உலகம்"@ta,
        "ప్రపంచం"@te,
        "โลก"@th,
        "ዓለም"@ti,
        "Māmani"@to,
        "Dünya"@tr,
        "Світ"@uk,
        "دنیا"@ur,
        "Thế giới"@vi,
        "Wäld"@wae,
        "Dunia"@zsm,
        "Umhlaba"@zu ;
    lvont:label <http://lexvo.org/id/term/afr/W%C3%AAreld>,
        <http://lexvo.org/id/term/amh/%E1%8B%93%E1%88%88%E1%88%9D>,
        <http://lexvo.org/id/term/ara/%D8%A7%D9%84%D8%B9%D8%A7%D9%84%D9%85>,
        <http://lexvo.org/id/term/ast/Mundu>,
        <http://lexvo.org/id/term/aze/D%C3%BCnya>,
        <http://lexvo.org/id/term/bel/%D0%A1%D0%B2%D0%B5%D1%82>,
        <http://lexvo.org/id/term/ben/%E0%A6%AA%E0%A7%83%E0%A6%A5%E0%A6%BF%E0%A6%AC%E0%A7%80>,
        <http://lexvo.org/id/term/bod/%E0%BD%A0%E0%BD%9B%E0%BD%98%E0%BC%8B%E0%BD%82%E0%BE%B3%E0%BD%B2%E0%BD%84%E0%BC%8B%E0%BC%8D>,
        <http://lexvo.org/id/term/bos-Cyrl/%D0%A1%D0%B2%D0%B5%D1%82>,
        <http://lexvo.org/id/term/bos/Svet>,
        <http://lexvo.org/id/term/bre/Bed>,
        <http://lexvo.org/id/term/brx/%E0%A4%A6%E0%A5%81%E0%A4%A8%E0%A4%BF%E0%A4%AF%E0%A4%BE>,
        <http://lexvo.org/id/term/bul/%D0%97%D0%B5%D0%BC%D1%8F%D1%82%D0%B0>,
        <http://lexvo.org/id/term/cat/M%C3%B3n>,
        <http://lexvo.org/id/term/ces/Sv%C4%9Bt>,
        <http://lexvo.org/id/term/chr/%E1%8E%A1%E1%8E%B6%E1%8E%AF>,
        <http://lexvo.org/id/term/cmn-Hant/%E4%B8%96%E7%95%8C>,
        <http://lexvo.org/id/term/cmn/%E4%B8%96%E7%95%8C>,
        <http://lexvo.org/id/term/cym/y%20Byd>,
        <http://lexvo.org/id/term/dan/Verden>,
        <http://lexvo.org/id/term/deu/Welt>,
        <http://lexvo.org/id/term/dzo/%E0%BD%A0%E0%BD%9B%E0%BD%98%E0%BC%8B%E0%BD%82%E0%BE%B3%E0%BD%B2%E0%BD%84%E0%BC%8C>,
        <http://lexvo.org/id/term/ell/%CE%9A%CF%8C%CF%83%CE%BC%CE%BF%CF%82>,
        <http://lexvo.org/id/term/eng-Dsrt/%F0%90%90%8E%F0%90%90%B2%F0%90%91%89%F0%90%91%8A%F0%90%90%BC>,
        <http://lexvo.org/id/term/eng/World>,
        <http://lexvo.org/id/term/est/maailm>,
        <http://lexvo.org/id/term/eus/Mundua>,
        <http://lexvo.org/id/term/ewe/xexeme>,
        <http://lexvo.org/id/term/fao/heimur>,
        <http://lexvo.org/id/term/fas/%D8%AC%D9%87%D8%A7%D9%86>,
        <http://lexvo.org/id/term/fil/Mundo>,
        <http://lexvo.org/id/term/fin/maailma>,
        <http://lexvo.org/id/term/fra/Monde>,
        <http://lexvo.org/id/term/fur/Mont>,
        <http://lexvo.org/id/term/gla/An%20Saoghal>,
        <http://lexvo.org/id/term/gle/An%20Domhan>,
        <http://lexvo.org/id/term/glg/Mundo>,
        <http://lexvo.org/id/term/gsw/W%C3%A4lt>,
        <http://lexvo.org/id/term/guj/%E0%AA%B5%E0%AA%BF%E0%AA%B6%E0%AB%8D%E0%AA%B5>,
        <http://lexvo.org/id/term/heb/%D7%94%D7%A2%D7%95%D7%9C%D7%9D>,
        <http://lexvo.org/id/term/hin/%E0%A4%A6%E0%A5%81%E0%A4%A8%E0%A4%BF%E0%A4%AF%E0%A4%BE>,
        <http://lexvo.org/id/term/hrv/Svijet>,
        <http://lexvo.org/id/term/hun/Vil%C3%A1g>,
        <http://lexvo.org/id/term/hye/%D4%B1%D5%B7%D5%AD%D5%A1%D6%80%D5%B0>,
        <http://lexvo.org/id/term/ind/Dunia>,
        <http://lexvo.org/id/term/isl/Heimurinn>,
        <http://lexvo.org/id/term/ita/Mondo>,
        <http://lexvo.org/id/term/jgo/Mb%C3%AD>,
        <http://lexvo.org/id/term/jpn/%E4%B8%96%E7%95%8C>,
        <http://lexvo.org/id/term/kal/silarsuaq>,
        <http://lexvo.org/id/term/kan/%E0%B2%B5%E0%B2%BF%E0%B2%B6%E0%B3%8D%E0%B2%B5>,
        <http://lexvo.org/id/term/kas/%D8%AF%D9%8F%D9%86%DB%8C%D8%A7>,
        <http://lexvo.org/id/term/kat/%E1%83%9B%E1%83%A1%E1%83%9D%E1%83%A4%E1%83%9A%E1%83%98%E1%83%9D>,
        <http://lexvo.org/id/term/kaz/%D3%98%D0%BB%D0%B5%D0%BC>,
        <http://lexvo.org/id/term/kea/Mundu>,
        <http://lexvo.org/id/term/khm/%E1%9E%96%E1%9E%B7%E1%9E%97%E1%9E%96%E1%9E%9B%E1%9F%84%E1%9E%80>,
        <http://lexvo.org/id/term/kor/%EC%84%B8%EA%B3%84>,
        <http://lexvo.org/id/term/ksh/de%20%C3%84%C3%A4d>,
        <http://lexvo.org/id/term/lao/%E0%BB%82%E0%BA%A5%E0%BA%81>,
        <http://lexvo.org/id/term/lav/pasaule>,
        <http://lexvo.org/id/term/lin/Mabel%C3%A9>,
        <http://lexvo.org/id/term/lit/pasaulis>,
        <http://lexvo.org/id/term/mal/%E0%B4%B2%E0%B5%8B%E0%B4%95%E0%B4%82>,
        <http://lexvo.org/id/term/mar/%E0%A4%B5%E0%A4%BF%E0%A4%B6%E0%A5%8D%E0%A4%B5>,
        <http://lexvo.org/id/term/mkd/%D0%A1%D0%B2%D0%B5%D1%82>,
        <http://lexvo.org/id/term/mlt/Dinja>,
        <http://lexvo.org/id/term/mya/%E1%80%80%E1%80%99%E1%80%B9%E1%80%98%E1%80%AC>,
        <http://lexvo.org/id/term/nep/%E0%A4%B5%E0%A4%BF%E0%A4%B6%E0%A5%8D%E0%A4%B5>,
        <http://lexvo.org/id/term/nld/Wereld>,
        <http://lexvo.org/id/term/nno/verda>,
        <http://lexvo.org/id/term/nob/verden>,
        <http://lexvo.org/id/term/ori/%E0%AC%AC%E0%AC%BF%E0%AC%B6%E0%AD%8D%E0%AC%AC>,
        <http://lexvo.org/id/term/oss/%D0%94%D1%83%D0%BD%D0%B5>,
        <http://lexvo.org/id/term/pol/%C5%9Awiat>,
        <http://lexvo.org/id/term/por/Mundo>,
        <http://lexvo.org/id/term/roh/mund>,
        <http://lexvo.org/id/term/ron/Lume>,
        <http://lexvo.org/id/term/rus/%D0%9C%D0%B8%D1%80>,
        <http://lexvo.org/id/term/sah/%D0%90%D0%B0%D0%BD%20%D0%B4%D0%BE%D0%B9%D0%B4%D1%83>,
        <http://lexvo.org/id/term/sin/%E0%B6%BD%E0%B7%9D%E0%B6%9A%E0%B6%BA>,
        <http://lexvo.org/id/term/slk/Svet>,
        <http://lexvo.org/id/term/slv/Svet>,
        <http://lexvo.org/id/term/sme/m%C3%A1ilbmi>,
        <http://lexvo.org/id/term/spa/Mundo>,
        <http://lexvo.org/id/term/srp-Latn/Svet>,
        <http://lexvo.org/id/term/srp/%D0%A1%D0%B2%D0%B5%D1%82>,
        <http://lexvo.org/id/term/swe/v%C3%A4rlden>,
        <http://lexvo.org/id/term/swh/Dunia>,
        <http://lexvo.org/id/term/tam/%E0%AE%89%E0%AE%B2%E0%AE%95%E0%AE%AE%E0%AF%8D>,
        <http://lexvo.org/id/term/tel/%E0%B0%AA%E0%B1%8D%E0%B0%B0%E0%B0%AA%E0%B0%82%E0%B0%9A%E0%B0%82>,
        <http://lexvo.org/id/term/tha/%E0%B9%82%E0%B8%A5%E0%B8%81>,
        <http://lexvo.org/id/term/tir/%E1%8B%93%E1%88%88%E1%88%9D>,
        <http://lexvo.org/id/term/ton/M%C4%81mani>,
        <http://lexvo.org/id/term/tur/D%C3%BCnya>,
        <http://lexvo.org/id/term/ukr/%D0%A1%D0%B2%D1%96%D1%82>,
        <http://lexvo.org/id/term/urd/%D8%AF%D9%86%DB%8C%D8%A7>,
        <http://lexvo.org/id/term/vie/Th%E1%BA%BF%20gi%E1%BB%9Bi>,
        <http://lexvo.org/id/term/wae/W%C3%A4ld>,
        <http://lexvo.org/id/term/zsm/Dunia>,
        <http://lexvo.org/id/term/zul/Umhlaba> .

<http://lexvo.org/id/wordnet/30/adj/false_3_00_00> owl:sameAs false .

<http://lexvo.org/id/wordnet/30/adj/true_3_00_00> owl:sameAs true .

<http://lexvo.org/id/wordnet/30/adv/no_4_02_00> rdfs:label "nee"@af,
        "hǎe"@agq,
        "Daabi"@ak,
        "አይ"@am,
        "لا"@ar,
        "Hai"@asa,
        "non"@ast,
        "yox"@az,
        "tɔ̀"@bas,
        "не"@be,
        "Awe"@bem,
        "Sio ewo"@bez,
        "не"@bg,
        "ayi"@bm,
        "না"@bn,
        "མེད།"@bo,
        "n"@br,
        "नहीं"@brx,
        "ne"@bs,
        "не"@bs-Cyrl,
        "no"@ca,
        "Ngaaha/apaana"@cgg,
        "ᎥᏝ"@chr,
        "否定"@cmn,
        "否"@cmn-Hant,
        "ne"@cs,
        "nej"@da,
        "Mbai"@dav,
        "nein"@de,
        "Kala"@dje,
        "kɛ́m"@dua,
        "Hani"@dyo,
        "མེན་"@dz,
        "Ka"@ebu,
        "ao"@ee,
        "όχι"@el,
        "no"@en,
        "𐑌𐐬"@en-Dsrt,
        "no"@es,
        "ei"@et,
        "ez"@eu,
        "Tɛgɛ"@ewo,
        "نه"@fa,
        "Alaa"@ff,
        "ei"@fi,
        "hindi"@fil,
        "nei"@fo,
        "non"@fr,
        "no"@fur,
        "níl"@ga,
        "chan eil"@gd,
        "non"@gl,
        "näi"@gsw,
        "ના"@gu,
        "Yaya"@guz,
        "a'a"@ha,
        "לא"@he,
        "नहीं"@hi,
        "ne"@hr,
        "nem"@hu,
        "tidak"@id,
        "Mba"@ig,
        "ꀋꉬ"@ii,
        "nei"@is,
        "no"@it,
        "いいえ"@ja,
        "ŋɡɑ́ŋ"@jgo,
        "Ote"@jmc,
        "არა"@ka,
        "Uhu"@kab,
        "Aiee"@kam,
        "Nanga"@kde,
        "Nãu"@kea,
        "Kala"@khq,
        "Ca"@ki,
        "жоқ"@kk,
        "naagga"@kl,
        "Achicha"@kln,
        "ទេ​ ៖ n"@km,
        "ಇಲ್ಲ"@kn,
        "아니오"@ko,
        "نَہ"@ks,
        "Doo"@ksb,
        "EÉ"@ksf,
        "nä"@ksh,
        "жок"@ky,
        "Tʉkʉ"@lag,
        "Nedda"@lg,
        "Tɛ̂"@ln,
        "ບໍ່ມີ"@lo,
        "ne"@lt,
        "To"@lu,
        "da"@luo,
        "Dave"@luy,
        "nē"@lv,
        "Á'ā"@mas,
        "Arĩ"@mer,
        "Non"@mfe,
        "Tsia"@mg,
        "akin'tuna"@mgh,
        "ideg."@mgo,
        "не"@mk,
        "അല്ല"@ml,
        "नाहीःना"@mr,
        "le"@mt,
        "A a"@mua,
        "မဟုတ်ဘူး"@my,
        "Hî-î"@naq,
        "nei"@nb,
        "Hatshi"@nd,
        "nee"@nl,
        "Nzúl"@nmg,
        "nei"@nn,
        "Ëëy"@nus,
        "Ngaaha/apaana"@nyn,
        "ନା"@or,
        "нӕйы"@os,
        "ਨਹੀਂ"@pa,
        "نہيں"@pa-Arab,
        "nie"@pl,
        "não"@pt,
        "na"@rm,
        "Oya"@rn,
        "nu"@ro,
        "Ehe"@rof,
        "нет"@ru,
        "Ote"@rwk,
        "Nara"@saq,
        "Ndaali"@sbp,
        "ii"@se,
        "Nkhabe"@seh,
        "Kala"@ses,
        "Én-en"@sg,
        "ⵓⵀⵓ"@shi,
        "uhu"@shi-Latn,
        "නැත"@si,
        "nie"@sk,
        "ne"@sl,
        "Kwete"@sn,
        "maya"@so,
        "jo"@sq,
        "не"@sr,
        "ne"@sr-Latn,
        "nej"@sv,
        "Hapana"@swc,
        "Hapana"@swh,
        "இல்லை"@ta,
        "వద్దు"@te,
        "Kuju"@teo,
        "ไม่ใช่"@th,
        "ʻikai"@to,
        "hayır"@tr,
        "Kala"@twq,
        "Uhu"@tzm,
        "ні"@uk,
        "نہیں"@ur,
        "ꔉꔒ"@vai,
        "kpele"@vai-Latn,
        "no"@vi,
        "no"@vo,
        "Ote"@vun,
        "nei"@wae,
        "hayi"@xh,
        "Be"@xog,
        "aákó"@yav,
        "Bẹ́ẹ̀kọ́"@yo,
        "tidak"@zsm,
        "cha"@zu ;
    lvont:label <http://lexvo.org/id/term/afr/nee>,
        <http://lexvo.org/id/term/agq/h%C7%8Ee>,
        <http://lexvo.org/id/term/aka/Daabi>,
        <http://lexvo.org/id/term/amh/%E1%8A%A0%E1%8B%AD>,
        <http://lexvo.org/id/term/ara/%D9%84%D8%A7>,
        <http://lexvo.org/id/term/asa/Hai>,
        <http://lexvo.org/id/term/ast/non>,
        <http://lexvo.org/id/term/aze/yox>,
        <http://lexvo.org/id/term/bam/ayi>,
        <http://lexvo.org/id/term/bas/t%C9%94%CC%80>,
        <http://lexvo.org/id/term/bel/%D0%BD%D0%B5>,
        <http://lexvo.org/id/term/bem/Awe>,
        <http://lexvo.org/id/term/ben/%E0%A6%A8%E0%A6%BE>,
        <http://lexvo.org/id/term/bez/Sio%20ewo>,
        <http://lexvo.org/id/term/bod/%E0%BD%98%E0%BD%BA%E0%BD%91%E0%BC%8D>,
        <http://lexvo.org/id/term/bos-Cyrl/%D0%BD%D0%B5>,
        <http://lexvo.org/id/term/bos/ne>,
        <http://lexvo.org/id/term/bre/n>,
        <http://lexvo.org/id/term/brx/%E0%A4%A8%E0%A4%B9%E0%A5%80%E0%A4%82>,
        <http://lexvo.org/id/term/bul/%D0%BD%D0%B5>,
        <http://lexvo.org/id/term/cat/no>,
        <http://lexvo.org/id/term/ces/ne>,
        <http://lexvo.org/id/term/cgg/Ngaaha%2Fapaana>,
        <http://lexvo.org/id/term/chr/%E1%8E%A5%E1%8F%9D>,
        <http://lexvo.org/id/term/cmn-Hant/%E5%90%A6>,
        <http://lexvo.org/id/term/cmn/%E5%90%A6%E5%AE%9A>,
        <http://lexvo.org/id/term/dan/nej>,
        <http://lexvo.org/id/term/dav/Mbai>,
        <http://lexvo.org/id/term/deu/nein>,
        <http://lexvo.org/id/term/dje/Kala>,
        <http://lexvo.org/id/term/dua/k%C9%9B%CC%81m>,
        <http://lexvo.org/id/term/dyo/Hani>,
        <http://lexvo.org/id/term/dzo/%E0%BD%98%E0%BD%BA%E0%BD%93%E0%BC%8B>,
        <http://lexvo.org/id/term/ebu/Ka>,
        <http://lexvo.org/id/term/ell/%CF%8C%CF%87%CE%B9>,
        <http://lexvo.org/id/term/eng-Dsrt/%F0%90%91%8C%F0%90%90%AC>,
        <http://lexvo.org/id/term/eng/no>,
        <http://lexvo.org/id/term/est/ei>,
        <http://lexvo.org/id/term/eus/ez>,
        <http://lexvo.org/id/term/ewe/ao>,
        <http://lexvo.org/id/term/ewo/T%C9%9Bg%C9%9B>,
        <http://lexvo.org/id/term/fao/nei>,
        <http://lexvo.org/id/term/fas/%D9%86%D9%87>,
        <http://lexvo.org/id/term/fil/hindi>,
        <http://lexvo.org/id/term/fin/ei>,
        <http://lexvo.org/id/term/fra/non>,
        <http://lexvo.org/id/term/ful/Alaa>,
        <http://lexvo.org/id/term/fur/no>,
        <http://lexvo.org/id/term/gla/chan%20eil>,
        <http://lexvo.org/id/term/gle/n%C3%ADl>,
        <http://lexvo.org/id/term/glg/non>,
        <http://lexvo.org/id/term/gsw/n%C3%A4i>,
        <http://lexvo.org/id/term/guj/%E0%AA%A8%E0%AA%BE>,
        <http://lexvo.org/id/term/guz/Yaya>,
        <http://lexvo.org/id/term/hau/a'a>,
        <http://lexvo.org/id/term/heb/%D7%9C%D7%90>,
        <http://lexvo.org/id/term/hin/%E0%A4%A8%E0%A4%B9%E0%A5%80%E0%A4%82>,
        <http://lexvo.org/id/term/hrv/ne>,
        <http://lexvo.org/id/term/hun/nem>,
        <http://lexvo.org/id/term/ibo/Mba>,
        <http://lexvo.org/id/term/iii/%EA%80%8B%EA%89%AC>,
        <http://lexvo.org/id/term/ind/tidak>,
        <http://lexvo.org/id/term/isl/nei>,
        <http://lexvo.org/id/term/ita/no>,
        <http://lexvo.org/id/term/jgo/%C5%8B%C9%A1%C9%91%CC%81%C5%8B>,
        <http://lexvo.org/id/term/jmc/Ote>,
        <http://lexvo.org/id/term/jpn/%E3%81%84%E3%81%84%E3%81%88>,
        <http://lexvo.org/id/term/kab/Uhu>,
        <http://lexvo.org/id/term/kal/naagga>,
        <http://lexvo.org/id/term/kam/Aiee>,
        <http://lexvo.org/id/term/kan/%E0%B2%87%E0%B2%B2%E0%B3%8D%E0%B2%B2>,
        <http://lexvo.org/id/term/kas/%D9%86%D9%8E%DB%81>,
        <http://lexvo.org/id/term/kat/%E1%83%90%E1%83%A0%E1%83%90>,
        <http://lexvo.org/id/term/kaz/%D0%B6%D0%BE%D2%9B>,
        <http://lexvo.org/id/term/kde/Nanga>,
        <http://lexvo.org/id/term/kea/N%C3%A3u>,
        <http://lexvo.org/id/term/khm/%E1%9E%91%E1%9F%81%E2%80%8B%20%E1%9F%96%20n>,
        <http://lexvo.org/id/term/khq/Kala>,
        <http://lexvo.org/id/term/kik/Ca>,
        <http://lexvo.org/id/term/kir/%D0%B6%D0%BE%D0%BA>,
        <http://lexvo.org/id/term/kln/Achicha>,
        <http://lexvo.org/id/term/kor/%EC%95%84%EB%8B%88%EC%98%A4>,
        <http://lexvo.org/id/term/ksb/Doo>,
        <http://lexvo.org/id/term/ksf/E%C3%89>,
        <http://lexvo.org/id/term/ksh/n%C3%A4>,
        <http://lexvo.org/id/term/lag/T%CA%89k%CA%89>,
        <http://lexvo.org/id/term/lao/%E0%BA%9A%E0%BB%8D%E0%BB%88%E0%BA%A1%E0%BA%B5>,
        <http://lexvo.org/id/term/lav/n%C4%93>,
        <http://lexvo.org/id/term/lin/T%C9%9B%CC%82>,
        <http://lexvo.org/id/term/lit/ne>,
        <http://lexvo.org/id/term/lub/To>,
        <http://lexvo.org/id/term/lug/Nedda>,
        <http://lexvo.org/id/term/luo/da>,
        <http://lexvo.org/id/term/luy/Dave>,
        <http://lexvo.org/id/term/mal/%E0%B4%85%E0%B4%B2%E0%B5%8D%E0%B4%B2>,
        <http://lexvo.org/id/term/mar/%E0%A4%A8%E0%A4%BE%E0%A4%B9%E0%A5%80%E0%A4%83%E0%A4%A8%E0%A4%BE>,
        <http://lexvo.org/id/term/mas/%C3%81'%C4%81>,
        <http://lexvo.org/id/term/mer/Ar%C4%A9>,
        <http://lexvo.org/id/term/mfe/Non>,
        <http://lexvo.org/id/term/mgh/akin'tuna>,
        <http://lexvo.org/id/term/mgo/ideg.>,
        <http://lexvo.org/id/term/mkd/%D0%BD%D0%B5>,
        <http://lexvo.org/id/term/mlg/Tsia>,
        <http://lexvo.org/id/term/mlt/le>,
        <http://lexvo.org/id/term/mua/A%20a>,
        <http://lexvo.org/id/term/mya/%E1%80%99%E1%80%9F%E1%80%AF%E1%80%90%E1%80%BA%E1%80%98%E1%80%B0%E1%80%B8>,
        <http://lexvo.org/id/term/naq/H%C3%AE-%C3%AE>,
        <http://lexvo.org/id/term/nde/Hatshi>,
        <http://lexvo.org/id/term/nld/nee>,
        <http://lexvo.org/id/term/nmg/Nz%C3%BAl>,
        <http://lexvo.org/id/term/nno/nei>,
        <http://lexvo.org/id/term/nob/nei>,
        <http://lexvo.org/id/term/nus/%C3%8B%C3%ABy>,
        <http://lexvo.org/id/term/nyn/Ngaaha%2Fapaana>,
        <http://lexvo.org/id/term/ori/%E0%AC%A8%E0%AC%BE>,
        <http://lexvo.org/id/term/oss/%D0%BD%D3%95%D0%B9%D1%8B>,
        <http://lexvo.org/id/term/pan-Arab/%D9%86%DB%81%D9%8A%DA%BA>,
        <http://lexvo.org/id/term/pan/%E0%A8%A8%E0%A8%B9%E0%A9%80%E0%A8%82>,
        <http://lexvo.org/id/term/pol/nie>,
        <http://lexvo.org/id/term/por/n%C3%A3o>,
        <http://lexvo.org/id/term/rof/Ehe>,
        <http://lexvo.org/id/term/roh/na>,
        <http://lexvo.org/id/term/ron/nu>,
        <http://lexvo.org/id/term/run/Oya>,
        <http://lexvo.org/id/term/rus/%D0%BD%D0%B5%D1%82>,
        <http://lexvo.org/id/term/rwk/Ote>,
        <http://lexvo.org/id/term/sag/%C3%89n-en>,
        <http://lexvo.org/id/term/saq/Nara>,
        <http://lexvo.org/id/term/sbp/Ndaali>,
        <http://lexvo.org/id/term/seh/Nkhabe>,
        <http://lexvo.org/id/term/ses/Kala>,
        <http://lexvo.org/id/term/shi-Latn/uhu>,
        <http://lexvo.org/id/term/shi/%E2%B5%93%E2%B5%80%E2%B5%93>,
        <http://lexvo.org/id/term/sin/%E0%B6%B1%E0%B7%90%E0%B6%AD>,
        <http://lexvo.org/id/term/slk/nie>,
        <http://lexvo.org/id/term/slv/ne>,
        <http://lexvo.org/id/term/sme/ii>,
        <http://lexvo.org/id/term/sna/Kwete>,
        <http://lexvo.org/id/term/som/maya>,
        <http://lexvo.org/id/term/spa/no>,
        <http://lexvo.org/id/term/sqi/jo>,
        <http://lexvo.org/id/term/srp-Latn/ne>,
        <http://lexvo.org/id/term/srp/%D0%BD%D0%B5>,
        <http://lexvo.org/id/term/swc/Hapana>,
        <http://lexvo.org/id/term/swe/nej>,
        <http://lexvo.org/id/term/swh/Hapana>,
        <http://lexvo.org/id/term/tam/%E0%AE%87%E0%AE%B2%E0%AF%8D%E0%AE%B2%E0%AF%88>,
        <http://lexvo.org/id/term/tel/%E0%B0%B5%E0%B0%A6%E0%B1%8D%E0%B0%A6%E0%B1%81>,
        <http://lexvo.org/id/term/teo/Kuju>,
        <http://lexvo.org/id/term/tha/%E0%B9%84%E0%B8%A1%E0%B9%88%E0%B9%83%E0%B8%8A%E0%B9%88>,
        <http://lexvo.org/id/term/ton/%CA%BBikai>,
        <http://lexvo.org/id/term/tur/hay%C4%B1r>,
        <http://lexvo.org/id/term/twq/Kala>,
        <http://lexvo.org/id/term/tzm/Uhu>,
        <http://lexvo.org/id/term/ukr/%D0%BD%D1%96>,
        <http://lexvo.org/id/term/urd/%D9%86%DB%81%DB%8C%DA%BA>,
        <http://lexvo.org/id/term/vai-Latn/kpele>,
        <http://lexvo.org/id/term/vai/%EA%94%89%EA%94%92>,
        <http://lexvo.org/id/term/vie/no>,
        <http://lexvo.org/id/term/vol/no>,
        <http://lexvo.org/id/term/vun/Ote>,
        <http://lexvo.org/id/term/wae/nei>,
        <http://lexvo.org/id/term/xho/hayi>,
        <http://lexvo.org/id/term/xog/Be>,
        <http://lexvo.org/id/term/yav/a%C3%A1k%C3%B3>,
        <http://lexvo.org/id/term/yor/B%E1%BA%B9%CC%81%E1%BA%B9%CC%80k%E1%BB%8D%CC%81>,
        <http://lexvo.org/id/term/zsm/tidak>,
        <http://lexvo.org/id/term/zul/cha> .

<http://lexvo.org/id/wordnet/30/noun/april_1_28_00> rdfs:label "Agda Baxis"@aa,
        "April"@af,
        "ndzɔ̀ŋɔ̀tǎafʉ̄ghā"@agq,
        "Ebɔbira-Oforisuo"@ak,
        "ኤፕሪል"@am,
        "أبريل"@ar,
        "أفريل"@ar,
        "إبريل"@ar,
        "نيسان"@ar,
        "এপ্ৰিল"@as,
        "Aprili"@asa,
        "d'abril"@ast,
        "Aprel"@az,
        "апрел"@az-Cyrl,
        "Màtop"@bas,
        "красавік"@be,
        "Epreo"@bem,
        "pa mwedzi gwa wutai"@bez,
        "април"@bg,
        "awirili"@bm,
        "এপ্রিল"@bn,
        "ཟླ་བ་བཞི་པ་"@bo,
        "Ebrel"@br,
        "एफ्रिल"@brx,
        "april"@bs,
        "април"@bs-Cyrl,
        "ፋጅኺሪ"@byn,
        "d’abril"@ca,
        "Okwakana"@cgg,
        "ᎧᏬᏂ"@chr,
        "四月"@cmn,
        "4月"@cmn-Hant,
        "dubna"@cs,
        "Ebrill"@cy,
        "april"@da,
        "Mori ghwa kana"@dav,
        "April"@de,
        "Awiril"@dje,
        "diɓáɓá"@dua,
        "Aburil"@dyo,
        "ཟླ་བཞི་པ་"@dz,
        "Mweri wa kana"@ebu,
        "afɔfĩe"@ee,
        "Απριλίου"@el,
        "April"@en,
        "𐐁𐐹𐑉𐐮𐑊"@en-Dsrt,
        "aprilo"@eo,
        "abril"@es,
        "aprill"@et,
        "apirila"@eu,
        "ngɔn nyina"@ewo,
        "آوریل"@fa,
        "اپریل"@fa,
        "seeɗto"@ff,
        "huhtikuuta"@fi,
        "Abril"@fil,
        "apríl"@fo,
        "avril"@fr,
        "Avrîl"@fur,
        "Aibreán"@ga,
        "An Giblean"@gd,
        "Abril"@gl,
        "April"@gsw,
        "એપ્રિલ"@gu,
        "Apiriri"@guz,
        "Averil"@gv,
        "Afirilu"@ha,
        "ʻApelila"@haw,
        "אפריל"@he,
        "अप्रैल"@hi,
        "travnja"@hr,
        "április"@hu,
        "Ապրիլ"@hy,
        "april"@ia,
        "April"@id,
        "Eprel"@ig,
        "ꇖꆪ"@ii,
        "apríl"@is,
        "aprile"@it,
        "4月"@ja,
        "Pɛsaŋ Pɛ́nɛ́kwa"@jgo,
        "Aprilyi"@jmc,
        "აპრილი"@ka,
        "Yebrir"@kab,
        "Mwai wa kana"@kam,
        "Mwedi wa Nchechi"@kde,
        "Abril"@kea,
        "Awiril"@khq,
        "Mwere wa kana"@ki,
        "сәуір"@kk,
        "Nyɔlɔmbɔŋgɔ"@kkj,
        "aprili"@kl,
        "Iwat kut"@kln,
        "មេសា"@km,
        "ಎಪ್ರಿಲ್"@kn,
        "एप्रिल"@knn,
        "4월"@ko,
        "اپریل"@ks,
        "Aplili"@ksb,
        "ŋwíí akǝ nin"@ksf,
        "Aprell"@ksh,
        "Mys Ebrel"@kw,
        "апрель"@ky,
        "Kwiikumi"@lag,
        "Apuli"@lg,
        "sánzá ya mínei"@ln,
        "ເມສາ"@lo,
        "balandis"@lt,
        "Mùuyà"@lu,
        "Dwe mar Ang'wen"@luo,
        "Aprili"@luy,
        "aprīlis"@lv,
        "Olodoyíóríê inkókúâ"@mas,
        "Ĩpurũ"@mer,
        "avril"@mfe,
        "Aprily"@mg,
        "Mweri wo unecheshe"@mgh,
        "iməg ngwə̀t"@mgo,
        "април"@mk,
        "ഏപ്രിൽ"@ml,
        "एप्रिल"@mr,
        "April"@mt,
        "Fĩi Marfoo"@mua,
        "ဧပြီ"@my,
        "ǃHôaǂkhaib"@naq,
        "april"@nb,
        "Mabasa"@nd,
        "अप्रिल"@ne,
        "अप्रेल"@ne,
        "april"@nl,
        "ngwɛn ńna"@nmg,
        "april"@nn,
        "saŋ cÿó"@nnh,
        "u-Apreli"@nr,
        "Aporele"@nso,
        "Guak"@nus,
        "Okwakana"@nyn,
        "Elba"@om,
        "ଅପ୍ରେଲ"@or,
        "апрелы"@os,
        "ਅਪ੍ਰੈਲ"@pa,
        "اپریل"@pa-Arab,
        "kwietnia"@pl,
        "اپریل"@ps,
        "Abril"@pt,
        "abril"@pt,
        "avrigl"@rm,
        "Ndamukiza"@rn,
        "aprilie"@ro,
        "Mweri wa kaana"@rof,
        "апреля"@ru,
        "Mata"@rw,
        "Aprilyi"@rwk,
        "Муус устар"@sah,
        "Lapa le ong'wan"@saq,
        "Munyi"@sbp,
        "cuoŋománnu"@se,
        "Abril"@seh,
        "Awiril"@ses,
        "Ngubùe"@sg,
        "ⵉⴱⵔⵉⵔ"@shi,
        "ibrir"@shi-Latn,
        "අප්‍රේල්"@si,
        "apríl"@sk,
        "april"@sl,
        "Kubvumbi"@sn,
        "Bisha Afraad"@so,
        "prill"@sq,
        "април"@sr,
        "april"@sr-Latn,
        "Mabasa"@ss,
        "Agda Baxis"@ssy,
        "Mmese"@st,
        "april"@sv,
        "mwezi ya ine"@swc,
        "Aprili"@swh,
        "ஏப்ரல்"@ta,
        "ఎప్రిల్"@te,
        "Odung'el"@teo,
        "Апрел"@tg,
        "เมษายน"@th,
        "ሚያዝያ"@ti,
        "ኤፕረል"@ti,
        "ኤፕረል"@tig,
        "Moranang"@tn,
        "ʻEpeleli"@to,
        "Nisan"@tr,
        "Dzivamisoko"@ts,
        "Awiril"@twq,
        "Ibrir"@tzm,
        "квітня"@uk,
        "اپریل"@ur,
        "Апрел"@uzn,
        "اپریل"@uzn-Arab,
        "Aprel"@uzn-Latn,
        "ꖢꖕ"@vai,
        "fulu"@vai-Latn,
        "Lambamai"@ve,
        "tháng tư"@vi,
        "prilul"@vo,
        "Aprilyi"@vun,
        "Abrille"@wae,
        "ኤፕረል"@wal,
        "Epreli"@xh,
        "Apuli"@xog,
        "mesiŋ, oóli ú kénie"@yav,
        "Oṣù Ìgbé"@yo,
        "April"@zsm,
        "Apreli"@zu ;
    lvont:label <http://lexvo.org/id/term/aar/Agda%20Baxis>,
        <http://lexvo.org/id/term/afr/April>,
        <http://lexvo.org/id/term/agq/ndz%C9%94%CC%80%C5%8B%C9%94%CC%80t%C7%8Eaf%CA%89%CC%84gh%C4%81>,
        <http://lexvo.org/id/term/aka/Eb%C9%94bira-Oforisuo>,
        <http://lexvo.org/id/term/amh/%E1%8A%A4%E1%8D%95%E1%88%AA%E1%88%8D>,
        <http://lexvo.org/id/term/ara/%D8%A3%D8%A8%D8%B1%D9%8A%D9%84>,
        <http://lexvo.org/id/term/ara/%D8%A3%D9%81%D8%B1%D9%8A%D9%84>,
        <http://lexvo.org/id/term/ara/%D8%A5%D8%A8%D8%B1%D9%8A%D9%84>,
        <http://lexvo.org/id/term/ara/%D9%86%D9%8A%D8%B3%D8%A7%D9%86>,
        <http://lexvo.org/id/term/asa/Aprili>,
        <http://lexvo.org/id/term/asm/%E0%A6%8F%E0%A6%AA%E0%A7%8D%E0%A7%B0%E0%A6%BF%E0%A6%B2>,
        <http://lexvo.org/id/term/ast/d'abril>,
        <http://lexvo.org/id/term/aze-Cyrl/%D0%B0%D0%BF%D1%80%D0%B5%D0%BB>,
        <http://lexvo.org/id/term/aze/Aprel>,
        <http://lexvo.org/id/term/bam/awirili>,
        <http://lexvo.org/id/term/bas/M%C3%A0top>,
        <http://lexvo.org/id/term/bel/%D0%BA%D1%80%D0%B0%D1%81%D0%B0%D0%B2%D1%96%D0%BA>,
        <http://lexvo.org/id/term/bem/Epreo>,
        <http://lexvo.org/id/term/ben/%E0%A6%8F%E0%A6%AA%E0%A7%8D%E0%A6%B0%E0%A6%BF%E0%A6%B2>,
        <http://lexvo.org/id/term/bez/pa%20mwedzi%20gwa%20wutai>,
        <http://lexvo.org/id/term/bod/%E0%BD%9F%E0%BE%B3%E0%BC%8B%E0%BD%96%E0%BC%8B%E0%BD%96%E0%BD%9E%E0%BD%B2%E0%BC%8B%E0%BD%94%E0%BC%8B>,
        <http://lexvo.org/id/term/bos-Cyrl/%D0%B0%D0%BF%D1%80%D0%B8%D0%BB>,
        <http://lexvo.org/id/term/bos/april>,
        <http://lexvo.org/id/term/bre/Ebrel>,
        <http://lexvo.org/id/term/brx/%E0%A4%8F%E0%A4%AB%E0%A5%8D%E0%A4%B0%E0%A4%BF%E0%A4%B2>,
        <http://lexvo.org/id/term/bul/%D0%B0%D0%BF%D1%80%D0%B8%D0%BB>,
        <http://lexvo.org/id/term/byn/%E1%8D%8B%E1%8C%85%E1%8A%BA%E1%88%AA>,
        <http://lexvo.org/id/term/cat/d%E2%80%99abril>,
        <http://lexvo.org/id/term/ces/dubna>,
        <http://lexvo.org/id/term/cgg/Okwakana>,
        <http://lexvo.org/id/term/chr/%E1%8E%A7%E1%8F%AC%E1%8F%82>,
        <http://lexvo.org/id/term/cmn-Hant/4%E6%9C%88>,
        <http://lexvo.org/id/term/cmn/%E5%9B%9B%E6%9C%88>,
        <http://lexvo.org/id/term/cor/Mys%20Ebrel>,
        <http://lexvo.org/id/term/cym/Ebrill>,
        <http://lexvo.org/id/term/dan/april>,
        <http://lexvo.org/id/term/dav/Mori%20ghwa%20kana>,
        <http://lexvo.org/id/term/deu/April>,
        <http://lexvo.org/id/term/dje/Awiril>,
        <http://lexvo.org/id/term/dua/di%C9%93%C3%A1%C9%93%C3%A1>,
        <http://lexvo.org/id/term/dyo/Aburil>,
        <http://lexvo.org/id/term/dzo/%E0%BD%9F%E0%BE%B3%E0%BC%8B%E0%BD%96%E0%BD%9E%E0%BD%B2%E0%BC%8B%E0%BD%94%E0%BC%8B>,
        <http://lexvo.org/id/term/ebu/Mweri%20wa%20kana>,
        <http://lexvo.org/id/term/ell/%CE%91%CF%80%CF%81%CE%B9%CE%BB%CE%AF%CE%BF%CF%85>,
        <http://lexvo.org/id/term/eng-Dsrt/%F0%90%90%81%F0%90%90%B9%F0%90%91%89%F0%90%90%AE%F0%90%91%8A>,
        <http://lexvo.org/id/term/eng/April>,
        <http://lexvo.org/id/term/epo/aprilo>,
        <http://lexvo.org/id/term/est/aprill>,
        <http://lexvo.org/id/term/eus/apirila>,
        <http://lexvo.org/id/term/ewe/af%C9%94f%C4%A9e>,
        <http://lexvo.org/id/term/ewo/ng%C9%94n%20nyina>,
        <http://lexvo.org/id/term/fao/apr%C3%ADl>,
        <http://lexvo.org/id/term/fas/%D8%A2%D9%88%D8%B1%DB%8C%D9%84>,
        <http://lexvo.org/id/term/fas/%D8%A7%D9%BE%D8%B1%DB%8C%D9%84>,
        <http://lexvo.org/id/term/fil/Abril>,
        <http://lexvo.org/id/term/fin/huhtikuuta>,
        <http://lexvo.org/id/term/fra/avril>,
        <http://lexvo.org/id/term/ful/see%C9%97to>,
        <http://lexvo.org/id/term/fur/Avr%C3%AEl>,
        <http://lexvo.org/id/term/gla/An%20Giblean>,
        <http://lexvo.org/id/term/gle/Aibre%C3%A1n>,
        <http://lexvo.org/id/term/glg/Abril>,
        <http://lexvo.org/id/term/glv/Averil>,
        <http://lexvo.org/id/term/gsw/April>,
        <http://lexvo.org/id/term/guj/%E0%AA%8F%E0%AA%AA%E0%AB%8D%E0%AA%B0%E0%AA%BF%E0%AA%B2>,
        <http://lexvo.org/id/term/guz/Apiriri>,
        <http://lexvo.org/id/term/hau/Afirilu>,
        <http://lexvo.org/id/term/haw/%CA%BBApelila>,
        <http://lexvo.org/id/term/heb/%D7%90%D7%A4%D7%A8%D7%99%D7%9C>,
        <http://lexvo.org/id/term/hin/%E0%A4%85%E0%A4%AA%E0%A5%8D%E0%A4%B0%E0%A5%88%E0%A4%B2>,
        <http://lexvo.org/id/term/hrv/travnja>,
        <http://lexvo.org/id/term/hun/%C3%A1prilis>,
        <http://lexvo.org/id/term/hye/%D4%B1%D5%BA%D6%80%D5%AB%D5%AC>,
        <http://lexvo.org/id/term/ibo/Eprel>,
        <http://lexvo.org/id/term/iii/%EA%87%96%EA%86%AA>,
        <http://lexvo.org/id/term/ina/april>,
        <http://lexvo.org/id/term/ind/April>,
        <http://lexvo.org/id/term/isl/apr%C3%ADl>,
        <http://lexvo.org/id/term/ita/aprile>,
        <http://lexvo.org/id/term/jgo/P%C9%9Bsa%C5%8B%20P%C9%9B%CC%81n%C9%9B%CC%81kwa>,
        <http://lexvo.org/id/term/jmc/Aprilyi>,
        <http://lexvo.org/id/term/jpn/4%E6%9C%88>,
        <http://lexvo.org/id/term/kab/Yebrir>,
        <http://lexvo.org/id/term/kal/aprili>,
        <http://lexvo.org/id/term/kam/Mwai%20wa%20kana>,
        <http://lexvo.org/id/term/kan/%E0%B2%8E%E0%B2%AA%E0%B3%8D%E0%B2%B0%E0%B2%BF%E0%B2%B2%E0%B3%8D>,
        <http://lexvo.org/id/term/kas/%D8%A7%D9%BE%D8%B1%DB%8C%D9%84>,
        <http://lexvo.org/id/term/kat/%E1%83%90%E1%83%9E%E1%83%A0%E1%83%98%E1%83%9A%E1%83%98>,
        <http://lexvo.org/id/term/kaz/%D1%81%D3%99%D1%83%D1%96%D1%80>,
        <http://lexvo.org/id/term/kde/Mwedi%20wa%20Nchechi>,
        <http://lexvo.org/id/term/kea/Abril>,
        <http://lexvo.org/id/term/khm/%E1%9E%98%E1%9F%81%E1%9E%9F%E1%9E%B6>,
        <http://lexvo.org/id/term/khq/Awiril>,
        <http://lexvo.org/id/term/kik/Mwere%20wa%20kana>,
        <http://lexvo.org/id/term/kin/Mata>,
        <http://lexvo.org/id/term/kir/%D0%B0%D0%BF%D1%80%D0%B5%D0%BB%D1%8C>,
        <http://lexvo.org/id/term/kkj/Ny%C9%94l%C9%94mb%C9%94%C5%8Bg%C9%94>,
        <http://lexvo.org/id/term/kln/Iwat%20kut>,
        <http://lexvo.org/id/term/knn/%E0%A4%8F%E0%A4%AA%E0%A5%8D%E0%A4%B0%E0%A4%BF%E0%A4%B2>,
        <http://lexvo.org/id/term/kor/4%EC%9B%94>,
        <http://lexvo.org/id/term/ksb/Aplili>,
        <http://lexvo.org/id/term/ksf/%C5%8Bw%C3%AD%C3%AD%20ak%C7%9D%20nin>,
        <http://lexvo.org/id/term/ksh/Aprell>,
        <http://lexvo.org/id/term/lag/Kwiikumi>,
        <http://lexvo.org/id/term/lao/%E0%BB%80%E0%BA%A1%E0%BA%AA%E0%BA%B2>,
        <http://lexvo.org/id/term/lav/apr%C4%ABlis>,
        <http://lexvo.org/id/term/lin/s%C3%A1nz%C3%A1%20ya%20m%C3%ADnei>,
        <http://lexvo.org/id/term/lit/balandis>,
        <http://lexvo.org/id/term/lub/M%C3%B9uy%C3%A0>,
        <http://lexvo.org/id/term/lug/Apuli>,
        <http://lexvo.org/id/term/luo/Dwe%20mar%20Ang'wen>,
        <http://lexvo.org/id/term/luy/Aprili>,
        <http://lexvo.org/id/term/mal/%E0%B4%8F%E0%B4%AA%E0%B5%8D%E0%B4%B0%E0%B4%BF%E0%B5%BD>,
        <http://lexvo.org/id/term/mar/%E0%A4%8F%E0%A4%AA%E0%A5%8D%E0%A4%B0%E0%A4%BF%E0%A4%B2>,
        <http://lexvo.org/id/term/mas/Olodoy%C3%AD%C3%B3r%C3%AD%C3%AA%20ink%C3%B3k%C3%BA%C3%A2>,
        <http://lexvo.org/id/term/mer/%C4%A8pur%C5%A9>,
        <http://lexvo.org/id/term/mfe/avril>,
        <http://lexvo.org/id/term/mgh/Mweri%20wo%20unecheshe>,
        <http://lexvo.org/id/term/mgo/im%C9%99g%20ngw%C9%99%CC%80t>,
        <http://lexvo.org/id/term/mkd/%D0%B0%D0%BF%D1%80%D0%B8%D0%BB>,
        <http://lexvo.org/id/term/mlg/Aprily>,
        <http://lexvo.org/id/term/mlt/April>,
        <http://lexvo.org/id/term/mua/F%C4%A9i%20Marfoo>,
        <http://lexvo.org/id/term/mya/%E1%80%A7%E1%80%95%E1%80%BC%E1%80%AE>,
        <http://lexvo.org/id/term/naq/%C7%83H%C3%B4a%C7%82khaib>,
        <http://lexvo.org/id/term/nbl/u-Apreli>,
        <http://lexvo.org/id/term/nde/Mabasa>,
        <http://lexvo.org/id/term/nep/%E0%A4%85%E0%A4%AA%E0%A5%8D%E0%A4%B0%E0%A4%BF%E0%A4%B2>,
        <http://lexvo.org/id/term/nep/%E0%A4%85%E0%A4%AA%E0%A5%8D%E0%A4%B0%E0%A5%87%E0%A4%B2>,
        <http://lexvo.org/id/term/nld/april>,
        <http://lexvo.org/id/term/nmg/ngw%C9%9Bn%20%C5%84na>,
        <http://lexvo.org/id/term/nnh/sa%C5%8B%20c%C3%BF%C3%B3>,
        <http://lexvo.org/id/term/nno/april>,
        <http://lexvo.org/id/term/nob/april>,
        <http://lexvo.org/id/term/nso/Aporele>,
        <http://lexvo.org/id/term/nus/Guak>,
        <http://lexvo.org/id/term/nyn/Okwakana>,
        <http://lexvo.org/id/term/ori/%E0%AC%85%E0%AC%AA%E0%AD%8D%E0%AC%B0%E0%AD%87%E0%AC%B2>,
        <http://lexvo.org/id/term/orm/Elba>,
        <http://lexvo.org/id/term/oss/%D0%B0%D0%BF%D1%80%D0%B5%D0%BB%D1%8B>,
        <http://lexvo.org/id/term/pan-Arab/%D8%A7%D9%BE%D8%B1%DB%8C%D9%84>,
        <http://lexvo.org/id/term/pan/%E0%A8%85%E0%A8%AA%E0%A9%8D%E0%A8%B0%E0%A9%88%E0%A8%B2>,
        <http://lexvo.org/id/term/pol/kwietnia>,
        <http://lexvo.org/id/term/por/Abril>,
        <http://lexvo.org/id/term/por/abril>,
        <http://lexvo.org/id/term/pus/%D8%A7%D9%BE%D8%B1%DB%8C%D9%84>,
        <http://lexvo.org/id/term/rof/Mweri%20wa%20kaana>,
        <http://lexvo.org/id/term/roh/avrigl>,
        <http://lexvo.org/id/term/ron/aprilie>,
        <http://lexvo.org/id/term/run/Ndamukiza>,
        <http://lexvo.org/id/term/rus/%D0%B0%D0%BF%D1%80%D0%B5%D0%BB%D1%8F>,
        <http://lexvo.org/id/term/rwk/Aprilyi>,
        <http://lexvo.org/id/term/sag/Ngub%C3%B9e>,
        <http://lexvo.org/id/term/sah/%D0%9C%D1%83%D1%83%D1%81%20%D1%83%D1%81%D1%82%D0%B0%D1%80>,
        <http://lexvo.org/id/term/saq/Lapa%20le%20ong'wan>,
        <http://lexvo.org/id/term/sbp/Munyi>,
        <http://lexvo.org/id/term/seh/Abril>,
        <http://lexvo.org/id/term/ses/Awiril>,
        <http://lexvo.org/id/term/shi-Latn/ibrir>,
        <http://lexvo.org/id/term/shi/%E2%B5%89%E2%B4%B1%E2%B5%94%E2%B5%89%E2%B5%94>,
        <http://lexvo.org/id/term/sin/%E0%B6%85%E0%B6%B4%E0%B7%8A%E2%80%8D%E0%B6%BB%E0%B7%9A%E0%B6%BD%E0%B7%8A>,
        <http://lexvo.org/id/term/slk/apr%C3%ADl>,
        <http://lexvo.org/id/term/slv/april>,
        <http://lexvo.org/id/term/sme/cuo%C5%8Bom%C3%A1nnu>,
        <http://lexvo.org/id/term/sna/Kubvumbi>,
        <http://lexvo.org/id/term/som/Bisha%20Afraad>,
        <http://lexvo.org/id/term/sot/Mmese>,
        <http://lexvo.org/id/term/spa/abril>,
        <http://lexvo.org/id/term/sqi/prill>,
        <http://lexvo.org/id/term/srp-Latn/april>,
        <http://lexvo.org/id/term/srp/%D0%B0%D0%BF%D1%80%D0%B8%D0%BB>,
        <http://lexvo.org/id/term/ssw/Mabasa>,
        <http://lexvo.org/id/term/ssy/Agda%20Baxis>,
        <http://lexvo.org/id/term/swc/mwezi%20ya%20ine>,
        <http://lexvo.org/id/term/swe/april>,
        <http://lexvo.org/id/term/swh/Aprili>,
        <http://lexvo.org/id/term/tam/%E0%AE%8F%E0%AE%AA%E0%AF%8D%E0%AE%B0%E0%AE%B2%E0%AF%8D>,
        <http://lexvo.org/id/term/tel/%E0%B0%8E%E0%B0%AA%E0%B1%8D%E0%B0%B0%E0%B0%BF%E0%B0%B2%E0%B1%8D>,
        <http://lexvo.org/id/term/teo/Odung'el>,
        <http://lexvo.org/id/term/tgk/%D0%90%D0%BF%D1%80%D0%B5%D0%BB>,
        <http://lexvo.org/id/term/tha/%E0%B9%80%E0%B8%A1%E0%B8%A9%E0%B8%B2%E0%B8%A2%E0%B8%99>,
        <http://lexvo.org/id/term/tig/%E1%8A%A4%E1%8D%95%E1%88%A8%E1%88%8D>,
        <http://lexvo.org/id/term/tir/%E1%88%9A%E1%8B%AB%E1%8B%9D%E1%8B%AB>,
        <http://lexvo.org/id/term/tir/%E1%8A%A4%E1%8D%95%E1%88%A8%E1%88%8D>,
        <http://lexvo.org/id/term/ton/%CA%BBEpeleli>,
        <http://lexvo.org/id/term/tsn/Moranang>,
        <http://lexvo.org/id/term/tso/Dzivamisoko>,
        <http://lexvo.org/id/term/tur/Nisan>,
        <http://lexvo.org/id/term/twq/Awiril>,
        <http://lexvo.org/id/term/tzm/Ibrir>,
        <http://lexvo.org/id/term/ukr/%D0%BA%D0%B2%D1%96%D1%82%D0%BD%D1%8F>,
        <http://lexvo.org/id/term/urd/%D8%A7%D9%BE%D8%B1%DB%8C%D9%84>,
        <http://lexvo.org/id/term/uzn-Arab/%D8%A7%D9%BE%D8%B1%DB%8C%D9%84>,
        <http://lexvo.org/id/term/uzn-Latn/Aprel>,
        <http://lexvo.org/id/term/uzn/%D0%90%D0%BF%D1%80%D0%B5%D0%BB>,
        <http://lexvo.org/id/term/vai-Latn/fulu>,
        <http://lexvo.org/id/term/vai/%EA%96%A2%EA%96%95>,
        <http://lexvo.org/id/term/ven/Lambamai>,
        <http://lexvo.org/id/term/vie/th%C3%A1ng%20t%C6%B0>,
        <http://lexvo.org/id/term/vol/prilul>,
        <http://lexvo.org/id/term/vun/Aprilyi>,
        <http://lexvo.org/id/term/wae/Abrille>,
        <http://lexvo.org/id/term/wal/%E1%8A%A4%E1%8D%95%E1%88%A8%E1%88%8D>,
        <http://lexvo.org/id/term/xho/Epreli>,
        <http://lexvo.org/id/term/xog/Apuli>,
        <http://lexvo.org/id/term/yav/mesi%C5%8B%2C%20o%C3%B3li%20%C3%BA%20k%C3%A9nie>,
        <http://lexvo.org/id/term/yor/O%E1%B9%A3%C3%B9%20%C3%8Cgb%C3%A9>,
        <http://lexvo.org/id/term/zsm/April>,
        <http://lexvo.org/id/term/zul/Apreli> .

<http://lexvo.org/id/wordnet/30/noun/artificial_language_1_10_00> rdfs:label "constructed language"@en ;
    lvont:label <http://lexvo.org/id/term/eng/constructed%20language> .

<http://lexvo.org/id/wordnet/30/noun/august_1_28_00> rdfs:label "Leqeeni"@aa,
        "Liiqen"@aa,
        "Augustus"@af,
        "ndzɔ̀ŋɔ̀kwîfɔ̀e"@agq,
        "Difuu-Ɔsandaa"@ak,
        "ኦገስት"@am,
        "آب"@ar,
        "أغسطس"@ar,
        "أوت"@ar,
        "غشت"@ar,
        "আগষ্ট"@as,
        "Agosti"@asa,
        "d'agostu"@ast,
        "Avqust"@az,
        "август"@az-Cyrl,
        "Hìkaŋ"@bas,
        "жнівень"@be,
        "Ogasti"@bem,
        "pa mwedzi gwa nane"@bez,
        "август"@bg,
        "uti"@bm,
        "আগস্ট"@bn,
        "ཟླ་བ་བརྒྱད་པ་"@bo,
        "Eost"@br,
        "आगस्थ"@brx,
        "avgust"@bs,
        "август"@bs-Cyrl,
        "ማርያም ትሪ"@byn,
        "d’agost"@ca,
        "Okwamunaana"@cgg,
        "ᎦᎶᏂ"@chr,
        "八月"@cmn,
        "8月"@cmn-Hant,
        "srpna"@cs,
        "Awst"@cy,
        "august"@da,
        "Mori ghwa wunyanya"@dav,
        "August"@de,
        "Ut"@dje,
        "diŋgindi"@dua,
        "Ut"@dyo,
        "ཟླ་བརྒྱད་པ་"@dz,
        "Mweri wa kanana"@ebu,
        "deasiamime"@ee,
        "Αυγούστου"@el,
        "August"@en,
        "𐐂𐑀𐐲𐑅𐐻"@en-Dsrt,
        "aŭgusto"@eo,
        "agosto"@es,
        "august"@et,
        "abuztua"@eu,
        "ngɔn mwom"@ewo,
        "اوت"@fa,
        "اگست"@fa,
        "juko"@ff,
        "elokuuta"@fi,
        "Agosto"@fil,
        "august"@fo,
        "août"@fr,
        "Avost"@fur,
        "Lúnasa"@ga,
        "An Lùnastal"@gd,
        "Agosto"@gl,
        "Auguscht"@gsw,
        "ઑગસ્ટ"@gu,
        "Agosti"@guz,
        "Luanistyn"@gv,
        "Agusta"@ha,
        "ʻAukake"@haw,
        "אוגוסט"@he,
        "अगस्त"@hi,
        "kolovoza"@hr,
        "augusztus"@hu,
        "Օգոստոս"@hy,
        "augusto"@ia,
        "Agustus"@id,
        "Ọgọọst"@ig,
        "ꉆꆪ"@ii,
        "ágúst"@is,
        "agosto"@it,
        "8月"@ja,
        "Pɛsaŋ Pɛ́nɛ́fɔm"@jgo,
        "Agusti"@jmc,
        "აგვისტო"@ka,
        "Ɣuct"@kab,
        "Mwai wa nyaanya"@kam,
        "Mwedi wa Nnyano na Mitatu"@kde,
        "Agostu"@kea,
        "Ut"@khq,
        "Mwere wa kanana"@ki,
        "тамыз"@kk,
        "fɛ"@kkj,
        "augustusi"@kl,
        "Kipkogaga"@kln,
        "សីហា"@km,
        "ಆಗಸ್ಟ್"@kn,
        "ओगस्ट"@knn,
        "8월"@ko,
        "اگست"@ks,
        "Agosti"@ksb,
        "ŋwíí akǝ táaraa"@ksf,
        "Oujoß"@ksh,
        "Mye Est"@kw,
        "август"@ky,
        "Kʉvɨɨrɨ"@lag,
        "Agusito"@lg,
        "sánzá ya mwambe"@ln,
        "ສິງຫາ"@lo,
        "rugpjūtis"@lt,
        "Lùshìkà"@lu,
        "Dwe mar Aboro"@luo,
        "Agosti"@luy,
        "augusts"@lv,
        "Ɔlɔ́ɨ́bɔ́rárɛ"@mas,
        "Agasti"@mer,
        "out"@mfe,
        "Aogositra"@mg,
        "Mweri wo nane"@mgh,
        "iməg ichika"@mgo,
        "август"@mk,
        "ആഗസ്റ്റ്"@ml,
        "ऑगस्ट"@mr,
        "Awwissu"@mt,
        "Madǝmbii"@mua,
        "ဩဂုတ်"@my,
        "Aoǁkhuumûǁkhâb"@naq,
        "august"@nb,
        "Ncwabakazi"@nd,
        "अगस्ट"@ne,
        "अगस्त"@ne,
        "augustus"@nl,
        "ngwɛn lɔmbi"@nmg,
        "august"@nn,
        "saŋ mbʉ̀ŋ"@nnh,
        "Arhostosi"@nr,
        "Agostose"@nso,
        "Tho̱o̱r"@nus,
        "Okwamunaana"@nyn,
        "Hagayya"@om,
        "ଅଗଷ୍ଟ"@or,
        "августы"@os,
        "ਅਗਸਤ"@pa,
        "اگست"@pa-Arab,
        "sierpnia"@pl,
        "اګست"@ps,
        "Agosto"@pt,
        "agosto"@pt,
        "avust"@rm,
        "Nyandagaro"@rn,
        "august"@ro,
        "Mweri wa nane"@rof,
        "августа"@ru,
        "Kanama"@rw,
        "Agusti"@rwk,
        "Атырдьых ыйын"@sah,
        "Lapa le isiet"@saq,
        "Mupuguto"@sbp,
        "borgemánnu"@se,
        "Augusto"@seh,
        "Ut"@ses,
        "Kükürü"@sg,
        "ⵖⵓⵛⵜ"@shi,
        "ɣuct"@shi-Latn,
        "අගෝස්තු"@si,
        "august"@sk,
        "avgust"@sl,
        "Nyamavhuvhu"@sn,
        "Bisha Sideedaad"@so,
        "gusht"@sq,
        "август"@sr,
        "avgust"@sr-Latn,
        "iNgci"@ss,
        "Liiqen"@ssy,
        "Phata"@st,
        "augusti"@sv,
        "mwezi ya munane"@swc,
        "Agosti"@swh,
        "ஆகஸ்ட்"@ta,
        "ఆగస్టు"@te,
        "Opedel"@teo,
        "Август"@tg,
        "สิงหาคม"@th,
        "ነሓሰ"@ti,
        "ኦገስት"@ti,
        "ኦገስት"@tig,
        "Phatwe"@tn,
        "ʻAokosi"@to,
        "Ağustos"@tr,
        "Mhawuri"@ts,
        "Ut"@twq,
        "Ɣuct"@tzm,
        "серпня"@uk,
        "اگست"@ur,
        "Август"@uzn,
        "اگست"@uzn-Arab,
        "Avgust"@uzn-Latn,
        "ꗛꔕ"@vai,
        "kɔnde"@vai-Latn,
        "Ṱhangule"@ve,
        "tháng tám"@vi,
        "gustul"@vo,
        "Agusti"@vun,
        "Öigšte"@wae,
        "ኦገስት"@wal,
        "Agasti"@xh,
        "Agusito"@xog,
        "pisuyú"@yav,
        "Oṣù Ògún"@yo,
        "Ogos"@zsm,
        "Agasti"@zu ;
    lvont:label <http://lexvo.org/id/term/aar/Leqeeni>,
        <http://lexvo.org/id/term/aar/Liiqen>,
        <http://lexvo.org/id/term/afr/Augustus>,
        <http://lexvo.org/id/term/agq/ndz%C9%94%CC%80%C5%8B%C9%94%CC%80kw%C3%AEf%C9%94%CC%80e>,
        <http://lexvo.org/id/term/aka/Difuu-%C6%86sandaa>,
        <http://lexvo.org/id/term/amh/%E1%8A%A6%E1%8C%88%E1%88%B5%E1%89%B5>,
        <http://lexvo.org/id/term/ara/%D8%A2%D8%A8>,
        <http://lexvo.org/id/term/ara/%D8%A3%D8%BA%D8%B3%D8%B7%D8%B3>,
        <http://lexvo.org/id/term/ara/%D8%A3%D9%88%D8%AA>,
        <http://lexvo.org/id/term/ara/%D8%BA%D8%B4%D8%AA>,
        <http://lexvo.org/id/term/asa/Agosti>,
        <http://lexvo.org/id/term/asm/%E0%A6%86%E0%A6%97%E0%A6%B7%E0%A7%8D%E0%A6%9F>,
        <http://lexvo.org/id/term/ast/d'agostu>,
        <http://lexvo.org/id/term/aze-Cyrl/%D0%B0%D0%B2%D0%B3%D1%83%D1%81%D1%82>,
        <http://lexvo.org/id/term/aze/Avqust>,
        <http://lexvo.org/id/term/bam/uti>,
        <http://lexvo.org/id/term/bas/H%C3%ACka%C5%8B>,
        <http://lexvo.org/id/term/bel/%D0%B6%D0%BD%D1%96%D0%B2%D0%B5%D0%BD%D1%8C>,
        <http://lexvo.org/id/term/bem/Ogasti>,
        <http://lexvo.org/id/term/ben/%E0%A6%86%E0%A6%97%E0%A6%B8%E0%A7%8D%E0%A6%9F>,
        <http://lexvo.org/id/term/bez/pa%20mwedzi%20gwa%20nane>,
        <http://lexvo.org/id/term/bod/%E0%BD%9F%E0%BE%B3%E0%BC%8B%E0%BD%96%E0%BC%8B%E0%BD%96%E0%BD%A2%E0%BE%92%E0%BE%B1%E0%BD%91%E0%BC%8B%E0%BD%94%E0%BC%8B>,
        <http://lexvo.org/id/term/bos-Cyrl/%D0%B0%D0%B2%D0%B3%D1%83%D1%81%D1%82>,
        <http://lexvo.org/id/term/bos/avgust>,
        <http://lexvo.org/id/term/bre/Eost>,
        <http://lexvo.org/id/term/brx/%E0%A4%86%E0%A4%97%E0%A4%B8%E0%A5%8D%E0%A4%A5>,
        <http://lexvo.org/id/term/bul/%D0%B0%D0%B2%D0%B3%D1%83%D1%81%D1%82>,
        <http://lexvo.org/id/term/byn/%E1%88%9B%E1%88%AD%E1%8B%AB%E1%88%9D%20%E1%89%B5%E1%88%AA>,
        <http://lexvo.org/id/term/cat/d%E2%80%99agost>,
        <http://lexvo.org/id/term/ces/srpna>,
        <http://lexvo.org/id/term/cgg/Okwamunaana>,
        <http://lexvo.org/id/term/chr/%E1%8E%A6%E1%8E%B6%E1%8F%82>,
        <http://lexvo.org/id/term/cmn-Hant/8%E6%9C%88>,
        <http://lexvo.org/id/term/cmn/%E5%85%AB%E6%9C%88>,
        <http://lexvo.org/id/term/cor/Mye%20Est>,
        <http://lexvo.org/id/term/cym/Awst>,
        <http://lexvo.org/id/term/dan/august>,
        <http://lexvo.org/id/term/dav/Mori%20ghwa%20wunyanya>,
        <http://lexvo.org/id/term/deu/August>,
        <http://lexvo.org/id/term/dje/Ut>,
        <http://lexvo.org/id/term/dua/di%C5%8Bgindi>,
        <http://lexvo.org/id/term/dyo/Ut>,
        <http://lexvo.org/id/term/dzo/%E0%BD%9F%E0%BE%B3%E0%BC%8B%E0%BD%96%E0%BD%A2%E0%BE%92%E0%BE%B1%E0%BD%91%E0%BC%8B%E0%BD%94%E0%BC%8B>,
        <http://lexvo.org/id/term/ebu/Mweri%20wa%20kanana>,
        <http://lexvo.org/id/term/ell/%CE%91%CF%85%CE%B3%CE%BF%CF%8D%CF%83%CF%84%CE%BF%CF%85>,
        <http://lexvo.org/id/term/eng-Dsrt/%F0%90%90%82%F0%90%91%80%F0%90%90%B2%F0%90%91%85%F0%90%90%BB>,
        <http://lexvo.org/id/term/eng/August>,
        <http://lexvo.org/id/term/epo/a%C5%ADgusto>,
        <http://lexvo.org/id/term/est/august>,
        <http://lexvo.org/id/term/eus/abuztua>,
        <http://lexvo.org/id/term/ewe/deasiamime>,
        <http://lexvo.org/id/term/ewo/ng%C9%94n%20mwom>,
        <http://lexvo.org/id/term/fao/august>,
        <http://lexvo.org/id/term/fas/%D8%A7%D9%88%D8%AA>,
        <http://lexvo.org/id/term/fas/%D8%A7%DA%AF%D8%B3%D8%AA>,
        <http://lexvo.org/id/term/fil/Agosto>,
        <http://lexvo.org/id/term/fin/elokuuta>,
        <http://lexvo.org/id/term/fra/ao%C3%BBt>,
        <http://lexvo.org/id/term/ful/juko>,
        <http://lexvo.org/id/term/fur/Avost>,
        <http://lexvo.org/id/term/gla/An%20L%C3%B9nastal>,
        <http://lexvo.org/id/term/gle/L%C3%BAnasa>,
        <http://lexvo.org/id/term/glg/Agosto>,
        <http://lexvo.org/id/term/glv/Luanistyn>,
        <http://lexvo.org/id/term/gsw/Auguscht>,
        <http://lexvo.org/id/term/guj/%E0%AA%91%E0%AA%97%E0%AA%B8%E0%AB%8D%E0%AA%9F>,
        <http://lexvo.org/id/term/guz/Agosti>,
        <http://lexvo.org/id/term/hau/Agusta>,
        <http://lexvo.org/id/term/haw/%CA%BBAukake>,
        <http://lexvo.org/id/term/heb/%D7%90%D7%95%D7%92%D7%95%D7%A1%D7%98>,
        <http://lexvo.org/id/term/hin/%E0%A4%85%E0%A4%97%E0%A4%B8%E0%A5%8D%E0%A4%A4>,
        <http://lexvo.org/id/term/hrv/kolovoza>,
        <http://lexvo.org/id/term/hun/augusztus>,
        <http://lexvo.org/id/term/hye/%D5%95%D5%A3%D5%B8%D5%BD%D5%BF%D5%B8%D5%BD>,
        <http://lexvo.org/id/term/ibo/%E1%BB%8Cg%E1%BB%8D%E1%BB%8Dst>,
        <http://lexvo.org/id/term/iii/%EA%89%86%EA%86%AA>,
        <http://lexvo.org/id/term/ina/augusto>,
        <http://lexvo.org/id/term/ind/Agustus>,
        <http://lexvo.org/id/term/isl/%C3%A1g%C3%BAst>,
        <http://lexvo.org/id/term/ita/agosto>,
        <http://lexvo.org/id/term/jgo/P%C9%9Bsa%C5%8B%20P%C9%9B%CC%81n%C9%9B%CC%81f%C9%94m>,
        <http://lexvo.org/id/term/jmc/Agusti>,
        <http://lexvo.org/id/term/jpn/8%E6%9C%88>,
        <http://lexvo.org/id/term/kab/%C6%94uct>,
        <http://lexvo.org/id/term/kal/augustusi>,
        <http://lexvo.org/id/term/kam/Mwai%20wa%20nyaanya>,
        <http://lexvo.org/id/term/kan/%E0%B2%86%E0%B2%97%E0%B2%B8%E0%B3%8D%E0%B2%9F%E0%B3%8D>,
        <http://lexvo.org/id/term/kas/%D8%A7%DA%AF%D8%B3%D8%AA>,
        <http://lexvo.org/id/term/kat/%E1%83%90%E1%83%92%E1%83%95%E1%83%98%E1%83%A1%E1%83%A2%E1%83%9D>,
        <http://lexvo.org/id/term/kaz/%D1%82%D0%B0%D0%BC%D1%8B%D0%B7>,
        <http://lexvo.org/id/term/kde/Mwedi%20wa%20Nnyano%20na%20Mitatu>,
        <http://lexvo.org/id/term/kea/Agostu>,
        <http://lexvo.org/id/term/khm/%E1%9E%9F%E1%9E%B8%E1%9E%A0%E1%9E%B6>,
        <http://lexvo.org/id/term/khq/Ut>,
        <http://lexvo.org/id/term/kik/Mwere%20wa%20kanana>,
        <http://lexvo.org/id/term/kin/Kanama>,
        <http://lexvo.org/id/term/kir/%D0%B0%D0%B2%D0%B3%D1%83%D1%81%D1%82>,
        <http://lexvo.org/id/term/kkj/f%C9%9B>,
        <http://lexvo.org/id/term/kln/Kipkogaga>,
        <http://lexvo.org/id/term/knn/%E0%A4%93%E0%A4%97%E0%A4%B8%E0%A5%8D%E0%A4%9F>,
        <http://lexvo.org/id/term/kor/8%EC%9B%94>,
        <http://lexvo.org/id/term/ksb/Agosti>,
        <http://lexvo.org/id/term/ksf/%C5%8Bw%C3%AD%C3%AD%20ak%C7%9D%20t%C3%A1araa>,
        <http://lexvo.org/id/term/ksh/Oujo%C3%9F>,
        <http://lexvo.org/id/term/lag/K%CA%89v%C9%A8%C9%A8r%C9%A8>,
        <http://lexvo.org/id/term/lao/%E0%BA%AA%E0%BA%B4%E0%BA%87%E0%BA%AB%E0%BA%B2>,
        <http://lexvo.org/id/term/lav/augusts>,
        <http://lexvo.org/id/term/lin/s%C3%A1nz%C3%A1%20ya%20mwambe>,
        <http://lexvo.org/id/term/lit/rugpj%C5%ABtis>,
        <http://lexvo.org/id/term/lub/L%C3%B9sh%C3%ACk%C3%A0>,
        <http://lexvo.org/id/term/lug/Agusito>,
        <http://lexvo.org/id/term/luo/Dwe%20mar%20Aboro>,
        <http://lexvo.org/id/term/luy/Agosti>,
        <http://lexvo.org/id/term/mal/%E0%B4%86%E0%B4%97%E0%B4%B8%E0%B5%8D%E0%B4%B1%E0%B5%8D%E0%B4%B1%E0%B5%8D>,
        <http://lexvo.org/id/term/mar/%E0%A4%91%E0%A4%97%E0%A4%B8%E0%A5%8D%E0%A4%9F>,
        <http://lexvo.org/id/term/mas/%C6%86l%C9%94%CC%81%C9%A8%CC%81b%C9%94%CC%81r%C3%A1r%C9%9B>,
        <http://lexvo.org/id/term/mer/Agasti>,
        <http://lexvo.org/id/term/mfe/out>,
        <http://lexvo.org/id/term/mgh/Mweri%20wo%20nane>,
        <http://lexvo.org/id/term/mgo/im%C9%99g%20ichika>,
        <http://lexvo.org/id/term/mkd/%D0%B0%D0%B2%D0%B3%D1%83%D1%81%D1%82>,
        <http://lexvo.org/id/term/mlg/Aogositra>,
        <http://lexvo.org/id/term/mlt/Awwissu>,
        <http://lexvo.org/id/term/mua/Mad%C7%9Dmbii>,
        <http://lexvo.org/id/term/mya/%E1%80%A9%E1%80%82%E1%80%AF%E1%80%90%E1%80%BA>,
        <http://lexvo.org/id/term/naq/Ao%C7%81khuum%C3%BB%C7%81kh%C3%A2b>,
        <http://lexvo.org/id/term/nbl/Arhostosi>,
        <http://lexvo.org/id/term/nde/Ncwabakazi>,
        <http://lexvo.org/id/term/nep/%E0%A4%85%E0%A4%97%E0%A4%B8%E0%A5%8D%E0%A4%9F>,
        <http://lexvo.org/id/term/nep/%E0%A4%85%E0%A4%97%E0%A4%B8%E0%A5%8D%E0%A4%A4>,
        <http://lexvo.org/id/term/nld/augustus>,
        <http://lexvo.org/id/term/nmg/ngw%C9%9Bn%20l%C9%94mbi>,
        <http://lexvo.org/id/term/nnh/sa%C5%8B%20mb%CA%89%CC%80%C5%8B>,
        <http://lexvo.org/id/term/nno/august>,
        <http://lexvo.org/id/term/nob/august>,
        <http://lexvo.org/id/term/nso/Agostose>,
        <http://lexvo.org/id/term/nus/Tho%CC%B1o%CC%B1r>,
        <http://lexvo.org/id/term/nyn/Okwamunaana>,
        <http://lexvo.org/id/term/ori/%E0%AC%85%E0%AC%97%E0%AC%B7%E0%AD%8D%E0%AC%9F>,
        <http://lexvo.org/id/term/orm/Hagayya>,
        <http://lexvo.org/id/term/oss/%D0%B0%D0%B2%D0%B3%D1%83%D1%81%D1%82%D1%8B>,
        <http://lexvo.org/id/term/pan-Arab/%D8%A7%DA%AF%D8%B3%D8%AA>,
        <http://lexvo.org/id/term/pan/%E0%A8%85%E0%A8%97%E0%A8%B8%E0%A8%A4>,
        <http://lexvo.org/id/term/pol/sierpnia>,
        <http://lexvo.org/id/term/por/Agosto>,
        <http://lexvo.org/id/term/por/agosto>,
        <http://lexvo.org/id/term/pus/%D8%A7%DA%AB%D8%B3%D8%AA>,
        <http://lexvo.org/id/term/rof/Mweri%20wa%20nane>,
        <http://lexvo.org/id/term/roh/avust>,
        <http://lexvo.org/id/term/ron/august>,
        <http://lexvo.org/id/term/run/Nyandagaro>,
        <http://lexvo.org/id/term/rus/%D0%B0%D0%B2%D0%B3%D1%83%D1%81%D1%82%D0%B0>,
        <http://lexvo.org/id/term/rwk/Agusti>,
        <http://lexvo.org/id/term/sag/K%C3%BCk%C3%BCr%C3%BC>,
        <http://lexvo.org/id/term/sah/%D0%90%D1%82%D1%8B%D1%80%D0%B4%D1%8C%D1%8B%D1%85%20%D1%8B%D0%B9%D1%8B%D0%BD>,
        <http://lexvo.org/id/term/saq/Lapa%20le%20isiet>,
        <http://lexvo.org/id/term/sbp/Mupuguto>,
        <http://lexvo.org/id/term/seh/Augusto>,
        <http://lexvo.org/id/term/ses/Ut>,
        <http://lexvo.org/id/term/shi-Latn/%C9%A3uct>,
        <http://lexvo.org/id/term/shi/%E2%B5%96%E2%B5%93%E2%B5%9B%E2%B5%9C>,
        <http://lexvo.org/id/term/sin/%E0%B6%85%E0%B6%9C%E0%B7%9D%E0%B7%83%E0%B7%8A%E0%B6%AD%E0%B7%94>,
        <http://lexvo.org/id/term/slk/august>,
        <http://lexvo.org/id/term/slv/avgust>,
        <http://lexvo.org/id/term/sme/borgem%C3%A1nnu>,
        <http://lexvo.org/id/term/sna/Nyamavhuvhu>,
        <http://lexvo.org/id/term/som/Bisha%20Sideedaad>,
        <http://lexvo.org/id/term/sot/Phata>,
        <http://lexvo.org/id/term/spa/agosto>,
        <http://lexvo.org/id/term/sqi/gusht>,
        <http://lexvo.org/id/term/srp-Latn/avgust>,
        <http://lexvo.org/id/term/srp/%D0%B0%D0%B2%D0%B3%D1%83%D1%81%D1%82>,
        <http://lexvo.org/id/term/ssw/iNgci>,
        <http://lexvo.org/id/term/ssy/Liiqen>,
        <http://lexvo.org/id/term/swc/mwezi%20ya%20munane>,
        <http://lexvo.org/id/term/swe/augusti>,
        <http://lexvo.org/id/term/swh/Agosti>,
        <http://lexvo.org/id/term/tam/%E0%AE%86%E0%AE%95%E0%AE%B8%E0%AF%8D%E0%AE%9F%E0%AF%8D>,
        <http://lexvo.org/id/term/tel/%E0%B0%86%E0%B0%97%E0%B0%B8%E0%B1%8D%E0%B0%9F%E0%B1%81>,
        <http://lexvo.org/id/term/teo/Opedel>,
        <http://lexvo.org/id/term/tgk/%D0%90%D0%B2%D0%B3%D1%83%D1%81%D1%82>,
        <http://lexvo.org/id/term/tha/%E0%B8%AA%E0%B8%B4%E0%B8%87%E0%B8%AB%E0%B8%B2%E0%B8%84%E0%B8%A1>,
        <http://lexvo.org/id/term/tig/%E1%8A%A6%E1%8C%88%E1%88%B5%E1%89%B5>,
        <http://lexvo.org/id/term/tir/%E1%8A%90%E1%88%93%E1%88%B0>,
        <http://lexvo.org/id/term/tir/%E1%8A%A6%E1%8C%88%E1%88%B5%E1%89%B5>,
        <http://lexvo.org/id/term/ton/%CA%BBAokosi>,
        <http://lexvo.org/id/term/tsn/Phatwe>,
        <http://lexvo.org/id/term/tso/Mhawuri>,
        <http://lexvo.org/id/term/tur/A%C4%9Fustos>,
        <http://lexvo.org/id/term/twq/Ut>,
        <http://lexvo.org/id/term/tzm/%C6%94uct>,
        <http://lexvo.org/id/term/ukr/%D1%81%D0%B5%D1%80%D0%BF%D0%BD%D1%8F>,
        <http://lexvo.org/id/term/urd/%D8%A7%DA%AF%D8%B3%D8%AA>,
        <http://lexvo.org/id/term/uzn-Arab/%D8%A7%DA%AF%D8%B3%D8%AA>,
        <http://lexvo.org/id/term/uzn-Latn/Avgust>,
        <http://lexvo.org/id/term/uzn/%D0%90%D0%B2%D0%B3%D1%83%D1%81%D1%82>,
        <http://lexvo.org/id/term/vai-Latn/k%C9%94nde>,
        <http://lexvo.org/id/term/vai/%EA%97%9B%EA%94%95>,
        <http://lexvo.org/id/term/ven/%E1%B9%B0hangule>,
        <http://lexvo.org/id/term/vie/th%C3%A1ng%20t%C3%A1m>,
        <http://lexvo.org/id/term/vol/gustul>,
        <http://lexvo.org/id/term/vun/Agusti>,
        <http://lexvo.org/id/term/wae/%C3%96ig%C5%A1te>,
        <http://lexvo.org/id/term/wal/%E1%8A%A6%E1%8C%88%E1%88%B5%E1%89%B5>,
        <http://lexvo.org/id/term/xho/Agasti>,
        <http://lexvo.org/id/term/xog/Agusito>,
        <http://lexvo.org/id/term/yav/pisuy%C3%BA>,
        <http://lexvo.org/id/term/yor/O%E1%B9%A3%C3%B9%20%C3%92g%C3%BAn>,
        <http://lexvo.org/id/term/zsm/Ogos>,
        <http://lexvo.org/id/term/zul/Agasti> .

<http://lexvo.org/id/wordnet/30/noun/december_1_28_00> rdfs:label "Kaxxa Garablu"@aa,
        "Desember"@af,
        "ndzɔ̀ŋèfwòo"@agq,
        "Mumu-Ɔpɛnimba"@ak,
        "ዲሴምበር"@am,
        "ديسمبر"@ar,
        "كانون الأول"@ar,
        "ডিচেম্বৰ"@as,
        "Desemba"@asa,
        "d'avientu"@ast,
        "Dekabr"@az,
        "декабр"@az-Cyrl,
        "Lìbuy li ńyèe"@bas,
        "снежань"@be,
        "Disemba"@bem,
        "pa mwedzi gwa kumi na mbili"@bez,
        "декември"@bg,
        "desanburu"@bm,
        "ডিসেম্বর"@bn,
        "ཟླ་བ་བཅུ་གཉིས་པ་"@bo,
        "Kerzu"@br,
        "दिसेज्ब़र"@brx,
        "decembar"@bs,
        "децембар"@bs-Cyrl,
        "ተሕሳስሪ"@byn,
        "de desembre"@ca,
        "Okwaikumi na ibiri"@cgg,
        "ᎤᏍᎩᏱ"@chr,
        "十二月"@cmn,
        "12月"@cmn-Hant,
        "prosince"@cs,
        "Rhagfyr"@cy,
        "december"@da,
        "Mori ghwa ikumi na iwi"@dav,
        "Dezember"@de,
        "Deesanbur"@dje,
        "eláŋgɛ́"@dua,
        "Disambar"@dyo,
        "ཟླ་བཅུ་གཉིས་པ་"@dz,
        "Mweri wa ikũmi na Kaĩrĩ"@ebu,
        "dzome"@ee,
        "Δεκεμβρίου"@el,
        "December"@en,
        "𐐔𐐨𐑅𐐯𐑋𐐺𐐲𐑉"@en-Dsrt,
        "decembro"@eo,
        "diciembre"@es,
        "detsember"@et,
        "abendua"@eu,
        "ngɔn awóm ai bɛ̌"@ewo,
        "دسامبر"@fa,
        "دسمبر"@fa,
        "bowte"@ff,
        "joulukuuta"@fi,
        "Disyembre"@fil,
        "desember"@fo,
        "décembre"@fr,
        "Dicembar"@fur,
        "Nollaig"@ga,
        "An Dùbhlachd"@gd,
        "Decembro"@gl,
        "Dezämber"@gsw,
        "ડિસેમ્બર"@gu,
        "Disemba"@guz,
        "Mee ny Nollick"@gv,
        "Disamba"@ha,
        "Kekemapa"@haw,
        "דצמבר"@he,
        "दिसम्बर"@hi,
        "prosinca"@hr,
        "december"@hu,
        "Դեկտեմբեր"@hy,
        "decembre"@ia,
        "Desember"@id,
        "Disemba"@ig,
        "ꊰꑋꆪ"@ii,
        "desember"@is,
        "dicembre"@it,
        "12月"@ja,
        "Pɛsaŋ Ntsɔ̌ppá"@jgo,
        "Desemba"@jmc,
        "დეკემბერი"@ka,
        "Duǧembeṛ"@kab,
        "Mwai wa ĩkumi na ilĩ"@kam,
        "Mwedi wa Nnyano na Nnyano na M"@kde,
        "Dizenbru"@kea,
        "Deesanbur"@khq,
        "Ndithemba"@ki,
        "желтоқсан"@kk,
        "ɓulɓusɛ"@kkj,
        "decemberi"@kl,
        "Kipsunde nebo aeng"@kln,
        "ធ្នូ"@km,
        "ಡಿಸೆಂಬರ್"@kn,
        "डिसेंबर"@knn,
        "12월"@ko,
        "دسمبر"@ks,
        "Desemba"@ksb,
        "ŋwíí akǝ ntɛk di bɛ́ɛ"@ksf,
        "Dezämber"@ksh,
        "Mys Kevardhu"@kw,
        "декабрь"@ky,
        "Kʉsasatʉ"@lag,
        "Desemba"@lg,
        "sánzá ya zómi na míbalé"@ln,
        "ທັນວາ"@lo,
        "gruodis"@lt,
        "Ciswà"@lu,
        "Dwe mar Apar gi ariyo"@luo,
        "Desemba"@luy,
        "decembris"@lv,
        "Ntʉ́ŋʉ́s"@mas,
        "Dicemba"@mer,
        "desam"@mfe,
        "Desambra"@mg,
        "Mweri wo kumi na yel'li"@mgh,
        "iməg krizmed"@mgo,
        "декември"@mk,
        "ഡിസംബർ"@ml,
        "डिसेंबर"@mr,
        "Diċembru"@mt,
        "Fĩi Yuru"@mua,
        "ဒီဇင်ဘာ"@my,
        "Hôasoreǁkhâb"@naq,
        "desember"@nb,
        "Mpalakazi"@nd,
        "डिसेम्बर"@ne,
        "दिसम्बर"@ne,
        "december"@nl,
        "krísimin"@nmg,
        "desember"@nn,
        "saŋ lùm"@nnh,
        "Disemba"@nr,
        "Disemere"@nso,
        "Tio̱p in di̱i̱t"@nus,
        "Okwaikumi na ibiri"@nyn,
        "Muddee"@om,
        "ଡିସେମ୍ବର"@or,
        "декабры"@os,
        "ਦਸੰਬਰ"@pa,
        "دسمبر"@pa-Arab,
        "grudnia"@pl,
        "دسمبر"@ps,
        "Dezembro"@pt,
        "dezembro"@pt,
        "december"@rm,
        "Kigarama"@rn,
        "decembrie"@ro,
        "Mweri wa ikumi na mbili"@rof,
        "декабря"@ru,
        "Ukuboza"@rw,
        "Desemba"@rwk,
        "Ахсынньы"@sah,
        "Lapa le tomon waare"@saq,
        "Muhaano"@sbp,
        "juovlamánnu"@se,
        "Decembro"@seh,
        "Deesanbur"@ses,
        "Kakauka"@sg,
        "ⴷⵓⵊⴰⵏⴱⵉⵔ"@shi,
        "dujanbir"@shi-Latn,
        "දෙසැම්බර්"@si,
        "december"@sk,
        "december"@sl,
        "Zvita"@sn,
        "Bisha Laba iyo Tobnaad"@so,
        "dhjetor"@sq,
        "децембар"@sr,
        "decembar"@sr-Latn,
        "iNgongoni"@ss,
        "Kaxxa Garablu"@ssy,
        "Tshitwe"@st,
        "december"@sv,
        "mwezi ya kumi ya mbili"@swc,
        "Desemba"@swh,
        "டிசம்பர்"@ta,
        "డిసెంబర్"@te,
        "Opoo"@teo,
        "Декабр"@tg,
        "ธันวาคม"@th,
        "ታሕሳስ"@ti,
        "ዲሴምበር"@ti,
        "ዲሴምበር"@tig,
        "Sedimonthole"@tn,
        "Tīsema"@to,
        "Aralık"@tr,
        "N'wendzamhala"@ts,
        "Deesanbur"@twq,
        "Dujanbir"@tzm,
        "грудня"@uk,
        "دسمبر"@ur,
        "Декабр"@uzn,
        "دسمبر"@uzn-Arab,
        "Dekabr"@uzn-Latn,
        "ꖨꕪꕱ ꗏꕮ"@vai,
        "luukao lɔma"@vai-Latn,
        "Nyendavhusiku"@ve,
        "tháng mười hai"@vi,
        "dekul"@vo,
        "Desemba"@vun,
        "Chrištmánet"@wae,
        "ዲሴምበር"@wal,
        "Disemba"@xh,
        "Desemba"@xog,
        "pilɔndɔ́"@yav,
        "Oṣù Ọ̀pẹ̀"@yo,
        "Disember"@zsm,
        "Disemba"@zu ;
    lvont:label <http://lexvo.org/id/term/aar/Kaxxa%20Garablu>,
        <http://lexvo.org/id/term/afr/Desember>,
        <http://lexvo.org/id/term/agq/ndz%C9%94%CC%80%C5%8B%C3%A8fw%C3%B2o>,
        <http://lexvo.org/id/term/aka/Mumu-%C6%86p%C9%9Bnimba>,
        <http://lexvo.org/id/term/amh/%E1%8B%B2%E1%88%B4%E1%88%9D%E1%89%A0%E1%88%AD>,
        <http://lexvo.org/id/term/ara/%D8%AF%D9%8A%D8%B3%D9%85%D8%A8%D8%B1>,
        <http://lexvo.org/id/term/ara/%D9%83%D8%A7%D9%86%D9%88%D9%86%20%D8%A7%D9%84%D8%A3%D9%88%D9%84>,
        <http://lexvo.org/id/term/asa/Desemba>,
        <http://lexvo.org/id/term/asm/%E0%A6%A1%E0%A6%BF%E0%A6%9A%E0%A7%87%E0%A6%AE%E0%A7%8D%E0%A6%AC%E0%A7%B0>,
        <http://lexvo.org/id/term/ast/d'avientu>,
        <http://lexvo.org/id/term/aze-Cyrl/%D0%B4%D0%B5%D0%BA%D0%B0%D0%B1%D1%80>,
        <http://lexvo.org/id/term/aze/Dekabr>,
        <http://lexvo.org/id/term/bam/desanburu>,
        <http://lexvo.org/id/term/bas/L%C3%ACbuy%20li%20%C5%84y%C3%A8e>,
        <http://lexvo.org/id/term/bel/%D1%81%D0%BD%D0%B5%D0%B6%D0%B0%D0%BD%D1%8C>,
        <http://lexvo.org/id/term/bem/Disemba>,
        <http://lexvo.org/id/term/ben/%E0%A6%A1%E0%A6%BF%E0%A6%B8%E0%A7%87%E0%A6%AE%E0%A7%8D%E0%A6%AC%E0%A6%B0>,
        <http://lexvo.org/id/term/bez/pa%20mwedzi%20gwa%20kumi%20na%20mbili>,
        <http://lexvo.org/id/term/bod/%E0%BD%9F%E0%BE%B3%E0%BC%8B%E0%BD%96%E0%BC%8B%E0%BD%96%E0%BD%85%E0%BD%B4%E0%BC%8B%E0%BD%82%E0%BD%89%E0%BD%B2%E0%BD%A6%E0%BC%8B%E0%BD%94%E0%BC%8B>,
        <http://lexvo.org/id/term/bos-Cyrl/%D0%B4%D0%B5%D1%86%D0%B5%D0%BC%D0%B1%D0%B0%D1%80>,
        <http://lexvo.org/id/term/bos/decembar>,
        <http://lexvo.org/id/term/bre/Kerzu>,
        <http://lexvo.org/id/term/brx/%E0%A4%A6%E0%A4%BF%E0%A4%B8%E0%A5%87%E0%A4%9C%E0%A5%8D%E0%A4%AC%E0%A4%BC%E0%A4%B0>,
        <http://lexvo.org/id/term/bul/%D0%B4%D0%B5%D0%BA%D0%B5%D0%BC%D0%B2%D1%80%D0%B8>,
        <http://lexvo.org/id/term/byn/%E1%89%B0%E1%88%95%E1%88%B3%E1%88%B5%E1%88%AA>,
        <http://lexvo.org/id/term/cat/de%20desembre>,
        <http://lexvo.org/id/term/ces/prosince>,
        <http://lexvo.org/id/term/cgg/Okwaikumi%20na%20ibiri>,
        <http://lexvo.org/id/term/chr/%E1%8E%A4%E1%8F%8D%E1%8E%A9%E1%8F%B1>,
        <http://lexvo.org/id/term/cmn-Hant/12%E6%9C%88>,
        <http://lexvo.org/id/term/cmn/%E5%8D%81%E4%BA%8C%E6%9C%88>,
        <http://lexvo.org/id/term/cor/Mys%20Kevardhu>,
        <http://lexvo.org/id/term/cym/Rhagfyr>,
        <http://lexvo.org/id/term/dan/december>,
        <http://lexvo.org/id/term/dav/Mori%20ghwa%20ikumi%20na%20iwi>,
        <http://lexvo.org/id/term/deu/Dezember>,
        <http://lexvo.org/id/term/dje/Deesanbur>,
        <http://lexvo.org/id/term/dua/el%C3%A1%C5%8Bg%C9%9B%CC%81>,
        <http://lexvo.org/id/term/dyo/Disambar>,
        <http://lexvo.org/id/term/dzo/%E0%BD%9F%E0%BE%B3%E0%BC%8B%E0%BD%96%E0%BD%85%E0%BD%B4%E0%BC%8B%E0%BD%82%E0%BD%89%E0%BD%B2%E0%BD%A6%E0%BC%8B%E0%BD%94%E0%BC%8B>,
        <http://lexvo.org/id/term/ebu/Mweri%20wa%20ik%C5%A9mi%20na%20Ka%C4%A9r%C4%A9>,
        <http://lexvo.org/id/term/ell/%CE%94%CE%B5%CE%BA%CE%B5%CE%BC%CE%B2%CF%81%CE%AF%CE%BF%CF%85>,
        <http://lexvo.org/id/term/eng-Dsrt/%F0%90%90%94%F0%90%90%A8%F0%90%91%85%F0%90%90%AF%F0%90%91%8B%F0%90%90%BA%F0%90%90%B2%F0%90%91%89>,
        <http://lexvo.org/id/term/eng/December>,
        <http://lexvo.org/id/term/epo/decembro>,
        <http://lexvo.org/id/term/est/detsember>,
        <http://lexvo.org/id/term/eus/abendua>,
        <http://lexvo.org/id/term/ewe/dzome>,
        <http://lexvo.org/id/term/ewo/ng%C9%94n%20aw%C3%B3m%20ai%20b%C9%9B%CC%8C>,
        <http://lexvo.org/id/term/fao/desember>,
        <http://lexvo.org/id/term/fas/%D8%AF%D8%B3%D8%A7%D9%85%D8%A8%D8%B1>,
        <http://lexvo.org/id/term/fas/%D8%AF%D8%B3%D9%85%D8%A8%D8%B1>,
        <http://lexvo.org/id/term/fil/Disyembre>,
        <http://lexvo.org/id/term/fin/joulukuuta>,
        <http://lexvo.org/id/term/fra/d%C3%A9cembre>,
        <http://lexvo.org/id/term/ful/bowte>,
        <http://lexvo.org/id/term/fur/Dicembar>,
        <http://lexvo.org/id/term/gla/An%20D%C3%B9bhlachd>,
        <http://lexvo.org/id/term/gle/Nollaig>,
        <http://lexvo.org/id/term/glg/Decembro>,
        <http://lexvo.org/id/term/glv/Mee%20ny%20Nollick>,
        <http://lexvo.org/id/term/gsw/Dez%C3%A4mber>,
        <http://lexvo.org/id/term/guj/%E0%AA%A1%E0%AA%BF%E0%AA%B8%E0%AB%87%E0%AA%AE%E0%AB%8D%E0%AA%AC%E0%AA%B0>,
        <http://lexvo.org/id/term/guz/Disemba>,
        <http://lexvo.org/id/term/hau/Disamba>,
        <http://lexvo.org/id/term/haw/Kekemapa>,
        <http://lexvo.org/id/term/heb/%D7%93%D7%A6%D7%9E%D7%91%D7%A8>,
        <http://lexvo.org/id/term/hin/%E0%A4%A6%E0%A4%BF%E0%A4%B8%E0%A4%AE%E0%A5%8D%E0%A4%AC%E0%A4%B0>,
        <http://lexvo.org/id/term/hrv/prosinca>,
        <http://lexvo.org/id/term/hun/december>,
        <http://lexvo.org/id/term/hye/%D4%B4%D5%A5%D5%AF%D5%BF%D5%A5%D5%B4%D5%A2%D5%A5%D6%80>,
        <http://lexvo.org/id/term/ibo/Disemba>,
        <http://lexvo.org/id/term/iii/%EA%8A%B0%EA%91%8B%EA%86%AA>,
        <http://lexvo.org/id/term/ina/decembre>,
        <http://lexvo.org/id/term/ind/Desember>,
        <http://lexvo.org/id/term/isl/desember>,
        <http://lexvo.org/id/term/ita/dicembre>,
        <http://lexvo.org/id/term/jgo/P%C9%9Bsa%C5%8B%20Nts%C9%94%CC%8Cpp%C3%A1>,
        <http://lexvo.org/id/term/jmc/Desemba>,
        <http://lexvo.org/id/term/jpn/12%E6%9C%88>,
        <http://lexvo.org/id/term/kab/Du%C7%A7embe%E1%B9%9B>,
        <http://lexvo.org/id/term/kal/decemberi>,
        <http://lexvo.org/id/term/kam/Mwai%20wa%20%C4%A9kumi%20na%20il%C4%A9>,
        <http://lexvo.org/id/term/kan/%E0%B2%A1%E0%B2%BF%E0%B2%B8%E0%B3%86%E0%B2%82%E0%B2%AC%E0%B2%B0%E0%B3%8D>,
        <http://lexvo.org/id/term/kas/%D8%AF%D8%B3%D9%85%D8%A8%D8%B1>,
        <http://lexvo.org/id/term/kat/%E1%83%93%E1%83%94%E1%83%99%E1%83%94%E1%83%9B%E1%83%91%E1%83%94%E1%83%A0%E1%83%98>,
        <http://lexvo.org/id/term/kaz/%D0%B6%D0%B5%D0%BB%D1%82%D0%BE%D2%9B%D1%81%D0%B0%D0%BD>,
        <http://lexvo.org/id/term/kde/Mwedi%20wa%20Nnyano%20na%20Nnyano%20na%20M>,
        <http://lexvo.org/id/term/kea/Dizenbru>,
        <http://lexvo.org/id/term/khm/%E1%9E%92%E1%9F%92%E1%9E%93%E1%9E%BC>,
        <http://lexvo.org/id/term/khq/Deesanbur>,
        <http://lexvo.org/id/term/kik/Ndithemba>,
        <http://lexvo.org/id/term/kin/Ukuboza>,
        <http://lexvo.org/id/term/kir/%D0%B4%D0%B5%D0%BA%D0%B0%D0%B1%D1%80%D1%8C>,
        <http://lexvo.org/id/term/kkj/%C9%93ul%C9%93us%C9%9B>,
        <http://lexvo.org/id/term/kln/Kipsunde%20nebo%20aeng>,
        <http://lexvo.org/id/term/knn/%E0%A4%A1%E0%A4%BF%E0%A4%B8%E0%A5%87%E0%A4%82%E0%A4%AC%E0%A4%B0>,
        <http://lexvo.org/id/term/kor/12%EC%9B%94>,
        <http://lexvo.org/id/term/ksb/Desemba>,
        <http://lexvo.org/id/term/ksf/%C5%8Bw%C3%AD%C3%AD%20ak%C7%9D%20nt%C9%9Bk%20di%20b%C9%9B%CC%81%C9%9B>,
        <http://lexvo.org/id/term/ksh/Dez%C3%A4mber>,
        <http://lexvo.org/id/term/lag/K%CA%89sasat%CA%89>,
        <http://lexvo.org/id/term/lao/%E0%BA%97%E0%BA%B1%E0%BA%99%E0%BA%A7%E0%BA%B2>,
        <http://lexvo.org/id/term/lav/decembris>,
        <http://lexvo.org/id/term/lin/s%C3%A1nz%C3%A1%20ya%20z%C3%B3mi%20na%20m%C3%ADbal%C3%A9>,
        <http://lexvo.org/id/term/lit/gruodis>,
        <http://lexvo.org/id/term/lub/Cisw%C3%A0>,
        <http://lexvo.org/id/term/lug/Desemba>,
        <http://lexvo.org/id/term/luo/Dwe%20mar%20Apar%20gi%20ariyo>,
        <http://lexvo.org/id/term/luy/Desemba>,
        <http://lexvo.org/id/term/mal/%E0%B4%A1%E0%B4%BF%E0%B4%B8%E0%B4%82%E0%B4%AC%E0%B5%BC>,
        <http://lexvo.org/id/term/mar/%E0%A4%A1%E0%A4%BF%E0%A4%B8%E0%A5%87%E0%A4%82%E0%A4%AC%E0%A4%B0>,
        <http://lexvo.org/id/term/mas/Nt%CA%89%CC%81%C5%8B%CA%89%CC%81s>,
        <http://lexvo.org/id/term/mer/Dicemba>,
        <http://lexvo.org/id/term/mfe/desam>,
        <http://lexvo.org/id/term/mgh/Mweri%20wo%20kumi%20na%20yel'li>,
        <http://lexvo.org/id/term/mgo/im%C9%99g%20krizmed>,
        <http://lexvo.org/id/term/mkd/%D0%B4%D0%B5%D0%BA%D0%B5%D0%BC%D0%B2%D1%80%D0%B8>,
        <http://lexvo.org/id/term/mlg/Desambra>,
        <http://lexvo.org/id/term/mlt/Di%C4%8Bembru>,
        <http://lexvo.org/id/term/mua/F%C4%A9i%20Yuru>,
        <http://lexvo.org/id/term/mya/%E1%80%92%E1%80%AE%E1%80%87%E1%80%84%E1%80%BA%E1%80%98%E1%80%AC>,
        <http://lexvo.org/id/term/naq/H%C3%B4asore%C7%81kh%C3%A2b>,
        <http://lexvo.org/id/term/nbl/Disemba>,
        <http://lexvo.org/id/term/nde/Mpalakazi>,
        <http://lexvo.org/id/term/nep/%E0%A4%A1%E0%A4%BF%E0%A4%B8%E0%A5%87%E0%A4%AE%E0%A5%8D%E0%A4%AC%E0%A4%B0>,
        <http://lexvo.org/id/term/nep/%E0%A4%A6%E0%A4%BF%E0%A4%B8%E0%A4%AE%E0%A5%8D%E0%A4%AC%E0%A4%B0>,
        <http://lexvo.org/id/term/nld/december>,
        <http://lexvo.org/id/term/nmg/kr%C3%ADsimin>,
        <http://lexvo.org/id/term/nnh/sa%C5%8B%20l%C3%B9m>,
        <http://lexvo.org/id/term/nno/desember>,
        <http://lexvo.org/id/term/nob/desember>,
        <http://lexvo.org/id/term/nso/Disemere>,
        <http://lexvo.org/id/term/nus/Tio%CC%B1p%20in%20di%CC%B1i%CC%B1t>,
        <http://lexvo.org/id/term/nyn/Okwaikumi%20na%20ibiri>,
        <http://lexvo.org/id/term/ori/%E0%AC%A1%E0%AC%BF%E0%AC%B8%E0%AD%87%E0%AC%AE%E0%AD%8D%E0%AC%AC%E0%AC%B0>,
        <http://lexvo.org/id/term/orm/Muddee>,
        <http://lexvo.org/id/term/oss/%D0%B4%D0%B5%D0%BA%D0%B0%D0%B1%D1%80%D1%8B>,
        <http://lexvo.org/id/term/pan-Arab/%D8%AF%D8%B3%D9%85%D8%A8%D8%B1>,
        <http://lexvo.org/id/term/pan/%E0%A8%A6%E0%A8%B8%E0%A9%B0%E0%A8%AC%E0%A8%B0>,
        <http://lexvo.org/id/term/pol/grudnia>,
        <http://lexvo.org/id/term/por/Dezembro>,
        <http://lexvo.org/id/term/por/dezembro>,
        <http://lexvo.org/id/term/pus/%D8%AF%D8%B3%D9%85%D8%A8%D8%B1>,
        <http://lexvo.org/id/term/rof/Mweri%20wa%20ikumi%20na%20mbili>,
        <http://lexvo.org/id/term/roh/december>,
        <http://lexvo.org/id/term/ron/decembrie>,
        <http://lexvo.org/id/term/run/Kigarama>,
        <http://lexvo.org/id/term/rus/%D0%B4%D0%B5%D0%BA%D0%B0%D0%B1%D1%80%D1%8F>,
        <http://lexvo.org/id/term/rwk/Desemba>,
        <http://lexvo.org/id/term/sag/Kakauka>,
        <http://lexvo.org/id/term/sah/%D0%90%D1%85%D1%81%D1%8B%D0%BD%D0%BD%D1%8C%D1%8B>,
        <http://lexvo.org/id/term/saq/Lapa%20le%20tomon%20waare>,
        <http://lexvo.org/id/term/sbp/Muhaano>,
        <http://lexvo.org/id/term/seh/Decembro>,
        <http://lexvo.org/id/term/ses/Deesanbur>,
        <http://lexvo.org/id/term/shi-Latn/dujanbir>,
        <http://lexvo.org/id/term/shi/%E2%B4%B7%E2%B5%93%E2%B5%8A%E2%B4%B0%E2%B5%8F%E2%B4%B1%E2%B5%89%E2%B5%94>,
        <http://lexvo.org/id/term/sin/%E0%B6%AF%E0%B7%99%E0%B7%83%E0%B7%90%E0%B6%B8%E0%B7%8A%E0%B6%B6%E0%B6%BB%E0%B7%8A>,
        <http://lexvo.org/id/term/slk/december>,
        <http://lexvo.org/id/term/slv/december>,
        <http://lexvo.org/id/term/sme/juovlam%C3%A1nnu>,
        <http://lexvo.org/id/term/sna/Zvita>,
        <http://lexvo.org/id/term/som/Bisha%20Laba%20iyo%20Tobnaad>,
        <http://lexvo.org/id/term/sot/Tshitwe>,
        <http://lexvo.org/id/term/spa/diciembre>,
        <http://lexvo.org/id/term/sqi/dhjetor>,
        <http://lexvo.org/id/term/srp-Latn/decembar>,
        <http://lexvo.org/id/term/srp/%D0%B4%D0%B5%D1%86%D0%B5%D0%BC%D0%B1%D0%B0%D1%80>,
        <http://lexvo.org/id/term/ssw/iNgongoni>,
        <http://lexvo.org/id/term/ssy/Kaxxa%20Garablu>,
        <http://lexvo.org/id/term/swc/mwezi%20ya%20kumi%20ya%20mbili>,
        <http://lexvo.org/id/term/swe/december>,
        <http://lexvo.org/id/term/swh/Desemba>,
        <http://lexvo.org/id/term/tam/%E0%AE%9F%E0%AE%BF%E0%AE%9A%E0%AE%AE%E0%AF%8D%E0%AE%AA%E0%AE%B0%E0%AF%8D>,
        <http://lexvo.org/id/term/tel/%E0%B0%A1%E0%B0%BF%E0%B0%B8%E0%B1%86%E0%B0%82%E0%B0%AC%E0%B0%B0%E0%B1%8D>,
        <http://lexvo.org/id/term/teo/Opoo>,
        <http://lexvo.org/id/term/tgk/%D0%94%D0%B5%D0%BA%D0%B0%D0%B1%D1%80>,
        <http://lexvo.org/id/term/tha/%E0%B8%98%E0%B8%B1%E0%B8%99%E0%B8%A7%E0%B8%B2%E0%B8%84%E0%B8%A1>,
        <http://lexvo.org/id/term/tig/%E1%8B%B2%E1%88%B4%E1%88%9D%E1%89%A0%E1%88%AD>,
        <http://lexvo.org/id/term/tir/%E1%89%B3%E1%88%95%E1%88%B3%E1%88%B5>,
        <http://lexvo.org/id/term/tir/%E1%8B%B2%E1%88%B4%E1%88%9D%E1%89%A0%E1%88%AD>,
        <http://lexvo.org/id/term/ton/T%C4%ABsema>,
        <http://lexvo.org/id/term/tsn/Sedimonthole>,
        <http://lexvo.org/id/term/tso/N'wendzamhala>,
        <http://lexvo.org/id/term/tur/Aral%C4%B1k>,
        <http://lexvo.org/id/term/twq/Deesanbur>,
        <http://lexvo.org/id/term/tzm/Dujanbir>,
        <http://lexvo.org/id/term/ukr/%D0%B3%D1%80%D1%83%D0%B4%D0%BD%D1%8F>,
        <http://lexvo.org/id/term/urd/%D8%AF%D8%B3%D9%85%D8%A8%D8%B1>,
        <http://lexvo.org/id/term/uzn-Arab/%D8%AF%D8%B3%D9%85%D8%A8%D8%B1>,
        <http://lexvo.org/id/term/uzn-Latn/Dekabr>,
        <http://lexvo.org/id/term/uzn/%D0%94%D0%B5%D0%BA%D0%B0%D0%B1%D1%80>,
        <http://lexvo.org/id/term/vai-Latn/luukao%20l%C9%94ma>,
        <http://lexvo.org/id/term/vai/%EA%96%A8%EA%95%AA%EA%95%B1%20%EA%97%8F%EA%95%AE>,
        <http://lexvo.org/id/term/ven/Nyendavhusiku>,
        <http://lexvo.org/id/term/vie/th%C3%A1ng%20m%C6%B0%E1%BB%9Di%20hai>,
        <http://lexvo.org/id/term/vol/dekul>,
        <http://lexvo.org/id/term/vun/Desemba>,
        <http://lexvo.org/id/term/wae/Chri%C5%A1tm%C3%A1net>,
        <http://lexvo.org/id/term/wal/%E1%8B%B2%E1%88%B4%E1%88%9D%E1%89%A0%E1%88%AD>,
        <http://lexvo.org/id/term/xho/Disemba>,
        <http://lexvo.org/id/term/xog/Desemba>,
        <http://lexvo.org/id/term/yav/pil%C9%94nd%C9%94%CC%81>,
        <http://lexvo.org/id/term/yor/O%E1%B9%A3%C3%B9%20%E1%BB%8C%CC%80p%E1%BA%B9%CC%80>,
        <http://lexvo.org/id/term/zsm/Disember>,
        <http://lexvo.org/id/term/zul/Disemba> .

<http://lexvo.org/id/wordnet/30/noun/february_1_28_00> rdfs:label "Kudo"@aa,
        "Februarie"@af,
        "ndzɔ̀ŋɔ̀kƗ̀zùʔ"@agq,
        "Kwakwar-Ɔgyefuo"@ak,
        "ፌብሩወሪ"@am,
        "شباط"@ar,
        "فبراير"@ar,
        "فيفري"@ar,
        "ফেব্ৰুৱাৰী"@as,
        "Februari"@asa,
        "de febreru"@ast,
        "Fevral"@az,
        "феврал"@az-Cyrl,
        "Màcɛ̂l"@bas,
        "люты"@be,
        "Februari"@bem,
        "pa mwedzi gwa wuvili"@bez,
        "февруари"@bg,
        "feburuye"@bm,
        "ফেব্রুয়ারী"@bn,
        "ཟླ་བ་གཉིས་པ་"@bo,
        "Cʼhwevrer"@br,
        "फेब्रुवारी"@brx,
        "februar"@bs,
        "фебруар"@bs-Cyrl,
        "ካብኽብቲ"@byn,
        "de febrer"@ca,
        "Okwakabiri"@cgg,
        "ᎧᎦᎵ"@chr,
        "二月"@cmn,
        "2月"@cmn-Hant,
        "února"@cs,
        "Chwefror"@cy,
        "februar"@da,
        "Mori ghwa kawi"@dav,
        "Februar"@de,
        "Feewiriye"@dje,
        "ŋgɔndɛ"@dua,
        "Fébirie"@dyo,
        "ཟླ་གཉིས་པ་"@dz,
        "Mweri wa kaĩri"@ebu,
        "dzodze"@ee,
        "Φεβρουαρίου"@el,
        "February"@en,
        "𐐙𐐯𐐺𐑉𐐭𐐯𐑉𐐨"@en-Dsrt,
        "februaro"@eo,
        "febrero"@es,
        "veebruar"@et,
        "otsaila"@eu,
        "ngɔn bɛ̌"@ewo,
        "فبروری"@fa,
        "فوریهٔ"@fa,
        "colte"@ff,
        "helmikuuta"@fi,
        "Pebrero"@fil,
        "februar"@fo,
        "février"@fr,
        "Fevrâr"@fur,
        "Feabhra"@ga,
        "An Gearran"@gd,
        "Febreiro"@gl,
        "Februar"@gsw,
        "ફેબ્રુઆરી"@gu,
        "Feburari"@guz,
        "Toshiaght-arree"@gv,
        "Faburairu"@ha,
        "Pepeluali"@haw,
        "פברואר"@he,
        "फरवरी"@hi,
        "veljače"@hr,
        "február"@hu,
        "Փետրվար"@hy,
        "februario"@ia,
        "Februari"@id,
        "Febrụwarị"@ig,
        "ꑍꆪ"@ii,
        "febrúar"@is,
        "febbraio"@it,
        "2月"@ja,
        "Pɛsaŋ Pɛ́pá"@jgo,
        "Februari"@jmc,
        "თებერვალი"@ka,
        "Fuṛar"@kab,
        "Mwai wa kelĩ"@kam,
        "Mwedi wa Pili"@kde,
        "Fevereru"@kea,
        "Feewiriye"@khq,
        "Mwere wa kerĩ"@ki,
        "ақпан"@kk,
        "wanja"@kkj,
        "februari"@kl,
        "Ng'atyato"@kln,
        "កុម្ភៈ"@km,
        "ಫೆಬ್ರವರೀ"@kn,
        "फेब्रुवारी"@knn,
        "2월"@ko,
        "فرؤری"@ks,
        "Febluali"@ksb,
        "ŋwíí akǝ bɛ́ɛ"@ksf,
        "Fäbrowa"@ksh,
        "Mys Whevrel"@kw,
        "февраль"@ky,
        "Kʉnaanɨ"@lag,
        "Febwaliyo"@lg,
        "sánzá ya míbalé"@ln,
        "ກຸມພາ"@lo,
        "vasaris"@lt,
        "Lùishi"@lu,
        "Dwe mar Ariyo"@luo,
        "Februari"@luy,
        "februāris"@lv,
        "Arát"@mas,
        "Feburuarĩ"@mer,
        "fevriye"@mfe,
        "Febroary"@mg,
        "Mweri wo unayeli"@mgh,
        "imeg àbùbì"@mgo,
        "февруари"@mk,
        "ഫെബ്രുവരി"@ml,
        "फेब्रुवारी"@mr,
        "Frar"@mt,
        "Cokcwaklaŋne"@mua,
        "ဖေဖော်ဝါရီ"@my,
        "ǃKhanǀgôab"@naq,
        "februar"@nb,
        "Nhlolanja"@nd,
        "फरवरी"@ne,
        "फेब्रुअरी"@ne,
        "februari"@nl,
        "ngwɛn ńmba"@nmg,
        "februar"@nn,
        "saŋ kàg ngwóŋ"@nnh,
        "uFeberbari"@nr,
        "Feberware"@nso,
        "Pɛt"@nus,
        "Okwakabiri"@nyn,
        "Guraandhala"@om,
        "ଫେବ୍ରୁୟାରୀ"@or,
        "февралы"@os,
        "ਫ਼ਰਵਰੀ"@pa,
        "فروری"@pa-Arab,
        "lutego"@pl,
        "فبروري"@ps,
        "Fevereiro"@pt,
        "fevereiro"@pt,
        "favrer"@rm,
        "Ruhuhuma"@rn,
        "februarie"@ro,
        "Mweri wa kaili"@rof,
        "февраля"@ru,
        "Gashyantare"@rw,
        "Februari"@rwk,
        "Олунньу"@sah,
        "Lapa le waare"@saq,
        "Mwitope"@sbp,
        "guovvamánnu"@se,
        "Fevreiro"@seh,
        "Feewiriye"@ses,
        "Fulundïgi"@sg,
        "ⴱⵕⴰⵢⵕ"@shi,
        "bṛayṛ"@shi-Latn,
        "පෙබරවාරි"@si,
        "február"@sk,
        "februar"@sl,
        "Kukadzi"@sn,
        "Bisha Labaad"@so,
        "shkurt"@sq,
        "фебруар"@sr,
        "februar"@sr-Latn,
        "iNdlovana"@ss,
        "Kudo"@ssy,
        "Hlakola"@st,
        "februari"@sv,
        "mwezi ya pili"@swc,
        "Februari"@swh,
        "பிப்ரவரி"@ta,
        "ఫిబ్రవరి"@te,
        "Omuk"@teo,
        "Феврал"@tg,
        "กุมภาพันธ์"@th,
        "ለካቲት"@ti,
        "ፌብሩወሪ"@ti,
        "ፌብሩወሪ"@tig,
        "Tlhakole"@tn,
        "Fēpueli"@to,
        "Şubat"@tr,
        "Nyenyenyani"@ts,
        "Feewiriye"@twq,
        "Yebrayer"@tzm,
        "лютого"@uk,
        "فروری"@ur,
        "Феврал"@uzn,
        "فبروری"@uzn-Arab,
        "Fevral"@uzn-Latn,
        "ꕒꕡꖝꖕ"@vai,
        "ɓandaɓu"@vai-Latn,
        "Luhuhi"@ve,
        "tháng hai"@vi,
        "febul"@vo,
        "Februari"@vun,
        "Hornig"@wae,
        "ፌብሩወሪ"@wal,
        "Februwari"@xh,
        "Febwaliyo"@xog,
        "siɛyɛ́, oóli ú kándíɛ"@yav,
        "Oṣù Èrèlè"@yo,
        "Februari"@zsm,
        "Februwari"@zu ;
    lvont:label <http://lexvo.org/id/term/aar/Kudo>,
        <http://lexvo.org/id/term/afr/Februarie>,
        <http://lexvo.org/id/term/agq/ndz%C9%94%CC%80%C5%8B%C9%94%CC%80k%C6%97%CC%80z%C3%B9%CA%94>,
        <http://lexvo.org/id/term/aka/Kwakwar-%C6%86gyefuo>,
        <http://lexvo.org/id/term/amh/%E1%8D%8C%E1%89%A5%E1%88%A9%E1%8B%88%E1%88%AA>,
        <http://lexvo.org/id/term/ara/%D8%B4%D8%A8%D8%A7%D8%B7>,
        <http://lexvo.org/id/term/ara/%D9%81%D8%A8%D8%B1%D8%A7%D9%8A%D8%B1>,
        <http://lexvo.org/id/term/ara/%D9%81%D9%8A%D9%81%D8%B1%D9%8A>,
        <http://lexvo.org/id/term/asa/Februari>,
        <http://lexvo.org/id/term/asm/%E0%A6%AB%E0%A7%87%E0%A6%AC%E0%A7%8D%E0%A7%B0%E0%A7%81%E0%A7%B1%E0%A6%BE%E0%A7%B0%E0%A7%80>,
        <http://lexvo.org/id/term/ast/de%20febreru>,
        <http://lexvo.org/id/term/aze-Cyrl/%D1%84%D0%B5%D0%B2%D1%80%D0%B0%D0%BB>,
        <http://lexvo.org/id/term/aze/Fevral>,
        <http://lexvo.org/id/term/bam/feburuye>,
        <http://lexvo.org/id/term/bas/M%C3%A0c%C9%9B%CC%82l>,
        <http://lexvo.org/id/term/bel/%D0%BB%D1%8E%D1%82%D1%8B>,
        <http://lexvo.org/id/term/bem/Februari>,
        <http://lexvo.org/id/term/ben/%E0%A6%AB%E0%A7%87%E0%A6%AC%E0%A7%8D%E0%A6%B0%E0%A7%81%E0%A6%AF%E0%A6%BC%E0%A6%BE%E0%A6%B0%E0%A7%80>,
        <http://lexvo.org/id/term/bez/pa%20mwedzi%20gwa%20wuvili>,
        <http://lexvo.org/id/term/bod/%E0%BD%9F%E0%BE%B3%E0%BC%8B%E0%BD%96%E0%BC%8B%E0%BD%82%E0%BD%89%E0%BD%B2%E0%BD%A6%E0%BC%8B%E0%BD%94%E0%BC%8B>,
        <http://lexvo.org/id/term/bos-Cyrl/%D1%84%D0%B5%D0%B1%D1%80%D1%83%D0%B0%D1%80>,
        <http://lexvo.org/id/term/bos/februar>,
        <http://lexvo.org/id/term/bre/C%CA%BChwevrer>,
        <http://lexvo.org/id/term/brx/%E0%A4%AB%E0%A5%87%E0%A4%AC%E0%A5%8D%E0%A4%B0%E0%A5%81%E0%A4%B5%E0%A4%BE%E0%A4%B0%E0%A5%80>,
        <http://lexvo.org/id/term/bul/%D1%84%D0%B5%D0%B2%D1%80%D1%83%D0%B0%D1%80%D0%B8>,
        <http://lexvo.org/id/term/byn/%E1%8A%AB%E1%89%A5%E1%8A%BD%E1%89%A5%E1%89%B2>,
        <http://lexvo.org/id/term/cat/de%20febrer>,
        <http://lexvo.org/id/term/ces/%C3%BAnora>,
        <http://lexvo.org/id/term/cgg/Okwakabiri>,
        <http://lexvo.org/id/term/chr/%E1%8E%A7%E1%8E%A6%E1%8E%B5>,
        <http://lexvo.org/id/term/cmn-Hant/2%E6%9C%88>,
        <http://lexvo.org/id/term/cmn/%E4%BA%8C%E6%9C%88>,
        <http://lexvo.org/id/term/cor/Mys%20Whevrel>,
        <http://lexvo.org/id/term/cym/Chwefror>,
        <http://lexvo.org/id/term/dan/februar>,
        <http://lexvo.org/id/term/dav/Mori%20ghwa%20kawi>,
        <http://lexvo.org/id/term/deu/Februar>,
        <http://lexvo.org/id/term/dje/Feewiriye>,
        <http://lexvo.org/id/term/dua/%C5%8Bg%C9%94nd%C9%9B>,
        <http://lexvo.org/id/term/dyo/F%C3%A9birie>,
        <http://lexvo.org/id/term/dzo/%E0%BD%9F%E0%BE%B3%E0%BC%8B%E0%BD%82%E0%BD%89%E0%BD%B2%E0%BD%A6%E0%BC%8B%E0%BD%94%E0%BC%8B>,
        <http://lexvo.org/id/term/ebu/Mweri%20wa%20ka%C4%A9ri>,
        <http://lexvo.org/id/term/ell/%CE%A6%CE%B5%CE%B2%CF%81%CE%BF%CF%85%CE%B1%CF%81%CE%AF%CE%BF%CF%85>,
        <http://lexvo.org/id/term/eng-Dsrt/%F0%90%90%99%F0%90%90%AF%F0%90%90%BA%F0%90%91%89%F0%90%90%AD%F0%90%90%AF%F0%90%91%89%F0%90%90%A8>,
        <http://lexvo.org/id/term/eng/February>,
        <http://lexvo.org/id/term/epo/februaro>,
        <http://lexvo.org/id/term/est/veebruar>,
        <http://lexvo.org/id/term/eus/otsaila>,
        <http://lexvo.org/id/term/ewe/dzodze>,
        <http://lexvo.org/id/term/ewo/ng%C9%94n%20b%C9%9B%CC%8C>,
        <http://lexvo.org/id/term/fao/februar>,
        <http://lexvo.org/id/term/fas/%D9%81%D8%A8%D8%B1%D9%88%D8%B1%DB%8C>,
        <http://lexvo.org/id/term/fas/%D9%81%D9%88%D8%B1%DB%8C%D9%87%D9%94>,
        <http://lexvo.org/id/term/fil/Pebrero>,
        <http://lexvo.org/id/term/fin/helmikuuta>,
        <http://lexvo.org/id/term/fra/f%C3%A9vrier>,
        <http://lexvo.org/id/term/ful/colte>,
        <http://lexvo.org/id/term/fur/Fevr%C3%A2r>,
        <http://lexvo.org/id/term/gla/An%20Gearran>,
        <http://lexvo.org/id/term/gle/Feabhra>,
        <http://lexvo.org/id/term/glg/Febreiro>,
        <http://lexvo.org/id/term/glv/Toshiaght-arree>,
        <http://lexvo.org/id/term/gsw/Februar>,
        <http://lexvo.org/id/term/guj/%E0%AA%AB%E0%AB%87%E0%AA%AC%E0%AB%8D%E0%AA%B0%E0%AB%81%E0%AA%86%E0%AA%B0%E0%AB%80>,
        <http://lexvo.org/id/term/guz/Feburari>,
        <http://lexvo.org/id/term/hau/Faburairu>,
        <http://lexvo.org/id/term/haw/Pepeluali>,
        <http://lexvo.org/id/term/heb/%D7%A4%D7%91%D7%A8%D7%95%D7%90%D7%A8>,
        <http://lexvo.org/id/term/hin/%E0%A4%AB%E0%A4%B0%E0%A4%B5%E0%A4%B0%E0%A5%80>,
        <http://lexvo.org/id/term/hrv/velja%C4%8De>,
        <http://lexvo.org/id/term/hun/febru%C3%A1r>,
        <http://lexvo.org/id/term/hye/%D5%93%D5%A5%D5%BF%D6%80%D5%BE%D5%A1%D6%80>,
        <http://lexvo.org/id/term/ibo/Febr%E1%BB%A5war%E1%BB%8B>,
        <http://lexvo.org/id/term/iii/%EA%91%8D%EA%86%AA>,
        <http://lexvo.org/id/term/ina/februario>,
        <http://lexvo.org/id/term/ind/Februari>,
        <http://lexvo.org/id/term/isl/febr%C3%BAar>,
        <http://lexvo.org/id/term/ita/febbraio>,
        <http://lexvo.org/id/term/jgo/P%C9%9Bsa%C5%8B%20P%C9%9B%CC%81p%C3%A1>,
        <http://lexvo.org/id/term/jmc/Februari>,
        <http://lexvo.org/id/term/jpn/2%E6%9C%88>,
        <http://lexvo.org/id/term/kab/Fu%E1%B9%9Bar>,
        <http://lexvo.org/id/term/kal/februari>,
        <http://lexvo.org/id/term/kam/Mwai%20wa%20kel%C4%A9>,
        <http://lexvo.org/id/term/kan/%E0%B2%AB%E0%B3%86%E0%B2%AC%E0%B3%8D%E0%B2%B0%E0%B2%B5%E0%B2%B0%E0%B3%80>,
        <http://lexvo.org/id/term/kas/%D9%81%D8%B1%D8%A4%D8%B1%DB%8C>,
        <http://lexvo.org/id/term/kat/%E1%83%97%E1%83%94%E1%83%91%E1%83%94%E1%83%A0%E1%83%95%E1%83%90%E1%83%9A%E1%83%98>,
        <http://lexvo.org/id/term/kaz/%D0%B0%D2%9B%D0%BF%D0%B0%D0%BD>,
        <http://lexvo.org/id/term/kde/Mwedi%20wa%20Pili>,
        <http://lexvo.org/id/term/kea/Fevereru>,
        <http://lexvo.org/id/term/khm/%E1%9E%80%E1%9E%BB%E1%9E%98%E1%9F%92%E1%9E%97%E1%9F%88>,
        <http://lexvo.org/id/term/khq/Feewiriye>,
        <http://lexvo.org/id/term/kik/Mwere%20wa%20ker%C4%A9>,
        <http://lexvo.org/id/term/kin/Gashyantare>,
        <http://lexvo.org/id/term/kir/%D1%84%D0%B5%D0%B2%D1%80%D0%B0%D0%BB%D1%8C>,
        <http://lexvo.org/id/term/kkj/wanja>,
        <http://lexvo.org/id/term/kln/Ng'atyato>,
        <http://lexvo.org/id/term/knn/%E0%A4%AB%E0%A5%87%E0%A4%AC%E0%A5%8D%E0%A4%B0%E0%A5%81%E0%A4%B5%E0%A4%BE%E0%A4%B0%E0%A5%80>,
        <http://lexvo.org/id/term/kor/2%EC%9B%94>,
        <http://lexvo.org/id/term/ksb/Febluali>,
        <http://lexvo.org/id/term/ksf/%C5%8Bw%C3%AD%C3%AD%20ak%C7%9D%20b%C9%9B%CC%81%C9%9B>,
        <http://lexvo.org/id/term/ksh/F%C3%A4browa>,
        <http://lexvo.org/id/term/lag/K%CA%89naan%C9%A8>,
        <http://lexvo.org/id/term/lao/%E0%BA%81%E0%BA%B8%E0%BA%A1%E0%BA%9E%E0%BA%B2>,
        <http://lexvo.org/id/term/lav/febru%C4%81ris>,
        <http://lexvo.org/id/term/lin/s%C3%A1nz%C3%A1%20ya%20m%C3%ADbal%C3%A9>,
        <http://lexvo.org/id/term/lit/vasaris>,
        <http://lexvo.org/id/term/lub/L%C3%B9ishi>,
        <http://lexvo.org/id/term/lug/Febwaliyo>,
        <http://lexvo.org/id/term/luo/Dwe%20mar%20Ariyo>,
        <http://lexvo.org/id/term/luy/Februari>,
        <http://lexvo.org/id/term/mal/%E0%B4%AB%E0%B5%86%E0%B4%AC%E0%B5%8D%E0%B4%B0%E0%B5%81%E0%B4%B5%E0%B4%B0%E0%B4%BF>,
        <http://lexvo.org/id/term/mar/%E0%A4%AB%E0%A5%87%E0%A4%AC%E0%A5%8D%E0%A4%B0%E0%A5%81%E0%A4%B5%E0%A4%BE%E0%A4%B0%E0%A5%80>,
        <http://lexvo.org/id/term/mas/Ar%C3%A1t>,
        <http://lexvo.org/id/term/mer/Feburuar%C4%A9>,
        <http://lexvo.org/id/term/mfe/fevriye>,
        <http://lexvo.org/id/term/mgh/Mweri%20wo%20unayeli>,
        <http://lexvo.org/id/term/mgo/imeg%20%C3%A0b%C3%B9b%C3%AC>,
        <http://lexvo.org/id/term/mkd/%D1%84%D0%B5%D0%B2%D1%80%D1%83%D0%B0%D1%80%D0%B8>,
        <http://lexvo.org/id/term/mlg/Febroary>,
        <http://lexvo.org/id/term/mlt/Frar>,
        <http://lexvo.org/id/term/mua/Cokcwakla%C5%8Bne>,
        <http://lexvo.org/id/term/mya/%E1%80%96%E1%80%B1%E1%80%96%E1%80%B1%E1%80%AC%E1%80%BA%E1%80%9D%E1%80%AB%E1%80%9B%E1%80%AE>,
        <http://lexvo.org/id/term/naq/%C7%83Khan%C7%80g%C3%B4ab>,
        <http://lexvo.org/id/term/nbl/uFeberbari>,
        <http://lexvo.org/id/term/nde/Nhlolanja>,
        <http://lexvo.org/id/term/nep/%E0%A4%AB%E0%A4%B0%E0%A4%B5%E0%A4%B0%E0%A5%80>,
        <http://lexvo.org/id/term/nep/%E0%A4%AB%E0%A5%87%E0%A4%AC%E0%A5%8D%E0%A4%B0%E0%A5%81%E0%A4%85%E0%A4%B0%E0%A5%80>,
        <http://lexvo.org/id/term/nld/februari>,
        <http://lexvo.org/id/term/nmg/ngw%C9%9Bn%20%C5%84mba>,
        <http://lexvo.org/id/term/nnh/sa%C5%8B%20k%C3%A0g%20ngw%C3%B3%C5%8B>,
        <http://lexvo.org/id/term/nno/februar>,
        <http://lexvo.org/id/term/nob/februar>,
        <http://lexvo.org/id/term/nso/Feberware>,
        <http://lexvo.org/id/term/nus/P%C9%9Bt>,
        <http://lexvo.org/id/term/nyn/Okwakabiri>,
        <http://lexvo.org/id/term/ori/%E0%AC%AB%E0%AD%87%E0%AC%AC%E0%AD%8D%E0%AC%B0%E0%AD%81%E0%AD%9F%E0%AC%BE%E0%AC%B0%E0%AD%80>,
        <http://lexvo.org/id/term/orm/Guraandhala>,
        <http://lexvo.org/id/term/oss/%D1%84%D0%B5%D0%B2%D1%80%D0%B0%D0%BB%D1%8B>,
        <http://lexvo.org/id/term/pan-Arab/%D9%81%D8%B1%D9%88%D8%B1%DB%8C>,
        <http://lexvo.org/id/term/pan/%E0%A8%AB%E0%A8%BC%E0%A8%B0%E0%A8%B5%E0%A8%B0%E0%A9%80>,
        <http://lexvo.org/id/term/pol/lutego>,
        <http://lexvo.org/id/term/por/Fevereiro>,
        <http://lexvo.org/id/term/por/fevereiro>,
        <http://lexvo.org/id/term/pus/%D9%81%D8%A8%D8%B1%D9%88%D8%B1%D9%8A>,
        <http://lexvo.org/id/term/rof/Mweri%20wa%20kaili>,
        <http://lexvo.org/id/term/roh/favrer>,
        <http://lexvo.org/id/term/ron/februarie>,
        <http://lexvo.org/id/term/run/Ruhuhuma>,
        <http://lexvo.org/id/term/rus/%D1%84%D0%B5%D0%B2%D1%80%D0%B0%D0%BB%D1%8F>,
        <http://lexvo.org/id/term/rwk/Februari>,
        <http://lexvo.org/id/term/sag/Fulund%C3%AFgi>,
        <http://lexvo.org/id/term/sah/%D0%9E%D0%BB%D1%83%D0%BD%D0%BD%D1%8C%D1%83>,
        <http://lexvo.org/id/term/saq/Lapa%20le%20waare>,
        <http://lexvo.org/id/term/sbp/Mwitope>,
        <http://lexvo.org/id/term/seh/Fevreiro>,
        <http://lexvo.org/id/term/ses/Feewiriye>,
        <http://lexvo.org/id/term/shi-Latn/b%E1%B9%9Bay%E1%B9%9B>,
        <http://lexvo.org/id/term/shi/%E2%B4%B1%E2%B5%95%E2%B4%B0%E2%B5%A2%E2%B5%95>,
        <http://lexvo.org/id/term/sin/%E0%B6%B4%E0%B7%99%E0%B6%B6%E0%B6%BB%E0%B7%80%E0%B7%8F%E0%B6%BB%E0%B7%92>,
        <http://lexvo.org/id/term/slk/febru%C3%A1r>,
        <http://lexvo.org/id/term/slv/februar>,
        <http://lexvo.org/id/term/sme/guovvam%C3%A1nnu>,
        <http://lexvo.org/id/term/sna/Kukadzi>,
        <http://lexvo.org/id/term/som/Bisha%20Labaad>,
        <http://lexvo.org/id/term/sot/Hlakola>,
        <http://lexvo.org/id/term/spa/febrero>,
        <http://lexvo.org/id/term/sqi/shkurt>,
        <http://lexvo.org/id/term/srp-Latn/februar>,
        <http://lexvo.org/id/term/srp/%D1%84%D0%B5%D0%B1%D1%80%D1%83%D0%B0%D1%80>,
        <http://lexvo.org/id/term/ssw/iNdlovana>,
        <http://lexvo.org/id/term/ssy/Kudo>,
        <http://lexvo.org/id/term/swc/mwezi%20ya%20pili>,
        <http://lexvo.org/id/term/swe/februari>,
        <http://lexvo.org/id/term/swh/Februari>,
        <http://lexvo.org/id/term/tam/%E0%AE%AA%E0%AE%BF%E0%AE%AA%E0%AF%8D%E0%AE%B0%E0%AE%B5%E0%AE%B0%E0%AE%BF>,
        <http://lexvo.org/id/term/tel/%E0%B0%AB%E0%B0%BF%E0%B0%AC%E0%B1%8D%E0%B0%B0%E0%B0%B5%E0%B0%B0%E0%B0%BF>,
        <http://lexvo.org/id/term/teo/Omuk>,
        <http://lexvo.org/id/term/tgk/%D0%A4%D0%B5%D0%B2%D1%80%D0%B0%D0%BB>,
        <http://lexvo.org/id/term/tha/%E0%B8%81%E0%B8%B8%E0%B8%A1%E0%B8%A0%E0%B8%B2%E0%B8%9E%E0%B8%B1%E0%B8%99%E0%B8%98%E0%B9%8C>,
        <http://lexvo.org/id/term/tig/%E1%8D%8C%E1%89%A5%E1%88%A9%E1%8B%88%E1%88%AA>,
        <http://lexvo.org/id/term/tir/%E1%88%88%E1%8A%AB%E1%89%B2%E1%89%B5>,
        <http://lexvo.org/id/term/tir/%E1%8D%8C%E1%89%A5%E1%88%A9%E1%8B%88%E1%88%AA>,
        <http://lexvo.org/id/term/ton/F%C4%93pueli>,
        <http://lexvo.org/id/term/tsn/Tlhakole>,
        <http://lexvo.org/id/term/tso/Nyenyenyani>,
        <http://lexvo.org/id/term/tur/%C5%9Eubat>,
        <http://lexvo.org/id/term/twq/Feewiriye>,
        <http://lexvo.org/id/term/tzm/Yebrayer>,
        <http://lexvo.org/id/term/ukr/%D0%BB%D1%8E%D1%82%D0%BE%D0%B3%D0%BE>,
        <http://lexvo.org/id/term/urd/%D9%81%D8%B1%D9%88%D8%B1%DB%8C>,
        <http://lexvo.org/id/term/uzn-Arab/%D9%81%D8%A8%D8%B1%D9%88%D8%B1%DB%8C>,
        <http://lexvo.org/id/term/uzn-Latn/Fevral>,
        <http://lexvo.org/id/term/uzn/%D0%A4%D0%B5%D0%B2%D1%80%D0%B0%D0%BB>,
        <http://lexvo.org/id/term/vai-Latn/%C9%93anda%C9%93u>,
        <http://lexvo.org/id/term/vai/%EA%95%92%EA%95%A1%EA%96%9D%EA%96%95>,
        <http://lexvo.org/id/term/ven/Luhuhi>,
        <http://lexvo.org/id/term/vie/th%C3%A1ng%20hai>,
        <http://lexvo.org/id/term/vol/febul>,
        <http://lexvo.org/id/term/vun/Februari>,
        <http://lexvo.org/id/term/wae/Hornig>,
        <http://lexvo.org/id/term/wal/%E1%8D%8C%E1%89%A5%E1%88%A9%E1%8B%88%E1%88%AA>,
        <http://lexvo.org/id/term/xho/Februwari>,
        <http://lexvo.org/id/term/xog/Febwaliyo>,
        <http://lexvo.org/id/term/yav/si%C9%9By%C9%9B%CC%81%2C%20o%C3%B3li%20%C3%BA%20k%C3%A1nd%C3%AD%C9%9B>,
        <http://lexvo.org/id/term/yor/O%E1%B9%A3%C3%B9%20%C3%88r%C3%A8l%C3%A8>,
        <http://lexvo.org/id/term/zsm/Februari>,
        <http://lexvo.org/id/term/zul/Februwari> .

<http://lexvo.org/id/wordnet/30/noun/friday_1_28_00> rdfs:label "Gumqata"@aa,
        "Vrydag"@af,
        "tsuʔughɨ̂m"@agq,
        "Fida"@ak,
        "ዓርብ"@am,
        "الجمعة"@ar,
        "শুক্ৰবাৰ"@as,
        "Ijumaa"@asa,
        "vienres"@ast,
        "cümə"@az,
        "ҹүмә"@az-Cyrl,
        "ŋgwà kɔɔ"@bas,
        "пятніца"@be,
        "Palichisano"@bem,
        "pa hihanu"@bez,
        "петък"@bg,
        "juma"@bm,
        "শুক্রবার"@bn,
        "གཟའ་སངས་"@bo,
        "Gwener"@br,
        "सुखुरबार"@brx,
        "petak"@bs,
        "петак"@bs-Cyrl,
        "ኣርብ"@byn,
        "divendres"@ca,
        "Orwakataano"@cgg,
        "ᏧᎾᎩᎶᏍᏗ"@chr,
        "星期五"@cmn,
        "星期五"@cmn-Hant,
        "pátek"@cs,
        "Dydd Gwener"@cy,
        "fredag"@da,
        "Kuramuka kasanu"@dav,
        "Freitag"@de,
        "Alzuma"@dje,
        "ɗónɛsú"@dua,
        "Arjuma"@dyo,
        "གཟའ་སྤེན་པ་"@dz,
        "Njumaa"@ebu,
        "fiɖa"@ee,
        "Παρασκευή"@el,
        "Friday"@en,
        "𐐙𐑉𐐴𐐼𐐩"@en-Dsrt,
        "vendredo"@eo,
        "viernes"@es,
        "reede"@et,
        "ostirala"@eu,
        "fúladé"@ewo,
        "جمعه"@fa,
        "mawnde"@ff,
        "perjantaina"@fi,
        "Biyernes"@fil,
        "fríggjadagur"@fo,
        "vendredi"@fr,
        "vinars"@fur,
        "Dé hAoine"@ga,
        "DihAoine"@gd,
        "Venres"@gl,
        "Friitig"@gsw,
        "શુક્રવાર"@gu,
        "Ichuma"@guz,
        "Jeheiney"@gv,
        "Jumma'a"@ha,
        "Poʻalima"@haw,
        "יום שישי"@he,
        "शुक्रवार"@hi,
        "petak"@hr,
        "péntek"@hu,
        "Ուրբաթ"@hy,
        "venerdi"@ia,
        "Jumat"@id,
        "Fraịdee"@ig,
        "ꆏꊂꉬ"@ii,
        "föstudagur"@is,
        "venerdì"@it,
        "金曜日"@ja,
        "Fɛlâyɛdɛ"@jgo,
        "Ijumaa"@jmc,
        "პარასკევი"@ka,
        "Sḍisass"@kab,
        "Wa katano"@kam,
        "Liduva lyannyano na mavili"@kde,
        "sesta-fera"@kea,
        "Aljuma"@khq,
        "Njumaa"@ki,
        "жұма"@kk,
        "vaŋdɛrɛdi"@kkj,
        "tallimanngorneq"@kl,
        "Betutab mut"@kln,
        "សុក្រ"@km,
        "ಶುಕ್ರವಾರ"@kn,
        "शुक्रवार"@knn,
        "금요일"@ko,
        "جُمہ"@ks,
        "Ijumaa"@ksb,
        "júmbá"@ksf,
        "Friidaach"@ksh,
        "De Gwener"@kw,
        "жума"@ky,
        "Ijumáa"@lag,
        "Lwakutaano"@lg,
        "mokɔlɔ ya mítáno"@ln,
        "ວັນສຸກ"@lo,
        "penktadienis"@lt,
        "Ngòvya"@lu,
        "Tich Abich"@luo,
        "Murwa wa Katano"@luy,
        "piektdiena"@lv,
        "Jumáa"@mas,
        "Wetano"@mer,
        "vandredi"@mfe,
        "Zoma"@mg,
        "Ijumaa"@mgh,
        "Aneg 6"@mgo,
        "петок"@mk,
        "വെള്ളിയാഴ്ച"@ml,
        "शुक्रवार"@mr,
        "Il-Ġimgħa"@mt,
        "Comgaisuu"@mua,
        "သောကြာ"@my,
        "Fraitaxtsees"@naq,
        "fredag"@nb,
        "Sihlanu"@nd,
        "शुक्रबार"@ne,
        "शुक्रवार"@ne,
        "vrijdag"@nl,
        "mabágá má sukul"@nmg,
        "fredag"@nn,
        "mvfò màga lyɛ̌ʼ"@nnh,
        "ngoLesihlanu"@nr,
        "Labohlano"@nso,
        "Dhieec lätni"@nus,
        "Orwakataano"@nyn,
        "Jimaata"@om,
        "ଶୁକ୍ରବାର"@or,
        "майрӕмбон"@os,
        "ਸ਼ੁੱਕਰਵਾਰ"@pa,
        "جمعہ"@pa-Arab,
        "piątek"@pl,
        "جمعه"@ps,
        "Sexta-feira"@pt,
        "sexta-feira"@pt,
        "venderdi"@rm,
        "Ku wa gatanu"@rn,
        "vineri"@ro,
        "Ijumaa"@rof,
        "пятница"@ru,
        "Kuwa gatanu"@rw,
        "Ijumaa"@rwk,
        "Бээтиҥсэ"@sah,
        "Mderot ee sapa"@saq,
        "Ijumaa"@sbp,
        "bearjadahke"@se,
        "bearjadat"@se,
        "Chishanu"@seh,
        "Alzuma"@ses,
        "Lâpôsö"@sg,
        "ⵙⵉⵎⵡⴰⵙ"@shi,
        "asimwas"@shi-Latn,
        "සිකුරාදා"@si,
        "piatok"@sk,
        "petek"@sl,
        "Chishanu"@sn,
        "Jimco"@so,
        "e premte"@sq,
        "петак"@sr,
        "petak"@sr-Latn,
        "Lesihlanu"@ss,
        "Jumqata"@ssy,
        "Labohlane"@st,
        "fredag"@sv,
        "siku ya tanu"@swc,
        "Ijumaa"@swh,
        "வெள்ளி"@ta,
        "శుక్రవారం"@te,
        "Nakakany"@teo,
        "Ҷумъа"@tg,
        "วันศุกร์"@th,
        "ዓርቢ"@ti,
        "ጅምዓት"@tig,
        "Labotlhano"@tn,
        "Falaite"@to,
        "Cuma"@tr,
        "Ravuntlhanu"@ts,
        "Alzuma"@twq,
        "Asimwas"@tzm,
        "Пʼятниця"@uk,
        "جمعہ"@ur,
        "жума"@uzn,
        "جمعه"@uzn-Arab,
        "cuma"@uzn-Latn,
        "ꕉꔤꕀꕮ"@vai,
        "aijima"@vai-Latn,
        "Ḽavhuṱanu"@ve,
        "Thứ sáu"@vi,
        "fridel"@vo,
        "Ijumaa"@vun,
        "Fritag"@wae,
        "አርባ"@wal,
        "Lwesihlanu"@xh,
        "Olokutaanu"@xog,
        "feléte"@yav,
        "Ọjọ́ Ẹtì"@yo,
        "Jumaat"@zsm,
        "Lwesihlanu"@zu ;
    lvont:label <http://lexvo.org/id/term/aar/Gumqata>,
        <http://lexvo.org/id/term/afr/Vrydag>,
        <http://lexvo.org/id/term/agq/tsu%CA%94ugh%C9%A8%CC%82m>,
        <http://lexvo.org/id/term/aka/Fida>,
        <http://lexvo.org/id/term/amh/%E1%8B%93%E1%88%AD%E1%89%A5>,
        <http://lexvo.org/id/term/ara/%D8%A7%D9%84%D8%AC%D9%85%D8%B9%D8%A9>,
        <http://lexvo.org/id/term/asa/Ijumaa>,
        <http://lexvo.org/id/term/asm/%E0%A6%B6%E0%A7%81%E0%A6%95%E0%A7%8D%E0%A7%B0%E0%A6%AC%E0%A6%BE%E0%A7%B0>,
        <http://lexvo.org/id/term/ast/vienres>,
        <http://lexvo.org/id/term/aze-Cyrl/%D2%B9%D2%AF%D0%BC%D3%99>,
        <http://lexvo.org/id/term/aze/c%C3%BCm%C9%99>,
        <http://lexvo.org/id/term/bam/juma>,
        <http://lexvo.org/id/term/bas/%C5%8Bgw%C3%A0%20k%C9%94%C9%94>,
        <http://lexvo.org/id/term/bel/%D0%BF%D1%8F%D1%82%D0%BD%D1%96%D1%86%D0%B0>,
        <http://lexvo.org/id/term/bem/Palichisano>,
        <http://lexvo.org/id/term/ben/%E0%A6%B6%E0%A7%81%E0%A6%95%E0%A7%8D%E0%A6%B0%E0%A6%AC%E0%A6%BE%E0%A6%B0>,
        <http://lexvo.org/id/term/bez/pa%20hihanu>,
        <http://lexvo.org/id/term/bod/%E0%BD%82%E0%BD%9F%E0%BD%A0%E0%BC%8B%E0%BD%A6%E0%BD%84%E0%BD%A6%E0%BC%8B>,
        <http://lexvo.org/id/term/bos-Cyrl/%D0%BF%D0%B5%D1%82%D0%B0%D0%BA>,
        <http://lexvo.org/id/term/bos/petak>,
        <http://lexvo.org/id/term/bre/Gwener>,
        <http://lexvo.org/id/term/brx/%E0%A4%B8%E0%A5%81%E0%A4%96%E0%A5%81%E0%A4%B0%E0%A4%AC%E0%A4%BE%E0%A4%B0>,
        <http://lexvo.org/id/term/bul/%D0%BF%D0%B5%D1%82%D1%8A%D0%BA>,
        <http://lexvo.org/id/term/byn/%E1%8A%A3%E1%88%AD%E1%89%A5>,
        <http://lexvo.org/id/term/cat/divendres>,
        <http://lexvo.org/id/term/ces/p%C3%A1tek>,
        <http://lexvo.org/id/term/cgg/Orwakataano>,
        <http://lexvo.org/id/term/chr/%E1%8F%A7%E1%8E%BE%E1%8E%A9%E1%8E%B6%E1%8F%8D%E1%8F%97>,
        <http://lexvo.org/id/term/cmn-Hant/%E6%98%9F%E6%9C%9F%E4%BA%94>,
        <http://lexvo.org/id/term/cmn/%E6%98%9F%E6%9C%9F%E4%BA%94>,
        <http://lexvo.org/id/term/cor/De%20Gwener>,
        <http://lexvo.org/id/term/cym/Dydd%20Gwener>,
        <http://lexvo.org/id/term/dan/fredag>,
        <http://lexvo.org/id/term/dav/Kuramuka%20kasanu>,
        <http://lexvo.org/id/term/deu/Freitag>,
        <http://lexvo.org/id/term/dje/Alzuma>,
        <http://lexvo.org/id/term/dua/%C9%97%C3%B3n%C9%9Bs%C3%BA>,
        <http://lexvo.org/id/term/dyo/Arjuma>,
        <http://lexvo.org/id/term/dzo/%E0%BD%82%E0%BD%9F%E0%BD%A0%E0%BC%8B%E0%BD%A6%E0%BE%A4%E0%BD%BA%E0%BD%93%E0%BC%8B%E0%BD%94%E0%BC%8B>,
        <http://lexvo.org/id/term/ebu/Njumaa>,
        <http://lexvo.org/id/term/ell/%CE%A0%CE%B1%CF%81%CE%B1%CF%83%CE%BA%CE%B5%CF%85%CE%AE>,
        <http://lexvo.org/id/term/eng-Dsrt/%F0%90%90%99%F0%90%91%89%F0%90%90%B4%F0%90%90%BC%F0%90%90%A9>,
        <http://lexvo.org/id/term/eng/Friday>,
        <http://lexvo.org/id/term/epo/vendredo>,
        <http://lexvo.org/id/term/est/reede>,
        <http://lexvo.org/id/term/eus/ostirala>,
        <http://lexvo.org/id/term/ewe/fi%C9%96a>,
        <http://lexvo.org/id/term/ewo/f%C3%BAlad%C3%A9>,
        <http://lexvo.org/id/term/fao/fr%C3%ADggjadagur>,
        <http://lexvo.org/id/term/fas/%D8%AC%D9%85%D8%B9%D9%87>,
        <http://lexvo.org/id/term/fil/Biyernes>,
        <http://lexvo.org/id/term/fin/perjantaina>,
        <http://lexvo.org/id/term/fra/vendredi>,
        <http://lexvo.org/id/term/ful/mawnde>,
        <http://lexvo.org/id/term/fur/vinars>,
        <http://lexvo.org/id/term/gla/DihAoine>,
        <http://lexvo.org/id/term/gle/D%C3%A9%20hAoine>,
        <http://lexvo.org/id/term/glg/Venres>,
        <http://lexvo.org/id/term/glv/Jeheiney>,
        <http://lexvo.org/id/term/gsw/Friitig>,
        <http://lexvo.org/id/term/guj/%E0%AA%B6%E0%AB%81%E0%AA%95%E0%AB%8D%E0%AA%B0%E0%AA%B5%E0%AA%BE%E0%AA%B0>,
        <http://lexvo.org/id/term/guz/Ichuma>,
        <http://lexvo.org/id/term/hau/Jumma'a>,
        <http://lexvo.org/id/term/haw/Po%CA%BBalima>,
        <http://lexvo.org/id/term/heb/%D7%99%D7%95%D7%9D%20%D7%A9%D7%99%D7%A9%D7%99>,
        <http://lexvo.org/id/term/hin/%E0%A4%B6%E0%A5%81%E0%A4%95%E0%A5%8D%E0%A4%B0%E0%A4%B5%E0%A4%BE%E0%A4%B0>,
        <http://lexvo.org/id/term/hrv/petak>,
        <http://lexvo.org/id/term/hun/p%C3%A9ntek>,
        <http://lexvo.org/id/term/hye/%D5%88%D6%82%D6%80%D5%A2%D5%A1%D5%A9>,
        <http://lexvo.org/id/term/ibo/Fra%E1%BB%8Bdee>,
        <http://lexvo.org/id/term/iii/%EA%86%8F%EA%8A%82%EA%89%AC>,
        <http://lexvo.org/id/term/ina/venerdi>,
        <http://lexvo.org/id/term/ind/Jumat>,
        <http://lexvo.org/id/term/isl/f%C3%B6studagur>,
        <http://lexvo.org/id/term/ita/venerd%C3%AC>,
        <http://lexvo.org/id/term/jgo/F%C9%9Bl%C3%A2y%C9%9Bd%C9%9B>,
        <http://lexvo.org/id/term/jmc/Ijumaa>,
        <http://lexvo.org/id/term/jpn/%E9%87%91%E6%9B%9C%E6%97%A5>,
        <http://lexvo.org/id/term/kab/S%E1%B8%8Disass>,
        <http://lexvo.org/id/term/kal/tallimanngorneq>,
        <http://lexvo.org/id/term/kam/Wa%20katano>,
        <http://lexvo.org/id/term/kan/%E0%B2%B6%E0%B3%81%E0%B2%95%E0%B3%8D%E0%B2%B0%E0%B2%B5%E0%B2%BE%E0%B2%B0>,
        <http://lexvo.org/id/term/kas/%D8%AC%D9%8F%D9%85%DB%81>,
        <http://lexvo.org/id/term/kat/%E1%83%9E%E1%83%90%E1%83%A0%E1%83%90%E1%83%A1%E1%83%99%E1%83%94%E1%83%95%E1%83%98>,
        <http://lexvo.org/id/term/kaz/%D0%B6%D2%B1%D0%BC%D0%B0>,
        <http://lexvo.org/id/term/kde/Liduva%20lyannyano%20na%20mavili>,
        <http://lexvo.org/id/term/kea/sesta-fera>,
        <http://lexvo.org/id/term/khm/%E1%9E%9F%E1%9E%BB%E1%9E%80%E1%9F%92%E1%9E%9A>,
        <http://lexvo.org/id/term/khq/Aljuma>,
        <http://lexvo.org/id/term/kik/Njumaa>,
        <http://lexvo.org/id/term/kin/Kuwa%20gatanu>,
        <http://lexvo.org/id/term/kir/%D0%B6%D1%83%D0%BC%D0%B0>,
        <http://lexvo.org/id/term/kkj/va%C5%8Bd%C9%9Br%C9%9Bdi>,
        <http://lexvo.org/id/term/kln/Betutab%20mut>,
        <http://lexvo.org/id/term/knn/%E0%A4%B6%E0%A5%81%E0%A4%95%E0%A5%8D%E0%A4%B0%E0%A4%B5%E0%A4%BE%E0%A4%B0>,
        <http://lexvo.org/id/term/kor/%EA%B8%88%EC%9A%94%EC%9D%BC>,
        <http://lexvo.org/id/term/ksb/Ijumaa>,
        <http://lexvo.org/id/term/ksf/j%C3%BAmb%C3%A1>,
        <http://lexvo.org/id/term/ksh/Friidaach>,
        <http://lexvo.org/id/term/lag/Ijum%C3%A1a>,
        <http://lexvo.org/id/term/lao/%E0%BA%A7%E0%BA%B1%E0%BA%99%E0%BA%AA%E0%BA%B8%E0%BA%81>,
        <http://lexvo.org/id/term/lav/piektdiena>,
        <http://lexvo.org/id/term/lin/mok%C9%94l%C9%94%20ya%20m%C3%ADt%C3%A1no>,
        <http://lexvo.org/id/term/lit/penktadienis>,
        <http://lexvo.org/id/term/lub/Ng%C3%B2vya>,
        <http://lexvo.org/id/term/lug/Lwakutaano>,
        <http://lexvo.org/id/term/luo/Tich%20Abich>,
        <http://lexvo.org/id/term/luy/Murwa%20wa%20Katano>,
        <http://lexvo.org/id/term/mal/%E0%B4%B5%E0%B5%86%E0%B4%B3%E0%B5%8D%E0%B4%B3%E0%B4%BF%E0%B4%AF%E0%B4%BE%E0%B4%B4%E0%B5%8D%E0%B4%9A>,
        <http://lexvo.org/id/term/mar/%E0%A4%B6%E0%A5%81%E0%A4%95%E0%A5%8D%E0%A4%B0%E0%A4%B5%E0%A4%BE%E0%A4%B0>,
        <http://lexvo.org/id/term/mas/Jum%C3%A1a>,
        <http://lexvo.org/id/term/mer/Wetano>,
        <http://lexvo.org/id/term/mfe/vandredi>,
        <http://lexvo.org/id/term/mgh/Ijumaa>,
        <http://lexvo.org/id/term/mgo/Aneg%206>,
        <http://lexvo.org/id/term/mkd/%D0%BF%D0%B5%D1%82%D0%BE%D0%BA>,
        <http://lexvo.org/id/term/mlg/Zoma>,
        <http://lexvo.org/id/term/mlt/Il-%C4%A0img%C4%A7a>,
        <http://lexvo.org/id/term/mua/Comgaisuu>,
        <http://lexvo.org/id/term/mya/%E1%80%9E%E1%80%B1%E1%80%AC%E1%80%80%E1%80%BC%E1%80%AC>,
        <http://lexvo.org/id/term/naq/Fraitaxtsees>,
        <http://lexvo.org/id/term/nbl/ngoLesihlanu>,
        <http://lexvo.org/id/term/nde/Sihlanu>,
        <http://lexvo.org/id/term/nep/%E0%A4%B6%E0%A5%81%E0%A4%95%E0%A5%8D%E0%A4%B0%E0%A4%AC%E0%A4%BE%E0%A4%B0>,
        <http://lexvo.org/id/term/nep/%E0%A4%B6%E0%A5%81%E0%A4%95%E0%A5%8D%E0%A4%B0%E0%A4%B5%E0%A4%BE%E0%A4%B0>,
        <http://lexvo.org/id/term/nld/vrijdag>,
        <http://lexvo.org/id/term/nmg/mab%C3%A1g%C3%A1%20m%C3%A1%20sukul>,
        <http://lexvo.org/id/term/nnh/mvf%C3%B2%20m%C3%A0ga%20ly%C9%9B%CC%8C%CA%BC>,
        <http://lexvo.org/id/term/nno/fredag>,
        <http://lexvo.org/id/term/nob/fredag>,
        <http://lexvo.org/id/term/nso/Labohlano>,
        <http://lexvo.org/id/term/nus/Dhieec%20l%C3%A4tni>,
        <http://lexvo.org/id/term/nyn/Orwakataano>,
        <http://lexvo.org/id/term/ori/%E0%AC%B6%E0%AD%81%E0%AC%95%E0%AD%8D%E0%AC%B0%E0%AC%AC%E0%AC%BE%E0%AC%B0>,
        <http://lexvo.org/id/term/orm/Jimaata>,
        <http://lexvo.org/id/term/oss/%D0%BC%D0%B0%D0%B9%D1%80%D3%95%D0%BC%D0%B1%D0%BE%D0%BD>,
        <http://lexvo.org/id/term/pan-Arab/%D8%AC%D9%85%D8%B9%DB%81>,
        <http://lexvo.org/id/term/pan/%E0%A8%B8%E0%A8%BC%E0%A9%81%E0%A9%B1%E0%A8%95%E0%A8%B0%E0%A8%B5%E0%A8%BE%E0%A8%B0>,
        <http://lexvo.org/id/term/pol/pi%C4%85tek>,
        <http://lexvo.org/id/term/por/Sexta-feira>,
        <http://lexvo.org/id/term/por/sexta-feira>,
        <http://lexvo.org/id/term/pus/%D8%AC%D9%85%D8%B9%D9%87>,
        <http://lexvo.org/id/term/rof/Ijumaa>,
        <http://lexvo.org/id/term/roh/venderdi>,
        <http://lexvo.org/id/term/ron/vineri>,
        <http://lexvo.org/id/term/run/Ku%20wa%20gatanu>,
        <http://lexvo.org/id/term/rus/%D0%BF%D1%8F%D1%82%D0%BD%D0%B8%D1%86%D0%B0>,
        <http://lexvo.org/id/term/rwk/Ijumaa>,
        <http://lexvo.org/id/term/sag/L%C3%A2p%C3%B4s%C3%B6>,
        <http://lexvo.org/id/term/sah/%D0%91%D1%8D%D1%8D%D1%82%D0%B8%D2%A5%D1%81%D1%8D>,
        <http://lexvo.org/id/term/saq/Mderot%20ee%20sapa>,
        <http://lexvo.org/id/term/sbp/Ijumaa>,
        <http://lexvo.org/id/term/seh/Chishanu>,
        <http://lexvo.org/id/term/ses/Alzuma>,
        <http://lexvo.org/id/term/shi-Latn/asimwas>,
        <http://lexvo.org/id/term/shi/%E2%B5%99%E2%B5%89%E2%B5%8E%E2%B5%A1%E2%B4%B0%E2%B5%99>,
        <http://lexvo.org/id/term/sin/%E0%B7%83%E0%B7%92%E0%B6%9A%E0%B7%94%E0%B6%BB%E0%B7%8F%E0%B6%AF%E0%B7%8F>,
        <http://lexvo.org/id/term/slk/piatok>,
        <http://lexvo.org/id/term/slv/petek>,
        <http://lexvo.org/id/term/sme/bearjadahke>,
        <http://lexvo.org/id/term/sme/bearjadat>,
        <http://lexvo.org/id/term/sna/Chishanu>,
        <http://lexvo.org/id/term/som/Jimco>,
        <http://lexvo.org/id/term/sot/Labohlane>,
        <http://lexvo.org/id/term/spa/viernes>,
        <http://lexvo.org/id/term/sqi/e%20premte>,
        <http://lexvo.org/id/term/srp-Latn/petak>,
        <http://lexvo.org/id/term/srp/%D0%BF%D0%B5%D1%82%D0%B0%D0%BA>,
        <http://lexvo.org/id/term/ssw/Lesihlanu>,
        <http://lexvo.org/id/term/ssy/Jumqata>,
        <http://lexvo.org/id/term/swc/siku%20ya%20tanu>,
        <http://lexvo.org/id/term/swe/fredag>,
        <http://lexvo.org/id/term/swh/Ijumaa>,
        <http://lexvo.org/id/term/tam/%E0%AE%B5%E0%AF%86%E0%AE%B3%E0%AF%8D%E0%AE%B3%E0%AE%BF>,
        <http://lexvo.org/id/term/tel/%E0%B0%B6%E0%B1%81%E0%B0%95%E0%B1%8D%E0%B0%B0%E0%B0%B5%E0%B0%BE%E0%B0%B0%E0%B0%82>,
        <http://lexvo.org/id/term/teo/Nakakany>,
        <http://lexvo.org/id/term/tgk/%D2%B6%D1%83%D0%BC%D1%8A%D0%B0>,
        <http://lexvo.org/id/term/tha/%E0%B8%A7%E0%B8%B1%E0%B8%99%E0%B8%A8%E0%B8%B8%E0%B8%81%E0%B8%A3%E0%B9%8C>,
        <http://lexvo.org/id/term/tig/%E1%8C%85%E1%88%9D%E1%8B%93%E1%89%B5>,
        <http://lexvo.org/id/term/tir/%E1%8B%93%E1%88%AD%E1%89%A2>,
        <http://lexvo.org/id/term/ton/Falaite>,
        <http://lexvo.org/id/term/tsn/Labotlhano>,
        <http://lexvo.org/id/term/tso/Ravuntlhanu>,
        <http://lexvo.org/id/term/tur/Cuma>,
        <http://lexvo.org/id/term/twq/Alzuma>,
        <http://lexvo.org/id/term/tzm/Asimwas>,
        <http://lexvo.org/id/term/ukr/%D0%9F%CA%BC%D1%8F%D1%82%D0%BD%D0%B8%D1%86%D1%8F>,
        <http://lexvo.org/id/term/urd/%D8%AC%D9%85%D8%B9%DB%81>,
        <http://lexvo.org/id/term/uzn-Arab/%D8%AC%D9%85%D8%B9%D9%87>,
        <http://lexvo.org/id/term/uzn-Latn/cuma>,
        <http://lexvo.org/id/term/uzn/%D0%B6%D1%83%D0%BC%D0%B0>,
        <http://lexvo.org/id/term/vai-Latn/aijima>,
        <http://lexvo.org/id/term/vai/%EA%95%89%EA%94%A4%EA%95%80%EA%95%AE>,
        <http://lexvo.org/id/term/ven/%E1%B8%BCavhu%E1%B9%B1anu>,
        <http://lexvo.org/id/term/vie/Th%E1%BB%A9%20s%C3%A1u>,
        <http://lexvo.org/id/term/vol/fridel>,
        <http://lexvo.org/id/term/vun/Ijumaa>,
        <http://lexvo.org/id/term/wae/Fritag>,
        <http://lexvo.org/id/term/wal/%E1%8A%A0%E1%88%AD%E1%89%A3>,
        <http://lexvo.org/id/term/xho/Lwesihlanu>,
        <http://lexvo.org/id/term/xog/Olokutaanu>,
        <http://lexvo.org/id/term/yav/fel%C3%A9te>,
        <http://lexvo.org/id/term/yor/%E1%BB%8Cj%E1%BB%8D%CC%81%20%E1%BA%B8t%C3%AC>,
        <http://lexvo.org/id/term/zsm/Jumaat>,
        <http://lexvo.org/id/term/zul/Lwesihlanu> .

<http://lexvo.org/id/wordnet/30/noun/january_1_28_00> rdfs:label "Qunxa Garablu"@aa,
        "Januarie"@af,
        "ndzɔ̀ŋɔ̀nùm"@agq,
        "Sanda-Ɔpɛpɔn"@ak,
        "ጃንዩወሪ"@am,
        "جانفي"@ar,
        "كانون الثاني"@ar,
        "يناير"@ar,
        "জানুৱাৰী"@as,
        "Januari"@asa,
        "de xineru"@ast,
        "Yanvar"@az,
        "јанвар"@az-Cyrl,
        "Kɔndɔŋ"@bas,
        "студзень"@be,
        "Januari"@bem,
        "pa mwedzi gwa hutala"@bez,
        "януари"@bg,
        "zanwuye"@bm,
        "জানুয়ারী"@bn,
        "ཟླ་བ་དང་པོ་"@bo,
        "Genver"@br,
        "जानुवारी"@brx,
        "januar"@bs,
        "јануар"@bs-Cyrl,
        "ልደትሪ"@byn,
        "de gener"@ca,
        "Okwokubanza"@cgg,
        "ᎤᏃᎸᏔᏅ"@chr,
        "一月"@cmn,
        "1月"@cmn-Hant,
        "ledna"@cs,
        "Ionawr"@cy,
        "januar"@da,
        "Mori ghwa imbiri"@dav,
        "Januar"@de,
        "Jänner"@de,
        "Žanwiye"@dje,
        "dimɔ́di"@dua,
        "Sanvie"@dyo,
        "ཟླ་དངཔ་"@dz,
        "Mweri wa mbere"@ebu,
        "dzove"@ee,
        "Ιανουαρίου"@el,
        "January"@en,
        "𐐖𐐰𐑌𐐷𐐭𐐯𐑉𐐨"@en-Dsrt,
        "januaro"@eo,
        "enero"@es,
        "jaanuar"@et,
        "urtarrila"@eu,
        "ngɔn osú"@ewo,
        "جنوری"@fa,
        "ژانویهٔ"@fa,
        "siilo"@ff,
        "tammikuuta"@fi,
        "Enero"@fil,
        "januar"@fo,
        "janvier"@fr,
        "Zenâr"@fur,
        "Eanáir"@ga,
        "Am Faoilleach"@gd,
        "Xaneiro"@gl,
        "Januar"@gsw,
        "જાન્યુઆરી"@gu,
        "Chanuari"@guz,
        "Jerrey-geuree"@gv,
        "Janairu"@ha,
        "Ianuali"@haw,
        "ינואר"@he,
        "जनवरी"@hi,
        "siječnja"@hr,
        "január"@hu,
        "Հունվար"@hy,
        "januario"@ia,
        "Januari"@id,
        "Jenụwarị"@ig,
        "ꋍꆪ"@ii,
        "janúar"@is,
        "gennaio"@it,
        "1月"@ja,
        "Nduŋmbi Saŋ"@jgo,
        "Januari"@jmc,
        "იანვარი"@ka,
        "Yennayer"@kab,
        "Mwai wa mbee"@kam,
        "Mwedi Ntandi"@kde,
        "Janeru"@kea,
        "Žanwiye"@khq,
        "Njenuarĩ"@ki,
        "қаңтар"@kk,
        "pamba"@kkj,
        "januari"@kl,
        "Mulgul"@kln,
        "មករា"@km,
        "ಜನವರೀ"@kn,
        "जानेवारी"@knn,
        "1월"@ko,
        "جنؤری"@ks,
        "Januali"@ksb,
        "ŋwíí a ntɔ́ntɔ"@ksf,
        "Jannewa"@ksh,
        "Mys Genver"@kw,
        "январь"@ky,
        "Kʉfúngatɨ"@lag,
        "Janwaliyo"@lg,
        "sánzá ya yambo"@ln,
        "ມັງກອນ"@lo,
        "sausis"@lt,
        "Ciongo"@lu,
        "Dwe mar Achiel"@luo,
        "Januari"@luy,
        "janvāris"@lv,
        "Oladalʉ́"@mas,
        "Januarĩ"@mer,
        "zanvie"@mfe,
        "Janoary"@mg,
        "Mweri wo kwanza"@mgh,
        "iməg mbegtug"@mgo,
        "јануари"@mk,
        "ജനുവരി"@ml,
        "जानेवारी"@mr,
        "Jannar"@mt,
        "Fĩi Loo"@mua,
        "ဇန်နဝါရီ"@my,
        "ǃKhanni"@naq,
        "januar"@nb,
        "Zibandlela"@nd,
        "जनवरी"@ne,
        "januari"@nl,
        "ngwɛn matáhra"@nmg,
        "januar"@nn,
        "saŋ tsetsɛ̀ɛ lùm"@nnh,
        "Janabari"@nr,
        "Janaware"@nso,
        "Tiop thar pɛt"@nus,
        "Okwokubanza"@nyn,
        "Amajjii"@om,
        "ଜାନୁଆରୀ"@or,
        "январы"@os,
        "ਜਨਵਰੀ"@pa,
        "جنوری"@pa-Arab,
        "stycznia"@pl,
        "جنوري"@ps,
        "Janeiro"@pt,
        "janeiro"@pt,
        "schaner"@rm,
        "Nzero"@rn,
        "ianuarie"@ro,
        "Mweri wa kwanza"@rof,
        "января"@ru,
        "Mutarama"@rw,
        "Januari"@rwk,
        "Тохсунньу"@sah,
        "Lapa le obo"@saq,
        "Mupalangulwa"@sbp,
        "ođđajagemánnu"@se,
        "Janeiro"@seh,
        "Žanwiye"@ses,
        "Nyenye"@sg,
        "ⵉⵏⵏⴰⵢⵔ"@shi,
        "innayr"@shi-Latn,
        "ජනවාරි"@si,
        "január"@sk,
        "januar"@sl,
        "Ndira"@sn,
        "Bisha Koobaad"@so,
        "janar"@sq,
        "јануар"@sr,
        "januar"@sr-Latn,
        "Bhimbidvwane"@ss,
        "Qunxa Garablu"@ssy,
        "Phesekgong"@st,
        "januari"@sv,
        "mwezi ya kwanja"@swc,
        "Januari"@swh,
        "ஜனவரி"@ta,
        "జనవరి"@te,
        "Orara"@teo,
        "Январ"@tg,
        "มกราคม"@th,
        "ጃንዩወሪ"@ti,
        "ጥሪ"@ti,
        "ጃንዩወሪ"@tig,
        "Ferikgong"@tn,
        "Sānuali"@to,
        "Ocak"@tr,
        "Sunguti"@ts,
        "Žanwiye"@twq,
        "Yennayer"@tzm,
        "січня"@uk,
        "جنوری"@ur,
        "Январ"@uzn,
        "جنوری"@uzn-Arab,
        "Yanvar"@uzn-Latn,
        "ꖨꕪꖃ ꔞꕮ"@vai,
        "luukao kemã"@vai-Latn,
        "Phando"@ve,
        "tháng một"@vi,
        "janul"@vo,
        "Januari"@vun,
        "Jenner"@wae,
        "ጃንዩወሪ"@wal,
        "Janyuwari"@xh,
        "Janwaliyo"@xog,
        "pikítíkítie, oólí ú kutúan"@yav,
        "Oṣù Ṣẹ́rẹ́"@yo,
        "Januari"@zsm,
        "Januwari"@zu ;
    lvont:label <http://lexvo.org/id/term/aar/Qunxa%20Garablu>,
        <http://lexvo.org/id/term/afr/Januarie>,
        <http://lexvo.org/id/term/agq/ndz%C9%94%CC%80%C5%8B%C9%94%CC%80n%C3%B9m>,
        <http://lexvo.org/id/term/aka/Sanda-%C6%86p%C9%9Bp%C9%94n>,
        <http://lexvo.org/id/term/amh/%E1%8C%83%E1%8A%95%E1%8B%A9%E1%8B%88%E1%88%AA>,
        <http://lexvo.org/id/term/ara/%D8%AC%D8%A7%D9%86%D9%81%D9%8A>,
        <http://lexvo.org/id/term/ara/%D9%83%D8%A7%D9%86%D9%88%D9%86%20%D8%A7%D9%84%D8%AB%D8%A7%D9%86%D9%8A>,
        <http://lexvo.org/id/term/ara/%D9%8A%D9%86%D8%A7%D9%8A%D8%B1>,
        <http://lexvo.org/id/term/asa/Januari>,
        <http://lexvo.org/id/term/asm/%E0%A6%9C%E0%A6%BE%E0%A6%A8%E0%A7%81%E0%A7%B1%E0%A6%BE%E0%A7%B0%E0%A7%80>,
        <http://lexvo.org/id/term/ast/de%20xineru>,
        <http://lexvo.org/id/term/aze-Cyrl/%D1%98%D0%B0%D0%BD%D0%B2%D0%B0%D1%80>,
        <http://lexvo.org/id/term/aze/Yanvar>,
        <http://lexvo.org/id/term/bam/zanwuye>,
        <http://lexvo.org/id/term/bas/K%C9%94nd%C9%94%C5%8B>,
        <http://lexvo.org/id/term/bel/%D1%81%D1%82%D1%83%D0%B4%D0%B7%D0%B5%D0%BD%D1%8C>,
        <http://lexvo.org/id/term/bem/Januari>,
        <http://lexvo.org/id/term/ben/%E0%A6%9C%E0%A6%BE%E0%A6%A8%E0%A7%81%E0%A6%AF%E0%A6%BC%E0%A6%BE%E0%A6%B0%E0%A7%80>,
        <http://lexvo.org/id/term/bez/pa%20mwedzi%20gwa%20hutala>,
        <http://lexvo.org/id/term/bod/%E0%BD%9F%E0%BE%B3%E0%BC%8B%E0%BD%96%E0%BC%8B%E0%BD%91%E0%BD%84%E0%BC%8B%E0%BD%94%E0%BD%BC%E0%BC%8B>,
        <http://lexvo.org/id/term/bos-Cyrl/%D1%98%D0%B0%D0%BD%D1%83%D0%B0%D1%80>,
        <http://lexvo.org/id/term/bos/januar>,
        <http://lexvo.org/id/term/bre/Genver>,
        <http://lexvo.org/id/term/brx/%E0%A4%9C%E0%A4%BE%E0%A4%A8%E0%A5%81%E0%A4%B5%E0%A4%BE%E0%A4%B0%E0%A5%80>,
        <http://lexvo.org/id/term/bul/%D1%8F%D0%BD%D1%83%D0%B0%D1%80%D0%B8>,
        <http://lexvo.org/id/term/byn/%E1%88%8D%E1%8B%B0%E1%89%B5%E1%88%AA>,
        <http://lexvo.org/id/term/cat/de%20gener>,
        <http://lexvo.org/id/term/ces/ledna>,
        <http://lexvo.org/id/term/cgg/Okwokubanza>,
        <http://lexvo.org/id/term/chr/%E1%8E%A4%E1%8F%83%E1%8E%B8%E1%8F%94%E1%8F%85>,
        <http://lexvo.org/id/term/cmn-Hant/1%E6%9C%88>,
        <http://lexvo.org/id/term/cmn/%E4%B8%80%E6%9C%88>,
        <http://lexvo.org/id/term/cor/Mys%20Genver>,
        <http://lexvo.org/id/term/cym/Ionawr>,
        <http://lexvo.org/id/term/dan/januar>,
        <http://lexvo.org/id/term/dav/Mori%20ghwa%20imbiri>,
        <http://lexvo.org/id/term/deu/J%C3%A4nner>,
        <http://lexvo.org/id/term/deu/Januar>,
        <http://lexvo.org/id/term/dje/%C5%BDanwiye>,
        <http://lexvo.org/id/term/dua/dim%C9%94%CC%81di>,
        <http://lexvo.org/id/term/dyo/Sanvie>,
        <http://lexvo.org/id/term/dzo/%E0%BD%9F%E0%BE%B3%E0%BC%8B%E0%BD%91%E0%BD%84%E0%BD%94%E0%BC%8B>,
        <http://lexvo.org/id/term/ebu/Mweri%20wa%20mbere>,
        <http://lexvo.org/id/term/ell/%CE%99%CE%B1%CE%BD%CE%BF%CF%85%CE%B1%CF%81%CE%AF%CE%BF%CF%85>,
        <http://lexvo.org/id/term/eng-Dsrt/%F0%90%90%96%F0%90%90%B0%F0%90%91%8C%F0%90%90%B7%F0%90%90%AD%F0%90%90%AF%F0%90%91%89%F0%90%90%A8>,
        <http://lexvo.org/id/term/eng/January>,
        <http://lexvo.org/id/term/epo/januaro>,
        <http://lexvo.org/id/term/est/jaanuar>,
        <http://lexvo.org/id/term/eus/urtarrila>,
        <http://lexvo.org/id/term/ewe/dzove>,
        <http://lexvo.org/id/term/ewo/ng%C9%94n%20os%C3%BA>,
        <http://lexvo.org/id/term/fao/januar>,
        <http://lexvo.org/id/term/fas/%D8%AC%D9%86%D9%88%D8%B1%DB%8C>,
        <http://lexvo.org/id/term/fas/%DA%98%D8%A7%D9%86%D9%88%DB%8C%D9%87%D9%94>,
        <http://lexvo.org/id/term/fil/Enero>,
        <http://lexvo.org/id/term/fin/tammikuuta>,
        <http://lexvo.org/id/term/fra/janvier>,
        <http://lexvo.org/id/term/ful/siilo>,
        <http://lexvo.org/id/term/fur/Zen%C3%A2r>,
        <http://lexvo.org/id/term/gla/Am%20Faoilleach>,
        <http://lexvo.org/id/term/gle/Ean%C3%A1ir>,
        <http://lexvo.org/id/term/glg/Xaneiro>,
        <http://lexvo.org/id/term/glv/Jerrey-geuree>,
        <http://lexvo.org/id/term/gsw/Januar>,
        <http://lexvo.org/id/term/guj/%E0%AA%9C%E0%AA%BE%E0%AA%A8%E0%AB%8D%E0%AA%AF%E0%AB%81%E0%AA%86%E0%AA%B0%E0%AB%80>,
        <http://lexvo.org/id/term/guz/Chanuari>,
        <http://lexvo.org/id/term/hau/Janairu>,
        <http://lexvo.org/id/term/haw/Ianuali>,
        <http://lexvo.org/id/term/heb/%D7%99%D7%A0%D7%95%D7%90%D7%A8>,
        <http://lexvo.org/id/term/hin/%E0%A4%9C%E0%A4%A8%E0%A4%B5%E0%A4%B0%E0%A5%80>,
        <http://lexvo.org/id/term/hrv/sije%C4%8Dnja>,
        <http://lexvo.org/id/term/hun/janu%C3%A1r>,
        <http://lexvo.org/id/term/hye/%D5%80%D5%B8%D6%82%D5%B6%D5%BE%D5%A1%D6%80>,
        <http://lexvo.org/id/term/ibo/Jen%E1%BB%A5war%E1%BB%8B>,
        <http://lexvo.org/id/term/iii/%EA%8B%8D%EA%86%AA>,
        <http://lexvo.org/id/term/ina/januario>,
        <http://lexvo.org/id/term/ind/Januari>,
        <http://lexvo.org/id/term/isl/jan%C3%BAar>,
        <http://lexvo.org/id/term/ita/gennaio>,
        <http://lexvo.org/id/term/jgo/Ndu%C5%8Bmbi%20Sa%C5%8B>,
        <http://lexvo.org/id/term/jmc/Januari>,
        <http://lexvo.org/id/term/jpn/1%E6%9C%88>,
        <http://lexvo.org/id/term/kab/Yennayer>,
        <http://lexvo.org/id/term/kal/januari>,
        <http://lexvo.org/id/term/kam/Mwai%20wa%20mbee>,
        <http://lexvo.org/id/term/kan/%E0%B2%9C%E0%B2%A8%E0%B2%B5%E0%B2%B0%E0%B3%80>,
        <http://lexvo.org/id/term/kas/%D8%AC%D9%86%D8%A4%D8%B1%DB%8C>,
        <http://lexvo.org/id/term/kat/%E1%83%98%E1%83%90%E1%83%9C%E1%83%95%E1%83%90%E1%83%A0%E1%83%98>,
        <http://lexvo.org/id/term/kaz/%D2%9B%D0%B0%D2%A3%D1%82%D0%B0%D1%80>,
        <http://lexvo.org/id/term/kde/Mwedi%20Ntandi>,
        <http://lexvo.org/id/term/kea/Janeru>,
        <http://lexvo.org/id/term/khm/%E1%9E%98%E1%9E%80%E1%9E%9A%E1%9E%B6>,
        <http://lexvo.org/id/term/khq/%C5%BDanwiye>,
        <http://lexvo.org/id/term/kik/Njenuar%C4%A9>,
        <http://lexvo.org/id/term/kin/Mutarama>,
        <http://lexvo.org/id/term/kir/%D1%8F%D0%BD%D0%B2%D0%B0%D1%80%D1%8C>,
        <http://lexvo.org/id/term/kkj/pamba>,
        <http://lexvo.org/id/term/kln/Mulgul>,
        <http://lexvo.org/id/term/knn/%E0%A4%9C%E0%A4%BE%E0%A4%A8%E0%A5%87%E0%A4%B5%E0%A4%BE%E0%A4%B0%E0%A5%80>,
        <http://lexvo.org/id/term/kor/1%EC%9B%94>,
        <http://lexvo.org/id/term/ksb/Januali>,
        <http://lexvo.org/id/term/ksf/%C5%8Bw%C3%AD%C3%AD%20a%20nt%C9%94%CC%81nt%C9%94>,
        <http://lexvo.org/id/term/ksh/Jannewa>,
        <http://lexvo.org/id/term/lag/K%CA%89f%C3%BAngat%C9%A8>,
        <http://lexvo.org/id/term/lao/%E0%BA%A1%E0%BA%B1%E0%BA%87%E0%BA%81%E0%BA%AD%E0%BA%99>,
        <http://lexvo.org/id/term/lav/janv%C4%81ris>,
        <http://lexvo.org/id/term/lin/s%C3%A1nz%C3%A1%20ya%20yambo>,
        <http://lexvo.org/id/term/lit/sausis>,
        <http://lexvo.org/id/term/lub/Ciongo>,
        <http://lexvo.org/id/term/lug/Janwaliyo>,
        <http://lexvo.org/id/term/luo/Dwe%20mar%20Achiel>,
        <http://lexvo.org/id/term/luy/Januari>,
        <http://lexvo.org/id/term/mal/%E0%B4%9C%E0%B4%A8%E0%B5%81%E0%B4%B5%E0%B4%B0%E0%B4%BF>,
        <http://lexvo.org/id/term/mar/%E0%A4%9C%E0%A4%BE%E0%A4%A8%E0%A5%87%E0%A4%B5%E0%A4%BE%E0%A4%B0%E0%A5%80>,
        <http://lexvo.org/id/term/mas/Oladal%CA%89%CC%81>,
        <http://lexvo.org/id/term/mer/Januar%C4%A9>,
        <http://lexvo.org/id/term/mfe/zanvie>,
        <http://lexvo.org/id/term/mgh/Mweri%20wo%20kwanza>,
        <http://lexvo.org/id/term/mgo/im%C9%99g%20mbegtug>,
        <http://lexvo.org/id/term/mkd/%D1%98%D0%B0%D0%BD%D1%83%D0%B0%D1%80%D0%B8>,
        <http://lexvo.org/id/term/mlg/Janoary>,
        <http://lexvo.org/id/term/mlt/Jannar>,
        <http://lexvo.org/id/term/mua/F%C4%A9i%20Loo>,
        <http://lexvo.org/id/term/mya/%E1%80%87%E1%80%94%E1%80%BA%E1%80%94%E1%80%9D%E1%80%AB%E1%80%9B%E1%80%AE>,
        <http://lexvo.org/id/term/naq/%C7%83Khanni>,
        <http://lexvo.org/id/term/nbl/Janabari>,
        <http://lexvo.org/id/term/nde/Zibandlela>,
        <http://lexvo.org/id/term/nep/%E0%A4%9C%E0%A4%A8%E0%A4%B5%E0%A4%B0%E0%A5%80>,
        <http://lexvo.org/id/term/nld/januari>,
        <http://lexvo.org/id/term/nmg/ngw%C9%9Bn%20mat%C3%A1hra>,
        <http://lexvo.org/id/term/nnh/sa%C5%8B%20tsets%C9%9B%CC%80%C9%9B%20l%C3%B9m>,
        <http://lexvo.org/id/term/nno/januar>,
        <http://lexvo.org/id/term/nob/januar>,
        <http://lexvo.org/id/term/nso/Janaware>,
        <http://lexvo.org/id/term/nus/Tiop%20thar%20p%C9%9Bt>,
        <http://lexvo.org/id/term/nyn/Okwokubanza>,
        <http://lexvo.org/id/term/ori/%E0%AC%9C%E0%AC%BE%E0%AC%A8%E0%AD%81%E0%AC%86%E0%AC%B0%E0%AD%80>,
        <http://lexvo.org/id/term/orm/Amajjii>,
        <http://lexvo.org/id/term/oss/%D1%8F%D0%BD%D0%B2%D0%B0%D1%80%D1%8B>,
        <http://lexvo.org/id/term/pan-Arab/%D8%AC%D9%86%D9%88%D8%B1%DB%8C>,
        <http://lexvo.org/id/term/pan/%E0%A8%9C%E0%A8%A8%E0%A8%B5%E0%A8%B0%E0%A9%80>,
        <http://lexvo.org/id/term/pol/stycznia>,
        <http://lexvo.org/id/term/por/Janeiro>,
        <http://lexvo.org/id/term/por/janeiro>,
        <http://lexvo.org/id/term/pus/%D8%AC%D9%86%D9%88%D8%B1%D9%8A>,
        <http://lexvo.org/id/term/rof/Mweri%20wa%20kwanza>,
        <http://lexvo.org/id/term/roh/schaner>,
        <http://lexvo.org/id/term/ron/ianuarie>,
        <http://lexvo.org/id/term/run/Nzero>,
        <http://lexvo.org/id/term/rus/%D1%8F%D0%BD%D0%B2%D0%B0%D1%80%D1%8F>,
        <http://lexvo.org/id/term/rwk/Januari>,
        <http://lexvo.org/id/term/sag/Nyenye>,
        <http://lexvo.org/id/term/sah/%D0%A2%D0%BE%D1%85%D1%81%D1%83%D0%BD%D0%BD%D1%8C%D1%83>,
        <http://lexvo.org/id/term/saq/Lapa%20le%20obo>,
        <http://lexvo.org/id/term/sbp/Mupalangulwa>,
        <http://lexvo.org/id/term/seh/Janeiro>,
        <http://lexvo.org/id/term/ses/%C5%BDanwiye>,
        <http://lexvo.org/id/term/shi-Latn/innayr>,
        <http://lexvo.org/id/term/shi/%E2%B5%89%E2%B5%8F%E2%B5%8F%E2%B4%B0%E2%B5%A2%E2%B5%94>,
        <http://lexvo.org/id/term/sin/%E0%B6%A2%E0%B6%B1%E0%B7%80%E0%B7%8F%E0%B6%BB%E0%B7%92>,
        <http://lexvo.org/id/term/slk/janu%C3%A1r>,
        <http://lexvo.org/id/term/slv/januar>,
        <http://lexvo.org/id/term/sme/o%C4%91%C4%91ajagem%C3%A1nnu>,
        <http://lexvo.org/id/term/sna/Ndira>,
        <http://lexvo.org/id/term/som/Bisha%20Koobaad>,
        <http://lexvo.org/id/term/sot/Phesekgong>,
        <http://lexvo.org/id/term/spa/enero>,
        <http://lexvo.org/id/term/sqi/janar>,
        <http://lexvo.org/id/term/srp-Latn/januar>,
        <http://lexvo.org/id/term/srp/%D1%98%D0%B0%D0%BD%D1%83%D0%B0%D1%80>,
        <http://lexvo.org/id/term/ssw/Bhimbidvwane>,
        <http://lexvo.org/id/term/ssy/Qunxa%20Garablu>,
        <http://lexvo.org/id/term/swc/mwezi%20ya%20kwanja>,
        <http://lexvo.org/id/term/swe/januari>,
        <http://lexvo.org/id/term/swh/Januari>,
        <http://lexvo.org/id/term/tam/%E0%AE%9C%E0%AE%A9%E0%AE%B5%E0%AE%B0%E0%AE%BF>,
        <http://lexvo.org/id/term/tel/%E0%B0%9C%E0%B0%A8%E0%B0%B5%E0%B0%B0%E0%B0%BF>,
        <http://lexvo.org/id/term/teo/Orara>,
        <http://lexvo.org/id/term/tgk/%D0%AF%D0%BD%D0%B2%D0%B0%D1%80>,
        <http://lexvo.org/id/term/tha/%E0%B8%A1%E0%B8%81%E0%B8%A3%E0%B8%B2%E0%B8%84%E0%B8%A1>,
        <http://lexvo.org/id/term/tig/%E1%8C%83%E1%8A%95%E1%8B%A9%E1%8B%88%E1%88%AA>,
        <http://lexvo.org/id/term/tir/%E1%8C%83%E1%8A%95%E1%8B%A9%E1%8B%88%E1%88%AA>,
        <http://lexvo.org/id/term/tir/%E1%8C%A5%E1%88%AA>,
        <http://lexvo.org/id/term/ton/S%C4%81nuali>,
        <http://lexvo.org/id/term/tsn/Ferikgong>,
        <http://lexvo.org/id/term/tso/Sunguti>,
        <http://lexvo.org/id/term/tur/Ocak>,
        <http://lexvo.org/id/term/twq/%C5%BDanwiye>,
        <http://lexvo.org/id/term/tzm/Yennayer>,
        <http://lexvo.org/id/term/ukr/%D1%81%D1%96%D1%87%D0%BD%D1%8F>,
        <http://lexvo.org/id/term/urd/%D8%AC%D9%86%D9%88%D8%B1%DB%8C>,
        <http://lexvo.org/id/term/uzn-Arab/%D8%AC%D9%86%D9%88%D8%B1%DB%8C>,
        <http://lexvo.org/id/term/uzn-Latn/Yanvar>,
        <http://lexvo.org/id/term/uzn/%D0%AF%D0%BD%D0%B2%D0%B0%D1%80>,
        <http://lexvo.org/id/term/vai-Latn/luukao%20kem%C3%A3>,
        <http://lexvo.org/id/term/vai/%EA%96%A8%EA%95%AA%EA%96%83%20%EA%94%9E%EA%95%AE>,
        <http://lexvo.org/id/term/ven/Phando>,
        <http://lexvo.org/id/term/vie/th%C3%A1ng%20m%E1%BB%99t>,
        <http://lexvo.org/id/term/vol/janul>,
        <http://lexvo.org/id/term/vun/Januari>,
        <http://lexvo.org/id/term/wae/Jenner>,
        <http://lexvo.org/id/term/wal/%E1%8C%83%E1%8A%95%E1%8B%A9%E1%8B%88%E1%88%AA>,
        <http://lexvo.org/id/term/xho/Janyuwari>,
        <http://lexvo.org/id/term/xog/Janwaliyo>,
        <http://lexvo.org/id/term/yav/pik%C3%ADt%C3%ADk%C3%ADtie%2C%20o%C3%B3l%C3%AD%20%C3%BA%20kut%C3%BAan>,
        <http://lexvo.org/id/term/yor/O%E1%B9%A3%C3%B9%20%E1%B9%A2%E1%BA%B9%CC%81r%E1%BA%B9%CC%81>,
        <http://lexvo.org/id/term/zsm/Januari>,
        <http://lexvo.org/id/term/zul/Januwari> .

<http://lexvo.org/id/wordnet/30/noun/july_1_28_00> rdfs:label "Qado Dirri"@aa,
        "Julie"@af,
        "ndzɔ̀ŋɔ̀dùmlo"@agq,
        "Ayɛwoho-Kitawonsa"@ak,
        "ጁላይ"@am,
        "تموز"@ar,
        "جويلية"@ar,
        "يوليو"@ar,
        "জুলাই"@as,
        "Julai"@asa,
        "de xunetu"@ast,
        "İyul"@az,
        "ијул"@az-Cyrl,
        "Njèbà"@bas,
        "ліпень"@be,
        "Julai"@bem,
        "pa mwedzi gwa saba"@bez,
        "юли"@bg,
        "zuluye"@bm,
        "জুলাই"@bn,
        "ཟླ་བ་བདུན་པ་"@bo,
        "Gouere"@br,
        "जुलाइ"@brx,
        "juli"@bs,
        "јули"@bs-Cyrl,
        "ኰርኩ"@byn,
        "de juliol"@ca,
        "Okwamushanju"@cgg,
        "ᎫᏰᏉᏂ"@chr,
        "七月"@cmn,
        "7月"@cmn-Hant,
        "července"@cs,
        "Gorffennaf"@cy,
        "juli"@da,
        "Mori ghwa mfungade"@dav,
        "Juli"@de,
        "Žuyye"@dje,
        "madiɓɛ́díɓɛ́"@dua,
        "Súuyee"@dyo,
        "ཟླ་བདུན་པ་"@dz,
        "Mweri wa mũgwanja"@ebu,
        "siamlɔm"@ee,
        "Ιουλίου"@el,
        "July"@en,
        "𐐖𐐭𐑊𐐴"@en-Dsrt,
        "julio"@eo,
        "julio"@es,
        "juuli"@et,
        "uztaila"@eu,
        "ngɔn zamgbála"@ewo,
        "جولای"@fa,
        "ژوئیهٔ"@fa,
        "morso"@ff,
        "heinäkuuta"@fi,
        "Hulyo"@fil,
        "juli"@fo,
        "juillet"@fr,
        "Lui"@fur,
        "Iúil"@ga,
        "An t-Iuchar"@gd,
        "Xullo"@gl,
        "Juli"@gsw,
        "જુલાઈ"@gu,
        "Chulai"@guz,
        "Jerrey-souree"@gv,
        "Yuli"@ha,
        "Iulai"@haw,
        "יולי"@he,
        "जुलाई"@hi,
        "srpnja"@hr,
        "július"@hu,
        "Հուլիս"@hy,
        "julio"@ia,
        "Juli"@id,
        "Julaị"@ig,
        "ꏃꆪ"@ii,
        "júlí"@is,
        "luglio"@it,
        "7月"@ja,
        "Pɛsaŋ Saambá"@jgo,
        "Julyai"@jmc,
        "ივლის"@ka,
        "Yulyu"@kab,
        "Mwai wa muonza"@kam,
        "Mwedi wa Nnyano na Mivili"@kde,
        "Julhu"@kea,
        "Žuyye"@khq,
        "Mwere wa mũgwanja"@ki,
        "шілде"@kk,
        "kuŋgwɛ"@kkj,
        "juli"@kl,
        "Roptui"@kln,
        "កក្កដា"@km,
        "ಜುಲೈ"@kn,
        "जुलै"@knn,
        "7월"@ko,
        "جوٗلایی"@ks,
        "Julai"@ksb,
        "ŋwíí akǝ táabɛɛ"@ksf,
        "Juuli"@ksh,
        "Mys Gortheren"@kw,
        "июль"@ky,
        "Kʉmʉʉnchɨ"@lag,
        "Julaayi"@lg,
        "sánzá ya nsambo"@ln,
        "ກໍລະກົດ"@lo,
        "liepa"@lt,
        "Kabàlàshìpù"@lu,
        "Dwe mar Abiriyo"@luo,
        "Julai"@luy,
        "jūlijs"@lv,
        "Mórusásin"@mas,
        "Njuraĩ"@mer,
        "zilye"@mfe,
        "Jolay"@mg,
        "Mweri wo saba"@mgh,
        "iməg àdùmbə̀ŋ"@mgo,
        "јули"@mk,
        "ജൂലൈ"@ml,
        "जुलै"@mr,
        "Lulju"@mt,
        "Mamǝŋgwãalii"@mua,
        "ဇူလိုင်"@my,
        "ǂKhoesaob"@naq,
        "juli"@nb,
        "Ntulikazi"@nd,
        "जुलाई"@ne,
        "juli"@nl,
        "ngwɛn hɛmbuɛrí"@nmg,
        "juli"@nn,
        "saŋ tyɛ̀b tyɛ̀b mbʉ̀"@nnh,
        "Julayi"@nr,
        "Julae"@nso,
        "Pay yie̱tni"@nus,
        "Okwamushanju"@nyn,
        "Adooleessa"@om,
        "ଜୁଲାଇ"@or,
        "июлы"@os,
        "ਜੁਲਾਈ"@pa,
        "جولائی"@pa-Arab,
        "lipca"@pl,
        "جولای"@ps,
        "Julho"@pt,
        "julho"@pt,
        "fanadur"@rm,
        "Mukakaro"@rn,
        "iulie"@ro,
        "Mweri wa saba"@rof,
        "июля"@ru,
        "Nyakanga"@rw,
        "Julyai"@rwk,
        "От ыйын"@sah,
        "Lapa le sapa"@saq,
        "Mushipepo"@sbp,
        "suoidnemánnu"@se,
        "Julho"@seh,
        "Žuyye"@ses,
        "Lengua"@sg,
        "ⵢⵓⵍⵢⵓⵣ"@shi,
        "yulyuz"@shi-Latn,
        "ජූලි"@si,
        "júl"@sk,
        "julij"@sl,
        "Chikunguru"@sn,
        "Bisha Todobaad"@so,
        "korrik"@sq,
        "јул"@sr,
        "јули"@sr-Cyrl,
        "jul"@sr-Latn,
        "Kholwane"@ss,
        "Qado Dirri"@ssy,
        "Phupu"@st,
        "juli"@sv,
        "mwezi ya saba"@swc,
        "Julai"@swh,
        "ஜூலை"@ta,
        "జూలై"@te,
        "Ojola"@teo,
        "Июл"@tg,
        "กรกฎาคม"@th,
        "ሓምለ"@ti,
        "ጁላይ"@ti,
        "ጁላይ"@tig,
        "Phukwi"@tn,
        "Siulai"@to,
        "Temmuz"@tr,
        "Mawuwani"@ts,
        "Žuyye"@twq,
        "Yulyuz"@tzm,
        "липня"@uk,
        "جولائ"@ur,
        "Июл"@uzn,
        "جولای"@uzn-Arab,
        "Iyul"@uzn-Latn,
        "7"@vai,
        "7"@vai-Latn,
        "Fulwana"@ve,
        "tháng bảy"@vi,
        "yulul"@vo,
        "Julyai"@vun,
        "Heiwet"@wae,
        "ጁላይ"@wal,
        "Julayi"@xh,
        "Julaayi"@xog,
        "efute"@yav,
        "Oṣù Agẹmọ"@yo,
        "Julai"@zsm,
        "Julayi"@zu ;
    lvont:label <http://lexvo.org/id/term/aar/Qado%20Dirri>,
        <http://lexvo.org/id/term/afr/Julie>,
        <http://lexvo.org/id/term/agq/ndz%C9%94%CC%80%C5%8B%C9%94%CC%80d%C3%B9mlo>,
        <http://lexvo.org/id/term/aka/Ay%C9%9Bwoho-Kitawonsa>,
        <http://lexvo.org/id/term/amh/%E1%8C%81%E1%88%8B%E1%8B%AD>,
        <http://lexvo.org/id/term/ara/%D8%AA%D9%85%D9%88%D8%B2>,
        <http://lexvo.org/id/term/ara/%D8%AC%D9%88%D9%8A%D9%84%D9%8A%D8%A9>,
        <http://lexvo.org/id/term/ara/%D9%8A%D9%88%D9%84%D9%8A%D9%88>,
        <http://lexvo.org/id/term/asa/Julai>,
        <http://lexvo.org/id/term/asm/%E0%A6%9C%E0%A7%81%E0%A6%B2%E0%A6%BE%E0%A6%87>,
        <http://lexvo.org/id/term/ast/de%20xunetu>,
        <http://lexvo.org/id/term/aze-Cyrl/%D0%B8%D1%98%D1%83%D0%BB>,
        <http://lexvo.org/id/term/aze/%C4%B0yul>,
        <http://lexvo.org/id/term/bam/zuluye>,
        <http://lexvo.org/id/term/bas/Nj%C3%A8b%C3%A0>,
        <http://lexvo.org/id/term/bel/%D0%BB%D1%96%D0%BF%D0%B5%D0%BD%D1%8C>,
        <http://lexvo.org/id/term/bem/Julai>,
        <http://lexvo.org/id/term/ben/%E0%A6%9C%E0%A7%81%E0%A6%B2%E0%A6%BE%E0%A6%87>,
        <http://lexvo.org/id/term/bez/pa%20mwedzi%20gwa%20saba>,
        <http://lexvo.org/id/term/bod/%E0%BD%9F%E0%BE%B3%E0%BC%8B%E0%BD%96%E0%BC%8B%E0%BD%96%E0%BD%91%E0%BD%B4%E0%BD%93%E0%BC%8B%E0%BD%94%E0%BC%8B>,
        <http://lexvo.org/id/term/bos-Cyrl/%D1%98%D1%83%D0%BB%D0%B8>,
        <http://lexvo.org/id/term/bos/juli>,
        <http://lexvo.org/id/term/bre/Gouere>,
        <http://lexvo.org/id/term/brx/%E0%A4%9C%E0%A5%81%E0%A4%B2%E0%A4%BE%E0%A4%87>,
        <http://lexvo.org/id/term/bul/%D1%8E%D0%BB%D0%B8>,
        <http://lexvo.org/id/term/byn/%E1%8A%B0%E1%88%AD%E1%8A%A9>,
        <http://lexvo.org/id/term/cat/de%20juliol>,
        <http://lexvo.org/id/term/ces/%C4%8Dervence>,
        <http://lexvo.org/id/term/cgg/Okwamushanju>,
        <http://lexvo.org/id/term/chr/%E1%8E%AB%E1%8F%B0%E1%8F%89%E1%8F%82>,
        <http://lexvo.org/id/term/cmn-Hant/7%E6%9C%88>,
        <http://lexvo.org/id/term/cmn/%E4%B8%83%E6%9C%88>,
        <http://lexvo.org/id/term/cor/Mys%20Gortheren>,
        <http://lexvo.org/id/term/cym/Gorffennaf>,
        <http://lexvo.org/id/term/dan/juli>,
        <http://lexvo.org/id/term/dav/Mori%20ghwa%20mfungade>,
        <http://lexvo.org/id/term/deu/Juli>,
        <http://lexvo.org/id/term/dje/%C5%BDuyye>,
        <http://lexvo.org/id/term/dua/madi%C9%93%C9%9B%CC%81d%C3%AD%C9%93%C9%9B%CC%81>,
        <http://lexvo.org/id/term/dyo/S%C3%BAuyee>,
        <http://lexvo.org/id/term/dzo/%E0%BD%9F%E0%BE%B3%E0%BC%8B%E0%BD%96%E0%BD%91%E0%BD%B4%E0%BD%93%E0%BC%8B%E0%BD%94%E0%BC%8B>,
        <http://lexvo.org/id/term/ebu/Mweri%20wa%20m%C5%A9gwanja>,
        <http://lexvo.org/id/term/ell/%CE%99%CE%BF%CF%85%CE%BB%CE%AF%CE%BF%CF%85>,
        <http://lexvo.org/id/term/eng-Dsrt/%F0%90%90%96%F0%90%90%AD%F0%90%91%8A%F0%90%90%B4>,
        <http://lexvo.org/id/term/eng/July>,
        <http://lexvo.org/id/term/epo/julio>,
        <http://lexvo.org/id/term/est/juuli>,
        <http://lexvo.org/id/term/eus/uztaila>,
        <http://lexvo.org/id/term/ewe/siaml%C9%94m>,
        <http://lexvo.org/id/term/ewo/ng%C9%94n%20zamgb%C3%A1la>,
        <http://lexvo.org/id/term/fao/juli>,
        <http://lexvo.org/id/term/fas/%D8%AC%D9%88%D9%84%D8%A7%DB%8C>,
        <http://lexvo.org/id/term/fas/%DA%98%D9%88%D8%A6%DB%8C%D9%87%D9%94>,
        <http://lexvo.org/id/term/fil/Hulyo>,
        <http://lexvo.org/id/term/fin/hein%C3%A4kuuta>,
        <http://lexvo.org/id/term/fra/juillet>,
        <http://lexvo.org/id/term/ful/morso>,
        <http://lexvo.org/id/term/fur/Lui>,
        <http://lexvo.org/id/term/gla/An%20t-Iuchar>,
        <http://lexvo.org/id/term/gle/I%C3%BAil>,
        <http://lexvo.org/id/term/glg/Xullo>,
        <http://lexvo.org/id/term/glv/Jerrey-souree>,
        <http://lexvo.org/id/term/gsw/Juli>,
        <http://lexvo.org/id/term/guj/%E0%AA%9C%E0%AB%81%E0%AA%B2%E0%AA%BE%E0%AA%88>,
        <http://lexvo.org/id/term/guz/Chulai>,
        <http://lexvo.org/id/term/hau/Yuli>,
        <http://lexvo.org/id/term/haw/Iulai>,
        <http://lexvo.org/id/term/heb/%D7%99%D7%95%D7%9C%D7%99>,
        <http://lexvo.org/id/term/hin/%E0%A4%9C%E0%A5%81%E0%A4%B2%E0%A4%BE%E0%A4%88>,
        <http://lexvo.org/id/term/hrv/srpnja>,
        <http://lexvo.org/id/term/hun/j%C3%BAlius>,
        <http://lexvo.org/id/term/hye/%D5%80%D5%B8%D6%82%D5%AC%D5%AB%D5%BD>,
        <http://lexvo.org/id/term/ibo/Jula%E1%BB%8B>,
        <http://lexvo.org/id/term/iii/%EA%8F%83%EA%86%AA>,
        <http://lexvo.org/id/term/ina/julio>,
        <http://lexvo.org/id/term/ind/Juli>,
        <http://lexvo.org/id/term/isl/j%C3%BAl%C3%AD>,
        <http://lexvo.org/id/term/ita/luglio>,
        <http://lexvo.org/id/term/jgo/P%C9%9Bsa%C5%8B%20Saamb%C3%A1>,
        <http://lexvo.org/id/term/jmc/Julyai>,
        <http://lexvo.org/id/term/jpn/7%E6%9C%88>,
        <http://lexvo.org/id/term/kab/Yulyu>,
        <http://lexvo.org/id/term/kal/juli>,
        <http://lexvo.org/id/term/kam/Mwai%20wa%20muonza>,
        <http://lexvo.org/id/term/kan/%E0%B2%9C%E0%B3%81%E0%B2%B2%E0%B3%88>,
        <http://lexvo.org/id/term/kas/%D8%AC%D9%88%D9%97%D9%84%D8%A7%DB%8C%DB%8C>,
        <http://lexvo.org/id/term/kat/%E1%83%98%E1%83%95%E1%83%9A%E1%83%98%E1%83%A1>,
        <http://lexvo.org/id/term/kaz/%D1%88%D1%96%D0%BB%D0%B4%D0%B5>,
        <http://lexvo.org/id/term/kde/Mwedi%20wa%20Nnyano%20na%20Mivili>,
        <http://lexvo.org/id/term/kea/Julhu>,
        <http://lexvo.org/id/term/khm/%E1%9E%80%E1%9E%80%E1%9F%92%E1%9E%80%E1%9E%8A%E1%9E%B6>,
        <http://lexvo.org/id/term/khq/%C5%BDuyye>,
        <http://lexvo.org/id/term/kik/Mwere%20wa%20m%C5%A9gwanja>,
        <http://lexvo.org/id/term/kin/Nyakanga>,
        <http://lexvo.org/id/term/kir/%D0%B8%D1%8E%D0%BB%D1%8C>,
        <http://lexvo.org/id/term/kkj/ku%C5%8Bgw%C9%9B>,
        <http://lexvo.org/id/term/kln/Roptui>,
        <http://lexvo.org/id/term/knn/%E0%A4%9C%E0%A5%81%E0%A4%B2%E0%A5%88>,
        <http://lexvo.org/id/term/kor/7%EC%9B%94>,
        <http://lexvo.org/id/term/ksb/Julai>,
        <http://lexvo.org/id/term/ksf/%C5%8Bw%C3%AD%C3%AD%20ak%C7%9D%20t%C3%A1ab%C9%9B%C9%9B>,
        <http://lexvo.org/id/term/ksh/Juuli>,
        <http://lexvo.org/id/term/lag/K%CA%89m%CA%89%CA%89nch%C9%A8>,
        <http://lexvo.org/id/term/lao/%E0%BA%81%E0%BB%8D%E0%BA%A5%E0%BA%B0%E0%BA%81%E0%BA%BB%E0%BA%94>,
        <http://lexvo.org/id/term/lav/j%C5%ABlijs>,
        <http://lexvo.org/id/term/lin/s%C3%A1nz%C3%A1%20ya%20nsambo>,
        <http://lexvo.org/id/term/lit/liepa>,
        <http://lexvo.org/id/term/lub/Kab%C3%A0l%C3%A0sh%C3%ACp%C3%B9>,
        <http://lexvo.org/id/term/lug/Julaayi>,
        <http://lexvo.org/id/term/luo/Dwe%20mar%20Abiriyo>,
        <http://lexvo.org/id/term/luy/Julai>,
        <http://lexvo.org/id/term/mal/%E0%B4%9C%E0%B5%82%E0%B4%B2%E0%B5%88>,
        <http://lexvo.org/id/term/mar/%E0%A4%9C%E0%A5%81%E0%A4%B2%E0%A5%88>,
        <http://lexvo.org/id/term/mas/M%C3%B3rus%C3%A1sin>,
        <http://lexvo.org/id/term/mer/Njura%C4%A9>,
        <http://lexvo.org/id/term/mfe/zilye>,
        <http://lexvo.org/id/term/mgh/Mweri%20wo%20saba>,
        <http://lexvo.org/id/term/mgo/im%C9%99g%20%C3%A0d%C3%B9mb%C9%99%CC%80%C5%8B>,
        <http://lexvo.org/id/term/mkd/%D1%98%D1%83%D0%BB%D0%B8>,
        <http://lexvo.org/id/term/mlg/Jolay>,
        <http://lexvo.org/id/term/mlt/Lulju>,
        <http://lexvo.org/id/term/mua/Mam%C7%9D%C5%8Bgw%C3%A3alii>,
        <http://lexvo.org/id/term/mya/%E1%80%87%E1%80%B0%E1%80%9C%E1%80%AD%E1%80%AF%E1%80%84%E1%80%BA>,
        <http://lexvo.org/id/term/naq/%C7%82Khoesaob>,
        <http://lexvo.org/id/term/nbl/Julayi>,
        <http://lexvo.org/id/term/nde/Ntulikazi>,
        <http://lexvo.org/id/term/nep/%E0%A4%9C%E0%A5%81%E0%A4%B2%E0%A4%BE%E0%A4%88>,
        <http://lexvo.org/id/term/nld/juli>,
        <http://lexvo.org/id/term/nmg/ngw%C9%9Bn%20h%C9%9Bmbu%C9%9Br%C3%AD>,
        <http://lexvo.org/id/term/nnh/sa%C5%8B%20ty%C9%9B%CC%80b%20ty%C9%9B%CC%80b%20mb%CA%89%CC%80>,
        <http://lexvo.org/id/term/nno/juli>,
        <http://lexvo.org/id/term/nob/juli>,
        <http://lexvo.org/id/term/nso/Julae>,
        <http://lexvo.org/id/term/nus/Pay%20yie%CC%B1tni>,
        <http://lexvo.org/id/term/nyn/Okwamushanju>,
        <http://lexvo.org/id/term/ori/%E0%AC%9C%E0%AD%81%E0%AC%B2%E0%AC%BE%E0%AC%87>,
        <http://lexvo.org/id/term/orm/Adooleessa>,
        <http://lexvo.org/id/term/oss/%D0%B8%D1%8E%D0%BB%D1%8B>,
        <http://lexvo.org/id/term/pan-Arab/%D8%AC%D9%88%D9%84%D8%A7%D8%A6%DB%8C>,
        <http://lexvo.org/id/term/pan/%E0%A8%9C%E0%A9%81%E0%A8%B2%E0%A8%BE%E0%A8%88>,
        <http://lexvo.org/id/term/pol/lipca>,
        <http://lexvo.org/id/term/por/Julho>,
        <http://lexvo.org/id/term/por/julho>,
        <http://lexvo.org/id/term/pus/%D8%AC%D9%88%D9%84%D8%A7%DB%8C>,
        <http://lexvo.org/id/term/rof/Mweri%20wa%20saba>,
        <http://lexvo.org/id/term/roh/fanadur>,
        <http://lexvo.org/id/term/ron/iulie>,
        <http://lexvo.org/id/term/run/Mukakaro>,
        <http://lexvo.org/id/term/rus/%D0%B8%D1%8E%D0%BB%D1%8F>,
        <http://lexvo.org/id/term/rwk/Julyai>,
        <http://lexvo.org/id/term/sag/Lengua>,
        <http://lexvo.org/id/term/sah/%D0%9E%D1%82%20%D1%8B%D0%B9%D1%8B%D0%BD>,
        <http://lexvo.org/id/term/saq/Lapa%20le%20sapa>,
        <http://lexvo.org/id/term/sbp/Mushipepo>,
        <http://lexvo.org/id/term/seh/Julho>,
        <http://lexvo.org/id/term/ses/%C5%BDuyye>,
        <http://lexvo.org/id/term/shi-Latn/yulyuz>,
        <http://lexvo.org/id/term/shi/%E2%B5%A2%E2%B5%93%E2%B5%8D%E2%B5%A2%E2%B5%93%E2%B5%A3>,
        <http://lexvo.org/id/term/sin/%E0%B6%A2%E0%B7%96%E0%B6%BD%E0%B7%92>,
        <http://lexvo.org/id/term/slk/j%C3%BAl>,
        <http://lexvo.org/id/term/slv/julij>,
        <http://lexvo.org/id/term/sme/suoidnem%C3%A1nnu>,
        <http://lexvo.org/id/term/sna/Chikunguru>,
        <http://lexvo.org/id/term/som/Bisha%20Todobaad>,
        <http://lexvo.org/id/term/sot/Phupu>,
        <http://lexvo.org/id/term/spa/julio>,
        <http://lexvo.org/id/term/sqi/korrik>,
        <http://lexvo.org/id/term/srp-Cyrl/%D1%98%D1%83%D0%BB%D0%B8>,
        <http://lexvo.org/id/term/srp-Latn/jul>,
        <http://lexvo.org/id/term/srp/%D1%98%D1%83%D0%BB>,
        <http://lexvo.org/id/term/ssw/Kholwane>,
        <http://lexvo.org/id/term/ssy/Qado%20Dirri>,
        <http://lexvo.org/id/term/swc/mwezi%20ya%20saba>,
        <http://lexvo.org/id/term/swe/juli>,
        <http://lexvo.org/id/term/swh/Julai>,
        <http://lexvo.org/id/term/tam/%E0%AE%9C%E0%AF%82%E0%AE%B2%E0%AF%88>,
        <http://lexvo.org/id/term/tel/%E0%B0%9C%E0%B1%82%E0%B0%B2%E0%B1%88>,
        <http://lexvo.org/id/term/teo/Ojola>,
        <http://lexvo.org/id/term/tgk/%D0%98%D1%8E%D0%BB>,
        <http://lexvo.org/id/term/tha/%E0%B8%81%E0%B8%A3%E0%B8%81%E0%B8%8E%E0%B8%B2%E0%B8%84%E0%B8%A1>,
        <http://lexvo.org/id/term/tig/%E1%8C%81%E1%88%8B%E1%8B%AD>,
        <http://lexvo.org/id/term/tir/%E1%88%93%E1%88%9D%E1%88%88>,
        <http://lexvo.org/id/term/tir/%E1%8C%81%E1%88%8B%E1%8B%AD>,
        <http://lexvo.org/id/term/ton/Siulai>,
        <http://lexvo.org/id/term/tsn/Phukwi>,
        <http://lexvo.org/id/term/tso/Mawuwani>,
        <http://lexvo.org/id/term/tur/Temmuz>,
        <http://lexvo.org/id/term/twq/%C5%BDuyye>,
        <http://lexvo.org/id/term/tzm/Yulyuz>,
        <http://lexvo.org/id/term/ukr/%D0%BB%D0%B8%D0%BF%D0%BD%D1%8F>,
        <http://lexvo.org/id/term/urd/%D8%AC%D9%88%D9%84%D8%A7%D8%A6>,
        <http://lexvo.org/id/term/uzn-Arab/%D8%AC%D9%88%D9%84%D8%A7%DB%8C>,
        <http://lexvo.org/id/term/uzn-Latn/Iyul>,
        <http://lexvo.org/id/term/uzn/%D0%98%D1%8E%D0%BB>,
        <http://lexvo.org/id/term/vai-Latn/7>,
        <http://lexvo.org/id/term/vai/7>,
        <http://lexvo.org/id/term/ven/Fulwana>,
        <http://lexvo.org/id/term/vie/th%C3%A1ng%20b%E1%BA%A3y>,
        <http://lexvo.org/id/term/vol/yulul>,
        <http://lexvo.org/id/term/vun/Julyai>,
        <http://lexvo.org/id/term/wae/Heiwet>,
        <http://lexvo.org/id/term/wal/%E1%8C%81%E1%88%8B%E1%8B%AD>,
        <http://lexvo.org/id/term/xho/Julayi>,
        <http://lexvo.org/id/term/xog/Julaayi>,
        <http://lexvo.org/id/term/yav/efute>,
        <http://lexvo.org/id/term/yor/O%E1%B9%A3%C3%B9%20Ag%E1%BA%B9m%E1%BB%8D>,
        <http://lexvo.org/id/term/zsm/Julai>,
        <http://lexvo.org/id/term/zul/Julayi> .

<http://lexvo.org/id/wordnet/30/noun/june_1_28_00> rdfs:label "Qasa Dirri"@aa,
        "Junie"@af,
        "ndzɔ̀ŋɔ̀nzùghò"@agq,
        "Obirade-Ayɛwohomumu"@ak,
        "ጁን"@am,
        "جوان"@ar,
        "حزيران"@ar,
        "يونيو"@ar,
        "জুন"@as,
        "Juni"@asa,
        "de xunu"@ast,
        "İyun"@az,
        "ијун"@az-Cyrl,
        "Hìlòndɛ̀"@bas,
        "чэрвень"@be,
        "Juni"@bem,
        "pa mwedzi gwa sita"@bez,
        "юни"@bg,
        "zuwɛn"@bm,
        "জুন"@bn,
        "ཟླ་བ་དྲུག་པ་"@bo,
        "Mezheven"@br,
        "जुन"@brx,
        "juni"@bs,
        "јуни"@bs-Cyrl,
        "ምኪኤል ትጟኒሪ"@byn,
        "de juny"@ca,
        "Okwamukaaga"@cgg,
        "ᏕᎭᎷᏱ"@chr,
        "六月"@cmn,
        "6月"@cmn-Hant,
        "června"@cs,
        "Mehefin"@cy,
        "juni"@da,
        "Mori ghwa karandadu"@dav,
        "Juni"@de,
        "Žuweŋ"@dje,
        "esɔpɛsɔpɛ"@dua,
        "Sueŋ"@dyo,
        "ཟླ་དྲུག་པ"@dz,
        "Mweri wa gatantatũ"@ebu,
        "masa"@ee,
        "Ιουνίου"@el,
        "June"@en,
        "𐐖𐐭𐑌"@en-Dsrt,
        "junio"@eo,
        "junio"@es,
        "juuni"@et,
        "ekaina"@eu,
        "ngɔn saməna"@ewo,
        "جون"@fa,
        "ژوئن"@fa,
        "korse"@ff,
        "kesäkuuta"@fi,
        "Hunyo"@fil,
        "juni"@fo,
        "juin"@fr,
        "Jugn"@fur,
        "Meitheamh"@ga,
        "An t-Ògmhios"@gd,
        "Xuño"@gl,
        "Juni"@gsw,
        "જૂન"@gu,
        "Juni"@guz,
        "Mean-souree"@gv,
        "Yuni"@ha,
        "Iune"@haw,
        "יוני"@he,
        "जून"@hi,
        "lipnja"@hr,
        "június"@hu,
        "Հունիս"@hy,
        "junio"@ia,
        "Juni"@id,
        "Juun"@ig,
        "ꃘꆪ"@ii,
        "júní"@is,
        "giugno"@it,
        "6月"@ja,
        "Pɛsaŋ Pɛ́nɛ́ntúkú"@jgo,
        "Junyi"@jmc,
        "ივნისი"@ka,
        "Yunyu"@kab,
        "Mwai wa thanthatũ"@kam,
        "Mwedi wa Nnyano na Umo"@kde,
        "Junhu"@kea,
        "Žuweŋ"@khq,
        "Mwere wa gatandatũ"@ki,
        "маусым"@kk,
        "Nyaŋgwɛ ŋgbanja"@kkj,
        "juni"@kl,
        "Waki"@kln,
        "មិថុនា"@km,
        "ಜೂನ್"@kn,
        "जून"@knn,
        "6월"@ko,
        "جوٗن"@ks,
        "Juni"@ksb,
        "ŋwíí akǝ táafɔk"@ksf,
        "Juuni"@ksh,
        "Mys Efan"@kw,
        "июнь"@ky,
        "Kwiidwaata"@lag,
        "Juuni"@lg,
        "sánzá ya motóbá"@ln,
        "ມິຖຸນາ"@lo,
        "birželis"@lt,
        "Lufuimi"@lu,
        "Dwe mar Auchiel"@luo,
        "Juni"@luy,
        "jūnijs"@lv,
        "Kújúɔrɔk"@mas,
        "Njuni"@mer,
        "zin"@mfe,
        "Jona"@mg,
        "Mweri wo thanu na mocha"@mgh,
        "iməg ichiibɔd"@mgo,
        "јуни"@mk,
        "ജൂൺ"@ml,
        "जून"@mr,
        "Ġunju"@mt,
        "Mamǝŋgwãafahbii"@mua,
        "ဇွန်"@my,
        "Gamaǀaeb"@naq,
        "juni"@nb,
        "Nhlangula"@nd,
        "जुन"@ne,
        "juni"@nl,
        "ngwɛn ńtuó"@nmg,
        "juni"@nn,
        "saŋ njÿoláʼ"@nnh,
        "Juni"@nr,
        "June"@nso,
        "Kornyoot"@nus,
        "Okwamukaaga"@nyn,
        "Waxabajjii"@om,
        "ଜୁନ"@or,
        "июны"@os,
        "ਜੂਨ"@pa,
        "جون"@pa-Arab,
        "czerwca"@pl,
        "جون"@ps,
        "Junho"@pt,
        "junho"@pt,
        "zercladur"@rm,
        "Ruheshi"@rn,
        "iunie"@ro,
        "Mweri wa sita"@rof,
        "июня"@ru,
        "Kamena"@rw,
        "Junyi"@rwk,
        "Бэс ыйын"@sah,
        "Lapa le ile"@saq,
        "Mujimbi"@sbp,
        "geassemánnu"@se,
        "Junho"@seh,
        "Žuweŋ"@ses,
        "Föndo"@sg,
        "ⵢⵓⵏⵢⵓ"@shi,
        "yunyu"@shi-Latn,
        "ජූනි"@si,
        "jún"@sk,
        "junij"@sl,
        "Chikumi"@sn,
        "Bisha Lixaad"@so,
        "qershor"@sq,
        "јун"@sr,
        "јуни"@sr-Cyrl,
        "jun"@sr-Latn,
        "iNhlaba"@ss,
        "Qasa Dirri"@ssy,
        "Phupjane"@st,
        "juni"@sv,
        "mwezi ya sita"@swc,
        "Juni"@swh,
        "ஜூன்"@ta,
        "జూన్"@te,
        "Omodok'king'ol"@teo,
        "Июн"@tg,
        "มิถุนายน"@th,
        "ሰነ"@ti,
        "ጁን"@ti,
        "ጁን"@tig,
        "Seetebosigo"@tn,
        "Sune"@to,
        "Haziran"@tr,
        "Khotavuxika"@ts,
        "Žuweŋ"@twq,
        "Yunyu"@tzm,
        "червня"@uk,
        "جون"@ur,
        "Июн"@uzn,
        "جون"@uzn-Arab,
        "Iyun"@uzn-Latn,
        "6"@vai,
        "6"@vai-Latn,
        "Fulwi"@ve,
        "tháng sáu"@vi,
        "yunul"@vo,
        "Junyi"@vun,
        "Bráčet"@wae,
        "ጁን"@wal,
        "Juni"@xh,
        "Juuni"@xog,
        "ɔsɔn"@yav,
        "Oṣù Òkúdu"@yo,
        "Jun"@zsm,
        "Juni"@zu ;
    lvont:label <http://lexvo.org/id/term/aar/Qasa%20Dirri>,
        <http://lexvo.org/id/term/afr/Junie>,
        <http://lexvo.org/id/term/agq/ndz%C9%94%CC%80%C5%8B%C9%94%CC%80nz%C3%B9gh%C3%B2>,
        <http://lexvo.org/id/term/aka/Obirade-Ay%C9%9Bwohomumu>,
        <http://lexvo.org/id/term/amh/%E1%8C%81%E1%8A%95>,
        <http://lexvo.org/id/term/ara/%D8%AC%D9%88%D8%A7%D9%86>,
        <http://lexvo.org/id/term/ara/%D8%AD%D8%B2%D9%8A%D8%B1%D8%A7%D9%86>,
        <http://lexvo.org/id/term/ara/%D9%8A%D9%88%D9%86%D9%8A%D9%88>,
        <http://lexvo.org/id/term/asa/Juni>,
        <http://lexvo.org/id/term/asm/%E0%A6%9C%E0%A7%81%E0%A6%A8>,
        <http://lexvo.org/id/term/ast/de%20xunu>,
        <http://lexvo.org/id/term/aze-Cyrl/%D0%B8%D1%98%D1%83%D0%BD>,
        <http://lexvo.org/id/term/aze/%C4%B0yun>,
        <http://lexvo.org/id/term/bam/zuw%C9%9Bn>,
        <http://lexvo.org/id/term/bas/H%C3%ACl%C3%B2nd%C9%9B%CC%80>,
        <http://lexvo.org/id/term/bel/%D1%87%D1%8D%D1%80%D0%B2%D0%B5%D0%BD%D1%8C>,
        <http://lexvo.org/id/term/bem/Juni>,
        <http://lexvo.org/id/term/ben/%E0%A6%9C%E0%A7%81%E0%A6%A8>,
        <http://lexvo.org/id/term/bez/pa%20mwedzi%20gwa%20sita>,
        <http://lexvo.org/id/term/bod/%E0%BD%9F%E0%BE%B3%E0%BC%8B%E0%BD%96%E0%BC%8B%E0%BD%91%E0%BE%B2%E0%BD%B4%E0%BD%82%E0%BC%8B%E0%BD%94%E0%BC%8B>,
        <http://lexvo.org/id/term/bos-Cyrl/%D1%98%D1%83%D0%BD%D0%B8>,
        <http://lexvo.org/id/term/bos/juni>,
        <http://lexvo.org/id/term/bre/Mezheven>,
        <http://lexvo.org/id/term/brx/%E0%A4%9C%E0%A5%81%E0%A4%A8>,
        <http://lexvo.org/id/term/bul/%D1%8E%D0%BD%D0%B8>,
        <http://lexvo.org/id/term/byn/%E1%88%9D%E1%8A%AA%E1%8A%A4%E1%88%8D%20%E1%89%B5%E1%8C%9F%E1%8A%92%E1%88%AA>,
        <http://lexvo.org/id/term/cat/de%20juny>,
        <http://lexvo.org/id/term/ces/%C4%8Dervna>,
        <http://lexvo.org/id/term/cgg/Okwamukaaga>,
        <http://lexvo.org/id/term/chr/%E1%8F%95%E1%8E%AD%E1%8E%B7%E1%8F%B1>,
        <http://lexvo.org/id/term/cmn-Hant/6%E6%9C%88>,
        <http://lexvo.org/id/term/cmn/%E5%85%AD%E6%9C%88>,
        <http://lexvo.org/id/term/cor/Mys%20Efan>,
        <http://lexvo.org/id/term/cym/Mehefin>,
        <http://lexvo.org/id/term/dan/juni>,
        <http://lexvo.org/id/term/dav/Mori%20ghwa%20karandadu>,
        <http://lexvo.org/id/term/deu/Juni>,
        <http://lexvo.org/id/term/dje/%C5%BDuwe%C5%8B>,
        <http://lexvo.org/id/term/dua/es%C9%94p%C9%9Bs%C9%94p%C9%9B>,
        <http://lexvo.org/id/term/dyo/Sue%C5%8B>,
        <http://lexvo.org/id/term/dzo/%E0%BD%9F%E0%BE%B3%E0%BC%8B%E0%BD%91%E0%BE%B2%E0%BD%B4%E0%BD%82%E0%BC%8B%E0%BD%94>,
        <http://lexvo.org/id/term/ebu/Mweri%20wa%20gatantat%C5%A9>,
        <http://lexvo.org/id/term/ell/%CE%99%CE%BF%CF%85%CE%BD%CE%AF%CE%BF%CF%85>,
        <http://lexvo.org/id/term/eng-Dsrt/%F0%90%90%96%F0%90%90%AD%F0%90%91%8C>,
        <http://lexvo.org/id/term/eng/June>,
        <http://lexvo.org/id/term/epo/junio>,
        <http://lexvo.org/id/term/est/juuni>,
        <http://lexvo.org/id/term/eus/ekaina>,
        <http://lexvo.org/id/term/ewe/masa>,
        <http://lexvo.org/id/term/ewo/ng%C9%94n%20sam%C9%99na>,
        <http://lexvo.org/id/term/fao/juni>,
        <http://lexvo.org/id/term/fas/%D8%AC%D9%88%D9%86>,
        <http://lexvo.org/id/term/fas/%DA%98%D9%88%D8%A6%D9%86>,
        <http://lexvo.org/id/term/fil/Hunyo>,
        <http://lexvo.org/id/term/fin/kes%C3%A4kuuta>,
        <http://lexvo.org/id/term/fra/juin>,
        <http://lexvo.org/id/term/ful/korse>,
        <http://lexvo.org/id/term/fur/Jugn>,
        <http://lexvo.org/id/term/gla/An%20t-%C3%92gmhios>,
        <http://lexvo.org/id/term/gle/Meitheamh>,
        <http://lexvo.org/id/term/glg/Xu%C3%B1o>,
        <http://lexvo.org/id/term/glv/Mean-souree>,
        <http://lexvo.org/id/term/gsw/Juni>,
        <http://lexvo.org/id/term/guj/%E0%AA%9C%E0%AB%82%E0%AA%A8>,
        <http://lexvo.org/id/term/guz/Juni>,
        <http://lexvo.org/id/term/hau/Yuni>,
        <http://lexvo.org/id/term/haw/Iune>,
        <http://lexvo.org/id/term/heb/%D7%99%D7%95%D7%A0%D7%99>,
        <http://lexvo.org/id/term/hin/%E0%A4%9C%E0%A5%82%E0%A4%A8>,
        <http://lexvo.org/id/term/hrv/lipnja>,
        <http://lexvo.org/id/term/hun/j%C3%BAnius>,
        <http://lexvo.org/id/term/hye/%D5%80%D5%B8%D6%82%D5%B6%D5%AB%D5%BD>,
        <http://lexvo.org/id/term/ibo/Juun>,
        <http://lexvo.org/id/term/iii/%EA%83%98%EA%86%AA>,
        <http://lexvo.org/id/term/ina/junio>,
        <http://lexvo.org/id/term/ind/Juni>,
        <http://lexvo.org/id/term/isl/j%C3%BAn%C3%AD>,
        <http://lexvo.org/id/term/ita/giugno>,
        <http://lexvo.org/id/term/jgo/P%C9%9Bsa%C5%8B%20P%C9%9B%CC%81n%C9%9B%CC%81nt%C3%BAk%C3%BA>,
        <http://lexvo.org/id/term/jmc/Junyi>,
        <http://lexvo.org/id/term/jpn/6%E6%9C%88>,
        <http://lexvo.org/id/term/kab/Yunyu>,
        <http://lexvo.org/id/term/kal/juni>,
        <http://lexvo.org/id/term/kam/Mwai%20wa%20thanthat%C5%A9>,
        <http://lexvo.org/id/term/kan/%E0%B2%9C%E0%B3%82%E0%B2%A8%E0%B3%8D>,
        <http://lexvo.org/id/term/kas/%D8%AC%D9%88%D9%97%D9%86>,
        <http://lexvo.org/id/term/kat/%E1%83%98%E1%83%95%E1%83%9C%E1%83%98%E1%83%A1%E1%83%98>,
        <http://lexvo.org/id/term/kaz/%D0%BC%D0%B0%D1%83%D1%81%D1%8B%D0%BC>,
        <http://lexvo.org/id/term/kde/Mwedi%20wa%20Nnyano%20na%20Umo>,
        <http://lexvo.org/id/term/kea/Junhu>,
        <http://lexvo.org/id/term/khm/%E1%9E%98%E1%9E%B7%E1%9E%90%E1%9E%BB%E1%9E%93%E1%9E%B6>,
        <http://lexvo.org/id/term/khq/%C5%BDuwe%C5%8B>,
        <http://lexvo.org/id/term/kik/Mwere%20wa%20gatandat%C5%A9>,
        <http://lexvo.org/id/term/kin/Kamena>,
        <http://lexvo.org/id/term/kir/%D0%B8%D1%8E%D0%BD%D1%8C>,
        <http://lexvo.org/id/term/kkj/Nya%C5%8Bgw%C9%9B%20%C5%8Bgbanja>,
        <http://lexvo.org/id/term/kln/Waki>,
        <http://lexvo.org/id/term/knn/%E0%A4%9C%E0%A5%82%E0%A4%A8>,
        <http://lexvo.org/id/term/kor/6%EC%9B%94>,
        <http://lexvo.org/id/term/ksb/Juni>,
        <http://lexvo.org/id/term/ksf/%C5%8Bw%C3%AD%C3%AD%20ak%C7%9D%20t%C3%A1af%C9%94k>,
        <http://lexvo.org/id/term/ksh/Juuni>,
        <http://lexvo.org/id/term/lag/Kwiidwaata>,
        <http://lexvo.org/id/term/lao/%E0%BA%A1%E0%BA%B4%E0%BA%96%E0%BA%B8%E0%BA%99%E0%BA%B2>,
        <http://lexvo.org/id/term/lav/j%C5%ABnijs>,
        <http://lexvo.org/id/term/lin/s%C3%A1nz%C3%A1%20ya%20mot%C3%B3b%C3%A1>,
        <http://lexvo.org/id/term/lit/bir%C5%BEelis>,
        <http://lexvo.org/id/term/lub/Lufuimi>,
        <http://lexvo.org/id/term/lug/Juuni>,
        <http://lexvo.org/id/term/luo/Dwe%20mar%20Auchiel>,
        <http://lexvo.org/id/term/luy/Juni>,
        <http://lexvo.org/id/term/mal/%E0%B4%9C%E0%B5%82%E0%B5%BA>,
        <http://lexvo.org/id/term/mar/%E0%A4%9C%E0%A5%82%E0%A4%A8>,
        <http://lexvo.org/id/term/mas/K%C3%BAj%C3%BA%C9%94r%C9%94k>,
        <http://lexvo.org/id/term/mer/Njuni>,
        <http://lexvo.org/id/term/mfe/zin>,
        <http://lexvo.org/id/term/mgh/Mweri%20wo%20thanu%20na%20mocha>,
        <http://lexvo.org/id/term/mgo/im%C9%99g%20ichiib%C9%94d>,
        <http://lexvo.org/id/term/mkd/%D1%98%D1%83%D0%BD%D0%B8>,
        <http://lexvo.org/id/term/mlg/Jona>,
        <http://lexvo.org/id/term/mlt/%C4%A0unju>,
        <http://lexvo.org/id/term/mua/Mam%C7%9D%C5%8Bgw%C3%A3afahbii>,
        <http://lexvo.org/id/term/mya/%E1%80%87%E1%80%BD%E1%80%94%E1%80%BA>,
        <http://lexvo.org/id/term/naq/Gama%C7%80aeb>,
        <http://lexvo.org/id/term/nbl/Juni>,
        <http://lexvo.org/id/term/nde/Nhlangula>,
        <http://lexvo.org/id/term/nep/%E0%A4%9C%E0%A5%81%E0%A4%A8>,
        <http://lexvo.org/id/term/nld/juni>,
        <http://lexvo.org/id/term/nmg/ngw%C9%9Bn%20%C5%84tu%C3%B3>,
        <http://lexvo.org/id/term/nnh/sa%C5%8B%20nj%C3%BFol%C3%A1%CA%BC>,
        <http://lexvo.org/id/term/nno/juni>,
        <http://lexvo.org/id/term/nob/juni>,
        <http://lexvo.org/id/term/nso/June>,
        <http://lexvo.org/id/term/nus/Kornyoot>,
        <http://lexvo.org/id/term/nyn/Okwamukaaga>,
        <http://lexvo.org/id/term/ori/%E0%AC%9C%E0%AD%81%E0%AC%A8>,
        <http://lexvo.org/id/term/orm/Waxabajjii>,
        <http://lexvo.org/id/term/oss/%D0%B8%D1%8E%D0%BD%D1%8B>,
        <http://lexvo.org/id/term/pan-Arab/%D8%AC%D9%88%D9%86>,
        <http://lexvo.org/id/term/pan/%E0%A8%9C%E0%A9%82%E0%A8%A8>,
        <http://lexvo.org/id/term/pol/czerwca>,
        <http://lexvo.org/id/term/por/Junho>,
        <http://lexvo.org/id/term/por/junho>,
        <http://lexvo.org/id/term/pus/%D8%AC%D9%88%D9%86>,
        <http://lexvo.org/id/term/rof/Mweri%20wa%20sita>,
        <http://lexvo.org/id/term/roh/zercladur>,
        <http://lexvo.org/id/term/ron/iunie>,
        <http://lexvo.org/id/term/run/Ruheshi>,
        <http://lexvo.org/id/term/rus/%D0%B8%D1%8E%D0%BD%D1%8F>,
        <http://lexvo.org/id/term/rwk/Junyi>,
        <http://lexvo.org/id/term/sag/F%C3%B6ndo>,
        <http://lexvo.org/id/term/sah/%D0%91%D1%8D%D1%81%20%D1%8B%D0%B9%D1%8B%D0%BD>,
        <http://lexvo.org/id/term/saq/Lapa%20le%20ile>,
        <http://lexvo.org/id/term/sbp/Mujimbi>,
        <http://lexvo.org/id/term/seh/Junho>,
        <http://lexvo.org/id/term/ses/%C5%BDuwe%C5%8B>,
        <http://lexvo.org/id/term/shi-Latn/yunyu>,
        <http://lexvo.org/id/term/shi/%E2%B5%A2%E2%B5%93%E2%B5%8F%E2%B5%A2%E2%B5%93>,
        <http://lexvo.org/id/term/sin/%E0%B6%A2%E0%B7%96%E0%B6%B1%E0%B7%92>,
        <http://lexvo.org/id/term/slk/j%C3%BAn>,
        <http://lexvo.org/id/term/slv/junij>,
        <http://lexvo.org/id/term/sme/geassem%C3%A1nnu>,
        <http://lexvo.org/id/term/sna/Chikumi>,
        <http://lexvo.org/id/term/som/Bisha%20Lixaad>,
        <http://lexvo.org/id/term/sot/Phupjane>,
        <http://lexvo.org/id/term/spa/junio>,
        <http://lexvo.org/id/term/sqi/qershor>,
        <http://lexvo.org/id/term/srp-Cyrl/%D1%98%D1%83%D0%BD%D0%B8>,
        <http://lexvo.org/id/term/srp-Latn/jun>,
        <http://lexvo.org/id/term/srp/%D1%98%D1%83%D0%BD>,
        <http://lexvo.org/id/term/ssw/iNhlaba>,
        <http://lexvo.org/id/term/ssy/Qasa%20Dirri>,
        <http://lexvo.org/id/term/swc/mwezi%20ya%20sita>,
        <http://lexvo.org/id/term/swe/juni>,
        <http://lexvo.org/id/term/swh/Juni>,
        <http://lexvo.org/id/term/tam/%E0%AE%9C%E0%AF%82%E0%AE%A9%E0%AF%8D>,
        <http://lexvo.org/id/term/tel/%E0%B0%9C%E0%B1%82%E0%B0%A8%E0%B1%8D>,
        <http://lexvo.org/id/term/teo/Omodok'king'ol>,
        <http://lexvo.org/id/term/tgk/%D0%98%D1%8E%D0%BD>,
        <http://lexvo.org/id/term/tha/%E0%B8%A1%E0%B8%B4%E0%B8%96%E0%B8%B8%E0%B8%99%E0%B8%B2%E0%B8%A2%E0%B8%99>,
        <http://lexvo.org/id/term/tig/%E1%8C%81%E1%8A%95>,
        <http://lexvo.org/id/term/tir/%E1%88%B0%E1%8A%90>,
        <http://lexvo.org/id/term/tir/%E1%8C%81%E1%8A%95>,
        <http://lexvo.org/id/term/ton/Sune>,
        <http://lexvo.org/id/term/tsn/Seetebosigo>,
        <http://lexvo.org/id/term/tso/Khotavuxika>,
        <http://lexvo.org/id/term/tur/Haziran>,
        <http://lexvo.org/id/term/twq/%C5%BDuwe%C5%8B>,
        <http://lexvo.org/id/term/tzm/Yunyu>,
        <http://lexvo.org/id/term/ukr/%D1%87%D0%B5%D1%80%D0%B2%D0%BD%D1%8F>,
        <http://lexvo.org/id/term/urd/%D8%AC%D9%88%D9%86>,
        <http://lexvo.org/id/term/uzn-Arab/%D8%AC%D9%88%D9%86>,
        <http://lexvo.org/id/term/uzn-Latn/Iyun>,
        <http://lexvo.org/id/term/uzn/%D0%98%D1%8E%D0%BD>,
        <http://lexvo.org/id/term/vai-Latn/6>,
        <http://lexvo.org/id/term/vai/6>,
        <http://lexvo.org/id/term/ven/Fulwi>,
        <http://lexvo.org/id/term/vie/th%C3%A1ng%20s%C3%A1u>,
        <http://lexvo.org/id/term/vol/yunul>,
        <http://lexvo.org/id/term/vun/Junyi>,
        <http://lexvo.org/id/term/wae/Br%C3%A1%C4%8Det>,
        <http://lexvo.org/id/term/wal/%E1%8C%81%E1%8A%95>,
        <http://lexvo.org/id/term/xho/Juni>,
        <http://lexvo.org/id/term/xog/Juuni>,
        <http://lexvo.org/id/term/yav/%C9%94s%C9%94n>,
        <http://lexvo.org/id/term/yor/O%E1%B9%A3%C3%B9%20%C3%92k%C3%BAdu>,
        <http://lexvo.org/id/term/zsm/Jun>,
        <http://lexvo.org/id/term/zul/Juni> .

<http://lexvo.org/id/wordnet/30/noun/march_1_28_00> rdfs:label "Ciggilta Kudo"@aa,
        "Maart"@af,
        "ndzɔ̀ŋɔ̀tƗ̀dʉ̀ghà"@agq,
        "Ebɔw-Ɔbenem"@ak,
        "ማርች"@am,
        "آذار"@ar,
        "مارس"@ar,
        "মাৰ্চ"@as,
        "Machi"@asa,
        "de marzu"@ast,
        "Mart"@az,
        "март"@az-Cyrl,
        "Màtùmb"@bas,
        "сакавік"@be,
        "Machi"@bem,
        "pa mwedzi gwa wudatu"@bez,
        "март"@bg,
        "marisi"@bm,
        "মার্চ"@bn,
        "ཟླ་བ་སུམ་པ་"@bo,
        "Meurzh"@br,
        "मार्स"@brx,
        "mart"@bs,
        "март"@bs-Cyrl,
        "ክብላ"@byn,
        "de març"@ca,
        "Okwakashatu"@cgg,
        "ᎠᏅᏱ"@chr,
        "三月"@cmn,
        "3月"@cmn-Hant,
        "března"@cs,
        "Mawrth"@cy,
        "marts"@da,
        "Mori ghwa kadadu"@dav,
        "März"@de,
        "Marsi"@dje,
        "sɔŋɛ"@dua,
        "Mars"@dyo,
        "ཟླ་གསུམ་པ་"@dz,
        "Mweri wa kathatũ"@ebu,
        "tedoxe"@ee,
        "Μαρτίου"@el,
        "March"@en,
        "𐐣𐐪𐑉𐐽"@en-Dsrt,
        "marto"@eo,
        "marzo"@es,
        "märts"@et,
        "martxoa"@eu,
        "ngɔn lála"@ewo,
        "مارس"@fa,
        "مارچ"@fa,
        "mbooy"@ff,
        "maaliskuuta"@fi,
        "Marso"@fil,
        "mars"@fo,
        "mars"@fr,
        "Març"@fur,
        "Márta"@ga,
        "Am Màrt"@gd,
        "Marzo"@gl,
        "März"@gsw,
        "માર્ચ"@gu,
        "Machi"@guz,
        "Mayrnt"@gv,
        "Maris"@ha,
        "Malaki"@haw,
        "מרץ"@he,
        "मार्च"@hi,
        "ožujka"@hr,
        "március"@hu,
        "Մարտ"@hy,
        "martio"@ia,
        "Maret"@id,
        "Maachị"@ig,
        "ꌕꆪ"@ii,
        "mars"@is,
        "marzo"@it,
        "3月"@ja,
        "Pɛsaŋ Pɛ́tát"@jgo,
        "Machi"@jmc,
        "მარტი"@ka,
        "Meɣres"@kab,
        "Mwai wa katatũ"@kam,
        "Mwedi wa Tatu"@kde,
        "Marsu"@kea,
        "Marsi"@khq,
        "Mwere wa gatatũ"@ki,
        "наурыз"@kk,
        "mbiyɔ mɛndoŋgɔ"@kkj,
        "martsi"@kl,
        "Kiptamo"@kln,
        "មីនា"@km,
        "ಮಾರ್ಚ್"@kn,
        "मार्च"@knn,
        "3월"@ko,
        "مارٕچ"@ks,
        "Machi"@ksb,
        "ŋwíí akǝ ráá"@ksf,
        "Määz"@ksh,
        "Mys Merth"@kw,
        "март"@ky,
        "Kʉkeenda"@lag,
        "Marisi"@lg,
        "sánzá ya mísáto"@ln,
        "ມີນາ"@lo,
        "kovas"@lt,
        "Lusòlo"@lu,
        "Dwe mar Adek"@luo,
        "Machi"@luy,
        "marts"@lv,
        "Ɔɛnɨ́ɔɨŋɔk"@mas,
        "Machi"@mer,
        "mars"@mfe,
        "Martsa"@mg,
        "Mweri wo uneraru"@mgh,
        "imeg mbəŋchubi"@mgo,
        "март"@mk,
        "മാർച്ച്"@ml,
        "मार्च"@mr,
        "Marzu"@mt,
        "Cokcwaklii"@mua,
        "မတ်"@my,
        "ǀKhuuǁkhâb"@naq,
        "mars"@nb,
        "Mbimbitho"@nd,
        "मार्च"@ne,
        "maart"@nl,
        "ngwɛn ńlal"@nmg,
        "mars"@nn,
        "saŋ lepyè shúm"@nnh,
        "uMatjhi"@nr,
        "Matšhe"@nso,
        "Duɔ̱ɔ̱ŋ"@nus,
        "Okwakashatu"@nyn,
        "Bitooteessa"@om,
        "ମାର୍ଚ୍ଚ"@or,
        "мартъийы"@os,
        "ਮਾਰਚ"@pa,
        "مارچ"@pa-Arab,
        "marca"@pl,
        "مارچ"@ps,
        "Março"@pt,
        "março"@pt,
        "mars"@rm,
        "Ntwarante"@rn,
        "martie"@ro,
        "Mweri wa katatu"@rof,
        "марта"@ru,
        "Werurwe"@rw,
        "Machi"@rwk,
        "Кулун тутар"@sah,
        "Lapa le okuni"@saq,
        "Mushende"@sbp,
        "njukčamánnu"@se,
        "Marco"@seh,
        "Marsi"@ses,
        "Mbängü"@sg,
        "ⵎⴰⵕⵚ"@shi,
        "maṛṣ"@shi-Latn,
        "මාර්තු"@si,
        "marec"@sk,
        "marec"@sl,
        "Kurume"@sn,
        "Bisha Saddexaad"@so,
        "mars"@sq,
        "март"@sr,
        "mart"@sr-Latn,
        "iNdlovu-lenkhulu"@ss,
        "Ciggilta Kudo"@ssy,
        "Hlakubele"@st,
        "mars"@sv,
        "mwezi ya tatu"@swc,
        "Machi"@swh,
        "மார்ச்"@ta,
        "మార్చి"@te,
        "Okwamg'"@teo,
        "Март"@tg,
        "มีนาคม"@th,
        "መጋቢት"@ti,
        "ማርች"@ti,
        "ማርች"@tig,
        "Mopitlo"@tn,
        "Maʻasi"@to,
        "Mart"@tr,
        "Nyenyankulu"@ts,
        "Marsi"@twq,
        "Mars"@tzm,
        "березня"@uk,
        "مارچ"@ur,
        "Март"@uzn,
        "مارچ"@uzn-Arab,
        "Mart"@uzn-Latn,
        "ꕾꖺ"@vai,
        "vɔɔ"@vai-Latn,
        "Ṱhafamuhwe"@ve,
        "tháng ba"@vi,
        "mäzil"@vo,
        "Machi"@vun,
        "Märze"@wae,
        "ማርች"@wal,
        "Matshi"@xh,
        "Marisi"@xog,
        "ɔnsúmbɔl, oóli ú kátátúɛ"@yav,
        "Oṣù Ẹrẹ̀nà"@yo,
        "Mac"@zsm,
        "Mashi"@zu ;
    lvont:label <http://lexvo.org/id/term/aar/Ciggilta%20Kudo>,
        <http://lexvo.org/id/term/afr/Maart>,
        <http://lexvo.org/id/term/agq/ndz%C9%94%CC%80%C5%8B%C9%94%CC%80t%C6%97%CC%80d%CA%89%CC%80gh%C3%A0>,
        <http://lexvo.org/id/term/aka/Eb%C9%94w-%C6%86benem>,
        <http://lexvo.org/id/term/amh/%E1%88%9B%E1%88%AD%E1%89%BD>,
        <http://lexvo.org/id/term/ara/%D8%A2%D8%B0%D8%A7%D8%B1>,
        <http://lexvo.org/id/term/ara/%D9%85%D8%A7%D8%B1%D8%B3>,
        <http://lexvo.org/id/term/asa/Machi>,
        <http://lexvo.org/id/term/asm/%E0%A6%AE%E0%A6%BE%E0%A7%B0%E0%A7%8D%E0%A6%9A>,
        <http://lexvo.org/id/term/ast/de%20marzu>,
        <http://lexvo.org/id/term/aze-Cyrl/%D0%BC%D0%B0%D1%80%D1%82>,
        <http://lexvo.org/id/term/aze/Mart>,
        <http://lexvo.org/id/term/bam/marisi>,
        <http://lexvo.org/id/term/bas/M%C3%A0t%C3%B9mb>,
        <http://lexvo.org/id/term/bel/%D1%81%D0%B0%D0%BA%D0%B0%D0%B2%D1%96%D0%BA>,
        <http://lexvo.org/id/term/bem/Machi>,
        <http://lexvo.org/id/term/ben/%E0%A6%AE%E0%A6%BE%E0%A6%B0%E0%A7%8D%E0%A6%9A>,
        <http://lexvo.org/id/term/bez/pa%20mwedzi%20gwa%20wudatu>,
        <http://lexvo.org/id/term/bod/%E0%BD%9F%E0%BE%B3%E0%BC%8B%E0%BD%96%E0%BC%8B%E0%BD%A6%E0%BD%B4%E0%BD%98%E0%BC%8B%E0%BD%94%E0%BC%8B>,
        <http://lexvo.org/id/term/bos-Cyrl/%D0%BC%D0%B0%D1%80%D1%82>,
        <http://lexvo.org/id/term/bos/mart>,
        <http://lexvo.org/id/term/bre/Meurzh>,
        <http://lexvo.org/id/term/brx/%E0%A4%AE%E0%A4%BE%E0%A4%B0%E0%A5%8D%E0%A4%B8>,
        <http://lexvo.org/id/term/bul/%D0%BC%D0%B0%D1%80%D1%82>,
        <http://lexvo.org/id/term/byn/%E1%8A%AD%E1%89%A5%E1%88%8B>,
        <http://lexvo.org/id/term/cat/de%20mar%C3%A7>,
        <http://lexvo.org/id/term/ces/b%C5%99ezna>,
        <http://lexvo.org/id/term/cgg/Okwakashatu>,
        <http://lexvo.org/id/term/chr/%E1%8E%A0%E1%8F%85%E1%8F%B1>,
        <http://lexvo.org/id/term/cmn-Hant/3%E6%9C%88>,
        <http://lexvo.org/id/term/cmn/%E4%B8%89%E6%9C%88>,
        <http://lexvo.org/id/term/cor/Mys%20Merth>,
        <http://lexvo.org/id/term/cym/Mawrth>,
        <http://lexvo.org/id/term/dan/marts>,
        <http://lexvo.org/id/term/dav/Mori%20ghwa%20kadadu>,
        <http://lexvo.org/id/term/deu/M%C3%A4rz>,
        <http://lexvo.org/id/term/dje/Marsi>,
        <http://lexvo.org/id/term/dua/s%C9%94%C5%8B%C9%9B>,
        <http://lexvo.org/id/term/dyo/Mars>,
        <http://lexvo.org/id/term/dzo/%E0%BD%9F%E0%BE%B3%E0%BC%8B%E0%BD%82%E0%BD%A6%E0%BD%B4%E0%BD%98%E0%BC%8B%E0%BD%94%E0%BC%8B>,
        <http://lexvo.org/id/term/ebu/Mweri%20wa%20kathat%C5%A9>,
        <http://lexvo.org/id/term/ell/%CE%9C%CE%B1%CF%81%CF%84%CE%AF%CE%BF%CF%85>,
        <http://lexvo.org/id/term/eng-Dsrt/%F0%90%90%A3%F0%90%90%AA%F0%90%91%89%F0%90%90%BD>,
        <http://lexvo.org/id/term/eng/March>,
        <http://lexvo.org/id/term/epo/marto>,
        <http://lexvo.org/id/term/est/m%C3%A4rts>,
        <http://lexvo.org/id/term/eus/martxoa>,
        <http://lexvo.org/id/term/ewe/tedoxe>,
        <http://lexvo.org/id/term/ewo/ng%C9%94n%20l%C3%A1la>,
        <http://lexvo.org/id/term/fao/mars>,
        <http://lexvo.org/id/term/fas/%D9%85%D8%A7%D8%B1%D8%B3>,
        <http://lexvo.org/id/term/fas/%D9%85%D8%A7%D8%B1%DA%86>,
        <http://lexvo.org/id/term/fil/Marso>,
        <http://lexvo.org/id/term/fin/maaliskuuta>,
        <http://lexvo.org/id/term/fra/mars>,
        <http://lexvo.org/id/term/ful/mbooy>,
        <http://lexvo.org/id/term/fur/Mar%C3%A7>,
        <http://lexvo.org/id/term/gla/Am%20M%C3%A0rt>,
        <http://lexvo.org/id/term/gle/M%C3%A1rta>,
        <http://lexvo.org/id/term/glg/Marzo>,
        <http://lexvo.org/id/term/glv/Mayrnt>,
        <http://lexvo.org/id/term/gsw/M%C3%A4rz>,
        <http://lexvo.org/id/term/guj/%E0%AA%AE%E0%AA%BE%E0%AA%B0%E0%AB%8D%E0%AA%9A>,
        <http://lexvo.org/id/term/guz/Machi>,
        <http://lexvo.org/id/term/hau/Maris>,
        <http://lexvo.org/id/term/haw/Malaki>,
        <http://lexvo.org/id/term/heb/%D7%9E%D7%A8%D7%A5>,
        <http://lexvo.org/id/term/hin/%E0%A4%AE%E0%A4%BE%E0%A4%B0%E0%A5%8D%E0%A4%9A>,
        <http://lexvo.org/id/term/hrv/o%C5%BEujka>,
        <http://lexvo.org/id/term/hun/m%C3%A1rcius>,
        <http://lexvo.org/id/term/hye/%D5%84%D5%A1%D6%80%D5%BF>,
        <http://lexvo.org/id/term/ibo/Maach%E1%BB%8B>,
        <http://lexvo.org/id/term/iii/%EA%8C%95%EA%86%AA>,
        <http://lexvo.org/id/term/ina/martio>,
        <http://lexvo.org/id/term/ind/Maret>,
        <http://lexvo.org/id/term/isl/mars>,
        <http://lexvo.org/id/term/ita/marzo>,
        <http://lexvo.org/id/term/jgo/P%C9%9Bsa%C5%8B%20P%C9%9B%CC%81t%C3%A1t>,
        <http://lexvo.org/id/term/jmc/Machi>,
        <http://lexvo.org/id/term/jpn/3%E6%9C%88>,
        <http://lexvo.org/id/term/kab/Me%C9%A3res>,
        <http://lexvo.org/id/term/kal/martsi>,
        <http://lexvo.org/id/term/kam/Mwai%20wa%20katat%C5%A9>,
        <http://lexvo.org/id/term/kan/%E0%B2%AE%E0%B2%BE%E0%B2%B0%E0%B3%8D%E0%B2%9A%E0%B3%8D>,
        <http://lexvo.org/id/term/kas/%D9%85%D8%A7%D8%B1%D9%95%DA%86>,
        <http://lexvo.org/id/term/kat/%E1%83%9B%E1%83%90%E1%83%A0%E1%83%A2%E1%83%98>,
        <http://lexvo.org/id/term/kaz/%D0%BD%D0%B0%D1%83%D1%80%D1%8B%D0%B7>,
        <http://lexvo.org/id/term/kde/Mwedi%20wa%20Tatu>,
        <http://lexvo.org/id/term/kea/Marsu>,
        <http://lexvo.org/id/term/khm/%E1%9E%98%E1%9E%B8%E1%9E%93%E1%9E%B6>,
        <http://lexvo.org/id/term/khq/Marsi>,
        <http://lexvo.org/id/term/kik/Mwere%20wa%20gatat%C5%A9>,
        <http://lexvo.org/id/term/kin/Werurwe>,
        <http://lexvo.org/id/term/kir/%D0%BC%D0%B0%D1%80%D1%82>,
        <http://lexvo.org/id/term/kkj/mbiy%C9%94%20m%C9%9Bndo%C5%8Bg%C9%94>,
        <http://lexvo.org/id/term/kln/Kiptamo>,
        <http://lexvo.org/id/term/knn/%E0%A4%AE%E0%A4%BE%E0%A4%B0%E0%A5%8D%E0%A4%9A>,
        <http://lexvo.org/id/term/kor/3%EC%9B%94>,
        <http://lexvo.org/id/term/ksb/Machi>,
        <http://lexvo.org/id/term/ksf/%C5%8Bw%C3%AD%C3%AD%20ak%C7%9D%20r%C3%A1%C3%A1>,
        <http://lexvo.org/id/term/ksh/M%C3%A4%C3%A4z>,
        <http://lexvo.org/id/term/lag/K%CA%89keenda>,
        <http://lexvo.org/id/term/lao/%E0%BA%A1%E0%BA%B5%E0%BA%99%E0%BA%B2>,
        <http://lexvo.org/id/term/lav/marts>,
        <http://lexvo.org/id/term/lin/s%C3%A1nz%C3%A1%20ya%20m%C3%ADs%C3%A1to>,
        <http://lexvo.org/id/term/lit/kovas>,
        <http://lexvo.org/id/term/lub/Lus%C3%B2lo>,
        <http://lexvo.org/id/term/lug/Marisi>,
        <http://lexvo.org/id/term/luo/Dwe%20mar%20Adek>,
        <http://lexvo.org/id/term/luy/Machi>,
        <http://lexvo.org/id/term/mal/%E0%B4%AE%E0%B4%BE%E0%B5%BC%E0%B4%9A%E0%B5%8D%E0%B4%9A%E0%B5%8D>,
        <http://lexvo.org/id/term/mar/%E0%A4%AE%E0%A4%BE%E0%A4%B0%E0%A5%8D%E0%A4%9A>,
        <http://lexvo.org/id/term/mas/%C6%86%C9%9Bn%C9%A8%CC%81%C9%94%C9%A8%C5%8B%C9%94k>,
        <http://lexvo.org/id/term/mer/Machi>,
        <http://lexvo.org/id/term/mfe/mars>,
        <http://lexvo.org/id/term/mgh/Mweri%20wo%20uneraru>,
        <http://lexvo.org/id/term/mgo/imeg%20mb%C9%99%C5%8Bchubi>,
        <http://lexvo.org/id/term/mkd/%D0%BC%D0%B0%D1%80%D1%82>,
        <http://lexvo.org/id/term/mlg/Martsa>,
        <http://lexvo.org/id/term/mlt/Marzu>,
        <http://lexvo.org/id/term/mua/Cokcwaklii>,
        <http://lexvo.org/id/term/mya/%E1%80%99%E1%80%90%E1%80%BA>,
        <http://lexvo.org/id/term/naq/%C7%80Khuu%C7%81kh%C3%A2b>,
        <http://lexvo.org/id/term/nbl/uMatjhi>,
        <http://lexvo.org/id/term/nde/Mbimbitho>,
        <http://lexvo.org/id/term/nep/%E0%A4%AE%E0%A4%BE%E0%A4%B0%E0%A5%8D%E0%A4%9A>,
        <http://lexvo.org/id/term/nld/maart>,
        <http://lexvo.org/id/term/nmg/ngw%C9%9Bn%20%C5%84lal>,
        <http://lexvo.org/id/term/nnh/sa%C5%8B%20lepy%C3%A8%20sh%C3%BAm>,
        <http://lexvo.org/id/term/nno/mars>,
        <http://lexvo.org/id/term/nob/mars>,
        <http://lexvo.org/id/term/nso/Mat%C5%A1he>,
        <http://lexvo.org/id/term/nus/Du%C9%94%CC%B1%C9%94%CC%B1%C5%8B>,
        <http://lexvo.org/id/term/nyn/Okwakashatu>,
        <http://lexvo.org/id/term/ori/%E0%AC%AE%E0%AC%BE%E0%AC%B0%E0%AD%8D%E0%AC%9A%E0%AD%8D%E0%AC%9A>,
        <http://lexvo.org/id/term/orm/Bitooteessa>,
        <http://lexvo.org/id/term/oss/%D0%BC%D0%B0%D1%80%D1%82%D1%8A%D0%B8%D0%B9%D1%8B>,
        <http://lexvo.org/id/term/pan-Arab/%D9%85%D8%A7%D8%B1%DA%86>,
        <http://lexvo.org/id/term/pan/%E0%A8%AE%E0%A8%BE%E0%A8%B0%E0%A8%9A>,
        <http://lexvo.org/id/term/pol/marca>,
        <http://lexvo.org/id/term/por/Mar%C3%A7o>,
        <http://lexvo.org/id/term/por/mar%C3%A7o>,
        <http://lexvo.org/id/term/pus/%D9%85%D8%A7%D8%B1%DA%86>,
        <http://lexvo.org/id/term/rof/Mweri%20wa%20katatu>,
        <http://lexvo.org/id/term/roh/mars>,
        <http://lexvo.org/id/term/ron/martie>,
        <http://lexvo.org/id/term/run/Ntwarante>,
        <http://lexvo.org/id/term/rus/%D0%BC%D0%B0%D1%80%D1%82%D0%B0>,
        <http://lexvo.org/id/term/rwk/Machi>,
        <http://lexvo.org/id/term/sag/Mb%C3%A4ng%C3%BC>,
        <http://lexvo.org/id/term/sah/%D0%9A%D1%83%D0%BB%D1%83%D0%BD%20%D1%82%D1%83%D1%82%D0%B0%D1%80>,
        <http://lexvo.org/id/term/saq/Lapa%20le%20okuni>,
        <http://lexvo.org/id/term/sbp/Mushende>,
        <http://lexvo.org/id/term/seh/Marco>,
        <http://lexvo.org/id/term/ses/Marsi>,
        <http://lexvo.org/id/term/shi-Latn/ma%E1%B9%9B%E1%B9%A3>,
        <http://lexvo.org/id/term/shi/%E2%B5%8E%E2%B4%B0%E2%B5%95%E2%B5%9A>,
        <http://lexvo.org/id/term/sin/%E0%B6%B8%E0%B7%8F%E0%B6%BB%E0%B7%8A%E0%B6%AD%E0%B7%94>,
        <http://lexvo.org/id/term/slk/marec>,
        <http://lexvo.org/id/term/slv/marec>,
        <http://lexvo.org/id/term/sme/njuk%C4%8Dam%C3%A1nnu>,
        <http://lexvo.org/id/term/sna/Kurume>,
        <http://lexvo.org/id/term/som/Bisha%20Saddexaad>,
        <http://lexvo.org/id/term/sot/Hlakubele>,
        <http://lexvo.org/id/term/spa/marzo>,
        <http://lexvo.org/id/term/sqi/mars>,
        <http://lexvo.org/id/term/srp-Latn/mart>,
        <http://lexvo.org/id/term/srp/%D0%BC%D0%B0%D1%80%D1%82>,
        <http://lexvo.org/id/term/ssw/iNdlovu-lenkhulu>,
        <http://lexvo.org/id/term/ssy/Ciggilta%20Kudo>,
        <http://lexvo.org/id/term/swc/mwezi%20ya%20tatu>,
        <http://lexvo.org/id/term/swe/mars>,
        <http://lexvo.org/id/term/swh/Machi>,
        <http://lexvo.org/id/term/tam/%E0%AE%AE%E0%AE%BE%E0%AE%B0%E0%AF%8D%E0%AE%9A%E0%AF%8D>,
        <http://lexvo.org/id/term/tel/%E0%B0%AE%E0%B0%BE%E0%B0%B0%E0%B1%8D%E0%B0%9A%E0%B0%BF>,
        <http://lexvo.org/id/term/teo/Okwamg'>,
        <http://lexvo.org/id/term/tgk/%D0%9C%D0%B0%D1%80%D1%82>,
        <http://lexvo.org/id/term/tha/%E0%B8%A1%E0%B8%B5%E0%B8%99%E0%B8%B2%E0%B8%84%E0%B8%A1>,
        <http://lexvo.org/id/term/tig/%E1%88%9B%E1%88%AD%E1%89%BD>,
        <http://lexvo.org/id/term/tir/%E1%88%98%E1%8C%8B%E1%89%A2%E1%89%B5>,
        <http://lexvo.org/id/term/tir/%E1%88%9B%E1%88%AD%E1%89%BD>,
        <http://lexvo.org/id/term/ton/Ma%CA%BBasi>,
        <http://lexvo.org/id/term/tsn/Mopitlo>,
        <http://lexvo.org/id/term/tso/Nyenyankulu>,
        <http://lexvo.org/id/term/tur/Mart>,
        <http://lexvo.org/id/term/twq/Marsi>,
        <http://lexvo.org/id/term/tzm/Mars>,
        <http://lexvo.org/id/term/ukr/%D0%B1%D0%B5%D1%80%D0%B5%D0%B7%D0%BD%D1%8F>,
        <http://lexvo.org/id/term/urd/%D9%85%D8%A7%D8%B1%DA%86>,
        <http://lexvo.org/id/term/uzn-Arab/%D9%85%D8%A7%D8%B1%DA%86>,
        <http://lexvo.org/id/term/uzn-Latn/Mart>,
        <http://lexvo.org/id/term/uzn/%D0%9C%D0%B0%D1%80%D1%82>,
        <http://lexvo.org/id/term/vai-Latn/v%C9%94%C9%94>,
        <http://lexvo.org/id/term/vai/%EA%95%BE%EA%96%BA>,
        <http://lexvo.org/id/term/ven/%E1%B9%B0hafamuhwe>,
        <http://lexvo.org/id/term/vie/th%C3%A1ng%20ba>,
        <http://lexvo.org/id/term/vol/m%C3%A4zil>,
        <http://lexvo.org/id/term/vun/Machi>,
        <http://lexvo.org/id/term/wae/M%C3%A4rze>,
        <http://lexvo.org/id/term/wal/%E1%88%9B%E1%88%AD%E1%89%BD>,
        <http://lexvo.org/id/term/xho/Matshi>,
        <http://lexvo.org/id/term/xog/Marisi>,
        <http://lexvo.org/id/term/yav/%C9%94ns%C3%BAmb%C9%94l%2C%20o%C3%B3li%20%C3%BA%20k%C3%A1t%C3%A1t%C3%BA%C9%9B>,
        <http://lexvo.org/id/term/yor/O%E1%B9%A3%C3%B9%20%E1%BA%B8r%E1%BA%B9%CC%80n%C3%A0>,
        <http://lexvo.org/id/term/zsm/Mac>,
        <http://lexvo.org/id/term/zul/Mashi> .

<http://lexvo.org/id/wordnet/30/noun/may_1_28_00> rdfs:label "Caxah Alsa"@aa,
        "Mei"@af,
        "ndzɔ̀ŋèsèe"@agq,
        "Esusow Aketseaba-Kɔtɔnimba"@ak,
        "ሜይ"@am,
        "أيار"@ar,
        "ماي"@ar,
        "مايو"@ar,
        "মে"@as,
        "Mei"@asa,
        "de mayu"@ast,
        "May"@az,
        "май"@az-Cyrl,
        "M̀puyɛ"@bas,
        "май"@be,
        "Mei"@bem,
        "pa mwedzi gwa wuhanu"@bez,
        "май"@bg,
        "mɛ"@bm,
        "মে"@bn,
        "ཟླ་བ་ལྔ་པ་"@bo,
        "Mae"@br,
        "मे"@brx,
        "maj"@bs,
        "мај"@bs-Cyrl,
        "ክቢቅሪ"@byn,
        "de maig"@ca,
        "Okwakataana"@cgg,
        "ᎠᏂᏍᎬᏘ"@chr,
        "五月"@cmn,
        "5月"@cmn-Hant,
        "května"@cs,
        "Mai"@cy,
        "maj"@da,
        "Mori ghwa kasanu"@dav,
        "Mai"@de,
        "Me"@dje,
        "emiasele"@dua,
        "Mee"@dyo,
        "ཟླ་ལྔ་པ་"@dz,
        "Mweri wa gatano"@ebu,
        "dama"@ee,
        "Μαΐου"@el,
        "May"@en,
        "𐐣𐐩"@en-Dsrt,
        "majo"@eo,
        "mayo"@es,
        "mai"@et,
        "maiatza"@eu,
        "ngɔn tána"@ewo,
        "مهٔ"@fa,
        "می"@fa,
        "duujal"@ff,
        "toukokuuta"@fi,
        "Mayo"@fil,
        "mai"@fo,
        "mai"@fr,
        "Mai"@fur,
        "Bealtaine"@ga,
        "An Cèitean"@gd,
        "Maio"@gl,
        "Mai"@gsw,
        "મે"@gu,
        "Mei"@guz,
        "Boaldyn"@gv,
        "Mayu"@ha,
        "Mei"@haw,
        "מאי"@he,
        "मई"@hi,
        "svibnja"@hr,
        "május"@hu,
        "Մայիս"@hy,
        "maio"@ia,
        "Mei"@id,
        "Mee"@ig,
        "ꉬꆪ"@ii,
        "maí"@is,
        "maggio"@it,
        "5月"@ja,
        "Pɛsaŋ Pataa"@jgo,
        "Mei"@jmc,
        "მაისი"@ka,
        "Mayyu"@kab,
        "Mwai wa katano"@kam,
        "Mwedi wa Nnyano"@kde,
        "Maiu"@kea,
        "Me"@khq,
        "Mwere wa gatano"@ki,
        "мамыр"@kk,
        "Mɔnɔ ŋgbanja"@kkj,
        "maji"@kl,
        "Ng'eiyet"@kln,
        "ឧសភា"@km,
        "ಮೆ"@kn,
        "मे"@knn,
        "5월"@ko,
        "میٔ"@ks,
        "Mei"@ksb,
        "ŋwíí akǝ táan"@ksf,
        "Mäi"@ksh,
        "Mys Me"@kw,
        "май"@ky,
        "Kwiinyambála"@lag,
        "Maayi"@lg,
        "sánzá ya mítáno"@ln,
        "ພຶດສະພາ"@lo,
        "gegužė"@lt,
        "Lumùngùlù"@lu,
        "Dwe mar Abich"@luo,
        "Mei"@luy,
        "maijs"@lv,
        "Oloilépūnyīē inkókúâ"@mas,
        "Mĩĩ"@mer,
        "me"@mfe,
        "Mey"@mg,
        "Mweri wo unethanu"@mgh,
        "iməg fog"@mgo,
        "мај"@mk,
        "മേയ്"@ml,
        "मे"@mr,
        "Mejju"@mt,
        "Madǝǝuutǝbijaŋ"@mua,
        "မေ"@my,
        "ǃKhaitsâb"@naq,
        "mai"@nb,
        "Nkwenkwezi"@nd,
        "मई"@ne,
        "मे"@ne,
        "mei"@nl,
        "ngwɛn ńtan"@nmg,
        "mai"@nn,
        "saŋ tsɛ̀ɛ cÿó"@nnh,
        "Meyi"@nr,
        "Mei"@nso,
        "Duät"@nus,
        "Okwakataana"@nyn,
        "Caamsa"@om,
        "ମେ"@or,
        "майы"@os,
        "ਮਈ"@pa,
        "مئ"@pa-Arab,
        "maja"@pl,
        "می"@ps,
        "Maio"@pt,
        "maio"@pt,
        "matg"@rm,
        "Rusama"@rn,
        "mai"@ro,
        "Mweri wa tanu"@rof,
        "мая"@ru,
        "Gicuransi"@rw,
        "Mei"@rwk,
        "Ыам ыйын"@sah,
        "Lapa le imet"@saq,
        "Mushende Magali"@sbp,
        "miessemánnu"@se,
        "Maio"@seh,
        "Me"@ses,
        "Bêläwü"@sg,
        "ⵎⴰⵢⵢⵓ"@shi,
        "mayyu"@shi-Latn,
        "මැයි"@si,
        "máj"@sk,
        "maj"@sl,
        "Chivabvu"@sn,
        "Bisha Shanaad"@so,
        "maj"@sq,
        "мај"@sr,
        "maj"@sr-Latn,
        "iNkhwekhweti"@ss,
        "Caxah Alsa"@ssy,
        "Motsheanong"@st,
        "maj"@sv,
        "mwezi ya tanu"@swc,
        "Mei"@swh,
        "மே"@ta,
        "మే"@te,
        "Omaruk"@teo,
        "Май"@tg,
        "พฤษภาคม"@th,
        "ሜይ"@ti,
        "ግንቦት"@ti,
        "ሜይ"@tig,
        "Motsheganang"@tn,
        "Mē"@to,
        "Mayıs"@tr,
        "Mudyaxihi"@ts,
        "Me"@twq,
        "Mayyu"@tzm,
        "травня"@uk,
        "مئ"@ur,
        "Май"@uzn,
        "می"@uzn-Arab,
        "May"@uzn-Latn,
        "ꖑꕱ"@vai,
        "goo"@vai-Latn,
        "Shundunthule"@ve,
        "tháng năm"@vi,
        "mayul"@vo,
        "Mei"@vun,
        "Meije"@wae,
        "ሜይ"@wal,
        "Meyi"@xh,
        "Maayi"@xog,
        "ensil, oóli ú kátánuɛ"@yav,
        "Oṣù Ẹ̀bibi"@yo,
        "Mei"@zsm,
        "Meyi"@zu ;
    lvont:label <http://lexvo.org/id/term/aar/Caxah%20Alsa>,
        <http://lexvo.org/id/term/afr/Mei>,
        <http://lexvo.org/id/term/agq/ndz%C9%94%CC%80%C5%8B%C3%A8s%C3%A8e>,
        <http://lexvo.org/id/term/aka/Esusow%20Aketseaba-K%C9%94t%C9%94nimba>,
        <http://lexvo.org/id/term/amh/%E1%88%9C%E1%8B%AD>,
        <http://lexvo.org/id/term/ara/%D8%A3%D9%8A%D8%A7%D8%B1>,
        <http://lexvo.org/id/term/ara/%D9%85%D8%A7%D9%8A>,
        <http://lexvo.org/id/term/ara/%D9%85%D8%A7%D9%8A%D9%88>,
        <http://lexvo.org/id/term/asa/Mei>,
        <http://lexvo.org/id/term/asm/%E0%A6%AE%E0%A7%87>,
        <http://lexvo.org/id/term/ast/de%20mayu>,
        <http://lexvo.org/id/term/aze-Cyrl/%D0%BC%D0%B0%D0%B9>,
        <http://lexvo.org/id/term/aze/May>,
        <http://lexvo.org/id/term/bam/m%C9%9B>,
        <http://lexvo.org/id/term/bas/M%CC%80puy%C9%9B>,
        <http://lexvo.org/id/term/bel/%D0%BC%D0%B0%D0%B9>,
        <http://lexvo.org/id/term/bem/Mei>,
        <http://lexvo.org/id/term/ben/%E0%A6%AE%E0%A7%87>,
        <http://lexvo.org/id/term/bez/pa%20mwedzi%20gwa%20wuhanu>,
        <http://lexvo.org/id/term/bod/%E0%BD%9F%E0%BE%B3%E0%BC%8B%E0%BD%96%E0%BC%8B%E0%BD%A3%E0%BE%94%E0%BC%8B%E0%BD%94%E0%BC%8B>,
        <http://lexvo.org/id/term/bos-Cyrl/%D0%BC%D0%B0%D1%98>,
        <http://lexvo.org/id/term/bos/maj>,
        <http://lexvo.org/id/term/bre/Mae>,
        <http://lexvo.org/id/term/brx/%E0%A4%AE%E0%A5%87>,
        <http://lexvo.org/id/term/bul/%D0%BC%D0%B0%D0%B9>,
        <http://lexvo.org/id/term/byn/%E1%8A%AD%E1%89%A2%E1%89%85%E1%88%AA>,
        <http://lexvo.org/id/term/cat/de%20maig>,
        <http://lexvo.org/id/term/ces/kv%C4%9Btna>,
        <http://lexvo.org/id/term/cgg/Okwakataana>,
        <http://lexvo.org/id/term/chr/%E1%8E%A0%E1%8F%82%E1%8F%8D%E1%8E%AC%E1%8F%98>,
        <http://lexvo.org/id/term/cmn-Hant/5%E6%9C%88>,
        <http://lexvo.org/id/term/cmn/%E4%BA%94%E6%9C%88>,
        <http://lexvo.org/id/term/cor/Mys%20Me>,
        <http://lexvo.org/id/term/cym/Mai>,
        <http://lexvo.org/id/term/dan/maj>,
        <http://lexvo.org/id/term/dav/Mori%20ghwa%20kasanu>,
        <http://lexvo.org/id/term/deu/Mai>,
        <http://lexvo.org/id/term/dje/Me>,
        <http://lexvo.org/id/term/dua/emiasele>,
        <http://lexvo.org/id/term/dyo/Mee>,
        <http://lexvo.org/id/term/dzo/%E0%BD%9F%E0%BE%B3%E0%BC%8B%E0%BD%A3%E0%BE%94%E0%BC%8B%E0%BD%94%E0%BC%8B>,
        <http://lexvo.org/id/term/ebu/Mweri%20wa%20gatano>,
        <http://lexvo.org/id/term/ell/%CE%9C%CE%B1%CE%90%CE%BF%CF%85>,
        <http://lexvo.org/id/term/eng-Dsrt/%F0%90%90%A3%F0%90%90%A9>,
        <http://lexvo.org/id/term/eng/May>,
        <http://lexvo.org/id/term/epo/majo>,
        <http://lexvo.org/id/term/est/mai>,
        <http://lexvo.org/id/term/eus/maiatza>,
        <http://lexvo.org/id/term/ewe/dama>,
        <http://lexvo.org/id/term/ewo/ng%C9%94n%20t%C3%A1na>,
        <http://lexvo.org/id/term/fao/mai>,
        <http://lexvo.org/id/term/fas/%D9%85%D9%87%D9%94>,
        <http://lexvo.org/id/term/fas/%D9%85%DB%8C>,
        <http://lexvo.org/id/term/fil/Mayo>,
        <http://lexvo.org/id/term/fin/toukokuuta>,
        <http://lexvo.org/id/term/fra/mai>,
        <http://lexvo.org/id/term/ful/duujal>,
        <http://lexvo.org/id/term/fur/Mai>,
        <http://lexvo.org/id/term/gla/An%20C%C3%A8itean>,
        <http://lexvo.org/id/term/gle/Bealtaine>,
        <http://lexvo.org/id/term/glg/Maio>,
        <http://lexvo.org/id/term/glv/Boaldyn>,
        <http://lexvo.org/id/term/gsw/Mai>,
        <http://lexvo.org/id/term/guj/%E0%AA%AE%E0%AB%87>,
        <http://lexvo.org/id/term/guz/Mei>,
        <http://lexvo.org/id/term/hau/Mayu>,
        <http://lexvo.org/id/term/haw/Mei>,
        <http://lexvo.org/id/term/heb/%D7%9E%D7%90%D7%99>,
        <http://lexvo.org/id/term/hin/%E0%A4%AE%E0%A4%88>,
        <http://lexvo.org/id/term/hrv/svibnja>,
        <http://lexvo.org/id/term/hun/m%C3%A1jus>,
        <http://lexvo.org/id/term/hye/%D5%84%D5%A1%D5%B5%D5%AB%D5%BD>,
        <http://lexvo.org/id/term/ibo/Mee>,
        <http://lexvo.org/id/term/iii/%EA%89%AC%EA%86%AA>,
        <http://lexvo.org/id/term/ina/maio>,
        <http://lexvo.org/id/term/ind/Mei>,
        <http://lexvo.org/id/term/isl/ma%C3%AD>,
        <http://lexvo.org/id/term/ita/maggio>,
        <http://lexvo.org/id/term/jgo/P%C9%9Bsa%C5%8B%20Pataa>,
        <http://lexvo.org/id/term/jmc/Mei>,
        <http://lexvo.org/id/term/jpn/5%E6%9C%88>,
        <http://lexvo.org/id/term/kab/Mayyu>,
        <http://lexvo.org/id/term/kal/maji>,
        <http://lexvo.org/id/term/kam/Mwai%20wa%20katano>,
        <http://lexvo.org/id/term/kan/%E0%B2%AE%E0%B3%86>,
        <http://lexvo.org/id/term/kas/%D9%85%DB%8C%D9%94>,
        <http://lexvo.org/id/term/kat/%E1%83%9B%E1%83%90%E1%83%98%E1%83%A1%E1%83%98>,
        <http://lexvo.org/id/term/kaz/%D0%BC%D0%B0%D0%BC%D1%8B%D1%80>,
        <http://lexvo.org/id/term/kde/Mwedi%20wa%20Nnyano>,
        <http://lexvo.org/id/term/kea/Maiu>,
        <http://lexvo.org/id/term/khm/%E1%9E%A7%E1%9E%9F%E1%9E%97%E1%9E%B6>,
        <http://lexvo.org/id/term/khq/Me>,
        <http://lexvo.org/id/term/kik/Mwere%20wa%20gatano>,
        <http://lexvo.org/id/term/kin/Gicuransi>,
        <http://lexvo.org/id/term/kir/%D0%BC%D0%B0%D0%B9>,
        <http://lexvo.org/id/term/kkj/M%C9%94n%C9%94%20%C5%8Bgbanja>,
        <http://lexvo.org/id/term/kln/Ng'eiyet>,
        <http://lexvo.org/id/term/knn/%E0%A4%AE%E0%A5%87>,
        <http://lexvo.org/id/term/kor/5%EC%9B%94>,
        <http://lexvo.org/id/term/ksb/Mei>,
        <http://lexvo.org/id/term/ksf/%C5%8Bw%C3%AD%C3%AD%20ak%C7%9D%20t%C3%A1an>,
        <http://lexvo.org/id/term/ksh/M%C3%A4i>,
        <http://lexvo.org/id/term/lag/Kwiinyamb%C3%A1la>,
        <http://lexvo.org/id/term/lao/%E0%BA%9E%E0%BA%B6%E0%BA%94%E0%BA%AA%E0%BA%B0%E0%BA%9E%E0%BA%B2>,
        <http://lexvo.org/id/term/lav/maijs>,
        <http://lexvo.org/id/term/lin/s%C3%A1nz%C3%A1%20ya%20m%C3%ADt%C3%A1no>,
        <http://lexvo.org/id/term/lit/gegu%C5%BE%C4%97>,
        <http://lexvo.org/id/term/lub/Lum%C3%B9ng%C3%B9l%C3%B9>,
        <http://lexvo.org/id/term/lug/Maayi>,
        <http://lexvo.org/id/term/luo/Dwe%20mar%20Abich>,
        <http://lexvo.org/id/term/luy/Mei>,
        <http://lexvo.org/id/term/mal/%E0%B4%AE%E0%B5%87%E0%B4%AF%E0%B5%8D>,
        <http://lexvo.org/id/term/mar/%E0%A4%AE%E0%A5%87>,
        <http://lexvo.org/id/term/mas/Oloil%C3%A9p%C5%ABny%C4%AB%C4%93%20ink%C3%B3k%C3%BA%C3%A2>,
        <http://lexvo.org/id/term/mer/M%C4%A9%C4%A9>,
        <http://lexvo.org/id/term/mfe/me>,
        <http://lexvo.org/id/term/mgh/Mweri%20wo%20unethanu>,
        <http://lexvo.org/id/term/mgo/im%C9%99g%20fog>,
        <http://lexvo.org/id/term/mkd/%D0%BC%D0%B0%D1%98>,
        <http://lexvo.org/id/term/mlg/Mey>,
        <http://lexvo.org/id/term/mlt/Mejju>,
        <http://lexvo.org/id/term/mua/Mad%C7%9D%C7%9Duut%C7%9Dbija%C5%8B>,
        <http://lexvo.org/id/term/mya/%E1%80%99%E1%80%B1>,
        <http://lexvo.org/id/term/naq/%C7%83Khaits%C3%A2b>,
        <http://lexvo.org/id/term/nbl/Meyi>,
        <http://lexvo.org/id/term/nde/Nkwenkwezi>,
        <http://lexvo.org/id/term/nep/%E0%A4%AE%E0%A4%88>,
        <http://lexvo.org/id/term/nep/%E0%A4%AE%E0%A5%87>,
        <http://lexvo.org/id/term/nld/mei>,
        <http://lexvo.org/id/term/nmg/ngw%C9%9Bn%20%C5%84tan>,
        <http://lexvo.org/id/term/nnh/sa%C5%8B%20ts%C9%9B%CC%80%C9%9B%20c%C3%BF%C3%B3>,
        <http://lexvo.org/id/term/nno/mai>,
        <http://lexvo.org/id/term/nob/mai>,
        <http://lexvo.org/id/term/nso/Mei>,
        <http://lexvo.org/id/term/nus/Du%C3%A4t>,
        <http://lexvo.org/id/term/nyn/Okwakataana>,
        <http://lexvo.org/id/term/ori/%E0%AC%AE%E0%AD%87>,
        <http://lexvo.org/id/term/orm/Caamsa>,
        <http://lexvo.org/id/term/oss/%D0%BC%D0%B0%D0%B9%D1%8B>,
        <http://lexvo.org/id/term/pan-Arab/%D9%85%D8%A6>,
        <http://lexvo.org/id/term/pan/%E0%A8%AE%E0%A8%88>,
        <http://lexvo.org/id/term/pol/maja>,
        <http://lexvo.org/id/term/por/Maio>,
        <http://lexvo.org/id/term/por/maio>,
        <http://lexvo.org/id/term/pus/%D9%85%DB%8C>,
        <http://lexvo.org/id/term/rof/Mweri%20wa%20tanu>,
        <http://lexvo.org/id/term/roh/matg>,
        <http://lexvo.org/id/term/ron/mai>,
        <http://lexvo.org/id/term/run/Rusama>,
        <http://lexvo.org/id/term/rus/%D0%BC%D0%B0%D1%8F>,
        <http://lexvo.org/id/term/rwk/Mei>,
        <http://lexvo.org/id/term/sag/B%C3%AAl%C3%A4w%C3%BC>,
        <http://lexvo.org/id/term/sah/%D0%AB%D0%B0%D0%BC%20%D1%8B%D0%B9%D1%8B%D0%BD>,
        <http://lexvo.org/id/term/saq/Lapa%20le%20imet>,
        <http://lexvo.org/id/term/sbp/Mushende%20Magali>,
        <http://lexvo.org/id/term/seh/Maio>,
        <http://lexvo.org/id/term/ses/Me>,
        <http://lexvo.org/id/term/shi-Latn/mayyu>,
        <http://lexvo.org/id/term/shi/%E2%B5%8E%E2%B4%B0%E2%B5%A2%E2%B5%A2%E2%B5%93>,
        <http://lexvo.org/id/term/sin/%E0%B6%B8%E0%B7%90%E0%B6%BA%E0%B7%92>,
        <http://lexvo.org/id/term/slk/m%C3%A1j>,
        <http://lexvo.org/id/term/slv/maj>,
        <http://lexvo.org/id/term/sme/miessem%C3%A1nnu>,
        <http://lexvo.org/id/term/sna/Chivabvu>,
        <http://lexvo.org/id/term/som/Bisha%20Shanaad>,
        <http://lexvo.org/id/term/sot/Motsheanong>,
        <http://lexvo.org/id/term/spa/mayo>,
        <http://lexvo.org/id/term/sqi/maj>,
        <http://lexvo.org/id/term/srp-Latn/maj>,
        <http://lexvo.org/id/term/srp/%D0%BC%D0%B0%D1%98>,
        <http://lexvo.org/id/term/ssw/iNkhwekhweti>,
        <http://lexvo.org/id/term/ssy/Caxah%20Alsa>,
        <http://lexvo.org/id/term/swc/mwezi%20ya%20tanu>,
        <http://lexvo.org/id/term/swe/maj>,
        <http://lexvo.org/id/term/swh/Mei>,
        <http://lexvo.org/id/term/tam/%E0%AE%AE%E0%AF%87>,
        <http://lexvo.org/id/term/tel/%E0%B0%AE%E0%B1%87>,
        <http://lexvo.org/id/term/teo/Omaruk>,
        <http://lexvo.org/id/term/tgk/%D0%9C%D0%B0%D0%B9>,
        <http://lexvo.org/id/term/tha/%E0%B8%9E%E0%B8%A4%E0%B8%A9%E0%B8%A0%E0%B8%B2%E0%B8%84%E0%B8%A1>,
        <http://lexvo.org/id/term/tig/%E1%88%9C%E1%8B%AD>,
        <http://lexvo.org/id/term/tir/%E1%88%9C%E1%8B%AD>,
        <http://lexvo.org/id/term/tir/%E1%8C%8D%E1%8A%95%E1%89%A6%E1%89%B5>,
        <http://lexvo.org/id/term/ton/M%C4%93>,
        <http://lexvo.org/id/term/tsn/Motsheganang>,
        <http://lexvo.org/id/term/tso/Mudyaxihi>,
        <http://lexvo.org/id/term/tur/May%C4%B1s>,
        <http://lexvo.org/id/term/twq/Me>,
        <http://lexvo.org/id/term/tzm/Mayyu>,
        <http://lexvo.org/id/term/ukr/%D1%82%D1%80%D0%B0%D0%B2%D0%BD%D1%8F>,
        <http://lexvo.org/id/term/urd/%D9%85%D8%A6>,
        <http://lexvo.org/id/term/uzn-Arab/%D9%85%DB%8C>,
        <http://lexvo.org/id/term/uzn-Latn/May>,
        <http://lexvo.org/id/term/uzn/%D0%9C%D0%B0%D0%B9>,
        <http://lexvo.org/id/term/vai-Latn/goo>,
        <http://lexvo.org/id/term/vai/%EA%96%91%EA%95%B1>,
        <http://lexvo.org/id/term/ven/Shundunthule>,
        <http://lexvo.org/id/term/vie/th%C3%A1ng%20n%C4%83m>,
        <http://lexvo.org/id/term/vol/mayul>,
        <http://lexvo.org/id/term/vun/Mei>,
        <http://lexvo.org/id/term/wae/Meije>,
        <http://lexvo.org/id/term/wal/%E1%88%9C%E1%8B%AD>,
        <http://lexvo.org/id/term/xho/Meyi>,
        <http://lexvo.org/id/term/xog/Maayi>,
        <http://lexvo.org/id/term/yav/ensil%2C%20o%C3%B3li%20%C3%BA%20k%C3%A1t%C3%A1nu%C9%9B>,
        <http://lexvo.org/id/term/yor/O%E1%B9%A3%C3%B9%20%E1%BA%B8%CC%80bibi>,
        <http://lexvo.org/id/term/zsm/Mei>,
        <http://lexvo.org/id/term/zul/Meyi> .

<http://lexvo.org/id/wordnet/30/noun/monday_1_28_00> rdfs:label "Etleeni"@aa,
        "Maandag"@af,
        "tsuʔukpà"@agq,
        "Dwowda"@ak,
        "ሰኞ"@am,
        "الاثنين"@ar,
        "সোমবাৰ"@as,
        "Jumatatu"@asa,
        "llunes"@ast,
        "bazar ertəsi"@az,
        "базар ертәси"@az-Cyrl,
        "ŋgwà njaŋgumba"@bas,
        "панядзелак"@be,
        "Palichimo"@bem,
        "pa shahuviluha"@bez,
        "понеделник"@bg,
        "ntɛnɛ"@bm,
        "সোমবার"@bn,
        "གཟའ་ཟླ་བ་"@bo,
        "Lun"@br,
        "समबार"@brx,
        "ponedjeljak"@bs,
        "понедељак"@bs-Cyrl,
        "ሰኑ"@byn,
        "dilluns"@ca,
        "Orwokubanza"@cgg,
        "ᎤᎾᏙᏓᏉᏅᎯ"@chr,
        "星期一"@cmn,
        "星期一"@cmn-Hant,
        "pondělí"@cs,
        "Dydd Llun"@cy,
        "mandag"@da,
        "Kuramuka jimweri"@dav,
        "Montag"@de,
        "Atinni"@dje,
        "mɔ́sú"@dua,
        "Teneŋ"@dyo,
        "གཟའ་མིག་དམར་"@dz,
        "Njumatatu"@ebu,
        "dzoɖa"@ee,
        "Δευτέρα"@el,
        "Monday"@en,
        "𐐣𐐲𐑌𐐼𐐩"@en-Dsrt,
        "lundo"@eo,
        "lunes"@es,
        "esmaspäev"@et,
        "astelehena"@eu,
        "mɔ́ndi"@ewo,
        "دوشنبه"@fa,
        "aaɓnde"@ff,
        "maanantaina"@fi,
        "Lunes"@fil,
        "mánadagur"@fo,
        "lundi"@fr,
        "lunis"@fur,
        "Dé Luain"@ga,
        "DiLuain"@gd,
        "Luns"@gl,
        "Määntig"@gsw,
        "સોમવાર"@gu,
        "Chumatato"@guz,
        "Jelhein"@gv,
        "Litinin"@ha,
        "Poʻakahi"@haw,
        "יום שני"@he,
        "सोमवार"@hi,
        "ponedjeljak"@hr,
        "hétfő"@hu,
        "Երկուշաբթի"@hy,
        "lunedi"@ia,
        "Senin"@id,
        "Mọnde"@ig,
        "ꆏꊂꋍ"@ii,
        "mánudagur"@is,
        "lunedì"@it,
        "月曜日"@ja,
        "Mɔ́ndi"@jgo,
        "Jumatatuu"@jmc,
        "ორშაბათი"@ka,
        "Sanass"@kab,
        "Wa kwambĩlĩlya"@kam,
        "Liduva lyatatu"@kde,
        "sigunda-fera"@kea,
        "Atini"@khq,
        "Njumatatũ"@ki,
        "дуйсенбі"@kk,
        "lundi"@kkj,
        "ataasinngorneq"@kl,
        "Betut netai"@kln,
        "ចន្ទ"@km,
        "ಸೋಮವಾರ"@kn,
        "सोमवार"@knn,
        "월요일"@ko,
        "ژٔنٛدرٕروار"@ks,
        "Jumaatatu"@ksb,
        "lǝndí"@ksf,
        "Moondaach"@ksh,
        "De Lun"@kw,
        "дүйшөмбү"@ky,
        "Jumatátu"@lag,
        "Balaza"@lg,
        "mokɔlɔ mwa yambo"@ln,
        "ວັນຈັນ"@lo,
        "pirmadienis"@lt,
        "Nkodya"@lu,
        "Wuok Tich"@luo,
        "Jumatatu"@luy,
        "pirmdiena"@lv,
        "Jumatátu"@mas,
        "Muramuko"@mer,
        "lindi"@mfe,
        "Alatsinainy"@mg,
        "Jumatatu"@mgh,
        "Aneg 2"@mgo,
        "понеделник"@mk,
        "തിങ്കളാഴ്ച"@ml,
        "सोमवार"@mr,
        "It-Tnejn"@mt,
        "Comlaaɗii"@mua,
        "တနင်္လာ"@my,
        "Mantaxtsees"@naq,
        "mandag"@nb,
        "Mvulo"@nd,
        "सोमबार"@ne,
        "सोमवार"@ne,
        "maandag"@nl,
        "mɔ́ndɔ"@nmg,
        "måndag"@nn,
        "mvfò lyɛ̌ʼ"@nnh,
        "uMvulo"@nr,
        "Mosupalogo"@nso,
        "Jiec la̱t"@nus,
        "Orwokubanza"@nyn,
        "Wiixata"@om,
        "ସୋମବାର"@or,
        "къуырисӕр"@os,
        "ਸੋਮਵਾਰ"@pa,
        "پیر"@pa-Arab,
        "poniedziałek"@pl,
        "دوشنبه"@ps,
        "Segunda-feira"@pt,
        "segunda-feira"@pt,
        "glindesdi"@rm,
        "Ku wa mbere"@rn,
        "luni"@ro,
        "Ijumatatu"@rof,
        "понедельник"@ru,
        "Kuwa mbere"@rw,
        "Jumatatuu"@rwk,
        "Бэнидиэлинньик"@sah,
        "Mderot ee kuni"@saq,
        "Jumatatu"@sbp,
        "måanta"@se,
        "vuossárga"@se,
        "Chiposi"@seh,
        "Atinni"@ses,
        "Bïkua-ûse"@sg,
        "ⴰⵢⵏⴰⵙ"@shi,
        "aynas"@shi-Latn,
        "සඳුදා"@si,
        "pondelok"@sk,
        "ponedeljek"@sl,
        "Muvhuro"@sn,
        "Isniin"@so,
        "e hënë"@sq,
        "понедељак"@sr,
        "ponedeljak"@sr-Latn,
        "uMsombuluko"@ss,
        "Sani"@ssy,
        "Mmantaha"@st,
        "måndag"@sv,
        "siku ya kwanza"@swc,
        "Jumatatu"@swh,
        "திங்கள்"@ta,
        "సోమవారం"@te,
        "Nakaebarasa"@teo,
        "Душанбе"@tg,
        "วันจันทร์"@th,
        "ሰኑይ"@ti,
        "ሰኖ"@tig,
        "Mosopulogo"@tn,
        "Mōnite"@to,
        "Pazartesi"@tr,
        "Musumbhunuku"@ts,
        "Atinni"@twq,
        "Aynas"@tzm,
        "Понеділок"@uk,
        "پیر"@ur,
        "душанба"@uzn,
        "دوشنبه"@uzn-Arab,
        "dushanba"@uzn-Latn,
        "ꗳꗡꘉ"@vai,
        "tɛɛnɛɛ"@vai-Latn,
        "Musumbuluwo"@ve,
        "Thứ hai"@vi,
        "mudel"@vo,
        "Jumatatuu"@vun,
        "Mäntag"@wae,
        "ሳይኖ"@wal,
        "Mvulo"@xh,
        "Balaza"@xog,
        "móndie"@yav,
        "Ọjọ́ Ajé"@yo,
        "Isnin"@zsm,
        "Msombuluko"@zu ;
    lvont:label <http://lexvo.org/id/term/aar/Etleeni>,
        <http://lexvo.org/id/term/afr/Maandag>,
        <http://lexvo.org/id/term/agq/tsu%CA%94ukp%C3%A0>,
        <http://lexvo.org/id/term/aka/Dwowda>,
        <http://lexvo.org/id/term/amh/%E1%88%B0%E1%8A%9E>,
        <http://lexvo.org/id/term/ara/%D8%A7%D9%84%D8%A7%D8%AB%D9%86%D9%8A%D9%86>,
        <http://lexvo.org/id/term/asa/Jumatatu>,
        <http://lexvo.org/id/term/asm/%E0%A6%B8%E0%A7%8B%E0%A6%AE%E0%A6%AC%E0%A6%BE%E0%A7%B0>,
        <http://lexvo.org/id/term/ast/llunes>,
        <http://lexvo.org/id/term/aze-Cyrl/%D0%B1%D0%B0%D0%B7%D0%B0%D1%80%20%D0%B5%D1%80%D1%82%D3%99%D1%81%D0%B8>,
        <http://lexvo.org/id/term/aze/bazar%20ert%C9%99si>,
        <http://lexvo.org/id/term/bam/nt%C9%9Bn%C9%9B>,
        <http://lexvo.org/id/term/bas/%C5%8Bgw%C3%A0%20nja%C5%8Bgumba>,
        <http://lexvo.org/id/term/bel/%D0%BF%D0%B0%D0%BD%D1%8F%D0%B4%D0%B7%D0%B5%D0%BB%D0%B0%D0%BA>,
        <http://lexvo.org/id/term/bem/Palichimo>,
        <http://lexvo.org/id/term/ben/%E0%A6%B8%E0%A7%8B%E0%A6%AE%E0%A6%AC%E0%A6%BE%E0%A6%B0>,
        <http://lexvo.org/id/term/bez/pa%20shahuviluha>,
        <http://lexvo.org/id/term/bod/%E0%BD%82%E0%BD%9F%E0%BD%A0%E0%BC%8B%E0%BD%9F%E0%BE%B3%E0%BC%8B%E0%BD%96%E0%BC%8B>,
        <http://lexvo.org/id/term/bos-Cyrl/%D0%BF%D0%BE%D0%BD%D0%B5%D0%B4%D0%B5%D1%99%D0%B0%D0%BA>,
        <http://lexvo.org/id/term/bos/ponedjeljak>,
        <http://lexvo.org/id/term/bre/Lun>,
        <http://lexvo.org/id/term/brx/%E0%A4%B8%E0%A4%AE%E0%A4%AC%E0%A4%BE%E0%A4%B0>,
        <http://lexvo.org/id/term/bul/%D0%BF%D0%BE%D0%BD%D0%B5%D0%B4%D0%B5%D0%BB%D0%BD%D0%B8%D0%BA>,
        <http://lexvo.org/id/term/byn/%E1%88%B0%E1%8A%91>,
        <http://lexvo.org/id/term/cat/dilluns>,
        <http://lexvo.org/id/term/ces/pond%C4%9Bl%C3%AD>,
        <http://lexvo.org/id/term/cgg/Orwokubanza>,
        <http://lexvo.org/id/term/chr/%E1%8E%A4%E1%8E%BE%E1%8F%99%E1%8F%93%E1%8F%89%E1%8F%85%E1%8E%AF>,
        <http://lexvo.org/id/term/cmn-Hant/%E6%98%9F%E6%9C%9F%E4%B8%80>,
        <http://lexvo.org/id/term/cmn/%E6%98%9F%E6%9C%9F%E4%B8%80>,
        <http://lexvo.org/id/term/cor/De%20Lun>,
        <http://lexvo.org/id/term/cym/Dydd%20Llun>,
        <http://lexvo.org/id/term/dan/mandag>,
        <http://lexvo.org/id/term/dav/Kuramuka%20jimweri>,
        <http://lexvo.org/id/term/deu/Montag>,
        <http://lexvo.org/id/term/dje/Atinni>,
        <http://lexvo.org/id/term/dua/m%C9%94%CC%81s%C3%BA>,
        <http://lexvo.org/id/term/dyo/Tene%C5%8B>,
        <http://lexvo.org/id/term/dzo/%E0%BD%82%E0%BD%9F%E0%BD%A0%E0%BC%8B%E0%BD%98%E0%BD%B2%E0%BD%82%E0%BC%8B%E0%BD%91%E0%BD%98%E0%BD%A2%E0%BC%8B>,
        <http://lexvo.org/id/term/ebu/Njumatatu>,
        <http://lexvo.org/id/term/ell/%CE%94%CE%B5%CF%85%CF%84%CE%AD%CF%81%CE%B1>,
        <http://lexvo.org/id/term/eng-Dsrt/%F0%90%90%A3%F0%90%90%B2%F0%90%91%8C%F0%90%90%BC%F0%90%90%A9>,
        <http://lexvo.org/id/term/eng/Monday>,
        <http://lexvo.org/id/term/epo/lundo>,
        <http://lexvo.org/id/term/est/esmasp%C3%A4ev>,
        <http://lexvo.org/id/term/eus/astelehena>,
        <http://lexvo.org/id/term/ewe/dzo%C9%96a>,
        <http://lexvo.org/id/term/ewo/m%C9%94%CC%81ndi>,
        <http://lexvo.org/id/term/fao/m%C3%A1nadagur>,
        <http://lexvo.org/id/term/fas/%D8%AF%D9%88%D8%B4%D9%86%D8%A8%D9%87>,
        <http://lexvo.org/id/term/fil/Lunes>,
        <http://lexvo.org/id/term/fin/maanantaina>,
        <http://lexvo.org/id/term/fra/lundi>,
        <http://lexvo.org/id/term/ful/aa%C9%93nde>,
        <http://lexvo.org/id/term/fur/lunis>,
        <http://lexvo.org/id/term/gla/DiLuain>,
        <http://lexvo.org/id/term/gle/D%C3%A9%20Luain>,
        <http://lexvo.org/id/term/glg/Luns>,
        <http://lexvo.org/id/term/glv/Jelhein>,
        <http://lexvo.org/id/term/gsw/M%C3%A4%C3%A4ntig>,
        <http://lexvo.org/id/term/guj/%E0%AA%B8%E0%AB%8B%E0%AA%AE%E0%AA%B5%E0%AA%BE%E0%AA%B0>,
        <http://lexvo.org/id/term/guz/Chumatato>,
        <http://lexvo.org/id/term/hau/Litinin>,
        <http://lexvo.org/id/term/haw/Po%CA%BBakahi>,
        <http://lexvo.org/id/term/heb/%D7%99%D7%95%D7%9D%20%D7%A9%D7%A0%D7%99>,
        <http://lexvo.org/id/term/hin/%E0%A4%B8%E0%A5%8B%E0%A4%AE%E0%A4%B5%E0%A4%BE%E0%A4%B0>,
        <http://lexvo.org/id/term/hrv/ponedjeljak>,
        <http://lexvo.org/id/term/hun/h%C3%A9tf%C5%91>,
        <http://lexvo.org/id/term/hye/%D4%B5%D6%80%D5%AF%D5%B8%D6%82%D5%B7%D5%A1%D5%A2%D5%A9%D5%AB>,
        <http://lexvo.org/id/term/ibo/M%E1%BB%8Dnde>,
        <http://lexvo.org/id/term/iii/%EA%86%8F%EA%8A%82%EA%8B%8D>,
        <http://lexvo.org/id/term/ina/lunedi>,
        <http://lexvo.org/id/term/ind/Senin>,
        <http://lexvo.org/id/term/isl/m%C3%A1nudagur>,
        <http://lexvo.org/id/term/ita/luned%C3%AC>,
        <http://lexvo.org/id/term/jgo/M%C9%94%CC%81ndi>,
        <http://lexvo.org/id/term/jmc/Jumatatuu>,
        <http://lexvo.org/id/term/jpn/%E6%9C%88%E6%9B%9C%E6%97%A5>,
        <http://lexvo.org/id/term/kab/Sanass>,
        <http://lexvo.org/id/term/kal/ataasinngorneq>,
        <http://lexvo.org/id/term/kam/Wa%20kwamb%C4%A9l%C4%A9lya>,
        <http://lexvo.org/id/term/kan/%E0%B2%B8%E0%B3%8B%E0%B2%AE%E0%B2%B5%E0%B2%BE%E0%B2%B0>,
        <http://lexvo.org/id/term/kas/%DA%98%D9%94%D9%86%D9%9B%D8%AF%D8%B1%D9%95%D8%B1%D9%88%D8%A7%D8%B1>,
        <http://lexvo.org/id/term/kat/%E1%83%9D%E1%83%A0%E1%83%A8%E1%83%90%E1%83%91%E1%83%90%E1%83%97%E1%83%98>,
        <http://lexvo.org/id/term/kaz/%D0%B4%D1%83%D0%B9%D1%81%D0%B5%D0%BD%D0%B1%D1%96>,
        <http://lexvo.org/id/term/kde/Liduva%20lyatatu>,
        <http://lexvo.org/id/term/kea/sigunda-fera>,
        <http://lexvo.org/id/term/khm/%E1%9E%85%E1%9E%93%E1%9F%92%E1%9E%91>,
        <http://lexvo.org/id/term/khq/Atini>,
        <http://lexvo.org/id/term/kik/Njumatat%C5%A9>,
        <http://lexvo.org/id/term/kin/Kuwa%20mbere>,
        <http://lexvo.org/id/term/kir/%D0%B4%D2%AF%D0%B9%D1%88%D3%A9%D0%BC%D0%B1%D2%AF>,
        <http://lexvo.org/id/term/kkj/lundi>,
        <http://lexvo.org/id/term/kln/Betut%20netai>,
        <http://lexvo.org/id/term/knn/%E0%A4%B8%E0%A5%8B%E0%A4%AE%E0%A4%B5%E0%A4%BE%E0%A4%B0>,
        <http://lexvo.org/id/term/kor/%EC%9B%94%EC%9A%94%EC%9D%BC>,
        <http://lexvo.org/id/term/ksb/Jumaatatu>,
        <http://lexvo.org/id/term/ksf/l%C7%9Dnd%C3%AD>,
        <http://lexvo.org/id/term/ksh/Moondaach>,
        <http://lexvo.org/id/term/lag/Jumat%C3%A1tu>,
        <http://lexvo.org/id/term/lao/%E0%BA%A7%E0%BA%B1%E0%BA%99%E0%BA%88%E0%BA%B1%E0%BA%99>,
        <http://lexvo.org/id/term/lav/pirmdiena>,
        <http://lexvo.org/id/term/lin/mok%C9%94l%C9%94%20mwa%20yambo>,
        <http://lexvo.org/id/term/lit/pirmadienis>,
        <http://lexvo.org/id/term/lub/Nkodya>,
        <http://lexvo.org/id/term/lug/Balaza>,
        <http://lexvo.org/id/term/luo/Wuok%20Tich>,
        <http://lexvo.org/id/term/luy/Jumatatu>,
        <http://lexvo.org/id/term/mal/%E0%B4%A4%E0%B4%BF%E0%B4%99%E0%B5%8D%E0%B4%95%E0%B4%B3%E0%B4%BE%E0%B4%B4%E0%B5%8D%E0%B4%9A>,
        <http://lexvo.org/id/term/mar/%E0%A4%B8%E0%A5%8B%E0%A4%AE%E0%A4%B5%E0%A4%BE%E0%A4%B0>,
        <http://lexvo.org/id/term/mas/Jumat%C3%A1tu>,
        <http://lexvo.org/id/term/mer/Muramuko>,
        <http://lexvo.org/id/term/mfe/lindi>,
        <http://lexvo.org/id/term/mgh/Jumatatu>,
        <http://lexvo.org/id/term/mgo/Aneg%202>,
        <http://lexvo.org/id/term/mkd/%D0%BF%D0%BE%D0%BD%D0%B5%D0%B4%D0%B5%D0%BB%D0%BD%D0%B8%D0%BA>,
        <http://lexvo.org/id/term/mlg/Alatsinainy>,
        <http://lexvo.org/id/term/mlt/It-Tnejn>,
        <http://lexvo.org/id/term/mua/Comlaa%C9%97ii>,
        <http://lexvo.org/id/term/mya/%E1%80%90%E1%80%94%E1%80%84%E1%80%BA%E1%80%B9%E1%80%9C%E1%80%AC>,
        <http://lexvo.org/id/term/naq/Mantaxtsees>,
        <http://lexvo.org/id/term/nbl/uMvulo>,
        <http://lexvo.org/id/term/nde/Mvulo>,
        <http://lexvo.org/id/term/nep/%E0%A4%B8%E0%A5%8B%E0%A4%AE%E0%A4%AC%E0%A4%BE%E0%A4%B0>,
        <http://lexvo.org/id/term/nep/%E0%A4%B8%E0%A5%8B%E0%A4%AE%E0%A4%B5%E0%A4%BE%E0%A4%B0>,
        <http://lexvo.org/id/term/nld/maandag>,
        <http://lexvo.org/id/term/nmg/m%C9%94%CC%81nd%C9%94>,
        <http://lexvo.org/id/term/nnh/mvf%C3%B2%20ly%C9%9B%CC%8C%CA%BC>,
        <http://lexvo.org/id/term/nno/m%C3%A5ndag>,
        <http://lexvo.org/id/term/nob/mandag>,
        <http://lexvo.org/id/term/nso/Mosupalogo>,
        <http://lexvo.org/id/term/nus/Jiec%20la%CC%B1t>,
        <http://lexvo.org/id/term/nyn/Orwokubanza>,
        <http://lexvo.org/id/term/ori/%E0%AC%B8%E0%AD%8B%E0%AC%AE%E0%AC%AC%E0%AC%BE%E0%AC%B0>,
        <http://lexvo.org/id/term/orm/Wiixata>,
        <http://lexvo.org/id/term/oss/%D0%BA%D1%8A%D1%83%D1%8B%D1%80%D0%B8%D1%81%D3%95%D1%80>,
        <http://lexvo.org/id/term/pan-Arab/%D9%BE%DB%8C%D8%B1>,
        <http://lexvo.org/id/term/pan/%E0%A8%B8%E0%A9%8B%E0%A8%AE%E0%A8%B5%E0%A8%BE%E0%A8%B0>,
        <http://lexvo.org/id/term/pol/poniedzia%C5%82ek>,
        <http://lexvo.org/id/term/por/Segunda-feira>,
        <http://lexvo.org/id/term/por/segunda-feira>,
        <http://lexvo.org/id/term/pus/%D8%AF%D9%88%D8%B4%D9%86%D8%A8%D9%87>,
        <http://lexvo.org/id/term/rof/Ijumatatu>,
        <http://lexvo.org/id/term/roh/glindesdi>,
        <http://lexvo.org/id/term/ron/luni>,
        <http://lexvo.org/id/term/run/Ku%20wa%20mbere>,
        <http://lexvo.org/id/term/rus/%D0%BF%D0%BE%D0%BD%D0%B5%D0%B4%D0%B5%D0%BB%D1%8C%D0%BD%D0%B8%D0%BA>,
        <http://lexvo.org/id/term/rwk/Jumatatuu>,
        <http://lexvo.org/id/term/sag/B%C3%AFkua-%C3%BBse>,
        <http://lexvo.org/id/term/sah/%D0%91%D1%8D%D0%BD%D0%B8%D0%B4%D0%B8%D1%8D%D0%BB%D0%B8%D0%BD%D0%BD%D1%8C%D0%B8%D0%BA>,
        <http://lexvo.org/id/term/saq/Mderot%20ee%20kuni>,
        <http://lexvo.org/id/term/sbp/Jumatatu>,
        <http://lexvo.org/id/term/seh/Chiposi>,
        <http://lexvo.org/id/term/ses/Atinni>,
        <http://lexvo.org/id/term/shi-Latn/aynas>,
        <http://lexvo.org/id/term/shi/%E2%B4%B0%E2%B5%A2%E2%B5%8F%E2%B4%B0%E2%B5%99>,
        <http://lexvo.org/id/term/sin/%E0%B7%83%E0%B6%B3%E0%B7%94%E0%B6%AF%E0%B7%8F>,
        <http://lexvo.org/id/term/slk/pondelok>,
        <http://lexvo.org/id/term/slv/ponedeljek>,
        <http://lexvo.org/id/term/sme/m%C3%A5anta>,
        <http://lexvo.org/id/term/sme/vuoss%C3%A1rga>,
        <http://lexvo.org/id/term/sna/Muvhuro>,
        <http://lexvo.org/id/term/som/Isniin>,
        <http://lexvo.org/id/term/sot/Mmantaha>,
        <http://lexvo.org/id/term/spa/lunes>,
        <http://lexvo.org/id/term/sqi/e%20h%C3%ABn%C3%AB>,
        <http://lexvo.org/id/term/srp-Latn/ponedeljak>,
        <http://lexvo.org/id/term/srp/%D0%BF%D0%BE%D0%BD%D0%B5%D0%B4%D0%B5%D1%99%D0%B0%D0%BA>,
        <http://lexvo.org/id/term/ssw/uMsombuluko>,
        <http://lexvo.org/id/term/ssy/Sani>,
        <http://lexvo.org/id/term/swc/siku%20ya%20kwanza>,
        <http://lexvo.org/id/term/swe/m%C3%A5ndag>,
        <http://lexvo.org/id/term/swh/Jumatatu>,
        <http://lexvo.org/id/term/tam/%E0%AE%A4%E0%AE%BF%E0%AE%99%E0%AF%8D%E0%AE%95%E0%AE%B3%E0%AF%8D>,
        <http://lexvo.org/id/term/tel/%E0%B0%B8%E0%B1%8B%E0%B0%AE%E0%B0%B5%E0%B0%BE%E0%B0%B0%E0%B0%82>,
        <http://lexvo.org/id/term/teo/Nakaebarasa>,
        <http://lexvo.org/id/term/tgk/%D0%94%D1%83%D1%88%D0%B0%D0%BD%D0%B1%D0%B5>,
        <http://lexvo.org/id/term/tha/%E0%B8%A7%E0%B8%B1%E0%B8%99%E0%B8%88%E0%B8%B1%E0%B8%99%E0%B8%97%E0%B8%A3%E0%B9%8C>,
        <http://lexvo.org/id/term/tig/%E1%88%B0%E1%8A%96>,
        <http://lexvo.org/id/term/tir/%E1%88%B0%E1%8A%91%E1%8B%AD>,
        <http://lexvo.org/id/term/ton/M%C5%8Dnite>,
        <http://lexvo.org/id/term/tsn/Mosopulogo>,
        <http://lexvo.org/id/term/tso/Musumbhunuku>,
        <http://lexvo.org/id/term/tur/Pazartesi>,
        <http://lexvo.org/id/term/twq/Atinni>,
        <http://lexvo.org/id/term/tzm/Aynas>,
        <http://lexvo.org/id/term/ukr/%D0%9F%D0%BE%D0%BD%D0%B5%D0%B4%D1%96%D0%BB%D0%BE%D0%BA>,
        <http://lexvo.org/id/term/urd/%D9%BE%DB%8C%D8%B1>,
        <http://lexvo.org/id/term/uzn-Arab/%D8%AF%D9%88%D8%B4%D9%86%D8%A8%D9%87>,
        <http://lexvo.org/id/term/uzn-Latn/dushanba>,
        <http://lexvo.org/id/term/uzn/%D0%B4%D1%83%D1%88%D0%B0%D0%BD%D0%B1%D0%B0>,
        <http://lexvo.org/id/term/vai-Latn/t%C9%9B%C9%9Bn%C9%9B%C9%9B>,
        <http://lexvo.org/id/term/vai/%EA%97%B3%EA%97%A1%EA%98%89>,
        <http://lexvo.org/id/term/ven/Musumbuluwo>,
        <http://lexvo.org/id/term/vie/Th%E1%BB%A9%20hai>,
        <http://lexvo.org/id/term/vol/mudel>,
        <http://lexvo.org/id/term/vun/Jumatatuu>,
        <http://lexvo.org/id/term/wae/M%C3%A4ntag>,
        <http://lexvo.org/id/term/wal/%E1%88%B3%E1%8B%AD%E1%8A%96>,
        <http://lexvo.org/id/term/xho/Mvulo>,
        <http://lexvo.org/id/term/xog/Balaza>,
        <http://lexvo.org/id/term/yav/m%C3%B3ndie>,
        <http://lexvo.org/id/term/yor/%E1%BB%8Cj%E1%BB%8D%CC%81%20Aj%C3%A9>,
        <http://lexvo.org/id/term/zsm/Isnin>,
        <http://lexvo.org/id/term/zul/Msombuluko> .

<http://lexvo.org/id/wordnet/30/noun/november_1_28_00> rdfs:label "Ximoli"@aa,
        "November"@af,
        "ndzɔ̀ŋɔ̀chwaʔàkaa wo"@agq,
        "Ɔberɛfɛw-Obubuo"@ak,
        "ኖቬምበር"@am,
        "تشرين الثاني"@ar,
        "نوفمبر"@ar,
        "نونبر"@ar,
        "নৱেম্বৰ"@as,
        "Novemba"@asa,
        "de payares"@ast,
        "Noyabr"@az,
        "нојабр"@az-Cyrl,
        "Màyɛsèp"@bas,
        "лістапад"@be,
        "Novemba"@bem,
        "pa mwedzi gwa kumi na moja"@bez,
        "ноември"@bg,
        "nowanburu"@bm,
        "নভেম্বর"@bn,
        "ཟླ་བ་བཅུ་གཅིག་པ་"@bo,
        "Du"@br,
        "नबेज्ब़र"@brx,
        "novembar"@bs,
        "новембар"@bs-Cyrl,
        "ምኪኤል መሽወሪ"@byn,
        "de novembre"@ca,
        "Okwaikumi na kumwe"@cgg,
        "ᏅᏓᏕᏆ"@chr,
        "十一月"@cmn,
        "11月"@cmn-Hant,
        "listopadu"@cs,
        "Tachwedd"@cy,
        "november"@da,
        "Mori ghwa ikumi na imweri"@dav,
        "November"@de,
        "Noowanbur"@dje,
        "tiníní"@dua,
        "Novembar"@dyo,
        "ཟླ་བཅུ་གཅིག་པ་"@dz,
        "Mweri wa ikũmi na ũmwe"@ebu,
        "adeɛmekpɔxe"@ee,
        "Νοεμβρίου"@el,
        "November"@en,
        "𐐤𐐬𐑂𐐯𐑋𐐺𐐲𐑉"@en-Dsrt,
        "novembro"@eo,
        "noviembre"@es,
        "november"@et,
        "azaroa"@eu,
        "ngɔn awóm ai dziá"@ewo,
        "نوامبر"@fa,
        "نومبر"@fa,
        "jolal"@ff,
        "marraskuuta"@fi,
        "Nobyembre"@fil,
        "november"@fo,
        "novembre"@fr,
        "Novembar"@fur,
        "Samhain"@ga,
        "An t-Samhain"@gd,
        "Novembro"@gl,
        "Novämber"@gsw,
        "નવેમ્બર"@gu,
        "Nobemba"@guz,
        "Mee Houney"@gv,
        "Nuwamba"@ha,
        "Nowemapa"@haw,
        "נובמבר"@he,
        "नवम्बर"@hi,
        "studenoga"@hr,
        "november"@hu,
        "Նոյեմբեր"@hy,
        "novembre"@ia,
        "November"@id,
        "Novemba"@ig,
        "ꊰꊪꆪ"@ii,
        "nóvember"@is,
        "novembre"@it,
        "11月"@ja,
        "Pɛsaŋ Ntsɔ̌pmɔ́"@jgo,
        "Novemba"@jmc,
        "ნოემბერი"@ka,
        "Nunembeṛ"@kab,
        "Mwai wa ĩkumi na ĩmwe"@kam,
        "Mwedi wa Nnyano na Nnyano na U"@kde,
        "Nuvenbru"@kea,
        "Noowanbur"@khq,
        "Mwere wa ikũmi na ũmwe"@ki,
        "қараша"@kk,
        "11"@kkj,
        "novemberi"@kl,
        "Kipsunde netai"@kln,
        "វិច្ឆិកា"@km,
        "ನವೆಂಬರ್"@kn,
        "नोव्हेंबर"@knn,
        "11월"@ko,
        "نومبر"@ks,
        "Novemba"@ksb,
        "ŋwíí akǝ ntɛk di bɔ́k"@ksf,
        "Novämber"@ksh,
        "Mys Du"@kw,
        "ноябрь"@ky,
        "Kʉsaano"@lag,
        "Novemba"@lg,
        "sánzá ya zómi na mɔ̌kɔ́"@ln,
        "ພະຈິກ"@lo,
        "lapkritis"@lt,
        "Kaswèkèsè"@lu,
        "Dwe mar gi achiel"@luo,
        "Novemba"@luy,
        "novembris"@lv,
        "Pʉshʉ́ka"@mas,
        "Novemba"@mer,
        "novam"@mfe,
        "Novambra"@mg,
        "Mweri wo kumi na moja"@mgh,
        "iməg zò"@mgo,
        "ноември"@mk,
        "നവംബർ"@ml,
        "नोव्हेंबर"@mr,
        "Novembru"@mt,
        "Fĩi Gwahlle"@mua,
        "နိုဝင်ဘာ"@my,
        "ǀHooǂgaeb"@naq,
        "november"@nb,
        "Lwezi"@nd,
        "नोभेम्बर"@ne,
        "november"@nl,
        "ngwɛn wum navŭr"@nmg,
        "november"@nn,
        "saŋ mejwoŋó"@nnh,
        "Usinyikhaba"@nr,
        "Nofemere"@nso,
        "Kur"@nus,
        "Okwaikumi na kumwe"@nyn,
        "Sadaasa"@om,
        "ନଭେମ୍ବର"@or,
        "ноябры"@os,
        "ਨਵੰਬਰ"@pa,
        "نومبر"@pa-Arab,
        "listopada"@pl,
        "نومبر"@ps,
        "Novembro"@pt,
        "novembro"@pt,
        "november"@rm,
        "Munyonyo"@rn,
        "noiembrie"@ro,
        "Mweri wa ikumi na moja"@rof,
        "ноября"@ru,
        "Ugushyingo"@rw,
        "Novemba"@rwk,
        "Сэтинньи"@sah,
        "Lapa le tomon obo"@saq,
        "Musongandembwe"@sbp,
        "skábmamánnu"@se,
        "Novembro"@seh,
        "Noowanbur"@ses,
        "Nabändüru"@sg,
        "ⵏⵓⵡⴰⵏⴱⵉⵔ"@shi,
        "nuwanbir"@shi-Latn,
        "නොවැම්බර්"@si,
        "november"@sk,
        "november"@sl,
        "Mbudzi"@sn,
        "Bisha Kow iyo Tobnaad"@so,
        "nëntor"@sq,
        "новембар"@sr,
        "novembar"@sr-Latn,
        "Lweti"@ss,
        "Ximoli"@ssy,
        "Pundungwane"@st,
        "november"@sv,
        "mwezi ya kumi na moya"@swc,
        "Novemba"@swh,
        "நவம்பர்"@ta,
        "నవంబర్"@te,
        "Olabor"@teo,
        "Ноябр"@tg,
        "พฤศจิกายน"@th,
        "ሕዳር"@ti,
        "ኖቬምበር"@ti,
        "ኖቬምበር"@tig,
        "Ngwanatsele"@tn,
        "Nōvema"@to,
        "Kasım"@tr,
        "Hukuri"@ts,
        "Noowanbur"@twq,
        "Nwanbir"@tzm,
        "листопада"@uk,
        "نومبر"@ur,
        "Ноябр"@uzn,
        "نومبر"@uzn-Arab,
        "Noyabr"@uzn-Latn,
        "ꔞꘋꕔꕿ ꕸꖃꗏ"@vai,
        "kenpkato ɓololɔ"@vai-Latn,
        "Ḽara"@ve,
        "tháng mười một"@vi,
        "novul"@vo,
        "Novemba"@vun,
        "Wintermánet"@wae,
        "ኖቬምበር"@wal,
        "Novemba"@xh,
        "Novemba"@xog,
        "makandikɛ"@yav,
        "Oṣù Bélú"@yo,
        "November"@zsm,
        "Novemba"@zu ;
    lvont:label <http://lexvo.org/id/term/aar/Ximoli>,
        <http://lexvo.org/id/term/afr/November>,
        <http://lexvo.org/id/term/agq/ndz%C9%94%CC%80%C5%8B%C9%94%CC%80chwa%CA%94%C3%A0kaa%20wo>,
        <http://lexvo.org/id/term/aka/%C6%86ber%C9%9Bf%C9%9Bw-Obubuo>,
        <http://lexvo.org/id/term/amh/%E1%8A%96%E1%89%AC%E1%88%9D%E1%89%A0%E1%88%AD>,
        <http://lexvo.org/id/term/ara/%D8%AA%D8%B4%D8%B1%D9%8A%D9%86%20%D8%A7%D9%84%D8%AB%D8%A7%D9%86%D9%8A>,
        <http://lexvo.org/id/term/ara/%D9%86%D9%88%D9%81%D9%85%D8%A8%D8%B1>,
        <http://lexvo.org/id/term/ara/%D9%86%D9%88%D9%86%D8%A8%D8%B1>,
        <http://lexvo.org/id/term/asa/Novemba>,
        <http://lexvo.org/id/term/asm/%E0%A6%A8%E0%A7%B1%E0%A7%87%E0%A6%AE%E0%A7%8D%E0%A6%AC%E0%A7%B0>,
        <http://lexvo.org/id/term/ast/de%20payares>,
        <http://lexvo.org/id/term/aze-Cyrl/%D0%BD%D0%BE%D1%98%D0%B0%D0%B1%D1%80>,
        <http://lexvo.org/id/term/aze/Noyabr>,
        <http://lexvo.org/id/term/bam/nowanburu>,
        <http://lexvo.org/id/term/bas/M%C3%A0y%C9%9Bs%C3%A8p>,
        <http://lexvo.org/id/term/bel/%D0%BB%D1%96%D1%81%D1%82%D0%B0%D0%BF%D0%B0%D0%B4>,
        <http://lexvo.org/id/term/bem/Novemba>,
        <http://lexvo.org/id/term/ben/%E0%A6%A8%E0%A6%AD%E0%A7%87%E0%A6%AE%E0%A7%8D%E0%A6%AC%E0%A6%B0>,
        <http://lexvo.org/id/term/bez/pa%20mwedzi%20gwa%20kumi%20na%20moja>,
        <http://lexvo.org/id/term/bod/%E0%BD%9F%E0%BE%B3%E0%BC%8B%E0%BD%96%E0%BC%8B%E0%BD%96%E0%BD%85%E0%BD%B4%E0%BC%8B%E0%BD%82%E0%BD%85%E0%BD%B2%E0%BD%82%E0%BC%8B%E0%BD%94%E0%BC%8B>,
        <http://lexvo.org/id/term/bos-Cyrl/%D0%BD%D0%BE%D0%B2%D0%B5%D0%BC%D0%B1%D0%B0%D1%80>,
        <http://lexvo.org/id/term/bos/novembar>,
        <http://lexvo.org/id/term/bre/Du>,
        <http://lexvo.org/id/term/brx/%E0%A4%A8%E0%A4%AC%E0%A5%87%E0%A4%9C%E0%A5%8D%E0%A4%AC%E0%A4%BC%E0%A4%B0>,
        <http://lexvo.org/id/term/bul/%D0%BD%D0%BE%D0%B5%D0%BC%D0%B2%D1%80%D0%B8>,
        <http://lexvo.org/id/term/byn/%E1%88%9D%E1%8A%AA%E1%8A%A4%E1%88%8D%20%E1%88%98%E1%88%BD%E1%8B%88%E1%88%AA>,
        <http://lexvo.org/id/term/cat/de%20novembre>,
        <http://lexvo.org/id/term/ces/listopadu>,
        <http://lexvo.org/id/term/cgg/Okwaikumi%20na%20kumwe>,
        <http://lexvo.org/id/term/chr/%E1%8F%85%E1%8F%93%E1%8F%95%E1%8F%86>,
        <http://lexvo.org/id/term/cmn-Hant/11%E6%9C%88>,
        <http://lexvo.org/id/term/cmn/%E5%8D%81%E4%B8%80%E6%9C%88>,
        <http://lexvo.org/id/term/cor/Mys%20Du>,
        <http://lexvo.org/id/term/cym/Tachwedd>,
        <http://lexvo.org/id/term/dan/november>,
        <http://lexvo.org/id/term/dav/Mori%20ghwa%20ikumi%20na%20imweri>,
        <http://lexvo.org/id/term/deu/November>,
        <http://lexvo.org/id/term/dje/Noowanbur>,
        <http://lexvo.org/id/term/dua/tin%C3%ADn%C3%AD>,
        <http://lexvo.org/id/term/dyo/Novembar>,
        <http://lexvo.org/id/term/dzo/%E0%BD%9F%E0%BE%B3%E0%BC%8B%E0%BD%96%E0%BD%85%E0%BD%B4%E0%BC%8B%E0%BD%82%E0%BD%85%E0%BD%B2%E0%BD%82%E0%BC%8B%E0%BD%94%E0%BC%8B>,
        <http://lexvo.org/id/term/ebu/Mweri%20wa%20ik%C5%A9mi%20na%20%C5%A9mwe>,
        <http://lexvo.org/id/term/ell/%CE%9D%CE%BF%CE%B5%CE%BC%CE%B2%CF%81%CE%AF%CE%BF%CF%85>,
        <http://lexvo.org/id/term/eng-Dsrt/%F0%90%90%A4%F0%90%90%AC%F0%90%91%82%F0%90%90%AF%F0%90%91%8B%F0%90%90%BA%F0%90%90%B2%F0%90%91%89>,
        <http://lexvo.org/id/term/eng/November>,
        <http://lexvo.org/id/term/epo/novembro>,
        <http://lexvo.org/id/term/est/november>,
        <http://lexvo.org/id/term/eus/azaroa>,
        <http://lexvo.org/id/term/ewe/ade%C9%9Bmekp%C9%94xe>,
        <http://lexvo.org/id/term/ewo/ng%C9%94n%20aw%C3%B3m%20ai%20dzi%C3%A1>,
        <http://lexvo.org/id/term/fao/november>,
        <http://lexvo.org/id/term/fas/%D9%86%D9%88%D8%A7%D9%85%D8%A8%D8%B1>,
        <http://lexvo.org/id/term/fas/%D9%86%D9%88%D9%85%D8%A8%D8%B1>,
        <http://lexvo.org/id/term/fil/Nobyembre>,
        <http://lexvo.org/id/term/fin/marraskuuta>,
        <http://lexvo.org/id/term/fra/novembre>,
        <http://lexvo.org/id/term/ful/jolal>,
        <http://lexvo.org/id/term/fur/Novembar>,
        <http://lexvo.org/id/term/gla/An%20t-Samhain>,
        <http://lexvo.org/id/term/gle/Samhain>,
        <http://lexvo.org/id/term/glg/Novembro>,
        <http://lexvo.org/id/term/glv/Mee%20Houney>,
        <http://lexvo.org/id/term/gsw/Nov%C3%A4mber>,
        <http://lexvo.org/id/term/guj/%E0%AA%A8%E0%AA%B5%E0%AB%87%E0%AA%AE%E0%AB%8D%E0%AA%AC%E0%AA%B0>,
        <http://lexvo.org/id/term/guz/Nobemba>,
        <http://lexvo.org/id/term/hau/Nuwamba>,
        <http://lexvo.org/id/term/haw/Nowemapa>,
        <http://lexvo.org/id/term/heb/%D7%A0%D7%95%D7%91%D7%9E%D7%91%D7%A8>,
        <http://lexvo.org/id/term/hin/%E0%A4%A8%E0%A4%B5%E0%A4%AE%E0%A5%8D%E0%A4%AC%E0%A4%B0>,
        <http://lexvo.org/id/term/hrv/studenoga>,
        <http://lexvo.org/id/term/hun/november>,
        <http://lexvo.org/id/term/hye/%D5%86%D5%B8%D5%B5%D5%A5%D5%B4%D5%A2%D5%A5%D6%80>,
        <http://lexvo.org/id/term/ibo/Novemba>,
        <http://lexvo.org/id/term/iii/%EA%8A%B0%EA%8A%AA%EA%86%AA>,
        <http://lexvo.org/id/term/ina/novembre>,
        <http://lexvo.org/id/term/ind/November>,
        <http://lexvo.org/id/term/isl/n%C3%B3vember>,
        <http://lexvo.org/id/term/ita/novembre>,
        <http://lexvo.org/id/term/jgo/P%C9%9Bsa%C5%8B%20Nts%C9%94%CC%8Cpm%C9%94%CC%81>,
        <http://lexvo.org/id/term/jmc/Novemba>,
        <http://lexvo.org/id/term/jpn/11%E6%9C%88>,
        <http://lexvo.org/id/term/kab/Nunembe%E1%B9%9B>,
        <http://lexvo.org/id/term/kal/novemberi>,
        <http://lexvo.org/id/term/kam/Mwai%20wa%20%C4%A9kumi%20na%20%C4%A9mwe>,
        <http://lexvo.org/id/term/kan/%E0%B2%A8%E0%B2%B5%E0%B3%86%E0%B2%82%E0%B2%AC%E0%B2%B0%E0%B3%8D>,
        <http://lexvo.org/id/term/kas/%D9%86%D9%88%D9%85%D8%A8%D8%B1>,
        <http://lexvo.org/id/term/kat/%E1%83%9C%E1%83%9D%E1%83%94%E1%83%9B%E1%83%91%E1%83%94%E1%83%A0%E1%83%98>,
        <http://lexvo.org/id/term/kaz/%D2%9B%D0%B0%D1%80%D0%B0%D1%88%D0%B0>,
        <http://lexvo.org/id/term/kde/Mwedi%20wa%20Nnyano%20na%20Nnyano%20na%20U>,
        <http://lexvo.org/id/term/kea/Nuvenbru>,
        <http://lexvo.org/id/term/khm/%E1%9E%9C%E1%9E%B7%E1%9E%85%E1%9F%92%E1%9E%86%E1%9E%B7%E1%9E%80%E1%9E%B6>,
        <http://lexvo.org/id/term/khq/Noowanbur>,
        <http://lexvo.org/id/term/kik/Mwere%20wa%20ik%C5%A9mi%20na%20%C5%A9mwe>,
        <http://lexvo.org/id/term/kin/Ugushyingo>,
        <http://lexvo.org/id/term/kir/%D0%BD%D0%BE%D1%8F%D0%B1%D1%80%D1%8C>,
        <http://lexvo.org/id/term/kkj/11>,
        <http://lexvo.org/id/term/kln/Kipsunde%20netai>,
        <http://lexvo.org/id/term/knn/%E0%A4%A8%E0%A5%8B%E0%A4%B5%E0%A5%8D%E0%A4%B9%E0%A5%87%E0%A4%82%E0%A4%AC%E0%A4%B0>,
        <http://lexvo.org/id/term/kor/11%EC%9B%94>,
        <http://lexvo.org/id/term/ksb/Novemba>,
        <http://lexvo.org/id/term/ksf/%C5%8Bw%C3%AD%C3%AD%20ak%C7%9D%20nt%C9%9Bk%20di%20b%C9%94%CC%81k>,
        <http://lexvo.org/id/term/ksh/Nov%C3%A4mber>,
        <http://lexvo.org/id/term/lag/K%CA%89saano>,
        <http://lexvo.org/id/term/lao/%E0%BA%9E%E0%BA%B0%E0%BA%88%E0%BA%B4%E0%BA%81>,
        <http://lexvo.org/id/term/lav/novembris>,
        <http://lexvo.org/id/term/lin/s%C3%A1nz%C3%A1%20ya%20z%C3%B3mi%20na%20m%C9%94%CC%8Ck%C9%94%CC%81>,
        <http://lexvo.org/id/term/lit/lapkritis>,
        <http://lexvo.org/id/term/lub/Kasw%C3%A8k%C3%A8s%C3%A8>,
        <http://lexvo.org/id/term/lug/Novemba>,
        <http://lexvo.org/id/term/luo/Dwe%20mar%20gi%20achiel>,
        <http://lexvo.org/id/term/luy/Novemba>,
        <http://lexvo.org/id/term/mal/%E0%B4%A8%E0%B4%B5%E0%B4%82%E0%B4%AC%E0%B5%BC>,
        <http://lexvo.org/id/term/mar/%E0%A4%A8%E0%A5%8B%E0%A4%B5%E0%A5%8D%E0%A4%B9%E0%A5%87%E0%A4%82%E0%A4%AC%E0%A4%B0>,
        <http://lexvo.org/id/term/mas/P%CA%89sh%CA%89%CC%81ka>,
        <http://lexvo.org/id/term/mer/Novemba>,
        <http://lexvo.org/id/term/mfe/novam>,
        <http://lexvo.org/id/term/mgh/Mweri%20wo%20kumi%20na%20moja>,
        <http://lexvo.org/id/term/mgo/im%C9%99g%20z%C3%B2>,
        <http://lexvo.org/id/term/mkd/%D0%BD%D0%BE%D0%B5%D0%BC%D0%B2%D1%80%D0%B8>,
        <http://lexvo.org/id/term/mlg/Novambra>,
        <http://lexvo.org/id/term/mlt/Novembru>,
        <http://lexvo.org/id/term/mua/F%C4%A9i%20Gwahlle>,
        <http://lexvo.org/id/term/mya/%E1%80%94%E1%80%AD%E1%80%AF%E1%80%9D%E1%80%84%E1%80%BA%E1%80%98%E1%80%AC>,
        <http://lexvo.org/id/term/naq/%C7%80Hoo%C7%82gaeb>,
        <http://lexvo.org/id/term/nbl/Usinyikhaba>,
        <http://lexvo.org/id/term/nde/Lwezi>,
        <http://lexvo.org/id/term/nep/%E0%A4%A8%E0%A5%8B%E0%A4%AD%E0%A5%87%E0%A4%AE%E0%A5%8D%E0%A4%AC%E0%A4%B0>,
        <http://lexvo.org/id/term/nld/november>,
        <http://lexvo.org/id/term/nmg/ngw%C9%9Bn%20wum%20nav%C5%ADr>,
        <http://lexvo.org/id/term/nnh/sa%C5%8B%20mejwo%C5%8B%C3%B3>,
        <http://lexvo.org/id/term/nno/november>,
        <http://lexvo.org/id/term/nob/november>,
        <http://lexvo.org/id/term/nso/Nofemere>,
        <http://lexvo.org/id/term/nus/Kur>,
        <http://lexvo.org/id/term/nyn/Okwaikumi%20na%20kumwe>,
        <http://lexvo.org/id/term/ori/%E0%AC%A8%E0%AC%AD%E0%AD%87%E0%AC%AE%E0%AD%8D%E0%AC%AC%E0%AC%B0>,
        <http://lexvo.org/id/term/orm/Sadaasa>,
        <http://lexvo.org/id/term/oss/%D0%BD%D0%BE%D1%8F%D0%B1%D1%80%D1%8B>,
        <http://lexvo.org/id/term/pan-Arab/%D9%86%D9%88%D9%85%D8%A8%D8%B1>,
        <http://lexvo.org/id/term/pan/%E0%A8%A8%E0%A8%B5%E0%A9%B0%E0%A8%AC%E0%A8%B0>,
        <http://lexvo.org/id/term/pol/listopada>,
        <http://lexvo.org/id/term/por/Novembro>,
        <http://lexvo.org/id/term/por/novembro>,
        <http://lexvo.org/id/term/pus/%D9%86%D9%88%D9%85%D8%A8%D8%B1>,
        <http://lexvo.org/id/term/rof/Mweri%20wa%20ikumi%20na%20moja>,
        <http://lexvo.org/id/term/roh/november>,
        <http://lexvo.org/id/term/ron/noiembrie>,
        <http://lexvo.org/id/term/run/Munyonyo>,
        <http://lexvo.org/id/term/rus/%D0%BD%D0%BE%D1%8F%D0%B1%D1%80%D1%8F>,
        <http://lexvo.org/id/term/rwk/Novemba>,
        <http://lexvo.org/id/term/sag/Nab%C3%A4nd%C3%BCru>,
        <http://lexvo.org/id/term/sah/%D0%A1%D1%8D%D1%82%D0%B8%D0%BD%D0%BD%D1%8C%D0%B8>,
        <http://lexvo.org/id/term/saq/Lapa%20le%20tomon%20obo>,
        <http://lexvo.org/id/term/sbp/Musongandembwe>,
        <http://lexvo.org/id/term/seh/Novembro>,
        <http://lexvo.org/id/term/ses/Noowanbur>,
        <http://lexvo.org/id/term/shi-Latn/nuwanbir>,
        <http://lexvo.org/id/term/shi/%E2%B5%8F%E2%B5%93%E2%B5%A1%E2%B4%B0%E2%B5%8F%E2%B4%B1%E2%B5%89%E2%B5%94>,
        <http://lexvo.org/id/term/sin/%E0%B6%B1%E0%B7%9C%E0%B7%80%E0%B7%90%E0%B6%B8%E0%B7%8A%E0%B6%B6%E0%B6%BB%E0%B7%8A>,
        <http://lexvo.org/id/term/slk/november>,
        <http://lexvo.org/id/term/slv/november>,
        <http://lexvo.org/id/term/sme/sk%C3%A1bmam%C3%A1nnu>,
        <http://lexvo.org/id/term/sna/Mbudzi>,
        <http://lexvo.org/id/term/som/Bisha%20Kow%20iyo%20Tobnaad>,
        <http://lexvo.org/id/term/sot/Pundungwane>,
        <http://lexvo.org/id/term/spa/noviembre>,
        <http://lexvo.org/id/term/sqi/n%C3%ABntor>,
        <http://lexvo.org/id/term/srp-Latn/novembar>,
        <http://lexvo.org/id/term/srp/%D0%BD%D0%BE%D0%B2%D0%B5%D0%BC%D0%B1%D0%B0%D1%80>,
        <http://lexvo.org/id/term/ssw/Lweti>,
        <http://lexvo.org/id/term/ssy/Ximoli>,
        <http://lexvo.org/id/term/swc/mwezi%20ya%20kumi%20na%20moya>,
        <http://lexvo.org/id/term/swe/november>,
        <http://lexvo.org/id/term/swh/Novemba>,
        <http://lexvo.org/id/term/tam/%E0%AE%A8%E0%AE%B5%E0%AE%AE%E0%AF%8D%E0%AE%AA%E0%AE%B0%E0%AF%8D>,
        <http://lexvo.org/id/term/tel/%E0%B0%A8%E0%B0%B5%E0%B0%82%E0%B0%AC%E0%B0%B0%E0%B1%8D>,
        <http://lexvo.org/id/term/teo/Olabor>,
        <http://lexvo.org/id/term/tgk/%D0%9D%D0%BE%D1%8F%D0%B1%D1%80>,
        <http://lexvo.org/id/term/tha/%E0%B8%9E%E0%B8%A4%E0%B8%A8%E0%B8%88%E0%B8%B4%E0%B8%81%E0%B8%B2%E0%B8%A2%E0%B8%99>,
        <http://lexvo.org/id/term/tig/%E1%8A%96%E1%89%AC%E1%88%9D%E1%89%A0%E1%88%AD>,
        <http://lexvo.org/id/term/tir/%E1%88%95%E1%8B%B3%E1%88%AD>,
        <http://lexvo.org/id/term/tir/%E1%8A%96%E1%89%AC%E1%88%9D%E1%89%A0%E1%88%AD>,
        <http://lexvo.org/id/term/ton/N%C5%8Dvema>,
        <http://lexvo.org/id/term/tsn/Ngwanatsele>,
        <http://lexvo.org/id/term/tso/Hukuri>,
        <http://lexvo.org/id/term/tur/Kas%C4%B1m>,
        <http://lexvo.org/id/term/twq/Noowanbur>,
        <http://lexvo.org/id/term/tzm/Nwanbir>,
        <http://lexvo.org/id/term/ukr/%D0%BB%D0%B8%D1%81%D1%82%D0%BE%D0%BF%D0%B0%D0%B4%D0%B0>,
        <http://lexvo.org/id/term/urd/%D9%86%D9%88%D9%85%D8%A8%D8%B1>,
        <http://lexvo.org/id/term/uzn-Arab/%D9%86%D9%88%D9%85%D8%A8%D8%B1>,
        <http://lexvo.org/id/term/uzn-Latn/Noyabr>,
        <http://lexvo.org/id/term/uzn/%D0%9D%D0%BE%D1%8F%D0%B1%D1%80>,
        <http://lexvo.org/id/term/vai-Latn/kenpkato%20%C9%93olol%C9%94>,
        <http://lexvo.org/id/term/vai/%EA%94%9E%EA%98%8B%EA%95%94%EA%95%BF%20%EA%95%B8%EA%96%83%EA%97%8F>,
        <http://lexvo.org/id/term/ven/%E1%B8%BCara>,
        <http://lexvo.org/id/term/vie/th%C3%A1ng%20m%C6%B0%E1%BB%9Di%20m%E1%BB%99t>,
        <http://lexvo.org/id/term/vol/novul>,
        <http://lexvo.org/id/term/vun/Novemba>,
        <http://lexvo.org/id/term/wae/Winterm%C3%A1net>,
        <http://lexvo.org/id/term/wal/%E1%8A%96%E1%89%AC%E1%88%9D%E1%89%A0%E1%88%AD>,
        <http://lexvo.org/id/term/xho/Novemba>,
        <http://lexvo.org/id/term/xog/Novemba>,
        <http://lexvo.org/id/term/yav/makandik%C9%9B>,
        <http://lexvo.org/id/term/yor/O%E1%B9%A3%C3%B9%20B%C3%A9l%C3%BA>,
        <http://lexvo.org/id/term/zsm/November>,
        <http://lexvo.org/id/term/zul/Novemba> .

<http://lexvo.org/id/wordnet/30/noun/october_1_28_00> rdfs:label "Diteli"@aa,
        "Oktober"@af,
        "ndzɔ̀ŋɔ̀ghǔuwelɔ̀m"@agq,
        "Ɔbɛsɛ-Ahinime"@ak,
        "ኦክተውበር"@am,
        "أكتوبر"@ar,
        "تشرين الأول"@ar,
        "অক্টোবৰ"@as,
        "Oktoba"@asa,
        "d'ochobre"@ast,
        "Oktyabr"@az,
        "октјабр"@az-Cyrl,
        "Bìòôm"@bas,
        "кастрычнік"@be,
        "Oktoba"@bem,
        "pa mwedzi gwa kumi"@bez,
        "октомври"@bg,
        "ɔkutɔburu"@bm,
        "অক্টোবর"@bn,
        "ཟླ་བ་བཅུ་པ་"@bo,
        "Here"@br,
        "अखथबर"@brx,
        "oktobar"@bs,
        "октобар"@bs-Cyrl,
        "መተሉ"@byn,
        "d’octubre"@ca,
        "Okwaikumi"@cgg,
        "ᏚᏂᏅᏗ"@chr,
        "十月"@cmn,
        "10月"@cmn-Hant,
        "října"@cs,
        "Hydref"@cy,
        "oktober"@da,
        "Mori ghwa ikumi"@dav,
        "Oktober"@de,
        "Oktoobur"@dje,
        "mayésɛ́"@dua,
        "Oktobar"@dyo,
        "ཟླ་བཅུ་པ་"@dz,
        "Mweri wa ikũmi"@ebu,
        "kele"@ee,
        "Οκτωβρίου"@el,
        "October"@en,
        "𐐉𐐿𐐻𐐬𐐺𐐲𐑉"@en-Dsrt,
        "oktobro"@eo,
        "octubre"@es,
        "oktoober"@et,
        "urria"@eu,
        "ngɔn awóm"@ewo,
        "اکتبر"@fa,
        "اکتوبر"@fa,
        "yarkomaa"@ff,
        "lokakuuta"@fi,
        "Oktubre"@fil,
        "oktober"@fo,
        "octobre"@fr,
        "Otubar"@fur,
        "Deireadh Fómhair"@ga,
        "An Dàmhair"@gd,
        "Outubro"@gl,
        "Oktoober"@gsw,
        "ઑક્ટોબર"@gu,
        "Okitoba"@guz,
        "Jerrey-fouyir"@gv,
        "Oktoba"@ha,
        "ʻOkakopa"@haw,
        "אוקטובר"@he,
        "अक्तूबर"@hi,
        "listopada"@hr,
        "október"@hu,
        "Հոկտեմբեր"@hy,
        "octobre"@ia,
        "Oktober"@id,
        "Ọktoba"@ig,
        "ꊰꆪ"@ii,
        "október"@is,
        "ottobre"@it,
        "10月"@ja,
        "Pɛsaŋ Nɛgɛ́m"@jgo,
        "Oktoba"@jmc,
        "ოქტომბერი"@ka,
        "Tubeṛ"@kab,
        "Mwai wa ĩkumi"@kam,
        "Mwedi wa Nnyano na Nnyano"@kde,
        "Otubru"@kea,
        "Oktoobur"@khq,
        "Mwere wa ikũmi"@ki,
        "қазан"@kk,
        "nyukul"@kkj,
        "oktoberi"@kl,
        "Epeso"@kln,
        "តុលា"@km,
        "ಅಕ್ಟೋಬರ್"@kn,
        "ओक्टोबर"@knn,
        "10월"@ko,
        "اکتوٗبر"@ks,
        "Oktoba"@ksb,
        "ŋwíí akǝ ntɛk"@ksf,
        "Oktoober"@ksh,
        "Mys Hedra"@kw,
        "октябрь"@ky,
        "Kwiinyi"@lag,
        "Okitobba"@lg,
        "sánzá ya zómi"@ln,
        "ຕຸລາ"@lo,
        "spalis"@lt,
        "Lungùdi"@lu,
        "Dwe mar Apar"@luo,
        "Oktoba"@luy,
        "oktobris"@lv,
        "Olgísan"@mas,
        "Oktũba"@mer,
        "oktob"@mfe,
        "Oktobra"@mg,
        "Mweri wo kumi"@mgh,
        "iməg tèsiʼe"@mgo,
        "октомври"@mk,
        "ഒക്ടോബർ"@ml,
        "ऑक्टोबर"@mr,
        "Ottubru"@mt,
        "Fĩi Mundaŋ"@mua,
        "အောက်တိုဘာ"@my,
        "ǂNûǁnâiseb"@naq,
        "oktober"@nb,
        "Mfumfu"@nd,
        "अक्टोबर"@ne,
        "oktober"@nl,
        "ngwɛn wum"@nmg,
        "oktober"@nn,
        "saŋ tàŋa tsetsáʼ"@nnh,
        "Oktoba"@nr,
        "Oktobore"@nso,
        "Laath"@nus,
        "Okwaikumi"@nyn,
        "Onkololeessa"@om,
        "ଅକ୍ଟୋବର"@or,
        "октябры"@os,
        "ਅਕਤੂਬਰ"@pa,
        "اکتوبر"@pa-Arab,
        "października"@pl,
        "اکتوبر"@ps,
        "Outubro"@pt,
        "outubro"@pt,
        "october"@rm,
        "Gitugutu"@rn,
        "octombrie"@ro,
        "Mweri wa ikumi"@rof,
        "октября"@ru,
        "Ukwakira"@rw,
        "Oktoba"@rwk,
        "Алтынньы"@sah,
        "Lapa le tomon"@saq,
        "Mokhu"@sbp,
        "golggotmánnu"@se,
        "Otubro"@seh,
        "Oktoobur"@ses,
        "Ngberere"@sg,
        "ⴽⵜⵓⴱⵔ"@shi,
        "ktubr"@shi-Latn,
        "ඔක්තෝබර්"@si,
        "október"@sk,
        "oktober"@sl,
        "Gumiguru"@sn,
        "Bisha Tobnaad"@so,
        "tetor"@sq,
        "октобар"@sr,
        "oktobar"@sr-Latn,
        "iMphala"@ss,
        "Diteli"@ssy,
        "Mphalane"@st,
        "oktober"@sv,
        "mwezi ya kumi"@swc,
        "Oktoba"@swh,
        "அக்டோபர்"@ta,
        "అక్టోబర్"@te,
        "Otibar"@teo,
        "Октябр"@tg,
        "ตุลาคม"@th,
        "ኦክተውበር"@ti,
        "ጥቅምቲ"@ti,
        "ኦክተውበር"@tig,
        "Diphalane"@tn,
        "ʻOkatopa"@to,
        "Ekim"@tr,
        "Nhlangula"@ts,
        "Oktoobur"@twq,
        "Kṭuber"@tzm,
        "жовтня"@uk,
        "اکتوبر"@ur,
        "Октябр"@uzn,
        "اکتوبر"@uzn-Arab,
        "Oktyabr"@uzn-Latn,
        "ꕭꖃ"@vai,
        "galo"@vai-Latn,
        "Tshimedzi"@ve,
        "tháng mười"@vi,
        "tobul"@vo,
        "Oktoba"@vun,
        "Wímánet"@wae,
        "ኦክተውበር"@wal,
        "Okthoba"@xh,
        "Okitobba"@xog,
        "imɛŋ i putúk,oóli ú kátíɛ"@yav,
        "Oṣù Ọ̀wàrà"@yo,
        "Oktober"@zsm,
        "Okthoba"@zu ;
    lvont:label <http://lexvo.org/id/term/aar/Diteli>,
        <http://lexvo.org/id/term/afr/Oktober>,
        <http://lexvo.org/id/term/agq/ndz%C9%94%CC%80%C5%8B%C9%94%CC%80gh%C7%94uwel%C9%94%CC%80m>,
        <http://lexvo.org/id/term/aka/%C6%86b%C9%9Bs%C9%9B-Ahinime>,
        <http://lexvo.org/id/term/amh/%E1%8A%A6%E1%8A%AD%E1%89%B0%E1%8B%8D%E1%89%A0%E1%88%AD>,
        <http://lexvo.org/id/term/ara/%D8%A3%D9%83%D8%AA%D9%88%D8%A8%D8%B1>,
        <http://lexvo.org/id/term/ara/%D8%AA%D8%B4%D8%B1%D9%8A%D9%86%20%D8%A7%D9%84%D8%A3%D9%88%D9%84>,
        <http://lexvo.org/id/term/asa/Oktoba>,
        <http://lexvo.org/id/term/asm/%E0%A6%85%E0%A6%95%E0%A7%8D%E0%A6%9F%E0%A7%8B%E0%A6%AC%E0%A7%B0>,
        <http://lexvo.org/id/term/ast/d'ochobre>,
        <http://lexvo.org/id/term/aze-Cyrl/%D0%BE%D0%BA%D1%82%D1%98%D0%B0%D0%B1%D1%80>,
        <http://lexvo.org/id/term/aze/Oktyabr>,
        <http://lexvo.org/id/term/bam/%C9%94kut%C9%94buru>,
        <http://lexvo.org/id/term/bas/B%C3%AC%C3%B2%C3%B4m>,
        <http://lexvo.org/id/term/bel/%D0%BA%D0%B0%D1%81%D1%82%D1%80%D1%8B%D1%87%D0%BD%D1%96%D0%BA>,
        <http://lexvo.org/id/term/bem/Oktoba>,
        <http://lexvo.org/id/term/ben/%E0%A6%85%E0%A6%95%E0%A7%8D%E0%A6%9F%E0%A7%8B%E0%A6%AC%E0%A6%B0>,
        <http://lexvo.org/id/term/bez/pa%20mwedzi%20gwa%20kumi>,
        <http://lexvo.org/id/term/bod/%E0%BD%9F%E0%BE%B3%E0%BC%8B%E0%BD%96%E0%BC%8B%E0%BD%96%E0%BD%85%E0%BD%B4%E0%BC%8B%E0%BD%94%E0%BC%8B>,
        <http://lexvo.org/id/term/bos-Cyrl/%D0%BE%D0%BA%D1%82%D0%BE%D0%B1%D0%B0%D1%80>,
        <http://lexvo.org/id/term/bos/oktobar>,
        <http://lexvo.org/id/term/bre/Here>,
        <http://lexvo.org/id/term/brx/%E0%A4%85%E0%A4%96%E0%A4%A5%E0%A4%AC%E0%A4%B0>,
        <http://lexvo.org/id/term/bul/%D0%BE%D0%BA%D1%82%D0%BE%D0%BC%D0%B2%D1%80%D0%B8>,
        <http://lexvo.org/id/term/byn/%E1%88%98%E1%89%B0%E1%88%89>,
        <http://lexvo.org/id/term/cat/d%E2%80%99octubre>,
        <http://lexvo.org/id/term/ces/%C5%99%C3%ADjna>,
        <http://lexvo.org/id/term/cgg/Okwaikumi>,
        <http://lexvo.org/id/term/chr/%E1%8F%9A%E1%8F%82%E1%8F%85%E1%8F%97>,
        <http://lexvo.org/id/term/cmn-Hant/10%E6%9C%88>,
        <http://lexvo.org/id/term/cmn/%E5%8D%81%E6%9C%88>,
        <http://lexvo.org/id/term/cor/Mys%20Hedra>,
        <http://lexvo.org/id/term/cym/Hydref>,
        <http://lexvo.org/id/term/dan/oktober>,
        <http://lexvo.org/id/term/dav/Mori%20ghwa%20ikumi>,
        <http://lexvo.org/id/term/deu/Oktober>,
        <http://lexvo.org/id/term/dje/Oktoobur>,
        <http://lexvo.org/id/term/dua/may%C3%A9s%C9%9B%CC%81>,
        <http://lexvo.org/id/term/dyo/Oktobar>,
        <http://lexvo.org/id/term/dzo/%E0%BD%9F%E0%BE%B3%E0%BC%8B%E0%BD%96%E0%BD%85%E0%BD%B4%E0%BC%8B%E0%BD%94%E0%BC%8B>,
        <http://lexvo.org/id/term/ebu/Mweri%20wa%20ik%C5%A9mi>,
        <http://lexvo.org/id/term/ell/%CE%9F%CE%BA%CF%84%CF%89%CE%B2%CF%81%CE%AF%CE%BF%CF%85>,
        <http://lexvo.org/id/term/eng-Dsrt/%F0%90%90%89%F0%90%90%BF%F0%90%90%BB%F0%90%90%AC%F0%90%90%BA%F0%90%90%B2%F0%90%91%89>,
        <http://lexvo.org/id/term/eng/October>,
        <http://lexvo.org/id/term/epo/oktobro>,
        <http://lexvo.org/id/term/est/oktoober>,
        <http://lexvo.org/id/term/eus/urria>,
        <http://lexvo.org/id/term/ewe/kele>,
        <http://lexvo.org/id/term/ewo/ng%C9%94n%20aw%C3%B3m>,
        <http://lexvo.org/id/term/fao/oktober>,
        <http://lexvo.org/id/term/fas/%D8%A7%DA%A9%D8%AA%D8%A8%D8%B1>,
        <http://lexvo.org/id/term/fas/%D8%A7%DA%A9%D8%AA%D9%88%D8%A8%D8%B1>,
        <http://lexvo.org/id/term/fil/Oktubre>,
        <http://lexvo.org/id/term/fin/lokakuuta>,
        <http://lexvo.org/id/term/fra/octobre>,
        <http://lexvo.org/id/term/ful/yarkomaa>,
        <http://lexvo.org/id/term/fur/Otubar>,
        <http://lexvo.org/id/term/gla/An%20D%C3%A0mhair>,
        <http://lexvo.org/id/term/gle/Deireadh%20F%C3%B3mhair>,
        <http://lexvo.org/id/term/glg/Outubro>,
        <http://lexvo.org/id/term/glv/Jerrey-fouyir>,
        <http://lexvo.org/id/term/gsw/Oktoober>,
        <http://lexvo.org/id/term/guj/%E0%AA%91%E0%AA%95%E0%AB%8D%E0%AA%9F%E0%AB%8B%E0%AA%AC%E0%AA%B0>,
        <http://lexvo.org/id/term/guz/Okitoba>,
        <http://lexvo.org/id/term/hau/Oktoba>,
        <http://lexvo.org/id/term/haw/%CA%BBOkakopa>,
        <http://lexvo.org/id/term/heb/%D7%90%D7%95%D7%A7%D7%98%D7%95%D7%91%D7%A8>,
        <http://lexvo.org/id/term/hin/%E0%A4%85%E0%A4%95%E0%A5%8D%E0%A4%A4%E0%A5%82%E0%A4%AC%E0%A4%B0>,
        <http://lexvo.org/id/term/hrv/listopada>,
        <http://lexvo.org/id/term/hun/okt%C3%B3ber>,
        <http://lexvo.org/id/term/hye/%D5%80%D5%B8%D5%AF%D5%BF%D5%A5%D5%B4%D5%A2%D5%A5%D6%80>,
        <http://lexvo.org/id/term/ibo/%E1%BB%8Cktoba>,
        <http://lexvo.org/id/term/iii/%EA%8A%B0%EA%86%AA>,
        <http://lexvo.org/id/term/ina/octobre>,
        <http://lexvo.org/id/term/ind/Oktober>,
        <http://lexvo.org/id/term/isl/okt%C3%B3ber>,
        <http://lexvo.org/id/term/ita/ottobre>,
        <http://lexvo.org/id/term/jgo/P%C9%9Bsa%C5%8B%20N%C9%9Bg%C9%9B%CC%81m>,
        <http://lexvo.org/id/term/jmc/Oktoba>,
        <http://lexvo.org/id/term/jpn/10%E6%9C%88>,
        <http://lexvo.org/id/term/kab/Tube%E1%B9%9B>,
        <http://lexvo.org/id/term/kal/oktoberi>,
        <http://lexvo.org/id/term/kam/Mwai%20wa%20%C4%A9kumi>,
        <http://lexvo.org/id/term/kan/%E0%B2%85%E0%B2%95%E0%B3%8D%E0%B2%9F%E0%B3%8B%E0%B2%AC%E0%B2%B0%E0%B3%8D>,
        <http://lexvo.org/id/term/kas/%D8%A7%DA%A9%D8%AA%D9%88%D9%97%D8%A8%D8%B1>,
        <http://lexvo.org/id/term/kat/%E1%83%9D%E1%83%A5%E1%83%A2%E1%83%9D%E1%83%9B%E1%83%91%E1%83%94%E1%83%A0%E1%83%98>,
        <http://lexvo.org/id/term/kaz/%D2%9B%D0%B0%D0%B7%D0%B0%D0%BD>,
        <http://lexvo.org/id/term/kde/Mwedi%20wa%20Nnyano%20na%20Nnyano>,
        <http://lexvo.org/id/term/kea/Otubru>,
        <http://lexvo.org/id/term/khm/%E1%9E%8F%E1%9E%BB%E1%9E%9B%E1%9E%B6>,
        <http://lexvo.org/id/term/khq/Oktoobur>,
        <http://lexvo.org/id/term/kik/Mwere%20wa%20ik%C5%A9mi>,
        <http://lexvo.org/id/term/kin/Ukwakira>,
        <http://lexvo.org/id/term/kir/%D0%BE%D0%BA%D1%82%D1%8F%D0%B1%D1%80%D1%8C>,
        <http://lexvo.org/id/term/kkj/nyukul>,
        <http://lexvo.org/id/term/kln/Epeso>,
        <http://lexvo.org/id/term/knn/%E0%A4%93%E0%A4%95%E0%A5%8D%E0%A4%9F%E0%A5%8B%E0%A4%AC%E0%A4%B0>,
        <http://lexvo.org/id/term/kor/10%EC%9B%94>,
        <http://lexvo.org/id/term/ksb/Oktoba>,
        <http://lexvo.org/id/term/ksf/%C5%8Bw%C3%AD%C3%AD%20ak%C7%9D%20nt%C9%9Bk>,
        <http://lexvo.org/id/term/ksh/Oktoober>,
        <http://lexvo.org/id/term/lag/Kwiinyi>,
        <http://lexvo.org/id/term/lao/%E0%BA%95%E0%BA%B8%E0%BA%A5%E0%BA%B2>,
        <http://lexvo.org/id/term/lav/oktobris>,
        <http://lexvo.org/id/term/lin/s%C3%A1nz%C3%A1%20ya%20z%C3%B3mi>,
        <http://lexvo.org/id/term/lit/spalis>,
        <http://lexvo.org/id/term/lub/Lung%C3%B9di>,
        <http://lexvo.org/id/term/lug/Okitobba>,
        <http://lexvo.org/id/term/luo/Dwe%20mar%20Apar>,
        <http://lexvo.org/id/term/luy/Oktoba>,
        <http://lexvo.org/id/term/mal/%E0%B4%92%E0%B4%95%E0%B5%8D%E0%B4%9F%E0%B5%8B%E0%B4%AC%E0%B5%BC>,
        <http://lexvo.org/id/term/mar/%E0%A4%91%E0%A4%95%E0%A5%8D%E0%A4%9F%E0%A5%8B%E0%A4%AC%E0%A4%B0>,
        <http://lexvo.org/id/term/mas/Olg%C3%ADsan>,
        <http://lexvo.org/id/term/mer/Okt%C5%A9ba>,
        <http://lexvo.org/id/term/mfe/oktob>,
        <http://lexvo.org/id/term/mgh/Mweri%20wo%20kumi>,
        <http://lexvo.org/id/term/mgo/im%C9%99g%20t%C3%A8si%CA%BCe>,
        <http://lexvo.org/id/term/mkd/%D0%BE%D0%BA%D1%82%D0%BE%D0%BC%D0%B2%D1%80%D0%B8>,
        <http://lexvo.org/id/term/mlg/Oktobra>,
        <http://lexvo.org/id/term/mlt/Ottubru>,
        <http://lexvo.org/id/term/mua/F%C4%A9i%20Munda%C5%8B>,
        <http://lexvo.org/id/term/mya/%E1%80%A1%E1%80%B1%E1%80%AC%E1%80%80%E1%80%BA%E1%80%90%E1%80%AD%E1%80%AF%E1%80%98%E1%80%AC>,
        <http://lexvo.org/id/term/naq/%C7%82N%C3%BB%C7%81n%C3%A2iseb>,
        <http://lexvo.org/id/term/nbl/Oktoba>,
        <http://lexvo.org/id/term/nde/Mfumfu>,
        <http://lexvo.org/id/term/nep/%E0%A4%85%E0%A4%95%E0%A5%8D%E0%A4%9F%E0%A5%8B%E0%A4%AC%E0%A4%B0>,
        <http://lexvo.org/id/term/nld/oktober>,
        <http://lexvo.org/id/term/nmg/ngw%C9%9Bn%20wum>,
        <http://lexvo.org/id/term/nnh/sa%C5%8B%20t%C3%A0%C5%8Ba%20tsets%C3%A1%CA%BC>,
        <http://lexvo.org/id/term/nno/oktober>,
        <http://lexvo.org/id/term/nob/oktober>,
        <http://lexvo.org/id/term/nso/Oktobore>,
        <http://lexvo.org/id/term/nus/Laath>,
        <http://lexvo.org/id/term/nyn/Okwaikumi>,
        <http://lexvo.org/id/term/ori/%E0%AC%85%E0%AC%95%E0%AD%8D%E0%AC%9F%E0%AD%8B%E0%AC%AC%E0%AC%B0>,
        <http://lexvo.org/id/term/orm/Onkololeessa>,
        <http://lexvo.org/id/term/oss/%D0%BE%D0%BA%D1%82%D1%8F%D0%B1%D1%80%D1%8B>,
        <http://lexvo.org/id/term/pan-Arab/%D8%A7%DA%A9%D8%AA%D9%88%D8%A8%D8%B1>,
        <http://lexvo.org/id/term/pan/%E0%A8%85%E0%A8%95%E0%A8%A4%E0%A9%82%E0%A8%AC%E0%A8%B0>,
        <http://lexvo.org/id/term/pol/pa%C5%BAdziernika>,
        <http://lexvo.org/id/term/por/Outubro>,
        <http://lexvo.org/id/term/por/outubro>,
        <http://lexvo.org/id/term/pus/%D8%A7%DA%A9%D8%AA%D9%88%D8%A8%D8%B1>,
        <http://lexvo.org/id/term/rof/Mweri%20wa%20ikumi>,
        <http://lexvo.org/id/term/roh/october>,
        <http://lexvo.org/id/term/ron/octombrie>,
        <http://lexvo.org/id/term/run/Gitugutu>,
        <http://lexvo.org/id/term/rus/%D0%BE%D0%BA%D1%82%D1%8F%D0%B1%D1%80%D1%8F>,
        <http://lexvo.org/id/term/rwk/Oktoba>,
        <http://lexvo.org/id/term/sag/Ngberere>,
        <http://lexvo.org/id/term/sah/%D0%90%D0%BB%D1%82%D1%8B%D0%BD%D0%BD%D1%8C%D1%8B>,
        <http://lexvo.org/id/term/saq/Lapa%20le%20tomon>,
        <http://lexvo.org/id/term/sbp/Mokhu>,
        <http://lexvo.org/id/term/seh/Otubro>,
        <http://lexvo.org/id/term/ses/Oktoobur>,
        <http://lexvo.org/id/term/shi-Latn/ktubr>,
        <http://lexvo.org/id/term/shi/%E2%B4%BD%E2%B5%9C%E2%B5%93%E2%B4%B1%E2%B5%94>,
        <http://lexvo.org/id/term/sin/%E0%B6%94%E0%B6%9A%E0%B7%8A%E0%B6%AD%E0%B7%9D%E0%B6%B6%E0%B6%BB%E0%B7%8A>,
        <http://lexvo.org/id/term/slk/okt%C3%B3ber>,
        <http://lexvo.org/id/term/slv/oktober>,
        <http://lexvo.org/id/term/sme/golggotm%C3%A1nnu>,
        <http://lexvo.org/id/term/sna/Gumiguru>,
        <http://lexvo.org/id/term/som/Bisha%20Tobnaad>,
        <http://lexvo.org/id/term/sot/Mphalane>,
        <http://lexvo.org/id/term/spa/octubre>,
        <http://lexvo.org/id/term/sqi/tetor>,
        <http://lexvo.org/id/term/srp-Latn/oktobar>,
        <http://lexvo.org/id/term/srp/%D0%BE%D0%BA%D1%82%D0%BE%D0%B1%D0%B0%D1%80>,
        <http://lexvo.org/id/term/ssw/iMphala>,
        <http://lexvo.org/id/term/ssy/Diteli>,
        <http://lexvo.org/id/term/swc/mwezi%20ya%20kumi>,
        <http://lexvo.org/id/term/swe/oktober>,
        <http://lexvo.org/id/term/swh/Oktoba>,
        <http://lexvo.org/id/term/tam/%E0%AE%85%E0%AE%95%E0%AF%8D%E0%AE%9F%E0%AF%8B%E0%AE%AA%E0%AE%B0%E0%AF%8D>,
        <http://lexvo.org/id/term/tel/%E0%B0%85%E0%B0%95%E0%B1%8D%E0%B0%9F%E0%B1%8B%E0%B0%AC%E0%B0%B0%E0%B1%8D>,
        <http://lexvo.org/id/term/teo/Otibar>,
        <http://lexvo.org/id/term/tgk/%D0%9E%D0%BA%D1%82%D1%8F%D0%B1%D1%80>,
        <http://lexvo.org/id/term/tha/%E0%B8%95%E0%B8%B8%E0%B8%A5%E0%B8%B2%E0%B8%84%E0%B8%A1>,
        <http://lexvo.org/id/term/tig/%E1%8A%A6%E1%8A%AD%E1%89%B0%E1%8B%8D%E1%89%A0%E1%88%AD>,
        <http://lexvo.org/id/term/tir/%E1%8A%A6%E1%8A%AD%E1%89%B0%E1%8B%8D%E1%89%A0%E1%88%AD>,
        <http://lexvo.org/id/term/tir/%E1%8C%A5%E1%89%85%E1%88%9D%E1%89%B2>,
        <http://lexvo.org/id/term/ton/%CA%BBOkatopa>,
        <http://lexvo.org/id/term/tsn/Diphalane>,
        <http://lexvo.org/id/term/tso/Nhlangula>,
        <http://lexvo.org/id/term/tur/Ekim>,
        <http://lexvo.org/id/term/twq/Oktoobur>,
        <http://lexvo.org/id/term/tzm/K%E1%B9%ADuber>,
        <http://lexvo.org/id/term/ukr/%D0%B6%D0%BE%D0%B2%D1%82%D0%BD%D1%8F>,
        <http://lexvo.org/id/term/urd/%D8%A7%DA%A9%D8%AA%D9%88%D8%A8%D8%B1>,
        <http://lexvo.org/id/term/uzn-Arab/%D8%A7%DA%A9%D8%AA%D9%88%D8%A8%D8%B1>,
        <http://lexvo.org/id/term/uzn-Latn/Oktyabr>,
        <http://lexvo.org/id/term/uzn/%D0%9E%D0%BA%D1%82%D1%8F%D0%B1%D1%80>,
        <http://lexvo.org/id/term/vai-Latn/galo>,
        <http://lexvo.org/id/term/vai/%EA%95%AD%EA%96%83>,
        <http://lexvo.org/id/term/ven/Tshimedzi>,
        <http://lexvo.org/id/term/vie/th%C3%A1ng%20m%C6%B0%E1%BB%9Di>,
        <http://lexvo.org/id/term/vol/tobul>,
        <http://lexvo.org/id/term/vun/Oktoba>,
        <http://lexvo.org/id/term/wae/W%C3%ADm%C3%A1net>,
        <http://lexvo.org/id/term/wal/%E1%8A%A6%E1%8A%AD%E1%89%B0%E1%8B%8D%E1%89%A0%E1%88%AD>,
        <http://lexvo.org/id/term/xho/Okthoba>,
        <http://lexvo.org/id/term/xog/Okitobba>,
        <http://lexvo.org/id/term/yav/im%C9%9B%C5%8B%20i%20put%C3%BAk%2Co%C3%B3li%20%C3%BA%20k%C3%A1t%C3%AD%C9%9B>,
        <http://lexvo.org/id/term/yor/O%E1%B9%A3%C3%B9%20%E1%BB%8C%CC%80w%C3%A0r%C3%A0>,
        <http://lexvo.org/id/term/zsm/Oktober>,
        <http://lexvo.org/id/term/zul/Okthoba> .

<http://lexvo.org/id/wordnet/30/noun/saturday_1_28_00> rdfs:label "Sabti"@aa,
        "Saterdag"@af,
        "tsuʔndzɨkɔʔɔ"@agq,
        "Memeneda"@ak,
        "ቅዳሜ"@am,
        "السبت"@ar,
        "শনিবাৰ"@as,
        "Jumamosi"@asa,
        "sábadu"@ast,
        "şənbə"@az,
        "шәнбә"@az-Cyrl,
        "ŋgwà jôn"@bas,
        "субота"@be,
        "Pachibelushi"@bem,
        "pa shahulembela"@bez,
        "събота"@bg,
        "sibiri"@bm,
        "শনিবার"@bn,
        "གཟའ་སྤེན་པ་"@bo,
        "Sadorn"@br,
        "सुनिबार"@brx,
        "subota"@bs,
        "субота"@bs-Cyrl,
        "ሰንበር ሽጓዅ"@byn,
        "dissabte"@ca,
        "Orwamukaaga"@cgg,
        "ᎤᎾᏙᏓᏈᏕᎾ"@chr,
        "星期六"@cmn,
        "星期六"@cmn-Hant,
        "sobota"@cs,
        "Dydd Sadwrn"@cy,
        "lørdag"@da,
        "Kifula nguwo"@dav,
        "Samstag"@de,
        "Asibti"@dje,
        "esaɓasú"@dua,
        "Sibiti"@dyo,
        "གཟའ་ཉི་མ་"@dz,
        "NJumamothii"@ebu,
        "memleɖa"@ee,
        "Σάββατο"@el,
        "Saturday"@en,
        "𐐝𐐰𐐻𐐲𐑉𐐼𐐩"@en-Dsrt,
        "sabato"@eo,
        "sábado"@es,
        "laupäev"@et,
        "larunbata"@eu,
        "séradé"@ewo,
        "شنبه"@fa,
        "hoore-biir"@ff,
        "lauantaina"@fi,
        "Sabado"@fil,
        "leygardagur"@fo,
        "samedi"@fr,
        "sabide"@fur,
        "Dé Sathairn"@ga,
        "DiSathairne"@gd,
        "Sábado"@gl,
        "Samschtig"@gsw,
        "શનિવાર"@gu,
        "Esabato"@guz,
        "Jesarn"@gv,
        "Asabar"@ha,
        "Poʻaono"@haw,
        "יום שבת"@he,
        "शनिवार"@hi,
        "subota"@hr,
        "szombat"@hu,
        "Շաբաթ"@hy,
        "sabbato"@ia,
        "Sabtu"@id,
        "Satọdee"@ig,
        "ꆏꊂꃘ"@ii,
        "laugardagur"@is,
        "sabato"@it,
        "土曜日"@ja,
        "Sásidɛ"@jgo,
        "Jumamosi"@jmc,
        "შაბათი"@ka,
        "Sayass"@kab,
        "Wa thanthatũ"@kam,
        "Liduva litandi"@kde,
        "sabadu"@kea,
        "Assabdu"@khq,
        "Njumamothi"@ki,
        "сенбі"@kk,
        "mɔnɔ sɔndi"@kkj,
        "arfininngorneq"@kl,
        "Betutab lo"@kln,
        "សៅរ៍"@km,
        "ಶನಿವಾರ"@kn,
        "शनिवार"@knn,
        "토요일"@ko,
        "بٹوار"@ks,
        "Jumaamosi"@ksb,
        "samdí"@ksf,
        "Samsdaach"@ksh,
        "De Sadorn"@kw,
        "ишемби"@ky,
        "Jumamóosi"@lag,
        "Lwamukaaga"@lg,
        "mpɔ́sɔ"@ln,
        "ວັນເສົາ"@lo,
        "šeštadienis"@lt,
        "Lubingu"@lu,
        "Ngeso"@luo,
        "Jumamosi"@luy,
        "sestdiena"@lv,
        "Jumamósi"@mas,
        "Jumamosi"@mer,
        "samdi"@mfe,
        "Asabotsy"@mg,
        "Jumamosi"@mgh,
        "Aneg 7"@mgo,
        "сабота"@mk,
        "ശനിയാഴ്ച"@ml,
        "शनिवार"@mr,
        "Is-Sibt"@mt,
        "Comzyeɓsuu"@mua,
        "စနေ"@my,
        "Satertaxtsees"@naq,
        "lørdag"@nb,
        "Mgqibelo"@nd,
        "शनिबार"@ne,
        "शनिवार"@ne,
        "zaterdag"@nl,
        "sásadi"@nmg,
        "laurdag"@nn,
        "màga lyɛ̌ʼ"@nnh,
        "umGqibelo"@nr,
        "Mokibelo"@nso,
        "Bäkɛl lätni"@nus,
        "Orwamukaaga"@nyn,
        "Sanbata"@om,
        "ଶନିବାର"@or,
        "сабат"@os,
        "ਸ਼ਨੀਚਰਵਾਰ"@pa,
        "ہفتہ"@pa-Arab,
        "sobota"@pl,
        "شنبه"@ps,
        "Sábado"@pt,
        "sábado"@pt,
        "sonda"@rm,
        "Ku wa gatandatu"@rn,
        "sâmbătă"@ro,
        "Ijumamosi"@rof,
        "суббота"@ru,
        "Kuwa gatandatu"@rw,
        "Jumamosi"@rwk,
        "Субуота"@sah,
        "Mderot ee kwe"@saq,
        "Jumamosi"@sbp,
        "laavadahke"@se,
        "lávvardat"@se,
        "Sabudu"@seh,
        "Asibti"@ses,
        "Lâyenga"@sg,
        "ⴰⵙⵉⴹⵢⴰⵙ"@shi,
        "asiḍyas"@shi-Latn,
        "සෙනසුරාදා"@si,
        "sobota"@sk,
        "sobota"@sl,
        "Mugovera"@sn,
        "Sabti"@so,
        "e shtunë"@sq,
        "субота"@sr,
        "subota"@sr-Latn,
        "uMgcibelo"@ss,
        "Qunxa Sambat"@ssy,
        "Moqebelo"@st,
        "lördag"@sv,
        "siku ya sita"@swc,
        "Jumamosi"@swh,
        "சனி"@ta,
        "శనివారం"@te,
        "Nakasabiti"@teo,
        "Шанбе"@tg,
        "วันเสาร์"@th,
        "ቀዳም"@ti,
        "ሰንበት ንኢሽ"@tig,
        "Matlhatso"@tn,
        "Tokonaki"@to,
        "Cumartesi"@tr,
        "Mugqivela"@ts,
        "Asibti"@twq,
        "Asiḍyas"@tzm,
        "Субота"@uk,
        "ہفتہ"@ur,
        "шанба"@uzn,
        "شنبه"@uzn-Arab,
        "shanba"@uzn-Latn,
        "ꔻꔬꔳ"@vai,
        "siɓiti"@vai-Latn,
        "Mugivhela"@ve,
        "Thứ bảy"@vi,
        "zädel"@vo,
        "Jumamosi"@vun,
        "Samštag"@wae,
        "ቄራ"@wal,
        "Mgqibelo"@xh,
        "Olomukaaga"@xog,
        "séselé"@yav,
        "Ọjọ́ Àbámẹ́ta"@yo,
        "Sabtu"@zsm,
        "Mgqibelo"@zu ;
    lvont:label <http://lexvo.org/id/term/aar/Sabti>,
        <http://lexvo.org/id/term/afr/Saterdag>,
        <http://lexvo.org/id/term/agq/tsu%CA%94ndz%C9%A8k%C9%94%CA%94%C9%94>,
        <http://lexvo.org/id/term/aka/Memeneda>,
        <http://lexvo.org/id/term/amh/%E1%89%85%E1%8B%B3%E1%88%9C>,
        <http://lexvo.org/id/term/ara/%D8%A7%D9%84%D8%B3%D8%A8%D8%AA>,
        <http://lexvo.org/id/term/asa/Jumamosi>,
        <http://lexvo.org/id/term/asm/%E0%A6%B6%E0%A6%A8%E0%A6%BF%E0%A6%AC%E0%A6%BE%E0%A7%B0>,
        <http://lexvo.org/id/term/ast/s%C3%A1badu>,
        <http://lexvo.org/id/term/aze-Cyrl/%D1%88%D3%99%D0%BD%D0%B1%D3%99>,
        <http://lexvo.org/id/term/aze/%C5%9F%C9%99nb%C9%99>,
        <http://lexvo.org/id/term/bam/sibiri>,
        <http://lexvo.org/id/term/bas/%C5%8Bgw%C3%A0%20j%C3%B4n>,
        <http://lexvo.org/id/term/bel/%D1%81%D1%83%D0%B1%D0%BE%D1%82%D0%B0>,
        <http://lexvo.org/id/term/bem/Pachibelushi>,
        <http://lexvo.org/id/term/ben/%E0%A6%B6%E0%A6%A8%E0%A6%BF%E0%A6%AC%E0%A6%BE%E0%A6%B0>,
        <http://lexvo.org/id/term/bez/pa%20shahulembela>,
        <http://lexvo.org/id/term/bod/%E0%BD%82%E0%BD%9F%E0%BD%A0%E0%BC%8B%E0%BD%A6%E0%BE%A4%E0%BD%BA%E0%BD%93%E0%BC%8B%E0%BD%94%E0%BC%8B>,
        <http://lexvo.org/id/term/bos-Cyrl/%D1%81%D1%83%D0%B1%D0%BE%D1%82%D0%B0>,
        <http://lexvo.org/id/term/bos/subota>,
        <http://lexvo.org/id/term/bre/Sadorn>,
        <http://lexvo.org/id/term/brx/%E0%A4%B8%E0%A5%81%E0%A4%A8%E0%A4%BF%E0%A4%AC%E0%A4%BE%E0%A4%B0>,
        <http://lexvo.org/id/term/bul/%D1%81%D1%8A%D0%B1%D0%BE%D1%82%D0%B0>,
        <http://lexvo.org/id/term/byn/%E1%88%B0%E1%8A%95%E1%89%A0%E1%88%AD%20%E1%88%BD%E1%8C%93%E1%8B%85>,
        <http://lexvo.org/id/term/cat/dissabte>,
        <http://lexvo.org/id/term/ces/sobota>,
        <http://lexvo.org/id/term/cgg/Orwamukaaga>,
        <http://lexvo.org/id/term/chr/%E1%8E%A4%E1%8E%BE%E1%8F%99%E1%8F%93%E1%8F%88%E1%8F%95%E1%8E%BE>,
        <http://lexvo.org/id/term/cmn-Hant/%E6%98%9F%E6%9C%9F%E5%85%AD>,
        <http://lexvo.org/id/term/cmn/%E6%98%9F%E6%9C%9F%E5%85%AD>,
        <http://lexvo.org/id/term/cor/De%20Sadorn>,
        <http://lexvo.org/id/term/cym/Dydd%20Sadwrn>,
        <http://lexvo.org/id/term/dan/l%C3%B8rdag>,
        <http://lexvo.org/id/term/dav/Kifula%20nguwo>,
        <http://lexvo.org/id/term/deu/Samstag>,
        <http://lexvo.org/id/term/dje/Asibti>,
        <http://lexvo.org/id/term/dua/esa%C9%93as%C3%BA>,
        <http://lexvo.org/id/term/dyo/Sibiti>,
        <http://lexvo.org/id/term/dzo/%E0%BD%82%E0%BD%9F%E0%BD%A0%E0%BC%8B%E0%BD%89%E0%BD%B2%E0%BC%8B%E0%BD%98%E0%BC%8B>,
        <http://lexvo.org/id/term/ebu/NJumamothii>,
        <http://lexvo.org/id/term/ell/%CE%A3%CE%AC%CE%B2%CE%B2%CE%B1%CF%84%CE%BF>,
        <http://lexvo.org/id/term/eng-Dsrt/%F0%90%90%9D%F0%90%90%B0%F0%90%90%BB%F0%90%90%B2%F0%90%91%89%F0%90%90%BC%F0%90%90%A9>,
        <http://lexvo.org/id/term/eng/Saturday>,
        <http://lexvo.org/id/term/epo/sabato>,
        <http://lexvo.org/id/term/est/laup%C3%A4ev>,
        <http://lexvo.org/id/term/eus/larunbata>,
        <http://lexvo.org/id/term/ewe/memle%C9%96a>,
        <http://lexvo.org/id/term/ewo/s%C3%A9rad%C3%A9>,
        <http://lexvo.org/id/term/fao/leygardagur>,
        <http://lexvo.org/id/term/fas/%D8%B4%D9%86%D8%A8%D9%87>,
        <http://lexvo.org/id/term/fil/Sabado>,
        <http://lexvo.org/id/term/fin/lauantaina>,
        <http://lexvo.org/id/term/fra/samedi>,
        <http://lexvo.org/id/term/ful/hoore-biir>,
        <http://lexvo.org/id/term/fur/sabide>,
        <http://lexvo.org/id/term/gla/DiSathairne>,
        <http://lexvo.org/id/term/gle/D%C3%A9%20Sathairn>,
        <http://lexvo.org/id/term/glg/S%C3%A1bado>,
        <http://lexvo.org/id/term/glv/Jesarn>,
        <http://lexvo.org/id/term/gsw/Samschtig>,
        <http://lexvo.org/id/term/guj/%E0%AA%B6%E0%AA%A8%E0%AA%BF%E0%AA%B5%E0%AA%BE%E0%AA%B0>,
        <http://lexvo.org/id/term/guz/Esabato>,
        <http://lexvo.org/id/term/hau/Asabar>,
        <http://lexvo.org/id/term/haw/Po%CA%BBaono>,
        <http://lexvo.org/id/term/heb/%D7%99%D7%95%D7%9D%20%D7%A9%D7%91%D7%AA>,
        <http://lexvo.org/id/term/hin/%E0%A4%B6%E0%A4%A8%E0%A4%BF%E0%A4%B5%E0%A4%BE%E0%A4%B0>,
        <http://lexvo.org/id/term/hrv/subota>,
        <http://lexvo.org/id/term/hun/szombat>,
        <http://lexvo.org/id/term/hye/%D5%87%D5%A1%D5%A2%D5%A1%D5%A9>,
        <http://lexvo.org/id/term/ibo/Sat%E1%BB%8Ddee>,
        <http://lexvo.org/id/term/iii/%EA%86%8F%EA%8A%82%EA%83%98>,
        <http://lexvo.org/id/term/ina/sabbato>,
        <http://lexvo.org/id/term/ind/Sabtu>,
        <http://lexvo.org/id/term/isl/laugardagur>,
        <http://lexvo.org/id/term/ita/sabato>,
        <http://lexvo.org/id/term/jgo/S%C3%A1sid%C9%9B>,
        <http://lexvo.org/id/term/jmc/Jumamosi>,
        <http://lexvo.org/id/term/jpn/%E5%9C%9F%E6%9B%9C%E6%97%A5>,
        <http://lexvo.org/id/term/kab/Sayass>,
        <http://lexvo.org/id/term/kal/arfininngorneq>,
        <http://lexvo.org/id/term/kam/Wa%20thanthat%C5%A9>,
        <http://lexvo.org/id/term/kan/%E0%B2%B6%E0%B2%A8%E0%B2%BF%E0%B2%B5%E0%B2%BE%E0%B2%B0>,
        <http://lexvo.org/id/term/kas/%D8%A8%D9%B9%D9%88%D8%A7%D8%B1>,
        <http://lexvo.org/id/term/kat/%E1%83%A8%E1%83%90%E1%83%91%E1%83%90%E1%83%97%E1%83%98>,
        <http://lexvo.org/id/term/kaz/%D1%81%D0%B5%D0%BD%D0%B1%D1%96>,
        <http://lexvo.org/id/term/kde/Liduva%20litandi>,
        <http://lexvo.org/id/term/kea/sabadu>,
        <http://lexvo.org/id/term/khm/%E1%9E%9F%E1%9F%85%E1%9E%9A%E1%9F%8D>,
        <http://lexvo.org/id/term/khq/Assabdu>,
        <http://lexvo.org/id/term/kik/Njumamothi>,
        <http://lexvo.org/id/term/kin/Kuwa%20gatandatu>,
        <http://lexvo.org/id/term/kir/%D0%B8%D1%88%D0%B5%D0%BC%D0%B1%D0%B8>,
        <http://lexvo.org/id/term/kkj/m%C9%94n%C9%94%20s%C9%94ndi>,
        <http://lexvo.org/id/term/kln/Betutab%20lo>,
        <http://lexvo.org/id/term/knn/%E0%A4%B6%E0%A4%A8%E0%A4%BF%E0%A4%B5%E0%A4%BE%E0%A4%B0>,
        <http://lexvo.org/id/term/kor/%ED%86%A0%EC%9A%94%EC%9D%BC>,
        <http://lexvo.org/id/term/ksb/Jumaamosi>,
        <http://lexvo.org/id/term/ksf/samd%C3%AD>,
        <http://lexvo.org/id/term/ksh/Samsdaach>,
        <http://lexvo.org/id/term/lag/Jumam%C3%B3osi>,
        <http://lexvo.org/id/term/lao/%E0%BA%A7%E0%BA%B1%E0%BA%99%E0%BB%80%E0%BA%AA%E0%BA%BB%E0%BA%B2>,
        <http://lexvo.org/id/term/lav/sestdiena>,
        <http://lexvo.org/id/term/lin/mp%C9%94%CC%81s%C9%94>,
        <http://lexvo.org/id/term/lit/%C5%A1e%C5%A1tadienis>,
        <http://lexvo.org/id/term/lub/Lubingu>,
        <http://lexvo.org/id/term/lug/Lwamukaaga>,
        <http://lexvo.org/id/term/luo/Ngeso>,
        <http://lexvo.org/id/term/luy/Jumamosi>,
        <http://lexvo.org/id/term/mal/%E0%B4%B6%E0%B4%A8%E0%B4%BF%E0%B4%AF%E0%B4%BE%E0%B4%B4%E0%B5%8D%E0%B4%9A>,
        <http://lexvo.org/id/term/mar/%E0%A4%B6%E0%A4%A8%E0%A4%BF%E0%A4%B5%E0%A4%BE%E0%A4%B0>,
        <http://lexvo.org/id/term/mas/Jumam%C3%B3si>,
        <http://lexvo.org/id/term/mer/Jumamosi>,
        <http://lexvo.org/id/term/mfe/samdi>,
        <http://lexvo.org/id/term/mgh/Jumamosi>,
        <http://lexvo.org/id/term/mgo/Aneg%207>,
        <http://lexvo.org/id/term/mkd/%D1%81%D0%B0%D0%B1%D0%BE%D1%82%D0%B0>,
        <http://lexvo.org/id/term/mlg/Asabotsy>,
        <http://lexvo.org/id/term/mlt/Is-Sibt>,
        <http://lexvo.org/id/term/mua/Comzye%C9%93suu>,
        <http://lexvo.org/id/term/mya/%E1%80%85%E1%80%94%E1%80%B1>,
        <http://lexvo.org/id/term/naq/Satertaxtsees>,
        <http://lexvo.org/id/term/nbl/umGqibelo>,
        <http://lexvo.org/id/term/nde/Mgqibelo>,
        <http://lexvo.org/id/term/nep/%E0%A4%B6%E0%A4%A8%E0%A4%BF%E0%A4%AC%E0%A4%BE%E0%A4%B0>,
        <http://lexvo.org/id/term/nep/%E0%A4%B6%E0%A4%A8%E0%A4%BF%E0%A4%B5%E0%A4%BE%E0%A4%B0>,
        <http://lexvo.org/id/term/nld/zaterdag>,
        <http://lexvo.org/id/term/nmg/s%C3%A1sadi>,
        <http://lexvo.org/id/term/nnh/m%C3%A0ga%20ly%C9%9B%CC%8C%CA%BC>,
        <http://lexvo.org/id/term/nno/laurdag>,
        <http://lexvo.org/id/term/nob/l%C3%B8rdag>,
        <http://lexvo.org/id/term/nso/Mokibelo>,
        <http://lexvo.org/id/term/nus/B%C3%A4k%C9%9Bl%20l%C3%A4tni>,
        <http://lexvo.org/id/term/nyn/Orwamukaaga>,
        <http://lexvo.org/id/term/ori/%E0%AC%B6%E0%AC%A8%E0%AC%BF%E0%AC%AC%E0%AC%BE%E0%AC%B0>,
        <http://lexvo.org/id/term/orm/Sanbata>,
        <http://lexvo.org/id/term/oss/%D1%81%D0%B0%D0%B1%D0%B0%D1%82>,
        <http://lexvo.org/id/term/pan-Arab/%DB%81%D9%81%D8%AA%DB%81>,
        <http://lexvo.org/id/term/pan/%E0%A8%B8%E0%A8%BC%E0%A8%A8%E0%A9%80%E0%A8%9A%E0%A8%B0%E0%A8%B5%E0%A8%BE%E0%A8%B0>,
        <http://lexvo.org/id/term/pol/sobota>,
        <http://lexvo.org/id/term/por/S%C3%A1bado>,
        <http://lexvo.org/id/term/por/s%C3%A1bado>,
        <http://lexvo.org/id/term/pus/%D8%B4%D9%86%D8%A8%D9%87>,
        <http://lexvo.org/id/term/rof/Ijumamosi>,
        <http://lexvo.org/id/term/roh/sonda>,
        <http://lexvo.org/id/term/ron/s%C3%A2mb%C4%83t%C4%83>,
        <http://lexvo.org/id/term/run/Ku%20wa%20gatandatu>,
        <http://lexvo.org/id/term/rus/%D1%81%D1%83%D0%B1%D0%B1%D0%BE%D1%82%D0%B0>,
        <http://lexvo.org/id/term/rwk/Jumamosi>,
        <http://lexvo.org/id/term/sag/L%C3%A2yenga>,
        <http://lexvo.org/id/term/sah/%D0%A1%D1%83%D0%B1%D1%83%D0%BE%D1%82%D0%B0>,
        <http://lexvo.org/id/term/saq/Mderot%20ee%20kwe>,
        <http://lexvo.org/id/term/sbp/Jumamosi>,
        <http://lexvo.org/id/term/seh/Sabudu>,
        <http://lexvo.org/id/term/ses/Asibti>,
        <http://lexvo.org/id/term/shi-Latn/asi%E1%B8%8Dyas>,
        <http://lexvo.org/id/term/shi/%E2%B4%B0%E2%B5%99%E2%B5%89%E2%B4%B9%E2%B5%A2%E2%B4%B0%E2%B5%99>,
        <http://lexvo.org/id/term/sin/%E0%B7%83%E0%B7%99%E0%B6%B1%E0%B7%83%E0%B7%94%E0%B6%BB%E0%B7%8F%E0%B6%AF%E0%B7%8F>,
        <http://lexvo.org/id/term/slk/sobota>,
        <http://lexvo.org/id/term/slv/sobota>,
        <http://lexvo.org/id/term/sme/l%C3%A1vvardat>,
        <http://lexvo.org/id/term/sme/laavadahke>,
        <http://lexvo.org/id/term/sna/Mugovera>,
        <http://lexvo.org/id/term/som/Sabti>,
        <http://lexvo.org/id/term/sot/Moqebelo>,
        <http://lexvo.org/id/term/spa/s%C3%A1bado>,
        <http://lexvo.org/id/term/sqi/e%20shtun%C3%AB>,
        <http://lexvo.org/id/term/srp-Latn/subota>,
        <http://lexvo.org/id/term/srp/%D1%81%D1%83%D0%B1%D0%BE%D1%82%D0%B0>,
        <http://lexvo.org/id/term/ssw/uMgcibelo>,
        <http://lexvo.org/id/term/ssy/Qunxa%20Sambat>,
        <http://lexvo.org/id/term/swc/siku%20ya%20sita>,
        <http://lexvo.org/id/term/swe/l%C3%B6rdag>,
        <http://lexvo.org/id/term/swh/Jumamosi>,
        <http://lexvo.org/id/term/tam/%E0%AE%9A%E0%AE%A9%E0%AE%BF>,
        <http://lexvo.org/id/term/tel/%E0%B0%B6%E0%B0%A8%E0%B0%BF%E0%B0%B5%E0%B0%BE%E0%B0%B0%E0%B0%82>,
        <http://lexvo.org/id/term/teo/Nakasabiti>,
        <http://lexvo.org/id/term/tgk/%D0%A8%D0%B0%D0%BD%D0%B1%D0%B5>,
        <http://lexvo.org/id/term/tha/%E0%B8%A7%E0%B8%B1%E0%B8%99%E0%B9%80%E0%B8%AA%E0%B8%B2%E0%B8%A3%E0%B9%8C>,
        <http://lexvo.org/id/term/tig/%E1%88%B0%E1%8A%95%E1%89%A0%E1%89%B5%20%E1%8A%95%E1%8A%A2%E1%88%BD>,
        <http://lexvo.org/id/term/tir/%E1%89%80%E1%8B%B3%E1%88%9D>,
        <http://lexvo.org/id/term/ton/Tokonaki>,
        <http://lexvo.org/id/term/tsn/Matlhatso>,
        <http://lexvo.org/id/term/tso/Mugqivela>,
        <http://lexvo.org/id/term/tur/Cumartesi>,
        <http://lexvo.org/id/term/twq/Asibti>,
        <http://lexvo.org/id/term/tzm/Asi%E1%B8%8Dyas>,
        <http://lexvo.org/id/term/ukr/%D0%A1%D1%83%D0%B1%D0%BE%D1%82%D0%B0>,
        <http://lexvo.org/id/term/urd/%DB%81%D9%81%D8%AA%DB%81>,
        <http://lexvo.org/id/term/uzn-Arab/%D8%B4%D9%86%D8%A8%D9%87>,
        <http://lexvo.org/id/term/uzn-Latn/shanba>,
        <http://lexvo.org/id/term/uzn/%D1%88%D0%B0%D0%BD%D0%B1%D0%B0>,
        <http://lexvo.org/id/term/vai-Latn/si%C9%93iti>,
        <http://lexvo.org/id/term/vai/%EA%94%BB%EA%94%AC%EA%94%B3>,
        <http://lexvo.org/id/term/ven/Mugivhela>,
        <http://lexvo.org/id/term/vie/Th%E1%BB%A9%20b%E1%BA%A3y>,
        <http://lexvo.org/id/term/vol/z%C3%A4del>,
        <http://lexvo.org/id/term/vun/Jumamosi>,
        <http://lexvo.org/id/term/wae/Sam%C5%A1tag>,
        <http://lexvo.org/id/term/wal/%E1%89%84%E1%88%AB>,
        <http://lexvo.org/id/term/xho/Mgqibelo>,
        <http://lexvo.org/id/term/xog/Olomukaaga>,
        <http://lexvo.org/id/term/yav/s%C3%A9sel%C3%A9>,
        <http://lexvo.org/id/term/yor/%E1%BB%8Cj%E1%BB%8D%CC%81%20%C3%80b%C3%A1m%E1%BA%B9%CC%81ta>,
        <http://lexvo.org/id/term/zsm/Sabtu>,
        <http://lexvo.org/id/term/zul/Mgqibelo> .

<http://lexvo.org/id/wordnet/30/noun/script_1_10_01> rdfs:label "writing system"@en ;
    lvont:label <http://lexvo.org/id/term/eng/writing%20system> .

<http://lexvo.org/id/wordnet/30/noun/september_1_28_00> rdfs:label "Waysu"@aa,
        "September"@af,
        "ndzɔ̀ŋɔ̀tƗ̀fʉ̀ghàdzughù"@agq,
        "Fankwa-Ɛbɔ"@ak,
        "ሴፕቴምበር"@am,
        "أيلول"@ar,
        "سبتمبر"@ar,
        "ছেপ্তেম্বৰ"@as,
        "Septemba"@asa,
        "de setiembre"@ast,
        "Sentyabr"@az,
        "сентјабр"@az-Cyrl,
        "Dìpɔ̀s"@bas,
        "верасень"@be,
        "Septemba"@bem,
        "pa mwedzi gwa tisa"@bez,
        "септември"@bg,
        "sɛtanburu"@bm,
        "সেপ্টেম্বর"@bn,
        "ཟླ་བ་དགུ་པ་"@bo,
        "Gwengolo"@br,
        "सेबथेज्ब़र"@brx,
        "septembar"@bs,
        "септембар"@bs-Cyrl,
        "ያኸኒ መሳቅለሪ"@byn,
        "de setembre"@ca,
        "Okwamwenda"@cgg,
        "ᏚᎵᏍᏗ"@chr,
        "九月"@cmn,
        "9月"@cmn-Hant,
        "září"@cs,
        "Medi"@cy,
        "september"@da,
        "Mori ghwa ikenda"@dav,
        "September"@de,
        "Sektanbur"@dje,
        "nyɛtɛki"@dua,
        "Settembar"@dyo,
        "ཟླ་དགུ་པ་"@dz,
        "Mweri wa kenda"@ebu,
        "anyɔnyɔ"@ee,
        "Σεπτεμβρίου"@el,
        "September"@en,
        "𐐝𐐯𐐹𐐻𐐯𐑋𐐺𐐲𐑉"@en-Dsrt,
        "septembro"@eo,
        "septiembre"@es,
        "september"@et,
        "iraila"@eu,
        "ngɔn ebulú"@ewo,
        "سپتامبر"@fa,
        "سپتمبر"@fa,
        "siilto"@ff,
        "syyskuuta"@fi,
        "Setyembre"@fil,
        "september"@fo,
        "septembre"@fr,
        "Setembar"@fur,
        "Meán Fómhair"@ga,
        "An t-Sultain"@gd,
        "Setembro"@gl,
        "Septämber"@gsw,
        "સપ્ટેમ્બર"@gu,
        "Septemba"@guz,
        "Mean-fouyir"@gv,
        "Satumba"@ha,
        "Kepakemapa"@haw,
        "ספטמבר"@he,
        "सितम्बर"@hi,
        "rujna"@hr,
        "szeptember"@hu,
        "Սեպտեմբեր"@hy,
        "septembre"@ia,
        "September"@id,
        "Septemba"@ig,
        "ꈬꆪ"@ii,
        "september"@is,
        "settembre"@it,
        "9月"@ja,
        "Pɛsaŋ Pɛ́nɛ́pfúꞋú"@jgo,
        "Septemba"@jmc,
        "სექტემბერი"@ka,
        "Ctembeṛ"@kab,
        "Mwai wa kenda"@kam,
        "Mwedi wa Nnyano na Nchechi"@kde,
        "Setenbru"@kea,
        "Sektanbur"@khq,
        "Mwere wa kenda"@ki,
        "қыркүйек"@kk,
        "njapi"@kkj,
        "septemberi"@kl,
        "Buret"@kln,
        "កញ្ញា"@km,
        "ಸಪ್ಟೆಂಬರ್"@kn,
        "सेप्टेंबर"@knn,
        "9월"@ko,
        "ستمبر"@ks,
        "Septemba"@ksb,
        "ŋwíí akǝ táanin"@ksf,
        "Septämber"@ksh,
        "Mys Gwyngala"@kw,
        "сентябрь"@ky,
        "Kʉsaatʉ"@lag,
        "Sebuttemba"@lg,
        "sánzá ya libwa"@ln,
        "ກັນຍາ"@lo,
        "rugsėjis"@lt,
        "Lutongolo"@lu,
        "Dwe mar Ochiko"@luo,
        "Septemba"@luy,
        "septembris"@lv,
        "Kúshîn"@mas,
        "Septemba"@mer,
        "septam"@mfe,
        "Septambra"@mg,
        "Mweri wo tisa"@mgh,
        "iməg kud"@mgo,
        "септември"@mk,
        "സെപ്റ്റംബർ"@ml,
        "सप्टेंबर"@mr,
        "Settembru"@mt,
        "Fĩi Dǝɓlii"@mua,
        "စက်တင်ဘာ"@my,
        "Taraǀkhuumûǁkhâb"@naq,
        "september"@nb,
        "Mpandula"@nd,
        "सेप्टेम्बर"@ne,
        "september"@nl,
        "ngwɛn rɛbvuâ"@nmg,
        "september"@nn,
        "saŋ ngwɔ̀ʼ mbÿɛ"@nnh,
        "Septemba"@nr,
        "Setemere"@nso,
        "Tɛɛr"@nus,
        "Okwamwenda"@nyn,
        "Fuulbana"@om,
        "ସେପ୍ଟେମ୍ବର"@or,
        "сентябры"@os,
        "ਸਤੰਬਰ"@pa,
        "ستمبر"@pa-Arab,
        "września"@pl,
        "سپتمبر"@ps,
        "Setembro"@pt,
        "setembro"@pt,
        "settember"@rm,
        "Nyakanga"@rn,
        "septembrie"@ro,
        "Mweri wa tisa"@rof,
        "сентября"@ru,
        "Nzeli"@rw,
        "Septemba"@rwk,
        "Балаҕан ыйын"@sah,
        "Lapa le saal"@saq,
        "Munyense"@sbp,
        "čakčamánnu"@se,
        "Setembro"@seh,
        "Sektanbur"@ses,
        "Mvuka"@sg,
        "ⵛⵓⵜⴰⵏⴱⵉⵔ"@shi,
        "cutanbir"@shi-Latn,
        "සැප්තැම්බර්"@si,
        "september"@sk,
        "september"@sl,
        "Gunyana"@sn,
        "Bisha Sagaalaad"@so,
        "shtator"@sq,
        "септембар"@sr,
        "septembar"@sr-Latn,
        "iNyoni"@ss,
        "Waysu"@ssy,
        "Leotshe"@st,
        "september"@sv,
        "mwezi ya tisa"@swc,
        "Septemba"@swh,
        "செப்டம்பர்"@ta,
        "సెప్టెంబర్"@te,
        "Osokosokoma"@teo,
        "Сентябр"@tg,
        "กันยายน"@th,
        "መስከረም"@ti,
        "ሴፕቴምበር"@ti,
        "ሴፕቴምበር"@tig,
        "Lwetse"@tn,
        "Sepitema"@to,
        "Eylül"@tr,
        "Ndzhati"@ts,
        "Sektanbur"@twq,
        "Cutanbir"@tzm,
        "вересня"@uk,
        "ستمبر"@ur,
        "Сентябр"@uzn,
        "سپتمبر"@uzn-Arab,
        "Sentyabr"@uzn-Latn,
        "ꕢꕌ"@vai,
        "saah"@vai-Latn,
        "Khubvumedzi"@ve,
        "tháng chín"@vi,
        "setul"@vo,
        "Septemba"@vun,
        "Herbštmánet"@wae,
        "ሴፕቴምበር"@wal,
        "Septemba"@xh,
        "Sebuttemba"@xog,
        "imɛŋ i puɔs"@yav,
        "Oṣù Owewe"@yo,
        "September"@zsm,
        "Septhemba"@zu ;
    lvont:label <http://lexvo.org/id/term/aar/Waysu>,
        <http://lexvo.org/id/term/afr/September>,
        <http://lexvo.org/id/term/agq/ndz%C9%94%CC%80%C5%8B%C9%94%CC%80t%C6%97%CC%80f%CA%89%CC%80gh%C3%A0dzugh%C3%B9>,
        <http://lexvo.org/id/term/aka/Fankwa-%C6%90b%C9%94>,
        <http://lexvo.org/id/term/amh/%E1%88%B4%E1%8D%95%E1%89%B4%E1%88%9D%E1%89%A0%E1%88%AD>,
        <http://lexvo.org/id/term/ara/%D8%A3%D9%8A%D9%84%D9%88%D9%84>,
        <http://lexvo.org/id/term/ara/%D8%B3%D8%A8%D8%AA%D9%85%D8%A8%D8%B1>,
        <http://lexvo.org/id/term/asa/Septemba>,
        <http://lexvo.org/id/term/asm/%E0%A6%9B%E0%A7%87%E0%A6%AA%E0%A7%8D%E0%A6%A4%E0%A7%87%E0%A6%AE%E0%A7%8D%E0%A6%AC%E0%A7%B0>,
        <http://lexvo.org/id/term/ast/de%20setiembre>,
        <http://lexvo.org/id/term/aze-Cyrl/%D1%81%D0%B5%D0%BD%D1%82%D1%98%D0%B0%D0%B1%D1%80>,
        <http://lexvo.org/id/term/aze/Sentyabr>,
        <http://lexvo.org/id/term/bam/s%C9%9Btanburu>,
        <http://lexvo.org/id/term/bas/D%C3%ACp%C9%94%CC%80s>,
        <http://lexvo.org/id/term/bel/%D0%B2%D0%B5%D1%80%D0%B0%D1%81%D0%B5%D0%BD%D1%8C>,
        <http://lexvo.org/id/term/bem/Septemba>,
        <http://lexvo.org/id/term/ben/%E0%A6%B8%E0%A7%87%E0%A6%AA%E0%A7%8D%E0%A6%9F%E0%A7%87%E0%A6%AE%E0%A7%8D%E0%A6%AC%E0%A6%B0>,
        <http://lexvo.org/id/term/bez/pa%20mwedzi%20gwa%20tisa>,
        <http://lexvo.org/id/term/bod/%E0%BD%9F%E0%BE%B3%E0%BC%8B%E0%BD%96%E0%BC%8B%E0%BD%91%E0%BD%82%E0%BD%B4%E0%BC%8B%E0%BD%94%E0%BC%8B>,
        <http://lexvo.org/id/term/bos-Cyrl/%D1%81%D0%B5%D0%BF%D1%82%D0%B5%D0%BC%D0%B1%D0%B0%D1%80>,
        <http://lexvo.org/id/term/bos/septembar>,
        <http://lexvo.org/id/term/bre/Gwengolo>,
        <http://lexvo.org/id/term/brx/%E0%A4%B8%E0%A5%87%E0%A4%AC%E0%A4%A5%E0%A5%87%E0%A4%9C%E0%A5%8D%E0%A4%AC%E0%A4%BC%E0%A4%B0>,
        <http://lexvo.org/id/term/bul/%D1%81%D0%B5%D0%BF%D1%82%D0%B5%D0%BC%D0%B2%D1%80%D0%B8>,
        <http://lexvo.org/id/term/byn/%E1%8B%AB%E1%8A%B8%E1%8A%92%20%E1%88%98%E1%88%B3%E1%89%85%E1%88%88%E1%88%AA>,
        <http://lexvo.org/id/term/cat/de%20setembre>,
        <http://lexvo.org/id/term/ces/z%C3%A1%C5%99%C3%AD>,
        <http://lexvo.org/id/term/cgg/Okwamwenda>,
        <http://lexvo.org/id/term/chr/%E1%8F%9A%E1%8E%B5%E1%8F%8D%E1%8F%97>,
        <http://lexvo.org/id/term/cmn-Hant/9%E6%9C%88>,
        <http://lexvo.org/id/term/cmn/%E4%B9%9D%E6%9C%88>,
        <http://lexvo.org/id/term/cor/Mys%20Gwyngala>,
        <http://lexvo.org/id/term/cym/Medi>,
        <http://lexvo.org/id/term/dan/september>,
        <http://lexvo.org/id/term/dav/Mori%20ghwa%20ikenda>,
        <http://lexvo.org/id/term/deu/September>,
        <http://lexvo.org/id/term/dje/Sektanbur>,
        <http://lexvo.org/id/term/dua/ny%C9%9Bt%C9%9Bki>,
        <http://lexvo.org/id/term/dyo/Settembar>,
        <http://lexvo.org/id/term/dzo/%E0%BD%9F%E0%BE%B3%E0%BC%8B%E0%BD%91%E0%BD%82%E0%BD%B4%E0%BC%8B%E0%BD%94%E0%BC%8B>,
        <http://lexvo.org/id/term/ebu/Mweri%20wa%20kenda>,
        <http://lexvo.org/id/term/ell/%CE%A3%CE%B5%CF%80%CF%84%CE%B5%CE%BC%CE%B2%CF%81%CE%AF%CE%BF%CF%85>,
        <http://lexvo.org/id/term/eng-Dsrt/%F0%90%90%9D%F0%90%90%AF%F0%90%90%B9%F0%90%90%BB%F0%90%90%AF%F0%90%91%8B%F0%90%90%BA%F0%90%90%B2%F0%90%91%89>,
        <http://lexvo.org/id/term/eng/September>,
        <http://lexvo.org/id/term/epo/septembro>,
        <http://lexvo.org/id/term/est/september>,
        <http://lexvo.org/id/term/eus/iraila>,
        <http://lexvo.org/id/term/ewe/any%C9%94ny%C9%94>,
        <http://lexvo.org/id/term/ewo/ng%C9%94n%20ebul%C3%BA>,
        <http://lexvo.org/id/term/fao/september>,
        <http://lexvo.org/id/term/fas/%D8%B3%D9%BE%D8%AA%D8%A7%D9%85%D8%A8%D8%B1>,
        <http://lexvo.org/id/term/fas/%D8%B3%D9%BE%D8%AA%D9%85%D8%A8%D8%B1>,
        <http://lexvo.org/id/term/fil/Setyembre>,
        <http://lexvo.org/id/term/fin/syyskuuta>,
        <http://lexvo.org/id/term/fra/septembre>,
        <http://lexvo.org/id/term/ful/siilto>,
        <http://lexvo.org/id/term/fur/Setembar>,
        <http://lexvo.org/id/term/gla/An%20t-Sultain>,
        <http://lexvo.org/id/term/gle/Me%C3%A1n%20F%C3%B3mhair>,
        <http://lexvo.org/id/term/glg/Setembro>,
        <http://lexvo.org/id/term/glv/Mean-fouyir>,
        <http://lexvo.org/id/term/gsw/Sept%C3%A4mber>,
        <http://lexvo.org/id/term/guj/%E0%AA%B8%E0%AA%AA%E0%AB%8D%E0%AA%9F%E0%AB%87%E0%AA%AE%E0%AB%8D%E0%AA%AC%E0%AA%B0>,
        <http://lexvo.org/id/term/guz/Septemba>,
        <http://lexvo.org/id/term/hau/Satumba>,
        <http://lexvo.org/id/term/haw/Kepakemapa>,
        <http://lexvo.org/id/term/heb/%D7%A1%D7%A4%D7%98%D7%9E%D7%91%D7%A8>,
        <http://lexvo.org/id/term/hin/%E0%A4%B8%E0%A4%BF%E0%A4%A4%E0%A4%AE%E0%A5%8D%E0%A4%AC%E0%A4%B0>,
        <http://lexvo.org/id/term/hrv/rujna>,
        <http://lexvo.org/id/term/hun/szeptember>,
        <http://lexvo.org/id/term/hye/%D5%8D%D5%A5%D5%BA%D5%BF%D5%A5%D5%B4%D5%A2%D5%A5%D6%80>,
        <http://lexvo.org/id/term/ibo/Septemba>,
        <http://lexvo.org/id/term/iii/%EA%88%AC%EA%86%AA>,
        <http://lexvo.org/id/term/ina/septembre>,
        <http://lexvo.org/id/term/ind/September>,
        <http://lexvo.org/id/term/isl/september>,
        <http://lexvo.org/id/term/ita/settembre>,
        <http://lexvo.org/id/term/jgo/P%C9%9Bsa%C5%8B%20P%C9%9B%CC%81n%C9%9B%CC%81pf%C3%BA%EA%9E%8B%C3%BA>,
        <http://lexvo.org/id/term/jmc/Septemba>,
        <http://lexvo.org/id/term/jpn/9%E6%9C%88>,
        <http://lexvo.org/id/term/kab/Ctembe%E1%B9%9B>,
        <http://lexvo.org/id/term/kal/septemberi>,
        <http://lexvo.org/id/term/kam/Mwai%20wa%20kenda>,
        <http://lexvo.org/id/term/kan/%E0%B2%B8%E0%B2%AA%E0%B3%8D%E0%B2%9F%E0%B3%86%E0%B2%82%E0%B2%AC%E0%B2%B0%E0%B3%8D>,
        <http://lexvo.org/id/term/kas/%D8%B3%D8%AA%D9%85%D8%A8%D8%B1>,
        <http://lexvo.org/id/term/kat/%E1%83%A1%E1%83%94%E1%83%A5%E1%83%A2%E1%83%94%E1%83%9B%E1%83%91%E1%83%94%E1%83%A0%E1%83%98>,
        <http://lexvo.org/id/term/kaz/%D2%9B%D1%8B%D1%80%D0%BA%D2%AF%D0%B9%D0%B5%D0%BA>,
        <http://lexvo.org/id/term/kde/Mwedi%20wa%20Nnyano%20na%20Nchechi>,
        <http://lexvo.org/id/term/kea/Setenbru>,
        <http://lexvo.org/id/term/khm/%E1%9E%80%E1%9E%89%E1%9F%92%E1%9E%89%E1%9E%B6>,
        <http://lexvo.org/id/term/khq/Sektanbur>,
        <http://lexvo.org/id/term/kik/Mwere%20wa%20kenda>,
        <http://lexvo.org/id/term/kin/Nzeli>,
        <http://lexvo.org/id/term/kir/%D1%81%D0%B5%D0%BD%D1%82%D1%8F%D0%B1%D1%80%D1%8C>,
        <http://lexvo.org/id/term/kkj/njapi>,
        <http://lexvo.org/id/term/kln/Buret>,
        <http://lexvo.org/id/term/knn/%E0%A4%B8%E0%A5%87%E0%A4%AA%E0%A5%8D%E0%A4%9F%E0%A5%87%E0%A4%82%E0%A4%AC%E0%A4%B0>,
        <http://lexvo.org/id/term/kor/9%EC%9B%94>,
        <http://lexvo.org/id/term/ksb/Septemba>,
        <http://lexvo.org/id/term/ksf/%C5%8Bw%C3%AD%C3%AD%20ak%C7%9D%20t%C3%A1anin>,
        <http://lexvo.org/id/term/ksh/Sept%C3%A4mber>,
        <http://lexvo.org/id/term/lag/K%CA%89saat%CA%89>,
        <http://lexvo.org/id/term/lao/%E0%BA%81%E0%BA%B1%E0%BA%99%E0%BA%8D%E0%BA%B2>,
        <http://lexvo.org/id/term/lav/septembris>,
        <http://lexvo.org/id/term/lin/s%C3%A1nz%C3%A1%20ya%20libwa>,
        <http://lexvo.org/id/term/lit/rugs%C4%97jis>,
        <http://lexvo.org/id/term/lub/Lutongolo>,
        <http://lexvo.org/id/term/lug/Sebuttemba>,
        <http://lexvo.org/id/term/luo/Dwe%20mar%20Ochiko>,
        <http://lexvo.org/id/term/luy/Septemba>,
        <http://lexvo.org/id/term/mal/%E0%B4%B8%E0%B5%86%E0%B4%AA%E0%B5%8D%E0%B4%B1%E0%B5%8D%E0%B4%B1%E0%B4%82%E0%B4%AC%E0%B5%BC>,
        <http://lexvo.org/id/term/mar/%E0%A4%B8%E0%A4%AA%E0%A5%8D%E0%A4%9F%E0%A5%87%E0%A4%82%E0%A4%AC%E0%A4%B0>,
        <http://lexvo.org/id/term/mas/K%C3%BAsh%C3%AEn>,
        <http://lexvo.org/id/term/mer/Septemba>,
        <http://lexvo.org/id/term/mfe/septam>,
        <http://lexvo.org/id/term/mgh/Mweri%20wo%20tisa>,
        <http://lexvo.org/id/term/mgo/im%C9%99g%20kud>,
        <http://lexvo.org/id/term/mkd/%D1%81%D0%B5%D0%BF%D1%82%D0%B5%D0%BC%D0%B2%D1%80%D0%B8>,
        <http://lexvo.org/id/term/mlg/Septambra>,
        <http://lexvo.org/id/term/mlt/Settembru>,
        <http://lexvo.org/id/term/mua/F%C4%A9i%20D%C7%9D%C9%93lii>,
        <http://lexvo.org/id/term/mya/%E1%80%85%E1%80%80%E1%80%BA%E1%80%90%E1%80%84%E1%80%BA%E1%80%98%E1%80%AC>,
        <http://lexvo.org/id/term/naq/Tara%C7%80khuum%C3%BB%C7%81kh%C3%A2b>,
        <http://lexvo.org/id/term/nbl/Septemba>,
        <http://lexvo.org/id/term/nde/Mpandula>,
        <http://lexvo.org/id/term/nep/%E0%A4%B8%E0%A5%87%E0%A4%AA%E0%A5%8D%E0%A4%9F%E0%A5%87%E0%A4%AE%E0%A5%8D%E0%A4%AC%E0%A4%B0>,
        <http://lexvo.org/id/term/nld/september>,
        <http://lexvo.org/id/term/nmg/ngw%C9%9Bn%20r%C9%9Bbvu%C3%A2>,
        <http://lexvo.org/id/term/nnh/sa%C5%8B%20ngw%C9%94%CC%80%CA%BC%20mb%C3%BF%C9%9B>,
        <http://lexvo.org/id/term/nno/september>,
        <http://lexvo.org/id/term/nob/september>,
        <http://lexvo.org/id/term/nso/Setemere>,
        <http://lexvo.org/id/term/nus/T%C9%9B%C9%9Br>,
        <http://lexvo.org/id/term/nyn/Okwamwenda>,
        <http://lexvo.org/id/term/ori/%E0%AC%B8%E0%AD%87%E0%AC%AA%E0%AD%8D%E0%AC%9F%E0%AD%87%E0%AC%AE%E0%AD%8D%E0%AC%AC%E0%AC%B0>,
        <http://lexvo.org/id/term/orm/Fuulbana>,
        <http://lexvo.org/id/term/oss/%D1%81%D0%B5%D0%BD%D1%82%D1%8F%D0%B1%D1%80%D1%8B>,
        <http://lexvo.org/id/term/pan-Arab/%D8%B3%D8%AA%D9%85%D8%A8%D8%B1>,
        <http://lexvo.org/id/term/pan/%E0%A8%B8%E0%A8%A4%E0%A9%B0%E0%A8%AC%E0%A8%B0>,
        <http://lexvo.org/id/term/pol/wrze%C5%9Bnia>,
        <http://lexvo.org/id/term/por/Setembro>,
        <http://lexvo.org/id/term/por/setembro>,
        <http://lexvo.org/id/term/pus/%D8%B3%D9%BE%D8%AA%D9%85%D8%A8%D8%B1>,
        <http://lexvo.org/id/term/rof/Mweri%20wa%20tisa>,
        <http://lexvo.org/id/term/roh/settember>,
        <http://lexvo.org/id/term/ron/septembrie>,
        <http://lexvo.org/id/term/run/Nyakanga>,
        <http://lexvo.org/id/term/rus/%D1%81%D0%B5%D0%BD%D1%82%D1%8F%D0%B1%D1%80%D1%8F>,
        <http://lexvo.org/id/term/rwk/Septemba>,
        <http://lexvo.org/id/term/sag/Mvuka>,
        <http://lexvo.org/id/term/sah/%D0%91%D0%B0%D0%BB%D0%B0%D2%95%D0%B0%D0%BD%20%D1%8B%D0%B9%D1%8B%D0%BD>,
        <http://lexvo.org/id/term/saq/Lapa%20le%20saal>,
        <http://lexvo.org/id/term/sbp/Munyense>,
        <http://lexvo.org/id/term/seh/Setembro>,
        <http://lexvo.org/id/term/ses/Sektanbur>,
        <http://lexvo.org/id/term/shi-Latn/cutanbir>,
        <http://lexvo.org/id/term/shi/%E2%B5%9B%E2%B5%93%E2%B5%9C%E2%B4%B0%E2%B5%8F%E2%B4%B1%E2%B5%89%E2%B5%94>,
        <http://lexvo.org/id/term/sin/%E0%B7%83%E0%B7%90%E0%B6%B4%E0%B7%8A%E0%B6%AD%E0%B7%90%E0%B6%B8%E0%B7%8A%E0%B6%B6%E0%B6%BB%E0%B7%8A>,
        <http://lexvo.org/id/term/slk/september>,
        <http://lexvo.org/id/term/slv/september>,
        <http://lexvo.org/id/term/sme/%C4%8Dak%C4%8Dam%C3%A1nnu>,
        <http://lexvo.org/id/term/sna/Gunyana>,
        <http://lexvo.org/id/term/som/Bisha%20Sagaalaad>,
        <http://lexvo.org/id/term/sot/Leotshe>,
        <http://lexvo.org/id/term/spa/septiembre>,
        <http://lexvo.org/id/term/sqi/shtator>,
        <http://lexvo.org/id/term/srp-Latn/septembar>,
        <http://lexvo.org/id/term/srp/%D1%81%D0%B5%D0%BF%D1%82%D0%B5%D0%BC%D0%B1%D0%B0%D1%80>,
        <http://lexvo.org/id/term/ssw/iNyoni>,
        <http://lexvo.org/id/term/ssy/Waysu>,
        <http://lexvo.org/id/term/swc/mwezi%20ya%20tisa>,
        <http://lexvo.org/id/term/swe/september>,
        <http://lexvo.org/id/term/swh/Septemba>,
        <http://lexvo.org/id/term/tam/%E0%AE%9A%E0%AF%86%E0%AE%AA%E0%AF%8D%E0%AE%9F%E0%AE%AE%E0%AF%8D%E0%AE%AA%E0%AE%B0%E0%AF%8D>,
        <http://lexvo.org/id/term/tel/%E0%B0%B8%E0%B1%86%E0%B0%AA%E0%B1%8D%E0%B0%9F%E0%B1%86%E0%B0%82%E0%B0%AC%E0%B0%B0%E0%B1%8D>,
        <http://lexvo.org/id/term/teo/Osokosokoma>,
        <http://lexvo.org/id/term/tgk/%D0%A1%D0%B5%D0%BD%D1%82%D1%8F%D0%B1%D1%80>,
        <http://lexvo.org/id/term/tha/%E0%B8%81%E0%B8%B1%E0%B8%99%E0%B8%A2%E0%B8%B2%E0%B8%A2%E0%B8%99>,
        <http://lexvo.org/id/term/tig/%E1%88%B4%E1%8D%95%E1%89%B4%E1%88%9D%E1%89%A0%E1%88%AD>,
        <http://lexvo.org/id/term/tir/%E1%88%98%E1%88%B5%E1%8A%A8%E1%88%A8%E1%88%9D>,
        <http://lexvo.org/id/term/tir/%E1%88%B4%E1%8D%95%E1%89%B4%E1%88%9D%E1%89%A0%E1%88%AD>,
        <http://lexvo.org/id/term/ton/Sepitema>,
        <http://lexvo.org/id/term/tsn/Lwetse>,
        <http://lexvo.org/id/term/tso/Ndzhati>,
        <http://lexvo.org/id/term/tur/Eyl%C3%BCl>,
        <http://lexvo.org/id/term/twq/Sektanbur>,
        <http://lexvo.org/id/term/tzm/Cutanbir>,
        <http://lexvo.org/id/term/ukr/%D0%B2%D0%B5%D1%80%D0%B5%D1%81%D0%BD%D1%8F>,
        <http://lexvo.org/id/term/urd/%D8%B3%D8%AA%D9%85%D8%A8%D8%B1>,
        <http://lexvo.org/id/term/uzn-Arab/%D8%B3%D9%BE%D8%AA%D9%85%D8%A8%D8%B1>,
        <http://lexvo.org/id/term/uzn-Latn/Sentyabr>,
        <http://lexvo.org/id/term/uzn/%D0%A1%D0%B5%D0%BD%D1%82%D1%8F%D0%B1%D1%80>,
        <http://lexvo.org/id/term/vai-Latn/saah>,
        <http://lexvo.org/id/term/vai/%EA%95%A2%EA%95%8C>,
        <http://lexvo.org/id/term/ven/Khubvumedzi>,
        <http://lexvo.org/id/term/vie/th%C3%A1ng%20ch%C3%ADn>,
        <http://lexvo.org/id/term/vol/setul>,
        <http://lexvo.org/id/term/vun/Septemba>,
        <http://lexvo.org/id/term/wae/Herb%C5%A1tm%C3%A1net>,
        <http://lexvo.org/id/term/wal/%E1%88%B4%E1%8D%95%E1%89%B4%E1%88%9D%E1%89%A0%E1%88%AD>,
        <http://lexvo.org/id/term/xho/Septemba>,
        <http://lexvo.org/id/term/xog/Sebuttemba>,
        <http://lexvo.org/id/term/yav/im%C9%9B%C5%8B%20i%20pu%C9%94s>,
        <http://lexvo.org/id/term/yor/O%E1%B9%A3%C3%B9%20Owewe>,
        <http://lexvo.org/id/term/zsm/September>,
        <http://lexvo.org/id/term/zul/Septhemba> .

<http://lexvo.org/id/wordnet/30/noun/sunday_1_28_00> rdfs:label "Acaada"@aa,
        "Sondag"@af,
        "tsuʔntsɨ"@agq,
        "Kwesida"@ak,
        "እሑድ"@am,
        "الأحد"@ar,
        "দেওবাৰ"@as,
        "Jumapili"@asa,
        "domingu"@ast,
        "bazar"@az,
        "базар"@az-Cyrl,
        "ŋgwà nɔ̂y"@bas,
        "нядзеля"@be,
        "Pa Mulungu"@bem,
        "pa mulungu"@bez,
        "неделя"@bg,
        "kari"@bm,
        "রবিবার"@bn,
        "གཟའ་ཉི་མ་"@bo,
        "Sul"@br,
        "रबिबार"@brx,
        "nedjelja"@bs,
        "недеља"@bs-Cyrl,
        "ሰንበር ቅዳዅ"@byn,
        "diumenge"@ca,
        "Sande"@cgg,
        "ᎤᎾᏙᏓᏆᏍᎬ"@chr,
        "星期日"@cmn,
        "星期日"@cmn-Hant,
        "neděle"@cs,
        "Dydd Sul"@cy,
        "søndag"@da,
        "Ituku ja jumwa"@dav,
        "Sonntag"@de,
        "Alhadi"@dje,
        "éti"@dua,
        "Dimas"@dyo,
        "གཟའ་ཟླ་བ་"@dz,
        "Kiumia"@ebu,
        "kɔsiɖa"@ee,
        "Κυριακή"@el,
        "Sunday"@en,
        "𐐝𐐲𐑌𐐼𐐩"@en-Dsrt,
        "dimanĉo"@eo,
        "domingo"@es,
        "pühapäev"@et,
        "igandea"@eu,
        "sɔ́ndɔ"@ewo,
        "یکشنبه"@fa,
        "dewo"@ff,
        "sunnuntaina"@fi,
        "Linggo"@fil,
        "sunnudagur"@fo,
        "dimanche"@fr,
        "domenie"@fur,
        "Dé Domhnaigh"@ga,
        "DiDòmhnaich"@gd,
        "Domingo"@gl,
        "Sunntig"@gsw,
        "રવિવાર"@gu,
        "Chumapiri"@guz,
        "Jedoonee"@gv,
        "Lahadi"@ha,
        "Lāpule"@haw,
        "יום ראשון"@he,
        "रविवार"@hi,
        "nedjelja"@hr,
        "vasárnap"@hu,
        "Կիրակի"@hy,
        "dominica"@ia,
        "Minggu"@id,
        "Mbọsị Ụka"@ig,
        "ꑭꆏꑍ"@ii,
        "sunnudagur"@is,
        "domenica"@it,
        "日曜日"@ja,
        "Sɔ́ndi"@jgo,
        "Jumapilyi"@jmc,
        "კვირა"@ka,
        "Yanass"@kab,
        "Wa kyumwa"@kam,
        "Liduva lyapili"@kde,
        "dumingu"@kea,
        "Alhadi"@khq,
        "Kiumia"@ki,
        "жексені"@kk,
        "sɔndi"@kkj,
        "sabaat"@kl,
        "Betutab tisap"@kln,
        "អាទិត្យ"@km,
        "ರವಿವಾರ"@kn,
        "आदित्यवार"@knn,
        "일요일"@ko,
        "اَتھوار"@ks,
        "Jumaapii"@ksb,
        "sɔ́ndǝ"@ksf,
        "Sunndaach"@ksh,
        "De Sul"@kw,
        "жекшемби"@ky,
        "Jumapíiri"@lag,
        "Sabbiiti"@lg,
        "eyenga"@ln,
        "ວັນອາທິດ"@lo,
        "sekmadienis"@lt,
        "Lumingu"@lu,
        "Jumapil"@luo,
        "Jumapiri"@luy,
        "svētdiena"@lv,
        "Jumapílí"@mas,
        "Kiumia"@mer,
        "dimans"@mfe,
        "Alahady"@mg,
        "Sabato"@mgh,
        "Aneg 1"@mgo,
        "недела"@mk,
        "ഞായറാഴ്ച"@ml,
        "रविवार"@mr,
        "Il-Ħadd"@mt,
        "Com'yakke"@mua,
        "တနင်္ဂနွေ"@my,
        "Sontaxtsees"@naq,
        "søndag"@nb,
        "Sonto"@nd,
        "आइतबार"@ne,
        "आइतवार"@ne,
        "zondag"@nl,
        "sɔ́ndɔ"@nmg,
        "søndag"@nn,
        "lyɛʼɛ́ sẅíŋtè"@nnh,
        "uSonto"@nr,
        "Sontaga"@nso,
        "Cäŋ kuɔth"@nus,
        "Sande"@nyn,
        "Dilbata"@om,
        "ରବିବାର"@or,
        "хуыцаубон"@os,
        "ਐਤਵਾਰ"@pa,
        "اتوار"@pa-Arab,
        "niedziela"@pl,
        "یکشنبه"@ps,
        "Domingo"@pt,
        "domingo"@pt,
        "dumengia"@rm,
        "Ku w'indwi"@rn,
        "duminică"@ro,
        "Ijumapili"@rof,
        "воскресенье"@ru,
        "Ku cyumweru"@rw,
        "Jumapilyi"@rwk,
        "Баскыһыанньа"@sah,
        "Mderot ee are"@saq,
        "Mulungu"@sbp,
        "aejlege"@se,
        "sotnabeaivi"@se,
        "Dimingu"@seh,
        "Alhadi"@ses,
        "Bikua-ôko"@sg,
        "ⴰⵙⴰⵎⴰⵙ"@shi,
        "asamas"@shi-Latn,
        "ඉරිදා"@si,
        "nedeľa"@sk,
        "nedelja"@sl,
        "Svondo"@sn,
        "Axad"@so,
        "e diel"@sq,
        "недеља"@sr,
        "nedelja"@sr-Latn,
        "Lisontfo"@ss,
        "Naba Sambat"@ssy,
        "Sontaha"@st,
        "söndag"@sv,
        "siku ya yenga"@swc,
        "Jumapili"@swh,
        "ஞாயிறு"@ta,
        "ఆదివారం"@te,
        "Nakaejuma"@teo,
        "Якшанбе"@tg,
        "วันอาทิตย์"@th,
        "ሰንበት"@ti,
        "ሰንበት ዓባይ"@tig,
        "Tshipi"@tn,
        "Sāpate"@to,
        "Pazar"@tr,
        "Sonto"@ts,
        "Alhadi"@twq,
        "Asamas"@tzm,
        "Неділя"@uk,
        "اتوار"@ur,
        "якшанба"@uzn,
        "یکشنبه"@uzn-Arab,
        "yakshanba"@uzn-Latn,
        "ꕞꕌꔵ"@vai,
        "lahadi"@vai-Latn,
        "Swondaha"@ve,
        "Chủ nhật"@vi,
        "sudel"@vo,
        "Jumapilyi"@vun,
        "Sunntag"@wae,
        "ወጋ"@wal,
        "Cawe"@xh,
        "Sabiiti"@xog,
        "sɔ́ndiɛ"@yav,
        "Ọjọ́ Àìkú"@yo,
        "Ahad"@zsm,
        "Sonto"@zu ;
    lvont:label <http://lexvo.org/id/term/aar/Acaada>,
        <http://lexvo.org/id/term/afr/Sondag>,
        <http://lexvo.org/id/term/agq/tsu%CA%94nts%C9%A8>,
        <http://lexvo.org/id/term/aka/Kwesida>,
        <http://lexvo.org/id/term/amh/%E1%8A%A5%E1%88%91%E1%8B%B5>,
        <http://lexvo.org/id/term/ara/%D8%A7%D9%84%D8%A3%D8%AD%D8%AF>,
        <http://lexvo.org/id/term/asa/Jumapili>,
        <http://lexvo.org/id/term/asm/%E0%A6%A6%E0%A7%87%E0%A6%93%E0%A6%AC%E0%A6%BE%E0%A7%B0>,
        <http://lexvo.org/id/term/ast/domingu>,
        <http://lexvo.org/id/term/aze-Cyrl/%D0%B1%D0%B0%D0%B7%D0%B0%D1%80>,
        <http://lexvo.org/id/term/aze/bazar>,
        <http://lexvo.org/id/term/bam/kari>,
        <http://lexvo.org/id/term/bas/%C5%8Bgw%C3%A0%20n%C9%94%CC%82y>,
        <http://lexvo.org/id/term/bel/%D0%BD%D1%8F%D0%B4%D0%B7%D0%B5%D0%BB%D1%8F>,
        <http://lexvo.org/id/term/bem/Pa%20Mulungu>,
        <http://lexvo.org/id/term/ben/%E0%A6%B0%E0%A6%AC%E0%A6%BF%E0%A6%AC%E0%A6%BE%E0%A6%B0>,
        <http://lexvo.org/id/term/bez/pa%20mulungu>,
        <http://lexvo.org/id/term/bod/%E0%BD%82%E0%BD%9F%E0%BD%A0%E0%BC%8B%E0%BD%89%E0%BD%B2%E0%BC%8B%E0%BD%98%E0%BC%8B>,
        <http://lexvo.org/id/term/bos-Cyrl/%D0%BD%D0%B5%D0%B4%D0%B5%D1%99%D0%B0>,
        <http://lexvo.org/id/term/bos/nedjelja>,
        <http://lexvo.org/id/term/bre/Sul>,
        <http://lexvo.org/id/term/brx/%E0%A4%B0%E0%A4%AC%E0%A4%BF%E0%A4%AC%E0%A4%BE%E0%A4%B0>,
        <http://lexvo.org/id/term/bul/%D0%BD%D0%B5%D0%B4%D0%B5%D0%BB%D1%8F>,
        <http://lexvo.org/id/term/byn/%E1%88%B0%E1%8A%95%E1%89%A0%E1%88%AD%20%E1%89%85%E1%8B%B3%E1%8B%85>,
        <http://lexvo.org/id/term/cat/diumenge>,
        <http://lexvo.org/id/term/ces/ned%C4%9Ble>,
        <http://lexvo.org/id/term/cgg/Sande>,
        <http://lexvo.org/id/term/chr/%E1%8E%A4%E1%8E%BE%E1%8F%99%E1%8F%93%E1%8F%86%E1%8F%8D%E1%8E%AC>,
        <http://lexvo.org/id/term/cmn-Hant/%E6%98%9F%E6%9C%9F%E6%97%A5>,
        <http://lexvo.org/id/term/cmn/%E6%98%9F%E6%9C%9F%E6%97%A5>,
        <http://lexvo.org/id/term/cor/De%20Sul>,
        <http://lexvo.org/id/term/cym/Dydd%20Sul>,
        <http://lexvo.org/id/term/dan/s%C3%B8ndag>,
        <http://lexvo.org/id/term/dav/Ituku%20ja%20jumwa>,
        <http://lexvo.org/id/term/deu/Sonntag>,
        <http://lexvo.org/id/term/dje/Alhadi>,
        <http://lexvo.org/id/term/dua/%C3%A9ti>,
        <http://lexvo.org/id/term/dyo/Dimas>,
        <http://lexvo.org/id/term/dzo/%E0%BD%82%E0%BD%9F%E0%BD%A0%E0%BC%8B%E0%BD%9F%E0%BE%B3%E0%BC%8B%E0%BD%96%E0%BC%8B>,
        <http://lexvo.org/id/term/ebu/Kiumia>,
        <http://lexvo.org/id/term/ell/%CE%9A%CF%85%CF%81%CE%B9%CE%B1%CE%BA%CE%AE>,
        <http://lexvo.org/id/term/eng-Dsrt/%F0%90%90%9D%F0%90%90%B2%F0%90%91%8C%F0%90%90%BC%F0%90%90%A9>,
        <http://lexvo.org/id/term/eng/Sunday>,
        <http://lexvo.org/id/term/epo/diman%C4%89o>,
        <http://lexvo.org/id/term/est/p%C3%BChap%C3%A4ev>,
        <http://lexvo.org/id/term/eus/igandea>,
        <http://lexvo.org/id/term/ewe/k%C9%94si%C9%96a>,
        <http://lexvo.org/id/term/ewo/s%C9%94%CC%81nd%C9%94>,
        <http://lexvo.org/id/term/fao/sunnudagur>,
        <http://lexvo.org/id/term/fas/%DB%8C%DA%A9%D8%B4%D9%86%D8%A8%D9%87>,
        <http://lexvo.org/id/term/fil/Linggo>,
        <http://lexvo.org/id/term/fin/sunnuntaina>,
        <http://lexvo.org/id/term/fra/dimanche>,
        <http://lexvo.org/id/term/ful/dewo>,
        <http://lexvo.org/id/term/fur/domenie>,
        <http://lexvo.org/id/term/gla/DiD%C3%B2mhnaich>,
        <http://lexvo.org/id/term/gle/D%C3%A9%20Domhnaigh>,
        <http://lexvo.org/id/term/glg/Domingo>,
        <http://lexvo.org/id/term/glv/Jedoonee>,
        <http://lexvo.org/id/term/gsw/Sunntig>,
        <http://lexvo.org/id/term/guj/%E0%AA%B0%E0%AA%B5%E0%AA%BF%E0%AA%B5%E0%AA%BE%E0%AA%B0>,
        <http://lexvo.org/id/term/guz/Chumapiri>,
        <http://lexvo.org/id/term/hau/Lahadi>,
        <http://lexvo.org/id/term/haw/L%C4%81pule>,
        <http://lexvo.org/id/term/heb/%D7%99%D7%95%D7%9D%20%D7%A8%D7%90%D7%A9%D7%95%D7%9F>,
        <http://lexvo.org/id/term/hin/%E0%A4%B0%E0%A4%B5%E0%A4%BF%E0%A4%B5%E0%A4%BE%E0%A4%B0>,
        <http://lexvo.org/id/term/hrv/nedjelja>,
        <http://lexvo.org/id/term/hun/vas%C3%A1rnap>,
        <http://lexvo.org/id/term/hye/%D4%BF%D5%AB%D6%80%D5%A1%D5%AF%D5%AB>,
        <http://lexvo.org/id/term/ibo/Mb%E1%BB%8Ds%E1%BB%8B%20%E1%BB%A4ka>,
        <http://lexvo.org/id/term/iii/%EA%91%AD%EA%86%8F%EA%91%8D>,
        <http://lexvo.org/id/term/ina/dominica>,
        <http://lexvo.org/id/term/ind/Minggu>,
        <http://lexvo.org/id/term/isl/sunnudagur>,
        <http://lexvo.org/id/term/ita/domenica>,
        <http://lexvo.org/id/term/jgo/S%C9%94%CC%81ndi>,
        <http://lexvo.org/id/term/jmc/Jumapilyi>,
        <http://lexvo.org/id/term/jpn/%E6%97%A5%E6%9B%9C%E6%97%A5>,
        <http://lexvo.org/id/term/kab/Yanass>,
        <http://lexvo.org/id/term/kal/sabaat>,
        <http://lexvo.org/id/term/kam/Wa%20kyumwa>,
        <http://lexvo.org/id/term/kan/%E0%B2%B0%E0%B2%B5%E0%B2%BF%E0%B2%B5%E0%B2%BE%E0%B2%B0>,
        <http://lexvo.org/id/term/kas/%D8%A7%D9%8E%D8%AA%DA%BE%D9%88%D8%A7%D8%B1>,
        <http://lexvo.org/id/term/kat/%E1%83%99%E1%83%95%E1%83%98%E1%83%A0%E1%83%90>,
        <http://lexvo.org/id/term/kaz/%D0%B6%D0%B5%D0%BA%D1%81%D0%B5%D0%BD%D1%96>,
        <http://lexvo.org/id/term/kde/Liduva%20lyapili>,
        <http://lexvo.org/id/term/kea/dumingu>,
        <http://lexvo.org/id/term/khm/%E1%9E%A2%E1%9E%B6%E1%9E%91%E1%9E%B7%E1%9E%8F%E1%9F%92%E1%9E%99>,
        <http://lexvo.org/id/term/khq/Alhadi>,
        <http://lexvo.org/id/term/kik/Kiumia>,
        <http://lexvo.org/id/term/kin/Ku%20cyumweru>,
        <http://lexvo.org/id/term/kir/%D0%B6%D0%B5%D0%BA%D1%88%D0%B5%D0%BC%D0%B1%D0%B8>,
        <http://lexvo.org/id/term/kkj/s%C9%94ndi>,
        <http://lexvo.org/id/term/kln/Betutab%20tisap>,
        <http://lexvo.org/id/term/knn/%E0%A4%86%E0%A4%A6%E0%A4%BF%E0%A4%A4%E0%A5%8D%E0%A4%AF%E0%A4%B5%E0%A4%BE%E0%A4%B0>,
        <http://lexvo.org/id/term/kor/%EC%9D%BC%EC%9A%94%EC%9D%BC>,
        <http://lexvo.org/id/term/ksb/Jumaapii>,
        <http://lexvo.org/id/term/ksf/s%C9%94%CC%81nd%C7%9D>,
        <http://lexvo.org/id/term/ksh/Sunndaach>,
        <http://lexvo.org/id/term/lag/Jumap%C3%ADiri>,
        <http://lexvo.org/id/term/lao/%E0%BA%A7%E0%BA%B1%E0%BA%99%E0%BA%AD%E0%BA%B2%E0%BA%97%E0%BA%B4%E0%BA%94>,
        <http://lexvo.org/id/term/lav/sv%C4%93tdiena>,
        <http://lexvo.org/id/term/lin/eyenga>,
        <http://lexvo.org/id/term/lit/sekmadienis>,
        <http://lexvo.org/id/term/lub/Lumingu>,
        <http://lexvo.org/id/term/lug/Sabbiiti>,
        <http://lexvo.org/id/term/luo/Jumapil>,
        <http://lexvo.org/id/term/luy/Jumapiri>,
        <http://lexvo.org/id/term/mal/%E0%B4%9E%E0%B4%BE%E0%B4%AF%E0%B4%B1%E0%B4%BE%E0%B4%B4%E0%B5%8D%E0%B4%9A>,
        <http://lexvo.org/id/term/mar/%E0%A4%B0%E0%A4%B5%E0%A4%BF%E0%A4%B5%E0%A4%BE%E0%A4%B0>,
        <http://lexvo.org/id/term/mas/Jumap%C3%ADl%C3%AD>,
        <http://lexvo.org/id/term/mer/Kiumia>,
        <http://lexvo.org/id/term/mfe/dimans>,
        <http://lexvo.org/id/term/mgh/Sabato>,
        <http://lexvo.org/id/term/mgo/Aneg%201>,
        <http://lexvo.org/id/term/mkd/%D0%BD%D0%B5%D0%B4%D0%B5%D0%BB%D0%B0>,
        <http://lexvo.org/id/term/mlg/Alahady>,
        <http://lexvo.org/id/term/mlt/Il-%C4%A6add>,
        <http://lexvo.org/id/term/mua/Com'yakke>,
        <http://lexvo.org/id/term/mya/%E1%80%90%E1%80%94%E1%80%84%E1%80%BA%E1%80%B9%E1%80%82%E1%80%94%E1%80%BD%E1%80%B1>,
        <http://lexvo.org/id/term/naq/Sontaxtsees>,
        <http://lexvo.org/id/term/nbl/uSonto>,
        <http://lexvo.org/id/term/nde/Sonto>,
        <http://lexvo.org/id/term/nep/%E0%A4%86%E0%A4%87%E0%A4%A4%E0%A4%AC%E0%A4%BE%E0%A4%B0>,
        <http://lexvo.org/id/term/nep/%E0%A4%86%E0%A4%87%E0%A4%A4%E0%A4%B5%E0%A4%BE%E0%A4%B0>,
        <http://lexvo.org/id/term/nld/zondag>,
        <http://lexvo.org/id/term/nmg/s%C9%94%CC%81nd%C9%94>,
        <http://lexvo.org/id/term/nnh/ly%C9%9B%CA%BC%C9%9B%CC%81%20s%E1%BA%85%C3%AD%C5%8Bt%C3%A8>,
        <http://lexvo.org/id/term/nno/s%C3%B8ndag>,
        <http://lexvo.org/id/term/nob/s%C3%B8ndag>,
        <http://lexvo.org/id/term/nso/Sontaga>,
        <http://lexvo.org/id/term/nus/C%C3%A4%C5%8B%20ku%C9%94th>,
        <http://lexvo.org/id/term/nyn/Sande>,
        <http://lexvo.org/id/term/ori/%E0%AC%B0%E0%AC%AC%E0%AC%BF%E0%AC%AC%E0%AC%BE%E0%AC%B0>,
        <http://lexvo.org/id/term/orm/Dilbata>,
        <http://lexvo.org/id/term/oss/%D1%85%D1%83%D1%8B%D1%86%D0%B0%D1%83%D0%B1%D0%BE%D0%BD>,
        <http://lexvo.org/id/term/pan-Arab/%D8%A7%D8%AA%D9%88%D8%A7%D8%B1>,
        <http://lexvo.org/id/term/pan/%E0%A8%90%E0%A8%A4%E0%A8%B5%E0%A8%BE%E0%A8%B0>,
        <http://lexvo.org/id/term/pol/niedziela>,
        <http://lexvo.org/id/term/por/Domingo>,
        <http://lexvo.org/id/term/por/domingo>,
        <http://lexvo.org/id/term/pus/%DB%8C%DA%A9%D8%B4%D9%86%D8%A8%D9%87>,
        <http://lexvo.org/id/term/rof/Ijumapili>,
        <http://lexvo.org/id/term/roh/dumengia>,
        <http://lexvo.org/id/term/ron/duminic%C4%83>,
        <http://lexvo.org/id/term/run/Ku%20w'indwi>,
        <http://lexvo.org/id/term/rus/%D0%B2%D0%BE%D1%81%D0%BA%D1%80%D0%B5%D1%81%D0%B5%D0%BD%D1%8C%D0%B5>,
        <http://lexvo.org/id/term/rwk/Jumapilyi>,
        <http://lexvo.org/id/term/sag/Bikua-%C3%B4ko>,
        <http://lexvo.org/id/term/sah/%D0%91%D0%B0%D1%81%D0%BA%D1%8B%D2%BB%D1%8B%D0%B0%D0%BD%D0%BD%D1%8C%D0%B0>,
        <http://lexvo.org/id/term/saq/Mderot%20ee%20are>,
        <http://lexvo.org/id/term/sbp/Mulungu>,
        <http://lexvo.org/id/term/seh/Dimingu>,
        <http://lexvo.org/id/term/ses/Alhadi>,
        <http://lexvo.org/id/term/shi-Latn/asamas>,
        <http://lexvo.org/id/term/shi/%E2%B4%B0%E2%B5%99%E2%B4%B0%E2%B5%8E%E2%B4%B0%E2%B5%99>,
        <http://lexvo.org/id/term/sin/%E0%B6%89%E0%B6%BB%E0%B7%92%E0%B6%AF%E0%B7%8F>,
        <http://lexvo.org/id/term/slk/nede%C4%BEa>,
        <http://lexvo.org/id/term/slv/nedelja>,
        <http://lexvo.org/id/term/sme/aejlege>,
        <http://lexvo.org/id/term/sme/sotnabeaivi>,
        <http://lexvo.org/id/term/sna/Svondo>,
        <http://lexvo.org/id/term/som/Axad>,
        <http://lexvo.org/id/term/sot/Sontaha>,
        <http://lexvo.org/id/term/spa/domingo>,
        <http://lexvo.org/id/term/sqi/e%20diel>,
        <http://lexvo.org/id/term/srp-Latn/nedelja>,
        <http://lexvo.org/id/term/srp/%D0%BD%D0%B5%D0%B4%D0%B5%D1%99%D0%B0>,
        <http://lexvo.org/id/term/ssw/Lisontfo>,
        <http://lexvo.org/id/term/ssy/Naba%20Sambat>,
        <http://lexvo.org/id/term/swc/siku%20ya%20yenga>,
        <http://lexvo.org/id/term/swe/s%C3%B6ndag>,
        <http://lexvo.org/id/term/swh/Jumapili>,
        <http://lexvo.org/id/term/tam/%E0%AE%9E%E0%AE%BE%E0%AE%AF%E0%AE%BF%E0%AE%B1%E0%AF%81>,
        <http://lexvo.org/id/term/tel/%E0%B0%86%E0%B0%A6%E0%B0%BF%E0%B0%B5%E0%B0%BE%E0%B0%B0%E0%B0%82>,
        <http://lexvo.org/id/term/teo/Nakaejuma>,
        <http://lexvo.org/id/term/tgk/%D0%AF%D0%BA%D1%88%D0%B0%D0%BD%D0%B1%D0%B5>,
        <http://lexvo.org/id/term/tha/%E0%B8%A7%E0%B8%B1%E0%B8%99%E0%B8%AD%E0%B8%B2%E0%B8%97%E0%B8%B4%E0%B8%95%E0%B8%A2%E0%B9%8C>,
        <http://lexvo.org/id/term/tig/%E1%88%B0%E1%8A%95%E1%89%A0%E1%89%B5%20%E1%8B%93%E1%89%A3%E1%8B%AD>,
        <http://lexvo.org/id/term/tir/%E1%88%B0%E1%8A%95%E1%89%A0%E1%89%B5>,
        <http://lexvo.org/id/term/ton/S%C4%81pate>,
        <http://lexvo.org/id/term/tsn/Tshipi>,
        <http://lexvo.org/id/term/tso/Sonto>,
        <http://lexvo.org/id/term/tur/Pazar>,
        <http://lexvo.org/id/term/twq/Alhadi>,
        <http://lexvo.org/id/term/tzm/Asamas>,
        <http://lexvo.org/id/term/ukr/%D0%9D%D0%B5%D0%B4%D1%96%D0%BB%D1%8F>,
        <http://lexvo.org/id/term/urd/%D8%A7%D8%AA%D9%88%D8%A7%D8%B1>,
        <http://lexvo.org/id/term/uzn-Arab/%DB%8C%DA%A9%D8%B4%D9%86%D8%A8%D9%87>,
        <http://lexvo.org/id/term/uzn-Latn/yakshanba>,
        <http://lexvo.org/id/term/uzn/%D1%8F%D0%BA%D1%88%D0%B0%D0%BD%D0%B1%D0%B0>,
        <http://lexvo.org/id/term/vai-Latn/lahadi>,
        <http://lexvo.org/id/term/vai/%EA%95%9E%EA%95%8C%EA%94%B5>,
        <http://lexvo.org/id/term/ven/Swondaha>,
        <http://lexvo.org/id/term/vie/Ch%E1%BB%A7%20nh%E1%BA%ADt>,
        <http://lexvo.org/id/term/vol/sudel>,
        <http://lexvo.org/id/term/vun/Jumapilyi>,
        <http://lexvo.org/id/term/wae/Sunntag>,
        <http://lexvo.org/id/term/wal/%E1%8B%88%E1%8C%8B>,
        <http://lexvo.org/id/term/xho/Cawe>,
        <http://lexvo.org/id/term/xog/Sabiiti>,
        <http://lexvo.org/id/term/yav/s%C9%94%CC%81ndi%C9%9B>,
        <http://lexvo.org/id/term/yor/%E1%BB%8Cj%E1%BB%8D%CC%81%20%C3%80%C3%ACk%C3%BA>,
        <http://lexvo.org/id/term/zsm/Ahad>,
        <http://lexvo.org/id/term/zul/Sonto> .

<http://lexvo.org/id/wordnet/30/noun/thursday_1_28_00> rdfs:label "Kamiisi"@aa,
        "Donderdag"@af,
        "tsuʔumè"@agq,
        "Yawda"@ak,
        "ሐሙስ"@am,
        "الخميس"@ar,
        "বৃহষ্পতিবাৰ"@as,
        "Alhamisi"@asa,
        "xueves"@ast,
        "cümə axşamı"@az,
        "ҹүмә ахшамы"@az-Cyrl,
        "ŋgwà mbɔk"@bas,
        "чацвер"@be,
        "Palichine"@bem,
        "pa hitayi"@bez,
        "четвъртък"@bg,
        "alamisa"@bm,
        "বৃহষ্পতিবার"@bn,
        "གཟའ་ཕུར་བུ་"@bo,
        "Yaou"@br,
        "बिसथिबार"@brx,
        "četvrtak"@bs,
        "четвртак"@bs-Cyrl,
        "ኣምድ"@byn,
        "dijous"@ca,
        "Orwakana"@cgg,
        "ᏅᎩᏁᎢᎦ"@chr,
        "星期四"@cmn,
        "星期四"@cmn-Hant,
        "čtvrtek"@cs,
        "Dydd Iau"@cy,
        "torsdag"@da,
        "Kuramuka kana"@dav,
        "Donnerstag"@de,
        "Alhamisi"@dje,
        "ŋgisú"@dua,
        "Aramisay"@dyo,
        "གཟའ་པ་སངས་"@dz,
        "Aramithi"@ebu,
        "yawoɖa"@ee,
        "Πέμπτη"@el,
        "Thursday"@en,
        "𐐛𐐲𐑉𐑆𐐼𐐩"@en-Dsrt,
        "ĵaŭdo"@eo,
        "jueves"@es,
        "neljapäev"@et,
        "osteguna"@eu,
        "sɔ́ndɔ məlú mə́nyi"@ewo,
        "پنجشنبه"@fa,
        "naasaande"@ff,
        "torstaina"@fi,
        "Huwebes"@fil,
        "hósdagur"@fo,
        "jeudi"@fr,
        "joibe"@fur,
        "Déardaoin"@ga,
        "Diardaoin"@gd,
        "Xoves"@gl,
        "Dunschtig"@gsw,
        "ગુરુવાર"@gu,
        "Aramisi"@guz,
        "Jerdein"@gv,
        "Alhamis"@ha,
        "Poʻahā"@haw,
        "יום חמישי"@he,
        "बृहस्पतिवार"@hi,
        "četvrtak"@hr,
        "csütörtök"@hu,
        "Հինգշաբթի"@hy,
        "jovedi"@ia,
        "Kamis"@id,
        "Tọọzdee"@ig,
        "ꆏꊂꇖ"@ii,
        "fimmtudagur"@is,
        "giovedì"@it,
        "木曜日"@ja,
        "Tɔ́sɛdɛ"@jgo,
        "Alhamisi"@jmc,
        "ხუთშაბათი"@ka,
        "Samass"@kab,
        "Wa kana"@kam,
        "Liduva lyannyano na linji"@kde,
        "kinta-fera"@kea,
        "Alhamiisa"@khq,
        "Aramithi"@ki,
        "бейсенбі"@kk,
        "yedi"@kkj,
        "sisamanngorneq"@kl,
        "Betutab ang'wan"@kln,
        "ព្រហស្បតិ៍"@km,
        "ಗುರುವಾರ"@kn,
        "गुरुवार"@knn,
        "목요일"@ko,
        "برٛٮ۪سوار"@ks,
        "Alhamisi"@ksb,
        "jǝǝdí"@ksf,
        "Dunnersdaach"@ksh,
        "De Yow"@kw,
        "бейшемби"@ky,
        "Alamíisi"@lag,
        "Lwakuna"@lg,
        "mokɔlɔ ya mínéi"@ln,
        "ວັນພະຫັດ"@lo,
        "ketvirtadienis"@lt,
        "Njòwa"@lu,
        "Tich Ang'wen"@luo,
        "Murwa wa Kanne"@luy,
        "ceturtdiena"@lv,
        "Alaámisi"@mas,
        "Wena"@mer,
        "zedi"@mfe,
        "Alakamisy"@mg,
        "Arahamisi"@mgh,
        "Aneg 5"@mgo,
        "четврток"@mk,
        "വ്യാഴാഴ്ച"@ml,
        "गुरुवार"@mr,
        "Il-Ħamis"@mt,
        "Comkaldǝɓlii"@mua,
        "ကြာသပတေး"@my,
        "Dondertaxtsees"@naq,
        "torsdag"@nb,
        "Sine"@nd,
        "बिहीबार"@ne,
        "बिहीवार"@ne,
        "donderdag"@nl,
        "sɔ́ndɔ mafú mána"@nmg,
        "torsdag"@nn,
        "mbɔ́ɔntè tsetsɛ̀ɛ lyɛ̌ʼ"@nnh,
        "uLesine"@nr,
        "Labone"@nso,
        "Ŋuaan lätni"@nus,
        "Orwakana"@nyn,
        "Kamiisa"@om,
        "ଗୁରୁବାର"@or,
        "цыппӕрӕм"@os,
        "ਵੀਰਵਾਰ"@pa,
        "جمعرات"@pa-Arab,
        "czwartek"@pl,
        "پنجشنبه"@ps,
        "Quinta-feira"@pt,
        "quinta-feira"@pt,
        "gievgia"@rm,
        "Ku wa kane"@rn,
        "joi"@ro,
        "Alhamisi"@rof,
        "четверг"@ru,
        "Kuwa kane"@rw,
        "Alhamisi"@rwk,
        "Чэппиэр"@sah,
        "Mderot ee ile"@saq,
        "Alahamisi"@sbp,
        "duorasdat"@se,
        "dåarsta"@se,
        "Chinai"@seh,
        "Alhamiisa"@ses,
        "Bïkua-okü"@sg,
        "ⴰⴽⵡⴰⵙ"@shi,
        "akwas"@shi-Latn,
        "බ්‍රහස්පතින්දා"@si,
        "štvrtok"@sk,
        "četrtek"@sl,
        "China"@sn,
        "Khamiis"@so,
        "e enjte"@sq,
        "четвртак"@sr,
        "četvrtak"@sr-Latn,
        "Lesine"@ss,
        "Camus"@ssy,
        "Labone"@st,
        "torsdag"@sv,
        "siku ya ine"@swc,
        "Alhamisi"@swh,
        "வியாழன்"@ta,
        "గురువారం"@te,
        "Nakaung'on"@teo,
        "Панҷшанбе"@tg,
        "วันพฤหัสบดี"@th,
        "ሓሙስ"@ti,
        "ኃሙስ"@ti,
        "ከሚሽ"@tig,
        "Labone"@tn,
        "Tuʻapulelulu"@to,
        "Perşembe"@tr,
        "Ravumune"@ts,
        "Alhamiisa"@twq,
        "Akwas"@tzm,
        "Четвер"@uk,
        "جمعرات"@ur,
        "пайшанба"@uzn,
        "پنجشنبه"@uzn-Arab,
        "payshanba"@uzn-Latn,
        "ꕉꔤꕆꕢ"@vai,
        "aimisa"@vai-Latn,
        "Ḽavhuṋa"@ve,
        "Thứ năm"@vi,
        "dödel"@vo,
        "Alhamisi"@vun,
        "Fróntag"@wae,
        "ሃሙሳ"@wal,
        "Lwesine"@xh,
        "Olokuna"@xog,
        "kúpélimetúkpiapɛ"@yav,
        "Ọjọ́bọ"@yo,
        "Khamis"@zsm,
        "uLwesine"@zu ;
    lvont:label <http://lexvo.org/id/term/aar/Kamiisi>,
        <http://lexvo.org/id/term/afr/Donderdag>,
        <http://lexvo.org/id/term/agq/tsu%CA%94um%C3%A8>,
        <http://lexvo.org/id/term/aka/Yawda>,
        <http://lexvo.org/id/term/amh/%E1%88%90%E1%88%99%E1%88%B5>,
        <http://lexvo.org/id/term/ara/%D8%A7%D9%84%D8%AE%D9%85%D9%8A%D8%B3>,
        <http://lexvo.org/id/term/asa/Alhamisi>,
        <http://lexvo.org/id/term/asm/%E0%A6%AC%E0%A7%83%E0%A6%B9%E0%A6%B7%E0%A7%8D%E0%A6%AA%E0%A6%A4%E0%A6%BF%E0%A6%AC%E0%A6%BE%E0%A7%B0>,
        <http://lexvo.org/id/term/ast/xueves>,
        <http://lexvo.org/id/term/aze-Cyrl/%D2%B9%D2%AF%D0%BC%D3%99%20%D0%B0%D1%85%D1%88%D0%B0%D0%BC%D1%8B>,
        <http://lexvo.org/id/term/aze/c%C3%BCm%C9%99%20ax%C5%9Fam%C4%B1>,
        <http://lexvo.org/id/term/bam/alamisa>,
        <http://lexvo.org/id/term/bas/%C5%8Bgw%C3%A0%20mb%C9%94k>,
        <http://lexvo.org/id/term/bel/%D1%87%D0%B0%D1%86%D0%B2%D0%B5%D1%80>,
        <http://lexvo.org/id/term/bem/Palichine>,
        <http://lexvo.org/id/term/ben/%E0%A6%AC%E0%A7%83%E0%A6%B9%E0%A6%B7%E0%A7%8D%E0%A6%AA%E0%A6%A4%E0%A6%BF%E0%A6%AC%E0%A6%BE%E0%A6%B0>,
        <http://lexvo.org/id/term/bez/pa%20hitayi>,
        <http://lexvo.org/id/term/bod/%E0%BD%82%E0%BD%9F%E0%BD%A0%E0%BC%8B%E0%BD%95%E0%BD%B4%E0%BD%A2%E0%BC%8B%E0%BD%96%E0%BD%B4%E0%BC%8B>,
        <http://lexvo.org/id/term/bos-Cyrl/%D1%87%D0%B5%D1%82%D0%B2%D1%80%D1%82%D0%B0%D0%BA>,
        <http://lexvo.org/id/term/bos/%C4%8Detvrtak>,
        <http://lexvo.org/id/term/bre/Yaou>,
        <http://lexvo.org/id/term/brx/%E0%A4%AC%E0%A4%BF%E0%A4%B8%E0%A4%A5%E0%A4%BF%E0%A4%AC%E0%A4%BE%E0%A4%B0>,
        <http://lexvo.org/id/term/bul/%D1%87%D0%B5%D1%82%D0%B2%D1%8A%D1%80%D1%82%D1%8A%D0%BA>,
        <http://lexvo.org/id/term/byn/%E1%8A%A3%E1%88%9D%E1%8B%B5>,
        <http://lexvo.org/id/term/cat/dijous>,
        <http://lexvo.org/id/term/ces/%C4%8Dtvrtek>,
        <http://lexvo.org/id/term/cgg/Orwakana>,
        <http://lexvo.org/id/term/chr/%E1%8F%85%E1%8E%A9%E1%8F%81%E1%8E%A2%E1%8E%A6>,
        <http://lexvo.org/id/term/cmn-Hant/%E6%98%9F%E6%9C%9F%E5%9B%9B>,
        <http://lexvo.org/id/term/cmn/%E6%98%9F%E6%9C%9F%E5%9B%9B>,
        <http://lexvo.org/id/term/cor/De%20Yow>,
        <http://lexvo.org/id/term/cym/Dydd%20Iau>,
        <http://lexvo.org/id/term/dan/torsdag>,
        <http://lexvo.org/id/term/dav/Kuramuka%20kana>,
        <http://lexvo.org/id/term/deu/Donnerstag>,
        <http://lexvo.org/id/term/dje/Alhamisi>,
        <http://lexvo.org/id/term/dua/%C5%8Bgis%C3%BA>,
        <http://lexvo.org/id/term/dyo/Aramisay>,
        <http://lexvo.org/id/term/dzo/%E0%BD%82%E0%BD%9F%E0%BD%A0%E0%BC%8B%E0%BD%94%E0%BC%8B%E0%BD%A6%E0%BD%84%E0%BD%A6%E0%BC%8B>,
        <http://lexvo.org/id/term/ebu/Aramithi>,
        <http://lexvo.org/id/term/ell/%CE%A0%CE%AD%CE%BC%CF%80%CF%84%CE%B7>,
        <http://lexvo.org/id/term/eng-Dsrt/%F0%90%90%9B%F0%90%90%B2%F0%90%91%89%F0%90%91%86%F0%90%90%BC%F0%90%90%A9>,
        <http://lexvo.org/id/term/eng/Thursday>,
        <http://lexvo.org/id/term/epo/%C4%B5a%C5%ADdo>,
        <http://lexvo.org/id/term/est/neljap%C3%A4ev>,
        <http://lexvo.org/id/term/eus/osteguna>,
        <http://lexvo.org/id/term/ewe/yawo%C9%96a>,
        <http://lexvo.org/id/term/ewo/s%C9%94%CC%81nd%C9%94%20m%C9%99l%C3%BA%20m%C9%99%CC%81nyi>,
        <http://lexvo.org/id/term/fao/h%C3%B3sdagur>,
        <http://lexvo.org/id/term/fas/%D9%BE%D9%86%D8%AC%D8%B4%D9%86%D8%A8%D9%87>,
        <http://lexvo.org/id/term/fil/Huwebes>,
        <http://lexvo.org/id/term/fin/torstaina>,
        <http://lexvo.org/id/term/fra/jeudi>,
        <http://lexvo.org/id/term/ful/naasaande>,
        <http://lexvo.org/id/term/fur/joibe>,
        <http://lexvo.org/id/term/gla/Diardaoin>,
        <http://lexvo.org/id/term/gle/D%C3%A9ardaoin>,
        <http://lexvo.org/id/term/glg/Xoves>,
        <http://lexvo.org/id/term/glv/Jerdein>,
        <http://lexvo.org/id/term/gsw/Dunschtig>,
        <http://lexvo.org/id/term/guj/%E0%AA%97%E0%AB%81%E0%AA%B0%E0%AB%81%E0%AA%B5%E0%AA%BE%E0%AA%B0>,
        <http://lexvo.org/id/term/guz/Aramisi>,
        <http://lexvo.org/id/term/hau/Alhamis>,
        <http://lexvo.org/id/term/haw/Po%CA%BBah%C4%81>,
        <http://lexvo.org/id/term/heb/%D7%99%D7%95%D7%9D%20%D7%97%D7%9E%D7%99%D7%A9%D7%99>,
        <http://lexvo.org/id/term/hin/%E0%A4%AC%E0%A5%83%E0%A4%B9%E0%A4%B8%E0%A5%8D%E0%A4%AA%E0%A4%A4%E0%A4%BF%E0%A4%B5%E0%A4%BE%E0%A4%B0>,
        <http://lexvo.org/id/term/hrv/%C4%8Detvrtak>,
        <http://lexvo.org/id/term/hun/cs%C3%BCt%C3%B6rt%C3%B6k>,
        <http://lexvo.org/id/term/hye/%D5%80%D5%AB%D5%B6%D5%A3%D5%B7%D5%A1%D5%A2%D5%A9%D5%AB>,
        <http://lexvo.org/id/term/ibo/T%E1%BB%8D%E1%BB%8Dzdee>,
        <http://lexvo.org/id/term/iii/%EA%86%8F%EA%8A%82%EA%87%96>,
        <http://lexvo.org/id/term/ina/jovedi>,
        <http://lexvo.org/id/term/ind/Kamis>,
        <http://lexvo.org/id/term/isl/fimmtudagur>,
        <http://lexvo.org/id/term/ita/gioved%C3%AC>,
        <http://lexvo.org/id/term/jgo/T%C9%94%CC%81s%C9%9Bd%C9%9B>,
        <http://lexvo.org/id/term/jmc/Alhamisi>,
        <http://lexvo.org/id/term/jpn/%E6%9C%A8%E6%9B%9C%E6%97%A5>,
        <http://lexvo.org/id/term/kab/Samass>,
        <http://lexvo.org/id/term/kal/sisamanngorneq>,
        <http://lexvo.org/id/term/kam/Wa%20kana>,
        <http://lexvo.org/id/term/kan/%E0%B2%97%E0%B3%81%E0%B2%B0%E0%B3%81%E0%B2%B5%E0%B2%BE%E0%B2%B0>,
        <http://lexvo.org/id/term/kas/%D8%A8%D8%B1%D9%9B%D9%AE%DB%AA%D8%B3%D9%88%D8%A7%D8%B1>,
        <http://lexvo.org/id/term/kat/%E1%83%AE%E1%83%A3%E1%83%97%E1%83%A8%E1%83%90%E1%83%91%E1%83%90%E1%83%97%E1%83%98>,
        <http://lexvo.org/id/term/kaz/%D0%B1%D0%B5%D0%B9%D1%81%D0%B5%D0%BD%D0%B1%D1%96>,
        <http://lexvo.org/id/term/kde/Liduva%20lyannyano%20na%20linji>,
        <http://lexvo.org/id/term/kea/kinta-fera>,
        <http://lexvo.org/id/term/khm/%E1%9E%96%E1%9F%92%E1%9E%9A%E1%9E%A0%E1%9E%9F%E1%9F%92%E1%9E%94%E1%9E%8F%E1%9E%B7%E1%9F%8D>,
        <http://lexvo.org/id/term/khq/Alhamiisa>,
        <http://lexvo.org/id/term/kik/Aramithi>,
        <http://lexvo.org/id/term/kin/Kuwa%20kane>,
        <http://lexvo.org/id/term/kir/%D0%B1%D0%B5%D0%B9%D1%88%D0%B5%D0%BC%D0%B1%D0%B8>,
        <http://lexvo.org/id/term/kkj/yedi>,
        <http://lexvo.org/id/term/kln/Betutab%20ang'wan>,
        <http://lexvo.org/id/term/knn/%E0%A4%97%E0%A5%81%E0%A4%B0%E0%A5%81%E0%A4%B5%E0%A4%BE%E0%A4%B0>,
        <http://lexvo.org/id/term/kor/%EB%AA%A9%EC%9A%94%EC%9D%BC>,
        <http://lexvo.org/id/term/ksb/Alhamisi>,
        <http://lexvo.org/id/term/ksf/j%C7%9D%C7%9Dd%C3%AD>,
        <http://lexvo.org/id/term/ksh/Dunnersdaach>,
        <http://lexvo.org/id/term/lag/Alam%C3%ADisi>,
        <http://lexvo.org/id/term/lao/%E0%BA%A7%E0%BA%B1%E0%BA%99%E0%BA%9E%E0%BA%B0%E0%BA%AB%E0%BA%B1%E0%BA%94>,
        <http://lexvo.org/id/term/lav/ceturtdiena>,
        <http://lexvo.org/id/term/lin/mok%C9%94l%C9%94%20ya%20m%C3%ADn%C3%A9i>,
        <http://lexvo.org/id/term/lit/ketvirtadienis>,
        <http://lexvo.org/id/term/lub/Nj%C3%B2wa>,
        <http://lexvo.org/id/term/lug/Lwakuna>,
        <http://lexvo.org/id/term/luo/Tich%20Ang'wen>,
        <http://lexvo.org/id/term/luy/Murwa%20wa%20Kanne>,
        <http://lexvo.org/id/term/mal/%E0%B4%B5%E0%B5%8D%E0%B4%AF%E0%B4%BE%E0%B4%B4%E0%B4%BE%E0%B4%B4%E0%B5%8D%E0%B4%9A>,
        <http://lexvo.org/id/term/mar/%E0%A4%97%E0%A5%81%E0%A4%B0%E0%A5%81%E0%A4%B5%E0%A4%BE%E0%A4%B0>,
        <http://lexvo.org/id/term/mas/Ala%C3%A1misi>,
        <http://lexvo.org/id/term/mer/Wena>,
        <http://lexvo.org/id/term/mfe/zedi>,
        <http://lexvo.org/id/term/mgh/Arahamisi>,
        <http://lexvo.org/id/term/mgo/Aneg%205>,
        <http://lexvo.org/id/term/mkd/%D1%87%D0%B5%D1%82%D0%B2%D1%80%D1%82%D0%BE%D0%BA>,
        <http://lexvo.org/id/term/mlg/Alakamisy>,
        <http://lexvo.org/id/term/mlt/Il-%C4%A6amis>,
        <http://lexvo.org/id/term/mua/Comkald%C7%9D%C9%93lii>,
        <http://lexvo.org/id/term/mya/%E1%80%80%E1%80%BC%E1%80%AC%E1%80%9E%E1%80%95%E1%80%90%E1%80%B1%E1%80%B8>,
        <http://lexvo.org/id/term/naq/Dondertaxtsees>,
        <http://lexvo.org/id/term/nbl/uLesine>,
        <http://lexvo.org/id/term/nde/Sine>,
        <http://lexvo.org/id/term/nep/%E0%A4%AC%E0%A4%BF%E0%A4%B9%E0%A5%80%E0%A4%AC%E0%A4%BE%E0%A4%B0>,
        <http://lexvo.org/id/term/nep/%E0%A4%AC%E0%A4%BF%E0%A4%B9%E0%A5%80%E0%A4%B5%E0%A4%BE%E0%A4%B0>,
        <http://lexvo.org/id/term/nld/donderdag>,
        <http://lexvo.org/id/term/nmg/s%C9%94%CC%81nd%C9%94%20maf%C3%BA%20m%C3%A1na>,
        <http://lexvo.org/id/term/nnh/mb%C9%94%CC%81%C9%94nt%C3%A8%20tsets%C9%9B%CC%80%C9%9B%20ly%C9%9B%CC%8C%CA%BC>,
        <http://lexvo.org/id/term/nno/torsdag>,
        <http://lexvo.org/id/term/nob/torsdag>,
        <http://lexvo.org/id/term/nso/Labone>,
        <http://lexvo.org/id/term/nus/%C5%8Auaan%20l%C3%A4tni>,
        <http://lexvo.org/id/term/nyn/Orwakana>,
        <http://lexvo.org/id/term/ori/%E0%AC%97%E0%AD%81%E0%AC%B0%E0%AD%81%E0%AC%AC%E0%AC%BE%E0%AC%B0>,
        <http://lexvo.org/id/term/orm/Kamiisa>,
        <http://lexvo.org/id/term/oss/%D1%86%D1%8B%D0%BF%D0%BF%D3%95%D1%80%D3%95%D0%BC>,
        <http://lexvo.org/id/term/pan-Arab/%D8%AC%D9%85%D8%B9%D8%B1%D8%A7%D8%AA>,
        <http://lexvo.org/id/term/pan/%E0%A8%B5%E0%A9%80%E0%A8%B0%E0%A8%B5%E0%A8%BE%E0%A8%B0>,
        <http://lexvo.org/id/term/pol/czwartek>,
        <http://lexvo.org/id/term/por/Quinta-feira>,
        <http://lexvo.org/id/term/por/quinta-feira>,
        <http://lexvo.org/id/term/pus/%D9%BE%D9%86%D8%AC%D8%B4%D9%86%D8%A8%D9%87>,
        <http://lexvo.org/id/term/rof/Alhamisi>,
        <http://lexvo.org/id/term/roh/gievgia>,
        <http://lexvo.org/id/term/ron/joi>,
        <http://lexvo.org/id/term/run/Ku%20wa%20kane>,
        <http://lexvo.org/id/term/rus/%D1%87%D0%B5%D1%82%D0%B2%D0%B5%D1%80%D0%B3>,
        <http://lexvo.org/id/term/rwk/Alhamisi>,
        <http://lexvo.org/id/term/sag/B%C3%AFkua-ok%C3%BC>,
        <http://lexvo.org/id/term/sah/%D0%A7%D1%8D%D0%BF%D0%BF%D0%B8%D1%8D%D1%80>,
        <http://lexvo.org/id/term/saq/Mderot%20ee%20ile>,
        <http://lexvo.org/id/term/sbp/Alahamisi>,
        <http://lexvo.org/id/term/seh/Chinai>,
        <http://lexvo.org/id/term/ses/Alhamiisa>,
        <http://lexvo.org/id/term/shi-Latn/akwas>,
        <http://lexvo.org/id/term/shi/%E2%B4%B0%E2%B4%BD%E2%B5%A1%E2%B4%B0%E2%B5%99>,
        <http://lexvo.org/id/term/sin/%E0%B6%B6%E0%B7%8A%E2%80%8D%E0%B6%BB%E0%B7%84%E0%B7%83%E0%B7%8A%E0%B6%B4%E0%B6%AD%E0%B7%92%E0%B6%B1%E0%B7%8A%E0%B6%AF%E0%B7%8F>,
        <http://lexvo.org/id/term/slk/%C5%A1tvrtok>,
        <http://lexvo.org/id/term/slv/%C4%8Detrtek>,
        <http://lexvo.org/id/term/sme/d%C3%A5arsta>,
        <http://lexvo.org/id/term/sme/duorasdat>,
        <http://lexvo.org/id/term/sna/China>,
        <http://lexvo.org/id/term/som/Khamiis>,
        <http://lexvo.org/id/term/sot/Labone>,
        <http://lexvo.org/id/term/spa/jueves>,
        <http://lexvo.org/id/term/sqi/e%20enjte>,
        <http://lexvo.org/id/term/srp-Latn/%C4%8Detvrtak>,
        <http://lexvo.org/id/term/srp/%D1%87%D0%B5%D1%82%D0%B2%D1%80%D1%82%D0%B0%D0%BA>,
        <http://lexvo.org/id/term/ssw/Lesine>,
        <http://lexvo.org/id/term/ssy/Camus>,
        <http://lexvo.org/id/term/swc/siku%20ya%20ine>,
        <http://lexvo.org/id/term/swe/torsdag>,
        <http://lexvo.org/id/term/swh/Alhamisi>,
        <http://lexvo.org/id/term/tam/%E0%AE%B5%E0%AE%BF%E0%AE%AF%E0%AE%BE%E0%AE%B4%E0%AE%A9%E0%AF%8D>,
        <http://lexvo.org/id/term/tel/%E0%B0%97%E0%B1%81%E0%B0%B0%E0%B1%81%E0%B0%B5%E0%B0%BE%E0%B0%B0%E0%B0%82>,
        <http://lexvo.org/id/term/teo/Nakaung'on>,
        <http://lexvo.org/id/term/tgk/%D0%9F%D0%B0%D0%BD%D2%B7%D1%88%D0%B0%D0%BD%D0%B1%D0%B5>,
        <http://lexvo.org/id/term/tha/%E0%B8%A7%E0%B8%B1%E0%B8%99%E0%B8%9E%E0%B8%A4%E0%B8%AB%E0%B8%B1%E0%B8%AA%E0%B8%9A%E0%B8%94%E0%B8%B5>,
        <http://lexvo.org/id/term/tig/%E1%8A%A8%E1%88%9A%E1%88%BD>,
        <http://lexvo.org/id/term/tir/%E1%88%93%E1%88%99%E1%88%B5>,
        <http://lexvo.org/id/term/tir/%E1%8A%83%E1%88%99%E1%88%B5>,
        <http://lexvo.org/id/term/ton/Tu%CA%BBapulelulu>,
        <http://lexvo.org/id/term/tsn/Labone>,
        <http://lexvo.org/id/term/tso/Ravumune>,
        <http://lexvo.org/id/term/tur/Per%C5%9Fembe>,
        <http://lexvo.org/id/term/twq/Alhamiisa>,
        <http://lexvo.org/id/term/tzm/Akwas>,
        <http://lexvo.org/id/term/ukr/%D0%A7%D0%B5%D1%82%D0%B2%D0%B5%D1%80>,
        <http://lexvo.org/id/term/urd/%D8%AC%D9%85%D8%B9%D8%B1%D8%A7%D8%AA>,
        <http://lexvo.org/id/term/uzn-Arab/%D9%BE%D9%86%D8%AC%D8%B4%D9%86%D8%A8%D9%87>,
        <http://lexvo.org/id/term/uzn-Latn/payshanba>,
        <http://lexvo.org/id/term/uzn/%D0%BF%D0%B0%D0%B9%D1%88%D0%B0%D0%BD%D0%B1%D0%B0>,
        <http://lexvo.org/id/term/vai-Latn/aimisa>,
        <http://lexvo.org/id/term/vai/%EA%95%89%EA%94%A4%EA%95%86%EA%95%A2>,
        <http://lexvo.org/id/term/ven/%E1%B8%BCavhu%E1%B9%8Ba>,
        <http://lexvo.org/id/term/vie/Th%E1%BB%A9%20n%C4%83m>,
        <http://lexvo.org/id/term/vol/d%C3%B6del>,
        <http://lexvo.org/id/term/vun/Alhamisi>,
        <http://lexvo.org/id/term/wae/Fr%C3%B3ntag>,
        <http://lexvo.org/id/term/wal/%E1%88%83%E1%88%99%E1%88%B3>,
        <http://lexvo.org/id/term/xho/Lwesine>,
        <http://lexvo.org/id/term/xog/Olokuna>,
        <http://lexvo.org/id/term/yav/k%C3%BAp%C3%A9limet%C3%BAkpiap%C9%9B>,
        <http://lexvo.org/id/term/yor/%E1%BB%8Cj%E1%BB%8D%CC%81b%E1%BB%8D>,
        <http://lexvo.org/id/term/zsm/Khamis>,
        <http://lexvo.org/id/term/zul/uLwesine> .

<http://lexvo.org/id/wordnet/30/noun/tuesday_1_28_00> rdfs:label "Talaata"@aa,
        "Dinsdag"@af,
        "tsuʔughɔe"@agq,
        "Benada"@ak,
        "ማክሰኞ"@am,
        "الثلاثاء"@ar,
        "মঙ্গলবাৰ"@as,
        "Jumanne"@asa,
        "martes"@ast,
        "çərşənbə axşamı"@az,
        "чәршәнбә ахшамы"@az-Cyrl,
        "ŋgwà ûm"@bas,
        "аўторак"@be,
        "Palichibuli"@bem,
        "pa hivili"@bez,
        "вторник"@bg,
        "tarata"@bm,
        "মঙ্গলবার"@bn,
        "གཟའ་མིག་དམར་"@bo,
        "Meurzh"@br,
        "मंगलबार"@brx,
        "utorak"@bs,
        "уторак"@bs-Cyrl,
        "ሰሊጝ"@byn,
        "dimarts"@ca,
        "Orwakabiri"@cgg,
        "ᏔᎵᏁᎢᎦ"@chr,
        "星期二"@cmn,
        "星期二"@cmn-Hant,
        "úterý"@cs,
        "Dydd Mawrth"@cy,
        "tirsdag"@da,
        "Kuramuka kawi"@dav,
        "Dienstag"@de,
        "Atalaata"@dje,
        "kwasú"@dua,
        "Talata"@dyo,
        "གཟའ་ལྷག་པ་"@dz,
        "Njumaine"@ebu,
        "blaɖa"@ee,
        "Τρίτη"@el,
        "Tuesday"@en,
        "𐐓𐐭𐑆𐐼𐐩"@en-Dsrt,
        "mardo"@eo,
        "martes"@es,
        "teisipäev"@et,
        "asteartea"@eu,
        "sɔ́ndɔ məlú mə́bɛ̌"@ewo,
        "سه‌شنبه"@fa,
        "mawbaare"@ff,
        "tiistaina"@fi,
        "Martes"@fil,
        "týsdagur"@fo,
        "mardi"@fr,
        "martars"@fur,
        "Dé Máirt"@ga,
        "DiMàirt"@gd,
        "Martes"@gl,
        "Ziischtig"@gsw,
        "મંગળવાર"@gu,
        "Chumaine"@guz,
        "Jemayrt"@gv,
        "Talata"@ha,
        "Poʻalua"@haw,
        "יום שלישי"@he,
        "मंगलवार"@hi,
        "utorak"@hr,
        "kedd"@hu,
        "Երեքշաբթի"@hy,
        "martedi"@ia,
        "Selasa"@id,
        "Tiuzdee"@ig,
        "ꆏꊂꑍ"@ii,
        "þriðjudagur"@is,
        "martedì"@it,
        "火曜日"@ja,
        "Ápta Mɔ́ndi"@jgo,
        "Jumanne"@jmc,
        "სამშაბათი"@ka,
        "Kraḍass"@kab,
        "Wa kelĩ"@kam,
        "Liduva lyanchechi"@kde,
        "tersa-fera"@kea,
        "Atalata"@khq,
        "Njumaine"@ki,
        "сейсенбі"@kk,
        "mardi"@kkj,
        "marlunngorneq"@kl,
        "Betutab aeng'"@kln,
        "អង្គារ"@km,
        "ಮಂಗಳವಾರ"@kn,
        "मंगळार"@knn,
        "화요일"@ko,
        "بوٚموار"@ks,
        "Jumaane"@ksb,
        "maadí"@ksf,
        "Dinnsdaach"@ksh,
        "De Merth"@kw,
        "шейшемби"@ky,
        "Jumaíne"@lag,
        "Lwakubiri"@lg,
        "mokɔlɔ mwa míbalé"@ln,
        "ວັນອັງຄານ"@lo,
        "antradienis"@lt,
        "Ndàayà"@lu,
        "Tich Ariyo"@luo,
        "Jumanne"@luy,
        "otrdiena"@lv,
        "Jumane"@mas,
        "Wairi"@mer,
        "mardi"@mfe,
        "Talata"@mg,
        "Jumanne"@mgh,
        "Aneg 3"@mgo,
        "вторник"@mk,
        "ചൊവ്വാഴ്ച"@ml,
        "मंगळवार"@mr,
        "It-Tlieta"@mt,
        "Comzyiiɗii"@mua,
        "အင်္ဂါ"@my,
        "Denstaxtsees"@naq,
        "tirsdag"@nb,
        "Sibili"@nd,
        "मङ्गलबार"@ne,
        "मङ्गलवार"@ne,
        "dinsdag"@nl,
        "sɔ́ndɔ mafú mába"@nmg,
        "tysdag"@nn,
        "mbɔ́ɔntè mvfò lyɛ̌ʼ"@nnh,
        "uLesibili"@nr,
        "Labobedi"@nso,
        "Rɛw lätni"@nus,
        "Orwakabiri"@nyn,
        "Qibxata"@om,
        "ମଙ୍ଗଳବାର"@or,
        "дыццӕг"@os,
        "ਮੰਗਲਵਾਰ"@pa,
        "منگل"@pa-Arab,
        "wtorek"@pl,
        "سه‌شنبه"@ps,
        "Terça-feira"@pt,
        "terça-feira"@pt,
        "mardi"@rm,
        "Ku wa kabiri"@rn,
        "marți"@ro,
        "Ijumanne"@rof,
        "вторник"@ru,
        "Kuwa kabiri"@rw,
        "Jumanne"@rwk,
        "Оптуорунньук"@sah,
        "Mderot ee ong'wan"@saq,
        "Jumanne"@sbp,
        "däjsta"@se,
        "maŋŋebárga"@se,
        "Chipiri"@seh,
        "Atalaata"@ses,
        "Bïkua-ptâ"@sg,
        "ⴰⵙⵉⵏⴰⵙ"@shi,
        "asinas"@shi-Latn,
        "අඟහරුවාදා"@si,
        "utorok"@sk,
        "torek"@sl,
        "Chipiri"@sn,
        "Talaado"@so,
        "e martë"@sq,
        "уторак"@sr,
        "utorak"@sr-Latn,
        "Lesibili"@ss,
        "Salus"@ssy,
        "Labobedi"@st,
        "tisdag"@sv,
        "siku ya pili"@swc,
        "Jumanne"@swh,
        "செவ்வாய்"@ta,
        "మంగళవారం"@te,
        "Nakaare"@teo,
        "Сешанбе"@tg,
        "วันอังคาร"@th,
        "ሠሉስ"@ti,
        "ሰሉስ"@ti,
        "ታላሸኖ"@tig,
        "Labobedi"@tn,
        "Tūsite"@to,
        "Salı"@tr,
        "Ravumbirhi"@ts,
        "Atalaata"@twq,
        "Asinas"@tzm,
        "Вівторок"@uk,
        "منگل"@ur,
        "сешанба"@uzn,
        "سه‌شنبه"@uzn-Arab,
        "seshanba"@uzn-Latn,
        "ꕚꕞꕚ"@vai,
        "talata"@vai-Latn,
        "Ḽavhuvhili"@ve,
        "Thứ ba"@vi,
        "tudel"@vo,
        "Jumanne"@vun,
        "Zištag"@wae,
        "ማቆሳኛ"@wal,
        "Lwesibini"@xh,
        "Owokubili"@xog,
        "muányáŋmóndie"@yav,
        "Ọjọ́ Ìsẹ́gun"@yo,
        "Selasa"@zsm,
        "Lwesibili"@zu ;
    lvont:label <http://lexvo.org/id/term/aar/Talaata>,
        <http://lexvo.org/id/term/afr/Dinsdag>,
        <http://lexvo.org/id/term/agq/tsu%CA%94ugh%C9%94e>,
        <http://lexvo.org/id/term/aka/Benada>,
        <http://lexvo.org/id/term/amh/%E1%88%9B%E1%8A%AD%E1%88%B0%E1%8A%9E>,
        <http://lexvo.org/id/term/ara/%D8%A7%D9%84%D8%AB%D9%84%D8%A7%D8%AB%D8%A7%D8%A1>,
        <http://lexvo.org/id/term/asa/Jumanne>,
        <http://lexvo.org/id/term/asm/%E0%A6%AE%E0%A6%99%E0%A7%8D%E0%A6%97%E0%A6%B2%E0%A6%AC%E0%A6%BE%E0%A7%B0>,
        <http://lexvo.org/id/term/ast/martes>,
        <http://lexvo.org/id/term/aze-Cyrl/%D1%87%D3%99%D1%80%D1%88%D3%99%D0%BD%D0%B1%D3%99%20%D0%B0%D1%85%D1%88%D0%B0%D0%BC%D1%8B>,
        <http://lexvo.org/id/term/aze/%C3%A7%C9%99r%C5%9F%C9%99nb%C9%99%20ax%C5%9Fam%C4%B1>,
        <http://lexvo.org/id/term/bam/tarata>,
        <http://lexvo.org/id/term/bas/%C5%8Bgw%C3%A0%20%C3%BBm>,
        <http://lexvo.org/id/term/bel/%D0%B0%D1%9E%D1%82%D0%BE%D1%80%D0%B0%D0%BA>,
        <http://lexvo.org/id/term/bem/Palichibuli>,
        <http://lexvo.org/id/term/ben/%E0%A6%AE%E0%A6%99%E0%A7%8D%E0%A6%97%E0%A6%B2%E0%A6%AC%E0%A6%BE%E0%A6%B0>,
        <http://lexvo.org/id/term/bez/pa%20hivili>,
        <http://lexvo.org/id/term/bod/%E0%BD%82%E0%BD%9F%E0%BD%A0%E0%BC%8B%E0%BD%98%E0%BD%B2%E0%BD%82%E0%BC%8B%E0%BD%91%E0%BD%98%E0%BD%A2%E0%BC%8B>,
        <http://lexvo.org/id/term/bos-Cyrl/%D1%83%D1%82%D0%BE%D1%80%D0%B0%D0%BA>,
        <http://lexvo.org/id/term/bos/utorak>,
        <http://lexvo.org/id/term/bre/Meurzh>,
        <http://lexvo.org/id/term/brx/%E0%A4%AE%E0%A4%82%E0%A4%97%E0%A4%B2%E0%A4%AC%E0%A4%BE%E0%A4%B0>,
        <http://lexvo.org/id/term/bul/%D0%B2%D1%82%D0%BE%D1%80%D0%BD%D0%B8%D0%BA>,
        <http://lexvo.org/id/term/byn/%E1%88%B0%E1%88%8A%E1%8C%9D>,
        <http://lexvo.org/id/term/cat/dimarts>,
        <http://lexvo.org/id/term/ces/%C3%BAter%C3%BD>,
        <http://lexvo.org/id/term/cgg/Orwakabiri>,
        <http://lexvo.org/id/term/chr/%E1%8F%94%E1%8E%B5%E1%8F%81%E1%8E%A2%E1%8E%A6>,
        <http://lexvo.org/id/term/cmn-Hant/%E6%98%9F%E6%9C%9F%E4%BA%8C>,
        <http://lexvo.org/id/term/cmn/%E6%98%9F%E6%9C%9F%E4%BA%8C>,
        <http://lexvo.org/id/term/cor/De%20Merth>,
        <http://lexvo.org/id/term/cym/Dydd%20Mawrth>,
        <http://lexvo.org/id/term/dan/tirsdag>,
        <http://lexvo.org/id/term/dav/Kuramuka%20kawi>,
        <http://lexvo.org/id/term/deu/Dienstag>,
        <http://lexvo.org/id/term/dje/Atalaata>,
        <http://lexvo.org/id/term/dua/kwas%C3%BA>,
        <http://lexvo.org/id/term/dyo/Talata>,
        <http://lexvo.org/id/term/dzo/%E0%BD%82%E0%BD%9F%E0%BD%A0%E0%BC%8B%E0%BD%A3%E0%BE%B7%E0%BD%82%E0%BC%8B%E0%BD%94%E0%BC%8B>,
        <http://lexvo.org/id/term/ebu/Njumaine>,
        <http://lexvo.org/id/term/ell/%CE%A4%CF%81%CE%AF%CF%84%CE%B7>,
        <http://lexvo.org/id/term/eng-Dsrt/%F0%90%90%93%F0%90%90%AD%F0%90%91%86%F0%90%90%BC%F0%90%90%A9>,
        <http://lexvo.org/id/term/eng/Tuesday>,
        <http://lexvo.org/id/term/epo/mardo>,
        <http://lexvo.org/id/term/est/teisip%C3%A4ev>,
        <http://lexvo.org/id/term/eus/asteartea>,
        <http://lexvo.org/id/term/ewe/bla%C9%96a>,
        <http://lexvo.org/id/term/ewo/s%C9%94%CC%81nd%C9%94%20m%C9%99l%C3%BA%20m%C9%99%CC%81b%C9%9B%CC%8C>,
        <http://lexvo.org/id/term/fao/t%C3%BDsdagur>,
        <http://lexvo.org/id/term/fas/%D8%B3%D9%87%E2%80%8C%D8%B4%D9%86%D8%A8%D9%87>,
        <http://lexvo.org/id/term/fil/Martes>,
        <http://lexvo.org/id/term/fin/tiistaina>,
        <http://lexvo.org/id/term/fra/mardi>,
        <http://lexvo.org/id/term/ful/mawbaare>,
        <http://lexvo.org/id/term/fur/martars>,
        <http://lexvo.org/id/term/gla/DiM%C3%A0irt>,
        <http://lexvo.org/id/term/gle/D%C3%A9%20M%C3%A1irt>,
        <http://lexvo.org/id/term/glg/Martes>,
        <http://lexvo.org/id/term/glv/Jemayrt>,
        <http://lexvo.org/id/term/gsw/Ziischtig>,
        <http://lexvo.org/id/term/guj/%E0%AA%AE%E0%AA%82%E0%AA%97%E0%AA%B3%E0%AA%B5%E0%AA%BE%E0%AA%B0>,
        <http://lexvo.org/id/term/guz/Chumaine>,
        <http://lexvo.org/id/term/hau/Talata>,
        <http://lexvo.org/id/term/haw/Po%CA%BBalua>,
        <http://lexvo.org/id/term/heb/%D7%99%D7%95%D7%9D%20%D7%A9%D7%9C%D7%99%D7%A9%D7%99>,
        <http://lexvo.org/id/term/hin/%E0%A4%AE%E0%A4%82%E0%A4%97%E0%A4%B2%E0%A4%B5%E0%A4%BE%E0%A4%B0>,
        <http://lexvo.org/id/term/hrv/utorak>,
        <http://lexvo.org/id/term/hun/kedd>,
        <http://lexvo.org/id/term/hye/%D4%B5%D6%80%D5%A5%D6%84%D5%B7%D5%A1%D5%A2%D5%A9%D5%AB>,
        <http://lexvo.org/id/term/ibo/Tiuzdee>,
        <http://lexvo.org/id/term/iii/%EA%86%8F%EA%8A%82%EA%91%8D>,
        <http://lexvo.org/id/term/ina/martedi>,
        <http://lexvo.org/id/term/ind/Selasa>,
        <http://lexvo.org/id/term/isl/%C3%BEri%C3%B0judagur>,
        <http://lexvo.org/id/term/ita/marted%C3%AC>,
        <http://lexvo.org/id/term/jgo/%C3%81pta%20M%C9%94%CC%81ndi>,
        <http://lexvo.org/id/term/jmc/Jumanne>,
        <http://lexvo.org/id/term/jpn/%E7%81%AB%E6%9B%9C%E6%97%A5>,
        <http://lexvo.org/id/term/kab/Kra%E1%B8%8Dass>,
        <http://lexvo.org/id/term/kal/marlunngorneq>,
        <http://lexvo.org/id/term/kam/Wa%20kel%C4%A9>,
        <http://lexvo.org/id/term/kan/%E0%B2%AE%E0%B2%82%E0%B2%97%E0%B2%B3%E0%B2%B5%E0%B2%BE%E0%B2%B0>,
        <http://lexvo.org/id/term/kas/%D8%A8%D9%88%D9%9A%D9%85%D9%88%D8%A7%D8%B1>,
        <http://lexvo.org/id/term/kat/%E1%83%A1%E1%83%90%E1%83%9B%E1%83%A8%E1%83%90%E1%83%91%E1%83%90%E1%83%97%E1%83%98>,
        <http://lexvo.org/id/term/kaz/%D1%81%D0%B5%D0%B9%D1%81%D0%B5%D0%BD%D0%B1%D1%96>,
        <http://lexvo.org/id/term/kde/Liduva%20lyanchechi>,
        <http://lexvo.org/id/term/kea/tersa-fera>,
        <http://lexvo.org/id/term/khm/%E1%9E%A2%E1%9E%84%E1%9F%92%E1%9E%82%E1%9E%B6%E1%9E%9A>,
        <http://lexvo.org/id/term/khq/Atalata>,
        <http://lexvo.org/id/term/kik/Njumaine>,
        <http://lexvo.org/id/term/kin/Kuwa%20kabiri>,
        <http://lexvo.org/id/term/kir/%D1%88%D0%B5%D0%B9%D1%88%D0%B5%D0%BC%D0%B1%D0%B8>,
        <http://lexvo.org/id/term/kkj/mardi>,
        <http://lexvo.org/id/term/kln/Betutab%20aeng'>,
        <http://lexvo.org/id/term/knn/%E0%A4%AE%E0%A4%82%E0%A4%97%E0%A4%B3%E0%A4%BE%E0%A4%B0>,
        <http://lexvo.org/id/term/kor/%ED%99%94%EC%9A%94%EC%9D%BC>,
        <http://lexvo.org/id/term/ksb/Jumaane>,
        <http://lexvo.org/id/term/ksf/maad%C3%AD>,
        <http://lexvo.org/id/term/ksh/Dinnsdaach>,
        <http://lexvo.org/id/term/lag/Juma%C3%ADne>,
        <http://lexvo.org/id/term/lao/%E0%BA%A7%E0%BA%B1%E0%BA%99%E0%BA%AD%E0%BA%B1%E0%BA%87%E0%BA%84%E0%BA%B2%E0%BA%99>,
        <http://lexvo.org/id/term/lav/otrdiena>,
        <http://lexvo.org/id/term/lin/mok%C9%94l%C9%94%20mwa%20m%C3%ADbal%C3%A9>,
        <http://lexvo.org/id/term/lit/antradienis>,
        <http://lexvo.org/id/term/lub/Nd%C3%A0ay%C3%A0>,
        <http://lexvo.org/id/term/lug/Lwakubiri>,
        <http://lexvo.org/id/term/luo/Tich%20Ariyo>,
        <http://lexvo.org/id/term/luy/Jumanne>,
        <http://lexvo.org/id/term/mal/%E0%B4%9A%E0%B5%8A%E0%B4%B5%E0%B5%8D%E0%B4%B5%E0%B4%BE%E0%B4%B4%E0%B5%8D%E0%B4%9A>,
        <http://lexvo.org/id/term/mar/%E0%A4%AE%E0%A4%82%E0%A4%97%E0%A4%B3%E0%A4%B5%E0%A4%BE%E0%A4%B0>,
        <http://lexvo.org/id/term/mas/Jumane>,
        <http://lexvo.org/id/term/mer/Wairi>,
        <http://lexvo.org/id/term/mfe/mardi>,
        <http://lexvo.org/id/term/mgh/Jumanne>,
        <http://lexvo.org/id/term/mgo/Aneg%203>,
        <http://lexvo.org/id/term/mkd/%D0%B2%D1%82%D0%BE%D1%80%D0%BD%D0%B8%D0%BA>,
        <http://lexvo.org/id/term/mlg/Talata>,
        <http://lexvo.org/id/term/mlt/It-Tlieta>,
        <http://lexvo.org/id/term/mua/Comzyii%C9%97ii>,
        <http://lexvo.org/id/term/mya/%E1%80%A1%E1%80%84%E1%80%BA%E1%80%B9%E1%80%82%E1%80%AB>,
        <http://lexvo.org/id/term/naq/Denstaxtsees>,
        <http://lexvo.org/id/term/nbl/uLesibili>,
        <http://lexvo.org/id/term/nde/Sibili>,
        <http://lexvo.org/id/term/nep/%E0%A4%AE%E0%A4%99%E0%A5%8D%E0%A4%97%E0%A4%B2%E0%A4%AC%E0%A4%BE%E0%A4%B0>,
        <http://lexvo.org/id/term/nep/%E0%A4%AE%E0%A4%99%E0%A5%8D%E0%A4%97%E0%A4%B2%E0%A4%B5%E0%A4%BE%E0%A4%B0>,
        <http://lexvo.org/id/term/nld/dinsdag>,
        <http://lexvo.org/id/term/nmg/s%C9%94%CC%81nd%C9%94%20maf%C3%BA%20m%C3%A1ba>,
        <http://lexvo.org/id/term/nnh/mb%C9%94%CC%81%C9%94nt%C3%A8%20mvf%C3%B2%20ly%C9%9B%CC%8C%CA%BC>,
        <http://lexvo.org/id/term/nno/tysdag>,
        <http://lexvo.org/id/term/nob/tirsdag>,
        <http://lexvo.org/id/term/nso/Labobedi>,
        <http://lexvo.org/id/term/nus/R%C9%9Bw%20l%C3%A4tni>,
        <http://lexvo.org/id/term/nyn/Orwakabiri>,
        <http://lexvo.org/id/term/ori/%E0%AC%AE%E0%AC%99%E0%AD%8D%E0%AC%97%E0%AC%B3%E0%AC%AC%E0%AC%BE%E0%AC%B0>,
        <http://lexvo.org/id/term/orm/Qibxata>,
        <http://lexvo.org/id/term/oss/%D0%B4%D1%8B%D1%86%D1%86%D3%95%D0%B3>,
        <http://lexvo.org/id/term/pan-Arab/%D9%85%D9%86%DA%AF%D9%84>,
        <http://lexvo.org/id/term/pan/%E0%A8%AE%E0%A9%B0%E0%A8%97%E0%A8%B2%E0%A8%B5%E0%A8%BE%E0%A8%B0>,
        <http://lexvo.org/id/term/pol/wtorek>,
        <http://lexvo.org/id/term/por/Ter%C3%A7a-feira>,
        <http://lexvo.org/id/term/por/ter%C3%A7a-feira>,
        <http://lexvo.org/id/term/pus/%D8%B3%D9%87%E2%80%8C%D8%B4%D9%86%D8%A8%D9%87>,
        <http://lexvo.org/id/term/rof/Ijumanne>,
        <http://lexvo.org/id/term/roh/mardi>,
        <http://lexvo.org/id/term/ron/mar%C8%9Bi>,
        <http://lexvo.org/id/term/run/Ku%20wa%20kabiri>,
        <http://lexvo.org/id/term/rus/%D0%B2%D1%82%D0%BE%D1%80%D0%BD%D0%B8%D0%BA>,
        <http://lexvo.org/id/term/rwk/Jumanne>,
        <http://lexvo.org/id/term/sag/B%C3%AFkua-pt%C3%A2>,
        <http://lexvo.org/id/term/sah/%D0%9E%D0%BF%D1%82%D1%83%D0%BE%D1%80%D1%83%D0%BD%D0%BD%D1%8C%D1%83%D0%BA>,
        <http://lexvo.org/id/term/saq/Mderot%20ee%20ong'wan>,
        <http://lexvo.org/id/term/sbp/Jumanne>,
        <http://lexvo.org/id/term/seh/Chipiri>,
        <http://lexvo.org/id/term/ses/Atalaata>,
        <http://lexvo.org/id/term/shi-Latn/asinas>,
        <http://lexvo.org/id/term/shi/%E2%B4%B0%E2%B5%99%E2%B5%89%E2%B5%8F%E2%B4%B0%E2%B5%99>,
        <http://lexvo.org/id/term/sin/%E0%B6%85%E0%B6%9F%E0%B7%84%E0%B6%BB%E0%B7%94%E0%B7%80%E0%B7%8F%E0%B6%AF%E0%B7%8F>,
        <http://lexvo.org/id/term/slk/utorok>,
        <http://lexvo.org/id/term/slv/torek>,
        <http://lexvo.org/id/term/sme/d%C3%A4jsta>,
        <http://lexvo.org/id/term/sme/ma%C5%8B%C5%8Beb%C3%A1rga>,
        <http://lexvo.org/id/term/sna/Chipiri>,
        <http://lexvo.org/id/term/som/Talaado>,
        <http://lexvo.org/id/term/sot/Labobedi>,
        <http://lexvo.org/id/term/spa/martes>,
        <http://lexvo.org/id/term/sqi/e%20mart%C3%AB>,
        <http://lexvo.org/id/term/srp-Latn/utorak>,
        <http://lexvo.org/id/term/srp/%D1%83%D1%82%D0%BE%D1%80%D0%B0%D0%BA>,
        <http://lexvo.org/id/term/ssw/Lesibili>,
        <http://lexvo.org/id/term/ssy/Salus>,
        <http://lexvo.org/id/term/swc/siku%20ya%20pili>,
        <http://lexvo.org/id/term/swe/tisdag>,
        <http://lexvo.org/id/term/swh/Jumanne>,
        <http://lexvo.org/id/term/tam/%E0%AE%9A%E0%AF%86%E0%AE%B5%E0%AF%8D%E0%AE%B5%E0%AE%BE%E0%AE%AF%E0%AF%8D>,
        <http://lexvo.org/id/term/tel/%E0%B0%AE%E0%B0%82%E0%B0%97%E0%B0%B3%E0%B0%B5%E0%B0%BE%E0%B0%B0%E0%B0%82>,
        <http://lexvo.org/id/term/teo/Nakaare>,
        <http://lexvo.org/id/term/tgk/%D0%A1%D0%B5%D1%88%D0%B0%D0%BD%D0%B1%D0%B5>,
        <http://lexvo.org/id/term/tha/%E0%B8%A7%E0%B8%B1%E0%B8%99%E0%B8%AD%E0%B8%B1%E0%B8%87%E0%B8%84%E0%B8%B2%E0%B8%A3>,
        <http://lexvo.org/id/term/tig/%E1%89%B3%E1%88%8B%E1%88%B8%E1%8A%96>,
        <http://lexvo.org/id/term/tir/%E1%88%A0%E1%88%89%E1%88%B5>,
        <http://lexvo.org/id/term/tir/%E1%88%B0%E1%88%89%E1%88%B5>,
        <http://lexvo.org/id/term/ton/T%C5%ABsite>,
        <http://lexvo.org/id/term/tsn/Labobedi>,
        <http://lexvo.org/id/term/tso/Ravumbirhi>,
        <http://lexvo.org/id/term/tur/Sal%C4%B1>,
        <http://lexvo.org/id/term/twq/Atalaata>,
        <http://lexvo.org/id/term/tzm/Asinas>,
        <http://lexvo.org/id/term/ukr/%D0%92%D1%96%D0%B2%D1%82%D0%BE%D1%80%D0%BE%D0%BA>,
        <http://lexvo.org/id/term/urd/%D9%85%D9%86%DA%AF%D9%84>,
        <http://lexvo.org/id/term/uzn-Arab/%D8%B3%D9%87%E2%80%8C%D8%B4%D9%86%D8%A8%D9%87>,
        <http://lexvo.org/id/term/uzn-Latn/seshanba>,
        <http://lexvo.org/id/term/uzn/%D1%81%D0%B5%D1%88%D0%B0%D0%BD%D0%B1%D0%B0>,
        <http://lexvo.org/id/term/vai-Latn/talata>,
        <http://lexvo.org/id/term/vai/%EA%95%9A%EA%95%9E%EA%95%9A>,
        <http://lexvo.org/id/term/ven/%E1%B8%BCavhuvhili>,
        <http://lexvo.org/id/term/vie/Th%E1%BB%A9%20ba>,
        <http://lexvo.org/id/term/vol/tudel>,
        <http://lexvo.org/id/term/vun/Jumanne>,
        <http://lexvo.org/id/term/wae/Zi%C5%A1tag>,
        <http://lexvo.org/id/term/wal/%E1%88%9B%E1%89%86%E1%88%B3%E1%8A%9B>,
        <http://lexvo.org/id/term/xho/Lwesibini>,
        <http://lexvo.org/id/term/xog/Owokubili>,
        <http://lexvo.org/id/term/yav/mu%C3%A1ny%C3%A1%C5%8Bm%C3%B3ndie>,
        <http://lexvo.org/id/term/yor/%E1%BB%8Cj%E1%BB%8D%CC%81%20%C3%8Cs%E1%BA%B9%CC%81gun>,
        <http://lexvo.org/id/term/zsm/Selasa>,
        <http://lexvo.org/id/term/zul/Lwesibili> .

<http://lexvo.org/id/wordnet/30/noun/wednesday_1_28_00> rdfs:label "Arbaqa"@aa,
        "Woensdag"@af,
        "tsuʔutɔ̀mlò"@agq,
        "Wukuda"@ak,
        "ረቡዕ"@am,
        "الأربعاء"@ar,
        "বুধবাৰ"@as,
        "Jumatano"@asa,
        "miércoles"@ast,
        "çərşənbə"@az,
        "чәршәнбә"@az-Cyrl,
        "ŋgwà ŋgê"@bas,
        "серада"@be,
        "Palichitatu"@bem,
        "pa hidatu"@bez,
        "сряда"@bg,
        "araba"@bm,
        "বুধবার"@bn,
        "གཟའ་ཧླག་པ་"@bo,
        "Mercʼher"@br,
        "बुदबार"@brx,
        "srijeda"@bs,
        "сриједа"@bs-Cyrl,
        "ለጓ ወሪ ለብዋ"@byn,
        "dimecres"@ca,
        "Orwakashatu"@cgg,
        "ᏦᎢᏁᎢᎦ"@chr,
        "星期三"@cmn,
        "星期三"@cmn-Hant,
        "středa"@cs,
        "Dydd Mercher"@cy,
        "onsdag"@da,
        "Kuramuka kadadu"@dav,
        "Mittwoch"@de,
        "Alarba"@dje,
        "mukɔ́sú"@dua,
        "Alarbay"@dyo,
        "གཟའ་ཕུར་བུ་"@dz,
        "Njumatano"@ebu,
        "kuɖa"@ee,
        "Τετάρτη"@el,
        "Wednesday"@en,
        "𐐎𐐯𐑌𐑆𐐼𐐩"@en-Dsrt,
        "merkredo"@eo,
        "miércoles"@es,
        "kolmapäev"@et,
        "asteazkena"@eu,
        "sɔ́ndɔ məlú mə́lɛ́"@ewo,
        "چهارشنبه"@fa,
        "njeslaare"@ff,
        "keskiviikkona"@fi,
        "Miyerkules"@fil,
        "mikudagur"@fo,
        "mercredi"@fr,
        "miercus"@fur,
        "Dé Céadaoin"@ga,
        "DiCiadain"@gd,
        "Mércores"@gl,
        "Mittwuch"@gsw,
        "બુધવાર"@gu,
        "Chumatano"@guz,
        "Jercean"@gv,
        "Laraba"@ha,
        "Poʻakolu"@haw,
        "יום רביעי"@he,
        "बुधवार"@hi,
        "srijeda"@hr,
        "szerda"@hu,
        "Չորեքշաբթի"@hy,
        "mercuridi"@ia,
        "Rabu"@id,
        "Wenezdee"@ig,
        "ꆏꊂꌕ"@ii,
        "miðvikudagur"@is,
        "mercoledì"@it,
        "水曜日"@ja,
        "Wɛ́nɛsɛdɛ"@jgo,
        "Jumatanu"@jmc,
        "ოთხშაბათი"@ka,
        "Kuẓass"@kab,
        "Wa katatũ"@kam,
        "Liduva lyannyano"@kde,
        "kuarta-fera"@kea,
        "Alarba"@khq,
        "Njumatana"@ki,
        "сәренбі"@kk,
        "mɛrkɛrɛdi"@kkj,
        "pingasunngorneq"@kl,
        "Betutab somok"@kln,
        "ពុធ"@km,
        "ಬುಧವಾರ"@kn,
        "बुधवार"@knn,
        "수요일"@ko,
        "بودوار"@ks,
        "Jumaatano"@ksb,
        "mɛkrɛdí"@ksf,
        "Metwoch"@ksh,
        "De Merher"@kw,
        "шаршемби"@ky,
        "Jumatáano"@lag,
        "Lwakusatu"@lg,
        "mokɔlɔ mwa mísáto"@ln,
        "ວັນພຸດ"@lo,
        "trečiadienis"@lt,
        "Ndangù"@lu,
        "Tich Adek"@luo,
        "Jumatano"@luy,
        "trešdiena"@lv,
        "Jumatánɔ"@mas,
        "Wethatu"@mer,
        "merkredi"@mfe,
        "Alarobia"@mg,
        "Jumatano"@mgh,
        "Aneg 4"@mgo,
        "среда"@mk,
        "ബുധനാഴ്ച"@ml,
        "बुधवार"@mr,
        "L-Erbgħa"@mt,
        "Comkolle"@mua,
        "ဗုဒ္ဓဟူး"@my,
        "Wunstaxtsees"@naq,
        "onsdag"@nb,
        "Sithathu"@nd,
        "बुधबार"@ne,
        "बुधवार"@ne,
        "woensdag"@nl,
        "sɔ́ndɔ mafú málal"@nmg,
        "onsdag"@nn,
        "tsètsɛ̀ɛ lyɛ̌ʼ"@nnh,
        "Lesithathu"@nr,
        "Laboraro"@nso,
        "Diɔ̱k lätni"@nus,
        "Orwakashatu"@nyn,
        "Roobii"@om,
        "ବୁଧବାର"@or,
        "ӕртыццӕг"@os,
        "ਬੁਧਵਾਰ"@pa,
        "بُدھ"@pa-Arab,
        "środa"@pl,
        "چهارشنبه"@ps,
        "Quarta-feira"@pt,
        "quarta-feira"@pt,
        "mesemna"@rm,
        "Ku wa gatatu"@rn,
        "miercuri"@ro,
        "Ijumatano"@rof,
        "среда"@ru,
        "Kuwa gatatu"@rw,
        "Jumatanu"@rwk,
        "Сэрэдэ"@sah,
        "Mderot ee inet"@saq,
        "Jumatano"@sbp,
        "gaskavahkku"@se,
        "gaskevahkoe"@se,
        "Chitatu"@seh,
        "Alarba"@ses,
        "Bïkua-usïö"@sg,
        "ⴰⴽⵕⴰⵙ"@shi,
        "akṛas"@shi-Latn,
        "බදාදා"@si,
        "streda"@sk,
        "sreda"@sl,
        "Chitatu"@sn,
        "Arbaco"@so,
        "e mërkurë"@sq,
        "среда"@sr,
        "сриједа"@sr-Cyrl,
        "sreda"@sr-Latn,
        "Lesitsatfu"@ss,
        "Rabuq"@ssy,
        "Laboraru"@st,
        "onsdag"@sv,
        "siku ya tatu"@swc,
        "Jumatano"@swh,
        "புதன்"@ta,
        "బుధవారం"@te,
        "Nakauni"@teo,
        "Чоршанбе"@tg,
        "วันพุธ"@th,
        "ረቡዕ"@ti,
        "ኣረርባዓ"@tig,
        "Laboraro"@tn,
        "Pulelulu"@to,
        "Çarşamba"@tr,
        "Ravunharhu"@ts,
        "Alarba"@twq,
        "Akras"@tzm,
        "Середа"@uk,
        "بده"@ur,
        "чоршанба"@uzn,
        "چهارشنبه"@uzn-Arab,
        "chorshanba"@uzn-Latn,
        "ꕉꕞꕒ"@vai,
        "alaba"@vai-Latn,
        "Ḽavhuraru"@ve,
        "Thứ tư"@vi,
        "vedel"@vo,
        "Jumatanu"@vun,
        "Mittwuč"@wae,
        "አሩዋ"@wal,
        "Lwesithathu"@xh,
        "Owokusatu"@xog,
        "metúkpíápɛ"@yav,
        "Ọjọ́rú"@yo,
        "Rabu"@zsm,
        "Lwesithathu"@zu ;
    lvont:label <http://lexvo.org/id/term/aar/Arbaqa>,
        <http://lexvo.org/id/term/afr/Woensdag>,
        <http://lexvo.org/id/term/agq/tsu%CA%94ut%C9%94%CC%80ml%C3%B2>,
        <http://lexvo.org/id/term/aka/Wukuda>,
        <http://lexvo.org/id/term/amh/%E1%88%A8%E1%89%A1%E1%8B%95>,
        <http://lexvo.org/id/term/ara/%D8%A7%D9%84%D8%A3%D8%B1%D8%A8%D8%B9%D8%A7%D8%A1>,
        <http://lexvo.org/id/term/asa/Jumatano>,
        <http://lexvo.org/id/term/asm/%E0%A6%AC%E0%A7%81%E0%A6%A7%E0%A6%AC%E0%A6%BE%E0%A7%B0>,
        <http://lexvo.org/id/term/ast/mi%C3%A9rcoles>,
        <http://lexvo.org/id/term/aze-Cyrl/%D1%87%D3%99%D1%80%D1%88%D3%99%D0%BD%D0%B1%D3%99>,
        <http://lexvo.org/id/term/aze/%C3%A7%C9%99r%C5%9F%C9%99nb%C9%99>,
        <http://lexvo.org/id/term/bam/araba>,
        <http://lexvo.org/id/term/bas/%C5%8Bgw%C3%A0%20%C5%8Bg%C3%AA>,
        <http://lexvo.org/id/term/bel/%D1%81%D0%B5%D1%80%D0%B0%D0%B4%D0%B0>,
        <http://lexvo.org/id/term/bem/Palichitatu>,
        <http://lexvo.org/id/term/ben/%E0%A6%AC%E0%A7%81%E0%A6%A7%E0%A6%AC%E0%A6%BE%E0%A6%B0>,
        <http://lexvo.org/id/term/bez/pa%20hidatu>,
        <http://lexvo.org/id/term/bod/%E0%BD%82%E0%BD%9F%E0%BD%A0%E0%BC%8B%E0%BD%A7%E0%BE%B3%E0%BD%82%E0%BC%8B%E0%BD%94%E0%BC%8B>,
        <http://lexvo.org/id/term/bos-Cyrl/%D1%81%D1%80%D0%B8%D1%98%D0%B5%D0%B4%D0%B0>,
        <http://lexvo.org/id/term/bos/srijeda>,
        <http://lexvo.org/id/term/bre/Merc%CA%BCher>,
        <http://lexvo.org/id/term/brx/%E0%A4%AC%E0%A5%81%E0%A4%A6%E0%A4%AC%E0%A4%BE%E0%A4%B0>,
        <http://lexvo.org/id/term/bul/%D1%81%D1%80%D1%8F%D0%B4%D0%B0>,
        <http://lexvo.org/id/term/byn/%E1%88%88%E1%8C%93%20%E1%8B%88%E1%88%AA%20%E1%88%88%E1%89%A5%E1%8B%8B>,
        <http://lexvo.org/id/term/cat/dimecres>,
        <http://lexvo.org/id/term/ces/st%C5%99eda>,
        <http://lexvo.org/id/term/cgg/Orwakashatu>,
        <http://lexvo.org/id/term/chr/%E1%8F%A6%E1%8E%A2%E1%8F%81%E1%8E%A2%E1%8E%A6>,
        <http://lexvo.org/id/term/cmn-Hant/%E6%98%9F%E6%9C%9F%E4%B8%89>,
        <http://lexvo.org/id/term/cmn/%E6%98%9F%E6%9C%9F%E4%B8%89>,
        <http://lexvo.org/id/term/cor/De%20Merher>,
        <http://lexvo.org/id/term/cym/Dydd%20Mercher>,
        <http://lexvo.org/id/term/dan/onsdag>,
        <http://lexvo.org/id/term/dav/Kuramuka%20kadadu>,
        <http://lexvo.org/id/term/deu/Mittwoch>,
        <http://lexvo.org/id/term/dje/Alarba>,
        <http://lexvo.org/id/term/dua/muk%C9%94%CC%81s%C3%BA>,
        <http://lexvo.org/id/term/dyo/Alarbay>,
        <http://lexvo.org/id/term/dzo/%E0%BD%82%E0%BD%9F%E0%BD%A0%E0%BC%8B%E0%BD%95%E0%BD%B4%E0%BD%A2%E0%BC%8B%E0%BD%96%E0%BD%B4%E0%BC%8B>,
        <http://lexvo.org/id/term/ebu/Njumatano>,
        <http://lexvo.org/id/term/ell/%CE%A4%CE%B5%CF%84%CE%AC%CF%81%CF%84%CE%B7>,
        <http://lexvo.org/id/term/eng-Dsrt/%F0%90%90%8E%F0%90%90%AF%F0%90%91%8C%F0%90%91%86%F0%90%90%BC%F0%90%90%A9>,
        <http://lexvo.org/id/term/eng/Wednesday>,
        <http://lexvo.org/id/term/epo/merkredo>,
        <http://lexvo.org/id/term/est/kolmap%C3%A4ev>,
        <http://lexvo.org/id/term/eus/asteazkena>,
        <http://lexvo.org/id/term/ewe/ku%C9%96a>,
        <http://lexvo.org/id/term/ewo/s%C9%94%CC%81nd%C9%94%20m%C9%99l%C3%BA%20m%C9%99%CC%81l%C9%9B%CC%81>,
        <http://lexvo.org/id/term/fao/mikudagur>,
        <http://lexvo.org/id/term/fas/%DA%86%D9%87%D8%A7%D8%B1%D8%B4%D9%86%D8%A8%D9%87>,
        <http://lexvo.org/id/term/fil/Miyerkules>,
        <http://lexvo.org/id/term/fin/keskiviikkona>,
        <http://lexvo.org/id/term/fra/mercredi>,
        <http://lexvo.org/id/term/ful/njeslaare>,
        <http://lexvo.org/id/term/fur/miercus>,
        <http://lexvo.org/id/term/gla/DiCiadain>,
        <http://lexvo.org/id/term/gle/D%C3%A9%20C%C3%A9adaoin>,
        <http://lexvo.org/id/term/glg/M%C3%A9rcores>,
        <http://lexvo.org/id/term/glv/Jercean>,
        <http://lexvo.org/id/term/gsw/Mittwuch>,
        <http://lexvo.org/id/term/guj/%E0%AA%AC%E0%AB%81%E0%AA%A7%E0%AA%B5%E0%AA%BE%E0%AA%B0>,
        <http://lexvo.org/id/term/guz/Chumatano>,
        <http://lexvo.org/id/term/hau/Laraba>,
        <http://lexvo.org/id/term/haw/Po%CA%BBakolu>,
        <http://lexvo.org/id/term/heb/%D7%99%D7%95%D7%9D%20%D7%A8%D7%91%D7%99%D7%A2%D7%99>,
        <http://lexvo.org/id/term/hin/%E0%A4%AC%E0%A5%81%E0%A4%A7%E0%A4%B5%E0%A4%BE%E0%A4%B0>,
        <http://lexvo.org/id/term/hrv/srijeda>,
        <http://lexvo.org/id/term/hun/szerda>,
        <http://lexvo.org/id/term/hye/%D5%89%D5%B8%D6%80%D5%A5%D6%84%D5%B7%D5%A1%D5%A2%D5%A9%D5%AB>,
        <http://lexvo.org/id/term/ibo/Wenezdee>,
        <http://lexvo.org/id/term/iii/%EA%86%8F%EA%8A%82%EA%8C%95>,
        <http://lexvo.org/id/term/ina/mercuridi>,
        <http://lexvo.org/id/term/ind/Rabu>,
        <http://lexvo.org/id/term/isl/mi%C3%B0vikudagur>,
        <http://lexvo.org/id/term/ita/mercoled%C3%AC>,
        <http://lexvo.org/id/term/jgo/W%C9%9B%CC%81n%C9%9Bs%C9%9Bd%C9%9B>,
        <http://lexvo.org/id/term/jmc/Jumatanu>,
        <http://lexvo.org/id/term/jpn/%E6%B0%B4%E6%9B%9C%E6%97%A5>,
        <http://lexvo.org/id/term/kab/Ku%E1%BA%93ass>,
        <http://lexvo.org/id/term/kal/pingasunngorneq>,
        <http://lexvo.org/id/term/kam/Wa%20katat%C5%A9>,
        <http://lexvo.org/id/term/kan/%E0%B2%AC%E0%B3%81%E0%B2%A7%E0%B2%B5%E0%B2%BE%E0%B2%B0>,
        <http://lexvo.org/id/term/kas/%D8%A8%D9%88%D8%AF%D9%88%D8%A7%D8%B1>,
        <http://lexvo.org/id/term/kat/%E1%83%9D%E1%83%97%E1%83%AE%E1%83%A8%E1%83%90%E1%83%91%E1%83%90%E1%83%97%E1%83%98>,
        <http://lexvo.org/id/term/kaz/%D1%81%D3%99%D1%80%D0%B5%D0%BD%D0%B1%D1%96>,
        <http://lexvo.org/id/term/kde/Liduva%20lyannyano>,
        <http://lexvo.org/id/term/kea/kuarta-fera>,
        <http://lexvo.org/id/term/khm/%E1%9E%96%E1%9E%BB%E1%9E%92>,
        <http://lexvo.org/id/term/khq/Alarba>,
        <http://lexvo.org/id/term/kik/Njumatana>,
        <http://lexvo.org/id/term/kin/Kuwa%20gatatu>,
        <http://lexvo.org/id/term/kir/%D1%88%D0%B0%D1%80%D1%88%D0%B5%D0%BC%D0%B1%D0%B8>,
        <http://lexvo.org/id/term/kkj/m%C9%9Brk%C9%9Br%C9%9Bdi>,
        <http://lexvo.org/id/term/kln/Betutab%20somok>,
        <http://lexvo.org/id/term/knn/%E0%A4%AC%E0%A5%81%E0%A4%A7%E0%A4%B5%E0%A4%BE%E0%A4%B0>,
        <http://lexvo.org/id/term/kor/%EC%88%98%EC%9A%94%EC%9D%BC>,
        <http://lexvo.org/id/term/ksb/Jumaatano>,
        <http://lexvo.org/id/term/ksf/m%C9%9Bkr%C9%9Bd%C3%AD>,
        <http://lexvo.org/id/term/ksh/Metwoch>,
        <http://lexvo.org/id/term/lag/Jumat%C3%A1ano>,
        <http://lexvo.org/id/term/lao/%E0%BA%A7%E0%BA%B1%E0%BA%99%E0%BA%9E%E0%BA%B8%E0%BA%94>,
        <http://lexvo.org/id/term/lav/tre%C5%A1diena>,
        <http://lexvo.org/id/term/lin/mok%C9%94l%C9%94%20mwa%20m%C3%ADs%C3%A1to>,
        <http://lexvo.org/id/term/lit/tre%C4%8Diadienis>,
        <http://lexvo.org/id/term/lub/Ndang%C3%B9>,
        <http://lexvo.org/id/term/lug/Lwakusatu>,
        <http://lexvo.org/id/term/luo/Tich%20Adek>,
        <http://lexvo.org/id/term/luy/Jumatano>,
        <http://lexvo.org/id/term/mal/%E0%B4%AC%E0%B5%81%E0%B4%A7%E0%B4%A8%E0%B4%BE%E0%B4%B4%E0%B5%8D%E0%B4%9A>,
        <http://lexvo.org/id/term/mar/%E0%A4%AC%E0%A5%81%E0%A4%A7%E0%A4%B5%E0%A4%BE%E0%A4%B0>,
        <http://lexvo.org/id/term/mas/Jumat%C3%A1n%C9%94>,
        <http://lexvo.org/id/term/mer/Wethatu>,
        <http://lexvo.org/id/term/mfe/merkredi>,
        <http://lexvo.org/id/term/mgh/Jumatano>,
        <http://lexvo.org/id/term/mgo/Aneg%204>,
        <http://lexvo.org/id/term/mkd/%D1%81%D1%80%D0%B5%D0%B4%D0%B0>,
        <http://lexvo.org/id/term/mlg/Alarobia>,
        <http://lexvo.org/id/term/mlt/L-Erbg%C4%A7a>,
        <http://lexvo.org/id/term/mua/Comkolle>,
        <http://lexvo.org/id/term/mya/%E1%80%97%E1%80%AF%E1%80%92%E1%80%B9%E1%80%93%E1%80%9F%E1%80%B0%E1%80%B8>,
        <http://lexvo.org/id/term/naq/Wunstaxtsees>,
        <http://lexvo.org/id/term/nbl/Lesithathu>,
        <http://lexvo.org/id/term/nde/Sithathu>,
        <http://lexvo.org/id/term/nep/%E0%A4%AC%E0%A5%81%E0%A4%A7%E0%A4%AC%E0%A4%BE%E0%A4%B0>,
        <http://lexvo.org/id/term/nep/%E0%A4%AC%E0%A5%81%E0%A4%A7%E0%A4%B5%E0%A4%BE%E0%A4%B0>,
        <http://lexvo.org/id/term/nld/woensdag>,
        <http://lexvo.org/id/term/nmg/s%C9%94%CC%81nd%C9%94%20maf%C3%BA%20m%C3%A1lal>,
        <http://lexvo.org/id/term/nnh/ts%C3%A8ts%C9%9B%CC%80%C9%9B%20ly%C9%9B%CC%8C%CA%BC>,
        <http://lexvo.org/id/term/nno/onsdag>,
        <http://lexvo.org/id/term/nob/onsdag>,
        <http://lexvo.org/id/term/nso/Laboraro>,
        <http://lexvo.org/id/term/nus/Di%C9%94%CC%B1k%20l%C3%A4tni>,
        <http://lexvo.org/id/term/nyn/Orwakashatu>,
        <http://lexvo.org/id/term/ori/%E0%AC%AC%E0%AD%81%E0%AC%A7%E0%AC%AC%E0%AC%BE%E0%AC%B0>,
        <http://lexvo.org/id/term/orm/Roobii>,
        <http://lexvo.org/id/term/oss/%D3%95%D1%80%D1%82%D1%8B%D1%86%D1%86%D3%95%D0%B3>,
        <http://lexvo.org/id/term/pan-Arab/%D8%A8%D9%8F%D8%AF%DA%BE>,
        <http://lexvo.org/id/term/pan/%E0%A8%AC%E0%A9%81%E0%A8%A7%E0%A8%B5%E0%A8%BE%E0%A8%B0>,
        <http://lexvo.org/id/term/pol/%C5%9Broda>,
        <http://lexvo.org/id/term/por/Quarta-feira>,
        <http://lexvo.org/id/term/por/quarta-feira>,
        <http://lexvo.org/id/term/pus/%DA%86%D9%87%D8%A7%D8%B1%D8%B4%D9%86%D8%A8%D9%87>,
        <http://lexvo.org/id/term/rof/Ijumatano>,
        <http://lexvo.org/id/term/roh/mesemna>,
        <http://lexvo.org/id/term/ron/miercuri>,
        <http://lexvo.org/id/term/run/Ku%20wa%20gatatu>,
        <http://lexvo.org/id/term/rus/%D1%81%D1%80%D0%B5%D0%B4%D0%B0>,
        <http://lexvo.org/id/term/rwk/Jumatanu>,
        <http://lexvo.org/id/term/sag/B%C3%AFkua-us%C3%AF%C3%B6>,
        <http://lexvo.org/id/term/sah/%D0%A1%D1%8D%D1%80%D1%8D%D0%B4%D1%8D>,
        <http://lexvo.org/id/term/saq/Mderot%20ee%20inet>,
        <http://lexvo.org/id/term/sbp/Jumatano>,
        <http://lexvo.org/id/term/seh/Chitatu>,
        <http://lexvo.org/id/term/ses/Alarba>,
        <http://lexvo.org/id/term/shi-Latn/ak%E1%B9%9Bas>,
        <http://lexvo.org/id/term/shi/%E2%B4%B0%E2%B4%BD%E2%B5%95%E2%B4%B0%E2%B5%99>,
        <http://lexvo.org/id/term/sin/%E0%B6%B6%E0%B6%AF%E0%B7%8F%E0%B6%AF%E0%B7%8F>,
        <http://lexvo.org/id/term/slk/streda>,
        <http://lexvo.org/id/term/slv/sreda>,
        <http://lexvo.org/id/term/sme/gaskavahkku>,
        <http://lexvo.org/id/term/sme/gaskevahkoe>,
        <http://lexvo.org/id/term/sna/Chitatu>,
        <http://lexvo.org/id/term/som/Arbaco>,
        <http://lexvo.org/id/term/sot/Laboraru>,
        <http://lexvo.org/id/term/spa/mi%C3%A9rcoles>,
        <http://lexvo.org/id/term/sqi/e%20m%C3%ABrkur%C3%AB>,
        <http://lexvo.org/id/term/srp-Cyrl/%D1%81%D1%80%D0%B8%D1%98%D0%B5%D0%B4%D0%B0>,
        <http://lexvo.org/id/term/srp-Latn/sreda>,
        <http://lexvo.org/id/term/srp/%D1%81%D1%80%D0%B5%D0%B4%D0%B0>,
        <http://lexvo.org/id/term/ssw/Lesitsatfu>,
        <http://lexvo.org/id/term/ssy/Rabuq>,
        <http://lexvo.org/id/term/swc/siku%20ya%20tatu>,
        <http://lexvo.org/id/term/swe/onsdag>,
        <http://lexvo.org/id/term/swh/Jumatano>,
        <http://lexvo.org/id/term/tam/%E0%AE%AA%E0%AF%81%E0%AE%A4%E0%AE%A9%E0%AF%8D>,
        <http://lexvo.org/id/term/tel/%E0%B0%AC%E0%B1%81%E0%B0%A7%E0%B0%B5%E0%B0%BE%E0%B0%B0%E0%B0%82>,
        <http://lexvo.org/id/term/teo/Nakauni>,
        <http://lexvo.org/id/term/tgk/%D0%A7%D0%BE%D1%80%D1%88%D0%B0%D0%BD%D0%B1%D0%B5>,
        <http://lexvo.org/id/term/tha/%E0%B8%A7%E0%B8%B1%E0%B8%99%E0%B8%9E%E0%B8%B8%E0%B8%98>,
        <http://lexvo.org/id/term/tig/%E1%8A%A3%E1%88%A8%E1%88%AD%E1%89%A3%E1%8B%93>,
        <http://lexvo.org/id/term/tir/%E1%88%A8%E1%89%A1%E1%8B%95>,
        <http://lexvo.org/id/term/ton/Pulelulu>,
        <http://lexvo.org/id/term/tsn/Laboraro>,
        <http://lexvo.org/id/term/tso/Ravunharhu>,
        <http://lexvo.org/id/term/tur/%C3%87ar%C5%9Famba>,
        <http://lexvo.org/id/term/twq/Alarba>,
        <http://lexvo.org/id/term/tzm/Akras>,
        <http://lexvo.org/id/term/ukr/%D0%A1%D0%B5%D1%80%D0%B5%D0%B4%D0%B0>,
        <http://lexvo.org/id/term/urd/%D8%A8%D8%AF%D9%87>,
        <http://lexvo.org/id/term/uzn-Arab/%DA%86%D9%87%D8%A7%D8%B1%D8%B4%D9%86%D8%A8%D9%87>,
        <http://lexvo.org/id/term/uzn-Latn/chorshanba>,
        <http://lexvo.org/id/term/uzn/%D1%87%D0%BE%D1%80%D1%88%D0%B0%D0%BD%D0%B1%D0%B0>,
        <http://lexvo.org/id/term/vai-Latn/alaba>,
        <http://lexvo.org/id/term/vai/%EA%95%89%EA%95%9E%EA%95%92>,
        <http://lexvo.org/id/term/ven/%E1%B8%BCavhuraru>,
        <http://lexvo.org/id/term/vie/Th%E1%BB%A9%20t%C6%B0>,
        <http://lexvo.org/id/term/vol/vedel>,
        <http://lexvo.org/id/term/vun/Jumatanu>,
        <http://lexvo.org/id/term/wae/Mittwu%C4%8D>,
        <http://lexvo.org/id/term/wal/%E1%8A%A0%E1%88%A9%E1%8B%8B>,
        <http://lexvo.org/id/term/xho/Lwesithathu>,
        <http://lexvo.org/id/term/xog/Owokusatu>,
        <http://lexvo.org/id/term/yav/met%C3%BAkp%C3%AD%C3%A1p%C9%9B>,
        <http://lexvo.org/id/term/yor/%E1%BB%8Cj%E1%BB%8D%CC%81r%C3%BA>,
        <http://lexvo.org/id/term/zsm/Rabu>,
        <http://lexvo.org/id/term/zul/Lwesithathu> .

<http://lexvo.org/id/wordnet/30/noun/yes_1_10_00> rdfs:label "ja"@af,
        "òo"@agq,
        "Yiw"@ak,
        "አዎን"@am,
        "نعم"@ar,
        "Iyee"@asa,
        "si"@ast,
        "hə"@az,
        "ŋ̀ŋ̂"@bas,
        "так"@be,
        "Ee"@bem,
        "Eeh"@bez,
        "да"@bg,
        "ɔwɔ"@bm,
        "হাঁ"@bn,
        "ཡིན།"@bo,
        "y"@br,
        "हाँ"@brx,
        "da"@bs,
        "да"@bs-Cyrl,
        "sí"@ca,
        "Eego"@cgg,
        "ᎥᎥ"@chr,
        "确定"@cmn,
        "是"@cmn-Hant,
        "ano"@cs,
        "ja"@da,
        "Huwo"@dav,
        "ja"@de,
        "Ayyo"@dje,
        "ee"@dua,
        "Eey"@dyo,
        "ཨིན་"@dz,
        "Ii"@ebu,
        "ɛ"@ee,
        "ναι"@el,
        "yes"@en,
        "𐐷𐐯𐑅"@en-Dsrt,
        "sí"@es,
        "jah"@et,
        "bai"@eu,
        "Owé"@ewo,
        "بله"@fa,
        "Eey"@ff,
        "kyllä"@fi,
        "oo"@fil,
        "já"@fo,
        "oui"@fr,
        "sì"@fur,
        "tá"@ga,
        "tha"@gd,
        "si"@gl,
        "ja"@gsw,
        "હા"@gu,
        "Ee bono"@guz,
        "i"@ha,
        "כן"@he,
        "हाँ"@hi,
        "da"@hr,
        "igen"@hu,
        "ya"@id,
        "Eye"@ig,
        "ꉬ"@ii,
        "já"@is,
        "sì"@it,
        "はい"@ja,
        "ɔ́ŋ"@jgo,
        "Haya"@jmc,
        "დიახ"@ka,
        "Ih"@kab,
        "Ĩĩ"@kam,
        "Elo"@kde,
        "Sin"@kea,
        "Ayyo"@khq,
        "Ĩĩ"@ki,
        "иә"@kk,
        "aap"@kl,
        "Wei"@kln,
        "បាទ/ចាស ៖ y"@km,
        "ಹೌದು"@kn,
        "예"@ko,
        "اۭں"@ks,
        "Ehe"@ksb,
        "Ɛ́"@ksf,
        "jo"@ksh,
        "ооба"@ky,
        "Hɨɨ"@lag,
        "Ye"@lg,
        "Íyo"@ln,
        "ມີ"@lo,
        "taip"@lt,
        "Eyo"@lu,
        "ee"@luo,
        "Ye"@luy,
        "jā"@lv,
        "Eé"@mas,
        "Ii"@mer,
        "Wi"@mfe,
        "Eny"@mg,
        "eyo"@mgh,
        "èè"@mgo,
        "да"@mk,
        "അതെ"@ml,
        "होयःहो"@mr,
        "iva"@mt,
        "Oho"@mua,
        "ဟုတ်တယ်"@my,
        "Îi"@naq,
        "ja"@nb,
        "Yebo"@nd,
        "ja"@nl,
        "Yaŋ"@nmg,
        "ja"@nn,
        "Ɣää"@nus,
        "Eego"@nyn,
        "ହଁ"@or,
        "уойы"@os,
        "ਹਾਂ"@pa,
        "ہاں"@pa-Arab,
        "tak"@pl,
        "sim"@pt,
        "gea"@rm,
        "Ego"@rn,
        "da"@ro,
        "Yee"@rof,
        "да"@ru,
        "Haya"@rwk,
        "Neja"@saq,
        "Ena"@sbp,
        "jo"@se,
        "Ande"@seh,
        "Ayyo"@ses,
        "Iin"@sg,
        "ⵢⵢⵉⵀ"@shi,
        "yyih"@shi-Latn,
        "ඔව්"@si,
        "áno"@sk,
        "da"@sl,
        "Hongu"@sn,
        "haa"@so,
        "po"@sq,
        "да"@sr,
        "da"@sr-Latn,
        "ja"@sv,
        "Ndiyo"@swc,
        "Ndiyo"@swh,
        "ஆம்"@ta,
        "అవును"@te,
        "Eeh"@teo,
        "ใช่"@th,
        "ʻio"@to,
        "evet"@tr,
        "Ayyo"@twq,
        "Yeh"@tzm,
        "так"@uk,
        "ہاں"@ur,
        "yes"@vai,
        "yes"@vai-Latn,
        "yes"@vi,
        "si"@vo,
        "Haya"@vun,
        "ja"@wae,
        "ewe"@xh,
        "Ye"@xog,
        "ɛ́ɛ́ɛ"@yav,
        "Bẹ́ẹ̀ni"@yo,
        "ya"@zsm,
        "yebo"@zu ;
    lvont:label <http://lexvo.org/id/term/afr/ja>,
        <http://lexvo.org/id/term/agq/%C3%B2o>,
        <http://lexvo.org/id/term/aka/Yiw>,
        <http://lexvo.org/id/term/amh/%E1%8A%A0%E1%8B%8E%E1%8A%95>,
        <http://lexvo.org/id/term/ara/%D9%86%D8%B9%D9%85>,
        <http://lexvo.org/id/term/asa/Iyee>,
        <http://lexvo.org/id/term/ast/si>,
        <http://lexvo.org/id/term/aze/h%C9%99>,
        <http://lexvo.org/id/term/bam/%C9%94w%C9%94>,
        <http://lexvo.org/id/term/bas/%C5%8B%CC%80%C5%8B%CC%82>,
        <http://lexvo.org/id/term/bel/%D1%82%D0%B0%D0%BA>,
        <http://lexvo.org/id/term/bem/Ee>,
        <http://lexvo.org/id/term/ben/%E0%A6%B9%E0%A6%BE%E0%A6%81>,
        <http://lexvo.org/id/term/bez/Eeh>,
        <http://lexvo.org/id/term/bod/%E0%BD%A1%E0%BD%B2%E0%BD%93%E0%BC%8D>,
        <http://lexvo.org/id/term/bos-Cyrl/%D0%B4%D0%B0>,
        <http://lexvo.org/id/term/bos/da>,
        <http://lexvo.org/id/term/bre/y>,
        <http://lexvo.org/id/term/brx/%E0%A4%B9%E0%A4%BE%E0%A4%81>,
        <http://lexvo.org/id/term/bul/%D0%B4%D0%B0>,
        <http://lexvo.org/id/term/cat/s%C3%AD>,
        <http://lexvo.org/id/term/ces/ano>,
        <http://lexvo.org/id/term/cgg/Eego>,
        <http://lexvo.org/id/term/chr/%E1%8E%A5%E1%8E%A5>,
        <http://lexvo.org/id/term/cmn-Hant/%E6%98%AF>,
        <http://lexvo.org/id/term/cmn/%E7%A1%AE%E5%AE%9A>,
        <http://lexvo.org/id/term/dan/ja>,
        <http://lexvo.org/id/term/dav/Huwo>,
        <http://lexvo.org/id/term/deu/ja>,
        <http://lexvo.org/id/term/dje/Ayyo>,
        <http://lexvo.org/id/term/dua/ee>,
        <http://lexvo.org/id/term/dyo/Eey>,
        <http://lexvo.org/id/term/dzo/%E0%BD%A8%E0%BD%B2%E0%BD%93%E0%BC%8B>,
        <http://lexvo.org/id/term/ebu/Ii>,
        <http://lexvo.org/id/term/ell/%CE%BD%CE%B1%CE%B9>,
        <http://lexvo.org/id/term/eng-Dsrt/%F0%90%90%B7%F0%90%90%AF%F0%90%91%85>,
        <http://lexvo.org/id/term/eng/yes>,
        <http://lexvo.org/id/term/est/jah>,
        <http://lexvo.org/id/term/eus/bai>,
        <http://lexvo.org/id/term/ewe/%C9%9B>,
        <http://lexvo.org/id/term/ewo/Ow%C3%A9>,
        <http://lexvo.org/id/term/fao/j%C3%A1>,
        <http://lexvo.org/id/term/fas/%D8%A8%D9%84%D9%87>,
        <http://lexvo.org/id/term/fil/oo>,
        <http://lexvo.org/id/term/fin/kyll%C3%A4>,
        <http://lexvo.org/id/term/fra/oui>,
        <http://lexvo.org/id/term/ful/Eey>,
        <http://lexvo.org/id/term/fur/s%C3%AC>,
        <http://lexvo.org/id/term/gla/tha>,
        <http://lexvo.org/id/term/gle/t%C3%A1>,
        <http://lexvo.org/id/term/glg/si>,
        <http://lexvo.org/id/term/gsw/ja>,
        <http://lexvo.org/id/term/guj/%E0%AA%B9%E0%AA%BE>,
        <http://lexvo.org/id/term/guz/Ee%20bono>,
        <http://lexvo.org/id/term/hau/i>,
        <http://lexvo.org/id/term/heb/%D7%9B%D7%9F>,
        <http://lexvo.org/id/term/hin/%E0%A4%B9%E0%A4%BE%E0%A4%81>,
        <http://lexvo.org/id/term/hrv/da>,
        <http://lexvo.org/id/term/hun/igen>,
        <http://lexvo.org/id/term/ibo/Eye>,
        <http://lexvo.org/id/term/iii/%EA%89%AC>,
        <http://lexvo.org/id/term/ind/ya>,
        <http://lexvo.org/id/term/isl/j%C3%A1>,
        <http://lexvo.org/id/term/ita/s%C3%AC>,
        <http://lexvo.org/id/term/jgo/%C9%94%CC%81%C5%8B>,
        <http://lexvo.org/id/term/jmc/Haya>,
        <http://lexvo.org/id/term/jpn/%E3%81%AF%E3%81%84>,
        <http://lexvo.org/id/term/kab/Ih>,
        <http://lexvo.org/id/term/kal/aap>,
        <http://lexvo.org/id/term/kam/%C4%A8%C4%A9>,
        <http://lexvo.org/id/term/kan/%E0%B2%B9%E0%B3%8C%E0%B2%A6%E0%B3%81>,
        <http://lexvo.org/id/term/kas/%D8%A7%DB%AD%DA%BA>,
        <http://lexvo.org/id/term/kat/%E1%83%93%E1%83%98%E1%83%90%E1%83%AE>,
        <http://lexvo.org/id/term/kaz/%D0%B8%D3%99>,
        <http://lexvo.org/id/term/kde/Elo>,
        <http://lexvo.org/id/term/kea/Sin>,
        <http://lexvo.org/id/term/khm/%E1%9E%94%E1%9E%B6%E1%9E%91%2F%E1%9E%85%E1%9E%B6%E1%9E%9F%20%E1%9F%96%20y>,
        <http://lexvo.org/id/term/khq/Ayyo>,
        <http://lexvo.org/id/term/kik/%C4%A8%C4%A9>,
        <http://lexvo.org/id/term/kir/%D0%BE%D0%BE%D0%B1%D0%B0>,
        <http://lexvo.org/id/term/kln/Wei>,
        <http://lexvo.org/id/term/kor/%EC%98%88>,
        <http://lexvo.org/id/term/ksb/Ehe>,
        <http://lexvo.org/id/term/ksf/%C6%90%CC%81>,
        <http://lexvo.org/id/term/ksh/jo>,
        <http://lexvo.org/id/term/lag/H%C9%A8%C9%A8>,
        <http://lexvo.org/id/term/lao/%E0%BA%A1%E0%BA%B5>,
        <http://lexvo.org/id/term/lav/j%C4%81>,
        <http://lexvo.org/id/term/lin/%C3%8Dyo>,
        <http://lexvo.org/id/term/lit/taip>,
        <http://lexvo.org/id/term/lub/Eyo>,
        <http://lexvo.org/id/term/lug/Ye>,
        <http://lexvo.org/id/term/luo/ee>,
        <http://lexvo.org/id/term/luy/Ye>,
        <http://lexvo.org/id/term/mal/%E0%B4%85%E0%B4%A4%E0%B5%86>,
        <http://lexvo.org/id/term/mar/%E0%A4%B9%E0%A5%8B%E0%A4%AF%E0%A4%83%E0%A4%B9%E0%A5%8B>,
        <http://lexvo.org/id/term/mas/E%C3%A9>,
        <http://lexvo.org/id/term/mer/Ii>,
        <http://lexvo.org/id/term/mfe/Wi>,
        <http://lexvo.org/id/term/mgh/eyo>,
        <http://lexvo.org/id/term/mgo/%C3%A8%C3%A8>,
        <http://lexvo.org/id/term/mkd/%D0%B4%D0%B0>,
        <http://lexvo.org/id/term/mlg/Eny>,
        <http://lexvo.org/id/term/mlt/iva>,
        <http://lexvo.org/id/term/mua/Oho>,
        <http://lexvo.org/id/term/mya/%E1%80%9F%E1%80%AF%E1%80%90%E1%80%BA%E1%80%90%E1%80%9A%E1%80%BA>,
        <http://lexvo.org/id/term/naq/%C3%8Ei>,
        <http://lexvo.org/id/term/nde/Yebo>,
        <http://lexvo.org/id/term/nld/ja>,
        <http://lexvo.org/id/term/nmg/Ya%C5%8B>,
        <http://lexvo.org/id/term/nno/ja>,
        <http://lexvo.org/id/term/nob/ja>,
        <http://lexvo.org/id/term/nus/%C6%94%C3%A4%C3%A4>,
        <http://lexvo.org/id/term/nyn/Eego>,
        <http://lexvo.org/id/term/ori/%E0%AC%B9%E0%AC%81>,
        <http://lexvo.org/id/term/oss/%D1%83%D0%BE%D0%B9%D1%8B>,
        <http://lexvo.org/id/term/pan-Arab/%DB%81%D8%A7%DA%BA>,
        <http://lexvo.org/id/term/pan/%E0%A8%B9%E0%A8%BE%E0%A8%82>,
        <http://lexvo.org/id/term/pol/tak>,
        <http://lexvo.org/id/term/por/sim>,
        <http://lexvo.org/id/term/rof/Yee>,
        <http://lexvo.org/id/term/roh/gea>,
        <http://lexvo.org/id/term/ron/da>,
        <http://lexvo.org/id/term/run/Ego>,
        <http://lexvo.org/id/term/rus/%D0%B4%D0%B0>,
        <http://lexvo.org/id/term/rwk/Haya>,
        <http://lexvo.org/id/term/sag/Iin>,
        <http://lexvo.org/id/term/saq/Neja>,
        <http://lexvo.org/id/term/sbp/Ena>,
        <http://lexvo.org/id/term/seh/Ande>,
        <http://lexvo.org/id/term/ses/Ayyo>,
        <http://lexvo.org/id/term/shi-Latn/yyih>,
        <http://lexvo.org/id/term/shi/%E2%B5%A2%E2%B5%A2%E2%B5%89%E2%B5%80>,
        <http://lexvo.org/id/term/sin/%E0%B6%94%E0%B7%80%E0%B7%8A>,
        <http://lexvo.org/id/term/slk/%C3%A1no>,
        <http://lexvo.org/id/term/slv/da>,
        <http://lexvo.org/id/term/sme/jo>,
        <http://lexvo.org/id/term/sna/Hongu>,
        <http://lexvo.org/id/term/som/haa>,
        <http://lexvo.org/id/term/spa/s%C3%AD>,
        <http://lexvo.org/id/term/sqi/po>,
        <http://lexvo.org/id/term/srp-Latn/da>,
        <http://lexvo.org/id/term/srp/%D0%B4%D0%B0>,
        <http://lexvo.org/id/term/swc/Ndiyo>,
        <http://lexvo.org/id/term/swe/ja>,
        <http://lexvo.org/id/term/swh/Ndiyo>,
        <http://lexvo.org/id/term/tam/%E0%AE%86%E0%AE%AE%E0%AF%8D>,
        <http://lexvo.org/id/term/tel/%E0%B0%85%E0%B0%B5%E0%B1%81%E0%B0%A8%E0%B1%81>,
        <http://lexvo.org/id/term/teo/Eeh>,
        <http://lexvo.org/id/term/tha/%E0%B9%83%E0%B8%8A%E0%B9%88>,
        <http://lexvo.org/id/term/ton/%CA%BBio>,
        <http://lexvo.org/id/term/tur/evet>,
        <http://lexvo.org/id/term/twq/Ayyo>,
        <http://lexvo.org/id/term/tzm/Yeh>,
        <http://lexvo.org/id/term/ukr/%D1%82%D0%B0%D0%BA>,
        <http://lexvo.org/id/term/urd/%DB%81%D8%A7%DA%BA>,
        <http://lexvo.org/id/term/vai-Latn/yes>,
        <http://lexvo.org/id/term/vai/yes>,
        <http://lexvo.org/id/term/vie/yes>,
        <http://lexvo.org/id/term/vol/si>,
        <http://lexvo.org/id/term/vun/Haya>,
        <http://lexvo.org/id/term/wae/ja>,
        <http://lexvo.org/id/term/xho/ewe>,
        <http://lexvo.org/id/term/xog/Ye>,
        <http://lexvo.org/id/term/yav/%C9%9B%CC%81%C9%9B%CC%81%C9%9B>,
        <http://lexvo.org/id/term/yor/B%E1%BA%B9%CC%81%E1%BA%B9%CC%80ni%20>,
        <http://lexvo.org/id/term/zsm/ya>,
        <http://lexvo.org/id/term/zul/yebo> .

lvont1: a owl:Ontology ;
    rdfs:label "Lexvo.org Ontology"@en ;
    dct:contributor <http://data.semanticweb.org/person/bernard-vatant> ;
    dct:creator <http://www.demelo.org/gdm/#GDM> ;
    dct:modified "2013-05-24"^^<xsd:date> ;
    dct:subject <http://dbpedia.org/resource/Language> ;
    rdfs:comment "Lexvo.org Ontology" ;
    rdfs:seeAlso <http://www.lexvo.org/> ;
    owl:versionInfo "Lexvo.org Ontology Version 0.22 (2013-05-24)"@en ;
    foaf:homepage <http://www.lexvo.org/> .

lvont:characterRadical a owl:ObjectProperty ;
    rdfs:label "translation"@en ;
    rdfs:comment """The property of a CJK character being conventionally
    associated with a CJK character radical."""@en ;
    rdfs:domain lvont:Character ;
    rdfs:range lvont:CJKRadical .

lvont:containsCharacter a owl:ObjectProperty ;
    rdfs:label "contains character"@en ;
    rdfs:comment "The property of a term containing a specific character."@en ;
    rdfs:domain lvont:Term ;
    rdfs:range lvont:Character .

lvont:hasCharacterComponent a owl:ObjectProperty ;
    rdfs:label "character component"@en ;
    rdfs:comment "The property of a character being composed of another character."@en ;
    rdfs:domain lvont:Character ;
    rdfs:range lvont:Character ;
    skos:note "Especially for CJK characters."@en .

lvont:inScript a owl:ObjectProperty ;
    rdfs:label "in script"@en ;
    rdfs:comment """The property of a document being written in a specific script,
    or a language being written or having being written in a specific script by a considerable
    group of language users."""@en ;
    rdfs:range lvont:Script .

lvont:isFocusOf a owl:ObjectProperty ;
    rdfs:label "is focus of"@en ;
    owl:inverseOf foaf:focus ;
    skos:note """The isFocusOf relates an entity to relevant SKOS concepts 
    that are conceptualizations of the same entity. This is the inverse of the
    standard foaf:focus property, which connects a SKOS concept to a relevant
    non-conceptualized entity."""@en .

lvont:iso15924Alphacode a owl:DatatypeProperty ;
    rdfs:label "ISO 15924 alphabetic code"@en ;
    rdfs:domain lvont:Script ;
    rdfs:seeAlso <http://unicode.org/iso15924/> .

lvont:iso6392BCode a owl:DatatypeProperty ;
    rdfs:label "ISO 639-2 Bibliographical code"@en,
        "ISO 639-2 Bibliografinen koodi"@fi,
        "ISO 639-2 Bibliografisk kod"@sv ;
    rdfs:domain lvont:Language ;
    rdfs:seeAlso <http://www.loc.gov/standards/iso639-2/> ;
    rdfs:subPropertyOf skos:notation ;
    owl:equivalentProperty <http://psi.oasis-open.org/iso/639/#code-a3b>,
        <http://www.lingvoj.org/ontology#iso2b> .

lvont:iso6392TCode a owl:DatatypeProperty ;
    rdfs:label "ISO 639-2 Terminological code"@en,
        "ISO 639-2 Terminologinen koodi"@fi,
        "ISO 639-2 Terminologisk kod"@sv ;
    rdfs:domain lvont:Language ;
    rdfs:seeAlso <http://www.loc.gov/standards/iso639-2/> ;
    rdfs:subPropertyOf skos:notation ;
    owl:equivalentProperty <http://psi.oasis-open.org/iso/639/#code-a3t>,
        <http://www.lingvoj.org/ontology#iso2t> .

lvont:iso639P1Code a owl:DatatypeProperty ;
    rdfs:label "ISO 639-1 code"@en,
        "ISO 639-1 koodi"@fi,
        "ISO 639-1 kod"@sv ;
    rdfs:domain lvont:Language ;
    rdfs:subPropertyOf skos:notation ;
    owl:equivalentProperty <http://psi.oasis-open.org/iso/639/#code-a2>,
        <http://www.lingvoj.org/ontology#iso1> .

lvont:iso639P3PCode a owl:DatatypeProperty ;
    rdfs:label "ISO 639-3 code"@en,
        "ISO 639-3 koodi"@fi,
        "ISO 639-3 kod"@sv ;
    rdfs:domain lvont:Language ;
    rdfs:seeAlso <http://www.sil.org/ISO639-3/> ;
    rdfs:subPropertyOf skos:notation ;
    owl:equivalentProperty <http://www.lingvoj.org/ontology#iso3> .

lvont:iso639P5Code a owl:DatatypeProperty ;
    rdfs:label "ISO 639-5 code"@en,
        "ISO 639-5 koodi"@fi,
        "ISO 639-5 kod"@sv ;
    rdfs:domain lvont:Language ;
    rdfs:seeAlso <http://www.loc.gov/standards/iso639-5/> ;
    rdfs:subPropertyOf skos:notation .

lvont:language a owl:ObjectProperty ;
    rdfs:label "in language"@en ;
    rdfs:comment "The property of a resource being mainly encoded in a specific language."@en ;
    rdfs:range lvont:Language ;
    rdfs:subPropertyOf dc:language,
        dct:language .

lvont:marcCode a owl:DatatypeProperty ;
    rdfs:label "MARC 21 / USMARC code"@en ;
    rdfs:domain lvont:Language ;
    rdfs:seeAlso <http://www.loc.gov/marc/> .

lvont:nonRadicalStrokes a owl:DatatypeProperty ;
    rdfs:label "non-radical strokes"@en ;
    rdfs:comment """The property of a character conventionally being
    written with a specific number strokes, excluding the strokes of its radical."""@en ;
    rdfs:domain lvont:Character ;
    rdfs:range xsd:nonNegativeInteger ;
    skos:note "Especially for CJK characters."@en .

lvont:strictlySameAs a owl:SymmetricProperty ;
    rdfs:label "same as"@en ;
    rdfs:comment "The property of genuine identity in the Leibnizian sense."@en ;
    rdfs:subPropertyOf lvont:nearlySameAs ;
    owl:sameAs owl:sameAs .

lvont:translation a owl:SymmetricProperty ;
    rdfs:label "translation"@en ;
    lvont1:nearlySameAs <http://purl.org/linguistics/gold/translation> ;
    rdfs:comment """translational equivalence between words and other signs
    and resources that they represent to or represented to a considerable number of humans"""@en ;
    skos:note "Domain and range are usually Term objects, however string literals are acceptable as well for the range."@en .

lvont:usedIn a owl:ObjectProperty ;
    rdfs:label "used in"@en ;
    rdfs:comment """The property of a language or writing system
    being used somewhat extensively in a particular geographical region 
    at some point in time."""@en ;
    rdfs:range lvont:GeographicRegion .

lvont:variant a owl:ObjectProperty ;
    rdfs:label "variant"@en ;
    rdfs:comment "The property of being a variant of another resource."@en ;
    skos:note "Especially for terms and characters."@en .

skos:exactMatch rdfs:subPropertyOf lvont:nearlySameAs .

skosxl:altLabel rdfs:subPropertyOf lvont:label .

skosxl:prefLabel rdfs:subPropertyOf lvont:label .

<http://dbpedia.org/resource/%C3%84iwoo_language> owl:sameAs <http://lexvo.org/id/iso639-3/nfl> .

<http://dbpedia.org/resource/%C3%84ynu_language> owl:sameAs <http://lexvo.org/id/iso639-3/aib> .

<http://dbpedia.org/resource/%C3%96nge_language> owl:sameAs <http://lexvo.org/id/iso639-3/oon> .

<http://dbpedia.org/resource/%C7%81Xegwi_language> owl:sameAs <http://lexvo.org/id/iso639-3/xeg> .

<http://dbpedia.org/resource/%C7%82Kx%CA%BCau%C7%81%CA%BCein> owl:sameAs <http://lexvo.org/id/iso639-3/aue> .

<http://dbpedia.org/resource/%C7%83%CA%BCO%C7%83Kung> owl:sameAs <http://lexvo.org/id/iso639-3/oun> .

<http://dbpedia.org/resource/'Are'are_language> owl:sameAs <http://lexvo.org/id/iso639-3/alu> .

<http://dbpedia.org/resource/'Auhelawa_language> owl:sameAs <http://lexvo.org/id/iso639-3/kud> .

<http://dbpedia.org/resource/'Olekha> owl:sameAs <http://lexvo.org/id/iso639-3/ole> .

<http://dbpedia.org/resource/A'Tong_language> owl:sameAs <http://lexvo.org/id/iso639-3/aot> .

<http://dbpedia.org/resource/A-Hmao_language> owl:sameAs <http://lexvo.org/id/iso639-3/hmd> .

<http://dbpedia.org/resource/Aari_language> owl:sameAs <http://lexvo.org/id/iso639-3/aiw> .

<http://dbpedia.org/resource/Ab%C3%A9_language> owl:sameAs <http://lexvo.org/id/iso639-3/aba> .

<http://dbpedia.org/resource/Abaga_language> owl:sameAs <http://lexvo.org/id/iso639-3/abg> .

<http://dbpedia.org/resource/Abaknon_language> owl:sameAs <http://lexvo.org/id/iso639-3/abx> .

<http://dbpedia.org/resource/Abanyom_language> owl:sameAs <http://lexvo.org/id/iso639-3/abm> .

<http://dbpedia.org/resource/Abar_language> owl:sameAs <http://lexvo.org/id/iso639-3/mij> .

<http://dbpedia.org/resource/Abau_language> owl:sameAs <http://lexvo.org/id/iso639-3/aau> .

<http://dbpedia.org/resource/Abaza_language> owl:sameAs <http://lexvo.org/id/iso639-3/abq> .

<http://dbpedia.org/resource/Abelam_language> owl:sameAs <http://lexvo.org/id/iso639-3/abt> .

<http://dbpedia.org/resource/Abellen_language> owl:sameAs <http://lexvo.org/id/iso639-3/abp> .

<http://dbpedia.org/resource/Abidji_language> owl:sameAs <http://lexvo.org/id/iso639-3/abi> .

<http://dbpedia.org/resource/Abinomn_language> owl:sameAs <http://lexvo.org/id/iso639-3/bsa> .

<http://dbpedia.org/resource/Abip%C3%B3n_language> owl:sameAs <http://lexvo.org/id/iso639-3/axb> .

<http://dbpedia.org/resource/Abkhaz_language> owl:sameAs <http://lexvo.org/id/iso639-3/abk> .

<http://dbpedia.org/resource/Abom_language> owl:sameAs <http://lexvo.org/id/iso639-3/aob> .

<http://dbpedia.org/resource/Abron_dialect> owl:sameAs <http://lexvo.org/id/iso639-3/abr> .

<http://dbpedia.org/resource/Abua_language> owl:sameAs <http://lexvo.org/id/iso639-3/abn> .

<http://dbpedia.org/resource/Abui_language> owl:sameAs <http://lexvo.org/id/iso639-3/abz> .

<http://dbpedia.org/resource/Abun_language> owl:sameAs <http://lexvo.org/id/iso639-3/kgr> .

<http://dbpedia.org/resource/Abure_language> owl:sameAs <http://lexvo.org/id/iso639-3/abu> .

<http://dbpedia.org/resource/Acehnese_language> owl:sameAs <http://lexvo.org/id/iso639-3/ace> .

<http://dbpedia.org/resource/Ach%C3%A9_language> owl:sameAs <http://lexvo.org/id/iso639-3/guq> .

<http://dbpedia.org/resource/Achang_language> owl:sameAs <http://lexvo.org/id/iso639-3/acn> .

<http://dbpedia.org/resource/Achawa_language> owl:sameAs <http://lexvo.org/id/iso639-3/aca> .

<http://dbpedia.org/resource/Acheron_language> owl:sameAs <http://lexvo.org/id/iso639-3/acz> .

<http://dbpedia.org/resource/Achi%E2%80%99_language> owl:sameAs <http://lexvo.org/id/iso639-3/acr> .

<http://dbpedia.org/resource/Acholi_language> owl:sameAs <http://lexvo.org/id/iso639-3/ach> .

<http://dbpedia.org/resource/Achterhooks> owl:sameAs <http://lexvo.org/id/iso639-3/act> .

<http://dbpedia.org/resource/Achumawi_language> owl:sameAs <http://lexvo.org/id/iso639-3/acv> .

<http://dbpedia.org/resource/Adabe_language> owl:sameAs <http://lexvo.org/id/iso639-3/adb> .

<http://dbpedia.org/resource/Adai_language> owl:sameAs <http://lexvo.org/id/iso639-3/xad> .

<http://dbpedia.org/resource/Adamorobe_Sign_Language> owl:sameAs <http://lexvo.org/id/iso639-3/ads> .

<http://dbpedia.org/resource/Adang_language> owl:sameAs <http://lexvo.org/id/iso639-3/adn> .

<http://dbpedia.org/resource/Adangme_language> owl:sameAs <http://lexvo.org/id/iso639-3/ada> .

<http://dbpedia.org/resource/Adele_language> owl:sameAs <http://lexvo.org/id/iso639-3/ade> .

<http://dbpedia.org/resource/Adhola_language> owl:sameAs <http://lexvo.org/id/iso639-3/adh> .

<http://dbpedia.org/resource/Adi_language> owl:sameAs <http://lexvo.org/id/iso639-3/adi> .

<http://dbpedia.org/resource/Adjora_language> owl:sameAs <http://lexvo.org/id/iso639-3/ado> .

<http://dbpedia.org/resource/Adjukru_language> owl:sameAs <http://lexvo.org/id/iso639-3/adj> .

<http://dbpedia.org/resource/Adnyamathanha_language> owl:sameAs <http://lexvo.org/id/iso639-3/adt> .

<http://dbpedia.org/resource/Adyghe_language> owl:sameAs <http://lexvo.org/id/iso639-3/ady> .

<http://dbpedia.org/resource/Aequian_language> owl:sameAs <http://lexvo.org/id/iso639-3/xae> .

<http://dbpedia.org/resource/Afade_language> owl:sameAs <http://lexvo.org/id/iso639-3/aal> .

<http://dbpedia.org/resource/Afar_language> owl:sameAs <http://lexvo.org/id/iso639-3/aar> .

<http://dbpedia.org/resource/Afitti_language> owl:sameAs <http://lexvo.org/id/iso639-3/aft> .

<http://dbpedia.org/resource/Afrihili> owl:sameAs <http://lexvo.org/id/iso639-3/afh> .

<http://dbpedia.org/resource/Afrikaans> owl:sameAs <http://lexvo.org/id/iso639-3/afr> .

<http://dbpedia.org/resource/Afro-Asiatic_languages> owl:sameAs <http://lexvo.org/id/iso639-5/afa> .

<http://dbpedia.org/resource/Afro-Seminole_Creole> owl:sameAs <http://lexvo.org/id/iso639-3/afs> .

<http://dbpedia.org/resource/Afroasiatic_languages> owl:sameAs <http://lexvo.org/id/iso639-5/afa> .

<http://dbpedia.org/resource/Agarabi_language> owl:sameAs <http://lexvo.org/id/iso639-3/agd> .

<http://dbpedia.org/resource/Agariya_language> owl:sameAs <http://lexvo.org/id/iso639-3/agi> .

<http://dbpedia.org/resource/Aghem_language> owl:sameAs <http://lexvo.org/id/iso639-3/agq> .

<http://dbpedia.org/resource/Aghu_Tharrnggala_language> owl:sameAs <http://lexvo.org/id/iso639-3/ggr> .

<http://dbpedia.org/resource/Aghul_language> owl:sameAs <http://lexvo.org/id/iso639-3/agx> .

<http://dbpedia.org/resource/Agob_language> owl:sameAs <http://lexvo.org/id/iso639-3/kit> .

<http://dbpedia.org/resource/Agoi_language> owl:sameAs <http://lexvo.org/id/iso639-3/ibm> .

<http://dbpedia.org/resource/Aguano_language> owl:sameAs <http://lexvo.org/id/iso639-3/aga> .

<http://dbpedia.org/resource/Aguaruna_language> owl:sameAs <http://lexvo.org/id/iso639-3/agr> .

<http://dbpedia.org/resource/Agutaynen_language> owl:sameAs <http://lexvo.org/id/iso639-3/agn> .

<http://dbpedia.org/resource/Ahan_language> owl:sameAs <http://lexvo.org/id/iso639-3/ahn> .

<http://dbpedia.org/resource/Ahlon_language> owl:sameAs <http://lexvo.org/id/iso639-3/ahl> .

<http://dbpedia.org/resource/Ahom_language> owl:sameAs <http://lexvo.org/id/iso639-3/aho> .

<http://dbpedia.org/resource/Ahtna_language> owl:sameAs <http://lexvo.org/id/iso639-3/aht> .

<http://dbpedia.org/resource/Ahwai_language> owl:sameAs <http://lexvo.org/id/iso639-3/nfd> .

<http://dbpedia.org/resource/Ai-Cham_language> owl:sameAs <http://lexvo.org/id/iso639-3/aih> .

<http://dbpedia.org/resource/Aigon_language> owl:sameAs <http://lexvo.org/id/iso639-3/aix> .

<http://dbpedia.org/resource/Aikan%C3%A3_language> owl:sameAs <http://lexvo.org/id/iso639-3/tba> .

<http://dbpedia.org/resource/Aimaq_dialect> owl:sameAs <http://lexvo.org/id/iso639-3/aiq> .

<http://dbpedia.org/resource/Ainu_language> owl:sameAs <http://lexvo.org/id/iso639-3/ain> .

<http://dbpedia.org/resource/Airoran_language> owl:sameAs <http://lexvo.org/id/iso639-3/air> .

<http://dbpedia.org/resource/Aja_language_(Niger%E2%80%93Congo)> owl:sameAs <http://lexvo.org/id/iso639-3/ajg> .

<http://dbpedia.org/resource/Aja_language_(Nilo-Saharan)> owl:sameAs <http://lexvo.org/id/iso639-3/aja> .

<http://dbpedia.org/resource/Ajawa_language> owl:sameAs <http://lexvo.org/id/iso639-3/ajw> .

<http://dbpedia.org/resource/Aji%C3%AB_language> owl:sameAs <http://lexvo.org/id/iso639-3/aji> .

<http://dbpedia.org/resource/Aka-Bea_language> owl:sameAs <http://lexvo.org/id/iso639-3/abj> .

<http://dbpedia.org/resource/Aka-Bo_language> owl:sameAs <http://lexvo.org/id/iso639-3/akm> .

<http://dbpedia.org/resource/Aka-Cari_language> owl:sameAs <http://lexvo.org/id/iso639-3/aci> .

<http://dbpedia.org/resource/Aka-Kede_language> owl:sameAs <http://lexvo.org/id/iso639-3/akx> .

<http://dbpedia.org/resource/Aka-Kol_language> owl:sameAs <http://lexvo.org/id/iso639-3/aky> .

<http://dbpedia.org/resource/Aka-Kora_language> owl:sameAs <http://lexvo.org/id/iso639-3/ack> .

<http://dbpedia.org/resource/Aka_language> owl:sameAs <http://lexvo.org/id/iso639-3/axk> .

<http://dbpedia.org/resource/Akan_language> owl:sameAs <http://lexvo.org/id/iso639-3/aka> .

<http://dbpedia.org/resource/Akar-Bale_language> owl:sameAs <http://lexvo.org/id/iso639-3/acl> .

<http://dbpedia.org/resource/Akatek_language> owl:sameAs <http://lexvo.org/id/iso639-3/knj> .

<http://dbpedia.org/resource/Akawaio_language> owl:sameAs <http://lexvo.org/id/iso639-3/ake> .

<http://dbpedia.org/resource/Akha_language> owl:sameAs <http://lexvo.org/id/iso639-3/ahk> .

<http://dbpedia.org/resource/Akhvakh_language> owl:sameAs <http://lexvo.org/id/iso639-3/akv> .

<http://dbpedia.org/resource/Akkadian_language> owl:sameAs <http://lexvo.org/id/iso639-3/akk> .

<http://dbpedia.org/resource/Akkala_Sami_language> owl:sameAs <http://lexvo.org/id/iso639-3/sia> .

<http://dbpedia.org/resource/Akoko_language> owl:sameAs <http://lexvo.org/id/iso639-3/aqg> .

<http://dbpedia.org/resource/Akpes_language> owl:sameAs <http://lexvo.org/id/iso639-3/ibe> .

<http://dbpedia.org/resource/Akpet_language> owl:sameAs <http://lexvo.org/id/iso639-3/akd> .

<http://dbpedia.org/resource/Aku_dialect> owl:sameAs <http://lexvo.org/id/iso639-3/kri> .

<http://dbpedia.org/resource/Akw%C3%A1wa_language> owl:sameAs <http://lexvo.org/id/iso639-3/asu> .

<http://dbpedia.org/resource/Al-Sayyid_Bedouin_Sign_Language> owl:sameAs <http://lexvo.org/id/iso639-3/syy> .

<http://dbpedia.org/resource/Alaba-K'abeena_language> owl:sameAs <http://lexvo.org/id/iso639-3/alw> .

<http://dbpedia.org/resource/Alabama_language> owl:sameAs <http://lexvo.org/id/iso639-3/akz> .

<http://dbpedia.org/resource/Alacalufan_languages> owl:sameAs <http://lexvo.org/id/iso639-5/aqa> .

<http://dbpedia.org/resource/Alagwa_language> owl:sameAs <http://lexvo.org/id/iso639-3/wbj> .

<http://dbpedia.org/resource/Alak_language> owl:sameAs <http://lexvo.org/id/iso639-3/alk> .

<http://dbpedia.org/resource/Alamblak_language> owl:sameAs <http://lexvo.org/id/iso639-3/amp> .

<http://dbpedia.org/resource/Alangan_language> owl:sameAs <http://lexvo.org/id/iso639-3/alj> .

<http://dbpedia.org/resource/Alawa_Language> owl:sameAs <http://lexvo.org/id/iso639-3/alh> .

<http://dbpedia.org/resource/Albanian_language> owl:sameAs <http://lexvo.org/id/iso639-3/sqi> .

<http://dbpedia.org/resource/Albanian_languages> owl:sameAs <http://lexvo.org/id/iso639-3/sqi> .

<http://dbpedia.org/resource/Albay_Bikolano_language> owl:sameAs <http://lexvo.org/id/iso639-3/bhk> .

<http://dbpedia.org/resource/Alekano_language> owl:sameAs <http://lexvo.org/id/iso639-3/gah> .

<http://dbpedia.org/resource/Aleut_language> owl:sameAs <http://lexvo.org/id/iso639-3/ale> .

<http://dbpedia.org/resource/Algerian_Arabic> owl:sameAs <http://lexvo.org/id/iso639-3/arq> .

<http://dbpedia.org/resource/Algerian_Sign_Language> owl:sameAs <http://lexvo.org/id/iso639-3/asp> .

<http://dbpedia.org/resource/Algic_languages> owl:sameAs <http://lexvo.org/id/iso639-5/aql> .

<http://dbpedia.org/resource/Algonquian_languages> owl:sameAs <http://lexvo.org/id/iso639-5/alg> .

<http://dbpedia.org/resource/Algonquin_language> owl:sameAs <http://lexvo.org/id/iso639-3/alq> .

<http://dbpedia.org/resource/Ali_language> owl:sameAs <http://lexvo.org/id/iso639-3/aiy> .

<http://dbpedia.org/resource/Allar_language> owl:sameAs <http://lexvo.org/id/iso639-3/all> .

<http://dbpedia.org/resource/Alngith_dialect> owl:sameAs <http://lexvo.org/id/iso639-3/aid> .

<http://dbpedia.org/resource/Alorese_language> owl:sameAs <http://lexvo.org/id/iso639-3/aol> .

<http://dbpedia.org/resource/Alsea_language> owl:sameAs <http://lexvo.org/id/iso639-3/aes> .

<http://dbpedia.org/resource/Altaic_languages> owl:sameAs <http://lexvo.org/id/iso639-5/tut> .

<http://dbpedia.org/resource/Alumu_language> owl:sameAs <http://lexvo.org/id/iso639-3/aab> .

<http://dbpedia.org/resource/Alur_language> owl:sameAs <http://lexvo.org/id/iso639-3/alz> .

<http://dbpedia.org/resource/Alutiiq_language> owl:sameAs <http://lexvo.org/id/iso639-3/ems> .

<http://dbpedia.org/resource/Alviri-Vidari_language> owl:sameAs <http://lexvo.org/id/iso639-3/avd> .

<http://dbpedia.org/resource/Alyutor_language> owl:sameAs <http://lexvo.org/id/iso639-3/alr> .

<http://dbpedia.org/resource/Ama_language_(New_Guinea)> owl:sameAs <http://lexvo.org/id/iso639-3/amm> .

<http://dbpedia.org/resource/Amahuaca_language> owl:sameAs <http://lexvo.org/id/iso639-3/amc> .

<http://dbpedia.org/resource/Amaimon_language> owl:sameAs <http://lexvo.org/id/iso639-3/ali> .

<http://dbpedia.org/resource/Amal_language> owl:sameAs <http://lexvo.org/id/iso639-3/aad> .

<http://dbpedia.org/resource/Amami_language> owl:sameAs <http://lexvo.org/id/iso639-3/ryn> .

<http://dbpedia.org/resource/Amanab_language> owl:sameAs <http://lexvo.org/id/iso639-3/amn> .

<http://dbpedia.org/resource/Amanay%C3%A9_language> owl:sameAs <http://lexvo.org/id/iso639-3/ama> .

<http://dbpedia.org/resource/Amara_language> owl:sameAs <http://lexvo.org/id/iso639-3/aie> .

<http://dbpedia.org/resource/Amarakaeri_language> owl:sameAs <http://lexvo.org/id/iso639-3/amr> .

<http://dbpedia.org/resource/Amba_language_(Bantu)> owl:sameAs <http://lexvo.org/id/iso639-3/rwm> .

<http://dbpedia.org/resource/Ambai_language> owl:sameAs <http://lexvo.org/id/iso639-3/amk> .

<http://dbpedia.org/resource/Ambala_language> owl:sameAs <http://lexvo.org/id/iso639-3/abc> .

<http://dbpedia.org/resource/Ambelau_language> owl:sameAs <http://lexvo.org/id/iso639-3/amv> .

<http://dbpedia.org/resource/Ambele_language> owl:sameAs <http://lexvo.org/id/iso639-3/ael> .

<http://dbpedia.org/resource/Amberbaken_language> owl:sameAs <http://lexvo.org/id/iso639-3/akc> .

<http://dbpedia.org/resource/Ambrak_language> owl:sameAs <http://lexvo.org/id/iso639-3/aag> .

<http://dbpedia.org/resource/Amdang_language> owl:sameAs <http://lexvo.org/id/iso639-3/amj> .

<http://dbpedia.org/resource/Amdo_Tibetan_language> owl:sameAs <http://lexvo.org/id/iso639-3/adx> .

<http://dbpedia.org/resource/Amele_language> owl:sameAs <http://lexvo.org/id/iso639-3/aey> .

<http://dbpedia.org/resource/American_Sign_Language> owl:sameAs <http://lexvo.org/id/iso639-3/ase> .

<http://dbpedia.org/resource/Amis_language> owl:sameAs <http://lexvo.org/id/iso639-3/ami> .

<http://dbpedia.org/resource/Amo_language> owl:sameAs <http://lexvo.org/id/iso639-3/amo> .

<http://dbpedia.org/resource/Ampari_Dogon> owl:sameAs <http://lexvo.org/id/iso639-3/aqd> .

<http://dbpedia.org/resource/Amri_language> owl:sameAs <http://lexvo.org/id/iso639-3/ajz> .

<http://dbpedia.org/resource/Amto_language> owl:sameAs <http://lexvo.org/id/iso639-3/amt> .

<http://dbpedia.org/resource/Amung_language> owl:sameAs <http://lexvo.org/id/iso639-3/uhn> .

<http://dbpedia.org/resource/Amurdag_language> owl:sameAs <http://lexvo.org/id/iso639-3/amg> .

<http://dbpedia.org/resource/An%C3%AAm_language> owl:sameAs <http://lexvo.org/id/iso639-3/anz> .

<http://dbpedia.org/resource/Ana_Dogon> owl:sameAs <http://lexvo.org/id/iso639-3/dti> .

<http://dbpedia.org/resource/Anal_language> owl:sameAs <http://lexvo.org/id/iso639-3/anm> .

<http://dbpedia.org/resource/Anamb%C3%A9_language> owl:sameAs <http://lexvo.org/id/iso639-3/aan> .

<http://dbpedia.org/resource/Anamgura_language> owl:sameAs <http://lexvo.org/id/iso639-3/imi> .

<http://dbpedia.org/resource/Anasi_language> owl:sameAs <http://lexvo.org/id/iso639-3/bpo> .

<http://dbpedia.org/resource/Ancient_Greek> owl:sameAs <http://lexvo.org/id/iso639-3/grc> .

<http://dbpedia.org/resource/Ancient_Macedonian_language> owl:sameAs <http://lexvo.org/id/iso639-3/xmk> .

<http://dbpedia.org/resource/Ancient_North_Arabian> owl:sameAs <http://lexvo.org/id/iso639-3/xna> .

<http://dbpedia.org/resource/Andai_language> owl:sameAs <http://lexvo.org/id/iso639-3/afd> .

<http://dbpedia.org/resource/Andalusian_Arabic> owl:sameAs <http://lexvo.org/id/iso639-3/xaa> .

<http://dbpedia.org/resource/Andaqui_language> owl:sameAs <http://lexvo.org/id/iso639-3/ana> .

<http://dbpedia.org/resource/Andarum_language> owl:sameAs <http://lexvo.org/id/iso639-3/aod> .

<http://dbpedia.org/resource/Andegerebinha_language> owl:sameAs <http://lexvo.org/id/iso639-3/adg> .

<http://dbpedia.org/resource/Andi_language> owl:sameAs <http://lexvo.org/id/iso639-3/ani> .

<http://dbpedia.org/resource/Andoa_language> owl:sameAs <http://lexvo.org/id/iso639-3/anb> .

<http://dbpedia.org/resource/Andoque_language> owl:sameAs <http://lexvo.org/id/iso639-3/ano> .

<http://dbpedia.org/resource/Aneityum_language> owl:sameAs <http://lexvo.org/id/iso639-3/aty> .

<http://dbpedia.org/resource/Anfillo_language> owl:sameAs <http://lexvo.org/id/iso639-3/myo> .

<http://dbpedia.org/resource/Angaataha_language> owl:sameAs <http://lexvo.org/id/iso639-3/agm> .

<http://dbpedia.org/resource/Angami_language> owl:sameAs <http://lexvo.org/id/iso639-3/njm> .

<http://dbpedia.org/resource/Angika_language> owl:sameAs <http://lexvo.org/id/iso639-3/anp> .

<http://dbpedia.org/resource/Anglo-Norman_language> owl:sameAs <http://lexvo.org/id/iso639-3/xno> .

<http://dbpedia.org/resource/Angloromani_language> owl:sameAs <http://lexvo.org/id/iso639-3/rme> .

<http://dbpedia.org/resource/Angolar_language> owl:sameAs <http://lexvo.org/id/iso639-3/aoa> .

<http://dbpedia.org/resource/Angor_language> owl:sameAs <http://lexvo.org/id/iso639-3/agg> .

<http://dbpedia.org/resource/Angoram_language> owl:sameAs <http://lexvo.org/id/iso639-3/aog> .

<http://dbpedia.org/resource/Animere_language> owl:sameAs <http://lexvo.org/id/iso639-3/anf> .

<http://dbpedia.org/resource/Anjam_language> owl:sameAs <http://lexvo.org/id/iso639-3/boj> .

<http://dbpedia.org/resource/Ankave_language> owl:sameAs <http://lexvo.org/id/iso639-3/aak> .

<http://dbpedia.org/resource/Annobonese_language> owl:sameAs <http://lexvo.org/id/iso639-3/fab> .

<http://dbpedia.org/resource/Anserma_language> owl:sameAs <http://lexvo.org/id/iso639-3/ans> .

<http://dbpedia.org/resource/Ansus_language> owl:sameAs <http://lexvo.org/id/iso639-3/and> .

<http://dbpedia.org/resource/Antakarinya_language> owl:sameAs <http://lexvo.org/id/iso639-3/ant> .

<http://dbpedia.org/resource/Anuak_language> owl:sameAs <http://lexvo.org/id/iso639-3/anu> .

<http://dbpedia.org/resource/Anuki_language> owl:sameAs <http://lexvo.org/id/iso639-3/aui> .

<http://dbpedia.org/resource/Anuta_language> owl:sameAs <http://lexvo.org/id/iso639-3/aud> .

<http://dbpedia.org/resource/Anyin_language> owl:sameAs <http://lexvo.org/id/iso639-3/any> .

<http://dbpedia.org/resource/Apache_languages> owl:sameAs <http://lexvo.org/id/iso639-5/apa> .

<http://dbpedia.org/resource/Apala%C3%AD_language> owl:sameAs <http://lexvo.org/id/iso639-3/apy> .

<http://dbpedia.org/resource/Apali_language> owl:sameAs <http://lexvo.org/id/iso639-3/ena> .

<http://dbpedia.org/resource/Apatani_language> owl:sameAs <http://lexvo.org/id/iso639-3/apt> .

<http://dbpedia.org/resource/Apiak%C3%A1_language> owl:sameAs <http://lexvo.org/id/iso639-3/api> .

<http://dbpedia.org/resource/Apinay%C3%A9_language> owl:sameAs <http://lexvo.org/id/iso639-3/apn> .

<http://dbpedia.org/resource/Apma_language> owl:sameAs <http://lexvo.org/id/iso639-3/app> .

<http://dbpedia.org/resource/Apurin%C3%A3_language> owl:sameAs <http://lexvo.org/id/iso639-3/apu> .

<http://dbpedia.org/resource/Aquitanian_language> owl:sameAs <http://lexvo.org/id/iso639-3/xaq> .

<http://dbpedia.org/resource/Arabana_language> owl:sameAs <http://lexvo.org/id/iso639-3/ard> .

<http://dbpedia.org/resource/Arabela_language> owl:sameAs <http://lexvo.org/id/iso639-3/arl> .

<http://dbpedia.org/resource/Arabic_language> owl:sameAs <http://lexvo.org/id/iso639-3/ara> .

<http://dbpedia.org/resource/Aragonese_language> owl:sameAs <http://lexvo.org/id/iso639-3/arg> .

<http://dbpedia.org/resource/Araki_language> owl:sameAs <http://lexvo.org/id/iso639-3/akr> .

<http://dbpedia.org/resource/Aramanik_language> owl:sameAs <http://lexvo.org/id/iso639-3/aam> .

<http://dbpedia.org/resource/Arammba_language> owl:sameAs <http://lexvo.org/id/iso639-3/stk> .

<http://dbpedia.org/resource/Aranadan_language> owl:sameAs <http://lexvo.org/id/iso639-3/aaf> .

<http://dbpedia.org/resource/Aranama_language> owl:sameAs <http://lexvo.org/id/iso639-3/xrt> .

<http://dbpedia.org/resource/Araona_language> owl:sameAs <http://lexvo.org/id/iso639-3/aro> .

<http://dbpedia.org/resource/Arapaho_language> owl:sameAs <http://lexvo.org/id/iso639-3/arp> .

<http://dbpedia.org/resource/Arauan_languages> owl:sameAs <http://lexvo.org/id/iso639-5/auf> .

<http://dbpedia.org/resource/Araw%C3%A1_language> owl:sameAs <http://lexvo.org/id/iso639-3/aru> .

<http://dbpedia.org/resource/Arawak_language> owl:sameAs <http://lexvo.org/id/iso639-3/arw> .

<http://dbpedia.org/resource/Arawan_languages> owl:sameAs <http://lexvo.org/id/iso639-5/auf> .

<http://dbpedia.org/resource/Arb%C3%ABresh_language> owl:sameAs <http://lexvo.org/id/iso639-3/aae> .

<http://dbpedia.org/resource/Arbore_language> owl:sameAs <http://lexvo.org/id/iso639-3/arv> .

<http://dbpedia.org/resource/Archi_language> owl:sameAs <http://lexvo.org/id/iso639-3/aqc> .

<http://dbpedia.org/resource/Are_language> owl:sameAs <http://lexvo.org/id/iso639-3/mwc> .

<http://dbpedia.org/resource/Arem_language> owl:sameAs <http://lexvo.org/id/iso639-3/aem> .

<http://dbpedia.org/resource/Argentine_Sign_Language> owl:sameAs <http://lexvo.org/id/iso639-3/aed> .

<http://dbpedia.org/resource/Argobba_language> owl:sameAs <http://lexvo.org/id/iso639-3/agj> .

<http://dbpedia.org/resource/Arhuaco_language> owl:sameAs <http://lexvo.org/id/iso639-3/arh> .

<http://dbpedia.org/resource/Ari_language> owl:sameAs <http://lexvo.org/id/iso639-3/aac> .

<http://dbpedia.org/resource/Aribwatsa_language> owl:sameAs <http://lexvo.org/id/iso639-3/laz> .

<http://dbpedia.org/resource/Arikap%C3%BA_language> owl:sameAs <http://lexvo.org/id/iso639-3/ark> .

<http://dbpedia.org/resource/Arikara_language> owl:sameAs <http://lexvo.org/id/iso639-3/ari> .

<http://dbpedia.org/resource/Arin_language> owl:sameAs <http://lexvo.org/id/iso639-3/xrn> .

<http://dbpedia.org/resource/Aringa_language> owl:sameAs <http://lexvo.org/id/iso639-3/luc> .

<http://dbpedia.org/resource/Armenian_(family)> owl:sameAs <http://lexvo.org/id/iso639-5/hyx> .

<http://dbpedia.org/resource/Armenian_Sign_Language> owl:sameAs <http://lexvo.org/id/iso639-3/aen> .

<http://dbpedia.org/resource/Aromanian_language> owl:sameAs <http://lexvo.org/id/iso639-3/rup> .

<http://dbpedia.org/resource/Arop-Lokep_language> owl:sameAs <http://lexvo.org/id/iso639-3/apr> .

<http://dbpedia.org/resource/Arosi_language> owl:sameAs <http://lexvo.org/id/iso639-3/aia> .

<http://dbpedia.org/resource/Artificial_languages> owl:sameAs <http://lexvo.org/id/iso639-5/art> .

<http://dbpedia.org/resource/Aruamu_language> owl:sameAs <http://lexvo.org/id/iso639-3/msy> .

<http://dbpedia.org/resource/Arutani_language> owl:sameAs <http://lexvo.org/id/iso639-3/atx> .

<http://dbpedia.org/resource/Arvanitika> owl:sameAs <http://lexvo.org/id/iso639-3/aat> .

<http://dbpedia.org/resource/Asa_language> owl:sameAs <http://lexvo.org/id/iso639-3/aas> .

<http://dbpedia.org/resource/Asante_dialect> owl:sameAs <http://lexvo.org/id/iso639-3/twi> .

<http://dbpedia.org/resource/Ash%C3%A1ninka_language> owl:sameAs <http://lexvo.org/id/iso639-3/cni> .

<http://dbpedia.org/resource/Ashtiani_language> owl:sameAs <http://lexvo.org/id/iso639-3/atn> .

<http://dbpedia.org/resource/Asi_language> owl:sameAs <http://lexvo.org/id/iso639-3/bno> .

<http://dbpedia.org/resource/Askopan_language> owl:sameAs <http://lexvo.org/id/iso639-3/eiv> .

<http://dbpedia.org/resource/Askunu_language> owl:sameAs <http://lexvo.org/id/iso639-3/ask> .

<http://dbpedia.org/resource/Asoa_language> owl:sameAs <http://lexvo.org/id/iso639-3/asv> .

<http://dbpedia.org/resource/Assamese_language> owl:sameAs <http://lexvo.org/id/iso639-3/asm> .

<http://dbpedia.org/resource/Assan_language> owl:sameAs <http://lexvo.org/id/iso639-3/xss> .

<http://dbpedia.org/resource/Assiniboine_language> owl:sameAs <http://lexvo.org/id/iso639-3/asb> .

<http://dbpedia.org/resource/Assyrian_Neo-Aramaic> owl:sameAs <http://lexvo.org/id/iso639-3/aii> .

<http://dbpedia.org/resource/Asturian_language> owl:sameAs <http://lexvo.org/id/iso639-3/ast> .

<http://dbpedia.org/resource/Asu_language_(Nigeria)> owl:sameAs <http://lexvo.org/id/iso639-3/aum> .

<http://dbpedia.org/resource/Asuri_language> owl:sameAs <http://lexvo.org/id/iso639-3/asr> .

<http://dbpedia.org/resource/Ata_language> owl:sameAs <http://lexvo.org/id/iso639-3/ata> .

<http://dbpedia.org/resource/Atakapa_language> owl:sameAs <http://lexvo.org/id/iso639-3/aqp> .

<http://dbpedia.org/resource/Atampaya_dialect> owl:sameAs <http://lexvo.org/id/iso639-3/amz> .

<http://dbpedia.org/resource/Atayal_language> owl:sameAs <http://lexvo.org/id/iso639-3/tay> .

<http://dbpedia.org/resource/Athabaskan_languages> owl:sameAs <http://lexvo.org/id/iso639-5/ath> .

<http://dbpedia.org/resource/Athapascan_languages> owl:sameAs <http://lexvo.org/id/iso639-5/ath> .

<http://dbpedia.org/resource/Athpare_language> owl:sameAs <http://lexvo.org/id/iso639-3/aph> .

<http://dbpedia.org/resource/Atikamekw_language> owl:sameAs <http://lexvo.org/id/iso639-3/atj> .

<http://dbpedia.org/resource/Atlantic%E2%80%93Congo_languages> owl:sameAs <http://lexvo.org/id/iso639-5/alv> .

<http://dbpedia.org/resource/Atong_language> owl:sameAs <http://lexvo.org/id/iso639-3/ato> .

<http://dbpedia.org/resource/Atsam_language> owl:sameAs <http://lexvo.org/id/iso639-3/cch> .

<http://dbpedia.org/resource/Atsugewi_language> owl:sameAs <http://lexvo.org/id/iso639-3/atw> .

<http://dbpedia.org/resource/Atti%C3%A9_language> owl:sameAs <http://lexvo.org/id/iso639-3/ati> .

<http://dbpedia.org/resource/Au_language> owl:sameAs <http://lexvo.org/id/iso639-3/avt> .

<http://dbpedia.org/resource/Aulua_language> owl:sameAs <http://lexvo.org/id/iso639-3/aul> .

<http://dbpedia.org/resource/Aur%C3%A1_language> owl:sameAs <http://lexvo.org/id/iso639-3/aux> .

<http://dbpedia.org/resource/Aushiri_language> owl:sameAs <http://lexvo.org/id/iso639-3/avs> .

<http://dbpedia.org/resource/Auslan> owl:sameAs <http://lexvo.org/id/iso639-3/asf> .

<http://dbpedia.org/resource/Austral_language> owl:sameAs <http://lexvo.org/id/iso639-3/aut> .

<http://dbpedia.org/resource/Australian_Kriol_language> owl:sameAs <http://lexvo.org/id/iso639-3/rop> .

<http://dbpedia.org/resource/Australian_languages> owl:sameAs <http://lexvo.org/id/iso639-5/aus> .

<http://dbpedia.org/resource/Austrian_Sign_Language> owl:sameAs <http://lexvo.org/id/iso639-3/asq> .

<http://dbpedia.org/resource/Austro-Asiatic_languages> owl:sameAs <http://lexvo.org/id/iso639-5/aav> .

<http://dbpedia.org/resource/Austronesian_languages> owl:sameAs <http://lexvo.org/id/iso639-5/map> .

<http://dbpedia.org/resource/Auyokawa_language> owl:sameAs <http://lexvo.org/id/iso639-3/auo> .

<http://dbpedia.org/resource/Ava_Guarani_language> owl:sameAs <http://lexvo.org/id/iso639-3/nhd> .

<http://dbpedia.org/resource/Avar_language> owl:sameAs <http://lexvo.org/id/iso639-3/ava> .

<http://dbpedia.org/resource/Avatime_language> owl:sameAs <http://lexvo.org/id/iso639-3/avn> .

<http://dbpedia.org/resource/Avestan_language> owl:sameAs <http://lexvo.org/id/iso639-3/ave> .

<http://dbpedia.org/resource/Avikam_language> owl:sameAs <http://lexvo.org/id/iso639-3/avi> .

<http://dbpedia.org/resource/Avokaya_language> owl:sameAs <http://lexvo.org/id/iso639-3/avu> .

<http://dbpedia.org/resource/Awa_Pit_language> owl:sameAs <http://lexvo.org/id/iso639-3/kwi> .

<http://dbpedia.org/resource/Awabakal_language> owl:sameAs <http://lexvo.org/id/iso639-3/awk> .

<http://dbpedia.org/resource/Awad_Bing_language> owl:sameAs <http://lexvo.org/id/iso639-3/bcu> .

<http://dbpedia.org/resource/Awadhi_language> owl:sameAs <http://lexvo.org/id/iso639-3/awa> .

<http://dbpedia.org/resource/Awakatek_language> owl:sameAs <http://lexvo.org/id/iso639-3/agu> .

<http://dbpedia.org/resource/Awbono_language> owl:sameAs <http://lexvo.org/id/iso639-3/awh> .

<http://dbpedia.org/resource/Aweer_language> owl:sameAs <http://lexvo.org/id/iso639-3/bob> .

<http://dbpedia.org/resource/Awera_language> owl:sameAs <http://lexvo.org/id/iso639-3/awr> .

<http://dbpedia.org/resource/Awet%C3%AF_language> owl:sameAs <http://lexvo.org/id/iso639-3/awe> .

<http://dbpedia.org/resource/Awin_language> owl:sameAs <http://lexvo.org/id/iso639-3/awi> .

<http://dbpedia.org/resource/Awjila_language> owl:sameAs <http://lexvo.org/id/iso639-3/auj> .

<http://dbpedia.org/resource/Awngi_language> owl:sameAs <http://lexvo.org/id/iso639-3/awn> .

<http://dbpedia.org/resource/Awtuw_language> owl:sameAs <http://lexvo.org/id/iso639-3/kmn> .

<http://dbpedia.org/resource/Axi_language> owl:sameAs <http://lexvo.org/id/iso639-3/yix> .

<http://dbpedia.org/resource/Axininca_language> owl:sameAs <http://lexvo.org/id/iso639-3/cpc> .

<http://dbpedia.org/resource/Ayacucho_Quechua> owl:sameAs <http://lexvo.org/id/iso639-3/quy> .

<http://dbpedia.org/resource/Ayamaru_language> owl:sameAs <http://lexvo.org/id/iso639-3/ayz> .

<http://dbpedia.org/resource/Ayapa_Zoque> owl:sameAs <http://lexvo.org/id/iso639-3/zoq> .

<http://dbpedia.org/resource/Ayere_language> owl:sameAs <http://lexvo.org/id/iso639-3/aye> .

<http://dbpedia.org/resource/Ayi_language_(Papua_New_Guinea)> owl:sameAs <http://lexvo.org/id/iso639-3/ayq> .

<http://dbpedia.org/resource/Aymara_language> owl:sameAs <http://lexvo.org/id/iso639-3/aym> .

<http://dbpedia.org/resource/Ayoreo_language> owl:sameAs <http://lexvo.org/id/iso639-3/ayo> .

<http://dbpedia.org/resource/Ayu_language> owl:sameAs <http://lexvo.org/id/iso639-3/ayu> .

<http://dbpedia.org/resource/Azerbaijani_language> owl:sameAs <http://lexvo.org/id/iso639-3/aze> .

<http://dbpedia.org/resource/Azha_language> owl:sameAs <http://lexvo.org/id/iso639-3/aza> .

<http://dbpedia.org/resource/Azhe_language> owl:sameAs <http://lexvo.org/id/iso639-3/yiz> .

<http://dbpedia.org/resource/Baa_language> owl:sameAs <http://lexvo.org/id/iso639-3/kwb> .

<http://dbpedia.org/resource/Babine-Witsuwit'en_language> owl:sameAs <http://lexvo.org/id/iso639-3/bcr> .

<http://dbpedia.org/resource/Bacama_language> owl:sameAs <http://lexvo.org/id/iso639-3/bcy> .

<http://dbpedia.org/resource/Bactrian_language> owl:sameAs <http://lexvo.org/id/iso639-3/xbc> .

<http://dbpedia.org/resource/Badaga_language> owl:sameAs <http://lexvo.org/id/iso639-3/bfq> .

<http://dbpedia.org/resource/Bade_language> owl:sameAs <http://lexvo.org/id/iso639-3/bde> .

<http://dbpedia.org/resource/Badimaya_language> owl:sameAs <http://lexvo.org/id/iso639-3/bia> .

<http://dbpedia.org/resource/Badyara_language> owl:sameAs <http://lexvo.org/id/iso639-3/pbp> .

<http://dbpedia.org/resource/Baeggu_language> owl:sameAs <http://lexvo.org/id/iso639-3/bvd> .

<http://dbpedia.org/resource/Baekje_language> owl:sameAs <http://lexvo.org/id/iso639-3/pkc> .

<http://dbpedia.org/resource/Bafanji_language> owl:sameAs <http://lexvo.org/id/iso639-3/bfj> .

<http://dbpedia.org/resource/Bafaw-Balong_language> owl:sameAs <http://lexvo.org/id/iso639-3/bwt> .

<http://dbpedia.org/resource/Baga_Mboteni_language> owl:sameAs <http://lexvo.org/id/iso639-3/bgm> .

<http://dbpedia.org/resource/Bagheli_language> owl:sameAs <http://lexvo.org/id/iso639-3/bfy> .

<http://dbpedia.org/resource/Bagirmi_language> owl:sameAs <http://lexvo.org/id/iso639-3/bmi> .

<http://dbpedia.org/resource/Bagri_language> owl:sameAs <http://lexvo.org/id/iso639-3/bgq> .

<http://dbpedia.org/resource/Bagvalal_language> owl:sameAs <http://lexvo.org/id/iso639-3/kva> .

<http://dbpedia.org/resource/Baham_language> owl:sameAs <http://lexvo.org/id/iso639-3/bdw> .

<http://dbpedia.org/resource/Bahamian_Creole> owl:sameAs <http://lexvo.org/id/iso639-3/bah> .

<http://dbpedia.org/resource/Bahing_language> owl:sameAs <http://lexvo.org/id/iso639-3/bhj> .

<http://dbpedia.org/resource/Bahnar_language> owl:sameAs <http://lexvo.org/id/iso639-3/bdq> .

<http://dbpedia.org/resource/Bahrani_Arabic> owl:sameAs <http://lexvo.org/id/iso639-3/abv> .

<http://dbpedia.org/resource/Bai_language_(CAR)> owl:sameAs <http://lexvo.org/id/iso639-3/bdj> .

<http://dbpedia.org/resource/Baibai_language> owl:sameAs <http://lexvo.org/id/iso639-3/bbf> .

<http://dbpedia.org/resource/Baima_language> owl:sameAs <http://lexvo.org/id/iso639-3/bqh> .

<http://dbpedia.org/resource/Baiso_language> owl:sameAs <http://lexvo.org/id/iso639-3/bsw> .

<http://dbpedia.org/resource/Bajan_Creole> owl:sameAs <http://lexvo.org/id/iso639-3/bjs> .

<http://dbpedia.org/resource/Baka_language_(South_Sudan)> owl:sameAs <http://lexvo.org/id/iso639-3/bdh> .

<http://dbpedia.org/resource/Bakairi_language> owl:sameAs <http://lexvo.org/id/iso639-3/bkq> .

<http://dbpedia.org/resource/Bakati%E2%80%99_language> owl:sameAs <http://lexvo.org/id/iso639-3/bei> .

<http://dbpedia.org/resource/Bakhtiari_dialect> owl:sameAs <http://lexvo.org/id/iso639-3/bqi> .

<http://dbpedia.org/resource/Bakumpai_language> owl:sameAs <http://lexvo.org/id/iso639-3/bkr> .

<http://dbpedia.org/resource/Bakw%C3%A9_language> owl:sameAs <http://lexvo.org/id/iso639-3/bjw> .

<http://dbpedia.org/resource/Bala_language> owl:sameAs <http://lexvo.org/id/iso639-3/loq> .

<http://dbpedia.org/resource/Baldemu_language> owl:sameAs <http://lexvo.org/id/iso639-3/bdn> .

<http://dbpedia.org/resource/Bali_language_(Adamawa)> owl:sameAs <http://lexvo.org/id/iso639-3/bcn> .

<http://dbpedia.org/resource/Bali_language_(Bantu)> owl:sameAs <http://lexvo.org/id/iso639-3/bcp> .

<http://dbpedia.org/resource/Balinese_language> owl:sameAs <http://lexvo.org/id/iso639-3/ban> .

<http://dbpedia.org/resource/Balkan_Gagauz_Turkish_language> owl:sameAs <http://lexvo.org/id/iso639-3/bgx> .

<http://dbpedia.org/resource/Balkan_Romani> owl:sameAs <http://lexvo.org/id/iso639-3/rmn> .

<http://dbpedia.org/resource/Balo_language> owl:sameAs <http://lexvo.org/id/iso639-3/bqo> .

<http://dbpedia.org/resource/Balochi_language> owl:sameAs <http://lexvo.org/id/iso639-3/bal> .

<http://dbpedia.org/resource/Balti_dialect> owl:sameAs <http://lexvo.org/id/iso639-3/bft> .

<http://dbpedia.org/resource/Baltic_languages> owl:sameAs <http://lexvo.org/id/iso639-5/bat> .

<http://dbpedia.org/resource/Bambara_language> owl:sameAs <http://lexvo.org/id/iso639-3/bam> .

<http://dbpedia.org/resource/Bambassi_language> owl:sameAs <http://lexvo.org/id/iso639-3/myf> .

<http://dbpedia.org/resource/Bambuka_language> owl:sameAs <http://lexvo.org/id/iso639-3/bka> .

<http://dbpedia.org/resource/Bamileke_languages> owl:sameAs <http://lexvo.org/id/iso639-5/bai> .

<http://dbpedia.org/resource/Bamum_language> owl:sameAs <http://lexvo.org/id/iso639-3/bax> .

<http://dbpedia.org/resource/Ban_Khor_Sign_Language> owl:sameAs <http://lexvo.org/id/iso639-3/bfk> .

<http://dbpedia.org/resource/Bana_language> owl:sameAs <http://lexvo.org/id/iso639-3/bcw> .

<http://dbpedia.org/resource/Banaro_language> owl:sameAs <http://lexvo.org/id/iso639-3/byz> .

<http://dbpedia.org/resource/Banda_language_(Maluku)> owl:sameAs <http://lexvo.org/id/iso639-3/bnd> .

<http://dbpedia.org/resource/Banda_languages> owl:sameAs <http://lexvo.org/id/iso639-5/bad> .

<http://dbpedia.org/resource/Bandi_language> owl:sameAs <http://lexvo.org/id/iso639-3/bza> .

<http://dbpedia.org/resource/Bandial_language> owl:sameAs <http://lexvo.org/id/iso639-3/bqj> .

<http://dbpedia.org/resource/Bandjalang_language> owl:sameAs <http://lexvo.org/id/iso639-3/bdy> .

<http://dbpedia.org/resource/Bangala_language> owl:sameAs <http://lexvo.org/id/iso639-3/bxg> .

<http://dbpedia.org/resource/Bangandu_language> owl:sameAs <http://lexvo.org/id/iso639-3/bgf> .

<http://dbpedia.org/resource/Bangba_language> owl:sameAs <http://lexvo.org/id/iso639-3/bbe> .

<http://dbpedia.org/resource/Banggai_language> owl:sameAs <http://lexvo.org/id/iso639-3/bgz> .

<http://dbpedia.org/resource/Bangi_language> owl:sameAs <http://lexvo.org/id/iso639-3/bni> .

<http://dbpedia.org/resource/Bangime_language> owl:sameAs <http://lexvo.org/id/iso639-3/dba> .

<http://dbpedia.org/resource/Bangka_language> owl:sameAs <http://lexvo.org/id/iso639-3/mfb> .

<http://dbpedia.org/resource/Bangubangu_language> owl:sameAs <http://lexvo.org/id/iso639-3/bnx> .

<http://dbpedia.org/resource/Baniwa_language> owl:sameAs <http://lexvo.org/id/iso639-3/bwi> .

<http://dbpedia.org/resource/Baniwa_of_Guainia> owl:sameAs <http://lexvo.org/id/iso639-3/bvv> .

<http://dbpedia.org/resource/Banjar_language> owl:sameAs <http://lexvo.org/id/iso639-3/bjn> .

<http://dbpedia.org/resource/Bankan_Tey_Dogon> owl:sameAs <http://lexvo.org/id/iso639-3/dbw> .

<http://dbpedia.org/resource/Bankon_language> owl:sameAs <http://lexvo.org/id/iso639-3/abb> .

<http://dbpedia.org/resource/Banliku_language> owl:sameAs <http://lexvo.org/id/iso639-3/bzy> .

<http://dbpedia.org/resource/Bantawa_language> owl:sameAs <http://lexvo.org/id/iso639-3/bap> .

<http://dbpedia.org/resource/Bantik_language> owl:sameAs <http://lexvo.org/id/iso639-3/bnq> .

<http://dbpedia.org/resource/Bantoid_languages> owl:sameAs <http://lexvo.org/id/wordnet/30/noun/bantu_1_10_00> .

<http://dbpedia.org/resource/Bantu_languages> owl:sameAs <http://lexvo.org/id/iso639-5/bnt> .

<http://dbpedia.org/resource/Baoul%C3%A9_language> owl:sameAs <http://lexvo.org/id/iso639-3/bci> .

<http://dbpedia.org/resource/Bar%C3%A9_language> owl:sameAs <http://lexvo.org/id/iso639-3/bae> .

<http://dbpedia.org/resource/Bar%C3%AD_language> owl:sameAs <http://lexvo.org/id/iso639-3/mot> .

<http://dbpedia.org/resource/Barakai_language> owl:sameAs <http://lexvo.org/id/iso639-3/baj> .

<http://dbpedia.org/resource/Baram_language> owl:sameAs <http://lexvo.org/id/iso639-3/brd> .

<http://dbpedia.org/resource/Barambu_language> owl:sameAs <http://lexvo.org/id/iso639-3/brm> .

<http://dbpedia.org/resource/Barasana_language> owl:sameAs <http://lexvo.org/id/iso639-3/bsn> .

<http://dbpedia.org/resource/Barbare%C3%B1o_language> owl:sameAs <http://lexvo.org/id/iso639-3/boi> .

<http://dbpedia.org/resource/Bardi_language> owl:sameAs <http://lexvo.org/id/iso639-3/bcj> .

<http://dbpedia.org/resource/Barein_language> owl:sameAs <http://lexvo.org/id/iso639-3/bva> .

<http://dbpedia.org/resource/Bargam_language> owl:sameAs <http://lexvo.org/id/iso639-3/mlp> .

<http://dbpedia.org/resource/Bariba_language> owl:sameAs <http://lexvo.org/id/iso639-3/bba> .

<http://dbpedia.org/resource/Barkul_language> owl:sameAs <http://lexvo.org/id/iso639-3/mae> .

<http://dbpedia.org/resource/Baropasi_language> owl:sameAs <http://lexvo.org/id/iso639-3/brp> .

<http://dbpedia.org/resource/Barrow_Point_language> owl:sameAs <http://lexvo.org/id/iso639-3/bpt> .

<http://dbpedia.org/resource/Barupu_language> owl:sameAs <http://lexvo.org/id/iso639-3/wra> .

<http://dbpedia.org/resource/Barzani_Jewish_Neo-Aramaic> owl:sameAs <http://lexvo.org/id/iso639-3/bjf> .

<http://dbpedia.org/resource/Basa_language> owl:sameAs <http://lexvo.org/id/iso639-3/bzw> .

<http://dbpedia.org/resource/Basaa_language> owl:sameAs <http://lexvo.org/id/iso639-3/bas> .

<http://dbpedia.org/resource/Basay_language> owl:sameAs <http://lexvo.org/id/iso639-3/byq> .

<http://dbpedia.org/resource/Bashkardi_language> owl:sameAs <http://lexvo.org/id/iso639-3/bsg> .

<http://dbpedia.org/resource/Bashkir_language> owl:sameAs <http://lexvo.org/id/iso639-3/bak> .

<http://dbpedia.org/resource/Basila_language> owl:sameAs <http://lexvo.org/id/iso639-3/blo> .

<http://dbpedia.org/resource/Basketo_language> owl:sameAs <http://lexvo.org/id/iso639-3/bst> .

<http://dbpedia.org/resource/Basque_(family)> owl:sameAs <http://lexvo.org/id/iso639-5/euq> .

<http://dbpedia.org/resource/Basque_language> owl:sameAs <http://lexvo.org/id/iso639-3/eus> .

<http://dbpedia.org/resource/Bassa_language> owl:sameAs <http://lexvo.org/id/iso639-3/bsq> .

<http://dbpedia.org/resource/Bassari_language> owl:sameAs <http://lexvo.org/id/iso639-3/bsc> .

<http://dbpedia.org/resource/Bata_language> owl:sameAs <http://lexvo.org/id/iso639-3/bta> .

<http://dbpedia.org/resource/Batak_Karo_language> owl:sameAs <http://lexvo.org/id/iso639-3/btx> .

<http://dbpedia.org/resource/Batak_languages> owl:sameAs <http://lexvo.org/id/iso639-5/btk> .

<http://dbpedia.org/resource/Batek_language> owl:sameAs <http://lexvo.org/id/iso639-3/btq> .

<http://dbpedia.org/resource/Bathari_language> owl:sameAs <http://lexvo.org/id/iso639-3/bhm> .

<http://dbpedia.org/resource/Bats_language> owl:sameAs <http://lexvo.org/id/iso639-3/bbl> .

<http://dbpedia.org/resource/Batu_language> owl:sameAs <http://lexvo.org/id/iso639-3/btu> .

<http://dbpedia.org/resource/Bauchi_language> owl:sameAs <http://lexvo.org/id/iso639-3/bsf> .

<http://dbpedia.org/resource/Baudo_language> owl:sameAs <http://lexvo.org/id/iso639-3/bdc> .

<http://dbpedia.org/resource/Baure_language> owl:sameAs <http://lexvo.org/id/iso639-3/brg> .

<http://dbpedia.org/resource/Bauro_language> owl:sameAs <http://lexvo.org/id/iso639-3/bxa> .

<http://dbpedia.org/resource/Bauzi_language> owl:sameAs <http://lexvo.org/id/iso639-3/bvz> .

<http://dbpedia.org/resource/Bayono_language> owl:sameAs <http://lexvo.org/id/iso639-3/byl> .

<http://dbpedia.org/resource/Bayot_language> owl:sameAs <http://lexvo.org/id/iso639-3/bda> .

<http://dbpedia.org/resource/Beami_language> owl:sameAs <http://lexvo.org/id/iso639-3/beo> .

<http://dbpedia.org/resource/Bebe_language> owl:sameAs <http://lexvo.org/id/iso639-3/bzv> .

<http://dbpedia.org/resource/Bedawi_Arabic> owl:sameAs <http://lexvo.org/id/iso639-3/avl> .

<http://dbpedia.org/resource/Bedik_language> owl:sameAs <http://lexvo.org/id/iso639-3/tnr> .

<http://dbpedia.org/resource/Beeke_language> owl:sameAs <http://lexvo.org/id/iso639-3/bkf> .

<http://dbpedia.org/resource/Beele_language> owl:sameAs <http://lexvo.org/id/iso639-3/bxq> .

<http://dbpedia.org/resource/Beigo_language> owl:sameAs <http://lexvo.org/id/iso639-3/byg> .

<http://dbpedia.org/resource/Beja_language> owl:sameAs <http://lexvo.org/id/iso639-3/bej> .

<http://dbpedia.org/resource/Bekwarra_language> owl:sameAs <http://lexvo.org/id/iso639-3/bkv> .

<http://dbpedia.org/resource/Belanda_Bor_language> owl:sameAs <http://lexvo.org/id/iso639-3/bxb> .

<http://dbpedia.org/resource/Belanda_Viri_language> owl:sameAs <http://lexvo.org/id/iso639-3/bvi> .

<http://dbpedia.org/resource/Belarusian_language> owl:sameAs <http://lexvo.org/id/iso639-3/bel> .

<http://dbpedia.org/resource/Belhare_language> owl:sameAs <http://lexvo.org/id/iso639-3/byw> .

<http://dbpedia.org/resource/Beli_language> owl:sameAs <http://lexvo.org/id/iso639-3/bey> .

<http://dbpedia.org/resource/Beli_language_(South_Sudan)> owl:sameAs <http://lexvo.org/id/iso639-3/blm> .

<http://dbpedia.org/resource/Belizean_Creole> owl:sameAs <http://lexvo.org/id/iso639-3/bzj> .

<http://dbpedia.org/resource/Bemba_language> owl:sameAs <http://lexvo.org/id/iso639-3/bem> .

<http://dbpedia.org/resource/Bemba_language_(Congo)> owl:sameAs <http://lexvo.org/id/iso639-3/bmy> .

<http://dbpedia.org/resource/Bembe_(Ibembe)_language> owl:sameAs <http://lexvo.org/id/iso639-3/bmb> .

<http://dbpedia.org/resource/Bembe_(Kibembe)_language> owl:sameAs <http://lexvo.org/id/iso639-3/beq> .

<http://dbpedia.org/resource/Ben_Tey_Dogon> owl:sameAs <http://lexvo.org/id/iso639-3/dbt> .

<http://dbpedia.org/resource/Bena_language> owl:sameAs <http://lexvo.org/id/iso639-3/bez> .

<http://dbpedia.org/resource/Bena_language_(Adamawa)> owl:sameAs <http://lexvo.org/id/iso639-3/yun> .

<http://dbpedia.org/resource/Benabena_language> owl:sameAs <http://lexvo.org/id/iso639-3/bef> .

<http://dbpedia.org/resource/Bench_language> owl:sameAs <http://lexvo.org/id/iso639-3/bcq> .

<http://dbpedia.org/resource/Beng_language> owl:sameAs <http://lexvo.org/id/iso639-3/nhb> .

<http://dbpedia.org/resource/Benga_language> owl:sameAs <http://lexvo.org/id/iso639-3/bng> .

<http://dbpedia.org/resource/Bengali_language> owl:sameAs <http://lexvo.org/id/iso639-3/ben> .

<http://dbpedia.org/resource/Bengkulu_language> owl:sameAs <http://lexvo.org/id/iso639-3/pse> .

<http://dbpedia.org/resource/Beothuk_language> owl:sameAs <http://lexvo.org/id/iso639-3/bue> .

<http://dbpedia.org/resource/Berau_Malay_language> owl:sameAs <http://lexvo.org/id/iso639-3/bve> .

<http://dbpedia.org/resource/Berba_language> owl:sameAs <http://lexvo.org/id/iso639-3/beh> .

<http://dbpedia.org/resource/Berber_languages> owl:sameAs <http://lexvo.org/id/iso639-5/ber> .

<http://dbpedia.org/resource/Berbice_Creole_Dutch> owl:sameAs <http://lexvo.org/id/iso639-3/brc> .

<http://dbpedia.org/resource/Berik_language> owl:sameAs <http://lexvo.org/id/iso639-3/bkl> .

<http://dbpedia.org/resource/Berom_language> owl:sameAs <http://lexvo.org/id/iso639-3/bom> .

<http://dbpedia.org/resource/Berta_language> owl:sameAs <http://lexvo.org/id/iso639-3/wti> .

<http://dbpedia.org/resource/Betawi_language> owl:sameAs <http://lexvo.org/id/iso639-3/bew> .

<http://dbpedia.org/resource/Bete_language_(Nigeria)> owl:sameAs <http://lexvo.org/id/iso639-3/byf> .

<http://dbpedia.org/resource/Beti_language> owl:sameAs <http://lexvo.org/id/iso639-3/btb> .

<http://dbpedia.org/resource/Betta_Kurumba_language> owl:sameAs <http://lexvo.org/id/iso639-3/xub> .

<http://dbpedia.org/resource/Bezhta_language> owl:sameAs <http://lexvo.org/id/iso639-3/kap> .

<http://dbpedia.org/resource/Bhele_language> owl:sameAs <http://lexvo.org/id/iso639-3/bhy> .

<http://dbpedia.org/resource/Bhojpuri_language> owl:sameAs <http://lexvo.org/id/iso639-3/bho> .

<http://dbpedia.org/resource/Bhujel_language> owl:sameAs <http://lexvo.org/id/iso639-3/byh> .

<http://dbpedia.org/resource/Biafada_language> owl:sameAs <http://lexvo.org/id/iso639-3/bif> .

<http://dbpedia.org/resource/Biak_language> owl:sameAs <http://lexvo.org/id/iso639-3/bhw> .

<http://dbpedia.org/resource/Biao_Min_language> owl:sameAs <http://lexvo.org/id/iso639-3/bje> .

<http://dbpedia.org/resource/Biao_language> owl:sameAs <http://lexvo.org/id/iso639-3/byk> .

<http://dbpedia.org/resource/Biatah_language> owl:sameAs <http://lexvo.org/id/iso639-3/bth> .

<http://dbpedia.org/resource/Biblical_Hebrew> owl:sameAs <http://lexvo.org/id/iso639-3/hbo> .

<http://dbpedia.org/resource/Bidau_Creole_Portuguese> owl:sameAs <http://lexvo.org/id/iso639-3/tvy> .

<http://dbpedia.org/resource/Bidiyo_language> owl:sameAs <http://lexvo.org/id/iso639-3/bid> .

<http://dbpedia.org/resource/Bidjara_language> owl:sameAs <http://lexvo.org/id/iso639-3/bym> .

<http://dbpedia.org/resource/Biete_language> owl:sameAs <http://lexvo.org/id/iso639-3/biu> .

<http://dbpedia.org/resource/Big_Nambas_language> owl:sameAs <http://lexvo.org/id/iso639-3/nmb> .

<http://dbpedia.org/resource/Bijago_language> owl:sameAs <http://lexvo.org/id/iso639-3/bjg> .

<http://dbpedia.org/resource/Bikya_language> owl:sameAs <http://lexvo.org/id/iso639-3/byb> .

<http://dbpedia.org/resource/Bil_Bil_language> owl:sameAs <http://lexvo.org/id/iso639-3/brz> .

<http://dbpedia.org/resource/Bile_language> owl:sameAs <http://lexvo.org/id/iso639-3/bil> .

<http://dbpedia.org/resource/Biloxi_language> owl:sameAs <http://lexvo.org/id/iso639-3/bll> .

<http://dbpedia.org/resource/Bilua_language> owl:sameAs <http://lexvo.org/id/iso639-3/blb> .

<http://dbpedia.org/resource/Bima_language> owl:sameAs <http://lexvo.org/id/iso639-3/bhp> .

<http://dbpedia.org/resource/Bine_language> owl:sameAs <http://lexvo.org/id/iso639-3/bon> .

<http://dbpedia.org/resource/Bipi_language> owl:sameAs <http://lexvo.org/id/iso639-3/biq> .

<http://dbpedia.org/resource/Bira_language> owl:sameAs <http://lexvo.org/id/iso639-3/brf> .

<http://dbpedia.org/resource/Birgid_language> owl:sameAs <http://lexvo.org/id/iso639-3/brk> .

<http://dbpedia.org/resource/Birgit_language> owl:sameAs <http://lexvo.org/id/iso639-3/btf> .

<http://dbpedia.org/resource/Birhor_language> owl:sameAs <http://lexvo.org/id/iso639-3/biy> .

<http://dbpedia.org/resource/Birjia_language> owl:sameAs <http://lexvo.org/id/iso639-3/bix> .

<http://dbpedia.org/resource/Birri_language> owl:sameAs <http://lexvo.org/id/iso639-3/bvq> .

<http://dbpedia.org/resource/Biseni_language> owl:sameAs <http://lexvo.org/id/iso639-3/ije> .

<http://dbpedia.org/resource/Bishnupriya_Manipuri_language> owl:sameAs <http://lexvo.org/id/iso639-3/bpy> .

<http://dbpedia.org/resource/Bishuo_language> owl:sameAs <http://lexvo.org/id/iso639-3/bwh> .

<http://dbpedia.org/resource/Bislama> owl:sameAs <http://lexvo.org/id/iso639-3/bis> .

<http://dbpedia.org/resource/Bissa_language> owl:sameAs <http://lexvo.org/id/iso639-3/bib> .

<http://dbpedia.org/resource/Bit_language> owl:sameAs <http://lexvo.org/id/iso639-3/bgk> .

<http://dbpedia.org/resource/Bitare_language> owl:sameAs <http://lexvo.org/id/iso639-3/brt> .

<http://dbpedia.org/resource/Biwat_language> owl:sameAs <http://lexvo.org/id/iso639-3/bwm> .

<http://dbpedia.org/resource/Blackfoot_language> owl:sameAs <http://lexvo.org/id/iso639-3/bla> .

<http://dbpedia.org/resource/Blang_language> owl:sameAs <http://lexvo.org/id/iso639-3/blr> .

<http://dbpedia.org/resource/Blin_language> owl:sameAs <http://lexvo.org/id/iso639-3/byn> .

<http://dbpedia.org/resource/Blissymbols> owl:sameAs <http://lexvo.org/id/iso639-3/zbl> .

<http://dbpedia.org/resource/Bo_language_(New_Guinea)> owl:sameAs <http://lexvo.org/id/iso639-3/bpw> .

<http://dbpedia.org/resource/Bobot_language> owl:sameAs <http://lexvo.org/id/iso639-3/bty> .

<http://dbpedia.org/resource/Bodo_language> owl:sameAs <http://lexvo.org/id/iso639-3/brx> .

<http://dbpedia.org/resource/Bodo_language_(Bantu)> owl:sameAs <http://lexvo.org/id/iso639-3/boy> .

<http://dbpedia.org/resource/Bofi_language> owl:sameAs <http://lexvo.org/id/iso639-3/bff> .

<http://dbpedia.org/resource/Boga_language> owl:sameAs <http://lexvo.org/id/iso639-3/bvw> .

<http://dbpedia.org/resource/Boghom_language> owl:sameAs <http://lexvo.org/id/iso639-3/bux> .

<http://dbpedia.org/resource/Bohtan_Neo-Aramaic> owl:sameAs <http://lexvo.org/id/iso639-3/bhn> .

<http://dbpedia.org/resource/Boiken_language> owl:sameAs <http://lexvo.org/id/iso639-3/bzf> .

<http://dbpedia.org/resource/Boki_language> owl:sameAs <http://lexvo.org/id/iso639-3/bky> .

<http://dbpedia.org/resource/Bokm%C3%A5l> owl:sameAs <http://lexvo.org/id/iso639-3/nob> .

<http://dbpedia.org/resource/Boko_language> owl:sameAs <http://lexvo.org/id/iso639-3/bqc> .

<http://dbpedia.org/resource/Bolaang_Mongondow_language> owl:sameAs <http://lexvo.org/id/iso639-3/mog> .

<http://dbpedia.org/resource/Bolango_language> owl:sameAs <http://lexvo.org/id/iso639-3/bld> .

<http://dbpedia.org/resource/Bole_language> owl:sameAs <http://lexvo.org/id/iso639-3/bol> .

<http://dbpedia.org/resource/Bolgo> owl:sameAs <http://lexvo.org/id/iso639-3/bvo> .

<http://dbpedia.org/resource/Bolinao_language> owl:sameAs <http://lexvo.org/id/iso639-3/smk> .

<http://dbpedia.org/resource/Bolivian_Sign_Language> owl:sameAs <http://lexvo.org/id/iso639-3/bvl> .

<http://dbpedia.org/resource/Bolyu_language> owl:sameAs <http://lexvo.org/id/iso639-3/ply> .

<http://dbpedia.org/resource/Bom_language> owl:sameAs <http://lexvo.org/id/iso639-3/bmf> .

<http://dbpedia.org/resource/Boma_language> owl:sameAs <http://lexvo.org/id/iso639-3/boh> .

<http://dbpedia.org/resource/Bomwali_language> owl:sameAs <http://lexvo.org/id/iso639-3/bmw> .

<http://dbpedia.org/resource/Bonan_language> owl:sameAs <http://lexvo.org/id/iso639-3/peh> .

<http://dbpedia.org/resource/Bonda_language> owl:sameAs <http://lexvo.org/id/iso639-3/bfw> .

<http://dbpedia.org/resource/Bondum_Dogon> owl:sameAs <http://lexvo.org/id/iso639-3/dbu> .

<http://dbpedia.org/resource/Bongo_language> owl:sameAs <http://lexvo.org/id/iso639-3/bot> .

<http://dbpedia.org/resource/Bonjo_language> owl:sameAs <http://lexvo.org/id/iso639-3/bok> .

<http://dbpedia.org/resource/Bonkeng_language> owl:sameAs <http://lexvo.org/id/iso639-3/bvg> .

<http://dbpedia.org/resource/Bontoc_language> owl:sameAs <http://lexvo.org/id/iso639-3/bnc> .

<http://dbpedia.org/resource/Boon_language> owl:sameAs <http://lexvo.org/id/iso639-3/bnl> .

<http://dbpedia.org/resource/Boor_language> owl:sameAs <http://lexvo.org/id/iso639-3/bvf> .

<http://dbpedia.org/resource/Bor%C5%A9ca_language> owl:sameAs <http://lexvo.org/id/iso639-3/brn> .

<http://dbpedia.org/resource/Bora_language> owl:sameAs <http://lexvo.org/id/iso639-3/boa> .

<http://dbpedia.org/resource/Borana_language> owl:sameAs <http://lexvo.org/id/iso639-3/gax> .

<http://dbpedia.org/resource/Boro_language_(Ghana)> owl:sameAs <http://lexvo.org/id/iso639-3/xxb> .

<http://dbpedia.org/resource/Bororo_language> owl:sameAs <http://lexvo.org/id/iso639-3/bor> .

<http://dbpedia.org/resource/Borujerdi_dialect> owl:sameAs <http://lexvo.org/id/iso639-3/lrc> .

<http://dbpedia.org/resource/Bosmun_language> owl:sameAs <http://lexvo.org/id/iso639-3/bqs> .

<http://dbpedia.org/resource/Bosnian_language> owl:sameAs <http://lexvo.org/id/iso639-3/bos> .

<http://dbpedia.org/resource/Botlikh_language> owl:sameAs <http://lexvo.org/id/iso639-3/bph> .

<http://dbpedia.org/resource/Botolan_language> owl:sameAs <http://lexvo.org/id/iso639-3/xsb> .

<http://dbpedia.org/resource/Bouyei_language> owl:sameAs <http://lexvo.org/id/iso639-3/pcc> .

<http://dbpedia.org/resource/Bowili_language> owl:sameAs <http://lexvo.org/id/iso639-3/bov> .

<http://dbpedia.org/resource/Brahui_language> owl:sameAs <http://lexvo.org/id/iso639-3/brh> .

<http://dbpedia.org/resource/Braj_Bhasha> owl:sameAs <http://lexvo.org/id/iso639-3/bra> .

<http://dbpedia.org/resource/Brazilian_Sign_Language> owl:sameAs <http://lexvo.org/id/iso639-3/bzs> .

<http://dbpedia.org/resource/Brem_language> owl:sameAs <http://lexvo.org/id/iso639-3/buq> .

<http://dbpedia.org/resource/Breri_language> owl:sameAs <http://lexvo.org/id/iso639-3/brq> .

<http://dbpedia.org/resource/Breton_language> owl:sameAs <http://lexvo.org/id/iso639-3/bre> .

<http://dbpedia.org/resource/Bribri_language> owl:sameAs <http://lexvo.org/id/iso639-3/bzd> .

<http://dbpedia.org/resource/Brithenig> owl:sameAs <http://lexvo.org/id/iso639-3/bzt> .

<http://dbpedia.org/resource/British_Sign_Language> owl:sameAs <http://lexvo.org/id/iso639-3/bfi> .

<http://dbpedia.org/resource/Brokkat_language> owl:sameAs <http://lexvo.org/id/iso639-3/bro> .

<http://dbpedia.org/resource/Brokpa_language> owl:sameAs <http://lexvo.org/id/iso639-3/sgt> .

<http://dbpedia.org/resource/Broome_Pearling_Lugger_Pidgin> owl:sameAs <http://lexvo.org/id/iso639-3/bpl> .

<http://dbpedia.org/resource/Bu-Nao_language> owl:sameAs <http://lexvo.org/id/iso639-3/bwx> .

<http://dbpedia.org/resource/Bua_language> owl:sameAs <http://lexvo.org/id/iso639-3/bub> .

<http://dbpedia.org/resource/Bube_language> owl:sameAs <http://lexvo.org/id/iso639-3/bvb> .

<http://dbpedia.org/resource/Budu_Dogon> owl:sameAs <http://lexvo.org/id/iso639-3/dgb> .

<http://dbpedia.org/resource/Budu_language> owl:sameAs <http://lexvo.org/id/iso639-3/buu> .

<http://dbpedia.org/resource/Budukh_language> owl:sameAs <http://lexvo.org/id/iso639-3/bdk> .

<http://dbpedia.org/resource/Buduma_language> owl:sameAs <http://lexvo.org/id/iso639-3/bdm> .

<http://dbpedia.org/resource/Budza_language> owl:sameAs <http://lexvo.org/id/iso639-3/bja> .

<http://dbpedia.org/resource/Bugan_language> owl:sameAs <http://lexvo.org/id/iso639-3/bbh> .

<http://dbpedia.org/resource/Buginese_language> owl:sameAs <http://lexvo.org/id/iso639-3/bug> .

<http://dbpedia.org/resource/Buglere_language> owl:sameAs <http://lexvo.org/id/iso639-3/sab> .

<http://dbpedia.org/resource/Buhid_language> owl:sameAs <http://lexvo.org/id/iso639-3/bku> .

<http://dbpedia.org/resource/Bukar_Sadong_language> owl:sameAs <http://lexvo.org/id/iso639-3/sdo> .

<http://dbpedia.org/resource/Bukawa_language> owl:sameAs <http://lexvo.org/id/iso639-3/buk> .

<http://dbpedia.org/resource/Bukhori_language> owl:sameAs <http://lexvo.org/id/iso639-3/bhh> .

<http://dbpedia.org/resource/Bukiyip_language> owl:sameAs <http://lexvo.org/id/iso639-3/ape> .

<http://dbpedia.org/resource/Bukusu_dialect_(Luhya)> owl:sameAs <http://lexvo.org/id/iso639-3/bxk> .

<http://dbpedia.org/resource/Bulgar_language> owl:sameAs <http://lexvo.org/id/iso639-3/xbo> .

<http://dbpedia.org/resource/Bulgarian_language> owl:sameAs <http://lexvo.org/id/iso639-3/bul> .

<http://dbpedia.org/resource/Buli_language> owl:sameAs <http://lexvo.org/id/iso639-3/bwu> .

<http://dbpedia.org/resource/Bullom_So_language> owl:sameAs <http://lexvo.org/id/iso639-3/buy> .

<http://dbpedia.org/resource/Bulu_language> owl:sameAs <http://lexvo.org/id/iso639-3/bum> .

<http://dbpedia.org/resource/Bumbita_language> owl:sameAs <http://lexvo.org/id/iso639-3/aon> .

<http://dbpedia.org/resource/Bumthang_language> owl:sameAs <http://lexvo.org/id/iso639-3/kjz> .

<http://dbpedia.org/resource/Bunak_language> owl:sameAs <http://lexvo.org/id/iso639-3/bfn> .

<http://dbpedia.org/resource/Bung_language> owl:sameAs <http://lexvo.org/id/iso639-3/bqd> .

<http://dbpedia.org/resource/Bungain_language> owl:sameAs <http://lexvo.org/id/iso639-3/but> .

<http://dbpedia.org/resource/Bungu_language> owl:sameAs <http://lexvo.org/id/iso639-3/wun> .

<http://dbpedia.org/resource/Bunuba_language> owl:sameAs <http://lexvo.org/id/iso639-3/bck> .

<http://dbpedia.org/resource/Bunun_language> owl:sameAs <http://lexvo.org/id/iso639-3/bnn> .

<http://dbpedia.org/resource/Buol_language> owl:sameAs <http://lexvo.org/id/iso639-3/blf> .

<http://dbpedia.org/resource/Bura_language> owl:sameAs <http://lexvo.org/id/iso639-3/bwr> .

<http://dbpedia.org/resource/Burarra_language> owl:sameAs <http://lexvo.org/id/iso639-3/bvr> .

<http://dbpedia.org/resource/Burduna_language> owl:sameAs <http://lexvo.org/id/iso639-3/bxn> .

<http://dbpedia.org/resource/Bure_language> owl:sameAs <http://lexvo.org/id/iso639-3/bvh> .

<http://dbpedia.org/resource/Burji_language> owl:sameAs <http://lexvo.org/id/iso639-3/bji> .

<http://dbpedia.org/resource/Burmese_dialects> owl:sameAs <http://lexvo.org/id/iso639-3/int> .

<http://dbpedia.org/resource/Burmese_language> owl:sameAs <http://lexvo.org/id/iso639-3/mya> .

<http://dbpedia.org/resource/Burmeso_language> owl:sameAs <http://lexvo.org/id/iso639-3/bzu> .

<http://dbpedia.org/resource/Buru_language> owl:sameAs <http://lexvo.org/id/iso639-3/mhs> .

<http://dbpedia.org/resource/Buru_language_(Nigeria)> owl:sameAs <http://lexvo.org/id/iso639-3/bqw> .

<http://dbpedia.org/resource/Burun_language> owl:sameAs <http://lexvo.org/id/iso639-3/bdi> .

<http://dbpedia.org/resource/Burunge_language> owl:sameAs <http://lexvo.org/id/iso639-3/bds> .

<http://dbpedia.org/resource/Burushaski> owl:sameAs <http://lexvo.org/id/iso639-3/bsk> .

<http://dbpedia.org/resource/Buryat_language> owl:sameAs <http://lexvo.org/id/iso639-3/bua> .

<http://dbpedia.org/resource/Busa_language_(Mande)> owl:sameAs <http://lexvo.org/id/iso639-3/bqp> .

<http://dbpedia.org/resource/Busa_language_(Papuan)> owl:sameAs <http://lexvo.org/id/iso639-3/bhf> .

<http://dbpedia.org/resource/Busam_language> owl:sameAs <http://lexvo.org/id/iso639-3/bsx> .

<http://dbpedia.org/resource/Bushi_language> owl:sameAs <http://lexvo.org/id/iso639-3/buc> .

<http://dbpedia.org/resource/Bushong_language> owl:sameAs <http://lexvo.org/id/iso639-3/buf> .

<http://dbpedia.org/resource/Buso_language> owl:sameAs <http://lexvo.org/id/iso639-3/bso> .

<http://dbpedia.org/resource/Bussa_language> owl:sameAs <http://lexvo.org/id/iso639-3/dox> .

<http://dbpedia.org/resource/Busuu_language> owl:sameAs <http://lexvo.org/id/iso639-3/bju> .

<http://dbpedia.org/resource/Butuanon_language> owl:sameAs <http://lexvo.org/id/iso639-3/btw> .

<http://dbpedia.org/resource/Buwal_language> owl:sameAs <http://lexvo.org/id/iso639-3/bhs> .

<http://dbpedia.org/resource/Buyeo_language> owl:sameAs <http://lexvo.org/id/iso639-3/xpy> .

<http://dbpedia.org/resource/Buyu_language> owl:sameAs <http://lexvo.org/id/iso639-3/byi> .

<http://dbpedia.org/resource/Bwa_language> owl:sameAs <http://lexvo.org/id/iso639-3/bww> .

<http://dbpedia.org/resource/Bwe_Karen_language> owl:sameAs <http://lexvo.org/id/iso639-3/bwe> .

<http://dbpedia.org/resource/Bwela_language> owl:sameAs <http://lexvo.org/id/iso639-3/bwl> .

<http://dbpedia.org/resource/Bwile_language> owl:sameAs <http://lexvo.org/id/iso639-3/bwc> .

<http://dbpedia.org/resource/Bwisi_language> owl:sameAs <http://lexvo.org/id/iso639-3/bwz> .

<http://dbpedia.org/resource/Byangsi_language> owl:sameAs <http://lexvo.org/id/iso639-3/bee> .

<http://dbpedia.org/resource/C%C3%A8muh%C3%AE_language> owl:sameAs <http://lexvo.org/id/iso639-3/cam> .

<http://dbpedia.org/resource/Cab%C3%A9car_language> owl:sameAs <http://lexvo.org/id/iso639-3/cjp> .

<http://dbpedia.org/resource/Cabiyari_language> owl:sameAs <http://lexvo.org/id/iso639-3/cbb> .

<http://dbpedia.org/resource/Cacaopera_language> owl:sameAs <http://lexvo.org/id/iso639-3/ccr> .

<http://dbpedia.org/resource/Caddo_language> owl:sameAs <http://lexvo.org/id/iso639-3/cad> .

<http://dbpedia.org/resource/Caddoan_languages> owl:sameAs <http://lexvo.org/id/iso639-5/cdd> .

<http://dbpedia.org/resource/Cafund%C3%B3_language> owl:sameAs <http://lexvo.org/id/iso639-3/ccd> .

<http://dbpedia.org/resource/Cagua_language> owl:sameAs <http://lexvo.org/id/iso639-3/cbh> .

<http://dbpedia.org/resource/Cahto_language> owl:sameAs <http://lexvo.org/id/iso639-3/ktw> .

<http://dbpedia.org/resource/Cahuarano_language> owl:sameAs <http://lexvo.org/id/iso639-3/cah> .

<http://dbpedia.org/resource/Cahuilla_language> owl:sameAs <http://lexvo.org/id/iso639-3/chl> .

<http://dbpedia.org/resource/Cajamarca_Quechua> owl:sameAs <http://lexvo.org/id/iso639-3/qvc> .

<http://dbpedia.org/resource/Cajun_French> owl:sameAs <http://lexvo.org/id/iso639-3/frc> .

<http://dbpedia.org/resource/Cakfem-Mushere_language> owl:sameAs <http://lexvo.org/id/iso639-3/cky> .

<http://dbpedia.org/resource/Cal%C3%B3_language> owl:sameAs <http://lexvo.org/id/iso639-3/rmq> .

<http://dbpedia.org/resource/Caluyanon_language> owl:sameAs <http://lexvo.org/id/iso639-3/clu> .

<http://dbpedia.org/resource/Cameroonian_Pidgin_English> owl:sameAs <http://lexvo.org/id/iso639-3/wes> .

<http://dbpedia.org/resource/Camling_language> owl:sameAs <http://lexvo.org/id/iso639-3/rab> .

<http://dbpedia.org/resource/Campidanese_dialect> owl:sameAs <http://lexvo.org/id/iso639-3/sro> .

<http://dbpedia.org/resource/Cams%C3%A1_language> owl:sameAs <http://lexvo.org/id/iso639-3/kbh> .

<http://dbpedia.org/resource/Camunic_language> owl:sameAs <http://lexvo.org/id/iso639-3/xcc> .

<http://dbpedia.org/resource/Canadian_Gaelic> owl:sameAs <http://lexvo.org/id/iso639-3/gla> .

<http://dbpedia.org/resource/Candoshi-Shapra_language> owl:sameAs <http://lexvo.org/id/iso639-3/cbu> .

<http://dbpedia.org/resource/Canela_language> owl:sameAs <http://lexvo.org/id/iso639-3/ram> .

<http://dbpedia.org/resource/Canichana_language> owl:sameAs <http://lexvo.org/id/iso639-3/caz> .

<http://dbpedia.org/resource/Cantonese> owl:sameAs <http://lexvo.org/id/iso639-3/yue> .

<http://dbpedia.org/resource/Caolan_language> owl:sameAs <http://lexvo.org/id/iso639-3/mlc> .

<http://dbpedia.org/resource/Capanahua_language> owl:sameAs <http://lexvo.org/id/iso639-3/kaq> .

<http://dbpedia.org/resource/Cape_Verdean_Creole> owl:sameAs <http://lexvo.org/id/iso639-3/kea> .

<http://dbpedia.org/resource/Capiznon_language> owl:sameAs <http://lexvo.org/id/iso639-3/cps> .

<http://dbpedia.org/resource/Cappadocian_Greek_language> owl:sameAs <http://lexvo.org/id/iso639-3/cpg> .

<http://dbpedia.org/resource/Caquinte_language> owl:sameAs <http://lexvo.org/id/iso639-3/cot> .

<http://dbpedia.org/resource/Car_language> owl:sameAs <http://lexvo.org/id/iso639-3/caq> .

<http://dbpedia.org/resource/Cara_language> owl:sameAs <http://lexvo.org/id/iso639-3/cfd> .

<http://dbpedia.org/resource/Carabayo_language> owl:sameAs <http://lexvo.org/id/iso639-3/cby> .

<http://dbpedia.org/resource/Carian_language> owl:sameAs <http://lexvo.org/id/iso639-3/xcr> .

<http://dbpedia.org/resource/Carib_language> owl:sameAs <http://lexvo.org/id/iso639-3/car> .

<http://dbpedia.org/resource/Caribbean_Hindustani> owl:sameAs <http://lexvo.org/id/iso639-3/hns> .

<http://dbpedia.org/resource/Carolinian_language> owl:sameAs <http://lexvo.org/id/iso639-3/cal> .

<http://dbpedia.org/resource/Cashibo_language> owl:sameAs <http://lexvo.org/id/iso639-3/cbr> .

<http://dbpedia.org/resource/Cashinahua_language> owl:sameAs <http://lexvo.org/id/iso639-3/cbs> .

<http://dbpedia.org/resource/Cassite_language> owl:sameAs <http://lexvo.org/id/wordnet/30/noun/kassite_1_10_00> .

<http://dbpedia.org/resource/Catalan_Sign_Language> owl:sameAs <http://lexvo.org/id/iso639-3/csc> .

<http://dbpedia.org/resource/Catalan_language> owl:sameAs <http://lexvo.org/id/iso639-3/cat> .

<http://dbpedia.org/resource/Catawba_language> owl:sameAs <http://lexvo.org/id/iso639-3/chc> .

<http://dbpedia.org/resource/Catio_language> owl:sameAs <http://lexvo.org/id/iso639-3/cto> .

<http://dbpedia.org/resource/Caucasian_Albanian_language> owl:sameAs <http://lexvo.org/id/iso639-3/xag> .

<http://dbpedia.org/resource/Caucasian_languages> owl:sameAs <http://lexvo.org/id/iso639-5/cau> .

<http://dbpedia.org/resource/Cavine%C3%B1a_language> owl:sameAs <http://lexvo.org/id/iso639-3/cav> .

<http://dbpedia.org/resource/Cayuga_language> owl:sameAs <http://lexvo.org/id/iso639-3/cay> .

<http://dbpedia.org/resource/Cayuse_language> owl:sameAs <http://lexvo.org/id/iso639-3/xcy> .

<http://dbpedia.org/resource/Cayuvava_language> owl:sameAs <http://lexvo.org/id/iso639-3/cyb> .

<http://dbpedia.org/resource/Ce_language> owl:sameAs <http://lexvo.org/id/iso639-3/ruk> .

<http://dbpedia.org/resource/Cebaara_language> owl:sameAs <http://lexvo.org/id/iso639-3/sef> .

<http://dbpedia.org/resource/Cebuano_language> owl:sameAs <http://lexvo.org/id/iso639-3/ceb> .

<http://dbpedia.org/resource/Celtiberian_language> owl:sameAs <http://lexvo.org/id/iso639-3/xce> .

<http://dbpedia.org/resource/Celtic_languages> owl:sameAs <http://lexvo.org/id/iso639-5/cel> .

<http://dbpedia.org/resource/Central_Alaskan_Yup'ik_language> owl:sameAs <http://lexvo.org/id/iso639-3/esu> .

<http://dbpedia.org/resource/Central_American_Indian_languages> owl:sameAs <http://lexvo.org/id/iso639-5/cai> .

<http://dbpedia.org/resource/Central_Aymara> owl:sameAs <http://lexvo.org/id/iso639-3/ayr> .

<http://dbpedia.org/resource/Central_Bikolano_language> owl:sameAs <http://lexvo.org/id/iso639-3/bcl> .

<http://dbpedia.org/resource/Central_Huasteca_Nahuatl> owl:sameAs <http://lexvo.org/id/iso639-3/nch> .

<http://dbpedia.org/resource/Central_Kalapuya_language> owl:sameAs <http://lexvo.org/id/iso639-3/kyl> .

<http://dbpedia.org/resource/Central_Malayo-Polynesian_languages> owl:sameAs <http://lexvo.org/id/iso639-5/plf> .

<http://dbpedia.org/resource/Central_Nicobarese_languages> owl:sameAs <http://lexvo.org/id/iso639-3/ncb> .

<http://dbpedia.org/resource/Central_Ojibwa_language> owl:sameAs <http://lexvo.org/id/iso639-3/ojc> .

<http://dbpedia.org/resource/Central_Pomo_language> owl:sameAs <http://lexvo.org/id/iso639-3/poo> .

<http://dbpedia.org/resource/Central_Siberian_Yupik_language> owl:sameAs <http://lexvo.org/id/iso639-3/ess> .

<http://dbpedia.org/resource/Central_Sudanic_languages> owl:sameAs <http://lexvo.org/id/iso639-5/csu> .

<http://dbpedia.org/resource/Cerma_language> owl:sameAs <http://lexvo.org/id/iso639-3/cme> .

<http://dbpedia.org/resource/Ch%C3%A1cobo_language> owl:sameAs <http://lexvo.org/id/iso639-3/cao> .

<http://dbpedia.org/resource/Ch%E2%80%99ol_language> owl:sameAs <http://lexvo.org/id/iso639-3/ctu> .

<http://dbpedia.org/resource/Ch%E2%80%99orti%E2%80%99_language> owl:sameAs <http://lexvo.org/id/iso639-3/caa> .

<http://dbpedia.org/resource/Cha'palaachi_language> owl:sameAs <http://lexvo.org/id/iso639-3/cbi> .

<http://dbpedia.org/resource/Chachapoyas_Quechua> owl:sameAs <http://lexvo.org/id/iso639-3/quk> .

<http://dbpedia.org/resource/Chadian_Arabic> owl:sameAs <http://lexvo.org/id/iso639-3/shu> .

<http://dbpedia.org/resource/Chadic_languages> owl:sameAs <http://lexvo.org/id/iso639-5/cdc> .

<http://dbpedia.org/resource/Chadong_language> owl:sameAs <http://lexvo.org/id/iso639-3/cdy> .

<http://dbpedia.org/resource/Chaga_language> owl:sameAs <http://lexvo.org/id/wordnet/30/noun/kichaga_1_10_00> .

<http://dbpedia.org/resource/Chagatai_language> owl:sameAs <http://lexvo.org/id/iso639-3/chg> .

<http://dbpedia.org/resource/Chakma_language> owl:sameAs <http://lexvo.org/id/iso639-3/ccp> .

<http://dbpedia.org/resource/Chakosi_language> owl:sameAs <http://lexvo.org/id/iso639-3/cko> .

<http://dbpedia.org/resource/Chali_language> owl:sameAs <http://lexvo.org/id/iso639-3/tgf> .

<http://dbpedia.org/resource/Chamacoco_language> owl:sameAs <http://lexvo.org/id/iso639-3/ceg> .

<http://dbpedia.org/resource/Chamalal_language> owl:sameAs <http://lexvo.org/id/iso639-3/cji> .

<http://dbpedia.org/resource/Chamba_Leko> owl:sameAs <http://lexvo.org/id/iso639-3/ndi> .

<http://dbpedia.org/resource/Chambri_language> owl:sameAs <http://lexvo.org/id/iso639-3/can> .

<http://dbpedia.org/resource/Chami_language> owl:sameAs <http://lexvo.org/id/iso639-3/cmi> .

<http://dbpedia.org/resource/Chamic_languages> owl:sameAs <http://lexvo.org/id/iso639-5/cmc> .

<http://dbpedia.org/resource/Chamicuro_language> owl:sameAs <http://lexvo.org/id/iso639-3/ccc> .

<http://dbpedia.org/resource/Chamorro_language> owl:sameAs <http://lexvo.org/id/iso639-3/cha> .

<http://dbpedia.org/resource/Chan%C3%A9_language> owl:sameAs <http://lexvo.org/id/iso639-3/caj> .

<http://dbpedia.org/resource/Chang_language> owl:sameAs <http://lexvo.org/id/iso639-3/nbc> .

<http://dbpedia.org/resource/Chantyal_language> owl:sameAs <http://lexvo.org/id/iso639-3/chx> .

<http://dbpedia.org/resource/Chara_language> owl:sameAs <http://lexvo.org/id/iso639-3/cra> .

<http://dbpedia.org/resource/Chaura_language> owl:sameAs <http://lexvo.org/id/iso639-3/crv> .

<http://dbpedia.org/resource/Chavacano_language> owl:sameAs <http://lexvo.org/id/iso639-3/cbk> .

<http://dbpedia.org/resource/Chayahuita_language> owl:sameAs <http://lexvo.org/id/iso639-3/cbt> .

<http://dbpedia.org/resource/Chechen_language> owl:sameAs <http://lexvo.org/id/iso639-3/che> .

<http://dbpedia.org/resource/Chemakum_language> owl:sameAs <http://lexvo.org/id/iso639-3/xch> .

<http://dbpedia.org/resource/Chenchu_language> owl:sameAs <http://lexvo.org/id/iso639-3/cde> .

<http://dbpedia.org/resource/Chepang_language> owl:sameAs <http://lexvo.org/id/iso639-3/cdm> .

<http://dbpedia.org/resource/Cheq_Wong_language> owl:sameAs <http://lexvo.org/id/iso639-3/cwg> .

<http://dbpedia.org/resource/Cherepon_language> owl:sameAs <http://lexvo.org/id/iso639-3/cpn> .

<http://dbpedia.org/resource/Cherokee_language> owl:sameAs <http://lexvo.org/id/iso639-3/chr> .

<http://dbpedia.org/resource/Chewa_language> owl:sameAs <http://lexvo.org/id/iso639-3/nya> .

<http://dbpedia.org/resource/Cheyenne_language> owl:sameAs <http://lexvo.org/id/iso639-3/chy> .

<http://dbpedia.org/resource/Chhattisgarhi_language> owl:sameAs <http://lexvo.org/id/iso639-3/hne> .

<http://dbpedia.org/resource/Chiapanec_language> owl:sameAs <http://lexvo.org/id/iso639-3/cip> .

<http://dbpedia.org/resource/Chibcha_language> owl:sameAs <http://lexvo.org/id/iso639-3/chb> .

<http://dbpedia.org/resource/Chibchan_languages> owl:sameAs <http://lexvo.org/id/iso639-5/cba> .

<http://dbpedia.org/resource/Chichimeca_Jonaz_language> owl:sameAs <http://lexvo.org/id/iso639-3/pei> .

<http://dbpedia.org/resource/Chickasaw_language> owl:sameAs <http://lexvo.org/id/iso639-3/cic> .

<http://dbpedia.org/resource/Chico_language> owl:sameAs <http://lexvo.org/id/iso639-3/vmv> .

<http://dbpedia.org/resource/Chicomuceltec_language> owl:sameAs <http://lexvo.org/id/iso639-3/cob> .

<http://dbpedia.org/resource/Chilcotin_language> owl:sameAs <http://lexvo.org/id/iso639-3/clc> .

<http://dbpedia.org/resource/Chilean_Quechua> owl:sameAs <http://lexvo.org/id/iso639-3/cqu> .

<http://dbpedia.org/resource/Chilean_Sign_Language> owl:sameAs <http://lexvo.org/id/iso639-3/csg> .

<http://dbpedia.org/resource/Chilisso_language> owl:sameAs <http://lexvo.org/id/iso639-3/clh> .

<http://dbpedia.org/resource/Chimalapa_Zoque> owl:sameAs <http://lexvo.org/id/iso639-3/zoh> .

<http://dbpedia.org/resource/Chimane_language> owl:sameAs <http://lexvo.org/id/iso639-3/cas> .

<http://dbpedia.org/resource/Chimariko_language> owl:sameAs <http://lexvo.org/id/iso639-3/cid> .

<http://dbpedia.org/resource/Chimila_language> owl:sameAs <http://lexvo.org/id/iso639-3/cbg> .

<http://dbpedia.org/resource/Chinese_(family)> owl:sameAs <http://lexvo.org/id/iso639-5/zhx> .

<http://dbpedia.org/resource/Chinese_Pidgin_English> owl:sameAs <http://lexvo.org/id/iso639-3/cpi> .

<http://dbpedia.org/resource/Chinese_Sign_Language> owl:sameAs <http://lexvo.org/id/iso639-3/csl> .

<http://dbpedia.org/resource/Chinese_language> owl:sameAs <http://lexvo.org/id/iso639-3/zho> .

<http://dbpedia.org/resource/Chinook_Jargon> owl:sameAs <http://lexvo.org/id/iso639-3/chn> .

<http://dbpedia.org/resource/Chintang_language> owl:sameAs <http://lexvo.org/id/iso639-3/ctn> .

<http://dbpedia.org/resource/Chipaya_language> owl:sameAs <http://lexvo.org/id/iso639-3/cap> .

<http://dbpedia.org/resource/Chipewyan_language> owl:sameAs <http://lexvo.org/id/iso639-3/chp> .

<http://dbpedia.org/resource/Chipiajes_language> owl:sameAs <http://lexvo.org/id/iso639-3/cbe> .

<http://dbpedia.org/resource/Chippewa_language> owl:sameAs <http://lexvo.org/id/iso639-3/ciw> .

<http://dbpedia.org/resource/Chiquitano_language> owl:sameAs <http://lexvo.org/id/iso639-3/cax> .

<http://dbpedia.org/resource/Chitimacha_language> owl:sameAs <http://lexvo.org/id/iso639-3/ctm> .

<http://dbpedia.org/resource/Chittagonian_language> owl:sameAs <http://lexvo.org/id/iso639-3/ctg> .

<http://dbpedia.org/resource/Chiwere_language> owl:sameAs <http://lexvo.org/id/iso639-3/iow> .

<http://dbpedia.org/resource/Chocangaca_language> owl:sameAs <http://lexvo.org/id/iso639-3/cgk> .

<http://dbpedia.org/resource/Chocho_language> owl:sameAs <http://lexvo.org/id/iso639-3/coz> .

<http://dbpedia.org/resource/Choctaw_language> owl:sameAs <http://lexvo.org/id/iso639-3/cho> .

<http://dbpedia.org/resource/Chokri_language> owl:sameAs <http://lexvo.org/id/iso639-3/nri> .

<http://dbpedia.org/resource/Chokwe_language> owl:sameAs <http://lexvo.org/id/iso639-3/cjk> .

<http://dbpedia.org/resource/Chol%C3%B3n_language> owl:sameAs <http://lexvo.org/id/iso639-3/cht> .

<http://dbpedia.org/resource/Chong_language> owl:sameAs <http://lexvo.org/id/iso639-3/cog> .

<http://dbpedia.org/resource/Chontal_Maya_language> owl:sameAs <http://lexvo.org/id/iso639-3/chf> .

<http://dbpedia.org/resource/Chopi_language> owl:sameAs <http://lexvo.org/id/iso639-3/cce> .

<http://dbpedia.org/resource/Chorotega_language> owl:sameAs <http://lexvo.org/id/iso639-3/mom> .

<http://dbpedia.org/resource/Chrau_language> owl:sameAs <http://lexvo.org/id/iso639-3/crw> .

<http://dbpedia.org/resource/Chuj_language> owl:sameAs <http://lexvo.org/id/iso639-3/cac> .

<http://dbpedia.org/resource/Chukchi_language> owl:sameAs <http://lexvo.org/id/iso639-3/ckt> .

<http://dbpedia.org/resource/Chulym_language> owl:sameAs <http://lexvo.org/id/iso639-3/clw> .

<http://dbpedia.org/resource/Chumburung_language> owl:sameAs <http://lexvo.org/id/iso639-3/ncu> .

<http://dbpedia.org/resource/Chut_language> owl:sameAs <http://lexvo.org/id/iso639-3/scb> .

<http://dbpedia.org/resource/Chuukese_language> owl:sameAs <http://lexvo.org/id/iso639-3/chk> .

<http://dbpedia.org/resource/Chuvash_language> owl:sameAs <http://lexvo.org/id/iso639-3/chv> .

<http://dbpedia.org/resource/Chuwabu_language> owl:sameAs <http://lexvo.org/id/iso639-3/chw> .

<http://dbpedia.org/resource/Cia-Cia_language> owl:sameAs <http://lexvo.org/id/iso639-3/cia> .

<http://dbpedia.org/resource/Cibak_language> owl:sameAs <http://lexvo.org/id/iso639-3/ckl> .

<http://dbpedia.org/resource/Cimbrian_language> owl:sameAs <http://lexvo.org/id/iso639-3/cim> .

<http://dbpedia.org/resource/Cineni_language> owl:sameAs <http://lexvo.org/id/iso639-3/cie> .

<http://dbpedia.org/resource/Cinta_Larga_language> owl:sameAs <http://lexvo.org/id/iso639-3/cin> .

<http://dbpedia.org/resource/Cipu_language> owl:sameAs <http://lexvo.org/id/iso639-3/awc> .

<http://dbpedia.org/resource/Cisalpine_Gaulish> owl:sameAs <http://lexvo.org/id/iso639-3/xcg> .

<http://dbpedia.org/resource/Citak_language> owl:sameAs <http://lexvo.org/id/iso639-3/txt> .

<http://dbpedia.org/resource/Ciwogai_language> owl:sameAs <http://lexvo.org/id/iso639-3/tgd> .

<http://dbpedia.org/resource/Classical_Armenian> owl:sameAs <http://lexvo.org/id/iso639-3/xcl> .

<http://dbpedia.org/resource/Classical_Chinese> owl:sameAs <http://lexvo.org/id/iso639-3/lzh> .

<http://dbpedia.org/resource/Classical_Gaelic> owl:sameAs <http://lexvo.org/id/iso639-3/ghc> .

<http://dbpedia.org/resource/Classical_Mongolian_language> owl:sameAs <http://lexvo.org/id/iso639-3/cmg> .

<http://dbpedia.org/resource/Classical_Nepal_Bhasa> owl:sameAs <http://lexvo.org/id/iso639-3/nwc> .

<http://dbpedia.org/resource/Coahuilteco_language> owl:sameAs <http://lexvo.org/id/iso639-3/xcw> .

<http://dbpedia.org/resource/Coast_Tsimshian_language> owl:sameAs <http://lexvo.org/id/iso639-3/tsi> .

<http://dbpedia.org/resource/Coastal_Kadazan_language> owl:sameAs <http://lexvo.org/id/iso639-3/kzj> .

<http://dbpedia.org/resource/Cocama_language> owl:sameAs <http://lexvo.org/id/iso639-3/cod> .

<http://dbpedia.org/resource/Cochim%C3%AD_language> owl:sameAs <http://lexvo.org/id/iso639-3/coj> .

<http://dbpedia.org/resource/Cocopah_language> owl:sameAs <http://lexvo.org/id/iso639-3/coc> .

<http://dbpedia.org/resource/Cocos_Islands_Malay> owl:sameAs <http://lexvo.org/id/iso639-3/coa> .

<http://dbpedia.org/resource/Coeur_d'Alene_language> owl:sameAs <http://lexvo.org/id/iso639-3/crd> .

<http://dbpedia.org/resource/Cof%C3%A1n_language> owl:sameAs <http://lexvo.org/id/iso639-3/con> .

<http://dbpedia.org/resource/Colombian_Sign_Language> owl:sameAs <http://lexvo.org/id/iso639-3/csn> .

<http://dbpedia.org/resource/Colonia_Tovar_dialect> owl:sameAs <http://lexvo.org/id/iso639-3/gct> .

<http://dbpedia.org/resource/Colorado_River_Numic_language> owl:sameAs <http://lexvo.org/id/iso639-3/ute> .

<http://dbpedia.org/resource/Columbia-Moses_language> owl:sameAs <http://lexvo.org/id/iso639-3/col> .

<http://dbpedia.org/resource/Colville-Okanagan_language> owl:sameAs <http://lexvo.org/id/iso639-3/oka> .

<http://dbpedia.org/resource/Comanche_language> owl:sameAs <http://lexvo.org/id/iso639-3/com> .

<http://dbpedia.org/resource/Comecrudo_language> owl:sameAs <http://lexvo.org/id/iso639-3/xcm> .

<http://dbpedia.org/resource/Como_Karim_language> owl:sameAs <http://lexvo.org/id/iso639-3/cfg> .

<http://dbpedia.org/resource/Comox_language> owl:sameAs <http://lexvo.org/id/iso639-3/coo> .

<http://dbpedia.org/resource/Con_language> owl:sameAs <http://lexvo.org/id/iso639-3/cno> .

<http://dbpedia.org/resource/Coptic_language> owl:sameAs <http://lexvo.org/id/iso639-3/cop> .

<http://dbpedia.org/resource/Cora_language> owl:sameAs <http://lexvo.org/id/iso639-3/crn> .

<http://dbpedia.org/resource/Cori_language> owl:sameAs <http://lexvo.org/id/iso639-3/cry> .

<http://dbpedia.org/resource/Cornish_language> owl:sameAs <http://lexvo.org/id/iso639-3/cor> .

<http://dbpedia.org/resource/Cotabato_Manobo_language> owl:sameAs <http://lexvo.org/id/iso639-3/mta> .

<http://dbpedia.org/resource/Cotoname_language> owl:sameAs <http://lexvo.org/id/iso639-3/xcn> .

<http://dbpedia.org/resource/Cowlitz_language> owl:sameAs <http://lexvo.org/id/iso639-3/cow> .

<http://dbpedia.org/resource/Coxima_language> owl:sameAs <http://lexvo.org/id/iso639-3/kox> .

<http://dbpedia.org/resource/Cree_language> owl:sameAs <http://lexvo.org/id/iso639-3/cre> .

<http://dbpedia.org/resource/Creek_language> owl:sameAs <http://lexvo.org/id/iso639-3/mus> .

<http://dbpedia.org/resource/Crimean_Tatar_language> owl:sameAs <http://lexvo.org/id/iso639-3/crh> .

<http://dbpedia.org/resource/Croatian_Sign_Language> owl:sameAs <http://lexvo.org/id/iso639-3/csq> .

<http://dbpedia.org/resource/Croatian_language> owl:sameAs <http://lexvo.org/id/iso639-3/hrv> .

<http://dbpedia.org/resource/Crow_language> owl:sameAs <http://lexvo.org/id/iso639-3/cro> .

<http://dbpedia.org/resource/Cua_language_(Mon%E2%80%93Khmer)> owl:sameAs <http://lexvo.org/id/iso639-3/cua> .

<http://dbpedia.org/resource/Cubeo_language> owl:sameAs <http://lexvo.org/id/iso639-3/cub> .

<http://dbpedia.org/resource/Cuiba_language> owl:sameAs <http://lexvo.org/id/iso639-3/cui> .

<http://dbpedia.org/resource/Cuka_language> owl:sameAs <http://lexvo.org/id/iso639-3/cuh> .

<http://dbpedia.org/resource/Culina_language> owl:sameAs <http://lexvo.org/id/iso639-3/cul> .

<http://dbpedia.org/resource/Cuman_language> owl:sameAs <http://lexvo.org/id/iso639-3/qwm> .

<http://dbpedia.org/resource/Cumbric_language> owl:sameAs <http://lexvo.org/id/iso639-3/xcb> .

<http://dbpedia.org/resource/Cun_language> owl:sameAs <http://lexvo.org/id/iso639-3/cuq> .

<http://dbpedia.org/resource/Cung_language> owl:sameAs <http://lexvo.org/id/iso639-3/cug> .

<http://dbpedia.org/resource/Cupe%C3%B1o_language> owl:sameAs <http://lexvo.org/id/iso639-3/cup> .

<http://dbpedia.org/resource/Curonian_language> owl:sameAs <http://lexvo.org/id/iso639-3/xcu> .

<http://dbpedia.org/resource/Curripaco_language> owl:sameAs <http://lexvo.org/id/iso639-3/kpc> .

<http://dbpedia.org/resource/Cusco-Collao_Quechua> owl:sameAs <http://lexvo.org/id/iso639-3/qxp> .

<http://dbpedia.org/resource/Cusco_Quechua> owl:sameAs <http://lexvo.org/id/iso639-3/quz> .

<http://dbpedia.org/resource/Cushitic_languages> owl:sameAs <http://lexvo.org/id/iso639-5/cus> .

<http://dbpedia.org/resource/Cuvok_language> owl:sameAs <http://lexvo.org/id/iso639-3/cuv> .

<http://dbpedia.org/resource/Cuyonon_language> owl:sameAs <http://lexvo.org/id/iso639-3/cyo> .

<http://dbpedia.org/resource/Cypriot_Maronite_Arabic> owl:sameAs <http://lexvo.org/id/iso639-3/acy> .

<http://dbpedia.org/resource/Czech_language> owl:sameAs <http://lexvo.org/id/iso639-3/ces> .

<http://dbpedia.org/resource/D%C3%A2w_language> owl:sameAs <http://lexvo.org/id/iso639-3/kwa> .

<http://dbpedia.org/resource/Daai_language> owl:sameAs <http://lexvo.org/id/iso639-3/dao> .

<http://dbpedia.org/resource/Daasanach_language> owl:sameAs <http://lexvo.org/id/iso639-3/dsh> .

<http://dbpedia.org/resource/Daba_language> owl:sameAs <http://lexvo.org/id/iso639-3/dbq> .

<http://dbpedia.org/resource/Dabarre_language> owl:sameAs <http://lexvo.org/id/iso639-3/dbr> .

<http://dbpedia.org/resource/Dacian_language> owl:sameAs <http://lexvo.org/id/iso639-3/xdc> .

<http://dbpedia.org/resource/Dadibi_language> owl:sameAs <http://lexvo.org/id/iso639-3/mps> .

<http://dbpedia.org/resource/Dadiya_language> owl:sameAs <http://lexvo.org/id/iso639-3/dbd> .

<http://dbpedia.org/resource/Daga_language> owl:sameAs <http://lexvo.org/id/iso639-3/dgz> .

<http://dbpedia.org/resource/Dagbani_language> owl:sameAs <http://lexvo.org/id/iso639-3/dag> .

<http://dbpedia.org/resource/Dahalo_language> owl:sameAs <http://lexvo.org/id/iso639-3/dal> .

<http://dbpedia.org/resource/Daho-Doo_language> owl:sameAs <http://lexvo.org/id/iso639-3/das> .

<http://dbpedia.org/resource/Daju_Mongo_language> owl:sameAs <http://lexvo.org/id/iso639-3/djc> .

<http://dbpedia.org/resource/Dakhini> owl:sameAs <http://lexvo.org/id/iso639-3/dcc> .

<http://dbpedia.org/resource/Dakpa_language> owl:sameAs <http://lexvo.org/id/iso639-3/dka> .

<http://dbpedia.org/resource/Dalabon_language> owl:sameAs <http://lexvo.org/id/iso639-3/ngk> .

<http://dbpedia.org/resource/Dalmatian_language> owl:sameAs <http://lexvo.org/id/iso639-3/dlm> .

<http://dbpedia.org/resource/Damakawa_language> owl:sameAs <http://lexvo.org/id/iso639-3/dam> .

<http://dbpedia.org/resource/Dameli_language> owl:sameAs <http://lexvo.org/id/iso639-3/dml> .

<http://dbpedia.org/resource/Dan_language> owl:sameAs <http://lexvo.org/id/iso639-3/daf> .

<http://dbpedia.org/resource/Danau_language> owl:sameAs <http://lexvo.org/id/iso639-3/dnu> .

<http://dbpedia.org/resource/Danezaa_language> owl:sameAs <http://lexvo.org/id/iso639-3/bea> .

<http://dbpedia.org/resource/Dangal%C3%A9at_language> owl:sameAs <http://lexvo.org/id/iso639-3/daa> .

<http://dbpedia.org/resource/Danish_Sign_Language> owl:sameAs <http://lexvo.org/id/iso639-3/dsl> .

<http://dbpedia.org/resource/Danish_language> owl:sameAs <http://lexvo.org/id/iso639-3/dan> .

<http://dbpedia.org/resource/Dano_language> owl:sameAs <http://lexvo.org/id/iso639-3/aso> .

<http://dbpedia.org/resource/Dargwa_language> owl:sameAs <http://lexvo.org/id/iso639-3/dar> .

<http://dbpedia.org/resource/Dari_(Zoroastrian)> owl:sameAs <http://lexvo.org/id/iso639-3/gbz> .

<http://dbpedia.org/resource/Darling_language> owl:sameAs <http://lexvo.org/id/iso639-3/drl> .

<http://dbpedia.org/resource/Dass_language> owl:sameAs <http://lexvo.org/id/iso639-3/dot> .

<http://dbpedia.org/resource/Datooga_language> owl:sameAs <http://lexvo.org/id/iso639-3/tcc> .

<http://dbpedia.org/resource/Daur_language> owl:sameAs <http://lexvo.org/id/iso639-3/dta> .

<http://dbpedia.org/resource/Davani_dialect> owl:sameAs <http://lexvo.org/id/iso639-3/fay> .

<http://dbpedia.org/resource/Dawera-Daweloor_language> owl:sameAs <http://lexvo.org/id/iso639-3/ddw> .

<http://dbpedia.org/resource/Day_language> owl:sameAs <http://lexvo.org/id/iso639-3/dai> .

<http://dbpedia.org/resource/Dazaga_language> owl:sameAs <http://lexvo.org/id/iso639-3/dzg> .

<http://dbpedia.org/resource/Dazawa_language> owl:sameAs <http://lexvo.org/id/iso639-3/dzd> .

<http://dbpedia.org/resource/Dedua_language> owl:sameAs <http://lexvo.org/id/iso639-3/ded> .

<http://dbpedia.org/resource/Defaka_language> owl:sameAs <http://lexvo.org/id/iso639-3/afn> .

<http://dbpedia.org/resource/Deg_Xinag_language> owl:sameAs <http://lexvo.org/id/iso639-3/ing> .

<http://dbpedia.org/resource/Deg_language> owl:sameAs <http://lexvo.org/id/iso639-3/mzw> .

<http://dbpedia.org/resource/Degema_language> owl:sameAs <http://lexvo.org/id/iso639-3/deg> .

<http://dbpedia.org/resource/Delaware_languages> owl:sameAs <http://lexvo.org/id/iso639-3/del> .

<http://dbpedia.org/resource/Delo_language> owl:sameAs <http://lexvo.org/id/iso639-3/ntr> .

<http://dbpedia.org/resource/Dem_language> owl:sameAs <http://lexvo.org/id/iso639-3/dem> .

<http://dbpedia.org/resource/Demta_language> owl:sameAs <http://lexvo.org/id/iso639-3/dmy> .

<http://dbpedia.org/resource/Dena'ina_language> owl:sameAs <http://lexvo.org/id/iso639-3/tfn> .

<http://dbpedia.org/resource/Dendi_language> owl:sameAs <http://lexvo.org/id/iso639-3/ddn> .

<http://dbpedia.org/resource/Dengebu_language> owl:sameAs <http://lexvo.org/id/iso639-3/dec> .

<http://dbpedia.org/resource/Dengese_language> owl:sameAs <http://lexvo.org/id/iso639-3/dez> .

<http://dbpedia.org/resource/Deni_language> owl:sameAs <http://lexvo.org/id/iso639-3/dny> .

<http://dbpedia.org/resource/Deno_language> owl:sameAs <http://lexvo.org/id/iso639-3/dbb> .

<http://dbpedia.org/resource/Denya_language> owl:sameAs <http://lexvo.org/id/iso639-3/anv> .

<http://dbpedia.org/resource/Deori_language> owl:sameAs <http://lexvo.org/id/iso639-3/der> .

<http://dbpedia.org/resource/Dera_language> owl:sameAs <http://lexvo.org/id/iso639-3/kbv> .

<http://dbpedia.org/resource/Derung_language> owl:sameAs <http://lexvo.org/id/iso639-3/duu> .

<http://dbpedia.org/resource/Dewoin_language> owl:sameAs <http://lexvo.org/id/iso639-3/dee> .

<http://dbpedia.org/resource/Dghwede_language> owl:sameAs <http://lexvo.org/id/iso639-3/dgh> .

<http://dbpedia.org/resource/Dhanwar_Rai_language> owl:sameAs <http://lexvo.org/id/iso639-3/dhw> .

<http://dbpedia.org/resource/Dhao_language> owl:sameAs <http://lexvo.org/id/iso639-3/nfa> .

<http://dbpedia.org/resource/Dhatki_language> owl:sameAs <http://lexvo.org/id/iso639-3/mki> .

<http://dbpedia.org/resource/Dhimal_language> owl:sameAs <http://lexvo.org/id/iso639-3/dhi> .

<http://dbpedia.org/resource/Dhivehi_language> owl:sameAs <http://lexvo.org/id/iso639-3/div> .

<http://dbpedia.org/resource/Dhofari_Arabic> owl:sameAs <http://lexvo.org/id/iso639-3/adf> .

<http://dbpedia.org/resource/Dhudhuroa_language> owl:sameAs <http://lexvo.org/id/iso639-3/ddr> .

<http://dbpedia.org/resource/Dhundari_language> owl:sameAs <http://lexvo.org/id/iso639-3/dhd> .

<http://dbpedia.org/resource/Dhuwal_language> owl:sameAs <http://lexvo.org/id/iso639-3/duj> .

<http://dbpedia.org/resource/Dia_language> owl:sameAs <http://lexvo.org/id/iso639-3/dia> .

<http://dbpedia.org/resource/Dibo_language> owl:sameAs <http://lexvo.org/id/iso639-3/dio> .

<http://dbpedia.org/resource/Didinga_language> owl:sameAs <http://lexvo.org/id/iso639-3/did> .

<http://dbpedia.org/resource/Digaro_Mishmi_language> owl:sameAs <http://lexvo.org/id/iso639-3/mhu> .

<http://dbpedia.org/resource/Digo_language> owl:sameAs <http://lexvo.org/id/iso639-3/dig> .

<http://dbpedia.org/resource/Dii_language> owl:sameAs <http://lexvo.org/id/iso639-3/dur> .

<http://dbpedia.org/resource/Dijim-Bwilim_language> owl:sameAs <http://lexvo.org/id/iso639-3/cfa> .

<http://dbpedia.org/resource/Dimasa_language> owl:sameAs <http://lexvo.org/id/iso639-3/dis> .

<http://dbpedia.org/resource/Dime_language> owl:sameAs <http://lexvo.org/id/iso639-3/dim> .

<http://dbpedia.org/resource/Dimir_language> owl:sameAs <http://lexvo.org/id/iso639-3/dmc> .

<http://dbpedia.org/resource/Ding_language> owl:sameAs <http://lexvo.org/id/iso639-3/diz> .

<http://dbpedia.org/resource/Dinka_language> owl:sameAs <http://lexvo.org/id/iso639-3/din> .

<http://dbpedia.org/resource/Dirasha_language> owl:sameAs <http://lexvo.org/id/iso639-3/gdl> .

<http://dbpedia.org/resource/Diri_language> owl:sameAs <http://lexvo.org/id/iso639-3/dwa> .

<http://dbpedia.org/resource/Ditidaht_language> owl:sameAs <http://lexvo.org/id/iso639-3/dtd> .

<http://dbpedia.org/resource/Diyari_language> owl:sameAs <http://lexvo.org/id/iso639-3/dif> .

<http://dbpedia.org/resource/Dizin_language> owl:sameAs <http://lexvo.org/id/iso639-3/mdx> .

<http://dbpedia.org/resource/Djabirr-Djabirr_language> owl:sameAs <http://lexvo.org/id/iso639-3/dyb> .

<http://dbpedia.org/resource/Djabugay_language> owl:sameAs <http://lexvo.org/id/iso639-3/dyy> .

<http://dbpedia.org/resource/Djeebbana_language> owl:sameAs <http://lexvo.org/id/iso639-3/djj> .

<http://dbpedia.org/resource/Djeoromitxi_language> owl:sameAs <http://lexvo.org/id/iso639-3/jbt> .

<http://dbpedia.org/resource/Djimini_language> owl:sameAs <http://lexvo.org/id/iso639-3/dyi> .

<http://dbpedia.org/resource/Djugun_language> owl:sameAs <http://lexvo.org/id/iso639-3/dyd> .

<http://dbpedia.org/resource/Doga_language> owl:sameAs <http://lexvo.org/id/iso639-3/dgg> .

<http://dbpedia.org/resource/Doghose_language> owl:sameAs <http://lexvo.org/id/iso639-3/dos> .

<http://dbpedia.org/resource/Dogoso_language> owl:sameAs <http://lexvo.org/id/iso639-3/dgs> .

<http://dbpedia.org/resource/Dogri_language> owl:sameAs <http://lexvo.org/id/iso639-3/doi> .

<http://dbpedia.org/resource/Dogrib_language> owl:sameAs <http://lexvo.org/id/iso639-3/dgr> .

<http://dbpedia.org/resource/Dogul_Dogon> owl:sameAs <http://lexvo.org/id/iso639-3/dbg> .

<http://dbpedia.org/resource/Dolgan_language> owl:sameAs <http://lexvo.org/id/iso639-3/dlg> .

<http://dbpedia.org/resource/Domaaki_language> owl:sameAs <http://lexvo.org/id/iso639-3/dmk> .

<http://dbpedia.org/resource/Domari_language> owl:sameAs <http://lexvo.org/id/iso639-3/rmt> .

<http://dbpedia.org/resource/Donga_language> owl:sameAs <http://lexvo.org/id/iso639-3/doh> .

<http://dbpedia.org/resource/Dongo_language> owl:sameAs <http://lexvo.org/id/iso639-3/doo> .

<http://dbpedia.org/resource/Dori'o_language> owl:sameAs <http://lexvo.org/id/iso639-3/dor> .

<http://dbpedia.org/resource/Dorig_language> owl:sameAs <http://lexvo.org/id/iso639-3/wwo> .

<http://dbpedia.org/resource/Dorop_language> owl:sameAs <http://lexvo.org/id/iso639-3/krp> .

<http://dbpedia.org/resource/Dororo_language> owl:sameAs <http://lexvo.org/id/iso639-3/drr> .

<http://dbpedia.org/resource/Dorze_language> owl:sameAs <http://lexvo.org/id/iso639-3/doz> .

<http://dbpedia.org/resource/Doso_language> owl:sameAs <http://lexvo.org/id/iso639-3/dol> .

<http://dbpedia.org/resource/Doyayo_language> owl:sameAs <http://lexvo.org/id/iso639-3/dow> .

<http://dbpedia.org/resource/Dr%C3%A8ents> owl:sameAs <http://lexvo.org/id/iso639-3/drt> .

<http://dbpedia.org/resource/Dravidian_languages> owl:sameAs <http://lexvo.org/id/iso639-5/dra> .

<http://dbpedia.org/resource/Drehu_language> owl:sameAs <http://lexvo.org/id/iso639-3/dhv> .

<http://dbpedia.org/resource/Duala_language> owl:sameAs <http://lexvo.org/id/iso639-3/dua> .

<http://dbpedia.org/resource/Dugwor_language> owl:sameAs <http://lexvo.org/id/iso639-3/dme> .

<http://dbpedia.org/resource/Duhwa_language> owl:sameAs <http://lexvo.org/id/iso639-3/kbz> .

<http://dbpedia.org/resource/Duka_language> owl:sameAs <http://lexvo.org/id/iso639-3/dud> .

<http://dbpedia.org/resource/Duke_language> owl:sameAs <http://lexvo.org/id/iso639-3/nke> .

<http://dbpedia.org/resource/Duleri_Dogon> owl:sameAs <http://lexvo.org/id/iso639-3/tde> .

<http://dbpedia.org/resource/Dumi_language> owl:sameAs <http://lexvo.org/id/iso639-3/dus> .

<http://dbpedia.org/resource/Dumpu_language> owl:sameAs <http://lexvo.org/id/iso639-3/wtf> .

<http://dbpedia.org/resource/Duna_language> owl:sameAs <http://lexvo.org/id/iso639-3/duc> .

<http://dbpedia.org/resource/Dungan_language> owl:sameAs <http://lexvo.org/id/iso639-3/dng> .

<http://dbpedia.org/resource/Dura_language> owl:sameAs <http://lexvo.org/id/iso639-3/drq> .

<http://dbpedia.org/resource/Duruwa_language> owl:sameAs <http://lexvo.org/id/iso639-3/pci> .

<http://dbpedia.org/resource/Dusner_language> owl:sameAs <http://lexvo.org/id/iso639-3/dsn> .

<http://dbpedia.org/resource/Dusun_language> owl:sameAs <http://lexvo.org/id/iso639-3/dtp> .

<http://dbpedia.org/resource/Dutch_Sign_Language> owl:sameAs <http://lexvo.org/id/iso639-3/dse> .

<http://dbpedia.org/resource/Dutch_language> owl:sameAs <http://lexvo.org/id/iso639-3/nld> .

<http://dbpedia.org/resource/Duvle_language> owl:sameAs <http://lexvo.org/id/iso639-3/duv> .

<http://dbpedia.org/resource/Duwai_language> owl:sameAs <http://lexvo.org/id/iso639-3/dbp> .

<http://dbpedia.org/resource/Duwet_language> owl:sameAs <http://lexvo.org/id/iso639-3/gve> .

<http://dbpedia.org/resource/Dyan_language> owl:sameAs <http://lexvo.org/id/iso639-3/dya> .

<http://dbpedia.org/resource/Dyirbal_language> owl:sameAs <http://lexvo.org/id/iso639-3/dbl> .

<http://dbpedia.org/resource/Dyula_language> owl:sameAs <http://lexvo.org/id/iso639-3/dyu> .

<http://dbpedia.org/resource/Dzala_language> owl:sameAs <http://lexvo.org/id/iso639-3/dzl> .

<http://dbpedia.org/resource/Dzao_Min_language> owl:sameAs <http://lexvo.org/id/iso639-3/bpn> .

<http://dbpedia.org/resource/Dzongkha> owl:sameAs <http://lexvo.org/id/iso639-3/dzo> .

<http://dbpedia.org/resource/E_language> owl:sameAs <http://lexvo.org/id/iso639-3/eee> .

<http://dbpedia.org/resource/Early_Middle_Japanese> owl:sameAs <http://lexvo.org/id/iso639-3/ojp> .

<http://dbpedia.org/resource/East_Ambae_language> owl:sameAs <http://lexvo.org/id/iso639-3/omb> .

<http://dbpedia.org/resource/East_Frisian_Low_Saxon> owl:sameAs <http://lexvo.org/id/iso639-3/frs> .

<http://dbpedia.org/resource/East_Germanic_languages> owl:sameAs <http://lexvo.org/id/iso639-5/gme> .

<http://dbpedia.org/resource/East_Slavic_languages> owl:sameAs <http://lexvo.org/id/iso639-5/zle> .

<http://dbpedia.org/resource/East_Teke_language> owl:sameAs <http://lexvo.org/id/iso639-3/tek> .

<http://dbpedia.org/resource/Eastern_Abnaki_language> owl:sameAs <http://lexvo.org/id/iso639-3/aaq> .

<http://dbpedia.org/resource/Eastern_Huasteca_Nahuatl> owl:sameAs <http://lexvo.org/id/iso639-3/nhe> .

<http://dbpedia.org/resource/Eastern_Malayo-Polynesian_languages> owl:sameAs <http://lexvo.org/id/iso639-5/pqe> .

<http://dbpedia.org/resource/Eastern_Ojibwa_language> owl:sameAs <http://lexvo.org/id/iso639-3/ojg> .

<http://dbpedia.org/resource/Eastern_Oromo_language> owl:sameAs <http://lexvo.org/id/iso639-3/hae> .

<http://dbpedia.org/resource/Eastern_Pomo_language> owl:sameAs <http://lexvo.org/id/iso639-3/peb> .

<http://dbpedia.org/resource/Eastern_Pwo_language> owl:sameAs <http://lexvo.org/id/iso639-3/kjp> .

<http://dbpedia.org/resource/Eastern_Sudanic_languages> owl:sameAs <http://lexvo.org/id/iso639-5/sdv> .

<http://dbpedia.org/resource/Eastern_Yugur_language> owl:sameAs <http://lexvo.org/id/iso639-3/yuy> .

<http://dbpedia.org/resource/Ebira_language> owl:sameAs <http://lexvo.org/id/iso639-3/igb> .

<http://dbpedia.org/resource/Eblaite_language> owl:sameAs <http://lexvo.org/id/iso639-3/xeb> .

<http://dbpedia.org/resource/Eborna_language> owl:sameAs <http://lexvo.org/id/iso639-3/bxx> .

<http://dbpedia.org/resource/Ebri%C3%A9_language> owl:sameAs <http://lexvo.org/id/iso639-3/ebr> .

<http://dbpedia.org/resource/Ebughu_language> owl:sameAs <http://lexvo.org/id/iso639-3/ebg> .

<http://dbpedia.org/resource/Ecuadorian_Sign_Language> owl:sameAs <http://lexvo.org/id/iso639-3/ecs> .

<http://dbpedia.org/resource/Edo_language> owl:sameAs <http://lexvo.org/id/iso639-3/bin> .

<http://dbpedia.org/resource/Edomite_language> owl:sameAs <http://lexvo.org/id/iso639-3/xdm> .

<http://dbpedia.org/resource/Efik_language> owl:sameAs <http://lexvo.org/id/iso639-3/efi> .

<http://dbpedia.org/resource/Efutop_language> owl:sameAs <http://lexvo.org/id/iso639-3/ofu> .

<http://dbpedia.org/resource/Efutu_language> owl:sameAs <http://lexvo.org/id/iso639-3/afu> .

<http://dbpedia.org/resource/Ega_language> owl:sameAs <http://lexvo.org/id/iso639-3/ega> .

<http://dbpedia.org/resource/Eggon_language> owl:sameAs <http://lexvo.org/id/iso639-3/ego> .

<http://dbpedia.org/resource/Egyptian_Arabic> owl:sameAs <http://lexvo.org/id/iso639-3/arz> .

<http://dbpedia.org/resource/Egyptian_languages> owl:sameAs <http://lexvo.org/id/iso639-5/egx> .

<http://dbpedia.org/resource/Ekajuk_language> owl:sameAs <http://lexvo.org/id/iso639-3/eka> .

<http://dbpedia.org/resource/Ekari_language> owl:sameAs <http://lexvo.org/id/iso639-3/ekg> .

<http://dbpedia.org/resource/Eket_language> owl:sameAs <http://lexvo.org/id/iso639-3/eke> .

<http://dbpedia.org/resource/Ekoi_language> owl:sameAs <http://lexvo.org/id/iso639-3/etu> .

<http://dbpedia.org/resource/Ekoka_!Kung> owl:sameAs <http://lexvo.org/id/iso639-3/knw> .

<http://dbpedia.org/resource/El_Molo_language> owl:sameAs <http://lexvo.org/id/iso639-3/elo> .

<http://dbpedia.org/resource/Elamite_language> owl:sameAs <http://lexvo.org/id/iso639-3/elx> .

<http://dbpedia.org/resource/Eleme_language> owl:sameAs <http://lexvo.org/id/iso639-3/elm> .

<http://dbpedia.org/resource/Elkei_language> owl:sameAs <http://lexvo.org/id/iso639-3/elk> .

<http://dbpedia.org/resource/Eloyi_language> owl:sameAs <http://lexvo.org/id/iso639-3/afo> .

<http://dbpedia.org/resource/Elseng_language> owl:sameAs <http://lexvo.org/id/iso639-3/mrf> .

<http://dbpedia.org/resource/Elymian_language> owl:sameAs <http://lexvo.org/id/iso639-3/xly> .

<http://dbpedia.org/resource/Embaloh_language> owl:sameAs <http://lexvo.org/id/iso639-3/emb> .

<http://dbpedia.org/resource/Embu_language> owl:sameAs <http://lexvo.org/id/iso639-3/ebu> .

<http://dbpedia.org/resource/Emerillon_language> owl:sameAs <http://lexvo.org/id/iso639-3/eme> .

<http://dbpedia.org/resource/Emilian_language> owl:sameAs <http://lexvo.org/id/iso639-3/egl> .

<http://dbpedia.org/resource/En_language> owl:sameAs <http://lexvo.org/id/iso639-3/enc> .

<http://dbpedia.org/resource/Enawene_Nawe_language> owl:sameAs <http://lexvo.org/id/iso639-3/unk> .

<http://dbpedia.org/resource/Enga_language> owl:sameAs <http://lexvo.org/id/iso639-3/enq> .

<http://dbpedia.org/resource/Enggano_language> owl:sameAs <http://lexvo.org/id/iso639-3/eno> .

<http://dbpedia.org/resource/English_language> owl:sameAs <http://lexvo.org/id/iso639-3/eng> .

<http://dbpedia.org/resource/Enindhilyagwa_language> owl:sameAs <http://lexvo.org/id/iso639-3/aoi> .

<http://dbpedia.org/resource/Enxet_language> owl:sameAs <http://lexvo.org/id/iso639-3/leg> .

<http://dbpedia.org/resource/Enya_language> owl:sameAs <http://lexvo.org/id/iso639-3/gey> .

<http://dbpedia.org/resource/Eotile_language> owl:sameAs <http://lexvo.org/id/iso639-3/eot> .

<http://dbpedia.org/resource/Epie_language> owl:sameAs <http://lexvo.org/id/iso639-3/epi> .

<http://dbpedia.org/resource/Erre_language> owl:sameAs <http://lexvo.org/id/iso639-3/err> .

<http://dbpedia.org/resource/Erromanga_language> owl:sameAs <http://lexvo.org/id/iso639-3/erg> .

<http://dbpedia.org/resource/Erromintxela_language> owl:sameAs <http://lexvo.org/id/iso639-3/emx> .

<http://dbpedia.org/resource/Ersu_language> owl:sameAs <http://lexvo.org/id/iso639-3/ers> .

<http://dbpedia.org/resource/Erzya_language> owl:sameAs <http://lexvo.org/id/iso639-3/myv> .

<http://dbpedia.org/resource/Esan_language> owl:sameAs <http://lexvo.org/id/iso639-3/ish> .

<http://dbpedia.org/resource/Ese%E2%80%99ejja> owl:sameAs <http://lexvo.org/id/iso639-3/ese> .

<http://dbpedia.org/resource/Ese_language> owl:sameAs <http://lexvo.org/id/iso639-3/mcq> .

<http://dbpedia.org/resource/Esimbi_language> owl:sameAs <http://lexvo.org/id/iso639-3/ags> .

<http://dbpedia.org/resource/Eskimo%E2%80%93Aleut_languages> owl:sameAs <http://lexvo.org/id/iso639-5/esx> .

<http://dbpedia.org/resource/Esperanto> owl:sameAs <http://lexvo.org/id/iso639-3/epo> .

<http://dbpedia.org/resource/Esselen_language> owl:sameAs <http://lexvo.org/id/iso639-3/esq> .

<http://dbpedia.org/resource/Estonian_Sign_Language> owl:sameAs <http://lexvo.org/id/iso639-3/eso> .

<http://dbpedia.org/resource/Estonian_language> owl:sameAs <http://lexvo.org/id/iso639-3/est> .

<http://dbpedia.org/resource/Etchemin_language> owl:sameAs <http://lexvo.org/id/iso639-3/etc> .

<http://dbpedia.org/resource/Eten_language> owl:sameAs <http://lexvo.org/id/iso639-3/etx> .

<http://dbpedia.org/resource/Eteocypriot_language> owl:sameAs <http://lexvo.org/id/iso639-3/ecy> .

<http://dbpedia.org/resource/Etkywan_language> owl:sameAs <http://lexvo.org/id/iso639-3/ich> .

<http://dbpedia.org/resource/Eton_language> owl:sameAs <http://lexvo.org/id/iso639-3/eto> .

<http://dbpedia.org/resource/Etruscan_language> owl:sameAs <http://lexvo.org/id/iso639-3/ett> .

<http://dbpedia.org/resource/Etulo_language> owl:sameAs <http://lexvo.org/id/iso639-3/utr> .

<http://dbpedia.org/resource/Even_language> owl:sameAs <http://lexvo.org/id/iso639-3/eve> .

<http://dbpedia.org/resource/Evenki_language> owl:sameAs <http://lexvo.org/id/iso639-3/evn> .

<http://dbpedia.org/resource/Ewe_language> owl:sameAs <http://lexvo.org/id/iso639-3/ewe> .

<http://dbpedia.org/resource/Ewondo_language> owl:sameAs <http://lexvo.org/id/iso639-3/ewo> .

<http://dbpedia.org/resource/Extremaduran_language> owl:sameAs <http://lexvo.org/id/iso639-3/ext> .

<http://dbpedia.org/resource/Eyak_language> owl:sameAs <http://lexvo.org/id/iso639-3/eya> .

<http://dbpedia.org/resource/Fa%E2%80%99_language> owl:sameAs <http://lexvo.org/id/iso639-3/lfa> .

<http://dbpedia.org/resource/Fagani_language> owl:sameAs <http://lexvo.org/id/iso639-3/faf> .

<http://dbpedia.org/resource/Faita_language> owl:sameAs <http://lexvo.org/id/iso639-3/faj> .

<http://dbpedia.org/resource/Fala_language> owl:sameAs <http://lexvo.org/id/iso639-3/fax> .

<http://dbpedia.org/resource/Falam_language> owl:sameAs <http://lexvo.org/id/iso639-3/cfm> .

<http://dbpedia.org/resource/Fali_language_of_Baissa> owl:sameAs <http://lexvo.org/id/iso639-3/fah> .

<http://dbpedia.org/resource/Fali_languages_(Chadic)> owl:sameAs <http://lexvo.org/id/iso639-3/fli> .

<http://dbpedia.org/resource/Faliscan_language> owl:sameAs <http://lexvo.org/id/iso639-3/xfa> .

<http://dbpedia.org/resource/Fam_language> owl:sameAs <http://lexvo.org/id/iso639-3/fam> .

<http://dbpedia.org/resource/Fanagalo> owl:sameAs <http://lexvo.org/id/iso639-3/fng> .

<http://dbpedia.org/resource/Fang_language> owl:sameAs <http://lexvo.org/id/iso639-3/fan> .

<http://dbpedia.org/resource/Fang_language_(Cameroon)> owl:sameAs <http://lexvo.org/id/iso639-3/fak> .

<http://dbpedia.org/resource/Fante_dialect> owl:sameAs <http://lexvo.org/id/iso639-3/fat> .

<http://dbpedia.org/resource/Fas_language> owl:sameAs <http://lexvo.org/id/iso639-3/fqs> .

<http://dbpedia.org/resource/Fasu_language> owl:sameAs <http://lexvo.org/id/iso639-3/faa> .

<http://dbpedia.org/resource/Fataluku_language> owl:sameAs <http://lexvo.org/id/iso639-3/ddg> .

<http://dbpedia.org/resource/Favorlang_language> owl:sameAs <http://lexvo.org/id/iso639-3/bzg> .

<http://dbpedia.org/resource/Fayu_language> owl:sameAs <http://lexvo.org/id/iso639-3/fau> .

<http://dbpedia.org/resource/Fe'fe'_language> owl:sameAs <http://lexvo.org/id/iso639-3/fmp> .

<http://dbpedia.org/resource/Fer_language> owl:sameAs <http://lexvo.org/id/iso639-3/kah> .

<http://dbpedia.org/resource/Fiji_Hindi> owl:sameAs <http://lexvo.org/id/iso639-3/hif> .

<http://dbpedia.org/resource/Fijian_language> owl:sameAs <http://lexvo.org/id/iso639-3/fij> .

<http://dbpedia.org/resource/Filipino_Sign_Language> owl:sameAs <http://lexvo.org/id/iso639-3/psp> .

<http://dbpedia.org/resource/Filipino_language> owl:sameAs <http://lexvo.org/id/iso639-3/fil> .

<http://dbpedia.org/resource/Finnish_Kalo_language> owl:sameAs <http://lexvo.org/id/iso639-3/rmf> .

<http://dbpedia.org/resource/Finnish_Sign_Language> owl:sameAs <http://lexvo.org/id/iso639-3/fse> .

<http://dbpedia.org/resource/Finnish_language> owl:sameAs <http://lexvo.org/id/iso639-3/fin> .

<http://dbpedia.org/resource/Finno-Ugrian_languages> owl:sameAs <http://lexvo.org/id/iso639-5/fiu> .

<http://dbpedia.org/resource/Finno-Ugric_languages> owl:sameAs <http://lexvo.org/id/iso639-5/fiu> .

<http://dbpedia.org/resource/Fipa_language> owl:sameAs <http://lexvo.org/id/iso639-3/fip> .

<http://dbpedia.org/resource/Fiwaga_language> owl:sameAs <http://lexvo.org/id/iso639-3/fiw> .

<http://dbpedia.org/resource/Flemish> owl:sameAs <http://lexvo.org/id/iso639-3/vls> .

<http://dbpedia.org/resource/Flemish_Sign_Language> owl:sameAs <http://lexvo.org/id/iso639-3/vgt> .

<http://dbpedia.org/resource/Foau_language> owl:sameAs <http://lexvo.org/id/iso639-3/flh> .

<http://dbpedia.org/resource/Foi_language> owl:sameAs <http://lexvo.org/id/iso639-3/foi> .

<http://dbpedia.org/resource/Folopa_language> owl:sameAs <http://lexvo.org/id/iso639-3/ppo> .

<http://dbpedia.org/resource/Fongoro_language> owl:sameAs <http://lexvo.org/id/iso639-3/fgr> .

<http://dbpedia.org/resource/Foodo_language> owl:sameAs <http://lexvo.org/id/iso639-3/fod> .

<http://dbpedia.org/resource/Fore_language> owl:sameAs <http://lexvo.org/id/iso639-3/for> .

<http://dbpedia.org/resource/Forest_Nenets_language> owl:sameAs <http://lexvo.org/id/iso639-3/yrk> .

<http://dbpedia.org/resource/Formosan_languages> owl:sameAs <http://lexvo.org/id/iso639-5/fox> .

<http://dbpedia.org/resource/Forro_language> owl:sameAs <http://lexvo.org/id/iso639-3/cri> .

<http://dbpedia.org/resource/Frafra_language> owl:sameAs <http://lexvo.org/id/iso639-3/gur> .

<http://dbpedia.org/resource/French_Guiana_Creole> owl:sameAs <http://lexvo.org/id/iso639-3/gcr> .

<http://dbpedia.org/resource/French_Sign_Language> owl:sameAs <http://lexvo.org/id/iso639-3/fsl> .

<http://dbpedia.org/resource/French_language> owl:sameAs <http://lexvo.org/id/iso639-3/fra> .

<http://dbpedia.org/resource/Friulan_language> owl:sameAs <http://lexvo.org/id/iso639-3/fur> .

<http://dbpedia.org/resource/Fula_language> owl:sameAs <http://lexvo.org/id/iso639-3/ful> .

<http://dbpedia.org/resource/Fulni%C3%B4_language> owl:sameAs <http://lexvo.org/id/iso639-3/fun> .

<http://dbpedia.org/resource/Fungor_language> owl:sameAs <http://lexvo.org/id/iso639-3/fuj> .

<http://dbpedia.org/resource/Furiiru_language> owl:sameAs <http://lexvo.org/id/iso639-3/flr> .

<http://dbpedia.org/resource/Furu_language> owl:sameAs <http://lexvo.org/id/iso639-3/fuu> .

<http://dbpedia.org/resource/Fut_language> owl:sameAs <http://lexvo.org/id/iso639-3/bfd> .

<http://dbpedia.org/resource/Futuna-Aniwa_language> owl:sameAs <http://lexvo.org/id/iso639-3/fut> .

<http://dbpedia.org/resource/Futunan_language> owl:sameAs <http://lexvo.org/id/iso639-3/fud> .

<http://dbpedia.org/resource/Fuumu_language> owl:sameAs <http://lexvo.org/id/iso639-3/ifm> .

<http://dbpedia.org/resource/Fuy%C3%BC_G%C3%AFrg%C3%AFs_dialect> owl:sameAs <http://lexvo.org/id/iso639-3/kjh> .

<http://dbpedia.org/resource/Fuyug_language> owl:sameAs <http://lexvo.org/id/iso639-3/fuy> .

<http://dbpedia.org/resource/Fwe_language> owl:sameAs <http://lexvo.org/id/iso639-3/fwe> .

<http://dbpedia.org/resource/Fyam_language> owl:sameAs <http://lexvo.org/id/iso639-3/pym> .

<http://dbpedia.org/resource/Fyer_language> owl:sameAs <http://lexvo.org/id/iso639-3/fie> .

<http://dbpedia.org/resource/G%C7%80ui_dialect> owl:sameAs <http://lexvo.org/id/iso639-3/gwj> .

<http://dbpedia.org/resource/Ga'anda_language> owl:sameAs <http://lexvo.org/id/iso639-3/gqa> .

<http://dbpedia.org/resource/Ga'dang_language> owl:sameAs <http://lexvo.org/id/iso639-3/gdg> .

<http://dbpedia.org/resource/Ga_language> owl:sameAs <http://lexvo.org/id/iso639-3/gaa> .

<http://dbpedia.org/resource/Gaa_language> owl:sameAs <http://lexvo.org/id/iso639-3/ttb> .

<http://dbpedia.org/resource/Gaagudju_language> owl:sameAs <http://lexvo.org/id/iso639-3/gbu> .

<http://dbpedia.org/resource/Gabri_language> owl:sameAs <http://lexvo.org/id/iso639-3/gab> .

<http://dbpedia.org/resource/Gadang_language> owl:sameAs <http://lexvo.org/id/iso639-3/gdk> .

<http://dbpedia.org/resource/Gaddang_language> owl:sameAs <http://lexvo.org/id/iso639-3/gad> .

<http://dbpedia.org/resource/Gadsup_language> owl:sameAs <http://lexvo.org/id/iso639-3/gaj> .

<http://dbpedia.org/resource/Gafat_language> owl:sameAs <http://lexvo.org/id/iso639-3/gft> .

<http://dbpedia.org/resource/Gagauz_language> owl:sameAs <http://lexvo.org/id/iso639-3/gag> .

<http://dbpedia.org/resource/Gagu_language> owl:sameAs <http://lexvo.org/id/iso639-3/ggu> .

<http://dbpedia.org/resource/Gahri_language> owl:sameAs <http://lexvo.org/id/iso639-3/bfu> .

<http://dbpedia.org/resource/Gajirrabeng_language> owl:sameAs <http://lexvo.org/id/iso639-3/gdh> .

<http://dbpedia.org/resource/Galambu_language> owl:sameAs <http://lexvo.org/id/iso639-3/glo> .

<http://dbpedia.org/resource/Galatian_language> owl:sameAs <http://lexvo.org/id/iso639-3/xga> .

<http://dbpedia.org/resource/Galela_language> owl:sameAs <http://lexvo.org/id/iso639-3/gbi> .

<http://dbpedia.org/resource/Galician_language> owl:sameAs <http://lexvo.org/id/iso639-3/glg> .

<http://dbpedia.org/resource/Galindian_language> owl:sameAs <http://lexvo.org/id/iso639-3/xgl> .

<http://dbpedia.org/resource/Gallong_language> owl:sameAs <http://lexvo.org/id/iso639-3/adl> .

<http://dbpedia.org/resource/Gallurese_language> owl:sameAs <http://lexvo.org/id/iso639-3/sdn> .

<http://dbpedia.org/resource/Galoli_language> owl:sameAs <http://lexvo.org/id/iso639-3/gal> .

<http://dbpedia.org/resource/Gamilaraay_language> owl:sameAs <http://lexvo.org/id/iso639-3/kld> .

<http://dbpedia.org/resource/Gamkorona_language> owl:sameAs <http://lexvo.org/id/iso639-3/gak> .

<http://dbpedia.org/resource/Gan_Chinese> owl:sameAs <http://lexvo.org/id/iso639-3/gan> .

<http://dbpedia.org/resource/Gangte_language> owl:sameAs <http://lexvo.org/id/iso639-3/gnb> .

<http://dbpedia.org/resource/Ganza_language> owl:sameAs <http://lexvo.org/id/iso639-3/gza> .

<http://dbpedia.org/resource/Garadjari_language> owl:sameAs <http://lexvo.org/id/iso639-3/gbd> .

<http://dbpedia.org/resource/Garhwali_language> owl:sameAs <http://lexvo.org/id/iso639-3/gbm> .

<http://dbpedia.org/resource/Garifuna_language> owl:sameAs <http://lexvo.org/id/iso639-3/cab> .

<http://dbpedia.org/resource/Garo_language> owl:sameAs <http://lexvo.org/id/iso639-3/grt> .

<http://dbpedia.org/resource/Garre_language> owl:sameAs <http://lexvo.org/id/iso639-3/gex> .

<http://dbpedia.org/resource/Garza_language> owl:sameAs <http://lexvo.org/id/iso639-3/xgr> .

<http://dbpedia.org/resource/Gataq_language> owl:sameAs <http://lexvo.org/id/iso639-3/gaq> .

<http://dbpedia.org/resource/Gavar_language> owl:sameAs <http://lexvo.org/id/iso639-3/gou> .

<http://dbpedia.org/resource/Gavi%C3%A3o_of_Jiparan%C3%A1> owl:sameAs <http://lexvo.org/id/iso639-3/gvo> .

<http://dbpedia.org/resource/Gawar-Bati_language> owl:sameAs <http://lexvo.org/id/iso639-3/gwt> .

<http://dbpedia.org/resource/Gawwada_language> owl:sameAs <http://lexvo.org/id/iso639-3/gwd> .

<http://dbpedia.org/resource/Gaya_language> owl:sameAs <http://lexvo.org/id/iso639-3/zra> .

<http://dbpedia.org/resource/Gayle_language> owl:sameAs <http://lexvo.org/id/iso639-3/gic> .

<http://dbpedia.org/resource/Gayo_language> owl:sameAs <http://lexvo.org/id/iso639-3/gay> .

<http://dbpedia.org/resource/Gbantu_language> owl:sameAs <http://lexvo.org/id/iso639-3/nbr> .

<http://dbpedia.org/resource/Gbanu_language> owl:sameAs <http://lexvo.org/id/iso639-3/gbv> .

<http://dbpedia.org/resource/Gbii_language> owl:sameAs <http://lexvo.org/id/iso639-3/ggb> .

<http://dbpedia.org/resource/Gbiri-Niragu_language> owl:sameAs <http://lexvo.org/id/iso639-3/grh> .

<http://dbpedia.org/resource/Gbo_language> owl:sameAs <http://lexvo.org/id/iso639-3/agb> .

<http://dbpedia.org/resource/Gciriku_language> owl:sameAs <http://lexvo.org/id/iso639-3/diu> .

<http://dbpedia.org/resource/Ge'ez_language> owl:sameAs <http://lexvo.org/id/iso639-3/gez> .

<http://dbpedia.org/resource/Gedaged_language> owl:sameAs <http://lexvo.org/id/iso639-3/gdd> .

<http://dbpedia.org/resource/Gedeo_language> owl:sameAs <http://lexvo.org/id/iso639-3/drs> .

<http://dbpedia.org/resource/Geji_language> owl:sameAs <http://lexvo.org/id/iso639-3/gji> .

<http://dbpedia.org/resource/Gejia_language> owl:sameAs <http://lexvo.org/id/iso639-3/hmj> .

<http://dbpedia.org/resource/Gela_language> owl:sameAs <http://lexvo.org/id/iso639-3/nlg> .

<http://dbpedia.org/resource/Geme_language> owl:sameAs <http://lexvo.org/id/iso639-3/geq> .

<http://dbpedia.org/resource/Gen_language> owl:sameAs <http://lexvo.org/id/iso639-3/gej> .

<http://dbpedia.org/resource/Gende_language> owl:sameAs <http://lexvo.org/id/iso639-3/gaf> .

<http://dbpedia.org/resource/Georgian_language> owl:sameAs <http://lexvo.org/id/iso639-3/kat> .

<http://dbpedia.org/resource/Gera_language> owl:sameAs <http://lexvo.org/id/iso639-3/gew> .

<http://dbpedia.org/resource/German_Sign_Language> owl:sameAs <http://lexvo.org/id/iso639-3/gsg> .

<http://dbpedia.org/resource/Germanic_languages> owl:sameAs <http://lexvo.org/id/iso639-5/gem> .

<http://dbpedia.org/resource/Geruma_language> owl:sameAs <http://lexvo.org/id/iso639-3/gea> .

<http://dbpedia.org/resource/Ghadam%C3%A8s_language> owl:sameAs <http://lexvo.org/id/iso639-3/gha> .

<http://dbpedia.org/resource/Ghandruk_Sign_Language> owl:sameAs <http://lexvo.org/id/iso639-3/gds> .

<http://dbpedia.org/resource/Ghanongga_language> owl:sameAs <http://lexvo.org/id/iso639-3/ghn> .

<http://dbpedia.org/resource/Ghari_language> owl:sameAs <http://lexvo.org/id/iso639-3/gri> .

<http://dbpedia.org/resource/Gheg_Albanian> owl:sameAs <http://lexvo.org/id/iso639-3/aln> .

<http://dbpedia.org/resource/Ghomala'_language> owl:sameAs <http://lexvo.org/id/iso639-3/bbj> .

<http://dbpedia.org/resource/Ghomara_language> owl:sameAs <http://lexvo.org/id/iso639-3/gho> .

<http://dbpedia.org/resource/Ghotuo_language> owl:sameAs <http://lexvo.org/id/iso639-3/aaa> .

<http://dbpedia.org/resource/Gidar_language> owl:sameAs <http://lexvo.org/id/iso639-3/gid> .

<http://dbpedia.org/resource/Giiwo_language> owl:sameAs <http://lexvo.org/id/iso639-3/kks> .

<http://dbpedia.org/resource/Gikuyu_language> owl:sameAs <http://lexvo.org/id/iso639-3/kik> .

<http://dbpedia.org/resource/Gilaki_language> owl:sameAs <http://lexvo.org/id/iso639-3/glk> .

<http://dbpedia.org/resource/Gilbertese_language> owl:sameAs <http://lexvo.org/id/iso639-3/gil> .

<http://dbpedia.org/resource/Gimi_language> owl:sameAs <http://lexvo.org/id/iso639-3/gim> .

<http://dbpedia.org/resource/Girawa_language> owl:sameAs <http://lexvo.org/id/iso639-3/bbr> .

<http://dbpedia.org/resource/Gitxsan_language> owl:sameAs <http://lexvo.org/id/iso639-3/git> .

<http://dbpedia.org/resource/Gizrra_language> owl:sameAs <http://lexvo.org/id/iso639-3/tof> .

<http://dbpedia.org/resource/Glavda_language> owl:sameAs <http://lexvo.org/id/iso639-3/glw> .

<http://dbpedia.org/resource/Glio-Ubi_language> owl:sameAs <http://lexvo.org/id/iso639-3/oub> .

<http://dbpedia.org/resource/Glosa> owl:sameAs <http://lexvo.org/id/iso639-3/igs> .

<http://dbpedia.org/resource/Gnau_language> owl:sameAs <http://lexvo.org/id/iso639-3/gnu> .

<http://dbpedia.org/resource/Goaria_language> owl:sameAs <http://lexvo.org/id/iso639-3/gig> .

<http://dbpedia.org/resource/Godi%C3%A9_language> owl:sameAs <http://lexvo.org/id/iso639-3/god> .

<http://dbpedia.org/resource/Godoberi_language> owl:sameAs <http://lexvo.org/id/iso639-3/gdo> .

<http://dbpedia.org/resource/Godwari> owl:sameAs <http://lexvo.org/id/iso639-3/gdx> .

<http://dbpedia.org/resource/Goemai_language> owl:sameAs <http://lexvo.org/id/iso639-3/ank> .

<http://dbpedia.org/resource/Gogo_language> owl:sameAs <http://lexvo.org/id/iso639-3/gog> .

<http://dbpedia.org/resource/Gogodala_language> owl:sameAs <http://lexvo.org/id/iso639-3/ggw> .

<http://dbpedia.org/resource/Goguryeo_language> owl:sameAs <http://lexvo.org/id/iso639-3/zkg> .

<http://dbpedia.org/resource/Gokana_language> owl:sameAs <http://lexvo.org/id/iso639-3/gkn> .

<http://dbpedia.org/resource/Gola_language> owl:sameAs <http://lexvo.org/id/iso639-3/gol> .

<http://dbpedia.org/resource/Golin_language> owl:sameAs <http://lexvo.org/id/iso639-3/gvf> .

<http://dbpedia.org/resource/Gondi_language> owl:sameAs <http://lexvo.org/id/iso639-3/gon> .

<http://dbpedia.org/resource/Gone_Dau_language> owl:sameAs <http://lexvo.org/id/iso639-3/goo> .

<http://dbpedia.org/resource/Gongduk_language> owl:sameAs <http://lexvo.org/id/iso639-3/goe> .

<http://dbpedia.org/resource/Gonja_language> owl:sameAs <http://lexvo.org/id/iso639-3/gjn> .

<http://dbpedia.org/resource/Gooniyandi_language> owl:sameAs <http://lexvo.org/id/iso639-3/gni> .

<http://dbpedia.org/resource/Gorani_language> owl:sameAs <http://lexvo.org/id/iso639-3/hac> .

<http://dbpedia.org/resource/Gorontalo_language> owl:sameAs <http://lexvo.org/id/iso639-3/gor> .

<http://dbpedia.org/resource/Gorowa_language> owl:sameAs <http://lexvo.org/id/iso639-3/gow> .

<http://dbpedia.org/resource/Gothic_language> owl:sameAs <http://lexvo.org/id/iso639-3/got> .

<http://dbpedia.org/resource/Gourmanch%C3%A9ma_language> owl:sameAs <http://lexvo.org/id/iso639-3/gux> .

<http://dbpedia.org/resource/Greek_Sign_Language> owl:sameAs <http://lexvo.org/id/iso639-3/gss> .

<http://dbpedia.org/resource/Greek_languages> owl:sameAs <http://lexvo.org/id/iso639-5/grk> .

<http://dbpedia.org/resource/Greenlandic_language> owl:sameAs <http://lexvo.org/id/iso639-3/kal> .

<http://dbpedia.org/resource/Grenadian_Creole> owl:sameAs <http://lexvo.org/id/iso639-3/gcl> .

<http://dbpedia.org/resource/Gresi_language> owl:sameAs <http://lexvo.org/id/iso639-3/grs> .

<http://dbpedia.org/resource/Groma_language> owl:sameAs <http://lexvo.org/id/iso639-3/gro> .

<http://dbpedia.org/resource/Gronings> owl:sameAs <http://lexvo.org/id/iso639-3/gos> .

<http://dbpedia.org/resource/Gros_Ventre_language> owl:sameAs <http://lexvo.org/id/iso639-3/ats> .

<http://dbpedia.org/resource/Gua_language> owl:sameAs <http://lexvo.org/id/iso639-3/gwx> .

<http://dbpedia.org/resource/Guahibo_language> owl:sameAs <http://lexvo.org/id/iso639-3/guh> .

<http://dbpedia.org/resource/Guaja_language> owl:sameAs <http://lexvo.org/id/iso639-3/gvj> .

<http://dbpedia.org/resource/Guanano_language> owl:sameAs <http://lexvo.org/id/iso639-3/gvc> .

<http://dbpedia.org/resource/Guanche_language> owl:sameAs <http://lexvo.org/id/iso639-3/gnc> .

<http://dbpedia.org/resource/Guaran%C3%AD_language> owl:sameAs <http://lexvo.org/id/iso639-3/gug> .

<http://dbpedia.org/resource/Guarayu_language> owl:sameAs <http://lexvo.org/id/iso639-3/gyr> .

<http://dbpedia.org/resource/Guat%C3%B3_language> owl:sameAs <http://lexvo.org/id/iso639-3/gta> .

<http://dbpedia.org/resource/Guatemalan_Sign_Language> owl:sameAs <http://lexvo.org/id/iso639-3/gsm> .

<http://dbpedia.org/resource/Guayabero_language> owl:sameAs <http://lexvo.org/id/iso639-3/guo> .

<http://dbpedia.org/resource/Guaym%C3%AD_language> owl:sameAs <http://lexvo.org/id/iso639-3/gym> .

<http://dbpedia.org/resource/Gude_language> owl:sameAs <http://lexvo.org/id/iso639-3/gde> .

<http://dbpedia.org/resource/Gudu_language> owl:sameAs <http://lexvo.org/id/iso639-3/gdu> .

<http://dbpedia.org/resource/Guduf-Gava_language> owl:sameAs <http://lexvo.org/id/iso639-3/gdf> .

<http://dbpedia.org/resource/Guerrero_Amuzgo_language> owl:sameAs <http://lexvo.org/id/iso639-3/amu> .

<http://dbpedia.org/resource/Gugu_Thaypan_language> owl:sameAs <http://lexvo.org/id/iso639-3/typ> .

<http://dbpedia.org/resource/Gugu_Uwanh_dialect> owl:sameAs <http://lexvo.org/id/iso639-3/uwa> .

<http://dbpedia.org/resource/Guhu-Samane_language> owl:sameAs <http://lexvo.org/id/iso639-3/ghs> .

<http://dbpedia.org/resource/Guinea-Bissau_Creole> owl:sameAs <http://lexvo.org/id/iso639-3/pov> .

<http://dbpedia.org/resource/Gujarati_language> owl:sameAs <http://lexvo.org/id/iso639-3/guj> .

<http://dbpedia.org/resource/Gujari> owl:sameAs <http://lexvo.org/id/iso639-3/gju> .

<http://dbpedia.org/resource/Gula'alaa_language> owl:sameAs <http://lexvo.org/id/iso639-3/kwd> .

<http://dbpedia.org/resource/Gula_Iro_language> owl:sameAs <http://lexvo.org/id/iso639-3/glj> .

<http://dbpedia.org/resource/Gulay_language> owl:sameAs <http://lexvo.org/id/iso639-3/gvl> .

<http://dbpedia.org/resource/Gule_language> owl:sameAs <http://lexvo.org/id/iso639-3/gly> .

<http://dbpedia.org/resource/Gulf_Arabic> owl:sameAs <http://lexvo.org/id/iso639-3/afb> .

<http://dbpedia.org/resource/Guliguli_language> owl:sameAs <http://lexvo.org/id/iso639-3/gli> .

<http://dbpedia.org/resource/Gullah_language> owl:sameAs <http://lexvo.org/id/iso639-3/gul> .

<http://dbpedia.org/resource/Gumuz_language> owl:sameAs <http://lexvo.org/id/iso639-3/guk> .

<http://dbpedia.org/resource/Gunai_language> owl:sameAs <http://lexvo.org/id/iso639-3/ihw> .

<http://dbpedia.org/resource/Gunbarlang_language> owl:sameAs <http://lexvo.org/id/iso639-3/wlg> .

<http://dbpedia.org/resource/Gungu_language> owl:sameAs <http://lexvo.org/id/iso639-3/rub> .

<http://dbpedia.org/resource/Gunu_language> owl:sameAs <http://lexvo.org/id/iso639-3/yas> .

<http://dbpedia.org/resource/Gunwinggu_language> owl:sameAs <http://lexvo.org/id/iso639-3/gup> .

<http://dbpedia.org/resource/Gunya_language> owl:sameAs <http://lexvo.org/id/iso639-3/gyy> .

<http://dbpedia.org/resource/Guragone_language> owl:sameAs <http://lexvo.org/id/iso639-3/gge> .

<http://dbpedia.org/resource/Guriaso_language> owl:sameAs <http://lexvo.org/id/iso639-3/grx> .

<http://dbpedia.org/resource/Gurindji_language> owl:sameAs <http://lexvo.org/id/iso639-3/gue> .

<http://dbpedia.org/resource/Guro_language> owl:sameAs <http://lexvo.org/id/iso639-3/goa> .

<http://dbpedia.org/resource/Guru_language> owl:sameAs <http://lexvo.org/id/iso639-3/bqu> .

<http://dbpedia.org/resource/Guruntum_language> owl:sameAs <http://lexvo.org/id/iso639-3/grd> .

<http://dbpedia.org/resource/Gusii_language> owl:sameAs <http://lexvo.org/id/iso639-3/guz> .

<http://dbpedia.org/resource/Gusilay_language> owl:sameAs <http://lexvo.org/id/iso639-3/gsl> .

<http://dbpedia.org/resource/Gutob_language> owl:sameAs <http://lexvo.org/id/iso639-3/gbj> .

<http://dbpedia.org/resource/Guugu_Yimithirr_language> owl:sameAs <http://lexvo.org/id/iso639-3/kky> .

<http://dbpedia.org/resource/Guyanese_Creole> owl:sameAs <http://lexvo.org/id/iso639-3/gyn> .

<http://dbpedia.org/resource/Gvoko_language> owl:sameAs <http://lexvo.org/id/iso639-3/ngs> .

<http://dbpedia.org/resource/Gwahatike_language> owl:sameAs <http://lexvo.org/id/iso639-3/dah> .

<http://dbpedia.org/resource/Gwandara_language> owl:sameAs <http://lexvo.org/id/iso639-3/gwn> .

<http://dbpedia.org/resource/Gweno_language> owl:sameAs <http://lexvo.org/id/iso639-3/gwe> .

<http://dbpedia.org/resource/Gwere_language> owl:sameAs <http://lexvo.org/id/iso639-3/gwr> .

<http://dbpedia.org/resource/Gwich%E2%80%99in_language> owl:sameAs <http://lexvo.org/id/iso639-3/gwi> .

<http://dbpedia.org/resource/Gwune_language> owl:sameAs <http://lexvo.org/id/iso639-3/yay> .

<http://dbpedia.org/resource/H%C3%A4n_language> owl:sameAs <http://lexvo.org/id/iso639-3/haa> .

<http://dbpedia.org/resource/Ha_language> owl:sameAs <http://lexvo.org/id/iso639-3/haq> .

<http://dbpedia.org/resource/Hadhrami_Arabic> owl:sameAs <http://lexvo.org/id/iso639-3/ayh> .

<http://dbpedia.org/resource/Hadiyya_language> owl:sameAs <http://lexvo.org/id/iso639-3/hdy> .

<http://dbpedia.org/resource/Hadramautic_language> owl:sameAs <http://lexvo.org/id/iso639-3/xhd> .

<http://dbpedia.org/resource/Hadza_language> owl:sameAs <http://lexvo.org/id/iso639-3/hts> .

<http://dbpedia.org/resource/Hagahai_language> owl:sameAs <http://lexvo.org/id/iso639-3/pnn> .

<http://dbpedia.org/resource/Haida_language> owl:sameAs <http://lexvo.org/id/iso639-3/hai> .

<http://dbpedia.org/resource/Haisla_language> owl:sameAs <http://lexvo.org/id/iso639-3/has> .

<http://dbpedia.org/resource/Haitian_Creole_language> owl:sameAs <http://lexvo.org/id/iso639-3/hat> .

<http://dbpedia.org/resource/Haitian_Vodoun_Culture_Language> owl:sameAs <http://lexvo.org/id/iso639-3/hvc> .

<http://dbpedia.org/resource/Hajong_language> owl:sameAs <http://lexvo.org/id/iso639-3/haj> .

<http://dbpedia.org/resource/Hakha-Chin_language> owl:sameAs <http://lexvo.org/id/iso639-3/cnh> .

<http://dbpedia.org/resource/Hakka_Chinese> owl:sameAs <http://lexvo.org/id/iso639-3/hak> .

<http://dbpedia.org/resource/Halang_Doan_language> owl:sameAs <http://lexvo.org/id/iso639-3/hld> .

<http://dbpedia.org/resource/Halang_language> owl:sameAs <http://lexvo.org/id/iso639-3/hal> .

<http://dbpedia.org/resource/Halbi_language> owl:sameAs <http://lexvo.org/id/iso639-3/hlb> .

<http://dbpedia.org/resource/Halkomelem_language> owl:sameAs <http://lexvo.org/id/iso639-3/hur> .

<http://dbpedia.org/resource/Hamer-Banna_language> owl:sameAs <http://lexvo.org/id/iso639-3/amf> .

<http://dbpedia.org/resource/Hamtai_language> owl:sameAs <http://lexvo.org/id/iso639-3/hmt> .

<http://dbpedia.org/resource/Hanis_language> owl:sameAs <http://lexvo.org/id/iso639-3/csz> .

<http://dbpedia.org/resource/Hanun%C3%B3'o_language> owl:sameAs <http://lexvo.org/id/iso639-3/hnn> .

<http://dbpedia.org/resource/Harappan_language> owl:sameAs <http://lexvo.org/id/iso639-3/xiv> .

<http://dbpedia.org/resource/Harari_language> owl:sameAs <http://lexvo.org/id/iso639-3/har> .

<http://dbpedia.org/resource/Harauti_language> owl:sameAs <http://lexvo.org/id/iso639-3/hoj> .

<http://dbpedia.org/resource/Harsusi_language> owl:sameAs <http://lexvo.org/id/iso639-3/hss> .

<http://dbpedia.org/resource/Haruai_language> owl:sameAs <http://lexvo.org/id/iso639-3/tmd> .

<http://dbpedia.org/resource/Haryanvi_language> owl:sameAs <http://lexvo.org/id/iso639-3/bgc> .

<http://dbpedia.org/resource/Hasha_language> owl:sameAs <http://lexvo.org/id/iso639-3/ybj> .

<http://dbpedia.org/resource/Hass%C4%81n%C4%ABya_language> owl:sameAs <http://lexvo.org/id/iso639-3/mey> .

<http://dbpedia.org/resource/Hattam_language> owl:sameAs <http://lexvo.org/id/iso639-3/had> .

<http://dbpedia.org/resource/Hattic_language> owl:sameAs <http://lexvo.org/id/iso639-3/xht> .

<http://dbpedia.org/resource/Hausa_Sign_Language> owl:sameAs <http://lexvo.org/id/iso639-3/hsl> .

<http://dbpedia.org/resource/Hausa_language> owl:sameAs <http://lexvo.org/id/iso639-3/hau> .

<http://dbpedia.org/resource/Havasupai%E2%80%93Hualapai_language> owl:sameAs <http://lexvo.org/id/iso639-3/yuf> .

<http://dbpedia.org/resource/Havu_language> owl:sameAs <http://lexvo.org/id/iso639-3/hav> .

<http://dbpedia.org/resource/Hawaii_Pidgin_Sign_Language> owl:sameAs <http://lexvo.org/id/iso639-3/hps> .

<http://dbpedia.org/resource/Hawaiian_Pidgin> owl:sameAs <http://lexvo.org/id/iso639-3/hwc> .

<http://dbpedia.org/resource/Hawaiian_language> owl:sameAs <http://lexvo.org/id/iso639-3/haw> .

<http://dbpedia.org/resource/Hawu_language> owl:sameAs <http://lexvo.org/id/iso639-3/hvn> .

<http://dbpedia.org/resource/Haya_language> owl:sameAs <http://lexvo.org/id/iso639-3/hay> .

<http://dbpedia.org/resource/Hazaragi_language> owl:sameAs <http://lexvo.org/id/iso639-3/haz> .

<http://dbpedia.org/resource/Hdi_language> owl:sameAs <http://lexvo.org/id/iso639-3/xed> .

<http://dbpedia.org/resource/Hehe_language> owl:sameAs <http://lexvo.org/id/iso639-3/heh> .

<http://dbpedia.org/resource/Heiban_language> owl:sameAs <http://lexvo.org/id/iso639-3/hbn> .

<http://dbpedia.org/resource/Hejazi_Arabic> owl:sameAs <http://lexvo.org/id/iso639-3/acw> .

<http://dbpedia.org/resource/Hellenic_languages> owl:sameAs <http://lexvo.org/id/iso639-5/grk> .

<http://dbpedia.org/resource/Hema_language> owl:sameAs <http://lexvo.org/id/iso639-3/nix> .

<http://dbpedia.org/resource/Hemba_language> owl:sameAs <http://lexvo.org/id/iso639-3/hem> .

<http://dbpedia.org/resource/Hendo_language> owl:sameAs <http://lexvo.org/id/iso639-3/soe> .

<http://dbpedia.org/resource/Herd%C3%A9_language> owl:sameAs <http://lexvo.org/id/iso639-3/hed> .

<http://dbpedia.org/resource/Herero_language> owl:sameAs <http://lexvo.org/id/iso639-3/her> .

<http://dbpedia.org/resource/Hermit_language> owl:sameAs <http://lexvo.org/id/iso639-3/llf> .

<http://dbpedia.org/resource/Hewa_language> owl:sameAs <http://lexvo.org/id/iso639-3/ham> .

<http://dbpedia.org/resource/Heyo_language> owl:sameAs <http://lexvo.org/id/iso639-3/auk> .

<http://dbpedia.org/resource/Hibito_language> owl:sameAs <http://lexvo.org/id/iso639-3/hib> .

<http://dbpedia.org/resource/Hidatsa_language> owl:sameAs <http://lexvo.org/id/iso639-3/hid> .

<http://dbpedia.org/resource/Hieroglyphic_Luwian> owl:sameAs <http://lexvo.org/id/iso639-3/hlu> .

<http://dbpedia.org/resource/Highland_Oaxaca_Chontal> owl:sameAs <http://lexvo.org/id/iso639-3/chd> .

<http://dbpedia.org/resource/Highland_Otomi> owl:sameAs <http://lexvo.org/id/iso639-3/otm> .

<http://dbpedia.org/resource/Highland_Puebla_Nahuatl> owl:sameAs <http://lexvo.org/id/iso639-3/azz> .

<http://dbpedia.org/resource/Hiligaynon_language> owl:sameAs <http://lexvo.org/id/iso639-3/hil> .

<http://dbpedia.org/resource/Hill_Mari_language> owl:sameAs <http://lexvo.org/id/iso639-3/mrj> .

<http://dbpedia.org/resource/Himarim%C3%A3_language> owl:sameAs <http://lexvo.org/id/iso639-3/hir> .

<http://dbpedia.org/resource/Hinukh_language> owl:sameAs <http://lexvo.org/id/iso639-3/gin> .

<http://dbpedia.org/resource/Hiri_Motu_language> owl:sameAs <http://lexvo.org/id/iso639-3/hmo> .

<http://dbpedia.org/resource/History_of_the_Hungarian_language> owl:sameAs <http://lexvo.org/id/iso639-3/ohu> .

<http://dbpedia.org/resource/Hittite_language> owl:sameAs <http://lexvo.org/id/iso639-3/hit> .

<http://dbpedia.org/resource/Hiw_language> owl:sameAs <http://lexvo.org/id/iso639-3/hiw> .

<http://dbpedia.org/resource/Hixkaryana_language> owl:sameAs <http://lexvo.org/id/iso639-3/hix> .

<http://dbpedia.org/resource/Hm_Nai_language> owl:sameAs <http://lexvo.org/id/iso639-3/bwn> .

<http://dbpedia.org/resource/Hmar_language> owl:sameAs <http://lexvo.org/id/iso639-3/hmr> .

<http://dbpedia.org/resource/Hmong%E2%80%93Mien_languages> owl:sameAs <http://lexvo.org/id/iso639-5/hmx> .

<http://dbpedia.org/resource/Ho_language> owl:sameAs <http://lexvo.org/id/iso639-3/hoc> .

<http://dbpedia.org/resource/Hoava_language> owl:sameAs <http://lexvo.org/id/iso639-3/hoa> .

<http://dbpedia.org/resource/Hoby%C3%B3t_language> owl:sameAs <http://lexvo.org/id/iso639-3/hoh> .

<http://dbpedia.org/resource/Hod%C3%AF_language> owl:sameAs <http://lexvo.org/id/iso639-3/yau> .

<http://dbpedia.org/resource/Hokan_languages> owl:sameAs <http://lexvo.org/id/iso639-5/hok> .

<http://dbpedia.org/resource/Holikachuk_language> owl:sameAs <http://lexvo.org/id/iso639-3/hoi> .

<http://dbpedia.org/resource/Holma_language> owl:sameAs <http://lexvo.org/id/iso639-3/hod> .

<http://dbpedia.org/resource/Holoholo_language> owl:sameAs <http://lexvo.org/id/iso639-3/hoo> .

<http://dbpedia.org/resource/Homa_language> owl:sameAs <http://lexvo.org/id/iso639-3/hom> .

<http://dbpedia.org/resource/Honduras_Sign_Language> owl:sameAs <http://lexvo.org/id/iso639-3/hds> .

<http://dbpedia.org/resource/Hopi_language> owl:sameAs <http://lexvo.org/id/iso639-3/hop> .

<http://dbpedia.org/resource/Horpa_language> owl:sameAs <http://lexvo.org/id/iso639-3/ero> .

<http://dbpedia.org/resource/Hozo_language> owl:sameAs <http://lexvo.org/id/iso639-3/hoz> .

<http://dbpedia.org/resource/Hrangkhol_language> owl:sameAs <http://lexvo.org/id/iso639-3/hra> .

<http://dbpedia.org/resource/Hruso_language> owl:sameAs <http://lexvo.org/id/iso639-3/hru> .

<http://dbpedia.org/resource/Huachipaeri_language> owl:sameAs <http://lexvo.org/id/iso639-3/hug> .

<http://dbpedia.org/resource/Huambisa_language> owl:sameAs <http://lexvo.org/id/iso639-3/hub> .

<http://dbpedia.org/resource/Huamelultec_language> owl:sameAs <http://lexvo.org/id/iso639-3/clo> .

<http://dbpedia.org/resource/Huamo%C3%A9_language> owl:sameAs <http://lexvo.org/id/iso639-3/uam> .

<http://dbpedia.org/resource/Huaorani_language> owl:sameAs <http://lexvo.org/id/iso639-3/auc> .

<http://dbpedia.org/resource/Huarijio_language> owl:sameAs <http://lexvo.org/id/iso639-3/var> .

<http://dbpedia.org/resource/Huastec_language> owl:sameAs <http://lexvo.org/id/iso639-3/hus> .

<http://dbpedia.org/resource/Huba_language> owl:sameAs <http://lexvo.org/id/iso639-3/hbb> .

<http://dbpedia.org/resource/Huichol_language> owl:sameAs <http://lexvo.org/id/iso639-3/hch> .

<http://dbpedia.org/resource/Huilliche_language> owl:sameAs <http://lexvo.org/id/iso639-3/huh> .

<http://dbpedia.org/resource/Huizhou_Chinese> owl:sameAs <http://lexvo.org/id/iso639-3/czh> .

<http://dbpedia.org/resource/Hulaul%C3%A1_language> owl:sameAs <http://lexvo.org/id/iso639-3/huy> .

<http://dbpedia.org/resource/Huli_language> owl:sameAs <http://lexvo.org/id/iso639-3/hui> .

<http://dbpedia.org/resource/Humburi_Senni> owl:sameAs <http://lexvo.org/id/iso639-3/hmb> .

<http://dbpedia.org/resource/Humono_language> owl:sameAs <http://lexvo.org/id/iso639-3/bcs> .

<http://dbpedia.org/resource/Hunde_language> owl:sameAs <http://lexvo.org/id/iso639-3/hke> .

<http://dbpedia.org/resource/Hungana_language> owl:sameAs <http://lexvo.org/id/iso639-3/hum> .

<http://dbpedia.org/resource/Hungarian_Sign_Language> owl:sameAs <http://lexvo.org/id/iso639-3/hsh> .

<http://dbpedia.org/resource/Hungarian_language> owl:sameAs <http://lexvo.org/id/iso639-3/hun> .

<http://dbpedia.org/resource/Hungworo_language> owl:sameAs <http://lexvo.org/id/iso639-3/nat> .

<http://dbpedia.org/resource/Hunnic_language> owl:sameAs <http://lexvo.org/id/iso639-3/xhc> .

<http://dbpedia.org/resource/Hunzib_language> owl:sameAs <http://lexvo.org/id/iso639-3/huz> .

<http://dbpedia.org/resource/Hupa_language> owl:sameAs <http://lexvo.org/id/iso639-3/hup> .

<http://dbpedia.org/resource/Hurrian_language> owl:sameAs <http://lexvo.org/id/iso639-3/xhu> .

<http://dbpedia.org/resource/Hutterite_German> owl:sameAs <http://lexvo.org/id/iso639-3/geh> .

<http://dbpedia.org/resource/Hwana_language> owl:sameAs <http://lexvo.org/id/iso639-3/hwo> .

<http://dbpedia.org/resource/Hya_language> owl:sameAs <http://lexvo.org/id/iso639-3/hya> .

<http://dbpedia.org/resource/Hyam_language> owl:sameAs <http://lexvo.org/id/iso639-3/jab> .

<http://dbpedia.org/resource/I%C3%B1apari_language> owl:sameAs <http://lexvo.org/id/iso639-3/inp> .

<http://dbpedia.org/resource/I'saka_language> owl:sameAs <http://lexvo.org/id/iso639-3/ksi> .

<http://dbpedia.org/resource/ISO_3166-1%3ACS> owl:sameAs <http://lexvo.org/id/iso3166/CS> .

<http://dbpedia.org/resource/Iaai_language> owl:sameAs <http://lexvo.org/id/iso639-3/iai> .

<http://dbpedia.org/resource/Iapama_language> owl:sameAs <http://lexvo.org/id/iso639-3/iap> .

<http://dbpedia.org/resource/Iatm%C3%BCl_language> owl:sameAs <http://lexvo.org/id/iso639-3/ian> .

<http://dbpedia.org/resource/Iban_language> owl:sameAs <http://lexvo.org/id/iso639-3/iba> .

<http://dbpedia.org/resource/Ibanag_language> owl:sameAs <http://lexvo.org/id/iso639-3/ibg> .

<http://dbpedia.org/resource/Iberian_language> owl:sameAs <http://lexvo.org/id/iso639-3/xib> .

<http://dbpedia.org/resource/Ibibio_language> owl:sameAs <http://lexvo.org/id/iso639-3/ibb> .

<http://dbpedia.org/resource/Icelandic_Sign_Language> owl:sameAs <http://lexvo.org/id/iso639-3/icl> .

<http://dbpedia.org/resource/Icelandic_language> owl:sameAs <http://lexvo.org/id/iso639-3/isl> .

<http://dbpedia.org/resource/Ida'an_language> owl:sameAs <http://lexvo.org/id/iso639-3/dbj> .

<http://dbpedia.org/resource/Idi_language> owl:sameAs <http://lexvo.org/id/iso639-3/idi> .

<http://dbpedia.org/resource/Ido> owl:sameAs <http://lexvo.org/id/iso639-3/ido> .

<http://dbpedia.org/resource/Idoma_language> owl:sameAs <http://lexvo.org/id/iso639-3/idu> .

<http://dbpedia.org/resource/Idu_Mishmi_language> owl:sameAs <http://lexvo.org/id/iso639-3/clk> .

<http://dbpedia.org/resource/Idun_language> owl:sameAs <http://lexvo.org/id/iso639-3/ldb> .

<http://dbpedia.org/resource/If%C3%A8_language> owl:sameAs <http://lexvo.org/id/iso639-3/ife> .

<http://dbpedia.org/resource/Ifugao_language> owl:sameAs <http://lexvo.org/id/iso639-3/ifb> .

<http://dbpedia.org/resource/Igala_language> owl:sameAs <http://lexvo.org/id/iso639-3/igl> .

<http://dbpedia.org/resource/Igbo_language> owl:sameAs <http://lexvo.org/id/iso639-3/ibo> .

<http://dbpedia.org/resource/Igede_language> owl:sameAs <http://lexvo.org/id/iso639-3/ige> .

<http://dbpedia.org/resource/Igwe_language> owl:sameAs <http://lexvo.org/id/iso639-3/igw> .

<http://dbpedia.org/resource/Iha_language> owl:sameAs <http://lexvo.org/id/iso639-3/ihp> .

<http://dbpedia.org/resource/Ijaw_languages> owl:sameAs <http://lexvo.org/id/iso639-5/ijo> .

<http://dbpedia.org/resource/Ijo_languages> owl:sameAs <http://lexvo.org/id/iso639-5/ijo> .

<http://dbpedia.org/resource/Ik_language> owl:sameAs <http://lexvo.org/id/iso639-3/ikx> .

<http://dbpedia.org/resource/Ika_language_(Nigeria)> owl:sameAs <http://lexvo.org/id/iso639-3/ikk> .

<http://dbpedia.org/resource/Ikom_language> owl:sameAs <http://lexvo.org/id/iso639-3/iko> .

<http://dbpedia.org/resource/Ikwerre_language> owl:sameAs <http://lexvo.org/id/iso639-3/ikw> .

<http://dbpedia.org/resource/Ilgar_language> owl:sameAs <http://lexvo.org/id/iso639-3/ilg> .

<http://dbpedia.org/resource/Ili_Turki_language> owl:sameAs <http://lexvo.org/id/iso639-3/ili> .

<http://dbpedia.org/resource/Illyrian_languages> owl:sameAs <http://lexvo.org/id/iso639-3/xil> .

<http://dbpedia.org/resource/Ilokano_language> owl:sameAs <http://lexvo.org/id/iso639-3/ilo> .

<http://dbpedia.org/resource/Ilongot_language> owl:sameAs <http://lexvo.org/id/iso639-3/ilk> .

<http://dbpedia.org/resource/Ilwana_language> owl:sameAs <http://lexvo.org/id/iso639-3/mlk> .

<http://dbpedia.org/resource/Inapang_language> owl:sameAs <http://lexvo.org/id/iso639-3/mzu> .

<http://dbpedia.org/resource/Inari_Sami_language> owl:sameAs <http://lexvo.org/id/iso639-3/smn> .

<http://dbpedia.org/resource/Indic_languages> owl:sameAs <http://lexvo.org/id/iso639-5/inc> .

<http://dbpedia.org/resource/Indo-Aryan_languages> owl:sameAs <http://lexvo.org/id/iso639-5/inc> .

<http://dbpedia.org/resource/Indo-European_languages> owl:sameAs <http://lexvo.org/id/iso639-5/ine> .

<http://dbpedia.org/resource/Indo-Iranian_languages> owl:sameAs <http://lexvo.org/id/iso639-5/iir> .

<http://dbpedia.org/resource/Indonesian_Sign_Language> owl:sameAs <http://lexvo.org/id/iso639-3/inl> .

<http://dbpedia.org/resource/Indonesian_language> owl:sameAs <http://lexvo.org/id/iso639-3/ind> .

<http://dbpedia.org/resource/Indri_language> owl:sameAs <http://lexvo.org/id/iso639-3/idr> .

<http://dbpedia.org/resource/Ingessana_language> owl:sameAs <http://lexvo.org/id/iso639-3/tbi> .

<http://dbpedia.org/resource/Ingrian_language> owl:sameAs <http://lexvo.org/id/iso639-3/izh> .

<http://dbpedia.org/resource/Ingush_language> owl:sameAs <http://lexvo.org/id/iso639-3/inh> .

<http://dbpedia.org/resource/Inkawasi-Ka%C3%B1aris_Quechua> owl:sameAs <http://lexvo.org/id/iso639-3/quf> .

<http://dbpedia.org/resource/Innu_language> owl:sameAs <http://lexvo.org/id/iso639-3/moe> .

<http://dbpedia.org/resource/Inor_language> owl:sameAs <http://lexvo.org/id/iso639-3/ior> .

<http://dbpedia.org/resource/Interlingua> owl:sameAs <http://lexvo.org/id/iso639-3/ina> .

<http://dbpedia.org/resource/International_Sign> owl:sameAs <http://lexvo.org/id/iso639-3/ils> .

<http://dbpedia.org/resource/Inuktitut> owl:sameAs <http://lexvo.org/id/iso639-3/iku> .

<http://dbpedia.org/resource/Ipiko_language> owl:sameAs <http://lexvo.org/id/iso639-3/ipo> .

<http://dbpedia.org/resource/Iquito_language> owl:sameAs <http://lexvo.org/id/iso639-3/iqu> .

<http://dbpedia.org/resource/Ir_language> owl:sameAs <http://lexvo.org/id/iso639-3/irr> .

<http://dbpedia.org/resource/Iramba_language> owl:sameAs <http://lexvo.org/id/iso639-3/nim> .

<http://dbpedia.org/resource/Iranian_languages> owl:sameAs <http://lexvo.org/id/iso639-5/ira> .

<http://dbpedia.org/resource/Irantxe_language> owl:sameAs <http://lexvo.org/id/iso639-3/irn> .

<http://dbpedia.org/resource/Iraqi_Arabic> owl:sameAs <http://lexvo.org/id/iso639-3/acm> .

<http://dbpedia.org/resource/Iraqw_language> owl:sameAs <http://lexvo.org/id/iso639-3/irk> .

<http://dbpedia.org/resource/Irarutu_language> owl:sameAs <http://lexvo.org/id/iso639-3/irh> .

<http://dbpedia.org/resource/Iraya_language> owl:sameAs <http://lexvo.org/id/iso639-3/iry> .

<http://dbpedia.org/resource/Iresim_language> owl:sameAs <http://lexvo.org/id/iso639-3/ire> .

<http://dbpedia.org/resource/Irish_Sign_Language> owl:sameAs <http://lexvo.org/id/iso639-3/isg> .

<http://dbpedia.org/resource/Irish_language> owl:sameAs <http://lexvo.org/id/iso639-3/gle> .

<http://dbpedia.org/resource/Iroquoian_languages> owl:sameAs <http://lexvo.org/id/iso639-5/iro> .

<http://dbpedia.org/resource/Irula_language> owl:sameAs <http://lexvo.org/id/iso639-3/iru> .

<http://dbpedia.org/resource/Isabi_language> owl:sameAs <http://lexvo.org/id/iso639-3/isa> .

<http://dbpedia.org/resource/Isan_language> owl:sameAs <http://lexvo.org/id/iso639-3/tts> .

<http://dbpedia.org/resource/Isanzu_language> owl:sameAs <http://lexvo.org/id/iso639-3/isn> .

<http://dbpedia.org/resource/Isconahua_language> owl:sameAs <http://lexvo.org/id/iso639-3/isc> .

<http://dbpedia.org/resource/Ishkashimi_language> owl:sameAs <http://lexvo.org/id/iso639-3/isk> .

<http://dbpedia.org/resource/Isirawa_language> owl:sameAs <http://lexvo.org/id/iso639-3/srl> .

<http://dbpedia.org/resource/Island_Carib_language> owl:sameAs <http://lexvo.org/id/iso639-3/crb> .

<http://dbpedia.org/resource/Isnag_language> owl:sameAs <http://lexvo.org/id/iso639-3/isd> .

<http://dbpedia.org/resource/Isoko_language> owl:sameAs <http://lexvo.org/id/iso639-3/iso> .

<http://dbpedia.org/resource/Israeli_Sign_Language> owl:sameAs <http://lexvo.org/id/iso639-3/isr> .

<http://dbpedia.org/resource/Isthmus%E2%80%93Mecayapan_Nahuatl> owl:sameAs <http://lexvo.org/id/iso639-3/nhx> .

<http://dbpedia.org/resource/Isthmus_Zapotec> owl:sameAs <http://lexvo.org/id/iso639-3/zai> .

<http://dbpedia.org/resource/Istriot_language> owl:sameAs <http://lexvo.org/id/iso639-3/ist> .

<http://dbpedia.org/resource/Istro-Romanian_language> owl:sameAs <http://lexvo.org/id/iso639-3/ruo> .

<http://dbpedia.org/resource/Italian_Sign_Language> owl:sameAs <http://lexvo.org/id/iso639-3/ise> .

<http://dbpedia.org/resource/Italian_language> owl:sameAs <http://lexvo.org/id/iso639-3/ita> .

<http://dbpedia.org/resource/Italic_languages> owl:sameAs <http://lexvo.org/id/iso639-5/itc> .

<http://dbpedia.org/resource/Itawis_language> owl:sameAs <http://lexvo.org/id/iso639-3/itv> .

<http://dbpedia.org/resource/Itelmen_language> owl:sameAs <http://lexvo.org/id/iso639-3/itl> .

<http://dbpedia.org/resource/Itene_language> owl:sameAs <http://lexvo.org/id/iso639-3/ite> .

<http://dbpedia.org/resource/Iteri_language> owl:sameAs <http://lexvo.org/id/iso639-3/itr> .

<http://dbpedia.org/resource/Itonama_language> owl:sameAs <http://lexvo.org/id/iso639-3/ito> .

<http://dbpedia.org/resource/Itsekiri_language> owl:sameAs <http://lexvo.org/id/iso639-3/its> .

<http://dbpedia.org/resource/Itza%E2%80%99_language> owl:sameAs <http://lexvo.org/id/iso639-3/itz> .

<http://dbpedia.org/resource/Ivatan_language> owl:sameAs <http://lexvo.org/id/iso639-3/ivv> .

<http://dbpedia.org/resource/Ivbiosakon_language> owl:sameAs <http://lexvo.org/id/iso639-3/ema> .

<http://dbpedia.org/resource/Iwaidja_language> owl:sameAs <http://lexvo.org/id/iso639-3/ibd> .

<http://dbpedia.org/resource/Iwal_language> owl:sameAs <http://lexvo.org/id/iso639-3/kbm> .

<http://dbpedia.org/resource/Iwam_language> owl:sameAs <http://lexvo.org/id/iso639-3/iwm> .

<http://dbpedia.org/resource/Ixcatec_language> owl:sameAs <http://lexvo.org/id/iso639-3/ixc> .

<http://dbpedia.org/resource/Ixil_language> owl:sameAs <http://lexvo.org/id/iso639-3/ixl> .

<http://dbpedia.org/resource/Iyayu_language> owl:sameAs <http://lexvo.org/id/iso639-3/iya> .

<http://dbpedia.org/resource/Iyo'wujwa_Chorote> owl:sameAs <http://lexvo.org/id/iso639-3/crq> .

<http://dbpedia.org/resource/Iyo_language> owl:sameAs <http://lexvo.org/id/iso639-3/nca> .

<http://dbpedia.org/resource/Iyojwa'ja_Chorote_language> owl:sameAs <http://lexvo.org/id/iso639-3/crt> .

<http://dbpedia.org/resource/Izi_language> owl:sameAs <http://lexvo.org/id/iso639-3/izi> .

<http://dbpedia.org/resource/Izon_language> owl:sameAs <http://lexvo.org/id/iso639-3/ijc> .

<http://dbpedia.org/resource/Jagoi_language> owl:sameAs <http://lexvo.org/id/iso639-3/sne> .

<http://dbpedia.org/resource/Jah_Hut_language> owl:sameAs <http://lexvo.org/id/iso639-3/jah> .

<http://dbpedia.org/resource/Jain_Prakrit> owl:sameAs <http://lexvo.org/id/iso639-3/pka> .

<http://dbpedia.org/resource/Jakati_language> owl:sameAs <http://lexvo.org/id/iso639-3/jat> .

<http://dbpedia.org/resource/Jakun_language> owl:sameAs <http://lexvo.org/id/iso639-3/jak> .

<http://dbpedia.org/resource/Jalaa_language> owl:sameAs <http://lexvo.org/id/iso639-3/cet> .

<http://dbpedia.org/resource/Jalapa_Mazatec_language> owl:sameAs <http://lexvo.org/id/iso639-3/maj> .

<http://dbpedia.org/resource/Jamaican_Patois> owl:sameAs <http://lexvo.org/id/iso639-3/jam> .

<http://dbpedia.org/resource/Jamamad%C3%AD_language> owl:sameAs <http://lexvo.org/id/iso639-3/jaa> .

<http://dbpedia.org/resource/Jambi_Malay> owl:sameAs <http://lexvo.org/id/iso639-3/jax> .

<http://dbpedia.org/resource/Jaminjung_language> owl:sameAs <http://lexvo.org/id/iso639-3/djd> .

<http://dbpedia.org/resource/Jamsai_Dogon> owl:sameAs <http://lexvo.org/id/iso639-3/djm> .

<http://dbpedia.org/resource/Jangkang_language> owl:sameAs <http://lexvo.org/id/iso639-3/djo> .

<http://dbpedia.org/resource/Japanese_(family)> owl:sameAs <http://lexvo.org/id/iso639-5/jpx> .

<http://dbpedia.org/resource/Japanese_Sign_Language> owl:sameAs <http://lexvo.org/id/iso639-3/jsl> .

<http://dbpedia.org/resource/Japanese_language> owl:sameAs <http://lexvo.org/id/iso639-3/jpn> .

<http://dbpedia.org/resource/Jaqaru_language> owl:sameAs <http://lexvo.org/id/iso639-3/jqr> .

<http://dbpedia.org/resource/Jara_language> owl:sameAs <http://lexvo.org/id/iso639-3/jaf> .

<http://dbpedia.org/resource/Jarai_language> owl:sameAs <http://lexvo.org/id/iso639-3/jra> .

<http://dbpedia.org/resource/Jarawa_language_(Andaman_Islands)> owl:sameAs <http://lexvo.org/id/iso639-3/anq> .

<http://dbpedia.org/resource/Javindo_language> owl:sameAs <http://lexvo.org/id/iso639-3/jvd> .

<http://dbpedia.org/resource/Jawi_dialect> owl:sameAs <http://lexvo.org/id/iso639-3/djw> .

<http://dbpedia.org/resource/Jawoyn_language> owl:sameAs <http://lexvo.org/id/iso639-3/djn> .

<http://dbpedia.org/resource/Jebero_language> owl:sameAs <http://lexvo.org/id/iso639-3/jeb> .

<http://dbpedia.org/resource/Jeh_language> owl:sameAs <http://lexvo.org/id/iso639-3/jeh> .

<http://dbpedia.org/resource/Jehai_language> owl:sameAs <http://lexvo.org/id/iso639-3/jhi> .

<http://dbpedia.org/resource/Jemez_language> owl:sameAs <http://lexvo.org/id/iso639-3/tow> .

<http://dbpedia.org/resource/Jen_language> owl:sameAs <http://lexvo.org/id/iso639-3/jen> .

<http://dbpedia.org/resource/Jeng_language> owl:sameAs <http://lexvo.org/id/iso639-3/jeg> .

<http://dbpedia.org/resource/Jewish_Babylonian_Aramaic> owl:sameAs <http://lexvo.org/id/iso639-3/tmr> .

<http://dbpedia.org/resource/Jewish_Palestinian_Aramaic> owl:sameAs <http://lexvo.org/id/iso639-3/jpa> .

<http://dbpedia.org/resource/Jhankot_Sign_Language> owl:sameAs <http://lexvo.org/id/iso639-3/jhs> .

<http://dbpedia.org/resource/Jiamao_language> owl:sameAs <http://lexvo.org/id/iso639-3/jio> .

<http://dbpedia.org/resource/Jiarong_language> owl:sameAs <http://lexvo.org/id/iso639-3/jya> .

<http://dbpedia.org/resource/Jibu_language> owl:sameAs <http://lexvo.org/id/iso639-3/jib> .

<http://dbpedia.org/resource/Jicaque_language> owl:sameAs <http://lexvo.org/id/iso639-3/jic> .

<http://dbpedia.org/resource/Jicarilla_language> owl:sameAs <http://lexvo.org/id/iso639-3/apj> .

<http://dbpedia.org/resource/Jiiddu_language> owl:sameAs <http://lexvo.org/id/iso639-3/jii> .

<http://dbpedia.org/resource/Jijili_language> owl:sameAs <http://lexvo.org/id/iso639-3/uji> .

<http://dbpedia.org/resource/Jilbe_language> owl:sameAs <http://lexvo.org/id/iso639-3/jie> .

<http://dbpedia.org/resource/Jili_language> owl:sameAs <http://lexvo.org/id/iso639-3/mgi> .

<http://dbpedia.org/resource/Jilim_language> owl:sameAs <http://lexvo.org/id/iso639-3/jil> .

<http://dbpedia.org/resource/Jimi_language_(Cameroon)> owl:sameAs <http://lexvo.org/id/iso639-3/jim> .

<http://dbpedia.org/resource/Jimi_language_(Nigeria)> owl:sameAs <http://lexvo.org/id/iso639-3/jmi> .

<http://dbpedia.org/resource/Jin_Chinese> owl:sameAs <http://lexvo.org/id/iso639-3/cjy> .

<http://dbpedia.org/resource/Jina_language> owl:sameAs <http://lexvo.org/id/iso639-3/jia> .

<http://dbpedia.org/resource/Jingulu_language> owl:sameAs <http://lexvo.org/id/iso639-3/jig> .

<http://dbpedia.org/resource/Jita_language> owl:sameAs <http://lexvo.org/id/iso639-3/jit> .

<http://dbpedia.org/resource/Jiwarli_language> owl:sameAs <http://lexvo.org/id/iso639-3/djl> .

<http://dbpedia.org/resource/Jola-Fonyi_language> owl:sameAs <http://lexvo.org/id/iso639-3/dyo> .

<http://dbpedia.org/resource/Jonkor_Bourmataguil_language> owl:sameAs <http://lexvo.org/id/iso639-3/jeu> .

<http://dbpedia.org/resource/Jorto_language> owl:sameAs <http://lexvo.org/id/iso639-3/jrt> .

<http://dbpedia.org/resource/Jowulu_language> owl:sameAs <http://lexvo.org/id/iso639-3/jow> .

<http://dbpedia.org/resource/Ju%C7%80%CA%BChoansi> owl:sameAs <http://lexvo.org/id/iso639-3/ktz> .

<http://dbpedia.org/resource/Ju_language_(Chadic)> owl:sameAs <http://lexvo.org/id/iso639-3/juu> .

<http://dbpedia.org/resource/Juang_language> owl:sameAs <http://lexvo.org/id/iso639-3/jun> .

<http://dbpedia.org/resource/Juba_Arabic> owl:sameAs <http://lexvo.org/id/iso639-3/pga> .

<http://dbpedia.org/resource/Judaeo-Georgian> owl:sameAs <http://lexvo.org/id/iso639-3/jge> .

<http://dbpedia.org/resource/Judaeo-Spanish> owl:sameAs <http://lexvo.org/id/iso639-3/lad> .

<http://dbpedia.org/resource/Judeo-Arabic_languages> owl:sameAs <http://lexvo.org/id/iso639-3/jrb> .

<http://dbpedia.org/resource/Judeo-Berber_language> owl:sameAs <http://lexvo.org/id/iso639-3/jbe> .

<http://dbpedia.org/resource/Judeo-Iraqi_Arabic> owl:sameAs <http://lexvo.org/id/iso639-3/yhd> .

<http://dbpedia.org/resource/Judeo-Italian_languages> owl:sameAs <http://lexvo.org/id/iso639-3/itk> .

<http://dbpedia.org/resource/Judeo-Moroccan> owl:sameAs <http://lexvo.org/id/iso639-3/aju> .

<http://dbpedia.org/resource/Judeo-Tripolitanian_Arabic> owl:sameAs <http://lexvo.org/id/iso639-3/yud> .

<http://dbpedia.org/resource/Judeo-Tunisian_Arabic> owl:sameAs <http://lexvo.org/id/iso639-3/ajt> .

<http://dbpedia.org/resource/Judeo-Yemeni_Arabic> owl:sameAs <http://lexvo.org/id/iso639-3/jye> .

<http://dbpedia.org/resource/Juhuri_language> owl:sameAs <http://lexvo.org/id/iso639-3/jdt> .

<http://dbpedia.org/resource/Jukun_Takum_language> owl:sameAs <http://lexvo.org/id/iso639-3/jbu> .

<http://dbpedia.org/resource/Jumjum_language> owl:sameAs <http://lexvo.org/id/iso639-3/jum> .

<http://dbpedia.org/resource/Jumla_Sign_Language> owl:sameAs <http://lexvo.org/id/iso639-3/jus> .

<http://dbpedia.org/resource/Jur%C3%BAna_language> owl:sameAs <http://lexvo.org/id/iso639-3/jur> .

<http://dbpedia.org/resource/Jur_Modo_language> owl:sameAs <http://lexvo.org/id/iso639-3/bex> .

<http://dbpedia.org/resource/Juray_language> owl:sameAs <http://lexvo.org/id/iso639-3/juy> .

<http://dbpedia.org/resource/Jurchen_language> owl:sameAs <http://lexvo.org/id/iso639-3/juc> .

<http://dbpedia.org/resource/Jurruru_language> owl:sameAs <http://lexvo.org/id/iso639-3/tju> .

<http://dbpedia.org/resource/Jutlandic_dialect> owl:sameAs <http://lexvo.org/id/iso639-3/jut> .

<http://dbpedia.org/resource/Juwal_language> owl:sameAs <http://lexvo.org/id/iso639-3/mwb> .

<http://dbpedia.org/resource/Jwira-Pepesa_language> owl:sameAs <http://lexvo.org/id/iso639-3/jwi> .

<http://dbpedia.org/resource/K%C3%A2te_language> owl:sameAs <http://lexvo.org/id/iso639-3/kmg> .

<http://dbpedia.org/resource/K%E2%80%99iche%E2%80%99_language> owl:sameAs <http://lexvo.org/id/iso639-3/quc> .

<http://dbpedia.org/resource/Ka'apor_Sign_Language> owl:sameAs <http://lexvo.org/id/iso639-3/uks> .

<http://dbpedia.org/resource/Ka'apor_language> owl:sameAs <http://lexvo.org/id/iso639-3/urb> .

<http://dbpedia.org/resource/Kaalong_language> owl:sameAs <http://lexvo.org/id/iso639-3/dii> .

<http://dbpedia.org/resource/Kaan_language> owl:sameAs <http://lexvo.org/id/iso639-3/ldl> .

<http://dbpedia.org/resource/Kaba_Deme_language> owl:sameAs <http://lexvo.org/id/iso639-3/kwg> .

<http://dbpedia.org/resource/Kabalai_language> owl:sameAs <http://lexvo.org/id/iso639-3/kvf> .

<http://dbpedia.org/resource/Kabardian_language> owl:sameAs <http://lexvo.org/id/iso639-3/kbd> .

<http://dbpedia.org/resource/Kabix%C3%AD_language> owl:sameAs <http://lexvo.org/id/iso639-3/xbx> .

<http://dbpedia.org/resource/Kabwari_language> owl:sameAs <http://lexvo.org/id/iso639-3/kcw> .

<http://dbpedia.org/resource/Kabye_language> owl:sameAs <http://lexvo.org/id/iso639-3/kbp> .

<http://dbpedia.org/resource/Kabyle_language> owl:sameAs <http://lexvo.org/id/iso639-3/kab> .

<http://dbpedia.org/resource/Kachama-Ganjule_language> owl:sameAs <http://lexvo.org/id/iso639-3/kcx> .

<http://dbpedia.org/resource/Kachari_language> owl:sameAs <http://lexvo.org/id/iso639-3/xac> .

<http://dbpedia.org/resource/Kacipo-Balesi_language> owl:sameAs <http://lexvo.org/id/iso639-3/koe> .

<http://dbpedia.org/resource/Kadara_language> owl:sameAs <http://lexvo.org/id/iso639-3/kad> .

<http://dbpedia.org/resource/Kadiweu_language> owl:sameAs <http://lexvo.org/id/iso639-3/kbc> .

<http://dbpedia.org/resource/Kadodi_language> owl:sameAs <http://lexvo.org/id/iso639-3/smv> .

<http://dbpedia.org/resource/Kadugli_language> owl:sameAs <http://lexvo.org/id/iso639-3/xtc> .

<http://dbpedia.org/resource/Kafa_language> owl:sameAs <http://lexvo.org/id/iso639-3/kbr> .

<http://dbpedia.org/resource/Kagayanen_language> owl:sameAs <http://lexvo.org/id/iso639-3/cgc> .

<http://dbpedia.org/resource/Kagoma_language> owl:sameAs <http://lexvo.org/id/iso639-3/kdm> .

<http://dbpedia.org/resource/Kahe_language> owl:sameAs <http://lexvo.org/id/iso639-3/hka> .

<http://dbpedia.org/resource/Kahua_language> owl:sameAs <http://lexvo.org/id/iso639-3/agw> .

<http://dbpedia.org/resource/Kaikadi_language> owl:sameAs <http://lexvo.org/id/iso639-3/kep> .

<http://dbpedia.org/resource/Kaiku_language> owl:sameAs <http://lexvo.org/id/iso639-3/kkq> .

<http://dbpedia.org/resource/Kaimb%C3%A9_language> owl:sameAs <http://lexvo.org/id/iso639-3/xai> .

<http://dbpedia.org/resource/Kaingang_language> owl:sameAs <http://lexvo.org/id/iso639-3/kgp> .

<http://dbpedia.org/resource/Kairiru_language> owl:sameAs <http://lexvo.org/id/iso639-3/kxa> .

<http://dbpedia.org/resource/Kajakse_language> owl:sameAs <http://lexvo.org/id/iso639-3/ckq> .

<http://dbpedia.org/resource/Kaje_language> owl:sameAs <http://lexvo.org/id/iso639-3/kaj> .

<http://dbpedia.org/resource/Kakauhua_language> owl:sameAs <http://lexvo.org/id/iso639-3/kbf> .

<http://dbpedia.org/resource/Kaki_Ae_language> owl:sameAs <http://lexvo.org/id/iso639-3/tbd> .

<http://dbpedia.org/resource/Kako_language> owl:sameAs <http://lexvo.org/id/iso639-3/kkj> .

<http://dbpedia.org/resource/Kakwa_language> owl:sameAs <http://lexvo.org/id/iso639-3/cbv> .

<http://dbpedia.org/resource/Kala_Lagaw_Ya> owl:sameAs <http://lexvo.org/id/iso639-3/mwp> .

<http://dbpedia.org/resource/Kalabra_language> owl:sameAs <http://lexvo.org/id/iso639-3/kzz> .

<http://dbpedia.org/resource/Kalami_language> owl:sameAs <http://lexvo.org/id/iso639-3/gwc> .

<http://dbpedia.org/resource/Kalanga_language> owl:sameAs <http://lexvo.org/id/iso639-3/kck> .

<http://dbpedia.org/resource/Kalash_language> owl:sameAs <http://lexvo.org/id/iso639-3/kls> .

<http://dbpedia.org/resource/Kaligi_language> owl:sameAs <http://lexvo.org/id/iso639-3/fer> .

<http://dbpedia.org/resource/Kaliko_language> owl:sameAs <http://lexvo.org/id/iso639-3/kbo> .

<http://dbpedia.org/resource/Kalkatungu_language> owl:sameAs <http://lexvo.org/id/iso639-3/ktg> .

<http://dbpedia.org/resource/Kallawaya_language> owl:sameAs <http://lexvo.org/id/iso639-3/caw> .

<http://dbpedia.org/resource/Kalmyk_Oirat> owl:sameAs <http://lexvo.org/id/iso639-3/xal> .

<http://dbpedia.org/resource/Kalto_language> owl:sameAs <http://lexvo.org/id/iso639-3/nlx> .

<http://dbpedia.org/resource/Kaluli_language> owl:sameAs <http://lexvo.org/id/iso639-3/bco> .

<http://dbpedia.org/resource/Kamantan_language> owl:sameAs <http://lexvo.org/id/iso639-3/kci> .

<http://dbpedia.org/resource/Kamayur%C3%A1_language> owl:sameAs <http://lexvo.org/id/iso639-3/kay> .

<http://dbpedia.org/resource/Kamba_language_(Brazil)> owl:sameAs <http://lexvo.org/id/iso639-3/xba> .

<http://dbpedia.org/resource/Kambaata_language> owl:sameAs <http://lexvo.org/id/iso639-3/ktb> .

<http://dbpedia.org/resource/Kambera_language> owl:sameAs <http://lexvo.org/id/iso639-3/xbr> .

<http://dbpedia.org/resource/Kambiw%C3%A1_language> owl:sameAs <http://lexvo.org/id/iso639-3/xbw> .

<http://dbpedia.org/resource/Kambot_language> owl:sameAs <http://lexvo.org/id/iso639-3/kbx> .

<http://dbpedia.org/resource/Kamkam_language> owl:sameAs <http://lexvo.org/id/iso639-3/bgu> .

<http://dbpedia.org/resource/Kamo_language> owl:sameAs <http://lexvo.org/id/iso639-3/kcq> .

<http://dbpedia.org/resource/Kamono_language> owl:sameAs <http://lexvo.org/id/iso639-3/kbq> .

<http://dbpedia.org/resource/Kamoro_language> owl:sameAs <http://lexvo.org/id/iso639-3/kgq> .

<http://dbpedia.org/resource/Kamu_language> owl:sameAs <http://lexvo.org/id/iso639-3/xmu> .

<http://dbpedia.org/resource/Kamuku_language> owl:sameAs <http://lexvo.org/id/iso639-3/cdr> .

<http://dbpedia.org/resource/Kamula_language> owl:sameAs <http://lexvo.org/id/iso639-3/xla> .

<http://dbpedia.org/resource/Kamviri_dialect> owl:sameAs <http://lexvo.org/id/iso639-3/xvi> .

<http://dbpedia.org/resource/Kamwe_language> owl:sameAs <http://lexvo.org/id/iso639-3/hig> .

<http://dbpedia.org/resource/Kanakanabu_language> owl:sameAs <http://lexvo.org/id/iso639-3/xnb> .

<http://dbpedia.org/resource/Kanamar%C3%AD_language> owl:sameAs <http://lexvo.org/id/iso639-3/knm> .

<http://dbpedia.org/resource/Kanasi_language> owl:sameAs <http://lexvo.org/id/iso639-3/soq> .

<http://dbpedia.org/resource/Kanembu_language> owl:sameAs <http://lexvo.org/id/iso639-3/kbl> .

<http://dbpedia.org/resource/Kanga_language> owl:sameAs <http://lexvo.org/id/iso639-3/kcp> .

<http://dbpedia.org/resource/Kangean_language> owl:sameAs <http://lexvo.org/id/iso639-3/kkv> .

<http://dbpedia.org/resource/Kanggape_language> owl:sameAs <http://lexvo.org/id/iso639-3/igm> .

<http://dbpedia.org/resource/Kangjia_language> owl:sameAs <http://lexvo.org/id/iso639-3/kxs> .

<http://dbpedia.org/resource/Kango_language_(Bas-U%C3%A9l%C3%A9_District)> owl:sameAs <http://lexvo.org/id/iso639-3/kty> .

<http://dbpedia.org/resource/Kangri_language> owl:sameAs <http://lexvo.org/id/iso639-3/xnr> .

<http://dbpedia.org/resource/Kaniet_language> owl:sameAs <http://lexvo.org/id/iso639-3/ktk> .

<http://dbpedia.org/resource/Kanikkaran_language> owl:sameAs <http://lexvo.org/id/iso639-3/kev> .

<http://dbpedia.org/resource/Kankana-ey_language> owl:sameAs <http://lexvo.org/id/iso639-3/kne> .

<http://dbpedia.org/resource/Kannada> owl:sameAs <http://lexvo.org/id/iso639-3/kan> .

<http://dbpedia.org/resource/Kannada_Kurumba> owl:sameAs <http://lexvo.org/id/iso639-3/kfi> .

<http://dbpedia.org/resource/Kannauji> owl:sameAs <http://lexvo.org/id/iso639-3/bjj> .

<http://dbpedia.org/resource/Kano%C3%AA_language> owl:sameAs <http://lexvo.org/id/iso639-3/kxo> .

<http://dbpedia.org/resource/Kansa_language> owl:sameAs <http://lexvo.org/id/iso639-3/ksk> .

<http://dbpedia.org/resource/Kanuri_language> owl:sameAs <http://lexvo.org/id/iso639-3/kau> .

<http://dbpedia.org/resource/Kaonde_language> owl:sameAs <http://lexvo.org/id/iso639-3/kqn> .

<http://dbpedia.org/resource/Kapampangan_language> owl:sameAs <http://lexvo.org/id/iso639-3/pam> .

<http://dbpedia.org/resource/Kapinaw%C3%A1_language> owl:sameAs <http://lexvo.org/id/iso639-3/xpn> .

<http://dbpedia.org/resource/Kapingamarangi_language> owl:sameAs <http://lexvo.org/id/iso639-3/kpg> .

<http://dbpedia.org/resource/Kapori_language> owl:sameAs <http://lexvo.org/id/iso639-3/khp> .

<http://dbpedia.org/resource/Kapriman_language> owl:sameAs <http://lexvo.org/id/iso639-3/dju> .

<http://dbpedia.org/resource/Kaqchikel_language> owl:sameAs <http://lexvo.org/id/iso639-3/cak> .

<http://dbpedia.org/resource/Kar_language> owl:sameAs <http://lexvo.org/id/iso639-3/xrb> .

<http://dbpedia.org/resource/Kara_language_(Papua_New_Guinea)> owl:sameAs <http://lexvo.org/id/iso639-3/leu> .

<http://dbpedia.org/resource/Karachay-Balkar_language> owl:sameAs <http://lexvo.org/id/iso639-3/krc> .

<http://dbpedia.org/resource/Karahawyana_language> owl:sameAs <http://lexvo.org/id/iso639-3/xkh> .

<http://dbpedia.org/resource/Karaim_language> owl:sameAs <http://lexvo.org/id/iso639-3/kdr> .

<http://dbpedia.org/resource/Karaj%C3%A1_language> owl:sameAs <http://lexvo.org/id/iso639-3/kpj> .

<http://dbpedia.org/resource/Karakalpak_language> owl:sameAs <http://lexvo.org/id/iso639-3/kaa> .

<http://dbpedia.org/resource/Karamojong_language> owl:sameAs <http://lexvo.org/id/iso639-3/kdj> .

<http://dbpedia.org/resource/Karanga_language> owl:sameAs <http://lexvo.org/id/iso639-3/kth> .

<http://dbpedia.org/resource/Karankawa_language> owl:sameAs <http://lexvo.org/id/iso639-3/zkk> .

<http://dbpedia.org/resource/Karas_language> owl:sameAs <http://lexvo.org/id/iso639-3/kgv> .

<http://dbpedia.org/resource/Karata_language> owl:sameAs <http://lexvo.org/id/iso639-3/kpt> .

<http://dbpedia.org/resource/Karbi_language> owl:sameAs <http://lexvo.org/id/iso639-3/mjw> .

<http://dbpedia.org/resource/Kare_language_(Adamawa)> owl:sameAs <http://lexvo.org/id/iso639-3/kbn> .

<http://dbpedia.org/resource/Kare_language_(Papuan)> owl:sameAs <http://lexvo.org/id/iso639-3/kmf> .

<http://dbpedia.org/resource/Karekare_language> owl:sameAs <http://lexvo.org/id/iso639-3/kai> .

<http://dbpedia.org/resource/Karelian_language> owl:sameAs <http://lexvo.org/id/iso639-3/krl> .

<http://dbpedia.org/resource/Karen_languages> owl:sameAs <http://lexvo.org/id/iso639-5/kar> .

<http://dbpedia.org/resource/Kari_language> owl:sameAs <http://lexvo.org/id/iso639-3/kbj> .

<http://dbpedia.org/resource/Karipun%C3%A1_language> owl:sameAs <http://lexvo.org/id/iso639-3/kuq> .

<http://dbpedia.org/resource/Kariri_languages> owl:sameAs <http://lexvo.org/id/iso639-3/kzw> .

<http://dbpedia.org/resource/Kariti%C3%A2na_language> owl:sameAs <http://lexvo.org/id/iso639-3/ktn> .

<http://dbpedia.org/resource/Kariya_language> owl:sameAs <http://lexvo.org/id/iso639-3/kil> .

<http://dbpedia.org/resource/Karkin_language> owl:sameAs <http://lexvo.org/id/iso639-3/krb> .

<http://dbpedia.org/resource/Karnai_language> owl:sameAs <http://lexvo.org/id/iso639-3/bbv> .

<http://dbpedia.org/resource/Karnataka_Konkani> owl:sameAs <http://lexvo.org/id/iso639-3/kex> .

<http://dbpedia.org/resource/Karo_language> owl:sameAs <http://lexvo.org/id/iso639-3/kxh> .

<http://dbpedia.org/resource/Karon_Dori_language> owl:sameAs <http://lexvo.org/id/iso639-3/kgw> .

<http://dbpedia.org/resource/Karon_language> owl:sameAs <http://lexvo.org/id/iso639-3/krx> .

<http://dbpedia.org/resource/Karore_language> owl:sameAs <http://lexvo.org/id/iso639-3/xkx> .

<http://dbpedia.org/resource/Kartvelian_languages> owl:sameAs <http://lexvo.org/id/iso639-5/ccs> .

<http://dbpedia.org/resource/Karuk_language> owl:sameAs <http://lexvo.org/id/iso639-3/kyh> .

<http://dbpedia.org/resource/Kasa_language> owl:sameAs <http://lexvo.org/id/iso639-3/csk> .

<http://dbpedia.org/resource/Kasanga_language> owl:sameAs <http://lexvo.org/id/iso639-3/ccj> .

<http://dbpedia.org/resource/Kasem_language> owl:sameAs <http://lexvo.org/id/iso639-3/xsm> .

<http://dbpedia.org/resource/Kashaya_language> owl:sameAs <http://lexvo.org/id/iso639-3/kju> .

<http://dbpedia.org/resource/Kashmiri_language> owl:sameAs <http://lexvo.org/id/iso639-3/kas> .

<http://dbpedia.org/resource/Kashubian_language> owl:sameAs <http://lexvo.org/id/iso639-3/csb> .

<http://dbpedia.org/resource/Kaska_language> owl:sameAs <http://lexvo.org/id/iso639-3/kkz> .

<http://dbpedia.org/resource/Kaskian_language> owl:sameAs <http://lexvo.org/id/iso639-3/zsk> .

<http://dbpedia.org/resource/Kata-vari_dialect> owl:sameAs <http://lexvo.org/id/iso639-3/bsh> .

<http://dbpedia.org/resource/Kata_Kolok> owl:sameAs <http://lexvo.org/id/iso639-3/bqy> .

<http://dbpedia.org/resource/Kataang_dialect> owl:sameAs <http://lexvo.org/id/iso639-3/kgd> .

<http://dbpedia.org/resource/Katab_language> owl:sameAs <http://lexvo.org/id/iso639-3/kcg> .

<http://dbpedia.org/resource/Katawixi_language> owl:sameAs <http://lexvo.org/id/iso639-3/xat> .

<http://dbpedia.org/resource/Katla_language> owl:sameAs <http://lexvo.org/id/iso639-3/kcr> .

<http://dbpedia.org/resource/Katuk%C3%ADna_language> owl:sameAs <http://lexvo.org/id/iso639-3/kav> .

<http://dbpedia.org/resource/Kaulong_language> owl:sameAs <http://lexvo.org/id/iso639-3/pss> .

<http://dbpedia.org/resource/Kaure_language> owl:sameAs <http://lexvo.org/id/iso639-3/bpp> .

<http://dbpedia.org/resource/Kavalan_language> owl:sameAs <http://lexvo.org/id/iso639-3/ckv> .

<http://dbpedia.org/resource/Kaw%C3%A9sqar_language> owl:sameAs <http://lexvo.org/id/iso639-3/alc> .

<http://dbpedia.org/resource/Kawaiisu_language> owl:sameAs <http://lexvo.org/id/iso639-3/xaw> .

<http://dbpedia.org/resource/Kaxarar%C3%AD_language> owl:sameAs <http://lexvo.org/id/iso639-3/ktx> .

<http://dbpedia.org/resource/Kayabi_language> owl:sameAs <http://lexvo.org/id/iso639-3/kyz> .

<http://dbpedia.org/resource/Kayagar_language> owl:sameAs <http://lexvo.org/id/iso639-3/kyt> .

<http://dbpedia.org/resource/Kayapo_language> owl:sameAs <http://lexvo.org/id/iso639-3/txu> .

<http://dbpedia.org/resource/Kayardild_language> owl:sameAs <http://lexvo.org/id/iso639-3/gyd> .

<http://dbpedia.org/resource/Kayaw_language> owl:sameAs <http://lexvo.org/id/iso639-3/kvl> .

<http://dbpedia.org/resource/Kayeli_language> owl:sameAs <http://lexvo.org/id/iso639-3/kzl> .

<http://dbpedia.org/resource/Kayort_language> owl:sameAs <http://lexvo.org/id/iso639-3/kyv> .

<http://dbpedia.org/resource/Kazakh_language> owl:sameAs <http://lexvo.org/id/iso639-3/kaz> .

<http://dbpedia.org/resource/Kazukuru_language> owl:sameAs <http://lexvo.org/id/iso639-3/kzk> .

<http://dbpedia.org/resource/Kebu_language> owl:sameAs <http://lexvo.org/id/iso639-3/keu> .

<http://dbpedia.org/resource/Kedah_Malay> owl:sameAs <http://lexvo.org/id/iso639-3/meo> .

<http://dbpedia.org/resource/Kehu_language> owl:sameAs <http://lexvo.org/id/iso639-3/khh> .

<http://dbpedia.org/resource/Kei_language> owl:sameAs <http://lexvo.org/id/iso639-3/kei> .

<http://dbpedia.org/resource/Keiga_Jirru_language> owl:sameAs <http://lexvo.org/id/iso639-3/keg> .

<http://dbpedia.org/resource/Keiga_language> owl:sameAs <http://lexvo.org/id/iso639-3/kec> .

<http://dbpedia.org/resource/Keiyo_language> owl:sameAs <http://lexvo.org/id/iso639-3/eyo> .

<http://dbpedia.org/resource/Kela_language_(Bantu)> owl:sameAs <http://lexvo.org/id/iso639-3/kel> .

<http://dbpedia.org/resource/Kela_language_(New_Guinea)> owl:sameAs <http://lexvo.org/id/iso639-3/kcl> .

<http://dbpedia.org/resource/Kelabit_language> owl:sameAs <http://lexvo.org/id/iso639-3/kzi> .

<http://dbpedia.org/resource/Kele_language_(Congo)> owl:sameAs <http://lexvo.org/id/iso639-3/khy> .

<http://dbpedia.org/resource/Kele_language_(Gabon)> owl:sameAs <http://lexvo.org/id/iso639-3/keb> .

<http://dbpedia.org/resource/Kele_language_(New_Guinea)> owl:sameAs <http://lexvo.org/id/iso639-3/sbc> .

<http://dbpedia.org/resource/Kele_language_(Nigeria)> owl:sameAs <http://lexvo.org/id/iso639-3/kez> .

<http://dbpedia.org/resource/Kelo_language> owl:sameAs <http://lexvo.org/id/iso639-3/xel> .

<http://dbpedia.org/resource/Kemak_language> owl:sameAs <http://lexvo.org/id/iso639-3/kem> .

<http://dbpedia.org/resource/Kembra_language> owl:sameAs <http://lexvo.org/id/iso639-3/xkw> .

<http://dbpedia.org/resource/Kemezung_language> owl:sameAs <http://lexvo.org/id/iso639-3/dmo> .

<http://dbpedia.org/resource/Kemi_Sami_language> owl:sameAs <http://lexvo.org/id/iso639-3/sjk> .

<http://dbpedia.org/resource/Kemie_language> owl:sameAs <http://lexvo.org/id/iso639-3/kfj> .

<http://dbpedia.org/resource/Kemtuik_language> owl:sameAs <http://lexvo.org/id/iso639-3/kmt> .

<http://dbpedia.org/resource/Kenati_language> owl:sameAs <http://lexvo.org/id/iso639-3/gat> .

<http://dbpedia.org/resource/Kendeje_language> owl:sameAs <http://lexvo.org/id/iso639-3/klf> .

<http://dbpedia.org/resource/Kenga_language> owl:sameAs <http://lexvo.org/id/iso639-3/kyq> .

<http://dbpedia.org/resource/Kensiu_language> owl:sameAs <http://lexvo.org/id/iso639-3/kns> .

<http://dbpedia.org/resource/Kenyan_Sign_Language> owl:sameAs <http://lexvo.org/id/iso639-3/xki> .

<http://dbpedia.org/resource/Kera_language> owl:sameAs <http://lexvo.org/id/iso639-3/ker> .

<http://dbpedia.org/resource/Kerek_language> owl:sameAs <http://lexvo.org/id/iso639-3/krk> .

<http://dbpedia.org/resource/Ket_language> owl:sameAs <http://lexvo.org/id/iso639-3/ket> .

<http://dbpedia.org/resource/Ketangalan_language> owl:sameAs <http://lexvo.org/id/iso639-3/kae> .

<http://dbpedia.org/resource/Ketengban_language> owl:sameAs <http://lexvo.org/id/iso639-3/xte> .

<http://dbpedia.org/resource/Kgalagadi_language> owl:sameAs <http://lexvo.org/id/iso639-3/xkv> .

<http://dbpedia.org/resource/Kh%C3%BCn_language> owl:sameAs <http://lexvo.org/id/iso639-3/kkh> .

<http://dbpedia.org/resource/Khalaj_language> owl:sameAs <http://lexvo.org/id/iso639-3/klj> .

<http://dbpedia.org/resource/Khaling_language> owl:sameAs <http://lexvo.org/id/iso639-3/klr> .

<http://dbpedia.org/resource/Khams_Tibetan_language> owl:sameAs <http://lexvo.org/id/iso639-3/khg> .

<http://dbpedia.org/resource/Khana_language> owl:sameAs <http://lexvo.org/id/iso639-3/ogo> .

<http://dbpedia.org/resource/Khanty_language> owl:sameAs <http://lexvo.org/id/iso639-3/kca> .

<http://dbpedia.org/resource/Kharia_Thar_language> owl:sameAs <http://lexvo.org/id/iso639-3/ksy> .

<http://dbpedia.org/resource/Kharia_language> owl:sameAs <http://lexvo.org/id/iso639-3/khr> .

<http://dbpedia.org/resource/Khasi_language> owl:sameAs <http://lexvo.org/id/iso639-3/kha> .

<http://dbpedia.org/resource/Khazar_language> owl:sameAs <http://lexvo.org/id/iso639-3/zkz> .

<http://dbpedia.org/resource/Khehek_language> owl:sameAs <http://lexvo.org/id/iso639-3/tlx> .

<http://dbpedia.org/resource/Khelma_language> owl:sameAs <http://lexvo.org/id/iso639-3/sch> .

<http://dbpedia.org/resource/Kheng_language> owl:sameAs <http://lexvo.org/id/iso639-3/xkf> .

<http://dbpedia.org/resource/Khetrani_language> owl:sameAs <http://lexvo.org/id/iso639-3/xhe> .

<http://dbpedia.org/resource/Khiamniungan_language> owl:sameAs <http://lexvo.org/id/iso639-3/kix> .

<http://dbpedia.org/resource/Khinalug_language> owl:sameAs <http://lexvo.org/id/iso639-3/kjj> .

<http://dbpedia.org/resource/Khitan_language> owl:sameAs <http://lexvo.org/id/iso639-3/zkt> .

<http://dbpedia.org/resource/Khlula_language> owl:sameAs <http://lexvo.org/id/iso639-3/ykl> .

<http://dbpedia.org/resource/Khmu_language> owl:sameAs <http://lexvo.org/id/iso639-3/kjg> .

<http://dbpedia.org/resource/Kho'ini_dialect> owl:sameAs <http://lexvo.org/id/iso639-3/xkc> .

<http://dbpedia.org/resource/Khoirao_language> owl:sameAs <http://lexvo.org/id/iso639-3/nki> .

<http://dbpedia.org/resource/Khoisan_languages> owl:sameAs <http://lexvo.org/id/iso639-5/khi> .

<http://dbpedia.org/resource/Kholok_language> owl:sameAs <http://lexvo.org/id/iso639-3/ktc> .

<http://dbpedia.org/resource/Khorasani_Turkic_language> owl:sameAs <http://lexvo.org/id/iso639-3/kmz> .

<http://dbpedia.org/resource/Khowa_language> owl:sameAs <http://lexvo.org/id/iso639-3/bgg> .

<http://dbpedia.org/resource/Khowar_language> owl:sameAs <http://lexvo.org/id/iso639-3/khw> .

<http://dbpedia.org/resource/Khunsari_language> owl:sameAs <http://lexvo.org/id/iso639-3/kfm> .

<http://dbpedia.org/resource/Khwarezmian_language> owl:sameAs <http://lexvo.org/id/iso639-3/xco> .

<http://dbpedia.org/resource/Khwarshi_language> owl:sameAs <http://lexvo.org/id/iso639-3/khv> .

<http://dbpedia.org/resource/Ki_language> owl:sameAs <http://lexvo.org/id/iso639-3/bag> .

<http://dbpedia.org/resource/Kiai_language> owl:sameAs <http://lexvo.org/id/iso639-3/frt> .

<http://dbpedia.org/resource/Kibajuni_dialect> owl:sameAs <http://lexvo.org/id/iso639-3/swh> .

<http://dbpedia.org/resource/Kiga_language> owl:sameAs <http://lexvo.org/id/iso639-3/cgg> .

<http://dbpedia.org/resource/Kija_language> owl:sameAs <http://lexvo.org/id/iso639-3/gia> .

<http://dbpedia.org/resource/Kildin_Sami_language> owl:sameAs <http://lexvo.org/id/iso639-3/sjd> .

<http://dbpedia.org/resource/Kiliwa_language> owl:sameAs <http://lexvo.org/id/iso639-3/klb> .

<http://dbpedia.org/resource/Kilmeri_language> owl:sameAs <http://lexvo.org/id/iso639-3/kih> .

<http://dbpedia.org/resource/Kim_Mun_language> owl:sameAs <http://lexvo.org/id/iso639-3/mji> .

<http://dbpedia.org/resource/Kim_language> owl:sameAs <http://lexvo.org/id/iso639-3/kia> .

<http://dbpedia.org/resource/Kimba_language> owl:sameAs <http://lexvo.org/id/iso639-3/kdl> .

<http://dbpedia.org/resource/Kimbu_language> owl:sameAs <http://lexvo.org/id/iso639-3/kiv> .

<http://dbpedia.org/resource/Kimr%C3%A9_language> owl:sameAs <http://lexvo.org/id/iso639-3/kqp> .

<http://dbpedia.org/resource/Kinamigin_language> owl:sameAs <http://lexvo.org/id/iso639-3/mkx> .

<http://dbpedia.org/resource/Kinaray-a_language> owl:sameAs <http://lexvo.org/id/iso639-3/krj> .

<http://dbpedia.org/resource/Kinnauri_language> owl:sameAs <http://lexvo.org/id/iso639-3/kfk> .

<http://dbpedia.org/resource/Kintaq_language> owl:sameAs <http://lexvo.org/id/iso639-3/knq> .

<http://dbpedia.org/resource/Kinyarwanda> owl:sameAs <http://lexvo.org/id/iso639-3/kin> .

<http://dbpedia.org/resource/Kiong_Nai_language> owl:sameAs <http://lexvo.org/id/iso639-3/pnu> .

<http://dbpedia.org/resource/Kiowa_language> owl:sameAs <http://lexvo.org/id/iso639-3/kio> .

<http://dbpedia.org/resource/Kipsigis_language> owl:sameAs <http://lexvo.org/id/iso639-3/sgc> .

<http://dbpedia.org/resource/Kiput_language> owl:sameAs <http://lexvo.org/id/iso639-3/kyi> .

<http://dbpedia.org/resource/Kir-Balar_language> owl:sameAs <http://lexvo.org/id/iso639-3/kkr> .

<http://dbpedia.org/resource/Kire_language> owl:sameAs <http://lexvo.org/id/iso639-3/geb> .

<http://dbpedia.org/resource/Kirundi> owl:sameAs <http://lexvo.org/id/iso639-3/run> .

<http://dbpedia.org/resource/Kirya-Konz%C9%99l_language> owl:sameAs <http://lexvo.org/id/iso639-3/fkk> .

<http://dbpedia.org/resource/Kisi_language_(Tanzania)> owl:sameAs <http://lexvo.org/id/iso639-3/kiz> .

<http://dbpedia.org/resource/Kitsai_language> owl:sameAs <http://lexvo.org/id/iso639-3/kii> .

<http://dbpedia.org/resource/Klallam_language> owl:sameAs <http://lexvo.org/id/iso639-3/clm> .

<http://dbpedia.org/resource/Klamath_language> owl:sameAs <http://lexvo.org/id/iso639-3/kla> .

<http://dbpedia.org/resource/Klao_language> owl:sameAs <http://lexvo.org/id/iso639-3/klu> .

<http://dbpedia.org/resource/Klingon_language> owl:sameAs <http://lexvo.org/id/iso639-3/tlh> .

<http://dbpedia.org/resource/Knaanic_language> owl:sameAs <http://lexvo.org/id/iso639-3/czk> .

<http://dbpedia.org/resource/Koalib_language> owl:sameAs <http://lexvo.org/id/iso639-3/kib> .

<http://dbpedia.org/resource/Koasati_language> owl:sameAs <http://lexvo.org/id/iso639-3/cku> .

<http://dbpedia.org/resource/Kobiana_language> owl:sameAs <http://lexvo.org/id/iso639-3/kcj> .

<http://dbpedia.org/resource/Kobon_language> owl:sameAs <http://lexvo.org/id/iso639-3/kpw> .

<http://dbpedia.org/resource/Koch_language> owl:sameAs <http://lexvo.org/id/iso639-3/kdq> .

<http://dbpedia.org/resource/Kodava_language> owl:sameAs <http://lexvo.org/id/iso639-3/kfa> .

<http://dbpedia.org/resource/Koenoem_language> owl:sameAs <http://lexvo.org/id/iso639-3/kcs> .

<http://dbpedia.org/resource/Kofa_language> owl:sameAs <http://lexvo.org/id/iso639-3/kso> .

<http://dbpedia.org/resource/Kofyar_language> owl:sameAs <http://lexvo.org/id/iso639-3/kwl> .

<http://dbpedia.org/resource/Kogi_language> owl:sameAs <http://lexvo.org/id/iso639-3/kog> .

<http://dbpedia.org/resource/Kogo_language> owl:sameAs <http://lexvo.org/id/iso639-3/bkh> .

<http://dbpedia.org/resource/Koho_language> owl:sameAs <http://lexvo.org/id/iso639-3/kpm> .

<http://dbpedia.org/resource/Kokborok> owl:sameAs <http://lexvo.org/id/iso639-3/trp> .

<http://dbpedia.org/resource/Kokoda_language> owl:sameAs <http://lexvo.org/id/iso639-3/xod> .

<http://dbpedia.org/resource/Kokota_language> owl:sameAs <http://lexvo.org/id/iso639-3/kkk> .

<http://dbpedia.org/resource/Kol_language_(Cameroon)> owl:sameAs <http://lexvo.org/id/iso639-3/biw> .

<http://dbpedia.org/resource/Kol_language_(Papua_New_Guinea)> owl:sameAs <http://lexvo.org/id/iso639-3/kol> .

<http://dbpedia.org/resource/Kolami_language> owl:sameAs <http://lexvo.org/id/iso639-3/kfb> .

<http://dbpedia.org/resource/Kom_language> owl:sameAs <http://lexvo.org/id/iso639-3/bkm> .

<http://dbpedia.org/resource/Kom_language_(India)> owl:sameAs <http://lexvo.org/id/iso639-3/kmm> .

<http://dbpedia.org/resource/Koma_language> owl:sameAs <http://lexvo.org/id/iso639-3/kmy> .

<http://dbpedia.org/resource/Komba_language> owl:sameAs <http://lexvo.org/id/iso639-3/kpf> .

<http://dbpedia.org/resource/Kombe_language> owl:sameAs <http://lexvo.org/id/iso639-3/nui> .

<http://dbpedia.org/resource/Kombio_language> owl:sameAs <http://lexvo.org/id/iso639-3/xbi> .

<http://dbpedia.org/resource/Komering_language> owl:sameAs <http://lexvo.org/id/iso639-3/kge> .

<http://dbpedia.org/resource/Komi-Permyak_language> owl:sameAs <http://lexvo.org/id/iso639-3/koi> .

<http://dbpedia.org/resource/Komi-Yodzyak_language> owl:sameAs <http://lexvo.org/id/iso639-3/kpv> .

<http://dbpedia.org/resource/Komi_language> owl:sameAs <http://lexvo.org/id/iso639-3/kom> .

<http://dbpedia.org/resource/Komo_language> owl:sameAs <http://lexvo.org/id/iso639-3/xom> .

<http://dbpedia.org/resource/Komo_language_(Bantu)> owl:sameAs <http://lexvo.org/id/iso639-3/kmw> .

<http://dbpedia.org/resource/Komyandaret_language> owl:sameAs <http://lexvo.org/id/iso639-3/kzv> .

<http://dbpedia.org/resource/Konda_language_(Dravidian)> owl:sameAs <http://lexvo.org/id/iso639-3/kfc> .

<http://dbpedia.org/resource/Konda_language_(Papuan)> owl:sameAs <http://lexvo.org/id/iso639-3/knd> .

<http://dbpedia.org/resource/Koneraw_language> owl:sameAs <http://lexvo.org/id/iso639-3/kdw> .

<http://dbpedia.org/resource/Kongo_language> owl:sameAs <http://lexvo.org/id/iso639-3/kon> .

<http://dbpedia.org/resource/Konjo> owl:sameAs <http://lexvo.org/id/iso639-3/koo> .

<http://dbpedia.org/resource/Konkani_language> owl:sameAs <http://lexvo.org/id/iso639-3/kok> .

<http://dbpedia.org/resource/Konkomba_language> owl:sameAs <http://lexvo.org/id/iso639-3/xon> .

<http://dbpedia.org/resource/Konkow_language> owl:sameAs <http://lexvo.org/id/iso639-3/mjd> .

<http://dbpedia.org/resource/Kono_language> owl:sameAs <http://lexvo.org/id/iso639-3/kno> .

<http://dbpedia.org/resource/Konobo_language> owl:sameAs <http://lexvo.org/id/iso639-3/kqo> .

<http://dbpedia.org/resource/Konso_language> owl:sameAs <http://lexvo.org/id/iso639-3/kxc> .

<http://dbpedia.org/resource/Koorete_language> owl:sameAs <http://lexvo.org/id/iso639-3/kqy> .

<http://dbpedia.org/resource/Kopar_language> owl:sameAs <http://lexvo.org/id/iso639-3/xop> .

<http://dbpedia.org/resource/Koraga_language> owl:sameAs <http://lexvo.org/id/iso639-3/kfd> .

<http://dbpedia.org/resource/Korana_language> owl:sameAs <http://lexvo.org/id/iso639-3/kqz> .

<http://dbpedia.org/resource/Korandje_language> owl:sameAs <http://lexvo.org/id/iso639-3/kcy> .

<http://dbpedia.org/resource/Kordofanian_languages> owl:sameAs <http://lexvo.org/id/iso639-5/kdo> .

<http://dbpedia.org/resource/Korean_Sign_Language> owl:sameAs <http://lexvo.org/id/iso639-3/kvk> .

<http://dbpedia.org/resource/Korean_language> owl:sameAs <http://lexvo.org/id/iso639-3/kor> .

<http://dbpedia.org/resource/Korku_language> owl:sameAs <http://lexvo.org/id/iso639-3/kfq> .

<http://dbpedia.org/resource/Koro_language_(India)> owl:sameAs <http://lexvo.org/id/iso639-3/jkr> .

<http://dbpedia.org/resource/Koro_language_(New_Guinea)> owl:sameAs <http://lexvo.org/id/iso639-3/kxr> .

<http://dbpedia.org/resource/Koro_language_(Vanuatu)> owl:sameAs <http://lexvo.org/id/iso639-3/krf> .

<http://dbpedia.org/resource/Koromfe_language> owl:sameAs <http://lexvo.org/id/iso639-3/kfz> .

<http://dbpedia.org/resource/Koromira_language> owl:sameAs <http://lexvo.org/id/iso639-3/kqj> .

<http://dbpedia.org/resource/Korop%C3%B3_language> owl:sameAs <http://lexvo.org/id/iso639-3/xxr> .

<http://dbpedia.org/resource/Koroshi_dialect> owl:sameAs <http://lexvo.org/id/iso639-3/ktl> .

<http://dbpedia.org/resource/Korowai_language> owl:sameAs <http://lexvo.org/id/iso639-3/khe> .

<http://dbpedia.org/resource/Korupun_language> owl:sameAs <http://lexvo.org/id/iso639-3/kpq> .

<http://dbpedia.org/resource/Korur_language> owl:sameAs <http://lexvo.org/id/iso639-3/auq> .

<http://dbpedia.org/resource/Koryak_language> owl:sameAs <http://lexvo.org/id/iso639-3/kpy> .

<http://dbpedia.org/resource/Kose_language> owl:sameAs <http://lexvo.org/id/iso639-3/bss> .

<http://dbpedia.org/resource/Koshin_language> owl:sameAs <http://lexvo.org/id/iso639-3/kid> .

<http://dbpedia.org/resource/Kosraean_language> owl:sameAs <http://lexvo.org/id/iso639-3/kos> .

<http://dbpedia.org/resource/Kota_language> owl:sameAs <http://lexvo.org/id/iso639-3/kfe> .

<http://dbpedia.org/resource/Kota_language_(Gabon)> owl:sameAs <http://lexvo.org/id/iso639-3/koq> .

<http://dbpedia.org/resource/Koti_language> owl:sameAs <http://lexvo.org/id/iso639-3/eko> .

<http://dbpedia.org/resource/Kott_language> owl:sameAs <http://lexvo.org/id/iso639-3/zko> .

<http://dbpedia.org/resource/Kovai_language> owl:sameAs <http://lexvo.org/id/iso639-3/kqb> .

<http://dbpedia.org/resource/Kove_language> owl:sameAs <http://lexvo.org/id/iso639-3/kvc> .

<http://dbpedia.org/resource/Kowiai_language> owl:sameAs <http://lexvo.org/id/iso639-3/kwh> .

<http://dbpedia.org/resource/Koy_Sanjaq_Syriac_language> owl:sameAs <http://lexvo.org/id/iso639-3/kqd> .

<http://dbpedia.org/resource/Koya_language> owl:sameAs <http://lexvo.org/id/iso639-3/kff> .

<http://dbpedia.org/resource/Koyra_Chiini> owl:sameAs <http://lexvo.org/id/iso639-3/khq> .

<http://dbpedia.org/resource/Koyraboro_Senni> owl:sameAs <http://lexvo.org/id/iso639-3/ses> .

<http://dbpedia.org/resource/Koyukon_language> owl:sameAs <http://lexvo.org/id/iso639-3/koy> .

<http://dbpedia.org/resource/Kpa'_language> owl:sameAs <http://lexvo.org/id/iso639-3/ksf> .

<http://dbpedia.org/resource/Kpati_language> owl:sameAs <http://lexvo.org/id/iso639-3/koc> .

<http://dbpedia.org/resource/Kpatili_language> owl:sameAs <http://lexvo.org/id/iso639-3/kym> .

<http://dbpedia.org/resource/Kpelle_language> owl:sameAs <http://lexvo.org/id/iso639-3/kpe> .

<http://dbpedia.org/resource/Kposo_language> owl:sameAs <http://lexvo.org/id/iso639-3/kpo> .

<http://dbpedia.org/resource/Krache_language> owl:sameAs <http://lexvo.org/id/iso639-3/kye> .

<http://dbpedia.org/resource/Krenak_language> owl:sameAs <http://lexvo.org/id/iso639-3/kqq> .

<http://dbpedia.org/resource/Kresh_language> owl:sameAs <http://lexvo.org/id/iso639-3/krs> .

<http://dbpedia.org/resource/Kreye_language> owl:sameAs <http://lexvo.org/id/iso639-3/xre> .

<http://dbpedia.org/resource/Krim_language> owl:sameAs <http://lexvo.org/id/iso639-3/krm> .

<http://dbpedia.org/resource/Krio_Dayak_language> owl:sameAs <http://lexvo.org/id/iso639-3/xke> .

<http://dbpedia.org/resource/Kristang_language> owl:sameAs <http://lexvo.org/id/iso639-3/mcm> .

<http://dbpedia.org/resource/Kristi_language> owl:sameAs <http://lexvo.org/id/iso639-3/vkp> .

<http://dbpedia.org/resource/Krobu_language> owl:sameAs <http://lexvo.org/id/iso639-3/kxb> .

<http://dbpedia.org/resource/Krongo_language> owl:sameAs <http://lexvo.org/id/iso639-3/kgo> .

<http://dbpedia.org/resource/Kru_languages> owl:sameAs <http://lexvo.org/id/iso639-5/kro> .

<http://dbpedia.org/resource/Krumen_language> owl:sameAs <http://lexvo.org/id/iso639-3/grb> .

<http://dbpedia.org/resource/Krymchak_language> owl:sameAs <http://lexvo.org/id/iso639-3/jct> .

<http://dbpedia.org/resource/Kryts_language> owl:sameAs <http://lexvo.org/id/iso639-3/kry> .

<http://dbpedia.org/resource/Kuba_language> owl:sameAs <http://lexvo.org/id/iso639-3/kxx> .

<http://dbpedia.org/resource/Kube_language> owl:sameAs <http://lexvo.org/id/iso639-3/kgf> .

<http://dbpedia.org/resource/Kubi_language> owl:sameAs <http://lexvo.org/id/iso639-3/kof> .

<http://dbpedia.org/resource/Kuhane_language> owl:sameAs <http://lexvo.org/id/iso639-3/sbs> .

<http://dbpedia.org/resource/Kui_language_(India)> owl:sameAs <http://lexvo.org/id/iso639-3/kxu> .

<http://dbpedia.org/resource/Kui_language_(Indonesia)> owl:sameAs <http://lexvo.org/id/iso639-3/kvd> .

<http://dbpedia.org/resource/Kuikuro_language> owl:sameAs <http://lexvo.org/id/iso639-3/kui> .

<http://dbpedia.org/resource/Kujarg%C3%A9_language> owl:sameAs <http://lexvo.org/id/iso639-3/vkj> .

<http://dbpedia.org/resource/Kuku_Nyungkal_language> owl:sameAs <http://lexvo.org/id/iso639-3/gvn> .

<http://dbpedia.org/resource/Kuku_dialect> owl:sameAs <http://lexvo.org/id/iso639-3/bfa> .

<http://dbpedia.org/resource/Kukuya_language> owl:sameAs <http://lexvo.org/id/iso639-3/kkw> .

<http://dbpedia.org/resource/Kula_language> owl:sameAs <http://lexvo.org/id/iso639-3/tpg> .

<http://dbpedia.org/resource/Kulere_language> owl:sameAs <http://lexvo.org/id/iso639-3/kul> .

<http://dbpedia.org/resource/Kulino_language> owl:sameAs <http://lexvo.org/id/iso639-3/xpk> .

<http://dbpedia.org/resource/Kullu_Pahari_language> owl:sameAs <http://lexvo.org/id/iso639-3/kfx> .

<http://dbpedia.org/resource/Kulu_language> owl:sameAs <http://lexvo.org/id/iso639-3/ikl> .

<http://dbpedia.org/resource/Kulung_language> owl:sameAs <http://lexvo.org/id/iso639-3/kle> .

<http://dbpedia.org/resource/Kulung_language_(Nigeria)> owl:sameAs <http://lexvo.org/id/iso639-3/bbu> .

<http://dbpedia.org/resource/Kumam_language> owl:sameAs <http://lexvo.org/id/iso639-3/kdi> .

<http://dbpedia.org/resource/Kuman_language_(New_Guinea)> owl:sameAs <http://lexvo.org/id/iso639-3/kue> .

<http://dbpedia.org/resource/Kumaoni_language> owl:sameAs <http://lexvo.org/id/iso639-3/kfy> .

<http://dbpedia.org/resource/Kumarbhag_Paharia_language> owl:sameAs <http://lexvo.org/id/iso639-3/kmj> .

<http://dbpedia.org/resource/Kumbainggar_language> owl:sameAs <http://lexvo.org/id/iso639-3/kgs> .

<http://dbpedia.org/resource/Kumeyaay_language> owl:sameAs <http://lexvo.org/id/iso639-3/dih> .

<http://dbpedia.org/resource/Kumyk_language> owl:sameAs <http://lexvo.org/id/iso639-3/kum> .

<http://dbpedia.org/resource/Kumzari_dialect> owl:sameAs <http://lexvo.org/id/iso639-3/zum> .

<http://dbpedia.org/resource/Kunama_language> owl:sameAs <http://lexvo.org/id/iso639-3/kun> .

<http://dbpedia.org/resource/Kunda_language> owl:sameAs <http://lexvo.org/id/iso639-3/kdn> .

<http://dbpedia.org/resource/Kungarakany_language> owl:sameAs <http://lexvo.org/id/iso639-3/ggk> .

<http://dbpedia.org/resource/Kunigami_language> owl:sameAs <http://lexvo.org/id/iso639-3/xug> .

<http://dbpedia.org/resource/Kunjen_language> owl:sameAs <http://lexvo.org/id/iso639-3/kjn> .

<http://dbpedia.org/resource/Kunyi_language> owl:sameAs <http://lexvo.org/id/iso639-3/njx> .

<http://dbpedia.org/resource/Kunza_language> owl:sameAs <http://lexvo.org/id/iso639-3/kuz> .

<http://dbpedia.org/resource/Kuo_language> owl:sameAs <http://lexvo.org/id/iso639-3/xuo> .

<http://dbpedia.org/resource/Kuot_language> owl:sameAs <http://lexvo.org/id/iso639-3/kto> .

<http://dbpedia.org/resource/Kurama_language> owl:sameAs <http://lexvo.org/id/iso639-3/krh> .

<http://dbpedia.org/resource/Kuranko_language> owl:sameAs <http://lexvo.org/id/iso639-3/knk> .

<http://dbpedia.org/resource/Kurdish_language> owl:sameAs <http://lexvo.org/id/iso639-3/kur> .

<http://dbpedia.org/resource/Kuria_language> owl:sameAs <http://lexvo.org/id/iso639-3/kuj> .

<http://dbpedia.org/resource/Kurmali> owl:sameAs <http://lexvo.org/id/iso639-3/kyw> .

<http://dbpedia.org/resource/Kurmanji> owl:sameAs <http://lexvo.org/id/iso639-3/kmr> .

<http://dbpedia.org/resource/Kurrama_language> owl:sameAs <http://lexvo.org/id/iso639-3/vku> .

<http://dbpedia.org/resource/Kurt%C3%B6p_language> owl:sameAs <http://lexvo.org/id/iso639-3/xkz> .

<http://dbpedia.org/resource/Kurukh_language> owl:sameAs <http://lexvo.org/id/iso639-3/kru> .

<http://dbpedia.org/resource/Kusaal_language> owl:sameAs <http://lexvo.org/id/iso639-3/kus> .

<http://dbpedia.org/resource/Kusaghe_language> owl:sameAs <http://lexvo.org/id/iso639-3/ksg> .

<http://dbpedia.org/resource/Kushi_language> owl:sameAs <http://lexvo.org/id/iso639-3/kuh> .

<http://dbpedia.org/resource/Kusunda_language> owl:sameAs <http://lexvo.org/id/iso639-3/kgg> .

<http://dbpedia.org/resource/Kutchi_language> owl:sameAs <http://lexvo.org/id/iso639-3/kfr> .

<http://dbpedia.org/resource/Kuteb_language> owl:sameAs <http://lexvo.org/id/iso639-3/kub> .

<http://dbpedia.org/resource/Kutenai_language> owl:sameAs <http://lexvo.org/id/iso639-3/kut> .

<http://dbpedia.org/resource/Kutto_language> owl:sameAs <http://lexvo.org/id/iso639-3/kpa> .

<http://dbpedia.org/resource/Kuuk_Thaayorre_language> owl:sameAs <http://lexvo.org/id/iso639-3/thd> .

<http://dbpedia.org/resource/Kuuk_Yak_language> owl:sameAs <http://lexvo.org/id/iso639-3/uky> .

<http://dbpedia.org/resource/Kuwaa_language> owl:sameAs <http://lexvo.org/id/iso639-3/blh> .

<http://dbpedia.org/resource/Kuy_language> owl:sameAs <http://lexvo.org/id/iso639-3/kdt> .

<http://dbpedia.org/resource/Kuya_language> owl:sameAs <http://lexvo.org/id/iso639-3/kyf> .

<http://dbpedia.org/resource/Kven_language> owl:sameAs <http://lexvo.org/id/iso639-3/fkv> .

<http://dbpedia.org/resource/Kw'adza_language> owl:sameAs <http://lexvo.org/id/iso639-3/wka> .

<http://dbpedia.org/resource/Kwaami_language> owl:sameAs <http://lexvo.org/id/iso639-3/ksq> .

<http://dbpedia.org/resource/Kwadi_language> owl:sameAs <http://lexvo.org/id/iso639-3/kwz> .

<http://dbpedia.org/resource/Kwadia_language> owl:sameAs <http://lexvo.org/id/iso639-3/kwp> .

<http://dbpedia.org/resource/Kwak'wala> owl:sameAs <http://lexvo.org/id/iso639-3/kwk> .

<http://dbpedia.org/resource/Kwala_language> owl:sameAs <http://lexvo.org/id/iso639-3/kwc> .

<http://dbpedia.org/resource/Kwama_language> owl:sameAs <http://lexvo.org/id/iso639-3/kmq> .

<http://dbpedia.org/resource/Kwambi_dialect> owl:sameAs <http://lexvo.org/id/iso639-3/kwm> .

<http://dbpedia.org/resource/Kwang_language> owl:sameAs <http://lexvo.org/id/iso639-3/kvi> .

<http://dbpedia.org/resource/Kwanga_language> owl:sameAs <http://lexvo.org/id/iso639-3/kwj> .

<http://dbpedia.org/resource/Kwangali_language> owl:sameAs <http://lexvo.org/id/iso639-3/kwn> .

<http://dbpedia.org/resource/Kwanja_language> owl:sameAs <http://lexvo.org/id/iso639-3/knp> .

<http://dbpedia.org/resource/Kwanka_language> owl:sameAs <http://lexvo.org/id/iso639-3/bij> .

<http://dbpedia.org/resource/Kwanyama_dialect> owl:sameAs <http://lexvo.org/id/iso639-3/kua> .

<http://dbpedia.org/resource/Kwara'ae_language> owl:sameAs <http://lexvo.org/id/iso639-3/kwf> .

<http://dbpedia.org/resource/Kwasengen_language> owl:sameAs <http://lexvo.org/id/iso639-3/wos> .

<http://dbpedia.org/resource/Kwatay_language> owl:sameAs <http://lexvo.org/id/iso639-3/cwt> .

<http://dbpedia.org/resource/Kwavi_dialect> owl:sameAs <http://lexvo.org/id/iso639-3/mas> .

<http://dbpedia.org/resource/Kwaza_language> owl:sameAs <http://lexvo.org/id/iso639-3/xwa> .

<http://dbpedia.org/resource/Kwegu_language> owl:sameAs <http://lexvo.org/id/iso639-3/xwg> .

<http://dbpedia.org/resource/Kwerba_language> owl:sameAs <http://lexvo.org/id/iso639-3/kwe> .

<http://dbpedia.org/resource/Kwese_language> owl:sameAs <http://lexvo.org/id/iso639-3/kws> .

<http://dbpedia.org/resource/Kwesten_language> owl:sameAs <http://lexvo.org/id/iso639-3/kwt> .

<http://dbpedia.org/resource/Kwoma_language> owl:sameAs <http://lexvo.org/id/iso639-3/kmo> .

<http://dbpedia.org/resource/Kwomtari_language> owl:sameAs <http://lexvo.org/id/iso639-3/kwo> .

<http://dbpedia.org/resource/Kyenele_language> owl:sameAs <http://lexvo.org/id/iso639-3/kql> .

<http://dbpedia.org/resource/Kyenga_language> owl:sameAs <http://lexvo.org/id/iso639-3/tye> .

<http://dbpedia.org/resource/Kyrgyz_language> owl:sameAs <http://lexvo.org/id/iso639-3/kir> .

<http://dbpedia.org/resource/L%C3%A1adan> owl:sameAs <http://lexvo.org/id/iso639-3/ldn> .

<http://dbpedia.org/resource/Laal_language> owl:sameAs <http://lexvo.org/id/iso639-3/gdm> .

<http://dbpedia.org/resource/Labu_language> owl:sameAs <http://lexvo.org/id/iso639-3/lbu> .

<http://dbpedia.org/resource/Lacandon_language> owl:sameAs <http://lexvo.org/id/iso639-3/lac> .

<http://dbpedia.org/resource/Ladakhi_language> owl:sameAs <http://lexvo.org/id/iso639-3/lbj> .

<http://dbpedia.org/resource/Ladin_language> owl:sameAs <http://lexvo.org/id/iso639-3/lld> .

<http://dbpedia.org/resource/Lafofa_languages> owl:sameAs <http://lexvo.org/id/iso639-3/laf> .

<http://dbpedia.org/resource/Laghu_language> owl:sameAs <http://lexvo.org/id/iso639-3/lgb> .

<http://dbpedia.org/resource/Laghuu_language> owl:sameAs <http://lexvo.org/id/iso639-3/lgh> .

<http://dbpedia.org/resource/Lagwan_language> owl:sameAs <http://lexvo.org/id/iso639-3/kot> .

<http://dbpedia.org/resource/Laha_language> owl:sameAs <http://lexvo.org/id/iso639-3/lha> .

<http://dbpedia.org/resource/Lak_language> owl:sameAs <http://lexvo.org/id/iso639-3/lbe> .

<http://dbpedia.org/resource/Lake_Miwok_language> owl:sameAs <http://lexvo.org/id/iso639-3/lmw> .

<http://dbpedia.org/resource/Lakha> owl:sameAs <http://lexvo.org/id/iso639-3/lkh> .

<http://dbpedia.org/resource/Laki_language> owl:sameAs <http://lexvo.org/id/iso639-3/lki> .

<http://dbpedia.org/resource/Lakkja_language> owl:sameAs <http://lexvo.org/id/iso639-3/lbc> .

<http://dbpedia.org/resource/Lakon_language> owl:sameAs <http://lexvo.org/id/iso639-3/lkn> .

<http://dbpedia.org/resource/Lakota_language> owl:sameAs <http://lexvo.org/id/iso639-3/lkt> .

<http://dbpedia.org/resource/Lala-Bisa_language> owl:sameAs <http://lexvo.org/id/iso639-3/leb> .

<http://dbpedia.org/resource/Lala-Roba_language> owl:sameAs <http://lexvo.org/id/iso639-3/lla> .

<http://dbpedia.org/resource/Lalia_language> owl:sameAs <http://lexvo.org/id/iso639-3/lal> .

<http://dbpedia.org/resource/Lama_language> owl:sameAs <http://lexvo.org/id/iso639-3/las> .

<http://dbpedia.org/resource/Lamang_language> owl:sameAs <http://lexvo.org/id/iso639-3/hia> .

<http://dbpedia.org/resource/Lamas_Quechua> owl:sameAs <http://lexvo.org/id/iso639-3/qvs> .

<http://dbpedia.org/resource/Lamba_language> owl:sameAs <http://lexvo.org/id/iso639-3/lam> .

<http://dbpedia.org/resource/Lambadi_language> owl:sameAs <http://lexvo.org/id/iso639-3/lmn> .

<http://dbpedia.org/resource/Lambya_language> owl:sameAs <http://lexvo.org/id/iso639-3/lai> .

<http://dbpedia.org/resource/Lamogai_language> owl:sameAs <http://lexvo.org/id/iso639-3/lmg> .

<http://dbpedia.org/resource/Lampung_language> owl:sameAs <http://lexvo.org/id/iso639-3/ljp> .

<http://dbpedia.org/resource/Lanc-Patu%C3%A1_creole> owl:sameAs <http://lexvo.org/id/iso639-3/kmv> .

<http://dbpedia.org/resource/Land_Dayak_languages> owl:sameAs <http://lexvo.org/id/iso639-5/day> .

<http://dbpedia.org/resource/Landoma_language> owl:sameAs <http://lexvo.org/id/iso639-3/ldm> .

<http://dbpedia.org/resource/Lango_language> owl:sameAs <http://lexvo.org/id/iso639-3/laj> .

<http://dbpedia.org/resource/Lango_language_(South_Sudan)> owl:sameAs <http://lexvo.org/id/iso639-3/lno> .

<http://dbpedia.org/resource/Lanoh_language> owl:sameAs <http://lexvo.org/id/iso639-3/lnh> .

<http://dbpedia.org/resource/Lao_language> owl:sameAs <http://lexvo.org/id/iso639-3/lao> .

<http://dbpedia.org/resource/Lara_language> owl:sameAs <http://lexvo.org/id/iso639-3/lra> .

<http://dbpedia.org/resource/Laragiya_language> owl:sameAs <http://lexvo.org/id/iso639-3/lrg> .

<http://dbpedia.org/resource/Larantuka_Malay> owl:sameAs <http://lexvo.org/id/iso639-3/lrt> .

<http://dbpedia.org/resource/Lardil_language> owl:sameAs <http://lexvo.org/id/iso639-3/lbz> .

<http://dbpedia.org/resource/Larestani_dialects> owl:sameAs <http://lexvo.org/id/iso639-3/lrl> .

<http://dbpedia.org/resource/Laro_language> owl:sameAs <http://lexvo.org/id/iso639-3/lro> .

<http://dbpedia.org/resource/Larteh_language> owl:sameAs <http://lexvo.org/id/iso639-3/lar> .

<http://dbpedia.org/resource/Laru_language> owl:sameAs <http://lexvo.org/id/iso639-3/lan> .

<http://dbpedia.org/resource/Lashi_language> owl:sameAs <http://lexvo.org/id/iso639-3/lsi> .

<http://dbpedia.org/resource/Latgalian_language> owl:sameAs <http://lexvo.org/id/iso639-3/ltg> .

<http://dbpedia.org/resource/Latin> owl:sameAs <http://lexvo.org/id/iso639-3/lat> .

<http://dbpedia.org/resource/Latvian_language> owl:sameAs <http://lexvo.org/id/iso639-3/lvs> .

<http://dbpedia.org/resource/Lau_language_(Malaita)> owl:sameAs <http://lexvo.org/id/iso639-3/llu> .

<http://dbpedia.org/resource/Laua_language> owl:sameAs <http://lexvo.org/id/iso639-3/luf> .

<http://dbpedia.org/resource/Lauan_language> owl:sameAs <http://lexvo.org/id/iso639-3/llx> .

<http://dbpedia.org/resource/Laurentian_language> owl:sameAs <http://lexvo.org/id/iso639-3/lre> .

<http://dbpedia.org/resource/Laven_language> owl:sameAs <http://lexvo.org/id/iso639-3/lbo> .

<http://dbpedia.org/resource/Lavrung_language> owl:sameAs <http://lexvo.org/id/iso639-3/jiq> .

<http://dbpedia.org/resource/Lavukaleve_language> owl:sameAs <http://lexvo.org/id/iso639-3/lvk> .

<http://dbpedia.org/resource/Lawangan_language> owl:sameAs <http://lexvo.org/id/iso639-3/lbx> .

<http://dbpedia.org/resource/Laya_language> owl:sameAs <http://lexvo.org/id/iso639-3/lya> .

<http://dbpedia.org/resource/Laz_language> owl:sameAs <http://lexvo.org/id/iso639-3/lzz> .

<http://dbpedia.org/resource/Leco_language> owl:sameAs <http://lexvo.org/id/iso639-3/lec> .

<http://dbpedia.org/resource/Ledo_Kaili> owl:sameAs <http://lexvo.org/id/iso639-3/lew> .

<http://dbpedia.org/resource/Leelau_language> owl:sameAs <http://lexvo.org/id/iso639-3/ldk> .

<http://dbpedia.org/resource/Leeward_Caribbean_Creole_English> owl:sameAs <http://lexvo.org/id/iso639-3/aig> .

<http://dbpedia.org/resource/Lela_language> owl:sameAs <http://lexvo.org/id/iso639-3/dri> .

<http://dbpedia.org/resource/Lele_language_(Bantu)> owl:sameAs <http://lexvo.org/id/iso639-3/lel> .

<http://dbpedia.org/resource/Lele_language_(Chad)> owl:sameAs <http://lexvo.org/id/iso639-3/lln> .

<http://dbpedia.org/resource/Lele_language_(Guinea)> owl:sameAs <http://lexvo.org/id/iso639-3/llc> .

<http://dbpedia.org/resource/Lele_language_(Papua_New_Guinea)> owl:sameAs <http://lexvo.org/id/iso639-3/lle> .

<http://dbpedia.org/resource/Lelemi_language> owl:sameAs <http://lexvo.org/id/iso639-3/lef> .

<http://dbpedia.org/resource/Lembena_language> owl:sameAs <http://lexvo.org/id/iso639-3/leq> .

<http://dbpedia.org/resource/Lemnian_language> owl:sameAs <http://lexvo.org/id/iso639-3/xle> .

<http://dbpedia.org/resource/Lemoro_language> owl:sameAs <http://lexvo.org/id/iso639-3/ldj> .

<http://dbpedia.org/resource/Lenca_language> owl:sameAs <http://lexvo.org/id/iso639-3/len> .

<http://dbpedia.org/resource/Lendu_language> owl:sameAs <http://lexvo.org/id/iso639-3/led> .

<http://dbpedia.org/resource/Lengola_language> owl:sameAs <http://lexvo.org/id/iso639-3/lej> .

<http://dbpedia.org/resource/Lepcha_language> owl:sameAs <http://lexvo.org/id/iso639-3/lep> .

<http://dbpedia.org/resource/Lepki_language> owl:sameAs <http://lexvo.org/id/iso639-3/lpe> .

<http://dbpedia.org/resource/Lepontic_language> owl:sameAs <http://lexvo.org/id/iso639-3/xlp> .

<http://dbpedia.org/resource/Leti_language> owl:sameAs <http://lexvo.org/id/iso639-3/lti> .

<http://dbpedia.org/resource/Lezgian_language> owl:sameAs <http://lexvo.org/id/iso639-3/lez> .

<http://dbpedia.org/resource/Lhokpu_language> owl:sameAs <http://lexvo.org/id/iso639-3/lhp> .

<http://dbpedia.org/resource/Libido_language> owl:sameAs <http://lexvo.org/id/iso639-3/liq> .

<http://dbpedia.org/resource/Liburnian_language> owl:sameAs <http://lexvo.org/id/iso639-3/xli> .

<http://dbpedia.org/resource/Libyan_Arabic> owl:sameAs <http://lexvo.org/id/iso639-3/ayl> .

<http://dbpedia.org/resource/Ligbi_language> owl:sameAs <http://lexvo.org/id/iso639-3/lig> .

<http://dbpedia.org/resource/Ligurian_language_(ancient)> owl:sameAs <http://lexvo.org/id/iso639-3/xlg> .

<http://dbpedia.org/resource/Lihir_language> owl:sameAs <http://lexvo.org/id/iso639-3/lih> .

<http://dbpedia.org/resource/Lika_language> owl:sameAs <http://lexvo.org/id/iso639-3/lik> .

<http://dbpedia.org/resource/Likpe_language> owl:sameAs <http://lexvo.org/id/iso639-3/lip> .

<http://dbpedia.org/resource/Likum_language> owl:sameAs <http://lexvo.org/id/iso639-3/lib> .

<http://dbpedia.org/resource/Lilau_language> owl:sameAs <http://lexvo.org/id/iso639-3/lll> .

<http://dbpedia.org/resource/Lillooet_language> owl:sameAs <http://lexvo.org/id/iso639-3/lil> .

<http://dbpedia.org/resource/Limba_language_(Cameroon)> owl:sameAs <http://lexvo.org/id/iso639-3/msd> .

<http://dbpedia.org/resource/Limbu_language> owl:sameAs <http://lexvo.org/id/iso639-3/lif> .

<http://dbpedia.org/resource/Limbum_language> owl:sameAs <http://lexvo.org/id/iso639-3/lmp> .

<http://dbpedia.org/resource/Limburgish_language> owl:sameAs <http://lexvo.org/id/iso639-3/lim> .

<http://dbpedia.org/resource/Limilngan_language> owl:sameAs <http://lexvo.org/id/iso639-3/lmc> .

<http://dbpedia.org/resource/Lingala_language> owl:sameAs <http://lexvo.org/id/iso639-3/lin> .

<http://dbpedia.org/resource/Lingua_Franca_Nova> owl:sameAs <http://lexvo.org/id/iso639-3/lfn> .

<http://dbpedia.org/resource/Linngithigh_dialect> owl:sameAs <http://lexvo.org/id/iso639-3/lnj> .

<http://dbpedia.org/resource/Lipan_language> owl:sameAs <http://lexvo.org/id/iso639-3/apl> .

<http://dbpedia.org/resource/Lipo_language> owl:sameAs <http://lexvo.org/id/iso639-3/lpo> .

<http://dbpedia.org/resource/Lisela_language> owl:sameAs <http://lexvo.org/id/iso639-3/lcl> .

<http://dbpedia.org/resource/Lish%C3%A1n_Did%C3%A1n> owl:sameAs <http://lexvo.org/id/iso639-3/trg> .

<http://dbpedia.org/resource/Lish_language> owl:sameAs <http://lexvo.org/id/iso639-3/lsh> .

<http://dbpedia.org/resource/Lishana_Deni> owl:sameAs <http://lexvo.org/id/iso639-3/lsd> .

<http://dbpedia.org/resource/Lishanid_Noshan> owl:sameAs <http://lexvo.org/id/iso639-3/aij> .

<http://dbpedia.org/resource/Lisu_language> owl:sameAs <http://lexvo.org/id/iso639-3/lis> .

<http://dbpedia.org/resource/Lithuanian_Sign_Language> owl:sameAs <http://lexvo.org/id/iso639-3/lls> .

<http://dbpedia.org/resource/Lithuanian_language> owl:sameAs <http://lexvo.org/id/iso639-3/lit> .

<http://dbpedia.org/resource/Livonian_language> owl:sameAs <http://lexvo.org/id/iso639-3/liv> .

<http://dbpedia.org/resource/Livvi-Karelian_language> owl:sameAs <http://lexvo.org/id/iso639-3/olo> .

<http://dbpedia.org/resource/Lo-Toga_language> owl:sameAs <http://lexvo.org/id/iso639-3/lht> .

<http://dbpedia.org/resource/Loarki_language> owl:sameAs <http://lexvo.org/id/iso639-3/lrk> .

<http://dbpedia.org/resource/Lobi_language> owl:sameAs <http://lexvo.org/id/iso639-3/lob> .

<http://dbpedia.org/resource/Lodhi_language> owl:sameAs <http://lexvo.org/id/iso639-3/lbm> .

<http://dbpedia.org/resource/Logba_language> owl:sameAs <http://lexvo.org/id/iso639-3/lgq> .

<http://dbpedia.org/resource/Logo_language> owl:sameAs <http://lexvo.org/id/iso639-3/log> .

<http://dbpedia.org/resource/Logol_language> owl:sameAs <http://lexvo.org/id/iso639-3/lof> .

<http://dbpedia.org/resource/Logudorese_dialect> owl:sameAs <http://lexvo.org/id/iso639-3/src> .

<http://dbpedia.org/resource/Loi_language> owl:sameAs <http://lexvo.org/id/iso639-3/biz> .

<http://dbpedia.org/resource/Lojban> owl:sameAs <http://lexvo.org/id/iso639-3/jbo> .

<http://dbpedia.org/resource/Loko_language> owl:sameAs <http://lexvo.org/id/iso639-3/lok> .

<http://dbpedia.org/resource/Loko_language_(Nigeria)> owl:sameAs <http://lexvo.org/id/iso639-3/yaz> .

<http://dbpedia.org/resource/Lola_language> owl:sameAs <http://lexvo.org/id/iso639-3/lcd> .

<http://dbpedia.org/resource/Loloda_language> owl:sameAs <http://lexvo.org/id/iso639-3/loa> .

<http://dbpedia.org/resource/Lomaiviti_language> owl:sameAs <http://lexvo.org/id/iso639-3/lmv> .

<http://dbpedia.org/resource/Lomakka_language> owl:sameAs <http://lexvo.org/id/iso639-3/loi> .

<http://dbpedia.org/resource/Lomavren_language> owl:sameAs <http://lexvo.org/id/iso639-3/rmi> .

<http://dbpedia.org/resource/Lombard_language> owl:sameAs <http://lexvo.org/id/iso639-3/lmo> .

<http://dbpedia.org/resource/Lombardic_language> owl:sameAs <http://lexvo.org/id/iso639-3/lng> .

<http://dbpedia.org/resource/Lombo_language> owl:sameAs <http://lexvo.org/id/iso639-3/loo> .

<http://dbpedia.org/resource/Longuda_language> owl:sameAs <http://lexvo.org/id/iso639-3/lnu> .

<http://dbpedia.org/resource/Loo_language> owl:sameAs <http://lexvo.org/id/iso639-3/ldo> .

<http://dbpedia.org/resource/Lorediakarkar_language> owl:sameAs <http://lexvo.org/id/iso639-3/lnn> .

<http://dbpedia.org/resource/Lorhon_language> owl:sameAs <http://lexvo.org/id/iso639-3/lor> .

<http://dbpedia.org/resource/Losso_language> owl:sameAs <http://lexvo.org/id/iso639-3/nmz> .

<http://dbpedia.org/resource/Lote_language> owl:sameAs <http://lexvo.org/id/iso639-3/uvl> .

<http://dbpedia.org/resource/Lotha_language> owl:sameAs <http://lexvo.org/id/iso639-3/njh> .

<http://dbpedia.org/resource/Lotuko_language> owl:sameAs <http://lexvo.org/id/iso639-3/lot> .

<http://dbpedia.org/resource/Lou_language> owl:sameAs <http://lexvo.org/id/iso639-3/loj> .

<http://dbpedia.org/resource/Louisiana_Creole_French> owl:sameAs <http://lexvo.org/id/iso639-3/lou> .

<http://dbpedia.org/resource/Loun_language> owl:sameAs <http://lexvo.org/id/iso639-3/lox> .

<http://dbpedia.org/resource/Low_German> owl:sameAs <http://lexvo.org/id/iso639-3/nds> .

<http://dbpedia.org/resource/Lower_Burdekin_languages> owl:sameAs <http://lexvo.org/id/iso639-3/xbb> .

<http://dbpedia.org/resource/Lower_Chinook> owl:sameAs <http://lexvo.org/id/iso639-3/chh> .

<http://dbpedia.org/resource/Lower_Sorbian_language> owl:sameAs <http://lexvo.org/id/iso639-3/dsb> .

<http://dbpedia.org/resource/Lower_Tanana_language> owl:sameAs <http://lexvo.org/id/iso639-3/taa> .

<http://dbpedia.org/resource/Lozi_language> owl:sameAs <http://lexvo.org/id/iso639-3/loz> .

<http://dbpedia.org/resource/Luba-Kasai_language> owl:sameAs <http://lexvo.org/id/iso639-3/lua> .

<http://dbpedia.org/resource/Luba-Katanga_language> owl:sameAs <http://lexvo.org/id/iso639-3/lub> .

<http://dbpedia.org/resource/Lucazi_language> owl:sameAs <http://lexvo.org/id/iso639-3/lch> .

<http://dbpedia.org/resource/Lucumi_language> owl:sameAs <http://lexvo.org/id/iso639-3/luq> .

<http://dbpedia.org/resource/Ludic_language> owl:sameAs <http://lexvo.org/id/iso639-3/lud> .

<http://dbpedia.org/resource/Lufu_language> owl:sameAs <http://lexvo.org/id/iso639-3/ldq> .

<http://dbpedia.org/resource/Luganda> owl:sameAs <http://lexvo.org/id/iso639-3/lug> .

<http://dbpedia.org/resource/Luguru_language> owl:sameAs <http://lexvo.org/id/iso639-3/ruf> .

<http://dbpedia.org/resource/Luhya_language> owl:sameAs <http://lexvo.org/id/iso639-3/luy> .

<http://dbpedia.org/resource/Luise%C3%B1o_language> owl:sameAs <http://lexvo.org/id/iso639-3/lui> .

<http://dbpedia.org/resource/Lukpa_language> owl:sameAs <http://lexvo.org/id/iso639-3/dop> .

<http://dbpedia.org/resource/Lule_Sami_language> owl:sameAs <http://lexvo.org/id/iso639-3/smj> .

<http://dbpedia.org/resource/Lumbu_language> owl:sameAs <http://lexvo.org/id/iso639-3/lup> .

<http://dbpedia.org/resource/Lumun_language> owl:sameAs <http://lexvo.org/id/iso639-3/lmd> .

<http://dbpedia.org/resource/Lun_Bawang_language> owl:sameAs <http://lexvo.org/id/iso639-3/lnd> .

<http://dbpedia.org/resource/Lunana_language> owl:sameAs <http://lexvo.org/id/iso639-3/luk> .

<http://dbpedia.org/resource/Lunda_language> owl:sameAs <http://lexvo.org/id/iso639-3/lun> .

<http://dbpedia.org/resource/Lundwe_language> owl:sameAs <http://lexvo.org/id/iso639-3/ilb> .

<http://dbpedia.org/resource/Lungga_language> owl:sameAs <http://lexvo.org/id/iso639-3/lga> .

<http://dbpedia.org/resource/Luo_language> owl:sameAs <http://lexvo.org/id/iso639-3/luo> .

<http://dbpedia.org/resource/Luo_language_(Cameroon)> owl:sameAs <http://lexvo.org/id/iso639-3/luw> .

<http://dbpedia.org/resource/Luobo_River_Miao> owl:sameAs <http://lexvo.org/id/iso639-3/hml> .

<http://dbpedia.org/resource/Lushootseed_language> owl:sameAs <http://lexvo.org/id/iso639-3/lut> .

<http://dbpedia.org/resource/Lusi_language> owl:sameAs <http://lexvo.org/id/iso639-3/khl> .

<http://dbpedia.org/resource/Lusitanian_language> owl:sameAs <http://lexvo.org/id/iso639-3/xls> .

<http://dbpedia.org/resource/Lutos_language> owl:sameAs <http://lexvo.org/id/iso639-3/ndy> .

<http://dbpedia.org/resource/Luvale_language> owl:sameAs <http://lexvo.org/id/iso639-3/lue> .

<http://dbpedia.org/resource/Luwati_language> owl:sameAs <http://lexvo.org/id/iso639-3/luv> .

<http://dbpedia.org/resource/Luwo_language> owl:sameAs <http://lexvo.org/id/iso639-3/lwo> .

<http://dbpedia.org/resource/Luxembourgish_language> owl:sameAs <http://lexvo.org/id/iso639-3/ltz> .

<http://dbpedia.org/resource/Luyana_language> owl:sameAs <http://lexvo.org/id/iso639-3/lyn> .

<http://dbpedia.org/resource/Lwalu_language> owl:sameAs <http://lexvo.org/id/iso639-3/lwa> .

<http://dbpedia.org/resource/Ly%C3%A9l%C3%A9_language> owl:sameAs <http://lexvo.org/id/iso639-3/lee> .

<http://dbpedia.org/resource/Lycian_language> owl:sameAs <http://lexvo.org/id/iso639-3/xlc> .

<http://dbpedia.org/resource/Lydian_language> owl:sameAs <http://lexvo.org/id/iso639-3/xld> .

<http://dbpedia.org/resource/Lyons_Sign_Language> owl:sameAs <http://lexvo.org/id/iso639-3/lsg> .

<http://dbpedia.org/resource/M%C3%B3cheno_language> owl:sameAs <http://lexvo.org/id/iso639-3/mhn> .

<http://dbpedia.org/resource/M%C3%BCn_language> owl:sameAs <http://lexvo.org/id/iso639-3/mwq> .

<http://dbpedia.org/resource/M%C3%BCnd%C3%BC_language> owl:sameAs <http://lexvo.org/id/iso639-3/muh> .

<http://dbpedia.org/resource/M%C4%81ori_language> owl:sameAs <http://lexvo.org/id/iso639-3/mri> .

<http://dbpedia.org/resource/Ma'anyan_language> owl:sameAs <http://lexvo.org/id/iso639-3/mhy> .

<http://dbpedia.org/resource/Ma'di_language> owl:sameAs <http://lexvo.org/id/iso639-3/mhi> .

<http://dbpedia.org/resource/Ma'ya_language> owl:sameAs <http://lexvo.org/id/iso639-3/slz> .

<http://dbpedia.org/resource/Ma_language> owl:sameAs <http://lexvo.org/id/iso639-3/msj> .

<http://dbpedia.org/resource/Maaka_language> owl:sameAs <http://lexvo.org/id/iso639-3/mew> .

<http://dbpedia.org/resource/Maasina_Fulfulde> owl:sameAs <http://lexvo.org/id/iso639-3/ffm> .

<http://dbpedia.org/resource/Maay_language> owl:sameAs <http://lexvo.org/id/iso639-3/ymm> .

<http://dbpedia.org/resource/Maba_language> owl:sameAs <http://lexvo.org/id/iso639-3/mde> .

<http://dbpedia.org/resource/Mabaan_language> owl:sameAs <http://lexvo.org/id/iso639-3/mfz> .

<http://dbpedia.org/resource/Mabire_language> owl:sameAs <http://lexvo.org/id/iso639-3/muj> .

<http://dbpedia.org/resource/Macagu%C3%A1n_language> owl:sameAs <http://lexvo.org/id/iso639-3/mbn> .

<http://dbpedia.org/resource/Macanese_language> owl:sameAs <http://lexvo.org/id/iso639-3/mzs> .

<http://dbpedia.org/resource/Macedonian_language> owl:sameAs <http://lexvo.org/id/iso639-3/mkd> .

<http://dbpedia.org/resource/Machame_language> owl:sameAs <http://lexvo.org/id/iso639-3/jmc> .

<http://dbpedia.org/resource/Machiguenga_language> owl:sameAs <http://lexvo.org/id/iso639-3/mcb> .

<http://dbpedia.org/resource/Macro-Arawakan_languages> owl:sameAs <http://lexvo.org/id/iso639-5/awd> .

<http://dbpedia.org/resource/Macushi_language> owl:sameAs <http://lexvo.org/id/iso639-3/mbc> .

<http://dbpedia.org/resource/Mada_language> owl:sameAs <http://lexvo.org/id/iso639-3/mda> .

<http://dbpedia.org/resource/Mada_language_(Cameroon)> owl:sameAs <http://lexvo.org/id/iso639-3/mxu> .

<http://dbpedia.org/resource/Madurese_language> owl:sameAs <http://lexvo.org/id/iso639-3/mad> .

<http://dbpedia.org/resource/Mafa_language> owl:sameAs <http://lexvo.org/id/iso639-3/maf> .

<http://dbpedia.org/resource/Mag-antsi_language> owl:sameAs <http://lexvo.org/id/iso639-3/sgb> .

<http://dbpedia.org/resource/Mag-indi_language> owl:sameAs <http://lexvo.org/id/iso639-3/blx> .

<http://dbpedia.org/resource/Magahi_language> owl:sameAs <http://lexvo.org/id/iso639-3/mag> .

<http://dbpedia.org/resource/Maguindanao_language> owl:sameAs <http://lexvo.org/id/iso639-3/mdh> .

<http://dbpedia.org/resource/Mah_Meri_language> owl:sameAs <http://lexvo.org/id/iso639-3/mhe> .

<http://dbpedia.org/resource/Maharashtri> owl:sameAs <http://lexvo.org/id/iso639-3/pmh> .

<http://dbpedia.org/resource/Mahican_language> owl:sameAs <http://lexvo.org/id/iso639-3/mjy> .

<http://dbpedia.org/resource/Maia_language> owl:sameAs <http://lexvo.org/id/iso639-3/sks> .

<http://dbpedia.org/resource/Maidu_language> owl:sameAs <http://lexvo.org/id/iso639-3/nmu> .

<http://dbpedia.org/resource/Mailu_language> owl:sameAs <http://lexvo.org/id/iso639-3/mgu> .

<http://dbpedia.org/resource/Main-Franconian> owl:sameAs <http://lexvo.org/id/iso639-3/vmf> .

<http://dbpedia.org/resource/Mairasi_language> owl:sameAs <http://lexvo.org/id/iso639-3/zrs> .

<http://dbpedia.org/resource/Maisin_language> owl:sameAs <http://lexvo.org/id/iso639-3/mbq> .

<http://dbpedia.org/resource/Maithili_language> owl:sameAs <http://lexvo.org/id/iso639-3/mai> .

<http://dbpedia.org/resource/Majang_language> owl:sameAs <http://lexvo.org/id/iso639-3/mpe> .

<http://dbpedia.org/resource/Majera_language> owl:sameAs <http://lexvo.org/id/iso639-3/xmj> .

<http://dbpedia.org/resource/Mak%C3%A1_language> owl:sameAs <http://lexvo.org/id/iso639-3/mca> .

<http://dbpedia.org/resource/Mak_language> owl:sameAs <http://lexvo.org/id/iso639-3/mkg> .

<http://dbpedia.org/resource/Mak_language_(Adamawa)> owl:sameAs <http://lexvo.org/id/iso639-3/pbl> .

<http://dbpedia.org/resource/Makaa_language> owl:sameAs <http://lexvo.org/id/iso639-3/mcp> .

<http://dbpedia.org/resource/Makah_language> owl:sameAs <http://lexvo.org/id/iso639-3/myh> .

<http://dbpedia.org/resource/Makasae_language> owl:sameAs <http://lexvo.org/id/iso639-3/mkz> .

<http://dbpedia.org/resource/Makassarese_language> owl:sameAs <http://lexvo.org/id/iso639-3/mak> .

<http://dbpedia.org/resource/Makayam_language> owl:sameAs <http://lexvo.org/id/iso639-3/aup> .

<http://dbpedia.org/resource/Makhuwa-Meetto_language> owl:sameAs <http://lexvo.org/id/iso639-3/mgh> .

<http://dbpedia.org/resource/Makhuwa-Shirima_language> owl:sameAs <http://lexvo.org/id/iso639-3/vmk> .

<http://dbpedia.org/resource/Makhuwa_language> owl:sameAs <http://lexvo.org/id/iso639-3/vmw> .

<http://dbpedia.org/resource/Makolkol_language> owl:sameAs <http://lexvo.org/id/iso639-3/zmh> .

<http://dbpedia.org/resource/Makonde_language> owl:sameAs <http://lexvo.org/id/iso639-3/yao> .

<http://dbpedia.org/resource/Makurap_language> owl:sameAs <http://lexvo.org/id/iso639-3/mpu> .

<http://dbpedia.org/resource/Makuv'a_language> owl:sameAs <http://lexvo.org/id/iso639-3/lva> .

<http://dbpedia.org/resource/Mal%C3%A9ku_language> owl:sameAs <http://lexvo.org/id/iso639-3/gut> .

<http://dbpedia.org/resource/Mal_Paharia_language> owl:sameAs <http://lexvo.org/id/iso639-3/mkb> .

<http://dbpedia.org/resource/Malagasy_language> owl:sameAs <http://lexvo.org/id/iso639-3/mlg> .

<http://dbpedia.org/resource/Malak-Malak_language> owl:sameAs <http://lexvo.org/id/iso639-3/mpb> .

<http://dbpedia.org/resource/Malasanga_language> owl:sameAs <http://lexvo.org/id/iso639-3/mqz> .

<http://dbpedia.org/resource/Malawi_Lomwe_language> owl:sameAs <http://lexvo.org/id/iso639-3/lon> .

<http://dbpedia.org/resource/Malayalam> owl:sameAs <http://lexvo.org/id/iso639-3/mal> .

<http://dbpedia.org/resource/Malayo-Polynesian_languages> owl:sameAs <http://lexvo.org/id/iso639-5/poz> .

<http://dbpedia.org/resource/Malaysian_Sign_Language> owl:sameAs <http://lexvo.org/id/iso639-3/xml> .

<http://dbpedia.org/resource/Male_language_(Ethiopia)> owl:sameAs <http://lexvo.org/id/iso639-3/mdy> .

<http://dbpedia.org/resource/Malecite-Passamaquoddy_language> owl:sameAs <http://lexvo.org/id/iso639-3/pqm> .

<http://dbpedia.org/resource/Maleu-Kilenge_language> owl:sameAs <http://lexvo.org/id/iso639-3/mgl> .

<http://dbpedia.org/resource/Malgana_language> owl:sameAs <http://lexvo.org/id/iso639-3/vml> .

<http://dbpedia.org/resource/Malgbe_language> owl:sameAs <http://lexvo.org/id/iso639-3/mxf> .

<http://dbpedia.org/resource/Mali_language> owl:sameAs <http://lexvo.org/id/iso639-3/gcc> .

<http://dbpedia.org/resource/Maltese_language> owl:sameAs <http://lexvo.org/id/iso639-3/mlt> .

<http://dbpedia.org/resource/Malvi_language> owl:sameAs <http://lexvo.org/id/iso639-3/mup> .

<http://dbpedia.org/resource/Mam_language> owl:sameAs <http://lexvo.org/id/iso639-3/mam> .

<http://dbpedia.org/resource/Mama_language> owl:sameAs <http://lexvo.org/id/iso639-3/mma> .

<http://dbpedia.org/resource/Mamaind%C3%AA_language> owl:sameAs <http://lexvo.org/id/iso639-3/wmd> .

<http://dbpedia.org/resource/Mamanwa_language> owl:sameAs <http://lexvo.org/id/iso639-3/mmn> .

<http://dbpedia.org/resource/Mambwe-Lungu_language> owl:sameAs <http://lexvo.org/id/iso639-3/mgr> .

<http://dbpedia.org/resource/Mampruli_language> owl:sameAs <http://lexvo.org/id/iso639-3/maw> .

<http://dbpedia.org/resource/Mamuju_language> owl:sameAs <http://lexvo.org/id/iso639-3/mqx> .

<http://dbpedia.org/resource/Mamulique_language> owl:sameAs <http://lexvo.org/id/iso639-3/emm> .

<http://dbpedia.org/resource/Mamvu_language> owl:sameAs <http://lexvo.org/id/iso639-3/mdi> .

<http://dbpedia.org/resource/Manado_Malay> owl:sameAs <http://lexvo.org/id/iso639-3/xmm> .

<http://dbpedia.org/resource/Manam_language> owl:sameAs <http://lexvo.org/id/iso639-3/mva> .

<http://dbpedia.org/resource/Manambu_language> owl:sameAs <http://lexvo.org/id/iso639-3/mle> .

<http://dbpedia.org/resource/Manangkari_language> owl:sameAs <http://lexvo.org/id/iso639-3/znk> .

<http://dbpedia.org/resource/Manchu_language> owl:sameAs <http://lexvo.org/id/iso639-3/mnc> .

<http://dbpedia.org/resource/Manda_language_(Tanzania)> owl:sameAs <http://lexvo.org/id/iso639-3/mgs> .

<http://dbpedia.org/resource/Mandailing_language> owl:sameAs <http://lexvo.org/id/iso639-3/btm> .

<http://dbpedia.org/resource/Mandan_language> owl:sameAs <http://lexvo.org/id/iso639-3/mhq> .

<http://dbpedia.org/resource/Mandar_language> owl:sameAs <http://lexvo.org/id/iso639-3/mdr> .

<http://dbpedia.org/resource/Mandara_language> owl:sameAs <http://lexvo.org/id/iso639-3/tbf> .

<http://dbpedia.org/resource/Mandari_dialect> owl:sameAs <http://lexvo.org/id/iso639-3/mqu> .

<http://dbpedia.org/resource/Mandarin_Chinese> owl:sameAs <http://lexvo.org/id/iso639-3/cmn> .

<http://dbpedia.org/resource/Mandawaca_language> owl:sameAs <http://lexvo.org/id/iso639-3/mht> .

<http://dbpedia.org/resource/Mande_languages> owl:sameAs <http://lexvo.org/id/iso639-5/dmn> .

<http://dbpedia.org/resource/Mandinka_language> owl:sameAs <http://lexvo.org/id/iso639-3/mnk> .

<http://dbpedia.org/resource/Mandjak_language> owl:sameAs <http://lexvo.org/id/iso639-3/mfv> .

<http://dbpedia.org/resource/Mang_language> owl:sameAs <http://lexvo.org/id/iso639-3/zng> .

<http://dbpedia.org/resource/Mangarayi_language> owl:sameAs <http://lexvo.org/id/iso639-3/mpc> .

<http://dbpedia.org/resource/Mangareva_language> owl:sameAs <http://lexvo.org/id/iso639-3/mrv> .

<http://dbpedia.org/resource/Mangas_language> owl:sameAs <http://lexvo.org/id/iso639-3/zns> .

<http://dbpedia.org/resource/Mangaya_language> owl:sameAs <http://lexvo.org/id/iso639-3/myj> .

<http://dbpedia.org/resource/Mangbutu_language> owl:sameAs <http://lexvo.org/id/iso639-3/mdk> .

<http://dbpedia.org/resource/Mangerr_language> owl:sameAs <http://lexvo.org/id/iso639-3/zme> .

<http://dbpedia.org/resource/Manggarainese_language> owl:sameAs <http://lexvo.org/id/iso639-3/mqy> .

<http://dbpedia.org/resource/Mankanya_language> owl:sameAs <http://lexvo.org/id/iso639-3/knf> .

<http://dbpedia.org/resource/Mann_language> owl:sameAs <http://lexvo.org/id/iso639-3/mev> .

<http://dbpedia.org/resource/Manobo_languages> owl:sameAs <http://lexvo.org/id/iso639-5/mno> .

<http://dbpedia.org/resource/Mansi_language> owl:sameAs <http://lexvo.org/id/iso639-3/mns> .

<http://dbpedia.org/resource/Manta_language> owl:sameAs <http://lexvo.org/id/iso639-3/myg> .

<http://dbpedia.org/resource/Mantion_language> owl:sameAs <http://lexvo.org/id/iso639-3/mnx> .

<http://dbpedia.org/resource/Maonan_language> owl:sameAs <http://lexvo.org/id/iso639-3/mmd> .

<http://dbpedia.org/resource/Maore_dialect> owl:sameAs <http://lexvo.org/id/iso639-3/swb> .

<http://dbpedia.org/resource/Mape_language> owl:sameAs <http://lexvo.org/id/iso639-3/mlh> .

<http://dbpedia.org/resource/Mapidian_language> owl:sameAs <http://lexvo.org/id/iso639-3/mpw> .

<http://dbpedia.org/resource/Mapoyo_language> owl:sameAs <http://lexvo.org/id/iso639-3/mcg> .

<http://dbpedia.org/resource/Mapuche_language> owl:sameAs <http://lexvo.org/id/iso639-3/arn> .

<http://dbpedia.org/resource/Mar%C3%BAbo_language> owl:sameAs <http://lexvo.org/id/iso639-3/mzr> .

<http://dbpedia.org/resource/Mara_language> owl:sameAs <http://lexvo.org/id/iso639-3/mrh> .

<http://dbpedia.org/resource/Maram_language> owl:sameAs <http://lexvo.org/id/iso639-3/nma> .

<http://dbpedia.org/resource/Maranao_language> owl:sameAs <http://lexvo.org/id/iso639-3/mrw> .

<http://dbpedia.org/resource/Marangis_language> owl:sameAs <http://lexvo.org/id/iso639-3/wax> .

<http://dbpedia.org/resource/Maranunggu_language> owl:sameAs <http://lexvo.org/id/iso639-3/zmr> .

<http://dbpedia.org/resource/Mararit_language> owl:sameAs <http://lexvo.org/id/iso639-3/mgb> .

<http://dbpedia.org/resource/Marathi_language> owl:sameAs <http://lexvo.org/id/iso639-3/mar> .

<http://dbpedia.org/resource/Marba_language> owl:sameAs <http://lexvo.org/id/iso639-3/mpg> .

<http://dbpedia.org/resource/Marfa_language> owl:sameAs <http://lexvo.org/id/iso639-3/mvu> .

<http://dbpedia.org/resource/Marghi_South_language> owl:sameAs <http://lexvo.org/id/iso639-3/mfm> .

<http://dbpedia.org/resource/Margi_language> owl:sameAs <http://lexvo.org/id/iso639-3/mrt> .

<http://dbpedia.org/resource/Mari_language> owl:sameAs <http://lexvo.org/id/iso639-3/chm> .

<http://dbpedia.org/resource/Maria_language_(India)> owl:sameAs <http://lexvo.org/id/iso639-3/mrr> .

<http://dbpedia.org/resource/Maria_language_(Papua_New_Guinea)> owl:sameAs <http://lexvo.org/id/iso639-3/mds> .

<http://dbpedia.org/resource/Maricopa_language> owl:sameAs <http://lexvo.org/id/iso639-3/mrc> .

<http://dbpedia.org/resource/Marik_language> owl:sameAs <http://lexvo.org/id/iso639-3/dad> .

<http://dbpedia.org/resource/Maring_language> owl:sameAs <http://lexvo.org/id/iso639-3/mbw> .

<http://dbpedia.org/resource/Maritime_Sign_Language> owl:sameAs <http://lexvo.org/id/iso639-3/nsr> .

<http://dbpedia.org/resource/Marivele%C3%B1o_language> owl:sameAs <http://lexvo.org/id/iso639-3/ayt> .

<http://dbpedia.org/resource/Marka_language> owl:sameAs <http://lexvo.org/id/iso639-3/rkm> .

<http://dbpedia.org/resource/Markweta_language> owl:sameAs <http://lexvo.org/id/iso639-3/enb> .

<http://dbpedia.org/resource/Marovo_language> owl:sameAs <http://lexvo.org/id/iso639-3/mvo> .

<http://dbpedia.org/resource/Marra_language> owl:sameAs <http://lexvo.org/id/iso639-3/mec> .

<http://dbpedia.org/resource/Marrgu_language> owl:sameAs <http://lexvo.org/id/iso639-3/mhg> .

<http://dbpedia.org/resource/Marshallese_language> owl:sameAs <http://lexvo.org/id/iso639-3/mah> .

<http://dbpedia.org/resource/Marsi> owl:sameAs <http://lexvo.org/id/iso639-3/ims> .

<http://dbpedia.org/resource/Martha's_Vineyard_Sign_Language> owl:sameAs <http://lexvo.org/id/iso639-3/mre> .

<http://dbpedia.org/resource/Martuthunira_language> owl:sameAs <http://lexvo.org/id/iso639-3/vma> .

<http://dbpedia.org/resource/Maru_language> owl:sameAs <http://lexvo.org/id/iso639-3/mhx> .

<http://dbpedia.org/resource/Marwari_language> owl:sameAs <http://lexvo.org/id/iso639-3/mwr> .

<http://dbpedia.org/resource/Masaba_language> owl:sameAs <http://lexvo.org/id/iso639-3/myx> .

<http://dbpedia.org/resource/Masbate%C3%B1o_language> owl:sameAs <http://lexvo.org/id/iso639-3/msb> .

<http://dbpedia.org/resource/Maskoy_language> owl:sameAs <http://lexvo.org/id/iso639-3/tmf> .

<http://dbpedia.org/resource/Maslam_language> owl:sameAs <http://lexvo.org/id/iso639-3/msv> .

<http://dbpedia.org/resource/Masmaje_language> owl:sameAs <http://lexvo.org/id/iso639-3/mes> .

<http://dbpedia.org/resource/Massa_language> owl:sameAs <http://lexvo.org/id/iso639-3/mcn> .

<http://dbpedia.org/resource/Massachusett_language> owl:sameAs <http://lexvo.org/id/iso639-3/wam> .

<http://dbpedia.org/resource/Massep_language> owl:sameAs <http://lexvo.org/id/iso639-3/mvs> .

<http://dbpedia.org/resource/Matagalpa_language> owl:sameAs <http://lexvo.org/id/iso639-3/mtn> .

<http://dbpedia.org/resource/Matal_language> owl:sameAs <http://lexvo.org/id/iso639-3/mfh> .

<http://dbpedia.org/resource/Matengo_language> owl:sameAs <http://lexvo.org/id/iso639-3/mgv> .

<http://dbpedia.org/resource/Matngele_language> owl:sameAs <http://lexvo.org/id/iso639-3/zml> .

<http://dbpedia.org/resource/Mato_Grosso_Ar%C3%A1ra_language> owl:sameAs <http://lexvo.org/id/iso639-3/axg> .

<http://dbpedia.org/resource/Mator_language> owl:sameAs <http://lexvo.org/id/iso639-3/mtm> .

<http://dbpedia.org/resource/Mats%C3%A9s_language> owl:sameAs <http://lexvo.org/id/iso639-3/mcf> .

<http://dbpedia.org/resource/Mattole_language> owl:sameAs <http://lexvo.org/id/iso639-3/mvb> .

<http://dbpedia.org/resource/Matukar_language> owl:sameAs <http://lexvo.org/id/iso639-3/mjk> .

<http://dbpedia.org/resource/Matumbi_language> owl:sameAs <http://lexvo.org/id/iso639-3/mgw> .

<http://dbpedia.org/resource/Maung_language> owl:sameAs <http://lexvo.org/id/iso639-3/mph> .

<http://dbpedia.org/resource/Mauritian_Creole> owl:sameAs <http://lexvo.org/id/iso639-3/mfe> .

<http://dbpedia.org/resource/Mauwake_language> owl:sameAs <http://lexvo.org/id/iso639-3/mhl> .

<http://dbpedia.org/resource/Mavea_language> owl:sameAs <http://lexvo.org/id/iso639-3/mkv> .

<http://dbpedia.org/resource/Maw%C3%A9_language> owl:sameAs <http://lexvo.org/id/iso639-3/mav> .

<http://dbpedia.org/resource/Mawa_language_(Chad)> owl:sameAs <http://lexvo.org/id/iso639-3/mcw> .

<http://dbpedia.org/resource/Mawa_language_(Nigeria)> owl:sameAs <http://lexvo.org/id/iso639-3/wma> .

<http://dbpedia.org/resource/Mawayana_language> owl:sameAs <http://lexvo.org/id/iso639-3/mzx> .

<http://dbpedia.org/resource/Mawes_language> owl:sameAs <http://lexvo.org/id/iso639-3/mgk> .

<http://dbpedia.org/resource/Maxakal%C3%AD_language> owl:sameAs <http://lexvo.org/id/iso639-3/mbl> .

<http://dbpedia.org/resource/Mayan_languages> owl:sameAs <http://lexvo.org/id/iso639-5/myn> .

<http://dbpedia.org/resource/Mayo_language> owl:sameAs <http://lexvo.org/id/iso639-3/mfy> .

<http://dbpedia.org/resource/Mayogo_language> owl:sameAs <http://lexvo.org/id/iso639-3/mdm> .

<http://dbpedia.org/resource/Mazagway_language> owl:sameAs <http://lexvo.org/id/iso639-3/dkx> .

<http://dbpedia.org/resource/Mazandarani_language> owl:sameAs <http://lexvo.org/id/iso639-3/mzn> .

<http://dbpedia.org/resource/Mba_language> owl:sameAs <http://lexvo.org/id/iso639-3/mfc> .

<http://dbpedia.org/resource/Mbabaram_language> owl:sameAs <http://lexvo.org/id/iso639-3/vmb> .

<http://dbpedia.org/resource/Mbala_language> owl:sameAs <http://lexvo.org/id/iso639-3/mdp> .

<http://dbpedia.org/resource/Mbandja_language> owl:sameAs <http://lexvo.org/id/iso639-3/zmz> .

<http://dbpedia.org/resource/Mbara_language> owl:sameAs <http://lexvo.org/id/iso639-3/mpk> .

<http://dbpedia.org/resource/Mbara_language_(Australia)> owl:sameAs <http://lexvo.org/id/iso639-3/mvl> .

<http://dbpedia.org/resource/Mbati_language> owl:sameAs <http://lexvo.org/id/iso639-3/mdn> .

<http://dbpedia.org/resource/Mbato_language> owl:sameAs <http://lexvo.org/id/iso639-3/gwa> .

<http://dbpedia.org/resource/Mbay_language> owl:sameAs <http://lexvo.org/id/iso639-3/myb> .

<http://dbpedia.org/resource/Mbe_language> owl:sameAs <http://lexvo.org/id/iso639-3/mfo> .

<http://dbpedia.org/resource/Mbelime_language> owl:sameAs <http://lexvo.org/id/iso639-3/mql> .

<http://dbpedia.org/resource/Mbembe_language> owl:sameAs <http://lexvo.org/id/iso639-3/mfn> .

<http://dbpedia.org/resource/Mbere_language> owl:sameAs <http://lexvo.org/id/iso639-3/mdt> .

<http://dbpedia.org/resource/Mbo_language_(Cameroon)> owl:sameAs <http://lexvo.org/id/iso639-3/mbo> .

<http://dbpedia.org/resource/Mbo_language_(Congo)> owl:sameAs <http://lexvo.org/id/iso639-3/zmw> .

<http://dbpedia.org/resource/Mboa_language> owl:sameAs <http://lexvo.org/id/iso639-3/xmb> .

<http://dbpedia.org/resource/Mboi_language> owl:sameAs <http://lexvo.org/id/iso639-3/moi> .

<http://dbpedia.org/resource/Mboko_language> owl:sameAs <http://lexvo.org/id/iso639-3/mdu> .

<http://dbpedia.org/resource/Mbole_language> owl:sameAs <http://lexvo.org/id/iso639-3/mdq> .

<http://dbpedia.org/resource/Mbore_language> owl:sameAs <http://lexvo.org/id/iso639-3/gai> .

<http://dbpedia.org/resource/Mboshi_language> owl:sameAs <http://lexvo.org/id/iso639-3/mdw> .

<http://dbpedia.org/resource/Mbre_language> owl:sameAs <http://lexvo.org/id/iso639-3/mka> .

<http://dbpedia.org/resource/Mbu%E2%80%99_language> owl:sameAs <http://lexvo.org/id/iso639-3/muc> .

<http://dbpedia.org/resource/Mbudum_language> owl:sameAs <http://lexvo.org/id/iso639-3/xmd> .

<http://dbpedia.org/resource/Mbugu_language> owl:sameAs <http://lexvo.org/id/iso639-3/mhd> .

<http://dbpedia.org/resource/Mbugwe_language> owl:sameAs <http://lexvo.org/id/iso639-3/mgz> .

<http://dbpedia.org/resource/Mbuko_language> owl:sameAs <http://lexvo.org/id/iso639-3/mqb> .

<http://dbpedia.org/resource/Mbukushu_language> owl:sameAs <http://lexvo.org/id/iso639-3/mhw> .

<http://dbpedia.org/resource/Mbula-Bwazza_language> owl:sameAs <http://lexvo.org/id/iso639-3/mbu> .

<http://dbpedia.org/resource/Mbula_language> owl:sameAs <http://lexvo.org/id/iso639-3/mna> .

<http://dbpedia.org/resource/Mbule_language> owl:sameAs <http://lexvo.org/id/iso639-3/mlb> .

<http://dbpedia.org/resource/Mbulungish_language> owl:sameAs <http://lexvo.org/id/iso639-3/mbv> .

<http://dbpedia.org/resource/Mbum_language> owl:sameAs <http://lexvo.org/id/iso639-3/mdd> .

<http://dbpedia.org/resource/Mbunda_language> owl:sameAs <http://lexvo.org/id/iso639-3/mck> .

<http://dbpedia.org/resource/Mbunga_language> owl:sameAs <http://lexvo.org/id/iso639-3/mgy> .

<http://dbpedia.org/resource/Mburku_language> owl:sameAs <http://lexvo.org/id/iso639-3/bbt> .

<http://dbpedia.org/resource/Mbwela_language> owl:sameAs <http://lexvo.org/id/iso639-3/mfu> .

<http://dbpedia.org/resource/Mby%C3%A1_Guaran%C3%AD_language> owl:sameAs <http://lexvo.org/id/iso639-3/gun> .

<http://dbpedia.org/resource/Me%C3%A4nkieli> owl:sameAs <http://lexvo.org/id/iso639-3/fit> .

<http://dbpedia.org/resource/Me'en_language> owl:sameAs <http://lexvo.org/id/iso639-3/mym> .

<http://dbpedia.org/resource/Meadow_Mari_language> owl:sameAs <http://lexvo.org/id/iso639-3/mhr> .

<http://dbpedia.org/resource/Meax_language> owl:sameAs <http://lexvo.org/id/iso639-3/mej> .

<http://dbpedia.org/resource/Media_Lengua> owl:sameAs <http://lexvo.org/id/iso639-3/mue> .

<http://dbpedia.org/resource/Median_language> owl:sameAs <http://lexvo.org/id/iso639-3/xme> .

<http://dbpedia.org/resource/Mediterranean_Lingua_Franca> owl:sameAs <http://lexvo.org/id/iso639-3/pml> .

<http://dbpedia.org/resource/Medny_Aleut_language> owl:sameAs <http://lexvo.org/id/iso639-3/mud> .

<http://dbpedia.org/resource/Medumba_language> owl:sameAs <http://lexvo.org/id/iso639-3/byv> .

<http://dbpedia.org/resource/Mefele_language> owl:sameAs <http://lexvo.org/id/iso639-3/mfj> .

<http://dbpedia.org/resource/Megam_language> owl:sameAs <http://lexvo.org/id/iso639-3/mef> .

<http://dbpedia.org/resource/Megleno-Romanian_language> owl:sameAs <http://lexvo.org/id/iso639-3/ruq> .

<http://dbpedia.org/resource/Mehek_language> owl:sameAs <http://lexvo.org/id/iso639-3/nux> .

<http://dbpedia.org/resource/Mehinaku_language> owl:sameAs <http://lexvo.org/id/iso639-3/mmh> .

<http://dbpedia.org/resource/Mehri_language> owl:sameAs <http://lexvo.org/id/iso639-3/gdq> .

<http://dbpedia.org/resource/Meitei_language> owl:sameAs <http://lexvo.org/id/iso639-3/mni> .

<http://dbpedia.org/resource/Mekeo_language> owl:sameAs <http://lexvo.org/id/iso639-3/mek> .

<http://dbpedia.org/resource/Mekmek_language> owl:sameAs <http://lexvo.org/id/iso639-3/mvk> .

<http://dbpedia.org/resource/Mekwei_language> owl:sameAs <http://lexvo.org/id/iso639-3/msf> .

<http://dbpedia.org/resource/Melanau_language> owl:sameAs <http://lexvo.org/id/iso639-3/mel> .

<http://dbpedia.org/resource/Melayu_Brunei> owl:sameAs <http://lexvo.org/id/iso639-3/kxd> .

<http://dbpedia.org/resource/Melo_language> owl:sameAs <http://lexvo.org/id/iso639-3/mfx> .

<http://dbpedia.org/resource/Melpa_language> owl:sameAs <http://lexvo.org/id/iso639-3/med> .

<http://dbpedia.org/resource/Menchum_language> owl:sameAs <http://lexvo.org/id/iso639-3/bby> .

<http://dbpedia.org/resource/Mende_language> owl:sameAs <http://lexvo.org/id/iso639-3/men> .

<http://dbpedia.org/resource/Menka_language> owl:sameAs <http://lexvo.org/id/iso639-3/mea> .

<http://dbpedia.org/resource/Menominee_language> owl:sameAs <http://lexvo.org/id/iso639-3/mez> .

<http://dbpedia.org/resource/Mentawai_language> owl:sameAs <http://lexvo.org/id/iso639-3/mwv> .

<http://dbpedia.org/resource/Menya_language> owl:sameAs <http://lexvo.org/id/iso639-3/mcr> .

<http://dbpedia.org/resource/Mer_language> owl:sameAs <http://lexvo.org/id/iso639-3/mnu> .

<http://dbpedia.org/resource/Merey_language> owl:sameAs <http://lexvo.org/id/iso639-3/meq> .

<http://dbpedia.org/resource/Meriam_language> owl:sameAs <http://lexvo.org/id/iso639-3/ulk> .

<http://dbpedia.org/resource/Meroitic_language> owl:sameAs <http://lexvo.org/id/iso639-3/xmr> .

<http://dbpedia.org/resource/Meru_language> owl:sameAs <http://lexvo.org/id/iso639-3/mer> .

<http://dbpedia.org/resource/Mesaka_language> owl:sameAs <http://lexvo.org/id/iso639-3/iyo> .

<http://dbpedia.org/resource/Mescalero-Chiricahua_language> owl:sameAs <http://lexvo.org/id/iso639-3/apm> .

<http://dbpedia.org/resource/Mesme_language> owl:sameAs <http://lexvo.org/id/iso639-3/zim> .

<http://dbpedia.org/resource/Mesmes_language> owl:sameAs <http://lexvo.org/id/iso639-3/mys> .

<http://dbpedia.org/resource/Mesqan_language> owl:sameAs <http://lexvo.org/id/iso639-3/mvz> .

<http://dbpedia.org/resource/Messapian_language> owl:sameAs <http://lexvo.org/id/iso639-3/cms> .

<http://dbpedia.org/resource/Meta'_language> owl:sameAs <http://lexvo.org/id/iso639-3/mgo> .

<http://dbpedia.org/resource/Mewari_language> owl:sameAs <http://lexvo.org/id/iso639-3/mtr> .

<http://dbpedia.org/resource/Mewati_language> owl:sameAs <http://lexvo.org/id/iso639-3/wtm> .

<http://dbpedia.org/resource/Mexican_Sign_Language> owl:sameAs <http://lexvo.org/id/iso639-3/mfs> .

<http://dbpedia.org/resource/Mezquital_Otomi> owl:sameAs <http://lexvo.org/id/iso639-3/ote> .

<http://dbpedia.org/resource/Mi'kmaq_language> owl:sameAs <http://lexvo.org/id/iso639-3/mic> .

<http://dbpedia.org/resource/Miami-Illinois_language> owl:sameAs <http://lexvo.org/id/iso639-3/mia> .

<http://dbpedia.org/resource/Mian_language> owl:sameAs <http://lexvo.org/id/iso639-3/mpt> .

<http://dbpedia.org/resource/Michif_language> owl:sameAs <http://lexvo.org/id/iso639-3/crg> .

<http://dbpedia.org/resource/Middle_Armenian> owl:sameAs <http://lexvo.org/id/iso639-3/axm> .

<http://dbpedia.org/resource/Middle_Chinese> owl:sameAs <http://lexvo.org/id/iso639-3/ltc> .

<http://dbpedia.org/resource/Middle_Dutch> owl:sameAs <http://lexvo.org/id/iso639-3/dum> .

<http://dbpedia.org/resource/Middle_English> owl:sameAs <http://lexvo.org/id/iso639-3/enm> .

<http://dbpedia.org/resource/Middle_French> owl:sameAs <http://lexvo.org/id/iso639-3/frm> .

<http://dbpedia.org/resource/Middle_High_German> owl:sameAs <http://lexvo.org/id/iso639-3/gmh> .

<http://dbpedia.org/resource/Middle_Irish> owl:sameAs <http://lexvo.org/id/iso639-3/mga> .

<http://dbpedia.org/resource/Middle_Low_German> owl:sameAs <http://lexvo.org/id/iso639-3/gml> .

<http://dbpedia.org/resource/Middle_Mongolian_language> owl:sameAs <http://lexvo.org/id/iso639-3/xng> .

<http://dbpedia.org/resource/Middle_Persian> owl:sameAs <http://lexvo.org/id/iso639-3/pal> .

<http://dbpedia.org/resource/Middle_Welsh> owl:sameAs <http://lexvo.org/id/iso639-3/wlm> .

<http://dbpedia.org/resource/Midob_language> owl:sameAs <http://lexvo.org/id/iso639-3/mei> .

<http://dbpedia.org/resource/Migaama_language> owl:sameAs <http://lexvo.org/id/iso639-3/mmy> .

<http://dbpedia.org/resource/Miji_language> owl:sameAs <http://lexvo.org/id/iso639-3/sjl> .

<http://dbpedia.org/resource/Miju_Mishmi_language> owl:sameAs <http://lexvo.org/id/iso639-3/mxj> .

<http://dbpedia.org/resource/Mikasuki_language> owl:sameAs <http://lexvo.org/id/iso639-3/mik> .

<http://dbpedia.org/resource/Miltu_language> owl:sameAs <http://lexvo.org/id/iso639-3/mlj> .

<http://dbpedia.org/resource/Miluk_language> owl:sameAs <http://lexvo.org/id/iso639-3/iml> .

<http://dbpedia.org/resource/Min_Bei> owl:sameAs <http://lexvo.org/id/iso639-3/mnp> .

<http://dbpedia.org/resource/Min_Dong> owl:sameAs <http://lexvo.org/id/iso639-3/cdo> .

<http://dbpedia.org/resource/Min_Nan> owl:sameAs <http://lexvo.org/id/iso639-3/nan> .

<http://dbpedia.org/resource/Min_Zhong> owl:sameAs <http://lexvo.org/id/iso639-3/czo> .

<http://dbpedia.org/resource/Mina_language_(Cameroon)> owl:sameAs <http://lexvo.org/id/iso639-3/hna> .

<http://dbpedia.org/resource/Minaean_language> owl:sameAs <http://lexvo.org/id/iso639-3/inm> .

<http://dbpedia.org/resource/Minangkabau_language> owl:sameAs <http://lexvo.org/id/iso639-3/min> .

<http://dbpedia.org/resource/Minderico_language> owl:sameAs <http://lexvo.org/id/iso639-3/drc> .

<http://dbpedia.org/resource/Mindiri_language> owl:sameAs <http://lexvo.org/id/iso639-3/mpn> .

<http://dbpedia.org/resource/Mingang_Doso_language> owl:sameAs <http://lexvo.org/id/iso639-3/mko> .

<http://dbpedia.org/resource/Mingrelian_language> owl:sameAs <http://lexvo.org/id/iso639-3/xmf> .

<http://dbpedia.org/resource/Minica_Huitoto> owl:sameAs <http://lexvo.org/id/iso639-3/hto> .

<http://dbpedia.org/resource/Minigir_language> owl:sameAs <http://lexvo.org/id/iso639-3/vmg> .

<http://dbpedia.org/resource/Minriq_language> owl:sameAs <http://lexvo.org/id/iso639-3/mnq> .

<http://dbpedia.org/resource/Mintil_language> owl:sameAs <http://lexvo.org/id/iso639-3/mzt> .

<http://dbpedia.org/resource/Minyanka_language> owl:sameAs <http://lexvo.org/id/iso639-3/myk> .

<http://dbpedia.org/resource/Mirandese_language> owl:sameAs <http://lexvo.org/id/iso639-3/mwl> .

<http://dbpedia.org/resource/Mire_language> owl:sameAs <http://lexvo.org/id/iso639-3/mvh> .

<http://dbpedia.org/resource/Miriti_language> owl:sameAs <http://lexvo.org/id/iso639-3/mmv> .

<http://dbpedia.org/resource/Miriwoong_language> owl:sameAs <http://lexvo.org/id/iso639-3/mep> .

<http://dbpedia.org/resource/Misantla_Totonac> owl:sameAs <http://lexvo.org/id/iso639-3/tlc> .

<http://dbpedia.org/resource/Mishing_language> owl:sameAs <http://lexvo.org/id/iso639-3/mrg> .

<http://dbpedia.org/resource/Miship_language> owl:sameAs <http://lexvo.org/id/iso639-3/mjs> .

<http://dbpedia.org/resource/Misima-Paneati_language> owl:sameAs <http://lexvo.org/id/iso639-3/mpx> .

<http://dbpedia.org/resource/Miskito_language> owl:sameAs <http://lexvo.org/id/iso639-3/miq> .

<http://dbpedia.org/resource/Mituku_language> owl:sameAs <http://lexvo.org/id/iso639-3/zmq> .

<http://dbpedia.org/resource/Miu_language> owl:sameAs <http://lexvo.org/id/iso639-3/mpo> .

<http://dbpedia.org/resource/Miya_language> owl:sameAs <http://lexvo.org/id/iso639-3/mkf> .

<http://dbpedia.org/resource/Miyako_language> owl:sameAs <http://lexvo.org/id/iso639-3/mvi> .

<http://dbpedia.org/resource/Mizo_language> owl:sameAs <http://lexvo.org/id/iso639-3/lus> .

<http://dbpedia.org/resource/Mlabri_language> owl:sameAs <http://lexvo.org/id/iso639-3/mra> .

<http://dbpedia.org/resource/Mlahs%C3%B4_language> owl:sameAs <http://lexvo.org/id/iso639-3/lhs> .

<http://dbpedia.org/resource/Mlomp_language> owl:sameAs <http://lexvo.org/id/iso639-3/mlo> .

<http://dbpedia.org/resource/Moabite_language> owl:sameAs <http://lexvo.org/id/iso639-3/obm> .

<http://dbpedia.org/resource/Mobilian_Jargon> owl:sameAs <http://lexvo.org/id/iso639-3/mod> .

<http://dbpedia.org/resource/Mochica_language> owl:sameAs <http://lexvo.org/id/iso639-3/omc> .

<http://dbpedia.org/resource/Mocho%E2%80%99_language> owl:sameAs <http://lexvo.org/id/iso639-3/mhc> .

<http://dbpedia.org/resource/Mocov%C3%AD_language> owl:sameAs <http://lexvo.org/id/iso639-3/moc> .

<http://dbpedia.org/resource/Modern_Greek> owl:sameAs <http://lexvo.org/id/iso639-3/ell> .

<http://dbpedia.org/resource/Modern_Standard_Arabic> owl:sameAs <http://lexvo.org/id/iso639-3/arb> .

<http://dbpedia.org/resource/Mofu-Gudur_language> owl:sameAs <http://lexvo.org/id/iso639-3/mif> .

<http://dbpedia.org/resource/Moghol_language> owl:sameAs <http://lexvo.org/id/iso639-3/mhj> .

<http://dbpedia.org/resource/Mogum_language> owl:sameAs <http://lexvo.org/id/iso639-3/mou> .

<http://dbpedia.org/resource/Mohawk_language> owl:sameAs <http://lexvo.org/id/iso639-3/moh> .

<http://dbpedia.org/resource/Mohegan-Pequot_language> owl:sameAs <http://lexvo.org/id/iso639-3/xpq> .

<http://dbpedia.org/resource/Moi_language> owl:sameAs <http://lexvo.org/id/iso639-3/mxn> .

<http://dbpedia.org/resource/Mojave_language> owl:sameAs <http://lexvo.org/id/iso639-3/mov> .

<http://dbpedia.org/resource/Moken_language> owl:sameAs <http://lexvo.org/id/iso639-3/mwt> .

<http://dbpedia.org/resource/Mokilese_language> owl:sameAs <http://lexvo.org/id/iso639-3/mkj> .

<http://dbpedia.org/resource/Moklen_language> owl:sameAs <http://lexvo.org/id/iso639-3/mkm> .

<http://dbpedia.org/resource/Mokole_language_(Benin)> owl:sameAs <http://lexvo.org/id/iso639-3/mkl> .

<http://dbpedia.org/resource/Moksha_language> owl:sameAs <http://lexvo.org/id/iso639-3/mdf> .

<http://dbpedia.org/resource/Molala_language> owl:sameAs <http://lexvo.org/id/iso639-3/mbe> .

<http://dbpedia.org/resource/Molo_language> owl:sameAs <http://lexvo.org/id/iso639-3/zmo> .

<http://dbpedia.org/resource/Molof_language> owl:sameAs <http://lexvo.org/id/iso639-3/msl> .

<http://dbpedia.org/resource/Moloko_language> owl:sameAs <http://lexvo.org/id/iso639-3/mlw> .

<http://dbpedia.org/resource/Mombo_Dogon> owl:sameAs <http://lexvo.org/id/iso639-3/dmb> .

<http://dbpedia.org/resource/Momina_language> owl:sameAs <http://lexvo.org/id/iso639-3/mmb> .

<http://dbpedia.org/resource/Momuna_language> owl:sameAs <http://lexvo.org/id/iso639-3/mqf> .

<http://dbpedia.org/resource/Mon%C3%A9gasque_dialect> owl:sameAs <http://lexvo.org/id/iso639-3/lij> .

<http://dbpedia.org/resource/Mon%E2%80%93Khmer_languages> owl:sameAs <http://lexvo.org/id/iso639-5/mkh> .

<http://dbpedia.org/resource/Mon_language> owl:sameAs <http://lexvo.org/id/iso639-3/mnw> .

<http://dbpedia.org/resource/Monastic_sign_languages> owl:sameAs <http://lexvo.org/id/iso639-3/mzg> .

<http://dbpedia.org/resource/Mondropolon_language> owl:sameAs <http://lexvo.org/id/iso639-3/npn> .

<http://dbpedia.org/resource/Mongo_language> owl:sameAs <http://lexvo.org/id/iso639-3/lol> .

<http://dbpedia.org/resource/Mongolian_Sign_Language> owl:sameAs <http://lexvo.org/id/iso639-3/msr> .

<http://dbpedia.org/resource/Mongolian_languages> owl:sameAs <http://lexvo.org/id/iso639-3/mon> .

<http://dbpedia.org/resource/Mongolic_languages> owl:sameAs <http://lexvo.org/id/iso639-3/mon> .

<http://dbpedia.org/resource/Mongsen_Ao_language> owl:sameAs <http://lexvo.org/id/iso639-3/njo> .

<http://dbpedia.org/resource/Monguor_language> owl:sameAs <http://lexvo.org/id/iso639-3/mjg> .

<http://dbpedia.org/resource/Moni_language> owl:sameAs <http://lexvo.org/id/iso639-3/mnz> .

<http://dbpedia.org/resource/Mono_language_(Congo)> owl:sameAs <http://lexvo.org/id/iso639-3/mnh> .

<http://dbpedia.org/resource/Mono_language_(Native_American)> owl:sameAs <http://lexvo.org/id/iso639-3/mnr> .

<http://dbpedia.org/resource/Mono_language_(Solomon_Islands)> owl:sameAs <http://lexvo.org/id/iso639-3/mte> .

<http://dbpedia.org/resource/Montol_language> owl:sameAs <http://lexvo.org/id/iso639-3/mtl> .

<http://dbpedia.org/resource/Monumbo_language> owl:sameAs <http://lexvo.org/id/iso639-3/mxk> .

<http://dbpedia.org/resource/Moose_Cree_language> owl:sameAs <http://lexvo.org/id/iso639-3/crm> .

<http://dbpedia.org/resource/Mopan_Maya_language> owl:sameAs <http://lexvo.org/id/iso639-3/mop> .

<http://dbpedia.org/resource/Mor_language_(Austronesian)> owl:sameAs <http://lexvo.org/id/iso639-3/mhz> .

<http://dbpedia.org/resource/Mor_language_(Papuan)> owl:sameAs <http://lexvo.org/id/iso639-3/moq> .

<http://dbpedia.org/resource/Moro_language> owl:sameAs <http://lexvo.org/id/iso639-3/mor> .

<http://dbpedia.org/resource/Moroccan_Arabic> owl:sameAs <http://lexvo.org/id/iso639-3/ary> .

<http://dbpedia.org/resource/Moronene_language> owl:sameAs <http://lexvo.org/id/iso639-3/mgn> .

<http://dbpedia.org/resource/Morori_language> owl:sameAs <http://lexvo.org/id/iso639-3/mok> .

<http://dbpedia.org/resource/Moru_language> owl:sameAs <http://lexvo.org/id/iso639-3/mgd> .

<http://dbpedia.org/resource/Moshi_language> owl:sameAs <http://lexvo.org/id/iso639-3/old> .

<http://dbpedia.org/resource/Moskona_language> owl:sameAs <http://lexvo.org/id/iso639-3/mtj> .

<http://dbpedia.org/resource/Mossi_language> owl:sameAs <http://lexvo.org/id/iso639-3/mos> .

<http://dbpedia.org/resource/Mota_language> owl:sameAs <http://lexvo.org/id/iso639-3/mtt> .

<http://dbpedia.org/resource/Motu_language> owl:sameAs <http://lexvo.org/id/iso639-3/meu> .

<http://dbpedia.org/resource/Mouk-Aria_language> owl:sameAs <http://lexvo.org/id/iso639-3/mwh> .

<http://dbpedia.org/resource/Mountain_Koiali_language> owl:sameAs <http://lexvo.org/id/iso639-3/kpx> .

<http://dbpedia.org/resource/Movima_language> owl:sameAs <http://lexvo.org/id/iso639-3/mzp> .

<http://dbpedia.org/resource/Mozabite_language> owl:sameAs <http://lexvo.org/id/iso639-3/mzb> .

<http://dbpedia.org/resource/Mozarabic_language> owl:sameAs <http://lexvo.org/id/iso639-3/mxi> .

<http://dbpedia.org/resource/Mpade_language> owl:sameAs <http://lexvo.org/id/iso639-3/mpi> .

<http://dbpedia.org/resource/Mpi_language> owl:sameAs <http://lexvo.org/id/iso639-3/mpz> .

<http://dbpedia.org/resource/Mpoto_language> owl:sameAs <http://lexvo.org/id/iso639-3/mpa> .

<http://dbpedia.org/resource/Mpuono_language> owl:sameAs <http://lexvo.org/id/iso639-3/zmp> .

<http://dbpedia.org/resource/Mro_language> owl:sameAs <http://lexvo.org/id/iso639-3/cmr> .

<http://dbpedia.org/resource/Mru_language> owl:sameAs <http://lexvo.org/id/iso639-3/mro> .

<http://dbpedia.org/resource/Mser_language> owl:sameAs <http://lexvo.org/id/iso639-3/kqx> .

<http://dbpedia.org/resource/Mubami_language> owl:sameAs <http://lexvo.org/id/iso639-3/tsx> .

<http://dbpedia.org/resource/Mubi_language> owl:sameAs <http://lexvo.org/id/iso639-3/mub> .

<http://dbpedia.org/resource/Mudbura_language> owl:sameAs <http://lexvo.org/id/iso639-3/mwd> .

<http://dbpedia.org/resource/Mufian_language> owl:sameAs <http://lexvo.org/id/iso639-3/aoj> .

<http://dbpedia.org/resource/Mugom_language> owl:sameAs <http://lexvo.org/id/iso639-3/muk> .

<http://dbpedia.org/resource/Muinane_language> owl:sameAs <http://lexvo.org/id/iso639-3/bmr> .

<http://dbpedia.org/resource/Mukulu_language> owl:sameAs <http://lexvo.org/id/iso639-3/moz> .

<http://dbpedia.org/resource/Mulam_language> owl:sameAs <http://lexvo.org/id/iso639-3/mlm> .

<http://dbpedia.org/resource/Mum_language> owl:sameAs <http://lexvo.org/id/iso639-3/kqa> .

<http://dbpedia.org/resource/Mumuye_language> owl:sameAs <http://lexvo.org/id/iso639-3/mzm> .

<http://dbpedia.org/resource/Munda_languages> owl:sameAs <http://lexvo.org/id/iso639-5/mun> .

<http://dbpedia.org/resource/Mundabli_language> owl:sameAs <http://lexvo.org/id/iso639-3/boe> .

<http://dbpedia.org/resource/Mundang_language> owl:sameAs <http://lexvo.org/id/iso639-3/mua> .

<http://dbpedia.org/resource/Mundani_language> owl:sameAs <http://lexvo.org/id/iso639-3/mnf> .

<http://dbpedia.org/resource/Mundat_language> owl:sameAs <http://lexvo.org/id/iso639-3/mmf> .

<http://dbpedia.org/resource/Munduruku_language> owl:sameAs <http://lexvo.org/id/iso639-3/myu> .

<http://dbpedia.org/resource/Munichi_language> owl:sameAs <http://lexvo.org/id/iso639-3/myr> .

<http://dbpedia.org/resource/Munji_language> owl:sameAs <http://lexvo.org/id/iso639-3/mnj> .

<http://dbpedia.org/resource/Munsee_language> owl:sameAs <http://lexvo.org/id/iso639-3/umu> .

<http://dbpedia.org/resource/Muong_language> owl:sameAs <http://lexvo.org/id/iso639-3/mtq> .

<http://dbpedia.org/resource/Murik_language> owl:sameAs <http://lexvo.org/id/iso639-3/mtf> .

<http://dbpedia.org/resource/Murkim_language> owl:sameAs <http://lexvo.org/id/iso639-3/rmh> .

<http://dbpedia.org/resource/Murle_language> owl:sameAs <http://lexvo.org/id/iso639-3/mur> .

<http://dbpedia.org/resource/Murrinh-patha_language> owl:sameAs <http://lexvo.org/id/iso639-3/mwf> .

<http://dbpedia.org/resource/Mursi_language> owl:sameAs <http://lexvo.org/id/iso639-3/muz> .

<http://dbpedia.org/resource/Murui_Huitoto_language> owl:sameAs <http://lexvo.org/id/iso639-3/huu> .

<http://dbpedia.org/resource/Muruwari_language> owl:sameAs <http://lexvo.org/id/iso639-3/zmu> .

<http://dbpedia.org/resource/Musasa_language> owl:sameAs <http://lexvo.org/id/iso639-3/smm> .

<http://dbpedia.org/resource/Musey_language> owl:sameAs <http://lexvo.org/id/iso639-3/mse> .

<http://dbpedia.org/resource/Musgu_language> owl:sameAs <http://lexvo.org/id/iso639-3/mug> .

<http://dbpedia.org/resource/Musi_language> owl:sameAs <http://lexvo.org/id/iso639-3/mui> .

<http://dbpedia.org/resource/Muskum_language> owl:sameAs <http://lexvo.org/id/iso639-3/mje> .

<http://dbpedia.org/resource/Mussau-Emira_language> owl:sameAs <http://lexvo.org/id/iso639-3/emi> .

<http://dbpedia.org/resource/Mutu_language> owl:sameAs <http://lexvo.org/id/iso639-3/tuc> .

<http://dbpedia.org/resource/Muya_language> owl:sameAs <http://lexvo.org/id/iso639-3/mvm> .

<http://dbpedia.org/resource/Muyang_language> owl:sameAs <http://lexvo.org/id/iso639-3/muy> .

<http://dbpedia.org/resource/Muyuw_language> owl:sameAs <http://lexvo.org/id/iso639-3/myw> .

<http://dbpedia.org/resource/Mvuba_language> owl:sameAs <http://lexvo.org/id/iso639-3/mxh> .

<http://dbpedia.org/resource/Mwaghavul_language> owl:sameAs <http://lexvo.org/id/iso639-3/sur> .

<http://dbpedia.org/resource/Mwan_language> owl:sameAs <http://lexvo.org/id/iso639-3/moa> .

<http://dbpedia.org/resource/Mwanga_language> owl:sameAs <http://lexvo.org/id/iso639-3/mwn> .

<http://dbpedia.org/resource/Mwani_language> owl:sameAs <http://lexvo.org/id/iso639-3/wmw> .

<http://dbpedia.org/resource/Mwera_(Nyasa)_language> owl:sameAs <http://lexvo.org/id/iso639-3/mjh> .

<http://dbpedia.org/resource/Mwera_language> owl:sameAs <http://lexvo.org/id/iso639-3/mwe> .

<http://dbpedia.org/resource/Mwerlap_language> owl:sameAs <http://lexvo.org/id/iso639-3/mrm> .

<http://dbpedia.org/resource/Mwotlap_language> owl:sameAs <http://lexvo.org/id/iso639-3/mlv> .

<http://dbpedia.org/resource/Mycenaean_Greek> owl:sameAs <http://lexvo.org/id/iso639-3/gmy> .

<http://dbpedia.org/resource/Myene_language> owl:sameAs <http://lexvo.org/id/iso639-3/mye> .

<http://dbpedia.org/resource/Mysian_language> owl:sameAs <http://lexvo.org/id/iso639-3/yms> .

<http://dbpedia.org/resource/Mzieme_language> owl:sameAs <http://lexvo.org/id/iso639-3/nme> .

<http://dbpedia.org/resource/N%C3%BCpode_Huitoto_language> owl:sameAs <http://lexvo.org/id/iso639-3/hux> .

<http://dbpedia.org/resource/N%C7%81ng_language> owl:sameAs <http://lexvo.org/id/iso639-3/ngh> .

<http://dbpedia.org/resource/Na-Dene_languages> owl:sameAs <http://lexvo.org/id/iso639-5/xnd> .

<http://dbpedia.org/resource/Naasioi_language> owl:sameAs <http://lexvo.org/id/iso639-3/nas> .

<http://dbpedia.org/resource/Naba_language> owl:sameAs <http://lexvo.org/id/iso639-3/mne> .

<http://dbpedia.org/resource/Nabak_language> owl:sameAs <http://lexvo.org/id/iso639-3/naf> .

<http://dbpedia.org/resource/Nabi_language> owl:sameAs <http://lexvo.org/id/iso639-3/mty> .

<http://dbpedia.org/resource/Nad%C3%ABb_language> owl:sameAs <http://lexvo.org/id/iso639-3/mbj> .

<http://dbpedia.org/resource/Nafaanra> owl:sameAs <http://lexvo.org/id/iso639-3/nfr> .

<http://dbpedia.org/resource/Nafri_language> owl:sameAs <http://lexvo.org/id/iso639-3/nxx> .

<http://dbpedia.org/resource/Nafusi_language> owl:sameAs <http://lexvo.org/id/iso639-3/jbn> .

<http://dbpedia.org/resource/Nagamese_creole> owl:sameAs <http://lexvo.org/id/iso639-3/nag> .

<http://dbpedia.org/resource/Nagarchal_language> owl:sameAs <http://lexvo.org/id/iso639-3/nbg> .

<http://dbpedia.org/resource/Nagovisi_language> owl:sameAs <http://lexvo.org/id/iso639-3/nco> .

<http://dbpedia.org/resource/Nahari_language> owl:sameAs <http://lexvo.org/id/iso639-3/nhh> .

<http://dbpedia.org/resource/Nahuatl> owl:sameAs <http://lexvo.org/id/wordnet/30/noun/nahuatl_1_10_00> .

<http://dbpedia.org/resource/Nahuatl_languages> owl:sameAs <http://lexvo.org/id/iso639-5/nah> .

<http://dbpedia.org/resource/Nai_language> owl:sameAs <http://lexvo.org/id/iso639-3/bio> .

<http://dbpedia.org/resource/Najdi_Arabic> owl:sameAs <http://lexvo.org/id/iso639-3/ars> .

<http://dbpedia.org/resource/Nakanai_language> owl:sameAs <http://lexvo.org/id/iso639-3/nak> .

<http://dbpedia.org/resource/Nakkara_language> owl:sameAs <http://lexvo.org/id/iso639-3/nck> .

<http://dbpedia.org/resource/Nakwi_language> owl:sameAs <http://lexvo.org/id/iso639-3/nax> .

<http://dbpedia.org/resource/Nalca_language> owl:sameAs <http://lexvo.org/id/iso639-3/nlc> .

<http://dbpedia.org/resource/Nalik_language> owl:sameAs <http://lexvo.org/id/iso639-3/nal> .

<http://dbpedia.org/resource/Nalu_language> owl:sameAs <http://lexvo.org/id/iso639-3/naj> .

<http://dbpedia.org/resource/Nama_language_(Papuan)> owl:sameAs <http://lexvo.org/id/iso639-3/nmx> .

<http://dbpedia.org/resource/Namakura_language> owl:sameAs <http://lexvo.org/id/iso639-3/nmk> .

<http://dbpedia.org/resource/Nambikwara_language> owl:sameAs <http://lexvo.org/id/iso639-3/nab> .

<http://dbpedia.org/resource/Namia_language> owl:sameAs <http://lexvo.org/id/iso639-3/nnm> .

<http://dbpedia.org/resource/Namla_language> owl:sameAs <http://lexvo.org/id/iso639-3/naa> .

<http://dbpedia.org/resource/Namosi-Naitasiri-Serua_language> owl:sameAs <http://lexvo.org/id/iso639-3/bwb> .

<http://dbpedia.org/resource/Nanai_language> owl:sameAs <http://lexvo.org/id/iso639-3/gld> .

<http://dbpedia.org/resource/Nancere_language> owl:sameAs <http://lexvo.org/id/iso639-3/nnc> .

<http://dbpedia.org/resource/Nande_language> owl:sameAs <http://lexvo.org/id/iso639-3/nnb> .

<http://dbpedia.org/resource/Nanerig%C3%A9_language> owl:sameAs <http://lexvo.org/id/iso639-3/sen> .

<http://dbpedia.org/resource/Nanga_Dogon> owl:sameAs <http://lexvo.org/id/iso639-3/nzz> .

<http://dbpedia.org/resource/Nangalami_language> owl:sameAs <http://lexvo.org/id/iso639-3/nli> .

<http://dbpedia.org/resource/Nanggu_language> owl:sameAs <http://lexvo.org/id/iso639-3/ngr> .

<http://dbpedia.org/resource/Nanticoke_language> owl:sameAs <http://lexvo.org/id/iso639-3/nnt> .

<http://dbpedia.org/resource/Nanubae_language> owl:sameAs <http://lexvo.org/id/iso639-3/afk> .

<http://dbpedia.org/resource/Nar_Phu_language> owl:sameAs <http://lexvo.org/id/iso639-3/npa> .

<http://dbpedia.org/resource/Nara_language> owl:sameAs <http://lexvo.org/id/iso639-3/nrb> .

<http://dbpedia.org/resource/Narangga_language> owl:sameAs <http://lexvo.org/id/iso639-3/nnr> .

<http://dbpedia.org/resource/Naro_language> owl:sameAs <http://lexvo.org/id/iso639-3/nhr> .

<http://dbpedia.org/resource/Narom_language> owl:sameAs <http://lexvo.org/id/iso639-3/nrm> .

<http://dbpedia.org/resource/Narragansett_language> owl:sameAs <http://lexvo.org/id/iso639-3/xnt> .

<http://dbpedia.org/resource/Naskapi_language> owl:sameAs <http://lexvo.org/id/iso639-3/nsk> .

<http://dbpedia.org/resource/Natagaimas_language> owl:sameAs <http://lexvo.org/id/iso639-3/nts> .

<http://dbpedia.org/resource/Nataoran_language> owl:sameAs <http://lexvo.org/id/iso639-3/ais> .

<http://dbpedia.org/resource/Natchez_language> owl:sameAs <http://lexvo.org/id/iso639-3/ncz> .

<http://dbpedia.org/resource/Nateni_language> owl:sameAs <http://lexvo.org/id/iso639-3/ntm> .

<http://dbpedia.org/resource/Naukan_Yupik_language> owl:sameAs <http://lexvo.org/id/iso639-3/ynk> .

<http://dbpedia.org/resource/Nauo_language> owl:sameAs <http://lexvo.org/id/iso639-3/nwo> .

<http://dbpedia.org/resource/Nauruan_language> owl:sameAs <http://lexvo.org/id/iso639-3/nau> .

<http://dbpedia.org/resource/Navajo_language> owl:sameAs <http://lexvo.org/id/iso639-3/nav> .

<http://dbpedia.org/resource/Nawathinehena_language> owl:sameAs <http://lexvo.org/id/iso639-3/nwa> .

<http://dbpedia.org/resource/Naxi_language> owl:sameAs <http://lexvo.org/id/iso639-3/nbf> .

<http://dbpedia.org/resource/Nayi_language> owl:sameAs <http://lexvo.org/id/iso639-3/noz> .

<http://dbpedia.org/resource/Ndaka_language> owl:sameAs <http://lexvo.org/id/iso639-3/ndk> .

<http://dbpedia.org/resource/Ndali_language> owl:sameAs <http://lexvo.org/id/iso639-3/ndh> .

<http://dbpedia.org/resource/Ndam_language> owl:sameAs <http://lexvo.org/id/iso639-3/ndm> .

<http://dbpedia.org/resource/Ndamba_language> owl:sameAs <http://lexvo.org/id/iso639-3/ndj> .

<http://dbpedia.org/resource/Ndau_language> owl:sameAs <http://lexvo.org/id/iso639-3/ndc> .

<http://dbpedia.org/resource/Nde_language> owl:sameAs <http://lexvo.org/id/iso639-3/ndd> .

<http://dbpedia.org/resource/Ndemli_language> owl:sameAs <http://lexvo.org/id/iso639-3/nml> .

<http://dbpedia.org/resource/Ndendeule_language> owl:sameAs <http://lexvo.org/id/iso639-3/dne> .

<http://dbpedia.org/resource/Ndengereko_language> owl:sameAs <http://lexvo.org/id/iso639-3/ndg> .

<http://dbpedia.org/resource/Nding_language> owl:sameAs <http://lexvo.org/id/iso639-3/eli> .

<http://dbpedia.org/resource/Ndo_language> owl:sameAs <http://lexvo.org/id/iso639-3/ndp> .

<http://dbpedia.org/resource/Ndoe_language> owl:sameAs <http://lexvo.org/id/iso639-3/nbb> .

<http://dbpedia.org/resource/Ndogo_language> owl:sameAs <http://lexvo.org/id/iso639-3/ndz> .

<http://dbpedia.org/resource/Ndom_language> owl:sameAs <http://lexvo.org/id/iso639-3/nqm> .

<http://dbpedia.org/resource/Ndonga_dialect> owl:sameAs <http://lexvo.org/id/iso639-3/ndo> .

<http://dbpedia.org/resource/Ndoro_language> owl:sameAs <http://lexvo.org/id/iso639-3/ndr> .

<http://dbpedia.org/resource/Ndrumbea_language> owl:sameAs <http://lexvo.org/id/iso639-3/duf> .

<http://dbpedia.org/resource/Ndunga_language> owl:sameAs <http://lexvo.org/id/iso639-3/ndt> .

<http://dbpedia.org/resource/Ndut_language> owl:sameAs <http://lexvo.org/id/iso639-3/ndv> .

<http://dbpedia.org/resource/Ndyuka_language> owl:sameAs <http://lexvo.org/id/iso639-3/djk> .

<http://dbpedia.org/resource/Nedebang_language> owl:sameAs <http://lexvo.org/id/iso639-3/nec> .

<http://dbpedia.org/resource/Negerhollands> owl:sameAs <http://lexvo.org/id/iso639-3/dcr> .

<http://dbpedia.org/resource/Negeri_Sembilan_Malay_language> owl:sameAs <http://lexvo.org/id/iso639-3/zmi> .

<http://dbpedia.org/resource/Negidal_language> owl:sameAs <http://lexvo.org/id/iso639-3/neg> .

<http://dbpedia.org/resource/Nembe_language> owl:sameAs <http://lexvo.org/id/iso639-3/ijs> .

<http://dbpedia.org/resource/Nend_language> owl:sameAs <http://lexvo.org/id/iso639-3/anh> .

<http://dbpedia.org/resource/Neo_(constructed_language)> owl:sameAs <http://lexvo.org/id/iso639-3/neu> .

<http://dbpedia.org/resource/Nepal_Bhasa> owl:sameAs <http://lexvo.org/id/iso639-3/new> .

<http://dbpedia.org/resource/Nepalese_Sign_Language> owl:sameAs <http://lexvo.org/id/iso639-3/nsp> .

<http://dbpedia.org/resource/Nepali_language> owl:sameAs <http://lexvo.org/id/iso639-3/nep> .

<http://dbpedia.org/resource/Nete_language> owl:sameAs <http://lexvo.org/id/iso639-3/net> .

<http://dbpedia.org/resource/New_High_German> owl:sameAs <http://lexvo.org/id/iso639-3/deu> .

<http://dbpedia.org/resource/New_Zealand_Sign_Language> owl:sameAs <http://lexvo.org/id/iso639-3/nzs> .

<http://dbpedia.org/resource/Nez_Perce_language> owl:sameAs <http://lexvo.org/id/iso639-3/nez> .

<http://dbpedia.org/resource/Nga'ka_language> owl:sameAs <http://lexvo.org/id/iso639-3/mhk> .

<http://dbpedia.org/resource/Nga_La_language> owl:sameAs <http://lexvo.org/id/iso639-3/hlt> .

<http://dbpedia.org/resource/Ngaanyatjarra_language> owl:sameAs <http://lexvo.org/id/iso639-3/ntj> .

<http://dbpedia.org/resource/Ngadha_language> owl:sameAs <http://lexvo.org/id/iso639-3/nxg> .

<http://dbpedia.org/resource/Ngaju_language> owl:sameAs <http://lexvo.org/id/iso639-3/nij> .

<http://dbpedia.org/resource/Ngalakan_language> owl:sameAs <http://lexvo.org/id/iso639-3/nig> .

<http://dbpedia.org/resource/Ngam_language> owl:sameAs <http://lexvo.org/id/iso639-3/nmc> .

<http://dbpedia.org/resource/Ngamo_language> owl:sameAs <http://lexvo.org/id/iso639-3/nbh> .

<http://dbpedia.org/resource/Nganasan_language> owl:sameAs <http://lexvo.org/id/iso639-3/nio> .

<http://dbpedia.org/resource/Ngando_language> owl:sameAs <http://lexvo.org/id/iso639-3/nxd> .

<http://dbpedia.org/resource/Ngangam_language> owl:sameAs <http://lexvo.org/id/iso639-3/gng> .

<http://dbpedia.org/resource/Ngangikurrunggurr_language> owl:sameAs <http://lexvo.org/id/iso639-3/nam> .

<http://dbpedia.org/resource/Ngarla_language> owl:sameAs <http://lexvo.org/id/iso639-3/nlr> .

<http://dbpedia.org/resource/Ngarluma_language> owl:sameAs <http://lexvo.org/id/iso639-3/nrl> .

<http://dbpedia.org/resource/Ngarnka_language> owl:sameAs <http://lexvo.org/id/iso639-3/nji> .

<http://dbpedia.org/resource/Ngarrindjeri_language> owl:sameAs <http://lexvo.org/id/iso639-3/nay> .

<http://dbpedia.org/resource/Ngas_language> owl:sameAs <http://lexvo.org/id/iso639-3/anc> .

<http://dbpedia.org/resource/Ngasa_language> owl:sameAs <http://lexvo.org/id/iso639-3/nsg> .

<http://dbpedia.org/resource/Ngawun_language> owl:sameAs <http://lexvo.org/id/iso639-3/nxn> .

<http://dbpedia.org/resource/Ngayawung_language> owl:sameAs <http://lexvo.org/id/iso639-3/nwg> .

<http://dbpedia.org/resource/Ngbaka_Gbaya_language> owl:sameAs <http://lexvo.org/id/iso639-3/nga> .

<http://dbpedia.org/resource/Ngbee_language> owl:sameAs <http://lexvo.org/id/iso639-3/jgb> .

<http://dbpedia.org/resource/Ngbinda_language> owl:sameAs <http://lexvo.org/id/iso639-3/nbd> .

<http://dbpedia.org/resource/Ngbundu_language> owl:sameAs <http://lexvo.org/id/iso639-3/nuu> .

<http://dbpedia.org/resource/Ngelima_language> owl:sameAs <http://lexvo.org/id/iso639-3/agh> .

<http://dbpedia.org/resource/Ngete_language> owl:sameAs <http://lexvo.org/id/iso639-3/nnn> .

<http://dbpedia.org/resource/Nggwahyi_language> owl:sameAs <http://lexvo.org/id/iso639-3/ngx> .

<http://dbpedia.org/resource/Ngie_language> owl:sameAs <http://lexvo.org/id/iso639-3/ngj> .

<http://dbpedia.org/resource/Ngiemboon_language> owl:sameAs <http://lexvo.org/id/iso639-3/nnh> .

<http://dbpedia.org/resource/Ngile_language> owl:sameAs <http://lexvo.org/id/iso639-3/jle> .

<http://dbpedia.org/resource/Ngindo_language> owl:sameAs <http://lexvo.org/id/iso639-3/nnq> .

<http://dbpedia.org/resource/Ngiti_language> owl:sameAs <http://lexvo.org/id/iso639-3/niy> .

<http://dbpedia.org/resource/Ngiyambaa_language> owl:sameAs <http://lexvo.org/id/iso639-3/wyb> .

<http://dbpedia.org/resource/Ngizim_language> owl:sameAs <http://lexvo.org/id/iso639-3/ngi> .

<http://dbpedia.org/resource/Ngom_language> owl:sameAs <http://lexvo.org/id/iso639-3/nra> .

<http://dbpedia.org/resource/Ngombe_language_(Central_African_Republic)> owl:sameAs <http://lexvo.org/id/iso639-3/nmj> .

<http://dbpedia.org/resource/Ngombe_language_(Congo)> owl:sameAs <http://lexvo.org/id/iso639-3/ngc> .

<http://dbpedia.org/resource/Ngoni_language> owl:sameAs <http://lexvo.org/id/iso639-3/ngo> .

<http://dbpedia.org/resource/Ngu%E1%BB%93n_language> owl:sameAs <http://lexvo.org/id/iso639-3/nuo> .

<http://dbpedia.org/resource/Ngulu_language> owl:sameAs <http://lexvo.org/id/iso639-3/ngp> .

<http://dbpedia.org/resource/Ngurmbur_language> owl:sameAs <http://lexvo.org/id/iso639-3/nrx> .

<http://dbpedia.org/resource/Ngwaba_language> owl:sameAs <http://lexvo.org/id/iso639-3/ngw> .

<http://dbpedia.org/resource/Ngwe_language> owl:sameAs <http://lexvo.org/id/iso639-3/nwe> .

<http://dbpedia.org/resource/Ngwo_language> owl:sameAs <http://lexvo.org/id/iso639-3/ngn> .

<http://dbpedia.org/resource/Nhanda_language> owl:sameAs <http://lexvo.org/id/iso639-3/nha> .

<http://dbpedia.org/resource/Nheengatu_language> owl:sameAs <http://lexvo.org/id/iso639-3/yrl> .

<http://dbpedia.org/resource/Nias_language> owl:sameAs <http://lexvo.org/id/iso639-3/nia> .

<http://dbpedia.org/resource/Nicaraguan_Sign_Language> owl:sameAs <http://lexvo.org/id/iso639-3/ncs> .

<http://dbpedia.org/resource/Niellim_language> owl:sameAs <http://lexvo.org/id/iso639-3/nie> .

<http://dbpedia.org/resource/Niger%E2%80%93Congo_languages> owl:sameAs <http://lexvo.org/id/iso639-5/nic> .

<http://dbpedia.org/resource/Nigerian_Pidgin> owl:sameAs <http://lexvo.org/id/iso639-3/pcm> .

<http://dbpedia.org/resource/Nihali_language> owl:sameAs <http://lexvo.org/id/iso639-3/nll> .

<http://dbpedia.org/resource/Nii_language> owl:sameAs <http://lexvo.org/id/iso639-3/nii> .

<http://dbpedia.org/resource/Nilo-Saharan_languages> owl:sameAs <http://lexvo.org/id/iso639-5/ssa> .

<http://dbpedia.org/resource/Nimadi_language> owl:sameAs <http://lexvo.org/id/iso639-3/noe> .

<http://dbpedia.org/resource/Nimanburru_language> owl:sameAs <http://lexvo.org/id/iso639-3/nmp> .

<http://dbpedia.org/resource/Nimbari_language> owl:sameAs <http://lexvo.org/id/iso639-3/nmr> .

<http://dbpedia.org/resource/Nimboran_language> owl:sameAs <http://lexvo.org/id/iso639-3/nir> .

<http://dbpedia.org/resource/Nimi_language> owl:sameAs <http://lexvo.org/id/iso639-3/nis> .

<http://dbpedia.org/resource/Nimo_language> owl:sameAs <http://lexvo.org/id/iso639-3/niw> .

<http://dbpedia.org/resource/Ninde_language> owl:sameAs <http://lexvo.org/id/iso639-3/mwi> .

<http://dbpedia.org/resource/Ninzo_language> owl:sameAs <http://lexvo.org/id/iso639-3/nin> .

<http://dbpedia.org/resource/Nisa_language> owl:sameAs <http://lexvo.org/id/iso639-3/njs> .

<http://dbpedia.org/resource/Nisenan_language> owl:sameAs <http://lexvo.org/id/iso639-3/nsz> .

<http://dbpedia.org/resource/Nisga%E2%80%99a_language> owl:sameAs <http://lexvo.org/id/iso639-3/ncg> .

<http://dbpedia.org/resource/Niuafo'ou_language> owl:sameAs <http://lexvo.org/id/iso639-3/num> .

<http://dbpedia.org/resource/Niuatoputapu_language> owl:sameAs <http://lexvo.org/id/iso639-3/nkp> .

<http://dbpedia.org/resource/Niuean_language> owl:sameAs <http://lexvo.org/id/iso639-3/niu> .

<http://dbpedia.org/resource/Nivacl%C3%A9_language> owl:sameAs <http://lexvo.org/id/iso639-3/cag> .

<http://dbpedia.org/resource/Nivkh_language> owl:sameAs <http://lexvo.org/id/iso639-3/niv> .

<http://dbpedia.org/resource/Nizaa_language> owl:sameAs <http://lexvo.org/id/iso639-3/sgi> .

<http://dbpedia.org/resource/Njebi_language> owl:sameAs <http://lexvo.org/id/iso639-3/nzb> .

<http://dbpedia.org/resource/Nkangala_language> owl:sameAs <http://lexvo.org/id/iso639-3/nkn> .

<http://dbpedia.org/resource/Nkem-Nkum_language> owl:sameAs <http://lexvo.org/id/iso639-3/isi> .

<http://dbpedia.org/resource/Nkongho_language> owl:sameAs <http://lexvo.org/id/iso639-3/nkc> .

<http://dbpedia.org/resource/Nkonya_language> owl:sameAs <http://lexvo.org/id/iso639-3/nko> .

<http://dbpedia.org/resource/Nkore_language> owl:sameAs <http://lexvo.org/id/iso639-3/nyn> .

<http://dbpedia.org/resource/Nkoroo_language> owl:sameAs <http://lexvo.org/id/iso639-3/nkx> .

<http://dbpedia.org/resource/Nkoya_language> owl:sameAs <http://lexvo.org/id/iso639-3/nka> .

<http://dbpedia.org/resource/Nkumbi_language> owl:sameAs <http://lexvo.org/id/iso639-3/khu> .

<http://dbpedia.org/resource/Nkutu_language> owl:sameAs <http://lexvo.org/id/iso639-3/nkw> .

<http://dbpedia.org/resource/Nnam_language> owl:sameAs <http://lexvo.org/id/iso639-3/nbp> .

<http://dbpedia.org/resource/Nobiin_language> owl:sameAs <http://lexvo.org/id/iso639-3/fia> .

<http://dbpedia.org/resource/Nobonob_language> owl:sameAs <http://lexvo.org/id/iso639-3/gaw> .

<http://dbpedia.org/resource/Nocte_language> owl:sameAs <http://lexvo.org/id/iso639-3/njb> .

<http://dbpedia.org/resource/Nogai_language> owl:sameAs <http://lexvo.org/id/iso639-3/nog> .

<http://dbpedia.org/resource/Nomatsiguenga_language> owl:sameAs <http://lexvo.org/id/iso639-3/not> .

<http://dbpedia.org/resource/Nooksack_language> owl:sameAs <http://lexvo.org/id/iso639-3/nok> .

<http://dbpedia.org/resource/Noon_language> owl:sameAs <http://lexvo.org/id/iso639-3/snf> .

<http://dbpedia.org/resource/Noongar_language> owl:sameAs <http://lexvo.org/id/iso639-3/nys> .

<http://dbpedia.org/resource/Noric_language> owl:sameAs <http://lexvo.org/id/iso639-3/nrc> .

<http://dbpedia.org/resource/Norn_language> owl:sameAs <http://lexvo.org/id/iso639-3/nrn> .

<http://dbpedia.org/resource/North_American_Indian_languages> owl:sameAs <http://lexvo.org/id/iso639-5/nai> .

<http://dbpedia.org/resource/North_Azerbaijani_language> owl:sameAs <http://lexvo.org/id/iso639-3/azj> .

<http://dbpedia.org/resource/North_Caucasian_languages> owl:sameAs <http://lexvo.org/id/iso639-5/ccn> .

<http://dbpedia.org/resource/North_Efate_language> owl:sameAs <http://lexvo.org/id/iso639-3/llp> .

<http://dbpedia.org/resource/North_Frisian_language> owl:sameAs <http://lexvo.org/id/iso639-3/frr> .

<http://dbpedia.org/resource/North_Germanic_languages> owl:sameAs <http://lexvo.org/id/iso639-5/gmq> .

<http://dbpedia.org/resource/North_Giziga_language> owl:sameAs <http://lexvo.org/id/iso639-3/gis> .

<http://dbpedia.org/resource/North_Mbundu_language> owl:sameAs <http://lexvo.org/id/iso639-3/kmb> .

<http://dbpedia.org/resource/North_Mesopotamian_Arabic> owl:sameAs <http://lexvo.org/id/iso639-3/ayp> .

<http://dbpedia.org/resource/North_Mofu_language> owl:sameAs <http://lexvo.org/id/iso639-3/mfk> .

<http://dbpedia.org/resource/North_Picene_language> owl:sameAs <http://lexvo.org/id/iso639-3/nrp> .

<http://dbpedia.org/resource/North_Straits_Salish_languages> owl:sameAs <http://lexvo.org/id/iso639-3/str> .

<http://dbpedia.org/resource/North_Teke_language> owl:sameAs <http://lexvo.org/id/iso639-3/teg> .

<http://dbpedia.org/resource/Northeastern_Pomo_language> owl:sameAs <http://lexvo.org/id/iso639-3/pef> .

<http://dbpedia.org/resource/Northern_Altai_language> owl:sameAs <http://lexvo.org/id/iso639-3/atv> .

<http://dbpedia.org/resource/Northern_Embera_language> owl:sameAs <http://lexvo.org/id/iso639-3/emp> .

<http://dbpedia.org/resource/Northern_Kalapuya_language> owl:sameAs <http://lexvo.org/id/iso639-3/nrt> .

<http://dbpedia.org/resource/Northern_Ndebele_language> owl:sameAs <http://lexvo.org/id/iso639-3/nde> .

<http://dbpedia.org/resource/Northern_Paiute_language> owl:sameAs <http://lexvo.org/id/iso639-3/pao> .

<http://dbpedia.org/resource/Northern_Pomo_language> owl:sameAs <http://lexvo.org/id/iso639-3/pej> .

<http://dbpedia.org/resource/Northern_Qiang_language> owl:sameAs <http://lexvo.org/id/iso639-3/cng> .

<http://dbpedia.org/resource/Northern_Sami_language> owl:sameAs <http://lexvo.org/id/iso639-3/sme> .

<http://dbpedia.org/resource/Northern_Sotho_language> owl:sameAs <http://lexvo.org/id/iso639-3/nso> .

<http://dbpedia.org/resource/Northern_Thai_language> owl:sameAs <http://lexvo.org/id/iso639-3/nod> .

<http://dbpedia.org/resource/Northern_Uzbek_language> owl:sameAs <http://lexvo.org/id/iso639-3/uzn> .

<http://dbpedia.org/resource/Northwestern_Ojibwa> owl:sameAs <http://lexvo.org/id/iso639-3/ojb> .

<http://dbpedia.org/resource/Norwegian_language> owl:sameAs <http://lexvo.org/id/iso639-3/nor> .

<http://dbpedia.org/resource/Novial> owl:sameAs <http://lexvo.org/id/iso639-3/nov> .

<http://dbpedia.org/resource/Noy_language> owl:sameAs <http://lexvo.org/id/iso639-3/noy> .

<http://dbpedia.org/resource/Nsenga_language> owl:sameAs <http://lexvo.org/id/iso639-3/nse> .

<http://dbpedia.org/resource/Nso_language> owl:sameAs <http://lexvo.org/id/iso639-3/lns> .

<http://dbpedia.org/resource/Nsongo_language> owl:sameAs <http://lexvo.org/id/iso639-3/nsx> .

<http://dbpedia.org/resource/Ntenyi_language> owl:sameAs <http://lexvo.org/id/iso639-3/nnl> .

<http://dbpedia.org/resource/Nubi_language> owl:sameAs <http://lexvo.org/id/iso639-3/kcn> .

<http://dbpedia.org/resource/Nubian_languages> owl:sameAs <http://lexvo.org/id/iso639-5/nub> .

<http://dbpedia.org/resource/Nuer_language> owl:sameAs <http://lexvo.org/id/iso639-3/nus> .

<http://dbpedia.org/resource/Nukak_language> owl:sameAs <http://lexvo.org/id/iso639-3/mbr> .

<http://dbpedia.org/resource/Nukunu_language> owl:sameAs <http://lexvo.org/id/iso639-3/nnv> .

<http://dbpedia.org/resource/Nukuoro_language> owl:sameAs <http://lexvo.org/id/iso639-3/nkr> .

<http://dbpedia.org/resource/Numanggang_language> owl:sameAs <http://lexvo.org/id/iso639-3/nop> .

<http://dbpedia.org/resource/Numbami_language> owl:sameAs <http://lexvo.org/id/iso639-3/sij> .

<http://dbpedia.org/resource/Nung_language> owl:sameAs <http://lexvo.org/id/iso639-3/nun> .

<http://dbpedia.org/resource/Nung_language_(Tai)> owl:sameAs <http://lexvo.org/id/iso639-3/nut> .

<http://dbpedia.org/resource/Nungali_language> owl:sameAs <http://lexvo.org/id/iso639-3/nug> .

<http://dbpedia.org/resource/Nunggubuyu_language> owl:sameAs <http://lexvo.org/id/iso639-3/nuy> .

<http://dbpedia.org/resource/Nungu_language> owl:sameAs <http://lexvo.org/id/iso639-3/rin> .

<http://dbpedia.org/resource/Nuosu_language> owl:sameAs <http://lexvo.org/id/iso639-3/iii> .

<http://dbpedia.org/resource/Nupbi_language> owl:sameAs <http://lexvo.org/id/iso639-3/npb> .

<http://dbpedia.org/resource/Nupe_language> owl:sameAs <http://lexvo.org/id/iso639-3/nup> .

<http://dbpedia.org/resource/Nuu-chah-nulth_language> owl:sameAs <http://lexvo.org/id/iso639-3/nuk> .

<http://dbpedia.org/resource/Nux%C3%A1lk_language> owl:sameAs <http://lexvo.org/id/iso639-3/blc> .

<http://dbpedia.org/resource/Nyabwa_language> owl:sameAs <http://lexvo.org/id/iso639-3/nwb> .

<http://dbpedia.org/resource/Nyadu%E2%80%99_language> owl:sameAs <http://lexvo.org/id/iso639-3/byd> .

<http://dbpedia.org/resource/Nyah_Kur_language> owl:sameAs <http://lexvo.org/id/iso639-3/cbn> .

<http://dbpedia.org/resource/Nyakyusa_language> owl:sameAs <http://lexvo.org/id/iso639-3/nyy> .

<http://dbpedia.org/resource/Nyala_dialect_(Luhya)> owl:sameAs <http://lexvo.org/id/iso639-3/nle> .

<http://dbpedia.org/resource/Nyali_language> owl:sameAs <http://lexvo.org/id/iso639-3/nlj> .

<http://dbpedia.org/resource/Nyam_language> owl:sameAs <http://lexvo.org/id/iso639-3/nmi> .

<http://dbpedia.org/resource/Nyambo_language> owl:sameAs <http://lexvo.org/id/iso639-3/now> .

<http://dbpedia.org/resource/Nyamwezi_language> owl:sameAs <http://lexvo.org/id/iso639-3/nym> .

<http://dbpedia.org/resource/Nyaneka_language> owl:sameAs <http://lexvo.org/id/iso639-3/nyk> .

<http://dbpedia.org/resource/Nyang_language> owl:sameAs <http://lexvo.org/id/iso639-3/ken> .

<http://dbpedia.org/resource/Nyanga_language> owl:sameAs <http://lexvo.org/id/iso639-3/nyj> .

<http://dbpedia.org/resource/Nyangatom_language> owl:sameAs <http://lexvo.org/id/iso639-3/nnj> .

<http://dbpedia.org/resource/Nyangia_language> owl:sameAs <http://lexvo.org/id/iso639-3/nyp> .

<http://dbpedia.org/resource/Nyangumarta_language> owl:sameAs <http://lexvo.org/id/iso639-3/nna> .

<http://dbpedia.org/resource/Nyarafolo_language> owl:sameAs <http://lexvo.org/id/iso639-3/sev> .

<http://dbpedia.org/resource/Nyaw_people> owl:sameAs <http://lexvo.org/id/iso639-3/nyw> .

<http://dbpedia.org/resource/Nyemba_language> owl:sameAs <http://lexvo.org/id/iso639-3/nba> .

<http://dbpedia.org/resource/Nyen_language> owl:sameAs <http://lexvo.org/id/iso639-3/neh> .

<http://dbpedia.org/resource/Nyigina_language> owl:sameAs <http://lexvo.org/id/iso639-3/nyh> .

<http://dbpedia.org/resource/Nyimang_language> owl:sameAs <http://lexvo.org/id/iso639-3/nyi> .

<http://dbpedia.org/resource/Nyindrou_language> owl:sameAs <http://lexvo.org/id/iso639-3/lid> .

<http://dbpedia.org/resource/Nyingwom_language> owl:sameAs <http://lexvo.org/id/iso639-3/kdx> .

<http://dbpedia.org/resource/Nynorsk> owl:sameAs <http://lexvo.org/id/iso639-3/nno> .

<http://dbpedia.org/resource/Nyole_dialect_(Kenya)> owl:sameAs <http://lexvo.org/id/iso639-3/nyd> .

<http://dbpedia.org/resource/Nyole_dialect_(Uganda)> owl:sameAs <http://lexvo.org/id/iso639-3/nuj> .

<http://dbpedia.org/resource/Nyong_language> owl:sameAs <http://lexvo.org/id/iso639-3/muo> .

<http://dbpedia.org/resource/Nyoro_language> owl:sameAs <http://lexvo.org/id/iso639-3/nyo> .

<http://dbpedia.org/resource/Nyulnyul_language> owl:sameAs <http://lexvo.org/id/iso639-3/nyv> .

<http://dbpedia.org/resource/Nyungwe_language> owl:sameAs <http://lexvo.org/id/iso639-3/nyu> .

<http://dbpedia.org/resource/Nzakambay_language> owl:sameAs <http://lexvo.org/id/iso639-3/nzy> .

<http://dbpedia.org/resource/Nzakara_language> owl:sameAs <http://lexvo.org/id/iso639-3/nzk> .

<http://dbpedia.org/resource/Nzanyi_language> owl:sameAs <http://lexvo.org/id/iso639-3/nja> .

<http://dbpedia.org/resource/Nzema_language> owl:sameAs <http://lexvo.org/id/iso639-3/nzi> .

<http://dbpedia.org/resource/Nzime_language> owl:sameAs <http://lexvo.org/id/iso639-3/ozm> .

<http://dbpedia.org/resource/O'odham_language> owl:sameAs <http://lexvo.org/id/iso639-3/ood> .

<http://dbpedia.org/resource/Obispe%C3%B1o_language> owl:sameAs <http://lexvo.org/id/iso639-3/obi> .

<http://dbpedia.org/resource/Oblo_language> owl:sameAs <http://lexvo.org/id/iso639-3/obl> .

<http://dbpedia.org/resource/Obolo_language> owl:sameAs <http://lexvo.org/id/iso639-3/ann> .

<http://dbpedia.org/resource/Ocaina_language> owl:sameAs <http://lexvo.org/id/iso639-3/oca> .

<http://dbpedia.org/resource/Occidental_language> owl:sameAs <http://lexvo.org/id/iso639-3/ile> .

<http://dbpedia.org/resource/Occitan_language> owl:sameAs <http://lexvo.org/id/iso639-3/oci> .

<http://dbpedia.org/resource/Odoodee_language> owl:sameAs <http://lexvo.org/id/iso639-3/kkc> .

<http://dbpedia.org/resource/Odual_language> owl:sameAs <http://lexvo.org/id/iso639-3/odu> .

<http://dbpedia.org/resource/Ofay%C3%A9_language> owl:sameAs <http://lexvo.org/id/iso639-3/opy> .

<http://dbpedia.org/resource/Official_Aramaic_language> owl:sameAs <http://lexvo.org/id/iso639-3/arc> .

<http://dbpedia.org/resource/Ofo_language> owl:sameAs <http://lexvo.org/id/iso639-3/ofo> .

<http://dbpedia.org/resource/Ogba_language> owl:sameAs <http://lexvo.org/id/iso639-3/ogc> .

<http://dbpedia.org/resource/Ogbia_language> owl:sameAs <http://lexvo.org/id/iso639-3/ogb> .

<http://dbpedia.org/resource/Ogbogolo_language> owl:sameAs <http://lexvo.org/id/iso639-3/ogg> .

<http://dbpedia.org/resource/Ogbronuagum_language> owl:sameAs <http://lexvo.org/id/iso639-3/ogu> .

<http://dbpedia.org/resource/Ogea_language> owl:sameAs <http://lexvo.org/id/iso639-3/eri> .

<http://dbpedia.org/resource/Ogiek_language> owl:sameAs <http://lexvo.org/id/iso639-3/oki> .

<http://dbpedia.org/resource/Oirata_language> owl:sameAs <http://lexvo.org/id/iso639-3/oia> .

<http://dbpedia.org/resource/Oji-Cree_language> owl:sameAs <http://lexvo.org/id/iso639-3/ojs> .

<http://dbpedia.org/resource/Ojibwe_language> owl:sameAs <http://lexvo.org/id/iso639-3/oji> .

<http://dbpedia.org/resource/Okinawan_language> owl:sameAs <http://lexvo.org/id/iso639-3/ryu> .

<http://dbpedia.org/resource/Oko-Juwoi_language> owl:sameAs <http://lexvo.org/id/iso639-3/okj> .

<http://dbpedia.org/resource/Okobo_language> owl:sameAs <http://lexvo.org/id/iso639-3/okb> .

<http://dbpedia.org/resource/Okodia_language> owl:sameAs <http://lexvo.org/id/iso639-3/okd> .

<http://dbpedia.org/resource/Okpamheri_language> owl:sameAs <http://lexvo.org/id/iso639-3/opa> .

<http://dbpedia.org/resource/Oksapmin_language> owl:sameAs <http://lexvo.org/id/iso639-3/opm> .

<http://dbpedia.org/resource/Oku_language> owl:sameAs <http://lexvo.org/id/iso639-3/oku> .

<http://dbpedia.org/resource/Old_Aramaic_language> owl:sameAs <http://lexvo.org/id/iso639-3/oar> .

<http://dbpedia.org/resource/Old_Burmese> owl:sameAs <http://lexvo.org/id/iso639-3/obr> .

<http://dbpedia.org/resource/Old_Chinese> owl:sameAs <http://lexvo.org/id/iso639-3/och> .

<http://dbpedia.org/resource/Old_Church_Slavonic> owl:sameAs <http://lexvo.org/id/iso639-3/chu> .

<http://dbpedia.org/resource/Old_Dutch> owl:sameAs <http://lexvo.org/id/iso639-3/odt> .

<http://dbpedia.org/resource/Old_East_Slavic> owl:sameAs <http://lexvo.org/id/iso639-3/orv> .

<http://dbpedia.org/resource/Old_English> owl:sameAs <http://lexvo.org/id/iso639-3/ang> .

<http://dbpedia.org/resource/Old_Frankish> owl:sameAs <http://lexvo.org/id/iso639-3/frk> .

<http://dbpedia.org/resource/Old_French> owl:sameAs <http://lexvo.org/id/iso639-3/fro> .

<http://dbpedia.org/resource/Old_Frisian> owl:sameAs <http://lexvo.org/id/iso639-3/ofs> .

<http://dbpedia.org/resource/Old_Georgian_language> owl:sameAs <http://lexvo.org/id/iso639-3/oge> .

<http://dbpedia.org/resource/Old_High_German> owl:sameAs <http://lexvo.org/id/iso639-3/goh> .

<http://dbpedia.org/resource/Old_Irish> owl:sameAs <http://lexvo.org/id/iso639-3/sga> .

<http://dbpedia.org/resource/Old_Javanese> owl:sameAs <http://lexvo.org/id/iso639-3/kaw> .

<http://dbpedia.org/resource/Old_Kent_Sign_Language> owl:sameAs <http://lexvo.org/id/iso639-3/okl> .

<http://dbpedia.org/resource/Old_Norse> owl:sameAs <http://lexvo.org/id/iso639-3/non> .

<http://dbpedia.org/resource/Old_Nubian_language> owl:sameAs <http://lexvo.org/id/iso639-3/onw> .

<http://dbpedia.org/resource/Old_Occitan> owl:sameAs <http://lexvo.org/id/iso639-3/pro> .

<http://dbpedia.org/resource/Old_Persian_language> owl:sameAs <http://lexvo.org/id/iso639-3/peo> .

<http://dbpedia.org/resource/Old_Prussian_language> owl:sameAs <http://lexvo.org/id/iso639-3/prg> .

<http://dbpedia.org/resource/Old_Saxon> owl:sameAs <http://lexvo.org/id/iso639-3/osx> .

<http://dbpedia.org/resource/Old_Spanish_language> owl:sameAs <http://lexvo.org/id/iso639-3/osp> .

<http://dbpedia.org/resource/Old_Turkic_language> owl:sameAs <http://lexvo.org/id/iso639-3/otk> .

<http://dbpedia.org/resource/Old_Welsh> owl:sameAs <http://lexvo.org/id/iso639-3/owl> .

<http://dbpedia.org/resource/Olo_language> owl:sameAs <http://lexvo.org/id/iso639-3/ong> .

<http://dbpedia.org/resource/Olu'bo_language> owl:sameAs <http://lexvo.org/id/iso639-3/lul> .

<http://dbpedia.org/resource/Oluta_Popoluca> owl:sameAs <http://lexvo.org/id/iso639-3/plo> .

<http://dbpedia.org/resource/Omaha%E2%80%93Ponca_language> owl:sameAs <http://lexvo.org/id/iso639-3/oma> .

<http://dbpedia.org/resource/Omani_Arabic> owl:sameAs <http://lexvo.org/id/iso639-3/acx> .

<http://dbpedia.org/resource/Ombamba_language> owl:sameAs <http://lexvo.org/id/iso639-3/mbm> .

<http://dbpedia.org/resource/Omi_language> owl:sameAs <http://lexvo.org/id/iso639-3/omi> .

<http://dbpedia.org/resource/Omotic_languages> owl:sameAs <http://lexvo.org/id/iso639-5/omv> .

<http://dbpedia.org/resource/Omotik_language> owl:sameAs <http://lexvo.org/id/iso639-3/omt> .

<http://dbpedia.org/resource/Omurano_language> owl:sameAs <http://lexvo.org/id/iso639-3/omu> .

<http://dbpedia.org/resource/Ona_language> owl:sameAs <http://lexvo.org/id/iso639-3/ona> .

<http://dbpedia.org/resource/Oneida_language> owl:sameAs <http://lexvo.org/id/iso639-3/one> .

<http://dbpedia.org/resource/Ong_Be_language> owl:sameAs <http://lexvo.org/id/iso639-3/onb> .

<http://dbpedia.org/resource/Ongota_language> owl:sameAs <http://lexvo.org/id/iso639-3/bxe> .

<http://dbpedia.org/resource/Onhan_language> owl:sameAs <http://lexvo.org/id/iso639-3/loc> .

<http://dbpedia.org/resource/Onondaga_language> owl:sameAs <http://lexvo.org/id/iso639-3/ono> .

<http://dbpedia.org/resource/Oorlams_creole> owl:sameAs <http://lexvo.org/id/iso639-3/oor> .

<http://dbpedia.org/resource/Opata_language> owl:sameAs <http://lexvo.org/id/iso639-3/opt> .

<http://dbpedia.org/resource/Opuuo_language> owl:sameAs <http://lexvo.org/id/iso639-3/lgn> .

<http://dbpedia.org/resource/Orang_Kanaq_language> owl:sameAs <http://lexvo.org/id/iso639-3/orn> .

<http://dbpedia.org/resource/Orang_Seletar_language> owl:sameAs <http://lexvo.org/id/iso639-3/ors> .

<http://dbpedia.org/resource/Oring_language> owl:sameAs <http://lexvo.org/id/iso639-3/org> .

<http://dbpedia.org/resource/Oriya_language> owl:sameAs <http://lexvo.org/id/iso639-3/ori> .

<http://dbpedia.org/resource/Orizaba_Nahuatl> owl:sameAs <http://lexvo.org/id/iso639-3/nlv> .

<http://dbpedia.org/resource/Orma_language> owl:sameAs <http://lexvo.org/id/iso639-3/orc> .

<http://dbpedia.org/resource/Ormuri_language> owl:sameAs <http://lexvo.org/id/iso639-3/oru> .

<http://dbpedia.org/resource/Oro_Win_language> owl:sameAs <http://lexvo.org/id/iso639-3/orw> .

<http://dbpedia.org/resource/Oro_language> owl:sameAs <http://lexvo.org/id/iso639-3/orx> .

<http://dbpedia.org/resource/Oroch_language> owl:sameAs <http://lexvo.org/id/iso639-3/oac> .

<http://dbpedia.org/resource/Oroha_language> owl:sameAs <http://lexvo.org/id/iso639-3/ora> .

<http://dbpedia.org/resource/Orok_language> owl:sameAs <http://lexvo.org/id/iso639-3/oaa> .

<http://dbpedia.org/resource/Oroko_language> owl:sameAs <http://lexvo.org/id/iso639-3/bdu> .

<http://dbpedia.org/resource/Orokolo_language> owl:sameAs <http://lexvo.org/id/iso639-3/oro> .

<http://dbpedia.org/resource/Oromo_language> owl:sameAs <http://lexvo.org/id/iso639-3/orm> .

<http://dbpedia.org/resource/Oroqen_language> owl:sameAs <http://lexvo.org/id/iso639-3/orh> .

<http://dbpedia.org/resource/Oruma_language> owl:sameAs <http://lexvo.org/id/iso639-3/orr> .

<http://dbpedia.org/resource/Orya_language> owl:sameAs <http://lexvo.org/id/iso639-3/ury> .

<http://dbpedia.org/resource/Osage_language> owl:sameAs <http://lexvo.org/id/iso639-3/osa> .

<http://dbpedia.org/resource/Osatu_language> owl:sameAs <http://lexvo.org/id/iso639-3/ost> .

<http://dbpedia.org/resource/Oscan_language> owl:sameAs <http://lexvo.org/id/iso639-3/osc> .

<http://dbpedia.org/resource/Osing_dialect> owl:sameAs <http://lexvo.org/id/iso639-3/osi> .

<http://dbpedia.org/resource/Ossetic_language> owl:sameAs <http://lexvo.org/id/iso639-3/oss> .

<http://dbpedia.org/resource/Oti_language> owl:sameAs <http://lexvo.org/id/iso639-3/oti> .

<http://dbpedia.org/resource/Oto-Manguean_languages> owl:sameAs <http://lexvo.org/id/iso639-5/omq> .

<http://dbpedia.org/resource/Otomian_languages> owl:sameAs <http://lexvo.org/id/iso639-5/oto> .

<http://dbpedia.org/resource/Otoro_language> owl:sameAs <http://lexvo.org/id/iso639-3/otr> .

<http://dbpedia.org/resource/Ottawa_dialect> owl:sameAs <http://lexvo.org/id/iso639-3/otw> .

<http://dbpedia.org/resource/Ottoman_Turkish_language> owl:sameAs <http://lexvo.org/id/iso639-3/ota> .

<http://dbpedia.org/resource/Oued_Righ_Berber> owl:sameAs <http://lexvo.org/id/iso639-3/tjo> .

<http://dbpedia.org/resource/Owa_language> owl:sameAs <http://lexvo.org/id/iso639-3/stn> .

<http://dbpedia.org/resource/Owiniga_language> owl:sameAs <http://lexvo.org/id/iso639-3/owi> .

<http://dbpedia.org/resource/Oy_language> owl:sameAs <http://lexvo.org/id/iso639-3/oyb> .

<http://dbpedia.org/resource/Oyda_language> owl:sameAs <http://lexvo.org/id/iso639-3/oyd> .

<http://dbpedia.org/resource/P%C3%A1ez_language> owl:sameAs <http://lexvo.org/id/iso639-3/pbb> .

<http://dbpedia.org/resource/P%C3%A9mono_language> owl:sameAs <http://lexvo.org/id/iso639-3/pev> .

<http://dbpedia.org/resource/P%C3%B6koot_language> owl:sameAs <http://lexvo.org/id/iso639-3/pko> .

<http://dbpedia.org/resource/Pa'O_language> owl:sameAs <http://lexvo.org/id/iso639-3/blk> .

<http://dbpedia.org/resource/Pa'a_language> owl:sameAs <http://lexvo.org/id/iso639-3/pqa> .

<http://dbpedia.org/resource/Pa-Hng_language> owl:sameAs <http://lexvo.org/id/iso639-3/pha> .

<http://dbpedia.org/resource/Pa_language> owl:sameAs <http://lexvo.org/id/iso639-3/ppt> .

<http://dbpedia.org/resource/Paama_language> owl:sameAs <http://lexvo.org/id/iso639-3/pma> .

<http://dbpedia.org/resource/Paasaal_language> owl:sameAs <http://lexvo.org/id/iso639-3/sig> .

<http://dbpedia.org/resource/Pacahuara_language> owl:sameAs <http://lexvo.org/id/iso639-3/pcp> .

<http://dbpedia.org/resource/Pacaraos_Quechua> owl:sameAs <http://lexvo.org/id/iso639-3/qvp> .

<http://dbpedia.org/resource/Pacoh_language> owl:sameAs <http://lexvo.org/id/iso639-3/pac> .

<http://dbpedia.org/resource/Padaung_language> owl:sameAs <http://lexvo.org/id/iso639-3/pdu> .

<http://dbpedia.org/resource/Pagi_language> owl:sameAs <http://lexvo.org/id/iso639-3/pgi> .

<http://dbpedia.org/resource/Pagibete_language> owl:sameAs <http://lexvo.org/id/iso639-3/pae> .

<http://dbpedia.org/resource/Paha_language> owl:sameAs <http://lexvo.org/id/iso639-3/yha> .

<http://dbpedia.org/resource/Paic%C3%AE_language> owl:sameAs <http://lexvo.org/id/iso639-3/pri> .

<http://dbpedia.org/resource/Paipai_language> owl:sameAs <http://lexvo.org/id/iso639-3/ppi> .

<http://dbpedia.org/resource/Paite_language> owl:sameAs <http://lexvo.org/id/iso639-3/pck> .

<http://dbpedia.org/resource/Paiwan_language> owl:sameAs <http://lexvo.org/id/iso639-3/pwn> .

<http://dbpedia.org/resource/Pajapan_Nahuatl> owl:sameAs <http://lexvo.org/id/iso639-3/nhp> .

<http://dbpedia.org/resource/Pajonal_Ash%C3%A9ninka> owl:sameAs <http://lexvo.org/id/iso639-3/cjo> .

<http://dbpedia.org/resource/Pakanha_language> owl:sameAs <http://lexvo.org/id/iso639-3/pkn> .

<http://dbpedia.org/resource/Pal_language> owl:sameAs <http://lexvo.org/id/iso639-3/abw> .

<http://dbpedia.org/resource/Palaic_language> owl:sameAs <http://lexvo.org/id/iso639-3/plq> .

<http://dbpedia.org/resource/Palaka_language> owl:sameAs <http://lexvo.org/id/iso639-3/plr> .

<http://dbpedia.org/resource/Palatinate_German> owl:sameAs <http://lexvo.org/id/iso639-3/pfl> .

<http://dbpedia.org/resource/Palauan_language> owl:sameAs <http://lexvo.org/id/iso639-3/pau> .

<http://dbpedia.org/resource/Palenquero> owl:sameAs <http://lexvo.org/id/iso639-3/pln> .

<http://dbpedia.org/resource/Pali> owl:sameAs <http://lexvo.org/id/iso639-3/pli> .

<http://dbpedia.org/resource/Palik%C3%BAr_language> owl:sameAs <http://lexvo.org/id/iso639-3/plu> .

<http://dbpedia.org/resource/Pallanganmiddang_language> owl:sameAs <http://lexvo.org/id/iso639-3/pmd> .

<http://dbpedia.org/resource/Palpa_language> owl:sameAs <http://lexvo.org/id/iso639-3/plp> .

<http://dbpedia.org/resource/Palu'e_language> owl:sameAs <http://lexvo.org/id/iso639-3/ple> .

<http://dbpedia.org/resource/Palula_language> owl:sameAs <http://lexvo.org/id/iso639-3/phl> .

<http://dbpedia.org/resource/Pambia_language> owl:sameAs <http://lexvo.org/id/iso639-3/pmb> .

<http://dbpedia.org/resource/Pamona_language> owl:sameAs <http://lexvo.org/id/iso639-3/pmf> .

<http://dbpedia.org/resource/Pamosu_language> owl:sameAs <http://lexvo.org/id/iso639-3/hih> .

<http://dbpedia.org/resource/Pana_language> owl:sameAs <http://lexvo.org/id/iso639-3/pnz> .

<http://dbpedia.org/resource/Panara_language> owl:sameAs <http://lexvo.org/id/iso639-3/kre> .

<http://dbpedia.org/resource/Panare_language> owl:sameAs <http://lexvo.org/id/iso639-3/pbh> .

<http://dbpedia.org/resource/Pandan_Bikol_language> owl:sameAs <http://lexvo.org/id/iso639-3/cts> .

<http://dbpedia.org/resource/Pangasinan_language> owl:sameAs <http://lexvo.org/id/iso639-3/pag> .

<http://dbpedia.org/resource/Pangwa_language> owl:sameAs <http://lexvo.org/id/iso639-3/pbr> .

<http://dbpedia.org/resource/Paniya_language> owl:sameAs <http://lexvo.org/id/iso639-3/pcg> .

<http://dbpedia.org/resource/Panobo_language> owl:sameAs <http://lexvo.org/id/iso639-3/pwo> .

<http://dbpedia.org/resource/Panyjima_language> owl:sameAs <http://lexvo.org/id/iso639-3/pnw> .

<http://dbpedia.org/resource/Papantla_Totonac> owl:sameAs <http://lexvo.org/id/iso639-3/top> .

<http://dbpedia.org/resource/Papasena_language> owl:sameAs <http://lexvo.org/id/iso639-3/pas> .

<http://dbpedia.org/resource/Papel_language> owl:sameAs <http://lexvo.org/id/iso639-3/pbo> .

<http://dbpedia.org/resource/Papiamento> owl:sameAs <http://lexvo.org/id/iso639-3/pap> .

<http://dbpedia.org/resource/Papora-Hoanya_language> owl:sameAs <http://lexvo.org/id/iso639-3/ppu> .

<http://dbpedia.org/resource/Papuan_languages> owl:sameAs <http://lexvo.org/id/iso639-5/paa> .

<http://dbpedia.org/resource/Parachi_language> owl:sameAs <http://lexvo.org/id/iso639-3/prc> .

<http://dbpedia.org/resource/Pardhan_language> owl:sameAs <http://lexvo.org/id/iso639-3/pch> .

<http://dbpedia.org/resource/Pare_language> owl:sameAs <http://lexvo.org/id/iso639-3/asa> .

<http://dbpedia.org/resource/Parengi_language> owl:sameAs <http://lexvo.org/id/iso639-3/pcj> .

<http://dbpedia.org/resource/Paresi_language> owl:sameAs <http://lexvo.org/id/iso639-3/pab> .

<http://dbpedia.org/resource/Parkari_Koli_language> owl:sameAs <http://lexvo.org/id/iso639-3/kvx> .

<http://dbpedia.org/resource/Parkwa_language> owl:sameAs <http://lexvo.org/id/iso639-3/pbi> .

<http://dbpedia.org/resource/Parthian_language> owl:sameAs <http://lexvo.org/id/iso639-3/xpr> .

<http://dbpedia.org/resource/Parya_language> owl:sameAs <http://lexvo.org/id/iso639-3/paq> .

<http://dbpedia.org/resource/Pasto_language> owl:sameAs <http://lexvo.org/id/iso639-3/bpb> .

<http://dbpedia.org/resource/Patamona_language> owl:sameAs <http://lexvo.org/id/iso639-3/pbc> .

<http://dbpedia.org/resource/Patax%C3%B3_language> owl:sameAs <http://lexvo.org/id/iso639-3/pth> .

<http://dbpedia.org/resource/Patpatar_language> owl:sameAs <http://lexvo.org/id/iso639-3/gfk> .

<http://dbpedia.org/resource/Pattani_Malay> owl:sameAs <http://lexvo.org/id/iso639-3/mfa> .

<http://dbpedia.org/resource/Pattani_language> owl:sameAs <http://lexvo.org/id/iso639-3/lae> .

<http://dbpedia.org/resource/Paumar%C3%AD_language> owl:sameAs <http://lexvo.org/id/iso639-3/pad> .

<http://dbpedia.org/resource/Pauna_language> owl:sameAs <http://lexvo.org/id/iso639-3/pnk> .

<http://dbpedia.org/resource/Pauri_Bareli_language> owl:sameAs <http://lexvo.org/id/iso639-3/bfb> .

<http://dbpedia.org/resource/Pawaia_language> owl:sameAs <http://lexvo.org/id/iso639-3/pwa> .

<http://dbpedia.org/resource/Pawnee_language> owl:sameAs <http://lexvo.org/id/iso639-3/paw> .

<http://dbpedia.org/resource/Paya_language> owl:sameAs <http://lexvo.org/id/iso639-3/pay> .

<http://dbpedia.org/resource/Paynamar_language> owl:sameAs <http://lexvo.org/id/iso639-3/pmr> .

<http://dbpedia.org/resource/Pazeh_language> owl:sameAs <http://lexvo.org/id/iso639-3/uun> .

<http://dbpedia.org/resource/Pe_language> owl:sameAs <http://lexvo.org/id/iso639-3/pai> .

<http://dbpedia.org/resource/Pear_language> owl:sameAs <http://lexvo.org/id/iso639-3/pcb> .

<http://dbpedia.org/resource/Pecheneg_language> owl:sameAs <http://lexvo.org/id/iso639-3/xpc> .

<http://dbpedia.org/resource/Peere_language> owl:sameAs <http://lexvo.org/id/iso639-3/pfe> .

<http://dbpedia.org/resource/Pemon_language> owl:sameAs <http://lexvo.org/id/iso639-3/aoc> .

<http://dbpedia.org/resource/Penang_Sign_Language> owl:sameAs <http://lexvo.org/id/iso639-3/psg> .

<http://dbpedia.org/resource/Pende_language> owl:sameAs <http://lexvo.org/id/iso639-3/pem> .

<http://dbpedia.org/resource/Pengo_language> owl:sameAs <http://lexvo.org/id/iso639-3/peg> .

<http://dbpedia.org/resource/Pennsylvania_German_language> owl:sameAs <http://lexvo.org/id/iso639-3/pdc> .

<http://dbpedia.org/resource/Penrhyn_language> owl:sameAs <http://lexvo.org/id/iso639-3/pnh> .

<http://dbpedia.org/resource/Pentlatch_language> owl:sameAs <http://lexvo.org/id/iso639-3/ptw> .

<http://dbpedia.org/resource/Peren%C3%A9_Ash%C3%A9ninka> owl:sameAs <http://lexvo.org/id/iso639-3/prq> .

<http://dbpedia.org/resource/Pero_language> owl:sameAs <http://lexvo.org/id/iso639-3/pip> .

<http://dbpedia.org/resource/Persian_Sign_Language> owl:sameAs <http://lexvo.org/id/iso639-3/psc> .

<http://dbpedia.org/resource/Persian_language> owl:sameAs <http://lexvo.org/id/iso639-3/fas> .

<http://dbpedia.org/resource/Peruvian_Sign_Language> owl:sameAs <http://lexvo.org/id/iso639-3/prl> .

<http://dbpedia.org/resource/Petats_language> owl:sameAs <http://lexvo.org/id/iso639-3/pex> .

<http://dbpedia.org/resource/Petjo_language> owl:sameAs <http://lexvo.org/id/iso639-3/pey> .

<http://dbpedia.org/resource/Peve_language> owl:sameAs <http://lexvo.org/id/iso639-3/lme> .

<http://dbpedia.org/resource/Pher%C3%A1_language> owl:sameAs <http://lexvo.org/id/iso639-3/xwe> .

<http://dbpedia.org/resource/Philippine_languages> owl:sameAs <http://lexvo.org/id/iso639-5/phi> .

<http://dbpedia.org/resource/Phoenician_language> owl:sameAs <http://lexvo.org/id/iso639-3/phn> .

<http://dbpedia.org/resource/Pholo_language> owl:sameAs <http://lexvo.org/id/iso639-3/yip> .

<http://dbpedia.org/resource/Phom_language> owl:sameAs <http://lexvo.org/id/iso639-3/nph> .

<http://dbpedia.org/resource/Phong-Kniang_language> owl:sameAs <http://lexvo.org/id/iso639-3/pnx> .

<http://dbpedia.org/resource/Phrygian_language> owl:sameAs <http://lexvo.org/id/iso639-3/xpg> .

<http://dbpedia.org/resource/Phu_Thai_language> owl:sameAs <http://lexvo.org/id/iso639-3/pht> .

<http://dbpedia.org/resource/Phuan> owl:sameAs <http://lexvo.org/id/iso639-3/phu> .

<http://dbpedia.org/resource/Phukha_language> owl:sameAs <http://lexvo.org/id/iso639-3/phh> .

<http://dbpedia.org/resource/Piapoco_language> owl:sameAs <http://lexvo.org/id/iso639-3/pio> .

<http://dbpedia.org/resource/Picard_language> owl:sameAs <http://lexvo.org/id/iso639-3/pcd> .

<http://dbpedia.org/resource/Pichis_Ash%C3%A9ninka> owl:sameAs <http://lexvo.org/id/iso639-3/cpu> .

<http://dbpedia.org/resource/Pictish_language> owl:sameAs <http://lexvo.org/id/iso639-3/xpi> .

<http://dbpedia.org/resource/Piedmontese_language> owl:sameAs <http://lexvo.org/id/iso639-3/pms> .

<http://dbpedia.org/resource/Pijao_language> owl:sameAs <http://lexvo.org/id/iso639-3/pij> .

<http://dbpedia.org/resource/Pijin_language> owl:sameAs <http://lexvo.org/id/iso639-3/pis> .

<http://dbpedia.org/resource/Pilag%C3%A1_language> owl:sameAs <http://lexvo.org/id/iso639-3/plg> .

<http://dbpedia.org/resource/Pima_Bajo_language> owl:sameAs <http://lexvo.org/id/iso639-3/pia> .

<http://dbpedia.org/resource/Pimbwe_language> owl:sameAs <http://lexvo.org/id/iso639-3/piw> .

<http://dbpedia.org/resource/Pingelapese_language> owl:sameAs <http://lexvo.org/id/iso639-3/pif> .

<http://dbpedia.org/resource/Pintupi_language> owl:sameAs <http://lexvo.org/id/iso639-3/piu> .

<http://dbpedia.org/resource/Pinyin_language> owl:sameAs <http://lexvo.org/id/iso639-3/pny> .

<http://dbpedia.org/resource/Pipil_language> owl:sameAs <http://lexvo.org/id/iso639-3/ppl> .

<http://dbpedia.org/resource/Pirah%C3%A3_language> owl:sameAs <http://lexvo.org/id/iso639-3/myp> .

<http://dbpedia.org/resource/Pisabo_language> owl:sameAs <http://lexvo.org/id/iso639-3/pig> .

<http://dbpedia.org/resource/Piscataway_language> owl:sameAs <http://lexvo.org/id/iso639-3/psy> .

<http://dbpedia.org/resource/Pisidian_language> owl:sameAs <http://lexvo.org/id/iso639-3/xps> .

<http://dbpedia.org/resource/Pite_Sami_language> owl:sameAs <http://lexvo.org/id/iso639-3/sje> .

<http://dbpedia.org/resource/Pitjantjatjara_language> owl:sameAs <http://lexvo.org/id/iso639-3/pjt> .

<http://dbpedia.org/resource/Pitkern_language> owl:sameAs <http://lexvo.org/id/iso639-3/pih> .

<http://dbpedia.org/resource/Pitta_Pitta_language> owl:sameAs <http://lexvo.org/id/iso639-3/pit> .

<http://dbpedia.org/resource/Piya_language> owl:sameAs <http://lexvo.org/id/iso639-3/piy> .

<http://dbpedia.org/resource/Plains_Apache_language> owl:sameAs <http://lexvo.org/id/iso639-3/apk> .

<http://dbpedia.org/resource/Plains_Cree_language> owl:sameAs <http://lexvo.org/id/iso639-3/crk> .

<http://dbpedia.org/resource/Plains_Indian_Sign_Language> owl:sameAs <http://lexvo.org/id/iso639-3/psd> .

<http://dbpedia.org/resource/Plains_Miwok_language> owl:sameAs <http://lexvo.org/id/iso639-3/pmw> .

<http://dbpedia.org/resource/Plautdietsch_language> owl:sameAs <http://lexvo.org/id/iso639-3/pdt> .

<http://dbpedia.org/resource/Playero_language> owl:sameAs <http://lexvo.org/id/iso639-3/gob> .

<http://dbpedia.org/resource/Pnar_language> owl:sameAs <http://lexvo.org/id/iso639-3/pbv> .

<http://dbpedia.org/resource/Pochutec_language> owl:sameAs <http://lexvo.org/id/iso639-3/xpo> .

<http://dbpedia.org/resource/Pogaya_language> owl:sameAs <http://lexvo.org/id/iso639-3/boq> .

<http://dbpedia.org/resource/Pogolo_language> owl:sameAs <http://lexvo.org/id/iso639-3/poy> .

<http://dbpedia.org/resource/Pohnpeian_language> owl:sameAs <http://lexvo.org/id/iso639-3/pon> .

<http://dbpedia.org/resource/Poke_language> owl:sameAs <http://lexvo.org/id/iso639-3/pof> .

<http://dbpedia.org/resource/Pokomo_language> owl:sameAs <http://lexvo.org/id/iso639-3/pkb> .

<http://dbpedia.org/resource/Pol_language> owl:sameAs <http://lexvo.org/id/iso639-3/pmm> .

<http://dbpedia.org/resource/Polabian_language> owl:sameAs <http://lexvo.org/id/iso639-3/pox> .

<http://dbpedia.org/resource/Polari> owl:sameAs <http://lexvo.org/id/iso639-3/pld> .

<http://dbpedia.org/resource/Polish_Sign_Language> owl:sameAs <http://lexvo.org/id/iso639-3/pso> .

<http://dbpedia.org/resource/Polish_language> owl:sameAs <http://lexvo.org/id/iso639-3/pol> .

<http://dbpedia.org/resource/Pongu_language> owl:sameAs <http://lexvo.org/id/iso639-3/png> .

<http://dbpedia.org/resource/Pontic_Greek> owl:sameAs <http://lexvo.org/id/iso639-3/pnt> .

<http://dbpedia.org/resource/Poqomam_language> owl:sameAs <http://lexvo.org/id/iso639-3/poc> .

<http://dbpedia.org/resource/Poqomchi'_language> owl:sameAs <http://lexvo.org/id/iso639-3/poh> .

<http://dbpedia.org/resource/Porohanon_language> owl:sameAs <http://lexvo.org/id/iso639-3/prh> .

<http://dbpedia.org/resource/Porome_language> owl:sameAs <http://lexvo.org/id/iso639-3/prm> .

<http://dbpedia.org/resource/Portugis_language> owl:sameAs <http://lexvo.org/id/iso639-3/tmg> .

<http://dbpedia.org/resource/Portuguese_Sign_Language> owl:sameAs <http://lexvo.org/id/iso639-3/psr> .

<http://dbpedia.org/resource/Potawatomi_language> owl:sameAs <http://lexvo.org/id/iso639-3/pot> .

<http://dbpedia.org/resource/Potiguara_language> owl:sameAs <http://lexvo.org/id/iso639-3/pog> .

<http://dbpedia.org/resource/Potwari_language> owl:sameAs <http://lexvo.org/id/iso639-3/phr> .

<http://dbpedia.org/resource/Pouye_language> owl:sameAs <http://lexvo.org/id/iso639-3/bye> .

<http://dbpedia.org/resource/Powhatan_language> owl:sameAs <http://lexvo.org/id/iso639-3/pim> .

<http://dbpedia.org/resource/Prakrit> owl:sameAs <http://lexvo.org/id/iso639-5/pra> .

<http://dbpedia.org/resource/Prakrit_languages> owl:sameAs <http://lexvo.org/id/iso639-5/pra> .

<http://dbpedia.org/resource/Primitive_Irish> owl:sameAs <http://lexvo.org/id/iso639-3/pgl> .

<http://dbpedia.org/resource/Principense_language> owl:sameAs <http://lexvo.org/id/iso639-3/pre> .

<http://dbpedia.org/resource/Providence_Island_Sign_Language> owl:sameAs <http://lexvo.org/id/iso639-3/prz> .

<http://dbpedia.org/resource/Psikye_language> owl:sameAs <http://lexvo.org/id/iso639-3/kvj> .

<http://dbpedia.org/resource/Pu-Xian_Min> owl:sameAs <http://lexvo.org/id/iso639-3/cpx> .

<http://dbpedia.org/resource/Puelche_language> owl:sameAs <http://lexvo.org/id/iso639-3/pue> .

<http://dbpedia.org/resource/Puguli_language> owl:sameAs <http://lexvo.org/id/iso639-3/pug> .

<http://dbpedia.org/resource/Puinave_language> owl:sameAs <http://lexvo.org/id/iso639-3/pui> .

<http://dbpedia.org/resource/Pukapukan_language> owl:sameAs <http://lexvo.org/id/iso639-3/pkp> .

<http://dbpedia.org/resource/Pulaar_language> owl:sameAs <http://lexvo.org/id/iso639-3/fuc> .

<http://dbpedia.org/resource/Pular_language> owl:sameAs <http://lexvo.org/id/iso639-3/fuf> .

<http://dbpedia.org/resource/Puma_language> owl:sameAs <http://lexvo.org/id/iso639-3/pum> .

<http://dbpedia.org/resource/Pumpokol_language> owl:sameAs <http://lexvo.org/id/iso639-3/xpm> .

<http://dbpedia.org/resource/Punic_language> owl:sameAs <http://lexvo.org/id/iso639-3/xpu> .

<http://dbpedia.org/resource/Punjabi_language> owl:sameAs <http://lexvo.org/id/iso639-3/pan> .

<http://dbpedia.org/resource/Punu_language> owl:sameAs <http://lexvo.org/id/iso639-3/puu> .

<http://dbpedia.org/resource/Puquina_language> owl:sameAs <http://lexvo.org/id/iso639-3/puq> .

<http://dbpedia.org/resource/Pur%C3%AD_language> owl:sameAs <http://lexvo.org/id/iso639-3/prr> .

<http://dbpedia.org/resource/Purari_language> owl:sameAs <http://lexvo.org/id/iso639-3/iar> .

<http://dbpedia.org/resource/Puroik_language> owl:sameAs <http://lexvo.org/id/iso639-3/suv> .

<http://dbpedia.org/resource/Purubora_language> owl:sameAs <http://lexvo.org/id/iso639-3/pur> .

<http://dbpedia.org/resource/Putai_language> owl:sameAs <http://lexvo.org/id/iso639-3/mfl> .

<http://dbpedia.org/resource/Puyuma_language> owl:sameAs <http://lexvo.org/id/iso639-3/pyu> .

<http://dbpedia.org/resource/Pyapun_language> owl:sameAs <http://lexvo.org/id/iso639-3/pcw> .

<http://dbpedia.org/resource/Pyu_language_(Burma)> owl:sameAs <http://lexvo.org/id/iso639-3/pyx> .

<http://dbpedia.org/resource/Pyu_language_(Papua_New_Guinea)> owl:sameAs <http://lexvo.org/id/iso639-3/pby> .

<http://dbpedia.org/resource/Q%E2%80%99anjob%E2%80%99al_language> owl:sameAs <http://lexvo.org/id/iso639-3/kjb> .

<http://dbpedia.org/resource/Q%E2%80%99eqchi%E2%80%99_language> owl:sameAs <http://lexvo.org/id/iso639-3/kek> .

<http://dbpedia.org/resource/Qabiao_language> owl:sameAs <http://lexvo.org/id/iso639-3/laq> .

<http://dbpedia.org/resource/Qaqet_language> owl:sameAs <http://lexvo.org/id/iso639-3/byx> .

<http://dbpedia.org/resource/Qashqai_language> owl:sameAs <http://lexvo.org/id/iso639-3/qxq> .

<http://dbpedia.org/resource/Qatabanian_language> owl:sameAs <http://lexvo.org/id/iso639-3/xqt> .

<http://dbpedia.org/resource/Qimant_language> owl:sameAs <http://lexvo.org/id/iso639-3/ahg> .

<http://dbpedia.org/resource/Quebec_Sign_Language> owl:sameAs <http://lexvo.org/id/iso639-3/fcs> .

<http://dbpedia.org/resource/Quechan_language> owl:sameAs <http://lexvo.org/id/iso639-3/yum> .

<http://dbpedia.org/resource/Quechua_languages> owl:sameAs <http://lexvo.org/id/iso639-3/que> .

<http://dbpedia.org/resource/Quechuan_(family)> owl:sameAs <http://lexvo.org/id/iso639-3/que> .

<http://dbpedia.org/resource/Quenya> owl:sameAs <http://lexvo.org/id/iso639-3/qya> .

<http://dbpedia.org/resource/Quileute_language> owl:sameAs <http://lexvo.org/id/iso639-3/qui> .

<http://dbpedia.org/resource/Quiripi_language> owl:sameAs <http://lexvo.org/id/iso639-3/qyp> .

<http://dbpedia.org/resource/R%C3%A9union_Creole> owl:sameAs <http://lexvo.org/id/iso639-3/rcf> .

<http://dbpedia.org/resource/Raetic_language> owl:sameAs <http://lexvo.org/id/iso639-3/xrr> .

<http://dbpedia.org/resource/Raga_language> owl:sameAs <http://lexvo.org/id/iso639-3/lml> .

<http://dbpedia.org/resource/Rajasthani_language> owl:sameAs <http://lexvo.org/id/iso639-3/raj> .

<http://dbpedia.org/resource/Rakahanga-Manihiki_language> owl:sameAs <http://lexvo.org/id/iso639-3/rkh> .

<http://dbpedia.org/resource/Ralte_language> owl:sameAs <http://lexvo.org/id/iso639-3/ral> .

<http://dbpedia.org/resource/Rama_Cay_Creole> owl:sameAs <http://lexvo.org/id/iso639-3/bzk> .

<http://dbpedia.org/resource/Rama_language> owl:sameAs <http://lexvo.org/id/iso639-3/rma> .

<http://dbpedia.org/resource/Ramarama_language> owl:sameAs <http://lexvo.org/id/iso639-3/arr> .

<http://dbpedia.org/resource/Ramopa_language> owl:sameAs <http://lexvo.org/id/iso639-3/roo> .

<http://dbpedia.org/resource/Rangas_language> owl:sameAs <http://lexvo.org/id/iso639-3/rgk> .

<http://dbpedia.org/resource/Rangi_language> owl:sameAs <http://lexvo.org/id/iso639-3/lag> .

<http://dbpedia.org/resource/Rangpuri_language> owl:sameAs <http://lexvo.org/id/iso639-3/rkt> .

<http://dbpedia.org/resource/Rao_language> owl:sameAs <http://lexvo.org/id/iso639-3/rao> .

<http://dbpedia.org/resource/Rapa_Nui_language> owl:sameAs <http://lexvo.org/id/iso639-3/rap> .

<http://dbpedia.org/resource/Rapan_language> owl:sameAs <http://lexvo.org/id/iso639-3/ray> .

<http://dbpedia.org/resource/Rapoisi_language> owl:sameAs <http://lexvo.org/id/iso639-3/kyx> .

<http://dbpedia.org/resource/Rasawa_language> owl:sameAs <http://lexvo.org/id/iso639-3/rac> .

<http://dbpedia.org/resource/Ratagnon_language> owl:sameAs <http://lexvo.org/id/iso639-3/btn> .

<http://dbpedia.org/resource/Raute_language> owl:sameAs <http://lexvo.org/id/iso639-3/rau> .

<http://dbpedia.org/resource/Rawa_language> owl:sameAs <http://lexvo.org/id/iso639-3/rwo> .

<http://dbpedia.org/resource/Rawang_language> owl:sameAs <http://lexvo.org/id/iso639-3/raw> .

<http://dbpedia.org/resource/Rawat_language> owl:sameAs <http://lexvo.org/id/iso639-3/jnl> .

<http://dbpedia.org/resource/Reel_language> owl:sameAs <http://lexvo.org/id/iso639-3/atu> .

<http://dbpedia.org/resource/Rejang_language> owl:sameAs <http://lexvo.org/id/iso639-3/rej> .

<http://dbpedia.org/resource/Remo_language_(Peru)> owl:sameAs <http://lexvo.org/id/iso639-3/rem> .

<http://dbpedia.org/resource/Rendille_language> owl:sameAs <http://lexvo.org/id/iso639-3/rel> .

<http://dbpedia.org/resource/Rengao_language> owl:sameAs <http://lexvo.org/id/iso639-3/ren> .

<http://dbpedia.org/resource/Rengma_language> owl:sameAs <http://lexvo.org/id/iso639-3/nre> .

<http://dbpedia.org/resource/Rennellese_Sign_Language> owl:sameAs <http://lexvo.org/id/iso639-3/rsi> .

<http://dbpedia.org/resource/Rennellese_language> owl:sameAs <http://lexvo.org/id/iso639-3/mnv> .

<http://dbpedia.org/resource/Rerep_language> owl:sameAs <http://lexvo.org/id/iso639-3/pgk> .

<http://dbpedia.org/resource/Res%C3%ADgaro_language> owl:sameAs <http://lexvo.org/id/iso639-3/rgr> .

<http://dbpedia.org/resource/Reshe_language> owl:sameAs <http://lexvo.org/id/iso639-3/res> .

<http://dbpedia.org/resource/Reyesano_language> owl:sameAs <http://lexvo.org/id/iso639-3/rey> .

<http://dbpedia.org/resource/Riang_language> owl:sameAs <http://lexvo.org/id/iso639-3/ril> .

<http://dbpedia.org/resource/Ribun_language> owl:sameAs <http://lexvo.org/id/iso639-3/rir> .

<http://dbpedia.org/resource/Rifian_language> owl:sameAs <http://lexvo.org/id/iso639-3/rif> .

<http://dbpedia.org/resource/Rigwe_language> owl:sameAs <http://lexvo.org/id/iso639-3/iri> .

<http://dbpedia.org/resource/Rikbaktsa_language> owl:sameAs <http://lexvo.org/id/iso639-3/rkb> .

<http://dbpedia.org/resource/Rinconada_Bikol_language> owl:sameAs <http://lexvo.org/id/iso639-3/bto> .

<http://dbpedia.org/resource/Riograndenser_Hunsr%C3%BCckisch> owl:sameAs <http://lexvo.org/id/iso639-3/hrx> .

<http://dbpedia.org/resource/Ripuarian_language> owl:sameAs <http://lexvo.org/id/iso639-3/ksh> .

<http://dbpedia.org/resource/Rodi_language> owl:sameAs <http://lexvo.org/id/iso639-3/rmg> .

<http://dbpedia.org/resource/Rohingya_language> owl:sameAs <http://lexvo.org/id/iso639-3/rhg> .

<http://dbpedia.org/resource/Romagnol_language> owl:sameAs <http://lexvo.org/id/iso639-3/rgn> .

<http://dbpedia.org/resource/Romance_languages> owl:sameAs <http://lexvo.org/id/iso639-5/roa> .

<http://dbpedia.org/resource/Romang_language> owl:sameAs <http://lexvo.org/id/iso639-3/rmm> .

<http://dbpedia.org/resource/Romani_language> owl:sameAs <http://lexvo.org/id/iso639-3/rom> .

<http://dbpedia.org/resource/Romanian_language> owl:sameAs <http://lexvo.org/id/iso639-3/ron> .

<http://dbpedia.org/resource/Romano-Greek_language> owl:sameAs <http://lexvo.org/id/iso639-3/rge> .

<http://dbpedia.org/resource/Romano-Serbian_language> owl:sameAs <http://lexvo.org/id/iso639-3/rsb> .

<http://dbpedia.org/resource/Romansh_language> owl:sameAs <http://lexvo.org/id/iso639-3/roh> .

<http://dbpedia.org/resource/Rombi_language> owl:sameAs <http://lexvo.org/id/iso639-3/bbi> .

<http://dbpedia.org/resource/Romblomanon_language> owl:sameAs <http://lexvo.org/id/iso639-3/rol> .

<http://dbpedia.org/resource/Rombo_language> owl:sameAs <http://lexvo.org/id/iso639-3/rof> .

<http://dbpedia.org/resource/Ron_language> owl:sameAs <http://lexvo.org/id/iso639-3/cla> .

<http://dbpedia.org/resource/Ronga_language> owl:sameAs <http://lexvo.org/id/iso639-3/rng> .

<http://dbpedia.org/resource/Rongpo_language> owl:sameAs <http://lexvo.org/id/iso639-3/rnp> .

<http://dbpedia.org/resource/Rotuman_language> owl:sameAs <http://lexvo.org/id/iso639-3/rtm> .

<http://dbpedia.org/resource/Roviana_language> owl:sameAs <http://lexvo.org/id/iso639-3/rug> .

<http://dbpedia.org/resource/Rufiji_language> owl:sameAs <http://lexvo.org/id/iso639-3/rui> .

<http://dbpedia.org/resource/Rukai_language> owl:sameAs <http://lexvo.org/id/iso639-3/dru> .

<http://dbpedia.org/resource/Rumsen_language> owl:sameAs <http://lexvo.org/id/iso639-3/css> .

<http://dbpedia.org/resource/Rumu_language> owl:sameAs <http://lexvo.org/id/iso639-3/klq> .

<http://dbpedia.org/resource/Russian_Sign_Language> owl:sameAs <http://lexvo.org/id/iso639-3/rsl> .

<http://dbpedia.org/resource/Russian_language> owl:sameAs <http://lexvo.org/id/iso639-3/rus> .

<http://dbpedia.org/resource/Rusyn_language> owl:sameAs <http://lexvo.org/id/iso639-3/rue> .

<http://dbpedia.org/resource/Rutul_language> owl:sameAs <http://lexvo.org/id/iso639-3/rut> .

<http://dbpedia.org/resource/Ruund_language> owl:sameAs <http://lexvo.org/id/iso639-3/rnd> .

<http://dbpedia.org/resource/S%C3%A3o_Paulo_Kaing%C3%A1ng_language> owl:sameAs <http://lexvo.org/id/iso639-3/zkp> .

<http://dbpedia.org/resource/S%C3%B4_language> owl:sameAs <http://lexvo.org/id/iso639-3/sss> .

<http://dbpedia.org/resource/S'gaw_Karen_language> owl:sameAs <http://lexvo.org/id/iso639-3/ksw> .

<http://dbpedia.org/resource/Sa'a_language> owl:sameAs <http://lexvo.org/id/iso639-3/apb> .

<http://dbpedia.org/resource/Sa'idi_Arabic> owl:sameAs <http://lexvo.org/id/iso639-3/aec> .

<http://dbpedia.org/resource/Sa'och_language> owl:sameAs <http://lexvo.org/id/iso639-3/scq> .

<http://dbpedia.org/resource/Saa_language> owl:sameAs <http://lexvo.org/id/iso639-3/sax> .

<http://dbpedia.org/resource/Saari_language> owl:sameAs <http://lexvo.org/id/iso639-3/asj> .

<http://dbpedia.org/resource/Saaroa_language> owl:sameAs <http://lexvo.org/id/iso639-3/sxr> .

<http://dbpedia.org/resource/Sab%C3%BCm_language> owl:sameAs <http://lexvo.org/id/iso639-3/sbo> .

<http://dbpedia.org/resource/Saba_language> owl:sameAs <http://lexvo.org/id/iso639-3/saa> .

<http://dbpedia.org/resource/Sabaean_language> owl:sameAs <http://lexvo.org/id/iso639-3/xsa> .

<http://dbpedia.org/resource/Sabaot_language> owl:sameAs <http://lexvo.org/id/iso639-3/spy> .

<http://dbpedia.org/resource/Sabines> owl:sameAs <http://lexvo.org/id/iso639-3/sbv> .

<http://dbpedia.org/resource/Sabiny_language> owl:sameAs <http://lexvo.org/id/iso639-3/kpz> .

<http://dbpedia.org/resource/Saek_language> owl:sameAs <http://lexvo.org/id/iso639-3/skb> .

<http://dbpedia.org/resource/Saep_language> owl:sameAs <http://lexvo.org/id/iso639-3/spd> .

<http://dbpedia.org/resource/Safen_language> owl:sameAs <http://lexvo.org/id/iso639-3/sav> .

<http://dbpedia.org/resource/Safwa_language> owl:sameAs <http://lexvo.org/id/iso639-3/sbk> .

<http://dbpedia.org/resource/Sahaptin_language> owl:sameAs <http://lexvo.org/id/iso639-3/qot> .

<http://dbpedia.org/resource/Saharan_Arabic> owl:sameAs <http://lexvo.org/id/iso639-3/aao> .

<http://dbpedia.org/resource/Saho_language> owl:sameAs <http://lexvo.org/id/iso639-3/ssy> .

<http://dbpedia.org/resource/Sahu_language> owl:sameAs <http://lexvo.org/id/iso639-3/saj> .

<http://dbpedia.org/resource/Saint_Lucian_Creole_French> owl:sameAs <http://lexvo.org/id/iso639-3/acf> .

<http://dbpedia.org/resource/Saisiyat_language> owl:sameAs <http://lexvo.org/id/iso639-3/xsy> .

<http://dbpedia.org/resource/Saka_language> owl:sameAs <http://lexvo.org/id/iso639-3/kho> .

<http://dbpedia.org/resource/Sakao_language> owl:sameAs <http://lexvo.org/id/iso639-3/sku> .

<http://dbpedia.org/resource/Sakapultek_language> owl:sameAs <http://lexvo.org/id/iso639-3/quv> .

<http://dbpedia.org/resource/Sakata_language> owl:sameAs <http://lexvo.org/id/iso639-3/skt> .

<http://dbpedia.org/resource/Sakha_language> owl:sameAs <http://lexvo.org/id/iso639-3/sah> .

<http://dbpedia.org/resource/Salampasu_language> owl:sameAs <http://lexvo.org/id/iso639-3/slx> .

<http://dbpedia.org/resource/Salar_language> owl:sameAs <http://lexvo.org/id/iso639-3/slr> .

<http://dbpedia.org/resource/Salchuq_language> owl:sameAs <http://lexvo.org/id/iso639-3/slq> .

<http://dbpedia.org/resource/Saliba_language_(South_America)> owl:sameAs <http://lexvo.org/id/iso639-3/slc> .

<http://dbpedia.org/resource/Salinan_language> owl:sameAs <http://lexvo.org/id/iso639-3/sln> .

<http://dbpedia.org/resource/Salishan_languages> owl:sameAs <http://lexvo.org/id/iso639-5/sal> .

<http://dbpedia.org/resource/Sallaans> owl:sameAs <http://lexvo.org/id/iso639-3/sdz> .

<http://dbpedia.org/resource/Salum%C3%A1_language> owl:sameAs <http://lexvo.org/id/iso639-3/slj> .

<http://dbpedia.org/resource/Salvadoran_Sign_Language> owl:sameAs <http://lexvo.org/id/iso639-3/esn> .

<http://dbpedia.org/resource/Sama_language_(Angola)> owl:sameAs <http://lexvo.org/id/iso639-3/smd> .

<http://dbpedia.org/resource/Samaritan_Hebrew> owl:sameAs <http://lexvo.org/id/iso639-3/heb> .

<http://dbpedia.org/resource/Samarokena_language> owl:sameAs <http://lexvo.org/id/iso639-3/tmj> .

<http://dbpedia.org/resource/Sambe_language> owl:sameAs <http://lexvo.org/id/iso639-3/xab> .

<http://dbpedia.org/resource/Samburu_language> owl:sameAs <http://lexvo.org/id/iso639-3/saq> .

<http://dbpedia.org/resource/Sami_languages> owl:sameAs <http://lexvo.org/id/iso639-5/smi> .

<http://dbpedia.org/resource/Samia_dialect_(Luhya)> owl:sameAs <http://lexvo.org/id/iso639-3/lsm> .

<http://dbpedia.org/resource/Samo_language_(New_Guinea)> owl:sameAs <http://lexvo.org/id/iso639-3/smq> .

<http://dbpedia.org/resource/Samoan_language> owl:sameAs <http://lexvo.org/id/iso639-3/smo> .

<http://dbpedia.org/resource/Samogitian_dialect> owl:sameAs <http://lexvo.org/id/iso639-3/sgs> .

<http://dbpedia.org/resource/Samoyedic_languages> owl:sameAs <http://lexvo.org/id/iso639-5/syd> .

<http://dbpedia.org/resource/Sampang_language> owl:sameAs <http://lexvo.org/id/iso639-3/rav> .

<http://dbpedia.org/resource/Samre_language> owl:sameAs <http://lexvo.org/id/iso639-3/sxm> .

<http://dbpedia.org/resource/San_Andr%C3%A9s%E2%80%93Providencia_Creole> owl:sameAs <http://lexvo.org/id/iso639-3/icr> .

<http://dbpedia.org/resource/Sanaani_Arabic> owl:sameAs <http://lexvo.org/id/iso639-3/ayn> .

<http://dbpedia.org/resource/Sanapan%C3%A1_language> owl:sameAs <http://lexvo.org/id/iso639-3/sap> .

<http://dbpedia.org/resource/Sandawe_language> owl:sameAs <http://lexvo.org/id/iso639-3/sad> .

<http://dbpedia.org/resource/Sanga_language> owl:sameAs <http://lexvo.org/id/iso639-3/xsn> .

<http://dbpedia.org/resource/Sanga_language_(Bantu)> owl:sameAs <http://lexvo.org/id/iso639-3/sng> .

<http://dbpedia.org/resource/Sanggau_language> owl:sameAs <http://lexvo.org/id/iso639-3/scg> .

<http://dbpedia.org/resource/Sangir_language> owl:sameAs <http://lexvo.org/id/iso639-3/sxn> .

<http://dbpedia.org/resource/Sanglechi_language> owl:sameAs <http://lexvo.org/id/iso639-3/sgy> .

<http://dbpedia.org/resource/Sango_language> owl:sameAs <http://lexvo.org/id/iso639-3/sag> .

<http://dbpedia.org/resource/Sangsari_language> owl:sameAs <http://lexvo.org/id/iso639-3/sgr> .

<http://dbpedia.org/resource/Sangtam_language> owl:sameAs <http://lexvo.org/id/iso639-3/nsa> .

<http://dbpedia.org/resource/Sangu_language_(Gabon)> owl:sameAs <http://lexvo.org/id/iso639-3/snq> .

<http://dbpedia.org/resource/Sangu_language_(Tanzania)> owl:sameAs <http://lexvo.org/id/iso639-3/sbp> .

<http://dbpedia.org/resource/Sani_language> owl:sameAs <http://lexvo.org/id/iso639-3/ysn> .

<http://dbpedia.org/resource/Sanio_language> owl:sameAs <http://lexvo.org/id/iso639-3/sny> .

<http://dbpedia.org/resource/Sansi_language> owl:sameAs <http://lexvo.org/id/iso639-3/ssi> .

<http://dbpedia.org/resource/Sanskrit> owl:sameAs <http://lexvo.org/id/iso639-3/san> .

<http://dbpedia.org/resource/Santa_language> owl:sameAs <http://lexvo.org/id/iso639-3/sce> .

<http://dbpedia.org/resource/Santiago_del_Estero_Quichua> owl:sameAs <http://lexvo.org/id/iso639-3/qus> .

<http://dbpedia.org/resource/Santrokofi_language> owl:sameAs <http://lexvo.org/id/iso639-3/snw> .

<http://dbpedia.org/resource/Sanum%C3%A1_language> owl:sameAs <http://lexvo.org/id/iso639-3/xsu> .

<http://dbpedia.org/resource/Sap%C3%A9_language> owl:sameAs <http://lexvo.org/id/iso639-3/spc> .

<http://dbpedia.org/resource/Sapa_language> owl:sameAs <http://lexvo.org/id/iso639-3/tys> .

<http://dbpedia.org/resource/Sapo_language> owl:sameAs <http://lexvo.org/id/iso639-3/krn> .

<http://dbpedia.org/resource/Saponi_language> owl:sameAs <http://lexvo.org/id/iso639-3/spi> .

<http://dbpedia.org/resource/Sar_language> owl:sameAs <http://lexvo.org/id/iso639-3/mwm> .

<http://dbpedia.org/resource/Sara_language_(Indonesia)> owl:sameAs <http://lexvo.org/id/iso639-3/sre> .

<http://dbpedia.org/resource/Saraiki_language> owl:sameAs <http://lexvo.org/id/iso639-3/skr> .

<http://dbpedia.org/resource/Saramaccan_language> owl:sameAs <http://lexvo.org/id/iso639-3/srm> .

<http://dbpedia.org/resource/Saraveca_language> owl:sameAs <http://lexvo.org/id/iso639-3/sar> .

<http://dbpedia.org/resource/Sarcee_language> owl:sameAs <http://lexvo.org/id/iso639-3/srs> .

<http://dbpedia.org/resource/Sardinian_language> owl:sameAs <http://lexvo.org/id/iso639-3/srd> .

<http://dbpedia.org/resource/Sarikoli_language> owl:sameAs <http://lexvo.org/id/iso639-3/srh> .

<http://dbpedia.org/resource/Sarua_language> owl:sameAs <http://lexvo.org/id/iso639-3/swy> .

<http://dbpedia.org/resource/Sasak_language> owl:sameAs <http://lexvo.org/id/iso639-3/sas> .

<http://dbpedia.org/resource/Sassarese_language> owl:sameAs <http://lexvo.org/id/iso639-3/sdc> .

<http://dbpedia.org/resource/Saterland_Frisian_language> owl:sameAs <http://lexvo.org/id/iso639-3/stq> .

<http://dbpedia.org/resource/Saudi_Sign_Language> owl:sameAs <http://lexvo.org/id/iso639-3/sdl> .

<http://dbpedia.org/resource/Saurashtra_language> owl:sameAs <http://lexvo.org/id/iso639-3/saz> .

<http://dbpedia.org/resource/Sauria_Paharia_language> owl:sameAs <http://lexvo.org/id/iso639-3/mjt> .

<http://dbpedia.org/resource/Sause_language> owl:sameAs <http://lexvo.org/id/iso639-3/sao> .

<http://dbpedia.org/resource/Sausi_language> owl:sameAs <http://lexvo.org/id/iso639-3/ssj> .

<http://dbpedia.org/resource/Savara_language_(Dravidian)> owl:sameAs <http://lexvo.org/id/iso639-3/svr> .

<http://dbpedia.org/resource/Savosavo_language> owl:sameAs <http://lexvo.org/id/iso639-3/svs> .

<http://dbpedia.org/resource/Sawai_language> owl:sameAs <http://lexvo.org/id/iso639-3/szw> .

<http://dbpedia.org/resource/Saweru_language> owl:sameAs <http://lexvo.org/id/iso639-3/swr> .

<http://dbpedia.org/resource/Sawi_language> owl:sameAs <http://lexvo.org/id/iso639-3/saw> .

<http://dbpedia.org/resource/Sawila_language> owl:sameAs <http://lexvo.org/id/iso639-3/swt> .

<http://dbpedia.org/resource/Saxwe_language> owl:sameAs <http://lexvo.org/id/iso639-3/sxw> .

<http://dbpedia.org/resource/Saya_language> owl:sameAs <http://lexvo.org/id/iso639-3/say> .

<http://dbpedia.org/resource/Sayula_Popoluca> owl:sameAs <http://lexvo.org/id/iso639-3/pos> .

<http://dbpedia.org/resource/Scandoromani_language> owl:sameAs <http://lexvo.org/id/iso639-3/rmu> .

<http://dbpedia.org/resource/Scots_language> owl:sameAs <http://lexvo.org/id/iso639-3/sco> .

<http://dbpedia.org/resource/Scottish_Cant> owl:sameAs <http://lexvo.org/id/iso639-3/trl> .

<http://dbpedia.org/resource/Scythian_languages> owl:sameAs <http://lexvo.org/id/iso639-3/xsc> .

<http://dbpedia.org/resource/Sebat_Bet_Gurage_language> owl:sameAs <http://lexvo.org/id/iso639-3/sgw> .

<http://dbpedia.org/resource/Sechelt_language> owl:sameAs <http://lexvo.org/id/iso639-3/sec> .

<http://dbpedia.org/resource/Secoya_language> owl:sameAs <http://lexvo.org/id/iso639-3/sey> .

<http://dbpedia.org/resource/Sedang_language> owl:sameAs <http://lexvo.org/id/iso639-3/sed> .

<http://dbpedia.org/resource/Seediq_language> owl:sameAs <http://lexvo.org/id/iso639-3/trv> .

<http://dbpedia.org/resource/Sehwi_language> owl:sameAs <http://lexvo.org/id/iso639-3/sfw> .

<http://dbpedia.org/resource/Seim_language> owl:sameAs <http://lexvo.org/id/iso639-3/sim> .

<http://dbpedia.org/resource/Seimat_language> owl:sameAs <http://lexvo.org/id/iso639-3/ssg> .

<http://dbpedia.org/resource/Sekani_language> owl:sameAs <http://lexvo.org/id/iso639-3/sek> .

<http://dbpedia.org/resource/Seki_language> owl:sameAs <http://lexvo.org/id/iso639-3/syi> .

<http://dbpedia.org/resource/Selangor_Sign_Language> owl:sameAs <http://lexvo.org/id/iso639-3/kgi> .

<http://dbpedia.org/resource/Selaru_language> owl:sameAs <http://lexvo.org/id/iso639-3/slu> .

<http://dbpedia.org/resource/Selayar_language> owl:sameAs <http://lexvo.org/id/iso639-3/sly> .

<http://dbpedia.org/resource/Selkup_language> owl:sameAs <http://lexvo.org/id/iso639-3/sel> .

<http://dbpedia.org/resource/Selonian_language> owl:sameAs <http://lexvo.org/id/iso639-3/sxl> .

<http://dbpedia.org/resource/Seluwasan_language> owl:sameAs <http://lexvo.org/id/iso639-3/sws> .

<http://dbpedia.org/resource/Sema_language> owl:sameAs <http://lexvo.org/id/iso639-3/nsm> .

<http://dbpedia.org/resource/Semai_language> owl:sameAs <http://lexvo.org/id/iso639-3/sea> .

<http://dbpedia.org/resource/Semaq_Beri_language> owl:sameAs <http://lexvo.org/id/iso639-3/szc> .

<http://dbpedia.org/resource/Sembla_language> owl:sameAs <http://lexvo.org/id/iso639-3/sos> .

<http://dbpedia.org/resource/Semelai_language> owl:sameAs <http://lexvo.org/id/iso639-3/sza> .

<http://dbpedia.org/resource/Semigallian_language> owl:sameAs <http://lexvo.org/id/iso639-3/xzm> .

<http://dbpedia.org/resource/Semimi_language> owl:sameAs <http://lexvo.org/id/iso639-3/etz> .

<http://dbpedia.org/resource/Semitic_languages> owl:sameAs <http://lexvo.org/id/iso639-5/sem> .

<http://dbpedia.org/resource/Semnam_language> owl:sameAs <http://lexvo.org/id/iso639-3/ssm> .

<http://dbpedia.org/resource/Sempan_language> owl:sameAs <http://lexvo.org/id/iso639-3/xse> .

<http://dbpedia.org/resource/Senara_language> owl:sameAs <http://lexvo.org/id/iso639-3/seq> .

<http://dbpedia.org/resource/Seneca_language> owl:sameAs <http://lexvo.org/id/iso639-3/see> .

<http://dbpedia.org/resource/Sened_language> owl:sameAs <http://lexvo.org/id/iso639-3/sds> .

<http://dbpedia.org/resource/Sengele_language> owl:sameAs <http://lexvo.org/id/iso639-3/szg> .

<http://dbpedia.org/resource/Sengseng_language> owl:sameAs <http://lexvo.org/id/iso639-3/ssz> .

<http://dbpedia.org/resource/Senhaja_de_Srair_language> owl:sameAs <http://lexvo.org/id/iso639-3/sjs> .

<http://dbpedia.org/resource/Sentani_language> owl:sameAs <http://lexvo.org/id/iso639-3/set> .

<http://dbpedia.org/resource/Senthang_language> owl:sameAs <http://lexvo.org/id/iso639-3/sez> .

<http://dbpedia.org/resource/Sentinelese_language> owl:sameAs <http://lexvo.org/id/iso639-3/std> .

<http://dbpedia.org/resource/Serbian_language> owl:sameAs <http://lexvo.org/id/iso639-3/srp> .

<http://dbpedia.org/resource/Serbo-Croatian> owl:sameAs <http://lexvo.org/id/iso639-3/hbs> .

<http://dbpedia.org/resource/Sere_language> owl:sameAs <http://lexvo.org/id/iso639-3/swf> .

<http://dbpedia.org/resource/Serer_language> owl:sameAs <http://lexvo.org/id/iso639-3/srr> .

<http://dbpedia.org/resource/Seri_language> owl:sameAs <http://lexvo.org/id/iso639-3/sei> .

<http://dbpedia.org/resource/Seroa_dialect> owl:sameAs <http://lexvo.org/id/iso639-3/kqu> .

<http://dbpedia.org/resource/Serrano_language> owl:sameAs <http://lexvo.org/id/iso639-3/ser> .

<http://dbpedia.org/resource/Seychellois_Creole> owl:sameAs <http://lexvo.org/id/iso639-3/crs> .

<http://dbpedia.org/resource/Seze_language> owl:sameAs <http://lexvo.org/id/iso639-3/sze> .

<http://dbpedia.org/resource/Sha_language> owl:sameAs <http://lexvo.org/id/iso639-3/scw> .

<http://dbpedia.org/resource/Shabaki_language> owl:sameAs <http://lexvo.org/id/iso639-3/sdb> .

<http://dbpedia.org/resource/Shabo_language> owl:sameAs <http://lexvo.org/id/iso639-3/sbf> .

<http://dbpedia.org/resource/Shall-Zwall_language> owl:sameAs <http://lexvo.org/id/iso639-3/sha> .

<http://dbpedia.org/resource/Shambala_language> owl:sameAs <http://lexvo.org/id/iso639-3/ksb> .

<http://dbpedia.org/resource/Shan_language> owl:sameAs <http://lexvo.org/id/iso639-3/shn> .

<http://dbpedia.org/resource/Shanga_language> owl:sameAs <http://lexvo.org/id/iso639-3/sho> .

<http://dbpedia.org/resource/Sharanawa_language> owl:sameAs <http://lexvo.org/id/iso639-3/mcd> .

<http://dbpedia.org/resource/Shark_Bay_language> owl:sameAs <http://lexvo.org/id/iso639-3/ssv> .

<http://dbpedia.org/resource/Sharwa_language> owl:sameAs <http://lexvo.org/id/iso639-3/swq> .

<http://dbpedia.org/resource/Shasta_language> owl:sameAs <http://lexvo.org/id/iso639-3/sht> .

<http://dbpedia.org/resource/Shatt_language> owl:sameAs <http://lexvo.org/id/iso639-3/shj> .

<http://dbpedia.org/resource/Shauraseni_language> owl:sameAs <http://lexvo.org/id/iso639-3/psu> .

<http://dbpedia.org/resource/Shawiya_language> owl:sameAs <http://lexvo.org/id/iso639-3/shy> .

<http://dbpedia.org/resource/Shawnee_language> owl:sameAs <http://lexvo.org/id/iso639-3/sjw> .

<http://dbpedia.org/resource/She_language> owl:sameAs <http://lexvo.org/id/iso639-3/shx> .

<http://dbpedia.org/resource/Shehri_language> owl:sameAs <http://lexvo.org/id/iso639-3/shv> .

<http://dbpedia.org/resource/Shekhawati_language> owl:sameAs <http://lexvo.org/id/iso639-3/swv> .

<http://dbpedia.org/resource/Shekkacho_language> owl:sameAs <http://lexvo.org/id/iso639-3/moy> .

<http://dbpedia.org/resource/Sheko_language> owl:sameAs <http://lexvo.org/id/iso639-3/she> .

<http://dbpedia.org/resource/Shelta> owl:sameAs <http://lexvo.org/id/iso639-3/sth> .

<http://dbpedia.org/resource/Shempire_language> owl:sameAs <http://lexvo.org/id/iso639-3/seb> .

<http://dbpedia.org/resource/Shenenawa_language> owl:sameAs <http://lexvo.org/id/iso639-3/swo> .

<http://dbpedia.org/resource/Shenwa_language> owl:sameAs <http://lexvo.org/id/iso639-3/cnu> .

<http://dbpedia.org/resource/Sherbro_language> owl:sameAs <http://lexvo.org/id/iso639-3/bun> .

<http://dbpedia.org/resource/Sherdukpen_language> owl:sameAs <http://lexvo.org/id/iso639-3/sdp> .

<http://dbpedia.org/resource/Sherpa_language> owl:sameAs <http://lexvo.org/id/iso639-3/xsr> .

<http://dbpedia.org/resource/Shi_language> owl:sameAs <http://lexvo.org/id/iso639-3/shr> .

<http://dbpedia.org/resource/Shihhi_Arabic> owl:sameAs <http://lexvo.org/id/iso639-3/ssh> .

<http://dbpedia.org/resource/Shiki_language> owl:sameAs <http://lexvo.org/id/iso639-3/gua> .

<http://dbpedia.org/resource/Shilha_language> owl:sameAs <http://lexvo.org/id/iso639-3/shi> .

<http://dbpedia.org/resource/Shilluk_language> owl:sameAs <http://lexvo.org/id/iso639-3/shk> .

<http://dbpedia.org/resource/Shina_language> owl:sameAs <http://lexvo.org/id/iso639-3/scl> .

<http://dbpedia.org/resource/Shinasha_language> owl:sameAs <http://lexvo.org/id/iso639-3/bwo> .

<http://dbpedia.org/resource/Shipibo_language> owl:sameAs <http://lexvo.org/id/iso639-3/shp> .

<http://dbpedia.org/resource/Shiriana_language> owl:sameAs <http://lexvo.org/id/iso639-3/xir> .

<http://dbpedia.org/resource/Shiwiar_language> owl:sameAs <http://lexvo.org/id/iso639-3/acu> .

<http://dbpedia.org/resource/Shompen_languages> owl:sameAs <http://lexvo.org/id/iso639-3/sii> .

<http://dbpedia.org/resource/Shona_language> owl:sameAs <http://lexvo.org/id/iso639-3/sna> .

<http://dbpedia.org/resource/Shor_language> owl:sameAs <http://lexvo.org/id/iso639-3/cjs> .

<http://dbpedia.org/resource/Shoshoni_language> owl:sameAs <http://lexvo.org/id/iso639-3/shh> .

<http://dbpedia.org/resource/Shua_language> owl:sameAs <http://lexvo.org/id/iso639-3/shg> .

<http://dbpedia.org/resource/Shuadit_language> owl:sameAs <http://lexvo.org/id/iso639-3/sdt> .

<http://dbpedia.org/resource/Shuar_language> owl:sameAs <http://lexvo.org/id/iso639-3/jiv> .

<http://dbpedia.org/resource/Shubi_language> owl:sameAs <http://lexvo.org/id/iso639-3/suj> .

<http://dbpedia.org/resource/Shughni_language> owl:sameAs <http://lexvo.org/id/iso639-3/sgh> .

<http://dbpedia.org/resource/Shumashti_language> owl:sameAs <http://lexvo.org/id/iso639-3/sts> .

<http://dbpedia.org/resource/Shuswap_language> owl:sameAs <http://lexvo.org/id/iso639-3/shs> .

<http://dbpedia.org/resource/Shwai_language> owl:sameAs <http://lexvo.org/id/iso639-3/shw> .

<http://dbpedia.org/resource/Siamou_language> owl:sameAs <http://lexvo.org/id/iso639-3/sif> .

<http://dbpedia.org/resource/Siane_language> owl:sameAs <http://lexvo.org/id/iso639-3/snp> .

<http://dbpedia.org/resource/Siawi_language> owl:sameAs <http://lexvo.org/id/iso639-3/mmp> .

<http://dbpedia.org/resource/Sicani> owl:sameAs <http://lexvo.org/id/iso639-3/sxc> .

<http://dbpedia.org/resource/Sicel_language> owl:sameAs <http://lexvo.org/id/iso639-3/scx> .

<http://dbpedia.org/resource/Sicilian_Arabic> owl:sameAs <http://lexvo.org/id/iso639-3/sqr> .

<http://dbpedia.org/resource/Sicilian_language> owl:sameAs <http://lexvo.org/id/iso639-3/scn> .

<http://dbpedia.org/resource/Sidamo_language> owl:sameAs <http://lexvo.org/id/iso639-3/sid> .

<http://dbpedia.org/resource/Sidetic_language> owl:sameAs <http://lexvo.org/id/iso639-3/xsd> .

<http://dbpedia.org/resource/Sierra_Popoluca> owl:sameAs <http://lexvo.org/id/iso639-3/poi> .

<http://dbpedia.org/resource/Sign_language_in_Singapore> owl:sameAs <http://lexvo.org/id/iso639-3/sls> .

<http://dbpedia.org/resource/Sika_language> owl:sameAs <http://lexvo.org/id/iso639-3/ski> .

<http://dbpedia.org/resource/Sikaritai_language> owl:sameAs <http://lexvo.org/id/iso639-3/tty> .

<http://dbpedia.org/resource/Sikiana_language> owl:sameAs <http://lexvo.org/id/iso639-3/sik> .

<http://dbpedia.org/resource/Sikkimese_language> owl:sameAs <http://lexvo.org/id/iso639-3/sip> .

<http://dbpedia.org/resource/Sikule_language> owl:sameAs <http://lexvo.org/id/iso639-3/skh> .

<http://dbpedia.org/resource/Sila_language> owl:sameAs <http://lexvo.org/id/iso639-3/daj> .

<http://dbpedia.org/resource/Silesian_German> owl:sameAs <http://lexvo.org/id/iso639-3/sli> .

<http://dbpedia.org/resource/Silesian_language> owl:sameAs <http://lexvo.org/id/iso639-3/szl> .

<http://dbpedia.org/resource/Sillan_language> owl:sameAs <http://lexvo.org/id/iso639-3/oko> .

<http://dbpedia.org/resource/Sillok_language> owl:sameAs <http://lexvo.org/id/iso639-3/soh> .

<http://dbpedia.org/resource/Simbari_language> owl:sameAs <http://lexvo.org/id/iso639-3/smb> .

<http://dbpedia.org/resource/Simbo_language> owl:sameAs <http://lexvo.org/id/iso639-3/sbb> .

<http://dbpedia.org/resource/Simeku_language> owl:sameAs <http://lexvo.org/id/iso639-3/smz> .

<http://dbpedia.org/resource/Simeulue_language> owl:sameAs <http://lexvo.org/id/iso639-3/smr> .

<http://dbpedia.org/resource/Sinasina_language> owl:sameAs <http://lexvo.org/id/iso639-3/sst> .

<http://dbpedia.org/resource/Sinauna_language> owl:sameAs <http://lexvo.org/id/iso639-3/agv> .

<http://dbpedia.org/resource/Sindarin> owl:sameAs <http://lexvo.org/id/iso639-3/sjn> .

<http://dbpedia.org/resource/Sindhi_language> owl:sameAs <http://lexvo.org/id/iso639-3/snd> .

<http://dbpedia.org/resource/Sinhala_language> owl:sameAs <http://lexvo.org/id/iso639-3/sin> .

<http://dbpedia.org/resource/Sinitic_languages> owl:sameAs <http://lexvo.org/id/iso639-5/zhx> .

<http://dbpedia.org/resource/Sino-Tibetan_languages> owl:sameAs <http://lexvo.org/id/iso639-5/sit> .

<http://dbpedia.org/resource/Sinti-Manouche_language> owl:sameAs <http://lexvo.org/id/iso639-3/rmo> .

<http://dbpedia.org/resource/Sinyar_language> owl:sameAs <http://lexvo.org/id/iso639-3/sys> .

<http://dbpedia.org/resource/Sio_language> owl:sameAs <http://lexvo.org/id/iso639-3/xsi> .

<http://dbpedia.org/resource/Siona_language> owl:sameAs <http://lexvo.org/id/iso639-3/snn> .

<http://dbpedia.org/resource/Siouan_languages> owl:sameAs <http://lexvo.org/id/iso639-5/sio> .

<http://dbpedia.org/resource/Sipakapense_language> owl:sameAs <http://lexvo.org/id/iso639-3/qum> .

<http://dbpedia.org/resource/Siraya_language> owl:sameAs <http://lexvo.org/id/iso639-3/fos> .

<http://dbpedia.org/resource/Sirenik_Eskimo_language> owl:sameAs <http://lexvo.org/id/iso639-3/ysr> .

<http://dbpedia.org/resource/Siri_language> owl:sameAs <http://lexvo.org/id/iso639-3/sir> .

<http://dbpedia.org/resource/Siroi_language> owl:sameAs <http://lexvo.org/id/iso639-3/ssd> .

<http://dbpedia.org/resource/Sissano_language> owl:sameAs <http://lexvo.org/id/iso639-3/sso> .

<http://dbpedia.org/resource/Siuslaw_language> owl:sameAs <http://lexvo.org/id/iso639-3/sis> .

<http://dbpedia.org/resource/Sivandi_language> owl:sameAs <http://lexvo.org/id/iso639-3/siy> .

<http://dbpedia.org/resource/Siwai_language> owl:sameAs <http://lexvo.org/id/iso639-3/siw> .

<http://dbpedia.org/resource/Siwi_language> owl:sameAs <http://lexvo.org/id/iso639-3/siz> .

<http://dbpedia.org/resource/Siwu_language> owl:sameAs <http://lexvo.org/id/iso639-3/akp> .

<http://dbpedia.org/resource/Ske_language> owl:sameAs <http://lexvo.org/id/iso639-3/ske> .

<http://dbpedia.org/resource/Skepi_Creole_Dutch> owl:sameAs <http://lexvo.org/id/iso639-3/skw> .

<http://dbpedia.org/resource/Skolt_Sami_language> owl:sameAs <http://lexvo.org/id/iso639-3/sms> .

<http://dbpedia.org/resource/Skou_language> owl:sameAs <http://lexvo.org/id/iso639-3/skv> .

<http://dbpedia.org/resource/Slavey_language> owl:sameAs <http://lexvo.org/id/iso639-3/den> .

<http://dbpedia.org/resource/Slavic_languages> owl:sameAs <http://lexvo.org/id/iso639-5/sla> .

<http://dbpedia.org/resource/Slovak_language> owl:sameAs <http://lexvo.org/id/iso639-3/slk> .

<http://dbpedia.org/resource/Slovene_language> owl:sameAs <http://lexvo.org/id/iso639-3/slv> .

<http://dbpedia.org/resource/So_language_(Democratic_Republic_of_Congo)> owl:sameAs <http://lexvo.org/id/iso639-3/soc> .

<http://dbpedia.org/resource/Sobei_language> owl:sameAs <http://lexvo.org/id/iso639-3/sob> .

<http://dbpedia.org/resource/Soddo_language> owl:sameAs <http://lexvo.org/id/iso639-3/gru> .

<http://dbpedia.org/resource/Sogdian_language> owl:sameAs <http://lexvo.org/id/iso639-3/sog> .

<http://dbpedia.org/resource/Sokna_language> owl:sameAs <http://lexvo.org/id/iso639-3/swn> .

<http://dbpedia.org/resource/Sokoro_language> owl:sameAs <http://lexvo.org/id/iso639-3/sok> .

<http://dbpedia.org/resource/Solano_language> owl:sameAs <http://lexvo.org/id/iso639-3/xso> .

<http://dbpedia.org/resource/Soli_language> owl:sameAs <http://lexvo.org/id/iso639-3/sby> .

<http://dbpedia.org/resource/Somali_language> owl:sameAs <http://lexvo.org/id/iso639-3/som> .

<http://dbpedia.org/resource/Somrai_language> owl:sameAs <http://lexvo.org/id/iso639-3/sor> .

<http://dbpedia.org/resource/Somyev_language> owl:sameAs <http://lexvo.org/id/iso639-3/kgt> .

<http://dbpedia.org/resource/Sonde_language> owl:sameAs <http://lexvo.org/id/iso639-3/shc> .

<http://dbpedia.org/resource/Songe_language> owl:sameAs <http://lexvo.org/id/iso639-3/sop> .

<http://dbpedia.org/resource/Songhai_languages> owl:sameAs <http://lexvo.org/id/iso639-5/son> .

<http://dbpedia.org/resource/Songhay_languages> owl:sameAs <http://lexvo.org/id/iso639-5/son> .

<http://dbpedia.org/resource/Songoora_language> owl:sameAs <http://lexvo.org/id/iso639-3/sod> .

<http://dbpedia.org/resource/Soninke_language> owl:sameAs <http://lexvo.org/id/iso639-3/snk> .

<http://dbpedia.org/resource/Sonjo_language> owl:sameAs <http://lexvo.org/id/iso639-3/soz> .

<http://dbpedia.org/resource/Sonsorolese_language> owl:sameAs <http://lexvo.org/id/iso639-3/sov> .

<http://dbpedia.org/resource/Sop_language> owl:sameAs <http://lexvo.org/id/iso639-3/urw> .

<http://dbpedia.org/resource/Soqotri_language> owl:sameAs <http://lexvo.org/id/iso639-3/sqt> .

<http://dbpedia.org/resource/Sora_language> owl:sameAs <http://lexvo.org/id/iso639-3/srb> .

<http://dbpedia.org/resource/Soran%C3%AE> owl:sameAs <http://lexvo.org/id/iso639-3/ckb> .

<http://dbpedia.org/resource/Sorbian_languages> owl:sameAs <http://lexvo.org/id/iso639-5/wen> .

<http://dbpedia.org/resource/Sori-Harengan_language> owl:sameAs <http://lexvo.org/id/iso639-3/sbh> .

<http://dbpedia.org/resource/Sorothaptic_language> owl:sameAs <http://lexvo.org/id/iso639-3/sxo> .

<http://dbpedia.org/resource/Sotho_language> owl:sameAs <http://lexvo.org/id/iso639-3/sot> .

<http://dbpedia.org/resource/South_African_Sign_Language> owl:sameAs <http://lexvo.org/id/iso639-3/sfs> .

<http://dbpedia.org/resource/South_American_Indian_languages> owl:sameAs <http://lexvo.org/id/iso639-5/sai> .

<http://dbpedia.org/resource/South_Azerbaijani_language> owl:sameAs <http://lexvo.org/id/iso639-3/azb> .

<http://dbpedia.org/resource/South_Bolivian_Quechua> owl:sameAs <http://lexvo.org/id/iso639-3/quh> .

<http://dbpedia.org/resource/South_Caucasian_languages> owl:sameAs <http://lexvo.org/id/iso639-5/ccs> .

<http://dbpedia.org/resource/South_Efate_language> owl:sameAs <http://lexvo.org/id/iso639-3/erk> .

<http://dbpedia.org/resource/South_Giziga_language> owl:sameAs <http://lexvo.org/id/iso639-3/giz> .

<http://dbpedia.org/resource/South_Mbundu_language> owl:sameAs <http://lexvo.org/id/iso639-3/umb> .

<http://dbpedia.org/resource/South_Picene_language> owl:sameAs <http://lexvo.org/id/iso639-3/spx> .

<http://dbpedia.org/resource/South_Slavic_languages> owl:sameAs <http://lexvo.org/id/iso639-5/zls> .

<http://dbpedia.org/resource/South_Ucayali_Ash%C3%A9ninka> owl:sameAs <http://lexvo.org/id/iso639-3/cpy> .

<http://dbpedia.org/resource/Southeastern_Pomo_language> owl:sameAs <http://lexvo.org/id/iso639-3/pom> .

<http://dbpedia.org/resource/Southern_Altai_language> owl:sameAs <http://lexvo.org/id/iso639-3/alt> .

<http://dbpedia.org/resource/Southern_Athabaskan_languages> owl:sameAs <http://lexvo.org/id/iso639-5/apa> .

<http://dbpedia.org/resource/Southern_Aymara_language> owl:sameAs <http://lexvo.org/id/iso639-3/ayc> .

<http://dbpedia.org/resource/Southern_Italian> owl:sameAs <http://lexvo.org/id/iso639-3/nap> .

<http://dbpedia.org/resource/Southern_Kurdish> owl:sameAs <http://lexvo.org/id/iso639-3/sdh> .

<http://dbpedia.org/resource/Southern_Ndebele_language> owl:sameAs <http://lexvo.org/id/iso639-3/nbl> .

<http://dbpedia.org/resource/Southern_Nicobarese_language> owl:sameAs <http://lexvo.org/id/iso639-3/nik> .

<http://dbpedia.org/resource/Southern_Pomo_language> owl:sameAs <http://lexvo.org/id/iso639-3/peq> .

<http://dbpedia.org/resource/Southern_Qiang_language> owl:sameAs <http://lexvo.org/id/iso639-3/qxs> .

<http://dbpedia.org/resource/Southern_Sami_language> owl:sameAs <http://lexvo.org/id/iso639-3/sma> .

<http://dbpedia.org/resource/Southern_Sierra_Miwok_language> owl:sameAs <http://lexvo.org/id/iso639-3/skd> .

<http://dbpedia.org/resource/Southern_Thai_language> owl:sameAs <http://lexvo.org/id/iso639-3/sou> .

<http://dbpedia.org/resource/Southern_Tiwa_language> owl:sameAs <http://lexvo.org/id/iso639-3/tix> .

<http://dbpedia.org/resource/Southern_Uzbek_language> owl:sameAs <http://lexvo.org/id/iso639-3/uzs> .

<http://dbpedia.org/resource/Southern_Yukaghir_language> owl:sameAs <http://lexvo.org/id/iso639-3/yux> .

<http://dbpedia.org/resource/Sowa_language> owl:sameAs <http://lexvo.org/id/iso639-3/sww> .

<http://dbpedia.org/resource/Sowanda_language> owl:sameAs <http://lexvo.org/id/iso639-3/sow> .

<http://dbpedia.org/resource/Spanish_Sign_language> owl:sameAs <http://lexvo.org/id/iso639-3/ssp> .

<http://dbpedia.org/resource/Spanish_language> owl:sameAs <http://lexvo.org/id/iso639-3/spa> .

<http://dbpedia.org/resource/Spiti_Bhoti> owl:sameAs <http://lexvo.org/id/iso639-3/spt> .

<http://dbpedia.org/resource/Squamish_language> owl:sameAs <http://lexvo.org/id/iso639-3/squ> .

<http://dbpedia.org/resource/Sranan_Tongo> owl:sameAs <http://lexvo.org/id/iso639-3/srn> .

<http://dbpedia.org/resource/Sri_Lankan_Creole_Malay> owl:sameAs <http://lexvo.org/id/iso639-3/sci> .

<http://dbpedia.org/resource/Sri_Lankan_Portuguese_Creole> owl:sameAs <http://lexvo.org/id/iso639-3/idb> .

<http://dbpedia.org/resource/Sri_Lankan_sign_languages> owl:sameAs <http://lexvo.org/id/iso639-3/sqs> .

<http://dbpedia.org/resource/Standard_Tibetan> owl:sameAs <http://lexvo.org/id/iso639-3/bod> .

<http://dbpedia.org/resource/Stellingwarfs> owl:sameAs <http://lexvo.org/id/iso639-3/stl> .

<http://dbpedia.org/resource/Sua_language> owl:sameAs <http://lexvo.org/id/iso639-3/msw> .

<http://dbpedia.org/resource/Suabo_language> owl:sameAs <http://lexvo.org/id/iso639-3/szp> .

<http://dbpedia.org/resource/Suarmin_language> owl:sameAs <http://lexvo.org/id/iso639-3/seo> .

<http://dbpedia.org/resource/Suba_language> owl:sameAs <http://lexvo.org/id/iso639-3/sxb> .

<http://dbpedia.org/resource/Subtiaba_language> owl:sameAs <http://lexvo.org/id/iso639-3/sut> .

<http://dbpedia.org/resource/Sucite_language> owl:sameAs <http://lexvo.org/id/iso639-3/sep> .

<http://dbpedia.org/resource/Sudanese_Arabic> owl:sameAs <http://lexvo.org/id/iso639-3/apd> .

<http://dbpedia.org/resource/Sudovian_language> owl:sameAs <http://lexvo.org/id/iso639-3/xsv> .

<http://dbpedia.org/resource/Sui_language> owl:sameAs <http://lexvo.org/id/iso639-3/swi> .

<http://dbpedia.org/resource/Suki_language> owl:sameAs <http://lexvo.org/id/iso639-3/sui> .

<http://dbpedia.org/resource/Sukte_language> owl:sameAs <http://lexvo.org/id/iso639-3/ctd> .

<http://dbpedia.org/resource/Sukuma_language> owl:sameAs <http://lexvo.org/id/iso639-3/suk> .

<http://dbpedia.org/resource/Sukur_language> owl:sameAs <http://lexvo.org/id/iso639-3/syk> .

<http://dbpedia.org/resource/Sulka_language> owl:sameAs <http://lexvo.org/id/iso639-3/sua> .

<http://dbpedia.org/resource/Sumau_language> owl:sameAs <http://lexvo.org/id/iso639-3/six> .

<http://dbpedia.org/resource/Sumbawa_language> owl:sameAs <http://lexvo.org/id/iso639-3/smw> .

<http://dbpedia.org/resource/Sumbwa_language> owl:sameAs <http://lexvo.org/id/iso639-3/suw> .

<http://dbpedia.org/resource/Sumerian_language> owl:sameAs <http://lexvo.org/id/iso639-3/sux> .

<http://dbpedia.org/resource/Sunam_language> owl:sameAs <http://lexvo.org/id/iso639-3/ssk> .

<http://dbpedia.org/resource/Sundanese_language> owl:sameAs <http://lexvo.org/id/iso639-3/sun> .

<http://dbpedia.org/resource/Sungor_language> owl:sameAs <http://lexvo.org/id/iso639-3/sjg> .

<http://dbpedia.org/resource/Sunwar_language> owl:sameAs <http://lexvo.org/id/iso639-3/suz> .

<http://dbpedia.org/resource/Suoy_language> owl:sameAs <http://lexvo.org/id/iso639-3/smu> .

<http://dbpedia.org/resource/Supyire_language> owl:sameAs <http://lexvo.org/id/iso639-3/spp> .

<http://dbpedia.org/resource/Sur_language> owl:sameAs <http://lexvo.org/id/iso639-3/tdl> .

<http://dbpedia.org/resource/Surbakhal_language> owl:sameAs <http://lexvo.org/id/iso639-3/sbj> .

<http://dbpedia.org/resource/Suri_language> owl:sameAs <http://lexvo.org/id/iso639-3/suq> .

<http://dbpedia.org/resource/Surigaonon_language> owl:sameAs <http://lexvo.org/id/iso639-3/sgd> .

<http://dbpedia.org/resource/Sursurunga_language> owl:sameAs <http://lexvo.org/id/iso639-3/sgz> .

<http://dbpedia.org/resource/Surui_language> owl:sameAs <http://lexvo.org/id/iso639-3/sru> .

<http://dbpedia.org/resource/Susquehannock_language> owl:sameAs <http://lexvo.org/id/iso639-3/sqn> .

<http://dbpedia.org/resource/Susu_language> owl:sameAs <http://lexvo.org/id/iso639-3/sus> .

<http://dbpedia.org/resource/Susuami_language> owl:sameAs <http://lexvo.org/id/iso639-3/ssu> .

<http://dbpedia.org/resource/Suundi_language> owl:sameAs <http://lexvo.org/id/iso639-3/sdj> .

<http://dbpedia.org/resource/Suy%C3%A1_language> owl:sameAs <http://lexvo.org/id/iso639-3/suy> .

<http://dbpedia.org/resource/Svan_language> owl:sameAs <http://lexvo.org/id/iso639-3/sva> .

<http://dbpedia.org/resource/Swabian_German> owl:sameAs <http://lexvo.org/id/iso639-3/swg> .

<http://dbpedia.org/resource/Swahili_language> owl:sameAs <http://lexvo.org/id/iso639-3/swa> .

<http://dbpedia.org/resource/Swampy_Cree_language> owl:sameAs <http://lexvo.org/id/iso639-3/csw> .

<http://dbpedia.org/resource/Swazi_language> owl:sameAs <http://lexvo.org/id/iso639-3/ssw> .

<http://dbpedia.org/resource/Swedish_Sign_Language> owl:sameAs <http://lexvo.org/id/iso639-3/swl> .

<http://dbpedia.org/resource/Swedish_language> owl:sameAs <http://lexvo.org/id/iso639-3/swe> .

<http://dbpedia.org/resource/Swiss_German> owl:sameAs <http://lexvo.org/id/iso639-3/gsw> .

<http://dbpedia.org/resource/Syenara_language> owl:sameAs <http://lexvo.org/id/iso639-3/shz> .

<http://dbpedia.org/resource/Syer-Tenyer_language> owl:sameAs <http://lexvo.org/id/iso639-3/kza> .

<http://dbpedia.org/resource/Sylheti_language> owl:sameAs <http://lexvo.org/id/iso639-3/syl> .

<http://dbpedia.org/resource/Syriac_language> owl:sameAs <http://lexvo.org/id/iso639-3/syc> .

<http://dbpedia.org/resource/T%C3%A0y_language> owl:sameAs <http://lexvo.org/id/iso639-3/tyz> .

<http://dbpedia.org/resource/T%C3%A2y_B%E1%BB%93i> owl:sameAs <http://lexvo.org/id/iso639-3/tas> .

<http://dbpedia.org/resource/T%C3%BCbatulabal_language> owl:sameAs <http://lexvo.org/id/iso639-3/tub> .

<http://dbpedia.org/resource/Ta%C3%ADno_language> owl:sameAs <http://lexvo.org/id/iso639-3/tnq> .

<http://dbpedia.org/resource/Ta'izzi-Adeni_Arabic> owl:sameAs <http://lexvo.org/id/iso639-3/acq> .

<http://dbpedia.org/resource/Taa> owl:sameAs <http://lexvo.org/id/iso639-3/nmn> .

<http://dbpedia.org/resource/Taabwa_language> owl:sameAs <http://lexvo.org/id/iso639-3/tap> .

<http://dbpedia.org/resource/Taba_language> owl:sameAs <http://lexvo.org/id/iso639-3/mky> .

<http://dbpedia.org/resource/Tabaru_language> owl:sameAs <http://lexvo.org/id/iso639-3/tby> .

<http://dbpedia.org/resource/Tabasaran_language> owl:sameAs <http://lexvo.org/id/iso639-3/tab> .

<http://dbpedia.org/resource/Tabla_language> owl:sameAs <http://lexvo.org/id/iso639-3/tnm> .

<http://dbpedia.org/resource/Tabo_language> owl:sameAs <http://lexvo.org/id/iso639-3/knv> .

<http://dbpedia.org/resource/Tabriak_language> owl:sameAs <http://lexvo.org/id/iso639-3/tzx> .

<http://dbpedia.org/resource/Tacana_language> owl:sameAs <http://lexvo.org/id/iso639-3/tna> .

<http://dbpedia.org/resource/Tadaksahak_language> owl:sameAs <http://lexvo.org/id/iso639-3/dsq> .

<http://dbpedia.org/resource/Tadyawan_language> owl:sameAs <http://lexvo.org/id/iso639-3/tdy> .

<http://dbpedia.org/resource/Tagalog_language> owl:sameAs <http://lexvo.org/id/iso639-3/tgl> .

<http://dbpedia.org/resource/Tagbo_language> owl:sameAs <http://lexvo.org/id/iso639-3/tbm> .

<http://dbpedia.org/resource/Tagish_language> owl:sameAs <http://lexvo.org/id/iso639-3/tgx> .

<http://dbpedia.org/resource/Tagoi_language> owl:sameAs <http://lexvo.org/id/iso639-3/tag> .

<http://dbpedia.org/resource/Tagol_Murut_language> owl:sameAs <http://lexvo.org/id/iso639-3/mvv> .

<http://dbpedia.org/resource/Tagwana_language> owl:sameAs <http://lexvo.org/id/iso639-3/tgw> .

<http://dbpedia.org/resource/Tahitian_language> owl:sameAs <http://lexvo.org/id/iso639-3/tah> .

<http://dbpedia.org/resource/Tahltan_language> owl:sameAs <http://lexvo.org/id/iso639-3/tht> .

<http://dbpedia.org/resource/Tai_D%C3%B3n_language> owl:sameAs <http://lexvo.org/id/iso639-3/twh> .

<http://dbpedia.org/resource/Tai_Dam_language> owl:sameAs <http://lexvo.org/id/iso639-3/blt> .

<http://dbpedia.org/resource/Tai_Hongjin_language> owl:sameAs <http://lexvo.org/id/iso639-3/tiz> .

<http://dbpedia.org/resource/Tai_L%C3%BC_language> owl:sameAs <http://lexvo.org/id/iso639-3/khb> .

<http://dbpedia.org/resource/Tai_N%C3%BCa_language> owl:sameAs <http://lexvo.org/id/iso639-3/tdd> .

<http://dbpedia.org/resource/Tai_languages> owl:sameAs <http://lexvo.org/id/iso639-5/tai> .

<http://dbpedia.org/resource/Taiap_language> owl:sameAs <http://lexvo.org/id/iso639-3/gpn> .

<http://dbpedia.org/resource/Taikat_language> owl:sameAs <http://lexvo.org/id/iso639-3/aos> .

<http://dbpedia.org/resource/Taita_language> owl:sameAs <http://lexvo.org/id/iso639-3/dav> .

<http://dbpedia.org/resource/Taiwanese_Sign_Language> owl:sameAs <http://lexvo.org/id/iso639-3/tss> .

<http://dbpedia.org/resource/Tajik_language> owl:sameAs <http://lexvo.org/id/iso639-3/tgk> .

<http://dbpedia.org/resource/Tajiki_Arabic> owl:sameAs <http://lexvo.org/id/iso639-3/abh> .

<http://dbpedia.org/resource/Tajuasohn_language> owl:sameAs <http://lexvo.org/id/iso639-3/tja> .

<http://dbpedia.org/resource/Takalaka_language> owl:sameAs <http://lexvo.org/id/iso639-3/tgz> .

<http://dbpedia.org/resource/Takelma_language> owl:sameAs <http://lexvo.org/id/iso639-3/tkm> .

<http://dbpedia.org/resource/Takuu_language> owl:sameAs <http://lexvo.org/id/iso639-3/nho> .

<http://dbpedia.org/resource/Tal_language> owl:sameAs <http://lexvo.org/id/iso639-3/tal> .

<http://dbpedia.org/resource/Tala_language> owl:sameAs <http://lexvo.org/id/iso639-3/tak> .

<http://dbpedia.org/resource/Talinga_language> owl:sameAs <http://lexvo.org/id/iso639-3/tlj> .

<http://dbpedia.org/resource/Talodi_language> owl:sameAs <http://lexvo.org/id/iso639-3/tlo> .

<http://dbpedia.org/resource/Talysh_language> owl:sameAs <http://lexvo.org/id/iso639-3/tly> .

<http://dbpedia.org/resource/Tama_language> owl:sameAs <http://lexvo.org/id/iso639-3/tma> .

<http://dbpedia.org/resource/Tama_language_(Colombia)> owl:sameAs <http://lexvo.org/id/iso639-3/ten> .

<http://dbpedia.org/resource/Tamahaq_language> owl:sameAs <http://lexvo.org/id/iso639-3/thv> .

<http://dbpedia.org/resource/Tamambo_language> owl:sameAs <http://lexvo.org/id/iso639-3/mla> .

<http://dbpedia.org/resource/Taman_language> owl:sameAs <http://lexvo.org/id/iso639-3/tmn> .

<http://dbpedia.org/resource/Tambas_language> owl:sameAs <http://lexvo.org/id/iso639-3/tdk> .

<http://dbpedia.org/resource/Tambora_language> owl:sameAs <http://lexvo.org/id/iso639-3/xxt> .

<http://dbpedia.org/resource/Tamil_language> owl:sameAs <http://lexvo.org/id/iso639-3/tam> .

<http://dbpedia.org/resource/Tamki_language> owl:sameAs <http://lexvo.org/id/iso639-3/tax> .

<http://dbpedia.org/resource/Tammari_language> owl:sameAs <http://lexvo.org/id/iso639-3/tbz> .

<http://dbpedia.org/resource/Tamyen> owl:sameAs <http://lexvo.org/id/iso639-3/cst> .

<http://dbpedia.org/resource/Tanacross_language> owl:sameAs <http://lexvo.org/id/iso639-3/tcb> .

<http://dbpedia.org/resource/Tanah_Merah_language> owl:sameAs <http://lexvo.org/id/iso639-3/tcm> .

<http://dbpedia.org/resource/Tanapag_language> owl:sameAs <http://lexvo.org/id/iso639-3/tpv> .

<http://dbpedia.org/resource/Tanchangya_language> owl:sameAs <http://lexvo.org/id/iso639-3/tnv> .

<http://dbpedia.org/resource/Tandia_language> owl:sameAs <http://lexvo.org/id/iso639-3/tni> .

<http://dbpedia.org/resource/Tangale_language> owl:sameAs <http://lexvo.org/id/iso639-3/tan> .

<http://dbpedia.org/resource/Tanggu_language> owl:sameAs <http://lexvo.org/id/iso639-3/tgu> .

<http://dbpedia.org/resource/Tangkhul_language> owl:sameAs <http://lexvo.org/id/iso639-3/nmf> .

<http://dbpedia.org/resource/Tangoa_language> owl:sameAs <http://lexvo.org/id/iso639-3/tgp> .

<http://dbpedia.org/resource/Tangsa_language> owl:sameAs <http://lexvo.org/id/iso639-3/nst> .

<http://dbpedia.org/resource/Tangut_language> owl:sameAs <http://lexvo.org/id/iso639-3/txg> .

<http://dbpedia.org/resource/Tanzanian_sign_languages> owl:sameAs <http://lexvo.org/id/iso639-3/tza> .

<http://dbpedia.org/resource/Taos_dialect> owl:sameAs <http://lexvo.org/id/iso639-3/twf> .

<http://dbpedia.org/resource/Tapeba_language> owl:sameAs <http://lexvo.org/id/iso639-3/tbb> .

<http://dbpedia.org/resource/Tapiet%C3%A9_dialect> owl:sameAs <http://lexvo.org/id/iso639-3/tpj> .

<http://dbpedia.org/resource/Tapirap%C3%A9_language> owl:sameAs <http://lexvo.org/id/iso639-3/taf> .

<http://dbpedia.org/resource/Tar_Gula_language> owl:sameAs <http://lexvo.org/id/iso639-3/kcm> .

<http://dbpedia.org/resource/Tarahumara_language> owl:sameAs <http://lexvo.org/id/iso639-3/tar> .

<http://dbpedia.org/resource/Tariana_language> owl:sameAs <http://lexvo.org/id/iso639-3/tae> .

<http://dbpedia.org/resource/Tarok_language> owl:sameAs <http://lexvo.org/id/iso639-3/yer> .

<http://dbpedia.org/resource/Tartessian_language> owl:sameAs <http://lexvo.org/id/iso639-3/txr> .

<http://dbpedia.org/resource/Tasawaq_language> owl:sameAs <http://lexvo.org/id/iso639-3/twq> .

<http://dbpedia.org/resource/Tat_language_(Caucasus)> owl:sameAs <http://lexvo.org/id/iso639-3/ttt> .

<http://dbpedia.org/resource/Tatar_language> owl:sameAs <http://lexvo.org/id/iso639-3/tat> .

<http://dbpedia.org/resource/Tati_language_(Iran)> owl:sameAs <http://lexvo.org/id/iso639-3/tks> .

<http://dbpedia.org/resource/Taulil_language> owl:sameAs <http://lexvo.org/id/iso639-3/tuj> .

<http://dbpedia.org/resource/Tause_language> owl:sameAs <http://lexvo.org/id/iso639-3/tad> .

<http://dbpedia.org/resource/Taushiro_language> owl:sameAs <http://lexvo.org/id/iso639-3/trr> .

<http://dbpedia.org/resource/Tausug_language> owl:sameAs <http://lexvo.org/id/iso639-3/tsg> .

<http://dbpedia.org/resource/Tauya_language> owl:sameAs <http://lexvo.org/id/iso639-3/tya> .

<http://dbpedia.org/resource/Tawala_language> owl:sameAs <http://lexvo.org/id/iso639-3/tbo> .

<http://dbpedia.org/resource/Tawang_language> owl:sameAs <http://lexvo.org/id/iso639-3/twm> .

<http://dbpedia.org/resource/Tawellemmet_language> owl:sameAs <http://lexvo.org/id/iso639-3/ttq> .

<http://dbpedia.org/resource/Tayart_Tamajeq_language> owl:sameAs <http://lexvo.org/id/iso639-3/thz> .

<http://dbpedia.org/resource/Tayo_language> owl:sameAs <http://lexvo.org/id/iso639-3/cks> .

<http://dbpedia.org/resource/Teanu_language> owl:sameAs <http://lexvo.org/id/iso639-3/tkw> .

<http://dbpedia.org/resource/Tebul_Dogon> owl:sameAs <http://lexvo.org/id/iso639-3/dtu> .

<http://dbpedia.org/resource/Tebul_Sign_Language> owl:sameAs <http://lexvo.org/id/iso639-3/tsy> .

<http://dbpedia.org/resource/Teda_language> owl:sameAs <http://lexvo.org/id/iso639-3/tuq> .

<http://dbpedia.org/resource/Tee_language> owl:sameAs <http://lexvo.org/id/iso639-3/tkq> .

<http://dbpedia.org/resource/Tegali_language> owl:sameAs <http://lexvo.org/id/iso639-3/ras> .

<http://dbpedia.org/resource/Tehit_language> owl:sameAs <http://lexvo.org/id/iso639-3/kps> .

<http://dbpedia.org/resource/Tehuelche_language> owl:sameAs <http://lexvo.org/id/iso639-3/teh> .

<http://dbpedia.org/resource/Tektitek_language> owl:sameAs <http://lexvo.org/id/iso639-3/ttc> .

<http://dbpedia.org/resource/Telefol_language> owl:sameAs <http://lexvo.org/id/iso639-3/tlf> .

<http://dbpedia.org/resource/Telugu_language> owl:sameAs <http://lexvo.org/id/iso639-3/tel> .

<http://dbpedia.org/resource/Tem_language> owl:sameAs <http://lexvo.org/id/iso639-3/kdh> .

<http://dbpedia.org/resource/Tembo_(Kitembo)_language> owl:sameAs <http://lexvo.org/id/iso639-3/tbt> .

<http://dbpedia.org/resource/Tembo_(Motembo)_language> owl:sameAs <http://lexvo.org/id/iso639-3/tmv> .

<http://dbpedia.org/resource/Temein_language> owl:sameAs <http://lexvo.org/id/iso639-3/teq> .

<http://dbpedia.org/resource/Temiar_language> owl:sameAs <http://lexvo.org/id/iso639-3/tea> .

<http://dbpedia.org/resource/Temne_language> owl:sameAs <http://lexvo.org/id/iso639-3/tem> .

<http://dbpedia.org/resource/Temoaya_Otomi> owl:sameAs <http://lexvo.org/id/iso639-3/ott> .

<http://dbpedia.org/resource/Temoq_language> owl:sameAs <http://lexvo.org/id/iso639-3/tmo> .

<http://dbpedia.org/resource/Temuan_language> owl:sameAs <http://lexvo.org/id/iso639-3/tmw> .

<http://dbpedia.org/resource/Tennet_language> owl:sameAs <http://lexvo.org/id/iso639-3/tex> .

<http://dbpedia.org/resource/Tepecano_language> owl:sameAs <http://lexvo.org/id/iso639-3/tep> .

<http://dbpedia.org/resource/Tepes_language> owl:sameAs <http://lexvo.org/id/iso639-3/teu> .

<http://dbpedia.org/resource/Tequiraca_language> owl:sameAs <http://lexvo.org/id/iso639-3/ash> .

<http://dbpedia.org/resource/Ter%C3%AAna_language> owl:sameAs <http://lexvo.org/id/iso639-3/ter> .

<http://dbpedia.org/resource/Ter_Sami_language> owl:sameAs <http://lexvo.org/id/iso639-3/sjt> .

<http://dbpedia.org/resource/Tera_language> owl:sameAs <http://lexvo.org/id/iso639-3/ttr> .

<http://dbpedia.org/resource/Terei_language> owl:sameAs <http://lexvo.org/id/iso639-3/buo> .

<http://dbpedia.org/resource/Teressa_language> owl:sameAs <http://lexvo.org/id/iso639-3/tef> .

<http://dbpedia.org/resource/Teribe_language> owl:sameAs <http://lexvo.org/id/iso639-3/tfr> .

<http://dbpedia.org/resource/Terik_language> owl:sameAs <http://lexvo.org/id/iso639-3/tec> .

<http://dbpedia.org/resource/Ternate_language> owl:sameAs <http://lexvo.org/id/iso639-3/tft> .

<http://dbpedia.org/resource/Teshenawa_language> owl:sameAs <http://lexvo.org/id/iso639-3/twc> .

<http://dbpedia.org/resource/Teso_language> owl:sameAs <http://lexvo.org/id/iso639-3/teo> .

<http://dbpedia.org/resource/Tetela_language> owl:sameAs <http://lexvo.org/id/iso639-3/tll> .

<http://dbpedia.org/resource/Tetelcingo_Nahuatl> owl:sameAs <http://lexvo.org/id/iso639-3/nhg> .

<http://dbpedia.org/resource/Tetet%C3%A9_language> owl:sameAs <http://lexvo.org/id/iso639-3/teb> .

<http://dbpedia.org/resource/Tetum_language> owl:sameAs <http://lexvo.org/id/iso639-3/tet> .

<http://dbpedia.org/resource/Tewa_language> owl:sameAs <http://lexvo.org/id/iso639-3/tew> .

<http://dbpedia.org/resource/Texistepec_Popoluca> owl:sameAs <http://lexvo.org/id/iso639-3/poq> .

<http://dbpedia.org/resource/Thado_language> owl:sameAs <http://lexvo.org/id/iso639-3/tcz> .

<http://dbpedia.org/resource/Thai_Sign_Language> owl:sameAs <http://lexvo.org/id/iso639-3/tsq> .

<http://dbpedia.org/resource/Thai_language> owl:sameAs <http://lexvo.org/id/iso639-3/tha> .

<http://dbpedia.org/resource/Thangmi_language> owl:sameAs <http://lexvo.org/id/iso639-3/thf> .

<http://dbpedia.org/resource/Thao_language> owl:sameAs <http://lexvo.org/id/iso639-3/ssf> .

<http://dbpedia.org/resource/Tharawal_language> owl:sameAs <http://lexvo.org/id/iso639-3/tbh> .

<http://dbpedia.org/resource/Thavung_language> owl:sameAs <http://lexvo.org/id/iso639-3/thm> .

<http://dbpedia.org/resource/Then_language> owl:sameAs <http://lexvo.org/id/iso639-3/tct> .

<http://dbpedia.org/resource/Thompson_language> owl:sameAs <http://lexvo.org/id/iso639-3/thp> .

<http://dbpedia.org/resource/Thracian_language> owl:sameAs <http://lexvo.org/id/iso639-3/txh> .

<http://dbpedia.org/resource/Thulung_language> owl:sameAs <http://lexvo.org/id/iso639-3/tdh> .

<http://dbpedia.org/resource/Thuri_language> owl:sameAs <http://lexvo.org/id/iso639-3/thu> .

<http://dbpedia.org/resource/Tiang_language> owl:sameAs <http://lexvo.org/id/iso639-3/tbj> .

<http://dbpedia.org/resource/Tibeto-Burman_languages> owl:sameAs <http://lexvo.org/id/iso639-5/tbq> .

<http://dbpedia.org/resource/Ticuna_language> owl:sameAs <http://lexvo.org/id/iso639-3/tca> .

<http://dbpedia.org/resource/Tidore_language> owl:sameAs <http://lexvo.org/id/iso639-3/tvo> .

<http://dbpedia.org/resource/Tiene_language> owl:sameAs <http://lexvo.org/id/iso639-3/tii> .

<http://dbpedia.org/resource/Tifal_language> owl:sameAs <http://lexvo.org/id/iso639-3/tif> .

<http://dbpedia.org/resource/Tigak_language> owl:sameAs <http://lexvo.org/id/iso639-3/tgc> .

<http://dbpedia.org/resource/Tigon_language> owl:sameAs <http://lexvo.org/id/iso639-3/nza> .

<http://dbpedia.org/resource/Tigre_language> owl:sameAs <http://lexvo.org/id/iso639-3/tig> .

<http://dbpedia.org/resource/Tigrinya_language> owl:sameAs <http://lexvo.org/id/iso639-3/tir> .

<http://dbpedia.org/resource/Tihishit_language> owl:sameAs <http://lexvo.org/id/iso639-3/tda> .

<http://dbpedia.org/resource/Tikar_language> owl:sameAs <http://lexvo.org/id/iso639-3/tik> .

<http://dbpedia.org/resource/Tikopia_language> owl:sameAs <http://lexvo.org/id/iso639-3/tkp> .

<http://dbpedia.org/resource/Tillamook_language> owl:sameAs <http://lexvo.org/id/iso639-3/til> .

<http://dbpedia.org/resource/Tilquiapan_Zapotec> owl:sameAs <http://lexvo.org/id/iso639-3/zps> .

<http://dbpedia.org/resource/Tima_language> owl:sameAs <http://lexvo.org/id/iso639-3/tms> .

<http://dbpedia.org/resource/Timbe_language> owl:sameAs <http://lexvo.org/id/iso639-3/tim> .

<http://dbpedia.org/resource/Timbisha_language> owl:sameAs <http://lexvo.org/id/iso639-3/par> .

<http://dbpedia.org/resource/Timucua_language> owl:sameAs <http://lexvo.org/id/iso639-3/tjm> .

<http://dbpedia.org/resource/Tindi_language> owl:sameAs <http://lexvo.org/id/iso639-3/tin> .

<http://dbpedia.org/resource/Tingui-Boto_language> owl:sameAs <http://lexvo.org/id/iso639-3/tgv> .

<http://dbpedia.org/resource/Tinigua_language> owl:sameAs <http://lexvo.org/id/iso639-3/tit> .

<http://dbpedia.org/resource/Tiriy%C3%B3_language> owl:sameAs <http://lexvo.org/id/iso639-3/tri> .

<http://dbpedia.org/resource/Tiro_language> owl:sameAs <http://lexvo.org/id/iso639-3/tic> .

<http://dbpedia.org/resource/Titan_language> owl:sameAs <http://lexvo.org/id/iso639-3/ttv> .

<http://dbpedia.org/resource/Tiv_language> owl:sameAs <http://lexvo.org/id/iso639-3/tiv> .

<http://dbpedia.org/resource/Tiwi_language> owl:sameAs <http://lexvo.org/id/iso639-3/tiw> .

<http://dbpedia.org/resource/Tlahuitoltepec_Mixe> owl:sameAs <http://lexvo.org/id/iso639-3/mxp> .

<http://dbpedia.org/resource/Tlingit_language> owl:sameAs <http://lexvo.org/id/iso639-3/tli> .

<http://dbpedia.org/resource/Toba_Batak_language> owl:sameAs <http://lexvo.org/id/iso639-3/bbc> .

<http://dbpedia.org/resource/Toba_Qom_language> owl:sameAs <http://lexvo.org/id/iso639-3/tob> .

<http://dbpedia.org/resource/Tobagonian_Creole> owl:sameAs <http://lexvo.org/id/iso639-3/tgh> .

<http://dbpedia.org/resource/Tobanga_language> owl:sameAs <http://lexvo.org/id/iso639-3/tng> .

<http://dbpedia.org/resource/Tobelo_language> owl:sameAs <http://lexvo.org/id/iso639-3/tlb> .

<http://dbpedia.org/resource/Tobian_language> owl:sameAs <http://lexvo.org/id/iso639-3/tox> .

<http://dbpedia.org/resource/Tocho_language> owl:sameAs <http://lexvo.org/id/iso639-3/taz> .

<http://dbpedia.org/resource/Tocodede_language> owl:sameAs <http://lexvo.org/id/iso639-3/tkd> .

<http://dbpedia.org/resource/Toda_language> owl:sameAs <http://lexvo.org/id/iso639-3/tcx> .

<http://dbpedia.org/resource/Tofa_language> owl:sameAs <http://lexvo.org/id/iso639-3/kim> .

<http://dbpedia.org/resource/Tofanma_language> owl:sameAs <http://lexvo.org/id/iso639-3/tlg> .

<http://dbpedia.org/resource/Tofin_language> owl:sameAs <http://lexvo.org/id/iso639-3/tfi> .

<http://dbpedia.org/resource/Togoyo_language> owl:sameAs <http://lexvo.org/id/iso639-3/tgy> .

<http://dbpedia.org/resource/Tojolab'al_language> owl:sameAs <http://lexvo.org/id/iso639-3/toj> .

<http://dbpedia.org/resource/Tok_Pisin> owl:sameAs <http://lexvo.org/id/iso639-3/tpi> .

<http://dbpedia.org/resource/Tokano_language> owl:sameAs <http://lexvo.org/id/iso639-3/zuh> .

<http://dbpedia.org/resource/Tokelauan_language> owl:sameAs <http://lexvo.org/id/iso639-3/tkl> .

<http://dbpedia.org/resource/Tolai_language> owl:sameAs <http://lexvo.org/id/iso639-3/ksd> .

<http://dbpedia.org/resource/Tolomako_language> owl:sameAs <http://lexvo.org/id/iso639-3/tlm> .

<http://dbpedia.org/resource/Tolowa_language> owl:sameAs <http://lexvo.org/id/iso639-3/tol> .

<http://dbpedia.org/resource/Tombulu_language> owl:sameAs <http://lexvo.org/id/iso639-3/tom> .

<http://dbpedia.org/resource/Tondi_Songway_Kiini> owl:sameAs <http://lexvo.org/id/iso639-3/tst> .

<http://dbpedia.org/resource/Tonga_(Nyasa)_language> owl:sameAs <http://lexvo.org/id/iso639-3/tog> .

<http://dbpedia.org/resource/Tonga_language_(Thailand)> owl:sameAs <http://lexvo.org/id/iso639-3/tnz> .

<http://dbpedia.org/resource/Tonga_language_(Zambia)> owl:sameAs <http://lexvo.org/id/iso639-3/toi> .

<http://dbpedia.org/resource/Tongan_language> owl:sameAs <http://lexvo.org/id/iso639-3/ton> .

<http://dbpedia.org/resource/Tongva_language> owl:sameAs <http://lexvo.org/id/iso639-3/xgf> .

<http://dbpedia.org/resource/Tonjon_language> owl:sameAs <http://lexvo.org/id/iso639-3/tjn> .

<http://dbpedia.org/resource/Tonkawa_language> owl:sameAs <http://lexvo.org/id/iso639-3/tqw> .

<http://dbpedia.org/resource/Tontemboan_language> owl:sameAs <http://lexvo.org/id/iso639-3/tnt> .

<http://dbpedia.org/resource/Tooro_language> owl:sameAs <http://lexvo.org/id/iso639-3/ttj> .

<http://dbpedia.org/resource/Toposa_language> owl:sameAs <http://lexvo.org/id/iso639-3/toq> .

<http://dbpedia.org/resource/Toram_language> owl:sameAs <http://lexvo.org/id/iso639-3/trj> .

<http://dbpedia.org/resource/Toro-tegu_Dogon> owl:sameAs <http://lexvo.org/id/iso639-3/dtt> .

<http://dbpedia.org/resource/Toro_language> owl:sameAs <http://lexvo.org/id/iso639-3/tdv> .

<http://dbpedia.org/resource/Torona_language> owl:sameAs <http://lexvo.org/id/iso639-3/tqr> .

<http://dbpedia.org/resource/Torres_Strait_Creole> owl:sameAs <http://lexvo.org/id/iso639-3/tcs> .

<http://dbpedia.org/resource/Torwali_language> owl:sameAs <http://lexvo.org/id/iso639-3/trw> .

<http://dbpedia.org/resource/Tosk_Albanian> owl:sameAs <http://lexvo.org/id/iso639-3/als> .

<http://dbpedia.org/resource/Toto_language> owl:sameAs <http://lexvo.org/id/iso639-3/txo> .

<http://dbpedia.org/resource/Totoli_language> owl:sameAs <http://lexvo.org/id/iso639-3/txe> .

<http://dbpedia.org/resource/Totontepec_Mixe> owl:sameAs <http://lexvo.org/id/iso639-3/mto> .

<http://dbpedia.org/resource/Touo_language> owl:sameAs <http://lexvo.org/id/iso639-3/tqu> .

<http://dbpedia.org/resource/Trans%E2%80%93New_Guinea_languages> owl:sameAs <http://lexvo.org/id/iso639-5/ngf> .

<http://dbpedia.org/resource/Tregami_language> owl:sameAs <http://lexvo.org/id/iso639-3/trm> .

<http://dbpedia.org/resource/Trememb%C3%A9_language> owl:sameAs <http://lexvo.org/id/iso639-3/tme> .

<http://dbpedia.org/resource/Trinidadian_Creole> owl:sameAs <http://lexvo.org/id/iso639-3/trf> .

<http://dbpedia.org/resource/Truk%C3%A1_language> owl:sameAs <http://lexvo.org/id/iso639-3/tka> .

<http://dbpedia.org/resource/Trumai_language> owl:sameAs <http://lexvo.org/id/iso639-3/tpy> .

<http://dbpedia.org/resource/Ts%C3%A1chila_language> owl:sameAs <http://lexvo.org/id/iso639-3/cof> .

<http://dbpedia.org/resource/Ts'%C3%BCn-Lao_language> owl:sameAs <http://lexvo.org/id/iso639-3/tsl> .

<http://dbpedia.org/resource/Tsaangi_language> owl:sameAs <http://lexvo.org/id/iso639-3/tsa> .

<http://dbpedia.org/resource/Tsakhur_language> owl:sameAs <http://lexvo.org/id/iso639-3/tkr> .

<http://dbpedia.org/resource/Tsakonian_language> owl:sameAs <http://lexvo.org/id/iso639-3/tsd> .

<http://dbpedia.org/resource/Tsamai_language> owl:sameAs <http://lexvo.org/id/iso639-3/tsb> .

<http://dbpedia.org/resource/Tsat_language> owl:sameAs <http://lexvo.org/id/iso639-3/huq> .

<http://dbpedia.org/resource/Tsetsaut_language> owl:sameAs <http://lexvo.org/id/iso639-3/txc> .

<http://dbpedia.org/resource/Tsez_language> owl:sameAs <http://lexvo.org/id/iso639-3/ddo> .

<http://dbpedia.org/resource/Tshangla_language> owl:sameAs <http://lexvo.org/id/iso639-3/tsj> .

<http://dbpedia.org/resource/Tso_language> owl:sameAs <http://lexvo.org/id/iso639-3/ldp> .

<http://dbpedia.org/resource/Tsogo_language> owl:sameAs <http://lexvo.org/id/iso639-3/tsv> .

<http://dbpedia.org/resource/Tsonga_language> owl:sameAs <http://lexvo.org/id/iso639-3/tso> .

<http://dbpedia.org/resource/Tsou_language> owl:sameAs <http://lexvo.org/id/iso639-3/tsu> .

<http://dbpedia.org/resource/Tsuvan_language> owl:sameAs <http://lexvo.org/id/iso639-3/tsh> .

<http://dbpedia.org/resource/Tswa_language> owl:sameAs <http://lexvo.org/id/iso639-3/tsc> .

<http://dbpedia.org/resource/Tswana_language> owl:sameAs <http://lexvo.org/id/iso639-3/tsn> .

<http://dbpedia.org/resource/Tuamotuan_language> owl:sameAs <http://lexvo.org/id/iso639-3/pmt> .

<http://dbpedia.org/resource/Tuareg_languages> owl:sameAs <http://lexvo.org/id/iso639-3/tmh> .

<http://dbpedia.org/resource/Tubar_language> owl:sameAs <http://lexvo.org/id/iso639-3/tbu> .

<http://dbpedia.org/resource/Tucano_language> owl:sameAs <http://lexvo.org/id/iso639-3/tuo> .

<http://dbpedia.org/resource/Tugen_language> owl:sameAs <http://lexvo.org/id/iso639-3/tuy> .

<http://dbpedia.org/resource/Tula_language> owl:sameAs <http://lexvo.org/id/iso639-3/tul> .

<http://dbpedia.org/resource/Tulishi_language> owl:sameAs <http://lexvo.org/id/iso639-3/tey> .

<http://dbpedia.org/resource/Tulu> owl:sameAs <http://lexvo.org/id/iso639-3/tcy> .

<http://dbpedia.org/resource/Tulu-Bohuai_language> owl:sameAs <http://lexvo.org/id/iso639-3/rak> .

<http://dbpedia.org/resource/Tumak_language> owl:sameAs <http://lexvo.org/id/iso639-3/tmc> .

<http://dbpedia.org/resource/Tumbuka_language> owl:sameAs <http://lexvo.org/id/iso639-3/tum> .

<http://dbpedia.org/resource/Tumtum_language> owl:sameAs <http://lexvo.org/id/iso639-3/tbr> .

<http://dbpedia.org/resource/Tundra_Yukaghir_language> owl:sameAs <http://lexvo.org/id/iso639-3/ykg> .

<http://dbpedia.org/resource/Tunggare_language> owl:sameAs <http://lexvo.org/id/iso639-3/trt> .

<http://dbpedia.org/resource/Tungus_languages> owl:sameAs <http://lexvo.org/id/iso639-5/tuw> .

<http://dbpedia.org/resource/Tungusic_languages> owl:sameAs <http://lexvo.org/id/iso639-5/tuw> .

<http://dbpedia.org/resource/Tunica_language> owl:sameAs <http://lexvo.org/id/iso639-3/tun> .

<http://dbpedia.org/resource/Tunisian_Arabic> owl:sameAs <http://lexvo.org/id/iso639-3/aeb> .

<http://dbpedia.org/resource/Tunjung_language> owl:sameAs <http://lexvo.org/id/iso639-3/tjg> .

<http://dbpedia.org/resource/Tunni_language> owl:sameAs <http://lexvo.org/id/iso639-3/tqq> .

<http://dbpedia.org/resource/Tupar%C3%AD_language> owl:sameAs <http://lexvo.org/id/iso639-3/aqz> .

<http://dbpedia.org/resource/Tupi_languages> owl:sameAs <http://lexvo.org/id/iso639-5/tup> .

<http://dbpedia.org/resource/Tupian_languages> owl:sameAs <http://lexvo.org/id/iso639-5/tup> .

<http://dbpedia.org/resource/Tupiniquim_language> owl:sameAs <http://lexvo.org/id/iso639-3/tpx> .

<http://dbpedia.org/resource/Tupuri_language> owl:sameAs <http://lexvo.org/id/iso639-3/tui> .

<http://dbpedia.org/resource/Tura_language> owl:sameAs <http://lexvo.org/id/iso639-3/neb> .

<http://dbpedia.org/resource/Turi_language> owl:sameAs <http://lexvo.org/id/iso639-3/trd> .

<http://dbpedia.org/resource/Turka_language> owl:sameAs <http://lexvo.org/id/iso639-3/tuz> .

<http://dbpedia.org/resource/Turkana_language> owl:sameAs <http://lexvo.org/id/iso639-3/tuv> .

<http://dbpedia.org/resource/Turkic_languages> owl:sameAs <http://lexvo.org/id/iso639-5/trk> .

<http://dbpedia.org/resource/Turkish_Sign_Language> owl:sameAs <http://lexvo.org/id/iso639-3/tsm> .

<http://dbpedia.org/resource/Turkish_language> owl:sameAs <http://lexvo.org/id/iso639-3/tur> .

<http://dbpedia.org/resource/Turkmen_language> owl:sameAs <http://lexvo.org/id/iso639-3/tuk> .

<http://dbpedia.org/resource/Turks_and_Caicos_Islands_Creole> owl:sameAs <http://lexvo.org/id/iso639-3/tch> .

<http://dbpedia.org/resource/Turrubal_language> owl:sameAs <http://lexvo.org/id/iso639-3/yxg> .

<http://dbpedia.org/resource/Turu_language> owl:sameAs <http://lexvo.org/id/iso639-3/rim> .

<http://dbpedia.org/resource/Turung_language> owl:sameAs <http://lexvo.org/id/iso639-3/try> .

<http://dbpedia.org/resource/Tuscarora_language> owl:sameAs <http://lexvo.org/id/iso639-3/tus> .

<http://dbpedia.org/resource/Tutelo_language> owl:sameAs <http://lexvo.org/id/iso639-3/tta> .

<http://dbpedia.org/resource/Tuvaluan_language> owl:sameAs <http://lexvo.org/id/iso639-3/tvl> .

<http://dbpedia.org/resource/Tuvan_language> owl:sameAs <http://lexvo.org/id/iso639-3/tyv> .

<http://dbpedia.org/resource/Tuwali_language> owl:sameAs <http://lexvo.org/id/iso639-3/ifk> .

<http://dbpedia.org/resource/Tuwari_language> owl:sameAs <http://lexvo.org/id/iso639-3/tww> .

<http://dbpedia.org/resource/Tux%C3%A1_language> owl:sameAs <http://lexvo.org/id/iso639-3/tud> .

<http://dbpedia.org/resource/Tuyuca_language> owl:sameAs <http://lexvo.org/id/iso639-3/tue> .

<http://dbpedia.org/resource/Twana_language> owl:sameAs <http://lexvo.org/id/iso639-3/twa> .

<http://dbpedia.org/resource/Tweants> owl:sameAs <http://lexvo.org/id/iso639-3/twd> .

<http://dbpedia.org/resource/Tyefo_language> owl:sameAs <http://lexvo.org/id/iso639-3/tiq> .

<http://dbpedia.org/resource/Tz%E2%80%99utujil_language> owl:sameAs <http://lexvo.org/id/iso639-3/tzj> .

<http://dbpedia.org/resource/Tzeltal_language> owl:sameAs <http://lexvo.org/id/iso639-3/tzh> .

<http://dbpedia.org/resource/Tzotzil_language> owl:sameAs <http://lexvo.org/id/iso639-3/tzo> .

<http://dbpedia.org/resource/U_language> owl:sameAs <http://lexvo.org/id/iso639-3/uuu> .

<http://dbpedia.org/resource/Uab_Meto_language> owl:sameAs <http://lexvo.org/id/iso639-3/aoz> .

<http://dbpedia.org/resource/Uare_language> owl:sameAs <http://lexvo.org/id/iso639-3/ksj> .

<http://dbpedia.org/resource/Ubaghara_language> owl:sameAs <http://lexvo.org/id/iso639-3/byc> .

<http://dbpedia.org/resource/Ubi_language> owl:sameAs <http://lexvo.org/id/iso639-3/ubi> .

<http://dbpedia.org/resource/Ubykh_language> owl:sameAs <http://lexvo.org/id/iso639-3/uby> .

<http://dbpedia.org/resource/Ucayali%E2%80%93Yur%C3%BAa_Ash%C3%A9ninka> owl:sameAs <http://lexvo.org/id/iso639-3/cpb> .

<http://dbpedia.org/resource/Udege_language> owl:sameAs <http://lexvo.org/id/iso639-3/ude> .

<http://dbpedia.org/resource/Udi_language> owl:sameAs <http://lexvo.org/id/iso639-3/udi> .

<http://dbpedia.org/resource/Udmurt_language> owl:sameAs <http://lexvo.org/id/iso639-3/udm> .

<http://dbpedia.org/resource/Uduk_language> owl:sameAs <http://lexvo.org/id/iso639-3/udu> .

<http://dbpedia.org/resource/Ugandan_Sign_Language> owl:sameAs <http://lexvo.org/id/iso639-3/ugn> .

<http://dbpedia.org/resource/Ugaritic_language> owl:sameAs <http://lexvo.org/id/iso639-3/uga> .

<http://dbpedia.org/resource/Ughele_language> owl:sameAs <http://lexvo.org/id/iso639-3/uge> .

<http://dbpedia.org/resource/Ugong_language> owl:sameAs <http://lexvo.org/id/iso639-3/ugo> .

<http://dbpedia.org/resource/Uisai_language> owl:sameAs <http://lexvo.org/id/iso639-3/uis> .

<http://dbpedia.org/resource/Ukaan_language> owl:sameAs <http://lexvo.org/id/iso639-3/kcf> .

<http://dbpedia.org/resource/Ukrainian_language> owl:sameAs <http://lexvo.org/id/iso639-3/ukr> .

<http://dbpedia.org/resource/Ukwuani-Aboh-Ndoni_language> owl:sameAs <http://lexvo.org/id/iso639-3/ukw> .

<http://dbpedia.org/resource/Ulch_language> owl:sameAs <http://lexvo.org/id/iso639-3/ulc> .

<http://dbpedia.org/resource/Ulithian_language> owl:sameAs <http://lexvo.org/id/iso639-3/uli> .

<http://dbpedia.org/resource/Umatilla_language> owl:sameAs <http://lexvo.org/id/iso639-3/uma> .

<http://dbpedia.org/resource/Umbrian_language> owl:sameAs <http://lexvo.org/id/iso639-3/xum> .

<http://dbpedia.org/resource/Umbugarla_language> owl:sameAs <http://lexvo.org/id/iso639-3/umr> .

<http://dbpedia.org/resource/Ume_Sami_language> owl:sameAs <http://lexvo.org/id/iso639-3/sju> .

<http://dbpedia.org/resource/Umon_language> owl:sameAs <http://lexvo.org/id/iso639-3/umm> .

<http://dbpedia.org/resource/Umot%C3%ADna_language> owl:sameAs <http://lexvo.org/id/iso639-3/umo> .

<http://dbpedia.org/resource/Unami_language> owl:sameAs <http://lexvo.org/id/iso639-3/unm> .

<http://dbpedia.org/resource/Uneapa_language> owl:sameAs <http://lexvo.org/id/iso639-3/bbn> .

<http://dbpedia.org/resource/Unserdeutsch_language> owl:sameAs <http://lexvo.org/id/iso639-3/uln> .

<http://dbpedia.org/resource/Upper_Chinook_language> owl:sameAs <http://lexvo.org/id/iso639-3/wac> .

<http://dbpedia.org/resource/Upper_Kuskokwim_language> owl:sameAs <http://lexvo.org/id/iso639-3/kuu> .

<http://dbpedia.org/resource/Upper_Necaxa_Totonac> owl:sameAs <http://lexvo.org/id/iso639-3/tku> .

<http://dbpedia.org/resource/Upper_Saxon_German> owl:sameAs <http://lexvo.org/id/iso639-3/sxu> .

<http://dbpedia.org/resource/Upper_Sorbian_language> owl:sameAs <http://lexvo.org/id/iso639-3/hsb> .

<http://dbpedia.org/resource/Upper_Tanana_language> owl:sameAs <http://lexvo.org/id/iso639-3/tau> .

<http://dbpedia.org/resource/Ura_language_(Papua_New_Guinea)> owl:sameAs <http://lexvo.org/id/iso639-3/uro> .

<http://dbpedia.org/resource/Uralic_languages> owl:sameAs <http://lexvo.org/id/iso639-5/urj> .

<http://dbpedia.org/resource/Urapmin_language> owl:sameAs <http://lexvo.org/id/iso639-3/urm> .

<http://dbpedia.org/resource/Urarina_language> owl:sameAs <http://lexvo.org/id/iso639-3/ura> .

<http://dbpedia.org/resource/Urartian_language> owl:sameAs <http://lexvo.org/id/iso639-3/xur> .

<http://dbpedia.org/resource/Urat_language> owl:sameAs <http://lexvo.org/id/iso639-3/urt> .

<http://dbpedia.org/resource/Urdu> owl:sameAs <http://lexvo.org/id/iso639-3/urd> .

<http://dbpedia.org/resource/Urhobo_language> owl:sameAs <http://lexvo.org/id/iso639-3/urh> .

<http://dbpedia.org/resource/Urim_language> owl:sameAs <http://lexvo.org/id/iso639-3/uri> .

<http://dbpedia.org/resource/Uripiv_language> owl:sameAs <http://lexvo.org/id/iso639-3/upv> .

<http://dbpedia.org/resource/Urningangg_language> owl:sameAs <http://lexvo.org/id/iso639-3/urc> .

<http://dbpedia.org/resource/Uru_language> owl:sameAs <http://lexvo.org/id/iso639-3/ure> .

<http://dbpedia.org/resource/Uruava_language> owl:sameAs <http://lexvo.org/id/iso639-3/urv> .

<http://dbpedia.org/resource/Urum_language> owl:sameAs <http://lexvo.org/id/iso639-3/uum> .

<http://dbpedia.org/resource/Usan_language> owl:sameAs <http://lexvo.org/id/iso639-3/wnu> .

<http://dbpedia.org/resource/Usarufa_language> owl:sameAs <http://lexvo.org/id/iso639-3/usa> .

<http://dbpedia.org/resource/Ushoji> owl:sameAs <http://lexvo.org/id/iso639-3/ush> .

<http://dbpedia.org/resource/Usku_language> owl:sameAs <http://lexvo.org/id/iso639-3/ulf> .

<http://dbpedia.org/resource/Uspantek_language> owl:sameAs <http://lexvo.org/id/iso639-3/usp> .

<http://dbpedia.org/resource/Ut-Ma'in_language> owl:sameAs <http://lexvo.org/id/iso639-3/gel> .

<http://dbpedia.org/resource/Utarmbung_language> owl:sameAs <http://lexvo.org/id/iso639-3/omo> .

<http://dbpedia.org/resource/Uto-Aztecan_languages> owl:sameAs <http://lexvo.org/id/iso639-5/azc> .

<http://dbpedia.org/resource/Uyghur_language> owl:sameAs <http://lexvo.org/id/iso639-3/uig> .

<http://dbpedia.org/resource/Uzbek_language> owl:sameAs <http://lexvo.org/id/iso639-3/uzb> .

<http://dbpedia.org/resource/Uzbeki_Arabic> owl:sameAs <http://lexvo.org/id/iso639-3/auz> .

<http://dbpedia.org/resource/V%C3%B5ro_language> owl:sameAs <http://lexvo.org/id/iso639-3/vro> .

<http://dbpedia.org/resource/Vadi_language> owl:sameAs <http://lexvo.org/id/iso639-3/tvd> .

<http://dbpedia.org/resource/Vaeakau-Taumako> owl:sameAs <http://lexvo.org/id/iso639-3/piv> .

<http://dbpedia.org/resource/Vafsi_language> owl:sameAs <http://lexvo.org/id/iso639-3/vaf> .

<http://dbpedia.org/resource/Vai_language> owl:sameAs <http://lexvo.org/id/iso639-3/vai> .

<http://dbpedia.org/resource/Vaiphei_language> owl:sameAs <http://lexvo.org/id/iso639-3/vap> .

<http://dbpedia.org/resource/Vale_language> owl:sameAs <http://lexvo.org/id/iso639-3/vae> .

<http://dbpedia.org/resource/Valencian_Sign_language> owl:sameAs <http://lexvo.org/id/iso639-3/vsv> .

<http://dbpedia.org/resource/Valman_language> owl:sameAs <http://lexvo.org/id/iso639-3/van> .

<http://dbpedia.org/resource/Vame_language> owl:sameAs <http://lexvo.org/id/iso639-3/mlr> .

<http://dbpedia.org/resource/Vandalic_language> owl:sameAs <http://lexvo.org/id/iso639-3/xvn> .

<http://dbpedia.org/resource/Vangunu_language> owl:sameAs <http://lexvo.org/id/iso639-3/mpr> .

<http://dbpedia.org/resource/Vanimo_language> owl:sameAs <http://lexvo.org/id/iso639-3/vam> .

<http://dbpedia.org/resource/Vanuma_language> owl:sameAs <http://lexvo.org/id/iso639-3/vau> .

<http://dbpedia.org/resource/Vao_language> owl:sameAs <http://lexvo.org/id/iso639-3/vao> .

<http://dbpedia.org/resource/Varhadi_dialect> owl:sameAs <http://lexvo.org/id/iso639-3/vah> .

<http://dbpedia.org/resource/Vasi-vari_language> owl:sameAs <http://lexvo.org/id/iso639-3/prn> .

<http://dbpedia.org/resource/Vedda_language> owl:sameAs <http://lexvo.org/id/iso639-3/ved> .

<http://dbpedia.org/resource/Veluws> owl:sameAs <http://lexvo.org/id/iso639-3/vel> .

<http://dbpedia.org/resource/Vemgo-Mabas_language> owl:sameAs <http://lexvo.org/id/iso639-3/vem> .

<http://dbpedia.org/resource/Venda_language> owl:sameAs <http://lexvo.org/id/iso639-3/ven> .

<http://dbpedia.org/resource/Venetian_language> owl:sameAs <http://lexvo.org/id/iso639-3/vec> .

<http://dbpedia.org/resource/Venetic_language> owl:sameAs <http://lexvo.org/id/iso639-3/xve> .

<http://dbpedia.org/resource/Venezuelan_Sign_Language> owl:sameAs <http://lexvo.org/id/iso639-3/vsl> .

<http://dbpedia.org/resource/Vengo_language> owl:sameAs <http://lexvo.org/id/iso639-3/bav> .

<http://dbpedia.org/resource/Venture%C3%B1o_language> owl:sameAs <http://lexvo.org/id/iso639-3/veo> .

<http://dbpedia.org/resource/Veps_language> owl:sameAs <http://lexvo.org/id/iso639-3/vep> .

<http://dbpedia.org/resource/Vere_language> owl:sameAs <http://lexvo.org/id/iso639-3/ver> .

<http://dbpedia.org/resource/Vestinian_language> owl:sameAs <http://lexvo.org/id/iso639-3/xvs> .

<http://dbpedia.org/resource/Vietnamese_language> owl:sameAs <http://lexvo.org/id/iso639-3/vie> .

<http://dbpedia.org/resource/Vilamovian_language> owl:sameAs <http://lexvo.org/id/iso639-3/wym> .

<http://dbpedia.org/resource/Vilela_language> owl:sameAs <http://lexvo.org/id/iso639-3/vil> .

<http://dbpedia.org/resource/Vili_language> owl:sameAs <http://lexvo.org/id/iso639-3/vif> .

<http://dbpedia.org/resource/Vincentian_Creole> owl:sameAs <http://lexvo.org/id/iso639-3/svc> .

<http://dbpedia.org/resource/Virgin_Islands_Creole> owl:sameAs <http://lexvo.org/id/iso639-3/vic> .

<http://dbpedia.org/resource/Vitu_language> owl:sameAs <http://lexvo.org/id/iso639-3/wiv> .

<http://dbpedia.org/resource/Vlax_Romani_language> owl:sameAs <http://lexvo.org/id/iso639-3/rmy> .

<http://dbpedia.org/resource/Volap%C3%BCk> owl:sameAs <http://lexvo.org/id/iso639-3/vol> .

<http://dbpedia.org/resource/Volscian_language> owl:sameAs <http://lexvo.org/id/iso639-3/xvo> .

<http://dbpedia.org/resource/Voro_language> owl:sameAs <http://lexvo.org/id/iso639-3/vor> .

<http://dbpedia.org/resource/Votic_language> owl:sameAs <http://lexvo.org/id/iso639-3/vot> .

<http://dbpedia.org/resource/Vunjo_language> owl:sameAs <http://lexvo.org/id/iso639-3/vun> .

<http://dbpedia.org/resource/Vute_language> owl:sameAs <http://lexvo.org/id/iso639-3/vut> .

<http://dbpedia.org/resource/Vwanji_language> owl:sameAs <http://lexvo.org/id/iso639-3/wbi> .

<http://dbpedia.org/resource/Vyemo_language> owl:sameAs <http://lexvo.org/id/iso639-3/vig> .

<http://dbpedia.org/resource/Waama_language> owl:sameAs <http://lexvo.org/id/iso639-3/wwa> .

<http://dbpedia.org/resource/Wab_language> owl:sameAs <http://lexvo.org/id/iso639-3/wab> .

<http://dbpedia.org/resource/Waci_language> owl:sameAs <http://lexvo.org/id/iso639-3/wci> .

<http://dbpedia.org/resource/Wadaginam_language> owl:sameAs <http://lexvo.org/id/iso639-3/wdg> .

<http://dbpedia.org/resource/Wadjiginy_language> owl:sameAs <http://lexvo.org/id/iso639-3/wdj> .

<http://dbpedia.org/resource/Wagdi_language> owl:sameAs <http://lexvo.org/id/iso639-3/wbr> .

<http://dbpedia.org/resource/Wagiman_language> owl:sameAs <http://lexvo.org/id/iso639-3/waq> .

<http://dbpedia.org/resource/Waigali_language> owl:sameAs <http://lexvo.org/id/iso639-3/wbk> .

<http://dbpedia.org/resource/Wailaki_language> owl:sameAs <http://lexvo.org/id/iso639-3/wlk> .

<http://dbpedia.org/resource/Waima_language> owl:sameAs <http://lexvo.org/id/iso639-3/rro> .

<http://dbpedia.org/resource/Waimoa_language> owl:sameAs <http://lexvo.org/id/iso639-3/wmh> .

<http://dbpedia.org/resource/Waioli_language> owl:sameAs <http://lexvo.org/id/iso639-3/wli> .

<http://dbpedia.org/resource/Waiwai_language> owl:sameAs <http://lexvo.org/id/iso639-3/waw> .

<http://dbpedia.org/resource/Waja_language> owl:sameAs <http://lexvo.org/id/iso639-3/wja> .

<http://dbpedia.org/resource/Wajarri_language> owl:sameAs <http://lexvo.org/id/iso639-3/wbv> .

<http://dbpedia.org/resource/Wakashan_languages> owl:sameAs <http://lexvo.org/id/iso639-5/wak> .

<http://dbpedia.org/resource/Wakhi_language> owl:sameAs <http://lexvo.org/id/iso639-3/wbl> .

<http://dbpedia.org/resource/Wakon%C3%A1_language> owl:sameAs <http://lexvo.org/id/iso639-3/waf> .

<http://dbpedia.org/resource/Wala_language> owl:sameAs <http://lexvo.org/id/iso639-3/lgl> .

<http://dbpedia.org/resource/Wali_language_(Gur)> owl:sameAs <http://lexvo.org/id/iso639-3/wlx> .

<http://dbpedia.org/resource/Wallisian_language> owl:sameAs <http://lexvo.org/id/iso639-3/wls> .

<http://dbpedia.org/resource/Walloon_language> owl:sameAs <http://lexvo.org/id/iso639-3/wln> .

<http://dbpedia.org/resource/Walmajarri_language> owl:sameAs <http://lexvo.org/id/iso639-3/wmt> .

<http://dbpedia.org/resource/Walser_German> owl:sameAs <http://lexvo.org/id/iso639-3/wae> .

<http://dbpedia.org/resource/Wambaya_language> owl:sameAs <http://lexvo.org/id/iso639-3/wmb> .

<http://dbpedia.org/resource/Wambon_language> owl:sameAs <http://lexvo.org/id/iso639-3/wms> .

<http://dbpedia.org/resource/Wambule_language> owl:sameAs <http://lexvo.org/id/iso639-3/wme> .

<http://dbpedia.org/resource/Wamey_language> owl:sameAs <http://lexvo.org/id/iso639-3/cou> .

<http://dbpedia.org/resource/Wan%C3%A9_language> owl:sameAs <http://lexvo.org/id/iso639-3/hwa> .

<http://dbpedia.org/resource/Wan_language> owl:sameAs <http://lexvo.org/id/iso639-3/wan> .

<http://dbpedia.org/resource/Wanap_language> owl:sameAs <http://lexvo.org/id/iso639-3/wnp> .

<http://dbpedia.org/resource/Wandala_language> owl:sameAs <http://lexvo.org/id/iso639-3/mfi> .

<http://dbpedia.org/resource/Wangkumara_language> owl:sameAs <http://lexvo.org/id/iso639-3/nbx> .

<http://dbpedia.org/resource/Wantoat_language> owl:sameAs <http://lexvo.org/id/iso639-3/wnc> .

<http://dbpedia.org/resource/Wanukaka_language> owl:sameAs <http://lexvo.org/id/iso639-3/wnk> .

<http://dbpedia.org/resource/Wapan_language> owl:sameAs <http://lexvo.org/id/iso639-3/juk> .

<http://dbpedia.org/resource/Wapishana_language> owl:sameAs <http://lexvo.org/id/iso639-3/wap> .

<http://dbpedia.org/resource/Wappo_language> owl:sameAs <http://lexvo.org/id/iso639-3/wao> .

<http://dbpedia.org/resource/War_language> owl:sameAs <http://lexvo.org/id/iso639-3/aml> .

<http://dbpedia.org/resource/Wara_language> owl:sameAs <http://lexvo.org/id/iso639-3/wbf> .

<http://dbpedia.org/resource/Warao_language> owl:sameAs <http://lexvo.org/id/iso639-3/wba> .

<http://dbpedia.org/resource/Waray-Waray_language> owl:sameAs <http://lexvo.org/id/iso639-3/war> .

<http://dbpedia.org/resource/Waray_language_(Australia)> owl:sameAs <http://lexvo.org/id/iso639-3/wrz> .

<http://dbpedia.org/resource/Wardaman_language> owl:sameAs <http://lexvo.org/id/iso639-3/wrr> .

<http://dbpedia.org/resource/Warekena_language> owl:sameAs <http://lexvo.org/id/iso639-3/gae> .

<http://dbpedia.org/resource/Warembori_language> owl:sameAs <http://lexvo.org/id/iso639-3/wsa> .

<http://dbpedia.org/resource/Wargli_language> owl:sameAs <http://lexvo.org/id/iso639-3/oua> .

<http://dbpedia.org/resource/Wari%E2%80%99_language> owl:sameAs <http://lexvo.org/id/iso639-3/pav> .

<http://dbpedia.org/resource/Waris_language> owl:sameAs <http://lexvo.org/id/iso639-3/wrs> .

<http://dbpedia.org/resource/Warji_language> owl:sameAs <http://lexvo.org/id/iso639-3/wji> .

<http://dbpedia.org/resource/Warlmanpa_language> owl:sameAs <http://lexvo.org/id/iso639-3/wrl> .

<http://dbpedia.org/resource/Warlpiri_language> owl:sameAs <http://lexvo.org/id/iso639-3/wbp> .

<http://dbpedia.org/resource/Warluwara_language> owl:sameAs <http://lexvo.org/id/iso639-3/wrb> .

<http://dbpedia.org/resource/Warndarang_language> owl:sameAs <http://lexvo.org/id/iso639-3/wnd> .

<http://dbpedia.org/resource/Waropen_language> owl:sameAs <http://lexvo.org/id/iso639-3/wrp> .

<http://dbpedia.org/resource/Warrungu_language> owl:sameAs <http://lexvo.org/id/iso639-3/wrg> .

<http://dbpedia.org/resource/Warrwa_language> owl:sameAs <http://lexvo.org/id/iso639-3/wwr> .

<http://dbpedia.org/resource/Warumungu_language> owl:sameAs <http://lexvo.org/id/iso639-3/wrm> .

<http://dbpedia.org/resource/Wasembo_language> owl:sameAs <http://lexvo.org/id/iso639-3/gsp> .

<http://dbpedia.org/resource/Washo_language> owl:sameAs <http://lexvo.org/id/iso639-3/was> .

<http://dbpedia.org/resource/Waskia_language> owl:sameAs <http://lexvo.org/id/iso639-3/wsk> .

<http://dbpedia.org/resource/Wasu_language> owl:sameAs <http://lexvo.org/id/iso639-3/wsu> .

<http://dbpedia.org/resource/Waube_language> owl:sameAs <http://lexvo.org/id/iso639-3/kop> .

<http://dbpedia.org/resource/Waur%C3%A1_language> owl:sameAs <http://lexvo.org/id/iso639-3/wau> .

<http://dbpedia.org/resource/Wawa_language> owl:sameAs <http://lexvo.org/id/iso639-3/www> .

<http://dbpedia.org/resource/Waxiang_dialect> owl:sameAs <http://lexvo.org/id/iso639-3/wxa> .

<http://dbpedia.org/resource/Wayampi_language> owl:sameAs <http://lexvo.org/id/iso639-3/oym> .

<http://dbpedia.org/resource/Wayu_language> owl:sameAs <http://lexvo.org/id/iso639-3/vay> .

<http://dbpedia.org/resource/Wayuu_language> owl:sameAs <http://lexvo.org/id/iso639-3/guc> .

<http://dbpedia.org/resource/Welsh-Romani_language> owl:sameAs <http://lexvo.org/id/iso639-3/rmw> .

<http://dbpedia.org/resource/Welsh_language> owl:sameAs <http://lexvo.org/id/iso639-3/cym> .

<http://dbpedia.org/resource/Werni_language> owl:sameAs <http://lexvo.org/id/iso639-3/wrn> .

<http://dbpedia.org/resource/Wersing_language> owl:sameAs <http://lexvo.org/id/iso639-3/kvw> .

<http://dbpedia.org/resource/West_Banda_language> owl:sameAs <http://lexvo.org/id/iso639-3/bbp> .

<http://dbpedia.org/resource/West_Damar_language> owl:sameAs <http://lexvo.org/id/iso639-3/drn> .

<http://dbpedia.org/resource/West_Frisian_language> owl:sameAs <http://lexvo.org/id/iso639-3/fry> .

<http://dbpedia.org/resource/West_Germanic_languages> owl:sameAs <http://lexvo.org/id/iso639-5/gmw> .

<http://dbpedia.org/resource/West_Low_German> owl:sameAs <http://lexvo.org/id/iso639-3/nds> .

<http://dbpedia.org/resource/West_Makian_language> owl:sameAs <http://lexvo.org/id/iso639-3/mqs> .

<http://dbpedia.org/resource/West_Slavic_languages> owl:sameAs <http://lexvo.org/id/iso639-5/zlw> .

<http://dbpedia.org/resource/West_Uvean_language> owl:sameAs <http://lexvo.org/id/iso639-3/uve> .

<http://dbpedia.org/resource/Western_Abnaki_language> owl:sameAs <http://lexvo.org/id/iso639-3/abe> .

<http://dbpedia.org/resource/Western_Apache_language> owl:sameAs <http://lexvo.org/id/iso639-3/apw> .

<http://dbpedia.org/resource/Western_Bolivian_Guaran%C3%AD> owl:sameAs <http://lexvo.org/id/iso639-3/gnw> .

<http://dbpedia.org/resource/Western_Dani_language> owl:sameAs <http://lexvo.org/id/iso639-3/dnw> .

<http://dbpedia.org/resource/Western_Fijian_language> owl:sameAs <http://lexvo.org/id/iso639-3/wyy> .

<http://dbpedia.org/resource/Western_Huasteca_Nahuatl> owl:sameAs <http://lexvo.org/id/iso639-3/nhw> .

<http://dbpedia.org/resource/Western_Malayo-Polynesian_languages> owl:sameAs <http://lexvo.org/id/iso639-5/pqw> .

<http://dbpedia.org/resource/Western_Neo-Aramaic> owl:sameAs <http://lexvo.org/id/iso639-3/amw> .

<http://dbpedia.org/resource/Western_Ojibwa_language> owl:sameAs <http://lexvo.org/id/iso639-3/ojw> .

<http://dbpedia.org/resource/Western_Panjabi_language> owl:sameAs <http://lexvo.org/id/iso639-3/pnb> .

<http://dbpedia.org/resource/Western_Pantar_language> owl:sameAs <http://lexvo.org/id/iso639-3/lev> .

<http://dbpedia.org/resource/Western_Yugur_language> owl:sameAs <http://lexvo.org/id/iso639-3/ybe> .

<http://dbpedia.org/resource/Westphalian_language> owl:sameAs <http://lexvo.org/id/iso639-3/wep> .

<http://dbpedia.org/resource/Wetarese_languages> owl:sameAs <http://lexvo.org/id/iso639-3/wet> .

<http://dbpedia.org/resource/Weyto_language> owl:sameAs <http://lexvo.org/id/iso639-3/woy> .

<http://dbpedia.org/resource/Whitesands_language> owl:sameAs <http://lexvo.org/id/iso639-3/tnp> .

<http://dbpedia.org/resource/Wich%C3%AD_Lhamt%C3%A9s_G%C3%BCisnay> owl:sameAs <http://lexvo.org/id/iso639-3/mzh> .

<http://dbpedia.org/resource/Wich%C3%AD_Lhamt%C3%A9s_Nocten> owl:sameAs <http://lexvo.org/id/iso639-3/mtp> .

<http://dbpedia.org/resource/Wich%C3%AD_Lhamt%C3%A9s_Vejoz> owl:sameAs <http://lexvo.org/id/iso639-3/wlv> .

<http://dbpedia.org/resource/Wichita_language> owl:sameAs <http://lexvo.org/id/iso639-3/wic> .

<http://dbpedia.org/resource/Wik-Mungknh_language> owl:sameAs <http://lexvo.org/id/iso639-3/wim> .

<http://dbpedia.org/resource/Wik-Ngathan_language> owl:sameAs <http://lexvo.org/id/iso639-3/wig> .

<http://dbpedia.org/resource/Wik-Ngatharr_language> owl:sameAs <http://lexvo.org/id/iso639-3/wik> .

<http://dbpedia.org/resource/Winnebago_language> owl:sameAs <http://lexvo.org/id/iso639-3/win> .

<http://dbpedia.org/resource/Wintu_language> owl:sameAs <http://lexvo.org/id/iso639-3/wit> .

<http://dbpedia.org/resource/Winye_language> owl:sameAs <http://lexvo.org/id/iso639-3/kst> .

<http://dbpedia.org/resource/Wipi_language> owl:sameAs <http://lexvo.org/id/iso639-3/gdr> .

<http://dbpedia.org/resource/Wir%C3%B6_dialect> owl:sameAs <http://lexvo.org/id/iso639-3/wpc> .

<http://dbpedia.org/resource/Wiradjuri_language> owl:sameAs <http://lexvo.org/id/iso639-3/wrh> .

<http://dbpedia.org/resource/Wiru_language> owl:sameAs <http://lexvo.org/id/iso639-3/wiu> .

<http://dbpedia.org/resource/Wiwa_language> owl:sameAs <http://lexvo.org/id/iso639-3/mbp> .

<http://dbpedia.org/resource/Wiyot_language> owl:sameAs <http://lexvo.org/id/iso639-3/wiy> .

<http://dbpedia.org/resource/Wob%C3%A9_language> owl:sameAs <http://lexvo.org/id/iso639-3/wob> .

<http://dbpedia.org/resource/Woccon_language> owl:sameAs <http://lexvo.org/id/iso639-3/xwc> .

<http://dbpedia.org/resource/Wogamusin_language> owl:sameAs <http://lexvo.org/id/iso639-3/wog> .

<http://dbpedia.org/resource/Woi_language> owl:sameAs <http://lexvo.org/id/iso639-3/wbw> .

<http://dbpedia.org/resource/Wolaytta_language> owl:sameAs <http://lexvo.org/id/iso639-3/wal> .

<http://dbpedia.org/resource/Woleaian_language> owl:sameAs <http://lexvo.org/id/iso639-3/woe> .

<http://dbpedia.org/resource/Wolio_language> owl:sameAs <http://lexvo.org/id/iso639-3/wlo> .

<http://dbpedia.org/resource/Wom_language_(Nigeria)> owl:sameAs <http://lexvo.org/id/iso639-3/wom> .

<http://dbpedia.org/resource/Wom_language_(Papua_New_Guinea)> owl:sameAs <http://lexvo.org/id/iso639-3/wmo> .

<http://dbpedia.org/resource/Woods_Cree_language> owl:sameAs <http://lexvo.org/id/iso639-3/cwd> .

<http://dbpedia.org/resource/Worimi_language> owl:sameAs <http://lexvo.org/id/iso639-3/kda> .

<http://dbpedia.org/resource/Wounaan_language> owl:sameAs <http://lexvo.org/id/iso639-3/noa> .

<http://dbpedia.org/resource/Wu_Chinese> owl:sameAs <http://lexvo.org/id/iso639-3/wuu> .

<http://dbpedia.org/resource/Wulna_language> owl:sameAs <http://lexvo.org/id/iso639-3/wux> .

<http://dbpedia.org/resource/Wurrugu_language> owl:sameAs <http://lexvo.org/id/iso639-3/wur> .

<http://dbpedia.org/resource/Wutun_language> owl:sameAs <http://lexvo.org/id/iso639-3/wuh> .

<http://dbpedia.org/resource/Wutung_language> owl:sameAs <http://lexvo.org/id/iso639-3/wut> .

<http://dbpedia.org/resource/Wuvulu-Aua_language> owl:sameAs <http://lexvo.org/id/iso639-3/wuv> .

<http://dbpedia.org/resource/Wuzlam_language> owl:sameAs <http://lexvo.org/id/iso639-3/udl> .

<http://dbpedia.org/resource/Wyandot_language> owl:sameAs <http://lexvo.org/id/iso639-3/wya> .

<http://dbpedia.org/resource/Xakriab%C3%A1_language> owl:sameAs <http://lexvo.org/id/iso639-3/xkr> .

<http://dbpedia.org/resource/Xamtanga_language> owl:sameAs <http://lexvo.org/id/iso639-3/xan> .

<http://dbpedia.org/resource/Xaracuu_language> owl:sameAs <http://lexvo.org/id/iso639-3/ane> .

<http://dbpedia.org/resource/Xavante_language> owl:sameAs <http://lexvo.org/id/iso639-3/xav> .

<http://dbpedia.org/resource/Xer%C3%A9nte_language> owl:sameAs <http://lexvo.org/id/iso639-3/xer> .

<http://dbpedia.org/resource/Xeta_language> owl:sameAs <http://lexvo.org/id/iso639-3/xet> .

<http://dbpedia.org/resource/Xhosa_language> owl:sameAs <http://lexvo.org/id/iso639-3/xho> .

<http://dbpedia.org/resource/Xiang_Chinese> owl:sameAs <http://lexvo.org/id/iso639-3/hsn> .

<http://dbpedia.org/resource/Xibe_language> owl:sameAs <http://lexvo.org/id/iso639-3/sjo> .

<http://dbpedia.org/resource/Xinca_language> owl:sameAs <http://lexvo.org/id/iso639-3/xin> .

<http://dbpedia.org/resource/Xipaya_language> owl:sameAs <http://lexvo.org/id/iso639-3/xiy> .

<http://dbpedia.org/resource/Xiri_language> owl:sameAs <http://lexvo.org/id/iso639-3/xii> .

<http://dbpedia.org/resource/Xokleng_language> owl:sameAs <http://lexvo.org/id/iso639-3/xok> .

<http://dbpedia.org/resource/Y%C3%A9l%C3%AE_Dnye_language> owl:sameAs <http://lexvo.org/id/iso639-3/yle> .

<http://dbpedia.org/resource/Yaaku_language> owl:sameAs <http://lexvo.org/id/iso639-3/muu> .

<http://dbpedia.org/resource/Yaba%C3%A2na_language> owl:sameAs <http://lexvo.org/id/iso639-3/ybn> .

<http://dbpedia.org/resource/Yabarana_language> owl:sameAs <http://lexvo.org/id/iso639-3/yar> .

<http://dbpedia.org/resource/Yabem_language> owl:sameAs <http://lexvo.org/id/iso639-3/jae> .

<http://dbpedia.org/resource/Yabula-Yabula_language> owl:sameAs <http://lexvo.org/id/iso639-3/yxy> .

<http://dbpedia.org/resource/Yaeyama_language> owl:sameAs <http://lexvo.org/id/iso639-3/rys> .

<http://dbpedia.org/resource/Yagaria_language> owl:sameAs <http://lexvo.org/id/iso639-3/ygr> .

<http://dbpedia.org/resource/Yaghan_language> owl:sameAs <http://lexvo.org/id/iso639-3/yag> .

<http://dbpedia.org/resource/Yaghnobi_language> owl:sameAs <http://lexvo.org/id/iso639-3/yai> .

<http://dbpedia.org/resource/Yagua_language> owl:sameAs <http://lexvo.org/id/iso639-3/yad> .

<http://dbpedia.org/resource/Yagwoia_language> owl:sameAs <http://lexvo.org/id/iso639-3/ygw> .

<http://dbpedia.org/resource/Yahang_language> owl:sameAs <http://lexvo.org/id/iso639-3/rhp> .

<http://dbpedia.org/resource/Yahi_dialect> owl:sameAs <http://lexvo.org/id/iso639-3/ynn> .

<http://dbpedia.org/resource/Yaka_language> owl:sameAs <http://lexvo.org/id/iso639-3/yaf> .

<http://dbpedia.org/resource/Yakan_language> owl:sameAs <http://lexvo.org/id/iso639-3/yka> .

<http://dbpedia.org/resource/Yakkha_language> owl:sameAs <http://lexvo.org/id/iso639-3/ybh> .

<http://dbpedia.org/resource/Yal%C3%AB_language> owl:sameAs <http://lexvo.org/id/iso639-3/nce> .

<http://dbpedia.org/resource/Yalarnnga_language> owl:sameAs <http://lexvo.org/id/iso639-3/ylr> .

<http://dbpedia.org/resource/Yalgawarra_language> owl:sameAs <http://lexvo.org/id/iso639-3/fln> .

<http://dbpedia.org/resource/Yalunka_language> owl:sameAs <http://lexvo.org/id/iso639-3/yal> .

<http://dbpedia.org/resource/Yamba_language> owl:sameAs <http://lexvo.org/id/iso639-3/yam> .

<http://dbpedia.org/resource/Yamdena_language> owl:sameAs <http://lexvo.org/id/iso639-3/jmd> .

<http://dbpedia.org/resource/Yameo_language> owl:sameAs <http://lexvo.org/id/iso639-3/yme> .

<http://dbpedia.org/resource/Yami_language> owl:sameAs <http://lexvo.org/id/iso639-3/tao> .

<http://dbpedia.org/resource/Yaminahua_language> owl:sameAs <http://lexvo.org/id/iso639-3/yaa> .

<http://dbpedia.org/resource/Yamphu_language> owl:sameAs <http://lexvo.org/id/iso639-3/ybi> .

<http://dbpedia.org/resource/Yan-nhangu_language> owl:sameAs <http://lexvo.org/id/iso639-3/jay> .

<http://dbpedia.org/resource/Yanam_language> owl:sameAs <http://lexvo.org/id/iso639-3/shb> .

<http://dbpedia.org/resource/Yanda_Dogon> owl:sameAs <http://lexvo.org/id/iso639-3/dym> .

<http://dbpedia.org/resource/Yanesha'_language> owl:sameAs <http://lexvo.org/id/iso639-3/ame> .

<http://dbpedia.org/resource/Yangere_language> owl:sameAs <http://lexvo.org/id/iso639-3/yaj> .

<http://dbpedia.org/resource/Yangkaal> owl:sameAs <http://lexvo.org/id/iso639-3/nny> .

<http://dbpedia.org/resource/Yankunytjatjara_language> owl:sameAs <http://lexvo.org/id/iso639-3/kdd> .

<http://dbpedia.org/resource/Yanyuwa_language> owl:sameAs <http://lexvo.org/id/iso639-3/jao> .

<http://dbpedia.org/resource/Yapese_language> owl:sameAs <http://lexvo.org/id/iso639-3/yap> .

<http://dbpedia.org/resource/Yaqay_language> owl:sameAs <http://lexvo.org/id/iso639-3/jaq> .

<http://dbpedia.org/resource/Yaqui_language> owl:sameAs <http://lexvo.org/id/iso639-3/yaq> .

<http://dbpedia.org/resource/Yar%C3%AD_language> owl:sameAs <http://lexvo.org/id/iso639-3/yri> .

<http://dbpedia.org/resource/Yareba_language> owl:sameAs <http://lexvo.org/id/iso639-3/yrb> .

<http://dbpedia.org/resource/Yaruro_language> owl:sameAs <http://lexvo.org/id/iso639-3/yae> .

<http://dbpedia.org/resource/Yasa_language> owl:sameAs <http://lexvo.org/id/iso639-3/yko> .

<http://dbpedia.org/resource/Yatzachi_Zapotec> owl:sameAs <http://lexvo.org/id/iso639-3/zav> .

<http://dbpedia.org/resource/Yau_language> owl:sameAs <http://lexvo.org/id/iso639-3/yuw> .

<http://dbpedia.org/resource/Yaul_language> owl:sameAs <http://lexvo.org/id/iso639-3/yla> .

<http://dbpedia.org/resource/Yauma_dialect> owl:sameAs <http://lexvo.org/id/iso639-3/yax> .

<http://dbpedia.org/resource/Yaur_language> owl:sameAs <http://lexvo.org/id/iso639-3/jau> .

<http://dbpedia.org/resource/Yaure_language> owl:sameAs <http://lexvo.org/id/iso639-3/yre> .

<http://dbpedia.org/resource/Yavitero_language> owl:sameAs <http://lexvo.org/id/iso639-3/yvt> .

<http://dbpedia.org/resource/Yawa_language> owl:sameAs <http://lexvo.org/id/iso639-3/yva> .

<http://dbpedia.org/resource/Yawuru_language> owl:sameAs <http://lexvo.org/id/iso639-3/ywr> .

<http://dbpedia.org/resource/Yazgulyam_language> owl:sameAs <http://lexvo.org/id/iso639-3/yah> .

<http://dbpedia.org/resource/Ye'kuana_language> owl:sameAs <http://lexvo.org/id/iso639-3/mch> .

<http://dbpedia.org/resource/Ye-Maek_language> owl:sameAs <http://lexvo.org/id/iso639-3/hmk> .

<http://dbpedia.org/resource/Yei_language> owl:sameAs <http://lexvo.org/id/iso639-3/jei> .

<http://dbpedia.org/resource/Yekhee_language> owl:sameAs <http://lexvo.org/id/iso639-3/ets> .

<http://dbpedia.org/resource/Yelmek_language> owl:sameAs <http://lexvo.org/id/iso639-3/jel> .

<http://dbpedia.org/resource/Yemba_language> owl:sameAs <http://lexvo.org/id/iso639-3/ybb> .

<http://dbpedia.org/resource/Yemsa_language> owl:sameAs <http://lexvo.org/id/iso639-3/jnj> .

<http://dbpedia.org/resource/Yeni_language> owl:sameAs <http://lexvo.org/id/iso639-3/yei> .

<http://dbpedia.org/resource/Yerakai_language> owl:sameAs <http://lexvo.org/id/iso639-3/yra> .

<http://dbpedia.org/resource/Yeretuar_language> owl:sameAs <http://lexvo.org/id/iso639-3/gop> .

<http://dbpedia.org/resource/Yerukala_language> owl:sameAs <http://lexvo.org/id/iso639-3/yeu> .

<http://dbpedia.org/resource/Yeskwa_language> owl:sameAs <http://lexvo.org/id/iso639-3/yes> .

<http://dbpedia.org/resource/Yessan_language> owl:sameAs <http://lexvo.org/id/iso639-3/yss> .

<http://dbpedia.org/resource/Yetfa_language> owl:sameAs <http://lexvo.org/id/iso639-3/yet> .

<http://dbpedia.org/resource/Yevanic_language> owl:sameAs <http://lexvo.org/id/iso639-3/yej> .

<http://dbpedia.org/resource/Yeyi_language> owl:sameAs <http://lexvo.org/id/iso639-3/yey> .

<http://dbpedia.org/resource/Yiddish_language> owl:sameAs <http://lexvo.org/id/iso639-3/yid> .

<http://dbpedia.org/resource/Yidgha_language> owl:sameAs <http://lexvo.org/id/iso639-3/ydg> .

<http://dbpedia.org/resource/Yidiny_language> owl:sameAs <http://lexvo.org/id/iso639-3/yii> .

<http://dbpedia.org/resource/Yil_language> owl:sameAs <http://lexvo.org/id/iso639-3/yll> .

<http://dbpedia.org/resource/Yimas_language> owl:sameAs <http://lexvo.org/id/iso639-3/yee> .

<http://dbpedia.org/resource/Yimchungr%C3%BC_language> owl:sameAs <http://lexvo.org/id/iso639-3/yim> .

<http://dbpedia.org/resource/Yine_language> owl:sameAs <http://lexvo.org/id/iso639-3/pib> .

<http://dbpedia.org/resource/Yinggarda_language> owl:sameAs <http://lexvo.org/id/iso639-3/yia> .

<http://dbpedia.org/resource/Yinjibarndi_language> owl:sameAs <http://lexvo.org/id/iso639-3/yij> .

<http://dbpedia.org/resource/Yinwum_dialect> owl:sameAs <http://lexvo.org/id/iso639-3/urf> .

<http://dbpedia.org/resource/Yipma_language> owl:sameAs <http://lexvo.org/id/iso639-3/byr> .

<http://dbpedia.org/resource/Yir-Yoront_language> owl:sameAs <http://lexvo.org/id/iso639-3/yiy> .

<http://dbpedia.org/resource/Yiwom_language> owl:sameAs <http://lexvo.org/id/iso639-3/gek> .

<http://dbpedia.org/resource/Yoke_language> owl:sameAs <http://lexvo.org/id/iso639-3/yki> .

<http://dbpedia.org/resource/Yokutsan_languages> owl:sameAs <http://lexvo.org/id/iso639-3/yok> .

<http://dbpedia.org/resource/Yola_language> owl:sameAs <http://lexvo.org/id/iso639-3/yol> .

<http://dbpedia.org/resource/Yom_language> owl:sameAs <http://lexvo.org/id/iso639-3/pil> .

<http://dbpedia.org/resource/Yonaguni_language> owl:sameAs <http://lexvo.org/id/iso639-3/yoi> .

<http://dbpedia.org/resource/Yoncalla_language> owl:sameAs <http://lexvo.org/id/iso639-3/sxk> .

<http://dbpedia.org/resource/Yopno_language> owl:sameAs <http://lexvo.org/id/iso639-3/yut> .

<http://dbpedia.org/resource/Yora_language> owl:sameAs <http://lexvo.org/id/iso639-3/mts> .

<http://dbpedia.org/resource/Yorta_Yorta_language> owl:sameAs <http://lexvo.org/id/iso639-3/xyy> .

<http://dbpedia.org/resource/Yoruba_language> owl:sameAs <http://lexvo.org/id/iso639-3/yor> .

<http://dbpedia.org/resource/Yucatec_Maya_language> owl:sameAs <http://lexvo.org/id/iso639-3/yua> .

<http://dbpedia.org/resource/Yuchi_language> owl:sameAs <http://lexvo.org/id/iso639-3/yuc> .

<http://dbpedia.org/resource/Yucuna_language> owl:sameAs <http://lexvo.org/id/iso639-3/ycn> .

<http://dbpedia.org/resource/Yugambeh_language> owl:sameAs <http://lexvo.org/id/iso639-3/yub> .

<http://dbpedia.org/resource/Yugh_language> owl:sameAs <http://lexvo.org/id/iso639-3/yuu> .

<http://dbpedia.org/resource/Yuki_language> owl:sameAs <http://lexvo.org/id/iso639-3/yuk> .

<http://dbpedia.org/resource/Yukpa_language> owl:sameAs <http://lexvo.org/id/iso639-3/yup> .

<http://dbpedia.org/resource/Yulu_language> owl:sameAs <http://lexvo.org/id/iso639-3/yul> .

<http://dbpedia.org/resource/Yuno_language> owl:sameAs <http://lexvo.org/id/iso639-3/buh> .

<http://dbpedia.org/resource/Yupik_languages> owl:sameAs <http://lexvo.org/id/iso639-5/ypk> .

<http://dbpedia.org/resource/Yuracar%C3%A9_language> owl:sameAs <http://lexvo.org/id/iso639-3/yuz> .

<http://dbpedia.org/resource/Yuri_language_(New_Guinea)> owl:sameAs <http://lexvo.org/id/iso639-3/yuj> .

<http://dbpedia.org/resource/Yurok_language> owl:sameAs <http://lexvo.org/id/iso639-3/yur> .

<http://dbpedia.org/resource/Z%C3%A1paro_language> owl:sameAs <http://lexvo.org/id/iso639-3/zro> .

<http://dbpedia.org/resource/Zaghawa_language> owl:sameAs <http://lexvo.org/id/iso639-3/zag> .

<http://dbpedia.org/resource/Zaiwa_language> owl:sameAs <http://lexvo.org/id/iso639-3/atb> .

<http://dbpedia.org/resource/Zakhring_language> owl:sameAs <http://lexvo.org/id/iso639-3/zkr> .

<http://dbpedia.org/resource/Zambian_Sign_Language> owl:sameAs <http://lexvo.org/id/iso639-3/zsl> .

<http://dbpedia.org/resource/Zanaki_language> owl:sameAs <http://lexvo.org/id/iso639-3/zak> .

<http://dbpedia.org/resource/Zande_language> owl:sameAs <http://lexvo.org/id/iso639-3/zne> .

<http://dbpedia.org/resource/Zande_languages> owl:sameAs <http://lexvo.org/id/iso639-5/znd> .

<http://dbpedia.org/resource/Zangwal_language> owl:sameAs <http://lexvo.org/id/iso639-3/zah> .

<http://dbpedia.org/resource/Zapotec_languages> owl:sameAs <http://lexvo.org/id/iso639-3/zap> .

<http://dbpedia.org/resource/Zapotitl%C3%A1n_de_M%C3%A9ndez_Totonac> owl:sameAs <http://lexvo.org/id/iso639-3/tos> .

<http://dbpedia.org/resource/Zaramo_language> owl:sameAs <http://lexvo.org/id/iso639-3/zaj> .

<http://dbpedia.org/resource/Zari_language> owl:sameAs <http://lexvo.org/id/iso639-3/zaz> .

<http://dbpedia.org/resource/Zarma_language> owl:sameAs <http://lexvo.org/id/iso639-3/dje> .

<http://dbpedia.org/resource/Zarphatic_language> owl:sameAs <http://lexvo.org/id/iso639-3/zrp> .

<http://dbpedia.org/resource/Zay_language> owl:sameAs <http://lexvo.org/id/iso639-3/zwa> .

<http://dbpedia.org/resource/Zayse-Zergulla_language> owl:sameAs <http://lexvo.org/id/iso639-3/zay> .

<http://dbpedia.org/resource/Zeelandic> owl:sameAs <http://lexvo.org/id/iso639-3/zea> .

<http://dbpedia.org/resource/Zeem_language> owl:sameAs <http://lexvo.org/id/iso639-3/zua> .

<http://dbpedia.org/resource/Zemba_language> owl:sameAs <http://lexvo.org/id/iso639-3/dhm> .

<http://dbpedia.org/resource/Zenaga_language> owl:sameAs <http://lexvo.org/id/iso639-3/zen> .

<http://dbpedia.org/resource/Zenati_language> owl:sameAs <http://lexvo.org/id/iso639-3/grr> .

<http://dbpedia.org/resource/Zhaba_language> owl:sameAs <http://lexvo.org/id/iso639-3/zhb> .

<http://dbpedia.org/resource/Zhang-Zhung_language> owl:sameAs <http://lexvo.org/id/iso639-3/xzh> .

<http://dbpedia.org/resource/Zhuang_languages> owl:sameAs <http://lexvo.org/id/iso639-3/zha> .

<http://dbpedia.org/resource/Zia_language> owl:sameAs <http://lexvo.org/id/iso639-3/zia> .

<http://dbpedia.org/resource/Zialo_language> owl:sameAs <http://lexvo.org/id/iso639-3/zil> .

<http://dbpedia.org/resource/Zimakani_language> owl:sameAs <http://lexvo.org/id/iso639-3/zik> .

<http://dbpedia.org/resource/Zimba_language> owl:sameAs <http://lexvo.org/id/iso639-3/zmb> .

<http://dbpedia.org/resource/Zirenkel_language> owl:sameAs <http://lexvo.org/id/iso639-3/zrn> .

<http://dbpedia.org/resource/Zizilivakan_language> owl:sameAs <http://lexvo.org/id/iso639-3/ziz> .

<http://dbpedia.org/resource/Zo'%C3%A9_language> owl:sameAs <http://lexvo.org/id/iso639-3/pto> .

<http://dbpedia.org/resource/Zotung_language> owl:sameAs <http://lexvo.org/id/iso639-3/czt> .

<http://dbpedia.org/resource/Zou_language> owl:sameAs <http://lexvo.org/id/iso639-3/zom> .

<http://dbpedia.org/resource/Zulgo-Gemzek_language> owl:sameAs <http://lexvo.org/id/iso639-3/gnd> .

<http://dbpedia.org/resource/Zulu_language> owl:sameAs <http://lexvo.org/id/iso639-3/zul> .

<http://dbpedia.org/resource/Zumaya_language> owl:sameAs <http://lexvo.org/id/iso639-3/zuy> .

<http://dbpedia.org/resource/Zumbun_language> owl:sameAs <http://lexvo.org/id/iso639-3/jmb> .

<http://dbpedia.org/resource/Zuni_language> owl:sameAs <http://lexvo.org/id/iso639-3/zun> .

<http://dbpedia.org/resource/Zuruah%C3%A1_language> owl:sameAs <http://lexvo.org/id/iso639-3/swx> .

<http://dbpedia.org/resource/Zyphe_language> owl:sameAs <http://lexvo.org/id/iso639-3/zyp> .

<http://dbpedia.org/resource/creole_languages> owl:sameAs <http://lexvo.org/id/iso639-5/crp> .

<http://dbpedia.org/resource/creoles_and_pidgins%2C_English%E2%80%91based> owl:sameAs <http://lexvo.org/id/iso639-5/cpe> .

<http://dbpedia.org/resource/sign_languages> owl:sameAs <http://lexvo.org/id/iso639-5/sgn> .

<http://lexvo.org/id/char/200A8> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/137> ;
    lvont:represents "𠂨"^^xsd:string .

<http://lexvo.org/id/char/200C9> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/5> ;
    lvont:represents "𠃉"^^xsd:string .

<http://lexvo.org/id/char/200CA> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/5> ;
    lvont:represents "𠃊"^^xsd:string .

<http://lexvo.org/id/char/200CB> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/5> ;
    lvont:represents "𠃋"^^xsd:string .

<http://lexvo.org/id/char/200CC> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/5> ;
    lvont:represents "𠃌"^^xsd:string .

<http://lexvo.org/id/char/200CD> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/5> ;
    lvont:represents "𠃍"^^xsd:string .

<http://lexvo.org/id/char/200CE> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/5> ;
    lvont:represents "𠃎"^^xsd:string .

<http://lexvo.org/id/char/200D1> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/5> ;
    lvont:represents "𠃑"^^xsd:string .

<http://lexvo.org/id/char/2010C> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/6> ;
    lvont:represents "𠄌"^^xsd:string .

<http://lexvo.org/id/char/2011E> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/7> ;
    lvont:represents "𠄞"^^xsd:string .

<http://lexvo.org/id/char/2011F> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/7> ;
    lvont:represents "𠄟"^^xsd:string .

<http://lexvo.org/id/char/20120> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/7> ;
    lvont:represents "𠄠"^^xsd:string .

<http://lexvo.org/id/char/201A2> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/9> ;
    lvont:represents "𠆢"^^xsd:string .

<http://lexvo.org/id/char/202D1> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/184> ;
    lvont:represents "𠋑"^^xsd:string .

<http://lexvo.org/id/char/20507> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/162> ;
    lvont:represents "𠔇"^^xsd:string .

<http://lexvo.org/id/char/20627> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/16> ;
    lvont:represents "𠘧"^^xsd:string .

<http://lexvo.org/id/char/20628> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/16> ;
    lvont:represents "𠘨"^^xsd:string .

<http://lexvo.org/id/char/20674> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/17> ;
    lvont:represents "𠙴"^^xsd:string .

<http://lexvo.org/id/char/20691> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/176> ;
    lvont:represents "𠚑"^^xsd:string .

<http://lexvo.org/id/char/206A3> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/18> ;
    lvont:represents "𠚣"^^xsd:string .

<http://lexvo.org/id/char/2090E> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/21> ;
    lvont:represents "𠤎"^^xsd:string .

<http://lexvo.org/id/char/2092C> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/22> ;
    lvont:represents "𠤬"^^xsd:string .

<http://lexvo.org/id/char/209F8> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/197> ;
    lvont:represents "𠧸"^^xsd:string .

<http://lexvo.org/id/char/21537> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/207> ;
    lvont:represents "𡔷"^^xsd:string .

<http://lexvo.org/id/char/21552> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/34> ;
    lvont:represents "𡕒"^^xsd:string .

<http://lexvo.org/id/char/2193C> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/39> ;
    lvont:represents "𡤼"^^xsd:string .

<http://lexvo.org/id/char/21B54> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/42> ;
    lvont:represents "𡭔"^^xsd:string .

<http://lexvo.org/id/char/21BC1> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/43> ;
    lvont:represents "𡯁"^^xsd:string .

<http://lexvo.org/id/char/21BC2> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/43> ;
    lvont:represents "𡯂"^^xsd:string .

<http://lexvo.org/id/char/21C23> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/44> ;
    lvont:represents "𡰣"^^xsd:string .

<http://lexvo.org/id/char/21CFE> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/45> ;
    lvont:represents "𡳾"^^xsd:string .

<http://lexvo.org/id/char/21FE6> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/47> ;
    lvont:represents "𡿦"^^xsd:string .

<http://lexvo.org/id/char/21FE8> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/47> ;
    lvont:represents "𡿨"^^xsd:string .

<http://lexvo.org/id/char/22256> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/198> ;
    lvont:represents "𢉖"^^xsd:string .

<http://lexvo.org/id/char/2232C> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/55> ;
    lvont:represents "𢌬"^^xsd:string .

<http://lexvo.org/id/char/2237A> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/56> ;
    lvont:represents "𢍺"^^xsd:string .

<http://lexvo.org/id/char/22397> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/57> ;
    lvont:represents "𢎗"^^xsd:string .

<http://lexvo.org/id/char/22398> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/57> ;
    lvont:represents "𢎘"^^xsd:string .

<http://lexvo.org/id/char/225A9> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/61> ;
    lvont:represents "𢖩"^^xsd:string .

<http://lexvo.org/id/char/2306C> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/68> ;
    lvont:represents "𣁬"^^xsd:string .

<http://lexvo.org/id/char/23091> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/69> ;
    lvont:represents "𣂑"^^xsd:string .

<http://lexvo.org/id/char/233B3> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/75> ;
    lvont:represents "𣎳"^^xsd:string .

<http://lexvo.org/id/char/233B4> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/75> ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%F0%A3%8E%B4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C7%94n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dan2>,
        <http://lexvo.org/id/term/yue/%F0%A3%8E%B4>,
        "𣎴"^^xsd:string ;
    rdfs:comment "stump of a tree"@en .

<http://lexvo.org/id/char/23942> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/77> ;
    lvont:represents "𣥂"^^xsd:string .

<http://lexvo.org/id/char/2398B> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/211> ;
    lvont:represents "𣦋"^^xsd:string .

<http://lexvo.org/id/char/239B5> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/78> ;
    lvont:represents "𣦵"^^xsd:string .

<http://lexvo.org/id/char/239B6> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/78> ;
    lvont:represents "𣦶"^^xsd:string .

<http://lexvo.org/id/char/23AEC> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/80> ;
    lvont:represents "𣫬"^^xsd:string .

<http://lexvo.org/id/char/23B1B> a lvont:Character ;
    lvont:label "3" ;
    lvont:means <http://lexvo.org/id/kangxi-radical/82> ;
    lvont:represents "𣬛"^^xsd:string .

<http://lexvo.org/id/char/23C71> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/85> ;
    lvont:represents "𣱱"^^xsd:string .

<http://lexvo.org/id/char/242F3> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/195> ;
    lvont:represents "𤋳"^^xsd:string .

<http://lexvo.org/id/char/244EF> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/87> ;
    lvont:represents "𤓯"^^xsd:string .

<http://lexvo.org/id/char/244F0> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/87> ;
    lvont:represents "𤓰"^^xsd:string .

<http://lexvo.org/id/char/2456A> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/90> ;
    lvont:represents "𤕪"^^xsd:string .

<http://lexvo.org/id/char/248E5> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/95> ;
    lvont:represents "𤣥"^^xsd:string .

<http://lexvo.org/id/char/248E9> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/96> ;
    lvont:represents "𤣩"^^xsd:string .

<http://lexvo.org/id/char/24BBA> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/99> ;
    lvont:represents "𤮺"^^xsd:string .

<http://lexvo.org/id/char/24BD3> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/100> ;
    lvont:represents "𤯓"^^xsd:string .

<http://lexvo.org/id/char/24C12> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/102> ;
    lvont:represents "𤰒"^^xsd:string .

<http://lexvo.org/id/char/24D13> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/103> ;
    lvont:represents "𤴓"^^xsd:string .

<http://lexvo.org/id/char/24D14> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/103> ;
    lvont:represents "𤴔"^^xsd:string .

<http://lexvo.org/id/char/25605> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/113> ;
    lvont:represents "𥘅"^^xsd:string .

<http://lexvo.org/id/char/2574C> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/115> ;
    lvont:represents "𥝌"^^xsd:string .

<http://lexvo.org/id/char/25922> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/116> ;
    lvont:represents "𥤢"^^xsd:string .

<http://lexvo.org/id/char/25AD7> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/118> ;
    lvont:represents "𥫗"^^xsd:string .

<http://lexvo.org/id/char/26222> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/121> ;
    lvont:represents "𦈢"^^xsd:string .

<http://lexvo.org/id/char/2626A> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/122> ;
    lvont:represents "𦉪"^^xsd:string .

<http://lexvo.org/id/char/2626B> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/122> ;
    lvont:represents "𦉫"^^xsd:string .

<http://lexvo.org/id/char/2626D> a lvont:Character ;
    lvont:label "4" ;
    lvont:means <http://lexvo.org/id/kangxi-radical/122> ;
    lvont:represents "𦉭"^^xsd:string .

<http://lexvo.org/id/char/26270> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/122> ;
    lvont:represents "𦉰"^^xsd:string .

<http://lexvo.org/id/char/2634B> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/123> ;
    lvont:represents "𦍋"^^xsd:string .

<http://lexvo.org/id/char/2634C> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/123> ;
    lvont:represents "𦍌"^^xsd:string .

<http://lexvo.org/id/char/2634D> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/123> ;
    lvont:represents "𦍍"^^xsd:string .

<http://lexvo.org/id/char/263F2> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/124> ;
    lvont:represents "𦏲"^^xsd:string .

<http://lexvo.org/id/char/264D0> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/126> ;
    lvont:represents "𦓐"^^xsd:string .

<http://lexvo.org/id/char/264E4> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/127> ;
    lvont:represents "𦓤"^^xsd:string .

<http://lexvo.org/id/char/26612> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/129> ;
    lvont:represents "𦘒"^^xsd:string .

<http://lexvo.org/id/char/268DD> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/131> ;
    lvont:represents "𦣝"^^xsd:string .

<http://lexvo.org/id/char/268DE> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/131> ;
    lvont:represents "𦣞"^^xsd:string .

<http://lexvo.org/id/char/268F9> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/132> ;
    lvont:represents "𦣹"^^xsd:string .

<http://lexvo.org/id/char/26933> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/133> ;
    lvont:represents "𦤳"^^xsd:string .

<http://lexvo.org/id/char/26934> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/133> ;
    lvont:represents "𦤴"^^xsd:string .

<http://lexvo.org/id/char/26951> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/134> ;
    lvont:represents "𦥑"^^xsd:string .

<http://lexvo.org/id/char/26952> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/134> ;
    lvont:represents "𦥒"^^xsd:string .

<http://lexvo.org/id/char/26953> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/134> ;
    lvont:represents "𦥓"^^xsd:string .

<http://lexvo.org/id/char/27607> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/145> ;
    lvont:represents <http://lexvo.org/id/term/vie/%E1%BA%A5y>,
        "𧘇"^^xsd:string .

<http://lexvo.org/id/char/278B2> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/148> ;
    lvont:represents "𧢲"^^xsd:string .

<http://lexvo.org/id/char/2795B> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/149> ;
    lvont:represents "𧥛"^^xsd:string .

<http://lexvo.org/id/char/2795C> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/149> ;
    lvont:represents "𧥜"^^xsd:string .

<http://lexvo.org/id/char/27BAB> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/150> ;
    lvont:represents "𧮫"^^xsd:string .

<http://lexvo.org/id/char/27C27> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/152> ;
    lvont:represents "𧰧"^^xsd:string ;
    rdfs:comment "to assemble"@en .

<http://lexvo.org/id/char/27C28> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/152> ;
    lvont:represents "𧰨"^^xsd:string .

<http://lexvo.org/id/char/27E86> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/156> ;
    lvont:represents "𧺆"^^xsd:string .

<http://lexvo.org/id/char/27FB7> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/157> ;
    lvont:represents "𧾷"^^xsd:string .

<http://lexvo.org/id/char/2820F> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/158> ;
    lvont:represents "𨈏"^^xsd:string .

<http://lexvo.org/id/char/28210> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/158> ;
    lvont:represents "𨈐"^^xsd:string .

<http://lexvo.org/id/char/28211> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/158> ;
    lvont:represents "𨈑"^^xsd:string .

<http://lexvo.org/id/char/2840B> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/160> ;
    lvont:represents "𨐋"^^xsd:string .

<http://lexvo.org/id/char/28443> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/161> ;
    lvont:represents "𨑃"^^xsd:string .

<http://lexvo.org/id/char/28444> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/161> ;
    lvont:represents "𨑄"^^xsd:string .

<http://lexvo.org/id/char/28668> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/163> ;
    lvont:represents "𨙨"^^xsd:string .

<http://lexvo.org/id/char/28C57> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/168> ;
    lvont:represents "𨱗"^^xsd:string .

<http://lexvo.org/id/char/28C58> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/168> ;
    lvont:represents "𨱘"^^xsd:string .

<http://lexvo.org/id/char/28CC7> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/169> ;
    lvont:represents "𨳇"^^xsd:string .

<http://lexvo.org/id/char/28CC8> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/169> ;
    lvont:represents "𨳈"^^xsd:string .

<http://lexvo.org/id/char/28E0F> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/170> ;
    lvont:represents "𨸏"^^xsd:string .

<http://lexvo.org/id/char/2944B> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/181> ;
    lvont:represents "𩑋"^^xsd:string .

<http://lexvo.org/id/char/29671> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/183> ;
    lvont:represents "𩙱"^^xsd:string .

<http://lexvo.org/id/char/2967F> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/184> ;
    lvont:represents "𩙿"^^xsd:string .

<http://lexvo.org/id/char/29680> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/184> ;
    lvont:represents "𩚀"^^xsd:string .

<http://lexvo.org/id/char/29681> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/184> ;
    lvont:represents "𩚁"^^xsd:string .

<http://lexvo.org/id/char/29683> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/184> ;
    lvont:represents "𩚃"^^xsd:string .

<http://lexvo.org/id/char/29810> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/185> ;
    lvont:represents "𩠐"^^xsd:string .

<http://lexvo.org/id/char/29867> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/187> ;
    lvont:represents "𩡧"^^xsd:string .

<http://lexvo.org/id/char/29C0A> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/191> ;
    lvont:represents "𩰊"^^xsd:string .

<http://lexvo.org/id/char/29C0B> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/191> ;
    lvont:represents "𩰋"^^xsd:string .

<http://lexvo.org/id/char/29D4B> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/195> ;
    lvont:represents "𩵋"^^xsd:string ;
    rdfs:comment "(J) nonstandard variant of 魚 U+9B5A, fish"@en .

<http://lexvo.org/id/char/2A417> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/203> ;
    lvont:represents "𪐗"^^xsd:string .

<http://lexvo.org/id/char/2A502> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/206> ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%F0%AA%94%82>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C7%90ng>,
        "𪔂"^^xsd:string ;
    rdfs:comment "tripod"@en .

<http://lexvo.org/id/char/2A5C4> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/210> ;
    lvont:represents "𪗄"^^xsd:string .

<http://lexvo.org/id/char/2A6A6> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/213> ;
    lvont:represents "𪚦"^^xsd:string .

<http://lexvo.org/id/char/2A6C9> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/213> ;
    lvont:represents "𪛉"^^xsd:string .

<http://lexvo.org/id/char/2EA6> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/90> ;
    lvont:represents "⺦"^^xsd:string ;
    rdfs:comment "CJK RADICAL SIMPLIFIED HALF TREE TRUNK"@en .

<http://lexvo.org/id/char/2EB0> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/120> ;
    lvont:represents "⺰"^^xsd:string ;
    rdfs:comment "CJK RADICAL C-SIMPLIFIED SILK"@en .

<http://lexvo.org/id/char/2EC5> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/147> ;
    lvont:represents "⻅"^^xsd:string ;
    rdfs:comment "CJK RADICAL C-SIMPLIFIED SEE"@en .

<http://lexvo.org/id/char/2EC8> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/149> ;
    lvont:represents "⻈"^^xsd:string ;
    rdfs:comment "CJK RADICAL C-SIMPLIFIED SPEECH"@en .

<http://lexvo.org/id/char/2EC9> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/154> ;
    lvont:represents "⻉"^^xsd:string ;
    rdfs:comment "CJK RADICAL C-SIMPLIFIED SHELL"@en .

<http://lexvo.org/id/char/2ECB> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/159> ;
    lvont:represents "⻋"^^xsd:string ;
    rdfs:comment "CJK RADICAL C-SIMPLIFIED CART"@en .

<http://lexvo.org/id/char/2ECC> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/162> ;
    lvont:represents "⻌"^^xsd:string ;
    rdfs:comment "CJK RADICAL SIMPLIFIED WALK"@en .

<http://lexvo.org/id/char/2ED0> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/167> ;
    lvont:represents "⻐"^^xsd:string ;
    rdfs:comment "CJK RADICAL C-SIMPLIFIED GOLD"@en .

<http://lexvo.org/id/char/2ED3> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/168> ;
    lvont:represents "⻓"^^xsd:string ;
    rdfs:comment "CJK RADICAL C-SIMPLIFIED LONG"@en .

<http://lexvo.org/id/char/2ED4> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/169> ;
    lvont:represents "⻔"^^xsd:string ;
    rdfs:comment "CJK RADICAL C-SIMPLIFIED GATE"@en .

<http://lexvo.org/id/char/2ED9> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/178> ;
    lvont:represents "⻙"^^xsd:string ;
    rdfs:comment "CJK RADICAL C-SIMPLIFIED TANNED LEATHER"@en .

<http://lexvo.org/id/char/2EDA> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/181> ;
    lvont:represents "⻚"^^xsd:string ;
    rdfs:comment "CJK RADICAL C-SIMPLIFIED LEAF"@en .

<http://lexvo.org/id/char/2EDB> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/182> ;
    lvont:represents "⻛"^^xsd:string ;
    rdfs:comment "CJK RADICAL C-SIMPLIFIED WIND"@en .

<http://lexvo.org/id/char/2EDC> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/183> ;
    lvont:represents "⻜"^^xsd:string ;
    rdfs:comment "CJK RADICAL C-SIMPLIFIED FLY"@en .

<http://lexvo.org/id/char/2EE0> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/184> ;
    lvont:represents "⻠"^^xsd:string ;
    rdfs:comment "CJK RADICAL C-SIMPLIFIED EAT"@en .

<http://lexvo.org/id/char/2EE2> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/187> ;
    lvont:represents "⻢"^^xsd:string ;
    rdfs:comment "CJK RADICAL C-SIMPLIFIED HORSE"@en .

<http://lexvo.org/id/char/2EE5> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/195> ;
    lvont:represents "⻥"^^xsd:string ;
    rdfs:comment "CJK RADICAL C-SIMPLIFIED FISH"@en .

<http://lexvo.org/id/char/2EE6> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/196> ;
    lvont:represents "⻦"^^xsd:string ;
    rdfs:comment "CJK RADICAL C-SIMPLIFIED BIRD"@en .

<http://lexvo.org/id/char/2EE7> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/197> ;
    lvont:represents "⻧"^^xsd:string ;
    rdfs:comment "CJK RADICAL C-SIMPLIFIED SALT"@en .

<http://lexvo.org/id/char/2EE8> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/199> ;
    lvont:represents "⻨"^^xsd:string ;
    rdfs:comment "CJK RADICAL SIMPLIFIED WHEAT"@en .

<http://lexvo.org/id/char/2EE9> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/201> ;
    lvont:represents "⻩"^^xsd:string ;
    rdfs:comment "CJK RADICAL SIMPLIFIED YELLOW"@en .

<http://lexvo.org/id/char/2EEA> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/205> ;
    lvont:represents "⻪"^^xsd:string ;
    rdfs:comment "CJK RADICAL C-SIMPLIFIED FROG"@en .

<http://lexvo.org/id/char/2EEC> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/210> ;
    lvont:represents "⻬"^^xsd:string ;
    rdfs:comment "CJK RADICAL C-SIMPLIFIED EVEN"@en .

<http://lexvo.org/id/char/2EEE> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/211> ;
    lvont:represents "⻮"^^xsd:string ;
    rdfs:comment "CJK RADICAL C-SIMPLIFIED TOOTH"@en .

<http://lexvo.org/id/char/2EF0> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/212> ;
    lvont:represents "⻰"^^xsd:string ;
    rdfs:comment "CJK RADICAL C-SIMPLIFIED DRAGON"@en .

<http://lexvo.org/id/char/2EF3> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/213> ;
    lvont:represents "⻳"^^xsd:string ;
    rdfs:comment "CJK RADICAL C-SIMPLIFIED TURTLE"@en .

<http://lexvo.org/id/char/2F00> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/1> ;
    lvont:represents "⼀"^^xsd:string ;
    rdfs:comment "KANGXI RADICAL ONE"@en .

<http://lexvo.org/id/char/2F01> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/2> ;
    lvont:represents "⼁"^^xsd:string ;
    rdfs:comment "KANGXI RADICAL LINE"@en .

<http://lexvo.org/id/char/2F02> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/3> ;
    lvont:represents "⼂"^^xsd:string ;
    rdfs:comment "KANGXI RADICAL DOT"@en .

<http://lexvo.org/id/char/2F03> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/4> ;
    lvont:represents "⼃"^^xsd:string ;
    rdfs:comment "KANGXI RADICAL SLASH"@en .

<http://lexvo.org/id/char/2F04> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/5> ;
    lvont:represents "⼄"^^xsd:string ;
    rdfs:comment "KANGXI RADICAL SECOND"@en .

<http://lexvo.org/id/char/2F05> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/6> ;
    lvont:represents "⼅"^^xsd:string ;
    rdfs:comment "KANGXI RADICAL HOOK"@en .

<http://lexvo.org/id/char/2F06> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/7> ;
    lvont:represents "⼆"^^xsd:string ;
    rdfs:comment "KANGXI RADICAL TWO"@en .

<http://lexvo.org/id/char/2F07> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/8> ;
    lvont:represents "⼇"^^xsd:string ;
    rdfs:comment "KANGXI RADICAL LID"@en .

<http://lexvo.org/id/char/2F08> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/9> ;
    lvont:represents "⼈"^^xsd:string ;
    rdfs:comment "KANGXI RADICAL MAN"@en .

<http://lexvo.org/id/char/2F09> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/10> ;
    lvont:represents "⼉"^^xsd:string ;
    rdfs:comment "KANGXI RADICAL LEGS"@en .

<http://lexvo.org/id/char/2F0A> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/11> ;
    lvont:represents "⼊"^^xsd:string ;
    rdfs:comment "KANGXI RADICAL ENTER"@en .

<http://lexvo.org/id/char/2F0B> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/12> ;
    lvont:represents "⼋"^^xsd:string ;
    rdfs:comment "KANGXI RADICAL EIGHT"@en .

<http://lexvo.org/id/char/2F0C> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/13> ;
    lvont:represents "⼌"^^xsd:string ;
    rdfs:comment "KANGXI RADICAL DOWN BOX"@en .

<http://lexvo.org/id/char/2F0D> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/14> ;
    lvont:represents "⼍"^^xsd:string ;
    rdfs:comment "KANGXI RADICAL COVER"@en .

<http://lexvo.org/id/char/2F0E> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/15> ;
    lvont:represents "⼎"^^xsd:string ;
    rdfs:comment "KANGXI RADICAL ICE"@en .

<http://lexvo.org/id/char/2F0F> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/16> ;
    lvont:represents "⼏"^^xsd:string ;
    rdfs:comment "KANGXI RADICAL TABLE"@en .

<http://lexvo.org/id/char/2F10> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/17> ;
    lvont:represents "⼐"^^xsd:string ;
    rdfs:comment "KANGXI RADICAL OPEN BOX"@en .

<http://lexvo.org/id/char/2F11> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/18> ;
    lvont:represents "⼑"^^xsd:string ;
    rdfs:comment "KANGXI RADICAL KNIFE"@en .

<http://lexvo.org/id/char/2F12> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/19> ;
    lvont:represents "⼒"^^xsd:string ;
    rdfs:comment "KANGXI RADICAL POWER"@en .

<http://lexvo.org/id/char/2F13> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/20> ;
    lvont:represents "⼓"^^xsd:string ;
    rdfs:comment "KANGXI RADICAL WRAP"@en .

<http://lexvo.org/id/char/2F14> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/21> ;
    lvont:represents "⼔"^^xsd:string ;
    rdfs:comment "KANGXI RADICAL SPOON"@en .

<http://lexvo.org/id/char/2F15> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/22> ;
    lvont:represents "⼕"^^xsd:string ;
    rdfs:comment "KANGXI RADICAL RIGHT OPEN BOX"@en .

<http://lexvo.org/id/char/2F16> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/23> ;
    lvont:represents "⼖"^^xsd:string ;
    rdfs:comment "KANGXI RADICAL HIDING ENCLOSURE"@en .

<http://lexvo.org/id/char/2F17> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/24> ;
    lvont:represents "⼗"^^xsd:string ;
    rdfs:comment "KANGXI RADICAL TEN"@en .

<http://lexvo.org/id/char/2F18> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/25> ;
    lvont:represents "⼘"^^xsd:string ;
    rdfs:comment "KANGXI RADICAL DIVINATION"@en .

<http://lexvo.org/id/char/2F19> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/26> ;
    lvont:represents "⼙"^^xsd:string ;
    rdfs:comment "KANGXI RADICAL SEAL"@en .

<http://lexvo.org/id/char/2F1A> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/27> ;
    lvont:represents "⼚"^^xsd:string ;
    rdfs:comment "KANGXI RADICAL CLIFF"@en .

<http://lexvo.org/id/char/2F1B> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/28> ;
    lvont:represents "⼛"^^xsd:string ;
    rdfs:comment "KANGXI RADICAL PRIVATE"@en .

<http://lexvo.org/id/char/2F1C> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/29> ;
    lvont:represents "⼜"^^xsd:string ;
    rdfs:comment "KANGXI RADICAL AGAIN"@en .

<http://lexvo.org/id/char/2F1D> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/30> ;
    lvont:represents "⼝"^^xsd:string ;
    rdfs:comment "KANGXI RADICAL MOUTH"@en .

<http://lexvo.org/id/char/2F1E> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/31> ;
    lvont:represents "⼞"^^xsd:string ;
    rdfs:comment "KANGXI RADICAL ENCLOSURE"@en .

<http://lexvo.org/id/char/2F1F> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/32> ;
    lvont:represents "⼟"^^xsd:string ;
    rdfs:comment "KANGXI RADICAL EARTH"@en .

<http://lexvo.org/id/char/2F20> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/33> ;
    lvont:represents "⼠"^^xsd:string ;
    rdfs:comment "KANGXI RADICAL SCHOLAR"@en .

<http://lexvo.org/id/char/2F21> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/34> ;
    lvont:represents "⼡"^^xsd:string ;
    rdfs:comment "KANGXI RADICAL GO"@en .

<http://lexvo.org/id/char/2F22> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/35> ;
    lvont:represents "⼢"^^xsd:string ;
    rdfs:comment "KANGXI RADICAL GO SLOWLY"@en .

<http://lexvo.org/id/char/2F23> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/36> ;
    lvont:represents "⼣"^^xsd:string ;
    rdfs:comment "KANGXI RADICAL EVENING"@en .

<http://lexvo.org/id/char/2F24> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/37> ;
    lvont:represents "⼤"^^xsd:string ;
    rdfs:comment "KANGXI RADICAL BIG"@en .

<http://lexvo.org/id/char/2F25> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/38> ;
    lvont:represents "⼥"^^xsd:string ;
    rdfs:comment "KANGXI RADICAL WOMAN"@en .

<http://lexvo.org/id/char/2F26> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/39> ;
    lvont:represents "⼦"^^xsd:string ;
    rdfs:comment "KANGXI RADICAL CHILD"@en .

<http://lexvo.org/id/char/2F27> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/40> ;
    lvont:represents "⼧"^^xsd:string ;
    rdfs:comment "KANGXI RADICAL ROOF"@en .

<http://lexvo.org/id/char/2F28> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/41> ;
    lvont:represents "⼨"^^xsd:string ;
    rdfs:comment "KANGXI RADICAL INCH"@en .

<http://lexvo.org/id/char/2F29> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/42> ;
    lvont:represents "⼩"^^xsd:string ;
    rdfs:comment "KANGXI RADICAL SMALL"@en .

<http://lexvo.org/id/char/2F2A> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/43> ;
    lvont:represents "⼪"^^xsd:string ;
    rdfs:comment "KANGXI RADICAL LAME"@en .

<http://lexvo.org/id/char/2F2B> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/44> ;
    lvont:represents "⼫"^^xsd:string ;
    rdfs:comment "KANGXI RADICAL CORPSE"@en .

<http://lexvo.org/id/char/2F2C> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/45> ;
    lvont:represents "⼬"^^xsd:string ;
    rdfs:comment "KANGXI RADICAL SPROUT"@en .

<http://lexvo.org/id/char/2F2D> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/46> ;
    lvont:represents "⼭"^^xsd:string ;
    rdfs:comment "KANGXI RADICAL MOUNTAIN"@en .

<http://lexvo.org/id/char/2F2E> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/47> ;
    lvont:represents "⼮"^^xsd:string ;
    rdfs:comment "KANGXI RADICAL RIVER"@en .

<http://lexvo.org/id/char/2F2F> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/48> ;
    lvont:represents "⼯"^^xsd:string ;
    rdfs:comment "KANGXI RADICAL WORK"@en .

<http://lexvo.org/id/char/2F30> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/49> ;
    lvont:represents "⼰"^^xsd:string ;
    rdfs:comment "KANGXI RADICAL ONESELF"@en .

<http://lexvo.org/id/char/2F31> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/50> ;
    lvont:represents "⼱"^^xsd:string ;
    rdfs:comment "KANGXI RADICAL TURBAN"@en .

<http://lexvo.org/id/char/2F32> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/51> ;
    lvont:represents "⼲"^^xsd:string ;
    rdfs:comment "KANGXI RADICAL DRY"@en .

<http://lexvo.org/id/char/2F33> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/52> ;
    lvont:represents "⼳"^^xsd:string ;
    rdfs:comment "KANGXI RADICAL SHORT THREAD"@en .

<http://lexvo.org/id/char/2F34> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/53> ;
    lvont:represents "⼴"^^xsd:string ;
    rdfs:comment "KANGXI RADICAL DOTTED CLIFF"@en .

<http://lexvo.org/id/char/2F35> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/54> ;
    lvont:represents "⼵"^^xsd:string ;
    rdfs:comment "KANGXI RADICAL LONG STRIDE"@en .

<http://lexvo.org/id/char/2F36> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/55> ;
    lvont:represents "⼶"^^xsd:string ;
    rdfs:comment "KANGXI RADICAL TWO HANDS"@en .

<http://lexvo.org/id/char/2F37> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/56> ;
    lvont:represents "⼷"^^xsd:string ;
    rdfs:comment "KANGXI RADICAL SHOOT"@en .

<http://lexvo.org/id/char/2F38> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/57> ;
    lvont:represents "⼸"^^xsd:string ;
    rdfs:comment "KANGXI RADICAL BOW"@en .

<http://lexvo.org/id/char/2F39> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/58> ;
    lvont:represents "⼹"^^xsd:string ;
    rdfs:comment "KANGXI RADICAL SNOUT"@en .

<http://lexvo.org/id/char/2F3A> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/59> ;
    lvont:represents "⼺"^^xsd:string ;
    rdfs:comment "KANGXI RADICAL BRISTLE"@en .

<http://lexvo.org/id/char/2F3B> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/60> ;
    lvont:represents "⼻"^^xsd:string ;
    rdfs:comment "KANGXI RADICAL STEP"@en .

<http://lexvo.org/id/char/2F3C> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/61> ;
    lvont:represents "⼼"^^xsd:string ;
    rdfs:comment "KANGXI RADICAL HEART"@en .

<http://lexvo.org/id/char/2F3D> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/62> ;
    lvont:represents "⼽"^^xsd:string ;
    rdfs:comment "KANGXI RADICAL HALBERD"@en .

<http://lexvo.org/id/char/2F3E> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/63> ;
    lvont:represents "⼾"^^xsd:string ;
    rdfs:comment "KANGXI RADICAL DOOR"@en .

<http://lexvo.org/id/char/2F3F> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/64> ;
    lvont:represents "⼿"^^xsd:string ;
    rdfs:comment "KANGXI RADICAL HAND"@en .

<http://lexvo.org/id/char/2F40> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/65> ;
    lvont:represents "⽀"^^xsd:string ;
    rdfs:comment "KANGXI RADICAL BRANCH"@en .

<http://lexvo.org/id/char/2F41> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/66> ;
    lvont:represents "⽁"^^xsd:string ;
    rdfs:comment "KANGXI RADICAL RAP"@en .

<http://lexvo.org/id/char/2F42> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/67> ;
    lvont:represents "⽂"^^xsd:string ;
    rdfs:comment "KANGXI RADICAL SCRIPT"@en .

<http://lexvo.org/id/char/2F43> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/68> ;
    lvont:represents "⽃"^^xsd:string ;
    rdfs:comment "KANGXI RADICAL DIPPER"@en .

<http://lexvo.org/id/char/2F44> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/69> ;
    lvont:represents "⽄"^^xsd:string ;
    rdfs:comment "KANGXI RADICAL AXE"@en .

<http://lexvo.org/id/char/2F45> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/70> ;
    lvont:represents "⽅"^^xsd:string ;
    rdfs:comment "KANGXI RADICAL SQUARE"@en .

<http://lexvo.org/id/char/2F46> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/71> ;
    lvont:represents "⽆"^^xsd:string ;
    rdfs:comment "KANGXI RADICAL NOT"@en .

<http://lexvo.org/id/char/2F47> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/72> ;
    lvont:represents "⽇"^^xsd:string ;
    rdfs:comment "KANGXI RADICAL SUN"@en .

<http://lexvo.org/id/char/2F48> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/73> ;
    lvont:represents "⽈"^^xsd:string ;
    rdfs:comment "KANGXI RADICAL SAY"@en .

<http://lexvo.org/id/char/2F49> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/74> ;
    lvont:represents "⽉"^^xsd:string ;
    rdfs:comment "KANGXI RADICAL MOON"@en .

<http://lexvo.org/id/char/2F4A> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/75> ;
    lvont:represents "⽊"^^xsd:string ;
    rdfs:comment "KANGXI RADICAL TREE"@en .

<http://lexvo.org/id/char/2F4B> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/76> ;
    lvont:represents "⽋"^^xsd:string ;
    rdfs:comment "KANGXI RADICAL LACK"@en .

<http://lexvo.org/id/char/2F4C> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/77> ;
    lvont:represents "⽌"^^xsd:string ;
    rdfs:comment "KANGXI RADICAL STOP"@en .

<http://lexvo.org/id/char/2F4D> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/78> ;
    lvont:represents "⽍"^^xsd:string ;
    rdfs:comment "KANGXI RADICAL DEATH"@en .

<http://lexvo.org/id/char/2F4E> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/79> ;
    lvont:represents "⽎"^^xsd:string ;
    rdfs:comment "KANGXI RADICAL WEAPON"@en .

<http://lexvo.org/id/char/2F4F> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/80> ;
    lvont:represents "⽏"^^xsd:string ;
    rdfs:comment "KANGXI RADICAL DO NOT"@en .

<http://lexvo.org/id/char/2F50> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/81> ;
    lvont:represents "⽐"^^xsd:string ;
    rdfs:comment "KANGXI RADICAL COMPARE"@en .

<http://lexvo.org/id/char/2F51> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/82> ;
    lvont:represents "⽑"^^xsd:string ;
    rdfs:comment "KANGXI RADICAL FUR"@en .

<http://lexvo.org/id/char/2F52> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/83> ;
    lvont:represents "⽒"^^xsd:string ;
    rdfs:comment "KANGXI RADICAL CLAN"@en .

<http://lexvo.org/id/char/2F53> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/84> ;
    lvont:represents "⽓"^^xsd:string ;
    rdfs:comment "KANGXI RADICAL STEAM"@en .

<http://lexvo.org/id/char/2F54> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/85> ;
    lvont:represents "⽔"^^xsd:string ;
    rdfs:comment "KANGXI RADICAL WATER"@en .

<http://lexvo.org/id/char/2F55> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/86> ;
    lvont:represents "⽕"^^xsd:string ;
    rdfs:comment "KANGXI RADICAL FIRE"@en .

<http://lexvo.org/id/char/2F56> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/87> ;
    lvont:represents "⽖"^^xsd:string ;
    rdfs:comment "KANGXI RADICAL CLAW"@en .

<http://lexvo.org/id/char/2F57> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/88> ;
    lvont:represents "⽗"^^xsd:string ;
    rdfs:comment "KANGXI RADICAL FATHER"@en .

<http://lexvo.org/id/char/2F58> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/89> ;
    lvont:represents "⽘"^^xsd:string ;
    rdfs:comment "KANGXI RADICAL DOUBLE X"@en .

<http://lexvo.org/id/char/2F59> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/90> ;
    lvont:represents "⽙"^^xsd:string ;
    rdfs:comment "KANGXI RADICAL HALF TREE TRUNK"@en .

<http://lexvo.org/id/char/2F5A> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/91> ;
    lvont:represents "⽚"^^xsd:string ;
    rdfs:comment "KANGXI RADICAL SLICE"@en .

<http://lexvo.org/id/char/2F5B> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/92> ;
    lvont:represents "⽛"^^xsd:string ;
    rdfs:comment "KANGXI RADICAL FANG"@en .

<http://lexvo.org/id/char/2F5C> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/93> ;
    lvont:represents "⽜"^^xsd:string ;
    rdfs:comment "KANGXI RADICAL COW"@en .

<http://lexvo.org/id/char/2F5D> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/94> ;
    lvont:represents "⽝"^^xsd:string ;
    rdfs:comment "KANGXI RADICAL DOG"@en .

<http://lexvo.org/id/char/2F5E> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/95> ;
    lvont:represents "⽞"^^xsd:string ;
    rdfs:comment "KANGXI RADICAL PROFOUND"@en .

<http://lexvo.org/id/char/2F5F> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/96> ;
    lvont:represents "⽟"^^xsd:string ;
    rdfs:comment "KANGXI RADICAL JADE"@en .

<http://lexvo.org/id/char/2F60> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/97> ;
    lvont:represents "⽠"^^xsd:string ;
    rdfs:comment "KANGXI RADICAL MELON"@en .

<http://lexvo.org/id/char/2F61> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/98> ;
    lvont:represents "⽡"^^xsd:string ;
    rdfs:comment "KANGXI RADICAL TILE"@en .

<http://lexvo.org/id/char/2F62> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/99> ;
    lvont:represents "⽢"^^xsd:string ;
    rdfs:comment "KANGXI RADICAL SWEET"@en .

<http://lexvo.org/id/char/2F63> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/100> ;
    lvont:represents "⽣"^^xsd:string ;
    rdfs:comment "KANGXI RADICAL LIFE"@en .

<http://lexvo.org/id/char/2F64> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/101> ;
    lvont:represents "⽤"^^xsd:string ;
    rdfs:comment "KANGXI RADICAL USE"@en .

<http://lexvo.org/id/char/2F65> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/102> ;
    lvont:represents "⽥"^^xsd:string ;
    rdfs:comment "KANGXI RADICAL FIELD"@en .

<http://lexvo.org/id/char/2F66> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/103> ;
    lvont:represents "⽦"^^xsd:string ;
    rdfs:comment "KANGXI RADICAL BOLT OF CLOTH"@en .

<http://lexvo.org/id/char/2F67> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/104> ;
    lvont:represents "⽧"^^xsd:string ;
    rdfs:comment "KANGXI RADICAL SICKNESS"@en .

<http://lexvo.org/id/char/2F68> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/105> ;
    lvont:represents "⽨"^^xsd:string ;
    rdfs:comment "KANGXI RADICAL DOTTED TENT"@en .

<http://lexvo.org/id/char/2F69> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/106> ;
    lvont:represents "⽩"^^xsd:string ;
    rdfs:comment "KANGXI RADICAL WHITE"@en .

<http://lexvo.org/id/char/2F6A> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/107> ;
    lvont:represents "⽪"^^xsd:string ;
    rdfs:comment "KANGXI RADICAL SKIN"@en .

<http://lexvo.org/id/char/2F6B> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/108> ;
    lvont:represents "⽫"^^xsd:string ;
    rdfs:comment "KANGXI RADICAL DISH"@en .

<http://lexvo.org/id/char/2F6C> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/109> ;
    lvont:represents "⽬"^^xsd:string ;
    rdfs:comment "KANGXI RADICAL EYE"@en .

<http://lexvo.org/id/char/2F6D> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/110> ;
    lvont:represents "⽭"^^xsd:string ;
    rdfs:comment "KANGXI RADICAL SPEAR"@en .

<http://lexvo.org/id/char/2F6E> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/111> ;
    lvont:represents "⽮"^^xsd:string ;
    rdfs:comment "KANGXI RADICAL ARROW"@en .

<http://lexvo.org/id/char/2F6F> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/112> ;
    lvont:represents "⽯"^^xsd:string ;
    rdfs:comment "KANGXI RADICAL STONE"@en .

<http://lexvo.org/id/char/2F70> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/113> ;
    lvont:represents "⽰"^^xsd:string ;
    rdfs:comment "KANGXI RADICAL SPIRIT"@en .

<http://lexvo.org/id/char/2F71> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/114> ;
    lvont:represents "⽱"^^xsd:string ;
    rdfs:comment "KANGXI RADICAL TRACK"@en .

<http://lexvo.org/id/char/2F72> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/115> ;
    lvont:represents "⽲"^^xsd:string ;
    rdfs:comment "KANGXI RADICAL GRAIN"@en .

<http://lexvo.org/id/char/2F73> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/116> ;
    lvont:represents "⽳"^^xsd:string ;
    rdfs:comment "KANGXI RADICAL CAVE"@en .

<http://lexvo.org/id/char/2F74> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/117> ;
    lvont:represents "⽴"^^xsd:string ;
    rdfs:comment "KANGXI RADICAL STAND"@en .

<http://lexvo.org/id/char/2F75> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/118> ;
    lvont:represents "⽵"^^xsd:string ;
    rdfs:comment "KANGXI RADICAL BAMBOO"@en .

<http://lexvo.org/id/char/2F76> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/119> ;
    lvont:represents "⽶"^^xsd:string ;
    rdfs:comment "KANGXI RADICAL RICE"@en .

<http://lexvo.org/id/char/2F77> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/120> ;
    lvont:represents "⽷"^^xsd:string ;
    rdfs:comment "KANGXI RADICAL SILK"@en .

<http://lexvo.org/id/char/2F78> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/121> ;
    lvont:represents "⽸"^^xsd:string ;
    rdfs:comment "KANGXI RADICAL JAR"@en .

<http://lexvo.org/id/char/2F79> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/122> ;
    lvont:represents "⽹"^^xsd:string ;
    rdfs:comment "KANGXI RADICAL NET"@en .

<http://lexvo.org/id/char/2F7A> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/123> ;
    lvont:represents "⽺"^^xsd:string ;
    rdfs:comment "KANGXI RADICAL SHEEP"@en .

<http://lexvo.org/id/char/2F7B> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/124> ;
    lvont:represents "⽻"^^xsd:string ;
    rdfs:comment "KANGXI RADICAL FEATHER"@en .

<http://lexvo.org/id/char/2F7C> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/125> ;
    lvont:represents "⽼"^^xsd:string ;
    rdfs:comment "KANGXI RADICAL OLD"@en .

<http://lexvo.org/id/char/2F7D> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/126> ;
    lvont:represents "⽽"^^xsd:string ;
    rdfs:comment "KANGXI RADICAL AND"@en .

<http://lexvo.org/id/char/2F7E> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/127> ;
    lvont:represents "⽾"^^xsd:string ;
    rdfs:comment "KANGXI RADICAL PLOW"@en .

<http://lexvo.org/id/char/2F7F> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/128> ;
    lvont:represents "⽿"^^xsd:string ;
    rdfs:comment "KANGXI RADICAL EAR"@en .

<http://lexvo.org/id/char/2F80> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/129> ;
    lvont:represents "⾀"^^xsd:string ;
    rdfs:comment "KANGXI RADICAL BRUSH"@en .

<http://lexvo.org/id/char/2F81> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/130> ;
    lvont:represents "⾁"^^xsd:string ;
    rdfs:comment "KANGXI RADICAL MEAT"@en .

<http://lexvo.org/id/char/2F82> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/131> ;
    lvont:represents "⾂"^^xsd:string ;
    rdfs:comment "KANGXI RADICAL MINISTER"@en .

<http://lexvo.org/id/char/2F83> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/132> ;
    lvont:represents "⾃"^^xsd:string ;
    rdfs:comment "KANGXI RADICAL SELF"@en .

<http://lexvo.org/id/char/2F84> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/133> ;
    lvont:represents "⾄"^^xsd:string ;
    rdfs:comment "KANGXI RADICAL ARRIVE"@en .

<http://lexvo.org/id/char/2F85> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/134> ;
    lvont:represents "⾅"^^xsd:string ;
    rdfs:comment "KANGXI RADICAL MORTAR"@en .

<http://lexvo.org/id/char/2F86> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/135> ;
    lvont:represents "⾆"^^xsd:string ;
    rdfs:comment "KANGXI RADICAL TONGUE"@en .

<http://lexvo.org/id/char/2F87> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/136> ;
    lvont:represents "⾇"^^xsd:string ;
    rdfs:comment "KANGXI RADICAL OPPOSE"@en .

<http://lexvo.org/id/char/2F88> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/137> ;
    lvont:represents "⾈"^^xsd:string ;
    rdfs:comment "KANGXI RADICAL BOAT"@en .

<http://lexvo.org/id/char/2F89> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/138> ;
    lvont:represents "⾉"^^xsd:string ;
    rdfs:comment "KANGXI RADICAL STOPPING"@en .

<http://lexvo.org/id/char/2F8A> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/139> ;
    lvont:represents "⾊"^^xsd:string ;
    rdfs:comment "KANGXI RADICAL COLOR"@en .

<http://lexvo.org/id/char/2F8B> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/140> ;
    lvont:represents "⾋"^^xsd:string ;
    rdfs:comment "KANGXI RADICAL GRASS"@en .

<http://lexvo.org/id/char/2F8C> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/141> ;
    lvont:represents "⾌"^^xsd:string ;
    rdfs:comment "KANGXI RADICAL TIGER"@en .

<http://lexvo.org/id/char/2F8D> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/142> ;
    lvont:represents "⾍"^^xsd:string ;
    rdfs:comment "KANGXI RADICAL INSECT"@en .

<http://lexvo.org/id/char/2F8E> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/143> ;
    lvont:represents "⾎"^^xsd:string ;
    rdfs:comment "KANGXI RADICAL BLOOD"@en .

<http://lexvo.org/id/char/2F8F> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/144> ;
    lvont:represents "⾏"^^xsd:string ;
    rdfs:comment "KANGXI RADICAL WALK ENCLOSURE"@en .

<http://lexvo.org/id/char/2F90> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/145> ;
    lvont:represents "⾐"^^xsd:string ;
    rdfs:comment "KANGXI RADICAL CLOTHES"@en .

<http://lexvo.org/id/char/2F91> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/146> ;
    lvont:represents "⾑"^^xsd:string ;
    rdfs:comment "KANGXI RADICAL WEST"@en .

<http://lexvo.org/id/char/2F92> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/147> ;
    lvont:represents "⾒"^^xsd:string ;
    rdfs:comment "KANGXI RADICAL SEE"@en .

<http://lexvo.org/id/char/2F93> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/148> ;
    lvont:represents "⾓"^^xsd:string ;
    rdfs:comment "KANGXI RADICAL HORN"@en .

<http://lexvo.org/id/char/2F94> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/149> ;
    lvont:represents "⾔"^^xsd:string ;
    rdfs:comment "KANGXI RADICAL SPEECH"@en .

<http://lexvo.org/id/char/2F95> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/150> ;
    lvont:represents "⾕"^^xsd:string ;
    rdfs:comment "KANGXI RADICAL VALLEY"@en .

<http://lexvo.org/id/char/2F96> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/151> ;
    lvont:represents "⾖"^^xsd:string ;
    rdfs:comment "KANGXI RADICAL BEAN"@en .

<http://lexvo.org/id/char/2F97> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/152> ;
    lvont:represents "⾗"^^xsd:string ;
    rdfs:comment "KANGXI RADICAL PIG"@en .

<http://lexvo.org/id/char/2F98> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/153> ;
    lvont:represents "⾘"^^xsd:string ;
    rdfs:comment "KANGXI RADICAL BADGER"@en .

<http://lexvo.org/id/char/2F99> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/154> ;
    lvont:represents "⾙"^^xsd:string ;
    rdfs:comment "KANGXI RADICAL SHELL"@en .

<http://lexvo.org/id/char/2F9A> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/155> ;
    lvont:represents "⾚"^^xsd:string ;
    rdfs:comment "KANGXI RADICAL RED"@en .

<http://lexvo.org/id/char/2F9B> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/156> ;
    lvont:represents "⾛"^^xsd:string ;
    rdfs:comment "KANGXI RADICAL RUN"@en .

<http://lexvo.org/id/char/2F9C> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/157> ;
    lvont:represents "⾜"^^xsd:string ;
    rdfs:comment "KANGXI RADICAL FOOT"@en .

<http://lexvo.org/id/char/2F9D> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/158> ;
    lvont:represents "⾝"^^xsd:string ;
    rdfs:comment "KANGXI RADICAL BODY"@en .

<http://lexvo.org/id/char/2F9E> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/159> ;
    lvont:represents "⾞"^^xsd:string ;
    rdfs:comment "KANGXI RADICAL CART"@en .

<http://lexvo.org/id/char/2F9F> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/160> ;
    lvont:represents "⾟"^^xsd:string ;
    rdfs:comment "KANGXI RADICAL BITTER"@en .

<http://lexvo.org/id/char/2FA0> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/161> ;
    lvont:represents "⾠"^^xsd:string ;
    rdfs:comment "KANGXI RADICAL MORNING"@en .

<http://lexvo.org/id/char/2FA1> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/162> ;
    lvont:represents "⾡"^^xsd:string ;
    rdfs:comment "KANGXI RADICAL WALK"@en .

<http://lexvo.org/id/char/2FA2> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/163> ;
    lvont:represents "⾢"^^xsd:string ;
    rdfs:comment "KANGXI RADICAL CITY"@en .

<http://lexvo.org/id/char/2FA3> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/164> ;
    lvont:represents "⾣"^^xsd:string ;
    rdfs:comment "KANGXI RADICAL WINE"@en .

<http://lexvo.org/id/char/2FA4> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/165> ;
    lvont:represents "⾤"^^xsd:string ;
    rdfs:comment "KANGXI RADICAL DISTINGUISH"@en .

<http://lexvo.org/id/char/2FA5> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/166> ;
    lvont:represents "⾥"^^xsd:string ;
    rdfs:comment "KANGXI RADICAL VILLAGE"@en .

<http://lexvo.org/id/char/2FA6> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/167> ;
    lvont:represents "⾦"^^xsd:string ;
    rdfs:comment "KANGXI RADICAL GOLD"@en .

<http://lexvo.org/id/char/2FA7> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/168> ;
    lvont:represents "⾧"^^xsd:string ;
    rdfs:comment "KANGXI RADICAL LONG"@en .

<http://lexvo.org/id/char/2FA8> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/169> ;
    lvont:represents "⾨"^^xsd:string ;
    rdfs:comment "KANGXI RADICAL GATE"@en .

<http://lexvo.org/id/char/2FA9> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/170> ;
    lvont:represents "⾩"^^xsd:string ;
    rdfs:comment "KANGXI RADICAL MOUND"@en .

<http://lexvo.org/id/char/2FAA> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/171> ;
    lvont:represents "⾪"^^xsd:string ;
    rdfs:comment "KANGXI RADICAL SLAVE"@en .

<http://lexvo.org/id/char/2FAB> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/172> ;
    lvont:represents "⾫"^^xsd:string ;
    rdfs:comment "KANGXI RADICAL SHORT TAILED BIRD"@en .

<http://lexvo.org/id/char/2FAC> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/173> ;
    lvont:represents "⾬"^^xsd:string ;
    rdfs:comment "KANGXI RADICAL RAIN"@en .

<http://lexvo.org/id/char/2FAD> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/174> ;
    lvont:represents "⾭"^^xsd:string ;
    rdfs:comment "KANGXI RADICAL BLUE"@en .

<http://lexvo.org/id/char/2FAE> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/175> ;
    lvont:represents "⾮"^^xsd:string ;
    rdfs:comment "KANGXI RADICAL WRONG"@en .

<http://lexvo.org/id/char/2FAF> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/176> ;
    lvont:represents "⾯"^^xsd:string ;
    rdfs:comment "KANGXI RADICAL FACE"@en .

<http://lexvo.org/id/char/2FB0> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/177> ;
    lvont:represents "⾰"^^xsd:string ;
    rdfs:comment "KANGXI RADICAL LEATHER"@en .

<http://lexvo.org/id/char/2FB1> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/178> ;
    lvont:represents "⾱"^^xsd:string ;
    rdfs:comment "KANGXI RADICAL TANNED LEATHER"@en .

<http://lexvo.org/id/char/2FB2> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/179> ;
    lvont:represents "⾲"^^xsd:string ;
    rdfs:comment "KANGXI RADICAL LEEK"@en .

<http://lexvo.org/id/char/2FB3> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/180> ;
    lvont:represents "⾳"^^xsd:string ;
    rdfs:comment "KANGXI RADICAL SOUND"@en .

<http://lexvo.org/id/char/2FB4> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/181> ;
    lvont:represents "⾴"^^xsd:string ;
    rdfs:comment "KANGXI RADICAL LEAF"@en .

<http://lexvo.org/id/char/2FB5> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/182> ;
    lvont:represents "⾵"^^xsd:string ;
    rdfs:comment "KANGXI RADICAL WIND"@en .

<http://lexvo.org/id/char/2FB6> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/183> ;
    lvont:represents "⾶"^^xsd:string ;
    rdfs:comment "KANGXI RADICAL FLY"@en .

<http://lexvo.org/id/char/2FB7> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/184> ;
    lvont:represents "⾷"^^xsd:string ;
    rdfs:comment "KANGXI RADICAL EAT"@en .

<http://lexvo.org/id/char/2FB8> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/185> ;
    lvont:represents "⾸"^^xsd:string ;
    rdfs:comment "KANGXI RADICAL HEAD"@en .

<http://lexvo.org/id/char/2FB9> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/186> ;
    lvont:represents "⾹"^^xsd:string ;
    rdfs:comment "KANGXI RADICAL FRAGRANT"@en .

<http://lexvo.org/id/char/2FBA> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/187> ;
    lvont:represents "⾺"^^xsd:string ;
    rdfs:comment "KANGXI RADICAL HORSE"@en .

<http://lexvo.org/id/char/2FBB> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/188> ;
    lvont:represents "⾻"^^xsd:string ;
    rdfs:comment "KANGXI RADICAL BONE"@en .

<http://lexvo.org/id/char/2FBC> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/189> ;
    lvont:represents "⾼"^^xsd:string ;
    rdfs:comment "KANGXI RADICAL TALL"@en .

<http://lexvo.org/id/char/2FBD> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/190> ;
    lvont:represents "⾽"^^xsd:string ;
    rdfs:comment "KANGXI RADICAL HAIR"@en .

<http://lexvo.org/id/char/2FBE> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/191> ;
    lvont:represents "⾾"^^xsd:string ;
    rdfs:comment "KANGXI RADICAL FIGHT"@en .

<http://lexvo.org/id/char/2FBF> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/192> ;
    lvont:represents "⾿"^^xsd:string ;
    rdfs:comment "KANGXI RADICAL SACRIFICIAL WINE"@en .

<http://lexvo.org/id/char/2FC0> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/193> ;
    lvont:represents "⿀"^^xsd:string ;
    rdfs:comment "KANGXI RADICAL CAULDRON"@en .

<http://lexvo.org/id/char/2FC1> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/194> ;
    lvont:represents "⿁"^^xsd:string ;
    rdfs:comment "KANGXI RADICAL GHOST"@en .

<http://lexvo.org/id/char/2FC2> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/195> ;
    lvont:represents "⿂"^^xsd:string ;
    rdfs:comment "KANGXI RADICAL FISH"@en .

<http://lexvo.org/id/char/2FC3> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/196> ;
    lvont:represents "⿃"^^xsd:string ;
    rdfs:comment "KANGXI RADICAL BIRD"@en .

<http://lexvo.org/id/char/2FC4> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/197> ;
    lvont:represents "⿄"^^xsd:string ;
    rdfs:comment "KANGXI RADICAL SALT"@en .

<http://lexvo.org/id/char/2FC5> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/198> ;
    lvont:represents "⿅"^^xsd:string ;
    rdfs:comment "KANGXI RADICAL DEER"@en .

<http://lexvo.org/id/char/2FC6> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/199> ;
    lvont:represents "⿆"^^xsd:string ;
    rdfs:comment "KANGXI RADICAL WHEAT"@en .

<http://lexvo.org/id/char/2FC7> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/200> ;
    lvont:represents "⿇"^^xsd:string ;
    rdfs:comment "KANGXI RADICAL HEMP"@en .

<http://lexvo.org/id/char/2FC8> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/201> ;
    lvont:represents "⿈"^^xsd:string ;
    rdfs:comment "KANGXI RADICAL YELLOW"@en .

<http://lexvo.org/id/char/2FC9> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/202> ;
    lvont:represents "⿉"^^xsd:string ;
    rdfs:comment "KANGXI RADICAL MILLET"@en .

<http://lexvo.org/id/char/2FCA> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/203> ;
    lvont:represents "⿊"^^xsd:string ;
    rdfs:comment "KANGXI RADICAL BLACK"@en .

<http://lexvo.org/id/char/2FCB> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/204> ;
    lvont:represents "⿋"^^xsd:string ;
    rdfs:comment "KANGXI RADICAL EMBROIDERY"@en .

<http://lexvo.org/id/char/2FCC> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/205> ;
    lvont:represents "⿌"^^xsd:string ;
    rdfs:comment "KANGXI RADICAL FROG"@en .

<http://lexvo.org/id/char/2FCD> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/206> ;
    lvont:represents "⿍"^^xsd:string ;
    rdfs:comment "KANGXI RADICAL TRIPOD"@en .

<http://lexvo.org/id/char/2FCE> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/207> ;
    lvont:represents "⿎"^^xsd:string ;
    rdfs:comment "KANGXI RADICAL DRUM"@en .

<http://lexvo.org/id/char/2FCF> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/208> ;
    lvont:represents "⿏"^^xsd:string ;
    rdfs:comment "KANGXI RADICAL RAT"@en .

<http://lexvo.org/id/char/2FD0> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/209> ;
    lvont:represents "⿐"^^xsd:string ;
    rdfs:comment "KANGXI RADICAL NOSE"@en .

<http://lexvo.org/id/char/2FD1> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/210> ;
    lvont:represents "⿑"^^xsd:string ;
    rdfs:comment "KANGXI RADICAL EVEN"@en .

<http://lexvo.org/id/char/2FD2> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/211> ;
    lvont:represents "⿒"^^xsd:string ;
    rdfs:comment "KANGXI RADICAL TOOTH"@en .

<http://lexvo.org/id/char/2FD3> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/212> ;
    lvont:represents "⿓"^^xsd:string ;
    rdfs:comment "KANGXI RADICAL DRAGON"@en .

<http://lexvo.org/id/char/2FD4> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/213> ;
    lvont:represents "⿔"^^xsd:string ;
    rdfs:comment "KANGXI RADICAL TURTLE"@en .

<http://lexvo.org/id/char/2FD5> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/214> ;
    lvont:represents "⿕"^^xsd:string ;
    rdfs:comment "KANGXI RADICAL FLUTE"@en .

<http://lexvo.org/id/char/4E00> a lvont:Character ;
    lvont:label "1" ;
    lvont:means <http://lexvo.org/id/kangxi-radical/1> ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B8%80>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C4%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C4%AB%201360.040%3Ay%C3%AD%201368.160%3Ay%C3%AC>,
        <http://lexvo.org/id/term/kor/%E4%B8%80>,
        <http://lexvo.org/id/term/kor/IL>,
        <http://lexvo.org/id/term/vie/nh%E1%BA%A5t>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jat1>,
        <http://lexvo.org/id/term/yue/%E4%B8%80>,
        "一"^^xsd:string ;
    rdfs:comment "one; a, an; alone"@en .

<http://lexvo.org/id/char/4E28> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/2> ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B8%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C7%94n>,
        <http://lexvo.org/id/term/kor/%E4%B8%A8>,
        <http://lexvo.org/id/term/kor/KON>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jat1%20kwan2>,
        <http://lexvo.org/id/term/yue/%E4%B8%A8>,
        "丨"^^xsd:string ;
    rdfs:comment "(same as U+3021 HANGZHOU NUMERAL ONE 〡) number one; line; KangXi radical 2"@en .

<http://lexvo.org/id/char/4E2C> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/90> ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B8%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C3%A1ng>,
        "丬"^^xsd:string ;
    rdfs:comment "half of tree trunk; rad. no. 90"@en .

<http://lexvo.org/id/char/4E36> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/3> ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B8%B6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C7%94>,
        <http://lexvo.org/id/term/kor/%E4%B8%B6>,
        <http://lexvo.org/id/term/kor/CWU>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zyu2>,
        <http://lexvo.org/id/term/yue/%E4%B8%B6>,
        "丶"^^xsd:string ;
    rdfs:comment "dot; KangXi radical 3"@en .

<http://lexvo.org/id/char/4E3F> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/4> ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B8%BF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/pi%C4%9B>,
        <http://lexvo.org/id/term/kor/%E4%B8%BF>,
        <http://lexvo.org/id/term/kor/PYEL>,
        <http://lexvo.org/id/term/vie/ph%E1%BA%BFt>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/pit3>,
        <http://lexvo.org/id/term/yue/%E4%B8%BF>,
        "丿"^^xsd:string ;
    rdfs:comment "line; KangXi radical 4"@en .

<http://lexvo.org/id/char/4E40> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/4> ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B9%80>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%BA>,
        <http://lexvo.org/id/term/kor/%E4%B9%80>,
        <http://lexvo.org/id/term/kor/PWUL>,
        "乀"^^xsd:string ;
    rdfs:comment "stretch"@en .

<http://lexvo.org/id/char/4E41> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/4> ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B9%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%AD>,
        "乁"^^xsd:string .

<http://lexvo.org/id/char/4E59> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/5> ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B9%99>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%90>,
        <http://lexvo.org/id/term/kor/%E4%B9%99>,
        <http://lexvo.org/id/term/kor/UL>,
        <http://lexvo.org/id/term/vie/%E1%BA%A5t>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jyut3%20jyut6>,
        <http://lexvo.org/id/term/yue/%E4%B9%99>,
        "乙"^^xsd:string ;
    rdfs:comment "second; 2nd heavenly stem"@en .

<http://lexvo.org/id/char/4E5A> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/5> ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B9%9A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%90n>,
        "乚"^^xsd:string ;
    rdfs:comment "hidden, mysterious, secret; to conceal; small; minute"@en .

<http://lexvo.org/id/char/4E5B> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/5> ;
    lvont:represents "乛"^^xsd:string ;
    rdfs:comment "kwukyel"@en .

<http://lexvo.org/id/char/4E61> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/52> ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%B9%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C4%81ng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C4%81ng%20xi%C7%8Eng%20xi%C3%A0ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hoeng1>,
        <http://lexvo.org/id/term/yue/%E4%B9%A1>,
        "乡"^^xsd:string ;
    rdfs:comment "country; rural; village"@en .

<http://lexvo.org/id/char/4E80> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/213> ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%BA%80>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/gu%C4%AB>,
        <http://lexvo.org/id/term/kor/%E4%BA%80>,
        <http://lexvo.org/id/term/kor/KWI%20KYUN>,
        "亀"^^xsd:string ;
    rdfs:comment "turtle or tortoise; cuckold"@en .

<http://lexvo.org/id/char/4E85> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/6> ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%BA%85>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ju%C3%A9>,
        <http://lexvo.org/id/term/kor/%E4%BA%85>,
        <http://lexvo.org/id/term/kor/KWEL>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kyut3>,
        <http://lexvo.org/id/term/yue/%E4%BA%85>,
        "亅"^^xsd:string ;
    rdfs:comment "hook; KangXi radical 6"@en .

<http://lexvo.org/id/char/4E8C> a lvont:Character ;
    lvont:label "2" ;
    lvont:means <http://lexvo.org/id/kangxi-radical/7> ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C3%A8r>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%BA%8C>,
        <http://lexvo.org/id/term/kor/%E4%BA%8C>,
        <http://lexvo.org/id/term/kor/I>,
        <http://lexvo.org/id/term/vie/nh%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ji6>,
        <http://lexvo.org/id/term/yue/%E4%BA%8C>,
        "二"^^xsd:string ;
    rdfs:comment "two; twice"@en .

<http://lexvo.org/id/char/4EA0> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/8> ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%BA%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C3%B3u>,
        <http://lexvo.org/id/term/kor/%E4%BA%A0>,
        <http://lexvo.org/id/term/kor/TWU>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tau4>,
        <http://lexvo.org/id/term/yue/%E4%BA%A0>,
        "亠"^^xsd:string ;
    rdfs:comment "head; KangXi radical 8"@en .

<http://lexvo.org/id/char/4EBA> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/9> ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%BA%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/r%C3%A9n>,
        <http://lexvo.org/id/term/kor/%E4%BA%BA>,
        <http://lexvo.org/id/term/kor/IN>,
        <http://lexvo.org/id/term/vie/nh%C3%A2n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jan4>,
        <http://lexvo.org/id/term/yue/%E4%BA%BA>,
        "人"^^xsd:string ;
    rdfs:comment "man; people; mankind; someone else"@en .

<http://lexvo.org/id/char/4EBB> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/9> ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E4%BA%BB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/r%C3%A9n>,
        <http://lexvo.org/id/term/kor/%E4%BA%BB>,
        <http://lexvo.org/id/term/kor/IN>,
        "亻"^^xsd:string ;
    rdfs:comment "radical number 9"@en .

<http://lexvo.org/id/char/513F> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/10> ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C3%A9r>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%C3%A9r%20er>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%84%BF>,
        <http://lexvo.org/id/term/kor/%E5%84%BF>,
        <http://lexvo.org/id/term/kor/IN%20KWEY>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jan4>,
        <http://lexvo.org/id/term/yue/%E5%84%BF>,
        "儿"^^xsd:string ;
    rdfs:comment "son, child; KangXi radical 10"@en .

<http://lexvo.org/id/char/5165> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/11> ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%85%A5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/r%C3%B9>,
        <http://lexvo.org/id/term/kor/%E5%85%A5>,
        <http://lexvo.org/id/term/kor/IP>,
        <http://lexvo.org/id/term/vie/nh%E1%BA%ADp>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jap6>,
        <http://lexvo.org/id/term/yue/%E5%85%A5>,
        "入"^^xsd:string ;
    rdfs:comment "enter, come in(to), join"@en .

<http://lexvo.org/id/char/516B> a lvont:Character ;
    lvont:label "8" ;
    lvont:means <http://lexvo.org/id/kangxi-radical/12> ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%85%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C4%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C4%81%200016.090%3Ab%C3%A1>,
        <http://lexvo.org/id/term/kor/%E5%85%AB>,
        <http://lexvo.org/id/term/kor/PHAL>,
        <http://lexvo.org/id/term/vie/b%C3%A1t>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/baat3>,
        <http://lexvo.org/id/term/yue/%E5%85%AB>,
        "八"^^xsd:string ;
    rdfs:comment "eight; all around, all sides"@en .

<http://lexvo.org/id/char/5182> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/13> ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%86%82>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C5%8Dng>,
        <http://lexvo.org/id/term/kor/%E5%86%82>,
        <http://lexvo.org/id/term/kor/KYENG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gwing1>,
        <http://lexvo.org/id/term/yue/%E5%86%82>,
        "冂"^^xsd:string ;
    rdfs:comment "wide; KangXi radical 13"@en .

<http://lexvo.org/id/char/5196> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/14> ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%86%96>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%AC>,
        <http://lexvo.org/id/term/kor/%E5%86%96>,
        <http://lexvo.org/id/term/kor/MYEK>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mik6>,
        <http://lexvo.org/id/term/yue/%E5%86%96>,
        "冖"^^xsd:string ;
    rdfs:comment "cover; KangXi radical 14"@en .

<http://lexvo.org/id/char/51AB> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/15> ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%86%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C4%ABng>,
        <http://lexvo.org/id/term/kor/%E5%86%AB>,
        <http://lexvo.org/id/term/kor/PING>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bing1>,
        <http://lexvo.org/id/term/yue/%E5%86%AB>,
        "冫"^^xsd:string ;
    rdfs:comment "ice; KangXi radical 15"@en .

<http://lexvo.org/id/char/51E0> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/16> ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%87%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C4%AB%200531.040%3Aj%C7%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C4%AB%20j%C7%90>,
        <http://lexvo.org/id/term/kor/%E5%87%A0>,
        <http://lexvo.org/id/term/kor/KWEY>,
        <http://lexvo.org/id/term/vie/k%E1%BB%89>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gei1%20gei2>,
        <http://lexvo.org/id/term/yue/%E5%87%A0>,
        "几"^^xsd:string ;
    rdfs:comment "small table"@en .

<http://lexvo.org/id/char/51EC> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/182> ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%87%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C4%93ng>,
        "凬"^^xsd:string .

<http://lexvo.org/id/char/51F5> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/17> ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%87%B5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C5%AB>,
        <http://lexvo.org/id/term/kor/%E5%87%B5>,
        <http://lexvo.org/id/term/kor/KAM>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ham1%20ham3>,
        <http://lexvo.org/id/term/yue/%E5%87%B5>,
        "凵"^^xsd:string ;
    rdfs:comment "receptacle; KangXi radical 17"@en .

<http://lexvo.org/id/char/5200> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/18> ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%88%80>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C4%81o>,
        <http://lexvo.org/id/term/kor/%E5%88%80>,
        <http://lexvo.org/id/term/kor/TO>,
        <http://lexvo.org/id/term/vie/%C4%91ao>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dou1>,
        <http://lexvo.org/id/term/yue/%E5%88%80>,
        "刀"^^xsd:string ;
    rdfs:comment "knife; old coin; measure"@en .

<http://lexvo.org/id/char/5201> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/18> ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%88%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/di%C4%81o>,
        <http://lexvo.org/id/term/kor/%E5%88%81>,
        <http://lexvo.org/id/term/kor/CO>,
        <http://lexvo.org/id/term/vie/%C4%91i%C3%AAu>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/diu1>,
        <http://lexvo.org/id/term/yue/%E5%88%81>,
        "刁"^^xsd:string ;
    rdfs:comment "tricky, sly, crafty, cunning"@en .

<http://lexvo.org/id/char/5202> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/18> ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%88%82>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C4%81o>,
        <http://lexvo.org/id/term/kor/%E5%88%82>,
        <http://lexvo.org/id/term/kor/TO>,
        "刂"^^xsd:string ;
    rdfs:comment "knife; radical number 18"@en .

<http://lexvo.org/id/char/529B> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/19> ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%8A%9B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%AC>,
        <http://lexvo.org/id/term/kor/%E5%8A%9B>,
        <http://lexvo.org/id/term/kor/LYEK>,
        <http://lexvo.org/id/term/vie/l%E1%BB%B1c>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lik6>,
        <http://lexvo.org/id/term/yue/%E5%8A%9B>,
        "力"^^xsd:string ;
    rdfs:comment "power, capability, influence"@en .

<http://lexvo.org/id/char/52F9> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/20> ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%8B%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C4%81o>,
        <http://lexvo.org/id/term/kor/%E5%8B%B9>,
        <http://lexvo.org/id/term/kor/PHO>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/baau1>,
        <http://lexvo.org/id/term/yue/%E5%8B%B9>,
        "勹"^^xsd:string ;
    rdfs:comment "wrap; KangXi radical 20"@en .

<http://lexvo.org/id/char/5315> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/21> ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%8C%95>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C7%90>,
        <http://lexvo.org/id/term/kor/%E5%8C%95>,
        <http://lexvo.org/id/term/kor/PI>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bei2%20bei6>,
        <http://lexvo.org/id/term/yue/%E5%8C%95>,
        "匕"^^xsd:string ;
    rdfs:comment "spoon, ladle; knife, dirk"@en .

<http://lexvo.org/id/char/531A> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/22> ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%8C%9A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C4%81ng>,
        <http://lexvo.org/id/term/kor/%E5%8C%9A>,
        <http://lexvo.org/id/term/kor/PANG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fong1>,
        <http://lexvo.org/id/term/yue/%E5%8C%9A>,
        "匚"^^xsd:string ;
    rdfs:comment "box; KangXi radical 22"@en .

<http://lexvo.org/id/char/5338> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/23> ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%8C%B8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C7%90>,
        <http://lexvo.org/id/term/kor/%E5%8C%B8>,
        <http://lexvo.org/id/term/kor/HYEY>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hai2>,
        <http://lexvo.org/id/term/yue/%E5%8C%B8>,
        "匸"^^xsd:string ;
    rdfs:comment "box; KangXi radical 23"@en .

<http://lexvo.org/id/char/5341> a lvont:Character ;
    lvont:label "10" ;
    lvont:means <http://lexvo.org/id/kangxi-radical/24> ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%8D%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%AD>,
        <http://lexvo.org/id/term/kor/%E5%8D%81>,
        <http://lexvo.org/id/term/kor/SIP>,
        <http://lexvo.org/id/term/vie/th%E1%BA%ADp>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sap6>,
        <http://lexvo.org/id/term/yue/%E5%8D%81>,
        "十"^^xsd:string ;
    rdfs:comment "ten, tenth; complete; perfect"@en .

<http://lexvo.org/id/char/535C> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/25> ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%8D%9C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C7%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/bo%200086.030%3Ab%C7%94>,
        <http://lexvo.org/id/term/kor/%E5%8D%9C>,
        <http://lexvo.org/id/term/kor/POK>,
        <http://lexvo.org/id/term/vie/b%E1%BB%91c>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/buk1>,
        <http://lexvo.org/id/term/yue/%E5%8D%9C>,
        "卜"^^xsd:string ;
    rdfs:comment "fortune telling; prophesy"@en .

<http://lexvo.org/id/char/5369> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/26> ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%8D%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%A9%20b%C3%B9>,
        <http://lexvo.org/id/term/kor/%E5%8D%A9>,
        <http://lexvo.org/id/term/kor/CEL>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zit3>,
        <http://lexvo.org/id/term/yue/%E5%8D%A9>,
        "卩"^^xsd:string ;
    rdfs:comment "seal; KangXi radical 26"@en .

<http://lexvo.org/id/char/5382> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/27> ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C4%81n%200124.010%3Ach%C7%8Eng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%8E%82>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C7%8Eng%20h%C3%A0n%20%C4%81n>,
        <http://lexvo.org/id/term/kor/%E5%8E%82>,
        <http://lexvo.org/id/term/kor/EM%20HAN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/aa1%20hon3>,
        <http://lexvo.org/id/term/yue/%E5%8E%82>,
        "厂"^^xsd:string ;
    rdfs:comment "factory, workshop; radical 27"@en .

<http://lexvo.org/id/char/53B6> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/28> ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%8E%B6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C4%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C4%AB%20m%C7%92u>,
        <http://lexvo.org/id/term/kor/%E5%8E%B6>,
        <http://lexvo.org/id/term/kor/SA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mau5%20si1>,
        <http://lexvo.org/id/term/yue/%E5%8E%B6>,
        "厶"^^xsd:string ;
    rdfs:comment "private, secret; KangXi radical 28"@en .

<http://lexvo.org/id/char/53C8> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/29> ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%8F%88>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%B2u>,
        <http://lexvo.org/id/term/kor/%E5%8F%88>,
        <http://lexvo.org/id/term/kor/WU>,
        <http://lexvo.org/id/term/vie/l%E1%BA%A1i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jau6>,
        <http://lexvo.org/id/term/yue/%E5%8F%88>,
        "又"^^xsd:string ;
    rdfs:comment "and, also, again, in addition"@en .

<http://lexvo.org/id/char/53E3> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/30> ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%8F%A3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C7%92u>,
        <http://lexvo.org/id/term/kor/%E5%8F%A3>,
        <http://lexvo.org/id/term/kor/KWU>,
        <http://lexvo.org/id/term/vie/kh%E1%BA%A9u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hau2>,
        <http://lexvo.org/id/term/yue/%E5%8F%A3>,
        "口"^^xsd:string ;
    rdfs:comment "mouth; open end; entrance, gate"@en .

<http://lexvo.org/id/char/56D7> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/31> ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%9B%97>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C3%A9i>,
        <http://lexvo.org/id/term/kor/%E5%9B%97>,
        <http://lexvo.org/id/term/kor/KWUK%20WI>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wai4>,
        <http://lexvo.org/id/term/yue/%E5%9B%97>,
        "囗"^^xsd:string ;
    rdfs:comment "erect, proud; upright; bald"@en .

<http://lexvo.org/id/char/571F> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/32> ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%9C%9F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/t%C7%94>,
        <http://lexvo.org/id/term/kor/%E5%9C%9F>,
        <http://lexvo.org/id/term/kor/THO%20TWU>,
        <http://lexvo.org/id/term/vie/th%E1%BB%95>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tou2>,
        <http://lexvo.org/id/term/yue/%E5%9C%9F>,
        "土"^^xsd:string ;
    rdfs:comment "soil, earth; items made of earth"@en .

<http://lexvo.org/id/char/58EB> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/33> ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A3%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%AC>,
        <http://lexvo.org/id/term/kor/%E5%A3%AB>,
        <http://lexvo.org/id/term/kor/SA>,
        <http://lexvo.org/id/term/vie/s%C4%A9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/si6>,
        <http://lexvo.org/id/term/yue/%E5%A3%AB>,
        "士"^^xsd:string ;
    rdfs:comment "scholar, gentleman; soldier"@en .

<http://lexvo.org/id/char/5902> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/34> ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A4%82>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C7%90>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gau2%20zi1>,
        <http://lexvo.org/id/term/yue/%E5%A4%82>,
        "夂"^^xsd:string ;
    rdfs:comment "go; KangXi radical 34"@en .

<http://lexvo.org/id/char/590A> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/35> ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A4%8A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/su%C4%AB>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/seoi1>,
        <http://lexvo.org/id/term/yue/%E5%A4%8A>,
        "夊"^^xsd:string ;
    rdfs:comment "KangXi radical 35; go slowly"@en .

<http://lexvo.org/id/char/5915> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/36> ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A4%95>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C4%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C4%AB%20x%C3%AC>,
        <http://lexvo.org/id/term/kor/%E5%A4%95>,
        <http://lexvo.org/id/term/kor/SEK%20SA>,
        <http://lexvo.org/id/term/vie/t%E1%BB%8Bch>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zik6>,
        <http://lexvo.org/id/term/yue/%E5%A4%95>,
        "夕"^^xsd:string ;
    rdfs:comment "evening, night, dusk; slanted"@en .

<http://lexvo.org/id/char/5927> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/37> ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A4%A7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%A0%200205.010%3Ad%C3%A0i>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%A0%20d%C3%A0i%20t%C3%A0i>,
        <http://lexvo.org/id/term/kor/%E5%A4%A7>,
        <http://lexvo.org/id/term/kor/TAY%20THAY>,
        <http://lexvo.org/id/term/vie/%C4%91%E1%BA%A1i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/daai6>,
        <http://lexvo.org/id/term/yue/%E5%A4%A7>,
        "大"^^xsd:string ;
    rdfs:comment "big, great, vast, large, high"@en .

<http://lexvo.org/id/char/5928> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/37> ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A4%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C3%A8>,
        "夨"^^xsd:string .

<http://lexvo.org/id/char/5973> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/38> ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%A5%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C7%9A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/n%C7%9A%20r%C7%94>,
        <http://lexvo.org/id/term/kor/%E5%A5%B3>,
        <http://lexvo.org/id/term/kor/NYE>,
        <http://lexvo.org/id/term/vie/n%E1%BB%AFa>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jyu5%20neoi5%20neoi6>,
        <http://lexvo.org/id/term/yue/%E5%A5%B3>,
        "女"^^xsd:string ;
    rdfs:comment "woman, girl; feminine; rad. 38"@en .

<http://lexvo.org/id/char/5B50> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/39> ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%AD%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C7%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C7%90%20zi>,
        <http://lexvo.org/id/term/kor/%E5%AD%90>,
        <http://lexvo.org/id/term/kor/CA>,
        <http://lexvo.org/id/term/vie/t%C3%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zi2>,
        <http://lexvo.org/id/term/yue/%E5%AD%90>,
        "子"^^xsd:string ;
    rdfs:comment "offspring, child; fruit, seed of; 1st terrestrial branch"@en .

<http://lexvo.org/id/char/5B51> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/39> ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%AD%91>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%A9>,
        <http://lexvo.org/id/term/kor/%E5%AD%91>,
        <http://lexvo.org/id/term/kor/HYEL>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kit3>,
        <http://lexvo.org/id/term/yue/%E5%AD%91>,
        "孑"^^xsd:string ;
    rdfs:comment "remaining, left-over; lonely"@en .

<http://lexvo.org/id/char/5B52> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/39> ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%AD%92>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ju%C3%A9>,
        "孒"^^xsd:string ;
    rdfs:comment "larvae of the mosquito"@en .

<http://lexvo.org/id/char/5B53> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/39> ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%AD%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ju%C3%A9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kyut3>,
        <http://lexvo.org/id/term/yue/%E5%AD%93>,
        "孓"^^xsd:string ;
    rdfs:comment "beautiful"@en .

<http://lexvo.org/id/char/5B80> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/40> ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%AE%80>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/mi%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/min4>,
        <http://lexvo.org/id/term/yue/%E5%AE%80>,
        "宀"^^xsd:string ;
    rdfs:comment "roof; KangXi radical 40"@en .

<http://lexvo.org/id/char/5BF8> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/41> ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%AF%B8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C3%B9n>,
        <http://lexvo.org/id/term/kor/%E5%AF%B8>,
        <http://lexvo.org/id/term/kor/CHON>,
        <http://lexvo.org/id/term/vie/th%E1%BB%91n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cyun3>,
        <http://lexvo.org/id/term/yue/%E5%AF%B8>,
        "寸"^^xsd:string ;
    rdfs:comment "inch; small, tiny; KangXi radical 41"@en .

<http://lexvo.org/id/char/5C0F> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/42> ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B0%8F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C7%8Eo>,
        <http://lexvo.org/id/term/kor/%E5%B0%8F>,
        <http://lexvo.org/id/term/kor/SO>,
        <http://lexvo.org/id/term/vie/ti%E1%BB%83u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/siu2>,
        <http://lexvo.org/id/term/yue/%E5%B0%8F>,
        "小"^^xsd:string ;
    rdfs:comment "small, tiny, insignificant"@en .

<http://lexvo.org/id/char/5C22> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/43> ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B0%A2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C4%81ng%20y%C3%B3u>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%B3u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wong1>,
        <http://lexvo.org/id/term/yue/%E5%B0%A2>,
        "尢"^^xsd:string ;
    rdfs:comment "weak; KangXi radical 43"@en .

<http://lexvo.org/id/char/5C23> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/43> ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B0%A3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C4%81ng>,
        "尣"^^xsd:string ;
    rdfs:comment "lame; the first form is Radical 43"@en .

<http://lexvo.org/id/char/5C38> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/44> ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B0%B8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C4%AB>,
        <http://lexvo.org/id/term/kor/%E5%B0%B8>,
        <http://lexvo.org/id/term/kor/SI>,
        <http://lexvo.org/id/term/vie/th%C3%A2y>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/si1>,
        <http://lexvo.org/id/term/yue/%E5%B0%B8>,
        "尸"^^xsd:string ;
    rdfs:comment "corpse; to impersonate the dead; to preside; KangXi radical 44"@en .

<http://lexvo.org/id/char/5C6E> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/45> ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B1%AE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%A8%20c%C7%8Eo>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cit3>,
        <http://lexvo.org/id/term/yue/%E5%B1%AE>,
        "屮"^^xsd:string ;
    rdfs:comment "sprout; KangXi radical 45"@en .

<http://lexvo.org/id/char/5C71> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/46> ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B1%B1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C4%81n>,
        <http://lexvo.org/id/term/kor/%E5%B1%B1>,
        <http://lexvo.org/id/term/kor/SAN>,
        <http://lexvo.org/id/term/vie/s%C6%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/saan1>,
        <http://lexvo.org/id/term/yue/%E5%B1%B1>,
        "山"^^xsd:string ;
    rdfs:comment "mountain, hill, peak"@en .

<http://lexvo.org/id/char/5DDB> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/47> ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B7%9B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/chu%C4%81n%20k%C5%ABn>,
        "巛"^^xsd:string ;
    rdfs:comment "river; KangXi radical 47"@en .

<http://lexvo.org/id/char/5DDC> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/47> ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B7%9C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/gu%C3%AC%20ku%C3%A0i>,
        "巜"^^xsd:string .

<http://lexvo.org/id/char/5DDD> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/47> ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B7%9D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/chu%C4%81n>,
        <http://lexvo.org/id/term/kor/%E5%B7%9D>,
        <http://lexvo.org/id/term/kor/CHEN>,
        <http://lexvo.org/id/term/vie/xuy%C3%AAn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cyun1>,
        <http://lexvo.org/id/term/yue/%E5%B7%9D>,
        "川"^^xsd:string ;
    rdfs:comment "stream, river; flow; boil"@en .

<http://lexvo.org/id/char/5DE5> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/48> ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B7%A5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C5%8Dng>,
        <http://lexvo.org/id/term/kor/%E5%B7%A5>,
        <http://lexvo.org/id/term/kor/KONG>,
        <http://lexvo.org/id/term/vie/c%C3%B4ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gung1>,
        <http://lexvo.org/id/term/yue/%E5%B7%A5>,
        "工"^^xsd:string ;
    rdfs:comment "labor, work; worker, laborer"@en .

<http://lexvo.org/id/char/5DF1> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/49> ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B7%B1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C7%90>,
        <http://lexvo.org/id/term/kor/%E5%B7%B1>,
        <http://lexvo.org/id/term/kor/KI>,
        <http://lexvo.org/id/term/vie/k%E1%BB%89>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gei2>,
        <http://lexvo.org/id/term/yue/%E5%B7%B1>,
        "己"^^xsd:string ;
    rdfs:comment "self, oneself; personal, private; 6th heavenly stem"@en .

<http://lexvo.org/id/char/5DF2> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/49> ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B7%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C3%AC%201366.030%3Ay%C7%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%90>,
        <http://lexvo.org/id/term/kor/%E5%B7%B2>,
        <http://lexvo.org/id/term/kor/I>,
        <http://lexvo.org/id/term/vie/d%C4%A9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ji5>,
        <http://lexvo.org/id/term/yue/%E5%B7%B2>,
        "已"^^xsd:string ;
    rdfs:comment "already; finished; stop"@en .

<http://lexvo.org/id/char/5DF3> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/49> ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B7%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C3%AC>,
        <http://lexvo.org/id/term/kor/%E5%B7%B3>,
        <http://lexvo.org/id/term/kor/SA>,
        <http://lexvo.org/id/term/vie/t%E1%BB%8B>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zi6>,
        <http://lexvo.org/id/term/yue/%E5%B7%B3>,
        "巳"^^xsd:string ;
    rdfs:comment "the hours from 9 to 11; 6th terrestrial branch"@en .

<http://lexvo.org/id/char/5DFE> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/50> ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B7%BE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C4%ABn>,
        <http://lexvo.org/id/term/kor/%E5%B7%BE>,
        <http://lexvo.org/id/term/kor/KEN>,
        <http://lexvo.org/id/term/vie/c%C3%A2n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gan1>,
        <http://lexvo.org/id/term/yue/%E5%B7%BE>,
        "巾"^^xsd:string ;
    rdfs:comment "kerchief; towel; turban; KangXi radical number 50"@en .

<http://lexvo.org/id/char/5E72> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/51> ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B9%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C4%81n%200359.030%3Ag%C3%A0n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C4%81n%20g%C3%A0n%20h%C3%A1n>,
        <http://lexvo.org/id/term/kor/%E5%B9%B2>,
        <http://lexvo.org/id/term/kor/KAN>,
        <http://lexvo.org/id/term/vie/can>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gon1>,
        <http://lexvo.org/id/term/yue/%E5%B9%B2>,
        "干"^^xsd:string ;
    rdfs:comment "oppose, offend; invade; dried"@en .

<http://lexvo.org/id/char/5E7A> a lvont:Character ;
    lvont:label "1" ;
    lvont:means <http://lexvo.org/id/kangxi-radical/52> ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B9%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C4%81o>,
        <http://lexvo.org/id/term/kor/%E5%B9%BA>,
        <http://lexvo.org/id/term/kor/YO>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jiu1>,
        <http://lexvo.org/id/term/yue/%E5%B9%BA>,
        "幺"^^xsd:string ;
    rdfs:comment "one; tiny, small"@en .

<http://lexvo.org/id/char/5E7F> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/53> ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C4%81n%200415.050%3Agu%C7%8Eng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%B9%BF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%8En%20%C4%81n%20gu%C7%8Eng>,
        <http://lexvo.org/id/term/kor/%E5%B9%BF>,
        <http://lexvo.org/id/term/kor/EM>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jim2>,
        <http://lexvo.org/id/term/yue/%E5%B9%BF>,
        "广"^^xsd:string ;
    rdfs:comment "wide, extensive, broad; rad. 53"@en .

<http://lexvo.org/id/char/5EF4> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/54> ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%BB%B4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%90n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jan2>,
        <http://lexvo.org/id/term/yue/%E5%BB%B4>,
        "廴"^^xsd:string ;
    rdfs:comment "go; KangXi radical 54"@en .

<http://lexvo.org/id/char/5EFE> a lvont:Character ;
    lvont:label "9" ;
    lvont:means <http://lexvo.org/id/kangxi-radical/55> ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%BB%BE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C7%92ng%20g%C3%B2ng%20ni%C3%A0n>,
        <http://lexvo.org/id/term/vie/tr%E1%BA%A5p>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gung2>,
        <http://lexvo.org/id/term/yue/%E5%BB%BE>,
        "廾"^^xsd:string ;
    rdfs:comment "two hands; KangXi radical 55"@en .

<http://lexvo.org/id/char/5F0B> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/56> ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%BC%8B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%AC>,
        <http://lexvo.org/id/term/kor/%E5%BC%8B>,
        <http://lexvo.org/id/term/kor/IK>,
        <http://lexvo.org/id/term/vie/d%E1%BA%B7c>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jik6>,
        <http://lexvo.org/id/term/yue/%E5%BC%8B>,
        "弋"^^xsd:string ;
    rdfs:comment "catch, arrest; shoot with bow"@en .

<http://lexvo.org/id/char/5F13> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/57> ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%BC%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C5%8Dng>,
        <http://lexvo.org/id/term/kor/%E5%BC%93>,
        <http://lexvo.org/id/term/kor/KWUNG>,
        <http://lexvo.org/id/term/vie/cung>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gung1>,
        <http://lexvo.org/id/term/yue/%E5%BC%93>,
        "弓"^^xsd:string ;
    rdfs:comment "bow; curved, arched; KangXi radical number 57"@en .

<http://lexvo.org/id/char/5F50> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/58> ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%BD%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%AC>,
        <http://lexvo.org/id/term/vie/k%E1%BB%87>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gai3>,
        <http://lexvo.org/id/term/yue/%E5%BD%90>,
        "彐"^^xsd:string ;
    rdfs:comment "snout; KangXi radical 58"@en .

<http://lexvo.org/id/char/5F51> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/58> ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%BD%91>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%AC>,
        "彑"^^xsd:string ;
    rdfs:comment "snout; KangXi radical 58"@en .

<http://lexvo.org/id/char/5F61> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/59> ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%BD%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C4%81n%20xi%C4%81n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/saam1>,
        <http://lexvo.org/id/term/yue/%E5%BD%A1>,
        "彡"^^xsd:string ;
    rdfs:comment "hair; KangXi radical 59"@en .

<http://lexvo.org/id/char/5F73> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/60> ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%BD%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cik1>,
        <http://lexvo.org/id/term/yue/%E5%BD%B3>,
        "彳"^^xsd:string ;
    rdfs:comment "step with left foot; rad. no 60"@en .

<http://lexvo.org/id/char/5FC3> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/61> ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E5%BF%83>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C4%ABn>,
        <http://lexvo.org/id/term/kor/%E5%BF%83>,
        <http://lexvo.org/id/term/kor/SIM>,
        <http://lexvo.org/id/term/vie/t%C3%A2m>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sam1>,
        <http://lexvo.org/id/term/yue/%E5%BF%83>,
        "心"^^xsd:string ;
    rdfs:comment "heart; mind, intelligence; soul"@en .

<http://lexvo.org/id/char/5FC4> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/61> ;
    lvont:represents "忄"^^xsd:string ;
    rdfs:comment "heart; radical number 61"@en .

<http://lexvo.org/id/char/6208> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/62> ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%88%88>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C4%93>,
        <http://lexvo.org/id/term/kor/%E6%88%88>,
        <http://lexvo.org/id/term/kor/KWA>,
        <http://lexvo.org/id/term/vie/qua>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gwo1>,
        <http://lexvo.org/id/term/yue/%E6%88%88>,
        "戈"^^xsd:string ;
    rdfs:comment "halberd, spear, lance; rad. 62"@en .

<http://lexvo.org/id/char/6236> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/63> ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%88%B6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%B9>,
        <http://lexvo.org/id/term/kor/%E6%88%B6>,
        <http://lexvo.org/id/term/kor/HO>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wu6>,
        <http://lexvo.org/id/term/yue/%E6%88%B6>,
        "戶"^^xsd:string ;
    rdfs:comment "door; family, household"@en .

<http://lexvo.org/id/char/6237> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/63> ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%88%B7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%B9>,
        <http://lexvo.org/id/term/kor/%E6%88%B7>,
        <http://lexvo.org/id/term/kor/HO>,
        <http://lexvo.org/id/term/vie/h%E1%BB%99>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wu6>,
        <http://lexvo.org/id/term/yue/%E6%88%B7>,
        "户"^^xsd:string ;
    rdfs:comment "door; family"@en .

<http://lexvo.org/id/char/6238> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/63> ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%88%B8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%B9>,
        <http://lexvo.org/id/term/kor/%E6%88%B8>,
        <http://lexvo.org/id/term/kor/HO>,
        "戸"^^xsd:string ;
    rdfs:comment "door; family"@en .

<http://lexvo.org/id/char/624B> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/64> ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%89%8B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C7%92u>,
        <http://lexvo.org/id/term/kor/%E6%89%8B>,
        <http://lexvo.org/id/term/kor/SWU>,
        <http://lexvo.org/id/term/vie/th%E1%BB%A7>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sau2>,
        <http://lexvo.org/id/term/yue/%E6%89%8B>,
        "手"^^xsd:string ;
    rdfs:comment "hand"@en .

<http://lexvo.org/id/char/624C> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/64> ;
    lvont:represents "扌"^^xsd:string ;
    rdfs:comment "hand; radical number 64"@en .

<http://lexvo.org/id/char/624D> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/64> ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%89%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C3%A1i>,
        <http://lexvo.org/id/term/kor/%E6%89%8D>,
        <http://lexvo.org/id/term/kor/CAY>,
        <http://lexvo.org/id/term/vie/t%C3%A0i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/coi4>,
        <http://lexvo.org/id/term/yue/%E6%89%8D>,
        "才"^^xsd:string ;
    rdfs:comment "talent, ability; just, only"@en .

<http://lexvo.org/id/char/652F> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/65> ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%94%AF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C4%AB>,
        <http://lexvo.org/id/term/kor/%E6%94%AF>,
        <http://lexvo.org/id/term/kor/CI>,
        <http://lexvo.org/id/term/vie/chi>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zi1>,
        <http://lexvo.org/id/term/yue/%E6%94%AF>,
        "支"^^xsd:string ;
    rdfs:comment "disperse, pay; support; branch"@en .

<http://lexvo.org/id/char/6534> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/66> ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%94%B4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C5%AB%20p%C5%8D>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bok1%20pok3>,
        <http://lexvo.org/id/term/yue/%E6%94%B4>,
        "攴"^^xsd:string ;
    rdfs:comment "rap, tap lightly; KangXi radical 66"@en .

<http://lexvo.org/id/char/6535> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/66> ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%94%B5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/su%C4%AB>,
        "攵"^^xsd:string ;
    rdfs:comment "rap, tap; radical number 66"@en .

<http://lexvo.org/id/char/6587> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/67> ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%96%87>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C3%A9n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C3%A9n%20w%C3%A8n>,
        <http://lexvo.org/id/term/kor/%E6%96%87>,
        <http://lexvo.org/id/term/kor/MWUN>,
        <http://lexvo.org/id/term/vie/v%C4%83n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/man4%20man6>,
        <http://lexvo.org/id/term/yue/%E6%96%87>,
        "文"^^xsd:string ;
    rdfs:comment "literature, culture, writing"@en .

<http://lexvo.org/id/char/6589> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/210> ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%96%89>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C3%AD>,
        "斉"^^xsd:string ;
    rdfs:comment "even, uniform, of equal length"@en .

<http://lexvo.org/id/char/6597> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/68> ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%96%97>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C7%92u%200263.060%3Ad%C3%B2u>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C7%92u%20d%C3%B2u>,
        <http://lexvo.org/id/term/kor/%E6%96%97>,
        <http://lexvo.org/id/term/kor/TWU>,
        <http://lexvo.org/id/term/vie/%C4%91%E1%BA%A5u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dau2>,
        <http://lexvo.org/id/term/yue/%E6%96%97>,
        "斗"^^xsd:string ;
    rdfs:comment "Chinese peck; liquid measure"@en .

<http://lexvo.org/id/char/65A4> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/69> ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%96%A4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C4%ABn>,
        <http://lexvo.org/id/term/kor/%E6%96%A4>,
        <http://lexvo.org/id/term/kor/KUN>,
        <http://lexvo.org/id/term/vie/c%C3%A2n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gan1>,
        <http://lexvo.org/id/term/yue/%E6%96%A4>,
        "斤"^^xsd:string ;
    rdfs:comment "a catty (approximately 500 g); an axe; keen, shrewd; KangXi radical number 69"@en .

<http://lexvo.org/id/char/65B9> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/70> ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%96%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C4%81ng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C4%81ng%20f%C4%93ng%20p%C3%A1ng%20w%C7%8Eng>,
        <http://lexvo.org/id/term/kor/%E6%96%B9>,
        <http://lexvo.org/id/term/kor/PANG>,
        <http://lexvo.org/id/term/vie/ph%C6%B0%C6%A1ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fong1>,
        <http://lexvo.org/id/term/yue/%E6%96%B9>,
        "方"^^xsd:string ;
    rdfs:comment "a square, rectangle; a region; local"@en .

<http://lexvo.org/id/char/65E0> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/71> ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%97%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%B3%201212.050%3Aw%C3%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C3%BA%20m%C3%B3>,
        <http://lexvo.org/id/term/kor/%E6%97%A0>,
        <http://lexvo.org/id/term/kor/MWU>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mou4>,
        <http://lexvo.org/id/term/yue/%E6%97%A0>,
        "无"^^xsd:string ;
    rdfs:comment "negative, no, not; KangXi radical 71"@en .

<http://lexvo.org/id/char/65E5> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/72> ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%97%A5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/r%C3%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/r%C3%AC%20m%C3%AC>,
        <http://lexvo.org/id/term/kor/%E6%97%A5>,
        <http://lexvo.org/id/term/kor/IL>,
        <http://lexvo.org/id/term/vie/nh%E1%BA%ADt>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jat6>,
        <http://lexvo.org/id/term/yue/%E6%97%A5>,
        "日"^^xsd:string ;
    rdfs:comment "sun; day; daytime"@en .

<http://lexvo.org/id/char/66F0> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/73> ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%9B%B0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/yu%C4%93>,
        <http://lexvo.org/id/term/kor/%E6%9B%B0>,
        <http://lexvo.org/id/term/kor/WAL>,
        <http://lexvo.org/id/term/vie/vi%E1%BA%BFt>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/joek6%20jyut6>,
        <http://lexvo.org/id/term/yue/%E6%9B%B0>,
        "曰"^^xsd:string ;
    rdfs:comment "say; KangXi radical 73"@en .

<http://lexvo.org/id/char/66F1> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/102> ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%9B%B1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/yu%C4%93>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gaak6%20gaap3%20gaat6%20gat6%20zaat6>,
        <http://lexvo.org/id/term/yue/%E6%9B%B1>,
        "曱"^^xsd:string ;
    rdfs:comment "(Cant.) cockroach"@en .

<http://lexvo.org/id/char/6708> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/74> ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%9C%88>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/yu%C3%A8>,
        <http://lexvo.org/id/term/kor/%E6%9C%88>,
        <http://lexvo.org/id/term/kor/WEL>,
        <http://lexvo.org/id/term/vie/nguy%E1%BB%87t>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jyut6>,
        <http://lexvo.org/id/term/yue/%E6%9C%88>,
        "月"^^xsd:string ;
    rdfs:comment "moon; month; KangXi radical 74"@en .

<http://lexvo.org/id/char/6728> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/75> ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%9C%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%B9>,
        <http://lexvo.org/id/term/kor/%E6%9C%A8>,
        <http://lexvo.org/id/term/kor/MOK%20MO>,
        <http://lexvo.org/id/term/vie/m%E1%BB%99c>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/muk6>,
        <http://lexvo.org/id/term/yue/%E6%9C%A8>,
        "木"^^xsd:string ;
    rdfs:comment "tree; wood, lumber; wooden"@en .

<http://lexvo.org/id/char/6B20> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/76> ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%AC%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C3%A0n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C3%A0n%20qu%C4%93>,
        <http://lexvo.org/id/term/kor/%E6%AC%A0>,
        <http://lexvo.org/id/term/kor/HUM%20KAM>,
        <http://lexvo.org/id/term/vie/khi%E1%BA%BFm>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/him3>,
        <http://lexvo.org/id/term/yue/%E6%AC%A0>,
        "欠"^^xsd:string ;
    rdfs:comment "owe, lack, be deficient; KangXi radical number 76"@en .

<http://lexvo.org/id/char/6B62> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/77> ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%AD%A2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C7%90>,
        <http://lexvo.org/id/term/kor/%E6%AD%A2>,
        <http://lexvo.org/id/term/kor/CI>,
        <http://lexvo.org/id/term/vie/ch%E1%BB%89>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zi2>,
        <http://lexvo.org/id/term/yue/%E6%AD%A2>,
        "止"^^xsd:string ;
    rdfs:comment "stop, halt, desist; detain"@en .

<http://lexvo.org/id/char/6B6F> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/211> ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%AD%AF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C7%90>,
        <http://lexvo.org/id/term/kor/%E6%AD%AF>,
        <http://lexvo.org/id/term/kor/CHI>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ci2>,
        <http://lexvo.org/id/term/yue/%E6%AD%AF>,
        "歯"^^xsd:string ;
    rdfs:comment "teeth; gears, cogs; age; a form of KangXi radical 211"@en .

<http://lexvo.org/id/char/6B79> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/78> ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%AD%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C7%8Ei>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C7%8Ei%20%C3%A8%20d%C4%81i>,
        <http://lexvo.org/id/term/kor/%E6%AD%B9>,
        <http://lexvo.org/id/term/kor/AL%20TAY>,
        <http://lexvo.org/id/term/vie/ng%E1%BA%A1t>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/aat3%20daai2>,
        <http://lexvo.org/id/term/yue/%E6%AD%B9>,
        "歹"^^xsd:string ;
    rdfs:comment "bad, vicious, depraved, wicked"@en .

<http://lexvo.org/id/char/6BB3> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/79> ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%AE%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C5%AB>,
        <http://lexvo.org/id/term/kor/%E6%AE%B3>,
        <http://lexvo.org/id/term/kor/SWI>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/syu4>,
        <http://lexvo.org/id/term/yue/%E6%AE%B3>,
        "殳"^^xsd:string ;
    rdfs:comment "name of old weapon; kill; rad. 79"@en .

<http://lexvo.org/id/char/6BCB> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/80> ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%AF%8B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C3%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C3%BA%20m%C3%B3u>,
        <http://lexvo.org/id/term/kor/%E6%AF%8B>,
        <http://lexvo.org/id/term/kor/MWU>,
        <http://lexvo.org/id/term/vie/v%C3%B4>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mou4>,
        <http://lexvo.org/id/term/yue/%E6%AF%8B>,
        "毋"^^xsd:string ;
    rdfs:comment "do not; not; surname; rad. 80"@en .

<http://lexvo.org/id/char/6BCC> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/80> ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%AF%8C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/gu%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gun3%20kwun3>,
        <http://lexvo.org/id/term/yue/%E6%AF%8C>,
        "毌"^^xsd:string ;
    rdfs:comment "old form of 貫; component in 贯,貫,實, etc.; not to be confused with 毋"@en .

<http://lexvo.org/id/char/6BD4> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/81> ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%AF%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C7%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C7%90%20b%C3%AC%20p%C3%AD%20p%C7%90>,
        <http://lexvo.org/id/term/kor/%E6%AF%94>,
        <http://lexvo.org/id/term/kor/PI>,
        <http://lexvo.org/id/term/vie/t%E1%BB%89>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bei2%20bei6%20pei4>,
        <http://lexvo.org/id/term/yue/%E6%AF%94>,
        "比"^^xsd:string ;
    rdfs:comment "to compare, liken; comparison; than"@en .

<http://lexvo.org/id/char/6BDB> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/82> ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%AF%9B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A1o>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A1o%20m%C3%A0o>,
        <http://lexvo.org/id/term/kor/%E6%AF%9B>,
        <http://lexvo.org/id/term/kor/MO>,
        <http://lexvo.org/id/term/vie/mao>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mou4>,
        <http://lexvo.org/id/term/yue/%E6%AF%9B>,
        "毛"^^xsd:string ;
    rdfs:comment "hair, fur, feathers; coarse"@en .

<http://lexvo.org/id/char/6C0F> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/83> ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B0%8F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%AC%201482.060%3Azh%C4%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%AC%20zh%C4%AB%20j%C4%ABng>,
        <http://lexvo.org/id/term/kor/%E6%B0%8F>,
        <http://lexvo.org/id/term/kor/SSI%20CI>,
        <http://lexvo.org/id/term/vie/th%E1%BB%8B>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/si6%20zi1>,
        <http://lexvo.org/id/term/yue/%E6%B0%8F>,
        "氏"^^xsd:string ;
    rdfs:comment "clan, family; mister"@en .

<http://lexvo.org/id/char/6C14> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/84> ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B0%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hei3>,
        <http://lexvo.org/id/term/yue/%E6%B0%94>,
        "气"^^xsd:string ;
    rdfs:comment "steam, vapor; KangXi radical 84"@en .

<http://lexvo.org/id/char/6C34> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/85> ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E6%B0%B4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/shu%C7%90>,
        <http://lexvo.org/id/term/kor/%E6%B0%B4>,
        <http://lexvo.org/id/term/kor/SWU>,
        <http://lexvo.org/id/term/vie/h%C3%A9o%20thu%E1%BB%B7>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/seoi2>,
        <http://lexvo.org/id/term/yue/%E6%B0%B4>,
        "水"^^xsd:string ;
    rdfs:comment "water, liquid, lotion, juice"@en .

<http://lexvo.org/id/char/6C35> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/85> ;
    lvont:represents "氵"^^xsd:string ;
    rdfs:comment "water; radical number 85"@en .

<http://lexvo.org/id/char/706B> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/86> ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%81%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C7%92>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C7%92%20hu%C5%8D>,
        <http://lexvo.org/id/term/kor/%E7%81%AB>,
        <http://lexvo.org/id/term/kor/HWA>,
        <http://lexvo.org/id/term/vie/ho%E1%BA%A3>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fo2>,
        <http://lexvo.org/id/term/yue/%E7%81%AB>,
        "火"^^xsd:string ;
    rdfs:comment "fire, flame; burn; anger, rage"@en .

<http://lexvo.org/id/char/706C> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/86> ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%81%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/bi%C4%81o%20h%C7%92u>,
        "灬"^^xsd:string ;
    rdfs:comment "fire; radical number 86"@en .

<http://lexvo.org/id/char/722A> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/87> ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%88%AA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C7%8Eo%201516.050%3Azhu%C7%8E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zhu%C7%8E%20zh%C7%8Eo>,
        <http://lexvo.org/id/term/kor/%E7%88%AA>,
        <http://lexvo.org/id/term/kor/CO>,
        <http://lexvo.org/id/term/vie/tr%E1%BA%A3o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zaau2>,
        <http://lexvo.org/id/term/yue/%E7%88%AA>,
        "爪"^^xsd:string ;
    rdfs:comment "claw, nail, talon; animal feet"@en .

<http://lexvo.org/id/char/722B> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/87> ;
    lvont:represents <http://lexvo.org/id/term/vie/l%C3%A0m>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zaau2>,
        <http://lexvo.org/id/term/yue/%E7%88%AB>,
        "爫"^^xsd:string ;
    rdfs:comment "radical 87"@en .

<http://lexvo.org/id/char/7236> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/88> ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%88%B6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%B9%20f%C7%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C7%94%200341.120%3Af%C3%B9>,
        <http://lexvo.org/id/term/kor/%E7%88%B6>,
        <http://lexvo.org/id/term/kor/PWU%20PO>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fu2%20fu6>,
        <http://lexvo.org/id/term/yue/%E7%88%B6>,
        "父"^^xsd:string ;
    rdfs:comment "father; KangXi radical 88"@en .

<http://lexvo.org/id/char/723B> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/89> ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%88%BB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A1o>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A1o%20xi%C3%A0o>,
        <http://lexvo.org/id/term/kor/%E7%88%BB>,
        <http://lexvo.org/id/term/kor/HYO>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ngaau4>,
        <http://lexvo.org/id/term/yue/%E7%88%BB>,
        "爻"^^xsd:string ;
    rdfs:comment "diagrams for divination"@en .

<http://lexvo.org/id/char/723F> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/90> ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%88%BF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%A1n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qi%C3%A1ng%20p%C3%A1n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/baan2%20baan6%20coeng4>,
        <http://lexvo.org/id/term/yue/%E7%88%BF>,
        "爿"^^xsd:string ;
    rdfs:comment "half of tree trunk; KangXi radical 90"@en .

<http://lexvo.org/id/char/7247> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/91> ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%89%87>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/pi%C3%A0n%20pi%C4%81n%20p%C3%A0n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/pi%C4%81n%200873.060%3Api%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E7%89%87>,
        <http://lexvo.org/id/term/kor/PHYEN>,
        <http://lexvo.org/id/term/vie/phi%E1%BA%BFn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/pin3>,
        <http://lexvo.org/id/term/yue/%E7%89%87>,
        "片"^^xsd:string ;
    rdfs:comment "slice, splinter, strip; rad. 91"@en .

<http://lexvo.org/id/char/7259> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/92> ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%89%99>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A1%20y%C3%A0>,
        <http://lexvo.org/id/term/kor/%E7%89%99>,
        <http://lexvo.org/id/term/kor/A>,
        <http://lexvo.org/id/term/vie/nha>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ngaa4>,
        <http://lexvo.org/id/term/yue/%E7%89%99>,
        "牙"^^xsd:string ;
    rdfs:comment "tooth, molars, teeth; serrated"@en .

<http://lexvo.org/id/char/725B> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/93> ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%89%9B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ni%C3%BA>,
        <http://lexvo.org/id/term/kor/%E7%89%9B>,
        <http://lexvo.org/id/term/kor/WU>,
        <http://lexvo.org/id/term/vie/ng%C6%B0u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ngau4>,
        <http://lexvo.org/id/term/yue/%E7%89%9B>,
        "牛"^^xsd:string ;
    rdfs:comment "cow, ox, bull; KangXi radical93"@en .

<http://lexvo.org/id/char/725C> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/93> ;
    lvont:represents "牜"^^xsd:string ;
    rdfs:comment "an ox, a cow Radical 93"@en .

<http://lexvo.org/id/char/72AC> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/94> ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%8A%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/qu%C7%8En>,
        <http://lexvo.org/id/term/kor/%E7%8A%AC>,
        <http://lexvo.org/id/term/kor/KYEN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hyun2>,
        <http://lexvo.org/id/term/yue/%E7%8A%AC>,
        "犬"^^xsd:string ;
    rdfs:comment "dog; radical number 94"@en .

<http://lexvo.org/id/char/72AD> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/94> ;
    lvont:represents <http://lexvo.org/id/term/yue-Latn-jyutping/hyun2>,
        <http://lexvo.org/id/term/yue/%E7%8A%AD>,
        "犭"^^xsd:string ;
    rdfs:comment "dog; radical number 94"@en .

<http://lexvo.org/id/char/7384> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/95> ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%8E%84>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xu%C3%A1n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xu%C3%A1n%20xu%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E7%8E%84>,
        <http://lexvo.org/id/term/kor/HYEN>,
        <http://lexvo.org/id/term/vie/huy%E1%BB%81n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jyun4>,
        <http://lexvo.org/id/term/yue/%E7%8E%84>,
        "玄"^^xsd:string ;
    rdfs:comment "deep, profound, abstruse; KangXi radical 95"@en .

<http://lexvo.org/id/char/7389> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/96> ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%8E%89>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%B9>,
        <http://lexvo.org/id/term/kor/%E7%8E%89>,
        <http://lexvo.org/id/term/kor/OK>,
        <http://lexvo.org/id/term/vie/ng%E1%BB%8Dc>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/juk6>,
        <http://lexvo.org/id/term/yue/%E7%8E%89>,
        "玉"^^xsd:string ;
    rdfs:comment "jade, precious stone, gem"@en .

<http://lexvo.org/id/char/738A> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/96> ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%8E%8A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C3%B9>,
        "玊"^^xsd:string .

<http://lexvo.org/id/char/738B> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/96> ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%8E%8B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C3%A1ng%201190.010%3Aw%C3%A0ng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C3%A1ng%20w%C3%A0ng%20y%C3%B9>,
        <http://lexvo.org/id/term/kor/%E7%8E%8B>,
        <http://lexvo.org/id/term/kor/WANG>,
        <http://lexvo.org/id/term/vie/v%C6%B0%C6%A1ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wong4%20wong6>,
        <http://lexvo.org/id/term/yue/%E7%8E%8B>,
        "王"^^xsd:string ;
    rdfs:comment "king, ruler; royal; surname"@en .

<http://lexvo.org/id/char/74DC> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/97> ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%93%9C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/gu%C4%81>,
        <http://lexvo.org/id/term/kor/%E7%93%9C>,
        <http://lexvo.org/id/term/kor/KWA>,
        <http://lexvo.org/id/term/vie/qua>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gwaa1>,
        <http://lexvo.org/id/term/yue/%E7%93%9C>,
        "瓜"^^xsd:string ;
    rdfs:comment "melon, gourd, cucumber; rad. 97"@en .

<http://lexvo.org/id/char/74E6> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/98> ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%93%A6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C7%8E%201177.030%3Aw%C3%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C7%8E%20w%C3%A0>,
        <http://lexvo.org/id/term/kor/%E7%93%A6>,
        <http://lexvo.org/id/term/kor/WA>,
        <http://lexvo.org/id/term/vie/ng%C3%B3i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ngaa5>,
        <http://lexvo.org/id/term/yue/%E7%93%A6>,
        "瓦"^^xsd:string ;
    rdfs:comment "tile; earthenware pottery; girl"@en .

<http://lexvo.org/id/char/7518> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/99> ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%94%98>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C4%81n>,
        <http://lexvo.org/id/term/kor/%E7%94%98>,
        <http://lexvo.org/id/term/kor/KAM>,
        <http://lexvo.org/id/term/vie/b%E1%BA%A3%20cam>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gam1>,
        <http://lexvo.org/id/term/yue/%E7%94%98>,
        "甘"^^xsd:string ;
    rdfs:comment "sweetness; sweet, tasty"@en .

<http://lexvo.org/id/char/751F> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/100> ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%94%9F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C4%93ng>,
        <http://lexvo.org/id/term/kor/%E7%94%9F>,
        <http://lexvo.org/id/term/kor/SAYNG>,
        <http://lexvo.org/id/term/vie/sinh>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/saang1%20sang1>,
        <http://lexvo.org/id/term/yue/%E7%94%9F>,
        "生"^^xsd:string ;
    rdfs:comment "life, living, lifetime; birth"@en .

<http://lexvo.org/id/char/7528> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/101> ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%94%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%B2ng>,
        <http://lexvo.org/id/term/kor/%E7%94%A8>,
        <http://lexvo.org/id/term/kor/YONG>,
        <http://lexvo.org/id/term/vie/d%E1%BB%A5ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jung6>,
        <http://lexvo.org/id/term/yue/%E7%94%A8>,
        "用"^^xsd:string ;
    rdfs:comment "use, employ, apply, operate; use"@en .

<http://lexvo.org/id/char/7529> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/101> ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%94%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/shu%C7%8Ei>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lat1>,
        <http://lexvo.org/id/term/yue/%E7%94%A9>,
        "甩"^^xsd:string ;
    rdfs:comment "throw away, discard"@en .

<http://lexvo.org/id/char/7530> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/102> ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%94%B0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ti%C3%A1n>,
        <http://lexvo.org/id/term/kor/%E7%94%B0>,
        <http://lexvo.org/id/term/kor/CEN>,
        <http://lexvo.org/id/term/vie/%C4%91i%E1%BB%81n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/tin4>,
        <http://lexvo.org/id/term/yue/%E7%94%B0>,
        "田"^^xsd:string ;
    rdfs:comment "field, arable land, cultivated"@en .

<http://lexvo.org/id/char/7531> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/102> ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%94%B1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%B3u>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%B3u%20y%C4%81o>,
        <http://lexvo.org/id/term/kor/%E7%94%B1>,
        <http://lexvo.org/id/term/kor/YU>,
        <http://lexvo.org/id/term/vie/do>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jau4>,
        <http://lexvo.org/id/term/yue/%E7%94%B1>,
        "由"^^xsd:string ;
    rdfs:comment "cause, reason; from"@en .

<http://lexvo.org/id/char/7532> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/102> ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%94%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C7%8E>,
        <http://lexvo.org/id/term/kor/%E7%94%B2>,
        <http://lexvo.org/id/term/kor/KAP>,
        <http://lexvo.org/id/term/vie/gi%C3%A1p>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gaap3>,
        <http://lexvo.org/id/term/yue/%E7%94%B2>,
        "甲"^^xsd:string ;
    rdfs:comment "armor, shell; fingernails; 1st heavenly stem"@en .

<http://lexvo.org/id/char/7533> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/102> ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%94%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C4%93n>,
        <http://lexvo.org/id/term/kor/%E7%94%B3>,
        <http://lexvo.org/id/term/kor/SIN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/san1>,
        <http://lexvo.org/id/term/yue/%E7%94%B3>,
        "申"^^xsd:string ;
    rdfs:comment "to state to a superior, report; extend; 9th terrestrial branch"@en .

<http://lexvo.org/id/char/7534> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/102> ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%94%B4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%A1>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gaat6%20zaat6>,
        <http://lexvo.org/id/term/yue/%E7%94%B4>,
        "甴"^^xsd:string ;
    rdfs:comment "(Cant.) cockroach"@en .

<http://lexvo.org/id/char/758B> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/103> ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%96%8B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C7%90%201321.010%3Ay%C7%8E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C7%90%20p%C4%AB%20sh%C5%AB%20y%C7%8E>,
        <http://lexvo.org/id/term/kor/%E7%96%8B>,
        <http://lexvo.org/id/term/kor/PHIL%20SO>,
        <http://lexvo.org/id/term/vie/s%E1%BA%A5t>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ngaa5%20pat1%20so1>,
        <http://lexvo.org/id/term/yue/%E7%96%8B>,
        "疋"^^xsd:string ;
    rdfs:comment "roll, bolt of cloth; foot"@en .

<http://lexvo.org/id/char/7592> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/104> ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%96%92>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/chu%C3%A1ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/nik6>,
        <http://lexvo.org/id/term/yue/%E7%96%92>,
        "疒"^^xsd:string ;
    rdfs:comment "sick; KangXi radical 104"@en .

<http://lexvo.org/id/char/7676> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/105> ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%99%B6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C5%8D>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/but6>,
        <http://lexvo.org/id/term/yue/%E7%99%B6>,
        "癶"^^xsd:string ;
    rdfs:comment "legs; KangXi radical 105"@en .

<http://lexvo.org/id/char/767D> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/106> ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%99%BD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%A1i>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%A1i%20b%C3%B3>,
        <http://lexvo.org/id/term/kor/%E7%99%BD>,
        <http://lexvo.org/id/term/kor/PAYK%20PAY>,
        <http://lexvo.org/id/term/vie/b%E1%BA%A1ch>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/baak6>,
        <http://lexvo.org/id/term/yue/%E7%99%BD>,
        "白"^^xsd:string ;
    rdfs:comment "white; pure, unblemished; bright"@en .

<http://lexvo.org/id/char/76AE> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/107> ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%9A%AE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/p%C3%AD>,
        <http://lexvo.org/id/term/kor/%E7%9A%AE>,
        <http://lexvo.org/id/term/kor/PHI>,
        <http://lexvo.org/id/term/vie/b%C3%AC>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/pei4>,
        <http://lexvo.org/id/term/yue/%E7%9A%AE>,
        "皮"^^xsd:string ;
    rdfs:comment "skin, hide, fur, feather; outer"@en .

<http://lexvo.org/id/char/76BF> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/108> ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%9A%BF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C7%90n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C7%90n%20m%C7%90ng>,
        <http://lexvo.org/id/term/kor/%E7%9A%BF>,
        <http://lexvo.org/id/term/kor/MYENG>,
        <http://lexvo.org/id/term/vie/m%C3%A3nh>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ming5>,
        <http://lexvo.org/id/term/yue/%E7%9A%BF>,
        "皿"^^xsd:string ;
    rdfs:comment "shallow container; rad. no. 108"@en .

<http://lexvo.org/id/char/76EE> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/109> ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%9B%AE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%B9>,
        <http://lexvo.org/id/term/kor/%E7%9B%AE>,
        <http://lexvo.org/id/term/kor/MOK>,
        <http://lexvo.org/id/term/vie/m%E1%BB%A5c>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/muk6>,
        <http://lexvo.org/id/term/yue/%E7%9B%AE>,
        "目"^^xsd:string ;
    rdfs:comment "eye; look, see; division, topic"@en .

<http://lexvo.org/id/char/77DB> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/110> ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%9F%9B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A1o>,
        <http://lexvo.org/id/term/kor/%E7%9F%9B>,
        <http://lexvo.org/id/term/kor/MO>,
        <http://lexvo.org/id/term/vie/m%C3%A2u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/maau4>,
        <http://lexvo.org/id/term/yue/%E7%9F%9B>,
        "矛"^^xsd:string ;
    rdfs:comment "spear, lance; KangXi radical 110"@en .

<http://lexvo.org/id/char/77E2> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/111> ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%9F%A2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C7%90>,
        <http://lexvo.org/id/term/kor/%E7%9F%A2>,
        <http://lexvo.org/id/term/kor/SI>,
        <http://lexvo.org/id/term/vie/ngao%20th%E1%BB%89>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ci2>,
        <http://lexvo.org/id/term/yue/%E7%9F%A2>,
        "矢"^^xsd:string ;
    rdfs:comment "arrow, dart; vow, swear"@en .

<http://lexvo.org/id/char/77F3> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/112> ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%9F%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%A0n%201038.030%3Ash%C3%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%AD%20d%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E7%9F%B3>,
        <http://lexvo.org/id/term/kor/SEK>,
        <http://lexvo.org/id/term/vie/th%E1%BA%A1ch>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/daam3%20sek6>,
        <http://lexvo.org/id/term/yue/%E7%9F%B3>,
        "石"^^xsd:string ;
    rdfs:comment "stone, rock, mineral; rad. 112"@en .

<http://lexvo.org/id/char/793A> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/113> ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A4%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%AC%20q%C4%AB%20zh%C3%AC%20sh%C3%AD>,
        <http://lexvo.org/id/term/kor/%E7%A4%BA>,
        <http://lexvo.org/id/term/kor/SI%20KI>,
        <http://lexvo.org/id/term/vie/%C4%91%C3%ACnh%20th%E1%BB%8B>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/si6>,
        <http://lexvo.org/id/term/yue/%E7%A4%BA>,
        "示"^^xsd:string ;
    rdfs:comment "show, manifest; demonstrate"@en .

<http://lexvo.org/id/char/793B> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/113> ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A4%BB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%AC>,
        "礻"^^xsd:string ;
    rdfs:comment "cult; radical number 113"@en .

<http://lexvo.org/id/char/79B8> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/114> ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A6%B8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/r%C3%B3u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jau2>,
        <http://lexvo.org/id/term/yue/%E7%A6%B8>,
        "禸"^^xsd:string ;
    rdfs:comment "rump; KangXi radical 114"@en .

<http://lexvo.org/id/char/79BE> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/115> ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A6%BE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A9>,
        <http://lexvo.org/id/term/kor/%E7%A6%BE>,
        <http://lexvo.org/id/term/kor/HWA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wo4>,
        <http://lexvo.org/id/term/yue/%E7%A6%BE>,
        "禾"^^xsd:string ;
    rdfs:comment "grain still on stalk; rice plant"@en .

<http://lexvo.org/id/char/7A74> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/116> ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%A9%B4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xu%C3%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xu%C3%A9%20ju%C3%A9%20xu%C3%A8>,
        <http://lexvo.org/id/term/kor/%E7%A9%B4>,
        <http://lexvo.org/id/term/kor/HYEL>,
        <http://lexvo.org/id/term/vie/huy%E1%BB%87t>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jyut6>,
        <http://lexvo.org/id/term/yue/%E7%A9%B4>,
        "穴"^^xsd:string ;
    rdfs:comment "cave, den, hole; KangXi radical 116"@en .

<http://lexvo.org/id/char/7ACB> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/117> ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%AB%8B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%AC%20w%C3%A8i>,
        <http://lexvo.org/id/term/kor/%E7%AB%8B>,
        <http://lexvo.org/id/term/kor/LIP>,
        <http://lexvo.org/id/term/vie/l%E1%BA%ADp>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/laap6%20lap6>,
        <http://lexvo.org/id/term/yue/%E7%AB%8B>,
        "立"^^xsd:string ;
    rdfs:comment "stand; let stand; establish, set"@en .

<http://lexvo.org/id/char/7AF9> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/118> ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%AB%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%BA>,
        <http://lexvo.org/id/term/kor/%E7%AB%B9>,
        <http://lexvo.org/id/term/kor/CWUK>,
        <http://lexvo.org/id/term/vie/tr%C3%BAc>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zuk1>,
        <http://lexvo.org/id/term/yue/%E7%AB%B9>,
        "竹"^^xsd:string ;
    rdfs:comment "bamboo; flute; KangXi radical 118"@en .

<http://lexvo.org/id/char/7C73> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/119> ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B1%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C7%90>,
        <http://lexvo.org/id/term/kor/%E7%B1%B3>,
        <http://lexvo.org/id/term/kor/MI>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mai5>,
        <http://lexvo.org/id/term/yue/%E7%B1%B3>,
        "米"^^xsd:string ;
    rdfs:comment "hulled or husked uncooked rice"@en .

<http://lexvo.org/id/char/7CF8> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/120> ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B3%B8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%AC%20s%C4%AB>,
        <http://lexvo.org/id/term/kor/%E7%B3%B8>,
        <http://lexvo.org/id/term/kor/SA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mik6%20si1>,
        <http://lexvo.org/id/term/yue/%E7%B3%B8>,
        "糸"^^xsd:string ;
    rdfs:comment "silk; KangXi radical 120"@en .

<http://lexvo.org/id/char/7CF9> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/120> ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%B3%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C4%AB>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/si1>,
        <http://lexvo.org/id/term/yue/%E7%B3%B9>,
        "糹"^^xsd:string ;
    rdfs:comment "silk; KangXi radical 120"@en .

<http://lexvo.org/id/char/7E9F> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/120> ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%BA%9F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C4%AB>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/si1>,
        <http://lexvo.org/id/term/yue/%E7%BA%9F>,
        "纟"^^xsd:string ;
    rdfs:comment "silk; KangXi radical 120"@en .

<http://lexvo.org/id/char/7F36> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/121> ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%BC%B6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C7%92u>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C7%92u%20gu%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E7%BC%B6>,
        <http://lexvo.org/id/term/kor/PWU>,
        <http://lexvo.org/id/term/vie/ph%E1%BA%ABu>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fau2>,
        <http://lexvo.org/id/term/yue/%E7%BC%B6>,
        "缶"^^xsd:string ;
    rdfs:comment "earthen crock or jar; rad. 121"@en .

<http://lexvo.org/id/char/7F51> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/122> ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%BD%91>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C7%8Eng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mong5>,
        <http://lexvo.org/id/term/yue/%E7%BD%91>,
        "网"^^xsd:string ;
    rdfs:comment "net; network; KangXi radical 122"@en .

<http://lexvo.org/id/char/7F52> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/122> ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%BD%92>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C7%8Eng>,
        "罒"^^xsd:string ;
    rdfs:comment "Radical 122"@en .

<http://lexvo.org/id/char/7F53> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/122> ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%BD%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C4%81ng>,
        "罓"^^xsd:string .

<http://lexvo.org/id/char/7F8A> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/123> ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%BE%8A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A1ng>,
        <http://lexvo.org/id/term/kor/%E7%BE%8A>,
        <http://lexvo.org/id/term/kor/YANG>,
        <http://lexvo.org/id/term/vie/d%C6%B0%C6%A1ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/joeng4>,
        <http://lexvo.org/id/term/yue/%E7%BE%8A>,
        "羊"^^xsd:string ;
    rdfs:comment "sheep, goat; KangXi radical 123"@en .

<http://lexvo.org/id/char/7FBD> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/124> ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%BE%BD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%94%20h%C3%B9>,
        <http://lexvo.org/id/term/kor/%E7%BE%BD>,
        <http://lexvo.org/id/term/kor/WU>,
        <http://lexvo.org/id/term/vie/v%C3%B5>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jyu5>,
        <http://lexvo.org/id/term/yue/%E7%BE%BD>,
        "羽"^^xsd:string ;
    rdfs:comment "feather, plume; wings; rad. 124"@en .

<http://lexvo.org/id/char/8001> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/125> ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%80%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C7%8Eo>,
        <http://lexvo.org/id/term/kor/%E8%80%81>,
        <http://lexvo.org/id/term/kor/LO>,
        <http://lexvo.org/id/term/vie/l%C3%A3o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lou5>,
        <http://lexvo.org/id/term/yue/%E8%80%81>,
        "老"^^xsd:string ;
    rdfs:comment "old, aged; experienced"@en .

<http://lexvo.org/id/char/8002> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/125> ;
    lvont:represents "耂"^^xsd:string ;
    rdfs:comment "variant of radical 125"@en .

<http://lexvo.org/id/char/8003> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/125> ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%80%83>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/k%C7%8Eo>,
        <http://lexvo.org/id/term/kor/%E8%80%83>,
        <http://lexvo.org/id/term/kor/KO>,
        <http://lexvo.org/id/term/vie/kh%E1%BA%A3o>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/haau2>,
        <http://lexvo.org/id/term/yue/%E8%80%83>,
        "考"^^xsd:string ;
    rdfs:comment "examine, test; investigate"@en .

<http://lexvo.org/id/char/800C> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/126> ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C3%A9r>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%C3%A9r%20n%C3%A9ng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%80%8C>,
        <http://lexvo.org/id/term/kor/%E8%80%8C>,
        <http://lexvo.org/id/term/kor/I>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ji4>,
        <http://lexvo.org/id/term/yue/%E8%80%8C>,
        "而"^^xsd:string ;
    rdfs:comment "and; and then; and yet; but"@en .

<http://lexvo.org/id/char/8012> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/127> ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%80%92>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C4%9Bi>,
        <http://lexvo.org/id/term/kor/%E8%80%92>,
        <http://lexvo.org/id/term/kor/LOY>,
        <http://lexvo.org/id/term/vie/l%E1%BB%93i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/leoi6%20loi6>,
        <http://lexvo.org/id/term/yue/%E8%80%92>,
        "耒"^^xsd:string ;
    rdfs:comment "handle of plow; plow; rad. 127"@en .

<http://lexvo.org/id/char/8033> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/128> ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%C4%9Br>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%C4%9Br%20r%C3%A9ng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%80%B3>,
        <http://lexvo.org/id/term/kor/%E8%80%B3>,
        <http://lexvo.org/id/term/kor/I>,
        <http://lexvo.org/id/term/vie/nh%C4%A9>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ji5>,
        <http://lexvo.org/id/term/yue/%E8%80%B3>,
        "耳"^^xsd:string ;
    rdfs:comment "ear; merely, only; handle"@en .

<http://lexvo.org/id/char/807F> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/129> ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%81%BF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%B9>,
        <http://lexvo.org/id/term/kor/%E8%81%BF>,
        <http://lexvo.org/id/term/kor/YUL>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jyut6%20leot6%20wat6>,
        <http://lexvo.org/id/term/yue/%E8%81%BF>,
        "聿"^^xsd:string ;
    rdfs:comment "writing brush, pencil; thereupon"@en .

<http://lexvo.org/id/char/8080> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/129> ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%82%80>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%B9>,
        "肀"^^xsd:string ;
    rdfs:comment "pen; radical number 129"@en .

<http://lexvo.org/id/char/8089> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/130> ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%82%89>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/r%C3%B2u>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/r%C3%B2u%20r%C3%B9>,
        <http://lexvo.org/id/term/kor/%E8%82%89>,
        <http://lexvo.org/id/term/kor/YUK%20YU>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/juk6>,
        <http://lexvo.org/id/term/yue/%E8%82%89>,
        "肉"^^xsd:string ;
    rdfs:comment "flesh; meat; KangXi radical 130"@en .

<http://lexvo.org/id/char/81E3> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/131> ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%87%A3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%A9n>,
        <http://lexvo.org/id/term/kor/%E8%87%A3>,
        <http://lexvo.org/id/term/kor/SIN>,
        <http://lexvo.org/id/term/vie/th%E1%BA%A7n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/san4>,
        <http://lexvo.org/id/term/yue/%E8%87%A3>,
        "臣"^^xsd:string ;
    rdfs:comment "minister, statesman, official"@en .

<http://lexvo.org/id/char/81EA> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/132> ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%87%AA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C3%AC>,
        <http://lexvo.org/id/term/kor/%E8%87%AA>,
        <http://lexvo.org/id/term/kor/CA>,
        <http://lexvo.org/id/term/vie/t%E1%BB%B1>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zi6>,
        <http://lexvo.org/id/term/yue/%E8%87%AA>,
        "自"^^xsd:string ;
    rdfs:comment "self, private, personal; from"@en .

<http://lexvo.org/id/char/81F3> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/133> ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%87%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%AC%20di%C3%A9>,
        <http://lexvo.org/id/term/kor/%E8%87%B3>,
        <http://lexvo.org/id/term/kor/CI>,
        <http://lexvo.org/id/term/vie/ch%C3%AD>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zi3>,
        <http://lexvo.org/id/term/yue/%E8%87%B3>,
        "至"^^xsd:string ;
    rdfs:comment "reach, arrive; extremely, very"@en .

<http://lexvo.org/id/char/81FC> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/134> ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%87%BC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%B9>,
        <http://lexvo.org/id/term/kor/%E8%87%BC>,
        <http://lexvo.org/id/term/kor/KWU>,
        <http://lexvo.org/id/term/vie/c%E1%BB%91i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/kau3%20kau5>,
        <http://lexvo.org/id/term/yue/%E8%87%BC>,
        "臼"^^xsd:string ;
    rdfs:comment "mortar; bone joint socket"@en .

<http://lexvo.org/id/char/820C> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/135> ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%88%8C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%A9%20gu%C4%81>,
        <http://lexvo.org/id/term/kor/%E8%88%8C>,
        <http://lexvo.org/id/term/kor/SEL>,
        <http://lexvo.org/id/term/vie/thi%E1%BB%87t>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sit3%20sit6>,
        <http://lexvo.org/id/term/yue/%E8%88%8C>,
        "舌"^^xsd:string ;
    rdfs:comment "tongue; clapper of bell; KangXi radical 135"@en .

<http://lexvo.org/id/char/821B> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/136> ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%88%9B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/chu%C7%8En>,
        <http://lexvo.org/id/term/kor/%E8%88%9B>,
        <http://lexvo.org/id/term/kor/CHEN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cyun2>,
        <http://lexvo.org/id/term/yue/%E8%88%9B>,
        "舛"^^xsd:string ;
    rdfs:comment "oppose, deviate, be contrary to"@en .

<http://lexvo.org/id/char/821F> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/137> ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%88%9F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C5%8Du>,
        <http://lexvo.org/id/term/kor/%E8%88%9F>,
        <http://lexvo.org/id/term/kor/CWU>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zau1>,
        <http://lexvo.org/id/term/yue/%E8%88%9F>,
        "舟"^^xsd:string ;
    rdfs:comment "boat, ship; KangXi radical 137"@en .

<http://lexvo.org/id/char/826E> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/138> ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%89%AE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C3%A8n%20g%C4%9Bn%20h%C3%A9n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C4%9Bn%200377.040%3Ag%C3%A8n>,
        <http://lexvo.org/id/term/kor/%E8%89%AE>,
        <http://lexvo.org/id/term/kor/KAN>,
        <http://lexvo.org/id/term/vie/c%E1%BA%A5n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gan3>,
        <http://lexvo.org/id/term/yue/%E8%89%AE>,
        "艮"^^xsd:string ;
    rdfs:comment "seventh of eight diagrams"@en .

<http://lexvo.org/id/char/8272> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/139> ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%89%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C3%A8%200994.110%3Ash%C7%8Ei>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/s%C3%A8%20sh%C7%8Ei>,
        <http://lexvo.org/id/term/kor/%E8%89%B2>,
        <http://lexvo.org/id/term/kor/SAYK>,
        <http://lexvo.org/id/term/vie/s%E1%BA%AFc>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sik1>,
        <http://lexvo.org/id/term/yue/%E8%89%B2>,
        "色"^^xsd:string ;
    rdfs:comment "color, tint, hue, shade; form, body; beauty, desire for beauty"@en .

<http://lexvo.org/id/char/8278> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/140> ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%89%B8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C7%8Eo>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/c%C7%8Eo%20z%C3%A0o>,
        <http://lexvo.org/id/term/kor/%E8%89%B8>,
        <http://lexvo.org/id/term/kor/CHO>,
        <http://lexvo.org/id/term/vie/th%C3%A1u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cou2>,
        <http://lexvo.org/id/term/yue/%E8%89%B8>,
        "艸"^^xsd:string ;
    rdfs:comment "grass; KangXi radical 140"@en .

<http://lexvo.org/id/char/8279> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/140> ;
    lvont:represents "艹"^^xsd:string ;
    rdfs:comment "grass; radical number 140"@en .

<http://lexvo.org/id/char/864D> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/141> ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%99%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C5%AB>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fu1%20fu2>,
        <http://lexvo.org/id/term/yue/%E8%99%8D>,
        "虍"^^xsd:string ;
    rdfs:comment "tiger; KangXi radical 141"@en .

<http://lexvo.org/id/char/866B> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/142> ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%99%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%B3ng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%B3ng%20hu%C7%90>,
        <http://lexvo.org/id/term/kor/%E8%99%AB>,
        <http://lexvo.org/id/term/kor/HWEY%20CHWUNG>,
        <http://lexvo.org/id/term/vie/tr%C3%B9ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cung4%20wai2>,
        <http://lexvo.org/id/term/yue/%E8%99%AB>,
        "虫"^^xsd:string ;
    rdfs:comment "insects, worms; KangXi radical 142"@en .

<http://lexvo.org/id/char/8840> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/143> ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A1%80>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C4%9B%201311.030%3Axu%C3%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C4%9B%20xu%C3%A8>,
        <http://lexvo.org/id/term/kor/%E8%A1%80>,
        <http://lexvo.org/id/term/kor/HYEL>,
        <http://lexvo.org/id/term/vie/huy%E1%BA%BFt>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hyut3>,
        <http://lexvo.org/id/term/yue/%E8%A1%80>,
        "血"^^xsd:string ;
    rdfs:comment "blood; radical number 143"@en .

<http://lexvo.org/id/char/884C> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/144> ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A1%8C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C3%A1ng%200443.050%3Ah%C3%A0ng%200460.010%3Ax%C3%ACng%201290.030%3Ax%C3%ADng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C3%ADng%20h%C3%A1ng%20x%C3%ACng%20h%C3%A0ng%20h%C3%A9ng>,
        <http://lexvo.org/id/term/kor/%E8%A1%8C>,
        <http://lexvo.org/id/term/kor/HAYNG%20HANG>,
        <http://lexvo.org/id/term/vie/h%C3%A0ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/haang4%20hang4%20hang6%20hong4>,
        <http://lexvo.org/id/term/yue/%E8%A1%8C>,
        "行"^^xsd:string ;
    rdfs:comment "go; walk; move, travel; circulate"@en .

<http://lexvo.org/id/char/8863> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/145> ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A1%A3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%AC%201368.050%3Ay%C4%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C4%AB%20y%C3%AC>,
        <http://lexvo.org/id/term/kor/%E8%A1%A3>,
        <http://lexvo.org/id/term/kor/UY>,
        <http://lexvo.org/id/term/vie/y>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ji1%20ji3>,
        <http://lexvo.org/id/term/yue/%E8%A1%A3>,
        "衣"^^xsd:string ;
    rdfs:comment "clothes, clothing; cover, skin"@en .

<http://lexvo.org/id/char/8864> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/145> ;
    lvont:represents "衤"^^xsd:string ;
    rdfs:comment "clothes; radical number 145"@en .

<http://lexvo.org/id/char/897E> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/146> ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A5%BE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A0%20x%C4%AB>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/aa3%20kaa1>,
        <http://lexvo.org/id/term/yue/%E8%A5%BE>,
        "襾"^^xsd:string ;
    rdfs:comment "cover; KangXi radical 146"@en .

<http://lexvo.org/id/char/897F> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/146> ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A5%BF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C4%AB>,
        <http://lexvo.org/id/term/kor/%E8%A5%BF>,
        <http://lexvo.org/id/term/kor/SE>,
        <http://lexvo.org/id/term/vie/t%C3%A2y>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sai1>,
        <http://lexvo.org/id/term/yue/%E8%A5%BF>,
        "西"^^xsd:string ;
    rdfs:comment "west(ern); westward, occident"@en .

<http://lexvo.org/id/char/8980> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/146> ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A6%80>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C4%AB>,
        "覀"^^xsd:string ;
    rdfs:comment "variant of radical 146"@en .

<http://lexvo.org/id/char/898B> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/147> ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A6%8B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%A0n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%A0n%20xi%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E8%A6%8B>,
        <http://lexvo.org/id/term/kor/KYEN%20HYEN>,
        <http://lexvo.org/id/term/vie/ki%E1%BA%BFn>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gin3%20jin6>,
        <http://lexvo.org/id/term/yue/%E8%A6%8B>,
        "見"^^xsd:string ;
    rdfs:comment "see, observe, behold; perceive"@en .

<http://lexvo.org/id/char/89C1> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/147> ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A7%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%A0n%201250.081%3Axi%C3%A0n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C3%A0n%20xi%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gin3>,
        <http://lexvo.org/id/term/yue/%E8%A7%81>,
        "见"^^xsd:string ;
    rdfs:comment "see, observe, behold; perceive"@en .

<http://lexvo.org/id/char/89D2> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/148> ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A7%92>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C7%8Eo%200619.070%3Aju%C3%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C7%8Eo%20ju%C3%A9%20g%C7%94%20l%C3%B9>,
        <http://lexvo.org/id/term/kor/%E8%A7%92>,
        <http://lexvo.org/id/term/kor/KAK%20LOK%20KOK>,
        <http://lexvo.org/id/term/vie/g%C3%B3c>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gok3%20luk6>,
        <http://lexvo.org/id/term/yue/%E8%A7%92>,
        "角"^^xsd:string ;
    rdfs:comment "horn; angle, corner; point"@en .

<http://lexvo.org/id/char/8A00> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/149> ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%A8%80>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A1n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A1n%20y%C3%A0n%20y%C3%ADn>,
        <http://lexvo.org/id/term/kor/%E8%A8%80>,
        <http://lexvo.org/id/term/kor/EN%20UN>,
        <http://lexvo.org/id/term/vie/ng%C3%B4n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jin4>,
        <http://lexvo.org/id/term/yue/%E8%A8%80>,
        "言"^^xsd:string ;
    rdfs:comment "words, speech; speak, say"@en .

<http://lexvo.org/id/char/8A01> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/149> ;
    lvont:represents "訁"^^xsd:string ;
    rdfs:comment "KangXi radical 149"@en .

<http://lexvo.org/id/char/8BA0> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/149> ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%AE%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A1n>,
        "讠"^^xsd:string ;
    rdfs:comment "simplified KangXi radical 149"@en .

<http://lexvo.org/id/char/8C37> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/150> ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B0%B7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C7%94%201415.170%3Ay%C3%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C7%94%20y%C3%B9%20l%C3%B9>,
        <http://lexvo.org/id/term/kor/%E8%B0%B7>,
        <http://lexvo.org/id/term/kor/KOK%20YOK>,
        <http://lexvo.org/id/term/vie/c%E1%BB%91c>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/guk1%20juk6>,
        <http://lexvo.org/id/term/yue/%E8%B0%B7>,
        "谷"^^xsd:string ;
    rdfs:comment "valley, gorge, ravine"@en .

<http://lexvo.org/id/char/8C46> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/151> ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B1%86>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%B2u>,
        <http://lexvo.org/id/term/kor/%E8%B1%86>,
        <http://lexvo.org/id/term/kor/TWU>,
        <http://lexvo.org/id/term/vie/%C4%91%E1%BA%ADu>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dau2%20dau6>,
        <http://lexvo.org/id/term/yue/%E8%B1%86>,
        "豆"^^xsd:string ;
    rdfs:comment "beans, peas; bean-shaped"@en .

<http://lexvo.org/id/char/8C55> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/152> ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B1%95>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C7%90>,
        <http://lexvo.org/id/term/kor/%E8%B1%95>,
        <http://lexvo.org/id/term/kor/SI>,
        <http://lexvo.org/id/term/vie/th%E1%BB%89>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ci2>,
        <http://lexvo.org/id/term/yue/%E8%B1%95>,
        "豕"^^xsd:string ;
    rdfs:comment "a pig, boar; KangXi radical 152"@en .

<http://lexvo.org/id/char/8C78> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/153> ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B1%B8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C3%AC>,
        <http://lexvo.org/id/term/kor/%E8%B1%B8>,
        <http://lexvo.org/id/term/kor/CHI>,
        <http://lexvo.org/id/term/vie/tr%E1%BA%A1i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zaai6%20zi6>,
        <http://lexvo.org/id/term/yue/%E8%B1%B8>,
        "豸"^^xsd:string ;
    rdfs:comment "KangXi radical 153; legless insects; a legendary beast"@en .

<http://lexvo.org/id/char/8C9D> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/154> ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B2%9D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%A8i>,
        <http://lexvo.org/id/term/kor/%E8%B2%9D>,
        <http://lexvo.org/id/term/kor/PHAY>,
        <http://lexvo.org/id/term/vie/bu%E1%BB%95i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bui3>,
        <http://lexvo.org/id/term/yue/%E8%B2%9D>,
        "貝"^^xsd:string ;
    rdfs:comment "sea shell; money, currency"@en .

<http://lexvo.org/id/char/8D1D> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/154> ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B4%9D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%A8i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bui3>,
        <http://lexvo.org/id/term/yue/%E8%B4%9D>,
        "贝"^^xsd:string ;
    rdfs:comment "sea shell; money, currency"@en .

<http://lexvo.org/id/char/8D64> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/155> ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B5%A4>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%AC>,
        <http://lexvo.org/id/term/kor/%E8%B5%A4>,
        <http://lexvo.org/id/term/kor/CEK>,
        <http://lexvo.org/id/term/vie/x%C3%ADch>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cek3%20cik3>,
        <http://lexvo.org/id/term/yue/%E8%B5%A4>,
        "赤"^^xsd:string ;
    rdfs:comment "red; communist, 'red'; bare"@en .

<http://lexvo.org/id/char/8D70> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/156> ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B5%B0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C7%92u>,
        <http://lexvo.org/id/term/kor/%E8%B5%B0>,
        <http://lexvo.org/id/term/kor/CWU>,
        <http://lexvo.org/id/term/vie/t%E1%BA%A9u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zau2>,
        <http://lexvo.org/id/term/yue/%E8%B5%B0>,
        "走"^^xsd:string ;
    rdfs:comment "walk, go on foot; run; leave"@en .

<http://lexvo.org/id/char/8D71> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/156> ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B5%B1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C7%92u>,
        "赱"^^xsd:string ;
    rdfs:comment "walk, go on foot; run; leave"@en .

<http://lexvo.org/id/char/8DB3> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/157> ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%B6%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C3%BA>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/z%C3%BA%20j%C3%B9>,
        <http://lexvo.org/id/term/kor/%E8%B6%B3>,
        <http://lexvo.org/id/term/kor/COK%20CWU>,
        <http://lexvo.org/id/term/vie/t%C3%BAc>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zeoi3%20zuk1>,
        <http://lexvo.org/id/term/yue/%E8%B6%B3>,
        "足"^^xsd:string ;
    rdfs:comment "foot; attain, satisfy, enough"@en .

<http://lexvo.org/id/char/8EAB> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/158> ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%BA%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C4%93n>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C4%93n%20yu%C3%A1n%20ju%C4%81n>,
        <http://lexvo.org/id/term/kor/%E8%BA%AB>,
        <http://lexvo.org/id/term/kor/SIN>,
        <http://lexvo.org/id/term/vie/th%C3%A2n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gyun1%20san1>,
        <http://lexvo.org/id/term/yue/%E8%BA%AB>,
        "身"^^xsd:string ;
    rdfs:comment "body; trunk, hull; rad. no. 158"@en .

<http://lexvo.org/id/char/8ECA> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/159> ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%BB%8A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C4%93%200609.081%3Aj%C5%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C4%93%20j%C5%AB>,
        <http://lexvo.org/id/term/kor/%E8%BB%8A>,
        <http://lexvo.org/id/term/kor/CHA%20KE>,
        <http://lexvo.org/id/term/vie/xa>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ce1%20geoi1>,
        <http://lexvo.org/id/term/yue/%E8%BB%8A>,
        "車"^^xsd:string ;
    rdfs:comment "cart, vehicle; carry in cart"@en .

<http://lexvo.org/id/char/8F66> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/159> ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%BD%A6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C4%93%200609.080%3Aj%C5%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C4%93%20j%C5%AB>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ce1%20geoi1>,
        <http://lexvo.org/id/term/yue/%E8%BD%A6>,
        "车"^^xsd:string ;
    rdfs:comment "cart, vehicle; carry in cart"@en .

<http://lexvo.org/id/char/8F9B> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/160> ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%BE%9B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/x%C4%ABn>,
        <http://lexvo.org/id/term/kor/%E8%BE%9B>,
        <http://lexvo.org/id/term/kor/SIN>,
        <http://lexvo.org/id/term/vie/t%C3%A2n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/san1>,
        <http://lexvo.org/id/term/yue/%E8%BE%9B>,
        "辛"^^xsd:string ;
    rdfs:comment "bitter; toilsome, laborious; 8th heavenly stem"@en .

<http://lexvo.org/id/char/8FB0> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/161> ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%BE%B0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%A9n>,
        <http://lexvo.org/id/term/kor/%E8%BE%B0>,
        <http://lexvo.org/id/term/kor/CIN%20SIN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/san4>,
        <http://lexvo.org/id/term/yue/%E8%BE%B0>,
        "辰"^^xsd:string ;
    rdfs:comment "early morning; 5th terrestrial branch"@en .

<http://lexvo.org/id/char/8FB5> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/162> ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%BE%B5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/chu%C3%B2>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/coek3>,
        <http://lexvo.org/id/term/yue/%E8%BE%B5>,
        "辵"^^xsd:string ;
    rdfs:comment "walk; walking; KangXi radical 162"@en .

<http://lexvo.org/id/char/8FB6> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/162> ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E8%BE%B6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/chu%C3%B2>,
        "辶"^^xsd:string ;
    rdfs:comment "walk; walking; KangXi radical 162"@en .

<http://lexvo.org/id/char/9091> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/163> ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%82%91>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%AC%20%C3%A8>,
        <http://lexvo.org/id/term/kor/%E9%82%91>,
        <http://lexvo.org/id/term/kor/UP>,
        <http://lexvo.org/id/term/vie/%E1%BA%A5p>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jap1>,
        <http://lexvo.org/id/term/yue/%E9%82%91>,
        "邑"^^xsd:string ;
    rdfs:comment "area, district, city, state"@en .

<http://lexvo.org/id/char/9149> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/164> ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%85%89>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%92u>,
        <http://lexvo.org/id/term/kor/%E9%85%89>,
        <http://lexvo.org/id/term/kor/YU>,
        <http://lexvo.org/id/term/vie/d%E1%BA%A5u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jau5>,
        <http://lexvo.org/id/term/yue/%E9%85%89>,
        "酉"^^xsd:string ;
    rdfs:comment "10th terrestrial branch; a wine vessel"@en .

<http://lexvo.org/id/char/91C6> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/165> ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%87%86>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/bi%C3%A0n%20c%C7%8Ei>,
        <http://lexvo.org/id/term/kor/%E9%87%86>,
        <http://lexvo.org/id/term/kor/PYEN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bin6>,
        <http://lexvo.org/id/term/yue/%E9%87%86>,
        "釆"^^xsd:string ;
    rdfs:comment "distinguish; KangXi radical 165"@en .

<http://lexvo.org/id/char/91CC> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/166> ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%87%8C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C7%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C7%90%200693.040%3Ali>,
        <http://lexvo.org/id/term/kor/%E9%87%8C>,
        <http://lexvo.org/id/term/kor/LI>,
        <http://lexvo.org/id/term/vie/l%E1%BB%8Ba>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lei5>,
        <http://lexvo.org/id/term/yue/%E9%87%8C>,
        "里"^^xsd:string ;
    rdfs:comment "unit of distance; village; lane"@en .

<http://lexvo.org/id/char/91D1> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/167> ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%87%91>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C4%ABn>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C4%ABn%20j%C3%ACn>,
        <http://lexvo.org/id/term/kor/%E9%87%91>,
        <http://lexvo.org/id/term/kor/KIM%20KUM>,
        <http://lexvo.org/id/term/vie/kim>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gam1>,
        <http://lexvo.org/id/term/yue/%E9%87%91>,
        "金"^^xsd:string ;
    rdfs:comment "gold; metals in general; money"@en .

<http://lexvo.org/id/char/91D2> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/167> ;
    lvont:represents "釒"^^xsd:string ;
    rdfs:comment "KangXi radical 167"@en .

<http://lexvo.org/id/char/9485> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/167> ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%92%85>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C4%ABn>,
        "钅"^^xsd:string ;
    rdfs:comment "gold; money; KangXi radical 167"@en .

<http://lexvo.org/id/char/9577> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/168> ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%95%B7>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%A1ng%201456.021%3Azh%C7%8Eng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%A1ng%20zh%C7%8Eng%20zh%C3%A0ng>,
        <http://lexvo.org/id/term/kor/%E9%95%B7>,
        <http://lexvo.org/id/term/kor/CANG>,
        <http://lexvo.org/id/term/vie/tr%C6%B0%E1%BB%9Dng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/coeng4%20zoeng2>,
        <http://lexvo.org/id/term/yue/%E9%95%B7>,
        "長"^^xsd:string ;
    rdfs:comment "long; length; excel in; leader"@en .

<http://lexvo.org/id/char/9578> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/168> ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%95%B8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%A1ng>,
        "镸"^^xsd:string ;
    rdfs:comment "long"@en .

<http://lexvo.org/id/char/957F> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/168> ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%95%BF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%A1ng%201456.020%3Azh%C7%8Eng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%A1ng%20zh%C7%8Eng%20zh%C3%A0ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/coeng4%20zoeng2>,
        <http://lexvo.org/id/term/yue/%E9%95%BF>,
        "长"^^xsd:string ;
    rdfs:comment "long; length; excel in; leader"@en .

<http://lexvo.org/id/char/9580> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/169> ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%96%80>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A9n>,
        <http://lexvo.org/id/term/kor/%E9%96%80>,
        <http://lexvo.org/id/term/kor/MWUN>,
        <http://lexvo.org/id/term/vie/m%C3%B4n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mun4>,
        <http://lexvo.org/id/term/yue/%E9%96%80>,
        "門"^^xsd:string ;
    rdfs:comment "gate, door, entrance, opening"@en .

<http://lexvo.org/id/char/95E8> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/169> ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%97%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A9n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mun4>,
        <http://lexvo.org/id/term/yue/%E9%97%A8>,
        "门"^^xsd:string ;
    rdfs:comment "gate, door, entrance, opening"@en .

<http://lexvo.org/id/char/961C> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/170> ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%98%9C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%B9>,
        <http://lexvo.org/id/term/kor/%E9%98%9C>,
        <http://lexvo.org/id/term/kor/PWU>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fau6>,
        <http://lexvo.org/id/term/yue/%E9%98%9C>,
        "阜"^^xsd:string ;
    rdfs:comment "mound; abundant, ample, numerous"@en .

<http://lexvo.org/id/char/961D> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/170> ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%98%9D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C3%B9%20y%C3%AC>,
        <http://lexvo.org/id/term/kor/%E9%98%9D>,
        <http://lexvo.org/id/term/kor/PWU>,
        "阝"^^xsd:string ;
    rdfs:comment "place; KangXi radical 170"@en .

<http://lexvo.org/id/char/96B6> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/171> ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%9A%B6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%AC%20d%C3%A0i%20y%C3%AC%20d%C3%AC>,
        <http://lexvo.org/id/term/kor/%E9%9A%B6>,
        <http://lexvo.org/id/term/kor/I>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dai6>,
        <http://lexvo.org/id/term/yue/%E9%9A%B6>,
        "隶"^^xsd:string ;
    rdfs:comment "subservient; servant; KangXi radical 171"@en .

<http://lexvo.org/id/char/96B9> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/172> ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%9A%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zhu%C4%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zhu%C4%AB%20cu%C4%AB%20w%C3%A9i>,
        <http://lexvo.org/id/term/kor/%E9%9A%B9>,
        <http://lexvo.org/id/term/kor/CHWU>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zeoi1>,
        <http://lexvo.org/id/term/yue/%E9%9A%B9>,
        "隹"^^xsd:string ;
    rdfs:comment "bird; KangXi radical 172"@en .

<http://lexvo.org/id/char/96E8> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/173> ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%9B%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%94%201415.030%3Ay%C3%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%94%20y%C3%B9>,
        <http://lexvo.org/id/term/kor/%E9%9B%A8>,
        <http://lexvo.org/id/term/kor/WU>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jyu5%20jyu6>,
        <http://lexvo.org/id/term/yue/%E9%9B%A8>,
        "雨"^^xsd:string ;
    rdfs:comment "rain; rainy; KangXi radical 173"@en .

<http://lexvo.org/id/char/9751> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/174> ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%9D%91>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C4%ABng>,
        <http://lexvo.org/id/term/kor/%E9%9D%91>,
        <http://lexvo.org/id/term/kor/CHENG>,
        "靑"^^xsd:string ;
    rdfs:comment "blue"@en .

<http://lexvo.org/id/char/9752> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/174> ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%9D%92>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C4%ABng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C4%ABng%20j%C4%ABng>,
        <http://lexvo.org/id/term/kor/%E9%9D%92>,
        <http://lexvo.org/id/term/kor/CHENG>,
        <http://lexvo.org/id/term/vie/thanh>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ceng1%20cing1>,
        <http://lexvo.org/id/term/yue/%E9%9D%92>,
        "青"^^xsd:string ;
    rdfs:comment "blue, green, black; young"@en .

<http://lexvo.org/id/char/975E> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/175> ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%9D%9E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C4%93i>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C4%93i%20f%C4%9Bi>,
        <http://lexvo.org/id/term/kor/%E9%9D%9E>,
        <http://lexvo.org/id/term/kor/PI>,
        <http://lexvo.org/id/term/vie/phi>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fei1>,
        <http://lexvo.org/id/term/yue/%E9%9D%9E>,
        "非"^^xsd:string ;
    rdfs:comment "not, negative, non-; oppose"@en .

<http://lexvo.org/id/char/9762> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/176> ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%9D%A2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/mi%C3%A0n>,
        <http://lexvo.org/id/term/kor/%E9%9D%A2>,
        <http://lexvo.org/id/term/kor/MYEN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/min6>,
        <http://lexvo.org/id/term/yue/%E9%9D%A2>,
        "面"^^xsd:string ;
    rdfs:comment "face; surface; plane; side, dimension"@en .

<http://lexvo.org/id/char/9763> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/176> ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%9D%A3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/mi%C3%A0n>,
        "靣"^^xsd:string .

<http://lexvo.org/id/char/9769> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/177> ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%9D%A9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C3%A9%200526.070%3Aj%C3%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C3%A9%20j%C3%AD%20j%C7%90>,
        <http://lexvo.org/id/term/kor/%E9%9D%A9>,
        <http://lexvo.org/id/term/kor/HYEK%20KUK>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gaak3%20gaap3%20gik1>,
        <http://lexvo.org/id/term/yue/%E9%9D%A9>,
        "革"^^xsd:string ;
    rdfs:comment "leather, animal hides; rad. 177"@en .

<http://lexvo.org/id/char/97CB> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/178> ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%9F%8B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C3%A9i>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C3%A9i%20hu%C3%AD>,
        <http://lexvo.org/id/term/kor/%E9%9F%8B>,
        <http://lexvo.org/id/term/kor/WI>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wai4%20wai5>,
        <http://lexvo.org/id/term/yue/%E9%9F%8B>,
        "韋"^^xsd:string ;
    rdfs:comment "tanned leather; surname; KangXi radical number 178"@en .

<http://lexvo.org/id/char/97E6> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/178> ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%9F%A6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/w%C3%A9i>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wai4>,
        <http://lexvo.org/id/term/yue/%E9%9F%A6>,
        "韦"^^xsd:string ;
    rdfs:comment "tanned leather; surname; simplified form of KangXi radical number 178"@en .

<http://lexvo.org/id/char/97ED> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/179> ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%9F%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ji%C7%94>,
        <http://lexvo.org/id/term/kor/%E9%9F%AD>,
        <http://lexvo.org/id/term/kor/KWU>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gau2>,
        <http://lexvo.org/id/term/yue/%E9%9F%AD>,
        "韭"^^xsd:string ;
    rdfs:comment "scallion, leek; radical 179"@en .

<http://lexvo.org/id/char/97F3> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/180> ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%9F%B3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C4%ABn>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C4%ABn%20y%C3%ACn>,
        <http://lexvo.org/id/term/kor/%E9%9F%B3>,
        <http://lexvo.org/id/term/kor/UM>,
        <http://lexvo.org/id/term/vie/%C3%A2m>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jam1>,
        <http://lexvo.org/id/term/yue/%E9%9F%B3>,
        "音"^^xsd:string ;
    rdfs:comment "sound, tone, pitch, pronunciation"@en .

<http://lexvo.org/id/char/9801> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/181> ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A0%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A8%20xi%C3%A9>,
        <http://lexvo.org/id/term/kor/%E9%A0%81>,
        <http://lexvo.org/id/term/kor/HYEL>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jip6>,
        <http://lexvo.org/id/term/yue/%E9%A0%81>,
        "頁"^^xsd:string ;
    rdfs:comment "page, sheet, leaf; rad. no. 181"@en .

<http://lexvo.org/id/char/9875> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/181> ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A1%B5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%A8>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jip6>,
        <http://lexvo.org/id/term/yue/%E9%A1%B5>,
        "页"^^xsd:string ;
    rdfs:comment "page, sheet, leaf; rad. no. 181"@en .

<http://lexvo.org/id/char/98A8> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/182> ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A2%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C4%93ng%200331.081%3Af%C4%9Bng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C4%93ng%20f%C4%9Bng%20f%C3%A8ng>,
        <http://lexvo.org/id/term/kor/%E9%A2%A8>,
        <http://lexvo.org/id/term/kor/PHWUNG>,
        <http://lexvo.org/id/term/vie/phong>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fung1%20fung3>,
        <http://lexvo.org/id/term/yue/%E9%A2%A8>,
        "風"^^xsd:string ;
    rdfs:comment "wind; air; manners, atmosphere"@en .

<http://lexvo.org/id/char/98CE> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/182> ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A3%8E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C4%93ng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C4%93ng%20f%C4%9Bng%20f%C3%A8ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fung1>,
        <http://lexvo.org/id/term/yue/%E9%A3%8E>,
        "风"^^xsd:string ;
    rdfs:comment "wind; air; manners, atmosphere"@en .

<http://lexvo.org/id/char/98DB> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/183> ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A3%9B>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/f%C4%93i>,
        <http://lexvo.org/id/term/kor/%E9%A3%9B>,
        <http://lexvo.org/id/term/kor/PI>,
        <http://lexvo.org/id/term/vie/phi>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/fei1>,
        <http://lexvo.org/id/term/yue/%E9%A3%9B>,
        "飛"^^xsd:string ;
    rdfs:comment "fly; go quickly; dart; high"@en .

<http://lexvo.org/id/char/98DF> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/184> ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A3%9F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%AD%201090.040%3As%C3%AC%201370.050%3Ay%C3%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%AD%20s%C3%AC%20y%C3%AC>,
        <http://lexvo.org/id/term/kor/%E9%A3%9F>,
        <http://lexvo.org/id/term/kor/SIK%20SA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ji6%20sik6%20zi6>,
        <http://lexvo.org/id/term/yue/%E9%A3%9F>,
        "食"^^xsd:string ;
    rdfs:comment "eat; meal; food; KangXi radical number 184"@en .

<http://lexvo.org/id/char/98E0> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/184> ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A3%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%AD>,
        "飠"^^xsd:string ;
    rdfs:comment "eat, food; radical number 184"@en .

<http://lexvo.org/id/char/9963> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/184> ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A5%A3>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C3%AD>,
        "饣"^^xsd:string ;
    rdfs:comment "eat, food; radical number 184"@en .

<http://lexvo.org/id/char/9996> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/185> ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A6%96>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C7%92u>,
        <http://lexvo.org/id/term/kor/%E9%A6%96>,
        <http://lexvo.org/id/term/kor/SWU>,
        <http://lexvo.org/id/term/vie/th%E1%BB%A7>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/sau2>,
        <http://lexvo.org/id/term/yue/%E9%A6%96>,
        "首"^^xsd:string ;
    rdfs:comment "head; first; leader, chief; a poem"@en .

<http://lexvo.org/id/char/9999> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/186> ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A6%99>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/xi%C4%81ng>,
        <http://lexvo.org/id/term/kor/%E9%A6%99>,
        <http://lexvo.org/id/term/kor/HYANG>,
        <http://lexvo.org/id/term/vie/h%C6%B0%C6%A1ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/hoeng1>,
        <http://lexvo.org/id/term/yue/%E9%A6%99>,
        "香"^^xsd:string ;
    rdfs:comment "fragrant, sweet smelling, incense"@en .

<http://lexvo.org/id/char/99AC> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/187> ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A6%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C7%8E>,
        <http://lexvo.org/id/term/kor/%E9%A6%AC>,
        <http://lexvo.org/id/term/kor/MA>,
        <http://lexvo.org/id/term/vie/m%C3%A3>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/maa5>,
        <http://lexvo.org/id/term/yue/%E9%A6%AC>,
        "馬"^^xsd:string ;
    rdfs:comment "horse; surname; KangXi radical 187"@en .

<http://lexvo.org/id/char/9A6C> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/187> ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%A9%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C7%8E>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/maa5>,
        <http://lexvo.org/id/term/yue/%E9%A9%AC>,
        "马"^^xsd:string ;
    rdfs:comment "horse; surname; KangXi radical 187"@en .

<http://lexvo.org/id/char/9AA8> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/188> ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%AA%A8>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C5%AB%200395.020%3Ag%C3%BA%200397.120%3Ag%C7%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C7%94%20g%C5%AB%20g%C3%BA>,
        <http://lexvo.org/id/term/kor/%E9%AA%A8>,
        <http://lexvo.org/id/term/kor/KOL>,
        <http://lexvo.org/id/term/vie/c%E1%BB%91t>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gwat1>,
        <http://lexvo.org/id/term/yue/%E9%AA%A8>,
        "骨"^^xsd:string ;
    rdfs:comment "bone; skeleton; frame, framework"@en .

<http://lexvo.org/id/char/9AD8> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/189> ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%AB%98>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C4%81o>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C4%81o%20g%C3%A0o>,
        <http://lexvo.org/id/term/kor/%E9%AB%98>,
        <http://lexvo.org/id/term/kor/KO>,
        <http://lexvo.org/id/term/vie/cao>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gou1>,
        <http://lexvo.org/id/term/yue/%E9%AB%98>,
        "高"^^xsd:string ;
    rdfs:comment "high, tall; lofty, elevated"@en .

<http://lexvo.org/id/char/9AD9> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/189> ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%AB%99>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C4%81o>,
        <http://lexvo.org/id/term/kor/%E9%AB%99>,
        <http://lexvo.org/id/term/kor/KO>,
        "髙"^^xsd:string ;
    rdfs:comment "variant of 高 U+9AD8, high, tall; lofty, elevated"@en .

<http://lexvo.org/id/char/9ADF> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/190> ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%AB%9F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/bi%C4%81o%20sh%C4%81n%20pi%C3%A0o>,
        <http://lexvo.org/id/term/kor/%E9%AB%9F>,
        <http://lexvo.org/id/term/kor/PHYO>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/biu1>,
        <http://lexvo.org/id/term/yue/%E9%AB%9F>,
        "髟"^^xsd:string ;
    rdfs:comment "hair; KangXi radical 190"@en .

<http://lexvo.org/id/char/9B25> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/191> ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%AC%A5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C3%B2u>,
        <http://lexvo.org/id/term/vie/%C4%91%E1%BA%A5u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/dau3>,
        <http://lexvo.org/id/term/yue/%E9%AC%A5>,
        "鬥"^^xsd:string ;
    rdfs:comment "struggle, fight, compete, contend"@en .

<http://lexvo.org/id/char/9B2F> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/192> ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%AC%AF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C3%A0ng>,
        <http://lexvo.org/id/term/kor/%E9%AC%AF>,
        <http://lexvo.org/id/term/kor/CHENG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/coeng3>,
        <http://lexvo.org/id/term/yue/%E9%AC%AF>,
        "鬯"^^xsd:string ;
    rdfs:comment "sacrificial wine; unhindered"@en .

<http://lexvo.org/id/char/9B32> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/193> ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%AC%B2>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C3%A9%200697.060%3Al%C3%AC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%AC%20g%C3%A9%20%C3%A8>,
        <http://lexvo.org/id/term/kor/%E9%AC%B2>,
        <http://lexvo.org/id/term/kor/KYEK>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gaak3%20lik6>,
        <http://lexvo.org/id/term/yue/%E9%AC%B2>,
        "鬲"^^xsd:string ;
    rdfs:comment "type of caldron with three hollow legs; name of a state; KangXi radical number 193"@en .

<http://lexvo.org/id/char/9B3C> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/194> ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%AC%BC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/gu%C7%90>,
        <http://lexvo.org/id/term/kor/%E9%AC%BC>,
        <http://lexvo.org/id/term/kor/KWI>,
        <http://lexvo.org/id/term/vie/qu%E1%BB%B7>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gwai2>,
        <http://lexvo.org/id/term/yue/%E9%AC%BC>,
        "鬼"^^xsd:string ;
    rdfs:comment "ghost; spirit of dead; devil"@en .

<http://lexvo.org/id/char/9B5A> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/195> ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%AD%9A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%BA>,
        <http://lexvo.org/id/term/kor/%E9%AD%9A>,
        <http://lexvo.org/id/term/kor/E>,
        <http://lexvo.org/id/term/vie/ng%C6%B0>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jyu4>,
        <http://lexvo.org/id/term/yue/%E9%AD%9A>,
        "魚"^^xsd:string ;
    rdfs:comment "fish; surname; KangXi radical 195"@en .

<http://lexvo.org/id/char/9C7C> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/195> ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B1%BC>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C3%BA>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/jyu4>,
        <http://lexvo.org/id/term/yue/%E9%B1%BC>,
        "鱼"^^xsd:string ;
    rdfs:comment "fish; surname; KangXi radical 195"@en .

<http://lexvo.org/id/char/9CE5> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/196> ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B3%A5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/di%C7%8Eo%200833.041%3Ani%C7%8Eo>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ni%C7%8Eo%20di%C7%8Eo%20d%C7%8Eo%20qu%C3%A8>,
        <http://lexvo.org/id/term/kor/%E9%B3%A5>,
        <http://lexvo.org/id/term/kor/CO>,
        <http://lexvo.org/id/term/vie/%C4%91i%E1%BB%83u>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/niu5>,
        <http://lexvo.org/id/term/yue/%E9%B3%A5>,
        "鳥"^^xsd:string ;
    rdfs:comment "bird; KangXi radical 196"@en .

<http://lexvo.org/id/char/9E1F> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/196> ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B8%9F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/di%C7%8Eo%200833.040%3Ani%C7%8Eo>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ni%C7%8Eo%20di%C7%8Eo>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/niu5>,
        <http://lexvo.org/id/term/yue/%E9%B8%9F>,
        "鸟"^^xsd:string ;
    rdfs:comment "bird; KangXi radical 196"@en .

<http://lexvo.org/id/char/9E75> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/197> ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B9%B5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C7%94>,
        <http://lexvo.org/id/term/kor/%E9%B9%B5>,
        <http://lexvo.org/id/term/kor/LO>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lou5>,
        <http://lexvo.org/id/term/yue/%E9%B9%B5>,
        "鹵"^^xsd:string ;
    rdfs:comment "saline soil; natural salt, rock"@en .

<http://lexvo.org/id/char/9E7F> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/198> ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%B9%BF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%B9%20l%C7%98>,
        <http://lexvo.org/id/term/kor/%E9%B9%BF>,
        <http://lexvo.org/id/term/kor/LOK>,
        <http://lexvo.org/id/term/vie/l%E1%BB%99c>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/luk6>,
        <http://lexvo.org/id/term/yue/%E9%B9%BF>,
        "鹿"^^xsd:string ;
    rdfs:comment "deer; surname; KangXi radical 198"@en .

<http://lexvo.org/id/char/9EA5> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/199> ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%BA%A5>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A0i>,
        <http://lexvo.org/id/term/kor/%E9%BA%A5>,
        <http://lexvo.org/id/term/kor/MAYK>,
        <http://lexvo.org/id/term/vie/m%E1%BA%A1ch>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/maak6%20mak6>,
        <http://lexvo.org/id/term/yue/%E9%BA%A5>,
        "麥"^^xsd:string ;
    rdfs:comment "wheat, barley, oats; KangXi radical number 199"@en .

<http://lexvo.org/id/char/9EA6> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/199> ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%BA%A6>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A0i>,
        <http://lexvo.org/id/term/kor/%E9%BA%A6>,
        <http://lexvo.org/id/term/kor/MAYK>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/mak6>,
        <http://lexvo.org/id/term/yue/%E9%BA%A6>,
        "麦"^^xsd:string ;
    rdfs:comment "wheat, barley, oats; simplified form of KangXi radical number 199"@en .

<http://lexvo.org/id/char/9EBB> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/200> ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%BA%BB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C3%A1%20m%C4%81>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C4%81%200753.110%3Am%C3%A1>,
        <http://lexvo.org/id/term/kor/%E9%BA%BB>,
        <http://lexvo.org/id/term/kor/MA>,
        <http://lexvo.org/id/term/vie/ma>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/maa4>,
        <http://lexvo.org/id/term/yue/%E9%BA%BB>,
        "麻"^^xsd:string ;
    rdfs:comment "hemp, jute, flax; sesame"@en .

<http://lexvo.org/id/char/9EC3> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/201> ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%BB%83>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%A1ng>,
        <http://lexvo.org/id/term/kor/%E9%BB%83>,
        <http://lexvo.org/id/term/kor/HWANG>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wong4>,
        <http://lexvo.org/id/term/yue/%E9%BB%83>,
        "黃"^^xsd:string ;
    rdfs:comment "yellow; surname"@en .

<http://lexvo.org/id/char/9EC4> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/201> ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%BB%84>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/hu%C3%A1ng>,
        <http://lexvo.org/id/term/kor/%E9%BB%84>,
        <http://lexvo.org/id/term/kor/HWANG>,
        <http://lexvo.org/id/term/vie/ho%C3%A0ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/wong4>,
        <http://lexvo.org/id/term/yue/%E9%BB%84>,
        "黄"^^xsd:string ;
    rdfs:comment "yellow; surname"@en .

<http://lexvo.org/id/char/9ECD> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/202> ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%BB%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C7%94>,
        <http://lexvo.org/id/term/kor/%E9%BB%8D>,
        <http://lexvo.org/id/term/kor/SE>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/syu2>,
        <http://lexvo.org/id/term/yue/%E9%BB%8D>,
        "黍"^^xsd:string ;
    rdfs:comment "glutinous millet; KangXi radical number 202"@en .

<http://lexvo.org/id/char/9ED1> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/203> ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%BB%91>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C4%93i>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C4%93i%20h%C3%A8>,
        <http://lexvo.org/id/term/kor/%E9%BB%91>,
        <http://lexvo.org/id/term/kor/HUK>,
        <http://lexvo.org/id/term/vie/h%E1%BA%AFc>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/haak1%20hak1>,
        <http://lexvo.org/id/term/yue/%E9%BB%91>,
        "黑"^^xsd:string ;
    rdfs:comment "black; dark; evil, sinister"@en .

<http://lexvo.org/id/char/9ED2> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/203> ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%BB%92>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/h%C4%93i>,
        <http://lexvo.org/id/term/kor/%E9%BB%92>,
        <http://lexvo.org/id/term/kor/HUK>,
        "黒"^^xsd:string ;
    rdfs:comment "black; dark; evil"@en .

<http://lexvo.org/id/char/9EF9> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/204> ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%BB%B9>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C7%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/zh%C7%90%20xi%C3%A0n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/zi2>,
        <http://lexvo.org/id/term/yue/%E9%BB%B9>,
        "黹"^^xsd:string ;
    rdfs:comment "embroidery, needlework; radical"@en .

<http://lexvo.org/id/char/9EFD> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/205> ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%BB%BD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C7%90n%20m%C3%A9ng%20m%C4%9Bng%20mi%C7%8En>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/mi%C7%8En%200792.081%3Am%C7%90n>,
        <http://lexvo.org/id/term/kor/%E9%BB%BD>,
        <http://lexvo.org/id/term/kor/MIN>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/man5>,
        <http://lexvo.org/id/term/yue/%E9%BB%BD>,
        "黽"^^xsd:string ;
    rdfs:comment "to strive; to endeavor"@en .

<http://lexvo.org/id/char/9EFE> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/205> ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%BB%BE>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/m%C7%90n%20m%C3%A9ng%20m%C4%9Bng%20mi%C7%8En>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/mi%C7%8En%200792.080%3Am%C7%90n>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/man5>,
        <http://lexvo.org/id/term/yue/%E9%BB%BE>,
        "黾"^^xsd:string ;
    rdfs:comment "to strive; to endeavor"@en .

<http://lexvo.org/id/char/9F0E> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/206> ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%BC%8E>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C7%90ng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/d%C7%90ng%20zh%C4%93n>,
        <http://lexvo.org/id/term/kor/%E9%BC%8E>,
        <http://lexvo.org/id/term/kor/CENG>,
        <http://lexvo.org/id/term/vie/%C4%91%E1%BB%89nh>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ding2>,
        <http://lexvo.org/id/term/yue/%E9%BC%8E>,
        "鼎"^^xsd:string ;
    rdfs:comment "large, three-legged bronze caldron"@en .

<http://lexvo.org/id/char/9F13> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/207> ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%BC%93>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C7%94>,
        <http://lexvo.org/id/term/kor/%E9%BC%93>,
        <http://lexvo.org/id/term/kor/KO>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gu2>,
        <http://lexvo.org/id/term/yue/%E9%BC%93>,
        "鼓"^^xsd:string ;
    rdfs:comment "drum; beat, top, strike"@en .

<http://lexvo.org/id/char/9F14> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/207> ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%BC%94>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/g%C7%94>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gu2>,
        <http://lexvo.org/id/term/yue/%E9%BC%94>,
        "鼔"^^xsd:string ;
    rdfs:comment "a drum; to drum, from whence comes: to rouse; to swell; to bulge"@en .

<http://lexvo.org/id/char/9F20> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/208> ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%BC%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C7%94>,
        <http://lexvo.org/id/term/kor/%E9%BC%A0>,
        <http://lexvo.org/id/term/kor/SE>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/syu2>,
        <http://lexvo.org/id/term/yue/%E9%BC%A0>,
        "鼠"^^xsd:string ;
    rdfs:comment "rat, mouse; KangXi radical 208"@en .

<http://lexvo.org/id/char/9F21> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/208> ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%BC%A1>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/sh%C7%94>,
        "鼡"^^xsd:string ;
    rdfs:comment "rat, mouse"@en .

<http://lexvo.org/id/char/9F3B> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/209> ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%BC%BB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/b%C3%AD>,
        <http://lexvo.org/id/term/kor/%E9%BC%BB>,
        <http://lexvo.org/id/term/kor/PI>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/bei6>,
        <http://lexvo.org/id/term/yue/%E9%BC%BB>,
        "鼻"^^xsd:string ;
    rdfs:comment "nose; first; KangXi radical 209"@en .

<http://lexvo.org/id/char/9F4A> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/210> ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%BD%8A>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%AC%200894.111%3Aq%C3%AD%200894.112%3Azh%C4%81i>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C3%AD%20j%C4%AB%20j%C3%AC%20ji%C7%8En%20zh%C4%81i%20z%C4%AB>,
        <http://lexvo.org/id/term/kor/%E9%BD%8A>,
        <http://lexvo.org/id/term/kor/CA%20CEY>,
        <http://lexvo.org/id/term/vie/t%C3%A0y>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cai4%20zai6%20zi1>,
        <http://lexvo.org/id/term/yue/%E9%BD%8A>,
        "齊"^^xsd:string ;
    rdfs:comment "even, uniform, of equal length"@en .

<http://lexvo.org/id/char/9F50> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/210> ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%BD%90>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/j%C3%AC%200894.110%3Aq%C3%AD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/q%C3%AD%20j%C4%AB%20j%C3%AC%20ji%C7%8En%20zh%C4%81i%20z%C4%AB>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/cai4>,
        <http://lexvo.org/id/term/yue/%E9%BD%90>,
        "齐"^^xsd:string ;
    rdfs:comment "6576656E2C20756E69666F726D2C206F6620657175616C206C656E677468"@en .

<http://lexvo.org/id/char/9F52> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/211> ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%BD%92>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C7%90>,
        <http://lexvo.org/id/term/kor/%E9%BD%92>,
        <http://lexvo.org/id/term/kor/CHI>,
        <http://lexvo.org/id/term/vie/x%E1%BB%89>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ci2>,
        <http://lexvo.org/id/term/yue/%E9%BD%92>,
        "齒"^^xsd:string ;
    rdfs:comment "teeth; gears, cogs; age; KangXi radical 211"@en .

<http://lexvo.org/id/char/9F7F> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/211> ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%BD%BF>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/ch%C7%90>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/ci2>,
        <http://lexvo.org/id/term/yue/%E9%BD%BF>,
        "齿"^^xsd:string ;
    rdfs:comment "teeth; gears, cogs; age; simplified form of the KangXi radical number 211"@en .

<http://lexvo.org/id/char/9F8D> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/212> ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%BE%8D>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%B3ng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%B3ng%20l%C7%92ng%20m%C3%A1ng>,
        <http://lexvo.org/id/term/kor/%E9%BE%8D>,
        <http://lexvo.org/id/term/kor/LYONG%20LONG%20PANG>,
        <http://lexvo.org/id/term/vie/long>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lung4>,
        <http://lexvo.org/id/term/yue/%E9%BE%8D>,
        "龍"^^xsd:string ;
    rdfs:comment "dragon; symbolic of emperor"@en .

<http://lexvo.org/id/char/9F99> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/212> ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%BE%99>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%B3ng>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/l%C3%B3ng%20l%C7%92ng%20m%C3%A1ng>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/lung4>,
        <http://lexvo.org/id/term/yue/%E9%BE%99>,
        "龙"^^xsd:string ;
    rdfs:comment "dragon; symbolic of emperor"@en .

<http://lexvo.org/id/char/9F9C> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/213> ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%BE%9C>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/gu%C4%AB%200624.021%3Aj%C5%ABn%200939.101%3Aqi%C5%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/gu%C4%AB%20j%C5%ABn%20qi%C5%AB>,
        <http://lexvo.org/id/term/kor/%E9%BE%9C>,
        <http://lexvo.org/id/term/kor/KWU%20KYUN%20KWI>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gau1%20gwai1%20gwan1>,
        <http://lexvo.org/id/term/yue/%E9%BE%9C>,
        "龜"^^xsd:string ;
    rdfs:comment "turtle or tortoise; cuckold"@en .

<http://lexvo.org/id/char/9F9F> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/213> ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%BE%9F>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/gu%C4%AB%200624.020%3Aj%C5%ABn%200939.100%3Aqi%C5%AB>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/gu%C4%AB%20j%C5%ABn%20qi%C5%AB>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/gau1%20gwai1%20gwan1>,
        <http://lexvo.org/id/term/yue/%E9%BE%9F>,
        "龟"^^xsd:string ;
    rdfs:comment "turtle or tortoise; cuckold"@en .

<http://lexvo.org/id/char/9FA0> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/214> ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E9%BE%A0>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/yu%C3%A8>,
        <http://lexvo.org/id/term/kor/%E9%BE%A0>,
        <http://lexvo.org/id/term/kor/YAK>,
        <http://lexvo.org/id/term/yue-Latn-jyutping/joek6>,
        <http://lexvo.org/id/term/yue/%E9%BE%A0>,
        "龠"^^xsd:string ;
    rdfs:comment "flute; pipe, ancient measure"@en .

<http://lexvo.org/id/char/F902> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/159> ;
    lvont:represents <http://lexvo.org/id/term/kor/%E8%BB%8A>,
        <http://lexvo.org/id/term/kor/KE>,
        "車"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-F902"@en,
        "cart, vehicle; carry in cart"@en .

<http://lexvo.org/id/char/F907> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/213> ;
    lvont:represents <http://lexvo.org/id/term/kor/%E9%BE%9C>,
        <http://lexvo.org/id/term/kor/KWI>,
        "龜"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-F907"@en,
        "turtle or tortoise; cuckold"@en .

<http://lexvo.org/id/char/F908> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/213> ;
    lvont:represents <http://lexvo.org/id/term/kor/%E9%BE%9C>,
        <http://lexvo.org/id/term/kor/KYUN>,
        "龜"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-F908"@en,
        "turtle or tortoise; cuckold"@en .

<http://lexvo.org/id/char/F90A> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/167> ;
    lvont:represents <http://lexvo.org/id/term/kor/%E9%87%91>,
        <http://lexvo.org/id/term/kor/KUM>,
        "金"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-F90A"@en,
        "gold; metals in general; money"@en .

<http://lexvo.org/id/char/F934> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/125> ;
    lvont:represents <http://lexvo.org/id/term/kor/%E8%80%81>,
        <http://lexvo.org/id/term/kor/NO>,
        "老"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-F934"@en,
        "old, aged; experienced"@en .

<http://lexvo.org/id/char/F940> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/198> ;
    lvont:represents <http://lexvo.org/id/term/kor/%E9%B9%BF>,
        <http://lexvo.org/id/term/kor/NOK>,
        "鹿"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-F940"@en,
        "deer; surname; KangXi radical 198"@en .

<http://lexvo.org/id/char/F971> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/161> ;
    lvont:represents <http://lexvo.org/id/term/kor/%E8%BE%B0>,
        <http://lexvo.org/id/term/kor/SIN>,
        "辰"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-F971"@en,
        "early morning"@en .

<http://lexvo.org/id/char/F981> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/38> ;
    lvont:represents <http://lexvo.org/id/term/kor/%E5%A5%B3>,
        <http://lexvo.org/id/term/kor/YE>,
        "女"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-F981"@en,
        "woman, girl; feminine; rad. 38"@en .

<http://lexvo.org/id/char/F98A> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/19> ;
    lvont:represents <http://lexvo.org/id/term/kor/%E5%8A%9B>,
        <http://lexvo.org/id/term/kor/YEK>,
        "力"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-F98A"@en,
        "power, capability, influence"@en .

<http://lexvo.org/id/char/F9C4> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/212> ;
    lvont:represents <http://lexvo.org/id/term/kor/%E9%BE%8D>,
        <http://lexvo.org/id/term/kor/YONG>,
        "龍"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-F9C4"@en,
        "dragon; symbolic of emperor"@en .

<http://lexvo.org/id/char/F9E9> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/166> ;
    lvont:represents <http://lexvo.org/id/term/kor/%E9%87%8C>,
        <http://lexvo.org/id/term/kor/I>,
        "里"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-F9E9"@en,
        "unit of distance; village; lane"@en .

<http://lexvo.org/id/char/F9F7> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/117> ;
    lvont:represents <http://lexvo.org/id/term/kor/%E7%AB%8B>,
        <http://lexvo.org/id/term/kor/IP>,
        "立"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-F9F7"@en,
        "stand; let stand; establish, set"@en .

<http://lexvo.org/id/char/FA08> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/144> ;
    lvont:represents <http://lexvo.org/id/term/kor/%E8%A1%8C>,
        <http://lexvo.org/id/term/kor/HANG>,
        "行"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-FA08"@en,
        "go; walk; move, travel; circulate"@en .

<http://lexvo.org/id/char/FA0A> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/147> ;
    lvont:represents <http://lexvo.org/id/term/kor/%E8%A6%8B>,
        <http://lexvo.org/id/term/kor/HYEN>,
        "見"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-FA0A"@en,
        "see, observe, behold; perceive"@en .

<http://lexvo.org/id/char/FA1E> a lvont:Character ;
    lvont:means <http://lexvo.org/id/kangxi-radical/124> ;
    lvont:represents <http://lexvo.org/id/term/cmn-Latn-pinyin/%E7%BE%BD>,
        <http://lexvo.org/id/term/cmn-Latn-pinyin/y%C7%94>,
        <http://lexvo.org/id/term/kor/%E7%BE%BD>,
        <http://lexvo.org/id/term/kor/WU>,
        "羽"^^xsd:string ;
    rdfs:comment "CJK COMPATIBILITY IDEOGRAPH-FA1E"@en,
        "feather"@en .

<http://lexvo.org/id/iso3166/AD> a lvont:GeographicRegion ;
    rdfs:label "Andorra"@af,
        "Àndolà"@agq,
        "Andora"@ak,
        "አንዶራ"@am,
        "أندورا"@ar,
        "Andora"@asa,
        "Andorra"@ast,
        "Andorra"@az,
        "Àŋdɔ̂r"@bas,
        "Андора"@be,
        "Huandola"@bez,
        "Андора"@bg,
        "Andɔr"@bm,
        "এ্যান্ডোরা"@bn,
        "ཨེན་ཌོ་ར།"@bo,
        "Andorra"@br,
        "ऍन्डोरा"@brx,
        "Andora"@bs,
        "Андора"@bs-Cyrl,
        "አንዶራ"@byn,
        "Andorra"@ca,
        "Andora"@cgg,
        "ᎠᏂᏙᎳ"@chr,
        "安道尔"@cmn,
        "安道爾"@cmn-Hant,
        "Andorra"@cs,
        "Andorra"@cy,
        "Andorra"@da,
        "Andora"@dav,
        "Andorra"@de,
        "Andoora"@dje,
        "Andorra"@dyo,
        "ཨཱན་དོ་ར"@dz,
        "Andora"@ebu,
        "Andorra nutome"@ee,
        "Ανδόρα"@el,
        "Andorra"@en,
        "ISO 3166-1:AD"@en,
        "𐐈𐑌𐐼𐐱𐑉𐐲"@en-Dsrt,
        "Andoro"@eo,
        "Andorra"@es,
        "Andorra"@et,
        "Andorra"@eu,
        "Andór"@ewo,
        "آندورا"@fa,
        "اندورا"@fa,
        "Anndoora"@ff,
        "Andorra"@fi,
        "Andorra"@fil,
        "Andorra"@fo,
        "Andorre"@fr,
        "Andorra"@fur,
        "Andóra"@ga,
        "Andorra"@gd,
        "Andorra"@gl,
        "Andorra"@gsw,
        "ઍંડોરા"@gu,
        "Andora"@guz,
        "Andora"@ha,
        "אנדורה"@he,
        "अन्डोरा"@hi,
        "Andora"@hr,
        "Andorra"@hu,
        "Անդորա"@hy,
        "Andora"@id,
        "Andorra"@is,
        "Andorra"@it,
        "アンドラ"@ja,
        "Andora"@jmc,
        "ანდორა"@ka,
        "Undura"@kab,
        "Andora"@kam,
        "Andola"@kde,
        "Andora"@kea,
        "Andoora"@khq,
        "Andora"@ki,
        "Андорра"@kk,
        "Andorra"@kl,
        "Emetab Andorra"@kln,
        "អង់ដូរ៉ា"@km,
        "ಅಂಡೋರಾ"@kn,
        "안도라"@ko,
        "اٮ۪نڑورا"@ks,
        "Andola"@ksb,
        "andɔrǝ"@ksf,
        "Andorra"@ksh,
        "Andóra"@lag,
        "Andora"@lg,
        "Andorɛ"@ln,
        "ອັນດໍລາ"@lo,
        "Andora"@lt,
        "Andore"@lu,
        "Andorra"@luo,
        "Andora"@luy,
        "Andora"@lv,
        "Andora"@mas,
        "Andora"@mer,
        "Andor"@mfe,
        "Andorra"@mg,
        "Uandora"@mgh,
        "Андора"@mk,
        "അൻറോറ"@ml,
        "अँडोरा"@mr,
        "Andorra"@mt,
        "andorra"@mua,
        "Andorrab"@naq,
        "Andorra"@nb,
        "Andora"@nd,
        "अन्डोर्रा"@ne,
        "Andorra"@nl,
        "Andɔ́ra"@nmg,
        "Andorra"@nn,
        "Andora"@nus,
        "Andora"@nyn,
        "ଆଣ୍ଡୋରା"@or,
        "Andora"@pl,
        "Andorra"@pt,
        "Andorra"@rm,
        "Andora"@rn,
        "Andorra"@ro,
        "Andoro"@rof,
        "Андорра"@ru,
        "Andora"@rwk,
        "Andora"@saq,
        "Andola"@sbp,
        "Andorra"@se,
        "Andorra"@seh,
        "Andoora"@ses,
        "Andôro"@sg,
        "ⴰⵏⴷⵓⵔⴰ"@shi,
        "andura"@shi-Latn,
        "ඇන්ඩෝරාව"@si,
        "Andorra"@sk,
        "Andora"@sl,
        "Andora"@sn,
        "Andora"@so,
        "Andorrë"@sq,
        "Андора"@sr,
        "Andora"@sr-Latn,
        "Andorra"@sv,
        "Andora"@swc,
        "Andora"@swh,
        "அன்டோரா"@ta,
        "అన్డోరా"@te,
        "Andora"@teo,
        "อันดอร์รา"@th,
        "አንዶራ"@ti,
        "አንዶራ"@tig,
        "ʻEnitola"@to,
        "Andorra"@tr,
        "Andoora"@twq,
        "Anḍurra"@tzm,
        "Андорра"@uk,
        "انڈورا"@ur,
        "ꕉꖆꕟ"@vai,
        "Aŋdóra"@vai-Latn,
        "Andorra"@vi,
        "Andora"@vun,
        "Andorra"@wae,
        "አንዶራ"@wal,
        "Andora"@xog,
        "Aŋtúla"@yav,
        "Orílẹ́ède Ààndórà"@yo,
        "Andorra"@zsm,
        "i-Andorra"@zu ;
    lvont:label <http://lexvo.org/id/term/afr/Andorra>,
        <http://lexvo.org/id/term/agq/%C3%80ndol%C3%A0>,
        <http://lexvo.org/id/term/aka/Andora>,
        <http://lexvo.org/id/term/amh/%E1%8A%A0%E1%8A%95%E1%8B%B6%E1%88%AB>,
        <http://lexvo.org/id/term/ara/%D8%A3%D9%86%D8%AF%D9%88%D8%B1%D8%A7>,
        <http://lexvo.org/id/term/asa/Andora>,
        <http://lexvo.org/id/term/ast/Andorra>,
        <http://lexvo.org/id/term/aze/Andorra>,
        <http://lexvo.org/id/term/bam/And%C9%94r>,
        <http://lexvo.org/id/term/bas/%C3%80%C5%8Bd%C9%94%CC%82r>,
        <http://lexvo.org/id/term/bel/%D0%90%D0%BD%D0%B4%D0%BE%D1%80%D0%B0>,
        <http://lexvo.org/id/term/ben/%E0%A6%8F%E0%A7%8D%E0%A6%AF%E0%A6%BE%E0%A6%A8%E0%A7%8D%E0%A6%A1%E0%A7%8B%E0%A6%B0%E0%A6%BE>,
        <http://lexvo.org/id/term/bez/Huandola>,
        <http://lexvo.org/id/term/bod/%E0%BD%A8%E0%BD%BA%E0%BD%93%E0%BC%8B%E0%BD%8C%E0%BD%BC%E0%BC%8B%E0%BD%A2%E0%BC%8D>,
        <http://lexvo.org/id/term/bos-Cyrl/%D0%90%D0%BD%D0%B4%D0%BE%D1%80%D0%B0>,
        <http://lexvo.org/id/term/bos/Andora>,
        <http://lexvo.org/id/term/bre/Andorra>,
        <http://lexvo.org/id/term/brx/%E0%A4%8D%E0%A4%A8%E0%A5%8D%E0%A4%A1%E0%A5%8B%E0%A4%B0%E0%A4%BE>,
        <http://lexvo.org/id/term/bul/%D0%90%D0%BD%D0%B4%D0%BE%D1%80%D0%B0>,
        <http://lexvo.org/id/term/byn/%E1%8A%A0%E1%8A%95%E1%8B%B6%E1%88%AB>,
        <http://lexvo.org/id/term/cat/Andorra>,
        <http://lexvo.org/id/term/ces/Andorra>,
        <http://lexvo.org/id/term/cgg/Andora>,
        <http://lexvo.org/id/term/chr/%E1%8E%A0%E1%8F%82%E1%8F%99%E1%8E%B3>,
        <http://lexvo.org/id/term/cmn-Hant/%E5%AE%89%E9%81%93%E7%88%BE>,
        <http://lexvo.org/id/term/cmn/%E5%AE%89%E9%81%93%E5%B0%94>,
        <http://lexvo.org/id/term/cym/Andorra>,
        <http://lexvo.org/id/term/dan/Andorra>,
        <http://lexvo.org/id/term/dav/Andora>,
        <http://lexvo.org/id/term/deu/Andorra>,
        <http://lexvo.org/id/term/dje/Andoora>,
        <http://lexvo.org/id/term/dyo/Andorra>,
        <http://lexvo.org/id/term/dzo/%E0%BD%A8%E0%BD%B1%E0%BD%93%E0%BC%8B%E0%BD%91%E0%BD%BC%E0%BC%8B%E0%BD%A2>,
        <http://lexvo.org/id/term/ebu/Andora>,
        <http://lexvo.org/id/term/ell/%CE%91%CE%BD%CE%B4%CF%8C%CF%81%CE%B1>,
        <http://lexvo.org/id/term/eng-Dsrt/%F0%90%90%88%F0%90%91%8C%F0%90%90%BC%F0%90%90%B1%F0%90%91%89%F0%90%90%B2>,
        <http://lexvo.org/id/term/eng/Andorra>,
        <http://lexvo.org/id/term/eng/ISO%203166-1%3AAD>,
        <http://lexvo.org/id/term/epo/Andoro>,
        <http://lexvo.org/id/term/est/Andorra>,
        <http://lexvo.org/id/term/eus/Andorra>,
        <http://lexvo.org/id/term/ewe/Andorra%20nutome>,
        <http://lexvo.org/id/term/ewo/And%C3%B3r>,
        <http://lexvo.org/id/term/fao/Andorra>,
        <http://lexvo.org/id/term/fas/%D8%A2%D9%86%D8%AF%D9%88%D8%B1%D8%A7>,
        <http://lexvo.org/id/term/fas/%D8%A7%D9%86%D8%AF%D9%88%D8%B1%D8%A7>,
        <http://lexvo.org/id/term/fil/Andorra>,
        <http://lexvo.org/id/term/fin/Andorra>,
        <http://lexvo.org/id/term/fra/Andorre>,
        <http://lexvo.org/id/term/ful/Anndoora>,
        <http://lexvo.org/id/term/fur/Andorra>,
        <http://lexvo.org/id/term/gla/Andorra>,
        <http://lexvo.org/id/term/gle/And%C3%B3ra>,
        <http://lexvo.org/id/term/glg/Andorra>,
        <http://lexvo.org/id/term/gsw/Andorra>,
        <http://lexvo.org/id/term/guj/%E0%AA%8D%E0%AA%82%E0%AA%A1%E0%AB%8B%E0%AA%B0%E0%AA%BE>,
        <http://lexvo.org/id/term/guz/Andora>,
        <http://lexvo.org/id/term/hau/Andora>,
        <http://lexvo.org/id/term/heb/%D7%90%D7%A0%D7%93%D7%95%D7%A8%D7%94>,
        <http://lexvo.org/id/term/hin/%E0%A4%85%E0%A4%A8%E0%A5%8D%E0%A4%A1%E0%A5%8B%E0%A4%B0%E0%A4%BE>,
        <http://lexvo.org/id/term/hrv/Andora>,
        <http://lexvo.org/id/term/hun/Andorra>,
        <http://lexvo.org/id/term/hye/%D4%B1%D5%B6%D5%A4%D5%B8%D6%80%D5%A1>,
        <http://lexvo.org/id/term/ind/Andora>,
        <http://lexvo.org/id/term/isl/Andorra>,
        <http://lexvo.org/id/term/ita/Andorra>,
        <http://lexvo.org/id/term/jmc/Andora>,
        <http://lexvo.org/id/term/jpn/%E3%82%A2%E3%83%B3%E3%83%89%E3%83%A9>,
        <http://lexvo.org/id/term/kab/Undura>,
        <http://lexvo.org/id/term/kal/Andorra>,
        <http://lexvo.org/id/term/kam/Andora>,
        <http://lexvo.org/id/term/kan/%E0%B2%85%E0%B2%82%E0%B2%A1%E0%B3%8B%E0%B2%B0%E0%B2%BE>,
        <http://lexvo.org/id/term/kas/%D8%A7%D9%AE%DB%AA%D9%86%DA%91%D9%88%D8%B1%D8%A7>,
        <http://lexvo.org/id/term/kat/%E1%83%90%E1%83%9C%E1%83%93%E1%83%9D%E1%83%A0%E1%83%90>,
        <http://lexvo.org/id/term/kaz/%D0%90%D0%BD%D0%B4%D0%BE%D1%80%D1%80%D0%B0>,
        <http://lexvo.org/id/term/kde/Andola>,
        <http://lexvo.org/id/term/kea/Andora>,
        <http://lexvo.org/id/term/khm/%E1%9E%A2%E1%9E%84%E1%9F%8B%E1%9E%8A%E1%9E%BC%E1%9E%9A%E1%9F%89%E1%9E%B6>,
        <http://lexvo.org/id/term/khq/Andoora>,
        <http://lexvo.org/id/term/kik/Andora>,
        <http://lexvo.org/id/term/kln/Emetab%20Andorra>,
        <http://lexvo.org/id/term/kor/%EC%95%88%EB%8F%84%EB%9D%BC>,
        <http://lexvo.org/id/term/ksb/Andola>,
        <http://lexvo.org/id/term/ksf/and%C9%94r%C7%9D>,
        <http://lexvo.org/id/term/ksh/Andorra>,
        <http://lexvo.org/id/term/lag/And%C3%B3ra>,
        <http://lexvo.org/id/term/lao/%E0%BA%AD%E0%BA%B1%E0%BA%99%E0%BA%94%E0%BB%8D%E0%BA%A5%E0%BA%B2>,
        <http://lexvo.org/id/term/lav/Andora>,
        <http://lexvo.org/id/term/lin/Andor%C9%9B>,
        <http://lexvo.org/id/term/lit/Andora>,
        <http://lexvo.org/id/term/lub/Andore>,
        <http://lexvo.org/id/term/lug/Andora>,
        <http://lexvo.org/id/term/luo/Andorra>,
        <http://lexvo.org/id/term/luy/Andora>,
        <http://lexvo.org/id/term/mal/%E0%B4%85%E0%B5%BB%E0%B4%B1%E0%B5%8B%E0%B4%B1>,
        <http://lexvo.org/id/term/mar/%E0%A4%85%E0%A4%81%E0%A4%A1%E0%A5%8B%E0%A4%B0%E0%A4%BE>,
        <http://lexvo.org/id/term/mas/Andora>,
        <http://lexvo.org/id/term/mer/Andora>,
        <http://lexvo.org/id/term/mfe/Andor>,
        <http://lexvo.org/id/term/mgh/Uandora>,
        <http://lexvo.org/id/term/mkd/%D0%90%D0%BD%D0%B4%D0%BE%D1%80%D0%B0>,
        <http://lexvo.org/id/term/mlg/Andorra>,
        <http://lexvo.org/id/term/mlt/Andorra>,
        <http://lexvo.org/id/term/mua/andorra>,
        <http://lexvo.org/id/term/naq/Andorrab>,
        <http://lexvo.org/id/term/nde/Andora>,
        <http://lexvo.org/id/term/nep/%E0%A4%85%E0%A4%A8%E0%A5%8D%E0%A4%A1%E0%A5%8B%E0%A4%B0%E0%A5%8D%E0%A4%B0%E0%A4%BE>,
        <http://lexvo.org/id/term/nld/Andorra>,
        <http://lexvo.org/id/term/nmg/And%C9%94%CC%81ra>,
        <http://lexvo.org/id/term/nno/Andorra>,
        <http://lexvo.org/id/term/nob/Andorra>,
        <http://lexvo.org/id/term/nus/Andora>,
        <http://lexvo.org/id/term/nyn/Andora>,
        <http://lexvo.org/id/term/ori/%E0%AC%86%E0%AC%A3%E0%AD%8D%E0%AC%A1%E0%AD%8B%E0%AC%B0%E0%AC%BE>,
        <http://lexvo.org/id/term/pol/Andora>,
        <http://lexvo.org/id/term/por/Andorra>,
        <http://lexvo.org/id/term/rof/Andoro>,
        <http://lexvo.org/id/term/roh/Andorra>,
        <http://lexvo.org/id/term/ron/Andorra>,
        <http://lexvo.org/id/term/run/Andora>,
        <http://lexvo.org/id/term/rus/%D0%90%D0%BD%D0%B4%D0%BE%D1%80%D1%80%D0%B0>,
        <http://lexvo.org/id/term/rwk/Andora>,
        <http://lexvo.org/id/term/sag/And%C3%B4ro>,
        <http://lexvo.org/id/term/saq/Andora>,
        <http://lexvo.org/id/term/sbp/Andola>,
        <http://lexvo.org/id/term/seh/Andorra>,
        <http://lexvo.org/id/term/ses/Andoora>,
        <http://lexvo.org/id/term/shi-Latn/andura>,
        <http://lexvo.org/id/term/shi/%E2%B4%B0%E2%B5%8F%E2%B4%B7%E2%B5%93%E2%B5%94%E2%B4%B0>,
        <http://lexvo.org/id/term/sin/%E0%B6%87%E0%B6%B1%E0%B7%8A%E0%B6%A9%E0%B7%9D%E0%B6%BB%E0%B7%8F%E0%B7%80>,
        <http://lexvo.org/id/term/slk/Andorra>,
        <http://lexvo.org/id/term/slv/Andora>,
        <http://lexvo.org/id/term/sme/Andorra>,
        <http://lexvo.org/id/term/sna/Andora>,
        <http://lexvo.org/id/term/som/Andora>,
        <http://lexvo.org/id/term/spa/Andorra>,
        <http://lexvo.org/id/term/sqi/Andorr%C3%AB>,
        <http://lexvo.org/id/term/srp-Latn/Andora>,
        <http://lexvo.org/id/term/srp/%D0%90%D0%BD%D0%B4%D0%BE%D1%80%D0%B0>,
        <http://lexvo.org/id/term/swc/Andora>,
        <http://lexvo.org/id/term/swe/Andorra>,
        <http://lexvo.org/id/term/swh/Andora>,
        <http://lexvo.org/id/term/tam/%E0%AE%85%E0%AE%A9%E0%AF%8D%E0%AE%9F%E0%AF%8B%E0%AE%B0%E0%AE%BE>,
        <http://lexvo.org/id/term/tel/%E0%B0%85%E0%B0%A8%E0%B1%8D%E0%B0%A1%E0%B1%8B%E0%B0%B0%E0%B0%BE>,
        <http://lexvo.org/id/term/teo/Andora>,
        <http://lexvo.org/id/term/tha/%E0%B8%AD%E0%B8%B1%E0%B8%99%E0%B8%94%E0%B8%AD%E0%B8%A3%E0%B9%8C%E0%B8%A3%E0%B8%B2>,
        <http://lexvo.org/id/term/tig/%E1%8A%A0%E1%8A%95%E1%8B%B6%E1%88%AB>,
        <http://lexvo.org/id/term/tir/%E1%8A%A0%E1%8A%95%E1%8B%B6%E1%88%AB>,
        <http://lexvo.org/id/term/ton/%CA%BBEnitola>,
        <http://lexvo.org/id/term/tur/Andorra>,
        <http://lexvo.org/id/term/twq/Andoora>,
        <http://lexvo.org/id/term/tzm/An%E1%B8%8Durra>,
        <http://lexvo.org/id/term/ukr/%D0%90%D0%BD%D0%B4%D0%BE%D1%80%D1%80%D0%B0>,
        <http://lexvo.org/id/term/urd/%D8%A7%D9%86%DA%88%D9%88%D8%B1%D8%A7>,
        <http://lexvo.org/id/term/vai-Latn/A%C5%8Bd%C3%B3ra>,
        <http://lexvo.org/id/term/vai/%EA%95%89%EA%96%86%EA%95%9F>,
        <http://lexvo.org/id/term/vie/Andorra>,
        <http://lexvo.org/id/term/vun/Andora>,
        <http://lexvo.org/id/term/wae/Andorra>,
        <http://lexvo.org/id/term/wal/%E1%8A%A0%E1%8A%95%E1%8B%B6%E1%88%AB>,
        <http://lexvo.org/id/term/xog/Andora>,
        <http://lexvo.org/id/term/yav/A%C5%8Bt%C3%BAla>,
        <http://lexvo.org/id/term/yor/Or%C3%ADl%E1%BA%B9%CC%81%C3%A8de%20%C3%80%C3%A0nd%C3%B3r%C3%A0>,
        <http://lexvo.org/id/term/zsm/Andorra>,
        <http://lexvo.org/id/term/zul/i-Andorra> ;
    owl:sameAs <http://psi.oasis-open.org/iso/3166/#020>,
        <http://sws.geonames.org/3041565/> .

<http://lexvo.org/id/iso3166/AE> a lvont:GeographicRegion ;
    rdfs:label "Verenigde Arabiese Emirate"@af,
        "Yùnaetɛ Alab ɛmelɛ̀"@agq,
        "United Arab Emirates"@ak,
        "የተባበሩት አረብ ኤምሬትስ"@am,
        "الإمارات العربية المتحدة"@ar,
        "Falme dha Kiarabu"@asa,
        "Emiratos Árabes Xuníos"@ast,
        "Birləşmiş Ərəb Emiratları"@az,
        "Àdnà i Bilɔ̀ŋ bi Arābìà"@bas,
        "Аб'яднаныя Арабскія Эміраты"@be,
        "Hufalme dza Hihalabu"@bez,
        "Обединени арабски емирства"@bg,
        "Arabu mara kafoli"@bm,
        "সংযুক্ত আরব আমিরাত"@bn,
        "ཨ་རབ། ཨི་མི་རཊ྄། ཆིག་སྒྲིལ་རྒྱལ་ཁབ།"@bo,
        "Emirelezhioù Arab Unanet"@br,
        "संयुक्त अरब अमीरात"@brx,
        "Ujedinjeni Arapski Emirati"@bs,
        "Уједињени Арапски Емирати"@bs-Cyrl,
        "የተባበሩት አረብ ኤምሬትስ"@byn,
        "Unió dels Emirats Àrabs"@ca,
        "Amahanga ga Buharabu ageeteereine"@cgg,
        "ᏌᏊ ᎢᏳᎾᎵᏍᏔᏅ ᎡᎳᏈ ᎢᎹᎵᏘᏏ"@chr,
        "阿拉伯联合酋长国"@cmn,
        "阿拉伯聯合大公國"@cmn-Hant,
        "Spojené arabské emiráty"@cs,
        "Emiraethau Arabaidd Unedig"@cy,
        "Forenede Arabiske Emirater"@da,
        "Falme za Kiarabu"@dav,
        "Vereinigte Arabische Emirate"@de,
        "Laaraw Imaarawey Margantey"@dje,
        "ཡུ་ནཱའི་ཊེཌ་ ཨ་རབ་ ཨེ་མེ་རེཊས"@dz,
        "Falme za Kiarabu"@ebu,
        "United Arab Emirates nutome"@ee,
        "Ηνωμένα Αραβικά Εμιράτα"@el,
        "ISO 3166-1:AE"@en,
        "United Arab Emirates"@en,
        "𐐏𐐭𐑌𐐴𐐼𐐮𐐼 𐐇𐑉𐐲𐐺 𐐇𐑋𐐲𐑉𐐩𐐻𐑅"@en-Dsrt,
        "Unuiĝintaj Arabaj Emirlandos"@eo,
        "Emiratos Árabes Unidos"@es,
        "Araabia Ühendemiraadid"@et,
        "Arabiar Emirrerri Batuak"@eu,
        "Bemirá yá Arábə uní"@ewo,
        "امارات متحدهٔ عربی"@fa,
        "Emiraat Araab Denntuɗe"@ff,
        "Arabiemiirikunnat"@fi,
        "United Arab Emirates"@fil,
        "Sameindu Emirríkini"@fo,
        "Émirats arabes unis"@fr,
        "Emirâts araps unîts"@fur,
        "Aontas na nÉimíríochtaí Arabacha"@ga,
        "Na h-Iomaratan Arabach Aonaichte"@gd,
        "Emiratos Árabes Unidos"@gl,
        "Veräinigti Arabischi Emiräät"@gsw,
        "યુનાઇટેડ અરબ એમિરેટ્સ"@gu,
        "Falme za Kiarabu"@guz,
        "Haɗaɗɗiyar Daular Larabawa"@ha,
        "איחוד האמירויות הערביות"@he,
        "संयुक्त अरब अमीरात"@hi,
        "Ujedinjeni Arapski Emirati"@hr,
        "Egyesült Arab Emirátus"@hu,
        "Միացյալ Արաբական Էմիրաթներ"@hy,
        "Emiratos Arabe Unite"@ia,
        "Uni Emirat Arab"@id,
        "Sameinuðu arabísku furstadæmin"@is,
        "Emirati Arabi Uniti"@it,
        "アラブ首長国連邦"@ja,
        "Falme za Kiarabu"@jmc,
        "არაბეთის გაერთიანებული ემირატები"@ka,
        "Tigeldunin Yedduklen Taɛrabin"@kab,
        "Falme za Kiarabu"@kam,
        "Dimiliki dya Vakulungwa va Chalabu"@kde,
        "Emiradus Arabi Unidu"@kea,
        "Laaraw Imaarawey Margantey"@khq,
        "Falme za Kiarabu"@ki,
        "Біріккен Араб Эмираттары"@kk,
        "Emetab kibagenge nebo arabuk"@kln,
        "អេមីរ៉ែទអារ៉ាប់រួម"@km,
        "ಸಂಯುಕ್ತ ಅರಬ್ ಎಮಿರೇಟಸ್"@kn,
        "아랍에미리트 연합"@ko,
        "مُتحدہ عرَب امارات"@ks,
        "Falme za Kialabu"@ksb,
        "bǝlɔŋ bǝ kaksa bɛ táatáaŋzǝn"@ksf,
        "Vereinschte Arrabesche Emmirate"@ksh,
        "Ʉtemi wa Kɨaráabu"@lag,
        "Emireeti"@lg,
        "Lɛmila alabo"@ln,
        "ສະຫະລັດອາຫລັບເອມິເລດ"@lo,
        "Jungtiniai Arabų Emyratai"@lt,
        "Lemila alabu"@lu,
        "United Arab Emirates"@luo,
        "Falme za Kiarabu"@luy,
        "Apvienotie Arābu Emirāti"@lv,
        "Falme za Kiarabu"@mas,
        "Falme cia Kiarabu"@mer,
        "Emira arab ini"@mfe,
        "Emirà Arabo mitambatra"@mg,
        "Обединети Арапски Емирати"@mk,
        "സംയുക്ത അറബ് രാഷ്ട്രം"@ml,
        "संयुक्त अरब अमीरात"@mr,
        "Emirati Għarab Maqgħuda"@mt,
        "Sǝr Arabiya ma taini"@mua,
        "ယူအေအီး"@my,
        "United Arab Emirates"@naq,
        "De forente arabiske emirater"@nb,
        "United Arab Emirates"@nd,
        "संयुक्त अरब इमिराट्स"@ne,
        "Verenigde Arabische Emiraten"@nl,
        "Minlambɔ́ Nsaŋ́nsa mí Arabia"@nmg,
        "Dei sameinte arabiske emirata"@nn,
        "Amahanga ga Buharabu ageeteereine"@nyn,
        "ସଂଯୁକ୍ତ ଆରବ ଏମିରେଟସ୍"@or,
        "Zjednoczone Emiraty Arabskie"@pl,
        "Emirados Árabes Unidos"@pt,
        "Emirats Arabs Unids"@rm,
        "Leta Zunze Ubumwe z'Abarabu"@rn,
        "Emiratele Arabe Unite"@ro,
        "Falme za Kiarabu"@rof,
        "ОАЭ"@ru,
        "Falme za Kiarabu"@rwk,
        "Falme za Kiarabu"@saq,
        "Wutwa wa shiyalabu"@sbp,
        "Ovttastuvvan Arábaemiráhtat"@se,
        "Emirados Árabes Unidos"@seh,
        "Laaraw Imaarawey Margantey"@ses,
        "Arâbo Emirâti Ôko"@sg,
        "ⵍⵉⵎⴰⵔⴰⵜ"@shi,
        "limarat"@shi-Latn,
        "එක්සත් අරාබි එමිර් රාජ්‍යය"@si,
        "Spojené arabské emiráty"@sk,
        "Združeni arabski emirati"@sl,
        "United Arab Emirates"@sn,
        "Imaaraadka Carabta ee Midoobay"@so,
        "Emiratet Arabe te Bashkuara"@sq,
        "Уједињени Арапски Емирати"@sr,
        "Ujedinjeni Arapski Emirati"@sr-Latn,
        "Förenade Arabemiraten"@sv,
        "Falme za Kiarabu"@swc,
        "Falme za Kiarabu"@swh,
        "ஐக்கிய அரபு கூட்டாட்சி"@ta,
        "యునైటెడ్ ఆరబ్ ఎమిరేట్స్"@te,
        "Falme za Kiarabu"@teo,
        "สหรัฐอาหรับเอมิเรตส์"@th,
        "የተባበሩት አረብ ኤምሬትስ"@ti,
        "የተባበሩት አረብ ኤምሬትስ"@tig,
        "ʻAlepea Fakatahataha"@to,
        "Birleşik Arap Emirlikleri"@tr,
        "Laaraw Imaarawey Margantey"@twq,
        "Imarat Tiεrabin Tidduklin"@tzm,
        "Обʼєднані Арабські Емірати"@uk,
        "متحدہ عرب امارات"@ur,
        "ꖳꕯꔤꗳ ꕉꕟꔬ ꗡꕆꔓꔻ"@vai,
        "Yunaitɛ Arabhi Ɛmire"@vai-Latn,
        "Các Tiểu Vương quốc A-rập Thống nhất"@vi,
        "Falme za Kiarabu"@vun,
        "Vereinigti Arabiše Emirat"@wae,
        "የተባበሩት አረብ ኤምሬትስ"@wal,
        "Emireeti"@xog,
        "imiláat i paaláap"@yav,
        "Orílẹ́ède Ẹmirate ti Awọn Arabu"@yo,
        "Emiriah Arab Bersatu"@zsm,
        "i-United Arab Emirates"@zu ;
    lvont:label <http://lexvo.org/id/term/afr/Verenigde%20Arabiese%20Emirate>,
        <http://lexvo.org/id/term/agq/Y%C3%B9naet%C9%9B%20Alab%20%C9%9Bmel%C9%9B%CC%80>,
        <http://lexvo.org/id/term/aka/United%20Arab%20Emirates>,
        <http://lexvo.org/id/term/amh/%E1%8B%A8%E1%89%B0%E1%89%A3%E1%89%A0%E1%88%A9%E1%89%B5%20%E1%8A%A0%E1%88%A8%E1%89%A5%20%E1%8A%A4%E1%88%9D%E1%88%AC%E1%89%B5%E1%88%B5>,
        <http://lexvo.org/id/term/ara/%D8%A7%D9%84%D8%A5%D9%85%D8%A7%D8%B1%D8%A7%D8%AA%20%D8%A7%D9%84%D8%B9%D8%B1%D8%A8%D9%8A%D8%A9%20%D8%A7%D9%84%D9%85%D8%AA%D8%AD%D8%AF%D8%A9>,
        <http://lexvo.org/id/term/asa/Falme%20dha%20Kiarabu>,
        <http://lexvo.org/id/term/ast/Emiratos%20%C3%81rabes%20Xun%C3%ADos>,
        <http://lexvo.org/id/term/aze/Birl%C9%99%C5%9Fmi%C5%9F%20%C6%8Fr%C9%99b%20Emiratlar%C4%B1>,
        <http://lexvo.org/id/term/bam/Arabu%20mara%20kafoli>,
        <http://lexvo.org/id/term/bas/%C3%80dn%C3%A0%20i%20Bil%C9%94%CC%80%C5%8B%20bi%20Ar%C4%81b%C3%AC%C3%A0>,
        <http://lexvo.org/id/term/bel/%D0%90%D0%B1'%D1%8F%D0%B4%D0%BD%D0%B0%D0%BD%D1%8B%D1%8F%20%D0%90%D1%80%D0%B0%D0%B1%D1%81%D0%BA%D1%96%D1%8F%20%D0%AD%D0%BC%D1%96%D1%80%D0%B0%D1%82%D1%8B>,
        <http://lexvo.org/id/term/ben/%E0%A6%B8%E0%A6%82%E0%A6%AF%E0%A7%81%E0%A6%95%E0%A7%8D%E0%A6%A4%20%E0%A6%86%E0%A6%B0%E0%A6%AC%20%E0%A6%86%E0%A6%AE%E0%A6%BF%E0%A6%B0%E0%A6%BE%E0%A6%A4>,
        <http://lexvo.org/id/term/bez/Hufalme%20dza%20Hihalabu>,
        <http://lexvo.org/id/term/bod/%E0%BD%A8%E0%BC%8B%E0%BD%A2%E0%BD%96%E0%BC%8D%20%E0%BD%A8%E0%BD%B2%E0%BC%8B%E0%BD%98%E0%BD%B2%E0%BC%8B%E0%BD%A2%E0%BD%8A%E0%BE%84%E0%BC%8D%20%E0%BD%86%E0%BD%B2%E0%BD%82%E0%BC%8B%E0%BD%A6%E0%BE%92%E0%BE%B2%E0%BD%B2%E0%BD%A3%E0%BC%8B%E0%BD%A2%E0%BE%92%E0%BE%B1%E0%BD%A3%E0%BC%8B%E0%BD%81%E0%BD%96%E0%BC%8D>,
        <http://lexvo.org/id/term/bos-Cyrl/%D0%A3%D1%98%D0%B5%D0%B4%D0%B8%D1%9A%D0%B5%D0%BD%D0%B8%20%D0%90%D1%80%D0%B0%D0%BF%D1%81%D0%BA%D0%B8%20%D0%95%D0%BC%D0%B8%D1%80%D0%B0%D1%82%D0%B8>,
        <http://lexvo.org/id/term/bos/Ujedinjeni%20Arapski%20Emirati>,
        <http://lexvo.org/id/term/bre/Emirelezhio%C3%B9%20Arab%20Unanet>,
        <http://lexvo.org/id/term/brx/%E0%A4%B8%E0%A4%82%E0%A4%AF%E0%A5%81%E0%A4%95%E0%A5%8D%E0%A4%A4%20%E0%A4%85%E0%A4%B0%E0%A4%AC%20%E0%A4%85%E0%A4%AE%E0%A5%80%E0%A4%B0%E0%A4%BE%E0%A4%A4>,
        <http://lexvo.org/id/term/bul/%D0%9E%D0%B1%D0%B5%D0%B4%D0%B8%D0%BD%D0%B5%D0%BD%D0%B8%20%D0%B0%D1%80%D0%B0%D0%B1%D1%81%D0%BA%D0%B8%20%D0%B5%D0%BC%D0%B8%D1%80%D1%81%D1%82%D0%B2%D0%B0>,
        <http://lexvo.org/id/term/byn/%E1%8B%A8%E1%89%B0%E1%89%A3%E1%89%A0%E1%88%A9%E1%89%B5%20%E1%8A%A0%E1%88%A8%E1%89%A5%20%E1%8A%A4%E1%88%9D%E1%88%AC%E1%89%B5%E1%88%B5>,
        <http://lexvo.org/id/term/cat/Uni%C3%B3%20dels%20Emirats%20%C3%80rabs>,
        <http://lexvo.org/id/term/ces/Spojen%C3%A9%20arabsk%C3%A9%20emir%C3%A1ty>,
        <http://lexvo.org/id/term/cgg/Amahanga%20ga%20Buharabu%20ageeteereine>,
        <http://lexvo.org/id/term/chr/%E1%8F%8C%E1%8F%8A%20%E1%8E%A2%E1%8F%B3%E1%8E%BE%E1%8E%B5%E1%8F%8D%E1%8F%94%E1%8F%85%20%E1%8E%A1%E1%8E%B3%E1%8F%88%20%E1%8E%A2%E1%8E%B9%E1%8E%B5%E1%8F%98%E1%8F%8F>,
        <http://lexvo.org/id/term/cmn-Hant/%E9%98%BF%E6%8B%89%E4%BC%AF%E8%81%AF%E5%90%88%E5%A4%A7%E5%85%AC%E5%9C%8B>,
        <http://lexvo.org/id/term/cmn/%E9%98%BF%E6%8B%89%E4%BC%AF%E8%81%94%E5%90%88%E9%85%8B%E9%95%BF%E5%9B%BD>,
        <http://lexvo.org/id/term/cym/Emiraethau%20Arabaidd%20Unedig>,
        <http://lexvo.org/id/term/dan/Forenede%20Arabiske%20Emirater>,
        <http://lexvo.org/id/term/dav/Falme%20za%20Kiarabu>,
        <http://lexvo.org/id/term/deu/Vereinigte%20Arabische%20Emirate>,
        <http://lexvo.org/id/term/dje/Laaraw%20Imaarawey%20Margantey>,
        <http://lexvo.org/id/term/dzo/%E0%BD%A1%E0%BD%B4%E0%BC%8B%E0%BD%93%E0%BD%B1%E0%BD%A0%E0%BD%B2%E0%BC%8B%E0%BD%8A%E0%BD%BA%E0%BD%8C%E0%BC%8B%20%E0%BD%A8%E0%BC%8B%E0%BD%A2%E0%BD%96%E0%BC%8B%20%E0%BD%A8%E0%BD%BA%E0%BC%8B%E0%BD%98%E0%BD%BA%E0%BC%8B%E0%BD%A2%E0%BD%BA%E0%BD%8A%E0%BD%A6>,
        <http://lexvo.org/id/term/ebu/Falme%20za%20Kiarabu>,
        <http://lexvo.org/id/term/ell/%CE%97%CE%BD%CF%89%CE%BC%CE%AD%CE%BD%CE%B1%20%CE%91%CF%81%CE%B1%CE%B2%CE%B9%CE%BA%CE%AC%20%CE%95%CE%BC%CE%B9%CF%81%CE%AC%CF%84%CE%B1>,
        <http://lexvo.org/id/term/eng-Dsrt/%F0%90%90%8F%F0%90%90%AD%F0%90%91%8C%F0%90%90%B4%F0%90%90%BC%F0%90%90%AE%F0%90%90%BC%20%F0%90%90%87%F0%90%91%89%F0%90%90%B2%F0%90%90%BA%20%F0%90%90%87%F0%90%91%8B%F0%90%90%B2%F0%90%91%89%F0%90%90%A9%F0%90%90%BB%F0%90%91%85>,
        <http://lexvo.org/id/term/eng/ISO%203166-1%3AAE>,
        <http://lexvo.org/id/term/eng/United%20Arab%20Emirates>,
        <http://lexvo.org/id/term/epo/Unui%C4%9Dintaj%20Arabaj%20Emirlandos>,
        <http://lexvo.org/id/term/est/Araabia%20%C3%9Chendemiraadid>,
        <http://lexvo.org/id/term/eus/Arabiar%20Emirrerri%20Batuak>,
        <http://lexvo.org/id/term/ewe/United%20Arab%20Emirates%20nutome>,
        <http://lexvo.org/id/term/ewo/Bemir%C3%A1%20y%C3%A1%20Ar%C3%A1b%C9%99%20un%C3%AD>,
        <http://lexvo.org/id/term/fao/Sameindu%20Emirr%C3%ADkini>,
        <http://lexvo.org/id/term/fas/%D8%A7%D9%85%D8%A7%D8%B1%D8%A7%D8%AA%20%D9%85%D8%AA%D8%AD%D8%AF%D9%87%D9%94%20%D8%B9%D8%B1%D8%A8%DB%8C>,
        <http://lexvo.org/id/term/fil/United%20Arab%20Emirates>,
        <http://lexvo.org/id/term/fin/Arabiemiirikunnat>,
        <http://lexvo.org/id/term/fra/%C3%89mirats%20arabes%20unis>,
        <http://lexvo.org/id/term/ful/Emiraat%20Araab%20Denntu%C9%97e>,
        <http://lexvo.org/id/term/fur/Emir%C3%A2ts%20araps%20un%C3%AEts>,
        <http://lexvo.org/id/term/gla/Na%20h-Iomaratan%20Arabach%20Aonaichte>,
        <http://lexvo.org/id/term/gle/Aontas%20na%20n%C3%89im%C3%ADr%C3%ADochta%C3%AD%20Arabacha>,
        <http://lexvo.org/id/term/glg/Emiratos%20%C3%81rabes%20Unidos>,
        <http://lexvo.org/id/term/gsw/Ver%C3%A4inigti%20Arabischi%20Emir%C3%A4%C3%A4t>,
        <http://lexvo.org/id/term/guj/%E0%AA%AF%E0%AB%81%E0%AA%A8%E0%AA%BE%E0%AA%87%E0%AA%9F%E0%AB%87%E0%AA%A1%20%E0%AA%85%E0%AA%B0%E0%AA%AC%20%E0%AA%8F%E0%AA%AE%E0%AA%BF%E0%AA%B0%E0%AB%87%E0%AA%9F%E0%AB%8D%E0%AA%B8>,
        <http://lexvo.org/id/term/guz/Falme%20za%20Kiarabu>,
        <http://lexvo.org/id/term/hau/Ha%C9%97a%C9%97%C9%97iyar%20Daular%20Larabawa>,
        <http://lexvo.org/id/term/heb/%D7%90%D7%99%D7%97%D7%95%D7%93%20%D7%94%D7%90%D7%9E%D7%99%D7%A8%D7%95%D7%99%D7%95%D7%AA%20%D7%94%D7%A2%D7%A8%D7%91%D7%99%D7%95%D7%AA>,
        <http://lexvo.org/id/term/hin/%E0%A4%B8%E0%A4%82%E0%A4%AF%E0%A5%81%E0%A4%95%E0%A5%8D%E0%A4%A4%20%E0%A4%85%E0%A4%B0%E0%A4%AC%20%E0%A4%85%E0%A4%AE%E0%A5%80%E0%A4%B0%E0%A4%BE%E0%A4%A4>,
        <http://lexvo.org/id/term/hrv/Ujedinjeni%20Arapski%20Emirati>,
        <http://lexvo.org/id/term/hun/Egyes%C3%BClt%20Arab%20Emir%C3%A1tus>,
        <http://lexvo.org/id/term/hye/%D5%84%D5%AB%D5%A1%D6%81%D5%B5%D5%A1%D5%AC%20%D4%B1%D6%80%D5%A1%D5%A2%D5%A1%D5%AF%D5%A1%D5%B6%20%D4%B7%D5%B4%D5%AB%D6%80%D5%A1%D5%A9%D5%B6%D5%A5%D6%80>,
        <http://lexvo.org/id/term/ina/Emiratos%20Arabe%20Unite>,
        <http://lexvo.org/id/term/ind/Uni%20Emirat%20Arab>,
        <http://lexvo.org/id/term/isl/Sameinu%C3%B0u%20arab%C3%ADsku%20furstad%C3%A6min>,
        <http://lexvo.org/id/term/ita/Emirati%20Arabi%20Uniti>,
        <http://lexvo.org/id/term/jmc/Falme%20za%20Kiarabu>,
        <http://lexvo.org/id/term/jpn/%E3%82%A2%E3%83%A9%E3%83%96%E9%A6%96%E9%95%B7%E5%9B%BD%E9%80%A3%E9%82%A6>,
        <http://lexvo.org/id/term/kab/Tigeldunin%20Yedduklen%20Ta%C9%9Brabin>,
        <http://lexvo.org/id/term/kam/Falme%20za%20Kiarabu>,
        <http://lexvo.org/id/term/kan/%E0%B2%B8%E0%B2%82%E0%B2%AF%E0%B3%81%E0%B2%95%E0%B3%8D%E0%B2%A4%20%E0%B2%85%E0%B2%B0%E0%B2%AC%E0%B3%8D%20%E0%B2%8E%E0%B2%AE%E0%B2%BF%E0%B2%B0%E0%B3%87%E0%B2%9F%E0%B2%B8%E0%B3%8D>,
        <http://lexvo.org/id/term/kas/%D9%85%D9%8F%D8%AA%D8%AD%D8%AF%DB%81%20%D8%B9%D8%B1%D9%8E%D8%A8%20%D8%A7%D9%85%D8%A7%D8%B1%D8%A7%D8%AA>,
        <http://lexvo.org/id/term/kat/%E1%83%90%E1%83%A0%E1%83%90%E1%83%91%E1%83%94%E1%83%97%E1%83%98%E1%83%A1%20%E1%83%92%E1%83%90%E1%83%94%E1%83%A0%E1%83%97%E1%83%98%E1%83%90%E1%83%9C%E1%83%94%E1%83%91%E1%83%A3%E1%83%9A%E1%83%98%20%E1%83%94%E1%83%9B%E1%83%98%E1%83%A0%E1%83%90%E1%83%A2%E1%83%94%E1%83%91%E1%83%98>,
        <http://lexvo.org/id/term/kaz/%D0%91%D1%96%D1%80%D1%96%D0%BA%D0%BA%D0%B5%D0%BD%20%D0%90%D1%80%D0%B0%D0%B1%20%D0%AD%D0%BC%D0%B8%D1%80%D0%B0%D1%82%D1%82%D0%B0%D1%80%D1%8B>,
        <http://lexvo.org/id/term/kde/Dimiliki%20dya%20Vakulungwa%20va%20Chalabu>,
        <http://lexvo.org/id/term/kea/Emiradus%20Arabi%20Unidu>,
        <http://lexvo.org/id/term/khm/%E1%9E%A2%E1%9F%81%E1%9E%98%E1%9E%B8%E1%9E%9A%E1%9F%89%E1%9F%82%E1%9E%91%E1%9E%A2%E1%9E%B6%E1%9E%9A%E1%9F%89%E1%9E%B6%E1%9E%94%E1%9F%8B%E1%9E%9A%E1%9E%BD%E1%9E%98>,
        <http://lexvo.org/id/term/khq/Laaraw%20Imaarawey%20Margantey>,
        <http://lexvo.org/id/term/kik/Falme%20za%20Kiarabu>,
        <http://lexvo.org/id/term/kln/Emetab%20kibagenge%20nebo%20arabuk>,
        <http://lexvo.org/id/term/kor/%EC%95%84%EB%9E%8D%EC%97%90%EB%AF%B8%EB%A6%AC%ED%8A%B8%20%EC%97%B0%ED%95%A9>,
        <http://lexvo.org/id/term/ksb/Falme%20za%20Kialabu>,
        <http://lexvo.org/id/term/ksf/b%C7%9Dl%C9%94%C5%8B%20b%C7%9D%20kaksa%20b%C9%9B%20t%C3%A1at%C3%A1a%C5%8Bz%C7%9Dn>,
        <http://lexvo.org/id/term/ksh/Vereinschte%20Arrabesche%20Emmirate>,
        <http://lexvo.org/id/term/lag/%C9%84temi%20wa%20K%C9%A8ar%C3%A1abu>,
        <http://lexvo.org/id/term/lao/%E0%BA%AA%E0%BA%B0%E0%BA%AB%E0%BA%B0%E0%BA%A5%E0%BA%B1%E0%BA%94%E0%BA%AD%E0%BA%B2%E0%BA%AB%E0%BA%A5%E0%BA%B1%E0%BA%9A%E0%BB%80%E0%BA%AD%E0%BA%A1%E0%BA%B4%E0%BB%80%E0%BA%A5%E0%BA%94>,
        <http://lexvo.org/id/term/lav/Apvienotie%20Ar%C4%81bu%20Emir%C4%81ti>,
        <http://lexvo.org/id/term/lin/L%C9%9Bmila%20alabo>,
        <http://lexvo.org/id/term/lit/Jungtiniai%20Arab%C5%B3%20Emyratai>,
        <http://lexvo.org/id/term/lub/Lemila%20alabu>,
        <http://lexvo.org/id/term/lug/Emireeti>,
        <http://lexvo.org/id/term/luo/United%20Arab%20Emirates>,
        <http://lexvo.org/id/term/luy/Falme%20za%20Kiarabu>,
        <http://lexvo.org/id/term/mal/%E0%B4%B8%E0%B4%82%E0%B4%AF%E0%B5%81%E0%B4%95%E0%B5%8D%E0%B4%A4%20%E0%B4%85%E0%B4%B1%E0%B4%AC%E0%B5%8D%20%E0%B4%B0%E0%B4%BE%E0%B4%B7%E0%B5%8D%E0%B4%9F%E0%B5%8D%E0%B4%B0%E0%B4%82>,
        <http://lexvo.org/id/term/mar/%E0%A4%B8%E0%A4%82%E0%A4%AF%E0%A5%81%E0%A4%95%E0%A5%8D%E0%A4%A4%20%E0%A4%85%E0%A4%B0%E0%A4%AC%20%E0%A4%85%E0%A4%AE%E0%A5%80%E0%A4%B0%E0%A4%BE%E0%A4%A4>,
        <http://lexvo.org/id/term/mas/Falme%20za%20Kiarabu>,
        <http://lexvo.org/id/term/mer/Falme%20cia%20Kiarabu>,
        <http://lexvo.org/id/term/mfe/Emira%20arab%20ini>,
        <http://lexvo.org/id/term/mkd/%D0%9E%D0%B1%D0%B5%D0%B4%D0%B8%D0%BD%D0%B5%D1%82%D0%B8%20%D0%90%D1%80%D0%B0%D0%BF%D1%81%D0%BA%D0%B8%20%D0%95%D0%BC%D0%B8%D1%80%D0%B0%D1%82%D0%B8>,
        <http://lexvo.org/id/term/mlg/Emir%C3%A0%20Arabo%20mitambatra>,
        <http://lexvo.org/id/term/mlt/Emirati%20G%C4%A7arab%20Maqg%C4%A7uda>,
        <http://lexvo.org/id/term/mua/S%C7%9Dr%20Arabiya%20ma%20taini>,
        <http://lexvo.org/id/term/mya/%E1%80%9A%E1%80%B0%E1%80%A1%E1%80%B1%E1%80%A1%E1%80%AE%E1%80%B8>,
        <http://lexvo.org/id/term/naq/United%20Arab%20Emirates>,
        <http://lexvo.org/id/term/nde/United%20Arab%20Emirates>,
        <http://lexvo.org/id/term/nep/%E0%A4%B8%E0%A4%82%E0%A4%AF%E0%A5%81%E0%A4%95%E0%A5%8D%E0%A4%A4%20%E0%A4%85%E0%A4%B0%E0%A4%AC%20%E0%A4%87%E0%A4%AE%E0%A4%BF%E0%A4%B0%E0%A4%BE%E0%A4%9F%E0%A5%8D%E0%A4%B8>,
        <http://lexvo.org/id/term/nld/Verenigde%20Arabische%20Emiraten>,
        <http://lexvo.org/id/term/nmg/Minlamb%C9%94%CC%81%20Nsa%C5%8B%CC%81nsa%20m%C3%AD%20Arabia>,
        <http://lexvo.org/id/term/nno/Dei%20sameinte%20arabiske%20emirata>,
        <http://lexvo.org/id/term/nob/De%20forente%20arabiske%20emirater>,
        <http://lexvo.org/id/term/nyn/Amahanga%20ga%20Buharabu%20ageeteereine>,
        <http://lexvo.org/id/term/ori/%E0%AC%B8%E0%AC%82%E0%AC%AF%E0%AD%81%E0%AC%95%E0%AD%8D%E0%AC%A4%20%E0%AC%86%E0%AC%B0%E0%AC%AC%20%E0%AC%8F%E0%AC%AE%E0%AC%BF%E0%AC%B0%E0%AD%87%E0%AC%9F%E0%AC%B8%E0%AD%8D>,
        <http://lexvo.org/id/term/pol/Zjednoczone%20Emiraty%20Arabskie>,
        <http://lexvo.org/id/term/por/Emirados%20%C3%81rabes%20Unidos>,
        <http://lexvo.org/id/term/rof/Falme%20za%20Kiarabu>,
        <http://lexvo.org/id/term/roh/Emirats%20Arabs%20Unids>,
        <http://lexvo.org/id/term/ron/Emiratele%20Arabe%20Unite>,
        <http://lexvo.org/id/term/run/Leta%20Zunze%20Ubumwe%20z'Abarabu>,
        <http://lexvo.org/id/term/rus/%D0%9E%D0%90%D0%AD>,
        <http://lexvo.org/id/term/rwk/Falme%20za%20Kiarabu>,
        <http://lexvo.org/id/term/sag/Ar%C3%A2bo%20Emir%C3%A2ti%20%C3%94ko>,
        <http://lexvo.org/id/term/saq/Falme%20za%20Kiarabu>,
        <http://lexvo.org/id/term/sbp/Wutwa%20wa%20shiyalabu>,
        <http://lexvo.org/id/term/seh/Emirados%20%C3%81rabes%20Unidos>,
        <http://lexvo.org/id/term/ses/Laaraw%20Imaarawey%20Margantey>,
        <http://lexvo.org/id/term/shi-Latn/limarat>,
        <http://lexvo.org/id/term/shi/%E2%B5%8D%E2%B5%89%E2%B5%8E%E2%B4%B0%E2%B5%94%E2%B4%B0%E2%B5%9C>,
        <http://lexvo.org/id/term/sin/%E0%B6%91%E0%B6%9A%E0%B7%8A%E0%B7%83%E0%B6%AD%E0%B7%8A%20%E0%B6%85%E0%B6%BB%E0%B7%8F%E0%B6%B6%E0%B7%92%20%E0%B6%91%E0%B6%B8%E0%B7%92%E0%B6%BB%E0%B7%8A%20%E0%B6%BB%E0%B7%8F%E0%B6%A2%E0%B7%8A%E2%80%8D%E0%B6%BA%E0%B6%BA>,
        <http://lexvo.org/id/term/slk/Spojen%C3%A9%20arabsk%C3%A9%20emir%C3%A1ty>,
        <http://lexvo.org/id/term/slv/Zdru%C5%BEeni%20arabski%20emirati>,
        <http://lexvo.org/id/term/sme/Ovttastuvvan%20Ar%C3%A1baemir%C3%A1htat>,
        <http://lexvo.org/id/term/sna/United%20Arab%20Emirates>,
        <http://lexvo.org/id/term/som/Imaaraadka%20Carabta%20ee%20Midoobay>,
        <http://lexvo.org/id/term/spa/Emiratos%20%C3%81rabes%20Unidos>,
        <http://lexvo.org/id/term/sqi/Emiratet%20Arabe%20te%20Bashkuara>,
        <http://lexvo.org/id/term/srp-Latn/Ujedinjeni%20Arapski%20Emirati>,
        <http://lexvo.org/id/term/srp/%D0%A3%D1%98%D0%B5%D0%B4%D0%B8%D1%9A%D0%B5%D0%BD%D0%B8%20%D0%90%D1%80%D0%B0%D0%BF%D1%81%D0%BA%D0%B8%20%D0%95%D0%BC%D0%B8%D1%80%D0%B0%D1%82%D0%B8>,
        <http://lexvo.org/id/term/swc/Falme%20za%20Kiarabu>,
        <http://lexvo.org/id/term/swe/F%C3%B6renade%20Arabemiraten>,
        <http://lexvo.org/id/term/swh/Falme%20za%20Kiarabu>,
        <http://lexvo.org/id/term/tam/%E0%AE%90%E0%AE%95%E0%AF%8D%E0%AE%95%E0%AE%BF%E0%AE%AF%20%E0%AE%85%E0%AE%B0%E0%AE%AA%E0%AF%81%20%E0%AE%95%E0%AF%82%E0%AE%9F%E0%AF%8D%E0%AE%9F%E0%AE%BE%E0%AE%9F%E0%AF%8D%E0%AE%9A%E0%AE%BF>,
        <http://lexvo.org/id/term/tel/%E0%B0%AF%E0%B1%81%E0%B0%A8%E0%B1%88%E0%B0%9F%E0%B1%86%E0%B0%A1%E0%B1%8D%20%E0%B0%86%E0%B0%B0%E0%B0%AC%E0%B1%8D%20%E0%B0%8E%E0%B0%AE%E0%B0%BF%E0%B0%B0%E0%B1%87%E0%B0%9F%E0%B1%8D%E0%B0%B8%E0%B1%8D>,
        <http://lexvo.org/id/term/teo/Falme%20za%20Kiarabu>,
        <http://lexvo.org/id/term/tha/%E0%B8%AA%E0%B8%AB%E0%B8%A3%E0%B8%B1%E0%B8%90%E0%B8%AD%E0%B8%B2%E0%B8%AB%E0%B8%A3%E0%B8%B1%E0%B8%9A%E0%B9%80%E0%B8%AD%E0%B8%A1%E0%B8%B4%E0%B9%80%E0%B8%A3%E0%B8%95%E0%B8%AA%E0%B9%8C>,
        <http://lexvo.org/id/term/tig/%E1%8B%A8%E1%89%B0%E1%89%A3%E1%89%A0%E1%88%A9%E1%89%B5%20%E1%8A%A0%E1%88%A8%E1%89%A5%20%E1%8A%A4%E1%88%9D%E1%88%AC%E1%89%B5%E1%88%B5>,
        <http://lexvo.org/id/term/tir/%E1%8B%A8%E1%89%B0%E1%89%A3%E1%89%A0%E1%88%A9%E1%89%B5%20%E1%8A%A0%E1%88%A8%E1%89%A5%20%E1%8A%A4%E1%88%9D%E1%88%AC%E1%89%B5%E1%88%B5>,
        <http://lexvo.org/id/term/ton/%CA%BBAlepea%20Fakatahataha>,
        <http://lexvo.org/id/term/tur/Birle%C5%9Fik%20Arap%20Emirlikleri>,
        <http://lexvo.org/id/term/twq/Laaraw%20Imaarawey%20Margantey>,
        <http://lexvo.org/id/term/tzm/Imarat%20Ti%CE%B5rabin%20Tidduklin>,
        <http://lexvo.org/id/term/ukr/%D0%9E%D0%B1%CA%BC%D1%94%D0%B4%D0%BD%D0%B0%D0%BD%D1%96%20%D0%90%D1%80%D0%B0%D0%B1%D1%81%D1%8C%D0%BA%D1%96%20%D0%95%D0%BC%D1%96%D1%80%D0%B0%D1%82%D0%B8>,
        <http://lexvo.org/id/term/urd/%D9%85%D8%AA%D8%AD%D8%AF%DB%81%20%D8%B9%D8%B1%D8%A8%20%D8%A7%D9%85%D8%A7%D8%B1%D8%A7%D8%AA>,
        <http://lexvo.org/id/term/vai-Latn/Yunait%C9%9B%20Arabhi%20%C6%90mire>,
        <http://lexvo.org/id/term/vai/%EA%96%B3%EA%95%AF%EA%94%A4%EA%97%B3%20%EA%95%89%EA%95%9F%EA%94%AC%20%EA%97%A1%EA%95%86%EA%94%93%EA%94%BB>,
        <http://lexvo.org/id/term/vie/C%C3%A1c%20Ti%E1%BB%83u%20V%C6%B0%C6%A1ng%20qu%E1%BB%91c%20A-r%E1%BA%ADp%20Th%E1%BB%91ng%20nh%E1%BA%A5t>,
        <http://lexvo.org/id/term/vun/Falme%20za%20Kiarabu>,
        <http://lexvo.org/id/term/wae/Vereinigti%20Arabi%C5%A1e%20Emirat>,
        <http://lexvo.org/id/term/wal/%E1%8B%A8%E1%89%B0%E1%89%A3%E1%89%A0%E1%88%A9%E1%89%B5%20%E1%8A%A0%E1%88%A8%E1%89%A5%20%E1%8A%A4%E1%88%9D%E1%88%AC%E1%89%B5%E1%88%B5>,
        <http://lexvo.org/id/term/xog/Emireeti>,
        <http://lexvo.org/id/term/yav/imil%C3%A1at%20i%20paal%C3%A1ap>,
        <http://lexvo.org/id/term/yor/Or%C3%ADl%E1%BA%B9%CC%81%C3%A8de%20%E1%BA%B8mirate%20ti%20Aw%E1%BB%8Dn%20Arabu>,
        <http://lexvo.org/id/term/zsm/Emiriah%20Arab%20Bersatu>,
        <http://lexvo.org/id/term/zul/i-United%20Arab%20Emirates> ;
    owl:sameAs <http://psi.oasis-open.org/iso/3166/#784>,
        <http://sws.geonames.org/290557/> .

<http://lexvo.org/id/iso3166/AF> a lvont:GeographicRegion ;
    rdfs:label "Afganistan"@af,
        "Àfɨ̀ganìsɨ̀tân"@agq,
        "Afganistan"@ak,
        "አፍጋኒስታን"@am,
        "أفغانستان"@ar,
        "Afuganistani"@asa,
        "Afganistán"@ast,
        "Əfqənistan"@az,
        "Àfgànìstâŋ"@bas,
        "Афганістан"@be,
        "Huafuganistani"@bez,
        "Афганистан"@bg,
        "Afiganistaŋ"@bm,
        "আফগানিস্তান"@bn,
        "ཨཕ་ག་ནི་སྟཱན།"@bo,
        "Afghanistan"@br,
        "अफ़ग़ानिस्तान"@brx,
        "Avganistan"@bs,
        "Авганистан"@bs-Cyrl,
        "Afganistan"@ca,
        "Afuganistani"@cgg,
        "ᎠᏫᎨᏂᏍᏖᏂ"@chr,
        "阿富汗"@cmn,
        "阿富汗"@cmn-Hant,
        "Afghánistán"@cs,
        "Affganistan"@cy,
        "Afghanistan"@da,
        "Afuganistani"@dav,
        "Afghanistan"@de,
        "Afgaanistan"@dje,
        "Afganistan"@dyo,
        "ཨཕ་གྷ་ནི་སཏཱན"@dz,
        "Afuganistani"@ebu,
        "Afghanistan nutome"@ee,
        "Αφγανιστάν"@el,
        "Afghanistan"@en,
        "ISO 3166-1:AF"@en,
        "𐐈𐑁𐑀𐐰𐑌𐐲𐑅𐐻𐐰𐑌"@en-Dsrt,
        "Afganujo"@eo,
        "Afganistán"@es,
        "Afganistan"@et,
        "Afganistan"@eu,
        "Afəganisətán"@ewo,
        "افغانستان"@fa,
        "Afganistaan"@ff,
        "Afganistan"@fi,
        "Afghanistan"@fil,
        "Afganistan"@fo,
        "Afghanistan"@fr,
        "Afghanistan"@fur,
        "An Afganastáin"@ga,
        "Afghanastàn"@gd,
        "Afganistán"@gl,
        "Afganischtan"@gsw,
        "અફઘાનિસ્તાન"@gu,
        "Afuganistani"@guz,
        "Afaganistan"@ha,
        "אפגניסטן"@he,
        "अफ़गानिस्तान"@hi,
        "Afganistan"@hr,
        "Afganisztán"@hu,
        "Աֆղանստան"@hy,
        "Afghanistan"@ia,
        "Afganistan"@id,
        "Afganistan"@is,
        "Afghanistan"@it,
        "アフガニスタン"@ja,
        "Afuganistani"@jmc,
        "ავღანეთი"@ka,
        "Afɣanistan"@kab,
        "Afuganistani"@kam,
        "Afuganistani"@kde,
        "Afeganistãu"@kea,
        "Afgaanistan"@khq,
        "Afuganistani"@ki,
        "Ауғанстан"@kk,
        "Afghanistani"@kl,
        "Emetab Afghanistan"@kln,
        "អាហ្វហ្គានីស្ថាន"@km,
        "ಅಫಘಾನಿಸ್ಥಾನ್"@kn,
        "아프가니스탄"@ko,
        "اَفغانَستان"@ks,
        "Afuganistani"@ksb,
        "afganistáŋ"@ksf,
        "Afjaanistahn"@ksh,
        "Afuganisitáani"@lag,
        "Afaganisitani"@lg,
        "Afiganisitá"@ln,
        "ອັບການິສະຖານ"@lo,
        "Afganistanas"@lt,
        "Afuganisita"@lu,
        "Afghanistan"@luo,
        "Afuganistani"@luy,
        "Afganistāna"@lv,
        "Afuganistani"@mas,
        "Afuganistani"@mer,
        "Afganistan"@mfe,
        "Afghanistan"@mg,
        "Ufugustani"@mgh,
        "Авганистан"@mk,
        "അഫ്ഗാനിസ്ഥാൻ"@ml,
        "अफगाणिस्तान"@mr,
        "Afganistan"@mt,
        "afghanistaŋ"@mua,
        "အာဖဂန်နစ္စတန်"@my,
        "Afghanistanni"@naq,
        "Afghanistan"@nb,
        "Afghanistan"@nd,
        "अफ्गानिष्तान"@ne,
        "Afghanistan"@nl,
        "Afganistaŋ"@nmg,
        "Afghanistan"@nn,
        "Abganithtan"@nus,
        "Afuganistani"@nyn,
        "ଆଫାଗାନିସ୍ତାନ୍"@or,
        "Afganistan"@pl,
        "افغانستان"@ps,
        "Afeganistão"@pt,
        "Afghanistan"@rm,
        "Afuganisitani"@rn,
        "Afganistan"@ro,
        "Afuganistani"@rof,
        "Афганистан"@ru,
        "Afuganistani"@rwk,
        "Afuganistani"@saq,
        "Afuganisitani"@sbp,
        "Afghanistan"@se,
        "Afeganistão"@seh,
        "Afgaanistan"@ses,
        "Faganïta, Afganïstäan"@sg,
        "ⴰⴼⵖⴰⵏⵉⵙⵜⴰⵏ"@shi,
        "afɣanistan"@shi-Latn,
        "ඇෆ්ගනිස්ථානය"@si,
        "Afganistan"@sk,
        "Afganistan"@sl,
        "Afuganistani"@sn,
        "Afgaanistaan"@so,
        "Afganistan"@sq,
        "Авганистан"@sr,
        "Avganistan"@sr-Latn,
        "Afghanistan"@sv,
        "Afuganistani"@swc,
        "Afuganistani"@swh,
        "ஆப்கானிஸ்தான்"@ta,
        "ఆఫ్ఘానిస్తాన్"@te,
        "Afuganistani"@teo,
        "Афғонистан"@tg,
        "อัฟกานิสถาน"@th,
        "አፍጋኒስታን"@ti,
        "ʻAfikānisitani"@to,
        "Afganistan"@tr,
        "Afgaanistan"@twq,
        "Afɣanistan"@tzm,
        "Афганістан"@uk,
        "افغانستان"@ur,
        "Афғонистон"@uzn,
        "افغانستان"@uzn-Arab,
        "Afgʻoniston"@uzn-Latn,
        "ꕉꔱꕭꔕꔻꕚꘋ"@vai,
        "Afigándesitaŋ"@vai-Latn,
        "Afghanistan"@vi,
        "Afuganistani"@vun,
        "Afganištan"@wae,
        "Afaganisitani"@xog,
        "Afkanistáŋ"@yav,
        "Orílẹ́ède Àfùgànístánì"@yo,
        "Afghanistan"@zsm,
        "i-Afghanistan"@zu ;
    lvont:label <http://lexvo.org/id/term/afr/Afganistan>,
        <http://lexvo.org/id/term/agq/%C3%80f%C9%A8%CC%80gan%C3%ACs%C9%A8%CC%80t%C3%A2n>,
        <http://lexvo.org/id/term/aka/Afganistan>,
        <http://lexvo.org/id/term/amh/%E1%8A%A0%E1%8D%8D%E1%8C%8B%E1%8A%92%E1%88%B5%E1%89%B3%E1%8A%95>,
        <http://lexvo.org/id/term/ara/%D8%A3%D9%81%D8%BA%D8%A7%D9%86%D8%B3%D8%AA%D8%A7%D9%86>,
        <http://lexvo.org/id/term/asa/Afuganistani>,
        <http://lexvo.org/id/term/ast/Afganist%C3%A1n>,
        <http://lexvo.org/id/term/aze/%C6%8Ffq%C9%99nistan>,
        <http://lexvo.org/id/term/bam/Afiganista%C5%8B>,
        <http://lexvo.org/id/term/bas/%C3%80fg%C3%A0n%C3%ACst%C3%A2%C5%8B>,
        <http://lexvo.org/id/term/bel/%D0%90%D1%84%D0%B3%D0%B0%D0%BD%D1%96%D1%81%D1%82%D0%B0%D0%BD>,
        <http://lexvo.org/id/term/ben/%E0%A6%86%E0%A6%AB%E0%A6%97%E0%A6%BE%E0%A6%A8%E0%A6%BF%E0%A6%B8%E0%A7%8D%E0%A6%A4%E0%A6%BE%E0%A6%A8>,
        <http://lexvo.org/id/term/bez/Huafuganistani>,
        <http://lexvo.org/id/term/bod/%E0%BD%A8%E0%BD%95%E0%BC%8B%E0%BD%82%E0%BC%8B%E0%BD%93%E0%BD%B2%E0%BC%8B%E0%BD%A6%E0%BE%9F%E0%BD%B1%E0%BD%93%E0%BC%8D>,
        <http://lexvo.org/id/term/bos-Cyrl/%D0%90%D0%B2%D0%B3%D0%B0%D0%BD%D0%B8%D1%81%D1%82%D0%B0%D0%BD>,
        <http://lexvo.org/id/term/bos/Avganistan>,
        <http://lexvo.org/id/term/bre/Afghanistan>,
        <http://lexvo.org/id/term/brx/%E0%A4%85%E0%A4%AB%E0%A4%BC%E0%A4%97%E0%A4%BC%E0%A4%BE%E0%A4%A8%E0%A4%BF%E0%A4%B8%E0%A5%8D%E0%A4%A4%E0%A4%BE%E0%A4%A8>,
        <http://lexvo.org/id/term/bul/%D0%90%D1%84%D0%B3%D0%B0%D0%BD%D0%B8%D1%81%D1%82%D0%B0%D0%BD>,
        <http://lexvo.org/id/term/cat/Afganistan>,
        <http://lexvo.org/id/term/ces/Afgh%C3%A1nist%C3%A1n>,
        <http://lexvo.org/id/term/cgg/Afuganistani>,
        <http://lexvo.org/id/term/chr/%E1%8E%A0%E1%8F%AB%E1%8E%A8%E1%8F%82%E1%8F%8D%E1%8F%96%E1%8F%82>,
        <http://lexvo.org/id/term/cmn-Hant/%E9%98%BF%E5%AF%8C%E6%B1%97>,
        <http://lexvo.org/id/term/cmn/%E9%98%BF%E5%AF%8C%E6%B1%97>,
        <http://lexvo.org/id/term/cym/Affganistan>,
        <http://lexvo.org/id/term/dan/Afghanistan>,
        <http://lexvo.org/id/term/dav/Afuganistani>,
        <http://lexvo.org/id/term/deu/Afghanistan>,
        <http://lexvo.org/id/term/dje/Afgaanistan>,
        <http://lexvo.org/id/term/dyo/Afganistan>,
        <http://lexvo.org/id/term/dzo/%E0%BD%A8%E0%BD%95%E0%BC%8B%E0%BD%82%E0%BE%B7%E0%BC%8B%E0%BD%93%E0%BD%B2%E0%BC%8B%E0%BD%A6%E0%BD%8F%E0%BD%B1%E0%BD%93>,
        <http://lexvo.org/id/term/ebu/Afuganistani>,
        <http://lexvo.org/id/term/ell/%CE%91%CF%86%CE%B3%CE%B1%CE%BD%CE%B9%CF%83%CF%84%CE%AC%CE%BD>,
        <http://lexvo.org/id/term/eng-Dsrt/%F0%90%90%88%F0%90%91%81%F0%90%91%80%F0%90%90%B0%F0%90%91%8C%F0%90%90%B2%F0%90%91%85%F0%90%90%BB%F0%90%90%B0%F0%90%91%8C>,
        <http://lexvo.org/id/term/eng/Afghanistan>,
        <http://lexvo.org/id/term/eng/ISO%203166-1%3AAF>,
        <http://lexvo.org/id/term/epo/Afganujo>,
        <http://lexvo.org/id/term/est/Afganistan>,
        <http://lexvo.org/id/term/eus/Afganistan>,
        <http://lexvo.org/id/term/ewe/Afghanistan%20nutome>,
        <http://lexvo.org/id/term/ewo/Af%C9%99ganis%C9%99t%C3%A1n>,
        <http://lexvo.org/id/term/fao/Afganistan>,
        <http://lexvo.org/id/term/fas/%D8%A7%D9%81%D8%BA%D8%A7%D9%86%D8%B3%D8%AA%D8%A7%D9%86>,
        <http://lexvo.org/id/term/fil/Afghanistan>,
        <http://lexvo.org/id/term/fin/Afganistan>,
        <http://lexvo.org/id/term/fra/Afghanistan>,
        <http://lexvo.org/id/term/ful/Afganistaan>,
        <http://lexvo.org/id/term/fur/Afghanistan>,
        <http://lexvo.org/id/term/gla/Afghanast%C3%A0n>,
        <http://lexvo.org/id/term/gle/An%20Afganast%C3%A1in>,
        <http://lexvo.org/id/term/glg/Afganist%C3%A1n>,
        <http://lexvo.org/id/term/gsw/Afganischtan>,
        <http://lexvo.org/id/term/guj/%E0%AA%85%E0%AA%AB%E0%AA%98%E0%AA%BE%E0%AA%A8%E0%AA%BF%E0%AA%B8%E0%AB%8D%E0%AA%A4%E0%AA%BE%E0%AA%A8>,
        <http://lexvo.org/id/term/guz/Afuganistani>,
        <http://lexvo.org/id/term/hau/Afaganistan>,
        <http://lexvo.org/id/term/heb/%D7%90%D7%A4%D7%92%D7%A0%D7%99%D7%A1%D7%98%D7%9F>,
        <http://lexvo.org/id/term/hin/%E0%A4%85%E0%A4%AB%E0%A4%BC%E0%A4%97%E0%A4%BE%E0%A4%A8%E0%A4%BF%E0%A4%B8%E0%A5%8D%E0%A4%A4%E0%A4%BE%E0%A4%A8>,
        <http://lexvo.org/id/term/hrv/Afganistan>,
        <http://lexvo.org/id/term/hun/Afganiszt%C3%A1n>,
        <http://lexvo.org/id/term/hye/%D4%B1%D6%86%D5%B2%D5%A1%D5%B6%D5%BD%D5%BF%D5%A1%D5%B6>,
        <http://lexvo.org/id/term/ina/Afghanistan>,
        <http://lexvo.org/id/term/ind/Afganistan>,
        <http://lexvo.org/id/term/isl/Afganistan>,
        <http://lexvo.org/id/term/ita/Afghanistan>,
        <http://lexvo.org/id/term/jmc/Afuganistani>,
        <http://lexvo.org/id/term/jpn/%E3%82%A2%E3%83%95%E3%82%AC%E3%83%8B%E3%82%B9%E3%82%BF%E3%83%B3>,
        <http://lexvo.org/id/term/kab/Af%C9%A3anistan>,
        <http://lexvo.org/id/term/kal/Afghanistani>,
        <http://lexvo.org/id/term/kam/Afuganistani>,
        <http://lexvo.org/id/term/kan/%E0%B2%85%E0%B2%AB%E0%B2%98%E0%B2%BE%E0%B2%A8%E0%B2%BF%E0%B2%B8%E0%B3%8D%E0%B2%A5%E0%B2%BE%E0%B2%A8%E0%B3%8D>,
        <http://lexvo.org/id/term/kas/%D8%A7%D9%8E%D9%81%D8%BA%D8%A7%D9%86%D9%8E%D8%B3%D8%AA%D8%A7%D9%86>,
        <http://lexvo.org/id/term/kat/%E1%83%90%E1%83%95%E1%83%A6%E1%83%90%E1%83%9C%E1%83%94%E1%83%97%E1%83%98>,
        <http://lexvo.org/id/term/kaz/%D0%90%D1%83%D2%93%D0%B0%D0%BD%D1%81%D1%82%D0%B0%D0%BD>,
        <http://lexvo.org/id/term/kde/Afuganistani>,
        <http://lexvo.org/id/term/kea/Afeganist%C3%A3u>,
        <http://lexvo.org/id/term/khm/%E1%9E%A2%E1%9E%B6%E1%9E%A0%E1%9F%92%E1%9E%9C%E1%9E%A0%E1%9F%92%E1%9E%82%E1%9E%B6%E1%9E%93%E1%9E%B8%E1%9E%9F%E1%9F%92%E1%9E%90%E1%9E%B6%E1%9E%93>,
        <http://lexvo.org/id/term/khq/Afgaanistan>,
        <http://lexvo.org/id/term/kik/Afuganistani>,
        <http://lexvo.org/id/term/kln/Emetab%20Afghanistan>,
        <http://lexvo.org/id/term/kor/%EC%95%84%ED%94%84%EA%B0%80%EB%8B%88%EC%8A%A4%ED%83%84>,
        <http://lexvo.org/id/term/ksb/Afuganistani>,
        <http://lexvo.org/id/term/ksf/afganist%C3%A1%C5%8B>,
        <http://lexvo.org/id/term/ksh/Afjaanistahn>,
        <http://lexvo.org/id/term/lag/Afuganisit%C3%A1ani>,
        <http://lexvo.org/id/term/lao/%E0%BA%AD%E0%BA%B1%E0%BA%9A%E0%BA%81%E0%BA%B2%E0%BA%99%E0%BA%B4%E0%BA%AA%E0%BA%B0%E0%BA%96%E0%BA%B2%E0%BA%99>,
        <http://lexvo.org/id/term/lav/Afganist%C4%81na>,
        <http://lexvo.org/id/term/lin/Afiganisit%C3%A1>,
        <http://lexvo.org/id/term/lit/Afganistanas>,
        <http://lexvo.org/id/term/lub/Afuganisita>,
        <http://lexvo.org/id/term/lug/Afaganisitani>,
        <http://lexvo.org/id/term/luo/Afghanistan>,
        <http://lexvo.org/id/term/luy/Afuganistani>,
        <http://lexvo.org/id/term/mal/%E0%B4%85%E0%B4%AB%E0%B5%8D%E0%B4%97%E0%B4%BE%E0%B4%A8%E0%B4%BF%E0%B4%B8%E0%B5%8D%E0%B4%A5%E0%B4%BE%E0%B5%BB>,
        <http://lexvo.org/id/term/mar/%E0%A4%85%E0%A4%AB%E0%A4%97%E0%A4%BE%E0%A4%A3%E0%A4%BF%E0%A4%B8%E0%A5%8D%E0%A4%A4%E0%A4%BE%E0%A4%A8>,
        <http://lexvo.org/id/term/mas/Afuganistani>,
        <http://lexvo.org/id/term/mer/Afuganistani>,
        <http://lexvo.org/id/term/mfe/Afganistan>,
        <http://lexvo.org/id/term/mgh/Ufugustani>,
        <http://lexvo.org/id/term/mkd/%D0%90%D0%B2%D0%B3%D0%B0%D0%BD%D0%B8%D1%81%D1%82%D0%B0%D0%BD>,
        <http://lexvo.org/id/term/mlg/Afghanistan>,
        <http://lexvo.org/id/term/mlt/Afganistan>,
        <http://lexvo.org/id/term/mua/afghanista%C5%8B>,
        <http://lexvo.org/id/term/mya/%E1%80%A1%E1%80%AC%E1%80%96%E1%80%82%E1%80%94%E1%80%BA%E1%80%94%E1%80%85%E1%80%B9%E1%80%85%E1%80%90%E1%80%94%E1%80%BA>,
        <http://lexvo.org/id/term/naq/Afghanistanni>,
        <http://lexvo.org/id/term/nde/Afghanistan>,
        <http://lexvo.org/id/term/nep/%E0%A4%85%E0%A4%AB%E0%A5%8D%E0%A4%97%E0%A4%BE%E0%A4%A8%E0%A4%BF%E0%A4%B7%E0%A5%8D%E0%A4%A4%E0%A4%BE%E0%A4%A8>,
        <http://lexvo.org/id/term/nld/Afghanistan>,
        <http://lexvo.org/id/term/nmg/Afganista%C5%8B>,
        <http://lexvo.org/id/term/nno/Afghanistan>,
        <http://lexvo.org/id/term/nob/Afghanistan>,
        <http://lexvo.org/id/term/nus/Abganithtan>,
        <http://lexvo.org/id/term/nyn/Afuganistani>,
        <http://lexvo.org/id/term/ori/%E0%AC%86%E0%AC%AB%E0%AC%BE%E0%AC%97%E0%AC%BE%E0%AC%A8%E0%AC%BF%E0%AC%B8%E0%AD%8D%E0%AC%A4%E0%AC%BE%E0%AC%A8%E0%AD%8D>,
        <http://lexvo.org/id/term/pol/Afganistan>,
        <http://lexvo.org/id/term/por/Afeganist%C3%A3o>,
        <http://lexvo.org/id/term/pus/%D8%A7%D9%81%D8%BA%D8%A7%D9%86%D8%B3%D8%AA%D8%A7%D9%86>,
        <http://lexvo.org/id/term/rof/Afuganistani>,
        <http://lexvo.org/id/term/roh/Afghanistan>,
        <http://lexvo.org/id/term/ron/Afganistan>,
        <http://lexvo.org/id/term/run/Afuganisitani>,
        <http://lexvo.org/id/term/rus/%D0%90%D1%84%D0%B3%D0%B0%D0%BD%D0%B8%D1%81%D1%82%D0%B0%D0%BD>,
        <http://lexvo.org/id/term/rwk/Afuganistani>,
        <http://lexvo.org/id/term/sag/Fagan%C3%AFta%2C%20Afgan%C3%AFst%C3%A4an>,
        <http://lexvo.org/id/term/saq/Afuganistani>,
        <http://lexvo.org/id/term/sbp/Afuganisitani>,
        <http://lexvo.org/id/term/seh/Afeganist%C3%A3o>,
        <http://lexvo.org/id/term/ses/Afgaanistan>,
        <http://lexvo.org/id/term/shi-Latn/af%C9%A3anistan>,
        <http://lexvo.org/id/term/shi/%E2%B4%B0%E2%B4%BC%E2%B5%96%E2%B4%B0%E2%B5%8F%E2%B5%89%E2%B5%99%E2%B5%9C%E2%B4%B0%E2%B5%8F>,
        <http://lexvo.org/id/term/sin/%E0%B6%87%E0%B7%86%E0%B7%8A%E0%B6%9C%E0%B6%B1%E0%B7%92%E0%B7%83%E0%B7%8A%E0%B6%AE%E0%B7%8F%E0%B6%B1%E0%B6%BA>,
        <http://lexvo.org/id/term/slk/Afganistan>,
        <http://lexvo.org/id/term/slv/Afganistan>,
        <http://lexvo.org/id/term/sme/Afghanistan>,
        <http://lexvo.org/id/term/sna/Afuganistani>,
        <http://lexvo.org/id/term/som/Afgaanistaan>,
        <http://lexvo.org/id/term/spa/Afganist%C3%A1n>,
        <http://lexvo.org/id/term/sqi/Afganistan>,
        <http://lexvo.org/id/term/srp-Latn/Avganistan>,
        <http://lexvo.org/id/term/srp/%D0%90%D0%B2%D0%B3%D0%B0%D0%BD%D0%B8%D1%81%D1%82%D0%B0%D0%BD>,
        <http://lexvo.org/id/term/swc/Afuganistani>,
        <http://lexvo.org/id/term/swe/Afghanistan>,
        <http://lexvo.org/id/term/swh/Afuganistani>,
        <http://lexvo.org/id/term/tam/%E0%AE%86%E0%AE%AA%E0%AF%8D%E0%AE%95%E0%AE%BE%E0%AE%A9%E0%AE%BF%E0%AE%B8%E0%AF%8D%E0%AE%A4%E0%AE%BE%E0%AE%A9%E0%AF%8D>,
        <http://lexvo.org/id/term/tel/%E0%B0%86%E0%B0%AB%E0%B1%8D%E0%B0%98%E0%B0%BE%E0%B0%A8%E0%B0%BF%E0%B0%B8%E0%B1%8D%E0%B0%A4%E0%B0%BE%E0%B0%A8%E0%B1%8D>,
        <http://lexvo.org/id/term/teo/Afuganistani>,
        <http://lexvo.org/id/term/tgk/%D0%90%D1%84%D2%93%D0%BE%D0%BD%D0%B8%D1%81%D1%82%D0%B0%D0%BD>,
        <http://lexvo.org/id/term/tha/%E0%B8%AD%E0%B8%B1%E0%B8%9F%E0%B8%81%E0%B8%B2%E0%B8%99%E0%B8%B4%E0%B8%AA%E0%B8%96%E0%B8%B2%E0%B8%99>,
        <http://lexvo.org/id/term/tir/%E1%8A%A0%E1%8D%8D%E1%8C%8B%E1%8A%92%E1%88%B5%E1%89%B3%E1%8A%95>,
        <http://lexvo.org/id/term/ton/%CA%BBAfik%C4%81nisitani>,
        <http://lexvo.org/id/term/tur/Afganistan>,
        <http://lexvo.org/id/term/twq/Afgaanistan>,
        <http://lexvo.org/id/term/tzm/Af%C9%A3anistan>,
        <http://lexvo.org/id/term/ukr/%D0%90%D1%84%D0%B3%D0%B0%D0%BD%D1%96%D1%81%D1%82%D0%B0%D0%BD>,
        <http://lexvo.org/id/term/urd/%D8%A7%D9%81%D8%BA%D8%A7%D9%86%D8%B3%D8%AA%D8%A7%D9%86>,
        <http://lexvo.org/id/term/uzn-Arab/%D8%A7%D9%81%D8%BA%D8%A7%D9%86%D8%B3%D8%AA%D8%A7%D9%86>,
        <http://lexvo.org/id/term/uzn-Latn/Afg%CA%BBoniston>,
        <http://lexvo.org/id/term/uzn/%D0%90%D1%84%D2%93%D0%BE%D0%BD%D0%B8%D1%81%D1%82%D0%BE%D0%BD>,
        <http://lexvo.org/id/term/vai-Latn/Afig%C3%A1ndesita%C5%8B>,
        <http://lexvo.org/id/term/vai/%EA%95%89%EA%94%B1%EA%95%AD%EA%94%95%EA%94%BB%EA%95%9A%EA%98%8B>,
        <http://lexvo.org/id/term/vie/Afghanistan>,
        <http://lexvo.org/id/term/vun/Afuganistani>,
        <http://lexvo.org/id/term/wae/Afgani%C5%A1tan>,
        <http://lexvo.org/id/term/xog/Afaganisitani>,
        <http://lexvo.org/id/term/yav/Afkanist%C3%A1%C5%8B>,
        <http://lexvo.org/id/term/yor/Or%C3%ADl%E1%BA%B9%CC%81%C3%A8de%20%C3%80f%C3%B9g%C3%A0n%C3%ADst%C3%A1n%C3%AC>,
        <http://lexvo.org/id/term/zsm/Afghanistan>,
        <http://lexvo.org/id/term/zul/i-Afghanistan> ;
    owl:sameAs <http://psi.oasis-open.org/iso/3166/#004>,
        <http://sws.geonames.org/1149361/> .

<http://lexvo.org/id/iso3166/AG> a lvont:GeographicRegion ;
    rdfs:label "Antigua en Barbuda"@af,
        "Àntigwà à Bàbudà"@agq,
        "Antigua ne Baabuda"@ak,
        "አንቲጓ እና ባሩዳ"@am,
        "أنتيغوا وبربودا"@ar,
        "Antigua na Barbuda"@asa,
        "Antigua y Barbuda"@ast,
        "Antiqua və Barbuda"@az,
        "Àŋtigà ɓɔ Bàrbudà"@bas,
        "Антыгуа і Барбуда"@be,
        "Huantigua na Hubarubuda"@bez,
        "Антигуа и Барбуда"@bg,
        "Antiga-ni-Barbuda"@bm,
        "এন্টিগুয়া ও বারবুডা"@bn,
        "ཨེན་ཊི་གུ་དང་། བྷར་བུ་ཌ།"@bo,
        "Antigua ha Barbuda"@br,
        "एन्टिगुआ एवं बारबूडा"@brx,
        "Antigva i Barbuda"@bs,
        "Антигве и Барбуда"@bs-Cyrl,
        "Antigua i Barbuda"@ca,
        "Angiguwa na Babuda"@cgg,
        "ᎤᏪᏘ ᎠᎴ ᏆᏊᏓ"@chr,
        "安提瓜和巴布达"@cmn,
        "安地卡及巴布達"@cmn-Hant,
        "Antigua a Barbuda"@cs,
        "Antigwa a Barbuda"@cy,
        "Antigua og Barbuda"@da,
        "Antigua na Barbuda"@dav,
        "Antigua und Barbuda"@de,
        "Antigua nda Barbuuda"@dje,
        "Antigua di Barbuda"@dyo,
        "ཨན་ཊི་གུ་ཝ་ ཨེནཌ་ བྷར་བྷུ་ཌ"@dz,
        "Antigua na Barbuda"@ebu,
        "́Antigua kple Barbuda nutome"@ee,
        "Αντίγκουα και Μπαρμπούντα"@el,
        "Antigua and Barbuda"@en,
        "ISO 3166-1:AG"@en,
        "𐐈𐑌𐐻𐐨𐑀𐐶𐐲 𐐰𐑌𐐼 𐐒𐐪𐑉𐐺𐐷𐐭𐐼𐐲"@en-Dsrt,
        "Antigvo-Barbudo"@eo,
        "Antigua y Barbuda"@es,
        "Antigua ja Barbuda"@et,
        "Antigua eta Barbuda"@eu,
        "Antígwa ai Barəbúda"@ewo,
        "آنتیگوا و باربودا"@fa,
        "انتیگوا و باربودا"@fa,
        "Antiguwaa e Barbudaa"@ff,
        "Antigua ja Barbuda"@fi,
        "Antigua and Barbuda"@fil,
        "Antigua og Barbuda"@fo,
        "Antigua-et-Barbuda"@fr,
        "Antigua e Barbuda"@fur,
        "Aintíge agus Barbúda"@ga,
        "Aintìoga is Barbuda"@gd,
        "Antiga e Barbuda"@gl,
        "Antigua und Barbuda"@gsw,
        "એન્ટીગુઆ અને બરબુડા"@gu,
        "Antigua na Barbuda"@guz,
        "Antigwa da Barbuba"@ha,
        "אנטיגואה וברבודה"@he,
        "एंटिगुआ और बरबुडा"@hi,
        "Antigua i Barbuda"@hr,
        "Antigua és Barbuda"@hu,
        "Անտիգուա-Բարբուդա"@hy,
        "Antigua e Barbuda"@ia,
        "Antigua dan Barbuda"@id,
        "Antígva og Barbúda"@is,
        "Antigua e Barbuda"@it,
        "アンティグア・バーブーダ"@ja,
        "Antigua na Barbuda"@jmc,
        "ანტიგუა და ბარბუდა"@ka,
        "Untiga d Barbuda"@kab,
        "Antigua na Barbuda"@kam,
        "Antigua na Balbuda"@kde,
        "Antigua i Barbuda"@kea,
        "Antigua nda Barbuuda"@khq,
        "Antigua na Barbuda"@ki,
        "Antigua aamma Barbuda"@kl,
        "Emetab Antigua ak Barbuda"@kln,
        "អង់ទីគ័រ និង​បាបុយដា"@km,
        "ಆಂಟಿಗುವಾ ಮತ್ತು ಬರ್ಬುಡಾ"@kn,
        "앤티가 바부다"@ko,
        "اٮ۪نٹِگُوا تہٕ باربوڑا"@ks,
        "Antigua na Balbuda"@ksb,
        "antiga ri barbúda"@ksf,
        "Antigwa un Barbuda"@ksh,
        "Antigúua na Baribúuda"@lag,
        "Antigwa ne Barabuda"@lg,
        "Antiga mpé Barbuda"@ln,
        "ແອນຕີກາວ ແລະ ບາບູດາ"@lo,
        "Antigva ir Barbuda"@lt,
        "Antiga ne Barbuda"@lu,
        "Antigua gi Barbuda"@luo,
        "Antigua na Barbuda"@luy,
        "Antigva un Barbuda"@lv,
        "Antigua na Barbuda"@mas,
        "Antigua na Barbuda"@mer,
        "Antigua-ek-Barbuda"@mfe,
        "Antiga sy Barboda"@mg,
        "Антигва и Барбуда"@mk,
        "ആൻറിഗ്വയും ബർബുഡയും"@ml,
        "अँटिग्वा आणि बर्बुडा"@mr,
        "Antigua and Barbuda"@mt,
        "antiguan ne Barbuda"@mua,
        "Antiguab tsî Barbudab"@naq,
        "Antigua og Barbuda"@nb,
        "Antigua le Barbuda"@nd,
        "एन्टिगुआ र बारबुडा"@ne,
        "Antigua en Barbuda"@nl,
        "Antíga bá Barbúda"@nmg,
        "Antigua og Barbuda"@nn,
        "Antiguaa kɛnɛ Barbuda"@nus,
        "Angiguwa na Babuda"@nyn,
        "ଆଣ୍ଟିଗୁଆ ଏବଂ ବାରବୁଦା"@or,
        "Antigua i Barbuda"@pl,
        "Antígua e Barbuda"@pt,
        "Antigua e Barbuda"@rm,
        "Antigwa na Baribuda"@rn,
        "Antigua și Barbuda"@ro,
        "Antigua na Babuda"@rof,
        "Антигуа и Барбуда"@ru,
        "Antigua na Barbuda"@rwk,
        "Antigua na Barbuda"@saq,
        "Anitiguya ni Balubuda"@sbp,
        "Antigua ja Barbuda"@se,
        "Antígua e Barbuda"@seh,
        "Antigua nda Barbuuda"@ses,
        "Antîgua na Barbûda"@sg,
        "ⴰⵏⵜⵉⴳⴰ ⴷ ⴱⵔⴱⵓⴷⴰ"@shi,
        "antiga d brbuda"@shi-Latn,
        "ඇන්ටිගුවා සහ බාබියුඩා"@si,
        "Antigua a Barbados"@sk,
        "Antigva in Barbuda"@sl,
        "Antigua ne Barbuda"@sn,
        "Antigua iyo Barbuda"@so,
        "Antigua e Barbuda"@sq,
        "Антигве и Барбуда"@sr,
        "Antigva i Barbuda"@sr-Latn,
        "Antigua och Barbuda"@sv,
        "Antigua na Barbuda"@swc,
        "Antigua na Barbuda"@swh,
        "ஆண்டிகுவா மற்றும் பார்புடா"@ta,
        "ఆంటిగ్వా మరియు బార్బుడా"@te,
        "Antigua na Barbuda"@teo,
        "แอนติกาและบาร์บูดา"@th,
        "አንቲጓ እና ባሩዳ"@ti,
        "Anitikua mo Palaputa"@to,
        "Antigua ve Barbuda"@tr,
        "Antigua nda Barbuuda"@twq,
        "Antigwa d Barbuda"@tzm,
        "Антигуа і Барбуда"@uk,
        "انٹیگوا اور باربودا"@ur,
        "ꕉꘋꔳꖶꕎ ꗪ ꕑꖜꕜ"@vai,
        "Aŋtígwa Ɓahabhuda"@vai-Latn,
        "Antigua và Barbuda"@vi,
        "Antigua na Barbuda"@vun,
        "Antigua und Barbuda"@wae,
        "Antigwa ni Barabuda"@xog,
        "Aŋtíka na Palpúta"@yav,
        "Orílẹ́ède Ààntígúà àti Báríbúdà"@yo,
        "Antigua dan Barbuda"@zsm,
        "i-Antigua and Barbuda"@zu ;
    lvont:label <http://lexvo.org/id/term/afr/Antigua%20en%20Barbuda>,
        <http://lexvo.org/id/term/agq/%C3%80ntigw%C3%A0%20%C3%A0%20B%C3%A0bud%C3%A0>,
        <http://lexvo.org/id/term/aka/Antigua%20ne%20Baabuda>,
        <http://lexvo.org/id/term/amh/%E1%8A%A0%E1%8A%95%E1%89%B2%E1%8C%93%20%E1%8A%A5%E1%8A%93%20%E1%89%A3%E1%88%A9%E1%8B%B3>,
        <http://lexvo.org/id/term/ara/%D8%A3%D9%86%D8%AA%D9%8A%D8%BA%D9%88%D8%A7%20%D9%88%D8%A8%D8%B1%D8%A8%D9%88%D8%AF%D8%A7>,
        <http://lexvo.org/id/term/asa/Antigua%20na%20Barbuda>,
        <http://lexvo.org/id/term/ast/Antigua%20y%20Barbuda>,
        <http://lexvo.org/id/term/aze/Antiqua%20v%C9%99%20Barbuda>,
        <http://lexvo.org/id/term/bam/Antiga-ni-Barbuda>,
        <http://lexvo.org/id/term/bas/%C3%80%C5%8Btig%C3%A0%20%C9%93%C9%94%20B%C3%A0rbud%C3%A0>,
        <http://lexvo.org/id/term/bel/%D0%90%D0%BD%D1%82%D1%8B%D0%B3%D1%83%D0%B0%20%D1%96%20%D0%91%D0%B0%D1%80%D0%B1%D1%83%D0%B4%D0%B0>,
        <http://lexvo.org/id/term/ben/%E0%A6%8F%E0%A6%A8%E0%A7%8D%E0%A6%9F%E0%A6%BF%E0%A6%97%E0%A7%81%E0%A6%AF%E0%A6%BC%E0%A6%BE%20%E0%A6%93%20%E0%A6%AC%E0%A6%BE%E0%A6%B0%E0%A6%AC%E0%A7%81%E0%A6%A1%E0%A6%BE>,
        <http://lexvo.org/id/term/bez/Huantigua%20na%20Hubarubuda>,
        <http://lexvo.org/id/term/bod/%E0%BD%A8%E0%BD%BA%E0%BD%93%E0%BC%8B%E0%BD%8A%E0%BD%B2%E0%BC%8B%E0%BD%82%E0%BD%B4%E0%BC%8B%E0%BD%91%E0%BD%84%E0%BC%8B%E0%BC%8D%20%E0%BD%96%E0%BE%B7%E0%BD%A2%E0%BC%8B%E0%BD%96%E0%BD%B4%E0%BC%8B%E0%BD%8C%E0%BC%8D>,
        <http://lexvo.org/id/term/bos-Cyrl/%D0%90%D0%BD%D1%82%D0%B8%D0%B3%D0%B2%D0%B5%20%D0%B8%20%D0%91%D0%B0%D1%80%D0%B1%D1%83%D0%B4%D0%B0>,
        <http://lexvo.org/id/term/bos/Antigva%20i%20Barbuda>,
        <http://lexvo.org/id/term/bre/Antigua%20ha%20Barbuda>,
        <http://lexvo.org/id/term/brx/%E0%A4%8F%E0%A4%A8%E0%A5%8D%E0%A4%9F%E0%A4%BF%E0%A4%97%E0%A5%81%E0%A4%86%20%E0%A4%8F%E0%A4%B5%E0%A4%82%20%E0%A4%AC%E0%A4%BE%E0%A4%B0%E0%A4%AC%E0%A5%82%E0%A4%A1%E0%A4%BE>,
        <http://lexvo.org/id/term/bul/%D0%90%D0%BD%D1%82%D0%B8%D0%B3%D1%83%D0%B0%20%D0%B8%20%D0%91%D0%B0%D1%80%D0%B1%D1%83%D0%B4%D0%B0>,
        <http://lexvo.org/id/term/cat/Antigua%20i%20Barbuda>,
        <http://lexvo.org/id/term/ces/Antigua%20a%20Barbuda>,
        <http://lexvo.org/id/term/cgg/Angiguwa%20na%20Babuda>,
        <http://lexvo.org/id/term/chr/%E1%8E%A4%E1%8F%AA%E1%8F%98%20%E1%8E%A0%E1%8E%B4%20%E1%8F%86%E1%8F%8A%E1%8F%93>,
        <http://lexvo.org/id/term/cmn-Hant/%E5%AE%89%E5%9C%B0%E5%8D%A1%E5%8F%8A%E5%B7%B4%E5%B8%83%E9%81%94>,
        <http://lexvo.org/id/term/cmn/%E5%AE%89%E6%8F%90%E7%93%9C%E5%92%8C%E5%B7%B4%E5%B8%83%E8%BE%BE>,
        <http://lexvo.org/id/term/cym/Antigwa%20a%20Barbuda>,
        <http://lexvo.org/id/term/dan/Antigua%20og%20Barbuda>,
        <http://lexvo.org/id/term/dav/Antigua%20na%20Barbuda>,
        <http://lexvo.org/id/term/deu/Antigua%20und%20Barbuda>,
        <http://lexvo.org/id/term/dje/Antigua%20nda%20Barbuuda>,
        <http://lexvo.org/id/term/dyo/Antigua%20di%20Barbuda>,
        <http://lexvo.org/id/term/dzo/%E0%BD%A8%E0%BD%93%E0%BC%8B%E0%BD%8A%E0%BD%B2%E0%BC%8B%E0%BD%82%E0%BD%B4%E0%BC%8B%E0%BD%9D%E0%BC%8B%20%E0%BD%A8%E0%BD%BA%E0%BD%93%E0%BD%8C%E0%BC%8B%20%E0%BD%96%E0%BE%B7%E0%BD%A2%E0%BC%8B%E0%BD%96%E0%BE%B7%E0%BD%B4%E0%BC%8B%E0%BD%8C>,
        <http://lexvo.org/id/term/ebu/Antigua%20na%20Barbuda>,
        <http://lexvo.org/id/term/ell/%CE%91%CE%BD%CF%84%CE%AF%CE%B3%CE%BA%CE%BF%CF%85%CE%B1%20%CE%BA%CE%B1%CE%B9%20%CE%9C%CF%80%CE%B1%CF%81%CE%BC%CF%80%CE%BF%CF%8D%CE%BD%CF%84%CE%B1>,
        <http://lexvo.org/id/term/eng-Dsrt/%F0%90%90%88%F0%90%91%8C%F0%90%90%BB%F0%90%90%A8%F0%90%91%80%F0%90%90%B6%F0%90%90%B2%20%F0%90%90%B0%F0%90%91%8C%F0%90%90%BC%20%F0%90%90%92%F0%90%90%AA%F0%90%91%89%F0%90%90%BA%F0%90%90%B7%F0%90%90%AD%F0%90%90%BC%F0%90%90%B2>,
        <http://lexvo.org/id/term/eng/Antigua%20and%20Barbuda>,
        <http://lexvo.org/id/term/eng/ISO%203166-1%3AAG>,
        <http://lexvo.org/id/term/epo/Antigvo-Barbudo>,
        <http://lexvo.org/id/term/est/Antigua%20ja%20Barbuda>,
        <http://lexvo.org/id/term/eus/Antigua%20eta%20Barbuda>,
        <http://lexvo.org/id/term/ewe/%CC%81Antigua%20kple%20Barbuda%20nutome>,
        <http://lexvo.org/id/term/ewo/Ant%C3%ADgwa%20ai%20Bar%C9%99b%C3%BAda>,
        <http://lexvo.org/id/term/fao/Antigua%20og%20Barbuda>,
        <http://lexvo.org/id/term/fas/%D8%A2%D9%86%D8%AA%DB%8C%DA%AF%D9%88%D8%A7%20%D9%88%20%D8%A8%D8%A7%D8%B1%D8%A8%D9%88%D8%AF%D8%A7>,
        <http://lexvo.org/id/term/fas/%D8%A7%D9%86%D8%AA%DB%8C%DA%AF%D9%88%D8%A7%20%D9%88%20%D8%A8%D8%A7%D8%B1%D8%A8%D9%88%D8%AF%D8%A7>,
        <http://lexvo.org/id/term/fil/Antigua%20and%20Barbuda>,
        <http://lexvo.org/id/term/fin/Antigua%20ja%20Barbuda>,
        <http://lexvo.org/id/term/fra/Antigua-et-Barbuda>,
        <http://lexvo.org/id/term/ful/Antiguwaa%20e%20Barbudaa>,
        <http://lexvo.org/id/term/fur/Antigua%20e%20Barbuda>,
        <http://lexvo.org/id/term/gla/Aint%C3%ACoga%20is%20Barbuda>,
        <http://lexvo.org/id/term/gle/Aint%C3%ADge%20agus%20Barb%C3%BAda>,
        <http://lexvo.org/id/term/glg/Antiga%20e%20Barbuda>,
        <http://lexvo.org/id/term/gsw/Antigua%20und%20Barbuda>,
        <http://lexvo.org/id/term/guj/%E0%AA%8F%E0%AA%A8%E0%AB%8D%E0%AA%9F%E0%AB%80%E0%AA%97%E0%AB%81%E0%AA%86%20%E0%AA%85%E0%AA%A8%E0%AB%87%20%E0%AA%AC%E0%AA%B0%E0%AA%AC%E0%AB%81%E0%AA%A1%E0%AA%BE>,
        <http://lexvo.org/id/term/guz/Antigua%20na%20Barbuda>,
        <http://lexvo.org/id/term/hau/Antigwa%20da%20Barbuba>,
        <http://lexvo.org/id/term/heb/%D7%90%D7%A0%D7%98%D7%99%D7%92%D7%95%D7%90%D7%94%20%D7%95%D7%91%D7%A8%D7%91%D7%95%D7%93%D7%94>,
        <http://lexvo.org/id/term/hin/%E0%A4%8F%E0%A4%82%E0%A4%9F%E0%A4%BF%E0%A4%97%E0%A5%81%E0%A4%86%20%E0%A4%94%E0%A4%B0%20%E0%A4%AC%E0%A4%B0%E0%A4%AC%E0%A5%81%E0%A4%A1%E0%A4%BE>,
        <http://lexvo.org/id/term/hrv/Antigua%20i%20Barbuda>,
        <http://lexvo.org/id/term/hun/Antigua%20%C3%A9s%20Barbuda>,
        <http://lexvo.org/id/term/hye/%D4%B1%D5%B6%D5%BF%D5%AB%D5%A3%D5%B8%D6%82%D5%A1-%D4%B2%D5%A1%D6%80%D5%A2%D5%B8%D6%82%D5%A4%D5%A1>,
        <http://lexvo.org/id/term/ina/Antigua%20e%20Barbuda>,
        <http://lexvo.org/id/term/ind/Antigua%20dan%20Barbuda>,
        <http://lexvo.org/id/term/isl/Ant%C3%ADgva%20og%20Barb%C3%BAda>,
        <http://lexvo.org/id/term/ita/Antigua%20e%20Barbuda>,
        <http://lexvo.org/id/term/jmc/Antigua%20na%20Barbuda>,
        <http://lexvo.org/id/term/jpn/%E3%82%A2%E3%83%B3%E3%83%86%E3%82%A3%E3%82%B0%E3%82%A2%E3%83%BB%E3%83%90%E3%83%BC%E3%83%96%E3%83%BC%E3%83%80>,
        <http://lexvo.org/id/term/kab/Untiga%20d%20Barbuda>,
        <http://lexvo.org/id/term/kal/Antigua%20aamma%20Barbuda>,
        <http://lexvo.org/id/term/kam/Antigua%20na%20Barbuda>,
        <http://lexvo.org/id/term/kan/%E0%B2%86%E0%B2%82%E0%B2%9F%E0%B2%BF%E0%B2%97%E0%B3%81%E0%B2%B5%E0%B2%BE%20%E0%B2%AE%E0%B2%A4%E0%B3%8D%E0%B2%A4%E0%B3%81%20%E0%B2%AC%E0%B2%B0%E0%B3%8D%E0%B2%AC%E0%B3%81%E0%B2%A1%E0%B2%BE>,
        <http://lexvo.org/id/term/kas/%D8%A7%D9%AE%DB%AA%D9%86%D9%B9%D9%90%DA%AF%D9%8F%D9%88%D8%A7%20%D8%AA%DB%81%D9%95%20%D8%A8%D8%A7%D8%B1%D8%A8%D9%88%DA%91%D8%A7>,
        <http://lexvo.org/id/term/kat/%E1%83%90%E1%83%9C%E1%83%A2%E1%83%98%E1%83%92%E1%83%A3%E1%83%90%20%E1%83%93%E1%83%90%20%E1%83%91%E1%83%90%E1%83%A0%E1%83%91%E1%83%A3%E1%83%93%E1%83%90>,
        <http://lexvo.org/id/term/kde/Antigua%20na%20Balbuda>,
        <http://lexvo.org/id/term/kea/Antigua%20i%20Barbuda>,
        <http://lexvo.org/id/term/khm/%E1%9E%A2%E1%9E%84%E1%9F%8B%E1%9E%91%E1%9E%B8%E1%9E%82%E1%9F%90%E1%9E%9A%20%E1%9E%93%E1%9E%B7%E1%9E%84%E2%80%8B%E1%9E%94%E1%9E%B6%E1%9E%94%E1%9E%BB%E1%9E%99%E1%9E%8A%E1%9E%B6>,
        <http://lexvo.org/id/term/khq/Antigua%20nda%20Barbuuda>,
        <http://lexvo.org/id/term/kik/Antigua%20na%20Barbuda>,
        <http://lexvo.org/id/term/kln/Emetab%20Antigua%20ak%20Barbuda>,
        <http://lexvo.org/id/term/kor/%EC%95%A4%ED%8B%B0%EA%B0%80%20%EB%B0%94%EB%B6%80%EB%8B%A4>,
        <http://lexvo.org/id/term/ksb/Antigua%20na%20Balbuda>,
        <http://lexvo.org/id/term/ksf/antiga%20ri%20barb%C3%BAda>,
        <http://lexvo.org/id/term/ksh/Antigwa%20un%20Barbuda>,
        <http://lexvo.org/id/term/lag/Antig%C3%BAua%20na%20Barib%C3%BAuda>,
        <http://lexvo.org/id/term/lao/%E0%BB%81%E0%BA%AD%E0%BA%99%E0%BA%95%E0%BA%B5%E0%BA%81%E0%BA%B2%E0%BA%A7%20%E0%BB%81%E0%BA%A5%E0%BA%B0%20%E0%BA%9A%E0%BA%B2%E0%BA%9A%E0%BA%B9%E0%BA%94%E0%BA%B2>,
        <http://lexvo.org/id/term/lav/Antigva%20un%20Barbuda>,
        <http://lexvo.org/id/term/lin/Antiga%20mp%C3%A9%20Barbuda>,
        <http://lexvo.org/id/term/lit/Antigva%20ir%20Barbuda>,
        <http://lexvo.org/id/term/lub/Antiga%20ne%20Barbuda>,
        <http://lexvo.org/id/term/lug/Antigwa%20ne%20Barabuda>,
        <http://lexvo.org/id/term/luo/Antigua%20gi%20Barbuda>,
        <http://lexvo.org/id/term/luy/Antigua%20na%20Barbuda>,
        <http://lexvo.org/id/term/mal/%E0%B4%86%E0%B5%BB%E0%B4%B1%E0%B4%BF%E0%B4%97%E0%B5%8D%E0%B4%B5%E0%B4%AF%E0%B5%81%E0%B4%82%20%E0%B4%AC%E0%B5%BC%E0%B4%AC%E0%B5%81%E0%B4%A1%E0%B4%AF%E0%B5%81%E0%B4%82>,
        <http://lexvo.org/id/term/mar/%E0%A4%85%E0%A4%81%E0%A4%9F%E0%A4%BF%E0%A4%97%E0%A5%8D%E0%A4%B5%E0%A4%BE%20%E0%A4%86%E0%A4%A3%E0%A4%BF%20%E0%A4%AC%E0%A4%B0%E0%A5%8D%E0%A4%AC%E0%A5%81%E0%A4%A1%E0%A4%BE>,
        <http://lexvo.org/id/term/mas/Antigua%20na%20Barbuda>,
        <http://lexvo.org/id/term/mer/Antigua%20na%20Barbuda>,
        <http://lexvo.org/id/term/mfe/Antigua-ek-Barbuda>,
        <http://lexvo.org/id/term/mkd/%D0%90%D0%BD%D1%82%D0%B8%D0%B3%D0%B2%D0%B0%20%D0%B8%20%D0%91%D0%B0%D1%80%D0%B1%D1%83%D0%B4%D0%B0>,
        <http://lexvo.org/id/term/mlg/Antiga%20sy%20Barboda>,
        <http://lexvo.org/id/term/mlt/Antigua%20and%20Barbuda>,
        <http://lexvo.org/id/term/mua/antiguan%20ne%20Barbuda>,
        <http://lexvo.org/id/term/naq/Antiguab%20ts%C3%AE%20Barbudab>,
        <http://lexvo.org/id/term/nde/Antigua%20le%20Barbuda>,
        <http://lexvo.org/id/term/nep/%E0%A4%8F%E0%A4%A8%E0%A5%8D%E0%A4%9F%E0%A4%BF%E0%A4%97%E0%A5%81%E0%A4%86%20%E0%A4%B0%20%E0%A4%AC%E0%A4%BE%E0%A4%B0%E0%A4%AC%E0%A5%81%E0%A4%A1%E0%A4%BE>,
        <http://lexvo.org/id/term/nld/Antigua%20en%20Barbuda>,
        <http://lexvo.org/id/term/nmg/Ant%C3%ADga%20b%C3%A1%20Barb%C3%BAda>,
        <http://lexvo.org/id/term/nno/Antigua%20og%20Barbuda>,
        <http://lexvo.org/id/term/nob/Antigua%20og%20Barbuda>,
        <http://lexvo.org/id/term/nus/Antiguaa%20k%C9%9Bn%C9%9B%20Barbuda>,
        <http://lexvo.org/id/term/nyn/Angiguwa%20na%20Babuda>,
        <http://lexvo.org/id/term/ori/%E0%AC%86%E0%AC%A3%E0%AD%8D%E0%AC%9F%E0%AC%BF%E0%AC%97%E0%AD%81%E0%AC%86%20%E0%AC%8F%E0%AC%AC%E0%AC%82%20%E0%AC%AC%E0%AC%BE%E0%AC%B0%E0%AC%AC%E0%AD%81%E0%AC%A6%E0%AC%BE>,
        <http://lexvo.org/id/term/pol/Antigua%20i%20Barbuda>,
        <http://lexvo.org/id/term/por/Ant%C3%ADgua%20e%20Barbuda>,
        <http://lexvo.org/id/term/rof/Antigua%20na%20Babuda>,
        <http://lexvo.org/id/term/roh/Antigua%20e%20Barbuda>,
        <http://lexvo.org/id/term/ron/Antigua%20%C8%99i%20Barbuda>,
        <http://lexvo.org/id/term/run/Antigwa%20na%20Baribuda>,
        <http://lexvo.org/id/term/rus/%D0%90%D0%BD%D1%82%D0%B8%D0%B3%D1%83%D0%B0%20%D0%B8%20%D0%91%D0%B0%D1%80%D0%B1%D1%83%D0%B4%D0%B0>,
        <http://lexvo.org/id/term/rwk/Antigua%20na%20Barbuda>,
        <http://lexvo.org/id/term/sag/Ant%C3%AEgua%20na%20Barb%C3%BBda>,
        <http://lexvo.org/id/term/saq/Antigua%20na%20Barbuda>,
        <http://lexvo.org/id/term/sbp/Anitiguya%20ni%20Balubuda>,
        <http://lexvo.org/id/term/seh/Ant%C3%ADgua%20e%20Barbuda>,
        <http://lexvo.org/id/term/ses/Antigua%20nda%20Barbuuda>,
        <http://lexvo.org/id/term/shi-Latn/antiga%20d%20brbuda>,
        <http://lexvo.org/id/term/shi/%E2%B4%B0%E2%B5%8F%E2%B5%9C%E2%B5%89%E2%B4%B3%E2%B4%B0%20%E2%B4%B7%20%E2%B4%B1%E2%B5%94%E2%B4%B1%E2%B5%93%E2%B4%B7%E2%B4%B0>,
        <http://lexvo.org/id/term/sin/%E0%B6%87%E0%B6%B1%E0%B7%8A%E0%B6%A7%E0%B7%92%E0%B6%9C%E0%B7%94%E0%B7%80%E0%B7%8F%20%E0%B7%83%E0%B7%84%20%E0%B6%B6%E0%B7%8F%E0%B6%B6%E0%B7%92%E0%B6%BA%E0%B7%94%E0%B6%A9%E0%B7%8F>,
        <http://lexvo.org/id/term/slk/Antigua%20a%20Barbados>,
        <http://lexvo.org/id/term/slv/Antigva%20in%20Barbuda>,
        <http://lexvo.org/id/term/sme/Antigua%20ja%20Barbuda>,
        <http://lexvo.org/id/term/sna/Antigua%20ne%20Barbuda>,
        <http://lexvo.org/id/term/som/Antigua%20iyo%20Barbuda>,
        <http://lexvo.org/id/term/spa/Antigua%20y%20Barbuda>,
        <http://lexvo.org/id/term/sqi/Antigua%20e%20Barbuda>,
        <http://lexvo.org/id/term/srp-Latn/Antigva%20i%20Barbuda>,
        <http://lexvo.org/id/term/srp/%D0%90%D0%BD%D1%82%D0%B8%D0%B3%D0%B2%D0%B5%20%D0%B8%20%D0%91%D0%B0%D1%80%D0%B1%D1%83%D0%B4%D0%B0>,
        <http://lexvo.org/id/term/swc/Antigua%20na%20Barbuda>,
        <http://lexvo.org/id/term/swe/Antigua%20och%20Barbuda>,
        <http://lexvo.org/id/term/swh/Antigua%20na%20Barbuda>,
        <http://lexvo.org/id/term/tam/%E0%AE%86%E0%AE%A3%E0%AF%8D%E0%AE%9F%E0%AE%BF%E0%AE%95%E0%AF%81%E0%AE%B5%E0%AE%BE%20%E0%AE%AE%E0%AE%B1%E0%AF%8D%E0%AE%B1%E0%AF%81%E0%AE%AE%E0%AF%8D%20%E0%AE%AA%E0%AE%BE%E0%AE%B0%E0%AF%8D%E0%AE%AA%E0%AF%81%E0%AE%9F%E0%AE%BE>,
        <http://lexvo.org/id/term/tel/%E0%B0%86%E0%B0%82%E0%B0%9F%E0%B0%BF%E0%B0%97%E0%B1%8D%E0%B0%B5%E0%B0%BE%20%E0%B0%AE%E0%B0%B0%E0%B0%BF%E0%B0%AF%E0%B1%81%20%E0%B0%AC%E0%B0%BE%E0%B0%B0%E0%B1%8D%E0%B0%AC%E0%B1%81%E0%B0%A1%E0%B0%BE>,
        <http://lexvo.org/id/term/teo/Antigua%20na%20Barbuda>,
        <http://lexvo.org/id/term/tha/%E0%B9%81%E0%B8%AD%E0%B8%99%E0%B8%95%E0%B8%B4%E0%B8%81%E0%B8%B2%E0%B9%81%E0%B8%A5%E0%B8%B0%E0%B8%9A%E0%B8%B2%E0%B8%A3%E0%B9%8C%E0%B8%9A%E0%B8%B9%E0%B8%94%E0%B8%B2>,
        <http://lexvo.org/id/term/tir/%E1%8A%A0%E1%8A%95%E1%89%B2%E1%8C%93%20%E1%8A%A5%E1%8A%93%20%E1%89%A3%E1%88%A9%E1%8B%B3>,
        <http://lexvo.org/id/term/ton/Anitikua%20mo%20Palaputa>,
        <http://lexvo.org/id/term/tur/Antigua%20ve%20Barbuda>,
        <http://lexvo.org/id/term/twq/Antigua%20nda%20Barbuuda>,
        <http://lexvo.org/id/term/tzm/Antigwa%20d%20Barbuda>,
        <http://lexvo.org/id/term/ukr/%D0%90%D0%BD%D1%82%D0%B8%D0%B3%D1%83%D0%B0%20%D1%96%20%D0%91%D0%B0%D1%80%D0%B1%D1%83%D0%B4%D0%B0>,
        <http://lexvo.org/id/term/urd/%D8%A7%D9%86%D9%B9%DB%8C%DA%AF%D9%88%D8%A7%20%D8%A7%D9%88%D8%B1%20%D8%A8%D8%A7%D8%B1%D8%A8%D9%88%D8%AF%D8%A7>,
        <http://lexvo.org/id/term/vai-Latn/A%C5%8Bt%C3%ADgwa%20%C6%81ahabhuda>,
        <http://lexvo.org/id/term/vai/%EA%95%89%EA%98%8B%EA%94%B3%EA%96%B6%EA%95%8E%20%EA%97%AA%20%EA%95%91%EA%96%9C%EA%95%9C>,
        <http://lexvo.org/id/term/vie/Antigua%20v%C3%A0%20Barbuda>,
        <http://lexvo.org/id/term/vun/Antigua%20na%20Barbuda>,
        <http://lexvo.org/id/term/wae/Antigua%20und%20Barbuda>,
        <http://lexvo.org/id/term/xog/Antigwa%20ni%20Barabuda>,
        <http://lexvo.org/id/term/yav/A%C5%8Bt%C3%ADka%20na%20Palp%C3%BAta>,
        <http://lexvo.org/id/term/yor/Or%C3%ADl%E1%BA%B9%CC%81%C3%A8de%20%C3%80%C3%A0nt%C3%ADg%C3%BA%C3%A0%20%C3%A0ti%20B%C3%A1r%C3%ADb%C3%BAd%C3%A0>,
        <http://lexvo.org/id/term/zsm/Antigua%20dan%20Barbuda>,
        <http://lexvo.org/id/term/zul/i-Antigua%20and%20Barbuda> ;
    owl:sameAs <http://psi.oasis-open.org/iso/3166/#028>,
        <http://sws.geonames.org/3576396/> .

<http://lexvo.org/id/iso3166/AI> a lvont:GeographicRegion ;
    rdfs:label "Anguilla"@af,
        "Àŋgwilà"@agq,
        "Anguila"@ak,
        "አንጉኢላ"@am,
        "أنغويلا"@ar,
        "Anguilla"@asa,
        "Anguila"@ast,
        "Anquila"@az,
        "Àŋgiyà"@bas,
        "Ангуілля"@be,
        "Huanguila"@bez,
        "Ангуила"@bg,
        "Angiya"@bm,
        "এ্যাঙ্গুইলা"@bn,
        "ཨང་གུའི་ལ།"@bo,
        "Anguilla"@br,
        "एंगीला"@brx,
        "Angvila"@bs,
        "Ангвила"@bs-Cyrl,
        "Anguilla"@ca,
        "Angwira"@cgg,
        "ᎠᏂᎩᎳ"@chr,
        "安圭拉"@cmn,
        "安圭拉島"@cmn-Hant,
        "Anguilla"@cs,
        "Anguilla"@cy,
        "Anguilla"@da,
        "Anguilla"@dav,
        "Anguilla"@de,
        "Angiiya"@dje,
        "Angiiya"@dyo,
        "ཨང་གི་ལ"@dz,
        "Anguilla"@ebu,
        "Anguilla nutome"@ee,
        "Ανγκουίλα"@el,
        "Anguilla"@en,
        "ISO 3166-1:AI"@en,
        "𐐈𐑍𐑀𐐶𐐮𐑊𐐲"@en-Dsrt,
        "Angvilo"@eo,
        "Anguila"@es,
        "Anguilla"@et,
        "Angila"@eu,
        "Angíyə"@ewo,
        "آنگیل"@fa,
        "Anngiyaa"@ff,
        "Anguilla"@fi,
        "Anguilla"@fil,
        "Anguilla"@fo,
        "Anguilla"@fr,
        "Anguilla"@fur,
        "Anguilla"@ga,
        "Anguilla"@gd,
        "Anguila"@gl,
        "Anguilla"@gsw,
        "ઍંગ્વિલા"@gu,
        "Anguilla"@guz,
        "Angila"@ha,
        "אנגילה"@he,
        "एंगुइला"@hi,
        "Anguila"@hr,
        "Anguilla"@hu,
        "Anguilla"@id,
        "Angvilla"@is,
        "Anguilla"@it,
        "アンギラ"@ja,
        "Anguilla"@jmc,
        "ანგვილა"@ka,
        "Ungiya"@kab,
        "Anguilla"@kam,
        "Angwila"@kde,
        "Angila"@kea,
        "Angiiya"@khq,
        "Anguilla"@ki,
        "Anguilla"@kl,
        "Emetab Anguilla"@kln,
        "អង់កូឡា"@km,
        "ಆಂಗುಯಿಲ್ಲಾ"@kn,
        "안길라"@ko,
        "اینٛگوِلا"@ks,
        "Anguilla"@ksb,
        "angiya"@ksf,
        "Anggwilla"@ksh,
        "Anguíila"@lag,
        "Angwila"@lg,
        "Angiyɛ"@ln,
        "ແອນກິລາ"@lo,
        "Angilija"@lt,
        "Angiye"@lu,
        "Anguilla"@luo,
        "Anguilla"@luy,
        "Angilja"@lv,
        "Anguilla"@mas,
        "Anguilla"@mer,
        "Anguilla"@mfe,
        "Anguilla"@mg,
        "Ангвила"@mk,
        "ആൻഗ്വില്ല"@ml,
        "अँग्विला"@mr,
        "Angwilla"@mt,
        "anguiya"@mua,
        "အန်ကွီလာ"@my,
        "Anguillab"@naq,
        "Anguilla"@nb,
        "Anguilla"@nd,
        "आङ्गुइला"@ne,
        "Anguilla"@nl,
        "Anguílla"@nmg,
        "Anguilla"@nn,
        "Aŋguɛla"@nus,
        "Angwira"@nyn,
        "ଆଙ୍ଗୁଇଲ୍ଲା"@or,
        "Anguilla"@pl,
        "Anguila"@pt,
        "Anguilla"@pt,
        "Anguilla"@rm,
        "Angwila"@rn,
        "Anguilla"@ro,
        "Anguila"@rof,
        "Ангилья"@ru,
        "Anguilla"@rwk,
        "Anguilla"@saq,
        "Anguilla"@sbp,
        "Anguilla"@se,
        "Anguilla"@seh,
        "Angiiya"@ses,
        "Angûîla"@sg,
        "ⴰⵏⴳⵉⵍⴰ"@shi,
        "angila"@shi-Latn,
        "ඇන්ගුයිලාව"@si,
        "Anguilla"@sk,
        "Angvila"@sl,
        "Anguila"@sn,
        "Anguilla"@so,
        "Ангвила"@sr,
        "Angvila"@sr-Latn,
        "Anguilla"@sv,
        "Anguilla"@swc,
        "Anguilla"@swh,
        "அங்குய்லா"@ta,
        "ఆంగవిల్లా"@te,
        "Anguilla"@teo,
        "แองกวิลลา"@th,
        "አንጉኢላ"@ti,
        "Anikuila"@to,
        "Anguilla"@tr,
        "Angiiya"@twq,
        "Angwilla"@tzm,
        "Ангілья"@uk,
        "انگوئیلا"@ur,
        "ꕉꕄꕞ"@vai,
        "Aŋgíla"@vai-Latn,
        "Anguilla"@vi,
        "Anguilla"@vun,
        "Anguilla"@wae,
        "Angwila"@xog,
        "Aŋkíla"@yav,
        "Orílẹ́ède Ààngúlílà"@yo,
        "Anguilla"@zsm,
        "i-Anguilla"@zu ;
    lvont:label <http://lexvo.org/id/term/afr/Anguilla>,
        <http://lexvo.org/id/term/agq/%C3%80%C5%8Bgwil%C3%A0>,
        <http://lexvo.org/id/term/aka/Anguila>,
        <http://lexvo.org/id/term/amh/%E1%8A%A0%E1%8A%95%E1%8C%89%E1%8A%A2%E1%88%8B>,
        <http://lexvo.org/id/term/ara/%D8%A3%D9%86%D8%BA%D9%88%D9%8A%D9%84%D8%A7>,
        <http://lexvo.org/id/term/asa/Anguilla>,
        <http://lexvo.org/id/term/ast/Anguila>,
        <http://lexvo.org/id/term/aze/Anquila>,
        <http://lexvo.org/id/term/bam/Angiya>,
        <http://lexvo.org/id/term/bas/%C3%80%C5%8Bgiy%C3%A0>,
        <http://lexvo.org/id/term/bel/%D0%90%D0%BD%D0%B3%D1%83%D1%96%D0%BB%D0%BB%D1%8F>,
        <http://lexvo.org/id/term/ben/%E0%A6%8F%E0%A7%8D%E0%A6%AF%E0%A6%BE%E0%A6%99%E0%A7%8D%E0%A6%97%E0%A7%81%E0%A6%87%E0%A6%B2%E0%A6%BE>,
        <http://lexvo.org/id/term/bez/Huanguila>,
        <http://lexvo.org/id/term/bod/%E0%BD%A8%E0%BD%84%E0%BC%8B%E0%BD%82%E0%BD%B4%E0%BD%A0%E0%BD%B2%E0%BC%8B%E0%BD%A3%E0%BC%8D>,
        <http://lexvo.org/id/term/bos-Cyrl/%D0%90%D0%BD%D0%B3%D0%B2%D0%B8%D0%BB%D0%B0>,
        <http://lexvo.org/id/term/bos/Angvila>,
        <http://lexvo.org/id/term/bre/Anguilla>,
        <http://lexvo.org/id/term/brx/%E0%A4%8F%E0%A4%82%E0%A4%97%E0%A5%80%E0%A4%B2%E0%A4%BE>,
        <http://lexvo.org/id/term/bul/%D0%90%D0%BD%D0%B3%D1%83%D0%B8%D0%BB%D0%B0>,
        <http://lexvo.org/id/term/cat/Anguilla>,
        <http://lexvo.org/id/term/ces/Anguilla>,
        <http://lexvo.org/id/term/cgg/Angwira>,
        <http://lexvo.org/id/term/chr/%E1%8E%A0%E1%8F%82%E1%8E%A9%E1%8E%B3>,
        <http://lexvo.org/id/term/cmn-Hant/%E5%AE%89%E5%9C%AD%E6%8B%89%E5%B3%B6>,
        <http://lexvo.org/id/term/cmn/%E5%AE%89%E5%9C%AD%E6%8B%89>,
        <http://lexvo.org/id/term/cym/Anguilla>,
        <http://lexvo.org/id/term/dan/Anguilla>,
        <http://lexvo.org/id/term/dav/Anguilla>,
        <http://lexvo.org/id/term/deu/Anguilla>,
        <http://lexvo.org/id/term/dje/Angiiya>,
        <http://lexvo.org/id/term/dyo/Angiiya>,
        <http://lexvo.org/id/term/dzo/%E0%BD%A8%E0%BD%84%E0%BC%8B%E0%BD%82%E0%BD%B2%E0%BC%8B%E0%BD%A3>,
        <http://lexvo.org/id/term/ebu/Anguilla>,
        <http://lexvo.org/id/term/ell/%CE%91%CE%BD%CE%B3%CE%BA%CE%BF%CF%85%CE%AF%CE%BB%CE%B1>,
        <http://lexvo.org/id/term/eng-Dsrt/%F0%90%90%88%F0%90%91%8D%F0%90%91%80%F0%90%90%B6%F0%90%90%AE%F0%90%91%8A%F0%90%90%B2>,
        <http://lexvo.org/id/term/eng/Anguilla>,
        <http://lexvo.org/id/term/eng/ISO%203166-1%3AAI>,
        <http://lexvo.org/id/term/epo/Angvilo>,
        <http://lexvo.org/id/term/est/Anguilla>,
        <http://lexvo.org/id/term/eus/Angila>,
        <http://lexvo.org/id/term/ewe/Anguilla%20nutome>,
        <http://lexvo.org/id/term/ewo/Ang%C3%ADy%C9%99>,
        <http://lexvo.org/id/term/fao/Anguilla>,
        <http://lexvo.org/id/term/fas/%D8%A2%D9%86%DA%AF%DB%8C%D9%84>,
        <http://lexvo.org/id/term/fil/Anguilla>,
        <http://lexvo.org/id/term/fin/Anguilla>,
        <http://lexvo.org/id/term/fra/Anguilla>,
        <http://lexvo.org/id/term/ful/Anngiyaa>,
        <http://lexvo.org/id/term/fur/Anguilla>,
        <http://lexvo.org/id/term/gla/Anguilla>,
        <http://lexvo.org/id/term/gle/Anguilla>,
        <http://lexvo.org/id/term/glg/Anguila>,
        <http://lexvo.org/id/term/gsw/Anguilla>,
        <http://lexvo.org/id/term/guj/%E0%AA%8D%E0%AA%82%E0%AA%97%E0%AB%8D%E0%AA%B5%E0%AA%BF%E0%AA%B2%E0%AA%BE>,
        <http://lexvo.org/id/term/guz/Anguilla>,
        <http://lexvo.org/id/term/hau/Angila>,
        <http://lexvo.org/id/term/heb/%D7%90%D7%A0%D7%92%D7%99%D7%9C%D7%94>,
        <http://lexvo.org/id/term/hin/%E0%A4%8F%E0%A4%82%E0%A4%97%E0%A5%81%E0%A4%87%E0%A4%B2%E0%A4%BE>,
        <http://lexvo.org/id/term/hrv/Anguila>,
        <http://lexvo.org/id/term/hun/Anguilla>,
        <http://lexvo.org/id/term/ind/Anguilla>,
        <http://lexvo.org/id/term/isl/Angvilla>,
        <http://lexvo.org/id/term/ita/Anguilla>,
        <http://lexvo.org/id/term/jmc/Anguilla>,
        <http://lexvo.org/id/term/jpn/%E3%82%A2%E3%83%B3%E3%82%AE%E3%83%A9>,
        <http://lexvo.org/id/term/kab/Ungiya>,
        <http://lexvo.org/id/term/kal/Anguilla>,
        <http://lexvo.org/id/term/kam/Anguilla>,
        <http://lexvo.org/id/term/kan/%E0%B2%86%E0%B2%82%E0%B2%97%E0%B3%81%E0%B2%AF%E0%B2%BF%E0%B2%B2%E0%B3%8D%E0%B2%B2%E0%B2%BE>,
        <http://lexvo.org/id/term/kas/%D8%A7%DB%8C%D9%86%D9%9B%DA%AF%D9%88%D9%90%D9%84%D8%A7>,
        <http://lexvo.org/id/term/kat/%E1%83%90%E1%83%9C%E1%83%92%E1%83%95%E1%83%98%E1%83%9A%E1%83%90>,
        <http://lexvo.org/id/term/kde/Angwila>,
        <http://lexvo.org/id/term/kea/Angila>,
        <http://lexvo.org/id/term/khm/%E1%9E%A2%E1%9E%84%E1%9F%8B%E1%9E%80%E1%9E%BC%E1%9E%A1%E1%9E%B6>,
        <http://lexvo.org/id/term/khq/Angiiya>,
        <http://lexvo.org/id/term/kik/Anguilla>,
        <http://lexvo.org/id/term/kln/Emetab%20Anguilla>,
        <http://lexvo.org/id/term/kor/%EC%95%88%EA%B8%B8%EB%9D%BC>,
        <http://lexvo.org/id/term/ksb/Anguilla>,
        <http://lexvo.org/id/term/ksf/angiya>,
        <http://lexvo.org/id/term/ksh/Anggwilla>,
        <http://lexvo.org/id/term/lag/Angu%C3%ADila>,
        <http://lexvo.org/id/term/lao/%E0%BB%81%E0%BA%AD%E0%BA%99%E0%BA%81%E0%BA%B4%E0%BA%A5%E0%BA%B2>,
        <http://lexvo.org/id/term/lav/Angilja>,
        <http://lexvo.org/id/term/lin/Angiy%C9%9B>,
        <http://lexvo.org/id/term/lit/Angilija>,
        <http://lexvo.org/id/term/lub/Angiye>,
        <http://lexvo.org/id/term/lug/Angwila>,
        <http://lexvo.org/id/term/luo/Anguilla>,
        <http://lexvo.org/id/term/luy/Anguilla>,
        <http://lexvo.org/id/term/mal/%E0%B4%86%E0%B5%BB%E0%B4%97%E0%B5%8D%E0%B4%B5%E0%B4%BF%E0%B4%B2%E0%B5%8D%E0%B4%B2>,
        <http://lexvo.org/id/term/mar/%E0%A4%85%E0%A4%81%E0%A4%97%E0%A5%8D%E0%A4%B5%E0%A4%BF%E0%A4%B2%E0%A4%BE>,
        <http://lexvo.org/id/term/mas/Anguilla>,
        <http://lexvo.org/id/term/mer/Anguilla>,
        <http://lexvo.org/id/term/mfe/Anguilla>,
        <http://lexvo.org/id/term/mkd/%D0%90%D0%BD%D0%B3%D0%B2%D0%B8%D0%BB%D0%B0>,
        <http://lexvo.org/id/term/mlg/Anguilla>,
        <http://lexvo.org/id/term/mlt/Angwilla>,
        <http://lexvo.org/id/term/mua/anguiya>,
        <http://lexvo.org/id/term/mya/%E1%80%A1%E1%80%94%E1%80%BA%E1%80%80%E1%80%BD%E1%80%AE%E1%80%9C%E1%80%AC>,
        <http://lexvo.org/id/term/naq/Anguillab>,
        <http://lexvo.org/id/term/nde/Anguilla>,
        <http://lexvo.org/id/term/nep/%E0%A4%86%E0%A4%99%E0%A5%8D%E0%A4%97%E0%A5%81%E0%A4%87%E0%A4%B2%E0%A4%BE>,
        <http://lexvo.org/id/term/nld/Anguilla>,
        <http://lexvo.org/id/term/nmg/Angu%C3%ADlla>,
        <http://lexvo.org/id/term/nno/Anguilla>,
        <http://lexvo.org/id/term/nob/Anguilla>,
        <http://lexvo.org/id/term/nus/A%C5%8Bgu%C9%9Bla>,
        <http://lexvo.org/id/term/nyn/Angwira>,
        <http://lexvo.org/id/term/ori/%E0%AC%86%E0%AC%99%E0%AD%8D%E0%AC%97%E0%AD%81%E0%AC%87%E0%AC%B2%E0%AD%8D%E0%AC%B2%E0%AC%BE>,
        <http://lexvo.org/id/term/pol/Anguilla>,
        <http://lexvo.org/id/term/por/Anguila>,
        <http://lexvo.org/id/term/por/Anguilla>,
        <http://lexvo.org/id/term/rof/Anguila>,
        <http://lexvo.org/id/term/roh/Anguilla>,
        <http://lexvo.org/id/term/ron/Anguilla>,
        <http://lexvo.org/id/term/run/Angwila>,
        <http://lexvo.org/id/term/rus/%D0%90%D0%BD%D0%B3%D0%B8%D0%BB%D1%8C%D1%8F>,
        <http://lexvo.org/id/term/rwk/Anguilla>,
        <http://lexvo.org/id/term/sag/Ang%C3%BB%C3%AEla>,
        <http://lexvo.org/id/term/saq/Anguilla>,
        <http://lexvo.org/id/term/sbp/Anguilla>,
        <http://lexvo.org/id/term/seh/Anguilla>,
        <http://lexvo.org/id/term/ses/Angiiya>,
        <http://lexvo.org/id/term/shi-Latn/angila>,
        <http://lexvo.org/id/term/shi/%E2%B4%B0%E2%B5%8F%E2%B4%B3%E2%B5%89%E2%B5%8D%E2%B4%B0>,
        <http://lexvo.org/id/term/sin/%E0%B6%87%E0%B6%B1%E0%B7%8A%E0%B6%9C%E0%B7%94%E0%B6%BA%E0%B7%92%E0%B6%BD%E0%B7%8F%E0%B7%80>,
        <http://lexvo.org/id/term/slk/Anguilla>,
        <http://lexvo.org/id/term/slv/Angvila>,
        <http://lexvo.org/id/term/sme/Anguilla>,
        <http://lexvo.org/id/term/sna/Anguila>,
        <http://lexvo.org/id/term/som/Anguilla>,
        <http://lexvo.org/id/term/spa/Anguila>,
        <http://lexvo.org/id/term/srp-Latn/Angvila>,
        <http://lexvo.org/id/term/srp/%D0%90%D0%BD%D0%B3%D0%B2%D0%B8%D0%BB%D0%B0>,
        <http://lexvo.org/id/term/swc/Anguilla>,
        <http://lexvo.org/id/term/swe/Anguilla>,
        <http://lexvo.org/id/term/swh/Anguilla>,
        <http://lexvo.org/id/term/tam/%E0%AE%85%E0%AE%99%E0%AF%8D%E0%AE%95%E0%AF%81%E0%AE%AF%E0%AF%8D%E0%AE%B2%E0%AE%BE>,
        <http://lexvo.org/id/term/tel/%E0%B0%86%E0%B0%82%E0%B0%97%E0%B0%B5%E0%B0%BF%E0%B0%B2%E0%B1%8D%E0%B0%B2%E0%B0%BE>,
        <http://lexvo.org/id/term/teo/Anguilla>,
        <http://lexvo.org/id/term/tha/%E0%B9%81%E0%B8%AD%E0%B8%87%E0%B8%81%E0%B8%A7%E0%B8%B4%E0%B8%A5%E0%B8%A5%E0%B8%B2>,
        <http://lexvo.org/id/term/tir/%E1%8A%A0%E1%8A%95%E1%8C%89%E1%8A%A2%E1%88%8B>,
        <http://lexvo.org/id/term/ton/Anikuila>,
        <http://lexvo.org/id/term/tur/Anguilla>,
        <http://lexvo.org/id/term/twq/Angiiya>,
        <http://lexvo.org/id/term/tzm/Angwilla>,
        <http://lexvo.org/id/term/ukr/%D0%90%D0%BD%D0%B3%D1%96%D0%BB%D1%8C%D1%8F>,
        <http://lexvo.org/id/term/urd/%D8%A7%D9%86%DA%AF%D9%88%D8%A6%DB%8C%D9%84%D8%A7>,
        <http://lexvo.org/id/term/vai-Latn/A%C5%8Bg%C3%ADla>,
        <http://lexvo.org/id/term/vai/%EA%95%89%EA%95%84%EA%95%9E>,
        <http://lexvo.org/id/term/vie/Anguilla>,
        <http://lexvo.org/id/term/vun/Anguilla>,
        <http://lexvo.org/id/term/wae/Anguilla>,
        <http://lexvo.org/id/term/xog/Angwila>,
        <http://lexvo.org/id/term/yav/A%C5%8Bk%C3%ADla>,
        <http://lexvo.org/id/term/yor/Or%C3%ADl%E1%BA%B9%CC%81%C3%A8de%20%C3%80%C3%A0ng%C3%BAl%C3%ADl%C3%A0>,
        <http://lexvo.org/id/term/zsm/Anguilla>,
        <http://lexvo.org/id/term/zul/i-Anguilla> ;
    owl:sameAs <http://psi.oasis-open.org/iso/3166/#660>,
        <http://sws.geonames.org/3573511/> .

<http://lexvo.org/id/iso3166/AL> a lvont:GeographicRegion ;
    rdfs:label "Albanië"@af,
        "Àabɛnìa"@agq,
        "Albenia"@ak,
        "አልባኒያ"@am,
        "ألبانيا"@ar,
        "Albania"@asa,
        "Albania"@ast,
        "Albaniya"@az,
        "Àlbanìà"@bas,
        "Албанія"@be,
        "Hualbania"@bez,
        "Албания"@bg,
        "Alibani"@bm,
        "আলব্যানিয়া"@bn,
        "ཨལ་བཱ་ནི་ཡ།"@bo,
        "Albania"@br,
        "अल्बानिया"@brx,
        "Albanija"@bs,
        "Албанија"@bs-Cyrl,
        "አልባኒያ"@byn,
        "Albània"@ca,
        "Arubania"@cgg,
        "ᎠᎵᏇᏂᏯ"@chr,
        "阿尔巴尼亚"@cmn,
        "阿爾巴尼亞"@cmn-Hant,
        "Albánie"@cs,
        "Albania"@cy,
        "Albanien"@da,
        "Albania"@dav,
        "Albanien"@de,
        "Albaani"@dje,
        "Albani"@dyo,
        "ཨཱལ་བེ་ནི་ཡ"@dz,
        "Albania"@ebu,
        "Albania nutome"@ee,
        "Αλβανία"@el,
        "Albania"@en,
        "ISO 3166-1:AL"@en,
        "𐐈𐑊𐐺𐐩𐑌𐐨𐐲"@en-Dsrt,
        "Albanujo"@eo,
        "Albania"@es,
        "Albaania"@et,
        "Albania"@eu,
        "Aləbánia"@ewo,
        "آلبانی"@fa,
        "البانیا"@fa,
        "Albanii"@ff,
        "Albania"@fi,
        "Albania"@fil,
        "Albania"@fo,
        "Albanie"@fr,
        "Albanie"@fur,
        "An Albáin"@ga,
        "Albàinia"@gd,
        "Albania"@gl,
        "Albaanie"@gsw,
        "અલ્બેનિયા"@gu,
        "Albania"@guz,
        "Albaniya"@ha,
        "אלבניה"@he,
        "अल्बानिया"@hi,
        "Albanija"@hr,
        "Albánia"@hu,
        "Ալբանիա"@hy,
        "Albania"@ia,
        "Albania"@id,
        "Albanía"@is,
        "Albania"@it,
        "アルバニア"@ja,
        "Albania"@jmc,
        "ალბანეთი"@ka,
        "Lalbani"@kab,
        "Albania"@kam,
        "Albania"@kde,
        "Albania"@kea,
        "Albaani"@khq,
        "Albania"@ki,
        "Албания"@kk,
        "Albania"@kl,
        "Emetab Albania"@kln,
        "អាល់បានី"@km,
        "ಅಲ್ಬೇನಿಯಾ"@kn,
        "알바니아"@ko,
        "اٮ۪لبانِیا"@ks,
        "Albania"@ksb,
        "albaní"@ksf,
        "Albaanije"@ksh,
        "Alubánia"@lag,
        "Alibaniya"@lg,
        "Alibani"@ln,
        "ແອລເບເນຍ"@lo,
        "Albanija"@lt,
        "Alubani"@lu,
        "Albania"@luo,
        "Albania"@luy,
        "Albānija"@lv,
        "Albania"@mas,
        "Alubania"@mer,
        "Albani"@mfe,
        "Albania"@mg,
        "Ualbania"@mgh,
        "Албанија"@mk,
        "അൽബേനിയ"@ml,
        "अल्बानिया"@mr,
        "Albanija"@mt,
        "albaniya"@mua,
        "Albaniab"@naq,
        "Albania"@nb,
        "Albania"@nd,
        "अल्बानिया"@ne,
        "Albanië"@nl,
        "Albania"@nmg,
        "Albania"@nn,
        "Albänia"@nus,
        "Arubania"@nyn,
        "ଆଲବାନିଆ"@or,
        "Albania"@pl,
        "البانیه"@ps,
        "Albânia"@pt,
        "Albania"@rm,
        "Alubaniya"@rn,
        "Albania"@ro,
        "Albania"@rof,
        "Албания"@ru,
        "Albania"@rwk,
        "Albania"@saq,
        "Alubaniya"@sbp,
        "Albánia"@se,
        "Albânia"@seh,
        "Albaani"@ses,
        "Albanïi"@sg,
        "ⴰⵍⴱⴰⵏⵢⴰ"@shi,
        "albanya"@shi-Latn,
        "ඇල්බේනියාව"@si,
        "Albánsko"@sk,
        "Albanija"@sl,
        "Albania"@sn,
        "Albaaniya"@so,
        "Shqipëria"@sq,
        "Албанија"@sr,
        "Albanija"@sr-Latn,
        "Albanien"@sv,
        "Albania"@swc,
        "Albania"@swh,
        "அல்பேனியா"@ta,
        "అల్బేనియా"@te,
        "Albania"@teo,
        "แอลเบเนีย"@th,
        "አልባኒያ"@ti,
        "አልባኒያ"@tig,
        "ʻAlipania"@to,
        "Arnavutluk"@tr,
        "Albaani"@twq,
        "Albanya"@tzm,
        "Албанія"@uk,
        "البانیہ"@ur,
        "ꕉꔷꕑꕇꕩ"@vai,
        "Abhaniya"@vai-Latn,
        "Albani"@vi,
        "Albania"@vun,
        "Albanie"@wae,
        "አልባኒያ"@wal,
        "Alibaniya"@xog,
        "Alpaní"@yav,
        "Orílẹ́ède Àlùbàníánì"@yo,
        "Albania"@zsm,
        "i-Albania"@zu ;
    lvont:label <http://lexvo.org/id/term/afr/Albani%C3%AB>,
        <http://lexvo.org/id/term/agq/%C3%80ab%C9%9Bn%C3%ACa>,
        <http://lexvo.org/id/term/aka/Albenia>,
        <http://lexvo.org/id/term/amh/%E1%8A%A0%E1%88%8D%E1%89%A3%E1%8A%92%E1%8B%AB>,
        <http://lexvo.org/id/term/ara/%D8%A3%D9%84%D8%A8%D8%A7%D9%86%D9%8A%D8%A7>,
        <http://lexvo.org/id/term/asa/Albania>,
        <http://lexvo.org/id/term/ast/Albania>,
        <http://lexvo.org/id/term/aze/Albaniya>,
        <http://lexvo.org/id/term/bam/Alibani>,
        <http://lexvo.org/id/term/bas/%C3%80lban%C3%AC%C3%A0>,
        <http://lexvo.org/id/term/bel/%D0%90%D0%BB%D0%B1%D0%B0%D0%BD%D1%96%D1%8F>,
        <http://lexvo.org/id/term/ben/%E0%A6%86%E0%A6%B2%E0%A6%AC%E0%A7%8D%E0%A6%AF%E0%A6%BE%E0%A6%A8%E0%A6%BF%E0%A6%AF%E0%A6%BC%E0%A6%BE>,
        <http://lexvo.org/id/term/bez/Hualbania>,
        <http://lexvo.org/id/term/bod/%E0%BD%A8%E0%BD%A3%E0%BC%8B%E0%BD%96%E0%BD%B1%E0%BC%8B%E0%BD%93%E0%BD%B2%E0%BC%8B%E0%BD%A1%E0%BC%8D>,
        <http://lexvo.org/id/term/bos-Cyrl/%D0%90%D0%BB%D0%B1%D0%B0%D0%BD%D0%B8%D1%98%D0%B0>,
        <http://lexvo.org/id/term/bos/Albanija>,
        <http://lexvo.org/id/term/bre/Albania>,
        <http://lexvo.org/id/term/brx/%E0%A4%85%E0%A4%B2%E0%A5%8D%E0%A4%AC%E0%A4%BE%E0%A4%A8%E0%A4%BF%E0%A4%AF%E0%A4%BE>,
        <http://lexvo.org/id/term/bul/%D0%90%D0%BB%D0%B1%D0%B0%D0%BD%D0%B8%D1%8F>,
        <http://lexvo.org/id/term/byn/%E1%8A%A0%E1%88%8D%E1%89%A3%E1%8A%92%E1%8B%AB>,
        <http://lexvo.org/id/term/cat/Alb%C3%A0nia>,
        <http://lexvo.org/id/term/ces/Alb%C3%A1nie>,
        <http://lexvo.org/id/term/cgg/Arubania>,
        <http://lexvo.org/id/term/chr/%E1%8E%A0%E1%8E%B5%E1%8F%87%E1%8F%82%E1%8F%AF>,
        <http://lexvo.org/id/term/cmn-Hant/%E9%98%BF%E7%88%BE%E5%B7%B4%E5%B0%BC%E4%BA%9E>,
        <http://lexvo.org/id/term/cmn/%E9%98%BF%E5%B0%94%E5%B7%B4%E5%B0%BC%E4%BA%9A>,
        <http://lexvo.org/id/term/cym/Albania>,
        <http://lexvo.org/id/term/dan/Albanien>,
        <http://lexvo.org/id/term/dav/Albania>,
        <http://lexvo.org/id/term/deu/Albanien>,
        <http://lexvo.org/id/term/dje/Albaani>,
        <http://lexvo.org/id/term/dyo/Albani>,
        <http://lexvo.org/id/term/dzo/%E0%BD%A8%E0%BD%B1%E0%BD%A3%E0%BC%8B%E0%BD%96%E0%BD%BA%E0%BC%8B%E0%BD%93%E0%BD%B2%E0%BC%8B%E0%BD%A1>,
        <http://lexvo.org/id/term/ebu/Albania>,
        <http://lexvo.org/id/term/ell/%CE%91%CE%BB%CE%B2%CE%B1%CE%BD%CE%AF%CE%B1>,
        <http://lexvo.org/id/term/eng-Dsrt/%F0%90%90%88%F0%90%91%8A%F0%90%90%BA%F0%90%90%A9%F0%90%91%8C%F0%90%90%A8%F0%90%90%B2>,
        <http://lexvo.org/id/term/eng/Albania>,
        <http://lexvo.org/id/term/eng/ISO%203166-1%3AAL>,
        <http://lexvo.org/id/term/epo/Albanujo>,
        <http://lexvo.org/id/term/est/Albaania>,
        <http://lexvo.org/id/term/eus/Albania>,
        <http://lexvo.org/id/term/ewe/Albania%20nutome>,
        <http://lexvo.org/id/term/ewo/Al%C9%99b%C3%A1nia>,
        <http://lexvo.org/id/term/fao/Albania>,
        <http://lexvo.org/id/term/fas/%D8%A2%D9%84%D8%A8%D8%A7%D9%86%DB%8C>,
        <http://lexvo.org/id/term/fas/%D8%A7%D9%84%D8%A8%D8%A7%D9%86%DB%8C%D8%A7>,
        <http://lexvo.org/id/term/fil/Albania>,
        <http://lexvo.org/id/term/fin/Albania>,
        <http://lexvo.org/id/term/fra/Albanie>,
        <http://lexvo.org/id/term/ful/Albanii>,
        <http://lexvo.org/id/term/fur/Albanie>,
        <http://lexvo.org/id/term/gla/Alb%C3%A0inia>,
        <http://lexvo.org/id/term/gle/An%20Alb%C3%A1in>,
        <http://lexvo.org/id/term/glg/Albania>,
        <http://lexvo.org/id/term/gsw/Albaanie>,
        <http://lexvo.org/id/term/guj/%E0%AA%85%E0%AA%B2%E0%AB%8D%E0%AA%AC%E0%AB%87%E0%AA%A8%E0%AA%BF%E0%AA%AF%E0%AA%BE>,
        <http://lexvo.org/id/term/guz/Albania>,
        <http://lexvo.org/id/term/hau/Albaniya>,
        <http://lexvo.org/id/term/heb/%D7%90%D7%9C%D7%91%D7%A0%D7%99%D7%94>,
        <http://lexvo.org/id/term/hin/%E0%A4%85%E0%A4%B2%E0%A5%8D%E0%A4%AC%E0%A4%BE%E0%A4%A8%E0%A4%BF%E0%A4%AF%E0%A4%BE>,
        <http://lexvo.org/id/term/hrv/Albanija>,
        <http://lexvo.org/id/term/hun/Alb%C3%A1nia>,
        <http://lexvo.org/id/term/hye/%D4%B1%D5%AC%D5%A2%D5%A1%D5%B6%D5%AB%D5%A1>,
        <http://lexvo.org/id/term/ina/Albania>,
        <http://lexvo.org/id/term/ind/Albania>,
        <http://lexvo.org/id/term/isl/Alban%C3%ADa>,
        <http://lexvo.org/id/term/ita/Albania>,
        <http://lexvo.org/id/term/jmc/Albania>,
        <http://lexvo.org/id/term/jpn/%E3%82%A2%E3%83%AB%E3%83%90%E3%83%8B%E3%82%A2>,
        <http://lexvo.org/id/term/kab/Lalbani>,
        <http://lexvo.org/id/term/kal/Albania>,
        <http://lexvo.org/id/term/kam/Albania>,
        <http://lexvo.org/id/term/kan/%E0%B2%85%E0%B2%B2%E0%B3%8D%E0%B2%AC%E0%B3%87%E0%B2%A8%E0%B2%BF%E0%B2%AF%E0%B2%BE>,
        <http://lexvo.org/id/term/kas/%D8%A7%D9%AE%DB%AA%D9%84%D8%A8%D8%A7%D9%86%D9%90%DB%8C%D8%A7>,
        <http://lexvo.org/id/term/kat/%E1%83%90%E1%83%9A%E1%83%91%E1%83%90%E1%83%9C%E1%83%94%E1%83%97%E1%83%98>,
        <http://lexvo.org/id/term/kaz/%D0%90%D0%BB%D0%B1%D0%B0%D0%BD%D0%B8%D1%8F>,
        <http://lexvo.org/id/term/kde/Albania>,
        <http://lexvo.org/id/term/kea/Albania>,
        <http://lexvo.org/id/term/khm/%E1%9E%A2%E1%9E%B6%E1%9E%9B%E1%9F%8B%E1%9E%94%E1%9E%B6%E1%9E%93%E1%9E%B8>,
        <http://lexvo.org/id/term/khq/Albaani>,
        <http://lexvo.org/id/term/kik/Albania>,
        <http://lexvo.org/id/term/kln/Emetab%20Albania>,
        <http://lexvo.org/id/term/kor/%EC%95%8C%EB%B0%94%EB%8B%88%EC%95%84>,
        <http://lexvo.org/id/term/ksb/Albania>,
        <http://lexvo.org/id/term/ksf/alban%C3%AD>,
        <http://lexvo.org/id/term/ksh/Albaanije>,
        <http://lexvo.org/id/term/lag/Alub%C3%A1nia>,
        <http://lexvo.org/id/term/lao/%E0%BB%81%E0%BA%AD%E0%BA%A5%E0%BB%80%E0%BA%9A%E0%BB%80%E0%BA%99%E0%BA%8D>,
        <http://lexvo.org/id/term/lav/Alb%C4%81nija>,
        <http://lexvo.org/id/term/lin/Alibani>,
        <http://lexvo.org/id/term/lit/Albanija>,
        <http://lexvo.org/id/term/lub/Alubani>,
        <http://lexvo.org/id/term/lug/Alibaniya>,
        <http://lexvo.org/id/term/luo/Albania>,
        <http://lexvo.org/id/term/luy/Albania>,
        <http://lexvo.org/id/term/mal/%E0%B4%85%E0%B5%BD%E0%B4%AC%E0%B5%87%E0%B4%A8%E0%B4%BF%E0%B4%AF>,
        <http://lexvo.org/id/term/mar/%E0%A4%85%E0%A4%B2%E0%A5%8D%E0%A4%AC%E0%A4%BE%E0%A4%A8%E0%A4%BF%E0%A4%AF%E0%A4%BE>,
        <http://lexvo.org/id/term/mas/Albania>,
        <http://lexvo.org/id/term/mer/Alubania>,
        <http://lexvo.org/id/term/mfe/Albani>,
        <http://lexvo.org/id/term/mgh/Ualbania>,
        <http://lexvo.org/id/term/mkd/%D0%90%D0%BB%D0%B1%D0%B0%D0%BD%D0%B8%D1%98%D0%B0>,
        <http://lexvo.org/id/term/mlg/Albania>,
        <http://lexvo.org/id/term/mlt/Albanija>,
        <http://lexvo.org/id/term/mua/albaniya>,
        <http://lexvo.org/id/term/naq/Albaniab>,
        <http://lexvo.org/id/term/nde/Albania>,
        <http://lexvo.org/id/term/nep/%E0%A4%85%E0%A4%B2%E0%A5%8D%E0%A4%AC%E0%A4%BE%E0%A4%A8%E0%A4%BF%E0%A4%AF%E0%A4%BE>,
        <http://lexvo.org/id/term/nld/Albani%C3%AB>,
        <http://lexvo.org/id/term/nmg/Albania>,
        <http://lexvo.org/id/term/nno/Albania>,
        <http://lexvo.org/id/term/nob/Albania>,
        <http://lexvo.org/id/term/nus/Alb%C3%A4nia>,
        <http://lexvo.org/id/term/nyn/Arubania>,
        <http://lexvo.org/id/term/ori/%E0%AC%86%E0%AC%B2%E0%AC%AC%E0%AC%BE%E0%AC%A8%E0%AC%BF%E0%AC%86>,
        <http://lexvo.org/id/term/pol/Albania>,
        <http://lexvo.org/id/term/por/Alb%C3%A2nia>,
        <http://lexvo.org/id/term/pus/%D8%A7%D9%84%D8%A8%D8%A7%D9%86%DB%8C%D9%87>,
        <http://lexvo.org/id/term/rof/Albania>,
        <http://lexvo.org/id/term/roh/Albania>,
        <http://lexvo.org/id/term/ron/Albania>,
        <http://lexvo.org/id/term/run/Alubaniya>,
        <http://lexvo.org/id/term/rus/%D0%90%D0%BB%D0%B1%D0%B0%D0%BD%D0%B8%D1%8F>,
        <http://lexvo.org/id/term/rwk/Albania>,
        <http://lexvo.org/id/term/sag/Alban%C3%AFi>,
        <http://lexvo.org/id/term/saq/Albania>,
        <http://lexvo.org/id/term/sbp/Alubaniya>,
        <http://lexvo.org/id/term/seh/Alb%C3%A2nia>,
        <http://lexvo.org/id/term/ses/Albaani>,
        <http://lexvo.org/id/term/shi-Latn/albanya>,
        <http://lexvo.org/id/term/shi/%E2%B4%B0%E2%B5%8D%E2%B4%B1%E2%B4%B0%E2%B5%8F%E2%B5%A2%E2%B4%B0>,
        <http://lexvo.org/id/term/sin/%E0%B6%87%E0%B6%BD%E0%B7%8A%E0%B6%B6%E0%B7%9A%E0%B6%B1%E0%B7%92%E0%B6%BA%E0%B7%8F%E0%B7%80>,
        <http://lexvo.org/id/term/slk/Alb%C3%A1nsko>,
        <http://lexvo.org/id/term/slv/Albanija>,
        <http://lexvo.org/id/term/sme/Alb%C3%A1nia>,
        <http://lexvo.org/id/term/sna/Albania>,
        <http://lexvo.org/id/term/som/Albaaniya>,
        <http://lexvo.org/id/term/spa/Albania>,
        <http://lexvo.org/id/term/sqi/Shqip%C3%ABria>,
        <http://lexvo.org/id/term/srp-Latn/Albanija>,
        <http://lexvo.org/id/term/srp/%D0%90%D0%BB%D0%B1%D0%B0%D0%BD%D0%B8%D1%98%D0%B0>,
        <http://lexvo.org/id/term/swc/Albania>,
        <http://lexvo.org/id/term/swe/Albanien>,
        <http://lexvo.org/id/term/swh/Albania>,
        <http://lexvo.org/id/term/tam/%E0%AE%85%E0%AE%B2%E0%AF%8D%E0%AE%AA%E0%AF%87%E0%AE%A9%E0%AE%BF%E0%AE%AF%E0%AE%BE>,
        <http://lexvo.org/id/term/tel/%E0%B0%85%E0%B0%B2%E0%B1%8D%E0%B0%AC%E0%B1%87%E0%B0%A8%E0%B0%BF%E0%B0%AF%E0%B0%BE>,
        <http://lexvo.org/id/term/teo/Albania>,
        <http://lexvo.org/id/term/tha/%E0%B9%81%E0%B8%AD%E0%B8%A5%E0%B9%80%E0%B8%9A%E0%B9%80%E0%B8%99%E0%B8%B5%E0%B8%A2>,
        <http://lexvo.org/id/term/tig/%E1%8A%A0%E1%88%8D%E1%89%A3%E1%8A%92%E1%8B%AB>,
        <http://lexvo.org/id/term/tir/%E1%8A%A0%E1%88%8D%E1%89%A3%E1%8A%92%E1%8B%AB>,
        <http://lexvo.org/id/term/ton/%CA%BBAlipania>,
        <http://lexvo.org/id/term/tur/Arnavutluk>,
        <http://lexvo.org/id/term/twq/Albaani>,
        <http://lexvo.org/id/term/tzm/Albanya>,
        <http://lexvo.org/id/term/ukr/%D0%90%D0%BB%D0%B1%D0%B0%D0%BD%D1%96%D1%8F>,
        <http://lexvo.org/id/term/urd/%D8%A7%D9%84%D8%A8%D8%A7%D9%86%DB%8C%DB%81>,
        <http://lexvo.org/id/term/vai-Latn/Abhaniya>,
        <http://lexvo.org/id/term/vai/%EA%95%89%EA%94%B7%EA%95%91%EA%95%87%EA%95%A9>,
        <http://lexvo.org/id/term/vie/Albani>,
        <http://lexvo.org/id/term/vun/Albania>,
        <http://lexvo.org/id/term/wae/Albanie>,
        <http://lexvo.org/id/term/wal/%E1%8A%A0%E1%88%8D%E1%89%A3%E1%8A%92%E1%8B%AB>,
        <http://lexvo.org/id/term/xog/Alibaniya>,
        <http://lexvo.org/id/term/yav/Alpan%C3%AD>,
        <http://lexvo.org/id/term/yor/Or%C3%ADl%E1%BA%B9%CC%81%C3%A8de%20%C3%80l%C3%B9b%C3%A0n%C3%AD%C3%A1n%C3%AC>,
        <http://lexvo.org/id/term/zsm/Albania>,
        <http://lexvo.org/id/term/zul/i-Albania> ;
    owl:sameAs <http://psi.oasis-open.org/iso/3166/#008>,
        <http://sws.geonames.org/783754/> .

<http://lexvo.org/id/iso3166/AM> a lvont:GeographicRegion ;
    rdfs:label "Armenië"@af,
        "Àmɛnyìa"@agq,
        "Aamenia"@ak,
        "አርሜኒያ"@am,
        "أرمينيا"@ar,
        "Armenia"@asa,
        "Armenia"@ast,
        "Ermənistan"@az,
        "Àrmenìà"@bas,
        "Арменія"@be,
        "Huamenia"@bez,
        "Армения"@bg,
        "Arimeni"@bm,
        "আর্মেনিয়া"@bn,
        "ཨར་མེ་ནི་ཡ།"@bo,
        "Armenia"@br,
        "आर्मेनिया"@brx,
        "Armenija"@bs,
        "Арменија"@bs-Cyrl,
        "አርሜኒያ"@byn,
        "Armènia"@ca,
        "Arimeniya"@cgg,
        "ᎠᎵᎻᏂᎠ"@chr,
        "亚美尼亚"@cmn,
        "亞美尼亞"@cmn-Hant,
        "Arménie"@cs,
        "Armenia"@cy,
        "Armenien"@da,
        "Armenia"@dav,
        "Armenien"@de,
        "Armeeni"@dje,
        "Armeni"@dyo,
        "ཨར་མི་ནི་ཡ"@dz,
        "Armenia"@ebu,
        "Armenia nutome"@ee,
        "Αρμενία"@el,
        "Armenia"@en,
        "ISO 3166-1:AM"@en,
        "𐐂𐑉𐑋𐐨𐑌𐐨𐐲"@en-Dsrt,
        "Armenujo"@eo,
        "Armenia"@es,
        "Armeenia"@et,
        "Armenia"@eu,
        "Arəménia"@ewo,
        "ارمنستان"@fa,
        "Armenii"@ff,
        "Armenia"@fi,
        "Armenia"@fil,
        "Armenia"@fo,
        "Arménie"@fr,
        "Armenie"@fur,
        "An Airméin"@ga,
        "Airmeinia"@gd,
        "Armenia"@gl,
        "Armeenie"@gsw,
        "આર્મેનિયા"@gu,
        "Armenia"@guz,
        "Armeniya"@ha,
        "ארמניה"@he,
        "आर्मेनिया"@hi,
        "Armenija"@hr,
        "Örményország"@hu,
        "Հայաստանի Հանրապետություն"@hy,
        "Armenia"@ia,
        "Armenia"@id,
        "Armenía"@is,
        "Armenia"@it,
        "アルメニア"@ja,
        "Armenia"@jmc,
        "სომხეთი"@ka,
        "Arminya"@kab,
        "Armenia"@kam,
        "Almenia"@kde,
        "Armenia"@kea,
        "Armeeni"@khq,
        "Armenia"@ki,
        "Армения"@kk,
        "Armenia"@kl,
        "Emetab Armenia"@kln,
        "អារមេនី"@km,
        "ಅರ್ಮೇನಿಯಾ"@kn,
        "아르메니아"@ko,
        "اَرمانِیا"@ks,
        "Almenia"@ksb,
        "armɛní"@ksf,
        "Arrmeenije"@ksh,
        "Ariménia"@lag,
        "Arameniya"@lg,
        "Amɛni"@ln,
        "ອາມິເນຍ"@lo,
        "Armėnija"@lt,
        "Ameni"@lu,
        "Armenia"@luo,
        "Armenia"@luy,
        "Armēnija"@lv,
        "Armenia"@mas,
        "Armenia"@mer,
        "Armeni"@mfe,
        "Armenia"@mg,
        "Ерменија"@mk,
        "അർമേനിയ"@ml,
        "आर्मेनिया"@mr,
        "Armenja"@mt,
        "armeniya"@mua,
        "အာမေနီးယား"@my,
        "Armeniab"@naq,
        "Armenia"@nb,
        "Armenia"@nd,
        "आर्मेनिया"@ne,
        "Armenië"@nl,
        "Arménia"@nmg,
        "Armenia"@nn,
        "Aɛrmänia"@nus,
        "Arimeniya"@nyn,
        "ଆର୍ମେନିଆ"@or,
        "Armenia"@pl,
        "Arménia"@pt,
        "Armênia"@pt,
        "Armenia"@rm,
        "Arumeniya"@rn,
        "Armenia"@ro,
        "Amenia"@rof,
        "Армения"@ru,
        "Armenia"@rwk,
        "Armenia"@saq,
        "Alimeniya"@sbp,
        "Armenia"@se,
        "Armênia"@seh,
        "Armeeni"@ses,
        "Armenïi"@sg,
        "ⴰⵔⵎⵉⵏⵢⴰ"@shi,
        "arminya"@shi-Latn,
        "ආර්මේනියාව"@si,
        "Arménsko"@sk,
        "Armenija"@sl,
        "Armenia"@sn,
        "Armeeniya"@so,
        "Armeni"@sq,
        "Арменија"@sr,
        "Armenija"@sr-Latn,
        "Armenien"@sv,
        "Armenia"@swc,
        "Armenia"@swh,
        "ஆர்மேனியா"@ta,
        "ఆర్మేనియా"@te,
        "Armenia"@teo,
        "อาร์เมเนีย"@th,
        "አርሜኒያ"@ti,
        "አርሜኒያ"@tig,
        "ʻĀminia"@to,
        "Ermenistan"@tr,
        "Armeeni"@twq,
        "Arminya"@tzm,
        "Вірменія"@uk,
        "آرمینیا"@ur,
        "ꕉꕆꕯ"@vai,
        "Améniya"@vai-Latn,
        "Armenia"@vi,
        "Armenia"@vun,
        "Armenie"@wae,
        "አርሜኒያ"@wal,
        "Arameniya"@xog,
        "Almanía"@yav,
        "Orílẹ́ède Améníà"@yo,
        "Armenia"@zsm,
        "i-Armenia"@zu ;
    lvont:label <http://lexvo.org/id/term/afr/Armeni%C3%AB>,
        <http://lexvo.org/id/term/agq/%C3%80m%C9%9Bny%C3%ACa>,
        <http://lexvo.org/id/term/aka/Aamenia>,
        <http://lexvo.org/id/term/amh/%E1%8A%A0%E1%88%AD%E1%88%9C%E1%8A%92%E1%8B%AB>,
        <http://lexvo.org/id/term/ara/%D8%A3%D8%B1%D9%85%D9%8A%D9%86%D9%8A%D8%A7>,
        <http://lexvo.org/id/term/asa/Armenia>,
        <http://lexvo.org/id/term/ast/Armenia>,
        <http://lexvo.org/id/term/aze/Erm%C9%99nistan>,
        <http://lexvo.org/id/term/bam/Arimeni>,
        <http://lexvo.org/id/term/bas/%C3%80rmen%C3%AC%C3%A0>,
        <http://lexvo.org/id/term/bel/%D0%90%D1%80%D0%BC%D0%B5%D0%BD%D1%96%D1%8F>,
        <http://lexvo.org/id/term/ben/%E0%A6%86%E0%A6%B0%E0%A7%8D%E0%A6%AE%E0%A7%87%E0%A6%A8%E0%A6%BF%E0%A6%AF%E0%A6%BC%E0%A6%BE>,
        <http://lexvo.org/id/term/bez/Huamenia>,
        <http://lexvo.org/id/term/bod/%E0%BD%A8%E0%BD%A2%E0%BC%8B%E0%BD%98%E0%BD%BA%E0%BC%8B%E0%BD%93%E0%BD%B2%E0%BC%8B%E0%BD%A1%E0%BC%8D>,
        <http://lexvo.org/id/term/bos-Cyrl/%D0%90%D1%80%D0%BC%D0%B5%D0%BD%D0%B8%D1%98%D0%B0>,
        <http://lexvo.org/id/term/bos/Armenija>,
        <http://lexvo.org/id/term/bre/Armenia>,
        <http://lexvo.org/id/term/brx/%E0%A4%86%E0%A4%B0%E0%A5%8D%E0%A4%AE%E0%A5%87%E0%A4%A8%E0%A4%BF%E0%A4%AF%E0%A4%BE>,
        <http://lexvo.org/id/term/bul/%D0%90%D1%80%D0%BC%D0%B5%D0%BD%D0%B8%D1%8F>,
        <http://lexvo.org/id/term/byn/%E1%8A%A0%E1%88%AD%E1%88%9C%E1%8A%92%E1%8B%AB>,
        <http://lexvo.org/id/term/cat/Arm%C3%A8nia>,
        <http://lexvo.org/id/term/ces/Arm%C3%A9nie>,
        <http://lexvo.org/id/term/cgg/Arimeniya>,
        <http://lexvo.org/id/term/chr/%E1%8E%A0%E1%8E%B5%E1%8E%BB%E1%8F%82%E1%8E%A0>,
        <http://lexvo.org/id/term/cmn-Hant/%E4%BA%9E%E7%BE%8E%E5%B0%BC%E4%BA%9E>,
        <http://lexvo.org/id/term/cmn/%E4%BA%9A%E7%BE%8E%E5%B0%BC%E4%BA%9A>,
        <http://lexvo.org/id/term/cym/Armenia>,
        <http://lexvo.org/id/term/dan/Armenien>,
        <http://lexvo.org/id/term/dav/Armenia>,
        <http://lexvo.org/id/term/deu/Armenien>,
        <http://lexvo.org/id/term/dje/Armeeni>,
        <http://lexvo.org/id/term/dyo/Armeni>,
        <http://lexvo.org/id/term/dzo/%E0%BD%A8%E0%BD%A2%E0%BC%8B%E0%BD%98%E0%BD%B2%E0%BC%8B%E0%BD%93%E0%BD%B2%E0%BC%8B%E0%BD%A1>,
        <http://lexvo.org/id/term/ebu/Armenia>,
        <http://lexvo.org/id/term/ell/%CE%91%CF%81%CE%BC%CE%B5%CE%BD%CE%AF%CE%B1>,
        <http://lexvo.org/id/term/eng-Dsrt/%F0%90%90%82%F0%90%91%89%F0%90%91%8B%F0%90%90%A8%F0%90%91%8C%F0%90%90%A8%F0%90%90%B2>,
        <http://lexvo.org/id/term/eng/Armenia>,
        <http://lexvo.org/id/term/eng/ISO%203166-1%3AAM>,
        <http://lexvo.org/id/term/epo/Armenujo>,
        <http://lexvo.org/id/term/est/Armeenia>,
        <http://lexvo.org/id/term/eus/Armenia>,
        <http://lexvo.org/id/term/ewe/Armenia%20nutome>,
        <http://lexvo.org/id/term/ewo/Ar%C9%99m%C3%A9nia>,
        <http://lexvo.org/id/term/fao/Armenia>,
        <http://lexvo.org/id/term/fas/%D8%A7%D8%B1%D9%85%D9%86%D8%B3%D8%AA%D8%A7%D9%86>,
        <http://lexvo.org/id/term/fil/Armenia>,
        <http://lexvo.org/id/term/fin/Armenia>,
        <http://lexvo.org/id/term/fra/Arm%C3%A9nie>,
        <http://lexvo.org/id/term/ful/Armenii>,
        <http://lexvo.org/id/term/fur/Armenie>,
        <http://lexvo.org/id/term/gla/Airmeinia>,
        <http://lexvo.org/id/term/gle/An%20Airm%C3%A9in>,
        <http://lexvo.org/id/term/glg/Armenia>,
        <http://lexvo.org/id/term/gsw/Armeenie>,
        <http://lexvo.org/id/term/guj/%E0%AA%86%E0%AA%B0%E0%AB%8D%E0%AA%AE%E0%AB%87%E0%AA%A8%E0%AA%BF%E0%AA%AF%E0%AA%BE>,
        <http://lexvo.org/id/term/guz/Armenia>,
        <http://lexvo.org/id/term/hau/Armeniya>,
        <http://lexvo.org/id/term/heb/%D7%90%D7%A8%D7%9E%D7%A0%D7%99%D7%94>,
        <http://lexvo.org/id/term/hin/%E0%A4%86%E0%A4%B0%E0%A5%8D%E0%A4%AE%E0%A5%87%E0%A4%A8%E0%A4%BF%E0%A4%AF%E0%A4%BE>,
        <http://lexvo.org/id/term/hrv/Armenija>,
        <http://lexvo.org/id/term/hun/%C3%96rm%C3%A9nyorsz%C3%A1g>,
        <http://lexvo.org/id/term/hye/%D5%80%D5%A1%D5%B5%D5%A1%D5%BD%D5%BF%D5%A1%D5%B6%D5%AB%20%D5%80%D5%A1%D5%B6%D6%80%D5%A1%D5%BA%D5%A5%D5%BF%D5%B8%D6%82%D5%A9%D5%B5%D5%B8%D6%82%D5%B6>,
        <http://lexvo.org/id/term/ina/Armenia>,
        <http://lexvo.org/id/term/ind/Armenia>,
        <http://lexvo.org/id/term/isl/Armen%C3%ADa>,
        <http://lexvo.org/id/term/ita/Armenia>,
        <http://lexvo.org/id/term/jmc/Armenia>,
        <http://lexvo.org/id/term/jpn/%E3%82%A2%E3%83%AB%E3%83%A1%E3%83%8B%E3%82%A2>,
        <http://lexvo.org/id/term/kab/Arminya>,
        <http://lexvo.org/id/term/kal/Armenia>,
        <http://lexvo.org/id/term/kam/Armenia>,
        <http://lexvo.org/id/term/kan/%E0%B2%85%E0%B2%B0%E0%B3%8D%E0%B2%AE%E0%B3%87%E0%B2%A8%E0%B2%BF%E0%B2%AF%E0%B2%BE>,
        <http://lexvo.org/id/term/kas/%D8%A7%D9%8E%D8%B1%D9%85%D8%A7%D9%86%D9%90%DB%8C%D8%A7>,
        <http://lexvo.org/id/term/kat/%E1%83%A1%E1%83%9D%E1%83%9B%E1%83%AE%E1%83%94%E1%83%97%E1%83%98>,
        <http://lexvo.org/id/term/kaz/%D0%90%D1%80%D0%BC%D0%B5%D0%BD%D0%B8%D1%8F>,
        <http://lexvo.org/id/term/kde/Almenia>,
        <http://lexvo.org/id/term/kea/Armenia>,
        <http://lexvo.org/id/term/khm/%E1%9E%A2%E1%9E%B6%E1%9E%9A%E1%9E%98%E1%9F%81%E1%9E%93%E1%9E%B8>,
        <http://lexvo.org/id/term/khq/Armeeni>,
        <http://lexvo.org/id/term/kik/Armenia>,
        <http://lexvo.org/id/term/kln/Emetab%20Armenia>,
        <http://lexvo.org/id/term/kor/%EC%95%84%EB%A5%B4%EB%A9%94%EB%8B%88%EC%95%84>,
        <http://lexvo.org/id/term/ksb/Almenia>,
        <http://lexvo.org/id/term/ksf/arm%C9%9Bn%C3%AD>,
        <http://lexvo.org/id/term/ksh/Arrmeenije>,
        <http://lexvo.org/id/term/lag/Arim%C3%A9nia>,
        <http://lexvo.org/id/term/lao/%E0%BA%AD%E0%BA%B2%E0%BA%A1%E0%BA%B4%E0%BB%80%E0%BA%99%E0%BA%8D>,
        <http://lexvo.org/id/term/lav/Arm%C4%93nija>,
        <http://lexvo.org/id/term/lin/Am%C9%9Bni>,
        <http://lexvo.org/id/term/lit/Arm%C4%97nija>,
        <http://lexvo.org/id/term/lub/Ameni>,
        <http://lexvo.org/id/term/lug/Arameniya>,
        <http://lexvo.org/id/term/luo/Armenia>,
        <http://lexvo.org/id/term/luy/Armenia>,
        <http://lexvo.org/id/term/mal/%E0%B4%85%E0%B5%BC%E0%B4%AE%E0%B5%87%E0%B4%A8%E0%B4%BF%E0%B4%AF>,
        <http://lexvo.org/id/term/mar/%E0%A4%86%E0%A4%B0%E0%A5%8D%E0%A4%AE%E0%A5%87%E0%A4%A8%E0%A4%BF%E0%A4%AF%E0%A4%BE>,
        <http://lexvo.org/id/term/mas/Armenia>,
        <http://lexvo.org/id/term/mer/Armenia>,
        <http://lexvo.org/id/term/mfe/Armeni>,
        <http://lexvo.org/id/term/mkd/%D0%95%D1%80%D0%BC%D0%B5%D0%BD%D0%B8%D1%98%D0%B0>,
        <http://lexvo.org/id/term/mlg/Armenia>,
        <http://lexvo.org/id/term/mlt/Armenja>,
        <http://lexvo.org/id/term/mua/armeniya>,
        <http://lexvo.org/id/term/mya/%E1%80%A1%E1%80%AC%E1%80%99%E1%80%B1%E1%80%94%E1%80%AE%E1%80%B8%E1%80%9A%E1%80%AC%E1%80%B8>,
        <http://lexvo.org/id/term/naq/Armeniab>,
        <http://lexvo.org/id/term/nde/Armenia>,
        <http://lexvo.org/id/term/nep/%E0%A4%86%E0%A4%B0%E0%A5%8D%E0%A4%AE%E0%A5%87%E0%A4%A8%E0%A4%BF%E0%A4%AF%E0%A4%BE>,
        <http://lexvo.org/id/term/nld/Armeni%C3%AB>,
        <http://lexvo.org/id/term/nmg/Arm%C3%A9nia>,
        <http://lexvo.org/id/term/nno/Armenia>,
        <http://lexvo.org/id/term/nob/Armenia>,
        <http://lexvo.org/id/term/nus/A%C9%9Brm%C3%A4nia>,
        <http://lexvo.org/id/term/nyn/Arimeniya>,
        <http://lexvo.org/id/term/ori/%E0%AC%86%E0%AC%B0%E0%AD%8D%E0%AC%AE%E0%AD%87%E0%AC%A8%E0%AC%BF%E0%AC%86>,
        <http://lexvo.org/id/term/pol/Armenia>,
        <http://lexvo.org/id/term/por/Arm%C3%A9nia>,
        <http://lexvo.org/id/term/por/Arm%C3%AAnia>,
        <http://lexvo.org/id/term/rof/Amenia>,
        <http://lexvo.org/id/term/roh/Armenia>,
        <http://lexvo.org/id/term/ron/Armenia>,
        <http://lexvo.org/id/term/run/Arumeniya>,
        <http://lexvo.org/id/term/rus/%D0%90%D1%80%D0%BC%D0%B5%D0%BD%D0%B8%D1%8F>,
        <http://lexvo.org/id/term/rwk/Armenia>,
        <http://lexvo.org/id/term/sag/Armen%C3%AFi>,
        <http://lexvo.org/id/term/saq/Armenia>,
        <http://lexvo.org/id/term/sbp/Alimeniya>,
        <http://lexvo.org/id/term/seh/Arm%C3%AAnia>,
        <http://lexvo.org/id/term/ses/Armeeni>,
        <http://lexvo.org/id/term/shi-Latn/arminya>,
        <http://lexvo.org/id/term/shi/%E2%B4%B0%E2%B5%94%E2%B5%8E%E2%B5%89%E2%B5%8F%E2%B5%A2%E2%B4%B0>,
        <http://lexvo.org/id/term/sin/%E0%B6%86%E0%B6%BB%E0%B7%8A%E0%B6%B8%E0%B7%9A%E0%B6%B1%E0%B7%92%E0%B6%BA%E0%B7%8F%E0%B7%80>,
        <http://lexvo.org/id/term/slk/Arm%C3%A9nsko>,
        <http://lexvo.org/id/term/slv/Armenija>,
        <http://lexvo.org/id/term/sme/Armenia>,
        <http://lexvo.org/id/term/sna/Armenia>,
        <http://lexvo.org/id/term/som/Armeeniya>,
        <http://lexvo.org/id/term/spa/Armenia>,
        <http://lexvo.org/id/term/sqi/Armeni>,
        <http://lexvo.org/id/term/srp-Latn/Armenija>,
        <http://lexvo.org/id/term/srp/%D0%90%D1%80%D0%BC%D0%B5%D0%BD%D0%B8%D1%98%D0%B0>,
        <http://lexvo.org/id/term/swc/Armenia>,
        <http://lexvo.org/id/term/swe/Armenien>,
        <http://lexvo.org/id/term/swh/Armenia>,
        <http://lexvo.org/id/term/tam/%E0%AE%86%E0%AE%B0%E0%AF%8D%E0%AE%AE%E0%AF%87%E0%AE%A9%E0%AE%BF%E0%AE%AF%E0%AE%BE>,
        <http://lexvo.org/id/term/tel/%E0%B0%86%E0%B0%B0%E0%B1%8D%E0%B0%AE%E0%B1%87%E0%B0%A8%E0%B0%BF%E0%B0%AF%E0%B0%BE>,
        <http://lexvo.org/id/term/teo/Armenia>,
        <http://lexvo.org/id/term/tha/%E0%B8%AD%E0%B8%B2%E0%B8%A3%E0%B9%8C%E0%B9%80%E0%B8%A1%E0%B9%80%E0%B8%99%E0%B8%B5%E0%B8%A2>,
        <http://lexvo.org/id/term/tig/%E1%8A%A0%E1%88%AD%E1%88%9C%E1%8A%92%E1%8B%AB>,
        <http://lexvo.org/id/term/tir/%E1%8A%A0%E1%88%AD%E1%88%9C%E1%8A%92%E1%8B%AB>,
        <http://lexvo.org/id/term/ton/%CA%BB%C4%80minia>,
        <http://lexvo.org/id/term/tur/Ermenistan>,
        <http://lexvo.org/id/term/twq/Armeeni>,
        <http://lexvo.org/id/term/tzm/Arminya>,
        <http://lexvo.org/id/term/ukr/%D0%92%D1%96%D1%80%D0%BC%D0%B5%D0%BD%D1%96%D1%8F>,
        <http://lexvo.org/id/term/urd/%D8%A2%D8%B1%D9%85%DB%8C%D9%86%DB%8C%D8%A7>,
        <http://lexvo.org/id/term/vai-Latn/Am%C3%A9niya>,
        <http://lexvo.org/id/term/vai/%EA%95%89%EA%95%86%EA%95%AF>,
        <http://lexvo.org/id/term/vie/Armenia>,
        <http://lexvo.org/id/term/vun/Armenia>,
        <http://lexvo.org/id/term/wae/Armenie>,
        <http://lexvo.org/id/term/wal/%E1%8A%A0%E1%88%AD%E1%88%9C%E1%8A%92%E1%8B%AB>,
        <http://lexvo.org/id/term/xog/Arameniya>,
        <http://lexvo.org/id/term/yav/Alman%C3%ADa>,
        <http://lexvo.org/id/term/yor/Or%C3%ADl%E1%BA%B9%CC%81%C3%A8de%20Am%C3%A9n%C3%AD%C3%A0>,
        <http://lexvo.org/id/term/zsm/Armenia>,
        <http://lexvo.org/id/term/zul/i-Armenia> ;
    owl:sameAs <http://psi.oasis-open.org/iso/3166/#051>,
        <http://sws.geonames.org/174982/> .

<http://lexvo.org/id/iso3166/AN> a lvont:GeographicRegion ;
    rdfs:label "Nederlands-Antille"@af,
        "Nedàlân Antàe"@agq,
        "Nɛdɛland Antelez"@ak,
        "ኔዘርላንድስ አንቲልስ"@am,
        "جزر الأنتيل الهولندية"@ar,
        "Antili za Uholandhi"@asa,
        "Hollandiya antilleri"@az,
        "Àŋtîy ǹlɛ̀ndi"@bas,
        "Нідэрландскія Антылы"@be,
        "Huantili dza Huuholanzi"@bez,
        "Холандски Антили"@bg,
        "Peyiba ka Antiyi"@bm,
        "নেদারল্যান্ডস এ্যান্টিলিস"@bn,
        "Antilhez Nederlandat"@br,
        "नीदरलैंड्स एंटिलीज़"@brx,
        "Holandski Antili"@bs,
        "Холандски Антили"@bs-Cyrl,
        "ኔዘርላንድስ አንቲልስ"@byn,
        "Antilles Neerlandeses"@ca,
        "Antiri za Hoorandi"@cgg,
        "荷属安的列斯群岛"@cmn,
        "荷屬安地列斯"@cmn-Hant,
        "Nizozemské Antily"@cs,
        "Ynysoedd Caribî yr Iseldiroedd"@cy,
        "Hollandske Antiller"@da,
        "Antili za Uholanzi"@dav,
        "Niederländische Antillen"@de,
        "Hollandu Antiiyey Laboo"@dje,
        "Antili za Uholanzi"@ebu,
        "Nedalands Antilis nutome"@ee,
        "Ολλανδικές Αντίλλες"@el,
        "ISO 3166-1:AN"@en,
        "Netherlands Antilles"@en,
        "𐐤𐐯𐑄𐐲𐑉𐑊𐐲𐑌𐐼𐑆 𐐈𐑌𐐻𐐮𐑊𐐨𐑆"@en-Dsrt,
        "Nederlandaj Antiloj"@eo,
        "Antillas Holandesas"@es,
        "Antillas Neerlandesas"@es,
        "Hollandi Antillid"@et,
        "Holandarren Antillak"@eu,
        "Anətíyə Nɛdəlánia"@ewo,
        "آنتیل هلند"@fa,
        "Antiiye Nederlanndeeje"@ff,
        "Alankomaiden Antillit"@fi,
        "Netherlands Antilles"@fil,
        "Niðurlendsku Antilloyggjarnar"@fo,
        "Antilles néerlandaises"@fr,
        "Antilis olandesis"@fur,
        "Antillí na hÍsiltíre"@ga,
        "Eileanan Aintilia nan Tìrean Ìsle"@gd,
        "Antillas Holandesas"@gl,
        "Niderländischi Antille"@gsw,
        "નેધરલેંડ્સ એંટિલેસ"@gu,
        "Antili za Uholanzi"@guz,
        "Antiya Na Holan"@ha,
        "אנטילים הולנדיים"@he,
        "नीदरलैंड्स एंटिलीज़"@hi,
        "Nizozemski Antili"@hr,
        "Holland Antillák"@hu,
        "Antillas nederlandese"@ia,
        "Antilla Belanda"@id,
        "Hollensku Antillur"@is,
        "Antille Olandesi"@it,
        "オランダ領アンティル"@ja,
        "Antili za Uholanzi"@jmc,
        "ნიდერლანდების ანტილები"@ka,
        "Antilles n Tmura-Yessakesren"@kab,
        "Antili za Uholanzi"@kam,
        "Antili za Uholanzi"@kde,
        "Antilhas Olandeza"@kea,
        "Hollandu Antiiyey Laboo"@khq,
        "Antili za Uholanzi"@ki,
        "Emetab Antile nebo Holand"@kln,
        "ನೆದರ್‌ಲ್ಯಾಂಡ್"@kn,
        "네덜란드령 안틸레스"@ko,
        "نَیدَرلینٛڑٕس اٮ۪نٹَیلٕس"@ks,
        "Antili za Uholanzi"@ksb,
        "antíyǝ nɛlandé"@ksf,
        "de Nederlängsche Antille"@ksh,
        "Antili ya Ʉholáanzi"@lag,
        "Bizinga bya Antile eby'abaHolandi"@lg,
        "Antiyɛ ya Olandɛ"@ln,
        "ເນເທີແລນແອນເທິນ"@lo,
        "Olandijos Antilai"@lt,
        "Antiye wa Olande"@lu,
        "Netherlands Antilles"@luo,
        "Antili za Uholanzi"@luy,
        "Nīderlandes Antiļas"@lv,
        "Antili za Uholanzi"@mas,
        "Antili cia Holandi"@mer,
        "Antiy neerlande"@mfe,
        "Vondronosy karaiba holandey"@mg,
        "Холандски Антили"@mk,
        "നെതർലൻഡ്സ് ആൻറിലിസ്"@ml,
        "नेदरलँड्‍स अँ‍टिल्स"@mr,
        "Antilles Olandiżi"@mt,
        "Sǝr ma kasǝŋ ma laŋne"@mua,
        "Netherlands Antilles"@naq,
        "De nederlandske antiller"@nb,
        "Netherlands Antilles"@nd,
        "नेदरल्याण्ड्स एण्टिलिस"@ne,
        "Nederlandse Antillen"@nl,
        "B'Antilles bó Nedɛrland"@nmg,
        "Dei nederlandske Antillane"@nn,
        "Antiri za Hoorandi"@nyn,
        "ନେଦରଲ୍ୟାଣ୍ଡସ୍ ଆଣ୍ଟିଲିଜ୍"@or,
        "Antyle Holenderskie"@pl,
        "Antilhas Holandesas"@pt,
        "Antillas Ollandaisas"@rm,
        "Antiye y'Abaholandi"@rn,
        "Antilele Olandeze"@ro,
        "Antili za Uholanzi"@rof,
        "Нидерландские Антильские о-ва"@ru,
        "Antili za Uholanzi"@rwk,
        "Antili za Uholanzi"@saq,
        "Anitili sa Uholansi"@sbp,
        "Antilhas Holandesas"@seh,
        "Hollandu Antiiyey Laboo"@ses,
        "Antîyi tî Holânde"@sg,
        "ⴰⵏⵜⵉⵢ ⵏ ⵀⵓⵍⴰⵏⴷⴰ"@shi,
        "antiy n hulanda"@shi-Latn,
        "නෙදර්ලන්ත ඇන්ටිලීසිය"@si,
        "Holandské Antily"@sk,
        "Nizozemski Antili"@sl,
        "Netherlands Antilles"@sn,
        "Netherlands Antilles"@so,
        "Холандски Антили"@sr,
        "Holandski Antili"@sr-Latn,
        "Nederländska Antillerna"@sv,
        "Antili za Uholanzi"@swc,
        "Antili za Uholanzi"@swh,
        "நெதர்லாந்து ஆண்டில்லெஸ்"@ta,
        "నేదేర్లేండ్స్ అంటిల్లిస్"@te,
        "Antili za Uholanzi"@teo,
        "เนเธอร์แลนด์แอนทิลลิส"@th,
        "ኔዘርላንድስ አንቲልስ"@ti,
        "ኔዘርላንድስ አንቲልስ"@tig,
        "Netaleni ʻEnitilisi"@to,
        "Hollanda Antilleri"@tr,
        "Hollandu Antiiyey Laboo"@twq,
        "Antil Tihulanḍiyyin"@tzm,
        "Нідерландські Антильські Острови"@uk,
        "نیدرلینڈز انٹیلیز"@ur,
        "ꘉꕜ ꖨꕮꕊ ꕉꘋꔳꔷ"@vai,
        "Nidɔlɛŋ Aŋtili"@vai-Latn,
        "Tây Ấn Hà Lan"@vi,
        "Antili za Uholanzi"@vun,
        "Holändiši Antillä"@wae,
        "ኔዘርላንድስ አንቲልስ"@wal,
        "Ebizinga bya Antile by'abaHolandi"@xog,
        "andíiy u nitililáand"@yav,
        "Orílẹ́ède Nedalandi ti Antelisi"@yo,
        "Netherlands Antilles"@zsm,
        "i-Netherlands Antilles"@zu ;
    lvont:label <http://lexvo.org/id/term/afr/Nederlands-Antille>,
        <http://lexvo.org/id/term/agq/Ned%C3%A0l%C3%A2n%20Ant%C3%A0e>,
        <http://lexvo.org/id/term/aka/N%C9%9Bd%C9%9Bland%20Antelez>,
        <http://lexvo.org/id/term/amh/%E1%8A%94%E1%8B%98%E1%88%AD%E1%88%8B%E1%8A%95%E1%8B%B5%E1%88%B5%20%E1%8A%A0%E1%8A%95%E1%89%B2%E1%88%8D%E1%88%B5>,
        <http://lexvo.org/id/term/ara/%D8%AC%D8%B2%D8%B1%20%D8%A7%D9%84%D8%A3%D9%86%D8%AA%D9%8A%D9%84%20%D8%A7%D9%84%D9%87%D9%88%D9%84%D9%86%D8%AF%D9%8A%D8%A9>,
        <http://lexvo.org/id/term/asa/Antili%20za%20Uholandhi>,
        <http://lexvo.org/id/term/aze/Hollandiya%20antilleri>,
        <http://lexvo.org/id/term/bam/Peyiba%20ka%20Antiyi>,
        <http://lexvo.org/id/term/bas/%C3%80%C5%8Bt%C3%AEy%20%C7%B9l%C9%9B%CC%80ndi>,
        <http://lexvo.org/id/term/bel/%D0%9D%D1%96%D0%B4%D1%8D%D1%80%D0%BB%D0%B0%D0%BD%D0%B4%D1%81%D0%BA%D1%96%D1%8F%20%D0%90%D0%BD%D1%82%D1%8B%D0%BB%D1%8B>,
        <http://lexvo.org/id/term/ben/%E0%A6%A8%E0%A7%87%E0%A6%A6%E0%A6%BE%E0%A6%B0%E0%A6%B2%E0%A7%8D%E0%A6%AF%E0%A6%BE%E0%A6%A8%E0%A7%8D%E0%A6%A1%E0%A6%B8%20%E0%A6%8F%E0%A7%8D%E0%A6%AF%E0%A6%BE%E0%A6%A8%E0%A7%8D%E0%A6%9F%E0%A6%BF%E0%A6%B2%E0%A6%BF%E0%A6%B8>,
        <http://lexvo.org/id/term/bez/Huantili%20dza%20Huuholanzi>,
        <http://lexvo.org/id/term/bos-Cyrl/%D0%A5%D0%BE%D0%BB%D0%B0%D0%BD%D0%B4%D1%81%D0%BA%D0%B8%20%D0%90%D0%BD%D1%82%D0%B8%D0%BB%D0%B8>,
        <http://lexvo.org/id/term/bos/Holandski%20Antili>,
        <http://lexvo.org/id/term/bre/Antilhez%20Nederlandat>,
        <http://lexvo.org/id/term/brx/%E0%A4%A8%E0%A5%80%E0%A4%A6%E0%A4%B0%E0%A4%B2%E0%A5%88%E0%A4%82%E0%A4%A1%E0%A5%8D%E0%A4%B8%20%E0%A4%8F%E0%A4%82%E0%A4%9F%E0%A4%BF%E0%A4%B2%E0%A5%80%E0%A4%9C%E0%A4%BC>,
        <http://lexvo.org/id/term/bul/%D0%A5%D0%BE%D0%BB%D0%B0%D0%BD%D0%B4%D1%81%D0%BA%D0%B8%20%D0%90%D0%BD%D1%82%D0%B8%D0%BB%D0%B8>,
        <http://lexvo.org/id/term/byn/%E1%8A%94%E1%8B%98%E1%88%AD%E1%88%8B%E1%8A%95%E1%8B%B5%E1%88%B5%20%E1%8A%A0%E1%8A%95%E1%89%B2%E1%88%8D%E1%88%B5>,
        <http://lexvo.org/id/term/cat/Antilles%20Neerlandeses>,
        <http://lexvo.org/id/term/ces/Nizozemsk%C3%A9%20Antily>,
        <http://lexvo.org/id/term/cgg/Antiri%20za%20Hoorandi>,
        <http://lexvo.org/id/term/cmn-Hant/%E8%8D%B7%E5%B1%AC%E5%AE%89%E5%9C%B0%E5%88%97%E6%96%AF>,
        <http://lexvo.org/id/term/cmn/%E8%8D%B7%E5%B1%9E%E5%AE%89%E7%9A%84%E5%88%97%E6%96%AF%E7%BE%A4%E5%B2%9B>,
        <http://lexvo.org/id/term/cym/Ynysoedd%20Carib%C3%AE%20yr%20Iseldiroedd>,
        <http://lexvo.org/id/term/dan/Hollandske%20Antiller>,
        <http://lexvo.org/id/term/dav/Antili%20za%20Uholanzi>,
        <http://lexvo.org/id/term/deu/Niederl%C3%A4ndische%20Antillen>,
        <http://lexvo.org/id/term/dje/Hollandu%20Antiiyey%20Laboo>,
        <http://lexvo.org/id/term/ebu/Antili%20za%20Uholanzi>,
        <http://lexvo.org/id/term/ell/%CE%9F%CE%BB%CE%BB%CE%B1%CE%BD%CE%B4%CE%B9%CE%BA%CE%AD%CF%82%20%CE%91%CE%BD%CF%84%CE%AF%CE%BB%CE%BB%CE%B5%CF%82>,
        <http://lexvo.org/id/term/eng-Dsrt/%F0%90%90%A4%F0%90%90%AF%F0%90%91%84%F0%90%90%B2%F0%90%91%89%F0%90%91%8A%F0%90%90%B2%F0%90%91%8C%F0%90%90%BC%F0%90%91%86%20%F0%90%90%88%F0%90%91%8C%F0%90%90%BB%F0%90%90%AE%F0%90%91%8A%F0%90%90%A8%F0%90%91%86>,
        <http://lexvo.org/id/term/eng/ISO%203166-1%3AAN>,
        <http://lexvo.org/id/term/eng/Netherlands%20Antilles>,
        <http://lexvo.org/id/term/epo/Nederlandaj%20Antiloj>,
        <http://lexvo.org/id/term/est/Hollandi%20Antillid>,
        <http://lexvo.org/id/term/eus/Holandarren%20Antillak>,
        <http://lexvo.org/id/term/ewe/Nedalands%20Antilis%20nutome>,
        <http://lexvo.org/id/term/ewo/An%C9%99t%C3%ADy%C9%99%20N%C9%9Bd%C9%99l%C3%A1nia>,
        <http://lexvo.org/id/term/fao/Ni%C3%B0urlendsku%20Antilloyggjarnar>,
        <http://lexvo.org/id/term/fas/%D8%A2%D9%86%D8%AA%DB%8C%D9%84%20%D9%87%D9%84%D9%86%D8%AF>,
        <http://lexvo.org/id/term/fil/Netherlands%20Antilles>,
        <http://lexvo.org/id/term/fin/Alankomaiden%20Antillit>,
        <http://lexvo.org/id/term/fra/Antilles%20n%C3%A9erlandaises>,
        <http://lexvo.org/id/term/ful/Antiiye%20Nederlanndeeje>,
        <http://lexvo.org/id/term/fur/Antilis%20olandesis>,
        <http://lexvo.org/id/term/gla/Eileanan%20Aintilia%20nan%20T%C3%ACrean%20%C3%8Csle>,
        <http://lexvo.org/id/term/gle/Antill%C3%AD%20na%20h%C3%8Dsilt%C3%ADre>,
        <http://lexvo.org/id/term/glg/Antillas%20Holandesas>,
        <http://lexvo.org/id/term/gsw/Niderl%C3%A4ndischi%20Antille>,
        <http://lexvo.org/id/term/guj/%E0%AA%A8%E0%AB%87%E0%AA%A7%E0%AA%B0%E0%AA%B2%E0%AB%87%E0%AA%82%E0%AA%A1%E0%AB%8D%E0%AA%B8%20%E0%AA%8F%E0%AA%82%E0%AA%9F%E0%AA%BF%E0%AA%B2%E0%AB%87%E0%AA%B8>,
        <http://lexvo.org/id/term/guz/Antili%20za%20Uholanzi>,
        <http://lexvo.org/id/term/hau/Antiya%20Na%20Holan>,
        <http://lexvo.org/id/term/heb/%D7%90%D7%A0%D7%98%D7%99%D7%9C%D7%99%D7%9D%20%D7%94%D7%95%D7%9C%D7%A0%D7%93%D7%99%D7%99%D7%9D>,
        <http://lexvo.org/id/term/hin/%E0%A4%A8%E0%A5%80%E0%A4%A6%E0%A4%B0%E0%A4%B2%E0%A5%88%E0%A4%82%E0%A4%A1%E0%A5%8D%E0%A4%B8%20%E0%A4%8F%E0%A4%82%E0%A4%9F%E0%A4%BF%E0%A4%B2%E0%A5%80%E0%A4%9C%E0%A4%BC>,
        <http://lexvo.org/id/term/hrv/Nizozemski%20Antili>,
        <http://lexvo.org/id/term/hun/Holland%20Antill%C3%A1k>,
        <http://lexvo.org/id/term/ina/Antillas%20nederlandese>,
        <http://lexvo.org/id/term/ind/Antilla%20Belanda>,
        <http://lexvo.org/id/term/isl/Hollensku%20Antillur>,
        <http://lexvo.org/id/term/ita/Antille%20Olandesi>,
        <http://lexvo.org/id/term/jmc/Antili%20za%20Uholanzi>,
        <http://lexvo.org/id/term/jpn/%E3%82%AA%E3%83%A9%E3%83%B3%E3%83%80%E9%A0%98%E3%82%A2%E3%83%B3%E3%83%86%E3%82%A3%E3%83%AB>,
        <http://lexvo.org/id/term/kab/Antilles%20n%20Tmura-Yessakesren>,
        <http://lexvo.org/id/term/kam/Antili%20za%20Uholanzi>,
        <http://lexvo.org/id/term/kan/%E0%B2%A8%E0%B3%86%E0%B2%A6%E0%B2%B0%E0%B3%8D%E2%80%8C%E0%B2%B2%E0%B3%8D%E0%B2%AF%E0%B2%BE%E0%B2%82%E0%B2%A1%E0%B3%8D>,
        <http://lexvo.org/id/term/kas/%D9%86%D9%8E%DB%8C%D8%AF%D9%8E%D8%B1%D9%84%DB%8C%D9%86%D9%9B%DA%91%D9%95%D8%B3%20%D8%A7%D9%AE%DB%AA%D9%86%D9%B9%D9%8E%DB%8C%D9%84%D9%95%D8%B3>,
        <http://lexvo.org/id/term/kat/%E1%83%9C%E1%83%98%E1%83%93%E1%83%94%E1%83%A0%E1%83%9A%E1%83%90%E1%83%9C%E1%83%93%E1%83%94%E1%83%91%E1%83%98%E1%83%A1%20%E1%83%90%E1%83%9C%E1%83%A2%E1%83%98%E1%83%9A%E1%83%94%E1%83%91%E1%83%98>,
        <http://lexvo.org/id/term/kde/Antili%20za%20Uholanzi>,
        <http://lexvo.org/id/term/kea/Antilhas%20Olandeza>,
        <http://lexvo.org/id/term/khq/Hollandu%20Antiiyey%20Laboo>,
        <http://lexvo.org/id/term/kik/Antili%20za%20Uholanzi>,
        <http://lexvo.org/id/term/kln/Emetab%20Antile%20nebo%20Holand>,
        <http://lexvo.org/id/term/kor/%EB%84%A4%EB%8D%9C%EB%9E%80%EB%93%9C%EB%A0%B9%20%EC%95%88%ED%8B%B8%EB%A0%88%EC%8A%A4>,
        <http://lexvo.org/id/term/ksb/Antili%20za%20Uholanzi>,
        <http://lexvo.org/id/term/ksf/ant%C3%ADy%C7%9D%20n%C9%9Bland%C3%A9>,
        <http://lexvo.org/id/term/ksh/de%20Nederl%C3%A4ngsche%20Antille>,
        <http://lexvo.org/id/term/lag/Antili%20ya%20%C9%84hol%C3%A1anzi>,
        <http://lexvo.org/id/term/lao/%E0%BB%80%E0%BA%99%E0%BB%80%E0%BA%97%E0%BA%B5%E0%BB%81%E0%BA%A5%E0%BA%99%E0%BB%81%E0%BA%AD%E0%BA%99%E0%BB%80%E0%BA%97%E0%BA%B4%E0%BA%99>,
        <http://lexvo.org/id/term/lav/N%C4%ABderlandes%20Anti%C4%BCas>,
        <http://lexvo.org/id/term/lin/Antiy%C9%9B%20ya%20Oland%C9%9B>,
        <http://lexvo.org/id/term/lit/Olandijos%20Antilai>,
        <http://lexvo.org/id/term/lub/Antiye%20wa%20Olande>,
        <http://lexvo.org/id/term/lug/Bizinga%20bya%20Antile%20eby'abaHolandi>,
        <http://lexvo.org/id/term/luo/Netherlands%20Antilles>,
        <http://lexvo.org/id/term/luy/Antili%20za%20Uholanzi>,
        <http://lexvo.org/id/term/mal/%E0%B4%A8%E0%B5%86%E0%B4%A4%E0%B5%BC%E0%B4%B2%E0%B5%BB%E0%B4%A1%E0%B5%8D%E0%B4%B8%E0%B5%8D%20%E0%B4%86%E0%B5%BB%E0%B4%B1%E0%B4%BF%E0%B4%B2%E0%B4%BF%E0%B4%B8%E0%B5%8D>,
        <http://lexvo.org/id/term/mar/%E0%A4%A8%E0%A5%87%E0%A4%A6%E0%A4%B0%E0%A4%B2%E0%A4%81%E0%A4%A1%E0%A5%8D%E2%80%8D%E0%A4%B8%20%E0%A4%85%E0%A4%81%E2%80%8D%E0%A4%9F%E0%A4%BF%E0%A4%B2%E0%A5%8D%E0%A4%B8>,
        <http://lexvo.org/id/term/mas/Antili%20za%20Uholanzi>,
        <http://lexvo.org/id/term/mer/Antili%20cia%20Holandi>,
        <http://lexvo.org/id/term/mfe/Antiy%20neerlande>,
        <http://lexvo.org/id/term/mkd/%D0%A5%D0%BE%D0%BB%D0%B0%D0%BD%D0%B4%D1%81%D0%BA%D0%B8%20%D0%90%D0%BD%D1%82%D0%B8%D0%BB%D0%B8>,
        <http://lexvo.org/id/term/mlg/Vondronosy%20karaiba%20holandey>,
        <http://lexvo.org/id/term/mlt/Antilles%20Olandi%C5%BCi>,
        <http://lexvo.org/id/term/mua/S%C7%9Dr%20ma%20kas%C7%9D%C5%8B%20ma%20la%C5%8Bne>,
        <http://lexvo.org/id/term/naq/Netherlands%20Antilles>,
        <http://lexvo.org/id/term/nde/Netherlands%20Antilles>,
        <http://lexvo.org/id/term/nep/%E0%A4%A8%E0%A5%87%E0%A4%A6%E0%A4%B0%E0%A4%B2%E0%A5%8D%E0%A4%AF%E0%A4%BE%E0%A4%A3%E0%A5%8D%E0%A4%A1%E0%A5%8D%E0%A4%B8%20%E0%A4%8F%E0%A4%A3%E0%A5%8D%E0%A4%9F%E0%A4%BF%E0%A4%B2%E0%A4%BF%E0%A4%B8>,
        <http://lexvo.org/id/term/nld/Nederlandse%20Antillen>,
        <http://lexvo.org/id/term/nmg/B'Antilles%20b%C3%B3%20Ned%C9%9Brland>,
        <http://lexvo.org/id/term/nno/Dei%20nederlandske%20Antillane>,
        <http://lexvo.org/id/term/nob/De%20nederlandske%20antiller>,
        <http://lexvo.org/id/term/nyn/Antiri%20za%20Hoorandi>,
        <http://lexvo.org/id/term/ori/%E0%AC%A8%E0%AD%87%E0%AC%A6%E0%AC%B0%E0%AC%B2%E0%AD%8D%E0%AD%9F%E0%AC%BE%E0%AC%A3%E0%AD%8D%E0%AC%A1%E0%AC%B8%E0%AD%8D%20%E0%AC%86%E0%AC%A3%E0%AD%8D%E0%AC%9F%E0%AC%BF%E0%AC%B2%E0%AC%BF%E0%AC%9C%E0%AD%8D>,
        <http://lexvo.org/id/term/pol/Antyle%20Holenderskie>,
        <http://lexvo.org/id/term/por/Antilhas%20Holandesas>,
        <http://lexvo.org/id/term/rof/Antili%20za%20Uholanzi>,
        <http://lexvo.org/id/term/roh/Antillas%20Ollandaisas>,
        <http://lexvo.org/id/term/ron/Antilele%20Olandeze>,
        <http://lexvo.org/id/term/run/Antiye%20y'Abaholandi>,
        <http://lexvo.org/id/term/rus/%D0%9D%D0%B8%D0%B4%D0%B5%D1%80%D0%BB%D0%B0%D0%BD%D0%B4%D1%81%D0%BA%D0%B8%D0%B5%20%D0%90%D0%BD%D1%82%D0%B8%D0%BB%D1%8C%D1%81%D0%BA%D0%B8%D0%B5%20%D0%BE-%D0%B2%D0%B0>,
        <http://lexvo.org/id/term/rwk/Antili%20za%20Uholanzi>,
        <http://lexvo.org/id/term/sag/Ant%C3%AEyi%20t%C3%AE%20Hol%C3%A2nde>,
        <http://lexvo.org/id/term/saq/Antili%20za%20Uholanzi>,
        <http://lexvo.org/id/term/sbp/Anitili%20sa%20Uholansi>,
        <http://lexvo.org/id/term/seh/Antilhas%20Holandesas>,
        <http://lexvo.org/id/term/ses/Hollandu%20Antiiyey%20Laboo>,
        <http://lexvo.org/id/term/shi-Latn/antiy%20n%20hulanda>,
        <http://lexvo.org/id/term/shi/%E2%B4%B0%E2%B5%8F%E2%B5%9C%E2%B5%89%E2%B5%A2%20%E2%B5%8F%20%E2%B5%80%E2%B5%93%E2%B5%8D%E2%B4%B0%E2%B5%8F%E2%B4%B7%E2%B4%B0>,
        <http://lexvo.org/id/term/sin/%E0%B6%B1%E0%B7%99%E0%B6%AF%E0%B6%BB%E0%B7%8A%E0%B6%BD%E0%B6%B1%E0%B7%8A%E0%B6%AD%20%E0%B6%87%E0%B6%B1%E0%B7%8A%E0%B6%A7%E0%B7%92%E0%B6%BD%E0%B7%93%E0%B7%83%E0%B7%92%E0%B6%BA>,
        <http://lexvo.org/id/term/slk/Holandsk%C3%A9%20Antily>,
        <http://lexvo.org/id/term/slv/Nizozemski%20Antili>,
        <http://lexvo.org/id/term/sna/Netherlands%20Antilles>,
        <http://lexvo.org/id/term/som/Netherlands%20Antilles>,
        <http://lexvo.org/id/term/spa/Antillas%20Holandesas>,
        <http://lexvo.org/id/term/spa/Antillas%20Neerlandesas>,
        <http://lexvo.org/id/term/srp-Latn/Holandski%20Antili>,
        <http://lexvo.org/id/term/srp/%D0%A5%D0%BE%D0%BB%D0%B0%D0%BD%D0%B4%D1%81%D0%BA%D0%B8%20%D0%90%D0%BD%D1%82%D0%B8%D0%BB%D0%B8>,
        <http://lexvo.org/id/term/swc/Antili%20za%20Uholanzi>,
        <http://lexvo.org/id/term/swe/Nederl%C3%A4ndska%20Antillerna>,
        <http://lexvo.org/id/term/swh/Antili%20za%20Uholanzi>,
        <http://lexvo.org/id/term/tam/%E0%AE%A8%E0%AF%86%E0%AE%A4%E0%AE%B0%E0%AF%8D%E0%AE%B2%E0%AE%BE%E0%AE%A8%E0%AF%8D%E0%AE%A4%E0%AF%81%20%E0%AE%86%E0%AE%A3%E0%AF%8D%E0%AE%9F%E0%AE%BF%E0%AE%B2%E0%AF%8D%E0%AE%B2%E0%AF%86%E0%AE%B8%E0%AF%8D>,
        <http://lexvo.org/id/term/tel/%E0%B0%A8%E0%B1%87%E0%B0%A6%E0%B1%87%E0%B0%B0%E0%B1%8D%E0%B0%B2%E0%B1%87%E0%B0%82%E0%B0%A1%E0%B1%8D%E0%B0%B8%E0%B1%8D%20%E0%B0%85%E0%B0%82%E0%B0%9F%E0%B0%BF%E0%B0%B2%E0%B1%8D%E0%B0%B2%E0%B0%BF%E0%B0%B8%E0%B1%8D>,
        <http://lexvo.org/id/term/teo/Antili%20za%20Uholanzi>,
        <http://lexvo.org/id/term/tha/%E0%B9%80%E0%B8%99%E0%B9%80%E0%B8%98%E0%B8%AD%E0%B8%A3%E0%B9%8C%E0%B9%81%E0%B8%A5%E0%B8%99%E0%B8%94%E0%B9%8C%E0%B9%81%E0%B8%AD%E0%B8%99%E0%B8%97%E0%B8%B4%E0%B8%A5%E0%B8%A5%E0%B8%B4%E0%B8%AA>,
        <http://lexvo.org/id/term/tig/%E1%8A%94%E1%8B%98%E1%88%AD%E1%88%8B%E1%8A%95%E1%8B%B5%E1%88%B5%20%E1%8A%A0%E1%8A%95%E1%89%B2%E1%88%8D%E1%88%B5>,
        <http://lexvo.org/id/term/tir/%E1%8A%94%E1%8B%98%E1%88%AD%E1%88%8B%E1%8A%95%E1%8B%B5%E1%88%B5%20%E1%8A%A0%E1%8A%95%E1%89%B2%E1%88%8D%E1%88%B5>,
        <http://lexvo.org/id/term/ton/Netaleni%20%CA%BBEnitilisi>,
        <http://lexvo.org/id/term/tur/Hollanda%20Antilleri>,
        <http://lexvo.org/id/term/twq/Hollandu%20Antiiyey%20Laboo>,
        <http://lexvo.org/id/term/tzm/Antil%20Tihulan%E1%B8%8Diyyin>,
        <http://lexvo.org/id/term/ukr/%D0%9D%D1%96%D0%B4%D0%B5%D1%80%D0%BB%D0%B0%D0%BD%D0%B4%D1%81%D1%8C%D0%BA%D1%96%20%D0%90%D0%BD%D1%82%D0%B8%D0%BB%D1%8C%D1%81%D1%8C%D0%BA%D1%96%20%D0%9E%D1%81%D1%82%D1%80%D0%BE%D0%B2%D0%B8>,
        <http://lexvo.org/id/term/urd/%D9%86%DB%8C%D8%AF%D8%B1%D9%84%DB%8C%D9%86%DA%88%D8%B2%20%D8%A7%D9%86%D9%B9%DB%8C%D9%84%DB%8C%D8%B2>,
        <http://lexvo.org/id/term/vai-Latn/Nid%C9%94l%C9%9B%C5%8B%20A%C5%8Btili>,
        <http://lexvo.org/id/term/vai/%EA%98%89%EA%95%9C%20%EA%96%A8%EA%95%AE%EA%95%8A%20%EA%95%89%EA%98%8B%EA%94%B3%EA%94%B7>,
        <http://lexvo.org/id/term/vie/T%C3%A2y%20%E1%BA%A4n%20H%C3%A0%20Lan>,
        <http://lexvo.org/id/term/vun/Antili%20za%20Uholanzi>,
        <http://lexvo.org/id/term/wae/Hol%C3%A4ndi%C5%A1i%20Antill%C3%A4>,
        <http://lexvo.org/id/term/wal/%E1%8A%94%E1%8B%98%E1%88%AD%E1%88%8B%E1%8A%95%E1%8B%B5%E1%88%B5%20%E1%8A%A0%E1%8A%95%E1%89%B2%E1%88%8D%E1%88%B5>,
        <http://lexvo.org/id/term/xog/Ebizinga%20bya%20Antile%20by'abaHolandi>,
        <http://lexvo.org/id/term/yav/and%C3%ADiy%20u%20nitilil%C3%A1and>,
        <http://lexvo.org/id/term/yor/Or%C3%ADl%E1%BA%B9%CC%81%C3%A8de%20Nedalandi%20ti%20Antelisi>,
        <http://lexvo.org/id/term/zsm/Netherlands%20Antilles>,
        <http://lexvo.org/id/term/zul/i-Netherlands%20Antilles> ;
    owl:sameAs <http://psi.oasis-open.org/iso/3166/#530>,
        <http://sws.geonames.org/3513447/> .

<http://lexvo.org/id/iso3166/AO> a lvont:GeographicRegion ;
    rdfs:label "Angola"@af,
        "Àŋgolà"@agq,
        "Angola"@ak,
        "አንጐላ"@am,
        "أنغولا"@ar,
        "Angola"@asa,
        "Angola"@ast,
        "Angola"@az,
        "Àŋgolà"@bas,
        "Ангола"@be,
        "Huangola"@bez,
        "Ангола"@bg,
        "Angola"@bm,
        "এ্যাঙ্গোলা"@bn,
        "ཨང་གཽ་ལ།"@bo,
        "Angola"@br,
        "अंगोला"@brx,
        "Angola"@bs,
        "Ангола"@bs-Cyrl,
        "Angola"@ca,
        "Angora"@cgg,
        "ᎠᏂᎪᎳ"@chr,
        "安哥拉"@cmn,
        "安哥拉"@cmn-Hant,
        "Angola"@cs,
        "Angola"@cy,
        "Angola"@da,
        "Angola"@dav,
        "Angola"@de,
        "Angoola"@dje,
        "Angola"@dyo,
        "ཨང་གྷོ་ལ"@dz,
        "Angola"@ebu,
        "Angola nutome"@ee,
        "Ανγκόλα"@el,
        "Angola"@en,
        "ISO 3166-1:AO"@en,
        "𐐈𐑌𐑀𐐬𐑊𐐲"@en-Dsrt,
        "Angolo"@eo,
        "Angola"@es,
        "Angola"@et,
        "Angola"@eu,
        "Angolá"@ewo,
        "آنگولا"@fa,
        "انگولا"@fa,
        "Anngolaa"@ff,
        "Angola"@fi,
        "Angola"@fil,
        "Angola"@fo,
        "Angola"@fr,
        "Angola"@fur,
        "Angóla"@ga,
        "Angòla"@gd,
        "Angola"@gl,
        "Angoola"@gsw,
        "અંગોલા"@gu,
        "Angola"@guz,
        "Angola"@ha,
        "אנגולה"@he,
        "अंगोला"@hi,
        "Angola"@hr,
        "Angola"@hu,
        "Անգոլա"@hy,
        "Angola"@ia,
        "Angola"@id,
        "Angóla"@is,
        "Angola"@it,
        "アンゴラ"@ja,
        "Aŋgɔ́la"@jgo,
        "Angola"@jmc,
        "ანგოლა"@ka,
        "Ungula"@kab,
        "Angola"@kam,
        "Angola"@kde,
        "Angola"@kea,
        "Angoola"@khq,
        "Angola"@ki,
        "Ангола"@kk,
        "Angola"@kl,
        "Emetab Angola"@kln,
        "អង់ហ្គោឡា"@km,
        "ಅಂಗೋಲಾ"@kn,
        "앙골라"@ko,
        "اینٛگولا"@ks,
        "Angola"@ksb,
        "angóla"@ksf,
        "Angjoola"@ksh,
        "Angóola"@lag,
        "Angola"@lg,
        "Angóla"@ln,
        "ອັນໂກລາ"@lo,
        "Angola"@lt,
        "Angola"@lu,
        "Angola"@luo,
        "Angola"@luy,
        "Angola"@lv,
        "Angola"@mas,
        "Angola"@mer,
        "Angola"@mfe,
        "Angola"@mg,
        "Ангола"@mk,
        "അംഗോള"@ml,
        "अंगोला"@mr,
        "Angola"@mt,
        "angola"@mua,
        "အင်ဂိုလာ"@my,
        "Angolab"@naq,
        "Angola"@nb,
        "Angola"@nd,
        "अङ्गोला"@ne,
        "Angola"@nl,
        "Angola"@nmg,
        "Angola"@nn,
        "Aŋgola"@nus,
        "Angora"@nyn,
        "ଆଙ୍ଗୋଲା"@or,
        "Angola"@pl,
        "انګولا"@ps,
        "Angola"@pt,
        "Angola"@rm,
        "Angola"@rn,
        "Angola"@ro,
        "Angolo"@rof,
        "Ангола"@ru,
        "Angola"@rwk,
        "Angola"@saq,
        "Angola"@sbp,
        "Angola"@se,
        "Angola"@seh,
        "Angoola"@ses,
        "Angoläa"@sg,
        "ⴰⵏⴳⵓⵍⴰ"@shi,
        "angula"@shi-Latn,
        "ඇන්ගෝලාව"@si,
        "Angola"@sk,
        "Angola"@sl,
        "Angola"@sn,
        "Angoola"@so,
        "Angolë"@sq,
        "Ангола"@sr,
        "Angola"@sr-Latn,
        "Angola"@sv,
        "Angola"@swc,
        "Angola"@swh,
        "அங்கோலா"@ta,
        "అంగోలా"@te,
        "Angola"@teo,
        "แองโกลา"@th,
        "አንጐላ"@ti,
        "ʻEnikola"@to,
        "Angola"@tr,
        "Angoola"@twq,
        "Angula"@tzm,
        "Ангола"@uk,
        "انگولا"@ur,
        "ꕉꖐꕞ"@vai,
        "Aŋgóla"@vai-Latn,
        "Angola"@vi,
        "Angola"@vun,
        "Angola"@wae,
        "Angola"@xog,
        "Aŋkúla"@yav,
        "Orílẹ́ède Ààngólà"@yo,
        "Angola"@zsm,
        "i-Angola"@zu ;
    lvont:label <http://lexvo.org/id/term/afr/Angola>,
        <http://lexvo.org/id/term/agq/%C3%80%C5%8Bgol%C3%A0>,
        <http://lexvo.org/id/term/aka/Angola>,
        <http://lexvo.org/id/term/amh/%E1%8A%A0%E1%8A%95%E1%8C%90%E1%88%8B>,
        <http://lexvo.org/id/term/ara/%D8%A3%D9%86%D8%BA%D9%88%D9%84%D8%A7>,
        <http://lexvo.org/id/term/asa/Angola>,
        <http://lexvo.org/id/term/ast/Angola>,
        <http://lexvo.org/id/term/aze/Angola>,
        <http://lexvo.org/id/term/bam/Angola>,
        <http://lexvo.org/id/term/bas/%C3%80%C5%8Bgol%C3%A0>,
        <http://lexvo.org/id/term/bel/%D0%90%D0%BD%D0%B3%D0%BE%D0%BB%D0%B0>,
        <http://lexvo.org/id/term/ben/%E0%A6%8F%E0%A7%8D%E0%A6%AF%E0%A6%BE%E0%A6%99%E0%A7%8D%E0%A6%97%E0%A7%8B%E0%A6%B2%E0%A6%BE>,
        <http://lexvo.org/id/term/bez/Huangola>,
        <http://lexvo.org/id/term/bod/%E0%BD%A8%E0%BD%84%E0%BC%8B%E0%BD%82%E0%BD%BD%E0%BC%8B%E0%BD%A3%E0%BC%8D>,
        <http://lexvo.org/id/term/bos-Cyrl/%D0%90%D0%BD%D0%B3%D0%BE%D0%BB%D0%B0>,
        <http://lexvo.org/id/term/bos/Angola>,
        <http://lexvo.org/id/term/bre/Angola>,
        <http://lexvo.org/id/term/brx/%E0%A4%85%E0%A4%82%E0%A4%97%E0%A5%8B%E0%A4%B2%E0%A4%BE>,
        <http://lexvo.org/id/term/bul/%D0%90%D0%BD%D0%B3%D0%BE%D0%BB%D0%B0>,
        <http://lexvo.org/id/term/cat/Angola>,
        <http://lexvo.org/id/term/ces/Angola>,
        <http://lexvo.org/id/term/cgg/Angora>,
        <http://lexvo.org/id/term/chr/%E1%8E%A0%E1%8F%82%E1%8E%AA%E1%8E%B3>,
        <http://lexvo.org/id/term/cmn-Hant/%E5%AE%89%E5%93%A5%E6%8B%89>,
        <http://lexvo.org/id/term/cmn/%E5%AE%89%E5%93%A5%E6%8B%89>,
        <http://lexvo.org/id/term/cym/Angola>,
        <http://lexvo.org/id/term/dan/Angola>,
        <http://lexvo.org/id/term/dav/Angola>,
        <http://lexvo.org/id/term/deu/Angola>,
        <http://lexvo.org/id/term/dje/Angoola>,
        <http://lexvo.org/id/term/dyo/Angola>,
        <http://lexvo.org/id/term/dzo/%E0%BD%A8%E0%BD%84%E0%BC%8B%E0%BD%82%E0%BE%B7%E0%BD%BC%E0%BC%8B%E0%BD%A3>,
        <http://lexvo.org/id/term/ebu/Angola>,
        <http://lexvo.org/id/term/ell/%CE%91%CE%BD%CE%B3%CE%BA%CF%8C%CE%BB%CE%B1>,
        <http://lexvo.org/id/term/eng-Dsrt/%F0%90%90%88%F0%90%91%8C%F0%90%91%80%F0%90%90%AC%F0%90%91%8A%F0%90%90%B2>,
        <http://lexvo.org/id/term/eng/Angola>,
        <http://lexvo.org/id/term/eng/ISO%203166-1%3AAO>,
        <http://lexvo.org/id/term/epo/Angolo>,
        <http://lexvo.org/id/term/est/Angola>,
        <http://lexvo.org/id/term/eus/Angola>,
        <http://lexvo.org/id/term/ewe/Angola%20nutome>,
        <http://lexvo.org/id/term/ewo/Angol%C3%A1>,
        <http://lexvo.org/id/term/fao/Angola>,
        <http://lexvo.org/id/term/fas/%D8%A2%D9%86%DA%AF%D9%88%D9%84%D8%A7>,
        <http://lexvo.org/id/term/fas/%D8%A7%D9%86%DA%AF%D9%88%D9%84%D8%A7>,
        <http://lexvo.org/id/term/fil/Angola>,
        <http://lexvo.org/id/term/fin/Angola>,
        <http://lexvo.org/id/term/fra/Angola>,
        <http://lexvo.org/id/term/ful/Anngolaa>,
        <http://lexvo.org/id/term/fur/Angola>,
        <http://lexvo.org/id/term/gla/Ang%C3%B2la>,
        <http://lexvo.org/id/term/gle/Ang%C3%B3la>,
        <http://lexvo.org/id/term/glg/Angola>,
        <http://lexvo.org/id/term/gsw/Angoola>,
        <http://lexvo.org/id/term/guj/%E0%AA%85%E0%AA%82%E0%AA%97%E0%AB%8B%E0%AA%B2%E0%AA%BE>,
        <http://lexvo.org/id/term/guz/Angola>,
        <http://lexvo.org/id/term/hau/Angola>,
        <http://lexvo.org/id/term/heb/%D7%90%D7%A0%D7%92%D7%95%D7%9C%D7%94>,
        <http://lexvo.org/id/term/hin/%E0%A4%85%E0%A4%82%E0%A4%97%E0%A5%8B%E0%A4%B2%E0%A4%BE>,
        <http://lexvo.org/id/term/hrv/Angola>,
        <http://lexvo.org/id/term/hun/Angola>,
        <http://lexvo.org/id/term/hye/%D4%B1%D5%B6%D5%A3%D5%B8%D5%AC%D5%A1>,
        <http://lexvo.org/id/term/ina/Angola>,
        <http://lexvo.org/id/term/ind/Angola>,
        <http://lexvo.org/id/term/isl/Ang%C3%B3la>,
        <http://lexvo.org/id/term/ita/Angola>,
        <http://lexvo.org/id/term/jgo/A%C5%8Bg%C9%94%CC%81la>,
        <http://lexvo.org/id/term/jmc/Angola>,
        <http://lexvo.org/id/term/jpn/%E3%82%A2%E3%83%B3%E3%82%B4%E3%83%A9>,
        <http://lexvo.org/id/term/kab/Ungula>,
        <http://lexvo.org/id/term/kal/Angola>,
        <http://lexvo.org/id/term/kam/Angola>,
        <http://lexvo.org/id/term/kan/%E0%B2%85%E0%B2%82%E0%B2%97%E0%B3%8B%E0%B2%B2%E0%B2%BE>,
        <http://lexvo.org/id/term/kas/%D8%A7%DB%8C%D9%86%D9%9B%DA%AF%D9%88%D9%84%D8%A7>,
        <http://lexvo.org/id/term/kat/%E1%83%90%E1%83%9C%E1%83%92%E1%83%9D%E1%83%9A%E1%83%90>,
        <http://lexvo.org/id/term/kaz/%D0%90%D0%BD%D0%B3%D0%BE%D0%BB%D0%B0>,
        <http://lexvo.org/id/term/kde/Angola>,
        <http://lexvo.org/id/term/kea/Angola>,
        <http://lexvo.org/id/term/khm/%E1%9E%A2%E1%9E%84%E1%9F%8B%E1%9E%A0%E1%9F%92%E1%9E%82%E1%9F%84%E1%9E%A1%E1%9E%B6>,
        <http://lexvo.org/id/term/khq/Angoola>,
        <http://lexvo.org/id/term/kik/Angola>,
        <http://lexvo.org/id/term/kln/Emetab%20Angola>,
        <http://lexvo.org/id/term/kor/%EC%95%99%EA%B3%A8%EB%9D%BC>,
        <http://lexvo.org/id/term/ksb/Angola>,
        <http://lexvo.org/id/term/ksf/ang%C3%B3la>,
        <http://lexvo.org/id/term/ksh/Angjoola>,
        <http://lexvo.org/id/term/lag/Ang%C3%B3ola>,
        <http://lexvo.org/id/term/lao/%E0%BA%AD%E0%BA%B1%E0%BA%99%E0%BB%82%E0%BA%81%E0%BA%A5%E0%BA%B2>,
        <http://lexvo.org/id/term/lav/Angola>,
        <http://lexvo.org/id/term/lin/Ang%C3%B3la>,
        <http://lexvo.org/id/term/lit/Angola>,
        <http://lexvo.org/id/term/lub/Angola>,
        <http://lexvo.org/id/term/lug/Angola>,
        <http://lexvo.org/id/term/luo/Angola>,
        <http://lexvo.org/id/term/luy/Angola>,
        <http://lexvo.org/id/term/mal/%E0%B4%85%E0%B4%82%E0%B4%97%E0%B5%8B%E0%B4%B3>,
        <http://lexvo.org/id/term/mar/%E0%A4%85%E0%A4%82%E0%A4%97%E0%A5%8B%E0%A4%B2%E0%A4%BE>,
        <http://lexvo.org/id/term/mas/Angola>,
        <http://lexvo.org/id/term/mer/Angola>,
        <http://lexvo.org/id/term/mfe/Angola>,
        <http://lexvo.org/id/term/mkd/%D0%90%D0%BD%D0%B3%D0%BE%D0%BB%D0%B0>,
        <http://lexvo.org/id/term/mlg/Angola>,
        <http://lexvo.org/id/term/mlt/Angola>,
        <http://lexvo.org/id/term/mua/angola>,
        <http://lexvo.org/id/term/mya/%E1%80%A1%E1%80%84%E1%80%BA%E1%80%82%E1%80%AD%E1%80%AF%E1%80%9C%E1%80%AC>,
        <http://lexvo.org/id/term/naq/Angolab>,
        <http://lexvo.org/id/term/nde/Angola>,
        <http://lexvo.org/id/term/nep/%E0%A4%85%E0%A4%99%E0%A5%8D%E0%A4%97%E0%A5%8B%E0%A4%B2%E0%A4%BE>,
        <http://lexvo.org/id/term/nld/Angola>,
        <http://lexvo.org/id/term/nmg/Angola>,
        <http://lexvo.org/id/term/nno/Angola>,
        <http://lexvo.org/id/term/nob/Angola>,
        <http://lexvo.org/id/term/nus/A%C5%8Bgola>,
        <http://lexvo.org/id/term/nyn/Angora>,
        <http://lexvo.org/id/term/ori/%E0%AC%86%E0%AC%99%E0%AD%8D%E0%AC%97%E0%AD%8B%E0%AC%B2%E0%AC%BE>,
        <http://lexvo.org/id/term/pol/Angola>,
        <http://lexvo.org/id/term/por/Angola>,
        <http://lexvo.org/id/term/pus/%D8%A7%D9%86%DA%AB%D9%88%D9%84%D8%A7>,
        <http://lexvo.org/id/term/rof/Angolo>,
        <http://lexvo.org/id/term/roh/Angola>,
        <http://lexvo.org/id/term/ron/Angola>,
        <http://lexvo.org/id/term/run/Angola>,
        <http://lexvo.org/id/term/rus/%D0%90%D0%BD%D0%B3%D0%BE%D0%BB%D0%B0>,
        <http://lexvo.org/id/term/rwk/Angola>,
        <http://lexvo.org/id/term/sag/Angol%C3%A4a>,
        <http://lexvo.org/id/term/saq/Angola>,
        <http://lexvo.org/id/term/sbp/Angola>,
        <http://lexvo.org/id/term/seh/Angola>,
        <http://lexvo.org/id/term/ses/Angoola>,
        <http://lexvo.org/id/term/shi-Latn/angula>,
        <http://lexvo.org/id/term/shi/%E2%B4%B0%E2%B5%8F%E2%B4%B3%E2%B5%93%E2%B5%8D%E2%B4%B0>,
        <http://lexvo.org/id/term/sin/%E0%B6%87%E0%B6%B1%E0%B7%8A%E0%B6%9C%E0%B7%9D%E0%B6%BD%E0%B7%8F%E0%B7%80>,
        <http://lexvo.org/id/term/slk/Angola>,
        <http://lexvo.org/id/term/slv/Angola>,
        <http://lexvo.org/id/term/sme/Angola>,
        <http://lexvo.org/id/term/sna/Angola>,
        <http://lexvo.org/id/term/som/Angoola>,
        <http://lexvo.org/id/term/spa/Angola>,
        <http://lexvo.org/id/term/sqi/Angol%C3%AB>,
        <http://lexvo.org/id/term/srp-Latn/Angola>,
        <http://lexvo.org/id/term/srp/%D0%90%D0%BD%D0%B3%D0%BE%D0%BB%D0%B0>,
        <http://lexvo.org/id/term/swc/Angola>,
        <http://lexvo.org/id/term/swe/Angola>,
        <http://lexvo.org/id/term/swh/Angola>,
        <http://lexvo.org/id/term/tam/%E0%AE%85%E0%AE%99%E0%AF%8D%E0%AE%95%E0%AF%8B%E0%AE%B2%E0%AE%BE>,
        <http://lexvo.org/id/term/tel/%E0%B0%85%E0%B0%82%E0%B0%97%E0%B1%8B%E0%B0%B2%E0%B0%BE>,
        <http://lexvo.org/id/term/teo/Angola>,
        <http://lexvo.org/id/term/tha/%E0%B9%81%E0%B8%AD%E0%B8%87%E0%B9%82%E0%B8%81%E0%B8%A5%E0%B8%B2>,
        <http://lexvo.org/id/term/tir/%E1%8A%A0%E1%8A%95%E1%8C%90%E1%88%8B>,
        <http://lexvo.org/id/term/ton/%CA%BBEnikola>,
        <http://lexvo.org/id/term/tur/Angola>,
        <http://lexvo.org/id/term/twq/Angoola>,
        <http://lexvo.org/id/term/tzm/Angula>,
        <http://lexvo.org/id/term/ukr/%D0%90%D0%BD%D0%B3%D0%BE%D0%BB%D0%B0>,
        <http://lexvo.org/id/term/urd/%D8%A7%D9%86%DA%AF%D9%88%D9%84%D8%A7>,
        <http://lexvo.org/id/term/vai-Latn/A%C5%8Bg%C3%B3la>,
        <http://lexvo.org/id/term/vai/%EA%95%89%EA%96%90%EA%95%9E>,
        <http://lexvo.org/id/term/vie/Angola>,
        <http://lexvo.org/id/term/vun/Angola>,
        <http://lexvo.org/id/term/wae/Angola>,
        <http://lexvo.org/id/term/xog/Angola>,
        <http://lexvo.org/id/term/yav/A%C5%8Bk%C3%BAla>,
        <http://lexvo.org/id/term/yor/Or%C3%ADl%E1%BA%B9%CC%81%C3%A8de%20%C3%80%C3%A0ng%C3%B3l%C3%A0>,
        <http://lexvo.org/id/term/zsm/Angola>,
        <http://lexvo.org/id/term/zul/i-Angola> ;
    owl:sameAs <http://psi.oasis-open.org/iso/3166/#024>,
        <http://sws.geonames.org/3351879/> .

<http://lexvo.org/id/iso3166/AR> a lvont:GeographicRegion ;
    rdfs:label "Argentinië"@af,
        "Àdzɛ̀ntinà"@agq,
        "Agyɛntina"@ak,
        "አርጀንቲና"@am,
        "الأرجنتين"@ar,
        "Ajentina"@asa,
        "Arxentina"@ast,
        "Arqentina"@az,
        "Àrgàŋtinà"@bas,
        "Аргенціна"@be,
        "Huajendina"@bez,
        "Аржентина"@bg,
        "Arizantin"@bm,
        "আর্জেণ্টাইনা"@bn,
        "ཨར་ཇེན་ཊི་ན།"@bo,
        "Arcʼhantina"@br,
        "अर्जेण्टिना"@brx,
        "Argentina"@bs,
        "Аргентина"@bs-Cyrl,
        "አርጀንቲና"@byn,
        "Argentina"@ca,
        "Arigentina"@cgg,
        "ᎠᏥᏂᏘᏂᎠ"@chr,
        "阿根廷"@cmn,
        "阿根廷"@cmn-Hant,
        "Argentina"@cs,
        "yr Ariannin"@cy,
        "Argentina"@da,
        "Ajentina"@dav,
        "Argentinien"@de,
        "Argentine"@dje,
        "Arsantin"@dyo,
        "ཨར་ཇེན་ཊི་ན"@dz,
        "Ajentina"@ebu,
        "Argentina nutome"@ee,
        "Αργεντινή"@el,
        "Argentina"@en,
        "ISO 3166-1:AR"@en,
        "𐐂𐑉𐐾𐐲𐑌𐐻𐐨𐑌𐐲"@en-Dsrt,
        "Argentino"@eo,
        "Argentina"@es,
        "Argentina"@et,
        "Argentina"@eu,
        "Arəhenətína"@ewo,
        "آرژانتین"@fa,
        "ارجنتاین"@fa,
        "Arjantiin"@ff,
        "Argentiina"@fi,
        "Argentina"@fil,
        "Argentina"@fo,
        "Argentine"@fr,
        "Argjentine"@fur,
        "An Airgintín"@ga,
        "An Argantain"@gd,
        "Arxentina"@gl,
        "Argentiinie"@gsw,
        "આર્જેન્ટીના"@gu,
        "Ajentina"@guz,
        "Arjantiniya"@ha,
        "ארגנטינה"@he,
        "अर्जेन्टीना"@hi,
        "Argentina"@hr,
        "Argentína"@hu,
        "Արգենտինա"@hy,
        "Argentina"@ia,
        "Argentina"@id,
        "Argentína"@is,
        "Argentina"@it,
        "アルゼンチン"@ja,
        "Ajɛntîn"@jgo,
        "Ajentina"@jmc,
        "არგენტინა"@ka,
        "Arjuntin"@kab,
        "Ajentina"@kam,
        "Adyentina"@kde,
        "Arjentina"@kea,
        "Argentine"@khq,
        "Ajentina"@ki,
        "Аргентина"@kk,
        "Argentina"@kl,
        "Emetab Argentina"@kln,
        "អាហ្សង់ទីន"@km,
        "ಅರ್ಜೆಂಟೈನಾ"@kn,
        "아르헨티나"@ko,
        "أرجَنٹینا"@ks,
        "Ajentina"@ksb,
        "arjǝntín"@ksf,
        "Ajjentiinije"@ksh,
        "Ajentíina"@lag,
        "Arigentina"@lg,
        "Arizantinɛ"@ln,
        "ອາເຈນຕິນາ່"@lo,
        "Argentina"@lt,
        "Alijantine"@lu,
        "Argentina"@luo,
        "Ajentina"@luy,
        "Argentīna"@lv,
        "Ajentina"@mas,
        "Ajentina"@mer,
        "Larzantinn"@mfe,
        "Arzantina"@mg,
        "Аргентина"@mk,
        "അർജൻറീന"@ml,
        "अर्जेंटिना"@mr,
        "Arġentina"@mt,
        "argentiniya"@mua,
        "အာဂျင်တီးနား"@my,
        "Argentinab"@naq,
        "Argentina"@nb,
        "Ajentina"@nd,
        "अर्जेण्टिना"@ne,
        "Argentinië"@nl,
        "Argentína"@nmg,
        "Argentina"@nn,
        "Aɛrgentin"@nus,
        "Arigentina"@nyn,
        "ଆର୍ଜେଣ୍ଟିନା"@or,
        "Argentyna"@pl,
        "Argentina"@pt,
        "Argentinia"@rm,
        "Arijantine"@rn,
        "Argentina"@ro,
        "Ajentina"@rof,
        "Аргентина"@ru,
        "Ajentina"@rwk,
        "Ajentina"@saq,
        "Ajentina"@sbp,
        "Argentina"@se,
        "Argentina"@seh,
        "Argentine"@ses,
        "Arzantîna"@sg,
        "ⴰⵔⵊⴰⵏⵜⵉⵏ"@shi,
        "arjantin"@shi-Latn,
        "ආර්ජෙන්ටිනාව"@si,
        "Argentína"@sk,
        "Argentina"@sl,
        "Ajentina"@sn,
        "Arjantiin"@so,
        "Argjentinë"@sq,
        "Аргентина"@sr,
        "Argentina"@sr-Latn,
        "Argentina"@sv,
        "Ajentina"@swc,
        "Ajentina"@swh,
        "அர்ஜென்டினா"@ta,
        "ఆర్జెంటినా"@te,
        "Ajentina"@teo,
        "อาร์เจนตินา"@th,
        "አርጀንቲና"@ti,
        "አርጀንቲና"@tig,
        "ʻAsenitina"@to,
        "Arjantin"@tr,
        "Argentine"@twq,
        "Arjuntin"@tzm,
        "Аргентина"@uk,
        "ارجنٹینا"@ur,
        "ꕉꘀꘋꔳꕯ"@vai,
        "Ajɛŋtína"@vai-Latn,
        "Argentina"@vi,
        "Ajentina"@vun,
        "Argentinie"@wae,
        "አርጀንቲና"@wal,
        "Arigentina"@xog,
        "Alsaŋtín"@yav,
        "Orílẹ́ède Agentínà"@yo,
        "Argentina"@zsm,
        "i-Argentina"@zu ;
    lvont:label <http://lexvo.org/id/term/afr/Argentini%C3%AB>,
        <http://lexvo.org/id/term/agq/%C3%80dz%C9%9B%CC%80ntin%C3%A0>,
        <http://lexvo.org/id/term/aka/Agy%C9%9Bntina>,
        <http://lexvo.org/id/term/amh/%E1%8A%A0%E1%88%AD%E1%8C%80%E1%8A%95%E1%89%B2%E1%8A%93>,
        <http://lexvo.org/id/term/ara/%D8%A7%D9%84%D8%A3%D8%B1%D8%AC%D9%86%D8%AA%D9%8A%D9%86>,
        <http://lexvo.org/id/term/asa/Ajentina>,
        <http://lexvo.org/id/term/ast/Arxentina>,
        <http://lexvo.org/id/term/aze/Arqentina>,
        <http://lexvo.org/id/term/bam/Arizantin>,
        <http://lexvo.org/id/term/bas/%C3%80rg%C3%A0%C5%8Btin%C3%A0>,
        <http://lexvo.org/id/term/bel/%D0%90%D1%80%D0%B3%D0%B5%D0%BD%D1%86%D1%96%D0%BD%D0%B0>,
        <http://lexvo.org/id/term/ben/%E0%A6%86%E0%A6%B0%E0%A7%8D%E0%A6%9C%E0%A7%87%E0%A6%A3%E0%A7%8D%E0%A6%9F%E0%A6%BE%E0%A6%87%E0%A6%A8%E0%A6%BE>,
        <http://lexvo.org/id/term/bez/Huajendina>,
        <http://lexvo.org/id/term/bod/%E0%BD%A8%E0%BD%A2%E0%BC%8B%E0%BD%87%E0%BD%BA%E0%BD%93%E0%BC%8B%E0%BD%8A%E0%BD%B2%E0%BC%8B%E0%BD%93%E0%BC%8D>,
        <http://lexvo.org/id/term/bos-Cyrl/%D0%90%D1%80%D0%B3%D0%B5%D0%BD%D1%82%D0%B8%D0%BD%D0%B0>,
        <http://lexvo.org/id/term/bos/Argentina>,
        <http://lexvo.org/id/term/bre/Arc%CA%BChantina>,
        <http://lexvo.org/id/term/brx/%E0%A4%85%E0%A4%B0%E0%A5%8D%E0%A4%9C%E0%A5%87%E0%A4%A3%E0%A5%8D%E0%A4%9F%E0%A4%BF%E0%A4%A8%E0%A4%BE>,
        <http://lexvo.org/id/term/bul/%D0%90%D1%80%D0%B6%D0%B5%D0%BD%D1%82%D0%B8%D0%BD%D0%B0>,
        <http://lexvo.org/id/term/byn/%E1%8A%A0%E1%88%AD%E1%8C%80%E1%8A%95%E1%89%B2%E1%8A%93>,
        <http://lexvo.org/id/term/cat/Argentina>,
        <http://lexvo.org/id/term/ces/Argentina>,
        <http://lexvo.org/id/term/cgg/Arigentina>,
        <http://lexvo.org/id/term/chr/%E1%8E%A0%E1%8F%A5%E1%8F%82%E1%8F%98%E1%8F%82%E1%8E%A0>,
        <http://lexvo.org/id/term/cmn-Hant/%E9%98%BF%E6%A0%B9%E5%BB%B7>,
        <http://lexvo.org/id/term/cmn/%E9%98%BF%E6%A0%B9%E5%BB%B7>,
        <http://lexvo.org/id/term/cym/yr%20Ariannin>,
        <http://lexvo.org/id/term/dan/Argentina>,
        <http://lexvo.org/id/term/dav/Ajentina>,
        <http://lexvo.org/id/term/deu/Argentinien>,
        <http://lexvo.org/id/term/dje/Argentine>,
        <http://lexvo.org/id/term/dyo/Arsantin>,
        <http://lexvo.org/id/term/dzo/%E0%BD%A8%E0%BD%A2%E0%BC%8B%E0%BD%87%E0%BD%BA%E0%BD%93%E0%BC%8B%E0%BD%8A%E0%BD%B2%E0%BC%8B%E0%BD%93>,
        <http://lexvo.org/id/term/ebu/Ajentina>,
        <http://lexvo.org/id/term/ell/%CE%91%CF%81%CE%B3%CE%B5%CE%BD%CF%84%CE%B9%CE%BD%CE%AE>,
        <http://lexvo.org/id/term/eng-Dsrt/%F0%90%90%82%F0%90%91%89%F0%90%90%BE%F0%90%90%B2%F0%90%91%8C%F0%90%90%BB%F0%90%90%A8%F0%90%91%8C%F0%90%90%B2>,
        <http://lexvo.org/id/term/eng/Argentina>,
        <http://lexvo.org/id/term/eng/ISO%203166-1%3AAR>,
        <http://lexvo.org/id/term/epo/Argentino>,
        <http://lexvo.org/id/term/est/Argentina>,
        <http://lexvo.org/id/term/eus/Argentina>,
        <http://lexvo.org/id/term/ewe/Argentina%20nutome>,
        <http://lexvo.org/id/term/ewo/Ar%C9%99hen%C9%99t%C3%ADna>,
        <http://lexvo.org/id/term/fao/Argentina>,
        <http://lexvo.org/id/term/fas/%D8%A2%D8%B1%DA%98%D8%A7%D9%86%D8%AA%DB%8C%D9%86>,
        <http://lexvo.org/id/term/fas/%D8%A7%D8%B1%D8%AC%D9%86%D8%AA%D8%A7%DB%8C%D9%86>,
        <http://lexvo.org/id/term/fil/Argentina>,
        <http://lexvo.org/id/term/fin/Argentiina>,
        <http://lexvo.org/id/term/fra/Argentine>,
        <http://lexvo.org/id/term/ful/Arjantiin>,
        <http://lexvo.org/id/term/fur/Argjentine>,
        <http://lexvo.org/id/term/gla/An%20Argantain>,
        <http://lexvo.org/id/term/gle/An%20Airgint%C3%ADn>,
        <http://lexvo.org/id/term/glg/Arxentina>,
        <http://lexvo.org/id/term/gsw/Argentiinie>,
        <http://lexvo.org/id/term/guj/%E0%AA%86%E0%AA%B0%E0%AB%8D%E0%AA%9C%E0%AB%87%E0%AA%A8%E0%AB%8D%E0%AA%9F%E0%AB%80%E0%AA%A8%E0%AA%BE>,
        <http://lexvo.org/id/term/guz/Ajentina>,
        <http://lexvo.org/id/term/hau/Arjantiniya>,
        <http://lexvo.org/id/term/heb/%D7%90%D7%A8%D7%92%D7%A0%D7%98%D7%99%D7%A0%D7%94>,
        <http://lexvo.org/id/term/hin/%E0%A4%85%E0%A4%B0%E0%A5%8D%E0%A4%9C%E0%A5%87%E0%A4%A8%E0%A5%8D%E0%A4%9F%E0%A5%80%E0%A4%A8%E0%A4%BE>,
        <http://lexvo.org/id/term/hrv/Argentina>,
        <http://lexvo.org/id/term/hun/Argent%C3%ADna>,
        <http://lexvo.org/id/term/hye/%D4%B1%D6%80%D5%A3%D5%A5%D5%B6%D5%BF%D5%AB%D5%B6%D5%A1>,
        <http://lexvo.org/id/term/ina/Argentina>,
        <http://lexvo.org/id/term/ind/Argentina>,
        <http://lexvo.org/id/term/isl/Argent%C3%ADna>,
        <http://lexvo.org/id/term/ita/Argentina>,
        <http://lexvo.org/id/term/jgo/Aj%C9%9Bnt%C3%AEn>,
        <http://lexvo.org/id/term/jmc/Ajentina>,
        <http://lexvo.org/id/term/jpn/%E3%82%A2%E3%83%AB%E3%82%BC%E3%83%B3%E3%83%81%E3%83%B3>,
        <http://lexvo.org/id/term/kab/Arjuntin>,
        <http://lexvo.org/id/term/kal/Argentina>,
        <http://lexvo.org/id/term/kam/Ajentina>,
        <http://lexvo.org/id/term/kan/%E0%B2%85%E0%B2%B0%E0%B3%8D%E0%B2%9C%E0%B3%86%E0%B2%82%E0%B2%9F%E0%B3%88%E0%B2%A8%E0%B2%BE>,
        <http://lexvo.org/id/term/kas/%D8%A3%D8%B1%D8%AC%D9%8E%D9%86%D9%B9%DB%8C%D9%86%D8%A7>,
        <http://lexvo.org/id/term/kat/%E1%83%90%E1%83%A0%E1%83%92%E1%83%94%E1%83%9C%E1%83%A2%E1%83%98%E1%83%9C%E1%83%90>,
        <http://lexvo.org/id/term/kaz/%D0%90%D1%80%D0%B3%D0%B5%D0%BD%D1%82%D0%B8%D0%BD%D0%B0>,
        <http://lexvo.org/id/term/kde/Adyentina>,
        <http://lexvo.org/id/term/kea/Arjentina>,
        <http://lexvo.org/id/term/khm/%E1%9E%A2%E1%9E%B6%E1%9E%A0%E1%9F%92%E1%9E%9F%E1%9E%84%E1%9F%8B%E1%9E%91%E1%9E%B8%E1%9E%93>,
        <http://lexvo.org/id/term/khq/Argentine>,
        <http://lexvo.org/id/term/kik/Ajentina>,
        <http://lexvo.org/id/term/kln/Emetab%20Argentina>,
        <http://lexvo.org/id/term/kor/%EC%95%84%EB%A5%B4%ED%97%A8%ED%8B%B0%EB%82%98>,
        <http://lexvo.org/id/term/ksb/Ajentina>,
        <http://lexvo.org/id/term/ksf/arj%C7%9Dnt%C3%ADn>,
        <http://lexvo.org/id/term/ksh/Ajjentiinije>,
        <http://lexvo.org/id/term/lag/Ajent%C3%ADina>,
        <http://lexvo.org/id/term/lao/%E0%BA%AD%E0%BA%B2%E0%BB%80%E0%BA%88%E0%BA%99%E0%BA%95%E0%BA%B4%E0%BA%99%E0%BA%B2%E0%BB%88>,
        <http://lexvo.org/id/term/lav/Argent%C4%ABna>,
        <http://lexvo.org/id/term/lin/Arizantin%C9%9B>,
        <http://lexvo.org/id/term/lit/Argentina>,
        <http://lexvo.org/id/term/lub/Alijantine>,
        <http://lexvo.org/id/term/lug/Arigentina>,
        <http://lexvo.org/id/term/luo/Argentina>,
        <http://lexvo.org/id/term/luy/Ajentina>,
        <http://lexvo.org/id/term/mal/%E0%B4%85%E0%B5%BC%E0%B4%9C%E0%B5%BB%E0%B4%B1%E0%B5%80%E0%B4%A8>,
        <http://lexvo.org/id/term/mar/%E0%A4%85%E0%A4%B0%E0%A5%8D%E0%A4%9C%E0%A5%87%E0%A4%82%E0%A4%9F%E0%A4%BF%E0%A4%A8%E0%A4%BE>,
        <http://lexvo.org/id/term/mas/Ajentina>,
        <http://lexvo.org/id/term/mer/Ajentina>,
        <http://lexvo.org/id/term/mfe/Larzantinn>,
        <http://lexvo.org/id/term/mkd/%D0%90%D1%80%D0%B3%D0%B5%D0%BD%D1%82%D0%B8%D0%BD%D0%B0>,
        <http://lexvo.org/id/term/mlg/Arzantina>,
        <http://lexvo.org/id/term/mlt/Ar%C4%A1entina>,
        <http://lexvo.org/id/term/mua/argentiniya>,
        <http://lexvo.org/id/term/mya/%E1%80%A1%E1%80%AC%E1%80%82%E1%80%BB%E1%80%84%E1%80%BA%E1%80%90%E1%80%AE%E1%80%B8%E1%80%94%E1%80%AC%E1%80%B8>,
        <http://lexvo.org/id/term/naq/Argentinab>,
        <http://lexvo.org/id/term/nde/Ajentina>,
        <http://lexvo.org/id/term/nep/%E0%A4%85%E0%A4%B0%E0%A5%8D%E0%A4%9C%E0%A5%87%E0%A4%A3%E0%A5%8D%E0%A4%9F%E0%A4%BF%E0%A4%A8%E0%A4%BE>,
        <http://lexvo.org/id/term/nld/Argentini%C3%AB>,
        <http://lexvo.org/id/term/nmg/Argent%C3%ADna>,
        <http://lexvo.org/id/term/nno/Argentina>,
        <http://lexvo.org/id/term/nob/Argentina>,
        <http://lexvo.org/id/term/nus/A%C9%9Brgentin>,
        <http://lexvo.org/id/term/nyn/Arigentina>,
        <http://lexvo.org/id/term/ori/%E0%AC%86%E0%AC%B0%E0%AD%8D%E0%AC%9C%E0%AD%87%E0%AC%A3%E0%AD%8D%E0%AC%9F%E0%AC%BF%E0%AC%A8%E0%AC%BE>,
        <http://lexvo.org/id/term/pol/Argentyna>,
        <http://lexvo.org/id/term/por/Argentina>,
        <http://lexvo.org/id/term/rof/Ajentina>,
        <http://lexvo.org/id/term/roh/Argentinia>,
        <http://lexvo.org/id/term/ron/Argentina>,
        <http://lexvo.org/id/term/run/Arijantine>,
        <http://lexvo.org/id/term/rus/%D0%90%D1%80%D0%B3%D0%B5%D0%BD%D1%82%D0%B8%D0%BD%D0%B0>,
        <http://lexvo.org/id/term/rwk/Ajentina>,
        <http://lexvo.org/id/term/sag/Arzant%C3%AEna>,
        <http://lexvo.org/id/term/saq/Ajentina>,
        <http://lexvo.org/id/term/sbp/Ajentina>,
        <http://lexvo.org/id/term/seh/Argentina>,
        <http://lexvo.org/id/term/ses/Argentine>,
        <http://lexvo.org/id/term/shi-Latn/arjantin>,
        <http://lexvo.org/id/term/shi/%E2%B4%B0%E2%B5%94%E2%B5%8A%E2%B4%B0%E2%B5%8F%E2%B5%9C%E2%B5%89%E2%B5%8F>,
        <http://lexvo.org/id/term/sin/%E0%B6%86%E0%B6%BB%E0%B7%8A%E0%B6%A2%E0%B7%99%E0%B6%B1%E0%B7%8A%E0%B6%A7%E0%B7%92%E0%B6%B1%E0%B7%8F%E0%B7%80>,
        <http://lexvo.org/id/term/slk/Argent%C3%ADna>,
        <http://lexvo.org/id/term/slv/Argentina>,
        <http://lexvo.org/id/term/sme/Argentina>,
        <http://lexvo.org/id/term/sna/Ajentina>,
        <http://lexvo.org/id/term/som/Arjantiin>,
        <http://lexvo.org/id/term/spa/Argentina>,
        <http://lexvo.org/id/term/sqi/Argjentin%C3%AB>,
        <http://lexvo.org/id/term/srp-Latn/Argentina>,
        <http://lexvo.org/id/term/srp/%D0%90%D1%80%D0%B3%D0%B5%D0%BD%D1%82%D0%B8%D0%BD%D0%B0>,
        <http://lexvo.org/id/term/swc/Ajentina>,
        <http://lexvo.org/id/term/swe/Argentina>,
        <http://lexvo.org/id/term/swh/Ajentina>,
        <http://lexvo.org/id/term/tam/%E0%AE%85%E0%AE%B0%E0%AF%8D%E0%AE%9C%E0%AF%86%E0%AE%A9%E0%AF%8D%E0%AE%9F%E0%AE%BF%E0%AE%A9%E0%AE%BE>,
        <http://lexvo.org/id/term/tel/%E0%B0%86%E0%B0%B0%E0%B1%8D%E0%B0%9C%E0%B1%86%E0%B0%82%E0%B0%9F%E0%B0%BF%E0%B0%A8%E0%B0%BE>,
        <http://lexvo.org/id/term/teo/Ajentina>,
        <http://lexvo.org/id/term/tha/%E0%B8%AD%E0%B8%B2%E0%B8%A3%E0%B9%8C%E0%B9%80%E0%B8%88%E0%B8%99%E0%B8%95%E0%B8%B4%E0%B8%99%E0%B8%B2>,
        <http://lexvo.org/id/term/tig/%E1%8A%A0%E1%88%AD%E1%8C%80%E1%8A%95%E1%89%B2%E1%8A%93>,
        <http://lexvo.org/id/term/tir/%E1%8A%A0%E1%88%AD%E1%8C%80%E1%8A%95%E1%89%B2%E1%8A%93>,
        <http://lexvo.org/id/term/ton/%CA%BBAsenitina>,
        <http://lexvo.org/id/term/tur/Arjantin>,
        <http://lexvo.org/id/term/twq/Argentine>,
        <http://lexvo.org/id/term/tzm/Arjuntin>,
        <http://lexvo.org/id/term/ukr/%D0%90%D1%80%D0%B3%D0%B5%D0%BD%D1%82%D0%B8%D0%BD%D0%B0>,
        <http://lexvo.org/id/term/urd/%D8%A7%D8%B1%D8%AC%D9%86%D9%B9%DB%8C%D9%86%D8%A7>,
        <http://lexvo.org/id/term/vai-Latn/Aj%C9%9B%C5%8Bt%C3%ADna>,
        <http://lexvo.org/id/term/vai/%EA%95%89%EA%98%80%EA%98%8B%EA%94%B3%EA%95%AF>,
        <http://lexvo.org/id/term/vie/Argentina>,
        <http://lexvo.org/id/term/vun/Ajentina>,
        <http://lexvo.org/id/term/wae/Argentinie>,
        <http://lexvo.org/id/term/wal/%E1%8A%A0%E1%88%AD%E1%8C%80%E1%8A%95%E1%89%B2%E1%8A%93>,
        <http://lexvo.org/id/term/xog/Arigentina>,
        <http://lexvo.org/id/term/yav/Alsa%C5%8Bt%C3%ADn>,
        <http://lexvo.org/id/term/yor/Or%C3%ADl%E1%BA%B9%CC%81%C3%A8de%20Agent%C3%ADn%C3%A0>,
        <http://lexvo.org/id/term/zsm/Argentina>,
        <http://lexvo.org/id/term/zul/i-Argentina> ;
    owl:sameAs <http://psi.oasis-open.org/iso/3166/#032>,
        <http://sws.geonames.org/3865483/> .

<http://lexvo.org/id/iso3166/AS> a lvont:GeographicRegion ;
    rdfs:label "Amerikaans Samoa"@af,
        "Àmɛlekan Samwà"@agq,
        "Amɛrika Samoa"@ak,
        "የአሜሪካ ሳሞአ"@am,
        "ساموا الأمريكية"@ar,
        "Thamoa ya Marekani"@asa,
        "Samoa Americana"@ast,
        "Amerika Samoası"@az,
        "Амерыканскае Самоа"@be,
        "Husamoa ya Humalekani"@bez,
        "Американско Самоа"@bg,
        "Samowa amerikani"@bm,
        "আমেরিকান সামোয়া"@bn,
        "Samoa Amerikan"@br,
        "अमरिकी समोआ"@brx,
        "Američka Samoa"@bs,
        "Америчка Самоа"@bs-Cyrl,
        "Samoa Americana"@ca,
        "Samowa ya Ameerika"@cgg,
        "ᎠᎺᎵᎧ ᏌᎼᎠ"@chr,
        "美属萨摩亚"@cmn,
        "美屬薩摩亞群島"@cmn-Hant,
        "Americká Samoa"@cs,
        "Samoa Americanaidd"@cy,
        "Amerikansk Samoa"@da,
        "Samoa ya Marekani"@dav,
        "Amerikanisch-Samoa"@de,
        "Ameriki Samoa"@dje,
        "Samoa yati Amerik"@dyo,
        "ས་མོ་ཨ་ཡུ་ཨེས་ཨེ་མངའ་ཁོངས"@dz,
        "Samoa ya Marekani"@ebu,
        "Amerika Samoa nutome"@ee,
        "Αμερικανική Σαμόα"@el,
        "American Samoa"@en,
        "ISO 3166-1:AS"@en,
        "𐐊𐑋𐐯𐑉𐐲𐐿𐐲𐑌 𐐝𐐲𐑋𐐬𐐲"@en-Dsrt,
        "Samoa Americana"@es,
        "Ameerika Samoa"@et,
        "Amerikar Samoa"@eu,
        "Bəsamóa yá Amə́rəka"@ewo,
        "ساموای امریکا"@fa,
        "Samowa Amerik"@ff,
        "Amerikan Samoa"@fi,
        "American Samoa"@fil,
        "Amerikanska Sámoa"@fo,
        "Samoa américaines"@fr,
        "Samoa merecanis"@fur,
        "Samó Meiriceánach"@ga,
        "Samotha na h-Airmeireaga"@gd,
        "Samoa Americana"@gl,
        "Amerikaanisch-Samoa"@gsw,
        "અમેરીકન સમોઆ"@gu,
        "Samoa ya Marekani"@guz,
        "Samowa Ta Amurka"@ha,
        "סמואה האמריקנית"@he,
        "अमेरिकी समोआ"@hi,
        "Američka Samoa"@hr,
        "Amerikai Szamoa"@hu,
        "Samoa american"@ia,
        "Samoa Amerika"@id,
        "Bandaríska Samóa"@is,
        "Samoa Americane"@it,
        "米領サモア"@ja,
        "Samoa ya Marekani"@jmc,
        "ამერიკული სამოა"@ka,
        "Samwa Tamarikanit"@kab,
        "Samoa ya Marekani"@kam,
        "Samoa ya Malekani"@kde,
        "Samoa Merkanu"@kea,
        "Ameriki Samoa"@khq,
        "Samoa ya Marekani"@ki,
        "Emetab American Samoa"@kln,
        "សៅម៉ៅ អាមេរិក"@km,
        "ಅಮೇರಿಕನ್ ಸಮೋವಾ"@kn,
        "아메리칸 사모아"@ko,
        "اَمریٖکَن سَموا"@ks,
        "Samoa ya Malekani"@ksb,
        "samɔa a amɛrika"@ksf,
        "Ammerikaanesch Sammoha"@ksh,
        "Samóoa ya Amerɨ́ka"@lag,
        "Samowa omumerika"@lg,
        "Samoa ya Ameriki"@ln,
        "ອາເມລິກາຊາມົວ"@lo,
        "Amerikos Samoa"@lt,
        "Samoa wa Ameriki"@lu,
        "American Samoa"@luo,
        "Samoa lya Marekani"@luy,
        "Amerikāņu Samoa"@lv,
        "Samoa ya Marekani"@mas,
        "Samoa ya Amerika"@mer,
        "Samoa amerikin"@mfe,
        "Samoa amerikanina"@mg,
        "Usamoa ya Marekani"@mgh,
        "Американска Самоа"@mk,
        "അമേരിക്കൻ സാമോവ"@ml,
        "अमेरिकन सामोआ"@mr,
        "Samoa Amerikana"@mt,
        "samoa Amerika"@mua,
        "အမေရိကန် စမိုအ"@my,
        "Americab Samoab"@naq,
        "Amerikansk Samoa"@nb,
        "Samoa ye Amelika"@nd,
        "अमेरिकी समोआ"@ne,
        "Amerikaans Samoa"@nl,
        "Samoa m ́Amɛ́rka"@nmg,
        "Amerikansk Samoa"@nn,
        "Amerika thamow"@nus,
        "Samowa ya Ameerika"@nyn,
        "ଆମେରିକାନ୍ ସାମୋଆ"@or,
        "Samoa Amerykańskie"@pl,
        "Samoa Americana"@pt,
        "Samoa Americana"@rm,
        "Samowa nyamerika"@rn,
        "Samoa Americană"@ro,
        "Samoa ya Marekani"@rof,
        "Американское Самоа"@ru,
        "Samoa ya Marekani"@rwk,
        "Samoa ya Marekani"@saq,
        "Samoya ya Malekani"@sbp,
        "Amerihká Samoa"@se,
        "Samoa Americana"@seh,
        "Ameriki Samoa"@ses,
        "Samöa tî Amerîka"@sg,
        "ⵙⴰⵎⵡⴰ ⵜⴰⵎⵉⵔⵉⴽⴰⵏⵉⵜ"@shi,
        "samwa tamirikanit"@shi-Latn,
        "ඇමරිකානු සැමෝවාව"@si,
        "Americká Samoa"@sk,
        "Ameriška Samoa"@sl,
        "Samoa ye Amerika"@sn,
        "Samowa Ameerika"@so,
        "Америчка Самоа"@sr,
        "Američka Samoa"@sr-Latn,
        "Amerikanska Samoa"@sv,
        "Samoa ya Marekani"@swc,
        "Samoa ya Marekani"@swh,
        "அமெரிக்க சமோவா"@ta,
        "అమెరికన్ సమోవా"@te,
        "Samoa ya Marekani"@teo,
        "อเมริกันซามัว"@th,
        "የአሜሪካ ሳሞአ"@ti,
        "Haʻamoa ʻAmelika"@to,
        "Amerikan Samoası"@tr,
        "Ameriki Samoa"@twq,
        "Samwa Imirikaniyyin"@tzm,
        "Американське Самоа"@uk,
        "امریکی ساموآ"@ur,
        "ꕶꕱ ꕢꕹꕎ"@vai,
        "Poo Sambowa"@vai-Latn,
        "Đảo Somoa thuộc Mỹ"@vi,
        "Samoa ya Marekani"@vun,
        "Amerikaniš Samoa"@wae,
        "Samowa omumerika"@xog,
        "Sámua u Amelíka"@yav,
        "Sámóánì ti Orílẹ́ède Àméríkà"@yo,
        "American Samoa"@zsm,
        "i-American Samoa"@zu ;
    lvont:label <http://lexvo.org/id/term/afr/Amerikaans%20Samoa>,
        <http://lexvo.org/id/term/agq/%C3%80m%C9%9Blekan%20Samw%C3%A0>,
        <http://lexvo.org/id/term/aka/Am%C9%9Brika%20Samoa>,
        <http://lexvo.org/id/term/amh/%E1%8B%A8%E1%8A%A0%E1%88%9C%E1%88%AA%E1%8A%AB%20%E1%88%B3%E1%88%9E%E1%8A%A0>,
        <http://lexvo.org/id/term/ara/%D8%B3%D8%A7%D9%85%D9%88%D8%A7%20%D8%A7%D9%84%D8%A3%D9%85%D8%B1%D9%8A%D9%83%D9%8A%D8%A9>,
        <http://lexvo.org/id/term/asa/Thamoa%20ya%20Marekani>,
        <http://lexvo.org/id/term/ast/Samoa%20Americana>,
        <http://lexvo.org/id/term/aze/Amerika%20Samoas%C4%B1>,
        <http://lexvo.org/id/term/bam/Samowa%20amerikani>,
        <http://lexvo.org/id/term/bel/%D0%90%D0%BC%D0%B5%D1%80%D1%8B%D0%BA%D0%B0%D0%BD%D1%81%D0%BA%D0%B0%D0%B5%20%D0%A1%D0%B0%D0%BC%D0%BE%D0%B0>,
        <http://lexvo.org/id/term/ben/%E0%A6%86%E0%A6%AE%E0%A7%87%E0%A6%B0%E0%A6%BF%E0%A6%95%E0%A6%BE%E0%A6%A8%20%E0%A6%B8%E0%A6%BE%E0%A6%AE%E0%A7%8B%E0%A6%AF%E0%A6%BC%E0%A6%BE>,
        <http://lexvo.org/id/term/bez/Husamoa%20ya%20Humalekani>,
        <http://lexvo.org/id/term/bos-Cyrl/%D0%90%D0%BC%D0%B5%D1%80%D0%B8%D1%87%D0%BA%D0%B0%20%D0%A1%D0%B0%D0%BC%D0%BE%D0%B0>,
        <http://lexvo.org/id/term/bos/Ameri%C4%8Dka%20Samoa>,
        <http://lexvo.org/id/term/bre/Samoa%20Amerikan>,
        <http://lexvo.org/id/term/brx/%E0%A4%85%E0%A4%AE%E0%A4%B0%E0%A4%BF%E0%A4%95%E0%A5%80%20%E0%A4%B8%E0%A4%AE%E0%A5%8B%E0%A4%86>,
        <http://lexvo.org/id/term/bul/%D0%90%D0%BC%D0%B5%D1%80%D0%B8%D0%BA%D0%B0%D0%BD%D1%81%D0%BA%D0%BE%20%D0%A1%D0%B0%D0%BC%D0%BE%D0%B0>,
        <http://lexvo.org/id/term/cat/Samoa%20Americana>,
        <http://lexvo.org/id/term/ces/Americk%C3%A1%20Samoa>,
        <http://lexvo.org/id/term/cgg/Samowa%20ya%20Ameerika>,
        <http://lexvo.org/id/term/chr/%E1%8E%A0%E1%8E%BA%E1%8E%B5%E1%8E%A7%20%E1%8F%8C%E1%8E%BC%E1%8E%A0>,
        <http://lexvo.org/id/term/cmn-Hant/%E7%BE%8E%E5%B1%AC%E8%96%A9%E6%91%A9%E4%BA%9E%E7%BE%A4%E5%B3%B6>,
        <http://lexvo.org/id/term/cmn/%E7%BE%8E%E5%B1%9E%E8%90%A8%E6%91%A9%E4%BA%9A>,
        <http://lexvo.org/id/term/cym/Samoa%20Americanaidd>,
        <http://lexvo.org/id/term/dan/Amerikansk%20Samoa>,
        <http://lexvo.org/id/term/dav/Samoa%20ya%20Marekani>,
        <http://lexvo.org/id/term/deu/Amerikanisch-Samoa>,
        <http://lexvo.org/id/term/dje/Ameriki%20Samoa>,
        <http://lexvo.org/id/term/dyo/Samoa%20yati%20Amerik>,
        <http://lexvo.org/id/term/dzo/%E0%BD%A6%E0%BC%8B%E0%BD%98%E0%BD%BC%E0%BC%8B%E0%BD%A8%E0%BC%8B%E0%BD%A1%E0%BD%B4%E0%BC%8B%E0%BD%A8%E0%BD%BA%E0%BD%A6%E0%BC%8B%E0%BD%A8%E0%BD%BA%E0%BC%8B%E0%BD%98%E0%BD%84%E0%BD%A0%E0%BC%8B%E0%BD%81%E0%BD%BC%E0%BD%84%E0%BD%A6>,
        <http://lexvo.org/id/term/ebu/Samoa%20ya%20Marekani>,
        <http://lexvo.org/id/term/ell/%CE%91%CE%BC%CE%B5%CF%81%CE%B9%CE%BA%CE%B1%CE%BD%CE%B9%CE%BA%CE%AE%20%CE%A3%CE%B1%CE%BC%CF%8C%CE%B1>,
        <http://lexvo.org/id/term/eng-Dsrt/%F0%90%90%8A%F0%90%91%8B%F0%90%90%AF%F0%90%91%89%F0%90%90%B2%F0%90%90%BF%F0%90%90%B2%F0%90%91%8C%20%F0%90%90%9D%F0%90%90%B2%F0%90%91%8B%F0%90%90%AC%F0%90%90%B2>,
        <http://lexvo.org/id/term/eng/American%20Samoa>,
        <http://lexvo.org/id/term/eng/ISO%203166-1%3AAS>,
        <http://lexvo.org/id/term/est/Ameerika%20Samoa>,
        <http://lexvo.org/id/term/eus/Amerikar%20Samoa>,
        <http://lexvo.org/id/term/ewe/Amerika%20Samoa%20nutome>,
        <http://lexvo.org/id/term/ewo/B%C9%99sam%C3%B3a%20y%C3%A1%20Am%C9%99%CC%81r%C9%99ka>,
        <http://lexvo.org/id/term/fao/Amerikanska%20S%C3%A1moa>,
        <http://lexvo.org/id/term/fas/%D8%B3%D8%A7%D9%85%D9%88%D8%A7%DB%8C%20%D8%A7%D9%85%D8%B1%DB%8C%DA%A9%D8%A7>,
        <http://lexvo.org/id/term/fil/American%20Samoa>,
        <http://lexvo.org/id/term/fin/Amerikan%20Samoa>,
        <http://lexvo.org/id/term/fra/Samoa%20am%C3%A9ricaines>,
        <http://lexvo.org/id/term/ful/Samowa%20Amerik>,
        <http://lexvo.org/id/term/fur/Samoa%20merecanis>,
        <http://lexvo.org/id/term/gla/Samotha%20na%20h-Airmeireaga>,
        <http://lexvo.org/id/term/gle/Sam%C3%B3%20Meirice%C3%A1nach>,
        <http://lexvo.org/id/term/glg/Samoa%20Americana>,
        <http://lexvo.org/id/term/gsw/Amerikaanisch-Samoa>,
        <http://lexvo.org/id/term/guj/%E0%AA%85%E0%AA%AE%E0%AB%87%E0%AA%B0%E0%AB%80%E0%AA%95%E0%AA%A8%20%E0%AA%B8%E0%AA%AE%E0%AB%8B%E0%AA%86>,
        <http://lexvo.org/id/term/guz/Samoa%20ya%20Marekani>,
        <http://lexvo.org/id/term/hau/Samowa%20Ta%20Amurka>,
        <http://lexvo.org/id/term/heb/%D7%A1%D7%9E%D7%95%D7%90%D7%94%20%D7%94%D7%90%D7%9E%D7%A8%D7%99%D7%A7%D7%A0%D7%99%D7%AA>,
        <http://lexvo.org/id/term/hin/%E0%A4%85%E0%A4%AE%E0%A5%87%E0%A4%B0%E0%A4%BF%E0%A4%95%E0%A5%80%20%E0%A4%B8%E0%A4%AE%E0%A5%8B%E0%A4%86>,
        <http://lexvo.org/id/term/hrv/Ameri%C4%8Dka%20Samoa>,
        <http://lexvo.org/id/term/hun/Amerikai%20Szamoa>,
        <http://lexvo.org/id/term/ina/Samoa%20american>,
        <http://lexvo.org/id/term/ind/Samoa%20Amerika>,
        <http://lexvo.org/id/term/isl/Bandar%C3%ADska%20Sam%C3%B3a>,
        <http://lexvo.org/id/term/ita/Samoa%20Americane>,
        <http://lexvo.org/id/term/jmc/Samoa%20ya%20Marekani>,
        <http://lexvo.org/id/term/jpn/%E7%B1%B3%E9%A0%98%E3%82%B5%E3%83%A2%E3%82%A2>,
        <http://lexvo.org/id/term/kab/Samwa%20Tamarikanit>,
        <http://lexvo.org/id/term/kam/Samoa%20ya%20Marekani>,
        <http://lexvo.org/id/term/kan/%E0%B2%85%E0%B2%AE%E0%B3%87%E0%B2%B0%E0%B2%BF%E0%B2%95%E0%B2%A8%E0%B3%8D%20%E0%B2%B8%E0%B2%AE%E0%B3%8B%E0%B2%B5%E0%B2%BE>,
        <http://lexvo.org/id/term/kas/%D8%A7%D9%8E%D9%85%D8%B1%DB%8C%D9%96%DA%A9%D9%8E%D9%86%20%D8%B3%D9%8E%D9%85%D9%88%D8%A7>,
        <http://lexvo.org/id/term/kat/%E1%83%90%E1%83%9B%E1%83%94%E1%83%A0%E1%83%98%E1%83%99%E1%83%A3%E1%83%9A%E1%83%98%20%E1%83%A1%E1%83%90%E1%83%9B%E1%83%9D%E1%83%90>,
        <http://lexvo.org/id/term/kde/Samoa%20ya%20Malekani>,
        <http://lexvo.org/id/term/kea/Samoa%20Merkanu>,
        <http://lexvo.org/id/term/khm/%E1%9E%9F%E1%9F%85%E1%9E%98%E1%9F%89%E1%9F%85%20%E1%9E%A2%E1%9E%B6%E1%9E%98%E1%9F%81%E1%9E%9A%E1%9E%B7%E1%9E%80>,
        <http://lexvo.org/id/term/khq/Ameriki%20Samoa>,
        <http://lexvo.org/id/term/kik/Samoa%20ya%20Marekani>,
        <http://lexvo.org/id/term/kln/Emetab%20American%20Samoa>,
        <http://lexvo.org/id/term/kor/%EC%95%84%EB%A9%94%EB%A6%AC%EC%B9%B8%20%EC%82%AC%EB%AA%A8%EC%95%84>,
        <http://lexvo.org/id/term/ksb/Samoa%20ya%20Malekani>,
        <http://lexvo.org/id/term/ksf/sam%C9%94a%20a%20am%C9%9Brika>,
        <http://lexvo.org/id/term/ksh/Ammerikaanesch%20Sammoha>,
        <http://lexvo.org/id/term/lag/Sam%C3%B3oa%20ya%20Amer%C9%A8%CC%81ka>,
        <http://lexvo.org/id/term/lao/%E0%BA%AD%E0%BA%B2%E0%BB%80%E0%BA%A1%E0%BA%A5%E0%BA%B4%E0%BA%81%E0%BA%B2%E0%BA%8A%E0%BA%B2%E0%BA%A1%E0%BA%BB%E0%BA%A7>,
        <http://lexvo.org/id/term/lav/Amerik%C4%81%C5%86u%20Samoa>,
        <http://lexvo.org/id/term/lin/Samoa%20ya%20Ameriki>,
        <http://lexvo.org/id/term/lit/Amerikos%20Samoa>,
        <http://lexvo.org/id/term/lub/Samoa%20wa%20Ameriki>,
        <http://lexvo.org/id/term/lug/Samowa%20omumerika>,
        <http://lexvo.org/id/term/luo/American%20Samoa>,
        <http://lexvo.org/id/term/luy/Samoa%20lya%20Marekani>,
        <http://lexvo.org/id/term/mal/%E0%B4%85%E0%B4%AE%E0%B5%87%E0%B4%B0%E0%B4%BF%E0%B4%95%E0%B5%8D%E0%B4%95%E0%B5%BB%20%E0%B4%B8%E0%B4%BE%E0%B4%AE%E0%B5%8B%E0%B4%B5>,
        <http://lexvo.org/id/term/mar/%E0%A4%85%E0%A4%AE%E0%A5%87%E0%A4%B0%E0%A4%BF%E0%A4%95%E0%A4%A8%20%E0%A4%B8%E0%A4%BE%E0%A4%AE%E0%A5%8B%E0%A4%86>,
        <http://lexvo.org/id/term/mas/Samoa%20ya%20Marekani>,
        <http://lexvo.org/id/term/mer/Samoa%20ya%20Amerika>,
        <http://lexvo.org/id/term/mfe/Samoa%20amerikin>,
        <http://lexvo.org/id/term/mgh/Usamoa%20ya%20Marekani>,
        <http://lexvo.org/id/term/mkd/%D0%90%D0%BC%D0%B5%D1%80%D0%B8%D0%BA%D0%B0%D0%BD%D1%81%D0%BA%D0%B0%20%D0%A1%D0%B0%D0%BC%D0%BE%D0%B0>,
        <http://lexvo.org/id/term/mlg/Samoa%20amerikanina>,
        <http://lexvo.org/id/term/mlt/Samoa%20Amerikana>,
        <http://lexvo.org/id/term/mua/samoa%20Amerika>,
        <http://lexvo.org/id/term/mya/%E1%80%A1%E1%80%99%E1%80%B1%E1%80%9B%E1%80%AD%E1%80%80%E1%80%94%E1%80%BA%20%E1%80%85%E1%80%99%E1%80%AD%E1%80%AF%E1%80%A1>,
        <http://lexvo.org/id/term/naq/Americab%20Samoab>,
        <http://lexvo.org/id/term/nde/Samoa%20ye%20Amelika>,
        <http://lexvo.org/id/term/nep/%E0%A4%85%E0%A4%AE%E0%A5%87%E0%A4%B0%E0%A4%BF%E0%A4%95%E0%A5%80%20%E0%A4%B8%E0%A4%AE%E0%A5%8B%E0%A4%86>,
        <http://lexvo.org/id/term/nld/Amerikaans%20Samoa>,
        <http://lexvo.org/id/term/nmg/Samoa%20m%20%CC%81Am%C9%9B%CC%81rka>,
        <http://lexvo.org/id/term/nno/Amerikansk%20Samoa>,
        <http://lexvo.org/id/term/nob/Amerikansk%20Samoa>,
        <http://lexvo.org/id/term/nus/Amerika%20thamow>,
        <http://lexvo.org/id/term/nyn/Samowa%20ya%20Ameerika>,
        <http://lexvo.org/id/term/ori/%E0%AC%86%E0%AC%AE%E0%AD%87%E0%AC%B0%E0%AC%BF%E0%AC%95%E0%AC%BE%E0%AC%A8%E0%AD%8D%20%E0%AC%B8%E0%AC%BE%E0%AC%AE%E0%AD%8B%E0%AC%86>,
        <http://lexvo.org/id/term/pol/Samoa%20Ameryka%C5%84skie>,
        <http://lexvo.org/id/term/por/Samoa%20Americana>,
        <http://lexvo.org/id/term/rof/Samoa%20ya%20Marekani>,
        <http://lexvo.org/id/term/roh/Samoa%20Americana>,
        <http://lexvo.org/id/term/ron/Samoa%20American%C4%83>,
        <http://lexvo.org/id/term/run/Samowa%20nyamerika>,
        <http://lexvo.org/id/term/rus/%D0%90%D0%BC%D0%B5%D1%80%D0%B8%D0%BA%D0%B0%D0%BD%D1%81%D0%BA%D0%BE%D0%B5%20%D0%A1%D0%B0%D0%BC%D0%BE%D0%B0>,
        <http://lexvo.org/id/term/rwk/Samoa%20ya%20Marekani>,
        <http://lexvo.org/id/term/sag/Sam%C3%B6a%20t%C3%AE%20Amer%C3%AEka>,
        <http://lexvo.org/id/term/saq/Samoa%20ya%20Marekani>,
        <http://lexvo.org/id/term/sbp/Samoya%20ya%20Malekani>,
        <http://lexvo.org/id/term/seh/Samoa%20Americana>,
        <http://lexvo.org/id/term/ses/Ameriki%20Samoa>,
        <http://lexvo.org/id/term/shi-Latn/samwa%20tamirikanit>,
        <http://lexvo.org/id/term/shi/%E2%B5%99%E2%B4%B0%E2%B5%8E%E2%B5%A1%E2%B4%B0%20%E2%B5%9C%E2%B4%B0%E2%B5%8E%E2%B5%89%E2%B5%94%E2%B5%89%E2%B4%BD%E2%B4%B0%E2%B5%8F%E2%B5%89%E2%B5%9C>,
        <http://lexvo.org/id/term/sin/%E0%B6%87%E0%B6%B8%E0%B6%BB%E0%B7%92%E0%B6%9A%E0%B7%8F%E0%B6%B1%E0%B7%94%20%E0%B7%83%E0%B7%90%E0%B6%B8%E0%B7%9D%E0%B7%80%E0%B7%8F%E0%B7%80>,
        <http://lexvo.org/id/term/slk/Americk%C3%A1%20Samoa>,
        <http://lexvo.org/id/term/slv/Ameri%C5%A1ka%20Samoa>,
        <http://lexvo.org/id/term/sme/Amerihk%C3%A1%20Samoa>,
        <http://lexvo.org/id/term/sna/Samoa%20ye%20Amerika>,
        <http://lexvo.org/id/term/som/Samowa%20Ameerika>,
        <http://lexvo.org/id/term/spa/Samoa%20Americana>,
        <http://lexvo.org/id/term/srp-Latn/Ameri%C4%8Dka%20Samoa>,
        <http://lexvo.org/id/term/srp/%D0%90%D0%BC%D0%B5%D1%80%D0%B8%D1%87%D0%BA%D0%B0%20%D0%A1%D0%B0%D0%BC%D0%BE%D0%B0>,
        <http://lexvo.org/id/term/swc/Samoa%20ya%20Marekani>,
        <http://lexvo.org/id/term/swe/Amerikanska%20Samoa>,
        <http://lexvo.org/id/term/swh/Samoa%20ya%20Marekani>,
        <http://lexvo.org/id/term/tam/%E0%AE%85%E0%AE%AE%E0%AF%86%E0%AE%B0%E0%AE%BF%E0%AE%95%E0%AF%8D%E0%AE%95%20%E0%AE%9A%E0%AE%AE%E0%AF%8B%E0%AE%B5%E0%AE%BE>,
        <http://lexvo.org/id/term/tel/%E0%B0%85%E0%B0%AE%E0%B1%86%E0%B0%B0%E0%B0%BF%E0%B0%95%E0%B0%A8%E0%B1%8D%20%E0%B0%B8%E0%B0%AE%E0%B1%8B%E0%B0%B5%E0%B0%BE>,
        <http://lexvo.org/id/term/teo/Samoa%20ya%20Marekani>,
        <http://lexvo.org/id/term/tha/%E0%B8%AD%E0%B9%80%E0%B8%A1%E0%B8%A3%E0%B8%B4%E0%B8%81%E0%B8%B1%E0%B8%99%E0%B8%8B%E0%B8%B2%E0%B8%A1%E0%B8%B1%E0%B8%A7>,
        <http://lexvo.org/id/term/tir/%E1%8B%A8%E1%8A%A0%E1%88%9C%E1%88%AA%E1%8A%AB%20%E1%88%B3%E1%88%9E%E1%8A%A0>,
        <http://lexvo.org/id/term/ton/Ha%CA%BBamoa%20%CA%BBAmelika>,
        <http://lexvo.org/id/term/tur/Amerikan%20Samoas%C4%B1>,
        <http://lexvo.org/id/term/twq/Ameriki%20Samoa>,
        <http://lexvo.org/id/term/tzm/Samwa%20Imirikaniyyin>,
        <http://lexvo.org/id/term/ukr/%D0%90%D0%BC%D0%B5%D1%80%D0%B8%D0%BA%D0%B0%D0%BD%D1%81%D1%8C%D0%BA%D0%B5%20%D0%A1%D0%B0%D0%BC%D0%BE%D0%B0>,
        <http://lexvo.org/id/term/urd/%D8%A7%D9%85%D8%B1%DB%8C%DA%A9%DB%8C%20%D8%B3%D8%A7%D9%85%D9%88%D8%A2>,
        <http://lexvo.org/id/term/vai-Latn/Poo%20Sambowa>,
        <http://lexvo.org/id/term/vai/%EA%95%B6%EA%95%B1%20%EA%95%A2%EA%95%B9%EA%95%8E>,
        <http://lexvo.org/id/term/vie/%C4%90%E1%BA%A3o%20Somoa%20thu%E1%BB%99c%20M%E1%BB%B9>,
        <http://lexvo.org/id/term/vun/Samoa%20ya%20Marekani>,
        <http://lexvo.org/id/term/wae/Amerikani%C5%A1%20Samoa>,
        <http://lexvo.org/id/term/xog/Samowa%20omumerika>,
        <http://lexvo.org/id/term/yav/S%C3%A1mua%20u%20Amel%C3%ADka>,
        <http://lexvo.org/id/term/yor/S%C3%A1m%C3%B3%C3%A1n%C3%AC%20ti%20Or%C3%ADl%E1%BA%B9%CC%81%C3%A8de%20%C3%80m%C3%A9r%C3%ADk%C3%A0>,
        <http://lexvo.org/id/term/zsm/American%20Samoa>,
        <http://lexvo.org/id/term/zul/i-American%20Samoa> ;
    owl:sameAs <http://psi.oasis-open.org/iso/3166/#016>,
        <http://sws.geonames.org/5880801/> .

<http://lexvo.org/id/iso3166/AT> a lvont:GeographicRegion ;
    rdfs:label "Oostenryk"@af,
        "Usɨtɨ̀là"@agq,
        "Ɔstria"@ak,
        "ኦስትሪያ"@am,
        "النمسا"@ar,
        "Authtria"@asa,
        "Austria"@ast,
        "Avstriya"@az,
        "Òstrǐk"@bas,
        "Аўстрыя"@be,
        "Huastlia"@bez,
        "Австрия"@bg,
        "Otirisi"@bm,
        "অস্ট্রিয়া"@bn,
        "ཨསྟྲི་ཡ།"@bo,
        "Aostria"@br,
        "ऑस्ट्रिया"@brx,
        "Austrija"@bs,
        "Аустрија"@bs-Cyrl,
        "ኦስትሪያ"@byn,
        "Àustria"@ca,
        "Osituria"@cgg,
        "ᎠᏍᏟᏯ"@chr,
        "奥地利"@cmn,
        "奧地利"@cmn-Hant,
        "Rakousko"@cs,
        "Awstria"@cy,
        "Østrig"@da,
        "Austria"@dav,
        "Österreich"@de,
        "Otriši"@dje,
        "Otris"@dyo,
        "ཨཱོས་ཊྲི་ཡ"@dz,
        "Austria"@ebu,
        "Austria nutome"@ee,
        "Αυστρία"@el,
        "Austria"@en,
        "ISO 3166-1:AT"@en,
        "𐐉𐑅𐐻𐑉𐐨𐐲"@en-Dsrt,
        "Aŭstrujo"@eo,
        "Austria"@es,
        "Austria"@et,
        "Austria"@eu,
        "Osətəlía"@ewo,
        "اتریش"@fa,
        "Otiriis"@ff,
        "Itävalta"@fi,
        "Austria"@fil,
        "Eysturríki"@fo,
        "Autriche"@fr,
        "Austrie"@fur,
        "An Ostair"@ga,
        "An Ostair"@gd,
        "Austria"@gl,
        "Ööschtriich"@gsw,
        "ઑસ્ટ્રિયા"@gu,
        "Austria"@guz,
        "Ostiriya"@ha,
        "אוסטריה"@he,
        "ऑस्ट्रिया"@hi,
        "Austrija"@hr,
        "Ausztria"@hu,
        "Ավստրիա"@hy,
        "Austria"@ia,
        "Austria"@id,
        "Austurríki"@is,
        "Austria"@it,
        "オーストリア"@ja,
        "Austria"@jmc,
        "ავსტრია"@ka,
        "Ustriya"@kab,
        "Austria"@kam,
        "Austlia"@kde,
        "Austria"@kea,
        "Otriši"@khq,
        "Austria"@ki,
        "Австрия"@kk,
        "Østrigi"@kl,
        "Emetab Austria"@kln,
        "អូទ្រីស"@km,
        "ಆಸ್ಟ್ರಿಯಾ"@kn,
        "오스트리아"@ko,
        "آسٹِیا"@ks,
        "Austlia"@ksb,
        "otric"@ksf,
        "Öösterisch"@ksh,
        "Áusitiria"@lag,
        "Awusituriya"@lg,
        "Otilisi"@ln,
        "ອົອດສະເຕຼຍ"@lo,
        "Austrija"@lt,
        "Otilisi"@lu,
        "Austria"@luo,
        "Austria"@luy,
        "Austrija"@lv,
        "Austria"@mas,
        "Austiria"@mer,
        "Lostris"@mfe,
        "Aotrisy"@mg,
        "Австрија"@mk,
        "ഓസ്ട്രിയ"@ml,
        "ऑस्ट्रिया"@mr,
        "Awstrija"@mt,
        "austriya"@mua,
        "ဩစတြီးယား"@my,
        "Austriab"@naq,
        "Østerrike"@nb,
        "Austria"@nd,
        "अष्ट्रिया"@ne,
        "Oostenrijk"@nl,
        "Ötrish"@nmg,
        "Austerrike"@nn,
        "Athtɛria"@nus,
        "Osituria"@nyn,
        "ଅଷ୍ଟ୍ରିଆ"@or,
        "Austria"@pl,
        "اتریش"@ps,
        "Áustria"@pt,
        "Austria"@rm,
        "Otirishe"@rn,
        "Austria"@ro,
        "Ostria"@rof,
        "Австрия"@ru,
        "Austria"@rwk,
        "Austria"@saq,
        "Awusitiliya"@sbp,
        "Nuortariika"@se,
        "Áustria"@seh,
        "Otriši"@ses,
        "Otrîsi"@sg,
        "ⵏⵏⵎⵙⴰ"@shi,
        "nnmsa"@shi-Latn,
        "ඔස්ට්‍රියාව"@si,
        "Rakúsko"@sk,
        "Avstrija"@sl,
        "Austria"@sn,
        "Awsteriya"@so,
        "Austri"@sq,
        "Аустрија"@sr,
        "Austrija"@sr-Latn,
        "Österrike"@sv,
        "Austria"@swc,
        "Austria"@swh,
        "ஆஸ்திரியா"@ta,
        "ఆస్ట్రియా"@te,
        "Austria"@teo,
        "ออสเตรีย"@th,
        "ኦስትሪያ"@ti,
        "ኦስትሪያ"@tig,
        "ʻAositulia"@to,
        "Avusturya"@tr,
        "Otriši"@twq,
        "Ustriyya"@tzm,
        "Австрія"@uk,
        "آسٹریا"@ur,
        "ꖺꔻꖤꕎ"@vai,
        "Ɔ́situwa"@vai-Latn,
        "Áo"@vi,
        "Austria"@vun,
        "Öštrič"@wae,
        "ኦስትሪያ"@wal,
        "Awusituriya"@xog,
        "Otilís"@yav,
        "Orílẹ́ède Asítíríà"@yo,
        "Austria"@zsm,
        "i-Austria"@zu ;
    lvont:label <http://lexvo.org/id/term/afr/Oostenryk>,
        <http://lexvo.org/id/term/agq/Us%C9%A8t%C9%A8%CC%80l%C3%A0>,
        <http://lexvo.org/id/term/aka/%C6%86stria>,
        <http://lexvo.org/id/term/amh/%E1%8A%A6%E1%88%B5%E1%89%B5%E1%88%AA%E1%8B%AB>,
        <http://lexvo.org/id/term/ara/%D8%A7%D9%84%D9%86%D9%85%D8%B3%D8%A7>,
        <http://lexvo.org/id/term/asa/Authtria>,
        <http://lexvo.org/id/term/ast/Austria>,
        <http://lexvo.org/id/term/aze/Avstriya>,
        <http://lexvo.org/id/term/bam/Otirisi>,
        <http://lexvo.org/id/term/bas/%C3%92str%C7%90k>,
        <http://lexvo.org/id/term/bel/%D0%90%D1%9E%D1%81%D1%82%D1%80%D1%8B%D1%8F>,
        <http://lexvo.org/id/term/ben/%E0%A6%85%E0%A6%B8%E0%A7%8D%E0%A6%9F%E0%A7%8D%E0%A6%B0%E0%A6%BF%E0%A6%AF%E0%A6%BC%E0%A6%BE>,
        <http://lexvo.org/id/term/bez/Huastlia>,
        <http://lexvo.org/id/term/bod/%E0%BD%A8%E0%BD%A6%E0%BE%9F%E0%BE%B2%E0%BD%B2%E0%BC%8B%E0%BD%A1%E0%BC%8D>,
        <http://lexvo.org/id/term/bos-Cyrl/%D0%90%D1%83%D1%81%D1%82%D1%80%D0%B8%D1%98%D0%B0>,
        <http://lexvo.org/id/term/bos/Austrija>,
        <http://lexvo.org/id/term/bre/Aostria>,
        <http://lexvo.org/id/term/brx/%E0%A4%91%E0%A4%B8%E0%A5%8D%E0%A4%9F%E0%A5%8D%E0%A4%B0%E0%A4%BF%E0%A4%AF%E0%A4%BE>,
        <http://lexvo.org/id/term/bul/%D0%90%D0%B2%D1%81%D1%82%D1%80%D0%B8%D1%8F>,
        <http://lexvo.org/id/term/byn/%E1%8A%A6%E1%88%B5%E1%89%B5%E1%88%AA%E1%8B%AB>,
        <http://lexvo.org/id/term/cat/%C3%80ustria>,
        <http://lexvo.org/id/term/ces/Rakousko>,
        <http://lexvo.org/id/term/cgg/Osituria>,
        <http://lexvo.org/id/term/chr/%E1%8E%A0%E1%8F%8D%E1%8F%9F%E1%8F%AF>,
        <http://lexvo.org/id/term/cmn-Hant/%E5%A5%A7%E5%9C%B0%E5%88%A9>,
        <http://lexvo.org/id/term/cmn/%E5%A5%A5%E5%9C%B0%E5%88%A9>,
        <http://lexvo.org/id/term/cym/Awstria>,
        <http://lexvo.org/id/term/dan/%C3%98strig>,
        <http://lexvo.org/id/term/dav/Austria>,
        <http://lexvo.org/id/term/deu/%C3%96sterreich>,
        <http://lexvo.org/id/term/dje/Otri%C5%A1i>,
        <http://lexvo.org/id/term/dyo/Otris>,
        <http://lexvo.org/id/term/dzo/%E0%BD%A8%E0%BD%B1%E0%BD%BC%E0%BD%A6%E0%BC%8B%E0%BD%8A%E0%BE%B2%E0%BD%B2%E0%BC%8B%E0%BD%A1>,
        <http://lexvo.org/id/term/ebu/Austria>,
        <http://lexvo.org/id/term/ell/%CE%91%CF%85%CF%83%CF%84%CF%81%CE%AF%CE%B1>,
        <http://lexvo.org/id/term/eng-Dsrt/%F0%90%90%89%F0%90%91%85%F0%90%90%BB%F0%90%91%89%F0%90%90%A8%F0%90%90%B2>,
        <http://lexvo.org/id/term/eng/Austria>,
        <http://lexvo.org/id/term/eng/ISO%203166-1%3AAT>,
        <http://lexvo.org/id/term/epo/A%C5%ADstrujo>,
        <http://lexvo.org/id/term/est/Austria>,
        <http://lexvo.org/id/term/eus/Austria>,
        <http://lexvo.org/id/term/ewe/Austria%20nutome>,
        <http://lexvo.org/id/term/ewo/Os%C9%99t%C9%99l%C3%ADa>,
        <http://lexvo.org/id/term/fao/Eysturr%C3%ADki>,
        <http://lexvo.org/id/term/fas/%D8%A7%D8%AA%D8%B1%DB%8C%D8%B4>,
        <http://lexvo.org/id/term/fil/Austria>,
        <http://lexvo.org/id/term/fin/It%C3%A4valta>,
        <http://lexvo.org/id/term/fra/Autriche>,
        <http://lexvo.org/id/term/ful/Otiriis>,
        <http://lexvo.org/id/term/fur/Austrie>,
        <http://lexvo.org/id/term/gla/An%20Ostair>,
        <http://lexvo.org/id/term/gle/An%20Ostair>,
        <http://lexvo.org/id/term/glg/Austria>,
        <http://lexvo.org/id/term/gsw/%C3%96%C3%B6schtriich>,
        <http://lexvo.org/id/term/guj/%E0%AA%91%E0%AA%B8%E0%AB%8D%E0%AA%9F%E0%AB%8D%E0%AA%B0%E0%AA%BF%E0%AA%AF%E0%AA%BE>,
        <http://lexvo.org/id/term/guz/Austria>,
        <http://lexvo.org/id/term/hau/Ostiriya>,
        <http://lexvo.org/id/term/heb/%D7%90%D7%95%D7%A1%D7%98%D7%A8%D7%99%D7%94>,
        <http://lexvo.org/id/term/hin/%E0%A4%91%E0%A4%B8%E0%A5%8D%E0%A4%9F%E0%A5%8D%E0%A4%B0%E0%A4%BF%E0%A4%AF%E0%A4%BE>,
        <http://lexvo.org/id/term/hrv/Austrija>,
        <http://lexvo.org/id/term/hun/Ausztria>,
        <http://lexvo.org/id/term/hye/%D4%B1%D5%BE%D5%BD%D5%BF%D6%80%D5%AB%D5%A1>,
        <http://lexvo.org/id/term/ina/Austria>,
        <http://lexvo.org/id/term/ind/Austria>,
        <http://lexvo.org/id/term/isl/Austurr%C3%ADki>,
        <http://lexvo.org/id/term/ita/Austria>,
        <http://lexvo.org/id/term/jmc/Austria>,
        <http://lexvo.org/id/term/jpn/%E3%82%AA%E3%83%BC%E3%82%B9%E3%83%88%E3%83%AA%E3%82%A2>,
        <http://lexvo.org/id/term/kab/Ustriya>,
        <http://lexvo.org/id/term/kal/%C3%98strigi>,
        <http://lexvo.org/id/term/kam/Austria>,
        <http://lexvo.org/id/term/kan/%E0%B2%86%E0%B2%B8%E0%B3%8D%E0%B2%9F%E0%B3%8D%E0%B2%B0%E0%B2%BF%E0%B2%AF%E0%B2%BE>,
        <http://lexvo.org/id/term/kas/%D8%A2%D8%B3%D9%B9%D9%90%DB%8C%D8%A7>,
        <http://lexvo.org/id/term/kat/%E1%83%90%E1%83%95%E1%83%A1%E1%83%A2%E1%83%A0%E1%83%98%E1%83%90>,
        <http://lexvo.org/id/term/kaz/%D0%90%D0%B2%D1%81%D1%82%D1%80%D0%B8%D1%8F>,
        <http://lexvo.org/id/term/kde/Austlia>,
        <http://lexvo.org/id/term/kea/Austria>,
        <http://lexvo.org/id/term/khm/%E1%9E%A2%E1%9E%BC%E1%9E%91%E1%9F%92%E1%9E%9A%E1%9E%B8%E1%9E%9F>,
        <http://lexvo.org/id/term/khq/Otri%C5%A1i>,
        <http://lexvo.org/id/term/kik/Austria>,
        <http://lexvo.org/id/term/kln/Emetab%20Austria>,
        <http://lexvo.org/id/term/kor/%EC%98%A4%EC%8A%A4%ED%8A%B8%EB%A6%AC%EC%95%84>,
        <http://lexvo.org/id/term/ksb/Austlia>,
        <http://lexvo.org/id/term/ksf/otric>,
        <http://lexvo.org/id/term/ksh/%C3%96%C3%B6sterisch>,
        <http://lexvo.org/id/term/lag/%C3%81usitiria>,
        <http://lexvo.org/id/term/lao/%E0%BA%AD%E0%BA%BB%E0%BA%AD%E0%BA%94%E0%BA%AA%E0%BA%B0%E0%BB%80%E0%BA%95%E0%BA%BC%E0%BA%8D>,
        <http://lexvo.org/id/term/lav/Austrija>,
        <http://lexvo.org/id/term/lin/Otilisi>,
        <http://lexvo.org/id/term/lit/Austrija>,
        <http://lexvo.org/id/term/lub/Otilisi>,
        <http://lexvo.org/id/term/lug/Awusituriya>,
        <http://lexvo.org/id/term/luo/Austria>,
        <http://lexvo.org/id/term/luy/Austria>,
        <http://lexvo.org/id/term/mal/%E0%B4%93%E0%B4%B8%E0%B5%8D%E0%B4%9F%E0%B5%8D%E0%B4%B0%E0%B4%BF%E0%B4%AF>,
        <http://lexvo.org/id/term/mar/%E0%A4%91%E0%A4%B8%E0%A5%8D%E0%A4%9F%E0%A5%8D%E0%A4%B0%E0%A4%BF%E0%A4%AF%E0%A4%BE>,
        <http://lexvo.org/id/term/mas/Austria>,
        <http://lexvo.org/id/term/mer/Austiria>,
        <http://lexvo.org/id/term/mfe/Lostris>,
        <http://lexvo.org/id/term/mkd/%D0%90%D0%B2%D1%81%D1%82%D1%80%D0%B8%D1%98%D0%B0>,
        <http://lexvo.org/id/term/mlg/Aotrisy>,
        <http://lexvo.org/id/term/mlt/Awstrija>,
        <http://lexvo.org/id/term/mua/austriya>,
        <http://lexvo.org/id/term/mya/%E1%80%A9%E1%80%85%E1%80%90%E1%80%BC%E1%80%AE%E1%80%B8%E1%80%9A%E1%80%AC%E1%80%B8>,
        <http://lexvo.org/id/term/naq/Austriab>,
        <http://lexvo.org/id/term/nde/Austria>,
        <http://lexvo.org/id/term/nep/%E0%A4%85%E0%A4%B7%E0%A5%8D%E0%A4%9F%E0%A5%8D%E0%A4%B0%E0%A4%BF%E0%A4%AF%E0%A4%BE>,
        <http://lexvo.org/id/term/nld/Oostenrijk>,
        <http://lexvo.org/id/term/nmg/%C3%96trish>,
        <http://lexvo.org/id/term/nno/Austerrike>,
        <http://lexvo.org/id/term/nob/%C3%98sterrike>,
        <http://lexvo.org/id/term/nus/Atht%C9%9Bria>,
        <http://lexvo.org/id/term/nyn/Osituria>,
        <http://lexvo.org/id/term/ori/%E0%AC%85%E0%AC%B7%E0%AD%8D%E0%AC%9F%E0%AD%8D%E0%AC%B0%E0%AC%BF%E0%AC%86>,
        <http://lexvo.org/id/term/pol/Austria>,
        <http://lexvo.org/id/term/por/%C3%81ustria>,
        <http://lexvo.org/id/term/pus/%D8%A7%D8%AA%D8%B1%DB%8C%D8%B4>,
        <http://lexvo.org/id/term/rof/Ostria>,
        <http://lexvo.org/id/term/roh/Austria>,
        <http://lexvo.org/id/term/ron/Austria>,
        <http://lexvo.org/id/term/run/Otirishe>,
        <http://lexvo.org/id/term/rus/%D0%90%D0%B2%D1%81%D1%82%D1%80%D0%B8%D1%8F>,
        <http://lexvo.org/id/term/rwk/Austria>,
        <http://lexvo.org/id/term/sag/Otr%C3%AEsi>,
        <http://lexvo.org/id/term/saq/Austria>,
        <http://lexvo.org/id/term/sbp/Awusitiliya>,
        <http://lexvo.org/id/term/seh/%C3%81ustria>,
        <http://lexvo.org/id/term/ses/Otri%C5%A1i>,
        <http://lexvo.org/id/term/shi-Latn/nnmsa>,
        <http://lexvo.org/id/term/shi/%E2%B5%8F%E2%B5%8F%E2%B5%8E%E2%B5%99%E2%B4%B0>,
        <http://lexvo.org/id/term/sin/%E0%B6%94%E0%B7%83%E0%B7%8A%E0%B6%A7%E0%B7%8A%E2%80%8D%E0%B6%BB%E0%B7%92%E0%B6%BA%E0%B7%8F%E0%B7%80>,
        <http://lexvo.org/id/term/slk/Rak%C3%BAsko>,
        <http://lexvo.org/id/term/slv/Avstrija>,
        <http://lexvo.org/id/term/sme/Nuortariika>,
        <http://lexvo.org/id/term/sna/Austria>,
        <http://lexvo.org/id/term/som/Awsteriya>,
        <http://lexvo.org/id/term/spa/Austria>,
        <http://lexvo.org/id/term/sqi/Austri>,
        <http://lexvo.org/id/term/srp-Latn/Austrija>,
        <http://lexvo.org/id/term/srp/%D0%90%D1%83%D1%81%D1%82%D1%80%D0%B8%D1%98%D0%B0>,
        <http://lexvo.org/id/term/swc/Austria>,
        <http://lexvo.org/id/term/swe/%C3%96sterrike>,
        <http://lexvo.org/id/term/swh/Austria>,
        <http://lexvo.org/id/term/tam/%E0%AE%86%E0%AE%B8%E0%AF%8D%E0%AE%A4%E0%AE%BF%E0%AE%B0%E0%AE%BF%E0%AE%AF%E0%AE%BE>,
        <http://lexvo.org/id/term/tel/%E0%B0%86%E0%B0%B8%E0%B1%8D%E0%B0%9F%E0%B1%8D%E0%B0%B0%E0%B0%BF%E0%B0%AF%E0%B0%BE>,
        <http://lexvo.org/id/term/teo/Austria>,
        <http://lexvo.org/id/term/tha/%E0%B8%AD%E0%B8%AD%E0%B8%AA%E0%B9%80%E0%B8%95%E0%B8%A3%E0%B8%B5%E0%B8%A2>,
        <http://lexvo.org/id/term/tig/%E1%8A%A6%E1%88%B5%E1%89%B5%E1%88%AA%E1%8B%AB>,
        <http://lexvo.org/id/term/tir/%E1%8A%A6%E1%88%B5%E1%89%B5%E1%88%AA%E1%8B%AB>,
        <http://lexvo.org/id/term/ton/%CA%BBAositulia>,
        <http://lexvo.org/id/term/tur/Avusturya>,
        <http://lexvo.org/id/term/twq/Otri%C5%A1i>,
        <http://lexvo.org/id/term/tzm/Ustriyya>,
        <http://lexvo.org/id/term/ukr/%D0%90%D0%B2%D1%81%D1%82%D1%80%D1%96%D1%8F>,
        <http://lexvo.org/id/term/urd/%D8%A2%D8%B3%D9%B9%D8%B1%DB%8C%D8%A7>,
        <http://lexvo.org/id/term/vai-Latn/%C6%86%CC%81situwa>,
        <http://lexvo.org/id/term/vai/%EA%96%BA%EA%94%BB%EA%96%A4%EA%95%8E>,
        <http://lexvo.org/id/term/vie/%C3%81o>,
        <http://lexvo.org/id/term/vun/Austria>,
        <http://lexvo.org/id/term/wae/%C3%96%C5%A1tri%C4%8D>,
        <http://lexvo.org/id/term/wal/%E1%8A%A6%E1%88%B5%E1%89%B5%E1%88%AA%E1%8B%AB>,
        <http://lexvo.org/id/term/xog/Awusituriya>,
        <http://lexvo.org/id/term/yav/Otil%C3%ADs>,
        <http://lexvo.org/id/term/yor/Or%C3%ADl%E1%BA%B9%CC%81%C3%A8de%20As%C3%ADt%C3%ADr%C3%AD%C3%A0>,
        <http://lexvo.org/id/term/zsm/Austria>,
        <http://lexvo.org/id/term/zul/i-Austria> ;
    owl:sameAs <http://psi.oasis-open.org/iso/3166/#040>,
        <http://sws.geonames.org/2782113/> .

<http://lexvo.org/id/iso3166/AU> a lvont:GeographicRegion ;
    rdfs:label "Australië"@af,
        "Ùsɨ̀tɛ̀lɛlìa"@agq,
        "Ɔstrelia"@ak,
        "አውስትሬሊያ"@am,
        "أستراليا"@ar,
        "Authtralia"@asa,
        "Australia"@ast,
        "Avstraliya"@az,
        "Òstralìà"@bas,
        "Аўстралія"@be,
        "Huaustlalia"@bez,
        "Австралия"@bg,
        "Ositirali"@bm,
        "অস্ট্রেলিয়া"@bn,
        "ཨསྟྲེ་ལི་ཡ།"@bo,
        "Aostralia"@br,
        "ऑस्ट्रेलिया"@brx,
        "Australija"@bs,
        "Аустралија"@bs-Cyrl,
        "አውስትሬሊያ"@byn,
        "Austràlia"@ca,
        "Ositureeriya"@cgg,
        "ᎡᎳᏗᏜ"@chr,
        "澳大利亚"@cmn,
        "澳洲"@cmn-Hant,
        "Austrálie"@cs,
        "Awstralia"@cy,
        "Australien"@da,
        "Australia"@dav,
        "Australien"@de,
        "Ostraali"@dje,
        "Ostraalia"@dyo,
        "ཨཱོས་ཊྲེལ་ལི་ཡ"@dz,
        "Australia"@ebu,
        "Australia nutome"@ee,
        "Αυστραλία"@el,
        "Australia"@en,
        "ISO 3166-1:AU"@en,
        "𐐉𐑅𐐻𐑉𐐩𐑊𐐨𐐲"@en-Dsrt,
        "Aŭstralio"@eo,
        "Australia"@es,
        "Austraalia"@et,
        "Australia"@eu,
        "Osətəlalí"@ewo,
        "آسترالیا"@fa,
        "استرالیا"@fa,
        "Ostaraalii"@ff,
        "Australia"@fi,
        "Australia"@fil,
        "Avstralia"@fo,
        "Australie"@fr,
        "Australie"@fur,
        "An Astráil"@ga,
        "Astràilia"@gd,
        "Australia"@gl,
        "Auschtraalie"@gsw,
        "ઑસ્ટ્રેલિયા"@gu,
        "Australia"@guz,
        "Ostareliya"@ha,
        "Nūhōlani"@haw,
        "אוסטרליה"@he,
        "ऑस्ट्रेलिया"@hi,
        "Australija"@hr,
        "Ausztrália"@hu,
        "Ավստրալիա"@hy,
        "Australia"@ia,
        "Australia"@id,
        "Ástralía"@is,
        "Australia"@it,
        "オーストラリア"@ja,
        "Australia"@jmc,
        "ავსტრალია"@ka,
        "Ustrali"@kab,
        "Australia"@kam,
        "Austlalia"@kde,
        "Australia"@kea,
        "Ostraali"@khq,
        "Australia"@ki,
        "Австралия"@kk,
        "Australia"@kl,
        "Emetab Australia"@kln,
        "អូស្ត្រាលី"@km,
        "ಆಸ್ಟ್ರೇಲಿಯ"@kn,
        "오스트레일리아"@ko,
        "آسٹریلِیا"@ks,
        "Austlalia"@ksb,
        "ɔstralí"@ksf,
        "Austraalije"@ksh,
        "Ausiteréelia"@lag,
        "Awusitureliya"@lg,
        "Ositáli"@ln,
        "ອອດສະເຕເລຍ"@lo,
        "Australija"@lt,
        "Ositali"@lu,
        "Australia"@luo,
        "Australia"@luy,
        "Austrālija"@lv,
        "Australia"@mas,
        "Austrĩlia"@mer,
        "Lostrali"@mfe,
        "Aostralia"@mg,
        "Австралија"@mk,
        "ഓസ്ട്രേലിയ"@ml,
        "ऑस्ट्रेलिया"@mr,
        "Awstralja"@mt,
        "australiya"@mua,
        "ဩစတြေးလျှား"@my,
        "Australieb"@naq,
        "Australia"@nb,
        "Australia"@nd,
        "अष्ट्रेलिया"@ne,
        "Australië"@nl,
        "Östraliá"@nmg,
        "Australia"@nn,
        "Athɔra̱lia"@nus,
        "Ositureeriya"@nyn,
        "ଅଷ୍ଟ୍ରେଲିଆ"@or,
        "Australia"@pl,
        "Austrália"@pt,
        "Australia"@rm,
        "Ositaraliya"@rn,
        "Australia"@ro,
        "Australia"@rof,
        "Австралия"@ru,
        "Australia"@rwk,
        "Australia"@saq,
        "Awusitilaliya"@sbp,
        "Austrália"@se,
        "Austrália"@seh,
        "Ostraali"@ses,
        "Ostralïi, Sotralïi"@sg,
        "ⵓⵙⵜⵔⴰⵍⵢⴰ"@shi,
        "ustralya"@shi-Latn,
        "ඕස්ට්‍රේලියාව"@si,
        "Austrália"@sk,
        "Avstralija"@sl,
        "Australia"@sn,
        "Awstaraaliya"@so,
        "Australi"@sq,
        "Аустралија"@sr,
        "Australija"@sr-Latn,
        "Australien"@sv,
        "Australia"@swc,
        "Australia"@swh,
        "ஆஸ்திரேலியா"@ta,
        "ఆస్ట్రేలియా"@te,
        "Australia"@teo,
        "ออสเตรเลีย"@th,
        "አውስትሬሊያ"@ti,
        "አውስትሬሊያ"@tig,
        "ʻAositelēlia"@to,
        "Avustralya"@tr,
        "Ostraali"@twq,
        "Usṭralya"@tzm,
        "Австралія"@uk,
        "آسٹریلیا"@ur,
        "ꖺꖬꖤꔃꔷꕩ"@vai,
        "Ɔsituwéeliya"@vai-Latn,
        "Úc"@vi,
        "Australia"@vun,
        "Australie"@wae,
        "አውስትሬሊያ"@wal,
        "Awusitureliya"@xog,
        "Otalalí"@yav,
        "Orílẹ́ède Ástràlìá"@yo,
        "Australia"@zsm,
        "i-Australia"@zu ;
    lvont:label <http://lexvo.org/id/term/afr/Australi%C3%AB>,
        <http://lexvo.org/id/term/agq/%C3%99s%C9%A8%CC%80t%C9%9B%CC%80l%C9%9Bl%C3%ACa>,
        <http://lexvo.org/id/term/aka/%C6%86strelia>,
        <http://lexvo.org/id/term/amh/%E1%8A%A0%E1%8B%8D%E1%88%B5%E1%89%B5%E1%88%AC%E1%88%8A%E1%8B%AB>,
        <http://lexvo.org/id/term/ara/%D8%A3%D8%B3%D8%AA%D8%B1%D8%A7%D9%84%D9%8A%D8%A7>,
        <http://lexvo.org/id/term/asa/Authtralia>,
        <http://lexvo.org/id/term/ast/Australia>,
        <http://lexvo.org/id/term/aze/Avstraliya>,
        <http://lexvo.org/id/term/bam/Ositirali>,
        <http://lexvo.org/id/term/bas/%C3%92stral%C3%AC%C3%A0>,
        <http://lexvo.org/id/term/bel/%D0%90%D1%9E%D1%81%D1%82%D1%80%D0%B0%D0%BB%D1%96%D1%8F>,
        <http://lexvo.org/id/term/ben/%E0%A6%85%E0%A6%B8%E0%A7%8D%E0%A6%9F%E0%A7%8D%E0%A6%B0%E0%A7%87%E0%A6%B2%E0%A6%BF%E0%A6%AF%E0%A6%BC%E0%A6%BE>,
        <http://lexvo.org/id/term/bez/Huaustlalia>,
        <http://lexvo.org/id/term/bod/%E0%BD%A8%E0%BD%A6%E0%BE%9F%E0%BE%B2%E0%BD%BA%E0%BC%8B%E0%BD%A3%E0%BD%B2%E0%BC%8B%E0%BD%A1%E0%BC%8D>,
        <http://lexvo.org/id/term/bos-Cyrl/%D0%90%D1%83%D1%81%D1%82%D1%80%D0%B0%D0%BB%D0%B8%D1%98%D0%B0>,
        <http://lexvo.org/id/term/bos/Australija>,
        <http://lexvo.org/id/term/bre/Aostralia>,
        <http://lexvo.org/id/term/brx/%E0%A4%91%E0%A4%B8%E0%A5%8D%E0%A4%9F%E0%A5%8D%E0%A4%B0%E0%A5%87%E0%A4%B2%E0%A4%BF%E0%A4%AF%E0%A4%BE>,
        <http://lexvo.org/id/term/bul/%D0%90%D0%B2%D1%81%D1%82%D1%80%D0%B0%D0%BB%D0%B8%D1%8F>,
        <http://lexvo.org/id/term/byn/%E1%8A%A0%E1%8B%8D%E1%88%B5%E1%89%B5%E1%88%AC%E1%88%8A%E1%8B%AB>,
        <http://lexvo.org/id/term/cat/Austr%C3%A0lia>,
        <http://lexvo.org/id/term/ces/Austr%C3%A1lie>,
        <http://lexvo.org/id/term/cgg/Ositureeriya>,
        <http://lexvo.org/id/term/chr/%E1%8E%A1%E1%8E%B3%E1%8F%97%E1%8F%9C>,
        <http://lexvo.org/id/term/cmn-Hant/%E6%BE%B3%E6%B4%B2>,
        <http://lexvo.org/id/term/cmn/%E6%BE%B3%E5%A4%A7%E5%88%A9%E4%BA%9A>,
        <http://lexvo.org/id/term/cym/Awstralia>,
        <http://lexvo.org/id/term/dan/Australien>,
        <http://lexvo.org/id/term/dav/Australia>,
        <http://lexvo.org/id/term/deu/Australien>,
        <http://lexvo.org/id/term/dje/Ostraali>,
        <http://lexvo.org/id/term/dyo/Ostraalia>,
        <http://lexvo.org/id/term/dzo/%E0%BD%A8%E0%BD%B1%E0%BD%BC%E0%BD%A6%E0%BC%8B%E0%BD%8A%E0%BE%B2%E0%BD%BA%E0%BD%A3%E0%BC%8B%E0%BD%A3%E0%BD%B2%E0%BC%8B%E0%BD%A1>,
        <http://lexvo.org/id/term/ebu/Australia>,
        <http://lexvo.org/id/term/ell/%CE%91%CF%85%CF%83%CF%84%CF%81%CE%B1%CE%BB%CE%AF%CE%B1>,
        <http://lexvo.org/id/term/eng-Dsrt/%F0%90%90%89%F0%90%91%85%F0%90%90%BB%F0%90%91%89%F0%90%90%A9%F0%90%91%8A%F0%90%90%A8%F0%90%90%B2>,
        <http://lexvo.org/id/term/eng/Australia>,
        <http://lexvo.org/id/term/eng/ISO%203166-1%3AAU>,
        <http://lexvo.org/id/term/epo/A%C5%ADstralio>,
        <http://lexvo.org/id/term/est/Austraalia>,
        <http://lexvo.org/id/term/eus/Australia>,
        <http://lexvo.org/id/term/ewe/Australia%20nutome>,
        <http://lexvo.org/id/term/ewo/Os%C9%99t%C9%99lal%C3%AD>,
        <http://lexvo.org/id/term/fao/Avstralia>,
        <http://lexvo.org/id/term/fas/%D8%A2%D8%B3%D8%AA%D8%B1%D8%A7%D9%84%DB%8C%D8%A7>,
        <http://lexvo.org/id/term/fas/%D8%A7%D8%B3%D8%AA%D8%B1%D8%A7%D9%84%DB%8C%D8%A7>,
        <http://lexvo.org/id/term/fil/Australia>,
        <http://lexvo.org/id/term/fin/Australia>,
        <http://lexvo.org/id/term/fra/Australie>,
        <http://lexvo.org/id/term/ful/Ostaraalii>,
        <http://lexvo.org/id/term/fur/Australie>,
        <http://lexvo.org/id/term/gla/Astr%C3%A0ilia>,
        <http://lexvo.org/id/term/gle/An%20Astr%C3%A1il>,
        <http://lexvo.org/id/term/glg/Australia>,
        <http://lexvo.org/id/term/gsw/Auschtraalie>,
        <http://lexvo.org/id/term/guj/%E0%AA%91%E0%AA%B8%E0%AB%8D%E0%AA%9F%E0%AB%8D%E0%AA%B0%E0%AB%87%E0%AA%B2%E0%AA%BF%E0%AA%AF%E0%AA%BE>,
        <http://lexvo.org/id/term/guz/Australia>,
        <http://lexvo.org/id/term/hau/Ostareliya>,
        <http://lexvo.org/id/term/haw/N%C5%ABh%C5%8Dlani>,
        <http://lexvo.org/id/term/heb/%D7%90%D7%95%D7%A1%D7%98%D7%A8%D7%9C%D7%99%D7%94>,
        <http://lexvo.org/id/term/hin/%E0%A4%91%E0%A4%B8%E0%A5%8D%E0%A4%9F%E0%A5%8D%E0%A4%B0%E0%A5%87%E0%A4%B2%E0%A4%BF%E0%A4%AF%E0%A4%BE>,
        <http://lexvo.org/id/term/hrv/Australija>,
        <http://lexvo.org/id/term/hun/Ausztr%C3%A1lia>,
        <http://lexvo.org/id/term/hye/%D4%B1%D5%BE%D5%BD%D5%BF%D6%80%D5%A1%D5%AC%D5%AB%D5%A1>,
        <http://lexvo.org/id/term/ina/Australia>,
        <http://lexvo.org/id/term/ind/Australia>,
        <http://lexvo.org/id/term/isl/%C3%81stral%C3%ADa>,
        <http://lexvo.org/id/term/ita/Australia>,
        <http://lexvo.org/id/term/jmc/Australia>,
        <http://lexvo.org/id/term/jpn/%E3%82%AA%E3%83%BC%E3%82%B9%E3%83%88%E3%83%A9%E3%83%AA%E3%82%A2>,
        <http://lexvo.org/id/term/kab/Ustrali>,
        <http://lexvo.org/id/term/kal/Australia>,
        <http://lexvo.org/id/term/kam/Australia>,
        <http://lexvo.org/id/term/kan/%E0%B2%86%E0%B2%B8%E0%B3%8D%E0%B2%9F%E0%B3%8D%E0%B2%B0%E0%B3%87%E0%B2%B2%E0%B2%BF%E0%B2%AF>,
        <http://lexvo.org/id/term/kas/%D8%A2%D8%B3%D9%B9%D8%B1%DB%8C%D9%84%D9%90%DB%8C%D8%A7>,
        <http://lexvo.org/id/term/kat/%E1%83%90%E1%83%95%E1%83%A1%E1%83%A2%E1%83%A0%E1%83%90%E1%83%9A%E1%83%98%E1%83%90>,
        <http://lexvo.org/id/term/kaz/%D0%90%D0%B2%D1%81%D1%82%D1%80%D0%B0%D0%BB%D0%B8%D1%8F>,
        <http://lexvo.org/id/term/kde/Austlalia>,
        <http://lexvo.org/id/term/kea/Australia>,
        <http://lexvo.org/id/term/khm/%E1%9E%A2%E1%9E%BC%E1%9E%9F%E1%9F%92%E1%9E%8F%E1%9F%92%E1%9E%9A%E1%9E%B6%E1%9E%9B%E1%9E%B8>,
        <http://lexvo.org/id/term/khq/Ostraali>,
        <http://lexvo.org/id/term/kik/Australia>,
        <http://lexvo.org/id/term/kln/Emetab%20Australia>,
        <http://lexvo.org/id/term/kor/%EC%98%A4%EC%8A%A4%ED%8A%B8%EB%A0%88%EC%9D%BC%EB%A6%AC%EC%95%84>,
        <http://lexvo.org/id/term/ksb/Austlalia>,
        <http://lexvo.org/id/term/ksf/%C9%94stral%C3%AD>,
        <http://lexvo.org/id/term/ksh/Austraalije>,
        <http://lexvo.org/id/term/lag/Ausiter%C3%A9elia>,
        <http://lexvo.org/id/term/lao/%E0%BA%AD%E0%BA%AD%E0%BA%94%E0%BA%AA%E0%BA%B0%E0%BB%80%E0%BA%95%E0%BB%80%E0%BA%A5%E0%BA%8D>,
        <http://lexvo.org/id/term/lav/Austr%C4%81lija>,
        <http://lexvo.org/id/term/lin/Osit%C3%A1li>,
        <http://lexvo.org/id/term/lit/Australija>,
        <http://lexvo.org/id/term/lub/Ositali>,
        <http://lexvo.org/id/term/lug/Awusitureliya>,
        <http://lexvo.org/id/term/luo/Australia>,
        <http://lexvo.org/id/term/luy/Australia>,
        <http://lexvo.org/id/term/mal/%E0%B4%93%E0%B4%B8%E0%B5%8D%E0%B4%9F%E0%B5%8D%E0%B4%B0%E0%B5%87%E0%B4%B2%E0%B4%BF%E0%B4%AF>,
        <http://lexvo.org/id/term/mar/%E0%A4%91%E0%A4%B8%E0%A5%8D%E0%A4%9F%E0%A5%8D%E0%A4%B0%E0%A5%87%E0%A4%B2%E0%A4%BF%E0%A4%AF%E0%A4%BE>,
        <http://lexvo.org/id/term/mas/Australia>,
        <http://lexvo.org/id/term/mer/Austr%C4%A9lia>,
        <http://lexvo.org/id/term/mfe/Lostrali>,
        <http://lexvo.org/id/term/mkd/%D0%90%D0%B2%D1%81%D1%82%D1%80%D0%B0%D0%BB%D0%B8%D1%98%D0%B0>,
        <http://lexvo.org/id/term/mlg/Aostralia>,
        <http://lexvo.org/id/term/mlt/Awstralja>,
        <http://lexvo.org/id/term/mua/australiya>,
        <http://lexvo.org/id/term/mya/%E1%80%A9%E1%80%85%E1%80%90%E1%80%BC%E1%80%B1%E1%80%B8%E1%80%9C%E1%80%BB%E1%80%BE%E1%80%AC%E1%80%B8>,
        <http://lexvo.org/id/term/naq/Australieb>,
        <http://lexvo.org/id/term/nde/Australia>,
        <http://lexvo.org/id/term/nep/%E0%A4%85%E0%A4%B7%E0%A5%8D%E0%A4%9F%E0%A5%8D%E0%A4%B0%E0%A5%87%E0%A4%B2%E0%A4%BF%E0%A4%AF%E0%A4%BE>,
        <http://lexvo.org/id/term/nld/Australi%C3%AB>,
        <http://lexvo.org/id/term/nmg/%C3%96strali%C3%A1>,
        <http://lexvo.org/id/term/nno/Australia>,
        <http://lexvo.org/id/term/nob/Australia>,
        <http://lexvo.org/id/term/nus/Ath%C9%94ra%CC%B1lia>,
        <http://lexvo.org/id/term/nyn/Ositureeriya>,
        <http://lexvo.org/id/term/ori/%E0%AC%85%E0%AC%B7%E0%AD%8D%E0%AC%9F%E0%AD%8D%E0%AC%B0%E0%AD%87%E0%AC%B2%E0%AC%BF%E0%AC%86>,
        <http://lexvo.org/id/term/pol/Australia>,
        <http://lexvo.org/id/term/por/Austr%C3%A1lia>,
        <http://lexvo.org/id/term/rof/Australia>,
        <http://lexvo.org/id/term/roh/Australia>,
        <http://lexvo.org/id/term/ron/Australia>,
        <http://lexvo.org/id/term/run/Ositaraliya>,
        <http://lexvo.org/id/term/rus/%D0%90%D0%B2%D1%81%D1%82%D1%80%D0%B0%D0%BB%D0%B8%D1%8F>,
        <http://lexvo.org/id/term/rwk/Australia>,
        <http://lexvo.org/id/term/sag/Ostral%C3%AFi%2C%20Sotral%C3%AFi>,
        <http://lexvo.org/id/term/saq/Australia>,
        <http://lexvo.org/id/term/sbp/Awusitilaliya>,
        <http://lexvo.org/id/term/seh/Austr%C3%A1lia>,
        <http://lexvo.org/id/term/ses/Ostraali>,
        <http://lexvo.org/id/term/shi-Latn/ustralya>,
        <http://lexvo.org/id/term/shi/%E2%B5%93%E2%B5%99%E2%B5%9C%E2%B5%94%E2%B4%B0%E2%B5%8D%E2%B5%A2%E2%B4%B0>,
        <http://lexvo.org/id/term/sin/%E0%B6%95%E0%B7%83%E0%B7%8A%E0%B6%A7%E0%B7%8A%E2%80%8D%E0%B6%BB%E0%B7%9A%E0%B6%BD%E0%B7%92%E0%B6%BA%E0%B7%8F%E0%B7%80>,
        <http://lexvo.org/id/term/slk/Austr%C3%A1lia>,
        <http://lexvo.org/id/term/slv/Avstralija>,
        <http://lexvo.org/id/term/sme/Austr%C3%A1lia>,
        <http://lexvo.org/id/term/sna/Australia>,
        <http://lexvo.org/id/term/som/Awstaraaliya>,
        <http://lexvo.org/id/term/spa/Australia>,
        <http://lexvo.org/id/term/sqi/Australi>,
        <http://lexvo.org/id/term/srp-Latn/Australija>,
        <http://lexvo.org/id/term/srp/%D0%90%D1%83%D1%81%D1%82%D1%80%D0%B0%D0%BB%D0%B8%D1%98%D0%B0>,
        <http://lexvo.org/id/term/swc/Australia>,
        <http://lexvo.org/id/term/swe/Australien>,
        <http://lexvo.org/id/term/swh/Australia>,
        <http://lexvo.org/id/term/tam/%E0%AE%86%E0%AE%B8%E0%AF%8D%E0%AE%A4%E0%AE%BF%E0%AE%B0%E0%AF%87%E0%AE%B2%E0%AE%BF%E0%AE%AF%E0%AE%BE>,
        <http://lexvo.org/id/term/tel/%E0%B0%86%E0%B0%B8%E0%B1%8D%E0%B0%9F%E0%B1%8D%E0%B0%B0%E0%B1%87%E0%B0%B2%E0%B0%BF%E0%B0%AF%E0%B0%BE>,
        <http://lexvo.org/id/term/teo/Australia>,
        <http://lexvo.org/id/term/tha/%E0%B8%AD%E0%B8%AD%E0%B8%AA%E0%B9%80%E0%B8%95%E0%B8%A3%E0%B9%80%E0%B8%A5%E0%B8%B5%E0%B8%A2>,
        <http://lexvo.org/id/term/tig/%E1%8A%A0%E1%8B%8D%E1%88%B5%E1%89%B5%E1%88%AC%E1%88%8A%E1%8B%AB>,
        <http://lexvo.org/id/term/tir/%E1%8A%A0%E1%8B%8D%E1%88%B5%E1%89%B5%E1%88%AC%E1%88%8A%E1%8B%AB>,
        <http://lexvo.org/id/term/ton/%CA%BBAositel%C4%93lia>,
        <http://lexvo.org/id/term/tur/Avustralya>,
        <http://lexvo.org/id/term/twq/Ostraali>,
        <http://lexvo.org/id/term/tzm/Us%E1%B9%ADralya>,
        <http://lexvo.org/id/term/ukr/%D0%90%D0%B2%D1%81%D1%82%D1%80%D0%B0%D0%BB%D1%96%D1%8F>,
        <http://lexvo.org/id/term/urd/%D8%A2%D8%B3%D9%B9%D8%B1%DB%8C%D9%84%DB%8C%D8%A7>,
        <http://lexvo.org/id/term/vai-Latn/%C6%86situw%C3%A9eliya>,
        <http://lexvo.org/id/term/vai/%EA%96%BA%EA%96%AC%EA%96%A4%EA%94%83%EA%94%B7%EA%95%A9>,
        <http://lexvo.org/id/term/vie/%C3%9Ac>,
        <http://lexvo.org/id/term/vun/Australia>,
        <http://lexvo.org/id/term/wae/Australie>,
        <http://lexvo.org/id/term/wal/%E1%8A%A0%E1%8B%8D%E1%88%B5%E1%89%B5%E1%88%AC%E1%88%8A%E1%8B%AB>,
        <http://lexvo.org/id/term/xog/Awusitureliya>,
        <http://lexvo.org/id/term/yav/Otalal%C3%AD>,
        <http://lexvo.org/id/term/yor/Or%C3%ADl%E1%BA%B9%CC%81%C3%A8de%20%C3%81str%C3%A0l%C3%AC%C3%A1>,
        <http://lexvo.org/id/term/zsm/Australia>,
        <http://lexvo.org/id/term/zul/i-Australia> ;
    owl:sameAs <http://psi.oasis-open.org/iso/3166/#036>,
        <http://sws.geonames.org/2077456/> .

<http://lexvo.org/id/iso3166/AW> a lvont:GeographicRegion ;
    rdfs:label "Aruba"@af,
        "Àlubà"@agq,
        "Aruba"@ak,
        "አሩባ"@am,
        "آروبا"@ar,
        "Aruba"@asa,
        "Aruba"@ast,
        "Aruba"@az,
        "Àrubà"@bas,
        "Аруба"@be,
        "Hualuba"@bez,
        "Аруба"@bg,
        "Aruba"@bm,
        "আরুবা"@bn,
        "ཨ་རུ་བ།"@bo,
        "Aruba"@br,
        "अरूबा"@brx,
        "Aruba"@bs,
        "Аруба"@bs-Cyrl,
        "Aruba"@ca,
        "Aruba"@cgg,
        "ᎠᎷᏆ"@chr,
        "阿鲁巴"@cmn,
        "阿路巴"@cmn-Hant,
        "Aruba"@cs,
        "Aruba"@cy,
        "Aruba"@da,
        "Aruba"@dav,
        "Aruba"@de,
        "Aruuba"@dje,
        "Aruba"@dyo,
        "ཨ་རུ་བཱ"@dz,
        "Aruba"@ebu,
        "Aruba nutome"@ee,
        "Αρούμπα"@el,
        "Aruba"@en,
        "ISO 3166-1:AW"@en,
        "𐐊𐑉𐐭𐐺𐐲"@en-Dsrt,
        "Arubo"@eo,
        "Aruba"@es,
        "Aruba"@et,
        "Aruba"@eu,
        "Arúba"@ewo,
        "آروبا"@fa,
        "Aruuba"@ff,
        "Aruba"@fi,
        "Aruba"@fil,
        "Aruba"@fo,
        "Aruba"@fr,
        "Aruba"@fur,
        "Arúba"@ga,
        "Arùba"@gd,
        "Aruba"@gl,
        "Aruba"@gsw,
        "અરુબા"@gu,
        "Aruba"@guz,
        "Aruba"@ha,
        "ארובה"@he,
        "अरूबा"@hi,
        "Aruba"@hr,
        "Aruba"@hu,
        "Aruba"@id,
        "Arúba"@is,
        "Aruba"@it,
        "アルバ"@ja,
        "Aruba"@jmc,
        "არუბა"@ka,
        "Aruba"@kab,
        "Aruba"@kam,
        "Aluba"@kde,
        "Aruba"@kea,
        "Aruuba"@khq,
        "Aruba"@ki,
        "Аруба"@kk,
        "Aruba"@kl,
        "Emetab Aruba"@kln,
        "អារូបា"@km,
        "ಅರುಬಾ"@kn,
        "아루바"@ko,
        "اَروٗبا"@ks,
        "Aluba"@ksb,
        "aruba"@ksf,
        "Aruba"@ksh,
        "Arúuba"@lag,
        "Aruba"@lg,
        "Aruba"@ln,
        "ອໍລູບາ"@lo,
        "Aruba"@lt,
        "Aruba"@lu,
        "Aruba"@luo,
        "Aruba"@luy,
        "Aruba"@lv,
        "Aruba"@mas,
        "Aruba"@mer,
        "Aruba"@mfe,
        "Arobà"@mg,
        "Аруба"@mk,
        "അറുബ"@ml,
        "अरुबा"@mr,
        "Aruba"@mt,
        "aruba"@mua,
        "Arubab"@naq,
        "Aruba"@nb,
        "Arubha"@nd,
        "आरूबा"@ne,
        "Aruba"@nl,
        "Árúba"@nmg,
        "Aruba"@nn,
        "Aruba"@nus,
        "Aruba"@nyn,
        "ଆରୁବା"@or,
        "Aruba"@pl,
        "Aruba"@pt,
        "Aruba"@rm,
        "Aruba"@rn,
        "Aruba"@ro,
        "Aruba"@rof,
        "Аруба"@ru,
        "Aruba"@rwk,
        "Aruba"@saq,
        "Aluba"@sbp,
        "Aruba"@se,
        "Aruba"@seh,
        "Aruuba"@ses,
        "Arûba"@sg,
        "ⴰⵔⵓⴱⴰ"@shi,
        "aruba"@shi-Latn,
        "අරුබාව"@si,
        "Aruba"@sk,
        "Aruba"@sl,
        "Arubha"@sn,
        "Aruba"@so,
        "Аруба"@sr,
        "Aruba"@sr-Latn,
        "Aruba"@sv,
        "Aruba"@swc,
        "Aruba"@swh,
        "அரூபா"@ta,
        "అరుబా"@te,
        "Aruba"@teo,
        "อารูบา"@th,
        "አሩባ"@ti,
        "ʻAlupa"@to,
        "Aruba"@tr,
        "Aruuba"@twq,
        "Aruba"@tzm,
        "Аруба"@uk,
        "اروبا"@ur,
        "ꕉꖩꕑ"@vai,
        "Arubha"@vai-Latn,
        "Aruba"@vi,
        "Aruba"@vun,
        "Aruba"@wae,
        "Aruba"@xog,
        "Alúpa"@yav,
        "Orílẹ́ède Árúbà"@yo,
        "Aruba"@zsm,
        "i-Aruba"@zu ;
    lvont:label <http://lexvo.org/id/term/afr/Aruba>,
        <http://lexvo.org/id/term/agq/%C3%80lub%C3%A0>,
        <http://lexvo.org/id/term/aka/Aruba>,
        <http://lexvo.org/id/term/amh/%E1%8A%A0%E1%88%A9%E1%89%A3>,
        <http://lexvo.org/id/term/ara/%D8%A2%D8%B1%D9%88%D8%A8%D8%A7>,
        <http://lexvo.org/id/term/asa/Aruba>,
        <http://lexvo.org/id/term/ast/Aruba>,
        <http://lexvo.org/id/term/aze/Aruba>,
        <http://lexvo.org/id/term/bam/Aruba>,
        <http://lexvo.org/id/term/bas/%C3%80rub%C3%A0>,
        <http://lexvo.org/id/term/bel/%D0%90%D1%80%D1%83%D0%B1%D0%B0>,
        <http://lexvo.org/id/term/ben/%E0%A6%86%E0%A6%B0%E0%A7%81%E0%A6%AC%E0%A6%BE>,
        <http://lexvo.org/id/term/bez/Hualuba>,
        <http://lexvo.org/id/term/bod/%E0%BD%A8%E0%BC%8B%E0%BD%A2%E0%BD%B4%E0%BC%8B%E0%BD%96%E0%BC%8D>,
        <http://lexvo.org/id/term/bos-Cyrl/%D0%90%D1%80%D1%83%D0%B1%D0%B0>,
        <http://lexvo.org/id/term/bos/Aruba>,
        <http://lexvo.org/id/term/bre/Aruba>,
        <http://lexvo.org/id/term/brx/%E0%A4%85%E0%A4%B0%E0%A5%82%E0%A4%AC%E0%A4%BE>,
        <http://lexvo.org/id/term/bul/%D0%90%D1%80%D1%83%D0%B1%D0%B0>,
        <http://lexvo.org/id/term/cat/Aruba>,
        <http://lexvo.org/id/term/ces/Aruba>,
        <http://lexvo.org/id/term/cgg/Aruba>,
        <http://lexvo.org/id/term/chr/%E1%8E%A0%E1%8E%B7%E1%8F%86>,
        <http://lexvo.org/id/term/cmn-Hant/%E9%98%BF%E8%B7%AF%E5%B7%B4>,
        <http://lexvo.org/id/term/cmn/%E9%98%BF%E9%B2%81%E5%B7%B4>,
        <http://lexvo.org/id/term/cym/Aruba>,
        <http://lexvo.org/id/term/dan/Aruba>,
        <http://lexvo.org/id/term/dav/Aruba>,
        <http://lexvo.org/id/term/deu/Aruba>,
        <http://lexvo.org/id/term/dje/Aruuba>,
        <http://lexvo.org/id/term/dyo/Aruba>,
        <http://lexvo.org/id/term/dzo/%E0%BD%A8%E0%BC%8B%E0%BD%A2%E0%BD%B4%E0%BC%8B%E0%BD%96%E0%BD%B1>,
        <http://lexvo.org/id/term/ebu/Aruba>,
        <http://lexvo.org/id/term/ell/%CE%91%CF%81%CE%BF%CF%8D%CE%BC%CF%80%CE%B1>,
        <http://lexvo.org/id/term/eng-Dsrt/%F0%90%90%8A%F0%90%91%89%F0%90%90%AD%F0%90%90%BA%F0%90%90%B2>,
        <http://lexvo.org/id/term/eng/Aruba>,
        <http://lexvo.org/id/term/eng/ISO%203166-1%3AAW>,
        <http://lexvo.org/id/term/epo/Arubo>,
        <http://lexvo.org/id/term/est/Aruba>,
        <http://lexvo.org/id/term/eus/Aruba>,
        <http://lexvo.org/id/term/ewe/Aruba%20nutome>,
        <http://lexvo.org/id/term/ewo/Ar%C3%BAba>,
        <http://lexvo.org/id/term/fao/Aruba>,
        <http://lexvo.org/id/term/fas/%D8%A2%D8%B1%D9%88%D8%A8%D8%A7>,
        <http://lexvo.org/id/term/fil/Aruba>,
        <http://lexvo.org/id/term/fin/Aruba>,
        <http://lexvo.org/id/term/fra/Aruba>,
        <http://lexvo.org/id/term/ful/Aruuba>,
        <http://lexvo.org/id/term/fur/Aruba>,
        <http://lexvo.org/id/term/gla/Ar%C3%B9ba>,
        <http://lexvo.org/id/term/gle/Ar%C3%BAba>,
        <http://lexvo.org/id/term/glg/Aruba>,
        <http://lexvo.org/id/term/gsw/Aruba>,
        <http://lexvo.org/id/term/guj/%E0%AA%85%E0%AA%B0%E0%AB%81%E0%AA%AC%E0%AA%BE>,
        <http://lexvo.org/id/term/guz/Aruba>,
        <http://lexvo.org/id/term/hau/Aruba>,
        <http://lexvo.org/id/term/heb/%D7%90%D7%A8%D7%95%D7%91%D7%94>,
        <http://lexvo.org/id/term/hin/%E0%A4%85%E0%A4%B0%E0%A5%82%E0%A4%AC%E0%A4%BE>,
        <http://lexvo.org/id/term/hrv/Aruba>,
        <http://lexvo.org/id/term/hun/Aruba>,
        <http://lexvo.org/id/term/ind/Aruba>,
        <http://lexvo.org/id/term/isl/Ar%C3%BAba>,
        <http://lexvo.org/id/term/ita/Aruba>,
        <http://lexvo.org/id/term/jmc/Aruba>,
        <http://lexvo.org/id/term/jpn/%E3%82%A2%E3%83%AB%E3%83%90>,
        <http://lexvo.org/id/term/kab/Aruba>,
        <http://lexvo.org/id/term/kal/Aruba>,
        <http://lexvo.org/id/term/kam/Aruba>,
        <http://lexvo.org/id/term/kan/%E0%B2%85%E0%B2%B0%E0%B3%81%E0%B2%AC%E0%B2%BE>,
        <http://lexvo.org/id/term/kas/%D8%A7%D9%8E%D8%B1%D9%88%D9%97%D8%A8%D8%A7>,
        <http://lexvo.org/id/term/kat/%E1%83%90%E1%83%A0%E1%83%A3%E1%83%91%E1%83%90>,
        <http://lexvo.org/id/term/kaz/%D0%90%D1%80%D1%83%D0%B1%D0%B0>,
        <http://lexvo.org/id/term/kde/Aluba>,
        <http://lexvo.org/id/term/kea/Aruba>,
        <http://lexvo.org/id/term/khm/%E1%9E%A2%E1%9E%B6%E1%9E%9A%E1%9E%BC%E1%9E%94%E1%9E%B6>,
        <http://lexvo.org/id/term/khq/Aruuba>,
        <http://lexvo.org/id/term/kik/Aruba>,
        <http://lexvo.org/id/term/kln/Emetab%20Aruba>,
        <http://lexvo.org/id/term/kor/%EC%95%84%EB%A3%A8%EB%B0%94>,
        <http://lexvo.org/id/term/ksb/Aluba>,
        <http://lexvo.org/id/term/ksf/aruba>,
        <http://lexvo.org/id/term/ksh/Aruba>,
        <http://lexvo.org/id/term/lag/Ar%C3%BAuba>,
        <http://lexvo.org/id/term/lao/%E0%BA%AD%E0%BB%8D%E0%BA%A5%E0%BA%B9%E0%BA%9A%E0%BA%B2>,
        <http://lexvo.org/id/term/lav/Aruba>,
        <http://lexvo.org/id/term/lin/Aruba>,
        <http://lexvo.org/id/term/lit/Aruba>,
        <http://lexvo.org/id/term/lub/Aruba>,
        <http://lexvo.org/id/term/lug/Aruba>,
        <http://lexvo.org/id/term/luo/Aruba>,
        <http://lexvo.org/id/term/luy/Aruba>,
        <http://lexvo.org/id/term/mal/%E0%B4%85%E0%B4%B1%E0%B5%81%E0%B4%AC>,
        <http://lexvo.org/id/term/mar/%E0%A4%85%E0%A4%B0%E0%A5%81%E0%A4%AC%E0%A4%BE>,
        <http://lexvo.org/id/term/mas/Aruba>,
        <http://lexvo.org/id/term/mer/Aruba>,
        <http://lexvo.org/id/term/mfe/Aruba>,
        <http://lexvo.org/id/term/mkd/%D0%90%D1%80%D1%83%D0%B1%D0%B0>,
        <http://lexvo.org/id/term/mlg/Arob%C3%A0>,
        <http://lexvo.org/id/term/mlt/Aruba>,
        <http://lexvo.org/id/term/mua/aruba>,
        <http://lexvo.org/id/term/naq/Arubab>,
        <http://lexvo.org/id/term/nde/Arubha>,
        <http://lexvo.org/id/term/nep/%E0%A4%86%E0%A4%B0%E0%A5%82%E0%A4%AC%E0%A4%BE>,
        <http://lexvo.org/id/term/nld/Aruba>,
        <http://lexvo.org/id/term/nmg/%C3%81r%C3%BAba>,
        <http://lexvo.org/id/term/nno/Aruba>,
        <http://lexvo.org/id/term/nob/Aruba>,
        <http://lexvo.org/id/term/nus/Aruba>,
        <http://lexvo.org/id/term/nyn/Aruba>,
        <http://lexvo.org/id/term/ori/%E0%AC%86%E0%AC%B0%E0%AD%81%E0%AC%AC%E0%AC%BE>,
        <http://lexvo.org/id/term/pol/Aruba>,
        <http://lexvo.org/id/term/por/Aruba>,
        <http://lexvo.org/id/term/rof/Aruba>,
        <http://lexvo.org/id/term/roh/Aruba>,
        <http://lexvo.org/id/term/ron/Aruba>,
        <http://lexvo.org/id/term/run/Aruba>,
        <http://lexvo.org/id/term/rus/%D0%90%D1%80%D1%83%D0%B1%D0%B0>,
        <http://lexvo.org/id/term/rwk/Aruba>,
        <http://lexvo.org/id/term/sag/Ar%C3%BBba>,
        <http://lexvo.org/id/term/saq/Aruba>,
        <http://lexvo.org/id/term/sbp/Aluba>,
        <http://lexvo.org/id/term/seh/Aruba>,
        <http://lexvo.org/id/term/ses/Aruuba>,
        <http://lexvo.org/id/term/shi-Latn/aruba>,
        <http://lexvo.org/id/term/shi/%E2%B4%B0%E2%B5%94%E2%B5%93%E2%B4%B1%E2%B4%B0>,
        <http://lexvo.org/id/term/sin/%E0%B6%85%E0%B6%BB%E0%B7%94%E0%B6%B6%E0%B7%8F%E0%B7%80>,
        <http://lexvo.org/id/term/slk/Aruba>,
        <http://lexvo.org/id/term/slv/Aruba>,
        <http://lexvo.org/id/term/sme/Aruba>,
        <http://lexvo.org/id/term/sna/Arubha>,
        <http://lexvo.org/id/term/som/Aruba>,
        <http://lexvo.org/id/term/spa/Aruba>,
        <http://lexvo.org/id/term/srp-Latn/Aruba>,
        <http://lexvo.org/id/term/srp/%D0%90%D1%80%D1%83%D0%B1%D0%B0>,
        <http://lexvo.org/id/term/swc/Aruba>,
        <http://lexvo.org/id/term/swe/Aruba>,
        <http://lexvo.org/id/term/swh/Aruba>,
        <http://lexvo.org/id/term/tam/%E0%AE%85%E0%AE%B0%E0%AF%82%E0%AE%AA%E0%AE%BE>,
        <http://lexvo.org/id/term/tel/%E0%B0%85%E0%B0%B0%E0%B1%81%E0%B0%AC%E0%B0%BE>,
        <http://lexvo.org/id/term/teo/Aruba>,
        <http://lexvo.org/id/term/tha/%E0%B8%AD%E0%B8%B2%E0%B8%A3%E0%B8%B9%E0%B8%9A%E0%B8%B2>,
        <http://lexvo.org/id/term/tir/%E1%8A%A0%E1%88%A9%E1%89%A3>,
        <http://lexvo.org/id/term/ton/%CA%BBAlupa>,
        <http://lexvo.org/id/term/tur/Aruba>,
        <http://lexvo.org/id/term/twq/Aruuba>,
        <http://lexvo.org/id/term/tzm/Aruba>,
        <http://lexvo.org/id/term/ukr/%D0%90%D1%80%D1%83%D0%B1%D0%B0>,
        <http://lexvo.org/id/term/urd/%D8%A7%D8%B1%D9%88%D8%A8%D8%A7>,
        <http://lexvo.org/id/term/vai-Latn/Arubha>,
        <http://lexvo.org/id/term/vai/%EA%95%89%EA%96%A9%EA%95%91>,
        <http://lexvo.org/id/term/vie/Aruba>,
        <http://lexvo.org/id/term/vun/Aruba>,
        <http://lexvo.org/id/term/wae/Aruba>,
        <http://lexvo.org/id/term/xog/Aruba>,
        <http://lexvo.org/id/term/yav/Al%C3%BApa>,
        <http://lexvo.org/id/term/yor/Or%C3%ADl%E1%BA%B9%CC%81%C3%A8de%20%C3%81r%C3%BAb%C3%A0>,
        <http://lexvo.org/id/term/zsm/Aruba>,
        <http://lexvo.org/id/term/zul/i-Aruba> ;
    owl:sameAs <http://psi.oasis-open.org/iso/3166/#533>,
        <http://sws.geonames.org/3577279/> .

<http://lexvo.org/id/iso3166/AX> a lvont:GeographicRegion ;
    rdfs:label "Åland-eilande"@af,
        "የአላንድ ደሴቶች"@am,
        "جزر أولان"@ar,
        "Islles Aland"@ast,
        "Aland Adaları"@az,
        "Аландскія астравы"@be,
        "Аландски о-ви"@bg,
        "আলান্ড দ্বীপপুঞ্জ"@bn,
        "Inizi Åland"@br,
        "आलाँड द्वीप"@brx,
        "Alandska ostrva"@bs,
        "Аландска острва"@bs-Cyrl,
        "Illes Åland"@ca,
        "ᎣᎴᏅᏓ ᏚᎦᏚᏛ"@chr,
        "奥兰群岛"@cmn,
        "亞蘭群島"@cmn-Hant,
        "Alandy"@cs,
        "Ynysoedd Aland"@cy,
        "Ålandsøerne"@da,
        "Alandinseln"@de,
        "ཨ་ལནཌ་གླིང་ཚོམ"@dz,
        "Åland ƒudomekpo nutome"@ee,
        "Νησιά Όλαντ"@el,
        "ISO 3166-1:AX"@en,
        "Åland Islands"@en,
        "𐐈𐑊𐐰𐑌𐐼 𐐌𐑊𐐲𐑌𐐼𐑆"@en-Dsrt,
        "Islas Åland"@es,
        "Ahvenamaa"@et,
        "Aland uharteak"@eu,
        "جزایر آلاند"@fa,
        "Ahvenanmaa"@fi,
        "Aland Islands"@fil,
        "Áland"@fo,
        "Îles Åland"@fr,
        "Isulis Aland"@fur,
        "Oileáin Alaind"@ga,
        "Na h-Eileanan Åland"@gd,
        "Illas Aland"@gl,
        "Aaland-Insle"@gsw,
        "એલેંડ આઇલેન્ડ્સ"@gu,
        "איי אלנד"@he,
        "एलैंड द्वीपसमूह"@hi,
        "Otoci Aland"@hr,
        "Åland-szigetek"@hu,
        "Kepulauan Aland"@id,
        "Álandseyjar"@is,
        "Isole Aland"@it,
        "オーランド諸島"@ja,
        "ალანდის კუნძულები"@ka,
        "Ilhas Åland"@kea,
        "Ålandi"@kl,
        "កោះ​អាឡាំង"@km,
        "ಆಲ್ಯಾಂಡ್ ದ್ವೀಪಗಳು"@kn,
        "올란드 제도"@ko,
        "ایلینٛڑ جٔزیٖرٕ"@ks,
        "de Ohland-Enselle"@ksh,
        "Bisanga Ɛland"@ln,
        "ຫມູ່ເກາະໂອລັນ"@lo,
        "Alandų Salos"@lt,
        "Olandes salas"@lv,
        "Аландски острови"@mk,
        "അലൻഡ് ദ്വീപുകൾ"@ml,
        "अ‍ॅलँड बेटे"@mr,
        "Gżejjer Aland"@mt,
        "Åland"@nb,
        "अलान्ड टापु"@ne,
        "Ålandeilanden"@nl,
        "Åland"@nn,
        "ଆଲାଣ୍ଡ ଆଇସଲ୍ୟାଣ୍ଡ"@or,
        "Wyspy Alandzkie"@pl,
        "Ilhas Aland"@pt,
        "Ilhas Åland"@pt,
        "Inslas Aland"@rm,
        "Insulele Aland"@ro,
        "Аландские о-ва"@ru,
        "Ålánda"@se,
        "ඕලන්ඩ් දූපත්"@si,
        "Alandské ostrovy"@sk,
        "Alandsko otočje"@sl,
        "Ishujt Aland"@sq,
        "Аландска острва"@sr,
        "Alandska ostrva"@sr-Latn,
        "Åland"@sv,
        "Visiwa vya Alandi"@swh,
        "ஆலந்து தீவுகள்"@ta,
        "ఆలేండ్ దీవులు"@te,
        "หมู่เกาะโอลันด์"@th,
        "የአላንድ ደሴቶች"@ti,
        "ʻOtumotu ʻAlani"@to,
        "Åland Adaları"@tr,
        "Аландські острови"@uk,
        "آلینڈ آئلینڈز"@ur,
        "Quần đảo Aland"@vi,
        "Alandinslä"@wae,
        "Kepulauan Åland"@zsm,
        "i-Åland Islands"@zu ;
    lvont:label <http://lexvo.org/id/term/afr/%C3%85land-eilande>,
        <http://lexvo.org/id/term/amh/%E1%8B%A8%E1%8A%A0%E1%88%8B%E1%8A%95%E1%8B%B5%20%E1%8B%B0%E1%88%B4%E1%89%B6%E1%89%BD>,
        <http://lexvo.org/id/term/ara/%D8%AC%D8%B2%D8%B1%20%D8%A3%D9%88%D9%84%D8%A7%D9%86>,
        <http://lexvo.org/id/term/ast/Islles%20Aland>,
        <http://lexvo.org/id/term/aze/Aland%20Adalar%C4%B1>,
        <http://lexvo.org/id/term/bel/%D0%90%D0%BB%D0%B0%D0%BD%D0%B4%D1%81%D0%BA%D1%96%D1%8F%20%D0%B0%D1%81%D1%82%D1%80%D0%B0%D0%B2%D1%8B>,
        <http://lexvo.org/id/term/ben/%E0%A6%86%E0%A6%B2%E0%A6%BE%E0%A6%A8%E0%A7%8D%E0%A6%A1%20%E0%A6%A6%E0%A7%8D%E0%A6%AC%E0%A7%80%E0%A6%AA%E0%A6%AA%E0%A7%81%E0%A6%9E%E0%A7%8D%E0%A6%9C>,
        <http://lexvo.org/id/term/bos-Cyrl/%D0%90%D0%BB%D0%B0%D0%BD%D0%B4%D1%81%D0%BA%D0%B0%20%D0%BE%D1%81%D1%82%D1%80%D0%B2%D0%B0>,
        <http://lexvo.org/id/term/bos/Alandska%20ostrva>,
        <http://lexvo.org/id/term/bre/Inizi%20%C3%85land>,
        <http://lexvo.org/id/term/brx/%E0%A4%86%E0%A4%B2%E0%A4%BE%E0%A4%81%E0%A4%A1%20%E0%A4%A6%E0%A5%8D%E0%A4%B5%E0%A5%80%E0%A4%AA>,
        <http://lexvo.org/id/term/bul/%D0%90%D0%BB%D0%B0%D0%BD%D0%B4%D1%81%D0%BA%D0%B8%20%D0%BE-%D0%B2%D0%B8>,
        <http://lexvo.org/id/term/cat/Illes%20%C3%85land>,
        <http://lexvo.org/id/term/ces/Alandy>,
        <http://lexvo.org/id/term/chr/%E1%8E%A3%E1%8E%B4%E1%8F%85%E1%8F%93%20%E1%8F%9A%E1%8E%A6%E1%8F%9A%E1%8F%9B>,
        <http://lexvo.org/id/term/cmn-Hant/%E4%BA%9E%E8%98%AD%E7%BE%A4%E5%B3%B6>,
        <http://lexvo.org/id/term/cmn/%E5%A5%A5%E5%85%B0%E7%BE%A4%E5%B2%9B>,
        <http://lexvo.org/id/term/cym/Ynysoedd%20Aland>,
        <http://lexvo.org/id/term/dan/%C3%85lands%C3%B8erne>,
        <http://lexvo.org/id/term/deu/Alandinseln>,
        <http://lexvo.org/id/term/dzo/%E0%BD%A8%E0%BC%8B%E0%BD%A3%E0%BD%93%E0%BD%8C%E0%BC%8B%E0%BD%82%E0%BE%B3%E0%BD%B2%E0%BD%84%E0%BC%8B%E0%BD%9A%E0%BD%BC%E0%BD%98>,
        <http://lexvo.org/id/term/ell/%CE%9D%CE%B7%CF%83%CE%B9%CE%AC%20%CE%8C%CE%BB%CE%B1%CE%BD%CF%84>,
        <http://lexvo.org/id/term/eng-Dsrt/%F0%90%90%88%F0%90%91%8A%F0%90%90%B0%F0%90%91%8C%F0%90%90%BC%20%F0%90%90%8C%F0%90%91%8A%F0%90%90%B2%F0%90%91%8C%F0%90%90%BC%F0%90%91%86>,
        <http://lexvo.org/id/term/eng/%C3%85land%20Islands>,
        <http://lexvo.org/id/term/eng/ISO%203166-1%3AAX>,
        <http://lexvo.org/id/term/est/Ahvenamaa>,
        <http://lexvo.org/id/term/eus/Aland%20uharteak>,
        <http://lexvo.org/id/term/ewe/%C3%85land%20%C6%92udomekpo%20nutome>,
        <http://lexvo.org/id/term/fao/%C3%81land>,
        <http://lexvo.org/id/term/fas/%D8%AC%D8%B2%D8%A7%DB%8C%D8%B1%20%D8%A2%D9%84%D8%A7%D9%86%D8%AF>,
        <http://lexvo.org/id/term/fil/Aland%20Islands>,
        <http://lexvo.org/id/term/fin/Ahvenanmaa>,
        <http://lexvo.org/id/term/fra/%C3%8Eles%20%C3%85land>,
        <http://lexvo.org/id/term/fur/Isulis%20Aland>,
        <http://lexvo.org/id/term/gla/Na%20h-Eileanan%20%C3%85land>,
        <http://lexvo.org/id/term/gle/Oile%C3%A1in%20Alaind>,
        <http://lexvo.org/id/term/glg/Illas%20Aland>,
        <http://lexvo.org/id/term/gsw/Aaland-Insle>,
        <http://lexvo.org/id/term/guj/%E0%AA%8F%E0%AA%B2%E0%AB%87%E0%AA%82%E0%AA%A1%20%E0%AA%86%E0%AA%87%E0%AA%B2%E0%AB%87%E0%AA%A8%E0%AB%8D%E0%AA%A1%E0%AB%8D%E0%AA%B8>,
        <http://lexvo.org/id/term/heb/%D7%90%D7%99%D7%99%20%D7%90%D7%9C%D7%A0%D7%93>,
        <http://lexvo.org/id/term/hin/%E0%A4%8F%E0%A4%B2%E0%A5%88%E0%A4%82%E0%A4%A1%20%E0%A4%A6%E0%A5%8D%E0%A4%B5%E0%A5%80%E0%A4%AA%E0%A4%B8%E0%A4%AE%E0%A5%82%E0%A4%B9>,
        <http://lexvo.org/id/term/hrv/Otoci%20Aland>,
        <http://lexvo.org/id/term/hun/%C3%85land-szigetek>,
        <http://lexvo.org/id/term/ind/Kepulauan%20Aland>,
        <http://lexvo.org/id/term/isl/%C3%81landseyjar>,
        <http://lexvo.org/id/term/ita/Isole%20Aland>,
        <http://lexvo.org/id/term/jpn/%E3%82%AA%E3%83%BC%E3%83%A9%E3%83%B3%E3%83%89%E8%AB%B8%E5%B3%B6>,
        <http://lexvo.org/id/term/kal/%C3%85landi>,
        <http://lexvo.org/id/term/kan/%E0%B2%86%E0%B2%B2%E0%B3%8D%E0%B2%AF%E0%B2%BE%E0%B2%82%E0%B2%A1%E0%B3%8D%20%E0%B2%A6%E0%B3%8D%E0%B2%B5%E0%B3%80%E0%B2%AA%E0%B2%97%E0%B2%B3%E0%B3%81>,
        <http://lexvo.org/id/term/kas/%D8%A7%DB%8C%D9%84%DB%8C%D9%86%D9%9B%DA%91%20%D8%AC%D9%94%D8%B2%DB%8C%D9%96%D8%B1%D9%95>,
        <http://lexvo.org/id/term/kat/%E1%83%90%E1%83%9A%E1%83%90%E1%83%9C%E1%83%93%E1%83%98%E1%83%A1%20%E1%83%99%E1%83%A3%E1%83%9C%E1%83%AB%E1%83%A3%E1%83%9A%E1%83%94%E1%83%91%E1%83%98>,
        <http://lexvo.org/id/term/kea/Ilhas%20%C3%85land>,
        <http://lexvo.org/id/term/khm/%E1%9E%80%E1%9F%84%E1%9F%87%E2%80%8B%E1%9E%A2%E1%9E%B6%E1%9E%A1%E1%9E%B6%E1%9F%86%E1%9E%84>,
        <http://lexvo.org/id/term/kor/%EC%98%AC%EB%9E%80%EB%93%9C%20%EC%A0%9C%EB%8F%84>,
        <http://lexvo.org/id/term/ksh/de%20Ohland-Enselle>,
        <http://lexvo.org/id/term/lao/%E0%BA%AB%E0%BA%A1%E0%BA%B9%E0%BB%88%E0%BB%80%E0%BA%81%E0%BA%B2%E0%BA%B0%E0%BB%82%E0%BA%AD%E0%BA%A5%E0%BA%B1%E0%BA%99>,
        <http://lexvo.org/id/term/lav/Olandes%20salas>,
        <http://lexvo.org/id/term/lin/Bisanga%20%C6%90land>,
        <http://lexvo.org/id/term/lit/Aland%C5%B3%20Salos>,
        <http://lexvo.org/id/term/mal/%E0%B4%85%E0%B4%B2%E0%B5%BB%E0%B4%A1%E0%B5%8D%20%E0%B4%A6%E0%B5%8D%E0%B4%B5%E0%B5%80%E0%B4%AA%E0%B5%81%E0%B4%95%E0%B5%BE>,
        <http://lexvo.org/id/term/mar/%E0%A4%85%E2%80%8D%E0%A5%85%E0%A4%B2%E0%A4%81%E0%A4%A1%20%E0%A4%AC%E0%A5%87%E0%A4%9F%E0%A5%87>,
        <http://lexvo.org/id/term/mkd/%D0%90%D0%BB%D0%B0%D0%BD%D0%B4%D1%81%D0%BA%D0%B8%20%D0%BE%D1%81%D1%82%D1%80%D0%BE%D0%B2%D0%B8>,
        <http://lexvo.org/id/term/mlt/G%C5%BCejjer%20Aland>,
        <http://lexvo.org/id/term/nep/%E0%A4%85%E0%A4%B2%E0%A4%BE%E0%A4%A8%E0%A5%8D%E0%A4%A1%20%E0%A4%9F%E0%A4%BE%E0%A4%AA%E0%A5%81>,
        <http://lexvo.org/id/term/nld/%C3%85landeilanden>,
        <http://lexvo.org/id/term/nno/%C3%85land>,
        <http://lexvo.org/id/term/nob/%C3%85land>,
        <http://lexvo.org/id/term/ori/%E0%AC%86%E0%AC%B2%E0%AC%BE%E0%AC%A3%E0%AD%8D%E0%AC%A1%20%E0%AC%86%E0%AC%87%E0%AC%B8%E0%AC%B2%E0%AD%8D%E0%AD%9F%E0%AC%BE%E0%AC%A3%E0%AD%8D%E0%AC%A1>,
        <http://lexvo.org/id/term/pol/Wyspy%20Alandzkie>,
        <http://lexvo.org/id/term/por/Ilhas%20%C3%85land>,
        <http://lexvo.org/id/term/por/Ilhas%20Aland>,
        <http://lexvo.org/id/term/roh/Inslas%20Aland>,
        <http://lexvo.org/id/term/ron/Insulele%20Aland>,
        <http://lexvo.org/id/term/rus/%D0%90%D0%BB%D0%B0%D0%BD%D0%B4%D1%81%D0%BA%D0%B8%D0%B5%20%D0%BE-%D0%B2%D0%B0>,
        <http://lexvo.org/id/term/sin/%E0%B6%95%E0%B6%BD%E0%B6%B1%E0%B7%8A%E0%B6%A9%E0%B7%8A%20%E0%B6%AF%E0%B7%96%E0%B6%B4%E0%B6%AD%E0%B7%8A>,
        <http://lexvo.org/id/term/slk/Alandsk%C3%A9%20ostrovy>,
        <http://lexvo.org/id/term/slv/Alandsko%20oto%C4%8Dje>,
        <http://lexvo.org/id/term/sme/%C3%85l%C3%A1nda>,
        <http://lexvo.org/id/term/spa/Islas%20%C3%85land>,
        <http://lexvo.org/id/term/sqi/Ishujt%20Aland>,
        <http://lexvo.org/id/term/srp-Latn/Alandska%20ostrva>,
        <http://lexvo.org/id/term/srp/%D0%90%D0%BB%D0%B0%D0%BD%D0%B4%D1%81%D0%BA%D0%B0%20%D0%BE%D1%81%D1%82%D1%80%D0%B2%D0%B0>,
        <http://lexvo.org/id/term/swe/%C3%85land>,
        <http://lexvo.org/id/term/swh/Visiwa%20vya%20Alandi>,
        <http://lexvo.org/id/term/tam/%E0%AE%86%E0%AE%B2%E0%AE%A8%E0%AF%8D%E0%AE%A4%E0%AF%81%20%E0%AE%A4%E0%AF%80%E0%AE%B5%E0%AF%81%E0%AE%95%E0%AE%B3%E0%AF%8D>,
        <http://lexvo.org/id/term/tel/%E0%B0%86%E0%B0%B2%E0%B1%87%E0%B0%82%E0%B0%A1%E0%B1%8D%20%E0%B0%A6%E0%B1%80%E0%B0%B5%E0%B1%81%E0%B0%B2%E0%B1%81>,
        <http://lexvo.org/id/term/tha/%E0%B8%AB%E0%B8%A1%E0%B8%B9%E0%B9%88%E0%B9%80%E0%B8%81%E0%B8%B2%E0%B8%B0%E0%B9%82%E0%B8%AD%E0%B8%A5%E0%B8%B1%E0%B8%99%E0%B8%94%E0%B9%8C>,
        <http://lexvo.org/id/term/tir/%E1%8B%A8%E1%8A%A0%E1%88%8B%E1%8A%95%E1%8B%B5%20%E1%8B%B0%E1%88%B4%E1%89%B6%E1%89%BD>,
        <http://lexvo.org/id/term/ton/%CA%BBOtumotu%20%CA%BBAlani>,
        <http://lexvo.org/id/term/tur/%C3%85land%20Adalar%C4%B1>,
        <http://lexvo.org/id/term/ukr/%D0%90%D0%BB%D0%B0%D0%BD%D0%B4%D1%81%D1%8C%D0%BA%D1%96%20%D0%BE%D1%81%D1%82%D1%80%D0%BE%D0%B2%D0%B8>,
        <http://lexvo.org/id/term/urd/%D8%A2%D9%84%DB%8C%D9%86%DA%88%20%D8%A2%D8%A6%D9%84%DB%8C%D9%86%DA%88%D8%B2>,
        <http://lexvo.org/id/term/vie/Qu%E1%BA%A7n%20%C4%91%E1%BA%A3o%20Aland>,
        <http://lexvo.org/id/term/wae/Alandinsl%C3%A4>,
        <http://lexvo.org/id/term/zsm/Kepulauan%20%C3%85land>,
        <http://lexvo.org/id/term/zul/i-%C3%85land%20Islands> ;
    owl:sameAs <http://psi.oasis-open.org/iso/3166/#248>,
        <http://sws.geonames.org/661883/> .

<http://lexvo.org/id/iso3166/AZ> a lvont:GeographicRegion ;
    rdfs:label "Aserbeidjan"@af,
        "Àzɨbɛ̀dzân"@agq,
        "Azebaegyan"@ak,
        "አዘርባጃን"@am,
        "أذربيجان"@ar,
        "Adhabajani"@asa,
        "Azerbaixán"@ast,
        "Azərbaycan"@az,
        "Азәрбајҹан"@az-Cyrl,
        "Àzɛ̀rbajàŋ"@bas,
        "Азербайджан"@be,
        "Huazabajani"@bez,
        "Азербайджан"@bg,
        "Azɛrbayjaŋ"@bm,
        "আজারবাইজান"@bn,
        "ཨཛར་བཡེ་ཇན།"@bo,
        "Azerbaidjan"@br,
        "अज़रबैजान"@brx,
        "Azerbejdžan"@bs,
        "Азербејџан"@bs-Cyrl,
        "አዘርባጃን"@byn,
        "Azerbaidjan"@ca,
        "Azabagyani"@cgg,
        "ᎠᏏᎵᏆᏌᏂ"@chr,
        "阿塞拜疆"@cmn,
        "亞塞拜然"@cmn-Hant,
        "Ázerbájdžán"@cs,
        "Azerbaijan"@cy,
        "Aserbajdsjan"@da,
        "Azabajani"@dav,
        "Aserbaidschan"@de,
        "Azerbaayijaŋ"@dje,
        "Aserbaysan"@dyo,
        "ཨ་ཛར་བྷའི་ཇཱན"@dz,
        "Azabajani"@ebu,
        "Azerbaijan nutome"@ee,
        "Αζερμπαϊτζάν"@el,
        "Azerbaijan"@en,
        "ISO 3166-1:AZ"@en,
        "𐐈𐑆𐐲𐑉𐐺𐐴𐑈𐐪𐑌"@en-Dsrt,
        "Azerbajĝano"@eo,
        "Azerbaiyán"@es,
        "Azerbayán"@es,
        "Aserbaidžaan"@et,
        "Azerbaijan"@eu,
        "Azɛrəbaidzáŋ"@ewo,
        "جمهوری آذربایجان"@fa,
        "Ajerbayjaan"@ff,
        "Azerbaidžan"@fi,
        "Azerbaijan"@fil,
        "Aserbajdsjan"@fo,
        "Azerbaïdjan"@fr,
        "Azerbaigian"@fur,
        "An Asarbaiseáin"@ga,
        "Asarbaideàn"@gd,
        "Acerbaixán"@gl,
        "Aserbäidschan"@gsw,
        "અઝરબૈજાન"@gu,
        "Azabajani"@guz,
        "Azarbaijan"@ha,
        "אזרביג׳ן"@he,
        "अज़रबैजान"@hi,
        "Azerbajdžan"@hr,
        "Azerbajdzsán"@hu,
        "Ադրբեջան"@hy,
        "Azerbaidzhan"@ia,
        "Azerbaijan"@id,
        "Aserbaídsjan"@is,
        "Azerbaigian"@it,
        "アゼルバイジャン"@ja,
        "Azabajani"@jmc,
        "აზერბაიჯანი"@ka,
        "Azrabijan"@kab,
        "Azabajani"@kam,
        "Azabadyani"@kde,
        "Azerbaijãu"@kea,
        "Azerbaayijaŋ"@khq,
        "Azabajani"@ki,
        "Әзербайжан"@kk,
        "Emetab Azerbaijan"@kln,
        "អាហ៊្សែរបែហ្សង់"@km,
        "ಅಜರ್ಬೈಜಾನ್"@kn,
        "아제르바이잔"@ko,
        "آزَرباجان"@ks,
        "Azabajani"@ksb,
        "azabecán"@ksf,
        "Asserbaidschahn"@ksh,
        "Azabajáani"@lag,
        "Azerebayijaani"@lg,
        "Azɛlɛbaizá"@ln,
        "ອາເຊີໄບຈັນ"@lo,
        "Azerbaidžanas"@lt,
        "Ajelbayidja"@lu,
        "Azerbaijan"@luo,
        "Azabajani"@luy,
        "Azerbaidžāna"@lv,
        "Azabajani"@mas,
        "Azebaijani"@mer,
        "Azerbaïdjan"@mfe,
        "Azerbaidjan"@mg,
        "Uazabajani"@mgh,
        "Азербејџан"@mk,
        "അസർബൈജാൻ"@ml,
        "अझरबैजान"@mr,
        "Ażerbajġan"@mt,
        "azerbaijaŋ"@mua,
        "အဇာဘိုင်ဂျန်"@my,
        "Azerbaijanni"@naq,
        "Aserbajdsjan"@nb,
        "Azerbaijan"@nd,
        "अजरबैजान"@ne,
        "Azerbeidzjan"@nl,
        "Azerbaïjaŋ"@nmg,
        "Aserbajdsjan"@nn,
        "Adhe̱rbe̱ja̱n"@nus,
        "Azabagyani"@nyn,
        "ଆଜେରବାଇଜାନ୍"@or,
        "Azerbejdżan"@pl,
        "Azerbaijão"@pt,
        "Aserbaidschan"@rm,
        "Azerubayijani"@rn,
        "Azerbaidjan"@ro,
        "Azabajani"@rof,
        "Азербайджан"@ru,
        "Azabajani"@rwk,
        "Azabajani"@saq,
        "Asabajani"@sbp,
        "Aserbaižan"@se,
        "Azerbaijão"@seh,
        "Azerbaayijaŋ"@ses,
        "Zerebaidyäan, Azerbaidyäan,"@sg,
        "ⴰⴷⵔⴰⴱⵉⵊⴰⵏ"@shi,
        "adrabijan"@shi-Latn,
        "අසර්බයිජානය"@si,
        "Azerbajdžan"@sk,
        "Azerbajdžan"@sl,
        "Azabajani"@sn,
        "Azerbajaan"@so,
        "Azerbajxhan"@sq,
        "Азербејџан"@sr,
        "Azerbejdžan"@sr-Latn,
        "Azerbajdzjan"@sv,
        "Azabajani"@swc,
        "Azabajani"@swh,
        "அசர்பைஜான்"@ta,
        "అజర్బైజాన్"@te,
        "Azabajani"@teo,
        "อาเซอร์ไบจาน"@th,
        "አዘርባጃን"@ti,
        "አዘርባጃን"@tig,
        "ʻAsapaisani"@to,
        "Azerbaycan"@tr,
        "Azerbaayijaŋ"@twq,
        "Azerbiǧan"@tzm,
        "Азербайджан"@uk,
        "آذربائجان"@ur,
        "ꕉꕤꕑꔤꕧꘋ"@vai,
        "Azabhaijaŋ"@vai-Latn,
        "Azerbaijan"@vi,
        "Azabajani"@vun,
        "Aserbaidšan"@wae,
        "አዘርባጃን"@wal,
        "Azerebayijaani"@xog,
        "Asɛlpaisáŋ"@yav,
        "Orílẹ́ède Asẹ́bájánì"@yo,
        "Azerbaijan"@zsm,
        "i-Azerbaijan"@zu ;
    lvont:label <http://lexvo.org/id/term/afr/Aserbeidjan>,
        <http://lexvo.org/id/term/agq/%C3%80z%C9%A8b%C9%9B%CC%80dz%C3%A2n>,
        <http://lexvo.org/id/term/aka/Azebaegyan>,
        <http://lexvo.org/id/term/amh/%E1%8A%A0%E1%8B%98%E1%88%AD%E1%89%A3%E1%8C%83%E1%8A%95>,
        <http://lexvo.org/id/term/ara/%D8%A3%D8%B0%D8%B1%D8%A8%D9%8A%D8%AC%D8%A7%D9%86>,
        <http://lexvo.org/id/term/asa/Adhabajani>,
        <http://lexvo.org/id/term/ast/Azerbaix%C3%A1n>,
        <http://lexvo.org/id/term/aze-Cyrl/%D0%90%D0%B7%D3%99%D1%80%D0%B1%D0%B0%D1%98%D2%B9%D0%B0%D0%BD>,
        <http://lexvo.org/id/term/aze/Az%C9%99rbaycan>,
        <http://lexvo.org/id/term/bam/Az%C9%9Brbayja%C5%8B>,
        <http://lexvo.org/id/term/bas/%C3%80z%C9%9B%CC%80rbaj%C3%A0%C5%8B>,
        <http://lexvo.org/id/term/bel/%D0%90%D0%B7%D0%B5%D1%80%D0%B1%D0%B0%D0%B9%D0%B4%D0%B6%D0%B0%D0%BD>,
        <http://lexvo.org/id/term/ben/%E0%A6%86%E0%A6%9C%E0%A6%BE%E0%A6%B0%E0%A6%AC%E0%A6%BE%E0%A6%87%E0%A6%9C%E0%A6%BE%E0%A6%A8>,
        <http://lexvo.org/id/term/bez/Huazabajani>,
        <http://lexvo.org/id/term/bod/%E0%BD%A8%E0%BD%9B%E0%BD%A2%E0%BC%8B%E0%BD%96%E0%BD%A1%E0%BD%BA%E0%BC%8B%E0%BD%87%E0%BD%93%E0%BC%8D>,
        <http://lexvo.org/id/term/bos-Cyrl/%D0%90%D0%B7%D0%B5%D1%80%D0%B1%D0%B5%D1%98%D1%9F%D0%B0%D0%BD>,
        <http://lexvo.org/id/term/bos/Azerbejd%C5%BEan>,
        <http://lexvo.org/id/term/bre/Azerbaidjan>,
        <http://lexvo.org/id/term/brx/%E0%A4%85%E0%A4%9C%E0%A4%BC%E0%A4%B0%E0%A4%AC%E0%A5%88%E0%A4%9C%E0%A4%BE%E0%A4%A8>,
        <http://lexvo.org/id/term/bul/%D0%90%D0%B7%D0%B5%D1%80%D0%B1%D0%B0%D0%B9%D0%B4%D0%B6%D0%B0%D0%BD>,
        <http://lexvo.org/id/term/byn/%E1%8A%A0%E1%8B%98%E1%88%AD%E1%89%A3%E1%8C%83%E1%8A%95>,
        <http://lexvo.org/id/term/cat/Azerbaidjan>,
        <http://lexvo.org/id/term/ces/%C3%81zerb%C3%A1jd%C5%BE%C3%A1n>,
        <http://lexvo.org/id/term/cgg/Azabagyani>,
        <http://lexvo.org/id/term/chr/%E1%8E%A0%E1%8F%8F%E1%8E%B5%E1%8F%86%E1%8F%8C%E1%8F%82>,
        <http://lexvo.org/id/term/cmn-Hant/%E4%BA%9E%E5%A1%9E%E6%8B%9C%E7%84%B6>,
        <http://lexvo.org/id/term/cmn/%E9%98%BF%E5%A1%9E%E6%8B%9C%E7%96%86>,
        <http://lexvo.org/id/term/cym/Azerbaijan>,
        <http://lexvo.org/id/term/dan/Aserbajdsjan>,
        <http://lexvo.org/id/term/dav/Azabajani>,
        <http://lexvo.org/id/term/deu/Aserbaidschan>,
        <http://lexvo.org/id/term/dje/Azerbaayija%C5%8B>,
        <http://lexvo.org/id/term/dyo/Aserbaysan>,
        <http://lexvo.org/id/term/dzo/%E0%BD%A8%E0%BC%8B%E0%BD%9B%E0%BD%A2%E0%BC%8B%E0%BD%96%E0%BE%B7%E0%BD%A0%E0%BD%B2%E0%BC%8B%E0%BD%87%E0%BD%B1%E0%BD%93>,
        <http://lexvo.org/id/term/ebu/Azabajani>,
        <http://lexvo.org/id/term/ell/%CE%91%CE%B6%CE%B5%CF%81%CE%BC%CF%80%CE%B1%CF%8A%CF%84%CE%B6%CE%AC%CE%BD>,
        <http://lexvo.org/id/term/eng-Dsrt/%F0%90%90%88%F0%90%91%86%F0%90%90%B2%F0%90%91%89%F0%90%90%BA%F0%90%90%B4%F0%90%91%88%F0%90%90%AA%F0%90%91%8C>,
        <http://lexvo.org/id/term/eng/Azerbaijan>,
        <http://lexvo.org/id/term/eng/ISO%203166-1%3AAZ>,
        <http://lexvo.org/id/term/epo/Azerbaj%C4%9Dano>,
        <http://lexvo.org/id/term/est/Aserbaid%C5%BEaan>,
        <http://lexvo.org/id/term/eus/Azerbaijan>,
        <http://lexvo.org/id/term/ewe/Azerbaijan%20nutome>,
        <http://lexvo.org/id/term/ewo/Az%C9%9Br%C9%99baidz%C3%A1%C5%8B>,
        <http://lexvo.org/id/term/fao/Aserbajdsjan>,
        <http://lexvo.org/id/term/fas/%D8%AC%D9%85%D9%87%D9%88%D8%B1%DB%8C%20%D8%A2%D8%B0%D8%B1%D8%A8%D8%A7%DB%8C%D8%AC%D8%A7%D9%86>,
        <http://lexvo.org/id/term/fil/Azerbaijan>,
        <http://lexvo.org/id/term/fin/Azerbaid%C5%BEan>,
        <http://lexvo.org/id/term/fra/Azerba%C3%AFdjan>,
        <http://lexvo.org/id/term/ful/Ajerbayjaan>,
        <http://lexvo.org/id/term/fur/Azerbaigian>,
        <http://lexvo.org/id/term/gla/Asarbaide%C3%A0n>,
        <http://lexvo.org/id/term/gle/An%20Asarbaise%C3%A1in>,
        <http://lexvo.org/id/term/glg/Acerbaix%C3%A1n>,
        <http://lexvo.org/id/term/gsw/Aserb%C3%A4idschan>,
        <http://lexvo.org/id/term/guj/%E0%AA%85%E0%AA%9D%E0%AA%B0%E0%AA%AC%E0%AB%88%E0%AA%9C%E0%AA%BE%E0%AA%A8>,
        <http://lexvo.org/id/term/guz/Azabajani>,
        <http://lexvo.org/id/term/hau/Azarbaijan>,
        <http://lexvo.org/id/term/heb/%D7%90%D7%96%D7%A8%D7%91%D7%99%D7%92%D7%B3%D7%9F>,
        <http://lexvo.org/id/term/hin/%E0%A4%85%E0%A4%9C%E0%A4%BC%E0%A4%B0%E0%A4%AC%E0%A5%88%E0%A4%9C%E0%A4%BE%E0%A4%A8>,
        <http://lexvo.org/id/term/hrv/Azerbajd%C5%BEan>,
        <http://lexvo.org/id/term/hun/Azerbajdzs%C3%A1n>,
        <http://lexvo.org/id/term/hye/%D4%B1%D5%A4%D6%80%D5%A2%D5%A5%D5%BB%D5%A1%D5%B6>,
        <http://lexvo.org/id/term/ina/Azerbaidzhan>,
        <http://lexvo.org/id/term/ind/Azerbaijan>,
        <http://lexvo.org/id/term/isl/Aserba%C3%ADdsjan>,
        <http://lexvo.org/id/term/ita/Azerbaigian>,
        <http://lexvo.org/id/term/jmc/Azabajani>,
        <http://lexvo.org/id/term/jpn/%E3%82%A2%E3%82%BC%E3%83%AB%E3%83%90%E3%82%A4%E3%82%B8%E3%83%A3%E3%83%B3>,
        <http://lexvo.org/id/term/kab/Azrabijan>,
        <http://lexvo.org/id/term/kam/Azabajani>,
        <http://lexvo.org/id/term/kan/%E0%B2%85%E0%B2%9C%E0%B2%B0%E0%B3%8D%E0%B2%AC%E0%B3%88%E0%B2%9C%E0%B2%BE%E0%B2%A8%E0%B3%8D>,
        <http://lexvo.org/id/term/kas/%D8%A2%D8%B2%D9%8E%D8%B1%D8%A8%D8%A7%D8%AC%D8%A7%D9%86>,
        <http://lexvo.org/id/term/kat/%E1%83%90%E1%83%96%E1%83%94%E1%83%A0%E1%83%91%E1%83%90%E1%83%98%E1%83%AF%E1%83%90%E1%83%9C%E1%83%98>,
        <http://lexvo.org/id/term/kaz/%D3%98%D0%B7%D0%B5%D1%80%D0%B1%D0%B0%D0%B9%D0%B6%D0%B0%D0%BD>,
        <http://lexvo.org/id/term/kde/Azabadyani>,
        <http://lexvo.org/id/term/kea/Azerbaij%C3%A3u>,
        <http://lexvo.org/id/term/khm/%E1%9E%A2%E1%9E%B6%E1%9E%A0%E1%9F%8A%E1%9F%92%E1%9E%9F%E1%9F%82%E1%9E%9A%E1%9E%94%E1%9F%82%E1%9E%A0%E1%9F%92%E1%9E%9F%E1%9E%84%E1%9F%8B>,
        <http://lexvo.org/id/term/khq/Azerbaayija%C5%8B>,
        <http://lexvo.org/id/term/kik/Azabajani>,
        <http://lexvo.org/id/term/kln/Emetab%20Azerbaijan>,
        <http://lexvo.org/id/term/kor/%EC%95%84%EC%A0%9C%EB%A5%B4%EB%B0%94%EC%9D%B4%EC%9E%94>,
        <http://lexvo.org/id/term/ksb/Azabajani>,
        <http://lexvo.org/id/term/ksf/azabec%C3%A1n>,
        <http://lexvo.org/id/term/ksh/Asserbaidschahn>,
        <http://lexvo.org/id/term/lag/Azabaj%C3%A1ani>,
        <http://lexvo.org/id/term/lao/%E0%BA%AD%E0%BA%B2%E0%BB%80%E0%BA%8A%E0%BA%B5%E0%BB%84%E0%BA%9A%E0%BA%88%E0%BA%B1%E0%BA%99>,
        <http://lexvo.org/id/term/lav/Azerbaid%C5%BE%C4%81na>,
        <http://lexvo.org/id/term/lin/Az%C9%9Bl%C9%9Bbaiz%C3%A1>,
        <http://lexvo.org/id/term/lit/Azerbaid%C5%BEanas>,
        <http://lexvo.org/id/term/lub/Ajelbayidja>,
        <http://lexvo.org/id/term/lug/Azerebayijaani>,
        <http://lexvo.org/id/term/luo/Azerbaijan>,
        <http://lexvo.org/id/term/luy/Azabajani>,
        <http://lexvo.org/id/term/mal/%E0%B4%85%E0%B4%B8%E0%B5%BC%E0%B4%AC%E0%B5%88%E0%B4%9C%E0%B4%BE%E0%B5%BB>,
        <http://lexvo.org/id/term/mar/%E0%A4%85%E0%A4%9D%E0%A4%B0%E0%A4%AC%E0%A5%88%E0%A4%9C%E0%A4%BE%E0%A4%A8>,
        <http://lexvo.org/id/term/mas/Azabajani>,
        <http://lexvo.org/id/term/mer/Azebaijani>,
        <http://lexvo.org/id/term/mfe/Azerba%C3%AFdjan>,
        <http://lexvo.org/id/term/mgh/Uazabajani>,
        <http://lexvo.org/id/term/mkd/%D0%90%D0%B7%D0%B5%D1%80%D0%B1%D0%B5%D1%98%D1%9F%D0%B0%D0%BD>,
        <http://lexvo.org/id/term/mlg/Azerbaidjan>,
        <http://lexvo.org/id/term/mlt/A%C5%BCerbaj%C4%A1an>,
        <http://lexvo.org/id/term/mua/azerbaija%C5%8B>,
        <http://lexvo.org/id/term/mya/%E1%80%A1%E1%80%87%E1%80%AC%E1%80%98%E1%80%AD%E1%80%AF%E1%80%84%E1%80%BA%E1%80%82%E1%80%BB%E1%80%94%E1%80%BA>,
        <http://lexvo.org/id/term/naq/Azerbaijanni>,
        <http://lexvo.org/id/term/nde/Azerbaijan>,
        <http://lexvo.org/id/term/nep/%E0%A4%85%E0%A4%9C%E0%A4%B0%E0%A4%AC%E0%A5%88%E0%A4%9C%E0%A4%BE%E0%A4%A8>,
        <http://lexvo.org/id/term/nld/Azerbeidzjan>,
        <http://lexvo.org/id/term/nmg/Azerba%C3%AFja%C5%8B>,
        <http://lexvo.org/id/term/nno/Aserbajdsjan>,
        <http://lexvo.org/id/term/nob/Aserbajdsjan>,
        <http://lexvo.org/id/term/nus/Adhe%CC%B1rbe%CC%B1ja%CC%B1n>,
        <http://lexvo.org/id/term/nyn/Azabagyani>,
        <http://lexvo.org/id/term/ori/%E0%AC%86%E0%AC%9C%E0%AD%87%E0%AC%B0%E0%AC%AC%E0%AC%BE%E0%AC%87%E0%AC%9C%E0%AC%BE%E0%AC%A8%E0%AD%8D>,
        <http://lexvo.org/id/term/pol/Azerbejd%C5%BCan>,
        <http://lexvo.org/id/term/por/Azerbaij%C3%A3o>,
        <http://lexvo.org/id/term/rof/Azabajani>,
        <http://lexvo.org/id/term/roh/Aserbaidschan>,
        <http://lexvo.org/id/term/ron/Azerbaidjan>,
        <http://lexvo.org/id/term/run/Azerubayijani>,
        <http://lexvo.org/id/term/rus/%D0%90%D0%B7%D0%B5%D1%80%D0%B1%D0%B0%D0%B9%D0%B4%D0%B6%D0%B0%D0%BD>,
        <http://lexvo.org/id/term/rwk/Azabajani>,
        <http://lexvo.org/id/term/sag/Zerebaidy%C3%A4an%2C%20Azerbaidy%C3%A4an%2C>,
        <http://lexvo.org/id/term/saq/Azabajani>,
        <http://lexvo.org/id/term/sbp/Asabajani>,
        <http://lexvo.org/id/term/seh/Azerbaij%C3%A3o>,
        <http://lexvo.org/id/term/ses/Azerbaayija%C5%8B>,
        <http://lexvo.org/id/term/shi-Latn/adrabijan>,
        <http://lexvo.org/id/term/shi/%E2%B4%B0%E2%B4%B7%E2%B5%94%E2%B4%B0%E2%B4%B1%E2%B5%89%E2%B5%8A%E2%B4%B0%E2%B5%8F>,
        <http://lexvo.org/id/term/sin/%E0%B6%85%E0%B7%83%E0%B6%BB%E0%B7%8A%E0%B6%B6%E0%B6%BA%E0%B7%92%E0%B6%A2%E0%B7%8F%E0%B6%B1%E0%B6%BA>,
        <http://lexvo.org/id/term/slk/Azerbajd%C5%BEan>,
        <http://lexvo.org/id/term/slv/Azerbajd%C5%BEan>,
        <http://lexvo.org/id/term/sme/Aserbai%C5%BEan>,
        <http://lexvo.org/id/term/sna/Azabajani>,
        <http://lexvo.org/id/term/som/Azerbajaan>,
        <http://lexvo.org/id/term/spa/Azerbaiy%C3%A1n>,
        <http://lexvo.org/id/term/spa/Azerbay%C3%A1n>,
        <http://lexvo.org/id/term/sqi/Azerbajxhan>,
        <http://lexvo.org/id/term/srp-Latn/Azerbejd%C5%BEan>,
        <http://lexvo.org/id/term/srp/%D0%90%D0%B7%D0%B5%D1%80%D0%B1%D0%B5%D1%98%D1%9F%D0%B0%D0%BD>,
        <http://lexvo.org/id/term/swc/Azabajani>,
        <http://lexvo.org/id/term/swe/Azerbajdzjan>,
        <http://lexvo.org/id/term/swh/Azabajani>,
        <http://lexvo.org/id/term/tam/%E0%AE%85%E0%AE%9A%E0%AE%B0%E0%AF%8D%E0%AE%AA%E0%AF%88%E0%AE%9C%E0%AE%BE%E0%AE%A9%E0%AF%8D>,
        <http://lexvo.org/id/term/tel/%E0%B0%85%E0%B0%9C%E0%B0%B0%E0%B1%8D%E0%B0%AC%E0%B1%88%E0%B0%9C%E0%B0%BE%E0%B0%A8%E0%B1%8D>,
        <http://lexvo.org/id/term/teo/Azabajani>,
        <http://lexvo.org/id/term/tha/%E0%B8%AD%E0%B8%B2%E0%B9%80%E0%B8%8B%E0%B8%AD%E0%B8%A3%E0%B9%8C%E0%B9%84%E0%B8%9A%E0%B8%88%E0%B8%B2%E0%B8%99>,
        <http://lexvo.org/id/term/tig/%E1%8A%A0%E1%8B%98%E1%88%AD%E1%89%A3%E1%8C%83%E1%8A%95>,
        <http://lexvo.org/id/term/tir/%E1%8A%A0%E1%8B%98%E1%88%AD%E1%89%A3%E1%8C%83%E1%8A%95>,
        <http://lexvo.org/id/term/ton/%CA%BBAsapaisani>,
        <http://lexvo.org/id/term/tur/Azerbaycan>,
        <http://lexvo.org/id/term/twq/Azerbaayija%C5%8B>,
        <http://lexvo.org/id/term/tzm/Azerbi%C7%A7an>,
        <http://lexvo.org/id/term/ukr/%D0%90%D0%B7%D0%B5%D1%80%D0%B1%D0%B0%D0%B9%D0%B4%D0%B6%D0%B0%D0%BD>,
        <http://lexvo.org/id/term/urd/%D8%A2%D8%B0%D8%B1%D8%A8%D8%A7%D8%A6%D8%AC%D8%A7%D9%86>,
        <http://lexvo.org/id/term/vai-Latn/Azabhaija%C5%8B>,
        <http://lexvo.org/id/term/vai/%EA%95%89%EA%95%A4%EA%95%91%EA%94%A4%EA%95%A7%EA%98%8B>,
        <http://lexvo.org/id/term/vie/Azerbaijan>,
        <http://lexvo.org/id/term/vun/Azabajani>,
        <http://lexvo.org/id/term/wae/Aserbaid%C5%A1an>,
        <http://lexvo.org/id/term/wal/%E1%8A%A0%E1%8B%98%E1%88%AD%E1%89%A3%E1%8C%83%E1%8A%95>,
        <http://lexvo.org/id/term/xog/Azerebayijaani>,
        <http://lexvo.org/id/term/yav/As%C9%9Blpais%C3%A1%C5%8B>,
        <http://lexvo.org/id/term/yor/Or%C3%ADl%E1%BA%B9%CC%81%C3%A8de%20As%E1%BA%B9%CC%81b%C3%A1j%C3%A1n%C3%AC>,
        <http://lexvo.org/id/term/zsm/Azerbaijan>,
        <http://lexvo.org/id/term/zul/i-Azerbaijan> ;
    owl:sameAs <http://psi.oasis-open.org/iso/3166/#031>,
        <http://sws.geonames.org/587116/> .

<http://lexvo.org/id/iso3166/BA> a lvont:GeographicRegion ;
    rdfs:label "Bosnië en Herzegowina"@af,
        "Bosɨnyìa à Hɛ̀zɛ̀gòvinà"@agq,
        "Bosnia ne Hɛzegovina"@ak,
        "ቦስኒያ እና ሄርዞጎቪኒያ"@am,
        "البوسنة والهرسك"@ar,
        "Bothnia na Hedhegovina"@asa,
        "Bosnia y Herzegovina"@ast,
        "Bosniya və Herzokovina"@az,
        "Bòhnià Ɛrzègòvinà"@bas,
        "Боснія і Герцагавіна"@be,
        "Hubosinia na Huhezegovina"@bez,
        "Босна и Херцеговина"@bg,
        "Bozni-Ɛrizigovini"@bm,
        "বসনিয়া ও হার্জেগোভিনা"@bn,
        "བོསྣི་ཡ་དང་ཧརྫོ་གོ་ཝི་ན།"@bo,
        "Bosnia ha Herzegovina"@br,
        "बोसनिया हर्ज़ेगोविना"@brx,
        "Bosna i Hercegovina"@bs,
        "Босна и Херцеговина"@bs-Cyrl,
        "ቦስኒያ እና ሄርዞጎቪኒያ"@byn,
        "Bòsnia i Hercegovina"@ca,
        "Boziniya na Hezegovina"@cgg,
        "ᏉᏏᏂᎠ ᎠᎴ ᎲᏤᎪᏫ"@chr,
        "波斯尼亚和黑塞哥维那"@cmn,
        "波士尼亞與赫塞格維納"@cmn-Hant,
        "Bosna a Hercegovina"@cs,
        "Bosnia a Herzegovina"@cy,
        "Bosnien-Hercegovina"@da,
        "Bosnia na Hezegovina"@dav,
        "Bosnien und Herzegowina"@de,
        "Bosni nda Herzegovine"@dje,
        "Bosni di Hersegovin"@dyo,
        "བྷོས་ནི་ཡ་ ཨེནཌ་ ཧར་ཛི་གྷོ་བི་ན"@dz,
        "Bosnia na Hezegovina"@ebu,
        "Bosnia kple Herzergovina nutome"@ee,
        "Βοσνία - Ερζεγοβίνη"@el,
        "Bosnia and Herzegovina"@en,
        "ISO 3166-1:BA"@en,
        "𐐒𐐱𐑆𐑌𐐨𐐲 𐐰𐑌𐐼 𐐐𐐲𐑉𐐻𐑅𐐲𐑀𐐬𐑂𐐨𐑌𐐲"@en-Dsrt,
        "Bosnio-Hercegovino"@eo,
        "Bosnia-Herzegovina"@es,
        "Bosnia ja Hertsegoviina"@et,
        "Bosnia-Herzegovina"@eu,
        "Bosəní ai ɛrəzegovín"@ewo,
        "بوسنی و هرزگوین"@fa,
        "بوسنیا و هرزه‌گوینا"@fa,
        "Bosnii Hersegowiin"@ff,
        "Bosnia ja Hertsegovina"@fi,
        "Bosnia and Herzegovina"@fil,
        "Bosnia-Hersegovina"@fo,
        "Bosnie-Herzégovine"@fr,
        "Bosnie e Ercegovine"@fur,
        "An Bhoisnia agus Heirseagóvéin"@ga,
        "Bosna is Hearsagobhana"@gd,
        "Bosnia e Hercegovina"@gl,
        "Bosnie und Herzegowina"@gsw,
        "બોસ્નિયા અને હર્ઝેગોવિના"@gu,
        "Bosnia na Hezegovina"@guz,
        "Bosniya Harzagobina"@ha,
        "בוסניה והרצגובינה"@he,
        "बोस्निया और हर्ज़िगोविना"@hi,
        "Bosna i Hercegovina"@hr,
        "Bosznia-Hercegovina"@hu,
        "Բոսնիա-Հերցեգովինա"@hy,
        "Bosnia e Herzegovina"@ia,
        "Bosnia dan Herzegovina"@id,
        "Bosnía og Hersegóvína"@is,
        "Bosnia Erzegovina"@it,
        "ボスニア・ヘルツェゴビナ"@ja,
        "Bosnia na Hezegovina"@jmc,
        "ბოსნია და ჰერცეგოვინა"@ka,
        "Busna d Hersek"@kab,
        "Bosnia na Hezegovina"@kam,
        "Bosnia na Hezegovina"@kde,
        "Bosnia-Erzegovina"@kea,
        "Bosni nda Herzegovine"@khq,
        "Bosnia na Hezegovina"@ki,
        "Босния және Герцеговина"@kk,
        "Bosnia aamma Herzegovina"@kl,
        "Emetab Bosnia ak Herzegovina"@kln,
        "បូស្ន៉ី"@km,
        "ಬೋಸ್ನಿಯಾ ಮತ್ತು ಹರ್ಜೆಗೋವಿನಾ"@kn,
        "보스니아 헤르체고비나"@ko,
        "بوسنِیا تہٕ ہَرزِگووِنا"@ks,
        "Bosnia na Hezegovina"@ksb,
        "bɔsnyɛ ri hɛrsǝgɔvín"@ksf,
        "Boßnije un Herzegovina"@ksh,
        "Bósinia"@lag,
        "Boziniya Hezegovina"@lg,
        "Bosini mpé Hezegovine"@ln,
        "ບັອດສເນຍ ແລະ ເຮີດໂກວິເນຍ"@lo,
        "Bosnija ir Hercegovina"@lt,
        "Mbosini ne Hezegovine"@lu,
        "Bosnia gi Herzegovina"@luo,
        "Bosnia na Hezegovina"@luy,
        "Bosnija un Hercegovina"@lv,
        "Bosnia na Hezegovina"@mas,
        "Bosnia na Hezegovina"@mer,
        "Bosni-Herzegovinn"@mfe,
        "Bosnia sy Herzegovina"@mg,
        "Босна и Херцеговина"@mk,
        "ബോസ്നിയയും ഹെർസഗോവിനയും"@ml,
        "बोस्निया अणि हर्जेगोविना"@mr,
        "Bożnija Ħerżegovina"@mt,
        "bosniya ne Herzegovina"@mua,
        "ဘော့စနီးယား နှင့် ဟာဇီဂိုဘီးနား"@my,
        "Bosniab tsî Herzegovinab"@naq,
        "Bosnia-Hercegovina"@nb,
        "Bhosnia le Herzegovina"@nd,
        "बोस्निया र हर्जगोभिनिया"@ne,
        "Bosnië en Herzegovina"@nl,
        "Bosnia na Ɛrzegovina"@nmg,
        "Bosnia og Hercegovina"@nn,
        "Bothnia kɛnɛ ɣärgobinia"@nus,
        "Boziniya na Hezegovina"@nyn,
        "ବୋସନିଆ ଏବଂ ହର୍ଜଗୋଭିନା"@or,
        "Bośnia i Hercegowina"@pl,
        "Bósnia-Herzegovina"@pt,
        "Bosnia ed Erzegovina"@rm,
        "Bosiniya na Herigozevine"@rn,
        "Bosnia și Herțegovina"@ro,
        "Bosnia na Hezegovina"@rof,
        "Босния и Герцеговина"@ru,
        "Bosnia na Hezegovina"@rwk,
        "Bosnia na Hezegovina"@saq,
        "Bosiniya ni Hesegovina"@sbp,
        "Bosnia-Hercegovina"@se,
        "Bósnia-Herzegovina"@seh,
        "Bosni nda Herzegovine"@ses,
        "Bosnïi na Herzegovînni"@sg,
        "ⴱⵓⵙⵏⴰ ⴷ ⵀⵉⵔⵙⵉⴽ"@shi,
        "busna d hirsik"@shi-Latn,
        "බොස්නියාව සහ හර්සගොවීනාව"@si,
        "Bosna a Hercegovina"@sk,
        "Bosna in Hercegovina"@sl,
        "Boznia ne Herzegovina"@sn,
        "Bosniya Hersigoviina"@so,
        "Bosnja dhe Hercegovina"@sq,
        "Босна и Херцеговина"@sr,
        "Bosna i Hercegovina"@sr-Latn,
        "Bosnien och Hercegovina"@sv,
        "Bosnia na Hezegovina"@swc,
        "Bosnia na Hezegovina"@swh,
        "போஸ்னியா மற்றும் ஹெர்ஸிகோவினா"@ta,
        "బాస్నియా మరియు హీర్జిగోవినా"@te,
        "Bosnia na Hezegovina"@teo,
        "บอสเนียและเฮอร์เซโกวีนา"@th,
        "ቦስኒያ እና ሄርዞጎቪኒያ"@ti,
        "ቦስኒያ እና ሄርዞጎቪኒያ"@tig,
        "Posinia mo Hesikōvinia"@to,
        "Bosna Hersek"@tr,
        "Bosni nda Herzegovine"@twq,
        "Busna-d-Hirsik"@tzm,
        "Боснія і Герцоговина"@uk,
        "بوسنیا اور ہرزیگووینا"@ur,
        "ꕷꔻꕇꕰ ꗪ ꗥꕤꖑꔲꕯ"@vai,
        "Bhɔsiniya"@vai-Latn,
        "Bô-xni-a Héc-xê-gô-vi-na"@vi,
        "Bosnia na Hezegovina"@vun,
        "Bosnie und Herzegovina"@wae,
        "ቦስኒያ እና ሄርዞጎቪኒያ"@wal,
        "Boziniya Hezegovina"@xog,
        "Pusiní-ɛlkofína"@yav,
        "Orílẹ́ède Bọ̀síníà àti Ẹtisẹgófínà"@yo,
        "Bosnia dan Herzegovina"@zsm,
        "i-Bosnia ne-Herzegovina"@zu ;
    lvont:label <http://lexvo.org/id/term/afr/Bosni%C3%AB%20en%20Herzegowina>,
        <http://lexvo.org/id/term/agq/Bos%C9%A8ny%C3%ACa%20%C3%A0%20H%C9%9B%CC%80z%C9%9B%CC%80g%C3%B2vin%C3%A0>,
        <http://lexvo.org/id/term/aka/Bosnia%20ne%20H%C9%9Bzegovina>,
        <http://lexvo.org/id/term/amh/%E1%89%A6%E1%88%B5%E1%8A%92%E1%8B%AB%20%E1%8A%A5%E1%8A%93%20%E1%88%84%E1%88%AD%E1%8B%9E%E1%8C%8E%E1%89%AA%E1%8A%92%E1%8B%AB>,
        <http://lexvo.org/id/term/ara/%D8%A7%D9%84%D8%A8%D9%88%D8%B3%D9%86%D8%A9%20%D9%88%D8%A7%D9%84%D9%87%D8%B1%D8%B3%D9%83>,
        <http://lexvo.org/id/term/asa/Bothnia%20na%20Hedhegovina>,
        <http://lexvo.org/id/term/ast/Bosnia%20y%20Herzegovina>,
        <http://lexvo.org/id/term/aze/Bosniya%20v%C9%99%20Herzokovina>,
        <http://lexvo.org/id/term/bam/Bozni-%C6%90rizigovini>,
        <http://lexvo.org/id/term/bas/B%C3%B2hni%C3%A0%20%C6%90rz%C3%A8g%C3%B2vin%C3%A0>,
        <http://lexvo.org/id/term/bel/%D0%91%D0%BE%D1%81%D0%BD%D1%96%D1%8F%20%D1%96%20%D0%93%D0%B5%D1%80%D1%86%D0%B0%D0%B3%D0%B0%D0%B2%D1%96%D0%BD%D0%B0>,
        <http://lexvo.org/id/term/ben/%E0%A6%AC%E0%A6%B8%E0%A6%A8%E0%A6%BF%E0%A6%AF%E0%A6%BC%E0%A6%BE%20%E0%A6%93%20%E0%A6%B9%E0%A6%BE%E0%A6%B0%E0%A7%8D%E0%A6%9C%E0%A7%87%E0%A6%97%E0%A7%8B%E0%A6%AD%E0%A6%BF%E0%A6%A8%E0%A6%BE>,
        <http://lexvo.org/id/term/bez/Hubosinia%20na%20Huhezegovina>,
        <http://lexvo.org/id/term/bod/%E0%BD%96%E0%BD%BC%E0%BD%A6%E0%BE%A3%E0%BD%B2%E0%BC%8B%E0%BD%A1%E0%BC%8B%E0%BD%91%E0%BD%84%E0%BC%8B%E0%BD%A7%E0%BD%A2%E0%BE%AB%E0%BD%BC%E0%BC%8B%E0%BD%82%E0%BD%BC%E0%BC%8B%E0%BD%9D%E0%BD%B2%E0%BC%8B%E0%BD%93%E0%BC%8D>,
        <http://lexvo.org/id/term/bos-Cyrl/%D0%91%D0%BE%D1%81%D0%BD%D0%B0%20%D0%B8%20%D0%A5%D0%B5%D1%80%D1%86%D0%B5%D0%B3%D0%BE%D0%B2%D0%B8%D0%BD%D0%B0>,
        <http://lexvo.org/id/term/bos/Bosna%20i%20Hercegovina>,
        <http://lexvo.org/id/term/bre/Bosnia%20ha%20Herzegovina>,
        <http://lexvo.org/id/term/brx/%E0%A4%AC%E0%A5%8B%E0%A4%B8%E0%A4%A8%E0%A4%BF%E0%A4%AF%E0%A4%BE%20%E0%A4%B9%E0%A4%B0%E0%A5%8D%E0%A4%9C%E0%A4%BC%E0%A5%87%E0%A4%97%E0%A5%8B%E0%A4%B5%E0%A4%BF%E0%A4%A8%E0%A4%BE>,
        <http://lexvo.org/id/term/bul/%D0%91%D0%BE%D1%81%D0%BD%D0%B0%20%D0%B8%20%D0%A5%D0%B5%D1%80%D1%86%D0%B5%D0%B3%D0%BE%D0%B2%D0%B8%D0%BD%D0%B0>,
        <http://lexvo.org/id/term/byn/%E1%89%A6%E1%88%B5%E1%8A%92%E1%8B%AB%20%E1%8A%A5%E1%8A%93%20%E1%88%84%E1%88%AD%E1%8B%9E%E1%8C%8E%E1%89%AA%E1%8A%92%E1%8B%AB>,
        <http://lexvo.org/id/term/cat/B%C3%B2snia%20i%20Hercegovina>,
        <http://lexvo.org/id/term/ces/Bosna%20a%20Hercegovina>,
        <http://lexvo.org/id/term/cgg/Boziniya%20na%20Hezegovina>,
        <http://lexvo.org/id/term/chr/%E1%8F%89%E1%8F%8F%E1%8F%82%E1%8E%A0%20%E1%8E%A0%E1%8E%B4%20%E1%8E%B2%E1%8F%A4%E1%8E%AA%E1%8F%AB>,
        <http://lexvo.org/id/term/cmn-Hant/%E6%B3%A2%E5%A3%AB%E5%B0%BC%E4%BA%9E%E8%88%87%E8%B5%AB%E5%A1%9E%E6%A0%BC%E7%B6%AD%E7%B4%8D>,
        <http://lexvo.org/id/term/cmn/%E6%B3%A2%E6%96%AF%E5%B0%BC%E4%BA%9A%E5%92%8C%E9%BB%91%E5%A1%9E%E5%93%A5%E7%BB%B4%E9%82%A3>,
        <http://lexvo.org/id/term/cym/Bosnia%20a%20Herzegovina>,
        <http://lexvo.org/id/term/dan/Bosnien-Hercegovina>,
        <http://lexvo.org/id/term/dav/Bosnia%20na%20Hezegovina>,
        <http://lexvo.org/id/term/deu/Bosnien%20und%20Herzegowina>,
        <http://lexvo.org/id/term/dje/Bosni%20nda%20Herzegovine>,
        <http://lexvo.org/id/term/dyo/Bosni%20di%20Hersegovin>,
        <http://lexvo.org/id/term/dzo/%E0%BD%96%E0%BE%B7%E0%BD%BC%E0%BD%A6%E0%BC%8B%E0%BD%93%E0%BD%B2%E0%BC%8B%E0%BD%A1%E0%BC%8B%20%E0%BD%A8%E0%BD%BA%E0%BD%93%E0%BD%8C%E0%BC%8B%20%E0%BD%A7%E0%BD%A2%E0%BC%8B%E0%BD%9B%E0%BD%B2%E0%BC%8B%E0%BD%82%E0%BE%B7%E0%BD%BC%E0%BC%8B%E0%BD%96%E0%BD%B2%E0%BC%8B%E0%BD%93>,
        <http://lexvo.org/id/term/ebu/Bosnia%20na%20Hezegovina>,
        <http://lexvo.org/id/term/ell/%CE%92%CE%BF%CF%83%CE%BD%CE%AF%CE%B1%20-%20%CE%95%CF%81%CE%B6%CE%B5%CE%B3%CE%BF%CE%B2%CE%AF%CE%BD%CE%B7>,
        <http://lexvo.org/id/term/eng-Dsrt/%F0%90%90%92%F0%90%90%B1%F0%90%91%86%F0%90%91%8C%F0%90%90%A8%F0%90%90%B2%20%F0%90%90%B0%F0%90%91%8C%F0%90%90%BC%20%F0%90%90%90%F0%90%90%B2%F0%90%91%89%F0%90%90%BB%F0%90%91%85%F0%90%90%B2%F0%90%91%80%F0%90%90%AC%F0%90%91%82%F0%90%90%A8%F0%90%91%8C%F0%90%90%B2>,
        <http://lexvo.org/id/term/eng/Bosnia%20and%20Herzegovina>,
        <http://lexvo.org/id/term/eng/ISO%203166-1%3ABA>,
        <http://lexvo.org/id/term/epo/Bosnio-Hercegovino>,
        <http://lexvo.org/id/term/est/Bosnia%20ja%20Hertsegoviina>,
        <http://lexvo.org/id/term/eus/Bosnia-Herzegovina>,
        <http://lexvo.org/id/term/ewe/Bosnia%20kple%20Herzergovina%20nutome>,
        <http://lexvo.org/id/term/ewo/Bos%C9%99n%C3%AD%20ai%20%C9%9Br%C9%99zegov%C3%ADn>,
        <http://lexvo.org/id/term/fao/Bosnia-Hersegovina>,
        <http://lexvo.org/id/term/fas/%D8%A8%D9%88%D8%B3%D9%86%DB%8C%20%D9%88%20%D9%87%D8%B1%D8%B2%DA%AF%D9%88%DB%8C%D9%86>,
        <http://lexvo.org/id/term/fas/%D8%A8%D9%88%D8%B3%D9%86%DB%8C%D8%A7%20%D9%88%20%D9%87%D8%B1%D8%B2%D9%87%E2%80%8C%DA%AF%D9%88%DB%8C%D9%86%D8%A7>,
        <http://lexvo.org/id/term/fil/Bosnia%20and%20Herzegovina>,
        <http://lexvo.org/id/term/fin/Bosnia%20ja%20Hertsegovina>,
        <http://lexvo.org/id/term/fra/Bosnie-Herz%C3%A9govine>,
        <http://lexvo.org/id/term/ful/Bosnii%20Hersegowiin>,
        <http://lexvo.org/id/term/fur/Bosnie%20e%20Ercegovine>,
        <http://lexvo.org/id/term/gla/Bosna%20is%20Hearsagobhana>,
        <http://lexvo.org/id/term/gle/An%20Bhoisnia%20agus%20Heirseag%C3%B3v%C3%A9in>,
        <http://lexvo.org/id/term/glg/Bosnia%20e%20Hercegovina>,
        <http://lexvo.org/id/term/gsw/Bosnie%20und%20Herzegowina>,
        <http://lexvo.org/id/term/guj/%E0%AA%AC%E0%AB%8B%E0%AA%B8%E0%AB%8D%E0%AA%A8%E0%AA%BF%E0%AA%AF%E0%AA%BE%20%E0%AA%85%E0%AA%A8%E0%AB%87%20%E0%AA%B9%E0%AA%B0%E0%AB%8D%E0%AA%9D%E0%AB%87%E0%AA%97%E0%AB%8B%E0%AA%B5%E0%AA%BF%E0%AA%A8%E0%AA%BE>,
        <http://lexvo.org/id/term/guz/Bosnia%20na%20Hezegovina>,
        <http://lexvo.org/id/term/hau/Bosniya%20Harzagobina>,
        <http://lexvo.org/id/term/heb/%D7%91%D7%95%D7%A1%D7%A0%D7%99%D7%94%20%D7%95%D7%94%D7%A8%D7%A6%D7%92%D7%95%D7%91%D7%99%D7%A0%D7%94>,
        <http://lexvo.org/id/term/hin/%E0%A4%AC%E0%A5%8B%E0%A4%B8%E0%A5%8D%E0%A4%A8%E0%A4%BF%E0%A4%AF%E0%A4%BE%20%E0%A4%94%E0%A4%B0%20%E0%A4%B9%E0%A4%B0%E0%A5%8D%E0%A4%9C%E0%A4%BC%E0%A4%BF%E0%A4%97%E0%A5%8B%E0%A4%B5%E0%A4%BF%E0%A4%A8%E0%A4%BE>,
        <http://lexvo.org/id/term/hrv/Bosna%20i%20Hercegovina>,
        <http://lexvo.org/id/term/hun/Bosznia-Hercegovina>,
        <http://lexvo.org/id/term/hye/%D4%B2%D5%B8%D5%BD%D5%B6%D5%AB%D5%A1-%D5%80%D5%A5%D6%80%D6%81%D5%A5%D5%A3%D5%B8%D5%BE%D5%AB%D5%B6%D5%A1>,
        <http://lexvo.org/id/term/ina/Bosnia%20e%20Herzegovina>,
        <http://lexvo.org/id/term/ind/Bosnia%20dan%20Herzegovina>,
        <http://lexvo.org/id/term/isl/Bosn%C3%ADa%20og%20Herseg%C3%B3v%C3%ADna>,
        <http://lexvo.org/id/term/ita/Bosnia%20Erzegovina>,
        <http://lexvo.org/id/term/jmc/Bosnia%20na%20Hezegovina>,
        <http://lexvo.org/id/term/jpn/%E3%83%9C%E3%82%B9%E3%83%8B%E3%82%A2%E3%83%BB%E3%83%98%E3%83%AB%E3%83%84%E3%82%A7%E3%82%B4%E3%83%93%E3%83%8A>,
        <http://lexvo.org/id/term/kab/Busna%20d%20Hersek>,
        <http://lexvo.org/id/term/kal/Bosnia%20aamma%20Herzegovina>,
        <http://lexvo.org/id/term/kam/Bosnia%20na%20Hezegovina>,
        <http://lexvo.org/id/term/kan/%E0%B2%AC%E0%B3%8B%E0%B2%B8%E0%B3%8D%E0%B2%A8%E0%B2%BF%E0%B2%AF%E0%B2%BE%20%E0%B2%AE%E0%B2%A4%E0%B3%8D%E0%B2%A4%E0%B3%81%20%E0%B2%B9%E0%B2%B0%E0%B3%8D%E0%B2%9C%E0%B3%86%E0%B2%97%E0%B3%8B%E0%B2%B5%E0%B2%BF%E0%B2%A8%E0%B2%BE>,
        <http://lexvo.org/id/term/kas/%D8%A8%D9%88%D8%B3%D9%86%D9%90%DB%8C%D8%A7%20%D8%AA%DB%81%D9%95%20%DB%81%D9%8E%D8%B1%D8%B2%D9%90%DA%AF%D9%88%D9%88%D9%90%D9%86%D8%A7>,
        <http://lexvo.org/id/term/kat/%E1%83%91%E1%83%9D%E1%83%A1%E1%83%9C%E1%83%98%E1%83%90%20%E1%83%93%E1%83%90%20%E1%83%B0%E1%83%94%E1%83%A0%E1%83%AA%E1%83%94%E1%83%92%E1%83%9D%E1%83%95%E1%83%98%E1%83%9C%E1%83%90>,
        <http://lexvo.org/id/term/kaz/%D0%91%D0%BE%D1%81%D0%BD%D0%B8%D1%8F%20%D0%B6%D3%99%D0%BD%D0%B5%20%D0%93%D0%B5%D1%80%D1%86%D0%B5%D0%B3%D0%BE%D0%B2%D0%B8%D0%BD%D0%B0>,
        <http://lexvo.org/id/term/kde/Bosnia%20na%20Hezegovina>,
        <http://lexvo.org/id/term/kea/Bosnia-Erzegovina>,
        <http://lexvo.org/id/term/khm/%E1%9E%94%E1%9E%BC%E1%9E%9F%E1%9F%92%E1%9E%93%E1%9F%89%E1%9E%B8>,
        <http://lexvo.org/id/term/khq/Bosni%20nda%20Herzegovine>,
        <http://lexvo.org/id/term/kik/Bosnia%20na%20Hezegovina>,
        <http://lexvo.org/id/term/kln/Emetab%20Bosnia%20ak%20Herzegovina>,
        <http://lexvo.org/id/term/kor/%EB%B3%B4%EC%8A%A4%EB%8B%88%EC%95%84%20%ED%97%A4%EB%A5%B4%EC%B2%B4%EA%B3%A0%EB%B9%84%EB%82%98>,
        <http://lexvo.org/id/term/ksb/Bosnia%20na%20Hezegovina>,
        <http://lexvo.org/id/term/ksf/b%C9%94sny%C9%9B%20ri%20h%C9%9Brs%C7%9Dg%C9%94v%C3%ADn>,
        <http://lexvo.org/id/term/ksh/Bo%C3%9Fnije%20un%20Herzegovina>,
        <http://lexvo.org/id/term/lag/B%C3%B3sinia>,
        <http://lexvo.org/id/term/lao/%E0%BA%9A%E0%BA%B1%E0%BA%AD%E0%BA%94%E0%BA%AA%E0%BB%80%E0%BA%99%E0%BA%8D%20%E0%BB%81%E0%BA%A5%E0%BA%B0%20%E0%BB%80%E0%BA%AE%E0%BA%B5%E0%BA%94%E0%BB%82%E0%BA%81%E0%BA%A7%E0%BA%B4%E0%BB%80%E0%BA%99%E0%BA%8D>,
        <http://lexvo.org/id/term/lav/Bosnija%20un%20Hercegovina>,
        <http://lexvo.org/id/term/lin/Bosini%20mp%C3%A9%20Hezegovine>,
        <http://lexvo.org/id/term/lit/Bosnija%20ir%20Hercegovina>,
        <http://lexvo.org/id/term/lub/Mbosini%20ne%20Hezegovine>,
        <http://lexvo.org/id/term/lug/Boziniya%20Hezegovina>,
        <http://lexvo.org/id/term/luo/Bosnia%20gi%20Herzegovina>,
        <http://lexvo.org/id/term/luy/Bosnia%20na%20Hezegovina>,
        <http://lexvo.org/id/term/mal/%E0%B4%AC%E0%B5%8B%E0%B4%B8%E0%B5%8D%E0%B4%A8%E0%B4%BF%E0%B4%AF%E0%B4%AF%E0%B5%81%E0%B4%82%20%E0%B4%B9%E0%B5%86%E0%B5%BC%E0%B4%B8%E0%B4%97%E0%B5%8B%E0%B4%B5%E0%B4%BF%E0%B4%A8%E0%B4%AF%E0%B5%81%E0%B4%82>,
        <http://lexvo.org/id/term/mar/%E0%A4%AC%E0%A5%8B%E0%A4%B8%E0%A5%8D%E0%A4%A8%E0%A4%BF%E0%A4%AF%E0%A4%BE%20%E0%A4%85%E0%A4%A3%E0%A4%BF%20%E0%A4%B9%E0%A4%B0%E0%A5%8D%E0%A4%9C%E0%A5%87%E0%A4%97%E0%A5%8B%E0%A4%B5%E0%A4%BF%E0%A4%A8%E0%A4%BE>,
        <http://lexvo.org/id/term/mas/Bosnia%20na%20Hezegovina>,
        <http://lexvo.org/id/term/mer/Bosnia%20na%20Hezegovina>,
        <http://lexvo.org/id/term/mfe/Bosni-Herzegovinn>,
        <http://lexvo.org/id/term/mkd/%D0%91%D0%BE%D1%81%D0%BD%D0%B0%20%D0%B8%20%D0%A5%D0%B5%D1%80%D1%86%D0%B5%D0%B3%D0%BE%D0%B2%D0%B8%D0%BD%D0%B0>,
        <http://lexvo.org/id/term/mlg/Bosnia%20sy%20Herzegovina>,
        <http://lexvo.org/id/term/mlt/Bo%C5%BCnija%20%C4%A6er%C5%BCegovina>,
        <http://lexvo.org/id/term/mua/bosniya%20ne%20Herzegovina>,
        <http://lexvo.org/id/term/mya/%E1%80%98%E1%80%B1%E1%80%AC%E1%80%B7%E1%80%85%E1%80%94%E1%80%AE%E1%80%B8%E1%80%9A%E1%80%AC%E1%80%B8%20%E1%80%94%E1%80%BE%E1%80%84%E1%80%B7%E1%80%BA%20%E1%80%9F%E1%80%AC%E1%80%87%E1%80%AE%E1%80%82%E1%80%AD%E1%80%AF%E1%80%98%E1%80%AE%E1%80%B8%E1%80%94%E1%80%AC%E1%80%B8>,
        <http://lexvo.org/id/term/naq/Bosniab%20ts%C3%AE%20Herzegovinab>,
        <http://lexvo.org/id/term/nde/Bhosnia%20le%20Herzegovina>,
        <http://lexvo.org/id/term/nep/%E0%A4%AC%E0%A5%8B%E0%A4%B8%E0%A5%8D%E0%A4%A8%E0%A4%BF%E0%A4%AF%E0%A4%BE%20%E0%A4%B0%20%E0%A4%B9%E0%A4%B0%E0%A5%8D%E0%A4%9C%E0%A4%97%E0%A5%8B%E0%A4%AD%E0%A4%BF%E0%A4%A8%E0%A4%BF%E0%A4%AF%E0%A4%BE>,
        <http://lexvo.org/id/term/nld/Bosni%C3%AB%20en%20Herzegovina>,
        <http://lexvo.org/id/term/nmg/Bosnia%20na%20%C6%90rzegovina>,
        <http://lexvo.org/id/term/nno/Bosnia%20og%20Hercegovina>,
        <http://lexvo.org/id/term/nob/Bosnia-Hercegovina>,
        <http://lexvo.org/id/term/nus/Bothnia%20k%C9%9Bn%C9%9B%20%C9%A3%C3%A4rgobinia>,
        <http://lexvo.org/id/term/nyn/Boziniya%20na%20Hezegovina>,
        <http://lexvo.org/id/term/ori/%E0%AC%AC%E0%AD%8B%E0%AC%B8%E0%AC%A8%E0%AC%BF%E0%AC%86%20%E0%AC%8F%E0%AC%AC%E0%AC%82%20%E0%AC%B9%E0%AC%B0%E0%AD%8D%E0%AC%9C%E0%AC%97%E0%AD%8B%E0%AC%AD%E0%AC%BF%E0%AC%A8%E0%AC%BE>,
        <http://lexvo.org/id/term/pol/Bo%C5%9Bnia%20i%20Hercegowina>,
        <http://lexvo.org/id/term/por/B%C3%B3snia-Herzegovina>,
        <http://lexvo.org/id/term/rof/Bosnia%20na%20Hezegovina>,
        <http://lexvo.org/id/term/roh/Bosnia%20ed%20Erzegovina>,
        <http://lexvo.org/id/term/ron/Bosnia%20%C8%99i%20Her%C8%9Begovina>,
        <http://lexvo.org/id/term/run/Bosiniya%20na%20Herigozevine>,
        <http://lexvo.org/id/term/rus/%D0%91%D0%BE%D1%81%D0%BD%D0%B8%D1%8F%20%D0%B8%20%D0%93%D0%B5%D1%80%D1%86%D0%B5%D0%B3%D0%BE%D0%B2%D0%B8%D0%BD%D0%B0>,
        <http://lexvo.org/id/term/rwk/Bosnia%20na%20Hezegovina>,
        <http://lexvo.org/id/term/sag/Bosn%C3%AFi%20na%20Herzegov%C3%AEnni>,
        <http://lexvo.org/id/term/saq/Bosnia%20na%20Hezegovina>,
        <http://lexvo.org/id/term/sbp/Bosiniya%20ni%20Hesegovina>,
        <http://lexvo.org/id/term/seh/B%C3%B3snia-Herzegovina>,
        <http://lexvo.org/id/term/ses/Bosni%20nda%20Herzegovine>,
        <http://lexvo.org/id/term/shi-Latn/busna%20d%20hirsik>,
        <http://lexvo.org/id/term/shi/%E2%B4%B1%E2%B5%93%E2%B5%99%E2%B5%8F%E2%B4%B0%20%E2%B4%B7%20%E2%B5%80%E2%B5%89%E2%B5%94%E2%B5%99%E2%B5%89%E2%B4%BD>,
        <http://lexvo.org/id/term/sin/%E0%B6%B6%E0%B7%9C%E0%B7%83%E0%B7%8A%E0%B6%B1%E0%B7%92%E0%B6%BA%E0%B7%8F%E0%B7%80%20%E0%B7%83%E0%B7%84%20%E0%B7%84%E0%B6%BB%E0%B7%8A%E0%B7%83%E0%B6%9C%E0%B7%9C%E0%B7%80%E0%B7%93%E0%B6%B1%E0%B7%8F%E0%B7%80>,
        <http://lexvo.org/id/term/slk/Bosna%20a%20Hercegovina>,
        <http://lexvo.org/id/term/slv/Bosna%20in%20Hercegovina>,
        <http://lexvo.org/id/term/sme/Bosnia-Hercegovina>,
        <http://lexvo.org/id/term/sna/Boznia%20ne%20Herzegovina>,
        <http://lexvo.org/id/term/som/Bosniya%20Hersigoviina>,
        <http://lexvo.org/id/term/spa/Bosnia-Herzegovina>,
        <http://lexvo.org/id/term/sqi/Bosnja%20dhe%20Hercegovina>,
        <http://lexvo.org/id/term/srp-Latn/Bosna%20i%20Hercegovina>,
        <http://lexvo.org/id/term/srp/%D0%91%D0%BE%D1%81%D0%BD%D0%B0%20%D0%B8%20%D0%A5%D0%B5%D1%80%D1%86%D0%B5%D0%B3%D0%BE%D0%B2%D0%B8%D0%BD%D0%B0>,
        <http://lexvo.org/id/term/swc/Bosnia%20na%20Hezegovina>,
        <http://lexvo.org/id/term/swe/Bosnien%20och%20Hercegovina>,
        <http://lexvo.org/id/term/swh/Bosnia%20na%20Hezegovina>,
        <http://lexvo.org/id/term/tam/%E0%AE%AA%E0%AF%8B%E0%AE%B8%E0%AF%8D%E0%AE%A9%E0%AE%BF%E0%AE%AF%E0%AE%BE%20%E0%AE%AE%E0%AE%B1%E0%AF%8D%E0%AE%B1%E0%AF%81%E0%AE%AE%E0%AF%8D%20%E0%AE%B9%E0%AF%86%E0%AE%B0%E0%AF%8D%E0%AE%B8%E0%AE%BF%E0%AE%95%E0%AF%8B%E0%AE%B5%E0%AE%BF%E0%AE%A9%E0%AE%BE>,
        <http://lexvo.org/id/term/tel/%E0%B0%AC%E0%B0%BE%E0%B0%B8%E0%B1%8D%E0%B0%A8%E0%B0%BF%E0%B0%AF%E0%B0%BE%20%E0%B0%AE%E0%B0%B0%E0%B0%BF%E0%B0%AF%E0%B1%81%20%E0%B0%B9%E0%B1%80%E0%B0%B0%E0%B1%8D%E0%B0%9C%E0%B0%BF%E0%B0%97%E0%B1%8B%E0%B0%B5%E0%B0%BF%E0%B0%A8%E0%B0%BE>,
        <http://lexvo.org/id/term/teo/Bosnia%20na%20Hezegovina>,
        <http://lexvo.org/id/term/tha/%E0%B8%9A%E0%B8%AD%E0%B8%AA%E0%B9%80%E0%B8%99%E0%B8%B5%E0%B8%A2%E0%B9%81%E0%B8%A5%E0%B8%B0%E0%B9%80%E0%B8%AE%E0%B8%AD%E0%B8%A3%E0%B9%8C%E0%B9%80%E0%B8%8B%E0%B9%82%E0%B8%81%E0%B8%A7%E0%B8%B5%E0%B8%99%E0%B8%B2>,
        <http://lexvo.org/id/term/tig/%E1%89%A6%E1%88%B5%E1%8A%92%E1%8B%AB%20%E1%8A%A5%E1%8A%93%20%E1%88%84%E1%88%AD%E1%8B%9E%E1%8C%8E%E1%89%AA%E1%8A%92%E1%8B%AB>,
        <http://lexvo.org/id/term/tir/%E1%89%A6%E1%88%B5%E1%8A%92%E1%8B%AB%20%E1%8A%A5%E1%8A%93%20%E1%88%84%E1%88%AD%E1%8B%9E%E1%8C%8E%E1%89%AA%E1%8A%92%E1%8B%AB>,
        <http://lexvo.org/id/term/ton/Posinia%20mo%20Hesik%C5%8Dvinia>,
        <http://lexvo.org/id/term/tur/Bosna%20Hersek>,
        <http://lexvo.org/id/term/twq/Bosni%20nda%20Herzegovine>,
        <http://lexvo.org/id/term/tzm/Busna-d-Hirsik>,
        <http://lexvo.org/id/term/ukr/%D0%91%D0%BE%D1%81%D0%BD%D1%96%D1%8F%20%D1%96%20%D0%93%D0%B5%D1%80%D1%86%D0%BE%D0%B3%D0%BE%D0%B2%D0%B8%D0%BD%D0%B0>,
        <http://lexvo.org/id/term/urd/%D8%A8%D9%88%D8%B3%D9%86%DB%8C%D8%A7%20%D8%A7%D9%88%D8%B1%20%DB%81%D8%B1%D8%B2%DB%8C%DA%AF%D9%88%D9%88%DB%8C%D9%86%D8%A7>,
        <http://lexvo.org/id/term/vai-Latn/Bh%C9%94siniya>,
        <http://lexvo.org/id/term/vai/%EA%95%B7%EA%94%BB%EA%95%87%EA%95%B0%20%EA%97%AA%20%EA%97%A5%EA%95%A4%EA%96%91%EA%94%B2%EA%95%AF>,
        <http://lexvo.org/id/term/vie/B%C3%B4-xni-a%20H%C3%A9c-x%C3%AA-g%C3%B4-vi-na>,
        <http://lexvo.org/id/term/vun/Bosnia%20na%20Hezegovina>,
        <http://lexvo.org/id/term/wae/Bosnie%20und%20Herzegovina>,
        <http://lexvo.org/id/term/wal/%E1%89%A6%E1%88%B5%E1%8A%92%E1%8B%AB%20%E1%8A%A5%E1%8A%93%20%E1%88%84%E1%88%AD%E1%8B%9E%E1%8C%8E%E1%89%AA%E1%8A%92%E1%8B%AB>,
        <http://lexvo.org/id/term/xog/Boziniya%20Hezegovina>,
        <http://lexvo.org/id/term/yav/Pusin%C3%AD-%C9%9Blkof%C3%ADna>,
        <http://lexvo.org/id/term/yor/Or%C3%ADl%E1%BA%B9%CC%81%C3%A8de%20B%E1%BB%8D%CC%80s%C3%ADn%C3%AD%C3%A0%20%C3%A0ti%20%E1%BA%B8tis%E1%BA%B9g%C3%B3f%C3%ADn%C3%A0>,
        <http://lexvo.org/id/term/zsm/Bosnia%20dan%20Herzegovina>,
        <http://lexvo.org/id/term/zul/i-Bosnia%20ne-Herzegovina> ;
    owl:sameAs <http://psi.oasis-open.org/iso/3166/#070>,
        <http://sws.geonames.org/3277605/> .

<http://lexvo.org/id/iso3166/BB> a lvont:GeographicRegion ;
    rdfs:label "Barbados"@af,
        "Bàbadòs"@agq,
        "Baabados"@ak,
        "ባርቤዶስ"@am,
        "بربادوس"@ar,
        "Babadothi"@asa,
        "Barbados"@ast,
        "Barbados"@az,
        "Bàrbadò"@bas,
        "Барбадас"@be,
        "Hubabadosi"@bez,
        "Барбадос"@bg,
        "Barbadi"@bm,
        "বারবাদোস"@bn,
        "བཱརྦ་ཌོས྄།"@bo,
        "Barbados"@br,
        "बारबाडोस"@brx,
        "Barbados"@bs,
        "Барбадос"@bs-Cyrl,
        "ባርቤዶስ"@byn,
        "Barbados"@ca,
        "Babadosi"@cgg,
        "ᏆᏇᏙᏍ"@chr,
        "巴巴多斯"@cmn,
        "巴貝多"@cmn-Hant,
        "Barbados"@cs,
        "Barbados"@cy,
        "Barbados"@da,
        "Babadosi"@dav,
        "Barbados"@de,
        "Barbaados"@dje,
        "Barbad"@dyo,
        "བྷར་བེ་ཌོས"@dz,
        "Babadosi"@ebu,
        "Barbados nutome"@ee,
        "Μπαρμπάντος"@el,
        "Barbados"@en,
        "ISO 3166-1:BB"@en,
        "𐐒𐐪𐑉𐐺𐐩𐐼𐐬𐑅"@en-Dsrt,
        "Barbado"@eo,
        "Barbados"@es,
        "Barbados"@et,
        "Barbados"@eu,
        "Barəbád"@ewo,
        "باربادوس"@fa,
        "Barbadoos"@ff,
        "Barbados"@fi,
        "Barbados"@fil,
        "Barbados"@fo,
        "Barbade"@fr,
        "Barbados"@fur,
        "Barbadós"@ga,
        "Barbados"@gd,
        "Barbados"@gl,
        "Barbados"@gsw,
        "બાર્બાડોસ"@gu,
        "Babadosi"@guz,
        "Barbadas"@ha,
        "ברבדוס"@he,
        "बारबाडोस"@hi,
        "Barbados"@hr,
        "Barbados"@hu,
        "Բարբադոս"@hy,
        "Barbados"@id,
        "Barbados"@is,
        "Barbados"@it,
        "バルバドス"@ja,
        "Babadosi"@jmc,
        "ბარბადოსი"@ka,
        "Barbadus"@kab,
        "Babadosi"@kam,
        "Babadosi"@kde,
        "Barbadus"@kea,
        "Barbaados"@khq,
        "Babadosi"@ki,
        "Барбадос"@kk,
        "Barbados"@kl,
        "Emetab Barbados"@kln,
        "បារបាដូស"@km,
        "ಬಾರ್ಬಡೋಸ್"@kn,
        "바베이도스"@ko,
        "باربیڈاس"@ks,
        "Babadosi"@ksb,
        "baabaadǝ"@ksf,
        "de Ensel Barbados"@ksh,
        "Babadóosi"@lag,
        "Barabadosi"@lg,
        "Barɛbadɛ"@ln,
        "ບຣາບາດັອດ"@lo,
        "Barbadosas"@lt,
        "Barebade"@lu,
        "Barbados"@luo,
        "Babadosi"@luy,
        "Barbadosa"@lv,
        "Babadosi"@mas,
        "Babadosi"@mer,
        "Barbad"@mfe,
        "Barbady"@mg,
        "Барбадос"@mk,
        "ബാർബഡോസ്"@ml,
        "बार्बाडोस"@mr,
        "Barbados"@mt,
        "barbadiya"@mua,
        "Barbados"@naq,
        "Barbados"@nb,
        "Bhabhadosi"@nd,
        "बार्बाडोस"@ne,
        "Barbados"@nl,
        "Barbado"@nmg,
        "Barbados"@nn,
        "Bärbadoth"@nus,
        "Babadosi"@nyn,
        "ବାରବାଡୋସ୍"@or,
        "Barbados"@pl,
        "Barbados"@pt,
        "Barbados"@rm,
        "Barubadosi"@rn,
        "Barbados"@ro,
        "Babado"@rof,
        "Барбадос"@ru,
        "Babadosi"@rwk,
        "Babadosi"@saq,
        "Babadosi"@sbp,
        "Barbados"@se,
        "Barbados"@seh,
        "Barbaados"@ses,
        "Barabâda"@sg,
        "ⴱⴰⵔⴱⴰⴷ"@shi,
        "barbad"@shi-Latn,
        "බාර්බඩෝස්"@si,
        "Barbados"@sk,
        "Barbados"@sl,
        "Barbados"@sn,
        "Baarbadoos"@so,
        "Барбадос"@sr,
        "Barbados"@sr-Latn,
        "Barbados"@sv,
        "Babadosi"@swc,
        "Babadosi"@swh,
        "பார்படோஸ்"@ta,
        "బార్బడోస్"@te,
        "Babadosi"@teo,
        "บาร์เบโดส"@th,
        "ባርቤዶስ"@ti,
        "ባርቤዶስ"@tig,
        "Pāpeitosi"@to,
        "Barbados"@tr,
        "Barbaados"@twq,
        "Barbadus"@tzm,
        "Барбадос"@uk,
        "باربادوس"@ur,
        "ꕑꔆꖁꔻ"@vai,
        "Bhabhedo"@vai-Latn,
        "Barbados"@vi,
        "Babadosi"@vun,
        "Barbados"@wae,
        "ባርቤዶስ"@wal,
        "Barabadosi"@xog,
        "Palpatós"@yav,
        "Orílẹ́ède Bábádósì"@yo,
        "Barbados"@zsm,
        "i-Barbados"@zu ;
    lvont:label <http://lexvo.org/id/term/afr/Barbados>,
        <http://lexvo.org/id/term/agq/B%C3%A0bad%C3%B2s>,
        <http://lexvo.org/id/term/aka/Baabados>,
        <http://lexvo.org/id/term/amh/%E1%89%A3%E1%88%AD%E1%89%A4%E1%8B%B6%E1%88%B5>,
        <http://lexvo.org/id/term/ara/%D8%A8%D8%B1%D8%A8%D8%A7%D8%AF%D9%88%D8%B3>,
        <http://lexvo.org/id/term/asa/Babadothi>,
        <http://lexvo.org/id/term/ast/Barbados>,
        <http://lexvo.org/id/term/aze/Barbados>,
        <http://lexvo.org/id/term/bam/Barbadi>,
        <http://lexvo.org/id/term/bas/B%C3%A0rbad%C3%B2>,
        <http://lexvo.org/id/term/bel/%D0%91%D0%B0%D1%80%D0%B1%D0%B0%D0%B4%D0%B0%D1%81>,
        <http://lexvo.org/id/term/ben/%E0%A6%AC%E0%A6%BE%E0%A6%B0%E0%A6%AC%E0%A6%BE%E0%A6%A6%E0%A7%8B%E0%A6%B8>,
        <http://lexvo.org/id/term/bez/Hubabadosi>,
        <http://lexvo.org/id/term/bod/%E0%BD%96%E0%BD%B1%E0%BD%A2%E0%BE%A6%E0%BC%8B%E0%BD%8C%E0%BD%BC%E0%BD%A6%E0%BE%84%E0%BC%8D>,
        <http://lexvo.org/id/term/bos-Cyrl/%D0%91%D0%B0%D1%80%D0%B1%D0%B0%D0%B4%D0%BE%D1%81>,
        <http://lexvo.org/id/term/bos/Barbados>,
        <http://lexvo.org/id/term/bre/Barbados>,
        <http://lexvo.org/id/term/brx/%E0%A4%AC%E0%A4%BE%E0%A4%B0%E0%A4%AC%E0%A4%BE%E0%A4%A1%E0%A5%8B%E0%A4%B8>,
        <http://lexvo.org/id/term/bul/%D0%91%D0%B0%D1%80%D0%B1%D0%B0%D0%B4%D0%BE%D1%81>,
        <http://lexvo.org/id/term/byn/%E1%89%A3%E1%88%AD%E1%89%A4%E1%8B%B6%E1%88%B5>,
        <http://lexvo.org/id/term/cat/Barbados>,
        <http://lexvo.org/id/term/ces/Barbados>,
        <http://lexvo.org/id/term/cgg/Babadosi>,
        <http://lexvo.org/id/term/chr/%E1%8F%86%E1%8F%87%E1%8F%99%E1%8F%8D>,
        <http://lexvo.org/id/term/cmn-Hant/%E5%B7%B4%E8%B2%9D%E5%A4%9A>,
        <http://lexvo.org/id/term/cmn/%E5%B7%B4%E5%B7%B4%E5%A4%9A%E6%96%AF>,
        <http://lexvo.org/id/term/cym/Barbados>,
        <http://lexvo.org/id/term/dan/Barbados>,
        <http://lexvo.org/id/term/dav/Babadosi>,
        <http://lexvo.org/id/term/deu/Barbados>,
        <http://lexvo.org/id/term/dje/Barbaados>,
        <http://lexvo.org/id/term/dyo/Barbad>,
        <http://lexvo.org/id/term/dzo/%E0%BD%96%E0%BE%B7%E0%BD%A2%E0%BC%8B%E0%BD%96%E0%BD%BA%E0%BC%8B%E0%BD%8C%E0%BD%BC%E0%BD%A6>,
        <http://lexvo.org/id/term/ebu/Babadosi>,
        <http://lexvo.org/id/term/ell/%CE%9C%CF%80%CE%B1%CF%81%CE%BC%CF%80%CE%AC%CE%BD%CF%84%CE%BF%CF%82>,
        <http://lexvo.org/id/term/eng-Dsrt/%F0%90%90%92%F0%90%90%AA%F0%90%91%89%F0%90%90%BA%F0%90%90%A9%F0%90%90%BC%F0%90%90%AC%F0%90%91%85>,
        <http://lexvo.org/id/term/eng/Barbados>,
        <http://lexvo.org/id/term/eng/ISO%203166-1%3ABB>,
        <http://lexvo.org/id/term/epo/Barbado>,
        <http://lexvo.org/id/term/est/Barbados>,
        <http://lexvo.org/id/term/eus/Barbados>,
        <http://lexvo.org/id/term/ewe/Barbados%20nutome>,
        <http://lexvo.org/id/term/ewo/Bar%C9%99b%C3%A1d>,
        <http://lexvo.org/id/term/fao/Barbados>,
        <http://lexvo.org/id/term/fas/%D8%A8%D8%A7%D8%B1%D8%A8%D8%A7%D8%AF%D9%88%D8%B3>,
        <http://lexvo.org/id/term/fil/Barbados>,
        <http://lexvo.org/id/term/fin/Barbados>,
        <http://lexvo.org/id/term/fra/Barbade>,
        <http://lexvo.org/id/term/ful/Barbadoos>,
        <http://lexvo.org/id/term/fur/Barbados>,
        <http://lexvo.org/id/term/gla/Barbados>,
        <http://lexvo.org/id/term/gle/Barbad%C3%B3s>,
        <http://lexvo.org/id/term/glg/Barbados>,
        <http://lexvo.org/id/term/gsw/Barbados>,
        <http://lexvo.org/id/term/guj/%E0%AA%AC%E0%AA%BE%E0%AA%B0%E0%AB%8D%E0%AA%AC%E0%AA%BE%E0%AA%A1%E0%AB%8B%E0%AA%B8>,
        <http://lexvo.org/id/term/guz/Babadosi>,
        <http://lexvo.org/id/term/hau/Barbadas>,
        <http://lexvo.org/id/term/heb/%D7%91%D7%A8%D7%91%D7%93%D7%95%D7%A1>,
        <http://lexvo.org/id/term/hin/%E0%A4%AC%E0%A4%BE%E0%A4%B0%E0%A4%AC%E0%A4%BE%E0%A4%A1%E0%A5%8B%E0%A4%B8>,
        <http://lexvo.org/id/term/hrv/Barbados>,
        <http://lexvo.org/id/term/hun/Barbados>,
        <http://lexvo.org/id/term/hye/%D4%B2%D5%A1%D6%80%D5%A2%D5%A1%D5%A4%D5%B8%D5%BD>,
        <http://lexvo.org/id/term/ind/Barbados>,
        <http://lexvo.org/id/term/isl/Barbados>,
        <http://lexvo.org/id/term/ita/Barbados>,
        <http://lexvo.org/id/term/jmc/Babadosi>,
        <http://lexvo.org/id/term/jpn/%E3%83%90%E3%83%AB%E3%83%90%E3%83%89%E3%82%B9>,
        <http://lexvo.org/id/term/kab/Barbadus>,
        <http://lexvo.org/id/term/kal/Barbados>,
        <http://lexvo.org/id/term/kam/Babadosi>,
        <http://lexvo.org/id/term/kan/%E0%B2%AC%E0%B2%BE%E0%B2%B0%E0%B3%8D%E0%B2%AC%E0%B2%A1%E0%B3%8B%E0%B2%B8%E0%B3%8D>,
        <http://lexvo.org/id/term/kas/%D8%A8%D8%A7%D8%B1%D8%A8%DB%8C%DA%88%D8%A7%D8%B3>,
        <http://lexvo.org/id/term/kat/%E1%83%91%E1%83%90%E1%83%A0%E1%83%91%E1%83%90%E1%83%93%E1%83%9D%E1%83%A1%E1%83%98>,
        <http://lexvo.org/id/term/kaz/%D0%91%D0%B0%D1%80%D0%B1%D0%B0%D0%B4%D0%BE%D1%81>,
        <http://lexvo.org/id/term/kde/Babadosi>,
        <http://lexvo.org/id/term/kea/Barbadus>,
        <http://lexvo.org/id/term/khm/%E1%9E%94%E1%9E%B6%E1%9E%9A%E1%9E%94%E1%9E%B6%E1%9E%8A%E1%9E%BC%E1%9E%9F>,
        <http://lexvo.org/id/term/khq/Barbaados>,
        <http://lexvo.org/id/term/kik/Babadosi>,
        <http://lexvo.org/id/term/kln/Emetab%20Barbados>,
        <http://lexvo.org/id/term/kor/%EB%B0%94%EB%B2%A0%EC%9D%B4%EB%8F%84%EC%8A%A4>,
        <http://lexvo.org/id/term/ksb/Babadosi>,
        <http://lexvo.org/id/term/ksf/baabaad%C7%9D>,
        <http://lexvo.org/id/term/ksh/de%20Ensel%20Barbados>,
        <http://lexvo.org/id/term/lag/Babad%C3%B3osi>,
        <http://lexvo.org/id/term/lao/%E0%BA%9A%E0%BA%A3%E0%BA%B2%E0%BA%9A%E0%BA%B2%E0%BA%94%E0%BA%B1%E0%BA%AD%E0%BA%94>,
        <http://lexvo.org/id/term/lav/Barbadosa>,
        <http://lexvo.org/id/term/lin/Bar%C9%9Bbad%C9%9B>,
        <http://lexvo.org/id/term/lit/Barbadosas>,
        <http://lexvo.org/id/term/lub/Barebade>,
        <http://lexvo.org/id/term/lug/Barabadosi>,
        <http://lexvo.org/id/term/luo/Barbados>,
        <http://lexvo.org/id/term/luy/Babadosi>,
        <http://lexvo.org/id/term/mal/%E0%B4%AC%E0%B4%BE%E0%B5%BC%E0%B4%AC%E0%B4%A1%E0%B5%8B%E0%B4%B8%E0%B5%8D>,
        <http://lexvo.org/id/term/mar/%E0%A4%AC%E0%A4%BE%E0%A4%B0%E0%A5%8D%E0%A4%AC%E0%A4%BE%E0%A4%A1%E0%A5%8B%E0%A4%B8>,
        <http://lexvo.org/id/term/mas/Babadosi>,
        <http://lexvo.org/id/term/mer/Babadosi>,
        <http://lexvo.org/id/term/mfe/Barbad>,
        <http://lexvo.org/id/term/mkd/%D0%91%D0%B0%D1%80%D0%B1%D0%B0%D0%B4%D0%BE%D1%81>,
        <http://lexvo.org/id/term/mlg/Barbady>,
        <http://lexvo.org/id/term/mlt/Barbados>,
        <http://lexvo.org/id/term/mua/barbadiya>,
        <http://lexvo.org/id/term/naq/Barbados>,
        <http://lexvo.org/id/term/nde/Bhabhadosi>,
        <http://lexvo.org/id/term/nep/%E0%A4%AC%E0%A4%BE%E0%A4%B0%E0%A5%8D%E0%A4%AC%E0%A4%BE%E0%A4%A1%E0%A5%8B%E0%A4%B8>,
        <http://lexvo.org/id/term/nld/Barbados>,
        <http://lexvo.org/id/term/nmg/Barbado>,
        <http://lexvo.org/id/term/nno/Barbados>,
        <http://lexvo.org/id/term/nob/Barbados>,
        <http://lexvo.org/id/term/nus/B%C3%A4rbadoth>,
        <http://lexvo.org/id/term/nyn/Babadosi>,
        <http://lexvo.org/id/term/ori/%E0%AC%AC%E0%AC%BE%E0%AC%B0%E0%AC%AC%E0%AC%BE%E0%AC%A1%E0%AD%8B%E0%AC%B8%E0%AD%8D>,
        <http://lexvo.org/id/term/pol/Barbados>,
        <http://lexvo.org/id/term/por/Barbados>,
        <http://lexvo.org/id/term/rof/Babado>,
        <http://lexvo.org/id/term/roh/Barbados>,
        <http://lexvo.org/id/term/ron/Barbados>,
        <http://lexvo.org/id/term/run/Barubadosi>,
        <http://lexvo.org/id/term/rus/%D0%91%D0%B0%D1%80%D0%B1%D0%B0%D0%B4%D0%BE%D1%81>,
        <http://lexvo.org/id/term/rwk/Babadosi>,
        <http://lexvo.org/id/term/sag/Barab%C3%A2da>,
        <http://lexvo.org/id/term/saq/Babadosi>,
        <http://lexvo.org/id/term/sbp/Babadosi>,
        <http://lexvo.org/id/term/seh/Barbados>,
        <http://lexvo.org/id/term/ses/Barbaados>,
        <http://lexvo.org/id/term/shi-Latn/barbad>,
        <http://lexvo.org/id/term/shi/%E2%B4%B1%E2%B4%B0%E2%B5%94%E2%B4%B1%E2%B4%B0%E2%B4%B7>,
        <http://lexvo.org/id/term/sin/%E0%B6%B6%E0%B7%8F%E0%B6%BB%E0%B7%8A%E0%B6%B6%E0%B6%A9%E0%B7%9D%E0%B7%83%E0%B7%8A>,
        <http://lexvo.org/id/term/slk/Barbados>,
        <http://lexvo.org/id/term/slv/Barbados>,
        <http://lexvo.org/id/term/sme/Barbados>,
        <http://lexvo.org/id/term/sna/Barbados>,
        <http://lexvo.org/id/term/som/Baarbadoos>,
        <http://lexvo.org/id/term/spa/Barbados>,
        <http://lexvo.org/id/term/srp-Latn/Barbados>,
        <http://lexvo.org/id/term/srp/%D0%91%D0%B0%D1%80%D0%B1%D0%B0%D0%B4%D0%BE%D1%81>,
        <http://lexvo.org/id/term/swc/Babadosi>,
        <http://lexvo.org/id/term/swe/Barbados>,
        <http://lexvo.org/id/term/swh/Babadosi>,
        <http://lexvo.org/id/term/tam/%E0%AE%AA%E0%AE%BE%E0%AE%B0%E0%AF%8D%E0%AE%AA%E0%AE%9F%E0%AF%8B%E0%AE%B8%E0%AF%8D>,
        <http://lexvo.org/id/term/tel/%E0%B0%AC%E0%B0%BE%E0%B0%B0%E0%B1%8D%E0%B0%AC%E0%B0%A1%E0%B1%8B%E0%B0%B8%E0%B1%8D>,
        <http://lexvo.org/id/term/teo/Babadosi>,
        <http://lexvo.org/id/term/tha/%E0%B8%9A%E0%B8%B2%E0%B8%A3%E0%B9%8C%E0%B9%80%E0%B8%9A%E0%B9%82%E0%B8%94%E0%B8%AA>,
        <http://lexvo.org/id/term/tig/%E1%89%A3%E1%88%AD%E1%89%A4%E1%8B%B6%E1%88%B5>,
        <http://lexvo.org/id/term/tir/%E1%89%A3%E1%88%AD%E1%89%A4%E1%8B%B6%E1%88%B5>,
        <http://lexvo.org/id/term/ton/P%C4%81peitosi>,
        <http://lexvo.org/id/term/tur/Barbados>,
        <http://lexvo.org/id/term/twq/Barbaados>,
        <http://lexvo.org/id/term/tzm/Barbadus>,
        <http://lexvo.org/id/term/ukr/%D0%91%D0%B0%D1%80%D0%B1%D0%B0%D0%B4%D0%BE%D1%81>,
        <http://lexvo.org/id/term/urd/%D8%A8%D8%A7%D8%B1%D8%A8%D8%A7%D8%AF%D9%88%D8%B3>,
        <http://lexvo.org/id/term/vai-Latn/Bhabhedo>,
        <http://lexvo.org/id/term/vai/%EA%95%91%EA%94%86%EA%96%81%EA%94%BB>,
        <http://lexvo.org/id/term/vie/Barbados>,
        <http://lexvo.org/id/term/vun/Babadosi>,
        <http://lexvo.org/id/term/wae/Barbados>,
        <http://lexvo.org/id/term/wal/%E1%89%A3%E1%88%AD%E1%89%A4%E1%8B%B6%E1%88%B5>,
        <http://lexvo.org/id/term/xog/Barabadosi>,
        <http://lexvo.org/id/term/yav/Palpat%C3%B3s>,
        <http://lexvo.org/id/term/yor/Or%C3%ADl%E1%BA%B9%CC%81%C3%A8de%20B%C3%A1b%C3%A1d%C3%B3s%C3%AC>,
        <http://lexvo.org/id/term/zsm/Barbados>,
        <http://lexvo.org/id/term/zul/i-Barbados> ;
    owl:sameAs <http://psi.oasis-open.org/iso/3166/#052>,
        <http://sws.geonames.org/3374084/> .

<http://lexvo.org/id/iso3166/BD> a lvont:GeographicRegion ;
    rdfs:label "Bangladesj"@af,
        "Baŋgɨ̀làdɛ̂"@agq,
        "Bangladɛhye"@ak,
        "ባንግላዲሽ"@am,
        "بنجلاديش"@ar,
        "Bangladeshi"@asa,
        "Bangladex"@ast,
        "Banqladeş"@az,
        "Bàŋglàdɛ̂s"@bas,
        "Бангладэш"@be,
        "Hubangaladeshi"@bez,
        "Бангладеш"@bg,
        "Bɛngiladɛsi"@bm,
        "বাংলাদেশ"@bn,
        "བངྒ་ལ་དེཤ།"@bo,
        "Bangladesh"@br,
        "बंगलादेश"@brx,
        "Bangladeš"@bs,
        "Бангладеш"@bs-Cyrl,
        "Bangla Desh"@ca,
        "Bangaradeshi"@cgg,
        "ᏆᏂᎦᎵᏕᏍ"@chr,
        "孟加拉国"@cmn,
        "孟加拉"@cmn-Hant,
        "Bangladéš"@cs,
        "Bangladesh"@cy,
        "Bangladesh"@da,
        "Bangladeshi"@dav,
        "Bangladesch"@de,
        "Bangladesh"@de,
        "Bangladeši"@dje,
        "Banglades"@dyo,
        "བངྒ་ལ་དེཤ"@dz,
        "Bangladeshi"@ebu,
        "Bangladesh nutome"@ee,
        "Μπανγκλαντές"@el,
        "Bangladesh"@en,
        "ISO 3166-1:BD"@en,
        "𐐒𐐪𐑍𐑀𐑊𐐲𐐼𐐯𐑇"@en-Dsrt,
        "Bangladeŝo"@eo,
        "Bangladesh"@es,
        "Bangladesh"@et,
        "Bangladesh"@eu,
        "Bangaladɛ́s"@ewo,
        "بنگلادش"@fa,
        "بنگله‌دیش"@fa,
        "Banglaadees"@ff,
        "Bangladesh"@fi,
        "Bangladesh"@fil,
        "Bangladesj"@fo,
        "Bangladesh"@fr,
        "Bangladesh"@fur,
        "An Bhanglaidéis"@ga,
        "Bangladais"@gd,
        "Bangladesh"@gl,
        "Bangladesch"@gsw,
        "બાંગ્લાદેશ"@gu,
        "Bangladeshi"@guz,
        "Bangiladas"@ha,
        "בנגלדש"@he,
        "बांग्लादेश"@hi,
        "Bangladeš"@hr,
        "Banglades"@hu,
        "Բանգլադեշ"@hy,
        "Bangladesh"@ia,
        "Bangladesh"@id,
        "Bangladess"@is,
        "Bangladesh"@it,
        "バングラデシュ"@ja,
        "Bangladeshi"@jmc,
        "ბანგლადეში"@ka,
        "Bangladac"@kab,
        "Bangladeshi"@kam,
        "Bangladeshi"@kde,
        "Bangladexi"@kea,
        "Bangladeši"@khq,
        "Bangladeshi"@ki,
        "Бангладеш"@kk,
        "Bangladesh"@kl,
        "Emetab Bangladesh"@kln,
        "បង់ក្លាដេស្ហ"@km,
        "ಬಾಂಗ್ಲಾದೇಶ್"@kn,
        "방글라데시"@ko,
        "بَنٛگلادیش"@ks,
        "Bangladeshi"@ksb,
        "baŋladɛ́c"@ksf,
        "Bangladesch"@ksh,
        "Bangaladéeshi"@lag,
        "Bangaladesi"@lg,
        "Bengalidɛsi"@ln,
        "ບັງກະລາເທດ"@lo,
        "Bangladešas"@lt,
        "Benguladeshi"@lu,
        "Bangladesh"@luo,
        "Bangladeshi"@luy,
        "Bangladeša"@lv,
        "Bangladeshi"@mas,
        "Bangiradeshi"@mer,
        "Banglades"@mfe,
        "Bangladesy"@mg,
        "Бангладеш"@mk,
        "ബംഗ്ലാദേശ്"@ml,
        "बांग्लादेश"@mr,
        "Bangladexx"@mt,
        "bangladeshiya"@mua,
        "ဘင်္ဂလားဒေ့ရှ်"@my,
        "Banglades"@naq,
        "Bangladesh"@nb,
        "Bhangiladeshi"@nd,
        "बङ्गलादेश"@ne,
        "Bangladesh"@nl,
        "Bɛŋgladɛsh"@nmg,
        "Bangladesh"@nn,
        "Bengeladiec"@nus,
        "Bangaradeshi"@nyn,
        "ବାଙ୍ଗଲାଦେଶ୍"@or,
        "Bangladesz"@pl,
        "بنګله‌دیش"@ps,
        "Bangladesh"@pt,
        "Bangladesch"@rm,
        "Bangaladeshi"@rn,
        "Bangladesh"@ro,
        "Bangladeshi"@rof,
        "Бангладеш"@ru,
        "Bangladeshi"@rwk,
        "Bangladeshi"@saq,
        "Bangiladeshi"@sbp,
        "Bangladesh"@se,
        "Bangladesh"@seh,
        "Bangladeši"@ses,
        "Bengladêshi"@sg,
        "ⴱⴰⵏⴳⵍⴰⴷⵉⵛ"@shi,
        "bangladic"@shi-Latn,
        "බංගලිදේශය"@si,
        "Bangladéš"@sk,
        "Bangladeš"@sl,
        "Bangladeshi"@sn,
        "Bangaaladheesh"@so,
        "Бангладеш"@sr,
        "Bangladeš"@sr-Latn,
        "Bangladesh"@sv,
        "Bangladeshi"@swc,
        "Bangladeshi"@swh,
        "பங்களாதேஷ்"@ta,
        "బాంగ్లాదేష్"@te,
        "Bangladeshi"@teo,
        "บังกลาเทศ"@th,
        "ባንግላዲሽ"@ti,
        "Pengilātesi"@to,
        "Bangladeş"@tr,
        "Bangladeši"@twq,
        "Bangladic"@tzm,
        "Бангладеш"@uk,
        "بنگلہ دیش"@ur,
        "ꕑꕅꕞꗵꔼ"@vai,
        "Bhangiladɛ̀shi"@vai-Latn,
        "Bangladesh"@vi,
        "Bangladeshi"@vun,
        "Bangladeš"@wae,
        "Bangaladesi"@xog,
        "Paŋkalatɛs"@yav,
        "Orílẹ́ède Bángáládésì"@yo,
        "Bangladesh"@zsm,
        "i-Bangladesh"@zu ;
    lvont:label <http://lexvo.org/id/term/afr/Bangladesj>,
        <http://lexvo.org/id/term/agq/Ba%C5%8Bg%C9%A8%CC%80l%C3%A0d%C9%9B%CC%82>,
        <http://lexvo.org/id/term/aka/Banglad%C9%9Bhye>,
        <http://lexvo.org/id/term/amh/%E1%89%A3%E1%8A%95%E1%8C%8D%E1%88%8B%E1%8B%B2%E1%88%BD>,
        <http://lexvo.org/id/term/ara/%D8%A8%D9%86%D8%AC%D9%84%D8%A7%D8%AF%D9%8A%D8%B4>,
        <http://lexvo.org/id/term/asa/Bangladeshi>,
        <http://lexvo.org/id/term/ast/Bangladex>,
        <http://lexvo.org/id/term/aze/Banqlade%C5%9F>,
        <http://lexvo.org/id/term/bam/B%C9%9Bngilad%C9%9Bsi>,
        <http://lexvo.org/id/term/bas/B%C3%A0%C5%8Bgl%C3%A0d%C9%9B%CC%82s>,
        <http://lexvo.org/id/term/bel/%D0%91%D0%B0%D0%BD%D0%B3%D0%BB%D0%B0%D0%B4%D1%8D%D1%88>,
        <http://lexvo.org/id/term/ben/%E0%A6%AC%E0%A6%BE%E0%A6%82%E0%A6%B2%E0%A6%BE%E0%A6%A6%E0%A7%87%E0%A6%B6>,
        <http://lexvo.org/id/term/bez/Hubangaladeshi>,
        <http://lexvo.org/id/term/bod/%E0%BD%96%E0%BD%84%E0%BE%92%E0%BC%8B%E0%BD%A3%E0%BC%8B%E0%BD%91%E0%BD%BA%E0%BD%A4%E0%BC%8D>,
        <http://lexvo.org/id/term/bos-Cyrl/%D0%91%D0%B0%D0%BD%D0%B3%D0%BB%D0%B0%D0%B4%D0%B5%D1%88>,
        <http://lexvo.org/id/term/bos/Banglade%C5%A1>,
        <http://lexvo.org/id/term/bre/Bangladesh>,
        <http://lexvo.org/id/term/brx/%E0%A4%AC%E0%A4%82%E0%A4%97%E0%A4%B2%E0%A4%BE%E0%A4%A6%E0%A5%87%E0%A4%B6>,
        <http://lexvo.org/id/term/bul/%D0%91%D0%B0%D0%BD%D0%B3%D0%BB%D0%B0%D0%B4%D0%B5%D1%88>,
        <http://lexvo.org/id/term/cat/Bangla%20Desh>,
        <http://lexvo.org/id/term/ces/Banglad%C3%A9%C5%A1>,
        <http://lexvo.org/id/term/cgg/Bangaradeshi>,
        <http://lexvo.org/id/term/chr/%E1%8F%86%E1%8F%82%E1%8E%A6%E1%8E%B5%E1%8F%95%E1%8F%8D>,
        <http://lexvo.org/id/term/cmn-Hant/%E5%AD%9F%E5%8A%A0%E6%8B%89>,
        <http://lexvo.org/id/term/cmn/%E5%AD%9F%E5%8A%A0%E6%8B%89%E5%9B%BD>,
        <http://lexvo.org/id/term/cym/Bangladesh>,
        <http://lexvo.org/id/term/dan/Bangladesh>,
        <http://lexvo.org/id/term/dav/Bangladeshi>,
        <http://lexvo.org/id/term/deu/Bangladesch>,
        <http://lexvo.org/id/term/deu/Bangladesh>,
        <http://lexvo.org/id/term/dje/Banglade%C5%A1i>,
        <http://lexvo.org/id/term/dyo/Banglades>,
        <http://lexvo.org/id/term/dzo/%E0%BD%96%E0%BD%84%E0%BE%92%E0%BC%8B%E0%BD%A3%E0%BC%8B%E0%BD%91%E0%BD%BA%E0%BD%A4>,
        <http://lexvo.org/id/term/ebu/Bangladeshi>,
        <http://lexvo.org/id/term/ell/%CE%9C%CF%80%CE%B1%CE%BD%CE%B3%CE%BA%CE%BB%CE%B1%CE%BD%CF%84%CE%AD%CF%82>,
        <http://lexvo.org/id/term/eng-Dsrt/%F0%90%90%92%F0%90%90%AA%F0%90%91%8D%F0%90%91%80%F0%90%91%8A%F0%90%90%B2%F0%90%90%BC%F0%90%90%AF%F0%90%91%87>,
        <http://lexvo.org/id/term/eng/Bangladesh>,
        <http://lexvo.org/id/term/eng/ISO%203166-1%3ABD>,
        <http://lexvo.org/id/term/epo/Banglade%C5%9Do>,
        <http://lexvo.org/id/term/est/Bangladesh>,
        <http://lexvo.org/id/term/eus/Bangladesh>,
        <http://lexvo.org/id/term/ewe/Bangladesh%20nutome>,
        <http://lexvo.org/id/term/ewo/Bangalad%C9%9B%CC%81s>,
        <http://lexvo.org/id/term/fao/Bangladesj>,
        <http://lexvo.org/id/term/fas/%D8%A8%D9%86%DA%AF%D9%84%D8%A7%D8%AF%D8%B4>,
        <http://lexvo.org/id/term/fas/%D8%A8%D9%86%DA%AF%D9%84%D9%87%E2%80%8C%D8%AF%DB%8C%D8%B4>,
        <http://lexvo.org/id/term/fil/Bangladesh>,
        <http://lexvo.org/id/term/fin/Bangladesh>,
        <http://lexvo.org/id/term/fra/Bangladesh>,
        <http://lexvo.org/id/term/ful/Banglaadees>,
        <http://lexvo.org/id/term/fur/Bangladesh>,
        <http://lexvo.org/id/term/gla/Bangladais>,
        <http://lexvo.org/id/term/gle/An%20Bhanglaid%C3%A9is>,
        <http://lexvo.org/id/term/glg/Bangladesh>,
        <http://lexvo.org/id/term/gsw/Bangladesch>,
        <http://lexvo.org/id/term/guj/%E0%AA%AC%E0%AA%BE%E0%AA%82%E0%AA%97%E0%AB%8D%E0%AA%B2%E0%AA%BE%E0%AA%A6%E0%AB%87%E0%AA%B6>,
        <http://lexvo.org/id/term/guz/Bangladeshi>,
        <http://lexvo.org/id/term/hau/Bangiladas>,
        <http://lexvo.org/id/term/heb/%D7%91%D7%A0%D7%92%D7%9C%D7%93%D7%A9>,
        <http://lexvo.org/id/term/hin/%E0%A4%AC%E0%A4%BE%E0%A4%82%E0%A4%97%E0%A5%8D%E0%A4%B2%E0%A4%BE%E0%A4%A6%E0%A5%87%E0%A4%B6>,
        <http://lexvo.org/id/term/hrv/Banglade%C5%A1>,
        <http://lexvo.org/id/term/hun/Banglades>,
        <http://lexvo.org/id/term/hye/%D4%B2%D5%A1%D5%B6%D5%A3%D5%AC%D5%A1%D5%A4%D5%A5%D5%B7>,
        <http://lexvo.org/id/term/ina/Bangladesh>,
        <http://lexvo.org/id/term/ind/Bangladesh>,
        <http://lexvo.org/id/term/isl/Bangladess>,
        <http://lexvo.org/id/term/ita/Bangladesh>,
        <http://lexvo.org/id/term/jmc/Bangladeshi>,
        <http://lexvo.org/id/term/jpn/%E3%83%90%E3%83%B3%E3%82%B0%E3%83%A9%E3%83%87%E3%82%B7%E3%83%A5>,
        <http://lexvo.org/id/term/kab/Bangladac>,
        <http://lexvo.org/id/term/kal/Bangladesh>,
        <http://lexvo.org/id/term/kam/Bangladeshi>,
        <http://lexvo.org/id/term/kan/%E0%B2%AC%E0%B2%BE%E0%B2%82%E0%B2%97%E0%B3%8D%E0%B2%B2%E0%B2%BE%E0%B2%A6%E0%B3%87%E0%B2%B6%E0%B3%8D>,
        <http://lexvo.org/id/term/kas/%D8%A8%D9%8E%D9%86%D9%9B%DA%AF%D9%84%D8%A7%D8%AF%DB%8C%D8%B4>,
        <http://lexvo.org/id/term/kat/%E1%83%91%E1%83%90%E1%83%9C%E1%83%92%E1%83%9A%E1%83%90%E1%83%93%E1%83%94%E1%83%A8%E1%83%98>,
        <http://lexvo.org/id/term/kaz/%D0%91%D0%B0%D0%BD%D0%B3%D0%BB%D0%B0%D0%B4%D0%B5%D1%88>,
        <http://lexvo.org/id/term/kde/Bangladeshi>,
        <http://lexvo.org/id/term/kea/Bangladexi>,
        <http://lexvo.org/id/term/khm/%E1%9E%94%E1%9E%84%E1%9F%8B%E1%9E%80%E1%9F%92%E1%9E%9B%E1%9E%B6%E1%9E%8A%E1%9F%81%E1%9E%9F%E1%9F%92%E1%9E%A0>,
        <http://lexvo.org/id/term/khq/Banglade%C5%A1i>,
        <http://lexvo.org/id/term/kik/Bangladeshi>,
        <http://lexvo.org/id/term/kln/Emetab%20Bangladesh>,
        <http://lexvo.org/id/term/kor/%EB%B0%A9%EA%B8%80%EB%9D%BC%EB%8D%B0%EC%8B%9C>,
        <http://lexvo.org/id/term/ksb/Bangladeshi>,
        <http://lexvo.org/id/term/ksf/ba%C5%8Blad%C9%9B%CC%81c>,
        <http://lexvo.org/id/term/ksh/Bangladesch>,
        <http://lexvo.org/id/term/lag/Bangalad%C3%A9eshi>,
        <http://lexvo.org/id/term/lao/%E0%BA%9A%E0%BA%B1%E0%BA%87%E0%BA%81%E0%BA%B0%E0%BA%A5%E0%BA%B2%E0%BB%80%E0%BA%97%E0%BA%94>,
        <http://lexvo.org/id/term/lav/Banglade%C5%A1a>,
        <http://lexvo.org/id/term/lin/Bengalid%C9%9Bsi>,
        <http://lexvo.org/id/term/lit/Banglade%C5%A1as>,
        <http://lexvo.org/id/term/lub/Benguladeshi>,
        <http://lexvo.org/id/term/lug/Bangaladesi>,
        <http://lexvo.org/id/term/luo/Bangladesh>,
        <http://lexvo.org/id/term/luy/Bangladeshi>,
        <http://lexvo.org/id/term/mal/%E0%B4%AC%E0%B4%82%E0%B4%97%E0%B5%8D%E0%B4%B2%E0%B4%BE%E0%B4%A6%E0%B5%87%E0%B4%B6%E0%B5%8D>,
        <http://lexvo.org/id/term/mar/%E0%A4%AC%E0%A4%BE%E0%A4%82%E0%A4%97%E0%A5%8D%E0%A4%B2%E0%A4%BE%E0%A4%A6%E0%A5%87%E0%A4%B6>,
        <http://lexvo.org/id/term/mas/Bangladeshi>,
        <http://lexvo.org/id/term/mer/Bangiradeshi>,
        <http://lexvo.org/id/term/mfe/Banglades>,
        <http://lexvo.org/id/term/mkd/%D0%91%D0%B0%D0%BD%D0%B3%D0%BB%D0%B0%D0%B4%D0%B5%D1%88>,
        <http://lexvo.org/id/term/mlg/Bangladesy>,
        <http://lexvo.org/id/term/mlt/Bangladexx>,
        <http://lexvo.org/id/term/mua/bangladeshiya>,
        <http://lexvo.org/id/term/mya/%E1%80%98%E1%80%84%E1%80%BA%E1%80%B9%E1%80%82%E1%80%9C%E1%80%AC%E1%80%B8%E1%80%92%E1%80%B1%E1%80%B7%E1%80%9B%E1%80%BE%E1%80%BA>,
        <http://lexvo.org/id/term/naq/Banglades>,
        <http://lexvo.org/id/term/nde/Bhangiladeshi>,
        <http://lexvo.org/id/term/nep/%E0%A4%AC%E0%A4%99%E0%A5%8D%E0%A4%97%E0%A4%B2%E0%A4%BE%E0%A4%A6%E0%A5%87%E0%A4%B6>,
        <http://lexvo.org/id/term/nld/Bangladesh>,
        <http://lexvo.org/id/term/nmg/B%C9%9B%C5%8Bglad%C9%9Bsh>,
        <http://lexvo.org/id/term/nno/Bangladesh>,
        <http://lexvo.org/id/term/nob/Bangladesh>,
        <http://lexvo.org/id/term/nus/Bengeladiec>,
        <http://lexvo.org/id/term/nyn/Bangaradeshi>,
        <http://lexvo.org/id/term/ori/%E0%AC%AC%E0%AC%BE%E0%AC%99%E0%AD%8D%E0%AC%97%E0%AC%B2%E0%AC%BE%E0%AC%A6%E0%AD%87%E0%AC%B6%E0%AD%8D>,
        <http://lexvo.org/id/term/pol/Bangladesz>,
        <http://lexvo.org/id/term/por/Bangladesh>,
        <http://lexvo.org/id/term/pus/%D8%A8%D9%86%DA%AB%D9%84%D9%87%E2%80%8C%D8%AF%DB%8C%D8%B4>,
        <http://lexvo.org/id/term/rof/Bangladeshi>,
        <http://lexvo.org/id/term/roh/Bangladesch>,
        <http://lexvo.org/id/term/ron/Bangladesh>,
        <http://lexvo.org/id/term/run/Bangaladeshi>,
        <http://lexvo.org/id/term/rus/%D0%91%D0%B0%D0%BD%D0%B3%D0%BB%D0%B0%D0%B4%D0%B5%D1%88>,
        <http://lexvo.org/id/term/rwk/Bangladeshi>,
        <http://lexvo.org/id/term/sag/Benglad%C3%AAshi>,
        <http://lexvo.org/id/term/saq/Bangladeshi>,
        <http://lexvo.org/id/term/sbp/Bangiladeshi>,
        <http://lexvo.org/id/term/seh/Bangladesh>,
        <http://lexvo.org/id/term/ses/Banglade%C5%A1i>,
        <http://lexvo.org/id/term/shi-Latn/bangladic>,
        <http://lexvo.org/id/term/shi/%E2%B4%B1%E2%B4%B0%E2%B5%8F%E2%B4%B3%E2%B5%8D%E2%B4%B0%E2%B4%B7%E2%B5%89%E2%B5%9B>,
        <http://lexvo.org/id/term/sin/%E0%B6%B6%E0%B6%82%E0%B6%9C%E0%B6%BD%E0%B7%92%E0%B6%AF%E0%B7%9A%E0%B7%81%E0%B6%BA>,
        <http://lexvo.org/id/term/slk/Banglad%C3%A9%C5%A1>,
        <http://lexvo.org/id/term/slv/Banglade%C5%A1>,
        <http://lexvo.org/id/term/sme/Bangladesh>,
        <http://lexvo.org/id/term/sna/Bangladeshi>,
        <http://lexvo.org/id/term/som/Bangaaladheesh>,
        <http://lexvo.org/id/term/spa/Bangladesh>,
        <http://lexvo.org/id/term/srp-Latn/Banglade%C5%A1>,
        <http://lexvo.org/id/term/srp/%D0%91%D0%B0%D0%BD%D0%B3%D0%BB%D0%B0%D0%B4%D0%B5%D1%88>,
        <http://lexvo.org/id/term/swc/Bangladeshi>,
        <http://lexvo.org/id/term/swe/Bangladesh>,
        <http://lexvo.org/id/term/swh/Bangladeshi>,
        <http://lexvo.org/id/term/tam/%E0%AE%AA%E0%AE%99%E0%AF%8D%E0%AE%95%E0%AE%B3%E0%AE%BE%E0%AE%A4%E0%AF%87%E0%AE%B7%E0%AF%8D>,
        <http://lexvo.org/id/term/tel/%E0%B0%AC%E0%B0%BE%E0%B0%82%E0%B0%97%E0%B1%8D%E0%B0%B2%E0%B0%BE%E0%B0%A6%E0%B1%87%E0%B0%B7%E0%B1%8D>,
        <http://lexvo.org/id/term/teo/Bangladeshi>,
        <http://lexvo.org/id/term/tha/%E0%B8%9A%E0%B8%B1%E0%B8%87%E0%B8%81%E0%B8%A5%E0%B8%B2%E0%B9%80%E0%B8%97%E0%B8%A8>,
        <http://lexvo.org/id/term/tir/%E1%89%A3%E1%8A%95%E1%8C%8D%E1%88%8B%E1%8B%B2%E1%88%BD>,
        <http://lexvo.org/id/term/ton/Pengil%C4%81tesi>,
        <http://lexvo.org/id/term/tur/Banglade%C5%9F>,
        <http://lexvo.org/id/term/twq/Banglade%C5%A1i>,
        <http://lexvo.org/id/term/tzm/Bangladic>,
        <http://lexvo.org/id/term/ukr/%D0%91%D0%B0%D0%BD%D0%B3%D0%BB%D0%B0%D0%B4%D0%B5%D1%88>,
        <http://lexvo.org/id/term/urd/%D8%A8%D9%86%DA%AF%D9%84%DB%81%20%D8%AF%DB%8C%D8%B4>,
        <http://lexvo.org/id/term/vai-Latn/Bhangilad%C9%9B%CC%80shi>,
        <http://lexvo.org/id/term/vai/%EA%95%91%EA%95%85%EA%95%9E%EA%97%B5%EA%94%BC>,
        <http://lexvo.org/id/term/vie/Bangladesh>,
        <http://lexvo.org/id/term/vun/Bangladeshi>,
        <http://lexvo.org/id/term/wae/Banglade%C5%A1>,
        <http://lexvo.org/id/term/xog/Bangaladesi>,
        <http://lexvo.org/id/term/yav/Pa%C5%8Bkalat%C9%9Bs>,
        <http://lexvo.org/id/term/yor/Or%C3%ADl%E1%BA%B9%CC%81%C3%A8de%20B%C3%A1ng%C3%A1l%C3%A1d%C3%A9s%C3%AC>,
        <http://lexvo.org/id/term/zsm/Bangladesh>,
        <http://lexvo.org/id/term/zul/i-Bangladesh> ;
    owl:sameAs <http://psi.oasis-open.org/iso/3166/#050>,
        <http://sws.geonames.org/1210997/> .

<http://lexvo.org/id/iso3166/BE> a lvont:GeographicRegion ;
    rdfs:label "België"@af,
        "Bɛɛdzwùm"@agq,
        "Bɛlgyium"@ak,
        "ቤልጄም"@am,
        "بلجيكا"@ar,
        "Ubelgiji"@asa,
        "Bélxica"@ast,
        "Belçika"@az,
        "Bɛlgyùm"@bas,
        "Бельгія"@be,
        "Huubelgiji"@bez,
        "Белгия"@bg,
        "Bɛliziki"@bm,
        "বেলজিয়াম"@bn,
        "བེལ་ཇི་ཡམ།"@bo,
        "Belgia"@br,
        "बेल्जियम"@brx,
        "Belgija"@bs,
        "Белгија"@bs-Cyrl,
        "ቤልጄም"@byn,
        "Bèlgica"@ca,
        "Bubirigi"@cgg,
        "ᏇᎵᏥᎥᎻ"@chr,
        "比利时"@cmn,
        "比利時"@cmn-Hant,
        "Belgie"@cs,
        "Gwlad Belg"@cy,
        "Belgien"@da,
        "Ubelgiji"@dav,
        "Belgien"@de,
        "Belgiiki"@dje,
        "Belsik"@dyo,
        "བྷེལ་ཇམ"@dz,
        "Ubelgiji"@ebu,
        "Belgium nutome"@ee,
        "Βέλγιο"@el,
        "Belgium"@en,
        "ISO 3166-1:BE"@en,
        "𐐒𐐯𐑊𐐾𐐲𐑋"@en-Dsrt,
        "Belgujo"@eo,
        "Bélgica"@es,
        "Belgia"@et,
        "Belgika"@eu,
        "Bɛləhíg"@ewo,
        "بلجیم"@fa,
        "بلژیک"@fa,
        "Beljik"@ff,
        "Belgia"@fi,
        "Belgium"@fil,
        "Belgia"@fo,
        "Belgique"@fr,
        "Belgjiche"@fur,
        "An Bheilg"@ga,
        "A' Bheilg"@gd,
        "Bélxica"@gl,
        "Belgie"@gsw,
        "બેલ્જીયમ"@gu,
        "Ubelgiji"@guz,
        "Belgiyom"@ha,
        "בלגיה"@he,
        "बेल्जियम"@hi,
        "Belgija"@hr,
        "Belgium"@hu,
        "Բելգիա"@hy,
        "Belgica"@ia,
        "Belgia"@id,
        "Belgía"@is,
        "Belgio"@it,
        "ベルギー"@ja,
        "Ubelgiji"@jmc,
        "ბელგია"@ka,
        "Belǧik"@kab,
        "Ubelgiji"@kam,
        "Ubelgidi"@kde,
        "Béljika"@kea,
        "Belgiiki"@khq,
        "Ubelgiji"@ki,
        "Бельгия"@kk,
        "Belgia"@kl,
        "Emetab Belgium"@kln,
        "បែលហ្ស៉ិក"@km,
        "ಬೆಲ್ಜಿಯಮ್"@kn,
        "벨기에"@ko,
        "بیٛلجِیَم"@ks,
        "bɛljík"@ksf,
        "Bellje"@ksh,
        "Ʉbeligíiji"@lag,
        "Bubirigi"@lg,
        "Beleziki"@ln,
        "ເບວຢຽມ"@lo,
        "Belgija"@lt,
        "Belejiki"@lu,
        "Belgium"@luo,
        "Ubelgiji"@luy,
        "Beļģija"@lv,
        "Ubelgiji"@mas,
        "Beronjiamu"@mer,
        "Belzik"@mfe,
        "Belzika"@mg,
        "Белгија"@mk,
        "ബെൽജിയം"@ml,
        "बेल्जियम"@mr,
        "Belġju"@mt,
        "belgika"@mua,
        "ဘယ်လ်ဂျီယမ်"@my,
        "Belgiummi"@naq,
        "Belgia"@nb,
        "Bhelgium"@nd,
        "बेल्जियम"@ne,
        "België"@nl,
        "Bɛlgik"@nmg,
        "Belgia"@nn,
        "Be̱lgim"@nus,
        "Bubirigi"@nyn,
        "ବେଲଜିୟମ୍"@or,
        "Belgia"@pl,
        "Bélgica"@pt,
        "Belgia"@rm,
        "Ububiligi"@rn,
        "Belgia"@ro,
        "Ubelgiji"@rof,
        "Бельгия"@ru,
        "Ubelgiji"@rwk,
        "Ubelgiji"@saq,
        "Ubeligiji"@sbp,
        "Belgia"@se,
        "Bélgica"@seh,
        "Belgiiki"@ses,
        "Bêleze, Belezîki"@sg,
        "ⴱⵍⵊⵉⴽⴰ"@shi,
        "bljika"@shi-Latn,
        "බෙල්ජියම"@si,
        "Belgicko"@sk,
        "Belgija"@sl,
        "Beljium"@sn,
        "Biljam"@so,
        "Belgjikë"@sq,
        "Белгија"@sr,
        "Belgija"@sr-Latn,
        "Belgien"@sv,
        "Ubelgiji"@swc,
        "Ubelgiji"@swh,
        "பெல்ஜியம்"@ta,
        "బెల్జియం"@te,
        "Ubelgiji"@teo,
        "เบลเยียม"@th,
        "ቤልጄም"@ti,
        "ቤልጄም"@tig,
        "Pelesiume"@to,
        "Belçika"@tr,
        "Belgiiki"@twq,
        "Beljika"@tzm,
        "Бельгія"@uk,
        "بیلجیم"@ur,
        "ꗩꕀꗚꘋ"@vai,
        "Bhɛgiyɔŋ"@vai-Latn,
        "Bỉ"@vi,
        "Ubelgiji"@vun,
        "Belgie"@wae,
        "ቤልጄም"@wal,
        "Bubirigi"@xog,
        "Pɛlsíik"@yav,
        "Orílẹ́ède Bégíọ́mù"@yo,
        "Belgium"@zsm,
        "i-Belgium"@zu ;
    lvont:label <http://lexvo.org/id/term/afr/Belgi%C3%AB>,
        <http://lexvo.org/id/term/agq/B%C9%9B%C9%9Bdzw%C3%B9m>,
        <http://lexvo.org/id/term/aka/B%C9%9Blgyium>,
        <http://lexvo.org/id/term/amh/%E1%89%A4%E1%88%8D%E1%8C%84%E1%88%9D>,
        <http://lexvo.org/id/term/ara/%D8%A8%D9%84%D8%AC%D9%8A%D9%83%D8%A7>,
        <http://lexvo.org/id/term/asa/Ubelgiji>,
        <http://lexvo.org/id/term/ast/B%C3%A9lxica>,
        <http://lexvo.org/id/term/aze/Bel%C3%A7ika>,
        <http://lexvo.org/id/term/bam/B%C9%9Bliziki>,
        <http://lexvo.org/id/term/bas/B%C9%9Blgy%C3%B9m>,
        <http://lexvo.org/id/term/bel/%D0%91%D0%B5%D0%BB%D1%8C%D0%B3%D1%96%D1%8F>,
        <http://lexvo.org/id/term/ben/%E0%A6%AC%E0%A7%87%E0%A6%B2%E0%A6%9C%E0%A6%BF%E0%A6%AF%E0%A6%BC%E0%A6%BE%E0%A6%AE>,
        <http://lexvo.org/id/term/bez/Huubelgiji>,
        <http://lexvo.org/id/term/bod/%E0%BD%96%E0%BD%BA%E0%BD%A3%E0%BC%8B%E0%BD%87%E0%BD%B2%E0%BC%8B%E0%BD%A1%E0%BD%98%E0%BC%8D>,
        <http://lexvo.org/id/term/bos-Cyrl/%D0%91%D0%B5%D0%BB%D0%B3%D0%B8%D1%98%D0%B0>,
        <http://lexvo.org/id/term/bos/Belgija>,
        <http://lexvo.org/id/term/bre/Belgia>,
        <http://lexvo.org/id/term/brx/%E0%A4%AC%E0%A5%87%E0%A4%B2%E0%A5%8D%E0%A4%9C%E0%A4%BF%E0%A4%AF%E0%A4%AE>,
        <http://lexvo.org/id/term/bul/%D0%91%D0%B5%D0%BB%D0%B3%D0%B8%D1%8F>,
        <http://lexvo.org/id/term/byn/%E1%89%A4%E1%88%8D%E1%8C%84%E1%88%9D>,
        <http://lexvo.org/id/term/cat/B%C3%A8lgica>,
        <http://lexvo.org/id/term/ces/Belgie>,
        <http://lexvo.org/id/term/cgg/Bubirigi>,
        <http://lexvo.org/id/term/chr/%E1%8F%87%E1%8E%B5%E1%8F%A5%E1%8E%A5%E1%8E%BB>,
        <http://lexvo.org/id/term/cmn-Hant/%E6%AF%94%E5%88%A9%E6%99%82>,
        <http://lexvo.org/id/term/cmn/%E6%AF%94%E5%88%A9%E6%97%B6>,
        <http://lexvo.org/id/term/cym/Gwlad%20Belg>,
        <http://lexvo.org/id/term/dan/Belgien>,
        <http://lexvo.org/id/term/dav/Ubelgiji>,
        <http://lexvo.org/id/term/deu/Belgien>,
        <http://lexvo.org/id/term/dje/Belgiiki>,
        <http://lexvo.org/id/term/dyo/Belsik>,
        <http://lexvo.org/id/term/dzo/%E0%BD%96%E0%BE%B7%E0%BD%BA%E0%BD%A3%E0%BC%8B%E0%BD%87%E0%BD%98>,
        <http://lexvo.org/id/term/ebu/Ubelgiji>,
        <http://lexvo.org/id/term/ell/%CE%92%CE%AD%CE%BB%CE%B3%CE%B9%CE%BF>,
        <http://lexvo.org/id/term/eng-Dsrt/%F0%90%90%92%F0%90%90%AF%F0%90%91%8A%F0%90%90%BE%F0%90%90%B2%F0%90%91%8B>,
        <http://lexvo.org/id/term/eng/Belgium>,
        <http://lexvo.org/id/term/eng/ISO%203166-1%3ABE>,
        <http://lexvo.org/id/term/epo/Belgujo>,
        <http://lexvo.org/id/term/est/Belgia>,
        <http://lexvo.org/id/term/eus/Belgika>,
        <http://lexvo.org/id/term/ewe/Belgium%20nutome>,
        <http://lexvo.org/id/term/ewo/B%C9%9Bl%C9%99h%C3%ADg>,
        <http://lexvo.org/id/term/fao/Belgia>,
        <http://lexvo.org/id/term/fas/%D8%A8%D9%84%D8%AC%DB%8C%D9%85>,
        <http://lexvo.org/id/term/fas/%D8%A8%D9%84%DA%98%DB%8C%DA%A9>,
        <http://lexvo.org/id/term/fil/Belgium>,
        <http://lexvo.org/id/term/fin/Belgia>,
        <http://lexvo.org/id/term/fra/Belgique>,
        <http://lexvo.org/id/term/ful/Beljik>,
        <http://lexvo.org/id/term/fur/Belgjiche>,
        <http://lexvo.org/id/term/gla/A'%20Bheilg>,
        <http://lexvo.org/id/term/gle/An%20Bheilg>,
        <http://lexvo.org/id/term/glg/B%C3%A9lxica>,
        <http://lexvo.org/id/term/gsw/Belgie>,
        <http://lexvo.org/id/term/guj/%E0%AA%AC%E0%AB%87%E0%AA%B2%E0%AB%8D%E0%AA%9C%E0%AB%80%E0%AA%AF%E0%AA%AE>,
        <http://lexvo.org/id/term/guz/Ubelgiji>,
        <http://lexvo.org/id/term/hau/Belgiyom>,
        <http://lexvo.org/id/term/heb/%D7%91%D7%9C%D7%92%D7%99%D7%94>,
        <http://lexvo.org/id/term/hin/%E0%A4%AC%E0%A5%87%E0%A4%B2%E0%A5%8D%E0%A4%9C%E0%A4%BF%E0%A4%AF%E0%A4%AE>,
        <http://lexvo.org/id/term/hrv/Belgija>,
        <http://lexvo.org/id/term/hun/Belgium>,
        <http://lexvo.org/id/term/hye/%D4%B2%D5%A5%D5%AC%D5%A3%D5%AB%D5%A1>,
        <http://lexvo.org/id/term/ina/Belgica>,
        <http://lexvo.org/id/term/ind/Belgia>,
        <http://lexvo.org/id/term/isl/Belg%C3%ADa>,
        <http://lexvo.org/id/term/ita/Belgio>,
        <http://lexvo.org/id/term/jmc/Ubelgiji>,
        <http://lexvo.org/id/term/jpn/%E3%83%99%E3%83%AB%E3%82%AE%E3%83%BC>,
        <http://lexvo.org/id/term/kab/Bel%C7%A7ik>,
        <http://lexvo.org/id/term/kal/Belgia>,
        <http://lexvo.org/id/term/kam/Ubelgiji>,
        <http://lexvo.org/id/term/kan/%E0%B2%AC%E0%B3%86%E0%B2%B2%E0%B3%8D%E0%B2%9C%E0%B2%BF%E0%B2%AF%E0%B2%AE%E0%B3%8D>,
        <http://lexvo.org/id/term/kas/%D8%A8%DB%8C%D9%9B%D9%84%D8%AC%D9%90%DB%8C%D9%8E%D9%85>,
        <http://lexvo.org/id/term/kat/%E1%83%91%E1%83%94%E1%83%9A%E1%83%92%E1%83%98%E1%83%90>,
        <http://lexvo.org/id/term/kaz/%D0%91%D0%B5%D0%BB%D1%8C%D0%B3%D0%B8%D1%8F>,
        <http://lexvo.org/id/term/kde/Ubelgidi>,
        <http://lexvo.org/id/term/kea/B%C3%A9ljika>,
        <http://lexvo.org/id/term/khm/%E1%9E%94%E1%9F%82%E1%9E%9B%E1%9E%A0%E1%9F%92%E1%9E%9F%E1%9F%89%E1%9E%B7%E1%9E%80>,
        <http://lexvo.org/id/term/khq/Belgiiki>,
        <http://lexvo.org/id/term/kik/Ubelgiji>,
        <http://lexvo.org/id/term/kln/Emetab%20Belgium>,
        <http://lexvo.org/id/term/kor/%EB%B2%A8%EA%B8%B0%EC%97%90>,
        <http://lexvo.org/id/term/ksf/b%C9%9Blj%C3%ADk>,
        <http://lexvo.org/id/term/ksh/Bellje>,
        <http://lexvo.org/id/term/lag/%C9%84belig%C3%ADiji>,
        <http://lexvo.org/id/term/lao/%E0%BB%80%E0%BA%9A%E0%BA%A7%E0%BA%A2%E0%BA%BD%E0%BA%A1>,
        <http://lexvo.org/id/term/lav/Be%C4%BC%C4%A3ija>,
        <http://lexvo.org/id/term/lin/Beleziki>,
        <http://lexvo.org/id/term/lit/Belgija>,
        <http://lexvo.org/id/term/lub/Belejiki>,
        <http://lexvo.org/id/term/lug/Bubirigi>,
        <http://lexvo.org/id/term/luo/Belgium>,
        <http://lexvo.org/id/term/luy/Ubelgiji>,
        <http://lexvo.org/id/term/mal/%E0%B4%AC%E0%B5%86%E0%B5%BD%E0%B4%9C%E0%B4%BF%E0%B4%AF%E0%B4%82>,
        <http://lexvo.org/id/term/mar/%E0%A4%AC%E0%A5%87%E0%A4%B2%E0%A5%8D%E0%A4%9C%E0%A4%BF%E0%A4%AF%E0%A4%AE>,
        <http://lexvo.org/id/term/mas/Ubelgiji>,
        <http://lexvo.org/id/term/mer/Beronjiamu>,
        <http://lexvo.org/id/term/mfe/Belzik>,
        <http://lexvo.org/id/term/mkd/%D0%91%D0%B5%D0%BB%D0%B3%D0%B8%D1%98%D0%B0>,
        <http://lexvo.org/id/term/mlg/Belzika>,
        <http://lexvo.org/id/term/mlt/Bel%C4%A1ju>,
        <http://lexvo.org/id/term/mua/belgika>,
        <http://lexvo.org/id/term/mya/%E1%80%98%E1%80%9A%E1%80%BA%E1%80%9C%E1%80%BA%E1%80%82%E1%80%BB%E1%80%AE%E1%80%9A%E1%80%99%E1%80%BA>,
        <http://lexvo.org/id/term/naq/Belgiummi>,
        <http://lexvo.org/id/term/nde/Bhelgium>,
        <http://lexvo.org/id/term/nep/%E0%A4%AC%E0%A5%87%E0%A4%B2%E0%A5%8D%E0%A4%9C%E0%A4%BF%E0%A4%AF%E0%A4%AE>,
        <http://lexvo.org/id/term/nld/Belgi%C3%AB>,
        <http://lexvo.org/id/term/nmg/B%C9%9Blgik>,
        <http://lexvo.org/id/term/nno/Belgia>,
        <http://lexvo.org/id/term/nob/Belgia>,
        <http://lexvo.org/id/term/nus/Be%CC%B1lgim>,
        <http://lexvo.org/id/term/nyn/Bubirigi>,
        <http://lexvo.org/id/term/ori/%E0%AC%AC%E0%AD%87%E0%AC%B2%E0%AC%9C%E0%AC%BF%E0%AD%9F%E0%AC%AE%E0%AD%8D>,
        <http://lexvo.org/id/term/pol/Belgia>,
        <http://lexvo.org/id/term/por/B%C3%A9lgica>,
        <http://lexvo.org/id/term/rof/Ubelgiji>,
        <http://lexvo.org/id/term/roh/Belgia>,
        <http://lexvo.org/id/term/ron/Belgia>,
        <http://lexvo.org/id/term/run/Ububiligi>,
        <http://lexvo.org/id/term/rus/%D0%91%D0%B5%D0%BB%D1%8C%D0%B3%D0%B8%D1%8F>,
        <http://lexvo.org/id/term/rwk/Ubelgiji>,
        <http://lexvo.org/id/term/sag/B%C3%AAleze%2C%20Belez%C3%AEki>,
        <http://lexvo.org/id/term/saq/Ubelgiji>,
        <http://lexvo.org/id/term/sbp/Ubeligiji>,
        <http://lexvo.org/id/term/seh/B%C3%A9lgica>,
        <http://lexvo.org/id/term/ses/Belgiiki>,
        <http://lexvo.org/id/term/shi-Latn/bljika>,
        <http://lexvo.org/id/term/shi/%E2%B4%B1%E2%B5%8D%E2%B5%8A%E2%B5%89%E2%B4%BD%E2%B4%B0>,
        <http://lexvo.org/id/term/sin/%E0%B6%B6%E0%B7%99%E0%B6%BD%E0%B7%8A%E0%B6%A2%E0%B7%92%E0%B6%BA%E0%B6%B8>,
        <http://lexvo.org/id/term/slk/Belgicko>,
        <http://lexvo.org/id/term/slv/Belgija>,
        <http://lexvo.org/id/term/sme/Belgia>,
        <http://lexvo.org/id/term/sna/Beljium>,
        <http://lexvo.org/id/term/som/Biljam>,
        <http://lexvo.org/id/term/spa/B%C3%A9lgica>,
        <http://lexvo.org/id/term/sqi/Belgjik%C3%AB>,
        <http://lexvo.org/id/term/srp-Latn/Belgija>,
        <http://lexvo.org/id/term/srp/%D0%91%D0%B5%D0%BB%D0%B3%D0%B8%D1%98%D0%B0>,
        <http://lexvo.org/id/term/swc/Ubelgiji>,
        <http://lexvo.org/id/term/swe/Belgien>,
        <http://lexvo.org/id/term/swh/Ubelgiji>,
        <http://lexvo.org/id/term/tam/%E0%AE%AA%E0%AF%86%E0%AE%B2%E0%AF%8D%E0%AE%9C%E0%AE%BF%E0%AE%AF%E0%AE%AE%E0%AF%8D>,
        <http://lexvo.org/id/term/tel/%E0%B0%AC%E0%B1%86%E0%B0%B2%E0%B1%8D%E0%B0%9C%E0%B0%BF%E0%B0%AF%E0%B0%82>,
        <http://lexvo.org/id/term/teo/Ubelgiji>,
        <http://lexvo.org/id/term/tha/%E0%B9%80%E0%B8%9A%E0%B8%A5%E0%B9%80%E0%B8%A2%E0%B8%B5%E0%B8%A2%E0%B8%A1>,
        <http://lexvo.org/id/term/tig/%E1%89%A4%E1%88%8D%E1%8C%84%E1%88%9D>,
        <http://lexvo.org/id/term/tir/%E1%89%A4%E1%88%8D%E1%8C%84%E1%88%9D>,
        <http://lexvo.org/id/term/ton/Pelesiume>,
        <http://lexvo.org/id/term/tur/Bel%C3%A7ika>,
        <http://lexvo.org/id/term/twq/Belgiiki>,
        <http://lexvo.org/id/term/tzm/Beljika>,
        <http://lexvo.org/id/term/ukr/%D0%91%D0%B5%D0%BB%D1%8C%D0%B3%D1%96%D1%8F>,
        <http://lexvo.org/id/term/urd/%D8%A8%DB%8C%D9%84%D8%AC%DB%8C%D9%85>,
        <http://lexvo.org/id/term/vai-Latn/Bh%C9%9Bgiy%C9%94%C5%8B>,
        <http://lexvo.org/id/term/vai/%EA%97%A9%EA%95%80%EA%97%9A%EA%98%8B>,
        <http://lexvo.org/id/term/vie/B%E1%BB%89>,
        <http://lexvo.org/id/term/vun/Ubelgiji>,
        <http://lexvo.org/id/term/wae/Belgie>,
        <http://lexvo.org/id/term/wal/%E1%89%A4%E1%88%8D%E1%8C%84%E1%88%9D>,
        <http://lexvo.org/id/term/xog/Bubirigi>,
        <http://lexvo.org/id/term/yav/P%C9%9Bls%C3%ADik>,
        <http://lexvo.org/id/term/yor/Or%C3%ADl%E1%BA%B9%CC%81%C3%A8de%20B%C3%A9g%C3%AD%E1%BB%8D%CC%81m%C3%B9>,
        <http://lexvo.org/id/term/zsm/Belgium>,
        <http://lexvo.org/id/term/zul/i-Belgium> ;
    owl:sameAs <http://psi.oasis-open.org/iso/3166/#056>,
        <http://sws.geonames.org/2802361/> .

<http://lexvo.org/id/iso3166/BF> a lvont:GeographicRegion ;
    rdfs:label "Boerkina Fasso"@af,
        "Bùkinà Fasò"@agq,
        "Bɔkina Faso"@ak,
        "ቡርኪና ፋሶ"@am,
        "بوركينا فاسو"@ar,
        "Bukinafatho"@asa,
        "Burkina Fasu"@ast,
        "Burkina Faso"@az,
        "Bùrkìnà Fasò"@bas,
        "Буркіна-Фасо"@be,
        "Hubukinafaso"@bez,
        "Буркина Фасо"@bg,
        "Burukina Faso"@bm,
        "বুরকিনা ফাসো"@bn,
        "བརཀི་ན། ཕསོ།"@bo,
        "Burkina Faso"@br,
        "बुर्किना फासो"@brx,
        "Burkina Faso"@bs,
        "Буркина Фасо"@bs-Cyrl,
        "Burkina Faso"@ca,
        "Bokina Faso"@cgg,
        "ᏋᎩᎾ ᏩᏐ"@chr,
        "布基纳法索"@cmn,
        "布基納法索"@cmn-Hant,
        "Burkina Faso"@cs,
        "Burkina Faso"@cy,
        "Burkina Faso"@da,
        "Bukinafaso"@dav,
        "Burkina Faso"@de,
        "Burkina faso"@dje,
        "Burukiina Faso"@dyo,
        "བྷར་ཀི་ན་ ཕེ་སོ"@dz,
        "Bukinafaso"@ebu,
        "Burkina Faso nutome"@ee,
        "Μπουρκίνα Φάσο"@el,
        "Burkina Faso"@en,
        "ISO 3166-1:BF"@en,
        "𐐒𐐲𐑉𐐿𐐩𐑌𐐲 𐐙𐐰𐑅𐐬"@en-Dsrt,
        "Burkino"@eo,
        "Burkina Faso"@es,
        "Burkina Faso"@et,
        "Burkina Faso"@eu,
        "Buləkiná Fasó"@ewo,
        "بورکینافاسو"@fa,
        "Burkibaa Faaso"@ff,
        "Burkina Faso"@fi,
        "Burkina Faso"@fil,
        "Burkina Faso"@fo,
        "Burkina Faso"@fr,
        "Burkina Faso"@fur,
        "Buircíne Fasó"@ga,
        "Buirciona Faso"@gd,
        "Burkina Faso"@gl,
        "Burkina Faaso"@gsw,
        "બુર્કિના ફાસો"@gu,
        "Bukinafaso"@guz,
        "Burkina Faso"@ha,
        "בורקינה פאסו"@he,
        "बुर्किना फ़ासो"@hi,
        "Burkina Faso"@hr,
        "Burkina Faso"@hu,
        "Բուրկինա Ֆասո"@hy,
        "Burkina Faso"@ia,
        "Burkina Faso"@id,
        "Búrkína Fasó"@is,
        "Burkina Faso"@it,
        "ブルキナファソ"@ja,
        "Mbulukína Fásɔ"@jgo,
        "Bukinafaso"@jmc,
        "ბურკინა-ფასო"@ka,
        "Burkina Fasu"@kab,
        "Bukinafaso"@kam,
        "Buchinafaso"@kde,
        "Burkina Fasu"@kea,
        "Burkina faso"@khq,
        "Bukinafaso"@ki,
        "Burkina Faso"@kl,
        "Emetab Burkina Faso"@kln,
        "ប៊ូរគីណាហ្វាសូ"@km,
        "ಬುರ್ಕಿನಾ ಫಾಸೋ"@kn,
        "부르키나파소"@ko,
        "بُرکِنا فیسو"@ks,
        "Bukinafaso"@ksb,
        "bukína fǝ́ asɔ"@ksf,
        "Bukkinna-Faase"@ksh,
        "Bukinafáaso"@lag,
        "Burukina Faso"@lg,
        "Bukina Faso"@ln,
        "ເບີກິນາຟາໂຊ"@lo,
        "Burkina Fasas"@lt,
        "Bukinafaso"@lu,
        "Burkina Faso"@luo,
        "Bukinafaso"@luy,
        "Burkinafaso"@lv,
        "Bukinafaso"@mas,
        "Bukinafaso"@mer,
        "Burkina Faso"@mfe,
        "Borkina Faso"@mg,
        "Буркина Фасо"@mk,
        "ബുർക്കിനാ ഫാസോ"@ml,
        "बुर्किना फासो"@mr,
        "Burkina Faso"@mt,
        "burkina Faso"@mua,
        "Burkina Fasob"@naq,
        "Burkina Faso"@nb,
        "Bhukina Faso"@nd,
        "बर्किना फासो"@ne,
        "Burkina Faso"@nl,
        "Burkina Faso"@nmg,
        "Burkina Faso"@nn,
        "Burkinɛ pa̱thu"@nus,
        "Bokina Faso"@nyn,
        "ବୁର୍କିନୋ ଫାସୋ"@or,
        "Burkina Faso"@pl,
        "Burquina Faso"@pt,
        "Burkina Faso"@rm,
        "Burukina Faso"@rn,
        "Burkina Faso"@ro,
        "Bukinafaso"@rof,
        "Буркина Фасо"@ru,
        "Bukinafaso"@rwk,
        "Bukinafaso"@saq,
        "Bukinafaso"@sbp,
        "Burkina Faso"@se,
        "Burquina Faso"@seh,
        "Burkina faso"@ses,
        "Burkina Faso"@sg,
        "ⴱⵓⵔⴽⵉⵏⴰ ⴼⴰⵙⵓ"@shi,
        "burkina fasu"@shi-Latn,
        "බර්කිනා ෆාසෝ"@si,
        "Burkina Faso"@sk,
        "Burkina Faso"@sl,
        "Bukinafaso"@sn,
        "Burkiina Faaso"@so,
        "Буркина Фасо"@sr,
        "Burkina Faso"@sr-Latn,
        "Burkina Faso"@sv,
        "Bukinafaso"@swc,
        "Bukinafaso"@swh,
        "புர்கினா ஃபாஸோ"@ta,
        "బుర్కినా ఫాసో"@te,
        "Bukinafaso"@teo,
        "บูร์กินาฟาโซ"@th,
        "ቡርኪና ፋሶ"@ti,
        "Pekano Faso"@to,
        "Burkina Faso"@tr,
        "Burkina faso"@twq,
        "Burkina Fasu"@tzm,
        "Буркіна-Фасо"@uk,
        "برکینا فاسو"@ur,
        "ꕷꕃꕯ ꕘꖇ"@vai,
        "Bhokina Fáso"@vai-Latn,
        "Burkina Faso"@vi,
        "Bukinafaso"@vun,
        "Burkina Faso"@wae,
        "Burukina Faso"@xog,
        "Pulikínafásó"@yav,
        "Orílẹ́ède Bùùkíná Fasò"@yo,
        "Burkina Faso"@zsm,
        "i-Burkina Faso"@zu ;
    lvont:label <http://lexvo.org/id/term/afr/Boerkina%20Fasso>,
        <http://lexvo.org/id/term/agq/B%C3%B9kin%C3%A0%20Fas%C3%B2>,
        <http://lexvo.org/id/term/aka/B%C9%94kina%20Faso>,
        <http://lexvo.org/id/term/amh/%E1%89%A1%E1%88%AD%E1%8A%AA%E1%8A%93%20%E1%8D%8B%E1%88%B6>,
        <http://lexvo.org/id/term/ara/%D8%A8%D9%88%D8%B1%D9%83%D9%8A%D9%86%D8%A7%20%D9%81%D8%A7%D8%B3%D9%88>,
        <http://lexvo.org/id/term/asa/Bukinafatho>,
        <http://lexvo.org/id/term/ast/Burkina%20Fasu>,
        <http://lexvo.org/id/term/aze/Burkina%20Faso>,
        <http://lexvo.org/id/term/bam/Burukina%20Faso>,
        <http://lexvo.org/id/term/bas/B%C3%B9rk%C3%ACn%C3%A0%20Fas%C3%B2>,
        <http://lexvo.org/id/term/bel/%D0%91%D1%83%D1%80%D0%BA%D1%96%D0%BD%D0%B0-%D0%A4%D0%B0%D1%81%D0%BE>,
        <http://lexvo.org/id/term/ben/%E0%A6%AC%E0%A7%81%E0%A6%B0%E0%A6%95%E0%A6%BF%E0%A6%A8%E0%A6%BE%20%E0%A6%AB%E0%A6%BE%E0%A6%B8%E0%A7%8B>,
        <http://lexvo.org/id/term/bez/Hubukinafaso>,
        <http://lexvo.org/id/term/bod/%E0%BD%96%E0%BD%A2%E0%BD%80%E0%BD%B2%E0%BC%8B%E0%BD%93%E0%BC%8D%20%E0%BD%95%E0%BD%A6%E0%BD%BC%E0%BC%8D>,
        <http://lexvo.org/id/term/bos-Cyrl/%D0%91%D1%83%D1%80%D0%BA%D0%B8%D0%BD%D0%B0%20%D0%A4%D0%B0%D1%81%D0%BE>,
        <http://lexvo.org/id/term/bos/Burkina%20Faso>,
        <http://lexvo.org/id/term/bre/Burkina%20Faso>,
        <http://lexvo.org/id/term/brx/%E0%A4%AC%E0%A5%81%E0%A4%B0%E0%A5%8D%E0%A4%95%E0%A4%BF%E0%A4%A8%E0%A4%BE%20%E0%A4%AB%E0%A4%BE%E0%A4%B8%E0%A5%8B>,
        <http://lexvo.org/id/term/bul/%D0%91%D1%83%D1%80%D0%BA%D0%B8%D0%BD%D0%B0%20%D0%A4%D0%B0%D1%81%D0%BE>,
        <http://lexvo.org/id/term/cat/Burkina%20Faso>,
        <http://lexvo.org/id/term/ces/Burkina%20Faso>,
        <http://lexvo.org/id/term/cgg/Bokina%20Faso>,
        <http://lexvo.org/id/term/chr/%E1%8F%8B%E1%8E%A9%E1%8E%BE%20%E1%8F%A9%E1%8F%90>,
        <http://lexvo.org/id/term/cmn-Hant/%E5%B8%83%E5%9F%BA%E7%B4%8D%E6%B3%95%E7%B4%A2>,
        <http://lexvo.org/id/term/cmn/%E5%B8%83%E5%9F%BA%E7%BA%B3%E6%B3%95%E7%B4%A2>,
        <http://lexvo.org/id/term/cym/Burkina%20Faso>,
        <http://lexvo.org/id/term/dan/Burkina%20Faso>,
        <http://lexvo.org/id/term/dav/Bukinafaso>,
        <http://lexvo.org/id/term/deu/Burkina%20Faso>,
        <http://lexvo.org/id/term/dje/Burkina%20faso>,
        <http://lexvo.org/id/term/dyo/Burukiina%20Faso>,
        <http://lexvo.org/id/term/dzo/%E0%BD%96%E0%BE%B7%E0%BD%A2%E0%BC%8B%E0%BD%80%E0%BD%B2%E0%BC%8B%E0%BD%93%E0%BC%8B%20%E0%BD%95%E0%BD%BA%E0%BC%8B%E0%BD%A6%E0%BD%BC>,
        <http://lexvo.org/id/term/ebu/Bukinafaso>,
        <http://lexvo.org/id/term/ell/%CE%9C%CF%80%CE%BF%CF%85%CF%81%CE%BA%CE%AF%CE%BD%CE%B1%20%CE%A6%CE%AC%CF%83%CE%BF>,
        <http://lexvo.org/id/term/eng-Dsrt/%F0%90%90%92%F0%90%90%B2%F0%90%91%89%F0%90%90%BF%F0%90%90%A9%F0%90%91%8C%F0%90%90%B2%20%F0%90%90%99%F0%90%90%B0%F0%90%91%85%F0%90%90%AC>,
        <http://lexvo.org/id/term/eng/Burkina%20Faso>,
        <http://lexvo.org/id/term/eng/ISO%203166-1%3ABF>,
        <http://lexvo.org/id/term/epo/Burkino>,
        <http://lexvo.org/id/term/est/Burkina%20Faso>,
        <http://lexvo.org/id/term/eus/Burkina%20Faso>,
        <http://lexvo.org/id/term/ewe/Burkina%20Faso%20nutome>,
        <http://lexvo.org/id/term/ewo/Bul%C9%99kin%C3%A1%20Fas%C3%B3>,
        <http://lexvo.org/id/term/fao/Burkina%20Faso>,
        <http://lexvo.org/id/term/fas/%D8%A8%D9%88%D8%B1%DA%A9%DB%8C%D9%86%D8%A7%D9%81%D8%A7%D8%B3%D9%88>,
        <http://lexvo.org/id/term/fil/Burkina%20Faso>,
        <http://lexvo.org/id/term/fin/Burkina%20Faso>,
        <http://lexvo.org/id/term/fra/Burkina%20Faso>,
        <http://lexvo.org/id/term/ful/Burkibaa%20Faaso>,
        <http://lexvo.org/id/term/fur/Burkina%20Faso>,
        <http://lexvo.org/id/term/gla/Buirciona%20Faso>,
        <http://lexvo.org/id/term/gle/Buirc%C3%ADne%20Fas%C3%B3>,
        <http://lexvo.org/id/term/glg/Burkina%20Faso>,
        <http://lexvo.org/id/term/gsw/Burkina%20Faaso>,
        <http://lexvo.org/id/term/guj/%E0%AA%AC%E0%AB%81%E0%AA%B0%E0%AB%8D%E0%AA%95%E0%AA%BF%E0%AA%A8%E0%AA%BE%20%E0%AA%AB%E0%AA%BE%E0%AA%B8%E0%AB%8B>,
        <http://lexvo.org/id/term/guz/Bukinafaso>,
        <http://lexvo.org/id/term/hau/Burkina%20Faso>,
        <http://lexvo.org/id/term/heb/%D7%91%D7%95%D7%A8%D7%A7%D7%99%D7%A0%D7%94%20%D7%A4%D7%90%D7%A1%D7%95>,
        <http://lexvo.org/id/term/hin/%E0%A4%AC%E0%A5%81%E0%A4%B0%E0%A5%8D%E0%A4%95%E0%A4%BF%E0%A4%A8%E0%A4%BE%20%E0%A4%AB%E0%A4%BC%E0%A4%BE%E0%A4%B8%E0%A5%8B>,
        <http://lexvo.org/id/term/hrv/Burkina%20Faso>,
        <http://lexvo.org/id/term/hun/Burkina%20Faso>,
        <http://lexvo.org/id/term/hye/%D4%B2%D5%B8%D6%82%D6%80%D5%AF%D5%AB%D5%B6%D5%A1%20%D5%96%D5%A1%D5%BD%D5%B8>,
        <http://lexvo.org/id/term/ina/Burkina%20Faso>,
        <http://lexvo.org/id/term/ind/Burkina%20Faso>,
        <http://lexvo.org/id/term/isl/B%C3%BArk%C3%ADna%20Fas%C3%B3>,
        <http://lexvo.org/id/term/ita/Burkina%20Faso>,
        <http://lexvo.org/id/term/jgo/Mbuluk%C3%ADna%20F%C3%A1s%C9%94>,
        <http://lexvo.org/id/term/jmc/Bukinafaso>,
        <http://lexvo.org/id/term/jpn/%E3%83%96%E3%83%AB%E3%82%AD%E3%83%8A%E3%83%95%E3%82%A1%E3%82%BD>,
        <http://lexvo.org/id/term/kab/Burkina%20Fasu>,
        <http://lexvo.org/id/term/kal/Burkina%20Faso>,
        <http://lexvo.org/id/term/kam/Bukinafaso>,
        <http://lexvo.org/id/term/kan/%E0%B2%AC%E0%B3%81%E0%B2%B0%E0%B3%8D%E0%B2%95%E0%B2%BF%E0%B2%A8%E0%B2%BE%20%E0%B2%AB%E0%B2%BE%E0%B2%B8%E0%B3%8B>,
        <http://lexvo.org/id/term/kas/%D8%A8%D9%8F%D8%B1%DA%A9%D9%90%D9%86%D8%A7%20%D9%81%DB%8C%D8%B3%D9%88>,
        <http://lexvo.org/id/term/kat/%E1%83%91%E1%83%A3%E1%83%A0%E1%83%99%E1%83%98%E1%83%9C%E1%83%90-%E1%83%A4%E1%83%90%E1%83%A1%E1%83%9D>,
        <http://lexvo.org/id/term/kde/Buchinafaso>,
        <http://lexvo.org/id/term/kea/Burkina%20Fasu>,
        <http://lexvo.org/id/term/khm/%E1%9E%94%E1%9F%8A%E1%9E%BC%E1%9E%9A%E1%9E%82%E1%9E%B8%E1%9E%8E%E1%9E%B6%E1%9E%A0%E1%9F%92%E1%9E%9C%E1%9E%B6%E1%9E%9F%E1%9E%BC>,
        <http://lexvo.org/id/term/khq/Burkina%20faso>,
        <http://lexvo.org/id/term/kik/Bukinafaso>,
        <http://lexvo.org/id/term/kln/Emetab%20Burkina%20Faso>,
        <http://lexvo.org/id/term/kor/%EB%B6%80%EB%A5%B4%ED%82%A4%EB%82%98%ED%8C%8C%EC%86%8C>,
        <http://lexvo.org/id/term/ksb/Bukinafaso>,
        <http://lexvo.org/id/term/ksf/buk%C3%ADna%20f%C7%9D%CC%81%20as%C9%94>,
        <http://lexvo.org/id/term/ksh/Bukkinna-Faase>,
        <http://lexvo.org/id/term/lag/Bukinaf%C3%A1aso>,
        <http://lexvo.org/id/term/lao/%E0%BB%80%E0%BA%9A%E0%BA%B5%E0%BA%81%E0%BA%B4%E0%BA%99%E0%BA%B2%E0%BA%9F%E0%BA%B2%E0%BB%82%E0%BA%8A>,
        <http://lexvo.org/id/term/lav/Burkinafaso>,
        <http://lexvo.org/id/term/lin/Bukina%20Faso>,
        <http://lexvo.org/id/term/lit/Burkina%20Fasas>,
        <http://lexvo.org/id/term/lub/Bukinafaso>,
        <http://lexvo.org/id/term/lug/Burukina%20Faso>,
        <http://lexvo.org/id/term/luo/Burkina%20Faso>,
        <http://lexvo.org/id/term/luy/Bukinafaso>,
        <http://lexvo.org/id/term/mal/%E0%B4%AC%E0%B5%81%E0%B5%BC%E0%B4%95%E0%B5%8D%E0%B4%95%E0%B4%BF%E0%B4%A8%E0%B4%BE%20%E0%B4%AB%E0%B4%BE%E0%B4%B8%E0%B5%8B>,
        <http://lexvo.org/id/term/mar/%E0%A4%AC%E0%A5%81%E0%A4%B0%E0%A5%8D%E0%A4%95%E0%A4%BF%E0%A4%A8%E0%A4%BE%20%E0%A4%AB%E0%A4%BE%E0%A4%B8%E0%A5%8B>,
        <http://lexvo.org/id/term/mas/Bukinafaso>,
        <http://lexvo.org/id/term/mer/Bukinafaso>,
        <http://lexvo.org/id/term/mfe/Burkina%20Faso>,
        <http://lexvo.org/id/term/mkd/%D0%91%D1%83%D1%80%D0%BA%D0%B8%D0%BD%D0%B0%20%D0%A4%D0%B0%D1%81%D0%BE>,
        <http://lexvo.org/id/term/mlg/Borkina%20Faso>,
        <http://lexvo.org/id/term/mlt/Burkina%20Faso>,
        <http://lexvo.org/id/term/mua/burkina%20Faso>,
        <http://lexvo.org/id/term/naq/Burkina%20Fasob>,
        <http://lexvo.org/id/term/nde/Bhukina%20Faso>,
        <http://lexvo.org/id/term/nep/%E0%A4%AC%E0%A4%B0%E0%A5%8D%E0%A4%95%E0%A4%BF%E0%A4%A8%E0%A4%BE%20%E0%A4%AB%E0%A4%BE%E0%A4%B8%E0%A5%8B>,
        <http://lexvo.org/id/term/nld/Burkina%20Faso>,
        <http://lexvo.org/id/term/nmg/Burkina%20Faso>,
        <http://lexvo.org/id/term/nno/Burkina%20Faso>,
        <http://lexvo.org/id/term/nob/Burkina%20Faso>,
        <http://lexvo.org/id/term/nus/Burkin%C9%9B%20pa%CC%B1thu>,
        <http://lexvo.org/id/term/nyn/Bokina%20Faso>,
        <http://lexvo.org/id/term/ori/%E0%AC%AC%E0%AD%81%E0%AC%B0%E0%AD%8D%E0%AC%95%E0%AC%BF%E0%AC%A8%E0%AD%8B%20%E0%AC%AB%E0%AC%BE%E0%AC%B8%E0%AD%8B>,
        <http://lexvo.org/id/term/pol/Burkina%20Faso>,
        <http://lexvo.org/id/term/por/Burquina%20Faso>,
        <http://lexvo.org/id/term/rof/Bukinafaso>,
        <http://lexvo.org/id/term/roh/Burkina%20Faso>,
        <http://lexvo.org/id/term/ron/Burkina%20Faso>,
        <http://lexvo.org/id/term/run/Burukina%20Faso>,
        <http://lexvo.org/id/term/rus/%D0%91%D1%83%D1%80%D0%BA%D0%B8%D0%BD%D0%B0%20%D0%A4%D0%B0%D1%81%D0%BE>,
        <http://lexvo.org/id/term/rwk/Bukinafaso>,
        <http://lexvo.org/id/term/sag/Burkina%20Faso>,
        <http://lexvo.org/id/term/saq/Bukinafaso>,
        <http://lexvo.org/id/term/sbp/Bukinafaso>,
        <http://lexvo.org/id/term/seh/Burquina%20Faso>,
        <http://lexvo.org/id/term/ses/Burkina%20faso>,
        <http://lexvo.org/id/term/shi-Latn/burkina%20fasu>,
        <http://lexvo.org/id/term/shi/%E2%B4%B1%E2%B5%93%E2%B5%94%E2%B4%BD%E2%B5%89%E2%B5%8F%E2%B4%B0%20%E2%B4%BC%E2%B4%B0%E2%B5%99%E2%B5%93>,
        <http://lexvo.org/id/term/sin/%E0%B6%B6%E0%B6%BB%E0%B7%8A%E0%B6%9A%E0%B7%92%E0%B6%B1%E0%B7%8F%20%E0%B7%86%E0%B7%8F%E0%B7%83%E0%B7%9D>,
        <http://lexvo.org/id/term/slk/Burkina%20Faso>,
        <http://lexvo.org/id/term/slv/Burkina%20Faso>,
        <http://lexvo.org/id/term/sme/Burkina%20Faso>,
        <http://lexvo.org/id/term/sna/Bukinafaso>,
        <http://lexvo.org/id/term/som/Burkiina%20Faaso>,
        <http://lexvo.org/id/term/spa/Burkina%20Faso>,
        <http://lexvo.org/id/term/srp-Latn/Burkina%20Faso>,
        <http://lexvo.org/id/term/srp/%D0%91%D1%83%D1%80%D0%BA%D0%B8%D0%BD%D0%B0%20%D0%A4%D0%B0%D1%81%D0%BE>,
        <http://lexvo.org/id/term/swc/Bukinafaso>,
        <http://lexvo.org/id/term/swe/Burkina%20Faso>,
        <http://lexvo.org/id/term/swh/Bukinafaso>,
        <http://lexvo.org/id/term/tam/%E0%AE%AA%E0%AF%81%E0%AE%B0%E0%AF%8D%E0%AE%95%E0%AE%BF%E0%AE%A9%E0%AE%BE%20%E0%AE%83%E0%AE%AA%E0%AE%BE%E0%AE%B8%E0%AF%8B>,
        <http://lexvo.org/id/term/tel/%E0%B0%AC%E0%B1%81%E0%B0%B0%E0%B1%8D%E0%B0%95%E0%B0%BF%E0%B0%A8%E0%B0%BE%20%E0%B0%AB%E0%B0%BE%E0%B0%B8%E0%B1%8B>,
        <http://lexvo.org/id/term/teo/Bukinafaso>,
        <http://lexvo.org/id/term/tha/%E0%B8%9A%E0%B8%B9%E0%B8%A3%E0%B9%8C%E0%B8%81%E0%B8%B4%E0%B8%99%E0%B8%B2%E0%B8%9F%E0%B8%B2%E0%B9%82%E0%B8%8B>,
        <http://lexvo.org/id/term/tir/%E1%89%A1%E1%88%AD%E1%8A%AA%E1%8A%93%20%E1%8D%8B%E1%88%B6>,
        <http://lexvo.org/id/term/ton/Pekano%20Faso>,
        <http://lexvo.org/id/term/tur/Burkina%20Faso>,
        <http://lexvo.org/id/term/twq/Burkina%20faso>,
        <http://lexvo.org/id/term/tzm/Burkina%20Fasu>,
        <http://lexvo.org/id/term/ukr/%D0%91%D1%83%D1%80%D0%BA%D1%96%D0%BD%D0%B0-%D0%A4%D0%B0%D1%81%D0%BE>,
        <http://lexvo.org/id/term/urd/%D8%A8%D8%B1%DA%A9%DB%8C%D9%86%D8%A7%20%D9%81%D8%A7%D8%B3%D9%88>,
        <http://lexvo.org/id/term/vai-Latn/Bhokina%20F%C3%A1so>,
        <http://lexvo.org/id/term/vai/%EA%95%B7%EA%95%83%EA%95%AF%20%EA%95%98%EA%96%87>,
        <http://lexvo.org/id/term/vie/Burkina%20Faso>,
        <http://lexvo.org/id/term/vun/Bukinafaso>,
        <http://lexvo.org/id/term/wae/Burkina%20Faso>,
        <http://lexvo.org/id/term/xog/Burukina%20Faso>,
        <http://lexvo.org/id/term/yav/Pulik%C3%ADnaf%C3%A1s%C3%B3>,
        <http://lexvo.org/id/term/yor/Or%C3%ADl%E1%BA%B9%CC%81%C3%A8de%20B%C3%B9%C3%B9k%C3%ADn%C3%A1%20Fas%C3%B2>,
        <http://lexvo.org/id/term/zsm/Burkina%20Faso>,
        <http://lexvo.org/id/term/zul/i-Burkina%20Faso> ;
    owl:sameAs <http://psi.oasis-open.org/iso/3166/#854>,
        <http://sws.geonames.org/2361809/> .

<http://lexvo.org/id/iso3166/BG> a lvont:GeographicRegion ;
    rdfs:label "Bulgarye"@af,
        "Bùugɛlìa"@agq,
        "Bɔlgeria"@ak,
        "ቡልጌሪያ"@am,
        "بلغاريا"@ar,
        "Bulgaria"@asa,
        "Bulgaria"@ast,
        "Bolqariya"@az,
        "Bùlgarìà"@bas,
        "Балгарыя"@be,
        "Hubulgaria"@bez,
        "България"@bg,
        "Buligari"@bm,
        "বুলগেরিয়া"@bn,
        "བུལ་ག་རི་ཡ།"@bo,
        "Bulgaria"@br,
        "बल्गैरिया"@brx,
        "Bugarska"@bs,
        "Бугарска"@bs-Cyrl,
        "ቡልጌሪያ"@byn,
        "Bulgària"@ca,
        "Burugariya"@cgg,
        "ᏊᎵᎨᎵᎠ"@chr,
        "保加利亚"@cmn,
        "保加利亞"@cmn-Hant,
        "Bulharsko"@cs,
        "Bwlgaria"@cy,
        "Bulgarien"@da,
        "Bulgaria"@dav,
        "Bulgarien"@de,
        "Bulgaari"@dje,
        "Bulgari"@dyo,
        "བུལ་ག་རི་ཡ"@dz,
        "Bulgaria"@ebu,
        "Bulgaria nutome"@ee,
        "Βουλγαρία"@el,
        "Bulgaria"@en,
        "ISO 3166-1:BG"@en,
        "𐐒𐐲𐑊𐑀𐐯𐑉𐐨𐐲"@en-Dsrt,
        "Bulgarujo"@eo,
        "Bulgaria"@es,
        "Bulgaaria"@et,
        "Bulgaria"@eu,
        "Buləgarí"@ewo,
        "بلغارستان"@fa,
        "بلغاریا"@fa,
        "Bulgarii"@ff,
        "Bulgaria"@fi,
        "Bulgaria"@fil,
        "Bulgaria"@fo,
        "Bulgarie"@fr,
        "Bulgarie"@fur,
        "An Bhulgáir"@ga,
        "A' Bhulgair"@gd,
        "Bulgaria"@gl,
        "Bulgaarie"@gsw,
        "બલ્ગેરિયા"@gu,
        "Bulgaria"@guz,
        "Bulgariya"@ha,
        "בולגריה"@he,
        "बुल्गारिया"@hi,
        "Bugarska"@hr,
        "Bulgária"@hu,
        "Բուլղարիա"@hy,
        "Bulgaria"@ia,
        "Bulgaria"@id,
        "Búlgaría"@is,
        "Bulgaria"@it,
        "ブルガリア"@ja,
        "Bulgaria"@jmc,
        "ბულგარეთი"@ka,
        "Bulgari"@kab,
        "Bulgaria"@kam,
        "Bulgalia"@kde,
        "Bulgaria"@kea,
        "Bulgaari"@khq,
        "Bulgaria"@ki,
        "Болгария"@kk,
        "Bulgaria"@kl,
        "Emetab Bulgaria"@kln,
        "ប៊ុលហ្គារី"@km,
        "ಬಲ್ಗೇರಿಯಾ"@kn,
        "불가리아"@ko,
        "بَلجیرِیا"@ks,
        "Bulgalia"@ksb,
        "bulgarí"@ksf,
        "Bulljaarije"@ksh,
        "Buligaría"@lag,
        "Bulugariya"@lg,
        "Biligari"@ln,
        "ບັງກາເລຍ"@lo,
        "Bulgarija"@lt,
        "Biligari"@lu,
        "Bulgaria"@luo,
        "Bulgaria"@luy,
        "Bulgārija"@lv,
        "Bulgaria"@mas,
        "Bulgaria"@mer,
        "Bilgari"@mfe,
        "Biolgaria"@mg,
        "Бугарија"@mk,
        "ബൾഗേറിയ"@ml,
        "बल्गेरिया"@mr,
        "Bulgarija"@mt,
        "bulgariya"@mua,
        "ဘူဂေးရီးယား"@my,
        "Bulgariab"@naq,
        "Bulgaria"@nb,
        "Bhulgariya"@nd,
        "बल्गेरिया"@ne,
        "Bulgarije"@nl,
        "Bulgaria"@nmg,
        "Bulgaria"@nn,
        "Bulga̱a̱ria"@nus,
        "Burugariya"@nyn,
        "ବୁଲଗେରିଆ"@or,
        "Bułgaria"@pl,
        "بلغاریه"@ps,
        "Bulgária"@pt,
        "Bulgaria"@rm,
        "Buligariya"@rn,
        "Bulgaria"@ro,
        "Bulgaria"@rof,
        "Болгария"@ru,
        "Bulgaria"@rwk,
        "Bulgaria"@saq,
        "Buligaliya"@sbp,
        "Bulgária"@se,
        "Bulgária"@seh,
        "Bulgaari"@ses,
        "Bulugarïi"@sg,
        "ⴱⵍⵖⴰⵔⵢⴰ"@shi,
        "blɣara"@shi-Latn,
        "බල්ගේරියාව"@si,
        "Bulharsko"@sk,
        "Bolgarija"@sl,
        "Bulgaria"@sn,
        "Bulgaariya"@so,
        "Bullgari"@sq,
        "Бугарска"@sr,
        "Bugarska"@sr-Latn,
        "Bulgarien"@sv,
        "Bulgaria"@swc,
        "Bulgaria"@swh,
        "பல்கேரியா"@ta,
        "బల్గేరియా"@te,
        "Bulgaria"@teo,
        "บัลแกเรีย"@th,
        "ቡልጌሪያ"@ti,
        "ቡልጌሪያ"@tig,
        "Pokalia"@to,
        "Bulgaristan"@tr,
        "Bulgaari"@twq,
        "Belɣarya"@tzm,
        "Болгарія"@uk,
        "بلغاریہ"@ur,
        "ꗂꔠꔸꕩ"@vai,
        "Bhɔgeriya"@vai-Latn,
        "Bungari"@vi,
        "Bulgaria"@vun,
        "Bulgarie"@wae,
        "ቡልጌሪያ"@wal,
        "Bulugariya"@xog,
        "Pulukalíi"@yav,
        "Orílẹ́ède Bùùgáríà"@yo,
        "Bulgaria"@zsm,
        "i-Bulgaria"@zu ;
    lvont:label <http://lexvo.org/id/term/afr/Bulgarye>,
        <http://lexvo.org/id/term/agq/B%C3%B9ug%C9%9Bl%C3%ACa>,
        <http://lexvo.org/id/term/aka/B%C9%94lgeria>,
        <http://lexvo.org/id/term/amh/%E1%89%A1%E1%88%8D%E1%8C%8C%E1%88%AA%E1%8B%AB>,
        <http://lexvo.org/id/term/ara/%D8%A8%D9%84%D8%BA%D8%A7%D8%B1%D9%8A%D8%A7>,
        <http://lexvo.org/id/term/asa/Bulgaria>,
        <http://lexvo.org/id/term/ast/Bulgaria>,
        <http://lexvo.org/id/term/aze/Bolqariya>,
        <http://lexvo.org/id/term/bam/Buligari>,
        <http://lexvo.org/id/term/bas/B%C3%B9lgar%C3%AC%C3%A0>,
        <http://lexvo.org/id/term/bel/%D0%91%D0%B0%D0%BB%D0%B3%D0%B0%D1%80%D1%8B%D1%8F>,
        <http://lexvo.org/id/term/ben/%E0%A6%AC%E0%A7%81%E0%A6%B2%E0%A6%97%E0%A7%87%E0%A6%B0%E0%A6%BF%E0%A6%AF%E0%A6%BC%E0%A6%BE>,
        <http://lexvo.org/id/term/bez/Hubulgaria>,
        <http://lexvo.org/id/term/bod/%E0%BD%96%E0%BD%B4%E0%BD%A3%E0%BC%8B%E0%BD%82%E0%BC%8B%E0%BD%A2%E0%BD%B2%E0%BC%8B%E0%BD%A1%E0%BC%8D>,
        <http://lexvo.org/id/term/bos-Cyrl/%D0%91%D1%83%D0%B3%D0%B0%D1%80%D1%81%D0%BA%D0%B0>,
        <http://lexvo.org/id/term/bos/Bugarska>,
        <http://lexvo.org/id/term/bre/Bulgaria>,
        <http://lexvo.org/id/term/brx/%E0%A4%AC%E0%A4%B2%E0%A5%8D%E0%A4%97%E0%A5%88%E0%A4%B0%E0%A4%BF%E0%A4%AF%E0%A4%BE>,
        <http://lexvo.org/id/term/bul/%D0%91%D1%8A%D0%BB%D0%B3%D0%B0%D1%80%D0%B8%D1%8F>,
        <http://lexvo.org/id/term/byn/%E1%89%A1%E1%88%8D%E1%8C%8C%E1%88%AA%E1%8B%AB>,
        <http://lexvo.org/id/term/cat/Bulg%C3%A0ria>,
        <http://lexvo.org/id/term/ces/Bulharsko>,
        <http://lexvo.org/id/term/cgg/Burugariya>,
        <http://lexvo.org/id/term/chr/%E1%8F%8A%E1%8E%B5%E1%8E%A8%E1%8E%B5%E1%8E%A0>,
        <http://lexvo.org/id/term/cmn-Hant/%E4%BF%9D%E5%8A%A0%E5%88%A9%E4%BA%9E>,
        <http://lexvo.org/id/term/cmn/%E4%BF%9D%E5%8A%A0%E5%88%A9%E4%BA%9A>,
        <http://lexvo.org/id/term/cym/Bwlgaria>,
        <http://lexvo.org/id/term/dan/Bulgarien>,
        <http://lexvo.org/id/term/dav/Bulgaria>,
        <http://lexvo.org/id/term/deu/Bulgarien>,
        <http://lexvo.org/id/term/dje/Bulgaari>,
        <http://lexvo.org/id/term/dyo/Bulgari>,
        <http://lexvo.org/id/term/dzo/%E0%BD%96%E0%BD%B4%E0%BD%A3%E0%BC%8B%E0%BD%82%E0%BC%8B%E0%BD%A2%E0%BD%B2%E0%BC%8B%E0%BD%A1>,
        <http://lexvo.org/id/term/ebu/Bulgaria>,
        <http://lexvo.org/id/term/ell/%CE%92%CE%BF%CF%85%CE%BB%CE%B3%CE%B1%CF%81%CE%AF%CE%B1>,
        <http://lexvo.org/id/term/eng-Dsrt/%F0%90%90%92%F0%90%90%B2%F0%90%91%8A%F0%90%91%80%F0%90%90%AF%F0%90%91%89%F0%90%90%A8%F0%90%90%B2>,
        <http://lexvo.org/id/term/eng/Bulgaria>,
        <http://lexvo.org/id/term/eng/ISO%203166-1%3ABG>,
        <http://lexvo.org/id/term/epo/Bulgarujo>,
        <http://lexvo.org/id/term/est/Bulgaaria>,
        <http://lexvo.org/id/term/eus/Bulgaria>,
        <http://lexvo.org/id/term/ewe/Bulgaria%20nutome>,
        <http://lexvo.org/id/term/ewo/Bul%C9%99gar%C3%AD>,
        <http://lexvo.org/id/term/fao/Bulgaria>,
        <http://lexvo.org/id/term/fas/%D8%A8%D9%84%D8%BA%D8%A7%D8%B1%D8%B3%D8%AA%D8%A7%D9%86>,
        <http://lexvo.org/id/term/fas/%D8%A8%D9%84%D8%BA%D8%A7%D8%B1%DB%8C%D8%A7>,
        <http://lexvo.org/id/term/fil/Bulgaria>,
        <http://lexvo.org/id/term/fin/Bulgaria>,
        <http://lexvo.org/id/term/fra/Bulgarie>,
        <http://lexvo.org/id/term/ful/Bulgarii>,
        <http://lexvo.org/id/term/fur/Bulgarie>,
        <http://lexvo.org/id/term/gla/A'%20Bhulgair>,
        <http://lexvo.org/id/term/gle/An%20Bhulg%C3%A1ir>,
        <http://lexvo.org/id/term/glg/Bulgaria>,
        <http://lexvo.org/id/term/gsw/Bulgaarie>,
        <http://lexvo.org/id/term/guj/%E0%AA%AC%E0%AA%B2%E0%AB%8D%E0%AA%97%E0%AB%87%E0%AA%B0%E0%AA%BF%E0%AA%AF%E0%AA%BE>,
        <http://lexvo.org/id/term/guz/Bulgaria>,
        <http://lexvo.org/id/term/hau/Bulgariya>,
        <http://lexvo.org/id/term/heb/%D7%91%D7%95%D7%9C%D7%92%D7%A8%D7%99%D7%94>,
        <http://lexvo.org/id/term/hin/%E0%A4%AC%E0%A5%81%E0%A4%B2%E0%A5%8D%E0%A4%97%E0%A4%BE%E0%A4%B0%E0%A4%BF%E0%A4%AF%E0%A4%BE>,
        <http://lexvo.org/id/term/hrv/Bugarska>,
        <http://lexvo.org/id/term/hun/Bulg%C3%A1ria>,
        <http://lexvo.org/id/term/hye/%D4%B2%D5%B8%D6%82%D5%AC%D5%B2%D5%A1%D6%80%D5%AB%D5%A1>,
        <http://lexvo.org/id/term/ina/Bulgaria>,
        <http://lexvo.org/id/term/ind/Bulgaria>,
        <http://lexvo.org/id/term/isl/B%C3%BAlgar%C3%ADa>,
        <http://lexvo.org/id/term/ita/Bulgaria>,
        <http://lexvo.org/id/term/jmc/Bulgaria>,
        <http://lexvo.org/id/term/jpn/%E3%83%96%E3%83%AB%E3%82%AC%E3%83%AA%E3%82%A2>,
        <http://lexvo.org/id/term/kab/Bulgari>,
        <http://lexvo.org/id/term/kal/Bulgaria>,
        <http://lexvo.org/id/term/kam/Bulgaria>,
        <http://lexvo.org/id/term/kan/%E0%B2%AC%E0%B2%B2%E0%B3%8D%E0%B2%97%E0%B3%87%E0%B2%B0%E0%B2%BF%E0%B2%AF%E0%B2%BE>,
        <http://lexvo.org/id/term/kas/%D8%A8%D9%8E%D9%84%D8%AC%DB%8C%D8%B1%D9%90%DB%8C%D8%A7>,
        <http://lexvo.org/id/term/kat/%E1%83%91%E1%83%A3%E1%83%9A%E1%83%92%E1%83%90%E1%83%A0%E1%83%94%E1%83%97%E1%83%98>,
        <http://lexvo.org/id/term/kaz/%D0%91%D0%BE%D0%BB%D0%B3%D0%B0%D1%80%D0%B8%D1%8F>,
        <http://lexvo.org/id/term/kde/Bulgalia>,
        <http://lexvo.org/id/term/kea/Bulgaria>,
        <http://lexvo.org/id/term/khm/%E1%9E%94%E1%9F%8A%E1%9E%BB%E1%9E%9B%E1%9E%A0%E1%9F%92%E1%9E%82%E1%9E%B6%E1%9E%9A%E1%9E%B8>,
        <http://lexvo.org/id/term/khq/Bulgaari>,
        <http://lexvo.org/id/term/kik/Bulgaria>,
        <http://lexvo.org/id/term/kln/Emetab%20Bulgaria>,
        <http://lexvo.org/id/term/kor/%EB%B6%88%EA%B0%80%EB%A6%AC%EC%95%84>,
        <http://lexvo.org/id/term/ksb/Bulgalia>,
        <http://lexvo.org/id/term/ksf/bulgar%C3%AD>,
        <http://lexvo.org/id/term/ksh/Bulljaarije>,
        <http://lexvo.org/id/term/lag/Buligar%C3%ADa>,
        <http://lexvo.org/id/term/lao/%E0%BA%9A%E0%BA%B1%E0%BA%87%E0%BA%81%E0%BA%B2%E0%BB%80%E0%BA%A5%E0%BA%8D>,
        <http://lexvo.org/id/term/lav/Bulg%C4%81rija>,
        <http://lexvo.org/id/term/lin/Biligari>,
        <http://lexvo.org/id/term/lit/Bulgarija>,
        <http://lexvo.org/id/term/lub/Biligari>,
        <http://lexvo.org/id/term/lug/Bulugariya>,
        <http://lexvo.org/id/term/luo/Bulgaria>,
        <http://lexvo.org/id/term/luy/Bulgaria>,
        <http://lexvo.org/id/term/mal/%E0%B4%AC%E0%B5%BE%E0%B4%97%E0%B5%87%E0%B4%B1%E0%B4%BF%E0%B4%AF>,
        <http://lexvo.org/id/term/mar/%E0%A4%AC%E0%A4%B2%E0%A5%8D%E0%A4%97%E0%A5%87%E0%A4%B0%E0%A4%BF%E0%A4%AF%E0%A4%BE>,
        <http://lexvo.org/id/term/mas/Bulgaria>,
        <http://lexvo.org/id/term/mer/Bulgaria>,
        <http://lexvo.org/id/term/mfe/Bilgari>,
        <http://lexvo.org/id/term/mkd/%D0%91%D1%83%D0%B3%D0%B0%D1%80%D0%B8%D1%98%D0%B0>,
        <http://lexvo.org/id/term/mlg/Biolgaria>,
        <http://lexvo.org/id/term/mlt/Bulgarija>,
        <http://lexvo.org/id/term/mua/bulgariya>,
        <http://lexvo.org/id/term/mya/%E1%80%98%E1%80%B0%E1%80%82%E1%80%B1%E1%80%B8%E1%80%9B%E1%80%AE%E1%80%B8%E1%80%9A%E1%80%AC%E1%80%B8>,
        <http://lexvo.org/id/term/naq/Bulgariab>,
        <http://lexvo.org/id/term/nde/Bhulgariya>,
        <http://lexvo.org/id/term/nep/%E0%A4%AC%E0%A4%B2%E0%A5%8D%E0%A4%97%E0%A5%87%E0%A4%B0%E0%A4%BF%E0%A4%AF%E0%A4%BE>,
        <http://lexvo.org/id/term/nld/Bulgarije>,
        <http://lexvo.org/id/term/nmg/Bulgaria>,
        <http://lexvo.org/id/term/nno/Bulgaria>,
        <http://lexvo.org/id/term/nob/Bulgaria>,
        <http://lexvo.org/id/term/nus/Bulga%CC%B1a%CC%B1ria>,
        <http://lexvo.org/id/term/nyn/Burugariya>,
        <http://lexvo.org/id/term/ori/%E0%AC%AC%E0%AD%81%E0%AC%B2%E0%AC%97%E0%AD%87%E0%AC%B0%E0%AC%BF%E0%AC%86>,
        <http://lexvo.org/id/term/pol/Bu%C5%82garia>,
        <http://lexvo.org/id/term/por/Bulg%C3%A1ria>,
        <http://lexvo.org/id/term/pus/%D8%A8%D9%84%D8%BA%D8%A7%D8%B1%DB%8C%D9%87>,
        <http://lexvo.org/id/term/rof/Bulgaria>,
        <http://lexvo.org/id/term/roh/Bulgaria>,
        <http://lexvo.org/id/term/ron/Bulgaria>,
        <http://lexvo.org/id/term/run/Buligariya>,
        <http://lexvo.org/id/term/rus/%D0%91%D0%BE%D0%BB%D0%B3%D0%B0%D1%80%D0%B8%D1%8F>,
        <http://lexvo.org/id/term/rwk/Bulgaria>,
        <http://lexvo.org/id/term/sag/Bulugar%C3%AFi>,
        <http://lexvo.org/id/term/saq/Bulgaria>,
        <http://lexvo.org/id/term/sbp/Buligaliya>,
        <http://lexvo.org/id/term/seh/Bulg%C3%A1ria>,
        <http://lexvo.org/id/term/ses/Bulgaari>,
        <http://lexvo.org/id/term/shi-Latn/bl%C9%A3ara>,
        <http://lexvo.org/id/term/shi/%E2%B4%B1%E2%B5%8D%E2%B5%96%E2%B4%B0%E2%B5%94%E2%B5%A2%E2%B4%B0>,
        <http://lexvo.org/id/term/sin/%E0%B6%B6%E0%B6%BD%E0%B7%8A%E0%B6%9C%E0%B7%9A%E0%B6%BB%E0%B7%92%E0%B6%BA%E0%B7%8F%E0%B7%80>,
        <http://lexvo.org/id/term/slk/Bulharsko>,
        <http://lexvo.org/id/term/slv/Bolgarija>,
        <http://lexvo.org/id/term/sme/Bulg%C3%A1ria>,
        <http://lexvo.org/id/term/sna/Bulgaria>,
        <http://lexvo.org/id/term/som/Bulgaariya>,
        <http://lexvo.org/id/term/spa/Bulgaria>,
        <http://lexvo.org/id/term/sqi/Bullgari>,
        <http://lexvo.org/id/term/srp-Latn/Bugarska>,
        <http://lexvo.org/id/term/srp/%D0%91%D1%83%D0%B3%D0%B0%D1%80%D1%81%D0%BA%D0%B0>,
        <http://lexvo.org/id/term/swc/Bulgaria>,
        <http://lexvo.org/id/term/swe/Bulgarien>,
        <http://lexvo.org/id/term/swh/Bulgaria>,
        <http://lexvo.org/id/term/tam/%E0%AE%AA%E0%AE%B2%E0%AF%8D%E0%AE%95%E0%AF%87%E0%AE%B0%E0%AE%BF%E0%AE%AF%E0%AE%BE>,
        <http://lexvo.org/id/term/tel/%E0%B0%AC%E0%B0%B2%E0%B1%8D%E0%B0%97%E0%B1%87%E0%B0%B0%E0%B0%BF%E0%B0%AF%E0%B0%BE>,
        <http://lexvo.org/id/term/teo/Bulgaria>,
        <http://lexvo.org/id/term/tha/%E0%B8%9A%E0%B8%B1%E0%B8%A5%E0%B9%81%E0%B8%81%E0%B9%80%E0%B8%A3%E0%B8%B5%E0%B8%A2>,
        <http://lexvo.org/id/term/tig/%E1%89%A1%E1%88%8D%E1%8C%8C%E1%88%AA%E1%8B%AB>,
        <http://lexvo.org/id/term/tir/%E1%89%A1%E1%88%8D%E1%8C%8C%E1%88%AA%E1%8B%AB>,
        <http://lexvo.org/id/term/ton/Pokalia>,
        <http://lexvo.org/id/term/tur/Bulgaristan>,
        <http://lexvo.org/id/term/twq/Bulgaari>,
        <http://lexvo.org/id/term/tzm/Bel%C9%A3arya>,
        <http://lexvo.org/id/term/ukr/%D0%91%D0%BE%D0%BB%D0%B3%D0%B0%D1%80%D1%96%D1%8F>,
        <http://lexvo.org/id/term/urd/%D8%A8%D9%84%D8%BA%D8%A7%D8%B1%DB%8C%DB%81>,
        <http://lexvo.org/id/term/vai-Latn/Bh%C9%94geriya>,
        <http://lexvo.org/id/term/vai/%EA%97%82%EA%94%A0%EA%94%B8%EA%95%A9>,
        <http://lexvo.org/id/term/vie/Bungari>,
        <http://lexvo.org/id/term/vun/Bulgaria>,
        <http://lexvo.org/id/term/wae/Bulgarie>,
        <http://lexvo.org/id/term/wal/%E1%89%A1%E1%88%8D%E1%8C%8C%E1%88%AA%E1%8B%AB>,
        <http://lexvo.org/id/term/xog/Bulugariya>,
        <http://lexvo.org/id/term/yav/Pulukal%C3%ADi>,
        <http://lexvo.org/id/term/yor/Or%C3%ADl%E1%BA%B9%CC%81%C3%A8de%20B%C3%B9%C3%B9g%C3%A1r%C3%AD%C3%A0>,
        <http://lexvo.org/id/term/zsm/Bulgaria>,
        <http://lexvo.org/id/term/zul/i-Bulgaria> ;
    owl:sameAs <http://psi.oasis-open.org/iso/3166/#100>,
        <http://sws.geonames.org/732800/> .

<http://lexvo.org/id/iso3166/BH> a lvont:GeographicRegion ;
    rdfs:label "Bahrein"@af,
        "Bàlaen"@agq,
        "Baren"@ak,
        "ባህሬን"@am,
        "البحرين"@ar,
        "Bahareni"@asa,
        "Baḥréin"@ast,
        "Bahreyn"@az,
        "Bàraìn"@bas,
        "Бахрэйн"@be,
        "Hubahaleni"@bez,
        "Бахрейн"@bg,
        "Bareyini"@bm,
        "বাহরাইন"@bn,
        "བྷཱ་རེན།"@bo,
        "Bahrein"@br,
        "बहरैन"@brx,
        "Bahrein"@bs,
        "Бахреин"@bs-Cyrl,
        "ባህሬን"@byn,
        "Bahrain"@ca,
        "Bahareni"@cgg,
        "ᏆᎭᎴᎢᏂ"@chr,
        "巴林"@cmn,
        "巴林"@cmn-Hant,
        "Bahrajn"@cs,
        "Bahrain"@cy,
        "Bahrain"@da,
        "Bahareni"@dav,
        "Bahrain"@de,
        "Bahareen"@dje,
        "Bahrayn"@dyo,
        "བྷ་རེན"@dz,
        "Bahareni"@ebu,
        "Bahrain nutome"@ee,
        "Μπαχρέιν"@el,
        "Bahrain"@en,
        "ISO 3166-1:BH"@en,
        "𐐒𐐪𐑉𐐩𐑌"@en-Dsrt,
        "Barejno"@eo,
        "Bahréin"@es,
        "Bahrein"@et,
        "Bahrain"@eu,
        "Bahərɛ́n"@ewo,
        "بحرین"@fa,
        "Bahreyn"@ff,
        "Bahrain"@fi,
        "Bahrain"@fil,
        "Bahrain"@fo,
        "Bahreïn"@fr,
        "Bahrain"@fur,
        "Bairéin"@ga,
        "Bachrain"@gd,
        "Bahrein"@gl,
        "Bachräin"@gsw,
        "બેહરીન"@gu,
        "Bahareni"@guz,
        "Baharan"@ha,
        "בחריין"@he,
        "बाहरेन"@hi,
        "Bahrein"@hr,
        "Bahrein"@hu,
        "Բահրեյն"@hy,
        "Bahrain"@id,
        "Barein"@is,
        "Bahrein"@it,
        "バーレーン"@ja,
        "Bahareni"@jmc,
        "ბაჰრეინი"@ka,
        "Baḥrin"@kab,
        "Bahareni"@kam,
        "Bahaleni"@kde,
        "Barain"@kea,
        "Bahareen"@khq,
        "Bahareni"@ki,
        "Бахрейн"@kk,
        "Bahrain"@kl,
        "Emetab Bahrain"@kln,
        "បារ៉ែន"@km,
        "ಬಹರೈನ್"@kn,
        "바레인"@ko,
        "بحریٖن"@ks,
        "Bahaleni"@ksb,
        "barǝ́n"@ksf,
        "Bachrain"@ksh,
        "Baharéeni"@lag,
        "Baareeni"@lg,
        "Bahrɛnɛ"@ln,
        "ບາເລນ"@lo,
        "Bahreinas"@lt,
        "Bahrene"@lu,
        "Bahrain"@luo,
        "Bahareni"@luy,
        "Bahreina"@lv,
        "Bahareni"@mas,
        "Baharini"@mer,
        "Bahreïn"@mfe,
        "Bahrain"@mg,
        "Бахреин"@mk,
        "ബഹ്റൈൻ"@ml,
        "बहारीन"@mr,
        "Baħrajn"@mt,
        "bahraiŋ"@mua,
        "ဘာရိန်း"@my,
        "Bahrain"@naq,
        "Bahrain"@nb,
        "Bhahareni"@nd,
        "बाह्रेन"@ne,
        "Bahrein"@nl,
        "Bahrain"@nmg,
        "Bahrain"@nn,
        "Ba̱reen"@nus,
        "Bahareni"@nyn,
        "ବାହାରିନ୍"@or,
        "Bahrajn"@pl,
        "Bahrain"@pt,
        "Barém"@pt,
        "Bahrain"@rm,
        "Bahareyini"@rn,
        "Bahrain"@ro,
        "Bahareni"@rof,
        "Бахрейн"@ru,
        "Bahareni"@rwk,
        "Bahareni"@saq,
        "Bahaleni"@sbp,
        "Bahrain"@se,
        "Bahrain"@seh,
        "Bahareen"@ses,
        "Bahrâina"@sg,
        "ⴱⵃⵔⴰⵢⵏ"@shi,
        "bḥrayn"@shi-Latn,
        "බහරේන්"@si,
        "Bahrajn"@sk,
        "Bahrajn"@sl,
        "Bahareni"@sn,
        "Baxreyn"@so,
        "Bahrein"@sq,
        "Бахреин"@sr,
        "Bahrein"@sr-Latn,
        "Bahrain"@sv,
        "Bahareni"@swc,
        "Bahareni"@swh,
        "பஹ்ரைன்"@ta,
        "బహరేన్"@te,
        "Bahareni"@teo,
        "บาห์เรน"@th,
        "ባህሬን"@ti,
        "ባህሬን"@tig,
        "Paleini"@to,
        "Bahreyn"@tr,
        "Bahareen"@twq,
        "Baḥrayn"@tzm,
        "Бахрейн"@uk,
        "بحرین"@ur,
        "ꕑꗸꘋ"@vai,
        "Bharɛŋ"@vai-Latn,
        "Bahrain"@vi,
        "Bahareni"@vun,
        "Bačrain"@wae,
        "ባህሬን"@wal,
        "Baareeni"@xog,
        "Palɛŋ"@yav,
        "Orílẹ́ède Báránì"@yo,
        "Bahrain"@zsm,
        "i-Bahrain"@zu ;
    lvont:label <http://lexvo.org/id/term/afr/Bahrein>,
        <http://lexvo.org/id/term/agq/B%C3%A0laen>,
        <http://lexvo.org/id/term/aka/Baren>,
        <http://lexvo.org/id/term/amh/%E1%89%A3%E1%88%85%E1%88%AC%E1%8A%95>,
        <http://lexvo.org/id/term/ara/%D8%A7%D9%84%D8%A8%D8%AD%D8%B1%D9%8A%D9%86>,
        <http://lexvo.org/id/term/asa/Bahareni>,
        <http://lexvo.org/id/term/ast/Ba%E1%B8%A5r%C3%A9in>,
        <http://lexvo.org/id/term/aze/Bahreyn>,
        <http://lexvo.org/id/term/bam/Bareyini>,
        <http://lexvo.org/id/term/bas/B%C3%A0ra%C3%ACn>,
        <http://lexvo.org/id/term/bel/%D0%91%D0%B0%D1%85%D1%80%D1%8D%D0%B9%D0%BD>,
        <http://lexvo.org/id/term/ben/%E0%A6%AC%E0%A6%BE%E0%A6%B9%E0%A6%B0%E0%A6%BE%E0%A6%87%E0%A6%A8>,
        <http://lexvo.org/id/term/bez/Hubahaleni>,
        <http://lexvo.org/id/term/bod/%E0%BD%96%E0%BE%B7%E0%BD%B1%E0%BC%8B%E0%BD%A2%E0%BD%BA%E0%BD%93%E0%BC%8D>,
        <http://lexvo.org/id/term/bos-Cyrl/%D0%91%D0%B0%D1%85%D1%80%D0%B5%D0%B8%D0%BD>,
        <http://lexvo.org/id/term/bos/Bahrein>,
        <http://lexvo.org/id/term/bre/Bahrein>,
        <http://lexvo.org/id/term/brx/%E0%A4%AC%E0%A4%B9%E0%A4%B0%E0%A5%88%E0%A4%A8>,
        <http://lexvo.org/id/term/bul/%D0%91%D0%B0%D1%85%D1%80%D0%B5%D0%B9%D0%BD>,
        <http://lexvo.org/id/term/byn/%E1%89%A3%E1%88%85%E1%88%AC%E1%8A%95>,
        <http://lexvo.org/id/term/cat/Bahrain>,
        <http://lexvo.org/id/term/ces/Bahrajn>,
        <http://lexvo.org/id/term/cgg/Bahareni>,
        <http://lexvo.org/id/term/chr/%E1%8F%86%E1%8E%AD%E1%8E%B4%E1%8E%A2%E1%8F%82>,
        <http://lexvo.org/id/term/cmn-Hant/%E5%B7%B4%E6%9E%97>,
        <http://lexvo.org/id/term/cmn/%E5%B7%B4%E6%9E%97>,
        <http://lexvo.org/id/term/cym/Bahrain>,
        <http://lexvo.org/id/term/dan/Bahrain>,
        <http://lexvo.org/id/term/dav/Bahareni>,
        <http://lexvo.org/id/term/deu/Bahrain>,
        <http://lexvo.org/id/term/dje/Bahareen>,
        <http://lexvo.org/id/term/dyo/Bahrayn>,
        <http://lexvo.org/id/term/dzo/%E0%BD%96%E0%BE%B7%E0%BC%8B%E0%BD%A2%E0%BD%BA%E0%BD%93>,
        <http://lexvo.org/id/term/ebu/Bahareni>,
        <http://lexvo.org/id/term/ell/%CE%9C%CF%80%CE%B1%CF%87%CF%81%CE%AD%CE%B9%CE%BD>,
        <http://lexvo.org/id/term/eng-Dsrt/%F0%90%90%92%F0%90%90%AA%F0%90%91%89%F0%90%90%A9%F0%90%91%8C>,
        <http://lexvo.org/id/term/eng/Bahrain>,
        <http://lexvo.org/id/term/eng/ISO%203166-1%3ABH>,
        <http://lexvo.org/id/term/epo/Barejno>,
        <http://lexvo.org/id/term/est/Bahrein>,
        <http://lexvo.org/id/term/eus/Bahrain>,
        <http://lexvo.org/id/term/ewe/Bahrain%20nutome>,
        <http://lexvo.org/id/term/ewo/Bah%C9%99r%C9%9B%CC%81n>,
        <http://lexvo.org/id/term/fao/Bahrain>,
        <http://lexvo.org/id/term/fas/%D8%A8%D8%AD%D8%B1%DB%8C%D9%86>,
        <http://lexvo.org/id/term/fil/Bahrain>,
        <http://lexvo.org/id/term/fin/Bahrain>,
        <http://lexvo.org/id/term/fra/Bahre%C3%AFn>,
        <http://lexvo.org/id/term/ful/Bahreyn>,
        <http://lexvo.org/id/term/fur/Bahrain>,
        <http://lexvo.org/id/term/gla/Bachrain>,
        <http://lexvo.org/id/term/gle/Bair%C3%A9in>,
        <http://lexvo.org/id/term/glg/Bahrein>,
        <http://lexvo.org/id/term/gsw/Bachr%C3%A4in>,
        <http://lexvo.org/id/term/guj/%E0%AA%AC%E0%AB%87%E0%AA%B9%E0%AA%B0%E0%AB%80%E0%AA%A8>,
        <http://lexvo.org/id/term/guz/Bahareni>,
        <http://lexvo.org/id/term/hau/Baharan>,
        <http://lexvo.org/id/term/heb/%D7%91%D7%97%D7%A8%D7%99%D7%99%D7%9F>,
        <http://lexvo.org/id/term/hin/%E0%A4%AC%E0%A4%BE%E0%A4%B9%E0%A4%B0%E0%A5%87%E0%A4%A8>,
        <http://lexvo.org/id/term/hrv/Bahrein>,
        <http://lexvo.org/id/term/hun/Bahrein>,
        <http://lexvo.org/id/term/hye/%D4%B2%D5%A1%D5%B0%D6%80%D5%A5%D5%B5%D5%B6>,
        <http://lexvo.org/id/term/ind/Bahrain>,
        <http://lexvo.org/id/term/isl/Barein>,
        <http://lexvo.org/id/term/ita/Bahrein>,
        <http://lexvo.org/id/term/jmc/Bahareni>,
        <http://lexvo.org/id/term/jpn/%E3%83%90%E3%83%BC%E3%83%AC%E3%83%BC%E3%83%B3>,
        <http://lexvo.org/id/term/kab/Ba%E1%B8%A5rin>,
        <http://lexvo.org/id/term/kal/Bahrain>,
        <http://lexvo.org/id/term/kam/Bahareni>,
        <http://lexvo.org/id/term/kan/%E0%B2%AC%E0%B2%B9%E0%B2%B0%E0%B3%88%E0%B2%A8%E0%B3%8D>,
        <http://lexvo.org/id/term/kas/%D8%A8%D8%AD%D8%B1%DB%8C%D9%96%D9%86>,
        <http://lexvo.org/id/term/kat/%E1%83%91%E1%83%90%E1%83%B0%E1%83%A0%E1%83%94%E1%83%98%E1%83%9C%E1%83%98>,
        <http://lexvo.org/id/term/kaz/%D0%91%D0%B0%D1%85%D1%80%D0%B5%D0%B9%D0%BD>,
        <http://lexvo.org/id/term/kde/Bahaleni>,
        <http://lexvo.org/id/term/kea/Barain>,
        <http://lexvo.org/id/term/khm/%E1%9E%94%E1%9E%B6%E1%9E%9A%E1%9F%89%E1%9F%82%E1%9E%93>,
        <http://lexvo.org/id/term/khq/Bahareen>,
        <http://lexvo.org/id/term/kik/Bahareni>,
        <http://lexvo.org/id/term/kln/Emetab%20Bahrain>,
        <http://lexvo.org/id/term/kor/%EB%B0%94%EB%A0%88%EC%9D%B8>,
        <http://lexvo.org/id/term/ksb/Bahaleni>,
        <http://lexvo.org/id/term/ksf/bar%C7%9D%CC%81n>,
        <http://lexvo.org/id/term/ksh/Bachrain>,
        <http://lexvo.org/id/term/lag/Bahar%C3%A9eni>,
        <http://lexvo.org/id/term/lao/%E0%BA%9A%E0%BA%B2%E0%BB%80%E0%BA%A5%E0%BA%99>,
        <http://lexvo.org/id/term/lav/Bahreina>,
        <http://lexvo.org/id/term/lin/Bahr%C9%9Bn%C9%9B>,
        <http://lexvo.org/id/term/lit/Bahreinas>,
        <http://lexvo.org/id/term/lub/Bahrene>,
        <http://lexvo.org/id/term/lug/Baareeni>,
        <http://lexvo.org/id/term/luo/Bahrain>,
        <http://lexvo.org/id/term/luy/Bahareni>,
        <http://lexvo.org/id/term/mal/%E0%B4%AC%E0%B4%B9%E0%B5%8D%E0%B4%B1%E0%B5%88%E0%B5%BB>,
        <http://lexvo.org/id/term/mar/%E0%A4%AC%E0%A4%B9%E0%A4%BE%E0%A4%B0%E0%A5%80%E0%A4%A8>,
        <http://lexvo.org/id/term/mas/Bahareni>,
        <http://lexvo.org/id/term/mer/Baharini>,
        <http://lexvo.org/id/term/mfe/Bahre%C3%AFn>,
        <http://lexvo.org/id/term/mkd/%D0%91%D0%B0%D1%85%D1%80%D0%B5%D0%B8%D0%BD>,
        <http://lexvo.org/id/term/mlg/Bahrain>,
        <http://lexvo.org/id/term/mlt/Ba%C4%A7rajn>,
        <http://lexvo.org/id/term/mua/bahrai%C5%8B>,
        <http://lexvo.org/id/term/mya/%E1%80%98%E1%80%AC%E1%80%9B%E1%80%AD%E1%80%94%E1%80%BA%E1%80%B8>,
        <http://lexvo.org/id/term/naq/Bahrain>,
        <http://lexvo.org/id/term/nde/Bhahareni>,
        <http://lexvo.org/id/term/nep/%E0%A4%AC%E0%A4%BE%E0%A4%B9%E0%A5%8D%E0%A4%B0%E0%A5%87%E0%A4%A8>,
        <http://lexvo.org/id/term/nld/Bahrein>,
        <http://lexvo.org/id/term/nmg/Bahrain>,
        <http://lexvo.org/id/term/nno/Bahrain>,
        <http://lexvo.org/id/term/nob/Bahrain>,
        <http://lexvo.org/id/term/nus/Ba%CC%B1reen>,
        <http://lexvo.org/id/term/nyn/Bahareni>,
        <http://lexvo.org/id/term/ori/%E0%AC%AC%E0%AC%BE%E0%AC%B9%E0%AC%BE%E0%AC%B0%E0%AC%BF%E0%AC%A8%E0%AD%8D>,
        <http://lexvo.org/id/term/pol/Bahrajn>,
        <http://lexvo.org/id/term/por/Bahrain>,
        <http://lexvo.org/id/term/por/Bar%C3%A9m>,
        <http://lexvo.org/id/term/rof/Bahareni>,
        <http://lexvo.org/id/term/roh/Bahrain>,
        <http://lexvo.org/id/term/ron/Bahrain>,
        <http://lexvo.org/id/term/run/Bahareyini>,
        <http://lexvo.org/id/term/rus/%D0%91%D0%B0%D1%85%D1%80%D0%B5%D0%B9%D0%BD>,
        <http://lexvo.org/id/term/rwk/Bahareni>,
        <http://lexvo.org/id/term/sag/Bahr%C3%A2ina>,
        <http://lexvo.org/id/term/saq/Bahareni>,
        <http://lexvo.org/id/term/sbp/Bahaleni>,
        <http://lexvo.org/id/term/seh/Bahrain>,
        <http://lexvo.org/id/term/ses/Bahareen>,
        <http://lexvo.org/id/term/shi-Latn/b%E1%B8%A5rayn>,
        <http://lexvo.org/id/term/shi/%E2%B4%B1%E2%B5%83%E2%B5%94%E2%B4%B0%E2%B5%A2%E2%B5%8F>,
        <http://lexvo.org/id/term/sin/%E0%B6%B6%E0%B7%84%E0%B6%BB%E0%B7%9A%E0%B6%B1%E0%B7%8A>,
        <http://lexvo.org/id/term/slk/Bahrajn>,
        <http://lexvo.org/id/term/slv/Bahrajn>,
        <http://lexvo.org/id/term/sme/Bahrain>,
        <http://lexvo.org/id/term/sna/Bahareni>,
        <http://lexvo.org/id/term/som/Baxreyn>,
        <http://lexvo.org/id/term/spa/Bahr%C3%A9in>,
        <http://lexvo.org/id/term/sqi/Bahrein>,
        <http://lexvo.org/id/term/srp-Latn/Bahrein>,
        <http://lexvo.org/id/term/srp/%D0%91%D0%B0%D1%85%D1%80%D0%B5%D0%B8%D0%BD>,
        <http://lexvo.org/id/term/swc/Bahareni>,
        <http://lexvo.org/id/term/swe/Bahrain>,
        <http://lexvo.org/id/term/swh/Bahareni>,
        <http://lexvo.org/id/term/tam/%E0%AE%AA%E0%AE%B9%E0%AF%8D%E0%AE%B0%E0%AF%88%E0%AE%A9%E0%AF%8D>,
        <http://lexvo.org/id/term/tel/%E0%B0%AC%E0%B0%B9%E0%B0%B0%E0%B1%87%E0%B0%A8%E0%B1%8D>,
        <http://lexvo.org/id/term/teo/Bahareni>,
        <http://lexvo.org/id/term/tha/%E0%B8%9A%E0%B8%B2%E0%B8%AB%E0%B9%8C%E0%B9%80%E0%B8%A3%E0%B8%99>,
        <http://lexvo.org/id/term/tig/%E1%89%A3%E1%88%85%E1%88%AC%E1%8A%95>,
        <http://lexvo.org/id/term/tir/%E1%89%A3%E1%88%85%E1%88%AC%E1%8A%95>,
        <http://lexvo.org/id/term/ton/Paleini>,
        <http://lexvo.org/id/term/tur/Bahreyn>,
        <http://lexvo.org/id/term/twq/Bahareen>,
        <http://lexvo.org/id/term/tzm/Ba%E1%B8%A5rayn>,
        <http://lexvo.org/id/term/ukr/%D0%91%D0%B0%D1%85%D1%80%D0%B5%D0%B9%D0%BD>,
        <http://lexvo.org/id/term/urd/%D8%A8%D8%AD%D8%B1%DB%8C%D9%86>,
        <http://lexvo.org/id/term/vai-Latn/Bhar%C9%9B%C5%8B>,
        <http://lexvo.org/id/term/vai/%EA%95%91%EA%97%B8%EA%98%8B>,
        <http://lexvo.org/id/term/vie/Bahrain>,
        <http://lexvo.org/id/term/vun/Bahareni>,
        <http://lexvo.org/id/term/wae/Ba%C4%8Drain>,
        <http://lexvo.org/id/term/wal/%E1%89%A3%E1%88%85%E1%88%AC%E1%8A%95>,
        <http://lexvo.org/id/term/xog/Baareeni>,
        <http://lexvo.org/id/term/yav/Pal%C9%9B%C5%8B>,
        <http://lexvo.org/id/term/yor/Or%C3%ADl%E1%BA%B9%CC%81%C3%A8de%20B%C3%A1r%C3%A1n%C3%AC>,
        <http://lexvo.org/id/term/zsm/Bahrain>,
        <http://lexvo.org/id/term/zul/i-Bahrain> ;
    owl:sameAs <http://psi.oasis-open.org/iso/3166/#048>,
        <http://sws.geonames.org/290291/> .

<http://lexvo.org/id/iso3166/BI> a lvont:GeographicRegion ;
    rdfs:label "Burundi"@af,
        "Bùlundì"@agq,
        "Burundi"@ak,
        "ብሩንዲ"@am,
        "بوروندي"@ar,
        "Burundi"@asa,
        "Burundi"@ast,
        "Burundi"@az,
        "Bùrundì"@bas,
        "Бурундзі"@be,
        "Huburundi"@bez,
        "Бурунди"@bg,
        "Burundi"@bm,
        "বুরুন্ডি"@bn,
        "བུ་རུན་ཌི།"@bo,
        "Burundi"@br,
        "बुरुंडी"@brx,
        "Burundi"@bs,
        "Бурунди"@bs-Cyrl,
        "Burundi"@ca,
        "Burundi"@cgg,
        "ᏋᎷᏂᏗ"@chr,
        "布隆迪"@cmn,
        "蒲隆地"@cmn-Hant,
        "Burundi"@cs,
        "Burundi"@cy,
        "Burundi"@da,
        "Burundi"@dav,
        "Burundi"@de,
        "Burundi"@dje,
        "Burundi"@dyo,
        "བྷུ་རུན་ཌི"@dz,
        "Burundi"@ebu,
        "Burundi nutome"@ee,
        "Μπουρούντι"@el,
        "Burundi"@en,
        "ISO 3166-1:BI"@en,
        "𐐒𐐲𐑉𐐳𐑌𐐼𐐨"@en-Dsrt,
        "Burundo"@eo,
        "Burundi"@es,
        "Burundi"@et,
        "Burundi"@eu,
        "Burundí"@ewo,
        "بوروندی"@fa,
        "Burunndi"@ff,
        "Burundi"@fi,
        "Burundi"@fil,
        "Burundi"@fo,
        "Burundi"@fr,
        "Burundi"@fur,
        "An Bhurúin"@ga,
        "Burundaidh"@gd,
        "Burundi"@gl,
        "Burundi"@gsw,
        "બુરુંડી"@gu,
        "Burundi"@guz,
        "Burundi"@ha,
        "בורונדי"@he,
        "बुरुंडी"@hi,
        "Burundi"@hr,
        "Burundi"@hu,
        "Բուրունդի"@hy,
        "Burundi"@ia,
        "Burundi"@id,
        "Búrúndí"@is,
        "Burundi"@it,
        "ブルンジ"@ja,
        "Mbulundí"@jgo,
        "Burundi"@jmc,
        "ბურუნდი"@ka,
        "Burandi"@kab,
        "Mbulundi"@kam,
        "Bulundi"@kde,
        "Burundi"@kea,
        "Burundi"@khq,
        "Mburundi"@ki,
        "Бурунди"@kk,
        "Burundi"@kl,
        "Emetab Burundi"@kln,
        "ប៊ូរុនឌី"@km,
        "ಬುರುಂಡಿ"@kn,
        "부룬디"@ko,
        "بورَنڈِ"@ks,
        "Bulundi"@ksb,
        "burundí"@ksf,
        "Burundi"@ksh,
        "Burúundi"@lag,
        "Burundi"@lg,
        "Burundi"@ln,
        "ບູລັນດີ"@lo,
        "Burundis"@lt,
        "Burundi"@lu,
        "Burundi"@luo,
        "Burundi"@luy,
        "Burundi"@lv,
        "Burundi"@mas,
        "Burundi"@mer,
        "Burundi"@mfe,
        "Borondi"@mg,
        "Urundi"@mgh,
        "Бурунди"@mk,
        "ബുറുണ്ടി"@ml,
        "बुरुंडी"@mr,
        "Burundi"@mt,
        "burundi"@mua,
        "Burundib"@naq,
        "Burundi"@nb,
        "Bhurundi"@nd,
        "बुरूण्डी"@ne,
        "Burundi"@nl,
        "Burundi"@nmg,
        "Burundi"@nn,
        "Burundi"@nus,
        "Burundi"@nyn,
        "ବୁରୁନ୍ଦି"@or,
        "Burundi"@pl,
        "Burundi"@pt,
        "Burundi"@rm,
        "Uburundi"@rn,
        "Burundi"@ro,
        "Burundi"@rof,
        "Бурунди"@ru,
        "Burundi"@rwk,
        "Burundi"@saq,
        "Bulundi"@sbp,
        "Burundi"@se,
        "Burundi"@seh,
        "Burundi"@ses,
        "Burundïi"@sg,
        "ⴱⵓⵔⵓⵏⴷⵉ"@shi,
        "burundi"@shi-Latn,
        "බුරුන්ඩි"@si,
        "Burundi"@sk,
        "Burundi"@sl,
        "Burundi"@sn,
        "Burundi"@so,
        "Бурунди"@sr,
        "Burundi"@sr-Latn,
        "Burundi"@sv,
        "Burundi"@swc,
        "Burundi"@swh,
        "புருண்டி"@ta,
        "బురుండి"@te,
        "Burundi"@teo,
        "บุรุนดี"@th,
        "ብሩንዲ"@ti,
        "Pelaniti"@to,
        "Burundi"@tr,
        "Burundi"@twq,
        "Burundi"@tzm,
        "Бурунді"@uk,
        "برونڈی"@ur,
        "ꖜꖩꔺ"@vai,
        "Bhurundi"@vai-Latn,
        "Burundi"@vi,
        "Burundi"@vun,
        "Burundi"@wae,
        "Burundi"@xog,
        "Púlúndí"@yav,
        "Orílẹ́ède Bùùrúndì"@yo,
        "Burundi"@zsm,
        "i-Burundi"@zu ;
    lvont:label <http://lexvo.org/id/term/afr/Burundi>,
        <http://lexvo.org/id/term/agq/B%C3%B9lund%C3%AC>,
        <http://lexvo.org/id/term/aka/Burundi>,
        <http://lexvo.org/id/term/amh/%E1%89%A5%E1%88%A9%E1%8A%95%E1%8B%B2>,
        <http://lexvo.org/id/term/ara/%D8%A8%D9%88%D8%B1%D9%88%D9%86%D8%AF%D9%8A>,
        <http://lexvo.org/id/term/asa/Burundi>,
        <http://lexvo.org/id/term/ast/Burundi>,
        <http://lexvo.org/id/term/aze/Burundi>,
        <http://lexvo.org/id/term/bam/Burundi>,
        <http://lexvo.org/id/term/bas/B%C3%B9rund%C3%AC>,
        <http://lexvo.org/id/term/bel/%D0%91%D1%83%D1%80%D1%83%D0%BD%D0%B4%D0%B7%D1%96>,
        <http://lexvo.org/id/term/ben/%E0%A6%AC%E0%A7%81%E0%A6%B0%E0%A7%81%E0%A6%A8%E0%A7%8D%E0%A6%A1%E0%A6%BF>,
        <http://lexvo.org/id/term/bez/Huburundi>,
        <http://lexvo.org/id/term/bod/%E0%BD%96%E0%BD%B4%E0%BC%8B%E0%BD%A2%E0%BD%B4%E0%BD%93%E0%BC%8B%E0%BD%8C%E0%BD%B2%E0%BC%8D>,
        <http://lexvo.org/id/term/bos-Cyrl/%D0%91%D1%83%D1%80%D1%83%D0%BD%D0%B4%D0%B8>,
        <http://lexvo.org/id/term/bos/Burundi>,
        <http://lexvo.org/id/term/bre/Burundi>,
        <http://lexvo.org/id/term/brx/%E0%A4%AC%E0%A5%81%E0%A4%B0%E0%A5%81%E0%A4%82%E0%A4%A1%E0%A5%80>,
        <http://lexvo.org/id/term/bul/%D0%91%D1%83%D1%80%D1%83%D0%BD%D0%B4%D0%B8>,
        <http://lexvo.org/id/term/cat/Burundi>,
        <http://lexvo.org/id/term/ces/Burundi>,
        <http://lexvo.org/id/term/cgg/Burundi>,
        <http://lexvo.org/id/term/chr/%E1%8F%8B%E1%8E%B7%E1%8F%82%E1%8F%97>,
        <http://lexvo.org/id/term/cmn-Hant/%E8%92%B2%E9%9A%86%E5%9C%B0>,
        <http://lexvo.org/id/term/cmn/%E5%B8%83%E9%9A%86%E8%BF%AA>,
        <http://lexvo.org/id/term/cym/Burundi>,
        <http://lexvo.org/id/term/dan/Burundi>,
        <http://lexvo.org/id/term/dav/Burundi>,
        <http://lexvo.org/id/term/deu/Burundi>,
        <http://lexvo.org/id/term/dje/Burundi>,
        <http://lexvo.org/id/term/dyo/Burundi>,
        <http://lexvo.org/id/term/dzo/%E0%BD%96%E0%BE%B7%E0%BD%B4%E0%BC%8B%E0%BD%A2%E0%BD%B4%E0%BD%93%E0%BC%8B%E0%BD%8C%E0%BD%B2>,
        <http://lexvo.org/id/term/ebu/Burundi>,
        <http://lexvo.org/id/term/ell/%CE%9C%CF%80%CE%BF%CF%85%CF%81%CE%BF%CF%8D%CE%BD%CF%84%CE%B9>,
        <http://lexvo.org/id/term/eng-Dsrt/%F0%90%90%92%F0%90%90%B2%F0%90%91%89%F0%90%90%B3%F0%90%91%8C%F0%90%90%BC%F0%90%90%A8>,
        <http://lexvo.org/id/term/eng/Burundi>,
        <http://lexvo.org/id/term/eng/ISO%203166-1%3ABI>,
        <http://lexvo.org/id/term/epo/Burundo>,
        <http://lexvo.org/id/term/est/Burundi>,
        <http://lexvo.org/id/term/eus/Burundi>,
        <http://lexvo.org/id/term/ewe/Burundi%20nutome>,
        <http://lexvo.org/id/term/ewo/Burund%C3%AD>,
        <http://lexvo.org/id/term/fao/Burundi>,
        <http://lexvo.org/id/term/fas/%D8%A8%D9%88%D8%B1%D9%88%D9%86%D8%AF%DB%8C>,
        <http://lexvo.org/id/term/fil/Burundi>,
        <http://lexvo.org/id/term/fin/Burundi>,
        <http://lexvo.org/id/term/fra/Burundi>,
        <http://lexvo.org/id/term/ful/Burunndi>,
        <http://lexvo.org/id/term/fur/Burundi>,
        <http://lexvo.org/id/term/gla/Burundaidh>,
        <http://lexvo.org/id/term/gle/An%20Bhur%C3%BAin>,
        <http://lexvo.org/id/term/glg/Burundi>,
        <http://lexvo.org/id/term/gsw/Burundi>,
        <http://lexvo.org/id/term/guj/%E0%AA%AC%E0%AB%81%E0%AA%B0%E0%AB%81%E0%AA%82%E0%AA%A1%E0%AB%80>,
        <http://lexvo.org/id/term/guz/Burundi>,
        <http://lexvo.org/id/term/hau/Burundi>,
        <http://lexvo.org/id/term/heb/%D7%91%D7%95%D7%A8%D7%95%D7%A0%D7%93%D7%99>,
        <http://lexvo.org/id/term/hin/%E0%A4%AC%E0%A5%81%E0%A4%B0%E0%A5%81%E0%A4%82%E0%A4%A1%E0%A5%80>,
        <http://lexvo.org/id/term/hrv/Burundi>,
        <http://lexvo.org/id/term/hun/Burundi>,
        <http://lexvo.org/id/term/hye/%D4%B2%D5%B8%D6%82%D6%80%D5%B8%D6%82%D5%B6%D5%A4%D5%AB>,
        <http://lexvo.org/id/term/ina/Burundi>,
        <http://lexvo.org/id/term/ind/Burundi>,
        <http://lexvo.org/id/term/isl/B%C3%BAr%C3%BAnd%C3%AD>,
        <http://lexvo.org/id/term/ita/Burundi>,
        <http://lexvo.org/id/term/jgo/Mbulund%C3%AD>,
        <http://lexvo.org/id/term/jmc/Burundi>,
        <http://lexvo.org/id/term/jpn/%E3%83%96%E3%83%AB%E3%83%B3%E3%82%B8>,
        <http://lexvo.org/id/term/kab/Burandi>,
        <http://lexvo.org/id/term/kal/Burundi>,
        <http://lexvo.org/id/term/kam/Mbulundi>,
        <http://lexvo.org/id/term/kan/%E0%B2%AC%E0%B3%81%E0%B2%B0%E0%B3%81%E0%B2%82%E0%B2%A1%E0%B2%BF>,
        <http://lexvo.org/id/term/kas/%D8%A8%D9%88%D8%B1%D9%8E%D9%86%DA%88%D9%90>,
        <http://lexvo.org/id/term/kat/%E1%83%91%E1%83%A3%E1%83%A0%E1%83%A3%E1%83%9C%E1%83%93%E1%83%98>,
        <http://lexvo.org/id/term/kaz/%D0%91%D1%83%D1%80%D1%83%D0%BD%D0%B4%D0%B8>,
        <http://lexvo.org/id/term/kde/Bulundi>,
        <http://lexvo.org/id/term/kea/Burundi>,
        <http://lexvo.org/id/term/khm/%E1%9E%94%E1%9F%8A%E1%9E%BC%E1%9E%9A%E1%9E%BB%E1%9E%93%E1%9E%8C%E1%9E%B8>,
        <http://lexvo.org/id/term/khq/Burundi>,
        <http://lexvo.org/id/term/kik/Mburundi>,
        <http://lexvo.org/id/term/kln/Emetab%20Burundi>,
        <http://lexvo.org/id/term/kor/%EB%B6%80%EB%A3%AC%EB%94%94>,
        <http://lexvo.org/id/term/ksb/Bulundi>,
        <http://lexvo.org/id/term/ksf/burund%C3%AD>,
        <http://lexvo.org/id/term/ksh/Burundi>,
        <http://lexvo.org/id/term/lag/Bur%C3%BAundi>,
        <http://lexvo.org/id/term/lao/%E0%BA%9A%E0%BA%B9%E0%BA%A5%E0%BA%B1%E0%BA%99%E0%BA%94%E0%BA%B5>,
        <http://lexvo.org/id/term/lav/Burundi>,
        <http://lexvo.org/id/term/lin/Burundi>,
        <http://lexvo.org/id/term/lit/Burundis>,
        <http://lexvo.org/id/term/lub/Burundi>,
        <http://lexvo.org/id/term/lug/Burundi>,
        <http://lexvo.org/id/term/luo/Burundi>,
        <http://lexvo.org/id/term/luy/Burundi>,
        <http://lexvo.org/id/term/mal/%E0%B4%AC%E0%B5%81%E0%B4%B1%E0%B5%81%E0%B4%A3%E0%B5%8D%E0%B4%9F%E0%B4%BF>,
        <http://lexvo.org/id/term/mar/%E0%A4%AC%E0%A5%81%E0%A4%B0%E0%A5%81%E0%A4%82%E0%A4%A1%E0%A5%80>,
        <http://lexvo.org/id/term/mas/Burundi>,
        <http://lexvo.org/id/term/mer/Burundi>,
        <http://lexvo.org/id/term/mfe/Burundi>,
        <http://lexvo.org/id/term/mgh/Urundi>,
        <http://lexvo.org/id/term/mkd/%D0%91%D1%83%D1%80%D1%83%D0%BD%D0%B4%D0%B8>,
        <http://lexvo.org/id/term/mlg/Borondi>,
        <http://lexvo.org/id/term/mlt/Burundi>,
        <http://lexvo.org/id/term/mua/burundi>,
        <http://lexvo.org/id/term/naq/Burundib>,
        <http://lexvo.org/id/term/nde/Bhurundi>,
        <http://lexvo.org/id/term/nep/%E0%A4%AC%E0%A5%81%E0%A4%B0%E0%A5%82%E0%A4%A3%E0%A5%8D%E0%A4%A1%E0%A5%80>,
        <http://lexvo.org/id/term/nld/Burundi>,
        <http://lexvo.org/id/term/nmg/Burundi>,
        <http://lexvo.org/id/term/nno/Burundi>,
        <http://lexvo.org/id/term/nob/Burundi>,
        <http://lexvo.org/id/term/nus/Burundi>,
        <http://lexvo.org/id/term/nyn/Burundi>,
        <http://lexvo.org/id/term/ori/%E0%AC%AC%E0%AD%81%E0%AC%B0%E0%AD%81%E0%AC%A8%E0%AD%8D%E0%AC%A6%E0%AC%BF>,
        <http://lexvo.org/id/term/pol/Burundi>,
        <http://lexvo.org/id/term/por/Burundi>,
        <http://lexvo.org/id/term/rof/Burundi>,
        <http://lexvo.org/id/term/roh/Burundi>,
        <http://lexvo.org/id/term/ron/Burundi>,
        <http://lexvo.org/id/term/run/Uburundi>,
        <http://lexvo.org/id/term/rus/%D0%91%D1%83%D1%80%D1%83%D0%BD%D0%B4%D0%B8>,
        <http://lexvo.org/id/term/rwk/Burundi>,
        <http://lexvo.org/id/term/sag/Burund%C3%AFi>,
        <http://lexvo.org/id/term/saq/Burundi>,
        <http://lexvo.org/id/term/sbp/Bulundi>,
        <http://lexvo.org/id/term/seh/Burundi>,
        <http://lexvo.org/id/term/ses/Burundi>,
        <http://lexvo.org/id/term/shi-Latn/burundi>,
        <http://lexvo.org/id/term/shi/%E2%B4%B1%E2%B5%93%E2%B5%94%E2%B5%93%E2%B5%8F%E2%B4%B7%E2%B5%89>,
        <http://lexvo.org/id/term/sin/%E0%B6%B6%E0%B7%94%E0%B6%BB%E0%B7%94%E0%B6%B1%E0%B7%8A%E0%B6%A9%E0%B7%92>,
        <http://lexvo.org/id/term/slk/Burundi>,
        <http://lexvo.org/id/term/slv/Burundi>,
        <http://lexvo.org/id/term/sme/Burundi>,
        <http://lexvo.org/id/term/sna/Burundi>,
        <http://lexvo.org/id/term/som/Burundi>,
        <http://lexvo.org/id/term/spa/Burundi>,
        <http://lexvo.org/id/term/srp-Latn/Burundi>,
        <http://lexvo.org/id/term/srp/%D0%91%D1%83%D1%80%D1%83%D0%BD%D0%B4%D0%B8>,
        <http://lexvo.org/id/term/swc/Burundi>,
        <http://lexvo.org/id/term/swe/Burundi>,
        <http://lexvo.org/id/term/swh/Burundi>,
        <http://lexvo.org/id/term/tam/%E0%AE%AA%E0%AF%81%E0%AE%B0%E0%AF%81%E0%AE%A3%E0%AF%8D%E0%AE%9F%E0%AE%BF>,
        <http://lexvo.org/id/term/tel/%E0%B0%AC%E0%B1%81%E0%B0%B0%E0%B1%81%E0%B0%82%E0%B0%A1%E0%B0%BF>,
        <http://lexvo.org/id/term/teo/Burundi>,
        <http://lexvo.org/id/term/tha/%E0%B8%9A%E0%B8%B8%E0%B8%A3%E0%B8%B8%E0%B8%99%E0%B8%94%E0%B8%B5>,
        <http://lexvo.org/id/term/tir/%E1%89%A5%E1%88%A9%E1%8A%95%E1%8B%B2>,
        <http://lexvo.org/id/term/ton/Pelaniti>,
        <http://lexvo.org/id/term/tur/Burundi>,
        <http://lexvo.org/id/term/twq/Burundi>,
        <http://lexvo.org/id/term/tzm/Burundi>,
        <http://lexvo.org/id/term/ukr/%D0%91%D1%83%D1%80%D1%83%D0%BD%D0%B4%D1%96>,
        <http://lexvo.org/id/term/urd/%D8%A8%D8%B1%D9%88%D9%86%DA%88%DB%8C>,
        <http://lexvo.org/id/term/vai-Latn/Bhurundi>,
        <http://lexvo.org/id/term/vai/%EA%96%9C%EA%96%A9%EA%94%BA>,
        <http://lexvo.org/id/term/vie/Burundi>,
        <http://lexvo.org/id/term/vun/Burundi>,
        <http://lexvo.org/id/term/wae/Burundi>,
        <http://lexvo.org/id/term/xog/Burundi>,
        <http://lexvo.org/id/term/yav/P%C3%BAl%C3%BAnd%C3%AD>,
        <http://lexvo.org/id/term/yor/Or%C3%ADl%E1%BA%B9%CC%81%C3%A8de%20B%C3%B9%C3%B9r%C3%BAnd%C3%AC>,
        <http://lexvo.org/id/term/zsm/Burundi>,
        <http://lexvo.org/id/term/zul/i-Burundi> ;
    owl:sameAs <http://psi.oasis-open.org/iso/3166/#108>,
        <http://sws.geonames.org/433561/> .

<http://lexvo.org/id/iso3166/BJ> a lvont:GeographicRegion ;
    rdfs:label "Benin"@af,
        "Bɛ̀nɨ̂ŋ"@agq,
        "Bɛnin"@ak,
        "ቤኒን"@am,
        "بنين"@ar,
        "Benini"@asa,
        "Benín"@ast,
        "Benin"@az,
        "Bènɛ̂ŋ"@bas,
        "Бенін"@be,
        "Hubenini"@bez,
        "Бенин"@bg,
        "Benɛn"@bm,
        "বেনিন"@bn,
        "བཱེ་ནིན།"@bo,
        "Benin"@br,
        "बेनेँ"@brx,
        "Benin"@bs,
        "Бенин"@bs-Cyrl,
        "Benín"@ca,
        "Benini"@cgg,
        "ᏆᏂᎢᏂ"@chr,
        "贝宁"@cmn,
        "貝寧"@cmn-Hant,
        "Benin"@cs,
        "Benin"@cy,
        "Benin"@da,
        "Benini"@dav,
        "Benin"@de,
        "Beniŋ"@dje,
        "Bene"@dyo,
        "བྷེ་ནིན"@dz,
        "Benini"@ebu,
        "Benin nutome"@ee,
        "Μπενίν"@el,
        "Benin"@en,
        "ISO 3166-1:BJ"@en,
        "𐐒𐐲𐑌𐐨𐑌"@en-Dsrt,
        "Benino"@eo,
        "Benín"@es,
        "Benin"@et,
        "Benin"@eu,
        "Bəníŋ"@ewo,
        "بنین"@fa,
        "Benee"@ff,
        "Benin"@fi,
        "Benin"@fil,
        "Benin"@fo,
        "Bénin"@fr,
        "Benin"@fur,
        "Beinin"@ga,
        "Beinin"@gd,
        "Benin"@gl,
        "Benin"@gsw,
        "બેનિન"@gu,
        "Benini"@guz,
        "Binin"@ha,
        "בנין"@he,
        "बेनिन"@hi,
        "Benin"@hr,
        "Benin"@hu,
        "Բենին"@hy,
        "Benin"@ia,
        "Benin"@id,
        "Binin"@ig,
        "Benín"@is,
        "Benin"@it,
        "ベナン"@ja,
        "Mbɛnɛ̂ŋ"@jgo,
        "Benini"@jmc,
        "ბენინი"@ka,
        "Binin"@kab,
        "Benini"@kam,
        "Benini"@kde,
        "Benin"@kea,
        "Beniŋ"@khq,
        "Benini"@ki,
        "Бенин"@kk,
        "Benin"@kl,
        "Emetab Benin"@kln,
        "បេណាំង"@km,
        "ಬೆನಿನ್"@kn,
        "베냉"@ko,
        "بِنِن"@ks,
        "Benini"@ksb,
        "bɛnǝ́n"@ksf,
        "dä Benin"@ksh,
        "Beníini"@lag,
        "Benini"@lg,
        "Benɛ"@ln,
        "ເບນິນ"@lo,
        "Beninas"@lt,
        "Bene"@lu,
        "Benin"@luo,
        "Benini"@luy,
        "Benina"@lv,
        "Benini"@mas,
        "Benini"@mer,
        "Benin"@mfe,
        "Benin"@mg,
        "Ubelin"@mgh,
        "Бенин"@mk,
        "ബെനിൻ"@ml,
        "बेनिन"@mr,
        "Benin"@mt,
        "beniŋ"@mua,
        "Benins"@naq,
        "Benin"@nb,
        "Bhenini"@nd,
        "बेनिन"@ne,
        "Benin"@nl,
        "Benin"@nmg,
        "Benin"@nn,
        "Be̱ni̱n"@nus,
        "Benini"@nyn,
        "ବେନିନ୍"@or,
        "Benin"@pl,
        "Benim"@pt,
        "Benin"@pt,
        "Benin"@rm,
        "Bene"@rn,
        "Benin"@ro,
        "Benini"@rof,
        "Бенин"@ru,
        "Benini"@rwk,
        "Benini"@saq,
        "Benini"@sbp,
        "Benin"@se,
        "Benin"@seh,
        "Beniŋ"@ses,
        "Benëen"@sg,
        "ⴱⵉⵏⵉⵏ"@shi,
        "binin"@shi-Latn,
        "බෙනින්"@si,
        "Benin"@sk,
        "Benin"@sl,
        "Benini"@sn,
        "Biniin"@so,
        "Бенин"@sr,
        "Benin"@sr-Latn,
        "Benin"@sv,
        "Benini"@swc,
        "Benini"@swh,
        "பெனின்"@ta,
        "బెనిన్"@te,
        "Benini"@teo,
        "เบนิน"@th,
        "ቤኒን"@ti,
        "Penini"@to,
        "Benin"@tr,
        "Beniŋ"@twq,
        "Binin"@tzm,
        "Бенін"@uk,
        "بینن"@ur,
        "ꗩꕇꘋ"@vai,
        "Bhɛni"@vai-Latn,
        "Benin"@vi,
        "Benini"@vun,
        "Benin"@wae,
        "Benini"@xog,
        "Penɛŋ"@yav,
        "Orílẹ́ède Bẹ̀nẹ̀"@yo,
        "Benin"@zsm,
        "i-Benin"@zu ;
    lvont:label <http://lexvo.org/id/term/afr/Benin>,
        <http://lexvo.org/id/term/agq/B%C9%9B%CC%80n%C9%A8%CC%82%C5%8B>,
        <http://lexvo.org/id/term/aka/B%C9%9Bnin>,
        <http://lexvo.org/id/term/amh/%E1%89%A4%E1%8A%92%E1%8A%95>,
        <http://lexvo.org/id/term/ara/%D8%A8%D9%86%D9%8A%D9%86>,
        <http://lexvo.org/id/term/asa/Benini>,
        <http://lexvo.org/id/term/ast/Ben%C3%ADn>,
        <http://lexvo.org/id/term/aze/Benin>,
        <http://lexvo.org/id/term/bam/Ben%C9%9Bn>,
        <http://lexvo.org/id/term/bas/B%C3%A8n%C9%9B%CC%82%C5%8B>,
        <http://lexvo.org/id/term/bel/%D0%91%D0%B5%D0%BD%D1%96%D0%BD>,
        <http://lexvo.org/id/term/ben/%E0%A6%AC%E0%A7%87%E0%A6%A8%E0%A6%BF%E0%A6%A8>,
        <http://lexvo.org/id/term/bez/Hubenini>,
        <http://lexvo.org/id/term/bod/%E0%BD%96%E0%BD%B1%E0%BD%BA%E0%BC%8B%E0%BD%93%E0%BD%B2%E0%BD%93%E0%BC%8D>,
        <http://lexvo.org/id/term/bos-Cyrl/%D0%91%D0%B5%D0%BD%D0%B8%D0%BD>,
        <http://lexvo.org/id/term/bos/Benin>,
        <http://lexvo.org/id/term/bre/Benin>,
        <http://lexvo.org/id/term/brx/%E0%A4%AC%E0%A5%87%E0%A4%A8%E0%A5%87%E0%A4%81>,
        <http://lexvo.org/id/term/bul/%D0%91%D0%B5%D0%BD%D0%B8%D0%BD>,
        <http://lexvo.org/id/term/cat/Ben%C3%ADn>,
        <http://lexvo.org/id/term/ces/Benin>,
        <http://lexvo.org/id/term/cgg/Benini>,
        <http://lexvo.org/id/term/chr/%E1%8F%86%E1%8F%82%E1%8E%A2%E1%8F%82>,
        <http://lexvo.org/id/term/cmn-Hant/%E8%B2%9D%E5%AF%A7>,
        <http://lexvo.org/id/term/cmn/%E8%B4%9D%E5%AE%81>,
        <http://lexvo.org/id/term/cym/Benin>,
        <http://lexvo.org/id/term/dan/Benin>,
        <http://lexvo.org/id/term/dav/Benini>,
        <http://lexvo.org/id/term/deu/Benin>,
        <http://lexvo.org/id/term/dje/Beni%C5%8B>,
        <http://lexvo.org/id/term/dyo/Bene>,
        <http://lexvo.org/id/term/dzo/%E0%BD%96%E0%BE%B7%E0%BD%BA%E0%BC%8B%E0%BD%93%E0%BD%B2%E0%BD%93>,
        <http://lexvo.org/id/term/ebu/Benini>,
        <http://lexvo.org/id/term/ell/%CE%9C%CF%80%CE%B5%CE%BD%CE%AF%CE%BD>,
        <http://lexvo.org/id/term/eng-Dsrt/%F0%90%90%92%F0%90%90%B2%F0%90%91%8C%F0%90%90%A8%F0%90%91%8C>,
        <http://lexvo.org/id/term/eng/Benin>,
        <http://lexvo.org/id/term/eng/ISO%203166-1%3ABJ>,
        <http://lexvo.org/id/term/epo/Benino>,
        <http://lexvo.org/id/term/est/Benin>,
        <http://lexvo.org/id/term/eus/Benin>,
        <http://lexvo.org/id/term/ewe/Benin%20nutome>,
        <http://lexvo.org/id/term/ewo/B%C9%99n%C3%AD%C5%8B>,
        <http://lexvo.org/id/term/fao/Benin>,
        <http://lexvo.org/id/term/fas/%D8%A8%D9%86%DB%8C%D9%86>,
        <http://lexvo.org/id/term/fil/Benin>,
        <http://lexvo.org/id/term/fin/Benin>,
        <http://lexvo.org/id/term/fra/B%C3%A9nin>,
        <http://lexvo.org/id/term/ful/Benee>,
        <http://lexvo.org/id/term/fur/Benin>,
        <http://lexvo.org/id/term/gla/Beinin>,
        <http://lexvo.org/id/term/gle/Beinin>,
        <http://lexvo.org/id/term/glg/Benin>,
        <http://lexvo.org/id/term/gsw/Benin>,
        <http://lexvo.org/id/term/guj/%E0%AA%AC%E0%AB%87%E0%AA%A8%E0%AA%BF%E0%AA%A8>,
        <http://lexvo.org/id/term/guz/Benini>,
        <http://lexvo.org/id/term/hau/Binin>,
        <http://lexvo.org/id/term/heb/%D7%91%D7%A0%D7%99%D7%9F>,
        <http://lexvo.org/id/term/hin/%E0%A4%AC%E0%A5%87%E0%A4%A8%E0%A4%BF%E0%A4%A8>,
        <http://lexvo.org/id/term/hrv/Benin>,
        <http://lexvo.org/id/term/hun/Benin>,
        <http://lexvo.org/id/term/hye/%D4%B2%D5%A5%D5%B6%D5%AB%D5%B6>,
        <http://lexvo.org/id/term/ibo/Binin>,
        <http://lexvo.org/id/term/ina/Benin>,
        <http://lexvo.org/id/term/ind/Benin>,
        <http://lexvo.org/id/term/isl/Ben%C3%ADn>,
        <http://lexvo.org/id/term/ita/Benin>,
        <http://lexvo.org/id/term/jgo/Mb%C9%9Bn%C9%9B%CC%82%C5%8B>,
        <http://lexvo.org/id/term/jmc/Benini>,
        <http://lexvo.org/id/term/jpn/%E3%83%99%E3%83%8A%E3%83%B3>,
        <http://lexvo.org/id/term/kab/Binin>,
        <http://lexvo.org/id/term/kal/Benin>,
        <http://lexvo.org/id/term/kam/Benini>,
        <http://lexvo.org/id/term/kan/%E0%B2%AC%E0%B3%86%E0%B2%A8%E0%B2%BF%E0%B2%A8%E0%B3%8D>,
        <http://lexvo.org/id/term/kas/%D8%A8%D9%90%D9%86%D9%90%D9%86>,
        <http://lexvo.org/id/term/kat/%E1%83%91%E1%83%94%E1%83%9C%E1%83%98%E1%83%9C%E1%83%98>,
        <http://lexvo.org/id/term/kaz/%D0%91%D0%B5%D0%BD%D0%B8%D0%BD>,
        <http://lexvo.org/id/term/kde/Benini>,
        <http://lexvo.org/id/term/kea/Benin>,
        <http://lexvo.org/id/term/khm/%E1%9E%94%E1%9F%81%E1%9E%8E%E1%9E%B6%E1%9F%86%E1%9E%84>,
        <http://lexvo.org/id/term/khq/Beni%C5%8B>,
        <http://lexvo.org/id/term/kik/Benini>,
        <http://lexvo.org/id/term/kln/Emetab%20Benin>,
        <http://lexvo.org/id/term/kor/%EB%B2%A0%EB%83%89>,
        <http://lexvo.org/id/term/ksb/Benini>,
        <http://lexvo.org/id/term/ksf/b%C9%9Bn%C7%9D%CC%81n>,
        <http://lexvo.org/id/term/ksh/d%C3%A4%20Benin>,
        <http://lexvo.org/id/term/lag/Ben%C3%ADini>,
        <http://lexvo.org/id/term/lao/%E0%BB%80%E0%BA%9A%E0%BA%99%E0%BA%B4%E0%BA%99>,
        <http://lexvo.org/id/term/lav/Benina>,
        <http://lexvo.org/id/term/lin/Ben%C9%9B>,
        <http://lexvo.org/id/term/lit/Beninas>,
        <http://lexvo.org/id/term/lub/Bene>,
        <http://lexvo.org/id/term/lug/Benini>,
        <http://lexvo.org/id/term/luo/Benin>,
        <http://lexvo.org/id/term/luy/Benini>,
        <http://lexvo.org/id/term/mal/%E0%B4%AC%E0%B5%86%E0%B4%A8%E0%B4%BF%E0%B5%BB>,
        <http://lexvo.org/id/term/mar/%E0%A4%AC%E0%A5%87%E0%A4%A8%E0%A4%BF%E0%A4%A8>,
        <http://lexvo.org/id/term/mas/Benini>,
        <http://lexvo.org/id/term/mer/Benini>,
        <http://lexvo.org/id/term/mfe/Benin>,
        <http://lexvo.org/id/term/mgh/Ubelin>,
        <http://lexvo.org/id/term/mkd/%D0%91%D0%B5%D0%BD%D0%B8%D0%BD>,
        <http://lexvo.org/id/term/mlg/Benin>,
        <http://lexvo.org/id/term/mlt/Benin>,
        <http://lexvo.org/id/term/mua/beni%C5%8B>,
        <http://lexvo.org/id/term/naq/Benins>,
        <http://lexvo.org/id/term/nde/Bhenini>,
        <http://lexvo.org/id/term/nep/%E0%A4%AC%E0%A5%87%E0%A4%A8%E0%A4%BF%E0%A4%A8>,
        <http://lexvo.org/id/term/nld/Benin>,
        <http://lexvo.org/id/term/nmg/Benin>,
        <http://lexvo.org/id/term/nno/Benin>,
        <http://lexvo.org/id/term/nob/Benin>,
        <http://lexvo.org/id/term/nus/Be%CC%B1ni%CC%B1n>,
        <http://lexvo.org/id/term/nyn/Benini>,
        <http://lexvo.org/id/term/ori/%E0%AC%AC%E0%AD%87%E0%AC%A8%E0%AC%BF%E0%AC%A8%E0%AD%8D>,
        <http://lexvo.org/id/term/pol/Benin>,
        <http://lexvo.org/id/term/por/Benim>,
        <http://lexvo.org/id/term/por/Benin>,
        <http://lexvo.org/id/term/rof/Benini>,
        <http://lexvo.org/id/term/roh/Benin>,
        <http://lexvo.org/id/term/ron/Benin>,
        <http://lexvo.org/id/term/run/Bene>,
        <http://lexvo.org/id/term/rus/%D0%91%D0%B5%D0%BD%D0%B8%D0%BD>,
        <http://lexvo.org/id/term/rwk/Benini>,
        <http://lexvo.org/id/term/sag/Ben%C3%ABen>,
        <http://lexvo.org/id/term/saq/Benini>,
        <http://lexvo.org/id/term/sbp/Benini>,
        <http://lexvo.org/id/term/seh/Benin>,
        <http://lexvo.org/id/term/ses/Beni%C5%8B>,
        <http://lexvo.org/id/term/shi-Latn/binin>,
        <http://lexvo.org/id/term/shi/%E2%B4%B1%E2%B5%89%E2%B5%8F%E2%B5%89%E2%B5%8F>,
        <http://lexvo.org/id/term/sin/%E0%B6%B6%E0%B7%99%E0%B6%B1%E0%B7%92%E0%B6%B1%E0%B7%8A>,
        <http://lexvo.org/id/term/slk/Benin>,
        <http://lexvo.org/id/term/slv/Benin>,
        <http://lexvo.org/id/term/sme/Benin>,
        <http://lexvo.org/id/term/sna/Benini>,
        <http://lexvo.org/id/term/som/Biniin>,
        <http://lexvo.org/id/term/spa/Ben%C3%ADn>,
        <http://lexvo.org/id/term/srp-Latn/Benin>,
        <http://lexvo.org/id/term/srp/%D0%91%D0%B5%D0%BD%D0%B8%D0%BD>,
        <http://lexvo.org/id/term/swc/Benini>,
        <http://lexvo.org/id/term/swe/Benin>,
        <http://lexvo.org/id/term/swh/Benini>,
        <http://lexvo.org/id/term/tam/%E0%AE%AA%E0%AF%86%E0%AE%A9%E0%AE%BF%E0%AE%A9%E0%AF%8D>,
        <http://lexvo.org/id/term/tel/%E0%B0%AC%E0%B1%86%E0%B0%A8%E0%B0%BF%E0%B0%A8%E0%B1%8D>,
        <http://lexvo.org/id/term/teo/Benini>,
        <http://lexvo.org/id/term/tha/%E0%B9%80%E0%B8%9A%E0%B8%99%E0%B8%B4%E0%B8%99>,
        <http://lexvo.org/id/term/tir/%E1%89%A4%E1%8A%92%E1%8A%95>,
        <http://lexvo.org/id/term/ton/Penini>,
        <http://lexvo.org/id/term/tur/Benin>,
        <http://lexvo.org/id/term/twq/Beni%C5%8B>,
        <http://lexvo.org/id/term/tzm/Binin>,
        <http://lexvo.org/id/term/ukr/%D0%91%D0%B5%D0%BD%D1%96%D0%BD>,
        <http://lexvo.org/id/term/urd/%D8%A8%DB%8C%D9%86%D9%86>,
        <http://lexvo.org/id/term/vai-Latn/Bh%C9%9Bni>,
        <http://lexvo.org/id/term/vai/%EA%97%A9%EA%95%87%EA%98%8B>,
        <http://lexvo.org/id/term/vie/Benin>,
        <http://lexvo.org/id/term/vun/Benini>,
        <http://lexvo.org/id/term/wae/Benin>,
        <http://lexvo.org/id/term/xog/Benini>,
        <http://lexvo.org/id/term/yav/Pen%C9%9B%C5%8B>,
        <http://lexvo.org/id/term/yor/Or%C3%ADl%E1%BA%B9%CC%81%C3%A8de%20B%E1%BA%B9%CC%80n%E1%BA%B9%CC%80>,
        <http://lexvo.org/id/term/zsm/Benin>,
        <http://lexvo.org/id/term/zul/i-Benin> ;
    owl:sameAs <http://psi.oasis-open.org/iso/3166/#204>,
        <http://sws.geonames.org/2395170/> .

<http://lexvo.org/id/iso3166/BL> a lvont:GeographicRegion ;
    rdfs:label "Sint Barthélemy"@af,
        "ቅዱስ በርቴሎሜ"@am,
        "سان بارتليمي"@ar,
        "San Bartolomé"@ast,
        "Seynt Bartelemey"@az,
        "Сейнт Бартоломей"@bg,
        "সেন্ট বারথেলিমি"@bn,
        "Saint Barthélemy"@br,
        "सेँ बार्थेलेमी"@brx,
        "Sv. Bartolomej"@bs,
        "Свети Бартоломеј"@bs-Cyrl,
        "Saint Barthélemy"@ca,
        "ᎠᏥᎸᏉᏗ ᏆᏕᎳᎻ"@chr,
        "圣巴泰勒米"@cmn,
        "聖巴瑟米"@cmn-Hant,
        "Svatý Bartoloměj"@cs,
        "Saint Barthelemy"@cy,
        "Saint Barthélemy"@da,
        "St. Barthélemy"@de,
        "སེནཊ་ བར་ཐོ་ལོམ་མིའུ"@dz,
        "Saint Barthélemy nutome"@ee,
        "Άγιος Βαρθολομαίος"@el,
        "ISO 3166-1:BL"@en,
        "Saint Barthélemy"@en,
        "𐐝𐐩𐑌𐐻 𐐒𐐪𐑉𐐻𐐩𐑊𐐲𐑋𐐨"@en-Dsrt,
        "San Bartolomé"@es,
        "Saint Barthélemy"@et,
        "San Bartolome"@eu,
        "سنت بارتیلمی"@fa,
        "Saint-Barthélemy"@fi,
        "Saint Barthélemy"@fil,
        "Saint Barthélemy"@fo,
        "Saint-Barthélémy"@fr,
        "Sant Barthélemy"@fur,
        "Saint Barthélemy"@ga,
        "Saint Barthélemy"@gd,
        "San Bartolomé"@gl,
        "St. Barthelemi"@gsw,
        "સેંટ બાર્થલેમી"@gu,
        "סנט ברתולומיאו"@he,
        "सेंट बार्थेलेमी"@hi,
        "Sveti Bartolomej"@hr,
        "Saint Barthélemy"@hu,
        "Saint Barthelemy"@id,
        "Saint Barthélemy"@is,
        "San Bartolomeo"@it,
        "サン・バルテルミー島"@ja,
        "Sãu Bartolomeu"@kea,
        "Saint Barthélemy"@kl,
        "សង់ បាតេឡេម៉ី"@km,
        "ಸೇಂಟ್ ಬಾರ್ಥೆಲೆಮಿ"@kn,
        "생 바르텔르미"@ko,
        "سینٛٹ بارتَھیلمی"@ks,
        "de Zint Battälmi-Enselle"@ksh,
        "ຊິນ ບາເທລີມີ"@lo,
        "Švento Baltramiejaus Sala"@lt,
        "Senbartelmī"@lv,
        "Сент Бартоломеј"@mk,
        "സെൻറ് ബാർത്തെൽമി"@ml,
        "सेंट बार्थेलेमी"@mr,
        "Saint Barthélemy"@nb,
        "सेन्ट बार्थालेमी"@ne,
        "Saint Barthélemy"@nl,
        "Saint Barthélemy"@nn,
        "ସେଣ୍ଟ ବାର୍ଥେଲେମି"@or,
        "Saint-Barthélemy"@pl,
        "São Bartolomeu"@pt,
        "Son Barthélemy"@rm,
        "Sfântul Bartolomeu"@ro,
        "О-в Св. Бартоломея"@ru,
        "Saint Barthélemy"@se,
        "ශාන්ත බෙත්ලහෙම"@si,
        "Svätý Bartolomej"@sk,
        "Saint Barthelemy"@sl,
        "Свети Бартоломеј"@sr,
        "Sv. Bartolomej"@sr-Latn,
        "S:t Barthélemy"@sv,
        "Santabathelemi"@swh,
        "செயின்ட் பார்தேலெமி"@ta,
        "సెంట్ బర్తేలెమీ"@te,
        "เซนต์บาร์เธเลมี"@th,
        "Seini Pafelemi"@to,
        "Saint Barthelemy"@tr,
        "Острів Святого Бартоломея"@uk,
        "سینٹ برتھلیمی"@ur,
        "Saint Barthélemy"@vi,
        "St. Bartholomäus-Insla"@wae,
        "Saint Barthélemy"@zsm,
        "i-Saint Barthélemy"@zu ;
    lvont:label <http://lexvo.org/id/term/afr/Sint%20Barth%C3%A9lemy>,
        <http://lexvo.org/id/term/amh/%E1%89%85%E1%8B%B1%E1%88%B5%20%E1%89%A0%E1%88%AD%E1%89%B4%E1%88%8E%E1%88%9C>,
        <http://lexvo.org/id/term/ara/%D8%B3%D8%A7%D9%86%20%D8%A8%D8%A7%D8%B1%D8%AA%D9%84%D9%8A%D9%85%D9%8A>,
        <http://lexvo.org/id/term/ast/San%20Bartolom%C3%A9>,
        <http://lexvo.org/id/term/aze/Seynt%20Bartelemey>,
        <http://lexvo.org/id/term/ben/%E0%A6%B8%E0%A7%87%E0%A6%A8%E0%A7%8D%E0%A6%9F%20%E0%A6%AC%E0%A6%BE%E0%A6%B0%E0%A6%A5%E0%A7%87%E0%A6%B2%E0%A6%BF%E0%A6%AE%E0%A6%BF>,
        <http://lexvo.org/id/term/bos-Cyrl/%D0%A1%D0%B2%D0%B5%D1%82%D0%B8%20%D0%91%D0%B0%D1%80%D1%82%D0%BE%D0%BB%D0%BE%D0%BC%D0%B5%D1%98>,
        <http://lexvo.org/id/term/bos/Sv.%20Bartolomej>,
        <http://lexvo.org/id/term/bre/Saint%20Barth%C3%A9lemy>,
        <http://lexvo.org/id/term/brx/%E0%A4%B8%E0%A5%87%E0%A4%81%20%E0%A4%AC%E0%A4%BE%E0%A4%B0%E0%A5%8D%E0%A4%A5%E0%A5%87%E0%A4%B2%E0%A5%87%E0%A4%AE%E0%A5%80>,
        <http://lexvo.org/id/term/bul/%D0%A1%D0%B5%D0%B9%D0%BD%D1%82%20%D0%91%D0%B0%D1%80%D1%82%D0%BE%D0%BB%D0%BE%D0%BC%D0%B5%D0%B9>,
        <http://lexvo.org/id/term/cat/Saint%20Barth%C3%A9lemy>,
        <http://lexvo.org/id/term/ces/Svat%C3%BD%20Bartolom%C4%9Bj>,
        <http://lexvo.org/id/term/chr/%E1%8E%A0%E1%8F%A5%E1%8E%B8%E1%8F%89%E1%8F%97%20%E1%8F%86%E1%8F%95%E1%8E%B3%E1%8E%BB>,
        <http://lexvo.org/id/term/cmn-Hant/%E8%81%96%E5%B7%B4%E7%91%9F%E7%B1%B3>,
        <http://lexvo.org/id/term/cmn/%E5%9C%A3%E5%B7%B4%E6%B3%B0%E5%8B%92%E7%B1%B3>,
        <http://lexvo.org/id/term/cym/Saint%20Barthelemy>,
        <http://lexvo.org/id/term/dan/Saint%20Barth%C3%A9lemy>,
        <http://lexvo.org/id/term/deu/St.%20Barth%C3%A9lemy>,
        <http://lexvo.org/id/term/dzo/%E0%BD%A6%E0%BD%BA%E0%BD%93%E0%BD%8A%E0%BC%8B%20%E0%BD%96%E0%BD%A2%E0%BC%8B%E0%BD%90%E0%BD%BC%E0%BC%8B%E0%BD%A3%E0%BD%BC%E0%BD%98%E0%BC%8B%E0%BD%98%E0%BD%B2%E0%BD%A0%E0%BD%B4>,
        <http://lexvo.org/id/term/ell/%CE%86%CE%B3%CE%B9%CE%BF%CF%82%20%CE%92%CE%B1%CF%81%CE%B8%CE%BF%CE%BB%CE%BF%CE%BC%CE%B1%CE%AF%CE%BF%CF%82>,
        <http://lexvo.org/id/term/eng-Dsrt/%F0%90%90%9D%F0%90%90%A9%F0%90%91%8C%F0%90%90%BB%20%F0%90%90%92%F0%90%90%AA%F0%90%91%89%F0%90%90%BB%F0%90%90%A9%F0%90%91%8A%F0%90%90%B2%F0%90%91%8B%F0%90%90%A8>,
        <http://lexvo.org/id/term/eng/ISO%203166-1%3ABL>,
        <http://lexvo.org/id/term/eng/Saint%20Barth%C3%A9lemy>,
        <http://lexvo.org/id/term/est/Saint%20Barth%C3%A9lemy>,
        <http://lexvo.org/id/term/eus/San%20Bartolome>,
        <http://lexvo.org/id/term/ewe/Saint%20Barth%C3%A9lemy%20nutome>,
        <http://lexvo.org/id/term/fao/Saint%20Barth%C3%A9lemy>,
        <http://lexvo.org/id/term/fas/%D8%B3%D9%86%D8%AA%20%D8%A8%D8%A7%D8%B1%D8%AA%DB%8C%D9%84%D9%85%DB%8C>,
        <http://lexvo.org/id/term/fil/Saint%20Barth%C3%A9lemy>,
        <http://lexvo.org/id/term/fin/Saint-Barth%C3%A9lemy>,
        <http://lexvo.org/id/term/fra/Saint-Barth%C3%A9l%C3%A9my>,
        <http://lexvo.org/id/term/fur/Sant%20Barth%C3%A9lemy>,
        <http://lexvo.org/id/term/gla/Saint%20Barth%C3%A9lemy>,
        <http://lexvo.org/id/term/gle/Saint%20Barth%C3%A9lemy>,
        <http://lexvo.org/id/term/glg/San%20Bartolom%C3%A9>,
        <http://lexvo.org/id/term/gsw/St.%20Barthelemi>,
        <http://lexvo.org/id/term/guj/%E0%AA%B8%E0%AB%87%E0%AA%82%E0%AA%9F%20%E0%AA%AC%E0%AA%BE%E0%AA%B0%E0%AB%8D%E0%AA%A5%E0%AA%B2%E0%AB%87%E0%AA%AE%E0%AB%80>,
        <http://lexvo.org/id/term/heb/%D7%A1%D7%A0%D7%98%20%D7%91%D7%A8%D7%AA%D7%95%D7%9C%D7%95%D7%9E%D7%99%D7%90%D7%95>,
        <http://lexvo.org/id/term/hin/%E0%A4%B8%E0%A5%87%E0%A4%82%E0%A4%9F%20%E0%A4%AC%E0%A4%BE%E0%A4%B0%E0%A5%8D%E0%A4%A5%E0%A5%87%E0%A4%B2%E0%A5%87%E0%A4%AE%E0%A5%80>,
        <http://lexvo.org/id/term/hrv/Sveti%20Bartolomej>,
        <http://lexvo.org/id/term/hun/Saint%20Barth%C3%A9lemy>,
        <http://lexvo.org/id/term/ind/Saint%20Barthelemy>,
        <http://lexvo.org/id/term/isl/Saint%20Barth%C3%A9lemy>,
        <http://lexvo.org/id/term/ita/San%20Bartolomeo>,
        <http://lexvo.org/id/term/jpn/%E3%82%B5%E3%83%B3%E3%83%BB%E3%83%90%E3%83%AB%E3%83%86%E3%83%AB%E3%83%9F%E3%83%BC%E5%B3%B6>,
        <http://lexvo.org/id/term/kal/Saint%20Barth%C3%A9lemy>,
        <http://lexvo.org/id/term/kan/%E0%B2%B8%E0%B3%87%E0%B2%82%E0%B2%9F%E0%B3%8D%20%E0%B2%AC%E0%B2%BE%E0%B2%B0%E0%B3%8D%E0%B2%A5%E0%B3%86%E0%B2%B2%E0%B3%86%E0%B2%AE%E0%B2%BF>,
        <http://lexvo.org/id/term/kas/%D8%B3%DB%8C%D9%86%D9%9B%D9%B9%20%D8%A8%D8%A7%D8%B1%D8%AA%D9%8E%DA%BE%DB%8C%D9%84%D9%85%DB%8C>,
        <http://lexvo.org/id/term/kea/S%C3%A3u%20Bartolomeu>,
        <http://lexvo.org/id/term/khm/%E1%9E%9F%E1%9E%84%E1%9F%8B%20%E1%9E%94%E1%9E%B6%E1%9E%8F%E1%9F%81%E1%9E%A1%E1%9F%81%E1%9E%98%E1%9F%89%E1%9E%B8>,
        <http://lexvo.org/id/term/kor/%EC%83%9D%20%EB%B0%94%EB%A5%B4%ED%85%94%EB%A5%B4%EB%AF%B8>,
        <http://lexvo.org/id/term/ksh/de%20Zint%20Batt%C3%A4lmi-Enselle>,
        <http://lexvo.org/id/term/lao/%E0%BA%8A%E0%BA%B4%E0%BA%99%20%E0%BA%9A%E0%BA%B2%E0%BB%80%E0%BA%97%E0%BA%A5%E0%BA%B5%E0%BA%A1%E0%BA%B5>,
        <http://lexvo.org/id/term/lav/Senbartelm%C4%AB>,
        <http://lexvo.org/id/term/lit/%C5%A0vento%20Baltramiejaus%20Sala>,
        <http://lexvo.org/id/term/mal/%E0%B4%B8%E0%B5%86%E0%B5%BB%E0%B4%B1%E0%B5%8D%20%E0%B4%AC%E0%B4%BE%E0%B5%BC%E0%B4%A4%E0%B5%8D%E0%B4%A4%E0%B5%86%E0%B5%BD%E0%B4%AE%E0%B4%BF>,
        <http://lexvo.org/id/term/mar/%E0%A4%B8%E0%A5%87%E0%A4%82%E0%A4%9F%20%E0%A4%AC%E0%A4%BE%E0%A4%B0%E0%A5%8D%E0%A4%A5%E0%A5%87%E0%A4%B2%E0%A5%87%E0%A4%AE%E0%A5%80>,
        <http://lexvo.org/id/term/mkd/%D0%A1%D0%B5%D0%BD%D1%82%20%D0%91%D0%B0%D1%80%D1%82%D0%BE%D0%BB%D0%BE%D0%BC%D0%B5%D1%98>,
        <http://lexvo.org/id/term/nep/%E0%A4%B8%E0%A5%87%E0%A4%A8%E0%A5%8D%E0%A4%9F%20%E0%A4%AC%E0%A4%BE%E0%A4%B0%E0%A5%8D%E0%A4%A5%E0%A4%BE%E0%A4%B2%E0%A5%87%E0%A4%AE%E0%A5%80>,
        <http://lexvo.org/id/term/nld/Saint%20Barth%C3%A9lemy>,
        <http://lexvo.org/id/term/nno/Saint%20Barth%C3%A9lemy>,
        <http://lexvo.org/id/term/nob/Saint%20Barth%C3%A9lemy>,
        <http://lexvo.org/id/term/ori/%E0%AC%B8%E0%AD%87%E0%AC%A3%E0%AD%8D%E0%AC%9F%20%E0%AC%AC%E0%AC%BE%E0%AC%B0%E0%AD%8D%E0%AC%A5%E0%AD%87%E0%AC%B2%E0%AD%87%E0%AC%AE%E0%AC%BF>,
        <http://lexvo.org/id/term/pol/Saint-Barth%C3%A9lemy>,
        <http://lexvo.org/id/term/por/S%C3%A3o%20Bartolomeu>,
        <http://lexvo.org/id/term/roh/Son%20Barth%C3%A9lemy>,
        <http://lexvo.org/id/term/ron/Sf%C3%A2ntul%20Bartolomeu>,
        <http://lexvo.org/id/term/rus/%D0%9E-%D0%B2%20%D0%A1%D0%B2.%20%D0%91%D0%B0%D1%80%D1%82%D0%BE%D0%BB%D0%BE%D0%BC%D0%B5%D1%8F>,
        <http://lexvo.org/id/term/sin/%E0%B7%81%E0%B7%8F%E0%B6%B1%E0%B7%8A%E0%B6%AD%20%E0%B6%B6%E0%B7%99%E0%B6%AD%E0%B7%8A%E0%B6%BD%E0%B7%84%E0%B7%99%E0%B6%B8>,
        <http://lexvo.org/id/term/slk/Sv%C3%A4t%C3%BD%20Bartolomej>,
        <http://lexvo.org/id/term/slv/Saint%20Barthelemy>,
        <http://lexvo.org/id/term/sme/Saint%20Barth%C3%A9lemy>,
        <http://lexvo.org/id/term/spa/San%20Bartolom%C3%A9>,
        <http://lexvo.org/id/term/srp-Latn/Sv.%20Bartolomej>,
        <http://lexvo.org/id/term/srp/%D0%A1%D0%B2%D0%B5%D1%82%D0%B8%20%D0%91%D0%B0%D1%80%D1%82%D0%BE%D0%BB%D0%BE%D0%BC%D0%B5%D1%98>,
        <http://lexvo.org/id/term/swe/S%3At%20Barth%C3%A9lemy>,
        <http://lexvo.org/id/term/swh/Santabathelemi>,
        <http://lexvo.org/id/term/tam/%E0%AE%9A%E0%AF%86%E0%AE%AF%E0%AE%BF%E0%AE%A9%E0%AF%8D%E0%AE%9F%E0%AF%8D%20%E0%AE%AA%E0%AE%BE%E0%AE%B0%E0%AF%8D%E0%AE%A4%E0%AF%87%E0%AE%B2%E0%AF%86%E0%AE%AE%E0%AE%BF>,
        <http://lexvo.org/id/term/tel/%E0%B0%B8%E0%B1%86%E0%B0%82%E0%B0%9F%E0%B1%8D%20%E0%B0%AC%E0%B0%B0%E0%B1%8D%E0%B0%A4%E0%B1%87%E0%B0%B2%E0%B1%86%E0%B0%AE%E0%B1%80>,
        <http://lexvo.org/id/term/tha/%E0%B9%80%E0%B8%8B%E0%B8%99%E0%B8%95%E0%B9%8C%E0%B8%9A%E0%B8%B2%E0%B8%A3%E0%B9%8C%E0%B9%80%E0%B8%98%E0%B9%80%E0%B8%A5%E0%B8%A1%E0%B8%B5>,
        <http://lexvo.org/id/term/ton/Seini%20Pafelemi>,
        <http://lexvo.org/id/term/tur/Saint%20Barthelemy>,
        <http://lexvo.org/id/term/ukr/%D0%9E%D1%81%D1%82%D1%80%D1%96%D0%B2%20%D0%A1%D0%B2%D1%8F%D1%82%D0%BE%D0%B3%D0%BE%20%D0%91%D0%B0%D1%80%D1%82%D0%BE%D0%BB%D0%BE%D0%BC%D0%B5%D1%8F>,
        <http://lexvo.org/id/term/urd/%D8%B3%DB%8C%D9%86%D9%B9%20%D8%A8%D8%B1%D8%AA%DA%BE%D9%84%DB%8C%D9%85%DB%8C>,
        <http://lexvo.org/id/term/vie/Saint%20Barth%C3%A9lemy>,
        <http://lexvo.org/id/term/wae/St.%20Bartholom%C3%A4us-Insla>,
        <http://lexvo.org/id/term/zsm/Saint%20Barth%C3%A9lemy>,
        <http://lexvo.org/id/term/zul/i-Saint%20Barth%C3%A9lemy> ;
    owl:sameAs <http://sws.geonames.org/3578476/> .

<http://lexvo.org/id/iso3166/BM> a lvont:GeographicRegion ;
    rdfs:label "Bermuda"@af,
        "Bɛ̀mudà"@agq,
        "Bɛmuda"@ak,
        "ቤርሙዳ"@am,
        "برمودا"@ar,
        "Bermuda"@asa,
        "Les Bermudes"@ast,
        "Bermuda"@az,
        "Bɛ̀rmudà"@bas,
        "Бермудскія астравы"@be,
        "Hubelmuda"@bez,
        "Бермуда"@bg,
        "Bermudi"@bm,
        "বারমুডা"@bn,
        "བར་མུ་ཌ།"@bo,
        "Bermuda"@br,
        "बरमूडा"@brx,
        "Bermuda"@bs,
        "Бермуда"@bs-Cyrl,
        "ቤርሙዳ"@byn,
        "Bermudes"@ca,
        "Berimuda"@cgg,
        "ᏆᏊᏓ"@chr,
        "百慕大"@cmn,
        "百慕達"@cmn-Hant,
        "Bermudy"@cs,
        "Bermwda"@cy,
        "Bermuda"@da,
        "Bermuda"@dav,
        "Bermuda"@de,
        "Bermuda"@dje,
        "Bermud"@dyo,
        "བར་མུ་ཌ"@dz,
        "Bermuda"@ebu,
        "Bermuda nutome"@ee,
        "Βερμούδες"@el,
        "Bermuda"@en,
        "ISO 3166-1:BM"@en,
        "𐐒𐐲𐑉𐑋𐐷𐐭𐐼𐐲"@en-Dsrt,
        "Bermudoj"@eo,
        "Bermudas"@es,
        "Bermuda"@et,
        "Bermuda"@eu,
        "Bɛrəmúd"@ewo,
        "برمودا"@fa,
        "Bermudaa"@ff,
        "Bermuda"@fi,
        "Bermuda"@fil,
        "Bermuda"@fo,
        "Bermudes"@fr,
        "Bermuda"@fur,
        "Beirmiúda"@ga,
        "Bearmùda"@gd,
        "Bermudas"@gl,
        "Bermuuda"@gsw,
        "બર્મુડા"@gu,
        "Bermuda"@guz,
        "Barmuda"@ha,
        "ברמודה"@he,
        "बरमूडा"@hi,
        "Bermuda"@hr,
        "Bermuda"@hu,
        "Bermuda"@id,
        "Bemuda"@ig,
        "Bermúdaeyjar"@is,
        "Bermuda"@it,
        "バミューダ"@ja,
        "Bermuda"@jmc,
        "ბერმუდა"@ka,
        "Bermuda"@kab,
        "Bermuda"@kam,
        "Belmuda"@kde,
        "Bermudas"@kea,
        "Bermuda"@khq,
        "Bermuda"@ki,
        "Bermuda"@kl,
        "Emetab Bermuda"@kln,
        "ប៊ឺមុយដា"@km,
        "ಬರ್ಮುಡಾ"@kn,
        "버뮤다"@ko,
        "بٔرمیوڈا"@ks,
        "Belmuda"@ksb,
        "bɛɛmúdǝ"@ksf,
        "de Bermudas"@ksh,
        "Berimúuda"@lag,
        "Beremuda"@lg,
        "Bermuda"@ln,
        "ເບີມູດາ"@lo,
        "Bermuda"@lt,
        "Bermuda"@lu,
        "Bermuda"@luo,
        "Bermuda"@luy,
        "Bermudu salas"@lv,
        "Bermuda"@mas,
        "Bamuda"@mer,
        "Bermid"@mfe,
        "Bermioda"@mg,
        "Бермуди"@mk,
        "ബർമുഡ"@ml,
        "बर्मुडा"@mr,
        "Bermuda"@mt,
        "bermudiya"@mua,
        "ဘာမူဒါ"@my,
        "Bermudas"@naq,
        "Bermuda"@nb,
        "Bhemuda"@nd,
        "बर्मुडा"@ne,
        "Bermuda"@nl,
        "Bɛrmuda"@nmg,
        "Bermuda"@nn,
        "Be̱rmudaa"@nus,
        "Berimuda"@nyn,
        "ବରମୁଡା"@or,
        "Bermudy"@pl,
        "Bermudas"@pt,
        "Bermudas"@rm,
        "Berimuda"@rn,
        "Bermuda"@ro,
        "Bermuda"@rof,
        "Бермудские о-ва"@ru,
        "Bermuda"@rwk,
        "Bermuda"@saq,
        "Belimuda"@sbp,
        "Bermuda"@se,
        "Bermudas"@seh,
        "Bermuda"@ses,
        "Beremûda"@sg,
        "ⴱⵔⵎⵓⴷⴰ"@shi,
        "brmuda"@shi-Latn,
        "බර්මියුඩා"@si,
        "Bermudy"@sk,
        "Bermudi"@sl,
        "Bermuda"@sn,
        "Bermuuda"@so,
        "Бермуда"@sr,
        "Bermuda"@sr-Latn,
        "Bermuda"@sv,
        "Bermuda"@swc,
        "Bermuda"@swh,
        "பெர்முடா"@ta,
        "బర్మయుడా"@te,
        "Bermuda"@teo,
        "เบอร์มิวดา"@th,
        "ቤርሙዳ"@ti,
        "ቤርሙዳ"@tig,
        "Pēmuta"@to,
        "Bermuda"@tr,
        "Bermuda"@twq,
        "Birmuda"@tzm,
        "Бермуди"@uk,
        "برمودا"@ur,
        "ꗩꖷꕜ"@vai,
        "Bhɛmuda"@vai-Latn,
        "Bermuda"@vi,
        "Bermuda"@vun,
        "Bermuda"@wae,
        "ቤርሙዳ"@wal,
        "Beremuda"@xog,
        "Pɛlmúta"@yav,
        "Orílẹ́ède Bémúdà"@yo,
        "Bermuda"@zsm,
        "i-Bermuda"@zu ;
    lvont:label <http://lexvo.org/id/term/afr/Bermuda>,
        <http://lexvo.org/id/term/agq/B%C9%9B%CC%80mud%C3%A0>,
        <http://lexvo.org/id/term/aka/B%C9%9Bmuda>,
        <http://lexvo.org/id/term/amh/%E1%89%A4%E1%88%AD%E1%88%99%E1%8B%B3>,
        <http://lexvo.org/id/term/ara/%D8%A8%D8%B1%D9%85%D9%88%D8%AF%D8%A7>,
        <http://lexvo.org/id/term/asa/Bermuda>,
        <http://lexvo.org/id/term/ast/Les%20Bermudes>,
        <http://lexvo.org/id/term/aze/Bermuda>,
        <http://lexvo.org/id/term/bam/Bermudi>,
        <http://lexvo.org/id/term/bas/B%C9%9B%CC%80rmud%C3%A0>,
        <http://lexvo.org/id/term/bel/%D0%91%D0%B5%D1%80%D0%BC%D1%83%D0%B4%D1%81%D0%BA%D1%96%D1%8F%20%D0%B0%D1%81%D1%82%D1%80%D0%B0%D0%B2%D1%8B>,
        <http://lexvo.org/id/term/ben/%E0%A6%AC%E0%A6%BE%E0%A6%B0%E0%A6%AE%E0%A7%81%E0%A6%A1%E0%A6%BE>,
        <http://lexvo.org/id/term/bez/Hubelmuda>,
        <http://lexvo.org/id/term/bod/%E0%BD%96%E0%BD%A2%E0%BC%8B%E0%BD%98%E0%BD%B4%E0%BC%8B%E0%BD%8C%E0%BC%8D>,
        <http://lexvo.org/id/term/bos-Cyrl/%D0%91%D0%B5%D1%80%D0%BC%D1%83%D0%B4%D0%B0>,
        <http://lexvo.org/id/term/bos/Bermuda>,
        <http://lexvo.org/id/term/bre/Bermuda>,
        <http://lexvo.org/id/term/brx/%E0%A4%AC%E0%A4%B0%E0%A4%AE%E0%A5%82%E0%A4%A1%E0%A4%BE>,
        <http://lexvo.org/id/term/bul/%D0%91%D0%B5%D1%80%D0%BC%D1%83%D0%B4%D0%B0>,
        <http://lexvo.org/id/term/byn/%E1%89%A4%E1%88%AD%E1%88%99%E1%8B%B3>,
        <http://lexvo.org/id/term/cat/Bermudes>,
        <http://lexvo.org/id/term/ces/Bermudy>,
        <http://lexvo.org/id/term/cgg/Berimuda>,
        <http://lexvo.org/id/term/chr/%E1%8F%86%E1%8F%8A%E1%8F%93>,
        <http://lexvo.org/id/term/cmn-Hant/%E7%99%BE%E6%85%95%E9%81%94>,
        <http://lexvo.org/id/term/cmn/%E7%99%BE%E6%85%95%E5%A4%A7>,
        <http://lexvo.org/id/term/cym/Bermwda>,
        <http://lexvo.org/id/term/dan/Bermuda>,
        <http://lexvo.org/id/term/dav/Bermuda>,
        <http://lexvo.org/id/term/deu/Bermuda>,
        <http://lexvo.org/id/term/dje/Bermuda>,
        <http://lexvo.org/id/term/dyo/Bermud>,
        <http://lexvo.org/id/term/dzo/%E0%BD%96%E0%BD%A2%E0%BC%8B%E0%BD%98%E0%BD%B4%E0%BC%8B%E0%BD%8C>,
        <http://lexvo.org/id/term/ebu/Bermuda>,
        <http://lexvo.org/id/term/ell/%CE%92%CE%B5%CF%81%CE%BC%CE%BF%CF%8D%CE%B4%CE%B5%CF%82>,
        <http://lexvo.org/id/term/eng-Dsrt/%F0%90%90%92%F0%90%90%B2%F0%90%91%89%F0%90%91%8B%F0%90%90%B7%F0%90%90%AD%F0%90%90%BC%F0%90%90%B2>,
        <http://lexvo.org/id/term/eng/Bermuda>,
        <http://lexvo.org/id/term/eng/ISO%203166-1%3ABM>,
        <http://lexvo.org/id/term/epo/Bermudoj>,
        <http://lexvo.org/id/term/est/Bermuda>,
        <http://lexvo.org/id/term/eus/Bermuda>,
        <http://lexvo.org/id/term/ewe/Bermuda%20nutome>,
        <http://lexvo.org/id/term/ewo/B%C9%9Br%C9%99m%C3%BAd>,
        <http://lexvo.org/id/term/fao/Bermuda>,
        <http://lexvo.org/id/term/fas/%D8%A8%D8%B1%D9%85%D9%88%D8%AF%D8%A7>,
        <http://lexvo.org/id/term/fil/Bermuda>,
        <http://lexvo.org/id/term/fin/Bermuda>,
        <http://lexvo.org/id/term/fra/Bermudes>,
        <http://lexvo.org/id/term/ful/Bermudaa>,
        <http://lexvo.org/id/term/fur/Bermuda>,
        <http://lexvo.org/id/term/gla/Bearm%C3%B9da>,
        <http://lexvo.org/id/term/gle/Beirmi%C3%BAda>,
        <http://lexvo.org/id/term/glg/Bermudas>,
        <http://lexvo.org/id/term/gsw/Bermuuda>,
        <http://lexvo.org/id/term/guj/%E0%AA%AC%E0%AA%B0%E0%AB%8D%E0%AA%AE%E0%AB%81%E0%AA%A1%E0%AA%BE>,
        <http://lexvo.org/id/term/guz/Bermuda>,
        <http://lexvo.org/id/term/hau/Barmuda>,
        <http://lexvo.org/id/term/heb/%D7%91%D7%A8%D7%9E%D7%95%D7%93%D7%94>,
        <http://lexvo.org/id/term/hin/%E0%A4%AC%E0%A4%B0%E0%A4%AE%E0%A5%82%E0%A4%A1%E0%A4%BE>,
        <http://lexvo.org/id/term/hrv/Bermuda>,
        <http://lexvo.org/id/term/hun/Bermuda>,
        <http://lexvo.org/id/term/ibo/Bemuda>,
        <http://lexvo.org/id/term/ind/Bermuda>,
        <http://lexvo.org/id/term/isl/Berm%C3%BAdaeyjar>,
        <http://lexvo.org/id/term/ita/Bermuda>,
        <http://lexvo.org/id/term/jmc/Bermuda>,
        <http://lexvo.org/id/term/jpn/%E3%83%90%E3%83%9F%E3%83%A5%E3%83%BC%E3%83%80>,
        <http://lexvo.org/id/term/kab/Bermuda>,
        <http://lexvo.org/id/term/kal/Bermuda>,
        <http://lexvo.org/id/term/kam/Bermuda>,
        <http://lexvo.org/id/term/kan/%E0%B2%AC%E0%B2%B0%E0%B3%8D%E0%B2%AE%E0%B3%81%E0%B2%A1%E0%B2%BE>,
        <http://lexvo.org/id/term/kas/%D8%A8%D9%94%D8%B1%D9%85%DB%8C%D9%88%DA%88%D8%A7>,
        <http://lexvo.org/id/term/kat/%E1%83%91%E1%83%94%E1%83%A0%E1%83%9B%E1%83%A3%E1%83%93%E1%83%90>,
        <http://lexvo.org/id/term/kde/Belmuda>,
        <http://lexvo.org/id/term/kea/Bermudas>,
        <http://lexvo.org/id/term/khm/%E1%9E%94%E1%9F%8A%E1%9E%BA%E1%9E%98%E1%9E%BB%E1%9E%99%E1%9E%8A%E1%9E%B6>,
        <http://lexvo.org/id/term/khq/Bermuda>,
        <http://lexvo.org/id/term/kik/Bermuda>,
        <http://lexvo.org/id/term/kln/Emetab%20Bermuda>,
        <http://lexvo.org/id/term/kor/%EB%B2%84%EB%AE%A4%EB%8B%A4>,
        <http://lexvo.org/id/term/ksb/Belmuda>,
        <http://lexvo.org/id/term/ksf/b%C9%9B%C9%9Bm%C3%BAd%C7%9D>,
        <http://lexvo.org/id/term/ksh/de%20Bermudas>,
        <http://lexvo.org/id/term/lag/Berim%C3%BAuda>,
        <http://lexvo.org/id/term/lao/%E0%BB%80%E0%BA%9A%E0%BA%B5%E0%BA%A1%E0%BA%B9%E0%BA%94%E0%BA%B2>,
        <http://lexvo.org/id/term/lav/Bermudu%20salas>,
        <http://lexvo.org/id/term/lin/Bermuda>,
        <http://lexvo.org/id/term/lit/Bermuda>,
        <http://lexvo.org/id/term/lub/Bermuda>,
        <http://lexvo.org/id/term/lug/Beremuda>,
        <http://lexvo.org/id/term/luo/Bermuda>,
        <http://lexvo.org/id/term/luy/Bermuda>,
        <http://lexvo.org/id/term/mal/%E0%B4%AC%E0%B5%BC%E0%B4%AE%E0%B5%81%E0%B4%A1>,
        <http://lexvo.org/id/term/mar/%E0%A4%AC%E0%A4%B0%E0%A5%8D%E0%A4%AE%E0%A5%81%E0%A4%A1%E0%A4%BE>,
        <http://lexvo.org/id/term/mas/Bermuda>,
        <http://lexvo.org/id/term/mer/Bamuda>,
        <http://lexvo.org/id/term/mfe/Bermid>,
        <http://lexvo.org/id/term/mkd/%D0%91%D0%B5%D1%80%D0%BC%D1%83%D0%B4%D0%B8>,
        <http://lexvo.org/id/term/mlg/Bermioda>,
        <http://lexvo.org/id/term/mlt/Bermuda>,
        <http://lexvo.org/id/term/mua/bermudiya>,
        <http://lexvo.org/id/term/mya/%E1%80%98%E1%80%AC%E1%80%99%E1%80%B0%E1%80%92%E1%80%AB>,
        <http://lexvo.org/id/term/naq/Bermudas>,
        <http://lexvo.org/id/term/nde/Bhemuda>,
        <http://lexvo.org/id/term/nep/%E0%A4%AC%E0%A4%B0%E0%A5%8D%E0%A4%AE%E0%A5%81%E0%A4%A1%E0%A4%BE>,
        <http://lexvo.org/id/term/nld/Bermuda>,
        <http://lexvo.org/id/term/nmg/B%C9%9Brmuda>,
        <http://lexvo.org/id/term/nno/Bermuda>,
        <http://lexvo.org/id/term/nob/Bermuda>,
        <http://lexvo.org/id/term/nus/Be%CC%B1rmudaa>,
        <http://lexvo.org/id/term/nyn/Berimuda>,
        <http://lexvo.org/id/term/ori/%E0%AC%AC%E0%AC%B0%E0%AC%AE%E0%AD%81%E0%AC%A1%E0%AC%BE>,
        <http://lexvo.org/id/term/pol/Bermudy>,
        <http://lexvo.org/id/term/por/Bermudas>,
        <http://lexvo.org/id/term/rof/Bermuda>,
        <http://lexvo.org/id/term/roh/Bermudas>,
        <http://lexvo.org/id/term/ron/Bermuda>,
        <http://lexvo.org/id/term/run/Berimuda>,
        <http://lexvo.org/id/term/rus/%D0%91%D0%B5%D1%80%D0%BC%D1%83%D0%B4%D1%81%D0%BA%D0%B8%D0%B5%20%D0%BE-%D0%B2%D0%B0>,
        <http://lexvo.org/id/term/rwk/Bermuda>,
        <http://lexvo.org/id/term/sag/Berem%C3%BBda>,
        <http://lexvo.org/id/term/saq/Bermuda>,
        <http://lexvo.org/id/term/sbp/Belimuda>,
        <http://lexvo.org/id/term/seh/Bermudas>,
        <http://lexvo.org/id/term/ses/Bermuda>,
        <http://lexvo.org/id/term/shi-Latn/brmuda>,
        <http://lexvo.org/id/term/shi/%E2%B4%B1%E2%B5%94%E2%B5%8E%E2%B5%93%E2%B4%B7%E2%B4%B0>,
        <http://lexvo.org/id/term/sin/%E0%B6%B6%E0%B6%BB%E0%B7%8A%E0%B6%B8%E0%B7%92%E0%B6%BA%E0%B7%94%E0%B6%A9%E0%B7%8F>,
        <http://lexvo.org/id/term/slk/Bermudy>,
        <http://lexvo.org/id/term/slv/Bermudi>,
        <http://lexvo.org/id/term/sme/Bermuda>,
        <http://lexvo.org/id/term/sna/Bermuda>,
        <http://lexvo.org/id/term/som/Bermuuda>,
        <http://lexvo.org/id/term/spa/Bermudas>,
        <http://lexvo.org/id/term/srp-Latn/Bermuda>,
        <http://lexvo.org/id/term/srp/%D0%91%D0%B5%D1%80%D0%BC%D1%83%D0%B4%D0%B0>,
        <http://lexvo.org/id/term/swc/Bermuda>,
        <http://lexvo.org/id/term/swe/Bermuda>,
        <http://lexvo.org/id/term/swh/Bermuda>,
        <http://lexvo.org/id/term/tam/%E0%AE%AA%E0%AF%86%E0%AE%B0%E0%AF%8D%E0%AE%AE%E0%AF%81%E0%AE%9F%E0%AE%BE>,
        <http://lexvo.org/id/term/tel/%E0%B0%AC%E0%B0%B0%E0%B1%8D%E0%B0%AE%E0%B0%AF%E0%B1%81%E0%B0%A1%E0%B0%BE>,
        <http://lexvo.org/id/term/teo/Bermuda>,
        <http://lexvo.org/id/term/tha/%E0%B9%80%E0%B8%9A%E0%B8%AD%E0%B8%A3%E0%B9%8C%E0%B8%A1%E0%B8%B4%E0%B8%A7%E0%B8%94%E0%B8%B2>,
        <http://lexvo.org/id/term/tig/%E1%89%A4%E1%88%AD%E1%88%99%E1%8B%B3>,
        <http://lexvo.org/id/term/tir/%E1%89%A4%E1%88%AD%E1%88%99%E1%8B%B3>,
        <http://lexvo.org/id/term/ton/P%C4%93muta>,
        <http://lexvo.org/id/term/tur/Bermuda>,
        <http://lexvo.org/id/term/twq/Bermuda>,
        <http://lexvo.org/id/term/tzm/Birmuda>,
        <http://lexvo.org/id/term/ukr/%D0%91%D0%B5%D1%80%D0%BC%D1%83%D0%B4%D0%B8>,
        <http://lexvo.org/id/term/urd/%D8%A8%D8%B1%D9%85%D9%88%D8%AF%D8%A7>,
        <http://lexvo.org/id/term/vai-Latn/Bh%C9%9Bmuda>,
        <http://lexvo.org/id/term/vai/%EA%97%A9%EA%96%B7%EA%95%9C>,
        <http://lexvo.org/id/term/vie/Bermuda>,
        <http://lexvo.org/id/term/vun/Bermuda>,
        <http://lexvo.org/id/term/wae/Bermuda>,
        <http://lexvo.org/id/term/wal/%E1%89%A4%E1%88%AD%E1%88%99%E1%8B%B3>,
        <http://lexvo.org/id/term/xog/Beremuda>,
        <http://lexvo.org/id/term/yav/P%C9%9Blm%C3%BAta>,
        <http://lexvo.org/id/term/yor/Or%C3%ADl%E1%BA%B9%CC%81%C3%A8de%20B%C3%A9m%C3%BAd%C3%A0>,
        <http://lexvo.org/id/term/zsm/Bermuda>,
        <http://lexvo.org/id/term/zul/i-Bermuda> ;
    owl:sameAs <http://psi.oasis-open.org/iso/3166/#060>,
        <http://sws.geonames.org/3573345/> .

<http://lexvo.org/id/iso3166/BN> a lvont:GeographicRegion ;
    rdfs:label "Broenei"@af,
        "Bɨ̀lunè"@agq,
        "Brunae"@ak,
        "ብሩኒ"@am,
        "بروناي"@ar,
        "Brunei"@asa,
        "Brunéi"@ast,
        "Bruney"@az,
        "Brunei"@bas,
        "Бруней-Дарусалам"@be,
        "Hubrunei"@bez,
        "Бруней Дарусалам"@bg,
        "Burinɛyi"@bm,
        "ব্রুনেই"@bn,
        "བུ་རུ་ནེ།"@bo,
        "Brunei"@br,
        "ब्रूनइ"@brx,
        "Brunej"@bs,
        "Брунеј"@bs-Cyrl,
        "Brunei"@ca,
        "Burunei"@cgg,
        "ᏊᎾᎢ"@chr,
        "文莱"@cmn,
        "汶萊"@cmn-Hant,
        "Brunej"@cs,
        "Brunei"@cy,
        "Brunei Darussalam"@da,
        "Brunei"@dav,
        "Brunei"@de,
        "Brunei Darussalam"@de,
        "Bruunee"@dje,
        "Buruney"@dyo,
        "བྷྲུ་ནའི"@dz,
        "Brunei"@ebu,
        "Brunei nutome"@ee,
        "Μπρουνέι"@el,
        "Brunei"@en,
        "ISO 3166-1:BN"@en,
        "𐐒𐑉𐐭𐑌𐐴"@en-Dsrt,
        "Brunejo"@eo,
        "Brunéi"@es,
        "Brunei"@et,
        "Brunei"@eu,
        "Buluné"@ewo,
        "برونئی"@fa,
        "برونی"@fa,
        "Burnaay"@ff,
        "Brunei"@fi,
        "Brunei"@fil,
        "Brunei"@fo,
        "Brunéi Darussalam"@fr,
        "Brunei"@fur,
        "Brúiné"@ga,
        "Brùnaigh"@gd,
        "Brunei"@gl,
        "Brunäi Tarussalam"@gsw,
        "બ્રુનેઇ"@gu,
        "Brunei"@guz,
        "Burune"@ha,
        "ברוניי"@he,
        "ब्रुनेई"@hi,
        "Brunej"@hr,
        "Brunei"@hu,
        "Բրունեյ"@hy,
        "Brunei"@id,
        "Brúnei"@is,
        "Brunei"@it,
        "ブルネイ"@ja,
        "Brunei"@jmc,
        "ბრუნეი"@ka,
        "Bruney"@kab,
        "Brunei"@kam,
        "Blunei"@kde,
        "Brunei"@kea,
        "Bruunee"@khq,
        "Brunei"@ki,
        "Brunei"@kl,
        "Emetab Brunei"@kln,
        "ប៊្រុយណេ"@km,
        "ಬ್ರೂನಿ"@kn,
        "브루나이"@ko,
        "بُرنٔے"@ks,
        "Blunei"@ksb,
        "brunǝ́"@ksf,
        "Brunei"@ksh,
        "Burunéei"@lag,
        "Burunayi"@lg,
        "Brineyi"@ln,
        "ບູຮໄນ"@lo,
        "Brunėjus"@lt,
        "Brineyi"@lu,
        "Brunei"@luo,
        "Brunei"@luy,
        "Bruneja"@lv,
        "Brunei"@mas,
        "Brunei"@mer,
        "Brunei"@mfe,
        "Brunei"@mg,
        "Брунеи"@mk,
        "ബ്രൂണൈ"@ml,
        "ब्रुनेई"@mr,
        "Brunej"@mt,
        "bruniya"@mua,
        "ဘရူနိုင်း"@my,
        "Brunei"@naq,
        "Brunei Darussalam"@nb,
        "Brunei"@nd,
        "ब्रुनाइ"@ne,
        "Brunei"@nl,
        "Brunɛi"@nmg,
        "Brunei Darussalam"@nn,
        "Burunɛy"@nus,
        "Burunei"@nyn,
        "ବ୍ରୁନେଇ"@or,
        "Brunei Darussalam"@pl,
        "Brunei"@pt,
        "Brunei"@rm,
        "Buruneyi"@rn,
        "Brunei"@ro,
        "Brunei"@rof,
        "Бруней Даруссалам"@ru,
        "Brunei"@rwk,
        "Brunei"@saq,
        "Buluneyi"@sbp,
        "Brunei"@se,
        "Brunei"@seh,
        "Bruunee"@ses,
        "Brunêi"@sg,
        "ⴱⵔⵓⵏⵉ"@shi,
        "bruni"@shi-Latn,
        "බෲනායි"@si,
        "Brunej"@sk,
        "Brunej"@sl,
        "Burunei"@sn,
        "Buruneeya"@so,
        "Brunej"@sq,
        "Брунеј"@sr,
        "Brunej"@sr-Latn,
        "Brunei"@sv,
        "Brunei"@swc,
        "Brunei"@swh,
        "புரூனேய்"@ta,
        "బ్రునై"@te,
        "Brunei"@teo,
        "บรูไน"@th,
        "ብሩኒ"@ti,
        "Pulunei"@to,
        "Brunei"@tr,
        "Bruunee"@twq,
        "Brunay"@tzm,
        "Бруней"@uk,
        "برونئی"@ur,
        "ꖜꖩꘉꔧ"@vai,
        "Bhurunɛĩ"@vai-Latn,
        "Brunei"@vi,
        "Brunei"@vun,
        "Brunei"@wae,
        "Burunayi"@xog,
        "Pulunéy"@yav,
        "Orílẹ́ède Búrúnẹ́lì"@yo,
        "Brunei"@zsm,
        "i-Brunei"@zu ;
    lvont:label <http://lexvo.org/id/term/afr/Broenei>,
        <http://lexvo.org/id/term/agq/B%C9%A8%CC%80lun%C3%A8>,
        <http://lexvo.org/id/term/aka/Brunae>,
        <http://lexvo.org/id/term/amh/%E1%89%A5%E1%88%A9%E1%8A%92>,
        <http://lexvo.org/id/term/ara/%D8%A8%D8%B1%D9%88%D9%86%D8%A7%D9%8A>,
        <http://lexvo.org/id/term/asa/Brunei>,
        <http://lexvo.org/id/term/ast/Brun%C3%A9i>,
        <http://lexvo.org/id/term/aze/Bruney>,
        <http://lexvo.org/id/term/bam/Burin%C9%9Byi>,
        <http://lexvo.org/id/term/bas/Brunei>,
        <http://lexvo.org/id/term/bel/%D0%91%D1%80%D1%83%D0%BD%D0%B5%D0%B9-%D0%94%D0%B0%D1%80%D1%83%D1%81%D0%B0%D0%BB%D0%B0%D0%BC>,
        <http://lexvo.org/id/term/ben/%E0%A6%AC%E0%A7%8D%E0%A6%B0%E0%A7%81%E0%A6%A8%E0%A7%87%E0%A6%87>,
        <http://lexvo.org/id/term/bez/Hubrunei>,
        <http://lexvo.org/id/term/bod/%E0%BD%96%E0%BD%B4%E0%BC%8B%E0%BD%A2%E0%BD%B4%E0%BC%8B%E0%BD%93%E0%BD%BA%E0%BC%8D>,
        <http://lexvo.org/id/term/bos-Cyrl/%D0%91%D1%80%D1%83%D0%BD%D0%B5%D1%98>,
        <http://lexvo.org/id/term/bos/Brunej>,
        <http://lexvo.org/id/term/bre/Brunei>,
        <http://lexvo.org/id/term/brx/%E0%A4%AC%E0%A5%8D%E0%A4%B0%E0%A5%82%E0%A4%A8%E0%A4%87>,
        <http://lexvo.org/id/term/bul/%D0%91%D1%80%D1%83%D0%BD%D0%B5%D0%B9%20%D0%94%D0%B0%D1%80%D1%83%D1%81%D0%B0%D0%BB%D0%B0%D0%BC>,
        <http://lexvo.org/id/term/cat/Brunei>,
        <http://lexvo.org/id/term/ces/Brunej>,
        <http://lexvo.org/id/term/cgg/Burunei>,
        <http://lexvo.org/id/term/chr/%E1%8F%8A%E1%8E%BE%E1%8E%A2>,
        <http://lexvo.org/id/term/cmn-Hant/%E6%B1%B6%E8%90%8A>,
        <http://lexvo.org/id/term/cmn/%E6%96%87%E8%8E%B1>,
        <http://lexvo.org/id/term/cym/Brunei>,
        <http://lexvo.org/id/term/dan/Brunei%20Darussalam>,
        <http://lexvo.org/id/term/dav/Brunei>,
        <http://lexvo.org/id/term/deu/Brunei>,
        <http://lexvo.org/id/term/deu/Brunei%20Darussalam>,
        <http://lexvo.org/id/term/dje/Bruunee>,
        <http://lexvo.org/id/term/dyo/Buruney>,
        <http://lexvo.org/id/term/dzo/%E0%BD%96%E0%BE%B7%E0%BE%B2%E0%BD%B4%E0%BC%8B%E0%BD%93%E0%BD%A0%E0%BD%B2>,
        <http://lexvo.org/id/term/ebu/Brunei>,
        <http://lexvo.org/id/term/ell/%CE%9C%CF%80%CF%81%CE%BF%CF%85%CE%BD%CE%AD%CE%B9>,
        <http://lexvo.org/id/term/eng-Dsrt/%F0%90%90%92%F0%90%91%89%F0%90%90%AD%F0%90%91%8C%F0%90%90%B4>,
        <http://lexvo.org/id/term/eng/Brunei>,
        <http://lexvo.org/id/term/eng/ISO%203166-1%3ABN>,
        <http://lexvo.org/id/term/epo/Brunejo>,
        <http://lexvo.org/id/term/est/Brunei>,
        <http://lexvo.org/id/term/eus/Brunei>,
        <http://lexvo.org/id/term/ewe/Brunei%20nutome>,
        <http://lexvo.org/id/term/ewo/Bulun%C3%A9>,
        <http://lexvo.org/id/term/fao/Brunei>,
        <http://lexvo.org/id/term/fas/%D8%A8%D8%B1%D9%88%D9%86%D8%A6%DB%8C>,
        <http://lexvo.org/id/term/fas/%D8%A8%D8%B1%D9%88%D9%86%DB%8C>,
        <http://lexvo.org/id/term/fil/Brunei>,
        <http://lexvo.org/id/term/fin/Brunei>,
        <http://lexvo.org/id/term/fra/Brun%C3%A9i%20Darussalam>,
        <http://lexvo.org/id/term/ful/Burnaay>,
        <http://lexvo.org/id/term/fur/Brunei>,
        <http://lexvo.org/id/term/gla/Br%C3%B9naigh>,
        <http://lexvo.org/id/term/gle/Br%C3%BAin%C3%A9>,
        <http://lexvo.org/id/term/glg/Brunei>,
        <http://lexvo.org/id/term/gsw/Brun%C3%A4i%20Tarussalam>,
        <http://lexvo.org/id/term/guj/%E0%AA%AC%E0%AB%8D%E0%AA%B0%E0%AB%81%E0%AA%A8%E0%AB%87%E0%AA%87>,
        <http://lexvo.org/id/term/guz/Brunei>,
        <http://lexvo.org/id/term/hau/Burune>,
        <http://lexvo.org/id/term/heb/%D7%91%D7%A8%D7%95%D7%A0%D7%99%D7%99>,
        <http://lexvo.org/id/term/hin/%E0%A4%AC%E0%A5%8D%E0%A4%B0%E0%A5%81%E0%A4%A8%E0%A5%87%E0%A4%88>,
        <http://lexvo.org/id/term/hrv/Brunej>,
        <http://lexvo.org/id/term/hun/Brunei>,
        <http://lexvo.org/id/term/hye/%D4%B2%D6%80%D5%B8%D6%82%D5%B6%D5%A5%D5%B5>,
        <http://lexvo.org/id/term/ind/Brunei>,
        <http://lexvo.org/id/term/isl/Br%C3%BAnei>,
        <http://lexvo.org/id/term/ita/Brunei>,
        <http://lexvo.org/id/term/jmc/Brunei>,
        <http://lexvo.org/id/term/jpn/%E3%83%96%E3%83%AB%E3%83%8D%E3%82%A4>,
        <http://lexvo.org/id/term/kab/Bruney>,
        <http://lexvo.org/id/term/kal/Brunei>,
        <http://lexvo.org/id/term/kam/Brunei>,
        <http://lexvo.org/id/term/kan/%E0%B2%AC%E0%B3%8D%E0%B2%B0%E0%B3%82%E0%B2%A8%E0%B2%BF>,
        <http://lexvo.org/id/term/kas/%D8%A8%D9%8F%D8%B1%D9%86%D9%94%DB%92>,
        <http://lexvo.org/id/term/kat/%E1%83%91%E1%83%A0%E1%83%A3%E1%83%9C%E1%83%94%E1%83%98>,
        <http://lexvo.org/id/term/kde/Blunei>,
        <http://lexvo.org/id/term/kea/Brunei>,
        <http://lexvo.org/id/term/khm/%E1%9E%94%E1%9F%8A%E1%9F%92%E1%9E%9A%E1%9E%BB%E1%9E%99%E1%9E%8E%E1%9F%81>,
        <http://lexvo.org/id/term/khq/Bruunee>,
        <http://lexvo.org/id/term/kik/Brunei>,
        <http://lexvo.org/id/term/kln/Emetab%20Brunei>,
        <http://lexvo.org/id/term/kor/%EB%B8%8C%EB%A3%A8%EB%82%98%EC%9D%B4>,
        <http://lexvo.org/id/term/ksb/Blunei>,
        <http://lexvo.org/id/term/ksf/brun%C7%9D%CC%81>,
        <http://lexvo.org/id/term/ksh/Brunei>,
        <http://lexvo.org/id/term/lag/Burun%C3%A9ei>,
        <http://lexvo.org/id/term/lao/%E0%BA%9A%E0%BA%B9%E0%BA%AE%E0%BB%84%E0%BA%99>,
        <http://lexvo.org/id/term/lav/Bruneja>,
        <http://lexvo.org/id/term/lin/Brineyi>,
        <http://lexvo.org/id/term/lit/Brun%C4%97jus>,
        <http://lexvo.org/id/term/lub/Brineyi>,
        <http://lexvo.org/id/term/lug/Burunayi>,
        <http://lexvo.org/id/term/luo/Brunei>,
        <http://lexvo.org/id/term/luy/Brunei>,
        <http://lexvo.org/id/term/mal/%E0%B4%AC%E0%B5%8D%E0%B4%B0%E0%B5%82%E0%B4%A3%E0%B5%88>,
        <http://lexvo.org/id/term/mar/%E0%A4%AC%E0%A5%8D%E0%A4%B0%E0%A5%81%E0%A4%A8%E0%A5%87%E0%A4%88>,
        <http://lexvo.org/id/term/mas/Brunei>,
        <http://lexvo.org/id/term/mer/Brunei>,
        <http://lexvo.org/id/term/mfe/Brunei>,
        <http://lexvo.org/id/term/mkd/%D0%91%D1%80%D1%83%D0%BD%D0%B5%D0%B8>,
        <http://lexvo.org/id/term/mlg/Brunei>,
        <http://lexvo.org/id/term/mlt/Brunej>,
        <http://lexvo.org/id/term/mua/bruniya>,
        <http://lexvo.org/id/term/mya/%E1%80%98%E1%80%9B%E1%80%B0%E1%80%94%E1%80%AD%E1%80%AF%E1%80%84%E1%80%BA%E1%80%B8>,
        <http://lexvo.org/id/term/naq/Brunei>,
        <http://lexvo.org/id/term/nde/Brunei>,
        <http://lexvo.org/id/term/nep/%E0%A4%AC%E0%A5%8D%E0%A4%B0%E0%A5%81%E0%A4%A8%E0%A4%BE%E0%A4%87>,
        <http://lexvo.org/id/term/nld/Brunei>,
        <http://lexvo.org/id/term/nmg/Brun%C9%9Bi>,
        <http://lexvo.org/id/term/nno/Brunei%20Darussalam>,
        <http://lexvo.org/id/term/nob/Brunei%20Darussalam>,
        <http://lexvo.org/id/term/nus/Burun%C9%9By>,
        <http://lexvo.org/id/term/nyn/Burunei>,
        <http://lexvo.org/id/term/ori/%E0%AC%AC%E0%AD%8D%E0%AC%B0%E0%AD%81%E0%AC%A8%E0%AD%87%E0%AC%87>,
        <http://lexvo.org/id/term/pol/Brunei%20Darussalam>,
        <http://lexvo.org/id/term/por/Brunei>,
        <http://lexvo.org/id/term/rof/Brunei>,
        <http://lexvo.org/id/term/roh/Brunei>,
        <http://lexvo.org/id/term/ron/Brunei>,
        <http://lexvo.org/id/term/run/Buruneyi>,
        <http://lexvo.org/id/term/rus/%D0%91%D1%80%D1%83%D0%BD%D0%B5%D0%B9%20%D0%94%D0%B0%D1%80%D1%83%D1%81%D1%81%D0%B0%D0%BB%D0%B0%D0%BC>,
        <http://lexvo.org/id/term/rwk/Brunei>,
        <http://lexvo.org/id/term/sag/Brun%C3%AAi>,
        <http://lexvo.org/id/term/saq/Brunei>,
        <http://lexvo.org/id/term/sbp/Buluneyi>,
        <http://lexvo.org/id/term/seh/Brunei>,
        <http://lexvo.org/id/term/ses/Bruunee>,
        <http://lexvo.org/id/term/shi-Latn/bruni>,
        <http://lexvo.org/id/term/shi/%E2%B4%B1%E2%B5%94%E2%B5%93%E2%B5%8F%E2%B5%89>,
        <http://lexvo.org/id/term/sin/%E0%B6%B6%E0%B7%B2%E0%B6%B1%E0%B7%8F%E0%B6%BA%E0%B7%92>,
        <http://lexvo.org/id/term/slk/Brunej>,
        <http://lexvo.org/id/term/slv/Brunej>,
        <http://lexvo.org/id/term/sme/Brunei>,
        <http://lexvo.org/id/term/sna/Burunei>,
        <http://lexvo.org/id/term/som/Buruneeya>,
        <http://lexvo.org/id/term/spa/Brun%C3%A9i>,
        <http://lexvo.org/id/term/sqi/Brunej>,
        <http://lexvo.org/id/term/srp-Latn/Brunej>,
        <http://lexvo.org/id/term/srp/%D0%91%D1%80%D1%83%D0%BD%D0%B5%D1%98>,
        <http://lexvo.org/id/term/swc/Brunei>,
        <http://lexvo.org/id/term/swe/Brunei>,
        <http://lexvo.org/id/term/swh/Brunei>,
        <http://lexvo.org/id/term/tam/%E0%AE%AA%E0%AF%81%E0%AE%B0%E0%AF%82%E0%AE%A9%E0%AF%87%E0%AE%AF%E0%AF%8D>,
        <http://lexvo.org/id/term/tel/%E0%B0%AC%E0%B1%8D%E0%B0%B0%E0%B1%81%E0%B0%A8%E0%B1%88>,
        <http://lexvo.org/id/term/teo/Brunei>,
        <http://lexvo.org/id/term/tha/%E0%B8%9A%E0%B8%A3%E0%B8%B9%E0%B9%84%E0%B8%99>,
        <http://lexvo.org/id/term/tir/%E1%89%A5%E1%88%A9%E1%8A%92>,
        <http://lexvo.org/id/term/ton/Pulunei>,
        <http://lexvo.org/id/term/tur/Brunei>,
        <http://lexvo.org/id/term/twq/Bruunee>,
        <http://lexvo.org/id/term/tzm/Brunay>,
        <http://lexvo.org/id/term/ukr/%D0%91%D1%80%D1%83%D0%BD%D0%B5%D0%B9>,
        <http://lexvo.org/id/term/urd/%D8%A8%D8%B1%D9%88%D9%86%D8%A6%DB%8C>,
        <http://lexvo.org/id/term/vai-Latn/Bhurun%C9%9B%C4%A9>,
        <http://lexvo.org/id/term/vai/%EA%96%9C%EA%96%A9%EA%98%89%EA%94%A7>,
        <http://lexvo.org/id/term/vie/Brunei>,
        <http://lexvo.org/id/term/vun/Brunei>,
        <http://lexvo.org/id/term/wae/Brunei>,
        <http://lexvo.org/id/term/xog/Burunayi>,
        <http://lexvo.org/id/term/yav/Pulun%C3%A9y>,
        <http://lexvo.org/id/term/yor/Or%C3%ADl%E1%BA%B9%CC%81%C3%A8de%20B%C3%BAr%C3%BAn%E1%BA%B9%CC%81l%C3%AC>,
        <http://lexvo.org/id/term/zsm/Brunei>,
        <http://lexvo.org/id/term/zul/i-Brunei> ;
    owl:sameAs <http://psi.oasis-open.org/iso/3166/#096>,
        <http://sws.geonames.org/1820814/> .

<http://lexvo.org/id/iso3166/BO> a lvont:GeographicRegion ;
    rdfs:label "Bolivië"@af,
        "Bòlevà"@agq,
        "Bolivia"@ak,
        "ቦሊቪያ"@am,
        "بوليفيا"@ar,
        "Bolivia"@ast,
        "Boliviya"@az,
        "Bòlivìà"@bas,
        "Балівія"@be,
        "Hubolivia"@bez,
        "Боливия"@bg,
        "Bolivi"@bm,
        "বোলিভিয়া"@bn,
        "བོ་ལི་ཝིཡ།"@bo,
        "Bolivia"@br,
        "बोलीविया"@brx,
        "Bolivija"@bs,
        "Боливија"@bs-Cyrl,
        "ቦሊቪያ"@byn,
        "Bolívia"@ca,
        "Boriiviya"@cgg,
        "ᏉᎵᏫᎠ"@chr,
        "玻利维亚"@cmn,
        "玻利維亞"@cmn-Hant,
        "Bolívie"@cs,
        "Bolifia"@cy,
        "Bolivia"@da,
        "Bolivia"@dav,
        "Bolivien"@de,
        "Boolivi"@dje,
        "Boliivi"@dyo,
        "བྷེ་ལི་བི་ཡ"@dz,
        "Bolivia"@ebu,
        "Bolivia nutome"@ee,
        "Βολιβία"@el,
        "Bolivia"@en,
        "ISO 3166-1:BO"@en,
        "𐐒𐐬𐑊𐐮𐑂𐐨𐐲"@en-Dsrt,
        "Bolivio"@eo,
        "Bolivia"@es,
        "Boliivia"@et,
        "Bolibia"@eu,
        "Bolívia"@ewo,
        "بولیوی"@fa,
        "بولیویا"@fa,
        "Boliwii"@ff,
        "Bolivia"@fi,
        "Bolivia"@fil,
        "Bolivia"@fo,
        "Bolivie"@fr,
        "Bolivie"@fur,
        "An Bholaiv"@ga,
        "Boilibhia"@gd,
        "Bolivia"@gl,
        "Boliivie"@gsw,
        "બોલિવિયા"@gu,
        "Bolivia"@guz,
        "Bolibiya"@ha,
        "בוליביה"@he,
        "बोलीविया"@hi,
        "Bolivija"@hr,
        "Bolívia"@hu,
        "Բոլիվիա"@hy,
        "Bolivia"@ia,
        "Bolivia"@id,
        "Bólivía"@is,
        "Bolivia"@it,
        "ボリビア"@ja,
        "Mbɔlivî"@jgo,
        "Bolivia"@jmc,
        "ბოლივია"@ka,
        "Bulivi"@kab,
        "Bolivia"@kam,
        "Bolivia"@kde,
        "Bolivia"@kea,
        "Boolivi"@khq,
        "Bolivia"@ki,
        "Боливия"@kk,
        "Bolivia"@kl,
        "Emetab Bolivia"@kln,
        "បូលីវី"@km,
        "ಬೊಲಿವಿಯಾ"@kn,
        "볼리비아"@ko,
        "بولِوِیا"@ks,
        "Bolivia"@ksb,
        "bɔɔlíví"@ksf,
        "Bolliivije"@ksh,
        "Bolívia"@lag,
        "Boliviya"@lg,
        "Bolivi"@ln,
        "ໂບລິເວຍ"@lo,
        "Bolivija"@lt,
        "Mbolivi"@lu,
        "Bolivia"@luo,
        "Bolivia"@luy,
        "Bolīvija"@lv,
        "Bolivia"@mas,
        "Bolivia"@mer,
        "Bolivi"@mfe,
        "Bolivia"@mg,
        "Боливија"@mk,
        "ബൊളീവിയ"@ml,
        "बोलिव्हिया"@mr,
        "Bolivja"@mt,
        "boliviya"@mua,
        "ဘိုလီးဘီးယား"@my,
        "Boliviab"@naq,
        "Bolivia"@nb,
        "Bholiviya"@nd,
        "बोलिभिया"@ne,
        "Bolivia"@nl,
        "Bolivia"@nmg,
        "Bolivia"@nn,
        "Bulibia"@nus,
        "Boriiviya"@nyn,
        "ବୋଲଭିଆ"@or,
        "Boliwia"@pl,
        "Bolívia"@pt,
        "Bolivia"@rm,
        "Boliviya"@rn,
        "Bolivia"@ro,
        "Bolivia"@rof,
        "Боливия"@ru,
        "Bolivia"@rwk,
        "Bolivia"@saq,
        "Boliviya"@sbp,
        "Bolivia"@se,
        "Bolívia"@seh,
        "Boolivi"@ses,
        "Bolivïi"@sg,
        "ⴱⵓⵍⵉⴼⵢⴰ"@shi,
        "bulibya"@shi-Latn,
        "බොලීවියාව"@si,
        "Bolívia"@sk,
        "Bolivija"@sl,
        "Bolivia"@sn,
        "Boliifiya"@so,
        "Bolivi"@sq,
        "Боливија"@sr,
        "Bolivija"@sr-Latn,
        "Bolivia"@sv,
        "Bolivia"@swc,
        "Bolivia"@swh,
        "பொலிவியா"@ta,
        "బొలీవియా"@te,
        "Bolivia"@teo,
        "โบลิเวีย"@th,
        "ቦሊቪያ"@ti,
        "ቦሊቪያ"@tig,
        "Polīvia"@to,
        "Bolivya"@tr,
        "Boolivi"@twq,
        "Bulivya"@tzm,
        "Болівія"@uk,
        "بولیویا"@ur,
        "ꕷꔷꔲꕩ"@vai,
        "Bholiviya"@vai-Latn,
        "Bolivia"@vi,
        "Bolivia"@vun,
        "Boliwie"@wae,
        "ቦሊቪያ"@wal,
        "Boliviya"@xog,
        "Polífia"@yav,
        "Orílẹ́ède Bọ̀lífíyà"@yo,
        "Bolivia"@zsm,
        "i-Bolivia"@zu ;
    lvont:label <http://lexvo.org/id/term/afr/Bolivi%C3%AB>,
        <http://lexvo.org/id/term/agq/B%C3%B2lev%C3%A0>,
        <http://lexvo.org/id/term/aka/Bolivia>,
        <http://lexvo.org/id/term/amh/%E1%89%A6%E1%88%8A%E1%89%AA%E1%8B%AB>,
        <http://lexvo.org/id/term/ara/%D8%A8%D9%88%D9%84%D9%8A%D9%81%D9%8A%D8%A7>,
        <http://lexvo.org/id/term/ast/Bolivia>,
        <http://lexvo.org/id/term/aze/Boliviya>,
        <http://lexvo.org/id/term/bam/Bolivi>,
        <http://lexvo.org/id/term/bas/B%C3%B2liv%C3%AC%C3%A0>,
        <http://lexvo.org/id/term/bel/%D0%91%D0%B0%D0%BB%D1%96%D0%B2%D1%96%D1%8F>,
        <http://lexvo.org/id/term/ben/%E0%A6%AC%E0%A7%8B%E0%A6%B2%E0%A6%BF%E0%A6%AD%E0%A6%BF%E0%A6%AF%E0%A6%BC%E0%A6%BE>,
        <http://lexvo.org/id/term/bez/Hubolivia>,
        <http://lexvo.org/id/term/bod/%E0%BD%96%E0%BD%BC%E0%BC%8B%E0%BD%A3%E0%BD%B2%E0%BC%8B%E0%BD%9D%E0%BD%B2%E0%BD%A1%E0%BC%8D>,
        <http://lexvo.org/id/term/bos-Cyrl/%D0%91%D0%BE%D0%BB%D0%B8%D0%B2%D0%B8%D1%98%D0%B0>,
        <http://lexvo.org/id/term/bos/Bolivija>,
        <http://lexvo.org/id/term/bre/Bolivia>,
        <http://lexvo.org/id/term/brx/%E0%A4%AC%E0%A5%8B%E0%A4%B2%E0%A5%80%E0%A4%B5%E0%A4%BF%E0%A4%AF%E0%A4%BE>,
        <http://lexvo.org/id/term/bul/%D0%91%D0%BE%D0%BB%D0%B8%D0%B2%D0%B8%D1%8F>,
        <http://lexvo.org/id/term/byn/%E1%89%A6%E1%88%8A%E1%89%AA%E1%8B%AB>,
        <http://lexvo.org/id/term/cat/Bol%C3%ADvia>,
        <http://lexvo.org/id/term/ces/Bol%C3%ADvie>,
        <http://lexvo.org/id/term/cgg/Boriiviya>,
        <http://lexvo.org/id/term/chr/%E1%8F%89%E1%8E%B5%E1%8F%AB%E1%8E%A0>,
        <http://lexvo.org/id/term/cmn-Hant/%E7%8E%BB%E5%88%A9%E7%B6%AD%E4%BA%9E>,
        <http://lexvo.org/id/term/cmn/%E7%8E%BB%E5%88%A9%E7%BB%B4%E4%BA%9A>,
        <http://lexvo.org/id/term/cym/Bolifia>,
        <http://lexvo.org/id/term/dan/Bolivia>,
        <http://lexvo.org/id/term/dav/Bolivia>,
        <http://lexvo.org/id/term/deu/Bolivien>,
        <http://lexvo.org/id/term/dje/Boolivi>,
        <http://lexvo.org/id/term/dyo/Boliivi>,
        <http://lexvo.org/id/term/dzo/%E0%BD%96%E0%BE%B7%E0%BD%BA%E0%BC%8B%E0%BD%A3%E0%BD%B2%E0%BC%8B%E0%BD%96%E0%BD%B2%E0%BC%8B%E0%BD%A1>,
        <http://lexvo.org/id/term/ebu/Bolivia>,
        <http://lexvo.org/id/term/ell/%CE%92%CE%BF%CE%BB%CE%B9%CE%B2%CE%AF%CE%B1>,
        <http://lexvo.org/id/term/eng-Dsrt/%F0%90%90%92%F0%90%90%AC%F0%90%91%8A%F0%90%90%AE%F0%90%91%82%F0%90%90%A8%F0%90%90%B2>,
        <http://lexvo.org/id/term/eng/Bolivia>,
        <http://lexvo.org/id/term/eng/ISO%203166-1%3ABO>,
        <http://lexvo.org/id/term/epo/Bolivio>,
        <http://lexvo.org/id/term/est/Boliivia>,
        <http://lexvo.org/id/term/eus/Bolibia>,
        <http://lexvo.org/id/term/ewe/Bolivia%20nutome>,
        <http://lexvo.org/id/term/ewo/Bol%C3%ADvia>,
        <http://lexvo.org/id/term/fao/Bolivia>,
        <http://lexvo.org/id/term/fas/%D8%A8%D9%88%D9%84%DB%8C%D9%88%DB%8C>,
        <http://lexvo.org/id/term/fas/%D8%A8%D9%88%D9%84%DB%8C%D9%88%DB%8C%D8%A7>,
        <http://lexvo.org/id/term/fil/Bolivia>,
        <http://lexvo.org/id/term/fin/Bolivia>,
        <http://lexvo.org/id/term/fra/Bolivie>,
        <http://lexvo.org/id/term/ful/Boliwii>,
        <http://lexvo.org/id/term/fur/Bolivie>,
        <http://lexvo.org/id/term/gla/Boilibhia>,
        <http://lexvo.org/id/term/gle/An%20Bholaiv>,
        <http://lexvo.org/id/term/glg/Bolivia>,
        <http://lexvo.org/id/term/gsw/Boliivie>,
        <http://lexvo.org/id/term/guj/%E0%AA%AC%E0%AB%8B%E0%AA%B2%E0%AA%BF%E0%AA%B5%E0%AA%BF%E0%AA%AF%E0%AA%BE>,
        <http://lexvo.org/id/term/guz/Bolivia>,
        <http://lexvo.org/id/term/hau/Bolibiya>,
        <http://lexvo.org/id/term/heb/%D7%91%D7%95%D7%9C%D7%99%D7%91%D7%99%D7%94>,
        <http://lexvo.org/id/term/hin/%E0%A4%AC%E0%A5%8B%E0%A4%B2%E0%A5%80%E0%A4%B5%E0%A4%BF%E0%A4%AF%E0%A4%BE>,
        <http://lexvo.org/id/term/hrv/Bolivija>,
        <http://lexvo.org/id/term/hun/Bol%C3%ADvia>,
        <http://lexvo.org/id/term/hye/%D4%B2%D5%B8%D5%AC%D5%AB%D5%BE%D5%AB%D5%A1>,
        <http://lexvo.org/id/term/ina/Bolivia>,
        <http://lexvo.org/id/term/ind/Bolivia>,
        <http://lexvo.org/id/term/isl/B%C3%B3liv%C3%ADa>,
        <http://lexvo.org/id/term/ita/Bolivia>,
        <http://lexvo.org/id/term/jgo/Mb%C9%94liv%C3%AE>,
        <http://lexvo.org/id/term/jmc/Bolivia>,
        <http://lexvo.org/id/term/jpn/%E3%83%9C%E3%83%AA%E3%83%93%E3%82%A2>,
        <http://lexvo.org/id/term/kab/Bulivi>,
        <http://lexvo.org/id/term/kal/Bolivia>,
        <http://lexvo.org/id/term/kam/Bolivia>,
        <http://lexvo.org/id/term/kan/%E0%B2%AC%E0%B3%8A%E0%B2%B2%E0%B2%BF%E0%B2%B5%E0%B2%BF%E0%B2%AF%E0%B2%BE>,
        <http://lexvo.org/id/term/kas/%D8%A8%D9%88%D9%84%D9%90%D9%88%D9%90%DB%8C%D8%A7>,
        <http://lexvo.org/id/term/kat/%E1%83%91%E1%83%9D%E1%83%9A%E1%83%98%E1%83%95%E1%83%98%E1%83%90>,
        <http://lexvo.org/id/term/kaz/%D0%91%D0%BE%D0%BB%D0%B8%D0%B2%D0%B8%D1%8F>,
        <http://lexvo.org/id/term/kde/Bolivia>,
        <http://lexvo.org/id/term/kea/Bolivia>,
        <http://lexvo.org/id/term/khm/%E1%9E%94%E1%9E%BC%E1%9E%9B%E1%9E%B8%E1%9E%9C%E1%9E%B8>,
        <http://lexvo.org/id/term/khq/Boolivi>,
        <http://lexvo.org/id/term/kik/Bolivia>,
        <http://lexvo.org/id/term/kln/Emetab%20Bolivia>,
        <http://lexvo.org/id/term/kor/%EB%B3%BC%EB%A6%AC%EB%B9%84%EC%95%84>,
        <http://lexvo.org/id/term/ksb/Bolivia>,
        <http://lexvo.org/id/term/ksf/b%C9%94%C9%94l%C3%ADv%C3%AD>,
        <http://lexvo.org/id/term/ksh/Bolliivije>,
        <http://lexvo.org/id/term/lag/Bol%C3%ADvia>,
        <http://lexvo.org/id/term/lao/%E0%BB%82%E0%BA%9A%E0%BA%A5%E0%BA%B4%E0%BB%80%E0%BA%A7%E0%BA%8D>,
        <http://lexvo.org/id/term/lav/Bol%C4%ABvija>,
        <http://lexvo.org/id/term/lin/Bolivi>,
        <http://lexvo.org/id/term/lit/Bolivija>,
        <http://lexvo.org/id/term/lub/Mbolivi>,
        <http://lexvo.org/id/term/lug/Boliviya>,
        <http://lexvo.org/id/term/luo/Bolivia>,
        <http://lexvo.org/id/term/luy/Bolivia>,
        <http://lexvo.org/id/term/mal/%E0%B4%AC%E0%B5%8A%E0%B4%B3%E0%B5%80%E0%B4%B5%E0%B4%BF%E0%B4%AF>,
        <http://lexvo.org/id/term/mar/%E0%A4%AC%E0%A5%8B%E0%A4%B2%E0%A4%BF%E0%A4%B5%E0%A5%8D%E0%A4%B9%E0%A4%BF%E0%A4%AF%E0%A4%BE>,
        <http://lexvo.org/id/term/mas/Bolivia>,
        <http://lexvo.org/id/term/mer/Bolivia>,
        <http://lexvo.org/id/term/mfe/Bolivi>,
        <http://lexvo.org/id/term/mkd/%D0%91%D0%BE%D0%BB%D0%B8%D0%B2%D0%B8%D1%98%D0%B0>,
        <http://lexvo.org/id/term/mlg/Bolivia>,
        <http://lexvo.org/id/term/mlt/Bolivja>,
        <http://lexvo.org/id/term/mua/boliviya>,
        <http://lexvo.org/id/term/mya/%E1%80%98%E1%80%AD%E1%80%AF%E1%80%9C%E1%80%AE%E1%80%B8%E1%80%98%E1%80%AE%E1%80%B8%E1%80%9A%E1%80%AC%E1%80%B8>,
        <http://lexvo.org/id/term/naq/Boliviab>,
        <http://lexvo.org/id/term/nde/Bholiviya>,
        <http://lexvo.org/id/term/nep/%E0%A4%AC%E0%A5%8B%E0%A4%B2%E0%A4%BF%E0%A4%AD%E0%A4%BF%E0%A4%AF%E0%A4%BE>,
        <http://lexvo.org/id/term/nld/Bolivia>,
        <http://lexvo.org/id/term/nmg/Bolivia>,
        <http://lexvo.org/id/term/nno/Bolivia>,
        <http://lexvo.org/id/term/nob/Bolivia>,
        <http://lexvo.org/id/term/nus/Bulibia>,
        <http://lexvo.org/id/term/nyn/Boriiviya>,
        <http://lexvo.org/id/term/ori/%E0%AC%AC%E0%AD%8B%E0%AC%B2%E0%AC%AD%E0%AC%BF%E0%AC%86>,
        <http://lexvo.org/id/term/pol/Boliwia>,
        <http://lexvo.org/id/term/por/Bol%C3%ADvia>,
        <http://lexvo.org/id/term/rof/Bolivia>,
        <http://lexvo.org/id/term/roh/Bolivia>,
        <http://lexvo.org/id/term/ron/Bolivia>,
        <http://lexvo.org/id/term/run/Boliviya>,
        <http://lexvo.org/id/term/rus/%D0%91%D0%BE%D0%BB%D0%B8%D0%B2%D0%B8%D1%8F>,
        <http://lexvo.org/id/term/rwk/Bolivia>,
        <http://lexvo.org/id/term/sag/Boliv%C3%AFi>,
        <http://lexvo.org/id/term/saq/Bolivia>,
        <http://lexvo.org/id/term/sbp/Boliviya>,
        <http://lexvo.org/id/term/seh/Bol%C3%ADvia>,
        <http://lexvo.org/id/term/ses/Boolivi>,
        <http://lexvo.org/id/term/shi-Latn/bulibya>,
        <http://lexvo.org/id/term/shi/%E2%B4%B1%E2%B5%93%E2%B5%8D%E2%B5%89%E2%B4%BC%E2%B5%A2%E2%B4%B0>,
        <http://lexvo.org/id/term/sin/%E0%B6%B6%E0%B7%9C%E0%B6%BD%E0%B7%93%E0%B7%80%E0%B7%92%E0%B6%BA%E0%B7%8F%E0%B7%80>,
        <http://lexvo.org/id/term/slk/Bol%C3%ADvia>,
        <http://lexvo.org/id/term/slv/Bolivija>,
        <http://lexvo.org/id/term/sme/Bolivia>,
        <http://lexvo.org/id/term/sna/Bolivia>,
        <http://lexvo.org/id/term/som/Boliifiya>,
        <http://lexvo.org/id/term/spa/Bolivia>,
        <http://lexvo.org/id/term/sqi/Bolivi>,
        <http://lexvo.org/id/term/srp-Latn/Bolivija>,
        <http://lexvo.org/id/term/srp/%D0%91%D0%BE%D0%BB%D0%B8%D0%B2%D0%B8%D1%98%D0%B0>,
        <http://lexvo.org/id/term/swc/Bolivia>,
        <http://lexvo.org/id/term/swe/Bolivia>,
        <http://lexvo.org/id/term/swh/Bolivia>,
        <http://lexvo.org/id/term/tam/%E0%AE%AA%E0%AF%8A%E0%AE%B2%E0%AE%BF%E0%AE%B5%E0%AE%BF%E0%AE%AF%E0%AE%BE>,
        <http://lexvo.org/id/term/tel/%E0%B0%AC%E0%B1%8A%E0%B0%B2%E0%B1%80%E0%B0%B5%E0%B0%BF%E0%B0%AF%E0%B0%BE>,
        <http://lexvo.org/id/term/teo/Bolivia>,
        <http://lexvo.org/id/term/tha/%E0%B9%82%E0%B8%9A%E0%B8%A5%E0%B8%B4%E0%B9%80%E0%B8%A7%E0%B8%B5%E0%B8%A2>,
        <http://lexvo.org/id/term/tig/%E1%89%A6%E1%88%8A%E1%89%AA%E1%8B%AB>,
        <http://lexvo.org/id/term/tir/%E1%89%A6%E1%88%8A%E1%89%AA%E1%8B%AB>,
        <http://lexvo.org/id/term/ton/Pol%C4%ABvia>,
        <http://lexvo.org/id/term/tur/Bolivya>,
        <http://lexvo.org/id/term/twq/Boolivi>,
        <http://lexvo.org/id/term/tzm/Bulivya>,
        <http://lexvo.org/id/term/ukr/%D0%91%D0%BE%D0%BB%D1%96%D0%B2%D1%96%D1%8F>,
        <http://lexvo.org/id/term/urd/%D8%A8%D9%88%D9%84%DB%8C%D9%88%DB%8C%D8%A7>,
        <http://lexvo.org/id/term/vai-Latn/Bholiviya>,
        <http://lexvo.org/id/term/vai/%EA%95%B7%EA%94%B7%EA%94%B2%EA%95%A9>,
        <http://lexvo.org/id/term/vie/Bolivia>,
        <http://lexvo.org/id/term/vun/Bolivia>,
        <http://lexvo.org/id/term/wae/Boliwie>,
        <http://lexvo.org/id/term/wal/%E1%89%A6%E1%88%8A%E1%89%AA%E1%8B%AB>,
        <http://lexvo.org/id/term/xog/Boliviya>,
        <http://lexvo.org/id/term/yav/Pol%C3%ADfia>,
        <http://lexvo.org/id/term/yor/Or%C3%ADl%E1%BA%B9%CC%81%C3%A8de%20B%E1%BB%8D%CC%80l%C3%ADf%C3%ADy%C3%A0>,
        <http://lexvo.org/id/term/zsm/Bolivia>,
        <http://lexvo.org/id/term/zul/i-Bolivia> ;
    owl:sameAs <http://psi.oasis-open.org/iso/3166/#068>,
        <http://sws.geonames.org/3923057/> .

<http://lexvo.org/id/iso3166/BQ> a lvont:GeographicRegion ;
    rdfs:label "Karibiese Nederland"@af,
        "የካሪቢያን ኔዘርላንድስ"@am,
        "هولندا الكاريبية"@ar,
        "Caribe neerlandés"@ast,
        "Карибска Нидерландия"@bg,
        "ক্যারিবিয়ান নেদারল্যান্ডস"@bn,
        "Antilhez nederlandat"@br,
        "Carib Neerlandès"@ca,
        "荷兰加勒比"@cmn,
        "荷蘭加勒比區"@cmn-Hant,
        "Karibské Nizozemsko"@cs,
        "Iseldiroedd y Caribî"@cy,
        "Nederlandske antiller"@da,
        "Karibische Niederlande"@de,
        "ཀེ་རི་བི་ཡེན་ནེ་དར་ལནཌས྄"@dz,
        "Karibbeatɔwo ƒe Nedalanɖs nutome"@ee,
        "Ολλανδία Καραϊβικής"@el,
        "Caribbean Netherlands"@en,
        "ISO 3166-1:BQ"@en,
        "Caribe neerlandés"@es,
        "Hollandi Kariibi mere saared"@et,
        "Karibeko Holanda"@eu,
        "کارائیب هلند"@fa,
        "Karibian Alankomaat"@fi,
        "Caribbean Netherlands"@fil,
        "Niðurlonds Karibia"@fo,
        "Pays-Bas caribéens"@fr,
        "Ranntair Breatainn na h-Antartaig"@gd,
        "Caribe neerlandés"@gl,
        "કેરેબિયન નેધરલેન્ડ્ઝ"@gu,
        "האיים הקריביים ההולנדיים"@he,
        "कैरेबियाई नीदरलैंड्स"@hi,
        "Karipski otoci Nizozemske"@hr,
        "Holland Karib-térség"@hu,
        "Karibia Belanda"@id,
        "Karíbahafshluti Hollands"@is,
        "Caraibi Olandesi"@it,
        "オランダ領カリブ"@ja,
        "Karaibas olandes"@kea,
        "ហុល្លង់ ការ៉ាប៊ីន"@km,
        "ಕೆರಾಬಿಯನ್ ನೆದರ್‌ಲ್ಯಾಂಡ್ಸ್"@kn,
        "네덜란드령 카리브"@ko,
        "برطانوی قُطبہِ جَنوٗبی علاقہٕ"@ks,
        "de karribbesche Nederläng"@ksh,
        "ຄາລິບບີນ ເນັດເທີແລນ"@lo,
        "Karibų Nyderlandai"@lt,
        "Nīderlandes Karību salas"@lv,
        "Карипска Холандија"@mk,
        "ബൊണെയ്ർ, സിന്റ് യുസ്റ്റേഷ്യസ്, സാബ എന്നിവ"@ml,
        "कॅरिबियन नेदरलँड्स"@mr,
        "Karibisk Nederland"@nb,
        "क्यारिवियन नेदरल्याण्ड्स"@ne,
        "Caribisch Nederland"@nl,
        "Karibisk Nederland"@nn,
        "Niderlandy Karaibskie"@pl,
        "Antilhas Caribenhas"@pt,
        "Países Baixos Caribenhos"@pt,
        "Insulele Caraibe Olandeze"@ro,
        "Бонэйр, Синт-Эстатиус и Саба"@ru,
        "කැරිබියානු නෙදර්ලන්තය"@si,
        "Karibské Holandsko"@sk,
        "Nizozemski Karibi"@sl,
        "Карипска Холандија"@sr,
        "Bonaire, S:t Eustatius och Saba"@sv,
        "Karibiska Nederländerna"@sv,
        "Uholanzi ya Karibiani"@swh,
        "கரீபியன் நெதர்லாந்து"@ta,
        "కరీబియన్ నెదర్లాండ్స్"@te,
        "เนเธอร์แลนด์แคริบเบียน"@th,
        "Kalipiane fakahōlani"@to,
        "Karayip Hollanda"@tr,
        "Нідерландські Карибські острови"@uk,
        "کریبیائی نیدرلینڈز"@ur,
        "Caribe Hà Lan"@vi,
        "Caribbean Belanda"@zsm,
        "I-Caribbean Netherlands"@zu ;
    lvont:label <http://lexvo.org/id/term/afr/Karibiese%20Nederland>,
        <http://lexvo.org/id/term/amh/%E1%8B%A8%E1%8A%AB%E1%88%AA%E1%89%A2%E1%8B%AB%E1%8A%95%20%E1%8A%94%E1%8B%98%E1%88%AD%E1%88%8B%E1%8A%95%E1%8B%B5%E1%88%B5>,
        <http://lexvo.org/id/term/ara/%D9%87%D9%88%D9%84%D9%86%D8%AF%D8%A7%20%D8%A7%D9%84%D9%83%D8%A7%D8%B1%D9%8A%D8%A8%D9%8A%D8%A9>,
        <http://lexvo.org/id/term/ast/Caribe%20neerland%C3%A9s>,
        <http://lexvo.org/id/term/ben/%E0%A6%95%E0%A7%8D%E0%A6%AF%E0%A6%BE%E0%A6%B0%E0%A6%BF%E0%A6%AC%E0%A6%BF%E0%A6%AF%E0%A6%BC%E0%A6%BE%E0%A6%A8%20%E0%A6%A8%E0%A7%87%E0%A6%A6%E0%A6%BE%E0%A6%B0%E0%A6%B2%E0%A7%8D%E0%A6%AF%E0%A6%BE%E0%A6%A8%E0%A7%8D%E0%A6%A1%E0%A6%B8>,
        <http://lexvo.org/id/term/bre/Antilhez%20nederlandat>,
        <http://lexvo.org/id/term/bul/%D0%9A%D0%B0%D1%80%D0%B8%D0%B1%D1%81%D0%BA%D0%B0%20%D0%9D%D0%B8%D0%B4%D0%B5%D1%80%D0%BB%D0%B0%D0%BD%D0%B4%D0%B8%D1%8F>,
        <http://lexvo.org/id/term/cat/Carib%20Neerland%C3%A8s>,
        <http://lexvo.org/id/term/ces/Karibsk%C3%A9%20Nizozemsko>,
        <http://lexvo.org/id/term/cmn-Hant/%E8%8D%B7%E8%98%AD%E5%8A%A0%E5%8B%92%E6%AF%94%E5%8D%80>,
        <http://lexvo.org/id/term/cmn/%E8%8D%B7%E5%85%B0%E5%8A%A0%E5%8B%92%E6%AF%94>,
        <http://lexvo.org/id/term/cym/Iseldiroedd%20y%20Carib%C3%AE>,
        <http://lexvo.org/id/term/dan/Nederlandske%20antiller>,
        <http://lexvo.org/id/term/deu/Karibische%20Niederlande>,
        <http://lexvo.org/id/term/dzo/%E0%BD%80%E0%BD%BA%E0%BC%8B%E0%BD%A2%E0%BD%B2%E0%BC%8B%E0%BD%96%E0%BD%B2%E0%BC%8B%E0%BD%A1%E0%BD%BA%E0%BD%93%E0%BC%8B%E0%BD%93%E0%BD%BA%E0%BC%8B%E0%BD%91%E0%BD%A2%E0%BC%8B%E0%BD%A3%E0%BD%93%E0%BD%8C%E0%BD%A6%E0%BE%84>,
        <http://lexvo.org/id/term/ell/%CE%9F%CE%BB%CE%BB%CE%B1%CE%BD%CE%B4%CE%AF%CE%B1%20%CE%9A%CE%B1%CF%81%CE%B1%CF%8A%CE%B2%CE%B9%CE%BA%CE%AE%CF%82>,
        <http://lexvo.org/id/term/eng/Caribbean%20Netherlands>,
        <http://lexvo.org/id/term/eng/ISO%203166-1%3ABQ>,
        <http://lexvo.org/id/term/est/Hollandi%20Kariibi%20mere%20saared>,
        <http://lexvo.org/id/term/eus/Karibeko%20Holanda>,
        <http://lexvo.org/id/term/ewe/Karibbeat%C9%94wo%20%C6%92e%20Nedalan%C9%96s%20nutome>,
        <http://lexvo.org/id/term/fao/Ni%C3%B0urlonds%20Karibia>,
        <http://lexvo.org/id/term/fas/%DA%A9%D8%A7%D8%B1%D8%A7%D8%A6%DB%8C%D8%A8%20%D9%87%D9%84%D9%86%D8%AF>,
        <http://lexvo.org/id/term/fil/Caribbean%20Netherlands>,
        <http://lexvo.org/id/term/fin/Karibian%20Alankomaat>,
        <http://lexvo.org/id/term/fra/Pays-Bas%20carib%C3%A9ens>,
        <http://lexvo.org/id/term/gla/Ranntair%20Breatainn%20na%20h-Antartaig>,
        <http://lexvo.org/id/term/glg/Caribe%20neerland%C3%A9s>,
        <http://lexvo.org/id/term/guj/%E0%AA%95%E0%AB%87%E0%AA%B0%E0%AB%87%E0%AA%AC%E0%AA%BF%E0%AA%AF%E0%AA%A8%20%E0%AA%A8%E0%AB%87%E0%AA%A7%E0%AA%B0%E0%AA%B2%E0%AB%87%E0%AA%A8%E0%AB%8D%E0%AA%A1%E0%AB%8D%E0%AA%9D>,
        <http://lexvo.org/id/term/heb/%D7%94%D7%90%D7%99%D7%99%D7%9D%20%D7%94%D7%A7%D7%A8%D7%99%D7%91%D7%99%D7%99%D7%9D%20%D7%94%D7%94%D7%95%D7%9C%D7%A0%D7%93%D7%99%D7%99%D7%9D>,
        <http://lexvo.org/id/term/hin/%E0%A4%95%E0%A5%88%E0%A4%B0%E0%A5%87%E0%A4%AC%E0%A4%BF%E0%A4%AF%E0%A4%BE%E0%A4%88%20%E0%A4%A8%E0%A5%80%E0%A4%A6%E0%A4%B0%E0%A4%B2%E0%A5%88%E0%A4%82%E0%A4%A1%E0%A5%8D%E0%A4%B8>,
        <http://lexvo.org/id/term/hrv/Karipski%20otoci%20Nizozemske>,
        <http://lexvo.org/id/term/hun/Holland%20Karib-t%C3%A9rs%C3%A9g>,
        <http://lexvo.org/id/term/ind/Karibia%20Belanda>,
        <http://lexvo.org/id/term/isl/Kar%C3%ADbahafshluti%20Hollands>,
        <http://lexvo.org/id/term/ita/Caraibi%20Olandesi>,
        <http://lexvo.org/id/term/jpn/%E3%82%AA%E3%83%A9%E3%83%B3%E3%83%80%E9%A0%98%E3%82%AB%E3%83%AA%E3%83%96>,
        <http://lexvo.org/id/term/kan/%E0%B2%95%E0%B3%86%E0%B2%B0%E0%B2%BE%E0%B2%AC%E0%B2%BF%E0%B2%AF%E0%B2%A8%E0%B3%8D%20%E0%B2%A8%E0%B3%86%E0%B2%A6%E0%B2%B0%E0%B3%8D%E2%80%8C%E0%B2%B2%E0%B3%8D%E0%B2%AF%E0%B2%BE%E0%B2%82%E0%B2%A1%E0%B3%8D%E0%B2%B8%E0%B3%8D>,
        <http://lexvo.org/id/term/kas/%D8%A8%D8%B1%D8%B7%D8%A7%D9%86%D9%88%DB%8C%20%D9%82%D9%8F%D8%B7%D8%A8%DB%81%D9%90%20%D8%AC%D9%8E%D9%86%D9%88%D9%97%D8%A8%DB%8C%20%D8%B9%D9%84%D8%A7%D9%82%DB%81%D9%95>,
        <http://lexvo.org/id/term/kea/Karaibas%20olandes>,
        <http://lexvo.org/id/term/khm/%E1%9E%A0%E1%9E%BB%E1%9E%9B%E1%9F%92%E1%9E%9B%E1%9E%84%E1%9F%8B%20%E1%9E%80%E1%9E%B6%E1%9E%9A%E1%9F%89%E1%9E%B6%E1%9E%94%E1%9F%8A%E1%9E%B8%E1%9E%93>,
        <http://lexvo.org/id/term/kor/%EB%84%A4%EB%8D%9C%EB%9E%80%EB%93%9C%EB%A0%B9%20%EC%B9%B4%EB%A6%AC%EB%B8%8C>,
        <http://lexvo.org/id/term/ksh/de%20karribbesche%20Nederl%C3%A4ng>,
        <http://lexvo.org/id/term/lao/%E0%BA%84%E0%BA%B2%E0%BA%A5%E0%BA%B4%E0%BA%9A%E0%BA%9A%E0%BA%B5%E0%BA%99%20%E0%BB%80%E0%BA%99%E0%BA%B1%E0%BA%94%E0%BB%80%E0%BA%97%E0%BA%B5%E0%BB%81%E0%BA%A5%E0%BA%99>,
        <http://lexvo.org/id/term/lav/N%C4%ABderlandes%20Kar%C4%ABbu%20salas>,
        <http://lexvo.org/id/term/lit/Karib%C5%B3%20Nyderlandai>,
        <http://lexvo.org/id/term/mal/%E0%B4%AC%E0%B5%8A%E0%B4%A3%E0%B5%86%E0%B4%AF%E0%B5%8D%E0%B5%BC%2C%20%E0%B4%B8%E0%B4%BF%E0%B4%A8%E0%B5%8D%E0%B4%B1%E0%B5%8D%20%E0%B4%AF%E0%B5%81%E0%B4%B8%E0%B5%8D%E0%B4%B1%E0%B5%8D%E0%B4%B1%E0%B5%87%E0%B4%B7%E0%B5%8D%E0%B4%AF%E0%B4%B8%E0%B5%8D%2C%20%E0%B4%B8%E0%B4%BE%E0%B4%AC%20%E0%B4%8E%E0%B4%A8%E0%B5%8D%E0%B4%A8%E0%B4%BF%E0%B4%B5>,
        <http://lexvo.org/id/term/mar/%E0%A4%95%E0%A5%85%E0%A4%B0%E0%A4%BF%E0%A4%AC%E0%A4%BF%E0%A4%AF%E0%A4%A8%20%E0%A4%A8%E0%A5%87%E0%A4%A6%E0%A4%B0%E0%A4%B2%E0%A4%81%E0%A4%A1%E0%A5%8D%E0%A4%B8>,
        <http://lexvo.org/id/term/mkd/%D0%9A%D0%B0%D1%80%D0%B8%D0%BF%D1%81%D0%BA%D0%B0%20%D0%A5%D0%BE%D0%BB%D0%B0%D0%BD%D0%B4%D0%B8%D1%98%D0%B0>,
        <http://lexvo.org/id/term/nep/%E0%A4%95%E0%A5%8D%E0%A4%AF%E0%A4%BE%E0%A4%B0%E0%A4%BF%E0%A4%B5%E0%A4%BF%E0%A4%AF%E0%A4%A8%20%E0%A4%A8%E0%A5%87%E0%A4%A6%E0%A4%B0%E0%A4%B2%E0%A5%8D%E0%A4%AF%E0%A4%BE%E0%A4%A3%E0%A5%8D%E0%A4%A1%E0%A5%8D%E0%A4%B8>,
        <http://lexvo.org/id/term/nld/Caribisch%20Nederland>,
        <http://lexvo.org/id/term/nno/Karibisk%20Nederland>,
        <http://lexvo.org/id/term/nob/Karibisk%20Nederland>,
        <http://lexvo.org/id/term/pol/Niderlandy%20Karaibskie>,
        <http://lexvo.org/id/term/por/Antilhas%20Caribenhas>,
        <http://lexvo.org/id/term/por/Pa%C3%ADses%20Baixos%20Caribenhos>,
        <http://lexvo.org/id/term/ron/Insulele%20Caraibe%20Olandeze>,
        <http://lexvo.org/id/term/rus/%D0%91%D0%BE%D0%BD%D1%8D%D0%B9%D1%80%2C%20%D0%A1%D0%B8%D0%BD%D1%82-%D0%AD%D1%81%D1%82%D0%B0%D1%82%D0%B8%D1%83%D1%81%20%D0%B8%20%D0%A1%D0%B0%D0%B1%D0%B0>,
        <http://lexvo.org/id/term/sin/%E0%B6%9A%E0%B7%90%E0%B6%BB%E0%B7%92%E0%B6%B6%E0%B7%92%E0%B6%BA%E0%B7%8F%E0%B6%B1%E0%B7%94%20%E0%B6%B1%E0%B7%99%E0%B6%AF%E0%B6%BB%E0%B7%8A%E0%B6%BD%E0%B6%B1%E0%B7%8A%E0%B6%AD%E0%B6%BA>,
        <http://lexvo.org/id/term/slk/Karibsk%C3%A9%20Holandsko>,
        <http://lexvo.org/id/term/slv/Nizozemski%20Karibi>,
        <http://lexvo.org/id/term/spa/Caribe%20neerland%C3%A9s>,
        <http://lexvo.org/id/term/srp/%D0%9A%D0%B0%D1%80%D0%B8%D0%BF%D1%81%D0%BA%D0%B0%20%D0%A5%D0%BE%D0%BB%D0%B0%D0%BD%D0%B4%D0%B8%D1%98%D0%B0>,
        <http://lexvo.org/id/term/swe/Bonaire%2C%20S%3At%20Eustatius%20och%20Saba>,
        <http://lexvo.org/id/term/swe/Karibiska%20Nederl%C3%A4nderna>,
        <http://lexvo.org/id/term/swh/Uholanzi%20ya%20Karibiani>,
        <http://lexvo.org/id/term/tam/%E0%AE%95%E0%AE%B0%E0%AF%80%E0%AE%AA%E0%AE%BF%E0%AE%AF%E0%AE%A9%E0%AF%8D%20%E0%AE%A8%E0%AF%86%E0%AE%A4%E0%AE%B0%E0%AF%8D%E0%AE%B2%E0%AE%BE%E0%AE%A8%E0%AF%8D%E0%AE%A4%E0%AF%81>,
        <http://lexvo.org/id/term/tel/%E0%B0%95%E0%B0%B0%E0%B1%80%E0%B0%AC%E0%B0%BF%E0%B0%AF%E0%B0%A8%E0%B1%8D%20%E0%B0%A8%E0%B1%86%E0%B0%A6%E0%B0%B0%E0%B1%8D%E0%B0%B2%E0%B0%BE%E0%B0%82%E0%B0%A1%E0%B1%8D%E0%B0%B8%E0%B1%8D>,
        <http://lexvo.org/id/term/tha/%E0%B9%80%E0%B8%99%E0%B9%80%E0%B8%98%E0%B8%AD%E0%B8%A3%E0%B9%8C%E0%B9%81%E0%B8%A5%E0%B8%99%E0%B8%94%E0%B9%8C%E0%B9%81%E0%B8%84%E0%B8%A3%E0%B8%B4%E0%B8%9A%E0%B9%80%E0%B8%9A%E0%B8%B5%E0%B8%A2%E0%B8%99>,
        <http://lexvo.org/id/term/ton/Kalipiane%20fakah%C5%8Dlani>,
        <http://lexvo.org/id/term/tur/Karayip%20Hollanda>,
        <http://lexvo.org/id/term/ukr/%D0%9D%D1%96%D0%B4%D0%B5%D1%80%D0%BB%D0%B0%D0%BD%D0%B4%D1%81%D1%8C%D0%BA%D1%96%20%D0%9A%D0%B0%D1%80%D0%B8%D0%B1%D1%81%D1%8C%D0%BA%D1%96%20%D0%BE%D1%81%D1%82%D1%80%D0%BE%D0%B2%D0%B8>,
        <http://lexvo.org/id/term/urd/%DA%A9%D8%B1%DB%8C%D8%A8%DB%8C%D8%A7%D8%A6%DB%8C%20%D9%86%DB%8C%D8%AF%D8%B1%D9%84%DB%8C%D9%86%DA%88%D8%B2>,
        <http://lexvo.org/id/term/vie/Caribe%20H%C3%A0%20Lan>,
        <http://lexvo.org/id/term/zsm/Caribbean%20Belanda>,
        <http://lexvo.org/id/term/zul/I-Caribbean%20Netherlands> .

<http://lexvo.org/id/iso3166/BR> a lvont:GeographicRegion ;
    rdfs:label "Brazil"@aa,
        "Brasilië"@af,
        "Bɨ̀làzîi"@agq,
        "Brazil"@ak,
        "ብራዚል"@am,
        "البرازيل"@ar,
        "ব্ৰাজিল"@as,
        "Brazili"@asa,
        "Brasil"@ast,
        "Braziliya"@az,
        "Бразилија"@az-Cyrl,
        "Bràsîl"@bas,
        "Бразілія"@be,
        "Hublazili"@bez,
        "Бразилия"@bg,
        "Berezili"@bm,
        "ব্রাজিল"@bn,
        "བ་རཱ་ཛིལ།"@bo,
        "Brazil"@br,
        "ब्राज़ील"@brx,
        "Brazil"@bs,
        "Бразил"@bs-Cyrl,
        "ብራዚል"@byn,
        "Brasil"@ca,
        "Buraziiri"@cgg,
        "ᏆᏏᎵᎢ"@chr,
        "巴西"@cmn,
        "巴西"@cmn-Hant,
        "Brazílie"@cs,
        "Brasil"@cy,
        "Brasilien"@da,
        "Brazili"@dav,
        "Brasilien"@de,
        "Breezil"@dje,
        "Bresil"@dyo,
        "བྲ་ཛིལ"@dz,
        "Brazili"@ebu,
        "Brazil nutome"@ee,
        "Βραζιλία"@el,
        "Brazil"@en,
        "ISO 3166-1:BR"@en,
        "𐐒𐑉𐐲𐑆𐐮𐑊"@en-Dsrt,
        "Brazilo"@eo,
        "Brasil"@es,
        "Brasiilia"@et,
        "Brasil"@eu,
        "Bəlazíl"@ewo,
        "برازیل"@fa,
        "برزیل"@fa,
        "Beresiil"@ff,
        "Brasilia"@fi,
        "Brazil"@fil,
        "Brasilia"@fo,
        "Brésil"@fr,
        "Brasîl"@fur,
        "An Bhrasaíl"@ga,
        "Braisil"@gd,
        "Brasil"@gl,
        "Brasilie"@gsw,
        "બ્રાઝિલ"@gu,
        "Brazili"@guz,
        "Birazil"@ha,
        "ברזיל"@he,
        "ब्राजील"@hi,
        "Brazil"@hr,
        "Brazília"@hu,
        "Բրազիլիա"@hy,
        "Brasil"@ia,
        "Brasil"@id,
        "ꀠꑭ"@ii,
        "Brasilía"@is,
        "Brasile"@it,
        "ブラジル"@ja,
        "Mbɛlazîl"@jgo,
        "Brazili"@jmc,
        "ბრაზილია"@ka,
        "Brizil"@kab,
        "Brazili"@kam,
        "Blazili"@kde,
        "Brazil"@kea,
        "Breezil"@khq,
        "Brazili"@ki,
        "Бразилия"@kk,
        "Brazil"@kl,
        "Emetab Brazil"@kln,
        "ប្រេស៊ីល"@km,
        "ಬ್ರೆಜಿಲ್"@kn,
        "브라질"@ko,
        "برٛازِل"@ks,
        "Blazili"@ksb,
        "brɛsíl"@ksf,
        "Brasilije"@ksh,
        "Brasil"@kw,
        "Brasíili"@lag,
        "Buraziiri"@lg,
        "Brezílɛ"@ln,
        "ບຼາຊິວ"@lo,
        "Brazilija"@lt,
        "Mnulezile"@lu,
        "Brazil"@luo,
        "Brazili"@luy,
        "Brazīlija"@lv,
        "Brazili"@mas,
        "Brazilu"@mer,
        "Brezil"@mfe,
        "Brezila"@mg,
        "Бразил"@mk,
        "ബ്രസീൽ"@ml,
        "ब्राझिल"@mr,
        "Brażil"@mt,
        "brazilya"@mua,
        "ဘရာဇီး"@my,
        "Braziliab"@naq,
        "Brasil"@nb,
        "Brazili"@nd,
        "ब्राजिल"@ne,
        "Brazilië"@nl,
        "Brésil"@nmg,
        "Brasil"@nn,
        "Bäraadhiil"@nus,
        "Buraziiri"@nyn,
        "Brazil"@om,
        "ବ୍ରାଜିଲ୍"@or,
        "Бразили"@os,
        "Brazylia"@pl,
        "Brasil"@pt,
        "Brasila"@rm,
        "Burezili"@rn,
        "Brazilia"@ro,
        "Brazili"@rof,
        "Бразилия"@ru,
        "Brazili"@rwk,
        "Brazili"@saq,
        "Bulasili"@sbp,
        "Brasil"@se,
        "Brasil"@seh,
        "Breezil"@ses,
        "Brezîli"@sg,
        "ⴱⵔⴰⵣⵉⵍ"@shi,
        "brazil"@shi-Latn,
        "බ්‍රසීලය"@si,
        "Brazília"@sk,
        "Brazilija"@sl,
        "Brazil"@sn,
        "Braasiil"@so,
        "Brazili"@sq,
        "Бразил"@sr,
        "Brazil"@sr-Latn,
        "Brasilien"@sv,
        "Brazili"@swc,
        "Brazili"@swh,
        "பிரேஸில்"@ta,
        "బ్రజిల్"@te,
        "Brazili"@teo,
        "บราซิล"@th,
        "ብራዚል"@ti,
        "ብራዚል"@tig,
        "Palāsili"@to,
        "Brezilya"@tr,
        "Breezil"@twq,
        "Bṛazil"@tzm,
        "Бразилія"@uk,
        "برازیلی"@ur,
        "Бразилия"@uzn,
        "Braziliya"@uzn-Latn,
        "ꖜꕟꔘꔀ"@vai,
        "Bhurazeli"@vai-Latn,
        "Bra-xin"@vi,
        "Brazili"@vun,
        "Brasilie"@wae,
        "ብራዚል"@wal,
        "Buraziiri"@xog,
        "Pilesíl"@yav,
        "Orílẹ́ède Bàràsílì"@yo,
        "Brazil"@zsm,
        "i-Brazil"@zu ;
    lvont:label <http://lexvo.org/id/term/aar/Brazil>,
        <http://lexvo.org/id/term/afr/Brasili%C3%AB>,
        <http://lexvo.org/id/term/agq/B%C9%A8%CC%80l%C3%A0z%C3%AEi>,
        <http://lexvo.org/id/term/aka/Brazil>,
        <http://lexvo.org/id/term/amh/%E1%89%A5%E1%88%AB%E1%8B%9A%E1%88%8D>,
        <http://lexvo.org/id/term/ara/%D8%A7%D9%84%D8%A8%D8%B1%D8%A7%D8%B2%D9%8A%D9%84>,
        <http://lexvo.org/id/term/asa/Brazili>,
        <http://lexvo.org/id/term/asm/%E0%A6%AC%E0%A7%8D%E0%A7%B0%E0%A6%BE%E0%A6%9C%E0%A6%BF%E0%A6%B2>,
        <http://lexvo.org/id/term/ast/Brasil>,
        <http://lexvo.org/id/term/aze-Cyrl/%D0%91%D1%80%D0%B0%D0%B7%D0%B8%D0%BB%D0%B8%D1%98%D0%B0>,
        <http://lexvo.org/id/term/aze/Braziliya>,
        <http://lexvo.org/id/term/bam/Berezili>,
        <http://lexvo.org/id/term/bas/Br%C3%A0s%C3%AEl>,
        <http://lexvo.org/id/term/bel/%D0%91%D1%80%D0%B0%D0%B7%D1%96%D0%BB%D1%96%D1%8F>,
        <http://lexvo.org/id/term/ben/%E0%A6%AC%E0%A7%8D%E0%A6%B0%E0%A6%BE%E0%A6%9C%E0%A6%BF%E0%A6%B2>,
        <http://lexvo.org/id/term/bez/Hublazili>,
        <http://lexvo.org/id/term/bod/%E0%BD%96%E0%BC%8B%E0%BD%A2%E0%BD%B1%E0%BC%8B%E0%BD%9B%E0%BD%B2%E0%BD%A3%E0%BC%8D>,
        <http://lexvo.org/id/term/bos-Cyrl/%D0%91%D1%80%D0%B0%D0%B7%D0%B8%D0%BB>,
        <http://lexvo.org/id/term/bos/Brazil>,
        <http://lexvo.org/id/term/bre/Brazil>,
        <http://lexvo.org/id/term/brx/%E0%A4%AC%E0%A5%8D%E0%A4%B0%E0%A4%BE%E0%A4%9C%E0%A4%BC%E0%A5%80%E0%A4%B2>,
        <http://lexvo.org/id/term/bul/%D0%91%D1%80%D0%B0%D0%B7%D0%B8%D0%BB%D0%B8%D1%8F>,
        <http://lexvo.org/id/term/byn/%E1%89%A5%E1%88%AB%E1%8B%9A%E1%88%8D>,
        <http://lexvo.org/id/term/cat/Brasil>,
        <http://lexvo.org/id/term/ces/Braz%C3%ADlie>,
        <http://lexvo.org/id/term/cgg/Buraziiri>,
        <http://lexvo.org/id/term/chr/%E1%8F%86%E1%8F%8F%E1%8E%B5%E1%8E%A2>,
        <http://lexvo.org/id/term/cmn-Hant/%E5%B7%B4%E8%A5%BF>,
        <http://lexvo.org/id/term/cmn/%E5%B7%B4%E8%A5%BF>,
        <http://lexvo.org/id/term/cor/Brasil>,
        <http://lexvo.org/id/term/cym/Brasil>,
        <http://lexvo.org/id/term/dan/Brasilien>,
        <http://lexvo.org/id/term/dav/Brazili>,
        <http://lexvo.org/id/term/deu/Brasilien>,
        <http://lexvo.org/id/term/dje/Breezil>,
        <http://lexvo.org/id/term/dyo/Bresil>,
        <http://lexvo.org/id/term/dzo/%E0%BD%96%E0%BE%B2%E0%BC%8B%E0%BD%9B%E0%BD%B2%E0%BD%A3>,
        <http://lexvo.org/id/term/ebu/Brazili>,
        <http://lexvo.org/id/term/ell/%CE%92%CF%81%CE%B1%CE%B6%CE%B9%CE%BB%CE%AF%CE%B1>,
        <http://lexvo.org/id/term/eng-Dsrt/%F0%90%90%92%F0%90%91%89%F0%90%90%B2%F0%90%91%86%F0%90%90%AE%F0%90%91%8A>,
        <http://lexvo.org/id/term/eng/Brazil>,
        <http://lexvo.org/id/term/eng/ISO%203166-1%3ABR>,
        <http://lexvo.org/id/term/epo/Brazilo>,
        <http://lexvo.org/id/term/est/Brasiilia>,
        <http://lexvo.org/id/term/eus/Brasil>,
        <http://lexvo.org/id/term/ewe/Brazil%20nutome>,
        <http://lexvo.org/id/term/ewo/B%C9%99laz%C3%ADl>,
        <http://lexvo.org/id/term/fao/Brasilia>,
        <http://lexvo.org/id/term/fas/%D8%A8%D8%B1%D8%A7%D8%B2%DB%8C%D9%84>,
        <http://lexvo.org/id/term/fas/%D8%A8%D8%B1%D8%B2%DB%8C%D9%84>,
        <http://lexvo.org/id/term/fil/Brazil>,
        <http://lexvo.org/id/term/fin/Brasilia>,
        <http://lexvo.org/id/term/fra/Br%C3%A9sil>,
        <http://lexvo.org/id/term/ful/Beresiil>,
        <http://lexvo.org/id/term/fur/Bras%C3%AEl>,
        <http://lexvo.org/id/term/gla/Braisil>,
        <http://lexvo.org/id/term/gle/An%20Bhrasa%C3%ADl>,
        <http://lexvo.org/id/term/glg/Brasil>,
        <http://lexvo.org/id/term/gsw/Brasilie>,
        <http://lexvo.org/id/term/guj/%E0%AA%AC%E0%AB%8D%E0%AA%B0%E0%AA%BE%E0%AA%9D%E0%AA%BF%E0%AA%B2>,
        <http://lexvo.org/id/term/guz/Brazili>,
        <http://lexvo.org/id/term/hau/Birazil>,
        <http://lexvo.org/id/term/heb/%D7%91%D7%A8%D7%96%D7%99%D7%9C>,
        <http://lexvo.org/id/term/hin/%E0%A4%AC%E0%A5%8D%E0%A4%B0%E0%A4%BE%E0%A4%9C%E0%A5%80%E0%A4%B2>,
        <http://lexvo.org/id/term/hrv/Brazil>,
        <http://lexvo.org/id/term/hun/Braz%C3%ADlia>,
        <http://lexvo.org/id/term/hye/%D4%B2%D6%80%D5%A1%D5%A6%D5%AB%D5%AC%D5%AB%D5%A1>,
        <http://lexvo.org/id/term/iii/%EA%80%A0%EA%91%AD>,
        <http://lexvo.org/id/term/ina/Brasil>,
        <http://lexvo.org/id/term/ind/Brasil>,
        <http://lexvo.org/id/term/isl/Brasil%C3%ADa>,
        <http://lexvo.org/id/term/ita/Brasile>,
        <http://lexvo.org/id/term/jgo/Mb%C9%9Blaz%C3%AEl>,
        <http://lexvo.org/id/term/jmc/Brazili>,
        <http://lexvo.org/id/term/jpn/%E3%83%96%E3%83%A9%E3%82%B8%E3%83%AB>,
        <http://lexvo.org/id/term/kab/Brizil>,
        <http://lexvo.org/id/term/kal/Brazil>,
        <http://lexvo.org/id/term/kam/Brazili>,
        <http://lexvo.org/id/term/kan/%E0%B2%AC%E0%B3%8D%E0%B2%B0%E0%B3%86%E0%B2%9C%E0%B2%BF%E0%B2%B2%E0%B3%8D>,
        <http://lexvo.org/id/term/kas/%D8%A8%D8%B1%D9%9B%D8%A7%D8%B2%D9%90%D9%84>,
        <http://lexvo.org/id/term/kat/%E1%83%91%E1%83%A0%E1%83%90%E1%83%96%E1%83%98%E1%83%9A%E1%83%98%E1%83%90>,
        <http://lexvo.org/id/term/kaz/%D0%91%D1%80%D0%B0%D0%B7%D0%B8%D0%BB%D0%B8%D1%8F>,
        <http://lexvo.org/id/term/kde/Blazili>,
        <http://lexvo.org/id/term/kea/Brazil>,
        <http://lexvo.org/id/term/khm/%E1%9E%94%E1%9F%92%E1%9E%9A%E1%9F%81%E1%9E%9F%E1%9F%8A%E1%9E%B8%E1%9E%9B>,
        <http://lexvo.org/id/term/khq/Breezil>,
        <http://lexvo.org/id/term/kik/Brazili>,
        <http://lexvo.org/id/term/kln/Emetab%20Brazil>,
        <http://lexvo.org/id/term/kor/%EB%B8%8C%EB%9D%BC%EC%A7%88>,
        <http://lexvo.org/id/term/ksb/Blazili>,
        <http://lexvo.org/id/term/ksf/br%C9%9Bs%C3%ADl>,
        <http://lexvo.org/id/term/ksh/Brasilije>,
        <http://lexvo.org/id/term/lag/Bras%C3%ADili>,
        <http://lexvo.org/id/term/lao/%E0%BA%9A%E0%BA%BC%E0%BA%B2%E0%BA%8A%E0%BA%B4%E0%BA%A7>,
        <http://lexvo.org/id/term/lav/Braz%C4%ABlija>,
        <http://lexvo.org/id/term/lin/Brez%C3%ADl%C9%9B>,
        <http://lexvo.org/id/term/lit/Brazilija>,
        <http://lexvo.org/id/term/lub/Mnulezile>,
        <http://lexvo.org/id/term/lug/Buraziiri>,
        <http://lexvo.org/id/term/luo/Brazil>,
        <http://lexvo.org/id/term/luy/Brazili>,
        <http://lexvo.org/id/term/mal/%E0%B4%AC%E0%B5%8D%E0%B4%B0%E0%B4%B8%E0%B5%80%E0%B5%BD>,
        <http://lexvo.org/id/term/mar/%E0%A4%AC%E0%A5%8D%E0%A4%B0%E0%A4%BE%E0%A4%9D%E0%A4%BF%E0%A4%B2>,
        <http://lexvo.org/id/term/mas/Brazili>,
        <http://lexvo.org/id/term/mer/Brazilu>,
        <http://lexvo.org/id/term/mfe/Brezil>,
        <http://lexvo.org/id/term/mkd/%D0%91%D1%80%D0%B0%D0%B7%D0%B8%D0%BB>,
        <http://lexvo.org/id/term/mlg/Brezila>,
        <http://lexvo.org/id/term/mlt/Bra%C5%BCil>,
        <http://lexvo.org/id/term/mua/brazilya>,
        <http://lexvo.org/id/term/mya/%E1%80%98%E1%80%9B%E1%80%AC%E1%80%87%E1%80%AE%E1%80%B8>,
        <http://lexvo.org/id/term/naq/Braziliab>,
        <http://lexvo.org/id/term/nde/Brazili>,
        <http://lexvo.org/id/term/nep/%E0%A4%AC%E0%A5%8D%E0%A4%B0%E0%A4%BE%E0%A4%9C%E0%A4%BF%E0%A4%B2>,
        <http://lexvo.org/id/term/nld/Brazili%C3%AB>,
        <http://lexvo.org/id/term/nmg/Br%C3%A9sil>,
        <http://lexvo.org/id/term/nno/Brasil>,
        <http://lexvo.org/id/term/nob/Brasil>,
        <http://lexvo.org/id/term/nus/B%C3%A4raadhiil>,
        <http://lexvo.org/id/term/nyn/Buraziiri>,
        <http://lexvo.org/id/term/ori/%E0%AC%AC%E0%AD%8D%E0%AC%B0%E0%AC%BE%E0%AC%9C%E0%AC%BF%E0%AC%B2%E0%AD%8D>,
        <http://lexvo.org/id/term/orm/Brazil>,
        <http://lexvo.org/id/term/oss/%D0%91%D1%80%D0%B0%D0%B7%D0%B8%D0%BB%D0%B8>,
        <http://lexvo.org/id/term/pol/Brazylia>,
        <http://lexvo.org/id/term/por/Brasil>,
        <http://lexvo.org/id/term/rof/Brazili>,
        <http://lexvo.org/id/term/roh/Brasila>,
        <http://lexvo.org/id/term/ron/Brazilia>,
        <http://lexvo.org/id/term/run/Burezili>,
        <http://lexvo.org/id/term/rus/%D0%91%D1%80%D0%B0%D0%B7%D0%B8%D0%BB%D0%B8%D1%8F>,
        <http://lexvo.org/id/term/rwk/Brazili>,
        <http://lexvo.org/id/term/sag/Brez%C3%AEli>,
        <http://lexvo.org/id/term/saq/Brazili>,
        <http://lexvo.org/id/term/sbp/Bulasili>,
        <http://lexvo.org/id/term/seh/Brasil>,
        <http://lexvo.org/id/term/ses/Breezil>,
        <http://lexvo.org/id/term/shi-Latn/brazil>,
        <http://lexvo.org/id/term/shi/%E2%B4%B1%E2%B5%94%E2%B4%B0%E2%B5%A3%E2%B5%89%E2%B5%8D>,
        <http://lexvo.org/id/term/sin/%E0%B6%B6%E0%B7%8A%E2%80%8D%E0%B6%BB%E0%B7%83%E0%B7%93%E0%B6%BD%E0%B6%BA>,
        <http://lexvo.org/id/term/slk/Braz%C3%ADlia>,
        <http://lexvo.org/id/term/slv/Brazilija>,
        <http://lexvo.org/id/term/sme/Brasil>,
        <http://lexvo.org/id/term/sna/Brazil>,
        <http://lexvo.org/id/term/som/Braasiil>,
        <http://lexvo.org/id/term/spa/Brasil>,
        <http://lexvo.org/id/term/sqi/Brazili>,
        <http://lexvo.org/id/term/srp-Latn/Brazil>,
        <http://lexvo.org/id/term/srp/%D0%91%D1%80%D0%B0%D0%B7%D0%B8%D0%BB>,
        <http://lexvo.org/id/term/swc/Brazili>,
        <http://lexvo.org/id/term/swe/Brasilien>,
        <http://lexvo.org/id/term/swh/Brazili>,
        <http://lexvo.org/id/term/tam/%E0%AE%AA%E0%AE%BF%E0%AE%B0%E0%AF%87%E0%AE%B8%E0%AE%BF%E0%AE%B2%E0%AF%8D>,
        <http://lexvo.org/id/term/tel/%E0%B0%AC%E0%B1%8D%E0%B0%B0%E0%B0%9C%E0%B0%BF%E0%B0%B2%E0%B1%8D>,
        <http://lexvo.org/id/term/teo/Brazili>,
        <http://lexvo.org/id/term/tha/%E0%B8%9A%E0%B8%A3%E0%B8%B2%E0%B8%8B%E0%B8%B4%E0%B8%A5>,
        <http://lexvo.org/id/term/tig/%E1%89%A5%E1%88%AB%E1%8B%9A%E1%88%8D>,
        <http://lexvo.org/id/term/tir/%E1%89%A5%E1%88%AB%E1%8B%9A%E1%88%8D>,
        <http://lexvo.org/id/term/ton/Pal%C4%81sili>,
        <http://lexvo.org/id/term/tur/Brezilya>,
        <http://lexvo.org/id/term/twq/Breezil>,
        <http://lexvo.org/id/term/tzm/B%E1%B9%9Bazil>,
        <http://lexvo.org/id/term/ukr/%D0%91%D1%80%D0%B0%D0%B7%D0%B8%D0%BB%D1%96%D1%8F>,
        <http://lexvo.org/id/term/urd/%D8%A8%D8%B1%D8%A7%D8%B2%DB%8C%D9%84%DB%8C>,
        <http://lexvo.org/id/term/uzn-Latn/Braziliya>,
        <http://lexvo.org/id/term/uzn/%D0%91%D1%80%D0%B0%D0%B7%D0%B8%D0%BB%D0%B8%D1%8F>,
        <http://lexvo.org/id/term/vai-Latn/Bhurazeli>,
        <http://lexvo.org/id/term/vai/%EA%96%9C%EA%95%9F%EA%94%98%EA%94%80>,
        <http://lexvo.org/id/term/vie/Bra-xin>,
        <http://lexvo.org/id/term/vun/Brazili>,
        <http://lexvo.org/id/term/wae/Brasilie>,
        <http://lexvo.org/id/term/wal/%E1%89%A5%E1%88%AB%E1%8B%9A%E1%88%8D>,
        <http://lexvo.org/id/term/xog/Buraziiri>,
        <http://lexvo.org/id/term/yav/Piles%C3%ADl>,
        <http://lexvo.org/id/term/yor/Or%C3%ADl%E1%BA%B9%CC%81%C3%A8de%20B%C3%A0r%C3%A0s%C3%ADl%C3%AC>,
        <http://lexvo.org/id/term/zsm/Brazil>,
        <http://lexvo.org/id/term/zul/i-Brazil> ;
    owl:sameAs <http://psi.oasis-open.org/iso/3166/#076>,
        <http://sws.geonames.org/3469034/> .

<http://lexvo.org/id/iso3166/BS> a lvont:GeographicRegion ;
    rdfs:label "Bahamas"@af,
        "Bàhamàs"@agq,
        "Bahama"@ak,
        "ባሃማስ"@am,
        "الباهاما"@ar,
        "Bahama"@asa,
        "Les Bahames"@ast,
        "Bahamalar"@az,
        "Bàhamàs"@bas,
        "Багамскія Астравы"@be,
        "Hubahama"@bez,
        "Бахами"@bg,
        "Bahamasi"@bm,
        "বাহামা দ্বীপপুঞ্জ"@bn,
        "བྷཱ་མས྄།"@bo,
        "Bahamas"@br,
        "बहामा"@brx,
        "Bahami"@bs,
        "Бахами"@bs-Cyrl,
        "Bahames"@ca,
        "Bahama"@cgg,
        "ᎾᏍᎩ ᏆᎭᎹᏍ"@chr,
        "巴哈马"@cmn,
        "巴哈馬"@cmn-Hant,
        "Bahamy"@cs,
        "y Bahamas"@cy,
        "Bahamas"@da,
        "Bahama"@dav,
        "Bahamas"@de,
        "Bahamas"@dje,
        "Bahama"@dyo,
        "བྷ་ཧ་མས྄"@dz,
        "Bahama"@ebu,
        "Bahamas nutome"@ee,
        "Μπαχάμες"@el,
        "Bahamas"@en,
        "ISO 3166-1:BS"@en,
        "𐐒𐐲𐐸𐐪𐑋𐐲𐑅"@en-Dsrt,
        "Bahamoj"@eo,
        "Bahamas"@es,
        "Bahama"@et,
        "Bahamak"@eu,
        "Bahámas"@ewo,
        "باهاما"@fa,
        "بهاماس"@fa,
        "Bahamaas"@ff,
        "Bahama"@fi,
        "Bahamas"@fil,
        "Bahamas"@fo,
        "Bahamas"@fr,
        "Bahamas"@fur,
        "Na Bahámaí"@ga,
        "Na h-Eileanan Bathama"@gd,
        "Bahamas"@gl,
        "Bahaamas"@gsw,
        "બહામાસ"@gu,
        "Bahama"@guz,
        "Bahamas"@ha,
        "איי בהאמה"@he,
        "बहामा"@hi,
        "Bahami"@hr,
        "Bahama-szigetek"@hu,
        "Բահամներ"@hy,
        "Bahamas"@ia,
        "Bahama"@id,
        "Bahamaeyjar"@is,
        "Bahamas"@it,
        "バハマ"@ja,
        "Bahama"@jmc,
        "ბაჰამის კუნძულები"@ka,
        "Bahamas"@kab,
        "Bahama"@kam,
        "Bahama"@kde,
        "Baamas"@kea,
        "Bahamas"@khq,
        "Bahama"@ki,
        "Bahamas"@kl,
        "Emetab Bahamas"@kln,
        "បាហាម៉ា"@km,
        "ಬಹಾಮಾಸ್"@kn,
        "바하마"@ko,
        "بَہامَس"@ks,
        "Bahama"@ksb,
        "baamás"@ksf,
        "de Bahamas"@ksh,
        "Baháama"@lag,
        "Bahamasi"@lg,
        "Bahamasɛ"@ln,
        "ບາຮາມມາສ"@lo,
        "Bahamos"@lt,
        "Bahamase"@lu,
        "Bahamas"@luo,
        "Bahama"@luy,
        "Bahamu salas"@lv,
        "Bahama"@mas,
        "Bahamasi"@mer,
        "Bahamas"@mfe,
        "Bahamas"@mg,
        "Бахами"@mk,
        "ബഹാമാസ്"@ml,
        "बहामाज"@mr,
        "Baħamas"@mt,
        "bahamas"@mua,
        "ဘဟားမား"@my,
        "Bahamas"@naq,
        "Bahamas"@nb,
        "Bhahamas"@nd,
        "बहामास"@ne,
        "Bahama’s"@nl,
        "Bahamas"@nmg,
        "Bahamas"@nn,
        "Bämuɔth"@nus,
        "Bahama"@nyn,
        "ବାହାମାସ୍"@or,
        "Bahamy"@pl,
        "Bahamas"@pt,
        "Bahamas"@rm,
        "Bahamasi"@rn,
        "Bahamas"@ro,
        "Bahamasi"@rof,
        "Багамские о-ва"@ru,
        "Bahama"@rwk,
        "Bahama"@saq,
        "Bahama"@sbp,
        "Bahamas"@se,
        "Bahamas"@seh,
        "Bahamas"@ses,
        "Bahâmasa"@sg,
        "ⴱⴰⵀⴰⵎⴰⵙ"@shi,
        "bahamas"@shi-Latn,
        "බහමාස්"@si,
        "Bahamy"@sk,
        "Bahami"@sl,
        "Bahama"@sn,
        "Bahaamas"@so,
        "Бахами"@sr,
        "Bahami"@sr-Latn,
        "Bahamas"@sv,
        "Bahama"@swc,
        "Bahama"@swh,
        "பஹாமாஸ்"@ta,
        "బహామాస్"@te,
        "Bahama"@teo,
        "บาฮามาส"@th,
        "ባሃማስ"@ti,
        "Pahama"@to,
        "Bahamalar"@tr,
        "Bahamas"@twq,
        "Bahamas"@tzm,
        "Багами"@uk,
        "بہاماس"@ur,
        "ꕑꕌꕮꔻ"@vai,
        "Bahámasi"@vai-Latn,
        "Bahamas"@vi,
        "Bahama"@vun,
        "Bahamas"@wae,
        "Bahamasi"@xog,
        "Pahámas"@yav,
        "Orílẹ́ède Bàhámásì"@yo,
        "Bahamas"@zsm,
        "i-Bahamas"@zu ;
    lvont:label <http://lexvo.org/id/term/afr/Bahamas>,
        <http://lexvo.org/id/term/agq/B%C3%A0ham%C3%A0s>,
        <http://lexvo.org/id/term/aka/Bahama>,
        <http://lexvo.org/id/term/amh/%E1%89%A3%E1%88%83%E1%88%9B%E1%88%B5>,
        <http://lexvo.org/id/term/ara/%D8%A7%D9%84%D8%A8%D8%A7%D9%87%D8%A7%D9%85%D8%A7>,
        <http://lexvo.org/id/term/asa/Bahama>,
        <http://lexvo.org/id/term/ast/Les%20Bahames>,
        <http://lexvo.org/id/term/aze/Bahamalar>,
        <http://lexvo.org/id/term/bam/Bahamasi>,
        <http://lexvo.org/id/term/bas/B%C3%A0ham%C3%A0s>,
        <http://lexvo.org/id/term/bel/%D0%91%D0%B0%D0%B3%D0%B0%D0%BC%D1%81%D0%BA%D1%96%D1%8F%20%D0%90%D1%81%D1%82%D1%80%D0%B0%D0%B2%D1%8B>,
        <http://lexvo.org/id/term/ben/%E0%A6%AC%E0%A6%BE%E0%A6%B9%E0%A6%BE%E0%A6%AE%E0%A6%BE%20%E0%A6%A6%E0%A7%8D%E0%A6%AC%E0%A7%80%E0%A6%AA%E0%A6%AA%E0%A7%81%E0%A6%9E%E0%A7%8D%E0%A6%9C>,
        <http://lexvo.org/id/term/bez/Hubahama>,
        <http://lexvo.org/id/term/bod/%E0%BD%96%E0%BE%B7%E0%BD%B1%E0%BC%8B%E0%BD%98%E0%BD%A6%E0%BE%84%E0%BC%8D>,
        <http://lexvo.org/id/term/bos-Cyrl/%D0%91%D0%B0%D1%85%D0%B0%D0%BC%D0%B8>,
        <http://lexvo.org/id/term/bos/Bahami>,
        <http://lexvo.org/id/term/bre/Bahamas>,
        <http://lexvo.org/id/term/brx/%E0%A4%AC%E0%A4%B9%E0%A4%BE%E0%A4%AE%E0%A4%BE>,
        <http://lexvo.org/id/term/bul/%D0%91%D0%B0%D1%85%D0%B0%D0%BC%D0%B8>,
        <http://lexvo.org/id/term/cat/Bahames>,
        <http://lexvo.org/id/term/ces/Bahamy>,
        <http://lexvo.org/id/term/cgg/Bahama>,
        <http://lexvo.org/id/term/chr/%E1%8E%BE%E1%8F%8D%E1%8E%A9%20%E1%8F%86%E1%8E%AD%E1%8E%B9%E1%8F%8D>,
        <http://lexvo.org/id/term/cmn-Hant/%E5%B7%B4%E5%93%88%E9%A6%AC>,
        <http://lexvo.org/id/term/cmn/%E5%B7%B4%E5%93%88%E9%A9%AC>,
        <http://lexvo.org/id/term/cym/y%20Bahamas>,
        <http://lexvo.org/id/term/dan/Bahamas>,
        <http://lexvo.org/id/term/dav/Bahama>,
        <http://lexvo.org/id/term/deu/Bahamas>,
        <http://lexvo.org/id/term/dje/Bahamas>,
        <http://lexvo.org/id/term/dyo/Bahama>,
        <http://lexvo.org/id/term/dzo/%E0%BD%96%E0%BE%B7%E0%BC%8B%E0%BD%A7%E0%BC%8B%E0%BD%98%E0%BD%A6%E0%BE%84>,
        <http://lexvo.org/id/term/ebu/Bahama>,
        <http://lexvo.org/id/term/ell/%CE%9C%CF%80%CE%B1%CF%87%CE%AC%CE%BC%CE%B5%CF%82>,
        <http://lexvo.org/id/term/eng-Dsrt/%F0%90%90%92%F0%90%90%B2%F0%90%90%B8%F0%90%90%AA%F0%90%91%8B%F0%90%90%B2%F0%90%91%85>,
        <http://lexvo.org/id/term/eng/Bahamas>,
        <http://lexvo.org/id/term/eng/ISO%203166-1%3ABS>,
        <http://lexvo.org/id/term/epo/Bahamoj>,
        <http://lexvo.org/id/term/est/Bahama>,
        <http://lexvo.org/id/term/eus/Bahamak>,
        <http://lexvo.org/id/term/ewe/Bahamas%20nutome>,
        <http://lexvo.org/id/term/ewo/Bah%C3%A1mas>,
        <http://lexvo.org/id/term/fao/Bahamas>,
        <http://lexvo.org/id/term/fas/%D8%A8%D8%A7%D9%87%D8%A7%D9%85%D8%A7>,
        <http://lexvo.org/id/term/fas/%D8%A8%D9%87%D8%A7%D9%85%D8%A7%D8%B3>,
        <http://lexvo.org/id/term/fil/Bahamas>,
        <http://lexvo.org/id/term/fin/Bahama>,
        <http://lexvo.org/id/term/fra/Bahamas>,
        <http://lexvo.org/id/term/ful/Bahamaas>,
        <http://lexvo.org/id/term/fur/Bahamas>,
        <http://lexvo.org/id/term/gla/Na%20h-Eileanan%20Bathama>,
        <http://lexvo.org/id/term/gle/Na%20Bah%C3%A1ma%C3%AD>,
        <http://lexvo.org/id/term/glg/Bahamas>,
        <http://lexvo.org/id/term/gsw/Bahaamas>,
        <http://lexvo.org/id/term/guj/%E0%AA%AC%E0%AA%B9%E0%AA%BE%E0%AA%AE%E0%AA%BE%E0%AA%B8>,
        <http://lexvo.org/id/term/guz/Bahama>,
        <http://lexvo.org/id/term/hau/Bahamas>,
        <http://lexvo.org/id/term/heb/%D7%90%D7%99%D7%99%20%D7%91%D7%94%D7%90%D7%9E%D7%94>,
        <http://lexvo.org/id/term/hin/%E0%A4%AC%E0%A4%B9%E0%A4%BE%E0%A4%AE%E0%A4%BE>,
        <http://lexvo.org/id/term/hrv/Bahami>,
        <http://lexvo.org/id/term/hun/Bahama-szigetek>,
        <http://lexvo.org/id/term/hye/%D4%B2%D5%A1%D5%B0%D5%A1%D5%B4%D5%B6%D5%A5%D6%80>,
        <http://lexvo.org/id/term/ina/Bahamas>,
        <http://lexvo.org/id/term/ind/Bahama>,
        <http://lexvo.org/id/term/isl/Bahamaeyjar>,
        <http://lexvo.org/id/term/ita/Bahamas>,
        <http://lexvo.org/id/term/jmc/Bahama>,
        <http://lexvo.org/id/term/jpn/%E3%83%90%E3%83%8F%E3%83%9E>,
        <http://lexvo.org/id/term/kab/Bahamas>,
        <http://lexvo.org/id/term/kal/Bahamas>,
        <http://lexvo.org/id/term/kam/Bahama>,
        <http://lexvo.org/id/term/kan/%E0%B2%AC%E0%B2%B9%E0%B2%BE%E0%B2%AE%E0%B2%BE%E0%B2%B8%E0%B3%8D>,
        <http://lexvo.org/id/term/kas/%D8%A8%D9%8E%DB%81%D8%A7%D9%85%D9%8E%D8%B3>,
        <http://lexvo.org/id/term/kat/%E1%83%91%E1%83%90%E1%83%B0%E1%83%90%E1%83%9B%E1%83%98%E1%83%A1%20%E1%83%99%E1%83%A3%E1%83%9C%E1%83%AB%E1%83%A3%E1%83%9A%E1%83%94%E1%83%91%E1%83%98>,
        <http://lexvo.org/id/term/kde/Bahama>,
        <http://lexvo.org/id/term/kea/Baamas>,
        <http://lexvo.org/id/term/khm/%E1%9E%94%E1%9E%B6%E1%9E%A0%E1%9E%B6%E1%9E%98%E1%9F%89%E1%9E%B6>,
        <http://lexvo.org/id/term/khq/Bahamas>,
        <http://lexvo.org/id/term/kik/Bahama>,
        <http://lexvo.org/id/term/kln/Emetab%20Bahamas>,
        <http://lexvo.org/id/term/kor/%EB%B0%94%ED%95%98%EB%A7%88>,
        <http://lexvo.org/id/term/ksb/Bahama>,
        <http://lexvo.org/id/term/ksf/baam%C3%A1s>,
        <http://lexvo.org/id/term/ksh/de%20Bahamas>,
        <http://lexvo.org/id/term/lag/Bah%C3%A1ama>,
        <http://lexvo.org/id/term/lao/%E0%BA%9A%E0%BA%B2%E0%BA%AE%E0%BA%B2%E0%BA%A1%E0%BA%A1%E0%BA%B2%E0%BA%AA>,
        <http://lexvo.org/id/term/lav/Bahamu%20salas>,
        <http://lexvo.org/id/term/lin/Bahamas%C9%9B>,
        <http://lexvo.org/id/term/lit/Bahamos>,
        <http://lexvo.org/id/term/lub/Bahamase>,
        <http://lexvo.org/id/term/lug/Bahamasi>,
        <http://lexvo.org/id/term/luo/Bahamas>,
        <http://lexvo.org/id/term/luy/Bahama>,
        <http://lexvo.org/id/term/mal/%E0%B4%AC%E0%B4%B9%E0%B4%BE%E0%B4%AE%E0%B4%BE%E0%B4%B8%E0%B5%8D>,
        <http://lexvo.org/id/term/mar/%E0%A4%AC%E0%A4%B9%E0%A4%BE%E0%A4%AE%E0%A4%BE%E0%A4%9C>,
        <http://lexvo.org/id/term/mas/Bahama>,
        <http://lexvo.org/id/term/mer/Bahamasi>,
        <http://lexvo.org/id/term/mfe/Bahamas>,
        <http://lexvo.org/id/term/mkd/%D0%91%D0%B0%D1%85%D0%B0%D0%BC%D0%B8>,
        <http://lexvo.org/id/term/mlg/Bahamas>,
        <http://lexvo.org/id/term/mlt/Ba%C4%A7amas>,
        <http://lexvo.org/id/term/mua/bahamas>,
        <http://lexvo.org/id/term/mya/%E1%80%98%E1%80%9F%E1%80%AC%E1%80%B8%E1%80%99%E1%80%AC%E1%80%B8>,
        <http://lexvo.org/id/term/naq/Bahamas>,
        <http://lexvo.org/id/term/nde/Bhahamas>,
        <http://lexvo.org/id/term/nep/%E0%A4%AC%E0%A4%B9%E0%A4%BE%E0%A4%AE%E0%A4%BE%E0%A4%B8>,
        <http://lexvo.org/id/term/nld/Bahama%E2%80%99s>,
        <http://lexvo.org/id/term/nmg/Bahamas>,
        <http://lexvo.org/id/term/nno/Bahamas>,
        <http://lexvo.org/id/term/nob/Bahamas>,
        <http://lexvo.org/id/term/nus/B%C3%A4mu%C9%94th>,
        <http://lexvo.org/id/term/nyn/Bahama>,
        <http://lexvo.org/id/term/ori/%E0%AC%AC%E0%AC%BE%E0%AC%B9%E0%AC%BE%E0%AC%AE%E0%AC%BE%E0%AC%B8%E0%AD%8D>,
        <http://lexvo.org/id/term/pol/Bahamy>,
        <http://lexvo.org/id/term/por/Bahamas>,
        <http://lexvo.org/id/term/rof/Bahamasi>,
        <http://lexvo.org/id/term/roh/Bahamas>,
        <http://lexvo.org/id/term/ron/Bahamas>,
        <http://lexvo.org/id/term/run/Bahamasi>,
        <http://lexvo.org/id/term/rus/%D0%91%D0%B0%D0%B3%D0%B0%D0%BC%D1%81%D0%BA%D0%B8%D0%B5%20%D0%BE-%D0%B2%D0%B0>,
        <http://lexvo.org/id/term/rwk/Bahama>,
        <http://lexvo.org/id/term/sag/Bah%C3%A2masa>,
        <http://lexvo.org/id/term/saq/Bahama>,
        <http://lexvo.org/id/term/sbp/Bahama>,
        <http://lexvo.org/id/term/seh/Bahamas>,
        <http://lexvo.org/id/term/ses/Bahamas>,
        <http://lexvo.org/id/term/shi-Latn/bahamas>,
        <http://lexvo.org/id/term/shi/%E2%B4%B1%E2%B4%B0%E2%B5%80%E2%B4%B0%E2%B5%8E%E2%B4%B0%E2%B5%99>,
        <http://lexvo.org/id/term/sin/%E0%B6%B6%E0%B7%84%E0%B6%B8%E0%B7%8F%E0%B7%83%E0%B7%8A>,
        <http://lexvo.org/id/term/slk/Bahamy>,
        <http://lexvo.org/id/term/slv/Bahami>,
        <http://lexvo.org/id/term/sme/Bahamas>,
        <http://lexvo.org/id/term/sna/Bahama>,
        <http://lexvo.org/id/term/som/Bahaamas>,
        <http://lexvo.org/id/term/spa/Bahamas>,
        <http://lexvo.org/id/term/srp-Latn/Bahami>,
        <http://lexvo.org/id/term/srp/%D0%91%D0%B0%D1%85%D0%B0%D0%BC%D0%B8>,
        <http://lexvo.org/id/term/swc/Bahama>,
        <http://lexvo.org/id/term/swe/Bahamas>,
        <http://lexvo.org/id/term/swh/Bahama>,
        <http://lexvo.org/id/term/tam/%E0%AE%AA%E0%AE%B9%E0%AE%BE%E0%AE%AE%E0%AE%BE%E0%AE%B8%E0%AF%8D>,
        <http://lexvo.org/id/term/tel/%E0%B0%AC%E0%B0%B9%E0%B0%BE%E0%B0%AE%E0%B0%BE%E0%B0%B8%E0%B1%8D>,
        <http://lexvo.org/id/term/teo/Bahama>,
        <http://lexvo.org/id/term/tha/%E0%B8%9A%E0%B8%B2%E0%B8%AE%E0%B8%B2%E0%B8%A1%E0%B8%B2%E0%B8%AA>,
        <http://lexvo.org/id/term/tir/%E1%89%A3%E1%88%83%E1%88%9B%E1%88%B5>,
        <http://lexvo.org/id/term/ton/Pahama>,
        <http://lexvo.org/id/term/tur/Bahamalar>,
        <http://lexvo.org/id/term/twq/Bahamas>,
        <http://lexvo.org/id/term/tzm/Bahamas>,
        <http://lexvo.org/id/term/ukr/%D0%91%D0%B0%D0%B3%D0%B0%D0%BC%D0%B8>,
        <http://lexvo.org/id/term/urd/%D8%A8%DB%81%D8%A7%D9%85%D8%A7%D8%B3>,
        <http://lexvo.org/id/term/vai-Latn/Bah%C3%A1masi>,
        <http://lexvo.org/id/term/vai/%EA%95%91%EA%95%8C%EA%95%AE%EA%94%BB>,
        <http://lexvo.org/id/term/vie/Bahamas>,
        <http://lexvo.org/id/term/vun/Bahama>,
        <http://lexvo.org/id/term/wae/Bahamas>,
        <http://lexvo.org/id/term/xog/Bahamasi>,
        <http://lexvo.org/id/term/yav/Pah%C3%A1mas>,
        <http://lexvo.org/id/term/yor/Or%C3%ADl%E1%BA%B9%CC%81%C3%A8de%20B%C3%A0h%C3%A1m%C3%A1s%C3%AC>,
        <http://lexvo.org/id/term/zsm/Bahamas>,
        <http://lexvo.org/id/term/zul/i-Bahamas> ;
    owl:sameAs <http://psi.oasis-open.org/iso/3166/#044>,
        <http://sws.geonames.org/3572887/> .

<http://lexvo.org/id/iso3166/BT> a lvont:GeographicRegion ;
    rdfs:label "Bhoetan"@af,
        "Mbutàn"@agq,
        "Butan"@ak,
        "ቡህታን"@am,
        "بوتان"@ar,
        "Butani"@asa,
        "Bután"@ast,
        "Butan"@az,
        "Bùtân"@bas,
        "Бутан"@be,
        "Hubutani"@bez,
        "Бутан"@bg,
        "Butaŋ"@bm,
        "ভুটান"@bn,
        "འབྲུག་ཡུལ།"@bo,
        "Bhoutan"@br,
        "भूटान"@brx,
        "Butan"@bs,
        "Бутан"@bs-Cyrl,
        "ቡህታን"@byn,
        "Bhutan"@ca,
        "Butani"@cgg,
        "ᏊᏔᏂ"@chr,
        "不丹"@cmn,
        "不丹"@cmn-Hant,
        "Bhútán"@cs,
        "Bhwtan"@cy,
        "Bhutan"@da,
        "Butani"@dav,
        "Bhutan"@de,
        "Buutaŋ"@dje,
        "Butan"@dyo,
        "འབྲུག"@dz,
        "Butani"@ebu,
        "Bhutan nutome"@ee,
        "Μπουτάν"@el,
        "Bhutan"@en,
        "ISO 3166-1:BT"@en,
        "𐐒𐐭𐐻𐐪𐑌"@en-Dsrt,
        "Butano"@eo,
        "Bután"@es,
        "Bhutan"@et,
        "Bhutan"@eu,
        "Butáŋ"@ewo,
        "بوتان"@fa,
        "Butaan"@ff,
        "Bhutan"@fi,
        "Bhutan"@fil,
        "Butan"@fo,
        "Bhoutan"@fr,
        "Bhutan"@fur,
        "An Bhútáin"@ga,
        "Butàn"@gd,
        "Bután"@gl,
        "Bhutan"@gsw,
        "ભૂટાન"@gu,
        "Butani"@guz,
        "Butan"@ha,
        "בהוטן"@he,
        "भूटान"@hi,
        "Butan"@hr,
        "Bhután"@hu,
        "Բուտան"@hy,
        "Bhutan"@ia,
        "Bhutan"@id,
        "Bútan"@is,
        "Bhutan"@it,
        "ブータン"@ja,
        "Butani"@jmc,
        "ბუტანი"@ka,
        "Bhutan"@kab,
        "Butani"@kam,
        "Butani"@kde,
        "Butãu"@kea,
        "Buutaŋ"@khq,
        "Butani"@ki,
        "Бутан"@kk,
        "Bhutan"@kl,
        "Emetab Bhutan"@kln,
        "ប៊ូតាន"@km,
        "ಭೂತಾನ್"@kn,
        "부탄"@ko,
        "بوٗٹان"@ks,
        "Butani"@ksb,
        "bután"@ksf,
        "Buttaan"@ksh,
        "Butáani"@lag,
        "Butaani"@lg,
        "Butáni"@ln,
        "ບູຕານ"@lo,
        "Butanas"@lt,
        "Butani"@lu,
        "Bhutan"@luo,
        "Butani"@luy,
        "Butāna"@lv,
        "Butani"@mas,
        "Butani"@mer,
        "Boutan"@mfe,
        "Bhotana"@mg,
        "Бутан"@mk,
        "ഭൂട്ടാൻ"@ml,
        "भूतान"@mr,
        "Butan"@mt,
        "butaŋ"@mua,
        "ဘူတန်"@my,
        "Bhutans"@naq,
        "Bhutan"@nb,
        "Bhutani"@nd,
        "भुटान"@ne,
        "Bhutan"@nl,
        "Butaŋ"@nmg,
        "Bhutan"@nn,
        "Buta̱n"@nus,
        "Butani"@nyn,
        "ଭୁଟାନ୍"@or,
        "Bhutan"@pl,
        "Butão"@pt,
        "Bhutan"@rm,
        "Butani"@rn,
        "Bhutan"@ro,
        "Butani"@rof,
        "Бутан"@ru,
        "Butani"@rwk,
        "Butani"@saq,
        "Butani"@sbp,
        "Bhutan"@se,
        "Butão"@seh,
        "Buutaŋ"@ses,
        "Butäan"@sg,
        "ⴱⵀⵓⵜⴰⵏ"@shi,
        "bhutan"@shi-Latn,
        "භූතානය"@si,
        "Bhután"@sk,
        "Butan"@sl,
        "Bhutani"@sn,
        "Bhutan"@so,
        "Butan"@sq,
        "Бутан"@sr,
        "Butan"@sr-Latn,
        "Bhutan"@sv,
        "Butani"@swc,
        "Butani"@swh,
        "பூடான்"@ta,
        "భూటాన్"@te,
        "Butani"@teo,
        "ภูฏาน"@th,
        "ቡህታን"@ti,
        "ቡህታን"@tig,
        "Pūtani"@to,
        "Butan"@tr,
        "Buutaŋ"@twq,
        "Buṭan"@tzm,
        "Бутан"@uk,
        "بھوٹان"@ur,
        "ꖜꕚꘋ"@vai,
        "Bhutaŋ"@vai-Latn,
        "Bhutan"@vi,
        "Butani"@vun,
        "Bhutan"@wae,
        "ቡህታን"@wal,
        "Butaani"@xog,
        "Putaŋ"@yav,
        "Orílẹ́ède Bútánì"@yo,
        "Bhutan"@zsm,
        "i-Bhutan"@zu ;
    lvont:label <http://lexvo.org/id/term/afr/Bhoetan>,
        <http://lexvo.org/id/term/agq/Mbut%C3%A0n>,
        <http://lexvo.org/id/term/aka/Butan>,
        <http://lexvo.org/id/term/amh/%E1%89%A1%E1%88%85%E1%89%B3%E1%8A%95>,
        <http://lexvo.org/id/term/ara/%D8%A8%D9%88%D8%AA%D8%A7%D9%86>,
        <http://lexvo.org/id/term/asa/Butani>,
        <http://lexvo.org/id/term/ast/But%C3%A1n>,
        <http://lexvo.org/id/term/aze/Butan>,
        <http://lexvo.org/id/term/bam/Buta%C5%8B>,
        <http://lexvo.org/id/term/bas/B%C3%B9t%C3%A2n>,
        <http://lexvo.org/id/term/bel/%D0%91%D1%83%D1%82%D0%B0%D0%BD>,
        <http://lexvo.org/id/term/ben/%E0%A6%AD%E0%A7%81%E0%A6%9F%E0%A6%BE%E0%A6%A8>,
        <http://lexvo.org/id/term/bez/Hubutani>,
        <http://lexvo.org/id/term/bod/%E0%BD%A0%E0%BD%96%E0%BE%B2%E0%BD%B4%E0%BD%82%E0%BC%8B%E0%BD%A1%E0%BD%B4%E0%BD%A3%E0%BC%8D>,
        <http://lexvo.org/id/term/bos-Cyrl/%D0%91%D1%83%D1%82%D0%B0%D0%BD>,
        <http://lexvo.org/id/term/bos/Butan>,
        <http://lexvo.org/id/term/bre/Bhoutan>,
        <http://lexvo.org/id/term/brx/%E0%A4%AD%E0%A5%82%E0%A4%9F%E0%A4%BE%E0%A4%A8>,
        <http://lexvo.org/id/term/bul/%D0%91%D1%83%D1%82%D0%B0%D0%BD>,
        <http://lexvo.org/id/term/byn/%E1%89%A1%E1%88%85%E1%89%B3%E1%8A%95>,
        <http://lexvo.org/id/term/cat/Bhutan>,
        <http://lexvo.org/id/term/ces/Bh%C3%BAt%C3%A1n>,
        <http://lexvo.org/id/term/cgg/Butani>,
        <http://lexvo.org/id/term/chr/%E1%8F%8A%E1%8F%94%E1%8F%82>,
        <http://lexvo.org/id/term/cmn-Hant/%E4%B8%8D%E4%B8%B9>,
        <http://lexvo.org/id/term/cmn/%E4%B8%8D%E4%B8%B9>,
        <http://lexvo.org/id/term/cym/Bhwtan>,
        <http://lexvo.org/id/term/dan/Bhutan>,
        <http://lexvo.org/id/term/dav/Butani>,
        <http://lexvo.org/id/term/deu/Bhutan>,
        <http://lexvo.org/id/term/dje/Buuta%C5%8B>,
        <http://lexvo.org/id/term/dyo/Butan>,
        <http://lexvo.org/id/term/dzo/%E0%BD%A0%E0%BD%96%E0%BE%B2%E0%BD%B4%E0%BD%82>,
        <http://lexvo.org/id/term/ebu/Butani>,
        <http://lexvo.org/id/term/ell/%CE%9C%CF%80%CE%BF%CF%85%CF%84%CE%AC%CE%BD>,
        <http://lexvo.org/id/term/eng-Dsrt/%F0%90%90%92%F0%90%90%AD%F0%90%90%BB%F0%90%90%AA%F0%90%91%8C>,
        <http://lexvo.org/id/term/eng/Bhutan>,
        <http://lexvo.org/id/term/eng/ISO%203166-1%3ABT>,
        <http://lexvo.org/id/term/epo/Butano>,
        <http://lexvo.org/id/term/est/Bhutan>,
        <http://lexvo.org/id/term/eus/Bhutan>,
        <http://lexvo.org/id/term/ewe/Bhutan%20nutome>,
        <http://lexvo.org/id/term/ewo/But%C3%A1%C5%8B>,
        <http://lexvo.org/id/term/fao/Butan>,
        <http://lexvo.org/id/term/fas/%D8%A8%D9%88%D8%AA%D8%A7%D9%86>,
        <http://lexvo.org/id/term/fil/Bhutan>,
        <http://lexvo.org/id/term/fin/Bhutan>,
        <http://lexvo.org/id/term/fra/Bhoutan>,
        <http://lexvo.org/id/term/ful/Butaan>,
        <http://lexvo.org/id/term/fur/Bhutan>,
        <http://lexvo.org/id/term/gla/But%C3%A0n>,
        <http://lexvo.org/id/term/gle/An%20Bh%C3%BAt%C3%A1in>,
        <http://lexvo.org/id/term/glg/But%C3%A1n>,
        <http://lexvo.org/id/term/gsw/Bhutan>,
        <http://lexvo.org/id/term/guj/%E0%AA%AD%E0%AB%82%E0%AA%9F%E0%AA%BE%E0%AA%A8>,
        <http://lexvo.org/id/term/guz/Butani>,
        <http://lexvo.org/id/term/hau/Butan>,
        <http://lexvo.org/id/term/heb/%D7%91%D7%94%D7%95%D7%98%D7%9F>,
        <http://lexvo.org/id/term/hin/%E0%A4%AD%E0%A5%82%E0%A4%9F%E0%A4%BE%E0%A4%A8>,
        <http://lexvo.org/id/term/hrv/Butan>,
        <http://lexvo.org/id/term/hun/Bhut%C3%A1n>,
        <http://lexvo.org/id/term/hye/%D4%B2%D5%B8%D6%82%D5%BF%D5%A1%D5%B6>,
        <http://lexvo.org/id/term/ina/Bhutan>,
        <http://lexvo.org/id/term/ind/Bhutan>,
        <http://lexvo.org/id/term/isl/B%C3%BAtan>,
        <http://lexvo.org/id/term/ita/Bhutan>,
        <http://lexvo.org/id/term/jmc/Butani>,
        <http://lexvo.org/id/term/jpn/%E3%83%96%E3%83%BC%E3%82%BF%E3%83%B3>,
        <http://lexvo.org/id/term/kab/Bhutan>,
        <http://lexvo.org/id/term/kal/Bhutan>,
        <http://lexvo.org/id/term/kam/Butani>,
        <http://lexvo.org/id/term/kan/%E0%B2%AD%E0%B3%82%E0%B2%A4%E0%B2%BE%E0%B2%A8%E0%B3%8D>,
        <http://lexvo.org/id/term/kas/%D8%A8%D9%88%D9%97%D9%B9%D8%A7%D9%86>,
        <http://lexvo.org/id/term/kat/%E1%83%91%E1%83%A3%E1%83%A2%E1%83%90%E1%83%9C%E1%83%98>,
        <http://lexvo.org/id/term/kaz/%D0%91%D1%83%D1%82%D0%B0%D0%BD>,
        <http://lexvo.org/id/term/kde/Butani>,
        <http://lexvo.org/id/term/kea/But%C3%A3u>,
        <http://lexvo.org/id/term/khm/%E1%9E%94%E1%9F%8A%E1%9E%BC%E1%9E%8F%E1%9E%B6%E1%9E%93>,
        <http://lexvo.org/id/term/khq/Buuta%C5%8B>,
        <http://lexvo.org/id/term/kik/Butani>,
        <http://lexvo.org/id/term/kln/Emetab%20Bhutan>,
        <http://lexvo.org/id/term/kor/%EB%B6%80%ED%83%84>,
        <http://lexvo.org/id/term/ksb/Butani>,
        <http://lexvo.org/id/term/ksf/but%C3%A1n>,
        <http://lexvo.org/id/term/ksh/Buttaan>,
        <http://lexvo.org/id/term/lag/But%C3%A1ani>,
        <http://lexvo.org/id/term/lao/%E0%BA%9A%E0%BA%B9%E0%BA%95%E0%BA%B2%E0%BA%99>,
        <http://lexvo.org/id/term/lav/But%C4%81na>,
        <http://lexvo.org/id/term/lin/But%C3%A1ni>,
        <http://lexvo.org/id/term/lit/Butanas>,
        <http://lexvo.org/id/term/lub/Butani>,
        <http://lexvo.org/id/term/lug/Butaani>,
        <http://lexvo.org/id/term/luo/Bhutan>,
        <http://lexvo.org/id/term/luy/Butani>,
        <http://lexvo.org/id/term/mal/%E0%B4%AD%E0%B5%82%E0%B4%9F%E0%B5%8D%E0%B4%9F%E0%B4%BE%E0%B5%BB>,
        <http://lexvo.org/id/term/mar/%E0%A4%AD%E0%A5%82%E0%A4%A4%E0%A4%BE%E0%A4%A8>,
        <http://lexvo.org/id/term/mas/Butani>,
        <http://lexvo.org/id/term/mer/Butani>,
        <http://lexvo.org/id/term/mfe/Boutan>,
        <http://lexvo.org/id/term/mkd/%D0%91%D1%83%D1%82%D0%B0%D0%BD>,
        <http://lexvo.org/id/term/mlg/Bhotana>,
        <http://lexvo.org/id/term/mlt/Butan>,
        <http://lexvo.org/id/term/mua/buta%C5%8B>,
        <http://lexvo.org/id/term/mya/%E1%80%98%E1%80%B0%E1%80%90%E1%80%94%E1%80%BA>,
        <http://lexvo.org/id/term/naq/Bhutans>,
        <http://lexvo.org/id/term/nde/Bhutani>,
        <http://lexvo.org/id/term/nep/%E0%A4%AD%E0%A5%81%E0%A4%9F%E0%A4%BE%E0%A4%A8>,
        <http://lexvo.org/id/term/nld/Bhutan>,
        <http://lexvo.org/id/term/nmg/Buta%C5%8B>,
        <http://lexvo.org/id/term/nno/Bhutan>,
        <http://lexvo.org/id/term/nob/Bhutan>,
        <http://lexvo.org/id/term/nus/Buta%CC%B1n>,
        <http://lexvo.org/id/term/nyn/Butani>,
        <http://lexvo.org/id/term/ori/%E0%AC%AD%E0%AD%81%E0%AC%9F%E0%AC%BE%E0%AC%A8%E0%AD%8D>,
        <http://lexvo.org/id/term/pol/Bhutan>,
        <http://lexvo.org/id/term/por/But%C3%A3o>,
        <http://lexvo.org/id/term/rof/Butani>,
        <http://lexvo.org/id/term/roh/Bhutan>,
        <http://lexvo.org/id/term/ron/Bhutan>,
        <http://lexvo.org/id/term/run/Butani>,
        <http://lexvo.org/id/term/rus/%D0%91%D1%83%D1%82%D0%B0%D0%BD>,
        <http://lexvo.org/id/term/rwk/Butani>,
        <http://lexvo.org/id/term/sag/But%C3%A4an>,
        <http://lexvo.org/id/term/saq/Butani>,
        <http://lexvo.org/id/term/sbp/Butani>,
        <http://lexvo.org/id/term/seh/But%C3%A3o>,
        <http://lexvo.org/id/term/ses/Buuta%C5%8B>,
        <http://lexvo.org/id/term/shi-Latn/bhutan>,
        <http://lexvo.org/id/term/shi/%E2%B4%B1%E2%B5%80%E2%B5%93%E2%B5%9C%E2%B4%B0%E2%B5%8F>,
        <http://lexvo.org/id/term/sin/%E0%B6%B7%E0%B7%96%E0%B6%AD%E0%B7%8F%E0%B6%B1%E0%B6%BA>,
        <http://lexvo.org/id/term/slk/Bhut%C3%A1n>,
        <http://lexvo.org/id/term/slv/Butan>,
        <http://lexvo.org/id/term/sme/Bhutan>,
        <http://lexvo.org/id/term/sna/Bhutani>,
        <http://lexvo.org/id/term/som/Bhutan>,
        <http://lexvo.org/id/term/spa/But%C3%A1n>,
        <http://lexvo.org/id/term/sqi/Butan>,
        <http://lexvo.org/id/term/srp-Latn/Butan>,
        <http://lexvo.org/id/term/srp/%D0%91%D1%83%D1%82%D0%B0%D0%BD>,
        <http://lexvo.org/id/term/swc/Butani>,
        <http://lexvo.org/id/term/swe/Bhutan>,
        <http://lexvo.org/id/term/swh/Butani>,
        <http://lexvo.org/id/term/tam/%E0%AE%AA%E0%AF%82%E0%AE%9F%E0%AE%BE%E0%AE%A9%E0%AF%8D>,
        <http://lexvo.org/id/term/tel/%E0%B0%AD%E0%B1%82%E0%B0%9F%E0%B0%BE%E0%B0%A8%E0%B1%8D>,
        <http://lexvo.org/id/term/teo/Butani>,
        <http://lexvo.org/id/term/tha/%E0%B8%A0%E0%B8%B9%E0%B8%8F%E0%B8%B2%E0%B8%99>,
        <http://lexvo.org/id/term/tig/%E1%89%A1%E1%88%85%E1%89%B3%E1%8A%95>,
        <http://lexvo.org/id/term/tir/%E1%89%A1%E1%88%85%E1%89%B3%E1%8A%95>,
        <http://lexvo.org/id/term/ton/P%C5%ABtani>,
        <http://lexvo.org/id/term/tur/Butan>,
        <http://lexvo.org/id/term/twq/Buuta%C5%8B>,
        <http://lexvo.org/id/term/tzm/Bu%E1%B9%ADan>,
        <http://lexvo.org/id/term/ukr/%D0%91%D1%83%D1%82%D0%B0%D0%BD>,
        <http://lexvo.org/id/term/urd/%D8%A8%DA%BE%D9%88%D9%B9%D8%A7%D9%86>,
        <http://lexvo.org/id/term/vai-Latn/Bhuta%C5%8B>,
        <http://lexvo.org/id/term/vai/%EA%96%9C%EA%95%9A%EA%98%8B>,
        <http://lexvo.org/id/term/vie/Bhutan>,
        <http://lexvo.org/id/term/vun/Butani>,
        <http://lexvo.org/id/term/wae/Bhutan>,
        <http://lexvo.org/id/term/wal/%E1%89%A1%E1%88%85%E1%89%B3%E1%8A%95>,
        <http://lexvo.org/id/term/xog/Butaani>,
        <http://lexvo.org/id/term/yav/Puta%C5%8B>,
        <http://lexvo.org/id/term/yor/Or%C3%ADl%E1%BA%B9%CC%81%C3%A8de%20B%C3%BAt%C3%A1n%C3%AC>,
        <http://lexvo.org/id/term/zsm/Bhutan>,
        <http://lexvo.org/id/term/zul/i-Bhutan> ;
    owl:sameAs <http://psi.oasis-open.org/iso/3166/#064>,
        <http://sws.geonames.org/1252634/> .

<http://lexvo.org/id/iso3166/BW> a lvont:GeographicRegion ;
    rdfs:label "Botswana"@af,
        "Bòtɨ̀swǎnà"@agq,
        "Bɔtswana"@ak,
        "ቦትስዋና"@am,
        "بتسوانا"@ar,
        "Botthwana"@asa,
        "Botsuana"@ast,
        "Botsvana"@az,
        "Bòdsùanà"@bas,
        "Батсвана"@be,
        "Hubotiswana"@bez,
        "Ботсуана"@bg,
        "Bɔtisiwana"@bm,
        "বতসোয়ানা"@bn,
        "བོཙ་ཝ་ན།"@bo,
        "Botswana"@br,
        "बोत्स्वाना"@brx,
        "Bocvana"@bs,
        "Боцвана"@bs-Cyrl,
        "Botswana"@ca,
        "Botswana"@cgg,
        "ᏆᏣᏩᎾ"@chr,
        "博茨瓦纳"@cmn,
        "博茨瓦納"@cmn-Hant,
        "Botswana"@cs,
        "Botswana"@cy,
        "Botswana"@da,
        "Botswana"@dav,
        "Botsuana"@de,
        "Botswana"@de,
        "Botswaana"@dje,
        "Boswana"@dyo,
        "བྷོཙ་ཝ་ན"@dz,
        "Botswana"@ebu,
        "Botswana nutome"@ee,
        "Μποτσουάνα"@el,
        "Botswana"@en,
        "ISO 3166-1:BW"@en,
        "𐐒𐐪𐐻𐑅𐐶𐐪𐑌𐐲"@en-Dsrt,
        "Bocvano"@eo,
        "Botsuana"@es,
        "Botswana"@et,
        "Botswana"@eu,
        "Botswaná"@ewo,
        "بوتسوانا"@fa,
        "Botswaana"@ff,
        "Botswana"@fi,
        "Botswana"@fil,
        "Botsvana"@fo,
        "Botswana"@fr,
        "Botswana"@fur,
        "An Bhotsuáin"@ga,
        "Botsuana"@gd,
        "Botsuana"@gl,
        "Botswana"@gsw,
        "બોત્સ્વાના"@gu,
        "Botswana"@guz,
        "Baswana"@ha,
        "בוטסוואנה"@he,
        "बोत्स्वाना"@hi,
        "Bocvana"@hr,
        "Botswana"@hu,
        "Բոտսվանա"@hy,
        "Botswana"@ia,
        "Botswana"@id,
        "Botsvana"@is,
        "Botswana"@it,
        "ボツワナ"@ja,
        "Mbɔtswɑ́nɑ"@jgo,
        "Botswana"@jmc,
        "ბოტსვანა"@ka,
        "Bustwana"@kab,
        "Botswana"@kam,
        "Botswana"@kde,
        "Botsuana"@kea,
        "Botswaana"@khq,
        "Botswana"@ki,
        "Ботсвана"@kk,
        "Botswana"@kl,
        "Emetab Botswana"@kln,
        "បុតស្វាណា"@km,
        "ಬೊಟ್ಸ್‌ವಾನಾ"@kn,
        "보츠와나"@ko,
        "بوتَسوانا"@ks,
        "Botswana"@ksb,
        "botswana"@ksf,
        "Bozwaana"@ksh,
        "Botiswáana"@lag,
        "Botiswana"@lg,
        "Botswana"@ln,
        "ບອດສະວານາ"@lo,
        "Botsvana"@lt,
        "Mbotswana"@lu,
        "Botswana"@luo,
        "Botswana"@luy,
        "Botsvāna"@lv,
        "Botswana"@mas,
        "Botswana"@mer,
        "Botswana"@mfe,
        "Botsoana"@mg,
        "Боцвана"@mk,
        "ബോട്സ്വാന"@ml,
        "बोट्सवाना"@mr,
        "Botswana"@mt,
        "botswana"@mua,
        "ဘော့စ်ဝါနာ"@my,
        "Botswanab"@naq,
        "Botswana"@nb,
        "Botswana"@nd,
        "बोट्स्वाना"@ne,
        "Botswana"@nl,
        "Botswana"@nmg,
        "Botswana"@nn,
        "Bothiwaana"@nus,
        "Botswana"@nyn,
        "ବୋଟସ୍ବାନ୍"@or,
        "Botswana"@pl,
        "Botsuana"@pt,
        "Botswana"@rm,
        "Botswana"@rn,
        "Botswana"@ro,
        "Botswana"@rof,
        "Ботсвана"@ru,
        "Botswana"@rwk,
        "Botswana"@saq,
        "Botiswana"@sbp,
        "Botswana"@se,
        "Botsuana"@seh,
        "Botswaana"@ses,
        "Botswana"@sg,
        "ⴱⵓⵜⵙⵡⴰⵏⴰ"@shi,
        "butswana"@shi-Latn,
        "බොස්ට්වානා"@si,
        "Botswana"@sk,
        "Bocvana"@sl,
        "Botswana"@sn,
        "Botuswaana"@so,
        "Botsvana"@sq,
        "Боцвана"@sr,
        "Bocvana"@sr-Latn,
        "Botswana"@sv,
        "Botswana"@swc,
        "Botswana"@swh,
        "போட்ஸ்வானா"@ta,
        "బోట్స్వానా"@te,
        "Botswana"@teo,
        "บอตสวานา"@th,
        "ቦትስዋና"@ti,
        "Potisiuana"@to,
        "Botsvana"@tr,
        "Botswaana"@twq,
        "Butswana"@tzm,
        "Ботсвана"@uk,
        "بوتسوانا"@ur,
        "ꕷꖬꕎꕯ"@vai,
        "Bhosuwana"@vai-Latn,
        "Botswana"@vi,
        "Botswana"@vun,
        "Botswana"@wae,
        "Botiswana"@xog,
        "Posuána"@yav,
        "Orílẹ́ède Bọ̀tìsúwánà"@yo,
        "Botswana"@zsm,
        "i-Botswana"@zu ;
    lvont:label <http://lexvo.org/id/term/afr/Botswana>,
        <http://lexvo.org/id/term/agq/B%C3%B2t%C9%A8%CC%80sw%C7%8En%C3%A0>,
        <http://lexvo.org/id/term/aka/B%C9%94tswana>,
        <http://lexvo.org/id/term/amh/%E1%89%A6%E1%89%B5%E1%88%B5%E1%8B%8B%E1%8A%93>,
        <http://lexvo.org/id/term/ara/%D8%A8%D8%AA%D8%B3%D9%88%D8%A7%D9%86%D8%A7>,
        <http://lexvo.org/id/term/asa/Botthwana>,
        <http://lexvo.org/id/term/ast/Botsuana>,
        <http://lexvo.org/id/term/aze/Botsvana>,
        <http://lexvo.org/id/term/bam/B%C9%94tisiwana>,
        <http://lexvo.org/id/term/bas/B%C3%B2ds%C3%B9an%C3%A0>,
        <http://lexvo.org/id/term/bel/%D0%91%D0%B0%D1%82%D1%81%D0%B2%D0%B0%D0%BD%D0%B0>,
        <http://lexvo.org/id/term/ben/%E0%A6%AC%E0%A6%A4%E0%A6%B8%E0%A7%8B%E0%A6%AF%E0%A6%BC%E0%A6%BE%E0%A6%A8%E0%A6%BE>,
        <http://lexvo.org/id/term/bez/Hubotiswana>,
        <http://lexvo.org/id/term/bod/%E0%BD%96%E0%BD%BC%E0%BD%99%E0%BC%8B%E0%BD%9D%E0%BC%8B%E0%BD%93%E0%BC%8D>,
        <http://lexvo.org/id/term/bos-Cyrl/%D0%91%D0%BE%D1%86%D0%B2%D0%B0%D0%BD%D0%B0>,
        <http://lexvo.org/id/term/bos/Bocvana>,
        <http://lexvo.org/id/term/bre/Botswana>,
        <http://lexvo.org/id/term/brx/%E0%A4%AC%E0%A5%8B%E0%A4%A4%E0%A5%8D%E0%A4%B8%E0%A5%8D%E0%A4%B5%E0%A4%BE%E0%A4%A8%E0%A4%BE>,
        <http://lexvo.org/id/term/bul/%D0%91%D0%BE%D1%82%D1%81%D1%83%D0%B0%D0%BD%D0%B0>,
        <http://lexvo.org/id/term/cat/Botswana>,
        <http://lexvo.org/id/term/ces/Botswana>,
        <http://lexvo.org/id/term/cgg/Botswana>,
        <http://lexvo.org/id/term/chr/%E1%8F%86%E1%8F%A3%E1%8F%A9%E1%8E%BE>,
        <http://lexvo.org/id/term/cmn-Hant/%E5%8D%9A%E8%8C%A8%E7%93%A6%E7%B4%8D>,
        <http://lexvo.org/id/term/cmn/%E5%8D%9A%E8%8C%A8%E7%93%A6%E7%BA%B3>,
        <http://lexvo.org/id/term/cym/Botswana>,
        <http://lexvo.org/id/term/dan/Botswana>,
        <http://lexvo.org/id/term/dav/Botswana>,
        <http://lexvo.org/id/term/deu/Botsuana>,
        <http://lexvo.org/id/term/deu/Botswana>,
        <http://lexvo.org/id/term/dje/Botswaana>,
        <http://lexvo.org/id/term/dyo/Boswana>,
        <http://lexvo.org/id/term/dzo/%E0%BD%96%E0%BE%B7%E0%BD%BC%E0%BD%99%E0%BC%8B%E0%BD%9D%E0%BC%8B%E0%BD%93>,
        <http://lexvo.org/id/term/ebu/Botswana>,
        <http://lexvo.org/id/term/ell/%CE%9C%CF%80%CE%BF%CF%84%CF%83%CE%BF%CF%85%CE%AC%CE%BD%CE%B1>,
        <http://lexvo.org/id/term/eng-Dsrt/%F0%90%90%92%F0%90%90%AA%F0%90%90%BB%F0%90%91%85%F0%90%90%B6%F0%90%90%AA%F0%90%91%8C%F0%90%90%B2>,
        <http://lexvo.org/id/term/eng/Botswana>,
        <http://lexvo.org/id/term/eng/ISO%203166-1%3ABW>,
        <http://lexvo.org/id/term/epo/Bocvano>,
        <http://lexvo.org/id/term/est/Botswana>,
        <http://lexvo.org/id/term/eus/Botswana>,
        <http://lexvo.org/id/term/ewe/Botswana%20nutome>,
        <http://lexvo.org/id/term/ewo/Botswan%C3%A1>,
        <http://lexvo.org/id/term/fao/Botsvana>,
        <http://lexvo.org/id/term/fas/%D8%A8%D9%88%D8%AA%D8%B3%D9%88%D8%A7%D9%86%D8%A7>,
        <http://lexvo.org/id/term/fil/Botswana>,
        <http://lexvo.org/id/term/fin/Botswana>,
        <http://lexvo.org/id/term/fra/Botswana>,
        <http://lexvo.org/id/term/ful/Botswaana>,
        <http://lexvo.org/id/term/fur/Botswana>,
        <http://lexvo.org/id/term/gla/Botsuana>,
        <http://lexvo.org/id/term/gle/An%20Bhotsu%C3%A1in>,
        <http://lexvo.org/id/term/glg/Botsuana>,
        <http://lexvo.org/id/term/gsw/Botswana>,
        <http://lexvo.org/id/term/guj/%E0%AA%AC%E0%AB%8B%E0%AA%A4%E0%AB%8D%E0%AA%B8%E0%AB%8D%E0%AA%B5%E0%AA%BE%E0%AA%A8%E0%AA%BE>,
        <http://lexvo.org/id/term/guz/Botswana>,
        <http://lexvo.org/id/term/hau/Baswana>,
        <http://lexvo.org/id/term/heb/%D7%91%D7%95%D7%98%D7%A1%D7%95%D7%95%D7%90%D7%A0%D7%94>,
        <http://lexvo.org/id/term/hin/%E0%A4%AC%E0%A5%8B%E0%A4%A4%E0%A5%8D%E0%A4%B8%E0%A5%8D%E0%A4%B5%E0%A4%BE%E0%A4%A8%E0%A4%BE>,
        <http://lexvo.org/id/term/hrv/Bocvana>,
        <http://lexvo.org/id/term/hun/Botswana>,
        <http://lexvo.org/id/term/hye/%D4%B2%D5%B8%D5%BF%D5%BD%D5%BE%D5%A1%D5%B6%D5%A1>,
        <http://lexvo.org/id/term/ina/Botswana>,
        <http://lexvo.org/id/term/ind/Botswana>,
        <http://lexvo.org/id/term/isl/Botsvana>,
        <http://lexvo.org/id/term/ita/Botswana>,
        <http://lexvo.org/id/term/jgo/Mb%C9%94tsw%C9%91%CC%81n%C9%91>,
        <http://lexvo.org/id/term/jmc/Botswana>,
        <http://lexvo.org/id/term/jpn/%E3%83%9C%E3%83%84%E3%83%AF%E3%83%8A>,
        <http://lexvo.org/id/term/kab/Bustwana>,
        <http://lexvo.org/id/term/kal/Botswana>,
        <http://lexvo.org/id/term/kam/Botswana>,
        <http://lexvo.org/id/term/kan/%E0%B2%AC%E0%B3%8A%E0%B2%9F%E0%B3%8D%E0%B2%B8%E0%B3%8D%E2%80%8C%E0%B2%B5%E0%B2%BE%E0%B2%A8%E0%B2%BE>,
        <http://lexvo.org/id/term/kas/%D8%A8%D9%88%D8%AA%D9%8E%D8%B3%D9%88%D8%A7%D9%86%D8%A7>,
        <http://lexvo.org/id/term/kat/%E1%83%91%E1%83%9D%E1%83%A2%E1%83%A1%E1%83%95%E1%83%90%E1%83%9C%E1%83%90>,
        <http://lexvo.org/id/term/kaz/%D0%91%D0%BE%D1%82%D1%81%D0%B2%D0%B0%D0%BD%D0%B0>,
        <http://lexvo.org/id/term/kde/Botswana>,
        <http://lexvo.org/id/term/kea/Botsuana>,
        <http://lexvo.org/id/term/khm/%E1%9E%94%E1%9E%BB%E1%9E%8F%E1%9E%9F%E1%9F%92%E1%9E%9C%E1%9E%B6%E1%9E%8E%E1%9E%B6>,
        <http://lexvo.org/id/term/khq/Botswaana>,
        <http://lexvo.org/id/term/kik/Botswana>,
        <http://lexvo.org/id/term/kln/Emetab%20Botswana>,
        <http://lexvo.org/id/term/kor/%EB%B3%B4%EC%B8%A0%EC%99%80%EB%82%98>,
        <http://lexvo.org/id/term/ksb/Botswana>,
        <http://lexvo.org/id/term/ksf/botswana>,
        <http://lexvo.org/id/term/ksh/Bozwaana>,
        <http://lexvo.org/id/term/lag/Botisw%C3%A1ana>,
        <http://lexvo.org/id/term/lao/%E0%BA%9A%E0%BA%AD%E0%BA%94%E0%BA%AA%E0%BA%B0%E0%BA%A7%E0%BA%B2%E0%BA%99%E0%BA%B2>,
        <http://lexvo.org/id/term/lav/Botsv%C4%81na>,
        <http://lexvo.org/id/term/lin/Botswana>,
        <http://lexvo.org/id/term/lit/Botsvana>,
        <http://lexvo.org/id/term/lub/Mbotswana>,
        <http://lexvo.org/id/term/lug/Botiswana>,
        <http://lexvo.org/id/term/luo/Botswana>,
        <http://lexvo.org/id/term/luy/Botswana>,
        <http://lexvo.org/id/term/mal/%E0%B4%AC%E0%B5%8B%E0%B4%9F%E0%B5%8D%E0%B4%B8%E0%B5%8D%E0%B4%B5%E0%B4%BE%E0%B4%A8>,
        <http://lexvo.org/id/term/mar/%E0%A4%AC%E0%A5%8B%E0%A4%9F%E0%A5%8D%E0%A4%B8%E0%A4%B5%E0%A4%BE%E0%A4%A8%E0%A4%BE>,
        <http://lexvo.org/id/term/mas/Botswana>,
        <http://lexvo.org/id/term/mer/Botswana>,
        <http://lexvo.org/id/term/mfe/Botswana>,
        <http://lexvo.org/id/term/mkd/%D0%91%D0%BE%D1%86%D0%B2%D0%B0%D0%BD%D0%B0>,
        <http://lexvo.org/id/term/mlg/Botsoana>,
        <http://lexvo.org/id/term/mlt/Botswana>,
        <http://lexvo.org/id/term/mua/botswana>,
        <http://lexvo.org/id/term/mya/%E1%80%98%E1%80%B1%E1%80%AC%E1%80%B7%E1%80%85%E1%80%BA%E1%80%9D%E1%80%AB%E1%80%94%E1%80%AC>,
        <http://lexvo.org/id/term/naq/Botswanab>,
        <http://lexvo.org/id/term/nde/Botswana>,
        <http://lexvo.org/id/term/nep/%E0%A4%AC%E0%A5%8B%E0%A4%9F%E0%A5%8D%E0%A4%B8%E0%A5%8D%E0%A4%B5%E0%A4%BE%E0%A4%A8%E0%A4%BE>,
        <http://lexvo.org/id/term/nld/Botswana>,
        <http://lexvo.org/id/term/nmg/Botswana>,
        <http://lexvo.org/id/term/nno/Botswana>,
        <http://lexvo.org/id/term/nob/Botswana>,
        <http://lexvo.org/id/term/nus/Bothiwaana>,
        <http://lexvo.org/id/term/nyn/Botswana>,
        <http://lexvo.org/id/term/ori/%E0%AC%AC%E0%AD%8B%E0%AC%9F%E0%AC%B8%E0%AD%8D%E0%AC%AC%E0%AC%BE%E0%AC%A8%E0%AD%8D>,
        <http://lexvo.org/id/term/pol/Botswana>,
        <http://lexvo.org/id/term/por/Botsuana>,
        <http://lexvo.org/id/term/rof/Botswana>,
        <http://lexvo.org/id/term/roh/Botswana>,
        <http://lexvo.org/id/term/ron/Botswana>,
        <http://lexvo.org/id/term/run/Botswana>,
        <http://lexvo.org/id/term/rus/%D0%91%D0%BE%D1%82%D1%81%D0%B2%D0%B0%D0%BD%D0%B0>,
        <http://lexvo.org/id/term/rwk/Botswana>,
        <http://lexvo.org/id/term/sag/Botswana>,
        <http://lexvo.org/id/term/saq/Botswana>,
        <http://lexvo.org/id/term/sbp/Botiswana>,
        <http://lexvo.org/id/term/seh/Botsuana>,
        <http://lexvo.org/id/term/ses/Botswaana>,
        <http://lexvo.org/id/term/shi-Latn/butswana>,
        <http://lexvo.org/id/term/shi/%E2%B4%B1%E2%B5%93%E2%B5%9C%E2%B5%99%E2%B5%A1%E2%B4%B0%E2%B5%8F%E2%B4%B0>,
        <http://lexvo.org/id/term/sin/%E0%B6%B6%E0%B7%9C%E0%B7%83%E0%B7%8A%E0%B6%A7%E0%B7%8A%E0%B7%80%E0%B7%8F%E0%B6%B1%E0%B7%8F>,
        <http://lexvo.org/id/term/slk/Botswana>,
        <http://lexvo.org/id/term/slv/Bocvana>,
        <http://lexvo.org/id/term/sme/Botswana>,
        <http://lexvo.org/id/term/sna/Botswana>,
        <http://lexvo.org/id/term/som/Botuswaana>,
        <http://lexvo.org/id/term/spa/Botsuana>,
        <http://lexvo.org/id/term/sqi/Botsvana>,
        <http://lexvo.org/id/term/srp-Latn/Bocvana>,
        <http://lexvo.org/id/term/srp/%D0%91%D0%BE%D1%86%D0%B2%D0%B0%D0%BD%D0%B0>,
        <http://lexvo.org/id/term/swc/Botswana>,
        <http://lexvo.org/id/term/swe/Botswana>,
        <http://lexvo.org/id/term/swh/Botswana>,
        <http://lexvo.org/id/term/tam/%E0%AE%AA%E0%AF%8B%E0%AE%9F%E0%AF%8D%E0%AE%B8%E0%AF%8D%E0%AE%B5%E0%AE%BE%E0%AE%A9%E0%AE%BE>,
        <http://lexvo.org/id/term/tel/%E0%B0%AC%E0%B1%8B%E0%B0%9F%E0%B1%8D%E0%B0%B8%E0%B1%8D%E0%B0%B5%E0%B0%BE%E0%B0%A8%E0%B0%BE>,
        <http://lexvo.org/id/term/teo/Botswana>,
        <http://lexvo.org/id/term/tha/%E0%B8%9A%E0%B8%AD%E0%B8%95%E0%B8%AA%E0%B8%A7%E0%B8%B2%E0%B8%99%E0%B8%B2>,
        <http://lexvo.org/id/term/tir/%E1%89%A6%E1%89%B5%E1%88%B5%E1%8B%8B%E1%8A%93>,
        <http://lexvo.org/id/term/ton/Potisiuana>,
        <http://lexvo.org/id/term/tur/Botsvana>,
        <http://lexvo.org/id/term/twq/Botswaana>,
        <http://lexvo.org/id/term/tzm/Butswana>,
        <http://lexvo.org/id/term/ukr/%D0%91%D0%BE%D1%82%D1%81%D0%B2%D0%B0%D0%BD%D0%B0>,
        <http://lexvo.org/id/term/urd/%D8%A8%D9%88%D8%AA%D8%B3%D9%88%D8%A7%D9%86%D8%A7>,
        <http://lexvo.org/id/term/vai-Latn/Bhosuwana>,
        <http://lexvo.org/id/term/vai/%EA%95%B7%EA%96%AC%EA%95%8E%EA%95%AF>,
        <http://lexvo.org/id/term/vie/Botswana>,
        <http://lexvo.org/id/term/vun/Botswana>,
        <http://lexvo.org/id/term/wae/Botswana>,
        <http://lexvo.org/id/term/xog/Botiswana>,
        <http://lexvo.org/id/term/yav/Posu%C3%A1na>,
        <http://lexvo.org/id/term/yor/Or%C3%ADl%E1%BA%B9%CC%81%C3%A8de%20B%E1%BB%8D%CC%80t%C3%ACs%C3%BAw%C3%A1n%C3%A0>,
        <http://lexvo.org/id/term/zsm/Botswana>,
        <http://lexvo.org/id/term/zul/i-Botswana> ;
    owl:sameAs <http://psi.oasis-open.org/iso/3166/#072>,
        <http://sws.geonames.org/933860/> .

<http://lexvo.org/id/iso3166/BY> a lvont:GeographicRegion ;
    rdfs:label "Wit-Rusland"@af,
        "Bɛlàlûs"@agq,
        "Bɛlarus"@ak,
        "ቤላሩስ"@am,
        "روسيا البيضاء"@ar,
        "Belaruthi"@asa,
        "Bielorrusia"@ast,
        "Belarus"@az,
        "Bèlarùs"@bas,
        "Беларусь"@be,
        "Hubelalusi"@bez,
        "Беларус"@bg,
        "Belarusi"@bm,
        "বেলোরুশিয়া"@bn,
        "བེ་ལུ་རུ་སུ།"@bo,
        "Belarus"@br,
        "बेलारूस"@brx,
        "Belorusija"@bs,
        "Белорусија"@bs-Cyrl,
        "ቤላሩስ"@byn,
        "Bielorússia"@ca,
        "Bararusi"@cgg,
        "ᏇᎳᎷᏍ"@chr,
        "白俄罗斯"@cmn,
        "白俄羅斯"@cmn-Hant,
        "Bělorusko"@cs,
        "Belarws"@cy,
        "Hviderusland"@da,
        "Belarusi"@dav,
        "Belarus"@de,
        "Weissrussland"@de,
        "Biloriši"@dje,
        "Belarus"@dyo,
        "བེལ་ཨ་རུ་སུ"@dz,
        "Belarusi"@ebu,
        "Belarus nutome"@ee,
        "Λευκορωσία"@el,
        "Belarus"@en,
        "ISO 3166-1:BY"@en,
        "𐐒𐐯𐑊𐐲𐑉𐐭𐑅"@en-Dsrt,
        "Belorusujo"@eo,
        "Bielorrusia"@es,
        "Valgevene"@et,
        "Bielorrusia"@eu,
        "Bəlarús"@ewo,
        "بیلوروسی"@fa,
        "روسیهٔ سفید"@fa,
        "Belaruus"@ff,
        "Valko-Venäjä"@fi,
        "Belarus"@fil,
        "Hvítarussland"@fo,
        "Bélarus"@fr,
        "Bielorussie"@fur,
        "An Bhealarúis"@ga,
        "A' Bhealaruis"@gd,
        "Bielorrusia"@gl,
        "Wiissrussland"@gsw,
        "બેલારુસ"@gu,
        "Belarusi"@guz,
        "Belarus"@ha,
        "בלארוס"@he,
        "बेलारूस"@hi,
        "Bjelorusija"@hr,
        "Fehéroroszország"@hu,
        "Բելոռուս"@hy,
        "Bielorussia"@ia,
        "Belarus"@id,
        "Hvíta-Rússland"@is,
        "Bielorussia"@it,
        "ベラルーシ"@ja,
        "Belarusi"@jmc,
        "ბელორუსია"@ka,
        "Bilarus"@kab,
        "Belarusi"@kam,
        "Belalusi"@kde,
        "Belarus"@kea,
        "Biloriši"@khq,
        "Belarusi"@ki,
        "Беларусь"@kk,
        "Hvideruslandi"@kl,
        "Emetab Belarus"@kln,
        "បេឡារុស្ស"@km,
        "ಬೆಲಾರಸ್"@kn,
        "벨라루스"@ko,
        "بیلاروٗس"@ks,
        "Belalusi"@ksb,
        "bɛlaris"@ksf,
        "Wießrußland"@ksh,
        "Belarúusi"@lag,
        "Belarusi"@lg,
        "Byelorisi"@ln,
        "ເບນລາຮັສ"@lo,
        "Baltarusija"@lt,
        "Byelorisi"@lu,
        "Belarus"@luo,
        "Belarusi"@luy,
        "Baltkrievija"@lv,
        "Belarusi"@mas,
        "Belarusi"@mer,
        "Belaris"@mfe,
        "Belarosy"@mg,
        "Белорусија"@mk,
        "ബെലറൂസ്"@ml,
        "बेलारूस"@mr,
        "Bjelorussja"@mt,
        "belarussiya"@mua,
        "ဘီလာရုစ်"@my,
        "Belarus"@naq,
        "Hviterussland"@nb,
        "Bhelarusi"@nd,
        "बेलारूस"@ne,
        "Wit-Rusland"@nl,
        "Belarus"@nmg,
        "Kviterussland"@nn,
        "Be̱lɛruth"@nus,
        "Bararusi"@nyn,
        "ବେଲାରୁଷ୍"@or,
        "Białoruś"@pl,
        "Belarus"@pt,
        "Bielorrússia"@pt,
        "Bielorussia"@rm,
        "Belausi"@rn,
        "Bielorusia"@ro,
        "Belarusi"@rof,
        "Беларусь"@ru,
        "Belarusi"@rwk,
        "Belarusi"@saq,
        "Belalusi"@sbp,
        "Vilges-Ruošša"@se,
        "Belarus"@seh,
        "Biloriši"@ses,
        "Belarüsi"@sg,
        "ⴱⵉⵍⴰⵔⵓⵙⵢⴰ"@shi,
        "bilarusya"@shi-Latn,
        "බෙලරුස්"@si,
        "Bielorusko"@sk,
        "Belorusija"@sl,
        "Belarusi"@sn,
        "Belarus"@so,
        "Bjellorusi"@sq,
        "Белорусија"@sr,
        "Belorusija"@sr-Latn,
        "Vitryssland"@sv,
        "Belarusi"@swc,
        "Belarusi"@swh,
        "பெலாரூஸ்"@ta,
        "బెలారస్"@te,
        "Belarusi"@teo,
        "เบลารุส"@th,
        "ቤላሩስ"@ti,
        "ቤላሩስ"@tig,
        "Pelelusi"@to,
        "Beyaz Rusya"@tr,
        "Biloriši"@twq,
        "Bilarusya"@tzm,
        "Білорусь"@uk,
        "بیلاروس"@ur,
        "ꗩꕞꖩꔻ"@vai,
        "Bhɛlarusi"@vai-Latn,
        "Belarus"@vi,
        "Belarusi"@vun,
        "Wísrussland"@wae,
        "ቤላሩስ"@wal,
        "Belarusi"@xog,
        "Pelalús"@yav,
        "Orílẹ́ède Bélárúsì"@yo,
        "Belarus"@zsm,
        "i-Belarus"@zu ;
    lvont:label <http://lexvo.org/id/term/afr/Wit-Rusland>,
        <http://lexvo.org/id/term/agq/B%C9%9Bl%C3%A0l%C3%BBs>,
        <http://lexvo.org/id/term/aka/B%C9%9Blarus>,
        <http://lexvo.org/id/term/amh/%E1%89%A4%E1%88%8B%E1%88%A9%E1%88%B5>,
        <http://lexvo.org/id/term/ara/%D8%B1%D9%88%D8%B3%D9%8A%D8%A7%20%D8%A7%D9%84%D8%A8%D9%8A%D8%B6%D8%A7%D8%A1>,
        <http://lexvo.org/id/term/asa/Belaruthi>,
        <http://lexvo.org/id/term/ast/Bielorrusia>,
        <http://lexvo.org/id/term/aze/Belarus>,
        <http://lexvo.org/id/term/bam/Belarusi>,
        <http://lexvo.org/id/term/bas/B%C3%A8lar%C3%B9s>,
        <http://lexvo.org/id/term/bel/%D0%91%D0%B5%D0%BB%D0%B0%D1%80%D1%83%D1%81%D1%8C>,
        <http://lexvo.org/id/term/ben/%E0%A6%AC%E0%A7%87%E0%A6%B2%E0%A7%8B%E0%A6%B0%E0%A7%81%E0%A6%B6%E0%A6%BF%E0%A6%AF%E0%A6%BC%E0%A6%BE>,
        <http://lexvo.org/id/term/bez/Hubelalusi>,
        <http://lexvo.org/id/term/bod/%E0%BD%96%E0%BD%BA%E0%BC%8B%E0%BD%A3%E0%BD%B4%E0%BC%8B%E0%BD%A2%E0%BD%B4%E0%BC%8B%E0%BD%A6%E0%BD%B4%E0%BC%8D>,
        <http://lexvo.org/id/term/bos-Cyrl/%D0%91%D0%B5%D0%BB%D0%BE%D1%80%D1%83%D1%81%D0%B8%D1%98%D0%B0>,
        <http://lexvo.org/id/term/bos/Belorusija>,
        <http://lexvo.org/id/term/bre/Belarus>,
        <http://lexvo.org/id/term/brx/%E0%A4%AC%E0%A5%87%E0%A4%B2%E0%A4%BE%E0%A4%B0%E0%A5%82%E0%A4%B8>,
        <http://lexvo.org/id/term/bul/%D0%91%D0%B5%D0%BB%D0%B0%D1%80%D1%83%D1%81>,
        <http://lexvo.org/id/term/byn/%E1%89%A4%E1%88%8B%E1%88%A9%E1%88%B5>,
        <http://lexvo.org/id/term/cat/Bielor%C3%BAssia>,
        <http://lexvo.org/id/term/ces/B%C4%9Blorusko>,
        <http://lexvo.org/id/term/cgg/Bararusi>,
        <http://lexvo.org/id/term/chr/%E1%8F%87%E1%8E%B3%E1%8E%B7%E1%8F%8D>,
        <http://lexvo.org/id/term/cmn-Hant/%E7%99%BD%E4%BF%84%E7%BE%85%E6%96%AF>,
        <http://lexvo.org/id/term/cmn/%E7%99%BD%E4%BF%84%E7%BD%97%E6%96%AF>,
        <http://lexvo.org/id/term/cym/Belarws>,
        <http://lexvo.org/id/term/dan/Hviderusland>,
        <http://lexvo.org/id/term/dav/Belarusi>,
        <http://lexvo.org/id/term/deu/Belarus>,
        <http://lexvo.org/id/term/deu/Weissrussland>,
        <http://lexvo.org/id/term/dje/Bilori%C5%A1i>,
        <http://lexvo.org/id/term/dyo/Belarus>,
        <http://lexvo.org/id/term/dzo/%E0%BD%96%E0%BD%BA%E0%BD%A3%E0%BC%8B%E0%BD%A8%E0%BC%8B%E0%BD%A2%E0%BD%B4%E0%BC%8B%E0%BD%A6%E0%BD%B4>,
        <http://lexvo.org/id/term/ebu/Belarusi>,
        <http://lexvo.org/id/term/ell/%CE%9B%CE%B5%CF%85%CE%BA%CE%BF%CF%81%CF%89%CF%83%CE%AF%CE%B1>,
        <http://lexvo.org/id/term/eng-Dsrt/%F0%90%90%92%F0%90%90%AF%F0%90%91%8A%F0%90%90%B2%F0%90%91%89%F0%90%90%AD%F0%90%91%85>,
        <http://lexvo.org/id/term/eng/Belarus>,
        <http://lexvo.org/id/term/eng/ISO%203166-1%3ABY>,
        <http://lexvo.org/id/term/epo/Belorusujo>,
        <http://lexvo.org/id/term/est/Valgevene>,
        <http://lexvo.org/id/term/eus/Bielorrusia>,
        <http://lexvo.org/id/term/ewe/Belarus%20nutome>,
        <http://lexvo.org/id/term/ewo/B%C9%99lar%C3%BAs>,
        <http://lexvo.org/id/term/fao/Hv%C3%ADtarussland>,
        <http://lexvo.org/id/term/fas/%D8%A8%DB%8C%D9%84%D9%88%D8%B1%D9%88%D8%B3%DB%8C>,
        <http://lexvo.org/id/term/fas/%D8%B1%D9%88%D8%B3%DB%8C%D9%87%D9%94%20%D8%B3%D9%81%DB%8C%D8%AF>,
        <http://lexvo.org/id/term/fil/Belarus>,
        <http://lexvo.org/id/term/fin/Valko-Ven%C3%A4j%C3%A4>,
        <http://lexvo.org/id/term/fra/B%C3%A9larus>,
        <http://lexvo.org/id/term/ful/Belaruus>,
        <http://lexvo.org/id/term/fur/Bielorussie>,
        <http://lexvo.org/id/term/gla/A'%20Bhealaruis>,
        <http://lexvo.org/id/term/gle/An%20Bhealar%C3%BAis>,
        <http://lexvo.org/id/term/glg/Bielorrusia>,
        <http://lexvo.org/id/term/gsw/Wiissrussland>,
        <http://lexvo.org/id/term/guj/%E0%AA%AC%E0%AB%87%E0%AA%B2%E0%AA%BE%E0%AA%B0%E0%AB%81%E0%AA%B8>,
        <http://lexvo.org/id/term/guz/Belarusi>,
        <http://lexvo.org/id/term/hau/Belarus>,
        <http://lexvo.org/id/term/heb/%D7%91%D7%9C%D7%90%D7%A8%D7%95%D7%A1>,
        <http://lexvo.org/id/term/hin/%E0%A4%AC%E0%A5%87%E0%A4%B2%E0%A4%BE%E0%A4%B0%E0%A5%82%E0%A4%B8>,
        <http://lexvo.org/id/term/hrv/Bjelorusija>,
        <http://lexvo.org/id/term/hun/Feh%C3%A9roroszorsz%C3%A1g>,
        <http://lexvo.org/id/term/hye/%D4%B2%D5%A5%D5%AC%D5%B8%D5%BC%D5%B8%D6%82%D5%BD>,
        <http://lexvo.org/id/term/ina/Bielorussia>,
        <http://lexvo.org/id/term/ind/Belarus>,
        <http://lexvo.org/id/term/isl/Hv%C3%ADta-R%C3%BAssland>,
        <http://lexvo.org/id/term/ita/Bielorussia>,
        <http://lexvo.org/id/term/jmc/Belarusi>,
        <http://lexvo.org/id/term/jpn/%E3%83%99%E3%83%A9%E3%83%AB%E3%83%BC%E3%82%B7>,
        <http://lexvo.org/id/term/kab/Bilarus>,
        <http://lexvo.org/id/term/kal/Hvideruslandi>,
        <http://lexvo.org/id/term/kam/Belarusi>,
        <http://lexvo.org/id/term/kan/%E0%B2%AC%E0%B3%86%E0%B2%B2%E0%B2%BE%E0%B2%B0%E0%B2%B8%E0%B3%8D>,
        <http://lexvo.org/id/term/kas/%D8%A8%DB%8C%D9%84%D8%A7%D8%B1%D9%88%D9%97%D8%B3>,
        <http://lexvo.org/id/term/kat/%E1%83%91%E1%83%94%E1%83%9A%E1%83%9D%E1%83%A0%E1%83%A3%E1%83%A1%E1%83%98%E1%83%90>,
        <http://lexvo.org/id/term/kaz/%D0%91%D0%B5%D0%BB%D0%B0%D1%80%D1%83%D1%81%D1%8C>,
        <http://lexvo.org/id/term/kde/Belalusi>,
        <http://lexvo.org/id/term/kea/Belarus>,
        <http://lexvo.org/id/term/khm/%E1%9E%94%E1%9F%81%E1%9E%A1%E1%9E%B6%E1%9E%9A%E1%9E%BB%E1%9E%9F%E1%9F%92%E1%9E%9F>,
        <http://lexvo.org/id/term/khq/Bilori%C5%A1i>,
        <http://lexvo.org/id/term/kik/Belarusi>,
        <http://lexvo.org/id/term/kln/Emetab%20Belarus>,
        <http://lexvo.org/id/term/kor/%EB%B2%A8%EB%9D%BC%EB%A3%A8%EC%8A%A4>,
        <http://lexvo.org/id/term/ksb/Belalusi>,
        <http://lexvo.org/id/term/ksf/b%C9%9Blaris>,
        <http://lexvo.org/id/term/ksh/Wie%C3%9Fru%C3%9Fland>,
        <http://lexvo.org/id/term/lag/Belar%C3%BAusi>,
        <http://lexvo.org/id/term/lao/%E0%BB%80%E0%BA%9A%E0%BA%99%E0%BA%A5%E0%BA%B2%E0%BA%AE%E0%BA%B1%E0%BA%AA>,
        <http://lexvo.org/id/term/lav/Baltkrievija>,
        <http://lexvo.org/id/term/lin/Byelorisi>,
        <http://lexvo.org/id/term/lit/Baltarusija>,
        <http://lexvo.org/id/term/lub/Byelorisi>,
        <http://lexvo.org/id/term/lug/Belarusi>,
        <http://lexvo.org/id/term/luo/Belarus>,
        <http://lexvo.org/id/term/luy/Belarusi>,
        <http://lexvo.org/id/term/mal/%E0%B4%AC%E0%B5%86%E0%B4%B2%E0%B4%B1%E0%B5%82%E0%B4%B8%E0%B5%8D>,
        <http://lexvo.org/id/term/mar/%E0%A4%AC%E0%A5%87%E0%A4%B2%E0%A4%BE%E0%A4%B0%E0%A5%82%E0%A4%B8>,
        <http://lexvo.org/id/term/mas/Belarusi>,
        <http://lexvo.org/id/term/mer/Belarusi>,
        <http://lexvo.org/id/term/mfe/Belaris>,
        <http://lexvo.org/id/term/mkd/%D0%91%D0%B5%D0%BB%D0%BE%D1%80%D1%83%D1%81%D0%B8%D1%98%D0%B0>,
        <http://lexvo.org/id/term/mlg/Belarosy>,
        <http://lexvo.org/id/term/mlt/Bjelorussja>,
        <http://lexvo.org/id/term/mua/belarussiya>,
        <http://lexvo.org/id/term/mya/%E1%80%98%E1%80%AE%E1%80%9C%E1%80%AC%E1%80%9B%E1%80%AF%E1%80%85%E1%80%BA>,
        <http://lexvo.org/id/term/naq/Belarus>,
        <http://lexvo.org/id/term/nde/Bhelarusi>,
        <http://lexvo.org/id/term/nep/%E0%A4%AC%E0%A5%87%E0%A4%B2%E0%A4%BE%E0%A4%B0%E0%A5%82%E0%A4%B8>,
        <http://lexvo.org/id/term/nld/Wit-Rusland>,
        <http://lexvo.org/id/term/nmg/Belarus>,
        <http://lexvo.org/id/term/nno/Kviterussland>,
        <http://lexvo.org/id/term/nob/Hviterussland>,
        <http://lexvo.org/id/term/nus/Be%CC%B1l%C9%9Bruth>,
        <http://lexvo.org/id/term/nyn/Bararusi>,
        <http://lexvo.org/id/term/ori/%E0%AC%AC%E0%AD%87%E0%AC%B2%E0%AC%BE%E0%AC%B0%E0%AD%81%E0%AC%B7%E0%AD%8D>,
        <http://lexvo.org/id/term/pol/Bia%C5%82oru%C5%9B>,
        <http://lexvo.org/id/term/por/Belarus>,
        <http://lexvo.org/id/term/por/Bielorr%C3%BAssia>,
        <http://lexvo.org/id/term/rof/Belarusi>,
        <http://lexvo.org/id/term/roh/Bielorussia>,
        <http://lexvo.org/id/term/ron/Bielorusia>,
        <http://lexvo.org/id/term/run/Belausi>,
        <http://lexvo.org/id/term/rus/%D0%91%D0%B5%D0%BB%D0%B0%D1%80%D1%83%D1%81%D1%8C>,
        <http://lexvo.org/id/term/rwk/Belarusi>,
        <http://lexvo.org/id/term/sag/Belar%C3%BCsi>,
        <http://lexvo.org/id/term/saq/Belarusi>,
        <http://lexvo.org/id/term/sbp/Belalusi>,
        <http://lexvo.org/id/term/seh/Belarus>,
        <http://lexvo.org/id/term/ses/Bilori%C5%A1i>,
        <http://lexvo.org/id/term/shi-Latn/bilarusya>,
        <http://lexvo.org/id/term/shi/%E2%B4%B1%E2%B5%89%E2%B5%8D%E2%B4%B0%E2%B5%94%E2%B5%93%E2%B5%99%E2%B5%A2%E2%B4%B0>,
        <http://lexvo.org/id/term/sin/%E0%B6%B6%E0%B7%99%E0%B6%BD%E0%B6%BB%E0%B7%94%E0%B7%83%E0%B7%8A>,
        <http://lexvo.org/id/term/slk/Bielorusko>,
        <http://lexvo.org/id/term/slv/Belorusija>,
        <http://lexvo.org/id/term/sme/Vilges-Ruo%C5%A1%C5%A1a>,
        <http://lexvo.org/id/term/sna/Belarusi>,
        <http://lexvo.org/id/term/som/Belarus>,
        <http://lexvo.org/id/term/spa/Bielorrusia>,
        <http://lexvo.org/id/term/sqi/Bjellorusi>,
        <http://lexvo.org/id/term/srp-Latn/Belorusija>,
        <http://lexvo.org/id/term/srp/%D0%91%D0%B5%D0%BB%D0%BE%D1%80%D1%83%D1%81%D0%B8%D1%98%D0%B0>,
        <http://lexvo.org/id/term/swc/Belarusi>,
        <http://lexvo.org/id/term/swe/Vitryssland>,
        <http://lexvo.org/id/term/swh/Belarusi>,
        <http://lexvo.org/id/term/tam/%E0%AE%AA%E0%AF%86%E0%AE%B2%E0%AE%BE%E0%AE%B0%E0%AF%82%E0%AE%B8%E0%AF%8D>,
        <http://lexvo.org/id/term/tel/%E0%B0%AC%E0%B1%86%E0%B0%B2%E0%B0%BE%E0%B0%B0%E0%B0%B8%E0%B1%8D>,
        <http://lexvo.org/id/term/teo/Belarusi>,
        <http://lexvo.org/id/term/tha/%E0%B9%80%E0%B8%9A%E0%B8%A5%E0%B8%B2%E0%B8%A3%E0%B8%B8%E0%B8%AA>,
        <http://lexvo.org/id/term/tig/%E1%89%A4%E1%88%8B%E1%88%A9%E1%88%B5>,
        <http://lexvo.org/id/term/tir/%E1%89%A4%E1%88%8B%E1%88%A9%E1%88%B5>,
        <http://lexvo.org/id/term/ton/Pelelusi>,
        <http://lexvo.org/id/term/tur/Beyaz%20Rusya>,
        <http://lexvo.org/id/term/twq/Bilori%C5%A1i>,
        <http://lexvo.org/id/term/tzm/Bilarusya>,
        <http://lexvo.org/id/term/ukr/%D0%91%D1%96%D0%BB%D0%BE%D1%80%D1%83%D1%81%D1%8C>,
        <http://lexvo.org/id/term/urd/%D8%A8%DB%8C%D9%84%D8%A7%D8%B1%D9%88%D8%B3>,
        <http://lexvo.org/id/term/vai-Latn/Bh%C9%9Blarusi>,
        <http://lexvo.org/id/term/vai/%EA%97%A9%EA%95%9E%EA%96%A9%EA%94%BB>,
        <http://lexvo.org/id/term/vie/Belarus>,
        <http://lexvo.org/id/term/vun/Belarusi>,
        <http://lexvo.org/id/term/wae/W%C3%ADsrussland>,
        <http://lexvo.org/id/term/wal/%E1%89%A4%E1%88%8B%E1%88%A9%E1%88%B5>,
        <http://lexvo.org/id/term/xog/Belarusi>,
        <http://lexvo.org/id/term/yav/Pelal%C3%BAs>,
        <http://lexvo.org/id/term/yor/Or%C3%ADl%E1%BA%B9%CC%81%C3%A8de%20B%C3%A9l%C3%A1r%C3%BAs%C3%AC>,
        <http://lexvo.org/id/term/zsm/Belarus>,
        <http://lexvo.org/id/term/zul/i-Belarus> ;
    owl:sameAs <http://psi.oasis-open.org/iso/3166/#112>,
        <http://sws.geonames.org/630336/> .

<http://lexvo.org/id/iso3166/BZ> a lvont:GeographicRegion ;
    rdfs:label "Belize"@af,
        "Bɛ̀lezɨ̀"@agq,
        "Beliz"@ak,
        "ቤሊዘ"@am,
        "بليز"@ar,
        "Belidhe"@asa,
        "Belize"@ast,
        "Beliz"@az,
        "Bèlîs"@bas,
        "Беліз"@be,
        "Hubelize"@bez,
        "Белиз"@bg,
        "Belizi"@bm,
        "বেলিয"@bn,
        "བེ་ལིཛ།"@bo,
        "Belize"@br,
        "बेलिज़"@brx,
        "Belise"@bs,
        "Белизе"@bs-Cyrl,
        "ቤሊዘ"@byn,
        "Belize"@ca,
        "Berize"@cgg,
        "ᏇᎵᏍ"@chr,
        "伯利兹"@cmn,
        "貝里斯"@cmn-Hant,
        "Belize"@cs,
        "Belize"@cy,
        "Belize"@da,
        "Belize"@dav,
        "Belize"@de,
        "Beliizi"@dje,
        "Beliis"@dyo,
        "བྷེ་ལིཛ"@dz,
        "Belize"@ebu,
        "Belize nutome"@ee,
        "Μπελίσε"@el,
        "Belize"@en,
        "ISO 3166-1:BZ"@en,
        "𐐒𐐲𐑊𐐨𐑆"@en-Dsrt,
        "Belizo"@eo,
        "Belice"@es,
        "Belize"@et,
        "Belize"@eu,
        "Bəlís"@ewo,
        "بلیز"@fa,
        "Beliise"@ff,
        "Belize"@fi,
        "Belize"@fil,
        "Belis"@fo,
        "Belize"@fr,
        "Belize"@fur,
        "An Bheilís"@ga,
        "Beilìs"@gd,
        "Belice"@gl,
        "Belize"@gsw,
        "બેલીઝ"@gu,
        "Belize"@guz,
        "Beliz"@ha,
        "בליז"@he,
        "बेलिज"@hi,
        "Belize"@hr,
        "Belize"@hu,
        "Բելիզ"@hy,
        "Belize"@id,
        "Belís"@is,
        "Belize"@it,
        "ベリーズ"@ja,
        "Belize"@jmc,
        "ბელიზი"@ka,
        "Biliz"@kab,
        "Belize"@kam,
        "Belize"@kde,
        "Belizi"@kea,
        "Beliizi"@khq,
        "Belize"@ki,
        "Белиз"@kk,
        "Belize"@kl,
        "Emetab Belize"@kln,
        "បេលីហ្ស"@km,
        "ಬೆಲಿಜ್"@kn,
        "벨리즈"@ko,
        "بیلِج"@ks,
        "Belize"@ksb,
        "bɛliz"@ksf,
        "Belize"@ksh,
        "Belíise"@lag,
        "Belize"@lg,
        "Belizɛ"@ln,
        "ເບຊີວ"@lo,
        "Belizas"@lt,
        "Belize"@lu,
        "Belize"@luo,
        "Belize"@luy,
        "Beliza"@lv,
        "Belize"@mas,
        "Belize"@mer,
        "Beliz"@mfe,
        "Belize"@mg,
        "Белизе"@mk,
        "ബെലീസ്"@ml,
        "बेलिझे"@mr,
        "Beliże"@mt,
        "beliziya"@mua,
        "ဘေလီဇ်"@my,
        "Belize"@naq,
        "Belize"@nb,
        "Bhelize"@nd,
        "बेलिज"@ne,
        "Belize"@nl,
        "Bɛliz"@nmg,
        "Belize"@nn,
        "Bilidha"@nus,
        "Berize"@nyn,
        "ବେଲିଜ୍"@or,
        "Belize"@pl,
        "Belize"@pt,
        "Belize"@rm,
        "Belize"@rn,
        "Belize"@ro,
        "Belize"@rof,
        "Белиз"@ru,
        "Belize"@rwk,
        "Belize"@saq,
        "Belise"@sbp,
        "Belize"@se,
        "Belize"@seh,
        "Beliizi"@ses,
        "Belîzi"@sg,
        "ⴱⵉⵍⵉⵣ"@shi,
        "biliz"@shi-Latn,
        "බෙලීස්"@si,
        "Belize"@sk,
        "Belize"@sl,
        "Belize"@sn,
        "Belize"@so,
        "Белизе"@sr,
        "Belise"@sr-Latn,
        "Belize"@sv,
        "Belize"@swc,
        "Belize"@swh,
        "பெலிஸ்"@ta,
        "బెలీజ్"@te,
        "Belize"@teo,
        "เบลีซ"@th,
        "ቤሊዘ"@ti,
        "ቤሊዘ"@tig,
        "Pelise"@to,
        "Belize"@tr,
        "Beliizi"@twq,
        "Biliz"@tzm,
        "Беліз"@uk,
        "بیلائز"@ur,
        "ꔆꔷꔘ"@vai,
        "Bheliz"@vai-Latn,
        "Bê-li-xê"@vi,
        "Belize"@vun,
        "Belize"@wae,
        "ቤሊዘ"@wal,
        "Belize"@xog,
        "Pelíse"@yav,
        "Orílẹ́ède Bèlísẹ̀"@yo,
        "Belize"@zsm,
        "i-Belize"@zu ;
    lvont:label <http://lexvo.org/id/term/afr/Belize>,
        <http://lexvo.org/id/term/agq/B%C9%9B%CC%80lez%C9%A8%CC%80>,
        <http://lexvo.org/id/term/aka/Beliz>,
        <http://lexvo.org/id/term/amh/%E1%89%A4%E1%88%8A%E1%8B%98>,
        <http://lexvo.org/id/term/ara/%D8%A8%D9%84%D9%8A%D8%B2>,
        <http://lexvo.org/id/term/asa/Belidhe>,
        <http://lexvo.org/id/term/ast/Belize>,
        <http://lexvo.org/id/term/aze/Beliz>,
        <http://lexvo.org/id/term/bam/Belizi>,
        <http://lexvo.org/id/term/bas/B%C3%A8l%C3%AEs>,
        <http://lexvo.org/id/term/bel/%D0%91%D0%B5%D0%BB%D1%96%D0%B7>,
        <http://lexvo.org/id/term/ben/%E0%A6%AC%E0%A7%87%E0%A6%B2%E0%A6%BF%E0%A6%AF>,
        <http://lexvo.org/id/term/bez/Hubelize>,
        <http://lexvo.org/id/term/bod/%E0%BD%96%E0%BD%BA%E0%BC%8B%E0%BD%A3%E0%BD%B2%E0%BD%9B%E0%BC%8D>,
        <http://lexvo.org/id/term/bos-Cyrl/%D0%91%D0%B5%D0%BB%D0%B8%D0%B7%D0%B5>,
        <http://lexvo.org/id/term/bos/Belise>,
        <http://lexvo.org/id/term/bre/Belize>,
        <http://lexvo.org/id/term/brx/%E0%A4%AC%E0%A5%87%E0%A4%B2%E0%A4%BF%E0%A4%9C%E0%A4%BC>,
        <http://lexvo.org/id/term/bul/%D0%91%D0%B5%D0%BB%D0%B8%D0%B7>,
        <http://lexvo.org/id/term/byn/%E1%89%A4%E1%88%8A%E1%8B%98>,
        <http://lexvo.org/id/term/cat/Belize>,
        <http://lexvo.org/id/term/ces/Belize>,
        <http://lexvo.org/id/term/cgg/Berize>,
        <http://lexvo.org/id/term/chr/%E1%8F%87%E1%8E%B5%E1%8F%8D>,
        <http://lexvo.org/id/term/cmn-Hant/%E8%B2%9D%E9%87%8C%E6%96%AF>,
        <http://lexvo.org/id/term/cmn/%E4%BC%AF%E5%88%A9%E5%85%B9>,
        <http://lexvo.org/id/term/cym/Belize>,
        <http://lexvo.org/id/term/dan/Belize>,
        <http://lexvo.org/id/term/dav/Belize>,
        <http://lexvo.org/id/term/deu/Belize>,
        <http://lexvo.org/id/term/dje/Beliizi>,
        <http://lexvo.org/id/term/dyo/Beliis>,
        <http://lexvo.org/id/term/dzo/%E0%BD%96%E0%BE%B7%E0%BD%BA%E0%BC%8B%E0%BD%A3%E0%BD%B2%E0%BD%9B>,
        <http://lexvo.org/id/term/ebu/Belize>,
        <http://lexvo.org/id/term/ell/%CE%9C%CF%80%CE%B5%CE%BB%CE%AF%CF%83%CE%B5>,
        <http://lexvo.org/id/term/eng-Dsrt/%F0%90%90%92%F0%90%90%B2%F0%90%91%8A%F0%90%90%A8%F0%90%91%86>,
        <http://lexvo.org/id/term/eng/Belize>,
        <http://lexvo.org/id/term/eng/ISO%203166-1%3ABZ>,
        <http://lexvo.org/id/term/epo/Belizo>,
        <http://lexvo.org/id/term/est/Belize>,
        <http://lexvo.org/id/term/eus/Belize>,
        <http://lexvo.org/id/term/ewe/Belize%20nutome>,
        <http://lexvo.org/id/term/ewo/B%C9%99l%C3%ADs>,
        <http://lexvo.org/id/term/fao/Belis>,
        <http://lexvo.org/id/term/fas/%D8%A8%D9%84%DB%8C%D8%B2>,
        <http://lexvo.org/id/term/fil/Belize>,
        <http://lexvo.org/id/term/fin/Belize>,
        <http://lexvo.org/id/term/fra/Belize>,
        <http://lexvo.org/id/term/ful/Beliise>,
        <http://lexvo.org/id/term/fur/Belize>,
        <http://lexvo.org/id/term/gla/Beil%C3%ACs>,
        <http://lexvo.org/id/term/gle/An%20Bheil%C3%ADs>,
        <http://lexvo.org/id/term/glg/Belice>,
        <http://lexvo.org/id/term/gsw/Belize>,
        <http://lexvo.org/id/term/guj/%E0%AA%AC%E0%AB%87%E0%AA%B2%E0%AB%80%E0%AA%9D>,
        <http://lexvo.org/id/term/guz/Belize>,
        <http://lexvo.org/id/term/hau/Beliz>,
        <http://lexvo.org/id/term/heb/%D7%91%D7%9C%D7%99%D7%96>,
        <http://lexvo.org/id/term/hin/%E0%A4%AC%E0%A5%87%E0%A4%B2%E0%A4%BF%E0%A4%9C>,
        <http://lexvo.org/id/term/hrv/Belize>,
        <http://lexvo.org/id/term/hun/Belize>,
        <http://lexvo.org/id/term/hye/%D4%B2%D5%A5%D5%AC%D5%AB%D5%A6>,
        <http://lexvo.org/id/term/ind/Belize>,
        <http://lexvo.org/id/term/isl/Bel%C3%ADs>,
        <http://lexvo.org/id/term/ita/Belize>,
        <http://lexvo.org/id/term/jmc/Belize>,
        <http://lexvo.org/id/term/jpn/%E3%83%99%E3%83%AA%E3%83%BC%E3%82%BA>,
        <http://lexvo.org/id/term/kab/Biliz>,
        <http://lexvo.org/id/term/kal/Belize>,
        <http://lexvo.org/id/term/kam/Belize>,
        <http://lexvo.org/id/term/kan/%E0%B2%AC%E0%B3%86%E0%B2%B2%E0%B2%BF%E0%B2%9C%E0%B3%8D>,
        <http://lexvo.org/id/term/kas/%D8%A8%DB%8C%D9%84%D9%90%D8%AC>,
        <http://lexvo.org/id/term/kat/%E1%83%91%E1%83%94%E1%83%9A%E1%83%98%E1%83%96%E1%83%98>,
        <http://lexvo.org/id/term/kaz/%D0%91%D0%B5%D0%BB%D0%B8%D0%B7>,
        <http://lexvo.org/id/term/kde/Belize>,
        <http://lexvo.org/id/term/kea/Belizi>,
        <http://lexvo.org/id/term/khm/%E1%9E%94%E1%9F%81%E1%9E%9B%E1%9E%B8%E1%9E%A0%E1%9F%92%E1%9E%9F>,
        <http://lexvo.org/id/term/khq/Beliizi>,
        <http://lexvo.org/id/term/kik/Belize>,
        <http://lexvo.org/id/term/kln/Emetab%20Belize>,
        <http://lexvo.org/id/term/kor/%EB%B2%A8%EB%A6%AC%EC%A6%88>,
        <http://lexvo.org/id/term/ksb/Belize>,
        <http://lexvo.org/id/term/ksf/b%C9%9Bliz>,
        <http://lexvo.org/id/term/ksh/Belize>,
        <http://lexvo.org/id/term/lag/Bel%C3%ADise>,
        <http://lexvo.org/id/term/lao/%E0%BB%80%E0%BA%9A%E0%BA%8A%E0%BA%B5%E0%BA%A7>,
        <http://lexvo.org/id/term/lav/Beliza>,
        <http://lexvo.org/id/term/lin/Beliz%C9%9B>,
        <http://lexvo.org/id/term/lit/Belizas>,
        <http://lexvo.org/id/term/lub/Belize>,
        <http://lexvo.org/id/term/lug/Belize>,
        <http://lexvo.org/id/term/luo/Belize>,
        <http://lexvo.org/id/term/luy/Belize>,
        <http://lexvo.org/id/term/mal/%E0%B4%AC%E0%B5%86%E0%B4%B2%E0%B5%80%E0%B4%B8%E0%B5%8D>,
        <http://lexvo.org/id/term/mar/%E0%A4%AC%E0%A5%87%E0%A4%B2%E0%A4%BF%E0%A4%9D%E0%A5%87>,
        <http://lexvo.org/id/term/mas/Belize>,
        <http://lexvo.org/id/term/mer/Belize>,
        <http://lexvo.org/id/term/mfe/Beliz>,
        <http://lexvo.org/id/term/mkd/%D0%91%D0%B5%D0%BB%D0%B8%D0%B7%D0%B5>,
        <http://lexvo.org/id/term/mlg/Belize>,
        <http://lexvo.org/id/term/mlt/Beli%C5%BCe>,
        <http://lexvo.org/id/term/mua/beliziya>,
        <http://lexvo.org/id/term/mya/%E1%80%98%E1%80%B1%E1%80%9C%E1%80%AE%E1%80%87%E1%80%BA>,
        <http://lexvo.org/id/term/naq/Belize>,
        <http://lexvo.org/id/term/nde/Bhelize>,
        <http://lexvo.org/id/term/nep/%E0%A4%AC%E0%A5%87%E0%A4%B2%E0%A4%BF%E0%A4%9C>,
        <http://lexvo.org/id/term/nld/Belize>,
        <http://lexvo.org/id/term/nmg/B%C9%9Bliz>,
        <http://lexvo.org/id/term/nno/Belize>,
        <http://lexvo.org/id/term/nob/Belize>,
        <http://lexvo.org/id/term/nus/Bilidha>,
        <http://lexvo.org/id/term/nyn/Berize>,
        <http://lexvo.org/id/term/ori/%E0%AC%AC%E0%AD%87%E0%AC%B2%E0%AC%BF%E0%AC%9C%E0%AD%8D>,
        <http://lexvo.org/id/term/pol/Belize>,
        <http://lexvo.org/id/term/por/Belize>,
        <http://lexvo.org/id/term/rof/Belize>,
        <http://lexvo.org/id/term/roh/Belize>,
        <http://lexvo.org/id/term/ron/Belize>,
        <http://lexvo.org/id/term/run/Belize>,
        <http://lexvo.org/id/term/rus/%D0%91%D0%B5%D0%BB%D0%B8%D0%B7>,
        <http://lexvo.org/id/term/rwk/Belize>,
        <http://lexvo.org/id/term/sag/Bel%C3%AEzi>,
        <http://lexvo.org/id/term/saq/Belize>,
        <http://lexvo.org/id/term/sbp/Belise>,
        <http://lexvo.org/id/term/seh/Belize>,
        <http://lexvo.org/id/term/ses/Beliizi>,
        <http://lexvo.org/id/term/shi-Latn/biliz>,
        <http://lexvo.org/id/term/shi/%E2%B4%B1%E2%B5%89%E2%B5%8D%E2%B5%89%E2%B5%A3>,
        <http://lexvo.org/id/term/sin/%E0%B6%B6%E0%B7%99%E0%B6%BD%E0%B7%93%E0%B7%83%E0%B7%8A>,
        <http://lexvo.org/id/term/slk/Belize>,
        <http://lexvo.org/id/term/slv/Belize>,
        <http://lexvo.org/id/term/sme/Belize>,
        <http://lexvo.org/id/term/sna/Belize>,
        <http://lexvo.org/id/term/som/Belize>,
        <http://lexvo.org/id/term/spa/Belice>,
        <http://lexvo.org/id/term/srp-Latn/Belise>,
        <http://lexvo.org/id/term/srp/%D0%91%D0%B5%D0%BB%D0%B8%D0%B7%D0%B5>,
        <http://lexvo.org/id/term/swc/Belize>,
        <http://lexvo.org/id/term/swe/Belize>,
        <http://lexvo.org/id/term/swh/Belize>,
        <http://lexvo.org/id/term/tam/%E0%AE%AA%E0%AF%86%E0%AE%B2%E0%AE%BF%E0%AE%B8%E0%AF%8D>,
        <http://lexvo.org/id/term/tel/%E0%B0%AC%E0%B1%86%E0%B0%B2%E0%B1%80%E0%B0%9C%E0%B1%8D>,
        <http://lexvo.org/id/term/teo/Belize>,
        <http://lexvo.org/id/term/tha/%E0%B9%80%E0%B8%9A%E0%B8%A5%E0%B8%B5%E0%B8%8B>,
        <http://lexvo.org/id/term/tig/%E1%89%A4%E1%88%8A%E1%8B%98>,
        <http://lexvo.org/id/term/tir/%E1%89%A4%E1%88%8A%E1%8B%98>,
        <http://lexvo.org/id/term/ton/Pelise>,
        <http://lexvo.org/id/term/tur/Belize>,
        <http://lexvo.org/id/term/twq/Beliizi>,
        <http://lexvo.org/id/term/tzm/Biliz>,
        <http://lexvo.org/id/term/ukr/%D0%91%D0%B5%D0%BB%D1%96%D0%B7>,
        <http://lexvo.org/id/term/urd/%D8%A8%DB%8C%D9%84%D8%A7%D8%A6%D8%B2>,
        <http://lexvo.org/id/term/vai-Latn/Bheliz>,
        <http://lexvo.org/id/term/vai/%EA%94%86%EA%94%B7%EA%94%98>,
        <http://lexvo.org/id/term/vie/B%C3%AA-li-x%C3%AA>,
        <http://lexvo.org/id/term/vun/Belize>,
        <http://lexvo.org/id/term/wae/Belize>,
        <http://lexvo.org/id/term/wal/%E1%89%A4%E1%88%8A%E1%8B%98>,
        <http://lexvo.org/id/term/xog/Belize>,
        <http://lexvo.org/id/term/yav/Pel%C3%ADse>,
        <http://lexvo.org/id/term/yor/Or%C3%ADl%E1%BA%B9%CC%81%C3%A8de%20B%C3%A8l%C3%ADs%E1%BA%B9%CC%80>,
        <http://lexvo.org/id/term/zsm/Belize>,
        <http://lexvo.org/id/term/zul/i-Belize> ;
    owl:sameAs <http://psi.oasis-open.org/iso/3166/#084>,
        <http://sws.geonames.org/3582678/> .

<http://lexvo.org/id/iso3166/CA> a lvont:GeographicRegion ;
    rdfs:label "Kanada"@af,
        "Kanadà"@agq,
        "Kanada"@ak,
        "ካናዳ"@am,
        "كندا"@ar,
        "Kanada"@asa,
        "Canadá"@ast,
        "Kanada"@az,
        "Kànadà"@bas,
        "Канада"@be,
        "Hukanada"@bez,
        "Канада"@bg,
        "Kanada"@bm,
        "কানাডা"@bn,
        "ཁེ་ན་ཌ།"@bo,
        "Kanada"@br,
        "कैनाडा"@brx,
        "Kanada"@bs,
        "Канада"@bs-Cyrl,
        "Canadà"@ca,
        "Kanada"@cgg,
        "ᎨᎾᏓ"@chr,
        "加拿大"@cmn,
        "加拿大"@cmn-Hant,
        "Kanada"@cs,
        "Canada"@cy,
        "Canada"@da,
        "Kanada"@dav,
        "Kanada"@de,
        "Kanaada"@dje,
        "Kanada"@dyo,
        "ཀེ་ན་ཌ"@dz,
        "Kanada"@ebu,
        "Kanada nutome"@ee,
        "Καναδάς"@el,
        "Canada"@en,
        "ISO 3166-1:CA"@en,
        "𐐗𐐰𐑌𐐲𐐼𐐲"@en-Dsrt,
        "Kanado"@eo,
        "Canadá"@es,
        "Kanada"@et,
        "Kanada"@eu,
        "kanadá"@ewo,
        "کانادا"@fa,
        "Kanadaa"@ff,
        "Kanada"@fi,
        "Canada"@fil,
        "Kanada"@fo,
        "Canada"@fr,
        "Canade"@fur,
        "Ceanada"@ga,
        "Canada"@gd,
        "Canadá"@gl,
        "Kanada"@gsw,
        "કેનેડા"@gu,
        "Kanada"@guz,
        "Kanada"@ha,
        "Kanakā"@haw,
        "קנדה"@he,
        "कनाडा"@hi,
        "Kanada"@hr,
        "Kanada"@hu,
        "Կանադա"@hy,
        "Canada"@ia,
        "Kanada"@id,
        "Kanada"@is,
        "Canada"@it,
        "カナダ"@ja,
        "Kanadâ"@jgo,
        "Kanada"@jmc,
        "კანადა"@ka,
        "Kanada"@kab,
        "Kananda"@kam,
        "Kanada"@kde,
        "Kanadá"@kea,
        "Kanaada"@khq,
        "Kanada"@ki,
        "Канада"@kk,
        "Canada"@kl,
        "Emetab Canada"@kln,
        "កាណាដា"@km,
        "ಕೆನಡಾ"@kn,
        "캐나다"@ko,
        "کینَڑا"@ks,
        "Kanada"@ksb,
        "kanada"@ksf,
        "Kannada"@ksh,
        "Kánada"@lag,
        "Kanada"@lg,
        "Kanada"@ln,
        "ແຄນນາດາ"@lo,
        "Kanada"@lt,
        "Kanada"@lu,
        "Canada"@luo,
        "Kanada"@luy,
        "Kanāda"@lv,
        "Kanada"@mas,
        "Kanada"@mer,
        "Kanada"@mfe,
        "Kanada"@mg,
        "Ukanada"@mgh,
        "Канада"@mk,
        "കാനഡ"@ml,
        "कॅनडा"@mr,
        "Kanada"@mt,
        "kanada"@mua,
        "ကနေဒါ"@my,
        "Kanadab"@naq,
        "Canada"@nb,
        "Khanada"@nd,
        "क्यानाडा"@ne,
        "Canada"@nl,
        "Kanada"@nmg,
        "Canada"@nn,
        "Känɛda"@nus,
        "Kanada"@nyn,
        "କାନାଡା"@or,
        "Kanada"@pl,
        "کاناډا"@ps,
        "Canadá"@pt,
        "Canada"@rm,
        "Kanada"@rn,
        "Canada"@ro,
        "Kanada"@rof,
        "Канада"@ru,
        "Kanada"@rwk,
        "Kanada"@saq,
        "Kanada"@sbp,
        "Kanáda"@se,
        "Canadá"@seh,
        "Kanaada"@ses,
        "Kanadäa"@sg,
        "ⴽⴰⵏⴰⴷⴰ"@shi,
        "kanada"@shi-Latn,
        "කැනඩාව"@si,
        "Kanada"@sk,
        "Kanada"@sl,
        "Kanada"@sn,
        "Kanada"@so,
        "Kanada"@sq,
        "Канада"@sr,
        "Kanada"@sr-Latn,
        "Kanada"@sv,
        "Kanada"@swc,
        "Kanada"@swh,
        "கனடா"@ta,
        "కెనడా"@te,
        "Kanada"@teo,
        "แคนาดา"@th,
        "ካናዳ"@ti,
        "Kānata"@to,
        "Kanada"@tr,
        "Kanaada"@twq,
        "Kanada"@tzm,
        "Канада"@uk,
        "کینیڈا"@ur,
        "ꕪꕯꕜ"@vai,
        "Kánáda"@vai-Latn,
        "Ca-na-đa"@vi,
        "Kanada"@vun,
        "Kanada"@wae,
        "Kanada"@xog,
        "Kánáta"@yav,
        "Orílẹ́ède Kánádà"@yo,
        "Kanada"@zsm,
        "i-Canada"@zu ;
    lvont:label <http://lexvo.org/id/term/afr/Kanada>,
        <http://lexvo.org/id/term/agq/Kanad%C3%A0>,
        <http://lexvo.org/id/term/aka/Kanada>,
        <http://lexvo.org/id/term/amh/%E1%8A%AB%E1%8A%93%E1%8B%B3>,
        <http://lexvo.org/id/term/ara/%D9%83%D9%86%D8%AF%D8%A7>,
        <http://lexvo.org/id/term/asa/Kanada>,
        <http://lexvo.org/id/term/ast/Canad%C3%A1>,
        <http://lexvo.org/id/term/aze/Kanada>,
        <http://lexvo.org/id/term/bam/Kanada>,
        <http://lexvo.org/id/term/bas/K%C3%A0nad%C3%A0>,
        <http://lexvo.org/id/term/bel/%D0%9A%D0%B0%D0%BD%D0%B0%D0%B4%D0%B0>,
        <http://lexvo.org/id/term/ben/%E0%A6%95%E0%A6%BE%E0%A6%A8%E0%A6%BE%E0%A6%A1%E0%A6%BE>,
        <http://lexvo.org/id/term/bez/Hukanada>,
        <http://lexvo.org/id/term/bod/%E0%BD%81%E0%BD%BA%E0%BC%8B%E0%BD%93%E0%BC%8B%E0%BD%8C%E0%BC%8D>,
        <http://lexvo.org/id/term/bos-Cyrl/%D0%9A%D0%B0%D0%BD%D0%B0%D0%B4%D0%B0>,
        <http://lexvo.org/id/term/bos/Kanada>,
        <http://lexvo.org/id/term/bre/Kanada>,
        <http://lexvo.org/id/term/brx/%E0%A4%95%E0%A5%88%E0%A4%A8%E0%A4%BE%E0%A4%A1%E0%A4%BE>,
        <http://lexvo.org/id/term/bul/%D0%9A%D0%B0%D0%BD%D0%B0%D0%B4%D0%B0>,
        <http://lexvo.org/id/term/cat/Canad%C3%A0>,
        <http://lexvo.org/id/term/ces/Kanada>,
        <http://lexvo.org/id/term/cgg/Kanada>,
        <http://lexvo.org/id/term/chr/%E1%8E%A8%E1%8E%BE%E1%8F%93>,
        <http://lexvo.org/id/term/cmn-Hant/%E5%8A%A0%E6%8B%BF%E5%A4%A7>,
        <http://lexvo.org/id/term/cmn/%E5%8A%A0%E6%8B%BF%E5%A4%A7>,
        <http://lexvo.org/id/term/cym/Canada>,
        <http://lexvo.org/id/term/dan/Canada>,
        <http://lexvo.org/id/term/dav/Kanada>,
        <http://lexvo.org/id/term/deu/Kanada>,
        <http://lexvo.org/id/term/dje/Kanaada>,
        <http://lexvo.org/id/term/dyo/Kanada>,
        <http://lexvo.org/id/term/dzo/%E0%BD%80%E0%BD%BA%E0%BC%8B%E0%BD%93%E0%BC%8B%E0%BD%8C>,
        <http://lexvo.org/id/term/ebu/Kanada>,
        <http://lexvo.org/id/term/ell/%CE%9A%CE%B1%CE%BD%CE%B1%CE%B4%CE%AC%CF%82>,
        <http://lexvo.org/id/term/eng-Dsrt/%F0%90%90%97%F0%90%90%B0%F0%90%91%8C%F0%90%90%B2%F0%90%90%BC%F0%90%90%B2>,
        <http://lexvo.org/id/term/eng/Canada>,
        <http://lexvo.org/id/term/eng/ISO%203166-1%3ACA>,
        <http://lexvo.org/id/term/epo/Kanado>,
        <http://lexvo.org/id/term/est/Kanada>,
        <http://lexvo.org/id/term/eus/Kanada>,
        <http://lexvo.org/id/term/ewe/Kanada%20nutome>,
        <http://lexvo.org/id/term/ewo/kanad%C3%A1>,
        <http://lexvo.org/id/term/fao/Kanada>,
        <http://lexvo.org/id/term/fas/%DA%A9%D8%A7%D9%86%D8%A7%D8%AF%D8%A7>,
        <http://lexvo.org/id/term/fil/Canada>,
        <http://lexvo.org/id/term/fin/Kanada>,
        <http://lexvo.org/id/term/fra/Canada>,
        <http://lexvo.org/id/term/ful/Kanadaa>,
        <http://lexvo.org/id/term/fur/Canade>,
        <http://lexvo.org/id/term/gla/Canada>,
        <http://lexvo.org/id/term/gle/Ceanada>,
        <http://lexvo.org/id/term/glg/Canad%C3%A1>,
        <http://lexvo.org/id/term/gsw/Kanada>,
        <http://lexvo.org/id/term/guj/%E0%AA%95%E0%AB%87%E0%AA%A8%E0%AB%87%E0%AA%A1%E0%AA%BE>,
        <http://lexvo.org/id/term/guz/Kanada>,
        <http://lexvo.org/id/term/hau/Kanada>,
        <http://lexvo.org/id/term/haw/Kanak%C4%81>,
        <http://lexvo.org/id/term/heb/%D7%A7%D7%A0%D7%93%D7%94>,
        <http://lexvo.org/id/term/hin/%E0%A4%95%E0%A4%A8%E0%A4%BE%E0%A4%A1%E0%A4%BE>,
        <http://lexvo.org/id/term/hrv/Kanada>,
        <http://lexvo.org/id/term/hun/Kanada>,
        <http://lexvo.org/id/term/hye/%D4%BF%D5%A1%D5%B6%D5%A1%D5%A4%D5%A1>,
        <http://lexvo.org/id/term/ina/Canada>,
        <http://lexvo.org/id/term/ind/Kanada>,
        <http://lexvo.org/id/term/isl/Kanada>,
        <http://lexvo.org/id/term/ita/Canada>,
        <http://lexvo.org/id/term/jgo/Kanad%C3%A2>,
        <http://lexvo.org/id/term/jmc/Kanada>,
        <http://lexvo.org/id/term/jpn/%E3%82%AB%E3%83%8A%E3%83%80>,
        <http://lexvo.org/id/term/kab/Kanada>,
        <http://lexvo.org/id/term/kal/Canada>,
        <http://lexvo.org/id/term/kam/Kananda>,
        <http://lexvo.org/id/term/kan/%E0%B2%95%E0%B3%86%E0%B2%A8%E0%B2%A1%E0%B2%BE>,
        <http://lexvo.org/id/term/kas/%DA%A9%DB%8C%D9%86%D9%8E%DA%91%D8%A7>,
        <http://lexvo.org/id/term/kat/%E1%83%99%E1%83%90%E1%83%9C%E1%83%90%E1%83%93%E1%83%90>,
        <http://lexvo.org/id/term/kaz/%D0%9A%D0%B0%D0%BD%D0%B0%D0%B4%D0%B0>,
        <http://lexvo.org/id/term/kde/Kanada>,
        <http://lexvo.org/id/term/kea/Kanad%C3%A1>,
        <http://lexvo.org/id/term/khm/%E1%9E%80%E1%9E%B6%E1%9E%8E%E1%9E%B6%E1%9E%8A%E1%9E%B6>,
        <http://lexvo.org/id/term/khq/Kanaada>,
        <http://lexvo.org/id/term/kik/Kanada>,
        <http://lexvo.org/id/term/kln/Emetab%20Canada>,
        <http://lexvo.org/id/term/kor/%EC%BA%90%EB%82%98%EB%8B%A4>,
        <http://lexvo.org/id/term/ksb/Kanada>,
        <http://lexvo.org/id/term/ksf/kanada>,
        <http://lexvo.org/id/term/ksh/Kannada>,
        <http://lexvo.org/id/term/lag/K%C3%A1nada>,
        <http://lexvo.org/id/term/lao/%E0%BB%81%E0%BA%84%E0%BA%99%E0%BA%99%E0%BA%B2%E0%BA%94%E0%BA%B2>,
        <http://lexvo.org/id/term/lav/Kan%C4%81da>,
        <http://lexvo.org/id/term/lin/Kanada>,
        <http://lexvo.org/id/term/lit/Kanada>,
        <http://lexvo.org/id/term/lub/Kanada>,
        <http://lexvo.org/id/term/lug/Kanada>,
        <http://lexvo.org/id/term/luo/Canada>,
        <http://lexvo.org/id/term/luy/Kanada>,
        <http://lexvo.org/id/term/mal/%E0%B4%95%E0%B4%BE%E0%B4%A8%E0%B4%A1>,
        <http://lexvo.org/id/term/mar/%E0%A4%95%E0%A5%85%E0%A4%A8%E0%A4%A1%E0%A4%BE>,
        <http://lexvo.org/id/term/mas/Kanada>,
        <http://lexvo.org/id/term/mer/Kanada>,
        <http://lexvo.org/id/term/mfe/Kanada>,
        <http://lexvo.org/id/term/mgh/Ukanada>,
        <http://lexvo.org/id/term/mkd/%D0%9A%D0%B0%D0%BD%D0%B0%D0%B4%D0%B0>,
        <http://lexvo.org/id/term/mlg/Kanada>,
        <http://lexvo.org/id/term/mlt/Kanada>,
        <http://lexvo.org/id/term/mua/kanada>,
        <http://lexvo.org/id/term/mya/%E1%80%80%E1%80%94%E1%80%B1%E1%80%92%E1%80%AB>,
        <http://lexvo.org/id/term/naq/Kanadab>,
        <http://lexvo.org/id/term/nde/Khanada>,
        <http://lexvo.org/id/term/nep/%E0%A4%95%E0%A5%8D%E0%A4%AF%E0%A4%BE%E0%A4%A8%E0%A4%BE%E0%A4%A1%E0%A4%BE>,
        <http://lexvo.org/id/term/nld/Canada>,
        <http://lexvo.org/id/term/nmg/Kanada>,
        <http://lexvo.org/id/term/nno/Canada>,
        <http://lexvo.org/id/term/nob/Canada>,
        <http://lexvo.org/id/term/nus/K%C3%A4n%C9%9Bda>,
        <http://lexvo.org/id/term/nyn/Kanada>,
        <http://lexvo.org/id/term/ori/%E0%AC%95%E0%AC%BE%E0%AC%A8%E0%AC%BE%E0%AC%A1%E0%AC%BE>,
        <http://lexvo.org/id/term/pol/Kanada>,
        <http://lexvo.org/id/term/por/Canad%C3%A1>,
        <http://lexvo.org/id/term/pus/%DA%A9%D8%A7%D9%86%D8%A7%DA%89%D8%A7>,
        <http://lexvo.org/id/term/rof/Kanada>,
        <http://lexvo.org/id/term/roh/Canada>,
        <http://lexvo.org/id/term/ron/Canada>,
        <http://lexvo.org/id/term/run/Kanada>,
        <http://lexvo.org/id/term/rus/%D0%9A%D0%B0%D0%BD%D0%B0%D0%B4%D0%B0>,
        <http://lexvo.org/id/term/rwk/Kanada>,
        <http://lexvo.org/id/term/sag/Kanad%C3%A4a>,
        <http://lexvo.org/id/term/saq/Kanada>,
        <http://lexvo.org/id/term/sbp/Kanada>,
        <http://lexvo.org/id/term/seh/Canad%C3%A1>,
        <http://lexvo.org/id/term/ses/Kanaada>,
        <http://lexvo.org/id/term/shi-Latn/kanada>,
        <http://lexvo.org/id/term/shi/%E2%B4%BD%E2%B4%B0%E2%B5%8F%E2%B4%B0%E2%B4%B7%E2%B4%B0>,
        <http://lexvo.org/id/term/sin/%E0%B6%9A%E0%B7%90%E0%B6%B1%E0%B6%A9%E0%B7%8F%E0%B7%80>,
        <http://lexvo.org/id/term/slk/Kanada>,
        <http://lexvo.org/id/term/slv/Kanada>,
        <http://lexvo.org/id/term/sme/Kan%C3%A1da>,
        <http://lexvo.org/id/term/sna/Kanada>,
        <http://lexvo.org/id/term/som/Kanada>,
        <http://lexvo.org/id/term/spa/Canad%C3%A1>,
        <http://lexvo.org/id/term/sqi/Kanada>,
        <http://lexvo.org/id/term/srp-Latn/Kanada>,
        <http://lexvo.org/id/term/srp/%D0%9A%D0%B0%D0%BD%D0%B0%D0%B4%D0%B0>,
        <http://lexvo.org/id/term/swc/Kanada>,
        <http://lexvo.org/id/term/swe/Kanada>,
        <http://lexvo.org/id/term/swh/Kanada>,
        <http://lexvo.org/id/term/tam/%E0%AE%95%E0%AE%A9%E0%AE%9F%E0%AE%BE>,
        <http://lexvo.org/id/term/tel/%E0%B0%95%E0%B1%86%E0%B0%A8%E0%B0%A1%E0%B0%BE>,
        <http://lexvo.org/id/term/teo/Kanada>,
        <http://lexvo.org/id/term/tha/%E0%B9%81%E0%B8%84%E0%B8%99%E0%B8%B2%E0%B8%94%E0%B8%B2>,
        <http://lexvo.org/id/term/tir/%E1%8A%AB%E1%8A%93%E1%8B%B3>,
        <http://lexvo.org/id/term/ton/K%C4%81nata>,
        <http://lexvo.org/id/term/tur/Kanada>,
        <http://lexvo.org/id/term/twq/Kanaada>,
        <http://lexvo.org/id/term/tzm/Kanada>,
        <http://lexvo.org/id/term/ukr/%D0%9A%D0%B0%D0%BD%D0%B0%D0%B4%D0%B0>,
        <http://lexvo.org/id/term/urd/%DA%A9%DB%8C%D9%86%DB%8C%DA%88%D8%A7>,
        <http://lexvo.org/id/term/vai-Latn/K%C3%A1n%C3%A1da>,
        <http://lexvo.org/id/term/vai/%EA%95%AA%EA%95%AF%EA%95%9C>,
        <http://lexvo.org/id/term/vie/Ca-na-%C4%91a>,
        <http://lexvo.org/id/term/vun/Kanada>,
        <http://lexvo.org/id/term/wae/Kanada>,
        <http://lexvo.org/id/term/xog/Kanada>,
        <http://lexvo.org/id/term/yav/K%C3%A1n%C3%A1ta>,
        <http://lexvo.org/id/term/yor/Or%C3%ADl%E1%BA%B9%CC%81%C3%A8de%20K%C3%A1n%C3%A1d%C3%A0>,
        <http://lexvo.org/id/term/zsm/Kanada>,
        <http://lexvo.org/id/term/zul/i-Canada> ;
    owl:sameAs <http://psi.oasis-open.org/iso/3166/#124>,
        <http://sws.geonames.org/6251999/> .

<http://lexvo.org/id/iso3166/CD> a lvont:GeographicRegion ;
    rdfs:label "Demokratiese Republiek van die Kongo"@af,
        "Kongo (DRK)"@af,
        "Dɛ̀mùkàlatì Lèkpubèlè è Kuŋgù"@agq,
        "Kongo (Zair)"@ak,
        "ኮንጎ"@am,
        "ኮንጎ (የዲሞክራቲክ ሪፐብሊክ ኮንጎ)"@am,
        "الكونغو - كينشاسا"@ar,
        "جمهورية الكونغو الديمقراطية"@ar,
        "Jamhuri ya Kidemokrathia ya Kongo"@asa,
        "Congu - Kinxasa"@ast,
        "Congu [RDC]"@ast,
        "Konqo - Kinşasa"@az,
        "Kòŋgo ìkɛŋi"@bas,
        "Конга, Дэмакратычная Рэспубліка"@be,
        "Ijamhuri ya Hidemokrasi ya Hukongo"@bez,
        "Демократична република Конго"@bg,
        "Конго [ДРК]"@bg,
        "Kongo ka republiki demɔkratiki"@bm,
        "কঙ্গো - কিনসাসা"@bn,
        "কঙ্গো[DRC]"@bn,
        "Kongo - Kinshasa"@br,
        "Kongo [RDK]"@br,
        "कॉंगो किनशासा"@brx,
        "Demokratska Republika Kongo"@bs,
        "Kongo [DRC]"@bs,
        "Конго - Киншаса"@bs-Cyrl,
        "Конго [ДРК]"@bs-Cyrl,
        "ኮንጎ"@byn,
        "Congo - Kinshasa"@ca,
        "Congo [República Democràtica del Congo]"@ca,
        "Demokoratika Ripaaburika ya Kongo"@cgg,
        "ᎧᏂᎪ"@chr,
        "刚果民主共和国"@cmn,
        "刚果（金）"@cmn,
        "剛果民主共和國"@cmn-Hant,
        "剛果（金夏沙）"@cmn-Hant,
        "Kongo - DRK"@cs,
        "Kongo - Kinshasa"@cs,
        "y Congo - Kinshasa"@cy,
        "y Congo [Gweriniaeth Ddemocrataidd]"@cy,
        "Congo-Kinshasa"@da,
        "Den Demokratiske Republik Congo"@da,
        "Jamhuri ya Kidemokrasia ya Kongo"@dav,
        "Kongo [Demokratische Republik]"@de,
        "Kongo-Kinshasa"@de,
        "Kongoo demookaratiki laboo"@dje,
        "Mofam demokratik mati Kongo"@dyo,
        "ཀོང་གྷོ ཀིན་ཤ་ས"@dz,
        "ཌེ་མོ་ཀེརེ་ཊིཀ་ རི་པབ་ལིཀ་ ཨོཕ་ ཀོང་གྷོ"@dz,
        "Jamhuri ya Kidemokrasia ya Kongo"@ebu,
        "Kongo Kinshasa nutome"@ee,
        "Kongo demokratik repɔblik nutome"@ee,
        "Κονγκό"@el,
        "Κονγκό - Κινσάσα"@el,
        "Congo - Kinshasa"@en,
        "Congo [DRC]"@en,
        "ISO 3166-1:CD"@en,
        "𐐗𐐪𐑍𐑀𐐬 - 𐐗𐐲𐑌𐑇𐐪𐑅𐐲"@en-Dsrt,
        "Congo [República Democrática del Congo]"@es,
        "República Democrática del Congo"@es,
        "Kongo DV"@et,
        "Kongo-Kinshasa"@et,
        "Kongo [KED]"@eu,
        "Kongoko Errepublika Demokratikoa"@eu,
        "ǹnam Kongó Demokəlatíg"@ewo,
        "جمهوری دموکراتیک کانگو"@fa,
        "کنگو - کینشاسا"@fa,
        "کنگو [جمهوری دموکراتیک]"@fa,
        "Ndenndaandi Demokaraasiire Konngo"@ff,
        "Kongo-Kinshasa"@fi,
        "Kongon demokraattinen tasavalta"@fi,
        "Congo - Kinshasa"@fil,
        "Congo [DRC]"@fil,
        "Kongo-Kinshasa"@fo,
        "Congo [RDC]"@fr,
        "République démocratique du Congo"@fr,
        "Congo [RDC]"@fur,
        "Republiche Democratiche dal Congo"@fur,
        "Poblacht Dhaonlathach an Chongó"@ga,
        "Congo [DRC]"@gd,
        "Congo-Kinshasa"@gd,
        "Congo [República Democrática do]"@gl,
        "República Democrática do Congo"@gl,
        "Kongo-Kinshasa"@gsw,
        "Temokraatischi Republik Kongo"@gsw,
        "કોંગો - કિંશાસા"@gu,
        "કોંગો [ડીઆરસી]"@gu,
        "Jamhuri ya Kidemokrasia ya Kongo"@guz,
        "Jamhuriyar Dimokuraɗiyyar Kongo"@ha,
        "קונגו - קינשאסה"@he,
        "קונגו [הרפובליקה הדמוקרטית של קונגו]"@he,
        "कोंगो [डीआरसी]"@hi,
        "कोंगो जनतांत्रिक गणतंत्र"@hi,
        "Demokratska Republika Kongo"@hr,
        "Kongó - Kinshasa"@hu,
        "Kongó [KDK]"@hu,
        "Kongo - Kinshasa"@id,
        "Kongo - Republik Demokratik"@id,
        "Kongó [lýðræðislega lýðveldið]"@is,
        "Kongó-Kinshasa"@is,
        "Congo - Kinshasa"@it,
        "Congo - RDC"@it,
        "コンゴ民主共和国"@ja,
        "コンゴ民主共和国[キンシャサ]"@ja,
        "Kɔ́ŋɡɔ-Kinshɑ́sɑ"@jgo,
        "Jamhuri ya Kidemokrasia ya Kongo"@jmc,
        "კონგო - კინშასა"@ka,
        "Tigduda Tagdudant n Kungu"@kab,
        "Jamhuri ya Kidemokrasia ya Kongo"@kam,
        "Jamuhuli ya Chidemoklasia ya kuKongo"@kde,
        "Kongu - Kinxasa"@kea,
        "Republika Dimokratika di Kongu"@kea,
        "Kongoo demookaratiki laboo"@khq,
        "Jamhuri ya Kidemokrasia ya Kongo"@ki,
        "Kongo-Kinshasa"@kl,
        "Emetab Congo - Kinshasa"@kln,
        "កុងហ្គោ [សាធារណរដ្ឋ​ប្រជាធិបតេយ្យ]"@km,
        "កុងហ្គោ- គីនស្ហាសា"@km,
        "ಕಾಂಗೋ - ಕಿನ್ಶಾಸಾ"@kn,
        "ಕೋಂಗೋ [DRC]"@kn,
        "콩고-킨샤사"@ko,
        "콩고민주공화국"@ko,
        "کونٛگو کِنشاسا"@ks,
        "Jamhuli ya Kidemoklasia ya Kongo"@ksb,
        "kɔngó anyɔ́n"@ksf,
        "de Demmokraatesche Republik Konggo"@ksh,
        "dä Konggo (Kinschasa)"@ksh,
        "Jamuhúuri ya Kɨdemokurasía ya Kóongo"@lag,
        "Kongo - Zayire"@lg,
        "Kongó-Kinsásá"@ln,
        "Repibiki demokratiki ya Kongó"@ln,
        "ກອງໂກ-ກິນຊາຊ່າ"@lo,
        "ກອງໂກ[ສາທາລະນະລັດປະຊາທິປະໄຕ]"@lo,
        "Kongas (Demokratinė Respublika)"@lt,
        "Kongas-Kinšasa"@lt,
        "Ditunga wa Kongu"@lu,
        "Democratic Republic of the Congo"@luo,
        "Jamhuri ya Kidemokrasia ya Kongo"@luy,
        "Kongo Demokrātiskā Republika"@lv,
        "Kongo-Kinšasa"@lv,
        "Jamhuri ya Kidemokrasia ya Kongo"@mas,
        "Nthĩ ya Kidemokrasĩ ya Kongo"@mer,
        "Repiblik demokratik Kongo"@mfe,
        "Repoblikan'i Kongo"@mg,
        "Конго - Киншаса"@mk,
        "Конго [Демократска Република Конго]"@mk,
        "കോംഗോ - കിൻഷാസ"@ml,
        "കോംഗോ [DRC]"@ml,
        "काँगो - किंशासा"@mr,
        "काँगो [ङीआरसी]"@mr,
        "Democratic Republic of the Congo"@mt,
        "Sǝr Kongo ma dii ne zair"@mua,
        "Democratic Republic of the Congo"@naq,
        "Den demokratiske republikken Kongo"@nb,
        "Kongo-Kinshasa"@nb,
        "Democratic Republic of the Congo"@nd,
        "कङ्गो [डीआर्‌सी]"@ne,
        "कोङ्गो-किन्शासा"@ne,
        "Congo [DRC]"@nl,
        "Congo-Kinshasa"@nl,
        "Kongó Zaïre"@nmg,
        "Kongo-Kinshasa"@nn,
        "Demokoratika Ripaaburika ya Kongo"@nyn,
        "କଙ୍ଗୋ-କିନସାସା"@or,
        "Demokratyczna Republika Konga"@pl,
        "Congo-Kinshasa"@pt,
        "República Democrática do Congo"@pt,
        "Republica Democratica dal Congo"@rm,
        "Repubulika Iharanira Demokarasi ya Kongo"@rn,
        "Congo [RDC]"@ro,
        "Republica Democrată Congo"@ro,
        "Jamhuri ya Kidemokrasia ya Kongo"@rof,
        "Демократическая Республика Конго"@ru,
        "Конго (ДРК)"@ru,
        "Jamhuri ya Kidemokrasia ya Kongo"@rwk,
        "Jamhuri ya Kidemokrasia ya Kongo"@saq,
        "Jamuhuli ya Kidemokilasiya ya Kongo"@sbp,
        "Kongo-Kinshasa"@se,
        "Congo-Kinshasa"@seh,
        "Kongoo demookaratiki laboo"@ses,
        "Ködörösêse tî Ngunuhalëzo tî kongö"@sg,
        "ⵜⴰⴳⴷⵓⴷⴰⵏⵜ ⵜⴰⴷⵉⵎⵓⵇⵔⴰⵜⵉⵜ ⵏ ⴽⵓⵏⴳⵓ"@shi,
        "tagdudant tadimukratit n Kongo"@shi-Latn,
        "කොංගො - නින්ශාසා"@si,
        "කොන්ගෝව"@si,
        "Kongo [DRK]"@sk,
        "Konžská demokratická republika"@sk,
        "Demokratična republika Kongo"@sl,
        "Kongo [Demokratična republika Kongo]"@sl,
        "Democratic Republic of the Congo"@sn,
        "Jamhuuriyadda Dimuquraadiga Kongo"@so,
        "Конго - Киншаса"@sr,
        "Конго [ДРК]"@sr,
        "Demokratska Republika Kongo"@sr-Latn,
        "Kongo [DRC]"@sr-Latn,
        "Kongo-Kinshasa"@sv,
        "Jamhuri ya Kidemokrasia ya Kongo"@swc,
        "Jamhuri ya Kidemokrasia ya Kongo"@swh,
        "Kongo [Jamhuri ya Kidemokrasia]"@swh,
        "காங்கோ - கின்ஷாசா"@ta,
        "காங்கோ [டிசிஆர்]"@ta,
        "కాంగో- కిన్షాసా"@te,
        "కాంగో[డి ఆర్ సి]"@te,
        "Jamhuri ya Kidemokrasia ya Kongo"@teo,
        "คองโก [สาธารณรัฐประชาธิปไตย]"@th,
        "คองโก-กินชาซา"@th,
        "ኮንጎ"@ti,
        "ኮንጎ"@tig,
        "Kongo - Kinisasa"@to,
        "Kongo [DRC]"@to,
        "Demokratik Kongo Cumhuriyeti"@tr,
        "Kongo - Kinşasa"@tr,
        "Kongoo demookaratiki laboo"@twq,
        "Tagduda Tadimuqraṭit n Kungu"@tzm,
        "Конґо - Кіншаса"@uk,
        "Конґо [ДРК]"@uk,
        "کانگو - کنشاسا"@ur,
        "کانگو [DRC]"@ur,
        "ꖏꖐ ꗵꗞꖴꕟꔎ ꕸꖃꔀ"@vai,
        "Avorekoo"@vai-Latn,
        "Congo - Kinshasa"@vi,
        "Cộng hòa Dân chủ Công-gô"@vi,
        "Jamhuri ya Kidemokrasia ya Kongo"@vun,
        "Kongo [Demokratiši Rebublik]"@wae,
        "Kongo-Kinshasa"@wae,
        "ኮንጎ"@wal,
        "Kongo - Zayire"@xog,
        "kitɔŋ kí kongó"@yav,
        "Orilẹ́ède Kóngò"@yo,
        "Congo - Kinshasa"@zsm,
        "Congo [DRC]"@zsm,
        "e-Congo - Kinshasa"@zu,
        "e-Congo [DRC]"@zu ;
    lvont:label <http://lexvo.org/id/term/afr/Demokratiese%20Republiek%20van%20die%20Kongo>,
        <http://lexvo.org/id/term/afr/Kongo%20(DRK)>,
        <http://lexvo.org/id/term/agq/D%C9%9B%CC%80m%C3%B9k%C3%A0lat%C3%AC%20L%C3%A8kpub%C3%A8l%C3%A8%20%C3%A8%20Ku%C5%8Bg%C3%B9>,
        <http://lexvo.org/id/term/aka/Kongo%20(Zair)>,
        <http://lexvo.org/id/term/amh/%E1%8A%AE%E1%8A%95%E1%8C%8E>,
        <http://lexvo.org/id/term/amh/%E1%8A%AE%E1%8A%95%E1%8C%8E%20(%E1%8B%A8%E1%8B%B2%E1%88%9E%E1%8A%AD%E1%88%AB%E1%89%B2%E1%8A%AD%20%E1%88%AA%E1%8D%90%E1%89%A5%E1%88%8A%E1%8A%AD%20%E1%8A%AE%E1%8A%95%E1%8C%8E)>,
        <http://lexvo.org/id/term/ara/%D8%A7%D9%84%D9%83%D9%88%D9%86%D8%BA%D9%88%20-%20%D9%83%D9%8A%D9%86%D8%B4%D8%A7%D8%B3%D8%A7>,
        <http://lexvo.org/id/term/ara/%D8%AC%D9%85%D9%87%D9%88%D8%B1%D9%8A%D8%A9%20%D8%A7%D9%84%D9%83%D9%88%D9%86%D8%BA%D9%88%20%D8%A7%D9%84%D8%AF%D9%8A%D9%85%D9%82%D8%B1%D8%A7%D8%B7%D9%8A%D8%A9>,
        <http://lexvo.org/id/term/asa/Jamhuri%20ya%20Kidemokrathia%20ya%20Kongo>,
        <http://lexvo.org/id/term/ast/Congu%20%5BRDC%5D>,
        <http://lexvo.org/id/term/ast/Congu%20-%20Kinxasa>,
        <http://lexvo.org/id/term/aze/Konqo%20-%20Kin%C5%9Fasa>,
        <http://lexvo.org/id/term/bam/Kongo%20ka%20republiki%20dem%C9%94kratiki>,
        <http://lexvo.org/id/term/bas/K%C3%B2%C5%8Bgo%20%C3%ACk%C9%9B%C5%8Bi>,
        <http://lexvo.org/id/term/bel/%D0%9A%D0%BE%D0%BD%D0%B3%D0%B0%2C%20%D0%94%D1%8D%D0%BC%D0%B0%D0%BA%D1%80%D0%B0%D1%82%D1%8B%D1%87%D0%BD%D0%B0%D1%8F%20%D0%A0%D1%8D%D1%81%D0%BF%D1%83%D0%B1%D0%BB%D1%96%D0%BA%D0%B0>,
        <http://lexvo.org/id/term/ben/%E0%A6%95%E0%A6%99%E0%A7%8D%E0%A6%97%E0%A7%8B%20-%20%E0%A6%95%E0%A6%BF%E0%A6%A8%E0%A6%B8%E0%A6%BE%E0%A6%B8%E0%A6%BE>,
        <http://lexvo.org/id/term/ben/%E0%A6%95%E0%A6%99%E0%A7%8D%E0%A6%97%E0%A7%8B%5BDRC%5D>,
        <http://lexvo.org/id/term/bez/Ijamhuri%20ya%20Hidemokrasi%20ya%20Hukongo>,
        <http://lexvo.org/id/term/bos-Cyrl/%D0%9A%D0%BE%D0%BD%D0%B3%D0%BE%20%5B%D0%94%D0%A0%D0%9A%5D>,
        <http://lexvo.org/id/term/bos-Cyrl/%D0%9A%D0%BE%D0%BD%D0%B3%D0%BE%20-%20%D0%9A%D0%B8%D0%BD%D1%88%D0%B0%D1%81%D0%B0>,
        <http://lexvo.org/id/term/bos/Demokratska%20Republika%20Kongo>,
        <http://lexvo.org/id/term/bos/Kongo%20%5BDRC%5D>,
        <http://lexvo.org/id/term/bre/Kongo%20%5BRDK%5D>,
        <http://lexvo.org/id/term/bre/Kongo%20-%20Kinshasa>,
        <http://lexvo.org/id/term/brx/%E0%A4%95%E0%A5%89%E0%A4%82%E0%A4%97%E0%A5%8B%20%E0%A4%95%E0%A4%BF%E0%A4%A8%E0%A4%B6%E0%A4%BE%E0%A4%B8%E0%A4%BE>,
        <http://lexvo.org/id/term/bul/%D0%94%D0%B5%D0%BC%D0%BE%D0%BA%D1%80%D0%B0%D1%82%D0%B8%D1%87%D0%BD%D0%B0%20%D1%80%D0%B5%D0%BF%D1%83%D0%B1%D0%BB%D0%B8%D0%BA%D0%B0%20%D0%9A%D0%BE%D0%BD%D0%B3%D0%BE>,
        <http://lexvo.org/id/term/bul/%D0%9A%D0%BE%D0%BD%D0%B3%D0%BE%20%5B%D0%94%D0%A0%D0%9A%5D>,
        <http://lexvo.org/id/term/byn/%E1%8A%AE%E1%8A%95%E1%8C%8E>,
        <http://lexvo.org/id/term/cat/Congo%20%5BRep%C3%BAblica%20Democr%C3%A0tica%20del%20Congo%5D>,
        <http://lexvo.org/id/term/cat/Congo%20-%20Kinshasa>,
        <http://lexvo.org/id/term/ces/Kongo%20-%20DRK>,
        <http://lexvo.org/id/term/ces/Kongo%20-%20Kinshasa>,
        <http://lexvo.org/id/term/cgg/Demokoratika%20Ripaaburika%20ya%20Kongo>,
        <http://lexvo.org/id/term/chr/%E1%8E%A7%E1%8F%82%E1%8E%AA>,
        <http://lexvo.org/id/term/cmn-Hant/%E5%89%9B%E6%9E%9C%E6%B0%91%E4%B8%BB%E5%85%B1%E5%92%8C%E5%9C%8B>,
        <http://lexvo.org/id/term/cmn-Hant/%E5%89%9B%E6%9E%9C%EF%BC%88%E9%87%91%E5%A4%8F%E6%B2%99%EF%BC%89>,
        <http://lexvo.org/id/term/cmn/%E5%88%9A%E6%9E%9C%E6%B0%91%E4%B8%BB%E5%85%B1%E5%92%8C%E5%9B%BD>,
        <http://lexvo.org/id/term/cmn/%E5%88%9A%E6%9E%9C%EF%BC%88%E9%87%91%EF%BC%89>,
        <http://lexvo.org/id/term/cym/y%20Congo%20%5BGweriniaeth%20Ddemocrataidd%5D>,
        <http://lexvo.org/id/term/cym/y%20Congo%20-%20Kinshasa>,
        <http://lexvo.org/id/term/dan/Congo-Kinshasa>,
        <http://lexvo.org/id/term/dan/Den%20Demokratiske%20Republik%20Congo>,
        <http://lexvo.org/id/term/dav/Jamhuri%20ya%20Kidemokrasia%20ya%20Kongo>,
        <http://lexvo.org/id/term/deu/Kongo%20%5BDemokratische%20Republik%5D>,
        <http://lexvo.org/id/term/deu/Kongo-Kinshasa>,
        <http://lexvo.org/id/term/dje/Kongoo%20demookaratiki%20laboo>,
        <http://lexvo.org/id/term/dyo/Mofam%20demokratik%20mati%20Kongo>,
        <http://lexvo.org/id/term/dzo/%E0%BD%80%E0%BD%BC%E0%BD%84%E0%BC%8B%E0%BD%82%E0%BE%B7%E0%BD%BC%20%E0%BD%80%E0%BD%B2%E0%BD%93%E0%BC%8B%E0%BD%A4%E0%BC%8B%E0%BD%A6>,
        <http://lexvo.org/id/term/dzo/%E0%BD%8C%E0%BD%BA%E0%BC%8B%E0%BD%98%E0%BD%BC%E0%BC%8B%E0%BD%80%E0%BD%BA%E0%BD%A2%E0%BD%BA%E0%BC%8B%E0%BD%8A%E0%BD%B2%E0%BD%80%E0%BC%8B%20%E0%BD%A2%E0%BD%B2%E0%BC%8B%E0%BD%94%E0%BD%96%E0%BC%8B%E0%BD%A3%E0%BD%B2%E0%BD%80%E0%BC%8B%20%E0%BD%A8%E0%BD%BC%E0%BD%95%E0%BC%8B%20%E0%BD%80%E0%BD%BC%E0%BD%84%E0%BC%8B%E0%BD%82%E0%BE%B7%E0%BD%BC>,
        <http://lexvo.org/id/term/ebu/Jamhuri%20ya%20Kidemokrasia%20ya%20Kongo>,
        <http://lexvo.org/id/term/ell/%CE%9A%CE%BF%CE%BD%CE%B3%CE%BA%CF%8C>,
        <http://lexvo.org/id/term/ell/%CE%9A%CE%BF%CE%BD%CE%B3%CE%BA%CF%8C%20-%20%CE%9A%CE%B9%CE%BD%CF%83%CE%AC%CF%83%CE%B1>,
        <http://lexvo.org/id/term/eng-Dsrt/%F0%90%90%97%F0%90%90%AA%F0%90%91%8D%F0%90%91%80%F0%90%90%AC%20-%20%F0%90%90%97%F0%90%90%B2%F0%90%91%8C%F0%90%91%87%F0%90%90%AA%F0%90%91%85%F0%90%90%B2>,
        <http://lexvo.org/id/term/eng/Congo%20%5BDRC%5D>,
        <http://lexvo.org/id/term/eng/Congo%20-%20Kinshasa>,
        <http://lexvo.org/id/term/eng/ISO%203166-1%3ACD>,
        <http://lexvo.org/id/term/est/Kongo%20DV>,
        <http://lexvo.org/id/term/est/Kongo-Kinshasa>,
        <http://lexvo.org/id/term/eus/Kongo%20%5BKED%5D>,
        <http://lexvo.org/id/term/eus/Kongoko%20Errepublika%20Demokratikoa>,
        <http://lexvo.org/id/term/ewe/Kongo%20Kinshasa%20nutome>,
        <http://lexvo.org/id/term/ewe/Kongo%20demokratik%20rep%C9%94blik%20nutome>,
        <http://lexvo.org/id/term/ewo/%C7%B9nam%20Kong%C3%B3%20Demok%C9%99lat%C3%ADg>,
        <http://lexvo.org/id/term/fao/Kongo-Kinshasa>,
        <http://lexvo.org/id/term/fas/%D8%AC%D9%85%D9%87%D9%88%D8%B1%DB%8C%20%D8%AF%D9%85%D9%88%DA%A9%D8%B1%D8%A7%D8%AA%DB%8C%DA%A9%20%DA%A9%D8%A7%D9%86%DA%AF%D9%88>,
        <http://lexvo.org/id/term/fas/%DA%A9%D9%86%DA%AF%D9%88%20%5B%D8%AC%D9%85%D9%87%D9%88%D8%B1%DB%8C%20%D8%AF%D9%85%D9%88%DA%A9%D8%B1%D8%A7%D8%AA%DB%8C%DA%A9%5D>,
        <http://lexvo.org/id/term/fas/%DA%A9%D9%86%DA%AF%D9%88%20-%20%DA%A9%DB%8C%D9%86%D8%B4%D8%A7%D8%B3%D8%A7>,
        <http://lexvo.org/id/term/fil/Congo%20%5BDRC%5D>,
        <http://lexvo.org/id/term/fil/Congo%20-%20Kinshasa>,
        <http://lexvo.org/id/term/fin/Kongo-Kinshasa>,
        <http://lexvo.org/id/term/fin/Kongon%20demokraattinen%20tasavalta>,
        <http://lexvo.org/id/term/fra/Congo%20%5BRDC%5D>,
        <http://lexvo.org/id/term/fra/R%C3%A9publique%20d%C3%A9mocratique%20du%20Congo>,
        <http://lexvo.org/id/term/ful/Ndenndaandi%20Demokaraasiire%20Konngo>,
        <http://lexvo.org/id/term/fur/Congo%20%5BRDC%5D>,
        <http://lexvo.org/id/term/fur/Republiche%20Democratiche%20dal%20Congo>,
        <http://lexvo.org/id/term/gla/Congo%20%5BDRC%5D>,
        <http://lexvo.org/id/term/gla/Congo-Kinshasa>,
        <http://lexvo.org/id/term/gle/Poblacht%20Dhaonlathach%20an%20Chong%C3%B3>,
        <http://lexvo.org/id/term/glg/Congo%20%5BRep%C3%BAblica%20Democr%C3%A1tica%20do%5D>,
        <http://lexvo.org/id/term/glg/Rep%C3%BAblica%20Democr%C3%A1tica%20do%20Congo>,
        <http://lexvo.org/id/term/gsw/Kongo-Kinshasa>,
        <http://lexvo.org/id/term/gsw/Temokraatischi%20Republik%20Kongo>,
        <http://lexvo.org/id/term/guj/%E0%AA%95%E0%AB%8B%E0%AA%82%E0%AA%97%E0%AB%8B%20%5B%E0%AA%A1%E0%AB%80%E0%AA%86%E0%AA%B0%E0%AA%B8%E0%AB%80%5D>,
        <http://lexvo.org/id/term/guj/%E0%AA%95%E0%AB%8B%E0%AA%82%E0%AA%97%E0%AB%8B%20-%20%E0%AA%95%E0%AA%BF%E0%AA%82%E0%AA%B6%E0%AA%BE%E0%AA%B8%E0%AA%BE>,
        <http://lexvo.org/id/term/guz/Jamhuri%20ya%20Kidemokrasia%20ya%20Kongo>,
        <http://lexvo.org/id/term/hau/Jamhuriyar%20Dimokura%C9%97iyyar%20Kongo>,
        <http://lexvo.org/id/term/heb/%D7%A7%D7%95%D7%A0%D7%92%D7%95%20%5B%D7%94%D7%A8%D7%A4%D7%95%D7%91%D7%9C%D7%99%D7%A7%D7%94%20%D7%94%D7%93%D7%9E%D7%95%D7%A7%D7%A8%D7%98%D7%99%D7%AA%20%D7%A9%D7%9C%20%D7%A7%D7%95%D7%A0%D7%92%D7%95%5D>,
        <http://lexvo.org/id/term/heb/%D7%A7%D7%95%D7%A0%D7%92%D7%95%20-%20%D7%A7%D7%99%D7%A0%D7%A9%D7%90%D7%A1%D7%94>,
        <http://lexvo.org/id/term/hin/%E0%A4%95%E0%A5%8B%E0%A4%82%E0%A4%97%E0%A5%8B%20%5B%E0%A4%A1%E0%A5%80%E0%A4%86%E0%A4%B0%E0%A4%B8%E0%A5%80%5D>,
        <http://lexvo.org/id/term/hin/%E0%A4%95%E0%A5%8B%E0%A4%82%E0%A4%97%E0%A5%8B%20%E0%A4%9C%E0%A4%A8%E0%A4%A4%E0%A4%BE%E0%A4%82%E0%A4%A4%E0%A5%8D%E0%A4%B0%E0%A4%BF%E0%A4%95%20%E0%A4%97%E0%A4%A3%E0%A4%A4%E0%A4%82%E0%A4%A4%E0%A5%8D%E0%A4%B0>,
        <http://lexvo.org/id/term/hrv/Demokratska%20Republika%20Kongo>,
        <http://lexvo.org/id/term/hun/Kong%C3%B3%20%5BKDK%5D>,
        <http://lexvo.org/id/term/hun/Kong%C3%B3%20-%20Kinshasa>,
        <http://lexvo.org/id/term/ind/Kongo%20-%20Kinshasa>,
        <http://lexvo.org/id/term/ind/Kongo%20-%20Republik%20Demokratik>,
        <http://lexvo.org/id/term/isl/Kong%C3%B3%20%5Bl%C3%BD%C3%B0r%C3%A6%C3%B0islega%20l%C3%BD%C3%B0veldi%C3%B0%5D>,
        <http://lexvo.org/id/term/isl/Kong%C3%B3-Kinshasa>,
        <http://lexvo.org/id/term/ita/Congo%20-%20Kinshasa>,
        <http://lexvo.org/id/term/ita/Congo%20-%20RDC>,
        <http://lexvo.org/id/term/jgo/K%C9%94%CC%81%C5%8B%C9%A1%C9%94-Kinsh%C9%91%CC%81s%C9%91>,
        <http://lexvo.org/id/term/jmc/Jamhuri%20ya%20Kidemokrasia%20ya%20Kongo>,
        <http://lexvo.org/id/term/jpn/%E3%82%B3%E3%83%B3%E3%82%B4%E6%B0%91%E4%B8%BB%E5%85%B1%E5%92%8C%E5%9B%BD>,
        <http://lexvo.org/id/term/jpn/%E3%82%B3%E3%83%B3%E3%82%B4%E6%B0%91%E4%B8%BB%E5%85%B1%E5%92%8C%E5%9B%BD%5B%E3%82%AD%E3%83%B3%E3%82%B7%E3%83%A3%E3%82%B5%5D>,
        <http://lexvo.org/id/term/kab/Tigduda%20Tagdudant%20n%20Kungu>,
        <http://lexvo.org/id/term/kal/Kongo-Kinshasa>,
        <http://lexvo.org/id/term/kam/Jamhuri%20ya%20Kidemokrasia%20ya%20Kongo>,
        <http://lexvo.org/id/term/kan/%E0%B2%95%E0%B2%BE%E0%B2%82%E0%B2%97%E0%B3%8B%20-%20%E0%B2%95%E0%B2%BF%E0%B2%A8%E0%B3%8D%E0%B2%B6%E0%B2%BE%E0%B2%B8%E0%B2%BE>,
        <http://lexvo.org/id/term/kan/%E0%B2%95%E0%B3%8B%E0%B2%82%E0%B2%97%E0%B3%8B%20%5BDRC%5D>,
        <http://lexvo.org/id/term/kas/%DA%A9%D9%88%D9%86%D9%9B%DA%AF%D9%88%20%DA%A9%D9%90%D9%86%D8%B4%D8%A7%D8%B3%D8%A7>,
        <http://lexvo.org/id/term/kat/%E1%83%99%E1%83%9D%E1%83%9C%E1%83%92%E1%83%9D%20-%20%E1%83%99%E1%83%98%E1%83%9C%E1%83%A8%E1%83%90%E1%83%A1%E1%83%90>,
        <http://lexvo.org/id/term/kde/Jamuhuli%20ya%20Chidemoklasia%20ya%20kuKongo>,
        <http://lexvo.org/id/term/kea/Kongu%20-%20Kinxasa>,
        <http://lexvo.org/id/term/kea/Republika%20Dimokratika%20di%20Kongu>,
        <http://lexvo.org/id/term/khm/%E1%9E%80%E1%9E%BB%E1%9E%84%E1%9E%A0%E1%9F%92%E1%9E%82%E1%9F%84%20%5B%E1%9E%9F%E1%9E%B6%E1%9E%92%E1%9E%B6%E1%9E%9A%E1%9E%8E%E1%9E%9A%E1%9E%8A%E1%9F%92%E1%9E%8B%E2%80%8B%E1%9E%94%E1%9F%92%E1%9E%9A%E1%9E%87%E1%9E%B6%E1%9E%92%E1%9E%B7%E1%9E%94%E1%9E%8F%E1%9F%81%E1%9E%99%E1%9F%92%E1%9E%99%5D>,
        <http://lexvo.org/id/term/khm/%E1%9E%80%E1%9E%BB%E1%9E%84%E1%9E%A0%E1%9F%92%E1%9E%82%E1%9F%84-%20%E1%9E%82%E1%9E%B8%E1%9E%93%E1%9E%9F%E1%9F%92%E1%9E%A0%E1%9E%B6%E1%9E%9F%E1%9E%B6>,
        <http://lexvo.org/id/term/khq/Kongoo%20demookaratiki%20laboo>,
        <http://lexvo.org/id/term/kik/Jamhuri%20ya%20Kidemokrasia%20ya%20Kongo>,
        <http://lexvo.org/id/term/kln/Emetab%20Congo%20-%20Kinshasa>,
        <http://lexvo.org/id/term/kor/%EC%BD%A9%EA%B3%A0%EB%AF%BC%EC%A3%BC%EA%B3%B5%ED%99%94%EA%B5%AD>,
        <http://lexvo.org/id/term/kor/%EC%BD%A9%EA%B3%A0-%ED%82%A8%EC%83%A4%EC%82%AC>,
        <http://lexvo.org/id/term/ksb/Jamhuli%20ya%20Kidemoklasia%20ya%20Kongo>,
        <http://lexvo.org/id/term/ksf/k%C9%94ng%C3%B3%20any%C9%94%CC%81n>,
        <http://lexvo.org/id/term/ksh/d%C3%A4%20Konggo%20(Kinschasa)>,
        <http://lexvo.org/id/term/ksh/de%20Demmokraatesche%20Republik%20Konggo>,
        <http://lexvo.org/id/term/lag/Jamuh%C3%BAuri%20ya%20K%C9%A8demokuras%C3%ADa%20ya%20K%C3%B3ongo>,
        <http://lexvo.org/id/term/lao/%E0%BA%81%E0%BA%AD%E0%BA%87%E0%BB%82%E0%BA%81%5B%E0%BA%AA%E0%BA%B2%E0%BA%97%E0%BA%B2%E0%BA%A5%E0%BA%B0%E0%BA%99%E0%BA%B0%E0%BA%A5%E0%BA%B1%E0%BA%94%E0%BA%9B%E0%BA%B0%E0%BA%8A%E0%BA%B2%E0%BA%97%E0%BA%B4%E0%BA%9B%E0%BA%B0%E0%BB%84%E0%BA%95%5D>,
        <http://lexvo.org/id/term/lao/%E0%BA%81%E0%BA%AD%E0%BA%87%E0%BB%82%E0%BA%81-%E0%BA%81%E0%BA%B4%E0%BA%99%E0%BA%8A%E0%BA%B2%E0%BA%8A%E0%BB%88%E0%BA%B2>,
        <http://lexvo.org/id/term/lav/Kongo%20Demokr%C4%81tisk%C4%81%20Republika>,
        <http://lexvo.org/id/term/lav/Kongo-Kin%C5%A1asa>,
        <http://lexvo.org/id/term/lin/Kong%C3%B3-Kins%C3%A1s%C3%A1>,
        <http://lexvo.org/id/term/lin/Repibiki%20demokratiki%20ya%20Kong%C3%B3>,
        <http://lexvo.org/id/term/lit/Kongas%20(Demokratin%C4%97%20Respublika)>,
        <http://lexvo.org/id/term/lit/Kongas-Kin%C5%A1asa>,
        <http://lexvo.org/id/term/lub/Ditunga%20wa%20Kongu>,
        <http://lexvo.org/id/term/lug/Kongo%20-%20Zayire>,
        <http://lexvo.org/id/term/luo/Democratic%20Republic%20of%20the%20Congo>,
        <http://lexvo.org/id/term/luy/Jamhuri%20ya%20Kidemokrasia%20ya%20Kongo>,
        <http://lexvo.org/id/term/mal/%E0%B4%95%E0%B5%8B%E0%B4%82%E0%B4%97%E0%B5%8B%20%5BDRC%5D>,
        <http://lexvo.org/id/term/mal/%E0%B4%95%E0%B5%8B%E0%B4%82%E0%B4%97%E0%B5%8B%20-%20%E0%B4%95%E0%B4%BF%E0%B5%BB%E0%B4%B7%E0%B4%BE%E0%B4%B8>,
        <http://lexvo.org/id/term/mar/%E0%A4%95%E0%A4%BE%E0%A4%81%E0%A4%97%E0%A5%8B%20%5B%E0%A4%99%E0%A5%80%E0%A4%86%E0%A4%B0%E0%A4%B8%E0%A5%80%5D>,
        <http://lexvo.org/id/term/mar/%E0%A4%95%E0%A4%BE%E0%A4%81%E0%A4%97%E0%A5%8B%20-%20%E0%A4%95%E0%A4%BF%E0%A4%82%E0%A4%B6%E0%A4%BE%E0%A4%B8%E0%A4%BE>,
        <http://lexvo.org/id/term/mas/Jamhuri%20ya%20Kidemokrasia%20ya%20Kongo>,
        <http://lexvo.org/id/term/mer/Nth%C4%A9%20ya%20Kidemokras%C4%A9%20ya%20Kongo>,
        <http://lexvo.org/id/term/mfe/Repiblik%20demokratik%20Kongo>,
        <http://lexvo.org/id/term/mkd/%D0%9A%D0%BE%D0%BD%D0%B3%D0%BE%20%5B%D0%94%D0%B5%D0%BC%D0%BE%D0%BA%D1%80%D0%B0%D1%82%D1%81%D0%BA%D0%B0%20%D0%A0%D0%B5%D0%BF%D1%83%D0%B1%D0%BB%D0%B8%D0%BA%D0%B0%20%D0%9A%D0%BE%D0%BD%D0%B3%D0%BE%5D>,
        <http://lexvo.org/id/term/mkd/%D0%9A%D0%BE%D0%BD%D0%B3%D0%BE%20-%20%D0%9A%D0%B8%D0%BD%D1%88%D0%B0%D1%81%D0%B0>,
        <http://lexvo.org/id/term/mlg/Repoblikan'i%20Kongo>,
        <http://lexvo.org/id/term/mlt/Democratic%20Republic%20of%20the%20Congo>,
        <http://lexvo.org/id/term/mua/S%C7%9Dr%20Kongo%20ma%20dii%20ne%20zair>,
        <http://lexvo.org/id/term/naq/Democratic%20Republic%20of%20the%20Congo>,
        <http://lexvo.org/id/term/nde/Democratic%20Republic%20of%20the%20Congo>,
        <http://lexvo.org/id/term/nep/%E0%A4%95%E0%A4%99%E0%A5%8D%E0%A4%97%E0%A5%8B%20%5B%E0%A4%A1%E0%A5%80%E0%A4%86%E0%A4%B0%E0%A5%8D%E2%80%8C%E0%A4%B8%E0%A5%80%5D>,
        <http://lexvo.org/id/term/nep/%E0%A4%95%E0%A5%8B%E0%A4%99%E0%A5%8D%E0%A4%97%E0%A5%8B-%E0%A4%95%E0%A4%BF%E0%A4%A8%E0%A5%8D%E0%A4%B6%E0%A4%BE%E0%A4%B8%E0%A4%BE>,
        <http://lexvo.org/id/term/nld/Congo%20%5BDRC%5D>,
        <http://lexvo.org/id/term/nld/Congo-Kinshasa>,
        <http://lexvo.org/id/term/nmg/Kong%C3%B3%20Za%C3%AFre>,
        <http://lexvo.org/id/term/nno/Kongo-Kinshasa>,
        <http://lexvo.org/id/term/nob/Den%20demokratiske%20republikken%20Kongo>,
        <http://lexvo.org/id/term/nob/Kongo-Kinshasa>,
        <http://lexvo.org/id/term/nyn/Demokoratika%20Ripaaburika%20ya%20Kongo>,
        <http://lexvo.org/id/term/ori/%E0%AC%95%E0%AC%99%E0%AD%8D%E0%AC%97%E0%AD%8B-%E0%AC%95%E0%AC%BF%E0%AC%A8%E0%AC%B8%E0%AC%BE%E0%AC%B8%E0%AC%BE>,
        <http://lexvo.org/id/term/pol/Demokratyczna%20Republika%20Konga>,
        <http://lexvo.org/id/term/por/Congo-Kinshasa>,
        <http://lexvo.org/id/term/por/Rep%C3%BAblica%20Democr%C3%A1tica%20do%20Congo>,
        <http://lexvo.org/id/term/rof/Jamhuri%20ya%20Kidemokrasia%20ya%20Kongo>,
        <http://lexvo.org/id/term/roh/Republica%20Democratica%20dal%20Congo>,
        <http://lexvo.org/id/term/ron/Congo%20%5BRDC%5D>,
        <http://lexvo.org/id/term/ron/Republica%20Democrat%C4%83%20Congo>,
        <http://lexvo.org/id/term/run/Repubulika%20Iharanira%20Demokarasi%20ya%20Kongo>,
        <http://lexvo.org/id/term/rus/%D0%94%D0%B5%D0%BC%D0%BE%D0%BA%D1%80%D0%B0%D1%82%D0%B8%D1%87%D0%B5%D1%81%D0%BA%D0%B0%D1%8F%20%D0%A0%D0%B5%D1%81%D0%BF%D1%83%D0%B1%D0%BB%D0%B8%D0%BA%D0%B0%20%D0%9A%D0%BE%D0%BD%D0%B3%D0%BE>,
        <http://lexvo.org/id/term/rus/%D0%9A%D0%BE%D0%BD%D0%B3%D0%BE%20(%D0%94%D0%A0%D0%9A)>,
        <http://lexvo.org/id/term/rwk/Jamhuri%20ya%20Kidemokrasia%20ya%20Kongo>,
        <http://lexvo.org/id/term/sag/K%C3%B6d%C3%B6r%C3%B6s%C3%AAse%20t%C3%AE%20Ngunuhal%C3%ABzo%20t%C3%AE%20kong%C3%B6>,
        <http://lexvo.org/id/term/saq/Jamhuri%20ya%20Kidemokrasia%20ya%20Kongo>,
        <http://lexvo.org/id/term/sbp/Jamuhuli%20ya%20Kidemokilasiya%20ya%20Kongo>,
        <http://lexvo.org/id/term/seh/Congo-Kinshasa>,
        <http://lexvo.org/id/term/ses/Kongoo%20demookaratiki%20laboo>,
        <http://lexvo.org/id/term/shi-Latn/tagdudant%20tadimukratit%20n%20Kongo>,
        <http://lexvo.org/id/term/shi/%E2%B5%9C%E2%B4%B0%E2%B4%B3%E2%B4%B7%E2%B5%93%E2%B4%B7%E2%B4%B0%E2%B5%8F%E2%B5%9C%20%E2%B5%9C%E2%B4%B0%E2%B4%B7%E2%B5%89%E2%B5%8E%E2%B5%93%E2%B5%87%E2%B5%94%E2%B4%B0%E2%B5%9C%E2%B5%89%E2%B5%9C%20%E2%B5%8F%20%E2%B4%BD%E2%B5%93%E2%B5%8F%E2%B4%B3%E2%B5%93>,
        <http://lexvo.org/id/term/sin/%E0%B6%9A%E0%B7%9C%E0%B6%82%E0%B6%9C%E0%B7%9C%20-%20%E0%B6%B1%E0%B7%92%E0%B6%B1%E0%B7%8A%E0%B7%81%E0%B7%8F%E0%B7%83%E0%B7%8F>,
        <http://lexvo.org/id/term/sin/%E0%B6%9A%E0%B7%9C%E0%B6%B1%E0%B7%8A%E0%B6%9C%E0%B7%9D%E0%B7%80>,
        <http://lexvo.org/id/term/slk/Kon%C5%BEsk%C3%A1%20demokratick%C3%A1%20republika>,
        <http://lexvo.org/id/term/slk/Kongo%20%5BDRK%5D>,
        <http://lexvo.org/id/term/slv/Demokrati%C4%8Dna%20republika%20Kongo>,
        <http://lexvo.org/id/term/slv/Kongo%20%5BDemokrati%C4%8Dna%20republika%20Kongo%5D>,
        <http://lexvo.org/id/term/sme/Kongo-Kinshasa>,
        <http://lexvo.org/id/term/sna/Democratic%20Republic%20of%20the%20Congo>,
        <http://lexvo.org/id/term/som/Jamhuuriyadda%20Dimuquraadiga%20Kongo>,
        <http://lexvo.org/id/term/spa/Congo%20%5BRep%C3%BAblica%20Democr%C3%A1tica%20del%20Congo%5D>,
        <http://lexvo.org/id/term/spa/Rep%C3%BAblica%20Democr%C3%A1tica%20del%20Congo>,
        <http://lexvo.org/id/term/srp-Latn/Demokratska%20Republika%20Kongo>,
        <http://lexvo.org/id/term/srp-Latn/Kongo%20%5BDRC%5D>,
        <http://lexvo.org/id/term/srp/%D0%9A%D0%BE%D0%BD%D0%B3%D0%BE%20%5B%D0%94%D0%A0%D0%9A%5D>,
        <http://lexvo.org/id/term/srp/%D0%9A%D0%BE%D0%BD%D0%B3%D0%BE%20-%20%D0%9A%D0%B8%D0%BD%D1%88%D0%B0%D1%81%D0%B0>,
        <http://lexvo.org/id/term/swc/Jamhuri%20ya%20Kidemokrasia%20ya%20Kongo>,
        <http://lexvo.org/id/term/swe/Kongo-Kinshasa>,
        <http://lexvo.org/id/term/swh/Jamhuri%20ya%20Kidemokrasia%20ya%20Kongo>,
        <http://lexvo.org/id/term/swh/Kongo%20%5BJamhuri%20ya%20Kidemokrasia%5D>,
        <http://lexvo.org/id/term/tam/%E0%AE%95%E0%AE%BE%E0%AE%99%E0%AF%8D%E0%AE%95%E0%AF%8B%20%5B%E0%AE%9F%E0%AE%BF%E0%AE%9A%E0%AE%BF%E0%AE%86%E0%AE%B0%E0%AF%8D%5D>,
        <http://lexvo.org/id/term/tam/%E0%AE%95%E0%AE%BE%E0%AE%99%E0%AF%8D%E0%AE%95%E0%AF%8B%20-%20%E0%AE%95%E0%AE%BF%E0%AE%A9%E0%AF%8D%E0%AE%B7%E0%AE%BE%E0%AE%9A%E0%AE%BE>,
        <http://lexvo.org/id/term/tel/%E0%B0%95%E0%B0%BE%E0%B0%82%E0%B0%97%E0%B1%8B%5B%E0%B0%A1%E0%B0%BF%20%E0%B0%86%E0%B0%B0%E0%B1%8D%20%E0%B0%B8%E0%B0%BF%5D>,
        <http://lexvo.org/id/term/tel/%E0%B0%95%E0%B0%BE%E0%B0%82%E0%B0%97%E0%B1%8B-%20%E0%B0%95%E0%B0%BF%E0%B0%A8%E0%B1%8D%E0%B0%B7%E0%B0%BE%E0%B0%B8%E0%B0%BE>,
        <http://lexvo.org/id/term/teo/Jamhuri%20ya%20Kidemokrasia%20ya%20Kongo>,
        <http://lexvo.org/id/term/tha/%E0%B8%84%E0%B8%AD%E0%B8%87%E0%B9%82%E0%B8%81%20%5B%E0%B8%AA%E0%B8%B2%E0%B8%98%E0%B8%B2%E0%B8%A3%E0%B8%93%E0%B8%A3%E0%B8%B1%E0%B8%90%E0%B8%9B%E0%B8%A3%E0%B8%B0%E0%B8%8A%E0%B8%B2%E0%B8%98%E0%B8%B4%E0%B8%9B%E0%B9%84%E0%B8%95%E0%B8%A2%5D>,
        <http://lexvo.org/id/term/tha/%E0%B8%84%E0%B8%AD%E0%B8%87%E0%B9%82%E0%B8%81-%E0%B8%81%E0%B8%B4%E0%B8%99%E0%B8%8A%E0%B8%B2%E0%B8%8B%E0%B8%B2>,
        <http://lexvo.org/id/term/tig/%E1%8A%AE%E1%8A%95%E1%8C%8E>,
        <http://lexvo.org/id/term/tir/%E1%8A%AE%E1%8A%95%E1%8C%8E>,
        <http://lexvo.org/id/term/ton/Kongo%20%5BDRC%5D>,
        <http://lexvo.org/id/term/ton/Kongo%20-%20Kinisasa>,
        <http://lexvo.org/id/term/tur/Demokratik%20Kongo%20Cumhuriyeti>,
        <http://lexvo.org/id/term/tur/Kongo%20-%20Kin%C5%9Fasa>,
        <http://lexvo.org/id/term/twq/Kongoo%20demookaratiki%20laboo>,
        <http://lexvo.org/id/term/tzm/Tagduda%20Tadimuqra%E1%B9%ADit%20n%20Kungu>,
        <http://lexvo.org/id/term/ukr/%D0%9A%D0%BE%D0%BD%D2%91%D0%BE%20%5B%D0%94%D0%A0%D0%9A%5D>,
        <http://lexvo.org/id/term/ukr/%D0%9A%D0%BE%D0%BD%D2%91%D0%BE%20-%20%D0%9A%D1%96%D0%BD%D1%88%D0%B0%D1%81%D0%B0>,
        <http://lexvo.org/id/term/urd/%DA%A9%D8%A7%D9%86%DA%AF%D9%88%20%5BDRC%5D>,
        <http://lexvo.org/id/term/urd/%DA%A9%D8%A7%D9%86%DA%AF%D9%88%20-%20%DA%A9%D9%86%D8%B4%D8%A7%D8%B3%D8%A7>,
        <http://lexvo.org/id/term/vai-Latn/Avorekoo>,
        <http://lexvo.org/id/term/vai/%EA%96%8F%EA%96%90%20%EA%97%B5%EA%97%9E%EA%96%B4%EA%95%9F%EA%94%8E%20%EA%95%B8%EA%96%83%EA%94%80>,
        <http://lexvo.org/id/term/vie/C%E1%BB%99ng%20h%C3%B2a%20D%C3%A2n%20ch%E1%BB%A7%20C%C3%B4ng-g%C3%B4>,
        <http://lexvo.org/id/term/vie/Congo%20-%20Kinshasa>,
        <http://lexvo.org/id/term/vun/Jamhuri%20ya%20Kidemokrasia%20ya%20Kongo>,
        <http://lexvo.org/id/term/wae/Kongo%20%5BDemokrati%C5%A1i%20Rebublik%5D>,
        <http://lexvo.org/id/term/wae/Kongo-Kinshasa>,
        <http://lexvo.org/id/term/wal/%E1%8A%AE%E1%8A%95%E1%8C%8E>,
        <http://lexvo.org/id/term/xog/Kongo%20-%20Zayire>,
        <http://lexvo.org/id/term/yav/kit%C9%94%C5%8B%20k%C3%AD%20kong%C3%B3>,
        <http://lexvo.org/id/term/yor/Oril%E1%BA%B9%CC%81%C3%A8de%20K%C3%B3ng%C3%B2>,
        <http://lexvo.org/id/term/zsm/Congo%20%5BDRC%5D>,
        <http://lexvo.org/id/term/zsm/Congo%20-%20Kinshasa>,
        <http://lexvo.org/id/term/zul/e-Congo%20%5BDRC%5D>,
        <http://lexvo.org/id/term/zul/e-Congo%20-%20Kinshasa> ;
    owl:sameAs <http://psi.oasis-open.org/iso/3166/#180>,
        <http://sws.geonames.org/203312/> .

<http://lexvo.org/id/iso3166/CF> a lvont:GeographicRegion ;
    rdfs:label "Sentraal-Afrikaanse Republiek"@af,
        "Sɛnta Afɨlekan Lèkpobèlè"@agq,
        "Afrika Finimfin Man"@ak,
        "የመካከለኛው አፍሪካ ሪፐብሊክ"@am,
        "جمهورية أفريقيا الوسطى"@ar,
        "Jamhuri ya Afrika ya Kati"@asa,
        "República Centroafricana"@ast,
        "Orta Afrika respublikası"@az,
        "Ŋ̀ɛm Afrīkà"@bas,
        "Цэнтральна-Афрыканская Рэспубліка"@be,
        "Ijamhuri ya Afrika ya Pagati"@bez,
        "Централноафриканска Република"@bg,
        "Santarafiriki"@bm,
        "মধ্য আফ্রিকান প্রজাতন্ত্র"@bn,
        "Republik Kreizafrikan"@br,
        "सेंट्रल अफ्रीकन रिपब्लिक"@brx,
        "Centralno Afrička Republika"@bs,
        "Централно Афричка Република"@bs-Cyrl,
        "የመካከለኛው አፍሪካ ሪፐብሊክ"@byn,
        "República Centreafricana"@ca,
        "Eihanga rya Rwagati ya Afirika"@cgg,
        "ᎬᎿᎨᏍᏛ ᎠᏰᏟ ᏍᎦᏚᎩ"@chr,
        "中非共和国"@cmn,
        "中非共和國"@cmn-Hant,
        "Středoafrická republika"@cs,
        "Gweriniaeth Canol Affrica"@cy,
        "Centralafrikanske Republik"@da,
        "Jamhuri ya Afrika ya Kati"@dav,
        "Zentralafrikanische Republik"@de,
        "Centraafriki koyra"@dje,
        "སེན་ཊལ་ ཨཕ་རི་ཀཱན་ རི་པབ་ལིཀ"@dz,
        "Jamhuri ya Afrika ya Kati"@ebu,
        "Titina Afrika repɔblik nutome"@ee,
        "Κεντροαφρικανική Δημοκρατία"@el,
        "Central African Republic"@en,
        "ISO 3166-1:CF"@en,
        "𐐝𐐯𐑌𐐻𐑉𐐲𐑊 𐐈𐑁𐑉𐐲𐐿𐐲𐑌 𐐡𐐨𐐹𐐲𐐺𐑊𐐮𐐿"@en-Dsrt,
        "Centr-Afrika Respubliko"@eo,
        "República Centroafricana"@es,
        "Kesk-Aafrika Vabariik"@et,
        "Afrika Erdiko Errepublika"@eu,
        "ǹnam Zǎŋ Afiriká"@ewo,
        "افریقای مرکزی"@fa,
        "جمهوری افریقای مرکزی"@fa,
        "Ndenndaandi Santarafrik"@ff,
        "Keski-Afrikan tasavalta"@fi,
        "Central African Republic"@fil,
        "Miðafrikalýðveldið"@fo,
        "République centrafricaine"@fr,
        "Republiche centri africane"@fur,
        "Poblacht na hAfraice Láir"@ga,
        "Poblachd Meadhan Afraga"@gd,
        "República Africana Central"@gl,
        "Zentraalafrikaanischi Republik"@gsw,
        "સેંટ્રલ આફ્રિકન રીપબ્લિક"@gu,
        "Jamhuri ya Afrika ya Kati"@guz,
        "Jamhuriyar Afirka Ta Tsakiya"@ha,
        "הרפובליקה של מרכז אפריקה"@he,
        "सेंट्रल अफ्रीकन रिपब्लिक"@hi,
        "Srednjoafrička Republika"@hr,
        "Közép-afrikai Köztársaság"@hu,
        "Կենտրոնական Աֆրիկյան Հանրապետություն"@hy,
        "Republica African Central"@ia,
        "Republik Afrika Tengah"@id,
        "Mið-Afríkulýðveldið"@is,
        "Repubblica Centrafricana"@it,
        "中央アフリカ共和国"@ja,
        "Jamhuri ya Afrika ya Kati"@jmc,
        "ცენტრალური აფრიკის რესპუბლიკა"@ka,
        "Tigduda n Tefriqt Talemmast"@kab,
        "Jamhuri ya Afrika ya Kati"@kam,
        "Jamuhuli ya Afilika ya Paching'ati"@kde,
        "Republika Sentru-Afrikanu"@kea,
        "Centraafriki koyra"@khq,
        "Jamhuri ya Afrika ya Kati"@ki,
        "Emetab Afrika nebo Kwen"@kln,
        "សាធារណរដ្ឋអាហ្វ្រិកកណ្ដាល"@km,
        "ಮಧ್ಯ ಆಫ್ರಿಕಾ ಗಣರಾಜ್ಯ"@kn,
        "중앙 아프리카 공화국"@ko,
        "مرکٔزی اَفریٖکی جموٗریَت"@ks,
        "Jamhuli ya Afrika ya Gati"@ksb,
        "santrafrík"@ksf,
        "de Zäntraalaffrikaanesche Republik"@ksh,
        "Juhúuri ya Afɨrɨka ya katɨ katɨ"@lag,
        "Lipubulika eya Senturafiriki"@lg,
        "Repibiki ya Afríka ya Káti"@ln,
        "ສາທາລະນະລັດອັບຟຼິກກາກາງ"@lo,
        "Centrinės Afrikos Respublika"@lt,
        "Ditunga dya Afrika wa munkatshi"@lu,
        "Central African Republic"@luo,
        "Jamhuri ya Afrika ya Kati"@luy,
        "Centrālāfrikas Republika"@lv,
        "Jamhuri ya Afrika ya Kati"@mas,
        "Nthĩ ya Afrika gatĩgatĩ"@mer,
        "Repiblik Lafrik Santral"@mfe,
        "Repoblika Ivon'Afrika"@mg,
        "Централна Африканска Република"@mk,
        "സെൻട്രൽ ആഫ്രിക്കൻ റിപ്പബ്ലിക്"@ml,
        "केंद्रीय अफ्रिकी प्रजासत्ताक"@mr,
        "Repubblika Afrikana Ċentrali"@mt,
        "centrafrika"@mua,
        "အလယ်ပိုင်း အာဖရိက ပြည်ထောင်စု"@my,
        "Central African Republiki"@naq,
        "Den sentralafrikanske republikk"@nb,
        "Central African Republic"@nd,
        "केन्द्रीय अफ्रिकी गणतन्त्र"@ne,
        "Centraal-Afrikaanse Republiek"@nl,
        "Sentrafríka"@nmg,
        "Den sentralafrikanske republikken"@nn,
        "Cɛntrɔl aprika repuɔblic"@nus,
        "Eihanga rya Rwagati ya Afirika"@nyn,
        "ମଧ୍ୟ ଆଫ୍ରିକୀୟ ଗଣତନ୍ତ୍ର"@or,
        "Republika Środkowoafrykańska"@pl,
        "República Centro-Africana"@pt,
        "Republica Centralafricana"@rm,
        "Repubulika ya Santarafurika"@rn,
        "Republica Centrafricană"@ro,
        "Jamhuri ya Afrika ya Kati"@rof,
        "ЦАР"@ru,
        "Jamhuri ya Afrika ya Kati"@rwk,
        "Jamhuri ya Afrika ya Kati"@saq,
        "Jamuhuli ya Afilika ya Pakhati"@sbp,
        "Gaska-Afrihká dásseváldi"@se,
        "República Centro-Africana"@seh,
        "Centraafriki koyra"@ses,
        "Ködörösêse tî Bêafrîka"@sg,
        "ⵜⴰⴳⴷⵓⴷⴰⵏⵜ ⵜⴰⵏⴰⵎⵎⴰⵙⵜ ⵏ ⵉⴼⵔⵉⵇⵢⴰ"@shi,
        "tagdudant tanammast n ifriqya"@shi-Latn,
        "මධ්‍යම අප්‍රිකානු ජනරජය"@si,
        "Stredoafrická republika"@sk,
        "Centralnoafriška republika"@sl,
        "Central African Republic"@sn,
        "Jamhuuriyadda Afrikada Dhexe"@so,
        "Republika Qendrore e Afrikës"@sq,
        "Централно Афричка Република"@sr,
        "Centralno Afrička Republika"@sr-Latn,
        "Centralafrikanska republiken"@sv,
        "Jamhuri ya Afrika ya Kati"@swc,
        "Jamhuri ya Afrika ya Kati"@swh,
        "மத்திய ஆப்ரிக்கக் குடியரசு"@ta,
        "మధ్యమ ఆఫ్రికా రిపబ్లిక్"@te,
        "Jamhuri ya Afrika ya Kati"@teo,
        "สาธารณรัฐแอฟริกากลาง"@th,
        "የመካከለኛው አፍሪካ ሪፐብሊክ"@ti,
        "የመካከለኛው አፍሪካ ሪፐብሊክ"@tig,
        "Lipapilika ʻAfilika Lotoloto"@to,
        "Orta Afrika Cumhuriyeti"@tr,
        "Centraafriki koyra"@twq,
        "Tagduda n Afrika Wammas"@tzm,
        "Центральноафриканська Республіка"@uk,
        "وسط افریقی جمہوریہ"@ur,
        "ꕉꔱꔸꕪ ꗳ ꗳ ꕸꖃꔀ"@vai,
        "Áfíríka Lumaã Tɛ Boloe"@vai-Latn,
        "Cộng hòa Trung Phi"@vi,
        "Jamhuri ya Afrika ya Kati"@vun,
        "Zentralafrikaniši Rebublik"@wae,
        "የመካከለኛው አፍሪካ ሪፐብሊክ"@wal,
        "Lipabulika ya Senturafiriki"@xog,
        "Santalafilíik"@yav,
        "Orílẹ́ède Àrin gùngun Áfíríkà"@yo,
        "Republik Afrika Tengah"@zsm,
        "i-Central African Republic"@zu ;
    lvont:label <http://lexvo.org/id/term/afr/Sentraal-Afrikaanse%20Republiek>,
        <http://lexvo.org/id/term/agq/S%C9%9Bnta%20Af%C9%A8lekan%20L%C3%A8kpob%C3%A8l%C3%A8>,
        <http://lexvo.org/id/term/aka/Afrika%20Finimfin%20Man>,
        <http://lexvo.org/id/term/amh/%E1%8B%A8%E1%88%98%E1%8A%AB%E1%8A%A8%E1%88%88%E1%8A%9B%E1%8B%8D%20%E1%8A%A0%E1%8D%8D%E1%88%AA%E1%8A%AB%20%E1%88%AA%E1%8D%90%E1%89%A5%E1%88%8A%E1%8A%AD>,
        <http://lexvo.org/id/term/ara/%D8%AC%D9%85%D9%87%D9%88%D8%B1%D9%8A%D8%A9%20%D8%A3%D9%81%D8%B1%D9%8A%D9%82%D9%8A%D8%A7%20%D8%A7%D9%84%D9%88%D8%B3%D8%B7%D9%89>,
        <http://lexvo.org/id/term/asa/Jamhuri%20ya%20Afrika%20ya%20Kati>,
        <http://lexvo.org/id/term/ast/Rep%C3%BAblica%20Centroafricana>,
        <http://lexvo.org/id/term/aze/Orta%20Afrika%20respublikas%C4%B1>,
        <http://lexvo.org/id/term/bam/Santarafiriki>,
        <http://lexvo.org/id/term/bas/%C5%8A%CC%80%C9%9Bm%20Afr%C4%ABk%C3%A0>,
        <http://lexvo.org/id/term/bel/%D0%A6%D1%8D%D0%BD%D1%82%D1%80%D0%B0%D0%BB%D1%8C%D0%BD%D0%B0-%D0%90%D1%84%D1%80%D1%8B%D0%BA%D0%B0%D0%BD%D1%81%D0%BA%D0%B0%D1%8F%20%D0%A0%D1%8D%D1%81%D0%BF%D1%83%D0%B1%D0%BB%D1%96%D0%BA%D0%B0>,
        <http://lexvo.org/id/term/ben/%E0%A6%AE%E0%A6%A7%E0%A7%8D%E0%A6%AF%20%E0%A6%86%E0%A6%AB%E0%A7%8D%E0%A6%B0%E0%A6%BF%E0%A6%95%E0%A6%BE%E0%A6%A8%20%E0%A6%AA%E0%A7%8D%E0%A6%B0%E0%A6%9C%E0%A6%BE%E0%A6%A4%E0%A6%A8%E0%A7%8D%E0%A6%A4%E0%A7%8D%E0%A6%B0>,
        <http://lexvo.org/id/term/bez/Ijamhuri%20ya%20Afrika%20ya%20Pagati>,
        <http://lexvo.org/id/term/bos-Cyrl/%D0%A6%D0%B5%D0%BD%D1%82%D1%80%D0%B0%D0%BB%D0%BD%D0%BE%20%D0%90%D1%84%D1%80%D0%B8%D1%87%D0%BA%D0%B0%20%D0%A0%D0%B5%D0%BF%D1%83%D0%B1%D0%BB%D0%B8%D0%BA%D0%B0>,
        <http://lexvo.org/id/term/bos/Centralno%20Afri%C4%8Dka%20Republika>,
        <http://lexvo.org/id/term/bre/Republik%20Kreizafrikan>,
        <http://lexvo.org/id/term/brx/%E0%A4%B8%E0%A5%87%E0%A4%82%E0%A4%9F%E0%A5%8D%E0%A4%B0%E0%A4%B2%20%E0%A4%85%E0%A4%AB%E0%A5%8D%E0%A4%B0%E0%A5%80%E0%A4%95%E0%A4%A8%20%E0%A4%B0%E0%A4%BF%E0%A4%AA%E0%A4%AC%E0%A5%8D%E0%A4%B2%E0%A4%BF%E0%A4%95>,
        <http://lexvo.org/id/term/bul/%D0%A6%D0%B5%D0%BD%D1%82%D1%80%D0%B0%D0%BB%D0%BD%D0%BE%D0%B0%D1%84%D1%80%D0%B8%D0%BA%D0%B0%D0%BD%D1%81%D0%BA%D0%B0%20%D0%A0%D0%B5%D0%BF%D1%83%D0%B1%D0%BB%D0%B8%D0%BA%D0%B0>,
        <http://lexvo.org/id/term/byn/%E1%8B%A8%E1%88%98%E1%8A%AB%E1%8A%A8%E1%88%88%E1%8A%9B%E1%8B%8D%20%E1%8A%A0%E1%8D%8D%E1%88%AA%E1%8A%AB%20%E1%88%AA%E1%8D%90%E1%89%A5%E1%88%8A%E1%8A%AD>,
        <http://lexvo.org/id/term/cat/Rep%C3%BAblica%20Centreafricana>,
        <http://lexvo.org/id/term/ces/St%C5%99edoafrick%C3%A1%20republika>,
        <http://lexvo.org/id/term/cgg/Eihanga%20rya%20Rwagati%20ya%20Afirika>,
        <http://lexvo.org/id/term/chr/%E1%8E%AC%E1%8E%BF%E1%8E%A8%E1%8F%8D%E1%8F%9B%20%E1%8E%A0%E1%8F%B0%E1%8F%9F%20%E1%8F%8D%E1%8E%A6%E1%8F%9A%E1%8E%A9>,
        <http://lexvo.org/id/term/cmn-Hant/%E4%B8%AD%E9%9D%9E%E5%85%B1%E5%92%8C%E5%9C%8B>,
        <http://lexvo.org/id/term/cmn/%E4%B8%AD%E9%9D%9E%E5%85%B1%E5%92%8C%E5%9B%BD>,
        <http://lexvo.org/id/term/cym/Gweriniaeth%20Canol%20Affrica>,
        <http://lexvo.org/id/term/dan/Centralafrikanske%20Republik>,
        <http://lexvo.org/id/term/dav/Jamhuri%20ya%20Afrika%20ya%20Kati>,
        <http://lexvo.org/id/term/deu/Zentralafrikanische%20Republik>,
        <http://lexvo.org/id/term/dje/Centraafriki%20koyra>,
        <http://lexvo.org/id/term/dzo/%E0%BD%A6%E0%BD%BA%E0%BD%93%E0%BC%8B%E0%BD%8A%E0%BD%A3%E0%BC%8B%20%E0%BD%A8%E0%BD%95%E0%BC%8B%E0%BD%A2%E0%BD%B2%E0%BC%8B%E0%BD%80%E0%BD%B1%E0%BD%93%E0%BC%8B%20%E0%BD%A2%E0%BD%B2%E0%BC%8B%E0%BD%94%E0%BD%96%E0%BC%8B%E0%BD%A3%E0%BD%B2%E0%BD%80>,
        <http://lexvo.org/id/term/ebu/Jamhuri%20ya%20Afrika%20ya%20Kati>,
        <http://lexvo.org/id/term/ell/%CE%9A%CE%B5%CE%BD%CF%84%CF%81%CE%BF%CE%B1%CF%86%CF%81%CE%B9%CE%BA%CE%B1%CE%BD%CE%B9%CE%BA%CE%AE%20%CE%94%CE%B7%CE%BC%CE%BF%CE%BA%CF%81%CE%B1%CF%84%CE%AF%CE%B1>,
        <http://lexvo.org/id/term/eng-Dsrt/%F0%90%90%9D%F0%90%90%AF%F0%90%91%8C%F0%90%90%BB%F0%90%91%89%F0%90%90%B2%F0%90%91%8A%20%F0%90%90%88%F0%90%91%81%F0%90%91%89%F0%90%90%B2%F0%90%90%BF%F0%90%90%B2%F0%90%91%8C%20%F0%90%90%A1%F0%90%90%A8%F0%90%90%B9%F0%90%90%B2%F0%90%90%BA%F0%90%91%8A%F0%90%90%AE%F0%90%90%BF>,
        <http://lexvo.org/id/term/eng/Central%20African%20Republic>,
        <http://lexvo.org/id/term/eng/ISO%203166-1%3ACF>,
        <http://lexvo.org/id/term/epo/Centr-Afrika%20Respubliko>,
        <http://lexvo.org/id/term/est/Kesk-Aafrika%20Vabariik>,
        <http://lexvo.org/id/term/eus/Afrika%20Erdiko%20Errepublika>,
        <http://lexvo.org/id/term/ewe/Titina%20Afrika%20rep%C9%94blik%20nutome>,
        <http://lexvo.org/id/term/ewo/%C7%B9nam%20Z%C7%8E%C5%8B%20Afirik%C3%A1>,
        <http://lexvo.org/id/term/fao/Mi%C3%B0afrikal%C3%BD%C3%B0veldi%C3%B0>,
        <http://lexvo.org/id/term/fas/%D8%A7%D9%81%D8%B1%DB%8C%D9%82%D8%A7%DB%8C%20%D9%85%D8%B1%DA%A9%D8%B2%DB%8C>,
        <http://lexvo.org/id/term/fas/%D8%AC%D9%85%D9%87%D9%88%D8%B1%DB%8C%20%D8%A7%D9%81%D8%B1%DB%8C%D9%82%D8%A7%DB%8C%20%D9%85%D8%B1%DA%A9%D8%B2%DB%8C>,
        <http://lexvo.org/id/term/fil/Central%20African%20Republic>,
        <http://lexvo.org/id/term/fin/Keski-Afrikan%20tasavalta>,
        <http://lexvo.org/id/term/fra/R%C3%A9publique%20centrafricaine>,
        <http://lexvo.org/id/term/ful/Ndenndaandi%20Santarafrik>,
        <http://lexvo.org/id/term/fur/Republiche%20centri%20africane>,
        <http://lexvo.org/id/term/gla/Poblachd%20Meadhan%20Afraga>,
        <http://lexvo.org/id/term/gle/Poblacht%20na%20hAfraice%20L%C3%A1ir>,
        <http://lexvo.org/id/term/glg/Rep%C3%BAblica%20Africana%20Central>,
        <http://lexvo.org/id/term/gsw/Zentraalafrikaanischi%20Republik>,
        <http://lexvo.org/id/term/guj/%E0%AA%B8%E0%AB%87%E0%AA%82%E0%AA%9F%E0%AB%8D%E0%AA%B0%E0%AA%B2%20%E0%AA%86%E0%AA%AB%E0%AB%8D%E0%AA%B0%E0%AA%BF%E0%AA%95%E0%AA%A8%20%E0%AA%B0%E0%AB%80%E0%AA%AA%E0%AA%AC%E0%AB%8D%E0%AA%B2%E0%AA%BF%E0%AA%95>,
        <http://lexvo.org/id/term/guz/Jamhuri%20ya%20Afrika%20ya%20Kati>,
        <http://lexvo.org/id/term/hau/Jamhuriyar%20Afirka%20Ta%20Tsakiya>,
        <http://lexvo.org/id/term/heb/%D7%94%D7%A8%D7%A4%D7%95%D7%91%D7%9C%D7%99%D7%A7%D7%94%20%D7%A9%D7%9C%20%D7%9E%D7%A8%D7%9B%D7%96%20%D7%90%D7%A4%D7%A8%D7%99%D7%A7%D7%94>,
        <http://lexvo.org/id/term/hin/%E0%A4%B8%E0%A5%87%E0%A4%82%E0%A4%9F%E0%A5%8D%E0%A4%B0%E0%A4%B2%20%E0%A4%85%E0%A4%AB%E0%A5%8D%E0%A4%B0%E0%A5%80%E0%A4%95%E0%A4%A8%20%E0%A4%B0%E0%A4%BF%E0%A4%AA%E0%A4%AC%E0%A5%8D%E0%A4%B2%E0%A4%BF%E0%A4%95>,
        <http://lexvo.org/id/term/hrv/Srednjoafri%C4%8Dka%20Republika>,
        <http://lexvo.org/id/term/hun/K%C3%B6z%C3%A9p-afrikai%20K%C3%B6zt%C3%A1rsas%C3%A1g>,
        <http://lexvo.org/id/term/hye/%D4%BF%D5%A5%D5%B6%D5%BF%D6%80%D5%B8%D5%B6%D5%A1%D5%AF%D5%A1%D5%B6%20%D4%B1%D6%86%D6%80%D5%AB%D5%AF%D5%B5%D5%A1%D5%B6%20%D5%80%D5%A1%D5%B6%D6%80%D5%A1%D5%BA%D5%A5%D5%BF%D5%B8%D6%82%D5%A9%D5%B5%D5%B8%D6%82%D5%B6>,
        <http://lexvo.org/id/term/ina/Republica%20African%20Central>,
        <http://lexvo.org/id/term/ind/Republik%20Afrika%20Tengah>,
        <http://lexvo.org/id/term/isl/Mi%C3%B0-Afr%C3%ADkul%C3%BD%C3%B0veldi%C3%B0>,
        <http://lexvo.org/id/term/ita/Repubblica%20Centrafricana>,
        <http://lexvo.org/id/term/jmc/Jamhuri%20ya%20Afrika%20ya%20Kati>,
        <http://lexvo.org/id/term/jpn/%E4%B8%AD%E5%A4%AE%E3%82%A2%E3%83%95%E3%83%AA%E3%82%AB%E5%85%B1%E5%92%8C%E5%9B%BD>,
        <http://lexvo.org/id/term/kab/Tigduda%20n%20Tefriqt%20Talemmast>,
        <http://lexvo.org/id/term/kam/Jamhuri%20ya%20Afrika%20ya%20Kati>,
        <http://lexvo.org/id/term/kan/%E0%B2%AE%E0%B2%A7%E0%B3%8D%E0%B2%AF%20%E0%B2%86%E0%B2%AB%E0%B3%8D%E0%B2%B0%E0%B2%BF%E0%B2%95%E0%B2%BE%20%E0%B2%97%E0%B2%A3%E0%B2%B0%E0%B2%BE%E0%B2%9C%E0%B3%8D%E0%B2%AF>,
        <http://lexvo.org/id/term/kas/%D9%85%D8%B1%DA%A9%D9%94%D8%B2%DB%8C%20%D8%A7%D9%8E%D9%81%D8%B1%DB%8C%D9%96%DA%A9%DB%8C%20%D8%AC%D9%85%D9%88%D9%97%D8%B1%DB%8C%D9%8E%D8%AA>,
        <http://lexvo.org/id/term/kat/%E1%83%AA%E1%83%94%E1%83%9C%E1%83%A2%E1%83%A0%E1%83%90%E1%83%9A%E1%83%A3%E1%83%A0%E1%83%98%20%E1%83%90%E1%83%A4%E1%83%A0%E1%83%98%E1%83%99%E1%83%98%E1%83%A1%20%E1%83%A0%E1%83%94%E1%83%A1%E1%83%9E%E1%83%A3%E1%83%91%E1%83%9A%E1%83%98%E1%83%99%E1%83%90>,
        <http://lexvo.org/id/term/kde/Jamuhuli%20ya%20Afilika%20ya%20Paching'ati>,
        <http://lexvo.org/id/term/kea/Republika%20Sentru-Afrikanu>,
        <http://lexvo.org/id/term/khm/%E1%9E%9F%E1%9E%B6%E1%9E%92%E1%9E%B6%E1%9E%9A%E1%9E%8E%E1%9E%9A%E1%9E%8A%E1%9F%92%E1%9E%8B%E1%9E%A2%E1%9E%B6%E1%9E%A0%E1%9F%92%E1%9E%9C%E1%9F%92%E1%9E%9A%E1%9E%B7%E1%9E%80%E1%9E%80%E1%9E%8E%E1%9F%92%E1%9E%8A%E1%9E%B6%E1%9E%9B>,
        <http://lexvo.org/id/term/khq/Centraafriki%20koyra>,
        <http://lexvo.org/id/term/kik/Jamhuri%20ya%20Afrika%20ya%20Kati>,
        <http://lexvo.org/id/term/kln/Emetab%20Afrika%20nebo%20Kwen>,
        <http://lexvo.org/id/term/kor/%EC%A4%91%EC%95%99%20%EC%95%84%ED%94%84%EB%A6%AC%EC%B9%B4%20%EA%B3%B5%ED%99%94%EA%B5%AD>,
        <http://lexvo.org/id/term/ksb/Jamhuli%20ya%20Afrika%20ya%20Gati>,
        <http://lexvo.org/id/term/ksf/santrafr%C3%ADk>,
        <http://lexvo.org/id/term/ksh/de%20Z%C3%A4ntraalaffrikaanesche%20Republik>,
        <http://lexvo.org/id/term/lag/Juh%C3%BAuri%20ya%20Af%C9%A8r%C9%A8ka%20ya%20kat%C9%A8%20kat%C9%A8>,
        <http://lexvo.org/id/term/lao/%E0%BA%AA%E0%BA%B2%E0%BA%97%E0%BA%B2%E0%BA%A5%E0%BA%B0%E0%BA%99%E0%BA%B0%E0%BA%A5%E0%BA%B1%E0%BA%94%E0%BA%AD%E0%BA%B1%E0%BA%9A%E0%BA%9F%E0%BA%BC%E0%BA%B4%E0%BA%81%E0%BA%81%E0%BA%B2%E0%BA%81%E0%BA%B2%E0%BA%87>,
        <http://lexvo.org/id/term/lav/Centr%C4%81l%C4%81frikas%20Republika>,
        <http://lexvo.org/id/term/lin/Repibiki%20ya%20Afr%C3%ADka%20ya%20K%C3%A1ti>,
        <http://lexvo.org/id/term/lit/Centrin%C4%97s%20Afrikos%20Respublika>,
        <http://lexvo.org/id/term/lub/Ditunga%20dya%20Afrika%20wa%20munkatshi>,
        <http://lexvo.org/id/term/lug/Lipubulika%20eya%20Senturafiriki>,
        <http://lexvo.org/id/term/luo/Central%20African%20Republic>,
        <http://lexvo.org/id/term/luy/Jamhuri%20ya%20Afrika%20ya%20Kati>,
        <http://lexvo.org/id/term/mal/%E0%B4%B8%E0%B5%86%E0%B5%BB%E0%B4%9F%E0%B5%8D%E0%B4%B0%E0%B5%BD%20%E0%B4%86%E0%B4%AB%E0%B5%8D%E0%B4%B0%E0%B4%BF%E0%B4%95%E0%B5%8D%E0%B4%95%E0%B5%BB%20%E0%B4%B1%E0%B4%BF%E0%B4%AA%E0%B5%8D%E0%B4%AA%E0%B4%AC%E0%B5%8D%E0%B4%B2%E0%B4%BF%E0%B4%95%E0%B5%8D>,
        <http://lexvo.org/id/term/mar/%E0%A4%95%E0%A5%87%E0%A4%82%E0%A4%A6%E0%A5%8D%E0%A4%B0%E0%A5%80%E0%A4%AF%20%E0%A4%85%E0%A4%AB%E0%A5%8D%E0%A4%B0%E0%A4%BF%E0%A4%95%E0%A5%80%20%E0%A4%AA%E0%A5%8D%E0%A4%B0%E0%A4%9C%E0%A4%BE%E0%A4%B8%E0%A4%A4%E0%A5%8D%E0%A4%A4%E0%A4%BE%E0%A4%95>,
        <http://lexvo.org/id/term/mas/Jamhuri%20ya%20Afrika%20ya%20Kati>,
        <http://lexvo.org/id/term/mer/Nth%C4%A9%20ya%20Afrika%20gat%C4%A9gat%C4%A9>,
        <http://lexvo.org/id/term/mfe/Repiblik%20Lafrik%20Santral>,
        <http://lexvo.org/id/term/mkd/%D0%A6%D0%B5%D0%BD%D1%82%D1%80%D0%B0%D0%BB%D0%BD%D0%B0%20%D0%90%D1%84%D1%80%D0%B8%D0%BA%D0%B0%D0%BD%D1%81%D0%BA%D0%B0%20%D0%A0%D0%B5%D0%BF%D1%83%D0%B1%D0%BB%D0%B8%D0%BA%D0%B0>,
        <http://lexvo.org/id/term/mlg/Repoblika%20Ivon'Afrika>,
        <http://lexvo.org/id/term/mlt/Repubblika%20Afrikana%20%C4%8Aentrali>,
        <http://lexvo.org/id/term/mua/centrafrika>,
        <http://lexvo.org/id/term/mya/%E1%80%A1%E1%80%9C%E1%80%9A%E1%80%BA%E1%80%95%E1%80%AD%E1%80%AF%E1%80%84%E1%80%BA%E1%80%B8%20%E1%80%A1%E1%80%AC%E1%80%96%E1%80%9B%E1%80%AD%E1%80%80%20%E1%80%95%E1%80%BC%E1%80%8A%E1%80%BA%E1%80%91%E1%80%B1%E1%80%AC%E1%80%84%E1%80%BA%E1%80%85%E1%80%AF>,
        <http://lexvo.org/id/term/naq/Central%20African%20Republiki>,
        <http://lexvo.org/id/term/nde/Central%20African%20Republic>,
        <http://lexvo.org/id/term/nep/%E0%A4%95%E0%A5%87%E0%A4%A8%E0%A5%8D%E0%A4%A6%E0%A5%8D%E0%A4%B0%E0%A5%80%E0%A4%AF%20%E0%A4%85%E0%A4%AB%E0%A5%8D%E0%A4%B0%E0%A4%BF%E0%A4%95%E0%A5%80%20%E0%A4%97%E0%A4%A3%E0%A4%A4%E0%A4%A8%E0%A5%8D%E0%A4%A4%E0%A5%8D%E0%A4%B0>,
        <http://lexvo.org/id/term/nld/Centraal-Afrikaanse%20Republiek>,
        <http://lexvo.org/id/term/nmg/Sentrafr%C3%ADka>,
        <http://lexvo.org/id/term/nno/Den%20sentralafrikanske%20republikken>,
        <http://lexvo.org/id/term/nob/Den%20sentralafrikanske%20republikk>,
        <http://lexvo.org/id/term/nus/C%C9%9Bntr%C9%94l%20aprika%20repu%C9%94blic>,
        <http://lexvo.org/id/term/nyn/Eihanga%20rya%20Rwagati%20ya%20Afirika>,
        <http://lexvo.org/id/term/ori/%E0%AC%AE%E0%AC%A7%E0%AD%8D%E0%AD%9F%20%E0%AC%86%E0%AC%AB%E0%AD%8D%E0%AC%B0%E0%AC%BF%E0%AC%95%E0%AD%80%E0%AD%9F%20%E0%AC%97%E0%AC%A3%E0%AC%A4%E0%AC%A8%E0%AD%8D%E0%AC%A4%E0%AD%8D%E0%AC%B0>,
        <http://lexvo.org/id/term/pol/Republika%20%C5%9Arodkowoafryka%C5%84ska>,
        <http://lexvo.org/id/term/por/Rep%C3%BAblica%20Centro-Africana>,
        <http://lexvo.org/id/term/rof/Jamhuri%20ya%20Afrika%20ya%20Kati>,
        <http://lexvo.org/id/term/roh/Republica%20Centralafricana>,
        <http://lexvo.org/id/term/ron/Republica%20Centrafrican%C4%83>,
        <http://lexvo.org/id/term/run/Repubulika%20ya%20Santarafurika>,
        <http://lexvo.org/id/term/rus/%D0%A6%D0%90%D0%A0>,
        <http://lexvo.org/id/term/rwk/Jamhuri%20ya%20Afrika%20ya%20Kati>,
        <http://lexvo.org/id/term/sag/K%C3%B6d%C3%B6r%C3%B6s%C3%AAse%20t%C3%AE%20B%C3%AAafr%C3%AEka>,
        <http://lexvo.org/id/term/saq/Jamhuri%20ya%20Afrika%20ya%20Kati>,
        <http://lexvo.org/id/term/sbp/Jamuhuli%20ya%20Afilika%20ya%20Pakhati>,
        <http://lexvo.org/id/term/seh/Rep%C3%BAblica%20Centro-Africana>,
        <http://lexvo.org/id/term/ses/Centraafriki%20koyra>,
        <http://lexvo.org/id/term/shi-Latn/tagdudant%20tanammast%20n%20ifriqya>,
        <http://lexvo.org/id/term/shi/%E2%B5%9C%E2%B4%B0%E2%B4%B3%E2%B4%B7%E2%B5%93%E2%B4%B7%E2%B4%B0%E2%B5%8F%E2%B5%9C%20%E2%B5%9C%E2%B4%B0%E2%B5%8F%E2%B4%B0%E2%B5%8E%E2%B5%8E%E2%B4%B0%E2%B5%99%E2%B5%9C%20%E2%B5%8F%20%E2%B5%89%E2%B4%BC%E2%B5%94%E2%B5%89%E2%B5%87%E2%B5%A2%E2%B4%B0>,
        <http://lexvo.org/id/term/sin/%E0%B6%B8%E0%B6%B0%E0%B7%8A%E2%80%8D%E0%B6%BA%E0%B6%B8%20%E0%B6%85%E0%B6%B4%E0%B7%8A%E2%80%8D%E0%B6%BB%E0%B7%92%E0%B6%9A%E0%B7%8F%E0%B6%B1%E0%B7%94%20%E0%B6%A2%E0%B6%B1%E0%B6%BB%E0%B6%A2%E0%B6%BA>,
        <http://lexvo.org/id/term/slk/Stredoafrick%C3%A1%20republika>,
        <http://lexvo.org/id/term/slv/Centralnoafri%C5%A1ka%20republika>,
        <http://lexvo.org/id/term/sme/Gaska-Afrihk%C3%A1%20d%C3%A1ssev%C3%A1ldi>,
        <http://lexvo.org/id/term/sna/Central%20African%20Republic>,
        <http://lexvo.org/id/term/som/Jamhuuriyadda%20Afrikada%20Dhexe>,
        <http://lexvo.org/id/term/spa/Rep%C3%BAblica%20Centroafricana>,
        <http://lexvo.org/id/term/sqi/Republika%20Qendrore%20e%20Afrik%C3%ABs>,
        <http://lexvo.org/id/term/srp-Latn/Centralno%20Afri%C4%8Dka%20Republika>,
        <http://lexvo.org/id/term/srp/%D0%A6%D0%B5%D0%BD%D1%82%D1%80%D0%B0%D0%BB%D0%BD%D0%BE%20%D0%90%D1%84%D1%80%D0%B8%D1%87%D0%BA%D0%B0%20%D0%A0%D0%B5%D0%BF%D1%83%D0%B1%D0%BB%D0%B8%D0%BA%D0%B0>,
        <http://lexvo.org/id/term/swc/Jamhuri%20ya%20Afrika%20ya%20Kati>,
        <http://lexvo.org/id/term/swe/Centralafrikanska%20republiken>,
        <http://lexvo.org/id/term/swh/Jamhuri%20ya%20Afrika%20ya%20Kati>,
        <http://lexvo.org/id/term/tam/%E0%AE%AE%E0%AE%A4%E0%AF%8D%E0%AE%A4%E0%AE%BF%E0%AE%AF%20%E0%AE%86%E0%AE%AA%E0%AF%8D%E0%AE%B0%E0%AE%BF%E0%AE%95%E0%AF%8D%E0%AE%95%E0%AE%95%E0%AF%8D%20%E0%AE%95%E0%AF%81%E0%AE%9F%E0%AE%BF%E0%AE%AF%E0%AE%B0%E0%AE%9A%E0%AF%81>,
        <http://lexvo.org/id/term/tel/%E0%B0%AE%E0%B0%A7%E0%B1%8D%E0%B0%AF%E0%B0%AE%20%E0%B0%86%E0%B0%AB%E0%B1%8D%E0%B0%B0%E0%B0%BF%E0%B0%95%E0%B0%BE%20%E0%B0%B0%E0%B0%BF%E0%B0%AA%E0%B0%AC%E0%B1%8D%E0%B0%B2%E0%B0%BF%E0%B0%95%E0%B1%8D>,
        <http://lexvo.org/id/term/teo/Jamhuri%20ya%20Afrika%20ya%20Kati>,
        <http://lexvo.org/id/term/tha/%E0%B8%AA%E0%B8%B2%E0%B8%98%E0%B8%B2%E0%B8%A3%E0%B8%93%E0%B8%A3%E0%B8%B1%E0%B8%90%E0%B9%81%E0%B8%AD%E0%B8%9F%E0%B8%A3%E0%B8%B4%E0%B8%81%E0%B8%B2%E0%B8%81%E0%B8%A5%E0%B8%B2%E0%B8%87>,
        <http://lexvo.org/id/term/tig/%E1%8B%A8%E1%88%98%E1%8A%AB%E1%8A%A8%E1%88%88%E1%8A%9B%E1%8B%8D%20%E1%8A%A0%E1%8D%8D%E1%88%AA%E1%8A%AB%20%E1%88%AA%E1%8D%90%E1%89%A5%E1%88%8A%E1%8A%AD>,
        <http://lexvo.org/id/term/tir/%E1%8B%A8%E1%88%98%E1%8A%AB%E1%8A%A8%E1%88%88%E1%8A%9B%E1%8B%8D%20%E1%8A%A0%E1%8D%8D%E1%88%AA%E1%8A%AB%20%E1%88%AA%E1%8D%90%E1%89%A5%E1%88%8A%E1%8A%AD>,
        <http://lexvo.org/id/term/ton/Lipapilika%20%CA%BBAfilika%20Lotoloto>,
        <http://lexvo.org/id/term/tur/Orta%20Afrika%20Cumhuriyeti>,
        <http://lexvo.org/id/term/twq/Centraafriki%20koyra>,
        <http://lexvo.org/id/term/tzm/Tagduda%20n%20Afrika%20Wammas>,
        <http://lexvo.org/id/term/ukr/%D0%A6%D0%B5%D0%BD%D1%82%D1%80%D0%B0%D0%BB%D1%8C%D0%BD%D0%BE%D0%B0%D1%84%D1%80%D0%B8%D0%BA%D0%B0%D0%BD%D1%81%D1%8C%D0%BA%D0%B0%20%D0%A0%D0%B5%D1%81%D0%BF%D1%83%D0%B1%D0%BB%D1%96%D0%BA%D0%B0>,
        <http://lexvo.org/id/term/urd/%D9%88%D8%B3%D8%B7%20%D8%A7%D9%81%D8%B1%DB%8C%D9%82%DB%8C%20%D8%AC%D9%85%DB%81%D9%88%D8%B1%DB%8C%DB%81>,
        <http://lexvo.org/id/term/vai-Latn/%C3%81f%C3%ADr%C3%ADka%20Luma%C3%A3%20T%C9%9B%20Boloe>,
        <http://lexvo.org/id/term/vai/%EA%95%89%EA%94%B1%EA%94%B8%EA%95%AA%20%EA%97%B3%20%EA%97%B3%20%EA%95%B8%EA%96%83%EA%94%80>,
        <http://lexvo.org/id/term/vie/C%E1%BB%99ng%20h%C3%B2a%20Trung%20Phi>,
        <http://lexvo.org/id/term/vun/Jamhuri%20ya%20Afrika%20ya%20Kati>,
        <http://lexvo.org/id/term/wae/Zentralafrikani%C5%A1i%20Rebublik>,
        <http://lexvo.org/id/term/wal/%E1%8B%A8%E1%88%98%E1%8A%AB%E1%8A%A8%E1%88%88%E1%8A%9B%E1%8B%8D%20%E1%8A%A0%E1%8D%8D%E1%88%AA%E1%8A%AB%20%E1%88%AA%E1%8D%90%E1%89%A5%E1%88%8A%E1%8A%AD>,
        <http://lexvo.org/id/term/xog/Lipabulika%20ya%20Senturafiriki>,
        <http://lexvo.org/id/term/yav/Santalafil%C3%ADik>,
        <http://lexvo.org/id/term/yor/Or%C3%ADl%E1%BA%B9%CC%81%C3%A8de%20%C3%80rin%20g%C3%B9ngun%20%C3%81f%C3%ADr%C3%ADk%C3%A0>,
        <http://lexvo.org/id/term/zsm/Republik%20Afrika%20Tengah>,
        <http://lexvo.org/id/term/zul/i-Central%20African%20Republic> ;
    owl:sameAs <http://psi.oasis-open.org/iso/3166/#140>,
        <http://sws.geonames.org/239880/> .

<http://lexvo.org/id/iso3166/CG> a lvont:GeographicRegion ;
    rdfs:label "Kongo"@af,
        "Kongo [Republiek]"@af,
        "Kuŋgù"@agq,
        "Kongo"@ak,
        "ኮንጎ (ሪፐብሊክ)"@am,
        "ኮንጎ ብራዛቪል"@am,
        "الكونغو - برازافيل"@ar,
        "جمهورية الكونغو"@ar,
        "Kongo"@asa,
        "Congu - Brazzaville"@ast,
        "Congu [República]"@ast,
        "Konqo - Brazavil"@az,
        "Kòŋgo"@bas,
        "Конга"@be,
        "Hukongo"@bez,
        "Конго"@bg,
        "Конго [Република]"@bg,
        "Kongo"@bm,
        "কঙ্গো"@bn,
        "কঙ্গো [প্রজাতন্ত্র]"@bn,
        "Kongo - Brazzaville"@br,
        "Kongo [Republik]"@br,
        "कॉंगो ब्राज़्ज़ावील"@brx,
        "Kongo"@bs,
        "Republika Kongo"@bs,
        "Конго - Бразавил"@bs-Cyrl,
        "Конго [Република]"@bs-Cyrl,
        "Congo - Brazzaville"@ca,
        "Congo [República del Congo]"@ca,
        "Kongo"@cgg,
        "ᎧᏂᎪ [ᏍᎦᏚᎩ]"@chr,
        "刚果共和国"@cmn,
        "刚果（布）"@cmn,
        "剛果共和國"@cmn-Hant,
        "剛果（布拉薩）"@cmn-Hant,
        "Kongo - Brazzaville"@cs,
        "Kongo - republika"@cs,
        "y Congo - Brazzaville"@cy,
        "y Congo [Gweriniaeth]"@cy,
        "Congo – Brazzaville"@da,
        "Republikken Congo"@da,
        "Kongo"@dav,
        "Kongo [Republik]"@de,
        "Kongo-Brazzaville"@de,
        "Kongoo"@dje,
        "Kongo"@dyo,
        "ཀོང་གྷོ བྷྲ་ཛ་བིལ"@dz,
        "རི་པབ་ལིཀ་ ཨོཕ་ ཀོང་གྷོ"@dz,
        "Kongo"@ebu,
        "Kongo Brazzaville nutome"@ee,
        "Kongo repɔblik nutome"@ee,
        "Κονγκό - Μπραζαβίλ"@el,
        "Κόνγκο [Δημοκρατία]"@el,
        "Congo - Brazzaville"@en,
        "Congo [Republic]"@en,
        "ISO 3166-1:CG"@en,
        "𐐗𐐪𐑍𐑀𐐬 - 𐐒𐑉𐐪𐑆𐐲𐑂𐐮𐑊"@en-Dsrt,
        "Kongolo"@eo,
        "Congo - Brazzaville"@es,
        "Congo [República]"@es,
        "Kongo-Brazzaville"@et,
        "Kongo (Brazzaville)"@eu,
        "Kongo [errepublika]"@eu,
        "Kongó"@ewo,
        "کانگو"@fa,
        "کنگو - برازویل"@fa,
        "کنگو [جمهوری]"@fa,
        "Konngo"@ff,
        "Kongo-Brazzaville"@fi,
        "Kongon tasavalta"@fi,
        "Congo - Brazzaville"@fil,
        "Congo [Republic]"@fil,
        "Kongo"@fo,
        "Kongo-Brazzaville"@fo,
        "Congo-Brazzaville"@fr,
        "République du Congo"@fr,
        "Congo - Brazzaville"@fur,
        "Congo [Republiche]"@fur,
        "An Congó"@ga,
        "Congo [Poblachd]"@gd,
        "Congo-Brazzaville"@gd,
        "Congo"@gl,
        "Congo [República]"@gl,
        "Kongo"@gsw,
        "Kongo-Brazzaville"@gsw,
        "કોંગો - બ્રાઝાવિલે"@gu,
        "કોંગો [પ્રજાસત્તાક]"@gu,
        "Kongo"@guz,
        "Kongo"@ha,
        "קונגו - ברזאויל"@he,
        "קונגו [רפובליקה]"@he,
        "कांगो"@hi,
        "कोंगो [गणराज्य]"@hi,
        "Kongo - Brazzaville"@hr,
        "Republika Kongo"@hr,
        "Kongó - Brazzaville"@hu,
        "Kongó [Köztársaság]"@hu,
        "Կոնգո"@hy,
        "Congo"@ia,
        "Kongo - Brazzaville"@id,
        "Kongo - Republik"@id,
        "Kongó-Brazzaville"@is,
        "Kóngó [lýðveldið]"@is,
        "Congo"@it,
        "Repubblica del Congo"@it,
        "コンゴ共和国"@ja,
        "コンゴ共和国[ブラザビル]"@ja,
        "Kɔ́ŋɡɔ-Mbɛlɑzɑvîl"@jgo,
        "Kongo"@jmc,
        "კონგო"@ka,
        "Kungu"@kab,
        "Kongo"@kam,
        "Kongo"@kde,
        "Kongu - Brazavili"@kea,
        "Republika di Kongu"@kea,
        "Kongoo"@khq,
        "Kongo"@ki,
        "Kongo-Brazzaville"@kl,
        "Emetab Congo - Brazzaville"@kln,
        "កុងហ្គោ"@km,
        "កុងហ្គោ [សធារណៈរដ្ឋ]"@km,
        "ಕಾಂಗೋ - ಬ್ರಾಜಾವಿಲ್ಲೇ"@kn,
        "ಕೋಂಗೋ [ಗಣರಾಜ್ಯ]"@kn,
        "콩고"@ko,
        "콩고 공화국"@ko,
        "کونٛگو بٔرٛزاوِلی"@ks,
        "Kongo"@ksb,
        "kɔngó"@ksf,
        "de Republik Konggo"@ksh,
        "dä Konggo (Brassavill)"@ksh,
        "Kóongo"@lag,
        "Kongo"@lg,
        "Kongo"@ln,
        "Kongó-Brazzaville"@ln,
        "ຄອງໂກ"@lo,
        "ຄອງໂກ-ບຣາຊາວິລ"@lo,
        "Kongas (Respublika)"@lt,
        "Kongas-Brazavilis"@lt,
        "Kongu"@lu,
        "Congo"@luo,
        "Kongo"@luy,
        "Kongo - Brazavila"@lv,
        "Kongo [Republika]"@lv,
        "Kongo"@mas,
        "Kongo"@mer,
        "Kongo"@mfe,
        "Kôngô"@mg,
        "Ukongo"@mgh,
        "Конго - Бразавил"@mk,
        "Конго [Република]"@mk,
        "കോംഗോ - ബ്രാസാവിൽ"@ml,
        "കോംഗോ [റിപ്പബ്ലിക്ക്]"@ml,
        "काँगो - ब्राजाविले"@mr,
        "काँगो [प्रजासत्ताक]"@mr,
        "Kongo"@mt,
        "kongo"@mua,
        "Congob"@naq,
        "Kongo-Brazzaville"@nb,
        "Republikken Kongo"@nb,
        "Khongo"@nd,
        "कङ्गो [गणतन्त्र]"@ne,
        "कोङ्गो - ब्राज्जाभिल्ले"@ne,
        "Congo [Republiek]"@nl,
        "Congo-Brazzaville"@nl,
        "Kongo"@nmg,
        "Kongo-Brazzaville"@nn,
        "Kɔŋgɔ"@nus,
        "Kongo"@nyn,
        "କଙ୍ଗୋ-ବ୍ରାଜିଭିଲ୍ଲେ"@or,
        "Kongo"@pl,
        "Congo"@pt,
        "Congo - Brazzaville"@pt,
        "Congo-Brazzaville"@pt,
        "República do Congo"@pt,
        "Congo"@rm,
        "Kongo"@rn,
        "Congo"@ro,
        "Congo [Republică]"@ro,
        "Kongo"@rof,
        "Конго"@ru,
        "Конго - Браззавиль"@ru,
        "Kongo"@rwk,
        "Kongo"@saq,
        "Kongo"@sbp,
        "Kongo-Brazzaville"@se,
        "Congo"@seh,
        "Kongoo"@ses,
        "Kongö"@sg,
        "ⴽⵓⵏⴳⵓ"@shi,
        "kungu"@shi-Latn,
        "කොංගො - බ්‍රසාවිල්"@si,
        "කොංගෝව"@si,
        "Kongo"@sk,
        "Kongo [republika]"@sk,
        "Kongo - Brazzaville"@sl,
        "Kongo [Republika]"@sl,
        "Kongo"@sn,
        "Kongo"@so,
        "Kongo"@sq,
        "Конго - Бразавил"@sr,
        "Конго [Република]"@sr,
        "Kongo"@sr-Latn,
        "Republika Kongo"@sr-Latn,
        "Kongo-Brazzaville"@sv,
        "Kongo"@swc,
        "Kongo"@swh,
        "Kongo [Jamhuri ya]"@swh,
        "காங்கோ - ப்ராஸாவில்லே"@ta,
        "காங்கோ [குடியரசு]"@ta,
        "కాంగో- బ్రాజావిల్లి"@te,
        "కాంగో[గణరాజ్యం]"@te,
        "Kongo"@teo,
        "คองโก [สาธารณรัฐ]"@th,
        "คองโก-บราซซาวิล"@th,
        "ኮንጐ"@ti,
        "Kongo - Palasavila"@to,
        "Lipapilika Kongo"@to,
        "Kongo - Brazavil"@tr,
        "Kongo Cumhuriyeti"@tr,
        "Kongoo"@twq,
        "Kungu"@tzm,
        "Конґо - Браззавіль"@uk,
        "Конґо [Республіка]"@uk,
        "کانگو - برازاویلے"@ur,
        "کانگو [جمہوریہ]"@ur,
        "ꖏꖐ"@vai,
        "Kóngo"@vai-Latn,
        "Công-gô"@vi,
        "Cộng hòa Công-gô"@vi,
        "Kongo"@vun,
        "Kongo Brazzaville"@wae,
        "Kongo [Rebublik]"@wae,
        "Kongo"@xog,
        "Kongó"@yav,
        "Orílẹ́ède Kóngò"@yo,
        "Congo - Brazzaville"@zsm,
        "Congo [Republik]"@zsm,
        "e-Congo - Brazzaville"@zu,
        "e-Congo [Republic]"@zu ;
    lvont:label <http://lexvo.org/id/term/afr/Kongo>,
        <http://lexvo.org/id/term/afr/Kongo%20%5BRepubliek%5D>,
        <http://lexvo.org/id/term/agq/Ku%C5%8Bg%C3%B9>,
        <http://lexvo.org/id/term/aka/Kongo>,
        <http://lexvo.org/id/term/amh/%E1%8A%AE%E1%8A%95%E1%8C%8E%20%E1%89%A5%E1%88%AB%E1%8B%9B%E1%89%AA%E1%88%8D>,
        <http://lexvo.org/id/term/amh/%E1%8A%AE%E1%8A%95%E1%8C%8E%20(%E1%88%AA%E1%8D%90%E1%89%A5%E1%88%8A%E1%8A%AD)>,
        <http://lexvo.org/id/term/ara/%D8%A7%D9%84%D9%83%D9%88%D9%86%D8%BA%D9%88%20-%20%D8%A8%D8%B1%D8%A7%D8%B2%D8%A7%D9%81%D9%8A%D9%84>,
        <http://lexvo.org/id/term/ara/%D8%AC%D9%85%D9%87%D9%88%D8%B1%D9%8A%D8%A9%20%D8%A7%D9%84%D9%83%D9%88%D9%86%D8%BA%D9%88>,
        <http://lexvo.org/id/term/asa/Kongo>,
        <http://lexvo.org/id/term/ast/Congu%20%5BRep%C3%BAblica%5D>,
        <http://lexvo.org/id/term/ast/Congu%20-%20Brazzaville>,
        <http://lexvo.org/id/term/aze/Konqo%20-%20Brazavil>,
        <http://lexvo.org/id/term/bam/Kongo>,
        <http://lexvo.org/id/term/bas/K%C3%B2%C5%8Bgo>,
        <http://lexvo.org/id/term/bel/%D0%9A%D0%BE%D0%BD%D0%B3%D0%B0>,
        <http://lexvo.org/id/term/ben/%E0%A6%95%E0%A6%99%E0%A7%8D%E0%A6%97%E0%A7%8B>,
        <http://lexvo.org/id/term/ben/%E0%A6%95%E0%A6%99%E0%A7%8D%E0%A6%97%E0%A7%8B%20%5B%E0%A6%AA%E0%A7%8D%E0%A6%B0%E0%A6%9C%E0%A6%BE%E0%A6%A4%E0%A6%A8%E0%A7%8D%E0%A6%A4%E0%A7%8D%E0%A6%B0%5D>,
        <http://lexvo.org/id/term/bez/Hukongo>,
        <http://lexvo.org/id/term/bos-Cyrl/%D0%9A%D0%BE%D0%BD%D0%B3%D0%BE%20%5B%D0%A0%D0%B5%D0%BF%D1%83%D0%B1%D0%BB%D0%B8%D0%BA%D0%B0%5D>,
        <http://lexvo.org/id/term/bos-Cyrl/%D0%9A%D0%BE%D0%BD%D0%B3%D0%BE%20-%20%D0%91%D1%80%D0%B0%D0%B7%D0%B0%D0%B2%D0%B8%D0%BB>,
        <http://lexvo.org/id/term/bos/Kongo>,
        <http://lexvo.org/id/term/bos/Republika%20Kongo>,
        <http://lexvo.org/id/term/bre/Kongo%20%5BRepublik%5D>,
        <http://lexvo.org/id/term/bre/Kongo%20-%20Brazzaville>,
        <http://lexvo.org/id/term/brx/%E0%A4%95%E0%A5%89%E0%A4%82%E0%A4%97%E0%A5%8B%20%E0%A4%AC%E0%A5%8D%E0%A4%B0%E0%A4%BE%E0%A4%9C%E0%A4%BC%E0%A5%8D%E0%A4%9C%E0%A4%BC%E0%A4%BE%E0%A4%B5%E0%A5%80%E0%A4%B2>,
        <http://lexvo.org/id/term/bul/%D0%9A%D0%BE%D0%BD%D0%B3%D0%BE>,
        <http://lexvo.org/id/term/bul/%D0%9A%D0%BE%D0%BD%D0%B3%D0%BE%20%5B%D0%A0%D0%B5%D0%BF%D1%83%D0%B1%D0%BB%D0%B8%D0%BA%D0%B0%5D>,
        <http://lexvo.org/id/term/cat/Congo%20%5BRep%C3%BAblica%20del%20Congo%5D>,
        <http://lexvo.org/id/term/cat/Congo%20-%20Brazzaville>,
        <http://lexvo.org/id/term/ces/Kongo%20-%20Brazzaville>,
        <http://lexvo.org/id/term/ces/Kongo%20-%20republika>,
        <http://lexvo.org/id/term/cgg/Kongo>,
        <http://lexvo.org/id/term/chr/%E1%8E%A7%E1%8F%82%E1%8E%AA%20%5B%E1%8F%8D%E1%8E%A6%E1%8F%9A%E1%8E%A9%5D>,
        <http://lexvo.org/id/term/cmn-Hant/%E5%89%9B%E6%9E%9C%E5%85%B1%E5%92%8C%E5%9C%8B>,
        <http://lexvo.org/id/term/cmn-Hant/%E5%89%9B%E6%9E%9C%EF%BC%88%E5%B8%83%E6%8B%89%E8%96%A9%EF%BC%89>,
        <http://lexvo.org/id/term/cmn/%E5%88%9A%E6%9E%9C%E5%85%B1%E5%92%8C%E5%9B%BD>,
        <http://lexvo.org/id/term/cmn/%E5%88%9A%E6%9E%9C%EF%BC%88%E5%B8%83%EF%BC%89>,
        <http://lexvo.org/id/term/cym/y%20Congo%20%5BGweriniaeth%5D>,
        <http://lexvo.org/id/term/cym/y%20Congo%20-%20Brazzaville>,
        <http://lexvo.org/id/term/dan/Congo%20%E2%80%93%20Brazzaville>,
        <http://lexvo.org/id/term/dan/Republikken%20Congo>,
        <http://lexvo.org/id/term/dav/Kongo>,
        <http://lexvo.org/id/term/deu/Kongo%20%5BRepublik%5D>,
        <http://lexvo.org/id/term/deu/Kongo-Brazzaville>,
        <http://lexvo.org/id/term/dje/Kongoo>,
        <http://lexvo.org/id/term/dyo/Kongo>,
        <http://lexvo.org/id/term/dzo/%E0%BD%80%E0%BD%BC%E0%BD%84%E0%BC%8B%E0%BD%82%E0%BE%B7%E0%BD%BC%20%E0%BD%96%E0%BE%B7%E0%BE%B2%E0%BC%8B%E0%BD%9B%E0%BC%8B%E0%BD%96%E0%BD%B2%E0%BD%A3>,
        <http://lexvo.org/id/term/dzo/%E0%BD%A2%E0%BD%B2%E0%BC%8B%E0%BD%94%E0%BD%96%E0%BC%8B%E0%BD%A3%E0%BD%B2%E0%BD%80%E0%BC%8B%20%E0%BD%A8%E0%BD%BC%E0%BD%95%E0%BC%8B%20%E0%BD%80%E0%BD%BC%E0%BD%84%E0%BC%8B%E0%BD%82%E0%BE%B7%E0%BD%BC>,
        <http://lexvo.org/id/term/ebu/Kongo>,
        <http://lexvo.org/id/term/ell/%CE%9A%CE%BF%CE%BD%CE%B3%CE%BA%CF%8C%20-%20%CE%9C%CF%80%CF%81%CE%B1%CE%B6%CE%B1%CE%B2%CE%AF%CE%BB>,
        <http://lexvo.org/id/term/ell/%CE%9A%CF%8C%CE%BD%CE%B3%CE%BA%CE%BF%20%5B%CE%94%CE%B7%CE%BC%CE%BF%CE%BA%CF%81%CE%B1%CF%84%CE%AF%CE%B1%5D>,
        <http://lexvo.org/id/term/eng-Dsrt/%F0%90%90%97%F0%90%90%AA%F0%90%91%8D%F0%90%91%80%F0%90%90%AC%20-%20%F0%90%90%92%F0%90%91%89%F0%90%90%AA%F0%90%91%86%F0%90%90%B2%F0%90%91%82%F0%90%90%AE%F0%90%91%8A>,
        <http://lexvo.org/id/term/eng/Congo%20%5BRepublic%5D>,
        <http://lexvo.org/id/term/eng/Congo%20-%20Brazzaville>,
        <http://lexvo.org/id/term/eng/ISO%203166-1%3ACG>,
        <http://lexvo.org/id/term/epo/Kongolo>,
        <http://lexvo.org/id/term/est/Kongo-Brazzaville>,
        <http://lexvo.org/id/term/eus/Kongo%20%5Berrepublika%5D>,
        <http://lexvo.org/id/term/eus/Kongo%20(Brazzaville)>,
        <http://lexvo.org/id/term/ewe/Kongo%20Brazzaville%20nutome>,
        <http://lexvo.org/id/term/ewe/Kongo%20rep%C9%94blik%20nutome>,
        <http://lexvo.org/id/term/ewo/Kong%C3%B3>,
        <http://lexvo.org/id/term/fao/Kongo>,
        <http://lexvo.org/id/term/fao/Kongo-Brazzaville>,
        <http://lexvo.org/id/term/fas/%DA%A9%D8%A7%D9%86%DA%AF%D9%88>,
        <http://lexvo.org/id/term/fas/%DA%A9%D9%86%DA%AF%D9%88%20%5B%D8%AC%D9%85%D9%87%D9%88%D8%B1%DB%8C%5D>,
        <http://lexvo.org/id/term/fas/%DA%A9%D9%86%DA%AF%D9%88%20-%20%D8%A8%D8%B1%D8%A7%D8%B2%D9%88%DB%8C%D9%84>,
        <http://lexvo.org/id/term/fil/Congo%20%5BRepublic%5D>,
        <http://lexvo.org/id/term/fil/Congo%20-%20Brazzaville>,
        <http://lexvo.org/id/term/fin/Kongo-Brazzaville>,
        <http://lexvo.org/id/term/fin/Kongon%20tasavalta>,
        <http://lexvo.org/id/term/fra/Congo-Brazzaville>,
        <http://lexvo.org/id/term/fra/R%C3%A9publique%20du%20Congo>,
        <http://lexvo.org/id/term/ful/Konngo>,
        <http://lexvo.org/id/term/fur/Congo%20%5BRepubliche%5D>,
        <http://lexvo.org/id/term/fur/Congo%20-%20Brazzaville>,
        <http://lexvo.org/id/term/gla/Congo%20%5BPoblachd%5D>,
        <http://lexvo.org/id/term/gla/Congo-Brazzaville>,
        <http://lexvo.org/id/term/gle/An%20Cong%C3%B3>,
        <http://lexvo.org/id/term/glg/Congo>,
        <http://lexvo.org/id/term/glg/Congo%20%5BRep%C3%BAblica%5D>,
        <http://lexvo.org/id/term/gsw/Kongo>,
        <http://lexvo.org/id/term/gsw/Kongo-Brazzaville>,
        <http://lexvo.org/id/term/guj/%E0%AA%95%E0%AB%8B%E0%AA%82%E0%AA%97%E0%AB%8B%20%5B%E0%AA%AA%E0%AB%8D%E0%AA%B0%E0%AA%9C%E0%AA%BE%E0%AA%B8%E0%AA%A4%E0%AB%8D%E0%AA%A4%E0%AA%BE%E0%AA%95%5D>,
        <http://lexvo.org/id/term/guj/%E0%AA%95%E0%AB%8B%E0%AA%82%E0%AA%97%E0%AB%8B%20-%20%E0%AA%AC%E0%AB%8D%E0%AA%B0%E0%AA%BE%E0%AA%9D%E0%AA%BE%E0%AA%B5%E0%AA%BF%E0%AA%B2%E0%AB%87>,
        <http://lexvo.org/id/term/guz/Kongo>,
        <http://lexvo.org/id/term/hau/Kongo>,
        <http://lexvo.org/id/term/heb/%D7%A7%D7%95%D7%A0%D7%92%D7%95%20%5B%D7%A8%D7%A4%D7%95%D7%91%D7%9C%D7%99%D7%A7%D7%94%5D>,
        <http://lexvo.org/id/term/heb/%D7%A7%D7%95%D7%A0%D7%92%D7%95%20-%20%D7%91%D7%A8%D7%96%D7%90%D7%95%D7%99%D7%9C>,
        <http://lexvo.org/id/term/hin/%E0%A4%95%E0%A4%BE%E0%A4%82%E0%A4%97%E0%A5%8B>,
        <http://lexvo.org/id/term/hin/%E0%A4%95%E0%A5%8B%E0%A4%82%E0%A4%97%E0%A5%8B%20%5B%E0%A4%97%E0%A4%A3%E0%A4%B0%E0%A4%BE%E0%A4%9C%E0%A5%8D%E0%A4%AF%5D>,
        <http://lexvo.org/id/term/hrv/Kongo%20-%20Brazzaville>,
        <http://lexvo.org/id/term/hrv/Republika%20Kongo>,
        <http://lexvo.org/id/term/hun/Kong%C3%B3%20%5BK%C3%B6zt%C3%A1rsas%C3%A1g%5D>,
        <http://lexvo.org/id/term/hun/Kong%C3%B3%20-%20Brazzaville>,
        <http://lexvo.org/id/term/hye/%D4%BF%D5%B8%D5%B6%D5%A3%D5%B8>,
        <http://lexvo.org/id/term/ina/Congo>,
        <http://lexvo.org/id/term/ind/Kongo%20-%20Brazzaville>,
        <http://lexvo.org/id/term/ind/Kongo%20-%20Republik>,
        <http://lexvo.org/id/term/isl/K%C3%B3ng%C3%B3%20%5Bl%C3%BD%C3%B0veldi%C3%B0%5D>,
        <http://lexvo.org/id/term/isl/Kong%C3%B3-Brazzaville>,
        <http://lexvo.org/id/term/ita/Congo>,
        <http://lexvo.org/id/term/ita/Repubblica%20del%20Congo>,
        <http://lexvo.org/id/term/jgo/K%C9%94%CC%81%C5%8B%C9%A1%C9%94-Mb%C9%9Bl%C9%91z%C9%91v%C3%AEl>,
        <http://lexvo.org/id/term/jmc/Kongo>,
        <http://lexvo.org/id/term/jpn/%E3%82%B3%E3%83%B3%E3%82%B4%E5%85%B1%E5%92%8C%E5%9B%BD>,
        <http://lexvo.org/id/term/jpn/%E3%82%B3%E3%83%B3%E3%82%B4%E5%85%B1%E5%92%8C%E5%9B%BD%5B%E3%83%96%E3%83%A9%E3%82%B6%E3%83%93%E3%83%AB%5D>,
        <http://lexvo.org/id/term/kab/Kungu>,
        <http://lexvo.org/id/term/kal/Kongo-Brazzaville>,
        <http://lexvo.org/id/term/kam/Kongo>,
        <http://lexvo.org/id/term/kan/%E0%B2%95%E0%B2%BE%E0%B2%82%E0%B2%97%E0%B3%8B%20-%20%E0%B2%AC%E0%B3%8D%E0%B2%B0%E0%B2%BE%E0%B2%9C%E0%B2%BE%E0%B2%B5%E0%B2%BF%E0%B2%B2%E0%B3%8D%E0%B2%B2%E0%B3%87>,
        <http://lexvo.org/id/term/kan/%E0%B2%95%E0%B3%8B%E0%B2%82%E0%B2%97%E0%B3%8B%20%5B%E0%B2%97%E0%B2%A3%E0%B2%B0%E0%B2%BE%E0%B2%9C%E0%B3%8D%E0%B2%AF%5D>,
        <http://lexvo.org/id/term/kas/%DA%A9%D9%88%D9%86%D9%9B%DA%AF%D9%88%20%D8%A8%D9%94%D8%B1%D9%9B%D8%B2%D8%A7%D9%88%D9%90%D9%84%DB%8C>,
        <http://lexvo.org/id/term/kat/%E1%83%99%E1%83%9D%E1%83%9C%E1%83%92%E1%83%9D>,
        <http://lexvo.org/id/term/kde/Kongo>,
        <http://lexvo.org/id/term/kea/Kongu%20-%20Brazavili>,
        <http://lexvo.org/id/term/kea/Republika%20di%20Kongu>,
        <http://lexvo.org/id/term/khm/%E1%9E%80%E1%9E%BB%E1%9E%84%E1%9E%A0%E1%9F%92%E1%9E%82%E1%9F%84>,
        <http://lexvo.org/id/term/khm/%E1%9E%80%E1%9E%BB%E1%9E%84%E1%9E%A0%E1%9F%92%E1%9E%82%E1%9F%84%20%5B%E1%9E%9F%E1%9E%92%E1%9E%B6%E1%9E%9A%E1%9E%8E%E1%9F%88%E1%9E%9A%E1%9E%8A%E1%9F%92%E1%9E%8B%5D>,
        <http://lexvo.org/id/term/khq/Kongoo>,
        <http://lexvo.org/id/term/kik/Kongo>,
        <http://lexvo.org/id/term/kln/Emetab%20Congo%20-%20Brazzaville>,
        <http://lexvo.org/id/term/kor/%EC%BD%A9%EA%B3%A0>,
        <http://lexvo.org/id/term/kor/%EC%BD%A9%EA%B3%A0%20%EA%B3%B5%ED%99%94%EA%B5%AD>,
        <http://lexvo.org/id/term/ksb/Kongo>,
        <http://lexvo.org/id/term/ksf/k%C9%94ng%C3%B3>,
        <http://lexvo.org/id/term/ksh/d%C3%A4%20Konggo%20(Brassavill)>,
        <http://lexvo.org/id/term/ksh/de%20Republik%20Konggo>,
        <http://lexvo.org/id/term/lag/K%C3%B3ongo>,
        <http://lexvo.org/id/term/lao/%E0%BA%84%E0%BA%AD%E0%BA%87%E0%BB%82%E0%BA%81>,
        <http://lexvo.org/id/term/lao/%E0%BA%84%E0%BA%AD%E0%BA%87%E0%BB%82%E0%BA%81-%E0%BA%9A%E0%BA%A3%E0%BA%B2%E0%BA%8A%E0%BA%B2%E0%BA%A7%E0%BA%B4%E0%BA%A5>,
        <http://lexvo.org/id/term/lav/Kongo%20%5BRepublika%5D>,
        <http://lexvo.org/id/term/lav/Kongo%20-%20Brazavila>,
        <http://lexvo.org/id/term/lin/Kong%C3%B3-Brazzaville>,
        <http://lexvo.org/id/term/lin/Kongo>,
        <http://lexvo.org/id/term/lit/Kongas%20(Respublika)>,
        <http://lexvo.org/id/term/lit/Kongas-Brazavilis>,
        <http://lexvo.org/id/term/lub/Kongu>,
        <http://lexvo.org/id/term/lug/Kongo>,
        <http://lexvo.org/id/term/luo/Congo>,
        <http://lexvo.org/id/term/luy/Kongo>,
        <http://lexvo.org/id/term/mal/%E0%B4%95%E0%B5%8B%E0%B4%82%E0%B4%97%E0%B5%8B%20%5B%E0%B4%B1%E0%B4%BF%E0%B4%AA%E0%B5%8D%E0%B4%AA%E0%B4%AC%E0%B5%8D%E0%B4%B2%E0%B4%BF%E0%B4%95%E0%B5%8D%E0%B4%95%E0%B5%8D%5D>,
        <http://lexvo.org/id/term/mal/%E0%B4%95%E0%B5%8B%E0%B4%82%E0%B4%97%E0%B5%8B%20-%20%E0%B4%AC%E0%B5%8D%E0%B4%B0%E0%B4%BE%E0%B4%B8%E0%B4%BE%E0%B4%B5%E0%B4%BF%E0%B5%BD>,
        <http://lexvo.org/id/term/mar/%E0%A4%95%E0%A4%BE%E0%A4%81%E0%A4%97%E0%A5%8B%20%5B%E0%A4%AA%E0%A5%8D%E0%A4%B0%E0%A4%9C%E0%A4%BE%E0%A4%B8%E0%A4%A4%E0%A5%8D%E0%A4%A4%E0%A4%BE%E0%A4%95%5D>,
        <http://lexvo.org/id/term/mar/%E0%A4%95%E0%A4%BE%E0%A4%81%E0%A4%97%E0%A5%8B%20-%20%E0%A4%AC%E0%A5%8D%E0%A4%B0%E0%A4%BE%E0%A4%9C%E0%A4%BE%E0%A4%B5%E0%A4%BF%E0%A4%B2%E0%A5%87>,
        <http://lexvo.org/id/term/mas/Kongo>,
        <http://lexvo.org/id/term/mer/Kongo>,
        <http://lexvo.org/id/term/mfe/Kongo>,
        <http://lexvo.org/id/term/mgh/Ukongo>,
        <http://lexvo.org/id/term/mkd/%D0%9A%D0%BE%D0%BD%D0%B3%D0%BE%20%5B%D0%A0%D0%B5%D0%BF%D1%83%D0%B1%D0%BB%D0%B8%D0%BA%D0%B0%5D>,
        <http://lexvo.org/id/term/mkd/%D0%9A%D0%BE%D0%BD%D0%B3%D0%BE%20-%20%D0%91%D1%80%D0%B0%D0%B7%D0%B0%D0%B2%D0%B8%D0%BB>,
        <http://lexvo.org/id/term/mlg/K%C3%B4ng%C3%B4>,
        <http://lexvo.org/id/term/mlt/Kongo>,
        <http://lexvo.org/id/term/mua/kongo>,
        <http://lexvo.org/id/term/naq/Congob>,
        <http://lexvo.org/id/term/nde/Khongo>,
        <http://lexvo.org/id/term/nep/%E0%A4%95%E0%A4%99%E0%A5%8D%E0%A4%97%E0%A5%8B%20%5B%E0%A4%97%E0%A4%A3%E0%A4%A4%E0%A4%A8%E0%A5%8D%E0%A4%A4%E0%A5%8D%E0%A4%B0%5D>,
        <http://lexvo.org/id/term/nep/%E0%A4%95%E0%A5%8B%E0%A4%99%E0%A5%8D%E0%A4%97%E0%A5%8B%20-%20%E0%A4%AC%E0%A5%8D%E0%A4%B0%E0%A4%BE%E0%A4%9C%E0%A5%8D%E0%A4%9C%E0%A4%BE%E0%A4%AD%E0%A4%BF%E0%A4%B2%E0%A5%8D%E0%A4%B2%E0%A5%87>,
        <http://lexvo.org/id/term/nld/Congo%20%5BRepubliek%5D>,
        <http://lexvo.org/id/term/nld/Congo-Brazzaville>,
        <http://lexvo.org/id/term/nmg/Kongo>,
        <http://lexvo.org/id/term/nno/Kongo-Brazzaville>,
        <http://lexvo.org/id/term/nob/Kongo-Brazzaville>,
        <http://lexvo.org/id/term/nob/Republikken%20Kongo>,
        <http://lexvo.org/id/term/nus/K%C9%94%C5%8Bg%C9%94>,
        <http://lexvo.org/id/term/nyn/Kongo>,
        <http://lexvo.org/id/term/ori/%E0%AC%95%E0%AC%99%E0%AD%8D%E0%AC%97%E0%AD%8B-%E0%AC%AC%E0%AD%8D%E0%AC%B0%E0%AC%BE%E0%AC%9C%E0%AC%BF%E0%AC%AD%E0%AC%BF%E0%AC%B2%E0%AD%8D%E0%AC%B2%E0%AD%87>,
        <http://lexvo.org/id/term/pol/Kongo>,
        <http://lexvo.org/id/term/por/Congo>,
        <http://lexvo.org/id/term/por/Congo%20-%20Brazzaville>,
        <http://lexvo.org/id/term/por/Congo-Brazzaville>,
        <http://lexvo.org/id/term/por/Rep%C3%BAblica%20do%20Congo>,
        <http://lexvo.org/id/term/rof/Kongo>,
        <http://lexvo.org/id/term/roh/Congo>,
        <http://lexvo.org/id/term/ron/Congo>,
        <http://lexvo.org/id/term/ron/Congo%20%5BRepublic%C4%83%5D>,
        <http://lexvo.org/id/term/run/Kongo>,
        <http://lexvo.org/id/term/rus/%D0%9A%D0%BE%D0%BD%D0%B3%D0%BE>,
        <http://lexvo.org/id/term/rus/%D0%9A%D0%BE%D0%BD%D0%B3%D0%BE%20-%20%D0%91%D1%80%D0%B0%D0%B7%D0%B7%D0%B0%D0%B2%D0%B8%D0%BB%D1%8C>,
        <http://lexvo.org/id/term/rwk/Kongo>,
        <http://lexvo.org/id/term/sag/Kong%C3%B6>,
        <http://lexvo.org/id/term/saq/Kongo>,
        <http://lexvo.org/id/term/sbp/Kongo>,
        <http://lexvo.org/id/term/seh/Congo>,
        <http://lexvo.org/id/term/ses/Kongoo>,
        <http://lexvo.org/id/term/shi-Latn/kungu>,
        <http://lexvo.org/id/term/shi/%E2%B4%BD%E2%B5%93%E2%B5%8F%E2%B4%B3%E2%B5%93>,
        <http://lexvo.org/id/term/sin/%E0%B6%9A%E0%B7%9C%E0%B6%82%E0%B6%9C%E0%B7%9C%20-%20%E0%B6%B6%E0%B7%8A%E2%80%8D%E0%B6%BB%E0%B7%83%E0%B7%8F%E0%B7%80%E0%B7%92%E0%B6%BD%E0%B7%8A>,
        <http://lexvo.org/id/term/sin/%E0%B6%9A%E0%B7%9C%E0%B6%82%E0%B6%9C%E0%B7%9D%E0%B7%80>,
        <http://lexvo.org/id/term/slk/Kongo>,
        <http://lexvo.org/id/term/slk/Kongo%20%5Brepublika%5D>,
        <http://lexvo.org/id/term/slv/Kongo%20%5BRepublika%5D>,
        <http://lexvo.org/id/term/slv/Kongo%20-%20Brazzaville>,
        <http://lexvo.org/id/term/sme/Kongo-Brazzaville>,
        <http://lexvo.org/id/term/sna/Kongo>,
        <http://lexvo.org/id/term/som/Kongo>,
        <http://lexvo.org/id/term/spa/Congo%20%5BRep%C3%BAblica%5D>,
        <http://lexvo.org/id/term/spa/Congo%20-%20Brazzaville>,
        <http://lexvo.org/id/term/sqi/Kongo>,
        <http://lexvo.org/id/term/srp-Latn/Kongo>,
        <http://lexvo.org/id/term/srp-Latn/Republika%20Kongo>,
        <http://lexvo.org/id/term/srp/%D0%9A%D0%BE%D0%BD%D0%B3%D0%BE%20%5B%D0%A0%D0%B5%D0%BF%D1%83%D0%B1%D0%BB%D0%B8%D0%BA%D0%B0%5D>,
        <http://lexvo.org/id/term/srp/%D0%9A%D0%BE%D0%BD%D0%B3%D0%BE%20-%20%D0%91%D1%80%D0%B0%D0%B7%D0%B0%D0%B2%D0%B8%D0%BB>,
        <http://lexvo.org/id/term/swc/Kongo>,
        <http://lexvo.org/id/term/swe/Kongo-Brazzaville>,
        <http://lexvo.org/id/term/swh/Kongo>,
        <http://lexvo.org/id/term/swh/Kongo%20%5BJamhuri%20ya%5D>,
        <http://lexvo.org/id/term/tam/%E0%AE%95%E0%AE%BE%E0%AE%99%E0%AF%8D%E0%AE%95%E0%AF%8B%20%5B%E0%AE%95%E0%AF%81%E0%AE%9F%E0%AE%BF%E0%AE%AF%E0%AE%B0%E0%AE%9A%E0%AF%81%5D>,
        <http://lexvo.org/id/term/tam/%E0%AE%95%E0%AE%BE%E0%AE%99%E0%AF%8D%E0%AE%95%E0%AF%8B%20-%20%E0%AE%AA%E0%AF%8D%E0%AE%B0%E0%AE%BE%E0%AE%B8%E0%AE%BE%E0%AE%B5%E0%AE%BF%E0%AE%B2%E0%AF%8D%E0%AE%B2%E0%AF%87>,
        <http://lexvo.org/id/term/tel/%E0%B0%95%E0%B0%BE%E0%B0%82%E0%B0%97%E0%B1%8B%5B%E0%B0%97%E0%B0%A3%E0%B0%B0%E0%B0%BE%E0%B0%9C%E0%B1%8D%E0%B0%AF%E0%B0%82%5D>,
        <http://lexvo.org/id/term/tel/%E0%B0%95%E0%B0%BE%E0%B0%82%E0%B0%97%E0%B1%8B-%20%E0%B0%AC%E0%B1%8D%E0%B0%B0%E0%B0%BE%E0%B0%9C%E0%B0%BE%E0%B0%B5%E0%B0%BF%E0%B0%B2%E0%B1%8D%E0%B0%B2%E0%B0%BF>,
        <http://lexvo.org/id/term/teo/Kongo>,
        <http://lexvo.org/id/term/tha/%E0%B8%84%E0%B8%AD%E0%B8%87%E0%B9%82%E0%B8%81%20%5B%E0%B8%AA%E0%B8%B2%E0%B8%98%E0%B8%B2%E0%B8%A3%E0%B8%93%E0%B8%A3%E0%B8%B1%E0%B8%90%5D>,
        <http://lexvo.org/id/term/tha/%E0%B8%84%E0%B8%AD%E0%B8%87%E0%B9%82%E0%B8%81-%E0%B8%9A%E0%B8%A3%E0%B8%B2%E0%B8%8B%E0%B8%8B%E0%B8%B2%E0%B8%A7%E0%B8%B4%E0%B8%A5>,
        <http://lexvo.org/id/term/tir/%E1%8A%AE%E1%8A%95%E1%8C%90>,
        <http://lexvo.org/id/term/ton/Kongo%20-%20Palasavila>,
        <http://lexvo.org/id/term/ton/Lipapilika%20Kongo>,
        <http://lexvo.org/id/term/tur/Kongo%20-%20Brazavil>,
        <http://lexvo.org/id/term/tur/Kongo%20Cumhuriyeti>,
        <http://lexvo.org/id/term/twq/Kongoo>,
        <http://lexvo.org/id/term/tzm/Kungu>,
        <http://lexvo.org/id/term/ukr/%D0%9A%D0%BE%D0%BD%D2%91%D0%BE%20%5B%D0%A0%D0%B5%D1%81%D0%BF%D1%83%D0%B1%D0%BB%D1%96%D0%BA%D0%B0%5D>,
        <http://lexvo.org/id/term/ukr/%D0%9A%D0%BE%D0%BD%D2%91%D0%BE%20-%20%D0%91%D1%80%D0%B0%D0%B7%D0%B7%D0%B0%D0%B2%D1%96%D0%BB%D1%8C>,
        <http://lexvo.org/id/term/urd/%DA%A9%D8%A7%D9%86%DA%AF%D9%88%20%5B%D8%AC%D9%85%DB%81%D9%88%D8%B1%DB%8C%DB%81%5D>,
        <http://lexvo.org/id/term/urd/%DA%A9%D8%A7%D9%86%DA%AF%D9%88%20-%20%D8%A8%D8%B1%D8%A7%D8%B2%D8%A7%D9%88%DB%8C%D9%84%DB%92>,
        <http://lexvo.org/id/term/vai-Latn/K%C3%B3ngo>,
        <http://lexvo.org/id/term/vai/%EA%96%8F%EA%96%90>,
        <http://lexvo.org/id/term/vie/C%C3%B4ng-g%C3%B4>,
        <http://lexvo.org/id/term/vie/C%E1%BB%99ng%20h%C3%B2a%20C%C3%B4ng-g%C3%B4>,
        <http://lexvo.org/id/term/vun/Kongo>,
        <http://lexvo.org/id/term/wae/Kongo%20%5BRebublik%5D>,
        <http://lexvo.org/id/term/wae/Kongo%20Brazzaville>,
        <http://lexvo.org/id/term/xog/Kongo>,
        <http://lexvo.org/id/term/yav/Kong%C3%B3>,
        <http://lexvo.org/id/term/yor/Or%C3%ADl%E1%BA%B9%CC%81%C3%A8de%20K%C3%B3ng%C3%B2>,
        <http://lexvo.org/id/term/zsm/Congo%20%5BRepublik%5D>,
        <http://lexvo.org/id/term/zsm/Congo%20-%20Brazzaville>,
        <http://lexvo.org/id/term/zul/e-Congo%20%5BRepublic%5D>,
        <http://lexvo.org/id/term/zul/e-Congo%20-%20Brazzaville> ;
    owl:sameAs <http://psi.oasis-open.org/iso/3166/#178>,
        <http://sws.geonames.org/2260494/> .

<http://lexvo.org/id/iso3166/CH> a lvont:GeographicRegion ;
    rdfs:label "Switserland"@af,
        "Suezàlân"@agq,
        "Swetzaland"@ak,
        "ስዊዘርላንድ"@am,
        "سويسرا"@ar,
        "Uthwithi"@asa,
        "Suiza"@ast,
        "isveçriya"@az,
        "Sùwîs"@bas,
        "Швейцарыя"@be,
        "Huuswisi"@bez,
        "Швейцария"@bg,
        "Suwisi"@bm,
        "সুইজর্লণ্ড"@bn,
        "সুইজারল্যান্ড"@bn,
        "ཧྲུད་ཧྲི།"@bo,
        "Suis"@br,
        "स्वित्ज़रलैंड"@brx,
        "Švajcarska"@bs,
        "Швајцарска"@bs-Cyrl,
        "ስዊዘርላንድ"@byn,
        "Suïssa"@ca,
        "Swisi"@cgg,
        "ᏍᏫᏍ"@chr,
        "瑞士"@cmn,
        "瑞士"@cmn-Hant,
        "Švýcarsko"@cs,
        "y Swistir"@cy,
        "Schweiz"@da,
        "Uswisi"@dav,
        "Schweiz"@de,
        "Swisu"@dje,
        "སུ་ཝིཊ་ཛར་ལེནཌ"@dz,
        "Uswisi"@ebu,
        "Switzerland nutome"@ee,
        "Ελβετία"@el,
        "ISO 3166-1:CH"@en,
        "Switzerland"@en,
        "𐐝𐐶𐐮𐐻𐑅𐐲𐑉𐑊𐐲𐑌𐐼"@en-Dsrt,
        "Svisujo"@eo,
        "Suiza"@es,
        "Šveits"@et,
        "Suitza"@eu,
        "Suís"@ewo,
        "سوئیس"@fa,
        "سویس"@fa,
        "Suwiis"@ff,
        "Sveitsi"@fi,
        "Switzerland"@fil,
        "Sveis"@fo,
        "Suisse"@fr,
        "Svuizare"@fur,
        "An Eilvéis"@ga,
        "An Eilbheis"@gd,
        "Suíza"@gl,
        "Schwiiz"@gsw,
        "સ્વિટ્ઝર્લૅન્ડ"@gu,
        "Uswisi"@guz,
        "Suwizalan"@ha,
        "שווייץ"@he,
        "स्विस"@hi,
        "Švicarska"@hr,
        "Svájc"@hu,
        "Շվեյցարիա"@hy,
        "Suissa"@ia,
        "Swiss"@id,
        "Sviss"@is,
        "Svizzera"@it,
        "スイス"@ja,
        "Sẅísɛ"@jgo,
        "Uswisi"@jmc,
        "შვეიცარია"@ka,
        "Swis"@kab,
        "Uswisi"@kam,
        "Uswisi"@kde,
        "Suisa"@kea,
        "Swisu"@khq,
        "Uswisi"@ki,
        "Швейцария"@kk,
        "Schweizi"@kl,
        "Emetab Switzerland"@kln,
        "ស្វីស"@km,
        "ಸ್ವಿಟ್ಜರ್ಲ್ಯಾಂಡ್"@kn,
        "스위스"@ko,
        "سُوِزَرلینٛڑ"@ks,
        "Uswisi"@ksb,
        "swís"@ksf,
        "de Schweiz"@ksh,
        "Uswíisi"@lag,
        "Switizirandi"@lg,
        "Swisɛ"@ln,
        "ສະວິດເຊີແລນ"@lo,
        "Šveicarija"@lt,
        "Swise"@lu,
        "Switzerland"@luo,
        "Uswisi"@luy,
        "Šveice"@lv,
        "Uswisi"@mas,
        "Swizilandi"@mer,
        "Laswis"@mfe,
        "Soisa"@mg,
        "Uswisi"@mgh,
        "Швајцарија"@mk,
        "സ്വിറ്റ്സർലാൻഡ്"@ml,
        "स्वित्झर्लंड"@mr,
        "Svizzera"@mt,
        "Sǝr Swiss"@mua,
        "ဆွစ်ဇလန်"@my,
        "Switzerlandi"@naq,
        "Sveits"@nb,
        "Switzerland"@nd,
        "स्विजरल्याण्ड"@ne,
        "Zwitserland"@nl,
        "Switzɛrland"@nmg,
        "Sveits"@nn,
        "Swisi"@nyn,
        "ସ୍ବିଜରଲ୍ୟାଣ୍ଡ"@or,
        "Szwajcaria"@pl,
        "سویس"@ps,
        "Suíça"@pt,
        "Svizra"@rm,
        "Ubusuwisi"@rn,
        "Elveția"@ro,
        "Uswisi"@rof,
        "Швейцария"@ru,
        "Uswisi"@rwk,
        "Uswisi"@saq,
        "Uswisi"@sbp,
        "Šveica"@se,
        "Suíça"@seh,
        "Swisu"@ses,
        "Sûîsi"@sg,
        "ⵙⵡⵉⵙⵔⴰ"@shi,
        "swisra"@shi-Latn,
        "ස්විස්ටර්ලන්තය"@si,
        "Švajčiarsko"@sk,
        "Švica"@sl,
        "Switzerland"@sn,
        "Swiiserlaand"@so,
        "Zvicër"@sq,
        "Швајцарска"@sr,
        "Švajcarska"@sr-Latn,
        "Schweiz"@sv,
        "Uswisi"@swc,
        "Uswisi"@swh,
        "ஸ்விட்சர்லாந்து"@ta,
        "స్విట్జర్లేండ్"@te,
        "Uswisi"@teo,
        "สวิตเซอร์แลนด์"@th,
        "ስዊዘርላንድ"@ti,
        "ስዊዘርላንድ"@tig,
        "Suisilani"@to,
        "İsviçre"@tr,
        "Swisu"@twq,
        "Swisra"@tzm,
        "Швейцарія"@uk,
        "سوئٹزر لینڈ"@ur,
        "ꖬꔃꕤ ꖨꕮꕊ"@vai,
        "Suweza Lumaã"@vai-Latn,
        "Thụy Sĩ"@vi,
        "Uswisi"@vun,
        "Schwiz"@wae,
        "ስዊዘርላንድ"@wal,
        "Switizirandi"@xog,
        "suwíis"@yav,
        "Orílẹ́ède switiṣilandi"@yo,
        "Switzerland"@zsm,
        "i-Switzerland"@zu ;
    lvont:label <http://lexvo.org/id/term/afr/Switserland>,
        <http://lexvo.org/id/term/agq/Suez%C3%A0l%C3%A2n>,
        <http://lexvo.org/id/term/aka/Swetzaland>,
        <http://lexvo.org/id/term/amh/%E1%88%B5%E1%8B%8A%E1%8B%98%E1%88%AD%E1%88%8B%E1%8A%95%E1%8B%B5>,
        <http://lexvo.org/id/term/ara/%D8%B3%D9%88%D9%8A%D8%B3%D8%B1%D8%A7>,
        <http://lexvo.org/id/term/asa/Uthwithi>,
        <http://lexvo.org/id/term/ast/Suiza>,
        <http://lexvo.org/id/term/aze/isve%C3%A7riya>,
        <http://lexvo.org/id/term/bam/Suwisi>,
        <http://lexvo.org/id/term/bas/S%C3%B9w%C3%AEs>,
        <http://lexvo.org/id/term/bel/%D0%A8%D0%B2%D0%B5%D0%B9%D1%86%D0%B0%D1%80%D1%8B%D1%8F>,
        <http://lexvo.org/id/term/ben/%E0%A6%B8%E0%A7%81%E0%A6%87%E0%A6%9C%E0%A6%B0%E0%A7%8D%E0%A6%B2%E0%A6%A3%E0%A7%8D%E0%A6%A1>,
        <http://lexvo.org/id/term/ben/%E0%A6%B8%E0%A7%81%E0%A6%87%E0%A6%9C%E0%A6%BE%E0%A6%B0%E0%A6%B2%E0%A7%8D%E0%A6%AF%E0%A6%BE%E0%A6%A8%E0%A7%8D%E0%A6%A1>,
        <http://lexvo.org/id/term/bez/Huuswisi>,
        <http://lexvo.org/id/term/bod/%E0%BD%A7%E0%BE%B2%E0%BD%B4%E0%BD%91%E0%BC%8B%E0%BD%A7%E0%BE%B2%E0%BD%B2%E0%BC%8D>,
        <http://lexvo.org/id/term/bos-Cyrl/%D0%A8%D0%B2%D0%B0%D1%98%D1%86%D0%B0%D1%80%D1%81%D0%BA%D0%B0>,
        <http://lexvo.org/id/term/bos/%C5%A0vajcarska>,
        <http://lexvo.org/id/term/bre/Suis>,
        <http://lexvo.org/id/term/brx/%E0%A4%B8%E0%A5%8D%E0%A4%B5%E0%A4%BF%E0%A4%A4%E0%A5%8D%E0%A4%9C%E0%A4%BC%E0%A4%B0%E0%A4%B2%E0%A5%88%E0%A4%82%E0%A4%A1>,
        <http://lexvo.org/id/term/bul/%D0%A8%D0%B2%D0%B5%D0%B9%D1%86%D0%B0%D1%80%D0%B8%D1%8F>,
        <http://lexvo.org/id/term/byn/%E1%88%B5%E1%8B%8A%E1%8B%98%E1%88%AD%E1%88%8B%E1%8A%95%E1%8B%B5>,
        <http://lexvo.org/id/term/cat/Su%C3%AFssa>,
        <http://lexvo.org/id/term/ces/%C5%A0v%C3%BDcarsko>,
        <http://lexvo.org/id/term/cgg/Swisi>,
        <http://lexvo.org/id/term/chr/%E1%8F%8D%E1%8F%AB%E1%8F%8D>,
        <http://lexvo.org/id/term/cmn-Hant/%E7%91%9E%E5%A3%AB>,
        <http://lexvo.org/id/term/cmn/%E7%91%9E%E5%A3%AB>,
        <http://lexvo.org/id/term/cym/y%20Swistir>,
        <http://lexvo.org/id/term/dan/Schweiz>,
        <http://lexvo.org/id/term/dav/Uswisi>,
        <http://lexvo.org/id/term/deu/Schweiz>,
        <http://lexvo.org/id/term/dje/Swisu>,
        <http://lexvo.org/id/term/dzo/%E0%BD%A6%E0%BD%B4%E0%BC%8B%E0%BD%9D%E0%BD%B2%E0%BD%8A%E0%BC%8B%E0%BD%9B%E0%BD%A2%E0%BC%8B%E0%BD%A3%E0%BD%BA%E0%BD%93%E0%BD%8C>,
        <http://lexvo.org/id/term/ebu/Uswisi>,
        <http://lexvo.org/id/term/ell/%CE%95%CE%BB%CE%B2%CE%B5%CF%84%CE%AF%CE%B1>,
        <http://lexvo.org/id/term/eng-Dsrt/%F0%90%90%9D%F0%90%90%B6%F0%90%90%AE%F0%90%90%BB%F0%90%91%85%F0%90%90%B2%F0%90%91%89%F0%90%91%8A%F0%90%90%B2%F0%90%91%8C%F0%90%90%BC>,
        <http://lexvo.org/id/term/eng/ISO%203166-1%3ACH>,
        <http://lexvo.org/id/term/eng/Switzerland>,
        <http://lexvo.org/id/term/epo/Svisujo>,
        <http://lexvo.org/id/term/est/%C5%A0veits>,
        <http://lexvo.org/id/term/eus/Suitza>,
        <http://lexvo.org/id/term/ewe/Switzerland%20nutome>,
        <http://lexvo.org/id/term/ewo/Su%C3%ADs>,
        <http://lexvo.org/id/term/fao/Sveis>,
        <http://lexvo.org/id/term/fas/%D8%B3%D9%88%D8%A6%DB%8C%D8%B3>,
        <http://lexvo.org/id/term/fas/%D8%B3%D9%88%DB%8C%D8%B3>,
        <http://lexvo.org/id/term/fil/Switzerland>,
        <http://lexvo.org/id/term/fin/Sveitsi>,
        <http://lexvo.org/id/term/fra/Suisse>,
        <http://lexvo.org/id/term/ful/Suwiis>,
        <http://lexvo.org/id/term/fur/Svuizare>,
        <http://lexvo.org/id/term/gla/An%20Eilbheis>,
        <http://lexvo.org/id/term/gle/An%20Eilv%C3%A9is>,
        <http://lexvo.org/id/term/glg/Su%C3%ADza>,
        <http://lexvo.org/id/term/gsw/Schwiiz>,
        <http://lexvo.org/id/term/guj/%E0%AA%B8%E0%AB%8D%E0%AA%B5%E0%AA%BF%E0%AA%9F%E0%AB%8D%E0%AA%9D%E0%AA%B0%E0%AB%8D%E0%AA%B2%E0%AB%85%E0%AA%A8%E0%AB%8D%E0%AA%A1>,
        <http://lexvo.org/id/term/guz/Uswisi>,
        <http://lexvo.org/id/term/hau/Suwizalan>,
        <http://lexvo.org/id/term/heb/%D7%A9%D7%95%D7%95%D7%99%D7%99%D7%A5>,
        <http://lexvo.org/id/term/hin/%E0%A4%B8%E0%A5%8D%E0%A4%B5%E0%A4%BF%E0%A4%B8>,
        <http://lexvo.org/id/term/hrv/%C5%A0vicarska>,
        <http://lexvo.org/id/term/hun/Sv%C3%A1jc>,
        <http://lexvo.org/id/term/hye/%D5%87%D5%BE%D5%A5%D5%B5%D6%81%D5%A1%D6%80%D5%AB%D5%A1>,
        <http://lexvo.org/id/term/ina/Suissa>,
        <http://lexvo.org/id/term/ind/Swiss>,
        <http://lexvo.org/id/term/isl/Sviss>,
        <http://lexvo.org/id/term/ita/Svizzera>,
        <http://lexvo.org/id/term/jgo/S%E1%BA%85%C3%ADs%C9%9B>,
        <http://lexvo.org/id/term/jmc/Uswisi>,
        <http://lexvo.org/id/term/jpn/%E3%82%B9%E3%82%A4%E3%82%B9>,
        <http://lexvo.org/id/term/kab/Swis>,
        <http://lexvo.org/id/term/kal/Schweizi>,
        <http://lexvo.org/id/term/kam/Uswisi>,
        <http://lexvo.org/id/term/kan/%E0%B2%B8%E0%B3%8D%E0%B2%B5%E0%B2%BF%E0%B2%9F%E0%B3%8D%E0%B2%9C%E0%B2%B0%E0%B3%8D%E0%B2%B2%E0%B3%8D%E0%B2%AF%E0%B2%BE%E0%B2%82%E0%B2%A1%E0%B3%8D>,
        <http://lexvo.org/id/term/kas/%D8%B3%D9%8F%D9%88%D9%90%D8%B2%D9%8E%D8%B1%D9%84%DB%8C%D9%86%D9%9B%DA%91>,
        <http://lexvo.org/id/term/kat/%E1%83%A8%E1%83%95%E1%83%94%E1%83%98%E1%83%AA%E1%83%90%E1%83%A0%E1%83%98%E1%83%90>,
        <http://lexvo.org/id/term/kaz/%D0%A8%D0%B2%D0%B5%D0%B9%D1%86%D0%B0%D1%80%D0%B8%D1%8F>,
        <http://lexvo.org/id/term/kde/Uswisi>,
        <http://lexvo.org/id/term/kea/Suisa>,
        <http://lexvo.org/id/term/khm/%E1%9E%9F%E1%9F%92%E1%9E%9C%E1%9E%B8%E1%9E%9F>,
        <http://lexvo.org/id/term/khq/Swisu>,
        <http://lexvo.org/id/term/kik/Uswisi>,
        <http://lexvo.org/id/term/kln/Emetab%20Switzerland>,
        <http://lexvo.org/id/term/kor/%EC%8A%A4%EC%9C%84%EC%8A%A4>,
        <http://lexvo.org/id/term/ksb/Uswisi>,
        <http://lexvo.org/id/term/ksf/sw%C3%ADs>,
        <http://lexvo.org/id/term/ksh/de%20Schweiz>,
        <http://lexvo.org/id/term/lag/Usw%C3%ADisi>,
        <http://lexvo.org/id/term/lao/%E0%BA%AA%E0%BA%B0%E0%BA%A7%E0%BA%B4%E0%BA%94%E0%BB%80%E0%BA%8A%E0%BA%B5%E0%BB%81%E0%BA%A5%E0%BA%99>,
        <http://lexvo.org/id/term/lav/%C5%A0veice>,
        <http://lexvo.org/id/term/lin/Swis%C9%9B>,
        <http://lexvo.org/id/term/lit/%C5%A0veicarija>,
        <http://lexvo.org/id/term/lub/Swise>,
        <http://lexvo.org/id/term/lug/Switizirandi>,
        <http://lexvo.org/id/term/luo/Switzerland>,
        <http://lexvo.org/id/term/luy/Uswisi>,
        <http://lexvo.org/id/term/mal/%E0%B4%B8%E0%B5%8D%E0%B4%B5%E0%B4%BF%E0%B4%B1%E0%B5%8D%E0%B4%B1%E0%B5%8D%E0%B4%B8%E0%B5%BC%E0%B4%B2%E0%B4%BE%E0%B5%BB%E0%B4%A1%E0%B5%8D>,
        <http://lexvo.org/id/term/mar/%E0%A4%B8%E0%A5%8D%E0%A4%B5%E0%A4%BF%E0%A4%A4%E0%A5%8D%E0%A4%9D%E0%A4%B0%E0%A5%8D%E0%A4%B2%E0%A4%82%E0%A4%A1>,
        <http://lexvo.org/id/term/mas/Uswisi>,
        <http://lexvo.org/id/term/mer/Swizilandi>,
        <http://lexvo.org/id/term/mfe/Laswis>,
        <http://lexvo.org/id/term/mgh/Uswisi>,
        <http://lexvo.org/id/term/mkd/%D0%A8%D0%B2%D0%B0%D1%98%D1%86%D0%B0%D1%80%D0%B8%D1%98%D0%B0>,
        <http://lexvo.org/id/term/mlg/Soisa>,
        <http://lexvo.org/id/term/mlt/Svizzera>,
        <http://lexvo.org/id/term/mua/S%C7%9Dr%20Swiss>,
        <http://lexvo.org/id/term/mya/%E1%80%86%E1%80%BD%E1%80%85%E1%80%BA%E1%80%87%E1%80%9C%E1%80%94%E1%80%BA>,
        <http://lexvo.org/id/term/naq/Switzerlandi>,
        <http://lexvo.org/id/term/nde/Switzerland>,
        <http://lexvo.org/id/term/nep/%E0%A4%B8%E0%A5%8D%E0%A4%B5%E0%A4%BF%E0%A4%9C%E0%A4%B0%E0%A4%B2%E0%A5%8D%E0%A4%AF%E0%A4%BE%E0%A4%A3%E0%A5%8D%E0%A4%A1>,
        <http://lexvo.org/id/term/nld/Zwitserland>,
        <http://lexvo.org/id/term/nmg/Switz%C9%9Brland>,
        <http://lexvo.org/id/term/nno/Sveits>,
        <http://lexvo.org/id/term/nob/Sveits>,
        <http://lexvo.org/id/term/nyn/Swisi>,
        <http://lexvo.org/id/term/ori/%E0%AC%B8%E0%AD%8D%E0%AC%AC%E0%AC%BF%E0%AC%9C%E0%AC%B0%E0%AC%B2%E0%AD%8D%E0%AD%9F%E0%AC%BE%E0%AC%A3%E0%AD%8D%E0%AC%A1>,
        <http://lexvo.org/id/term/pol/Szwajcaria>,
        <http://lexvo.org/id/term/por/Su%C3%AD%C3%A7a>,
        <http://lexvo.org/id/term/pus/%D8%B3%D9%88%DB%8C%D8%B3>,
        <http://lexvo.org/id/term/rof/Uswisi>,
        <http://lexvo.org/id/term/roh/Svizra>,
        <http://lexvo.org/id/term/ron/Elve%C8%9Bia>,
        <http://lexvo.org/id/term/run/Ubusuwisi>,
        <http://lexvo.org/id/term/rus/%D0%A8%D0%B2%D0%B5%D0%B9%D1%86%D0%B0%D1%80%D0%B8%D1%8F>,
        <http://lexvo.org/id/term/rwk/Uswisi>,
        <http://lexvo.org/id/term/sag/S%C3%BB%C3%AEsi>,
        <http://lexvo.org/id/term/saq/Uswisi>,
        <http://lexvo.org/id/term/sbp/Uswisi>,
        <http://lexvo.org/id/term/seh/Su%C3%AD%C3%A7a>,
        <http://lexvo.org/id/term/ses/Swisu>,
        <http://lexvo.org/id/term/shi-Latn/swisra>,
        <http://lexvo.org/id/term/shi/%E2%B5%99%E2%B5%A1%E2%B5%89%E2%B5%99%E2%B5%94%E2%B4%B0>,
        <http://lexvo.org/id/term/sin/%E0%B7%83%E0%B7%8A%E0%B7%80%E0%B7%92%E0%B7%83%E0%B7%8A%E0%B6%A7%E0%B6%BB%E0%B7%8A%E0%B6%BD%E0%B6%B1%E0%B7%8A%E0%B6%AD%E0%B6%BA>,
        <http://lexvo.org/id/term/slk/%C5%A0vaj%C4%8Diarsko>,
        <http://lexvo.org/id/term/slv/%C5%A0vica>,
        <http://lexvo.org/id/term/sme/%C5%A0veica>,
        <http://lexvo.org/id/term/sna/Switzerland>,
        <http://lexvo.org/id/term/som/Swiiserlaand>,
        <http://lexvo.org/id/term/spa/Suiza>,
        <http://lexvo.org/id/term/sqi/Zvic%C3%ABr>,
        <http://lexvo.org/id/term/srp-Latn/%C5%A0vajcarska>,
        <http://lexvo.org/id/term/srp/%D0%A8%D0%B2%D0%B0%D1%98%D1%86%D0%B0%D1%80%D1%81%D0%BA%D0%B0>,
        <http://lexvo.org/id/term/swc/Uswisi>,
        <http://lexvo.org/id/term/swe/Schweiz>,
        <http://lexvo.org/id/term/swh/Uswisi>,
        <http://lexvo.org/id/term/tam/%E0%AE%B8%E0%AF%8D%E0%AE%B5%E0%AE%BF%E0%AE%9F%E0%AF%8D%E0%AE%9A%E0%AE%B0%E0%AF%8D%E0%AE%B2%E0%AE%BE%E0%AE%A8%E0%AF%8D%E0%AE%A4%E0%AF%81>,
        <http://lexvo.org/id/term/tel/%E0%B0%B8%E0%B1%8D%E0%B0%B5%E0%B0%BF%E0%B0%9F%E0%B1%8D%E0%B0%9C%E0%B0%B0%E0%B1%8D%E0%B0%B2%E0%B1%87%E0%B0%82%E0%B0%A1%E0%B1%8D>,
        <http://lexvo.org/id/term/teo/Uswisi>,
        <http://lexvo.org/id/term/tha/%E0%B8%AA%E0%B8%A7%E0%B8%B4%E0%B8%95%E0%B9%80%E0%B8%8B%E0%B8%AD%E0%B8%A3%E0%B9%8C%E0%B9%81%E0%B8%A5%E0%B8%99%E0%B8%94%E0%B9%8C>,
        <http://lexvo.org/id/term/tig/%E1%88%B5%E1%8B%8A%E1%8B%98%E1%88%AD%E1%88%8B%E1%8A%95%E1%8B%B5>,
        <http://lexvo.org/id/term/tir/%E1%88%B5%E1%8B%8A%E1%8B%98%E1%88%AD%E1%88%8B%E1%8A%95%E1%8B%B5>,
        <http://lexvo.org/id/term/ton/Suisilani>,
        <http://lexvo.org/id/term/tur/%C4%B0svi%C3%A7re>,
        <http://lexvo.org/id/term/twq/Swisu>,
        <http://lexvo.org/id/term/tzm/Swisra>,
        <http://lexvo.org/id/term/ukr/%D0%A8%D0%B2%D0%B5%D0%B9%D1%86%D0%B0%D1%80%D1%96%D1%8F>,
        <http://lexvo.org/id/term/urd/%D8%B3%D9%88%D8%A6%D9%B9%D8%B2%D8%B1%20%D9%84%DB%8C%D9%86%DA%88>,
        <http://lexvo.org/id/term/vai-Latn/Suweza%20Luma%C3%A3>,
        <http://lexvo.org/id/term/vai/%EA%96%AC%EA%94%83%EA%95%A4%20%EA%96%A8%EA%95%AE%EA%95%8A>,
        <http://lexvo.org/id/term/vie/Th%E1%BB%A5y%20S%C4%A9>,
        <http://lexvo.org/id/term/vun/Uswisi>,
        <http://lexvo.org/id/term/wae/Schwiz>,
        <http://lexvo.org/id/term/wal/%E1%88%B5%E1%8B%8A%E1%8B%98%E1%88%AD%E1%88%8B%E1%8A%95%E1%8B%B5>,
        <http://lexvo.org/id/term/xog/Switizirandi>,
        <http://lexvo.org/id/term/yav/suw%C3%ADis>,
        <http://lexvo.org/id/term/yor/Or%C3%ADl%E1%BA%B9%CC%81%C3%A8de%20switi%E1%B9%A3ilandi>,
        <http://lexvo.org/id/term/zsm/Switzerland>,
        <http://lexvo.org/id/term/zul/i-Switzerland> ;
    owl:sameAs <http://psi.oasis-open.org/iso/3166/#756>,
        <http://sws.geonames.org/2658434/> .

<http://lexvo.org/id/iso3166/CI> a lvont:GeographicRegion ;
    rdfs:label "Ivoorkus"@af,
        "Ku Dɨ̀vûa"@agq,
        "La Côte d'Ivoire"@ak,
        "አይቮሪኮስት"@am,
        "ኮት ዲቯር"@am,
        "ساحل العاج"@ar,
        "Kodivaa"@asa,
        "Costa de Marfil"@ast,
        "İvori Sahili"@az,
        "Màŋ mi Njɔ̂k"@bas,
        "Hukodivaa"@bez,
        "Бряг на слоновата кост"@bg,
        "Кот д'Ивоар"@bg,
        "Kodiwari"@bm,
        "আইভরি কোস্ট"@bn,
        "আভরি কোস্ট"@bn,
        "ཀོ་ཊེ་ཌི། ཨི་ཝོ་རེ།"@bo,
        "Aod Olifant"@br,
        "Aod an Olifant"@br,
        "आईवरी कोस्ट"@brx,
        "Obala Slonovače"@bs,
        "Обала Слоноваче"@bs-Cyrl,
        "Costa d’Ivori"@ca,
        "Aivore Kositi"@cgg,
        "ᎢᏬᎵ ᎾᎿ ᎠᎹᏳᎶᏗ"@chr,
        "科特迪瓦"@cmn,
        "象牙海岸"@cmn,
        "科特迪瓦"@cmn-Hant,
        "象牙海岸"@cmn-Hant,
        "Pobřeží slonoviny"@cs,
        "Côte d’Ivoire"@cy,
        "y Traeth Ifori"@cy,
        "Côte d’Ivoire"@da,
        "Elfenbenskysten"@da,
        "Kodivaa"@dav,
        "Côte d’Ivoire"@de,
        "Elfenbeinküste"@de,
        "Kudwar"@dje,
        "Koddiwar"@dyo,
        "ཀོ་ཊེ་ ཌི་ཨི་ཝོ་རེ"@dz,
        "ཨི་ཝོ་རི་ཀོསཊ"@dz,
        "Kodivaa"@ebu,
        "Ivory Kost nutome"@ee,
        "Kote d’Ivoire nutome"@ee,
        "Ακτή Ελεφαντοστού"@el,
        "Côte d’Ivoire"@en,
        "ISO 3166-1:CI"@en,
        "Ivory Coast"@en,
        "𐐌𐑂𐑉𐐨 𐐗𐐬𐑅𐐻"@en-Dsrt,
        "Ebur-Bordo"@eo,
        "Costa de Marfil"@es,
        "Côte d'Ivoire"@et,
        "Elevandiluurannik"@et,
        "BK"@eu,
        "Boli Kosta"@eu,
        "Kód Divɔ́r"@ewo,
        "ساحل عاج"@fa,
        "Kodduwaar"@ff,
        "Côte d'Ivoire"@fi,
        "Norsunluurannikko"@fi,
        "Côte d'Ivoire"@fil,
        "Ivory Coast"@fil,
        "Fílabeinsstrondin"@fo,
        "Côte d’Ivoire"@fr,
        "Cueste di Avoli"@fur,
        "An Cósta Eabhair"@ga,
        "An Costa Ìbhri"@gd,
        "Côte d’Ivoire"@gd,
        "Costa de Marfil"@gl,
        "Costa do Marfil"@gl,
        "Elfebäiküschte"@gsw,
        "આઇવરી કોસ્ટ"@gu,
        "Kodivaa"@guz,
        "Aibari Kwas"@ha,
        "חוף השנהב"@he,
        "आइवरी कोस्ट"@hi,
        "आईवरी कोस्ट"@hi,
        "Bjelokosna Obala"@hr,
        "Elefántcsontpart"@hu,
        "Փղոսկրի Ափ"@hy,
        "Cote d'Ivoire"@id,
        "Ivory Coast"@id,
        "Fílabeinsströndin"@is,
        "Costa d'Avorio"@it,
        "Costa d’Avorio"@it,
        "コートジボワール"@ja,
        "象牙海岸"@ja,
        "Kɔ́t Ndivwâ"@jgo,
        "Kodivaa"@jmc,
        "სპილოს ძვლის სანაპირო"@ka,
        "Kuṭ Divwar"@kab,
        "Kodivaa"@kam,
        "Kodivaa"@kde,
        "Kosta di Marfin"@kea,
        "Kosta di Marfin [Côte d'Ivoire]"@kea,
        "Kudwar"@khq,
        "Kodivaa"@ki,
        "Emetab Côte d'Ivoire"@kln,
        "កូដឌីវ័រ"@km,
        "កូតឌីវ័រ"@km,
        "ಐವರಿ ಕೋಸ್ಟ್"@kn,
        "코트디부아르"@ko,
        "اَیوٕری کوسٹ"@ks,
        "Kodivaa"@ksb,
        "kɔtiwuár"@ksf,
        "de Älfebeijnköß"@ksh,
        "Älfebeijn-Köß"@ksh,
        "Ivori Kositi"@lag,
        "Kote Divwa"@lg,
        "Kotídivualɛ"@ln,
        "ຝັ່ງທະເລໄອວໍລິ"@lo,
        "Dramblio Kaulo Krantas"@lt,
        "Kotedivuale"@lu,
        "Côte d"@luo,
        "Kodivaa"@luy,
        "Kotdivuāra"@lv,
        "Ziloņkaula krasts"@lv,
        "Kodivaa"@mas,
        "Kodivaa"@mer,
        "Côte d'Ivoire"@mfe,
        "Côte d’Ivoire"@mg,
        "Ukodiva"@mgh,
        "Брег на Слонова Коска"@mk,
        "Брегот на Слоновата Коска"@mk,
        "ഐവറി കോസ്റ്റ്"@ml,
        "आयव्हरी कोस्ट"@mr,
        "Kosta ta’ l-Avorju"@mt,
        "ser Ivoiriya"@mua,
        "အိုင်ဗရီကိုစ့်"@my,
        "Ivoorkusi"@naq,
        "Elfenbenskysten"@nb,
        "Ivory Coast"@nd,
        "आइभोरी कोष्ट"@ne,
        "आइभोरी कोस्ट"@ne,
        "Ivoorkust"@nl,
        "Kote d´Ivoire"@nmg,
        "Elfenbeinskysten"@nn,
        "Kodibo̱o̱"@nus,
        "Aivore Kositi"@nyn,
        "ଆଇବରୀ କୋଷ୍ଟ"@or,
        "Wybrzeże Kości Słoniowej"@pl,
        "Costa do Marfim"@pt,
        "Costa d'Ivur"@rm,
        "Kotedivuware"@rn,
        "Coasta de Fildeş"@ro,
        "Coasta de Fildeș"@ro,
        "Kodivaa"@rof,
        "Берег Слоновой Кости"@ru,
        "Кот д’Ивуар"@ru,
        "Kodivaa"@rwk,
        "Kodivaa"@saq,
        "Kodivaya"@sbp,
        "Elfenbenariddu"@se,
        "Costa do Marfim"@seh,
        "Kudwar"@ses,
        "Kôdivüära"@sg,
        "ⴽⵓⵜ ⴷⵉⴼⵡⴰⵔ"@shi,
        "kut difwar"@shi-Latn,
        "අයිවරි කෝස්ට්"@si,
        "කෝට් දි අයිවරි"@si,
        "Pobrežie Slonoviny"@sk,
        "Slonokoščena obala"@sl,
        "Ivory Coast"@sn,
        "Ivory coast"@so,
        "Bregu i Fildishtë"@sq,
        "Обала Слоноваче"@sr,
        "Obala Slonovače"@sr-Latn,
        "Elfenbenskusten"@sv,
        "Kodivaa"@swc,
        "Cote d'Ivoire"@swh,
        "Kodivaa"@swh,
        "ஐவரி கோஸ்ட்"@ta,
        "ఐవరీ కోస్ట్"@te,
        "Kodivaa"@teo,
        "ไอวอรี่โคสต์"@th,
        "ኮት ዲቯር"@ti,
        "Matafonua ʻAivili"@to,
        "Fildişi Sahili"@tr,
        "Kudwar"@twq,
        "Taɣazut n Uszer"@tzm,
        "Берег Слонової Кістки"@uk,
        "Кот д’Івуар"@uk,
        "آئیوری کوسٹ"@ur,
        "کوٹ ڈی آئیوری"@ur,
        "ꖏꔳ ꕾꕎ"@vai,
        "Kódivówa"@vai-Latn,
        "Bờ Biển Ngà"@vi,
        "Kodivaa"@vun,
        "Côte d'Ivoire"@wae,
        "Elfebeiküšta"@wae,
        "Kote Divwa"@xog,
        "Kótifualɛ"@yav,
        "Orílẹ́ède Kóútè forà"@yo,
        "Côte d’Ivoire"@zsm,
        "Ivory Coast"@zsm,
        "i-Côte d’Ivoire"@zu,
        "i-Ivory Coast"@zu ;
    lvont:label <http://lexvo.org/id/term/afr/Ivoorkus>,
        <http://lexvo.org/id/term/agq/Ku%20D%C9%A8%CC%80v%C3%BBa>,
        <http://lexvo.org/id/term/aka/La%20C%C3%B4te%20d'Ivoire>,
        <http://lexvo.org/id/term/amh/%E1%8A%A0%E1%8B%AD%E1%89%AE%E1%88%AA%E1%8A%AE%E1%88%B5%E1%89%B5>,
        <http://lexvo.org/id/term/amh/%E1%8A%AE%E1%89%B5%20%E1%8B%B2%E1%89%AF%E1%88%AD>,
        <http://lexvo.org/id/term/ara/%D8%B3%D8%A7%D8%AD%D9%84%20%D8%A7%D9%84%D8%B9%D8%A7%D8%AC>,
        <http://lexvo.org/id/term/asa/Kodivaa>,
        <http://lexvo.org/id/term/ast/Costa%20de%20Marfil>,
        <http://lexvo.org/id/term/aze/%C4%B0vori%20Sahili>,
        <http://lexvo.org/id/term/bam/Kodiwari>,
        <http://lexvo.org/id/term/bas/M%C3%A0%C5%8B%20mi%20Nj%C9%94%CC%82k>,
        <http://lexvo.org/id/term/ben/%E0%A6%86%E0%A6%87%E0%A6%AD%E0%A6%B0%E0%A6%BF%20%E0%A6%95%E0%A7%8B%E0%A6%B8%E0%A7%8D%E0%A6%9F>,
        <http://lexvo.org/id/term/ben/%E0%A6%86%E0%A6%AD%E0%A6%B0%E0%A6%BF%20%E0%A6%95%E0%A7%8B%E0%A6%B8%E0%A7%8D%E0%A6%9F>,
        <http://lexvo.org/id/term/bez/Hukodivaa>,
        <http://lexvo.org/id/term/bod/%E0%BD%80%E0%BD%BC%E0%BC%8B%E0%BD%8A%E0%BD%BA%E0%BC%8B%E0%BD%8C%E0%BD%B2%E0%BC%8D%20%E0%BD%A8%E0%BD%B2%E0%BC%8B%E0%BD%9D%E0%BD%BC%E0%BC%8B%E0%BD%A2%E0%BD%BA%E0%BC%8D>,
        <http://lexvo.org/id/term/bos-Cyrl/%D0%9E%D0%B1%D0%B0%D0%BB%D0%B0%20%D0%A1%D0%BB%D0%BE%D0%BD%D0%BE%D0%B2%D0%B0%D1%87%D0%B5>,
        <http://lexvo.org/id/term/bos/Obala%20Slonova%C4%8De>,
        <http://lexvo.org/id/term/bre/Aod%20Olifant>,
        <http://lexvo.org/id/term/bre/Aod%20an%20Olifant>,
        <http://lexvo.org/id/term/brx/%E0%A4%86%E0%A4%88%E0%A4%B5%E0%A4%B0%E0%A5%80%20%E0%A4%95%E0%A5%8B%E0%A4%B8%E0%A5%8D%E0%A4%9F>,
        <http://lexvo.org/id/term/bul/%D0%91%D1%80%D1%8F%D0%B3%20%D0%BD%D0%B0%20%D1%81%D0%BB%D0%BE%D0%BD%D0%BE%D0%B2%D0%B0%D1%82%D0%B0%20%D0%BA%D0%BE%D1%81%D1%82>,
        <http://lexvo.org/id/term/bul/%D0%9A%D0%BE%D1%82%20%D0%B4'%D0%98%D0%B2%D0%BE%D0%B0%D1%80>,
        <http://lexvo.org/id/term/cat/Costa%20d%E2%80%99Ivori>,
        <http://lexvo.org/id/term/ces/Pob%C5%99e%C5%BE%C3%AD%20slonoviny>,
        <http://lexvo.org/id/term/cgg/Aivore%20Kositi>,
        <http://lexvo.org/id/term/chr/%E1%8E%A2%E1%8F%AC%E1%8E%B5%20%E1%8E%BE%E1%8E%BF%20%E1%8E%A0%E1%8E%B9%E1%8F%B3%E1%8E%B6%E1%8F%97>,
        <http://lexvo.org/id/term/cmn-Hant/%E7%A7%91%E7%89%B9%E8%BF%AA%E7%93%A6>,
        <http://lexvo.org/id/term/cmn-Hant/%E8%B1%A1%E7%89%99%E6%B5%B7%E5%B2%B8>,
        <http://lexvo.org/id/term/cmn/%E7%A7%91%E7%89%B9%E8%BF%AA%E7%93%A6>,
        <http://lexvo.org/id/term/cmn/%E8%B1%A1%E7%89%99%E6%B5%B7%E5%B2%B8>,
        <http://lexvo.org/id/term/cym/C%C3%B4te%20d%E2%80%99Ivoire>,
        <http://lexvo.org/id/term/cym/y%20Traeth%20Ifori>,
        <http://lexvo.org/id/term/dan/C%C3%B4te%20d%E2%80%99Ivoire>,
        <http://lexvo.org/id/term/dan/Elfenbenskysten>,
        <http://lexvo.org/id/term/dav/Kodivaa>,
        <http://lexvo.org/id/term/deu/C%C3%B4te%20d%E2%80%99Ivoire>,
        <http://lexvo.org/id/term/deu/Elfenbeink%C3%BCste>,
        <http://lexvo.org/id/term/dje/Kudwar>,
        <http://lexvo.org/id/term/dyo/Koddiwar>,
        <http://lexvo.org/id/term/dzo/%E0%BD%80%E0%BD%BC%E0%BC%8B%E0%BD%8A%E0%BD%BA%E0%BC%8B%20%E0%BD%8C%E0%BD%B2%E0%BC%8B%E0%BD%A8%E0%BD%B2%E0%BC%8B%E0%BD%9D%E0%BD%BC%E0%BC%8B%E0%BD%A2%E0%BD%BA>,
        <http://lexvo.org/id/term/dzo/%E0%BD%A8%E0%BD%B2%E0%BC%8B%E0%BD%9D%E0%BD%BC%E0%BC%8B%E0%BD%A2%E0%BD%B2%E0%BC%8B%E0%BD%80%E0%BD%BC%E0%BD%A6%E0%BD%8A>,
        <http://lexvo.org/id/term/ebu/Kodivaa>,
        <http://lexvo.org/id/term/ell/%CE%91%CE%BA%CF%84%CE%AE%20%CE%95%CE%BB%CE%B5%CF%86%CE%B1%CE%BD%CF%84%CE%BF%CF%83%CF%84%CE%BF%CF%8D>,
        <http://lexvo.org/id/term/eng-Dsrt/%F0%90%90%8C%F0%90%91%82%F0%90%91%89%F0%90%90%A8%20%F0%90%90%97%F0%90%90%AC%F0%90%91%85%F0%90%90%BB>,
        <http://lexvo.org/id/term/eng/C%C3%B4te%20d%E2%80%99Ivoire>,
        <http://lexvo.org/id/term/eng/ISO%203166-1%3ACI>,
        <http://lexvo.org/id/term/eng/Ivory%20Coast>,
        <http://lexvo.org/id/term/epo/Ebur-Bordo>,
        <http://lexvo.org/id/term/est/C%C3%B4te%20d'Ivoire>,
        <http://lexvo.org/id/term/est/Elevandiluurannik>,
        <http://lexvo.org/id/term/eus/BK>,
        <http://lexvo.org/id/term/eus/Boli%20Kosta>,
        <http://lexvo.org/id/term/ewe/Ivory%20Kost%20nutome>,
        <http://lexvo.org/id/term/ewe/Kote%20d%E2%80%99Ivoire%20nutome>,
        <http://lexvo.org/id/term/ewo/K%C3%B3d%20Div%C9%94%CC%81r>,
        <http://lexvo.org/id/term/fao/F%C3%ADlabeinsstrondin>,
        <http://lexvo.org/id/term/fas/%D8%B3%D8%A7%D8%AD%D9%84%20%D8%B9%D8%A7%D8%AC>,
        <http://lexvo.org/id/term/fil/C%C3%B4te%20d'Ivoire>,
        <http://lexvo.org/id/term/fil/Ivory%20Coast>,
        <http://lexvo.org/id/term/fin/C%C3%B4te%20d'Ivoire>,
        <http://lexvo.org/id/term/fin/Norsunluurannikko>,
        <http://lexvo.org/id/term/fra/C%C3%B4te%20d%E2%80%99Ivoire>,
        <http://lexvo.org/id/term/ful/Kodduwaar>,
        <http://lexvo.org/id/term/fur/Cueste%20di%20Avoli>,
        <http://lexvo.org/id/term/gla/An%20Costa%20%C3%8Cbhri>,
        <http://lexvo.org/id/term/gla/C%C3%B4te%20d%E2%80%99Ivoire>,
        <http://lexvo.org/id/term/gle/An%20C%C3%B3sta%20Eabhair>,
        <http://lexvo.org/id/term/glg/Costa%20de%20Marfil>,
        <http://lexvo.org/id/term/glg/Costa%20do%20Marfil>,
        <http://lexvo.org/id/term/gsw/Elfeb%C3%A4ik%C3%BCschte>,
        <http://lexvo.org/id/term/guj/%E0%AA%86%E0%AA%87%E0%AA%B5%E0%AA%B0%E0%AB%80%20%E0%AA%95%E0%AB%8B%E0%AA%B8%E0%AB%8D%E0%AA%9F>,
        <http://lexvo.org/id/term/guz/Kodivaa>,
        <http://lexvo.org/id/term/hau/Aibari%20Kwas>,
        <http://lexvo.org/id/term/heb/%D7%97%D7%95%D7%A3%20%D7%94%D7%A9%D7%A0%D7%94%D7%91>,
        <http://lexvo.org/id/term/hin/%E0%A4%86%E0%A4%87%E0%A4%B5%E0%A4%B0%E0%A5%80%20%E0%A4%95%E0%A5%8B%E0%A4%B8%E0%A5%8D%E0%A4%9F>,
        <http://lexvo.org/id/term/hin/%E0%A4%86%E0%A4%88%E0%A4%B5%E0%A4%B0%E0%A5%80%20%E0%A4%95%E0%A5%8B%E0%A4%B8%E0%A5%8D%E0%A4%9F>,
        <http://lexvo.org/id/term/hrv/Bjelokosna%20Obala>,
        <http://lexvo.org/id/term/hun/Elef%C3%A1ntcsontpart>,
        <http://lexvo.org/id/term/hye/%D5%93%D5%B2%D5%B8%D5%BD%D5%AF%D6%80%D5%AB%20%D4%B1%D6%83>,
        <http://lexvo.org/id/term/ind/Cote%20d'Ivoire>,
        <http://lexvo.org/id/term/ind/Ivory%20Coast>,
        <http://lexvo.org/id/term/isl/F%C3%ADlabeinsstr%C3%B6ndin>,
        <http://lexvo.org/id/term/ita/Costa%20d%E2%80%99Avorio>,
        <http://lexvo.org/id/term/ita/Costa%20d'Avorio>,
        <http://lexvo.org/id/term/jgo/K%C9%94%CC%81t%20Ndivw%C3%A2>,
        <http://lexvo.org/id/term/jmc/Kodivaa>,
        <http://lexvo.org/id/term/jpn/%E3%82%B3%E3%83%BC%E3%83%88%E3%82%B8%E3%83%9C%E3%83%AF%E3%83%BC%E3%83%AB>,
        <http://lexvo.org/id/term/jpn/%E8%B1%A1%E7%89%99%E6%B5%B7%E5%B2%B8>,
        <http://lexvo.org/id/term/kab/Ku%E1%B9%AD%20Divwar>,
        <http://lexvo.org/id/term/kam/Kodivaa>,
        <http://lexvo.org/id/term/kan/%E0%B2%90%E0%B2%B5%E0%B2%B0%E0%B2%BF%20%E0%B2%95%E0%B3%8B%E0%B2%B8%E0%B3%8D%E0%B2%9F%E0%B3%8D>,
        <http://lexvo.org/id/term/kas/%D8%A7%D9%8E%DB%8C%D9%88%D9%95%D8%B1%DB%8C%20%DA%A9%D9%88%D8%B3%D9%B9>,
        <http://lexvo.org/id/term/kat/%E1%83%A1%E1%83%9E%E1%83%98%E1%83%9A%E1%83%9D%E1%83%A1%20%E1%83%AB%E1%83%95%E1%83%9A%E1%83%98%E1%83%A1%20%E1%83%A1%E1%83%90%E1%83%9C%E1%83%90%E1%83%9E%E1%83%98%E1%83%A0%E1%83%9D>,
        <http://lexvo.org/id/term/kde/Kodivaa>,
        <http://lexvo.org/id/term/kea/Kosta%20di%20Marfin>,
        <http://lexvo.org/id/term/kea/Kosta%20di%20Marfin%20%5BC%C3%B4te%20d'Ivoire%5D>,
        <http://lexvo.org/id/term/khm/%E1%9E%80%E1%9E%BC%E1%9E%8A%E1%9E%8C%E1%9E%B8%E1%9E%9C%E1%9F%90%E1%9E%9A>,
        <http://lexvo.org/id/term/khm/%E1%9E%80%E1%9E%BC%E1%9E%8F%E1%9E%8C%E1%9E%B8%E1%9E%9C%E1%9F%90%E1%9E%9A>,
        <http://lexvo.org/id/term/khq/Kudwar>,
        <http://lexvo.org/id/term/kik/Kodivaa>,
        <http://lexvo.org/id/term/kln/Emetab%20C%C3%B4te%20d'Ivoire>,
        <http://lexvo.org/id/term/kor/%EC%BD%94%ED%8A%B8%EB%94%94%EB%B6%80%EC%95%84%EB%A5%B4>,
        <http://lexvo.org/id/term/ksb/Kodivaa>,
        <http://lexvo.org/id/term/ksf/k%C9%94tiwu%C3%A1r>,
        <http://lexvo.org/id/term/ksh/%C3%84lfebeijn-K%C3%B6%C3%9F>,
        <http://lexvo.org/id/term/ksh/de%20%C3%84lfebeijnk%C3%B6%C3%9F>,
        <http://lexvo.org/id/term/lag/Ivori%20Kositi>,
        <http://lexvo.org/id/term/lao/%E0%BA%9D%E0%BA%B1%E0%BB%88%E0%BA%87%E0%BA%97%E0%BA%B0%E0%BB%80%E0%BA%A5%E0%BB%84%E0%BA%AD%E0%BA%A7%E0%BB%8D%E0%BA%A5%E0%BA%B4>,
        <http://lexvo.org/id/term/lav/Kotdivu%C4%81ra>,
        <http://lexvo.org/id/term/lav/Zilo%C5%86kaula%20krasts>,
        <http://lexvo.org/id/term/lin/Kot%C3%ADdivual%C9%9B>,
        <http://lexvo.org/id/term/lit/Dramblio%20Kaulo%20Krantas>,
        <http://lexvo.org/id/term/lub/Kotedivuale>,
        <http://lexvo.org/id/term/lug/Kote%20Divwa>,
        <http://lexvo.org/id/term/luo/C%C3%B4te%20d>,
        <http://lexvo.org/id/term/luy/Kodivaa>,
        <http://lexvo.org/id/term/mal/%E0%B4%90%E0%B4%B5%E0%B4%B1%E0%B4%BF%20%E0%B4%95%E0%B5%8B%E0%B4%B8%E0%B5%8D%E0%B4%B1%E0%B5%8D%E0%B4%B1%E0%B5%8D>,
        <http://lexvo.org/id/term/mar/%E0%A4%86%E0%A4%AF%E0%A4%B5%E0%A5%8D%E0%A4%B9%E0%A4%B0%E0%A5%80%20%E0%A4%95%E0%A5%8B%E0%A4%B8%E0%A5%8D%E0%A4%9F>,
        <http://lexvo.org/id/term/mas/Kodivaa>,
        <http://lexvo.org/id/term/mer/Kodivaa>,
        <http://lexvo.org/id/term/mfe/C%C3%B4te%20d'Ivoire>,
        <http://lexvo.org/id/term/mgh/Ukodiva>,
        <http://lexvo.org/id/term/mkd/%D0%91%D1%80%D0%B5%D0%B3%20%D0%BD%D0%B0%20%D0%A1%D0%BB%D0%BE%D0%BD%D0%BE%D0%B2%D0%B0%20%D0%9A%D0%BE%D1%81%D0%BA%D0%B0>,
        <http://lexvo.org/id/term/mkd/%D0%91%D1%80%D0%B5%D0%B3%D0%BE%D1%82%20%D0%BD%D0%B0%20%D0%A1%D0%BB%D0%BE%D0%BD%D0%BE%D0%B2%D0%B0%D1%82%D0%B0%20%D0%9A%D0%BE%D1%81%D0%BA%D0%B0>,
        <http://lexvo.org/id/term/mlg/C%C3%B4te%20d%E2%80%99Ivoire>,
        <http://lexvo.org/id/term/mlt/Kosta%20ta%E2%80%99%20l-Avorju>,
        <http://lexvo.org/id/term/mua/ser%20Ivoiriya>,
        <http://lexvo.org/id/term/mya/%E1%80%A1%E1%80%AD%E1%80%AF%E1%80%84%E1%80%BA%E1%80%97%E1%80%9B%E1%80%AE%E1%80%80%E1%80%AD%E1%80%AF%E1%80%85%E1%80%B7%E1%80%BA>,
        <http://lexvo.org/id/term/naq/Ivoorkusi>,
        <http://lexvo.org/id/term/nde/Ivory%20Coast>,
        <http://lexvo.org/id/term/nep/%E0%A4%86%E0%A4%87%E0%A4%AD%E0%A5%8B%E0%A4%B0%E0%A5%80%20%E0%A4%95%E0%A5%8B%E0%A4%B7%E0%A5%8D%E0%A4%9F>,
        <http://lexvo.org/id/term/nep/%E0%A4%86%E0%A4%87%E0%A4%AD%E0%A5%8B%E0%A4%B0%E0%A5%80%20%E0%A4%95%E0%A5%8B%E0%A4%B8%E0%A5%8D%E0%A4%9F>,
        <http://lexvo.org/id/term/nld/Ivoorkust>,
        <http://lexvo.org/id/term/nmg/Kote%20d%C2%B4Ivoire>,
        <http://lexvo.org/id/term/nno/Elfenbeinskysten>,
        <http://lexvo.org/id/term/nob/Elfenbenskysten>,
        <http://lexvo.org/id/term/nus/Kodibo%CC%B1o%CC%B1>,
        <http://lexvo.org/id/term/nyn/Aivore%20Kositi>,
        <http://lexvo.org/id/term/ori/%E0%AC%86%E0%AC%87%E0%AC%AC%E0%AC%B0%E0%AD%80%20%E0%AC%95%E0%AD%8B%E0%AC%B7%E0%AD%8D%E0%AC%9F>,
        <http://lexvo.org/id/term/pol/Wybrze%C5%BCe%20Ko%C5%9Bci%20S%C5%82oniowej>,
        <http://lexvo.org/id/term/por/Costa%20do%20Marfim>,
        <http://lexvo.org/id/term/rof/Kodivaa>,
        <http://lexvo.org/id/term/roh/Costa%20d'Ivur>,
        <http://lexvo.org/id/term/ron/Coasta%20de%20Filde%C5%9F>,
        <http://lexvo.org/id/term/ron/Coasta%20de%20Filde%C8%99>,
        <http://lexvo.org/id/term/run/Kotedivuware>,
        <http://lexvo.org/id/term/rus/%D0%91%D0%B5%D1%80%D0%B5%D0%B3%20%D0%A1%D0%BB%D0%BE%D0%BD%D0%BE%D0%B2%D0%BE%D0%B9%20%D0%9A%D0%BE%D1%81%D1%82%D0%B8>,
        <http://lexvo.org/id/term/rus/%D0%9A%D0%BE%D1%82%20%D0%B4%E2%80%99%D0%98%D0%B2%D1%83%D0%B0%D1%80>,
        <http://lexvo.org/id/term/rwk/Kodivaa>,
        <http://lexvo.org/id/term/sag/K%C3%B4div%C3%BC%C3%A4ra>,
        <http://lexvo.org/id/term/saq/Kodivaa>,
        <http://lexvo.org/id/term/sbp/Kodivaya>,
        <http://lexvo.org/id/term/seh/Costa%20do%20Marfim>,
        <http://lexvo.org/id/term/ses/Kudwar>,
        <http://lexvo.org/id/term/shi-Latn/kut%20difwar>,
        <http://lexvo.org/id/term/shi/%E2%B4%BD%E2%B5%93%E2%B5%9C%20%E2%B4%B7%E2%B5%89%E2%B4%BC%E2%B5%A1%E2%B4%B0%E2%B5%94>,
        <http://lexvo.org/id/term/sin/%E0%B6%85%E0%B6%BA%E0%B7%92%E0%B7%80%E0%B6%BB%E0%B7%92%20%E0%B6%9A%E0%B7%9D%E0%B7%83%E0%B7%8A%E0%B6%A7%E0%B7%8A>,
        <http://lexvo.org/id/term/sin/%E0%B6%9A%E0%B7%9D%E0%B6%A7%E0%B7%8A%20%E0%B6%AF%E0%B7%92%20%E0%B6%85%E0%B6%BA%E0%B7%92%E0%B7%80%E0%B6%BB%E0%B7%92>,
        <http://lexvo.org/id/term/slk/Pobre%C5%BEie%20Slonoviny>,
        <http://lexvo.org/id/term/slv/Slonoko%C5%A1%C4%8Dena%20obala>,
        <http://lexvo.org/id/term/sme/Elfenbenariddu>,
        <http://lexvo.org/id/term/sna/Ivory%20Coast>,
        <http://lexvo.org/id/term/som/Ivory%20coast>,
        <http://lexvo.org/id/term/spa/Costa%20de%20Marfil>,
        <http://lexvo.org/id/term/sqi/Bregu%20i%20Fildisht%C3%AB>,
        <http://lexvo.org/id/term/srp-Latn/Obala%20Slonova%C4%8De>,
        <http://lexvo.org/id/term/srp/%D0%9E%D0%B1%D0%B0%D0%BB%D0%B0%20%D0%A1%D0%BB%D0%BE%D0%BD%D0%BE%D0%B2%D0%B0%D1%87%D0%B5>,
        <http://lexvo.org/id/term/swc/Kodivaa>,
        <http://lexvo.org/id/term/swe/Elfenbenskusten>,
        <http://lexvo.org/id/term/swh/Cote%20d'Ivoire>,
        <http://lexvo.org/id/term/swh/Kodivaa>,
        <http://lexvo.org/id/term/tam/%E0%AE%90%E0%AE%B5%E0%AE%B0%E0%AE%BF%20%E0%AE%95%E0%AF%8B%E0%AE%B8%E0%AF%8D%E0%AE%9F%E0%AF%8D>,
        <http://lexvo.org/id/term/tel/%E0%B0%90%E0%B0%B5%E0%B0%B0%E0%B1%80%20%E0%B0%95%E0%B1%8B%E0%B0%B8%E0%B1%8D%E0%B0%9F%E0%B1%8D>,
        <http://lexvo.org/id/term/teo/Kodivaa>,
        <http://lexvo.org/id/term/tha/%E0%B9%84%E0%B8%AD%E0%B8%A7%E0%B8%AD%E0%B8%A3%E0%B8%B5%E0%B9%88%E0%B9%82%E0%B8%84%E0%B8%AA%E0%B8%95%E0%B9%8C>,
        <http://lexvo.org/id/term/tir/%E1%8A%AE%E1%89%B5%20%E1%8B%B2%E1%89%AF%E1%88%AD>,
        <http://lexvo.org/id/term/ton/Matafonua%20%CA%BBAivili>,
        <http://lexvo.org/id/term/tur/Fildi%C5%9Fi%20Sahili>,
        <http://lexvo.org/id/term/twq/Kudwar>,
        <http://lexvo.org/id/term/tzm/Ta%C9%A3azut%20n%20Uszer>,
        <http://lexvo.org/id/term/ukr/%D0%91%D0%B5%D1%80%D0%B5%D0%B3%20%D0%A1%D0%BB%D0%BE%D0%BD%D0%BE%D0%B2%D0%BE%D1%97%20%D0%9A%D1%96%D1%81%D1%82%D0%BA%D0%B8>,
        <http://lexvo.org/id/term/ukr/%D0%9A%D0%BE%D1%82%20%D0%B4%E2%80%99%D0%86%D0%B2%D1%83%D0%B0%D1%80>,
        <http://lexvo.org/id/term/urd/%D8%A2%D8%A6%DB%8C%D9%88%D8%B1%DB%8C%20%DA%A9%D9%88%D8%B3%D9%B9>,
        <http://lexvo.org/id/term/urd/%DA%A9%D9%88%D9%B9%20%DA%88%DB%8C%20%D8%A2%D8%A6%DB%8C%D9%88%D8%B1%DB%8C>,
        <http://lexvo.org/id/term/vai-Latn/K%C3%B3div%C3%B3wa>,
        <http://lexvo.org/id/term/vai/%EA%96%8F%EA%94%B3%20%EA%95%BE%EA%95%8E>,
        <http://lexvo.org/id/term/vie/B%E1%BB%9D%20Bi%E1%BB%83n%20Ng%C3%A0>,
        <http://lexvo.org/id/term/vun/Kodivaa>,
        <http://lexvo.org/id/term/wae/C%C3%B4te%20d'Ivoire>,
        <http://lexvo.org/id/term/wae/Elfebeik%C3%BC%C5%A1ta>,
        <http://lexvo.org/id/term/xog/Kote%20Divwa>,
        <http://lexvo.org/id/term/yav/K%C3%B3tifual%C9%9B>,
        <http://lexvo.org/id/term/yor/Or%C3%ADl%E1%BA%B9%CC%81%C3%A8de%20K%C3%B3%C3%BAt%C3%A8%20for%C3%A0>,
        <http://lexvo.org/id/term/zsm/C%C3%B4te%20d%E2%80%99Ivoire>,
        <http://lexvo.org/id/term/zsm/Ivory%20Coast>,
        <http://lexvo.org/id/term/zul/i-C%C3%B4te%20d%E2%80%99Ivoire>,
        <http://lexvo.org/id/term/zul/i-Ivory%20Coast> ;
    owl:sameAs <http://psi.oasis-open.org/iso/3166/#384>,
        <http://sws.geonames.org/2287781/> .

<http://lexvo.org/id/iso3166/CK> a lvont:GeographicRegion ;
    rdfs:label "Cookeilande"@af,
        "Chwɨla ŋ̀ Kûʔ"@agq,
        "Kook Nsupɔw"@ak,
        "ኩክ ደሴቶች"@am,
        "جزر كوك"@ar,
        "Vithiwa vya Cook"@asa,
        "Islles Cook"@ast,
        "Kuk Adaları"@az,
        "Bìòn bi Kook"@bas,
        "Кука астравы"@be,
        "Ifisima fya Kook"@bez,
        "Острови Кук"@bg,
        "Kuki Gun"@bm,
        "কুক দ্বীপপুঞ্জ"@bn,
        "ཀཱུག གླིང་ཕྲེན་རྒྱལ་ཁབ།"@bo,
        "Inizi Cook"@br,
        "कुक द्वीप"@brx,
        "Kukova Ostrva"@bs,
        "Кукова Острва"@bs-Cyrl,
        "Illes Cook"@ca,
        "Ebizinga bya Kuuku"@cgg,
        "ᎠᏓᏍᏓᏴᎲᏍᎩ ᎤᎦᏚᏛ"@chr,
        "库克群岛"@cmn,
        "庫克群島"@cmn-Hant,
        "Cookovy ostrovy"@cs,
        "Ynysoedd Cook"@cy,
        "Cookøerne"@da,
        "Visiwa vya Cook"@dav,
        "Cookinseln"@de,
        "Kuuk gungey"@dje,
        "ཀུག་གླིང་ཚོམ"@dz,
        "Visiwa vya Cook"@ebu,
        "Kook ƒudomekpo nutome"@ee,
        "Νήσοι Κουκ"@el,
        "Cook Islands"@en,
        "ISO 3166-1:CK"@en,
        "𐐗𐐳𐐿 𐐌𐑊𐐲𐑌𐐼𐑆"@en-Dsrt,
        "Kukinsuloj"@eo,
        "Islas Cook"@es,
        "Cooki saared"@et,
        "Cook uharteak"@eu,
        "Minlán Mí kúg"@ewo,
        "جزایر کوک"@fa,
        "Duuɗe Kuuk"@ff,
        "Cookinsaaret"@fi,
        "Cook Islands"@fil,
        "Cooksoyggjarnar"@fo,
        "Îles Cook"@fr,
        "Isulis Cook"@fur,
        "Oileáin Cook"@ga,
        "Eileanan Cook"@gd,
        "Illas Cook"@gl,
        "Cook-Insle"@gsw,
        "કુક આઇલેન્ડ્સ"@gu,
        "Visiwa vya Cook"@guz,
        "Tsibiran Kuku"@ha,
        "איי קוק"@he,
        "कुक द्वीपसमूह"@hi,
        "Kukovi Otoci"@hr,
        "Cook-szigetek"@hu,
        "Insulas Cook"@ia,
        "Kepulauan Cook"@id,
        "Cookseyjar"@is,
        "Isole Cook"@it,
        "クック諸島"@ja,
        "Visiwa vya Cook"@jmc,
        "კუკის კუნძულები"@ka,
        "Tigzirin n Kuk"@kab,
        "Isiwa sya Cook"@kam,
        "Chisiwa cha Cook"@kde,
        "Ilhas Kuk"@kea,
        "Kuuk gungey"@khq,
        "Visiwa vya Cook"@ki,
        "Cook qeqertaq"@kl,
        "Ikwembeyotab Cook"@kln,
        "កោះ​ខូក"@km,
        "ಕುಕ್ ದ್ವೀಪಗಳು"@kn,
        "쿡제도"@ko,
        "کُک جٔزیٖرٕ"@ks,
        "Visiwa vya Cook"@ksb,
        "zɛ i kúk"@ksf,
        "de Kuuk-Enselle"@ksh,
        "Visíiwa vya Kúuku"@lag,
        "Bizinga bya Kkuki"@lg,
        "Bisanga bya Kookɛ"@ln,
        "ຫມູ່ເກາະຄຸກ"@lo,
        "Kuko salos"@lt,
        "Lutanda lua Kookɛ"@lu,
        "Cook Islands"@luo,
        "Visiwa vya Cook"@luy,
        "Kuka salas"@lv,
        "Visiwa vya Cook"@mas,
        "Aĩrandi cia Cook"@mer,
        "Zil Cook"@mfe,
        "Nosy Kook"@mg,
        "Кукови Острови"@mk,
        "കൂക്ക് ദ്വീപുകൾ"@ml,
        "कुक बेटे"@mr,
        "Cook Islands"@mt,
        "kook ma laŋne"@mua,
        "ကွတ် ကျွန်းစု"@my,
        "Cook Islands"@naq,
        "Cookøyene"@nb,
        "Cook Islands"@nd,
        "कुक टापु"@ne,
        "Cookeilanden"@nl,
        "Maŋ́ má Kook"@nmg,
        "Cookøyane"@nn,
        "Kuk ɣa̱ylɛn"@nus,
        "Ebizinga bya Kuuku"@nyn,
        "କୁକ୍ ଆଇସଲ୍ୟାଣ୍ଡ"@or,
        "Wyspy Cooka"@pl,
        "Ilhas Cook"@pt,
        "Inslas Cook"@rm,
        "Izinga rya Kuku"@rn,
        "Insulele Cook"@ro,
        "Visiwa vya Cook"@rof,
        "Острова Кука"@ru,
        "Visiwa vya Cook"@rwk,
        "Visiwa vya Cook"@saq,
        "Figunguli fya Kooki"@sbp,
        "Cook-sullot"@se,
        "Ilhas Cook"@seh,
        "Kuuk gungey"@ses,
        "âzûâ Kûku"@sg,
        "ⵜⵉⴳⵣⵉⵔⵉⵏ ⵏ ⴽⵓⴽ"@shi,
        "tigzirin n kuk"@shi-Latn,
        "කුක් දූපත්"@si,
        "Cookove ostrovy"@sk,
        "Cookovo otočje"@sl,
        "Zvitsuwa zveCook"@sn,
        "Jaziiradda Cook"@so,
        "Кукова Острва"@sr,
        "Kukova Ostrva"@sr-Latn,
        "Cooköarna"@sv,
        "Visiwa vya Cook"@swc,
        "Visiwa vya Cook"@swh,
        "குக் தீவுகள்"@ta,
        "కుక్ దీవులు"@te,
        "Visiwa vya Cook"@teo,
        "หมู่เกาะคุก"@th,
        "ኩክ ደሴቶች"@ti,
        "ʻOtumotu Kuki"@to,
        "Cook Adaları"@tr,
        "Kuuk gungey"@twq,
        "Tigzirin n Kuk"@tzm,
        "Острови Кука"@uk,
        "کک آئلینڈز"@ur,
        "ꖏꕃ ꔳꘋꗣ"@vai,
        "Kóki Tiŋŋɛ"@vai-Latn,
        "Quần Đảo Cook"@vi,
        "Visiwa vya Cook"@vun,
        "Cookinslä"@wae,
        "Ebizinga bya Kkuki"@xog,
        "Kúuke"@yav,
        "Orílẹ́ède Etíokun Kùúkù"@yo,
        "Cook Islands"@zsm,
        "i-Cook Islands"@zu ;
    lvont:label <http://lexvo.org/id/term/afr/Cookeilande>,
        <http://lexvo.org/id/term/agq/Chw%C9%A8la%20%C5%8B%CC%80%20K%C3%BB%CA%94>,
        <http://lexvo.org/id/term/aka/Kook%20Nsup%C9%94w>,
        <http://lexvo.org/id/term/amh/%E1%8A%A9%E1%8A%AD%20%E1%8B%B0%E1%88%B4%E1%89%B6%E1%89%BD>,
        <http://lexvo.org/id/term/ara/%D8%AC%D8%B2%D8%B1%20%D9%83%D9%88%D9%83>,
        <http://lexvo.org/id/term/asa/Vithiwa%20vya%20Cook>,
        <http://lexvo.org/id/term/ast/Islles%20Cook>,
        <http://lexvo.org/id/term/aze/Kuk%20Adalar%C4%B1>,
        <http://lexvo.org/id/term/bam/Kuki%20Gun>,
        <http://lexvo.org/id/term/bas/B%C3%AC%C3%B2n%20bi%20Kook>,
        <http://lexvo.org/id/term/bel/%D0%9A%D1%83%D0%BA%D0%B0%20%D0%B0%D1%81%D1%82%D1%80%D0%B0%D0%B2%D1%8B>,
        <http://lexvo.org/id/term/ben/%E0%A6%95%E0%A7%81%E0%A6%95%20%E0%A6%A6%E0%A7%8D%E0%A6%AC%E0%A7%80%E0%A6%AA%E0%A6%AA%E0%A7%81%E0%A6%9E%E0%A7%8D%E0%A6%9C>,
        <http://lexvo.org/id/term/bez/Ifisima%20fya%20Kook>,
        <http://lexvo.org/id/term/bod/%E0%BD%80%E0%BD%B1%E0%BD%B4%E0%BD%82%20%E0%BD%82%E0%BE%B3%E0%BD%B2%E0%BD%84%E0%BC%8B%E0%BD%95%E0%BE%B2%E0%BD%BA%E0%BD%93%E0%BC%8B%E0%BD%A2%E0%BE%92%E0%BE%B1%E0%BD%A3%E0%BC%8B%E0%BD%81%E0%BD%96%E0%BC%8D>,
        <http://lexvo.org/id/term/bos-Cyrl/%D0%9A%D1%83%D0%BA%D0%BE%D0%B2%D0%B0%20%D0%9E%D1%81%D1%82%D1%80%D0%B2%D0%B0>,
        <http://lexvo.org/id/term/bos/Kukova%20Ostrva>,
        <http://lexvo.org/id/term/bre/Inizi%20Cook>,
        <http://lexvo.org/id/term/brx/%E0%A4%95%E0%A5%81%E0%A4%95%20%E0%A4%A6%E0%A5%8D%E0%A4%B5%E0%A5%80%E0%A4%AA>,
        <http://lexvo.org/id/term/bul/%D0%9E%D1%81%D1%82%D1%80%D0%BE%D0%B2%D0%B8%20%D0%9A%D1%83%D0%BA>,
        <http://lexvo.org/id/term/cat/Illes%20Cook>,
        <http://lexvo.org/id/term/ces/Cookovy%20ostrovy>,
        <http://lexvo.org/id/term/cgg/Ebizinga%20bya%20Kuuku>,
        <http://lexvo.org/id/term/chr/%E1%8E%A0%E1%8F%93%E1%8F%8D%E1%8F%93%E1%8F%B4%E1%8E%B2%E1%8F%8D%E1%8E%A9%20%E1%8E%A4%E1%8E%A6%E1%8F%9A%E1%8F%9B>,
        <http://lexvo.org/id/term/cmn-Hant/%E5%BA%AB%E5%85%8B%E7%BE%A4%E5%B3%B6>,
        <http://lexvo.org/id/term/cmn/%E5%BA%93%E5%85%8B%E7%BE%A4%E5%B2%9B>,
        <http://lexvo.org/id/term/cym/Ynysoedd%20Cook>,
        <http://lexvo.org/id/term/dan/Cook%C3%B8erne>,
        <http://lexvo.org/id/term/dav/Visiwa%20vya%20Cook>,
        <http://lexvo.org/id/term/deu/Cookinseln>,
        <http://lexvo.org/id/term/dje/Kuuk%20gungey>,
        <http://lexvo.org/id/term/dzo/%E0%BD%80%E0%BD%B4%E0%BD%82%E0%BC%8B%E0%BD%82%E0%BE%B3%E0%BD%B2%E0%BD%84%E0%BC%8B%E0%BD%9A%E0%BD%BC%E0%BD%98>,
        <http://lexvo.org/id/term/ebu/Visiwa%20vya%20Cook>,
        <http://lexvo.org/id/term/ell/%CE%9D%CE%AE%CF%83%CE%BF%CE%B9%20%CE%9A%CE%BF%CF%85%CE%BA>,
        <http://lexvo.org/id/term/eng-Dsrt/%F0%90%90%97%F0%90%90%B3%F0%90%90%BF%20%F0%90%90%8C%F0%90%91%8A%F0%90%90%B2%F0%90%91%8C%F0%90%90%BC%F0%90%91%86>,
        <http://lexvo.org/id/term/eng/Cook%20Islands>,
        <http://lexvo.org/id/term/eng/ISO%203166-1%3ACK>,
        <http://lexvo.org/id/term/epo/Kukinsuloj>,
        <http://lexvo.org/id/term/est/Cooki%20saared>,
        <http://lexvo.org/id/term/eus/Cook%20uharteak>,
        <http://lexvo.org/id/term/ewe/Kook%20%C6%92udomekpo%20nutome>,
        <http://lexvo.org/id/term/ewo/Minl%C3%A1n%20M%C3%AD%20k%C3%BAg>,
        <http://lexvo.org/id/term/fao/Cooksoyggjarnar>,
        <http://lexvo.org/id/term/fas/%D8%AC%D8%B2%D8%A7%DB%8C%D8%B1%20%DA%A9%D9%88%DA%A9>,
        <http://lexvo.org/id/term/fil/Cook%20Islands>,
        <http://lexvo.org/id/term/fin/Cookinsaaret>,
        <http://lexvo.org/id/term/fra/%C3%8Eles%20Cook>,
        <http://lexvo.org/id/term/ful/Duu%C9%97e%20Kuuk>,
        <http://lexvo.org/id/term/fur/Isulis%20Cook>,
        <http://lexvo.org/id/term/gla/Eileanan%20Cook>,
        <http://lexvo.org/id/term/gle/Oile%C3%A1in%20Cook>,
        <http://lexvo.org/id/term/glg/Illas%20Cook>,
        <http://lexvo.org/id/term/gsw/Cook-Insle>,
        <http://lexvo.org/id/term/guj/%E0%AA%95%E0%AB%81%E0%AA%95%20%E0%AA%86%E0%AA%87%E0%AA%B2%E0%AB%87%E0%AA%A8%E0%AB%8D%E0%AA%A1%E0%AB%8D%E0%AA%B8>,
        <http://lexvo.org/id/term/guz/Visiwa%20vya%20Cook>,
        <http://lexvo.org/id/term/hau/Tsibiran%20Kuku>,
        <http://lexvo.org/id/term/heb/%D7%90%D7%99%D7%99%20%D7%A7%D7%95%D7%A7>,
        <http://lexvo.org/id/term/hin/%E0%A4%95%E0%A5%81%E0%A4%95%20%E0%A4%A6%E0%A5%8D%E0%A4%B5%E0%A5%80%E0%A4%AA%E0%A4%B8%E0%A4%AE%E0%A5%82%E0%A4%B9>,
        <http://lexvo.org/id/term/hrv/Kukovi%20Otoci>,
        <http://lexvo.org/id/term/hun/Cook-szigetek>,
        <http://lexvo.org/id/term/ina/Insulas%20Cook>,
        <http://lexvo.org/id/term/ind/Kepulauan%20Cook>,
        <http://lexvo.org/id/term/isl/Cookseyjar>,
        <http://lexvo.org/id/term/ita/Isole%20Cook>,
        <http://lexvo.org/id/term/jmc/Visiwa%20vya%20Cook>,
        <http://lexvo.org/id/term/jpn/%E3%82%AF%E3%83%83%E3%82%AF%E8%AB%B8%E5%B3%B6>,
        <http://lexvo.org/id/term/kab/Tigzirin%20n%20Kuk>,
        <http://lexvo.org/id/term/kal/Cook%20qeqertaq>,
        <http://lexvo.org/id/term/kam/Isiwa%20sya%20Cook>,
        <http://lexvo.org/id/term/kan/%E0%B2%95%E0%B3%81%E0%B2%95%E0%B3%8D%20%E0%B2%A6%E0%B3%8D%E0%B2%B5%E0%B3%80%E0%B2%AA%E0%B2%97%E0%B2%B3%E0%B3%81>,
        <http://lexvo.org/id/term/kas/%DA%A9%D9%8F%DA%A9%20%D8%AC%D9%94%D8%B2%DB%8C%D9%96%D8%B1%D9%95>,
        <http://lexvo.org/id/term/kat/%E1%83%99%E1%83%A3%E1%83%99%E1%83%98%E1%83%A1%20%E1%83%99%E1%83%A3%E1%83%9C%E1%83%AB%E1%83%A3%E1%83%9A%E1%83%94%E1%83%91%E1%83%98>,
        <http://lexvo.org/id/term/kde/Chisiwa%20cha%20Cook>,
        <http://lexvo.org/id/term/kea/Ilhas%20Kuk>,
        <http://lexvo.org/id/term/khm/%E1%9E%80%E1%9F%84%E1%9F%87%E2%80%8B%E1%9E%81%E1%9E%BC%E1%9E%80>,
        <http://lexvo.org/id/term/khq/Kuuk%20gungey>,
        <http://lexvo.org/id/term/kik/Visiwa%20vya%20Cook>,
        <http://lexvo.org/id/term/kln/Ikwembeyotab%20Cook>,
        <http://lexvo.org/id/term/kor/%EC%BF%A1%EC%A0%9C%EB%8F%84>,
        <http://lexvo.org/id/term/ksb/Visiwa%20vya%20Cook>,
        <http://lexvo.org/id/term/ksf/z%C9%9B%20i%20k%C3%BAk>,
        <http://lexvo.org/id/term/ksh/de%20Kuuk-Enselle>,
        <http://lexvo.org/id/term/lag/Vis%C3%ADiwa%20vya%20K%C3%BAuku>,
        <http://lexvo.org/id/term/lao/%E0%BA%AB%E0%BA%A1%E0%BA%B9%E0%BB%88%E0%BB%80%E0%BA%81%E0%BA%B2%E0%BA%B0%E0%BA%84%E0%BA%B8%E0%BA%81>,
        <http://lexvo.org/id/term/lav/Kuka%20salas>,
        <http://lexvo.org/id/term/lin/Bisanga%20bya%20Kook%C9%9B>,
        <http://lexvo.org/id/term/lit/Kuko%20salos>,
        <http://lexvo.org/id/term/lub/Lutanda%20lua%20Kook%C9%9B>,
        <http://lexvo.org/id/term/lug/Bizinga%20bya%20Kkuki>,
        <http://lexvo.org/id/term/luo/Cook%20Islands>,
        <http://lexvo.org/id/term/luy/Visiwa%20vya%20Cook>,
        <http://lexvo.org/id/term/mal/%E0%B4%95%E0%B5%82%E0%B4%95%E0%B5%8D%E0%B4%95%E0%B5%8D%20%E0%B4%A6%E0%B5%8D%E0%B4%B5%E0%B5%80%E0%B4%AA%E0%B5%81%E0%B4%95%E0%B5%BE>,
        <http://lexvo.org/id/term/mar/%E0%A4%95%E0%A5%81%E0%A4%95%20%E0%A4%AC%E0%A5%87%E0%A4%9F%E0%A5%87>,
        <http://lexvo.org/id/term/mas/Visiwa%20vya%20Cook>,
        <http://lexvo.org/id/term/mer/A%C4%A9randi%20cia%20Cook>,
        <http://lexvo.org/id/term/mfe/Zil%20Cook>,
        <http://lexvo.org/id/term/mkd/%D0%9A%D1%83%D0%BA%D0%BE%D0%B2%D0%B8%20%D0%9E%D1%81%D1%82%D1%80%D0%BE%D0%B2%D0%B8>,
        <http://lexvo.org/id/term/mlg/Nosy%20Kook>,
        <http://lexvo.org/id/term/mlt/Cook%20Islands>,
        <http://lexvo.org/id/term/mua/kook%20ma%20la%C5%8Bne>,
        <http://lexvo.org/id/term/mya/%E1%80%80%E1%80%BD%E1%80%90%E1%80%BA%20%E1%80%80%E1%80%BB%E1%80%BD%E1%80%94%E1%80%BA%E1%80%B8%E1%80%85%E1%80%AF>,
        <http://lexvo.org/id/term/naq/Cook%20Islands>,
        <http://lexvo.org/id/term/nde/Cook%20Islands>,
        <http://lexvo.org/id/term/nep/%E0%A4%95%E0%A5%81%E0%A4%95%20%E0%A4%9F%E0%A4%BE%E0%A4%AA%E0%A5%81>,
        <http://lexvo.org/id/term/nld/Cookeilanden>,
        <http://lexvo.org/id/term/nmg/Ma%C5%8B%CC%81%20m%C3%A1%20Kook>,
        <http://lexvo.org/id/term/nno/Cook%C3%B8yane>,
        <http://lexvo.org/id/term/nob/Cook%C3%B8yene>,
        <http://lexvo.org/id/term/nus/Kuk%20%C9%A3a%CC%B1yl%C9%9Bn>,
        <http://lexvo.org/id/term/nyn/Ebizinga%20bya%20Kuuku>,
        <http://lexvo.org/id/term/ori/%E0%AC%95%E0%AD%81%E0%AC%95%E0%AD%8D%20%E0%AC%86%E0%AC%87%E0%AC%B8%E0%AC%B2%E0%AD%8D%E0%AD%9F%E0%AC%BE%E0%AC%A3%E0%AD%8D%E0%AC%A1>,
        <http://lexvo.org/id/term/pol/Wyspy%20Cooka>,
        <http://lexvo.org/id/term/por/Ilhas%20Cook>,
        <http://lexvo.org/id/term/rof/Visiwa%20vya%20Cook>,
        <http://lexvo.org/id/term/roh/Inslas%20Cook>,
        <http://lexvo.org/id/term/ron/Insulele%20Cook>,
        <http://lexvo.org/id/term/run/Izinga%20rya%20Kuku>,
        <http://lexvo.org/id/term/rus/%D0%9E%D1%81%D1%82%D1%80%D0%BE%D0%B2%D0%B0%20%D0%9A%D1%83%D0%BA%D0%B0>,
        <http://lexvo.org/id/term/rwk/Visiwa%20vya%20Cook>,
        <http://lexvo.org/id/term/sag/%C3%A2z%C3%BB%C3%A2%20K%C3%BBku>,
        <http://lexvo.org/id/term/saq/Visiwa%20vya%20Cook>,
        <http://lexvo.org/id/term/sbp/Figunguli%20fya%20Kooki>,
        <http://lexvo.org/id/term/seh/Ilhas%20Cook>,
        <http://lexvo.org/id/term/ses/Kuuk%20gungey>,
        <http://lexvo.org/id/term/shi-Latn/tigzirin%20n%20kuk>,
        <http://lexvo.org/id/term/shi/%E2%B5%9C%E2%B5%89%E2%B4%B3%E2%B5%A3%E2%B5%89%E2%B5%94%E2%B5%89%E2%B5%8F%20%E2%B5%8F%20%E2%B4%BD%E2%B5%93%E2%B4%BD>,
        <http://lexvo.org/id/term/sin/%E0%B6%9A%E0%B7%94%E0%B6%9A%E0%B7%8A%20%E0%B6%AF%E0%B7%96%E0%B6%B4%E0%B6%AD%E0%B7%8A>,
        <http://lexvo.org/id/term/slk/Cookove%20ostrovy>,
        <http://lexvo.org/id/term/slv/Cookovo%20oto%C4%8Dje>,
        <http://lexvo.org/id/term/sme/Cook-sullot>,
        <http://lexvo.org/id/term/sna/Zvitsuwa%20zveCook>,
        <http://lexvo.org/id/term/som/Jaziiradda%20Cook>,
        <http://lexvo.org/id/term/spa/Islas%20Cook>,
        <http://lexvo.org/id/term/srp-Latn/Kukova%20Ostrva>,
        <http://lexvo.org/id/term/srp/%D0%9A%D1%83%D0%BA%D0%BE%D0%B2%D0%B0%20%D0%9E%D1%81%D1%82%D1%80%D0%B2%D0%B0>,
        <http://lexvo.org/id/term/swc/Visiwa%20vya%20Cook>,
        <http://lexvo.org/id/term/swe/Cook%C3%B6arna>,
        <http://lexvo.org/id/term/swh/Visiwa%20vya%20Cook>,
        <http://lexvo.org/id/term/tam/%E0%AE%95%E0%AF%81%E0%AE%95%E0%AF%8D%20%E0%AE%A4%E0%AF%80%E0%AE%B5%E0%AF%81%E0%AE%95%E0%AE%B3%E0%AF%8D>,
        <http://lexvo.org/id/term/tel/%E0%B0%95%E0%B1%81%E0%B0%95%E0%B1%8D%20%E0%B0%A6%E0%B1%80%E0%B0%B5%E0%B1%81%E0%B0%B2%E0%B1%81>,
        <http://lexvo.org/id/term/teo/Visiwa%20vya%20Cook>,
        <http://lexvo.org/id/term/tha/%E0%B8%AB%E0%B8%A1%E0%B8%B9%E0%B9%88%E0%B9%80%E0%B8%81%E0%B8%B2%E0%B8%B0%E0%B8%84%E0%B8%B8%E0%B8%81>,
        <http://lexvo.org/id/term/tir/%E1%8A%A9%E1%8A%AD%20%E1%8B%B0%E1%88%B4%E1%89%B6%E1%89%BD>,
        <http://lexvo.org/id/term/ton/%CA%BBOtumotu%20Kuki>,
        <http://lexvo.org/id/term/tur/Cook%20Adalar%C4%B1>,
        <http://lexvo.org/id/term/twq/Kuuk%20gungey>,
        <http://lexvo.org/id/term/tzm/Tigzirin%20n%20Kuk>,
        <http://lexvo.org/id/term/ukr/%D0%9E%D1%81%D1%82%D1%80%D0%BE%D0%B2%D0%B8%20%D0%9A%D1%83%D0%BA%D0%B0>,
        <http://lexvo.org/id/term/urd/%DA%A9%DA%A9%20%D8%A2%D8%A6%D9%84%DB%8C%D9%86%DA%88%D8%B2>,
        <http://lexvo.org/id/term/vai-Latn/K%C3%B3ki%20Ti%C5%8B%C5%8B%C9%9B>,
        <http://lexvo.org/id/term/vai/%EA%96%8F%EA%95%83%20%EA%94%B3%EA%98%8B%EA%97%A3>,
        <http://lexvo.org/id/term/vie/Qu%E1%BA%A7n%20%C4%90%E1%BA%A3o%20Cook>,
        <http://lexvo.org/id/term/vun/Visiwa%20vya%20Cook>,
        <http://lexvo.org/id/term/wae/Cookinsl%C3%A4>,
        <http://lexvo.org/id/term/xog/Ebizinga%20bya%20Kkuki>,
        <http://lexvo.org/id/term/yav/K%C3%BAuke>,
        <http://lexvo.org/id/term/yor/Or%C3%ADl%E1%BA%B9%CC%81%C3%A8de%20Et%C3%ADokun%20K%C3%B9%C3%BAk%C3%B9>,
        <http://lexvo.org/id/term/zsm/Cook%20Islands>,
        <http://lexvo.org/id/term/zul/i-Cook%20Islands> ;
    owl:sameAs <http://psi.oasis-open.org/iso/3166/#184>,
        <http://sws.geonames.org/1899402/> .

<http://lexvo.org/id/iso3166/CL> a lvont:GeographicRegion ;
    rdfs:label "Chili"@af,
        "Chilè"@agq,
        "Kyili"@ak,
        "ቺሊ"@am,
        "شيلي"@ar,
        "Chile"@asa,
        "Chile"@ast,
        "Çile"@az,
        "Kìlî"@bas,
        "Чылі"@be,
        "Huchile"@bez,
        "Чили"@bg,
        "Sili"@bm,
        "চিলি"@bn,
        "ཅི་ལི།"@bo,
        "Chile"@br,
        "चिली"@brx,
        "Čile"@bs,
        "Чиле"@bs-Cyrl,
        "ቺሊ"@byn,
        "Xile"@ca,
        "Chile"@cgg,
        "ᏥᎵ"@chr,
        "智利"@cmn,
        "智利"@cmn-Hant,
        "Chile"@cs,
        "Chile"@cy,
        "Chile"@da,
        "Chile"@dav,
        "Chile"@de,
        "Šiili"@dje,
        "Cili"@dyo,
        "ཅི་ལི"@dz,
        "Chile"@ebu,
        "Tsile nutome"@ee,
        "Χιλή"@el,
        "Chile"@en,
        "ISO 3166-1:CL"@en,
        "𐐕𐐨𐑊𐐩"@en-Dsrt,
        "Ĉilio"@eo,
        "Chile"@es,
        "Tšiili"@et,
        "Txile"@eu,
        "Tsilí"@ewo,
        "شیلی"@fa,
        "چلی"@fa,
        "Cilii"@ff,
        "Chile"@fi,
        "Chile"@fil,
        "Kili"@fo,
        "Chili"@fr,
        "Cile"@fur,
        "An tSile"@ga,
        "An t-Sile"@gd,
        "Chile"@gl,
        "Tschile"@gsw,
        "ચિલી"@gu,
        "Chile"@guz,
        "Cayile"@ha,
        "צ׳ילה"@he,
        "चिली"@hi,
        "Čile"@hr,
        "Chile"@hu,
        "Չիլի"@hy,
        "Chile"@ia,
        "Cile"@id,
        "Chíle"@is,
        "Cile"@it,
        "チリ"@ja,
        "Cíllɛ"@jgo,
        "Chile"@jmc,
        "ჩილე"@ka,
        "Cili"@kab,
        "Chile"@kam,
        "Chile"@kde,
        "Xili"@kea,
        "Šiili"@khq,
        "Chile"@ki,
        "Чили"@kk,
        "Chile"@kl,
        "Emetab Chile"@kln,
        "ស៊ីលី"@km,
        "ಚಿಲಿ"@kn,
        "칠레"@ko,
        "چِلی"@ks,
        "Chile"@ksb,
        "cíli"@ksf,
        "Schiile"@ksh,
        "Chíile"@lag,
        "Cile"@lg,
        "Síli"@ln,
        "ຊິສິ"@lo,
        "Čilė"@lt,
        "Shili"@lu,
        "Chile"@luo,
        "Chile"@luy,
        "Čīle"@lv,
        "Chile"@mas,
        "Chile"@mer,
        "Shili"@mfe,
        "Shili"@mg,
        "Uchile"@mgh,
        "Чиле"@mk,
        "ചിലി"@ml,
        "चिली"@mr,
        "Ċili"@mt,
        "syili"@mua,
        "ချီလီ"@my,
        "Chilib"@naq,
        "Chile"@nb,
        "Chile"@nd,
        "चिली"@ne,
        "Chili"@nl,
        "Tshili"@nmg,
        "Chile"@nn,
        "Cili̱"@nus,
        "Chile"@nyn,
        "ଚିଲ୍ଲୀ"@or,
        "Chile"@pl,
        "Chile"@pt,
        "Chile"@rm,
        "Shili"@rn,
        "Chile"@ro,
        "Chile"@rof,
        "Чили"@ru,
        "Chile"@rwk,
        "Chile"@saq,
        "Shile"@sbp,
        "Čiile"@se,
        "Chile"@seh,
        "Šiili"@ses,
        "Shilïi"@sg,
        "ⵛⵛⵉⵍⵉ"@shi,
        "ccili"@shi-Latn,
        "චිලී"@si,
        "Čile"@sk,
        "Čile"@sl,
        "Chile"@sn,
        "Jili"@so,
        "Kili"@sq,
        "Чиле"@sr,
        "Čile"@sr-Latn,
        "Chile"@sv,
        "Chile"@swc,
        "Chile"@swh,
        "சிலி"@ta,
        "చిలి"@te,
        "Chile"@teo,
        "ชิลี"@th,
        "ቺሊ"@ti,
        "ቺሊ"@tig,
        "Sili"@to,
        "Şili"@tr,
        "Šiili"@twq,
        "Ccili"@tzm,
        "Чилі"@uk,
        "چلی"@ur,
        "ꔚꔷ"@vai,
        "Chéli"@vai-Latn,
        "Chile"@vi,
        "Chile"@vun,
        "Tšile"@wae,
        "ቺሊ"@wal,
        "Cile"@xog,
        "Silí"@yav,
        "Orílẹ́ède ṣílè"@yo,
        "Cile"@zsm,
        "i-Chile"@zu ;
    lvont:label <http://lexvo.org/id/term/afr/Chili>,
        <http://lexvo.org/id/term/agq/Chil%C3%A8>,
        <http://lexvo.org/id/term/aka/Kyili>,
        <http://lexvo.org/id/term/amh/%E1%89%BA%E1%88%8A>,
        <http://lexvo.org/id/term/ara/%D8%B4%D9%8A%D9%84%D9%8A>,
        <http://lexvo.org/id/term/asa/Chile>,
        <http://lexvo.org/id/term/ast/Chile>,
        <http://lexvo.org/id/term/aze/%C3%87ile>,
        <http://lexvo.org/id/term/bam/Sili>,
        <http://lexvo.org/id/term/bas/K%C3%ACl%C3%AE>,
        <http://lexvo.org/id/term/bel/%D0%A7%D1%8B%D0%BB%D1%96>,
        <http://lexvo.org/id/term/ben/%E0%A6%9A%E0%A6%BF%E0%A6%B2%E0%A6%BF>,
        <http://lexvo.org/id/term/bez/Huchile>,
        <http://lexvo.org/id/term/bod/%E0%BD%85%E0%BD%B2%E0%BC%8B%E0%BD%A3%E0%BD%B2%E0%BC%8D>,
        <http://lexvo.org/id/term/bos-Cyrl/%D0%A7%D0%B8%D0%BB%D0%B5>,
        <http://lexvo.org/id/term/bos/%C4%8Cile>,
        <http://lexvo.org/id/term/bre/Chile>,
        <http://lexvo.org/id/term/brx/%E0%A4%9A%E0%A4%BF%E0%A4%B2%E0%A5%80>,
        <http://lexvo.org/id/term/bul/%D0%A7%D0%B8%D0%BB%D0%B8>,
        <http://lexvo.org/id/term/byn/%E1%89%BA%E1%88%8A>,
        <http://lexvo.org/id/term/cat/Xile>,
        <http://lexvo.org/id/term/ces/Chile>,
        <http://lexvo.org/id/term/cgg/Chile>,
        <http://lexvo.org/id/term/chr/%E1%8F%A5%E1%8E%B5>,
        <http://lexvo.org/id/term/cmn-Hant/%E6%99%BA%E5%88%A9>,
        <http://lexvo.org/id/term/cmn/%E6%99%BA%E5%88%A9>,
        <http://lexvo.org/id/term/cym/Chile>,
        <http://lexvo.org/id/term/dan/Chile>,
        <http://lexvo.org/id/term/dav/Chile>,
        <http://lexvo.org/id/term/deu/Chile>,
        <http://lexvo.org/id/term/dje/%C5%A0iili>,
        <http://lexvo.org/id/term/dyo/Cili>,
        <http://lexvo.org/id/term/dzo/%E0%BD%85%E0%BD%B2%E0%BC%8B%E0%BD%A3%E0%BD%B2>,
        <http://lexvo.org/id/term/ebu/Chile>,
        <http://lexvo.org/id/term/ell/%CE%A7%CE%B9%CE%BB%CE%AE>,
        <http://lexvo.org/id/term/eng-Dsrt/%F0%90%90%95%F0%90%90%A8%F0%90%91%8A%F0%90%90%A9>,
        <http://lexvo.org/id/term/eng/Chile>,
        <http://lexvo.org/id/term/eng/ISO%203166-1%3ACL>,
        <http://lexvo.org/id/term/epo/%C4%88ilio>,
        <http://lexvo.org/id/term/est/T%C5%A1iili>,
        <http://lexvo.org/id/term/eus/Txile>,
        <http://lexvo.org/id/term/ewe/Tsile%20nutome>,
        <http://lexvo.org/id/term/ewo/Tsil%C3%AD>,
        <http://lexvo.org/id/term/fao/Kili>,
        <http://lexvo.org/id/term/fas/%D8%B4%DB%8C%D9%84%DB%8C>,
        <http://lexvo.org/id/term/fas/%DA%86%D9%84%DB%8C>,
        <http://lexvo.org/id/term/fil/Chile>,
        <http://lexvo.org/id/term/fin/Chile>,
        <http://lexvo.org/id/term/fra/Chili>,
        <http://lexvo.org/id/term/ful/Cilii>,
        <http://lexvo.org/id/term/fur/Cile>,
        <http://lexvo.org/id/term/gla/An%20t-Sile>,
        <http://lexvo.org/id/term/gle/An%20tSile>,
        <http://lexvo.org/id/term/glg/Chile>,
        <http://lexvo.org/id/term/gsw/Tschile>,
        <http://lexvo.org/id/term/guj/%E0%AA%9A%E0%AA%BF%E0%AA%B2%E0%AB%80>,
        <http://lexvo.org/id/term/guz/Chile>,
        <http://lexvo.org/id/term/hau/Cayile>,
        <http://lexvo.org/id/term/heb/%D7%A6%D7%B3%D7%99%D7%9C%D7%94>,
        <http://lexvo.org/id/term/hin/%E0%A4%9A%E0%A4%BF%E0%A4%B2%E0%A5%80>,
        <http://lexvo.org/id/term/hrv/%C4%8Cile>,
        <http://lexvo.org/id/term/hun/Chile>,
        <http://lexvo.org/id/term/hye/%D5%89%D5%AB%D5%AC%D5%AB>,
        <http://lexvo.org/id/term/ina/Chile>,
        <http://lexvo.org/id/term/ind/Cile>,
        <http://lexvo.org/id/term/isl/Ch%C3%ADle>,
        <http://lexvo.org/id/term/ita/Cile>,
        <http://lexvo.org/id/term/jgo/C%C3%ADll%C9%9B>,
        <http://lexvo.org/id/term/jmc/Chile>,
        <http://lexvo.org/id/term/jpn/%E3%83%81%E3%83%AA>,
        <http://lexvo.org/id/term/kab/Cili>,
        <http://lexvo.org/id/term/kal/Chile>,
        <http://lexvo.org/id/term/kam/Chile>,
        <http://lexvo.org/id/term/kan/%E0%B2%9A%E0%B2%BF%E0%B2%B2%E0%B2%BF>,
        <http://lexvo.org/id/term/kas/%DA%86%D9%90%D9%84%DB%8C>,
        <http://lexvo.org/id/term/kat/%E1%83%A9%E1%83%98%E1%83%9A%E1%83%94>,
        <http://lexvo.org/id/term/kaz/%D0%A7%D0%B8%D0%BB%D0%B8>,
        <http://lexvo.org/id/term/kde/Chile>,
        <http://lexvo.org/id/term/kea/Xili>,
        <http://lexvo.org/id/term/khm/%E1%9E%9F%E1%9F%8A%E1%9E%B8%E1%9E%9B%E1%9E%B8>,
        <http://lexvo.org/id/term/khq/%C5%A0iili>,
        <http://lexvo.org/id/term/kik/Chile>,
        <http://lexvo.org/id/term/kln/Emetab%20Chile>,
        <http://lexvo.org/id/term/kor/%EC%B9%A0%EB%A0%88>,
        <http://lexvo.org/id/term/ksb/Chile>,
        <http://lexvo.org/id/term/ksf/c%C3%ADli>,
        <http://lexvo.org/id/term/ksh/Schiile>,
        <http://lexvo.org/id/term/lag/Ch%C3%ADile>,
        <http://lexvo.org/id/term/lao/%E0%BA%8A%E0%BA%B4%E0%BA%AA%E0%BA%B4>,
        <http://lexvo.org/id/term/lav/%C4%8C%C4%ABle>,
        <http://lexvo.org/id/term/lin/S%C3%ADli>,
        <http://lexvo.org/id/term/lit/%C4%8Cil%C4%97>,
        <http://lexvo.org/id/term/lub/Shili>,
        <http://lexvo.org/id/term/lug/Cile>,
        <http://lexvo.org/id/term/luo/Chile>,
        <http://lexvo.org/id/term/luy/Chile>,
        <http://lexvo.org/id/term/mal/%E0%B4%9A%E0%B4%BF%E0%B4%B2%E0%B4%BF>,
        <http://lexvo.org/id/term/mar/%E0%A4%9A%E0%A4%BF%E0%A4%B2%E0%A5%80>,
        <http://lexvo.org/id/term/mas/Chile>,
        <http://lexvo.org/id/term/mer/Chile>,
        <http://lexvo.org/id/term/mfe/Shili>,
        <http://lexvo.org/id/term/mgh/Uchile>,
        <http://lexvo.org/id/term/mkd/%D0%A7%D0%B8%D0%BB%D0%B5>,
        <http://lexvo.org/id/term/mlg/Shili>,
        <http://lexvo.org/id/term/mlt/%C4%8Aili>,
        <http://lexvo.org/id/term/mua/syili>,
        <http://lexvo.org/id/term/mya/%E1%80%81%E1%80%BB%E1%80%AE%E1%80%9C%E1%80%AE>,
        <http://lexvo.org/id/term/naq/Chilib>,
        <http://lexvo.org/id/term/nde/Chile>,
        <http://lexvo.org/id/term/nep/%E0%A4%9A%E0%A4%BF%E0%A4%B2%E0%A5%80>,
        <http://lexvo.org/id/term/nld/Chili>,
        <http://lexvo.org/id/term/nmg/Tshili>,
        <http://lexvo.org/id/term/nno/Chile>,
        <http://lexvo.org/id/term/nob/Chile>,
        <http://lexvo.org/id/term/nus/Cili%CC%B1>,
        <http://lexvo.org/id/term/nyn/Chile>,
        <http://lexvo.org/id/term/ori/%E0%AC%9A%E0%AC%BF%E0%AC%B2%E0%AD%8D%E0%AC%B2%E0%AD%80>,
        <http://lexvo.org/id/term/pol/Chile>,
        <http://lexvo.org/id/term/por/Chile>,
        <http://lexvo.org/id/term/rof/Chile>,
        <http://lexvo.org/id/term/roh/Chile>,
        <http://lexvo.org/id/term/ron/Chile>,
        <http://lexvo.org/id/term/run/Shili>,
        <http://lexvo.org/id/term/rus/%D0%A7%D0%B8%D0%BB%D0%B8>,
        <http://lexvo.org/id/term/rwk/Chile>,
        <http://lexvo.org/id/term/sag/Shil%C3%AFi>,
        <http://lexvo.org/id/term/saq/Chile>,
        <http://lexvo.org/id/term/sbp/Shile>,
        <http://lexvo.org/id/term/seh/Chile>,
        <http://lexvo.org/id/term/ses/%C5%A0iili>,
        <http://lexvo.org/id/term/shi-Latn/ccili>,
        <http://lexvo.org/id/term/shi/%E2%B5%9B%E2%B5%9B%E2%B5%89%E2%B5%8D%E2%B5%89>,
        <http://lexvo.org/id/term/sin/%E0%B6%A0%E0%B7%92%E0%B6%BD%E0%B7%93>,
        <http://lexvo.org/id/term/slk/%C4%8Cile>,
        <http://lexvo.org/id/term/slv/%C4%8Cile>,
        <http://lexvo.org/id/term/sme/%C4%8Ciile>,
        <http://lexvo.org/id/term/sna/Chile>,
        <http://lexvo.org/id/term/som/Jili>,
        <http://lexvo.org/id/term/spa/Chile>,
        <http://lexvo.org/id/term/sqi/Kili>,
        <http://lexvo.org/id/term/srp-Latn/%C4%8Cile>,
        <http://lexvo.org/id/term/srp/%D0%A7%D0%B8%D0%BB%D0%B5>,
        <http://lexvo.org/id/term/swc/Chile>,
        <http://lexvo.org/id/term/swe/Chile>,
        <http://lexvo.org/id/term/swh/Chile>,
        <http://lexvo.org/id/term/tam/%E0%AE%9A%E0%AE%BF%E0%AE%B2%E0%AE%BF>,
        <http://lexvo.org/id/term/tel/%E0%B0%9A%E0%B0%BF%E0%B0%B2%E0%B0%BF>,
        <http://lexvo.org/id/term/teo/Chile>,
        <http://lexvo.org/id/term/tha/%E0%B8%8A%E0%B8%B4%E0%B8%A5%E0%B8%B5>,
        <http://lexvo.org/id/term/tig/%E1%89%BA%E1%88%8A>,
        <http://lexvo.org/id/term/tir/%E1%89%BA%E1%88%8A>,
        <http://lexvo.org/id/term/ton/Sili>,
        <http://lexvo.org/id/term/tur/%C5%9Eili>,
        <http://lexvo.org/id/term/twq/%C5%A0iili>,
        <http://lexvo.org/id/term/tzm/Ccili>,
        <http://lexvo.org/id/term/ukr/%D0%A7%D0%B8%D0%BB%D1%96>,
        <http://lexvo.org/id/term/urd/%DA%86%D9%84%DB%8C>,
        <http://lexvo.org/id/term/vai-Latn/Ch%C3%A9li>,
        <http://lexvo.org/id/term/vai/%EA%94%9A%EA%94%B7>,
        <http://lexvo.org/id/term/vie/Chile>,
        <http://lexvo.org/id/term/vun/Chile>,
        <http://lexvo.org/id/term/wae/T%C5%A1ile>,
        <http://lexvo.org/id/term/wal/%E1%89%BA%E1%88%8A>,
        <http://lexvo.org/id/term/xog/Cile>,
        <http://lexvo.org/id/term/yav/Sil%C3%AD>,
        <http://lexvo.org/id/term/yor/Or%C3%ADl%E1%BA%B9%CC%81%C3%A8de%20%E1%B9%A3%C3%ADl%C3%A8>,
        <http://lexvo.org/id/term/zsm/Cile>,
        <http://lexvo.org/id/term/zul/i-Chile> ;
    owl:sameAs <http://psi.oasis-open.org/iso/3166/#152>,
        <http://sws.geonames.org/3895114/> .

<http://lexvo.org/id/iso3166/CM> a lvont:GeographicRegion ;
    rdfs:label "Kameroen"@af,
        "Kàmàlûŋ"@agq,
        "Kamɛrun"@ak,
        "ካሜሩን"@am,
        "الكاميرون"@ar,
        "Kameruni"@asa,
        "Camerún"@ast,
        "Kamerun"@az,
        "Kàmɛ̀rûn"@bas,
        "Камерун"@be,
        "Hukameruni"@bez,
        "Камерун"@bg,
        "Kameruni"@bm,
        "ক্যামেরুন"@bn,
        "ཀ་མེ་རུན།"@bo,
        "Kameroun"@br,
        "कोमेरान"@brx,
        "Kamerun"@bs,
        "Камерун"@bs-Cyrl,
        "ካሜሩን"@byn,
        "Camerun"@ca,
        "Kameruuni"@cgg,
        "ᎧᎹᎷᏂ"@chr,
        "喀麦隆"@cmn,
        "喀麥隆"@cmn-Hant,
        "Kamerun"@cs,
        "y Camerŵn"@cy,
        "Cameroun"@da,
        "Kameruni"@dav,
        "Kamerun"@de,
        "Kameruun"@dje,
        "Cameroun"@dua,
        "Kamerun"@dyo,
        "ཀེ་མ་རུན"@dz,
        "Kameruni"@ebu,
        "Kamerun nutome"@ee,
        "Καμερούν"@el,
        "Cameroon"@en,
        "ISO 3166-1:CM"@en,
        "𐐗𐐰𐑋𐐲𐑉𐐭𐑌"@en-Dsrt,
        "Kameruno"@eo,
        "Camerún"@es,
        "Kamerun"@et,
        "Kamerun"@eu,
        "Kamərún"@ewo,
        "کامرون"@fa,
        "Kameruun"@ff,
        "Kamerun"@fi,
        "Cameroon"@fil,
        "Kamerun"@fo,
        "Cameroun"@fr,
        "Camerun"@fur,
        "Camarún"@ga,
        "Camarun"@gd,
        "Camerún"@gl,
        "Kamerun"@gsw,
        "કૅમરૂન"@gu,
        "Kameruni"@guz,
        "Kamaru"@ha,
        "קמרון"@he,
        "कैमरून"@hi,
        "Kamerun"@hr,
        "Kamerun"@hu,
        "Կամերուն"@hy,
        "Camerun"@ia,
        "Kamerun"@id,
        "Kamerún"@is,
        "Camerun"@it,
        "カメルーン"@ja,
        "Kamɛlûn"@jgo,
        "Kameruni"@jmc,
        "კამერუნი"@ka,
        "Kamirun"@kab,
        "Kameluni"@kam,
        "Kameluni"@kde,
        "Kamarõis"@kea,
        "Kameruun"@khq,
        "Kameruni"@ki,
        "Камерун"@kk,
        "Kamɛrun"@kkj,
        "Kamerun"@kl,
        "Emetab Cameroon"@kln,
        "កាមេរូន"@km,
        "ಕ್ಯಾಮರೋನ್"@kn,
        "카메룬"@ko,
        "کیٚمِروٗن"@ks,
        "Kameluni"@ksb,
        "kamɛrún"@ksf,
        "Kammeruhn"@ksh,
        "Kamerúuni"@lag,
        "Kameruuni"@lg,
        "Kamɛrune"@ln,
        "ຄາເມລູມ"@lo,
        "Kamerūnas"@lt,
        "Kamerune"@lu,
        "Cameroon"@luo,
        "Kameruni"@luy,
        "Kamerūna"@lv,
        "Kameruni"@mas,
        "Kameruni"@mer,
        "Kamerounn"@mfe,
        "Kamerona"@mg,
        "Kamalun"@mgo,
        "Камерун"@mk,
        "കാമറൂൺ"@ml,
        "कॅमेरून"@mr,
        "Kamerun"@mt,
        "kameruŋ"@mua,
        "ကင်မရွန်း"@my,
        "Cameroonni"@naq,
        "Kamerun"@nb,
        "Khameruni"@nd,
        "क्यामेरून"@ne,
        "Kameroen"@nl,
        "Kamerun"@nmg,
        "Kamerun"@nn,
        "Kàmalûm"@nnh,
        "Kɛmɛrun"@nus,
        "Kameruuni"@nyn,
        "କାମେରୁନ୍"@or,
        "Kamerun"@pl,
        "Camarões"@pt,
        "República dos Camarões"@pt,
        "Camerun"@rm,
        "Kameruni"@rn,
        "Camerun"@ro,
        "Kameruni"@rof,
        "Камерун"@ru,
        "Kameruni"@rwk,
        "Kameruni"@saq,
        "Kameruni"@sbp,
        "Kamerun"@se,
        "República dos Camarões"@seh,
        "Kameruun"@ses,
        "Kamerûne"@sg,
        "ⴽⴰⵎⵉⵔⵓⵏ"@shi,
        "kamirun"@shi-Latn,
        "කැමරූන්"@si,
        "Kamerun"@sk,
        "Kamerun"@sl,
        "Kameruni"@sn,
        "Kaameruun"@so,
        "Kamerun"@sq,
        "Камерун"@sr,
        "Kamerun"@sr-Latn,
        "Kamerun"@sv,
        "Kameruni"@swc,
        "Kameruni"@swh,
        "கேமரூன்"@ta,
        "కెమరూన్"@te,
        "Kameruni"@teo,
        "แคเมอรูน"@th,
        "ካሜሩን"@ti,
        "ካሜሩን"@tig,
        "Kemaluni"@to,
        "Kamerun"@tr,
        "Kameruun"@twq,
        "Kamerun"@tzm,
        "Камерун"@uk,
        "کیمرون"@ur,
        "ꕪꔈꖩꘋ"@vai,
        "Kameruŋ"@vai-Latn,
        "Ca-mơ-run"@vi,
        "Kameruni"@vun,
        "Kamerun"@wae,
        "ካሜሩን"@wal,
        "Kameruuni"@xog,
        "Kemelún"@yav,
        "Orílẹ́ède Kamerúúnì"@yo,
        "Kamerun"@zsm,
        "i-Cameroon"@zu ;
    lvont:label <http://lexvo.org/id/term/afr/Kameroen>,
        <http://lexvo.org/id/term/agq/K%C3%A0m%C3%A0l%C3%BB%C5%8B>,
        <http://lexvo.org/id/term/aka/Kam%C9%9Brun>,
        <http://lexvo.org/id/term/amh/%E1%8A%AB%E1%88%9C%E1%88%A9%E1%8A%95>,
        <http://lexvo.org/id/term/ara/%D8%A7%D9%84%D9%83%D8%A7%D9%85%D9%8A%D8%B1%D9%88%D9%86>,
        <http://lexvo.org/id/term/asa/Kameruni>,
        <http://lexvo.org/id/term/ast/Camer%C3%BAn>,
        <http://lexvo.org/id/term/aze/Kamerun>,
        <http://lexvo.org/id/term/bam/Kameruni>,
        <http://lexvo.org/id/term/bas/K%C3%A0m%C9%9B%CC%80r%C3%BBn>,
        <http://lexvo.org/id/term/bel/%D0%9A%D0%B0%D0%BC%D0%B5%D1%80%D1%83%D0%BD>,
        <http://lexvo.org/id/term/ben/%E0%A6%95%E0%A7%8D%E0%A6%AF%E0%A6%BE%E0%A6%AE%E0%A7%87%E0%A6%B0%E0%A7%81%E0%A6%A8>,
        <http://lexvo.org/id/term/bez/Hukameruni>,
        <http://lexvo.org/id/term/bod/%E0%BD%80%E0%BC%8B%E0%BD%98%E0%BD%BA%E0%BC%8B%E0%BD%A2%E0%BD%B4%E0%BD%93%E0%BC%8D>,
        <http://lexvo.org/id/term/bos-Cyrl/%D0%9A%D0%B0%D0%BC%D0%B5%D1%80%D1%83%D0%BD>,
        <http://lexvo.org/id/term/bos/Kamerun>,
        <http://lexvo.org/id/term/bre/Kameroun>,
        <http://lexvo.org/id/term/brx/%E0%A4%95%E0%A5%8B%E0%A4%AE%E0%A5%87%E0%A4%B0%E0%A4%BE%E0%A4%A8>,
        <http://lexvo.org/id/term/bul/%D0%9A%D0%B0%D0%BC%D0%B5%D1%80%D1%83%D0%BD>,
        <http://lexvo.org/id/term/byn/%E1%8A%AB%E1%88%9C%E1%88%A9%E1%8A%95>,
        <http://lexvo.org/id/term/cat/Camerun>,
        <http://lexvo.org/id/term/ces/Kamerun>,
        <http://lexvo.org/id/term/cgg/Kameruuni>,
        <http://lexvo.org/id/term/chr/%E1%8E%A7%E1%8E%B9%E1%8E%B7%E1%8F%82>,
        <http://lexvo.org/id/term/cmn-Hant/%E5%96%80%E9%BA%A5%E9%9A%86>,
        <http://lexvo.org/id/term/cmn/%E5%96%80%E9%BA%A6%E9%9A%86>,
        <http://lexvo.org/id/term/cym/y%20Camer%C5%B5n>,
        <http://lexvo.org/id/term/dan/Cameroun>,
        <http://lexvo.org/id/term/dav/Kameruni>,
        <http://lexvo.org/id/term/deu/Kamerun>,
        <http://lexvo.org/id/term/dje/Kameruun>,
        <http://lexvo.org/id/term/dua/Cameroun>,
        <http://lexvo.org/id/term/dyo/Kamerun>,
        <http://lexvo.org/id/term/dzo/%E0%BD%80%E0%BD%BA%E0%BC%8B%E0%BD%98%E0%BC%8B%E0%BD%A2%E0%BD%B4%E0%BD%93>,
        <http://lexvo.org/id/term/ebu/Kameruni>,
        <http://lexvo.org/id/term/ell/%CE%9A%CE%B1%CE%BC%CE%B5%CF%81%CE%BF%CF%8D%CE%BD>,
        <http://lexvo.org/id/term/eng-Dsrt/%F0%90%90%97%F0%90%90%B0%F0%90%91%8B%F0%90%90%B2%F0%90%91%89%F0%90%90%AD%F0%90%91%8C>,
        <http://lexvo.org/id/term/eng/Cameroon>,
        <http://lexvo.org/id/term/eng/ISO%203166-1%3ACM>,
        <http://lexvo.org/id/term/epo/Kameruno>,
        <http://lexvo.org/id/term/est/Kamerun>,
        <http://lexvo.org/id/term/eus/Kamerun>,
        <http://lexvo.org/id/term/ewe/Kamerun%20nutome>,
        <http://lexvo.org/id/term/ewo/Kam%C9%99r%C3%BAn>,
        <http://lexvo.org/id/term/fao/Kamerun>,
        <http://lexvo.org/id/term/fas/%DA%A9%D8%A7%D9%85%D8%B1%D9%88%D9%86>,
        <http://lexvo.org/id/term/fil/Cameroon>,
        <http://lexvo.org/id/term/fin/Kamerun>,
        <http://lexvo.org/id/term/fra/Cameroun>,
        <http://lexvo.org/id/term/ful/Kameruun>,
        <http://lexvo.org/id/term/fur/Camerun>,
        <http://lexvo.org/id/term/gla/Camarun>,
        <http://lexvo.org/id/term/gle/Camar%C3%BAn>,
        <http://lexvo.org/id/term/glg/Camer%C3%BAn>,
        <http://lexvo.org/id/term/gsw/Kamerun>,
        <http://lexvo.org/id/term/guj/%E0%AA%95%E0%AB%85%E0%AA%AE%E0%AA%B0%E0%AB%82%E0%AA%A8>,
        <http://lexvo.org/id/term/guz/Kameruni>,
        <http://lexvo.org/id/term/hau/Kamaru>,
        <http://lexvo.org/id/term/heb/%D7%A7%D7%9E%D7%A8%D7%95%D7%9F>,
        <http://lexvo.org/id/term/hin/%E0%A4%95%E0%A5%88%E0%A4%AE%E0%A4%B0%E0%A5%82%E0%A4%A8>,
        <http://lexvo.org/id/term/hrv/Kamerun>,
        <http://lexvo.org/id/term/hun/Kamerun>,
        <http://lexvo.org/id/term/hye/%D4%BF%D5%A1%D5%B4%D5%A5%D6%80%D5%B8%D6%82%D5%B6>,
        <http://lexvo.org/id/term/ina/Camerun>,
        <http://lexvo.org/id/term/ind/Kamerun>,
        <http://lexvo.org/id/term/isl/Kamer%C3%BAn>,
        <http://lexvo.org/id/term/ita/Camerun>,
        <http://lexvo.org/id/term/jgo/Kam%C9%9Bl%C3%BBn>,
        <http://lexvo.org/id/term/jmc/Kameruni>,
        <http://lexvo.org/id/term/jpn/%E3%82%AB%E3%83%A1%E3%83%AB%E3%83%BC%E3%83%B3>,
        <http://lexvo.org/id/term/kab/Kamirun>,
        <http://lexvo.org/id/term/kal/Kamerun>,
        <http://lexvo.org/id/term/kam/Kameluni>,
        <http://lexvo.org/id/term/kan/%E0%B2%95%E0%B3%8D%E0%B2%AF%E0%B2%BE%E0%B2%AE%E0%B2%B0%E0%B3%8B%E0%B2%A8%E0%B3%8D>,
        <http://lexvo.org/id/term/kas/%DA%A9%DB%8C%D9%9A%D9%85%D9%90%D8%B1%D9%88%D9%97%D9%86>,
        <http://lexvo.org/id/term/kat/%E1%83%99%E1%83%90%E1%83%9B%E1%83%94%E1%83%A0%E1%83%A3%E1%83%9C%E1%83%98>,
        <http://lexvo.org/id/term/kaz/%D0%9A%D0%B0%D0%BC%D0%B5%D1%80%D1%83%D0%BD>,
        <http://lexvo.org/id/term/kde/Kameluni>,
        <http://lexvo.org/id/term/kea/Kamar%C3%B5is>,
        <http://lexvo.org/id/term/khm/%E1%9E%80%E1%9E%B6%E1%9E%98%E1%9F%81%E1%9E%9A%E1%9E%BC%E1%9E%93>,
        <http://lexvo.org/id/term/khq/Kameruun>,
        <http://lexvo.org/id/term/kik/Kameruni>,
        <http://lexvo.org/id/term/kkj/Kam%C9%9Brun>,
        <http://lexvo.org/id/term/kln/Emetab%20Cameroon>,
        <http://lexvo.org/id/term/kor/%EC%B9%B4%EB%A9%94%EB%A3%AC>,
        <http://lexvo.org/id/term/ksb/Kameluni>,
        <http://lexvo.org/id/term/ksf/kam%C9%9Br%C3%BAn>,
        <http://lexvo.org/id/term/ksh/Kammeruhn>,
        <http://lexvo.org/id/term/lag/Kamer%C3%BAuni>,
        <http://lexvo.org/id/term/lao/%E0%BA%84%E0%BA%B2%E0%BB%80%E0%BA%A1%E0%BA%A5%E0%BA%B9%E0%BA%A1>,
        <http://lexvo.org/id/term/lav/Kamer%C5%ABna>,
        <http://lexvo.org/id/term/lin/Kam%C9%9Brune>,
        <http://lexvo.org/id/term/lit/Kamer%C5%ABnas>,
        <http://lexvo.org/id/term/lub/Kamerune>,
        <http://lexvo.org/id/term/lug/Kameruuni>,
        <http://lexvo.org/id/term/luo/Cameroon>,
        <http://lexvo.org/id/term/luy/Kameruni>,
        <http://lexvo.org/id/term/mal/%E0%B4%95%E0%B4%BE%E0%B4%AE%E0%B4%B1%E0%B5%82%E0%B5%BA>,
        <http://lexvo.org/id/term/mar/%E0%A4%95%E0%A5%85%E0%A4%AE%E0%A5%87%E0%A4%B0%E0%A5%82%E0%A4%A8>,
        <http://lexvo.org/id/term/mas/Kameruni>,
        <http://lexvo.org/id/term/mer/Kameruni>,
        <http://lexvo.org/id/term/mfe/Kamerounn>,
        <http://lexvo.org/id/term/mgo/Kamalun>,
        <http://lexvo.org/id/term/mkd/%D0%9A%D0%B0%D0%BC%D0%B5%D1%80%D1%83%D0%BD>,
        <http://lexvo.org/id/term/mlg/Kamerona>,
        <http://lexvo.org/id/term/mlt/Kamerun>,
        <http://lexvo.org/id/term/mua/kameru%C5%8B>,
        <http://lexvo.org/id/term/mya/%E1%80%80%E1%80%84%E1%80%BA%E1%80%99%E1%80%9B%E1%80%BD%E1%80%94%E1%80%BA%E1%80%B8>,
        <http://lexvo.org/id/term/naq/Cameroonni>,
        <http://lexvo.org/id/term/nde/Khameruni>,
        <http://lexvo.org/id/term/nep/%E0%A4%95%E0%A5%8D%E0%A4%AF%E0%A4%BE%E0%A4%AE%E0%A5%87%E0%A4%B0%E0%A5%82%E0%A4%A8>,
        <http://lexvo.org/id/term/nld/Kameroen>,
        <http://lexvo.org/id/term/nmg/Kamerun>,
        <http://lexvo.org/id/term/nnh/K%C3%A0mal%C3%BBm>,
        <http://lexvo.org/id/term/nno/Kamerun>,
        <http://lexvo.org/id/term/nob/Kamerun>,
        <http://lexvo.org/id/term/nus/K%C9%9Bm%C9%9Brun>,
        <http://lexvo.org/id/term/nyn/Kameruuni>,
        <http://lexvo.org/id/term/ori/%E0%AC%95%E0%AC%BE%E0%AC%AE%E0%AD%87%E0%AC%B0%E0%AD%81%E0%AC%A8%E0%AD%8D>,
        <http://lexvo.org/id/term/pol/Kamerun>,
        <http://lexvo.org/id/term/por/Camar%C3%B5es>,
        <http://lexvo.org/id/term/por/Rep%C3%BAblica%20dos%20Camar%C3%B5es>,
        <http://lexvo.org/id/term/rof/Kameruni>,
        <http://lexvo.org/id/term/roh/Camerun>,
        <http://lexvo.org/id/term/ron/Camerun>,
        <http://lexvo.org/id/term/run/Kameruni>,
        <http://lexvo.org/id/term/rus/%D0%9A%D0%B0%D0%BC%D0%B5%D1%80%D1%83%D0%BD>,
        <http://lexvo.org/id/term/rwk/Kameruni>,
        <http://lexvo.org/id/term/sag/Kamer%C3%BBne>,
        <http://lexvo.org/id/term/saq/Kameruni>,
        <http://lexvo.org/id/term/sbp/Kameruni>,
        <http://lexvo.org/id/term/seh/Rep%C3%BAblica%20dos%20Camar%C3%B5es>,
        <http://lexvo.org/id/term/ses/Kameruun>,
        <http://lexvo.org/id/term/shi-Latn/kamirun>,
        <http://lexvo.org/id/term/shi/%E2%B4%BD%E2%B4%B0%E2%B5%8E%E2%B5%89%E2%B5%94%E2%B5%93%E2%B5%8F>,
        <http://lexvo.org/id/term/sin/%E0%B6%9A%E0%B7%90%E0%B6%B8%E0%B6%BB%E0%B7%96%E0%B6%B1%E0%B7%8A>,
        <http://lexvo.org/id/term/slk/Kamerun>,
        <http://lexvo.org/id/term/slv/Kamerun>,
        <http://lexvo.org/id/term/sme/Kamerun>,
        <http://lexvo.org/id/term/sna/Kameruni>,
        <http://lexvo.org/id/term/som/Kaameruun>,
        <http://lexvo.org/id/term/spa/Camer%C3%BAn>,
        <http://lexvo.org/id/term/sqi/Kamerun>,
        <http://lexvo.org/id/term/srp-Latn/Kamerun>,
        <http://lexvo.org/id/term/srp/%D0%9A%D0%B0%D0%BC%D0%B5%D1%80%D1%83%D0%BD>,
        <http://lexvo.org/id/term/swc/Kameruni>,
        <http://lexvo.org/id/term/swe/Kamerun>,
        <http://lexvo.org/id/term/swh/Kameruni>,
        <http://lexvo.org/id/term/tam/%E0%AE%95%E0%AF%87%E0%AE%AE%E0%AE%B0%E0%AF%82%E0%AE%A9%E0%AF%8D>,
        <http://lexvo.org/id/term/tel/%E0%B0%95%E0%B1%86%E0%B0%AE%E0%B0%B0%E0%B1%82%E0%B0%A8%E0%B1%8D>,
        <http://lexvo.org/id/term/teo/Kameruni>,
        <http://lexvo.org/id/term/tha/%E0%B9%81%E0%B8%84%E0%B9%80%E0%B8%A1%E0%B8%AD%E0%B8%A3%E0%B8%B9%E0%B8%99>,
        <http://lexvo.org/id/term/tig/%E1%8A%AB%E1%88%9C%E1%88%A9%E1%8A%95>,
        <http://lexvo.org/id/term/tir/%E1%8A%AB%E1%88%9C%E1%88%A9%E1%8A%95>,
        <http://lexvo.org/id/term/ton/Kemaluni>,
        <http://lexvo.org/id/term/tur/Kamerun>,
        <http://lexvo.org/id/term/twq/Kameruun>,
        <http://lexvo.org/id/term/tzm/Kamerun>,
        <http://lexvo.org/id/term/ukr/%D0%9A%D0%B0%D0%BC%D0%B5%D1%80%D1%83%D0%BD>,
        <http://lexvo.org/id/term/urd/%DA%A9%DB%8C%D9%85%D8%B1%D9%88%D9%86>,
        <http://lexvo.org/id/term/vai-Latn/Kameru%C5%8B>,
        <http://lexvo.org/id/term/vai/%EA%95%AA%EA%94%88%EA%96%A9%EA%98%8B>,
        <http://lexvo.org/id/term/vie/Ca-m%C6%A1-run>,
        <http://lexvo.org/id/term/vun/Kameruni>,
        <http://lexvo.org/id/term/wae/Kamerun>,
        <http://lexvo.org/id/term/wal/%E1%8A%AB%E1%88%9C%E1%88%A9%E1%8A%95>,
        <http://lexvo.org/id/term/xog/Kameruuni>,
        <http://lexvo.org/id/term/yav/Kemel%C3%BAn>,
        <http://lexvo.org/id/term/yor/Or%C3%ADl%E1%BA%B9%CC%81%C3%A8de%20Kamer%C3%BA%C3%BAn%C3%AC>,
        <http://lexvo.org/id/term/zsm/Kamerun>,
        <http://lexvo.org/id/term/zul/i-Cameroon> ;
    owl:sameAs <http://psi.oasis-open.org/iso/3166/#120>,
        <http://sws.geonames.org/2233387/> .

<http://lexvo.org/id/iso3166/CO> a lvont:GeographicRegion ;
    rdfs:label "Kolombië"@af,
        "Kòlombìa"@agq,
        "Kolombia"@ak,
        "ኮሎምቢያ"@am,
        "كولومبيا"@ar,
        "Kolombia"@asa,
        "Colombia"@ast,
        "Kolumbiya"@az,
        "Kɔ̀lɔmbìà"@bas,
        "Калумбія"@be,
        "Hukolombia"@bez,
        "Колумбия"@bg,
        "Kolombi"@bm,
        "কোলোম্বিয়া"@bn,
        "ཀོ་ལོམ་བི་ཡ།"@bo,
        "Kolombia"@br,
        "कोलम्बिया"@brx,
        "Kolumbija"@bs,
        "Колумбија"@bs-Cyrl,
        "ኮሎምቢያ"@byn,
        "Colòmbia"@ca,
        "Korombiya"@cgg,
        "ᎪᎸᎻᏈᎢᎠ"@chr,
        "哥伦比亚"@cmn,
        "哥倫比亞"@cmn-Hant,
        "Kolumbie"@cs,
        "Colombia"@cy,
        "Colombia"@da,
        "Kolombia"@dav,
        "Kolumbien"@de,
        "Kolombi"@dje,
        "Kolombi"@dyo,
        "ཀོ་ལོམ་བྷི་ཡ"@dz,
        "Kolombia"@ebu,
        "Kolombia nutome"@ee,
        "Κολομβία"@el,
        "Colombia"@en,
        "ISO 3166-1:CO"@en,
        "𐐗𐐲𐑊𐐲𐑋𐐺𐐨𐐲"@en-Dsrt,
        "Kolombio"@eo,
        "Colombia"@es,
        "Colombia"@et,
        "Kolonbia"@eu,
        "Kolɔmbí"@ewo,
        "کلمبیا"@fa,
        "کولمبیا"@fa,
        "Kolombiya"@ff,
        "Kolumbia"@fi,
        "Colombia"@fil,
        "Kolombia"@fo,
        "Colombie"@fr,
        "Colombie"@fur,
        "An Cholóim"@ga,
        "Coloimbia"@gd,
        "Colombia"@gl,
        "Kolumbie"@gsw,
        "કોલમ્બિયા"@gu,
        "Kolombia"@guz,
        "Kolambiya"@ha,
        "קולומביה"@he,
        "कोलम्बिया"@hi,
        "Kolumbija"@hr,
        "Kolumbia"@hu,
        "Կոլումբիա"@hy,
        "Colombia"@ia,
        "Kolombia"@id,
        "Kólumbía"@is,
        "Colombia"@it,
        "コロンビア"@ja,
        "Kɔllɔmbî"@jgo,
        "Kolombia"@jmc,
        "კოლუმბია"@ka,
        "Kulumbi"@kab,
        "Kolombia"@kam,
        "Kolombia"@kde,
        "Kulombia"@kea,
        "Kolombi"@khq,
        "Kolombia"@ki,
        "Колумбия"@kk,
        "Colombia"@kl,
        "Emetab Colombia"@kln,
        "កូឡុំប៊ី"@km,
        "ಕೊಲಂಬಿಯಾ"@kn,
        "콜롬비아"@ko,
        "کولَمبِیا"@ks,
        "Kolombia"@ksb,
        "kolɔmbí"@ksf,
        "Kolumbije"@ksh,
        "Kolómbia"@lag,
        "Kolombya"@lg,
        "Kolombi"@ln,
        "ໂຄລຳເບຍ"@lo,
        "Kolumbija"@lt,
        "Kolombi"@lu,
        "Colombia"@luo,
        "Kolombia"@luy,
        "Kolumbija"@lv,
        "Kolombia"@mas,
        "Kolombia"@mer,
        "Kolonbi"@mfe,
        "Kôlômbia"@mg,
        "Ukolombia"@mgh,
        "Колумбија"@mk,
        "കൊളംബിയ"@ml,
        "कोलम्बिया"@mr,
        "Kolumbja"@mt,
        "kolombiya"@mua,
        "ကိုလံဘီယာ"@my,
        "Colombiab"@naq,
        "Colombia"@nb,
        "Kholombiya"@nd,
        "कोलोम्बिया"@ne,
        "Colombia"@nl,
        "Kɔlɔ́mbia"@nmg,
        "Colombia"@nn,
        "Kolombia"@nus,
        "Korombiya"@nyn,
        "କୋଲମ୍ବିଆ"@or,
        "Kolumbia"@pl,
        "کولمبیا"@ps,
        "Colômbia"@pt,
        "Columbia"@rm,
        "Kolombiya"@rn,
        "Columbia"@ro,
        "Kolombia"@rof,
        "Колумбия"@ru,
        "Kolombia"@rwk,
        "Kolombia"@saq,
        "Kolombiya"@sbp,
        "Kolombia"@se,
        "Colômbia"@seh,
        "Kolombi"@ses,
        "Kolombïi"@sg,
        "ⴽⵓⵍⵓⵎⴱⵢⴰ"@shi,
        "culumbya"@shi-Latn,
        "කොළොම්බියාව"@si,
        "Kolumbia"@sk,
        "Kolumbija"@sl,
        "Kolombia"@sn,
        "Kolombiya"@so,
        "Kolumbi"@sq,
        "Колумбија"@sr,
        "Kolumbija"@sr-Latn,
        "Colombia"@sv,
        "Kolombia"@swc,
        "Kolombia"@swh,
        "கொலம்பியா"@ta,
        "కొలంబియా"@te,
        "Kolombia"@teo,
        "โคลอมเบีย"@th,
        "ኮሎምቢያ"@ti,
        "ኮሎምቢያ"@tig,
        "Kolomipia"@to,
        "Kolombiya"@tr,
        "Kolombi"@twq,
        "Kulumbya"@tzm,
        "Колумбія"@uk,
        "کولمبیا"@ur,
        "ꗛꗏꔭꕩ"@vai,
        "Kɔlɔmbiya"@vai-Latn,
        "Colombia"@vi,
        "Kolombia"@vun,
        "Kolumbie"@wae,
        "ኮሎምቢያ"@wal,
        "Kolombya"@xog,
        "Kɔlɔ́mbía"@yav,
        "Orílẹ́ède Kòlómíbìa"@yo,
        "Colombia"@zsm,
        "i-Colombia"@zu ;
    lvont:label <http://lexvo.org/id/term/afr/Kolombi%C3%AB>,
        <http://lexvo.org/id/term/agq/K%C3%B2lomb%C3%ACa>,
        <http://lexvo.org/id/term/aka/Kolombia>,
        <http://lexvo.org/id/term/amh/%E1%8A%AE%E1%88%8E%E1%88%9D%E1%89%A2%E1%8B%AB>,
        <http://lexvo.org/id/term/ara/%D9%83%D9%88%D9%84%D9%88%D9%85%D8%A8%D9%8A%D8%A7>,
        <http://lexvo.org/id/term/asa/Kolombia>,
        <http://lexvo.org/id/term/ast/Colombia>,
        <http://lexvo.org/id/term/aze/Kolumbiya>,
        <http://lexvo.org/id/term/bam/Kolombi>,
        <http://lexvo.org/id/term/bas/K%C9%94%CC%80l%C9%94mb%C3%AC%C3%A0>,
        <http://lexvo.org/id/term/bel/%D0%9A%D0%B0%D0%BB%D1%83%D0%BC%D0%B1%D1%96%D1%8F>,
        <http://lexvo.org/id/term/ben/%E0%A6%95%E0%A7%8B%E0%A6%B2%E0%A7%8B%E0%A6%AE%E0%A7%8D%E0%A6%AC%E0%A6%BF%E0%A6%AF%E0%A6%BC%E0%A6%BE>,
        <http://lexvo.org/id/term/bez/Hukolombia>,
        <http://lexvo.org/id/term/bod/%E0%BD%80%E0%BD%BC%E0%BC%8B%E0%BD%A3%E0%BD%BC%E0%BD%98%E0%BC%8B%E0%BD%96%E0%BD%B2%E0%BC%8B%E0%BD%A1%E0%BC%8D>,
        <http://lexvo.org/id/term/bos-Cyrl/%D0%9A%D0%BE%D0%BB%D1%83%D0%BC%D0%B1%D0%B8%D1%98%D0%B0>,
        <http://lexvo.org/id/term/bos/Kolumbija>,
        <http://lexvo.org/id/term/bre/Kolombia>,
        <http://lexvo.org/id/term/brx/%E0%A4%95%E0%A5%8B%E0%A4%B2%E0%A4%AE%E0%A5%8D%E0%A4%AC%E0%A4%BF%E0%A4%AF%E0%A4%BE>,
        <http://lexvo.org/id/term/bul/%D0%9A%D0%BE%D0%BB%D1%83%D0%BC%D0%B1%D0%B8%D1%8F>,
        <http://lexvo.org/id/term/byn/%E1%8A%AE%E1%88%8E%E1%88%9D%E1%89%A2%E1%8B%AB>,
        <http://lexvo.org/id/term/cat/Col%C3%B2mbia>,
        <http://lexvo.org/id/term/ces/Kolumbie>,
        <http://lexvo.org/id/term/cgg/Korombiya>,
        <http://lexvo.org/id/term/chr/%E1%8E%AA%E1%8E%B8%E1%8E%BB%E1%8F%88%E1%8E%A2%E1%8E%A0>,
        <http://lexvo.org/id/term/cmn-Hant/%E5%93%A5%E5%80%AB%E6%AF%94%E4%BA%9E>,
        <http://lexvo.org/id/term/cmn/%E5%93%A5%E4%BC%A6%E6%AF%94%E4%BA%9A>,
        <http://lexvo.org/id/term/cym/Colombia>,
        <http://lexvo.org/id/term/dan/Colombia>,
        <http://lexvo.org/id/term/dav/Kolombia>,
        <http://lexvo.org/id/term/deu/Kolumbien>,
        <http://lexvo.org/id/term/dje/Kolombi>,
        <http://lexvo.org/id/term/dyo/Kolombi>,
        <http://lexvo.org/id/term/dzo/%E0%BD%80%E0%BD%BC%E0%BC%8B%E0%BD%A3%E0%BD%BC%E0%BD%98%E0%BC%8B%E0%BD%96%E0%BE%B7%E0%BD%B2%E0%BC%8B%E0%BD%A1>,
        <http://lexvo.org/id/term/ebu/Kolombia>,
        <http://lexvo.org/id/term/ell/%CE%9A%CE%BF%CE%BB%CE%BF%CE%BC%CE%B2%CE%AF%CE%B1>,
        <http://lexvo.org/id/term/eng-Dsrt/%F0%90%90%97%F0%90%90%B2%F0%90%91%8A%F0%90%90%B2%F0%90%91%8B%F0%90%90%BA%F0%90%90%A8%F0%90%90%B2>,
        <http://lexvo.org/id/term/eng/Colombia>,
        <http://lexvo.org/id/term/eng/ISO%203166-1%3ACO>,
        <http://lexvo.org/id/term/epo/Kolombio>,
        <http://lexvo.org/id/term/est/Colombia>,
        <http://lexvo.org/id/term/eus/Kolonbia>,
        <http://lexvo.org/id/term/ewe/Kolombia%20nutome>,
        <http://lexvo.org/id/term/ewo/Kol%C9%94mb%C3%AD>,
        <http://lexvo.org/id/term/fao/Kolombia>,
        <http://lexvo.org/id/term/fas/%DA%A9%D9%84%D9%85%D8%A8%DB%8C%D8%A7>,
        <http://lexvo.org/id/term/fas/%DA%A9%D9%88%D9%84%D9%85%D8%A8%DB%8C%D8%A7>,
        <http://lexvo.org/id/term/fil/Colombia>,
        <http://lexvo.org/id/term/fin/Kolumbia>,
        <http://lexvo.org/id/term/fra/Colombie>,
        <http://lexvo.org/id/term/ful/Kolombiya>,
        <http://lexvo.org/id/term/fur/Colombie>,
        <http://lexvo.org/id/term/gla/Coloimbia>,
        <http://lexvo.org/id/term/gle/An%20Chol%C3%B3im>,
        <http://lexvo.org/id/term/glg/Colombia>,
        <http://lexvo.org/id/term/gsw/Kolumbie>,
        <http://lexvo.org/id/term/guj/%E0%AA%95%E0%AB%8B%E0%AA%B2%E0%AA%AE%E0%AB%8D%E0%AA%AC%E0%AA%BF%E0%AA%AF%E0%AA%BE>,
        <http://lexvo.org/id/term/guz/Kolombia>,
        <http://lexvo.org/id/term/hau/Kolambiya>,
        <http://lexvo.org/id/term/heb/%D7%A7%D7%95%D7%9C%D7%95%D7%9E%D7%91%D7%99%D7%94>,
        <http://lexvo.org/id/term/hin/%E0%A4%95%E0%A5%8B%E0%A4%B2%E0%A4%AE%E0%A5%8D%E0%A4%AC%E0%A4%BF%E0%A4%AF%E0%A4%BE>,
        <http://lexvo.org/id/term/hrv/Kolumbija>,
        <http://lexvo.org/id/term/hun/Kolumbia>,
        <http://lexvo.org/id/term/hye/%D4%BF%D5%B8%D5%AC%D5%B8%D6%82%D5%B4%D5%A2%D5%AB%D5%A1>,
        <http://lexvo.org/id/term/ina/Colombia>,
        <http://lexvo.org/id/term/ind/Kolombia>,
        <http://lexvo.org/id/term/isl/K%C3%B3lumb%C3%ADa>,
        <http://lexvo.org/id/term/ita/Colombia>,
        <http://lexvo.org/id/term/jgo/K%C9%94ll%C9%94mb%C3%AE>,
        <http://lexvo.org/id/term/jmc/Kolombia>,
        <http://lexvo.org/id/term/jpn/%E3%82%B3%E3%83%AD%E3%83%B3%E3%83%93%E3%82%A2>,
        <http://lexvo.org/id/term/kab/Kulumbi>,
        <http://lexvo.org/id/term/kal/Colombia>,
        <http://lexvo.org/id/term/kam/Kolombia>,
        <http://lexvo.org/id/term/kan/%E0%B2%95%E0%B3%8A%E0%B2%B2%E0%B2%82%E0%B2%AC%E0%B2%BF%E0%B2%AF%E0%B2%BE>,
        <http://lexvo.org/id/term/kas/%DA%A9%D9%88%D9%84%D9%8E%D9%85%D8%A8%D9%90%DB%8C%D8%A7>,
        <http://lexvo.org/id/term/kat/%E1%83%99%E1%83%9D%E1%83%9A%E1%83%A3%E1%83%9B%E1%83%91%E1%83%98%E1%83%90>,
        <http://lexvo.org/id/term/kaz/%D0%9A%D0%BE%D0%BB%D1%83%D0%BC%D0%B1%D0%B8%D1%8F>,
        <http://lexvo.org/id/term/kde/Kolombia>,
        <http://lexvo.org/id/term/kea/Kulombia>,
        <http://lexvo.org/id/term/khm/%E1%9E%80%E1%9E%BC%E1%9E%A1%E1%9E%BB%E1%9F%86%E1%9E%94%E1%9F%8A%E1%9E%B8>,
        <http://lexvo.org/id/term/khq/Kolombi>,
        <http://lexvo.org/id/term/kik/Kolombia>,
        <http://lexvo.org/id/term/kln/Emetab%20Colombia>,
        <http://lexvo.org/id/term/kor/%EC%BD%9C%EB%A1%AC%EB%B9%84%EC%95%84>,
        <http://lexvo.org/id/term/ksb/Kolombia>,
        <http://lexvo.org/id/term/ksf/kol%C9%94mb%C3%AD>,
        <http://lexvo.org/id/term/ksh/Kolumbije>,
        <http://lexvo.org/id/term/lag/Kol%C3%B3mbia>,
        <http://lexvo.org/id/term/lao/%E0%BB%82%E0%BA%84%E0%BA%A5%E0%BA%B3%E0%BB%80%E0%BA%9A%E0%BA%8D>,
        <http://lexvo.org/id/term/lav/Kolumbija>,
        <http://lexvo.org/id/term/lin/Kolombi>,
        <http://lexvo.org/id/term/lit/Kolumbija>,
        <http://lexvo.org/id/term/lub/Kolombi>,
        <http://lexvo.org/id/term/lug/Kolombya>,
        <http://lexvo.org/id/term/luo/Colombia>,
        <http://lexvo.org/id/term/luy/Kolombia>,
        <http://lexvo.org/id/term/mal/%E0%B4%95%E0%B5%8A%E0%B4%B3%E0%B4%82%E0%B4%AC%E0%B4%BF%E0%B4%AF>,
        <http://lexvo.org/id/term/mar/%E0%A4%95%E0%A5%8B%E0%A4%B2%E0%A4%AE%E0%A5%8D%E0%A4%AC%E0%A4%BF%E0%A4%AF%E0%A4%BE>,
        <http://lexvo.org/id/term/mas/Kolombia>,
        <http://lexvo.org/id/term/mer/Kolombia>,
        <http://lexvo.org/id/term/mfe/Kolonbi>,
        <http://lexvo.org/id/term/mgh/Ukolombia>,
        <http://lexvo.org/id/term/mkd/%D0%9A%D0%BE%D0%BB%D1%83%D0%BC%D0%B1%D0%B8%D1%98%D0%B0>,
        <http://lexvo.org/id/term/mlg/K%C3%B4l%C3%B4mbia>,
        <http://lexvo.org/id/term/mlt/Kolumbja>,
        <http://lexvo.org/id/term/mua/kolombiya>,
        <http://lexvo.org/id/term/mya/%E1%80%80%E1%80%AD%E1%80%AF%E1%80%9C%E1%80%B6%E1%80%98%E1%80%AE%E1%80%9A%E1%80%AC>,
        <http://lexvo.org/id/term/naq/Colombiab>,
        <http://lexvo.org/id/term/nde/Kholombiya>,
        <http://lexvo.org/id/term/nep/%E0%A4%95%E0%A5%8B%E0%A4%B2%E0%A5%8B%E0%A4%AE%E0%A5%8D%E0%A4%AC%E0%A4%BF%E0%A4%AF%E0%A4%BE>,
        <http://lexvo.org/id/term/nld/Colombia>,
        <http://lexvo.org/id/term/nmg/K%C9%94l%C9%94%CC%81mbia>,
        <http://lexvo.org/id/term/nno/Colombia>,
        <http://lexvo.org/id/term/nob/Colombia>,
        <http://lexvo.org/id/term/nus/Kolombia>,
        <http://lexvo.org/id/term/nyn/Korombiya>,
        <http://lexvo.org/id/term/ori/%E0%AC%95%E0%AD%8B%E0%AC%B2%E0%AC%AE%E0%AD%8D%E0%AC%AC%E0%AC%BF%E0%AC%86>,
        <http://lexvo.org/id/term/pol/Kolumbia>,
        <http://lexvo.org/id/term/por/Col%C3%B4mbia>,
        <http://lexvo.org/id/term/pus/%DA%A9%D9%88%D9%84%D9%85%D8%A8%DB%8C%D8%A7>,
        <http://lexvo.org/id/term/rof/Kolombia>,
        <http://lexvo.org/id/term/roh/Columbia>,
        <http://lexvo.org/id/term/ron/Columbia>,
        <http://lexvo.org/id/term/run/Kolombiya>,
        <http://lexvo.org/id/term/rus/%D0%9A%D0%BE%D0%BB%D1%83%D0%BC%D0%B1%D0%B8%D1%8F>,
        <http://lexvo.org/id/term/rwk/Kolombia>,
        <http://lexvo.org/id/term/sag/Kolomb%C3%AFi>,
        <http://lexvo.org/id/term/saq/Kolombia>,
        <http://lexvo.org/id/term/sbp/Kolombiya>,
        <http://lexvo.org/id/term/seh/Col%C3%B4mbia>,
        <http://lexvo.org/id/term/ses/Kolombi>,
        <http://lexvo.org/id/term/shi-Latn/culumbya>,
        <http://lexvo.org/id/term/shi/%E2%B4%BD%E2%B5%93%E2%B5%8D%E2%B5%93%E2%B5%8E%E2%B4%B1%E2%B5%A2%E2%B4%B0>,
        <http://lexvo.org/id/term/sin/%E0%B6%9A%E0%B7%9C%E0%B7%85%E0%B7%9C%E0%B6%B8%E0%B7%8A%E0%B6%B6%E0%B7%92%E0%B6%BA%E0%B7%8F%E0%B7%80>,
        <http://lexvo.org/id/term/slk/Kolumbia>,
        <http://lexvo.org/id/term/slv/Kolumbija>,
        <http://lexvo.org/id/term/sme/Kolombia>,
        <http://lexvo.org/id/term/sna/Kolombia>,
        <http://lexvo.org/id/term/som/Kolombiya>,
        <http://lexvo.org/id/term/spa/Colombia>,
        <http://lexvo.org/id/term/sqi/Kolumbi>,
        <http://lexvo.org/id/term/srp-Latn/Kolumbija>,
        <http://lexvo.org/id/term/srp/%D0%9A%D0%BE%D0%BB%D1%83%D0%BC%D0%B1%D0%B8%D1%98%D0%B0>,
        <http://lexvo.org/id/term/swc/Kolombia>,
        <http://lexvo.org/id/term/swe/Colombia>,
        <http://lexvo.org/id/term/swh/Kolombia>,
        <http://lexvo.org/id/term/tam/%E0%AE%95%E0%AF%8A%E0%AE%B2%E0%AE%AE%E0%AF%8D%E0%AE%AA%E0%AE%BF%E0%AE%AF%E0%AE%BE>,
        <http://lexvo.org/id/term/tel/%E0%B0%95%E0%B1%8A%E0%B0%B2%E0%B0%82%E0%B0%AC%E0%B0%BF%E0%B0%AF%E0%B0%BE>,
        <http://lexvo.org/id/term/teo/Kolombia>,
        <http://lexvo.org/id/term/tha/%E0%B9%82%E0%B8%84%E0%B8%A5%E0%B8%AD%E0%B8%A1%E0%B9%80%E0%B8%9A%E0%B8%B5%E0%B8%A2>,
        <http://lexvo.org/id/term/tig/%E1%8A%AE%E1%88%8E%E1%88%9D%E1%89%A2%E1%8B%AB>,
        <http://lexvo.org/id/term/tir/%E1%8A%AE%E1%88%8E%E1%88%9D%E1%89%A2%E1%8B%AB>,
        <http://lexvo.org/id/term/ton/Kolomipia>,
        <http://lexvo.org/id/term/tur/Kolombiya>,
        <http://lexvo.org/id/term/twq/Kolombi>,
        <http://lexvo.org/id/term/tzm/Kulumbya>,
        <http://lexvo.org/id/term/ukr/%D0%9A%D0%BE%D0%BB%D1%83%D0%BC%D0%B1%D1%96%D1%8F>,
        <http://lexvo.org/id/term/urd/%DA%A9%D9%88%D9%84%D9%85%D8%A8%DB%8C%D8%A7>,
        <http://lexvo.org/id/term/vai-Latn/K%C9%94l%C9%94mbiya>,
        <http://lexvo.org/id/term/vai/%EA%97%9B%EA%97%8F%EA%94%AD%EA%95%A9>,
        <http://lexvo.org/id/term/vie/Colombia>,
        <http://lexvo.org/id/term/vun/Kolombia>,
        <http://lexvo.org/id/term/wae/Kolumbie>,
        <http://lexvo.org/id/term/wal/%E1%8A%AE%E1%88%8E%E1%88%9D%E1%89%A2%E1%8B%AB>,
        <http://lexvo.org/id/term/xog/Kolombya>,
        <http://lexvo.org/id/term/yav/K%C9%94l%C9%94%CC%81mb%C3%ADa>,
        <http://lexvo.org/id/term/yor/Or%C3%ADl%E1%BA%B9%CC%81%C3%A8de%20K%C3%B2l%C3%B3m%C3%ADb%C3%ACa>,
        <http://lexvo.org/id/term/zsm/Colombia>,
        <http://lexvo.org/id/term/zul/i-Colombia> ;
    owl:sameAs <http://psi.oasis-open.org/iso/3166/#170>,
        <http://sws.geonames.org/3686110/> .

<http://lexvo.org/id/iso3166/CR> a lvont:GeographicRegion ;
    rdfs:label "Costa Rica"@af,
        "Kòsɨ̀tà Lekà"@agq,
        "Kɔsta Rika"@ak,
        "ኮስታ ሪካ"@am,
        "كوستاريكا"@ar,
        "Kothtarika"@asa,
        "Costa Rica"@ast,
        "Kosta Rika"@az,
        "Kòstà Rikà"@bas,
        "Коста-Рыка"@be,
        "Hukostarika"@bez,
        "Коста Рика"@bg,
        "Kɔsitarika"@bm,
        "কোস্টারিকা"@bn,
        "ཀོ་ས྄ཊ་རི་ཀ།"@bo,
        "Costa Rica"@br,
        "कोस्टारीका"@brx,
        "Kostarika"@bs,
        "Костарика"@bs-Cyrl,
        "Costa Rica"@ca,
        "Kositarika"@cgg,
        "ᎪᏍᏓ ᎵᎧ"@chr,
        "哥斯达黎加"@cmn,
        "哥斯大黎加"@cmn-Hant,
        "Kostarika"@cs,
        "Costa Rica"@cy,
        "Costa Rica"@da,
        "Kostarika"@dav,
        "Costa Rica"@de,
        "Kosta rika"@dje,
        "Kosta Rika"@dyo,
        "ཀོས་ཊ་རི་ཀ"@dz,
        "Kostarika"@ebu,
        "Kosta Rika nutome"@ee,
        "Κόστα Ρίκα"@el,
        "Costa Rica"@en,
        "ISO 3166-1:CR"@en,
        "𐐗𐐱𐑅𐐻𐐲 𐐡𐐨𐐿𐐲"@en-Dsrt,
        "Kostariko"@eo,
        "Costa Rica"@es,
        "Costa Rica"@et,
        "Costa Rica"@eu,
        "Kosta Ríka"@ewo,
        "کاستاریکا"@fa,
        "کاستریکا"@fa,
        "Kosta Rikaa"@ff,
        "Costa Rica"@fi,
        "Costa Rica"@fil,
        "Kosta Rika"@fo,
        "Costa Rica"@fr,
        "Costa Rica"@fur,
        "Cósta Ríce"@ga,
        "Costa Rìcea"@gd,
        "Costa Rica"@gl,
        "Coschta Rica"@gsw,
        "કોસ્ટા રિકા"@gu,
        "Kostarika"@guz,
        "Kwasta Rika"@ha,
        "קוסטה ריקה"@he,
        "कोस्टारीका"@hi,
        "Kostarika"@hr,
        "Costa Rica"@hu,
        "Կոստա-Ռիկա"@hy,
        "Kosta Rika"@id,
        "Kostaríka"@is,
        "Costa Rica"@it,
        "コスタリカ"@ja,
        "Kostarika"@jmc,
        "კოსტა-რიკა"@ka,
        "Kusta Rika"@kab,
        "Kostarika"@kam,
        "Kostalika"@kde,
        "Kosta Rika"@kea,
        "Kosta rika"@khq,
        "Kostarika"@ki,
        "Costa Rica"@kl,
        "Emetab Costa Rica"@kln,
        "កូស្តារីកា"@km,
        "ಕೊಸ್ಟಾ ರಿಕಾ"@kn,
        "코스타리카"@ko,
        "کوسٹا رِکا"@ks,
        "Kostalika"@ksb,
        "kɔstaríka"@ksf,
        "Kostarika"@ksh,
        "Kósita Rɨ́ɨka"@lag,
        "Kosita Rika"@lg,
        "Kositarika"@ln,
        "ຄອດຕາລີກ້າ"@lo,
        "Kosta Rika"@lt,
        "Kositarika"@lu,
        "Costa Rica"@luo,
        "Kostarika"@luy,
        "Kostarika"@lv,
        "Kostarika"@mas,
        "Kostarika"@mer,
        "Costa Rica"@mfe,
        "Kosta Rikà"@mg,
        "Костарика"@mk,
        "കോസ്റ്ററിക്ക"@ml,
        "कोस्टारिका"@mr,
        "Kosta Rika"@mt,
        "kosta Rika"@mua,
        "ကော့စ်တာရီကာ"@my,
        "Costa Rica"@naq,
        "Costa Rica"@nb,
        "Khosta Rikha"@nd,
        "कोष्टारिका"@ne,
        "Costa Rica"@nl,
        "Kosta Ríka"@nmg,
        "Costa Rica"@nn,
        "Kothtirika"@nus,
        "Kositarika"@nyn,
        "କୋଷ୍ଟା ରିକା"@or,
        "Kostaryka"@pl,
        "Costa Rica"@pt,
        "Costa Rica"@rm,
        "Kositarika"@rn,
        "Costa Rica"@ro,
        "Kostarika"@rof,
        "Коста-Рика"@ru,
        "Kostarika"@rwk,
        "Kostarika"@saq,
        "Kositalika"@sbp,
        "Costa Rica"@se,
        "Costa Rica"@seh,
        "Kosta rika"@ses,
        "Kôsta Rîka"@sg,
        "ⴽⵓⵙⵜⴰ ⵔⵉⴽⴰ"@shi,
        "kusta rika"@shi-Latn,
        "කොස්ටරිකාව"@si,
        "Kostarika"@sk,
        "Kostarika"@sl,
        "Kostarika"@sn,
        "Kosta Riika"@so,
        "Kosta Rika"@sq,
        "Костарика"@sr,
        "Kostarika"@sr-Latn,
        "Costa Rica"@sv,
        "Kostarika"@swc,
        "Kostarika"@swh,
        "கோஸ்டாரிகா"@ta,
        "కోస్టారికా"@te,
        "Kostarika"@teo,
        "คอสตาริกา"@th,
        "ኮስታ ሪካ"@ti,
        "Kosita Lika"@to,
        "Kosta Rika"@tr,
        "Kosta rika"@twq,
        "Kusṭa Rika"@tzm,
        "Коста-Рика"@uk,
        "کوسٹا ریکا"@ur,
        "ꖏꔻꕚ ꔸꕪ"@vai,
        "Kósíta Ríko"@vai-Latn,
        "Cốt-xta Ri-ca"@vi,
        "Kostarika"@vun,
        "Costa Rica"@wae,
        "Kosita Rika"@xog,
        "Kóstálíka"@yav,
        "Orílẹ́ède Kuusita Ríkà"@yo,
        "Kosta Rika"@zsm,
        "i-Costa Rica"@zu ;
    lvont:label <http://lexvo.org/id/term/afr/Costa%20Rica>,
        <http://lexvo.org/id/term/agq/K%C3%B2s%C9%A8%CC%80t%C3%A0%20Lek%C3%A0>,
        <http://lexvo.org/id/term/aka/K%C9%94sta%20Rika>,
        <http://lexvo.org/id/term/amh/%E1%8A%AE%E1%88%B5%E1%89%B3%20%E1%88%AA%E1%8A%AB>,
        <http://lexvo.org/id/term/ara/%D9%83%D9%88%D8%B3%D8%AA%D8%A7%D8%B1%D9%8A%D9%83%D8%A7>,
        <http://lexvo.org/id/term/asa/Kothtarika>,
        <http://lexvo.org/id/term/ast/Costa%20Rica>,
        <http://lexvo.org/id/term/aze/Kosta%20Rika>,
        <http://lexvo.org/id/term/bam/K%C9%94sitarika>,
        <http://lexvo.org/id/term/bas/K%C3%B2st%C3%A0%20Rik%C3%A0>,
        <http://lexvo.org/id/term/bel/%D0%9A%D0%BE%D1%81%D1%82%D0%B0-%D0%A0%D1%8B%D0%BA%D0%B0>,
        <http://lexvo.org/id/term/ben/%E0%A6%95%E0%A7%8B%E0%A6%B8%E0%A7%8D%E0%A6%9F%E0%A6%BE%E0%A6%B0%E0%A6%BF%E0%A6%95%E0%A6%BE>,
        <http://lexvo.org/id/term/bez/Hukostarika>,
        <http://lexvo.org/id/term/bod/%E0%BD%80%E0%BD%BC%E0%BC%8B%E0%BD%A6%E0%BE%84%E0%BD%8A%E0%BC%8B%E0%BD%A2%E0%BD%B2%E0%BC%8B%E0%BD%80%E0%BC%8D>,
        <http://lexvo.org/id/term/bos-Cyrl/%D0%9A%D0%BE%D1%81%D1%82%D0%B0%D1%80%D0%B8%D0%BA%D0%B0>,
        <http://lexvo.org/id/term/bos/Kostarika>,
        <http://lexvo.org/id/term/bre/Costa%20Rica>,
        <http://lexvo.org/id/term/brx/%E0%A4%95%E0%A5%8B%E0%A4%B8%E0%A5%8D%E0%A4%9F%E0%A4%BE%E0%A4%B0%E0%A5%80%E0%A4%95%E0%A4%BE>,
        <http://lexvo.org/id/term/bul/%D0%9A%D0%BE%D1%81%D1%82%D0%B0%20%D0%A0%D0%B8%D0%BA%D0%B0>,
        <http://lexvo.org/id/term/cat/Costa%20Rica>,
        <http://lexvo.org/id/term/ces/Kostarika>,
        <http://lexvo.org/id/term/cgg/Kositarika>,
        <http://lexvo.org/id/term/chr/%E1%8E%AA%E1%8F%8D%E1%8F%93%20%E1%8E%B5%E1%8E%A7>,
        <http://lexvo.org/id/term/cmn-Hant/%E5%93%A5%E6%96%AF%E5%A4%A7%E9%BB%8E%E5%8A%A0>,
        <http://lexvo.org/id/term/cmn/%E5%93%A5%E6%96%AF%E8%BE%BE%E9%BB%8E%E5%8A%A0>,
        <http://lexvo.org/id/term/cym/Costa%20Rica>,
        <http://lexvo.org/id/term/dan/Costa%20Rica>,
        <http://lexvo.org/id/term/dav/Kostarika>,
        <http://lexvo.org/id/term/deu/Costa%20Rica>,
        <http://lexvo.org/id/term/dje/Kosta%20rika>,
        <http://lexvo.org/id/term/dyo/Kosta%20Rika>,
        <http://lexvo.org/id/term/dzo/%E0%BD%80%E0%BD%BC%E0%BD%A6%E0%BC%8B%E0%BD%8A%E0%BC%8B%E0%BD%A2%E0%BD%B2%E0%BC%8B%E0%BD%80>,
        <http://lexvo.org/id/term/ebu/Kostarika>,
        <http://lexvo.org/id/term/ell/%CE%9A%CF%8C%CF%83%CF%84%CE%B1%20%CE%A1%CE%AF%CE%BA%CE%B1>,
        <http://lexvo.org/id/term/eng-Dsrt/%F0%90%90%97%F0%90%90%B1%F0%90%91%85%F0%90%90%BB%F0%90%90%B2%20%F0%90%90%A1%F0%90%90%A8%F0%90%90%BF%F0%90%90%B2>,
        <http://lexvo.org/id/term/eng/Costa%20Rica>,
        <http://lexvo.org/id/term/eng/ISO%203166-1%3ACR>,
        <http://lexvo.org/id/term/epo/Kostariko>,
        <http://lexvo.org/id/term/est/Costa%20Rica>,
        <http://lexvo.org/id/term/eus/Costa%20Rica>,
        <http://lexvo.org/id/term/ewe/Kosta%20Rika%20nutome>,
        <http://lexvo.org/id/term/ewo/Kosta%20R%C3%ADka>,
        <http://lexvo.org/id/term/fao/Kosta%20Rika>,
        <http://lexvo.org/id/term/fas/%DA%A9%D8%A7%D8%B3%D8%AA%D8%A7%D8%B1%DB%8C%DA%A9%D8%A7>,
        <http://lexvo.org/id/term/fas/%DA%A9%D8%A7%D8%B3%D8%AA%D8%B1%DB%8C%DA%A9%D8%A7>,
        <http://lexvo.org/id/term/fil/Costa%20Rica>,
        <http://lexvo.org/id/term/fin/Costa%20Rica>,
        <http://lexvo.org/id/term/fra/Costa%20Rica>,
        <http://lexvo.org/id/term/ful/Kosta%20Rikaa>,
        <http://lexvo.org/id/term/fur/Costa%20Rica>,
        <http://lexvo.org/id/term/gla/Costa%20R%C3%ACcea>,
        <http://lexvo.org/id/term/gle/C%C3%B3sta%20R%C3%ADce>,
        <http://lexvo.org/id/term/glg/Costa%20Rica>,
        <http://lexvo.org/id/term/gsw/Coschta%20Rica>,
        <http://lexvo.org/id/term/guj/%E0%AA%95%E0%AB%8B%E0%AA%B8%E0%AB%8D%E0%AA%9F%E0%AA%BE%20%E0%AA%B0%E0%AA%BF%E0%AA%95%E0%AA%BE>,
        <http://lexvo.org/id/term/guz/Kostarika>,
        <http://lexvo.org/id/term/hau/Kwasta%20Rika>,
        <http://lexvo.org/id/term/heb/%D7%A7%D7%95%D7%A1%D7%98%D7%94%20%D7%A8%D7%99%D7%A7%D7%94>,
        <http://lexvo.org/id/term/hin/%E0%A4%95%E0%A5%8B%E0%A4%B8%E0%A5%8D%E0%A4%9F%E0%A4%BE%E0%A4%B0%E0%A5%80%E0%A4%95%E0%A4%BE>,
        <http://lexvo.org/id/term/hrv/Kostarika>,
        <http://lexvo.org/id/term/hun/Costa%20Rica>,
        <http://lexvo.org/id/term/hye/%D4%BF%D5%B8%D5%BD%D5%BF%D5%A1-%D5%8C%D5%AB%D5%AF%D5%A1>,
        <http://lexvo.org/id/term/ind/Kosta%20Rika>,
        <http://lexvo.org/id/term/isl/Kostar%C3%ADka>,
        <http://lexvo.org/id/term/ita/Costa%20Rica>,
        <http://lexvo.org/id/term/jmc/Kostarika>,
        <http://lexvo.org/id/term/jpn/%E3%82%B3%E3%82%B9%E3%82%BF%E3%83%AA%E3%82%AB>,
        <http://lexvo.org/id/term/kab/Kusta%20Rika>,
        <http://lexvo.org/id/term/kal/Costa%20Rica>,
        <http://lexvo.org/id/term/kam/Kostarika>,
        <http://lexvo.org/id/term/kan/%E0%B2%95%E0%B3%8A%E0%B2%B8%E0%B3%8D%E0%B2%9F%E0%B2%BE%20%E0%B2%B0%E0%B2%BF%E0%B2%95%E0%B2%BE>,
        <http://lexvo.org/id/term/kas/%DA%A9%D9%88%D8%B3%D9%B9%D8%A7%20%D8%B1%D9%90%DA%A9%D8%A7>,
        <http://lexvo.org/id/term/kat/%E1%83%99%E1%83%9D%E1%83%A1%E1%83%A2%E1%83%90-%E1%83%A0%E1%83%98%E1%83%99%E1%83%90>,
        <http://lexvo.org/id/term/kde/Kostalika>,
        <http://lexvo.org/id/term/kea/Kosta%20Rika>,
        <http://lexvo.org/id/term/khm/%E1%9E%80%E1%9E%BC%E1%9E%9F%E1%9F%92%E1%9E%8F%E1%9E%B6%E1%9E%9A%E1%9E%B8%E1%9E%80%E1%9E%B6>,
        <http://lexvo.org/id/term/khq/Kosta%20rika>,
        <http://lexvo.org/id/term/kik/Kostarika>,
        <http://lexvo.org/id/term/kln/Emetab%20Costa%20Rica>,
        <http://lexvo.org/id/term/kor/%EC%BD%94%EC%8A%A4%ED%83%80%EB%A6%AC%EC%B9%B4>,
        <http://lexvo.org/id/term/ksb/Kostalika>,
        <http://lexvo.org/id/term/ksf/k%C9%94star%C3%ADka>,
        <http://lexvo.org/id/term/ksh/Kostarika>,
        <http://lexvo.org/id/term/lag/K%C3%B3sita%20R%C9%A8%CC%81%C9%A8ka>,
        <http://lexvo.org/id/term/lao/%E0%BA%84%E0%BA%AD%E0%BA%94%E0%BA%95%E0%BA%B2%E0%BA%A5%E0%BA%B5%E0%BA%81%E0%BB%89%E0%BA%B2>,
        <http://lexvo.org/id/term/lav/Kostarika>,
        <http://lexvo.org/id/term/lin/Kositarika>,
        <http://lexvo.org/id/term/lit/Kosta%20Rika>,
        <http://lexvo.org/id/term/lub/Kositarika>,
        <http://lexvo.org/id/term/lug/Kosita%20Rika>,
        <http://lexvo.org/id/term/luo/Costa%20Rica>,
        <http://lexvo.org/id/term/luy/Kostarika>,
        <http://lexvo.org/id/term/mal/%E0%B4%95%E0%B5%8B%E0%B4%B8%E0%B5%8D%E0%B4%B1%E0%B5%8D%E0%B4%B1%E0%B4%B1%E0%B4%BF%E0%B4%95%E0%B5%8D%E0%B4%95>,
        <http://lexvo.org/id/term/mar/%E0%A4%95%E0%A5%8B%E0%A4%B8%E0%A5%8D%E0%A4%9F%E0%A4%BE%E0%A4%B0%E0%A4%BF%E0%A4%95%E0%A4%BE>,
        <http://lexvo.org/id/term/mas/Kostarika>,
        <http://lexvo.org/id/term/mer/Kostarika>,
        <http://lexvo.org/id/term/mfe/Costa%20Rica>,
        <http://lexvo.org/id/term/mkd/%D0%9A%D0%BE%D1%81%D1%82%D0%B0%D1%80%D0%B8%D0%BA%D0%B0>,
        <http://lexvo.org/id/term/mlg/Kosta%20Rik%C3%A0>,
        <http://lexvo.org/id/term/mlt/Kosta%20Rika>,
        <http://lexvo.org/id/term/mua/kosta%20Rika>,
        <http://lexvo.org/id/term/mya/%E1%80%80%E1%80%B1%E1%80%AC%E1%80%B7%E1%80%85%E1%80%BA%E1%80%90%E1%80%AC%E1%80%9B%E1%80%AE%E1%80%80%E1%80%AC>,
        <http://lexvo.org/id/term/naq/Costa%20Rica>,
        <http://lexvo.org/id/term/nde/Khosta%20Rikha>,
        <http://lexvo.org/id/term/nep/%E0%A4%95%E0%A5%8B%E0%A4%B7%E0%A5%8D%E0%A4%9F%E0%A4%BE%E0%A4%B0%E0%A4%BF%E0%A4%95%E0%A4%BE>,
        <http://lexvo.org/id/term/nld/Costa%20Rica>,
        <http://lexvo.org/id/term/nmg/Kosta%20R%C3%ADka>,
        <http://lexvo.org/id/term/nno/Costa%20Rica>,
        <http://lexvo.org/id/term/nob/Costa%20Rica>,
        <http://lexvo.org/id/term/nus/Kothtirika>,
        <http://lexvo.org/id/term/nyn/Kositarika>,
        <http://lexvo.org/id/term/ori/%E0%AC%95%E0%AD%8B%E0%AC%B7%E0%AD%8D%E0%AC%9F%E0%AC%BE%20%E0%AC%B0%E0%AC%BF%E0%AC%95%E0%AC%BE>,
        <http://lexvo.org/id/term/pol/Kostaryka>,
        <http://lexvo.org/id/term/por/Costa%20Rica>,
        <http://lexvo.org/id/term/rof/Kostarika>,
        <http://lexvo.org/id/term/roh/Costa%20Rica>,
        <http://lexvo.org/id/term/ron/Costa%20Rica>,
        <http://lexvo.org/id/term/run/Kositarika>,
        <http://lexvo.org/id/term/rus/%D0%9A%D0%BE%D1%81%D1%82%D0%B0-%D0%A0%D0%B8%D0%BA%D0%B0>,
        <http://lexvo.org/id/term/rwk/Kostarika>,
        <http://lexvo.org/id/term/sag/K%C3%B4sta%20R%C3%AEka>,
        <http://lexvo.org/id/term/saq/Kostarika>,
        <http://lexvo.org/id/term/sbp/Kositalika>,
        <http://lexvo.org/id/term/seh/Costa%20Rica>,
        <http://lexvo.org/id/term/ses/Kosta%20rika>,
        <http://lexvo.org/id/term/shi-Latn/kusta%20rika>,
        <http://lexvo.org/id/term/shi/%E2%B4%BD%E2%B5%93%E2%B5%99%E2%B5%9C%E2%B4%B0%20%E2%B5%94%E2%B5%89%E2%B4%BD%E2%B4%B0>,
        <http://lexvo.org/id/term/sin/%E0%B6%9A%E0%B7%9C%E0%B7%83%E0%B7%8A%E0%B6%A7%E0%B6%BB%E0%B7%92%E0%B6%9A%E0%B7%8F%E0%B7%80>,
        <http://lexvo.org/id/term/slk/Kostarika>,
        <http://lexvo.org/id/term/slv/Kostarika>,
        <http://lexvo.org/id/term/sme/Costa%20Rica>,
        <http://lexvo.org/id/term/sna/Kostarika>,
        <http://lexvo.org/id/term/som/Kosta%20Riika>,
        <http://lexvo.org/id/term/spa/Costa%20Rica>,
        <http://lexvo.org/id/term/sqi/Kosta%20Rika>,
        <http://lexvo.org/id/term/srp-Latn/Kostarika>,
        <http://lexvo.org/id/term/srp/%D0%9A%D0%BE%D1%81%D1%82%D0%B0%D1%80%D0%B8%D0%BA%D0%B0>,
        <http://lexvo.org/id/term/swc/Kostarika>,
        <http://lexvo.org/id/term/swe/Costa%20Rica>,
        <http://lexvo.org/id/term/swh/Kostarika>,
        <http://lexvo.org/id/term/tam/%E0%AE%95%E0%AF%8B%E0%AE%B8%E0%AF%8D%E0%AE%9F%E0%AE%BE%E0%AE%B0%E0%AE%BF%E0%AE%95%E0%AE%BE>,
        <http://lexvo.org/id/term/tel/%E0%B0%95%E0%B1%8B%E0%B0%B8%E0%B1%8D%E0%B0%9F%E0%B0%BE%E0%B0%B0%E0%B0%BF%E0%B0%95%E0%B0%BE>,
        <http://lexvo.org/id/term/teo/Kostarika>,
        <http://lexvo.org/id/term/tha/%E0%B8%84%E0%B8%AD%E0%B8%AA%E0%B8%95%E0%B8%B2%E0%B8%A3%E0%B8%B4%E0%B8%81%E0%B8%B2>,
        <http://lexvo.org/id/term/tir/%E1%8A%AE%E1%88%B5%E1%89%B3%20%E1%88%AA%E1%8A%AB>,
        <http://lexvo.org/id/term/ton/Kosita%20Lika>,
        <http://lexvo.org/id/term/tur/Kosta%20Rika>,
        <http://lexvo.org/id/term/twq/Kosta%20rika>,
        <http://lexvo.org/id/term/tzm/Kus%E1%B9%ADa%20Rika>,
        <http://lexvo.org/id/term/ukr/%D0%9A%D0%BE%D1%81%D1%82%D0%B0-%D0%A0%D0%B8%D0%BA%D0%B0>,
        <http://lexvo.org/id/term/urd/%DA%A9%D9%88%D8%B3%D9%B9%D8%A7%20%D8%B1%DB%8C%DA%A9%D8%A7>,
        <http://lexvo.org/id/term/vai-Latn/K%C3%B3s%C3%ADta%20R%C3%ADko>,
        <http://lexvo.org/id/term/vai/%EA%96%8F%EA%94%BB%EA%95%9A%20%EA%94%B8%EA%95%AA>,
        <http://lexvo.org/id/term/vie/C%E1%BB%91t-xta%20Ri-ca>,
        <http://lexvo.org/id/term/vun/Kostarika>,
        <http://lexvo.org/id/term/wae/Costa%20Rica>,
        <http://lexvo.org/id/term/xog/Kosita%20Rika>,
        <http://lexvo.org/id/term/yav/K%C3%B3st%C3%A1l%C3%ADka>,
        <http://lexvo.org/id/term/yor/Or%C3%ADl%E1%BA%B9%CC%81%C3%A8de%20Kuusita%20R%C3%ADk%C3%A0>,
        <http://lexvo.org/id/term/zsm/Kosta%20Rika>,
        <http://lexvo.org/id/term/zul/i-Costa%20Rica> ;
    owl:sameAs <http://psi.oasis-open.org/iso/3166/#188>,
        <http://sws.geonames.org/3624060/> .

<http://lexvo.org/id/iso3166/CU> a lvont:GeographicRegion ;
    rdfs:label "Kuba"@af,
        "Kuuwbà"@agq,
        "Kuba"@ak,
        "ኩባ"@am,
        "كوبا"@ar,
        "Kuba"@asa,
        "Cuba"@ast,
        "Kuba"@az,
        "Kubà"@bas,
        "Куба"@be,
        "Hukuba"@bez,
        "Куба"@bg,
        "Kuba"@bm,
        "কিউবা"@bn,
        "ཁྱུའུ་བ།"@bo,
        "Kuba"@br,
        "क्यूबा"@brx,
        "Kuba"@bs,
        "Куба"@bs-Cyrl,
        "Cuba"@ca,
        "Cuba"@cgg,
        "ᎫᏆ"@chr,
        "古巴"@cmn,
        "古巴"@cmn-Hant,
        "Kuba"@cs,
        "Ciwba"@cy,
        "Cuba"@da,
        "Kuba"@dav,
        "Kuba"@de,
        "Kuuba"@dje,
        "Kuba"@dyo,
        "ཀིའུ་བྷ"@dz,
        "Kuba"@ebu,
        "Kuba nutome"@ee,
        "Κούβα"@el,
        "Cuba"@en,
        "ISO 3166-1:CU"@en,
        "𐐗𐐷𐐭𐐺𐐲"@en-Dsrt,
        "Kubo"@eo,
        "Cuba"@es,
        "Kuuba"@et,
        "Kuba"@eu,
        "Kubá"@ewo,
        "کوبا"@fa,
        "کیوبا"@fa,
        "Kubaa"@ff,
        "Kuuba"@fi,
        "Cuba"@fil,
        "Kuba"@fo,
        "Cuba"@fr,
        "Cuba"@fur,
        "Cúba"@ga,
        "Cùba"@gd,
        "Cuba"@gl,
        "Kuba"@gsw,
        "ક્યુબા"@gu,
        "Kuba"@guz,
        "Kyuba"@ha,
        "קובה"@he,
        "क्यूबा"@hi,
        "Kuba"@hr,
        "Kuba"@hu,
        "Կուբա"@hy,
        "Cuba"@ia,
        "Kuba"@id,
        "Kúba"@is,
        "Cuba"@it,
        "キューバ"@ja,
        "Kúba"@jgo,
        "Kuba"@jmc,
        "კუბა"@ka,
        "Kuba"@kab,
        "Kuba"@kam,
        "Kuba"@kde,
        "Kuba"@kea,
        "Kuuba"@khq,
        "Kiumba"@ki,
        "Kuba"@kl,
        "Emetab Cuba"@kln,
        "គុយបា"@km,
        "ಕ್ಯೂಬಾ"@kn,
        "쿠바"@ko,
        "کیوٗبا"@ks,
        "Kuba"@ksb,
        "kuba"@ksf,
        "Kuba"@ksh,
        "Kyúuba"@lag,
        "Cuba"@lg,
        "Kiba"@ln,
        "ຄິວບາ"@lo,
        "Kuba"@lt,
        "Kuba"@lu,
        "Cuba"@luo,
        "Kuba"@luy,
        "Kuba"@lv,
        "Kuba"@mas,
        "Kiuba"@mer,
        "Cuba"@mfe,
        "Kiobà"@mg,
        "Ukuba"@mgh,
        "Куба"@mk,
        "ക്യൂബ"@ml,
        "क्यूबा"@mr,
        "Kuba"@mt,
        "Kuba"@mua,
        "ကျူးဘား"@my,
        "Cubab"@naq,
        "Cuba"@nb,
        "Cuba"@nd,
        "क्युबा"@ne,
        "Cuba"@nl,
        "Kuba"@nmg,
        "Cuba"@nn,
        "Cuba"@nyn,
        "କ୍ୱିବା"@or,
        "Kuba"@pl,
        "کیوبا"@ps,
        "Cuba"@pt,
        "Cuba"@rm,
        "Kiba"@rn,
        "Cuba"@ro,
        "Kuba"@rof,
        "Куба"@ru,
        "Kuba"@rwk,
        "Kuba"@saq,
        "Kuba"@sbp,
        "Kuba"@se,
        "Cuba"@seh,
        "Kuuba"@ses,
        "Kubäa"@sg,
        "ⴽⵓⴱⴰ"@shi,
        "kuba"@shi-Latn,
        "කියුබාව"@si,
        "Kuba"@sk,
        "Kuba"@sl,
        "Cuba"@sn,
        "Kuuba"@so,
        "Kubë"@sq,
        "Куба"@sr,
        "Kuba"@sr-Latn,
        "Kuba"@sv,
        "Kuba"@swc,
        "Kuba"@swh,
        "கியூபா"@ta,
        "క్యూబా"@te,
        "Kuba"@teo,
        "คิวบา"@th,
        "ኩባ"@ti,
        "Kiupa"@to,
        "Küba"@tr,
        "Kuuba"@twq,
        "kuba"@tzm,
        "Куба"@uk,
        "کیوبا"@ur,
        "ꕃꖳꕑ"@vai,
        "Kiyubha"@vai-Latn,
        "Cu Ba"@vi,
        "Kuba"@vun,
        "Kuba"@wae,
        "Cuba"@xog,
        "kúpa"@yav,
        "Orílẹ́ède Kúbà"@yo,
        "Cuba"@zsm,
        "i-Cuba"@zu ;
    lvont:label <http://lexvo.org/id/term/afr/Kuba>,
        <http://lexvo.org/id/term/agq/Kuuwb%C3%A0>,
        <http://lexvo.org/id/term/aka/Kuba>,
        <http://lexvo.org/id/term/amh/%E1%8A%A9%E1%89%A3>,
        <http://lexvo.org/id/term/ara/%D9%83%D9%88%D8%A8%D8%A7>,
        <http://lexvo.org/id/term/asa/Kuba>,
        <http://lexvo.org/id/term/ast/Cuba>,
        <http://lexvo.org/id/term/aze/Kuba>,
        <http://lexvo.org/id/term/bam/Kuba>,
        <http://lexvo.org/id/term/bas/Kub%C3%A0>,
        <http://lexvo.org/id/term/bel/%D0%9A%D1%83%D0%B1%D0%B0>,
        <http://lexvo.org/id/term/ben/%E0%A6%95%E0%A6%BF%E0%A6%89%E0%A6%AC%E0%A6%BE>,
        <http://lexvo.org/id/term/bez/Hukuba>,
        <http://lexvo.org/id/term/bod/%E0%BD%81%E0%BE%B1%E0%BD%B4%E0%BD%A0%E0%BD%B4%E0%BC%8B%E0%BD%96%E0%BC%8D>,
        <http://lexvo.org/id/term/bos-Cyrl/%D0%9A%D1%83%D0%B1%D0%B0>,
        <http://lexvo.org/id/term/bos/Kuba>,
        <http://lexvo.org/id/term/bre/Kuba>,
        <http://lexvo.org/id/term/brx/%E0%A4%95%E0%A5%8D%E0%A4%AF%E0%A5%82%E0%A4%AC%E0%A4%BE>,
        <http://lexvo.org/id/term/bul/%D0%9A%D1%83%D0%B1%D0%B0>,
        <http://lexvo.org/id/term/cat/Cuba>,
        <http://lexvo.org/id/term/ces/Kuba>,
        <http://lexvo.org/id/term/cgg/Cuba>,
        <http://lexvo.org/id/term/chr/%E1%8E%AB%E1%8F%86>,
        <http://lexvo.org/id/term/cmn-Hant/%E5%8F%A4%E5%B7%B4>,
        <http://lexvo.org/id/term/cmn/%E5%8F%A4%E5%B7%B4>,
        <http://lexvo.org/id/term/cym/Ciwba>,
        <http://lexvo.org/id/term/dan/Cuba>,
        <http://lexvo.org/id/term/dav/Kuba>,
        <http://lexvo.org/id/term/deu/Kuba>,
        <http://lexvo.org/id/term/dje/Kuuba>,
        <http://lexvo.org/id/term/dyo/Kuba>,
        <http://lexvo.org/id/term/dzo/%E0%BD%80%E0%BD%B2%E0%BD%A0%E0%BD%B4%E0%BC%8B%E0%BD%96%E0%BE%B7>,
        <http://lexvo.org/id/term/ebu/Kuba>,
        <http://lexvo.org/id/term/ell/%CE%9A%CE%BF%CF%8D%CE%B2%CE%B1>,
        <http://lexvo.org/id/term/eng-Dsrt/%F0%90%90%97%F0%90%90%B7%F0%90%90%AD%F0%90%90%BA%F0%90%90%B2>,
        <http://lexvo.org/id/term/eng/Cuba>,
        <http://lexvo.org/id/term/eng/ISO%203166-1%3ACU>,
        <http://lexvo.org/id/term/epo/Kubo>,
        <http://lexvo.org/id/term/est/Kuuba>,
        <http://lexvo.org/id/term/eus/Kuba>,
        <http://lexvo.org/id/term/ewe/Kuba%20nutome>,
        <http://lexvo.org/id/term/ewo/Kub%C3%A1>,
        <http://lexvo.org/id/term/fao/Kuba>,
        <http://lexvo.org/id/term/fas/%DA%A9%D9%88%D8%A8%D8%A7>,
        <http://lexvo.org/id/term/fas/%DA%A9%DB%8C%D9%88%D8%A8%D8%A7>,
        <http://lexvo.org/id/term/fil/Cuba>,
        <http://lexvo.org/id/term/fin/Kuuba>,
        <http://lexvo.org/id/term/fra/Cuba>,
        <http://lexvo.org/id/term/ful/Kubaa>,
        <http://lexvo.org/id/term/fur/Cuba>,
        <http://lexvo.org/id/term/gla/C%C3%B9ba>,
        <http://lexvo.org/id/term/gle/C%C3%BAba>,
        <http://lexvo.org/id/term/glg/Cuba>,
        <http://lexvo.org/id/term/gsw/Kuba>,
        <http://lexvo.org/id/term/guj/%E0%AA%95%E0%AB%8D%E0%AA%AF%E0%AB%81%E0%AA%AC%E0%AA%BE>,
        <http://lexvo.org/id/term/guz/Kuba>,
        <http://lexvo.org/id/term/hau/Kyuba>,
        <http://lexvo.org/id/term/heb/%D7%A7%D7%95%D7%91%D7%94>,
        <http://lexvo.org/id/term/hin/%E0%A4%95%E0%A5%8D%E0%A4%AF%E0%A5%82%E0%A4%AC%E0%A4%BE>,
        <http://lexvo.org/id/term/hrv/Kuba>,
        <http://lexvo.org/id/term/hun/Kuba>,
        <http://lexvo.org/id/term/hye/%D4%BF%D5%B8%D6%82%D5%A2%D5%A1>,
        <http://lexvo.org/id/term/ina/Cuba>,
        <http://lexvo.org/id/term/ind/Kuba>,
        <http://lexvo.org/id/term/isl/K%C3%BAba>,
        <http://lexvo.org/id/term/ita/Cuba>,
        <http://lexvo.org/id/term/jgo/K%C3%BAba>,
        <http://lexvo.org/id/term/jmc/Kuba>,
        <http://lexvo.org/id/term/jpn/%E3%82%AD%E3%83%A5%E3%83%BC%E3%83%90>,
        <http://lexvo.org/id/term/kab/Kuba>,
        <http://lexvo.org/id/term/kal/Kuba>,
        <http://lexvo.org/id/term/kam/Kuba>,
        <http://lexvo.org/id/term/kan/%E0%B2%95%E0%B3%8D%E0%B2%AF%E0%B3%82%E0%B2%AC%E0%B2%BE>,
        <http://lexvo.org/id/term/kas/%DA%A9%DB%8C%D9%88%D9%97%D8%A8%D8%A7>,
        <http://lexvo.org/id/term/kat/%E1%83%99%E1%83%A3%E1%83%91%E1%83%90>,
        <http://lexvo.org/id/term/kde/Kuba>,
        <http://lexvo.org/id/term/kea/Kuba>,
        <http://lexvo.org/id/term/khm/%E1%9E%82%E1%9E%BB%E1%9E%99%E1%9E%94%E1%9E%B6>,
        <http://lexvo.org/id/term/khq/Kuuba>,
        <http://lexvo.org/id/term/kik/Kiumba>,
        <http://lexvo.org/id/term/kln/Emetab%20Cuba>,
        <http://lexvo.org/id/term/kor/%EC%BF%A0%EB%B0%94>,
        <http://lexvo.org/id/term/ksb/Kuba>,
        <http://lexvo.org/id/term/ksf/kuba>,
        <http://lexvo.org/id/term/ksh/Kuba>,
        <http://lexvo.org/id/term/lag/Ky%C3%BAuba>,
        <http://lexvo.org/id/term/lao/%E0%BA%84%E0%BA%B4%E0%BA%A7%E0%BA%9A%E0%BA%B2>,
        <http://lexvo.org/id/term/lav/Kuba>,
        <http://lexvo.org/id/term/lin/Kiba>,
        <http://lexvo.org/id/term/lit/Kuba>,
        <http://lexvo.org/id/term/lub/Kuba>,
        <http://lexvo.org/id/term/lug/Cuba>,
        <http://lexvo.org/id/term/luo/Cuba>,
        <http://lexvo.org/id/term/luy/Kuba>,
        <http://lexvo.org/id/term/mal/%E0%B4%95%E0%B5%8D%E0%B4%AF%E0%B5%82%E0%B4%AC>,
        <http://lexvo.org/id/term/mar/%E0%A4%95%E0%A5%8D%E0%A4%AF%E0%A5%82%E0%A4%AC%E0%A4%BE>,
        <http://lexvo.org/id/term/mas/Kuba>,
        <http://lexvo.org/id/term/mer/Kiuba>,
        <http://lexvo.org/id/term/mfe/Cuba>,
        <http://lexvo.org/id/term/mgh/Ukuba>,
        <http://lexvo.org/id/term/mkd/%D0%9A%D1%83%D0%B1%D0%B0>,
        <http://lexvo.org/id/term/mlg/Kiob%C3%A0>,
        <http://lexvo.org/id/term/mlt/Kuba>,
        <http://lexvo.org/id/term/mua/Kuba>,
        <http://lexvo.org/id/term/mya/%E1%80%80%E1%80%BB%E1%80%B0%E1%80%B8%E1%80%98%E1%80%AC%E1%80%B8>,
        <http://lexvo.org/id/term/naq/Cubab>,
        <http://lexvo.org/id/term/nde/Cuba>,
        <http://lexvo.org/id/term/nep/%E0%A4%95%E0%A5%8D%E0%A4%AF%E0%A5%81%E0%A4%AC%E0%A4%BE>,
        <http://lexvo.org/id/term/nld/Cuba>,
        <http://lexvo.org/id/term/nmg/Kuba>,
        <http://lexvo.org/id/term/nno/Cuba>,
        <http://lexvo.org/id/term/nob/Cuba>,
        <http://lexvo.org/id/term/nyn/Cuba>,
        <http://lexvo.org/id/term/ori/%E0%AC%95%E0%AD%8D%E0%AD%B1%E0%AC%BF%E0%AC%AC%E0%AC%BE>,
        <http://lexvo.org/id/term/pol/Kuba>,
        <http://lexvo.org/id/term/por/Cuba>,
        <http://lexvo.org/id/term/pus/%DA%A9%DB%8C%D9%88%D8%A8%D8%A7>,
        <http://lexvo.org/id/term/rof/Kuba>,
        <http://lexvo.org/id/term/roh/Cuba>,
        <http://lexvo.org/id/term/ron/Cuba>,
        <http://lexvo.org/id/term/run/Kiba>,
        <http://lexvo.org/id/term/rus/%D0%9A%D1%83%D0%B1%D0%B0>,
        <http://lexvo.org/id/term/rwk/Kuba>,
        <http://lexvo.org/id/term/sag/Kub%C3%A4a>,
        <http://lexvo.org/id/term/saq/Kuba>,
        <http://lexvo.org/id/term/sbp/Kuba>,
        <http://lexvo.org/id/term/seh/Cuba>,
        <http://lexvo.org/id/term/ses/Kuuba>,
        <http://lexvo.org/id/term/shi-Latn/kuba>,
        <http://lexvo.org/id/term/shi/%E2%B4%BD%E2%B5%93%E2%B4%B1%E2%B4%B0>,
        <http://lexvo.org/id/term/sin/%E0%B6%9A%E0%B7%92%E0%B6%BA%E0%B7%94%E0%B6%B6%E0%B7%8F%E0%B7%80>,
        <http://lexvo.org/id/term/slk/Kuba>,
        <http://lexvo.org/id/term/slv/Kuba>,
        <http://lexvo.org/id/term/sme/Kuba>,
        <http://lexvo.org/id/term/sna/Cuba>,
        <http://lexvo.org/id/term/som/Kuuba>,
        <http://lexvo.org/id/term/spa/Cuba>,
        <http://lexvo.org/id/term/sqi/Kub%C3%AB>,
        <http://lexvo.org/id/term/srp-Latn/Kuba>,
        <http://lexvo.org/id/term/srp/%D0%9A%D1%83%D0%B1%D0%B0>,
        <http://lexvo.org/id/term/swc/Kuba>,
        <http://lexvo.org/id/term/swe/Kuba>,
        <http://lexvo.org/id/term/swh/Kuba>,
        <http://lexvo.org/id/term/tam/%E0%AE%95%E0%AE%BF%E0%AE%AF%E0%AF%82%E0%AE%AA%E0%AE%BE>,
        <http://lexvo.org/id/term/tel/%E0%B0%95%E0%B1%8D%E0%B0%AF%E0%B1%82%E0%B0%AC%E0%B0%BE>,
        <http://lexvo.org/id/term/teo/Kuba>,
        <http://lexvo.org/id/term/tha/%E0%B8%84%E0%B8%B4%E0%B8%A7%E0%B8%9A%E0%B8%B2>,
        <http://lexvo.org/id/term/tir/%E1%8A%A9%E1%89%A3>,
        <http://lexvo.org/id/term/ton/Kiupa>,
        <http://lexvo.org/id/term/tur/K%C3%BCba>,
        <http://lexvo.org/id/term/twq/Kuuba>,
        <http://lexvo.org/id/term/tzm/kuba>,
        <http://lexvo.org/id/term/ukr/%D0%9A%D1%83%D0%B1%D0%B0>,
        <http://lexvo.org/id/term/urd/%DA%A9%DB%8C%D9%88%D8%A8%D8%A7>,
        <http://lexvo.org/id/term/vai-Latn/Kiyubha>,
        <http://lexvo.org/id/term/vai/%EA%95%83%EA%96%B3%EA%95%91>,
        <http://lexvo.org/id/term/vie/Cu%20Ba>,
        <http://lexvo.org/id/term/vun/Kuba>,
        <http://lexvo.org/id/term/wae/Kuba>,
        <http://lexvo.org/id/term/xog/Cuba>,
        <http://lexvo.org/id/term/yav/k%C3%BApa>,
        <http://lexvo.org/id/term/yor/Or%C3%ADl%E1%BA%B9%CC%81%C3%A8de%20K%C3%BAb%C3%A0>,
        <http://lexvo.org/id/term/zsm/Cuba>,
        <http://lexvo.org/id/term/zul/i-Cuba> ;
    owl:sameAs <http://psi.oasis-open.org/iso/3166/#192>,
        <http://sws.geonames.org/3562981/> .

<http://lexvo.org/id/iso3166/CV> a lvont:GeographicRegion ;
    rdfs:label "Kaap Verde"@af,
        "Chwɨla ŋ̀ Kɛ̀b Vɛ̂ɛ"@agq,
        "Kepvɛdfo Islands"@ak,
        "ኬፕ ቬርዴ"@am,
        "الرأس الأخضر"@ar,
        "Kepuvede"@asa,
        "Cabu Verde"@ast,
        "Kape Verde"@az,
        "Kabwɛ᷆r"@bas,
        "Каба-Вердэ"@be,
        "Hukepuvede"@bez,
        "Кабо Верде"@bg,
        "Capivɛrdi"@bm,
        "কেপভার্দে"@bn,
        "Kab Glas"@br,
        "कैप वेर्दे"@brx,
        "Kape Verde"@bs,
        "Капе Верде"@bs-Cyrl,
        "ኬፕ ቬርዴ"@byn,
        "Cap Verd"@ca,
        "Ebizinga bya Kepuvade"@cgg,
        "ᎢᎬᎾᏕᎾ ᎢᏤᏳᏍᏗ"@chr,
        "佛得角"@cmn,
        "維德角"@cmn-Hant,
        "Kapverdy"@cs,
        "Cape Verde"@cy,
        "Kap Verde"@da,
        "Kepuvede"@dav,
        "Kap Verde"@de,
        "Kapverden"@de,
        "Kapuver gungey"@dje,
        "Kap Ver"@dyo,
        "ཀེཔ་བཱཌ"@dz,
        "Kepuvede"@ebu,
        "Kape Verde nutome"@ee,
        "Πράσινο Ακρωτήριο"@el,
        "Cape Verde"@en,
        "ISO 3166-1:CV"@en,
        "𐐗𐐩𐐹 𐐚𐐯𐑉𐐼𐐨"@en-Dsrt,
        "Kabo-Verdo"@eo,
        "Cabo Verde"@es,
        "Roheneemesaared"@et,
        "Cabo Verde"@eu,
        "Minlán Mí Káb Vɛr"@ewo,
        "کیپ‌ورد"@fa,
        "Duuɗe Kap Weer"@ff,
        "Kap Verde"@fi,
        "Cape Verde"@fil,
        "Grønhøvdaoyggjarnar"@fo,
        "Cap-Vert"@fr,
        "Cjâf vert"@fur,
        "An Rinn Ghlas"@ga,
        "An Ceap Uaine"@gd,
        "Cabo Verde"@gl,
        "Kap Verde"@gsw,
        "કૅપ વર્ડે"@gu,
        "Kepuvede"@guz,
        "Tsibiran Kap Barde"@ha,
        "כף ורדה"@he,
        "कैप वर्डे"@hi,
        "Zeleni Rt"@hr,
        "Zöld-foki Köztársaság"@hu,
        "Կաբո-Վերդե"@hy,
        "Tanjung Verde"@id,
        "Grænhöfðaeyjar"@is,
        "Capo Verde"@it,
        "カーボベルデ"@ja,
        "Kepuvede"@jmc,
        "კაბო-ვერდე"@ka,
        "Tigzirin n yixef azegzaw"@kab,
        "Kepuvede"@kam,
        "Kepuvede"@kde,
        "Kabu Verdi"@kea,
        "Kapuver gungey"@khq,
        "Kepuvede"@ki,
        "Cap Verde"@kl,
        "Ikwembeyotab Cape Verde"@kln,
        "កាបវែរ"@km,
        "ಕೇಪ್ ವರ್ಡೆ"@kn,
        "까뽀베르데"@ko,
        "کیپ ؤرڑی"@ks,
        "Kepuvede"@ksb,
        "kapvɛr"@ksf,
        "de kapvärdesche Enselle"@ksh,
        "Kepuvéede"@lag,
        "Bizinga by'e Kepu Veredi"@lg,
        "Bisanga bya Kapevɛrɛ"@ln,
        "ເຄບວອດ"@lo,
        "Žaliasis Kyšulys"@lt,
        "Lutanda lua Kapevele"@lu,
        "Cape Verde Islands"@luo,
        "Kepuvede"@luy,
        "Kaboverde"@lv,
        "Kepuvede"@mas,
        "Kepuvede"@mer,
        "Kap-Ver"@mfe,
        "Nosy Cap-Vert"@mg,
        "Зеленортски Острови"@mk,
        "കേപ്പ് വെർഡെ"@ml,
        "केप व्हर्डे"@mr,
        "Kape Verde"@mt,
        "kap ma laŋne"@mua,
        "Cape Verde Islands"@naq,
        "Kapp Verde"@nb,
        "Cape Verde Islands"@nd,
        "केप भर्डे"@ne,
        "Kaapverdië"@nl,
        "Maŋ́ má Kapvɛr"@nmg,
        "Kapp Verde"@nn,
        "Kɛp bedi ɣa̱ylɛn"@nus,
        "Ebizinga bya Kepuvade"@nyn,
        "କେପ୍ ଭର୍ଦେ"@or,
        "Republika Zielonego Przylądka"@pl,
        "Cabo Verde"@pt,
        "Cap Verd"@rm,
        "Ibirwa bya Kapuveri"@rn,
        "Capul Verde"@ro,
        "Kepuvede"@rof,
        "Острова Зеленого Мыса"@ru,
        "Kepuvede"@rwk,
        "Kepuvede"@saq,
        "Kepuvede"@sbp,
        "Kap Verde"@se,
        "Cabo Verde"@seh,
        "Kapuver gungey"@ses,
        "Azûâ tî Kâpo-Vêre"@sg,
        "ⵜⵉⴳⵣⵉⵔⵉⵏ ⵏ ⴽⴰⴱⴱⵉⵔⴷⵉ"@shi,
        "tigzirin n kabbirdi"@shi-Latn,
        "වර්ඩි කේප්"@si,
        "Kapverdy"@sk,
        "Zelenortski otoki"@sl,
        "Zvitsuwa zveCape Verde"@sn,
        "Cape Verde Islands"@so,
        "Kap Verde"@sq,
        "Капе Верде"@sr,
        "Kape Verde"@sr-Latn,
        "Kap Verde"@sv,
        "Kepuvede"@swc,
        "Kepuvede"@swh,
        "கேப் வெர்டே"@ta,
        "కేప్ వెర్డే"@te,
        "Kepuvede"@teo,
        "เคปเวิร์ด"@th,
        "ኬፕ ቬርዴ"@ti,
        "ኬፕ ቬርዴ"@tig,
        "Muiʻi Veti"@to,
        "Cape Verde"@tr,
        "Kapuver gungey"@twq,
        "Tigzirin n Iɣf Uzegzaw"@tzm,
        "Кабо-Верде"@uk,
        "کیپ ورڈی"@ur,
        "ꔞꔪ ꗲꔵ ꔳꘋꗣ"@vai,
        "Kepi Vɛdi Tiŋŋɛ"@vai-Latn,
        "Cape Verde"@vi,
        "Kepuvede"@vun,
        "Kap Verde"@wae,
        "ኬፕ ቬርዴ"@wal,
        "Ebizinga bya Kepu Veredi"@xog,
        "Kápfɛl"@yav,
        "Orílẹ́ède Etíokun Kápé féndè"@yo,
        "Cape Verde"@zsm,
        "i-Cape Verde"@zu ;
    lvont:label <http://lexvo.org/id/term/afr/Kaap%20Verde>,
        <http://lexvo.org/id/term/agq/Chw%C9%A8la%20%C5%8B%CC%80%20K%C9%9B%CC%80b%20V%C9%9B%CC%82%C9%9B>,
        <http://lexvo.org/id/term/aka/Kepv%C9%9Bdfo%20Islands>,
        <http://lexvo.org/id/term/amh/%E1%8A%AC%E1%8D%95%20%E1%89%AC%E1%88%AD%E1%8B%B4>,
        <http://lexvo.org/id/term/ara/%D8%A7%D9%84%D8%B1%D8%A3%D8%B3%20%D8%A7%D9%84%D8%A3%D8%AE%D8%B6%D8%B1>,
        <http://lexvo.org/id/term/asa/Kepuvede>,
        <http://lexvo.org/id/term/ast/Cabu%20Verde>,
        <http://lexvo.org/id/term/aze/Kape%20Verde>,
        <http://lexvo.org/id/term/bam/Capiv%C9%9Brdi>,
        <http://lexvo.org/id/term/bas/Kabw%C9%9B%E1%B7%86r>,
        <http://lexvo.org/id/term/bel/%D0%9A%D0%B0%D0%B1%D0%B0-%D0%92%D0%B5%D1%80%D0%B4%D1%8D>,
        <http://lexvo.org/id/term/ben/%E0%A6%95%E0%A7%87%E0%A6%AA%E0%A6%AD%E0%A6%BE%E0%A6%B0%E0%A7%8D%E0%A6%A6%E0%A7%87>,
        <http://lexvo.org/id/term/bez/Hukepuvede>,
        <http://lexvo.org/id/term/bos-Cyrl/%D0%9A%D0%B0%D0%BF%D0%B5%20%D0%92%D0%B5%D1%80%D0%B4%D0%B5>,
        <http://lexvo.org/id/term/bos/Kape%20Verde>,
        <http://lexvo.org/id/term/bre/Kab%20Glas>,
        <http://lexvo.org/id/term/brx/%E0%A4%95%E0%A5%88%E0%A4%AA%20%E0%A4%B5%E0%A5%87%E0%A4%B0%E0%A5%8D%E0%A4%A6%E0%A5%87>,
        <http://lexvo.org/id/term/bul/%D0%9A%D0%B0%D0%B1%D0%BE%20%D0%92%D0%B5%D1%80%D0%B4%D0%B5>,
        <http://lexvo.org/id/term/byn/%E1%8A%AC%E1%8D%95%20%E1%89%AC%E1%88%AD%E1%8B%B4>,
        <http://lexvo.org/id/term/cat/Cap%20Verd>,
        <http://lexvo.org/id/term/ces/Kapverdy>,
        <http://lexvo.org/id/term/cgg/Ebizinga%20bya%20Kepuvade>,
        <http://lexvo.org/id/term/chr/%E1%8E%A2%E1%8E%AC%E1%8E%BE%E1%8F%95%E1%8E%BE%20%E1%8E%A2%E1%8F%A4%E1%8F%B3%E1%8F%8D%E1%8F%97>,
        <http://lexvo.org/id/term/cmn-Hant/%E7%B6%AD%E5%BE%B7%E8%A7%92>,
        <http://lexvo.org/id/term/cmn/%E4%BD%9B%E5%BE%97%E8%A7%92>,
        <http://lexvo.org/id/term/cym/Cape%20Verde>,
        <http://lexvo.org/id/term/dan/Kap%20Verde>,
        <http://lexvo.org/id/term/dav/Kepuvede>,
        <http://lexvo.org/id/term/deu/Kap%20Verde>,
        <http://lexvo.org/id/term/deu/Kapverden>,
        <http://lexvo.org/id/term/dje/Kapuver%20gungey>,
        <http://lexvo.org/id/term/dyo/Kap%20Ver>,
        <http://lexvo.org/id/term/dzo/%E0%BD%80%E0%BD%BA%E0%BD%94%E0%BC%8B%E0%BD%96%E0%BD%B1%E0%BD%8C>,
        <http://lexvo.org/id/term/ebu/Kepuvede>,
        <http://lexvo.org/id/term/ell/%CE%A0%CF%81%CE%AC%CF%83%CE%B9%CE%BD%CE%BF%20%CE%91%CE%BA%CF%81%CF%89%CF%84%CE%AE%CF%81%CE%B9%CE%BF>,
        <http://lexvo.org/id/term/eng-Dsrt/%F0%90%90%97%F0%90%90%A9%F0%90%90%B9%20%F0%90%90%9A%F0%90%90%AF%F0%90%91%89%F0%90%90%BC%F0%90%90%A8>,
        <http://lexvo.org/id/term/eng/Cape%20Verde>,
        <http://lexvo.org/id/term/eng/ISO%203166-1%3ACV>,
        <http://lexvo.org/id/term/epo/Kabo-Verdo>,
        <http://lexvo.org/id/term/est/Roheneemesaared>,
        <http://lexvo.org/id/term/eus/Cabo%20Verde>,
        <http://lexvo.org/id/term/ewe/Kape%20Verde%20nutome>,
        <http://lexvo.org/id/term/ewo/Minl%C3%A1n%20M%C3%AD%20K%C3%A1b%20V%C9%9Br>,
        <http://lexvo.org/id/term/fao/Gr%C3%B8nh%C3%B8vdaoyggjarnar>,
        <http://lexvo.org/id/term/fas/%DA%A9%DB%8C%D9%BE%E2%80%8C%D9%88%D8%B1%D8%AF>,
        <http://lexvo.org/id/term/fil/Cape%20Verde>,
        <http://lexvo.org/id/term/fin/Kap%20Verde>,
        <http://lexvo.org/id/term/fra/Cap-Vert>,
        <http://lexvo.org/id/term/ful/Duu%C9%97e%20Kap%20Weer>,
        <http://lexvo.org/id/term/fur/Cj%C3%A2f%20vert>,
        <http://lexvo.org/id/term/gla/An%20Ceap%20Uaine>,
        <http://lexvo.org/id/term/gle/An%20Rinn%20Ghlas>,
        <http://lexvo.org/id/term/glg/Cabo%20Verde>,
        <http://lexvo.org/id/term/gsw/Kap%20Verde>,
        <http://lexvo.org/id/term/guj/%E0%AA%95%E0%AB%85%E0%AA%AA%20%E0%AA%B5%E0%AA%B0%E0%AB%8D%E0%AA%A1%E0%AB%87>,
        <http://lexvo.org/id/term/guz/Kepuvede>,
        <http://lexvo.org/id/term/hau/Tsibiran%20Kap%20Barde>,
        <http://lexvo.org/id/term/heb/%D7%9B%D7%A3%20%D7%95%D7%A8%D7%93%D7%94>,
        <http://lexvo.org/id/term/hin/%E0%A4%95%E0%A5%88%E0%A4%AA%20%E0%A4%B5%E0%A4%B0%E0%A5%8D%E0%A4%A1%E0%A5%87>,
        <http://lexvo.org/id/term/hrv/Zeleni%20Rt>,
        <http://lexvo.org/id/term/hun/Z%C3%B6ld-foki%20K%C3%B6zt%C3%A1rsas%C3%A1g>,
        <http://lexvo.org/id/term/hye/%D4%BF%D5%A1%D5%A2%D5%B8-%D5%8E%D5%A5%D6%80%D5%A4%D5%A5>,
        <http://lexvo.org/id/term/ind/Tanjung%20Verde>,
        <http://lexvo.org/id/term/isl/Gr%C3%A6nh%C3%B6f%C3%B0aeyjar>,
        <http://lexvo.org/id/term/ita/Capo%20Verde>,
        <http://lexvo.org/id/term/jmc/Kepuvede>,
        <http://lexvo.org/id/term/jpn/%E3%82%AB%E3%83%BC%E3%83%9C%E3%83%99%E3%83%AB%E3%83%87>,
        <http://lexvo.org/id/term/kab/Tigzirin%20n%20yixef%20azegzaw>,
        <http://lexvo.org/id/term/kal/Cap%20Verde>,
        <http://lexvo.org/id/term/kam/Kepuvede>,
        <http://lexvo.org/id/term/kan/%E0%B2%95%E0%B3%87%E0%B2%AA%E0%B3%8D%20%E0%B2%B5%E0%B2%B0%E0%B3%8D%E0%B2%A1%E0%B3%86>,
        <http://lexvo.org/id/term/kas/%DA%A9%DB%8C%D9%BE%20%D8%A4%D8%B1%DA%91%DB%8C>,
        <http://lexvo.org/id/term/kat/%E1%83%99%E1%83%90%E1%83%91%E1%83%9D-%E1%83%95%E1%83%94%E1%83%A0%E1%83%93%E1%83%94>,
        <http://lexvo.org/id/term/kde/Kepuvede>,
        <http://lexvo.org/id/term/kea/Kabu%20Verdi>,
        <http://lexvo.org/id/term/khm/%E1%9E%80%E1%9E%B6%E1%9E%94%E1%9E%9C%E1%9F%82%E1%9E%9A>,
        <http://lexvo.org/id/term/khq/Kapuver%20gungey>,
        <http://lexvo.org/id/term/kik/Kepuvede>,
        <http://lexvo.org/id/term/kln/Ikwembeyotab%20Cape%20Verde>,
        <http://lexvo.org/id/term/kor/%EA%B9%8C%EB%BD%80%EB%B2%A0%EB%A5%B4%EB%8D%B0>,
        <http://lexvo.org/id/term/ksb/Kepuvede>,
        <http://lexvo.org/id/term/ksf/kapv%C9%9Br>,
        <http://lexvo.org/id/term/ksh/de%20kapv%C3%A4rdesche%20Enselle>,
        <http://lexvo.org/id/term/lag/Kepuv%C3%A9ede>,
        <http://lexvo.org/id/term/lao/%E0%BB%80%E0%BA%84%E0%BA%9A%E0%BA%A7%E0%BA%AD%E0%BA%94>,
        <http://lexvo.org/id/term/lav/Kaboverde>,
        <http://lexvo.org/id/term/lin/Bisanga%20bya%20Kapev%C9%9Br%C9%9B>,
        <http://lexvo.org/id/term/lit/%C5%BDaliasis%20Ky%C5%A1ulys>,
        <http://lexvo.org/id/term/lub/Lutanda%20lua%20Kapevele>,
        <http://lexvo.org/id/term/lug/Bizinga%20by'e%20Kepu%20Veredi>,
        <http://lexvo.org/id/term/luo/Cape%20Verde%20Islands>,
        <http://lexvo.org/id/term/luy/Kepuvede>,
        <http://lexvo.org/id/term/mal/%E0%B4%95%E0%B5%87%E0%B4%AA%E0%B5%8D%E0%B4%AA%E0%B5%8D%20%E0%B4%B5%E0%B5%86%E0%B5%BC%E0%B4%A1%E0%B5%86>,
        <http://lexvo.org/id/term/mar/%E0%A4%95%E0%A5%87%E0%A4%AA%20%E0%A4%B5%E0%A5%8D%E0%A4%B9%E0%A4%B0%E0%A5%8D%E0%A4%A1%E0%A5%87>,
        <http://lexvo.org/id/term/mas/Kepuvede>,
        <http://lexvo.org/id/term/mer/Kepuvede>,
        <http://lexvo.org/id/term/mfe/Kap-Ver>,
        <http://lexvo.org/id/term/mkd/%D0%97%D0%B5%D0%BB%D0%B5%D0%BD%D0%BE%D1%80%D1%82%D1%81%D0%BA%D0%B8%20%D0%9E%D1%81%D1%82%D1%80%D0%BE%D0%B2%D0%B8>,
        <http://lexvo.org/id/term/mlg/Nosy%20Cap-Vert>,
        <http://lexvo.org/id/term/mlt/Kape%20Verde>,
        <http://lexvo.org/id/term/mua/kap%20ma%20la%C5%8Bne>,
        <http://lexvo.org/id/term/naq/Cape%20Verde%20Islands>,
        <http://lexvo.org/id/term/nde/Cape%20Verde%20Islands>,
        <http://lexvo.org/id/term/nep/%E0%A4%95%E0%A5%87%E0%A4%AA%20%E0%A4%AD%E0%A4%B0%E0%A5%8D%E0%A4%A1%E0%A5%87>,
        <http://lexvo.org/id/term/nld/Kaapverdi%C3%AB>,
        <http://lexvo.org/id/term/nmg/Ma%C5%8B%CC%81%20m%C3%A1%20Kapv%C9%9Br>,
        <http://lexvo.org/id/term/nno/Kapp%20Verde>,
        <http://lexvo.org/id/term/nob/Kapp%20Verde>,
        <http://lexvo.org/id/term/nus/K%C9%9Bp%20bedi%20%C9%A3a%CC%B1yl%C9%9Bn>,
        <http://lexvo.org/id/term/nyn/Ebizinga%20bya%20Kepuvade>,
        <http://lexvo.org/id/term/ori/%E0%AC%95%E0%AD%87%E0%AC%AA%E0%AD%8D%20%E0%AC%AD%E0%AC%B0%E0%AD%8D%E0%AC%A6%E0%AD%87>,
        <http://lexvo.org/id/term/pol/Republika%20Zielonego%20Przyl%C4%85dka>,
        <http://lexvo.org/id/term/por/Cabo%20Verde>,
        <http://lexvo.org/id/term/rof/Kepuvede>,
        <http://lexvo.org/id/term/roh/Cap%20Verd>,
        <http://lexvo.org/id/term/ron/Capul%20Verde>,
        <http://lexvo.org/id/term/run/Ibirwa%20bya%20Kapuveri>,
        <http://lexvo.org/id/term/rus/%D0%9E%D1%81%D1%82%D1%80%D0%BE%D0%B2%D0%B0%20%D0%97%D0%B5%D0%BB%D0%B5%D0%BD%D0%BE%D0%B3%D0%BE%20%D0%9C%D1%8B%D1%81%D0%B0>,
        <http://lexvo.org/id/term/rwk/Kepuvede>,
        <http://lexvo.org/id/term/sag/Az%C3%BB%C3%A2%20t%C3%AE%20K%C3%A2po-V%C3%AAre>,
        <http://lexvo.org/id/term/saq/Kepuvede>,
        <http://lexvo.org/id/term/sbp/Kepuvede>,
        <http://lexvo.org/id/term/seh/Cabo%20Verde>,
        <http://lexvo.org/id/term/ses/Kapuver%20gungey>,
        <http://lexvo.org/id/term/shi-Latn/tigzirin%20n%20kabbirdi>,
        <http://lexvo.org/id/term/shi/%E2%B5%9C%E2%B5%89%E2%B4%B3%E2%B5%A3%E2%B5%89%E2%B5%94%E2%B5%89%E2%B5%8F%20%E2%B5%8F%20%E2%B4%BD%E2%B4%B0%E2%B4%B1%E2%B4%B1%E2%B5%89%E2%B5%94%E2%B4%B7%E2%B5%89>,
        <http://lexvo.org/id/term/sin/%E0%B7%80%E0%B6%BB%E0%B7%8A%E0%B6%A9%E0%B7%92%20%E0%B6%9A%E0%B7%9A%E0%B6%B4%E0%B7%8A>,
        <http://lexvo.org/id/term/slk/Kapverdy>,
        <http://lexvo.org/id/term/slv/Zelenortski%20otoki>,
        <http://lexvo.org/id/term/sme/Kap%20Verde>,
        <http://lexvo.org/id/term/sna/Zvitsuwa%20zveCape%20Verde>,
        <http://lexvo.org/id/term/som/Cape%20Verde%20Islands>,
        <http://lexvo.org/id/term/spa/Cabo%20Verde>,
        <http://lexvo.org/id/term/sqi/Kap%20Verde>,
        <http://lexvo.org/id/term/srp-Latn/Kape%20Verde>,
        <http://lexvo.org/id/term/srp/%D0%9A%D0%B0%D0%BF%D0%B5%20%D0%92%D0%B5%D1%80%D0%B4%D0%B5>,
        <http://lexvo.org/id/term/swc/Kepuvede>,
        <http://lexvo.org/id/term/swe/Kap%20Verde>,
        <http://lexvo.org/id/term/swh/Kepuvede>,
        <http://lexvo.org/id/term/tam/%E0%AE%95%E0%AF%87%E0%AE%AA%E0%AF%8D%20%E0%AE%B5%E0%AF%86%E0%AE%B0%E0%AF%8D%E0%AE%9F%E0%AF%87>,
        <http://lexvo.org/id/term/tel/%E0%B0%95%E0%B1%87%E0%B0%AA%E0%B1%8D%20%E0%B0%B5%E0%B1%86%E0%B0%B0%E0%B1%8D%E0%B0%A1%E0%B1%87>,
        <http://lexvo.org/id/term/teo/Kepuvede>,
        <http://lexvo.org/id/term/tha/%E0%B9%80%E0%B8%84%E0%B8%9B%E0%B9%80%E0%B8%A7%E0%B8%B4%E0%B8%A3%E0%B9%8C%E0%B8%94>,
        <http://lexvo.org/id/term/tig/%E1%8A%AC%E1%8D%95%20%E1%89%AC%E1%88%AD%E1%8B%B4>,
        <http://lexvo.org/id/term/tir/%E1%8A%AC%E1%8D%95%20%E1%89%AC%E1%88%AD%E1%8B%B4>,
        <http://lexvo.org/id/term/ton/Mui%CA%BBi%20Veti>,
        <http://lexvo.org/id/term/tur/Cape%20Verde>,
        <http://lexvo.org/id/term/twq/Kapuver%20gungey>,
        <http://lexvo.org/id/term/tzm/Tigzirin%20n%20I%C9%A3f%20Uzegzaw>,
        <http://lexvo.org/id/term/ukr/%D0%9A%D0%B0%D0%B1%D0%BE-%D0%92%D0%B5%D1%80%D0%B4%D0%B5>,
        <http://lexvo.org/id/term/urd/%DA%A9%DB%8C%D9%BE%20%D9%88%D8%B1%DA%88%DB%8C>,
        <http://lexvo.org/id/term/vai-Latn/Kepi%20V%C9%9Bdi%20Ti%C5%8B%C5%8B%C9%9B>,
        <http://lexvo.org/id/term/vai/%EA%94%9E%EA%94%AA%20%EA%97%B2%EA%94%B5%20%EA%94%B3%EA%98%8B%EA%97%A3>,
        <http://lexvo.org/id/term/vie/Cape%20Verde>,
        <http://lexvo.org/id/term/vun/Kepuvede>,
        <http://lexvo.org/id/term/wae/Kap%20Verde>,
        <http://lexvo.org/id/term/wal/%E1%8A%AC%E1%8D%95%20%E1%89%AC%E1%88%AD%E1%8B%B4>,
        <http://lexvo.org/id/term/xog/Ebizinga%20bya%20Kepu%20Veredi>,
        <http://lexvo.org/id/term/yav/K%C3%A1pf%C9%9Bl>,
        <http://lexvo.org/id/term/yor/Or%C3%ADl%E1%BA%B9%CC%81%C3%A8de%20Et%C3%ADokun%20K%C3%A1p%C3%A9%20f%C3%A9nd%C3%A8>,
        <http://lexvo.org/id/term/zsm/Cape%20Verde>,
        <http://lexvo.org/id/term/zul/i-Cape%20Verde> ;
    owl:sameAs <http://psi.oasis-open.org/iso/3166/#132>,
        <http://sws.geonames.org/3374766/> .

<http://lexvo.org/id/iso3166/CW> a lvont:GeographicRegion ;
    rdfs:label "Curaçao"@af,
        "ኩራሳዎ"@am,
        "كوراساو"@ar,
        "Curaçao"@ast,
        "Кюрасао"@bg,
        "কুরাসাও"@bn,
        "Curaçao"@br,
        "Curaçao"@ca,
        "ᏂᎦᏓ ᎤᏂᎲ ᎾᎿ ᎫᎳᎨᎣ"@chr,
        "库拉索"@cmn,
        "庫拉索"@cmn-Hant,
        "Curaçao"@cs,
        "Cwracao"@cy,
        "Curacao"@da,
        "Curaçao"@de,
        "ཀྱཱུར་ར་ཀོ"@dz,
        "Kurakao nutome"@ee,
        "Κουρασάο"@el,
        "Curaçao"@en,
        "ISO 3166-1:CW"@en,
        "Curazao"@es,
        "Curaçao"@et,
        "Curaçao"@eu,
        "کوراکائو"@fa,
        "Curaçao"@fi,
        "Curacao"@fil,
        "Curaçao"@fo,
        "Curaçao"@fr,
        "Curaçao"@gl,
        "કુરાકાઓ"@gu,
        "קוראסאו"@he,
        "क्यूरासाओ"@hi,
        "Curaçao"@hr,
        "Curaçao"@hu,
        "Curaçao"@id,
        "Curacao"@is,
        "Curaçao"@it,
        "キュラソー"@ja,
        "Kurasau"@kea,
        "Curaçao"@kl,
        "កូរ៉ាកៅ"@km,
        "ಕುರಾಕಾವ್"@kn,
        "퀴라소"@ko,
        "Curaçao"@ksh,
        "ເຄີເລັກຄາວ"@lo,
        "Kiurasao"@lt,
        "Kirasao"@lv,
        "Курасао"@mk,
        "കുറാകാവോ"@ml,
        "कुरॅको"@mr,
        "Curaçao"@nb,
        "कुराकाओ"@ne,
        "Curaçao"@nl,
        "Curaçao"@nn,
        "Curaçao"@pl,
        "Curaçao"@pt,
        "Curaçau"@pt,
        "Curaçao"@ro,
        "Кюрасао"@ru,
        "Curaçao"@se,
        "කුරකාවෝ"@si,
        "Curaçao"@sk,
        "Curaçao"@sl,
        "Курасао"@sr,
        "Curaçao"@sv,
        "Kurakao"@swh,
        "குராகவ்"@ta,
        "కురాకవో"@te,
        "คูราเซา"@th,
        "Kulasao"@to,
        "Curaçao"@tr,
        "Кюрасао"@uk,
        "کیوراکاؤ"@ur,
        "Curaçao"@vi,
        "Curacao"@zsm,
        "I-Curaçao"@zu ;
    lvont:label <http://lexvo.org/id/term/afr/Cura%C3%A7ao>,
        <http://lexvo.org/id/term/amh/%E1%8A%A9%E1%88%AB%E1%88%B3%E1%8B%8E>,
        <http://lexvo.org/id/term/ara/%D9%83%D9%88%D8%B1%D8%A7%D8%B3%D8%A7%D9%88>,
        <http://lexvo.org/id/term/ast/Cura%C3%A7ao>,
        <http://lexvo.org/id/term/ben/%E0%A6%95%E0%A7%81%E0%A6%B0%E0%A6%BE%E0%A6%B8%E0%A6%BE%E0%A6%93>,
        <http://lexvo.org/id/term/bre/Cura%C3%A7ao>,
        <http://lexvo.org/id/term/bul/%D0%9A%D1%8E%D1%80%D0%B0%D1%81%D0%B0%D0%BE>,
        <http://lexvo.org/id/term/cat/Cura%C3%A7ao>,
        <http://lexvo.org/id/term/ces/Cura%C3%A7ao>,
        <http://lexvo.org/id/term/chr/%E1%8F%82%E1%8E%A6%E1%8F%93%20%E1%8E%A4%E1%8F%82%E1%8E%B2%20%E1%8E%BE%E1%8E%BF%20%E1%8E%AB%E1%8E%B3%E1%8E%A8%E1%8E%A3>,
        <http://lexvo.org/id/term/cmn-Hant/%E5%BA%AB%E6%8B%89%E7%B4%A2>,
        <http://lexvo.org/id/term/cmn/%E5%BA%93%E6%8B%89%E7%B4%A2>,
        <http://lexvo.org/id/term/cym/Cwracao>,
        <http://lexvo.org/id/term/dan/Curacao>,
        <http://lexvo.org/id/term/deu/Cura%C3%A7ao>,
        <http://lexvo.org/id/term/dzo/%E0%BD%80%E0%BE%B1%E0%BD%B1%E0%BD%B4%E0%BD%A2%E0%BC%8B%E0%BD%A2%E0%BC%8B%E0%BD%80%E0%BD%BC>,
        <http://lexvo.org/id/term/ell/%CE%9A%CE%BF%CF%85%CF%81%CE%B1%CF%83%CE%AC%CE%BF>,
        <http://lexvo.org/id/term/eng/Cura%C3%A7ao>,
        <http://lexvo.org/id/term/eng/ISO%203166-1%3ACW>,
        <http://lexvo.org/id/term/est/Cura%C3%A7ao>,
        <http://lexvo.org/id/term/eus/Cura%C3%A7ao>,
        <http://lexvo.org/id/term/ewe/Kurakao%20nutome>,
        <http://lexvo.org/id/term/fao/Cura%C3%A7ao>,
        <http://lexvo.org/id/term/fas/%DA%A9%D9%88%D8%B1%D8%A7%DA%A9%D8%A7%D8%A6%D9%88>,
        <http://lexvo.org/id/term/fil/Curacao>,
        <http://lexvo.org/id/term/fin/Cura%C3%A7ao>,
        <http://lexvo.org/id/term/fra/Cura%C3%A7ao>,
        <http://lexvo.org/id/term/glg/Cura%C3%A7ao>,
        <http://lexvo.org/id/term/guj/%E0%AA%95%E0%AB%81%E0%AA%B0%E0%AA%BE%E0%AA%95%E0%AA%BE%E0%AA%93>,
        <http://lexvo.org/id/term/heb/%D7%A7%D7%95%D7%A8%D7%90%D7%A1%D7%90%D7%95>,
        <http://lexvo.org/id/term/hin/%E0%A4%95%E0%A5%8D%E0%A4%AF%E0%A5%82%E0%A4%B0%E0%A4%BE%E0%A4%B8%E0%A4%BE%E0%A4%93>,
        <http://lexvo.org/id/term/hrv/Cura%C3%A7ao>,
        <http://lexvo.org/id/term/hun/Cura%C3%A7ao>,
        <http://lexvo.org/id/term/ind/Cura%C3%A7ao>,
        <http://lexvo.org/id/term/isl/Curacao>,
        <http://lexvo.org/id/term/ita/Cura%C3%A7ao>,
        <http://lexvo.org/id/term/jpn/%E3%82%AD%E3%83%A5%E3%83%A9%E3%82%BD%E3%83%BC>,
        <http://lexvo.org/id/term/kal/Cura%C3%A7ao>,
        <http://lexvo.org/id/term/kan/%E0%B2%95%E0%B3%81%E0%B2%B0%E0%B2%BE%E0%B2%95%E0%B2%BE%E0%B2%B5%E0%B3%8D>,
        <http://lexvo.org/id/term/kea/Kurasau>,
        <http://lexvo.org/id/term/khm/%E1%9E%80%E1%9E%BC%E1%9E%9A%E1%9F%89%E1%9E%B6%E1%9E%80%E1%9F%85>,
        <http://lexvo.org/id/term/kor/%ED%80%B4%EB%9D%BC%EC%86%8C>,
        <http://lexvo.org/id/term/ksh/Cura%C3%A7ao>,
        <http://lexvo.org/id/term/lao/%E0%BB%80%E0%BA%84%E0%BA%B5%E0%BB%80%E0%BA%A5%E0%BA%B1%E0%BA%81%E0%BA%84%E0%BA%B2%E0%BA%A7>,
        <http://lexvo.org/id/term/lav/Kirasao>,
        <http://lexvo.org/id/term/lit/Kiurasao>,
        <http://lexvo.org/id/term/mal/%E0%B4%95%E0%B5%81%E0%B4%B1%E0%B4%BE%E0%B4%95%E0%B4%BE%E0%B4%B5%E0%B5%8B>,
        <http://lexvo.org/id/term/mar/%E0%A4%95%E0%A5%81%E0%A4%B0%E0%A5%85%E0%A4%95%E0%A5%8B>,
        <http://lexvo.org/id/term/mkd/%D0%9A%D1%83%D1%80%D0%B0%D1%81%D0%B0%D0%BE>,
        <http://lexvo.org/id/term/nep/%E0%A4%95%E0%A5%81%E0%A4%B0%E0%A4%BE%E0%A4%95%E0%A4%BE%E0%A4%93>,
        <http://lexvo.org/id/term/nld/Cura%C3%A7ao>,
        <http://lexvo.org/id/term/nno/Cura%C3%A7ao>,
        <http://lexvo.org/id/term/nob/Cura%C3%A7ao>,
        <http://lexvo.org/id/term/pol/Cura%C3%A7ao>,
        <http://lexvo.org/id/term/por/Cura%C3%A7ao>,
        <http://lexvo.org/id/term/por/Cura%C3%A7au>,
        <http://lexvo.org/id/term/ron/Cura%C3%A7ao>,
        <http://lexvo.org/id/term/rus/%D0%9A%D1%8E%D1%80%D0%B0%D1%81%D0%B0%D0%BE>,
        <http://lexvo.org/id/term/sin/%E0%B6%9A%E0%B7%94%E0%B6%BB%E0%B6%9A%E0%B7%8F%E0%B7%80%E0%B7%9D>,
        <http://lexvo.org/id/term/slk/Cura%C3%A7ao>,
        <http://lexvo.org/id/term/slv/Cura%C3%A7ao>,
        <http://lexvo.org/id/term/sme/Cura%C3%A7ao>,
        <http://lexvo.org/id/term/spa/Curazao>,
        <http://lexvo.org/id/term/srp/%D0%9A%D1%83%D1%80%D0%B0%D1%81%D0%B0%D0%BE>,
        <http://lexvo.org/id/term/swe/Cura%C3%A7ao>,
        <http://lexvo.org/id/term/swh/Kurakao>,
        <http://lexvo.org/id/term/tam/%E0%AE%95%E0%AF%81%E0%AE%B0%E0%AE%BE%E0%AE%95%E0%AE%B5%E0%AF%8D>,
        <http://lexvo.org/id/term/tel/%E0%B0%95%E0%B1%81%E0%B0%B0%E0%B0%BE%E0%B0%95%E0%B0%B5%E0%B1%8B>,
        <http://lexvo.org/id/term/tha/%E0%B8%84%E0%B8%B9%E0%B8%A3%E0%B8%B2%E0%B9%80%E0%B8%8B%E0%B8%B2>,
        <http://lexvo.org/id/term/ton/Kulasao>,
        <http://lexvo.org/id/term/tur/Cura%C3%A7ao>,
        <http://lexvo.org/id/term/ukr/%D0%9A%D1%8E%D1%80%D0%B0%D1%81%D0%B0%D0%BE>,
        <http://lexvo.org/id/term/urd/%DA%A9%DB%8C%D9%88%D8%B1%D8%A7%DA%A9%D8%A7%D8%A4>,
        <http://lexvo.org/id/term/vie/Cura%C3%A7ao>,
        <http://lexvo.org/id/term/zsm/Curacao>,
        <http://lexvo.org/id/term/zul/I-Cura%C3%A7ao> .

<http://lexvo.org/id/iso3166/CY> a lvont:GeographicRegion ;
    rdfs:label "Ciprus"@af,
        "Saekpùlù"@agq,
        "Saeprɔs"@ak,
        "ሳይፕረስ"@am,
        "قبرص"@ar,
        "Kuprothi"@asa,
        "Xipre"@ast,
        "Kipr"@az,
        "Kiprò"@bas,
        "Кіпр"@be,
        "Hukuprosi"@bez,
        "Кипър"@bg,
        "Cipri"@bm,
        "সাইপ্রাস"@bn,
        "སཱཡེ་པ་རས྄།"@bo,
        "Kiprenez"@br,
        "साइप्रस"@brx,
        "Kipar"@bs,
        "Кипар"@bs-Cyrl,
        "ሳይፕረስ"@byn,
        "Xipre"@ca,
        "Saipurasi"@cgg,
        "ᏌᎢᏆᏍ"@chr,
        "塞浦路斯"@cmn,
        "賽普勒斯"@cmn-Hant,
        "Kypr"@cs,
        "Cyprus"@cy,
        "Cypern"@da,
        "Kuprosi"@dav,
        "Zypern"@de,
        "Šiipur"@dje,
        "Siipr"@dyo,
        "སཱའི་པྲས"@dz,
        "Kuprosi"@ebu,
        "Saiprus nutome"@ee,
        "Κύπρος"@el,
        "Cyprus"@en,
        "ISO 3166-1:CY"@en,
        "𐐝𐐴𐐹𐑉𐐲𐑅"@en-Dsrt,
        "Kipro"@eo,
        "Chipre"@es,
        "Küpros"@et,
        "Zipre"@eu,
        "Sipəlús"@ewo,
        "قبرس"@fa,
        "Siipar"@ff,
        "Kypros"@fi,
        "Cyprus"@fil,
        "Kýpros"@fo,
        "Chypre"@fr,
        "Cipri"@fur,
        "An Chipir"@ga,
        "Cìopras"@gd,
        "Chipre"@gl,
        "Tsüpere"@gsw,
        "સાયપ્રસ"@gu,
        "Kuprosi"@guz,
        "Sifurus"@ha,
        "קפריסין"@he,
        "साइप्रस"@hi,
        "Cipar"@hr,
        "Ciprus"@hu,
        "Կիպրոս"@hy,
        "Cypro"@ia,
        "Siprus"@id,
        "Kýpur"@is,
        "Cipro"@it,
        "キプロス"@ja,
        "Kuprosi"@jmc,
        "კვიპროსი"@ka,
        "Cipr"@kab,
        "Kuprosi"@kam,
        "Kuplosi"@kde,
        "Xipri"@kea,
        "Šiipur"@khq,
        "Kuprosi"@ki,
        "Cypern"@kl,
        "Emetab Cyprus"@kln,
        "ស៉ីពរ៍"@km,
        "ಸೈಪ್ರಸ್"@kn,
        "사이프러스"@ko,
        "سایفرٛس"@ks,
        "Kuplosi"@ksb,
        "cíprɛ"@ksf,
        "Züppere"@ksh,
        "Kupuróosi"@lag,
        "Sipuriya"@lg,
        "Sípɛlɛ"@ln,
        "ໄຊປັຼດ"@lo,
        "Kipras"@lt,
        "Shipele"@lu,
        "Cyprus"@luo,
        "Kuprosi"@luy,
        "Kipra"@lv,
        "Kuprosi"@mas,
        "Caipurasi"@mer,
        "Cyprus"@mfe,
        "Sypra"@mg,
        "Ukuprosi"@mgh,
        "Кипар"@mk,
        "സൈപ്രസ്സ്"@ml,
        "सायप्रस"@mr,
        "Ċipru"@mt,
        "Syipriya"@mua,
        "ဆိုက်ပရက်စ်"@my,
        "Cyprus"@naq,
        "Kypros"@nb,
        "Cyprus"@nd,
        "साइप्रस"@ne,
        "Cyprus"@nl,
        "Sipria"@nmg,
        "Kypros"@nn,
        "Saipurasi"@nyn,
        "ସାଇପ୍ରସ୍"@or,
        "Cypr"@pl,
        "Chipre"@pt,
        "Cipra"@rm,
        "Izinga rya Shipure"@rn,
        "Cipru"@ro,
        "Kuprosi"@rof,
        "Кипр"@ru,
        "Kuprosi"@rwk,
        "Kuprosi"@saq,
        "Kupilosi"@sbp,
        "Kypros"@se,
        "Chipre"@seh,
        "Šiipur"@ses,
        "Sîpri"@sg,
        "ⵇⵓⴱⵔⵓⵙ"@shi,
        "qubrus"@shi-Latn,
        "සයිප්‍රසය"@si,
        "Cyprus"@sk,
        "Ciper"@sl,
        "Cyprus"@sn,
        "Qubrus"@so,
        "Qipro"@sq,
        "Кипар"@sr,
        "Kipar"@sr-Latn,
        "Cypern"@sv,
        "Kuprosi"@swc,
        "Kuprosi"@swh,
        "சைப்ரஸ்"@ta,
        "సైప్రస్"@te,
        "Kuprosi"@teo,
        "ไซปรัส"@th,
        "ሳይፕረስ"@ti,
        "ሳይፕረስ"@tig,
        "Saipalesi"@to,
        "Güney Kıbrıs Rum Kesimi"@tr,
        "Šiipur"@twq,
        "Qubrus"@tzm,
        "Кіпр"@uk,
        "قبرص"@ur,
        "ꕢꗡꖛꗐꔻ"@vai,
        "Saɛpurɔ"@vai-Latn,
        "Síp"@vi,
        "Kuprosi"@vun,
        "Zypre"@wae,
        "ሳይፕረስ"@wal,
        "Sipuriya"@xog,
        "síplɛ"@yav,
        "Orílẹ́ède Kúrúsì"@yo,
        "Kibris"@zsm,
        "i-Cyprus"@zu ;
    lvont:label <http://lexvo.org/id/term/afr/Ciprus>,
        <http://lexvo.org/id/term/agq/Saekp%C3%B9l%C3%B9>,
        <http://lexvo.org/id/term/aka/Saepr%C9%94s>,
        <http://lexvo.org/id/term/amh/%E1%88%B3%E1%8B%AD%E1%8D%95%E1%88%A8%E1%88%B5>,
        <http://lexvo.org/id/term/ara/%D9%82%D8%A8%D8%B1%D8%B5>,
        <http://lexvo.org/id/term/asa/Kuprothi>,
        <http://lexvo.org/id/term/ast/Xipre>,
        <http://lexvo.org/id/term/aze/Kipr>,
        <http://lexvo.org/id/term/bam/Cipri>,
        <http://lexvo.org/id/term/bas/Kipr%C3%B2>,
        <http://lexvo.org/id/term/bel/%D0%9A%D1%96%D0%BF%D1%80>,
        <http://lexvo.org/id/term/ben/%E0%A6%B8%E0%A6%BE%E0%A6%87%E0%A6%AA%E0%A7%8D%E0%A6%B0%E0%A6%BE%E0%A6%B8>,
        <http://lexvo.org/id/term/bez/Hukuprosi>,
        <http://lexvo.org/id/term/bod/%E0%BD%A6%E0%BD%B1%E0%BD%A1%E0%BD%BA%E0%BC%8B%E0%BD%94%E0%BC%8B%E0%BD%A2%E0%BD%A6%E0%BE%84%E0%BC%8D>,
        <http://lexvo.org/id/term/bos-Cyrl/%D0%9A%D0%B8%D0%BF%D0%B0%D1%80>,
        <http://lexvo.org/id/term/bos/Kipar>,
        <http://lexvo.org/id/term/bre/Kiprenez>,
        <http://lexvo.org/id/term/brx/%E0%A4%B8%E0%A4%BE%E0%A4%87%E0%A4%AA%E0%A5%8D%E0%A4%B0%E0%A4%B8>,
        <http://lexvo.org/id/term/bul/%D0%9A%D0%B8%D0%BF%D1%8A%D1%80>,
        <http://lexvo.org/id/term/byn/%E1%88%B3%E1%8B%AD%E1%8D%95%E1%88%A8%E1%88%B5>,
        <http://lexvo.org/id/term/cat/Xipre>,
        <http://lexvo.org/id/term/ces/Kypr>,
        <http://lexvo.org/id/term/cgg/Saipurasi>,
        <http://lexvo.org/id/term/chr/%E1%8F%8C%E1%8E%A2%E1%8F%86%E1%8F%8D>,
        <http://lexvo.org/id/term/cmn-Hant/%E8%B3%BD%E6%99%AE%E5%8B%92%E6%96%AF>,
        <http://lexvo.org/id/term/cmn/%E5%A1%9E%E6%B5%A6%E8%B7%AF%E6%96%AF>,
        <http://lexvo.org/id/term/cym/Cyprus>,
        <http://lexvo.org/id/term/dan/Cypern>,
        <http://lexvo.org/id/term/dav/Kuprosi>,
        <http://lexvo.org/id/term/deu/Zypern>,
        <http://lexvo.org/id/term/dje/%C5%A0iipur>,
        <http://lexvo.org/id/term/dyo/Siipr>,
        <http://lexvo.org/id/term/dzo/%E0%BD%A6%E0%BD%B1%E0%BD%A0%E0%BD%B2%E0%BC%8B%E0%BD%94%E0%BE%B2%E0%BD%A6>,
        <http://lexvo.org/id/term/ebu/Kuprosi>,
        <http://lexvo.org/id/term/ell/%CE%9A%CF%8D%CF%80%CF%81%CE%BF%CF%82>,
        <http://lexvo.org/id/term/eng-Dsrt/%F0%90%90%9D%F0%90%90%B4%F0%90%90%B9%F0%90%91%89%F0%90%90%B2%F0%90%91%85>,
        <http://lexvo.org/id/term/eng/Cyprus>,
        <http://lexvo.org/id/term/eng/ISO%203166-1%3ACY>,
        <http://lexvo.org/id/term/epo/Kipro>,
        <http://lexvo.org/id/term/est/K%C3%BCpros>,
        <http://lexvo.org/id/term/eus/Zipre>,
        <http://lexvo.org/id/term/ewe/Saiprus%20nutome>,
        <http://lexvo.org/id/term/ewo/Sip%C9%99l%C3%BAs>,
        <http://lexvo.org/id/term/fao/K%C3%BDpros>,
        <http://lexvo.org/id/term/fas/%D9%82%D8%A8%D8%B1%D8%B3>,
        <http://lexvo.org/id/term/fil/Cyprus>,
        <http://lexvo.org/id/term/fin/Kypros>,
        <http://lexvo.org/id/term/fra/Chypre>,
        <http://lexvo.org/id/term/ful/Siipar>,
        <http://lexvo.org/id/term/fur/Cipri>,
        <http://lexvo.org/id/term/gla/C%C3%ACopras>,
        <http://lexvo.org/id/term/gle/An%20Chipir>,
        <http://lexvo.org/id/term/glg/Chipre>,
        <http://lexvo.org/id/term/gsw/Ts%C3%BCpere>,
        <http://lexvo.org/id/term/guj/%E0%AA%B8%E0%AA%BE%E0%AA%AF%E0%AA%AA%E0%AB%8D%E0%AA%B0%E0%AA%B8>,
        <http://lexvo.org/id/term/guz/Kuprosi>,
        <http://lexvo.org/id/term/hau/Sifurus>,
        <http://lexvo.org/id/term/heb/%D7%A7%D7%A4%D7%A8%D7%99%D7%A1%D7%99%D7%9F>,
        <http://lexvo.org/id/term/hin/%E0%A4%B8%E0%A4%BE%E0%A4%87%E0%A4%AA%E0%A5%8D%E0%A4%B0%E0%A4%B8>,
        <http://lexvo.org/id/term/hrv/Cipar>,
        <http://lexvo.org/id/term/hun/Ciprus>,
        <http://lexvo.org/id/term/hye/%D4%BF%D5%AB%D5%BA%D6%80%D5%B8%D5%BD>,
        <http://lexvo.org/id/term/ina/Cypro>,
        <http://lexvo.org/id/term/ind/Siprus>,
        <http://lexvo.org/id/term/isl/K%C3%BDpur>,
        <http://lexvo.org/id/term/ita/Cipro>,
        <http://lexvo.org/id/term/jmc/Kuprosi>,
        <http://lexvo.org/id/term/jpn/%E3%82%AD%E3%83%97%E3%83%AD%E3%82%B9>,
        <http://lexvo.org/id/term/kab/Cipr>,
        <http://lexvo.org/id/term/kal/Cypern>,
        <http://lexvo.org/id/term/kam/Kuprosi>,
        <http://lexvo.org/id/term/kan/%E0%B2%B8%E0%B3%88%E0%B2%AA%E0%B3%8D%E0%B2%B0%E0%B2%B8%E0%B3%8D>,
        <http://lexvo.org/id/term/kas/%D8%B3%D8%A7%DB%8C%D9%81%D8%B1%D9%9B%D8%B3>,
        <http://lexvo.org/id/term/kat/%E1%83%99%E1%83%95%E1%83%98%E1%83%9E%E1%83%A0%E1%83%9D%E1%83%A1%E1%83%98>,
        <http://lexvo.org/id/term/kde/Kuplosi>,
        <http://lexvo.org/id/term/kea/Xipri>,
        <http://lexvo.org/id/term/khm/%E1%9E%9F%E1%9F%89%E1%9E%B8%E1%9E%96%E1%9E%9A%E1%9F%8D>,
        <http://lexvo.org/id/term/khq/%C5%A0iipur>,
        <http://lexvo.org/id/term/kik/Kuprosi>,
        <http://lexvo.org/id/term/kln/Emetab%20Cyprus>,
        <http://lexvo.org/id/term/kor/%EC%82%AC%EC%9D%B4%ED%94%84%EB%9F%AC%EC%8A%A4>,
        <http://lexvo.org/id/term/ksb/Kuplosi>,
        <http://lexvo.org/id/term/ksf/c%C3%ADpr%C9%9B>,
        <http://lexvo.org/id/term/ksh/Z%C3%BCppere>,
        <http://lexvo.org/id/term/lag/Kupur%C3%B3osi>,
        <http://lexvo.org/id/term/lao/%E0%BB%84%E0%BA%8A%E0%BA%9B%E0%BA%B1%E0%BA%BC%E0%BA%94>,
        <http://lexvo.org/id/term/lav/Kipra>,
        <http://lexvo.org/id/term/lin/S%C3%ADp%C9%9Bl%C9%9B>,
        <http://lexvo.org/id/term/lit/Kipras>,
        <http://lexvo.org/id/term/lub/Shipele>,
        <http://lexvo.org/id/term/lug/Sipuriya>,
        <http://lexvo.org/id/term/luo/Cyprus>,
        <http://lexvo.org/id/term/luy/Kuprosi>,
        <http://lexvo.org/id/term/mal/%E0%B4%B8%E0%B5%88%E0%B4%AA%E0%B5%8D%E0%B4%B0%E0%B4%B8%E0%B5%8D%E0%B4%B8%E0%B5%8D>,
        <http://lexvo.org/id/term/mar/%E0%A4%B8%E0%A4%BE%E0%A4%AF%E0%A4%AA%E0%A5%8D%E0%A4%B0%E0%A4%B8>,
        <http://lexvo.org/id/term/mas/Kuprosi>,
        <http://lexvo.org/id/term/mer/Caipurasi>,
        <http://lexvo.org/id/term/mfe/Cyprus>,
        <http://lexvo.org/id/term/mgh/Ukuprosi>,
        <http://lexvo.org/id/term/mkd/%D0%9A%D0%B8%D0%BF%D0%B0%D1%80>,
        <http://lexvo.org/id/term/mlg/Sypra>,
        <http://lexvo.org/id/term/mlt/%C4%8Aipru>,
        <http://lexvo.org/id/term/mua/Syipriya>,
        <http://lexvo.org/id/term/mya/%E1%80%86%E1%80%AD%E1%80%AF%E1%80%80%E1%80%BA%E1%80%95%E1%80%9B%E1%80%80%E1%80%BA%E1%80%85%E1%80%BA>,
        <http://lexvo.org/id/term/naq/Cyprus>,
        <http://lexvo.org/id/term/nde/Cyprus>,
        <http://lexvo.org/id/term/nep/%E0%A4%B8%E0%A4%BE%E0%A4%87%E0%A4%AA%E0%A5%8D%E0%A4%B0%E0%A4%B8>,
        <http://lexvo.org/id/term/nld/Cyprus>,
        <http://lexvo.org/id/term/nmg/Sipria>,
        <http://lexvo.org/id/term/nno/Kypros>,
        <http://lexvo.org/id/term/nob/Kypros>,
        <http://lexvo.org/id/term/nyn/Saipurasi>,
        <http://lexvo.org/id/term/ori/%E0%AC%B8%E0%AC%BE%E0%AC%87%E0%AC%AA%E0%AD%8D%E0%AC%B0%E0%AC%B8%E0%AD%8D>,
        <http://lexvo.org/id/term/pol/Cypr>,
        <http://lexvo.org/id/term/por/Chipre>,
        <http://lexvo.org/id/term/rof/Kuprosi>,
        <http://lexvo.org/id/term/roh/Cipra>,
        <http://lexvo.org/id/term/ron/Cipru>,
        <http://lexvo.org/id/term/run/Izinga%20rya%20Shipure>,
        <http://lexvo.org/id/term/rus/%D0%9A%D0%B8%D0%BF%D1%80>,
        <http://lexvo.org/id/term/rwk/Kuprosi>,
        <http://lexvo.org/id/term/sag/S%C3%AEpri>,
        <http://lexvo.org/id/term/saq/Kuprosi>,
        <http://lexvo.org/id/term/sbp/Kupilosi>,
        <http://lexvo.org/id/term/seh/Chipre>,
        <http://lexvo.org/id/term/ses/%C5%A0iipur>,
        <http://lexvo.org/id/term/shi-Latn/qubrus>,
        <http://lexvo.org/id/term/shi/%E2%B5%87%E2%B5%93%E2%B4%B1%E2%B5%94%E2%B5%93%E2%B5%99>,
        <http://lexvo.org/id/term/sin/%E0%B7%83%E0%B6%BA%E0%B7%92%E0%B6%B4%E0%B7%8A%E2%80%8D%E0%B6%BB%E0%B7%83%E0%B6%BA>,
        <http://lexvo.org/id/term/slk/Cyprus>,
        <http://lexvo.org/id/term/slv/Ciper>,
        <http://lexvo.org/id/term/sme/Kypros>,
        <http://lexvo.org/id/term/sna/Cyprus>,
        <http://lexvo.org/id/term/som/Qubrus>,
        <http://lexvo.org/id/term/spa/Chipre>,
        <http://lexvo.org/id/term/sqi/Qipro>,
        <http://lexvo.org/id/term/srp-Latn/Kipar>,
        <http://lexvo.org/id/term/srp/%D0%9A%D0%B8%D0%BF%D0%B0%D1%80>,
        <http://lexvo.org/id/term/swc/Kuprosi>,
        <http://lexvo.org/id/term/swe/Cypern>,
        <http://lexvo.org/id/term/swh/Kuprosi>,
        <http://lexvo.org/id/term/tam/%E0%AE%9A%E0%AF%88%E0%AE%AA%E0%AF%8D%E0%AE%B0%E0%AE%B8%E0%AF%8D>,
        <http://lexvo.org/id/term/tel/%E0%B0%B8%E0%B1%88%E0%B0%AA%E0%B1%8D%E0%B0%B0%E0%B0%B8%E0%B1%8D>,
        <http://lexvo.org/id/term/teo/Kuprosi>,
        <http://lexvo.org/id/term/tha/%E0%B9%84%E0%B8%8B%E0%B8%9B%E0%B8%A3%E0%B8%B1%E0%B8%AA>,
        <http://lexvo.org/id/term/tig/%E1%88%B3%E1%8B%AD%E1%8D%95%E1%88%A8%E1%88%B5>,
        <http://lexvo.org/id/term/tir/%E1%88%B3%E1%8B%AD%E1%8D%95%E1%88%A8%E1%88%B5>,
        <http://lexvo.org/id/term/ton/Saipalesi>,
        <http://lexvo.org/id/term/tur/G%C3%BCney%20K%C4%B1br%C4%B1s%20Rum%20Kesimi>,
        <http://lexvo.org/id/term/twq/%C5%A0iipur>,
        <http://lexvo.org/id/term/tzm/Qubrus>,
        <http://lexvo.org/id/term/ukr/%D0%9A%D1%96%D0%BF%D1%80>,
        <http://lexvo.org/id/term/urd/%D9%82%D8%A8%D8%B1%D8%B5>,
        <http://lexvo.org/id/term/vai-Latn/Sa%C9%9Bpur%C9%94>,
        <http://lexvo.org/id/term/vai/%EA%95%A2%EA%97%A1%EA%96%9B%EA%97%90%EA%94%BB>,
        <http://lexvo.org/id/term/vie/S%C3%ADp>,
        <http://lexvo.org/id/term/vun/Kuprosi>,
        <http://lexvo.org/id/term/wae/Zypre>,
        <http://lexvo.org/id/term/wal/%E1%88%B3%E1%8B%AD%E1%8D%95%E1%88%A8%E1%88%B5>,
        <http://lexvo.org/id/term/xog/Sipuriya>,
        <http://lexvo.org/id/term/yav/s%C3%ADpl%C9%9B>,
        <http://lexvo.org/id/term/yor/Or%C3%ADl%E1%BA%B9%CC%81%C3%A8de%20K%C3%BAr%C3%BAs%C3%AC>,
        <http://lexvo.org/id/term/zsm/Kibris>,
        <http://lexvo.org/id/term/zul/i-Cyprus> ;
    owl:sameAs <http://psi.oasis-open.org/iso/3166/#196>,
        <http://sws.geonames.org/146669/> .

<http://lexvo.org/id/iso3166/CZ> a lvont:GeographicRegion ;
    rdfs:label "Tjeggiese Republiek"@af,
        "Chɛ̂ Lèkpubèlè"@agq,
        "Kyɛk Kurokɛse"@ak,
        "ቼክ ሪፑብሊክ"@am,
        "جمهورية التشيك"@ar,
        "Jamhuri ya Cheki"@asa,
        "Chequia"@ast,
        "Çex respublikası"@az,
        "Чэхія"@be,
        "Ijamhuri ya Cheki"@bez,
        "Чешка република"@bg,
        "Ceki republiki"@bm,
        "চেক প্রজাতন্ত্র"@bn,
        "ཅཻག་སྤྱི་མཐུན་རྒྱལ་ཁབ།"@bo,
        "Republik Tchek"@br,
        "चेक गणराज्य"@brx,
        "Češka"@bs,
        "Чешка"@bs-Cyrl,
        "ቼክ ሪፑብሊክ"@byn,
        "República Txeca"@ca,
        "Ripaaburika ya Zeeki"@cgg,
        "ᏤᎩ ᏍᎦᏚᎩ"@chr,
        "捷克共和国"@cmn,
        "捷克共和國"@cmn-Hant,
        "Česká republika"@cs,
        "Gweriniaeth Tsiec"@cy,
        "Tjekkiet"@da,
        "Jamhuri ya Cheki"@dav,
        "Tschechische Republik"@de,
        "Cek labo"@dje,
        "Mofam mati Cek"@dyo,
        "ཅེཀ་ རི་པབ་ལིཀ"@dz,
        "Jamhuri ya Cheki"@ebu,
        "Tsɛk repɔblik nutome"@ee,
        "Τσεχία"@el,
        "Czech Republic"@en,
        "ISO 3166-1:CZ"@en,
        "𐐕𐐯𐐿 𐐡𐐨𐐹𐐲𐐺𐑊𐐮𐐿"@en-Dsrt,
        "Ĉeĥujo"@eo,
        "República Checa"@es,
        "Tšehhi"@et,
        "Txekiar errepublika"@eu,
        "Ǹnam Tsɛ́g"@ewo,
        "جمهوری چک"@fa,
        "Ndenndaandi Cek"@ff,
        "Tšekki"@fi,
        "Czech Republic"@fil,
        "Kekkia"@fo,
        "République tchèque"@fr,
        "Republiche ceche"@fur,
        "Poblacht na Seice"@ga,
        "Poblachd na Seice"@gd,
        "República Checa"@gl,
        "Tschechischi Republik"@gsw,
        "ચેક રીપબ્લિક"@gu,
        "Jamhuri ya Cheki"@guz,
        "Jamhuriyar Cak"@ha,
        "צ׳כיה"@he,
        "चेक गणराज्य"@hi,
        "Češka Republika"@hr,
        "Csehország"@hu,
        "Չեխիայի Հանրապետություն"@hy,
        "Republica Tchec"@ia,
        "Republik Cheska"@id,
        "Tékkland"@is,
        "Repubblica Ceca"@it,
        "チェコ共和国"@ja,
        "Jamhuri ya Cheki"@jmc,
        "ჩეხეთის რესპუბლიკა"@ka,
        "Čček"@kab,
        "Jamhuri ya Cheki"@kam,
        "Jamuhuli ya Chechi"@kde,
        "Republika Txeka"@kea,
        "Cek labo"@khq,
        "Jamhuri ya Cheki"@ki,
        "Tjekkia"@kl,
        "Emetab Czech Republic"@kln,
        "សាធារណរដ្ឋឆេក"@km,
        "ಚೆಕ್ ರಿಪಬ್ಲಿಕ್"@kn,
        "체코"@ko,
        "چیک جَموٗرِیَت"@ks,
        "Jamhuli ya Cheki"@ksb,
        "cɛ́k"@ksf,
        "de Tschäschei"@ksh,
        "Jamuhúuri ya Chéeki"@lag,
        "Lipubulika ya Ceeka"@lg,
        "Repibiki Tsekɛ"@ln,
        "ສາທາລະນະລັດເຊັກ"@lo,
        "Čekija"@lt,
        "Ditunga dya Tsheka"@lu,
        "Czech Republic"@luo,
        "Jamhuri ya Cheki"@luy,
        "Čehija"@lv,
        "Jamhuri ya Cheki"@mas,
        "Nthĩ ya Cheki"@mer,
        "Repiblik Chek"@mfe,
        "Repoblikan'i Tseky"@mg,
        "Ucheki"@mgh,
        "Чешка Република"@mk,
        "ചെക്ക് റിപ്പബ്ലിക്"@ml,
        "झेक प्रजासत्ताक"@mr,
        "Repubblika Ċeka"@mt,
        "Sǝr Syek"@mua,
        "ချက် ပြည်ထောင်စု"@my,
        "Czech Republiki"@naq,
        "Tsjekkia"@nb,
        "Czech Republic"@nd,
        "चेख गणतन्त्र"@ne,
        "Tsjechië"@nl,
        "Nlambɔ́ bó tschɛk"@nmg,
        "Tsjekkia"@nn,
        "Ripaaburika ya Zeeki"@nyn,
        "ଚେକ୍ ସାଧାରଣତନ୍ତ୍ର"@or,
        "Czechy"@pl,
        "República Checa"@pt,
        "República Tcheca"@pt,
        "Republica Tscheca"@rm,
        "Repubulika ya Ceke"@rn,
        "Republica Cehă"@ro,
        "Jamhuri ya Cheki"@rof,
        "Чехия"@ru,
        "Jamhuri ya Cheki"@rwk,
        "Jamhuri ya Cheki"@saq,
        "Jamuhuli ya Sheki"@sbp,
        "Čeahkka"@se,
        "República Tcheca"@seh,
        "Cek labo"@ses,
        "Ködörösêse tî Tyêki"@sg,
        "ⵜⴰⴳⴷⵓⴷⴰⵏⵜ ⵜⴰⵜⵛⵉⴽⵉⵜ"@shi,
        "tagdudant tatcikit"@shi-Latn,
        "චෙක් ජනරජය"@si,
        "Česká republika"@sk,
        "Češka"@sl,
        "Czech Republic"@sn,
        "Jamhuuriyadda Jek"@so,
        "Republika e Çekisë"@sq,
        "Чешка"@sr,
        "Češka"@sr-Latn,
        "Tjeckien"@sv,
        "Jamhuri ya Cheki"@swc,
        "Jamhuri ya Cheki"@swh,
        "செக் குடியரசு"@ta,
        "చెక్ గణరాజ్యం"@te,
        "Jamhuri ya Cheki"@teo,
        "สาธารณรัฐเช็ก"@th,
        "ቼክ ሪፑብሊክ"@ti,
        "ቼክ ሪፑብሊክ"@tig,
        "Lipapilika Seki"@to,
        "Çek Cumhuriyeti"@tr,
        "Cek labo"@twq,
        "Tagduda n Čik"@tzm,
        "Чеська республіка"@uk,
        "چیک جمہوریہ"@ur,
        "ꗿꕃ ꕸꖃꔀ"@vai,
        "Chɛki Boloe"@vai-Latn,
        "Cộng hòa Séc"@vi,
        "Jamhuri ya Cheki"@vun,
        "Tšečie"@wae,
        "ቼክ ሪፑብሊክ"@wal,
        "Lipabulika ya Ceeka"@xog,
        "kitɔŋ kí cɛ́k"@yav,
        "Orílẹ́ède ṣẹ́ẹ́kì"@yo,
        "Republik Czech"@zsm,
        "i-Czech Republic"@zu ;
    lvont:label <http://lexvo.org/id/term/afr/Tjeggiese%20Republiek>,
        <http://lexvo.org/id/term/agq/Ch%C9%9B%CC%82%20L%C3%A8kpub%C3%A8l%C3%A8>,
        <http://lexvo.org/id/term/aka/Ky%C9%9Bk%20Kurok%C9%9Bse>,
        <http://lexvo.org/id/term/amh/%E1%89%BC%E1%8A%AD%20%E1%88%AA%E1%8D%91%E1%89%A5%E1%88%8A%E1%8A%AD>,
        <http://lexvo.org/id/term/ara/%D8%AC%D9%85%D9%87%D9%88%D8%B1%D9%8A%D8%A9%20%D8%A7%D9%84%D8%AA%D8%B4%D9%8A%D9%83>,
        <http://lexvo.org/id/term/asa/Jamhuri%20ya%20Cheki>,
        <http://lexvo.org/id/term/ast/Chequia>,
        <http://lexvo.org/id/term/aze/%C3%87ex%20respublikas%C4%B1>,
        <http://lexvo.org/id/term/bam/Ceki%20republiki>,
        <http://lexvo.org/id/term/bel/%D0%A7%D1%8D%D1%85%D1%96%D1%8F>,
        <http://lexvo.org/id/term/ben/%E0%A6%9A%E0%A7%87%E0%A6%95%20%E0%A6%AA%E0%A7%8D%E0%A6%B0%E0%A6%9C%E0%A6%BE%E0%A6%A4%E0%A6%A8%E0%A7%8D%E0%A6%A4%E0%A7%8D%E0%A6%B0>,
        <http://lexvo.org/id/term/bez/Ijamhuri%20ya%20Cheki>,
        <http://lexvo.org/id/term/bod/%E0%BD%85%E0%BD%BB%E0%BD%82%E0%BC%8B%E0%BD%A6%E0%BE%A4%E0%BE%B1%E0%BD%B2%E0%BC%8B%E0%BD%98%E0%BD%90%E0%BD%B4%E0%BD%93%E0%BC%8B%E0%BD%A2%E0%BE%92%E0%BE%B1%E0%BD%A3%E0%BC%8B%E0%BD%81%E0%BD%96%E0%BC%8D>,
        <http://lexvo.org/id/term/bos-Cyrl/%D0%A7%D0%B5%D1%88%D0%BA%D0%B0>,
        <http://lexvo.org/id/term/bos/%C4%8Ce%C5%A1ka>,
        <http://lexvo.org/id/term/bre/Republik%20Tchek>,
        <http://lexvo.org/id/term/brx/%E0%A4%9A%E0%A5%87%E0%A4%95%20%E0%A4%97%E0%A4%A3%E0%A4%B0%E0%A4%BE%E0%A4%9C%E0%A5%8D%E0%A4%AF>,
        <http://lexvo.org/id/term/bul/%D0%A7%D0%B5%D1%88%D0%BA%D0%B0%20%D1%80%D0%B5%D0%BF%D1%83%D0%B1%D0%BB%D0%B8%D0%BA%D0%B0>,
        <http://lexvo.org/id/term/byn/%E1%89%BC%E1%8A%AD%20%E1%88%AA%E1%8D%91%E1%89%A5%E1%88%8A%E1%8A%AD>,
        <http://lexvo.org/id/term/cat/Rep%C3%BAblica%20Txeca>,
        <http://lexvo.org/id/term/ces/%C4%8Cesk%C3%A1%20republika>,
        <http://lexvo.org/id/term/cgg/Ripaaburika%20ya%20Zeeki>,
        <http://lexvo.org/id/term/chr/%E1%8F%A4%E1%8E%A9%20%E1%8F%8D%E1%8E%A6%E1%8F%9A%E1%8E%A9>,
        <http://lexvo.org/id/term/cmn-Hant/%E6%8D%B7%E5%85%8B%E5%85%B1%E5%92%8C%E5%9C%8B>,
        <http://lexvo.org/id/term/cmn/%E6%8D%B7%E5%85%8B%E5%85%B1%E5%92%8C%E5%9B%BD>,
        <http://lexvo.org/id/term/cym/Gweriniaeth%20Tsiec>,
        <http://lexvo.org/id/term/dan/Tjekkiet>,
        <http://lexvo.org/id/term/dav/Jamhuri%20ya%20Cheki>,
        <http://lexvo.org/id/term/deu/Tschechische%20Republik>,
        <http://lexvo.org/id/term/dje/Cek%20labo>,
        <http://lexvo.org/id/term/dyo/Mofam%20mati%20Cek>,
        <http://lexvo.org/id/term/dzo/%E0%BD%85%E0%BD%BA%E0%BD%80%E0%BC%8B%20%E0%BD%A2%E0%BD%B2%E0%BC%8B%E0%BD%94%E0%BD%96%E0%BC%8B%E0%BD%A3%E0%BD%B2%E0%BD%80>,
        <http://lexvo.org/id/term/ebu/Jamhuri%20ya%20Cheki>,
        <http://lexvo.org/id/term/ell/%CE%A4%CF%83%CE%B5%CF%87%CE%AF%CE%B1>,
        <http://lexvo.org/id/term/eng-Dsrt/%F0%90%90%95%F0%90%90%AF%F0%90%90%BF%20%F0%90%90%A1%F0%90%90%A8%F0%90%90%B9%F0%90%90%B2%F0%90%90%BA%F0%90%91%8A%F0%90%90%AE%F0%90%90%BF>,
        <http://lexvo.org/id/term/eng/Czech%20Republic>,
        <http://lexvo.org/id/term/eng/ISO%203166-1%3ACZ>,
        <http://lexvo.org/id/term/epo/%C4%88e%C4%A5ujo>,
        <http://lexvo.org/id/term/est/T%C5%A1ehhi>,
        <http://lexvo.org/id/term/eus/Txekiar%20errepublika>,
        <http://lexvo.org/id/term/ewe/Ts%C9%9Bk%20rep%C9%94blik%20nutome>,
        <http://lexvo.org/id/term/ewo/%C7%B8nam%20Ts%C9%9B%CC%81g>,
        <http://lexvo.org/id/term/fao/Kekkia>,
        <http://lexvo.org/id/term/fas/%D8%AC%D9%85%D9%87%D9%88%D8%B1%DB%8C%20%DA%86%DA%A9>,
        <http://lexvo.org/id/term/fil/Czech%20Republic>,
        <http://lexvo.org/id/term/fin/T%C5%A1ekki>,
        <http://lexvo.org/id/term/fra/R%C3%A9publique%20tch%C3%A8que>,
        <http://lexvo.org/id/term/ful/Ndenndaandi%20Cek>,
        <http://lexvo.org/id/term/fur/Republiche%20ceche>,
        <http://lexvo.org/id/term/gla/Poblachd%20na%20Seice>,
        <http://lexvo.org/id/term/gle/Poblacht%20na%20Seice>,
        <http://lexvo.org/id/term/glg/Rep%C3%BAblica%20Checa>,
        <http://lexvo.org/id/term/gsw/Tschechischi%20Republik>,
        <http://lexvo.org/id/term/guj/%E0%AA%9A%E0%AB%87%E0%AA%95%20%E0%AA%B0%E0%AB%80%E0%AA%AA%E0%AA%AC%E0%AB%8D%E0%AA%B2%E0%AA%BF%E0%AA%95>,
        <http://lexvo.org/id/term/guz/Jamhuri%20ya%20Cheki>,
        <http://lexvo.org/id/term/hau/Jamhuriyar%20Cak>,
        <http://lexvo.org/id/term/heb/%D7%A6%D7%B3%D7%9B%D7%99%D7%94>,
        <http://lexvo.org/id/term/hin/%E0%A4%9A%E0%A5%87%E0%A4%95%20%E0%A4%97%E0%A4%A3%E0%A4%B0%E0%A4%BE%E0%A4%9C%E0%A5%8D%E0%A4%AF>,
        <http://lexvo.org/id/term/hrv/%C4%8Ce%C5%A1ka%20Republika>,
        <http://lexvo.org/id/term/hun/Csehorsz%C3%A1g>,
        <http://lexvo.org/id/term/hye/%D5%89%D5%A5%D5%AD%D5%AB%D5%A1%D5%B5%D5%AB%20%D5%80%D5%A1%D5%B6%D6%80%D5%A1%D5%BA%D5%A5%D5%BF%D5%B8%D6%82%D5%A9%D5%B5%D5%B8%D6%82%D5%B6>,
        <http://lexvo.org/id/term/ina/Republica%20Tchec>,
        <http://lexvo.org/id/term/ind/Republik%20Cheska>,
        <http://lexvo.org/id/term/isl/T%C3%A9kkland>,
        <http://lexvo.org/id/term/ita/Repubblica%20Ceca>,
        <http://lexvo.org/id/term/jmc/Jamhuri%20ya%20Cheki>,
        <http://lexvo.org/id/term/jpn/%E3%83%81%E3%82%A7%E3%82%B3%E5%85%B1%E5%92%8C%E5%9B%BD>,
        <http://lexvo.org/id/term/kab/%C4%8C%C4%8Dek>,
        <http://lexvo.org/id/term/kal/Tjekkia>,
        <http://lexvo.org/id/term/kam/Jamhuri%20ya%20Cheki>,
        <http://lexvo.org/id/term/kan/%E0%B2%9A%E0%B3%86%E0%B2%95%E0%B3%8D%20%E0%B2%B0%E0%B2%BF%E0%B2%AA%E0%B2%AC%E0%B3%8D%E0%B2%B2%E0%B2%BF%E0%B2%95%E0%B3%8D>,
        <http://lexvo.org/id/term/kas/%DA%86%DB%8C%DA%A9%20%D8%AC%D9%8E%D9%85%D9%88%D9%97%D8%B1%D9%90%DB%8C%D9%8E%D8%AA>,
        <http://lexvo.org/id/term/kat/%E1%83%A9%E1%83%94%E1%83%AE%E1%83%94%E1%83%97%E1%83%98%E1%83%A1%20%E1%83%A0%E1%83%94%E1%83%A1%E1%83%9E%E1%83%A3%E1%83%91%E1%83%9A%E1%83%98%E1%83%99%E1%83%90>,
        <http://lexvo.org/id/term/kde/Jamuhuli%20ya%20Chechi>,
        <http://lexvo.org/id/term/kea/Republika%20Txeka>,
        <http://lexvo.org/id/term/khm/%E1%9E%9F%E1%9E%B6%E1%9E%92%E1%9E%B6%E1%9E%9A%E1%9E%8E%E1%9E%9A%E1%9E%8A%E1%9F%92%E1%9E%8B%E1%9E%86%E1%9F%81%E1%9E%80>,
        <http://lexvo.org/id/term/khq/Cek%20labo>,
        <http://lexvo.org/id/term/kik/Jamhuri%20ya%20Cheki>,
        <http://lexvo.org/id/term/kln/Emetab%20Czech%20Republic>,
        <http://lexvo.org/id/term/kor/%EC%B2%B4%EC%BD%94>,
        <http://lexvo.org/id/term/ksb/Jamhuli%20ya%20Cheki>,
        <http://lexvo.org/id/term/ksf/c%C9%9B%CC%81k>,
        <http://lexvo.org/id/term/ksh/de%20Tsch%C3%A4schei>,
        <http://lexvo.org/id/term/lag/Jamuh%C3%BAuri%20ya%20Ch%C3%A9eki>,
        <http://lexvo.org/id/term/lao/%E0%BA%AA%E0%BA%B2%E0%BA%97%E0%BA%B2%E0%BA%A5%E0%BA%B0%E0%BA%99%E0%BA%B0%E0%BA%A5%E0%BA%B1%E0%BA%94%E0%BB%80%E0%BA%8A%E0%BA%B1%E0%BA%81>,
        <http://lexvo.org/id/term/lav/%C4%8Cehija>,
        <http://lexvo.org/id/term/lin/Repibiki%20Tsek%C9%9B>,
        <http://lexvo.org/id/term/lit/%C4%8Cekija>,
        <http://lexvo.org/id/term/lub/Ditunga%20dya%20Tsheka>,
        <http://lexvo.org/id/term/lug/Lipubulika%20ya%20Ceeka>,
        <http://lexvo.org/id/term/luo/Czech%20Republic>,
        <http://lexvo.org/id/term/luy/Jamhuri%20ya%20Cheki>,
        <http://lexvo.org/id/term/mal/%E0%B4%9A%E0%B5%86%E0%B4%95%E0%B5%8D%E0%B4%95%E0%B5%8D%20%E0%B4%B1%E0%B4%BF%E0%B4%AA%E0%B5%8D%E0%B4%AA%E0%B4%AC%E0%B5%8D%E0%B4%B2%E0%B4%BF%E0%B4%95%E0%B5%8D>,
        <http://lexvo.org/id/term/mar/%E0%A4%9D%E0%A5%87%E0%A4%95%20%E0%A4%AA%E0%A5%8D%E0%A4%B0%E0%A4%9C%E0%A4%BE%E0%A4%B8%E0%A4%A4%E0%A5%8D%E0%A4%A4%E0%A4%BE%E0%A4%95>,
        <http://lexvo.org/id/term/mas/Jamhuri%20ya%20Cheki>,
        <http://lexvo.org/id/term/mer/Nth%C4%A9%20ya%20Cheki>,
        <http://lexvo.org/id/term/mfe/Repiblik%20Chek>,
        <http://lexvo.org/id/term/mgh/Ucheki>,
        <http://lexvo.org/id/term/mkd/%D0%A7%D0%B5%D1%88%D0%BA%D0%B0%20%D0%A0%D0%B5%D0%BF%D1%83%D0%B1%D0%BB%D0%B8%D0%BA%D0%B0>,
        <http://lexvo.org/id/term/mlg/Repoblikan'i%20Tseky>,
        <http://lexvo.org/id/term/mlt/Repubblika%20%C4%8Aeka>,
        <http://lexvo.org/id/term/mua/S%C7%9Dr%20Syek>,
        <http://lexvo.org/id/term/mya/%E1%80%81%E1%80%BB%E1%80%80%E1%80%BA%20%E1%80%95%E1%80%BC%E1%80%8A%E1%80%BA%E1%80%91%E1%80%B1%E1%80%AC%E1%80%84%E1%80%BA%E1%80%85%E1%80%AF>,
        <http://lexvo.org/id/term/naq/Czech%20Republiki>,
        <http://lexvo.org/id/term/nde/Czech%20Republic>,
        <http://lexvo.org/id/term/nep/%E0%A4%9A%E0%A5%87%E0%A4%96%20%E0%A4%97%E0%A4%A3%E0%A4%A4%E0%A4%A8%E0%A5%8D%E0%A4%A4%E0%A5%8D%E0%A4%B0>,
        <http://lexvo.org/id/term/nld/Tsjechi%C3%AB>,
        <http://lexvo.org/id/term/nmg/Nlamb%C9%94%CC%81%20b%C3%B3%20tsch%C9%9Bk>,
        <http://lexvo.org/id/term/nno/Tsjekkia>,
        <http://lexvo.org/id/term/nob/Tsjekkia>,
        <http://lexvo.org/id/term/nyn/Ripaaburika%20ya%20Zeeki>,
        <http://lexvo.org/id/term/ori/%E0%AC%9A%E0%AD%87%E0%AC%95%E0%AD%8D%20%E0%AC%B8%E0%AC%BE%E0%AC%A7%E0%AC%BE%E0%AC%B0%E0%AC%A3%E0%AC%A4%E0%AC%A8%E0%AD%8D%E0%AC%A4%E0%AD%8D%E0%AC%B0>,
        <http://lexvo.org/id/term/pol/Czechy>,
        <http://lexvo.org/id/term/por/Rep%C3%BAblica%20Checa>,
        <http://lexvo.org/id/term/por/Rep%C3%BAblica%20Tcheca>,
        <http://lexvo.org/id/term/rof/Jamhuri%20ya%20Cheki>,
        <http://lexvo.org/id/term/roh/Republica%20Tscheca>,
        <http://lexvo.org/id/term/ron/Republica%20Ceh%C4%83>,
        <http://lexvo.org/id/term/run/Repubulika%20ya%20Ceke>,
        <http://lexvo.org/id/term/rus/%D0%A7%D0%B5%D1%85%D0%B8%D1%8F>,
        <http://lexvo.org/id/term/rwk/Jamhuri%20ya%20Cheki>,
        <http://lexvo.org/id/term/sag/K%C3%B6d%C3%B6r%C3%B6s%C3%AAse%20t%C3%AE%20Ty%C3%AAki>,
        <http://lexvo.org/id/term/saq/Jamhuri%20ya%20Cheki>,
        <http://lexvo.org/id/term/sbp/Jamuhuli%20ya%20Sheki>,
        <http://lexvo.org/id/term/seh/Rep%C3%BAblica%20Tcheca>,
        <http://lexvo.org/id/term/ses/Cek%20labo>,
        <http://lexvo.org/id/term/shi-Latn/tagdudant%20tatcikit>,
        <http://lexvo.org/id/term/shi/%E2%B5%9C%E2%B4%B0%E2%B4%B3%E2%B4%B7%E2%B5%93%E2%B4%B7%E2%B4%B0%E2%B5%8F%E2%B5%9C%20%E2%B5%9C%E2%B4%B0%E2%B5%9C%E2%B5%9B%E2%B5%89%E2%B4%BD%E2%B5%89%E2%B5%9C>,
        <http://lexvo.org/id/term/sin/%E0%B6%A0%E0%B7%99%E0%B6%9A%E0%B7%8A%20%E0%B6%A2%E0%B6%B1%E0%B6%BB%E0%B6%A2%E0%B6%BA>,
        <http://lexvo.org/id/term/slk/%C4%8Cesk%C3%A1%20republika>,
        <http://lexvo.org/id/term/slv/%C4%8Ce%C5%A1ka>,
        <http://lexvo.org/id/term/sme/%C4%8Ceahkka>,
        <http://lexvo.org/id/term/sna/Czech%20Republic>,
        <http://lexvo.org/id/term/som/Jamhuuriyadda%20Jek>,
        <http://lexvo.org/id/term/spa/Rep%C3%BAblica%20Checa>,
        <http://lexvo.org/id/term/sqi/Republika%20e%20%C3%87ekis%C3%AB>,
        <http://lexvo.org/id/term/srp-Latn/%C4%8Ce%C5%A1ka>,
        <http://lexvo.org/id/term/srp/%D0%A7%D0%B5%D1%88%D0%BA%D0%B0>,
        <http://lexvo.org/id/term/swc/Jamhuri%20ya%20Cheki>,
        <http://lexvo.org/id/term/swe/Tjeckien>,
        <http://lexvo.org/id/term/swh/Jamhuri%20ya%20Cheki>,
        <http://lexvo.org/id/term/tam/%E0%AE%9A%E0%AF%86%E0%AE%95%E0%AF%8D%20%E0%AE%95%E0%AF%81%E0%AE%9F%E0%AE%BF%E0%AE%AF%E0%AE%B0%E0%AE%9A%E0%AF%81>,
        <http://lexvo.org/id/term/tel/%E0%B0%9A%E0%B1%86%E0%B0%95%E0%B1%8D%20%E0%B0%97%E0%B0%A3%E0%B0%B0%E0%B0%BE%E0%B0%9C%E0%B1%8D%E0%B0%AF%E0%B0%82>,
        <http://lexvo.org/id/term/teo/Jamhuri%20ya%20Cheki>,
        <http://lexvo.org/id/term/tha/%E0%B8%AA%E0%B8%B2%E0%B8%98%E0%B8%B2%E0%B8%A3%E0%B8%93%E0%B8%A3%E0%B8%B1%E0%B8%90%E0%B9%80%E0%B8%8A%E0%B9%87%E0%B8%81>,
        <http://lexvo.org/id/term/tig/%E1%89%BC%E1%8A%AD%20%E1%88%AA%E1%8D%91%E1%89%A5%E1%88%8A%E1%8A%AD>,
        <http://lexvo.org/id/term/tir/%E1%89%BC%E1%8A%AD%20%E1%88%AA%E1%8D%91%E1%89%A5%E1%88%8A%E1%8A%AD>,
        <http://lexvo.org/id/term/ton/Lipapilika%20Seki>,
        <http://lexvo.org/id/term/tur/%C3%87ek%20Cumhuriyeti>,
        <http://lexvo.org/id/term/twq/Cek%20labo>,
        <http://lexvo.org/id/term/tzm/Tagduda%20n%20%C4%8Cik>,
        <http://lexvo.org/id/term/ukr/%D0%A7%D0%B5%D1%81%D1%8C%D0%BA%D0%B0%20%D1%80%D0%B5%D1%81%D0%BF%D1%83%D0%B1%D0%BB%D1%96%D0%BA%D0%B0>,
        <http://lexvo.org/id/term/urd/%DA%86%DB%8C%DA%A9%20%D8%AC%D9%85%DB%81%D9%88%D8%B1%DB%8C%DB%81>,
        <http://lexvo.org/id/term/vai-Latn/Ch%C9%9Bki%20Boloe>,
        <http://lexvo.org/id/term/vai/%EA%97%BF%EA%95%83%20%EA%95%B8%EA%96%83%EA%94%80>,
        <http://lexvo.org/id/term/vie/C%E1%BB%99ng%20h%C3%B2a%20S%C3%A9c>,
        <http://lexvo.org/id/term/vun/Jamhuri%20ya%20Cheki>,
        <http://lexvo.org/id/term/wae/T%C5%A1e%C4%8Die>,
        <http://lexvo.org/id/term/wal/%E1%89%BC%E1%8A%AD%20%E1%88%AA%E1%8D%91%E1%89%A5%E1%88%8A%E1%8A%AD>,
        <http://lexvo.org/id/term/xog/Lipabulika%20ya%20Ceeka>,
        <http://lexvo.org/id/term/yav/kit%C9%94%C5%8B%20k%C3%AD%20c%C9%9B%CC%81k>,
        <http://lexvo.org/id/term/yor/Or%C3%ADl%E1%BA%B9%CC%81%C3%A8de%20%E1%B9%A3%E1%BA%B9%CC%81%E1%BA%B9%CC%81k%C3%AC>,
        <http://lexvo.org/id/term/zsm/Republik%20Czech>,
        <http://lexvo.org/id/term/zul/i-Czech%20Republic> ;
    owl:sameAs <http://psi.oasis-open.org/iso/3166/#203>,
        <http://sws.geonames.org/3077311/> .

<http://lexvo.org/id/iso3166/DD> a lvont:GeographicRegion ;
    rdfs:label "ISO 3166-1:DD"@en ;
    lvont:label <http://lexvo.org/id/term/eng/ISO%203166-1%3ADD> .

<http://lexvo.org/id/iso3166/DJ> a lvont:GeographicRegion ;
    rdfs:label "Yabuuti"@aa,
        "Djiboeti"@af,
        "Dzìbuwtì"@agq,
        "Gyibuti"@ak,
        "ጂቡቲ"@am,
        "جيبوتي"@ar,
        "Jibuti"@asa,
        "Xibuti"@ast,
        "Ciboti"@az,
        "Jìbutì"@bas,
        "Джыбуці"@be,
        "Hujibuti"@bez,
        "Джибути"@bg,
        "Jibuti"@bm,
        "জিবুতি"@bn,
        "ཛི་བུ་ཏི།"@bo,
        "Djibouti"@br,
        "द्जिबूती"@brx,
        "Džibuti"@bs,
        "Џибути"@bs-Cyrl,
        "Djibouti"@ca,
        "Gyibuti"@cgg,
        "ᏥᏊᏗ"@chr,
        "吉布提"@cmn,
        "吉布地"@cmn-Hant,
        "Džibutsko"@cs,
        "Djibouti"@cy,
        "Djibouti"@da,
        "Jibuti"@dav,
        "Djibouti"@de,
        "Dschibuti"@de,
        "Jibuuti"@dje,
        "Jibuti"@dyo,
        "ཇི་བྷུ་ཊི"@dz,
        "Jibuti"@ebu,
        "Dzibuti nutome"@ee,
        "Τζιμπουτί"@el,
        "Djibouti"@en,
        "ISO 3166-1:DJ"@en,
        "𐐖𐐲𐐺𐐭𐐼𐐨"@en-Dsrt,
        "Ĝibutio"@eo,
        "Yibuti"@es,
        "Djibouti"@et,
        "Djibuti"@eu,
        "Dzibutí"@ewo,
        "جیبوتی"@fa,
        "Jibutii"@ff,
        "Djibouti"@fi,
        "Djibouti"@fil,
        "Djibouti"@fo,
        "Djibouti"@fr,
        "Gibuti"@fur,
        "Djibouti"@ga,
        "Diobùtaidh"@gd,
        "Xibuti"@gl,
        "Tschibuuti"@gsw,
        "જીબૌટી"@gu,
        "Jibuti"@guz,
        "Jibuti"@ha,
        "ג׳יבוטי"@he,
        "जिबूती"@hi,
        "Džibuti"@hr,
        "Dzsibuti"@hu,
        "Ջիբուտի"@hy,
        "Jibuti"@id,
        "Djíbútí"@is,
        "Gibuti"@it,
        "ジブチ"@ja,
        "Njimbúti"@jgo,
        "Jibuti"@jmc,
        "ჯიბუტი"@ka,
        "Ǧibuti"@kab,
        "Jibuti"@kam,
        "Dyibuti"@kde,
        "Djibuti"@kea,
        "Jibuuti"@khq,
        "Jibuti"@ki,
        "Djibouti"@kl,
        "Emetab Djibouti"@kln,
        "ហ្ស៉ីបូទី"@km,
        "ಜಿಬೋಟಿ"@kn,
        "지부티"@ko,
        "جِبوٗتی"@ks,
        "Jibuti"@ksb,
        "dyibutí"@ksf,
        "Dschibutti"@ksh,
        "Jibúuti"@lag,
        "Jjibuti"@lg,
        "Dzibuti"@ln,
        "ຈິ"@lo,
        "Džibutis"@lt,
        "Djibuti"@lu,
        "Djibouti"@luo,
        "Jibuti"@luy,
        "Džibutija"@lv,
        "Jibuti"@mas,
        "Jibuti"@mer,
        "Djibouti"@mfe,
        "Djiboti"@mg,
        "Ujibuti"@mgh,
        "Џибути"@mk,
        "ജിബൂട്ടി"@ml,
        "जिबौटी"@mr,
        "Ġibuti"@mt,
        "Djibouti"@mua,
        "Djibouti"@naq,
        "Djibouti"@nb,
        "Djibouti"@nd,
        "डिजिबुटी"@ne,
        "Djibouti"@nl,
        "Jibúti"@nmg,
        "Djibouti"@nn,
        "Gyibuti"@nyn,
        "ଡିବୌଟି"@or,
        "Dżibuti"@pl,
        "Djibuti"@pt,
        "Jibuti"@pt,
        "Dschibuti"@rm,
        "Jibuti"@rn,
        "Djibouti"@ro,
        "Jibuti"@rof,
        "Джибути"@ru,
        "Jibuti"@rwk,
        "Jibuti"@saq,
        "Jibuti"@sbp,
        "Djibouti"@se,
        "Djibuti"@seh,
        "Jibuuti"@ses,
        "Dibutùii"@sg,
        "ⴷⵊⵉⴱⵓⵜⵉ"@shi,
        "djibuti"@shi-Latn,
        "ජිබෝල්ටි"@si,
        "Džibutsko"@sk,
        "Džibuti"@sl,
        "Djibouti"@sn,
        "Jabuuti"@so,
        "Xhibuti"@sq,
        "Џибути"@sr,
        "Džibuti"@sr-Latn,
        "Yabuuti"@ssy,
        "Djibouti"@sv,
        "Jibuti"@swc,
        "Jibuti"@swh,
        "ஜிபௌட்டி"@ta,
        "జిబౌటి"@te,
        "Jibuti"@teo,
        "จิบูตี"@th,
        "ጂቡቲ"@ti,
        "Siputi"@to,
        "Cibuti"@tr,
        "Jibuuti"@twq,
        "Ǧibuti"@tzm,
        "Джібуті"@uk,
        "جبوتی"@ur,
        "ꕀꖜꔳ"@vai,
        "Jibhuti"@vai-Latn,
        "Djibouti"@vi,
        "Jibuti"@vun,
        "Dšibuti"@wae,
        "Jjibuti"@xog,
        "síputí"@yav,
        "Orílẹ́ède Díbọ́ótì"@yo,
        "Jibouti"@zsm,
        "i-Djibouti"@zu ;
    lvont:label <http://lexvo.org/id/term/aar/Yabuuti>,
        <http://lexvo.org/id/term/afr/Djiboeti>,
        <http://lexvo.org/id/term/agq/Dz%C3%ACbuwt%C3%AC>,
        <http://lexvo.org/id/term/aka/Gyibuti>,
        <http://lexvo.org/id/term/amh/%E1%8C%82%E1%89%A1%E1%89%B2>,
        <http://lexvo.org/id/term/ara/%D8%AC%D9%8A%D8%A8%D9%88%D8%AA%D9%8A>,
        <http://lexvo.org/id/term/asa/Jibuti>,
        <http://lexvo.org/id/term/ast/Xibuti>,
        <http://lexvo.org/id/term/aze/Ciboti>,
        <http://lexvo.org/id/term/bam/Jibuti>,
        <http://lexvo.org/id/term/bas/J%C3%ACbut%C3%AC>,
        <http://lexvo.org/id/term/bel/%D0%94%D0%B6%D1%8B%D0%B1%D1%83%D1%86%D1%96>,
        <http://lexvo.org/id/term/ben/%E0%A6%9C%E0%A6%BF%E0%A6%AC%E0%A7%81%E0%A6%A4%E0%A6%BF>,
        <http://lexvo.org/id/term/bez/Hujibuti>,
        <http://lexvo.org/id/term/bod/%E0%BD%9B%E0%BD%B2%E0%BC%8B%E0%BD%96%E0%BD%B4%E0%BC%8B%E0%BD%8F%E0%BD%B2%E0%BC%8D>,
        <http://lexvo.org/id/term/bos-Cyrl/%D0%8F%D0%B8%D0%B1%D1%83%D1%82%D0%B8>,
        <http://lexvo.org/id/term/bos/D%C5%BEibuti>,
        <http://lexvo.org/id/term/bre/Djibouti>,
        <http://lexvo.org/id/term/brx/%E0%A4%A6%E0%A5%8D%E0%A4%9C%E0%A4%BF%E0%A4%AC%E0%A5%82%E0%A4%A4%E0%A5%80>,
        <http://lexvo.org/id/term/bul/%D0%94%D0%B6%D0%B8%D0%B1%D1%83%D1%82%D0%B8>,
        <http://lexvo.org/id/term/cat/Djibouti>,
        <http://lexvo.org/id/term/ces/D%C5%BEibutsko>,
        <http://lexvo.org/id/term/cgg/Gyibuti>,
        <http://lexvo.org/id/term/chr/%E1%8F%A5%E1%8F%8A%E1%8F%97>,
        <http://lexvo.org/id/term/cmn-Hant/%E5%90%89%E5%B8%83%E5%9C%B0>,
        <http://lexvo.org/id/term/cmn/%E5%90%89%E5%B8%83%E6%8F%90>,
        <http://lexvo.org/id/term/cym/Djibouti>,
        <http://lexvo.org/id/term/dan/Djibouti>,
        <http://lexvo.org/id/term/dav/Jibuti>,
        <http://lexvo.org/id/term/deu/Djibouti>,
        <http://lexvo.org/id/term/deu/Dschibuti>,
        <http://lexvo.org/id/term/dje/Jibuuti>,
        <http://lexvo.org/id/term/dyo/Jibuti>,
        <http://lexvo.org/id/term/dzo/%E0%BD%87%E0%BD%B2%E0%BC%8B%E0%BD%96%E0%BE%B7%E0%BD%B4%E0%BC%8B%E0%BD%8A%E0%BD%B2>,
        <http://lexvo.org/id/term/ebu/Jibuti>,
        <http://lexvo.org/id/term/ell/%CE%A4%CE%B6%CE%B9%CE%BC%CF%80%CE%BF%CF%85%CF%84%CE%AF>,
        <http://lexvo.org/id/term/eng-Dsrt/%F0%90%90%96%F0%90%90%B2%F0%90%90%BA%F0%90%90%AD%F0%90%90%BC%F0%90%90%A8>,
        <http://lexvo.org/id/term/eng/Djibouti>,
        <http://lexvo.org/id/term/eng/ISO%203166-1%3ADJ>,
        <http://lexvo.org/id/term/epo/%C4%9Cibutio>,
        <http://lexvo.org/id/term/est/Djibouti>,
        <http://lexvo.org/id/term/eus/Djibuti>,
        <http://lexvo.org/id/term/ewe/Dzibuti%20nutome>,
        <http://lexvo.org/id/term/ewo/Dzibut%C3%AD>,
        <http://lexvo.org/id/term/fao/Djibouti>,
        <http://lexvo.org/id/term/fas/%D8%AC%DB%8C%D8%A8%D9%88%D8%AA%DB%8C>,
        <http://lexvo.org/id/term/fil/Djibouti>,
        <http://lexvo.org/id/term/fin/Djibouti>,
        <http://lexvo.org/id/term/fra/Djibouti>,
        <http://lexvo.org/id/term/ful/Jibutii>,
        <http://lexvo.org/id/term/fur/Gibuti>,
        <http://lexvo.org/id/term/gla/Diob%C3%B9taidh>,
        <http://lexvo.org/id/term/gle/Djibouti>,
        <http://lexvo.org/id/term/glg/Xibuti>,
        <http://lexvo.org/id/term/gsw/Tschibuuti>,
        <http://lexvo.org/id/term/guj/%E0%AA%9C%E0%AB%80%E0%AA%AC%E0%AB%8C%E0%AA%9F%E0%AB%80>,
        <http://lexvo.org/id/term/guz/Jibuti>,
        <http://lexvo.org/id/term/hau/Jibuti>,
        <http://lexvo.org/id/term/heb/%D7%92%D7%B3%D7%99%D7%91%D7%95%D7%98%D7%99>,
        <http://lexvo.org/id/term/hin/%E0%A4%9C%E0%A4%BF%E0%A4%AC%E0%A5%82%E0%A4%A4%E0%A5%80>,
        <http://lexvo.org/id/term/hrv/D%C5%BEibuti>,
        <http://lexvo.org/id/term/hun/Dzsibuti>,
        <http://lexvo.org/id/term/hye/%D5%8B%D5%AB%D5%A2%D5%B8%D6%82%D5%BF%D5%AB>,
        <http://lexvo.org/id/term/ind/Jibuti>,
        <http://lexvo.org/id/term/isl/Dj%C3%ADb%C3%BAt%C3%AD>,
        <http://lexvo.org/id/term/ita/Gibuti>,
        <http://lexvo.org/id/term/jgo/Njimb%C3%BAti>,
        <http://lexvo.org/id/term/jmc/Jibuti>,
        <http://lexvo.org/id/term/jpn/%E3%82%B8%E3%83%96%E3%83%81>,
        <http://lexvo.org/id/term/kab/%C7%A6ibuti>,
        <http://lexvo.org/id/term/kal/Djibouti>,
        <http://lexvo.org/id/term/kam/Jibuti>,
        <http://lexvo.org/id/term/kan/%E0%B2%9C%E0%B2%BF%E0%B2%AC%E0%B3%8B%E0%B2%9F%E0%B2%BF>,
        <http://lexvo.org/id/term/kas/%D8%AC%D9%90%D8%A8%D9%88%D9%97%D8%AA%DB%8C>,
        <http://lexvo.org/id/term/kat/%E1%83%AF%E1%83%98%E1%83%91%E1%83%A3%E1%83%A2%E1%83%98>,
        <http://lexvo.org/id/term/kde/Dyibuti>,
        <http://lexvo.org/id/term/kea/Djibuti>,
        <http://lexvo.org/id/term/khm/%E1%9E%A0%E1%9F%92%E1%9E%9F%E1%9F%89%E1%9E%B8%E1%9E%94%E1%9E%BC%E1%9E%91%E1%9E%B8>,
        <http://lexvo.org/id/term/khq/Jibuuti>,
        <http://lexvo.org/id/term/kik/Jibuti>,
        <http://lexvo.org/id/term/kln/Emetab%20Djibouti>,
        <http://lexvo.org/id/term/kor/%EC%A7%80%EB%B6%80%ED%8B%B0>,
        <http://lexvo.org/id/term/ksb/Jibuti>,
        <http://lexvo.org/id/term/ksf/dyibut%C3%AD>,
        <http://lexvo.org/id/term/ksh/Dschibutti>,
        <http://lexvo.org/id/term/lag/Jib%C3%BAuti>,
        <http://lexvo.org/id/term/lao/%E0%BA%88%E0%BA%B4>,
        <http://lexvo.org/id/term/lav/D%C5%BEibutija>,
        <http://lexvo.org/id/term/lin/Dzibuti>,
        <http://lexvo.org/id/term/lit/D%C5%BEibutis>,
        <http://lexvo.org/id/term/lub/Djibuti>,
        <http://lexvo.org/id/term/lug/Jjibuti>,
        <http://lexvo.org/id/term/luo/Djibouti>,
        <http://lexvo.org/id/term/luy/Jibuti>,
        <http://lexvo.org/id/term/mal/%E0%B4%9C%E0%B4%BF%E0%B4%AC%E0%B5%82%E0%B4%9F%E0%B5%8D%E0%B4%9F%E0%B4%BF>,
        <http://lexvo.org/id/term/mar/%E0%A4%9C%E0%A4%BF%E0%A4%AC%E0%A5%8C%E0%A4%9F%E0%A5%80>,
        <http://lexvo.org/id/term/mas/Jibuti>,
        <http://lexvo.org/id/term/mer/Jibuti>,
        <http://lexvo.org/id/term/mfe/Djibouti>,
        <http://lexvo.org/id/term/mgh/Ujibuti>,
        <http://lexvo.org/id/term/mkd/%D0%8F%D0%B8%D0%B1%D1%83%D1%82%D0%B8>,
        <http://lexvo.org/id/term/mlg/Djiboti>,
        <http://lexvo.org/id/term/mlt/%C4%A0ibuti>,
        <http://lexvo.org/id/term/mua/Djibouti>,
        <http://lexvo.org/id/term/naq/Djibouti>,
        <http://lexvo.org/id/term/nde/Djibouti>,
        <http://lexvo.org/id/term/nep/%E0%A4%A1%E0%A4%BF%E0%A4%9C%E0%A4%BF%E0%A4%AC%E0%A5%81%E0%A4%9F%E0%A5%80>,
        <http://lexvo.org/id/term/nld/Djibouti>,
        <http://lexvo.org/id/term/nmg/Jib%C3%BAti>,
        <http://lexvo.org/id/term/nno/Djibouti>,
        <http://lexvo.org/id/term/nob/Djibouti>,
        <http://lexvo.org/id/term/nyn/Gyibuti>,
        <http://lexvo.org/id/term/ori/%E0%AC%A1%E0%AC%BF%E0%AC%AC%E0%AD%8C%E0%AC%9F%E0%AC%BF>,
        <http://lexvo.org/id/term/pol/D%C5%BCibuti>,
        <http://lexvo.org/id/term/por/Djibuti>,
        <http://lexvo.org/id/term/por/Jibuti>,
        <http://lexvo.org/id/term/rof/Jibuti>,
        <http://lexvo.org/id/term/roh/Dschibuti>,
        <http://lexvo.org/id/term/ron/Djibouti>,
        <http://lexvo.org/id/term/run/Jibuti>,
        <http://lexvo.org/id/term/rus/%D0%94%D0%B6%D0%B8%D0%B1%D1%83%D1%82%D0%B8>,
        <http://lexvo.org/id/term/rwk/Jibuti>,
        <http://lexvo.org/id/term/sag/Dibut%C3%B9ii>,
        <http://lexvo.org/id/term/saq/Jibuti>,
        <http://lexvo.org/id/term/sbp/Jibuti>,
        <http://lexvo.org/id/term/seh/Djibuti>,
        <http://lexvo.org/id/term/ses/Jibuuti>,
        <http://lexvo.org/id/term/shi-Latn/djibuti>,
        <http://lexvo.org/id/term/shi/%E2%B4%B7%E2%B5%8A%E2%B5%89%E2%B4%B1%E2%B5%93%E2%B5%9C%E2%B5%89>,
        <http://lexvo.org/id/term/sin/%E0%B6%A2%E0%B7%92%E0%B6%B6%E0%B7%9D%E0%B6%BD%E0%B7%8A%E0%B6%A7%E0%B7%92>,
        <http://lexvo.org/id/term/slk/D%C5%BEibutsko>,
        <http://lexvo.org/id/term/slv/D%C5%BEibuti>,
        <http://lexvo.org/id/term/sme/Djibouti>,
        <http://lexvo.org/id/term/sna/Djibouti>,
        <http://lexvo.org/id/term/som/Jabuuti>,
        <http://lexvo.org/id/term/spa/Yibuti>,
        <http://lexvo.org/id/term/sqi/Xhibuti>,
        <http://lexvo.org/id/term/srp-Latn/D%C5%BEibuti>,
        <http://lexvo.org/id/term/srp/%D0%8F%D0%B8%D0%B1%D1%83%D1%82%D0%B8>,
        <http://lexvo.org/id/term/ssy/Yabuuti>,
        <http://lexvo.org/id/term/swc/Jibuti>,
        <http://lexvo.org/id/term/swe/Djibouti>,
        <http://lexvo.org/id/term/swh/Jibuti>,
        <http://lexvo.org/id/term/tam/%E0%AE%9C%E0%AE%BF%E0%AE%AA%E0%AF%8C%E0%AE%9F%E0%AF%8D%E0%AE%9F%E0%AE%BF>,
        <http://lexvo.org/id/term/tel/%E0%B0%9C%E0%B0%BF%E0%B0%AC%E0%B1%8C%E0%B0%9F%E0%B0%BF>,
        <http://lexvo.org/id/term/teo/Jibuti>,
        <http://lexvo.org/id/term/tha/%E0%B8%88%E0%B8%B4%E0%B8%9A%E0%B8%B9%E0%B8%95%E0%B8%B5>,
        <http://lexvo.org/id/term/tir/%E1%8C%82%E1%89%A1%E1%89%B2>,
        <http://lexvo.org/id/term/ton/Siputi>,
        <http://lexvo.org/id/term/tur/Cibuti>,
        <http://lexvo.org/id/term/twq/Jibuuti>,
        <http://lexvo.org/id/term/tzm/%C7%A6ibuti>,
        <http://lexvo.org/id/term/ukr/%D0%94%D0%B6%D1%96%D0%B1%D1%83%D1%82%D1%96>,
        <http://lexvo.org/id/term/urd/%D8%AC%D8%A8%D9%88%D8%AA%DB%8C>,
        <http://lexvo.org/id/term/vai-Latn/Jibhuti>,
        <http://lexvo.org/id/term/vai/%EA%95%80%EA%96%9C%EA%94%B3>,
        <http://lexvo.org/id/term/vie/Djibouti>,
        <http://lexvo.org/id/term/vun/Jibuti>,
        <http://lexvo.org/id/term/wae/D%C5%A1ibuti>,
        <http://lexvo.org/id/term/xog/Jjibuti>,
        <http://lexvo.org/id/term/yav/s%C3%ADput%C3%AD>,
        <http://lexvo.org/id/term/yor/Or%C3%ADl%E1%BA%B9%CC%81%C3%A8de%20D%C3%ADb%E1%BB%8D%CC%81%C3%B3t%C3%AC>,
        <http://lexvo.org/id/term/zsm/Jibouti>,
        <http://lexvo.org/id/term/zul/i-Djibouti> ;
    owl:sameAs <http://psi.oasis-open.org/iso/3166/#262>,
        <http://sws.geonames.org/223816/> .

<http://lexvo.org/id/iso3166/DK> a lvont:GeographicRegion ;
    rdfs:label "Denemarke"@af,
        "Dɛnɨmà"@agq,
        "Dɛnmak"@ak,
        "ዴንማርክ"@am,
        "الدانمرك"@ar,
        "Denmaki"@asa,
        "Dinamarca"@ast,
        "Danemarka"@az,
        "Dànmârk"@bas,
        "Данія"@be,
        "Hudenmaki"@bez,
        "Дания"@bg,
        "Danemarki"@bm,
        "ডেনমার্ক"@bn,
        "ཌེན་མཱརྐ།"@bo,
        "Danmark"@br,
        "डेनमार्क"@brx,
        "Danska"@bs,
        "Данска"@bs-Cyrl,
        "ዴንማርክ"@byn,
        "Dinamarca"@ca,
        "Deenimaaka"@cgg,
        "ᏗᏂᎹᎦ"@chr,
        "丹麦"@cmn,
        "丹麥"@cmn-Hant,
        "Dánsko"@cs,
        "Denmarc"@cy,
        "Danmark"@da,
        "Denmaki"@dav,
        "Dänemark"@de,
        "Danemark"@dje,
        "Danmark"@dyo,
        "ཌེན་མཱཀ"@dz,
        "Denmaki"@ebu,
        "Denmark nutome"@ee,
        "Δανία"@el,
        "Denmark"@en,
        "ISO 3166-1:DK"@en,
        "𐐔𐐯𐑌𐑋𐐪𐑉𐐿"@en-Dsrt,
        "Danujo"@eo,
        "Dinamarca"@es,
        "Taani"@et,
        "Danimarka"@eu,
        "Danəmárəg"@ewo,
        "دانمارک"@fa,
        "دنمارک"@fa,
        "Danmark"@ff,
        "Tanska"@fi,
        "Denmark"@fil,
        "Danmørk"@fo,
        "Danemark"@fr,
        "Danimarcje"@fur,
        "An Danmhairg"@ga,
        "An Danmhairg"@gd,
        "Dinamarca"@gl,
        "Tänemark"@gsw,
        "ડેનમાર્ક"@gu,
        "Denmaki"@guz,
        "Danmark"@ha,
        "Kenemaka"@haw,
        "דנמרק"@he,
        "डेनमार्क"@hi,
        "Danska"@hr,
        "Dánia"@hu,
        "Դանիա"@hy,
        "Danmark"@ia,
        "Denmark"@id,
        "Danmörk"@is,
        "Danimarca"@it,
        "デンマーク"@ja,
        "Denmaki"@jmc,
        "დანია"@ka,
        "Denmark"@kab,
        "Denmaki"@kam,
        "Denmaki"@kde,
        "Dinamarka"@kea,
        "Danemark"@khq,
        "Denmaki"@ki,
        "Дания"@kk,
        "Danmarki"@kl,
        "Emetab Denmark"@kln,
        "ដាណឺម៉ាក"@km,
        "ಡೆನ್ಮಾರ್ಕ್"@kn,
        "덴마크"@ko,
        "ڈینٛمارٕک"@ks,
        "Denmaki"@ksb,
        "danmak"@ksf,
        "Dänemark"@ksh,
        "Denimaki"@lag,
        "Denimaaka"@lg,
        "Danɛmarike"@ln,
        "ເດນມາກ"@lo,
        "Danija"@lt,
        "Danemalaku"@lu,
        "Denmark"@luo,
        "Denmaki"@luy,
        "Dānija"@lv,
        "Denmaki"@mas,
        "Denimaki"@mer,
        "Dannmark"@mfe,
        "Danmarka"@mg,
        "Udenimaka"@mgh,
        "Данска"@mk,
        "ഡെൻമാർക്ക്"@ml,
        "डेन्मार्क"@mr,
        "Danimarka"@mt,
        "Daŋmark"@mua,
        "ဒိန်းမတ်"@my,
        "Denmarki"@naq,
        "Danmark"@nb,
        "Denmakhi"@nd,
        "डेन्मार्क"@ne,
        "Denemarken"@nl,
        "Danemark"@nmg,
        "Danmark"@nn,
        "Deenimaaka"@nyn,
        "ଡେନମାର୍କ"@or,
        "Dania"@pl,
        "ډنمارک"@ps,
        "Dinamarca"@pt,
        "Danemarc"@rm,
        "Danimariki"@rn,
        "Danemarca"@ro,
        "Denmaki"@rof,
        "Дания"@ru,
        "Denmaki"@rwk,
        "Denmaki"@saq,
        "Denimaki"@sbp,
        "Dánmárku"@se,
        "Dinamarca"@seh,
        "Danemark"@ses,
        "Danemêrke"@sg,
        "ⴷⴰⵏⵎⴰⵔⴽ"@shi,
        "danmark"@shi-Latn,
        "ඩෙන්මාර්කය"@si,
        "Dánsko"@sk,
        "Danska"@sl,
        "Denmark"@sn,
        "Denmark"@so,
        "Danimarkë"@sq,
        "Данска"@sr,
        "Danska"@sr-Latn,
        "Danmark"@sv,
        "Denmaki"@swc,
        "Denmaki"@swh,
        "டென்மார்க்"@ta,
        "డెన్మార్క్"@te,
        "Denmaki"@teo,
        "เดนมาร์ก"@th,
        "ዴንማርክ"@ti,
        "ዴንማርክ"@tig,
        "Tenimaʻake"@to,
        "Danimarka"@tr,
        "Danemark"@twq,
        "Danmark"@tzm,
        "Данія"@uk,
        "ڈنمارک"@ur,
        "ꕜꕇꕮꕃ"@vai,
        "Danimaha"@vai-Latn,
        "Đan Mạch"@vi,
        "Denmaki"@vun,
        "Dänemark"@wae,
        "ዴንማርክ"@wal,
        "Denimaaka"@xog,
        "tanemálk"@yav,
        "Orílẹ́ède Dẹ́mákì"@yo,
        "Denmark"@zsm,
        "i-Denmark"@zu ;
    lvont:label <http://lexvo.org/id/term/afr/Denemarke>,
        <http://lexvo.org/id/term/agq/D%C9%9Bn%C9%A8m%C3%A0>,
        <http://lexvo.org/id/term/aka/D%C9%9Bnmak>,
        <http://lexvo.org/id/term/amh/%E1%8B%B4%E1%8A%95%E1%88%9B%E1%88%AD%E1%8A%AD>,
        <http://lexvo.org/id/term/ara/%D8%A7%D9%84%D8%AF%D8%A7%D9%86%D9%85%D8%B1%D9%83>,
        <http://lexvo.org/id/term/asa/Denmaki>,
        <http://lexvo.org/id/term/ast/Dinamarca>,
        <http://lexvo.org/id/term/aze/Danemarka>,
        <http://lexvo.org/id/term/bam/Danemarki>,
        <http://lexvo.org/id/term/bas/D%C3%A0nm%C3%A2rk>,
        <http://lexvo.org/id/term/bel/%D0%94%D0%B0%D0%BD%D1%96%D1%8F>,
        <http://lexvo.org/id/term/ben/%E0%A6%A1%E0%A7%87%E0%A6%A8%E0%A6%AE%E0%A6%BE%E0%A6%B0%E0%A7%8D%E0%A6%95>,
        <http://lexvo.org/id/term/bez/Hudenmaki>,
        <http://lexvo.org/id/term/bod/%E0%BD%8C%E0%BD%BA%E0%BD%93%E0%BC%8B%E0%BD%98%E0%BD%B1%E0%BD%A2%E0%BE%90%E0%BC%8D>,
        <http://lexvo.org/id/term/bos-Cyrl/%D0%94%D0%B0%D0%BD%D1%81%D0%BA%D0%B0>,
        <http://lexvo.org/id/term/bos/Danska>,
        <http://lexvo.org/id/term/bre/Danmark>,
        <http://lexvo.org/id/term/brx/%E0%A4%A1%E0%A5%87%E0%A4%A8%E0%A4%AE%E0%A4%BE%E0%A4%B0%E0%A5%8D%E0%A4%95>,
        <http://lexvo.org/id/term/bul/%D0%94%D0%B0%D0%BD%D0%B8%D1%8F>,
        <http://lexvo.org/id/term/byn/%E1%8B%B4%E1%8A%95%E1%88%9B%E1%88%AD%E1%8A%AD>,
        <http://lexvo.org/id/term/cat/Dinamarca>,
        <http://lexvo.org/id/term/ces/D%C3%A1nsko>,
        <http://lexvo.org/id/term/cgg/Deenimaaka>,
        <http://lexvo.org/id/term/chr/%E1%8F%97%E1%8F%82%E1%8E%B9%E1%8E%A6>,
        <http://lexvo.org/id/term/cmn-Hant/%E4%B8%B9%E9%BA%A5>,
        <http://lexvo.org/id/term/cmn/%E4%B8%B9%E9%BA%A6>,
        <http://lexvo.org/id/term/cym/Denmarc>,
        <http://lexvo.org/id/term/dan/Danmark>,
        <http://lexvo.org/id/term/dav/Denmaki>,
        <http://lexvo.org/id/term/deu/D%C3%A4nemark>,
        <http://lexvo.org/id/term/dje/Danemark>,
        <http://lexvo.org/id/term/dyo/Danmark>,
        <http://lexvo.org/id/term/dzo/%E0%BD%8C%E0%BD%BA%E0%BD%93%E0%BC%8B%E0%BD%98%E0%BD%B1%E0%BD%80>,
        <http://lexvo.org/id/term/ebu/Denmaki>,
        <http://lexvo.org/id/term/ell/%CE%94%CE%B1%CE%BD%CE%AF%CE%B1>,
        <http://lexvo.org/id/term/eng-Dsrt/%F0%90%90%94%F0%90%90%AF%F0%90%91%8C%F0%90%91%8B%F0%90%90%AA%F0%90%91%89%F0%90%90%BF>,
        <http://lexvo.org/id/term/eng/Denmark>,
        <http://lexvo.org/id/term/eng/ISO%203166-1%3ADK>,
        <http://lexvo.org/id/term/epo/Danujo>,
        <http://lexvo.org/id/term/est/Taani>,
        <http://lexvo.org/id/term/eus/Danimarka>,
        <http://lexvo.org/id/term/ewe/Denmark%20nutome>,
        <http://lexvo.org/id/term/ewo/Dan%C9%99m%C3%A1r%C9%99g>,
        <http://lexvo.org/id/term/fao/Danm%C3%B8rk>,
        <http://lexvo.org/id/term/fas/%D8%AF%D8%A7%D9%86%D9%85%D8%A7%D8%B1%DA%A9>,
        <http://lexvo.org/id/term/fas/%D8%AF%D9%86%D9%85%D8%A7%D8%B1%DA%A9>,
        <http://lexvo.org/id/term/fil/Denmark>,
        <http://lexvo.org/id/term/fin/Tanska>,
        <http://lexvo.org/id/term/fra/Danemark>,
        <http://lexvo.org/id/term/ful/Danmark>,
        <http://lexvo.org/id/term/fur/Danimarcje>,
        <http://lexvo.org/id/term/gla/An%20Danmhairg>,
        <http://lexvo.org/id/term/gle/An%20Danmhairg>,
        <http://lexvo.org/id/term/glg/Dinamarca>,
        <http://lexvo.org/id/term/gsw/T%C3%A4nemark>,
        <http://lexvo.org/id/term/guj/%E0%AA%A1%E0%AB%87%E0%AA%A8%E0%AA%AE%E0%AA%BE%E0%AA%B0%E0%AB%8D%E0%AA%95>,
        <http://lexvo.org/id/term/guz/Denmaki>,
        <http://lexvo.org/id/term/hau/Danmark>,
        <http://lexvo.org/id/term/haw/Kenemaka>,
        <http://lexvo.org/id/term/heb/%D7%93%D7%A0%D7%9E%D7%A8%D7%A7>,
        <http://lexvo.org/id/term/hin/%E0%A4%A1%E0%A5%87%E0%A4%A8%E0%A4%AE%E0%A4%BE%E0%A4%B0%E0%A5%8D%E0%A4%95>,
        <http://lexvo.org/id/term/hrv/Danska>,
        <http://lexvo.org/id/term/hun/D%C3%A1nia>,
        <http://lexvo.org/id/term/hye/%D4%B4%D5%A1%D5%B6%D5%AB%D5%A1>,
        <http://lexvo.org/id/term/ina/Danmark>,
        <http://lexvo.org/id/term/ind/Denmark>,
        <http://lexvo.org/id/term/isl/Danm%C3%B6rk>,
        <http://lexvo.org/id/term/ita/Danimarca>,
        <http://lexvo.org/id/term/jmc/Denmaki>,
        <http://lexvo.org/id/term/jpn/%E3%83%87%E3%83%B3%E3%83%9E%E3%83%BC%E3%82%AF>,
        <http://lexvo.org/id/term/kab/Denmark>,
        <http://lexvo.org/id/term/kal/Danmarki>,
        <http://lexvo.org/id/term/kam/Denmaki>,
        <http://lexvo.org/id/term/kan/%E0%B2%A1%E0%B3%86%E0%B2%A8%E0%B3%8D%E0%B2%AE%E0%B2%BE%E0%B2%B0%E0%B3%8D%E0%B2%95%E0%B3%8D>,
        <http://lexvo.org/id/term/kas/%DA%88%DB%8C%D9%86%D9%9B%D9%85%D8%A7%D8%B1%D9%95%DA%A9>,
        <http://lexvo.org/id/term/kat/%E1%83%93%E1%83%90%E1%83%9C%E1%83%98%E1%83%90>,
        <http://lexvo.org/id/term/kaz/%D0%94%D0%B0%D0%BD%D0%B8%D1%8F>,
        <http://lexvo.org/id/term/kde/Denmaki>,
        <http://lexvo.org/id/term/kea/Dinamarka>,
        <http://lexvo.org/id/term/khm/%E1%9E%8A%E1%9E%B6%E1%9E%8E%E1%9E%BA%E1%9E%98%E1%9F%89%E1%9E%B6%E1%9E%80>,
        <http://lexvo.org/id/term/khq/Danemark>,
        <http://lexvo.org/id/term/kik/Denmaki>,
        <http://lexvo.org/id/term/kln/Emetab%20Denmark>,
        <http://lexvo.org/id/term/kor/%EB%8D%B4%EB%A7%88%ED%81%AC>,
        <http://lexvo.org/id/term/ksb/Denmaki>,
        <http://lexvo.org/id/term/ksf/danmak>,
        <http://lexvo.org/id/term/ksh/D%C3%A4nemark>,
        <http://lexvo.org/id/term/lag/Denimaki>,
        <http://lexvo.org/id/term/lao/%E0%BB%80%E0%BA%94%E0%BA%99%E0%BA%A1%E0%BA%B2%E0%BA%81>,
        <http://lexvo.org/id/term/lav/D%C4%81nija>,
        <http://lexvo.org/id/term/lin/Dan%C9%9Bmarike>,
        <http://lexvo.org/id/term/lit/Danija>,
        <http://lexvo.org/id/term/lub/Danemalaku>,
        <http://lexvo.org/id/term/lug/Denimaaka>,
        <http://lexvo.org/id/term/luo/Denmark>,
        <http://lexvo.org/id/term/luy/Denmaki>,
        <http://lexvo.org/id/term/mal/%E0%B4%A1%E0%B5%86%E0%B5%BB%E0%B4%AE%E0%B4%BE%E0%B5%BC%E0%B4%95%E0%B5%8D%E0%B4%95%E0%B5%8D>,
        <http://lexvo.org/id/term/mar/%E0%A4%A1%E0%A5%87%E0%A4%A8%E0%A5%8D%E0%A4%AE%E0%A4%BE%E0%A4%B0%E0%A5%8D%E0%A4%95>,
        <http://lexvo.org/id/term/mas/Denmaki>,
        <http://lexvo.org/id/term/mer/Denimaki>,
        <http://lexvo.org/id/term/mfe/Dannmark>,
        <http://lexvo.org/id/term/mgh/Udenimaka>,
        <http://lexvo.org/id/term/mkd/%D0%94%D0%B0%D0%BD%D1%81%D0%BA%D0%B0>,
        <http://lexvo.org/id/term/mlg/Danmarka>,
        <http://lexvo.org/id/term/mlt/Danimarka>,
        <http://lexvo.org/id/term/mua/Da%C5%8Bmark>,
        <http://lexvo.org/id/term/mya/%E1%80%92%E1%80%AD%E1%80%94%E1%80%BA%E1%80%B8%E1%80%99%E1%80%90%E1%80%BA>,
        <http://lexvo.org/id/term/naq/Denmarki>,
        <http://lexvo.org/id/term/nde/Denmakhi>,
        <http://lexvo.org/id/term/nep/%E0%A4%A1%E0%A5%87%E0%A4%A8%E0%A5%8D%E0%A4%AE%E0%A4%BE%E0%A4%B0%E0%A5%8D%E0%A4%95>,
        <http://lexvo.org/id/term/nld/Denemarken>,
        <http://lexvo.org/id/term/nmg/Danemark>,
        <http://lexvo.org/id/term/nno/Danmark>,
        <http://lexvo.org/id/term/nob/Danmark>,
        <http://lexvo.org/id/term/nyn/Deenimaaka>,
        <http://lexvo.org/id/term/ori/%E0%AC%A1%E0%AD%87%E0%AC%A8%E0%AC%AE%E0%AC%BE%E0%AC%B0%E0%AD%8D%E0%AC%95>,
        <http://lexvo.org/id/term/pol/Dania>,
        <http://lexvo.org/id/term/por/Dinamarca>,
        <http://lexvo.org/id/term/pus/%DA%89%D9%86%D9%85%D8%A7%D8%B1%DA%A9>,
        <http://lexvo.org/id/term/rof/Denmaki>,
        <http://lexvo.org/id/term/roh/Danemarc>,
        <http://lexvo.org/id/term/ron/Danemarca>,
        <http://lexvo.org/id/term/run/Danimariki>,
        <http://lexvo.org/id/term/rus/%D0%94%D0%B0%D0%BD%D0%B8%D1%8F>,
        <http://lexvo.org/id/term/rwk/Denmaki>,
        <http://lexvo.org/id/term/sag/Danem%C3%AArke>,
        <http://lexvo.org/id/term/saq/Denmaki>,
        <http://lexvo.org/id/term/sbp/Denimaki>,
        <http://lexvo.org/id/term/seh/Dinamarca>,
        <http://lexvo.org/id/term/ses/Danemark>,
        <http://lexvo.org/id/term/shi-Latn/danmark>,
        <http://lexvo.org/id/term/shi/%E2%B4%B7%E2%B4%B0%E2%B5%8F%E2%B5%8E%E2%B4%B0%E2%B5%94%E2%B4%BD>,
        <http://lexvo.org/id/term/sin/%E0%B6%A9%E0%B7%99%E0%B6%B1%E0%B7%8A%E0%B6%B8%E0%B7%8F%E0%B6%BB%E0%B7%8A%E0%B6%9A%E0%B6%BA>,
        <http://lexvo.org/id/term/slk/D%C3%A1nsko>,
        <http://lexvo.org/id/term/slv/Danska>,
        <http://lexvo.org/id/term/sme/D%C3%A1nm%C3%A1rku>,
        <http://lexvo.org/id/term/sna/Denmark>,
        <http://lexvo.org/id/term/som/Denmark>,
        <http://lexvo.org/id/term/spa/Dinamarca>,
        <http://lexvo.org/id/term/sqi/Danimark%C3%AB>,
        <http://lexvo.org/id/term/srp-Latn/Danska>,
        <http://lexvo.org/id/term/srp/%D0%94%D0%B0%D0%BD%D1%81%D0%BA%D0%B0>,
        <http://lexvo.org/id/term/swc/Denmaki>,
        <http://lexvo.org/id/term/swe/Danmark>,
        <http://lexvo.org/id/term/swh/Denmaki>,
        <http://lexvo.org/id/term/tam/%E0%AE%9F%E0%AF%86%E0%AE%A9%E0%AF%8D%E0%AE%AE%E0%AE%BE%E0%AE%B0%E0%AF%8D%E0%AE%95%E0%AF%8D>,
        <http://lexvo.org/id/term/tel/%E0%B0%A1%E0%B1%86%E0%B0%A8%E0%B1%8D%E0%B0%AE%E0%B0%BE%E0%B0%B0%E0%B1%8D%E0%B0%95%E0%B1%8D>,
        <http://lexvo.org/id/term/teo/Denmaki>,
        <http://lexvo.org/id/term/tha/%E0%B9%80%E0%B8%94%E0%B8%99%E0%B8%A1%E0%B8%B2%E0%B8%A3%E0%B9%8C%E0%B8%81>,
        <http://lexvo.org/id/term/tig/%E1%8B%B4%E1%8A%95%E1%88%9B%E1%88%AD%E1%8A%AD>,
        <http://lexvo.org/id/term/tir/%E1%8B%B4%E1%8A%95%E1%88%9B%E1%88%AD%E1%8A%AD>,
        <http://lexvo.org/id/term/ton/Tenima%CA%BBake>,
        <http://lexvo.org/id/term/tur/Danimarka>,
        <http://lexvo.org/id/term/twq/Danemark>,
        <http://lexvo.org/id/term/tzm/Danmark>,
        <http://lexvo.org/id/term/ukr/%D0%94%D0%B0%D0%BD%D1%96%D1%8F>,
        <http://lexvo.org/id/term/urd/%DA%88%D9%86%D9%85%D8%A7%D8%B1%DA%A9>,
        <http://lexvo.org/id/term/vai-Latn/Danimaha>,
        <http://lexvo.org/id/term/vai/%EA%95%9C%EA%95%87%EA%95%AE%EA%95%83>,
        <http://lexvo.org/id/term/vie/%C4%90an%20M%E1%BA%A1ch>,
        <http://lexvo.org/id/term/vun/Denmaki>,
        <http://lexvo.org/id/term/wae/D%C3%A4nemark>,
        <http://lexvo.org/id/term/wal/%E1%8B%B4%E1%8A%95%E1%88%9B%E1%88%AD%E1%8A%AD>,
        <http://lexvo.org/id/term/xog/Denimaaka>,
        <http://lexvo.org/id/term/yav/tanem%C3%A1lk>,
        <http://lexvo.org/id/term/yor/Or%C3%ADl%E1%BA%B9%CC%81%C3%A8de%20D%E1%BA%B9%CC%81m%C3%A1k%C3%AC>,
        <http://lexvo.org/id/term/zsm/Denmark>,
        <http://lexvo.org/id/term/zul/i-Denmark> ;
    owl:sameAs <http://psi.oasis-open.org/iso/3166/#208>,
        <http://sws.geonames.org/2623032/> .

<http://lexvo.org/id/iso3166/DO> a lvont:GeographicRegion ;
    rdfs:label "Dominikaanse Republiek"@af,
        "Dòmenekà Lèkpubèlè"@agq,
        "Dɔmeneka Kurokɛse"@ak,
        "ዶሚኒክ ሪፑብሊክ"@am,
        "جمهورية الدومينيك"@ar,
        "Jamhuri ya Dominika"@asa,
        "República Dominicana"@ast,
        "Dominik Respublikası"@az,
        "Dòmnikà"@bas,
        "Дамініканская Рэспубліка"@be,
        "Ijamhuri ya Hudominika"@bez,
        "Доминиканска република"@bg,
        "Dɔmimiki republiki"@bm,
        "ডোমেনিকান প্রজাতন্ত্র"@bn,
        "ཌོ་མིནནི་ཀན་སྤྱི་མཐུན་རྒྱལ་ཁབ།"@bo,
        "Republik Dominikan"@br,
        "डोमिनिकन गणराज्य"@brx,
        "Dominikanska Republika"@bs,
        "Доминиканска Република"@bs-Cyrl,
        "ዶሚኒክ ሪፑብሊክ"@byn,
        "República Dominicana"@ca,
        "Ripaaburika ya Dominica"@cgg,
        "ᏙᎻᏂᎧᏂ ᏍᎦᏚᎩ"@chr,
        "多米尼加共和国"@cmn,
        "多明尼加共和國"@cmn-Hant,
        "Dominikánská republika"@cs,
        "Gweriniaeth Dominica"@cy,
        "Den Dominikanske Republik"@da,
        "Jamhuri ya Dominika"@dav,
        "Dominikanische Republik"@de,
        "Doominiki laboo"@dje,
        "Mofam mati Dominik"@dyo,
        "ཌོ་མི་ནི་ཀཱན་ རི་པབ་ལིཀ"@dz,
        "Jamhuri ya Dominika"@ebu,
        "Dominika repɔblik nutome"@ee,
        "Δομινικανή Δημοκρατία"@el,
        "Dominican Republic"@en,
        "ISO 3166-1:DO"@en,
        "𐐔𐐲𐑋𐐮𐑌𐐲𐐿𐐲𐑌 𐐡𐐨𐐹𐐲𐐺𐑊𐐮𐐿"@en-Dsrt,
        "Domingo"@eo,
        "República Dominicana"@es,
        "Dominikaani Vabariik"@et,
        "Dominikar Errepublika"@eu,
        "République dominicaine"@ewo,
        "جمهوری دومینیکن"@fa,
        "Ndenndanndi Dominika"@ff,
        "Dominikaaninen tasavalta"@fi,
        "Dominican Republic"@fil,
        "Domingo lýðveldið"@fo,
        "République dominicaine"@fr,
        "Republiche dominicane"@fur,
        "An Phoblacht Dhoiminiceach"@ga,
        "A' Phoblachd Dhoiminiceach"@gd,
        "República Dominicana"@gl,
        "Tominikaanischi Republik"@gsw,
        "ડોમિનિકન રીપબ્લિક"@gu,
        "Jamhuri ya Dominika"@guz,
        "Jamhuriyar Dominika"@ha,
        "הרפובליקה הדומיניקנית"@he,
        "डोमिनिकन गणराज्य"@hi,
        "Dominikanska Republika"@hr,
        "Dominikai Köztársaság"@hu,
        "Դոմինիկյան Հանրապետություն"@hy,
        "Republica Dominican"@ia,
        "Republik Dominika"@id,
        "Dóminíska lýðveldið"@is,
        "Repubblica Dominicana"@it,
        "ドミニカ共和国"@ja,
        "Jamhuri ya Dominika"@jmc,
        "დომინიკანის რესპუბლიკა"@ka,
        "Tigduda Taduminikit"@kab,
        "Jamhuri ya Dominika"@kam,
        "Jamuhuli ya Dominika"@kde,
        "Repúblika Dominikana"@kea,
        "Doominiki laboo"@khq,
        "Jamhuri ya Dominika"@ki,
        "Emetab Dominican Republic"@kln,
        "សាធារណរដ្ឋដូមីនីកែន"@km,
        "ಡೊಮೆನಿಕ್ ರಿಪಬ್ಲಿಕ್"@kn,
        "도미니카 공화국"@ko,
        "ڈومِنِکَن جموٗرِیَت"@ks,
        "Jamhuli ya Dominika"@ksb,
        "dɔminik rɛpublík"@ksf,
        "de Dommenekaanesche Reppublik"@ksh,
        "Jamuhúuri ya Dominɨka"@lag,
        "Lipubulika ya Dominika"@lg,
        "Repibiki ya Domínikɛ"@ln,
        "ສາທາລະນະລັດ ໂດມິນິກັນ"@lo,
        "Dominikos Respublika"@lt,
        "Ditunga wa Duminiku"@lu,
        "Dominican Republic"@luo,
        "Jamhuri ya Dominika"@luy,
        "Dominikānas Republika"@lv,
        "Jamhuri ya Dominika"@mas,
        "Nthĩ ya Dominika"@mer,
        "Repiblik dominikin"@mfe,
        "Repoblika Dominikanina"@mg,
        "Доминиканска Република"@mk,
        "ഡൊമിനിക്കൻ റിപ്പബ്ലിക്"@ml,
        "डोमिनिकन प्रजासत्ताक"@mr,
        "Republikka Domenikana"@mt,
        "Sǝr Dominik ma lii"@mua,
        "ဒိုမီနီကန်"@my,
        "Dominican Republic"@naq,
        "Den dominikanske republikk"@nb,
        "Dominican Republic"@nd,
        "डोमिनिकन गणतन्त्र"@ne,
        "Dominicaanse Republiek"@nl,
        "Nlambɔ́ Dominíka"@nmg,
        "Den dominikanske republikken"@nn,
        "Ripaaburika ya Dominica"@nyn,
        "ଡୋମିନକାନ୍ ପ୍ରଜାତନ୍ତ୍ର"@or,
        "Republika Dominikańska"@pl,
        "República Dominicana"@pt,
        "Republica Dominicana"@rm,
        "Repubulika ya Dominika"@rn,
        "Republica Dominicană"@ro,
        "Jamhuri ya Dominika"@rof,
        "Доминиканская Республика"@ru,
        "Jamhuri ya Dominika"@rwk,
        "Jamhuri ya Dominika"@saq,
        "Jamuhuli ya Dominika"@sbp,
        "Dominikána dásseváldi"@se,
        "República Dominicana"@seh,
        "Doominiki laboo"@ses,
        "Ködörösêse tî Dominîka"@sg,
        "ⵜⴰⴳⴷⵓⴷⴰⵏⵜ ⵜⴰⴷⵓⵎⵉⵏⵉⴽⵜ"@shi,
        "tagdudant taduminikt"@shi-Latn,
        "ඩොමිනිකා ජනරජය"@si,
        "Dominikánska republika"@sk,
        "Dominikanska republika"@sl,
        "Dominican Republic"@sn,
        "Jamhuuriyadda Domeenika"@so,
        "Republika Dominikanë"@sq,
        "Доминиканска Република"@sr,
        "Dominikanska Republika"@sr-Latn,
        "Dominikanska republiken"@sv,
        "Jamhuri ya Dominika"@swc,
        "Jamhuri ya Dominika"@swh,
        "டொமினிகன் குடியரசு"@ta,
        "డొమినికన్ గణ రాజ్యం"@te,
        "Jamhuri ya Dominika"@teo,
        "สาธารณรัฐโดมินิกัน"@th,
        "ዶሚኒክ ሪፑብሊክ"@ti,
        "ዶሚኒክ ሪፑብሊክ"@tig,
        "Lipapilika Tominika"@to,
        "Dominik Cumhuriyeti"@tr,
        "Doominiki laboo"@twq,
        "Tagduda n Ḍuminikan"@tzm,
        "Домініканська Республіка"@uk,
        "ڈومنیکن جمہوریہ"@ur,
        "ꖁꕆꕇꕪꘋ ꕸꕱꔀ"@vai,
        "Domíiníka Ɓoloe"@vai-Latn,
        "Cộng hòa Dominica"@vi,
        "Jamhuri ya Dominika"@vun,
        "Dominikaniši Rebublik"@wae,
        "ዶሚኒክ ሪፑብሊክ"@wal,
        "Lipabulika ya Dominika"@xog,
        "kitɔŋ kí tumunikɛ́ŋ"@yav,
        "Orilẹ́ède Dòmíníkánì"@yo,
        "Republik Dominican"@zsm,
        "i-Dominican Republic"@zu ;
    lvont:label <http://lexvo.org/id/term/afr/Dominikaanse%20Republiek>,
        <http://lexvo.org/id/term/agq/D%C3%B2menek%C3%A0%20L%C3%A8kpub%C3%A8l%C3%A8>,
        <http://lexvo.org/id/term/aka/D%C9%94meneka%20Kurok%C9%9Bse>,
        <http://lexvo.org/id/term/amh/%E1%8B%B6%E1%88%9A%E1%8A%92%E1%8A%AD%20%E1%88%AA%E1%8D%91%E1%89%A5%E1%88%8A%E1%8A%AD>,
        <http://lexvo.org/id/term/ara/%D8%AC%D9%85%D9%87%D9%88%D8%B1%D9%8A%D8%A9%20%D8%A7%D9%84%D8%AF%D9%88%D9%85%D9%8A%D9%86%D9%8A%D9%83>,
        <http://lexvo.org/id/term/asa/Jamhuri%20ya%20Dominika>,
        <http://lexvo.org/id/term/ast/Rep%C3%BAblica%20Dominicana>,
        <http://lexvo.org/id/term/aze/Dominik%20Respublikas%C4%B1>,
        <http://lexvo.org/id/term/bam/D%C9%94mimiki%20republiki>,
        <http://lexvo.org/id/term/bas/D%C3%B2mnik%C3%A0>,
        <http://lexvo.org/id/term/bel/%D0%94%D0%B0%D0%BC%D1%96%D0%BD%D1%96%D0%BA%D0%B0%D0%BD%D1%81%D0%BA%D0%B0%D1%8F%20%D0%A0%D1%8D%D1%81%D0%BF%D1%83%D0%B1%D0%BB%D1%96%D0%BA%D0%B0>,
        <http://lexvo.org/id/term/ben/%E0%A6%A1%E0%A7%8B%E0%A6%AE%E0%A7%87%E0%A6%A8%E0%A6%BF%E0%A6%95%E0%A6%BE%E0%A6%A8%20%E0%A6%AA%E0%A7%8D%E0%A6%B0%E0%A6%9C%E0%A6%BE%E0%A6%A4%E0%A6%A8%E0%A7%8D%E0%A6%A4%E0%A7%8D%E0%A6%B0>,
        <http://lexvo.org/id/term/bez/Ijamhuri%20ya%20Hudominika>,
        <http://lexvo.org/id/term/bod/%E0%BD%8C%E0%BD%BC%E0%BC%8B%E0%BD%98%E0%BD%B2%E0%BD%93%E0%BD%93%E0%BD%B2%E0%BC%8B%E0%BD%80%E0%BD%93%E0%BC%8B%E0%BD%A6%E0%BE%A4%E0%BE%B1%E0%BD%B2%E0%BC%8B%E0%BD%98%E0%BD%90%E0%BD%B4%E0%BD%93%E0%BC%8B%E0%BD%A2%E0%BE%92%E0%BE%B1%E0%BD%A3%E0%BC%8B%E0%BD%81%E0%BD%96%E0%BC%8D>,
        <http://lexvo.org/id/term/bos-Cyrl/%D0%94%D0%BE%D0%BC%D0%B8%D0%BD%D0%B8%D0%BA%D0%B0%D0%BD%D1%81%D0%BA%D0%B0%20%D0%A0%D0%B5%D0%BF%D1%83%D0%B1%D0%BB%D0%B8%D0%BA%D0%B0>,
        <http://lexvo.org/id/term/bos/Dominikanska%20Republika>,
        <http://lexvo.org/id/term/bre/Republik%20Dominikan>,
        <http://lexvo.org/id/term/brx/%E0%A4%A1%E0%A5%8B%E0%A4%AE%E0%A4%BF%E0%A4%A8%E0%A4%BF%E0%A4%95%E0%A4%A8%20%E0%A4%97%E0%A4%A3%E0%A4%B0%E0%A4%BE%E0%A4%9C%E0%A5%8D%E0%A4%AF>,
        <http://lexvo.org/id/term/bul/%D0%94%D0%BE%D0%BC%D0%B8%D0%BD%D0%B8%D0%BA%D0%B0%D0%BD%D1%81%D0%BA%D0%B0%20%D1%80%D0%B5%D0%BF%D1%83%D0%B1%D0%BB%D0%B8%D0%BA%D0%B0>,
        <http://lexvo.org/id/term/byn/%E1%8B%B6%E1%88%9A%E1%8A%92%E1%8A%AD%20%E1%88%AA%E1%8D%91%E1%89%A5%E1%88%8A%E1%8A%AD>,
        <http://lexvo.org/id/term/cat/Rep%C3%BAblica%20Dominicana>,
        <http://lexvo.org/id/term/ces/Dominik%C3%A1nsk%C3%A1%20republika>,
        <http://lexvo.org/id/term/cgg/Ripaaburika%20ya%20Dominica>,
        <http://lexvo.org/id/term/chr/%E1%8F%99%E1%8E%BB%E1%8F%82%E1%8E%A7%E1%8F%82%20%E1%8F%8D%E1%8E%A6%E1%8F%9A%E1%8E%A9>,
        <http://lexvo.org/id/term/cmn-Hant/%E5%A4%9A%E6%98%8E%E5%B0%BC%E5%8A%A0%E5%85%B1%E5%92%8C%E5%9C%8B>,
        <http://lexvo.org/id/term/cmn/%E5%A4%9A%E7%B1%B3%E5%B0%BC%E5%8A%A0%E5%85%B1%E5%92%8C%E5%9B%BD>,
        <http://lexvo.org/id/term/cym/Gweriniaeth%20Dominica>,
        <http://lexvo.org/id/term/dan/Den%20Dominikanske%20Republik>,
        <http://lexvo.org/id/term/dav/Jamhuri%20ya%20Dominika>,
        <http://lexvo.org/id/term/deu/Dominikanische%20Republik>,
        <http://lexvo.org/id/term/dje/Doominiki%20laboo>,
        <http://lexvo.org/id/term/dyo/Mofam%20mati%20Dominik>,
        <http://lexvo.org/id/term/dzo/%E0%BD%8C%E0%BD%BC%E0%BC%8B%E0%BD%98%E0%BD%B2%E0%BC%8B%E0%BD%93%E0%BD%B2%E0%BC%8B%E0%BD%80%E0%BD%B1%E0%BD%93%E0%BC%8B%20%E0%BD%A2%E0%BD%B2%E0%BC%8B%E0%BD%94%E0%BD%96%E0%BC%8B%E0%BD%A3%E0%BD%B2%E0%BD%80>,
        <http://lexvo.org/id/term/ebu/Jamhuri%20ya%20Dominika>,
        <http://lexvo.org/id/term/ell/%CE%94%CE%BF%CE%BC%CE%B9%CE%BD%CE%B9%CE%BA%CE%B1%CE%BD%CE%AE%20%CE%94%CE%B7%CE%BC%CE%BF%CE%BA%CF%81%CE%B1%CF%84%CE%AF%CE%B1>,
        <http://lexvo.org/id/term/eng-Dsrt/%F0%90%90%94%F0%90%90%B2%F0%90%91%8B%F0%90%90%AE%F0%90%91%8C%F0%90%90%B2%F0%90%90%BF%F0%90%90%B2%F0%90%91%8C%20%F0%90%90%A1%F0%90%90%A8%F0%90%90%B9%F0%90%90%B2%F0%90%90%BA%F0%90%91%8A%F0%90%90%AE%F0%90%90%BF>,
        <http://lexvo.org/id/term/eng/Dominican%20Republic>,
        <http://lexvo.org/id/term/eng/ISO%203166-1%3ADO>,
        <http://lexvo.org/id/term/epo/Domingo>,
        <http://lexvo.org/id/term/est/Dominikaani%20Vabariik>,
        <http://lexvo.org/id/term/eus/Dominikar%20Errepublika>,
        <http://lexvo.org/id/term/ewe/Dominika%20rep%C9%94blik%20nutome>,
        <http://lexvo.org/id/term/ewo/R%C3%A9publique%20dominicaine>,
        <http://lexvo.org/id/term/fao/Domingo%20l%C3%BD%C3%B0veldi%C3%B0>,
        <http://lexvo.org/id/term/fas/%D8%AC%D9%85%D9%87%D9%88%D8%B1%DB%8C%20%D8%AF%D9%88%D9%85%DB%8C%D9%86%DB%8C%DA%A9%D9%86>,
        <http://lexvo.org/id/term/fil/Dominican%20Republic>,
        <http://lexvo.org/id/term/fin/Dominikaaninen%20tasavalta>,
        <http://lexvo.org/id/term/fra/R%C3%A9publique%20dominicaine>,
        <http://lexvo.org/id/term/ful/Ndenndanndi%20Dominika>,
        <http://lexvo.org/id/term/fur/Republiche%20dominicane>,
        <http://lexvo.org/id/term/gla/A'%20Phoblachd%20Dhoiminiceach>,
        <http://lexvo.org/id/term/gle/An%20Phoblacht%20Dhoiminiceach>,
        <http://lexvo.org/id/term/glg/Rep%C3%BAblica%20Dominicana>,
        <http://lexvo.org/id/term/gsw/Tominikaanischi%20Republik>,
        <http://lexvo.org/id/term/guj/%E0%AA%A1%E0%AB%8B%E0%AA%AE%E0%AA%BF%E0%AA%A8%E0%AA%BF%E0%AA%95%E0%AA%A8%20%E0%AA%B0%E0%AB%80%E0%AA%AA%E0%AA%AC%E0%AB%8D%E0%AA%B2%E0%AA%BF%E0%AA%95>,
        <http://lexvo.org/id/term/guz/Jamhuri%20ya%20Dominika>,
        <http://lexvo.org/id/term/hau/Jamhuriyar%20Dominika>,
        <http://lexvo.org/id/term/heb/%D7%94%D7%A8%D7%A4%D7%95%D7%91%D7%9C%D7%99%D7%A7%D7%94%20%D7%94%D7%93%D7%95%D7%9E%D7%99%D7%A0%D7%99%D7%A7%D7%A0%D7%99%D7%AA>,
        <http://lexvo.org/id/term/hin/%E0%A4%A1%E0%A5%8B%E0%A4%AE%E0%A4%BF%E0%A4%A8%E0%A4%BF%E0%A4%95%E0%A4%A8%20%E0%A4%97%E0%A4%A3%E0%A4%B0%E0%A4%BE%E0%A4%9C%E0%A5%8D%E0%A4%AF>,
        <http://lexvo.org/id/term/hrv/Dominikanska%20Republika>,
        <http://lexvo.org/id/term/hun/Dominikai%20K%C3%B6zt%C3%A1rsas%C3%A1g>,
        <http://lexvo.org/id/term/hye/%D4%B4%D5%B8%D5%B4%D5%AB%D5%B6%D5%AB%D5%AF%D5%B5%D5%A1%D5%B6%20%D5%80%D5%A1%D5%B6%D6%80%D5%A1%D5%BA%D5%A5%D5%BF%D5%B8%D6%82%D5%A9%D5%B5%D5%B8%D6%82%D5%B6>,
        <http://lexvo.org/id/term/ina/Republica%20Dominican>,
        <http://lexvo.org/id/term/ind/Republik%20Dominika>,
        <http://lexvo.org/id/term/isl/D%C3%B3min%C3%ADska%20l%C3%BD%C3%B0veldi%C3%B0>,
        <http://lexvo.org/id/term/ita/Repubblica%20Dominicana>,
        <http://lexvo.org/id/term/jmc/Jamhuri%20ya%20Dominika>,
        <http://lexvo.org/id/term/jpn/%E3%83%89%E3%83%9F%E3%83%8B%E3%82%AB%E5%85%B1%E5%92%8C%E5%9B%BD>,
        <http://lexvo.org/id/term/kab/Tigduda%20Taduminikit>,
        <http://lexvo.org/id/term/kam/Jamhuri%20ya%20Dominika>,
        <http://lexvo.org/id/term/kan/%E0%B2%A1%E0%B3%8A%E0%B2%AE%E0%B3%86%E0%B2%A8%E0%B2%BF%E0%B2%95%E0%B3%8D%20%E0%B2%B0%E0%B2%BF%E0%B2%AA%E0%B2%AC%E0%B3%8D%E0%B2%B2%E0%B2%BF%E0%B2%95%E0%B3%8D>,
        <http://lexvo.org/id/term/kas/%DA%88%D9%88%D9%85%D9%90%D9%86%D9%90%DA%A9%D9%8E%D9%86%20%D8%AC%D9%85%D9%88%D9%97%D8%B1%D9%90%DB%8C%D9%8E%D8%AA>,
        <http://lexvo.org/id/term/kat/%E1%83%93%E1%83%9D%E1%83%9B%E1%83%98%E1%83%9C%E1%83%98%E1%83%99%E1%83%90%E1%83%9C%E1%83%98%E1%83%A1%20%E1%83%A0%E1%83%94%E1%83%A1%E1%83%9E%E1%83%A3%E1%83%91%E1%83%9A%E1%83%98%E1%83%99%E1%83%90>,
        <http://lexvo.org/id/term/kde/Jamuhuli%20ya%20Dominika>,
        <http://lexvo.org/id/term/kea/Rep%C3%BAblika%20Dominikana>,
        <http://lexvo.org/id/term/khm/%E1%9E%9F%E1%9E%B6%E1%9E%92%E1%9E%B6%E1%9E%9A%E1%9E%8E%E1%9E%9A%E1%9E%8A%E1%9F%92%E1%9E%8B%E1%9E%8A%E1%9E%BC%E1%9E%98%E1%9E%B8%E1%9E%93%E1%9E%B8%E1%9E%80%E1%9F%82%E1%9E%93>,
        <http://lexvo.org/id/term/khq/Doominiki%20laboo>,
        <http://lexvo.org/id/term/kik/Jamhuri%20ya%20Dominika>,
        <http://lexvo.org/id/term/kln/Emetab%20Dominican%20Republic>,
        <http://lexvo.org/id/term/kor/%EB%8F%84%EB%AF%B8%EB%8B%88%EC%B9%B4%20%EA%B3%B5%ED%99%94%EA%B5%AD>,
        <http://lexvo.org/id/term/ksb/Jamhuli%20ya%20Dominika>,
        <http://lexvo.org/id/term/ksf/d%C9%94minik%20r%C9%9Bpubl%C3%ADk>,
        <http://lexvo.org/id/term/ksh/de%20Dommenekaanesche%20Reppublik>,
        <http://lexvo.org/id/term/lag/Jamuh%C3%BAuri%20ya%20Domin%C9%A8ka>,
        <http://lexvo.org/id/term/lao/%E0%BA%AA%E0%BA%B2%E0%BA%97%E0%BA%B2%E0%BA%A5%E0%BA%B0%E0%BA%99%E0%BA%B0%E0%BA%A5%E0%BA%B1%E0%BA%94%20%E0%BB%82%E0%BA%94%E0%BA%A1%E0%BA%B4%E0%BA%99%E0%BA%B4%E0%BA%81%E0%BA%B1%E0%BA%99>,
        <http://lexvo.org/id/term/lav/Dominik%C4%81nas%20Republika>,
        <http://lexvo.org/id/term/lin/Repibiki%20ya%20Dom%C3%ADnik%C9%9B>,
        <http://lexvo.org/id/term/lit/Dominikos%20Respublika>,
        <http://lexvo.org/id/term/lub/Ditunga%20wa%20Duminiku>,
        <http://lexvo.org/id/term/lug/Lipubulika%20ya%20Dominika>,
        <http://lexvo.org/id/term/luo/Dominican%20Republic>,
        <http://lexvo.org/id/term/luy/Jamhuri%20ya%20Dominika>,
        <http://lexvo.org/id/term/mal/%E0%B4%A1%E0%B5%8A%E0%B4%AE%E0%B4%BF%E0%B4%A8%E0%B4%BF%E0%B4%95%E0%B5%8D%E0%B4%95%E0%B5%BB%20%E0%B4%B1%E0%B4%BF%E0%B4%AA%E0%B5%8D%E0%B4%AA%E0%B4%AC%E0%B5%8D%E0%B4%B2%E0%B4%BF%E0%B4%95%E0%B5%8D>,
        <http://lexvo.org/id/term/mar/%E0%A4%A1%E0%A5%8B%E0%A4%AE%E0%A4%BF%E0%A4%A8%E0%A4%BF%E0%A4%95%E0%A4%A8%20%E0%A4%AA%E0%A5%8D%E0%A4%B0%E0%A4%9C%E0%A4%BE%E0%A4%B8%E0%A4%A4%E0%A5%8D%E0%A4%A4%E0%A4%BE%E0%A4%95>,
        <http://lexvo.org/id/term/mas/Jamhuri%20ya%20Dominika>,
        <http://lexvo.org/id/term/mer/Nth%C4%A9%20ya%20Dominika>,
        <http://lexvo.org/id/term/mfe/Repiblik%20dominikin>,
        <http://lexvo.org/id/term/mkd/%D0%94%D0%BE%D0%BC%D0%B8%D0%BD%D0%B8%D0%BA%D0%B0%D0%BD%D1%81%D0%BA%D0%B0%20%D0%A0%D0%B5%D0%BF%D1%83%D0%B1%D0%BB%D0%B8%D0%BA%D0%B0>,
        <http://lexvo.org/id/term/mlg/Repoblika%20Dominikanina>,
        <http://lexvo.org/id/term/mlt/Republikka%20Domenikana>,
        <http://lexvo.org/id/term/mua/S%C7%9Dr%20Dominik%20ma%20lii>,
        <http://lexvo.org/id/term/mya/%E1%80%92%E1%80%AD%E1%80%AF%E1%80%99%E1%80%AE%E1%80%94%E1%80%AE%E1%80%80%E1%80%94%E1%80%BA>,
        <http://lexvo.org/id/term/naq/Dominican%20Republic>,
        <http://lexvo.org/id/term/nde/Dominican%20Republic>,
        <http://lexvo.org/id/term/nep/%E0%A4%A1%E0%A5%8B%E0%A4%AE%E0%A4%BF%E0%A4%A8%E0%A4%BF%E0%A4%95%E0%A4%A8%20%E0%A4%97%E0%A4%A3%E0%A4%A4%E0%A4%A8%E0%A5%8D%E0%A4%A4%E0%A5%8D%E0%A4%B0>,
        <http://lexvo.org/id/term/nld/Dominicaanse%20Republiek>,
        <http://lexvo.org/id/term/nmg/Nlamb%C9%94%CC%81%20Domin%C3%ADka>,
        <http://lexvo.org/id/term/nno/Den%20dominikanske%20republikken>,
        <http://lexvo.org/id/term/nob/Den%20dominikanske%20republikk>,
        <http://lexvo.org/id/term/nyn/Ripaaburika%20ya%20Dominica>,
        <http://lexvo.org/id/term/ori/%E0%AC%A1%E0%AD%8B%E0%AC%AE%E0%AC%BF%E0%AC%A8%E0%AC%95%E0%AC%BE%E0%AC%A8%E0%AD%8D%20%E0%AC%AA%E0%AD%8D%E0%AC%B0%E0%AC%9C%E0%AC%BE%E0%AC%A4%E0%AC%A8%E0%AD%8D%E0%AC%A4%E0%AD%8D%E0%AC%B0>,
        <http://lexvo.org/id/term/pol/Republika%20Dominika%C5%84ska>,
        <http://lexvo.org/id/term/por/Rep%C3%BAblica%20Dominicana>,
        <http://lexvo.org/id/term/rof/Jamhuri%20ya%20Dominika>,
        <http://lexvo.org/id/term/roh/Republica%20Dominicana>,
        <http://lexvo.org/id/term/ron/Republica%20Dominican%C4%83>,
        <http://lexvo.org/id/term/run/Repubulika%20ya%20Dominika>,
        <http://lexvo.org/id/term/rus/%D0%94%D0%BE%D0%BC%D0%B8%D0%BD%D0%B8%D0%BA%D0%B0%D0%BD%D1%81%D0%BA%D0%B0%D1%8F%20%D0%A0%D0%B5%D1%81%D0%BF%D1%83%D0%B1%D0%BB%D0%B8%D0%BA%D0%B0>,
        <http://lexvo.org/id/term/rwk/Jamhuri%20ya%20Dominika>,
        <http://lexvo.org/id/term/sag/K%C3%B6d%C3%B6r%C3%B6s%C3%AAse%20t%C3%AE%20Domin%C3%AEka>,
        <http://lexvo.org/id/term/saq/Jamhuri%20ya%20Dominika>,
        <http://lexvo.org/id/term/sbp/Jamuhuli%20ya%20Dominika>,
        <http://lexvo.org/id/term/seh/Rep%C3%BAblica%20Dominicana>,
        <http://lexvo.org/id/term/ses/Doominiki%20laboo>,
        <http://lexvo.org/id/term/shi-Latn/tagdudant%20taduminikt>,
        <http://lexvo.org/id/term/shi/%E2%B5%9C%E2%B4%B0%E2%B4%B3%E2%B4%B7%E2%B5%93%E2%B4%B7%E2%B4%B0%E2%B5%8F%E2%B5%9C%20%E2%B5%9C%E2%B4%B0%E2%B4%B7%E2%B5%93%E2%B5%8E%E2%B5%89%E2%B5%8F%E2%B5%89%E2%B4%BD%E2%B5%9C>,
        <http://lexvo.org/id/term/sin/%E0%B6%A9%E0%B7%9C%E0%B6%B8%E0%B7%92%E0%B6%B1%E0%B7%92%E0%B6%9A%E0%B7%8F%20%E0%B6%A2%E0%B6%B1%E0%B6%BB%E0%B6%A2%E0%B6%BA>,
        <http://lexvo.org/id/term/slk/Dominik%C3%A1nska%20republika>,
        <http://lexvo.org/id/term/slv/Dominikanska%20republika>,
        <http://lexvo.org/id/term/sme/Dominik%C3%A1na%20d%C3%A1ssev%C3%A1ldi>,
        <http://lexvo.org/id/term/sna/Dominican%20Republic>,
        <http://lexvo.org/id/term/som/Jamhuuriyadda%20Domeenika>,
        <http://lexvo.org/id/term/spa/Rep%C3%BAblica%20Dominicana>,
        <http://lexvo.org/id/term/sqi/Republika%20Dominikan%C3%AB>,
        <http://lexvo.org/id/term/srp-Latn/Dominikanska%20Republika>,
        <http://lexvo.org/id/term/srp/%D0%94%D0%BE%D0%BC%D0%B8%D0%BD%D0%B8%D0%BA%D0%B0%D0%BD%D1%81%D0%BA%D0%B0%20%D0%A0%D0%B5%D0%BF%D1%83%D0%B1%D0%BB%D0%B8%D0%BA%D0%B0>,
        <http://lexvo.org/id/term/swc/Jamhuri%20ya%20Dominika>,
        <http://lexvo.org/id/term/swe/Dominikanska%20republiken>,
        <http://lexvo.org/id/term/swh/Jamhuri%20ya%20Dominika>,
        <http://lexvo.org/id/term/tam/%E0%AE%9F%E0%AF%8A%E0%AE%AE%E0%AE%BF%E0%AE%A9%E0%AE%BF%E0%AE%95%E0%AE%A9%E0%AF%8D%20%E0%AE%95%E0%AF%81%E0%AE%9F%E0%AE%BF%E0%AE%AF%E0%AE%B0%E0%AE%9A%E0%AF%81>,
        <http://lexvo.org/id/term/tel/%E0%B0%A1%E0%B1%8A%E0%B0%AE%E0%B0%BF%E0%B0%A8%E0%B0%BF%E0%B0%95%E0%B0%A8%E0%B1%8D%20%E0%B0%97%E0%B0%A3%20%E0%B0%B0%E0%B0%BE%E0%B0%9C%E0%B1%8D%E0%B0%AF%E0%B0%82>,
        <http://lexvo.org/id/term/teo/Jamhuri%20ya%20Dominika>,
        <http://lexvo.org/id/term/tha/%E0%B8%AA%E0%B8%B2%E0%B8%98%E0%B8%B2%E0%B8%A3%E0%B8%93%E0%B8%A3%E0%B8%B1%E0%B8%90%E0%B9%82%E0%B8%94%E0%B8%A1%E0%B8%B4%E0%B8%99%E0%B8%B4%E0%B8%81%E0%B8%B1%E0%B8%99>,
        <http://lexvo.org/id/term/tig/%E1%8B%B6%E1%88%9A%E1%8A%92%E1%8A%AD%20%E1%88%AA%E1%8D%91%E1%89%A5%E1%88%8A%E1%8A%AD>,
        <http://lexvo.org/id/term/tir/%E1%8B%B6%E1%88%9A%E1%8A%92%E1%8A%AD%20%E1%88%AA%E1%8D%91%E1%89%A5%E1%88%8A%E1%8A%AD>,
        <http://lexvo.org/id/term/ton/Lipapilika%20Tominika>,
        <http://lexvo.org/id/term/tur/Dominik%20Cumhuriyeti>,
        <http://lexvo.org/id/term/twq/Doominiki%20laboo>,
        <http://lexvo.org/id/term/tzm/Tagduda%20n%20%E1%B8%8Cuminikan>,
        <http://lexvo.org/id/term/ukr/%D0%94%D0%BE%D0%BC%D1%96%D0%BD%D1%96%D0%BA%D0%B0%D0%BD%D1%81%D1%8C%D0%BA%D0%B0%20%D0%A0%D0%B5%D1%81%D0%BF%D1%83%D0%B1%D0%BB%D1%96%D0%BA%D0%B0>,
        <http://lexvo.org/id/term/urd/%DA%88%D9%88%D9%85%D9%86%DB%8C%DA%A9%D9%86%20%D8%AC%D9%85%DB%81%D9%88%D8%B1%DB%8C%DB%81>,
        <http://lexvo.org/id/term/vai-Latn/Dom%C3%ADin%C3%ADka%20%C6%81oloe>,
        <http://lexvo.org/id/term/vai/%EA%96%81%EA%95%86%EA%95%87%EA%95%AA%EA%98%8B%20%EA%95%B8%EA%95%B1%EA%94%80>,
        <http://lexvo.org/id/term/vie/C%E1%BB%99ng%20h%C3%B2a%20Dominica>,
        <http://lexvo.org/id/term/vun/Jamhuri%20ya%20Dominika>,
        <http://lexvo.org/id/term/wae/Dominikani%C5%A1i%20Rebublik>,
        <http://lexvo.org/id/term/wal/%E1%8B%B6%E1%88%9A%E1%8A%92%E1%8A%AD%20%E1%88%AA%E1%8D%91%E1%89%A5%E1%88%8A%E1%8A%AD>,
        <http://lexvo.org/id/term/xog/Lipabulika%20ya%20Dominika>,
        <http://lexvo.org/id/term/yav/kit%C9%94%C5%8B%20k%C3%AD%20tumunik%C9%9B%CC%81%C5%8B>,
        <http://lexvo.org/id/term/yor/Oril%E1%BA%B9%CC%81%C3%A8de%20D%C3%B2m%C3%ADn%C3%ADk%C3%A1n%C3%AC>,
        <http://lexvo.org/id/term/zsm/Republik%20Dominican>,
        <http://lexvo.org/id/term/zul/i-Dominican%20Republic> ;
    owl:sameAs <http://psi.oasis-open.org/iso/3166/#214>,
        <http://sws.geonames.org/3508796/> .

<http://lexvo.org/id/iso3166/DZ> a lvont:GeographicRegion ;
    rdfs:label "Algerië"@af,
        "Àadzɛlìa"@agq,
        "Ɔlgyeria"@ak,
        "አልጄሪያ"@am,
        "الجزائر"@ar,
        "Aljeria"@asa,
        "Arxelia"@ast,
        "Cezayır"@az,
        "Àlgerìà"@bas,
        "Алжыр"@be,
        "Hualjelia"@bez,
        "Алжир"@bg,
        "Alizeri"@bm,
        "এলজিরিয়া"@bn,
        "ཨལ་ཇི་རི་ཡ།"@bo,
        "Aljeria"@br,
        "अल्जीरिया"@brx,
        "Alžir"@bs,
        "Алжир"@bs-Cyrl,
        "አልጄሪያ"@byn,
        "Algèria"@ca,
        "Arigyeriya"@cgg,
        "ᎠᎵᏥᎵᏯ"@chr,
        "阿尔及利亚"@cmn,
        "阿爾及利亞"@cmn-Hant,
        "Alžírsko"@cs,
        "Algeria"@cy,
        "Algeriet"@da,
        "Aljeria"@dav,
        "Algerien"@de,
        "Alžeeri"@dje,
        "Alseri"@dyo,
        "ཨཱལ་ཇི་རི་ཡ"@dz,
        "Aljeria"@ebu,
        "Algeria nutome"@ee,
        "Αλγερία"@el,
        "Algeria"@en,
        "ISO 3166-1:DZ"@en,
        "𐐈𐑊𐐾𐐮𐑉𐐨𐐲"@en-Dsrt,
        "Alĝerio"@eo,
        "Argelia"@es,
        "Alžeeria"@et,
        "Aljeria"@eu,
        "Aləyéria"@ewo,
        "الجزایر"@fa,
        "Alaseri"@ff,
        "Algeria"@fi,
        "Algeria"@fil,
        "Algeria"@fo,
        "Algérie"@fr,
        "Alzerie"@fur,
        "An Ailgéir"@ga,
        "Aildiria"@gd,
        "Arxelia"@gl,
        "Algeerie"@gsw,
        "અલ્જીરિયા"@gu,
        "Aljeria"@guz,
        "Aljeriya"@ha,
        "אלג׳יריה"@he,
        "अल्जीरिया"@hi,
        "Alžir"@hr,
        "Algéria"@hu,
        "Ալժիր"@hy,
        "Algeria"@ia,
        "Aljazair"@id,
        "Alsír"@is,
        "Algeria"@it,
        "アルジェリア"@ja,
        "Aljɛlî"@jgo,
        "Aljeria"@jmc,
        "ალჟირი"@ka,
        "Lezzayer"@kab,
        "Aljeria"@kam,
        "Aljelia"@kde,
        "Arjelia"@kea,
        "Alžeeri"@khq,
        "Aljeria"@ki,
        "Algeriet"@kl,
        "Emetab Algeria"@kln,
        "អាល់ហ្សេរី"@km,
        "ಅಲ್ಗೇರಿಯಾ"@kn,
        "알제리"@ko,
        "اٮ۪لجیرِیا"@ks,
        "Aljelia"@ksb,
        "aljɛrí"@ksf,
        "Alljeerije"@ksh,
        "Alijéria"@lag,
        "Aligerya"@lg,
        "Alizɛri"@ln,
        "ແອລຈິເລຍ"@lo,
        "Alžyras"@lt,
        "Alijeri"@lu,
        "Algeria"@luo,
        "Aljeria"@luy,
        "Alžīrija"@lv,
        "Aljeria"@mas,
        "Angiria"@mer,
        "Alzeri"@mfe,
        "Alzeria"@mg,
        "Alujeria"@mgh,
        "Алжир"@mk,
        "അൾജീരിയ"@ml,
        "अल्जीरिया"@mr,
        "Alġerija"@mt,
        "algeriya"@mua,
        "အယ်လ်ဂျီးရီးယား"@my,
        "Algeriab"@naq,
        "Algerie"@nb,
        "Aljeriya"@nd,
        "अल्जेरिया"@ne,
        "Algerije"@nl,
        "Algeria"@nmg,
        "Algerie"@nn,
        "Algeria"@nus,
        "Arigyeriya"@nyn,
        "ଆଲଜେରିଆ"@or,
        "Algieria"@pl,
        "الجزایر"@ps,
        "Argélia"@pt,
        "Algeria"@rm,
        "Alijeriya"@rn,
        "Algeria"@ro,
        "Aljeria"@rof,
        "Алжир"@ru,
        "Aljeria"@rwk,
        "Aljeria"@saq,
        "Alijeliya"@sbp,
        "Algeria"@se,
        "Argélia"@seh,
        "Alžeeri"@ses,
        "Alzerïi"@sg,
        "ⴷⵣⴰⵢⵔ"@shi,
        "dzayr"@shi-Latn,
        "ඇල්ජීරියාව"@si,
        "Alžírsko"@sk,
        "Alžirija"@sl,
        "Aljeria"@sn,
        "Aljeeriya"@so,
        "Algjeri"@sq,
        "Алжир"@sr,
        "Alžir"@sr-Latn,
        "Algeriet"@sv,
        "Aljeria"@swc,
        "Aljeria"@swh,
        "அல்ஜீரியா"@ta,
        "అల్జీరియా"@te,
        "Aljeria"@teo,
        "แอลจีเรีย"@th,
        "አልጄሪያ"@ti,
        "አልጄሪያ"@tig,
        "ʻAisilia"@to,
        "Cezayir"@tr,
        "Alžeeri"@twq,
        "Dzayer"@tzm,
        "Алжир"@uk,
        "الجیریا"@ur,
        "ꕉꔷꔠꔸꕩ"@vai,
        "Agiriya"@vai-Latn,
        "Algeria"@vi,
        "Aljeria"@vun,
        "Algerie"@wae,
        "አልጄሪያ"@wal,
        "Aligerya"@xog,
        "Alselí"@yav,
        "Orílẹ́ède Àlùgèríánì"@yo,
        "Aljazair"@zsm,
        "i-Algeria"@zu ;
    lvont:label <http://lexvo.org/id/term/afr/Algeri%C3%AB>,
        <http://lexvo.org/id/term/agq/%C3%80adz%C9%9Bl%C3%ACa>,
        <http://lexvo.org/id/term/aka/%C6%86lgyeria>,
        <http://lexvo.org/id/term/amh/%E1%8A%A0%E1%88%8D%E1%8C%84%E1%88%AA%E1%8B%AB>,
        <http://lexvo.org/id/term/ara/%D8%A7%D9%84%D8%AC%D8%B2%D8%A7%D8%A6%D8%B1>,
        <http://lexvo.org/id/term/asa/Aljeria>,
        <http://lexvo.org/id/term/ast/Arxelia>,
        <http://lexvo.org/id/term/aze/Cezay%C4%B1r>,
        <http://lexvo.org/id/term/bam/Alizeri>,
        <http://lexvo.org/id/term/bas/%C3%80lger%C3%AC%C3%A0>,
        <http://lexvo.org/id/term/bel/%D0%90%D0%BB%D0%B6%D1%8B%D1%80>,
        <http://lexvo.org/id/term/ben/%E0%A6%8F%E0%A6%B2%E0%A6%9C%E0%A6%BF%E0%A6%B0%E0%A6%BF%E0%A6%AF%E0%A6%BC%E0%A6%BE>,
        <http://lexvo.org/id/term/bez/Hualjelia>,
        <http://lexvo.org/id/term/bod/%E0%BD%A8%E0%BD%A3%E0%BC%8B%E0%BD%87%E0%BD%B2%E0%BC%8B%E0%BD%A2%E0%BD%B2%E0%BC%8B%E0%BD%A1%E0%BC%8D>,
        <http://lexvo.org/id/term/bos-Cyrl/%D0%90%D0%BB%D0%B6%D0%B8%D1%80>,
        <http://lexvo.org/id/term/bos/Al%C5%BEir>,
        <http://lexvo.org/id/term/bre/Aljeria>,
        <http://lexvo.org/id/term/brx/%E0%A4%85%E0%A4%B2%E0%A5%8D%E0%A4%9C%E0%A5%80%E0%A4%B0%E0%A4%BF%E0%A4%AF%E0%A4%BE>,
        <http://lexvo.org/id/term/bul/%D0%90%D0%BB%D0%B6%D0%B8%D1%80>,
        <http://lexvo.org/id/term/byn/%E1%8A%A0%E1%88%8D%E1%8C%84%E1%88%AA%E1%8B%AB>,
        <http://lexvo.org/id/term/cat/Alg%C3%A8ria>,
        <http://lexvo.org/id/term/ces/Al%C5%BE%C3%ADrsko>,
        <http://lexvo.org/id/term/cgg/Arigyeriya>,
        <http://lexvo.org/id/term/chr/%E1%8E%A0%E1%8E%B5%E1%8F%A5%E1%8E%B5%E1%8F%AF>,
        <http://lexvo.org/id/term/cmn-Hant/%E9%98%BF%E7%88%BE%E5%8F%8A%E5%88%A9%E4%BA%9E>,
        <http://lexvo.org/id/term/cmn/%E9%98%BF%E5%B0%94%E5%8F%8A%E5%88%A9%E4%BA%9A>,
        <http://lexvo.org/id/term/cym/Algeria>,
        <http://lexvo.org/id/term/dan/Algeriet>,
        <http://lexvo.org/id/term/dav/Aljeria>,
        <http://lexvo.org/id/term/deu/Algerien>,
        <http://lexvo.org/id/term/dje/Al%C5%BEeeri>,
        <http://lexvo.org/id/term/dyo/Alseri>,
        <http://lexvo.org/id/term/dzo/%E0%BD%A8%E0%BD%B1%E0%BD%A3%E0%BC%8B%E0%BD%87%E0%BD%B2%E0%BC%8B%E0%BD%A2%E0%BD%B2%E0%BC%8B%E0%BD%A1>,
        <http://lexvo.org/id/term/ebu/Aljeria>,
        <http://lexvo.org/id/term/ell/%CE%91%CE%BB%CE%B3%CE%B5%CF%81%CE%AF%CE%B1>,
        <http://lexvo.org/id/term/eng-Dsrt/%F0%90%90%88%F0%90%91%8A%F0%90%90%BE%F0%90%90%AE%F0%90%91%89%F0%90%90%A8%F0%90%90%B2>,
        <http://lexvo.org/id/term/eng/Algeria>,
        <http://lexvo.org/id/term/eng/ISO%203166-1%3ADZ>,
        <http://lexvo.org/id/term/epo/Al%C4%9Derio>,
        <http://lexvo.org/id/term/est/Al%C5%BEeeria>,
        <http://lexvo.org/id/term/eus/Aljeria>,
        <http://lexvo.org/id/term/ewe/Algeria%20nutome>,
        <http://lexvo.org/id/term/ewo/Al%C9%99y%C3%A9ria>,
        <http://lexvo.org/id/term/fao/Algeria>,
        <http://lexvo.org/id/term/fas/%D8%A7%D9%84%D8%AC%D8%B2%D8%A7%DB%8C%D8%B1>,
        <http://lexvo.org/id/term/fil/Algeria>,
        <http://lexvo.org/id/term/fin/Algeria>,
        <http://lexvo.org/id/term/fra/Alg%C3%A9rie>,
        <http://lexvo.org/id/term/ful/Alaseri>,
        <http://lexvo.org/id/term/fur/Alzerie>,
        <http://lexvo.org/id/term/gla/Aildiria>,
        <http://lexvo.org/id/term/gle/An%20Ailg%C3%A9ir>,
        <http://lexvo.org/id/term/glg/Arxelia>,
        <http://lexvo.org/id/term/gsw/Algeerie>,
        <http://lexvo.org/id/term/guj/%E0%AA%85%E0%AA%B2%E0%AB%8D%E0%AA%9C%E0%AB%80%E0%AA%B0%E0%AA%BF%E0%AA%AF%E0%AA%BE>,
        <http://lexvo.org/id/term/guz/Aljeria>,
        <http://lexvo.org/id/term/hau/Aljeriya>,
        <http://lexvo.org/id/term/heb/%D7%90%D7%9C%D7%92%D7%B3%D7%99%D7%A8%D7%99%D7%94>,
        <http://lexvo.org/id/term/hin/%E0%A4%85%E0%A4%B2%E0%A5%8D%E0%A4%9C%E0%A5%80%E0%A4%B0%E0%A4%BF%E0%A4%AF%E0%A4%BE>,
        <http://lexvo.org/id/term/hrv/Al%C5%BEir>,
        <http://lexvo.org/id/term/hun/Alg%C3%A9ria>,
        <http://lexvo.org/id/term/hye/%D4%B1%D5%AC%D5%AA%D5%AB%D6%80>,
        <http://lexvo.org/id/term/ina/Algeria>,
        <http://lexvo.org/id/term/ind/Aljazair>,
        <http://lexvo.org/id/term/isl/Als%C3%ADr>,
        <http://lexvo.org/id/term/ita/Algeria>,
        <http://lexvo.org/id/term/jgo/Alj%C9%9Bl%C3%AE>,
        <http://lexvo.org/id/term/jmc/Aljeria>,
        <http://lexvo.org/id/term/jpn/%E3%82%A2%E3%83%AB%E3%82%B8%E3%82%A7%E3%83%AA%E3%82%A2>,
        <http://lexvo.org/id/term/kab/Lezzayer>,
        <http://lexvo.org/id/term/kal/Algeriet>,
        <http://lexvo.org/id/term/kam/Aljeria>,
        <http://lexvo.org/id/term/kan/%E0%B2%85%E0%B2%B2%E0%B3%8D%E0%B2%97%E0%B3%87%E0%B2%B0%E0%B2%BF%E0%B2%AF%E0%B2%BE>,
        <http://lexvo.org/id/term/kas/%D8%A7%D9%AE%DB%AA%D9%84%D8%AC%DB%8C%D8%B1%D9%90%DB%8C%D8%A7>,
        <http://lexvo.org/id/term/kat/%E1%83%90%E1%83%9A%E1%83%9F%E1%83%98%E1%83%A0%E1%83%98>,
        <http://lexvo.org/id/term/kde/Aljelia>,
        <http://lexvo.org/id/term/kea/Arjelia>,
        <http://lexvo.org/id/term/khm/%E1%9E%A2%E1%9E%B6%E1%9E%9B%E1%9F%8B%E1%9E%A0%E1%9F%92%E1%9E%9F%E1%9F%81%E1%9E%9A%E1%9E%B8>,
        <http://lexvo.org/id/term/khq/Al%C5%BEeeri>,
        <http://lexvo.org/id/term/kik/Aljeria>,
        <http://lexvo.org/id/term/kln/Emetab%20Algeria>,
        <http://lexvo.org/id/term/kor/%EC%95%8C%EC%A0%9C%EB%A6%AC>,
        <http://lexvo.org/id/term/ksb/Aljelia>,
        <http://lexvo.org/id/term/ksf/alj%C9%9Br%C3%AD>,
        <http://lexvo.org/id/term/ksh/Alljeerije>,
        <http://lexvo.org/id/term/lag/Alij%C3%A9ria>,
        <http://lexvo.org/id/term/lao/%E0%BB%81%E0%BA%AD%E0%BA%A5%E0%BA%88%E0%BA%B4%E0%BB%80%E0%BA%A5%E0%BA%8D>,
        <http://lexvo.org/id/term/lav/Al%C5%BE%C4%ABrija>,
        <http://lexvo.org/id/term/lin/Aliz%C9%9Bri>,
        <http://lexvo.org/id/term/lit/Al%C5%BEyras>,
        <http://lexvo.org/id/term/lub/Alijeri>,
        <http://lexvo.org/id/term/lug/Aligerya>,
        <http://lexvo.org/id/term/luo/Algeria>,
        <http://lexvo.org/id/term/luy/Aljeria>,
        <http://lexvo.org/id/term/mal/%E0%B4%85%E0%B5%BE%E0%B4%9C%E0%B5%80%E0%B4%B0%E0%B4%BF%E0%B4%AF>,
        <http://lexvo.org/id/term/mar/%E0%A4%85%E0%A4%B2%E0%A5%8D%E0%A4%9C%E0%A5%80%E0%A4%B0%E0%A4%BF%E0%A4%AF%E0%A4%BE>,
        <http://lexvo.org/id/term/mas/Aljeria>,
        <http://lexvo.org/id/term/mer/Angiria>,
        <http://lexvo.org/id/term/mfe/Alzeri>,
        <http://lexvo.org/id/term/mgh/Alujeria>,
        <http://lexvo.org/id/term/mkd/%D0%90%D0%BB%D0%B6%D0%B8%D1%80>,
        <http://lexvo.org/id/term/mlg/Alzeria>,
        <http://lexvo.org/id/term/mlt/Al%C4%A1erija>,
        <http://lexvo.org/id/term/mua/algeriya>,
        <http://lexvo.org/id/term/mya/%E1%80%A1%E1%80%9A%E1%80%BA%E1%80%9C%E1%80%BA%E1%80%82%E1%80%BB%E1%80%AE%E1%80%B8%E1%80%9B%E1%80%AE%E1%80%B8%E1%80%9A%E1%80%AC%E1%80%B8>,
        <http://lexvo.org/id/term/naq/Algeriab>,
        <http://lexvo.org/id/term/nde/Aljeriya>,
        <http://lexvo.org/id/term/nep/%E0%A4%85%E0%A4%B2%E0%A5%8D%E0%A4%9C%E0%A5%87%E0%A4%B0%E0%A4%BF%E0%A4%AF%E0%A4%BE>,
        <http://lexvo.org/id/term/nld/Algerije>,
        <http://lexvo.org/id/term/nmg/Algeria>,
        <http://lexvo.org/id/term/nno/Algerie>,
        <http://lexvo.org/id/term/nob/Algerie>,
        <http://lexvo.org/id/term/nus/Algeria>,
        <http://lexvo.org/id/term/nyn/Arigyeriya>,
        <http://lexvo.org/id/term/ori/%E0%AC%86%E0%AC%B2%E0%AC%9C%E0%AD%87%E0%AC%B0%E0%AC%BF%E0%AC%86>,
        <http://lexvo.org/id/term/pol/Algieria>,
        <http://lexvo.org/id/term/por/Arg%C3%A9lia>,
        <http://lexvo.org/id/term/pus/%D8%A7%D9%84%D8%AC%D8%B2%D8%A7%DB%8C%D8%B1>,
        <http://lexvo.org/id/term/rof/Aljeria>,
        <http://lexvo.org/id/term/roh/Algeria>,
        <http://lexvo.org/id/term/ron/Algeria>,
        <http://lexvo.org/id/term/run/Alijeriya>,
        <http://lexvo.org/id/term/rus/%D0%90%D0%BB%D0%B6%D0%B8%D1%80>,
        <http://lexvo.org/id/term/rwk/Aljeria>,
        <http://lexvo.org/id/term/sag/Alzer%C3%AFi>,
        <http://lexvo.org/id/term/saq/Aljeria>,
        <http://lexvo.org/id/term/sbp/Alijeliya>,
        <http://lexvo.org/id/term/seh/Arg%C3%A9lia>,
        <http://lexvo.org/id/term/ses/Al%C5%BEeeri>,
        <http://lexvo.org/id/term/shi-Latn/dzayr>,
        <http://lexvo.org/id/term/shi/%E2%B4%B7%E2%B5%A3%E2%B4%B0%E2%B5%A2%E2%B5%94>,
        <http://lexvo.org/id/term/sin/%E0%B6%87%E0%B6%BD%E0%B7%8A%E0%B6%A2%E0%B7%93%E0%B6%BB%E0%B7%92%E0%B6%BA%E0%B7%8F%E0%B7%80>,
        <http://lexvo.org/id/term/slk/Al%C5%BE%C3%ADrsko>,
        <http://lexvo.org/id/term/slv/Al%C5%BEirija>,
        <http://lexvo.org/id/term/sme/Algeria>,
        <http://lexvo.org/id/term/sna/Aljeria>,
        <http://lexvo.org/id/term/som/Aljeeriya>,
        <http://lexvo.org/id/term/spa/Argelia>,
        <http://lexvo.org/id/term/sqi/Algjeri>,
        <http://lexvo.org/id/term/srp-Latn/Al%C5%BEir>,
        <http://lexvo.org/id/term/srp/%D0%90%D0%BB%D0%B6%D0%B8%D1%80>,
        <http://lexvo.org/id/term/swc/Aljeria>,
        <http://lexvo.org/id/term/swe/Algeriet>,
        <http://lexvo.org/id/term/swh/Aljeria>,
        <http://lexvo.org/id/term/tam/%E0%AE%85%E0%AE%B2%E0%AF%8D%E0%AE%9C%E0%AF%80%E0%AE%B0%E0%AE%BF%E0%AE%AF%E0%AE%BE>,
        <http://lexvo.org/id/term/tel/%E0%B0%85%E0%B0%B2%E0%B1%8D%E0%B0%9C%E0%B1%80%E0%B0%B0%E0%B0%BF%E0%B0%AF%E0%B0%BE>,
        <http://lexvo.org/id/term/teo/Aljeria>,
        <http://lexvo.org/id/term/tha/%E0%B9%81%E0%B8%AD%E0%B8%A5%E0%B8%88%E0%B8%B5%E0%B9%80%E0%B8%A3%E0%B8%B5%E0%B8%A2>,
        <http://lexvo.org/id/term/tig/%E1%8A%A0%E1%88%8D%E1%8C%84%E1%88%AA%E1%8B%AB>,
        <http://lexvo.org/id/term/tir/%E1%8A%A0%E1%88%8D%E1%8C%84%E1%88%AA%E1%8B%AB>,
        <http://lexvo.org/id/term/ton/%CA%BBAisilia>,
        <http://lexvo.org/id/term/tur/Cezayir>,
        <http://lexvo.org/id/term/twq/Al%C5%BEeeri>,
        <http://lexvo.org/id/term/tzm/Dzayer>,
        <http://lexvo.org/id/term/ukr/%D0%90%D0%BB%D0%B6%D0%B8%D1%80>,
        <http://lexvo.org/id/term/urd/%D8%A7%D9%84%D8%AC%DB%8C%D8%B1%DB%8C%D8%A7>,
        <http://lexvo.org/id/term/vai-Latn/Agiriya>,
        <http://lexvo.org/id/term/vai/%EA%95%89%EA%94%B7%EA%94%A0%EA%94%B8%EA%95%A9>,
        <http://lexvo.org/id/term/vie/Algeria>,
        <http://lexvo.org/id/term/vun/Aljeria>,
        <http://lexvo.org/id/term/wae/Algerie>,
        <http://lexvo.org/id/term/wal/%E1%8A%A0%E1%88%8D%E1%8C%84%E1%88%AA%E1%8B%AB>,
        <http://lexvo.org/id/term/xog/Aligerya>,
        <http://lexvo.org/id/term/yav/Alsel%C3%AD>,
        <http://lexvo.org/id/term/yor/Or%C3%ADl%E1%BA%B9%CC%81%C3%A8de%20%C3%80l%C3%B9g%C3%A8r%C3%AD%C3%A1n%C3%AC>,
        <http://lexvo.org/id/term/zsm/Aljazair>,
        <http://lexvo.org/id/term/zul/i-Algeria> ;
    owl:sameAs <http://psi.oasis-open.org/iso/3166/#012>,
        <http://sws.geonames.org/2589581/> .

<http://lexvo.org/id/iso3166/EA> a lvont:GeographicRegion ;
    rdfs:label "Ceuta en Melilla"@af,
        "ሴኡታና ሜሊላ"@am,
        "سيوتا وميليلا"@ar,
        "Ceuta y Melilla"@ast,
        "Сеута и Мелия"@bg,
        "কুউটা এবং মেলিলা"@bn,
        "Ceuta ha Melilla"@br,
        "Seuta i Melilja"@bs,
        "Сеута и Мелиља"@bs-Cyrl,
        "Ceuta i Melilla"@ca,
        "休达及梅利利亚"@cmn,
        "休達與梅利利亞"@cmn-Hant,
        "瑟塔與梅利拉"@cmn-Hant,
        "Ceuta a Melilla"@cs,
        "Ceuta a Melila"@cy,
        "Ceuta og Melilla"@da,
        "Ceuta und Melilla"@de,
        "སེ་ཨུ་ཏ་ ཨེནཌ་ མེལ་ལི་ལ"@dz,
        "Keuta and Melilla nutome"@ee,
        "Θεούτα και Μελίλα"@el,
        "Ceuta and Melilla"@en,
        "Ceuta y Melilla"@es,
        "Ceuta ja Melilla"@et,
        "Ceuta eta Melilla"@eu,
        "سبته و ملیله"@fa,
        "Ceuta ja Melilla"@fi,
        "Ceuta and Melilla"@fil,
        "Ceuta og Melilla"@fo,
        "Ceuta et Melilla"@fr,
        "Ceuta e Melilla"@fur,
        "Ceuta is Melilla"@gd,
        "Ceuta e Melilla"@gl,
        "Ceuta und Melilla"@gsw,
        "સ્યુટા અને મેલિલા"@gu,
        "סאוטה ומלייה"@he,
        "सेउटा और मेलिला"@hi,
        "Ceuta i Melilla"@hr,
        "Ceuta és Melilla"@hu,
        "Ceuta dan Melilla"@id,
        "Ceuta og Melilla"@is,
        "Ceuta e Melilla"@it,
        "セウタ・メリリャ"@ja,
        "Seuta i Melila"@kea,
        "Ceuta aamma Melilla"@kl,
        "ជឺតា និង​ម៉េលីឡា"@km,
        "ಸೆಯುಟಾ ಹಾಗೂ ಮೆಲಿಲ್ಲಾ"@kn,
        "세우타 및 멜리야"@ko,
        "Ze'uta un Meliija"@ksh,
        "Zewta mpé Melílla"@ln,
        "ຊີໂອຕາແລະເມລິລລາ"@lo,
        "Seuta ir Melila"@lt,
        "Seūta un Melilja"@lv,
        "Сеута и Мелија"@mk,
        "സെയൂത്ത ആൻഡ് മെലിയ"@ml,
        "स्यूटा आणि मेलिला"@mr,
        "Ceuta og Melilla"@nb,
        "सिउटा र मेलिला"@ne,
        "Ceuta en Melilla"@nl,
        "Ceuta og Melilla"@nn,
        "Ceuta i Melilla"@pl,
        "Ceuta e Melilha"@pt,
        "Ceuta şi Melilla"@ro,
        "Сеута и Мелилья"@ru,
        "Ceuta ja Melilla"@se,
        "සෙකිව්ටා සහ මෙරිල්ලා"@si,
        "Ceuta a Melilla"@sk,
        "Ceuta in Melilla"@sl,
        "Сеута и Мелиља"@sr,
        "Seuta i Melilja"@sr-Latn,
        "Ceuta och Melilla"@sv,
        "Ceuta na Melilla"@swh,
        "சியூடா மற்றும் மெலில்லா"@ta,
        "స్యూటా మరియు మెలిల్లా"@te,
        "ซีโอตาและเมลิลลา"@th,
        "Siuta mo Melila"@to,
        "Ceuta ve Melilla"@tr,
        "Сеута і Мелілья"@uk,
        "سیئوٹا اور میلیلا"@ur,
        "Ceuta và Melilla"@vi,
        "Ceuta und Melilla"@wae,
        "Ceuta dan Melilla"@zsm,
        "i-Cueta ne-Melilla"@zu ;
    lvont:label <http://lexvo.org/id/term/afr/Ceuta%20en%20Melilla>,
        <http://lexvo.org/id/term/amh/%E1%88%B4%E1%8A%A1%E1%89%B3%E1%8A%93%20%E1%88%9C%E1%88%8A%E1%88%8B>,
        <http://lexvo.org/id/term/ara/%D8%B3%D9%8A%D9%88%D8%AA%D8%A7%20%D9%88%D9%85%D9%8A%D9%84%D9%8A%D9%84%D8%A7>,
        <http://lexvo.org/id/term/ast/Ceuta%20y%20Melilla>,
        <http://lexvo.org/id/term/ben/%E0%A6%95%E0%A7%81%E0%A6%89%E0%A6%9F%E0%A6%BE%20%E0%A6%8F%E0%A6%AC%E0%A6%82%20%E0%A6%AE%E0%A7%87%E0%A6%B2%E0%A6%BF%E0%A6%B2%E0%A6%BE>,
        <http://lexvo.org/id/term/bos-Cyrl/%D0%A1%D0%B5%D1%83%D1%82%D0%B0%20%D0%B8%20%D0%9C%D0%B5%D0%BB%D0%B8%D1%99%D0%B0>,
        <http://lexvo.org/id/term/bos/Seuta%20i%20Melilja>,
        <http://lexvo.org/id/term/bre/Ceuta%20ha%20Melilla>,
        <http://lexvo.org/id/term/bul/%D0%A1%D0%B5%D1%83%D1%82%D0%B0%20%D0%B8%20%D0%9C%D0%B5%D0%BB%D0%B8%D1%8F>,
        <http://lexvo.org/id/term/cat/Ceuta%20i%20Melilla>,
        <http://lexvo.org/id/term/ces/Ceuta%20a%20Melilla>,
        <http://lexvo.org/id/term/cmn-Hant/%E4%BC%91%E9%81%94%E8%88%87%E6%A2%85%E5%88%A9%E5%88%A9%E4%BA%9E>,
        <http://lexvo.org/id/term/cmn-Hant/%E7%91%9F%E5%A1%94%E8%88%87%E6%A2%85%E5%88%A9%E6%8B%89>,
        <http://lexvo.org/id/term/cmn/%E4%BC%91%E8%BE%BE%E5%8F%8A%E6%A2%85%E5%88%A9%E5%88%A9%E4%BA%9A>,
        <http://lexvo.org/id/term/cym/Ceuta%20a%20Melila>,
        <http://lexvo.org/id/term/dan/Ceuta%20og%20Melilla>,
        <http://lexvo.org/id/term/deu/Ceuta%20und%20Melilla>,
        <http://lexvo.org/id/term/dzo/%E0%BD%A6%E0%BD%BA%E0%BC%8B%E0%BD%A8%E0%BD%B4%E0%BC%8B%E0%BD%8F%E0%BC%8B%20%E0%BD%A8%E0%BD%BA%E0%BD%93%E0%BD%8C%E0%BC%8B%20%E0%BD%98%E0%BD%BA%E0%BD%A3%E0%BC%8B%E0%BD%A3%E0%BD%B2%E0%BC%8B%E0%BD%A3>,
        <http://lexvo.org/id/term/ell/%CE%98%CE%B5%CE%BF%CF%8D%CF%84%CE%B1%20%CE%BA%CE%B1%CE%B9%20%CE%9C%CE%B5%CE%BB%CE%AF%CE%BB%CE%B1>,
        <http://lexvo.org/id/term/eng/Ceuta%20and%20Melilla>,
        <http://lexvo.org/id/term/est/Ceuta%20ja%20Melilla>,
        <http://lexvo.org/id/term/eus/Ceuta%20eta%20Melilla>,
        <http://lexvo.org/id/term/ewe/Keuta%20and%20Melilla%20nutome>,
        <http://lexvo.org/id/term/fao/Ceuta%20og%20Melilla>,
        <http://lexvo.org/id/term/fas/%D8%B3%D8%A8%D8%AA%D9%87%20%D9%88%20%D9%85%D9%84%DB%8C%D9%84%D9%87>,
        <http://lexvo.org/id/term/fil/Ceuta%20and%20Melilla>,
        <http://lexvo.org/id/term/fin/Ceuta%20ja%20Melilla>,
        <http://lexvo.org/id/term/fra/Ceuta%20et%20Melilla>,
        <http://lexvo.org/id/term/fur/Ceuta%20e%20Melilla>,
        <http://lexvo.org/id/term/gla/Ceuta%20is%20Melilla>,
        <http://lexvo.org/id/term/glg/Ceuta%20e%20Melilla>,
        <http://lexvo.org/id/term/gsw/Ceuta%20und%20Melilla>,
        <http://lexvo.org/id/term/guj/%E0%AA%B8%E0%AB%8D%E0%AA%AF%E0%AB%81%E0%AA%9F%E0%AA%BE%20%E0%AA%85%E0%AA%A8%E0%AB%87%20%E0%AA%AE%E0%AB%87%E0%AA%B2%E0%AA%BF%E0%AA%B2%E0%AA%BE>,
        <http://lexvo.org/id/term/heb/%D7%A1%D7%90%D7%95%D7%98%D7%94%20%D7%95%D7%9E%D7%9C%D7%99%D7%99%D7%94>,
        <http://lexvo.org/id/term/hin/%E0%A4%B8%E0%A5%87%E0%A4%89%E0%A4%9F%E0%A4%BE%20%E0%A4%94%E0%A4%B0%20%E0%A4%AE%E0%A5%87%E0%A4%B2%E0%A4%BF%E0%A4%B2%E0%A4%BE>,
        <http://lexvo.org/id/term/hrv/Ceuta%20i%20Melilla>,
        <http://lexvo.org/id/term/hun/Ceuta%20%C3%A9s%20Melilla>,
        <http://lexvo.org/id/term/ind/Ceuta%20dan%20Melilla>,
        <http://lexvo.org/id/term/isl/Ceuta%20og%20Melilla>,
        <http://lexvo.org/id/term/ita/Ceuta%20e%20Melilla>,
        <http://lexvo.org/id/term/jpn/%E3%82%BB%E3%82%A6%E3%82%BF%E3%83%BB%E3%83%A1%E3%83%AA%E3%83%AA%E3%83%A3>,
        <http://lexvo.org/id/term/kal/Ceuta%20aamma%20Melilla>,
        <http://lexvo.org/id/term/kan/%E0%B2%B8%E0%B3%86%E0%B2%AF%E0%B3%81%E0%B2%9F%E0%B2%BE%20%E0%B2%B9%E0%B2%BE%E0%B2%97%E0%B3%82%20%E0%B2%AE%E0%B3%86%E0%B2%B2%E0%B2%BF%E0%B2%B2%E0%B3%8D%E0%B2%B2%E0%B2%BE>,
        <http://lexvo.org/id/term/kea/Seuta%20i%20Melila>,
        <http://lexvo.org/id/term/khm/%E1%9E%87%E1%9E%BA%E1%9E%8F%E1%9E%B6%20%E1%9E%93%E1%9E%B7%E1%9E%84%E2%80%8B%E1%9E%98%E1%9F%89%E1%9F%81%E1%9E%9B%E1%9E%B8%E1%9E%A1%E1%9E%B6>,
        <http://lexvo.org/id/term/kor/%EC%84%B8%EC%9A%B0%ED%83%80%20%EB%B0%8F%20%EB%A9%9C%EB%A6%AC%EC%95%BC>,
        <http://lexvo.org/id/term/ksh/Ze'uta%20un%20Meliija>,
        <http://lexvo.org/id/term/lao/%E0%BA%8A%E0%BA%B5%E0%BB%82%E0%BA%AD%E0%BA%95%E0%BA%B2%E0%BB%81%E0%BA%A5%E0%BA%B0%E0%BB%80%E0%BA%A1%E0%BA%A5%E0%BA%B4%E0%BA%A5%E0%BA%A5%E0%BA%B2>,
        <http://lexvo.org/id/term/lav/Se%C5%ABta%20un%20Melilja>,
        <http://lexvo.org/id/term/lin/Zewta%20mp%C3%A9%20Mel%C3%ADlla>,
        <http://lexvo.org/id/term/lit/Seuta%20ir%20Melila>,
        <http://lexvo.org/id/term/mal/%E0%B4%B8%E0%B5%86%E0%B4%AF%E0%B5%82%E0%B4%A4%E0%B5%8D%E0%B4%A4%20%E0%B4%86%E0%B5%BB%E0%B4%A1%E0%B5%8D%20%E0%B4%AE%E0%B5%86%E0%B4%B2%E0%B4%BF%E0%B4%AF>,
        <http://lexvo.org/id/term/mar/%E0%A4%B8%E0%A5%8D%E0%A4%AF%E0%A5%82%E0%A4%9F%E0%A4%BE%20%E0%A4%86%E0%A4%A3%E0%A4%BF%20%E0%A4%AE%E0%A5%87%E0%A4%B2%E0%A4%BF%E0%A4%B2%E0%A4%BE>,
        <http://lexvo.org/id/term/mkd/%D0%A1%D0%B5%D1%83%D1%82%D0%B0%20%D0%B8%20%D0%9C%D0%B5%D0%BB%D0%B8%D1%98%D0%B0>,
        <http://lexvo.org/id/term/nep/%E0%A4%B8%E0%A4%BF%E0%A4%89%E0%A4%9F%E0%A4%BE%20%E0%A4%B0%20%E0%A4%AE%E0%A5%87%E0%A4%B2%E0%A4%BF%E0%A4%B2%E0%A4%BE>,
        <http://lexvo.org/id/term/nld/Ceuta%20en%20Melilla>,
        <http://lexvo.org/id/term/nno/Ceuta%20og%20Melilla>,
        <http://lexvo.org/id/term/nob/Ceuta%20og%20Melilla>,
        <http://lexvo.org/id/term/pol/Ceuta%20i%20Melilla>,
        <http://lexvo.org/id/term/por/Ceuta%20e%20Melilha>,
        <http://lexvo.org/id/term/ron/Ceuta%20%C5%9Fi%20Melilla>,
        <http://lexvo.org/id/term/rus/%D0%A1%D0%B5%D1%83%D1%82%D0%B0%20%D0%B8%20%D0%9C%D0%B5%D0%BB%D0%B8%D0%BB%D1%8C%D1%8F>,
        <http://lexvo.org/id/term/sin/%E0%B7%83%E0%B7%99%E0%B6%9A%E0%B7%92%E0%B7%80%E0%B7%8A%E0%B6%A7%E0%B7%8F%20%E0%B7%83%E0%B7%84%20%E0%B6%B8%E0%B7%99%E0%B6%BB%E0%B7%92%E0%B6%BD%E0%B7%8A%E0%B6%BD%E0%B7%8F>,
        <http://lexvo.org/id/term/slk/Ceuta%20a%20Melilla>,
        <http://lexvo.org/id/term/slv/Ceuta%20in%20Melilla>,
        <http://lexvo.org/id/term/sme/Ceuta%20ja%20Melilla>,
        <http://lexvo.org/id/term/spa/Ceuta%20y%20Melilla>,
        <http://lexvo.org/id/term/srp-Latn/Seuta%20i%20Melilja>,
        <http://lexvo.org/id/term/srp/%D0%A1%D0%B5%D1%83%D1%82%D0%B0%20%D0%B8%20%D0%9C%D0%B5%D0%BB%D0%B8%D1%99%D0%B0>,
        <http://lexvo.org/id/term/swe/Ceuta%20och%20Melilla>,
        <http://lexvo.org/id/term/swh/Ceuta%20na%20Melilla>,
        <http://lexvo.org/id/term/tam/%E0%AE%9A%E0%AE%BF%E0%AE%AF%E0%AF%82%E0%AE%9F%E0%AE%BE%20%E0%AE%AE%E0%AE%B1%E0%AF%8D%E0%AE%B1%E0%AF%81%E0%AE%AE%E0%AF%8D%20%E0%AE%AE%E0%AF%86%E0%AE%B2%E0%AE%BF%E0%AE%B2%E0%AF%8D%E0%AE%B2%E0%AE%BE>,
        <http://lexvo.org/id/term/tel/%E0%B0%B8%E0%B1%8D%E0%B0%AF%E0%B1%82%E0%B0%9F%E0%B0%BE%20%E0%B0%AE%E0%B0%B0%E0%B0%BF%E0%B0%AF%E0%B1%81%20%E0%B0%AE%E0%B1%86%E0%B0%B2%E0%B0%BF%E0%B0%B2%E0%B1%8D%E0%B0%B2%E0%B0%BE>,
        <http://lexvo.org/id/term/tha/%E0%B8%8B%E0%B8%B5%E0%B9%82%E0%B8%AD%E0%B8%95%E0%B8%B2%E0%B9%81%E0%B8%A5%E0%B8%B0%E0%B9%80%E0%B8%A1%E0%B8%A5%E0%B8%B4%E0%B8%A5%E0%B8%A5%E0%B8%B2>,
        <http://lexvo.org/id/term/ton/Siuta%20mo%20Melila>,
        <http://lexvo.org/id/term/tur/Ceuta%20ve%20Melilla>,
        <http://lexvo.org/id/term/ukr/%D0%A1%D0%B5%D1%83%D1%82%D0%B0%20%D1%96%20%D0%9C%D0%B5%D0%BB%D1%96%D0%BB%D1%8C%D1%8F>,
        <http://lexvo.org/id/term/urd/%D8%B3%DB%8C%D8%A6%D9%88%D9%B9%D8%A7%20%D8%A7%D9%88%D8%B1%20%D9%85%DB%8C%D9%84%DB%8C%D9%84%D8%A7>,
        <http://lexvo.org/id/term/vie/Ceuta%20v%C3%A0%20Melilla>,
        <http://lexvo.org/id/term/wae/Ceuta%20und%20Melilla>,
        <http://lexvo.org/id/term/zsm/Ceuta%20dan%20Melilla>,
        <http://lexvo.org/id/term/zul/i-Cueta%20ne-Melilla> .

<http://lexvo.org/id/iso3166/EC> a lvont:GeographicRegion ;
    rdfs:label "Ecuador"@af,
        "Ekwadò"@agq,
        "Ikuwadɔ"@ak,
        "ኢኳዶር"@am,
        "الإكوادور"@ar,
        "Ekwado"@asa,
        "Ecuador"@ast,
        "Ekvador"@az,
        "Èkwàtorìà"@bas,
        "Эквадор"@be,
        "Huekwado"@bez,
        "Еквадор"@bg,
        "Ekwatɔr"@bm,
        "ইকুয়েডর"@bn,
        "ཨི་ཁྭ་ཌོར།"@bo,
        "Ecuador"@br,
        "एक्वाडोर"@brx,
        "Ekvador"@bs,
        "Еквадор"@bs-Cyrl,
        "ኢኳዶር"@byn,
        "Equador"@ca,
        "Ikweda"@cgg,
        "ᎡᏆᏙᎵ"@chr,
        "厄瓜多尔"@cmn,
        "厄瓜多"@cmn-Hant,
        "Ekvádor"@cs,
        "Ecwador"@cy,
        "Ecuador"@da,
        "Ekwado"@dav,
        "Ecuador"@de,
        "Ekwateer"@dje,
        "Ekuador"@dyo,
        "ཨེ་ཁྭ་ཌོར"@dz,
        "Ekwado"@ebu,
        "Ekuadɔ nutome"@ee,
        "Εκουαδόρ"@el,
        "Ecuador"@en,
        "ISO 3166-1:EC"@en,
        "𐐇𐐿𐐶𐐲𐐼𐐱𐑉"@en-Dsrt,
        "Ekvadoro"@eo,
        "Ecuador"@es,
        "Ecuador"@et,
        "Ekuador"@eu,
        "Ekwatór"@ewo,
        "اکوادور"@fa,
        "Ekuwatoor"@ff,
        "Ecuador"@fi,
        "Ecuador"@fil,
        "Ekvador"@fo,
        "Équateur"@fr,
        "Ecuador"@fur,
        "Eacuadór"@ga,
        "Eacuador"@gd,
        "Ecuador"@gl,
        "Ecuador"@gsw,
        "એક્વાડોર"@gu,
        "Ekwado"@guz,
        "Ekwador"@ha,
        "אקוודור"@he,
        "इक्वाडोर"@hi,
        "Ekvador"@hr,
        "Ecuador"@hu,
        "Էկվադոր"@hy,
        "Ecuador"@ia,
        "Ekuador"@id,
        "Ekvador"@is,
        "Ecuador"@it,
        "エクアドル"@ja,
        "Ɛkwandɔ̂"@jgo,
        "Ekwado"@jmc,
        "ეკვადორი"@ka,
        "Ikwaṭur"@kab,
        "Ekwado"@kam,
        "Ekwado"@kde,
        "Ekuador"@kea,
        "Ekwateer"@khq,
        "Ekwado"@ki,
        "Ecuador"@kl,
        "Emetab Ecuador"@kln,
        "អេក្វាឌ័រ"@km,
        "ಈಕ್ವೆಡಾರ್"@kn,
        "에콰도르"@ko,
        "اِکواڑور"@ks,
        "Ekwado"@ksb,
        "ɛkwatɛǝ́"@ksf,
        "Äkwador"@ksh,
        "Íkwado"@lag,
        "Ekwado"@lg,
        "Ekwatɛ́lɛ"@ln,
        "ເອກວາດໍ"@lo,
        "Ekvadoras"@lt,
        "Ekwatele"@lu,
        "Ecuador"@luo,
        "Ekwado"@luy,
        "Ekvadora"@lv,
        "Ekwado"@mas,
        "Ekwado"@mer,
        "Ekwater"@mfe,
        "Ekoatera"@mg,
        "Еквадор"@mk,
        "ഇക്വഡോർ"@ml,
        "इक्वाडोर"@mr,
        "Ekwador"@mt,
        "Ekwatǝr"@mua,
        "အီကွေဒေါ"@my,
        "Ecuadori"@naq,
        "Ecuador"@nb,
        "Ecuador"@nd,
        "इक्वडेर"@ne,
        "Ecuador"@nl,
        "Ekuateur"@nmg,
        "Ecuador"@nn,
        "Ikweda"@nyn,
        "ଇକ୍ୱାଡୋର୍"@or,
        "Ekwador"@pl,
        "Equador"@pt,
        "Ecuador"@rm,
        "Ekwateri"@rn,
        "Ecuador"@ro,
        "Ekwado"@rof,
        "Эквадор"@ru,
        "Ekwado"@rwk,
        "Ekwado"@saq,
        "Ekwado"@sbp,
        "Ecuador"@se,
        "Equador"@seh,
        "Ekwateer"@ses,
        "Ekuatëre"@sg,
        "ⵉⴽⵡⴰⴷⵓⵔ"@shi,
        "ikwadur"@shi-Latn,
        "ඉක්වදෝරය"@si,
        "Ekvádor"@sk,
        "Ekvador"@sl,
        "Ecuador"@sn,
        "Ikuwadoor"@so,
        "Ekuator"@sq,
        "Еквадор"@sr,
        "Ekvador"@sr-Latn,
        "Ecuador"@sv,
        "Ekwado"@swc,
        "Ekwado"@swh,
        "ஈக்வடார்"@ta,
        "ఈక్వడోర్"@te,
        "Ekwado"@teo,
        "เอกวาดอร์"@th,
        "ኢኳዶር"@ti,
        "ኢኳዶር"@tig,
        "ʻEkuetoa"@to,
        "Ekvador"@tr,
        "Ekwateer"@twq,
        "Ikwaḍur"@tzm,
        "Еквадор"@uk,
        "ایکواڈور"@ur,
        "ꗡꖴꔃꗍ"@vai,
        "Ɛ́kúwédɔ"@vai-Latn,
        "Ecuador"@vi,
        "Ekwado"@vun,
        "Ecuador"@wae,
        "ኢኳዶር"@wal,
        "Ekwado"@xog,
        "ekuatɛ́l"@yav,
        "Orílẹ́ède Ekuádò"@yo,
        "Ecuador"@zsm,
        "i-Ecuador"@zu ;
    lvont:label <http://lexvo.org/id/term/afr/Ecuador>,
        <http://lexvo.org/id/term/agq/Ekwad%C3%B2>,
        <http://lexvo.org/id/term/aka/Ikuwad%C9%94>,
        <http://lexvo.org/id/term/amh/%E1%8A%A2%E1%8A%B3%E1%8B%B6%E1%88%AD>,
        <http://lexvo.org/id/term/ara/%D8%A7%D9%84%D8%A5%D9%83%D9%88%D8%A7%D8%AF%D9%88%D8%B1>,
        <http://lexvo.org/id/term/asa/Ekwado>,
        <http://lexvo.org/id/term/ast/Ecuador>,
        <http://lexvo.org/id/term/aze/Ekvador>,
        <http://lexvo.org/id/term/bam/Ekwat%C9%94r>,
        <http://lexvo.org/id/term/bas/%C3%88kw%C3%A0tor%C3%AC%C3%A0>,
        <http://lexvo.org/id/term/bel/%D0%AD%D0%BA%D0%B2%D0%B0%D0%B4%D0%BE%D1%80>,
        <http://lexvo.org/id/term/ben/%E0%A6%87%E0%A6%95%E0%A7%81%E0%A6%AF%E0%A6%BC%E0%A7%87%E0%A6%A1%E0%A6%B0>,
        <http://lexvo.org/id/term/bez/Huekwado>,
        <http://lexvo.org/id/term/bod/%E0%BD%A8%E0%BD%B2%E0%BC%8B%E0%BD%81%E0%BE%AD%E0%BC%8B%E0%BD%8C%E0%BD%BC%E0%BD%A2%E0%BC%8D>,
        <http://lexvo.org/id/term/bos-Cyrl/%D0%95%D0%BA%D0%B2%D0%B0%D0%B4%D0%BE%D1%80>,
        <http://lexvo.org/id/term/bos/Ekvador>,
        <http://lexvo.org/id/term/bre/Ecuador>,
        <http://lexvo.org/id/term/brx/%E0%A4%8F%E0%A4%95%E0%A5%8D%E0%A4%B5%E0%A4%BE%E0%A4%A1%E0%A5%8B%E0%A4%B0>,
        <http://lexvo.org/id/term/bul/%D0%95%D0%BA%D0%B2%D0%B0%D0%B4%D0%BE%D1%80>,
        <http://lexvo.org/id/term/byn/%E1%8A%A2%E1%8A%B3%E1%8B%B6%E1%88%AD>,
        <http://lexvo.org/id/term/cat/Equador>,
        <http://lexvo.org/id/term/ces/Ekv%C3%A1dor>,
        <http://lexvo.org/id/term/cgg/Ikweda>,
        <http://lexvo.org/id/term/chr/%E1%8E%A1%E1%8F%86%E1%8F%99%E1%8E%B5>,
        <http://lexvo.org/id/term/cmn-Hant/%E5%8E%84%E7%93%9C%E5%A4%9A>,
        <http://lexvo.org/id/term/cmn/%E5%8E%84%E7%93%9C%E5%A4%9A%E5%B0%94>,
        <http://lexvo.org/id/term/cym/Ecwador>,
        <http://lexvo.org/id/term/dan/Ecuador>,
        <http://lexvo.org/id/term/dav/Ekwado>,
        <http://lexvo.org/id/term/deu/Ecuador>,
        <http://lexvo.org/id/term/dje/Ekwateer>,
        <http://lexvo.org/id/term/dyo/Ekuador>,
        <http://lexvo.org/id/term/dzo/%E0%BD%A8%E0%BD%BA%E0%BC%8B%E0%BD%81%E0%BE%AD%E0%BC%8B%E0%BD%8C%E0%BD%BC%E0%BD%A2>,
        <http://lexvo.org/id/term/ebu/Ekwado>,
        <http://lexvo.org/id/term/ell/%CE%95%CE%BA%CE%BF%CF%85%CE%B1%CE%B4%CF%8C%CF%81>,
        <http://lexvo.org/id/term/eng-Dsrt/%F0%90%90%87%F0%90%90%BF%F0%90%90%B6%F0%90%90%B2%F0%90%90%BC%F0%90%90%B1%F0%90%91%89>,
        <http://lexvo.org/id/term/eng/Ecuador>,
        <http://lexvo.org/id/term/eng/ISO%203166-1%3AEC>,
        <http://lexvo.org/id/term/epo/Ekvadoro>,
        <http://lexvo.org/id/term/est/Ecuador>,
        <http://lexvo.org/id/term/eus/Ekuador>,
        <http://lexvo.org/id/term/ewe/Ekuad%C9%94%20nutome>,
        <http://lexvo.org/id/term/ewo/Ekwat%C3%B3r>,
        <http://lexvo.org/id/term/fao/Ekvador>,
        <http://lexvo.org/id/term/fas/%D8%A7%DA%A9%D9%88%D8%A7%D8%AF%D9%88%D8%B1>,
        <http://lexvo.org/id/term/fil/Ecuador>,
        <http://lexvo.org/id/term/fin/Ecuador>,
        <http://lexvo.org/id/term/fra/%C3%89quateur>,
        <http://lexvo.org/id/term/ful/Ekuwatoor>,
        <http://lexvo.org/id/term/fur/Ecuador>,
        <http://lexvo.org/id/term/gla/Eacuador>,
        <http://lexvo.org/id/term/gle/Eacuad%C3%B3r>,
        <http://lexvo.org/id/term/glg/Ecuador>,
        <http://lexvo.org/id/term/gsw/Ecuador>,
        <http://lexvo.org/id/term/guj/%E0%AA%8F%E0%AA%95%E0%AB%8D%E0%AA%B5%E0%AA%BE%E0%AA%A1%E0%AB%8B%E0%AA%B0>,
        <http://lexvo.org/id/term/guz/Ekwado>,
        <http://lexvo.org/id/term/hau/Ekwador>,
        <http://lexvo.org/id/term/heb/%D7%90%D7%A7%D7%95%D7%95%D7%93%D7%95%D7%A8>,
        <http://lexvo.org/id/term/hin/%E0%A4%87%E0%A4%95%E0%A5%8D%E0%A4%B5%E0%A4%BE%E0%A4%A1%E0%A5%8B%E0%A4%B0>,
        <http://lexvo.org/id/term/hrv/Ekvador>,
        <http://lexvo.org/id/term/hun/Ecuador>,
        <http://lexvo.org/id/term/hye/%D4%B7%D5%AF%D5%BE%D5%A1%D5%A4%D5%B8%D6%80>,
        <http://lexvo.org/id/term/ina/Ecuador>,
        <http://lexvo.org/id/term/ind/Ekuador>,
        <http://lexvo.org/id/term/isl/Ekvador>,
        <http://lexvo.org/id/term/ita/Ecuador>,
        <http://lexvo.org/id/term/jgo/%C6%90kwand%C9%94%CC%82>,
        <http://lexvo.org/id/term/jmc/Ekwado>,
        <http://lexvo.org/id/term/jpn/%E3%82%A8%E3%82%AF%E3%82%A2%E3%83%89%E3%83%AB>,
        <http://lexvo.org/id/term/kab/Ikwa%E1%B9%ADur>,
        <http://lexvo.org/id/term/kal/Ecuador>,
        <http://lexvo.org/id/term/kam/Ekwado>,
        <http://lexvo.org/id/term/kan/%E0%B2%88%E0%B2%95%E0%B3%8D%E0%B2%B5%E0%B3%86%E0%B2%A1%E0%B2%BE%E0%B2%B0%E0%B3%8D>,
        <http://lexvo.org/id/term/kas/%D8%A7%D9%90%DA%A9%D9%88%D8%A7%DA%91%D9%88%D8%B1>,
        <http://lexvo.org/id/term/kat/%E1%83%94%E1%83%99%E1%83%95%E1%83%90%E1%83%93%E1%83%9D%E1%83%A0%E1%83%98>,
        <http://lexvo.org/id/term/kde/Ekwado>,
        <http://lexvo.org/id/term/kea/Ekuador>,
        <http://lexvo.org/id/term/khm/%E1%9E%A2%E1%9F%81%E1%9E%80%E1%9F%92%E1%9E%9C%E1%9E%B6%E1%9E%8C%E1%9F%90%E1%9E%9A>,
        <http://lexvo.org/id/term/khq/Ekwateer>,
        <http://lexvo.org/id/term/kik/Ekwado>,
        <http://lexvo.org/id/term/kln/Emetab%20Ecuador>,
        <http://lexvo.org/id/term/kor/%EC%97%90%EC%BD%B0%EB%8F%84%EB%A5%B4>,
        <http://lexvo.org/id/term/ksb/Ekwado>,
        <http://lexvo.org/id/term/ksf/%C9%9Bkwat%C9%9B%C7%9D%CC%81>,
        <http://lexvo.org/id/term/ksh/%C3%84kwador>,
        <http://lexvo.org/id/term/lag/%C3%8Dkwado>,
        <http://lexvo.org/id/term/lao/%E0%BB%80%E0%BA%AD%E0%BA%81%E0%BA%A7%E0%BA%B2%E0%BA%94%E0%BB%8D>,
        <http://lexvo.org/id/term/lav/Ekvadora>,
        <http://lexvo.org/id/term/lin/Ekwat%C9%9B%CC%81l%C9%9B>,
        <http://lexvo.org/id/term/lit/Ekvadoras>,
        <http://lexvo.org/id/term/lub/Ekwatele>,
        <http://lexvo.org/id/term/lug/Ekwado>,
        <http://lexvo.org/id/term/luo/Ecuador>,
        <http://lexvo.org/id/term/luy/Ekwado>,
        <http://lexvo.org/id/term/mal/%E0%B4%87%E0%B4%95%E0%B5%8D%E0%B4%B5%E0%B4%A1%E0%B5%8B%E0%B5%BC>,
        <http://lexvo.org/id/term/mar/%E0%A4%87%E0%A4%95%E0%A5%8D%E0%A4%B5%E0%A4%BE%E0%A4%A1%E0%A5%8B%E0%A4%B0>,
        <http://lexvo.org/id/term/mas/Ekwado>,
        <http://lexvo.org/id/term/mer/Ekwado>,
        <http://lexvo.org/id/term/mfe/Ekwater>,
        <http://lexvo.org/id/term/mkd/%D0%95%D0%BA%D0%B2%D0%B0%D0%B4%D0%BE%D1%80>,
        <http://lexvo.org/id/term/mlg/Ekoatera>,
        <http://lexvo.org/id/term/mlt/Ekwador>,
        <http://lexvo.org/id/term/mua/Ekwat%C7%9Dr>,
        <http://lexvo.org/id/term/mya/%E1%80%A1%E1%80%AE%E1%80%80%E1%80%BD%E1%80%B1%E1%80%92%E1%80%B1%E1%80%AB>,
        <http://lexvo.org/id/term/naq/Ecuadori>,
        <http://lexvo.org/id/term/nde/Ecuador>,
        <http://lexvo.org/id/term/nep/%E0%A4%87%E0%A4%95%E0%A5%8D%E0%A4%B5%E0%A4%A1%E0%A5%87%E0%A4%B0>,
        <http://lexvo.org/id/term/nld/Ecuador>,
        <http://lexvo.org/id/term/nmg/Ekuateur>,
        <http://lexvo.org/id/term/nno/Ecuador>,
        <http://lexvo.org/id/term/nob/Ecuador>,
        <http://lexvo.org/id/term/nyn/Ikweda>,
        <http://lexvo.org/id/term/ori/%E0%AC%87%E0%AC%95%E0%AD%8D%E0%AD%B1%E0%AC%BE%E0%AC%A1%E0%AD%8B%E0%AC%B0%E0%AD%8D>,
        <http://lexvo.org/id/term/pol/Ekwador>,
        <http://lexvo.org/id/term/por/Equador>,
        <http://lexvo.org/id/term/rof/Ekwado>,
        <http://lexvo.org/id/term/roh/Ecuador>,
        <http://lexvo.org/id/term/ron/Ecuador>,
        <http://lexvo.org/id/term/run/Ekwateri>,
        <http://lexvo.org/id/term/rus/%D0%AD%D0%BA%D0%B2%D0%B0%D0%B4%D0%BE%D1%80>,
        <http://lexvo.org/id/term/rwk/Ekwado>,
        <http://lexvo.org/id/term/sag/Ekuat%C3%ABre>,
        <http://lexvo.org/id/term/saq/Ekwado>,
        <http://lexvo.org/id/term/sbp/Ekwado>,
        <http://lexvo.org/id/term/seh/Equador>,
        <http://lexvo.org/id/term/ses/Ekwateer>,
        <http://lexvo.org/id/term/shi-Latn/ikwadur>,
        <http://lexvo.org/id/term/shi/%E2%B5%89%E2%B4%BD%E2%B5%A1%E2%B4%B0%E2%B4%B7%E2%B5%93%E2%B5%94>,
        <http://lexvo.org/id/term/sin/%E0%B6%89%E0%B6%9A%E0%B7%8A%E0%B7%80%E0%B6%AF%E0%B7%9D%E0%B6%BB%E0%B6%BA>,
        <http://lexvo.org/id/term/slk/Ekv%C3%A1dor>,
        <http://lexvo.org/id/term/slv/Ekvador>,
        <http://lexvo.org/id/term/sme/Ecuador>,
        <http://lexvo.org/id/term/sna/Ecuador>,
        <http://lexvo.org/id/term/som/Ikuwadoor>,
        <http://lexvo.org/id/term/spa/Ecuador>,
        <http://lexvo.org/id/term/sqi/Ekuator>,
        <http://lexvo.org/id/term/srp-Latn/Ekvador>,
        <http://lexvo.org/id/term/srp/%D0%95%D0%BA%D0%B2%D0%B0%D0%B4%D0%BE%D1%80>,
        <http://lexvo.org/id/term/swc/Ekwado>,
        <http://lexvo.org/id/term/swe/Ecuador>,
        <http://lexvo.org/id/term/swh/Ekwado>,
        <http://lexvo.org/id/term/tam/%E0%AE%88%E0%AE%95%E0%AF%8D%E0%AE%B5%E0%AE%9F%E0%AE%BE%E0%AE%B0%E0%AF%8D>,
        <http://lexvo.org/id/term/tel/%E0%B0%88%E0%B0%95%E0%B1%8D%E0%B0%B5%E0%B0%A1%E0%B1%8B%E0%B0%B0%E0%B1%8D>,
        <http://lexvo.org/id/term/teo/Ekwado>,
        <http://lexvo.org/id/term/tha/%E0%B9%80%E0%B8%AD%E0%B8%81%E0%B8%A7%E0%B8%B2%E0%B8%94%E0%B8%AD%E0%B8%A3%E0%B9%8C>,
        <http://lexvo.org/id/term/tig/%E1%8A%A2%E1%8A%B3%E1%8B%B6%E1%88%AD>,
        <http://lexvo.org/id/term/tir/%E1%8A%A2%E1%8A%B3%E1%8B%B6%E1%88%AD>,
        <http://lexvo.org/id/term/ton/%CA%BBEkuetoa>,
        <http://lexvo.org/id/term/tur/Ekvador>,
        <http://lexvo.org/id/term/twq/Ekwateer>,
        <http://lexvo.org/id/term/tzm/Ikwa%E1%B8%8Dur>,
        <http://lexvo.org/id/term/ukr/%D0%95%D0%BA%D0%B2%D0%B0%D0%B4%D0%BE%D1%80>,
        <http://lexvo.org/id/term/urd/%D8%A7%DB%8C%DA%A9%D9%88%D8%A7%DA%88%D9%88%D8%B1>,
        <http://lexvo.org/id/term/vai-Latn/%C6%90%CC%81k%C3%BAw%C3%A9d%C9%94>,
        <http://lexvo.org/id/term/vai/%EA%97%A1%EA%96%B4%EA%94%83%EA%97%8D>,
        <http://lexvo.org/id/term/vie/Ecuador>,
        <http://lexvo.org/id/term/vun/Ekwado>,
        <http://lexvo.org/id/term/wae/Ecuador>,
        <http://lexvo.org/id/term/wal/%E1%8A%A2%E1%8A%B3%E1%8B%B6%E1%88%AD>,
        <http://lexvo.org/id/term/xog/Ekwado>,
        <http://lexvo.org/id/term/yav/ekuat%C9%9B%CC%81l>,
        <http://lexvo.org/id/term/yor/Or%C3%ADl%E1%BA%B9%CC%81%C3%A8de%20Eku%C3%A1d%C3%B2>,
        <http://lexvo.org/id/term/zsm/Ecuador>,
        <http://lexvo.org/id/term/zul/i-Ecuador> ;
    owl:sameAs <http://psi.oasis-open.org/iso/3166/#218>,
        <http://sws.geonames.org/3658394/> .

<http://lexvo.org/id/iso3166/EE> a lvont:GeographicRegion ;
    rdfs:label "Estland"@af,
        "Èsɨ̀tonyìa"@agq,
        "Ɛstonia"@ak,
        "ኤስቶኒያ"@am,
        "أستونيا"@ar,
        "Ethtonia"@asa,
        "Estonia"@ast,
        "Estoniya"@az,
        "Èstonìà"@bas,
        "Эстонія"@be,
        "Huestonia"@bez,
        "Естония"@bg,
        "Esetoni"@bm,
        "এস্তোনিয়া"@bn,
        "ཨིསྟོ་ནི་ཡ།"@bo,
        "Estonia"@br,
        "एस्टोनिया"@brx,
        "Estonija"@bs,
        "Естонија"@bs-Cyrl,
        "ኤስቶኒያ"@byn,
        "Estònia"@ca,
        "Esitoniya"@cgg,
        "ᎡᏍᏙᏂᏯ"@chr,
        "爱沙尼亚"@cmn,
        "愛沙尼亞"@cmn-Hant,
        "Estonsko"@cs,
        "Estonia"@cy,
        "Estland"@da,
        "Estonia"@dav,
        "Estland"@de,
        "Estooni"@dje,
        "Estoni"@dyo,
        "ཨེས་ཊོ་ནི་ཡ"@dz,
        "Estonia"@ebu,
        "Estonia nutome"@ee,
        "Εσθονία"@el,
        "Estonia"@en,
        "ISO 3166-1:EE"@en,
        "𐐇𐑅𐐻𐐬𐑌𐐨𐐲"@en-Dsrt,
        "Estonujo"@eo,
        "Estonia"@es,
        "Eesti"@et,
        "Estonia"@eu,
        "Esetoní"@ewo,
        "استونی"@fa,
        "استونیا"@fa,
        "Estoni"@ff,
        "Viro"@fi,
        "Estonia"@fil,
        "Estland"@fo,
        "Estonie"@fr,
        "Estonie"@fur,
        "An Eastóin"@ga,
        "An Eastoin"@gd,
        "Estonia"@gl,
        "Eestland"@gsw,
        "એસ્ટોનિયા"@gu,
        "Estonia"@guz,
        "Estoniya"@ha,
        "אסטוניה"@he,
        "एस्टोनिया"@hi,
        "Estonija"@hr,
        "Észtország"@hu,
        "Էստոնիա"@hy,
        "Estonia"@ia,
        "Estonia"@id,
        "Eistland"@is,
        "Estonia"@it,
        "エストニア"@ja,
        "Estonia"@jmc,
        "ესტონეთი"@ka,
        "Istunya"@kab,
        "Estonia"@kam,
        "Estonia"@kde,
        "Stonia"@kea,
        "Estooni"@khq,
        "Estonia"@ki,
        "Estlandi"@kl,
        "Emetab Estonia"@kln,
        "អេស្តូនី"@km,
        "ಎಸ್ತೊನಿಯ"@kn,
        "에스토니아"@ko,
        "ایسٹونِیا"@ks,
        "Estonia"@ksb,
        "ɛstoní"@ksf,
        "Äßland"@ksh,
        "Estonía"@lag,
        "Esitoniya"@lg,
        "Esitoni"@ln,
        "ເອສໂຕເນຍ"@lo,
        "Estija"@lt,
        "Esitoni"@lu,
        "Estonia"@luo,
        "Estonia"@luy,
        "Igaunija"@lv,
        "Estonia"@mas,
        "Estonia"@mer,
        "Estoni"@mfe,
        "Estonia"@mg,
        "Естонија"@mk,
        "എസ്റ്റോണിയ‍"@ml,
        "एस्टोनिया"@mr,
        "Estonja"@mt,
        "Estoniya"@mua,
        "အက်စတိုးနီးယား"@my,
        "Estoniab"@naq,
        "Estland"@nb,
        "Estonia"@nd,
        "इस्टोनिया"@ne,
        "Estland"@nl,
        "Ɛstonia"@nmg,
        "Estland"@nn,
        "Esitoniya"@nyn,
        "ଏସ୍ତୋନିଆ"@or,
        "Estonia"@pl,
        "Estónia"@pt,
        "Estônia"@pt,
        "Estonia"@rm,
        "Esitoniya"@rn,
        "Estonia"@ro,
        "Estonia"@rof,
        "Эстония"@ru,
        "Estonia"@rwk,
        "Estonia"@saq,
        "Esitoniya"@sbp,
        "Estlánda"@se,
        "Estônia"@seh,
        "Estooni"@ses,
        "Estonïi"@sg,
        "ⵉⵙⵜⵓⵏⵢⴰ"@shi,
        "istunya"@shi-Latn,
        "එස්තෝනියාව"@si,
        "Estónsko"@sk,
        "Estonija"@sl,
        "Estonia"@sn,
        "Estooniya"@so,
        "Estoni"@sq,
        "Естонија"@sr,
        "Estonija"@sr-Latn,
        "Estland"@sv,
        "Estonia"@swc,
        "Estonia"@swh,
        "எஸ்டோனியா"@ta,
        "ఎస్టోనియా"@te,
        "Estonia"@teo,
        "เอสโตเนีย"@th,
        "ኤስቶኒያ"@ti,
        "ኤስቶኒያ"@tig,
        "ʻEsitōnia"@to,
        "Estonya"@tr,
        "Estooni"@twq,
        "Isṭunya"@tzm,
        "Естонія"@uk,
        "اسٹونیا"@ur,
        "ꗡꔻꕿꕇꕰ"@vai,
        "Ɛsitóninya"@vai-Latn,
        "Estonia"@vi,
        "Estonia"@vun,
        "Eštland"@wae,
        "ኤስቶኒያ"@wal,
        "Esitoniya"@xog,
        "ɛstoni"@yav,
        "Orílẹ́ède Esitonia"@yo,
        "Estonia"@zsm,
        "i-Estonia"@zu ;
    lvont:label <http://lexvo.org/id/term/afr/Estland>,
        <http://lexvo.org/id/term/agq/%C3%88s%C9%A8%CC%80tony%C3%ACa>,
        <http://lexvo.org/id/term/aka/%C6%90stonia>,
        <http://lexvo.org/id/term/amh/%E1%8A%A4%E1%88%B5%E1%89%B6%E1%8A%92%E1%8B%AB>,
        <http://lexvo.org/id/term/ara/%D8%A3%D8%B3%D8%AA%D9%88%D9%86%D9%8A%D8%A7>,
        <http://lexvo.org/id/term/asa/Ethtonia>,
        <http://lexvo.org/id/term/ast/Estonia>,
        <http://lexvo.org/id/term/aze/Estoniya>,
        <http://lexvo.org/id/term/bam/Esetoni>,
        <http://lexvo.org/id/term/bas/%C3%88ston%C3%AC%C3%A0>,
        <http://lexvo.org/id/term/bel/%D0%AD%D1%81%D1%82%D0%BE%D0%BD%D1%96%D1%8F>,
        <http://lexvo.org/id/term/ben/%E0%A6%8F%E0%A6%B8%E0%A7%8D%E0%A6%A4%E0%A7%8B%E0%A6%A8%E0%A6%BF%E0%A6%AF%E0%A6%BC%E0%A6%BE>,
        <http://lexvo.org/id/term/bez/Huestonia>,
        <http://lexvo.org/id/term/bod/%E0%BD%A8%E0%BD%B2%E0%BD%A6%E0%BE%9F%E0%BD%BC%E0%BC%8B%E0%BD%93%E0%BD%B2%E0%BC%8B%E0%BD%A1%E0%BC%8D>,
        <http://lexvo.org/id/term/bos-Cyrl/%D0%95%D1%81%D1%82%D0%BE%D0%BD%D0%B8%D1%98%D0%B0>,
        <http://lexvo.org/id/term/bos/Estonija>,
        <http://lexvo.org/id/term/bre/Estonia>,
        <http://lexvo.org/id/term/brx/%E0%A4%8F%E0%A4%B8%E0%A5%8D%E0%A4%9F%E0%A5%8B%E0%A4%A8%E0%A4%BF%E0%A4%AF%E0%A4%BE>,
        <http://lexvo.org/id/term/bul/%D0%95%D1%81%D1%82%D0%BE%D0%BD%D0%B8%D1%8F>,
        <http://lexvo.org/id/term/byn/%E1%8A%A4%E1%88%B5%E1%89%B6%E1%8A%92%E1%8B%AB>,
        <http://lexvo.org/id/term/cat/Est%C3%B2nia>,
        <http://lexvo.org/id/term/ces/Estonsko>,
        <http://lexvo.org/id/term/cgg/Esitoniya>,
        <http://lexvo.org/id/term/chr/%E1%8E%A1%E1%8F%8D%E1%8F%99%E1%8F%82%E1%8F%AF>,
        <http://lexvo.org/id/term/cmn-Hant/%E6%84%9B%E6%B2%99%E5%B0%BC%E4%BA%9E>,
        <http://lexvo.org/id/term/cmn/%E7%88%B1%E6%B2%99%E5%B0%BC%E4%BA%9A>,
        <http://lexvo.org/id/term/cym/Estonia>,
        <http://lexvo.org/id/term/dan/Estland>,
        <http://lexvo.org/id/term/dav/Estonia>,
        <http://lexvo.org/id/term/deu/Estland>,
        <http://lexvo.org/id/term/dje/Estooni>,
        <http://lexvo.org/id/term/dyo/Estoni>,
        <http://lexvo.org/id/term/dzo/%E0%BD%A8%E0%BD%BA%E0%BD%A6%E0%BC%8B%E0%BD%8A%E0%BD%BC%E0%BC%8B%E0%BD%93%E0%BD%B2%E0%BC%8B%E0%BD%A1>,
        <http://lexvo.org/id/term/ebu/Estonia>,
        <http://lexvo.org/id/term/ell/%CE%95%CF%83%CE%B8%CE%BF%CE%BD%CE%AF%CE%B1>,
        <http://lexvo.org/id/term/eng-Dsrt/%F0%90%90%87%F0%90%91%85%F0%90%90%BB%F0%90%90%AC%F0%90%91%8C%F0%90%90%A8%F0%90%90%B2>,
        <http://lexvo.org/id/term/eng/Estonia>,
        <http://lexvo.org/id/term/eng/ISO%203166-1%3AEE>,
        <http://lexvo.org/id/term/epo/Estonujo>,
        <http://lexvo.org/id/term/est/Eesti>,
        <http://lexvo.org/id/term/eus/Estonia>,
        <http://lexvo.org/id/term/ewe/Estonia%20nutome>,
        <http://lexvo.org/id/term/ewo/Eseton%C3%AD>,
        <http://lexvo.org/id/term/fao/Estland>,
        <http://lexvo.org/id/term/fas/%D8%A7%D8%B3%D8%AA%D9%88%D9%86%DB%8C>,
        <http://lexvo.org/id/term/fas/%D8%A7%D8%B3%D8%AA%D9%88%D9%86%DB%8C%D8%A7>,
        <http://lexvo.org/id/term/fil/Estonia>,
        <http://lexvo.org/id/term/fin/Viro>,
        <http://lexvo.org/id/term/fra/Estonie>,
        <http://lexvo.org/id/term/ful/Estoni>,
        <http://lexvo.org/id/term/fur/Estonie>,
        <http://lexvo.org/id/term/gla/An%20Eastoin>,
        <http://lexvo.org/id/term/gle/An%20East%C3%B3in>,
        <http://lexvo.org/id/term/glg/Estonia>,
        <http://lexvo.org/id/term/gsw/Eestland>,
        <http://lexvo.org/id/term/guj/%E0%AA%8F%E0%AA%B8%E0%AB%8D%E0%AA%9F%E0%AB%8B%E0%AA%A8%E0%AA%BF%E0%AA%AF%E0%AA%BE>,
        <http://lexvo.org/id/term/guz/Estonia>,
        <http://lexvo.org/id/term/hau/Estoniya>,
        <http://lexvo.org/id/term/heb/%D7%90%D7%A1%D7%98%D7%95%D7%A0%D7%99%D7%94>,
        <http://lexvo.org/id/term/hin/%E0%A4%8F%E0%A4%B8%E0%A5%8D%E0%A4%9F%E0%A5%8B%E0%A4%A8%E0%A4%BF%E0%A4%AF%E0%A4%BE>,
        <http://lexvo.org/id/term/hrv/Estonija>,
        <http://lexvo.org/id/term/hun/%C3%89sztorsz%C3%A1g>,
        <http://lexvo.org/id/term/hye/%D4%B7%D5%BD%D5%BF%D5%B8%D5%B6%D5%AB%D5%A1>,
        <http://lexvo.org/id/term/ina/Estonia>,
        <http://lexvo.org/id/term/ind/Estonia>,
        <http://lexvo.org/id/term/isl/Eistland>,
        <http://lexvo.org/id/term/ita/Estonia>,
        <http://lexvo.org/id/term/jmc/Estonia>,
        <http://lexvo.org/id/term/jpn/%E3%82%A8%E3%82%B9%E3%83%88%E3%83%8B%E3%82%A2>,
        <http://lexvo.org/id/term/kab/Istunya>,
        <http://lexvo.org/id/term/kal/Estlandi>,
        <http://lexvo.org/id/term/kam/Estonia>,
        <http://lexvo.org/id/term/kan/%E0%B2%8E%E0%B2%B8%E0%B3%8D%E0%B2%A4%E0%B3%8A%E0%B2%A8%E0%B2%BF%E0%B2%AF>,
        <http://lexvo.org/id/term/kas/%D8%A7%DB%8C%D8%B3%D9%B9%D9%88%D9%86%D9%90%DB%8C%D8%A7>,
        <http://lexvo.org/id/term/kat/%E1%83%94%E1%83%A1%E1%83%A2%E1%83%9D%E1%83%9C%E1%83%94%E1%83%97%E1%83%98>,
        <http://lexvo.org/id/term/kde/Estonia>,
        <http://lexvo.org/id/term/kea/Stonia>,
        <http://lexvo.org/id/term/khm/%E1%9E%A2%E1%9F%81%E1%9E%9F%E1%9F%92%E1%9E%8F%E1%9E%BC%E1%9E%93%E1%9E%B8>,
        <http://lexvo.org/id/term/khq/Estooni>,
        <http://lexvo.org/id/term/kik/Estonia>,
        <http://lexvo.org/id/term/kln/Emetab%20Estonia>,
        <http://lexvo.org/id/term/kor/%EC%97%90%EC%8A%A4%ED%86%A0%EB%8B%88%EC%95%84>,
        <http://lexvo.org/id/term/ksb/Estonia>,
        <http://lexvo.org/id/term/ksf/%C9%9Bston%C3%AD>,
        <http://lexvo.org/id/term/ksh/%C3%84%C3%9Fland>,
        <http://lexvo.org/id/term/lag/Eston%C3%ADa>,
        <http://lexvo.org/id/term/lao/%E0%BB%80%E0%BA%AD%E0%BA%AA%E0%BB%82%E0%BA%95%E0%BB%80%E0%BA%99%E0%BA%8D>,
        <http://lexvo.org/id/term/lav/Igaunija>,
        <http://lexvo.org/id/term/lin/Esitoni>,
        <http://lexvo.org/id/term/lit/Estija>,
        <http://lexvo.org/id/term/lub/Esitoni>,
        <http://lexvo.org/id/term/lug/Esitoniya>,
        <http://lexvo.org/id/term/luo/Estonia>,
        <http://lexvo.org/id/term/luy/Estonia>,
        <http://lexvo.org/id/term/mal/%E0%B4%8E%E0%B4%B8%E0%B5%8D%E0%B4%B1%E0%B5%8D%E0%B4%B1%E0%B5%8B%E0%B4%A3%E0%B4%BF%E0%B4%AF%E2%80%8D>,
        <http://lexvo.org/id/term/mar/%E0%A4%8F%E0%A4%B8%E0%A5%8D%E0%A4%9F%E0%A5%8B%E0%A4%A8%E0%A4%BF%E0%A4%AF%E0%A4%BE>,
        <http://lexvo.org/id/term/mas/Estonia>,
        <http://lexvo.org/id/term/mer/Estonia>,
        <http://lexvo.org/id/term/mfe/Estoni>,
        <http://lexvo.org/id/term/mkd/%D0%95%D1%81%D1%82%D0%BE%D0%BD%D0%B8%D1%98%D0%B0>,
        <http://lexvo.org/id/term/mlg/Estonia>,
        <http://lexvo.org/id/term/mlt/Estonja>,
        <http://lexvo.org/id/term/mua/Estoniya>,
        <http://lexvo.org/id/term/mya/%E1%80%A1%E1%80%80%E1%80%BA%E1%80%85%E1%80%90%E1%80%AD%E1%80%AF%E1%80%B8%E1%80%94%E1%80%AE%E1%80%B8%E1%80%9A%E1%80%AC%E1%80%B8>,
        <http://lexvo.org/id/term/naq/Estoniab>,
        <http://lexvo.org/id/term/nde/Estonia>,
        <http://lexvo.org/id/term/nep/%E0%A4%87%E0%A4%B8%E0%A5%8D%E0%A4%9F%E0%A5%8B%E0%A4%A8%E0%A4%BF%E0%A4%AF%E0%A4%BE>,
        <http://lexvo.org/id/term/nld/Estland>,
        <http://lexvo.org/id/term/nmg/%C6%90stonia>,
        <http://lexvo.org/id/term/nno/Estland>,
        <http://lexvo.org/id/term/nob/Estland>,
        <http://lexvo.org/id/term/nyn/Esitoniya>,
        <http://lexvo.org/id/term/ori/%E0%AC%8F%E0%AC%B8%E0%AD%8D%E0%AC%A4%E0%AD%8B%E0%AC%A8%E0%AC%BF%E0%AC%86>,
        <http://lexvo.org/id/term/pol/Estonia>,
        <http://lexvo.org/id/term/por/Est%C3%B3nia>,
        <http://lexvo.org/id/term/por/Est%C3%B4nia>,
        <http://lexvo.org/id/term/rof/Estonia>,
        <http://lexvo.org/id/term/roh/Estonia>,
        <http://lexvo.org/id/term/ron/Estonia>,
        <http://lexvo.org/id/term/run/Esitoniya>,
        <http://lexvo.org/id/term/rus/%D0%AD%D1%81%D1%82%D0%BE%D0%BD%D0%B8%D1%8F>,
        <http://lexvo.org/id/term/rwk/Estonia>,
        <http://lexvo.org/id/term/sag/Eston%C3%AFi>,
        <http://lexvo.org/id/term/saq/Estonia>,
        <http://lexvo.org/id/term/sbp/Esitoniya>,
        <http://lexvo.org/id/term/seh/Est%C3%B4nia>,
        <http://lexvo.org/id/term/ses/Estooni>,
        <http://lexvo.org/id/term/shi-Latn/istunya>,
        <http://lexvo.org/id/term/shi/%E2%B5%89%E2%B5%99%E2%B5%9C%E2%B5%93%E2%B5%8F%E2%B5%A2%E2%B4%B0>,
        <http://lexvo.org/id/term/sin/%E0%B6%91%E0%B7%83%E0%B7%8A%E0%B6%AD%E0%B7%9D%E0%B6%B1%E0%B7%92%E0%B6%BA%E0%B7%8F%E0%B7%80>,
        <http://lexvo.org/id/term/slk/Est%C3%B3nsko>,
        <http://lexvo.org/id/term/slv/Estonija>,
        <http://lexvo.org/id/term/sme/Estl%C3%A1nda>,
        <http://lexvo.org/id/term/sna/Estonia>,
        <http://lexvo.org/id/term/som/Estooniya>,
        <http://lexvo.org/id/term/spa/Estonia>,
        <http://lexvo.org/id/term/sqi/Estoni>,
        <http://lexvo.org/id/term/srp-Latn/Estonija>,
        <http://lexvo.org/id/term/srp/%D0%95%D1%81%D1%82%D0%BE%D0%BD%D0%B8%D1%98%D0%B0>,
        <http://lexvo.org/id/term/swc/Estonia>,
        <http://lexvo.org/id/term/swe/Estland>,
        <http://lexvo.org/id/term/swh/Estonia>,
        <http://lexvo.org/id/term/tam/%E0%AE%8E%E0%AE%B8%E0%AF%8D%E0%AE%9F%E0%AF%8B%E0%AE%A9%E0%AE%BF%E0%AE%AF%E0%AE%BE>,
        <http://lexvo.org/id/term/tel/%E0%B0%8E%E0%B0%B8%E0%B1%8D%E0%B0%9F%E0%B1%8B%E0%B0%A8%E0%B0%BF%E0%B0%AF%E0%B0%BE>,
        <http://lexvo.org/id/term/teo/Estonia>,
        <http://lexvo.org/id/term/tha/%E0%B9%80%E0%B8%AD%E0%B8%AA%E0%B9%82%E0%B8%95%E0%B9%80%E0%B8%99%E0%B8%B5%E0%B8%A2>,
        <http://lexvo.org/id/term/tig/%E1%8A%A4%E1%88%B5%E1%89%B6%E1%8A%92%E1%8B%AB>,
        <http://lexvo.org/id/term/tir/%E1%8A%A4%E1%88%B5%E1%89%B6%E1%8A%92%E1%8B%AB>,
        <http://lexvo.org/id/term/ton/%CA%BBEsit%C5%8Dnia>,
        <http://lexvo.org/id/term/tur/Estonya>,
        <http://lexvo.org/id/term/twq/Estooni>,
        <http://lexvo.org/id/term/tzm/Is%E1%B9%ADunya>,
        <http://lexvo.org/id/term/ukr/%D0%95%D1%81%D1%82%D0%BE%D0%BD%D1%96%D1%8F>,
        <http://lexvo.org/id/term/urd/%D8%A7%D8%B3%D9%B9%D9%88%D9%86%DB%8C%D8%A7>,
        <http://lexvo.org/id/term/vai-Latn/%C6%90sit%C3%B3ninya>,
        <http://lexvo.org/id/term/vai/%EA%97%A1%EA%94%BB%EA%95%BF%EA%95%87%EA%95%B0>,
        <http://lexvo.org/id/term/vie/Estonia>,
        <http://lexvo.org/id/term/vun/Estonia>,
        <http://lexvo.org/id/term/wae/E%C5%A1tland>,
        <http://lexvo.org/id/term/wal/%E1%8A%A4%E1%88%B5%E1%89%B6%E1%8A%92%E1%8B%AB>,
        <http://lexvo.org/id/term/xog/Esitoniya>,
        <http://lexvo.org/id/term/yav/%C9%9Bstoni>,
        <http://lexvo.org/id/term/yor/Or%C3%ADl%E1%BA%B9%CC%81%C3%A8de%20Esitonia>,
        <http://lexvo.org/id/term/zsm/Estonia>,
        <http://lexvo.org/id/term/zul/i-Estonia> ;
    owl:sameAs <http://psi.oasis-open.org/iso/3166/#233>,
        <http://sws.geonames.org/453733/> .

<http://lexvo.org/id/iso3166/EG> a lvont:GeographicRegion ;
    rdfs:label "Egipte"@af,
        "Edzì"@agq,
        "Nisrim"@ak,
        "ግብጽ"@am,
        "مصر"@ar,
        "Mithri"@asa,
        "Exiptu"@ast,
        "Misir"@az,
        "Ègîptò"@bas,
        "Егіпет"@be,
        "Humisri"@bez,
        "Египет"@bg,
        "Eziputi"@bm,
        "মিশর"@bn,
        "ཨི་ཇིབྚ།"@bo,
        "Egipt"@br,
        "मिस्र"@brx,
        "Egipat"@bs,
        "Египат"@bs-Cyrl,
        "ግብጽ"@byn,
        "Egipte"@ca,
        "Misiri"@cgg,
        "ᎢᏥᏈᎢ"@chr,
        "埃及"@cmn,
        "埃及"@cmn-Hant,
        "Egypt"@cs,
        "yr Aifft"@cy,
        "Egypten"@da,
        "Misri"@dav,
        "Ägypten"@de,
        "Misra"@dje,
        "Esípt"@dyo,
        "ཨི་ཇིབཊ"@dz,
        "Misri"@ebu,
        "Egypte nutome"@ee,
        "Αίγυπτος"@el,
        "Egypt"@en,
        "ISO 3166-1:EG"@en,
        "𐐀𐐾𐐲𐐹𐐻"@en-Dsrt,
        "Egipto"@eo,
        "Egipto"@es,
        "Egiptus"@et,
        "Egipto"@eu,
        "Ehíbətɛn"@ewo,
        "مصر"@fa,
        "Ejipt"@ff,
        "Egypti"@fi,
        "Egypt"@fil,
        "Egyptaland"@fo,
        "Égypte"@fr,
        "Egjit"@fur,
        "An Éigipt"@ga,
        "An Èiphit"@gd,
        "Exipto"@gl,
        "Ägüpte"@gsw,
        "ઇજિપ્ત"@gu,
        "Misri"@guz,
        "Masar, Misira"@ha,
        "מצרים"@he,
        "मिस्र"@hi,
        "Egipat"@hr,
        "Egyiptom"@hu,
        "Եգիպտոս"@hy,
        "Egypto"@ia,
        "Mesir"@id,
        "Egyptaland"@is,
        "Egitto"@it,
        "エジプト"@ja,
        "Ɛjíptɛ"@jgo,
        "Misri"@jmc,
        "ეგვიპტე"@ka,
        "Maṣr"@kab,
        "Misili"@kam,
        "Misli"@kde,
        "Ejitu"@kea,
        "Misra"@khq,
        "Misri"@ki,
        "Egypten"@kl,
        "Emetab Misiri"@kln,
        "អេហ្ស៉ីប"@km,
        "ಈಜಿಪ್ಟ್"@kn,
        "이집트"@ko,
        "مِسٔر"@ks,
        "Misli"@ksb,
        "ɛjípt"@ksf,
        "Äjüpte"@ksh,
        "Mísiri"@lag,
        "Misiri"@lg,
        "Ezípite"@ln,
        "ອີຢິບ"@lo,
        "Egiptas"@lt,
        "Mushidi"@lu,
        "Egypt"@luo,
        "Misri"@luy,
        "Ēģipte"@lv,
        "Misri"@mas,
        "Misiri"@mer,
        "Lezipt"@mfe,
        "Ejypta"@mg,
        "Umisiri"@mgh,
        "Египет"@mk,
        "ഈജിപ്ത്"@ml,
        "इजिप्त"@mr,
        "Eġittu"@mt,
        "Sǝr Egypt"@mua,
        "အီဂျစ်"@my,
        "Egipteb"@naq,
        "Egypt"@nb,
        "Egypt"@nd,
        "इजिप्ट"@ne,
        "Egypte"@nl,
        "Ägyptɛn"@nmg,
        "Egypt"@nn,
        "Misiri"@nyn,
        "ଇଜିପ୍ଟ"@or,
        "Egipt"@pl,
        "مصر"@ps,
        "Egipto"@pt,
        "Egito"@pt,
        "Egipta"@rm,
        "Misiri"@rn,
        "Egipt"@ro,
        "Misri"@rof,
        "Египет"@ru,
        "Misri"@rwk,
        "Misri"@saq,
        "Misili"@sbp,
        "Egypta"@se,
        "Egito"@seh,
        "Misra"@ses,
        "Kâmitâ"@sg,
        "ⵎⵉⵚⵕ"@shi,
        "miṣṛ"@shi-Latn,
        "ඊජිප්තුව"@si,
        "Egypt"@sk,
        "Egipt"@sl,
        "Egypt"@sn,
        "Masar"@so,
        "Egjipt"@sq,
        "Египат"@sr,
        "Egipat"@sr-Latn,
        "Egypten"@sv,
        "Misri"@swc,
        "Misri"@swh,
        "எகிப்து"@ta,
        "ఈజిప్ట్"@te,
        "Misri"@teo,
        "อียิปต์"@th,
        "ግብጽ"@ti,
        "ግብጽ"@tig,
        "ʻIsipite"@to,
        "Mısır"@tr,
        "Misra"@twq,
        "Miṣr"@tzm,
        "Єгипет"@uk,
        "مصر"@ur,
        "ꕆꔖꕞ"@vai,
        "Míséla"@vai-Latn,
        "Ai Cập"@vi,
        "Misri"@vun,
        "Egypte"@wae,
        "ግብጽ"@wal,
        "Misiri"@xog,
        "isípit"@yav,
        "Orílẹ́ède Égípítì"@yo,
        "Mesir"@zsm,
        "i-Egypt"@zu ;
    lvont:label <http://lexvo.org/id/term/afr/Egipte>,
        <http://lexvo.org/id/term/agq/Edz%C3%AC>,
        <http://lexvo.org/id/term/aka/Nisrim>,
        <http://lexvo.org/id/term/amh/%E1%8C%8D%E1%89%A5%E1%8C%BD>,
        <http://lexvo.org/id/term/ara/%D9%85%D8%B5%D8%B1>,
        <http://lexvo.org/id/term/asa/Mithri>,
        <http://lexvo.org/id/term/ast/Exiptu>,
        <http://lexvo.org/id/term/aze/Misir>,
        <http://lexvo.org/id/term/bam/Eziputi>,
        <http://lexvo.org/id/term/bas/%C3%88g%C3%AEpt%C3%B2>,
        <http://lexvo.org/id/term/bel/%D0%95%D0%B3%D1%96%D0%BF%D0%B5%D1%82>,
        <http://lexvo.org/id/term/ben/%E0%A6%AE%E0%A6%BF%E0%A6%B6%E0%A6%B0>,
        <http://lexvo.org/id/term/bez/Humisri>,
        <http://lexvo.org/id/term/bod/%E0%BD%A8%E0%BD%B2%E0%BC%8B%E0%BD%87%E0%BD%B2%E0%BD%96%E0%BE%9A%E0%BC%8D>,
        <http://lexvo.org/id/term/bos-Cyrl/%D0%95%D0%B3%D0%B8%D0%BF%D0%B0%D1%82>,
        <http://lexvo.org/id/term/bos/Egipat>,
        <http://lexvo.org/id/term/bre/Egipt>,
        <http://lexvo.org/id/term/brx/%E0%A4%AE%E0%A4%BF%E0%A4%B8%E0%A5%8D%E0%A4%B0>,
        <http://lexvo.org/id/term/bul/%D0%95%D0%B3%D0%B8%D0%BF%D0%B5%D1%82>,
        <http://lexvo.org/id/term/byn/%E1%8C%8D%E1%89%A5%E1%8C%BD>,
        <http://lexvo.org/id/term/cat/Egipte>,
        <http://lexvo.org/id/term/ces/Egypt>,
        <http://lexvo.org/id/term/cgg/Misiri>,
        <http://lexvo.org/id/term/chr/%E1%8E%A2%E1%8F%A5%E1%8F%88%E1%8E%A2>,
        <http://lexvo.org/id/term/cmn-Hant/%E5%9F%83%E5%8F%8A>,
        <http://lexvo.org/id/term/cmn/%E5%9F%83%E5%8F%8A>,
        <http://lexvo.org/id/term/cym/yr%20Aifft>,
        <http://lexvo.org/id/term/dan/Egypten>,
        <http://lexvo.org/id/term/dav/Misri>,
        <http://lexvo.org/id/term/deu/%C3%84gypten>,
        <http://lexvo.org/id/term/dje/Misra>,
        <http://lexvo.org/id/term/dyo/Es%C3%ADpt>,
        <http://lexvo.org/id/term/dzo/%E0%BD%A8%E0%BD%B2%E0%BC%8B%E0%BD%87%E0%BD%B2%E0%BD%96%E0%BD%8A>,
        <http://lexvo.org/id/term/ebu/Misri>,
        <http://lexvo.org/id/term/ell/%CE%91%CE%AF%CE%B3%CF%85%CF%80%CF%84%CE%BF%CF%82>,
        <http://lexvo.org/id/term/eng-Dsrt/%F0%90%90%80%F0%90%90%BE%F0%90%90%B2%F0%90%90%B9%F0%90%90%BB>,
        <http://lexvo.org/id/term/eng/Egypt>,
        <http://lexvo.org/id/term/eng/ISO%203166-1%3AEG>,
        <http://lexvo.org/id/term/epo/Egipto>,
        <http://lexvo.org/id/term/est/Egiptus>,
        <http://lexvo.org/id/term/eus/Egipto>,
        <http://lexvo.org/id/term/ewe/Egypte%20nutome>,
        <http://lexvo.org/id/term/ewo/Eh%C3%ADb%C9%99t%C9%9Bn>,
        <http://lexvo.org/id/term/fao/Egyptaland>,
        <http://lexvo.org/id/term/fas/%D9%85%D8%B5%D8%B1>,
        <http://lexvo.org/id/term/fil/Egypt>,
        <http://lexvo.org/id/term/fin/Egypti>,
        <http://lexvo.org/id/term/fra/%C3%89gypte>,
        <http://lexvo.org/id/term/ful/Ejipt>,
        <http://lexvo.org/id/term/fur/Egjit>,
        <http://lexvo.org/id/term/gla/An%20%C3%88iphit>,
        <http://lexvo.org/id/term/gle/An%20%C3%89igipt>,
        <http://lexvo.org/id/term/glg/Exipto>,
        <http://lexvo.org/id/term/gsw/%C3%84g%C3%BCpte>,
        <http://lexvo.org/id/term/guj/%E0%AA%87%E0%AA%9C%E0%AA%BF%E0%AA%AA%E0%AB%8D%E0%AA%A4>,
        <http://lexvo.org/id/term/guz/Misri>,
        <http://lexvo.org/id/term/hau/Masar%2C%20Misira>,
        <http://lexvo.org/id/term/heb/%D7%9E%D7%A6%D7%A8%D7%99%D7%9D>,
        <http://lexvo.org/id/term/hin/%E0%A4%AE%E0%A4%BF%E0%A4%B8%E0%A5%8D%E0%A4%B0>,
        <http://lexvo.org/id/term/hrv/Egipat>,
        <http://lexvo.org/id/term/hun/Egyiptom>,
        <http://lexvo.org/id/term/hye/%D4%B5%D5%A3%D5%AB%D5%BA%D5%BF%D5%B8%D5%BD>,
        <http://lexvo.org/id/term/ina/Egypto>,
        <http://lexvo.org/id/term/ind/Mesir>,
        <http://lexvo.org/id/term/isl/Egyptaland>,
        <http://lexvo.org/id/term/ita/Egitto>,
        <http://lexvo.org/id/term/jgo/%C6%90j%C3%ADpt%C9%9B>,
        <http://lexvo.org/id/term/jmc/Misri>,
        <http://lexvo.org/id/term/jpn/%E3%82%A8%E3%82%B8%E3%83%97%E3%83%88>,
        <http://lexvo.org/id/term/kab/Ma%E1%B9%A3r>,
        <http://lexvo.org/id/term/kal/Egypten>,
        <http://lexvo.org/id/term/kam/Misili>,
        <http://lexvo.org/id/term/kan/%E0%B2%88%E0%B2%9C%E0%B2%BF%E0%B2%AA%E0%B3%8D%E0%B2%9F%E0%B3%8D>,
        <http://lexvo.org/id/term/kas/%D9%85%D9%90%D8%B3%D9%94%D8%B1>,
        <http://lexvo.org/id/term/kat/%E1%83%94%E1%83%92%E1%83%95%E1%83%98%E1%83%9E%E1%83%A2%E1%83%94>,
        <http://lexvo.org/id/term/kde/Misli>,
        <http://lexvo.org/id/term/kea/Ejitu>,
        <http://lexvo.org/id/term/khm/%E1%9E%A2%E1%9F%81%E1%9E%A0%E1%9F%92%E1%9E%9F%E1%9F%89%E1%9E%B8%E1%9E%94>,
        <http://lexvo.org/id/term/khq/Misra>,
        <http://lexvo.org/id/term/kik/Misri>,
        <http://lexvo.org/id/term/kln/Emetab%20Misiri>,
        <http://lexvo.org/id/term/kor/%EC%9D%B4%EC%A7%91%ED%8A%B8>,
        <http://lexvo.org/id/term/ksb/Misli>,
        <http://lexvo.org/id/term/ksf/%C9%9Bj%C3%ADpt>,
        <http://lexvo.org/id/term/ksh/%C3%84j%C3%BCpte>,
        <http://lexvo.org/id/term/lag/M%C3%ADsiri>,
        <http://lexvo.org/id/term/lao/%E0%BA%AD%E0%BA%B5%E0%BA%A2%E0%BA%B4%E0%BA%9A>,
        <http://lexvo.org/id/term/lav/%C4%92%C4%A3ipte>,
        <http://lexvo.org/id/term/lin/Ez%C3%ADpite>,
        <http://lexvo.org/id/term/lit/Egiptas>,
        <http://lexvo.org/id/term/lub/Mushidi>,
        <http://lexvo.org/id/term/lug/Misiri>,
        <http://lexvo.org/id/term/luo/Egypt>,
        <http://lexvo.org/id/term/luy/Misri>,
        <http://lexvo.org/id/term/mal/%E0%B4%88%E0%B4%9C%E0%B4%BF%E0%B4%AA%E0%B5%8D%E0%B4%A4%E0%B5%8D>,
        <http://lexvo.org/id/term/mar/%E0%A4%87%E0%A4%9C%E0%A4%BF%E0%A4%AA%E0%A5%8D%E0%A4%A4>,
        <http://lexvo.org/id/term/mas/Misri>,
        <http://lexvo.org/id/term/mer/Misiri>,
        <http://lexvo.org/id/term/mfe/Lezipt>,
        <http://lexvo.org/id/term/mgh/Umisiri>,
        <http://lexvo.org/id/term/mkd/%D0%95%D0%B3%D0%B8%D0%BF%D0%B5%D1%82>,
        <http://lexvo.org/id/term/mlg/Ejypta>,
        <http://lexvo.org/id/term/mlt/E%C4%A1ittu>,
        <http://lexvo.org/id/term/mua/S%C7%9Dr%20Egypt>,
        <http://lexvo.org/id/term/mya/%E1%80%A1%E1%80%AE%E1%80%82%E1%80%BB%E1%80%85%E1%80%BA>,
        <http://lexvo.org/id/term/naq/Egipteb>,
        <http://lexvo.org/id/term/nde/Egypt>,
        <http://lexvo.org/id/term/nep/%E0%A4%87%E0%A4%9C%E0%A4%BF%E0%A4%AA%E0%A5%8D%E0%A4%9F>,
        <http://lexvo.org/id/term/nld/Egypte>,
        <http://lexvo.org/id/term/nmg/%C3%84gypt%C9%9Bn>,
        <http://lexvo.org/id/term/nno/Egypt>,
        <http://lexvo.org/id/term/nob/Egypt>,
        <http://lexvo.org/id/term/nyn/Misiri>,
        <http://lexvo.org/id/term/ori/%E0%AC%87%E0%AC%9C%E0%AC%BF%E0%AC%AA%E0%AD%8D%E0%AC%9F>,
        <http://lexvo.org/id/term/pol/Egipt>,
        <http://lexvo.org/id/term/por/Egipto>,
        <http://lexvo.org/id/term/por/Egito>,
        <http://lexvo.org/id/term/pus/%D9%85%D8%B5%D8%B1>,
        <http://lexvo.org/id/term/rof/Misri>,
        <http://lexvo.org/id/term/roh/Egipta>,
        <http://lexvo.org/id/term/ron/Egipt>,
        <http://lexvo.org/id/term/run/Misiri>,
        <http://lexvo.org/id/term/rus/%D0%95%D0%B3%D0%B8%D0%BF%D0%B5%D1%82>,
        <http://lexvo.org/id/term/rwk/Misri>,
        <http://lexvo.org/id/term/sag/K%C3%A2mit%C3%A2>,
        <http://lexvo.org/id/term/saq/Misri>,
        <http://lexvo.org/id/term/sbp/Misili>,
        <http://lexvo.org/id/term/seh/Egito>,
        <http://lexvo.org/id/term/ses/Misra>,
        <http://lexvo.org/id/term/shi-Latn/mi%E1%B9%A3%E1%B9%9B>,
        <http://lexvo.org/id/term/shi/%E2%B5%8E%E2%B5%89%E2%B5%9A%E2%B5%95>,
        <http://lexvo.org/id/term/sin/%E0%B6%8A%E0%B6%A2%E0%B7%92%E0%B6%B4%E0%B7%8A%E0%B6%AD%E0%B7%94%E0%B7%80>,
        <http://lexvo.org/id/term/slk/Egypt>,
        <http://lexvo.org/id/term/slv/Egipt>,
        <http://lexvo.org/id/term/sme/Egypta>,
        <http://lexvo.org/id/term/sna/Egypt>,
        <http://lexvo.org/id/term/som/Masar>,
        <http://lexvo.org/id/term/spa/Egipto>,
        <http://lexvo.org/id/term/sqi/Egjipt>,
        <http://lexvo.org/id/term/srp-Latn/Egipat>,
        <http://lexvo.org/id/term/srp/%D0%95%D0%B3%D0%B8%D0%BF%D0%B0%D1%82>,
        <http://lexvo.org/id/term/swc/Misri>,
        <http://lexvo.org/id/term/swe/Egypten>,
        <http://lexvo.org/id/term/swh/Misri>,
        <http://lexvo.org/id/term/tam/%E0%AE%8E%E0%AE%95%E0%AE%BF%E0%AE%AA%E0%AF%8D%E0%AE%A4%E0%AF%81>,
        <http://lexvo.org/id/term/tel/%E0%B0%88%E0%B0%9C%E0%B0%BF%E0%B0%AA%E0%B1%8D%E0%B0%9F%E0%B1%8D>,
        <http://lexvo.org/id/term/teo/Misri>,
        <http://lexvo.org/id/term/tha/%E0%B8%AD%E0%B8%B5%E0%B8%A2%E0%B8%B4%E0%B8%9B%E0%B8%95%E0%B9%8C>,
        <http://lexvo.org/id/term/tig/%E1%8C%8D%E1%89%A5%E1%8C%BD>,
        <http://lexvo.org/id/term/tir/%E1%8C%8D%E1%89%A5%E1%8C%BD>,
        <http://lexvo.org/id/term/ton/%CA%BBIsipite>,
        <http://lexvo.org/id/term/tur/M%C4%B1s%C4%B1r>,
        <http://lexvo.org/id/term/twq/Misra>,
        <http://lexvo.org/id/term/tzm/Mi%E1%B9%A3r>,
        <http://lexvo.org/id/term/ukr/%D0%84%D0%B3%D0%B8%D0%BF%D0%B5%D1%82>,
        <http://lexvo.org/id/term/urd/%D9%85%D8%B5%D8%B1>,
        <http://lexvo.org/id/term/vai-Latn/M%C3%ADs%C3%A9la>,
        <http://lexvo.org/id/term/vai/%EA%95%86%EA%94%96%EA%95%9E>,
        <http://lexvo.org/id/term/vie/Ai%20C%E1%BA%ADp>,
        <http://lexvo.org/id/term/vun/Misri>,
        <http://lexvo.org/id/term/wae/Egypte>,
        <http://lexvo.org/id/term/wal/%E1%8C%8D%E1%89%A5%E1%8C%BD>,
        <http://lexvo.org/id/term/xog/Misiri>,
        <http://lexvo.org/id/term/yav/is%C3%ADpit>,
        <http://lexvo.org/id/term/yor/Or%C3%ADl%E1%BA%B9%CC%81%C3%A8de%20%C3%89g%C3%ADp%C3%ADt%C3%AC>,
        <http://lexvo.org/id/term/zsm/Mesir>,
        <http://lexvo.org/id/term/zul/i-Egypt> ;
    owl:sameAs <http://psi.oasis-open.org/iso/3166/#818>,
        <http://sws.geonames.org/357994/> .

<http://lexvo.org/id/iso3166/EH> a lvont:GeographicRegion ;
    rdfs:label "Wes-Sahara"@af,
        "ምዕራባዊ ሳህራ"@am,
        "الصحراء الغربية"@ar,
        "Sáḥara Occidental"@ast,
        "Qərb Sahara"@az,
        "Заходняя Сахара"@be,
        "Западна Сахара"@bg,
        "পশ্চিমী সাহারা"@bn,
        "Sahara ar Cʼhornôg"@br,
        "पश्चिमी सहारा"@brx,
        "Zapadna Sahara"@bs,
        "Западна Сахара"@bs-Cyrl,
        "ምዕራባዊ ሳህራ"@byn,
        "Sàhara Occidental"@ca,
        "西撒哈拉"@cmn,
        "西撒哈拉"@cmn-Hant,
        "Západní Sahara"@cs,
        "Gorllewin y Sahara"@cy,
        "Vestsahara"@da,
        "Westsahara"@de,
        "ནུབ་ཕྱོགས་ ས་ཧཱ་ར"@dz,
        "Ɣetoɖoƒe Sahara nutome"@ee,
        "Δυτική Σαχάρα"@el,
        "ISO 3166-1:EH"@en,
        "Western Sahara"@en,
        "𐐎𐐯𐑅𐐻𐐲𐑉𐑌 𐐝𐐲𐐸𐐱𐑉𐐲"@en-Dsrt,
        "Okcidenta Saharo"@eo,
        "Sahara Occidental"@es,
        "Sáhara Occidental"@es,
        "Lääne-Sahara"@et,
        "Mendebaldeko Sahara"@eu,
        "صحرای غربی"@fa,
        "Länsi-Sahara"@fi,
        "Western Sahara"@fil,
        "Vestursahara"@fo,
        "Sahara occidental"@fr,
        "Sahara ocidentâl"@fur,
        "An Sahára Thiar"@ga,
        "Sathara an Iar"@gd,
        "Sahara Occidental"@gl,
        "Weschtsahara"@gsw,
        "પશ્ચિમી સહારા"@gu,
        "סהרה המערבית"@he,
        "पश्चिमी सहारा"@hi,
        "Zapadna Sahara"@hr,
        "Nyugat-Szahara"@hu,
        "Արեվմտյան Սահարա"@hy,
        "Sahara occidental"@ia,
        "Sahara Barat"@id,
        "Vestur-Sahara"@is,
        "Sahara Occidentale"@it,
        "西サハラ"@ja,
        "დასავლეთი საჰარა"@ka,
        "Sara Osidental"@kea,
        "Sahara Killiit"@kl,
        "សាហារ៉ាខាងលិច"@km,
        "ಪಶ್ಚಿಮ ಸಹಾರಾ"@kn,
        "서사하라"@ko,
        "مشرِقی سَہارا"@ks,
        "Wäß-Sahara"@ksh,
        "Sahara ya Limbɛ"@ln,
        "ຊາຮາລາຕະເວັນຕົກ"@lo,
        "Vakarų Sachara"@lt,
        "Rietumsahāra"@lv,
        "Западна Сахара"@mk,
        "പശ്ചിമ സഹാറ"@ml,
        "पश्चिम सहारा"@mr,
        "Sahara tal-Punent"@mt,
        "အနောက်ပိုင်း ဆာဟာရ"@my,
        "Vest-Sahara"@nb,
        "पश्चिमी साहारा"@ne,
        "Westelijke Sahara"@nl,
        "Vest-Sahara"@nn,
        "ପଶ୍ଚିମ ସାହାରା"@or,
        "Sahara Zachodnia"@pl,
        "Saara Ocidental"@pt,
        "Sahara Occidentala"@rm,
        "Sahara Occidentală"@ro,
        "Западная Сахара"@ru,
        "Oarje-Sahára"@se,
        "බටහිර සහරාව"@si,
        "Západná Sahara"@sk,
        "Zahodna Sahara"@sl,
        "Saharaja Perëndimore"@sq,
        "Западна Сахара"@sr,
        "Zapadna Sahara"@sr-Latn,
        "Västsahara"@sv,
        "Sahara Magharibi"@swh,
        "மேற்கு சஹாரா"@ta,
        "పడమటి సహారా"@te,
        "ซาฮาราตะวันตก"@th,
        "ምዕራባዊ ሳህራ"@ti,
        "ምዕራባዊ ሳህራ"@tig,
        "Sahala fakahihifo"@to,
        "Batı Sahara"@tr,
        "Західна Сахара"@uk,
        "مغربی صحارا"@ur,
        "Tây Sahara"@vi,
        "Weštsahara"@wae,
        "ምዕራባዊ ሳህራ"@wal,
        "Sahara Barat"@zsm,
        "i-Western Sahara"@zu ;
    lvont:label <http://lexvo.org/id/term/afr/Wes-Sahara>,
        <http://lexvo.org/id/term/amh/%E1%88%9D%E1%8B%95%E1%88%AB%E1%89%A3%E1%8B%8A%20%E1%88%B3%E1%88%85%E1%88%AB>,
        <http://lexvo.org/id/term/ara/%D8%A7%D9%84%D8%B5%D8%AD%D8%B1%D8%A7%D8%A1%20%D8%A7%D9%84%D8%BA%D8%B1%D8%A8%D9%8A%D8%A9>,
        <http://lexvo.org/id/term/ast/S%C3%A1%E1%B8%A5ara%20Occidental>,
        <http://lexvo.org/id/term/aze/Q%C9%99rb%20Sahara>,
        <http://lexvo.org/id/term/bel/%D0%97%D0%B0%D1%85%D0%BE%D0%B4%D0%BD%D1%8F%D1%8F%20%D0%A1%D0%B0%D1%85%D0%B0%D1%80%D0%B0>,
        <http://lexvo.org/id/term/ben/%E0%A6%AA%E0%A6%B6%E0%A7%8D%E0%A6%9A%E0%A6%BF%E0%A6%AE%E0%A7%80%20%E0%A6%B8%E0%A6%BE%E0%A6%B9%E0%A6%BE%E0%A6%B0%E0%A6%BE>,
        <http://lexvo.org/id/term/bos-Cyrl/%D0%97%D0%B0%D0%BF%D0%B0%D0%B4%D0%BD%D0%B0%20%D0%A1%D0%B0%D1%85%D0%B0%D1%80%D0%B0>,
        <http://lexvo.org/id/term/bos/Zapadna%20Sahara>,
        <http://lexvo.org/id/term/bre/Sahara%20ar%20C%CA%BChorn%C3%B4g>,
        <http://lexvo.org/id/term/brx/%E0%A4%AA%E0%A4%B6%E0%A5%8D%E0%A4%9A%E0%A4%BF%E0%A4%AE%E0%A5%80%20%E0%A4%B8%E0%A4%B9%E0%A4%BE%E0%A4%B0%E0%A4%BE>,
        <http://lexvo.org/id/term/bul/%D0%97%D0%B0%D0%BF%D0%B0%D0%B4%D0%BD%D0%B0%20%D0%A1%D0%B0%D1%85%D0%B0%D1%80%D0%B0>,
        <http://lexvo.org/id/term/byn/%E1%88%9D%E1%8B%95%E1%88%AB%E1%89%A3%E1%8B%8A%20%E1%88%B3%E1%88%85%E1%88%AB>,
        <http://lexvo.org/id/term/cat/S%C3%A0hara%20Occidental>,
        <http://lexvo.org/id/term/ces/Z%C3%A1padn%C3%AD%20Sahara>,
        <http://lexvo.org/id/term/cmn-Hant/%E8%A5%BF%E6%92%92%E5%93%88%E6%8B%89>,
        <http://lexvo.org/id/term/cmn/%E8%A5%BF%E6%92%92%E5%93%88%E6%8B%89>,
        <http://lexvo.org/id/term/cym/Gorllewin%20y%20Sahara>,
        <http://lexvo.org/id/term/dan/Vestsahara>,
        <http://lexvo.org/id/term/deu/Westsahara>,
        <http://lexvo.org/id/term/dzo/%E0%BD%93%E0%BD%B4%E0%BD%96%E0%BC%8B%E0%BD%95%E0%BE%B1%E0%BD%BC%E0%BD%82%E0%BD%A6%E0%BC%8B%20%E0%BD%A6%E0%BC%8B%E0%BD%A7%E0%BD%B1%E0%BC%8B%E0%BD%A2>,
        <http://lexvo.org/id/term/ell/%CE%94%CF%85%CF%84%CE%B9%CE%BA%CE%AE%20%CE%A3%CE%B1%CF%87%CE%AC%CF%81%CE%B1>,
        <http://lexvo.org/id/term/eng-Dsrt/%F0%90%90%8E%F0%90%90%AF%F0%90%91%85%F0%90%90%BB%F0%90%90%B2%F0%90%91%89%F0%90%91%8C%20%F0%90%90%9D%F0%90%90%B2%F0%90%90%B8%F0%90%90%B1%F0%90%91%89%F0%90%90%B2>,
        <http://lexvo.org/id/term/eng/ISO%203166-1%3AEH>,
        <http://lexvo.org/id/term/eng/Western%20Sahara>,
        <http://lexvo.org/id/term/epo/Okcidenta%20Saharo>,
        <http://lexvo.org/id/term/est/L%C3%A4%C3%A4ne-Sahara>,
        <http://lexvo.org/id/term/eus/Mendebaldeko%20Sahara>,
        <http://lexvo.org/id/term/ewe/%C6%94eto%C9%96o%C6%92e%20Sahara%20nutome>,
        <http://lexvo.org/id/term/fao/Vestursahara>,
        <http://lexvo.org/id/term/fas/%D8%B5%D8%AD%D8%B1%D8%A7%DB%8C%20%D8%BA%D8%B1%D8%A8%DB%8C>,
        <http://lexvo.org/id/term/fil/Western%20Sahara>,
        <http://lexvo.org/id/term/fin/L%C3%A4nsi-Sahara>,
        <http://lexvo.org/id/term/fra/Sahara%20occidental>,
        <http://lexvo.org/id/term/fur/Sahara%20ocident%C3%A2l>,
        <http://lexvo.org/id/term/gla/Sathara%20an%20Iar>,
        <http://lexvo.org/id/term/gle/An%20Sah%C3%A1ra%20Thiar>,
        <http://lexvo.org/id/term/glg/Sahara%20Occidental>,
        <http://lexvo.org/id/term/gsw/Weschtsahara>,
        <http://lexvo.org/id/term/guj/%E0%AA%AA%E0%AA%B6%E0%AB%8D%E0%AA%9A%E0%AA%BF%E0%AA%AE%E0%AB%80%20%E0%AA%B8%E0%AA%B9%E0%AA%BE%E0%AA%B0%E0%AA%BE>,
        <http://lexvo.org/id/term/heb/%D7%A1%D7%94%D7%A8%D7%94%20%D7%94%D7%9E%D7%A2%D7%A8%D7%91%D7%99%D7%AA>,
        <http://lexvo.org/id/term/hin/%E0%A4%AA%E0%A4%B6%E0%A5%8D%E0%A4%9A%E0%A4%BF%E0%A4%AE%E0%A5%80%20%E0%A4%B8%E0%A4%B9%E0%A4%BE%E0%A4%B0%E0%A4%BE>,
        <http://lexvo.org/id/term/hrv/Zapadna%20Sahara>,
        <http://lexvo.org/id/term/hun/Nyugat-Szahara>,
        <http://lexvo.org/id/term/hye/%D4%B1%D6%80%D5%A5%D5%BE%D5%B4%D5%BF%D5%B5%D5%A1%D5%B6%20%D5%8D%D5%A1%D5%B0%D5%A1%D6%80%D5%A1>,
        <http://lexvo.org/id/term/ina/Sahara%20occidental>,
        <http://lexvo.org/id/term/ind/Sahara%20Barat>,
        <http://lexvo.org/id/term/isl/Vestur-Sahara>,
        <http://lexvo.org/id/term/ita/Sahara%20Occidentale>,
        <http://lexvo.org/id/term/jpn/%E8%A5%BF%E3%82%B5%E3%83%8F%E3%83%A9>,
        <http://lexvo.org/id/term/kal/Sahara%20Killiit>,
        <http://lexvo.org/id/term/kan/%E0%B2%AA%E0%B2%B6%E0%B3%8D%E0%B2%9A%E0%B2%BF%E0%B2%AE%20%E0%B2%B8%E0%B2%B9%E0%B2%BE%E0%B2%B0%E0%B2%BE>,
        <http://lexvo.org/id/term/kas/%D9%85%D8%B4%D8%B1%D9%90%D9%82%DB%8C%20%D8%B3%D9%8E%DB%81%D8%A7%D8%B1%D8%A7>,
        <http://lexvo.org/id/term/kat/%E1%83%93%E1%83%90%E1%83%A1%E1%83%90%E1%83%95%E1%83%9A%E1%83%94%E1%83%97%E1%83%98%20%E1%83%A1%E1%83%90%E1%83%B0%E1%83%90%E1%83%A0%E1%83%90>,
        <http://lexvo.org/id/term/kea/Sara%20Osidental>,
        <http://lexvo.org/id/term/khm/%E1%9E%9F%E1%9E%B6%E1%9E%A0%E1%9E%B6%E1%9E%9A%E1%9F%89%E1%9E%B6%E1%9E%81%E1%9E%B6%E1%9E%84%E1%9E%9B%E1%9E%B7%E1%9E%85>,
        <http://lexvo.org/id/term/kor/%EC%84%9C%EC%82%AC%ED%95%98%EB%9D%BC>,
        <http://lexvo.org/id/term/ksh/W%C3%A4%C3%9F-Sahara>,
        <http://lexvo.org/id/term/lao/%E0%BA%8A%E0%BA%B2%E0%BA%AE%E0%BA%B2%E0%BA%A5%E0%BA%B2%E0%BA%95%E0%BA%B0%E0%BB%80%E0%BA%A7%E0%BA%B1%E0%BA%99%E0%BA%95%E0%BA%BB%E0%BA%81>,
        <http://lexvo.org/id/term/lav/Rietumsah%C4%81ra>,
        <http://lexvo.org/id/term/lin/Sahara%20ya%20Limb%C9%9B>,
        <http://lexvo.org/id/term/lit/Vakar%C5%B3%20Sachara>,
        <http://lexvo.org/id/term/mal/%E0%B4%AA%E0%B4%B6%E0%B5%8D%E0%B4%9A%E0%B4%BF%E0%B4%AE%20%E0%B4%B8%E0%B4%B9%E0%B4%BE%E0%B4%B1>,
        <http://lexvo.org/id/term/mar/%E0%A4%AA%E0%A4%B6%E0%A5%8D%E0%A4%9A%E0%A4%BF%E0%A4%AE%20%E0%A4%B8%E0%A4%B9%E0%A4%BE%E0%A4%B0%E0%A4%BE>,
        <http://lexvo.org/id/term/mkd/%D0%97%D0%B0%D0%BF%D0%B0%D0%B4%D0%BD%D0%B0%20%D0%A1%D0%B0%D1%85%D0%B0%D1%80%D0%B0>,
        <http://lexvo.org/id/term/mlt/Sahara%20tal-Punent>,
        <http://lexvo.org/id/term/mya/%E1%80%A1%E1%80%94%E1%80%B1%E1%80%AC%E1%80%80%E1%80%BA%E1%80%95%E1%80%AD%E1%80%AF%E1%80%84%E1%80%BA%E1%80%B8%20%E1%80%86%E1%80%AC%E1%80%9F%E1%80%AC%E1%80%9B>,
        <http://lexvo.org/id/term/nep/%E0%A4%AA%E0%A4%B6%E0%A5%8D%E0%A4%9A%E0%A4%BF%E0%A4%AE%E0%A5%80%20%E0%A4%B8%E0%A4%BE%E0%A4%B9%E0%A4%BE%E0%A4%B0%E0%A4%BE>,
        <http://lexvo.org/id/term/nld/Westelijke%20Sahara>,
        <http://lexvo.org/id/term/nno/Vest-Sahara>,
        <http://lexvo.org/id/term/nob/Vest-Sahara>,
        <http://lexvo.org/id/term/ori/%E0%AC%AA%E0%AC%B6%E0%AD%8D%E0%AC%9A%E0%AC%BF%E0%AC%AE%20%E0%AC%B8%E0%AC%BE%E0%AC%B9%E0%AC%BE%E0%AC%B0%E0%AC%BE>,
        <http://lexvo.org/id/term/pol/Sahara%20Zachodnia>,
        <http://lexvo.org/id/term/por/Saara%20Ocidental>,
        <http://lexvo.org/id/term/roh/Sahara%20Occidentala>,
        <http://lexvo.org/id/term/ron/Sahara%20Occidental%C4%83>,
        <http://lexvo.org/id/term/rus/%D0%97%D0%B0%D0%BF%D0%B0%D0%B4%D0%BD%D0%B0%D1%8F%20%D0%A1%D0%B0%D1%85%D0%B0%D1%80%D0%B0>,
        <http://lexvo.org/id/term/sin/%E0%B6%B6%E0%B6%A7%E0%B7%84%E0%B7%92%E0%B6%BB%20%E0%B7%83%E0%B7%84%E0%B6%BB%E0%B7%8F%E0%B7%80>,
        <http://lexvo.org/id/term/slk/Z%C3%A1padn%C3%A1%20Sahara>,
        <http://lexvo.org/id/term/slv/Zahodna%20Sahara>,
        <http://lexvo.org/id/term/sme/Oarje-Sah%C3%A1ra>,
        <http://lexvo.org/id/term/spa/S%C3%A1hara%20Occidental>,
        <http://lexvo.org/id/term/spa/Sahara%20Occidental>,
        <http://lexvo.org/id/term/sqi/Saharaja%20Per%C3%ABndimore>,
        <http://lexvo.org/id/term/srp-Latn/Zapadna%20Sahara>,
        <http://lexvo.org/id/term/srp/%D0%97%D0%B0%D0%BF%D0%B0%D0%B4%D0%BD%D0%B0%20%D0%A1%D0%B0%D1%85%D0%B0%D1%80%D0%B0>,
        <http://lexvo.org/id/term/swe/V%C3%A4stsahara>,
        <http://lexvo.org/id/term/swh/Sahara%20Magharibi>,
        <http://lexvo.org/id/term/tam/%E0%AE%AE%E0%AF%87%E0%AE%B1%E0%AF%8D%E0%AE%95%E0%AF%81%20%E0%AE%9A%E0%AE%B9%E0%AE%BE%E0%AE%B0%E0%AE%BE>,
        <http://lexvo.org/id/term/tel/%E0%B0%AA%E0%B0%A1%E0%B0%AE%E0%B0%9F%E0%B0%BF%20%E0%B0%B8%E0%B0%B9%E0%B0%BE%E0%B0%B0%E0%B0%BE>,
        <http://lexvo.org/id/term/tha/%E0%B8%8B%E0%B8%B2%E0%B8%AE%E0%B8%B2%E0%B8%A3%E0%B8%B2%E0%B8%95%E0%B8%B0%E0%B8%A7%E0%B8%B1%E0%B8%99%E0%B8%95%E0%B8%81>,
        <http://lexvo.org/id/term/tig/%E1%88%9D%E1%8B%95%E1%88%AB%E1%89%A3%E1%8B%8A%20%E1%88%B3%E1%88%85%E1%88%AB>,
        <http://lexvo.org/id/term/tir/%E1%88%9D%E1%8B%95%E1%88%AB%E1%89%A3%E1%8B%8A%20%E1%88%B3%E1%88%85%E1%88%AB>,
        <http://lexvo.org/id/term/ton/Sahala%20fakahihifo>,
        <http://lexvo.org/id/term/tur/Bat%C4%B1%20Sahara>,
        <http://lexvo.org/id/term/ukr/%D0%97%D0%B0%D1%85%D1%96%D0%B4%D0%BD%D0%B0%20%D0%A1%D0%B0%D1%85%D0%B0%D1%80%D0%B0>,
        <http://lexvo.org/id/term/urd/%D9%85%D8%BA%D8%B1%D8%A8%DB%8C%20%D8%B5%D8%AD%D8%A7%D8%B1%D8%A7>,
        <http://lexvo.org/id/term/vie/T%C3%A2y%20Sahara>,
        <http://lexvo.org/id/term/wae/We%C5%A1tsahara>,
        <http://lexvo.org/id/term/wal/%E1%88%9D%E1%8B%95%E1%88%AB%E1%89%A3%E1%8B%8A%20%E1%88%B3%E1%88%85%E1%88%AB>,
        <http://lexvo.org/id/term/zsm/Sahara%20Barat>,
        <http://lexvo.org/id/term/zul/i-Western%20Sahara> ;
    owl:sameAs <http://psi.oasis-open.org/iso/3166/#732>,
        <http://sws.geonames.org/2461445/> .

<http://lexvo.org/id/iso3166/ER> a lvont:GeographicRegion ;
    rdfs:label "Eretria"@aa,
        "Eritrea"@af,
        "Èletɨ̀là"@agq,
        "Ɛritrea"@ak,
        "ኤርትራ"@am,
        "أريتريا"@ar,
        "Eritrea"@asa,
        "Eritrea"@ast,
        "Eritreya"@az,
        "Èrìtrěà"@bas,
        "Эрытрэя"@be,
        "Hueritrea"@bez,
        "Еритрея"@bg,
        "Eritere"@bm,
        "ইরিত্রিয়া"@bn,
        "ཨེ་རི་ཏྲེ་ཨ།"@bo,
        "Eritrea"@br,
        "एरिट्रिया"@brx,
        "Eritreja"@bs,
        "Еритреја"@bs-Cyrl,
        "ኤርትራ"@byn,
        "Eritrea"@ca,
        "Eriteriya"@cgg,
        "ᎡᎵᏟᏯ"@chr,
        "厄立特里亚"@cmn,
        "厄利垂亞"@cmn-Hant,
        "Eritrea"@cs,
        "Eritrea"@cy,
        "Eritrea"@da,
        "Eritrea"@dav,
        "Eritrea"@de,
        "Eritree"@dje,
        "Eritree"@dyo,
        "ཨེ་རི་ཊྲེ་ཡ"@dz,
        "Eritrea"@ebu,
        "Eritrea nutome"@ee,
        "Ερυθραία"@el,
        "Eritrea"@en,
        "ISO 3166-1:ER"@en,
        "𐐇𐑉𐐮𐐻𐑉𐐨𐐲"@en-Dsrt,
        "Eritreo"@eo,
        "Eritrea"@es,
        "Eritrea"@et,
        "Eritrea"@eu,
        "Elitəlé"@ewo,
        "اریتره"@fa,
        "اریتریا"@fa,
        "Eriteree"@ff,
        "Eritrea"@fi,
        "Eritrea"@fil,
        "Eritrea"@fo,
        "Érythrée"@fr,
        "Eritree"@fur,
        "An Eiritré"@ga,
        "Eartra"@gd,
        "Eritrea"@gl,
        "Äritreea"@gsw,
        "એરિટ્રિયા"@gu,
        "Eritrea"@guz,
        "Eritireya"@ha,
        "אריתריאה"@he,
        "इरिट्रिया"@hi,
        "Eritreja"@hr,
        "Eritrea"@hu,
        "Էրիտրեա"@hy,
        "Eritrea"@ia,
        "Eritrea"@id,
        "Erítrea"@is,
        "Eritrea"@it,
        "エリトリア"@ja,
        "Ɛlitɛlɛ́yɑ"@jgo,
        "Eritrea"@jmc,
        "ერიტრეა"@ka,
        "Iritiria"@kab,
        "Eritrea"@kam,
        "Elitilea"@kde,
        "Iritreia"@kea,
        "Eritree"@khq,
        "Eritrea"@ki,
        "Eritrea"@kl,
        "Emetab Eritrea"@kln,
        "អេរីទ្រា"@km,
        "ಏರಿಟ್ರಿಯಾ"@kn,
        "에리트리아"@ko,
        "اِرٕٹِیا"@ks,
        "Elitlea"@ksb,
        "ɛritrɛ́"@ksf,
        "Äritreja"@ksh,
        "Eriterea"@lag,
        "Eritureya"@lg,
        "Elitelɛ"@ln,
        "ເອຣິເທຣຍ"@lo,
        "Eritrėja"@lt,
        "Elitele"@lu,
        "Eritrea"@luo,
        "Eritrea"@luy,
        "Eritreja"@lv,
        "Eritrea"@mas,
        "Eritrea"@mer,
        "Erythre"@mfe,
        "Eritrea"@mg,
        "Uriterea"@mgh,
        "Еритреја"@mk,
        "എറിത്രിയ"@ml,
        "इरिट्रिया"@mr,
        "Eritreja"@mt,
        "Sǝr Eritre"@mua,
        "Eritreab"@naq,
        "Eritrea"@nb,
        "Eritrea"@nd,
        "एरित्रिया"@ne,
        "Eritrea"@nl,
        "Erytrea"@nmg,
        "Eritrea"@nn,
        "Eriteriya"@nyn,
        "ଇରିଟ୍ରିୟା"@or,
        "Erytrea"@pl,
        "Eritreia"@pt,
        "Eritrea"@rm,
        "Elitereya"@rn,
        "Eritreea"@ro,
        "Eritrea"@rof,
        "Эритрея"@ru,
        "Eritrea"@rwk,
        "Eritrea"@saq,
        "Elitileya"@sbp,
        "Eritrea"@se,
        "Eritréia"@seh,
        "Eritree"@ses,
        "Eritrëe"@sg,
        "ⵉⵔⵉⵜⵉⵔⵢⴰ"@shi,
        "iritirya"@shi-Latn,
        "එරිත්‍රියාව"@si,
        "Eritrea"@sk,
        "Eritreja"@sl,
        "Eritrea"@sn,
        "Eretereeya"@so,
        "Eritre"@sq,
        "Еритреја"@sr,
        "Eritreja"@sr-Latn,
        "Eretria"@ssy,
        "Eritrea"@sv,
        "Eritrea"@swc,
        "Eritrea"@swh,
        "எரிட்ரியா"@ta,
        "ఎరిట్రియా"@te,
        "Eritrea"@teo,
        "เอริเทรีย"@th,
        "ኤርትራ"@ti,
        "ኤርትራ"@tig,
        "ʻElitulia"@to,
        "Eritre"@tr,
        "Eritree"@twq,
        "Iritrya"@tzm,
        "Еритрея"@uk,
        "اریٹیریا"@ur,
        "ꔀꔸꔳꕟ"@vai,
        "Ɛritera"@vai-Latn,
        "Eritrea"@vi,
        "Eritrea"@vun,
        "Eritrea"@wae,
        "ኤርትራ"@wal,
        "Eritureya"@xog,
        "elitée"@yav,
        "Orílẹ́ède Eritira"@yo,
        "Eritrea"@zsm,
        "i-Eritrea"@zu ;
    lvont:label <http://lexvo.org/id/term/aar/Eretria>,
        <http://lexvo.org/id/term/afr/Eritrea>,
        <http://lexvo.org/id/term/agq/%C3%88let%C9%A8%CC%80l%C3%A0>,
        <http://lexvo.org/id/term/aka/%C6%90ritrea>,
        <http://lexvo.org/id/term/amh/%E1%8A%A4%E1%88%AD%E1%89%B5%E1%88%AB>,
        <http://lexvo.org/id/term/ara/%D8%A3%D8%B1%D9%8A%D8%AA%D8%B1%D9%8A%D8%A7>,
        <http://lexvo.org/id/term/asa/Eritrea>,
        <http://lexvo.org/id/term/ast/Eritrea>,
        <http://lexvo.org/id/term/aze/Eritreya>,
        <http://lexvo.org/id/term/bam/Eritere>,
        <http://lexvo.org/id/term/bas/%C3%88r%C3%ACtr%C4%9B%C3%A0>,
        <http://lexvo.org/id/term/bel/%D0%AD%D1%80%D1%8B%D1%82%D1%80%D1%8D%D1%8F>,
        <http://lexvo.org/id/term/ben/%E0%A6%87%E0%A6%B0%E0%A6%BF%E0%A6%A4%E0%A7%8D%E0%A6%B0%E0%A6%BF%E0%A6%AF%E0%A6%BC%E0%A6%BE>,
        <http://lexvo.org/id/term/bez/Hueritrea>,
        <http://lexvo.org/id/term/bod/%E0%BD%A8%E0%BD%BA%E0%BC%8B%E0%BD%A2%E0%BD%B2%E0%BC%8B%E0%BD%8F%E0%BE%B2%E0%BD%BA%E0%BC%8B%E0%BD%A8%E0%BC%8D>,
        <http://lexvo.org/id/term/bos-Cyrl/%D0%95%D1%80%D0%B8%D1%82%D1%80%D0%B5%D1%98%D0%B0>,
        <http://lexvo.org/id/term/bos/Eritreja>,
        <http://lexvo.org/id/term/bre/Eritrea>,
        <http://lexvo.org/id/term/brx/%E0%A4%8F%E0%A4%B0%E0%A4%BF%E0%A4%9F%E0%A5%8D%E0%A4%B0%E0%A4%BF%E0%A4%AF%E0%A4%BE>,
        <http://lexvo.org/id/term/bul/%D0%95%D1%80%D0%B8%D1%82%D1%80%D0%B5%D1%8F>,
        <http://lexvo.org/id/term/byn/%E1%8A%A4%E1%88%AD%E1%89%B5%E1%88%AB>,
        <http://lexvo.org/id/term/cat/Eritrea>,
        <http://lexvo.org/id/term/ces/Eritrea>,
        <http://lexvo.org/id/term/cgg/Eriteriya>,
        <http://lexvo.org/id/term/chr/%E1%8E%A1%E1%8E%B5%E1%8F%9F%E1%8F%AF>,
        <http://lexvo.org/id/term/cmn-Hant/%E5%8E%84%E5%88%A9%E5%9E%82%E4%BA%9E>,
        <http://lexvo.org/id/term/cmn/%E5%8E%84%E7%AB%8B%E7%89%B9%E9%87%8C%E4%BA%9A>,
        <http://lexvo.org/id/term/cym/Eritrea>,
        <http://lexvo.org/id/term/dan/Eritrea>,
        <http://lexvo.org/id/term/dav/Eritrea>,
        <http://lexvo.org/id/term/deu/Eritrea>,
        <http://lexvo.org/id/term/dje/Eritree>,
        <http://lexvo.org/id/term/dyo/Eritree>,
        <http://lexvo.org/id/term/dzo/%E0%BD%A8%E0%BD%BA%E0%BC%8B%E0%BD%A2%E0%BD%B2%E0%BC%8B%E0%BD%8A%E0%BE%B2%E0%BD%BA%E0%BC%8B%E0%BD%A1>,
        <http://lexvo.org/id/term/ebu/Eritrea>,
        <http://lexvo.org/id/term/ell/%CE%95%CF%81%CF%85%CE%B8%CF%81%CE%B1%CE%AF%CE%B1>,
        <http://lexvo.org/id/term/eng-Dsrt/%F0%90%90%87%F0%90%91%89%F0%90%90%AE%F0%90%90%BB%F0%90%91%89%F0%90%90%A8%F0%90%90%B2>,
        <http://lexvo.org/id/term/eng/Eritrea>,
        <http://lexvo.org/id/term/eng/ISO%203166-1%3AER>,
        <http://lexvo.org/id/term/epo/Eritreo>,
        <http://lexvo.org/id/term/est/Eritrea>,
        <http://lexvo.org/id/term/eus/Eritrea>,
        <http://lexvo.org/id/term/ewe/Eritrea%20nutome>,
        <http://lexvo.org/id/term/ewo/Elit%C9%99l%C3%A9>,
        <http://lexvo.org/id/term/fao/Eritrea>,
        <http://lexvo.org/id/term/fas/%D8%A7%D8%B1%DB%8C%D8%AA%D8%B1%D9%87>,
        <http://lexvo.org/id/term/fas/%D8%A7%D8%B1%DB%8C%D8%AA%D8%B1%DB%8C%D8%A7>,
        <http://lexvo.org/id/term/fil/Eritrea>,
        <http://lexvo.org/id/term/fin/Eritrea>,
        <http://lexvo.org/id/term/fra/%C3%89rythr%C3%A9e>,
        <http://lexvo.org/id/term/ful/Eriteree>,
        <http://lexvo.org/id/term/fur/Eritree>,
        <http://lexvo.org/id/term/gla/Eartra>,
        <http://lexvo.org/id/term/gle/An%20Eiritr%C3%A9>,
        <http://lexvo.org/id/term/glg/Eritrea>,
        <http://lexvo.org/id/term/gsw/%C3%84ritreea>,
        <http://lexvo.org/id/term/guj/%E0%AA%8F%E0%AA%B0%E0%AA%BF%E0%AA%9F%E0%AB%8D%E0%AA%B0%E0%AA%BF%E0%AA%AF%E0%AA%BE>,
        <http://lexvo.org/id/term/guz/Eritrea>,
        <http://lexvo.org/id/term/hau/Eritireya>,
        <http://lexvo.org/id/term/heb/%D7%90%D7%A8%D7%99%D7%AA%D7%A8%D7%99%D7%90%D7%94>,
        <http://lexvo.org/id/term/hin/%E0%A4%87%E0%A4%B0%E0%A4%BF%E0%A4%9F%E0%A5%8D%E0%A4%B0%E0%A4%BF%E0%A4%AF%E0%A4%BE>,
        <http://lexvo.org/id/term/hrv/Eritreja>,
        <http://lexvo.org/id/term/hun/Eritrea>,
        <http://lexvo.org/id/term/hye/%D4%B7%D6%80%D5%AB%D5%BF%D6%80%D5%A5%D5%A1>,
        <http://lexvo.org/id/term/ina/Eritrea>,
        <http://lexvo.org/id/term/ind/Eritrea>,
        <http://lexvo.org/id/term/isl/Er%C3%ADtrea>,
        <http://lexvo.org/id/term/ita/Eritrea>,
        <http://lexvo.org/id/term/jgo/%C6%90lit%C9%9Bl%C9%9B%CC%81y%C9%91>,
        <http://lexvo.org/id/term/jmc/Eritrea>,
        <http://lexvo.org/id/term/jpn/%E3%82%A8%E3%83%AA%E3%83%88%E3%83%AA%E3%82%A2>,
        <http://lexvo.org/id/term/kab/Iritiria>,
        <http://lexvo.org/id/term/kal/Eritrea>,
        <http://lexvo.org/id/term/kam/Eritrea>,
        <http://lexvo.org/id/term/kan/%E0%B2%8F%E0%B2%B0%E0%B2%BF%E0%B2%9F%E0%B3%8D%E0%B2%B0%E0%B2%BF%E0%B2%AF%E0%B2%BE>,
        <http://lexvo.org/id/term/kas/%D8%A7%D9%90%D8%B1%D9%95%D9%B9%D9%90%DB%8C%D8%A7>,
        <http://lexvo.org/id/term/kat/%E1%83%94%E1%83%A0%E1%83%98%E1%83%A2%E1%83%A0%E1%83%94%E1%83%90>,
        <http://lexvo.org/id/term/kde/Elitilea>,
        <http://lexvo.org/id/term/kea/Iritreia>,
        <http://lexvo.org/id/term/khm/%E1%9E%A2%E1%9F%81%E1%9E%9A%E1%9E%B8%E1%9E%91%E1%9F%92%E1%9E%9A%E1%9E%B6>,
        <http://lexvo.org/id/term/khq/Eritree>,
        <http://lexvo.org/id/term/kik/Eritrea>,
        <http://lexvo.org/id/term/kln/Emetab%20Eritrea>,
        <http://lexvo.org/id/term/kor/%EC%97%90%EB%A6%AC%ED%8A%B8%EB%A6%AC%EC%95%84>,
        <http://lexvo.org/id/term/ksb/Elitlea>,
        <http://lexvo.org/id/term/ksf/%C9%9Britr%C9%9B%CC%81>,
        <http://lexvo.org/id/term/ksh/%C3%84ritreja>,
        <http://lexvo.org/id/term/lag/Eriterea>,
        <http://lexvo.org/id/term/lao/%E0%BB%80%E0%BA%AD%E0%BA%A3%E0%BA%B4%E0%BB%80%E0%BA%97%E0%BA%A3%E0%BA%8D>,
        <http://lexvo.org/id/term/lav/Eritreja>,
        <http://lexvo.org/id/term/lin/Elitel%C9%9B>,
        <http://lexvo.org/id/term/lit/Eritr%C4%97ja>,
        <http://lexvo.org/id/term/lub/Elitele>,
        <http://lexvo.org/id/term/lug/Eritureya>,
        <http://lexvo.org/id/term/luo/Eritrea>,
        <http://lexvo.org/id/term/luy/Eritrea>,
        <http://lexvo.org/id/term/mal/%E0%B4%8E%E0%B4%B1%E0%B4%BF%E0%B4%A4%E0%B5%8D%E0%B4%B0%E0%B4%BF%E0%B4%AF>,
        <http://lexvo.org/id/term/mar/%E0%A4%87%E0%A4%B0%E0%A4%BF%E0%A4%9F%E0%A5%8D%E0%A4%B0%E0%A4%BF%E0%A4%AF%E0%A4%BE>,
        <http://lexvo.org/id/term/mas/Eritrea>,
        <http://lexvo.org/id/term/mer/Eritrea>,
        <http://lexvo.org/id/term/mfe/Erythre>,
        <http://lexvo.org/id/term/mgh/Uriterea>,
        <http://lexvo.org/id/term/mkd/%D0%95%D1%80%D0%B8%D1%82%D1%80%D0%B5%D1%98%D0%B0>,
        <http://lexvo.org/id/term/mlg/Eritrea>,
        <http://lexvo.org/id/term/mlt/Eritreja>,
        <http://lexvo.org/id/term/mua/S%C7%9Dr%20Eritre>,
        <http://lexvo.org/id/term/naq/Eritreab>,
        <http://lexvo.org/id/term/nde/Eritrea>,
        <http://lexvo.org/id/term/nep/%E0%A4%8F%E0%A4%B0%E0%A4%BF%E0%A4%A4%E0%A5%8D%E0%A4%B0%E0%A4%BF%E0%A4%AF%E0%A4%BE>,
        <http://lexvo.org/id/term/nld/Eritrea>,
        <http://lexvo.org/id/term/nmg/Erytrea>,
        <http://lexvo.org/id/term/nno/Eritrea>,
        <http://lexvo.org/id/term/nob/Eritrea>,
        <http://lexvo.org/id/term/nyn/Eriteriya>,
        <http://lexvo.org/id/term/ori/%E0%AC%87%E0%AC%B0%E0%AC%BF%E0%AC%9F%E0%AD%8D%E0%AC%B0%E0%AC%BF%E0%AD%9F%E0%AC%BE>,
        <http://lexvo.org/id/term/pol/Erytrea>,
        <http://lexvo.org/id/term/por/Eritreia>,
        <http://lexvo.org/id/term/rof/Eritrea>,
        <http://lexvo.org/id/term/roh/Eritrea>,
        <http://lexvo.org/id/term/ron/Eritreea>,
        <http://lexvo.org/id/term/run/Elitereya>,
        <http://lexvo.org/id/term/rus/%D0%AD%D1%80%D0%B8%D1%82%D1%80%D0%B5%D1%8F>,
        <http://lexvo.org/id/term/rwk/Eritrea>,
        <http://lexvo.org/id/term/sag/Eritr%C3%ABe>,
        <http://lexvo.org/id/term/saq/Eritrea>,
        <http://lexvo.org/id/term/sbp/Elitileya>,
        <http://lexvo.org/id/term/seh/Eritr%C3%A9ia>,
        <http://lexvo.org/id/term/ses/Eritree>,
        <http://lexvo.org/id/term/shi-Latn/iritirya>,
        <http://lexvo.org/id/term/shi/%E2%B5%89%E2%B5%94%E2%B5%89%E2%B5%9C%E2%B5%89%E2%B5%94%E2%B5%A2%E2%B4%B0>,
        <http://lexvo.org/id/term/sin/%E0%B6%91%E0%B6%BB%E0%B7%92%E0%B6%AD%E0%B7%8A%E2%80%8D%E0%B6%BB%E0%B7%92%E0%B6%BA%E0%B7%8F%E0%B7%80>,
        <http://lexvo.org/id/term/slk/Eritrea>,
        <http://lexvo.org/id/term/slv/Eritreja>,
        <http://lexvo.org/id/term/sme/Eritrea>,
        <http://lexvo.org/id/term/sna/Eritrea>,
        <http://lexvo.org/id/term/som/Eretereeya>,
        <http://lexvo.org/id/term/spa/Eritrea>,
        <http://lexvo.org/id/term/sqi/Eritre>,
        <http://lexvo.org/id/term/srp-Latn/Eritreja>,
        <http://lexvo.org/id/term/srp/%D0%95%D1%80%D0%B8%D1%82%D1%80%D0%B5%D1%98%D0%B0>,
        <http://lexvo.org/id/term/ssy/Eretria>,
        <http://lexvo.org/id/term/swc/Eritrea>,
        <http://lexvo.org/id/term/swe/Eritrea>,
        <http://lexvo.org/id/term/swh/Eritrea>,
        <http://lexvo.org/id/term/tam/%E0%AE%8E%E0%AE%B0%E0%AE%BF%E0%AE%9F%E0%AF%8D%E0%AE%B0%E0%AE%BF%E0%AE%AF%E0%AE%BE>,
        <http://lexvo.org/id/term/tel/%E0%B0%8E%E0%B0%B0%E0%B0%BF%E0%B0%9F%E0%B1%8D%E0%B0%B0%E0%B0%BF%E0%B0%AF%E0%B0%BE>,
        <http://lexvo.org/id/term/teo/Eritrea>,
        <http://lexvo.org/id/term/tha/%E0%B9%80%E0%B8%AD%E0%B8%A3%E0%B8%B4%E0%B9%80%E0%B8%97%E0%B8%A3%E0%B8%B5%E0%B8%A2>,
        <http://lexvo.org/id/term/tig/%E1%8A%A4%E1%88%AD%E1%89%B5%E1%88%AB>,
        <http://lexvo.org/id/term/tir/%E1%8A%A4%E1%88%AD%E1%89%B5%E1%88%AB>,
        <http://lexvo.org/id/term/ton/%CA%BBElitulia>,
        <http://lexvo.org/id/term/tur/Eritre>,
        <http://lexvo.org/id/term/twq/Eritree>,
        <http://lexvo.org/id/term/tzm/Iritrya>,
        <http://lexvo.org/id/term/ukr/%D0%95%D1%80%D0%B8%D1%82%D1%80%D0%B5%D1%8F>,
        <http://lexvo.org/id/term/urd/%D8%A7%D8%B1%DB%8C%D9%B9%DB%8C%D8%B1%DB%8C%D8%A7>,
        <http://lexvo.org/id/term/vai-Latn/%C6%90ritera>,
        <http://lexvo.org/id/term/vai/%EA%94%80%EA%94%B8%EA%94%B3%EA%95%9F>,
        <http://lexvo.org/id/term/vie/Eritrea>,
        <http://lexvo.org/id/term/vun/Eritrea>,
        <http://lexvo.org/id/term/wae/Eritrea>,
        <http://lexvo.org/id/term/wal/%E1%8A%A4%E1%88%AD%E1%89%B5%E1%88%AB>,
        <http://lexvo.org/id/term/xog/Eritureya>,
        <http://lexvo.org/id/term/yav/elit%C3%A9e>,
        <http://lexvo.org/id/term/yor/Or%C3%ADl%E1%BA%B9%CC%81%C3%A8de%20Eritira>,
        <http://lexvo.org/id/term/zsm/Eritrea>,
        <http://lexvo.org/id/term/zul/i-Eritrea> ;
    owl:sameAs <http://psi.oasis-open.org/iso/3166/#232>,
        <http://sws.geonames.org/338010/> .

<http://lexvo.org/id/iso3166/ES> a lvont:GeographicRegion ;
    rdfs:label "Spanje"@af,
        "Sɨ̀kpɛ̂n"@agq,
        "Spain"@ak,
        "ስፔን"@am,
        "إسبانيا"@ar,
        "Hithpania"@asa,
        "España"@ast,
        "İspaniya"@az,
        "Pànya"@bas,
        "Іспанія"@be,
        "Huhispania"@bez,
        "Испания"@bg,
        "Esipaɲi"@bm,
        "স্পেন"@bn,
        "སི་པན།"@bo,
        "Spagn"@br,
        "स्पेन"@brx,
        "Španija"@bs,
        "Шпанија"@bs-Cyrl,
        "ስፔን"@byn,
        "Espanya"@ca,
        "Sipeyini"@cgg,
        "ᎠᏂᏍᏆᏂᏱ"@chr,
        "西班牙"@cmn,
        "西班牙"@cmn-Hant,
        "Španělsko"@cs,
        "Sbaen"@cy,
        "Spanien"@da,
        "Hispania"@dav,
        "Spanien"@de,
        "Espaaɲe"@dje,
        "Espaañ"@dyo,
        "ཨིས་པེན"@dz,
        "Hispania"@ebu,
        "Spania nutome"@ee,
        "Ισπανία"@el,
        "ISO 3166-1:ES"@en,
        "Spain"@en,
        "𐐝𐐹𐐩𐑌"@en-Dsrt,
        "Hispanujo"@eo,
        "España"@es,
        "Hispaania"@et,
        "Espainia"@eu,
        "Kpənyá"@ewo,
        "اسپانیا"@fa,
        "هسپانیه"@fa,
        "Espaañ"@ff,
        "Espanja"@fi,
        "Espanya"@fil,
        "Spania"@fo,
        "Espagne"@fr,
        "Spagne"@fur,
        "An Spáinn"@ga,
        "An Spàinn"@gd,
        "España"@gl,
        "Schpanie"@gsw,
        "સ્પેન"@gu,
        "Hispania"@guz,
        "Sipen"@ha,
        "Kepania"@haw,
        "ספרד"@he,
        "स्पेन"@hi,
        "Španjolska"@hr,
        "Spanyolország"@hu,
        "Իսպանիա"@hy,
        "Espania"@ia,
        "Spanyol"@id,
        "Spánn"@is,
        "Spagna"@it,
        "スペイン"@ja,
        "Ɛspániya"@jgo,
        "Hispania"@jmc,
        "ესპანეთი"@ka,
        "Spanya"@kab,
        "Hispania"@kam,
        "Hispania"@kde,
        "Spanha"@kea,
        "Espaaɲe"@khq,
        "Hispania"@ki,
        "Испания"@kk,
        "Spania"@kl,
        "Emetab Spain"@kln,
        "អេស្ប៉ាញ"@km,
        "ಸ್ಪೈನ್"@kn,
        "스페인"@ko,
        "سٕپین"@ks,
        "Hispania"@ksb,
        "kpanyá"@ksf,
        "Schpaanije"@ksh,
        "Hisipánia"@lag,
        "Sipeyini"@lg,
        "Esipanye"@ln,
        "ສະເປນ"@lo,
        "Ispanija"@lt,
        "Nsipani"@lu,
        "Spain"@luo,
        "Hispania"@luy,
        "Spānija"@lv,
        "Hispania"@mas,
        "Spĩni"@mer,
        "Lespagn"@mfe,
        "Espaina"@mg,
        "Uhispania"@mgh,
        "Шпанија"@mk,
        "സ്പെയിൻ"@ml,
        "स्पेन"@mr,
        "Spanja"@mt,
        "Espaŋiya"@mua,
        "စပိန်"@my,
        "Spanieb"@naq,
        "Spania"@nb,
        "Spain"@nd,
        "स्पेन"@ne,
        "Spanje"@nl,
        "Paŋá"@nmg,
        "Spania"@nn,
        "Sipeyini"@nyn,
        "ସ୍ପେନ୍"@or,
        "Hiszpania"@pl,
        "هسپانیه"@ps,
        "Espanha"@pt,
        "Spagna"@rm,
        "Hisipaniya"@rn,
        "Spania"@ro,
        "Hispania"@rof,
        "Испания"@ru,
        "Hispania"@rwk,
        "Hispania"@saq,
        "Hisipaniya"@sbp,
        "Spánia"@se,
        "Espanha"@seh,
        "Espaaɲe"@ses,
        "Espânye"@sg,
        "ⵙⴱⴰⵏⵢⴰ"@shi,
        "sbanya"@shi-Latn,
        "ස්පාඤ්ඤය"@si,
        "Španielsko"@sk,
        "Španija"@sl,
        "Spain"@sn,
        "Isbeyn"@so,
        "Spanjë"@sq,
        "Шпанија"@sr,
        "Španija"@sr-Latn,
        "Spanien"@sv,
        "Hispania"@swc,
        "Hispania"@swh,
        "ஸ்பெயின்"@ta,
        "స్పేన్"@te,
        "Hispania"@teo,
        "สเปน"@th,
        "ስፔን"@ti,
        "ስፔን"@tig,
        "Sipeini"@to,
        "İspanya"@tr,
        "Espaaɲe"@twq,
        "Sbanya"@tzm,
        "Іспанія"@uk,
        "ہسپانیہ"@ur,
        "ꕐꘊꔧ"@vai,
        "Panyɛĩ"@vai-Latn,
        "Tây Ban Nha"@vi,
        "Hispania"@vun,
        "Schpanie"@wae,
        "ስፔን"@wal,
        "Sipeyini"@xog,
        "panyá"@yav,
        "Orílẹ́ède Sipani"@yo,
        "Sepanyol"@zsm,
        "i-Spain"@zu ;
    lvont:label <http://lexvo.org/id/term/afr/Spanje>,
        <http://lexvo.org/id/term/agq/S%C9%A8%CC%80kp%C9%9B%CC%82n>,
        <http://lexvo.org/id/term/aka/Spain>,
        <http://lexvo.org/id/term/amh/%E1%88%B5%E1%8D%94%E1%8A%95>,
        <http://lexvo.org/id/term/ara/%D8%A5%D8%B3%D8%A8%D8%A7%D9%86%D9%8A%D8%A7>,
        <http://lexvo.org/id/term/asa/Hithpania>,
        <http://lexvo.org/id/term/ast/Espa%C3%B1a>,
        <http://lexvo.org/id/term/aze/%C4%B0spaniya>,
        <http://lexvo.org/id/term/bam/Esipa%C9%B2i>,
        <http://lexvo.org/id/term/bas/P%C3%A0nya>,
        <http://lexvo.org/id/term/bel/%D0%86%D1%81%D0%BF%D0%B0%D0%BD%D1%96%D1%8F>,
        <http://lexvo.org/id/term/ben/%E0%A6%B8%E0%A7%8D%E0%A6%AA%E0%A7%87%E0%A6%A8>,
        <http://lexvo.org/id/term/bez/Huhispania>,
        <http://lexvo.org/id/term/bod/%E0%BD%A6%E0%BD%B2%E0%BC%8B%E0%BD%94%E0%BD%93%E0%BC%8D>,
        <http://lexvo.org/id/term/bos-Cyrl/%D0%A8%D0%BF%D0%B0%D0%BD%D0%B8%D1%98%D0%B0>,
        <http://lexvo.org/id/term/bos/%C5%A0panija>,
        <http://lexvo.org/id/term/bre/Spagn>,
        <http://lexvo.org/id/term/brx/%E0%A4%B8%E0%A5%8D%E0%A4%AA%E0%A5%87%E0%A4%A8>,
        <http://lexvo.org/id/term/bul/%D0%98%D1%81%D0%BF%D0%B0%D0%BD%D0%B8%D1%8F>,
        <http://lexvo.org/id/term/byn/%E1%88%B5%E1%8D%94%E1%8A%95>,
        <http://lexvo.org/id/term/cat/Espanya>,
        <http://lexvo.org/id/term/ces/%C5%A0pan%C4%9Blsko>,
        <http://lexvo.org/id/term/cgg/Sipeyini>,
        <http://lexvo.org/id/term/chr/%E1%8E%A0%E1%8F%82%E1%8F%8D%E1%8F%86%E1%8F%82%E1%8F%B1>,
        <http://lexvo.org/id/term/cmn-Hant/%E8%A5%BF%E7%8F%AD%E7%89%99>,
        <http://lexvo.org/id/term/cmn/%E8%A5%BF%E7%8F%AD%E7%89%99>,
        <http://lexvo.org/id/term/cym/Sbaen>,
        <http://lexvo.org/id/term/dan/Spanien>,
        <http://lexvo.org/id/term/dav/Hispania>,
        <http://lexvo.org/id/term/deu/Spanien>,
        <http://lexvo.org/id/term/dje/Espaa%C9%B2e>,
        <http://lexvo.org/id/term/dyo/Espaa%C3%B1>,
        <http://lexvo.org/id/term/dzo/%E0%BD%A8%E0%BD%B2%E0%BD%A6%E0%BC%8B%E0%BD%94%E0%BD%BA%E0%BD%93>,
        <http://lexvo.org/id/term/ebu/Hispania>,
        <http://lexvo.org/id/term/ell/%CE%99%CF%83%CF%80%CE%B1%CE%BD%CE%AF%CE%B1>,
        <http://lexvo.org/id/term/eng-Dsrt/%F0%90%90%9D%F0%90%90%B9%F0%90%90%A9%F0%90%91%8C>,
        <http://lexvo.org/id/term/eng/ISO%203166-1%3AES>,
        <http://lexvo.org/id/term/eng/Spain>,
        <http://lexvo.org/id/term/epo/Hispanujo>,
        <http://lexvo.org/id/term/est/Hispaania>,
        <http://lexvo.org/id/term/eus/Espainia>,
        <http://lexvo.org/id/term/ewe/Spania%20nutome>,
        <http://lexvo.org/id/term/ewo/Kp%C9%99ny%C3%A1>,
        <http://lexvo.org/id/term/fao/Spania>,
        <http://lexvo.org/id/term/fas/%D8%A7%D8%B3%D9%BE%D8%A7%D9%86%DB%8C%D8%A7>,
        <http://lexvo.org/id/term/fas/%D9%87%D8%B3%D9%BE%D8%A7%D9%86%DB%8C%D9%87>,
        <http://lexvo.org/id/term/fil/Espanya>,
        <http://lexvo.org/id/term/fin/Espanja>,
        <http://lexvo.org/id/term/fra/Espagne>,
        <http://lexvo.org/id/term/ful/Espaa%C3%B1>,
        <http://lexvo.org/id/term/fur/Spagne>,
        <http://lexvo.org/id/term/gla/An%20Sp%C3%A0inn>,
        <http://lexvo.org/id/term/gle/An%20Sp%C3%A1inn>,
        <http://lexvo.org/id/term/glg/Espa%C3%B1a>,
        <http://lexvo.org/id/term/gsw/Schpanie>,
        <http://lexvo.org/id/term/guj/%E0%AA%B8%E0%AB%8D%E0%AA%AA%E0%AB%87%E0%AA%A8>,
        <http://lexvo.org/id/term/guz/Hispania>,
        <http://lexvo.org/id/term/hau/Sipen>,
        <http://lexvo.org/id/term/haw/Kepania>,
        <http://lexvo.org/id/term/heb/%D7%A1%D7%A4%D7%A8%D7%93>,
        <http://lexvo.org/id/term/hin/%E0%A4%B8%E0%A5%8D%E0%A4%AA%E0%A5%87%E0%A4%A8>,
        <http://lexvo.org/id/term/hrv/%C5%A0panjolska>,
        <http://lexvo.org/id/term/hun/Spanyolorsz%C3%A1g>,
        <http://lexvo.org/id/term/hye/%D4%BB%D5%BD%D5%BA%D5%A1%D5%B6%D5%AB%D5%A1>,
        <http://lexvo.org/id/term/ina/Espania>,
        <http://lexvo.org/id/term/ind/Spanyol>,
        <http://lexvo.org/id/term/isl/Sp%C3%A1nn>,
        <http://lexvo.org/id/term/ita/Spagna>,
        <http://lexvo.org/id/term/jgo/%C6%90sp%C3%A1niya>,
        <http://lexvo.org/id/term/jmc/Hispania>,
        <http://lexvo.org/id/term/jpn/%E3%82%B9%E3%83%9A%E3%82%A4%E3%83%B3>,
        <http://lexvo.org/id/term/kab/Spanya>,
        <http://lexvo.org/id/term/kal/Spania>,
        <http://lexvo.org/id/term/kam/Hispania>,
        <http://lexvo.org/id/term/kan/%E0%B2%B8%E0%B3%8D%E0%B2%AA%E0%B3%88%E0%B2%A8%E0%B3%8D>,
        <http://lexvo.org/id/term/kas/%D8%B3%D9%95%D9%BE%DB%8C%D9%86>,
        <http://lexvo.org/id/term/kat/%E1%83%94%E1%83%A1%E1%83%9E%E1%83%90%E1%83%9C%E1%83%94%E1%83%97%E1%83%98>,
        <http://lexvo.org/id/term/kaz/%D0%98%D1%81%D0%BF%D0%B0%D0%BD%D0%B8%D1%8F>,
        <http://lexvo.org/id/term/kde/Hispania>,
        <http://lexvo.org/id/term/kea/Spanha>,
        <http://lexvo.org/id/term/khm/%E1%9E%A2%E1%9F%81%E1%9E%9F%E1%9F%92%E1%9E%94%E1%9F%89%E1%9E%B6%E1%9E%89>,
        <http://lexvo.org/id/term/khq/Espaa%C9%B2e>,
        <http://lexvo.org/id/term/kik/Hispania>,
        <http://lexvo.org/id/term/kln/Emetab%20Spain>,
        <http://lexvo.org/id/term/kor/%EC%8A%A4%ED%8E%98%EC%9D%B8>,
        <http://lexvo.org/id/term/ksb/Hispania>,
        <http://lexvo.org/id/term/ksf/kpany%C3%A1>,
        <http://lexvo.org/id/term/ksh/Schpaanije>,
        <http://lexvo.org/id/term/lag/Hisip%C3%A1nia>,
        <http://lexvo.org/id/term/lao/%E0%BA%AA%E0%BA%B0%E0%BB%80%E0%BA%9B%E0%BA%99>,
        <http://lexvo.org/id/term/lav/Sp%C4%81nija>,
        <http://lexvo.org/id/term/lin/Esipanye>,
        <http://lexvo.org/id/term/lit/Ispanija>,
        <http://lexvo.org/id/term/lub/Nsipani>,
        <http://lexvo.org/id/term/lug/Sipeyini>,
        <http://lexvo.org/id/term/luo/Spain>,
        <http://lexvo.org/id/term/luy/Hispania>,
        <http://lexvo.org/id/term/mal/%E0%B4%B8%E0%B5%8D%E0%B4%AA%E0%B5%86%E0%B4%AF%E0%B4%BF%E0%B5%BB>,
        <http://lexvo.org/id/term/mar/%E0%A4%B8%E0%A5%8D%E0%A4%AA%E0%A5%87%E0%A4%A8>,
        <http://lexvo.org/id/term/mas/Hispania>,
        <http://lexvo.org/id/term/mer/Sp%C4%A9ni>,
        <http://lexvo.org/id/term/mfe/Lespagn>,
        <http://lexvo.org/id/term/mgh/Uhispania>,
        <http://lexvo.org/id/term/mkd/%D0%A8%D0%BF%D0%B0%D0%BD%D0%B8%D1%98%D0%B0>,
        <http://lexvo.org/id/term/mlg/Espaina>,
        <http://lexvo.org/id/term/mlt/Spanja>,
        <http://lexvo.org/id/term/mua/Espa%C5%8Biya>,
        <http://lexvo.org/id/term/mya/%E1%80%85%E1%80%95%E1%80%AD%E1%80%94%E1%80%BA>,
        <http://lexvo.org/id/term/naq/Spanieb>,
        <http://lexvo.org/id/term/nde/Spain>,
        <http://lexvo.org/id/term/nep/%E0%A4%B8%E0%A5%8D%E0%A4%AA%E0%A5%87%E0%A4%A8>,
        <http://lexvo.org/id/term/nld/Spanje>,
        <http://lexvo.org/id/term/nmg/Pa%C5%8B%C3%A1>,
        <http://lexvo.org/id/term/nno/Spania>,
        <http://lexvo.org/id/term/nob/Spania>,
        <http://lexvo.org/id/term/nyn/Sipeyini>,
        <http://lexvo.org/id/term/ori/%E0%AC%B8%E0%AD%8D%E0%AC%AA%E0%AD%87%E0%AC%A8%E0%AD%8D>,
        <http://lexvo.org/id/term/pol/Hiszpania>,
        <http://lexvo.org/id/term/por/Espanha>,
        <http://lexvo.org/id/term/pus/%D9%87%D8%B3%D9%BE%D8%A7%D9%86%DB%8C%D9%87>,
        <http://lexvo.org/id/term/rof/Hispania>,
        <http://lexvo.org/id/term/roh/Spagna>,
        <http://lexvo.org/id/term/ron/Spania>,
        <http://lexvo.org/id/term/run/Hisipaniya>,
        <http://lexvo.org/id/term/rus/%D0%98%D1%81%D0%BF%D0%B0%D0%BD%D0%B8%D1%8F>,
        <http://lexvo.org/id/term/rwk/Hispania>,
        <http://lexvo.org/id/term/sag/Esp%C3%A2nye>,
        <http://lexvo.org/id/term/saq/Hispania>,
        <http://lexvo.org/id/term/sbp/Hisipaniya>,
        <http://lexvo.org/id/term/seh/Espanha>,
        <http://lexvo.org/id/term/ses/Espaa%C9%B2e>,
        <http://lexvo.org/id/term/shi-Latn/sbanya>,
        <http://lexvo.org/id/term/shi/%E2%B5%99%E2%B4%B1%E2%B4%B0%E2%B5%8F%E2%B5%A2%E2%B4%B0>,
        <http://lexvo.org/id/term/sin/%E0%B7%83%E0%B7%8A%E0%B6%B4%E0%B7%8F%E0%B6%A4%E0%B7%8A%E0%B6%A4%E0%B6%BA>,
        <http://lexvo.org/id/term/slk/%C5%A0panielsko>,
        <http://lexvo.org/id/term/slv/%C5%A0panija>,
        <http://lexvo.org/id/term/sme/Sp%C3%A1nia>,
        <http://lexvo.org/id/term/sna/Spain>,
        <http://lexvo.org/id/term/som/Isbeyn>,
        <http://lexvo.org/id/term/spa/Espa%C3%B1a>,
        <http://lexvo.org/id/term/sqi/Spanj%C3%AB>,
        <http://lexvo.org/id/term/srp-Latn/%C5%A0panija>,
        <http://lexvo.org/id/term/srp/%D0%A8%D0%BF%D0%B0%D0%BD%D0%B8%D1%98%D0%B0>,
        <http://lexvo.org/id/term/swc/Hispania>,
        <http://lexvo.org/id/term/swe/Spanien>,
        <http://lexvo.org/id/term/swh/Hispania>,
        <http://lexvo.org/id/term/tam/%E0%AE%B8%E0%AF%8D%E0%AE%AA%E0%AF%86%E0%AE%AF%E0%AE%BF%E0%AE%A9%E0%AF%8D>,
        <http://lexvo.org/id/term/tel/%E0%B0%B8%E0%B1%8D%E0%B0%AA%E0%B1%87%E0%B0%A8%E0%B1%8D>,
        <http://lexvo.org/id/term/teo/Hispania>,
        <http://lexvo.org/id/term/tha/%E0%B8%AA%E0%B9%80%E0%B8%9B%E0%B8%99>,
        <http://lexvo.org/id/term/tig/%E1%88%B5%E1%8D%94%E1%8A%95>,
        <http://lexvo.org/id/term/tir/%E1%88%B5%E1%8D%94%E1%8A%95>,
        <http://lexvo.org/id/term/ton/Sipeini>,
        <http://lexvo.org/id/term/tur/%C4%B0spanya>,
        <http://lexvo.org/id/term/twq/Espaa%C9%B2e>,
        <http://lexvo.org/id/term/tzm/Sbanya>,
        <http://lexvo.org/id/term/ukr/%D0%86%D1%81%D0%BF%D0%B0%D0%BD%D1%96%D1%8F>,
        <http://lexvo.org/id/term/urd/%DB%81%D8%B3%D9%BE%D8%A7%D9%86%DB%8C%DB%81>,
        <http://lexvo.org/id/term/vai-Latn/Pany%C9%9B%C4%A9>,
        <http://lexvo.org/id/term/vai/%EA%95%90%EA%98%8A%EA%94%A7>,
        <http://lexvo.org/id/term/vie/T%C3%A2y%20Ban%20Nha>,
        <http://lexvo.org/id/term/vun/Hispania>,
        <http://lexvo.org/id/term/wae/Schpanie>,
        <http://lexvo.org/id/term/wal/%E1%88%B5%E1%8D%94%E1%8A%95>,
        <http://lexvo.org/id/term/xog/Sipeyini>,
        <http://lexvo.org/id/term/yav/pany%C3%A1>,
        <http://lexvo.org/id/term/yor/Or%C3%ADl%E1%BA%B9%CC%81%C3%A8de%20Sipani>,
        <http://lexvo.org/id/term/zsm/Sepanyol>,
        <http://lexvo.org/id/term/zul/i-Spain> ;
    owl:sameAs <http://psi.oasis-open.org/iso/3166/#724>,
        <http://sws.geonames.org/2510769/> .

<http://lexvo.org/id/iso3166/ET> a lvont:GeographicRegion ;
    rdfs:label "Otobbia"@aa,
        "Ethiopië"@af,
        "Ètyǒpìa"@agq,
        "Ithiopia"@ak,
        "ኢትዮጵያ"@am,
        "إثيوبيا"@ar,
        "Uhabeshi"@asa,
        "Etiopía"@ast,
        "Efiopiya"@az,
        "Ètìopìà"@bas,
        "Эфіопія"@be,
        "Huuhabeshi"@bez,
        "Етиопия"@bg,
        "Etiopi"@bm,
        "ইফিওপিয়া"@bn,
        "ཨི་ཐིའོ་པི་ཡ།"@bo,
        "Etiopia"@br,
        "इथिओपिया"@brx,
        "Etiopija"@bs,
        "Етиопија"@bs-Cyrl,
        "ኢትዮጵያ"@byn,
        "Etiòpia"@ca,
        "Ethiyopiya"@cgg,
        "埃塞俄比亚"@cmn,
        "衣索比亞"@cmn-Hant,
        "Etiopie"@cs,
        "Ethiopia"@cy,
        "Etiopien"@da,
        "Uhabeshi"@dav,
        "Äthiopien"@de,
        "Ecioopi"@dje,
        "Ecoopi"@dyo,
        "ཨི་ཐི་ཡོ་པི་ཡ"@dz,
        "Uhabeshi"@ebu,
        "Etiopia nutome"@ee,
        "Αιθιοπία"@el,
        "Ethiopia"@en,
        "ISO 3166-1:ET"@en,
        "𐐀𐑃𐐨𐐬𐐹𐐨𐐲"@en-Dsrt,
        "Etiopujo"@eo,
        "Etiopía"@es,
        "Etioopia"@et,
        "Etiopia"@eu,
        "Etiopí"@ewo,
        "اتیوپی"@fa,
        "ایتوپیا"@fa,
        "Ecoppi"@ff,
        "Etiopia"@fi,
        "Ethiopia"@fil,
        "Etiopia"@fo,
        "Éthiopie"@fr,
        "Etiopie"@fur,
        "An Aetóip"@ga,
        "An Itiop"@gd,
        "Etiopía"@gl,
        "Äzioopie"@gsw,
        "ઇથિઓપિયા"@gu,
        "Uhabeshi"@guz,
        "Habasha"@ha,
        "אתיופיה"@he,
        "इथियोपिया"@hi,
        "Etiopija"@hr,
        "Etiópia"@hu,
        "Եթովպիա"@hy,
        "Ethiopia"@ia,
        "Etiopia"@id,
        "Eþíópía"@is,
        "Etiopia"@it,
        "エチオピア"@ja,
        "Ɛtiyɔpî"@jgo,
        "Uhabeshi"@jmc,
        "ეთიოპია"@ka,
        "Utyupi"@kab,
        "Uhabeshi"@kam,
        "Uhabeshi"@kde,
        "Itiopia"@kea,
        "Ecioopi"@khq,
        "Uhabeshi"@ki,
        "Ethiopia"@kl,
        "Emetab Ethiopia"@kln,
        "អេត្យូពី"@km,
        "ಇಥಿಯೋಪಿಯಾ"@kn,
        "이디오피아"@ko,
        "اِتھوپِیا"@ks,
        "Uhabeshi"@ksb,
        "ɛtyɔpí"@ksf,
        "Ättijoopije"@ksh,
        "Ʉhabéeshi"@lag,
        "Esyopya"@lg,
        "Etsíopi"@ln,
        "ເອທີໂອເປຍ"@lo,
        "Etiopija"@lt,
        "Etshiopi"@lu,
        "Ethiopia"@luo,
        "Uhabeshi"@luy,
        "Etiopija"@lv,
        "Uhabeshi"@mas,
        "Ithiopia"@mer,
        "Letiopi"@mfe,
        "Ethiopia"@mg,
        "Uhabeshi"@mgh,
        "Етиопија"@mk,
        "എത്യോപ്യ"@ml,
        "इथिओपिया"@mr,
        "Etijopja"@mt,
        "Etiopia"@mua,
        "အီသီယိုးပီးယား"@my,
        "Ethiopiab"@naq,
        "Etiopia"@nb,
        "Ethiopia"@nd,
        "इथोपिया"@ne,
        "Ethiopië"@nl,
        "Ethiopiá"@nmg,
        "Etiopia"@nn,
        "Ethiyopiya"@nyn,
        "Itoophiyaa"@om,
        "ଇଥିଓପିଆ"@or,
        "Etiopia"@pl,
        "حبشه"@ps,
        "Etiópia"@pt,
        "Etiopia"@rm,
        "Etiyopiya"@rn,
        "Etiopia"@ro,
        "Uhabeshi"@rof,
        "Эфиопия"@ru,
        "Uhabeshi"@rwk,
        "Uhabeshi"@saq,
        "Uhabeshi"@sbp,
        "Etiopia"@se,
        "Etiópia"@seh,
        "Ecioopi"@ses,
        "Etiopïi"@sg,
        "ⵉⵜⵢⵓⴱⵢⴰ"@shi,
        "ityubya"@shi-Latn,
        "ඉතියෝපියාව"@si,
        "Etiópia"@sk,
        "Etiopija"@sl,
        "Etiopia"@sn,
        "Itoobiya"@so,
        "Etiopi"@sq,
        "Етиопија"@sr,
        "Etiopija"@sr-Latn,
        "Otobbia"@ssy,
        "Etiopien"@sv,
        "Uhabeshi"@swc,
        "Uhabeshi"@swh,
        "எதியோப்பியா"@ta,
        "ఇథియోపియా"@te,
        "Uhabeshi"@teo,
        "เอธิโอเปีย"@th,
        "ኢትዮጵያ"@ti,
        "ኢትዮጵያ"@tig,
        "ʻItiōpea"@to,
        "Etiyopya"@tr,
        "Ecioopi"@twq,
        "Ityupya"@tzm,
        "Ефіопія"@uk,
        "ایتھوپیا"@ur,
        "ꔤꔳꖎꔪꕩ"@vai,
        "Ítiyópiya"@vai-Latn,
        "Ethiopia"@vi,
        "Uhabeshi"@vun,
        "Ethiopie"@wae,
        "ኢትዮጵያ"@wal,
        "Esyopya"@xog,
        "etiopí"@yav,
        "Orílẹ́ède Etopia"@yo,
        "Ethiopia"@zsm,
        "i-Ethiopia"@zu ;
    lvont:label <http://lexvo.org/id/term/aar/Otobbia>,
        <http://lexvo.org/id/term/afr/Ethiopi%C3%AB>,
        <http://lexvo.org/id/term/agq/%C3%88ty%C7%92p%C3%ACa>,
        <http://lexvo.org/id/term/aka/Ithiopia>,
        <http://lexvo.org/id/term/amh/%E1%8A%A2%E1%89%B5%E1%8B%AE%E1%8C%B5%E1%8B%AB>,
        <http://lexvo.org/id/term/ara/%D8%A5%D8%AB%D9%8A%D9%88%D8%A8%D9%8A%D8%A7>,
        <http://lexvo.org/id/term/asa/Uhabeshi>,
        <http://lexvo.org/id/term/ast/Etiop%C3%ADa>,
        <http://lexvo.org/id/term/aze/Efiopiya>,
        <http://lexvo.org/id/term/bam/Etiopi>,
        <http://lexvo.org/id/term/bas/%C3%88t%C3%ACop%C3%AC%C3%A0>,
        <http://lexvo.org/id/term/bel/%D0%AD%D1%84%D1%96%D0%BE%D0%BF%D1%96%D1%8F>,
        <http://lexvo.org/id/term/ben/%E0%A6%87%E0%A6%AB%E0%A6%BF%E0%A6%93%E0%A6%AA%E0%A6%BF%E0%A6%AF%E0%A6%BC%E0%A6%BE>,
        <http://lexvo.org/id/term/bez/Huuhabeshi>,
        <http://lexvo.org/id/term/bod/%E0%BD%A8%E0%BD%B2%E0%BC%8B%E0%BD%90%E0%BD%B2%E0%BD%A0%E0%BD%BC%E0%BC%8B%E0%BD%94%E0%BD%B2%E0%BC%8B%E0%BD%A1%E0%BC%8D>,
        <http://lexvo.org/id/term/bos-Cyrl/%D0%95%D1%82%D0%B8%D0%BE%D0%BF%D0%B8%D1%98%D0%B0>,
        <http://lexvo.org/id/term/bos/Etiopija>,
        <http://lexvo.org/id/term/bre/Etiopia>,
        <http://lexvo.org/id/term/brx/%E0%A4%87%E0%A4%A5%E0%A4%BF%E0%A4%93%E0%A4%AA%E0%A4%BF%E0%A4%AF%E0%A4%BE>,
        <http://lexvo.org/id/term/bul/%D0%95%D1%82%D0%B8%D0%BE%D0%BF%D0%B8%D1%8F>,
        <http://lexvo.org/id/term/byn/%E1%8A%A2%E1%89%B5%E1%8B%AE%E1%8C%B5%E1%8B%AB>,
        <http://lexvo.org/id/term/cat/Eti%C3%B2pia>,
        <http://lexvo.org/id/term/ces/Etiopie>,
        <http://lexvo.org/id/term/cgg/Ethiyopiya>,
        <http://lexvo.org/id/term/cmn-Hant/%E8%A1%A3%E7%B4%A2%E6%AF%94%E4%BA%9E>,
        <http://lexvo.org/id/term/cmn/%E5%9F%83%E5%A1%9E%E4%BF%84%E6%AF%94%E4%BA%9A>,
        <http://lexvo.org/id/term/cym/Ethiopia>,
        <http://lexvo.org/id/term/dan/Etiopien>,
        <http://lexvo.org/id/term/dav/Uhabeshi>,
        <http://lexvo.org/id/term/deu/%C3%84thiopien>,
        <http://lexvo.org/id/term/dje/Ecioopi>,
        <http://lexvo.org/id/term/dyo/Ecoopi>,
        <http://lexvo.org/id/term/dzo/%E0%BD%A8%E0%BD%B2%E0%BC%8B%E0%BD%90%E0%BD%B2%E0%BC%8B%E0%BD%A1%E0%BD%BC%E0%BC%8B%E0%BD%94%E0%BD%B2%E0%BC%8B%E0%BD%A1>,
        <http://lexvo.org/id/term/ebu/Uhabeshi>,
        <http://lexvo.org/id/term/ell/%CE%91%CE%B9%CE%B8%CE%B9%CE%BF%CF%80%CE%AF%CE%B1>,
        <http://lexvo.org/id/term/eng-Dsrt/%F0%90%90%80%F0%90%91%83%F0%90%90%A8%F0%90%90%AC%F0%90%90%B9%F0%90%90%A8%F0%90%90%B2>,
        <http://lexvo.org/id/term/eng/Ethiopia>,
        <http://lexvo.org/id/term/eng/ISO%203166-1%3AET>,
        <http://lexvo.org/id/term/epo/Etiopujo>,
        <http://lexvo.org/id/term/est/Etioopia>,
        <http://lexvo.org/id/term/eus/Etiopia>,
        <http://lexvo.org/id/term/ewe/Etiopia%20nutome>,
        <http://lexvo.org/id/term/ewo/Etiop%C3%AD>,
        <http://lexvo.org/id/term/fao/Etiopia>,
        <http://lexvo.org/id/term/fas/%D8%A7%D8%AA%DB%8C%D9%88%D9%BE%DB%8C>,
        <http://lexvo.org/id/term/fas/%D8%A7%DB%8C%D8%AA%D9%88%D9%BE%DB%8C%D8%A7>,
        <http://lexvo.org/id/term/fil/Ethiopia>,
        <http://lexvo.org/id/term/fin/Etiopia>,
        <http://lexvo.org/id/term/fra/%C3%89thiopie>,
        <http://lexvo.org/id/term/ful/Ecoppi>,
        <http://lexvo.org/id/term/fur/Etiopie>,
        <http://lexvo.org/id/term/gla/An%20Itiop>,
        <http://lexvo.org/id/term/gle/An%20Aet%C3%B3ip>,
        <http://lexvo.org/id/term/glg/Etiop%C3%ADa>,
        <http://lexvo.org/id/term/gsw/%C3%84zioopie>,
        <http://lexvo.org/id/term/guj/%E0%AA%87%E0%AA%A5%E0%AA%BF%E0%AA%93%E0%AA%AA%E0%AA%BF%E0%AA%AF%E0%AA%BE>,
        <http://lexvo.org/id/term/guz/Uhabeshi>,
        <http://lexvo.org/id/term/hau/Habasha>,
        <http://lexvo.org/id/term/heb/%D7%90%D7%AA%D7%99%D7%95%D7%A4%D7%99%D7%94>,
        <http://lexvo.org/id/term/hin/%E0%A4%87%E0%A4%A5%E0%A4%BF%E0%A4%AF%E0%A5%8B%E0%A4%AA%E0%A4%BF%E0%A4%AF%E0%A4%BE>,
        <http://lexvo.org/id/term/hrv/Etiopija>,
        <http://lexvo.org/id/term/hun/Eti%C3%B3pia>,
        <http://lexvo.org/id/term/hye/%D4%B5%D5%A9%D5%B8%D5%BE%D5%BA%D5%AB%D5%A1>,
        <http://lexvo.org/id/term/ina/Ethiopia>,
        <http://lexvo.org/id/term/ind/Etiopia>,
        <http://lexvo.org/id/term/isl/E%C3%BE%C3%AD%C3%B3p%C3%ADa>,
        <http://lexvo.org/id/term/ita/Etiopia>,
        <http://lexvo.org/id/term/jgo/%C6%90tiy%C9%94p%C3%AE>,
        <http://lexvo.org/id/term/jmc/Uhabeshi>,
        <http://lexvo.org/id/term/jpn/%E3%82%A8%E3%83%81%E3%82%AA%E3%83%94%E3%82%A2>,
        <http://lexvo.org/id/term/kab/Utyupi>,
        <http://lexvo.org/id/term/kal/Ethiopia>,
        <http://lexvo.org/id/term/kam/Uhabeshi>,
        <http://lexvo.org/id/term/kan/%E0%B2%87%E0%B2%A5%E0%B2%BF%E0%B2%AF%E0%B3%8B%E0%B2%AA%E0%B2%BF%E0%B2%AF%E0%B2%BE>,
        <http://lexvo.org/id/term/kas/%D8%A7%D9%90%D8%AA%DA%BE%D9%88%D9%BE%D9%90%DB%8C%D8%A7>,
        <http://lexvo.org/id/term/kat/%E1%83%94%E1%83%97%E1%83%98%E1%83%9D%E1%83%9E%E1%83%98%E1%83%90>,
        <http://lexvo.org/id/term/kde/Uhabeshi>,
        <http://lexvo.org/id/term/kea/Itiopia>,
        <http://lexvo.org/id/term/khm/%E1%9E%A2%E1%9F%81%E1%9E%8F%E1%9F%92%E1%9E%99%E1%9E%BC%E1%9E%96%E1%9E%B8>,
        <http://lexvo.org/id/term/khq/Ecioopi>,
        <http://lexvo.org/id/term/kik/Uhabeshi>,
        <http://lexvo.org/id/term/kln/Emetab%20Ethiopia>,
        <http://lexvo.org/id/term/kor/%EC%9D%B4%EB%94%94%EC%98%A4%ED%94%BC%EC%95%84>,
        <http://lexvo.org/id/term/ksb/Uhabeshi>,
        <http://lexvo.org/id/term/ksf/%C9%9Bty%C9%94p%C3%AD>,
        <http://lexvo.org/id/term/ksh/%C3%84ttijoopije>,
        <http://lexvo.org/id/term/lag/%C9%84hab%C3%A9eshi>,
        <http://lexvo.org/id/term/lao/%E0%BB%80%E0%BA%AD%E0%BA%97%E0%BA%B5%E0%BB%82%E0%BA%AD%E0%BB%80%E0%BA%9B%E0%BA%8D>,
        <http://lexvo.org/id/term/lav/Etiopija>,
        <http://lexvo.org/id/term/lin/Ets%C3%ADopi>,
        <http://lexvo.org/id/term/lit/Etiopija>,
        <http://lexvo.org/id/term/lub/Etshiopi>,
        <http://lexvo.org/id/term/lug/Esyopya>,
        <http://lexvo.org/id/term/luo/Ethiopia>,
        <http://lexvo.org/id/term/luy/Uhabeshi>,
        <http://lexvo.org/id/term/mal/%E0%B4%8E%E0%B4%A4%E0%B5%8D%E0%B4%AF%E0%B5%8B%E0%B4%AA%E0%B5%8D%E0%B4%AF>,
        <http://lexvo.org/id/term/mar/%E0%A4%87%E0%A4%A5%E0%A4%BF%E0%A4%93%E0%A4%AA%E0%A4%BF%E0%A4%AF%E0%A4%BE>,
        <http://lexvo.org/id/term/mas/Uhabeshi>,
        <http://lexvo.org/id/term/mer/Ithiopia>,
        <http://lexvo.org/id/term/mfe/Letiopi>,
        <http://lexvo.org/id/term/mgh/Uhabeshi>,
        <http://lexvo.org/id/term/mkd/%D0%95%D1%82%D0%B8%D0%BE%D0%BF%D0%B8%D1%98%D0%B0>,
        <http://lexvo.org/id/term/mlg/Ethiopia>,
        <http://lexvo.org/id/term/mlt/Etijopja>,
        <http://lexvo.org/id/term/mua/Etiopia>,
        <http://lexvo.org/id/term/mya/%E1%80%A1%E1%80%AE%E1%80%9E%E1%80%AE%E1%80%9A%E1%80%AD%E1%80%AF%E1%80%B8%E1%80%95%E1%80%AE%E1%80%B8%E1%80%9A%E1%80%AC%E1%80%B8>,
        <http://lexvo.org/id/term/naq/Ethiopiab>,
        <http://lexvo.org/id/term/nde/Ethiopia>,
        <http://lexvo.org/id/term/nep/%E0%A4%87%E0%A4%A5%E0%A5%8B%E0%A4%AA%E0%A4%BF%E0%A4%AF%E0%A4%BE>,
        <http://lexvo.org/id/term/nld/Ethiopi%C3%AB>,
        <http://lexvo.org/id/term/nmg/Ethiopi%C3%A1>,
        <http://lexvo.org/id/term/nno/Etiopia>,
        <http://lexvo.org/id/term/nob/Etiopia>,
        <http://lexvo.org/id/term/nyn/Ethiyopiya>,
        <http://lexvo.org/id/term/ori/%E0%AC%87%E0%AC%A5%E0%AC%BF%E0%AC%93%E0%AC%AA%E0%AC%BF%E0%AC%86>,
        <http://lexvo.org/id/term/orm/Itoophiyaa>,
        <http://lexvo.org/id/term/pol/Etiopia>,
        <http://lexvo.org/id/term/por/Eti%C3%B3pia>,
        <http://lexvo.org/id/term/pus/%D8%AD%D8%A8%D8%B4%D9%87>,
        <http://lexvo.org/id/term/rof/Uhabeshi>,
        <http://lexvo.org/id/term/roh/Etiopia>,
        <http://lexvo.org/id/term/ron/Etiopia>,
        <http://lexvo.org/id/term/run/Etiyopiya>,
        <http://lexvo.org/id/term/rus/%D0%AD%D1%84%D0%B8%D0%BE%D0%BF%D0%B8%D1%8F>,
        <http://lexvo.org/id/term/rwk/Uhabeshi>,
        <http://lexvo.org/id/term/sag/Etiop%C3%AFi>,
        <http://lexvo.org/id/term/saq/Uhabeshi>,
        <http://lexvo.org/id/term/sbp/Uhabeshi>,
        <http://lexvo.org/id/term/seh/Eti%C3%B3pia>,
        <http://lexvo.org/id/term/ses/Ecioopi>,
        <http://lexvo.org/id/term/shi-Latn/ityubya>,
        <http://lexvo.org/id/term/shi/%E2%B5%89%E2%B5%9C%E2%B5%A2%E2%B5%93%E2%B4%B1%E2%B5%A2%E2%B4%B0>,
        <http://lexvo.org/id/term/sin/%E0%B6%89%E0%B6%AD%E0%B7%92%E0%B6%BA%E0%B7%9D%E0%B6%B4%E0%B7%92%E0%B6%BA%E0%B7%8F%E0%B7%80>,
        <http://lexvo.org/id/term/slk/Eti%C3%B3pia>,
        <http://lexvo.org/id/term/slv/Etiopija>,
        <http://lexvo.org/id/term/sme/Etiopia>,
        <http://lexvo.org/id/term/sna/Etiopia>,
        <http://lexvo.org/id/term/som/Itoobiya>,
        <http://lexvo.org/id/term/spa/Etiop%C3%ADa>,
        <http://lexvo.org/id/term/sqi/Etiopi>,
        <http://lexvo.org/id/term/srp-Latn/Etiopija>,
        <http://lexvo.org/id/term/srp/%D0%95%D1%82%D0%B8%D0%BE%D0%BF%D0%B8%D1%98%D0%B0>,
        <http://lexvo.org/id/term/ssy/Otobbia>,
        <http://lexvo.org/id/term/swc/Uhabeshi>,
        <http://lexvo.org/id/term/swe/Etiopien>,
        <http://lexvo.org/id/term/swh/Uhabeshi>,
        <http://lexvo.org/id/term/tam/%E0%AE%8E%E0%AE%A4%E0%AE%BF%E0%AE%AF%E0%AF%8B%E0%AE%AA%E0%AF%8D%E0%AE%AA%E0%AE%BF%E0%AE%AF%E0%AE%BE>,
        <http://lexvo.org/id/term/tel/%E0%B0%87%E0%B0%A5%E0%B0%BF%E0%B0%AF%E0%B1%8B%E0%B0%AA%E0%B0%BF%E0%B0%AF%E0%B0%BE>,
        <http://lexvo.org/id/term/teo/Uhabeshi>,
        <http://lexvo.org/id/term/tha/%E0%B9%80%E0%B8%AD%E0%B8%98%E0%B8%B4%E0%B9%82%E0%B8%AD%E0%B9%80%E0%B8%9B%E0%B8%B5%E0%B8%A2>,
        <http://lexvo.org/id/term/tig/%E1%8A%A2%E1%89%B5%E1%8B%AE%E1%8C%B5%E1%8B%AB>,
        <http://lexvo.org/id/term/tir/%E1%8A%A2%E1%89%B5%E1%8B%AE%E1%8C%B5%E1%8B%AB>,
        <http://lexvo.org/id/term/ton/%CA%BBIti%C5%8Dpea>,
        <http://lexvo.org/id/term/tur/Etiyopya>,
        <http://lexvo.org/id/term/twq/Ecioopi>,
        <http://lexvo.org/id/term/tzm/Ityupya>,
        <http://lexvo.org/id/term/ukr/%D0%95%D1%84%D1%96%D0%BE%D0%BF%D1%96%D1%8F>,
        <http://lexvo.org/id/term/urd/%D8%A7%DB%8C%D8%AA%DA%BE%D9%88%D9%BE%DB%8C%D8%A7>,
        <http://lexvo.org/id/term/vai-Latn/%C3%8Dtiy%C3%B3piya>,
        <http://lexvo.org/id/term/vai/%EA%94%A4%EA%94%B3%EA%96%8E%EA%94%AA%EA%95%A9>,
        <http://lexvo.org/id/term/vie/Ethiopia>,
        <http://lexvo.org/id/term/vun/Uhabeshi>,
        <http://lexvo.org/id/term/wae/Ethiopie>,
        <http://lexvo.org/id/term/wal/%E1%8A%A2%E1%89%B5%E1%8B%AE%E1%8C%B5%E1%8B%AB>,
        <http://lexvo.org/id/term/xog/Esyopya>,
        <http://lexvo.org/id/term/yav/etiop%C3%AD>,
        <http://lexvo.org/id/term/yor/Or%C3%ADl%E1%BA%B9%CC%81%C3%A8de%20Etopia>,
        <http://lexvo.org/id/term/zsm/Ethiopia>,
        <http://lexvo.org/id/term/zul/i-Ethiopia> ;
    owl:sameAs <http://psi.oasis-open.org/iso/3166/#231>,
        <http://sws.geonames.org/337996/> .

<http://lexvo.org/id/iso3166/EU> a lvont:GeographicRegion ;
    rdfs:label "Europese Unie"@af,
        "የአውሮፓ ህብረት"@am,
        "الاتحاد الأوروبي"@ar,
        "Xunión Européa"@ast,
        "Avropa Birləşliyi"@az,
        "Еўрапейскі Звяз"@be,
        "Европейски съюз"@bg,
        "ইউরোপীয় ইউনিয়ন"@bn,
        "Unaniezh Europa"@br,
        "यूरोपीय संघ"@brx,
        "Evropska unija"@bs,
        "Европска Унија"@bs-Cyrl,
        "Unió Europea"@ca,
        "欧盟"@cmn,
        "歐盟"@cmn-Hant,
        "Evropská unie"@cs,
        "yr Undeb Ewropeaidd"@cy,
        "Den Europæiske Union"@da,
        "Europäische Union"@de,
        "ཡུ་རོབ་གཅིག་བསྡོམས་ཚོགས་པ"@dz,
        "Europa Wɔɖeka nutome"@ee,
        "Ευρωπαϊκή Ένωση"@el,
        "European Union"@en,
        "𐐏𐐲𐑉𐐲𐐹𐐨𐐲𐑌 𐐏𐐭𐑌𐐷𐐲𐑌"@en-Dsrt,
        "Unión Europea"@es,
        "Euroopa Liit"@et,
        "Europar Batasuna"@eu,
        "اتحادیهٔ اروپا"@fa,
        "Euroopan unioni"@fi,
        "European Union"@fil,
        "Evropasamveldið"@fo,
        "Union européenne"@fr,
        "Union europeane"@fur,
        "An tAontas Eorpach"@ga,
        "An t-Aonadh Eòrpach"@gd,
        "Unión Europea"@gl,
        "Europääischi Unioon"@gsw,
        "યુરોપિયન સંઘ"@gu,
        "האיחוד האירופי"@he,
        "यूरोपीय संघ"@hi,
        "Europska Unija"@hr,
        "Európai Unió"@hu,
        "Uni Eropa"@id,
        "Evrópusambandið"@is,
        "Unione Europea"@it,
        "欧州連合"@ja,
        "ევროკავშირი"@ka,
        "Uniãu Europeia"@kea,
        "Europami nunat kattusimaffiat"@kl,
        "សហភាព​អឺរ៉ុប"@km,
        "ಯುರೋಪಿಯನ್ ಯೂನಿಯನ್"@kn,
        "유럽 연합"@ko,
        "de Europäjesche Unijon"@ksh,
        "Lisangá ya Erópa"@ln,
        "ສະຫະພາບເອີຣົບ"@lo,
        "Europos Sąjunga"@lt,
        "Eiropas Savienība"@lv,
        "Европска унија"@mk,
        "യൂറോപ്യൻ യൂണിയൻ"@ml,
        "यूरोपीय संघ"@mr,
        "Unjoni Ewropea"@mt,
        "ဥရောပသမဂ္ဂ"@my,
        "Den europeiske union"@nb,
        "युरोपियन युनियन"@ne,
        "Europese Unie"@nl,
        "Den europeiske unionen"@nn,
        "ୟୁରୋପିଆନ୍ ୟୁନିଅନ୍"@or,
        "Unia Europejska"@pl,
        "União Europeia"@pt,
        "Uniun europeica"@rm,
        "Uniunea Europeană"@ro,
        "Европейский союз"@ru,
        "Eurohpa Uniovdna"@se,
        "යුරෝපා සංගමය"@si,
        "Európska únia"@sk,
        "Evropska unija"@sl,
        "Европска Унија"@sr,
        "Evropska unija"@sr-Latn,
        "Europeiska unionen"@sv,
        "Umoja wa Ulaya"@swh,
        "ஐரோப்பியன் யூனியன்"@ta,
        "యురోపియన్ యునియన్"@te,
        "สหภาพยุโรป"@th,
        "ʻIulope fakatahataha"@to,
        "Avrupa Birliği"@tr,
        "Європейський Союз"@uk,
        "یوروپی یونین"@ur,
        "Liên Minh Châu Âu"@vi,
        "Europäiši Unio"@wae,
        "Kesatuan Eropah"@zsm,
        "i-European Union"@zu ;
    lvont:label <http://lexvo.org/id/term/afr/Europese%20Unie>,
        <http://lexvo.org/id/term/amh/%E1%8B%A8%E1%8A%A0%E1%8B%8D%E1%88%AE%E1%8D%93%20%E1%88%85%E1%89%A5%E1%88%A8%E1%89%B5>,
        <http://lexvo.org/id/term/ara/%D8%A7%D9%84%D8%A7%D8%AA%D8%AD%D8%A7%D8%AF%20%D8%A7%D9%84%D8%A3%D9%88%D8%B1%D9%88%D8%A8%D9%8A>,
        <http://lexvo.org/id/term/ast/Xuni%C3%B3n%20Europ%C3%A9a>,
        <http://lexvo.org/id/term/aze/Avropa%20Birl%C9%99%C5%9Fliyi>,
        <http://lexvo.org/id/term/bel/%D0%95%D1%9E%D1%80%D0%B0%D0%BF%D0%B5%D0%B9%D1%81%D0%BA%D1%96%20%D0%97%D0%B2%D1%8F%D0%B7>,
        <http://lexvo.org/id/term/ben/%E0%A6%87%E0%A6%89%E0%A6%B0%E0%A7%8B%E0%A6%AA%E0%A7%80%E0%A6%AF%E0%A6%BC%20%E0%A6%87%E0%A6%89%E0%A6%A8%E0%A6%BF%E0%A6%AF%E0%A6%BC%E0%A6%A8>,
        <http://lexvo.org/id/term/bos-Cyrl/%D0%95%D0%B2%D1%80%D0%BE%D0%BF%D1%81%D0%BA%D0%B0%20%D0%A3%D0%BD%D0%B8%D1%98%D0%B0>,
        <http://lexvo.org/id/term/bos/Evropska%20unija>,
        <http://lexvo.org/id/term/bre/Unaniezh%20Europa>,
        <http://lexvo.org/id/term/brx/%E0%A4%AF%E0%A5%82%E0%A4%B0%E0%A5%8B%E0%A4%AA%E0%A5%80%E0%A4%AF%20%E0%A4%B8%E0%A4%82%E0%A4%98>,
        <http://lexvo.org/id/term/bul/%D0%95%D0%B2%D1%80%D0%BE%D0%BF%D0%B5%D0%B9%D1%81%D0%BA%D0%B8%20%D1%81%D1%8A%D1%8E%D0%B7>,
        <http://lexvo.org/id/term/cat/Uni%C3%B3%20Europea>,
        <http://lexvo.org/id/term/ces/Evropsk%C3%A1%20unie>,
        <http://lexvo.org/id/term/cmn-Hant/%E6%AD%90%E7%9B%9F>,
        <http://lexvo.org/id/term/cmn/%E6%AC%A7%E7%9B%9F>,
        <http://lexvo.org/id/term/cym/yr%20Undeb%20Ewropeaidd>,
        <http://lexvo.org/id/term/dan/Den%20Europ%C3%A6iske%20Union>,
        <http://lexvo.org/id/term/deu/Europ%C3%A4ische%20Union>,
        <http://lexvo.org/id/term/dzo/%E0%BD%A1%E0%BD%B4%E0%BC%8B%E0%BD%A2%E0%BD%BC%E0%BD%96%E0%BC%8B%E0%BD%82%E0%BD%85%E0%BD%B2%E0%BD%82%E0%BC%8B%E0%BD%96%E0%BD%A6%E0%BE%A1%E0%BD%BC%E0%BD%98%E0%BD%A6%E0%BC%8B%E0%BD%9A%E0%BD%BC%E0%BD%82%E0%BD%A6%E0%BC%8B%E0%BD%94>,
        <http://lexvo.org/id/term/ell/%CE%95%CF%85%CF%81%CF%89%CF%80%CE%B1%CF%8A%CE%BA%CE%AE%20%CE%88%CE%BD%CF%89%CF%83%CE%B7>,
        <http://lexvo.org/id/term/eng-Dsrt/%F0%90%90%8F%F0%90%90%B2%F0%90%91%89%F0%90%90%B2%F0%90%90%B9%F0%90%90%A8%F0%90%90%B2%F0%90%91%8C%20%F0%90%90%8F%F0%90%90%AD%F0%90%91%8C%F0%90%90%B7%F0%90%90%B2%F0%90%91%8C>,
        <http://lexvo.org/id/term/eng/European%20Union>,
        <http://lexvo.org/id/term/est/Euroopa%20Liit>,
        <http://lexvo.org/id/term/eus/Europar%20Batasuna>,
        <http://lexvo.org/id/term/ewe/Europa%20W%C9%94%C9%96eka%20nutome>,
        <http://lexvo.org/id/term/fao/Evropasamveldi%C3%B0>,
        <http://lexvo.org/id/term/fas/%D8%A7%D8%AA%D8%AD%D8%A7%D8%AF%DB%8C%D9%87%D9%94%20%D8%A7%D8%B1%D9%88%D9%BE%D8%A7>,
        <http://lexvo.org/id/term/fil/European%20Union>,
        <http://lexvo.org/id/term/fin/Euroopan%20unioni>,
        <http://lexvo.org/id/term/fra/Union%20europ%C3%A9enne>,
        <http://lexvo.org/id/term/fur/Union%20europeane>,
        <http://lexvo.org/id/term/gla/An%20t-Aonadh%20E%C3%B2rpach>,
        <http://lexvo.org/id/term/gle/An%20tAontas%20Eorpach>,
        <http://lexvo.org/id/term/glg/Uni%C3%B3n%20Europea>,
        <http://lexvo.org/id/term/gsw/Europ%C3%A4%C3%A4ischi%20Unioon>,
        <http://lexvo.org/id/term/guj/%E0%AA%AF%E0%AB%81%E0%AA%B0%E0%AB%8B%E0%AA%AA%E0%AA%BF%E0%AA%AF%E0%AA%A8%20%E0%AA%B8%E0%AA%82%E0%AA%98>,
        <http://lexvo.org/id/term/heb/%D7%94%D7%90%D7%99%D7%97%D7%95%D7%93%20%D7%94%D7%90%D7%99%D7%A8%D7%95%D7%A4%D7%99>,
        <http://lexvo.org/id/term/hin/%E0%A4%AF%E0%A5%82%E0%A4%B0%E0%A5%8B%E0%A4%AA%E0%A5%80%E0%A4%AF%20%E0%A4%B8%E0%A4%82%E0%A4%98>,
        <http://lexvo.org/id/term/hrv/Europska%20Unija>,
        <http://lexvo.org/id/term/hun/Eur%C3%B3pai%20Uni%C3%B3>,
        <http://lexvo.org/id/term/ind/Uni%20Eropa>,
        <http://lexvo.org/id/term/isl/Evr%C3%B3pusambandi%C3%B0>,
        <http://lexvo.org/id/term/ita/Unione%20Europea>,
        <http://lexvo.org/id/term/jpn/%E6%AC%A7%E5%B7%9E%E9%80%A3%E5%90%88>,
        <http://lexvo.org/id/term/kal/Europami%20nunat%20kattusimaffiat>,
        <http://lexvo.org/id/term/kan/%E0%B2%AF%E0%B3%81%E0%B2%B0%E0%B3%8B%E0%B2%AA%E0%B2%BF%E0%B2%AF%E0%B2%A8%E0%B3%8D%20%E0%B2%AF%E0%B3%82%E0%B2%A8%E0%B2%BF%E0%B2%AF%E0%B2%A8%E0%B3%8D>,
        <http://lexvo.org/id/term/kat/%E1%83%94%E1%83%95%E1%83%A0%E1%83%9D%E1%83%99%E1%83%90%E1%83%95%E1%83%A8%E1%83%98%E1%83%A0%E1%83%98>,
        <http://lexvo.org/id/term/kea/Uni%C3%A3u%20Europeia>,
        <http://lexvo.org/id/term/khm/%E1%9E%9F%E1%9E%A0%E1%9E%97%E1%9E%B6%E1%9E%96%E2%80%8B%E1%9E%A2%E1%9E%BA%E1%9E%9A%E1%9F%89%E1%9E%BB%E1%9E%94>,
        <http://lexvo.org/id/term/kor/%EC%9C%A0%EB%9F%BD%20%EC%97%B0%ED%95%A9>,
        <http://lexvo.org/id/term/ksh/de%20Europ%C3%A4jesche%20Unijon>,
        <http://lexvo.org/id/term/lao/%E0%BA%AA%E0%BA%B0%E0%BA%AB%E0%BA%B0%E0%BA%9E%E0%BA%B2%E0%BA%9A%E0%BB%80%E0%BA%AD%E0%BA%B5%E0%BA%A3%E0%BA%BB%E0%BA%9A>,
        <http://lexvo.org/id/term/lav/Eiropas%20Savien%C4%ABba>,
        <http://lexvo.org/id/term/lin/Lisang%C3%A1%20ya%20Er%C3%B3pa>,
        <http://lexvo.org/id/term/lit/Europos%20S%C4%85junga>,
        <http://lexvo.org/id/term/mal/%E0%B4%AF%E0%B5%82%E0%B4%B1%E0%B5%8B%E0%B4%AA%E0%B5%8D%E0%B4%AF%E0%B5%BB%20%E0%B4%AF%E0%B5%82%E0%B4%A3%E0%B4%BF%E0%B4%AF%E0%B5%BB>,
        <http://lexvo.org/id/term/mar/%E0%A4%AF%E0%A5%82%E0%A4%B0%E0%A5%8B%E0%A4%AA%E0%A5%80%E0%A4%AF%20%E0%A4%B8%E0%A4%82%E0%A4%98>,
        <http://lexvo.org/id/term/mkd/%D0%95%D0%B2%D1%80%D0%BE%D0%BF%D1%81%D0%BA%D0%B0%20%D1%83%D0%BD%D0%B8%D1%98%D0%B0>,
        <http://lexvo.org/id/term/mlt/Unjoni%20Ewropea>,
        <http://lexvo.org/id/term/mya/%E1%80%A5%E1%80%9B%E1%80%B1%E1%80%AC%E1%80%95%E1%80%9E%E1%80%99%E1%80%82%E1%80%B9%E1%80%82>,
        <http://lexvo.org/id/term/nep/%E0%A4%AF%E0%A5%81%E0%A4%B0%E0%A5%8B%E0%A4%AA%E0%A4%BF%E0%A4%AF%E0%A4%A8%20%E0%A4%AF%E0%A5%81%E0%A4%A8%E0%A4%BF%E0%A4%AF%E0%A4%A8>,
        <http://lexvo.org/id/term/nld/Europese%20Unie>,
        <http://lexvo.org/id/term/nno/Den%20europeiske%20unionen>,
        <http://lexvo.org/id/term/nob/Den%20europeiske%20union>,
        <http://lexvo.org/id/term/ori/%E0%AD%9F%E0%AD%81%E0%AC%B0%E0%AD%8B%E0%AC%AA%E0%AC%BF%E0%AC%86%E0%AC%A8%E0%AD%8D%20%E0%AD%9F%E0%AD%81%E0%AC%A8%E0%AC%BF%E0%AC%85%E0%AC%A8%E0%AD%8D>,
        <http://lexvo.org/id/term/pol/Unia%20Europejska>,
        <http://lexvo.org/id/term/por/Uni%C3%A3o%20Europeia>,
        <http://lexvo.org/id/term/roh/Uniun%20europeica>,
        <http://lexvo.org/id/term/ron/Uniunea%20European%C4%83>,
        <http://lexvo.org/id/term/rus/%D0%95%D0%B2%D1%80%D0%BE%D0%BF%D0%B5%D0%B9%D1%81%D0%BA%D0%B8%D0%B9%20%D1%81%D0%BE%D1%8E%D0%B7>,
        <http://lexvo.org/id/term/sin/%E0%B6%BA%E0%B7%94%E0%B6%BB%E0%B7%9D%E0%B6%B4%E0%B7%8F%20%E0%B7%83%E0%B6%82%E0%B6%9C%E0%B6%B8%E0%B6%BA>,
        <http://lexvo.org/id/term/slk/Eur%C3%B3pska%20%C3%BAnia>,
        <http://lexvo.org/id/term/slv/Evropska%20unija>,
        <http://lexvo.org/id/term/sme/Eurohpa%20Uniovdna>,
        <http://lexvo.org/id/term/spa/Uni%C3%B3n%20Europea>,
        <http://lexvo.org/id/term/srp-Latn/Evropska%20unija>,
        <http://lexvo.org/id/term/srp/%D0%95%D0%B2%D1%80%D0%BE%D0%BF%D1%81%D0%BA%D0%B0%20%D0%A3%D0%BD%D0%B8%D1%98%D0%B0>,
        <http://lexvo.org/id/term/swe/Europeiska%20unionen>,
        <http://lexvo.org/id/term/swh/Umoja%20wa%20Ulaya>,
        <http://lexvo.org/id/term/tam/%E0%AE%90%E0%AE%B0%E0%AF%8B%E0%AE%AA%E0%AF%8D%E0%AE%AA%E0%AE%BF%E0%AE%AF%E0%AE%A9%E0%AF%8D%20%E0%AE%AF%E0%AF%82%E0%AE%A9%E0%AE%BF%E0%AE%AF%E0%AE%A9%E0%AF%8D>,
        <http://lexvo.org/id/term/tel/%E0%B0%AF%E0%B1%81%E0%B0%B0%E0%B1%8B%E0%B0%AA%E0%B0%BF%E0%B0%AF%E0%B0%A8%E0%B1%8D%20%E0%B0%AF%E0%B1%81%E0%B0%A8%E0%B0%BF%E0%B0%AF%E0%B0%A8%E0%B1%8D>,
        <http://lexvo.org/id/term/tha/%E0%B8%AA%E0%B8%AB%E0%B8%A0%E0%B8%B2%E0%B8%9E%E0%B8%A2%E0%B8%B8%E0%B9%82%E0%B8%A3%E0%B8%9B>,
        <http://lexvo.org/id/term/ton/%CA%BBIulope%20fakatahataha>,
        <http://lexvo.org/id/term/tur/Avrupa%20Birli%C4%9Fi>,
        <http://lexvo.org/id/term/ukr/%D0%84%D0%B2%D1%80%D0%BE%D0%BF%D0%B5%D0%B9%D1%81%D1%8C%D0%BA%D0%B8%D0%B9%20%D0%A1%D0%BE%D1%8E%D0%B7>,
        <http://lexvo.org/id/term/urd/%DB%8C%D9%88%D8%B1%D9%88%D9%BE%DB%8C%20%DB%8C%D9%88%D9%86%DB%8C%D9%86>,
        <http://lexvo.org/id/term/vie/Li%C3%AAn%20Minh%20Ch%C3%A2u%20%C3%82u>,
        <http://lexvo.org/id/term/wae/Europ%C3%A4i%C5%A1i%20Unio>,
        <http://lexvo.org/id/term/zsm/Kesatuan%20Eropah>,
        <http://lexvo.org/id/term/zul/i-European%20Union> .

<http://lexvo.org/id/iso3166/FI> a lvont:GeographicRegion ;
    rdfs:label "Finland"@af,
        "Fɨnlàn"@agq,
        "Finland"@ak,
        "ፊንላንድ"@am,
        "فنلندا"@ar,
        "Ufini"@asa,
        "Finlandia"@ast,
        "Finlandiya"@az,
        "Fìnlând"@bas,
        "Фінляндыя"@be,
        "Huufini"@bez,
        "Финландия"@bg,
        "Finilandi"@bm,
        "ফিনল্যান্ড"@bn,
        "ཕིན་ལན྄ཌ།"@bo,
        "Finland"@br,
        "फिनलैंड"@brx,
        "Finska"@bs,
        "Финска"@bs-Cyrl,
        "ፊንላንድ"@byn,
        "Finlàndia"@ca,
        "Bufini"@cgg,
        "ᏫᏂᎦᏙᎯ"@chr,
        "芬兰"@cmn,
        "芬蘭"@cmn-Hant,
        "Finsko"@cs,
        "y Ffindir"@cy,
        "Finland"@da,
        "Ufini"@dav,
        "Finnland"@de,
        "Finlandu"@dje,
        "Finland"@dyo,
        "ཕིན་ལེནཌ"@dz,
        "Ufini"@ebu,
        "Finland nutome"@ee,
        "Φινλανδία"@el,
        "Finland"@en,
        "ISO 3166-1:FI"@en,
        "𐐙𐐮𐑌𐑊𐐲𐑌𐐼"@en-Dsrt,
        "Finnlando"@eo,
        "Finlandia"@es,
        "Soome"@et,
        "Finlandia"@eu,
        "Finəlán"@ewo,
        "فنلاند"@fa,
        "فنلند"@fa,
        "Fenland"@ff,
        "Suomi"@fi,
        "Finland"@fil,
        "Finnland"@fo,
        "Finlande"@fr,
        "Finlandie"@fur,
        "An Fhionlainn"@ga,
        "An Fhionnlann"@gd,
        "Finlandia"@gl,
        "Finnland"@gsw,
        "ફીનલેંડ"@gu,
        "Ufini"@guz,
        "Finlan"@ha,
        "פינלנד"@he,
        "फिनलैंड"@hi,
        "Finska"@hr,
        "Finnország"@hu,
        "Ֆինլանդիա"@hy,
        "Finlandia"@ia,
        "Finlandia"@id,
        "Finnland"@is,
        "Finlandia"@it,
        "フィンランド"@ja,
        "Ufini"@jmc,
        "ფინეთი"@ka,
        "Finlund"@kab,
        "Ufini"@kam,
        "Ufini"@kde,
        "Finlandia"@kea,
        "Finlandu"@khq,
        "Ufini"@ki,
        "Финляндия"@kk,
        "Finlandi"@kl,
        "Emetab Finland"@kln,
        "ហ្វាំងឡង់"@km,
        "ಫಿನ್‌ಲ್ಯಾಂಡ್"@kn,
        "핀란드"@ko,
        "فِنلینٛڑ"@ks,
        "Ufini"@ksb,
        "fínlan"@ksf,
        "Finnland"@ksh,
        "Ufíini"@lag,
        "Finilandi"@lg,
        "Filandɛ"@ln,
        "ຟິນແລນ"@lo,
        "Suomija"@lt,
        "Filande"@lu,
        "Finland"@luo,
        "Ufini"@luy,
        "Somija"@lv,
        "Ufini"@mas,
        "Finilandi"@mer,
        "Finland"@mfe,
        "Finlandy"@mg,
        "Ufini"@mgh,
        "Финска"@mk,
        "ഫിൻലാൻഡ്"@ml,
        "फिनलंड"@mr,
        "Finlandja"@mt,
        "Sǝr Finland"@mua,
        "ဖင်လန်"@my,
        "Finlandi"@naq,
        "Finland"@nb,
        "Finland"@nd,
        "फिन्ल्याण्ड"@ne,
        "Finland"@nl,
        "Finlande"@nmg,
        "Finland"@nn,
        "Bufini"@nyn,
        "ଫିନଲ୍ୟାଣ୍ଡ"@or,
        "Finlandia"@pl,
        "فنلینډ"@ps,
        "Finlândia"@pt,
        "Finlanda"@rm,
        "Finilandi"@rn,
        "Finlanda"@ro,
        "Ufini"@rof,
        "Финляндия"@ru,
        "Ufini"@rwk,
        "Ufini"@saq,
        "Wufini"@sbp,
        "Suopma"@se,
        "Finlândia"@seh,
        "Finlandu"@ses,
        "Fëlânde"@sg,
        "ⴼⵉⵍⵍⴰⵏⴷⴰ"@shi,
        "fillanda"@shi-Latn,
        "ෆින්ලන්තය"@si,
        "Fínsko"@sk,
        "Finska"@sl,
        "Finland"@sn,
        "Finland"@so,
        "Finlandë"@sq,
        "Финска"@sr,
        "Finska"@sr-Latn,
        "Finland"@sv,
        "Ufini"@swc,
        "Ufini"@swh,
        "பின்லாந்து"@ta,
        "ఫిన్లాండ్"@te,
        "Ufini"@teo,
        "ฟินแลนด์"@th,
        "ፊንላንድ"@ti,
        "ፊንላንድ"@tig,
        "Finilani"@to,
        "Finlandiya"@tr,
        "Finlandu"@twq,
        "Finlanḍa"@tzm,
        "Фінляндія"@uk,
        "فن لینڈ"@ur,
        "ꔱꘋ ꖨꕮꕊ"@vai,
        "Fiŋlɛŋ"@vai-Latn,
        "Phần Lan"@vi,
        "Ufini"@vun,
        "Finnland"@wae,
        "ፊንላንድ"@wal,
        "Finilandi"@xog,
        "fɛnlánd"@yav,
        "Orílẹ́ède Filandi"@yo,
        "Finland"@zsm,
        "i-Finland"@zu ;
    lvont:label <http://lexvo.org/id/term/afr/Finland>,
        <http://lexvo.org/id/term/agq/F%C9%A8nl%C3%A0n>,
        <http://lexvo.org/id/term/aka/Finland>,
        <http://lexvo.org/id/term/amh/%E1%8D%8A%E1%8A%95%E1%88%8B%E1%8A%95%E1%8B%B5>,
        <http://lexvo.org/id/term/ara/%D9%81%D9%86%D9%84%D9%86%D8%AF%D8%A7>,
        <http://lexvo.org/id/term/asa/Ufini>,
        <http://lexvo.org/id/term/ast/Finlandia>,
        <http://lexvo.org/id/term/aze/Finlandiya>,
        <http://lexvo.org/id/term/bam/Finilandi>,
        <http://lexvo.org/id/term/bas/F%C3%ACnl%C3%A2nd>,
        <http://lexvo.org/id/term/bel/%D0%A4%D1%96%D0%BD%D0%BB%D1%8F%D0%BD%D0%B4%D1%8B%D1%8F>,
        <http://lexvo.org/id/term/ben/%E0%A6%AB%E0%A6%BF%E0%A6%A8%E0%A6%B2%E0%A7%8D%E0%A6%AF%E0%A6%BE%E0%A6%A8%E0%A7%8D%E0%A6%A1>,
        <http://lexvo.org/id/term/bez/Huufini>,
        <http://lexvo.org/id/term/bod/%E0%BD%95%E0%BD%B2%E0%BD%93%E0%BC%8B%E0%BD%A3%E0%BD%93%E0%BE%84%E0%BD%8C%E0%BC%8D>,
        <http://lexvo.org/id/term/bos-Cyrl/%D0%A4%D0%B8%D0%BD%D1%81%D0%BA%D0%B0>,
        <http://lexvo.org/id/term/bos/Finska>,
        <http://lexvo.org/id/term/bre/Finland>,
        <http://lexvo.org/id/term/brx/%E0%A4%AB%E0%A4%BF%E0%A4%A8%E0%A4%B2%E0%A5%88%E0%A4%82%E0%A4%A1>,
        <http://lexvo.org/id/term/bul/%D0%A4%D0%B8%D0%BD%D0%BB%D0%B0%D0%BD%D0%B4%D0%B8%D1%8F>,
        <http://lexvo.org/id/term/byn/%E1%8D%8A%E1%8A%95%E1%88%8B%E1%8A%95%E1%8B%B5>,
        <http://lexvo.org/id/term/cat/Finl%C3%A0ndia>,
        <http://lexvo.org/id/term/ces/Finsko>,
        <http://lexvo.org/id/term/cgg/Bufini>,
        <http://lexvo.org/id/term/chr/%E1%8F%AB%E1%8F%82%E1%8E%A6%E1%8F%99%E1%8E%AF>,
        <http://lexvo.org/id/term/cmn-Hant/%E8%8A%AC%E8%98%AD>,
        <http://lexvo.org/id/term/cmn/%E8%8A%AC%E5%85%B0>,
        <http://lexvo.org/id/term/cym/y%20Ffindir>,
        <http://lexvo.org/id/term/dan/Finland>,
        <http://lexvo.org/id/term/dav/Ufini>,
        <http://lexvo.org/id/term/deu/Finnland>,
        <http://lexvo.org/id/term/dje/Finlandu>,
        <http://lexvo.org/id/term/dyo/Finland>,
        <http://lexvo.org/id/term/dzo/%E0%BD%95%E0%BD%B2%E0%BD%93%E0%BC%8B%E0%BD%A3%E0%BD%BA%E0%BD%93%E0%BD%8C>,
        <http://lexvo.org/id/term/ebu/Ufini>,
        <http://lexvo.org/id/term/ell/%CE%A6%CE%B9%CE%BD%CE%BB%CE%B1%CE%BD%CE%B4%CE%AF%CE%B1>,
        <http://lexvo.org/id/term/eng-Dsrt/%F0%90%90%99%F0%90%90%AE%F0%90%91%8C%F0%90%91%8A%F0%90%90%B2%F0%90%91%8C%F0%90%90%BC>,
        <http://lexvo.org/id/term/eng/Finland>,
        <http://lexvo.org/id/term/eng/ISO%203166-1%3AFI>,
        <http://lexvo.org/id/term/epo/Finnlando>,
        <http://lexvo.org/id/term/est/Soome>,
        <http://lexvo.org/id/term/eus/Finlandia>,
        <http://lexvo.org/id/term/ewe/Finland%20nutome>,
        <http://lexvo.org/id/term/ewo/Fin%C9%99l%C3%A1n>,
        <http://lexvo.org/id/term/fao/Finnland>,
        <http://lexvo.org/id/term/fas/%D9%81%D9%86%D9%84%D8%A7%D9%86%D8%AF>,
        <http://lexvo.org/id/term/fas/%D9%81%D9%86%D9%84%D9%86%D8%AF>,
        <http://lexvo.org/id/term/fil/Finland>,
        <http://lexvo.org/id/term/fin/Suomi>,
        <http://lexvo.org/id/term/fra/Finlande>,
        <http://lexvo.org/id/term/ful/Fenland>,
        <http://lexvo.org/id/term/fur/Finlandie>,
        <http://lexvo.org/id/term/gla/An%20Fhionnlann>,
        <http://lexvo.org/id/term/gle/An%20Fhionlainn>,
        <http://lexvo.org/id/term/glg/Finlandia>,
        <http://lexvo.org/id/term/gsw/Finnland>,
        <http://lexvo.org/id/term/guj/%E0%AA%AB%E0%AB%80%E0%AA%A8%E0%AA%B2%E0%AB%87%E0%AA%82%E0%AA%A1>,
        <http://lexvo.org/id/term/guz/Ufini>,
        <http://lexvo.org/id/term/hau/Finlan>,
        <http://lexvo.org/id/term/heb/%D7%A4%D7%99%D7%A0%D7%9C%D7%A0%D7%93>,
        <http://lexvo.org/id/term/hin/%E0%A4%AB%E0%A4%BF%E0%A4%A8%E0%A4%B2%E0%A5%88%E0%A4%82%E0%A4%A1>,
        <http://lexvo.org/id/term/hrv/Finska>,
        <http://lexvo.org/id/term/hun/Finnorsz%C3%A1g>,
        <http://lexvo.org/id/term/hye/%D5%96%D5%AB%D5%B6%D5%AC%D5%A1%D5%B6%D5%A4%D5%AB%D5%A1>,
        <http://lexvo.org/id/term/ina/Finlandia>,
        <http://lexvo.org/id/term/ind/Finlandia>,
        <http://lexvo.org/id/term/isl/Finnland>,
        <http://lexvo.org/id/term/ita/Finlandia>,
        <http://lexvo.org/id/term/jmc/Ufini>,
        <http://lexvo.org/id/term/jpn/%E3%83%95%E3%82%A3%E3%83%B3%E3%83%A9%E3%83%B3%E3%83%89>,
        <http://lexvo.org/id/term/kab/Finlund>,
        <http://lexvo.org/id/term/kal/Finlandi>,
        <http://lexvo.org/id/term/kam/Ufini>,
        <http://lexvo.org/id/term/kan/%E0%B2%AB%E0%B2%BF%E0%B2%A8%E0%B3%8D%E2%80%8C%E0%B2%B2%E0%B3%8D%E0%B2%AF%E0%B2%BE%E0%B2%82%E0%B2%A1%E0%B3%8D>,
        <http://lexvo.org/id/term/kas/%D9%81%D9%90%D9%86%D9%84%DB%8C%D9%86%D9%9B%DA%91>,
        <http://lexvo.org/id/term/kat/%E1%83%A4%E1%83%98%E1%83%9C%E1%83%94%E1%83%97%E1%83%98>,
        <http://lexvo.org/id/term/kaz/%D0%A4%D0%B8%D0%BD%D0%BB%D1%8F%D0%BD%D0%B4%D0%B8%D1%8F>,
        <http://lexvo.org/id/term/kde/Ufini>,
        <http://lexvo.org/id/term/kea/Finlandia>,
        <http://lexvo.org/id/term/khm/%E1%9E%A0%E1%9F%92%E1%9E%9C%E1%9E%B6%E1%9F%86%E1%9E%84%E1%9E%A1%E1%9E%84%E1%9F%8B>,
        <http://lexvo.org/id/term/khq/Finlandu>,
        <http://lexvo.org/id/term/kik/Ufini>,
        <http://lexvo.org/id/term/kln/Emetab%20Finland>,
        <http://lexvo.org/id/term/kor/%ED%95%80%EB%9E%80%EB%93%9C>,
        <http://lexvo.org/id/term/ksb/Ufini>,
        <http://lexvo.org/id/term/ksf/f%C3%ADnlan>,
        <http://lexvo.org/id/term/ksh/Finnland>,
        <http://lexvo.org/id/term/lag/Uf%C3%ADini>,
        <http://lexvo.org/id/term/lao/%E0%BA%9F%E0%BA%B4%E0%BA%99%E0%BB%81%E0%BA%A5%E0%BA%99>,
        <http://lexvo.org/id/term/lav/Somija>,
        <http://lexvo.org/id/term/lin/Filand%C9%9B>,
        <http://lexvo.org/id/term/lit/Suomija>,
        <http://lexvo.org/id/term/lub/Filande>,
        <http://lexvo.org/id/term/lug/Finilandi>,
        <http://lexvo.org/id/term/luo/Finland>,
        <http://lexvo.org/id/term/luy/Ufini>,
        <http://lexvo.org/id/term/mal/%E0%B4%AB%E0%B4%BF%E0%B5%BB%E0%B4%B2%E0%B4%BE%E0%B5%BB%E0%B4%A1%E0%B5%8D>,
        <http://lexvo.org/id/term/mar/%E0%A4%AB%E0%A4%BF%E0%A4%A8%E0%A4%B2%E0%A4%82%E0%A4%A1>,
        <http://lexvo.org/id/term/mas/Ufini>,
        <http://lexvo.org/id/term/mer/Finilandi>,
        <http://lexvo.org/id/term/mfe/Finland>,
        <http://lexvo.org/id/term/mgh/Ufini>,
        <http://lexvo.org/id/term/mkd/%D0%A4%D0%B8%D0%BD%D1%81%D0%BA%D0%B0>,
        <http://lexvo.org/id/term/mlg/Finlandy>,
        <http://lexvo.org/id/term/mlt/Finlandja>,
        <http://lexvo.org/id/term/mua/S%C7%9Dr%20Finland>,
        <http://lexvo.org/id/term/mya/%E1%80%96%E1%80%84%E1%80%BA%E1%80%9C%E1%80%94%E1%80%BA>,
        <http://lexvo.org/id/term/naq/Finlandi>,
        <http://lexvo.org/id/term/nde/Finland>,
        <http://lexvo.org/id/term/nep/%E0%A4%AB%E0%A4%BF%E0%A4%A8%E0%A5%8D%E0%A4%B2%E0%A5%8D%E0%A4%AF%E0%A4%BE%E0%A4%A3%E0%A5%8D%E0%A4%A1>,
        <http://lexvo.org/id/term/nld/Finland>,
        <http://lexvo.org/id/term/nmg/Finlande>,
        <http://lexvo.org/id/term/nno/Finland>,
        <http://lexvo.org/id/term/nob/Finland>,
        <http://lexvo.org/id/term/nyn/Bufini>,
        <http://lexvo.org/id/term/ori/%E0%AC%AB%E0%AC%BF%E0%AC%A8%E0%AC%B2%E0%AD%8D%E0%AD%9F%E0%AC%BE%E0%AC%A3%E0%AD%8D%E0%AC%A1>,
        <http://lexvo.org/id/term/pol/Finlandia>,
        <http://lexvo.org/id/term/por/Finl%C3%A2ndia>,
        <http://lexvo.org/id/term/pus/%D9%81%D9%86%D9%84%DB%8C%D9%86%DA%89>,
        <http://lexvo.org/id/term/rof/Ufini>,
        <http://lexvo.org/id/term/roh/Finlanda>,
        <http://lexvo.org/id/term/ron/Finlanda>,
        <http://lexvo.org/id/term/run/Finilandi>,
        <http://lexvo.org/id/term/rus/%D0%A4%D0%B8%D0%BD%D0%BB%D1%8F%D0%BD%D0%B4%D0%B8%D1%8F>,
        <http://lexvo.org/id/term/rwk/Ufini>,
        <http://lexvo.org/id/term/sag/F%C3%ABl%C3%A2nde>,
        <http://lexvo.org/id/term/saq/Ufini>,
        <http://lexvo.org/id/term/sbp/Wufini>,
        <http://lexvo.org/id/term/seh/Finl%C3%A2ndia>,
        <http://lexvo.org/id/term/ses/Finlandu>,
        <http://lexvo.org/id/term/shi-Latn/fillanda>,
        <http://lexvo.org/id/term/shi/%E2%B4%BC%E2%B5%89%E2%B5%8D%E2%B5%8D%E2%B4%B0%E2%B5%8F%E2%B4%B7%E2%B4%B0>,
        <http://lexvo.org/id/term/sin/%E0%B7%86%E0%B7%92%E0%B6%B1%E0%B7%8A%E0%B6%BD%E0%B6%B1%E0%B7%8A%E0%B6%AD%E0%B6%BA>,
        <http://lexvo.org/id/term/slk/F%C3%ADnsko>,
        <http://lexvo.org/id/term/slv/Finska>,
        <http://lexvo.org/id/term/sme/Suopma>,
        <http://lexvo.org/id/term/sna/Finland>,
        <http://lexvo.org/id/term/som/Finland>,
        <http://lexvo.org/id/term/spa/Finlandia>,
        <http://lexvo.org/id/term/sqi/Finland%C3%AB>,
        <http://lexvo.org/id/term/srp-Latn/Finska>,
        <http://lexvo.org/id/term/srp/%D0%A4%D0%B8%D0%BD%D1%81%D0%BA%D0%B0>,
        <http://lexvo.org/id/term/swc/Ufini>,
        <http://lexvo.org/id/term/swe/Finland>,
        <http://lexvo.org/id/term/swh/Ufini>,
        <http://lexvo.org/id/term/tam/%E0%AE%AA%E0%AE%BF%E0%AE%A9%E0%AF%8D%E0%AE%B2%E0%AE%BE%E0%AE%A8%E0%AF%8D%E0%AE%A4%E0%AF%81>,
        <http://lexvo.org/id/term/tel/%E0%B0%AB%E0%B0%BF%E0%B0%A8%E0%B1%8D%E0%B0%B2%E0%B0%BE%E0%B0%82%E0%B0%A1%E0%B1%8D>,
        <http://lexvo.org/id/term/teo/Ufini>,
        <http://lexvo.org/id/term/tha/%E0%B8%9F%E0%B8%B4%E0%B8%99%E0%B9%81%E0%B8%A5%E0%B8%99%E0%B8%94%E0%B9%8C>,
        <http://lexvo.org/id/term/tig/%E1%8D%8A%E1%8A%95%E1%88%8B%E1%8A%95%E1%8B%B5>,
        <http://lexvo.org/id/term/tir/%E1%8D%8A%E1%8A%95%E1%88%8B%E1%8A%95%E1%8B%B5>,
        <http://lexvo.org/id/term/ton/Finilani>,
        <http://lexvo.org/id/term/tur/Finlandiya>,
        <http://lexvo.org/id/term/twq/Finlandu>,
        <http://lexvo.org/id/term/tzm/Finlan%E1%B8%8Da>,
        <http://lexvo.org/id/term/ukr/%D0%A4%D1%96%D0%BD%D0%BB%D1%8F%D0%BD%D0%B4%D1%96%D1%8F>,
        <http://lexvo.org/id/term/urd/%D9%81%D9%86%20%D9%84%DB%8C%D9%86%DA%88>,
        <http://lexvo.org/id/term/vai-Latn/Fi%C5%8Bl%C9%9B%C5%8B>,
        <http://lexvo.org/id/term/vai/%EA%94%B1%EA%98%8B%20%EA%96%A8%EA%95%AE%EA%95%8A>,
        <http://lexvo.org/id/term/vie/Ph%E1%BA%A7n%20Lan>,
        <http://lexvo.org/id/term/vun/Ufini>,
        <http://lexvo.org/id/term/wae/Finnland>,
        <http://lexvo.org/id/term/wal/%E1%8D%8A%E1%8A%95%E1%88%8B%E1%8A%95%E1%8B%B5>,
        <http://lexvo.org/id/term/xog/Finilandi>,
        <http://lexvo.org/id/term/yav/f%C9%9Bnl%C3%A1nd>,
        <http://lexvo.org/id/term/yor/Or%C3%ADl%E1%BA%B9%CC%81%C3%A8de%20Filandi>,
        <http://lexvo.org/id/term/zsm/Finland>,
        <http://lexvo.org/id/term/zul/i-Finland> ;
    owl:sameAs <http://psi.oasis-open.org/iso/3166/#246>,
        <http://sws.geonames.org/660013/> .

<http://lexvo.org/id/iso3166/FJ> a lvont:GeographicRegion ;
    rdfs:label "Fidji"@af,
        "Fidzi"@agq,
        "Figyi"@ak,
        "ፊጂ"@am,
        "فيجي"@ar,
        "Fiji"@asa,
        "Islles Fixi"@ast,
        "Fici"@az,
        "Fiji"@bas,
        "Фіджы"@be,
        "Hufiji"@bez,
        "Фиджи"@bg,
        "Fiji"@bm,
        "ফিজি"@bn,
        "ཕི་ཇི།"@bo,
        "Fidji"@br,
        "फिजी"@brx,
        "Fidži"@bs,
        "Фиџи"@bs-Cyrl,
        "ፊጂ"@byn,
        "Fiji"@ca,
        "Figyi"@cgg,
        "ᏫᏥ"@chr,
        "斐济"@cmn,
        "斐濟"@cmn-Hant,
        "Fidži"@cs,
        "Ffiji"@cy,
        "Fiji"@da,
        "Fiji"@dav,
        "Fidschi"@de,
        "Fiji"@dje,
        "Fiji"@dyo,
        "ཕི་ཇི"@dz,
        "Fiji"@ebu,
        "Fidzi nutome"@ee,
        "Φίτζι"@el,
        "Fiji"@en,
        "ISO 3166-1:FJ"@en,
        "𐐙𐐨𐐾𐐨"@en-Dsrt,
        "Fiĝoj"@eo,
        "Fiyi"@es,
        "Fidži"@et,
        "Fiji"@eu,
        "Fidzí"@ewo,
        "فیجی"@fa,
        "Fijji"@ff,
        "Fidži"@fi,
        "Fiji"@fil,
        "Fiji"@fo,
        "Fidji"@fr,
        "Fizi"@fur,
        "Fidsí"@ga,
        "Fìdi"@gd,
        "Fixi"@gl,
        "Fitschi"@gsw,
        "ફીજી"@gu,
        "Fiji"@guz,
        "Fiji"@ha,
        "פיג׳י"@he,
        "फिजी"@hi,
        "Fidži"@hr,
        "Fidzsi"@hu,
        "Ֆիջի"@hy,
        "Fiji"@id,
        "Fídjieyjar"@is,
        "Figi"@it,
        "フィジー"@ja,
        "Fiji"@jmc,
        "ფიჯი"@ka,
        "Fiji"@kab,
        "Fiji"@kam,
        "Fiji"@kde,
        "Fidji"@kea,
        "Fiji"@khq,
        "Fiji"@ki,
        "Fiji"@kl,
        "Emetab Fiji"@kln,
        "ហ្វីជី"@km,
        "ಫಿಜಿ"@kn,
        "피지"@ko,
        "فِجی"@ks,
        "Fiji"@ksb,
        "fíji"@ksf,
        "de Fidschi-Endelle"@ksh,
        "Fíiji"@lag,
        "Fiji"@lg,
        "Fidzi"@ln,
        "ຟິຈິ"@lo,
        "Fidžis"@lt,
        "Fuji"@lu,
        "Fiji"@luo,
        "Fiji"@luy,
        "Fidži"@lv,
        "Fiji"@mas,
        "Fiji"@mer,
        "Fidji"@mfe,
        "Fidji"@mg,
        "Ufiji"@mgh,
        "Фиџи"@mk,
        "ഫിജി"@ml,
        "फिजी"@mr,
        "Fiġi"@mt,
        "Sǝr Fiji"@mua,
        "ဖီဂျီ"@my,
        "Fijib"@naq,
        "Fiji"@nb,
        "Fiji"@nd,
        "फिजी"@ne,
        "Fiji"@nl,
        "Fijiá"@nmg,
        "Fiji"@nn,
        "Figyi"@nyn,
        "ଫିଜି"@or,
        "Fidżi"@pl,
        "Fiji"@pt,
        "Fidschi"@rm,
        "Fiji"@rn,
        "Fiji"@ro,
        "Fiji"@rof,
        "Фиджи"@ru,
        "Fiji"@rwk,
        "Fiji"@saq,
        "Fiji"@sbp,
        "Fijisullot"@se,
        "Fiji"@seh,
        "Fiji"@ses,
        "Fidyïi"@sg,
        "ⴼⵉⴷⵊⵉ"@shi,
        "fidji"@shi-Latn,
        "ෆීජී"@si,
        "Fidži"@sk,
        "Fidži"@sl,
        "Fiji"@sn,
        "Fiji"@so,
        "Fixhi"@sq,
        "Фиџи"@sr,
        "Fidži"@sr-Latn,
        "Fiji"@sv,
        "Fiji"@swc,
        "Fiji"@swh,
        "ஃபிஜி"@ta,
        "ఫిజి"@te,
        "Fiji"@teo,
        "ฟิจิ"@th,
        "ፊጂ"@ti,
        "ፊጂ"@tig,
        "Fisi"@to,
        "Fiji"@tr,
        "Fiji"@twq,
        "Fiji"@tzm,
        "Фіджі"@uk,
        "فجی"@ur,
        "ꔱꔤꕀ"@vai,
        "Fíji"@vai-Latn,
        "Fiji"@vi,
        "Fiji"@vun,
        "Fidši"@wae,
        "ፊጂ"@wal,
        "Fiji"@xog,
        "físi"@yav,
        "Orílẹ́ède Fiji"@yo,
        "Fiji"@zsm,
        "i-Fiji"@zu ;
    lvont:label <http://lexvo.org/id/term/afr/Fidji>,
        <http://lexvo.org/id/term/agq/Fidzi>,
        <http://lexvo.org/id/term/aka/Figyi>,
        <http://lexvo.org/id/term/amh/%E1%8D%8A%E1%8C%82>,
        <http://lexvo.org/id/term/ara/%D9%81%D9%8A%D8%AC%D9%8A>,
        <http://lexvo.org/id/term/asa/Fiji>,
        <http://lexvo.org/id/term/ast/Islles%20Fixi>,
        <http://lexvo.org/id/term/aze/Fici>,
        <http://lexvo.org/id/term/bam/Fiji>,
        <http://lexvo.org/id/term/bas/Fiji>,
        <http://lexvo.org/id/term/bel/%D0%A4%D1%96%D0%B4%D0%B6%D1%8B>,
        <http://lexvo.org/id/term/ben/%E0%A6%AB%E0%A6%BF%E0%A6%9C%E0%A6%BF>,
        <http://lexvo.org/id/term/bez/Hufiji>,
        <http://lexvo.org/id/term/bod/%E0%BD%95%E0%BD%B2%E0%BC%8B%E0%BD%87%E0%BD%B2%E0%BC%8D>,
        <http://lexvo.org/id/term/bos-Cyrl/%D0%A4%D0%B8%D1%9F%D0%B8>,
        <http://lexvo.org/id/term/bos/Fid%C5%BEi>,
        <http://lexvo.org/id/term/bre/Fidji>,
        <http://lexvo.org/id/term/brx/%E0%A4%AB%E0%A4%BF%E0%A4%9C%E0%A5%80>,
        <http://lexvo.org/id/term/bul/%D0%A4%D0%B8%D0%B4%D0%B6%D0%B8>,
        <http://lexvo.org/id/term/byn/%E1%8D%8A%E1%8C%82>,
        <http://lexvo.org/id/term/cat/Fiji>,
        <http://lexvo.org/id/term/ces/Fid%C5%BEi>,
        <http://lexvo.org/id/term/cgg/Figyi>,
        <http://lexvo.org/id/term/chr/%E1%8F%AB%E1%8F%A5>,
        <http://lexvo.org/id/term/cmn-Hant/%E6%96%90%E6%BF%9F>,
        <http://lexvo.org/id/term/cmn/%E6%96%90%E6%B5%8E>,
        <http://lexvo.org/id/term/cym/Ffiji>,
        <http://lexvo.org/id/term/dan/Fiji>,
        <http://lexvo.org/id/term/dav/Fiji>,
        <http://lexvo.org/id/term/deu/Fidschi>,
        <http://lexvo.org/id/term/dje/Fiji>,
        <http://lexvo.org/id/term/dyo/Fiji>,
        <http://lexvo.org/id/term/dzo/%E0%BD%95%E0%BD%B2%E0%BC%8B%E0%BD%87%E0%BD%B2>,
        <http://lexvo.org/id/term/ebu/Fiji>,
        <http://lexvo.org/id/term/ell/%CE%A6%CE%AF%CF%84%CE%B6%CE%B9>,
        <http://lexvo.org/id/term/eng-Dsrt/%F0%90%90%99%F0%90%90%A8%F0%90%90%BE%F0%90%90%A8>,
        <http://lexvo.org/id/term/eng/Fiji>,
        <http://lexvo.org/id/term/eng/ISO%203166-1%3AFJ>,
        <http://lexvo.org/id/term/epo/Fi%C4%9Doj>,
        <http://lexvo.org/id/term/est/Fid%C5%BEi>,
        <http://lexvo.org/id/term/eus/Fiji>,
        <http://lexvo.org/id/term/ewe/Fidzi%20nutome>,
        <http://lexvo.org/id/term/ewo/Fidz%C3%AD>,
        <http://lexvo.org/id/term/fao/Fiji>,
        <http://lexvo.org/id/term/fas/%D9%81%DB%8C%D8%AC%DB%8C>,
        <http://lexvo.org/id/term/fil/Fiji>,
        <http://lexvo.org/id/term/fin/Fid%C5%BEi>,
        <http://lexvo.org/id/term/fra/Fidji>,
        <http://lexvo.org/id/term/ful/Fijji>,
        <http://lexvo.org/id/term/fur/Fizi>,
        <http://lexvo.org/id/term/gla/F%C3%ACdi>,
        <http://lexvo.org/id/term/gle/Fids%C3%AD>,
        <http://lexvo.org/id/term/glg/Fixi>,
        <http://lexvo.org/id/term/gsw/Fitschi>,
        <http://lexvo.org/id/term/guj/%E0%AA%AB%E0%AB%80%E0%AA%9C%E0%AB%80>,
        <http://lexvo.org/id/term/guz/Fiji>,
        <http://lexvo.org/id/term/hau/Fiji>,
        <http://lexvo.org/id/term/heb/%D7%A4%D7%99%D7%92%D7%B3%D7%99>,
        <http://lexvo.org/id/term/hin/%E0%A4%AB%E0%A4%BF%E0%A4%9C%E0%A5%80>,
        <http://lexvo.org/id/term/hrv/Fid%C5%BEi>,
        <http://lexvo.org/id/term/hun/Fidzsi>,
        <http://lexvo.org/id/term/hye/%D5%96%D5%AB%D5%BB%D5%AB>,
        <http://lexvo.org/id/term/ind/Fiji>,
        <http://lexvo.org/id/term/isl/F%C3%ADdjieyjar>,
        <http://lexvo.org/id/term/ita/Figi>,
        <http://lexvo.org/id/term/jmc/Fiji>,
        <http://lexvo.org/id/term/jpn/%E3%83%95%E3%82%A3%E3%82%B8%E3%83%BC>,
        <http://lexvo.org/id/term/kab/Fiji>,
        <http://lexvo.org/id/term/kal/Fiji>,
        <http://lexvo.org/id/term/kam/Fiji>,
        <http://lexvo.org/id/term/kan/%E0%B2%AB%E0%B2%BF%E0%B2%9C%E0%B2%BF>,
        <http://lexvo.org/id/term/kas/%D9%81%D9%90%D8%AC%DB%8C>,
        <http://lexvo.org/id/term/kat/%E1%83%A4%E1%83%98%E1%83%AF%E1%83%98>,
        <http://lexvo.org/id/term/kde/Fiji>,
        <http://lexvo.org/id/term/kea/Fidji>,
        <http://lexvo.org/id/term/khm/%E1%9E%A0%E1%9F%92%E1%9E%9C%E1%9E%B8%E1%9E%87%E1%9E%B8>,
        <http://lexvo.org/id/term/khq/Fiji>,
        <http://lexvo.org/id/term/kik/Fiji>,
        <http://lexvo.org/id/term/kln/Emetab%20Fiji>,
        <http://lexvo.org/id/term/kor/%ED%94%BC%EC%A7%80>,
        <http://lexvo.org/id/term/ksb/Fiji>,
        <http://lexvo.org/id/term/ksf/f%C3%ADji>,
        <http://lexvo.org/id/term/ksh/de%20Fidschi-Endelle>,
        <http://lexvo.org/id/term/lag/F%C3%ADiji>,
        <http://lexvo.org/id/term/lao/%E0%BA%9F%E0%BA%B4%E0%BA%88%E0%BA%B4>,
        <http://lexvo.org/id/term/lav/Fid%C5%BEi>,
        <http://lexvo.org/id/term/lin/Fidzi>,
        <http://lexvo.org/id/term/lit/Fid%C5%BEis>,
        <http://lexvo.org/id/term/lub/Fuji>,
        <http://lexvo.org/id/term/lug/Fiji>,
        <http://lexvo.org/id/term/luo/Fiji>,
        <http://lexvo.org/id/term/luy/Fiji>,
        <http://lexvo.org/id/term/mal/%E0%B4%AB%E0%B4%BF%E0%B4%9C%E0%B4%BF>,
        <http://lexvo.org/id/term/mar/%E0%A4%AB%E0%A4%BF%E0%A4%9C%E0%A5%80>,
        <http://lexvo.org/id/term/mas/Fiji>,
        <http://lexvo.org/id/term/mer/Fiji>,
        <http://lexvo.org/id/term/mfe/Fidji>,
        <http://lexvo.org/id/term/mgh/Ufiji>,
        <http://lexvo.org/id/term/mkd/%D0%A4%D0%B8%D1%9F%D0%B8>,
        <http://lexvo.org/id/term/mlg/Fidji>,
        <http://lexvo.org/id/term/mlt/Fi%C4%A1i>,
        <http://lexvo.org/id/term/mua/S%C7%9Dr%20Fiji>,
        <http://lexvo.org/id/term/mya/%E1%80%96%E1%80%AE%E1%80%82%E1%80%BB%E1%80%AE>,
        <http://lexvo.org/id/term/naq/Fijib>,
        <http://lexvo.org/id/term/nde/Fiji>,
        <http://lexvo.org/id/term/nep/%E0%A4%AB%E0%A4%BF%E0%A4%9C%E0%A5%80>,
        <http://lexvo.org/id/term/nld/Fiji>,
        <http://lexvo.org/id/term/nmg/Fiji%C3%A1>,
        <http://lexvo.org/id/term/nno/Fiji>,
        <http://lexvo.org/id/term/nob/Fiji>,
        <http://lexvo.org/id/term/nyn/Figyi>,
        <http://lexvo.org/id/term/ori/%E0%AC%AB%E0%AC%BF%E0%AC%9C%E0%AC%BF>,
        <http://lexvo.org/id/term/pol/Fid%C5%BCi>,
        <http://lexvo.org/id/term/por/Fiji>,
        <http://lexvo.org/id/term/rof/Fiji>,
        <http://lexvo.org/id/term/roh/Fidschi>,
        <http://lexvo.org/id/term/ron/Fiji>,
        <http://lexvo.org/id/term/run/Fiji>,
        <http://lexvo.org/id/term/rus/%D0%A4%D0%B8%D0%B4%D0%B6%D0%B8>,
        <http://lexvo.org/id/term/rwk/Fiji>,
        <http://lexvo.org/id/term/sag/Fidy%C3%AFi>,
        <http://lexvo.org/id/term/saq/Fiji>,
        <http://lexvo.org/id/term/sbp/Fiji>,
        <http://lexvo.org/id/term/seh/Fiji>,
        <http://lexvo.org/id/term/ses/Fiji>,
        <http://lexvo.org/id/term/shi-Latn/fidji>,
        <http://lexvo.org/id/term/shi/%E2%B4%BC%E2%B5%89%E2%B4%B7%E2%B5%8A%E2%B5%89>,
        <http://lexvo.org/id/term/sin/%E0%B7%86%E0%B7%93%E0%B6%A2%E0%B7%93>,
        <http://lexvo.org/id/term/slk/Fid%C5%BEi>,
        <http://lexvo.org/id/term/slv/Fid%C5%BEi>,
        <http://lexvo.org/id/term/sme/Fijisullot>,
        <http://lexvo.org/id/term/sna/Fiji>,
        <http://lexvo.org/id/term/som/Fiji>,
        <http://lexvo.org/id/term/spa/Fiyi>,
        <http://lexvo.org/id/term/sqi/Fixhi>,
        <http://lexvo.org/id/term/srp-Latn/Fid%C5%BEi>,
        <http://lexvo.org/id/term/srp/%D0%A4%D0%B8%D1%9F%D0%B8>,
        <http://lexvo.org/id/term/swc/Fiji>,
        <http://lexvo.org/id/term/swe/Fiji>,
        <http://lexvo.org/id/term/swh/Fiji>,
        <http://lexvo.org/id/term/tam/%E0%AE%83%E0%AE%AA%E0%AE%BF%E0%AE%9C%E0%AE%BF>,
        <http://lexvo.org/id/term/tel/%E0%B0%AB%E0%B0%BF%E0%B0%9C%E0%B0%BF>,
        <http://lexvo.org/id/term/teo/Fiji>,
        <http://lexvo.org/id/term/tha/%E0%B8%9F%E0%B8%B4%E0%B8%88%E0%B8%B4>,
        <http://lexvo.org/id/term/tig/%E1%8D%8A%E1%8C%82>,
        <http://lexvo.org/id/term/tir/%E1%8D%8A%E1%8C%82>,
        <http://lexvo.org/id/term/ton/Fisi>,
        <http://lexvo.org/id/term/tur/Fiji>,
        <http://lexvo.org/id/term/twq/Fiji>,
        <http://lexvo.org/id/term/tzm/Fiji>,
        <http://lexvo.org/id/term/ukr/%D0%A4%D1%96%D0%B4%D0%B6%D1%96>,
        <http://lexvo.org/id/term/urd/%D9%81%D8%AC%DB%8C>,
        <http://lexvo.org/id/term/vai-Latn/F%C3%ADji>,
        <http://lexvo.org/id/term/vai/%EA%94%B1%EA%94%A4%EA%95%80>,
        <http://lexvo.org/id/term/vie/Fiji>,
        <http://lexvo.org/id/term/vun/Fiji>,
        <http://lexvo.org/id/term/wae/Fid%C5%A1i>,
        <http://lexvo.org/id/term/wal/%E1%8D%8A%E1%8C%82>,
        <http://lexvo.org/id/term/xog/Fiji>,
        <http://lexvo.org/id/term/yav/f%C3%ADsi>,
        <http://lexvo.org/id/term/yor/Or%C3%ADl%E1%BA%B9%CC%81%C3%A8de%20Fiji>,
        <http://lexvo.org/id/term/zsm/Fiji>,
        <http://lexvo.org/id/term/zul/i-Fiji> ;
    owl:sameAs <http://psi.oasis-open.org/iso/3166/#242>,
        <http://sws.geonames.org/2205218/> .

<http://lexvo.org/id/iso3166/FK> a lvont:GeographicRegion ;
    rdfs:label "Falkland-eilande [Malvinas]"@af,
        "Falklandeilande"@af,
        "Chwɨlà fɨ Fakɨlàn"@agq,
        "Fɔlkman Aeland"@ak,
        "የፎልክላንድ ደሴቶች"@am,
        "ፎክላንድ ደሴቶች [ኢስላስ ማልቪናስ]"@am,
        "جزر فوكلاند"@ar,
        "جزر فوكلاند - جزر مالفيناس"@ar,
        "Vithiwa vya Falkland"@asa,
        "Falkland Islands"@ast,
        "Islles Malvines"@ast,
        "Folkland Adaları"@az,
        "Bìòn bi Falkland"@bas,
        "Фолклэндскія астравы"@be,
        "Ifisima fya Falkland"@bez,
        "Фолкландски острови [Малвини]"@bg,
        "Фолклендски острови"@bg,
        "Maluwini Gun"@bm,
        "ফকল্যান্ড আইল্যান্ড [ ইসল্যাস মাসভেনিস]"@bn,
        "ফকল্যান্ড দ্বীপপুঞ্জ"@bn,
        "ཕལྐ་ལནྜ་གླིང་ཕྲན།"@bo,
        "Inizi Falkland"@br,
        "Inizi Falkland [Inizi Maloù]"@br,
        "फ़ॉल्कलैंड द्वीप"@brx,
        "Folklandska Ostrva"@bs,
        "Folklandska ostrva (Malvinska ostrva)"@bs,
        "Фокландска (Малвинска) острва"@bs-Cyrl,
        "Фокландска острва"@bs-Cyrl,
        "Illes Malvines"@ca,
        "Illes Malvines [Illes Falkland]"@ca,
        "Ebizinga bya Faakilanda"@cgg,
        "ᏩᎩ ᎤᎦᏚᏛ"@chr,
        "ᏩᎩ ᎤᎦᏚᏛ [ᎢᏍᎳᏍ ᎹᎸᏫᎾᏍ]"@chr,
        "福克兰群岛"@cmn,
        "福克兰群岛（马尔维纳斯群岛）"@cmn,
        "福克蘭群島"@cmn-Hant,
        "福克蘭群島 [馬爾維納斯群島]"@cmn-Hant,
        "Falklandské ostrovy"@cs,
        "Falklandské ostrovy [Malvíny]"@cs,
        "Ynysoedd y Falkland"@cy,
        "Ynysoedd y Falkland [Ynysoedd y Malfinas]"@cy,
        "Falklandsøerne"@da,
        "Falklandsøerne [Islas Malvinas]"@da,
        "Visiwa vya Falkland"@dav,
        "Falklandinseln"@de,
        "Kalkan gungey"@dje,
        "ཕལྐ་ལནྜ་གླིང་ཚོམ"@dz,
        "ཕལྐ་ལནྜ་གླིང་ཚོམ [ཨིས་ལཱས་མལ་བི་ཎཱས]"@dz,
        "Visiwa vya Falkland"@ebu,
        "Falkland ƒudomekpowo [Islas Malvinas] nutome"@ee,
        "Falkland ƒudomekpowo nutome"@ee,
        "Νήσοι Φώκλαντ"@el,
        "Νήσοι Φώκλαντ (Νήσοι Μαλβίνας)"@el,
        "Falkland Islands"@en,
        "Falkland Islands [Islas Malvinas]"@en,
        "ISO 3166-1:FK"@en,
        "𐐙𐐪𐑊𐐿𐑊𐐲𐑌𐐼 𐐌𐑊𐐲𐑌𐐼𐑆"@en-Dsrt,
        "Islas Malvinas"@es,
        "Islas Malvinas [Islas Falkland]"@es,
        "Falklandi saared"@et,
        "Falkland uharteak [Malvina uharteak]"@eu,
        "Malvinak"@eu,
        "Minlán Mi Fóləkəlan"@ewo,
        "جزایر فالکلند"@fa,
        "جزایر فالکلند [ایسلاس مالویناس]"@fa,
        "Duuɗe Falkland"@ff,
        "Falklandinsaaret"@fi,
        "Falklandinsaaret [Malvinassaaret]"@fi,
        "Falkland Islands"@fil,
        "Falkland Islands [Islas Malvinas]"@fil,
        "Falklandsoyggjarnar"@fo,
        "Îles Malouines"@fr,
        "Isulis Falkland"@fur,
        "Isulis Falkland [Isulis Malvinas]"@fur,
        "Oileáin Fháclainne"@ga,
        "Na h-Eileanan Fàclannach"@gd,
        "Na h-Eileanan Fàclannach [Islas Malvinas]"@gd,
        "Illas Malvinas"@gl,
        "Falkland-Insle"@gsw,
        "ફૉકલૅંડ આઇલૅંડ્સ"@gu,
        "ફૉકલેન્ડ આઇલેન્ડ્સ"@gu,
        "Visiwa vya Falkland"@guz,
        "Tsibiran Falkilan"@ha,
        "איי פוקלנד"@he,
        "איי פוקלנד [איי מלווינס]"@he,
        "फ़ॉकलैंड आइलैंड [इज्लास माल्विनास]"@hi,
        "फ़ॉकलैंड द्वीप"@hi,
        "Falklandi"@hr,
        "Falklandski Otoci"@hr,
        "Falkland-szigetek"@hu,
        "Falkland-szigetek [Malvin-szigetek]"@hu,
        "Kepulauan Malvinas"@id,
        "Falklandseyjar"@is,
        "Falklandseyjar [Islas Malvinas]"@is,
        "Isole Falkland"@it,
        "Isole Falkland [isole Malvine]"@it,
        "フォークランド諸島"@ja,
        "フォークランド諸島[マルビナス諸島]"@ja,
        "Visiwa vya Falkland"@jmc,
        "ფალკლენდის კუნძულები"@ka,
        "Tigzirin n Falkland"@kab,
        "Visiwa vya Falkland"@kam,
        "Chisiwa cha Falkland"@kde,
        "Ilhas Malvinas"@kea,
        "Kalkan gungey"@khq,
        "Visiwa vya Falkland"@ki,
        "Falklandi qeqertaq"@kl,
        "Ikwembeyotab Falkland"@kln,
        "កោះ​ហ្វក់ឡែន"@km,
        "កោះ​ហ្វក់ឡែន [Islas Malvinas]"@km,
        "ಫಾಲ್ಕ್‌ಲ್ಯಾಂಡ್ ದ್ವೀಪಗಳು"@kn,
        "ಫಾಲ್ಕ್‌ಲ್ಯಾಂಡ್ ದ್ವೀಪಗಳು (ಇಸ್ಲಾಸ್ ಮಾಲ್ವಿನಸ್)"@kn,
        "포클랜드 제도"@ko,
        "포클랜드 제도[말비나스 군도]"@ko,
        "فٕلاکلینٛڑ جٔزیٖرٕ"@ks,
        "Visiwa vya Falkland"@ksb,
        "zǝ maalwín"@ksf,
        "de Falkland-Enselle"@ksh,
        "de malleviinesche Enselle"@ksh,
        "Visíiwa vya Fakulandi"@lag,
        "Bizinga by'eFalikalandi"@lg,
        "Bisanga bya Falkland"@ln,
        "Bisanga bya Maluni"@ln,
        "ຫມູ່ເກາະຟອກແລນ"@lo,
        "ຫມູ່ເກາະຟອກແລນ(ອິສລາສ ມາວິລນາສ)"@lo,
        "Folklando Salos"@lt,
        "Folklando Salos (Malvinai)"@lt,
        "Lutanda lua Maluni"@lu,
        "Chuia mar Falkland"@luo,
        "Visiwa vya Falkland"@luy,
        "Folklenda salas"@lv,
        "Folklenda salas [Malvinu salas]"@lv,
        "Visiwa vya Falkland"@mas,
        "Aĩrandi cia Falklandi"@mer,
        "Zil malwinn"@mfe,
        "Nosy Falkand"@mg,
        "Фолкландски Острови"@mk,
        "Фолкландски Острови [малвински острови]"@mk,
        "ഫാക്ക്‌ലാന്റ് ഐലന്റ്"@ml,
        "ഫോക്ൿലൻഡ് ദ്വീപുകൾ [മൽവിനാസ്]"@ml,
        "फॉकलंड बेटे"@mr,
        "फॉकलंड बेटे [इस्लास मालविनास]"@mr,
        "Falkland Islands"@mt,
        "Sǝr malouniya ma laŋne"@mua,
        "ဖောက်ကလန် ကျွန်းစု"@my,
        "Falkland Islands"@naq,
        "Falklandsøyene"@nb,
        "Falkland Islands"@nd,
        "फकल्याण्ड टापु"@ne,
        "फक्ल्याण्ड टापुहरू [इज्लास माल्भिनास]"@ne,
        "Falklandeilanden"@nl,
        "Falklandeilanden [Islas Malvinas]"@nl,
        "Maŋ má Falkland"@nmg,
        "Falklandsøyane"@nn,
        "Ebizinga bya Faakilanda"@nyn,
        "ଫଲ୍କଲ୍ୟାଣ୍ଡ ଦ୍ବୀପପୁଞ୍ଜ"@or,
        "Falklandy"@pl,
        "Falklandy [Malwiny]"@pl,
        "Ilhas Falkland"@pt,
        "Ilhas Malvinas"@pt,
        "Inslas dal Falkland"@rm,
        "Izinga rya Filikilandi"@rn,
        "Insulele Falkland"@ro,
        "Insulele Falkland [Insulele Malvine]"@ro,
        "Visiwa vya Falkland"@rof,
        "Фолклендские (Мальвинские) о-ва"@ru,
        "Фолклендские о-ва"@ru,
        "Visiwa vya Falkland"@rwk,
        "Visiwa vya Falkland"@saq,
        "Figunguli fya Fokolendi"@sbp,
        "Falklandsullot"@se,
        "Ilhas Malvinas"@seh,
        "Kalkan gungey"@ses,
        "Âzûâ tî Mälüîni"@sg,
        "ⵜⵉⴳⵣⵉⵔⵉⵏ ⵏ ⵎⴰⵍⴰⵡⵉ"@shi,
        "tigzirin n malawi"@shi-Latn,
        "ෆෝක්ලන්ත දූපත්"@si,
        "ෆෝක්ලන්ත දූපත් [අයිලස් මල්වියනාස්]"@si,
        "Falklandské ostrovy"@sk,
        "Falklandy [Islas Malvinas]"@sk,
        "Falklandski otoki"@sl,
        "Falklandski otoki [Malvinski otoki]"@sl,
        "Zvitsuwa zveFalklands"@sn,
        "Jaziiradaha Fooklaan"@so,
        "Фокландска (Малвинска) острва"@sr,
        "Фокландска острва"@sr,
        "Folklandska Ostrva"@sr-Latn,
        "Folklandska ostrva (Malvinska ostrva)"@sr-Latn,
        "Falklandsöarna"@sv,
        "Visiwa vya Falkland"@swc,
        "Visiwa vya Falkland"@swh,
        "Visiwa vya Falklandi [Islas Malvinas]"@swh,
        "ஃபாக்லாந்து தீவுகள்"@ta,
        "ஃபாக்லாந்து தீவுகள் [இஸ்லாஸ் மால்வினஸ்]"@ta,
        "ఫాక్ లేండ్ దీవులు"@te,
        "ఫాక్ లేండ్ దీవులు[ఇస్లాస్ మాల్వినాస్]"@te,
        "Visiwa vya Falkland"@teo,
        "หมู่เกาะฟอล์กแลนด์"@th,
        "หมู่เกาะฟอล์กแลนด์ [อิสลาส มาลวินาส]"@th,
        "የፎልክላንድ ደሴቶች"@ti,
        "ʻOtumotu Fokuleni"@to,
        "Falkland Adaları"@tr,
        "Falkland Adaları [Malvinas Adaları]"@tr,
        "Kalkan gungey"@twq,
        "Tigzirin n Falkland"@tzm,
        "Фолклендські [Мальвінські] острови"@uk,
        "Фолклендські острови"@uk,
        "فاکلینڈ آئلینڈز"@ur,
        "فاکلینڈ آئلینڈز [ازلاس مالوینس]"@ur,
        "ꕘꔷꕃ ꖨꕮ ꔳꘋꗣ"@vai,
        "Fáháki Luma Tiŋŋɛ"@vai-Latn,
        "Quần Đảo Falkland"@vi,
        "Quần đảo Falkland [Islas Malvinas]"@vi,
        "Visiwa vya Falkland"@vun,
        "Falklandinslä"@wae,
        "Falklandinslä [Malwine]"@wae,
        "Ebiizinga bya Falikalandi"@xog,
        "maluwín"@yav,
        "Orílẹ́ède Etikun Fakalandi"@yo,
        "Falkland Islands"@zsm,
        "Kepulauan Falkland [Islas Malvinas]"@zsm,
        "i-Falkland Islands"@zu,
        "i-Falkland Islands (i-Islas Malvinas]"@zu ;
    lvont:label <http://lexvo.org/id/term/afr/Falkland-eilande%20%5BMalvinas%5D>,
        <http://lexvo.org/id/term/afr/Falklandeilande>,
        <http://lexvo.org/id/term/agq/Chw%C9%A8l%C3%A0%20f%C9%A8%20Fak%C9%A8l%C3%A0n>,
        <http://lexvo.org/id/term/aka/F%C9%94lkman%20Aeland>,
        <http://lexvo.org/id/term/amh/%E1%8B%A8%E1%8D%8E%E1%88%8D%E1%8A%AD%E1%88%8B%E1%8A%95%E1%8B%B5%20%E1%8B%B0%E1%88%B4%E1%89%B6%E1%89%BD>,
        <http://lexvo.org/id/term/amh/%E1%8D%8E%E1%8A%AD%E1%88%8B%E1%8A%95%E1%8B%B5%20%E1%8B%B0%E1%88%B4%E1%89%B6%E1%89%BD%20%5B%E1%8A%A2%E1%88%B5%E1%88%8B%E1%88%B5%20%E1%88%9B%E1%88%8D%E1%89%AA%E1%8A%93%E1%88%B5%5D>,
        <http://lexvo.org/id/term/ara/%D8%AC%D8%B2%D8%B1%20%D9%81%D9%88%D9%83%D9%84%D8%A7%D9%86%D8%AF>,
        <http://lexvo.org/id/term/ara/%D8%AC%D8%B2%D8%B1%20%D9%81%D9%88%D9%83%D9%84%D8%A7%D9%86%D8%AF%20-%20%D8%AC%D8%B2%D8%B1%20%D9%85%D8%A7%D9%84%D9%81%D9%8A%D9%86%D8%A7%D8%B3>,
        <http://lexvo.org/id/term/asa/Vithiwa%20vya%20Falkland>,
        <http://lexvo.org/id/term/ast/Falkland%20Islands>,
        <http://lexvo.org/id/term/ast/Islles%20Malvines>,
        <http://lexvo.org/id/term/aze/Folkland%20Adalar%C4%B1>,
        <http://lexvo.org/id/term/bam/Maluwini%20Gun>,
        <http://lexvo.org/id/term/bas/B%C3%AC%C3%B2n%20bi%20Falkland>,
        <http://lexvo.org/id/term/bel/%D0%A4%D0%BE%D0%BB%D0%BA%D0%BB%D1%8D%D0%BD%D0%B4%D1%81%D0%BA%D1%96%D1%8F%20%D0%B0%D1%81%D1%82%D1%80%D0%B0%D0%B2%D1%8B>,
        <http://lexvo.org/id/term/ben/%E0%A6%AB%E0%A6%95%E0%A6%B2%E0%A7%8D%E0%A6%AF%E0%A6%BE%E0%A6%A8%E0%A7%8D%E0%A6%A1%20%E0%A6%86%E0%A6%87%E0%A6%B2%E0%A7%8D%E0%A6%AF%E0%A6%BE%E0%A6%A8%E0%A7%8D%E0%A6%A1%20%5B%20%E0%A6%87%E0%A6%B8%E0%A6%B2%E0%A7%8D%E0%A6%AF%E0%A6%BE%E0%A6%B8%20%E0%A6%AE%E0%A6%BE%E0%A6%B8%E0%A6%AD%E0%A7%87%E0%A6%A8%E0%A6%BF%E0%A6%B8%5D>,
        <http://lexvo.org/id/term/ben/%E0%A6%AB%E0%A6%95%E0%A6%B2%E0%A7%8D%E0%A6%AF%E0%A6%BE%E0%A6%A8%E0%A7%8D%E0%A6%A1%20%E0%A6%A6%E0%A7%8D%E0%A6%AC%E0%A7%80%E0%A6%AA%E0%A6%AA%E0%A7%81%E0%A6%9E%E0%A7%8D%E0%A6%9C>,
        <http://lexvo.org/id/term/bez/Ifisima%20fya%20Falkland>,
        <http://lexvo.org/id/term/bod/%E0%BD%95%E0%BD%A3%E0%BE%90%E0%BC%8B%E0%BD%A3%E0%BD%93%E0%BE%9C%E0%BC%8B%E0%BD%82%E0%BE%B3%E0%BD%B2%E0%BD%84%E0%BC%8B%E0%BD%95%E0%BE%B2%E0%BD%93%E0%BC%8D>,
        <http://lexvo.org/id/term/bos-Cyrl/%D0%A4%D0%BE%D0%BA%D0%BB%D0%B0%D0%BD%D0%B4%D1%81%D0%BA%D0%B0%20%D0%BE%D1%81%D1%82%D1%80%D0%B2%D0%B0>,
        <http://lexvo.org/id/term/bos-Cyrl/%D0%A4%D0%BE%D0%BA%D0%BB%D0%B0%D0%BD%D0%B4%D1%81%D0%BA%D0%B0%20(%D0%9C%D0%B0%D0%BB%D0%B2%D0%B8%D0%BD%D1%81%D0%BA%D0%B0)%20%D0%BE%D1%81%D1%82%D1%80%D0%B2%D0%B0>,
        <http://lexvo.org/id/term/bos/Folklandska%20Ostrva>,
        <http://lexvo.org/id/term/bos/Folklandska%20ostrva%20(Malvinska%20ostrva)>,
        <http://lexvo.org/id/term/bre/Inizi%20Falkland>,
        <http://lexvo.org/id/term/bre/Inizi%20Falkland%20%5BInizi%20Malo%C3%B9%5D>,
        <http://lexvo.org/id/term/brx/%E0%A4%AB%E0%A4%BC%E0%A5%89%E0%A4%B2%E0%A5%8D%E0%A4%95%E0%A4%B2%E0%A5%88%E0%A4%82%E0%A4%A1%20%E0%A4%A6%E0%A5%8D%E0%A4%B5%E0%A5%80%E0%A4%AA>,
        <http://lexvo.org/id/term/bul/%D0%A4%D0%BE%D0%BB%D0%BA%D0%BB%D0%B0%D0%BD%D0%B4%D1%81%D0%BA%D0%B8%20%D0%BE%D1%81%D1%82%D1%80%D0%BE%D0%B2%D0%B8%20%5B%D0%9C%D0%B0%D0%BB%D0%B2%D0%B8%D0%BD%D0%B8%5D>,
        <http://lexvo.org/id/term/bul/%D0%A4%D0%BE%D0%BB%D0%BA%D0%BB%D0%B5%D0%BD%D0%B4%D1%81%D0%BA%D0%B8%20%D0%BE%D1%81%D1%82%D1%80%D0%BE%D0%B2%D0%B8>,
        <http://lexvo.org/id/term/cat/Illes%20Malvines>,
        <http://lexvo.org/id/term/cat/Illes%20Malvines%20%5BIlles%20Falkland%5D>,
        <http://lexvo.org/id/term/ces/Falklandsk%C3%A9%20ostrovy>,
        <http://lexvo.org/id/term/ces/Falklandsk%C3%A9%20ostrovy%20%5BMalv%C3%ADny%5D>,
        <http://lexvo.org/id/term/cgg/Ebizinga%20bya%20Faakilanda>,
        <http://lexvo.org/id/term/chr/%E1%8F%A9%E1%8E%A9%20%E1%8E%A4%E1%8E%A6%E1%8F%9A%E1%8F%9B>,
        <http://lexvo.org/id/term/chr/%E1%8F%A9%E1%8E%A9%20%E1%8E%A4%E1%8E%A6%E1%8F%9A%E1%8F%9B%20%5B%E1%8E%A2%E1%8F%8D%E1%8E%B3%E1%8F%8D%20%E1%8E%B9%E1%8E%B8%E1%8F%AB%E1%8E%BE%E1%8F%8D%5D>,
        <http://lexvo.org/id/term/cmn-Hant/%E7%A6%8F%E5%85%8B%E8%98%AD%E7%BE%A4%E5%B3%B6>,
        <http://lexvo.org/id/term/cmn-Hant/%E7%A6%8F%E5%85%8B%E8%98%AD%E7%BE%A4%E5%B3%B6%20%5B%E9%A6%AC%E7%88%BE%E7%B6%AD%E7%B4%8D%E6%96%AF%E7%BE%A4%E5%B3%B6%5D>,
        <http://lexvo.org/id/term/cmn/%E7%A6%8F%E5%85%8B%E5%85%B0%E7%BE%A4%E5%B2%9B>,
        <http://lexvo.org/id/term/cmn/%E7%A6%8F%E5%85%8B%E5%85%B0%E7%BE%A4%E5%B2%9B%EF%BC%88%E9%A9%AC%E5%B0%94%E7%BB%B4%E7%BA%B3%E6%96%AF%E7%BE%A4%E5%B2%9B%EF%BC%89>,
        <http://lexvo.org/id/term/cym/Ynysoedd%20y%20Falkland>,
        <http://lexvo.org/id/term/cym/Ynysoedd%20y%20Falkland%20%5BYnysoedd%20y%20Malfinas%5D>,
        <http://lexvo.org/id/term/dan/Falklands%C3%B8erne>,
        <http://lexvo.org/id/term/dan/Falklands%C3%B8erne%20%5BIslas%20Malvinas%5D>,
        <http://lexvo.org/id/term/dav/Visiwa%20vya%20Falkland>,
        <http://lexvo.org/id/term/deu/Falklandinseln>,
        <http://lexvo.org/id/term/dje/Kalkan%20gungey>,
        <http://lexvo.org/id/term/dzo/%E0%BD%95%E0%BD%A3%E0%BE%90%E0%BC%8B%E0%BD%A3%E0%BD%93%E0%BE%9C%E0%BC%8B%E0%BD%82%E0%BE%B3%E0%BD%B2%E0%BD%84%E0%BC%8B%E0%BD%9A%E0%BD%BC%E0%BD%98>,
        <http://lexvo.org/id/term/dzo/%E0%BD%95%E0%BD%A3%E0%BE%90%E0%BC%8B%E0%BD%A3%E0%BD%93%E0%BE%9C%E0%BC%8B%E0%BD%82%E0%BE%B3%E0%BD%B2%E0%BD%84%E0%BC%8B%E0%BD%9A%E0%BD%BC%E0%BD%98%20%5B%E0%BD%A8%E0%BD%B2%E0%BD%A6%E0%BC%8B%E0%BD%A3%E0%BD%B1%E0%BD%A6%E0%BC%8B%E0%BD%98%E0%BD%A3%E0%BC%8B%E0%BD%96%E0%BD%B2%E0%BC%8B%E0%BD%8E%E0%BD%B1%E0%BD%A6%5D>,
        <http://lexvo.org/id/term/ebu/Visiwa%20vya%20Falkland>,
        <http://lexvo.org/id/term/ell/%CE%9D%CE%AE%CF%83%CE%BF%CE%B9%20%CE%A6%CF%8E%CE%BA%CE%BB%CE%B1%CE%BD%CF%84>,
        <http://lexvo.org/id/term/ell/%CE%9D%CE%AE%CF%83%CE%BF%CE%B9%20%CE%A6%CF%8E%CE%BA%CE%BB%CE%B1%CE%BD%CF%84%20(%CE%9D%CE%AE%CF%83%CE%BF%CE%B9%20%CE%9C%CE%B1%CE%BB%CE%B2%CE%AF%CE%BD%CE%B1%CF%82)>,
        <http://lexvo.org/id/term/eng-Dsrt/%F0%90%90%99%F0%90%90%AA%F0%90%91%8A%F0%90%90%BF%F0%90%91%8A%F0%90%90%B2%F0%90%91%8C%F0%90%90%BC%20%F0%90%90%8C%F0%90%91%8A%F0%90%90%B2%F0%90%91%8C%F0%90%90%BC%F0%90%91%86>,
        <http://lexvo.org/id/term/eng/Falkland%20Islands>,
        <http://lexvo.org/id/term/eng/Falkland%20Islands%20%5BIslas%20Malvinas%5D>,
        <http://lexvo.org/id/term/eng/ISO%203166-1%3AFK>,
        <http://lexvo.org/id/term/est/Falklandi%20saared>,
        <http://lexvo.org/id/term/eus/Falkland%20uharteak%20%5BMalvina%20uharteak%5D>,
        <http://lexvo.org/id/term/eus/Malvinak>,
        <http://lexvo.org/id/term/ewe/Falkland%20%C6%92udomekpowo%20%5BIslas%20Malvinas%5D%20nutome>,
        <http://lexvo.org/id/term/ewe/Falkland%20%C6%92udomekpowo%20nutome>,
        <http://lexvo.org/id/term/ewo/Minl%C3%A1n%20Mi%20F%C3%B3l%C9%99k%C9%99lan>,
        <http://lexvo.org/id/term/fao/Falklandsoyggjarnar>,
        <http://lexvo.org/id/term/fas/%D8%AC%D8%B2%D8%A7%DB%8C%D8%B1%20%D9%81%D8%A7%D9%84%DA%A9%D9%84%D9%86%D8%AF>,
        <http://lexvo.org/id/term/fas/%D8%AC%D8%B2%D8%A7%DB%8C%D8%B1%20%D9%81%D8%A7%D9%84%DA%A9%D9%84%D9%86%D8%AF%20%5B%D8%A7%DB%8C%D8%B3%D9%84%D8%A7%D8%B3%20%D9%85%D8%A7%D9%84%D9%88%DB%8C%D9%86%D8%A7%D8%B3%5D>,
        <http://lexvo.org/id/term/fil/Falkland%20Islands>,
        <http://lexvo.org/id/term/fil/Falkland%20Islands%20%5BIslas%20Malvinas%5D>,
        <http://lexvo.org/id/term/fin/Falklandinsaaret>,
        <http://lexvo.org/id/term/fin/Falklandinsaaret%20%5BMalvinassaaret%5D>,
        <http://lexvo.org/id/term/fra/%C3%8Eles%20Malouines>,
        <http://lexvo.org/id/term/ful/Duu%C9%97e%20Falkland>,
        <http://lexvo.org/id/term/fur/Isulis%20Falkland>,
        <http://lexvo.org/id/term/fur/Isulis%20Falkland%20%5BIsulis%20Malvinas%5D>,
        <http://lexvo.org/id/term/gla/Na%20h-Eileanan%20F%C3%A0clannach>,
        <http://lexvo.org/id/term/gla/Na%20h-Eileanan%20F%C3%A0clannach%20%5BIslas%20Malvinas%5D>,
        <http://lexvo.org/id/term/gle/Oile%C3%A1in%20Fh%C3%A1clainne>,
        <http://lexvo.org/id/term/glg/Illas%20Malvinas>,
        <http://lexvo.org/id/term/gsw/Falkland-Insle>,
        <http://lexvo.org/id/term/guj/%E0%AA%AB%E0%AB%89%E0%AA%95%E0%AA%B2%E0%AB%85%E0%AA%82%E0%AA%A1%20%E0%AA%86%E0%AA%87%E0%AA%B2%E0%AB%85%E0%AA%82%E0%AA%A1%E0%AB%8D%E0%AA%B8>,
        <http://lexvo.org/id/term/guj/%E0%AA%AB%E0%AB%89%E0%AA%95%E0%AA%B2%E0%AB%87%E0%AA%A8%E0%AB%8D%E0%AA%A1%20%E0%AA%86%E0%AA%87%E0%AA%B2%E0%AB%87%E0%AA%A8%E0%AB%8D%E0%AA%A1%E0%AB%8D%E0%AA%B8>,
        <http://lexvo.org/id/term/guz/Visiwa%20vya%20Falkland>,
        <http://lexvo.org/id/term/hau/Tsibiran%20Falkilan>,
        <http://lexvo.org/id/term/heb/%D7%90%D7%99%D7%99%20%D7%A4%D7%95%D7%A7%D7%9C%D7%A0%D7%93>,
        <http://lexvo.org/id/term/heb/%D7%90%D7%99%D7%99%20%D7%A4%D7%95%D7%A7%D7%9C%D7%A0%D7%93%20%5B%D7%90%D7%99%D7%99%20%D7%9E%D7%9C%D7%95%D7%95%D7%99%D7%A0%D7%A1%5D>,
        <http://lexvo.org/id/term/hin/%E0%A4%AB%E0%A4%BC%E0%A5%89%E0%A4%95%E0%A4%B2%E0%A5%88%E0%A4%82%E0%A4%A1%20%E0%A4%86%E0%A4%87%E0%A4%B2%E0%A5%88%E0%A4%82%E0%A4%A1%20%5B%E0%A4%87%E0%A4%9C%E0%A5%8D%E0%A4%B2%E0%A4%BE%E0%A4%B8%20%E0%A4%AE%E0%A4%BE%E0%A4%B2%E0%A5%8D%E0%A4%B5%E0%A4%BF%E0%A4%A8%E0%A4%BE%E0%A4%B8%5D>,
        <http://lexvo.org/id/term/hin/%E0%A4%AB%E0%A4%BC%E0%A5%89%E0%A4%95%E0%A4%B2%E0%A5%88%E0%A4%82%E0%A4%A1%20%E0%A4%A6%E0%A5%8D%E0%A4%B5%E0%A5%80%E0%A4%AA>,
        <http://lexvo.org/id/term/hrv/Falklandi>,
        <http://lexvo.org/id/term/hrv/Falklandski%20Otoci>,
        <http://lexvo.org/id/term/hun/Falkland-szigetek>,
        <http://lexvo.org/id/term/hun/Falkland-szigetek%20%5BMalvin-szigetek%5D>,
        <http://lexvo.org/id/term/ind/Kepulauan%20Malvinas>,
        <http://lexvo.org/id/term/isl/Falklandseyjar>,
        <http://lexvo.org/id/term/isl/Falklandseyjar%20%5BIslas%20Malvinas%5D>,
        <http://lexvo.org/id/term/ita/Isole%20Falkland>,
        <http://lexvo.org/id/term/ita/Isole%20Falkland%20%5Bisole%20Malvine%5D>,
        <http://lexvo.org/id/term/jmc/Visiwa%20vya%20Falkland>,
        <http://lexvo.org/id/term/jpn/%E3%83%95%E3%82%A9%E3%83%BC%E3%82%AF%E3%83%A9%E3%83%B3%E3%83%89%E8%AB%B8%E5%B3%B6>,
        <http://lexvo.org/id/term/jpn/%E3%83%95%E3%82%A9%E3%83%BC%E3%82%AF%E3%83%A9%E3%83%B3%E3%83%89%E8%AB%B8%E5%B3%B6%5B%E3%83%9E%E3%83%AB%E3%83%93%E3%83%8A%E3%82%B9%E8%AB%B8%E5%B3%B6%5D>,
        <http://lexvo.org/id/term/kab/Tigzirin%20n%20Falkland>,
        <http://lexvo.org/id/term/kal/Falklandi%20qeqertaq>,
        <http://lexvo.org/id/term/kam/Visiwa%20vya%20Falkland>,
        <http://lexvo.org/id/term/kan/%E0%B2%AB%E0%B2%BE%E0%B2%B2%E0%B3%8D%E0%B2%95%E0%B3%8D%E2%80%8C%E0%B2%B2%E0%B3%8D%E0%B2%AF%E0%B2%BE%E0%B2%82%E0%B2%A1%E0%B3%8D%20%E0%B2%A6%E0%B3%8D%E0%B2%B5%E0%B3%80%E0%B2%AA%E0%B2%97%E0%B2%B3%E0%B3%81>,
        <http://lexvo.org/id/term/kan/%E0%B2%AB%E0%B2%BE%E0%B2%B2%E0%B3%8D%E0%B2%95%E0%B3%8D%E2%80%8C%E0%B2%B2%E0%B3%8D%E0%B2%AF%E0%B2%BE%E0%B2%82%E0%B2%A1%E0%B3%8D%20%E0%B2%A6%E0%B3%8D%E0%B2%B5%E0%B3%80%E0%B2%AA%E0%B2%97%E0%B2%B3%E0%B3%81%20(%E0%B2%87%E0%B2%B8%E0%B3%8D%E0%B2%B2%E0%B2%BE%E0%B2%B8%E0%B3%8D%20%E0%B2%AE%E0%B2%BE%E0%B2%B2%E0%B3%8D%E0%B2%B5%E0%B2%BF%E0%B2%A8%E0%B2%B8%E0%B3%8D)>,
        <http://lexvo.org/id/term/kas/%D9%81%D9%95%D9%84%D8%A7%DA%A9%D9%84%DB%8C%D9%86%D9%9B%DA%91%20%D8%AC%D9%94%D8%B2%DB%8C%D9%96%D8%B1%D9%95>,
        <http://lexvo.org/id/term/kat/%E1%83%A4%E1%83%90%E1%83%9A%E1%83%99%E1%83%9A%E1%83%94%E1%83%9C%E1%83%93%E1%83%98%E1%83%A1%20%E1%83%99%E1%83%A3%E1%83%9C%E1%83%AB%E1%83%A3%E1%83%9A%E1%83%94%E1%83%91%E1%83%98>,
        <http://lexvo.org/id/term/kde/Chisiwa%20cha%20Falkland>,
        <http://lexvo.org/id/term/kea/Ilhas%20Malvinas>,
        <http://lexvo.org/id/term/khm/%E1%9E%80%E1%9F%84%E1%9F%87%E2%80%8B%E1%9E%A0%E1%9F%92%E1%9E%9C%E1%9E%80%E1%9F%8B%E1%9E%A1%E1%9F%82%E1%9E%93>,
        <http://lexvo.org/id/term/khm/%E1%9E%80%E1%9F%84%E1%9F%87%E2%80%8B%E1%9E%A0%E1%9F%92%E1%9E%9C%E1%9E%80%E1%9F%8B%E1%9E%A1%E1%9F%82%E1%9E%93%20%5BIslas%20Malvinas%5D>,
        <http://lexvo.org/id/term/khq/Kalkan%20gungey>,
        <http://lexvo.org/id/term/kik/Visiwa%20vya%20Falkland>,
        <http://lexvo.org/id/term/kln/Ikwembeyotab%20Falkland>,
        <http://lexvo.org/id/term/kor/%ED%8F%AC%ED%81%B4%EB%9E%9C%EB%93%9C%20%EC%A0%9C%EB%8F%84>,
        <http://lexvo.org/id/term/kor/%ED%8F%AC%ED%81%B4%EB%9E%9C%EB%93%9C%20%EC%A0%9C%EB%8F%84%5B%EB%A7%90%EB%B9%84%EB%82%98%EC%8A%A4%20%EA%B5%B0%EB%8F%84%5D>,
        <http://lexvo.org/id/term/ksb/Visiwa%20vya%20Falkland>,
        <http://lexvo.org/id/term/ksf/z%C7%9D%20maalw%C3%ADn>,
        <http://lexvo.org/id/term/ksh/de%20Falkland-Enselle>,
        <http://lexvo.org/id/term/ksh/de%20malleviinesche%20Enselle>,
        <http://lexvo.org/id/term/lag/Vis%C3%ADiwa%20vya%20Fakulandi>,
        <http://lexvo.org/id/term/lao/%E0%BA%AB%E0%BA%A1%E0%BA%B9%E0%BB%88%E0%BB%80%E0%BA%81%E0%BA%B2%E0%BA%B0%E0%BA%9F%E0%BA%AD%E0%BA%81%E0%BB%81%E0%BA%A5%E0%BA%99>,
        <http://lexvo.org/id/term/lao/%E0%BA%AB%E0%BA%A1%E0%BA%B9%E0%BB%88%E0%BB%80%E0%BA%81%E0%BA%B2%E0%BA%B0%E0%BA%9F%E0%BA%AD%E0%BA%81%E0%BB%81%E0%BA%A5%E0%BA%99(%E0%BA%AD%E0%BA%B4%E0%BA%AA%E0%BA%A5%E0%BA%B2%E0%BA%AA%20%E0%BA%A1%E0%BA%B2%E0%BA%A7%E0%BA%B4%E0%BA%A5%E0%BA%99%E0%BA%B2%E0%BA%AA)>,
        <http://lexvo.org/id/term/lav/Folklenda%20salas>,
        <http://lexvo.org/id/term/lav/Folklenda%20salas%20%5BMalvinu%20salas%5D>,
        <http://lexvo.org/id/term/lin/Bisanga%20bya%20Falkland>,
        <http://lexvo.org/id/term/lin/Bisanga%20bya%20Maluni>,
        <http://lexvo.org/id/term/lit/Folklando%20Salos>,
        <http://lexvo.org/id/term/lit/Folklando%20Salos%20(Malvinai)>,
        <http://lexvo.org/id/term/lub/Lutanda%20lua%20Maluni>,
        <http://lexvo.org/id/term/lug/Bizinga%20by'eFalikalandi>,
        <http://lexvo.org/id/term/luo/Chuia%20mar%20Falkland>,
        <http://lexvo.org/id/term/luy/Visiwa%20vya%20Falkland>,
        <http://lexvo.org/id/term/mal/%E0%B4%AB%E0%B4%BE%E0%B4%95%E0%B5%8D%E0%B4%95%E0%B5%8D%E2%80%8C%E0%B4%B2%E0%B4%BE%E0%B4%A8%E0%B5%8D%E0%B4%B1%E0%B5%8D%20%E0%B4%90%E0%B4%B2%E0%B4%A8%E0%B5%8D%E0%B4%B1%E0%B5%8D>,
        <http://lexvo.org/id/term/mal/%E0%B4%AB%E0%B5%8B%E0%B4%95%E0%B5%8D%E0%B5%BF%E0%B4%B2%E0%B5%BB%E0%B4%A1%E0%B5%8D%20%E0%B4%A6%E0%B5%8D%E0%B4%B5%E0%B5%80%E0%B4%AA%E0%B5%81%E0%B4%95%E0%B5%BE%20%5B%E0%B4%AE%E0%B5%BD%E0%B4%B5%E0%B4%BF%E0%B4%A8%E0%B4%BE%E0%B4%B8%E0%B5%8D%5D>,
        <http://lexvo.org/id/term/mar/%E0%A4%AB%E0%A5%89%E0%A4%95%E0%A4%B2%E0%A4%82%E0%A4%A1%20%E0%A4%AC%E0%A5%87%E0%A4%9F%E0%A5%87>,
        <http://lexvo.org/id/term/mar/%E0%A4%AB%E0%A5%89%E0%A4%95%E0%A4%B2%E0%A4%82%E0%A4%A1%20%E0%A4%AC%E0%A5%87%E0%A4%9F%E0%A5%87%20%5B%E0%A4%87%E0%A4%B8%E0%A5%8D%E0%A4%B2%E0%A4%BE%E0%A4%B8%20%E0%A4%AE%E0%A4%BE%E0%A4%B2%E0%A4%B5%E0%A4%BF%E0%A4%A8%E0%A4%BE%E0%A4%B8%5D>,
        <http://lexvo.org/id/term/mas/Visiwa%20vya%20Falkland>,
        <http://lexvo.org/id/term/mer/A%C4%A9randi%20cia%20Falklandi>,
        <http://lexvo.org/id/term/mfe/Zil%20malwinn>,
        <http://lexvo.org/id/term/mkd/%D0%A4%D0%BE%D0%BB%D0%BA%D0%BB%D0%B0%D0%BD%D0%B4%D1%81%D0%BA%D0%B8%20%D0%9E%D1%81%D1%82%D1%80%D0%BE%D0%B2%D0%B8>,
        <http://lexvo.org/id/term/mkd/%D0%A4%D0%BE%D0%BB%D0%BA%D0%BB%D0%B0%D0%BD%D0%B4%D1%81%D0%BA%D0%B8%20%D0%9E%D1%81%D1%82%D1%80%D0%BE%D0%B2%D0%B8%20%5B%D0%BC%D0%B0%D0%BB%D0%B2%D0%B8%D0%BD%D1%81%D0%BA%D0%B8%20%D0%BE%D1%81%D1%82%D1%80%D0%BE%D0%B2%D0%B8%5D>,
        <http://lexvo.org/id/term/mlg/Nosy%20Falkand>,
        <http://lexvo.org/id/term/mlt/Falkland%20Islands>,
        <http://lexvo.org/id/term/mua/S%C7%9Dr%20malouniya%20ma%20la%C5%8Bne>,
        <http://lexvo.org/id/term/mya/%E1%80%96%E1%80%B1%E1%80%AC%E1%80%80%E1%80%BA%E1%80%80%E1%80%9C%E1%80%94%E1%80%BA%20%E1%80%80%E1%80%BB%E1%80%BD%E1%80%94%E1%80%BA%E1%80%B8%E1%80%85%E1%80%AF>,
        <http://lexvo.org/id/term/naq/Falkland%20Islands>,
        <http://lexvo.org/id/term/nde/Falkland%20Islands>,
        <http://lexvo.org/id/term/nep/%E0%A4%AB%E0%A4%95%E0%A4%B2%E0%A5%8D%E0%A4%AF%E0%A4%BE%E0%A4%A3%E0%A5%8D%E0%A4%A1%20%E0%A4%9F%E0%A4%BE%E0%A4%AA%E0%A5%81>,
        <http://lexvo.org/id/term/nep/%E0%A4%AB%E0%A4%95%E0%A5%8D%E0%A4%B2%E0%A5%8D%E0%A4%AF%E0%A4%BE%E0%A4%A3%E0%A5%8D%E0%A4%A1%20%E0%A4%9F%E0%A4%BE%E0%A4%AA%E0%A5%81%E0%A4%B9%E0%A4%B0%E0%A5%82%20%5B%E0%A4%87%E0%A4%9C%E0%A5%8D%E0%A4%B2%E0%A4%BE%E0%A4%B8%20%E0%A4%AE%E0%A4%BE%E0%A4%B2%E0%A5%8D%E0%A4%AD%E0%A4%BF%E0%A4%A8%E0%A4%BE%E0%A4%B8%5D>,
        <http://lexvo.org/id/term/nld/Falklandeilanden>,
        <http://lexvo.org/id/term/nld/Falklandeilanden%20%5BIslas%20Malvinas%5D>,
        <http://lexvo.org/id/term/nmg/Ma%C5%8B%20m%C3%A1%20Falkland>,
        <http://lexvo.org/id/term/nno/Falklands%C3%B8yane>,
        <http://lexvo.org/id/term/nob/Falklands%C3%B8yene>,
        <http://lexvo.org/id/term/nyn/Ebizinga%20bya%20Faakilanda>,
        <http://lexvo.org/id/term/ori/%E0%AC%AB%E0%AC%B2%E0%AD%8D%E0%AC%95%E0%AC%B2%E0%AD%8D%E0%AD%9F%E0%AC%BE%E0%AC%A3%E0%AD%8D%E0%AC%A1%20%E0%AC%A6%E0%AD%8D%E0%AC%AC%E0%AD%80%E0%AC%AA%E0%AC%AA%E0%AD%81%E0%AC%9E%E0%AD%8D%E0%AC%9C>,
        <http://lexvo.org/id/term/pol/Falklandy>,
        <http://lexvo.org/id/term/pol/Falklandy%20%5BMalwiny%5D>,
        <http://lexvo.org/id/term/por/Ilhas%20Falkland>,
        <http://lexvo.org/id/term/por/Ilhas%20Malvinas>,
        <http://lexvo.org/id/term/rof/Visiwa%20vya%20Falkland>,
        <http://lexvo.org/id/term/roh/Inslas%20dal%20Falkland>,
        <http://lexvo.org/id/term/ron/Insulele%20Falkland>,
        <http://lexvo.org/id/term/ron/Insulele%20Falkland%20%5BInsulele%20Malvine%5D>,
        <http://lexvo.org/id/term/run/Izinga%20rya%20Filikilandi>,
        <http://lexvo.org/id/term/rus/%D0%A4%D0%BE%D0%BB%D0%BA%D0%BB%D0%B5%D0%BD%D0%B4%D1%81%D0%BA%D0%B8%D0%B5%20%D0%BE-%D0%B2%D0%B0>,
        <http://lexvo.org/id/term/rus/%D0%A4%D0%BE%D0%BB%D0%BA%D0%BB%D0%B5%D0%BD%D0%B4%D1%81%D0%BA%D0%B8%D0%B5%20(%D0%9C%D0%B0%D0%BB%D1%8C%D0%B2%D0%B8%D0%BD%D1%81%D0%BA%D0%B8%D0%B5)%20%D0%BE-%D0%B2%D0%B0>,
        <http://lexvo.org/id/term/rwk/Visiwa%20vya%20Falkland>,
        <http://lexvo.org/id/term/sag/%C3%82z%C3%BB%C3%A2%20t%C3%AE%20M%C3%A4l%C3%BC%C3%AEni>,
        <http://lexvo.org/id/term/saq/Visiwa%20vya%20Falkland>,
        <http://lexvo.org/id/term/sbp/Figunguli%20fya%20Fokolendi>,
        <http://lexvo.org/id/term/seh/Ilhas%20Malvinas>,
        <http://lexvo.org/id/term/ses/Kalkan%20gungey>,
        <http://lexvo.org/id/term/shi-Latn/tigzirin%20n%20malawi>,
        <http://lexvo.org/id/term/shi/%E2%B5%9C%E2%B5%89%E2%B4%B3%E2%B5%A3%E2%B5%89%E2%B5%94%E2%B5%89%E2%B5%8F%20%E2%B5%8F%20%E2%B5%8E%E2%B4%B0%E2%B5%8D%E2%B4%B0%E2%B5%A1%E2%B5%89>,
        <http://lexvo.org/id/term/sin/%E0%B7%86%E0%B7%9D%E0%B6%9A%E0%B7%8A%E0%B6%BD%E0%B6%B1%E0%B7%8A%E0%B6%AD%20%E0%B6%AF%E0%B7%96%E0%B6%B4%E0%B6%AD%E0%B7%8A>,
        <http://lexvo.org/id/term/sin/%E0%B7%86%E0%B7%9D%E0%B6%9A%E0%B7%8A%E0%B6%BD%E0%B6%B1%E0%B7%8A%E0%B6%AD%20%E0%B6%AF%E0%B7%96%E0%B6%B4%E0%B6%AD%E0%B7%8A%20%5B%E0%B6%85%E0%B6%BA%E0%B7%92%E0%B6%BD%E0%B7%83%E0%B7%8A%20%E0%B6%B8%E0%B6%BD%E0%B7%8A%E0%B7%80%E0%B7%92%E0%B6%BA%E0%B6%B1%E0%B7%8F%E0%B7%83%E0%B7%8A%5D>,
        <http://lexvo.org/id/term/slk/Falklandsk%C3%A9%20ostrovy>,
        <http://lexvo.org/id/term/slk/Falklandy%20%5BIslas%20Malvinas%5D>,
        <http://lexvo.org/id/term/slv/Falklandski%20otoki>,
        <http://lexvo.org/id/term/slv/Falklandski%20otoki%20%5BMalvinski%20otoki%5D>,
        <http://lexvo.org/id/term/sme/Falklandsullot>,
        <http://lexvo.org/id/term/sna/Zvitsuwa%20zveFalklands>,
        <http://lexvo.org/id/term/som/Jaziiradaha%20Fooklaan>,
        <http://lexvo.org/id/term/spa/Islas%20Malvinas>,
        <http://lexvo.org/id/term/spa/Islas%20Malvinas%20%5BIslas%20Falkland%5D>,
        <http://lexvo.org/id/term/srp-Latn/Folklandska%20Ostrva>,
        <http://lexvo.org/id/term/srp-Latn/Folklandska%20ostrva%20(Malvinska%20ostrva)>,
        <http://lexvo.org/id/term/srp/%D0%A4%D0%BE%D0%BA%D0%BB%D0%B0%D0%BD%D0%B4%D1%81%D0%BA%D0%B0%20%D0%BE%D1%81%D1%82%D1%80%D0%B2%D0%B0>,
        <http://lexvo.org/id/term/srp/%D0%A4%D0%BE%D0%BA%D0%BB%D0%B0%D0%BD%D0%B4%D1%81%D0%BA%D0%B0%20(%D0%9C%D0%B0%D0%BB%D0%B2%D0%B8%D0%BD%D1%81%D0%BA%D0%B0)%20%D0%BE%D1%81%D1%82%D1%80%D0%B2%D0%B0>,
        <http://lexvo.org/id/term/swc/Visiwa%20vya%20Falkland>,
        <http://lexvo.org/id/term/swe/Falklands%C3%B6arna>,
        <http://lexvo.org/id/term/swh/Visiwa%20vya%20Falkland>,
        <http://lexvo.org/id/term/swh/Visiwa%20vya%20Falklandi%20%5BIslas%20Malvinas%5D>,
        <http://lexvo.org/id/term/tam/%E0%AE%83%E0%AE%AA%E0%AE%BE%E0%AE%95%E0%AF%8D%E0%AE%B2%E0%AE%BE%E0%AE%A8%E0%AF%8D%E0%AE%A4%E0%AF%81%20%E0%AE%A4%E0%AF%80%E0%AE%B5%E0%AF%81%E0%AE%95%E0%AE%B3%E0%AF%8D>,
        <http://lexvo.org/id/term/tam/%E0%AE%83%E0%AE%AA%E0%AE%BE%E0%AE%95%E0%AF%8D%E0%AE%B2%E0%AE%BE%E0%AE%A8%E0%AF%8D%E0%AE%A4%E0%AF%81%20%E0%AE%A4%E0%AF%80%E0%AE%B5%E0%AF%81%E0%AE%95%E0%AE%B3%E0%AF%8D%20%5B%E0%AE%87%E0%AE%B8%E0%AF%8D%E0%AE%B2%E0%AE%BE%E0%AE%B8%E0%AF%8D%20%E0%AE%AE%E0%AE%BE%E0%AE%B2%E0%AF%8D%E0%AE%B5%E0%AE%BF%E0%AE%A9%E0%AE%B8%E0%AF%8D%5D>,
        <http://lexvo.org/id/term/tel/%E0%B0%AB%E0%B0%BE%E0%B0%95%E0%B1%8D%20%E0%B0%B2%E0%B1%87%E0%B0%82%E0%B0%A1%E0%B1%8D%20%E0%B0%A6%E0%B1%80%E0%B0%B5%E0%B1%81%E0%B0%B2%E0%B1%81>,
        <http://lexvo.org/id/term/tel/%E0%B0%AB%E0%B0%BE%E0%B0%95%E0%B1%8D%20%E0%B0%B2%E0%B1%87%E0%B0%82%E0%B0%A1%E0%B1%8D%20%E0%B0%A6%E0%B1%80%E0%B0%B5%E0%B1%81%E0%B0%B2%E0%B1%81%5B%E0%B0%87%E0%B0%B8%E0%B1%8D%E0%B0%B2%E0%B0%BE%E0%B0%B8%E0%B1%8D%20%E0%B0%AE%E0%B0%BE%E0%B0%B2%E0%B1%8D%E0%B0%B5%E0%B0%BF%E0%B0%A8%E0%B0%BE%E0%B0%B8%E0%B1%8D%5D>,
        <http://lexvo.org/id/term/teo/Visiwa%20vya%20Falkland>,
        <http://lexvo.org/id/term/tha/%E0%B8%AB%E0%B8%A1%E0%B8%B9%E0%B9%88%E0%B9%80%E0%B8%81%E0%B8%B2%E0%B8%B0%E0%B8%9F%E0%B8%AD%E0%B8%A5%E0%B9%8C%E0%B8%81%E0%B9%81%E0%B8%A5%E0%B8%99%E0%B8%94%E0%B9%8C>,
        <http://lexvo.org/id/term/tha/%E0%B8%AB%E0%B8%A1%E0%B8%B9%E0%B9%88%E0%B9%80%E0%B8%81%E0%B8%B2%E0%B8%B0%E0%B8%9F%E0%B8%AD%E0%B8%A5%E0%B9%8C%E0%B8%81%E0%B9%81%E0%B8%A5%E0%B8%99%E0%B8%94%E0%B9%8C%20%5B%E0%B8%AD%E0%B8%B4%E0%B8%AA%E0%B8%A5%E0%B8%B2%E0%B8%AA%20%E0%B8%A1%E0%B8%B2%E0%B8%A5%E0%B8%A7%E0%B8%B4%E0%B8%99%E0%B8%B2%E0%B8%AA%5D>,
        <http://lexvo.org/id/term/tir/%E1%8B%A8%E1%8D%8E%E1%88%8D%E1%8A%AD%E1%88%8B%E1%8A%95%E1%8B%B5%20%E1%8B%B0%E1%88%B4%E1%89%B6%E1%89%BD>,
        <http://lexvo.org/id/term/ton/%CA%BBOtumotu%20Fokuleni>,
        <http://lexvo.org/id/term/tur/Falkland%20Adalar%C4%B1>,
        <http://lexvo.org/id/term/tur/Falkland%20Adalar%C4%B1%20%5BMalvinas%20Adalar%C4%B1%5D>,
        <http://lexvo.org/id/term/twq/Kalkan%20gungey>,
        <http://lexvo.org/id/term/tzm/Tigzirin%20n%20Falkland>,
        <http://lexvo.org/id/term/ukr/%D0%A4%D0%BE%D0%BB%D0%BA%D0%BB%D0%B5%D0%BD%D0%B4%D1%81%D1%8C%D0%BA%D1%96%20%5B%D0%9C%D0%B0%D0%BB%D1%8C%D0%B2%D1%96%D0%BD%D1%81%D1%8C%D0%BA%D1%96%5D%20%D0%BE%D1%81%D1%82%D1%80%D0%BE%D0%B2%D0%B8>,
        <http://lexvo.org/id/term/ukr/%D0%A4%D0%BE%D0%BB%D0%BA%D0%BB%D0%B5%D0%BD%D0%B4%D1%81%D1%8C%D0%BA%D1%96%20%D0%BE%D1%81%D1%82%D1%80%D0%BE%D0%B2%D0%B8>,
        <http://lexvo.org/id/term/urd/%D9%81%D8%A7%DA%A9%D9%84%DB%8C%D9%86%DA%88%20%D8%A2%D8%A6%D9%84%DB%8C%D9%86%DA%88%D8%B2>,
        <http://lexvo.org/id/term/urd/%D9%81%D8%A7%DA%A9%D9%84%DB%8C%D9%86%DA%88%20%D8%A2%D8%A6%D9%84%DB%8C%D9%86%DA%88%D8%B2%20%5B%D8%A7%D8%B2%D9%84%D8%A7%D8%B3%20%D9%85%D8%A7%D9%84%D9%88%DB%8C%D9%86%D8%B3%5D>,
        <http://lexvo.org/id/term/vai-Latn/F%C3%A1h%C3%A1ki%20Luma%20Ti%C5%8B%C5%8B%C9%9B>,
        <http://lexvo.org/id/term/vai/%EA%95%98%EA%94%B7%EA%95%83%20%EA%96%A8%EA%95%AE%20%EA%94%B3%EA%98%8B%EA%97%A3>,
        <http://lexvo.org/id/term/vie/Qu%E1%BA%A7n%20%C4%90%E1%BA%A3o%20Falkland>,
        <http://lexvo.org/id/term/vie/Qu%E1%BA%A7n%20%C4%91%E1%BA%A3o%20Falkland%20%5BIslas%20Malvinas%5D>,
        <http://lexvo.org/id/term/vun/Visiwa%20vya%20Falkland>,
        <http://lexvo.org/id/term/wae/Falklandinsl%C3%A4>,
        <http://lexvo.org/id/term/wae/Falklandinsl%C3%A4%20%5BMalwine%5D>,
        <http://lexvo.org/id/term/xog/Ebiizinga%20bya%20Falikalandi>,
        <http://lexvo.org/id/term/yav/maluw%C3%ADn>,
        <http://lexvo.org/id/term/yor/Or%C3%ADl%E1%BA%B9%CC%81%C3%A8de%20Etikun%20Fakalandi>,
        <http://lexvo.org/id/term/zsm/Falkland%20Islands>,
        <http://lexvo.org/id/term/zsm/Kepulauan%20Falkland%20%5BIslas%20Malvinas%5D>,
        <http://lexvo.org/id/term/zul/i-Falkland%20Islands>,
        <http://lexvo.org/id/term/zul/i-Falkland%20Islands%20(i-Islas%20Malvinas%5D> ;
    owl:sameAs <http://psi.oasis-open.org/iso/3166/#238>,
        <http://sws.geonames.org/3474414/> .

<http://lexvo.org/id/iso3166/FM> a lvont:GeographicRegion ;
    rdfs:label "Mikronesië"@af,
        "Maekòlòneshìa"@agq,
        "Maekronehyia"@ak,
        "ሚክሮኔዢያ"@am,
        "ميكرونيزيا"@ar,
        "Mikronethia"@asa,
        "Micronesia"@ast,
        "Mikronesiya"@az,
        "Mìkrònesìà"@bas,
        "Мікранезія"@be,
        "Humikronesia"@bez,
        "Микронезия, Обединени Щати"@bg,
        "Mikironesi"@bm,
        "মাইক্রোনেশিয়া"@bn,
        "Mikronezia"@br,
        "माइक्रोनेशिया"@brx,
        "Mikronezija"@bs,
        "Микронезија"@bs-Cyrl,
        "ሚክሮኔዢያ"@byn,
        "Micronèsia"@ca,
        "Mikironesiya"@cgg,
        "ᎠᏰᏟ ᏧᎾᎵᎪᎯ ᎾᎿ ᎹᎢᏉᏂᏏᏯ"@chr,
        "密克罗尼西亚联邦"@cmn,
        "密克罗尼西亚"@cmn-Hans,
        "密克羅尼西亞群島"@cmn-Hant,
        "Mikronésie"@cs,
        "Micronesia"@cy,
        "Mikronesiens Forenede Stater"@da,
        "Mikronesia"@dav,
        "Mikronesien"@de,
        "Mikronezi"@dje,
        "མའི་ཀྲོ་ནི་ཤི་ཡ"@dz,
        "Mikronesia"@ebu,
        "Mikronesia nutome"@ee,
        "Μικρονησία"@el,
        "ISO 3166-1:FM"@en,
        "Micronesia"@en,
        "𐐣𐐴𐐿𐑉𐐲𐑌𐐨𐑈𐐲"@en-Dsrt,
        "Mikronezio"@eo,
        "Micronesia"@es,
        "Mikroneesia Liiduriigid"@et,
        "Mikronesia"@eu,
        "Mikoronésia"@ewo,
        "میکرونزی"@fa,
        "میکرونزیا"@fa,
        "Mikoronesii"@ff,
        "Mikronesian liittovaltio"@fi,
        "Micronesia"@fil,
        "Mikronesia"@fo,
        "États fédérés de Micronésie"@fr,
        "Micronesie"@fur,
        "An Mhicrinéis"@ga,
        "Na Meanbh-Eileanan"@gd,
        "Micronesia"@gl,
        "Mikroneesie"@gsw,
        "માઇક્રોનેશિયા"@gu,
        "Mikronesia"@guz,
        "Mikuronesiya"@ha,
        "מיקרונזיה"@he,
        "माइक्रोनेशिया"@hi,
        "Mikronezija"@hr,
        "Mikronézia"@hu,
        "Միկրոնեզիա"@hy,
        "Micronesia"@ia,
        "Mikronesia"@id,
        "Mikrónesía"@is,
        "Micronesia"@it,
        "ミクロネシア連邦"@ja,
        "Mikronesia"@jmc,
        "მიკრონეზია"@ka,
        "Mikrunizya"@kab,
        "Mikronesia"@kam,
        "Mikilonesia"@kde,
        "Mikronezia"@kea,
        "Mikronezi"@khq,
        "Mikronesia"@ki,
        "Micronesia"@kl,
        "Emetab Micronesia"@kln,
        "មិក្រូនេស៊ី"@km,
        "ಮೈಕ್ರೋನೇಶಿಯಾ"@kn,
        "미크로네시아"@ko,
        "Miklonesia"@ksb,
        "mikronɛ́si"@ksf,
        "Mikroneesije"@ksh,
        "Mikironésia"@lag,
        "Mikuronezya"@lg,
        "Mikronezi"@ln,
        "ໄມໂຄນິເຊຍ"@lo,
        "Mikronezija"@lt,
        "Mikronezi"@lu,
        "Micronesia"@luo,
        "Mikronesia"@luy,
        "Mikronēzija"@lv,
        "Mikronesia"@mas,
        "Mikronesia"@mer,
        "Mikronezi"@mfe,
        "Mikrônezia"@mg,
        "Микронезија"@mk,
        "മൈക്രോനേഷ്യ"@ml,
        "मायक्रोनेशिया"@mr,
        "Mikronesja"@mt,
        "Micronesiya"@mua,
        "Micronesia"@naq,
        "Mikronesiaføderasjonen"@nb,
        "Micronesia"@nd,
        "माइक्रोनेसिया"@ne,
        "Micronesië"@nl,
        "Mikronesia"@nmg,
        "Mikronesiaføderasjonen"@nn,
        "Mikironesiya"@nyn,
        "ମାଇକ୍ରୋନେସିଆ"@or,
        "Federalne Stany Mikronezji"@pl,
        "Micronésia"@pt,
        "Micronesia"@rm,
        "Mikoroniziya"@rn,
        "Micronezia"@ro,
        "Mikronesia"@rof,
        "Федеративные Штаты Микронезии"@ru,
        "Mikronesia"@rwk,
        "Mikronesia"@saq,
        "Mikilonesiya"@sbp,
        "Mikronesia"@se,
        "Micronésia"@seh,
        "Mikronezi"@ses,
        "Mikronezïi"@sg,
        "ⵎⵉⴽⵔⵓⵏⵉⵣⵢⴰ"@shi,
        "mikrunizya"@shi-Latn,
        "මයික්‍රොනීසියාව"@si,
        "Mikronézia"@sk,
        "Mikronezija"@sl,
        "Micronesia"@sn,
        "Micronesia"@so,
        "Mikronezi"@sq,
        "Микронезија"@sr,
        "Mikronezija"@sr-Latn,
        "Mikronesien"@sv,
        "Mikronesia"@swc,
        "Mikronesia"@swh,
        "மைக்ரோனேஷியா"@ta,
        "మైక్రోనేశియ"@te,
        "Mikronesia"@teo,
        "ไมโครนีเซีย"@th,
        "ሚክሮኔዢያ"@ti,
        "ሚክሮኔዢያ"@tig,
        "Mikolonisia"@to,
        "Mikronezya Federal Eyaletleri"@tr,
        "Mikronezi"@twq,
        "Mikrunizya"@tzm,
        "Мікронезія"@uk,
        "Мікронезія Федеративні Штати"@uk,
        "مائکرونیشیا"@ur,
        "ꕆꖏꕇꔻꕩ"@vai,
        "Mikonisiya"@vai-Latn,
        "Micronesia"@vi,
        "Mikronesia"@vun,
        "Mikronesie"@wae,
        "ሚክሮኔዢያ"@wal,
        "Mikuronezya"@xog,
        "mikolonesí"@yav,
        "Orílẹ́ède Makoronesia"@yo,
        "Micronesia"@zsm,
        "i-Micronesia"@zu ;
    lvont:label <http://lexvo.org/id/term/afr/Mikronesi%C3%AB>,
        <http://lexvo.org/id/term/agq/Maek%C3%B2l%C3%B2nesh%C3%ACa>,
        <http://lexvo.org/id/term/aka/Maekronehyia>,
        <http://lexvo.org/id/term/amh/%E1%88%9A%E1%8A%AD%E1%88%AE%E1%8A%94%E1%8B%A2%E1%8B%AB>,
        <http://lexvo.org/id/term/ara/%D9%85%D9%8A%D9%83%D8%B1%D9%88%D9%86%D9%8A%D8%B2%D9%8A%D8%A7>,
        <http://lexvo.org/id/term/asa/Mikronethia>,
        <http://lexvo.org/id/term/ast/Micronesia>,
        <http://lexvo.org/id/term/aze/Mikronesiya>,
        <http://lexvo.org/id/term/bam/Mikironesi>,
        <http://lexvo.org/id/term/bas/M%C3%ACkr%C3%B2nes%C3%AC%C3%A0>,
        <http://lexvo.org/id/term/bel/%D0%9C%D1%96%D0%BA%D1%80%D0%B0%D0%BD%D0%B5%D0%B7%D1%96%D1%8F>,
        <http://lexvo.org/id/term/ben/%E0%A6%AE%E0%A6%BE%E0%A6%87%E0%A6%95%E0%A7%8D%E0%A6%B0%E0%A7%8B%E0%A6%A8%E0%A7%87%E0%A6%B6%E0%A6%BF%E0%A6%AF%E0%A6%BC%E0%A6%BE>,
        <http://lexvo.org/id/term/bez/Humikronesia>,
        <http://lexvo.org/id/term/bos-Cyrl/%D0%9C%D0%B8%D0%BA%D1%80%D0%BE%D0%BD%D0%B5%D0%B7%D0%B8%D1%98%D0%B0>,
        <http://lexvo.org/id/term/bos/Mikronezija>,
        <http://lexvo.org/id/term/bre/Mikronezia>,
        <http://lexvo.org/id/term/brx/%E0%A4%AE%E0%A4%BE%E0%A4%87%E0%A4%95%E0%A5%8D%E0%A4%B0%E0%A5%8B%E0%A4%A8%E0%A5%87%E0%A4%B6%E0%A4%BF%E0%A4%AF%E0%A4%BE>,
        <http://lexvo.org/id/term/bul/%D0%9C%D0%B8%D0%BA%D1%80%D0%BE%D0%BD%D0%B5%D0%B7%D0%B8%D1%8F%2C%20%D0%9E%D0%B1%D0%B5%D0%B4%D0%B8%D0%BD%D0%B5%D0%BD%D0%B8%20%D0%A9%D0%B0%D1%82%D0%B8>,
        <http://lexvo.org/id/term/byn/%E1%88%9A%E1%8A%AD%E1%88%AE%E1%8A%94%E1%8B%A2%E1%8B%AB>,
        <http://lexvo.org/id/term/cat/Micron%C3%A8sia>,
        <http://lexvo.org/id/term/ces/Mikron%C3%A9sie>,
        <http://lexvo.org/id/term/cgg/Mikironesiya>,
        <http://lexvo.org/id/term/chr/%E1%8E%A0%E1%8F%B0%E1%8F%9F%20%E1%8F%A7%E1%8E%BE%E1%8E%B5%E1%8E%AA%E1%8E%AF%20%E1%8E%BE%E1%8E%BF%20%E1%8E%B9%E1%8E%A2%E1%8F%89%E1%8F%82%E1%8F%8F%E1%8F%AF>,
        <http://lexvo.org/id/term/cmn-Hans/%E5%AF%86%E5%85%8B%E7%BD%97%E5%B0%BC%E8%A5%BF%E4%BA%9A>,
        <http://lexvo.org/id/term/cmn-Hant/%E5%AF%86%E5%85%8B%E7%BE%85%E5%B0%BC%E8%A5%BF%E4%BA%9E%E7%BE%A4%E5%B3%B6>,
        <http://lexvo.org/id/term/cmn/%E5%AF%86%E5%85%8B%E7%BD%97%E5%B0%BC%E8%A5%BF%E4%BA%9A%E8%81%94%E9%82%A6>,
        <http://lexvo.org/id/term/cym/Micronesia>,
        <http://lexvo.org/id/term/dan/Mikronesiens%20Forenede%20Stater>,
        <http://lexvo.org/id/term/dav/Mikronesia>,
        <http://lexvo.org/id/term/deu/Mikronesien>,
        <http://lexvo.org/id/term/dje/Mikronezi>,
        <http://lexvo.org/id/term/dzo/%E0%BD%98%E0%BD%A0%E0%BD%B2%E0%BC%8B%E0%BD%80%E0%BE%B2%E0%BD%BC%E0%BC%8B%E0%BD%93%E0%BD%B2%E0%BC%8B%E0%BD%A4%E0%BD%B2%E0%BC%8B%E0%BD%A1>,
        <http://lexvo.org/id/term/ebu/Mikronesia>,
        <http://lexvo.org/id/term/ell/%CE%9C%CE%B9%CE%BA%CF%81%CE%BF%CE%BD%CE%B7%CF%83%CE%AF%CE%B1>,
        <http://lexvo.org/id/term/eng-Dsrt/%F0%90%90%A3%F0%90%90%B4%F0%90%90%BF%F0%90%91%89%F0%90%90%B2%F0%90%91%8C%F0%90%90%A8%F0%90%91%88%F0%90%90%B2>,
        <http://lexvo.org/id/term/eng/ISO%203166-1%3AFM>,
        <http://lexvo.org/id/term/eng/Micronesia>,
        <http://lexvo.org/id/term/epo/Mikronezio>,
        <http://lexvo.org/id/term/est/Mikroneesia%20Liiduriigid>,
        <http://lexvo.org/id/term/eus/Mikronesia>,
        <http://lexvo.org/id/term/ewe/Mikronesia%20nutome>,
        <http://lexvo.org/id/term/ewo/Mikoron%C3%A9sia>,
        <http://lexvo.org/id/term/fao/Mikronesia>,
        <http://lexvo.org/id/term/fas/%D9%85%DB%8C%DA%A9%D8%B1%D9%88%D9%86%D8%B2%DB%8C>,
        <http://lexvo.org/id/term/fas/%D9%85%DB%8C%DA%A9%D8%B1%D9%88%D9%86%D8%B2%DB%8C%D8%A7>,
        <http://lexvo.org/id/term/fil/Micronesia>,
        <http://lexvo.org/id/term/fin/Mikronesian%20liittovaltio>,
        <http://lexvo.org/id/term/fra/%C3%89tats%20f%C3%A9d%C3%A9r%C3%A9s%20de%20Micron%C3%A9sie>,
        <http://lexvo.org/id/term/ful/Mikoronesii>,
        <http://lexvo.org/id/term/fur/Micronesie>,
        <http://lexvo.org/id/term/gla/Na%20Meanbh-Eileanan>,
        <http://lexvo.org/id/term/gle/An%20Mhicrin%C3%A9is>,
        <http://lexvo.org/id/term/glg/Micronesia>,
        <http://lexvo.org/id/term/gsw/Mikroneesie>,
        <http://lexvo.org/id/term/guj/%E0%AA%AE%E0%AA%BE%E0%AA%87%E0%AA%95%E0%AB%8D%E0%AA%B0%E0%AB%8B%E0%AA%A8%E0%AB%87%E0%AA%B6%E0%AA%BF%E0%AA%AF%E0%AA%BE>,
        <http://lexvo.org/id/term/guz/Mikronesia>,
        <http://lexvo.org/id/term/hau/Mikuronesiya>,
        <http://lexvo.org/id/term/heb/%D7%9E%D7%99%D7%A7%D7%A8%D7%95%D7%A0%D7%96%D7%99%D7%94>,
        <http://lexvo.org/id/term/hin/%E0%A4%AE%E0%A4%BE%E0%A4%87%E0%A4%95%E0%A5%8D%E0%A4%B0%E0%A5%8B%E0%A4%A8%E0%A5%87%E0%A4%B6%E0%A4%BF%E0%A4%AF%E0%A4%BE>,
        <http://lexvo.org/id/term/hrv/Mikronezija>,
        <http://lexvo.org/id/term/hun/Mikron%C3%A9zia>,
        <http://lexvo.org/id/term/hye/%D5%84%D5%AB%D5%AF%D6%80%D5%B8%D5%B6%D5%A5%D5%A6%D5%AB%D5%A1>,
        <http://lexvo.org/id/term/ina/Micronesia>,
        <http://lexvo.org/id/term/ind/Mikronesia>,
        <http://lexvo.org/id/term/isl/Mikr%C3%B3nes%C3%ADa>,
        <http://lexvo.org/id/term/ita/Micronesia>,
        <http://lexvo.org/id/term/jmc/Mikronesia>,
        <http://lexvo.org/id/term/jpn/%E3%83%9F%E3%82%AF%E3%83%AD%E3%83%8D%E3%82%B7%E3%82%A2%E9%80%A3%E9%82%A6>,
        <http://lexvo.org/id/term/kab/Mikrunizya>,
        <http://lexvo.org/id/term/kal/Micronesia>,
        <http://lexvo.org/id/term/kam/Mikronesia>,
        <http://lexvo.org/id/term/kan/%E0%B2%AE%E0%B3%88%E0%B2%95%E0%B3%8D%E0%B2%B0%E0%B3%8B%E0%B2%A8%E0%B3%87%E0%B2%B6%E0%B2%BF%E0%B2%AF%E0%B2%BE>,
        <http://lexvo.org/id/term/kat/%E1%83%9B%E1%83%98%E1%83%99%E1%83%A0%E1%83%9D%E1%83%9C%E1%83%94%E1%83%96%E1%83%98%E1%83%90>,
        <http://lexvo.org/id/term/kde/Mikilonesia>,
        <http://lexvo.org/id/term/kea/Mikronezia>,
        <http://lexvo.org/id/term/khm/%E1%9E%98%E1%9E%B7%E1%9E%80%E1%9F%92%E1%9E%9A%E1%9E%BC%E1%9E%93%E1%9F%81%E1%9E%9F%E1%9F%8A%E1%9E%B8>,
        <http://lexvo.org/id/term/khq/Mikronezi>,
        <http://lexvo.org/id/term/kik/Mikronesia>,
        <http://lexvo.org/id/term/kln/Emetab%20Micronesia>,
        <http://lexvo.org/id/term/kor/%EB%AF%B8%ED%81%AC%EB%A1%9C%EB%84%A4%EC%8B%9C%EC%95%84>,
        <http://lexvo.org/id/term/ksb/Miklonesia>,
        <http://lexvo.org/id/term/ksf/mikron%C9%9B%CC%81si>,
        <http://lexvo.org/id/term/ksh/Mikroneesije>,
        <http://lexvo.org/id/term/lag/Mikiron%C3%A9sia>,
        <http://lexvo.org/id/term/lao/%E0%BB%84%E0%BA%A1%E0%BB%82%E0%BA%84%E0%BA%99%E0%BA%B4%E0%BB%80%E0%BA%8A%E0%BA%8D>,
        <http://lexvo.org/id/term/lav/Mikron%C4%93zija>,
        <http://lexvo.org/id/term/lin/Mikronezi>,
        <http://lexvo.org/id/term/lit/Mikronezija>,
        <http://lexvo.org/id/term/lub/Mikronezi>,
        <http://lexvo.org/id/term/lug/Mikuronezya>,
        <http://lexvo.org/id/term/luo/Micronesia>,
        <http://lexvo.org/id/term/luy/Mikronesia>,
        <http://lexvo.org/id/term/mal/%E0%B4%AE%E0%B5%88%E0%B4%95%E0%B5%8D%E0%B4%B0%E0%B5%8B%E0%B4%A8%E0%B5%87%E0%B4%B7%E0%B5%8D%E0%B4%AF>,
        <http://lexvo.org/id/term/mar/%E0%A4%AE%E0%A4%BE%E0%A4%AF%E0%A4%95%E0%A5%8D%E0%A4%B0%E0%A5%8B%E0%A4%A8%E0%A5%87%E0%A4%B6%E0%A4%BF%E0%A4%AF%E0%A4%BE>,
        <http://lexvo.org/id/term/mas/Mikronesia>,
        <http://lexvo.org/id/term/mer/Mikronesia>,
        <http://lexvo.org/id/term/mfe/Mikronezi>,
        <http://lexvo.org/id/term/mkd/%D0%9C%D0%B8%D0%BA%D1%80%D0%BE%D0%BD%D0%B5%D0%B7%D0%B8%D1%98%D0%B0>,
        <http://lexvo.org/id/term/mlg/Mikr%C3%B4nezia>,
        <http://lexvo.org/id/term/mlt/Mikronesja>,
        <http://lexvo.org/id/term/mua/Micronesiya>,
        <http://lexvo.org/id/term/naq/Micronesia>,
        <http://lexvo.org/id/term/nde/Micronesia>,
        <http://lexvo.org/id/term/nep/%E0%A4%AE%E0%A4%BE%E0%A4%87%E0%A4%95%E0%A5%8D%E0%A4%B0%E0%A5%8B%E0%A4%A8%E0%A5%87%E0%A4%B8%E0%A4%BF%E0%A4%AF%E0%A4%BE>,
        <http://lexvo.org/id/term/nld/Micronesi%C3%AB>,
        <http://lexvo.org/id/term/nmg/Mikronesia>,
        <http://lexvo.org/id/term/nno/Mikronesiaf%C3%B8derasjonen>,
        <http://lexvo.org/id/term/nob/Mikronesiaf%C3%B8derasjonen>,
        <http://lexvo.org/id/term/nyn/Mikironesiya>,
        <http://lexvo.org/id/term/ori/%E0%AC%AE%E0%AC%BE%E0%AC%87%E0%AC%95%E0%AD%8D%E0%AC%B0%E0%AD%8B%E0%AC%A8%E0%AD%87%E0%AC%B8%E0%AC%BF%E0%AC%86>,
        <http://lexvo.org/id/term/pol/Federalne%20Stany%20Mikronezji>,
        <http://lexvo.org/id/term/por/Micron%C3%A9sia>,
        <http://lexvo.org/id/term/rof/Mikronesia>,
        <http://lexvo.org/id/term/roh/Micronesia>,
        <http://lexvo.org/id/term/ron/Micronezia>,
        <http://lexvo.org/id/term/run/Mikoroniziya>,
        <http://lexvo.org/id/term/rus/%D0%A4%D0%B5%D0%B4%D0%B5%D1%80%D0%B0%D1%82%D0%B8%D0%B2%D0%BD%D1%8B%D0%B5%20%D0%A8%D1%82%D0%B0%D1%82%D1%8B%20%D0%9C%D0%B8%D0%BA%D1%80%D0%BE%D0%BD%D0%B5%D0%B7%D0%B8%D0%B8>,
        <http://lexvo.org/id/term/rwk/Mikronesia>,
        <http://lexvo.org/id/term/sag/Mikronez%C3%AFi>,
        <http://lexvo.org/id/term/saq/Mikronesia>,
        <http://lexvo.org/id/term/sbp/Mikilonesiya>,
        <http://lexvo.org/id/term/seh/Micron%C3%A9sia>,
        <http://lexvo.org/id/term/ses/Mikronezi>,
        <http://lexvo.org/id/term/shi-Latn/mikrunizya>,
        <http://lexvo.org/id/term/shi/%E2%B5%8E%E2%B5%89%E2%B4%BD%E2%B5%94%E2%B5%93%E2%B5%8F%E2%B5%89%E2%B5%A3%E2%B5%A2%E2%B4%B0>,
        <http://lexvo.org/id/term/sin/%E0%B6%B8%E0%B6%BA%E0%B7%92%E0%B6%9A%E0%B7%8A%E2%80%8D%E0%B6%BB%E0%B7%9C%E0%B6%B1%E0%B7%93%E0%B7%83%E0%B7%92%E0%B6%BA%E0%B7%8F%E0%B7%80>,
        <http://lexvo.org/id/term/slk/Mikron%C3%A9zia>,
        <http://lexvo.org/id/term/slv/Mikronezija>,
        <http://lexvo.org/id/term/sme/Mikronesia>,
        <http://lexvo.org/id/term/sna/Micronesia>,
        <http://lexvo.org/id/term/som/Micronesia>,
        <http://lexvo.org/id/term/spa/Micronesia>,
        <http://lexvo.org/id/term/sqi/Mikronezi>,
        <http://lexvo.org/id/term/srp-Latn/Mikronezija>,
        <http://lexvo.org/id/term/srp/%D0%9C%D0%B8%D0%BA%D1%80%D0%BE%D0%BD%D0%B5%D0%B7%D0%B8%D1%98%D0%B0>,
        <http://lexvo.org/id/term/swc/Mikronesia>,
        <http://lexvo.org/id/term/swe/Mikronesien>,
        <http://lexvo.org/id/term/swh/Mikronesia>,
        <http://lexvo.org/id/term/tam/%E0%AE%AE%E0%AF%88%E0%AE%95%E0%AF%8D%E0%AE%B0%E0%AF%8B%E0%AE%A9%E0%AF%87%E0%AE%B7%E0%AE%BF%E0%AE%AF%E0%AE%BE>,
        <http://lexvo.org/id/term/tel/%E0%B0%AE%E0%B1%88%E0%B0%95%E0%B1%8D%E0%B0%B0%E0%B1%8B%E0%B0%A8%E0%B1%87%E0%B0%B6%E0%B0%BF%E0%B0%AF>,
        <http://lexvo.org/id/term/teo/Mikronesia>,
        <http://lexvo.org/id/term/tha/%E0%B9%84%E0%B8%A1%E0%B9%82%E0%B8%84%E0%B8%A3%E0%B8%99%E0%B8%B5%E0%B9%80%E0%B8%8B%E0%B8%B5%E0%B8%A2>,
        <http://lexvo.org/id/term/tig/%E1%88%9A%E1%8A%AD%E1%88%AE%E1%8A%94%E1%8B%A2%E1%8B%AB>,
        <http://lexvo.org/id/term/tir/%E1%88%9A%E1%8A%AD%E1%88%AE%E1%8A%94%E1%8B%A2%E1%8B%AB>,
        <http://lexvo.org/id/term/ton/Mikolonisia>,
        <http://lexvo.org/id/term/tur/Mikronezya%20Federal%20Eyaletleri>,
        <http://lexvo.org/id/term/twq/Mikronezi>,
        <http://lexvo.org/id/term/tzm/Mikrunizya>,
        <http://lexvo.org/id/term/ukr/%D0%9C%D1%96%D0%BA%D1%80%D0%BE%D0%BD%D0%B5%D0%B7%D1%96%D1%8F>,
        <http://lexvo.org/id/term/ukr/%D0%9C%D1%96%D0%BA%D1%80%D0%BE%D0%BD%D0%B5%D0%B7%D1%96%D1%8F%20%D0%A4%D0%B5%D0%B4%D0%B5%D1%80%D0%B0%D1%82%D0%B8%D0%B2%D0%BD%D1%96%20%D0%A8%D1%82%D0%B0%D1%82%D0%B8>,
        <http://lexvo.org/id/term/urd/%D9%85%D8%A7%D8%A6%DA%A9%D8%B1%D9%88%D9%86%DB%8C%D8%B4%DB%8C%D8%A7>,
        <http://lexvo.org/id/term/vai-Latn/Mikonisiya>,
        <http://lexvo.org/id/term/vai/%EA%95%86%EA%96%8F%EA%95%87%EA%94%BB%EA%95%A9>,
        <http://lexvo.org/id/term/vie/Micronesia>,
        <http://lexvo.org/id/term/vun/Mikronesia>,
        <http://lexvo.org/id/term/wae/Mikronesie>,
        <http://lexvo.org/id/term/wal/%E1%88%9A%E1%8A%AD%E1%88%AE%E1%8A%94%E1%8B%A2%E1%8B%AB>,
        <http://lexvo.org/id/term/xog/Mikuronezya>,
        <http://lexvo.org/id/term/yav/mikolones%C3%AD>,
        <http://lexvo.org/id/term/yor/Or%C3%ADl%E1%BA%B9%CC%81%C3%A8de%20Makoronesia>,
        <http://lexvo.org/id/term/zsm/Micronesia>,
        <http://lexvo.org/id/term/zul/i-Micronesia> ;
    owl:sameAs <http://psi.oasis-open.org/iso/3166/#583>,
        <http://sws.geonames.org/2081918/> .

<http://lexvo.org/id/iso3166/FO> a lvont:GeographicRegion ;
    rdfs:label "Faroëreilande"@af,
        "የፋሮ ደሴቶች"@am,
        "جزر فارو"@ar,
        "Islles Feroe"@ast,
        "Faro Adaları"@az,
        "Фарьорски острови"@bg,
        "ফ্যারও দ্বীপপুঞ্জ"@bn,
        "Inizi Faero"@br,
        "फरो द्वीप"@brx,
        "Farska Ostrva"@bs,
        "Фарска Острва"@bs-Cyrl,
        "Illes Fèroe"@ca,
        "ᏪᎶ ᏚᎦᏚᏛ"@chr,
        "法罗群岛"@cmn,
        "法羅群島"@cmn-Hant,
        "Faerské ostrovy"@cs,
        "Ynysoedd Ffaröe"@cy,
        "Færøerne"@da,
        "Färöer"@de,
        "ཕཱའེ་རོ་གླིང་ཚོམ"@dz,
        "Faroe ƒudomekpowo nutome"@ee,
        "Νήσοι Φερόε"@el,
        "Faroe Islands"@en,
        "ISO 3166-1:FO"@en,
        "𐐙𐐯𐑉𐐬 𐐌𐑊𐐲𐑌𐐼𐑆"@en-Dsrt,
        "Ferooj"@eo,
        "Islas Feroe"@es,
        "Fääri saared"@et,
        "Faroe Uharteak"@eu,
        "جزایر فارو"@fa,
        "Färsaaret"@fi,
        "Faroe Islands"@fil,
        "Føroyar"@fo,
        "Îles Féroé"@fr,
        "Isulis Faroe"@fur,
        "Oileáin Fharó"@ga,
        "Na h-Eileanan Fàro"@gd,
        "Illas Feroe"@gl,
        "Färöer"@gsw,
        "ફૅરો આઇલેન્ડ્સ"@gu,
        "איי פארו"@he,
        "फरोए द्वीप"@hi,
        "Farski Otoci"@hr,
        "Feröer-szigetek"@hu,
        "Insulas Feroe"@ia,
        "Kepulauan Faroe"@id,
        "Færeyjar"@is,
        "Isole Faroe"@it,
        "フェロー諸島"@ja,
        "ფაროს კუნძულები"@ka,
        "Ilhas Faroe"@kea,
        "Savalimmiut"@kl,
        "កោះ​ហ្វារ៉ូ"@km,
        "ಫರೋ ದ್ವೀಪಗಳು"@kn,
        "페로제도"@ko,
        "de Färrör-Enselle"@ksh,
        "Bisanga ya Fɛróa"@ln,
        "ຫມູ່ເກາະແຟໂຣ"@lo,
        "Farerų Salos"@lt,
        "Fēru Salas"@lv,
        "Фарски Острови"@mk,
        "ഫറോയി ദ്വീപുകൾ"@ml,
        "फरोए बेटे"@mr,
        "Gżejjer Faroe"@mt,
        "ဖာရိုး ကျွန်းစုများ"@my,
        "Færøyene"@nb,
        "फारोर टापु"@ne,
        "Faeröer"@nl,
        "Færøyane"@nn,
        "ଫାରୋଇ ଦ୍ବୀପପୁଞ୍ଜ"@or,
        "Wyspy Owcze"@pl,
        "Ilhas Faroe"@pt,
        "Ilhas Faroé"@pt,
        "Inslas Feroe"@rm,
        "Insulele Feroe"@ro,
        "Фарерские о-ва"@ru,
        "Fearsullot"@se,
        "ෆැරෝ දූපත්"@si,
        "Faerské ostrovy"@sk,
        "Ferski otoki"@sl,
        "Фарска Острва"@sr,
        "Farska Ostrva"@sr-Latn,
        "Färöarna"@sv,
        "Visiwa vya Faroe"@swh,
        "ஃபெரௌ தீவுகள்"@ta,
        "ఫారో దీవులు"@te,
        "หมู่เกาะแฟโร"@th,
        "የፋሮይ ደሴቶች"@ti,
        "ʻOtumotu Felou"@to,
        "Faroe Adaları"@tr,
        "Фарерські острови"@uk,
        "فروئی آئلینڈز"@ur,
        "Quần Đảo Faroe"@vi,
        "Färöe"@wae,
        "Faroe Islands"@zsm,
        "i-Faroe Islands"@zu ;
    lvont:label <http://lexvo.org/id/term/afr/Faro%C3%ABreilande>,
        <http://lexvo.org/id/term/amh/%E1%8B%A8%E1%8D%8B%E1%88%AE%20%E1%8B%B0%E1%88%B4%E1%89%B6%E1%89%BD>,
        <http://lexvo.org/id/term/ara/%D8%AC%D8%B2%D8%B1%20%D9%81%D8%A7%D8%B1%D9%88>,
        <http://lexvo.org/id/term/ast/Islles%20Feroe>,
        <http://lexvo.org/id/term/aze/Faro%20Adalar%C4%B1>,
        <http://lexvo.org/id/term/ben/%E0%A6%AB%E0%A7%8D%E0%A6%AF%E0%A6%BE%E0%A6%B0%E0%A6%93%20%E0%A6%A6%E0%A7%8D%E0%A6%AC%E0%A7%80%E0%A6%AA%E0%A6%AA%E0%A7%81%E0%A6%9E%E0%A7%8D%E0%A6%9C>,
        <http://lexvo.org/id/term/bos-Cyrl/%D0%A4%D0%B0%D1%80%D1%81%D0%BA%D0%B0%20%D0%9E%D1%81%D1%82%D1%80%D0%B2%D0%B0>,
        <http://lexvo.org/id/term/bos/Farska%20Ostrva>,
        <http://lexvo.org/id/term/bre/Inizi%20Faero>,
        <http://lexvo.org/id/term/brx/%E0%A4%AB%E0%A4%B0%E0%A5%8B%20%E0%A4%A6%E0%A5%8D%E0%A4%B5%E0%A5%80%E0%A4%AA>,
        <http://lexvo.org/id/term/bul/%D0%A4%D0%B0%D1%80%D1%8C%D0%BE%D1%80%D1%81%D0%BA%D0%B8%20%D0%BE%D1%81%D1%82%D1%80%D0%BE%D0%B2%D0%B8>,
        <http://lexvo.org/id/term/cat/Illes%20F%C3%A8roe>,
        <http://lexvo.org/id/term/ces/Faersk%C3%A9%20ostrovy>,
        <http://lexvo.org/id/term/chr/%E1%8F%AA%E1%8E%B6%20%E1%8F%9A%E1%8E%A6%E1%8F%9A%E1%8F%9B>,
        <http://lexvo.org/id/term/cmn-Hant/%E6%B3%95%E7%BE%85%E7%BE%A4%E5%B3%B6>,
        <http://lexvo.org/id/term/cmn/%E6%B3%95%E7%BD%97%E7%BE%A4%E5%B2%9B>,
        <http://lexvo.org/id/term/cym/Ynysoedd%20Ffar%C3%B6e>,
        <http://lexvo.org/id/term/dan/F%C3%A6r%C3%B8erne>,
        <http://lexvo.org/id/term/deu/F%C3%A4r%C3%B6er>,
        <http://lexvo.org/id/term/dzo/%E0%BD%95%E0%BD%B1%E0%BD%A0%E0%BD%BA%E0%BC%8B%E0%BD%A2%E0%BD%BC%E0%BC%8B%E0%BD%82%E0%BE%B3%E0%BD%B2%E0%BD%84%E0%BC%8B%E0%BD%9A%E0%BD%BC%E0%BD%98>,
        <http://lexvo.org/id/term/ell/%CE%9D%CE%AE%CF%83%CE%BF%CE%B9%20%CE%A6%CE%B5%CF%81%CF%8C%CE%B5>,
        <http://lexvo.org/id/term/eng-Dsrt/%F0%90%90%99%F0%90%90%AF%F0%90%91%89%F0%90%90%AC%20%F0%90%90%8C%F0%90%91%8A%F0%90%90%B2%F0%90%91%8C%F0%90%90%BC%F0%90%91%86>,
        <http://lexvo.org/id/term/eng/Faroe%20Islands>,
        <http://lexvo.org/id/term/eng/ISO%203166-1%3AFO>,
        <http://lexvo.org/id/term/epo/Ferooj>,
        <http://lexvo.org/id/term/est/F%C3%A4%C3%A4ri%20saared>,
        <http://lexvo.org/id/term/eus/Faroe%20Uharteak>,
        <http://lexvo.org/id/term/ewe/Faroe%20%C6%92udomekpowo%20nutome>,
        <http://lexvo.org/id/term/fao/F%C3%B8royar>,
        <http://lexvo.org/id/term/fas/%D8%AC%D8%B2%D8%A7%DB%8C%D8%B1%20%D9%81%D8%A7%D8%B1%D9%88>,
        <http://lexvo.org/id/term/fil/Faroe%20Islands>,
        <http://lexvo.org/id/term/fin/F%C3%A4rsaaret>,
        <http://lexvo.org/id/term/fra/%C3%8Eles%20F%C3%A9ro%C3%A9>,
        <http://lexvo.org/id/term/fur/Isulis%20Faroe>,
        <http://lexvo.org/id/term/gla/Na%20h-Eileanan%20F%C3%A0ro>,
        <http://lexvo.org/id/term/gle/Oile%C3%A1in%20Fhar%C3%B3>,
        <http://lexvo.org/id/term/glg/Illas%20Feroe>,
        <http://lexvo.org/id/term/gsw/F%C3%A4r%C3%B6er>,
        <http://lexvo.org/id/term/guj/%E0%AA%AB%E0%AB%85%E0%AA%B0%E0%AB%8B%20%E0%AA%86%E0%AA%87%E0%AA%B2%E0%AB%87%E0%AA%A8%E0%AB%8D%E0%AA%A1%E0%AB%8D%E0%AA%B8>,
        <http://lexvo.org/id/term/heb/%D7%90%D7%99%D7%99%20%D7%A4%D7%90%D7%A8%D7%95>,
        <http://lexvo.org/id/term/hin/%E0%A4%AB%E0%A4%B0%E0%A5%8B%E0%A4%8F%20%E0%A4%A6%E0%A5%8D%E0%A4%B5%E0%A5%80%E0%A4%AA>,
        <http://lexvo.org/id/term/hrv/Farski%20Otoci>,
        <http://lexvo.org/id/term/hun/Fer%C3%B6er-szigetek>,
        <http://lexvo.org/id/term/ina/Insulas%20Feroe>,
        <http://lexvo.org/id/term/ind/Kepulauan%20Faroe>,
        <http://lexvo.org/id/term/isl/F%C3%A6reyjar>,
        <http://lexvo.org/id/term/ita/Isole%20Faroe>,
        <http://lexvo.org/id/term/jpn/%E3%83%95%E3%82%A7%E3%83%AD%E3%83%BC%E8%AB%B8%E5%B3%B6>,
        <http://lexvo.org/id/term/kal/Savalimmiut>,
        <http://lexvo.org/id/term/kan/%E0%B2%AB%E0%B2%B0%E0%B3%8B%20%E0%B2%A6%E0%B3%8D%E0%B2%B5%E0%B3%80%E0%B2%AA%E0%B2%97%E0%B2%B3%E0%B3%81>,
        <http://lexvo.org/id/term/kat/%E1%83%A4%E1%83%90%E1%83%A0%E1%83%9D%E1%83%A1%20%E1%83%99%E1%83%A3%E1%83%9C%E1%83%AB%E1%83%A3%E1%83%9A%E1%83%94%E1%83%91%E1%83%98>,
        <http://lexvo.org/id/term/kea/Ilhas%20Faroe>,
        <http://lexvo.org/id/term/khm/%E1%9E%80%E1%9F%84%E1%9F%87%E2%80%8B%E1%9E%A0%E1%9F%92%E1%9E%9C%E1%9E%B6%E1%9E%9A%E1%9F%89%E1%9E%BC>,
        <http://lexvo.org/id/term/kor/%ED%8E%98%EB%A1%9C%EC%A0%9C%EB%8F%84>,
        <http://lexvo.org/id/term/ksh/de%20F%C3%A4rr%C3%B6r-Enselle>,
        <http://lexvo.org/id/term/lao/%E0%BA%AB%E0%BA%A1%E0%BA%B9%E0%BB%88%E0%BB%80%E0%BA%81%E0%BA%B2%E0%BA%B0%E0%BB%81%E0%BA%9F%E0%BB%82%E0%BA%A3>,
        <http://lexvo.org/id/term/lav/F%C4%93ru%20Salas>,
        <http://lexvo.org/id/term/lin/Bisanga%20ya%20F%C9%9Br%C3%B3a>,
        <http://lexvo.org/id/term/lit/Farer%C5%B3%20Salos>,
        <http://lexvo.org/id/term/mal/%E0%B4%AB%E0%B4%B1%E0%B5%8B%E0%B4%AF%E0%B4%BF%20%E0%B4%A6%E0%B5%8D%E0%B4%B5%E0%B5%80%E0%B4%AA%E0%B5%81%E0%B4%95%E0%B5%BE>,
        <http://lexvo.org/id/term/mar/%E0%A4%AB%E0%A4%B0%E0%A5%8B%E0%A4%8F%20%E0%A4%AC%E0%A5%87%E0%A4%9F%E0%A5%87>,
        <http://lexvo.org/id/term/mkd/%D0%A4%D0%B0%D1%80%D1%81%D0%BA%D0%B8%20%D0%9E%D1%81%D1%82%D1%80%D0%BE%D0%B2%D0%B8>,
        <http://lexvo.org/id/term/mlt/G%C5%BCejjer%20Faroe>,
        <http://lexvo.org/id/term/mya/%E1%80%96%E1%80%AC%E1%80%9B%E1%80%AD%E1%80%AF%E1%80%B8%20%E1%80%80%E1%80%BB%E1%80%BD%E1%80%94%E1%80%BA%E1%80%B8%E1%80%85%E1%80%AF%E1%80%99%E1%80%BB%E1%80%AC%E1%80%B8>,
        <http://lexvo.org/id/term/nep/%E0%A4%AB%E0%A4%BE%E0%A4%B0%E0%A5%8B%E0%A4%B0%20%E0%A4%9F%E0%A4%BE%E0%A4%AA%E0%A5%81>,
        <http://lexvo.org/id/term/nld/Faer%C3%B6er>,
        <http://lexvo.org/id/term/nno/F%C3%A6r%C3%B8yane>,
        <http://lexvo.org/id/term/nob/F%C3%A6r%C3%B8yene>,
        <http://lexvo.org/id/term/ori/%E0%AC%AB%E0%AC%BE%E0%AC%B0%E0%AD%8B%E0%AC%87%20%E0%AC%A6%E0%AD%8D%E0%AC%AC%E0%AD%80%E0%AC%AA%E0%AC%AA%E0%AD%81%E0%AC%9E%E0%AD%8D%E0%AC%9C>,
        <http://lexvo.org/id/term/pol/Wyspy%20Owcze>,
        <http://lexvo.org/id/term/por/Ilhas%20Faro%C3%A9>,
        <http://lexvo.org/id/term/por/Ilhas%20Faroe>,
        <http://lexvo.org/id/term/roh/Inslas%20Feroe>,
        <http://lexvo.org/id/term/ron/Insulele%20Feroe>,
        <http://lexvo.org/id/term/rus/%D0%A4%D0%B0%D1%80%D0%B5%D1%80%D1%81%D0%BA%D0%B8%D0%B5%20%D0%BE-%D0%B2%D0%B0>,
        <http://lexvo.org/id/term/sin/%E0%B7%86%E0%B7%90%E0%B6%BB%E0%B7%9D%20%E0%B6%AF%E0%B7%96%E0%B6%B4%E0%B6%AD%E0%B7%8A>,
        <http://lexvo.org/id/term/slk/Faersk%C3%A9%20ostrovy>,
        <http://lexvo.org/id/term/slv/Ferski%20otoki>,
        <http://lexvo.org/id/term/sme/Fearsullot>,
        <http://lexvo.org/id/term/spa/Islas%20Feroe>,
        <http://lexvo.org/id/term/srp-Latn/Farska%20Ostrva>,
        <http://lexvo.org/id/term/srp/%D0%A4%D0%B0%D1%80%D1%81%D0%BA%D0%B0%20%D0%9E%D1%81%D1%82%D1%80%D0%B2%D0%B0>,
        <http://lexvo.org/id/term/swe/F%C3%A4r%C3%B6arna>,
        <http://lexvo.org/id/term/swh/Visiwa%20vya%20Faroe>,
        <http://lexvo.org/id/term/tam/%E0%AE%83%E0%AE%AA%E0%AF%86%E0%AE%B0%E0%AF%8C%20%E0%AE%A4%E0%AF%80%E0%AE%B5%E0%AF%81%E0%AE%95%E0%AE%B3%E0%AF%8D>,
        <http://lexvo.org/id/term/tel/%E0%B0%AB%E0%B0%BE%E0%B0%B0%E0%B1%8B%20%E0%B0%A6%E0%B1%80%E0%B0%B5%E0%B1%81%E0%B0%B2%E0%B1%81>,
        <http://lexvo.org/id/term/tha/%E0%B8%AB%E0%B8%A1%E0%B8%B9%E0%B9%88%E0%B9%80%E0%B8%81%E0%B8%B2%E0%B8%B0%E0%B9%81%E0%B8%9F%E0%B9%82%E0%B8%A3>,
        <http://lexvo.org/id/term/tir/%E1%8B%A8%E1%8D%8B%E1%88%AE%E1%8B%AD%20%E1%8B%B0%E1%88%B4%E1%89%B6%E1%89%BD>,
        <http://lexvo.org/id/term/ton/%CA%BBOtumotu%20Felou>,
        <http://lexvo.org/id/term/tur/Faroe%20Adalar%C4%B1>,
        <http://lexvo.org/id/term/ukr/%D0%A4%D0%B0%D1%80%D0%B5%D1%80%D1%81%D1%8C%D0%BA%D1%96%20%D0%BE%D1%81%D1%82%D1%80%D0%BE%D0%B2%D0%B8>,
        <http://lexvo.org/id/term/urd/%D9%81%D8%B1%D9%88%D8%A6%DB%8C%20%D8%A2%D8%A6%D9%84%DB%8C%D9%86%DA%88%D8%B2>,
        <http://lexvo.org/id/term/vie/Qu%E1%BA%A7n%20%C4%90%E1%BA%A3o%20Faroe>,
        <http://lexvo.org/id/term/wae/F%C3%A4r%C3%B6e>,
        <http://lexvo.org/id/term/zsm/Faroe%20Islands>,
        <http://lexvo.org/id/term/zul/i-Faroe%20Islands> ;
    owl:sameAs <http://psi.oasis-open.org/iso/3166/#234>,
        <http://sws.geonames.org/2622320/> .

<http://lexvo.org/id/iso3166/GA> a lvont:GeographicRegion ;
    rdfs:label "Gaboen"@af,
        "Gàbûn"@agq,
        "Gabɔn"@ak,
        "ጋቦን"@am,
        "الجابون"@ar,
        "Gaboni"@asa,
        "Gabón"@ast,
        "Qabon"@az,
        "Gàbɔ̂ŋ"@bas,
        "Габон"@be,
        "Hugaboni"@bez,
        "Габон"@bg,
        "Gabɔŋ"@bm,
        "গ্যাবন"@bn,
        "གེ་བཽན།"@bo,
        "Gabon"@br,
        "गैबॉन"@brx,
        "Gabon"@bs,
        "Габон"@bs-Cyrl,
        "Gabon"@ca,
        "Gabooni"@cgg,
        "ᎦᏉᏂ"@chr,
        "加蓬"@cmn,
        "加彭"@cmn-Hant,
        "Gabon"@cs,
        "Gabon"@cy,
        "Gabon"@da,
        "Gaboni"@dav,
        "Gabun"@de,
        "Gaabon"@dje,
        "Gabon"@dyo,
        "གྷ་བྷོན"@dz,
        "Gaboni"@ebu,
        "Gabɔn nutome"@ee,
        "Γκαμπόν"@el,
        "Gabon"@en,
        "ISO 3166-1:GA"@en,
        "𐐘𐐲𐐺𐐪𐑌"@en-Dsrt,
        "Gabono"@eo,
        "Gabón"@es,
        "Gabon"@et,
        "Gabon"@eu,
        "Gabóŋ"@ewo,
        "گابون"@fa,
        "Gaboo"@ff,
        "Gabon"@fi,
        "Gabon"@fil,
        "Gabon"@fo,
        "Gabon"@fr,
        "Gabon"@fur,
        "An Ghabúin"@ga,
        "Gabon"@gd,
        "Gabón"@gl,
        "Gabun"@gsw,
        "ગેબન"@gu,
        "Gaboni"@guz,
        "Gabon"@ha,
        "גאבון"@he,
        "गैबॉन"@hi,
        "Gabon"@hr,
        "Gabon"@hu,
        "Գաբոն"@hy,
        "Gabon"@ia,
        "Gabon"@id,
        "Gabon"@is,
        "Gabon"@it,
        "ガボン"@ja,
        "Ŋɡɑbɔ̂ŋ"@jgo,
        "Gaboni"@jmc,
        "გაბონი"@ka,
        "Gabun"@kab,
        "Gaboni"@kam,
        "Gaboni"@kde,
        "Gabãu"@kea,
        "Gaabon"@khq,
        "Gaboni"@ki,
        "Gabon"@kl,
        "Emetab Gabon"@kln,
        "ហ្គាបុង"@km,
        "ಗೆಬೊನ್"@kn,
        "가봉"@ko,
        "گیبان"@ks,
        "Gaboni"@ksb,
        "gabɔŋ"@ksf,
        "Jabuhn"@ksh,
        "Gabóoni"@lag,
        "Gaboni"@lg,
        "Gabɔ"@ln,
        "ກາບ້ອນ"@lo,
        "Gabonas"@lt,
        "Ngabu"@lu,
        "Gabon"@luo,
        "Gaboni"@luy,
        "Gabona"@lv,
        "Gaboni"@mas,
        "Gaboni"@mer,
        "Gabon"@mfe,
        "Gabon"@mg,
        "Ugaboni"@mgh,
        "Габон"@mk,
        "ഗാബോൺ"@ml,
        "गॅबॉन"@mr,
        "Gabon"@mt,
        "Gaboŋ"@mua,
        "Gaboni"@naq,
        "Gabon"@nb,
        "Gabhoni"@nd,
        "गावोन"@ne,
        "Gabon"@nl,
        "Gabɔŋ"@nmg,
        "Gabon"@nn,
        "Gabooni"@nyn,
        "ଗାବୋନ୍"@or,
        "Gabon"@pl,
        "Gabão"@pt,
        "Gabun"@rm,
        "Gabo"@rn,
        "Gabon"@ro,
        "Gaboni"@rof,
        "Габон"@ru,
        "Gaboni"@rwk,
        "Gaboni"@saq,
        "Gaboni"@sbp,
        "Gabon"@se,
        "Gabão"@seh,
        "Gaabon"@ses,
        "Gaböon"@sg,
        "ⴳⴰⴱⵓⵏ"@shi,
        "gabun"@shi-Latn,
        "ගැබොන්"@si,
        "Gabon"@sk,
        "Gabon"@sl,
        "Gabon"@sn,
        "Gaaboon"@so,
        "Gjabon"@sq,
        "Габон"@sr,
        "Gabon"@sr-Latn,
        "Gabon"@sv,
        "Gaboni"@swc,
        "Gaboni"@swh,
        "கேபான்"@ta,
        "గేబన్"@te,
        "Gaboni"@teo,
        "กาบอง"@th,
        "ጋቦን"@ti,
        "Kaponi"@to,
        "Gabon"@tr,
        "Gaabon"@twq,
        "Gabun"@tzm,
        "Габон"@uk,
        "گیبون"@ur,
        "ꕭꕷꘋ"@vai,
        "Gabhɔŋ"@vai-Latn,
        "Gabon"@vi,
        "Gaboni"@vun,
        "Gabon"@wae,
        "Gaboni"@xog,
        "kapɔ́ŋ"@yav,
        "Orílẹ́ède Gabon"@yo,
        "Gabon"@zsm,
        "i-Gabon"@zu ;
    lvont:label <http://lexvo.org/id/term/afr/Gaboen>,
        <http://lexvo.org/id/term/agq/G%C3%A0b%C3%BBn>,
        <http://lexvo.org/id/term/aka/Gab%C9%94n>,
        <http://lexvo.org/id/term/amh/%E1%8C%8B%E1%89%A6%E1%8A%95>,
        <http://lexvo.org/id/term/ara/%D8%A7%D9%84%D8%AC%D8%A7%D8%A8%D9%88%D9%86>,
        <http://lexvo.org/id/term/asa/Gaboni>,
        <http://lexvo.org/id/term/ast/Gab%C3%B3n>,
        <http://lexvo.org/id/term/aze/Qabon>,
        <http://lexvo.org/id/term/bam/Gab%C9%94%C5%8B>,
        <http://lexvo.org/id/term/bas/G%C3%A0b%C9%94%CC%82%C5%8B>,
        <http://lexvo.org/id/term/bel/%D0%93%D0%B0%D0%B1%D0%BE%D0%BD>,
        <http://lexvo.org/id/term/ben/%E0%A6%97%E0%A7%8D%E0%A6%AF%E0%A6%BE%E0%A6%AC%E0%A6%A8>,
        <http://lexvo.org/id/term/bez/Hugaboni>,
        <http://lexvo.org/id/term/bod/%E0%BD%82%E0%BD%BA%E0%BC%8B%E0%BD%96%E0%BD%BD%E0%BD%93%E0%BC%8D>,
        <http://lexvo.org/id/term/bos-Cyrl/%D0%93%D0%B0%D0%B1%D0%BE%D0%BD>,
        <http://lexvo.org/id/term/bos/Gabon>,
        <http://lexvo.org/id/term/bre/Gabon>,
        <http://lexvo.org/id/term/brx/%E0%A4%97%E0%A5%88%E0%A4%AC%E0%A5%89%E0%A4%A8>,
        <http://lexvo.org/id/term/bul/%D0%93%D0%B0%D0%B1%D0%BE%D0%BD>,
        <http://lexvo.org/id/term/cat/Gabon>,
        <http://lexvo.org/id/term/ces/Gabon>,
        <http://lexvo.org/id/term/cgg/Gabooni>,
        <http://lexvo.org/id/term/chr/%E1%8E%A6%E1%8F%89%E1%8F%82>,
        <http://lexvo.org/id/term/cmn-Hant/%E5%8A%A0%E5%BD%AD>,
        <http://lexvo.org/id/term/cmn/%E5%8A%A0%E8%93%AC>,
        <http://lexvo.org/id/term/cym/Gabon>,
        <http://lexvo.org/id/term/dan/Gabon>,
        <http://lexvo.org/id/term/dav/Gaboni>,
        <http://lexvo.org/id/term/deu/Gabun>,
        <http://lexvo.org/id/term/dje/Gaabon>,
        <http://lexvo.org/id/term/dyo/Gabon>,
        <http://lexvo.org/id/term/dzo/%E0%BD%82%E0%BE%B7%E0%BC%8B%E0%BD%96%E0%BE%B7%E0%BD%BC%E0%BD%93>,
        <http://lexvo.org/id/term/ebu/Gaboni>,
        <http://lexvo.org/id/term/ell/%CE%93%CE%BA%CE%B1%CE%BC%CF%80%CF%8C%CE%BD>,
        <http://lexvo.org/id/term/eng-Dsrt/%F0%90%90%98%F0%90%90%B2%F0%90%90%BA%F0%90%90%AA%F0%90%91%8C>,
        <http://lexvo.org/id/term/eng/Gabon>,
        <http://lexvo.org/id/term/eng/ISO%203166-1%3AGA>,
        <http://lexvo.org/id/term/epo/Gabono>,
        <http://lexvo.org/id/term/est/Gabon>,
        <http://lexvo.org/id/term/eus/Gabon>,
        <http://lexvo.org/id/term/ewe/Gab%C9%94n%20nutome>,
        <http://lexvo.org/id/term/ewo/Gab%C3%B3%C5%8B>,
        <http://lexvo.org/id/term/fao/Gabon>,
        <http://lexvo.org/id/term/fas/%DA%AF%D8%A7%D8%A8%D9%88%D9%86>,
        <http://lexvo.org/id/term/fil/Gabon>,
        <http://lexvo.org/id/term/fin/Gabon>,
        <http://lexvo.org/id/term/fra/Gabon>,
        <http://lexvo.org/id/term/ful/Gaboo>,
        <http://lexvo.org/id/term/fur/Gabon>,
        <http://lexvo.org/id/term/gla/Gabon>,
        <http://lexvo.org/id/term/gle/An%20Ghab%C3%BAin>,
        <http://lexvo.org/id/term/glg/Gab%C3%B3n>,
        <http://lexvo.org/id/term/gsw/Gabun>,
        <http://lexvo.org/id/term/guj/%E0%AA%97%E0%AB%87%E0%AA%AC%E0%AA%A8>,
        <http://lexvo.org/id/term/guz/Gaboni>,
        <http://lexvo.org/id/term/hau/Gabon>,
        <http://lexvo.org/id/term/heb/%D7%92%D7%90%D7%91%D7%95%D7%9F>,
        <http://lexvo.org/id/term/hin/%E0%A4%97%E0%A5%88%E0%A4%AC%E0%A5%89%E0%A4%A8>,
        <http://lexvo.org/id/term/hrv/Gabon>,
        <http://lexvo.org/id/term/hun/Gabon>,
        <http://lexvo.org/id/term/hye/%D4%B3%D5%A1%D5%A2%D5%B8%D5%B6>,
        <http://lexvo.org/id/term/ina/Gabon>,
        <http://lexvo.org/id/term/ind/Gabon>,
        <http://lexvo.org/id/term/isl/Gabon>,
        <http://lexvo.org/id/term/ita/Gabon>,
        <http://lexvo.org/id/term/jgo/%C5%8A%C9%A1%C9%91b%C9%94%CC%82%C5%8B>,
        <http://lexvo.org/id/term/jmc/Gaboni>,
        <http://lexvo.org/id/term/jpn/%E3%82%AC%E3%83%9C%E3%83%B3>,
        <http://lexvo.org/id/term/kab/Gabun>,
        <http://lexvo.org/id/term/kal/Gabon>,
        <http://lexvo.org/id/term/kam/Gaboni>,
        <http://lexvo.org/id/term/kan/%E0%B2%97%E0%B3%86%E0%B2%AC%E0%B3%8A%E0%B2%A8%E0%B3%8D>,
        <http://lexvo.org/id/term/kas/%DA%AF%DB%8C%D8%A8%D8%A7%D9%86>,
        <http://lexvo.org/id/term/kat/%E1%83%92%E1%83%90%E1%83%91%E1%83%9D%E1%83%9C%E1%83%98>,
        <http://lexvo.org/id/term/kde/Gaboni>,
        <http://lexvo.org/id/term/kea/Gab%C3%A3u>,
        <http://lexvo.org/id/term/khm/%E1%9E%A0%E1%9F%92%E1%9E%82%E1%9E%B6%E1%9E%94%E1%9E%BB%E1%9E%84>,
        <http://lexvo.org/id/term/khq/Gaabon>,
        <http://lexvo.org/id/term/kik/Gaboni>,
        <http://lexvo.org/id/term/kln/Emetab%20Gabon>,
        <http://lexvo.org/id/term/kor/%EA%B0%80%EB%B4%89>,
        <http://lexvo.org/id/term/ksb/Gaboni>,
        <http://lexvo.org/id/term/ksf/gab%C9%94%C5%8B>,
        <http://lexvo.org/id/term/ksh/Jabuhn>,
        <http://lexvo.org/id/term/lag/Gab%C3%B3oni>,
        <http://lexvo.org/id/term/lao/%E0%BA%81%E0%BA%B2%E0%BA%9A%E0%BB%89%E0%BA%AD%E0%BA%99>,
        <http://lexvo.org/id/term/lav/Gabona>,
        <http://lexvo.org/id/term/lin/Gab%C9%94>,
        <http://lexvo.org/id/term/lit/Gabonas>,
        <http://lexvo.org/id/term/lub/Ngabu>,
        <http://lexvo.org/id/term/lug/Gaboni>,
        <http://lexvo.org/id/term/luo/Gabon>,
        <http://lexvo.org/id/term/luy/Gaboni>,
        <http://lexvo.org/id/term/mal/%E0%B4%97%E0%B4%BE%E0%B4%AC%E0%B5%8B%E0%B5%BA>,
        <http://lexvo.org/id/term/mar/%E0%A4%97%E0%A5%85%E0%A4%AC%E0%A5%89%E0%A4%A8>,
        <http://lexvo.org/id/term/mas/Gaboni>,
        <http://lexvo.org/id/term/mer/Gaboni>,
        <http://lexvo.org/id/term/mfe/Gabon>,
        <http://lexvo.org/id/term/mgh/Ugaboni>,
        <http://lexvo.org/id/term/mkd/%D0%93%D0%B0%D0%B1%D0%BE%D0%BD>,
        <http://lexvo.org/id/term/mlg/Gabon>,
        <http://lexvo.org/id/term/mlt/Gabon>,
        <http://lexvo.org/id/term/mua/Gabo%C5%8B>,
        <http://lexvo.org/id/term/naq/Gaboni>,
        <http://lexvo.org/id/term/nde/Gabhoni>,
        <http://lexvo.org/id/term/nep/%E0%A4%97%E0%A4%BE%E0%A4%B5%E0%A5%8B%E0%A4%A8>,
        <http://lexvo.org/id/term/nld/Gabon>,
        <http://lexvo.org/id/term/nmg/Gab%C9%94%C5%8B>,
        <http://lexvo.org/id/term/nno/Gabon>,
        <http://lexvo.org/id/term/nob/Gabon>,
        <http://lexvo.org/id/term/nyn/Gabooni>,
        <http://lexvo.org/id/term/ori/%E0%AC%97%E0%AC%BE%E0%AC%AC%E0%AD%8B%E0%AC%A8%E0%AD%8D>,
        <http://lexvo.org/id/term/pol/Gabon>,
        <http://lexvo.org/id/term/por/Gab%C3%A3o>,
        <http://lexvo.org/id/term/rof/Gaboni>,
        <http://lexvo.org/id/term/roh/Gabun>,
        <http://lexvo.org/id/term/ron/Gabon>,
        <http://lexvo.org/id/term/run/Gabo>,
        <http://lexvo.org/id/term/rus/%D0%93%D0%B0%D0%B1%D0%BE%D0%BD>,
        <http://lexvo.org/id/term/rwk/Gaboni>,
        <http://lexvo.org/id/term/sag/Gab%C3%B6on>,
        <http://lexvo.org/id/term/saq/Gaboni>,
        <http://lexvo.org/id/term/sbp/Gaboni>,
        <http://lexvo.org/id/term/seh/Gab%C3%A3o>,
        <http://lexvo.org/id/term/ses/Gaabon>,
        <http://lexvo.org/id/term/shi-Latn/gabun>,
        <http://lexvo.org/id/term/shi/%E2%B4%B3%E2%B4%B0%E2%B4%B1%E2%B5%93%E2%B5%8F>,
        <http://lexvo.org/id/term/sin/%E0%B6%9C%E0%B7%90%E0%B6%B6%E0%B7%9C%E0%B6%B1%E0%B7%8A>,
        <http://lexvo.org/id/term/slk/Gabon>,
        <http://lexvo.org/id/term/slv/Gabon>,
        <http://lexvo.org/id/term/sme/Gabon>,
        <http://lexvo.org/id/term/sna/Gabon>,
        <http://lexvo.org/id/term/som/Gaaboon>,
        <http://lexvo.org/id/term/spa/Gab%C3%B3n>,
        <http://lexvo.org/id/term/sqi/Gjabon>,
        <http://lexvo.org/id/term/srp-Latn/Gabon>,
        <http://lexvo.org/id/term/srp/%D0%93%D0%B0%D0%B1%D0%BE%D0%BD>,
        <http://lexvo.org/id/term/swc/Gaboni>,
        <http://lexvo.org/id/term/swe/Gabon>,
        <http://lexvo.org/id/term/swh/Gaboni>,
        <http://lexvo.org/id/term/tam/%E0%AE%95%E0%AF%87%E0%AE%AA%E0%AE%BE%E0%AE%A9%E0%AF%8D>,
        <http://lexvo.org/id/term/tel/%E0%B0%97%E0%B1%87%E0%B0%AC%E0%B0%A8%E0%B1%8D>,
        <http://lexvo.org/id/term/teo/Gaboni>,
        <http://lexvo.org/id/term/tha/%E0%B8%81%E0%B8%B2%E0%B8%9A%E0%B8%AD%E0%B8%87>,
        <http://lexvo.org/id/term/tir/%E1%8C%8B%E1%89%A6%E1%8A%95>,
        <http://lexvo.org/id/term/ton/Kaponi>,
        <http://lexvo.org/id/term/tur/Gabon>,
        <http://lexvo.org/id/term/twq/Gaabon>,
        <http://lexvo.org/id/term/tzm/Gabun>,
        <http://lexvo.org/id/term/ukr/%D0%93%D0%B0%D0%B1%D0%BE%D0%BD>,
        <http://lexvo.org/id/term/urd/%DA%AF%DB%8C%D8%A8%D9%88%D9%86>,
        <http://lexvo.org/id/term/vai-Latn/Gabh%C9%94%C5%8B>,
        <http://lexvo.org/id/term/vai/%EA%95%AD%EA%95%B7%EA%98%8B>,
        <http://lexvo.org/id/term/vie/Gabon>,
        <http://lexvo.org/id/term/vun/Gaboni>,
        <http://lexvo.org/id/term/wae/Gabon>,
        <http://lexvo.org/id/term/xog/Gaboni>,
        <http://lexvo.org/id/term/yav/kap%C9%94%CC%81%C5%8B>,
        <http://lexvo.org/id/term/yor/Or%C3%ADl%E1%BA%B9%CC%81%C3%A8de%20Gabon>,
        <http://lexvo.org/id/term/zsm/Gabon>,
        <http://lexvo.org/id/term/zul/i-Gabon> ;
    owl:sameAs <http://psi.oasis-open.org/iso/3166/#266>,
        <http://sws.geonames.org/2400553/> .

<http://lexvo.org/id/iso3166/GB> a lvont:GeographicRegion ;
    rdfs:label "United Kingdom"@aa,
        "Groot-Brittanje"@af,
        "Yùnaetɛ Kiŋdɔ̀m"@agq,
        "Ahendiman Nkabom"@ak,
        "እንግሊዝ"@am,
        "المملكة المتحدة"@ar,
        "সংযুক্ত ৰাজ্য"@as,
        "Uingeredha"@asa,
        "Reinu Xuníu"@ast,
        "Birləşmiş Krallıq"@az,
        "Àdnà i Lɔ̂ŋ"@bas,
        "Велікабрытанія"@be,
        "Huuingereza"@bez,
        "Обединено кралство"@bg,
        "Angilɛtɛri"@bm,
        "যুক্তরাজ্য"@bn,
        "དབྱིན་ཇི་"@bo,
        "Rouantelezh-Unanet"@br,
        "ब्रितन"@brx,
        "Velika Britanija"@bs,
        "Велика Британија"@bs-Cyrl,
        "እንግሊዝ"@byn,
        "Regne Unit"@ca,
        "Bungyereza"@cgg,
        "ᎩᎵᏏᏲ"@chr,
        "英国"@cmn,
        "英國"@cmn-Hant,
        "Velká Británie"@cs,
        "Prydain Fawr"@cy,
        "Storbritannien"@da,
        "Uingereza"@dav,
        "Grossbritannien"@de,
        "Vereinigtes Königreich"@de,
        "Albaasalaama Marganta"@dje,
        "ཡུ་ནཱའི་ཊེཌ་ ཀིང་ཌམ"@dz,
        "Uingereza"@ebu,
        "United Kingdom nutome"@ee,
        "Ηνωμένο Βασίλειο"@el,
        "ISO 3166-1:GB"@en,
        "United Kingdom"@en,
        "𐐏𐐭𐑌𐐴𐐻𐐲𐐼 𐐗𐐨𐑍𐐼𐐲𐑋"@en-Dsrt,
        "Unuiĝinta Reĝlando"@eo,
        "Reino Unido"@es,
        "Suurbritannia"@et,
        "Erresuma Batua"@eu,
        "Ǹnam Engəlis"@ewo,
        "بریتانیا"@fa,
        "Laamateeri Rentundi"@ff,
        "Britannia"@fi,
        "United Kingdom"@fil,
        "Stóra Bretland"@fo,
        "Royaume-Uni"@fr,
        "Ream unît"@fur,
        "An Ríocht Aontaithe"@ga,
        "An Rìoghachd Aonaichte"@gd,
        "Reino Unido"@gl,
        "Veräinigts Chönigriich"@gsw,
        "યુનાઇટેડ કિંગડમ"@gu,
        "Uingereza"@guz,
        "Rywvaneth Unys"@gv,
        "Birtaniya"@ha,
        "Aupuni Mōʻī Hui Pū ʻIa"@haw,
        "בריטניה"@he,
        "ब्रितन"@hi,
        "Velika Britanija"@hr,
        "Egyesült Királyság"@hu,
        "Մեծ Բրիտանիա"@hy,
        "Regno Unite"@ia,
        "Inggris"@id,
        "ꑱꇩ"@ii,
        "Bretland"@is,
        "Regno Unito"@it,
        "イギリス"@ja,
        "Uingereza"@jmc,
        "დიდი ბრიტანეთი"@ka,
        "Tagelda Yedduklen"@kab,
        "Uingereza"@kam,
        "Nngalesa"@kde,
        "Reinu Unidu"@kea,
        "Albaasalaama Marganta"@khq,
        "Ngeretha"@ki,
        "Ұлыбритания"@kk,
        "Tuluit Nunaat"@kl,
        "Emetab Kibagenge nebo Uingereza"@kln,
        "ចក្រភព​អង់គ្លេស"@km,
        "ಬ್ರಿಟನ್/ಇಂಗ್ಲೆಂಡ್"@kn,
        "영국"@ko,
        "یُنایٹِڑ کِنٛگڈَم"@ks,
        "Uingeeza"@ksb,
        "kǝlɔŋ kǝ kǝtáatáaŋzǝn"@ksf,
        "Jruußbrettannije"@ksh,
        "Rywvaneth Unys"@kw,
        "Ʉɨngeréesa"@lag,
        "Bungereza"@lg,
        "Angɛlɛtɛ́lɛ"@ln,
        "ສະຫະລາດຊະອານາຈັກ"@lo,
        "Didžioji Britanija"@lt,
        "Angeletele"@lu,
        "United Kingdom"@luo,
        "Uingereza"@luy,
        "Lielbritānija"@lv,
        "Uingereza"@mas,
        "Ngeretha"@mer,
        "United Kingdom"@mfe,
        "Angletera"@mg,
        "Велика Британија"@mk,
        "ബ്രിട്ടൻ"@ml,
        "ब्रिटन"@mr,
        "Ingilterra"@mt,
        "Sǝr Anglofoŋ"@mua,
        "ယူနိုက်တက်ကင်းဒမ်း"@my,
        "United Kingdom"@naq,
        "Storbritannia"@nb,
        "United Kingdom"@nd,
        "संयुक्त अधिराज्य"@ne,
        "Verenigd Koninkrijk"@nl,
        "Nlambɔ́ Ngɛlɛn"@nmg,
        "Storbritannia"@nn,
        "Bungyereza"@nyn,
        "United Kingdom"@om,
        "ବ୍ରିଟେନ୍"@or,
        "Стыр Британи"@os,
        "Wielka Brytania"@pl,
        "برتانیه"@ps,
        "Reino Unido"@pt,
        "Reginavel Unì"@rm,
        "Ubwongereza"@rn,
        "Marea Britanie"@ro,
        "Uingereza"@rof,
        "Великобритания"@ru,
        "Uingereza"@rwk,
        "Uingereza"@saq,
        "Uwingelesa"@sbp,
        "Stuorra-Británnia"@se,
        "Reino Unido"@seh,
        "Albaasalaama Marganta"@ses,
        "Ködörögbïä--Ôko"@sg,
        "ⵜⴰⴳⵍⴷⵉⵜ ⵉⵎⵓⵏⵏ"@shi,
        "tagldit imunn"@shi-Latn,
        "එක්සත් රාජධානිය"@si,
        "Spojené kráľovstvo"@sk,
        "Velika Britanija"@sl,
        "United Kingdom"@sn,
        "United Kingdom"@so,
        "Mbretëria e Bashkuar"@sq,
        "Велика Британија"@sr,
        "Velika Britanija"@sr-Latn,
        "Storbritannien"@sv,
        "Uingereza"@swc,
        "Uingereza"@swh,
        "பிரிடிஷ் கூட்டரசு"@ta,
        "బ్రిటన్"@te,
        "Uingereza"@teo,
        "สหราชอาณาจักร"@th,
        "እንግሊዝ"@ti,
        "እንግሊዝ"@tig,
        "Pilitānia"@to,
        "Birleşik Krallık"@tr,
        "Albaasalaama Marganta"@twq,
        "Tagelda Taddukelt"@tzm,
        "Велика Британія"@uk,
        "سلطنت متحدہ"@ur,
        "Бирлашган Қироллик"@uzn,
        "Birlashgan Qirollik"@uzn-Latn,
        "ꖕꕯꔤꗳ"@vai,
        "Yunaitɛ Kíŋdɔŋ"@vai-Latn,
        "Vương quốc Anh"@vi,
        "Uingereza"@vun,
        "England"@wae,
        "እንግሊዝ"@wal,
        "Bungereza"@xog,
        "ingilíís"@yav,
        "Orílẹ́ède Omobabirin"@yo,
        "United Kingdom"@zsm,
        "i-United Kingdom"@zu ;
    lvont:label <http://lexvo.org/id/term/aar/United%20Kingdom>,
        <http://lexvo.org/id/term/afr/Groot-Brittanje>,
        <http://lexvo.org/id/term/agq/Y%C3%B9naet%C9%9B%20Ki%C5%8Bd%C9%94%CC%80m>,
        <http://lexvo.org/id/term/aka/Ahendiman%20Nkabom>,
        <http://lexvo.org/id/term/amh/%E1%8A%A5%E1%8A%95%E1%8C%8D%E1%88%8A%E1%8B%9D>,
        <http://lexvo.org/id/term/ara/%D8%A7%D9%84%D9%85%D9%85%D9%84%D9%83%D8%A9%20%D8%A7%D9%84%D9%85%D8%AA%D8%AD%D8%AF%D8%A9>,
        <http://lexvo.org/id/term/asa/Uingeredha>,
        <http://lexvo.org/id/term/asm/%E0%A6%B8%E0%A6%82%E0%A6%AF%E0%A7%81%E0%A6%95%E0%A7%8D%E0%A6%A4%20%E0%A7%B0%E0%A6%BE%E0%A6%9C%E0%A7%8D%E0%A6%AF>,
        <http://lexvo.org/id/term/ast/Reinu%20Xun%C3%ADu>,
        <http://lexvo.org/id/term/aze/Birl%C9%99%C5%9Fmi%C5%9F%20Krall%C4%B1q>,
        <http://lexvo.org/id/term/bam/Angil%C9%9Bt%C9%9Bri>,
        <http://lexvo.org/id/term/bas/%C3%80dn%C3%A0%20i%20L%C9%94%CC%82%C5%8B>,
        <http://lexvo.org/id/term/bel/%D0%92%D0%B5%D0%BB%D1%96%D0%BA%D0%B0%D0%B1%D1%80%D1%8B%D1%82%D0%B0%D0%BD%D1%96%D1%8F>,
        <http://lexvo.org/id/term/ben/%E0%A6%AF%E0%A7%81%E0%A6%95%E0%A7%8D%E0%A6%A4%E0%A6%B0%E0%A6%BE%E0%A6%9C%E0%A7%8D%E0%A6%AF>,
        <http://lexvo.org/id/term/bez/Huuingereza>,
        <http://lexvo.org/id/term/bod/%E0%BD%91%E0%BD%96%E0%BE%B1%E0%BD%B2%E0%BD%93%E0%BC%8B%E0%BD%87%E0%BD%B2%E0%BC%8B>,
        <http://lexvo.org/id/term/bos-Cyrl/%D0%92%D0%B5%D0%BB%D0%B8%D0%BA%D0%B0%20%D0%91%D1%80%D0%B8%D1%82%D0%B0%D0%BD%D0%B8%D1%98%D0%B0>,
        <http://lexvo.org/id/term/bos/Velika%20Britanija>,
        <http://lexvo.org/id/term/bre/Rouantelezh-Unanet>,
        <http://lexvo.org/id/term/brx/%E0%A4%AC%E0%A5%8D%E0%A4%B0%E0%A4%BF%E0%A4%A4%E0%A4%A8>,
        <http://lexvo.org/id/term/bul/%D0%9E%D0%B1%D0%B5%D0%B4%D0%B8%D0%BD%D0%B5%D0%BD%D0%BE%20%D0%BA%D1%80%D0%B0%D0%BB%D1%81%D1%82%D0%B2%D0%BE>,
        <http://lexvo.org/id/term/byn/%E1%8A%A5%E1%8A%95%E1%8C%8D%E1%88%8A%E1%8B%9D>,
        <http://lexvo.org/id/term/cat/Regne%20Unit>,
        <http://lexvo.org/id/term/ces/Velk%C3%A1%20Brit%C3%A1nie>,
        <http://lexvo.org/id/term/cgg/Bungyereza>,
        <http://lexvo.org/id/term/chr/%E1%8E%A9%E1%8E%B5%E1%8F%8F%E1%8F%B2>,
        <http://lexvo.org/id/term/cmn-Hant/%E8%8B%B1%E5%9C%8B>,
        <http://lexvo.org/id/term/cmn/%E8%8B%B1%E5%9B%BD>,
        <http://lexvo.org/id/term/cor/Rywvaneth%20Unys>,
        <http://lexvo.org/id/term/cym/Prydain%20Fawr>,
        <http://lexvo.org/id/term/dan/Storbritannien>,
        <http://lexvo.org/id/term/dav/Uingereza>,
        <http://lexvo.org/id/term/deu/Grossbritannien>,
        <http://lexvo.org/id/term/deu/Vereinigtes%20K%C3%B6nigreich>,
        <http://lexvo.org/id/term/dje/Albaasalaama%20Marganta>,
        <http://lexvo.org/id/term/dzo/%E0%BD%A1%E0%BD%B4%E0%BC%8B%E0%BD%93%E0%BD%B1%E0%BD%A0%E0%BD%B2%E0%BC%8B%E0%BD%8A%E0%BD%BA%E0%BD%8C%E0%BC%8B%20%E0%BD%80%E0%BD%B2%E0%BD%84%E0%BC%8B%E0%BD%8C%E0%BD%98>,
        <http://lexvo.org/id/term/ebu/Uingereza>,
        <http://lexvo.org/id/term/ell/%CE%97%CE%BD%CF%89%CE%BC%CE%AD%CE%BD%CE%BF%20%CE%92%CE%B1%CF%83%CE%AF%CE%BB%CE%B5%CE%B9%CE%BF>,
        <http://lexvo.org/id/term/eng-Dsrt/%F0%90%90%8F%F0%90%90%AD%F0%90%91%8C%F0%90%90%B4%F0%90%90%BB%F0%90%90%B2%F0%90%90%BC%20%F0%90%90%97%F0%90%90%A8%F0%90%91%8D%F0%90%90%BC%F0%90%90%B2%F0%90%91%8B>,
        <http://lexvo.org/id/term/eng/ISO%203166-1%3AGB>,
        <http://lexvo.org/id/term/eng/United%20Kingdom>,
        <http://lexvo.org/id/term/epo/Unui%C4%9Dinta%20Re%C4%9Dlando>,
        <http://lexvo.org/id/term/est/Suurbritannia>,
        <http://lexvo.org/id/term/eus/Erresuma%20Batua>,
        <http://lexvo.org/id/term/ewe/United%20Kingdom%20nutome>,
        <http://lexvo.org/id/term/ewo/%C7%B8nam%20Eng%C9%99lis>,
        <http://lexvo.org/id/term/fao/St%C3%B3ra%20Bretland>,
        <http://lexvo.org/id/term/fas/%D8%A8%D8%B1%DB%8C%D8%AA%D8%A7%D9%86%DB%8C%D8%A7>,
        <http://lexvo.org/id/term/fil/United%20Kingdom>,
        <http://lexvo.org/id/term/fin/Britannia>,
        <http://lexvo.org/id/term/fra/Royaume-Uni>,
        <http://lexvo.org/id/term/ful/Laamateeri%20Rentundi>,
        <http://lexvo.org/id/term/fur/Ream%20un%C3%AEt>,
        <http://lexvo.org/id/term/gla/An%20R%C3%ACoghachd%20Aonaichte>,
        <http://lexvo.org/id/term/gle/An%20R%C3%ADocht%20Aontaithe>,
        <http://lexvo.org/id/term/glg/Reino%20Unido>,
        <http://lexvo.org/id/term/glv/Rywvaneth%20Unys>,
        <http://lexvo.org/id/term/gsw/Ver%C3%A4inigts%20Ch%C3%B6nigriich>,
        <http://lexvo.org/id/term/guj/%E0%AA%AF%E0%AB%81%E0%AA%A8%E0%AA%BE%E0%AA%87%E0%AA%9F%E0%AB%87%E0%AA%A1%20%E0%AA%95%E0%AA%BF%E0%AA%82%E0%AA%97%E0%AA%A1%E0%AA%AE>,
        <http://lexvo.org/id/term/guz/Uingereza>,
        <http://lexvo.org/id/term/hau/Birtaniya>,
        <http://lexvo.org/id/term/haw/Aupuni%20M%C5%8D%CA%BB%C4%AB%20Hui%20P%C5%AB%20%CA%BBIa>,
        <http://lexvo.org/id/term/heb/%D7%91%D7%A8%D7%99%D7%98%D7%A0%D7%99%D7%94>,
        <http://lexvo.org/id/term/hin/%E0%A4%AC%E0%A5%8D%E0%A4%B0%E0%A4%BF%E0%A4%A4%E0%A4%A8>,
        <http://lexvo.org/id/term/hrv/Velika%20Britanija>,
        <http://lexvo.org/id/term/hun/Egyes%C3%BClt%20Kir%C3%A1lys%C3%A1g>,
        <http://lexvo.org/id/term/hye/%D5%84%D5%A5%D5%AE%20%D4%B2%D6%80%D5%AB%D5%BF%D5%A1%D5%B6%D5%AB%D5%A1>,
        <http://lexvo.org/id/term/iii/%EA%91%B1%EA%87%A9>,
        <http://lexvo.org/id/term/ina/Regno%20Unite>,
        <http://lexvo.org/id/term/ind/Inggris>,
        <http://lexvo.org/id/term/isl/Bretland>,
        <http://lexvo.org/id/term/ita/Regno%20Unito>,
        <http://lexvo.org/id/term/jmc/Uingereza>,
        <http://lexvo.org/id/term/jpn/%E3%82%A4%E3%82%AE%E3%83%AA%E3%82%B9>,
        <http://lexvo.org/id/term/kab/Tagelda%20Yedduklen>,
        <http://lexvo.org/id/term/kal/Tuluit%20Nunaat>,
        <http://lexvo.org/id/term/kam/Uingereza>,
        <http://lexvo.org/id/term/kan/%E0%B2%AC%E0%B3%8D%E0%B2%B0%E0%B2%BF%E0%B2%9F%E0%B2%A8%E0%B3%8D%2F%E0%B2%87%E0%B2%82%E0%B2%97%E0%B3%8D%E0%B2%B2%E0%B3%86%E0%B2%82%E0%B2%A1%E0%B3%8D>,
        <http://lexvo.org/id/term/kas/%DB%8C%D9%8F%D9%86%D8%A7%DB%8C%D9%B9%D9%90%DA%91%20%DA%A9%D9%90%D9%86%D9%9B%DA%AF%DA%88%D9%8E%D9%85>,
        <http://lexvo.org/id/term/kat/%E1%83%93%E1%83%98%E1%83%93%E1%83%98%20%E1%83%91%E1%83%A0%E1%83%98%E1%83%A2%E1%83%90%E1%83%9C%E1%83%94%E1%83%97%E1%83%98>,
        <http://lexvo.org/id/term/kaz/%D2%B0%D0%BB%D1%8B%D0%B1%D1%80%D0%B8%D1%82%D0%B0%D0%BD%D0%B8%D1%8F>,
        <http://lexvo.org/id/term/kde/Nngalesa>,
        <http://lexvo.org/id/term/kea/Reinu%20Unidu>,
        <http://lexvo.org/id/term/khm/%E1%9E%85%E1%9E%80%E1%9F%92%E1%9E%9A%E1%9E%97%E1%9E%96%E2%80%8B%E1%9E%A2%E1%9E%84%E1%9F%8B%E1%9E%82%E1%9F%92%E1%9E%9B%E1%9F%81%E1%9E%9F>,
        <http://lexvo.org/id/term/khq/Albaasalaama%20Marganta>,
        <http://lexvo.org/id/term/kik/Ngeretha>,
        <http://lexvo.org/id/term/kln/Emetab%20Kibagenge%20nebo%20Uingereza>,
        <http://lexvo.org/id/term/kor/%EC%98%81%EA%B5%AD>,
        <http://lexvo.org/id/term/ksb/Uingeeza>,
        <http://lexvo.org/id/term/ksf/k%C7%9Dl%C9%94%C5%8B%20k%C7%9D%20k%C7%9Dt%C3%A1at%C3%A1a%C5%8Bz%C7%9Dn>,
        <http://lexvo.org/id/term/ksh/Jruu%C3%9Fbrettannije>,
        <http://lexvo.org/id/term/lag/%C9%84%C9%A8nger%C3%A9esa>,
        <http://lexvo.org/id/term/lao/%E0%BA%AA%E0%BA%B0%E0%BA%AB%E0%BA%B0%E0%BA%A5%E0%BA%B2%E0%BA%94%E0%BA%8A%E0%BA%B0%E0%BA%AD%E0%BA%B2%E0%BA%99%E0%BA%B2%E0%BA%88%E0%BA%B1%E0%BA%81>,
        <http://lexvo.org/id/term/lav/Lielbrit%C4%81nija>,
        <http://lexvo.org/id/term/lin/Ang%C9%9Bl%C9%9Bt%C9%9B%CC%81l%C9%9B>,
        <http://lexvo.org/id/term/lit/Did%C5%BEioji%20Britanija>,
        <http://lexvo.org/id/term/lub/Angeletele>,
        <http://lexvo.org/id/term/lug/Bungereza>,
        <http://lexvo.org/id/term/luo/United%20Kingdom>,
        <http://lexvo.org/id/term/luy/Uingereza>,
        <http://lexvo.org/id/term/mal/%E0%B4%AC%E0%B5%8D%E0%B4%B0%E0%B4%BF%E0%B4%9F%E0%B5%8D%E0%B4%9F%E0%B5%BB>,
        <http://lexvo.org/id/term/mar/%E0%A4%AC%E0%A5%8D%E0%A4%B0%E0%A4%BF%E0%A4%9F%E0%A4%A8>,
        <http://lexvo.org/id/term/mas/Uingereza>,
        <http://lexvo.org/id/term/mer/Ngeretha>,
        <http://lexvo.org/id/term/mfe/United%20Kingdom>,
        <http://lexvo.org/id/term/mkd/%D0%92%D0%B5%D0%BB%D0%B8%D0%BA%D0%B0%20%D0%91%D1%80%D0%B8%D1%82%D0%B0%D0%BD%D0%B8%D1%98%D0%B0>,
        <http://lexvo.org/id/term/mlg/Angletera>,
        <http://lexvo.org/id/term/mlt/Ingilterra>,
        <http://lexvo.org/id/term/mua/S%C7%9Dr%20Anglofo%C5%8B>,
        <http://lexvo.org/id/term/mya/%E1%80%9A%E1%80%B0%E1%80%94%E1%80%AD%E1%80%AF%E1%80%80%E1%80%BA%E1%80%90%E1%80%80%E1%80%BA%E1%80%80%E1%80%84%E1%80%BA%E1%80%B8%E1%80%92%E1%80%99%E1%80%BA%E1%80%B8>,
        <http://lexvo.org/id/term/naq/United%20Kingdom>,
        <http://lexvo.org/id/term/nde/United%20Kingdom>,
        <http://lexvo.org/id/term/nep/%E0%A4%B8%E0%A4%82%E0%A4%AF%E0%A5%81%E0%A4%95%E0%A5%8D%E0%A4%A4%20%E0%A4%85%E0%A4%A7%E0%A4%BF%E0%A4%B0%E0%A4%BE%E0%A4%9C%E0%A5%8D%E0%A4%AF>,
        <http://lexvo.org/id/term/nld/Verenigd%20Koninkrijk>,
        <http://lexvo.org/id/term/nmg/Nlamb%C9%94%CC%81%20Ng%C9%9Bl%C9%9Bn>,
        <http://lexvo.org/id/term/nno/Storbritannia>,
        <http://lexvo.org/id/term/nob/Storbritannia>,
        <http://lexvo.org/id/term/nyn/Bungyereza>,
        <http://lexvo.org/id/term/ori/%E0%AC%AC%E0%AD%8D%E0%AC%B0%E0%AC%BF%E0%AC%9F%E0%AD%87%E0%AC%A8%E0%AD%8D>,
        <http://lexvo.org/id/term/orm/United%20Kingdom>,
        <http://lexvo.org/id/term/oss/%D0%A1%D1%82%D1%8B%D1%80%20%D0%91%D1%80%D0%B8%D1%82%D0%B0%D0%BD%D0%B8>,
        <http://lexvo.org/id/term/pol/Wielka%20Brytania>,
        <http://lexvo.org/id/term/por/Reino%20Unido>,
        <http://lexvo.org/id/term/pus/%D8%A8%D8%B1%D8%AA%D8%A7%D9%86%DB%8C%D9%87>,
        <http://lexvo.org/id/term/rof/Uingereza>,
        <http://lexvo.org/id/term/roh/Reginavel%20Un%C3%AC>,
        <http://lexvo.org/id/term/ron/Marea%20Britanie>,
        <http://lexvo.org/id/term/run/Ubwongereza>,
        <http://lexvo.org/id/term/rus/%D0%92%D0%B5%D0%BB%D0%B8%D0%BA%D0%BE%D0%B1%D1%80%D0%B8%D1%82%D0%B0%D0%BD%D0%B8%D1%8F>,
        <http://lexvo.org/id/term/rwk/Uingereza>,
        <http://lexvo.org/id/term/sag/K%C3%B6d%C3%B6r%C3%B6gb%C3%AF%C3%A4--%C3%94ko>,
        <http://lexvo.org/id/term/saq/Uingereza>,
        <http://lexvo.org/id/term/sbp/Uwingelesa>,
        <http://lexvo.org/id/term/seh/Reino%20Unido>,
        <http://lexvo.org/id/term/ses/Albaasalaama%20Marganta>,
        <http://lexvo.org/id/term/shi-Latn/tagldit%20imunn>,
        <http://lexvo.org/id/term/shi/%E2%B5%9C%E2%B4%B0%E2%B4%B3%E2%B5%8D%E2%B4%B7%E2%B5%89%E2%B5%9C%20%E2%B5%89%E2%B5%8E%E2%B5%93%E2%B5%8F%E2%B5%8F>,
        <http://lexvo.org/id/term/sin/%E0%B6%91%E0%B6%9A%E0%B7%8A%E0%B7%83%E0%B6%AD%E0%B7%8A%20%E0%B6%BB%E0%B7%8F%E0%B6%A2%E0%B6%B0%E0%B7%8F%E0%B6%B1%E0%B7%92%E0%B6%BA>,
        <http://lexvo.org/id/term/slk/Spojen%C3%A9%20kr%C3%A1%C4%BEovstvo>,
        <http://lexvo.org/id/term/slv/Velika%20Britanija>,
        <http://lexvo.org/id/term/sme/Stuorra-Brit%C3%A1nnia>,
        <http://lexvo.org/id/term/sna/United%20Kingdom>,
        <http://lexvo.org/id/term/som/United%20Kingdom>,
        <http://lexvo.org/id/term/spa/Reino%20Unido>,
        <http://lexvo.org/id/term/sqi/Mbret%C3%ABria%20e%20Bashkuar>,
        <http://lexvo.org/id/term/srp-Latn/Velika%20Britanija>,
        <http://lexvo.org/id/term/srp/%D0%92%D0%B5%D0%BB%D0%B8%D0%BA%D0%B0%20%D0%91%D1%80%D0%B8%D1%82%D0%B0%D0%BD%D0%B8%D1%98%D0%B0>,
        <http://lexvo.org/id/term/swc/Uingereza>,
        <http://lexvo.org/id/term/swe/Storbritannien>,
        <http://lexvo.org/id/term/swh/Uingereza>,
        <http://lexvo.org/id/term/tam/%E0%AE%AA%E0%AE%BF%E0%AE%B0%E0%AE%BF%E0%AE%9F%E0%AE%BF%E0%AE%B7%E0%AF%8D%20%E0%AE%95%E0%AF%82%E0%AE%9F%E0%AF%8D%E0%AE%9F%E0%AE%B0%E0%AE%9A%E0%AF%81>,
        <http://lexvo.org/id/term/tel/%E0%B0%AC%E0%B1%8D%E0%B0%B0%E0%B0%BF%E0%B0%9F%E0%B0%A8%E0%B1%8D>,
        <http://lexvo.org/id/term/teo/Uingereza>,
        <http://lexvo.org/id/term/tha/%E0%B8%AA%E0%B8%AB%E0%B8%A3%E0%B8%B2%E0%B8%8A%E0%B8%AD%E0%B8%B2%E0%B8%93%E0%B8%B2%E0%B8%88%E0%B8%B1%E0%B8%81%E0%B8%A3>,
        <http://lexvo.org/id/term/tig/%E1%8A%A5%E1%8A%95%E1%8C%8D%E1%88%8A%E1%8B%9D>,
        <http://lexvo.org/id/term/tir/%E1%8A%A5%E1%8A%95%E1%8C%8D%E1%88%8A%E1%8B%9D>,
        <http://lexvo.org/id/term/ton/Pilit%C4%81nia>,
        <http://lexvo.org/id/term/tur/Birle%C5%9Fik%20Krall%C4%B1k>,
        <http://lexvo.org/id/term/twq/Albaasalaama%20Marganta>,
        <http://lexvo.org/id/term/tzm/Tagelda%20Taddukelt>,
        <http://lexvo.org/id/term/ukr/%D0%92%D0%B5%D0%BB%D0%B8%D0%BA%D0%B0%20%D0%91%D1%80%D0%B8%D1%82%D0%B0%D0%BD%D1%96%D1%8F>,
        <http://lexvo.org/id/term/urd/%D8%B3%D9%84%D8%B7%D9%86%D8%AA%20%D9%85%D8%AA%D8%AD%D8%AF%DB%81>,
        <http://lexvo.org/id/term/uzn-Latn/Birlashgan%20Qirollik>,
        <http://lexvo.org/id/term/uzn/%D0%91%D0%B8%D1%80%D0%BB%D0%B0%D1%88%D0%B3%D0%B0%D0%BD%20%D2%9A%D0%B8%D1%80%D0%BE%D0%BB%D0%BB%D0%B8%D0%BA>,
        <http://lexvo.org/id/term/vai-Latn/Yunait%C9%9B%20K%C3%AD%C5%8Bd%C9%94%C5%8B>,
        <http://lexvo.org/id/term/vai/%EA%96%95%EA%95%AF%EA%94%A4%EA%97%B3>,
        <http://lexvo.org/id/term/vie/V%C6%B0%C6%A1ng%20qu%E1%BB%91c%20Anh>,
        <http://lexvo.org/id/term/vun/Uingereza>,
        <http://lexvo.org/id/term/wae/England>,
        <http://lexvo.org/id/term/wal/%E1%8A%A5%E1%8A%95%E1%8C%8D%E1%88%8A%E1%8B%9D>,
        <http://lexvo.org/id/term/xog/Bungereza>,
        <http://lexvo.org/id/term/yav/ingil%C3%AD%C3%ADs>,
        <http://lexvo.org/id/term/yor/Or%C3%ADl%E1%BA%B9%CC%81%C3%A8de%20Omobabirin>,
        <http://lexvo.org/id/term/zsm/United%20Kingdom>,
        <http://lexvo.org/id/term/zul/i-United%20Kingdom> ;
    owl:sameAs <http://psi.oasis-open.org/iso/3166/#826>,
        <http://sws.geonames.org/2635167/> .

<http://lexvo.org/id/iso3166/GD> a lvont:GeographicRegion ;
    rdfs:label "Grenada"@af,
        "Gɨ̀lɛnadà"@agq,
        "Grenada"@ak,
        "ግሬናዳ"@am,
        "غرينادا"@ar,
        "Grenada"@asa,
        "Granada"@ast,
        "Qrenada"@az,
        "Grènadà"@bas,
        "Грэнада"@be,
        "Hugrenada"@bez,
        "Гренада"@bg,
        "Granadi"@bm,
        "গ্রেনাডা"@bn,
        "གྷ་རི་ན་ཌ།"@bo,
        "Grenada"@br,
        "ग्रेनडा"@brx,
        "Grenada"@bs,
        "Гренада"@bs-Cyrl,
        "Grenada"@ca,
        "Gurenada"@cgg,
        "ᏋᎾᏓ"@chr,
        "格林纳达"@cmn,
        "格瑞納達"@cmn-Hant,
        "Grenada"@cs,
        "Grenada"@cy,
        "Grenada"@da,
        "Grenada"@dav,
        "Grenada"@de,
        "Grenaada"@dje,
        "Grenada"@dyo,
        "གྲྀ་ན་ཌ"@dz,
        "Grenada"@ebu,
        "Grenada nutome"@ee,
        "Γρενάδα"@el,
        "Grenada"@en,
        "ISO 3166-1:GD"@en,
        "𐐘𐑉𐐲𐑌𐐩𐐼𐐲"@en-Dsrt,
        "Grenado"@eo,
        "Granada"@es,
        "Grenada"@et,
        "Grenada"@eu,
        "Gələnádə"@ewo,
        "گرانادا"@fa,
        "گرینادا"@fa,
        "Garnaad"@ff,
        "Grenada"@fi,
        "Grenada"@fil,
        "Grenada"@fo,
        "Grenade"@fr,
        "Grenada"@fur,
        "Grenada"@ga,
        "Greanàda"@gd,
        "Granada"@gl,
        "Grenada"@gsw,
        "ગ્રેનેડા"@gu,
        "Grenada"@guz,
        "Girnada"@ha,
        "גרנדה"@he,
        "ग्रेनेडा"@hi,
        "Grenada"@hr,
        "Grenada"@hu,
        "Գրենադա"@hy,
        "Grenada"@id,
        "Grenada"@is,
        "Grenada"@it,
        "グレナダ"@ja,
        "Grenada"@jmc,
        "გრენადა"@ka,
        "Grunad"@kab,
        "Grenada"@kam,
        "Glenada"@kde,
        "Granada"@kea,
        "Grenaada"@khq,
        "Grenada"@ki,
        "Grenada"@kl,
        "Emetab Grenada"@kln,
        "ហ្គ្រើណាដ"@km,
        "ಗ್ರೆನೆಡಾ"@kn,
        "그레나다"@ko,
        "گرٛنیڑا"@ks,
        "Glenada"@ksb,
        "grɛnadǝ"@ksf,
        "Jrenaada"@ksh,
        "Girenáada"@lag,
        "Gurenada"@lg,
        "Gelenadɛ"@ln,
        "ແກຣນນາດາ"@lo,
        "Grenada"@lt,
        "Ngelenade"@lu,
        "Grenada"@luo,
        "Grenada"@luy,
        "Grenāda"@lv,
        "Grenada"@mas,
        "Grenada"@mer,
        "Grenad"@mfe,
        "Grenady"@mg,
        "Ugrenada"@mgh,
        "Гренада"@mk,
        "ഗ്രനേഡ"@ml,
        "ग्रेनेडा"@mr,
        "Grenada"@mt,
        "Grenadǝ"@mua,
        "Grenada"@naq,
        "Grenada"@nb,
        "Grenada"@nd,
        "ग्रेनाडा"@ne,
        "Grenada"@nl,
        "Grenada"@nmg,
        "Grenada"@nn,
        "Gurenada"@nyn,
        "ଗ୍ରେନାଡା"@or,
        "Grenada"@pl,
        "Granada"@pt,
        "Grenada"@rm,
        "Gerenada"@rn,
        "Grenada"@ro,
        "Grenada"@rof,
        "Гренада"@ru,
        "Grenada"@rwk,
        "Grenada"@saq,
        "Gilenada"@sbp,
        "Grenada"@se,
        "Granada"@seh,
        "Grenaada"@ses,
        "Grenâda"@sg,
        "ⵖⵔⵏⴰⵟⴰ"@shi,
        "ɣrnaṭa"@shi-Latn,
        "ග්‍රැනඩාව"@si,
        "Grenada"@sk,
        "Grenada"@sl,
        "Grenada"@sn,
        "Giriinaada"@so,
        "Гренада"@sr,
        "Grenada"@sr-Latn,
        "Grenada"@sv,
        "Grenada"@swc,
        "Grenada"@swh,
        "கிரனெடா"@ta,
        "గ్రెనెడా"@te,
        "Grenada"@teo,
        "เกรเนดา"@th,
        "ግሬናዳ"@ti,
        "Kelenatā"@to,
        "Grenada"@tr,
        "Grenaada"@twq,
        "Grinada"@tzm,
        "Гренада"@uk,
        "غرناطہ"@ur,
        "ꖶꕟꕯꕜ"@vai,
        "Gurinéda"@vai-Latn,
        "Grenada"@vi,
        "Grenada"@vun,
        "Grenada"@wae,
        "Gurenada"@xog,
        "kelenáat"@yav,
        "Orílẹ́ède Genada"@yo,
        "Grenada"@zsm,
        "i-Grenada"@zu ;
    lvont:label <http://lexvo.org/id/term/afr/Grenada>,
        <http://lexvo.org/id/term/agq/G%C9%A8%CC%80l%C9%9Bnad%C3%A0>,
        <http://lexvo.org/id/term/aka/Grenada>,
        <http://lexvo.org/id/term/amh/%E1%8C%8D%E1%88%AC%E1%8A%93%E1%8B%B3>,
        <http://lexvo.org/id/term/ara/%D8%BA%D8%B1%D9%8A%D9%86%D8%A7%D8%AF%D8%A7>,
        <http://lexvo.org/id/term/asa/Grenada>,
        <http://lexvo.org/id/term/ast/Granada>,
        <http://lexvo.org/id/term/aze/Qrenada>,
        <http://lexvo.org/id/term/bam/Granadi>,
        <http://lexvo.org/id/term/bas/Gr%C3%A8nad%C3%A0>,
        <http://lexvo.org/id/term/bel/%D0%93%D1%80%D1%8D%D0%BD%D0%B0%D0%B4%D0%B0>,
        <http://lexvo.org/id/term/ben/%E0%A6%97%E0%A7%8D%E0%A6%B0%E0%A7%87%E0%A6%A8%E0%A6%BE%E0%A6%A1%E0%A6%BE>,
        <http://lexvo.org/id/term/bez/Hugrenada>,
        <http://lexvo.org/id/term/bod/%E0%BD%82%E0%BE%B7%E0%BC%8B%E0%BD%A2%E0%BD%B2%E0%BC%8B%E0%BD%93%E0%BC%8B%E0%BD%8C%E0%BC%8D>,
        <http://lexvo.org/id/term/bos-Cyrl/%D0%93%D1%80%D0%B5%D0%BD%D0%B0%D0%B4%D0%B0>,
        <http://lexvo.org/id/term/bos/Grenada>,
        <http://lexvo.org/id/term/bre/Grenada>,
        <http://lexvo.org/id/term/brx/%E0%A4%97%E0%A5%8D%E0%A4%B0%E0%A5%87%E0%A4%A8%E0%A4%A1%E0%A4%BE>,
        <http://lexvo.org/id/term/bul/%D0%93%D1%80%D0%B5%D0%BD%D0%B0%D0%B4%D0%B0>,
        <http://lexvo.org/id/term/cat/Grenada>,
        <http://lexvo.org/id/term/ces/Grenada>,
        <http://lexvo.org/id/term/cgg/Gurenada>,
        <http://lexvo.org/id/term/chr/%E1%8F%8B%E1%8E%BE%E1%8F%93>,
        <http://lexvo.org/id/term/cmn-Hant/%E6%A0%BC%E7%91%9E%E7%B4%8D%E9%81%94>,
        <http://lexvo.org/id/term/cmn/%E6%A0%BC%E6%9E%97%E7%BA%B3%E8%BE%BE>,
        <http://lexvo.org/id/term/cym/Grenada>,
        <http://lexvo.org/id/term/dan/Grenada>,
        <http://lexvo.org/id/term/dav/Grenada>,
        <http://lexvo.org/id/term/deu/Grenada>,
        <http://lexvo.org/id/term/dje/Grenaada>,
        <http://lexvo.org/id/term/dyo/Grenada>,
        <http://lexvo.org/id/term/dzo/%E0%BD%82%E0%BE%B2%E0%BE%80%E0%BC%8B%E0%BD%93%E0%BC%8B%E0%BD%8C>,
        <http://lexvo.org/id/term/ebu/Grenada>,
        <http://lexvo.org/id/term/ell/%CE%93%CF%81%CE%B5%CE%BD%CE%AC%CE%B4%CE%B1>,
        <http://lexvo.org/id/term/eng-Dsrt/%F0%90%90%98%F0%90%91%89%F0%90%90%B2%F0%90%91%8C%F0%90%90%A9%F0%90%90%BC%F0%90%90%B2>,
        <http://lexvo.org/id/term/eng/Grenada>,
        <http://lexvo.org/id/term/eng/ISO%203166-1%3AGD>,
        <http://lexvo.org/id/term/epo/Grenado>,
        <http://lexvo.org/id/term/est/Grenada>,
        <http://lexvo.org/id/term/eus/Grenada>,
        <http://lexvo.org/id/term/ewe/Grenada%20nutome>,
        <http://lexvo.org/id/term/ewo/G%C9%99l%C9%99n%C3%A1d%C9%99>,
        <http://lexvo.org/id/term/fao/Grenada>,
        <http://lexvo.org/id/term/fas/%DA%AF%D8%B1%D8%A7%D9%86%D8%A7%D8%AF%D8%A7>,
        <http://lexvo.org/id/term/fas/%DA%AF%D8%B1%DB%8C%D9%86%D8%A7%D8%AF%D8%A7>,
        <http://lexvo.org/id/term/fil/Grenada>,
        <http://lexvo.org/id/term/fin/Grenada>,
        <http://lexvo.org/id/term/fra/Grenade>,
        <http://lexvo.org/id/term/ful/Garnaad>,
        <http://lexvo.org/id/term/fur/Grenada>,
        <http://lexvo.org/id/term/gla/Grean%C3%A0da>,
        <http://lexvo.org/id/term/gle/Grenada>,
        <http://lexvo.org/id/term/glg/Granada>,
        <http://lexvo.org/id/term/gsw/Grenada>,
        <http://lexvo.org/id/term/guj/%E0%AA%97%E0%AB%8D%E0%AA%B0%E0%AB%87%E0%AA%A8%E0%AB%87%E0%AA%A1%E0%AA%BE>,
        <http://lexvo.org/id/term/guz/Grenada>,
        <http://lexvo.org/id/term/hau/Girnada>,
        <http://lexvo.org/id/term/heb/%D7%92%D7%A8%D7%A0%D7%93%D7%94>,
        <http://lexvo.org/id/term/hin/%E0%A4%97%E0%A5%8D%E0%A4%B0%E0%A5%87%E0%A4%A8%E0%A5%87%E0%A4%A1%E0%A4%BE>,
        <http://lexvo.org/id/term/hrv/Grenada>,
        <http://lexvo.org/id/term/hun/Grenada>,
        <http://lexvo.org/id/term/hye/%D4%B3%D6%80%D5%A5%D5%B6%D5%A1%D5%A4%D5%A1>,
        <http://lexvo.org/id/term/ind/Grenada>,
        <http://lexvo.org/id/term/isl/Grenada>,
        <http://lexvo.org/id/term/ita/Grenada>,
        <http://lexvo.org/id/term/jmc/Grenada>,
        <http://lexvo.org/id/term/jpn/%E3%82%B0%E3%83%AC%E3%83%8A%E3%83%80>,
        <http://lexvo.org/id/term/kab/Grunad>,
        <http://lexvo.org/id/term/kal/Grenada>,
        <http://lexvo.org/id/term/kam/Grenada>,
        <http://lexvo.org/id/term/kan/%E0%B2%97%E0%B3%8D%E0%B2%B0%E0%B3%86%E0%B2%A8%E0%B3%86%E0%B2%A1%E0%B2%BE>,
        <http://lexvo.org/id/term/kas/%DA%AF%D8%B1%D9%9B%D9%86%DB%8C%DA%91%D8%A7>,
        <http://lexvo.org/id/term/kat/%E1%83%92%E1%83%A0%E1%83%94%E1%83%9C%E1%83%90%E1%83%93%E1%83%90>,
        <http://lexvo.org/id/term/kde/Glenada>,
        <http://lexvo.org/id/term/kea/Granada>,
        <http://lexvo.org/id/term/khm/%E1%9E%A0%E1%9F%92%E1%9E%82%E1%9F%92%E1%9E%9A%E1%9E%BE%E1%9E%8E%E1%9E%B6%E1%9E%8A>,
        <http://lexvo.org/id/term/khq/Grenaada>,
        <http://lexvo.org/id/term/kik/Grenada>,
        <http://lexvo.org/id/term/kln/Emetab%20Grenada>,
        <http://lexvo.org/id/term/kor/%EA%B7%B8%EB%A0%88%EB%82%98%EB%8B%A4>,
        <http://lexvo.org/id/term/ksb/Glenada>,
        <http://lexvo.org/id/term/ksf/gr%C9%9Bnad%C7%9D>,
        <http://lexvo.org/id/term/ksh/Jrenaada>,
        <http://lexvo.org/id/term/lag/Giren%C3%A1ada>,
        <http://lexvo.org/id/term/lao/%E0%BB%81%E0%BA%81%E0%BA%A3%E0%BA%99%E0%BA%99%E0%BA%B2%E0%BA%94%E0%BA%B2>,
        <http://lexvo.org/id/term/lav/Gren%C4%81da>,
        <http://lexvo.org/id/term/lin/Gelenad%C9%9B>,
        <http://lexvo.org/id/term/lit/Grenada>,
        <http://lexvo.org/id/term/lub/Ngelenade>,
        <http://lexvo.org/id/term/lug/Gurenada>,
        <http://lexvo.org/id/term/luo/Grenada>,
        <http://lexvo.org/id/term/luy/Grenada>,
        <http://lexvo.org/id/term/mal/%E0%B4%97%E0%B5%8D%E0%B4%B0%E0%B4%A8%E0%B5%87%E0%B4%A1>,
        <http://lexvo.org/id/term/mar/%E0%A4%97%E0%A5%8D%E0%A4%B0%E0%A5%87%E0%A4%A8%E0%A5%87%E0%A4%A1%E0%A4%BE>,
        <http://lexvo.org/id/term/mas/Grenada>,
        <http://lexvo.org/id/term/mer/Grenada>,
        <http://lexvo.org/id/term/mfe/Grenad>,
        <http://lexvo.org/id/term/mgh/Ugrenada>,
        <http://lexvo.org/id/term/mkd/%D0%93%D1%80%D0%B5%D0%BD%D0%B0%D0%B4%D0%B0>,
        <http://lexvo.org/id/term/mlg/Grenady>,
        <http://lexvo.org/id/term/mlt/Grenada>,
        <http://lexvo.org/id/term/mua/Grenad%C7%9D>,
        <http://lexvo.org/id/term/naq/Grenada>,
        <http://lexvo.org/id/term/nde/Grenada>,
        <http://lexvo.org/id/term/nep/%E0%A4%97%E0%A5%8D%E0%A4%B0%E0%A5%87%E0%A4%A8%E0%A4%BE%E0%A4%A1%E0%A4%BE>,
        <http://lexvo.org/id/term/nld/Grenada>,
        <http://lexvo.org/id/term/nmg/Grenada>,
        <http://lexvo.org/id/term/nno/Grenada>,
        <http://lexvo.org/id/term/nob/Grenada>,
        <http://lexvo.org/id/term/nyn/Gurenada>,
        <http://lexvo.org/id/term/ori/%E0%AC%97%E0%AD%8D%E0%AC%B0%E0%AD%87%E0%AC%A8%E0%AC%BE%E0%AC%A1%E0%AC%BE>,
        <http://lexvo.org/id/term/pol/Grenada>,
        <http://lexvo.org/id/term/por/Granada>,
        <http://lexvo.org/id/term/rof/Grenada>,
        <http://lexvo.org/id/term/roh/Grenada>,
        <http://lexvo.org/id/term/ron/Grenada>,
        <http://lexvo.org/id/term/run/Gerenada>,
        <http://lexvo.org/id/term/rus/%D0%93%D1%80%D0%B5%D0%BD%D0%B0%D0%B4%D0%B0>,
        <http://lexvo.org/id/term/rwk/Grenada>,
        <http://lexvo.org/id/term/sag/Gren%C3%A2da>,
        <http://lexvo.org/id/term/saq/Grenada>,
        <http://lexvo.org/id/term/sbp/Gilenada>,
        <http://lexvo.org/id/term/seh/Granada>,
        <http://lexvo.org/id/term/ses/Grenaada>,
        <http://lexvo.org/id/term/shi-Latn/%C9%A3rna%E1%B9%ADa>,
        <http://lexvo.org/id/term/shi/%E2%B5%96%E2%B5%94%E2%B5%8F%E2%B4%B0%E2%B5%9F%E2%B4%B0>,
        <http://lexvo.org/id/term/sin/%E0%B6%9C%E0%B7%8A%E2%80%8D%E0%B6%BB%E0%B7%90%E0%B6%B1%E0%B6%A9%E0%B7%8F%E0%B7%80>,
        <http://lexvo.org/id/term/slk/Grenada>,
        <http://lexvo.org/id/term/slv/Grenada>,
        <http://lexvo.org/id/term/sme/Grenada>,
        <http://lexvo.org/id/term/sna/Grenada>,
        <http://lexvo.org/id/term/som/Giriinaada>,
        <http://lexvo.org/id/term/spa/Granada>,
        <http://lexvo.org/id/term/srp-Latn/Grenada>,
        <http://lexvo.org/id/term/srp/%D0%93%D1%80%D0%B5%D0%BD%D0%B0%D0%B4%D0%B0>,
        <http://lexvo.org/id/term/swc/Grenada>,
        <http://lexvo.org/id/term/swe/Grenada>,
        <http://lexvo.org/id/term/swh/Grenada>,
        <http://lexvo.org/id/term/tam/%E0%AE%95%E0%AE%BF%E0%AE%B0%E0%AE%A9%E0%AF%86%E0%AE%9F%E0%AE%BE>,
        <http://lexvo.org/id/term/tel/%E0%B0%97%E0%B1%8D%E0%B0%B0%E0%B1%86%E0%B0%A8%E0%B1%86%E0%B0%A1%E0%B0%BE>,
        <http://lexvo.org/id/term/teo/Grenada>,
        <http://lexvo.org/id/term/tha/%E0%B9%80%E0%B8%81%E0%B8%A3%E0%B9%80%E0%B8%99%E0%B8%94%E0%B8%B2>,
        <http://lexvo.org/id/term/tir/%E1%8C%8D%E1%88%AC%E1%8A%93%E1%8B%B3>,
        <http://lexvo.org/id/term/ton/Kelenat%C4%81>,
        <http://lexvo.org/id/term/tur/Grenada>,
        <http://lexvo.org/id/term/twq/Grenaada>,
        <http://lexvo.org/id/term/tzm/Grinada>,
        <http://lexvo.org/id/term/ukr/%D0%93%D1%80%D0%B5%D0%BD%D0%B0%D0%B4%D0%B0>,
        <http://lexvo.org/id/term/urd/%D8%BA%D8%B1%D9%86%D8%A7%D8%B7%DB%81>,
        <http://lexvo.org/id/term/vai-Latn/Gurin%C3%A9da>,
        <http://lexvo.org/id/term/vai/%EA%96%B6%EA%95%9F%EA%95%AF%EA%95%9C>,
        <http://lexvo.org/id/term/vie/Grenada>,
        <http://lexvo.org/id/term/vun/Grenada>,
        <http://lexvo.org/id/term/wae/Grenada>,
        <http://lexvo.org/id/term/xog/Gurenada>,
        <http://lexvo.org/id/term/yav/kelen%C3%A1at>,
        <http://lexvo.org/id/term/yor/Or%C3%ADl%E1%BA%B9%CC%81%C3%A8de%20Genada>,
        <http://lexvo.org/id/term/zsm/Grenada>,
        <http://lexvo.org/id/term/zul/i-Grenada> ;
    owl:sameAs <http://psi.oasis-open.org/iso/3166/#308>,
        <http://sws.geonames.org/3580239/> .

<http://lexvo.org/id/iso3166/GG> a lvont:GeographicRegion ;
    rdfs:label "Guernsey"@af,
        "ጉርነሲ"@am,
        "غيرنزي"@ar,
        "Guernsey"@ast,
        "Görnsey"@az,
        "о. Гърнзи"@bg,
        "গ্রাঞ্জি"@bn,
        "Gwernenez"@br,
        "गेर्नसे"@brx,
        "Gurnsi"@bs,
        "Гурнси"@bs-Cyrl,
        "Guernsey"@ca,
        "ᎬᏂᏏ"@chr,
        "根西岛"@cmn,
        "根西島"@cmn-Hant,
        "Guernsey"@cs,
        "Guernsey"@cy,
        "Guernsey"@da,
        "Guernsey"@de,
        "གུ་ཨེརྣ་སི"@dz,
        "Guernse nutome"@ee,
        "Γκερνσέι"@el,
        "Guernsey"@en,
        "ISO 3166-1:GG"@en,
        "𐐘𐐲𐑉𐑌𐑆𐐨"@en-Dsrt,
        "Guernsey"@es,
        "Guernsey"@et,
        "Guernsey"@eu,
        "گرنزی"@fa,
        "Guernsey"@fi,
        "Guernsey"@fil,
        "Guernsey"@fo,
        "Guernesey"@fr,
        "Guernsey"@fur,
        "Geansaí"@ga,
        "Geàrnsaidh"@gd,
        "Guernsey"@gl,
        "Gäärnsi"@gsw,
        "ગ્વેર્નસે"@gu,
        "גרנסי"@he,
        "ग्वेर्नसे"@hi,
        "Guernsey"@hr,
        "Guernsey"@hu,
        "Guernsey"@id,
        "Guernsey"@is,
        "Guernsey"@it,
        "ガーンジー"@ja,
        "Gernzi"@kea,
        "Guernsey"@kl,
        "ហ្គេនស៊ី"@km,
        "ಗುರ್ನಜೀ"@kn,
        "건지"@ko,
        "گیوَنَرسے"@ks,
        "Jöönsei"@ksh,
        "ເກຣີນຊີ"@lo,
        "Gernsis"@lt,
        "Gērnsija"@lv,
        "Гвернзи"@mk,
        "ഗേൺസി"@ml,
        "ग्वेर्नसे"@mr,
        "Guernsey"@nb,
        "गुएर्नसे"@ne,
        "Guernsey"@nl,
        "Guernsey"@nn,
        "ଗୁଏରନେସି"@or,
        "Wyspa Guernsey"@pl,
        "Guernsey"@pt,
        "Guernsey"@rm,
        "Guernsey"@ro,
        "Гернси"@ru,
        "Guernsey"@se,
        "ගර්නිසි"@si,
        "Guernsey"@sk,
        "Guernsey"@sl,
        "Гурнси"@sr,
        "Gurnsi"@sr-Latn,
        "Guernsey"@sv,
        "Guernsey"@swh,
        "கெர்ன்சி"@ta,
        "గ్వేర్నసే"@te,
        "เกิร์นซีย์"@th,
        "Kuenisī"@to,
        "Guernsey"@tr,
        "Гернсі"@uk,
        "گوئرنسی"@ur,
        "Guernsey"@vi,
        "Guernsey"@wae,
        "Guernsey"@zsm,
        "I-Guernsey"@zu ;
    lvont:label <http://lexvo.org/id/term/afr/Guernsey>,
        <http://lexvo.org/id/term/amh/%E1%8C%89%E1%88%AD%E1%8A%90%E1%88%B2>,
        <http://lexvo.org/id/term/ara/%D8%BA%D9%8A%D8%B1%D9%86%D8%B2%D9%8A>,
        <http://lexvo.org/id/term/ast/Guernsey>,
        <http://lexvo.org/id/term/aze/G%C3%B6rnsey>,
        <http://lexvo.org/id/term/ben/%E0%A6%97%E0%A7%8D%E0%A6%B0%E0%A6%BE%E0%A6%9E%E0%A7%8D%E0%A6%9C%E0%A6%BF>,
        <http://lexvo.org/id/term/bos-Cyrl/%D0%93%D1%83%D1%80%D0%BD%D1%81%D0%B8>,
        <http://lexvo.org/id/term/bos/Gurnsi>,
        <http://lexvo.org/id/term/bre/Gwernenez>,
        <http://lexvo.org/id/term/brx/%E0%A4%97%E0%A5%87%E0%A4%B0%E0%A5%8D%E0%A4%A8%E0%A4%B8%E0%A5%87>,
        <http://lexvo.org/id/term/bul/%D0%BE.%20%D0%93%D1%8A%D1%80%D0%BD%D0%B7%D0%B8>,
        <http://lexvo.org/id/term/cat/Guernsey>,
        <http://lexvo.org/id/term/ces/Guernsey>,
        <http://lexvo.org/id/term/chr/%E1%8E%AC%E1%8F%82%E1%8F%8F>,
        <http://lexvo.org/id/term/cmn-Hant/%E6%A0%B9%E8%A5%BF%E5%B3%B6>,
        <http://lexvo.org/id/term/cmn/%E6%A0%B9%E8%A5%BF%E5%B2%9B>,
        <http://lexvo.org/id/term/cym/Guernsey>,
        <http://lexvo.org/id/term/dan/Guernsey>,
        <http://lexvo.org/id/term/deu/Guernsey>,
        <http://lexvo.org/id/term/dzo/%E0%BD%82%E0%BD%B4%E0%BC%8B%E0%BD%A8%E0%BD%BA%E0%BD%A2%E0%BE%A3%E0%BC%8B%E0%BD%A6%E0%BD%B2>,
        <http://lexvo.org/id/term/ell/%CE%93%CE%BA%CE%B5%CF%81%CE%BD%CF%83%CE%AD%CE%B9>,
        <http://lexvo.org/id/term/eng-Dsrt/%F0%90%90%98%F0%90%90%B2%F0%90%91%89%F0%90%91%8C%F0%90%91%86%F0%90%90%A8>,
        <http://lexvo.org/id/term/eng/Guernsey>,
        <http://lexvo.org/id/term/eng/ISO%203166-1%3AGG>,
        <http://lexvo.org/id/term/est/Guernsey>,
        <http://lexvo.org/id/term/eus/Guernsey>,
        <http://lexvo.org/id/term/ewe/Guernse%20nutome>,
        <http://lexvo.org/id/term/fao/Guernsey>,
        <http://lexvo.org/id/term/fas/%DA%AF%D8%B1%D9%86%D8%B2%DB%8C>,
        <http://lexvo.org/id/term/fil/Guernsey>,
        <http://lexvo.org/id/term/fin/Guernsey>,
        <http://lexvo.org/id/term/fra/Guernesey>,
        <http://lexvo.org/id/term/fur/Guernsey>,
        <http://lexvo.org/id/term/gla/Ge%C3%A0rnsaidh>,
        <http://lexvo.org/id/term/gle/Geansa%C3%AD>,
        <http://lexvo.org/id/term/glg/Guernsey>,
        <http://lexvo.org/id/term/gsw/G%C3%A4%C3%A4rnsi>,
        <http://lexvo.org/id/term/guj/%E0%AA%97%E0%AB%8D%E0%AA%B5%E0%AB%87%E0%AA%B0%E0%AB%8D%E0%AA%A8%E0%AA%B8%E0%AB%87>,
        <http://lexvo.org/id/term/heb/%D7%92%D7%A8%D7%A0%D7%A1%D7%99>,
        <http://lexvo.org/id/term/hin/%E0%A4%97%E0%A5%8D%E0%A4%B5%E0%A5%87%E0%A4%B0%E0%A5%8D%E0%A4%A8%E0%A4%B8%E0%A5%87>,
        <http://lexvo.org/id/term/hrv/Guernsey>,
        <http://lexvo.org/id/term/hun/Guernsey>,
        <http://lexvo.org/id/term/ind/Guernsey>,
        <http://lexvo.org/id/term/isl/Guernsey>,
        <http://lexvo.org/id/term/ita/Guernsey>,
        <http://lexvo.org/id/term/jpn/%E3%82%AC%E3%83%BC%E3%83%B3%E3%82%B8%E3%83%BC>,
        <http://lexvo.org/id/term/kal/Guernsey>,
        <http://lexvo.org/id/term/kan/%E0%B2%97%E0%B3%81%E0%B2%B0%E0%B3%8D%E0%B2%A8%E0%B2%9C%E0%B3%80>,
        <http://lexvo.org/id/term/kas/%DA%AF%DB%8C%D9%88%D9%8E%D9%86%D9%8E%D8%B1%D8%B3%DB%92>,
        <http://lexvo.org/id/term/kea/Gernzi>,
        <http://lexvo.org/id/term/khm/%E1%9E%A0%E1%9F%92%E1%9E%82%E1%9F%81%E1%9E%93%E1%9E%9F%E1%9F%8A%E1%9E%B8>,
        <http://lexvo.org/id/term/kor/%EA%B1%B4%EC%A7%80>,
        <http://lexvo.org/id/term/ksh/J%C3%B6%C3%B6nsei>,
        <http://lexvo.org/id/term/lao/%E0%BB%80%E0%BA%81%E0%BA%A3%E0%BA%B5%E0%BA%99%E0%BA%8A%E0%BA%B5>,
        <http://lexvo.org/id/term/lav/G%C4%93rnsija>,
        <http://lexvo.org/id/term/lit/Gernsis>,
        <http://lexvo.org/id/term/mal/%E0%B4%97%E0%B5%87%E0%B5%BA%E0%B4%B8%E0%B4%BF>,
        <http://lexvo.org/id/term/mar/%E0%A4%97%E0%A5%8D%E0%A4%B5%E0%A5%87%E0%A4%B0%E0%A5%8D%E0%A4%A8%E0%A4%B8%E0%A5%87>,
        <http://lexvo.org/id/term/mkd/%D0%93%D0%B2%D0%B5%D1%80%D0%BD%D0%B7%D0%B8>,
        <http://lexvo.org/id/term/nep/%E0%A4%97%E0%A5%81%E0%A4%8F%E0%A4%B0%E0%A5%8D%E0%A4%A8%E0%A4%B8%E0%A5%87>,
        <http://lexvo.org/id/term/nld/Guernsey>,
        <http://lexvo.org/id/term/nno/Guernsey>,
        <http://lexvo.org/id/term/nob/Guernsey>,
        <http://lexvo.org/id/term/ori/%E0%AC%97%E0%AD%81%E0%AC%8F%E0%AC%B0%E0%AC%A8%E0%AD%87%E0%AC%B8%E0%AC%BF>,
        <http://lexvo.org/id/term/pol/Wyspa%20Guernsey>,
        <http://lexvo.org/id/term/por/Guernsey>,
        <http://lexvo.org/id/term/roh/Guernsey>,
        <http://lexvo.org/id/term/ron/Guernsey>,
        <http://lexvo.org/id/term/rus/%D0%93%D0%B5%D1%80%D0%BD%D1%81%D0%B8>,
        <http://lexvo.org/id/term/sin/%E0%B6%9C%E0%B6%BB%E0%B7%8A%E0%B6%B1%E0%B7%92%E0%B7%83%E0%B7%92>,
        <http://lexvo.org/id/term/slk/Guernsey>,
        <http://lexvo.org/id/term/slv/Guernsey>,
        <http://lexvo.org/id/term/sme/Guernsey>,
        <http://lexvo.org/id/term/spa/Guernsey>,
        <http://lexvo.org/id/term/srp-Latn/Gurnsi>,
        <http://lexvo.org/id/term/srp/%D0%93%D1%83%D1%80%D0%BD%D1%81%D0%B8>,
        <http://lexvo.org/id/term/swe/Guernsey>,
        <http://lexvo.org/id/term/swh/Guernsey>,
        <http://lexvo.org/id/term/tam/%E0%AE%95%E0%AF%86%E0%AE%B0%E0%AF%8D%E0%AE%A9%E0%AF%8D%E0%AE%9A%E0%AE%BF>,
        <http://lexvo.org/id/term/tel/%E0%B0%97%E0%B1%8D%E0%B0%B5%E0%B1%87%E0%B0%B0%E0%B1%8D%E0%B0%A8%E0%B0%B8%E0%B1%87>,
        <http://lexvo.org/id/term/tha/%E0%B9%80%E0%B8%81%E0%B8%B4%E0%B8%A3%E0%B9%8C%E0%B8%99%E0%B8%8B%E0%B8%B5%E0%B8%A2%E0%B9%8C>,
        <http://lexvo.org/id/term/ton/Kuenis%C4%AB>,
        <http://lexvo.org/id/term/tur/Guernsey>,
        <http://lexvo.org/id/term/ukr/%D0%93%D0%B5%D1%80%D0%BD%D1%81%D1%96>,
        <http://lexvo.org/id/term/urd/%DA%AF%D9%88%D8%A6%D8%B1%D9%86%D8%B3%DB%8C>,
        <http://lexvo.org/id/term/vie/Guernsey>,
        <http://lexvo.org/id/term/wae/Guernsey>,
        <http://lexvo.org/id/term/zsm/Guernsey>,
        <http://lexvo.org/id/term/zul/I-Guernsey> ;
    owl:sameAs <http://sws.geonames.org/3042362/> .

<http://lexvo.org/id/iso3166/GH> a lvont:GeographicRegion ;
    rdfs:label "Ghana"@af,
        "Gaanà"@agq,
        "Gaana"@ak,
        "ጋና"@am,
        "غانا"@ar,
        "Ghana"@asa,
        "Ghana"@ast,
        "Qana"@az,
        "Ganà"@bas,
        "Гана"@be,
        "Hughana"@bez,
        "Гана"@bg,
        "Gana"@bm,
        "ঘানা"@bn,
        "གྷ་ན།"@bo,
        "Ghana"@br,
        "घाना"@brx,
        "Gana"@bs,
        "Гана"@bs-Cyrl,
        "Ghana"@ca,
        "Gana"@cgg,
        "ᎦᎠᎾ"@chr,
        "加纳"@cmn,
        "迦納"@cmn-Hant,
        "Ghana"@cs,
        "Ghana"@cy,
        "Ghana"@da,
        "Ghana"@dav,
        "Ghana"@de,
        "Gaana"@dje,
        "Gaana"@dyo,
        "གྷ་ན"@dz,
        "Ghana"@ebu,
        "Ghana nutome"@ee,
        "Γκάνα"@el,
        "Ghana"@en,
        "ISO 3166-1:GH"@en,
        "𐐘𐐪𐑌𐐲"@en-Dsrt,
        "Ganao"@eo,
        "Ghana"@es,
        "Ghana"@et,
        "Ghana"@eu,
        "Ganá"@ewo,
        "غنا"@fa,
        "Ganaa"@ff,
        "Ghana"@fi,
        "Ghana"@fil,
        "Ghana"@fo,
        "Ghana"@fr,
        "Ghana"@fur,
        "Gána"@ga,
        "Gàna"@gd,
        "Gana"@gl,
        "Gaana"@gsw,
        "ઘાના"@gu,
        "Ghana"@guz,
        "Gana"@ha,
        "גאנה"@he,
        "घाना"@hi,
        "Gana"@hr,
        "Ghána"@hu,
        "Գանա"@hy,
        "Ghana"@ia,
        "Ghana"@id,
        "Gana"@is,
        "Ghana"@it,
        "ガーナ"@ja,
        "Ŋgána"@jgo,
        "Ghana"@jmc,
        "განა"@ka,
        "Ɣana"@kab,
        "Ghana"@kam,
        "Ghana"@kde,
        "Gana"@kea,
        "Gaana"@khq,
        "Ngana"@ki,
        "Ghana"@kl,
        "Emetab Ghana"@kln,
        "ហ្គាណា"@km,
        "ಘಾನಾ"@kn,
        "가나"@ko,
        "گانا"@ks,
        "Ghana"@ksb,
        "gána"@ksf,
        "Jaana"@ksh,
        "Gáana"@lag,
        "Gana"@lg,
        "Gana"@ln,
        "ການ່າ"@lo,
        "Gana"@lt,
        "Ngana"@lu,
        "Ghana"@luo,
        "Ghana"@luy,
        "Gana"@lv,
        "Ghana"@mas,
        "Ghana"@mer,
        "Ghana"@mfe,
        "Ghana"@mg,
        "Ugana"@mgh,
        "Гана"@mk,
        "ഘാന"@ml,
        "घाना"@mr,
        "Gana"@mt,
        "Gana"@mua,
        "ဂါနာ"@my,
        "Ghanab"@naq,
        "Ghana"@nb,
        "Ghana"@nd,
        "घाना"@ne,
        "Ghana"@nl,
        "Gána"@nmg,
        "Ghana"@nn,
        "Gana"@nyn,
        "ଘାନା"@or,
        "Ghana"@pl,
        "ګانا"@ps,
        "Gana"@pt,
        "Ghana"@rm,
        "Gana"@rn,
        "Ghana"@ro,
        "Ghana"@rof,
        "Гана"@ru,
        "Ghana"@rwk,
        "Ghana"@saq,
        "Khana"@sbp,
        "Ghana"@se,
        "Gana"@seh,
        "Gaana"@ses,
        "Ganäa"@sg,
        "ⵖⴰⵏⴰ"@shi,
        "ɣana"@shi-Latn,
        "ඝානාව"@si,
        "Ghana"@sk,
        "Gana"@sl,
        "Ghana"@sn,
        "Gaana"@so,
        "Ganë"@sq,
        "Гана"@sr,
        "Gana"@sr-Latn,
        "Ghana"@sv,
        "Ghana"@swc,
        "Ghana"@swh,
        "கானா"@ta,
        "ఘానా"@te,
        "Ghana"@teo,
        "กานา"@th,
        "ጋና"@ti,
        "Kana"@to,
        "Gana"@tr,
        "Gaana"@twq,
        "Ɣana"@tzm,
        "Гана"@uk,
        "گھانا"@ur,
        "ꕭꕌꕯ"@vai,
        "Gana"@vai-Latn,
        "Ghana"@vi,
        "Ghana"@vun,
        "Gana"@wae,
        "Gana"@xog,
        "kaná"@yav,
        "Orílẹ́ède Gana"@yo,
        "Ghana"@zsm,
        "i-Ghana"@zu ;
    lvont:label <http://lexvo.org/id/term/afr/Ghana>,
        <http://lexvo.org/id/term/agq/Gaan%C3%A0>,
        <http://lexvo.org/id/term/aka/Gaana>,
        <http://lexvo.org/id/term/amh/%E1%8C%8B%E1%8A%93>,
        <http://lexvo.org/id/term/ara/%D8%BA%D8%A7%D9%86%D8%A7>,
        <http://lexvo.org/id/term/asa/Ghana>,
        <http://lexvo.org/id/term/ast/Ghana>,
        <http://lexvo.org/id/term/aze/Qana>,
        <http://lexvo.org/id/term/bam/Gana>,
        <http://lexvo.org/id/term/bas/Gan%C3%A0>,
        <http://lexvo.org/id/term/bel/%D0%93%D0%B0%D0%BD%D0%B0>,
        <http://lexvo.org/id/term/ben/%E0%A6%98%E0%A6%BE%E0%A6%A8%E0%A6%BE>,
        <http://lexvo.org/id/term/bez/Hughana>,
        <http://lexvo.org/id/term/bod/%E0%BD%82%E0%BE%B7%E0%BC%8B%E0%BD%93%E0%BC%8D>,
        <http://lexvo.org/id/term/bos-Cyrl/%D0%93%D0%B0%D0%BD%D0%B0>,
        <http://lexvo.org/id/term/bos/Gana>,
        <http://lexvo.org/id/term/bre/Ghana>,
        <http://lexvo.org/id/term/brx/%E0%A4%98%E0%A4%BE%E0%A4%A8%E0%A4%BE>,
        <http://lexvo.org/id/term/bul/%D0%93%D0%B0%D0%BD%D0%B0>,
        <http://lexvo.org/id/term/cat/Ghana>,
        <http://lexvo.org/id/term/ces/Ghana>,
        <http://lexvo.org/id/term/cgg/Gana>,
        <http://lexvo.org/id/term/chr/%E1%8E%A6%E1%8E%A0%E1%8E%BE>,
        <http://lexvo.org/id/term/cmn-Hant/%E8%BF%A6%E7%B4%8D>,
        <http://lexvo.org/id/term/cmn/%E5%8A%A0%E7%BA%B3>,
        <http://lexvo.org/id/term/cym/Ghana>,
        <http://lexvo.org/id/term/dan/Ghana>,
        <http://lexvo.org/id/term/dav/Ghana>,
        <http://lexvo.org/id/term/deu/Ghana>,
        <http://lexvo.org/id/term/dje/Gaana>,
        <http://lexvo.org/id/term/dyo/Gaana>,
        <http://lexvo.org/id/term/dzo/%E0%BD%82%E0%BE%B7%E0%BC%8B%E0%BD%93>,
        <http://lexvo.org/id/term/ebu/Ghana>,
        <http://lexvo.org/id/term/ell/%CE%93%CE%BA%CE%AC%CE%BD%CE%B1>,
        <http://lexvo.org/id/term/eng-Dsrt/%F0%90%90%98%F0%90%90%AA%F0%90%91%8C%F0%90%90%B2>,
        <http://lexvo.org/id/term/eng/Ghana>,
        <http://lexvo.org/id/term/eng/ISO%203166-1%3AGH>,
        <http://lexvo.org/id/term/epo/Ganao>,
        <http://lexvo.org/id/term/est/Ghana>,
        <http://lexvo.org/id/term/eus/Ghana>,
        <http://lexvo.org/id/term/ewe/Ghana%20nutome>,
        <http://lexvo.org/id/term/ewo/Gan%C3%A1>,
        <http://lexvo.org/id/term/fao/Ghana>,
        <http://lexvo.org/id/term/fas/%D8%BA%D9%86%D8%A7>,
        <http://lexvo.org/id/term/fil/Ghana>,
        <http://lexvo.org/id/term/fin/Ghana>,
        <http://lexvo.org/id/term/fra/Ghana>,
        <http://lexvo.org/id/term/ful/Ganaa>,
        <http://lexvo.org/id/term/fur/Ghana>,
        <http://lexvo.org/id/term/gla/G%C3%A0na>,
        <http://lexvo.org/id/term/gle/G%C3%A1na>,
        <http://lexvo.org/id/term/glg/Gana>,
        <http://lexvo.org/id/term/gsw/Gaana>,
        <http://lexvo.org/id/term/guj/%E0%AA%98%E0%AA%BE%E0%AA%A8%E0%AA%BE>,
        <http://lexvo.org/id/term/guz/Ghana>,
        <http://lexvo.org/id/term/hau/Gana>,
        <http://lexvo.org/id/term/heb/%D7%92%D7%90%D7%A0%D7%94>,
        <http://lexvo.org/id/term/hin/%E0%A4%98%E0%A4%BE%E0%A4%A8%E0%A4%BE>,
        <http://lexvo.org/id/term/hrv/Gana>,
        <http://lexvo.org/id/term/hun/Gh%C3%A1na>,
        <http://lexvo.org/id/term/hye/%D4%B3%D5%A1%D5%B6%D5%A1>,
        <http://lexvo.org/id/term/ina/Ghana>,
        <http://lexvo.org/id/term/ind/Ghana>,
        <http://lexvo.org/id/term/isl/Gana>,
        <http://lexvo.org/id/term/ita/Ghana>,
        <http://lexvo.org/id/term/jgo/%C5%8Ag%C3%A1na>,
        <http://lexvo.org/id/term/jmc/Ghana>,
        <http://lexvo.org/id/term/jpn/%E3%82%AC%E3%83%BC%E3%83%8A>,
        <http://lexvo.org/id/term/kab/%C6%94ana>,
        <http://lexvo.org/id/term/kal/Ghana>,
        <http://lexvo.org/id/term/kam/Ghana>,
        <http://lexvo.org/id/term/kan/%E0%B2%98%E0%B2%BE%E0%B2%A8%E0%B2%BE>,
        <http://lexvo.org/id/term/kas/%DA%AF%D8%A7%D9%86%D8%A7>,
        <http://lexvo.org/id/term/kat/%E1%83%92%E1%83%90%E1%83%9C%E1%83%90>,
        <http://lexvo.org/id/term/kde/Ghana>,
        <http://lexvo.org/id/term/kea/Gana>,
        <http://lexvo.org/id/term/khm/%E1%9E%A0%E1%9F%92%E1%9E%82%E1%9E%B6%E1%9E%8E%E1%9E%B6>,
        <http://lexvo.org/id/term/khq/Gaana>,
        <http://lexvo.org/id/term/kik/Ngana>,
        <http://lexvo.org/id/term/kln/Emetab%20Ghana>,
        <http://lexvo.org/id/term/kor/%EA%B0%80%EB%82%98>,
        <http://lexvo.org/id/term/ksb/Ghana>,
        <http://lexvo.org/id/term/ksf/g%C3%A1na>,
        <http://lexvo.org/id/term/ksh/Jaana>,
        <http://lexvo.org/id/term/lag/G%C3%A1ana>,
        <http://lexvo.org/id/term/lao/%E0%BA%81%E0%BA%B2%E0%BA%99%E0%BB%88%E0%BA%B2>,
        <http://lexvo.org/id/term/lav/Gana>,
        <http://lexvo.org/id/term/lin/Gana>,
        <http://lexvo.org/id/term/lit/Gana>,
        <http://lexvo.org/id/term/lub/Ngana>,
        <http://lexvo.org/id/term/lug/Gana>,
        <http://lexvo.org/id/term/luo/Ghana>,
        <http://lexvo.org/id/term/luy/Ghana>,
        <http://lexvo.org/id/term/mal/%E0%B4%98%E0%B4%BE%E0%B4%A8>,
        <http://lexvo.org/id/term/mar/%E0%A4%98%E0%A4%BE%E0%A4%A8%E0%A4%BE>,
        <http://lexvo.org/id/term/mas/Ghana>,
        <http://lexvo.org/id/term/mer/Ghana>,
        <http://lexvo.org/id/term/mfe/Ghana>,
        <http://lexvo.org/id/term/mgh/Ugana>,
        <http://lexvo.org/id/term/mkd/%D0%93%D0%B0%D0%BD%D0%B0>,
        <http://lexvo.org/id/term/mlg/Ghana>,
        <http://lexvo.org/id/term/mlt/Gana>,
        <http://lexvo.org/id/term/mua/Gana>,
        <http://lexvo.org/id/term/mya/%E1%80%82%E1%80%AB%E1%80%94%E1%80%AC>,
        <http://lexvo.org/id/term/naq/Ghanab>,
        <http://lexvo.org/id/term/nde/Ghana>,
        <http://lexvo.org/id/term/nep/%E0%A4%98%E0%A4%BE%E0%A4%A8%E0%A4%BE>,
        <http://lexvo.org/id/term/nld/Ghana>,
        <http://lexvo.org/id/term/nmg/G%C3%A1na>,
        <http://lexvo.org/id/term/nno/Ghana>,
        <http://lexvo.org/id/term/nob/Ghana>,
        <http://lexvo.org/id/term/nyn/Gana>,
        <http://lexvo.org/id/term/ori/%E0%AC%98%E0%AC%BE%E0%AC%A8%E0%AC%BE>,
        <http://lexvo.org/id/term/pol/Ghana>,
        <http://lexvo.org/id/term/por/Gana>,
        <http://lexvo.org/id/term/pus/%DA%AB%D8%A7%D9%86%D8%A7>,
        <http://lexvo.org/id/term/rof/Ghana>,
        <http://lexvo.org/id/term/roh/Ghana>,
        <http://lexvo.org/id/term/ron/Ghana>,
        <http://lexvo.org/id/term/run/Gana>,
        <http://lexvo.org/id/term/rus/%D0%93%D0%B0%D0%BD%D0%B0>,
        <http://lexvo.org/id/term/rwk/Ghana>,
        <http://lexvo.org/id/term/sag/Gan%C3%A4a>,
        <http://lexvo.org/id/term/saq/Ghana>,
        <http://lexvo.org/id/term/sbp/Khana>,
        <http://lexvo.org/id/term/seh/Gana>,
        <http://lexvo.org/id/term/ses/Gaana>,
        <http://lexvo.org/id/term/shi-Latn/%C9%A3ana>,
        <http://lexvo.org/id/term/shi/%E2%B5%96%E2%B4%B0%E2%B5%8F%E2%B4%B0>,
        <http://lexvo.org/id/term/sin/%E0%B6%9D%E0%B7%8F%E0%B6%B1%E0%B7%8F%E0%B7%80>,
        <http://lexvo.org/id/term/slk/Ghana>,
        <http://lexvo.org/id/term/slv/Gana>,
        <http://lexvo.org/id/term/sme/Ghana>,
        <http://lexvo.org/id/term/sna/Ghana>,
        <http://lexvo.org/id/term/som/Gaana>,
        <http://lexvo.org/id/term/spa/Ghana>,
        <http://lexvo.org/id/term/sqi/Gan%C3%AB>,
        <http://lexvo.org/id/term/srp-Latn/Gana>,
        <http://lexvo.org/id/term/srp/%D0%93%D0%B0%D0%BD%D0%B0>,
        <http://lexvo.org/id/term/swc/Ghana>,
        <http://lexvo.org/id/term/swe/Ghana>,
        <http://lexvo.org/id/term/swh/Ghana>,
        <http://lexvo.org/id/term/tam/%E0%AE%95%E0%AE%BE%E0%AE%A9%E0%AE%BE>,
        <http://lexvo.org/id/term/tel/%E0%B0%98%E0%B0%BE%E0%B0%A8%E0%B0%BE>,
        <http://lexvo.org/id/term/teo/Ghana>,
        <http://lexvo.org/id/term/tha/%E0%B8%81%E0%B8%B2%E0%B8%99%E0%B8%B2>,
        <http://lexvo.org/id/term/tir/%E1%8C%8B%E1%8A%93>,
        <http://lexvo.org/id/term/ton/Kana>,
        <http://lexvo.org/id/term/tur/Gana>,
        <http://lexvo.org/id/term/twq/Gaana>,
        <http://lexvo.org/id/term/tzm/%C6%94ana>,
        <http://lexvo.org/id/term/ukr/%D0%93%D0%B0%D0%BD%D0%B0>,
        <http://lexvo.org/id/term/urd/%DA%AF%DA%BE%D8%A7%D9%86%D8%A7>,
        <http://lexvo.org/id/term/vai-Latn/Gana>,
        <http://lexvo.org/id/term/vai/%EA%95%AD%EA%95%8C%EA%95%AF>,
        <http://lexvo.org/id/term/vie/Ghana>,
        <http://lexvo.org/id/term/vun/Ghana>,
        <http://lexvo.org/id/term/wae/Gana>,
        <http://lexvo.org/id/term/xog/Gana>,
        <http://lexvo.org/id/term/yav/kan%C3%A1>,
        <http://lexvo.org/id/term/yor/Or%C3%ADl%E1%BA%B9%CC%81%C3%A8de%20Gana>,
        <http://lexvo.org/id/term/zsm/Ghana>,
        <http://lexvo.org/id/term/zul/i-Ghana> ;
    owl:sameAs <http://psi.oasis-open.org/iso/3166/#288>,
        <http://sws.geonames.org/2300660/> .

<http://lexvo.org/id/iso3166/GI> a lvont:GeographicRegion ;
    rdfs:label "Gibraltar"@af,
        "Dzibɨ̀latà"@agq,
        "Gyebralta"@ak,
        "ጊብራልታር"@am,
        "جبل طارق"@ar,
        "Jibralta"@asa,
        "Xibraltar"@ast,
        "Gibraltar"@az,
        "Gìlbràtâr"@bas,
        "Гібралтар"@be,
        "Hujiblalta"@bez,
        "Гибралтар"@bg,
        "Zibralitari"@bm,
        "জিব্রাল্টার"@bn,
        "ཇིབ་རཱལ་ཊར།"@bo,
        "Jibraltar"@br,
        "जिब्राल्टर"@brx,
        "Gibraltar"@bs,
        "Гибралтар"@bs-Cyrl,
        "Gibraltar"@ca,
        "Giburaata"@cgg,
        "ᏥᏆᎵᏓ"@chr,
        "直布罗陀"@cmn,
        "直布羅陀"@cmn-Hant,
        "Gibraltar"@cs,
        "Gibraltar"@cy,
        "Gibraltar"@da,
        "Jibralta"@dav,
        "Gibraltar"@de,
        "Gibraltar"@dje,
        "Sipraltaar"@dyo,
        "ཇིབ་རཱལ་ཊར"@dz,
        "Jibralta"@ebu,
        "Gibraltar nutome"@ee,
        "Γιβραλτάρ"@el,
        "Gibraltar"@en,
        "ISO 3166-1:GI"@en,
        "𐐖𐐲𐐺𐑉𐐱𐑊𐐻𐐲𐑉"@en-Dsrt,
        "Ĝibraltaro"@eo,
        "Gibraltar"@es,
        "Gibraltar"@et,
        "Gibraltar"@eu,
        "Yiləbalatár"@ewo,
        "جبل‌الطارق"@fa,
        "Jibraltaar"@ff,
        "Gibraltar"@fi,
        "Gibraltar"@fil,
        "Gibraltar"@fo,
        "Gibraltar"@fr,
        "Gjibraltar"@fur,
        "Giobráltar"@ga,
        "Diobraltar"@gd,
        "Xibraltar"@gl,
        "Gibraltar"@gsw,
        "જીબ્રાલ્ટર"@gu,
        "Jibralta"@guz,
        "Jibaraltar"@ha,
        "גיברלטר"@he,
        "जिब्राल्टर"@hi,
        "Gibraltar"@hr,
        "Gibraltár"@hu,
        "Gibraltar"@id,
        "Gíbraltar"@is,
        "Gibilterra"@it,
        "ジブラルタル"@ja,
        "Jibralta"@jmc,
        "გიბრალტარი"@ka,
        "Jibraltar"@kab,
        "Jibralta"@kam,
        "Diblalta"@kde,
        "Jibraltar"@kea,
        "Gibraltar"@khq,
        "Jibralta"@ki,
        "Gibraltar"@kl,
        "Emetab Gibraltar"@kln,
        "ហ្គីប្រាលតា"@km,
        "ಗಿಬ್ರಾಲ್ಟರ್"@kn,
        "지브롤터"@ko,
        "جِبرالٹَر"@ks,
        "Jiblalta"@ksb,
        "jibraltá"@ksf,
        "Jibralltaa"@ksh,
        "Jiburálita"@lag,
        "Giburalita"@lg,
        "Zibatalɛ"@ln,
        "ກີບຣາລຕາ"@lo,
        "Gibraltaras"@lt,
        "Jibeletale"@lu,
        "Gibraltar"@luo,
        "Jibralta"@luy,
        "Gibraltārs"@lv,
        "Jibralta"@mas,
        "Ngĩbrata"@mer,
        "Zibraltar"@mfe,
        "Zibraltara"@mg,
        "Ujibralta"@mgh,
        "Гибралтар"@mk,
        "ജിബ്രാൾട്ടർ"@ml,
        "जिब्राल्टर"@mr,
        "Gibraltar"@mt,
        "Sǝr Gibraltar"@mua,
        "ဂျီဘရော်လ်တာ"@my,
        "Gibraltar"@naq,
        "Gibraltar"@nb,
        "Gibraltar"@nd,
        "जिब्राल्टार"@ne,
        "Gibraltar"@nl,
        "Gilbratar"@nmg,
        "Gibraltar"@nn,
        "Giburaata"@nyn,
        "ଜିବ୍ରାଲ୍ଟର୍"@or,
        "Gibraltar"@pl,
        "Gibraltar"@pt,
        "Gibraltar"@rm,
        "Juburalitari"@rn,
        "Gibraltar"@ro,
        "Jibralta"@rof,
        "Гибралтар"@ru,
        "Jibralta"@rwk,
        "Jibralta"@saq,
        "Jibulalita"@sbp,
        "Gibraltar"@se,
        "Gibraltar"@seh,
        "Gibraltar"@ses,
        "Zibraltära, Zibaratära"@sg,
        "ⴰⴷⵔⴰⵔ ⵏ ⵟⴰⵕⵉⵇ"@shi,
        "adrar n ṭaṛiq"@shi-Latn,
        "ජිබ්‍රෝල්ටාව"@si,
        "Gibraltár"@sk,
        "Gibraltar"@sl,
        "Gibraltar"@sn,
        "Gibraltar"@so,
        "Гибралтар"@sr,
        "Gibraltar"@sr-Latn,
        "Gibraltar"@sv,
        "Jibralta"@swc,
        "Jibralta"@swh,
        "ஜிப்ரால்டர்"@ta,
        "జిబ్రాల్టార్"@te,
        "Jibralta"@teo,
        "ยิบรอลตาร์"@th,
        "ጊብራልታር"@ti,
        "Sipalālitā"@to,
        "Cebelitarık"@tr,
        "Gibraltar"@twq,
        "Jibralṭar"@tzm,
        "Гібралтар"@uk,
        "جبل الطارق"@ur,
        "ꕀꖜꕟꕚ"@vai,
        "Jibhurata"@vai-Latn,
        "Gibraltar"@vi,
        "Jibralta"@vun,
        "Gibraltar"@wae,
        "Giburalita"@xog,
        "sílpalatáal"@yav,
        "Orílẹ́ède Gibaratara"@yo,
        "Gibraltar"@zsm,
        "i-Gibraltar"@zu ;
    lvont:label <http://lexvo.org/id/term/afr/Gibraltar>,
        <http://lexvo.org/id/term/agq/Dzib%C9%A8%CC%80lat%C3%A0>,
        <http://lexvo.org/id/term/aka/Gyebralta>,
        <http://lexvo.org/id/term/amh/%E1%8C%8A%E1%89%A5%E1%88%AB%E1%88%8D%E1%89%B3%E1%88%AD>,
        <http://lexvo.org/id/term/ara/%D8%AC%D8%A8%D9%84%20%D8%B7%D8%A7%D8%B1%D9%82>,
        <http://lexvo.org/id/term/asa/Jibralta>,
        <http://lexvo.org/id/term/ast/Xibraltar>,
        <http://lexvo.org/id/term/aze/Gibraltar>,
        <http://lexvo.org/id/term/bam/Zibralitari>,
        <http://lexvo.org/id/term/bas/G%C3%AClbr%C3%A0t%C3%A2r>,
        <http://lexvo.org/id/term/bel/%D0%93%D1%96%D0%B1%D1%80%D0%B0%D0%BB%D1%82%D0%B0%D1%80>,
        <http://lexvo.org/id/term/ben/%E0%A6%9C%E0%A6%BF%E0%A6%AC%E0%A7%8D%E0%A6%B0%E0%A6%BE%E0%A6%B2%E0%A7%8D%E0%A6%9F%E0%A6%BE%E0%A6%B0>,
        <http://lexvo.org/id/term/bez/Hujiblalta>,
        <http://lexvo.org/id/term/bod/%E0%BD%87%E0%BD%B2%E0%BD%96%E0%BC%8B%E0%BD%A2%E0%BD%B1%E0%BD%A3%E0%BC%8B%E0%BD%8A%E0%BD%A2%E0%BC%8D>,
        <http://lexvo.org/id/term/bos-Cyrl/%D0%93%D0%B8%D0%B1%D1%80%D0%B0%D0%BB%D1%82%D0%B0%D1%80>,
        <http://lexvo.org/id/term/bos/Gibraltar>,
        <http://lexvo.org/id/term/bre/Jibraltar>,
        <http://lexvo.org/id/term/brx/%E0%A4%9C%E0%A4%BF%E0%A4%AC%E0%A5%8D%E0%A4%B0%E0%A4%BE%E0%A4%B2%E0%A5%8D%E0%A4%9F%E0%A4%B0>,
        <http://lexvo.org/id/term/bul/%D0%93%D0%B8%D0%B1%D1%80%D0%B0%D0%BB%D1%82%D0%B0%D1%80>,
        <http://lexvo.org/id/term/cat/Gibraltar>,
        <http://lexvo.org/id/term/ces/Gibraltar>,
        <http://lexvo.org/id/term/cgg/Giburaata>,
        <http://lexvo.org/id/term/chr/%E1%8F%A5%E1%8F%86%E1%8E%B5%E1%8F%93>,
        <http://lexvo.org/id/term/cmn-Hant/%E7%9B%B4%E5%B8%83%E7%BE%85%E9%99%80>,
        <http://lexvo.org/id/term/cmn/%E7%9B%B4%E5%B8%83%E7%BD%97%E9%99%80>,
        <http://lexvo.org/id/term/cym/Gibraltar>,
        <http://lexvo.org/id/term/dan/Gibraltar>,
        <http://lexvo.org/id/term/dav/Jibralta>,
        <http://lexvo.org/id/term/deu/Gibraltar>,
        <http://lexvo.org/id/term/dje/Gibraltar>,
        <http://lexvo.org/id/term/dyo/Sipraltaar>,
        <http://lexvo.org/id/term/dzo/%E0%BD%87%E0%BD%B2%E0%BD%96%E0%BC%8B%E0%BD%A2%E0%BD%B1%E0%BD%A3%E0%BC%8B%E0%BD%8A%E0%BD%A2>,
        <http://lexvo.org/id/term/ebu/Jibralta>,
        <http://lexvo.org/id/term/ell/%CE%93%CE%B9%CE%B2%CF%81%CE%B1%CE%BB%CF%84%CE%AC%CF%81>,
        <http://lexvo.org/id/term/eng-Dsrt/%F0%90%90%96%F0%90%90%B2%F0%90%90%BA%F0%90%91%89%F0%90%90%B1%F0%90%91%8A%F0%90%90%BB%F0%90%90%B2%F0%90%91%89>,
        <http://lexvo.org/id/term/eng/Gibraltar>,
        <http://lexvo.org/id/term/eng/ISO%203166-1%3AGI>,
        <http://lexvo.org/id/term/epo/%C4%9Cibraltaro>,
        <http://lexvo.org/id/term/est/Gibraltar>,
        <http://lexvo.org/id/term/eus/Gibraltar>,
        <http://lexvo.org/id/term/ewe/Gibraltar%20nutome>,
        <http://lexvo.org/id/term/ewo/Yil%C9%99balat%C3%A1r>,
        <http://lexvo.org/id/term/fao/Gibraltar>,
        <http://lexvo.org/id/term/fas/%D8%AC%D8%A8%D9%84%E2%80%8C%D8%A7%D9%84%D8%B7%D8%A7%D8%B1%D9%82>,
        <http://lexvo.org/id/term/fil/Gibraltar>,
        <http://lexvo.org/id/term/fin/Gibraltar>,
        <http://lexvo.org/id/term/fra/Gibraltar>,
        <http://lexvo.org/id/term/ful/Jibraltaar>,
        <http://lexvo.org/id/term/fur/Gjibraltar>,
        <http://lexvo.org/id/term/gla/Diobraltar>,
        <http://lexvo.org/id/term/gle/Giobr%C3%A1ltar>,
        <http://lexvo.org/id/term/glg/Xibraltar>,
        <http://lexvo.org/id/term/gsw/Gibraltar>,
        <http://lexvo.org/id/term/guj/%E0%AA%9C%E0%AB%80%E0%AA%AC%E0%AB%8D%E0%AA%B0%E0%AA%BE%E0%AA%B2%E0%AB%8D%E0%AA%9F%E0%AA%B0>,
        <http://lexvo.org/id/term/guz/Jibralta>,
        <http://lexvo.org/id/term/hau/Jibaraltar>,
        <http://lexvo.org/id/term/heb/%D7%92%D7%99%D7%91%D7%A8%D7%9C%D7%98%D7%A8>,
        <http://lexvo.org/id/term/hin/%E0%A4%9C%E0%A4%BF%E0%A4%AC%E0%A5%8D%E0%A4%B0%E0%A4%BE%E0%A4%B2%E0%A5%8D%E0%A4%9F%E0%A4%B0>,
        <http://lexvo.org/id/term/hrv/Gibraltar>,
        <http://lexvo.org/id/term/hun/Gibralt%C3%A1r>,
        <http://lexvo.org/id/term/ind/Gibraltar>,
        <http://lexvo.org/id/term/isl/G%C3%ADbraltar>,
        <http://lexvo.org/id/term/ita/Gibilterra>,
        <http://lexvo.org/id/term/jmc/Jibralta>,
        <http://lexvo.org/id/term/jpn/%E3%82%B8%E3%83%96%E3%83%A9%E3%83%AB%E3%82%BF%E3%83%AB>,
        <http://lexvo.org/id/term/kab/Jibraltar>,
        <http://lexvo.org/id/term/kal/Gibraltar>,
        <http://lexvo.org/id/term/kam/Jibralta>,
        <http://lexvo.org/id/term/kan/%E0%B2%97%E0%B2%BF%E0%B2%AC%E0%B3%8D%E0%B2%B0%E0%B2%BE%E0%B2%B2%E0%B3%8D%E0%B2%9F%E0%B2%B0%E0%B3%8D>,
        <http://lexvo.org/id/term/kas/%D8%AC%D9%90%D8%A8%D8%B1%D8%A7%D9%84%D9%B9%D9%8E%D8%B1>,
        <http://lexvo.org/id/term/kat/%E1%83%92%E1%83%98%E1%83%91%E1%83%A0%E1%83%90%E1%83%9A%E1%83%A2%E1%83%90%E1%83%A0%E1%83%98>,
        <http://lexvo.org/id/term/kde/Diblalta>,
        <http://lexvo.org/id/term/kea/Jibraltar>,
        <http://lexvo.org/id/term/khm/%E1%9E%A0%E1%9F%92%E1%9E%82%E1%9E%B8%E1%9E%94%E1%9F%92%E1%9E%9A%E1%9E%B6%E1%9E%9B%E1%9E%8F%E1%9E%B6>,
        <http://lexvo.org/id/term/khq/Gibraltar>,
        <http://lexvo.org/id/term/kik/Jibralta>,
        <http://lexvo.org/id/term/kln/Emetab%20Gibraltar>,
        <http://lexvo.org/id/term/kor/%EC%A7%80%EB%B8%8C%EB%A1%A4%ED%84%B0>,
        <http://lexvo.org/id/term/ksb/Jiblalta>,
        <http://lexvo.org/id/term/ksf/jibralt%C3%A1>,
        <http://lexvo.org/id/term/ksh/Jibralltaa>,
        <http://lexvo.org/id/term/lag/Jibur%C3%A1lita>,
        <http://lexvo.org/id/term/lao/%E0%BA%81%E0%BA%B5%E0%BA%9A%E0%BA%A3%E0%BA%B2%E0%BA%A5%E0%BA%95%E0%BA%B2>,
        <http://lexvo.org/id/term/lav/Gibralt%C4%81rs>,
        <http://lexvo.org/id/term/lin/Zibatal%C9%9B>,
        <http://lexvo.org/id/term/lit/Gibraltaras>,
        <http://lexvo.org/id/term/lub/Jibeletale>,
        <http://lexvo.org/id/term/lug/Giburalita>,
        <http://lexvo.org/id/term/luo/Gibraltar>,
        <http://lexvo.org/id/term/luy/Jibralta>,
        <http://lexvo.org/id/term/mal/%E0%B4%9C%E0%B4%BF%E0%B4%AC%E0%B5%8D%E0%B4%B0%E0%B4%BE%E0%B5%BE%E0%B4%9F%E0%B5%8D%E0%B4%9F%E0%B5%BC>,
        <http://lexvo.org/id/term/mar/%E0%A4%9C%E0%A4%BF%E0%A4%AC%E0%A5%8D%E0%A4%B0%E0%A4%BE%E0%A4%B2%E0%A5%8D%E0%A4%9F%E0%A4%B0>,
        <http://lexvo.org/id/term/mas/Jibralta>,
        <http://lexvo.org/id/term/mer/Ng%C4%A9brata>,
        <http://lexvo.org/id/term/mfe/Zibraltar>,
        <http://lexvo.org/id/term/mgh/Ujibralta>,
        <http://lexvo.org/id/term/mkd/%D0%93%D0%B8%D0%B1%D1%80%D0%B0%D0%BB%D1%82%D0%B0%D1%80>,
        <http://lexvo.org/id/term/mlg/Zibraltara>,
        <http://lexvo.org/id/term/mlt/Gibraltar>,
        <http://lexvo.org/id/term/mua/S%C7%9Dr%20Gibraltar>,
        <http://lexvo.org/id/term/mya/%E1%80%82%E1%80%BB%E1%80%AE%E1%80%98%E1%80%9B%E1%80%B1%E1%80%AC%E1%80%BA%E1%80%9C%E1%80%BA%E1%80%90%E1%80%AC>,
        <http://lexvo.org/id/term/naq/Gibraltar>,
        <http://lexvo.org/id/term/nde/Gibraltar>,
        <http://lexvo.org/id/term/nep/%E0%A4%9C%E0%A4%BF%E0%A4%AC%E0%A5%8D%E0%A4%B0%E0%A4%BE%E0%A4%B2%E0%A5%8D%E0%A4%9F%E0%A4%BE%E0%A4%B0>,
        <http://lexvo.org/id/term/nld/Gibraltar>,
        <http://lexvo.org/id/term/nmg/Gilbratar>,
        <http://lexvo.org/id/term/nno/Gibraltar>,
        <http://lexvo.org/id/term/nob/Gibraltar>,
        <http://lexvo.org/id/term/nyn/Giburaata>,
        <http://lexvo.org/id/term/ori/%E0%AC%9C%E0%AC%BF%E0%AC%AC%E0%AD%8D%E0%AC%B0%E0%AC%BE%E0%AC%B2%E0%AD%8D%E0%AC%9F%E0%AC%B0%E0%AD%8D>,
        <http://lexvo.org/id/term/pol/Gibraltar>,
        <http://lexvo.org/id/term/por/Gibraltar>,
        <http://lexvo.org/id/term/rof/Jibralta>,
        <http://lexvo.org/id/term/roh/Gibraltar>,
        <http://lexvo.org/id/term/ron/Gibraltar>,
        <http://lexvo.org/id/term/run/Juburalitari>,
        <http://lexvo.org/id/term/rus/%D0%93%D0%B8%D0%B1%D1%80%D0%B0%D0%BB%D1%82%D0%B0%D1%80>,
        <http://lexvo.org/id/term/rwk/Jibralta>,
        <http://lexvo.org/id/term/sag/Zibralt%C3%A4ra%2C%20Zibarat%C3%A4ra>,
        <http://lexvo.org/id/term/saq/Jibralta>,
        <http://lexvo.org/id/term/sbp/Jibulalita>,
        <http://lexvo.org/id/term/seh/Gibraltar>,
        <http://lexvo.org/id/term/ses/Gibraltar>,
        <http://lexvo.org/id/term/shi-Latn/adrar%20n%20%E1%B9%ADa%E1%B9%9Biq>,
        <http://lexvo.org/id/term/shi/%E2%B4%B0%E2%B4%B7%E2%B5%94%E2%B4%B0%E2%B5%94%20%E2%B5%8F%20%E2%B5%9F%E2%B4%B0%E2%B5%95%E2%B5%89%E2%B5%87>,
        <http://lexvo.org/id/term/sin/%E0%B6%A2%E0%B7%92%E0%B6%B6%E0%B7%8A%E2%80%8D%E0%B6%BB%E0%B7%9D%E0%B6%BD%E0%B7%8A%E0%B6%A7%E0%B7%8F%E0%B7%80>,
        <http://lexvo.org/id/term/slk/Gibralt%C3%A1r>,
        <http://lexvo.org/id/term/slv/Gibraltar>,
        <http://lexvo.org/id/term/sme/Gibraltar>,
        <http://lexvo.org/id/term/sna/Gibraltar>,
        <http://lexvo.org/id/term/som/Gibraltar>,
        <http://lexvo.org/id/term/spa/Gibraltar>,
        <http://lexvo.org/id/term/srp-Latn/Gibraltar>,
        <http://lexvo.org/id/term/srp/%D0%93%D0%B8%D0%B1%D1%80%D0%B0%D0%BB%D1%82%D0%B0%D1%80>,
        <http://lexvo.org/id/term/swc/Jibralta>,
        <http://lexvo.org/id/term/swe/Gibraltar>,
        <http://lexvo.org/id/term/swh/Jibralta>,
        <http://lexvo.org/id/term/tam/%E0%AE%9C%E0%AE%BF%E0%AE%AA%E0%AF%8D%E0%AE%B0%E0%AE%BE%E0%AE%B2%E0%AF%8D%E0%AE%9F%E0%AE%B0%E0%AF%8D>,
        <http://lexvo.org/id/term/tel/%E0%B0%9C%E0%B0%BF%E0%B0%AC%E0%B1%8D%E0%B0%B0%E0%B0%BE%E0%B0%B2%E0%B1%8D%E0%B0%9F%E0%B0%BE%E0%B0%B0%E0%B1%8D>,
        <http://lexvo.org/id/term/teo/Jibralta>,
        <http://lexvo.org/id/term/tha/%E0%B8%A2%E0%B8%B4%E0%B8%9A%E0%B8%A3%E0%B8%AD%E0%B8%A5%E0%B8%95%E0%B8%B2%E0%B8%A3%E0%B9%8C>,
        <http://lexvo.org/id/term/tir/%E1%8C%8A%E1%89%A5%E1%88%AB%E1%88%8D%E1%89%B3%E1%88%AD>,
        <http://lexvo.org/id/term/ton/Sipal%C4%81lit%C4%81>,
        <http://lexvo.org/id/term/tur/Cebelitar%C4%B1k>,
        <http://lexvo.org/id/term/twq/Gibraltar>,
        <http://lexvo.org/id/term/tzm/Jibral%E1%B9%ADar>,
        <http://lexvo.org/id/term/ukr/%D0%93%D1%96%D0%B1%D1%80%D0%B0%D0%BB%D1%82%D0%B0%D1%80>,
        <http://lexvo.org/id/term/urd/%D8%AC%D8%A8%D9%84%20%D8%A7%D9%84%D8%B7%D8%A7%D8%B1%D9%82>,
        <http://lexvo.org/id/term/vai-Latn/Jibhurata>,
        <http://lexvo.org/id/term/vai/%EA%95%80%EA%96%9C%EA%95%9F%EA%95%9A>,
        <http://lexvo.org/id/term/vie/Gibraltar>,
        <http://lexvo.org/id/term/vun/Jibralta>,
        <http://lexvo.org/id/term/wae/Gibraltar>,
        <http://lexvo.org/id/term/xog/Giburalita>,
        <http://lexvo.org/id/term/yav/s%C3%ADlpalat%C3%A1al>,
        <http://lexvo.org/id/term/yor/Or%C3%ADl%E1%BA%B9%CC%81%C3%A8de%20Gibaratara>,
        <http://lexvo.org/id/term/zsm/Gibraltar>,
        <http://lexvo.org/id/term/zul/i-Gibraltar> ;
    owl:sameAs <http://psi.oasis-open.org/iso/3166/#292>,
        <http://sws.geonames.org/2411586/> .

<http://lexvo.org/id/iso3166/GL> a lvont:GeographicRegion ;
    rdfs:label "Groenland"@af,
        "Gɨ̀lenlân"@agq,
        "Greenman"@ak,
        "ግሪንላንድ"@am,
        "غرينلاند"@ar,
        "Grinlandi"@asa,
        "Groenlandia"@ast,
        "Qrinland"@az,
        "Grǐnlànd"@bas,
        "Грэнландыя"@be,
        "Hujinlandi"@bez,
        "Гренландия"@bg,
        "Gɔrɔhenelandi"@bm,
        "গ্রীনল্যান্ড"@bn,
        "Greunland"@br,
        "ग्रीनलैण्ड"@brx,
        "Grenland"@bs,
        "Гренланд"@bs-Cyrl,
        "Grenlàndia"@ca,
        "Guriinirandi"@cgg,
        "ᎢᏤᏍᏛᏱ"@chr,
        "格陵兰"@cmn,
        "格陵蘭"@cmn-Hant,
        "Grónsko"@cs,
        "yr Ynys Las"@cy,
        "Grønland"@da,
        "Grinlandi"@dav,
        "Grönland"@de,
        "Grinland"@dje,
        "Greenland"@dyo,
        "གིརཱིན་ལནཌ྄"@dz,
        "Grinlandi"@ebu,
        "Grinland nutome"@ee,
        "Γροιλανδία"@el,
        "Greenland"@en,
        "ISO 3166-1:GL"@en,
        "𐐘𐑉𐐨𐑌𐑊𐐲𐑌𐐼"@en-Dsrt,
        "Gronlando"@eo,
        "Groenlandia"@es,
        "Gröönimaa"@et,
        "Groenlandia"@eu,
        "Goelán"@ewo,
        "گرینلند"@fa,
        "Gorwendland"@ff,
        "Grönlanti"@fi,
        "Greenland"@fil,
        "Grønland"@fo,
        "Groenland"@fr,
        "Groenlande"@fur,
        "An Ghraonlainn"@ga,
        "A' Ghraonlann"@gd,
        "Grenlandia"@gl,
        "Gröönland"@gsw,
        "ગ્રીનલેન્ડ"@gu,
        "Grinlandi"@guz,
        "Grinlan"@ha,
        "גרינלנד"@he,
        "ग्रीनलैण्ड"@hi,
        "Grenland"@hr,
        "Grönland"@hu,
        "Groenlandia"@ia,
        "Grinlandia"@id,
        "Grænland"@is,
        "Groenlandia"@it,
        "グリーンランド"@ja,
        "Grinlandi"@jmc,
        "გრენლანდია"@ka,
        "Grunland"@kab,
        "Grinlandi"@kam,
        "Glinlandi"@kde,
        "Gronelandia"@kea,
        "Grinland"@khq,
        "Grinlandi"@ki,
        "Kalaallit Nunaat"@kl,
        "Emetab Greenland"@kln,
        "ហ្គ្រោអង់ឡង់"@km,
        "ಗ್ರೀನ್‌ಲ್ಯಾಂಡ್"@kn,
        "그린란드"@ko,
        "گریٖنلینٛڑ"@ks,
        "Glinlandi"@ksb,
        "grínlan"@ksf,
        "Jröhnland"@ksh,
        "Giriniláandi"@lag,
        "Gurenelandi"@lg,
        "Gowelande"@ln,
        "ກຣີນແລນ"@lo,
        "Grenlandija"@lt,
        "Ngowelande"@lu,
        "Greenland"@luo,
        "Grinlandi"@luy,
        "Grenlande"@lv,
        "Grinlandi"@mas,
        "Ngirinilandi"@mer,
        "Greenland"@mfe,
        "Groenland"@mg,
        "Ugrinlandi"@mgh,
        "Гренланд"@mk,
        "ഗ്രീൻലാൻറ്"@ml,
        "ग्रीनलंड"@mr,
        "Grinlandja"@mt,
        "Sǝr Groenland"@mua,
        "ဂရင်းလန်း"@my,
        "Greenland"@naq,
        "Grønland"@nb,
        "Greenland"@nd,
        "ग्रिनल्याण्ड"@ne,
        "Groenland"@nl,
        "Greenland"@nmg,
        "Grønland"@nn,
        "Guriinirandi"@nyn,
        "ଗ୍ରୀନଲ୍ୟାଣ୍ଡ"@or,
        "Grenlandia"@pl,
        "Gronelândia"@pt,
        "Groênlandia"@pt,
        "Grönlanda"@rm,
        "Gurunilandi"@rn,
        "Groenlanda"@ro,
        "Grinlandi"@rof,
        "Гренландия"@ru,
        "Grinlandi"@rwk,
        "Grinlandi"@saq,
        "Gilinilandi"@sbp,
        "Kalaallit Nunaat"@se,
        "Groênlandia"@seh,
        "Grinland"@ses,
        "Gorolânde"@sg,
        "ⴳⵔⵉⵍⴰⵏⴷ"@shi,
        "griland"@shi-Latn,
        "ග්‍රීන්ලන්තය"@si,
        "Grónsko"@sk,
        "Grenlandija"@sl,
        "Greenland"@sn,
        "Greenland"@so,
        "Гренланд"@sr,
        "Grenland"@sr-Latn,
        "Grönland"@sv,
        "Grinlandi"@swc,
        "Grinlandi"@swh,
        "கிரீன்லாந்து"@ta,
        "గ్రీన్లేండ్"@te,
        "Grinlandi"@teo,
        "กรีนแลนด์"@th,
        "ግሪንላንድ"@ti,
        "Kulinileni"@to,
        "Grönland"@tr,
        "Grinland"@twq,
        "Grinlanḍa"@tzm,
        "Гренландія"@uk,
        "گرین لینڈ"@ur,
        "ꕧꕓ ꖴꕎ ꖨꕮꕊ"@vai,
        "Jamba Kuwa Lumaã"@vai-Latn,
        "Băng Đảo"@vi,
        "Grinlandi"@vun,
        "Grönland"@wae,
        "Gurenelandi"@xog,
        "kuluɛnlánd"@yav,
        "Orílẹ́ède Gerelandi"@yo,
        "Greenland"@zsm,
        "i-Greenland"@zu ;
    lvont:label <http://lexvo.org/id/term/afr/Groenland>,
        <http://lexvo.org/id/term/agq/G%C9%A8%CC%80lenl%C3%A2n>,
        <http://lexvo.org/id/term/aka/Greenman>,
        <http://lexvo.org/id/term/amh/%E1%8C%8D%E1%88%AA%E1%8A%95%E1%88%8B%E1%8A%95%E1%8B%B5>,
        <http://lexvo.org/id/term/ara/%D8%BA%D8%B1%D9%8A%D9%86%D9%84%D8%A7%D9%86%D8%AF>,
        <http://lexvo.org/id/term/asa/Grinlandi>,
        <http://lexvo.org/id/term/ast/Groenlandia>,
        <http://lexvo.org/id/term/aze/Qrinland>,
        <http://lexvo.org/id/term/bam/G%C9%94r%C9%94henelandi>,
        <http://lexvo.org/id/term/bas/Gr%C7%90nl%C3%A0nd>,
        <http://lexvo.org/id/term/bel/%D0%93%D1%80%D1%8D%D0%BD%D0%BB%D0%B0%D0%BD%D0%B4%D1%8B%D1%8F>,
        <http://lexvo.org/id/term/ben/%E0%A6%97%E0%A7%8D%E0%A6%B0%E0%A7%80%E0%A6%A8%E0%A6%B2%E0%A7%8D%E0%A6%AF%E0%A6%BE%E0%A6%A8%E0%A7%8D%E0%A6%A1>,
        <http://lexvo.org/id/term/bez/Hujinlandi>,
        <http://lexvo.org/id/term/bos-Cyrl/%D0%93%D1%80%D0%B5%D0%BD%D0%BB%D0%B0%D0%BD%D0%B4>,
        <http://lexvo.org/id/term/bos/Grenland>,
        <http://lexvo.org/id/term/bre/Greunland>,
        <http://lexvo.org/id/term/brx/%E0%A4%97%E0%A5%8D%E0%A4%B0%E0%A5%80%E0%A4%A8%E0%A4%B2%E0%A5%88%E0%A4%A3%E0%A5%8D%E0%A4%A1>,
        <http://lexvo.org/id/term/bul/%D0%93%D1%80%D0%B5%D0%BD%D0%BB%D0%B0%D0%BD%D0%B4%D0%B8%D1%8F>,
        <http://lexvo.org/id/term/cat/Grenl%C3%A0ndia>,
        <http://lexvo.org/id/term/ces/Gr%C3%B3nsko>,
        <http://lexvo.org/id/term/cgg/Guriinirandi>,
        <http://lexvo.org/id/term/chr/%E1%8E%A2%E1%8F%A4%E1%8F%8D%E1%8F%9B%E1%8F%B1>,
        <http://lexvo.org/id/term/cmn-Hant/%E6%A0%BC%E9%99%B5%E8%98%AD>,
        <http://lexvo.org/id/term/cmn/%E6%A0%BC%E9%99%B5%E5%85%B0>,
        <http://lexvo.org/id/term/cym/yr%20Ynys%20Las>,
        <http://lexvo.org/id/term/dan/Gr%C3%B8nland>,
        <http://lexvo.org/id/term/dav/Grinlandi>,
        <http://lexvo.org/id/term/deu/Gr%C3%B6nland>,
        <http://lexvo.org/id/term/dje/Grinland>,
        <http://lexvo.org/id/term/dyo/Greenland>,
        <http://lexvo.org/id/term/dzo/%E0%BD%82%E0%BD%B2%E0%BD%A2%E0%BD%B1%E0%BD%B2%E0%BD%93%E0%BC%8B%E0%BD%A3%E0%BD%93%E0%BD%8C%E0%BE%84>,
        <http://lexvo.org/id/term/ebu/Grinlandi>,
        <http://lexvo.org/id/term/ell/%CE%93%CF%81%CE%BF%CE%B9%CE%BB%CE%B1%CE%BD%CE%B4%CE%AF%CE%B1>,
        <http://lexvo.org/id/term/eng-Dsrt/%F0%90%90%98%F0%90%91%89%F0%90%90%A8%F0%90%91%8C%F0%90%91%8A%F0%90%90%B2%F0%90%91%8C%F0%90%90%BC>,
        <http://lexvo.org/id/term/eng/Greenland>,
        <http://lexvo.org/id/term/eng/ISO%203166-1%3AGL>,
        <http://lexvo.org/id/term/epo/Gronlando>,
        <http://lexvo.org/id/term/est/Gr%C3%B6%C3%B6nimaa>,
        <http://lexvo.org/id/term/eus/Groenlandia>,
        <http://lexvo.org/id/term/ewe/Grinland%20nutome>,
        <http://lexvo.org/id/term/ewo/Goel%C3%A1n>,
        <http://lexvo.org/id/term/fao/Gr%C3%B8nland>,
        <http://lexvo.org/id/term/fas/%DA%AF%D8%B1%DB%8C%D9%86%D9%84%D9%86%D8%AF>,
        <http://lexvo.org/id/term/fil/Greenland>,
        <http://lexvo.org/id/term/fin/Gr%C3%B6nlanti>,
        <http://lexvo.org/id/term/fra/Groenland>,
        <http://lexvo.org/id/term/ful/Gorwendland>,
        <http://lexvo.org/id/term/fur/Groenlande>,
        <http://lexvo.org/id/term/gla/A'%20Ghraonlann>,
        <http://lexvo.org/id/term/gle/An%20Ghraonlainn>,
        <http://lexvo.org/id/term/glg/Grenlandia>,
        <http://lexvo.org/id/term/gsw/Gr%C3%B6%C3%B6nland>,
        <http://lexvo.org/id/term/guj/%E0%AA%97%E0%AB%8D%E0%AA%B0%E0%AB%80%E0%AA%A8%E0%AA%B2%E0%AB%87%E0%AA%A8%E0%AB%8D%E0%AA%A1>,
        <http://lexvo.org/id/term/guz/Grinlandi>,
        <http://lexvo.org/id/term/hau/Grinlan>,
        <http://lexvo.org/id/term/heb/%D7%92%D7%A8%D7%99%D7%A0%D7%9C%D7%A0%D7%93>,
        <http://lexvo.org/id/term/hin/%E0%A4%97%E0%A5%8D%E0%A4%B0%E0%A5%80%E0%A4%A8%E0%A4%B2%E0%A5%88%E0%A4%A3%E0%A5%8D%E0%A4%A1>,
        <http://lexvo.org/id/term/hrv/Grenland>,
        <http://lexvo.org/id/term/hun/Gr%C3%B6nland>,
        <http://lexvo.org/id/term/ina/Groenlandia>,
        <http://lexvo.org/id/term/ind/Grinlandia>,
        <http://lexvo.org/id/term/isl/Gr%C3%A6nland>,
        <http://lexvo.org/id/term/ita/Groenlandia>,
        <http://lexvo.org/id/term/jmc/Grinlandi>,
        <http://lexvo.org/id/term/jpn/%E3%82%B0%E3%83%AA%E3%83%BC%E3%83%B3%E3%83%A9%E3%83%B3%E3%83%89>,
        <http://lexvo.org/id/term/kab/Grunland>,
        <http://lexvo.org/id/term/kal/Kalaallit%20Nunaat>,
        <http://lexvo.org/id/term/kam/Grinlandi>,
        <http://lexvo.org/id/term/kan/%E0%B2%97%E0%B3%8D%E0%B2%B0%E0%B3%80%E0%B2%A8%E0%B3%8D%E2%80%8C%E0%B2%B2%E0%B3%8D%E0%B2%AF%E0%B2%BE%E0%B2%82%E0%B2%A1%E0%B3%8D>,
        <http://lexvo.org/id/term/kas/%DA%AF%D8%B1%DB%8C%D9%96%D9%86%D9%84%DB%8C%D9%86%D9%9B%DA%91>,
        <http://lexvo.org/id/term/kat/%E1%83%92%E1%83%A0%E1%83%94%E1%83%9C%E1%83%9A%E1%83%90%E1%83%9C%E1%83%93%E1%83%98%E1%83%90>,
        <http://lexvo.org/id/term/kde/Glinlandi>,
        <http://lexvo.org/id/term/kea/Gronelandia>,
        <http://lexvo.org/id/term/khm/%E1%9E%A0%E1%9F%92%E1%9E%82%E1%9F%92%E1%9E%9A%E1%9F%84%E1%9E%A2%E1%9E%84%E1%9F%8B%E1%9E%A1%E1%9E%84%E1%9F%8B>,
        <http://lexvo.org/id/term/khq/Grinland>,
        <http://lexvo.org/id/term/kik/Grinlandi>,
        <http://lexvo.org/id/term/kln/Emetab%20Greenland>,
        <http://lexvo.org/id/term/kor/%EA%B7%B8%EB%A6%B0%EB%9E%80%EB%93%9C>,
        <http://lexvo.org/id/term/ksb/Glinlandi>,
        <http://lexvo.org/id/term/ksf/gr%C3%ADnlan>,
        <http://lexvo.org/id/term/ksh/Jr%C3%B6hnland>,
        <http://lexvo.org/id/term/lag/Girinil%C3%A1andi>,
        <http://lexvo.org/id/term/lao/%E0%BA%81%E0%BA%A3%E0%BA%B5%E0%BA%99%E0%BB%81%E0%BA%A5%E0%BA%99>,
        <http://lexvo.org/id/term/lav/Grenlande>,
        <http://lexvo.org/id/term/lin/Gowelande>,
        <http://lexvo.org/id/term/lit/Grenlandija>,
        <http://lexvo.org/id/term/lub/Ngowelande>,
        <http://lexvo.org/id/term/lug/Gurenelandi>,
        <http://lexvo.org/id/term/luo/Greenland>,
        <http://lexvo.org/id/term/luy/Grinlandi>,
        <http://lexvo.org/id/term/mal/%E0%B4%97%E0%B5%8D%E0%B4%B0%E0%B5%80%E0%B5%BB%E0%B4%B2%E0%B4%BE%E0%B5%BB%E0%B4%B1%E0%B5%8D>,
        <http://lexvo.org/id/term/mar/%E0%A4%97%E0%A5%8D%E0%A4%B0%E0%A5%80%E0%A4%A8%E0%A4%B2%E0%A4%82%E0%A4%A1>,
        <http://lexvo.org/id/term/mas/Grinlandi>,
        <http://lexvo.org/id/term/mer/Ngirinilandi>,
        <http://lexvo.org/id/term/mfe/Greenland>,
        <http://lexvo.org/id/term/mgh/Ugrinlandi>,
        <http://lexvo.org/id/term/mkd/%D0%93%D1%80%D0%B5%D0%BD%D0%BB%D0%B0%D0%BD%D0%B4>,
        <http://lexvo.org/id/term/mlg/Groenland>,
        <http://lexvo.org/id/term/mlt/Grinlandja>,
        <http://lexvo.org/id/term/mua/S%C7%9Dr%20Groenland>,
        <http://lexvo.org/id/term/mya/%E1%80%82%E1%80%9B%E1%80%84%E1%80%BA%E1%80%B8%E1%80%9C%E1%80%94%E1%80%BA%E1%80%B8>,
        <http://lexvo.org/id/term/naq/Greenland>,
        <http://lexvo.org/id/term/nde/Greenland>,
        <http://lexvo.org/id/term/nep/%E0%A4%97%E0%A5%8D%E0%A4%B0%E0%A4%BF%E0%A4%A8%E0%A4%B2%E0%A5%8D%E0%A4%AF%E0%A4%BE%E0%A4%A3%E0%A5%8D%E0%A4%A1>,
        <http://lexvo.org/id/term/nld/Groenland>,
        <http://lexvo.org/id/term/nmg/Greenland>,
        <http://lexvo.org/id/term/nno/Gr%C3%B8nland>,
        <http://lexvo.org/id/term/nob/Gr%C3%B8nland>,
        <http://lexvo.org/id/term/nyn/Guriinirandi>,
        <http://lexvo.org/id/term/ori/%E0%AC%97%E0%AD%8D%E0%AC%B0%E0%AD%80%E0%AC%A8%E0%AC%B2%E0%AD%8D%E0%AD%9F%E0%AC%BE%E0%AC%A3%E0%AD%8D%E0%AC%A1>,
        <http://lexvo.org/id/term/pol/Grenlandia>,
        <http://lexvo.org/id/term/por/Gro%C3%AAnlandia>,
        <http://lexvo.org/id/term/por/Gronel%C3%A2ndia>,
        <http://lexvo.org/id/term/rof/Grinlandi>,
        <http://lexvo.org/id/term/roh/Gr%C3%B6nlanda>,
        <http://lexvo.org/id/term/ron/Groenlanda>,
        <http://lexvo.org/id/term/run/Gurunilandi>,
        <http://lexvo.org/id/term/rus/%D0%93%D1%80%D0%B5%D0%BD%D0%BB%D0%B0%D0%BD%D0%B4%D0%B8%D1%8F>,
        <http://lexvo.org/id/term/rwk/Grinlandi>,
        <http://lexvo.org/id/term/sag/Gorol%C3%A2nde>,
        <http://lexvo.org/id/term/saq/Grinlandi>,
        <http://lexvo.org/id/term/sbp/Gilinilandi>,
        <http://lexvo.org/id/term/seh/Gro%C3%AAnlandia>,
        <http://lexvo.org/id/term/ses/Grinland>,
        <http://lexvo.org/id/term/shi-Latn/griland>,
        <http://lexvo.org/id/term/shi/%E2%B4%B3%E2%B5%94%E2%B5%89%E2%B5%8D%E2%B4%B0%E2%B5%8F%E2%B4%B7>,
        <http://lexvo.org/id/term/sin/%E0%B6%9C%E0%B7%8A%E2%80%8D%E0%B6%BB%E0%B7%93%E0%B6%B1%E0%B7%8A%E0%B6%BD%E0%B6%B1%E0%B7%8A%E0%B6%AD%E0%B6%BA>,
        <http://lexvo.org/id/term/slk/Gr%C3%B3nsko>,
        <http://lexvo.org/id/term/slv/Grenlandija>,
        <http://lexvo.org/id/term/sme/Kalaallit%20Nunaat>,
        <http://lexvo.org/id/term/sna/Greenland>,
        <http://lexvo.org/id/term/som/Greenland>,
        <http://lexvo.org/id/term/spa/Groenlandia>,
        <http://lexvo.org/id/term/srp-Latn/Grenland>,
        <http://lexvo.org/id/term/srp/%D0%93%D1%80%D0%B5%D0%BD%D0%BB%D0%B0%D0%BD%D0%B4>,
        <http://lexvo.org/id/term/swc/Grinlandi>,
        <http://lexvo.org/id/term/swe/Gr%C3%B6nland>,
        <http://lexvo.org/id/term/swh/Grinlandi>,
        <http://lexvo.org/id/term/tam/%E0%AE%95%E0%AE%BF%E0%AE%B0%E0%AF%80%E0%AE%A9%E0%AF%8D%E0%AE%B2%E0%AE%BE%E0%AE%A8%E0%AF%8D%E0%AE%A4%E0%AF%81>,
        <http://lexvo.org/id/term/tel/%E0%B0%97%E0%B1%8D%E0%B0%B0%E0%B1%80%E0%B0%A8%E0%B1%8D%E0%B0%B2%E0%B1%87%E0%B0%82%E0%B0%A1%E0%B1%8D>,
        <http://lexvo.org/id/term/teo/Grinlandi>,
        <http://lexvo.org/id/term/tha/%E0%B8%81%E0%B8%A3%E0%B8%B5%E0%B8%99%E0%B9%81%E0%B8%A5%E0%B8%99%E0%B8%94%E0%B9%8C>,
        <http://lexvo.org/id/term/tir/%E1%8C%8D%E1%88%AA%E1%8A%95%E1%88%8B%E1%8A%95%E1%8B%B5>,
        <http://lexvo.org/id/term/ton/Kulinileni>,
        <http://lexvo.org/id/term/tur/Gr%C3%B6nland>,
        <http://lexvo.org/id/term/twq/Grinland>,
        <http://lexvo.org/id/term/tzm/Grinlan%E1%B8%8Da>,
        <http://lexvo.org/id/term/ukr/%D0%93%D1%80%D0%B5%D0%BD%D0%BB%D0%B0%D0%BD%D0%B4%D1%96%D1%8F>,
        <http://lexvo.org/id/term/urd/%DA%AF%D8%B1%DB%8C%D9%86%20%D9%84%DB%8C%D9%86%DA%88>,
        <http://lexvo.org/id/term/vai-Latn/Jamba%20Kuwa%20Luma%C3%A3>,
        <http://lexvo.org/id/term/vai/%EA%95%A7%EA%95%93%20%EA%96%B4%EA%95%8E%20%EA%96%A8%EA%95%AE%EA%95%8A>,
        <http://lexvo.org/id/term/vie/B%C4%83ng%20%C4%90%E1%BA%A3o>,
        <http://lexvo.org/id/term/vun/Grinlandi>,
        <http://lexvo.org/id/term/wae/Gr%C3%B6nland>,
        <http://lexvo.org/id/term/xog/Gurenelandi>,
        <http://lexvo.org/id/term/yav/kulu%C9%9Bnl%C3%A1nd>,
        <http://lexvo.org/id/term/yor/Or%C3%ADl%E1%BA%B9%CC%81%C3%A8de%20Gerelandi>,
        <http://lexvo.org/id/term/zsm/Greenland>,
        <http://lexvo.org/id/term/zul/i-Greenland> ;
    owl:sameAs <http://psi.oasis-open.org/iso/3166/#304>,
        <http://sws.geonames.org/3425505/> .

<http://lexvo.org/id/iso3166/GM> a lvont:GeographicRegion ;
    rdfs:label "Gambië"@af,
        "Gambìa"@agq,
        "Gambia"@ak,
        "ጋምቢያ"@am,
        "غامبيا"@ar,
        "Gambia"@asa,
        "Gambia"@ast,
        "Qambiya"@az,
        "Gàmbià"@bas,
        "Гамбія"@be,
        "Hugambia"@bez,
        "Гамбия"@bg,
        "Ganbi"@bm,
        "গাম্বিয়া"@bn,
        "གྷམ་བི་ཡ།"@bo,
        "Gambia"@br,
        "गाम्बिया"@brx,
        "Gambija"@bs,
        "Гамбија"@bs-Cyrl,
        "ጋምቢያ"@byn,
        "Gàmbia"@ca,
        "Gambiya"@cgg,
        "ᎦᎹᏈᎢᎠ"@chr,
        "冈比亚"@cmn,
        "甘比亞"@cmn-Hant,
        "Gambie"@cs,
        "Gambia"@cy,
        "Gambia"@da,
        "Gambia"@dav,
        "Gambia"@de,
        "Gambi"@dje,
        "Gambi"@dyo,
        "གྷེམ་བི་ཡ"@dz,
        "Gambia"@ebu,
        "Gambia nutome"@ee,
        "Γκάμπια"@el,
        "Gambia"@en,
        "ISO 3166-1:GM"@en,
        "𐐘𐐰𐑋𐐺𐐨𐐲"@en-Dsrt,
        "Gambio"@eo,
        "Gambia"@es,
        "Gambia"@et,
        "Gambia"@eu,
        "Gambí"@ewo,
        "گامبیا"@fa,
        "Gammbi"@ff,
        "Gambia"@fi,
        "Gambia"@fil,
        "Gambia"@fo,
        "Gambie"@fr,
        "Gambia"@fur,
        "An Ghaimbia"@ga,
        "A' Ghaimbia"@gd,
        "Gambia"@gl,
        "Gambia"@gsw,
        "ગેમ્બિયા"@gu,
        "Gambia"@guz,
        "Gambiya"@ha,
        "גמביה"@he,
        "गाम्बिया"@hi,
        "Gambija"@hr,
        "Gambia"@hu,
        "Գամբիա"@hy,
        "Gambia"@ia,
        "Gambia"@id,
        "Gambía"@is,
        "Gambia"@it,
        "ガンビア"@ja,
        "Ŋgambî"@jgo,
        "Gambia"@jmc,
        "გამბია"@ka,
        "Gambya"@kab,
        "Gambia"@kam,
        "Gambia"@kde,
        "Gambia"@kea,
        "Gambi"@khq,
        "Gambia"@ki,
        "Gambia"@kl,
        "Emetab Gambia"@kln,
        "ហ្គាំប៊ី"@km,
        "ಗ್ಯಾಂಬಿಯಾ"@kn,
        "감비아"@ko,
        "گَمبِیا"@ks,
        "Gambia"@ksb,
        "gambí"@ksf,
        "Jambija"@ksh,
        "Gámbia"@lag,
        "Gambya"@lg,
        "Gambi"@ln,
        "ສາທາລະນະລັດແກມເບຍ"@lo,
        "Gambija"@lt,
        "Gambi"@lu,
        "Gambia"@luo,
        "Gambia"@luy,
        "Gambija"@lv,
        "Gambia"@mas,
        "Gambia"@mer,
        "Gambi"@mfe,
        "Gambia"@mg,
        "Ugambia"@mgh,
        "Гамбија"@mk,
        "ഗാംബിയ"@ml,
        "गाम्बिया"@mr,
        "Gambja"@mt,
        "Gambiya"@mua,
        "ဂန်ဘီရာ"@my,
        "Gambiab"@naq,
        "Gambia"@nb,
        "Gambiya"@nd,
        "गाम्विया"@ne,
        "Gambia"@nl,
        "Gambia"@nmg,
        "Gambia"@nn,
        "Gambiya"@nyn,
        "ଗାମ୍ବିଆ"@or,
        "Gambia"@pl,
        "Gâmbia"@pt,
        "Gambia"@rm,
        "Gambiya"@rn,
        "Gambia"@ro,
        "Gambia"@rof,
        "Гамбия"@ru,
        "Gambia"@rwk,
        "Gambia"@saq,
        "Gambiya"@sbp,
        "Gámbia"@se,
        "Gâmbia"@seh,
        "Gambi"@ses,
        "Gambïi"@sg,
        "ⴳⴰⵎⴱⵢⴰ"@shi,
        "gambya"@shi-Latn,
        "ගැම්බියාව"@si,
        "Gambia"@sk,
        "Gambija"@sl,
        "Gambia"@sn,
        "Gambiya"@so,
        "Gambi"@sq,
        "Гамбија"@sr,
        "Gambija"@sr-Latn,
        "Gambia"@sv,
        "Gambia"@swc,
        "Gambia"@swh,
        "காம்பியா"@ta,
        "గాంబియా"@te,
        "Gambia"@teo,
        "แกมเบีย"@th,
        "ጋምቢያ"@ti,
        "ጋምቢያ"@tig,
        "Kamipia"@to,
        "Gambiya"@tr,
        "Gambi"@twq,
        "Gambya"@tzm,
        "Гамбія"@uk,
        "گامبیا"@ur,
        "ꕭꔭꕩ"@vai,
        "Gambiya"@vai-Latn,
        "Gambia"@vi,
        "Gambia"@vun,
        "Gambia"@wae,
        "ጋምቢያ"@wal,
        "Gambya"@xog,
        "kambíi"@yav,
        "Orílẹ́ède Gambia"@yo,
        "Gambia"@zsm,
        "i-Gambia"@zu ;
    lvont:label <http://lexvo.org/id/term/afr/Gambi%C3%AB>,
        <http://lexvo.org/id/term/agq/Gamb%C3%ACa>,
        <http://lexvo.org/id/term/aka/Gambia>,
        <http://lexvo.org/id/term/amh/%E1%8C%8B%E1%88%9D%E1%89%A2%E1%8B%AB>,
        <http://lexvo.org/id/term/ara/%D8%BA%D8%A7%D9%85%D8%A8%D9%8A%D8%A7>,
        <http://lexvo.org/id/term/asa/Gambia>,
        <http://lexvo.org/id/term/ast/Gambia>,
        <http://lexvo.org/id/term/aze/Qambiya>,
        <http://lexvo.org/id/term/bam/Ganbi>,
        <http://lexvo.org/id/term/bas/G%C3%A0mbi%C3%A0>,
        <http://lexvo.org/id/term/bel/%D0%93%D0%B0%D0%BC%D0%B1%D1%96%D1%8F>,
        <http://lexvo.org/id/term/ben/%E0%A6%97%E0%A6%BE%E0%A6%AE%E0%A7%8D%E0%A6%AC%E0%A6%BF%E0%A6%AF%E0%A6%BC%E0%A6%BE>,
        <http://lexvo.org/id/term/bez/Hugambia>,
        <http://lexvo.org/id/term/bod/%E0%BD%82%E0%BE%B7%E0%BD%98%E0%BC%8B%E0%BD%96%E0%BD%B2%E0%BC%8B%E0%BD%A1%E0%BC%8D>,
        <http://lexvo.org/id/term/bos-Cyrl/%D0%93%D0%B0%D0%BC%D0%B1%D0%B8%D1%98%D0%B0>,
        <http://lexvo.org/id/term/bos/Gambija>,
        <http://lexvo.org/id/term/bre/Gambia>,
        <http://lexvo.org/id/term/brx/%E0%A4%97%E0%A4%BE%E0%A4%AE%E0%A5%8D%E0%A4%AC%E0%A4%BF%E0%A4%AF%E0%A4%BE>,
        <http://lexvo.org/id/term/bul/%D0%93%D0%B0%D0%BC%D0%B1%D0%B8%D1%8F>,
        <http://lexvo.org/id/term/byn/%E1%8C%8B%E1%88%9D%E1%89%A2%E1%8B%AB>,
        <http://lexvo.org/id/term/cat/G%C3%A0mbia>,
        <http://lexvo.org/id/term/ces/Gambie>,
        <http://lexvo.org/id/term/cgg/Gambiya>,
        <http://lexvo.org/id/term/chr/%E1%8E%A6%E1%8E%B9%E1%8F%88%E1%8E%A2%E1%8E%A0>,
        <http://lexvo.org/id/term/cmn-Hant/%E7%94%98%E6%AF%94%E4%BA%9E>,
        <http://lexvo.org/id/term/cmn/%E5%86%88%E6%AF%94%E4%BA%9A>,
        <http://lexvo.org/id/term/cym/Gambia>,
        <http://lexvo.org/id/term/dan/Gambia>,
        <http://lexvo.org/id/term/dav/Gambia>,
        <http://lexvo.org/id/term/deu/Gambia>,
        <http://lexvo.org/id/term/dje/Gambi>,
        <http://lexvo.org/id/term/dyo/Gambi>,
        <http://lexvo.org/id/term/dzo/%E0%BD%82%E0%BE%B7%E0%BD%BA%E0%BD%98%E0%BC%8B%E0%BD%96%E0%BD%B2%E0%BC%8B%E0%BD%A1>,
        <http://lexvo.org/id/term/ebu/Gambia>,
        <http://lexvo.org/id/term/ell/%CE%93%CE%BA%CE%AC%CE%BC%CF%80%CE%B9%CE%B1>,
        <http://lexvo.org/id/term/eng-Dsrt/%F0%90%90%98%F0%90%90%B0%F0%90%91%8B%F0%90%90%BA%F0%90%90%A8%F0%90%90%B2>,
        <http://lexvo.org/id/term/eng/Gambia>,
        <http://lexvo.org/id/term/eng/ISO%203166-1%3AGM>,
        <http://lexvo.org/id/term/epo/Gambio>,
        <http://lexvo.org/id/term/est/Gambia>,
        <http://lexvo.org/id/term/eus/Gambia>,
        <http://lexvo.org/id/term/ewe/Gambia%20nutome>,
        <http://lexvo.org/id/term/ewo/Gamb%C3%AD>,
        <http://lexvo.org/id/term/fao/Gambia>,
        <http://lexvo.org/id/term/fas/%DA%AF%D8%A7%D9%85%D8%A8%DB%8C%D8%A7>,
        <http://lexvo.org/id/term/fil/Gambia>,
        <http://lexvo.org/id/term/fin/Gambia>,
        <http://lexvo.org/id/term/fra/Gambie>,
        <http://lexvo.org/id/term/ful/Gammbi>,
        <http://lexvo.org/id/term/fur/Gambia>,
        <http://lexvo.org/id/term/gla/A'%20Ghaimbia>,
        <http://lexvo.org/id/term/gle/An%20Ghaimbia>,
        <http://lexvo.org/id/term/glg/Gambia>,
        <http://lexvo.org/id/term/gsw/Gambia>,
        <http://lexvo.org/id/term/guj/%E0%AA%97%E0%AB%87%E0%AA%AE%E0%AB%8D%E0%AA%AC%E0%AA%BF%E0%AA%AF%E0%AA%BE>,
        <http://lexvo.org/id/term/guz/Gambia>,
        <http://lexvo.org/id/term/hau/Gambiya>,
        <http://lexvo.org/id/term/heb/%D7%92%D7%9E%D7%91%D7%99%D7%94>,
        <http://lexvo.org/id/term/hin/%E0%A4%97%E0%A4%BE%E0%A4%AE%E0%A5%8D%E0%A4%AC%E0%A4%BF%E0%A4%AF%E0%A4%BE>,
        <http://lexvo.org/id/term/hrv/Gambija>,
        <http://lexvo.org/id/term/hun/Gambia>,
        <http://lexvo.org/id/term/hye/%D4%B3%D5%A1%D5%B4%D5%A2%D5%AB%D5%A1>,
        <http://lexvo.org/id/term/ina/Gambia>,
        <http://lexvo.org/id/term/ind/Gambia>,
        <http://lexvo.org/id/term/isl/Gamb%C3%ADa>,
        <http://lexvo.org/id/term/ita/Gambia>,
        <http://lexvo.org/id/term/jgo/%C5%8Agamb%C3%AE>,
        <http://lexvo.org/id/term/jmc/Gambia>,
        <http://lexvo.org/id/term/jpn/%E3%82%AC%E3%83%B3%E3%83%93%E3%82%A2>,
        <http://lexvo.org/id/term/kab/Gambya>,
        <http://lexvo.org/id/term/kal/Gambia>,
        <http://lexvo.org/id/term/kam/Gambia>,
        <http://lexvo.org/id/term/kan/%E0%B2%97%E0%B3%8D%E0%B2%AF%E0%B2%BE%E0%B2%82%E0%B2%AC%E0%B2%BF%E0%B2%AF%E0%B2%BE>,
        <http://lexvo.org/id/term/kas/%DA%AF%D9%8E%D9%85%D8%A8%D9%90%DB%8C%D8%A7>,
        <http://lexvo.org/id/term/kat/%E1%83%92%E1%83%90%E1%83%9B%E1%83%91%E1%83%98%E1%83%90>,
        <http://lexvo.org/id/term/kde/Gambia>,
        <http://lexvo.org/id/term/kea/Gambia>,
        <http://lexvo.org/id/term/khm/%E1%9E%A0%E1%9F%92%E1%9E%82%E1%9E%B6%E1%9F%86%E1%9E%94%E1%9F%8A%E1%9E%B8>,
        <http://lexvo.org/id/term/khq/Gambi>,
        <http://lexvo.org/id/term/kik/Gambia>,
        <http://lexvo.org/id/term/kln/Emetab%20Gambia>,
        <http://lexvo.org/id/term/kor/%EA%B0%90%EB%B9%84%EC%95%84>,
        <http://lexvo.org/id/term/ksb/Gambia>,
        <http://lexvo.org/id/term/ksf/gamb%C3%AD>,
        <http://lexvo.org/id/term/ksh/Jambija>,
        <http://lexvo.org/id/term/lag/G%C3%A1mbia>,
        <http://lexvo.org/id/term/lao/%E0%BA%AA%E0%BA%B2%E0%BA%97%E0%BA%B2%E0%BA%A5%E0%BA%B0%E0%BA%99%E0%BA%B0%E0%BA%A5%E0%BA%B1%E0%BA%94%E0%BB%81%E0%BA%81%E0%BA%A1%E0%BB%80%E0%BA%9A%E0%BA%8D>,
        <http://lexvo.org/id/term/lav/Gambija>,
        <http://lexvo.org/id/term/lin/Gambi>,
        <http://lexvo.org/id/term/lit/Gambija>,
        <http://lexvo.org/id/term/lub/Gambi>,
        <http://lexvo.org/id/term/lug/Gambya>,
        <http://lexvo.org/id/term/luo/Gambia>,
        <http://lexvo.org/id/term/luy/Gambia>,
        <http://lexvo.org/id/term/mal/%E0%B4%97%E0%B4%BE%E0%B4%82%E0%B4%AC%E0%B4%BF%E0%B4%AF>,
        <http://lexvo.org/id/term/mar/%E0%A4%97%E0%A4%BE%E0%A4%AE%E0%A5%8D%E0%A4%AC%E0%A4%BF%E0%A4%AF%E0%A4%BE>,
        <http://lexvo.org/id/term/mas/Gambia>,
        <http://lexvo.org/id/term/mer/Gambia>,
        <http://lexvo.org/id/term/mfe/Gambi>,
        <http://lexvo.org/id/term/mgh/Ugambia>,
        <http://lexvo.org/id/term/mkd/%D0%93%D0%B0%D0%BC%D0%B1%D0%B8%D1%98%D0%B0>,
        <http://lexvo.org/id/term/mlg/Gambia>,
        <http://lexvo.org/id/term/mlt/Gambja>,
        <http://lexvo.org/id/term/mua/Gambiya>,
        <http://lexvo.org/id/term/mya/%E1%80%82%E1%80%94%E1%80%BA%E1%80%98%E1%80%AE%E1%80%9B%E1%80%AC>,
        <http://lexvo.org/id/term/naq/Gambiab>,
        <http://lexvo.org/id/term/nde/Gambiya>,
        <http://lexvo.org/id/term/nep/%E0%A4%97%E0%A4%BE%E0%A4%AE%E0%A5%8D%E0%A4%B5%E0%A4%BF%E0%A4%AF%E0%A4%BE>,
        <http://lexvo.org/id/term/nld/Gambia>,
        <http://lexvo.org/id/term/nmg/Gambia>,
        <http://lexvo.org/id/term/nno/Gambia>,
        <http://lexvo.org/id/term/nob/Gambia>,
        <http://lexvo.org/id/term/nyn/Gambiya>,
        <http://lexvo.org/id/term/ori/%E0%AC%97%E0%AC%BE%E0%AC%AE%E0%AD%8D%E0%AC%AC%E0%AC%BF%E0%AC%86>,
        <http://lexvo.org/id/term/pol/Gambia>,
        <http://lexvo.org/id/term/por/G%C3%A2mbia>,
        <http://lexvo.org/id/term/rof/Gambia>,
        <http://lexvo.org/id/term/roh/Gambia>,
        <http://lexvo.org/id/term/ron/Gambia>,
        <http://lexvo.org/id/term/run/Gambiya>,
        <http://lexvo.org/id/term/rus/%D0%93%D0%B0%D0%BC%D0%B1%D0%B8%D1%8F>,
        <http://lexvo.org/id/term/rwk/Gambia>,
        <http://lexvo.org/id/term/sag/Gamb%C3%AFi>,
        <http://lexvo.org/id/term/saq/Gambia>,
        <http://lexvo.org/id/term/sbp/Gambiya>,
        <http://lexvo.org/id/term/seh/G%C3%A2mbia>,
        <http://lexvo.org/id/term/ses/Gambi>,
        <http://lexvo.org/id/term/shi-Latn/gambya>,
        <http://lexvo.org/id/term/shi/%E2%B4%B3%E2%B4%B0%E2%B5%8E%E2%B4%B1%E2%B5%A2%E2%B4%B0>,
        <http://lexvo.org/id/term/sin/%E0%B6%9C%E0%B7%90%E0%B6%B8%E0%B7%8A%E0%B6%B6%E0%B7%92%E0%B6%BA%E0%B7%8F%E0%B7%80>,
        <http://lexvo.org/id/term/slk/Gambia>,
        <http://lexvo.org/id/term/slv/Gambija>,
        <http://lexvo.org/id/term/sme/G%C3%A1mbia>,
        <http://lexvo.org/id/term/sna/Gambia>,
        <http://lexvo.org/id/term/som/Gambiya>,
        <http://lexvo.org/id/term/spa/Gambia>,
        <http://lexvo.org/id/term/sqi/Gambi>,
        <http://lexvo.org/id/term/srp-Latn/Gambija>,
        <http://lexvo.org/id/term/srp/%D0%93%D0%B0%D0%BC%D0%B1%D0%B8%D1%98%D0%B0>,
        <http://lexvo.org/id/term/swc/Gambia>,
        <http://lexvo.org/id/term/swe/Gambia>,
        <http://lexvo.org/id/term/swh/Gambia>,
        <http://lexvo.org/id/term/tam/%E0%AE%95%E0%AE%BE%E0%AE%AE%E0%AF%8D%E0%AE%AA%E0%AE%BF%E0%AE%AF%E0%AE%BE>,
        <http://lexvo.org/id/term/tel/%E0%B0%97%E0%B0%BE%E0%B0%82%E0%B0%AC%E0%B0%BF%E0%B0%AF%E0%B0%BE>,
        <http://lexvo.org/id/term/teo/Gambia>,
        <http://lexvo.org/id/term/tha/%E0%B9%81%E0%B8%81%E0%B8%A1%E0%B9%80%E0%B8%9A%E0%B8%B5%E0%B8%A2>,
        <http://lexvo.org/id/term/tig/%E1%8C%8B%E1%88%9D%E1%89%A2%E1%8B%AB>,
        <http://lexvo.org/id/term/tir/%E1%8C%8B%E1%88%9D%E1%89%A2%E1%8B%AB>,
        <http://lexvo.org/id/term/ton/Kamipia>,
        <http://lexvo.org/id/term/tur/Gambiya>,
        <http://lexvo.org/id/term/twq/Gambi>,
        <http://lexvo.org/id/term/tzm/Gambya>,
        <http://lexvo.org/id/term/ukr/%D0%93%D0%B0%D0%BC%D0%B1%D1%96%D1%8F>,
        <http://lexvo.org/id/term/urd/%DA%AF%D8%A7%D9%85%D8%A8%DB%8C%D8%A7>,
        <http://lexvo.org/id/term/vai-Latn/Gambiya>,
        <http://lexvo.org/id/term/vai/%EA%95%AD%EA%94%AD%EA%95%A9>,
        <http://lexvo.org/id/term/vie/Gambia>,
        <http://lexvo.org/id/term/vun/Gambia>,
        <http://lexvo.org/id/term/wae/Gambia>,
        <http://lexvo.org/id/term/wal/%E1%8C%8B%E1%88%9D%E1%89%A2%E1%8B%AB>,
        <http://lexvo.org/id/term/xog/Gambya>,
        <http://lexvo.org/id/term/yav/kamb%C3%ADi>,
        <http://lexvo.org/id/term/yor/Or%C3%ADl%E1%BA%B9%CC%81%C3%A8de%20Gambia>,
        <http://lexvo.org/id/term/zsm/Gambia>,
        <http://lexvo.org/id/term/zul/i-Gambia> ;
    owl:sameAs <http://psi.oasis-open.org/iso/3166/#270>,
        <http://sws.geonames.org/2413451/> .

<http://lexvo.org/id/iso3166/GN> a lvont:GeographicRegion ;
    rdfs:label "Guinee"@af,
        "Ginè"@agq,
        "Gini"@ak,
        "ጊኒ"@am,
        "غينيا"@ar,
        "Gine"@asa,
        "Guinea"@ast,
        "Qvineya"@az,
        "Gìnê"@bas,
        "Гвінея"@be,
        "Hujine"@bez,
        "Гвинея"@bg,
        "Gine"@bm,
        "গিনি"@bn,
        "གྷི་ནི་ཡ།"@bo,
        "Ginea"@br,
        "गिनी"@brx,
        "Gvineja"@bs,
        "Гвинеја"@bs-Cyrl,
        "ጊኒ"@byn,
        "Guinea"@ca,
        "Gine"@cgg,
        "ᎫᏇ"@chr,
        "几内亚"@cmn,
        "幾內亞"@cmn-Hant,
        "Guinea"@cs,
        "Gini"@cy,
        "Guinea"@da,
        "Gine"@dav,
        "Guinea"@de,
        "Gine"@dje,
        "Giné"@dyo,
        "གྷི་ནི"@dz,
        "Gine"@ebu,
        "Guini nutome"@ee,
        "Γουινέα"@el,
        "Guinea"@en,
        "ISO 3166-1:GN"@en,
        "𐐘𐐮𐑌𐐨"@en-Dsrt,
        "Gvineo"@eo,
        "Guinea"@es,
        "Guinea"@et,
        "Ginea"@eu,
        "Giné"@ewo,
        "گینه"@fa,
        "گینیا"@fa,
        "Gine"@ff,
        "Guinea"@fi,
        "Guinea"@fil,
        "Guinea"@fo,
        "Guinée"@fr,
        "Guinee"@fur,
        "An Ghuine"@ga,
        "Gini"@gd,
        "Guinea"@gl,
        "Gineea"@gsw,
        "ગિની"@gu,
        "Gine"@guz,
        "Gini"@ha,
        "גיניאה"@he,
        "गिनी"@hi,
        "Gvineja"@hr,
        "Guinea"@hu,
        "Գվինեա"@hy,
        "Guinea"@ia,
        "Guinea"@id,
        "Gínea"@is,
        "Guinea"@it,
        "ギニア"@ja,
        "Ŋginɛ̂"@jgo,
        "Gine"@jmc,
        "გვინეა"@ka,
        "Ɣinya"@kab,
        "Gine"@kam,
        "Gine"@kde,
        "Gine"@kea,
        "Gine"@khq,
        "Gine"@ki,
        "Guinea"@kl,
        "Emetab Guinea"@kln,
        "ហ្គីណេ"@km,
        "ಗಿನಿ"@kn,
        "기니"@ko,
        "گِنی"@ks,
        "Gine"@ksb,
        "ginɛ́"@ksf,
        "Jinneha"@ksh,
        "Gíine"@lag,
        "Gini"@lg,
        "Ginɛ"@ln,
        "ກິວນີ"@lo,
        "Gvinėja"@lt,
        "Ngine"@lu,
        "Guinea"@luo,
        "Gine"@luy,
        "Gvineja"@lv,
        "Gine"@mas,
        "Gine"@mer,
        "Gine"@mfe,
        "Ginea"@mg,
        "Ugine"@mgh,
        "Гвинеја"@mk,
        "ഗ്വിനിയ"@ml,
        "गिनी"@mr,
        "Gineja"@mt,
        "Guine"@mua,
        "ဂီရာနာ"@my,
        "Guineab"@naq,
        "Guinea"@nb,
        "Guinea"@nd,
        "गिनी"@ne,
        "Guinee"@nl,
        "Guine"@nmg,
        "Guinea"@nn,
        "Gine"@nyn,
        "ଗୁଏନେଆ"@or,
        "Gwinea"@pl,
        "ګیانا"@ps,
        "Guiné"@pt,
        "Guinea"@rm,
        "Guneya"@rn,
        "Guineea"@ro,
        "Gine"@rof,
        "Гвинея"@ru,
        "Gine"@rwk,
        "Gine"@saq,
        "Gine"@sbp,
        "Guinea"@se,
        "Guiné"@seh,
        "Gine"@ses,
        "Ginëe"@sg,
        "ⵖⵉⵏⵢⴰ"@shi,
        "ɣinya"@shi-Latn,
        "ගිණියාව"@si,
        "Guinea"@sk,
        "Gvineja"@sl,
        "Guinea"@sn,
        "Gini"@so,
        "Guine"@sq,
        "Гвинеја"@sr,
        "Gvineja"@sr-Latn,
        "Guinea"@sv,
        "Gine"@swc,
        "Gine"@swh,
        "கினியா"@ta,
        "గినియా"@te,
        "Gine"@teo,
        "กินี"@th,
        "ጊኒ"@ti,
        "ጊኒ"@tig,
        "Kini"@to,
        "Gine"@tr,
        "Gine"@twq,
        "Ɣinya"@tzm,
        "Гвінея"@uk,
        "گنی"@ur,
        "ꕅꔤꕇ"@vai,
        "Gini"@vai-Latn,
        "Guinea"@vi,
        "Gine"@vun,
        "Ginea"@wae,
        "ጊኒ"@wal,
        "Gini"@xog,
        "kiiné"@yav,
        "Orílẹ́ède Gene"@yo,
        "Guinea"@zsm,
        "i-Guinea"@zu ;
    lvont:label <http://lexvo.org/id/term/afr/Guinee>,
        <http://lexvo.org/id/term/agq/Gin%C3%A8>,
        <http://lexvo.org/id/term/aka/Gini>,
        <http://lexvo.org/id/term/amh/%E1%8C%8A%E1%8A%92>,
        <http://lexvo.org/id/term/ara/%D8%BA%D9%8A%D9%86%D9%8A%D8%A7>,
        <http://lexvo.org/id/term/asa/Gine>,
        <http://lexvo.org/id/term/ast/Guinea>,
        <http://lexvo.org/id/term/aze/Qvineya>,
        <http://lexvo.org/id/term/bam/Gine>,
        <http://lexvo.org/id/term/bas/G%C3%ACn%C3%AA>,
        <http://lexvo.org/id/term/bel/%D0%93%D0%B2%D1%96%D0%BD%D0%B5%D1%8F>,
        <http://lexvo.org/id/term/ben/%E0%A6%97%E0%A6%BF%E0%A6%A8%E0%A6%BF>,
        <http://lexvo.org/id/term/bez/Hujine>,
        <http://lexvo.org/id/term/bod/%E0%BD%82%E0%BE%B7%E0%BD%B2%E0%BC%8B%E0%BD%93%E0%BD%B2%E0%BC%8B%E0%BD%A1%E0%BC%8D>,
        <http://lexvo.org/id/term/bos-Cyrl/%D0%93%D0%B2%D0%B8%D0%BD%D0%B5%D1%98%D0%B0>,
        <http://lexvo.org/id/term/bos/Gvineja>,
        <http://lexvo.org/id/term/bre/Ginea>,
        <http://lexvo.org/id/term/brx/%E0%A4%97%E0%A4%BF%E0%A4%A8%E0%A5%80>,
        <http://lexvo.org/id/term/bul/%D0%93%D0%B2%D0%B8%D0%BD%D0%B5%D1%8F>,
        <http://lexvo.org/id/term/byn/%E1%8C%8A%E1%8A%92>,
        <http://lexvo.org/id/term/cat/Guinea>,
        <http://lexvo.org/id/term/ces/Guinea>,
        <http://lexvo.org/id/term/cgg/Gine>,
        <http://lexvo.org/id/term/chr/%E1%8E%AB%E1%8F%87>,
        <http://lexvo.org/id/term/cmn-Hant/%E5%B9%BE%E5%85%A7%E4%BA%9E>,
        <http://lexvo.org/id/term/cmn/%E5%87%A0%E5%86%85%E4%BA%9A>,
        <http://lexvo.org/id/term/cym/Gini>,
        <http://lexvo.org/id/term/dan/Guinea>,
        <http://lexvo.org/id/term/dav/Gine>,
        <http://lexvo.org/id/term/deu/Guinea>,
        <http://lexvo.org/id/term/dje/Gine>,
        <http://lexvo.org/id/term/dyo/Gin%C3%A9>,
        <http://lexvo.org/id/term/dzo/%E0%BD%82%E0%BE%B7%E0%BD%B2%E0%BC%8B%E0%BD%93%E0%BD%B2>,
        <http://lexvo.org/id/term/ebu/Gine>,
        <http://lexvo.org/id/term/ell/%CE%93%CE%BF%CF%85%CE%B9%CE%BD%CE%AD%CE%B1>,
        <http://lexvo.org/id/term/eng-Dsrt/%F0%90%90%98%F0%90%90%AE%F0%90%91%8C%F0%90%90%A8>,
        <http://lexvo.org/id/term/eng/Guinea>,
        <http://lexvo.org/id/term/eng/ISO%203166-1%3AGN>,
        <http://lexvo.org/id/term/epo/Gvineo>,
        <http://lexvo.org/id/term/est/Guinea>,
        <http://lexvo.org/id/term/eus/Ginea>,
        <http://lexvo.org/id/term/ewe/Guini%20nutome>,
        <http://lexvo.org/id/term/ewo/Gin%C3%A9>,
        <http://lexvo.org/id/term/fao/Guinea>,
        <http://lexvo.org/id/term/fas/%DA%AF%DB%8C%D9%86%D9%87>,
        <http://lexvo.org/id/term/fas/%DA%AF%DB%8C%D9%86%DB%8C%D8%A7>,
        <http://lexvo.org/id/term/fil/Guinea>,
        <http://lexvo.org/id/term/fin/Guinea>,
        <http://lexvo.org/id/term/fra/Guin%C3%A9e>,
        <http://lexvo.org/id/term/ful/Gine>,
        <http://lexvo.org/id/term/fur/Guinee>,
        <http://lexvo.org/id/term/gla/Gini>,
        <http://lexvo.org/id/term/gle/An%20Ghuine>,
        <http://lexvo.org/id/term/glg/Guinea>,
        <http://lexvo.org/id/term/gsw/Gineea>,
        <http://lexvo.org/id/term/guj/%E0%AA%97%E0%AA%BF%E0%AA%A8%E0%AB%80>,
        <http://lexvo.org/id/term/guz/Gine>,
        <http://lexvo.org/id/term/hau/Gini>,
        <http://lexvo.org/id/term/heb/%D7%92%D7%99%D7%A0%D7%99%D7%90%D7%94>,
        <http://lexvo.org/id/term/hin/%E0%A4%97%E0%A4%BF%E0%A4%A8%E0%A5%80>,
        <http://lexvo.org/id/term/hrv/Gvineja>,
        <http://lexvo.org/id/term/hun/Guinea>,
        <http://lexvo.org/id/term/hye/%D4%B3%D5%BE%D5%AB%D5%B6%D5%A5%D5%A1>,
        <http://lexvo.org/id/term/ina/Guinea>,
        <http://lexvo.org/id/term/ind/Guinea>,
        <http://lexvo.org/id/term/isl/G%C3%ADnea>,
        <http://lexvo.org/id/term/ita/Guinea>,
        <http://lexvo.org/id/term/jgo/%C5%8Agin%C9%9B%CC%82>,
        <http://lexvo.org/id/term/jmc/Gine>,
        <http://lexvo.org/id/term/jpn/%E3%82%AE%E3%83%8B%E3%82%A2>,
        <http://lexvo.org/id/term/kab/%C6%94inya>,
        <http://lexvo.org/id/term/kal/Guinea>,
        <http://lexvo.org/id/term/kam/Gine>,
        <http://lexvo.org/id/term/kan/%E0%B2%97%E0%B2%BF%E0%B2%A8%E0%B2%BF>,
        <http://lexvo.org/id/term/kas/%DA%AF%D9%90%D9%86%DB%8C>,
        <http://lexvo.org/id/term/kat/%E1%83%92%E1%83%95%E1%83%98%E1%83%9C%E1%83%94%E1%83%90>,
        <http://lexvo.org/id/term/kde/Gine>,
        <http://lexvo.org/id/term/kea/Gine>,
        <http://lexvo.org/id/term/khm/%E1%9E%A0%E1%9F%92%E1%9E%82%E1%9E%B8%E1%9E%8E%E1%9F%81>,
        <http://lexvo.org/id/term/khq/Gine>,
        <http://lexvo.org/id/term/kik/Gine>,
        <http://lexvo.org/id/term/kln/Emetab%20Guinea>,
        <http://lexvo.org/id/term/kor/%EA%B8%B0%EB%8B%88>,
        <http://lexvo.org/id/term/ksb/Gine>,
        <http://lexvo.org/id/term/ksf/gin%C9%9B%CC%81>,
        <http://lexvo.org/id/term/ksh/Jinneha>,
        <http://lexvo.org/id/term/lag/G%C3%ADine>,
        <http://lexvo.org/id/term/lao/%E0%BA%81%E0%BA%B4%E0%BA%A7%E0%BA%99%E0%BA%B5>,
        <http://lexvo.org/id/term/lav/Gvineja>,
        <http://lexvo.org/id/term/lin/Gin%C9%9B>,
        <http://lexvo.org/id/term/lit/Gvin%C4%97ja>,
        <http://lexvo.org/id/term/lub/Ngine>,
        <http://lexvo.org/id/term/lug/Gini>,
        <http://lexvo.org/id/term/luo/Guinea>,
        <http://lexvo.org/id/term/luy/Gine>,
        <http://lexvo.org/id/term/mal/%E0%B4%97%E0%B5%8D%E0%B4%B5%E0%B4%BF%E0%B4%A8%E0%B4%BF%E0%B4%AF>,
        <http://lexvo.org/id/term/mar/%E0%A4%97%E0%A4%BF%E0%A4%A8%E0%A5%80>,
        <http://lexvo.org/id/term/mas/Gine>,
        <http://lexvo.org/id/term/mer/Gine>,
        <http://lexvo.org/id/term/mfe/Gine>,
        <http://lexvo.org/id/term/mgh/Ugine>,
        <http://lexvo.org/id/term/mkd/%D0%93%D0%B2%D0%B8%D0%BD%D0%B5%D1%98%D0%B0>,
        <http://lexvo.org/id/term/mlg/Ginea>,
        <http://lexvo.org/id/term/mlt/Gineja>,
        <http://lexvo.org/id/term/mua/Guine>,
        <http://lexvo.org/id/term/mya/%E1%80%82%E1%80%AE%E1%80%9B%E1%80%AC%E1%80%94%E1%80%AC>,
        <http://lexvo.org/id/term/naq/Guineab>,
        <http://lexvo.org/id/term/nde/Guinea>,
        <http://lexvo.org/id/term/nep/%E0%A4%97%E0%A4%BF%E0%A4%A8%E0%A5%80>,
        <http://lexvo.org/id/term/nld/Guinee>,
        <http://lexvo.org/id/term/nmg/Guine>,
        <http://lexvo.org/id/term/nno/Guinea>,
        <http://lexvo.org/id/term/nob/Guinea>,
        <http://lexvo.org/id/term/nyn/Gine>,
        <http://lexvo.org/id/term/ori/%E0%AC%97%E0%AD%81%E0%AC%8F%E0%AC%A8%E0%AD%87%E0%AC%86>,
        <http://lexvo.org/id/term/pol/Gwinea>,
        <http://lexvo.org/id/term/por/Guin%C3%A9>,
        <http://lexvo.org/id/term/pus/%DA%AB%DB%8C%D8%A7%D9%86%D8%A7>,
        <http://lexvo.org/id/term/rof/Gine>,
        <http://lexvo.org/id/term/roh/Guinea>,
        <http://lexvo.org/id/term/ron/Guineea>,
        <http://lexvo.org/id/term/run/Guneya>,
        <http://lexvo.org/id/term/rus/%D0%93%D0%B2%D0%B8%D0%BD%D0%B5%D1%8F>,
        <http://lexvo.org/id/term/rwk/Gine>,
        <http://lexvo.org/id/term/sag/Gin%C3%ABe>,
        <http://lexvo.org/id/term/saq/Gine>,
        <http://lexvo.org/id/term/sbp/Gine>,
        <http://lexvo.org/id/term/seh/Guin%C3%A9>,
        <http://lexvo.org/id/term/ses/Gine>,
        <http://lexvo.org/id/term/shi-Latn/%C9%A3inya>,
        <http://lexvo.org/id/term/shi/%E2%B5%96%E2%B5%89%E2%B5%8F%E2%B5%A2%E2%B4%B0>,
        <http://lexvo.org/id/term/sin/%E0%B6%9C%E0%B7%92%E0%B6%AB%E0%B7%92%E0%B6%BA%E0%B7%8F%E0%B7%80>,
        <http://lexvo.org/id/term/slk/Guinea>,
        <http://lexvo.org/id/term/slv/Gvineja>,
        <http://lexvo.org/id/term/sme/Guinea>,
        <http://lexvo.org/id/term/sna/Guinea>,
        <http://lexvo.org/id/term/som/Gini>,
        <http://lexvo.org/id/term/spa/Guinea>,
        <http://lexvo.org/id/term/sqi/Guine>,
        <http://lexvo.org/id/term/srp-Latn/Gvineja>,
        <http://lexvo.org/id/term/srp/%D0%93%D0%B2%D0%B8%D0%BD%D0%B5%D1%98%D0%B0>,
        <http://lexvo.org/id/term/swc/Gine>,
        <http://lexvo.org/id/term/swe/Guinea>,
        <http://lexvo.org/id/term/swh/Gine>,
        <http://lexvo.org/id/term/tam/%E0%AE%95%E0%AE%BF%E0%AE%A9%E0%AE%BF%E0%AE%AF%E0%AE%BE>,
        <http://lexvo.org/id/term/tel/%E0%B0%97%E0%B0%BF%E0%B0%A8%E0%B0%BF%E0%B0%AF%E0%B0%BE>,
        <http://lexvo.org/id/term/teo/Gine>,
        <http://lexvo.org/id/term/tha/%E0%B8%81%E0%B8%B4%E0%B8%99%E0%B8%B5>,
        <http://lexvo.org/id/term/tig/%E1%8C%8A%E1%8A%92>,
        <http://lexvo.org/id/term/tir/%E1%8C%8A%E1%8A%92>,
        <http://lexvo.org/id/term/ton/Kini>,
        <http://lexvo.org/id/term/tur/Gine>,
        <http://lexvo.org/id/term/twq/Gine>,
        <http://lexvo.org/id/term/tzm/%C6%94inya>,
        <http://lexvo.org/id/term/ukr/%D0%93%D0%B2%D1%96%D0%BD%D0%B5%D1%8F>,
        <http://lexvo.org/id/term/urd/%DA%AF%D9%86%DB%8C>,
        <http://lexvo.org/id/term/vai-Latn/Gini>,
        <http://lexvo.org/id/term/vai/%EA%95%85%EA%94%A4%EA%95%87>,
        <http://lexvo.org/id/term/vie/Guinea>,
        <http://lexvo.org/id/term/vun/Gine>,
        <http://lexvo.org/id/term/wae/Ginea>,
        <http://lexvo.org/id/term/wal/%E1%8C%8A%E1%8A%92>,
        <http://lexvo.org/id/term/xog/Gini>,
        <http://lexvo.org/id/term/yav/kiin%C3%A9>,
        <http://lexvo.org/id/term/yor/Or%C3%ADl%E1%BA%B9%CC%81%C3%A8de%20Gene>,
        <http://lexvo.org/id/term/zsm/Guinea>,
        <http://lexvo.org/id/term/zul/i-Guinea> ;
    owl:sameAs <http://psi.oasis-open.org/iso/3166/#324>,
        <http://sws.geonames.org/2420477/> .

<http://lexvo.org/id/iso3166/GP> a lvont:GeographicRegion ;
    rdfs:label "Guadeloupe"@af,
        "Gwadalukpɛ̀"@agq,
        "Guwadelup"@ak,
        "ጉዋደሉፕ"@am,
        "جوادلوب"@ar,
        "Gwadelupe"@asa,
        "Guadalupe"@ast,
        "Qvadalup"@az,
        "Gwàdèlûp"@bas,
        "Гвадэлупа"@be,
        "Hugwadelupe"@bez,
        "Гваделупа"@bg,
        "Gwadelup"@bm,
        "গুয়াদেলৌপ"@bn,
        "Gwadeloup"@br,
        "ग्वादलुप"@brx,
        "Gvadelupe"@bs,
        "Гваделупе"@bs-Cyrl,
        "Guadeloupe"@ca,
        "Gwaderupe"@cgg,
        "ᏩᏓᎷᏇ"@chr,
        "瓜德罗普岛"@cmn,
        "瓜德罗普"@cmn-Hans,
        "哥德普洛"@cmn-Hant,
        "Guadeloupe"@cs,
        "Guadeloupe"@cy,
        "Guadeloupe"@da,
        "Gwadelupe"@dav,
        "Guadeloupe"@de,
        "Gwadeluup"@dje,
        "Guwadalup"@dyo,
        "གོ་ཌེ་ལུ་པེ"@dz,
        "Gwadelupe"@ebu,
        "Guadelupe nutome"@ee,
        "Γουαδελούπη"@el,
        "Guadeloupe"@en,
        "ISO 3166-1:GP"@en,
        "𐐘𐐶𐐪𐐼𐐲𐑊𐐭𐐹"@en-Dsrt,
        "Gvadelupo"@eo,
        "Guadalupe"@es,
        "Guadeloupe"@et,
        "Guadalupe"@eu,
        "Guadəlúb"@ewo,
        "گوادلوپ"@fa,
        "Gwaadalup"@ff,
        "Guadeloupe"@fi,
        "Guadeloupe"@fil,
        "Guadeloupe"@fo,
        "Guadeloupe"@fr,
        "Guadalupe"@fur,
        "Guadalúip"@ga,
        "Guadalup"@gd,
        "Guadalupe"@gl,
        "Guadälup"@gsw,
        "ગ્વાડેલોપ"@gu,
        "Gwadelupe"@guz,
        "Gwadaluf"@ha,
        "גוואדלופ"@he,
        "ग्वाडेलोप"@hi,
        "Guadeloupe"@hr,
        "Guadeloupe"@hu,
        "Guadeloupe"@id,
        "Gvadelúpeyjar"@is,
        "Guadalupa"@it,
        "グアドループ"@ja,
        "Gwadelupe"@jmc,
        "გვადელუპე"@ka,
        "Gwadalupi"@kab,
        "Gwadelupe"@kam,
        "Gwadelupe"@kde,
        "Guadalupi"@kea,
        "Gwadeluup"@khq,
        "Gwadelupe"@ki,
        "Guadeloupe"@kl,
        "Emetab Guadeloupe"@kln,
        "ហ្គោដឺឡុប"@km,
        "ಗುಡೆಲೋಪ್"@kn,
        "과들루프"@ko,
        "گَواڑیلوپ"@ks,
        "Gwadelupe"@ksb,
        "gwadɛlúp"@ksf,
        "Juadelupp"@ksh,
        "Gwadelúupe"@lag,
        "Gwadalupe"@lg,
        "Gwadɛlupɛ"@ln,
        "ກວດເດລູບ"@lo,
        "Gvadelupė"@lt,
        "Ngwadelupe"@lu,
        "Guadeloupe"@luo,
        "Gwadelupe"@luy,
        "Gvadelupa"@lv,
        "Gwadelupe"@mas,
        "Gwadelupe"@mer,
        "Guadloup"@mfe,
        "Goadelopy"@mg,
        "Ugwadelupe"@mgh,
        "Гвадалупе"@mk,
        "ഗുവാഡെലോപ്"@ml,
        "ग्वाडेलोउपे"@mr,
        "Gwadelupe"@mt,
        "Sǝr Gwadeloupǝ"@mua,
        "Guadeloupe"@naq,
        "Guadeloupe"@nb,
        "Guadeloupe"@nd,
        "ग्वाडेलुप"@ne,
        "Guadeloupe"@nl,
        "Guadeloup"@nmg,
        "Guadeloupe"@nn,
        "Gwaderupe"@nyn,
        "ଗୌଡେଲୌପେ"@or,
        "Gwadelupa"@pl,
        "Guadalupe"@pt,
        "Guadeloupe"@rm,
        "Gwadelupe"@rn,
        "Guadelupa"@ro,
        "Gwadelupe"@rof,
        "Гваделупа"@ru,
        "Gwadelupe"@rwk,
        "Gwadelupe"@saq,
        "Gwadelupe"@sbp,
        "Guadeloupe"@se,
        "Guadalupe"@seh,
        "Gwadeluup"@ses,
        "Guadelûpu"@sg,
        "ⴳⵡⴰⴷⴰⵍⵓⴱ"@shi,
        "gwadalub"@shi-Latn,
        "ග්වෝඩලෝප්"@si,
        "Guadeloupe"@sk,
        "Gvadalupe"@sl,
        "Guadeloupe"@sn,
        "Guadeloupe"@so,
        "Гваделупе"@sr,
        "Gvadelupe"@sr-Latn,
        "Guadeloupe"@sv,
        "Gwadelupe"@swc,
        "Gwadelupe"@swh,
        "க்வாதேலோப்"@ta,
        "గ్వాడేలోప్"@te,
        "Gwadelupe"@teo,
        "กวาเดอลูป"@th,
        "ጉዋደሉፕ"@ti,
        "Kuatalupe"@to,
        "Guadalupe"@tr,
        "Gwadeluup"@twq,
        "Gwadalup"@tzm,
        "Гваделупа"@uk,
        "گواڈیلوپ"@ur,
        "ꖶꕎꔐꖨꔅ"@vai,
        "Guwadelupe"@vai-Latn,
        "Guadeloupe"@vi,
        "Gwadelupe"@vun,
        "Guadeloupe"@wae,
        "Gwadalupe"@xog,
        "kuatelúup"@yav,
        "Orílẹ́ède Gadelope"@yo,
        "Guadeloupe"@zsm,
        "i-Guadeloupe"@zu ;
    lvont:label <http://lexvo.org/id/term/afr/Guadeloupe>,
        <http://lexvo.org/id/term/agq/Gwadalukp%C9%9B%CC%80>,
        <http://lexvo.org/id/term/aka/Guwadelup>,
        <http://lexvo.org/id/term/amh/%E1%8C%89%E1%8B%8B%E1%8B%B0%E1%88%89%E1%8D%95>,
        <http://lexvo.org/id/term/ara/%D8%AC%D9%88%D8%A7%D8%AF%D9%84%D9%88%D8%A8>,
        <http://lexvo.org/id/term/asa/Gwadelupe>,
        <http://lexvo.org/id/term/ast/Guadalupe>,
        <http://lexvo.org/id/term/aze/Qvadalup>,
        <http://lexvo.org/id/term/bam/Gwadelup>,
        <http://lexvo.org/id/term/bas/Gw%C3%A0d%C3%A8l%C3%BBp>,
        <http://lexvo.org/id/term/bel/%D0%93%D0%B2%D0%B0%D0%B4%D1%8D%D0%BB%D1%83%D0%BF%D0%B0>,
        <http://lexvo.org/id/term/ben/%E0%A6%97%E0%A7%81%E0%A6%AF%E0%A6%BC%E0%A6%BE%E0%A6%A6%E0%A7%87%E0%A6%B2%E0%A7%8C%E0%A6%AA>,
        <http://lexvo.org/id/term/bez/Hugwadelupe>,
        <http://lexvo.org/id/term/bos-Cyrl/%D0%93%D0%B2%D0%B0%D0%B4%D0%B5%D0%BB%D1%83%D0%BF%D0%B5>,
        <http://lexvo.org/id/term/bos/Gvadelupe>,
        <http://lexvo.org/id/term/bre/Gwadeloup>,
        <http://lexvo.org/id/term/brx/%E0%A4%97%E0%A5%8D%E0%A4%B5%E0%A4%BE%E0%A4%A6%E0%A4%B2%E0%A5%81%E0%A4%AA>,
        <http://lexvo.org/id/term/bul/%D0%93%D0%B2%D0%B0%D0%B4%D0%B5%D0%BB%D1%83%D0%BF%D0%B0>,
        <http://lexvo.org/id/term/cat/Guadeloupe>,
        <http://lexvo.org/id/term/ces/Guadeloupe>,
        <http://lexvo.org/id/term/cgg/Gwaderupe>,
        <http://lexvo.org/id/term/chr/%E1%8F%A9%E1%8F%93%E1%8E%B7%E1%8F%87>,
        <http://lexvo.org/id/term/cmn-Hans/%E7%93%9C%E5%BE%B7%E7%BD%97%E6%99%AE>,
        <http://lexvo.org/id/term/cmn-Hant/%E5%93%A5%E5%BE%B7%E6%99%AE%E6%B4%9B>,
        <http://lexvo.org/id/term/cmn/%E7%93%9C%E5%BE%B7%E7%BD%97%E6%99%AE%E5%B2%9B>,
        <http://lexvo.org/id/term/cym/Guadeloupe>,
        <http://lexvo.org/id/term/dan/Guadeloupe>,
        <http://lexvo.org/id/term/dav/Gwadelupe>,
        <http://lexvo.org/id/term/deu/Guadeloupe>,
        <http://lexvo.org/id/term/dje/Gwadeluup>,
        <http://lexvo.org/id/term/dyo/Guwadalup>,
        <http://lexvo.org/id/term/dzo/%E0%BD%82%E0%BD%BC%E0%BC%8B%E0%BD%8C%E0%BD%BA%E0%BC%8B%E0%BD%A3%E0%BD%B4%E0%BC%8B%E0%BD%94%E0%BD%BA>,
        <http://lexvo.org/id/term/ebu/Gwadelupe>,
        <http://lexvo.org/id/term/ell/%CE%93%CE%BF%CF%85%CE%B1%CE%B4%CE%B5%CE%BB%CE%BF%CF%8D%CF%80%CE%B7>,
        <http://lexvo.org/id/term/eng-Dsrt/%F0%90%90%98%F0%90%90%B6%F0%90%90%AA%F0%90%90%BC%F0%90%90%B2%F0%90%91%8A%F0%90%90%AD%F0%90%90%B9>,
        <http://lexvo.org/id/term/eng/Guadeloupe>,
        <http://lexvo.org/id/term/eng/ISO%203166-1%3AGP>,
        <http://lexvo.org/id/term/epo/Gvadelupo>,
        <http://lexvo.org/id/term/est/Guadeloupe>,
        <http://lexvo.org/id/term/eus/Guadalupe>,
        <http://lexvo.org/id/term/ewe/Guadelupe%20nutome>,
        <http://lexvo.org/id/term/ewo/Guad%C9%99l%C3%BAb>,
        <http://lexvo.org/id/term/fao/Guadeloupe>,
        <http://lexvo.org/id/term/fas/%DA%AF%D9%88%D8%A7%D8%AF%D9%84%D9%88%D9%BE>,
        <http://lexvo.org/id/term/fil/Guadeloupe>,
        <http://lexvo.org/id/term/fin/Guadeloupe>,
        <http://lexvo.org/id/term/fra/Guadeloupe>,
        <http://lexvo.org/id/term/ful/Gwaadalup>,
        <http://lexvo.org/id/term/fur/Guadalupe>,
        <http://lexvo.org/id/term/gla/Guadalup>,
        <http://lexvo.org/id/term/gle/Guadal%C3%BAip>,
        <http://lexvo.org/id/term/glg/Guadalupe>,
        <http://lexvo.org/id/term/gsw/Guad%C3%A4lup>,
        <http://lexvo.org/id/term/guj/%E0%AA%97%E0%AB%8D%E0%AA%B5%E0%AA%BE%E0%AA%A1%E0%AB%87%E0%AA%B2%E0%AB%8B%E0%AA%AA>,
        <http://lexvo.org/id/term/guz/Gwadelupe>,
        <http://lexvo.org/id/term/hau/Gwadaluf>,
        <http://lexvo.org/id/term/heb/%D7%92%D7%95%D7%95%D7%90%D7%93%D7%9C%D7%95%D7%A4>,
        <http://lexvo.org/id/term/hin/%E0%A4%97%E0%A5%8D%E0%A4%B5%E0%A4%BE%E0%A4%A1%E0%A5%87%E0%A4%B2%E0%A5%8B%E0%A4%AA>,
        <http://lexvo.org/id/term/hrv/Guadeloupe>,
        <http://lexvo.org/id/term/hun/Guadeloupe>,
        <http://lexvo.org/id/term/ind/Guadeloupe>,
        <http://lexvo.org/id/term/isl/Gvadel%C3%BApeyjar>,
        <http://lexvo.org/id/term/ita/Guadalupa>,
        <http://lexvo.org/id/term/jmc/Gwadelupe>,
        <http://lexvo.org/id/term/jpn/%E3%82%B0%E3%82%A2%E3%83%89%E3%83%AB%E3%83%BC%E3%83%97>,
        <http://lexvo.org/id/term/kab/Gwadalupi>,
        <http://lexvo.org/id/term/kal/Guadeloupe>,
        <http://lexvo.org/id/term/kam/Gwadelupe>,
        <http://lexvo.org/id/term/kan/%E0%B2%97%E0%B3%81%E0%B2%A1%E0%B3%86%E0%B2%B2%E0%B3%8B%E0%B2%AA%E0%B3%8D>,
        <http://lexvo.org/id/term/kas/%DA%AF%D9%8E%D9%88%D8%A7%DA%91%DB%8C%D9%84%D9%88%D9%BE>,
        <http://lexvo.org/id/term/kat/%E1%83%92%E1%83%95%E1%83%90%E1%83%93%E1%83%94%E1%83%9A%E1%83%A3%E1%83%9E%E1%83%94>,
        <http://lexvo.org/id/term/kde/Gwadelupe>,
        <http://lexvo.org/id/term/kea/Guadalupi>,
        <http://lexvo.org/id/term/khm/%E1%9E%A0%E1%9F%92%E1%9E%82%E1%9F%84%E1%9E%8A%E1%9E%BA%E1%9E%A1%E1%9E%BB%E1%9E%94>,
        <http://lexvo.org/id/term/khq/Gwadeluup>,
        <http://lexvo.org/id/term/kik/Gwadelupe>,
        <http://lexvo.org/id/term/kln/Emetab%20Guadeloupe>,
        <http://lexvo.org/id/term/kor/%EA%B3%BC%EB%93%A4%EB%A3%A8%ED%94%84>,
        <http://lexvo.org/id/term/ksb/Gwadelupe>,
        <http://lexvo.org/id/term/ksf/gwad%C9%9Bl%C3%BAp>,
        <http://lexvo.org/id/term/ksh/Juadelupp>,
        <http://lexvo.org/id/term/lag/Gwadel%C3%BAupe>,
        <http://lexvo.org/id/term/lao/%E0%BA%81%E0%BA%A7%E0%BA%94%E0%BB%80%E0%BA%94%E0%BA%A5%E0%BA%B9%E0%BA%9A>,
        <http://lexvo.org/id/term/lav/Gvadelupa>,
        <http://lexvo.org/id/term/lin/Gwad%C9%9Blup%C9%9B>,
        <http://lexvo.org/id/term/lit/Gvadelup%C4%97>,
        <http://lexvo.org/id/term/lub/Ngwadelupe>,
        <http://lexvo.org/id/term/lug/Gwadalupe>,
        <http://lexvo.org/id/term/luo/Guadeloupe>,
        <http://lexvo.org/id/term/luy/Gwadelupe>,
        <http://lexvo.org/id/term/mal/%E0%B4%97%E0%B5%81%E0%B4%B5%E0%B4%BE%E0%B4%A1%E0%B5%86%E0%B4%B2%E0%B5%8B%E0%B4%AA%E0%B5%8D>,
        <http://lexvo.org/id/term/mar/%E0%A4%97%E0%A5%8D%E0%A4%B5%E0%A4%BE%E0%A4%A1%E0%A5%87%E0%A4%B2%E0%A5%8B%E0%A4%89%E0%A4%AA%E0%A5%87>,
        <http://lexvo.org/id/term/mas/Gwadelupe>,
        <http://lexvo.org/id/term/mer/Gwadelupe>,
        <http://lexvo.org/id/term/mfe/Guadloup>,
        <http://lexvo.org/id/term/mgh/Ugwadelupe>,
        <http://lexvo.org/id/term/mkd/%D0%93%D0%B2%D0%B0%D0%B4%D0%B0%D0%BB%D1%83%D0%BF%D0%B5>,
        <http://lexvo.org/id/term/mlg/Goadelopy>,
        <http://lexvo.org/id/term/mlt/Gwadelupe>,
        <http://lexvo.org/id/term/mua/S%C7%9Dr%20Gwadeloup%C7%9D>,
        <http://lexvo.org/id/term/naq/Guadeloupe>,
        <http://lexvo.org/id/term/nde/Guadeloupe>,
        <http://lexvo.org/id/term/nep/%E0%A4%97%E0%A5%8D%E0%A4%B5%E0%A4%BE%E0%A4%A1%E0%A5%87%E0%A4%B2%E0%A5%81%E0%A4%AA>,
        <http://lexvo.org/id/term/nld/Guadeloupe>,
        <http://lexvo.org/id/term/nmg/Guadeloup>,
        <http://lexvo.org/id/term/nno/Guadeloupe>,
        <http://lexvo.org/id/term/nob/Guadeloupe>,
        <http://lexvo.org/id/term/nyn/Gwaderupe>,
        <http://lexvo.org/id/term/ori/%E0%AC%97%E0%AD%8C%E0%AC%A1%E0%AD%87%E0%AC%B2%E0%AD%8C%E0%AC%AA%E0%AD%87>,
        <http://lexvo.org/id/term/pol/Gwadelupa>,
        <http://lexvo.org/id/term/por/Guadalupe>,
        <http://lexvo.org/id/term/rof/Gwadelupe>,
        <http://lexvo.org/id/term/roh/Guadeloupe>,
        <http://lexvo.org/id/term/ron/Guadelupa>,
        <http://lexvo.org/id/term/run/Gwadelupe>,
        <http://lexvo.org/id/term/rus/%D0%93%D0%B2%D0%B0%D0%B4%D0%B5%D0%BB%D1%83%D0%BF%D0%B0>,
        <http://lexvo.org/id/term/rwk/Gwadelupe>,
        <http://lexvo.org/id/term/sag/Guadel%C3%BBpu>,
        <http://lexvo.org/id/term/saq/Gwadelupe>,
        <http://lexvo.org/id/term/sbp/Gwadelupe>,
        <http://lexvo.org/id/term/seh/Guadalupe>,
        <http://lexvo.org/id/term/ses/Gwadeluup>,
        <http://lexvo.org/id/term/shi-Latn/gwadalub>,
        <http://lexvo.org/id/term/shi/%E2%B4%B3%E2%B5%A1%E2%B4%B0%E2%B4%B7%E2%B4%B0%E2%B5%8D%E2%B5%93%E2%B4%B1>,
        <http://lexvo.org/id/term/sin/%E0%B6%9C%E0%B7%8A%E0%B7%80%E0%B7%9D%E0%B6%A9%E0%B6%BD%E0%B7%9D%E0%B6%B4%E0%B7%8A>,
        <http://lexvo.org/id/term/slk/Guadeloupe>,
        <http://lexvo.org/id/term/slv/Gvadalupe>,
        <http://lexvo.org/id/term/sme/Guadeloupe>,
        <http://lexvo.org/id/term/sna/Guadeloupe>,
        <http://lexvo.org/id/term/som/Guadeloupe>,
        <http://lexvo.org/id/term/spa/Guadalupe>,
        <http://lexvo.org/id/term/srp-Latn/Gvadelupe>,
        <http://lexvo.org/id/term/srp/%D0%93%D0%B2%D0%B0%D0%B4%D0%B5%D0%BB%D1%83%D0%BF%D0%B5>,
        <http://lexvo.org/id/term/swc/Gwadelupe>,
        <http://lexvo.org/id/term/swe/Guadeloupe>,
        <http://lexvo.org/id/term/swh/Gwadelupe>,
        <http://lexvo.org/id/term/tam/%E0%AE%95%E0%AF%8D%E0%AE%B5%E0%AE%BE%E0%AE%A4%E0%AF%87%E0%AE%B2%E0%AF%8B%E0%AE%AA%E0%AF%8D>,
        <http://lexvo.org/id/term/tel/%E0%B0%97%E0%B1%8D%E0%B0%B5%E0%B0%BE%E0%B0%A1%E0%B1%87%E0%B0%B2%E0%B1%8B%E0%B0%AA%E0%B1%8D>,
        <http://lexvo.org/id/term/teo/Gwadelupe>,
        <http://lexvo.org/id/term/tha/%E0%B8%81%E0%B8%A7%E0%B8%B2%E0%B9%80%E0%B8%94%E0%B8%AD%E0%B8%A5%E0%B8%B9%E0%B8%9B>,
        <http://lexvo.org/id/term/tir/%E1%8C%89%E1%8B%8B%E1%8B%B0%E1%88%89%E1%8D%95>,
        <http://lexvo.org/id/term/ton/Kuatalupe>,
        <http://lexvo.org/id/term/tur/Guadalupe>,
        <http://lexvo.org/id/term/twq/Gwadeluup>,
        <http://lexvo.org/id/term/tzm/Gwadalup>,
        <http://lexvo.org/id/term/ukr/%D0%93%D0%B2%D0%B0%D0%B4%D0%B5%D0%BB%D1%83%D0%BF%D0%B0>,
        <http://lexvo.org/id/term/urd/%DA%AF%D9%88%D8%A7%DA%88%DB%8C%D9%84%D9%88%D9%BE>,
        <http://lexvo.org/id/term/vai-Latn/Guwadelupe>,
        <http://lexvo.org/id/term/vai/%EA%96%B6%EA%95%8E%EA%94%90%EA%96%A8%EA%94%85>,
        <http://lexvo.org/id/term/vie/Guadeloupe>,
        <http://lexvo.org/id/term/vun/Gwadelupe>,
        <http://lexvo.org/id/term/wae/Guadeloupe>,
        <http://lexvo.org/id/term/xog/Gwadalupe>,
        <http://lexvo.org/id/term/yav/kuatel%C3%BAup>,
        <http://lexvo.org/id/term/yor/Or%C3%ADl%E1%BA%B9%CC%81%C3%A8de%20Gadelope>,
        <http://lexvo.org/id/term/zsm/Guadeloupe>,
        <http://lexvo.org/id/term/zul/i-Guadeloupe> ;
    owl:sameAs <http://psi.oasis-open.org/iso/3166/#312>,
        <http://sws.geonames.org/3579143/> .

<http://lexvo.org/id/iso3166/GQ> a lvont:GeographicRegion ;
    rdfs:label "Ekwatoriaal-Guinee"@af,
        "Èkwɛ̀tolia Ginè"@agq,
        "Gini Ikuweta"@ak,
        "ኢኳቶሪያል ጊኒ"@am,
        "غينيا الإستوائية"@ar,
        "Ginekweta"@asa,
        "Guinea Ecuatorial"@ast,
        "Ekvator Qineya"@az,
        "Gìne Èkwàtorìà"@bas,
        "Экватарыяльная Гвінея"@be,
        "Huginekweta"@bez,
        "Екваториална Гвинея"@bg,
        "Gine ekwatɔri"@bm,
        "নিরক্ষীয় গিনি"@bn,
        "Ginea ar Cʼheheder"@br,
        "इक्वेटोरियल गिनी"@brx,
        "Ekvatorijalna Gvineja"@bs,
        "Екваторијална Гвинеја"@bs-Cyrl,
        "ኢኳቶሪያል ጊኒ"@byn,
        "Guinea Equatorial"@ca,
        "Guni"@cgg,
        "ᎡᏆᏙᎵᎠᎵ ᎩᎢᏂ"@chr,
        "赤道几内亚"@cmn,
        "赤道幾內亞"@cmn-Hant,
        "Rovníková Guinea"@cs,
        "Gini Gyhydeddol"@cy,
        "Ækvatorialguinea"@da,
        "Ginekweta"@dav,
        "Äquatorialguinea"@de,
        "Ginee Ekwatorial"@dje,
        "ཨེ་ཀུ་ཊོ་རེལ་ གི་ནི"@dz,
        "Ginekweta"@ebu,
        "Ekuatorial Guini nutome"@ee,
        "Ισημερινή Γουινέα"@el,
        "Equatorial Guinea"@en,
        "ISO 3166-1:GQ"@en,
        "𐐇𐐿𐐶𐐲𐐻𐐱𐑉𐐨𐐲𐑊 𐐘𐐮𐑌𐐨"@en-Dsrt,
        "Ekvatora Gvineo"@eo,
        "Guinea Ecuatorial"@es,
        "Ekvatoriaal-Guinea"@et,
        "Ekuatore Ginea"@eu,
        "Giné Ekwató"@ewo,
        "گینهٔ استوایی"@fa,
        "گینیا استوایی"@fa,
        "Ginee Ekuwaatoriyaal"@ff,
        "Päiväntasaajan Guinea"@fi,
        "Equatorial Guinea"@fil,
        "Ekvator Guinea"@fo,
        "Guinée équatoriale"@fr,
        "Guinee ecuatoriâl"@fur,
        "An Ghuine Mheánchriosach"@ga,
        "Gini Mheadhan-Chriosach"@gd,
        "Guinea Ecuatorial"@gl,
        "Äquatoriaalgineea"@gsw,
        "ઇક્વેટોરિયલ ગિની"@gu,
        "Ginekweta"@guz,
        "Gini Ta Ikwaita"@ha,
        "גיניאה המשוונית"@he,
        "इक्वेटोरियल गिनी"@hi,
        "Ekvatorska Gvineja"@hr,
        "Egyenlítői-Guinea"@hu,
        "Հասարակածային Գվինեա"@hy,
        "Guinea equatorial"@ia,
        "Guinea Ekuatorial"@id,
        "Miðbaugs-Gínea"@is,
        "Guinea Equatoriale"@it,
        "赤道ギニア"@ja,
        "Ŋɡinɛ̂ Ɛkwɑtɔliyɑ̂l"@jgo,
        "Ginekweta"@jmc,
        "ეკვატორული გვინეა"@ka,
        "Ɣinya Tasebgast"@kab,
        "Ginekweta"@kam,
        "Ginekweta"@kde,
        "Gine Ekuatorial"@kea,
        "Ginee Ekwatorial"@khq,
        "Ginekweta"@ki,
        "Emetab Equatorial Guinea"@kln,
        "ហ្គីណេអេក្វាទ័រ"@km,
        "ಈಕ್ವೆಟೋರಿಯಲ್ ಗಿನಿ"@kn,
        "적도 기니"@ko,
        "اِکوِٹورِیَل گِنی"@ks,
        "Ginekweta"@ksb,
        "ginɛ́ ɛkwatɔrial"@ksf,
        "Äquatorial Jineeja"@ksh,
        "Gíine Ikwéeta"@lag,
        "Gayana ey'oku ekweta"@lg,
        "Ginɛ́kwatɛ́lɛ"@ln,
        "ອີຄົວໂທເລຍກີເນຍ"@lo,
        "Pusiaujo Gvinėja"@lt,
        "Gine Ekwatele"@lu,
        "Equatorial Guinea"@luo,
        "Ginekweta"@luy,
        "Ekvatoriālā Gvineja"@lv,
        "Ginekweta"@mas,
        "Gine ya Iquita"@mer,
        "Gine ekwatoryal"@mfe,
        "Guinea Ekoatera"@mg,
        "Екваторска Гвинеја"@mk,
        "ഇക്വിറ്റോറിയൽ ഗ്വിനിയ"@ml,
        "इक्वेटोरियल गिनी"@mr,
        "Ginea Ekwatorjali"@mt,
        "Sǝr Guine"@mua,
        "အီကွေတာ ဂီရာနာ"@my,
        "Equatorial Guineab"@naq,
        "Ekvatorial-Guinea"@nb,
        "Equatorial Guinea"@nd,
        "भू-मध्यीय गिनी"@ne,
        "Equatoriaal-Guinea"@nl,
        "Guine Ekuatorial"@nmg,
        "Ekvatorial-Guinea"@nn,
        "Guni"@nyn,
        "ଇକ୍ବାଟେରିଆଲ୍ ଗୁଇନିଆ"@or,
        "Gwinea Równikowa"@pl,
        "Guiné Equatorial"@pt,
        "Guinea Equatoriala"@rm,
        "Gineya Ekwatoriyali"@rn,
        "Guineea Ecuatorială"@ro,
        "Ginekweta"@rof,
        "Экваториальная Гвинея"@ru,
        "Ginekweta"@rwk,
        "Ginekweta"@saq,
        "Ginekweta"@sbp,
        "Ekvatoriála Guinea"@se,
        "Guiné Equatorial"@seh,
        "Ginee Ekwatorial"@ses,
        "Ginëe tî Ekuatëre"@sg,
        "ⵖⵉⵏⵢⴰ ⵏ ⵉⴽⵡⴰⴷⵓⵔ"@shi,
        "ɣinya n ikwadur"@shi-Latn,
        "සමක ගිනියාව"@si,
        "Rovníková Guinea"@sk,
        "Ekvatorialna Gvineja"@sl,
        "Equatorial Guinea"@sn,
        "Equatorial Guinea"@so,
        "Guineja Ekuatoriale"@sq,
        "Екваторијална Гвинеја"@sr,
        "Ekvatorijalna Gvineja"@sr-Latn,
        "Ekvatorialguinea"@sv,
        "Ginekweta"@swc,
        "Ginekweta"@swh,
        "ஈக்குவாடோரியல் கினி"@ta,
        "ఎక్వేటోరియాల్ గినియా"@te,
        "Ginekweta"@teo,
        "อิเควทอเรียลกินี"@th,
        "ኢኳቶሪያል ጊኒ"@ti,
        "ኢኳቶሪያል ጊኒ"@tig,
        "ʻEkueta Kini"@to,
        "Ekvator Ginesi"@tr,
        "Ginee Ekwatorial"@twq,
        "Ɣinya Tikwaṭur it"@tzm,
        "Екваторіальна Гвінея"@uk,
        "استوائی گیانا"@ur,
        "ꖦꕰꕊ ꗳ ꕅꔤꕇ"@vai,
        "Dúúnyá Tɛ Giini"@vai-Latn,
        "Guinea Xích Đạo"@vi,
        "Ginekweta"@vun,
        "Equatorialginea"@wae,
        "ኢኳቶሪያል ጊኒ"@wal,
        "Gayana yaku ekweta"@xog,
        "kinéekuatolial"@yav,
        "Orílẹ́ède Ekutoria Gini"@yo,
        "Equatorial Guinea"@zsm,
        "i-Equatorial Guinea"@zu ;
    lvont:label <http://lexvo.org/id/term/afr/Ekwatoriaal-Guinee>,
        <http://lexvo.org/id/term/agq/%C3%88kw%C9%9B%CC%80tolia%20Gin%C3%A8>,
        <http://lexvo.org/id/term/aka/Gini%20Ikuweta>,
        <http://lexvo.org/id/term/amh/%E1%8A%A2%E1%8A%B3%E1%89%B6%E1%88%AA%E1%8B%AB%E1%88%8D%20%E1%8C%8A%E1%8A%92>,
        <http://lexvo.org/id/term/ara/%D8%BA%D9%8A%D9%86%D9%8A%D8%A7%20%D8%A7%D9%84%D8%A5%D8%B3%D8%AA%D9%88%D8%A7%D8%A6%D9%8A%D8%A9>,
        <http://lexvo.org/id/term/asa/Ginekweta>,
        <http://lexvo.org/id/term/ast/Guinea%20Ecuatorial>,
        <http://lexvo.org/id/term/aze/Ekvator%20Qineya>,
        <http://lexvo.org/id/term/bam/Gine%20ekwat%C9%94ri>,
        <http://lexvo.org/id/term/bas/G%C3%ACne%20%C3%88kw%C3%A0tor%C3%AC%C3%A0>,
        <http://lexvo.org/id/term/bel/%D0%AD%D0%BA%D0%B2%D0%B0%D1%82%D0%B0%D1%80%D1%8B%D1%8F%D0%BB%D1%8C%D0%BD%D0%B0%D1%8F%20%D0%93%D0%B2%D1%96%D0%BD%D0%B5%D1%8F>,
        <http://lexvo.org/id/term/ben/%E0%A6%A8%E0%A6%BF%E0%A6%B0%E0%A6%95%E0%A7%8D%E0%A6%B7%E0%A7%80%E0%A6%AF%E0%A6%BC%20%E0%A6%97%E0%A6%BF%E0%A6%A8%E0%A6%BF>,
        <http://lexvo.org/id/term/bez/Huginekweta>,
        <http://lexvo.org/id/term/bos-Cyrl/%D0%95%D0%BA%D0%B2%D0%B0%D1%82%D0%BE%D1%80%D0%B8%D1%98%D0%B0%D0%BB%D0%BD%D0%B0%20%D0%93%D0%B2%D0%B8%D0%BD%D0%B5%D1%98%D0%B0>,
        <http://lexvo.org/id/term/bos/Ekvatorijalna%20Gvineja>,
        <http://lexvo.org/id/term/bre/Ginea%20ar%20C%CA%BCheheder>,
        <http://lexvo.org/id/term/brx/%E0%A4%87%E0%A4%95%E0%A5%8D%E0%A4%B5%E0%A5%87%E0%A4%9F%E0%A5%8B%E0%A4%B0%E0%A4%BF%E0%A4%AF%E0%A4%B2%20%E0%A4%97%E0%A4%BF%E0%A4%A8%E0%A5%80>,
        <http://lexvo.org/id/term/bul/%D0%95%D0%BA%D0%B2%D0%B0%D1%82%D0%BE%D1%80%D0%B8%D0%B0%D0%BB%D0%BD%D0%B0%20%D0%93%D0%B2%D0%B8%D0%BD%D0%B5%D1%8F>,
        <http://lexvo.org/id/term/byn/%E1%8A%A2%E1%8A%B3%E1%89%B6%E1%88%AA%E1%8B%AB%E1%88%8D%20%E1%8C%8A%E1%8A%92>,
        <http://lexvo.org/id/term/cat/Guinea%20Equatorial>,
        <http://lexvo.org/id/term/ces/Rovn%C3%ADkov%C3%A1%20Guinea>,
        <http://lexvo.org/id/term/cgg/Guni>,
        <http://lexvo.org/id/term/chr/%E1%8E%A1%E1%8F%86%E1%8F%99%E1%8E%B5%E1%8E%A0%E1%8E%B5%20%E1%8E%A9%E1%8E%A2%E1%8F%82>,
        <http://lexvo.org/id/term/cmn-Hant/%E8%B5%A4%E9%81%93%E5%B9%BE%E5%85%A7%E4%BA%9E>,
        <http://lexvo.org/id/term/cmn/%E8%B5%A4%E9%81%93%E5%87%A0%E5%86%85%E4%BA%9A>,
        <http://lexvo.org/id/term/cym/Gini%20Gyhydeddol>,
        <http://lexvo.org/id/term/dan/%C3%86kvatorialguinea>,
        <http://lexvo.org/id/term/dav/Ginekweta>,
        <http://lexvo.org/id/term/deu/%C3%84quatorialguinea>,
        <http://lexvo.org/id/term/dje/Ginee%20Ekwatorial>,
        <http://lexvo.org/id/term/dzo/%E0%BD%A8%E0%BD%BA%E0%BC%8B%E0%BD%80%E0%BD%B4%E0%BC%8B%E0%BD%8A%E0%BD%BC%E0%BC%8B%E0%BD%A2%E0%BD%BA%E0%BD%A3%E0%BC%8B%20%E0%BD%82%E0%BD%B2%E0%BC%8B%E0%BD%93%E0%BD%B2>,
        <http://lexvo.org/id/term/ebu/Ginekweta>,
        <http://lexvo.org/id/term/ell/%CE%99%CF%83%CE%B7%CE%BC%CE%B5%CF%81%CE%B9%CE%BD%CE%AE%20%CE%93%CE%BF%CF%85%CE%B9%CE%BD%CE%AD%CE%B1>,
        <http://lexvo.org/id/term/eng-Dsrt/%F0%90%90%87%F0%90%90%BF%F0%90%90%B6%F0%90%90%B2%F0%90%90%BB%F0%90%90%B1%F0%90%91%89%F0%90%90%A8%F0%90%90%B2%F0%90%91%8A%20%F0%90%90%98%F0%90%90%AE%F0%90%91%8C%F0%90%90%A8>,
        <http://lexvo.org/id/term/eng/Equatorial%20Guinea>,
        <http://lexvo.org/id/term/eng/ISO%203166-1%3AGQ>,
        <http://lexvo.org/id/term/epo/Ekvatora%20Gvineo>,
        <http://lexvo.org/id/term/est/Ekvatoriaal-Guinea>,
        <http://lexvo.org/id/term/eus/Ekuatore%20Ginea>,
        <http://lexvo.org/id/term/ewe/Ekuatorial%20Guini%20nutome>,
        <http://lexvo.org/id/term/ewo/Gin%C3%A9%20Ekwat%C3%B3>,
        <http://lexvo.org/id/term/fao/Ekvator%20Guinea>,
        <http://lexvo.org/id/term/fas/%DA%AF%DB%8C%D9%86%D9%87%D9%94%20%D8%A7%D8%B3%D8%AA%D9%88%D8%A7%DB%8C%DB%8C>,
        <http://lexvo.org/id/term/fas/%DA%AF%DB%8C%D9%86%DB%8C%D8%A7%20%D8%A7%D8%B3%D8%AA%D9%88%D8%A7%DB%8C%DB%8C>,
        <http://lexvo.org/id/term/fil/Equatorial%20Guinea>,
        <http://lexvo.org/id/term/fin/P%C3%A4iv%C3%A4ntasaajan%20Guinea>,
        <http://lexvo.org/id/term/fra/Guin%C3%A9e%20%C3%A9quatoriale>,
        <http://lexvo.org/id/term/ful/Ginee%20Ekuwaatoriyaal>,
        <http://lexvo.org/id/term/fur/Guinee%20ecuatori%C3%A2l>,
        <http://lexvo.org/id/term/gla/Gini%20Mheadhan-Chriosach>,
        <http://lexvo.org/id/term/gle/An%20Ghuine%20Mhe%C3%A1nchriosach>,
        <http://lexvo.org/id/term/glg/Guinea%20Ecuatorial>,
        <http://lexvo.org/id/term/gsw/%C3%84quatoriaalgineea>,
        <http://lexvo.org/id/term/guj/%E0%AA%87%E0%AA%95%E0%AB%8D%E0%AA%B5%E0%AB%87%E0%AA%9F%E0%AB%8B%E0%AA%B0%E0%AA%BF%E0%AA%AF%E0%AA%B2%20%E0%AA%97%E0%AA%BF%E0%AA%A8%E0%AB%80>,
        <http://lexvo.org/id/term/guz/Ginekweta>,
        <http://lexvo.org/id/term/hau/Gini%20Ta%20Ikwaita>,
        <http://lexvo.org/id/term/heb/%D7%92%D7%99%D7%A0%D7%99%D7%90%D7%94%20%D7%94%D7%9E%D7%A9%D7%95%D7%95%D7%A0%D7%99%D7%AA>,
        <http://lexvo.org/id/term/hin/%E0%A4%87%E0%A4%95%E0%A5%8D%E0%A4%B5%E0%A5%87%E0%A4%9F%E0%A5%8B%E0%A4%B0%E0%A4%BF%E0%A4%AF%E0%A4%B2%20%E0%A4%97%E0%A4%BF%E0%A4%A8%E0%A5%80>,
        <http://lexvo.org/id/term/hrv/Ekvatorska%20Gvineja>,
        <http://lexvo.org/id/term/hun/Egyenl%C3%ADt%C5%91i-Guinea>,
        <http://lexvo.org/id/term/hye/%D5%80%D5%A1%D5%BD%D5%A1%D6%80%D5%A1%D5%AF%D5%A1%D5%AE%D5%A1%D5%B5%D5%AB%D5%B6%20%D4%B3%D5%BE%D5%AB%D5%B6%D5%A5%D5%A1>,
        <http://lexvo.org/id/term/ina/Guinea%20equatorial>,
        <http://lexvo.org/id/term/ind/Guinea%20Ekuatorial>,
        <http://lexvo.org/id/term/isl/Mi%C3%B0baugs-G%C3%ADnea>,
        <http://lexvo.org/id/term/ita/Guinea%20Equatoriale>,
        <http://lexvo.org/id/term/jgo/%C5%8A%C9%A1in%C9%9B%CC%82%20%C6%90kw%C9%91t%C9%94liy%C9%91%CC%82l>,
        <http://lexvo.org/id/term/jmc/Ginekweta>,
        <http://lexvo.org/id/term/jpn/%E8%B5%A4%E9%81%93%E3%82%AE%E3%83%8B%E3%82%A2>,
        <http://lexvo.org/id/term/kab/%C6%94inya%20Tasebgast>,
        <http://lexvo.org/id/term/kam/Ginekweta>,
        <http://lexvo.org/id/term/kan/%E0%B2%88%E0%B2%95%E0%B3%8D%E0%B2%B5%E0%B3%86%E0%B2%9F%E0%B3%8B%E0%B2%B0%E0%B2%BF%E0%B2%AF%E0%B2%B2%E0%B3%8D%20%E0%B2%97%E0%B2%BF%E0%B2%A8%E0%B2%BF>,
        <http://lexvo.org/id/term/kas/%D8%A7%D9%90%DA%A9%D9%88%D9%90%D9%B9%D9%88%D8%B1%D9%90%DB%8C%D9%8E%D9%84%20%DA%AF%D9%90%D9%86%DB%8C>,
        <http://lexvo.org/id/term/kat/%E1%83%94%E1%83%99%E1%83%95%E1%83%90%E1%83%A2%E1%83%9D%E1%83%A0%E1%83%A3%E1%83%9A%E1%83%98%20%E1%83%92%E1%83%95%E1%83%98%E1%83%9C%E1%83%94%E1%83%90>,
        <http://lexvo.org/id/term/kde/Ginekweta>,
        <http://lexvo.org/id/term/kea/Gine%20Ekuatorial>,
        <http://lexvo.org/id/term/khm/%E1%9E%A0%E1%9F%92%E1%9E%82%E1%9E%B8%E1%9E%8E%E1%9F%81%E1%9E%A2%E1%9F%81%E1%9E%80%E1%9F%92%E1%9E%9C%E1%9E%B6%E1%9E%91%E1%9F%90%E1%9E%9A>,
        <http://lexvo.org/id/term/khq/Ginee%20Ekwatorial>,
        <http://lexvo.org/id/term/kik/Ginekweta>,
        <http://lexvo.org/id/term/kln/Emetab%20Equatorial%20Guinea>,
        <http://lexvo.org/id/term/kor/%EC%A0%81%EB%8F%84%20%EA%B8%B0%EB%8B%88>,
        <http://lexvo.org/id/term/ksb/Ginekweta>,
        <http://lexvo.org/id/term/ksf/gin%C9%9B%CC%81%20%C9%9Bkwat%C9%94rial>,
        <http://lexvo.org/id/term/ksh/%C3%84quatorial%20Jineeja>,
        <http://lexvo.org/id/term/lag/G%C3%ADine%20Ikw%C3%A9eta>,
        <http://lexvo.org/id/term/lao/%E0%BA%AD%E0%BA%B5%E0%BA%84%E0%BA%BB%E0%BA%A7%E0%BB%82%E0%BA%97%E0%BB%80%E0%BA%A5%E0%BA%8D%E0%BA%81%E0%BA%B5%E0%BB%80%E0%BA%99%E0%BA%8D>,
        <http://lexvo.org/id/term/lav/Ekvatori%C4%81l%C4%81%20Gvineja>,
        <http://lexvo.org/id/term/lin/Gin%C9%9B%CC%81kwat%C9%9B%CC%81l%C9%9B>,
        <http://lexvo.org/id/term/lit/Pusiaujo%20Gvin%C4%97ja>,
        <http://lexvo.org/id/term/lub/Gine%20Ekwatele>,
        <http://lexvo.org/id/term/lug/Gayana%20ey'oku%20ekweta>,
        <http://lexvo.org/id/term/luo/Equatorial%20Guinea>,
        <http://lexvo.org/id/term/luy/Ginekweta>,
        <http://lexvo.org/id/term/mal/%E0%B4%87%E0%B4%95%E0%B5%8D%E0%B4%B5%E0%B4%BF%E0%B4%B1%E0%B5%8D%E0%B4%B1%E0%B5%8B%E0%B4%B1%E0%B4%BF%E0%B4%AF%E0%B5%BD%20%E0%B4%97%E0%B5%8D%E0%B4%B5%E0%B4%BF%E0%B4%A8%E0%B4%BF%E0%B4%AF>,
        <http://lexvo.org/id/term/mar/%E0%A4%87%E0%A4%95%E0%A5%8D%E0%A4%B5%E0%A5%87%E0%A4%9F%E0%A5%8B%E0%A4%B0%E0%A4%BF%E0%A4%AF%E0%A4%B2%20%E0%A4%97%E0%A4%BF%E0%A4%A8%E0%A5%80>,
        <http://lexvo.org/id/term/mas/Ginekweta>,
        <http://lexvo.org/id/term/mer/Gine%20ya%20Iquita>,
        <http://lexvo.org/id/term/mfe/Gine%20ekwatoryal>,
        <http://lexvo.org/id/term/mkd/%D0%95%D0%BA%D0%B2%D0%B0%D1%82%D0%BE%D1%80%D1%81%D0%BA%D0%B0%20%D0%93%D0%B2%D0%B8%D0%BD%D0%B5%D1%98%D0%B0>,
        <http://lexvo.org/id/term/mlg/Guinea%20Ekoatera>,
        <http://lexvo.org/id/term/mlt/Ginea%20Ekwatorjali>,
        <http://lexvo.org/id/term/mua/S%C7%9Dr%20Guine>,
        <http://lexvo.org/id/term/mya/%E1%80%A1%E1%80%AE%E1%80%80%E1%80%BD%E1%80%B1%E1%80%90%E1%80%AC%20%E1%80%82%E1%80%AE%E1%80%9B%E1%80%AC%E1%80%94%E1%80%AC>,
        <http://lexvo.org/id/term/naq/Equatorial%20Guineab>,
        <http://lexvo.org/id/term/nde/Equatorial%20Guinea>,
        <http://lexvo.org/id/term/nep/%E0%A4%AD%E0%A5%82-%E0%A4%AE%E0%A4%A7%E0%A5%8D%E0%A4%AF%E0%A5%80%E0%A4%AF%20%E0%A4%97%E0%A4%BF%E0%A4%A8%E0%A5%80>,
        <http://lexvo.org/id/term/nld/Equatoriaal-Guinea>,
        <http://lexvo.org/id/term/nmg/Guine%20Ekuatorial>,
        <http://lexvo.org/id/term/nno/Ekvatorial-Guinea>,
        <http://lexvo.org/id/term/nob/Ekvatorial-Guinea>,
        <http://lexvo.org/id/term/nyn/Guni>,
        <http://lexvo.org/id/term/ori/%E0%AC%87%E0%AC%95%E0%AD%8D%E0%AC%AC%E0%AC%BE%E0%AC%9F%E0%AD%87%E0%AC%B0%E0%AC%BF%E0%AC%86%E0%AC%B2%E0%AD%8D%20%E0%AC%97%E0%AD%81%E0%AC%87%E0%AC%A8%E0%AC%BF%E0%AC%86>,
        <http://lexvo.org/id/term/pol/Gwinea%20R%C3%B3wnikowa>,
        <http://lexvo.org/id/term/por/Guin%C3%A9%20Equatorial>,
        <http://lexvo.org/id/term/rof/Ginekweta>,
        <http://lexvo.org/id/term/roh/Guinea%20Equatoriala>,
        <http://lexvo.org/id/term/ron/Guineea%20Ecuatorial%C4%83>,
        <http://lexvo.org/id/term/run/Gineya%20Ekwatoriyali>,
        <http://lexvo.org/id/term/rus/%D0%AD%D0%BA%D0%B2%D0%B0%D1%82%D0%BE%D1%80%D0%B8%D0%B0%D0%BB%D1%8C%D0%BD%D0%B0%D1%8F%20%D0%93%D0%B2%D0%B8%D0%BD%D0%B5%D1%8F>,
        <http://lexvo.org/id/term/rwk/Ginekweta>,
        <http://lexvo.org/id/term/sag/Gin%C3%ABe%20t%C3%AE%20Ekuat%C3%ABre>,
        <http://lexvo.org/id/term/saq/Ginekweta>,
        <http://lexvo.org/id/term/sbp/Ginekweta>,
        <http://lexvo.org/id/term/seh/Guin%C3%A9%20Equatorial>,
        <http://lexvo.org/id/term/ses/Ginee%20Ekwatorial>,
        <http://lexvo.org/id/term/shi-Latn/%C9%A3inya%20n%20ikwadur>,
        <http://lexvo.org/id/term/shi/%E2%B5%96%E2%B5%89%E2%B5%8F%E2%B5%A2%E2%B4%B0%20%E2%B5%8F%20%E2%B5%89%E2%B4%BD%E2%B5%A1%E2%B4%B0%E2%B4%B7%E2%B5%93%E2%B5%94>,
        <http://lexvo.org/id/term/sin/%E0%B7%83%E0%B6%B8%E0%B6%9A%20%E0%B6%9C%E0%B7%92%E0%B6%B1%E0%B7%92%E0%B6%BA%E0%B7%8F%E0%B7%80>,
        <http://lexvo.org/id/term/slk/Rovn%C3%ADkov%C3%A1%20Guinea>,
        <http://lexvo.org/id/term/slv/Ekvatorialna%20Gvineja>,
        <http://lexvo.org/id/term/sme/Ekvatori%C3%A1la%20Guinea>,
        <http://lexvo.org/id/term/sna/Equatorial%20Guinea>,
        <http://lexvo.org/id/term/som/Equatorial%20Guinea>,
        <http://lexvo.org/id/term/spa/Guinea%20Ecuatorial>,
        <http://lexvo.org/id/term/sqi/Guineja%20Ekuatoriale>,
        <http://lexvo.org/id/term/srp-Latn/Ekvatorijalna%20Gvineja>,
        <http://lexvo.org/id/term/srp/%D0%95%D0%BA%D0%B2%D0%B0%D1%82%D0%BE%D1%80%D0%B8%D1%98%D0%B0%D0%BB%D0%BD%D0%B0%20%D0%93%D0%B2%D0%B8%D0%BD%D0%B5%D1%98%D0%B0>,
        <http://lexvo.org/id/term/swc/Ginekweta>,
        <http://lexvo.org/id/term/swe/Ekvatorialguinea>,
        <http://lexvo.org/id/term/swh/Ginekweta>,
        <http://lexvo.org/id/term/tam/%E0%AE%88%E0%AE%95%E0%AF%8D%E0%AE%95%E0%AF%81%E0%AE%B5%E0%AE%BE%E0%AE%9F%E0%AF%8B%E0%AE%B0%E0%AE%BF%E0%AE%AF%E0%AE%B2%E0%AF%8D%20%E0%AE%95%E0%AE%BF%E0%AE%A9%E0%AE%BF>,
        <http://lexvo.org/id/term/tel/%E0%B0%8E%E0%B0%95%E0%B1%8D%E0%B0%B5%E0%B1%87%E0%B0%9F%E0%B1%8B%E0%B0%B0%E0%B0%BF%E0%B0%AF%E0%B0%BE%E0%B0%B2%E0%B1%8D%20%E0%B0%97%E0%B0%BF%E0%B0%A8%E0%B0%BF%E0%B0%AF%E0%B0%BE>,
        <http://lexvo.org/id/term/teo/Ginekweta>,
        <http://lexvo.org/id/term/tha/%E0%B8%AD%E0%B8%B4%E0%B9%80%E0%B8%84%E0%B8%A7%E0%B8%97%E0%B8%AD%E0%B9%80%E0%B8%A3%E0%B8%B5%E0%B8%A2%E0%B8%A5%E0%B8%81%E0%B8%B4%E0%B8%99%E0%B8%B5>,
        <http://lexvo.org/id/term/tig/%E1%8A%A2%E1%8A%B3%E1%89%B6%E1%88%AA%E1%8B%AB%E1%88%8D%20%E1%8C%8A%E1%8A%92>,
        <http://lexvo.org/id/term/tir/%E1%8A%A2%E1%8A%B3%E1%89%B6%E1%88%AA%E1%8B%AB%E1%88%8D%20%E1%8C%8A%E1%8A%92>,
        <http://lexvo.org/id/term/ton/%CA%BBEkueta%20Kini>,
        <http://lexvo.org/id/term/tur/Ekvator%20Ginesi>,
        <http://lexvo.org/id/term/twq/Ginee%20Ekwatorial>,
        <http://lexvo.org/id/term/tzm/%C6%94inya%20Tikwa%E1%B9%ADur%20it>,
        <http://lexvo.org/id/term/ukr/%D0%95%D0%BA%D0%B2%D0%B0%D1%82%D0%BE%D1%80%D1%96%D0%B0%D0%BB%D1%8C%D0%BD%D0%B0%20%D0%93%D0%B2%D1%96%D0%BD%D0%B5%D1%8F>,
        <http://lexvo.org/id/term/urd/%D8%A7%D8%B3%D8%AA%D9%88%D8%A7%D8%A6%DB%8C%20%DA%AF%DB%8C%D8%A7%D9%86%D8%A7>,
        <http://lexvo.org/id/term/vai-Latn/D%C3%BA%C3%BAny%C3%A1%20T%C9%9B%20Giini>,
        <http://lexvo.org/id/term/vai/%EA%96%A6%EA%95%B0%EA%95%8A%20%EA%97%B3%20%EA%95%85%EA%94%A4%EA%95%87>,
        <http://lexvo.org/id/term/vie/Guinea%20X%C3%ADch%20%C4%90%E1%BA%A1o>,
        <http://lexvo.org/id/term/vun/Ginekweta>,
        <http://lexvo.org/id/term/wae/Equatorialginea>,
        <http://lexvo.org/id/term/wal/%E1%8A%A2%E1%8A%B3%E1%89%B6%E1%88%AA%E1%8B%AB%E1%88%8D%20%E1%8C%8A%E1%8A%92>,
        <http://lexvo.org/id/term/xog/Gayana%20yaku%20ekweta>,
        <http://lexvo.org/id/term/yav/kin%C3%A9ekuatolial>,
        <http://lexvo.org/id/term/yor/Or%C3%ADl%E1%BA%B9%CC%81%C3%A8de%20Ekutoria%20Gini>,
        <http://lexvo.org/id/term/zsm/Equatorial%20Guinea>,
        <http://lexvo.org/id/term/zul/i-Equatorial%20Guinea> ;
    owl:sameAs <http://psi.oasis-open.org/iso/3166/#226>,
        <http://sws.geonames.org/2309096/> .

<http://lexvo.org/id/iso3166/GR> a lvont:GeographicRegion ;
    rdfs:label "Griekeland"@af,
        "Gɨ̀lês"@agq,
        "Greekman"@ak,
        "ግሪክ"@am,
        "اليونان"@ar,
        "Ugiriki"@asa,
        "Grecia"@ast,
        "Yunanıstan"@az,
        "Grǐkyà"@bas,
        "Грэцыя"@be,
        "Huugiliki"@bez,
        "Гърция"@bg,
        "Gɛrɛsi"@bm,
        "গ্রীস্"@bn,
        "གྷི་རཱི་སི།"@bo,
        "Gres"@br,
        "ग्रीस"@brx,
        "Grčka"@bs,
        "Грчка"@bs-Cyrl,
        "ግሪክ"@byn,
        "Grècia"@ca,
        "Guriisi"@cgg,
        "ᎪᎢᎯ"@chr,
        "希腊"@cmn,
        "希臘"@cmn-Hant,
        "Řecko"@cs,
        "Gwlad Groeg"@cy,
        "Grækenland"@da,
        "Ugiriki"@dav,
        "Griechenland"@de,
        "Greece"@dje,
        "Gres"@dyo,
        "གིརིས྄"@dz,
        "Ugiriki"@ebu,
        "Grisi nutome"@ee,
        "Ελλάδα"@el,
        "Greece"@en,
        "ISO 3166-1:GR"@en,
        "𐐘𐑉𐐨𐑅"@en-Dsrt,
        "Grekujo"@eo,
        "Grecia"@es,
        "Kreeka"@et,
        "Grezia"@eu,
        "Gəlɛ́s"@ewo,
        "یونان"@fa,
        "Gerees"@ff,
        "Kreikka"@fi,
        "Greece"@fil,
        "Grikkaland"@fo,
        "Grèce"@fr,
        "Grecie"@fur,
        "An Ghréig"@ga,
        "A' Ghreug"@gd,
        "Grecia"@gl,
        "Griecheland"@gsw,
        "ગ્રીસ"@gu,
        "Ugiriki"@guz,
        "Girka"@ha,
        "Helene"@haw,
        "יוון"@he,
        "ग्रीस"@hi,
        "Grčka"@hr,
        "Görögország"@hu,
        "Հունաստան"@hy,
        "Grecia"@ia,
        "Yunani"@id,
        "Grikkland"@is,
        "Grecia"@it,
        "ギリシャ"@ja,
        "Ŋgɛlɛ̂k"@jgo,
        "Ugiriki"@jmc,
        "საბერძნეთი"@ka,
        "Lagris"@kab,
        "Ugiriki"@kam,
        "Ugilichi"@kde,
        "Gresia"@kea,
        "Greece"@khq,
        "Ugiriki"@ki,
        "Грекия"@kk,
        "Grækenlandi"@kl,
        "Emetab Greece"@kln,
        "ក្រិក"@km,
        "ಗ್ರೀಸ್"@kn,
        "그리스"@ko,
        "گریٖس"@ks,
        "Ugiiki"@ksb,
        "grɛ́k"@ksf,
        "Jriescheland"@ksh,
        "Ugiríki"@lag,
        "Bugereeki/Buyonaani"@lg,
        "Geleki"@ln,
        "ກິຼກ"@lo,
        "Graikija"@lt,
        "Ngeleka"@lu,
        "Greece"@luo,
        "Ugiriki"@luy,
        "Grieķija"@lv,
        "Ugiriki"@mas,
        "Ngiriki"@mer,
        "Gres"@mfe,
        "Gresy"@mg,
        "Грција"@mk,
        "ഗ്രീസ്"@ml,
        "ग्रीस"@mr,
        "Greċja"@mt,
        "Sǝr Grek"@mua,
        "ဂရိ"@my,
        "Xrikelandi"@naq,
        "Hellas"@nb,
        "Greece"@nd,
        "ग्रिश"@ne,
        "Griekenland"@nl,
        "Grɛce"@nmg,
        "Hellas"@nn,
        "Guriisi"@nyn,
        "ଗ୍ରୀସ୍"@or,
        "Grecja"@pl,
        "یونان"@ps,
        "Grécia"@pt,
        "Grezia"@rm,
        "Ubugereki"@rn,
        "Grecia"@ro,
        "Ugiriki"@rof,
        "Греция"@ru,
        "Ugiriki"@rwk,
        "Ugiriki"@saq,
        "Wugiliki"@sbp,
        "Greika"@se,
        "Grécia"@seh,
        "Greece"@ses,
        "Gerêsi"@sg,
        "ⵍⵢⵓⵏⴰⵏ"@shi,
        "lyunan"@shi-Latn,
        "ග්‍රීසිය"@si,
        "Grécko"@sk,
        "Grčija"@sl,
        "Greece"@sn,
        "Giriig"@so,
        "Greqi"@sq,
        "Грчка"@sr,
        "Grčka"@sr-Latn,
        "Grekland"@sv,
        "Ugiriki"@swc,
        "Ugiriki"@swh,
        "கிரீஸ்"@ta,
        "గ్రీస్"@te,
        "Ugiriki"@teo,
        "กรีซ"@th,
        "ግሪክ"@ti,
        "ግሪክ"@tig,
        "Kalisi"@to,
        "Yunanistan"@tr,
        "Greece"@twq,
        "Yunan"@tzm,
        "Греція"@uk,
        "یونان"@ur,
        "ꗥꗷꘋ"@vai,
        "Hɛlɛŋ"@vai-Latn,
        "Hy Lạp"@vi,
        "Ugiriki"@vun,
        "Gričeland"@wae,
        "ግሪክ"@wal,
        "Buyonaani"@xog,
        "kilɛ́ɛk"@yav,
        "Orílẹ́ède Geriisi"@yo,
        "Yunani"@zsm,
        "i-Greece"@zu ;
    lvont:label <http://lexvo.org/id/term/afr/Griekeland>,
        <http://lexvo.org/id/term/agq/G%C9%A8%CC%80l%C3%AAs>,
        <http://lexvo.org/id/term/aka/Greekman>,
        <http://lexvo.org/id/term/amh/%E1%8C%8D%E1%88%AA%E1%8A%AD>,
        <http://lexvo.org/id/term/ara/%D8%A7%D9%84%D9%8A%D9%88%D9%86%D8%A7%D9%86>,
        <http://lexvo.org/id/term/asa/Ugiriki>,
        <http://lexvo.org/id/term/ast/Grecia>,
        <http://lexvo.org/id/term/aze/Yunan%C4%B1stan>,
        <http://lexvo.org/id/term/bam/G%C9%9Br%C9%9Bsi>,
        <http://lexvo.org/id/term/bas/Gr%C7%90ky%C3%A0>,
        <http://lexvo.org/id/term/bel/%D0%93%D1%80%D1%8D%D1%86%D1%8B%D1%8F>,
        <http://lexvo.org/id/term/ben/%E0%A6%97%E0%A7%8D%E0%A6%B0%E0%A7%80%E0%A6%B8%E0%A7%8D>,
        <http://lexvo.org/id/term/bez/Huugiliki>,
        <http://lexvo.org/id/term/bod/%E0%BD%82%E0%BE%B7%E0%BD%B2%E0%BC%8B%E0%BD%A2%E0%BD%B1%E0%BD%B2%E0%BC%8B%E0%BD%A6%E0%BD%B2%E0%BC%8D>,
        <http://lexvo.org/id/term/bos-Cyrl/%D0%93%D1%80%D1%87%D0%BA%D0%B0>,
        <http://lexvo.org/id/term/bos/Gr%C4%8Dka>,
        <http://lexvo.org/id/term/bre/Gres>,
        <http://lexvo.org/id/term/brx/%E0%A4%97%E0%A5%8D%E0%A4%B0%E0%A5%80%E0%A4%B8>,
        <http://lexvo.org/id/term/bul/%D0%93%D1%8A%D1%80%D1%86%D0%B8%D1%8F>,
        <http://lexvo.org/id/term/byn/%E1%8C%8D%E1%88%AA%E1%8A%AD>,
        <http://lexvo.org/id/term/cat/Gr%C3%A8cia>,
        <http://lexvo.org/id/term/ces/%C5%98ecko>,
        <http://lexvo.org/id/term/cgg/Guriisi>,
        <http://lexvo.org/id/term/chr/%E1%8E%AA%E1%8E%A2%E1%8E%AF>,
        <http://lexvo.org/id/term/cmn-Hant/%E5%B8%8C%E8%87%98>,
        <http://lexvo.org/id/term/cmn/%E5%B8%8C%E8%85%8A>,
        <http://lexvo.org/id/term/cym/Gwlad%20Groeg>,
        <http://lexvo.org/id/term/dan/Gr%C3%A6kenland>,
        <http://lexvo.org/id/term/dav/Ugiriki>,
        <http://lexvo.org/id/term/deu/Griechenland>,
        <http://lexvo.org/id/term/dje/Greece>,
        <http://lexvo.org/id/term/dyo/Gres>,
        <http://lexvo.org/id/term/dzo/%E0%BD%82%E0%BD%B2%E0%BD%A2%E0%BD%B2%E0%BD%A6%E0%BE%84>,
        <http://lexvo.org/id/term/ebu/Ugiriki>,
        <http://lexvo.org/id/term/ell/%CE%95%CE%BB%CE%BB%CE%AC%CE%B4%CE%B1>,
        <http://lexvo.org/id/term/eng-Dsrt/%F0%90%90%98%F0%90%91%89%F0%90%90%A8%F0%90%91%85>,
        <http://lexvo.org/id/term/eng/Greece>,
        <http://lexvo.org/id/term/eng/ISO%203166-1%3AGR>,
        <http://lexvo.org/id/term/epo/Grekujo>,
        <http://lexvo.org/id/term/est/Kreeka>,
        <http://lexvo.org/id/term/eus/Grezia>,
        <http://lexvo.org/id/term/ewe/Grisi%20nutome>,
        <http://lexvo.org/id/term/ewo/G%C9%99l%C9%9B%CC%81s>,
        <http://lexvo.org/id/term/fao/Grikkaland>,
        <http://lexvo.org/id/term/fas/%DB%8C%D9%88%D9%86%D8%A7%D9%86>,
        <http://lexvo.org/id/term/fil/Greece>,
        <http://lexvo.org/id/term/fin/Kreikka>,
        <http://lexvo.org/id/term/fra/Gr%C3%A8ce>,
        <http://lexvo.org/id/term/ful/Gerees>,
        <http://lexvo.org/id/term/fur/Grecie>,
        <http://lexvo.org/id/term/gla/A'%20Ghreug>,
        <http://lexvo.org/id/term/gle/An%20Ghr%C3%A9ig>,
        <http://lexvo.org/id/term/glg/Grecia>,
        <http://lexvo.org/id/term/gsw/Griecheland>,
        <http://lexvo.org/id/term/guj/%E0%AA%97%E0%AB%8D%E0%AA%B0%E0%AB%80%E0%AA%B8>,
        <http://lexvo.org/id/term/guz/Ugiriki>,
        <http://lexvo.org/id/term/hau/Girka>,
        <http://lexvo.org/id/term/haw/Helene>,
        <http://lexvo.org/id/term/heb/%D7%99%D7%95%D7%95%D7%9F>,
        <http://lexvo.org/id/term/hin/%E0%A4%97%E0%A5%8D%E0%A4%B0%E0%A5%80%E0%A4%B8>,
        <http://lexvo.org/id/term/hrv/Gr%C4%8Dka>,
        <http://lexvo.org/id/term/hun/G%C3%B6r%C3%B6gorsz%C3%A1g>,
        <http://lexvo.org/id/term/hye/%D5%80%D5%B8%D6%82%D5%B6%D5%A1%D5%BD%D5%BF%D5%A1%D5%B6>,
        <http://lexvo.org/id/term/ina/Grecia>,
        <http://lexvo.org/id/term/ind/Yunani>,
        <http://lexvo.org/id/term/isl/Grikkland>,
        <http://lexvo.org/id/term/ita/Grecia>,
        <http://lexvo.org/id/term/jgo/%C5%8Ag%C9%9Bl%C9%9B%CC%82k>,
        <http://lexvo.org/id/term/jmc/Ugiriki>,
        <http://lexvo.org/id/term/jpn/%E3%82%AE%E3%83%AA%E3%82%B7%E3%83%A3>,
        <http://lexvo.org/id/term/kab/Lagris>,
        <http://lexvo.org/id/term/kal/Gr%C3%A6kenlandi>,
        <http://lexvo.org/id/term/kam/Ugiriki>,
        <http://lexvo.org/id/term/kan/%E0%B2%97%E0%B3%8D%E0%B2%B0%E0%B3%80%E0%B2%B8%E0%B3%8D>,
        <http://lexvo.org/id/term/kas/%DA%AF%D8%B1%DB%8C%D9%96%D8%B3>,
        <http://lexvo.org/id/term/kat/%E1%83%A1%E1%83%90%E1%83%91%E1%83%94%E1%83%A0%E1%83%AB%E1%83%9C%E1%83%94%E1%83%97%E1%83%98>,
        <http://lexvo.org/id/term/kaz/%D0%93%D1%80%D0%B5%D0%BA%D0%B8%D1%8F>,
        <http://lexvo.org/id/term/kde/Ugilichi>,
        <http://lexvo.org/id/term/kea/Gresia>,
        <http://lexvo.org/id/term/khm/%E1%9E%80%E1%9F%92%E1%9E%9A%E1%9E%B7%E1%9E%80>,
        <http://lexvo.org/id/term/khq/Greece>,
        <http://lexvo.org/id/term/kik/Ugiriki>,
        <http://lexvo.org/id/term/kln/Emetab%20Greece>,
        <http://lexvo.org/id/term/kor/%EA%B7%B8%EB%A6%AC%EC%8A%A4>,
        <http://lexvo.org/id/term/ksb/Ugiiki>,
        <http://lexvo.org/id/term/ksf/gr%C9%9B%CC%81k>,
        <http://lexvo.org/id/term/ksh/Jriescheland>,
        <http://lexvo.org/id/term/lag/Ugir%C3%ADki>,
        <http://lexvo.org/id/term/lao/%E0%BA%81%E0%BA%B4%E0%BA%BC%E0%BA%81>,
        <http://lexvo.org/id/term/lav/Grie%C4%B7ija>,
        <http://lexvo.org/id/term/lin/Geleki>,
        <http://lexvo.org/id/term/lit/Graikija>,
        <http://lexvo.org/id/term/lub/Ngeleka>,
        <http://lexvo.org/id/term/lug/Bugereeki%2FBuyonaani>,
        <http://lexvo.org/id/term/luo/Greece>,
        <http://lexvo.org/id/term/luy/Ugiriki>,
        <http://lexvo.org/id/term/mal/%E0%B4%97%E0%B5%8D%E0%B4%B0%E0%B5%80%E0%B4%B8%E0%B5%8D>,
        <http://lexvo.org/id/term/mar/%E0%A4%97%E0%A5%8D%E0%A4%B0%E0%A5%80%E0%A4%B8>,
        <http://lexvo.org/id/term/mas/Ugiriki>,
        <http://lexvo.org/id/term/mer/Ngiriki>,
        <http://lexvo.org/id/term/mfe/Gres>,
        <http://lexvo.org/id/term/mkd/%D0%93%D1%80%D1%86%D0%B8%D1%98%D0%B0>,
        <http://lexvo.org/id/term/mlg/Gresy>,
        <http://lexvo.org/id/term/mlt/Gre%C4%8Bja>,
        <http://lexvo.org/id/term/mua/S%C7%9Dr%20Grek>,
        <http://lexvo.org/id/term/mya/%E1%80%82%E1%80%9B%E1%80%AD>,
        <http://lexvo.org/id/term/naq/Xrikelandi>,
        <http://lexvo.org/id/term/nde/Greece>,
        <http://lexvo.org/id/term/nep/%E0%A4%97%E0%A5%8D%E0%A4%B0%E0%A4%BF%E0%A4%B6>,
        <http://lexvo.org/id/term/nld/Griekenland>,
        <http://lexvo.org/id/term/nmg/Gr%C9%9Bce>,
        <http://lexvo.org/id/term/nno/Hellas>,
        <http://lexvo.org/id/term/nob/Hellas>,
        <http://lexvo.org/id/term/nyn/Guriisi>,
        <http://lexvo.org/id/term/ori/%E0%AC%97%E0%AD%8D%E0%AC%B0%E0%AD%80%E0%AC%B8%E0%AD%8D>,
        <http://lexvo.org/id/term/pol/Grecja>,
        <http://lexvo.org/id/term/por/Gr%C3%A9cia>,
        <http://lexvo.org/id/term/pus/%DB%8C%D9%88%D9%86%D8%A7%D9%86>,
        <http://lexvo.org/id/term/rof/Ugiriki>,
        <http://lexvo.org/id/term/roh/Grezia>,
        <http://lexvo.org/id/term/ron/Grecia>,
        <http://lexvo.org/id/term/run/Ubugereki>,
        <http://lexvo.org/id/term/rus/%D0%93%D1%80%D0%B5%D1%86%D0%B8%D1%8F>,
        <http://lexvo.org/id/term/rwk/Ugiriki>,
        <http://lexvo.org/id/term/sag/Ger%C3%AAsi>,
        <http://lexvo.org/id/term/saq/Ugiriki>,
        <http://lexvo.org/id/term/sbp/Wugiliki>,
        <http://lexvo.org/id/term/seh/Gr%C3%A9cia>,
        <http://lexvo.org/id/term/ses/Greece>,
        <http://lexvo.org/id/term/shi-Latn/lyunan>,
        <http://lexvo.org/id/term/shi/%E2%B5%8D%E2%B5%A2%E2%B5%93%E2%B5%8F%E2%B4%B0%E2%B5%8F>,
        <http://lexvo.org/id/term/sin/%E0%B6%9C%E0%B7%8A%E2%80%8D%E0%B6%BB%E0%B7%93%E0%B7%83%E0%B7%92%E0%B6%BA>,
        <http://lexvo.org/id/term/slk/Gr%C3%A9cko>,
        <http://lexvo.org/id/term/slv/Gr%C4%8Dija>,
        <http://lexvo.org/id/term/sme/Greika>,
        <http://lexvo.org/id/term/sna/Greece>,
        <http://lexvo.org/id/term/som/Giriig>,
        <http://lexvo.org/id/term/spa/Grecia>,
        <http://lexvo.org/id/term/sqi/Greqi>,
        <http://lexvo.org/id/term/srp-Latn/Gr%C4%8Dka>,
        <http://lexvo.org/id/term/srp/%D0%93%D1%80%D1%87%D0%BA%D0%B0>,
        <http://lexvo.org/id/term/swc/Ugiriki>,
        <http://lexvo.org/id/term/swe/Grekland>,
        <http://lexvo.org/id/term/swh/Ugiriki>,
        <http://lexvo.org/id/term/tam/%E0%AE%95%E0%AE%BF%E0%AE%B0%E0%AF%80%E0%AE%B8%E0%AF%8D>,
        <http://lexvo.org/id/term/tel/%E0%B0%97%E0%B1%8D%E0%B0%B0%E0%B1%80%E0%B0%B8%E0%B1%8D>,
        <http://lexvo.org/id/term/teo/Ugiriki>,
        <http://lexvo.org/id/term/tha/%E0%B8%81%E0%B8%A3%E0%B8%B5%E0%B8%8B>,
        <http://lexvo.org/id/term/tig/%E1%8C%8D%E1%88%AA%E1%8A%AD>,
        <http://lexvo.org/id/term/tir/%E1%8C%8D%E1%88%AA%E1%8A%AD>,
        <http://lexvo.org/id/term/ton/Kalisi>,
        <http://lexvo.org/id/term/tur/Yunanistan>,
        <http://lexvo.org/id/term/twq/Greece>,
        <http://lexvo.org/id/term/tzm/Yunan>,
        <http://lexvo.org/id/term/ukr/%D0%93%D1%80%D0%B5%D1%86%D1%96%D1%8F>,
        <http://lexvo.org/id/term/urd/%DB%8C%D9%88%D9%86%D8%A7%D9%86>,
        <http://lexvo.org/id/term/vai-Latn/H%C9%9Bl%C9%9B%C5%8B>,
        <http://lexvo.org/id/term/vai/%EA%97%A5%EA%97%B7%EA%98%8B>,
        <http://lexvo.org/id/term/vie/Hy%20L%E1%BA%A1p>,
        <http://lexvo.org/id/term/vun/Ugiriki>,
        <http://lexvo.org/id/term/wae/Gri%C4%8Deland>,
        <http://lexvo.org/id/term/wal/%E1%8C%8D%E1%88%AA%E1%8A%AD>,
        <http://lexvo.org/id/term/xog/Buyonaani>,
        <http://lexvo.org/id/term/yav/kil%C9%9B%CC%81%C9%9Bk>,
        <http://lexvo.org/id/term/yor/Or%C3%ADl%E1%BA%B9%CC%81%C3%A8de%20Geriisi>,
        <http://lexvo.org/id/term/zsm/Yunani>,
        <http://lexvo.org/id/term/zul/i-Greece> ;
    owl:sameAs <http://psi.oasis-open.org/iso/3166/#300>,
        <http://sws.geonames.org/390903/> .

<http://lexvo.org/id/iso3166/GT> a lvont:GeographicRegion ;
    rdfs:label "Guatemala"@af,
        "Gwàtɨ̀malà"@agq,
        "Guwatemala"@ak,
        "ጉዋቲማላ"@am,
        "غواتيمالا"@ar,
        "Gwatemala"@asa,
        "Guatemala"@ast,
        "Qvatemala"@az,
        "Gwàtèmalà"@bas,
        "Гватэмала"@be,
        "Hugwatemala"@bez,
        "Гватемала"@bg,
        "Gwatemala"@bm,
        "গোয়াটিমালা"@bn,
        "གྷོ་ཊེ་མ་ལ།"@bo,
        "Guatemala"@br,
        "गोतेदाला"@brx,
        "Gvatemala"@bs,
        "Гватемала"@bs-Cyrl,
        "Guatemala"@ca,
        "Gwatemara"@cgg,
        "ᏩᏔᎹᎳ"@chr,
        "危地马拉"@cmn,
        "瓜地馬拉"@cmn-Hant,
        "Guatemala"@cs,
        "Guatemala"@cy,
        "Guatemala"@da,
        "Gwatemala"@dav,
        "Guatemala"@de,
        "Gwatemaala"@dje,
        "Guatemala"@dyo,
        "གྷོ་ཊ་མ་ལ"@dz,
        "Gwatemala"@ebu,
        "Guatemala nutome"@ee,
        "Γουατεμάλα"@el,
        "Guatemala"@en,
        "ISO 3166-1:GT"@en,
        "𐐘𐐶𐐪𐐼𐐲𐑋𐐪𐑊𐐲"@en-Dsrt,
        "Gvatemalo"@eo,
        "Guatemala"@es,
        "Guatemala"@et,
        "Guatemala"@eu,
        "Guatemalá"@ewo,
        "گواتمالا"@fa,
        "گواتیمالا"@fa,
        "Gwaatemalaa"@ff,
        "Guatemala"@fi,
        "Guatemala"@fil,
        "Guatemala"@fo,
        "Guatemala"@fr,
        "Guatemala"@fur,
        "Guatamala"@ga,
        "Guatamala"@gd,
        "Guatemala"@gl,
        "Guatemaala"@gsw,
        "ગ્વાટેમાલા"@gu,
        "Gwatemala"@guz,
        "Gwatamala"@ha,
        "גואטמלה"@he,
        "गोतेदाला"@hi,
        "Gvatemala"@hr,
        "Guatemala"@hu,
        "Գվատեմալա"@hy,
        "Guatemala"@id,
        "Gvatemala"@is,
        "Guatemala"@it,
        "グアテマラ"@ja,
        "Gwatemala"@jmc,
        "გვატემალა"@ka,
        "Gwatimala"@kab,
        "Gwatemala"@kam,
        "Gwatemala"@kde,
        "Guatimala"@kea,
        "Gwatemaala"@khq,
        "Gwatemala"@ki,
        "Guatemala"@kl,
        "Emetab Guatemala"@kln,
        "ហ្គាតេម៉ាឡា"@km,
        "ಗ್ವಾಟೆಮಾಲಾ"@kn,
        "과테말라"@ko,
        "گوتیدالا"@ks,
        "Gwatemala"@ksb,
        "gwátǝmala"@ksf,
        "Juwatemaala"@ksh,
        "Gwatemáala"@lag,
        "Gwatemala"@lg,
        "Gwatémala"@ln,
        "ກົວເທມມາລາ"@lo,
        "Gvatemala"@lt,
        "Ngwatemala"@lu,
        "Guatemala"@luo,
        "Gwatemala"@luy,
        "Gvatemala"@lv,
        "Gwatemala"@mas,
        "Gwatemala"@mer,
        "Guatemala"@mfe,
        "Goatemalà"@mg,
        "Ugwatemala"@mgh,
        "Гватемала"@mk,
        "ഗ്വാട്ടിമാലാ"@ml,
        "ग्वाटेमाला"@mr,
        "Gwatemala"@mt,
        "Gwatemala"@mua,
        "ဂွာတီမာလာ"@my,
        "Guatemala"@naq,
        "Guatemala"@nb,
        "Guatemala"@nd,
        "ग्वाटेमाला"@ne,
        "Guatemala"@nl,
        "Guatemala"@nmg,
        "Guatemala"@nn,
        "Gwatemara"@nyn,
        "ଗୁଏତମାଲା"@or,
        "Gwatemala"@pl,
        "ګواتیمالا"@ps,
        "Guatemala"@pt,
        "Guatemala"@rm,
        "Gwatemala"@rn,
        "Guatemala"@ro,
        "Gwatemala"@rof,
        "Гватемала"@ru,
        "Gwatemala"@rwk,
        "Gwatemala"@saq,
        "Gwatemala"@sbp,
        "Guatemala"@se,
        "Guatemala"@seh,
        "Gwatemaala"@ses,
        "Guatêmälä"@sg,
        "ⴳⵡⴰⵜⵉⵎⴰⵍⴰ"@shi,
        "gwatimala"@shi-Latn,
        "ගෝතමාලාව"@si,
        "Guatemala"@sk,
        "Gvatemala"@sl,
        "Guatemala"@sn,
        "Guwaatamaala"@so,
        "Guatemalë"@sq,
        "Гватемала"@sr,
        "Gvatemala"@sr-Latn,
        "Guatemala"@sv,
        "Gwatemala"@swc,
        "Gwatemala"@swh,
        "குவாத்தாமாலா"@ta,
        "గ్వాటిమాల"@te,
        "Gwatemala"@teo,
        "กัวเตมาลา"@th,
        "ጉዋቲማላ"@ti,
        "Kuatamala"@to,
        "Guatemala"@tr,
        "Gwatemaala"@twq,
        "Gwatimala"@tzm,
        "Гватемала"@uk,
        "گواٹے مالا"@ur,
        "ꖶꕎꔎꕮꕞ"@vai,
        "Guwatɛmala"@vai-Latn,
        "Goa-tê-ma-la"@vi,
        "Gwatemala"@vun,
        "Guatemala"@wae,
        "Gwatemala"@xog,
        "kuatemalá"@yav,
        "Orílẹ́ède Guatemala"@yo,
        "Guatemala"@zsm,
        "i-Guatemala"@zu ;
    lvont:label <http://lexvo.org/id/term/afr/Guatemala>,
        <http://lexvo.org/id/term/agq/Gw%C3%A0t%C9%A8%CC%80mal%C3%A0>,
        <http://lexvo.org/id/term/aka/Guwatemala>,
        <http://lexvo.org/id/term/amh/%E1%8C%89%E1%8B%8B%E1%89%B2%E1%88%9B%E1%88%8B>,
        <http://lexvo.org/id/term/ara/%D8%BA%D9%88%D8%A7%D8%AA%D9%8A%D9%85%D8%A7%D9%84%D8%A7>,
        <http://lexvo.org/id/term/asa/Gwatemala>,
        <http://lexvo.org/id/term/ast/Guatemala>,
        <http://lexvo.org/id/term/aze/Qvatemala>,
        <http://lexvo.org/id/term/bam/Gwatemala>,
        <http://lexvo.org/id/term/bas/Gw%C3%A0t%C3%A8mal%C3%A0>,
        <http://lexvo.org/id/term/bel/%D0%93%D0%B2%D0%B0%D1%82%D1%8D%D0%BC%D0%B0%D0%BB%D0%B0>,
        <http://lexvo.org/id/term/ben/%E0%A6%97%E0%A7%8B%E0%A6%AF%E0%A6%BC%E0%A6%BE%E0%A6%9F%E0%A6%BF%E0%A6%AE%E0%A6%BE%E0%A6%B2%E0%A6%BE>,
        <http://lexvo.org/id/term/bez/Hugwatemala>,
        <http://lexvo.org/id/term/bod/%E0%BD%82%E0%BE%B7%E0%BD%BC%E0%BC%8B%E0%BD%8A%E0%BD%BA%E0%BC%8B%E0%BD%98%E0%BC%8B%E0%BD%A3%E0%BC%8D>,
        <http://lexvo.org/id/term/bos-Cyrl/%D0%93%D0%B2%D0%B0%D1%82%D0%B5%D0%BC%D0%B0%D0%BB%D0%B0>,
        <http://lexvo.org/id/term/bos/Gvatemala>,
        <http://lexvo.org/id/term/bre/Guatemala>,
        <http://lexvo.org/id/term/brx/%E0%A4%97%E0%A5%8B%E0%A4%A4%E0%A5%87%E0%A4%A6%E0%A4%BE%E0%A4%B2%E0%A4%BE>,
        <http://lexvo.org/id/term/bul/%D0%93%D0%B2%D0%B0%D1%82%D0%B5%D0%BC%D0%B0%D0%BB%D0%B0>,
        <http://lexvo.org/id/term/cat/Guatemala>,
        <http://lexvo.org/id/term/ces/Guatemala>,
        <http://lexvo.org/id/term/cgg/Gwatemara>,
        <http://lexvo.org/id/term/chr/%E1%8F%A9%E1%8F%94%E1%8E%B9%E1%8E%B3>,
        <http://lexvo.org/id/term/cmn-Hant/%E7%93%9C%E5%9C%B0%E9%A6%AC%E6%8B%89>,
        <http://lexvo.org/id/term/cmn/%E5%8D%B1%E5%9C%B0%E9%A9%AC%E6%8B%89>,
        <http://lexvo.org/id/term/cym/Guatemala>,
        <http://lexvo.org/id/term/dan/Guatemala>,
        <http://lexvo.org/id/term/dav/Gwatemala>,
        <http://lexvo.org/id/term/deu/Guatemala>,
        <http://lexvo.org/id/term/dje/Gwatemaala>,
        <http://lexvo.org/id/term/dyo/Guatemala>,
        <http://lexvo.org/id/term/dzo/%E0%BD%82%E0%BE%B7%E0%BD%BC%E0%BC%8B%E0%BD%8A%E0%BC%8B%E0%BD%98%E0%BC%8B%E0%BD%A3>,
        <http://lexvo.org/id/term/ebu/Gwatemala>,
        <http://lexvo.org/id/term/ell/%CE%93%CE%BF%CF%85%CE%B1%CF%84%CE%B5%CE%BC%CE%AC%CE%BB%CE%B1>,
        <http://lexvo.org/id/term/eng-Dsrt/%F0%90%90%98%F0%90%90%B6%F0%90%90%AA%F0%90%90%BC%F0%90%90%B2%F0%90%91%8B%F0%90%90%AA%F0%90%91%8A%F0%90%90%B2>,
        <http://lexvo.org/id/term/eng/Guatemala>,
        <http://lexvo.org/id/term/eng/ISO%203166-1%3AGT>,
        <http://lexvo.org/id/term/epo/Gvatemalo>,
        <http://lexvo.org/id/term/est/Guatemala>,
        <http://lexvo.org/id/term/eus/Guatemala>,
        <http://lexvo.org/id/term/ewe/Guatemala%20nutome>,
        <http://lexvo.org/id/term/ewo/Guatemal%C3%A1>,
        <http://lexvo.org/id/term/fao/Guatemala>,
        <http://lexvo.org/id/term/fas/%DA%AF%D9%88%D8%A7%D8%AA%D9%85%D8%A7%D9%84%D8%A7>,
        <http://lexvo.org/id/term/fas/%DA%AF%D9%88%D8%A7%D8%AA%DB%8C%D9%85%D8%A7%D9%84%D8%A7>,
        <http://lexvo.org/id/term/fil/Guatemala>,
        <http://lexvo.org/id/term/fin/Guatemala>,
        <http://lexvo.org/id/term/fra/Guatemala>,
        <http://lexvo.org/id/term/ful/Gwaatemalaa>,
        <http://lexvo.org/id/term/fur/Guatemala>,
        <http://lexvo.org/id/term/gla/Guatamala>,
        <http://lexvo.org/id/term/gle/Guatamala>,
        <http://lexvo.org/id/term/glg/Guatemala>,
        <http://lexvo.org/id/term/gsw/Guatemaala>,
        <http://lexvo.org/id/term/guj/%E0%AA%97%E0%AB%8D%E0%AA%B5%E0%AA%BE%E0%AA%9F%E0%AB%87%E0%AA%AE%E0%AA%BE%E0%AA%B2%E0%AA%BE>,
        <http://lexvo.org/id/term/guz/Gwatemala>,
        <http://lexvo.org/id/term/hau/Gwatamala>,
        <http://lexvo.org/id/term/heb/%D7%92%D7%95%D7%90%D7%98%D7%9E%D7%9C%D7%94>,
        <http://lexvo.org/id/term/hin/%E0%A4%97%E0%A5%8B%E0%A4%A4%E0%A5%87%E0%A4%A6%E0%A4%BE%E0%A4%B2%E0%A4%BE>,
        <http://lexvo.org/id/term/hrv/Gvatemala>,
        <http://lexvo.org/id/term/hun/Guatemala>,
        <http://lexvo.org/id/term/hye/%D4%B3%D5%BE%D5%A1%D5%BF%D5%A5%D5%B4%D5%A1%D5%AC%D5%A1>,
        <http://lexvo.org/id/term/ind/Guatemala>,
        <http://lexvo.org/id/term/isl/Gvatemala>,
        <http://lexvo.org/id/term/ita/Guatemala>,
        <http://lexvo.org/id/term/jmc/Gwatemala>,
        <http://lexvo.org/id/term/jpn/%E3%82%B0%E3%82%A2%E3%83%86%E3%83%9E%E3%83%A9>,
        <http://lexvo.org/id/term/kab/Gwatimala>,
        <http://lexvo.org/id/term/kal/Guatemala>,
        <http://lexvo.org/id/term/kam/Gwatemala>,
        <http://lexvo.org/id/term/kan/%E0%B2%97%E0%B3%8D%E0%B2%B5%E0%B2%BE%E0%B2%9F%E0%B3%86%E0%B2%AE%E0%B2%BE%E0%B2%B2%E0%B2%BE>,
        <http://lexvo.org/id/term/kas/%DA%AF%D9%88%D8%AA%DB%8C%D8%AF%D8%A7%D9%84%D8%A7>,
        <http://lexvo.org/id/term/kat/%E1%83%92%E1%83%95%E1%83%90%E1%83%A2%E1%83%94%E1%83%9B%E1%83%90%E1%83%9A%E1%83%90>,
        <http://lexvo.org/id/term/kde/Gwatemala>,
        <http://lexvo.org/id/term/kea/Guatimala>,
        <http://lexvo.org/id/term/khm/%E1%9E%A0%E1%9F%92%E1%9E%82%E1%9E%B6%E1%9E%8F%E1%9F%81%E1%9E%98%E1%9F%89%E1%9E%B6%E1%9E%A1%E1%9E%B6>,
        <http://lexvo.org/id/term/khq/Gwatemaala>,
        <http://lexvo.org/id/term/kik/Gwatemala>,
        <http://lexvo.org/id/term/kln/Emetab%20Guatemala>,
        <http://lexvo.org/id/term/kor/%EA%B3%BC%ED%85%8C%EB%A7%90%EB%9D%BC>,
        <http://lexvo.org/id/term/ksb/Gwatemala>,
        <http://lexvo.org/id/term/ksf/gw%C3%A1t%C7%9Dmala>,
        <http://lexvo.org/id/term/ksh/Juwatemaala>,
        <http://lexvo.org/id/term/lag/Gwatem%C3%A1ala>,
        <http://lexvo.org/id/term/lao/%E0%BA%81%E0%BA%BB%E0%BA%A7%E0%BB%80%E0%BA%97%E0%BA%A1%E0%BA%A1%E0%BA%B2%E0%BA%A5%E0%BA%B2>,
        <http://lexvo.org/id/term/lav/Gvatemala>,
        <http://lexvo.org/id/term/lin/Gwat%C3%A9mala>,
        <http://lexvo.org/id/term/lit/Gvatemala>,
        <http://lexvo.org/id/term/lub/Ngwatemala>,
        <http://lexvo.org/id/term/lug/Gwatemala>,
        <http://lexvo.org/id/term/luo/Guatemala>,
        <http://lexvo.org/id/term/luy/Gwatemala>,
        <http://lexvo.org/id/term/mal/%E0%B4%97%E0%B5%8D%E0%B4%B5%E0%B4%BE%E0%B4%9F%E0%B5%8D%E0%B4%9F%E0%B4%BF%E0%B4%AE%E0%B4%BE%E0%B4%B2%E0%B4%BE>,
        <http://lexvo.org/id/term/mar/%E0%A4%97%E0%A5%8D%E0%A4%B5%E0%A4%BE%E0%A4%9F%E0%A5%87%E0%A4%AE%E0%A4%BE%E0%A4%B2%E0%A4%BE>,
        <http://lexvo.org/id/term/mas/Gwatemala>,
        <http://lexvo.org/id/term/mer/Gwatemala>,
        <http://lexvo.org/id/term/mfe/Guatemala>,
        <http://lexvo.org/id/term/mgh/Ugwatemala>,
        <http://lexvo.org/id/term/mkd/%D0%93%D0%B2%D0%B0%D1%82%D0%B5%D0%BC%D0%B0%D0%BB%D0%B0>,
        <http://lexvo.org/id/term/mlg/Goatemal%C3%A0>,
        <http://lexvo.org/id/term/mlt/Gwatemala>,
        <http://lexvo.org/id/term/mua/Gwatemala>,
        <http://lexvo.org/id/term/mya/%E1%80%82%E1%80%BD%E1%80%AC%E1%80%90%E1%80%AE%E1%80%99%E1%80%AC%E1%80%9C%E1%80%AC>,
        <http://lexvo.org/id/term/naq/Guatemala>,
        <http://lexvo.org/id/term/nde/Guatemala>,
        <http://lexvo.org/id/term/nep/%E0%A4%97%E0%A5%8D%E0%A4%B5%E0%A4%BE%E0%A4%9F%E0%A5%87%E0%A4%AE%E0%A4%BE%E0%A4%B2%E0%A4%BE>,
        <http://lexvo.org/id/term/nld/Guatemala>,
        <http://lexvo.org/id/term/nmg/Guatemala>,
        <http://lexvo.org/id/term/nno/Guatemala>,
        <http://lexvo.org/id/term/nob/Guatemala>,
        <http://lexvo.org/id/term/nyn/Gwatemara>,
        <http://lexvo.org/id/term/ori/%E0%AC%97%E0%AD%81%E0%AC%8F%E0%AC%A4%E0%AC%AE%E0%AC%BE%E0%AC%B2%E0%AC%BE>,
        <http://lexvo.org/id/term/pol/Gwatemala>,
        <http://lexvo.org/id/term/por/Guatemala>,
        <http://lexvo.org/id/term/pus/%DA%AB%D9%88%D8%A7%D8%AA%DB%8C%D9%85%D8%A7%D9%84%D8%A7>,
        <http://lexvo.org/id/term/rof/Gwatemala>,
        <http://lexvo.org/id/term/roh/Guatemala>,
        <http://lexvo.org/id/term/ron/Guatemala>,
        <http://lexvo.org/id/term/run/Gwatemala>,
        <http://lexvo.org/id/term/rus/%D0%93%D0%B2%D0%B0%D1%82%D0%B5%D0%BC%D0%B0%D0%BB%D0%B0>,
        <http://lexvo.org/id/term/rwk/Gwatemala>,
        <http://lexvo.org/id/term/sag/Guat%C3%AAm%C3%A4l%C3%A4>,
        <http://lexvo.org/id/term/saq/Gwatemala>,
        <http://lexvo.org/id/term/sbp/Gwatemala>,
        <http://lexvo.org/id/term/seh/Guatemala>,
        <http://lexvo.org/id/term/ses/Gwatemaala>,
        <http://lexvo.org/id/term/shi-Latn/gwatimala>,
        <http://lexvo.org/id/term/shi/%E2%B4%B3%E2%B5%A1%E2%B4%B0%E2%B5%9C%E2%B5%89%E2%B5%8E%E2%B4%B0%E2%B5%8D%E2%B4%B0>,
        <http://lexvo.org/id/term/sin/%E0%B6%9C%E0%B7%9D%E0%B6%AD%E0%B6%B8%E0%B7%8F%E0%B6%BD%E0%B7%8F%E0%B7%80>,
        <http://lexvo.org/id/term/slk/Guatemala>,
        <http://lexvo.org/id/term/slv/Gvatemala>,
        <http://lexvo.org/id/term/sme/Guatemala>,
        <http://lexvo.org/id/term/sna/Guatemala>,
        <http://lexvo.org/id/term/som/Guwaatamaala>,
        <http://lexvo.org/id/term/spa/Guatemala>,
        <http://lexvo.org/id/term/sqi/Guatemal%C3%AB>,
        <http://lexvo.org/id/term/srp-Latn/Gvatemala>,
        <http://lexvo.org/id/term/srp/%D0%93%D0%B2%D0%B0%D1%82%D0%B5%D0%BC%D0%B0%D0%BB%D0%B0>,
        <http://lexvo.org/id/term/swc/Gwatemala>,
        <http://lexvo.org/id/term/swe/Guatemala>,
        <http://lexvo.org/id/term/swh/Gwatemala>,
        <http://lexvo.org/id/term/tam/%E0%AE%95%E0%AF%81%E0%AE%B5%E0%AE%BE%E0%AE%A4%E0%AF%8D%E0%AE%A4%E0%AE%BE%E0%AE%AE%E0%AE%BE%E0%AE%B2%E0%AE%BE>,
        <http://lexvo.org/id/term/tel/%E0%B0%97%E0%B1%8D%E0%B0%B5%E0%B0%BE%E0%B0%9F%E0%B0%BF%E0%B0%AE%E0%B0%BE%E0%B0%B2>,
        <http://lexvo.org/id/term/teo/Gwatemala>,
        <http://lexvo.org/id/term/tha/%E0%B8%81%E0%B8%B1%E0%B8%A7%E0%B9%80%E0%B8%95%E0%B8%A1%E0%B8%B2%E0%B8%A5%E0%B8%B2>,
        <http://lexvo.org/id/term/tir/%E1%8C%89%E1%8B%8B%E1%89%B2%E1%88%9B%E1%88%8B>,
        <http://lexvo.org/id/term/ton/Kuatamala>,
        <http://lexvo.org/id/term/tur/Guatemala>,
        <http://lexvo.org/id/term/twq/Gwatemaala>,
        <http://lexvo.org/id/term/tzm/Gwatimala>,
        <http://lexvo.org/id/term/ukr/%D0%93%D0%B2%D0%B0%D1%82%D0%B5%D0%BC%D0%B0%D0%BB%D0%B0>,
        <http://lexvo.org/id/term/urd/%DA%AF%D9%88%D8%A7%D9%B9%DB%92%20%D9%85%D8%A7%D9%84%D8%A7>,
        <http://lexvo.org/id/term/vai-Latn/Guwat%C9%9Bmala>,
        <http://lexvo.org/id/term/vai/%EA%96%B6%EA%95%8E%EA%94%8E%EA%95%AE%EA%95%9E>,
        <http://lexvo.org/id/term/vie/Goa-t%C3%AA-ma-la>,
        <http://lexvo.org/id/term/vun/Gwatemala>,
        <http://lexvo.org/id/term/wae/Guatemala>,
        <http://lexvo.org/id/term/xog/Gwatemala>,
        <http://lexvo.org/id/term/yav/kuatemal%C3%A1>,
        <http://lexvo.org/id/term/yor/Or%C3%ADl%E1%BA%B9%CC%81%C3%A8de%20Guatemala>,
        <http://lexvo.org/id/term/zsm/Guatemala>,
        <http://lexvo.org/id/term/zul/i-Guatemala> ;
    owl:sameAs <http://psi.oasis-open.org/iso/3166/#320>,
        <http://sws.geonames.org/3595528/> .

<http://lexvo.org/id/iso3166/GU> a lvont:GeographicRegion ;
    rdfs:label "Guam"@af,
        "Gwam"@agq,
        "Guam"@ak,
        "ጉዋም"@am,
        "غوام"@ar,
        "Gwam"@asa,
        "Guam"@ast,
        "Quam"@az,
        "Gùâm"@bas,
        "Hugwam"@bez,
        "Гуам"@bg,
        "Gwam"@bm,
        "গুয়াম"@bn,
        "Guam"@br,
        "गुआम"@brx,
        "Guam"@bs,
        "Гуам"@bs-Cyrl,
        "Guam"@ca,
        "Gwamu"@cgg,
        "ᏆᎻ"@chr,
        "关岛"@cmn,
        "關島"@cmn-Hant,
        "Guam"@cs,
        "Guam"@cy,
        "Guam"@da,
        "Gwam"@dav,
        "Guam"@de,
        "Guam"@dje,
        "Guam"@dyo,
        "གུ་འམ་ མཚོ་གླིང"@dz,
        "Gwam"@ebu,
        "Guam nutome"@ee,
        "Γκουάμ"@el,
        "Guam"@en,
        "ISO 3166-1:GU"@en,
        "𐐘𐐶𐐪𐑋"@en-Dsrt,
        "Gvamo"@eo,
        "Guam"@es,
        "Guam"@et,
        "Guam"@eu,
        "Guám"@ewo,
        "گوام"@fa,
        "Guwam"@ff,
        "Guam"@fi,
        "Guam"@fil,
        "Guam"@fo,
        "Guam"@fr,
        "Guam"@fur,
        "Guam"@ga,
        "Guam"@gd,
        "Guam"@gl,
        "Guam"@gsw,
        "ગ્વામ"@gu,
        "Gwam"@guz,
        "Gwam"@ha,
        "גואם"@he,
        "गुआम"@hi,
        "Guam"@hr,
        "Guam"@hu,
        "Guam"@id,
        "Gvam"@is,
        "Guam"@it,
        "グアム"@ja,
        "Gwam"@jmc,
        "გუამი"@ka,
        "Gwam"@kab,
        "Gwam"@kam,
        "Gwam"@kde,
        "Guam"@kea,
        "Guam"@khq,
        "Gwam"@ki,
        "Guam"@kl,
        "Emetab Guam"@kln,
        "ហ្គាំ"@km,
        "ಗುಯಾಮ್"@kn,
        "괌"@ko,
        "گُوام"@ks,
        "Gwam"@ksb,
        "gwám"@ksf,
        "Juham"@ksh,
        "Gwani"@lag,
        "Gwamu"@lg,
        "Gwamɛ"@ln,
        "ກວມ"@lo,
        "Guamas"@lt,
        "Ngwame"@lu,
        "Guam"@luo,
        "Gwam"@luy,
        "Guama"@lv,
        "Gwam"@mas,
        "Gwam"@mer,
        "Guam"@mfe,
        "Guam"@mg,
        "Ugwam"@mgh,
        "Гвам"@mk,
        "ഗ്വാം"@ml,
        "गुआम"@mr,
        "Gwam"@mt,
        "Gwam"@mua,
        "ဂူအမ်"@my,
        "Guam"@naq,
        "Guam"@nb,
        "Guam"@nd,
        "गुवाम"@ne,
        "Guam"@nl,
        "Guam"@nmg,
        "Guam"@nn,
        "Gwamu"@nyn,
        "ଗୁଆମ୍"@or,
        "Guam"@pl,
        "Guam"@pt,
        "Guame"@pt,
        "Guam"@rm,
        "Gwamu"@rn,
        "Guam"@ro,
        "Gwam"@rof,
        "Гуам"@ru,
        "Gwam"@rwk,
        "Gwam"@saq,
        "Gwamu"@sbp,
        "Guam"@se,
        "Guam"@seh,
        "Guam"@ses,
        "Guâm"@sg,
        "ⴳⵡⴰⵎ"@shi,
        "gwam"@shi-Latn,
        "ගුවාම්"@si,
        "Guam"@sk,
        "Guam"@sl,
        "Guam"@sn,
        "Guam"@so,
        "Гуам"@sr,
        "Guam"@sr-Latn,
        "Guam"@sv,
        "Gwam"@swc,
        "Gwam"@swh,
        "குவாம்"@ta,
        "గ్వామ్"@te,
        "Gwam"@teo,
        "กวม"@th,
        "ጉዋም"@ti,
        "Kuamu"@to,
        "Guam"@tr,
        "Guam"@twq,
        "Gwam"@tzm,
        "Гуам"@uk,
        "گوآم"@ur,
        "ꖶꕎꕆ"@vai,
        "Guwami"@vai-Latn,
        "Guam"@vi,
        "Gwam"@vun,
        "Guam"@wae,
        "Gwamu"@xog,
        "kuamiɛ"@yav,
        "Orílẹ́ède Guamu"@yo,
        "Guam"@zsm,
        "i-Guam"@zu ;
    lvont:label <http://lexvo.org/id/term/afr/Guam>,
        <http://lexvo.org/id/term/agq/Gwam>,
        <http://lexvo.org/id/term/aka/Guam>,
        <http://lexvo.org/id/term/amh/%E1%8C%89%E1%8B%8B%E1%88%9D>,
        <http://lexvo.org/id/term/ara/%D8%BA%D9%88%D8%A7%D9%85>,
        <http://lexvo.org/id/term/asa/Gwam>,
        <http://lexvo.org/id/term/ast/Guam>,
        <http://lexvo.org/id/term/aze/Quam>,
        <http://lexvo.org/id/term/bam/Gwam>,
        <http://lexvo.org/id/term/bas/G%C3%B9%C3%A2m>,
        <http://lexvo.org/id/term/ben/%E0%A6%97%E0%A7%81%E0%A6%AF%E0%A6%BC%E0%A6%BE%E0%A6%AE>,
        <http://lexvo.org/id/term/bez/Hugwam>,
        <http://lexvo.org/id/term/bos-Cyrl/%D0%93%D1%83%D0%B0%D0%BC>,
        <http://lexvo.org/id/term/bos/Guam>,
        <http://lexvo.org/id/term/bre/Guam>,
        <http://lexvo.org/id/term/brx/%E0%A4%97%E0%A5%81%E0%A4%86%E0%A4%AE>,
        <http://lexvo.org/id/term/bul/%D0%93%D1%83%D0%B0%D0%BC>,
        <http://lexvo.org/id/term/cat/Guam>,
        <http://lexvo.org/id/term/ces/Guam>,
        <http://lexvo.org/id/term/cgg/Gwamu>,
        <http://lexvo.org/id/term/chr/%E1%8F%86%E1%8E%BB>,
        <http://lexvo.org/id/term/cmn-Hant/%E9%97%9C%E5%B3%B6>,
        <http://lexvo.org/id/term/cmn/%E5%85%B3%E5%B2%9B>,
        <http://lexvo.org/id/term/cym/Guam>,
        <http://lexvo.org/id/term/dan/Guam>,
        <http://lexvo.org/id/term/dav/Gwam>,
        <http://lexvo.org/id/term/deu/Guam>,
        <http://lexvo.org/id/term/dje/Guam>,
        <http://lexvo.org/id/term/dyo/Guam>,
        <http://lexvo.org/id/term/dzo/%E0%BD%82%E0%BD%B4%E0%BC%8B%E0%BD%A0%E0%BD%98%E0%BC%8B%20%E0%BD%98%E0%BD%9A%E0%BD%BC%E0%BC%8B%E0%BD%82%E0%BE%B3%E0%BD%B2%E0%BD%84>,
        <http://lexvo.org/id/term/ebu/Gwam>,
        <http://lexvo.org/id/term/ell/%CE%93%CE%BA%CE%BF%CF%85%CE%AC%CE%BC>,
        <http://lexvo.org/id/term/eng-Dsrt/%F0%90%90%98%F0%90%90%B6%F0%90%90%AA%F0%90%91%8B>,
        <http://lexvo.org/id/term/eng/Guam>,
        <http://lexvo.org/id/term/eng/ISO%203166-1%3AGU>,
        <http://lexvo.org/id/term/epo/Gvamo>,
        <http://lexvo.org/id/term/est/Guam>,
        <http://lexvo.org/id/term/eus/Guam>,
        <http://lexvo.org/id/term/ewe/Guam%20nutome>,
        <http://lexvo.org/id/term/ewo/Gu%C3%A1m>,
        <http://lexvo.org/id/term/fao/Guam>,
        <http://lexvo.org/id/term/fas/%DA%AF%D9%88%D8%A7%D9%85>,
        <http://lexvo.org/id/term/fil/Guam>,
        <http://lexvo.org/id/term/fin/Guam>,
        <http://lexvo.org/id/term/fra/Guam>,
        <http://lexvo.org/id/term/ful/Guwam>,
        <http://lexvo.org/id/term/fur/Guam>,
        <http://lexvo.org/id/term/gla/Guam>,
        <http://lexvo.org/id/term/gle/Guam>,
        <http://lexvo.org/id/term/glg/Guam>,
        <http://lexvo.org/id/term/gsw/Guam>,
        <http://lexvo.org/id/term/guj/%E0%AA%97%E0%AB%8D%E0%AA%B5%E0%AA%BE%E0%AA%AE>,
        <http://lexvo.org/id/term/guz/Gwam>,
        <http://lexvo.org/id/term/hau/Gwam>,
        <http://lexvo.org/id/term/heb/%D7%92%D7%95%D7%90%D7%9D>,
        <http://lexvo.org/id/term/hin/%E0%A4%97%E0%A5%81%E0%A4%86%E0%A4%AE>,
        <http://lexvo.org/id/term/hrv/Guam>,
        <http://lexvo.org/id/term/hun/Guam>,
        <http://lexvo.org/id/term/ind/Guam>,
        <http://lexvo.org/id/term/isl/Gvam>,
        <http://lexvo.org/id/term/ita/Guam>,
        <http://lexvo.org/id/term/jmc/Gwam>,
        <http://lexvo.org/id/term/jpn/%E3%82%B0%E3%82%A2%E3%83%A0>,
        <http://lexvo.org/id/term/kab/Gwam>,
        <http://lexvo.org/id/term/kal/Guam>,
        <http://lexvo.org/id/term/kam/Gwam>,
        <http://lexvo.org/id/term/kan/%E0%B2%97%E0%B3%81%E0%B2%AF%E0%B2%BE%E0%B2%AE%E0%B3%8D>,
        <http://lexvo.org/id/term/kas/%DA%AF%D9%8F%D9%88%D8%A7%D9%85>,
        <http://lexvo.org/id/term/kat/%E1%83%92%E1%83%A3%E1%83%90%E1%83%9B%E1%83%98>,
        <http://lexvo.org/id/term/kde/Gwam>,
        <http://lexvo.org/id/term/kea/Guam>,
        <http://lexvo.org/id/term/khm/%E1%9E%A0%E1%9F%92%E1%9E%82%E1%9E%B6%E1%9F%86>,
        <http://lexvo.org/id/term/khq/Guam>,
        <http://lexvo.org/id/term/kik/Gwam>,
        <http://lexvo.org/id/term/kln/Emetab%20Guam>,
        <http://lexvo.org/id/term/kor/%EA%B4%8C>,
        <http://lexvo.org/id/term/ksb/Gwam>,
        <http://lexvo.org/id/term/ksf/gw%C3%A1m>,
        <http://lexvo.org/id/term/ksh/Juham>,
        <http://lexvo.org/id/term/lag/Gwani>,
        <http://lexvo.org/id/term/lao/%E0%BA%81%E0%BA%A7%E0%BA%A1>,
        <http://lexvo.org/id/term/lav/Guama>,
        <http://lexvo.org/id/term/lin/Gwam%C9%9B>,
        <http://lexvo.org/id/term/lit/Guamas>,
        <http://lexvo.org/id/term/lub/Ngwame>,
        <http://lexvo.org/id/term/lug/Gwamu>,
        <http://lexvo.org/id/term/luo/Guam>,
        <http://lexvo.org/id/term/luy/Gwam>,
        <http://lexvo.org/id/term/mal/%E0%B4%97%E0%B5%8D%E0%B4%B5%E0%B4%BE%E0%B4%82>,
        <http://lexvo.org/id/term/mar/%E0%A4%97%E0%A5%81%E0%A4%86%E0%A4%AE>,
        <http://lexvo.org/id/term/mas/Gwam>,
        <http://lexvo.org/id/term/mer/Gwam>,
        <http://lexvo.org/id/term/mfe/Guam>,
        <http://lexvo.org/id/term/mgh/Ugwam>,
        <http://lexvo.org/id/term/mkd/%D0%93%D0%B2%D0%B0%D0%BC>,
        <http://lexvo.org/id/term/mlg/Guam>,
        <http://lexvo.org/id/term/mlt/Gwam>,
        <http://lexvo.org/id/term/mua/Gwam>,
        <http://lexvo.org/id/term/mya/%E1%80%82%E1%80%B0%E1%80%A1%E1%80%99%E1%80%BA>,
        <http://lexvo.org/id/term/naq/Guam>,
        <http://lexvo.org/id/term/nde/Guam>,
        <http://lexvo.org/id/term/nep/%E0%A4%97%E0%A5%81%E0%A4%B5%E0%A4%BE%E0%A4%AE>,
        <http://lexvo.org/id/term/nld/Guam>,
        <http://lexvo.org/id/term/nmg/Guam>,
        <http://lexvo.org/id/term/nno/Guam>,
        <http://lexvo.org/id/term/nob/Guam>,
        <http://lexvo.org/id/term/nyn/Gwamu>,
        <http://lexvo.org/id/term/ori/%E0%AC%97%E0%AD%81%E0%AC%86%E0%AC%AE%E0%AD%8D>,
        <http://lexvo.org/id/term/pol/Guam>,
        <http://lexvo.org/id/term/por/Guam>,
        <http://lexvo.org/id/term/por/Guame>,
        <http://lexvo.org/id/term/rof/Gwam>,
        <http://lexvo.org/id/term/roh/Guam>,
        <http://lexvo.org/id/term/ron/Guam>,
        <http://lexvo.org/id/term/run/Gwamu>,
        <http://lexvo.org/id/term/rus/%D0%93%D1%83%D0%B0%D0%BC>,
        <http://lexvo.org/id/term/rwk/Gwam>,
        <http://lexvo.org/id/term/sag/Gu%C3%A2m>,
        <http://lexvo.org/id/term/saq/Gwam>,
        <http://lexvo.org/id/term/sbp/Gwamu>,
        <http://lexvo.org/id/term/seh/Guam>,
        <http://lexvo.org/id/term/ses/Guam>,
        <http://lexvo.org/id/term/shi-Latn/gwam>,
        <http://lexvo.org/id/term/shi/%E2%B4%B3%E2%B5%A1%E2%B4%B0%E2%B5%8E>,
        <http://lexvo.org/id/term/sin/%E0%B6%9C%E0%B7%94%E0%B7%80%E0%B7%8F%E0%B6%B8%E0%B7%8A>,
        <http://lexvo.org/id/term/slk/Guam>,
        <http://lexvo.org/id/term/slv/Guam>,
        <http://lexvo.org/id/term/sme/Guam>,
        <http://lexvo.org/id/term/sna/Guam>,
        <http://lexvo.org/id/term/som/Guam>,
        <http://lexvo.org/id/term/spa/Guam>,
        <http://lexvo.org/id/term/srp-Latn/Guam>,
        <http://lexvo.org/id/term/srp/%D0%93%D1%83%D0%B0%D0%BC>,
        <http://lexvo.org/id/term/swc/Gwam>,
        <http://lexvo.org/id/term/swe/Guam>,
        <http://lexvo.org/id/term/swh/Gwam>,
        <http://lexvo.org/id/term/tam/%E0%AE%95%E0%AF%81%E0%AE%B5%E0%AE%BE%E0%AE%AE%E0%AF%8D>,
        <http://lexvo.org/id/term/tel/%E0%B0%97%E0%B1%8D%E0%B0%B5%E0%B0%BE%E0%B0%AE%E0%B1%8D>,
        <http://lexvo.org/id/term/teo/Gwam>,
        <http://lexvo.org/id/term/tha/%E0%B8%81%E0%B8%A7%E0%B8%A1>,
        <http://lexvo.org/id/term/tir/%E1%8C%89%E1%8B%8B%E1%88%9D>,
        <http://lexvo.org/id/term/ton/Kuamu>,
        <http://lexvo.org/id/term/tur/Guam>,
        <http://lexvo.org/id/term/twq/Guam>,
        <http://lexvo.org/id/term/tzm/Gwam>,
        <http://lexvo.org/id/term/ukr/%D0%93%D1%83%D0%B0%D0%BC>,
        <http://lexvo.org/id/term/urd/%DA%AF%D9%88%D8%A2%D9%85>,
        <http://lexvo.org/id/term/vai-Latn/Guwami>,
        <http://lexvo.org/id/term/vai/%EA%96%B6%EA%95%8E%EA%95%86>,
        <http://lexvo.org/id/term/vie/Guam>,
        <http://lexvo.org/id/term/vun/Gwam>,
        <http://lexvo.org/id/term/wae/Guam>,
        <http://lexvo.org/id/term/xog/Gwamu>,
        <http://lexvo.org/id/term/yav/kuami%C9%9B>,
        <http://lexvo.org/id/term/yor/Or%C3%ADl%E1%BA%B9%CC%81%C3%A8de%20Guamu>,
        <http://lexvo.org/id/term/zsm/Guam>,
        <http://lexvo.org/id/term/zul/i-Guam> ;
    owl:sameAs <http://psi.oasis-open.org/iso/3166/#316>,
        <http://sws.geonames.org/4043988/> .

<http://lexvo.org/id/iso3166/GW> a lvont:GeographicRegion ;
    rdfs:label "Guinee-Bissau"@af,
        "Ginè Bìsawù"@agq,
        "Gini Bisaw"@ak,
        "ጊኒ ቢሳኦ"@am,
        "غينيا بيساو"@ar,
        "Ginebisau"@asa,
        "Guinea-Bisáu"@ast,
        "Qvineya-Bisau"@az,
        "Gìne Bìsàô"@bas,
        "Гвінея-Бісаў"@be,
        "Huginebisau"@bez,
        "Гвинея-Бисау"@bg,
        "Gine Bisawo"@bm,
        "গিনি-বিসাউ"@bn,
        "གྷི་ནི་ཡ་བིས྄་སོ།"@bo,
        "Ginea-Bissau"@br,
        "गीनी-बिसाउ"@brx,
        "Gvineja-Bisao"@bs,
        "Гвинеја-Бисао"@bs-Cyrl,
        "ቢሳዎ"@byn,
        "Guinea Bissau"@ca,
        "Ginebisau"@cgg,
        "ᎫᏇ-ᏈᏌᎤᏫ"@chr,
        "几内亚比绍"@cmn,
        "幾內亞比紹"@cmn-Hant,
        "Guinea-Bissau"@cs,
        "Guinea-Bissau"@cy,
        "Guinea-Bissau"@da,
        "Ginebisau"@dav,
        "Guinea-Bissau"@de,
        "Gine-Bisso"@dje,
        "Giné Bisaau"@dyo,
        "གྷི་ནི་ བྷི་སཱའུ"@dz,
        "Ginebisau"@ebu,
        "Gini-Bisao nutome"@ee,
        "Γουινέα-Μπισάου"@el,
        "Guinea-Bissau"@en,
        "ISO 3166-1:GW"@en,
        "𐐘𐐮𐑌𐐨-𐐒𐐮𐑅𐐵"@en-Dsrt,
        "Gvineo-Bisaŭo"@eo,
        "Guinea-Bissau"@es,
        "Guinea-Bissau"@et,
        "Ginea-Bissau"@eu,
        "Giné Bisaó"@ewo,
        "گینهٔ بیسائو"@fa,
        "گینیا بیسائو"@fa,
        "Gine-Bisaawo"@ff,
        "Guinea-Bissau"@fi,
        "Guinea-Bissau"@fil,
        "Guinea Bissau"@fo,
        "Guinée-Bissau"@fr,
        "Guinea-Bissau"@fur,
        "An Ghuine-Bhissau"@ga,
        "Gini-Bioso"@gd,
        "Guinea-Bissau"@gl,
        "Gineea-Bissau"@gsw,
        "ગિની-બિસાઉ"@gu,
        "Ginebisau"@guz,
        "Gini Bisau"@ha,
        "גיניאה-ביסאו"@he,
        "गीनी-बिसाउ"@hi,
        "Gvineja Bisau"@hr,
        "Guinea-Bissau"@hu,
        "Գվինեա-Բիսաու"@hy,
        "Guinea-Bissau"@ia,
        "Guinea-Bissau"@id,
        "Gínea-Bissá"@is,
        "Guinea-Bissau"@it,
        "ギニアビサウ"@ja,
        "Ŋginɛ̂ Mbisáwu"@jgo,
        "Ginebisau"@jmc,
        "გვინეა-ბისაუ"@ka,
        "Ɣinya-Bisaw"@kab,
        "Ginebisau"@kam,
        "Ginebisau"@kde,
        "Gine-Bisau"@kea,
        "Gine-Bisso"@khq,
        "Ginebisau"@ki,
        "Guinea-Bissau"@kl,
        "Emetab Guinea-Bissau"@kln,
        "ហ្គីណេប៊ីសូ"@km,
        "ಗಿನಿ-ಬಿಸ್ಸಾವ್"@kn,
        "기네비쏘"@ko,
        "گیٖنی بِساو"@ks,
        "Ginebisau"@ksb,
        "ginɛ́ bisɔ́"@ksf,
        "Jinneha_Bißau"@ksh,
        "Gíine Bisáau"@lag,
        "Gini-Bisawu"@lg,
        "Ginɛbisau"@ln,
        "ກິວນີ-ບິສໂຊ"@lo,
        "Bisau Gvinėja"@lt,
        "Nginebisau"@lu,
        "Guinea-Bissau"@luo,
        "Ginebisau"@luy,
        "Gvineja-Bisava"@lv,
        "Ginebisau"@mas,
        "Ginebisau"@mer,
        "Gine-Bisau"@mfe,
        "Giné-Bisao"@mg,
        "Uginebisau"@mgh,
        "Гвинеа-Биса"@mk,
        "ഗിനി-ബിസോ"@ml,
        "गिनी-बिसाउ"@mr,
        "Ginea-Bissaw"@mt,
        "Guine ma Bissao"@mua,
        "Guinea-Bissau"@naq,
        "Guinea-Bissau"@nb,
        "Guinea-Bissau"@nd,
        "गिनी-बिसाउ"@ne,
        "Guinee-Bissau"@nl,
        "Guine Bisso"@nmg,
        "Guinea-Bissau"@nn,
        "Ginebisau"@nyn,
        "ଗୁଇନିଆ-ବିସାଉ"@or,
        "Gwinea Bissau"@pl,
        "Guiné Bissau"@pt,
        "Guiné-Bissau"@pt,
        "Guinea-Bissau"@rm,
        "Gineya Bisawu"@rn,
        "Guineea-Bissau"@ro,
        "Ginebisau"@rof,
        "Гвинея-Бисау"@ru,
        "Ginebisau"@rwk,
        "Ginebisau"@saq,
        "Ginebisawu"@sbp,
        "Guinea-Bissau"@se,
        "Guiné Bissau"@seh,
        "Gine-Bisso"@ses,
        "Gninëe-Bisau"@sg,
        "ⵖⵉⵏⵢⴰ ⴱⵉⵙⴰⵡ"@shi,
        "ɣinya bisaw"@shi-Latn,
        "ගිනි බිසව්"@si,
        "Guinea-Bissau"@sk,
        "Gvineja Bissau"@sl,
        "Guinea-Bissau"@sn,
        "Gini-Bisaaw"@so,
        "Guine Bisau"@sq,
        "Гвинеја-Бисао"@sr,
        "Gvineja-Bisao"@sr-Latn,
        "Guinea-Bissau"@sv,
        "Ginebisau"@swc,
        "Ginebisau"@swh,
        "கினி-பிஸ்ஸாவ்"@ta,
        "గినియా-బిస్సావ్"@te,
        "Ginebisau"@teo,
        "กินี-บิสเซา"@th,
        "ቢሳዎ"@ti,
        "ቢሳዎ"@tig,
        "Kini-Pisau"@to,
        "Gine-Bissau"@tr,
        "Gine-Bisso"@twq,
        "Ɣinya-Bissaw"@tzm,
        "Гвінея-Біссау"@uk,
        "گنی بساؤ"@ur,
        "ꕅꔤꕇ ꔫꕢꕴ"@vai,
        "Gini Bhisawo"@vai-Latn,
        "Guinea-Bissau"@vi,
        "Ginebisau"@vun,
        "Ginea Bissau"@wae,
        "ቢሳዎ"@wal,
        "Gini-Bisawu"@xog,
        "kiinépisaó"@yav,
        "Orílẹ́ède Gene-Busau"@yo,
        "Guinea Bissau"@zsm,
        "i-Guinea-Bissau"@zu ;
    lvont:label <http://lexvo.org/id/term/afr/Guinee-Bissau>,
        <http://lexvo.org/id/term/agq/Gin%C3%A8%20B%C3%ACsaw%C3%B9>,
        <http://lexvo.org/id/term/aka/Gini%20Bisaw>,
        <http://lexvo.org/id/term/amh/%E1%8C%8A%E1%8A%92%20%E1%89%A2%E1%88%B3%E1%8A%A6>,
        <http://lexvo.org/id/term/ara/%D8%BA%D9%8A%D9%86%D9%8A%D8%A7%20%D8%A8%D9%8A%D8%B3%D8%A7%D9%88>,
        <http://lexvo.org/id/term/asa/Ginebisau>,
        <http://lexvo.org/id/term/ast/Guinea-Bis%C3%A1u>,
        <http://lexvo.org/id/term/aze/Qvineya-Bisau>,
        <http://lexvo.org/id/term/bam/Gine%20Bisawo>,
        <http://lexvo.org/id/term/bas/G%C3%ACne%20B%C3%ACs%C3%A0%C3%B4>,
        <http://lexvo.org/id/term/bel/%D0%93%D0%B2%D1%96%D0%BD%D0%B5%D1%8F-%D0%91%D1%96%D1%81%D0%B0%D1%9E>,
        <http://lexvo.org/id/term/ben/%E0%A6%97%E0%A6%BF%E0%A6%A8%E0%A6%BF-%E0%A6%AC%E0%A6%BF%E0%A6%B8%E0%A6%BE%E0%A6%89>,
        <http://lexvo.org/id/term/bez/Huginebisau>,
        <http://lexvo.org/id/term/bod/%E0%BD%82%E0%BE%B7%E0%BD%B2%E0%BC%8B%E0%BD%93%E0%BD%B2%E0%BC%8B%E0%BD%A1%E0%BC%8B%E0%BD%96%E0%BD%B2%E0%BD%A6%E0%BE%84%E0%BC%8B%E0%BD%A6%E0%BD%BC%E0%BC%8D>,
        <http://lexvo.org/id/term/bos-Cyrl/%D0%93%D0%B2%D0%B8%D0%BD%D0%B5%D1%98%D0%B0-%D0%91%D0%B8%D1%81%D0%B0%D0%BE>,
        <http://lexvo.org/id/term/bos/Gvineja-Bisao>,
        <http://lexvo.org/id/term/bre/Ginea-Bissau>,
        <http://lexvo.org/id/term/brx/%E0%A4%97%E0%A5%80%E0%A4%A8%E0%A5%80-%E0%A4%AC%E0%A4%BF%E0%A4%B8%E0%A4%BE%E0%A4%89>,
        <http://lexvo.org/id/term/bul/%D0%93%D0%B2%D0%B8%D0%BD%D0%B5%D1%8F-%D0%91%D0%B8%D1%81%D0%B0%D1%83>,
        <http://lexvo.org/id/term/byn/%E1%89%A2%E1%88%B3%E1%8B%8E>,
        <http://lexvo.org/id/term/cat/Guinea%20Bissau>,
        <http://lexvo.org/id/term/ces/Guinea-Bissau>,
        <http://lexvo.org/id/term/cgg/Ginebisau>,
        <http://lexvo.org/id/term/chr/%E1%8E%AB%E1%8F%87-%E1%8F%88%E1%8F%8C%E1%8E%A4%E1%8F%AB>,
        <http://lexvo.org/id/term/cmn-Hant/%E5%B9%BE%E5%85%A7%E4%BA%9E%E6%AF%94%E7%B4%B9>,
        <http://lexvo.org/id/term/cmn/%E5%87%A0%E5%86%85%E4%BA%9A%E6%AF%94%E7%BB%8D>,
        <http://lexvo.org/id/term/cym/Guinea-Bissau>,
        <http://lexvo.org/id/term/dan/Guinea-Bissau>,
        <http://lexvo.org/id/term/dav/Ginebisau>,
        <http://lexvo.org/id/term/deu/Guinea-Bissau>,
        <http://lexvo.org/id/term/dje/Gine-Bisso>,
        <http://lexvo.org/id/term/dyo/Gin%C3%A9%20Bisaau>,
        <http://lexvo.org/id/term/dzo/%E0%BD%82%E0%BE%B7%E0%BD%B2%E0%BC%8B%E0%BD%93%E0%BD%B2%E0%BC%8B%20%E0%BD%96%E0%BE%B7%E0%BD%B2%E0%BC%8B%E0%BD%A6%E0%BD%B1%E0%BD%A0%E0%BD%B4>,
        <http://lexvo.org/id/term/ebu/Ginebisau>,
        <http://lexvo.org/id/term/ell/%CE%93%CE%BF%CF%85%CE%B9%CE%BD%CE%AD%CE%B1-%CE%9C%CF%80%CE%B9%CF%83%CE%AC%CE%BF%CF%85>,
        <http://lexvo.org/id/term/eng-Dsrt/%F0%90%90%98%F0%90%90%AE%F0%90%91%8C%F0%90%90%A8-%F0%90%90%92%F0%90%90%AE%F0%90%91%85%F0%90%90%B5>,
        <http://lexvo.org/id/term/eng/Guinea-Bissau>,
        <http://lexvo.org/id/term/eng/ISO%203166-1%3AGW>,
        <http://lexvo.org/id/term/epo/Gvineo-Bisa%C5%ADo>,
        <http://lexvo.org/id/term/est/Guinea-Bissau>,
        <http://lexvo.org/id/term/eus/Ginea-Bissau>,
        <http://lexvo.org/id/term/ewe/Gini-Bisao%20nutome>,
        <http://lexvo.org/id/term/ewo/Gin%C3%A9%20Bisa%C3%B3>,
        <http://lexvo.org/id/term/fao/Guinea%20Bissau>,
        <http://lexvo.org/id/term/fas/%DA%AF%DB%8C%D9%86%D9%87%D9%94%20%D8%A8%DB%8C%D8%B3%D8%A7%D8%A6%D9%88>,
        <http://lexvo.org/id/term/fas/%DA%AF%DB%8C%D9%86%DB%8C%D8%A7%20%D8%A8%DB%8C%D8%B3%D8%A7%D8%A6%D9%88>,
        <http://lexvo.org/id/term/fil/Guinea-Bissau>,
        <http://lexvo.org/id/term/fin/Guinea-Bissau>,
        <http://lexvo.org/id/term/fra/Guin%C3%A9e-Bissau>,
        <http://lexvo.org/id/term/ful/Gine-Bisaawo>,
        <http://lexvo.org/id/term/fur/Guinea-Bissau>,
        <http://lexvo.org/id/term/gla/Gini-Bioso>,
        <http://lexvo.org/id/term/gle/An%20Ghuine-Bhissau>,
        <http://lexvo.org/id/term/glg/Guinea-Bissau>,
        <http://lexvo.org/id/term/gsw/Gineea-Bissau>,
        <http://lexvo.org/id/term/guj/%E0%AA%97%E0%AA%BF%E0%AA%A8%E0%AB%80-%E0%AA%AC%E0%AA%BF%E0%AA%B8%E0%AA%BE%E0%AA%89>,
        <http://lexvo.org/id/term/guz/Ginebisau>,
        <http://lexvo.org/id/term/hau/Gini%20Bisau>,
        <http://lexvo.org/id/term/heb/%D7%92%D7%99%D7%A0%D7%99%D7%90%D7%94-%D7%91%D7%99%D7%A1%D7%90%D7%95>,
        <http://lexvo.org/id/term/hin/%E0%A4%97%E0%A5%80%E0%A4%A8%E0%A5%80-%E0%A4%AC%E0%A4%BF%E0%A4%B8%E0%A4%BE%E0%A4%89>,
        <http://lexvo.org/id/term/hrv/Gvineja%20Bisau>,
        <http://lexvo.org/id/term/hun/Guinea-Bissau>,
        <http://lexvo.org/id/term/hye/%D4%B3%D5%BE%D5%AB%D5%B6%D5%A5%D5%A1-%D4%B2%D5%AB%D5%BD%D5%A1%D5%B8%D6%82>,
        <http://lexvo.org/id/term/ina/Guinea-Bissau>,
        <http://lexvo.org/id/term/ind/Guinea-Bissau>,
        <http://lexvo.org/id/term/isl/G%C3%ADnea-Biss%C3%A1>,
        <http://lexvo.org/id/term/ita/Guinea-Bissau>,
        <http://lexvo.org/id/term/jgo/%C5%8Agin%C9%9B%CC%82%20Mbis%C3%A1wu>,
        <http://lexvo.org/id/term/jmc/Ginebisau>,
        <http://lexvo.org/id/term/jpn/%E3%82%AE%E3%83%8B%E3%82%A2%E3%83%93%E3%82%B5%E3%82%A6>,
        <http://lexvo.org/id/term/kab/%C6%94inya-Bisaw>,
        <http://lexvo.org/id/term/kal/Guinea-Bissau>,
        <http://lexvo.org/id/term/kam/Ginebisau>,
        <http://lexvo.org/id/term/kan/%E0%B2%97%E0%B2%BF%E0%B2%A8%E0%B2%BF-%E0%B2%AC%E0%B2%BF%E0%B2%B8%E0%B3%8D%E0%B2%B8%E0%B2%BE%E0%B2%B5%E0%B3%8D>,
        <http://lexvo.org/id/term/kas/%DA%AF%DB%8C%D9%96%D9%86%DB%8C%20%D8%A8%D9%90%D8%B3%D8%A7%D9%88>,
        <http://lexvo.org/id/term/kat/%E1%83%92%E1%83%95%E1%83%98%E1%83%9C%E1%83%94%E1%83%90-%E1%83%91%E1%83%98%E1%83%A1%E1%83%90%E1%83%A3>,
        <http://lexvo.org/id/term/kde/Ginebisau>,
        <http://lexvo.org/id/term/kea/Gine-Bisau>,
        <http://lexvo.org/id/term/khm/%E1%9E%A0%E1%9F%92%E1%9E%82%E1%9E%B8%E1%9E%8E%E1%9F%81%E1%9E%94%E1%9F%8A%E1%9E%B8%E1%9E%9F%E1%9E%BC>,
        <http://lexvo.org/id/term/khq/Gine-Bisso>,
        <http://lexvo.org/id/term/kik/Ginebisau>,
        <http://lexvo.org/id/term/kln/Emetab%20Guinea-Bissau>,
        <http://lexvo.org/id/term/kor/%EA%B8%B0%EB%84%A4%EB%B9%84%EC%8F%98>,
        <http://lexvo.org/id/term/ksb/Ginebisau>,
        <http://lexvo.org/id/term/ksf/gin%C9%9B%CC%81%20bis%C9%94%CC%81>,
        <http://lexvo.org/id/term/ksh/Jinneha_Bi%C3%9Fau>,
        <http://lexvo.org/id/term/lag/G%C3%ADine%20Bis%C3%A1au>,
        <http://lexvo.org/id/term/lao/%E0%BA%81%E0%BA%B4%E0%BA%A7%E0%BA%99%E0%BA%B5-%E0%BA%9A%E0%BA%B4%E0%BA%AA%E0%BB%82%E0%BA%8A>,
        <http://lexvo.org/id/term/lav/Gvineja-Bisava>,
        <http://lexvo.org/id/term/lin/Gin%C9%9Bbisau>,
        <http://lexvo.org/id/term/lit/Bisau%20Gvin%C4%97ja>,
        <http://lexvo.org/id/term/lub/Nginebisau>,
        <http://lexvo.org/id/term/lug/Gini-Bisawu>,
        <http://lexvo.org/id/term/luo/Guinea-Bissau>,
        <http://lexvo.org/id/term/luy/Ginebisau>,
        <http://lexvo.org/id/term/mal/%E0%B4%97%E0%B4%BF%E0%B4%A8%E0%B4%BF-%E0%B4%AC%E0%B4%BF%E0%B4%B8%E0%B5%8B>,
        <http://lexvo.org/id/term/mar/%E0%A4%97%E0%A4%BF%E0%A4%A8%E0%A5%80-%E0%A4%AC%E0%A4%BF%E0%A4%B8%E0%A4%BE%E0%A4%89>,
        <http://lexvo.org/id/term/mas/Ginebisau>,
        <http://lexvo.org/id/term/mer/Ginebisau>,
        <http://lexvo.org/id/term/mfe/Gine-Bisau>,
        <http://lexvo.org/id/term/mgh/Uginebisau>,
        <http://lexvo.org/id/term/mkd/%D0%93%D0%B2%D0%B8%D0%BD%D0%B5%D0%B0-%D0%91%D0%B8%D1%81%D0%B0>,
        <http://lexvo.org/id/term/mlg/Gin%C3%A9-Bisao>,
        <http://lexvo.org/id/term/mlt/Ginea-Bissaw>,
        <http://lexvo.org/id/term/mua/Guine%20ma%20Bissao>,
        <http://lexvo.org/id/term/naq/Guinea-Bissau>,
        <http://lexvo.org/id/term/nde/Guinea-Bissau>,
        <http://lexvo.org/id/term/nep/%E0%A4%97%E0%A4%BF%E0%A4%A8%E0%A5%80-%E0%A4%AC%E0%A4%BF%E0%A4%B8%E0%A4%BE%E0%A4%89>,
        <http://lexvo.org/id/term/nld/Guinee-Bissau>,
        <http://lexvo.org/id/term/nmg/Guine%20Bisso>,
        <http://lexvo.org/id/term/nno/Guinea-Bissau>,
        <http://lexvo.org/id/term/nob/Guinea-Bissau>,
        <http://lexvo.org/id/term/nyn/Ginebisau>,
        <http://lexvo.org/id/term/ori/%E0%AC%97%E0%AD%81%E0%AC%87%E0%AC%A8%E0%AC%BF%E0%AC%86-%E0%AC%AC%E0%AC%BF%E0%AC%B8%E0%AC%BE%E0%AC%89>,
        <http://lexvo.org/id/term/pol/Gwinea%20Bissau>,
        <http://lexvo.org/id/term/por/Guin%C3%A9%20Bissau>,
        <http://lexvo.org/id/term/por/Guin%C3%A9-Bissau>,
        <http://lexvo.org/id/term/rof/Ginebisau>,
        <http://lexvo.org/id/term/roh/Guinea-Bissau>,
        <http://lexvo.org/id/term/ron/Guineea-Bissau>,
        <http://lexvo.org/id/term/run/Gineya%20Bisawu>,
        <http://lexvo.org/id/term/rus/%D0%93%D0%B2%D0%B8%D0%BD%D0%B5%D1%8F-%D0%91%D0%B8%D1%81%D0%B0%D1%83>,
        <http://lexvo.org/id/term/rwk/Ginebisau>,
        <http://lexvo.org/id/term/sag/Gnin%C3%ABe-Bisau>,
        <http://lexvo.org/id/term/saq/Ginebisau>,
        <http://lexvo.org/id/term/sbp/Ginebisawu>,
        <http://lexvo.org/id/term/seh/Guin%C3%A9%20Bissau>,
        <http://lexvo.org/id/term/ses/Gine-Bisso>,
        <http://lexvo.org/id/term/shi-Latn/%C9%A3inya%20bisaw>,
        <http://lexvo.org/id/term/shi/%E2%B5%96%E2%B5%89%E2%B5%8F%E2%B5%A2%E2%B4%B0%20%E2%B4%B1%E2%B5%89%E2%B5%99%E2%B4%B0%E2%B5%A1>,
        <http://lexvo.org/id/term/sin/%E0%B6%9C%E0%B7%92%E0%B6%B1%E0%B7%92%20%E0%B6%B6%E0%B7%92%E0%B7%83%E0%B7%80%E0%B7%8A>,
        <http://lexvo.org/id/term/slk/Guinea-Bissau>,
        <http://lexvo.org/id/term/slv/Gvineja%20Bissau>,
        <http://lexvo.org/id/term/sme/Guinea-Bissau>,
        <http://lexvo.org/id/term/sna/Guinea-Bissau>,
        <http://lexvo.org/id/term/som/Gini-Bisaaw>,
        <http://lexvo.org/id/term/spa/Guinea-Bissau>,
        <http://lexvo.org/id/term/sqi/Guine%20Bisau>,
        <http://lexvo.org/id/term/srp-Latn/Gvineja-Bisao>,
        <http://lexvo.org/id/term/srp/%D0%93%D0%B2%D0%B8%D0%BD%D0%B5%D1%98%D0%B0-%D0%91%D0%B8%D1%81%D0%B0%D0%BE>,
        <http://lexvo.org/id/term/swc/Ginebisau>,
        <http://lexvo.org/id/term/swe/Guinea-Bissau>,
        <http://lexvo.org/id/term/swh/Ginebisau>,
        <http://lexvo.org/id/term/tam/%E0%AE%95%E0%AE%BF%E0%AE%A9%E0%AE%BF-%E0%AE%AA%E0%AE%BF%E0%AE%B8%E0%AF%8D%E0%AE%B8%E0%AE%BE%E0%AE%B5%E0%AF%8D>,
        <http://lexvo.org/id/term/tel/%E0%B0%97%E0%B0%BF%E0%B0%A8%E0%B0%BF%E0%B0%AF%E0%B0%BE-%E0%B0%AC%E0%B0%BF%E0%B0%B8%E0%B1%8D%E0%B0%B8%E0%B0%BE%E0%B0%B5%E0%B1%8D>,
        <http://lexvo.org/id/term/teo/Ginebisau>,
        <http://lexvo.org/id/term/tha/%E0%B8%81%E0%B8%B4%E0%B8%99%E0%B8%B5-%E0%B8%9A%E0%B8%B4%E0%B8%AA%E0%B9%80%E0%B8%8B%E0%B8%B2>,
        <http://lexvo.org/id/term/tig/%E1%89%A2%E1%88%B3%E1%8B%8E>,
        <http://lexvo.org/id/term/tir/%E1%89%A2%E1%88%B3%E1%8B%8E>,
        <http://lexvo.org/id/term/ton/Kini-Pisau>,
        <http://lexvo.org/id/term/tur/Gine-Bissau>,
        <http://lexvo.org/id/term/twq/Gine-Bisso>,
        <http://lexvo.org/id/term/tzm/%C6%94inya-Bissaw>,
        <http://lexvo.org/id/term/ukr/%D0%93%D0%B2%D1%96%D0%BD%D0%B5%D1%8F-%D0%91%D1%96%D1%81%D1%81%D0%B0%D1%83>,
        <http://lexvo.org/id/term/urd/%DA%AF%D9%86%DB%8C%20%D8%A8%D8%B3%D8%A7%D8%A4>,
        <http://lexvo.org/id/term/vai-Latn/Gini%20Bhisawo>,
        <http://lexvo.org/id/term/vai/%EA%95%85%EA%94%A4%EA%95%87%20%EA%94%AB%EA%95%A2%EA%95%B4>,
        <http://lexvo.org/id/term/vie/Guinea-Bissau>,
        <http://lexvo.org/id/term/vun/Ginebisau>,
        <http://lexvo.org/id/term/wae/Ginea%20Bissau>,
        <http://lexvo.org/id/term/wal/%E1%89%A2%E1%88%B3%E1%8B%8E>,
        <http://lexvo.org/id/term/xog/Gini-Bisawu>,
        <http://lexvo.org/id/term/yav/kiin%C3%A9pisa%C3%B3>,
        <http://lexvo.org/id/term/yor/Or%C3%ADl%E1%BA%B9%CC%81%C3%A8de%20Gene-Busau>,
        <http://lexvo.org/id/term/zsm/Guinea%20Bissau>,
        <http://lexvo.org/id/term/zul/i-Guinea-Bissau> ;
    owl:sameAs <http://psi.oasis-open.org/iso/3166/#624>,
        <http://sws.geonames.org/2372248/> .

<http://lexvo.org/id/iso3166/GY> a lvont:GeographicRegion ;
    rdfs:label "Guyana"@af,
        "Gùyanà"@agq,
        "Gayana"@ak,
        "ጉያና"@am,
        "غيانا"@ar,
        "Guyana"@asa,
        "Guyana"@ast,
        "Quyana"@az,
        "Gùyanà"@bas,
        "Гаяна"@be,
        "Huguyana"@bez,
        "Гвиана"@bg,
        "Gwiyana"@bm,
        "গিয়ানা"@bn,
        "གྷུ་ཡཱ་ན།"@bo,
        "Guyana"@br,
        "गुयाना"@brx,
        "Gvajana"@bs,
        "Гвајана"@bs-Cyrl,
        "ጉያና"@byn,
        "Guyana"@ca,
        "Guyana"@cgg,
        "ᎦᏯᎾ"@chr,
        "圭亚那"@cmn,
        "蓋亞納"@cmn-Hant,
        "Guyana"@cs,
        "Guyana"@cy,
        "Guyana"@da,
        "Guyana"@dav,
        "Guyana"@de,
        "Guyaane"@dje,
        "Giyan"@dyo,
        "གྷ་ཡ་ན"@dz,
        "Guyana"@ebu,
        "Guyanadu"@ee,
        "Γουιάνα"@el,
        "Guyana"@en,
        "ISO 3166-1:GY"@en,
        "𐐘𐐴𐐰𐑌𐐲"@en-Dsrt,
        "Gujano"@eo,
        "Guyana"@es,
        "Guyana"@et,
        "Guyana"@eu,
        "Guyán"@ewo,
        "گویان"@fa,
        "گیانا"@fa,
        "Giyaan"@ff,
        "Guyana"@fi,
        "Guyana"@fil,
        "Gujana"@fo,
        "Guyana"@fr,
        "Guyana"@fur,
        "An Ghuáin"@ga,
        "Guidheàna"@gd,
        "Güiana"@gl,
        "Guäjaana"@gsw,
        "ગયાના"@gu,
        "Guyana"@guz,
        "Guyana"@ha,
        "גיאנה"@he,
        "गुयाना"@hi,
        "Gvajana"@hr,
        "Guyana"@hu,
        "Գայանա"@hy,
        "Guyana"@id,
        "Gvæjana"@is,
        "Guyana"@it,
        "ガイアナ"@ja,
        "Guyana"@jmc,
        "გაიანა"@ka,
        "Guwana"@kab,
        "Guyana"@kam,
        "Guyana"@kde,
        "Giana"@kea,
        "Guyaane"@khq,
        "Guyana"@ki,
        "Guyana"@kl,
        "Emetab Guyana"@kln,
        "ហ្គីយ៉ាណា"@km,
        "ಗಯಾನಾ"@kn,
        "가이아나"@ko,
        "گُیانا"@ks,
        "Guyana"@ksb,
        "guyán"@ksf,
        "Jujaana"@ksh,
        "Guyáana"@lag,
        "Gayana"@lg,
        "Giyane"@ln,
        "ກູຢານາ"@lo,
        "Gajana"@lt,
        "Ngiyane"@lu,
        "Guyana"@luo,
        "Guyana"@luy,
        "Gajāna"@lv,
        "Guyana"@mas,
        "Guyana"@mer,
        "Guyana"@mfe,
        "Guyana"@mg,
        "Uguyana"@mgh,
        "Гвајана"@mk,
        "ഗയാന"@ml,
        "गयाना"@mr,
        "Gujana"@mt,
        "Guyana"@mua,
        "Guyana"@naq,
        "Guyana"@nb,
        "Guyana"@nd,
        "गुयाना"@ne,
        "Guyana"@nl,
        "Guyana"@nmg,
        "Guyana"@nn,
        "Guyana"@nyn,
        "ଗୁଇନା"@or,
        "Gujana"@pl,
        "Guiana"@pt,
        "Guyana"@rm,
        "Guyane"@rn,
        "Guyana"@ro,
        "Guyana"@rof,
        "Гайана"@ru,
        "Guyana"@rwk,
        "Guyana"@saq,
        "Guyana"@sbp,
        "Guyana"@se,
        "Guiana"@seh,
        "Guyaane"@ses,
        "Gayâna"@sg,
        "ⴳⵡⵉⵢⴰⵏⴰ"@shi,
        "gwiyana"@shi-Latn,
        "ගයනාව"@si,
        "Guayana"@sk,
        "Gvajana"@sl,
        "Guyana"@sn,
        "Guyana"@so,
        "Guajana"@sq,
        "Гвајана"@sr,
        "Gvajana"@sr-Latn,
        "Guyana"@sv,
        "Guyana"@swc,
        "Guyana"@swh,
        "கயானா"@ta,
        "గయానా"@te,
        "Guyana"@teo,
        "กายอานา"@th,
        "ጉያና"@ti,
        "ጉያና"@tig,
        "Kuiana"@to,
        "Guyana"@tr,
        "Guyaane"@twq,
        "Guyana"@tzm,
        "Гайана"@uk,
        "گیانا"@ur,
        "ꖶꕩꕯ"@vai,
        "Guyana"@vai-Latn,
        "Guyana"@vi,
        "Guyana"@vun,
        "Guyana"@wae,
        "ጉያና"@wal,
        "Gayana"@xog,
        "kuyáan"@yav,
        "Orílẹ́ède Guyana"@yo,
        "Guyana"@zsm,
        "i-Guyana"@zu ;
    lvont:label <http://lexvo.org/id/term/afr/Guyana>,
        <http://lexvo.org/id/term/agq/G%C3%B9yan%C3%A0>,
        <http://lexvo.org/id/term/aka/Gayana>,
        <http://lexvo.org/id/term/amh/%E1%8C%89%E1%8B%AB%E1%8A%93>,
        <http://lexvo.org/id/term/ara/%D8%BA%D9%8A%D8%A7%D9%86%D8%A7>,
        <http://lexvo.org/id/term/asa/Guyana>,
        <http://lexvo.org/id/term/ast/Guyana>,
        <http://lexvo.org/id/term/aze/Quyana>,
        <http://lexvo.org/id/term/bam/Gwiyana>,
        <http://lexvo.org/id/term/bas/G%C3%B9yan%C3%A0>,
        <http://lexvo.org/id/term/bel/%D0%93%D0%B0%D1%8F%D0%BD%D0%B0>,
        <http://lexvo.org/id/term/ben/%E0%A6%97%E0%A6%BF%E0%A6%AF%E0%A6%BC%E0%A6%BE%E0%A6%A8%E0%A6%BE>,
        <http://lexvo.org/id/term/bez/Huguyana>,
        <http://lexvo.org/id/term/bod/%E0%BD%82%E0%BE%B7%E0%BD%B4%E0%BC%8B%E0%BD%A1%E0%BD%B1%E0%BC%8B%E0%BD%93%E0%BC%8D>,
        <http://lexvo.org/id/term/bos-Cyrl/%D0%93%D0%B2%D0%B0%D1%98%D0%B0%D0%BD%D0%B0>,
        <http://lexvo.org/id/term/bos/Gvajana>,
        <http://lexvo.org/id/term/bre/Guyana>,
        <http://lexvo.org/id/term/brx/%E0%A4%97%E0%A5%81%E0%A4%AF%E0%A4%BE%E0%A4%A8%E0%A4%BE>,
        <http://lexvo.org/id/term/bul/%D0%93%D0%B2%D0%B8%D0%B0%D0%BD%D0%B0>,
        <http://lexvo.org/id/term/byn/%E1%8C%89%E1%8B%AB%E1%8A%93>,
        <http://lexvo.org/id/term/cat/Guyana>,
        <http://lexvo.org/id/term/ces/Guyana>,
        <http://lexvo.org/id/term/cgg/Guyana>,
        <http://lexvo.org/id/term/chr/%E1%8E%A6%E1%8F%AF%E1%8E%BE>,
        <http://lexvo.org/id/term/cmn-Hant/%E8%93%8B%E4%BA%9E%E7%B4%8D>,
        <http://lexvo.org/id/term/cmn/%E5%9C%AD%E4%BA%9A%E9%82%A3>,
        <http://lexvo.org/id/term/cym/Guyana>,
        <http://lexvo.org/id/term/dan/Guyana>,
        <http://lexvo.org/id/term/dav/Guyana>,
        <http://lexvo.org/id/term/deu/Guyana>,
        <http://lexvo.org/id/term/dje/Guyaane>,
        <http://lexvo.org/id/term/dyo/Giyan>,
        <http://lexvo.org/id/term/dzo/%E0%BD%82%E0%BE%B7%E0%BC%8B%E0%BD%A1%E0%BC%8B%E0%BD%93>,
        <http://lexvo.org/id/term/ebu/Guyana>,
        <http://lexvo.org/id/term/ell/%CE%93%CE%BF%CF%85%CE%B9%CE%AC%CE%BD%CE%B1>,
        <http://lexvo.org/id/term/eng-Dsrt/%F0%90%90%98%F0%90%90%B4%F0%90%90%B0%F0%90%91%8C%F0%90%90%B2>,
        <http://lexvo.org/id/term/eng/Guyana>,
        <http://lexvo.org/id/term/eng/ISO%203166-1%3AGY>,
        <http://lexvo.org/id/term/epo/Gujano>,
        <http://lexvo.org/id/term/est/Guyana>,
        <http://lexvo.org/id/term/eus/Guyana>,
        <http://lexvo.org/id/term/ewe/Guyanadu>,
        <http://lexvo.org/id/term/ewo/Guy%C3%A1n>,
        <http://lexvo.org/id/term/fao/Gujana>,
        <http://lexvo.org/id/term/fas/%DA%AF%D9%88%DB%8C%D8%A7%D9%86>,
        <http://lexvo.org/id/term/fas/%DA%AF%DB%8C%D8%A7%D9%86%D8%A7>,
        <http://lexvo.org/id/term/fil/Guyana>,
        <http://lexvo.org/id/term/fin/Guyana>,
        <http://lexvo.org/id/term/fra/Guyana>,
        <http://lexvo.org/id/term/ful/Giyaan>,
        <http://lexvo.org/id/term/fur/Guyana>,
        <http://lexvo.org/id/term/gla/Guidhe%C3%A0na>,
        <http://lexvo.org/id/term/gle/An%20Ghu%C3%A1in>,
        <http://lexvo.org/id/term/glg/G%C3%BCiana>,
        <http://lexvo.org/id/term/gsw/Gu%C3%A4jaana>,
        <http://lexvo.org/id/term/guj/%E0%AA%97%E0%AA%AF%E0%AA%BE%E0%AA%A8%E0%AA%BE>,
        <http://lexvo.org/id/term/guz/Guyana>,
        <http://lexvo.org/id/term/hau/Guyana>,
        <http://lexvo.org/id/term/heb/%D7%92%D7%99%D7%90%D7%A0%D7%94>,
        <http://lexvo.org/id/term/hin/%E0%A4%97%E0%A5%81%E0%A4%AF%E0%A4%BE%E0%A4%A8%E0%A4%BE>,
        <http://lexvo.org/id/term/hrv/Gvajana>,
        <http://lexvo.org/id/term/hun/Guyana>,
        <http://lexvo.org/id/term/hye/%D4%B3%D5%A1%D5%B5%D5%A1%D5%B6%D5%A1>,
        <http://lexvo.org/id/term/ind/Guyana>,
        <http://lexvo.org/id/term/isl/Gv%C3%A6jana>,
        <http://lexvo.org/id/term/ita/Guyana>,
        <http://lexvo.org/id/term/jmc/Guyana>,
        <http://lexvo.org/id/term/jpn/%E3%82%AC%E3%82%A4%E3%82%A2%E3%83%8A>,
        <http://lexvo.org/id/term/kab/Guwana>,
        <http://lexvo.org/id/term/kal/Guyana>,
        <http://lexvo.org/id/term/kam/Guyana>,
        <http://lexvo.org/id/term/kan/%E0%B2%97%E0%B2%AF%E0%B2%BE%E0%B2%A8%E0%B2%BE>,
        <http://lexvo.org/id/term/kas/%DA%AF%D9%8F%DB%8C%D8%A7%D9%86%D8%A7>,
        <http://lexvo.org/id/term/kat/%E1%83%92%E1%83%90%E1%83%98%E1%83%90%E1%83%9C%E1%83%90>,
        <http://lexvo.org/id/term/kde/Guyana>,
        <http://lexvo.org/id/term/kea/Giana>,
        <http://lexvo.org/id/term/khm/%E1%9E%A0%E1%9F%92%E1%9E%82%E1%9E%B8%E1%9E%99%E1%9F%89%E1%9E%B6%E1%9E%8E%E1%9E%B6>,
        <http://lexvo.org/id/term/khq/Guyaane>,
        <http://lexvo.org/id/term/kik/Guyana>,
        <http://lexvo.org/id/term/kln/Emetab%20Guyana>,
        <http://lexvo.org/id/term/kor/%EA%B0%80%EC%9D%B4%EC%95%84%EB%82%98>,
        <http://lexvo.org/id/term/ksb/Guyana>,
        <http://lexvo.org/id/term/ksf/guy%C3%A1n>,
        <http://lexvo.org/id/term/ksh/Jujaana>,
        <http://lexvo.org/id/term/lag/Guy%C3%A1ana>,
        <http://lexvo.org/id/term/lao/%E0%BA%81%E0%BA%B9%E0%BA%A2%E0%BA%B2%E0%BA%99%E0%BA%B2>,
        <http://lexvo.org/id/term/lav/Gaj%C4%81na>,
        <http://lexvo.org/id/term/lin/Giyane>,
        <http://lexvo.org/id/term/lit/Gajana>,
        <http://lexvo.org/id/term/lub/Ngiyane>,
        <http://lexvo.org/id/term/lug/Gayana>,
        <http://lexvo.org/id/term/luo/Guyana>,
        <http://lexvo.org/id/term/luy/Guyana>,
        <http://lexvo.org/id/term/mal/%E0%B4%97%E0%B4%AF%E0%B4%BE%E0%B4%A8>,
        <http://lexvo.org/id/term/mar/%E0%A4%97%E0%A4%AF%E0%A4%BE%E0%A4%A8%E0%A4%BE>,
        <http://lexvo.org/id/term/mas/Guyana>,
        <http://lexvo.org/id/term/mer/Guyana>,
        <http://lexvo.org/id/term/mfe/Guyana>,
        <http://lexvo.org/id/term/mgh/Uguyana>,
        <http://lexvo.org/id/term/mkd/%D0%93%D0%B2%D0%B0%D1%98%D0%B0%D0%BD%D0%B0>,
        <http://lexvo.org/id/term/mlg/Guyana>,
        <http://lexvo.org/id/term/mlt/Gujana>,
        <http://lexvo.org/id/term/mua/Guyana>,
        <http://lexvo.org/id/term/naq/Guyana>,
        <http://lexvo.org/id/term/nde/Guyana>,
        <http://lexvo.org/id/term/nep/%E0%A4%97%E0%A5%81%E0%A4%AF%E0%A4%BE%E0%A4%A8%E0%A4%BE>,
        <http://lexvo.org/id/term/nld/Guyana>,
        <http://lexvo.org/id/term/nmg/Guyana>,
        <http://lexvo.org/id/term/nno/Guyana>,
        <http://lexvo.org/id/term/nob/Guyana>,
        <http://lexvo.org/id/term/nyn/Guyana>,
        <http://lexvo.org/id/term/ori/%E0%AC%97%E0%AD%81%E0%AC%87%E0%AC%A8%E0%AC%BE>,
        <http://lexvo.org/id/term/pol/Gujana>,
        <http://lexvo.org/id/term/por/Guiana>,
        <http://lexvo.org/id/term/rof/Guyana>,
        <http://lexvo.org/id/term/roh/Guyana>,
        <http://lexvo.org/id/term/ron/Guyana>,
        <http://lexvo.org/id/term/run/Guyane>,
        <http://lexvo.org/id/term/rus/%D0%93%D0%B0%D0%B9%D0%B0%D0%BD%D0%B0>,
        <http://lexvo.org/id/term/rwk/Guyana>,
        <http://lexvo.org/id/term/sag/Gay%C3%A2na>,
        <http://lexvo.org/id/term/saq/Guyana>,
        <http://lexvo.org/id/term/sbp/Guyana>,
        <http://lexvo.org/id/term/seh/Guiana>,
        <http://lexvo.org/id/term/ses/Guyaane>,
        <http://lexvo.org/id/term/shi-Latn/gwiyana>,
        <http://lexvo.org/id/term/shi/%E2%B4%B3%E2%B5%A1%E2%B5%89%E2%B5%A2%E2%B4%B0%E2%B5%8F%E2%B4%B0>,
        <http://lexvo.org/id/term/sin/%E0%B6%9C%E0%B6%BA%E0%B6%B1%E0%B7%8F%E0%B7%80>,
        <http://lexvo.org/id/term/slk/Guayana>,
        <http://lexvo.org/id/term/slv/Gvajana>,
        <http://lexvo.org/id/term/sme/Guyana>,
        <http://lexvo.org/id/term/sna/Guyana>,
        <http://lexvo.org/id/term/som/Guyana>,
        <http://lexvo.org/id/term/spa/Guyana>,
        <http://lexvo.org/id/term/sqi/Guajana>,
        <http://lexvo.org/id/term/srp-Latn/Gvajana>,
        <http://lexvo.org/id/term/srp/%D0%93%D0%B2%D0%B0%D1%98%D0%B0%D0%BD%D0%B0>,
        <http://lexvo.org/id/term/swc/Guyana>,
        <http://lexvo.org/id/term/swe/Guyana>,
        <http://lexvo.org/id/term/swh/Guyana>,
        <http://lexvo.org/id/term/tam/%E0%AE%95%E0%AE%AF%E0%AE%BE%E0%AE%A9%E0%AE%BE>,
        <http://lexvo.org/id/term/tel/%E0%B0%97%E0%B0%AF%E0%B0%BE%E0%B0%A8%E0%B0%BE>,
        <http://lexvo.org/id/term/teo/Guyana>,
        <http://lexvo.org/id/term/tha/%E0%B8%81%E0%B8%B2%E0%B8%A2%E0%B8%AD%E0%B8%B2%E0%B8%99%E0%B8%B2>,
        <http://lexvo.org/id/term/tig/%E1%8C%89%E1%8B%AB%E1%8A%93>,
        <http://lexvo.org/id/term/tir/%E1%8C%89%E1%8B%AB%E1%8A%93>,
        <http://lexvo.org/id/term/ton/Kuiana>,
        <http://lexvo.org/id/term/tur/Guyana>,
        <http://lexvo.org/id/term/twq/Guyaane>,
        <http://lexvo.org/id/term/tzm/Guyana>,
        <http://lexvo.org/id/term/ukr/%D0%93%D0%B0%D0%B9%D0%B0%D0%BD%D0%B0>,
        <http://lexvo.org/id/term/urd/%DA%AF%DB%8C%D8%A7%D9%86%D8%A7>,
        <http://lexvo.org/id/term/vai-Latn/Guyana>,
        <http://lexvo.org/id/term/vai/%EA%96%B6%EA%95%A9%EA%95%AF>,
        <http://lexvo.org/id/term/vie/Guyana>,
        <http://lexvo.org/id/term/vun/Guyana>,
        <http://lexvo.org/id/term/wae/Guyana>,
        <http://lexvo.org/id/term/wal/%E1%8C%89%E1%8B%AB%E1%8A%93>,
        <http://lexvo.org/id/term/xog/Gayana>,
        <http://lexvo.org/id/term/yav/kuy%C3%A1an>,
        <http://lexvo.org/id/term/yor/Or%C3%ADl%E1%BA%B9%CC%81%C3%A8de%20Guyana>,
        <http://lexvo.org/id/term/zsm/Guyana>,
        <http://lexvo.org/id/term/zul/i-Guyana> ;
    owl:sameAs <http://psi.oasis-open.org/iso/3166/#328>,
        <http://sws.geonames.org/3378535/> .

<http://lexvo.org/id/iso3166/HK> a lvont:GeographicRegion ;
    rdfs:label "Hongkong"@af,
        "ሆንግ ኮንግ"@am,
        "ሆንግ ኮንግ SAR ቻይና"@am,
        "هونغ كونغ"@ar,
        "هونغ كونغ الصينية"@ar,
        "ARE China de Ḥong Kong"@ast,
        "Ḥong Kong"@ast,
        "Honk Konq"@az,
        "Honk Konq çina"@az,
        "Гон-Конг"@be,
        "Гон-Конг, Кітай (САР)"@be,
        "Хонг-Конг О.А.Р. на Китай"@bg,
        "Хонконг"@bg,
        "হংকং"@bn,
        "হংকং এসএআর চীনা"@bn,
        "ཧོང་ཀོང༌།"@bo,
        "Hong Kong"@br,
        "Hong Kong RMD Sina"@br,
        "हाँगकाँग विशेष प्रशासनिक क्षेत्र चीन"@brx,
        "Hong Kong"@bs,
        "Hong Kong (S. A. R. Kina)"@bs,
        "Хонг Конг"@bs-Cyrl,
        "Хонг Конг С. А. Р. Кина"@bs-Cyrl,
        "ሆንግ ኮንግ"@byn,
        "Hong Kong"@ca,
        "Regió adm. especial xinesa de Hong Kong"@ca,
        "ᎰᏂᎩ ᎪᏂᎩ"@chr,
        "中国香港特别行政区"@cmn,
        "香港"@cmn,
        "中華人民共和國香港特別行政區"@cmn-Hant,
        "香港"@cmn-Hant,
        "Hongkong"@cs,
        "Hongkong - ZAO Číny"@cs,
        "Hong Cong"@cy,
        "Hong Kong SAR Tseina"@cy,
        "Hongkong"@da,
        "Hongkong SAR"@da,
        "Hongkong"@de,
        "Sonderverwaltungszone Hongkong"@de,
        "ཧོང་ཀོང"@dz,
        "ཧོང་ཀོང་ཅཱའི་ན"@dz,
        "Hɔng Kɔng SAR Tsaina nutome"@ee,
        "Hɔng Kɔng nutome"@ee,
        "Χονγκ Κονγκ"@el,
        "Χονγκ Κονγκ ΕΔΠ Κίνας"@el,
        "Hong Kong"@en,
        "Hong Kong SAR China"@en,
        "ISO 3166-1:HK"@en,
        "𐐐𐐬𐑍 𐐗𐐬𐑍"@en-Dsrt,
        "𐐐𐐬𐑍 𐐗𐐬𐑍 𐐝𐐈𐐡 𐐕𐐴𐑌𐐲"@en-Dsrt,
        "Hong Kong"@es,
        "Región Administrativa Especial de Hong Kong de la República Popular China"@es,
        "Hongkong"@et,
        "Hongkong - Hiina erihalduspiirkond"@et,
        "Hong Kong"@eu,
        "Hong Kong AEB Txina"@eu,
        "هنگ‌کنگ"@fa,
        "هنگ‌کنگ، ناحیهٔ ویژهٔ حکومتی چین"@fa,
        "Hongkong"@fi,
        "Hongkong – Kiinan e.h.a."@fi,
        "Hong Kong"@fil,
        "Hong Kong SAR China"@fil,
        "Hongkong"@fo,
        "Hong Kong"@fr,
        "R.A.S. chinoise de Hong Kong"@fr,
        "Hong Kong"@fur,
        "Regjon aministrative speciâl de Cine di Hong Kong"@fur,
        "Hong Cong"@ga,
        "R.R.S. na Síne Hong Cong"@ga,
        "Hong Kong"@gd,
        "Hong Kong SAR na Sìne"@gd,
        "Hong Kong"@gl,
        "Hong Kong RAE de China"@gl,
        "Hongkong"@gsw,
        "Sonderverwaltigszone Hongkong"@gsw,
        "હોંગ કોંગ"@gu,
        "હોંગકોંગ સાર ચીન"@gu,
        "הונג קונג"@he,
        "הונג קונג - מחוז מנהלי מיוחד של סין"@he,
        "हाँग काँग"@hi,
        "हांगकांग विशेष प्रशासनिक क्षेत्र चीन"@hi,
        "Hong Kong"@hr,
        "Kinesko Posebno Upravno Područje Hong Kong"@hr,
        "Hongkong"@hu,
        "Hongkong SAR Kína"@hu,
        "Hong Kong"@id,
        "Hong Kong SAR China"@id,
        "Hong Kong"@is,
        "Sjálfstjórnarsvæðið Hong Kong"@is,
        "Hong-Kong"@it,
        "RAS di Hong Kong"@it,
        "中華人民共和国香港特別行政区"@ja,
        "香港"@ja,
        "ჰონგ კონგი"@ka,
        "Ong Kong"@kea,
        "Rejiãu Administrativu Special di Ong Kong"@kea,
        "Гонконг (арнайы әкімшілік аймақ)"@kk,
        "Hongkong"@kl,
        "ហុងកុង"@km,
        "ಹಾಂಕ್‌ ಕಾಂಗ್ SAR ಚೈನಾ"@kn,
        "ಹಾಂಗ್ ಕಾಂಗ್"@kn,
        "홍콩"@ko,
        "홍콩, 중국 특별행정구"@ko,
        "ہانٛگ کانٛگ ایس اے آر چیٖن"@ks,
        "Hong-Kong"@ksh,
        "Hongkong"@ksh,
        "Hong Kong"@ln,
        "ຮົງກົງ"@lo,
        "Honkongas"@lt,
        "Kinijos S. A. R. Honkongas"@lt,
        "Honkonga"@lv,
        "Ķīnas īpašās pārvaldes apgabals Honkonga"@lv,
        "Хонг Конг"@mk,
        "Хонг Конг С.А.Р Кина"@mk,
        "ഹോങ് കോങ്"@ml,
        "ഹോങ് കോങ് എസ്.ഏ.ആർ. ചൈന"@ml,
        "हाँगकाँग"@mr,
        "हाँगकाँग एसएआर क्षेत्र चीन"@mr,
        "Ħong Kong"@mt,
        "Ħong Kong S.A.R., Ċina"@mt,
        "တရုတ်၏ အထူးအုပ်ချုပ်ခွင့်ရ ဟောင်ကောင်"@my,
        "ဟောင်ကောင်"@my,
        "Hongkong"@nb,
        "Hongkong S.A.R. Kina"@nb,
        "हङकङ"@ne,
        "हङकङ चिनिँया समाजवादी स्वायत्त क्षेत्र"@ne,
        "Hongkong"@nl,
        "Hongkong SAR van China"@nl,
        "Hongkong"@nn,
        "Hongkong S.A.R. Kina"@nn,
        "ହଂକଂ ବିଶେଷ ପ୍ରଶାସନିକ କ୍ଷେତ୍ର ଚୀନ୍"@or,
        "Hongkong"@pl,
        "Hongkong SAR"@pl,
        "Hong Kong"@pt,
        "Hong Kong, RAE da China"@pt,
        "Região Administrativa Especial de Hong Kong"@pt,
        "Regiun d'administraziun speziala da Hongkong, China"@rm,
        "Hong Kong"@ro,
        "R.A.S. Hong Kong a Chinei"@ro,
        "Гонконг"@ru,
        "Гонконг (особый район)"@ru,
        "Hongkong"@se,
        "හොංකොං"@si,
        "හොංකොං චීන විශේෂ පරිපාලන කලාපය"@si,
        "Hong Kong"@sk,
        "Hongkong OAO Číny"@sk,
        "Hongkong"@sl,
        "Posebno administrativno območje LR Kitajske Hong Kong"@sl,
        "Хонг Конг"@sr,
        "Хонг Конг С. А. Р. Кина"@sr,
        "Hong Kong"@sr-Latn,
        "Hong Kong (S. A. R. Kina)"@sr-Latn,
        "Hongkong"@sv,
        "Hongkong (S.A.R. Kina)"@sv,
        "Hong Kong"@swh,
        "Hong Kong SAR China"@swh,
        "ஹாங்காங்"@ta,
        "ஹாங்காங் சார் சீனா"@ta,
        "చైనా యొక్క హాంగ్కాంగ్"@te,
        "హాంగ్ కాంగ్"@te,
        "ฮ่องกง"@th,
        "ฮ่องกง เขตปกครองพิเศษประเทศจีน"@th,
        "ሆንግ ኮንግ"@ti,
        "ሆንግ ኮንግ"@tig,
        "Hongi Kongi"@to,
        "Hongi Kongi SAR Siaina"@to,
        "Hong Kong"@tr,
        "Çin Hong Kong ÖYB"@tr,
        "Гонконґ"@uk,
        "Гонконґ О.А.Р. Китаю"@uk,
        "ہانگ کانگ"@ur,
        "ہانگ کانگ SAR چین"@ur,
        "Hồng Kông"@vi,
        "Đặc khu hành chính Hồng Kông thuộc CHND Trung Hoa"@vi,
        "Hongkong"@wae,
        "Sonderverwaltigszona Hongkong"@wae,
        "ሆንግ ኮንግ"@wal,
        "Hong Kong"@zsm,
        "Hong Kong SAR China"@zsm,
        "e-Hong Kong SAR China"@zu,
        "i-Hong Kong"@zu ;
    lvont:label <http://lexvo.org/id/term/afr/Hongkong>,
        <http://lexvo.org/id/term/amh/%E1%88%86%E1%8A%95%E1%8C%8D%20%E1%8A%AE%E1%8A%95%E1%8C%8D>,
        <http://lexvo.org/id/term/amh/%E1%88%86%E1%8A%95%E1%8C%8D%20%E1%8A%AE%E1%8A%95%E1%8C%8D%20SAR%20%E1%89%BB%E1%8B%AD%E1%8A%93>,
        <http://lexvo.org/id/term/ara/%D9%87%D9%88%D9%86%D8%BA%20%D9%83%D9%88%D9%86%D8%BA>,
        <http://lexvo.org/id/term/ara/%D9%87%D9%88%D9%86%D8%BA%20%D9%83%D9%88%D9%86%D8%BA%20%D8%A7%D9%84%D8%B5%D9%8A%D9%86%D9%8A%D8%A9>,
        <http://lexvo.org/id/term/ast/%E1%B8%A4ong%20Kong>,
        <http://lexvo.org/id/term/ast/ARE%20China%20de%20%E1%B8%A4ong%20Kong>,
        <http://lexvo.org/id/term/aze/Honk%20Konq>,
        <http://lexvo.org/id/term/aze/Honk%20Konq%20%C3%A7ina>,
        <http://lexvo.org/id/term/bel/%D0%93%D0%BE%D0%BD-%D0%9A%D0%BE%D0%BD%D0%B3>,
        <http://lexvo.org/id/term/bel/%D0%93%D0%BE%D0%BD-%D0%9A%D0%BE%D0%BD%D0%B3%2C%20%D0%9A%D1%96%D1%82%D0%B0%D0%B9%20(%D0%A1%D0%90%D0%A0)>,
        <http://lexvo.org/id/term/ben/%E0%A6%B9%E0%A6%82%E0%A6%95%E0%A6%82>,
        <http://lexvo.org/id/term/ben/%E0%A6%B9%E0%A6%82%E0%A6%95%E0%A6%82%20%E0%A6%8F%E0%A6%B8%E0%A6%8F%E0%A6%86%E0%A6%B0%20%E0%A6%9A%E0%A7%80%E0%A6%A8%E0%A6%BE>,
        <http://lexvo.org/id/term/bod/%E0%BD%A7%E0%BD%BC%E0%BD%84%E0%BC%8B%E0%BD%80%E0%BD%BC%E0%BD%84%E0%BC%8C%E0%BC%8D>,
        <http://lexvo.org/id/term/bos-Cyrl/%D0%A5%D0%BE%D0%BD%D0%B3%20%D0%9A%D0%BE%D0%BD%D0%B3>,
        <http://lexvo.org/id/term/bos-Cyrl/%D0%A5%D0%BE%D0%BD%D0%B3%20%D0%9A%D0%BE%D0%BD%D0%B3%20%D0%A1.%20%D0%90.%20%D0%A0.%20%D0%9A%D0%B8%D0%BD%D0%B0>,
        <http://lexvo.org/id/term/bos/Hong%20Kong>,
        <http://lexvo.org/id/term/bos/Hong%20Kong%20(S.%20A.%20R.%20Kina)>,
        <http://lexvo.org/id/term/bre/Hong%20Kong>,
        <http://lexvo.org/id/term/bre/Hong%20Kong%20RMD%20Sina>,
        <http://lexvo.org/id/term/brx/%E0%A4%B9%E0%A4%BE%E0%A4%81%E0%A4%97%E0%A4%95%E0%A4%BE%E0%A4%81%E0%A4%97%20%E0%A4%B5%E0%A4%BF%E0%A4%B6%E0%A5%87%E0%A4%B7%20%E0%A4%AA%E0%A5%8D%E0%A4%B0%E0%A4%B6%E0%A4%BE%E0%A4%B8%E0%A4%A8%E0%A4%BF%E0%A4%95%20%E0%A4%95%E0%A5%8D%E0%A4%B7%E0%A5%87%E0%A4%A4%E0%A5%8D%E0%A4%B0%20%E0%A4%9A%E0%A5%80%E0%A4%A8>,
        <http://lexvo.org/id/term/bul/%D0%A5%D0%BE%D0%BD%D0%B3-%D0%9A%D0%BE%D0%BD%D0%B3%20%D0%9E.%D0%90.%D0%A0.%20%D0%BD%D0%B0%20%D0%9A%D0%B8%D1%82%D0%B0%D0%B9>,
        <http://lexvo.org/id/term/bul/%D0%A5%D0%BE%D0%BD%D0%BA%D0%BE%D0%BD%D0%B3>,
        <http://lexvo.org/id/term/byn/%E1%88%86%E1%8A%95%E1%8C%8D%20%E1%8A%AE%E1%8A%95%E1%8C%8D>,
        <http://lexvo.org/id/term/cat/Hong%20Kong>,
        <http://lexvo.org/id/term/cat/Regi%C3%B3%20adm.%20especial%20xinesa%20de%20Hong%20Kong>,
        <http://lexvo.org/id/term/ces/Hongkong>,
        <http://lexvo.org/id/term/ces/Hongkong%20-%20ZAO%20%C4%8C%C3%ADny>,
        <http://lexvo.org/id/term/chr/%E1%8E%B0%E1%8F%82%E1%8E%A9%20%E1%8E%AA%E1%8F%82%E1%8E%A9>,
        <http://lexvo.org/id/term/cmn-Hant/%E4%B8%AD%E8%8F%AF%E4%BA%BA%E6%B0%91%E5%85%B1%E5%92%8C%E5%9C%8B%E9%A6%99%E6%B8%AF%E7%89%B9%E5%88%A5%E8%A1%8C%E6%94%BF%E5%8D%80>,
        <http://lexvo.org/id/term/cmn-Hant/%E9%A6%99%E6%B8%AF>,
        <http://lexvo.org/id/term/cmn/%E4%B8%AD%E5%9B%BD%E9%A6%99%E6%B8%AF%E7%89%B9%E5%88%AB%E8%A1%8C%E6%94%BF%E5%8C%BA>,
        <http://lexvo.org/id/term/cmn/%E9%A6%99%E6%B8%AF>,
        <http://lexvo.org/id/term/cym/Hong%20Cong>,
        <http://lexvo.org/id/term/cym/Hong%20Kong%20SAR%20Tseina>,
        <http://lexvo.org/id/term/dan/Hongkong>,
        <http://lexvo.org/id/term/dan/Hongkong%20SAR>,
        <http://lexvo.org/id/term/deu/Hongkong>,
        <http://lexvo.org/id/term/deu/Sonderverwaltungszone%20Hongkong>,
        <http://lexvo.org/id/term/dzo/%E0%BD%A7%E0%BD%BC%E0%BD%84%E0%BC%8B%E0%BD%80%E0%BD%BC%E0%BD%84>,
        <http://lexvo.org/id/term/dzo/%E0%BD%A7%E0%BD%BC%E0%BD%84%E0%BC%8B%E0%BD%80%E0%BD%BC%E0%BD%84%E0%BC%8B%E0%BD%85%E0%BD%B1%E0%BD%A0%E0%BD%B2%E0%BC%8B%E0%BD%93>,
        <http://lexvo.org/id/term/ell/%CE%A7%CE%BF%CE%BD%CE%B3%CE%BA%20%CE%9A%CE%BF%CE%BD%CE%B3%CE%BA>,
        <http://lexvo.org/id/term/ell/%CE%A7%CE%BF%CE%BD%CE%B3%CE%BA%20%CE%9A%CE%BF%CE%BD%CE%B3%CE%BA%20%CE%95%CE%94%CE%A0%20%CE%9A%CE%AF%CE%BD%CE%B1%CF%82>,
        <http://lexvo.org/id/term/eng-Dsrt/%F0%90%90%90%F0%90%90%AC%F0%90%91%8D%20%F0%90%90%97%F0%90%90%AC%F0%90%91%8D>,
        <http://lexvo.org/id/term/eng-Dsrt/%F0%90%90%90%F0%90%90%AC%F0%90%91%8D%20%F0%90%90%97%F0%90%90%AC%F0%90%91%8D%20%F0%90%90%9D%F0%90%90%88%F0%90%90%A1%20%F0%90%90%95%F0%90%90%B4%F0%90%91%8C%F0%90%90%B2>,
        <http://lexvo.org/id/term/eng/Hong%20Kong>,
        <http://lexvo.org/id/term/eng/Hong%20Kong%20SAR%20China>,
        <http://lexvo.org/id/term/eng/ISO%203166-1%3AHK>,
        <http://lexvo.org/id/term/est/Hongkong>,
        <http://lexvo.org/id/term/est/Hongkong%20-%20Hiina%20erihalduspiirkond>,
        <http://lexvo.org/id/term/eus/Hong%20Kong>,
        <http://lexvo.org/id/term/eus/Hong%20Kong%20AEB%20Txina>,
        <http://lexvo.org/id/term/ewe/H%C9%94ng%20K%C9%94ng%20SAR%20Tsaina%20nutome>,
        <http://lexvo.org/id/term/ewe/H%C9%94ng%20K%C9%94ng%20nutome>,
        <http://lexvo.org/id/term/fao/Hongkong>,
        <http://lexvo.org/id/term/fas/%D9%87%D9%86%DA%AF%E2%80%8C%DA%A9%D9%86%DA%AF>,
        <http://lexvo.org/id/term/fas/%D9%87%D9%86%DA%AF%E2%80%8C%DA%A9%D9%86%DA%AF%D8%8C%20%D9%86%D8%A7%D8%AD%DB%8C%D9%87%D9%94%20%D9%88%DB%8C%DA%98%D9%87%D9%94%20%D8%AD%DA%A9%D9%88%D9%85%D8%AA%DB%8C%20%DA%86%DB%8C%D9%86>,
        <http://lexvo.org/id/term/fil/Hong%20Kong>,
        <http://lexvo.org/id/term/fil/Hong%20Kong%20SAR%20China>,
        <http://lexvo.org/id/term/fin/Hongkong>,
        <http://lexvo.org/id/term/fin/Hongkong%20%E2%80%93%20Kiinan%20e.h.a.>,
        <http://lexvo.org/id/term/fra/Hong%20Kong>,
        <http://lexvo.org/id/term/fra/R.A.S.%20chinoise%20de%20Hong%20Kong>,
        <http://lexvo.org/id/term/fur/Hong%20Kong>,
        <http://lexvo.org/id/term/fur/Regjon%20aministrative%20speci%C3%A2l%20de%20Cine%20di%20Hong%20Kong>,
        <http://lexvo.org/id/term/gla/Hong%20Kong>,
        <http://lexvo.org/id/term/gla/Hong%20Kong%20SAR%20na%20S%C3%ACne>,
        <http://lexvo.org/id/term/gle/Hong%20Cong>,
        <http://lexvo.org/id/term/gle/R.R.S.%20na%20S%C3%ADne%20Hong%20Cong>,
        <http://lexvo.org/id/term/glg/Hong%20Kong>,
        <http://lexvo.org/id/term/glg/Hong%20Kong%20RAE%20de%20China>,
        <http://lexvo.org/id/term/gsw/Hongkong>,
        <http://lexvo.org/id/term/gsw/Sonderverwaltigszone%20Hongkong>,
        <http://lexvo.org/id/term/guj/%E0%AA%B9%E0%AB%8B%E0%AA%82%E0%AA%97%20%E0%AA%95%E0%AB%8B%E0%AA%82%E0%AA%97>,
        <http://lexvo.org/id/term/guj/%E0%AA%B9%E0%AB%8B%E0%AA%82%E0%AA%97%E0%AA%95%E0%AB%8B%E0%AA%82%E0%AA%97%20%E0%AA%B8%E0%AA%BE%E0%AA%B0%20%E0%AA%9A%E0%AB%80%E0%AA%A8>,
        <http://lexvo.org/id/term/heb/%D7%94%D7%95%D7%A0%D7%92%20%D7%A7%D7%95%D7%A0%D7%92>,
        <http://lexvo.org/id/term/heb/%D7%94%D7%95%D7%A0%D7%92%20%D7%A7%D7%95%D7%A0%D7%92%20-%20%D7%9E%D7%97%D7%95%D7%96%20%D7%9E%D7%A0%D7%94%D7%9C%D7%99%20%D7%9E%D7%99%D7%95%D7%97%D7%93%20%D7%A9%D7%9C%20%D7%A1%D7%99%D7%9F>,
        <http://lexvo.org/id/term/hin/%E0%A4%B9%E0%A4%BE%E0%A4%81%E0%A4%97%20%E0%A4%95%E0%A4%BE%E0%A4%81%E0%A4%97>,
        <http://lexvo.org/id/term/hin/%E0%A4%B9%E0%A4%BE%E0%A4%82%E0%A4%97%E0%A4%95%E0%A4%BE%E0%A4%82%E0%A4%97%20%E0%A4%B5%E0%A4%BF%E0%A4%B6%E0%A5%87%E0%A4%B7%20%E0%A4%AA%E0%A5%8D%E0%A4%B0%E0%A4%B6%E0%A4%BE%E0%A4%B8%E0%A4%A8%E0%A4%BF%E0%A4%95%20%E0%A4%95%E0%A5%8D%E0%A4%B7%E0%A5%87%E0%A4%A4%E0%A5%8D%E0%A4%B0%20%E0%A4%9A%E0%A5%80%E0%A4%A8>,
        <http://lexvo.org/id/term/hrv/Hong%20Kong>,
        <http://lexvo.org/id/term/hrv/Kinesko%20Posebno%20Upravno%20Podru%C4%8Dje%20Hong%20Kong>,
        <http://lexvo.org/id/term/hun/Hongkong>,
        <http://lexvo.org/id/term/hun/Hongkong%20SAR%20K%C3%ADna>,
        <http://lexvo.org/id/term/ind/Hong%20Kong>,
        <http://lexvo.org/id/term/ind/Hong%20Kong%20SAR%20China>,
        <http://lexvo.org/id/term/isl/Hong%20Kong>,
        <http://lexvo.org/id/term/isl/Sj%C3%A1lfstj%C3%B3rnarsv%C3%A6%C3%B0i%C3%B0%20Hong%20Kong>,
        <http://lexvo.org/id/term/ita/Hong-Kong>,
        <http://lexvo.org/id/term/ita/RAS%20di%20Hong%20Kong>,
        <http://lexvo.org/id/term/jpn/%E4%B8%AD%E8%8F%AF%E4%BA%BA%E6%B0%91%E5%85%B1%E5%92%8C%E5%9B%BD%E9%A6%99%E6%B8%AF%E7%89%B9%E5%88%A5%E8%A1%8C%E6%94%BF%E5%8C%BA>,
        <http://lexvo.org/id/term/jpn/%E9%A6%99%E6%B8%AF>,
        <http://lexvo.org/id/term/kal/Hongkong>,
        <http://lexvo.org/id/term/kan/%E0%B2%B9%E0%B2%BE%E0%B2%82%E0%B2%95%E0%B3%8D%E2%80%8C%20%E0%B2%95%E0%B2%BE%E0%B2%82%E0%B2%97%E0%B3%8D%20SAR%20%E0%B2%9A%E0%B3%88%E0%B2%A8%E0%B2%BE>,
        <http://lexvo.org/id/term/kan/%E0%B2%B9%E0%B2%BE%E0%B2%82%E0%B2%97%E0%B3%8D%20%E0%B2%95%E0%B2%BE%E0%B2%82%E0%B2%97%E0%B3%8D>,
        <http://lexvo.org/id/term/kas/%DB%81%D8%A7%D9%86%D9%9B%DA%AF%20%DA%A9%D8%A7%D9%86%D9%9B%DA%AF%20%D8%A7%DB%8C%D8%B3%20%D8%A7%DB%92%20%D8%A2%D8%B1%20%DA%86%DB%8C%D9%96%D9%86>,
        <http://lexvo.org/id/term/kat/%E1%83%B0%E1%83%9D%E1%83%9C%E1%83%92%20%E1%83%99%E1%83%9D%E1%83%9C%E1%83%92%E1%83%98>,
        <http://lexvo.org/id/term/kaz/%D0%93%D0%BE%D0%BD%D0%BA%D0%BE%D0%BD%D0%B3%20(%D0%B0%D1%80%D0%BD%D0%B0%D0%B9%D1%8B%20%D3%99%D0%BA%D1%96%D0%BC%D1%88%D1%96%D0%BB%D1%96%D0%BA%20%D0%B0%D0%B9%D0%BC%D0%B0%D2%9B)>,
        <http://lexvo.org/id/term/kea/Ong%20Kong>,
        <http://lexvo.org/id/term/kea/Reji%C3%A3u%20Administrativu%20Special%20di%20Ong%20Kong>,
        <http://lexvo.org/id/term/khm/%E1%9E%A0%E1%9E%BB%E1%9E%84%E1%9E%80%E1%9E%BB%E1%9E%84>,
        <http://lexvo.org/id/term/kor/%ED%99%8D%EC%BD%A9>,
        <http://lexvo.org/id/term/kor/%ED%99%8D%EC%BD%A9%2C%20%EC%A4%91%EA%B5%AD%20%ED%8A%B9%EB%B3%84%ED%96%89%EC%A0%95%EA%B5%AC>,
        <http://lexvo.org/id/term/ksh/Hong-Kong>,
        <http://lexvo.org/id/term/ksh/Hongkong>,
        <http://lexvo.org/id/term/lao/%E0%BA%AE%E0%BA%BB%E0%BA%87%E0%BA%81%E0%BA%BB%E0%BA%87>,
        <http://lexvo.org/id/term/lav/%C4%B6%C4%ABnas%20%C4%ABpa%C5%A1%C4%81s%20p%C4%81rvaldes%20apgabals%20Honkonga>,
        <http://lexvo.org/id/term/lav/Honkonga>,
        <http://lexvo.org/id/term/lin/Hong%20Kong>,
        <http://lexvo.org/id/term/lit/Honkongas>,
        <http://lexvo.org/id/term/lit/Kinijos%20S.%20A.%20R.%20Honkongas>,
        <http://lexvo.org/id/term/mal/%E0%B4%B9%E0%B5%8B%E0%B4%99%E0%B5%8D%20%E0%B4%95%E0%B5%8B%E0%B4%99%E0%B5%8D>,
        <http://lexvo.org/id/term/mal/%E0%B4%B9%E0%B5%8B%E0%B4%99%E0%B5%8D%20%E0%B4%95%E0%B5%8B%E0%B4%99%E0%B5%8D%20%E0%B4%8E%E0%B4%B8%E0%B5%8D.%E0%B4%8F.%E0%B4%86%E0%B5%BC.%20%E0%B4%9A%E0%B5%88%E0%B4%A8>,
        <http://lexvo.org/id/term/mar/%E0%A4%B9%E0%A4%BE%E0%A4%81%E0%A4%97%E0%A4%95%E0%A4%BE%E0%A4%81%E0%A4%97>,
        <http://lexvo.org/id/term/mar/%E0%A4%B9%E0%A4%BE%E0%A4%81%E0%A4%97%E0%A4%95%E0%A4%BE%E0%A4%81%E0%A4%97%20%E0%A4%8F%E0%A4%B8%E0%A4%8F%E0%A4%86%E0%A4%B0%20%E0%A4%95%E0%A5%8D%E0%A4%B7%E0%A5%87%E0%A4%A4%E0%A5%8D%E0%A4%B0%20%E0%A4%9A%E0%A5%80%E0%A4%A8>,
        <http://lexvo.org/id/term/mkd/%D0%A5%D0%BE%D0%BD%D0%B3%20%D0%9A%D0%BE%D0%BD%D0%B3>,
        <http://lexvo.org/id/term/mkd/%D0%A5%D0%BE%D0%BD%D0%B3%20%D0%9A%D0%BE%D0%BD%D0%B3%20%D0%A1.%D0%90.%D0%A0%20%D0%9A%D0%B8%D0%BD%D0%B0>,
        <http://lexvo.org/id/term/mlt/%C4%A6ong%20Kong>,
        <http://lexvo.org/id/term/mlt/%C4%A6ong%20Kong%20S.A.R.%2C%20%C4%8Aina>,
        <http://lexvo.org/id/term/mya/%E1%80%90%E1%80%9B%E1%80%AF%E1%80%90%E1%80%BA%E1%81%8F%20%E1%80%A1%E1%80%91%E1%80%B0%E1%80%B8%E1%80%A1%E1%80%AF%E1%80%95%E1%80%BA%E1%80%81%E1%80%BB%E1%80%AF%E1%80%95%E1%80%BA%E1%80%81%E1%80%BD%E1%80%84%E1%80%B7%E1%80%BA%E1%80%9B%20%E1%80%9F%E1%80%B1%E1%80%AC%E1%80%84%E1%80%BA%E1%80%80%E1%80%B1%E1%80%AC%E1%80%84%E1%80%BA>,
        <http://lexvo.org/id/term/mya/%E1%80%9F%E1%80%B1%E1%80%AC%E1%80%84%E1%80%BA%E1%80%80%E1%80%B1%E1%80%AC%E1%80%84%E1%80%BA>,
        <http://lexvo.org/id/term/nep/%E0%A4%B9%E0%A4%99%E0%A4%95%E0%A4%99>,
        <http://lexvo.org/id/term/nep/%E0%A4%B9%E0%A4%99%E0%A4%95%E0%A4%99%20%E0%A4%9A%E0%A4%BF%E0%A4%A8%E0%A4%BF%E0%A4%81%E0%A4%AF%E0%A4%BE%20%E0%A4%B8%E0%A4%AE%E0%A4%BE%E0%A4%9C%E0%A4%B5%E0%A4%BE%E0%A4%A6%E0%A5%80%20%E0%A4%B8%E0%A5%8D%E0%A4%B5%E0%A4%BE%E0%A4%AF%E0%A4%A4%E0%A5%8D%E0%A4%A4%20%E0%A4%95%E0%A5%8D%E0%A4%B7%E0%A5%87%E0%A4%A4%E0%A5%8D%E0%A4%B0>,
        <http://lexvo.org/id/term/nld/Hongkong>,
        <http://lexvo.org/id/term/nld/Hongkong%20SAR%20van%20China>,
        <http://lexvo.org/id/term/nno/Hongkong>,
        <http://lexvo.org/id/term/nno/Hongkong%20S.A.R.%20Kina>,
        <http://lexvo.org/id/term/nob/Hongkong>,
        <http://lexvo.org/id/term/nob/Hongkong%20S.A.R.%20Kina>,
        <http://lexvo.org/id/term/ori/%E0%AC%B9%E0%AC%82%E0%AC%95%E0%AC%82%20%E0%AC%AC%E0%AC%BF%E0%AC%B6%E0%AD%87%E0%AC%B7%20%E0%AC%AA%E0%AD%8D%E0%AC%B0%E0%AC%B6%E0%AC%BE%E0%AC%B8%E0%AC%A8%E0%AC%BF%E0%AC%95%20%E0%AC%95%E0%AD%8D%E0%AC%B7%E0%AD%87%E0%AC%A4%E0%AD%8D%E0%AC%B0%20%E0%AC%9A%E0%AD%80%E0%AC%A8%E0%AD%8D>,
        <http://lexvo.org/id/term/pol/Hongkong>,
        <http://lexvo.org/id/term/pol/Hongkong%20SAR>,
        <http://lexvo.org/id/term/por/Hong%20Kong>,
        <http://lexvo.org/id/term/por/Hong%20Kong%2C%20RAE%20da%20China>,
        <http://lexvo.org/id/term/por/Regi%C3%A3o%20Administrativa%20Especial%20de%20Hong%20Kong>,
        <http://lexvo.org/id/term/roh/Regiun%20d'administraziun%20speziala%20da%20Hongkong%2C%20China>,
        <http://lexvo.org/id/term/ron/Hong%20Kong>,
        <http://lexvo.org/id/term/ron/R.A.S.%20Hong%20Kong%20a%20Chinei>,
        <http://lexvo.org/id/term/rus/%D0%93%D0%BE%D0%BD%D0%BA%D0%BE%D0%BD%D0%B3>,
        <http://lexvo.org/id/term/rus/%D0%93%D0%BE%D0%BD%D0%BA%D0%BE%D0%BD%D0%B3%20(%D0%BE%D1%81%D0%BE%D0%B1%D1%8B%D0%B9%20%D1%80%D0%B0%D0%B9%D0%BE%D0%BD)>,
        <http://lexvo.org/id/term/sin/%E0%B7%84%E0%B7%9C%E0%B6%82%E0%B6%9A%E0%B7%9C%E0%B6%82>,
        <http://lexvo.org/id/term/sin/%E0%B7%84%E0%B7%9C%E0%B6%82%E0%B6%9A%E0%B7%9C%E0%B6%82%20%E0%B6%A0%E0%B7%93%E0%B6%B1%20%E0%B7%80%E0%B7%92%E0%B7%81%E0%B7%9A%E0%B7%82%20%E0%B6%B4%E0%B6%BB%E0%B7%92%E0%B6%B4%E0%B7%8F%E0%B6%BD%E0%B6%B1%20%E0%B6%9A%E0%B6%BD%E0%B7%8F%E0%B6%B4%E0%B6%BA>,
        <http://lexvo.org/id/term/slk/Hong%20Kong>,
        <http://lexvo.org/id/term/slk/Hongkong%20OAO%20%C4%8C%C3%ADny>,
        <http://lexvo.org/id/term/slv/Hongkong>,
        <http://lexvo.org/id/term/slv/Posebno%20administrativno%20obmo%C4%8Dje%20LR%20Kitajske%20Hong%20Kong>,
        <http://lexvo.org/id/term/sme/Hongkong>,
        <http://lexvo.org/id/term/spa/Hong%20Kong>,
        <http://lexvo.org/id/term/spa/Regi%C3%B3n%20Administrativa%20Especial%20de%20Hong%20Kong%20de%20la%20Rep%C3%BAblica%20Popular%20China>,
        <http://lexvo.org/id/term/srp-Latn/Hong%20Kong>,
        <http://lexvo.org/id/term/srp-Latn/Hong%20Kong%20(S.%20A.%20R.%20Kina)>,
        <http://lexvo.org/id/term/srp/%D0%A5%D0%BE%D0%BD%D0%B3%20%D0%9A%D0%BE%D0%BD%D0%B3>,
        <http://lexvo.org/id/term/srp/%D0%A5%D0%BE%D0%BD%D0%B3%20%D0%9A%D0%BE%D0%BD%D0%B3%20%D0%A1.%20%D0%90.%20%D0%A0.%20%D0%9A%D0%B8%D0%BD%D0%B0>,
        <http://lexvo.org/id/term/swe/Hongkong>,
        <http://lexvo.org/id/term/swe/Hongkong%20(S.A.R.%20Kina)>,
        <http://lexvo.org/id/term/swh/Hong%20Kong>,
        <http://lexvo.org/id/term/swh/Hong%20Kong%20SAR%20China>,
        <http://lexvo.org/id/term/tam/%E0%AE%B9%E0%AE%BE%E0%AE%99%E0%AF%8D%E0%AE%95%E0%AE%BE%E0%AE%99%E0%AF%8D>,
        <http://lexvo.org/id/term/tam/%E0%AE%B9%E0%AE%BE%E0%AE%99%E0%AF%8D%E0%AE%95%E0%AE%BE%E0%AE%99%E0%AF%8D%20%E0%AE%9A%E0%AE%BE%E0%AE%B0%E0%AF%8D%20%E0%AE%9A%E0%AF%80%E0%AE%A9%E0%AE%BE>,
        <http://lexvo.org/id/term/tel/%E0%B0%9A%E0%B1%88%E0%B0%A8%E0%B0%BE%20%E0%B0%AF%E0%B1%8A%E0%B0%95%E0%B1%8D%E0%B0%95%20%E0%B0%B9%E0%B0%BE%E0%B0%82%E0%B0%97%E0%B1%8D%E0%B0%95%E0%B0%BE%E0%B0%82%E0%B0%97%E0%B1%8D>,
        <http://lexvo.org/id/term/tel/%E0%B0%B9%E0%B0%BE%E0%B0%82%E0%B0%97%E0%B1%8D%20%E0%B0%95%E0%B0%BE%E0%B0%82%E0%B0%97%E0%B1%8D>,
        <http://lexvo.org/id/term/tha/%E0%B8%AE%E0%B9%88%E0%B8%AD%E0%B8%87%E0%B8%81%E0%B8%87>,
        <http://lexvo.org/id/term/tha/%E0%B8%AE%E0%B9%88%E0%B8%AD%E0%B8%87%E0%B8%81%E0%B8%87%20%E0%B9%80%E0%B8%82%E0%B8%95%E0%B8%9B%E0%B8%81%E0%B8%84%E0%B8%A3%E0%B8%AD%E0%B8%87%E0%B8%9E%E0%B8%B4%E0%B9%80%E0%B8%A8%E0%B8%A9%E0%B8%9B%E0%B8%A3%E0%B8%B0%E0%B9%80%E0%B8%97%E0%B8%A8%E0%B8%88%E0%B8%B5%E0%B8%99>,
        <http://lexvo.org/id/term/tig/%E1%88%86%E1%8A%95%E1%8C%8D%20%E1%8A%AE%E1%8A%95%E1%8C%8D>,
        <http://lexvo.org/id/term/tir/%E1%88%86%E1%8A%95%E1%8C%8D%20%E1%8A%AE%E1%8A%95%E1%8C%8D>,
        <http://lexvo.org/id/term/ton/Hongi%20Kongi>,
        <http://lexvo.org/id/term/ton/Hongi%20Kongi%20SAR%20Siaina>,
        <http://lexvo.org/id/term/tur/%C3%87in%20Hong%20Kong%20%C3%96YB>,
        <http://lexvo.org/id/term/tur/Hong%20Kong>,
        <http://lexvo.org/id/term/ukr/%D0%93%D0%BE%D0%BD%D0%BA%D0%BE%D0%BD%D2%91>,
        <http://lexvo.org/id/term/ukr/%D0%93%D0%BE%D0%BD%D0%BA%D0%BE%D0%BD%D2%91%20%D0%9E.%D0%90.%D0%A0.%20%D0%9A%D0%B8%D1%82%D0%B0%D1%8E>,
        <http://lexvo.org/id/term/urd/%DB%81%D8%A7%D9%86%DA%AF%20%DA%A9%D8%A7%D9%86%DA%AF>,
        <http://lexvo.org/id/term/urd/%DB%81%D8%A7%D9%86%DA%AF%20%DA%A9%D8%A7%D9%86%DA%AF%20SAR%20%DA%86%DB%8C%D9%86>,
        <http://lexvo.org/id/term/vie/%C4%90%E1%BA%B7c%20khu%20h%C3%A0nh%20ch%C3%ADnh%20H%E1%BB%93ng%20K%C3%B4ng%20thu%E1%BB%99c%20CHND%20Trung%20Hoa>,
        <http://lexvo.org/id/term/vie/H%E1%BB%93ng%20K%C3%B4ng>,
        <http://lexvo.org/id/term/wae/Hongkong>,
        <http://lexvo.org/id/term/wae/Sonderverwaltigszona%20Hongkong>,
        <http://lexvo.org/id/term/wal/%E1%88%86%E1%8A%95%E1%8C%8D%20%E1%8A%AE%E1%8A%95%E1%8C%8D>,
        <http://lexvo.org/id/term/zsm/Hong%20Kong>,
        <http://lexvo.org/id/term/zsm/Hong%20Kong%20SAR%20China>,
        <http://lexvo.org/id/term/zul/e-Hong%20Kong%20SAR%20China>,
        <http://lexvo.org/id/term/zul/i-Hong%20Kong> ;
    owl:sameAs <http://psi.oasis-open.org/iso/3166/#344>,
        <http://sws.geonames.org/1819730/> .

<http://lexvo.org/id/iso3166/HN> a lvont:GeographicRegion ;
    rdfs:label "Honduras"@af,
        "Hɔndulàs"@agq,
        "Hɔnduras"@ak,
        "ሆንዱራስ"@am,
        "هندوراس"@ar,
        "Hondurathi"@asa,
        "Hondures"@ast,
        "Qonduras"@az,
        "Ɔ̀ŋduràs"@bas,
        "Гандурас"@be,
        "Huhondulasi"@bez,
        "Хондурас"@bg,
        "Hɔndirasi"@bm,
        "হণ্ডুরাস"@bn,
        "ཧོན་དུ་རས྄།"@bo,
        "Honduras"@br,
        "हौण्डूरास"@brx,
        "Honduras"@bs,
        "Хондурас"@bs-Cyrl,
        "Hondures"@ca,
        "Hondurasi"@cgg,
        "洪都拉斯"@cmn,
        "宏都拉斯"@cmn-Hant,
        "Honduras"@cs,
        "Hondwras"@cy,
        "Honduras"@da,
        "Hondurasi"@dav,
        "Honduras"@de,
        "Honduras"@dje,
        "Onduras"@dyo,
        "ཧཱན་ཌུ་རཱས྄"@dz,
        "Hondurasi"@ebu,
        "Hondurasdu"@ee,
        "Ονδούρα"@el,
        "Honduras"@en,
        "ISO 3166-1:HN"@en,
        "𐐐𐐪𐑌𐐼𐐭𐑉𐐲𐑅"@en-Dsrt,
        "Honduro"@eo,
        "Honduras"@es,
        "Honduras"@et,
        "Honduras"@eu,
        "Ondurás"@ewo,
        "هاندوراس"@fa,
        "هندوراس"@fa,
        "Onnduraas"@ff,
        "Honduras"@fi,
        "Honduras"@fil,
        "Honduras"@fo,
        "Honduras"@fr,
        "Honduras"@fur,
        "Hondúras"@ga,
        "Hondùras"@gd,
        "Honduras"@gl,
        "Honduras"@gsw,
        "હોન્ડુરસ"@gu,
        "Hondurasi"@guz,
        "Honduras"@ha,
        "הונדורס"@he,
        "हाण्डूरस"@hi,
        "Honduras"@hr,
        "Honduras"@hu,
        "Հոնդուրաս"@hy,
        "Honduras"@ia,
        "Honduras"@id,
        "Hondúras"@is,
        "Honduras"@it,
        "ホンジュラス"@ja,
        "Hondurasi"@jmc,
        "ჰონდურასი"@ka,
        "Hunduras"@kab,
        "Hondurasi"@kam,
        "Hondulasi"@kde,
        "Onduras"@kea,
        "Honduras"@khq,
        "Hondurasi"@ki,
        "Honduras"@kl,
        "Emetab Honduras"@kln,
        "ហុងឌួរ៉ាស់"@km,
        "ಹೊಂಡುರಾಸ್"@kn,
        "온두라스"@ko,
        "ہانٛڈوٗرِس"@ks,
        "Honduasi"@ksb,
        "ɔnduras"@ksf,
        "Honduras"@ksh,
        "Honduráasi"@lag,
        "Hundurasi"@lg,
        "Ondurasɛ"@ln,
        "ຮອນດູຣັສ"@lo,
        "Hondūras"@lt,
        "Ondurase"@lu,
        "Honduras"@luo,
        "Hondurasi"@luy,
        "Hondurasa"@lv,
        "Hondurasi"@mas,
        "Hondurasi"@mer,
        "Honduras"@mfe,
        "Hondiorasy"@mg,
        "Uhondurasi"@mgh,
        "Хондурас"@mk,
        "ഹോണ്ടുറാസ്"@ml,
        "होंडुराज्"@mr,
        "Ħonduras"@mt,
        "Sǝr Honduras"@mua,
        "ဟွန်ဒူးရပ်စ်"@my,
        "Honduras"@naq,
        "Honduras"@nb,
        "Honduras"@nd,
        "हन्डुरास"@ne,
        "Honduras"@nl,
        "Ɔndúras"@nmg,
        "Honduras"@nn,
        "Hondurasi"@nyn,
        "ହୋଣ୍ଡାରୁସ୍"@or,
        "Honduras"@pl,
        "هانډوراس"@ps,
        "Honduras"@pt,
        "Honduras"@rm,
        "Hondurasi"@rn,
        "Honduras"@ro,
        "Hondurasi"@rof,
        "Гондурас"@ru,
        "Hondurasi"@rwk,
        "Hondurasi"@saq,
        "Hondulasi"@sbp,
        "Honduras"@se,
        "Honduras"@seh,
        "Honduras"@ses,
        "Honduräsi"@sg,
        "ⵀⵓⵏⴷⵓⵔⴰⵙ"@shi,
        "hunduras"@shi-Latn,
        "හොන්ඩුරාස්"@si,
        "Honduras"@sk,
        "Honduras"@sl,
        "Honduras"@sn,
        "Honduras"@so,
        "Хондурас"@sr,
        "Honduras"@sr-Latn,
        "Honduras"@sv,
        "Hondurasi"@swc,
        "Hondurasi"@swh,
        "ஹாண்டுராஸ்"@ta,
        "హోండోరాస్"@te,
        "Hondurasi"@teo,
        "ฮอนดูรัส"@th,
        "ሆንዱራስ"@ti,
        "Honitulasi"@to,
        "Honduras"@tr,
        "Honduras"@twq,
        "Hinduras"@tzm,
        "Гондурас"@uk,
        "ہونڈاروس"@ur,
        "ꖽꖫꕟ"@vai,
        "Hɔndura"@vai-Latn,
        "Hôn-đu-rát"@vi,
        "Hondurasi"@vun,
        "Honduras"@wae,
        "Hundurasi"@xog,
        "ɔndúlas"@yav,
        "Orílẹ́ède Hondurasi"@yo,
        "Honduras"@zsm,
        "i-Honduras"@zu ;
    lvont:label <http://lexvo.org/id/term/afr/Honduras>,
        <http://lexvo.org/id/term/agq/H%C9%94ndul%C3%A0s>,
        <http://lexvo.org/id/term/aka/H%C9%94nduras>,
        <http://lexvo.org/id/term/amh/%E1%88%86%E1%8A%95%E1%8B%B1%E1%88%AB%E1%88%B5>,
        <http://lexvo.org/id/term/ara/%D9%87%D9%86%D8%AF%D9%88%D8%B1%D8%A7%D8%B3>,
        <http://lexvo.org/id/term/asa/Hondurathi>,
        <http://lexvo.org/id/term/ast/Hondures>,
        <http://lexvo.org/id/term/aze/Qonduras>,
        <http://lexvo.org/id/term/bam/H%C9%94ndirasi>,
        <http://lexvo.org/id/term/bas/%C6%86%CC%80%C5%8Bdur%C3%A0s>,
        <http://lexvo.org/id/term/bel/%D0%93%D0%B0%D0%BD%D0%B4%D1%83%D1%80%D0%B0%D1%81>,
        <http://lexvo.org/id/term/ben/%E0%A6%B9%E0%A6%A3%E0%A7%8D%E0%A6%A1%E0%A7%81%E0%A6%B0%E0%A6%BE%E0%A6%B8>,
        <http://lexvo.org/id/term/bez/Huhondulasi>,
        <http://lexvo.org/id/term/bod/%E0%BD%A7%E0%BD%BC%E0%BD%93%E0%BC%8B%E0%BD%91%E0%BD%B4%E0%BC%8B%E0%BD%A2%E0%BD%A6%E0%BE%84%E0%BC%8D>,
        <http://lexvo.org/id/term/bos-Cyrl/%D0%A5%D0%BE%D0%BD%D0%B4%D1%83%D1%80%D0%B0%D1%81>,
        <http://lexvo.org/id/term/bos/Honduras>,
        <http://lexvo.org/id/term/bre/Honduras>,
        <http://lexvo.org/id/term/brx/%E0%A4%B9%E0%A5%8C%E0%A4%A3%E0%A5%8D%E0%A4%A1%E0%A5%82%E0%A4%B0%E0%A4%BE%E0%A4%B8>,
        <http://lexvo.org/id/term/bul/%D0%A5%D0%BE%D0%BD%D0%B4%D1%83%D1%80%D0%B0%D1%81>,
        <http://lexvo.org/id/term/cat/Hondures>,
        <http://lexvo.org/id/term/ces/Honduras>,
        <http://lexvo.org/id/term/cgg/Hondurasi>,
        <http://lexvo.org/id/term/cmn-Hant/%E5%AE%8F%E9%83%BD%E6%8B%89%E6%96%AF>,
        <http://lexvo.org/id/term/cmn/%E6%B4%AA%E9%83%BD%E6%8B%89%E6%96%AF>,
        <http://lexvo.org/id/term/cym/Hondwras>,
        <http://lexvo.org/id/term/dan/Honduras>,
        <http://lexvo.org/id/term/dav/Hondurasi>,
        <http://lexvo.org/id/term/deu/Honduras>,
        <http://lexvo.org/id/term/dje/Honduras>,
        <http://lexvo.org/id/term/dyo/Onduras>,
        <http://lexvo.org/id/term/dzo/%E0%BD%A7%E0%BD%B1%E0%BD%93%E0%BC%8B%E0%BD%8C%E0%BD%B4%E0%BC%8B%E0%BD%A2%E0%BD%B1%E0%BD%A6%E0%BE%84>,
        <http://lexvo.org/id/term/ebu/Hondurasi>,
        <http://lexvo.org/id/term/ell/%CE%9F%CE%BD%CE%B4%CE%BF%CF%8D%CF%81%CE%B1>,
        <http://lexvo.org/id/term/eng-Dsrt/%F0%90%90%90%F0%90%90%AA%F0%90%91%8C%F0%90%90%BC%F0%90%90%AD%F0%90%91%89%F0%90%90%B2%F0%90%91%85>,
        <http://lexvo.org/id/term/eng/Honduras>,
        <http://lexvo.org/id/term/eng/ISO%203166-1%3AHN>,
        <http://lexvo.org/id/term/epo/Honduro>,
        <http://lexvo.org/id/term/est/Honduras>,
        <http://lexvo.org/id/term/eus/Honduras>,
        <http://lexvo.org/id/term/ewe/Hondurasdu>,
        <http://lexvo.org/id/term/ewo/Ondur%C3%A1s>,
        <http://lexvo.org/id/term/fao/Honduras>,
        <http://lexvo.org/id/term/fas/%D9%87%D8%A7%D9%86%D8%AF%D9%88%D8%B1%D8%A7%D8%B3>,
        <http://lexvo.org/id/term/fas/%D9%87%D9%86%D8%AF%D9%88%D8%B1%D8%A7%D8%B3>,
        <http://lexvo.org/id/term/fil/Honduras>,
        <http://lexvo.org/id/term/fin/Honduras>,
        <http://lexvo.org/id/term/fra/Honduras>,
        <http://lexvo.org/id/term/ful/Onnduraas>,
        <http://lexvo.org/id/term/fur/Honduras>,
        <http://lexvo.org/id/term/gla/Hond%C3%B9ras>,
        <http://lexvo.org/id/term/gle/Hond%C3%BAras>,
        <http://lexvo.org/id/term/glg/Honduras>,
        <http://lexvo.org/id/term/gsw/Honduras>,
        <http://lexvo.org/id/term/guj/%E0%AA%B9%E0%AB%8B%E0%AA%A8%E0%AB%8D%E0%AA%A1%E0%AB%81%E0%AA%B0%E0%AA%B8>,
        <http://lexvo.org/id/term/guz/Hondurasi>,
        <http://lexvo.org/id/term/hau/Honduras>,
        <http://lexvo.org/id/term/heb/%D7%94%D7%95%D7%A0%D7%93%D7%95%D7%A8%D7%A1>,
        <http://lexvo.org/id/term/hin/%E0%A4%B9%E0%A4%BE%E0%A4%A3%E0%A5%8D%E0%A4%A1%E0%A5%82%E0%A4%B0%E0%A4%B8>,
        <http://lexvo.org/id/term/hrv/Honduras>,
        <http://lexvo.org/id/term/hun/Honduras>,
        <http://lexvo.org/id/term/hye/%D5%80%D5%B8%D5%B6%D5%A4%D5%B8%D6%82%D6%80%D5%A1%D5%BD>,
        <http://lexvo.org/id/term/ina/Honduras>,
        <http://lexvo.org/id/term/ind/Honduras>,
        <http://lexvo.org/id/term/isl/Hond%C3%BAras>,
        <http://lexvo.org/id/term/ita/Honduras>,
        <http://lexvo.org/id/term/jmc/Hondurasi>,
        <http://lexvo.org/id/term/jpn/%E3%83%9B%E3%83%B3%E3%82%B8%E3%83%A5%E3%83%A9%E3%82%B9>,
        <http://lexvo.org/id/term/kab/Hunduras>,
        <http://lexvo.org/id/term/kal/Honduras>,
        <http://lexvo.org/id/term/kam/Hondurasi>,
        <http://lexvo.org/id/term/kan/%E0%B2%B9%E0%B3%8A%E0%B2%82%E0%B2%A1%E0%B3%81%E0%B2%B0%E0%B2%BE%E0%B2%B8%E0%B3%8D>,
        <http://lexvo.org/id/term/kas/%DB%81%D8%A7%D9%86%D9%9B%DA%88%D9%88%D9%97%D8%B1%D9%90%D8%B3>,
        <http://lexvo.org/id/term/kat/%E1%83%B0%E1%83%9D%E1%83%9C%E1%83%93%E1%83%A3%E1%83%A0%E1%83%90%E1%83%A1%E1%83%98>,
        <http://lexvo.org/id/term/kde/Hondulasi>,
        <http://lexvo.org/id/term/kea/Onduras>,
        <http://lexvo.org/id/term/khm/%E1%9E%A0%E1%9E%BB%E1%9E%84%E1%9E%8C%E1%9E%BD%E1%9E%9A%E1%9F%89%E1%9E%B6%E1%9E%9F%E1%9F%8B>,
        <http://lexvo.org/id/term/khq/Honduras>,
        <http://lexvo.org/id/term/kik/Hondurasi>,
        <http://lexvo.org/id/term/kln/Emetab%20Honduras>,
        <http://lexvo.org/id/term/kor/%EC%98%A8%EB%91%90%EB%9D%BC%EC%8A%A4>,
        <http://lexvo.org/id/term/ksb/Honduasi>,
        <http://lexvo.org/id/term/ksf/%C9%94nduras>,
        <http://lexvo.org/id/term/ksh/Honduras>,
        <http://lexvo.org/id/term/lag/Hondur%C3%A1asi>,
        <http://lexvo.org/id/term/lao/%E0%BA%AE%E0%BA%AD%E0%BA%99%E0%BA%94%E0%BA%B9%E0%BA%A3%E0%BA%B1%E0%BA%AA>,
        <http://lexvo.org/id/term/lav/Hondurasa>,
        <http://lexvo.org/id/term/lin/Onduras%C9%9B>,
        <http://lexvo.org/id/term/lit/Hond%C5%ABras>,
        <http://lexvo.org/id/term/lub/Ondurase>,
        <http://lexvo.org/id/term/lug/Hundurasi>,
        <http://lexvo.org/id/term/luo/Honduras>,
        <http://lexvo.org/id/term/luy/Hondurasi>,
        <http://lexvo.org/id/term/mal/%E0%B4%B9%E0%B5%8B%E0%B4%A3%E0%B5%8D%E0%B4%9F%E0%B5%81%E0%B4%B1%E0%B4%BE%E0%B4%B8%E0%B5%8D>,
        <http://lexvo.org/id/term/mar/%E0%A4%B9%E0%A5%8B%E0%A4%82%E0%A4%A1%E0%A5%81%E0%A4%B0%E0%A4%BE%E0%A4%9C%E0%A5%8D>,
        <http://lexvo.org/id/term/mas/Hondurasi>,
        <http://lexvo.org/id/term/mer/Hondurasi>,
        <http://lexvo.org/id/term/mfe/Honduras>,
        <http://lexvo.org/id/term/mgh/Uhondurasi>,
        <http://lexvo.org/id/term/mkd/%D0%A5%D0%BE%D0%BD%D0%B4%D1%83%D1%80%D0%B0%D1%81>,
        <http://lexvo.org/id/term/mlg/Hondiorasy>,
        <http://lexvo.org/id/term/mlt/%C4%A6onduras>,
        <http://lexvo.org/id/term/mua/S%C7%9Dr%20Honduras>,
        <http://lexvo.org/id/term/mya/%E1%80%9F%E1%80%BD%E1%80%94%E1%80%BA%E1%80%92%E1%80%B0%E1%80%B8%E1%80%9B%E1%80%95%E1%80%BA%E1%80%85%E1%80%BA>,
        <http://lexvo.org/id/term/naq/Honduras>,
        <http://lexvo.org/id/term/nde/Honduras>,
        <http://lexvo.org/id/term/nep/%E0%A4%B9%E0%A4%A8%E0%A5%8D%E0%A4%A1%E0%A5%81%E0%A4%B0%E0%A4%BE%E0%A4%B8>,
        <http://lexvo.org/id/term/nld/Honduras>,
        <http://lexvo.org/id/term/nmg/%C6%86nd%C3%BAras>,
        <http://lexvo.org/id/term/nno/Honduras>,
        <http://lexvo.org/id/term/nob/Honduras>,
        <http://lexvo.org/id/term/nyn/Hondurasi>,
        <http://lexvo.org/id/term/ori/%E0%AC%B9%E0%AD%8B%E0%AC%A3%E0%AD%8D%E0%AC%A1%E0%AC%BE%E0%AC%B0%E0%AD%81%E0%AC%B8%E0%AD%8D>,
        <http://lexvo.org/id/term/pol/Honduras>,
        <http://lexvo.org/id/term/por/Honduras>,
        <http://lexvo.org/id/term/pus/%D9%87%D8%A7%D9%86%DA%89%D9%88%D8%B1%D8%A7%D8%B3>,
        <http://lexvo.org/id/term/rof/Hondurasi>,
        <http://lexvo.org/id/term/roh/Honduras>,
        <http://lexvo.org/id/term/ron/Honduras>,
        <http://lexvo.org/id/term/run/Hondurasi>,
        <http://lexvo.org/id/term/rus/%D0%93%D0%BE%D0%BD%D0%B4%D1%83%D1%80%D0%B0%D1%81>,
        <http://lexvo.org/id/term/rwk/Hondurasi>,
        <http://lexvo.org/id/term/sag/Hondur%C3%A4si>,
        <http://lexvo.org/id/term/saq/Hondurasi>,
        <http://lexvo.org/id/term/sbp/Hondulasi>,
        <http://lexvo.org/id/term/seh/Honduras>,
        <http://lexvo.org/id/term/ses/Honduras>,
        <http://lexvo.org/id/term/shi-Latn/hunduras>,
        <http://lexvo.org/id/term/shi/%E2%B5%80%E2%B5%93%E2%B5%8F%E2%B4%B7%E2%B5%93%E2%B5%94%E2%B4%B0%E2%B5%99>,
        <http://lexvo.org/id/term/sin/%E0%B7%84%E0%B7%9C%E0%B6%B1%E0%B7%8A%E0%B6%A9%E0%B7%94%E0%B6%BB%E0%B7%8F%E0%B7%83%E0%B7%8A>,
        <http://lexvo.org/id/term/slk/Honduras>,
        <http://lexvo.org/id/term/slv/Honduras>,
        <http://lexvo.org/id/term/sme/Honduras>,
        <http://lexvo.org/id/term/sna/Honduras>,
        <http://lexvo.org/id/term/som/Honduras>,
        <http://lexvo.org/id/term/spa/Honduras>,
        <http://lexvo.org/id/term/srp-Latn/Honduras>,
        <http://lexvo.org/id/term/srp/%D0%A5%D0%BE%D0%BD%D0%B4%D1%83%D1%80%D0%B0%D1%81>,
        <http://lexvo.org/id/term/swc/Hondurasi>,
        <http://lexvo.org/id/term/swe/Honduras>,
        <http://lexvo.org/id/term/swh/Hondurasi>,
        <http://lexvo.org/id/term/tam/%E0%AE%B9%E0%AE%BE%E0%AE%A3%E0%AF%8D%E0%AE%9F%E0%AF%81%E0%AE%B0%E0%AE%BE%E0%AE%B8%E0%AF%8D>,
        <http://lexvo.org/id/term/tel/%E0%B0%B9%E0%B1%8B%E0%B0%82%E0%B0%A1%E0%B1%8B%E0%B0%B0%E0%B0%BE%E0%B0%B8%E0%B1%8D>,
        <http://lexvo.org/id/term/teo/Hondurasi>,
        <http://lexvo.org/id/term/tha/%E0%B8%AE%E0%B8%AD%E0%B8%99%E0%B8%94%E0%B8%B9%E0%B8%A3%E0%B8%B1%E0%B8%AA>,
        <http://lexvo.org/id/term/tir/%E1%88%86%E1%8A%95%E1%8B%B1%E1%88%AB%E1%88%B5>,
        <http://lexvo.org/id/term/ton/Honitulasi>,
        <http://lexvo.org/id/term/tur/Honduras>,
        <http://lexvo.org/id/term/twq/Honduras>,
        <http://lexvo.org/id/term/tzm/Hinduras>,
        <http://lexvo.org/id/term/ukr/%D0%93%D0%BE%D0%BD%D0%B4%D1%83%D1%80%D0%B0%D1%81>,
        <http://lexvo.org/id/term/urd/%DB%81%D9%88%D9%86%DA%88%D8%A7%D8%B1%D9%88%D8%B3>,
        <http://lexvo.org/id/term/vai-Latn/H%C9%94ndura>,
        <http://lexvo.org/id/term/vai/%EA%96%BD%EA%96%AB%EA%95%9F>,
        <http://lexvo.org/id/term/vie/H%C3%B4n-%C4%91u-r%C3%A1t>,
        <http://lexvo.org/id/term/vun/Hondurasi>,
        <http://lexvo.org/id/term/wae/Honduras>,
        <http://lexvo.org/id/term/xog/Hundurasi>,
        <http://lexvo.org/id/term/yav/%C9%94nd%C3%BAlas>,
        <http://lexvo.org/id/term/yor/Or%C3%ADl%E1%BA%B9%CC%81%C3%A8de%20Hondurasi>,
        <http://lexvo.org/id/term/zsm/Honduras>,
        <http://lexvo.org/id/term/zul/i-Honduras> ;
    owl:sameAs <http://psi.oasis-open.org/iso/3166/#340>,
        <http://sws.geonames.org/3608932/> .

<http://lexvo.org/id/iso3166/HR> a lvont:GeographicRegion ;
    rdfs:label "Kroasië"@af,
        "Kòwɛshìa"@agq,
        "Krowehyia"@ak,
        "ክሮኤሽያ"@am,
        "كرواتيا"@ar,
        "Korathia"@asa,
        "Croacia"@ast,
        "Xorvatiya"@az,
        "Kròasìà"@bas,
        "Харватыя"@be,
        "Hukorasia"@bez,
        "Хърватска"@bg,
        "Kroasi"@bm,
        "ক্রোয়েশিয়া"@bn,
        "ཀུརོ་ཤི་ཡ།"@bo,
        "Kroatia"@br,
        "क्रोएशिया"@brx,
        "Hrvatska"@bs,
        "Хрватска"@bs-Cyrl,
        "ክሮኤሽያ"@byn,
        "Croàcia"@ca,
        "Korasiya"@cgg,
        "ᎧᎶᎡᏏᎠ"@chr,
        "克罗地亚"@cmn,
        "克羅地亞"@cmn-Hant,
        "Chorvatsko"@cs,
        "Croatia"@cy,
        "Kroatien"@da,
        "Korasia"@dav,
        "Kroatien"@de,
        "Krwaasi"@dje,
        "Kroasi"@dyo,
        "ཀྲོ་ཨེ་ཤ"@dz,
        "Korasia"@ebu,
        "Kroatsia nutome"@ee,
        "Κροατία"@el,
        "Croatia"@en,
        "ISO 3166-1:HR"@en,
        "𐐗𐑉𐐬𐐩𐑇𐐲"@en-Dsrt,
        "Kroatujo"@eo,
        "Croacia"@es,
        "Horvaatia"@et,
        "Kroazia"@eu,
        "Kəlowásia"@ewo,
        "کرواسی"@fa,
        "کروشیا"@fa,
        "Korwasii"@ff,
        "Kroatia"@fi,
        "Croatia"@fil,
        "Kroatia"@fo,
        "Croatie"@fr,
        "Cravuazie"@fur,
        "An Chróit"@ga,
        "A' Chròthais"@gd,
        "Croacia"@gl,
        "Kroaazie"@gsw,
        "ક્રોએશિયા"@gu,
        "Korasia"@guz,
        "Kurowaishiya"@ha,
        "קרואטיה"@he,
        "क्रोशिया"@hi,
        "Hrvatska"@hr,
        "Horvátország"@hu,
        "Հորվաթիա"@hy,
        "Croatia"@ia,
        "Kroasia"@id,
        "Króatía"@is,
        "Croazia"@it,
        "クロアチア"@ja,
        "Korasia"@jmc,
        "ჰორვატია"@ka,
        "Kerwasya"@kab,
        "Korasia"@kam,
        "Kolasia"@kde,
        "Kroasia"@kea,
        "Krwaasi"@khq,
        "Korasia"@ki,
        "Emetab Croatia"@kln,
        "ក្រូអាត"@km,
        "ಕ್ರೋಯೇಶಿಯಾ"@kn,
        "크로아티아"@ko,
        "کرٛوشِیا"@ks,
        "Kolasia"@ksb,
        "krwasí"@ksf,
        "Krowazije"@ksh,
        "Koréshia"@lag,
        "Kurowesya"@lg,
        "Krowasi"@ln,
        "ໂຄເອເຊຍ"@lo,
        "Kroatija"@lt,
        "Krowasi"@lu,
        "Croatia"@luo,
        "Korasia"@luy,
        "Horvātija"@lv,
        "Korasia"@mas,
        "Koroashia"@mer,
        "Kroasi"@mfe,
        "Kroasia"@mg,
        "Ukorasia"@mgh,
        "Хрватска"@mk,
        "ക്രൊയേഷ്യ"@ml,
        "क्रोएशिया"@mr,
        "Kroazja"@mt,
        "kroatiya"@mua,
        "ခရိုအေးရှား"@my,
        "Croatiab"@naq,
        "Kroatia"@nb,
        "Croatia"@nd,
        "क्रोएशिया"@ne,
        "Kroatië"@nl,
        "Kroasia"@nmg,
        "Kroatia"@nn,
        "Korwaatia"@nus,
        "Korasiya"@nyn,
        "କ୍ରୋଆଟିଆ"@or,
        "Chorwacja"@pl,
        "Croácia"@pt,
        "Croazia"@rm,
        "Korowasiya"@rn,
        "Croația"@ro,
        "Korasia"@rof,
        "Хорватия"@ru,
        "Korasia"@rwk,
        "Korasia"@saq,
        "Kolasiya"@sbp,
        "Kroátia"@se,
        "Croácia"@seh,
        "Krwaasi"@ses,
        "Kroasïi"@sg,
        "ⴽⵔⵡⴰⵜⵢⴰ"@shi,
        "krwatya"@shi-Latn,
        "ක්‍රොටියා"@si,
        "Chorvátsko"@sk,
        "Hrvaška"@sl,
        "Korasia"@sn,
        "Korweeshiya"@so,
        "Kroaci"@sq,
        "Хрватска"@sr,
        "Hrvatska"@sr-Latn,
        "Kroatien"@sv,
        "Korasia"@swc,
        "Korasia"@swh,
        "குரோசியா"@ta,
        "క్రోయేషియా"@te,
        "Korasia"@teo,
        "โครเอเชีย"@th,
        "ክሮኤሽያ"@ti,
        "ክሮኤሽያ"@tig,
        "Kuloisia"@to,
        "Hırvatistan"@tr,
        "Krwaasi"@twq,
        "Krwatya"@tzm,
        "Хорватія"@uk,
        "کروشیا"@ur,
        "ꖏꔓꔻꕩ"@vai,
        "Koresiya"@vai-Latn,
        "Croatia"@vi,
        "Korasia"@vun,
        "Kroatie"@wae,
        "ክሮኤሽያ"@wal,
        "Kurowesya"@xog,
        "Kolowasíi"@yav,
        "Orílẹ́ède Kòróátíà"@yo,
        "Croatia"@zsm,
        "i-Croatia"@zu ;
    lvont:label <http://lexvo.org/id/term/afr/Kroasi%C3%AB>,
        <http://lexvo.org/id/term/agq/K%C3%B2w%C9%9Bsh%C3%ACa>,
        <http://lexvo.org/id/term/aka/Krowehyia>,
        <http://lexvo.org/id/term/amh/%E1%8A%AD%E1%88%AE%E1%8A%A4%E1%88%BD%E1%8B%AB>,
        <http://lexvo.org/id/term/ara/%D9%83%D8%B1%D9%88%D8%A7%D8%AA%D9%8A%D8%A7>,
        <http://lexvo.org/id/term/asa/Korathia>,
        <http://lexvo.org/id/term/ast/Croacia>,
        <http://lexvo.org/id/term/aze/Xorvatiya>,
        <http://lexvo.org/id/term/bam/Kroasi>,
        <http://lexvo.org/id/term/bas/Kr%C3%B2as%C3%AC%C3%A0>,
        <http://lexvo.org/id/term/bel/%D0%A5%D0%B0%D1%80%D0%B2%D0%B0%D1%82%D1%8B%D1%8F>,
        <http://lexvo.org/id/term/ben/%E0%A6%95%E0%A7%8D%E0%A6%B0%E0%A7%8B%E0%A6%AF%E0%A6%BC%E0%A7%87%E0%A6%B6%E0%A6%BF%E0%A6%AF%E0%A6%BC%E0%A6%BE>,
        <http://lexvo.org/id/term/bez/Hukorasia>,
        <http://lexvo.org/id/term/bod/%E0%BD%80%E0%BD%B4%E0%BD%A2%E0%BD%BC%E0%BC%8B%E0%BD%A4%E0%BD%B2%E0%BC%8B%E0%BD%A1%E0%BC%8D>,
        <http://lexvo.org/id/term/bos-Cyrl/%D0%A5%D1%80%D0%B2%D0%B0%D1%82%D1%81%D0%BA%D0%B0>,
        <http://lexvo.org/id/term/bos/Hrvatska>,
        <http://lexvo.org/id/term/bre/Kroatia>,
        <http://lexvo.org/id/term/brx/%E0%A4%95%E0%A5%8D%E0%A4%B0%E0%A5%8B%E0%A4%8F%E0%A4%B6%E0%A4%BF%E0%A4%AF%E0%A4%BE>,
        <http://lexvo.org/id/term/bul/%D0%A5%D1%8A%D1%80%D0%B2%D0%B0%D1%82%D1%81%D0%BA%D0%B0>,
        <http://lexvo.org/id/term/byn/%E1%8A%AD%E1%88%AE%E1%8A%A4%E1%88%BD%E1%8B%AB>,
        <http://lexvo.org/id/term/cat/Cro%C3%A0cia>,
        <http://lexvo.org/id/term/ces/Chorvatsko>,
        <http://lexvo.org/id/term/cgg/Korasiya>,
        <http://lexvo.org/id/term/chr/%E1%8E%A7%E1%8E%B6%E1%8E%A1%E1%8F%8F%E1%8E%A0>,
        <http://lexvo.org/id/term/cmn-Hant/%E5%85%8B%E7%BE%85%E5%9C%B0%E4%BA%9E>,
        <http://lexvo.org/id/term/cmn/%E5%85%8B%E7%BD%97%E5%9C%B0%E4%BA%9A>,
        <http://lexvo.org/id/term/cym/Croatia>,
        <http://lexvo.org/id/term/dan/Kroatien>,
        <http://lexvo.org/id/term/dav/Korasia>,
        <http://lexvo.org/id/term/deu/Kroatien>,
        <http://lexvo.org/id/term/dje/Krwaasi>,
        <http://lexvo.org/id/term/dyo/Kroasi>,
        <http://lexvo.org/id/term/dzo/%E0%BD%80%E0%BE%B2%E0%BD%BC%E0%BC%8B%E0%BD%A8%E0%BD%BA%E0%BC%8B%E0%BD%A4>,
        <http://lexvo.org/id/term/ebu/Korasia>,
        <http://lexvo.org/id/term/ell/%CE%9A%CF%81%CE%BF%CE%B1%CF%84%CE%AF%CE%B1>,
        <http://lexvo.org/id/term/eng-Dsrt/%F0%90%90%97%F0%90%91%89%F0%90%90%AC%F0%90%90%A9%F0%90%91%87%F0%90%90%B2>,
        <http://lexvo.org/id/term/eng/Croatia>,
        <http://lexvo.org/id/term/eng/ISO%203166-1%3AHR>,
        <http://lexvo.org/id/term/epo/Kroatujo>,
        <http://lexvo.org/id/term/est/Horvaatia>,
        <http://lexvo.org/id/term/eus/Kroazia>,
        <http://lexvo.org/id/term/ewe/Kroatsia%20nutome>,
        <http://lexvo.org/id/term/ewo/K%C9%99low%C3%A1sia>,
        <http://lexvo.org/id/term/fao/Kroatia>,
        <http://lexvo.org/id/term/fas/%DA%A9%D8%B1%D9%88%D8%A7%D8%B3%DB%8C>,
        <http://lexvo.org/id/term/fas/%DA%A9%D8%B1%D9%88%D8%B4%DB%8C%D8%A7>,
        <http://lexvo.org/id/term/fil/Croatia>,
        <http://lexvo.org/id/term/fin/Kroatia>,
        <http://lexvo.org/id/term/fra/Croatie>,
        <http://lexvo.org/id/term/ful/Korwasii>,
        <http://lexvo.org/id/term/fur/Cravuazie>,
        <http://lexvo.org/id/term/gla/A'%20Chr%C3%B2thais>,
        <http://lexvo.org/id/term/gle/An%20Chr%C3%B3it>,
        <http://lexvo.org/id/term/glg/Croacia>,
        <http://lexvo.org/id/term/gsw/Kroaazie>,
        <http://lexvo.org/id/term/guj/%E0%AA%95%E0%AB%8D%E0%AA%B0%E0%AB%8B%E0%AA%8F%E0%AA%B6%E0%AA%BF%E0%AA%AF%E0%AA%BE>,
        <http://lexvo.org/id/term/guz/Korasia>,
        <http://lexvo.org/id/term/hau/Kurowaishiya>,
        <http://lexvo.org/id/term/heb/%D7%A7%D7%A8%D7%95%D7%90%D7%98%D7%99%D7%94>,
        <http://lexvo.org/id/term/hin/%E0%A4%95%E0%A5%8D%E0%A4%B0%E0%A5%8B%E0%A4%B6%E0%A4%BF%E0%A4%AF%E0%A4%BE>,
        <http://lexvo.org/id/term/hrv/Hrvatska>,
        <http://lexvo.org/id/term/hun/Horv%C3%A1torsz%C3%A1g>,
        <http://lexvo.org/id/term/hye/%D5%80%D5%B8%D6%80%D5%BE%D5%A1%D5%A9%D5%AB%D5%A1>,
        <http://lexvo.org/id/term/ina/Croatia>,
        <http://lexvo.org/id/term/ind/Kroasia>,
        <http://lexvo.org/id/term/isl/Kr%C3%B3at%C3%ADa>,
        <http://lexvo.org/id/term/ita/Croazia>,
        <http://lexvo.org/id/term/jmc/Korasia>,
        <http://lexvo.org/id/term/jpn/%E3%82%AF%E3%83%AD%E3%82%A2%E3%83%81%E3%82%A2>,
        <http://lexvo.org/id/term/kab/Kerwasya>,
        <http://lexvo.org/id/term/kam/Korasia>,
        <http://lexvo.org/id/term/kan/%E0%B2%95%E0%B3%8D%E0%B2%B0%E0%B3%8B%E0%B2%AF%E0%B3%87%E0%B2%B6%E0%B2%BF%E0%B2%AF%E0%B2%BE>,
        <http://lexvo.org/id/term/kas/%DA%A9%D8%B1%D9%9B%D9%88%D8%B4%D9%90%DB%8C%D8%A7>,
        <http://lexvo.org/id/term/kat/%E1%83%B0%E1%83%9D%E1%83%A0%E1%83%95%E1%83%90%E1%83%A2%E1%83%98%E1%83%90>,
        <http://lexvo.org/id/term/kde/Kolasia>,
        <http://lexvo.org/id/term/kea/Kroasia>,
        <http://lexvo.org/id/term/khm/%E1%9E%80%E1%9F%92%E1%9E%9A%E1%9E%BC%E1%9E%A2%E1%9E%B6%E1%9E%8F>,
        <http://lexvo.org/id/term/khq/Krwaasi>,
        <http://lexvo.org/id/term/kik/Korasia>,
        <http://lexvo.org/id/term/kln/Emetab%20Croatia>,
        <http://lexvo.org/id/term/kor/%ED%81%AC%EB%A1%9C%EC%95%84%ED%8B%B0%EC%95%84>,
        <http://lexvo.org/id/term/ksb/Kolasia>,
        <http://lexvo.org/id/term/ksf/krwas%C3%AD>,
        <http://lexvo.org/id/term/ksh/Krowazije>,
        <http://lexvo.org/id/term/lag/Kor%C3%A9shia>,
        <http://lexvo.org/id/term/lao/%E0%BB%82%E0%BA%84%E0%BB%80%E0%BA%AD%E0%BB%80%E0%BA%8A%E0%BA%8D>,
        <http://lexvo.org/id/term/lav/Horv%C4%81tija>,
        <http://lexvo.org/id/term/lin/Krowasi>,
        <http://lexvo.org/id/term/lit/Kroatija>,
        <http://lexvo.org/id/term/lub/Krowasi>,
        <http://lexvo.org/id/term/lug/Kurowesya>,
        <http://lexvo.org/id/term/luo/Croatia>,
        <http://lexvo.org/id/term/luy/Korasia>,
        <http://lexvo.org/id/term/mal/%E0%B4%95%E0%B5%8D%E0%B4%B0%E0%B5%8A%E0%B4%AF%E0%B5%87%E0%B4%B7%E0%B5%8D%E0%B4%AF>,
        <http://lexvo.org/id/term/mar/%E0%A4%95%E0%A5%8D%E0%A4%B0%E0%A5%8B%E0%A4%8F%E0%A4%B6%E0%A4%BF%E0%A4%AF%E0%A4%BE>,
        <http://lexvo.org/id/term/mas/Korasia>,
        <http://lexvo.org/id/term/mer/Koroashia>,
        <http://lexvo.org/id/term/mfe/Kroasi>,
        <http://lexvo.org/id/term/mgh/Ukorasia>,
        <http://lexvo.org/id/term/mkd/%D0%A5%D1%80%D0%B2%D0%B0%D1%82%D1%81%D0%BA%D0%B0>,
        <http://lexvo.org/id/term/mlg/Kroasia>,
        <http://lexvo.org/id/term/mlt/Kroazja>,
        <http://lexvo.org/id/term/mua/kroatiya>,
        <http://lexvo.org/id/term/mya/%E1%80%81%E1%80%9B%E1%80%AD%E1%80%AF%E1%80%A1%E1%80%B1%E1%80%B8%E1%80%9B%E1%80%BE%E1%80%AC%E1%80%B8>,
        <http://lexvo.org/id/term/naq/Croatiab>,
        <http://lexvo.org/id/term/nde/Croatia>,
        <http://lexvo.org/id/term/nep/%E0%A4%95%E0%A5%8D%E0%A4%B0%E0%A5%8B%E0%A4%8F%E0%A4%B6%E0%A4%BF%E0%A4%AF%E0%A4%BE>,
        <http://lexvo.org/id/term/nld/Kroati%C3%AB>,
        <http://lexvo.org/id/term/nmg/Kroasia>,
        <http://lexvo.org/id/term/nno/Kroatia>,
        <http://lexvo.org/id/term/nob/Kroatia>,
        <http://lexvo.org/id/term/nus/Korwaatia>,
        <http://lexvo.org/id/term/nyn/Korasiya>,
        <http://lexvo.org/id/term/ori/%E0%AC%95%E0%AD%8D%E0%AC%B0%E0%AD%8B%E0%AC%86%E0%AC%9F%E0%AC%BF%E0%AC%86>,
        <http://lexvo.org/id/term/pol/Chorwacja>,
        <http://lexvo.org/id/term/por/Cro%C3%A1cia>,
        <http://lexvo.org/id/term/rof/Korasia>,
        <http://lexvo.org/id/term/roh/Croazia>,
        <http://lexvo.org/id/term/ron/Croa%C8%9Bia>,
        <http://lexvo.org/id/term/run/Korowasiya>,
        <http://lexvo.org/id/term/rus/%D0%A5%D0%BE%D1%80%D0%B2%D0%B0%D1%82%D0%B8%D1%8F>,
        <http://lexvo.org/id/term/rwk/Korasia>,
        <http://lexvo.org/id/term/sag/Kroas%C3%AFi>,
        <http://lexvo.org/id/term/saq/Korasia>,
        <http://lexvo.org/id/term/sbp/Kolasiya>,
        <http://lexvo.org/id/term/seh/Cro%C3%A1cia>,
        <http://lexvo.org/id/term/ses/Krwaasi>,
        <http://lexvo.org/id/term/shi-Latn/krwatya>,
        <http://lexvo.org/id/term/shi/%E2%B4%BD%E2%B5%94%E2%B5%A1%E2%B4%B0%E2%B5%9C%E2%B5%A2%E2%B4%B0>,
        <http://lexvo.org/id/term/sin/%E0%B6%9A%E0%B7%8A%E2%80%8D%E0%B6%BB%E0%B7%9C%E0%B6%A7%E0%B7%92%E0%B6%BA%E0%B7%8F>,
        <http://lexvo.org/id/term/slk/Chorv%C3%A1tsko>,
        <http://lexvo.org/id/term/slv/Hrva%C5%A1ka>,
        <http://lexvo.org/id/term/sme/Kro%C3%A1tia>,
        <http://lexvo.org/id/term/sna/Korasia>,
        <http://lexvo.org/id/term/som/Korweeshiya>,
        <http://lexvo.org/id/term/spa/Croacia>,
        <http://lexvo.org/id/term/sqi/Kroaci>,
        <http://lexvo.org/id/term/srp-Latn/Hrvatska>,
        <http://lexvo.org/id/term/srp/%D0%A5%D1%80%D0%B2%D0%B0%D1%82%D1%81%D0%BA%D0%B0>,
        <http://lexvo.org/id/term/swc/Korasia>,
        <http://lexvo.org/id/term/swe/Kroatien>,
        <http://lexvo.org/id/term/swh/Korasia>,
        <http://lexvo.org/id/term/tam/%E0%AE%95%E0%AF%81%E0%AE%B0%E0%AF%8B%E0%AE%9A%E0%AE%BF%E0%AE%AF%E0%AE%BE>,
        <http://lexvo.org/id/term/tel/%E0%B0%95%E0%B1%8D%E0%B0%B0%E0%B1%8B%E0%B0%AF%E0%B1%87%E0%B0%B7%E0%B0%BF%E0%B0%AF%E0%B0%BE>,
        <http://lexvo.org/id/term/teo/Korasia>,
        <http://lexvo.org/id/term/tha/%E0%B9%82%E0%B8%84%E0%B8%A3%E0%B9%80%E0%B8%AD%E0%B9%80%E0%B8%8A%E0%B8%B5%E0%B8%A2>,
        <http://lexvo.org/id/term/tig/%E1%8A%AD%E1%88%AE%E1%8A%A4%E1%88%BD%E1%8B%AB>,
        <http://lexvo.org/id/term/tir/%E1%8A%AD%E1%88%AE%E1%8A%A4%E1%88%BD%E1%8B%AB>,
        <http://lexvo.org/id/term/ton/Kuloisia>,
        <http://lexvo.org/id/term/tur/H%C4%B1rvatistan>,
        <http://lexvo.org/id/term/twq/Krwaasi>,
        <http://lexvo.org/id/term/tzm/Krwatya>,
        <http://lexvo.org/id/term/ukr/%D0%A5%D0%BE%D1%80%D0%B2%D0%B0%D1%82%D1%96%D1%8F>,
        <http://lexvo.org/id/term/urd/%DA%A9%D8%B1%D9%88%D8%B4%DB%8C%D8%A7>,
        <http://lexvo.org/id/term/vai-Latn/Koresiya>,
        <http://lexvo.org/id/term/vai/%EA%96%8F%EA%94%93%EA%94%BB%EA%95%A9>,
        <http://lexvo.org/id/term/vie/Croatia>,
        <http://lexvo.org/id/term/vun/Korasia>,
        <http://lexvo.org/id/term/wae/Kroatie>,
        <http://lexvo.org/id/term/wal/%E1%8A%AD%E1%88%AE%E1%8A%A4%E1%88%BD%E1%8B%AB>,
        <http://lexvo.org/id/term/xog/Kurowesya>,
        <http://lexvo.org/id/term/yav/Kolowas%C3%ADi>,
        <http://lexvo.org/id/term/yor/Or%C3%ADl%E1%BA%B9%CC%81%C3%A8de%20K%C3%B2r%C3%B3%C3%A1t%C3%AD%C3%A0>,
        <http://lexvo.org/id/term/zsm/Croatia>,
        <http://lexvo.org/id/term/zul/i-Croatia> ;
    owl:sameAs <http://psi.oasis-open.org/iso/3166/#191>,
        <http://sws.geonames.org/3202326/> .

<http://lexvo.org/id/iso3166/HU> a lvont:GeographicRegion ;
    rdfs:label "Hongarye"@af,
        "Hɔŋgàlè"@agq,
        "Hangari"@ak,
        "ሀንጋሪ"@am,
        "هنغاريا"@ar,
        "Hungaria"@asa,
        "Hungría"@ast,
        "Macaristan"@az,
        "Ɔ̀ŋgriì"@bas,
        "Венгрыя"@be,
        "Huhungalia"@bez,
        "Унгария"@bg,
        "Hɔngri"@bm,
        "হাঙ্গেরি"@bn,
        "ཧངྒ་རི།"@bo,
        "Hungaria"@br,
        "हंगरी"@brx,
        "Mađarska"@bs,
        "Мађарска"@bs-Cyrl,
        "ሀንጋሪ"@byn,
        "Hongria"@ca,
        "Hangare"@cgg,
        "ᎲᏂᎦᎵ"@chr,
        "匈牙利"@cmn,
        "匈牙利"@cmn-Hant,
        "Maďarsko"@cs,
        "Hwngari"@cy,
        "Ungarn"@da,
        "Hungaria"@dav,
        "Ungarn"@de,
        "Hungaari"@dje,
        "Oŋri"@dyo,
        "ཧཱང་གྷ་རི"@dz,
        "Hungaria"@ebu,
        "Hungari nutome"@ee,
        "Ουγγαρία"@el,
        "Hungary"@en,
        "ISO 3166-1:HU"@en,
        "𐐐𐐲𐑍𐑀𐐲𐑉𐐨"@en-Dsrt,
        "Hungarujo"@eo,
        "Hungría"@es,
        "Ungari"@et,
        "Hungaria"@eu,
        "Ongirí"@ewo,
        "مجارستان"@fa,
        "Onngiri"@ff,
        "Unkari"@fi,
        "Hungary"@fil,
        "Ungarn"@fo,
        "Hongrie"@fr,
        "Ongjarie"@fur,
        "An Ungáir"@ga,
        "An Ungair"@gd,
        "Hungría"@gl,
        "Ungarn"@gsw,
        "હંગેરી"@gu,
        "Hungaria"@guz,
        "Hungari"@ha,
        "הונגריה"@he,
        "हंगरी"@hi,
        "Mađarska"@hr,
        "Magyarország"@hu,
        "Հունգարիա"@hy,
        "Hungaria"@ia,
        "Hungaria"@id,
        "Ungverjaland"@is,
        "Ungheria"@it,
        "ハンガリー"@ja,
        "Hungaria"@jmc,
        "უნგრეთი"@ka,
        "Hungri"@kab,
        "Hungaria"@kam,
        "Hungalia"@kde,
        "Ungria"@kea,
        "Hungaari"@khq,
        "Hungaria"@ki,
        "Ungarni"@kl,
        "Emetab Hungary"@kln,
        "ហុងគ្រី"@km,
        "ಹಂಗೇರಿ"@kn,
        "헝가리"@ko,
        "ہَنٛگری"@ks,
        "Hungalia"@ksb,
        "ɔngrí"@ksf,
        "Unjann"@ksh,
        "Hungária"@lag,
        "Hangare"@lg,
        "Ongili"@ln,
        "ຮັງກາຣີ"@lo,
        "Vengrija"@lt,
        "Ongili"@lu,
        "Hungary"@luo,
        "Hungaria"@luy,
        "Ungārija"@lv,
        "Hungaria"@mas,
        "Hangarĩ"@mer,
        "Ongri"@mfe,
        "Hongria"@mg,
        "Uhungaria"@mgh,
        "Унгарија"@mk,
        "ഹംഗറി"@ml,
        "हंगेरी"@mr,
        "Ungerija"@mt,
        "Hungriya"@mua,
        "ဟန်ဂေရီ"@my,
        "Hongareieb"@naq,
        "Ungarn"@nb,
        "Hungary"@nd,
        "हङ्गेरी"@ne,
        "Hongarije"@nl,
        "Ɔngría"@nmg,
        "Ungarn"@nn,
        "Hangare"@nyn,
        "ହଙ୍ଗେରୀ"@or,
        "Węgry"@pl,
        "مجارستان"@ps,
        "Hungria"@pt,
        "Ungaria"@rm,
        "Hungariya"@rn,
        "Ungaria"@ro,
        "Hungaria"@rof,
        "Венгрия"@ru,
        "Hungaria"@rwk,
        "Hungaria"@saq,
        "Hungaliya"@sbp,
        "Ungár"@se,
        "Hungria"@seh,
        "Hungaari"@ses,
        "Hongirùii"@sg,
        "ⵀⵏⵖⴰⵔⵢⴰ"@shi,
        "hnɣarya"@shi-Latn,
        "හන්ගේරියාව"@si,
        "Maďarsko"@sk,
        "Madžarska"@sl,
        "Hungary"@sn,
        "Hangeri"@so,
        "Hungari"@sq,
        "Мађарска"@sr,
        "Mađarska"@sr-Latn,
        "Ungern"@sv,
        "Hungaria"@swc,
        "Hungaria"@swh,
        "ஹங்கேரி"@ta,
        "హన్గేరి"@te,
        "Hungaria"@teo,
        "ฮังการี"@th,
        "ሀንጋሪ"@ti,
        "ሀንጋሪ"@tig,
        "Hangakalia"@to,
        "Macaristan"@tr,
        "Hungaari"@twq,
        "Henɣarya"@tzm,
        "Угорщина"@uk,
        "ہنگری"@ur,
        "ꖽꘋꕭꔓ"@vai,
        "Hɔ́ngare"@vai-Latn,
        "Hungari"@vi,
        "Hungaria"@vun,
        "Ungare"@wae,
        "ሀንጋሪ"@wal,
        "Hangare"@xog,
        "ɔngilí"@yav,
        "Orílẹ́ède Hungari"@yo,
        "Hungari"@zsm,
        "i-Hungary"@zu ;
    lvont:label <http://lexvo.org/id/term/afr/Hongarye>,
        <http://lexvo.org/id/term/agq/H%C9%94%C5%8Bg%C3%A0l%C3%A8>,
        <http://lexvo.org/id/term/aka/Hangari>,
        <http://lexvo.org/id/term/amh/%E1%88%80%E1%8A%95%E1%8C%8B%E1%88%AA>,
        <http://lexvo.org/id/term/ara/%D9%87%D9%86%D8%BA%D8%A7%D8%B1%D9%8A%D8%A7>,
        <http://lexvo.org/id/term/asa/Hungaria>,
        <http://lexvo.org/id/term/ast/Hungr%C3%ADa>,
        <http://lexvo.org/id/term/aze/Macaristan>,
        <http://lexvo.org/id/term/bam/H%C9%94ngri>,
        <http://lexvo.org/id/term/bas/%C6%86%CC%80%C5%8Bgri%C3%AC>,
        <http://lexvo.org/id/term/bel/%D0%92%D0%B5%D0%BD%D0%B3%D1%80%D1%8B%D1%8F>,
        <http://lexvo.org/id/term/ben/%E0%A6%B9%E0%A6%BE%E0%A6%99%E0%A7%8D%E0%A6%97%E0%A7%87%E0%A6%B0%E0%A6%BF>,
        <http://lexvo.org/id/term/bez/Huhungalia>,
        <http://lexvo.org/id/term/bod/%E0%BD%A7%E0%BD%84%E0%BE%92%E0%BC%8B%E0%BD%A2%E0%BD%B2%E0%BC%8D>,
        <http://lexvo.org/id/term/bos-Cyrl/%D0%9C%D0%B0%D1%92%D0%B0%D1%80%D1%81%D0%BA%D0%B0>,
        <http://lexvo.org/id/term/bos/Ma%C4%91arska>,
        <http://lexvo.org/id/term/bre/Hungaria>,
        <http://lexvo.org/id/term/brx/%E0%A4%B9%E0%A4%82%E0%A4%97%E0%A4%B0%E0%A5%80>,
        <http://lexvo.org/id/term/bul/%D0%A3%D0%BD%D0%B3%D0%B0%D1%80%D0%B8%D1%8F>,
        <http://lexvo.org/id/term/byn/%E1%88%80%E1%8A%95%E1%8C%8B%E1%88%AA>,
        <http://lexvo.org/id/term/cat/Hongria>,
        <http://lexvo.org/id/term/ces/Ma%C4%8Farsko>,
        <http://lexvo.org/id/term/cgg/Hangare>,
        <http://lexvo.org/id/term/chr/%E1%8E%B2%E1%8F%82%E1%8E%A6%E1%8E%B5>,
        <http://lexvo.org/id/term/cmn-Hant/%E5%8C%88%E7%89%99%E5%88%A9>,
        <http://lexvo.org/id/term/cmn/%E5%8C%88%E7%89%99%E5%88%A9>,
        <http://lexvo.org/id/term/cym/Hwngari>,
        <http://lexvo.org/id/term/dan/Ungarn>,
        <http://lexvo.org/id/term/dav/Hungaria>,
        <http://lexvo.org/id/term/deu/Ungarn>,
        <http://lexvo.org/id/term/dje/Hungaari>,
        <http://lexvo.org/id/term/dyo/O%C5%8Bri>,
        <http://lexvo.org/id/term/dzo/%E0%BD%A7%E0%BD%B1%E0%BD%84%E0%BC%8B%E0%BD%82%E0%BE%B7%E0%BC%8B%E0%BD%A2%E0%BD%B2>,
        <http://lexvo.org/id/term/ebu/Hungaria>,
        <http://lexvo.org/id/term/ell/%CE%9F%CF%85%CE%B3%CE%B3%CE%B1%CF%81%CE%AF%CE%B1>,
        <http://lexvo.org/id/term/eng-Dsrt/%F0%90%90%90%F0%90%90%B2%F0%90%91%8D%F0%90%91%80%F0%90%90%B2%F0%90%91%89%F0%90%90%A8>,
        <http://lexvo.org/id/term/eng/Hungary>,
        <http://lexvo.org/id/term/eng/ISO%203166-1%3AHU>,
        <http://lexvo.org/id/term/epo/Hungarujo>,
        <http://lexvo.org/id/term/est/Ungari>,
        <http://lexvo.org/id/term/eus/Hungaria>,
        <http://lexvo.org/id/term/ewe/Hungari%20nutome>,
        <http://lexvo.org/id/term/ewo/Ongir%C3%AD>,
        <http://lexvo.org/id/term/fao/Ungarn>,
        <http://lexvo.org/id/term/fas/%D9%85%D8%AC%D8%A7%D8%B1%D8%B3%D8%AA%D8%A7%D9%86>,
        <http://lexvo.org/id/term/fil/Hungary>,
        <http://lexvo.org/id/term/fin/Unkari>,
        <http://lexvo.org/id/term/fra/Hongrie>,
        <http://lexvo.org/id/term/ful/Onngiri>,
        <http://lexvo.org/id/term/fur/Ongjarie>,
        <http://lexvo.org/id/term/gla/An%20Ungair>,
        <http://lexvo.org/id/term/gle/An%20Ung%C3%A1ir>,
        <http://lexvo.org/id/term/glg/Hungr%C3%ADa>,
        <http://lexvo.org/id/term/gsw/Ungarn>,
        <http://lexvo.org/id/term/guj/%E0%AA%B9%E0%AA%82%E0%AA%97%E0%AB%87%E0%AA%B0%E0%AB%80>,
        <http://lexvo.org/id/term/guz/Hungaria>,
        <http://lexvo.org/id/term/hau/Hungari>,
        <http://lexvo.org/id/term/heb/%D7%94%D7%95%D7%A0%D7%92%D7%A8%D7%99%D7%94>,
        <http://lexvo.org/id/term/hin/%E0%A4%B9%E0%A4%82%E0%A4%97%E0%A4%B0%E0%A5%80>,
        <http://lexvo.org/id/term/hrv/Ma%C4%91arska>,
        <http://lexvo.org/id/term/hun/Magyarorsz%C3%A1g>,
        <http://lexvo.org/id/term/hye/%D5%80%D5%B8%D6%82%D5%B6%D5%A3%D5%A1%D6%80%D5%AB%D5%A1>,
        <http://lexvo.org/id/term/ina/Hungaria>,
        <http://lexvo.org/id/term/ind/Hungaria>,
        <http://lexvo.org/id/term/isl/Ungverjaland>,
        <http://lexvo.org/id/term/ita/Ungheria>,
        <http://lexvo.org/id/term/jmc/Hungaria>,
        <http://lexvo.org/id/term/jpn/%E3%83%8F%E3%83%B3%E3%82%AC%E3%83%AA%E3%83%BC>,
        <http://lexvo.org/id/term/kab/Hungri>,
        <http://lexvo.org/id/term/kal/Ungarni>,
        <http://lexvo.org/id/term/kam/Hungaria>,
        <http://lexvo.org/id/term/kan/%E0%B2%B9%E0%B2%82%E0%B2%97%E0%B3%87%E0%B2%B0%E0%B2%BF>,
        <http://lexvo.org/id/term/kas/%DB%81%D9%8E%D9%86%D9%9B%DA%AF%D8%B1%DB%8C>,
        <http://lexvo.org/id/term/kat/%E1%83%A3%E1%83%9C%E1%83%92%E1%83%A0%E1%83%94%E1%83%97%E1%83%98>,
        <http://lexvo.org/id/term/kde/Hungalia>,
        <http://lexvo.org/id/term/kea/Ungria>,
        <http://lexvo.org/id/term/khm/%E1%9E%A0%E1%9E%BB%E1%9E%84%E1%9E%82%E1%9F%92%E1%9E%9A%E1%9E%B8>,
        <http://lexvo.org/id/term/khq/Hungaari>,
        <http://lexvo.org/id/term/kik/Hungaria>,
        <http://lexvo.org/id/term/kln/Emetab%20Hungary>,
        <http://lexvo.org/id/term/kor/%ED%97%9D%EA%B0%80%EB%A6%AC>,
        <http://lexvo.org/id/term/ksb/Hungalia>,
        <http://lexvo.org/id/term/ksf/%C9%94ngr%C3%AD>,
        <http://lexvo.org/id/term/ksh/Unjann>,
        <http://lexvo.org/id/term/lag/Hung%C3%A1ria>,
        <http://lexvo.org/id/term/lao/%E0%BA%AE%E0%BA%B1%E0%BA%87%E0%BA%81%E0%BA%B2%E0%BA%A3%E0%BA%B5>,
        <http://lexvo.org/id/term/lav/Ung%C4%81rija>,
        <http://lexvo.org/id/term/lin/Ongili>,
        <http://lexvo.org/id/term/lit/Vengrija>,
        <http://lexvo.org/id/term/lub/Ongili>,
        <http://lexvo.org/id/term/lug/Hangare>,
        <http://lexvo.org/id/term/luo/Hungary>,
        <http://lexvo.org/id/term/luy/Hungaria>,
        <http://lexvo.org/id/term/mal/%E0%B4%B9%E0%B4%82%E0%B4%97%E0%B4%B1%E0%B4%BF>,
        <http://lexvo.org/id/term/mar/%E0%A4%B9%E0%A4%82%E0%A4%97%E0%A5%87%E0%A4%B0%E0%A5%80>,
        <http://lexvo.org/id/term/mas/Hungaria>,
        <http://lexvo.org/id/term/mer/Hangar%C4%A9>,
        <http://lexvo.org/id/term/mfe/Ongri>,
        <http://lexvo.org/id/term/mgh/Uhungaria>,
        <http://lexvo.org/id/term/mkd/%D0%A3%D0%BD%D0%B3%D0%B0%D1%80%D0%B8%D1%98%D0%B0>,
        <http://lexvo.org/id/term/mlg/Hongria>,
        <http://lexvo.org/id/term/mlt/Ungerija>,
        <http://lexvo.org/id/term/mua/Hungriya>,
        <http://lexvo.org/id/term/mya/%E1%80%9F%E1%80%94%E1%80%BA%E1%80%82%E1%80%B1%E1%80%9B%E1%80%AE>,
        <http://lexvo.org/id/term/naq/Hongareieb>,
        <http://lexvo.org/id/term/nde/Hungary>,
        <http://lexvo.org/id/term/nep/%E0%A4%B9%E0%A4%99%E0%A5%8D%E0%A4%97%E0%A5%87%E0%A4%B0%E0%A5%80>,
        <http://lexvo.org/id/term/nld/Hongarije>,
        <http://lexvo.org/id/term/nmg/%C6%86ngr%C3%ADa>,
        <http://lexvo.org/id/term/nno/Ungarn>,
        <http://lexvo.org/id/term/nob/Ungarn>,
        <http://lexvo.org/id/term/nyn/Hangare>,
        <http://lexvo.org/id/term/ori/%E0%AC%B9%E0%AC%99%E0%AD%8D%E0%AC%97%E0%AD%87%E0%AC%B0%E0%AD%80>,
        <http://lexvo.org/id/term/pol/W%C4%99gry>,
        <http://lexvo.org/id/term/por/Hungria>,
        <http://lexvo.org/id/term/pus/%D9%85%D8%AC%D8%A7%D8%B1%D8%B3%D8%AA%D8%A7%D9%86>,
        <http://lexvo.org/id/term/rof/Hungaria>,
        <http://lexvo.org/id/term/roh/Ungaria>,
        <http://lexvo.org/id/term/ron/Ungaria>,
        <http://lexvo.org/id/term/run/Hungariya>,
        <http://lexvo.org/id/term/rus/%D0%92%D0%B5%D0%BD%D0%B3%D1%80%D0%B8%D1%8F>,
        <http://lexvo.org/id/term/rwk/Hungaria>,
        <http://lexvo.org/id/term/sag/Hongir%C3%B9ii>,
        <http://lexvo.org/id/term/saq/Hungaria>,
        <http://lexvo.org/id/term/sbp/Hungaliya>,
        <http://lexvo.org/id/term/seh/Hungria>,
        <http://lexvo.org/id/term/ses/Hungaari>,
        <http://lexvo.org/id/term/shi-Latn/hn%C9%A3arya>,
        <http://lexvo.org/id/term/shi/%E2%B5%80%E2%B5%8F%E2%B5%96%E2%B4%B0%E2%B5%94%E2%B5%A2%E2%B4%B0>,
        <http://lexvo.org/id/term/sin/%E0%B7%84%E0%B6%B1%E0%B7%8A%E0%B6%9C%E0%B7%9A%E0%B6%BB%E0%B7%92%E0%B6%BA%E0%B7%8F%E0%B7%80>,
        <http://lexvo.org/id/term/slk/Ma%C4%8Farsko>,
        <http://lexvo.org/id/term/slv/Mad%C5%BEarska>,
        <http://lexvo.org/id/term/sme/Ung%C3%A1r>,
        <http://lexvo.org/id/term/sna/Hungary>,
        <http://lexvo.org/id/term/som/Hangeri>,
        <http://lexvo.org/id/term/spa/Hungr%C3%ADa>,
        <http://lexvo.org/id/term/sqi/Hungari>,
        <http://lexvo.org/id/term/srp-Latn/Ma%C4%91arska>,
        <http://lexvo.org/id/term/srp/%D0%9C%D0%B0%D1%92%D0%B0%D1%80%D1%81%D0%BA%D0%B0>,
        <http://lexvo.org/id/term/swc/Hungaria>,
        <http://lexvo.org/id/term/swe/Ungern>,
        <http://lexvo.org/id/term/swh/Hungaria>,
        <http://lexvo.org/id/term/tam/%E0%AE%B9%E0%AE%99%E0%AF%8D%E0%AE%95%E0%AF%87%E0%AE%B0%E0%AE%BF>,
        <http://lexvo.org/id/term/tel/%E0%B0%B9%E0%B0%A8%E0%B1%8D%E0%B0%97%E0%B1%87%E0%B0%B0%E0%B0%BF>,
        <http://lexvo.org/id/term/teo/Hungaria>,
        <http://lexvo.org/id/term/tha/%E0%B8%AE%E0%B8%B1%E0%B8%87%E0%B8%81%E0%B8%B2%E0%B8%A3%E0%B8%B5>,
        <http://lexvo.org/id/term/tig/%E1%88%80%E1%8A%95%E1%8C%8B%E1%88%AA>,
        <http://lexvo.org/id/term/tir/%E1%88%80%E1%8A%95%E1%8C%8B%E1%88%AA>,
        <http://lexvo.org/id/term/ton/Hangakalia>,
        <http://lexvo.org/id/term/tur/Macaristan>,
        <http://lexvo.org/id/term/twq/Hungaari>,
        <http://lexvo.org/id/term/tzm/Hen%C9%A3arya>,
        <http://lexvo.org/id/term/ukr/%D0%A3%D0%B3%D0%BE%D1%80%D1%89%D0%B8%D0%BD%D0%B0>,
        <http://lexvo.org/id/term/urd/%DB%81%D9%86%DA%AF%D8%B1%DB%8C>,
        <http://lexvo.org/id/term/vai-Latn/H%C9%94%CC%81ngare>,
        <http://lexvo.org/id/term/vai/%EA%96%BD%EA%98%8B%EA%95%AD%EA%94%93>,
        <http://lexvo.org/id/term/vie/Hungari>,
        <http://lexvo.org/id/term/vun/Hungaria>,
        <http://lexvo.org/id/term/wae/Ungare>,
        <http://lexvo.org/id/term/wal/%E1%88%80%E1%8A%95%E1%8C%8B%E1%88%AA>,
        <http://lexvo.org/id/term/xog/Hangare>,
        <http://lexvo.org/id/term/yav/%C9%94ngil%C3%AD>,
        <http://lexvo.org/id/term/yor/Or%C3%ADl%E1%BA%B9%CC%81%C3%A8de%20Hungari>,
        <http://lexvo.org/id/term/zsm/Hungari>,
        <http://lexvo.org/id/term/zul/i-Hungary> ;
    owl:sameAs <http://psi.oasis-open.org/iso/3166/#348>,
        <http://sws.geonames.org/719819/> .

<http://lexvo.org/id/iso3166/IC> a lvont:GeographicRegion ;
    rdfs:label "Kanarie-eilande"@af,
        "የካናሪ ደሴቶች"@am,
        "جزر الكناري"@ar,
        "Islles Canaries"@ast,
        "Канарски острови"@bg,
        "ক্যানারি দ্বীপপুঞ্জ"@bn,
        "Inizi Kanariez"@br,
        "Kanarska ostrva"@bs,
        "Канарска острва"@bs-Cyrl,
        "Illes Canàries"@ca,
        "加纳利群岛"@cmn,
        "加那利群島"@cmn-Hant,
        "Kanárské ostrovy"@cs,
        "yr Ynysoedd Dedwydd"@cy,
        "Kanariske øer"@da,
        "Kanarische Inseln"@de,
        "ཀ་ནེ་རི་གླིང་ཚོམ"@dz,
        "Kanari ƒudomekpowo nutome"@ee,
        "Κανάριοι Νήσοι"@el,
        "Canary Islands"@en,
        "Islas Canarias"@es,
        "Kanaari saared"@et,
        "Kanariak"@eu,
        "جزایر قناری"@fa,
        "Kanariansaaret"@fi,
        "Canary Island"@fil,
        "Kanaríoyggjarnar"@fo,
        "Îles Canaries"@fr,
        "Isulis Canariis"@fur,
        "Na h-Eileanan Canàrach"@gd,
        "Illas Canarias"@gl,
        "Canarische Eilanden"@gsw,
        "કૅનેરી આઇલેન્ડ્સ"@gu,
        "האיים הקנריים"@he,
        "कैनेरी द्वीपसमूह"@hi,
        "Kanarski Otoci"@hr,
        "Kanári-szigetek"@hu,
        "Kepulauan Canary"@id,
        "Kanaríeyjar"@is,
        "Isole Canarie"@it,
        "カナリア諸島"@ja,
        "Kanárias"@kea,
        "Kanaria qeqertaq"@kl,
        "កោះ​កាណារី"@km,
        "ಕ್ಯಾನರಿ ದ್ವೀಪಗಳು"@kn,
        "카나리아 제도"@ko,
        "de Kannaresche Enselle"@ksh,
        "Bisanga bya Kanári"@ln,
        "ຫມູ່ເກາະຄານາລີ"@lo,
        "Kanarų Salos"@lt,
        "Kanāriju salas"@lv,
        "Канарски острови"@mk,
        "കാനറി ദ്വീപുകൾ"@ml,
        "कॅनरी बेटे"@mr,
        "Kanariøyene"@nb,
        "क्यानारी टापुहरू"@ne,
        "Canarische Eilanden"@nl,
        "Kanariøyane"@nn,
        "Wyspy Kanaryjskie"@pl,
        "Ilhas Canárias"@pt,
        "Insulele Canare"@ro,
        "Канарские о-ва"@ru,
        "Kanáriasullot"@se,
        "කැනරි සූපත්"@si,
        "Kanárske ostrovy"@sk,
        "Kanarski otoki"@sl,
        "Канарска острва"@sr,
        "Kanarska ostrva"@sr-Latn,
        "Kanarieöarna"@sv,
        "Visiwa vya Kanari"@swh,
        "கேனரி தீவுகள்"@ta,
        "కేనరీ దీవులు"@te,
        "หมู่เกาะคานารี"@th,
        "ʻOtumotu Kaneli"@to,
        "Kanarya Adaları"@tr,
        "Канарські острови"@uk,
        "کینری آئلینڈز"@ur,
        "Quần đảo Canary"@vi,
        "Kanariše Inslä"@wae,
        "Kepulauan Canary"@zsm,
        "i-Canary Islands"@zu ;
    lvont:label <http://lexvo.org/id/term/afr/Kanarie-eilande>,
        <http://lexvo.org/id/term/amh/%E1%8B%A8%E1%8A%AB%E1%8A%93%E1%88%AA%20%E1%8B%B0%E1%88%B4%E1%89%B6%E1%89%BD>,
        <http://lexvo.org/id/term/ara/%D8%AC%D8%B2%D8%B1%20%D8%A7%D9%84%D9%83%D9%86%D8%A7%D8%B1%D9%8A>,
        <http://lexvo.org/id/term/ast/Islles%20Canaries>,
        <http://lexvo.org/id/term/ben/%E0%A6%95%E0%A7%8D%E0%A6%AF%E0%A6%BE%E0%A6%A8%E0%A6%BE%E0%A6%B0%E0%A6%BF%20%E0%A6%A6%E0%A7%8D%E0%A6%AC%E0%A7%80%E0%A6%AA%E0%A6%AA%E0%A7%81%E0%A6%9E%E0%A7%8D%E0%A6%9C>,
        <http://lexvo.org/id/term/bos-Cyrl/%D0%9A%D0%B0%D0%BD%D0%B0%D1%80%D1%81%D0%BA%D0%B0%20%D0%BE%D1%81%D1%82%D1%80%D0%B2%D0%B0>,
        <http://lexvo.org/id/term/bos/Kanarska%20ostrva>,
        <http://lexvo.org/id/term/bre/Inizi%20Kanariez>,
        <http://lexvo.org/id/term/bul/%D0%9A%D0%B0%D0%BD%D0%B0%D1%80%D1%81%D0%BA%D0%B8%20%D0%BE%D1%81%D1%82%D1%80%D0%BE%D0%B2%D0%B8>,
        <http://lexvo.org/id/term/cat/Illes%20Can%C3%A0ries>,
        <http://lexvo.org/id/term/ces/Kan%C3%A1rsk%C3%A9%20ostrovy>,
        <http://lexvo.org/id/term/cmn-Hant/%E5%8A%A0%E9%82%A3%E5%88%A9%E7%BE%A4%E5%B3%B6>,
        <http://lexvo.org/id/term/cmn/%E5%8A%A0%E7%BA%B3%E5%88%A9%E7%BE%A4%E5%B2%9B>,
        <http://lexvo.org/id/term/cym/yr%20Ynysoedd%20Dedwydd>,
        <http://lexvo.org/id/term/dan/Kanariske%20%C3%B8er>,
        <http://lexvo.org/id/term/deu/Kanarische%20Inseln>,
        <http://lexvo.org/id/term/dzo/%E0%BD%80%E0%BC%8B%E0%BD%93%E0%BD%BA%E0%BC%8B%E0%BD%A2%E0%BD%B2%E0%BC%8B%E0%BD%82%E0%BE%B3%E0%BD%B2%E0%BD%84%E0%BC%8B%E0%BD%9A%E0%BD%BC%E0%BD%98>,
        <http://lexvo.org/id/term/ell/%CE%9A%CE%B1%CE%BD%CE%AC%CF%81%CE%B9%CE%BF%CE%B9%20%CE%9D%CE%AE%CF%83%CE%BF%CE%B9>,
        <http://lexvo.org/id/term/eng/Canary%20Islands>,
        <http://lexvo.org/id/term/est/Kanaari%20saared>,
        <http://lexvo.org/id/term/eus/Kanariak>,
        <http://lexvo.org/id/term/ewe/Kanari%20%C6%92udomekpowo%20nutome>,
        <http://lexvo.org/id/term/fao/Kanar%C3%ADoyggjarnar>,
        <http://lexvo.org/id/term/fas/%D8%AC%D8%B2%D8%A7%DB%8C%D8%B1%20%D9%82%D9%86%D8%A7%D8%B1%DB%8C>,
        <http://lexvo.org/id/term/fil/Canary%20Island>,
        <http://lexvo.org/id/term/fin/Kanariansaaret>,
        <http://lexvo.org/id/term/fra/%C3%8Eles%20Canaries>,
        <http://lexvo.org/id/term/fur/Isulis%20Canariis>,
        <http://lexvo.org/id/term/gla/Na%20h-Eileanan%20Can%C3%A0rach>,
        <http://lexvo.org/id/term/glg/Illas%20Canarias>,
        <http://lexvo.org/id/term/gsw/Canarische%20Eilanden>,
        <http://lexvo.org/id/term/guj/%E0%AA%95%E0%AB%85%E0%AA%A8%E0%AB%87%E0%AA%B0%E0%AB%80%20%E0%AA%86%E0%AA%87%E0%AA%B2%E0%AB%87%E0%AA%A8%E0%AB%8D%E0%AA%A1%E0%AB%8D%E0%AA%B8>,
        <http://lexvo.org/id/term/heb/%D7%94%D7%90%D7%99%D7%99%D7%9D%20%D7%94%D7%A7%D7%A0%D7%A8%D7%99%D7%99%D7%9D>,
        <http://lexvo.org/id/term/hin/%E0%A4%95%E0%A5%88%E0%A4%A8%E0%A5%87%E0%A4%B0%E0%A5%80%20%E0%A4%A6%E0%A5%8D%E0%A4%B5%E0%A5%80%E0%A4%AA%E0%A4%B8%E0%A4%AE%E0%A5%82%E0%A4%B9>,
        <http://lexvo.org/id/term/hrv/Kanarski%20Otoci>,
        <http://lexvo.org/id/term/hun/Kan%C3%A1ri-szigetek>,
        <http://lexvo.org/id/term/ind/Kepulauan%20Canary>,
        <http://lexvo.org/id/term/isl/Kanar%C3%ADeyjar>,
        <http://lexvo.org/id/term/ita/Isole%20Canarie>,
        <http://lexvo.org/id/term/jpn/%E3%82%AB%E3%83%8A%E3%83%AA%E3%82%A2%E8%AB%B8%E5%B3%B6>,
        <http://lexvo.org/id/term/kal/Kanaria%20qeqertaq>,
        <http://lexvo.org/id/term/kan/%E0%B2%95%E0%B3%8D%E0%B2%AF%E0%B2%BE%E0%B2%A8%E0%B2%B0%E0%B2%BF%20%E0%B2%A6%E0%B3%8D%E0%B2%B5%E0%B3%80%E0%B2%AA%E0%B2%97%E0%B2%B3%E0%B3%81>,
        <http://lexvo.org/id/term/kea/Kan%C3%A1rias>,
        <http://lexvo.org/id/term/khm/%E1%9E%80%E1%9F%84%E1%9F%87%E2%80%8B%E1%9E%80%E1%9E%B6%E1%9E%8E%E1%9E%B6%E1%9E%9A%E1%9E%B8>,
        <http://lexvo.org/id/term/kor/%EC%B9%B4%EB%82%98%EB%A6%AC%EC%95%84%20%EC%A0%9C%EB%8F%84>,
        <http://lexvo.org/id/term/ksh/de%20Kannaresche%20Enselle>,
        <http://lexvo.org/id/term/lao/%E0%BA%AB%E0%BA%A1%E0%BA%B9%E0%BB%88%E0%BB%80%E0%BA%81%E0%BA%B2%E0%BA%B0%E0%BA%84%E0%BA%B2%E0%BA%99%E0%BA%B2%E0%BA%A5%E0%BA%B5>,
        <http://lexvo.org/id/term/lav/Kan%C4%81riju%20salas>,
        <http://lexvo.org/id/term/lin/Bisanga%20bya%20Kan%C3%A1ri>,
        <http://lexvo.org/id/term/lit/Kanar%C5%B3%20Salos>,
        <http://lexvo.org/id/term/mal/%E0%B4%95%E0%B4%BE%E0%B4%A8%E0%B4%B1%E0%B4%BF%20%E0%B4%A6%E0%B5%8D%E0%B4%B5%E0%B5%80%E0%B4%AA%E0%B5%81%E0%B4%95%E0%B5%BE>,
        <http://lexvo.org/id/term/mar/%E0%A4%95%E0%A5%85%E0%A4%A8%E0%A4%B0%E0%A5%80%20%E0%A4%AC%E0%A5%87%E0%A4%9F%E0%A5%87>,
        <http://lexvo.org/id/term/mkd/%D0%9A%D0%B0%D0%BD%D0%B0%D1%80%D1%81%D0%BA%D0%B8%20%D0%BE%D1%81%D1%82%D1%80%D0%BE%D0%B2%D0%B8>,
        <http://lexvo.org/id/term/nep/%E0%A4%95%E0%A5%8D%E0%A4%AF%E0%A4%BE%E0%A4%A8%E0%A4%BE%E0%A4%B0%E0%A5%80%20%E0%A4%9F%E0%A4%BE%E0%A4%AA%E0%A5%81%E0%A4%B9%E0%A4%B0%E0%A5%82>,
        <http://lexvo.org/id/term/nld/Canarische%20Eilanden>,
        <http://lexvo.org/id/term/nno/Kanari%C3%B8yane>,
        <http://lexvo.org/id/term/nob/Kanari%C3%B8yene>,
        <http://lexvo.org/id/term/pol/Wyspy%20Kanaryjskie>,
        <http://lexvo.org/id/term/por/Ilhas%20Can%C3%A1rias>,
        <http://lexvo.org/id/term/ron/Insulele%20Canare>,
        <http://lexvo.org/id/term/rus/%D0%9A%D0%B0%D0%BD%D0%B0%D1%80%D1%81%D0%BA%D0%B8%D0%B5%20%D0%BE-%D0%B2%D0%B0>,
        <http://lexvo.org/id/term/sin/%E0%B6%9A%E0%B7%90%E0%B6%B1%E0%B6%BB%E0%B7%92%20%E0%B7%83%E0%B7%96%E0%B6%B4%E0%B6%AD%E0%B7%8A>,
        <http://lexvo.org/id/term/slk/Kan%C3%A1rske%20ostrovy>,
        <http://lexvo.org/id/term/slv/Kanarski%20otoki>,
        <http://lexvo.org/id/term/sme/Kan%C3%A1riasullot>,
        <http://lexvo.org/id/term/spa/Islas%20Canarias>,
        <http://lexvo.org/id/term/srp-Latn/Kanarska%20ostrva>,
        <http://lexvo.org/id/term/srp/%D0%9A%D0%B0%D0%BD%D0%B0%D1%80%D1%81%D0%BA%D0%B0%20%D0%BE%D1%81%D1%82%D1%80%D0%B2%D0%B0>,
        <http://lexvo.org/id/term/swe/Kanarie%C3%B6arna>,
        <http://lexvo.org/id/term/swh/Visiwa%20vya%20Kanari>,
        <http://lexvo.org/id/term/tam/%E0%AE%95%E0%AF%87%E0%AE%A9%E0%AE%B0%E0%AE%BF%20%E0%AE%A4%E0%AF%80%E0%AE%B5%E0%AF%81%E0%AE%95%E0%AE%B3%E0%AF%8D>,
        <http://lexvo.org/id/term/tel/%E0%B0%95%E0%B1%87%E0%B0%A8%E0%B0%B0%E0%B1%80%20%E0%B0%A6%E0%B1%80%E0%B0%B5%E0%B1%81%E0%B0%B2%E0%B1%81>,
        <http://lexvo.org/id/term/tha/%E0%B8%AB%E0%B8%A1%E0%B8%B9%E0%B9%88%E0%B9%80%E0%B8%81%E0%B8%B2%E0%B8%B0%E0%B8%84%E0%B8%B2%E0%B8%99%E0%B8%B2%E0%B8%A3%E0%B8%B5>,
        <http://lexvo.org/id/term/ton/%CA%BBOtumotu%20Kaneli>,
        <http://lexvo.org/id/term/tur/Kanarya%20Adalar%C4%B1>,
        <http://lexvo.org/id/term/ukr/%D0%9A%D0%B0%D0%BD%D0%B0%D1%80%D1%81%D1%8C%D0%BA%D1%96%20%D0%BE%D1%81%D1%82%D1%80%D0%BE%D0%B2%D0%B8>,
        <http://lexvo.org/id/term/urd/%DA%A9%DB%8C%D9%86%D8%B1%DB%8C%20%D8%A2%D8%A6%D9%84%DB%8C%D9%86%DA%88%D8%B2>,
        <http://lexvo.org/id/term/vie/Qu%E1%BA%A7n%20%C4%91%E1%BA%A3o%20Canary>,
        <http://lexvo.org/id/term/wae/Kanari%C5%A1e%20Insl%C3%A4>,
        <http://lexvo.org/id/term/zsm/Kepulauan%20Canary>,
        <http://lexvo.org/id/term/zul/i-Canary%20Islands> .

<http://lexvo.org/id/iso3166/ID> a lvont:GeographicRegion ;
    rdfs:label "Indonesië"@af,
        "Èndòneshìa"@agq,
        "Indɔnehyia"@ak,
        "ኢንዶኔዢያ"@am,
        "أندونيسيا"@ar,
        "Indonethia"@asa,
        "Indonesia"@ast,
        "İndoneziya"@az,
        "Indònèsià"@bas,
        "Інданезія"@be,
        "Huindonesia"@bez,
        "Индонезия"@bg,
        "Ɛndonezi"@bm,
        "ইন্দোনেশিয়া"@bn,
        "ཨིན་ཌོ་ནེ་ཤི་ཡ།"@bo,
        "Indonezia"@br,
        "इंडोनेशिया"@brx,
        "Indonezija"@bs,
        "Индонезија"@bs-Cyrl,
        "ኢንዶኔዢያ"@byn,
        "Indonèsia"@ca,
        "Indoneeziya"@cgg,
        "ᎢᏂᏙᏂᏍᏯ"@chr,
        "印度尼西亚"@cmn,
        "印尼"@cmn-Hant,
        "Indonésie"@cs,
        "Indonesia"@cy,
        "Indonesien"@da,
        "Indonesia"@dav,
        "Indonesien"@de,
        "Indoneezi"@dje,
        "Endonesi"@dyo,
        "ཨིན་ཌོ་ནེ་ཤི་ཡ"@dz,
        "Indonesia"@ebu,
        "Indonesia nutome"@ee,
        "Ινδονησία"@el,
        "ISO 3166-1:ID"@en,
        "Indonesia"@en,
        "𐐆𐑌𐐼𐐲𐑌𐐨𐑈𐐲"@en-Dsrt,
        "Indonezio"@eo,
        "Indonesia"@es,
        "Indoneesia"@et,
        "Indonesia"@eu,
        "ɛndonésia"@ewo,
        "اندونزی"@fa,
        "اندونیزیا"@fa,
        "Enndonesii"@ff,
        "Indonesia"@fi,
        "Indonesia"@fil,
        "Indonesia"@fo,
        "Indonésie"@fr,
        "Indonesie"@fur,
        "An Indinéis"@ga,
        "Na h-Innd Innse"@gd,
        "Indonesia"@gl,
        "Indoneesie"@gsw,
        "ઇન્ડોનેશિયા"@gu,
        "Indonesia"@guz,
        "Indunusiya"@ha,
        "אינדונזיה"@he,
        "इंडोनेशिया"@hi,
        "Indonezija"@hr,
        "Indonézia"@hu,
        "Ինդոնեզիա"@hy,
        "Indonesia"@ia,
        "Indonesia"@id,
        "Indónesía"@is,
        "Indonesia"@it,
        "インドネシア"@ja,
        "Indonesia"@jmc,
        "ინდონეზია"@ka,
        "Indunizi"@kab,
        "Indonesia"@kam,
        "Indonesia"@kde,
        "Indonezia"@kea,
        "Indoneezi"@khq,
        "Indonesia"@ki,
        "Индонезия"@kk,
        "Indonesia"@kl,
        "Emetab Indonesia"@kln,
        "ឥណ្ឌូណេស៊ី"@km,
        "ಇಂಡೋನೇಶಿಯಾ"@kn,
        "인도네시아"@ko,
        "اِنڑونیشِیا"@ks,
        "Indonesia"@ksb,
        "indonɛsí"@ksf,
        "Indoneesije"@ksh,
        "Indonésia"@lag,
        "Yindonezya"@lg,
        "Indonezi"@ln,
        "ອິນໂດເນເຊຍ"@lo,
        "Indonezija"@lt,
        "Indonezi"@lu,
        "Indonesia"@luo,
        "Indonesia"@luy,
        "Indonēzija"@lv,
        "Indonesia"@mas,
        "Indonesia"@mer,
        "Indonezi"@mfe,
        "Indonezia"@mg,
        "Undonesia"@mgh,
        "Индонезија"@mk,
        "ഇൻഡോനേഷ്യ"@ml,
        "इंडोनेशिया"@mr,
        "Indoneżja"@mt,
        "Indonesiya"@mua,
        "အင်ဒိုနီးရှား"@my,
        "Indonesiab"@naq,
        "Indonesia"@nb,
        "Indonesiya"@nd,
        "इन्डोनेशिया"@ne,
        "Indonesië"@nl,
        "Indonesia"@nmg,
        "Indonesia"@nn,
        "Indoneeziya"@nyn,
        "ଇଣ୍ଡୋନେସିଆ"@or,
        "Indonezja"@pl,
        "اندونیزیا"@ps,
        "Indonésia"@pt,
        "Indonesia"@rm,
        "Indoneziya"@rn,
        "Indonezia"@ro,
        "Indonesia"@rof,
        "Индонезия"@ru,
        "Indonesia"@rwk,
        "Indonesia"@saq,
        "Indonesiya"@sbp,
        "Indonesia"@se,
        "Indonésia"@seh,
        "Indoneezi"@ses,
        "Ênndonezïi"@sg,
        "ⴰⵏⴷⵓⵏⵉⵙⵢⴰ"@shi,
        "andunisya"@shi-Latn,
        "ඉන්දුනීසියාව"@si,
        "Indonézia"@sk,
        "Indonezija"@sl,
        "Indonesia"@sn,
        "Indoneesiya"@so,
        "Indonezi"@sq,
        "Индонезија"@sr,
        "Indonezija"@sr-Latn,
        "Indonesien"@sv,
        "Indonesia"@swc,
        "Indonesia"@swh,
        "இந்தோனேஷியா"@ta,
        "ఇండోనేషియా"@te,
        "Indonesia"@teo,
        "อินโดนีเซีย"@th,
        "ኢንዶኔዢያ"@ti,
        "ኢንዶኔዢያ"@tig,
        "ʻInitonēsia"@to,
        "Endonezya"@tr,
        "Indoneezi"@twq,
        "Indunizya"@tzm,
        "Індонезія"@uk,
        "انڈونیشیا"@ur,
        "ꔤꖆꕇꔻꕩ"@vai,
        "Índonisiya"@vai-Latn,
        "Indonesia"@vi,
        "Indonesia"@vun,
        "Indonesie"@wae,
        "ኢንዶኔዢያ"@wal,
        "Yindonezya"@xog,
        "ɛndonesí"@yav,
        "Orílẹ́ède Indonesia"@yo,
        "Indonesia"@zsm,
        "i-Indonesia"@zu ;
    lvont:label <http://lexvo.org/id/term/afr/Indonesi%C3%AB>,
        <http://lexvo.org/id/term/agq/%C3%88nd%C3%B2nesh%C3%ACa>,
        <http://lexvo.org/id/term/aka/Ind%C9%94nehyia>,
        <http://lexvo.org/id/term/amh/%E1%8A%A2%E1%8A%95%E1%8B%B6%E1%8A%94%E1%8B%A2%E1%8B%AB>,
        <http://lexvo.org/id/term/ara/%D8%A3%D9%86%D8%AF%D9%88%D9%86%D9%8A%D8%B3%D9%8A%D8%A7>,
        <http://lexvo.org/id/term/asa/Indonethia>,
        <http://lexvo.org/id/term/ast/Indonesia>,
        <http://lexvo.org/id/term/aze/%C4%B0ndoneziya>,
        <http://lexvo.org/id/term/bam/%C6%90ndonezi>,
        <http://lexvo.org/id/term/bas/Ind%C3%B2n%C3%A8si%C3%A0>,
        <http://lexvo.org/id/term/bel/%D0%86%D0%BD%D0%B4%D0%B0%D0%BD%D0%B5%D0%B7%D1%96%D1%8F>,
        <http://lexvo.org/id/term/ben/%E0%A6%87%E0%A6%A8%E0%A7%8D%E0%A6%A6%E0%A7%8B%E0%A6%A8%E0%A7%87%E0%A6%B6%E0%A6%BF%E0%A6%AF%E0%A6%BC%E0%A6%BE>,
        <http://lexvo.org/id/term/bez/Huindonesia>,
        <http://lexvo.org/id/term/bod/%E0%BD%A8%E0%BD%B2%E0%BD%93%E0%BC%8B%E0%BD%8C%E0%BD%BC%E0%BC%8B%E0%BD%93%E0%BD%BA%E0%BC%8B%E0%BD%A4%E0%BD%B2%E0%BC%8B%E0%BD%A1%E0%BC%8D>,
        <http://lexvo.org/id/term/bos-Cyrl/%D0%98%D0%BD%D0%B4%D0%BE%D0%BD%D0%B5%D0%B7%D0%B8%D1%98%D0%B0>,
        <http://lexvo.org/id/term/bos/Indonezija>,
        <http://lexvo.org/id/term/bre/Indonezia>,
        <http://lexvo.org/id/term/brx/%E0%A4%87%E0%A4%82%E0%A4%A1%E0%A5%8B%E0%A4%A8%E0%A5%87%E0%A4%B6%E0%A4%BF%E0%A4%AF%E0%A4%BE>,
        <http://lexvo.org/id/term/bul/%D0%98%D0%BD%D0%B4%D0%BE%D0%BD%D0%B5%D0%B7%D0%B8%D1%8F>,
        <http://lexvo.org/id/term/byn/%E1%8A%A2%E1%8A%95%E1%8B%B6%E1%8A%94%E1%8B%A2%E1%8B%AB>,
        <http://lexvo.org/id/term/cat/Indon%C3%A8sia>,
        <http://lexvo.org/id/term/ces/Indon%C3%A9sie>,
        <http://lexvo.org/id/term/cgg/Indoneeziya>,
        <http://lexvo.org/id/term/chr/%E1%8E%A2%E1%8F%82%E1%8F%99%E1%8F%82%E1%8F%8D%E1%8F%AF>,
        <http://lexvo.org/id/term/cmn-Hant/%E5%8D%B0%E5%B0%BC>,
        <http://lexvo.org/id/term/cmn/%E5%8D%B0%E5%BA%A6%E5%B0%BC%E8%A5%BF%E4%BA%9A>,
        <http://lexvo.org/id/term/cym/Indonesia>,
        <http://lexvo.org/id/term/dan/Indonesien>,
        <http://lexvo.org/id/term/dav/Indonesia>,
        <http://lexvo.org/id/term/deu/Indonesien>,
        <http://lexvo.org/id/term/dje/Indoneezi>,
        <http://lexvo.org/id/term/dyo/Endonesi>,
        <http://lexvo.org/id/term/dzo/%E0%BD%A8%E0%BD%B2%E0%BD%93%E0%BC%8B%E0%BD%8C%E0%BD%BC%E0%BC%8B%E0%BD%93%E0%BD%BA%E0%BC%8B%E0%BD%A4%E0%BD%B2%E0%BC%8B%E0%BD%A1>,
        <http://lexvo.org/id/term/ebu/Indonesia>,
        <http://lexvo.org/id/term/ell/%CE%99%CE%BD%CE%B4%CE%BF%CE%BD%CE%B7%CF%83%CE%AF%CE%B1>,
        <http://lexvo.org/id/term/eng-Dsrt/%F0%90%90%86%F0%90%91%8C%F0%90%90%BC%F0%90%90%B2%F0%90%91%8C%F0%90%90%A8%F0%90%91%88%F0%90%90%B2>,
        <http://lexvo.org/id/term/eng/ISO%203166-1%3AID>,
        <http://lexvo.org/id/term/eng/Indonesia>,
        <http://lexvo.org/id/term/epo/Indonezio>,
        <http://lexvo.org/id/term/est/Indoneesia>,
        <http://lexvo.org/id/term/eus/Indonesia>,
        <http://lexvo.org/id/term/ewe/Indonesia%20nutome>,
        <http://lexvo.org/id/term/ewo/%C9%9Bndon%C3%A9sia>,
        <http://lexvo.org/id/term/fao/Indonesia>,
        <http://lexvo.org/id/term/fas/%D8%A7%D9%86%D8%AF%D9%88%D9%86%D8%B2%DB%8C>,
        <http://lexvo.org/id/term/fas/%D8%A7%D9%86%D8%AF%D9%88%D9%86%DB%8C%D8%B2%DB%8C%D8%A7>,
        <http://lexvo.org/id/term/fil/Indonesia>,
        <http://lexvo.org/id/term/fin/Indonesia>,
        <http://lexvo.org/id/term/fra/Indon%C3%A9sie>,
        <http://lexvo.org/id/term/ful/Enndonesii>,
        <http://lexvo.org/id/term/fur/Indonesie>,
        <http://lexvo.org/id/term/gla/Na%20h-Innd%20Innse>,
        <http://lexvo.org/id/term/gle/An%20Indin%C3%A9is>,
        <http://lexvo.org/id/term/glg/Indonesia>,
        <http://lexvo.org/id/term/gsw/Indoneesie>,
        <http://lexvo.org/id/term/guj/%E0%AA%87%E0%AA%A8%E0%AB%8D%E0%AA%A1%E0%AB%8B%E0%AA%A8%E0%AB%87%E0%AA%B6%E0%AA%BF%E0%AA%AF%E0%AA%BE>,
        <http://lexvo.org/id/term/guz/Indonesia>,
        <http://lexvo.org/id/term/hau/Indunusiya>,
        <http://lexvo.org/id/term/heb/%D7%90%D7%99%D7%A0%D7%93%D7%95%D7%A0%D7%96%D7%99%D7%94>,
        <http://lexvo.org/id/term/hin/%E0%A4%87%E0%A4%82%E0%A4%A1%E0%A5%8B%E0%A4%A8%E0%A5%87%E0%A4%B6%E0%A4%BF%E0%A4%AF%E0%A4%BE>,
        <http://lexvo.org/id/term/hrv/Indonezija>,
        <http://lexvo.org/id/term/hun/Indon%C3%A9zia>,
        <http://lexvo.org/id/term/hye/%D4%BB%D5%B6%D5%A4%D5%B8%D5%B6%D5%A5%D5%A6%D5%AB%D5%A1>,
        <http://lexvo.org/id/term/ina/Indonesia>,
        <http://lexvo.org/id/term/ind/Indonesia>,
        <http://lexvo.org/id/term/isl/Ind%C3%B3nes%C3%ADa>,
        <http://lexvo.org/id/term/ita/Indonesia>,
        <http://lexvo.org/id/term/jmc/Indonesia>,
        <http://lexvo.org/id/term/jpn/%E3%82%A4%E3%83%B3%E3%83%89%E3%83%8D%E3%82%B7%E3%82%A2>,
        <http://lexvo.org/id/term/kab/Indunizi>,
        <http://lexvo.org/id/term/kal/Indonesia>,
        <http://lexvo.org/id/term/kam/Indonesia>,
        <http://lexvo.org/id/term/kan/%E0%B2%87%E0%B2%82%E0%B2%A1%E0%B3%8B%E0%B2%A8%E0%B3%87%E0%B2%B6%E0%B2%BF%E0%B2%AF%E0%B2%BE>,
        <http://lexvo.org/id/term/kas/%D8%A7%D9%90%D9%86%DA%91%D9%88%D9%86%DB%8C%D8%B4%D9%90%DB%8C%D8%A7>,
        <http://lexvo.org/id/term/kat/%E1%83%98%E1%83%9C%E1%83%93%E1%83%9D%E1%83%9C%E1%83%94%E1%83%96%E1%83%98%E1%83%90>,
        <http://lexvo.org/id/term/kaz/%D0%98%D0%BD%D0%B4%D0%BE%D0%BD%D0%B5%D0%B7%D0%B8%D1%8F>,
        <http://lexvo.org/id/term/kde/Indonesia>,
        <http://lexvo.org/id/term/kea/Indonezia>,
        <http://lexvo.org/id/term/khm/%E1%9E%A5%E1%9E%8E%E1%9F%92%E1%9E%8C%E1%9E%BC%E1%9E%8E%E1%9F%81%E1%9E%9F%E1%9F%8A%E1%9E%B8>,
        <http://lexvo.org/id/term/khq/Indoneezi>,
        <http://lexvo.org/id/term/kik/Indonesia>,
        <http://lexvo.org/id/term/kln/Emetab%20Indonesia>,
        <http://lexvo.org/id/term/kor/%EC%9D%B8%EB%8F%84%EB%84%A4%EC%8B%9C%EC%95%84>,
        <http://lexvo.org/id/term/ksb/Indonesia>,
        <http://lexvo.org/id/term/ksf/indon%C9%9Bs%C3%AD>,
        <http://lexvo.org/id/term/ksh/Indoneesije>,
        <http://lexvo.org/id/term/lag/Indon%C3%A9sia>,
        <http://lexvo.org/id/term/lao/%E0%BA%AD%E0%BA%B4%E0%BA%99%E0%BB%82%E0%BA%94%E0%BB%80%E0%BA%99%E0%BB%80%E0%BA%8A%E0%BA%8D>,
        <http://lexvo.org/id/term/lav/Indon%C4%93zija>,
        <http://lexvo.org/id/term/lin/Indonezi>,
        <http://lexvo.org/id/term/lit/Indonezija>,
        <http://lexvo.org/id/term/lub/Indonezi>,
        <http://lexvo.org/id/term/lug/Yindonezya>,
        <http://lexvo.org/id/term/luo/Indonesia>,
        <http://lexvo.org/id/term/luy/Indonesia>,
        <http://lexvo.org/id/term/mal/%E0%B4%87%E0%B5%BB%E0%B4%A1%E0%B5%8B%E0%B4%A8%E0%B5%87%E0%B4%B7%E0%B5%8D%E0%B4%AF>,
        <http://lexvo.org/id/term/mar/%E0%A4%87%E0%A4%82%E0%A4%A1%E0%A5%8B%E0%A4%A8%E0%A5%87%E0%A4%B6%E0%A4%BF%E0%A4%AF%E0%A4%BE>,
        <http://lexvo.org/id/term/mas/Indonesia>,
        <http://lexvo.org/id/term/mer/Indonesia>,
        <http://lexvo.org/id/term/mfe/Indonezi>,
        <http://lexvo.org/id/term/mgh/Undonesia>,
        <http://lexvo.org/id/term/mkd/%D0%98%D0%BD%D0%B4%D0%BE%D0%BD%D0%B5%D0%B7%D0%B8%D1%98%D0%B0>,
        <http://lexvo.org/id/term/mlg/Indonezia>,
        <http://lexvo.org/id/term/mlt/Indone%C5%BCja>,
        <http://lexvo.org/id/term/mua/Indonesiya>,
        <http://lexvo.org/id/term/mya/%E1%80%A1%E1%80%84%E1%80%BA%E1%80%92%E1%80%AD%E1%80%AF%E1%80%94%E1%80%AE%E1%80%B8%E1%80%9B%E1%80%BE%E1%80%AC%E1%80%B8>,
        <http://lexvo.org/id/term/naq/Indonesiab>,
        <http://lexvo.org/id/term/nde/Indonesiya>,
        <http://lexvo.org/id/term/nep/%E0%A4%87%E0%A4%A8%E0%A5%8D%E0%A4%A1%E0%A5%8B%E0%A4%A8%E0%A5%87%E0%A4%B6%E0%A4%BF%E0%A4%AF%E0%A4%BE>,
        <http://lexvo.org/id/term/nld/Indonesi%C3%AB>,
        <http://lexvo.org/id/term/nmg/Indonesia>,
        <http://lexvo.org/id/term/nno/Indonesia>,
        <http://lexvo.org/id/term/nob/Indonesia>,
        <http://lexvo.org/id/term/nyn/Indoneeziya>,
        <http://lexvo.org/id/term/ori/%E0%AC%87%E0%AC%A3%E0%AD%8D%E0%AC%A1%E0%AD%8B%E0%AC%A8%E0%AD%87%E0%AC%B8%E0%AC%BF%E0%AC%86>,
        <http://lexvo.org/id/term/pol/Indonezja>,
        <http://lexvo.org/id/term/por/Indon%C3%A9sia>,
        <http://lexvo.org/id/term/pus/%D8%A7%D9%86%D8%AF%D9%88%D9%86%DB%8C%D8%B2%DB%8C%D8%A7>,
        <http://lexvo.org/id/term/rof/Indonesia>,
        <http://lexvo.org/id/term/roh/Indonesia>,
        <http://lexvo.org/id/term/ron/Indonezia>,
        <http://lexvo.org/id/term/run/Indoneziya>,
        <http://lexvo.org/id/term/rus/%D0%98%D0%BD%D0%B4%D0%BE%D0%BD%D0%B5%D0%B7%D0%B8%D1%8F>,
        <http://lexvo.org/id/term/rwk/Indonesia>,
        <http://lexvo.org/id/term/sag/%C3%8Anndonez%C3%AFi>,
        <http://lexvo.org/id/term/saq/Indonesia>,
        <http://lexvo.org/id/term/sbp/Indonesiya>,
        <http://lexvo.org/id/term/seh/Indon%C3%A9sia>,
        <http://lexvo.org/id/term/ses/Indoneezi>,
        <http://lexvo.org/id/term/shi-Latn/andunisya>,
        <http://lexvo.org/id/term/shi/%E2%B4%B0%E2%B5%8F%E2%B4%B7%E2%B5%93%E2%B5%8F%E2%B5%89%E2%B5%99%E2%B5%A2%E2%B4%B0>,
        <http://lexvo.org/id/term/sin/%E0%B6%89%E0%B6%B1%E0%B7%8A%E0%B6%AF%E0%B7%94%E0%B6%B1%E0%B7%93%E0%B7%83%E0%B7%92%E0%B6%BA%E0%B7%8F%E0%B7%80>,
        <http://lexvo.org/id/term/slk/Indon%C3%A9zia>,
        <http://lexvo.org/id/term/slv/Indonezija>,
        <http://lexvo.org/id/term/sme/Indonesia>,
        <http://lexvo.org/id/term/sna/Indonesia>,
        <http://lexvo.org/id/term/som/Indoneesiya>,
        <http://lexvo.org/id/term/spa/Indonesia>,
        <http://lexvo.org/id/term/sqi/Indonezi>,
        <http://lexvo.org/id/term/srp-Latn/Indonezija>,
        <http://lexvo.org/id/term/srp/%D0%98%D0%BD%D0%B4%D0%BE%D0%BD%D0%B5%D0%B7%D0%B8%D1%98%D0%B0>,
        <http://lexvo.org/id/term/swc/Indonesia>,
        <http://lexvo.org/id/term/swe/Indonesien>,
        <http://lexvo.org/id/term/swh/Indonesia>,
        <http://lexvo.org/id/term/tam/%E0%AE%87%E0%AE%A8%E0%AF%8D%E0%AE%A4%E0%AF%8B%E0%AE%A9%E0%AF%87%E0%AE%B7%E0%AE%BF%E0%AE%AF%E0%AE%BE>,
        <http://lexvo.org/id/term/tel/%E0%B0%87%E0%B0%82%E0%B0%A1%E0%B1%8B%E0%B0%A8%E0%B1%87%E0%B0%B7%E0%B0%BF%E0%B0%AF%E0%B0%BE>,
        <http://lexvo.org/id/term/teo/Indonesia>,
        <http://lexvo.org/id/term/tha/%E0%B8%AD%E0%B8%B4%E0%B8%99%E0%B9%82%E0%B8%94%E0%B8%99%E0%B8%B5%E0%B9%80%E0%B8%8B%E0%B8%B5%E0%B8%A2>,
        <http://lexvo.org/id/term/tig/%E1%8A%A2%E1%8A%95%E1%8B%B6%E1%8A%94%E1%8B%A2%E1%8B%AB>,
        <http://lexvo.org/id/term/tir/%E1%8A%A2%E1%8A%95%E1%8B%B6%E1%8A%94%E1%8B%A2%E1%8B%AB>,
        <http://lexvo.org/id/term/ton/%CA%BBIniton%C4%93sia>,
        <http://lexvo.org/id/term/tur/Endonezya>,
        <http://lexvo.org/id/term/twq/Indoneezi>,
        <http://lexvo.org/id/term/tzm/Indunizya>,
        <http://lexvo.org/id/term/ukr/%D0%86%D0%BD%D0%B4%D0%BE%D0%BD%D0%B5%D0%B7%D1%96%D1%8F>,
        <http://lexvo.org/id/term/urd/%D8%A7%D9%86%DA%88%D9%88%D9%86%DB%8C%D8%B4%DB%8C%D8%A7>,
        <http://lexvo.org/id/term/vai-Latn/%C3%8Dndonisiya>,
        <http://lexvo.org/id/term/vai/%EA%94%A4%EA%96%86%EA%95%87%EA%94%BB%EA%95%A9>,
        <http://lexvo.org/id/term/vie/Indonesia>,
        <http://lexvo.org/id/term/vun/Indonesia>,
        <http://lexvo.org/id/term/wae/Indonesie>,
        <http://lexvo.org/id/term/wal/%E1%8A%A2%E1%8A%95%E1%8B%B6%E1%8A%94%E1%8B%A2%E1%8B%AB>,
        <http://lexvo.org/id/term/xog/Yindonezya>,
        <http://lexvo.org/id/term/yav/%C9%9Bndones%C3%AD>,
        <http://lexvo.org/id/term/yor/Or%C3%ADl%E1%BA%B9%CC%81%C3%A8de%20Indonesia>,
        <http://lexvo.org/id/term/zsm/Indonesia>,
        <http://lexvo.org/id/term/zul/i-Indonesia> ;
    owl:sameAs <http://psi.oasis-open.org/iso/3166/#360>,
        <http://sws.geonames.org/1643084/> .

<http://lexvo.org/id/iso3166/IL> a lvont:GeographicRegion ;
    rdfs:label "Israel"@af,
        "Ezɨ̀lɛ̂"@agq,
        "Israel"@ak,
        "እስራኤል"@am,
        "إسرائيل"@ar,
        "Ithraeli"@asa,
        "Israel"@ast,
        "İzrail"@az,
        "Isràɛ̂l"@bas,
        "Ізраіль"@be,
        "Huislaheli"@bez,
        "Израел"@bg,
        "Isirayeli"@bm,
        "ইস্রায়েল"@bn,
        "ཨི་ཛ྄་རེལ།"@bo,
        "Israel"@br,
        "इस्राइल"@brx,
        "Izrael"@bs,
        "Израел"@bs-Cyrl,
        "እስራኤል"@byn,
        "Israel"@ca,
        "Isirairi"@cgg,
        "ᎢᏏᎵᏱ"@chr,
        "以色列"@cmn,
        "以色列"@cmn-Hant,
        "Izrael"@cs,
        "Israel"@cy,
        "Israel"@da,
        "Israeli"@dav,
        "Israel"@de,
        "Israyel"@dje,
        "Israel"@dyo,
        "ཨིས་ར་ཡེལ"@dz,
        "Israeli"@ebu,
        "Israel nutome"@ee,
        "Ισραήλ"@el,
        "ISO 3166-1:IL"@en,
        "Israel"@en,
        "𐐆𐑆𐑉𐐨𐐲𐑊"@en-Dsrt,
        "Israelo"@eo,
        "Israel"@es,
        "Iisrael"@et,
        "Israel"@eu,
        "Isəraɛ́l"@ewo,
        "اسرائیل"@fa,
        "Israa'iila"@ff,
        "Israel"@fi,
        "Israel"@fil,
        "Ísrael"@fo,
        "Israël"@fr,
        "Israêl"@fur,
        "Iosrael"@ga,
        "Iosrael"@gd,
        "Israel"@gl,
        "Israel"@gsw,
        "ઇઝરાઇલ"@gu,
        "Israeli"@guz,
        "Izira'ila"@ha,
        "ʻIseraʻela"@haw,
        "ישראל"@he,
        "इसराइल"@hi,
        "Izrael"@hr,
        "Izrael"@hu,
        "Իսրայել"@hy,
        "Israel"@ia,
        "Israel"@id,
        "Ísrael"@is,
        "Israele"@it,
        "イスラエル"@ja,
        "Islɑyɛ̂l"@jgo,
        "Israeli"@jmc,
        "ისრაელი"@ka,
        "Izrayil"@kab,
        "Israeli"@kam,
        "Islaeli"@kde,
        "Israel"@kea,
        "Israyel"@khq,
        "Israeli"@ki,
        "Israel"@kl,
        "Emetab Israel"@kln,
        "អ៊ីស្រាអែល"@km,
        "ಇಸ್ರೇಲ್"@kn,
        "이스라엘"@ko,
        "اِسرایٖل"@ks,
        "Islaeli"@ksb,
        "israɛ́l"@ksf,
        "Ißraäl"@ksh,
        "Isiraéeli"@lag,
        "Yisirayeri"@lg,
        "Isirayelɛ"@ln,
        "ອິສລະເອວ"@lo,
        "Izraelis"@lt,
        "Isirayele"@lu,
        "Israel"@luo,
        "Israeli"@luy,
        "Izraēla"@lv,
        "Israeli"@mas,
        "Isiraeli"@mer,
        "Izrael"@mfe,
        "Israely"@mg,
        "Uisraeli"@mgh,
        "Израел"@mk,
        "ഇസ്രായേൽ"@ml,
        "इस्त्राइल"@mr,
        "Iżrael"@mt,
        "Sǝr Israel"@mua,
        "အစ္စရေး"@my,
        "Israeli"@naq,
        "Israel"@nb,
        "Isuraeli"@nd,
        "इज्रायल"@ne,
        "Israël"@nl,
        "Äsrɛl"@nmg,
        "Israel"@nn,
        "Isirairi"@nyn,
        "ଇସ୍ରାଏଲ୍"@or,
        "Izrael"@pl,
        "Israel"@pt,
        "Israel"@rm,
        "Isiraheli"@rn,
        "Israel"@ro,
        "Israeli"@rof,
        "Израиль"@ru,
        "Israeli"@rwk,
        "Israeli"@saq,
        "Isilaeli"@sbp,
        "Israel"@se,
        "Israel"@seh,
        "Israyel"@ses,
        "Israëli"@sg,
        "ⵉⵙⵔⴰⵢⵉⵍ"@shi,
        "israyil"@shi-Latn,
        "ඊශ්‍රායලය"@si,
        "Izrael"@sk,
        "Izrael"@sl,
        "Izuraeri"@sn,
        "Israaʼiil"@so,
        "Izrael"@sq,
        "Израел"@sr,
        "Izrael"@sr-Latn,
        "Israel"@sv,
        "Israeli"@swc,
        "Israeli"@swh,
        "இஸ்ரேல்"@ta,
        "ఇస్రాయేల్"@te,
        "Israeli"@teo,
        "อิสราเอล"@th,
        "እስራኤል"@ti,
        "እስራኤል"@tig,
        "ʻIsileli"@to,
        "İsrail"@tr,
        "Israyel"@twq,
        "Israeil"@tzm,
        "Ізраїль"@uk,
        "اسرائیل"@ur,
        "ꕑꕇꔻꕞꔤꕞ"@vai,
        "Bhanísiláila"@vai-Latn,
        "Israel"@vi,
        "Israeli"@vun,
        "Israel"@wae,
        "እስራኤል"@wal,
        "Yisirayeri"@xog,
        "ísilayɛ́l"@yav,
        "Orílẹ́ède Iserẹli"@yo,
        "Israel"@zsm,
        "i-Israel"@zu ;
    lvont:label <http://lexvo.org/id/term/afr/Israel>,
        <http://lexvo.org/id/term/agq/Ez%C9%A8%CC%80l%C9%9B%CC%82>,
        <http://lexvo.org/id/term/aka/Israel>,
        <http://lexvo.org/id/term/amh/%E1%8A%A5%E1%88%B5%E1%88%AB%E1%8A%A4%E1%88%8D>,
        <http://lexvo.org/id/term/ara/%D8%A5%D8%B3%D8%B1%D8%A7%D8%A6%D9%8A%D9%84>,
        <http://lexvo.org/id/term/asa/Ithraeli>,
        <http://lexvo.org/id/term/ast/Israel>,
        <http://lexvo.org/id/term/aze/%C4%B0zrail>,
        <http://lexvo.org/id/term/bam/Isirayeli>,
        <http://lexvo.org/id/term/bas/Isr%C3%A0%C9%9B%CC%82l>,
        <http://lexvo.org/id/term/bel/%D0%86%D0%B7%D1%80%D0%B0%D1%96%D0%BB%D1%8C>,
        <http://lexvo.org/id/term/ben/%E0%A6%87%E0%A6%B8%E0%A7%8D%E0%A6%B0%E0%A6%BE%E0%A6%AF%E0%A6%BC%E0%A7%87%E0%A6%B2>,
        <http://lexvo.org/id/term/bez/Huislaheli>,
        <http://lexvo.org/id/term/bod/%E0%BD%A8%E0%BD%B2%E0%BC%8B%E0%BD%9B%E0%BE%84%E0%BC%8B%E0%BD%A2%E0%BD%BA%E0%BD%A3%E0%BC%8D>,
        <http://lexvo.org/id/term/bos-Cyrl/%D0%98%D0%B7%D1%80%D0%B0%D0%B5%D0%BB>,
        <http://lexvo.org/id/term/bos/Izrael>,
        <http://lexvo.org/id/term/bre/Israel>,
        <http://lexvo.org/id/term/brx/%E0%A4%87%E0%A4%B8%E0%A5%8D%E0%A4%B0%E0%A4%BE%E0%A4%87%E0%A4%B2>,
        <http://lexvo.org/id/term/bul/%D0%98%D0%B7%D1%80%D0%B0%D0%B5%D0%BB>,
        <http://lexvo.org/id/term/byn/%E1%8A%A5%E1%88%B5%E1%88%AB%E1%8A%A4%E1%88%8D>,
        <http://lexvo.org/id/term/cat/Israel>,
        <http://lexvo.org/id/term/ces/Izrael>,
        <http://lexvo.org/id/term/cgg/Isirairi>,
        <http://lexvo.org/id/term/chr/%E1%8E%A2%E1%8F%8F%E1%8E%B5%E1%8F%B1>,
        <http://lexvo.org/id/term/cmn-Hant/%E4%BB%A5%E8%89%B2%E5%88%97>,
        <http://lexvo.org/id/term/cmn/%E4%BB%A5%E8%89%B2%E5%88%97>,
        <http://lexvo.org/id/term/cym/Israel>,
        <http://lexvo.org/id/term/dan/Israel>,
        <http://lexvo.org/id/term/dav/Israeli>,
        <http://lexvo.org/id/term/deu/Israel>,
        <http://lexvo.org/id/term/dje/Israyel>,
        <http://lexvo.org/id/term/dyo/Israel>,
        <http://lexvo.org/id/term/dzo/%E0%BD%A8%E0%BD%B2%E0%BD%A6%E0%BC%8B%E0%BD%A2%E0%BC%8B%E0%BD%A1%E0%BD%BA%E0%BD%A3>,
        <http://lexvo.org/id/term/ebu/Israeli>,
        <http://lexvo.org/id/term/ell/%CE%99%CF%83%CF%81%CE%B1%CE%AE%CE%BB>,
        <http://lexvo.org/id/term/eng-Dsrt/%F0%90%90%86%F0%90%91%86%F0%90%91%89%F0%90%90%A8%F0%90%90%B2%F0%90%91%8A>,
        <http://lexvo.org/id/term/eng/ISO%203166-1%3AIL>,
        <http://lexvo.org/id/term/eng/Israel>,
        <http://lexvo.org/id/term/epo/Israelo>,
        <http://lexvo.org/id/term/est/Iisrael>,
        <http://lexvo.org/id/term/eus/Israel>,
        <http://lexvo.org/id/term/ewe/Israel%20nutome>,
        <http://lexvo.org/id/term/ewo/Is%C9%99ra%C9%9B%CC%81l>,
        <http://lexvo.org/id/term/fao/%C3%8Dsrael>,
        <http://lexvo.org/id/term/fas/%D8%A7%D8%B3%D8%B1%D8%A7%D8%A6%DB%8C%D9%84>,
        <http://lexvo.org/id/term/fil/Israel>,
        <http://lexvo.org/id/term/fin/Israel>,
        <http://lexvo.org/id/term/fra/Isra%C3%ABl>,
        <http://lexvo.org/id/term/ful/Israa'iila>,
        <http://lexvo.org/id/term/fur/Isra%C3%AAl>,
        <http://lexvo.org/id/term/gla/Iosrael>,
        <http://lexvo.org/id/term/gle/Iosrael>,
        <http://lexvo.org/id/term/glg/Israel>,
        <http://lexvo.org/id/term/gsw/Israel>,
        <http://lexvo.org/id/term/guj/%E0%AA%87%E0%AA%9D%E0%AA%B0%E0%AA%BE%E0%AA%87%E0%AA%B2>,
        <http://lexvo.org/id/term/guz/Israeli>,
        <http://lexvo.org/id/term/hau/Izira'ila>,
        <http://lexvo.org/id/term/haw/%CA%BBIsera%CA%BBela>,
        <http://lexvo.org/id/term/heb/%D7%99%D7%A9%D7%A8%D7%90%D7%9C>,
        <http://lexvo.org/id/term/hin/%E0%A4%87%E0%A4%B8%E0%A4%B0%E0%A4%BE%E0%A4%87%E0%A4%B2>,
        <http://lexvo.org/id/term/hrv/Izrael>,
        <http://lexvo.org/id/term/hun/Izrael>,
        <http://lexvo.org/id/term/hye/%D4%BB%D5%BD%D6%80%D5%A1%D5%B5%D5%A5%D5%AC>,
        <http://lexvo.org/id/term/ina/Israel>,
        <http://lexvo.org/id/term/ind/Israel>,
        <http://lexvo.org/id/term/isl/%C3%8Dsrael>,
        <http://lexvo.org/id/term/ita/Israele>,
        <http://lexvo.org/id/term/jgo/Isl%C9%91y%C9%9B%CC%82l>,
        <http://lexvo.org/id/term/jmc/Israeli>,
        <http://lexvo.org/id/term/jpn/%E3%82%A4%E3%82%B9%E3%83%A9%E3%82%A8%E3%83%AB>,
        <http://lexvo.org/id/term/kab/Izrayil>,
        <http://lexvo.org/id/term/kal/Israel>,
        <http://lexvo.org/id/term/kam/Israeli>,
        <http://lexvo.org/id/term/kan/%E0%B2%87%E0%B2%B8%E0%B3%8D%E0%B2%B0%E0%B3%87%E0%B2%B2%E0%B3%8D>,
        <http://lexvo.org/id/term/kas/%D8%A7%D9%90%D8%B3%D8%B1%D8%A7%DB%8C%D9%96%D9%84>,
        <http://lexvo.org/id/term/kat/%E1%83%98%E1%83%A1%E1%83%A0%E1%83%90%E1%83%94%E1%83%9A%E1%83%98>,
        <http://lexvo.org/id/term/kde/Islaeli>,
        <http://lexvo.org/id/term/kea/Israel>,
        <http://lexvo.org/id/term/khm/%E1%9E%A2%E1%9F%8A%E1%9E%B8%E1%9E%9F%E1%9F%92%E1%9E%9A%E1%9E%B6%E1%9E%A2%E1%9F%82%E1%9E%9B>,
        <http://lexvo.org/id/term/khq/Israyel>,
        <http://lexvo.org/id/term/kik/Israeli>,
        <http://lexvo.org/id/term/kln/Emetab%20Israel>,
        <http://lexvo.org/id/term/kor/%EC%9D%B4%EC%8A%A4%EB%9D%BC%EC%97%98>,
        <http://lexvo.org/id/term/ksb/Islaeli>,
        <http://lexvo.org/id/term/ksf/isra%C9%9B%CC%81l>,
        <http://lexvo.org/id/term/ksh/I%C3%9Fra%C3%A4l>,
        <http://lexvo.org/id/term/lag/Isira%C3%A9eli>,
        <http://lexvo.org/id/term/lao/%E0%BA%AD%E0%BA%B4%E0%BA%AA%E0%BA%A5%E0%BA%B0%E0%BB%80%E0%BA%AD%E0%BA%A7>,
        <http://lexvo.org/id/term/lav/Izra%C4%93la>,
        <http://lexvo.org/id/term/lin/Isirayel%C9%9B>,
        <http://lexvo.org/id/term/lit/Izraelis>,
        <http://lexvo.org/id/term/lub/Isirayele>,
        <http://lexvo.org/id/term/lug/Yisirayeri>,
        <http://lexvo.org/id/term/luo/Israel>,
        <http://lexvo.org/id/term/luy/Israeli>,
        <http://lexvo.org/id/term/mal/%E0%B4%87%E0%B4%B8%E0%B5%8D%E0%B4%B0%E0%B4%BE%E0%B4%AF%E0%B5%87%E0%B5%BD>,
        <http://lexvo.org/id/term/mar/%E0%A4%87%E0%A4%B8%E0%A5%8D%E0%A4%A4%E0%A5%8D%E0%A4%B0%E0%A4%BE%E0%A4%87%E0%A4%B2>,
        <http://lexvo.org/id/term/mas/Israeli>,
        <http://lexvo.org/id/term/mer/Isiraeli>,
        <http://lexvo.org/id/term/mfe/Izrael>,
        <http://lexvo.org/id/term/mgh/Uisraeli>,
        <http://lexvo.org/id/term/mkd/%D0%98%D0%B7%D1%80%D0%B0%D0%B5%D0%BB>,
        <http://lexvo.org/id/term/mlg/Israely>,
        <http://lexvo.org/id/term/mlt/I%C5%BCrael>,
        <http://lexvo.org/id/term/mua/S%C7%9Dr%20Israel>,
        <http://lexvo.org/id/term/mya/%E1%80%A1%E1%80%85%E1%80%B9%E1%80%85%E1%80%9B%E1%80%B1%E1%80%B8>,
        <http://lexvo.org/id/term/naq/Israeli>,
        <http://lexvo.org/id/term/nde/Isuraeli>,
        <http://lexvo.org/id/term/nep/%E0%A4%87%E0%A4%9C%E0%A5%8D%E0%A4%B0%E0%A4%BE%E0%A4%AF%E0%A4%B2>,
        <http://lexvo.org/id/term/nld/Isra%C3%ABl>,
        <http://lexvo.org/id/term/nmg/%C3%84sr%C9%9Bl>,
        <http://lexvo.org/id/term/nno/Israel>,
        <http://lexvo.org/id/term/nob/Israel>,
        <http://lexvo.org/id/term/nyn/Isirairi>,
        <http://lexvo.org/id/term/ori/%E0%AC%87%E0%AC%B8%E0%AD%8D%E0%AC%B0%E0%AC%BE%E0%AC%8F%E0%AC%B2%E0%AD%8D>,
        <http://lexvo.org/id/term/pol/Izrael>,
        <http://lexvo.org/id/term/por/Israel>,
        <http://lexvo.org/id/term/rof/Israeli>,
        <http://lexvo.org/id/term/roh/Israel>,
        <http://lexvo.org/id/term/ron/Israel>,
        <http://lexvo.org/id/term/run/Isiraheli>,
        <http://lexvo.org/id/term/rus/%D0%98%D0%B7%D1%80%D0%B0%D0%B8%D0%BB%D1%8C>,
        <http://lexvo.org/id/term/rwk/Israeli>,
        <http://lexvo.org/id/term/sag/Isra%C3%ABli>,
        <http://lexvo.org/id/term/saq/Israeli>,
        <http://lexvo.org/id/term/sbp/Isilaeli>,
        <http://lexvo.org/id/term/seh/Israel>,
        <http://lexvo.org/id/term/ses/Israyel>,
        <http://lexvo.org/id/term/shi-Latn/israyil>,
        <http://lexvo.org/id/term/shi/%E2%B5%89%E2%B5%99%E2%B5%94%E2%B4%B0%E2%B5%A2%E2%B5%89%E2%B5%8D>,
        <http://lexvo.org/id/term/sin/%E0%B6%8A%E0%B7%81%E0%B7%8A%E2%80%8D%E0%B6%BB%E0%B7%8F%E0%B6%BA%E0%B6%BD%E0%B6%BA>,
        <http://lexvo.org/id/term/slk/Izrael>,
        <http://lexvo.org/id/term/slv/Izrael>,
        <http://lexvo.org/id/term/sme/Israel>,
        <http://lexvo.org/id/term/sna/Izuraeri>,
        <http://lexvo.org/id/term/som/Israa%CA%BCiil>,
        <http://lexvo.org/id/term/spa/Israel>,
        <http://lexvo.org/id/term/sqi/Izrael>,
        <http://lexvo.org/id/term/srp-Latn/Izrael>,
        <http://lexvo.org/id/term/srp/%D0%98%D0%B7%D1%80%D0%B0%D0%B5%D0%BB>,
        <http://lexvo.org/id/term/swc/Israeli>,
        <http://lexvo.org/id/term/swe/Israel>,
        <http://lexvo.org/id/term/swh/Israeli>,
        <http://lexvo.org/id/term/tam/%E0%AE%87%E0%AE%B8%E0%AF%8D%E0%AE%B0%E0%AF%87%E0%AE%B2%E0%AF%8D>,
        <http://lexvo.org/id/term/tel/%E0%B0%87%E0%B0%B8%E0%B1%8D%E0%B0%B0%E0%B0%BE%E0%B0%AF%E0%B1%87%E0%B0%B2%E0%B1%8D>,
        <http://lexvo.org/id/term/teo/Israeli>,
        <http://lexvo.org/id/term/tha/%E0%B8%AD%E0%B8%B4%E0%B8%AA%E0%B8%A3%E0%B8%B2%E0%B9%80%E0%B8%AD%E0%B8%A5>,
        <http://lexvo.org/id/term/tig/%E1%8A%A5%E1%88%B5%E1%88%AB%E1%8A%A4%E1%88%8D>,
        <http://lexvo.org/id/term/tir/%E1%8A%A5%E1%88%B5%E1%88%AB%E1%8A%A4%E1%88%8D>,
        <http://lexvo.org/id/term/ton/%CA%BBIsileli>,
        <http://lexvo.org/id/term/tur/%C4%B0srail>,
        <http://lexvo.org/id/term/twq/Israyel>,
        <http://lexvo.org/id/term/tzm/Israeil>,
        <http://lexvo.org/id/term/ukr/%D0%86%D0%B7%D1%80%D0%B0%D1%97%D0%BB%D1%8C>,
        <http://lexvo.org/id/term/urd/%D8%A7%D8%B3%D8%B1%D8%A7%D8%A6%DB%8C%D9%84>,
        <http://lexvo.org/id/term/vai-Latn/Bhan%C3%ADsil%C3%A1ila>,
        <http://lexvo.org/id/term/vai/%EA%95%91%EA%95%87%EA%94%BB%EA%95%9E%EA%94%A4%EA%95%9E>,
        <http://lexvo.org/id/term/vie/Israel>,
        <http://lexvo.org/id/term/vun/Israeli>,
        <http://lexvo.org/id/term/wae/Israel>,
        <http://lexvo.org/id/term/wal/%E1%8A%A5%E1%88%B5%E1%88%AB%E1%8A%A4%E1%88%8D>,
        <http://lexvo.org/id/term/xog/Yisirayeri>,
        <http://lexvo.org/id/term/yav/%C3%ADsilay%C9%9B%CC%81l>,
        <http://lexvo.org/id/term/yor/Or%C3%ADl%E1%BA%B9%CC%81%C3%A8de%20Iser%E1%BA%B9li>,
        <http://lexvo.org/id/term/zsm/Israel>,
        <http://lexvo.org/id/term/zul/i-Israel> ;
    owl:sameAs <http://psi.oasis-open.org/iso/3166/#376>,
        <http://sws.geonames.org/294640/> .

<http://lexvo.org/id/iso3166/IM> a lvont:GeographicRegion ;
    rdfs:label "Eiland Man"@af,
        "አይል ኦፍ ማን"@am,
        "جزيرة مان"@ar,
        "Islla de Man"@ast,
        "Man Adası"@az,
        "Острови Ман"@bg,
        "আইল অফ ম্যান"@bn,
        "Enez Vanav"@br,
        "आईल ऑफ़ मैन"@brx,
        "Ostrvo Man"@bs,
        "Острво Ман"@bs-Cyrl,
        "Illa de Man"@ca,
        "ᎤᏍᏗ ᎤᎦᏚᏛ ᎾᎿ ᎠᏍᎦᏯ"@chr,
        "曼岛"@cmn,
        "曼島"@cmn-Hant,
        "Ostrov Man"@cs,
        "Ynys Manaw"@cy,
        "Isle of Man"@da,
        "Isle of Man"@de,
        "ཨ་ཡུལ་ ཨོཕ་ མཱན"@dz,
        "Aisle of Man nutome"@ee,
        "Νήσος Μαν"@el,
        "ISO 3166-1:IM"@en,
        "Isle of Man"@en,
        "𐐌𐐲𐑊 𐐲𐑁 𐐣𐐰𐑌"@en-Dsrt,
        "Isla de Man"@es,
        "Mani saar"@et,
        "Man uhartea"@eu,
        "جزیرهٔ من"@fa,
        "Mansaari"@fi,
        "Isle of Man"@fil,
        "Mann"@fo,
        "Île de Man"@fr,
        "Isule di Man"@fur,
        "Oileán Mhanann"@ga,
        "Eilean Manainn"@gd,
        "Illa de Man"@gl,
        "Insle vo Män"@gsw,
        "ઇસ્લે ઓફ મૅન"@gu,
        "האי מאן"@he,
        "आइल ऑफ मैन"@hi,
        "Otok Man"@hr,
        "Man-sziget"@hu,
        "Isle of Man"@id,
        "Mön"@is,
        "Isola di Man"@it,
        "マン島"@ja,
        "მანის კუნძული"@ka,
        "Ilha di Man"@kea,
        "អែលអុហ្វមែន"@km,
        "ಐಲ್ ಆಫ್ ಮ್ಯಾನ್"@kn,
        "맨 섬"@ko,
        "آیِل آف میٛن"@ks,
        "de Ensel Män"@ksh,
        "Esanga ya Man"@ln,
        "ອີສເຊີລ ອອຟ ແມນ"@lo,
        "Meno Sala"@lt,
        "Mena"@lv,
        "Островот Ман"@mk,
        "ഐൽ ഓഫ് മാൻ"@ml,
        "इस्ले ऑफ मॅन"@mr,
        "Isle of Man"@mt,
        "Man"@nb,
        "आइज्ले अफ् म्यान"@ne,
        "Het Eiland Man"@nl,
        "Isle of Man"@nl,
        "Man"@nn,
        "ଆଇଲ୍ ଅଫ୍ ମୈନ୍"@or,
        "Wyspa Man"@pl,
        "Ilha de Man"@pt,
        "Insla da Man"@rm,
        "Insula Man"@ro,
        "Остров Мэн"@ru,
        "Mann-sullot"@se,
        "අයිස්ල් ඔෆ් මෑන්"@si,
        "Ostrov Man"@sk,
        "Otok Man"@sl,
        "Острво Ман"@sr,
        "Ostrvo Man"@sr-Latn,
        "Isle of Man"@sv,
        "Isle of Man"@swh,
        "ஐல் ஆஃப் மேன்"@ta,
        "ఐల్ ఆఫ్ మాన్"@te,
        "เกาะแมน"@th,
        "Motu Mani"@to,
        "Man Adası"@tr,
        "Острів Мен"@uk,
        "آئل آف مین"@ur,
        "Đảo Man"@vi,
        "Isle of Man"@wae,
        "Isle of Man"@zsm,
        "i-Isle of Man"@zu ;
    lvont:label <http://lexvo.org/id/term/afr/Eiland%20Man>,
        <http://lexvo.org/id/term/amh/%E1%8A%A0%E1%8B%AD%E1%88%8D%20%E1%8A%A6%E1%8D%8D%20%E1%88%9B%E1%8A%95>,
        <http://lexvo.org/id/term/ara/%D8%AC%D8%B2%D9%8A%D8%B1%D8%A9%20%D9%85%D8%A7%D9%86>,
        <http://lexvo.org/id/term/ast/Islla%20de%20Man>,
        <http://lexvo.org/id/term/aze/Man%20Adas%C4%B1>,
        <http://lexvo.org/id/term/ben/%E0%A6%86%E0%A6%87%E0%A6%B2%20%E0%A6%85%E0%A6%AB%20%E0%A6%AE%E0%A7%8D%E0%A6%AF%E0%A6%BE%E0%A6%A8>,
        <http://lexvo.org/id/term/bos-Cyrl/%D0%9E%D1%81%D1%82%D1%80%D0%B2%D0%BE%20%D0%9C%D0%B0%D0%BD>,
        <http://lexvo.org/id/term/bos/Ostrvo%20Man>,
        <http://lexvo.org/id/term/bre/Enez%20Vanav>,
        <http://lexvo.org/id/term/brx/%E0%A4%86%E0%A4%88%E0%A4%B2%20%E0%A4%91%E0%A4%AB%E0%A4%BC%20%E0%A4%AE%E0%A5%88%E0%A4%A8>,
        <http://lexvo.org/id/term/bul/%D0%9E%D1%81%D1%82%D1%80%D0%BE%D0%B2%D0%B8%20%D0%9C%D0%B0%D0%BD>,
        <http://lexvo.org/id/term/cat/Illa%20de%20Man>,
        <http://lexvo.org/id/term/ces/Ostrov%20Man>,
        <http://lexvo.org/id/term/chr/%E1%8E%A4%E1%8F%8D%E1%8F%97%20%E1%8E%A4%E1%8E%A6%E1%8F%9A%E1%8F%9B%20%E1%8E%BE%E1%8E%BF%20%E1%8E%A0%E1%8F%8D%E1%8E%A6%E1%8F%AF>,
        <http://lexvo.org/id/term/cmn-Hant/%E6%9B%BC%E5%B3%B6>,
        <http://lexvo.org/id/term/cmn/%E6%9B%BC%E5%B2%9B>,
        <http://lexvo.org/id/term/cym/Ynys%20Manaw>,
        <http://lexvo.org/id/term/dan/Isle%20of%20Man>,
        <http://lexvo.org/id/term/deu/Isle%20of%20Man>,
        <http://lexvo.org/id/term/dzo/%E0%BD%A8%E0%BC%8B%E0%BD%A1%E0%BD%B4%E0%BD%A3%E0%BC%8B%20%E0%BD%A8%E0%BD%BC%E0%BD%95%E0%BC%8B%20%E0%BD%98%E0%BD%B1%E0%BD%93>,
        <http://lexvo.org/id/term/ell/%CE%9D%CE%AE%CF%83%CE%BF%CF%82%20%CE%9C%CE%B1%CE%BD>,
        <http://lexvo.org/id/term/eng-Dsrt/%F0%90%90%8C%F0%90%90%B2%F0%90%91%8A%20%F0%90%90%B2%F0%90%91%81%20%F0%90%90%A3%F0%90%90%B0%F0%90%91%8C>,
        <http://lexvo.org/id/term/eng/ISO%203166-1%3AIM>,
        <http://lexvo.org/id/term/eng/Isle%20of%20Man>,
        <http://lexvo.org/id/term/est/Mani%20saar>,
        <http://lexvo.org/id/term/eus/Man%20uhartea>,
        <http://lexvo.org/id/term/ewe/Aisle%20of%20Man%20nutome>,
        <http://lexvo.org/id/term/fao/Mann>,
        <http://lexvo.org/id/term/fas/%D8%AC%D8%B2%DB%8C%D8%B1%D9%87%D9%94%20%D9%85%D9%86>,
        <http://lexvo.org/id/term/fil/Isle%20of%20Man>,
        <http://lexvo.org/id/term/fin/Mansaari>,
        <http://lexvo.org/id/term/fra/%C3%8Ele%20de%20Man>,
        <http://lexvo.org/id/term/fur/Isule%20di%20Man>,
        <http://lexvo.org/id/term/gla/Eilean%20Manainn>,
        <http://lexvo.org/id/term/gle/Oile%C3%A1n%20Mhanann>,
        <http://lexvo.org/id/term/glg/Illa%20de%20Man>,
        <http://lexvo.org/id/term/gsw/Insle%20vo%20M%C3%A4n>,
        <http://lexvo.org/id/term/guj/%E0%AA%87%E0%AA%B8%E0%AB%8D%E0%AA%B2%E0%AB%87%20%E0%AA%93%E0%AA%AB%20%E0%AA%AE%E0%AB%85%E0%AA%A8>,
        <http://lexvo.org/id/term/heb/%D7%94%D7%90%D7%99%20%D7%9E%D7%90%D7%9F>,
        <http://lexvo.org/id/term/hin/%E0%A4%86%E0%A4%87%E0%A4%B2%20%E0%A4%91%E0%A4%AB%20%E0%A4%AE%E0%A5%88%E0%A4%A8>,
        <http://lexvo.org/id/term/hrv/Otok%20Man>,
        <http://lexvo.org/id/term/hun/Man-sziget>,
        <http://lexvo.org/id/term/ind/Isle%20of%20Man>,
        <http://lexvo.org/id/term/isl/M%C3%B6n>,
        <http://lexvo.org/id/term/ita/Isola%20di%20Man>,
        <http://lexvo.org/id/term/jpn/%E3%83%9E%E3%83%B3%E5%B3%B6>,
        <http://lexvo.org/id/term/kan/%E0%B2%90%E0%B2%B2%E0%B3%8D%20%E0%B2%86%E0%B2%AB%E0%B3%8D%20%E0%B2%AE%E0%B3%8D%E0%B2%AF%E0%B2%BE%E0%B2%A8%E0%B3%8D>,
        <http://lexvo.org/id/term/kas/%D8%A2%DB%8C%D9%90%D9%84%20%D8%A2%D9%81%20%D9%85%DB%8C%D9%9B%D9%86>,
        <http://lexvo.org/id/term/kat/%E1%83%9B%E1%83%90%E1%83%9C%E1%83%98%E1%83%A1%20%E1%83%99%E1%83%A3%E1%83%9C%E1%83%AB%E1%83%A3%E1%83%9A%E1%83%98>,
        <http://lexvo.org/id/term/kea/Ilha%20di%20Man>,
        <http://lexvo.org/id/term/khm/%E1%9E%A2%E1%9F%82%E1%9E%9B%E1%9E%A2%E1%9E%BB%E1%9E%A0%E1%9F%92%E1%9E%9C%E1%9E%98%E1%9F%82%E1%9E%93>,
        <http://lexvo.org/id/term/kor/%EB%A7%A8%20%EC%84%AC>,
        <http://lexvo.org/id/term/ksh/de%20Ensel%20M%C3%A4n>,
        <http://lexvo.org/id/term/lao/%E0%BA%AD%E0%BA%B5%E0%BA%AA%E0%BB%80%E0%BA%8A%E0%BA%B5%E0%BA%A5%20%E0%BA%AD%E0%BA%AD%E0%BA%9F%20%E0%BB%81%E0%BA%A1%E0%BA%99>,
        <http://lexvo.org/id/term/lav/Mena>,
        <http://lexvo.org/id/term/lin/Esanga%20ya%20Man>,
        <http://lexvo.org/id/term/lit/Meno%20Sala>,
        <http://lexvo.org/id/term/mal/%E0%B4%90%E0%B5%BD%20%E0%B4%93%E0%B4%AB%E0%B5%8D%20%E0%B4%AE%E0%B4%BE%E0%B5%BB>,
        <http://lexvo.org/id/term/mar/%E0%A4%87%E0%A4%B8%E0%A5%8D%E0%A4%B2%E0%A5%87%20%E0%A4%91%E0%A4%AB%20%E0%A4%AE%E0%A5%85%E0%A4%A8>,
        <http://lexvo.org/id/term/mkd/%D0%9E%D1%81%D1%82%D1%80%D0%BE%D0%B2%D0%BE%D1%82%20%D0%9C%D0%B0%D0%BD>,
        <http://lexvo.org/id/term/mlt/Isle%20of%20Man>,
        <http://lexvo.org/id/term/nep/%E0%A4%86%E0%A4%87%E0%A4%9C%E0%A5%8D%E0%A4%B2%E0%A5%87%20%E0%A4%85%E0%A4%AB%E0%A5%8D%20%E0%A4%AE%E0%A5%8D%E0%A4%AF%E0%A4%BE%E0%A4%A8>,
        <http://lexvo.org/id/term/nld/Het%20Eiland%20Man>,
        <http://lexvo.org/id/term/nld/Isle%20of%20Man>,
        <http://lexvo.org/id/term/nno/Man>,
        <http://lexvo.org/id/term/nob/Man>,
        <http://lexvo.org/id/term/ori/%E0%AC%86%E0%AC%87%E0%AC%B2%E0%AD%8D%20%E0%AC%85%E0%AC%AB%E0%AD%8D%20%E0%AC%AE%E0%AD%88%E0%AC%A8%E0%AD%8D>,
        <http://lexvo.org/id/term/pol/Wyspa%20Man>,
        <http://lexvo.org/id/term/por/Ilha%20de%20Man>,
        <http://lexvo.org/id/term/roh/Insla%20da%20Man>,
        <http://lexvo.org/id/term/ron/Insula%20Man>,
        <http://lexvo.org/id/term/rus/%D0%9E%D1%81%D1%82%D1%80%D0%BE%D0%B2%20%D0%9C%D1%8D%D0%BD>,
        <http://lexvo.org/id/term/sin/%E0%B6%85%E0%B6%BA%E0%B7%92%E0%B7%83%E0%B7%8A%E0%B6%BD%E0%B7%8A%20%E0%B6%94%E0%B7%86%E0%B7%8A%20%E0%B6%B8%E0%B7%91%E0%B6%B1%E0%B7%8A>,
        <http://lexvo.org/id/term/slk/Ostrov%20Man>,
        <http://lexvo.org/id/term/slv/Otok%20Man>,
        <http://lexvo.org/id/term/sme/Mann-sullot>,
        <http://lexvo.org/id/term/spa/Isla%20de%20Man>,
        <http://lexvo.org/id/term/srp-Latn/Ostrvo%20Man>,
        <http://lexvo.org/id/term/srp/%D0%9E%D1%81%D1%82%D1%80%D0%B2%D0%BE%20%D0%9C%D0%B0%D0%BD>,
        <http://lexvo.org/id/term/swe/Isle%20of%20Man>,
        <http://lexvo.org/id/term/swh/Isle%20of%20Man>,
        <http://lexvo.org/id/term/tam/%E0%AE%90%E0%AE%B2%E0%AF%8D%20%E0%AE%86%E0%AE%83%E0%AE%AA%E0%AF%8D%20%E0%AE%AE%E0%AF%87%E0%AE%A9%E0%AF%8D>,
        <http://lexvo.org/id/term/tel/%E0%B0%90%E0%B0%B2%E0%B1%8D%20%E0%B0%86%E0%B0%AB%E0%B1%8D%20%E0%B0%AE%E0%B0%BE%E0%B0%A8%E0%B1%8D>,
        <http://lexvo.org/id/term/tha/%E0%B9%80%E0%B8%81%E0%B8%B2%E0%B8%B0%E0%B9%81%E0%B8%A1%E0%B8%99>,
        <http://lexvo.org/id/term/ton/Motu%20Mani>,
        <http://lexvo.org/id/term/tur/Man%20Adas%C4%B1>,
        <http://lexvo.org/id/term/ukr/%D0%9E%D1%81%D1%82%D1%80%D1%96%D0%B2%20%D0%9C%D0%B5%D0%BD>,
        <http://lexvo.org/id/term/urd/%D8%A2%D8%A6%D9%84%20%D8%A2%D9%81%20%D9%85%DB%8C%D9%86>,
        <http://lexvo.org/id/term/vie/%C4%90%E1%BA%A3o%20Man>,
        <http://lexvo.org/id/term/wae/Isle%20of%20Man>,
        <http://lexvo.org/id/term/zsm/Isle%20of%20Man>,
        <http://lexvo.org/id/term/zul/i-Isle%20of%20Man> ;
    owl:sameAs <http://sws.geonames.org/3042225/> .

<http://lexvo.org/id/iso3166/IN> a lvont:GeographicRegion ;
    rdfs:label "India"@aa,
        "Indië"@af,
        "Endìa"@agq,
        "India"@ak,
        "ህንድ"@am,
        "الهند"@ar,
        "ভাৰত"@as,
        "India"@asa,
        "India"@ast,
        "Hindistan"@az,
        "Һиндистан"@az-Cyrl,
        "Indìà"@bas,
        "Індыя"@be,
        "Huindia"@bez,
        "Индия"@bg,
        "Ɛndujamana"@bm,
        "ভারত"@bn,
        "རྒྱ་གར་"@bo,
        "India"@br,
        "भारत"@brx,
        "Indija"@bs,
        "Индија"@bs-Cyrl,
        "ህንድ"@byn,
        "Índia"@ca,
        "Indiya"@cgg,
        "ᎢᏅᏗᎾ"@chr,
        "印度"@cmn,
        "印度"@cmn-Hant,
        "Indie"@cs,
        "India"@cy,
        "Indien"@da,
        "India"@dav,
        "Indien"@de,
        "Indu laboo"@dje,
        "End"@dyo,
        "རྒྱ་གར"@dz,
        "India"@ebu,
        "India nutome"@ee,
        "Ινδία"@el,
        "ISO 3166-1:IN"@en,
        "India"@en,
        "𐐆𐑌𐐼𐐨𐐲"@en-Dsrt,
        "Hindujo"@eo,
        "India"@es,
        "India"@et,
        "India"@eu,
        "ɛ́ndə"@ewo,
        "هند"@fa,
        "Enndo"@ff,
        "Intia"@fi,
        "India"@fil,
        "India"@fo,
        "Inde"@fr,
        "India"@fur,
        "An India"@ga,
        "Na h-Innseachan"@gd,
        "India"@gl,
        "Indie"@gsw,
        "ભારત"@gu,
        "India"@guz,
        "Indiya"@ha,
        "ʻĪnia"@haw,
        "הודו"@he,
        "भारत"@hi,
        "Indija"@hr,
        "India"@hu,
        "Հնդկաստան"@hy,
        "India"@ia,
        "India"@id,
        "ꑴꄗ"@ii,
        "Indland"@is,
        "India"@it,
        "インド"@ja,
        "Ándɛ"@jgo,
        "India"@jmc,
        "ინდოეთი"@ka,
        "Lhend"@kab,
        "India"@kam,
        "India"@kde,
        "India"@kea,
        "Indu laboo"@khq,
        "India"@ki,
        "Индия"@kk,
        "India"@kl,
        "Emetab India"@kln,
        "ឥណ្ឌា"@km,
        "ಭಾರತ"@kn,
        "भारत"@knn,
        "인도"@ko,
        "ہِنٛدوستان"@ks,
        "India"@ksb,
        "indí"@ksf,
        "Indije"@ksh,
        "Eynda"@kw,
        "Índia"@lag,
        "Buyindi"@lg,
        "Índɛ"@ln,
        "ອິນເດຍ"@lo,
        "Indija"@lt,
        "Inde"@lu,
        "India"@luo,
        "India"@luy,
        "Indija"@lv,
        "India"@mas,
        "India"@mer,
        "Lenn"@mfe,
        "Indy"@mg,
        "Uhindini"@mgh,
        "Индија"@mk,
        "ഇന്ത്യ"@ml,
        "भारत"@mr,
        "Indja"@mt,
        "Sǝr Indǝ"@mua,
        "အိန္ဒိယ"@my,
        "Indiab"@naq,
        "India"@nb,
        "Indiya"@nd,
        "भारत"@ne,
        "India"@nl,
        "India"@nmg,
        "India"@nn,
        "Indiya"@nyn,
        "India"@om,
        "ଭାରତ"@or,
        "Инди"@os,
        "ਭਾਰਤ"@pa,
        "Indie"@pl,
        "هند"@ps,
        "Índia"@pt,
        "India"@rm,
        "Ubuhindi"@rn,
        "India"@ro,
        "India"@rof,
        "Индия"@ru,
        "India"@rwk,
        "India"@saq,
        "Indiya"@sbp,
        "India"@se,
        "Índia"@seh,
        "Indu laboo"@ses,
        "Ênnde"@sg,
        "ⵍⵀⵉⵏⴷ"@shi,
        "lhind"@shi-Latn,
        "ඉන්දියාව"@si,
        "India"@sk,
        "Indija"@sl,
        "India"@sn,
        "Hindiya"@so,
        "Indi"@sq,
        "Индија"@sr,
        "Indija"@sr-Latn,
        "Indien"@sv,
        "India"@swc,
        "India"@swh,
        "இந்தியா"@ta,
        "భారత దేశం"@te,
        "India"@teo,
        "อินเดีย"@th,
        "ህንድ"@ti,
        "ህንድ"@tig,
        "ʻInitia"@to,
        "Hindistan"@tr,
        "Indu laboo"@twq,
        "Hind"@tzm,
        "Індія"@uk,
        "بھارت"@ur,
        "Ҳиндистон"@uzn,
        "Hindiston"@uzn-Latn,
        "ꔤꔺꕩ"@vai,
        "Índiya"@vai-Latn,
        "Ấn Độ"@vi,
        "India"@vun,
        "Indie"@wae,
        "ህንድ"@wal,
        "Buyindi"@xog,
        "ɛ́ɛnd"@yav,
        "Orílẹ́ède India"@yo,
        "India"@zsm,
        "i-India"@zu ;
    lvont:label <http://lexvo.org/id/term/aar/India>,
        <http://lexvo.org/id/term/afr/Indi%C3%AB>,
        <http://lexvo.org/id/term/agq/End%C3%ACa>,
        <http://lexvo.org/id/term/aka/India>,
        <http://lexvo.org/id/term/amh/%E1%88%85%E1%8A%95%E1%8B%B5>,
        <http://lexvo.org/id/term/ara/%D8%A7%D9%84%D9%87%D9%86%D8%AF>,
        <http://lexvo.org/id/term/asa/India>,
        <http://lexvo.org/id/term/asm/%E0%A6%AD%E0%A6%BE%E0%A7%B0%E0%A6%A4>,
        <http://lexvo.org/id/term/ast/India>,
        <http://lexvo.org/id/term/aze-Cyrl/%D2%BA%D0%B8%D0%BD%D0%B4%D0%B8%D1%81%D1%82%D0%B0%D0%BD>,
        <http://lexvo.org/id/term/aze/Hindistan>,
        <http://lexvo.org/id/term/bam/%C6%90ndujamana>,
        <http://lexvo.org/id/term/bas/Ind%C3%AC%C3%A0>,
        <http://lexvo.org/id/term/bel/%D0%86%D0%BD%D0%B4%D1%8B%D1%8F>,
        <http://lexvo.org/id/term/ben/%E0%A6%AD%E0%A6%BE%E0%A6%B0%E0%A6%A4>,
        <http://lexvo.org/id/term/bez/Huindia>,
        <http://lexvo.org/id/term/bod/%E0%BD%A2%E0%BE%92%E0%BE%B1%E0%BC%8B%E0%BD%82%E0%BD%A2%E0%BC%8B>,
        <http://lexvo.org/id/term/bos-Cyrl/%D0%98%D0%BD%D0%B4%D0%B8%D1%98%D0%B0>,
        <http://lexvo.org/id/term/bos/Indija>,
        <http://lexvo.org/id/term/bre/India>,
        <http://lexvo.org/id/term/brx/%E0%A4%AD%E0%A4%BE%E0%A4%B0%E0%A4%A4>,
        <http://lexvo.org/id/term/bul/%D0%98%D0%BD%D0%B4%D0%B8%D1%8F>,
        <http://lexvo.org/id/term/byn/%E1%88%85%E1%8A%95%E1%8B%B5>,
        <http://lexvo.org/id/term/cat/%C3%8Dndia>,
        <http://lexvo.org/id/term/ces/Indie>,
        <http://lexvo.org/id/term/cgg/Indiya>,
        <http://lexvo.org/id/term/chr/%E1%8E%A2%E1%8F%85%E1%8F%97%E1%8E%BE>,
        <http://lexvo.org/id/term/cmn-Hant/%E5%8D%B0%E5%BA%A6>,
        <http://lexvo.org/id/term/cmn/%E5%8D%B0%E5%BA%A6>,
        <http://lexvo.org/id/term/cor/Eynda>,
        <http://lexvo.org/id/term/cym/India>,
        <http://lexvo.org/id/term/dan/Indien>,
        <http://lexvo.org/id/term/dav/India>,
        <http://lexvo.org/id/term/deu/Indien>,
        <http://lexvo.org/id/term/dje/Indu%20laboo>,
        <http://lexvo.org/id/term/dyo/End>,
        <http://lexvo.org/id/term/dzo/%E0%BD%A2%E0%BE%92%E0%BE%B1%E0%BC%8B%E0%BD%82%E0%BD%A2>,
        <http://lexvo.org/id/term/ebu/India>,
        <http://lexvo.org/id/term/ell/%CE%99%CE%BD%CE%B4%CE%AF%CE%B1>,
        <http://lexvo.org/id/term/eng-Dsrt/%F0%90%90%86%F0%90%91%8C%F0%90%90%BC%F0%90%90%A8%F0%90%90%B2>,
        <http://lexvo.org/id/term/eng/ISO%203166-1%3AIN>,
        <http://lexvo.org/id/term/eng/India>,
        <http://lexvo.org/id/term/epo/Hindujo>,
        <http://lexvo.org/id/term/est/India>,
        <http://lexvo.org/id/term/eus/India>,
        <http://lexvo.org/id/term/ewe/India%20nutome>,
        <http://lexvo.org/id/term/ewo/%C9%9B%CC%81nd%C9%99>,
        <http://lexvo.org/id/term/fao/India>,
        <http://lexvo.org/id/term/fas/%D9%87%D9%86%D8%AF>,
        <http://lexvo.org/id/term/fil/India>,
        <http://lexvo.org/id/term/fin/Intia>,
        <http://lexvo.org/id/term/fra/Inde>,
        <http://lexvo.org/id/term/ful/Enndo>,
        <http://lexvo.org/id/term/fur/India>,
        <http://lexvo.org/id/term/gla/Na%20h-Innseachan>,
        <http://lexvo.org/id/term/gle/An%20India>,
        <http://lexvo.org/id/term/glg/India>,
        <http://lexvo.org/id/term/gsw/Indie>,
        <http://lexvo.org/id/term/guj/%E0%AA%AD%E0%AA%BE%E0%AA%B0%E0%AA%A4>,
        <http://lexvo.org/id/term/guz/India>,
        <http://lexvo.org/id/term/hau/Indiya>,
        <http://lexvo.org/id/term/haw/%CA%BB%C4%AAnia>,
        <http://lexvo.org/id/term/heb/%D7%94%D7%95%D7%93%D7%95>,
        <http://lexvo.org/id/term/hin/%E0%A4%AD%E0%A4%BE%E0%A4%B0%E0%A4%A4>,
        <http://lexvo.org/id/term/hrv/Indija>,
        <http://lexvo.org/id/term/hun/India>,
        <http://lexvo.org/id/term/hye/%D5%80%D5%B6%D5%A4%D5%AF%D5%A1%D5%BD%D5%BF%D5%A1%D5%B6>,
        <http://lexvo.org/id/term/iii/%EA%91%B4%EA%84%97>,
        <http://lexvo.org/id/term/ina/India>,
        <http://lexvo.org/id/term/ind/India>,
        <http://lexvo.org/id/term/isl/Indland>,
        <http://lexvo.org/id/term/ita/India>,
        <http://lexvo.org/id/term/jgo/%C3%81nd%C9%9B>,
        <http://lexvo.org/id/term/jmc/India>,
        <http://lexvo.org/id/term/jpn/%E3%82%A4%E3%83%B3%E3%83%89>,
        <http://lexvo.org/id/term/kab/Lhend>,
        <http://lexvo.org/id/term/kal/India>,
        <http://lexvo.org/id/term/kam/India>,
        <http://lexvo.org/id/term/kan/%E0%B2%AD%E0%B2%BE%E0%B2%B0%E0%B2%A4>,
        <http://lexvo.org/id/term/kas/%DB%81%D9%90%D9%86%D9%9B%D8%AF%D9%88%D8%B3%D8%AA%D8%A7%D9%86>,
        <http://lexvo.org/id/term/kat/%E1%83%98%E1%83%9C%E1%83%93%E1%83%9D%E1%83%94%E1%83%97%E1%83%98>,
        <http://lexvo.org/id/term/kaz/%D0%98%D0%BD%D0%B4%D0%B8%D1%8F>,
        <http://lexvo.org/id/term/kde/India>,
        <http://lexvo.org/id/term/kea/India>,
        <http://lexvo.org/id/term/khm/%E1%9E%A5%E1%9E%8E%E1%9F%92%E1%9E%8C%E1%9E%B6>,
        <http://lexvo.org/id/term/khq/Indu%20laboo>,
        <http://lexvo.org/id/term/kik/India>,
        <http://lexvo.org/id/term/kln/Emetab%20India>,
        <http://lexvo.org/id/term/knn/%E0%A4%AD%E0%A4%BE%E0%A4%B0%E0%A4%A4>,
        <http://lexvo.org/id/term/kor/%EC%9D%B8%EB%8F%84>,
        <http://lexvo.org/id/term/ksb/India>,
        <http://lexvo.org/id/term/ksf/ind%C3%AD>,
        <http://lexvo.org/id/term/ksh/Indije>,
        <http://lexvo.org/id/term/lag/%C3%8Dndia>,
        <http://lexvo.org/id/term/lao/%E0%BA%AD%E0%BA%B4%E0%BA%99%E0%BB%80%E0%BA%94%E0%BA%8D>,
        <http://lexvo.org/id/term/lav/Indija>,
        <http://lexvo.org/id/term/lin/%C3%8Dnd%C9%9B>,
        <http://lexvo.org/id/term/lit/Indija>,
        <http://lexvo.org/id/term/lub/Inde>,
        <http://lexvo.org/id/term/lug/Buyindi>,
        <http://lexvo.org/id/term/luo/India>,
        <http://lexvo.org/id/term/luy/India>,
        <http://lexvo.org/id/term/mal/%E0%B4%87%E0%B4%A8%E0%B5%8D%E0%B4%A4%E0%B5%8D%E0%B4%AF>,
        <http://lexvo.org/id/term/mar/%E0%A4%AD%E0%A4%BE%E0%A4%B0%E0%A4%A4>,
        <http://lexvo.org/id/term/mas/India>,
        <http://lexvo.org/id/term/mer/India>,
        <http://lexvo.org/id/term/mfe/Lenn>,
        <http://lexvo.org/id/term/mgh/Uhindini>,
        <http://lexvo.org/id/term/mkd/%D0%98%D0%BD%D0%B4%D0%B8%D1%98%D0%B0>,
        <http://lexvo.org/id/term/mlg/Indy>,
        <http://lexvo.org/id/term/mlt/Indja>,
        <http://lexvo.org/id/term/mua/S%C7%9Dr%20Ind%C7%9D>,
        <http://lexvo.org/id/term/mya/%E1%80%A1%E1%80%AD%E1%80%94%E1%80%B9%E1%80%92%E1%80%AD%E1%80%9A>,
        <http://lexvo.org/id/term/naq/Indiab>,
        <http://lexvo.org/id/term/nde/Indiya>,
        <http://lexvo.org/id/term/nep/%E0%A4%AD%E0%A4%BE%E0%A4%B0%E0%A4%A4>,
        <http://lexvo.org/id/term/nld/India>,
        <http://lexvo.org/id/term/nmg/India>,
        <http://lexvo.org/id/term/nno/India>,
        <http://lexvo.org/id/term/nob/India>,
        <http://lexvo.org/id/term/nyn/Indiya>,
        <http://lexvo.org/id/term/ori/%E0%AC%AD%E0%AC%BE%E0%AC%B0%E0%AC%A4>,
        <http://lexvo.org/id/term/orm/India>,
        <http://lexvo.org/id/term/oss/%D0%98%D0%BD%D0%B4%D0%B8>,
        <http://lexvo.org/id/term/pan/%E0%A8%AD%E0%A8%BE%E0%A8%B0%E0%A8%A4>,
        <http://lexvo.org/id/term/pol/Indie>,
        <http://lexvo.org/id/term/por/%C3%8Dndia>,
        <http://lexvo.org/id/term/pus/%D9%87%D9%86%D8%AF>,
        <http://lexvo.org/id/term/rof/India>,
        <http://lexvo.org/id/term/roh/India>,
        <http://lexvo.org/id/term/ron/India>,
        <http://lexvo.org/id/term/run/Ubuhindi>,
        <http://lexvo.org/id/term/rus/%D0%98%D0%BD%D0%B4%D0%B8%D1%8F>,
        <http://lexvo.org/id/term/rwk/India>,
        <http://lexvo.org/id/term/sag/%C3%8Annde>,
        <http://lexvo.org/id/term/saq/India>,
        <http://lexvo.org/id/term/sbp/Indiya>,
        <http://lexvo.org/id/term/seh/%C3%8Dndia>,
        <http://lexvo.org/id/term/ses/Indu%20laboo>,
        <http://lexvo.org/id/term/shi-Latn/lhind>,
        <http://lexvo.org/id/term/shi/%E2%B5%8D%E2%B5%80%E2%B5%89%E2%B5%8F%E2%B4%B7>,
        <http://lexvo.org/id/term/sin/%E0%B6%89%E0%B6%B1%E0%B7%8A%E0%B6%AF%E0%B7%92%E0%B6%BA%E0%B7%8F%E0%B7%80>,
        <http://lexvo.org/id/term/slk/India>,
        <http://lexvo.org/id/term/slv/Indija>,
        <http://lexvo.org/id/term/sme/India>,
        <http://lexvo.org/id/term/sna/India>,
        <http://lexvo.org/id/term/som/Hindiya>,
        <http://lexvo.org/id/term/spa/India>,
        <http://lexvo.org/id/term/sqi/Indi>,
        <http://lexvo.org/id/term/srp-Latn/Indija>,
        <http://lexvo.org/id/term/srp/%D0%98%D0%BD%D0%B4%D0%B8%D1%98%D0%B0>,
        <http://lexvo.org/id/term/swc/India>,
        <http://lexvo.org/id/term/swe/Indien>,
        <http://lexvo.org/id/term/swh/India>,
        <http://lexvo.org/id/term/tam/%E0%AE%87%E0%AE%A8%E0%AF%8D%E0%AE%A4%E0%AE%BF%E0%AE%AF%E0%AE%BE>,
        <http://lexvo.org/id/term/tel/%E0%B0%AD%E0%B0%BE%E0%B0%B0%E0%B0%A4%20%E0%B0%A6%E0%B1%87%E0%B0%B6%E0%B0%82>,
        <http://lexvo.org/id/term/teo/India>,
        <http://lexvo.org/id/term/tha/%E0%B8%AD%E0%B8%B4%E0%B8%99%E0%B9%80%E0%B8%94%E0%B8%B5%E0%B8%A2>,
        <http://lexvo.org/id/term/tig/%E1%88%85%E1%8A%95%E1%8B%B5>,
        <http://lexvo.org/id/term/tir/%E1%88%85%E1%8A%95%E1%8B%B5>,
        <http://lexvo.org/id/term/ton/%CA%BBInitia>,
        <http://lexvo.org/id/term/tur/Hindistan>,
        <http://lexvo.org/id/term/twq/Indu%20laboo>,
        <http://lexvo.org/id/term/tzm/Hind>,
        <http://lexvo.org/id/term/ukr/%D0%86%D0%BD%D0%B4%D1%96%D1%8F>,
        <http://lexvo.org/id/term/urd/%D8%A8%DA%BE%D8%A7%D8%B1%D8%AA>,
        <http://lexvo.org/id/term/uzn-Latn/Hindiston>,
        <http://lexvo.org/id/term/uzn/%D2%B2%D0%B8%D0%BD%D0%B4%D0%B8%D1%81%D1%82%D0%BE%D0%BD>,
        <http://lexvo.org/id/term/vai-Latn/%C3%8Dndiya>,
        <http://lexvo.org/id/term/vai/%EA%94%A4%EA%94%BA%EA%95%A9>,
        <http://lexvo.org/id/term/vie/%E1%BA%A4n%20%C4%90%E1%BB%99>,
        <http://lexvo.org/id/term/vun/India>,
        <http://lexvo.org/id/term/wae/Indie>,
        <http://lexvo.org/id/term/wal/%E1%88%85%E1%8A%95%E1%8B%B5>,
        <http://lexvo.org/id/term/xog/Buyindi>,
        <http://lexvo.org/id/term/yav/%C9%9B%CC%81%C9%9Bnd>,
        <http://lexvo.org/id/term/yor/Or%C3%ADl%E1%BA%B9%CC%81%C3%A8de%20India>,
        <http://lexvo.org/id/term/zsm/India>,
        <http://lexvo.org/id/term/zul/i-India> ;
    owl:sameAs <http://psi.oasis-open.org/iso/3166/#356>,
        <http://sws.geonames.org/1269750/> .

<http://lexvo.org/id/iso3166/IQ> a lvont:GeographicRegion ;
    rdfs:label "Irak"@af,
        "Èlâkɨ̀"@agq,
        "Irak"@ak,
        "ኢራቅ"@am,
        "العراق"@ar,
        "Iraki"@asa,
        "Iraq"@ast,
        "İrak"@az,
        "Ìrâk"@bas,
        "Ірак"@be,
        "Huilaki"@bez,
        "Ирак"@bg,
        "Iraki"@bm,
        "ইরাক"@bn,
        "ཨི་རག།"@bo,
        "Iraq"@br,
        "ईराक़"@brx,
        "Irak"@bs,
        "Ирак"@bs-Cyrl,
        "ኢራቅ"@byn,
        "Iraq"@ca,
        "Iraaka"@cgg,
        "ᎢᎳᎩ"@chr,
        "伊拉克"@cmn,
        "伊拉克"@cmn-Hant,
        "Irák"@cs,
        "Irac"@cy,
        "Irak"@da,
        "Iraki"@dav,
        "Irak"@de,
        "Iraak"@dje,
        "Irak"@dyo,
        "ཨི་རཱཀ"@dz,
        "Iraki"@ebu,
        "iraqdukɔ"@ee,
        "Ιράκ"@el,
        "ISO 3166-1:IQ"@en,
        "Iraq"@en,
        "𐐆𐑉𐐰𐐿"@en-Dsrt,
        "Irako"@eo,
        "Iraq"@es,
        "Iraak"@et,
        "Irak"@eu,
        "Irág"@ewo,
        "عراق"@fa,
        "Iraak"@ff,
        "Irak"@fi,
        "Iraq"@fil,
        "Irak"@fo,
        "Irak"@fr,
        "Iraq"@fur,
        "An Iaráic"@ga,
        "Ioràc"@gd,
        "Iraq"@gl,
        "Iraak"@gsw,
        "ઇરાક"@gu,
        "Iraki"@guz,
        "Iraƙi"@ha,
        "עיראק"@he,
        "इराक"@hi,
        "Irak"@hr,
        "Irak"@hu,
        "Իրաք"@hy,
        "Irak"@ia,
        "Irak"@id,
        "Írak"@is,
        "Iraq"@it,
        "イラク"@ja,
        "Ilɑ̂k"@jgo,
        "Iraki"@jmc,
        "ერაყი"@ka,
        "Lɛiraq"@kab,
        "Iraki"@kam,
        "Ilaki"@kde,
        "Iraki"@kea,
        "Iraak"@khq,
        "Iraki"@ki,
        "Irak"@kl,
        "Emetab Iraq"@kln,
        "អ៊ីរ៉ាក់"@km,
        "ಇರಾಕ್"@kn,
        "이라크"@ko,
        "ایٖراق"@ks,
        "Ilaki"@ksb,
        "irák"@ksf,
        "der Irak"@ksh,
        "Iráaki"@lag,
        "Yiraaka"@lg,
        "Iraki"@ln,
        "ອີລັກ"@lo,
        "Irakas"@lt,
        "Iraki"@lu,
        "Iraq"@luo,
        "Iraki"@luy,
        "Irāka"@lv,
        "Iraki"@mas,
        "Iraki"@mer,
        "Irak"@mfe,
        "Irak"@mg,
        "Wiraki"@mgh,
        "Ирак"@mk,
        "ഇറാക്ക്"@ml,
        "इराक"@mr,
        "Iraq"@mt,
        "Irak"@mua,
        "အီရတ်"@my,
        "Iraqi"@naq,
        "Irak"@nb,
        "Iraki"@nd,
        "इराक"@ne,
        "Irak"@nl,
        "Irak"@nmg,
        "Irak"@nn,
        "Iraaka"@nyn,
        "ଇରାକ୍"@or,
        "Irak"@pl,
        "عراق"@ps,
        "Iraque"@pt,
        "Irac"@rm,
        "Iraki"@rn,
        "Irak"@ro,
        "Iraki"@rof,
        "Ирак"@ru,
        "Iraki"@rwk,
        "Iraki"@saq,
        "Ilaki"@sbp,
        "Irak"@se,
        "Iraque"@seh,
        "Iraak"@ses,
        "Irâki"@sg,
        "ⵍⵄⵉⵔⴰⵇ"@shi,
        "lɛiraq"@shi-Latn,
        "ඉරාකය"@si,
        "Irak"@sk,
        "Irak"@sl,
        "Iraq"@sn,
        "Ciraaq"@so,
        "Irak"@sq,
        "Ирак"@sr,
        "Irak"@sr-Latn,
        "Irak"@sv,
        "Iraki"@swc,
        "Iraki"@swh,
        "இராக்"@ta,
        "ఇరాక్"@te,
        "Iraki"@teo,
        "อิรัก"@th,
        "ኢራቅ"@ti,
        "ኢራቅ"@tig,
        "ʻIulaaki"@to,
        "Irak"@tr,
        "Iraak"@twq,
        "Ɛiraq"@tzm,
        "Ірак"@uk,
        "عراق"@ur,
        "ꔤꕟꕃ"@vai,
        "Iraki"@vai-Latn,
        "I-rắc"@vi,
        "Iraki"@vun,
        "Irak"@wae,
        "ኢራቅ"@wal,
        "Yiraaka"@xog,
        "ilák"@yav,
        "Orílẹ́ède Iraki"@yo,
        "Iraq"@zsm,
        "i-Iraq"@zu ;
    lvont:label <http://lexvo.org/id/term/afr/Irak>,
        <http://lexvo.org/id/term/agq/%C3%88l%C3%A2k%C9%A8%CC%80>,
        <http://lexvo.org/id/term/aka/Irak>,
        <http://lexvo.org/id/term/amh/%E1%8A%A2%E1%88%AB%E1%89%85>,
        <http://lexvo.org/id/term/ara/%D8%A7%D9%84%D8%B9%D8%B1%D8%A7%D9%82>,
        <http://lexvo.org/id/term/asa/Iraki>,
        <http://lexvo.org/id/term/ast/Iraq>,
        <http://lexvo.org/id/term/aze/%C4%B0rak>,
        <http://lexvo.org/id/term/bam/Iraki>,
        <http://lexvo.org/id/term/bas/%C3%8Cr%C3%A2k>,
        <http://lexvo.org/id/term/bel/%D0%86%D1%80%D0%B0%D0%BA>,
        <http://lexvo.org/id/term/ben/%E0%A6%87%E0%A6%B0%E0%A6%BE%E0%A6%95>,
        <http://lexvo.org/id/term/bez/Huilaki>,
        <http://lexvo.org/id/term/bod/%E0%BD%A8%E0%BD%B2%E0%BC%8B%E0%BD%A2%E0%BD%82%E0%BC%8D>,
        <http://lexvo.org/id/term/bos-Cyrl/%D0%98%D1%80%D0%B0%D0%BA>,
        <http://lexvo.org/id/term/bos/Irak>,
        <http://lexvo.org/id/term/bre/Iraq>,
        <http://lexvo.org/id/term/brx/%E0%A4%88%E0%A4%B0%E0%A4%BE%E0%A4%95%E0%A4%BC>,
        <http://lexvo.org/id/term/bul/%D0%98%D1%80%D0%B0%D0%BA>,
        <http://lexvo.org/id/term/byn/%E1%8A%A2%E1%88%AB%E1%89%85>,
        <http://lexvo.org/id/term/cat/Iraq>,
        <http://lexvo.org/id/term/ces/Ir%C3%A1k>,
        <http://lexvo.org/id/term/cgg/Iraaka>,
        <http://lexvo.org/id/term/chr/%E1%8E%A2%E1%8E%B3%E1%8E%A9>,
        <http://lexvo.org/id/term/cmn-Hant/%E4%BC%8A%E6%8B%89%E5%85%8B>,
        <http://lexvo.org/id/term/cmn/%E4%BC%8A%E6%8B%89%E5%85%8B>,
        <http://lexvo.org/id/term/cym/Irac>,
        <http://lexvo.org/id/term/dan/Irak>,
        <http://lexvo.org/id/term/dav/Iraki>,
        <http://lexvo.org/id/term/deu/Irak>,
        <http://lexvo.org/id/term/dje/Iraak>,
        <http://lexvo.org/id/term/dyo/Irak>,
        <http://lexvo.org/id/term/dzo/%E0%BD%A8%E0%BD%B2%E0%BC%8B%E0%BD%A2%E0%BD%B1%E0%BD%80>,
        <http://lexvo.org/id/term/ebu/Iraki>,
        <http://lexvo.org/id/term/ell/%CE%99%CF%81%CE%AC%CE%BA>,
        <http://lexvo.org/id/term/eng-Dsrt/%F0%90%90%86%F0%90%91%89%F0%90%90%B0%F0%90%90%BF>,
        <http://lexvo.org/id/term/eng/ISO%203166-1%3AIQ>,
        <http://lexvo.org/id/term/eng/Iraq>,
        <http://lexvo.org/id/term/epo/Irako>,
        <http://lexvo.org/id/term/est/Iraak>,
        <http://lexvo.org/id/term/eus/Irak>,
        <http://lexvo.org/id/term/ewe/iraqduk%C9%94>,
        <http://lexvo.org/id/term/ewo/Ir%C3%A1g>,
        <http://lexvo.org/id/term/fao/Irak>,
        <http://lexvo.org/id/term/fas/%D8%B9%D8%B1%D8%A7%D9%82>,
        <http://lexvo.org/id/term/fil/Iraq>,
        <http://lexvo.org/id/term/fin/Irak>,
        <http://lexvo.org/id/term/fra/Irak>,
        <http://lexvo.org/id/term/ful/Iraak>,
        <http://lexvo.org/id/term/fur/Iraq>,
        <http://lexvo.org/id/term/gla/Ior%C3%A0c>,
        <http://lexvo.org/id/term/gle/An%20Iar%C3%A1ic>,
        <http://lexvo.org/id/term/glg/Iraq>,
        <http://lexvo.org/id/term/gsw/Iraak>,
        <http://lexvo.org/id/term/guj/%E0%AA%87%E0%AA%B0%E0%AA%BE%E0%AA%95>,
        <http://lexvo.org/id/term/guz/Iraki>,
        <http://lexvo.org/id/term/hau/Ira%C6%99i>,
        <http://lexvo.org/id/term/heb/%D7%A2%D7%99%D7%A8%D7%90%D7%A7>,
        <http://lexvo.org/id/term/hin/%E0%A4%87%E0%A4%B0%E0%A4%BE%E0%A4%95>,
        <http://lexvo.org/id/term/hrv/Irak>,
        <http://lexvo.org/id/term/hun/Irak>,
        <http://lexvo.org/id/term/hye/%D4%BB%D6%80%D5%A1%D6%84>,
        <http://lexvo.org/id/term/ina/Irak>,
        <http://lexvo.org/id/term/ind/Irak>,
        <http://lexvo.org/id/term/isl/%C3%8Drak>,
        <http://lexvo.org/id/term/ita/Iraq>,
        <http://lexvo.org/id/term/jgo/Il%C9%91%CC%82k>,
        <http://lexvo.org/id/term/jmc/Iraki>,
        <http://lexvo.org/id/term/jpn/%E3%82%A4%E3%83%A9%E3%82%AF>,
        <http://lexvo.org/id/term/kab/L%C9%9Biraq>,
        <http://lexvo.org/id/term/kal/Irak>,
        <http://lexvo.org/id/term/kam/Iraki>,
        <http://lexvo.org/id/term/kan/%E0%B2%87%E0%B2%B0%E0%B2%BE%E0%B2%95%E0%B3%8D>,
        <http://lexvo.org/id/term/kas/%D8%A7%DB%8C%D9%96%D8%B1%D8%A7%D9%82>,
        <http://lexvo.org/id/term/kat/%E1%83%94%E1%83%A0%E1%83%90%E1%83%A7%E1%83%98>,
        <http://lexvo.org/id/term/kde/Ilaki>,
        <http://lexvo.org/id/term/kea/Iraki>,
        <http://lexvo.org/id/term/khm/%E1%9E%A2%E1%9F%8A%E1%9E%B8%E1%9E%9A%E1%9F%89%E1%9E%B6%E1%9E%80%E1%9F%8B>,
        <http://lexvo.org/id/term/khq/Iraak>,
        <http://lexvo.org/id/term/kik/Iraki>,
        <http://lexvo.org/id/term/kln/Emetab%20Iraq>,
        <http://lexvo.org/id/term/kor/%EC%9D%B4%EB%9D%BC%ED%81%AC>,
        <http://lexvo.org/id/term/ksb/Ilaki>,
        <http://lexvo.org/id/term/ksf/ir%C3%A1k>,
        <http://lexvo.org/id/term/ksh/der%20Irak>,
        <http://lexvo.org/id/term/lag/Ir%C3%A1aki>,
        <http://lexvo.org/id/term/lao/%E0%BA%AD%E0%BA%B5%E0%BA%A5%E0%BA%B1%E0%BA%81>,
        <http://lexvo.org/id/term/lav/Ir%C4%81ka>,
        <http://lexvo.org/id/term/lin/Iraki>,
        <http://lexvo.org/id/term/lit/Irakas>,
        <http://lexvo.org/id/term/lub/Iraki>,
        <http://lexvo.org/id/term/lug/Yiraaka>,
        <http://lexvo.org/id/term/luo/Iraq>,
        <http://lexvo.org/id/term/luy/Iraki>,
        <http://lexvo.org/id/term/mal/%E0%B4%87%E0%B4%B1%E0%B4%BE%E0%B4%95%E0%B5%8D%E0%B4%95%E0%B5%8D>,
        <http://lexvo.org/id/term/mar/%E0%A4%87%E0%A4%B0%E0%A4%BE%E0%A4%95>,
        <http://lexvo.org/id/term/mas/Iraki>,
        <http://lexvo.org/id/term/mer/Iraki>,
        <http://lexvo.org/id/term/mfe/Irak>,
        <http://lexvo.org/id/term/mgh/Wiraki>,
        <http://lexvo.org/id/term/mkd/%D0%98%D1%80%D0%B0%D0%BA>,
        <http://lexvo.org/id/term/mlg/Irak>,
        <http://lexvo.org/id/term/mlt/Iraq>,
        <http://lexvo.org/id/term/mua/Irak>,
        <http://lexvo.org/id/term/mya/%E1%80%A1%E1%80%AE%E1%80%9B%E1%80%90%E1%80%BA>,
        <http://lexvo.org/id/term/naq/Iraqi>,
        <http://lexvo.org/id/term/nde/Iraki>,
        <http://lexvo.org/id/term/nep/%E0%A4%87%E0%A4%B0%E0%A4%BE%E0%A4%95>,
        <http://lexvo.org/id/term/nld/Irak>,
        <http://lexvo.org/id/term/nmg/Irak>,
        <http://lexvo.org/id/term/nno/Irak>,
        <http://lexvo.org/id/term/nob/Irak>,
        <http://lexvo.org/id/term/nyn/Iraaka>,
        <http://lexvo.org/id/term/ori/%E0%AC%87%E0%AC%B0%E0%AC%BE%E0%AC%95%E0%AD%8D>,
        <http://lexvo.org/id/term/pol/Irak>,
        <http://lexvo.org/id/term/por/Iraque>,
        <http://lexvo.org/id/term/pus/%D8%B9%D8%B1%D8%A7%D9%82>,
        <http://lexvo.org/id/term/rof/Iraki>,
        <http://lexvo.org/id/term/roh/Irac>,
        <http://lexvo.org/id/term/ron/Irak>,
        <http://lexvo.org/id/term/run/Iraki>,
        <http://lexvo.org/id/term/rus/%D0%98%D1%80%D0%B0%D0%BA>,
        <http://lexvo.org/id/term/rwk/Iraki>,
        <http://lexvo.org/id/term/sag/Ir%C3%A2ki>,
        <http://lexvo.org/id/term/saq/Iraki>,
        <http://lexvo.org/id/term/sbp/Ilaki>,
        <http://lexvo.org/id/term/seh/Iraque>,
        <http://lexvo.org/id/term/ses/Iraak>,
        <http://lexvo.org/id/term/shi-Latn/l%C9%9Biraq>,
        <http://lexvo.org/id/term/shi/%E2%B5%8D%E2%B5%84%E2%B5%89%E2%B5%94%E2%B4%B0%E2%B5%87>,
        <http://lexvo.org/id/term/sin/%E0%B6%89%E0%B6%BB%E0%B7%8F%E0%B6%9A%E0%B6%BA>,
        <http://lexvo.org/id/term/slk/Irak>,
        <http://lexvo.org/id/term/slv/Irak>,
        <http://lexvo.org/id/term/sme/Irak>,
        <http://lexvo.org/id/term/sna/Iraq>,
        <http://lexvo.org/id/term/som/Ciraaq>,
        <http://lexvo.org/id/term/spa/Iraq>,
        <http://lexvo.org/id/term/sqi/Irak>,
        <http://lexvo.org/id/term/srp-Latn/Irak>,
        <http://lexvo.org/id/term/srp/%D0%98%D1%80%D0%B0%D0%BA>,
        <http://lexvo.org/id/term/swc/Iraki>,
        <http://lexvo.org/id/term/swe/Irak>,
        <http://lexvo.org/id/term/swh/Iraki>,
        <http://lexvo.org/id/term/tam/%E0%AE%87%E0%AE%B0%E0%AE%BE%E0%AE%95%E0%AF%8D>,
        <http://lexvo.org/id/term/tel/%E0%B0%87%E0%B0%B0%E0%B0%BE%E0%B0%95%E0%B1%8D>,
        <http://lexvo.org/id/term/teo/Iraki>,
        <http://lexvo.org/id/term/tha/%E0%B8%AD%E0%B8%B4%E0%B8%A3%E0%B8%B1%E0%B8%81>,
        <http://lexvo.org/id/term/tig/%E1%8A%A2%E1%88%AB%E1%89%85>,
        <http://lexvo.org/id/term/tir/%E1%8A%A2%E1%88%AB%E1%89%85>,
        <http://lexvo.org/id/term/ton/%CA%BBIulaaki>,
        <http://lexvo.org/id/term/tur/Irak>,
        <http://lexvo.org/id/term/twq/Iraak>,
        <http://lexvo.org/id/term/tzm/%C6%90iraq>,
        <http://lexvo.org/id/term/ukr/%D0%86%D1%80%D0%B0%D0%BA>,
        <http://lexvo.org/id/term/urd/%D8%B9%D8%B1%D8%A7%D9%82>,
        <http://lexvo.org/id/term/vai-Latn/Iraki>,
        <http://lexvo.org/id/term/vai/%EA%94%A4%EA%95%9F%EA%95%83>,
        <http://lexvo.org/id/term/vie/I-r%E1%BA%AFc>,
        <http://lexvo.org/id/term/vun/Iraki>,
        <http://lexvo.org/id/term/wae/Irak>,
        <http://lexvo.org/id/term/wal/%E1%8A%A2%E1%88%AB%E1%89%85>,
        <http://lexvo.org/id/term/xog/Yiraaka>,
        <http://lexvo.org/id/term/yav/il%C3%A1k>,
        <http://lexvo.org/id/term/yor/Or%C3%ADl%E1%BA%B9%CC%81%C3%A8de%20Iraki>,
        <http://lexvo.org/id/term/zsm/Iraq>,
        <http://lexvo.org/id/term/zul/i-Iraq> ;
    owl:sameAs <http://psi.oasis-open.org/iso/3166/#368>,
        <http://sws.geonames.org/99237/> .

<http://lexvo.org/id/iso3166/IR> a lvont:GeographicRegion ;
    rdfs:label "Iran"@af,
        "Èlân"@agq,
        "Iran"@ak,
        "ኢራን"@am,
        "إيران"@ar,
        "Uajemi"@asa,
        "Irán"@ast,
        "İran"@az,
        "Ìrâŋ"@bas,
        "Іран, Ісламская Рэспубліка"@be,
        "Huuajemi"@bez,
        "Иран, Ислямска република"@bg,
        "Iraŋ"@bm,
        "ইরান"@bn,
        "ཨི་རཱན།"@bo,
        "Iran"@br,
        "ईरान"@brx,
        "Iran"@bs,
        "Иран"@bs-Cyrl,
        "Iran"@ca,
        "Iraani"@cgg,
        "ᎢᎴᏂ"@chr,
        "伊朗"@cmn,
        "伊朗"@cmn-Hant,
        "Írán"@cs,
        "Iran"@cy,
        "Iran"@da,
        "Uajemi"@dav,
        "Iran"@de,
        "Iraan"@dje,
        "Iran"@dyo,
        "ཨི་རཱན"@dz,
        "Uajemi"@ebu,
        "Iran nutome"@ee,
        "Ιράν"@el,
        "ISO 3166-1:IR"@en,
        "Iran"@en,
        "𐐆𐑉𐐪𐑌"@en-Dsrt,
        "Irano"@eo,
        "Irán"@es,
        "Iraan"@et,
        "Iran"@eu,
        "Irán"@ewo,
        "ایران"@fa,
        "Iraan"@ff,
        "Iran"@fi,
        "Iran"@fil,
        "Iran"@fo,
        "Iran"@fr,
        "Iran"@fur,
        "An Iaráin"@ga,
        "Ioràn"@gd,
        "Irán"@gl,
        "Iraan"@gsw,
        "ઈરાન"@gu,
        "Uajemi"@guz,
        "Iran"@ha,
        "איראן"@he,
        "ईरान"@hi,
        "Iran"@hr,
        "Irán"@hu,
        "Իրան"@hy,
        "Iran"@ia,
        "Iran"@id,
        "Íran"@is,
        "Iran"@it,
        "イラン"@ja,
        "Uajemi"@jmc,
        "ირანი"@ka,
        "Iran"@kab,
        "Uajemi"@kam,
        "Uadyemi"@kde,
        "Iron"@kea,
        "Iraan"@khq,
        "Uajemi"@ki,
        "Iran"@kl,
        "Emetab Iran"@kln,
        "អ៊ីរ៉ង់"@km,
        "ಇರಾನ್"@kn,
        "이란"@ko,
        "ایٖران"@ks,
        "Uajemi"@ksb,
        "iráŋ"@ksf,
        "Persije"@ksh,
        "Ʉajéemi"@lag,
        "Yiraani"@lg,
        "Irâ"@ln,
        "ອີລ່ານ"@lo,
        "Iranas"@lt,
        "Ira"@lu,
        "Iran"@luo,
        "Uajemi"@luy,
        "Irāna"@lv,
        "Uajemi"@mas,
        "Irani"@mer,
        "Iran"@mfe,
        "Iran"@mg,
        "Иран"@mk,
        "ഇറാൻ"@ml,
        "ईराण"@mr,
        "Iran"@mt,
        "Iraŋ"@mua,
        "အီရန်"@my,
        "Iranni"@naq,
        "Iran"@nb,
        "Iran"@nd,
        "इरान"@ne,
        "Iran"@nl,
        "Iran"@nmg,
        "Iran"@nn,
        "Iraani"@nyn,
        "ଇରାନ୍"@or,
        "Iran"@pl,
        "Irã"@pt,
        "Irão"@pt,
        "Iran"@rm,
        "Irani"@rn,
        "Iran"@ro,
        "Uajemi"@rof,
        "Иран"@ru,
        "Uajemi"@rwk,
        "Uajemi"@saq,
        "Uwajemi"@sbp,
        "Iran"@se,
        "Irã"@seh,
        "Iraan"@ses,
        "Iräan"@sg,
        "ⵉⵔⴰⵏ"@shi,
        "iran"@shi-Latn,
        "ඉරානය"@si,
        "Irán"@sk,
        "Iran"@sl,
        "Iran"@sn,
        "Iiraan"@so,
        "Иран"@sr,
        "Iran"@sr-Latn,
        "Iran"@sv,
        "Uajemi"@swc,
        "Uajemi"@swh,
        "ஈரான்"@ta,
        "ఇరాన్"@te,
        "Uajemi"@teo,
        "อิหร่าน"@th,
        "ኢራን"@ti,
        "ʻIulaani"@to,
        "İran"@tr,
        "Iraan"@twq,
        "Iran"@tzm,
        "Іран"@uk,
        "ایران"@ur,
        "ꔤꕟꘋ"@vai,
        "Iraŋ"@vai-Latn,
        "I-ran"@vi,
        "Uajemi"@vun,
        "Iran"@wae,
        "Yiraani"@xog,
        "iláŋ"@yav,
        "Orílẹ́ède Irani"@yo,
        "Iran"@zsm,
        "i-Iran"@zu ;
    lvont:label <http://lexvo.org/id/term/afr/Iran>,
        <http://lexvo.org/id/term/agq/%C3%88l%C3%A2n>,
        <http://lexvo.org/id/term/aka/Iran>,
        <http://lexvo.org/id/term/amh/%E1%8A%A2%E1%88%AB%E1%8A%95>,
        <http://lexvo.org/id/term/ara/%D8%A5%D9%8A%D8%B1%D8%A7%D9%86>,
        <http://lexvo.org/id/term/asa/Uajemi>,
        <http://lexvo.org/id/term/ast/Ir%C3%A1n>,
        <http://lexvo.org/id/term/aze/%C4%B0ran>,
        <http://lexvo.org/id/term/bam/Ira%C5%8B>,
        <http://lexvo.org/id/term/bas/%C3%8Cr%C3%A2%C5%8B>,
        <http://lexvo.org/id/term/bel/%D0%86%D1%80%D0%B0%D0%BD%2C%20%D0%86%D1%81%D0%BB%D0%B0%D0%BC%D1%81%D0%BA%D0%B0%D1%8F%20%D0%A0%D1%8D%D1%81%D0%BF%D1%83%D0%B1%D0%BB%D1%96%D0%BA%D0%B0>,
        <http://lexvo.org/id/term/ben/%E0%A6%87%E0%A6%B0%E0%A6%BE%E0%A6%A8>,
        <http://lexvo.org/id/term/bez/Huuajemi>,
        <http://lexvo.org/id/term/bod/%E0%BD%A8%E0%BD%B2%E0%BC%8B%E0%BD%A2%E0%BD%B1%E0%BD%93%E0%BC%8D>,
        <http://lexvo.org/id/term/bos-Cyrl/%D0%98%D1%80%D0%B0%D0%BD>,
        <http://lexvo.org/id/term/bos/Iran>,
        <http://lexvo.org/id/term/bre/Iran>,
        <http://lexvo.org/id/term/brx/%E0%A4%88%E0%A4%B0%E0%A4%BE%E0%A4%A8>,
        <http://lexvo.org/id/term/bul/%D0%98%D1%80%D0%B0%D0%BD%2C%20%D0%98%D1%81%D0%BB%D1%8F%D0%BC%D1%81%D0%BA%D0%B0%20%D1%80%D0%B5%D0%BF%D1%83%D0%B1%D0%BB%D0%B8%D0%BA%D0%B0>,
        <http://lexvo.org/id/term/cat/Iran>,
        <http://lexvo.org/id/term/ces/%C3%8Dr%C3%A1n>,
        <http://lexvo.org/id/term/cgg/Iraani>,
        <http://lexvo.org/id/term/chr/%E1%8E%A2%E1%8E%B4%E1%8F%82>,
        <http://lexvo.org/id/term/cmn-Hant/%E4%BC%8A%E6%9C%97>,
        <http://lexvo.org/id/term/cmn/%E4%BC%8A%E6%9C%97>,
        <http://lexvo.org/id/term/cym/Iran>,
        <http://lexvo.org/id/term/dan/Iran>,
        <http://lexvo.org/id/term/dav/Uajemi>,
        <http://lexvo.org/id/term/deu/Iran>,
        <http://lexvo.org/id/term/dje/Iraan>,
        <http://lexvo.org/id/term/dyo/Iran>,
        <http://lexvo.org/id/term/dzo/%E0%BD%A8%E0%BD%B2%E0%BC%8B%E0%BD%A2%E0%BD%B1%E0%BD%93>,
        <http://lexvo.org/id/term/ebu/Uajemi>,
        <http://lexvo.org/id/term/ell/%CE%99%CF%81%CE%AC%CE%BD>,
        <http://lexvo.org/id/term/eng-Dsrt/%F0%90%90%86%F0%90%91%89%F0%90%90%AA%F0%90%91%8C>,
        <http://lexvo.org/id/term/eng/ISO%203166-1%3AIR>,
        <http://lexvo.org/id/term/eng/Iran>,
        <http://lexvo.org/id/term/epo/Irano>,
        <http://lexvo.org/id/term/est/Iraan>,
        <http://lexvo.org/id/term/eus/Iran>,
        <http://lexvo.org/id/term/ewe/Iran%20nutome>,
        <http://lexvo.org/id/term/ewo/Ir%C3%A1n>,
        <http://lexvo.org/id/term/fao/Iran>,
        <http://lexvo.org/id/term/fas/%D8%A7%DB%8C%D8%B1%D8%A7%D9%86>,
        <http://lexvo.org/id/term/fil/Iran>,
        <http://lexvo.org/id/term/fin/Iran>,
        <http://lexvo.org/id/term/fra/Iran>,
        <http://lexvo.org/id/term/ful/Iraan>,
        <http://lexvo.org/id/term/fur/Iran>,
        <http://lexvo.org/id/term/gla/Ior%C3%A0n>,
        <http://lexvo.org/id/term/gle/An%20Iar%C3%A1in>,
        <http://lexvo.org/id/term/glg/Ir%C3%A1n>,
        <http://lexvo.org/id/term/gsw/Iraan>,
        <http://lexvo.org/id/term/guj/%E0%AA%88%E0%AA%B0%E0%AA%BE%E0%AA%A8>,
        <http://lexvo.org/id/term/guz/Uajemi>,
        <http://lexvo.org/id/term/hau/Iran>,
        <http://lexvo.org/id/term/heb/%D7%90%D7%99%D7%A8%D7%90%D7%9F>,
        <http://lexvo.org/id/term/hin/%E0%A4%88%E0%A4%B0%E0%A4%BE%E0%A4%A8>,
        <http://lexvo.org/id/term/hrv/Iran>,
        <http://lexvo.org/id/term/hun/Ir%C3%A1n>,
        <http://lexvo.org/id/term/hye/%D4%BB%D6%80%D5%A1%D5%B6>,
        <http://lexvo.org/id/term/ina/Iran>,
        <http://lexvo.org/id/term/ind/Iran>,
        <http://lexvo.org/id/term/isl/%C3%8Dran>,
        <http://lexvo.org/id/term/ita/Iran>,
        <http://lexvo.org/id/term/jmc/Uajemi>,
        <http://lexvo.org/id/term/jpn/%E3%82%A4%E3%83%A9%E3%83%B3>,
        <http://lexvo.org/id/term/kab/Iran>,
        <http://lexvo.org/id/term/kal/Iran>,
        <http://lexvo.org/id/term/kam/Uajemi>,
        <http://lexvo.org/id/term/kan/%E0%B2%87%E0%B2%B0%E0%B2%BE%E0%B2%A8%E0%B3%8D>,
        <http://lexvo.org/id/term/kas/%D8%A7%DB%8C%D9%96%D8%B1%D8%A7%D9%86>,
        <http://lexvo.org/id/term/kat/%E1%83%98%E1%83%A0%E1%83%90%E1%83%9C%E1%83%98>,
        <http://lexvo.org/id/term/kde/Uadyemi>,
        <http://lexvo.org/id/term/kea/Iron>,
        <http://lexvo.org/id/term/khm/%E1%9E%A2%E1%9F%8A%E1%9E%B8%E1%9E%9A%E1%9F%89%E1%9E%84%E1%9F%8B>,
        <http://lexvo.org/id/term/khq/Iraan>,
        <http://lexvo.org/id/term/kik/Uajemi>,
        <http://lexvo.org/id/term/kln/Emetab%20Iran>,
        <http://lexvo.org/id/term/kor/%EC%9D%B4%EB%9E%80>,
        <http://lexvo.org/id/term/ksb/Uajemi>,
        <http://lexvo.org/id/term/ksf/ir%C3%A1%C5%8B>,
        <http://lexvo.org/id/term/ksh/Persije>,
        <http://lexvo.org/id/term/lag/%C9%84aj%C3%A9emi>,
        <http://lexvo.org/id/term/lao/%E0%BA%AD%E0%BA%B5%E0%BA%A5%E0%BB%88%E0%BA%B2%E0%BA%99>,
        <http://lexvo.org/id/term/lav/Ir%C4%81na>,
        <http://lexvo.org/id/term/lin/Ir%C3%A2>,
        <http://lexvo.org/id/term/lit/Iranas>,
        <http://lexvo.org/id/term/lub/Ira>,
        <http://lexvo.org/id/term/lug/Yiraani>,
        <http://lexvo.org/id/term/luo/Iran>,
        <http://lexvo.org/id/term/luy/Uajemi>,
        <http://lexvo.org/id/term/mal/%E0%B4%87%E0%B4%B1%E0%B4%BE%E0%B5%BB>,
        <http://lexvo.org/id/term/mar/%E0%A4%88%E0%A4%B0%E0%A4%BE%E0%A4%A3>,
        <http://lexvo.org/id/term/mas/Uajemi>,
        <http://lexvo.org/id/term/mer/Irani>,
        <http://lexvo.org/id/term/mfe/Iran>,
        <http://lexvo.org/id/term/mkd/%D0%98%D1%80%D0%B0%D0%BD>,
        <http://lexvo.org/id/term/mlg/Iran>,
        <http://lexvo.org/id/term/mlt/Iran>,
        <http://lexvo.org/id/term/mua/Ira%C5%8B>,
        <http://lexvo.org/id/term/mya/%E1%80%A1%E1%80%AE%E1%80%9B%E1%80%94%E1%80%BA>,
        <http://lexvo.org/id/term/naq/Iranni>,
        <http://lexvo.org/id/term/nde/Iran>,
        <http://lexvo.org/id/term/nep/%E0%A4%87%E0%A4%B0%E0%A4%BE%E0%A4%A8>,
        <http://lexvo.org/id/term/nld/Iran>,
        <http://lexvo.org/id/term/nmg/Iran>,
        <http://lexvo.org/id/term/nno/Iran>,
        <http://lexvo.org/id/term/nob/Iran>,
        <http://lexvo.org/id/term/nyn/Iraani>,
        <http://lexvo.org/id/term/ori/%E0%AC%87%E0%AC%B0%E0%AC%BE%E0%AC%A8%E0%AD%8D>,
        <http://lexvo.org/id/term/pol/Iran>,
        <http://lexvo.org/id/term/por/Ir%C3%A3>,
        <http://lexvo.org/id/term/por/Ir%C3%A3o>,
        <http://lexvo.org/id/term/rof/Uajemi>,
        <http://lexvo.org/id/term/roh/Iran>,
        <http://lexvo.org/id/term/ron/Iran>,
        <http://lexvo.org/id/term/run/Irani>,
        <http://lexvo.org/id/term/rus/%D0%98%D1%80%D0%B0%D0%BD>,
        <http://lexvo.org/id/term/rwk/Uajemi>,
        <http://lexvo.org/id/term/sag/Ir%C3%A4an>,
        <http://lexvo.org/id/term/saq/Uajemi>,
        <http://lexvo.org/id/term/sbp/Uwajemi>,
        <http://lexvo.org/id/term/seh/Ir%C3%A3>,
        <http://lexvo.org/id/term/ses/Iraan>,
        <http://lexvo.org/id/term/shi-Latn/iran>,
        <http://lexvo.org/id/term/shi/%E2%B5%89%E2%B5%94%E2%B4%B0%E2%B5%8F>,
        <http://lexvo.org/id/term/sin/%E0%B6%89%E0%B6%BB%E0%B7%8F%E0%B6%B1%E0%B6%BA>,
        <http://lexvo.org/id/term/slk/Ir%C3%A1n>,
        <http://lexvo.org/id/term/slv/Iran>,
        <http://lexvo.org/id/term/sme/Iran>,
        <http://lexvo.org/id/term/sna/Iran>,
        <http://lexvo.org/id/term/som/Iiraan>,
        <http://lexvo.org/id/term/spa/Ir%C3%A1n>,
        <http://lexvo.org/id/term/srp-Latn/Iran>,
        <http://lexvo.org/id/term/srp/%D0%98%D1%80%D0%B0%D0%BD>,
        <http://lexvo.org/id/term/swc/Uajemi>,
        <http://lexvo.org/id/term/swe/Iran>,
        <http://lexvo.org/id/term/swh/Uajemi>,
        <http://lexvo.org/id/term/tam/%E0%AE%88%E0%AE%B0%E0%AE%BE%E0%AE%A9%E0%AF%8D>,
        <http://lexvo.org/id/term/tel/%E0%B0%87%E0%B0%B0%E0%B0%BE%E0%B0%A8%E0%B1%8D>,
        <http://lexvo.org/id/term/teo/Uajemi>,
        <http://lexvo.org/id/term/tha/%E0%B8%AD%E0%B8%B4%E0%B8%AB%E0%B8%A3%E0%B9%88%E0%B8%B2%E0%B8%99>,
        <http://lexvo.org/id/term/tir/%E1%8A%A2%E1%88%AB%E1%8A%95>,
        <http://lexvo.org/id/term/ton/%CA%BBIulaani>,
        <http://lexvo.org/id/term/tur/%C4%B0ran>,
        <http://lexvo.org/id/term/twq/Iraan>,
        <http://lexvo.org/id/term/tzm/Iran>,
        <http://lexvo.org/id/term/ukr/%D0%86%D1%80%D0%B0%D0%BD>,
        <http://lexvo.org/id/term/urd/%D8%A7%DB%8C%D8%B1%D8%A7%D9%86>,
        <http://lexvo.org/id/term/vai-Latn/Ira%C5%8B>,
        <http://lexvo.org/id/term/vai/%EA%94%A4%EA%95%9F%EA%98%8B>,
        <http://lexvo.org/id/term/vie/I-ran>,
        <http://lexvo.org/id/term/vun/Uajemi>,
        <http://lexvo.org/id/term/wae/Iran>,
        <http://lexvo.org/id/term/xog/Yiraani>,
        <http://lexvo.org/id/term/yav/il%C3%A1%C5%8B>,
        <http://lexvo.org/id/term/yor/Or%C3%ADl%E1%BA%B9%CC%81%C3%A8de%20Irani>,
        <http://lexvo.org/id/term/zsm/Iran>,
        <http://lexvo.org/id/term/zul/i-Iran> ;
    owl:sameAs <http://psi.oasis-open.org/iso/3166/#364>,
        <http://sws.geonames.org/130758/> .

<http://lexvo.org/id/iso3166/IS> a lvont:GeographicRegion ;
    rdfs:label "Ysland"@af,
        "Aesɨ̀lân"@agq,
        "Aesland"@ak,
        "አይስላንድ"@am,
        "أيسلندا"@ar,
        "Aithlandi"@asa,
        "Islandia"@ast,
        "İslandiya"@az,
        "Ìslandìà"@bas,
        "Ісландыя"@be,
        "Huaislandi"@bez,
        "Исландия"@bg,
        "Isilandi"@bm,
        "আইসলণ্ড"@bn,
        "ཨ་ཨི་སི་ལནད།"@bo,
        "Island"@br,
        "आइसलैंड"@brx,
        "Island"@bs,
        "Исланд"@bs-Cyrl,
        "አይስላንድ"@byn,
        "Islàndia"@ca,
        "Aisilandi"@cgg,
        "ᏧᏁᏍᏓᎸᎯ"@chr,
        "冰岛"@cmn,
        "冰島"@cmn-Hant,
        "Island"@cs,
        "Gwlad yr Iâ"@cy,
        "Island"@da,
        "Aislandi"@dav,
        "Island"@de,
        "Ayseland"@dje,
        "Iisland"@dyo,
        "ཨཱའིས་ལེནཌ"@dz,
        "Aislandi"@ebu,
        "Aiseland nutome"@ee,
        "Ισλανδία"@el,
        "ISO 3166-1:IS"@en,
        "Iceland"@en,
        "𐐌𐑅𐑊𐐲𐑌𐐼"@en-Dsrt,
        "Islando"@eo,
        "Islandia"@es,
        "Island"@et,
        "Islandia"@eu,
        "Isəlándə"@ewo,
        "آیسلند"@fa,
        "ایسلند"@fa,
        "Islannda"@ff,
        "Islanti"@fi,
        "Iceland"@fil,
        "Ísland"@fo,
        "Islande"@fr,
        "Islande"@fur,
        "An Íoslainn"@ga,
        "Innis Tìle"@gd,
        "Islandia"@gl,
        "Iisland"@gsw,
        "આઇસલેન્ડ"@gu,
        "Aislandi"@guz,
        "Aisalan"@ha,
        "איסלנד"@he,
        "आइसलैंड"@hi,
        "Island"@hr,
        "Izland"@hu,
        "Իսլանդիա"@hy,
        "Islanda"@ia,
        "Islandia"@id,
        "Ísland"@is,
        "Islanda"@it,
        "アイスランド"@ja,
        "Aislandi"@jmc,
        "ისლანდია"@ka,
        "Island"@kab,
        "Aislandi"@kam,
        "Aislandi"@kde,
        "Islandia"@kea,
        "Ayceland"@khq,
        "Aislandi"@ki,
        "Islandi"@kl,
        "Emetab Iceland"@kln,
        "អ៊ីស្លង់"@km,
        "ಐಸ್‌ಲ್ಯಾಂಡ್"@kn,
        "아이슬란드"@ko,
        "اَیِسلینٛڑ"@ks,
        "Aislandi"@ksb,
        "zǝ i glás"@ksf,
        "Ißland"@ksh,
        "Aisiláandi"@lag,
        "Ayisirandi"@lg,
        "Isilandɛ"@ln,
        "ໄອສແລນ"@lo,
        "Islandija"@lt,
        "Isilande"@lu,
        "Iceland"@luo,
        "Aislandi"@luy,
        "Īslande"@lv,
        "Aislandi"@mas,
        "Aisilandi"@mer,
        "Island"@mfe,
        "Islandy"@mg,
        "Исланд"@mk,
        "ഐസ്‌ലാന്റ്"@ml,
        "आइसलँड"@mr,
        "Islanda"@mt,
        "Sǝr Island"@mua,
        "အိုက်စလန်"@my,
        "Iceland"@naq,
        "Island"@nb,
        "Iceland"@nd,
        "आइस्ल्याण्ड"@ne,
        "IJsland"@nl,
        "Island"@nmg,
        "Island"@nn,
        "Aisilandi"@nyn,
        "ଆଇସଲ୍ୟାଣ୍ଡ"@or,
        "Islandia"@pl,
        "آیسلینډ"@ps,
        "Islândia"@pt,
        "Islanda"@rm,
        "Ayisilandi"@rn,
        "Islanda"@ro,
        "Aislandi"@rof,
        "Исландия"@ru,
        "Aislandi"@rwk,
        "Aislandi"@saq,
        "Ayisilendi"@sbp,
        "Islánda"@se,
        "Islândia"@seh,
        "Ayceland"@ses,
        "Islânde"@sg,
        "ⵉⵙⵍⴰⵏⴷ"@shi,
        "island"@shi-Latn,
        "අයිස්ලන්තය"@si,
        "Island"@sk,
        "Islandija"@sl,
        "Iceland"@sn,
        "Iislaand"@so,
        "Islandë"@sq,
        "Исланд"@sr,
        "Island"@sr-Latn,
        "Island"@sv,
        "Aislandi"@swc,
        "Aislandi"@swh,
        "ஐஸ்லாந்து"@ta,
        "ఐస్లాండ్"@te,
        "Aislandi"@teo,
        "ไอซ์แลนด์"@th,
        "አይስላንድ"@ti,
        "አይስላንድ"@tig,
        "ʻAisilani"@to,
        "İzlanda"@tr,
        "Ayseland"@twq,
        "Islanḍa"@tzm,
        "Ісландія"@uk,
        "آئس لینڈ"@ur,
        "ꕉꔤꔻ ꖨꕮꕊ"@vai,
        "Áisi Lumaã"@vai-Latn,
        "Ai-xơ-len"@vi,
        "Aislandi"@vun,
        "Island"@wae,
        "አይስላንድ"@wal,
        "Ayisirandi"@xog,
        "isláand"@yav,
        "Orílẹ́ède Aṣilandi"@yo,
        "Iceland"@zsm,
        "i-Iceland"@zu ;
    lvont:label <http://lexvo.org/id/term/afr/Ysland>,
        <http://lexvo.org/id/term/agq/Aes%C9%A8%CC%80l%C3%A2n>,
        <http://lexvo.org/id/term/aka/Aesland>,
        <http://lexvo.org/id/term/amh/%E1%8A%A0%E1%8B%AD%E1%88%B5%E1%88%8B%E1%8A%95%E1%8B%B5>,
        <http://lexvo.org/id/term/ara/%D8%A3%D9%8A%D8%B3%D9%84%D9%86%D8%AF%D8%A7>,
        <http://lexvo.org/id/term/asa/Aithlandi>,
        <http://lexvo.org/id/term/ast/Islandia>,
        <http://lexvo.org/id/term/aze/%C4%B0slandiya>,
        <http://lexvo.org/id/term/bam/Isilandi>,
        <http://lexvo.org/id/term/bas/%C3%8Csland%C3%AC%C3%A0>,
        <http://lexvo.org/id/term/bel/%D0%86%D1%81%D0%BB%D0%B0%D0%BD%D0%B4%D1%8B%D1%8F>,
        <http://lexvo.org/id/term/ben/%E0%A6%86%E0%A6%87%E0%A6%B8%E0%A6%B2%E0%A6%A3%E0%A7%8D%E0%A6%A1>,
        <http://lexvo.org/id/term/bez/Huaislandi>,
        <http://lexvo.org/id/term/bod/%E0%BD%A8%E0%BC%8B%E0%BD%A8%E0%BD%B2%E0%BC%8B%E0%BD%A6%E0%BD%B2%E0%BC%8B%E0%BD%A3%E0%BD%93%E0%BD%91%E0%BC%8D>,
        <http://lexvo.org/id/term/bos-Cyrl/%D0%98%D1%81%D0%BB%D0%B0%D0%BD%D0%B4>,
        <http://lexvo.org/id/term/bos/Island>,
        <http://lexvo.org/id/term/bre/Island>,
        <http://lexvo.org/id/term/brx/%E0%A4%86%E0%A4%87%E0%A4%B8%E0%A4%B2%E0%A5%88%E0%A4%82%E0%A4%A1>,
        <http://lexvo.org/id/term/bul/%D0%98%D1%81%D0%BB%D0%B0%D0%BD%D0%B4%D0%B8%D1%8F>,
        <http://lexvo.org/id/term/byn/%E1%8A%A0%E1%8B%AD%E1%88%B5%E1%88%8B%E1%8A%95%E1%8B%B5>,
        <http://lexvo.org/id/term/cat/Isl%C3%A0ndia>,
        <http://lexvo.org/id/term/ces/Island>,
        <http://lexvo.org/id/term/cgg/Aisilandi>,
        <http://lexvo.org/id/term/chr/%E1%8F%A7%E1%8F%81%E1%8F%8D%E1%8F%93%E1%8E%B8%E1%8E%AF>,
        <http://lexvo.org/id/term/cmn-Hant/%E5%86%B0%E5%B3%B6>,
        <http://lexvo.org/id/term/cmn/%E5%86%B0%E5%B2%9B>,
        <http://lexvo.org/id/term/cym/Gwlad%20yr%20I%C3%A2>,
        <http://lexvo.org/id/term/dan/Island>,
        <http://lexvo.org/id/term/dav/Aislandi>,
        <http://lexvo.org/id/term/deu/Island>,
        <http://lexvo.org/id/term/dje/Ayseland>,
        <http://lexvo.org/id/term/dyo/Iisland>,
        <http://lexvo.org/id/term/dzo/%E0%BD%A8%E0%BD%B1%E0%BD%A0%E0%BD%B2%E0%BD%A6%E0%BC%8B%E0%BD%A3%E0%BD%BA%E0%BD%93%E0%BD%8C>,
        <http://lexvo.org/id/term/ebu/Aislandi>,
        <http://lexvo.org/id/term/ell/%CE%99%CF%83%CE%BB%CE%B1%CE%BD%CE%B4%CE%AF%CE%B1>,
        <http://lexvo.org/id/term/eng-Dsrt/%F0%90%90%8C%F0%90%91%85%F0%90%91%8A%F0%90%90%B2%F0%90%91%8C%F0%90%90%BC>,
        <http://lexvo.org/id/term/eng/ISO%203166-1%3AIS>,
        <http://lexvo.org/id/term/eng/Iceland>,
        <http://lexvo.org/id/term/epo/Islando>,
        <http://lexvo.org/id/term/est/Island>,
        <http://lexvo.org/id/term/eus/Islandia>,
        <http://lexvo.org/id/term/ewe/Aiseland%20nutome>,
        <http://lexvo.org/id/term/ewo/Is%C9%99l%C3%A1nd%C9%99>,
        <http://lexvo.org/id/term/fao/%C3%8Dsland>,
        <http://lexvo.org/id/term/fas/%D8%A2%DB%8C%D8%B3%D9%84%D9%86%D8%AF>,
        <http://lexvo.org/id/term/fas/%D8%A7%DB%8C%D8%B3%D9%84%D9%86%D8%AF>,
        <http://lexvo.org/id/term/fil/Iceland>,
        <http://lexvo.org/id/term/fin/Islanti>,
        <http://lexvo.org/id/term/fra/Islande>,
        <http://lexvo.org/id/term/ful/Islannda>,
        <http://lexvo.org/id/term/fur/Islande>,
        <http://lexvo.org/id/term/gla/Innis%20T%C3%ACle>,
        <http://lexvo.org/id/term/gle/An%20%C3%8Doslainn>,
        <http://lexvo.org/id/term/glg/Islandia>,
        <http://lexvo.org/id/term/gsw/Iisland>,
        <http://lexvo.org/id/term/guj/%E0%AA%86%E0%AA%87%E0%AA%B8%E0%AA%B2%E0%AB%87%E0%AA%A8%E0%AB%8D%E0%AA%A1>,
        <http://lexvo.org/id/term/guz/Aislandi>,
        <http://lexvo.org/id/term/hau/Aisalan>,
        <http://lexvo.org/id/term/heb/%D7%90%D7%99%D7%A1%D7%9C%D7%A0%D7%93>,
        <http://lexvo.org/id/term/hin/%E0%A4%86%E0%A4%87%E0%A4%B8%E0%A4%B2%E0%A5%88%E0%A4%82%E0%A4%A1>,
        <http://lexvo.org/id/term/hrv/Island>,
        <http://lexvo.org/id/term/hun/Izland>,
        <http://lexvo.org/id/term/hye/%D4%BB%D5%BD%D5%AC%D5%A1%D5%B6%D5%A4%D5%AB%D5%A1>,
        <http://lexvo.org/id/term/ina/Islanda>,
        <http://lexvo.org/id/term/ind/Islandia>,
        <http://lexvo.org/id/term/isl/%C3%8Dsland>,
        <http://lexvo.org/id/term/ita/Islanda>,
        <http://lexvo.org/id/term/jmc/Aislandi>,
        <http://lexvo.org/id/term/jpn/%E3%82%A2%E3%82%A4%E3%82%B9%E3%83%A9%E3%83%B3%E3%83%89>,
        <http://lexvo.org/id/term/kab/Island>,
        <http://lexvo.org/id/term/kal/Islandi>,
        <http://lexvo.org/id/term/kam/Aislandi>,
        <http://lexvo.org/id/term/kan/%E0%B2%90%E0%B2%B8%E0%B3%8D%E2%80%8C%E0%B2%B2%E0%B3%8D%E0%B2%AF%E0%B2%BE%E0%B2%82%E0%B2%A1%E0%B3%8D>,
        <http://lexvo.org/id/term/kas/%D8%A7%D9%8E%DB%8C%D9%90%D8%B3%D9%84%DB%8C%D9%86%D9%9B%DA%91>,
        <http://lexvo.org/id/term/kat/%E1%83%98%E1%83%A1%E1%83%9A%E1%83%90%E1%83%9C%E1%83%93%E1%83%98%E1%83%90>,
        <http://lexvo.org/id/term/kde/Aislandi>,
        <http://lexvo.org/id/term/kea/Islandia>,
        <http://lexvo.org/id/term/khm/%E1%9E%A2%E1%9F%8A%E1%9E%B8%E1%9E%9F%E1%9F%92%E1%9E%9B%E1%9E%84%E1%9F%8B>,
        <http://lexvo.org/id/term/khq/Ayceland>,
        <http://lexvo.org/id/term/kik/Aislandi>,
        <http://lexvo.org/id/term/kln/Emetab%20Iceland>,
        <http://lexvo.org/id/term/kor/%EC%95%84%EC%9D%B4%EC%8A%AC%EB%9E%80%EB%93%9C>,
        <http://lexvo.org/id/term/ksb/Aislandi>,
        <http://lexvo.org/id/term/ksf/z%C7%9D%20i%20gl%C3%A1s>,
        <http://lexvo.org/id/term/ksh/I%C3%9Fland>,
        <http://lexvo.org/id/term/lag/Aisil%C3%A1andi>,
        <http://lexvo.org/id/term/lao/%E0%BB%84%E0%BA%AD%E0%BA%AA%E0%BB%81%E0%BA%A5%E0%BA%99>,
        <http://lexvo.org/id/term/lav/%C4%AAslande>,
        <http://lexvo.org/id/term/lin/Isiland%C9%9B>,
        <http://lexvo.org/id/term/lit/Islandija>,
        <http://lexvo.org/id/term/lub/Isilande>,
        <http://lexvo.org/id/term/lug/Ayisirandi>,
        <http://lexvo.org/id/term/luo/Iceland>,
        <http://lexvo.org/id/term/luy/Aislandi>,
        <http://lexvo.org/id/term/mal/%E0%B4%90%E0%B4%B8%E0%B5%8D%E2%80%8C%E0%B4%B2%E0%B4%BE%E0%B4%A8%E0%B5%8D%E0%B4%B1%E0%B5%8D>,
        <http://lexvo.org/id/term/mar/%E0%A4%86%E0%A4%87%E0%A4%B8%E0%A4%B2%E0%A4%81%E0%A4%A1>,
        <http://lexvo.org/id/term/mas/Aislandi>,
        <http://lexvo.org/id/term/mer/Aisilandi>,
        <http://lexvo.org/id/term/mfe/Island>,
        <http://lexvo.org/id/term/mkd/%D0%98%D1%81%D0%BB%D0%B0%D0%BD%D0%B4>,
        <http://lexvo.org/id/term/mlg/Islandy>,
        <http://lexvo.org/id/term/mlt/Islanda>,
        <http://lexvo.org/id/term/mua/S%C7%9Dr%20Island>,
        <http://lexvo.org/id/term/mya/%E1%80%A1%E1%80%AD%E1%80%AF%E1%80%80%E1%80%BA%E1%80%85%E1%80%9C%E1%80%94%E1%80%BA>,
        <http://lexvo.org/id/term/naq/Iceland>,
        <http://lexvo.org/id/term/nde/Iceland>,
        <http://lexvo.org/id/term/nep/%E0%A4%86%E0%A4%87%E0%A4%B8%E0%A5%8D%E0%A4%B2%E0%A5%8D%E0%A4%AF%E0%A4%BE%E0%A4%A3%E0%A5%8D%E0%A4%A1>,
        <http://lexvo.org/id/term/nld/IJsland>,
        <http://lexvo.org/id/term/nmg/Island>,
        <http://lexvo.org/id/term/nno/Island>,
        <http://lexvo.org/id/term/nob/Island>,
        <http://lexvo.org/id/term/nyn/Aisilandi>,
        <http://lexvo.org/id/term/ori/%E0%AC%86%E0%AC%87%E0%AC%B8%E0%AC%B2%E0%AD%8D%E0%AD%9F%E0%AC%BE%E0%AC%A3%E0%AD%8D%E0%AC%A1>,
        <http://lexvo.org/id/term/pol/Islandia>,
        <http://lexvo.org/id/term/por/Isl%C3%A2ndia>,
        <http://lexvo.org/id/term/pus/%D8%A2%DB%8C%D8%B3%D9%84%DB%8C%D9%86%DA%89>,
        <http://lexvo.org/id/term/rof/Aislandi>,
        <http://lexvo.org/id/term/roh/Islanda>,
        <http://lexvo.org/id/term/ron/Islanda>,
        <http://lexvo.org/id/term/run/Ayisilandi>,
        <http://lexvo.org/id/term/rus/%D0%98%D1%81%D0%BB%D0%B0%D0%BD%D0%B4%D0%B8%D1%8F>,
        <http://lexvo.org/id/term/rwk/Aislandi>,
        <http://lexvo.org/id/term/sag/Isl%C3%A2nde>,
        <http://lexvo.org/id/term/saq/Aislandi>,
        <http://lexvo.org/id/term/sbp/Ayisilendi>,
        <http://lexvo.org/id/term/seh/Isl%C3%A2ndia>,
        <http://lexvo.org/id/term/ses/Ayceland>,
        <http://lexvo.org/id/term/shi-Latn/island>,
        <http://lexvo.org/id/term/shi/%E2%B5%89%E2%B5%99%E2%B5%8D%E2%B4%B0%E2%B5%8F%E2%B4%B7>,
        <http://lexvo.org/id/term/sin/%E0%B6%85%E0%B6%BA%E0%B7%92%E0%B7%83%E0%B7%8A%E0%B6%BD%E0%B6%B1%E0%B7%8A%E0%B6%AD%E0%B6%BA>,
        <http://lexvo.org/id/term/slk/Island>,
        <http://lexvo.org/id/term/slv/Islandija>,
        <http://lexvo.org/id/term/sme/Isl%C3%A1nda>,
        <http://lexvo.org/id/term/sna/Iceland>,
        <http://lexvo.org/id/term/som/Iislaand>,
        <http://lexvo.org/id/term/spa/Islandia>,
        <http://lexvo.org/id/term/sqi/Island%C3%AB>,
        <http://lexvo.org/id/term/srp-Latn/Island>,
        <http://lexvo.org/id/term/srp/%D0%98%D1%81%D0%BB%D0%B0%D0%BD%D0%B4>,
        <http://lexvo.org/id/term/swc/Aislandi>,
        <http://lexvo.org/id/term/swe/Island>,
        <http://lexvo.org/id/term/swh/Aislandi>,
        <http://lexvo.org/id/term/tam/%E0%AE%90%E0%AE%B8%E0%AF%8D%E0%AE%B2%E0%AE%BE%E0%AE%A8%E0%AF%8D%E0%AE%A4%E0%AF%81>,
        <http://lexvo.org/id/term/tel/%E0%B0%90%E0%B0%B8%E0%B1%8D%E0%B0%B2%E0%B0%BE%E0%B0%82%E0%B0%A1%E0%B1%8D>,
        <http://lexvo.org/id/term/teo/Aislandi>,
        <http://lexvo.org/id/term/tha/%E0%B9%84%E0%B8%AD%E0%B8%8B%E0%B9%8C%E0%B9%81%E0%B8%A5%E0%B8%99%E0%B8%94%E0%B9%8C>,
        <http://lexvo.org/id/term/tig/%E1%8A%A0%E1%8B%AD%E1%88%B5%E1%88%8B%E1%8A%95%E1%8B%B5>,
        <http://lexvo.org/id/term/tir/%E1%8A%A0%E1%8B%AD%E1%88%B5%E1%88%8B%E1%8A%95%E1%8B%B5>,
        <http://lexvo.org/id/term/ton/%CA%BBAisilani>,
        <http://lexvo.org/id/term/tur/%C4%B0zlanda>,
        <http://lexvo.org/id/term/twq/Ayseland>,
        <http://lexvo.org/id/term/tzm/Islan%E1%B8%8Da>,
        <http://lexvo.org/id/term/ukr/%D0%86%D1%81%D0%BB%D0%B0%D0%BD%D0%B4%D1%96%D1%8F>,
        <http://lexvo.org/id/term/urd/%D8%A2%D8%A6%D8%B3%20%D9%84%DB%8C%D9%86%DA%88>,
        <http://lexvo.org/id/term/vai-Latn/%C3%81isi%20Luma%C3%A3>,
        <http://lexvo.org/id/term/vai/%EA%95%89%EA%94%A4%EA%94%BB%20%EA%96%A8%EA%95%AE%EA%95%8A>,
        <http://lexvo.org/id/term/vie/Ai-x%C6%A1-len>,
        <http://lexvo.org/id/term/vun/Aislandi>,
        <http://lexvo.org/id/term/wae/Island>,
        <http://lexvo.org/id/term/wal/%E1%8A%A0%E1%8B%AD%E1%88%B5%E1%88%8B%E1%8A%95%E1%8B%B5>,
        <http://lexvo.org/id/term/xog/Ayisirandi>,
        <http://lexvo.org/id/term/yav/isl%C3%A1and>,
        <http://lexvo.org/id/term/yor/Or%C3%ADl%E1%BA%B9%CC%81%C3%A8de%20A%E1%B9%A3ilandi>,
        <http://lexvo.org/id/term/zsm/Iceland>,
        <http://lexvo.org/id/term/zul/i-Iceland> ;
    owl:sameAs <http://psi.oasis-open.org/iso/3166/#352>,
        <http://sws.geonames.org/2629691/> .

<http://lexvo.org/id/iso3166/IT> a lvont:GeographicRegion ;
    rdfs:label "Italy"@aa,
        "Italië"@af,
        "Etalè"@agq,
        "Itali"@ak,
        "ጣሊያን"@am,
        "إيطاليا"@ar,
        "ইটালি"@as,
        "Italia"@asa,
        "Italia"@ast,
        "İtaliya"@az,
        "Италија"@az-Cyrl,
        "Ìtalìà"@bas,
        "Італія"@be,
        "Huitalia"@bez,
        "Италия"@bg,
        "Itali"@bm,
        "ইতালী"@bn,
        "ཨི་ཀྲར་ལི་"@bo,
        "Italia"@br,
        "इटली"@brx,
        "Italija"@bs,
        "Италија"@bs-Cyrl,
        "ጣሊያን"@byn,
        "Itàlia"@ca,
        "Itare"@cgg,
        "ᏲᎶ"@chr,
        "意大利"@cmn,
        "義大利"@cmn-Hant,
        "Itálie"@cs,
        "yr Eidal"@cy,
        "Italien"@da,
        "Italia"@dav,
        "Italien"@de,
        "Itaali"@dje,
        "Itali"@dyo,
        "ཨི་ཊ་ལི"@dz,
        "Italia"@ebu,
        "Italia nutome"@ee,
        "Ιταλία"@el,
        "ISO 3166-1:IT"@en,
        "Italy"@en,
        "𐐆𐐻𐐲𐑊𐐨"@en-Dsrt,
        "Italujo"@eo,
        "Italia"@es,
        "Itaalia"@et,
        "Italia"@eu,
        "Itáliɛn"@ewo,
        "ایتالیا"@fa,
        "Itali"@ff,
        "Italia"@fi,
        "Italya"@fil,
        "Italia"@fo,
        "Italie"@fr,
        "Italie"@fur,
        "An Iodáil"@ga,
        "An Eadailt"@gd,
        "Italia"@gl,
        "Itaalie"@gsw,
        "ઇટાલી"@gu,
        "Italia"@guz,
        "Italiya"@ha,
        "ʻĪkālia"@haw,
        "איטליה"@he,
        "इटली"@hi,
        "Italija"@hr,
        "Olaszország"@hu,
        "Իտալիա"@hy,
        "Italia"@ia,
        "Italia"@id,
        "ꑴꄊꆺ"@ii,
        "Ítalía"@is,
        "Italia"@it,
        "イタリア"@ja,
        "Italî"@jgo,
        "Italia"@jmc,
        "იტალია"@ka,
        "Ṭelyan"@kab,
        "Italia"@kam,
        "Italia"@kde,
        "Italia"@kea,
        "Itaali"@khq,
        "Italia"@ki,
        "Италия"@kk,
        "Italia"@kl,
        "Emetab Italy"@kln,
        "អ៊ីតាលី"@km,
        "ಇಟಲಿ"@kn,
        "이탈리아"@ko,
        "اِٹلی"@ks,
        "Italia"@ksb,
        "italí"@ksf,
        "Itaalije"@ksh,
        "Itali"@kw,
        "Itália"@lag,
        "Yitale"@lg,
        "Itali"@ln,
        "ອິຕາລີ"@lo,
        "Italija"@lt,
        "Itali"@lu,
        "Italy"@luo,
        "Italia"@luy,
        "Itālija"@lv,
        "Italia"@mas,
        "Italĩ"@mer,
        "Itali"@mfe,
        "Italia"@mg,
        "Italia"@mgh,
        "Италија"@mk,
        "ഇറ്റലി"@ml,
        "इटली"@mr,
        "Italja"@mt,
        "Italiya"@mua,
        "အီတလီ"@my,
        "Italiab"@naq,
        "Italia"@nb,
        "Itali"@nd,
        "इटाली"@ne,
        "Italië"@nl,
        "Italia"@nmg,
        "Italia"@nn,
        "Itare"@nyn,
        "Italy"@om,
        "ଇଟାଲୀ"@or,
        "Итали"@os,
        "Włochy"@pl,
        "ایټالیه"@ps,
        "Itália"@pt,
        "Italia"@rm,
        "Ubutaliyani"@rn,
        "Italia"@ro,
        "Italia"@rof,
        "Италия"@ru,
        "Italia"@rwk,
        "Italia"@saq,
        "Italiya"@sbp,
        "Itália"@se,
        "Itália"@seh,
        "Itaali"@ses,
        "Italùii"@sg,
        "ⵉⵟⴰⵍⵢⴰ"@shi,
        "iṭalya"@shi-Latn,
        "ඉතාලිය"@si,
        "Taliansko"@sk,
        "Italija"@sl,
        "Italy"@sn,
        "Talyaani"@so,
        "Itali"@sq,
        "Италија"@sr,
        "Italija"@sr-Latn,
        "Italien"@sv,
        "Italia"@swc,
        "Italia"@swh,
        "இத்தாலி"@ta,
        "ఇటలి"@te,
        "Italia"@teo,
        "อิตาลี"@th,
        "ጣሊያን"@ti,
        "ጣሊያን"@tig,
        "ʻĪtali"@to,
        "İtalya"@tr,
        "Itaali"@twq,
        "Iṭalya"@tzm,
        "Італія"@uk,
        "اٹلی"@ur,
        "Италия"@uzn,
        "Italiya"@uzn-Latn,
        "ꔤꕚꔷ"@vai,
        "Ítali"@vai-Latn,
        "Ý"@vi,
        "Italia"@vun,
        "Italie"@wae,
        "ጣሊያን"@wal,
        "Yitale"@xog,
        "italí"@yav,
        "Orílẹ́ède Italiyi"@yo,
        "Itali"@zsm,
        "i-Italy"@zu ;
    lvont:label <http://lexvo.org/id/term/aar/Italy>,
        <http://lexvo.org/id/term/afr/Itali%C3%AB>,
        <http://lexvo.org/id/term/agq/Etal%C3%A8>,
        <http://lexvo.org/id/term/aka/Itali>,
        <http://lexvo.org/id/term/amh/%E1%8C%A3%E1%88%8A%E1%8B%AB%E1%8A%95>,
        <http://lexvo.org/id/term/ara/%D8%A5%D9%8A%D8%B7%D8%A7%D9%84%D9%8A%D8%A7>,
        <http://lexvo.org/id/term/asa/Italia>,
        <http://lexvo.org/id/term/asm/%E0%A6%87%E0%A6%9F%E0%A6%BE%E0%A6%B2%E0%A6%BF>,
        <http://lexvo.org/id/term/ast/Italia>,
        <http://lexvo.org/id/term/aze-Cyrl/%D0%98%D1%82%D0%B0%D0%BB%D0%B8%D1%98%D0%B0>,
        <http://lexvo.org/id/term/aze/%C4%B0taliya>,
        <http://lexvo.org/id/term/bam/Itali>,
        <http://lexvo.org/id/term/bas/%C3%8Ctal%C3%AC%C3%A0>,
        <http://lexvo.org/id/term/bel/%D0%86%D1%82%D0%B0%D0%BB%D1%96%D1%8F>,
        <http://lexvo.org/id/term/ben/%E0%A6%87%E0%A6%A4%E0%A6%BE%E0%A6%B2%E0%A7%80>,
        <http://lexvo.org/id/term/bez/Huitalia>,
        <http://lexvo.org/id/term/bod/%E0%BD%A8%E0%BD%B2%E0%BC%8B%E0%BD%80%E0%BE%B2%E0%BD%A2%E0%BC%8B%E0%BD%A3%E0%BD%B2%E0%BC%8B>,
        <http://lexvo.org/id/term/bos-Cyrl/%D0%98%D1%82%D0%B0%D0%BB%D0%B8%D1%98%D0%B0>,
        <http://lexvo.org/id/term/bos/Italija>,
        <http://lexvo.org/id/term/bre/Italia>,
        <http://lexvo.org/id/term/brx/%E0%A4%87%E0%A4%9F%E0%A4%B2%E0%A5%80>,
        <http://lexvo.org/id/term/bul/%D0%98%D1%82%D0%B0%D0%BB%D0%B8%D1%8F>,
        <http://lexvo.org/id/term/byn/%E1%8C%A3%E1%88%8A%E1%8B%AB%E1%8A%95>,
        <http://lexvo.org/id/term/cat/It%C3%A0lia>,
        <http://lexvo.org/id/term/ces/It%C3%A1lie>,
        <http://lexvo.org/id/term/cgg/Itare>,
        <http://lexvo.org/id/term/chr/%E1%8F%B2%E1%8E%B6>,
        <http://lexvo.org/id/term/cmn-Hant/%E7%BE%A9%E5%A4%A7%E5%88%A9>,
        <http://lexvo.org/id/term/cmn/%E6%84%8F%E5%A4%A7%E5%88%A9>,
        <http://lexvo.org/id/term/cor/Itali>,
        <http://lexvo.org/id/term/cym/yr%20Eidal>,
        <http://lexvo.org/id/term/dan/Italien>,
        <http://lexvo.org/id/term/dav/Italia>,
        <http://lexvo.org/id/term/deu/Italien>,
        <http://lexvo.org/id/term/dje/Itaali>,
        <http://lexvo.org/id/term/dyo/Itali>,
        <http://lexvo.org/id/term/dzo/%E0%BD%A8%E0%BD%B2%E0%BC%8B%E0%BD%8A%E0%BC%8B%E0%BD%A3%E0%BD%B2>,
        <http://lexvo.org/id/term/ebu/Italia>,
        <http://lexvo.org/id/term/ell/%CE%99%CF%84%CE%B1%CE%BB%CE%AF%CE%B1>,
        <http://lexvo.org/id/term/eng-Dsrt/%F0%90%90%86%F0%90%90%BB%F0%90%90%B2%F0%90%91%8A%F0%90%90%A8>,
        <http://lexvo.org/id/term/eng/ISO%203166-1%3AIT>,
        <http://lexvo.org/id/term/eng/Italy>,
        <http://lexvo.org/id/term/epo/Italujo>,
        <http://lexvo.org/id/term/est/Itaalia>,
        <http://lexvo.org/id/term/eus/Italia>,
        <http://lexvo.org/id/term/ewe/Italia%20nutome>,
        <http://lexvo.org/id/term/ewo/It%C3%A1li%C9%9Bn>,
        <http://lexvo.org/id/term/fao/Italia>,
        <http://lexvo.org/id/term/fas/%D8%A7%DB%8C%D8%AA%D8%A7%D9%84%DB%8C%D8%A7>,
        <http://lexvo.org/id/term/fil/Italya>,
        <http://lexvo.org/id/term/fin/Italia>,
        <http://lexvo.org/id/term/fra/Italie>,
        <http://lexvo.org/id/term/ful/Itali>,
        <http://lexvo.org/id/term/fur/Italie>,
        <http://lexvo.org/id/term/gla/An%20Eadailt>,
        <http://lexvo.org/id/term/gle/An%20Iod%C3%A1il>,
        <http://lexvo.org/id/term/glg/Italia>,
        <http://lexvo.org/id/term/gsw/Itaalie>,
        <http://lexvo.org/id/term/guj/%E0%AA%87%E0%AA%9F%E0%AA%BE%E0%AA%B2%E0%AB%80>,
        <http://lexvo.org/id/term/guz/Italia>,
        <http://lexvo.org/id/term/hau/Italiya>,
        <http://lexvo.org/id/term/haw/%CA%BB%C4%AAk%C4%81lia>,
        <http://lexvo.org/id/term/heb/%D7%90%D7%99%D7%98%D7%9C%D7%99%D7%94>,
        <http://lexvo.org/id/term/hin/%E0%A4%87%E0%A4%9F%E0%A4%B2%E0%A5%80>,
        <http://lexvo.org/id/term/hrv/Italija>,
        <http://lexvo.org/id/term/hun/Olaszorsz%C3%A1g>,
        <http://lexvo.org/id/term/hye/%D4%BB%D5%BF%D5%A1%D5%AC%D5%AB%D5%A1>,
        <http://lexvo.org/id/term/iii/%EA%91%B4%EA%84%8A%EA%86%BA>,
        <http://lexvo.org/id/term/ina/Italia>,
        <http://lexvo.org/id/term/ind/Italia>,
        <http://lexvo.org/id/term/isl/%C3%8Dtal%C3%ADa>,
        <http://lexvo.org/id/term/ita/Italia>,
        <http://lexvo.org/id/term/jgo/Ital%C3%AE>,
        <http://lexvo.org/id/term/jmc/Italia>,
        <http://lexvo.org/id/term/jpn/%E3%82%A4%E3%82%BF%E3%83%AA%E3%82%A2>,
        <http://lexvo.org/id/term/kab/%E1%B9%ACelyan>,
        <http://lexvo.org/id/term/kal/Italia>,
        <http://lexvo.org/id/term/kam/Italia>,
        <http://lexvo.org/id/term/kan/%E0%B2%87%E0%B2%9F%E0%B2%B2%E0%B2%BF>,
        <http://lexvo.org/id/term/kas/%D8%A7%D9%90%D9%B9%D9%84%DB%8C>,
        <http://lexvo.org/id/term/kat/%E1%83%98%E1%83%A2%E1%83%90%E1%83%9A%E1%83%98%E1%83%90>,
        <http://lexvo.org/id/term/kaz/%D0%98%D1%82%D0%B0%D0%BB%D0%B8%D1%8F>,
        <http://lexvo.org/id/term/kde/Italia>,
        <http://lexvo.org/id/term/kea/Italia>,
        <http://lexvo.org/id/term/khm/%E1%9E%A2%E1%9F%8A%E1%9E%B8%E1%9E%8F%E1%9E%B6%E1%9E%9B%E1%9E%B8>,
        <http://lexvo.org/id/term/khq/Itaali>,
        <http://lexvo.org/id/term/kik/Italia>,
        <http://lexvo.org/id/term/kln/Emetab%20Italy>,
        <http://lexvo.org/id/term/kor/%EC%9D%B4%ED%83%88%EB%A6%AC%EC%95%84>,
        <http://lexvo.org/id/term/ksb/Italia>,
        <http://lexvo.org/id/term/ksf/ital%C3%AD>,
        <http://lexvo.org/id/term/ksh/Itaalije>,
        <http://lexvo.org/id/term/lag/It%C3%A1lia>,
        <http://lexvo.org/id/term/lao/%E0%BA%AD%E0%BA%B4%E0%BA%95%E0%BA%B2%E0%BA%A5%E0%BA%B5>,
        <http://lexvo.org/id/term/lav/It%C4%81lija>,
        <http://lexvo.org/id/term/lin/Itali>,
        <http://lexvo.org/id/term/lit/Italija>,
        <http://lexvo.org/id/term/lub/Itali>,
        <http://lexvo.org/id/term/lug/Yitale>,
        <http://lexvo.org/id/term/luo/Italy>,
        <http://lexvo.org/id/term/luy/Italia>,
        <http://lexvo.org/id/term/mal/%E0%B4%87%E0%B4%B1%E0%B5%8D%E0%B4%B1%E0%B4%B2%E0%B4%BF>,
        <http://lexvo.org/id/term/mar/%E0%A4%87%E0%A4%9F%E0%A4%B2%E0%A5%80>,
        <http://lexvo.org/id/term/mas/Italia>,
        <http://lexvo.org/id/term/mer/Ital%C4%A9>,
        <http://lexvo.org/id/term/mfe/Itali>,
        <http://lexvo.org/id/term/mgh/Italia>,
        <http://lexvo.org/id/term/mkd/%D0%98%D1%82%D0%B0%D0%BB%D0%B8%D1%98%D0%B0>,
        <http://lexvo.org/id/term/mlg/Italia>,
        <http://lexvo.org/id/term/mlt/Italja>,
        <http://lexvo.org/id/term/mua/Italiya>,
        <http://lexvo.org/id/term/mya/%E1%80%A1%E1%80%AE%E1%80%90%E1%80%9C%E1%80%AE>,
        <http://lexvo.org/id/term/naq/Italiab>,
        <http://lexvo.org/id/term/nde/Itali>,
        <http://lexvo.org/id/term/nep/%E0%A4%87%E0%A4%9F%E0%A4%BE%E0%A4%B2%E0%A5%80>,
        <http://lexvo.org/id/term/nld/Itali%C3%AB>,
        <http://lexvo.org/id/term/nmg/Italia>,
        <http://lexvo.org/id/term/nno/Italia>,
        <http://lexvo.org/id/term/nob/Italia>,
        <http://lexvo.org/id/term/nyn/Itare>,
        <http://lexvo.org/id/term/ori/%E0%AC%87%E0%AC%9F%E0%AC%BE%E0%AC%B2%E0%AD%80>,
        <http://lexvo.org/id/term/orm/Italy>,
        <http://lexvo.org/id/term/oss/%D0%98%D1%82%D0%B0%D0%BB%D0%B8>,
        <http://lexvo.org/id/term/pol/W%C5%82ochy>,
        <http://lexvo.org/id/term/por/It%C3%A1lia>,
        <http://lexvo.org/id/term/pus/%D8%A7%DB%8C%D9%BC%D8%A7%D9%84%DB%8C%D9%87>,
        <http://lexvo.org/id/term/rof/Italia>,
        <http://lexvo.org/id/term/roh/Italia>,
        <http://lexvo.org/id/term/ron/Italia>,
        <http://lexvo.org/id/term/run/Ubutaliyani>,
        <http://lexvo.org/id/term/rus/%D0%98%D1%82%D0%B0%D0%BB%D0%B8%D1%8F>,
        <http://lexvo.org/id/term/rwk/Italia>,
        <http://lexvo.org/id/term/sag/Ital%C3%B9ii>,
        <http://lexvo.org/id/term/saq/Italia>,
        <http://lexvo.org/id/term/sbp/Italiya>,
        <http://lexvo.org/id/term/seh/It%C3%A1lia>,
        <http://lexvo.org/id/term/ses/Itaali>,
        <http://lexvo.org/id/term/shi-Latn/i%E1%B9%ADalya>,
        <http://lexvo.org/id/term/shi/%E2%B5%89%E2%B5%9F%E2%B4%B0%E2%B5%8D%E2%B5%A2%E2%B4%B0>,
        <http://lexvo.org/id/term/sin/%E0%B6%89%E0%B6%AD%E0%B7%8F%E0%B6%BD%E0%B7%92%E0%B6%BA>,
        <http://lexvo.org/id/term/slk/Taliansko>,
        <http://lexvo.org/id/term/slv/Italija>,
        <http://lexvo.org/id/term/sme/It%C3%A1lia>,
        <http://lexvo.org/id/term/sna/Italy>,
        <http://lexvo.org/id/term/som/Talyaani>,
        <http://lexvo.org/id/term/spa/Italia>,
        <http://lexvo.org/id/term/sqi/Itali>,
        <http://lexvo.org/id/term/srp-Latn/Italija>,
        <http://lexvo.org/id/term/srp/%D0%98%D1%82%D0%B0%D0%BB%D0%B8%D1%98%D0%B0>,
        <http://lexvo.org/id/term/swc/Italia>,
        <http://lexvo.org/id/term/swe/Italien>,
        <http://lexvo.org/id/term/swh/Italia>,
        <http://lexvo.org/id/term/tam/%E0%AE%87%E0%AE%A4%E0%AF%8D%E0%AE%A4%E0%AE%BE%E0%AE%B2%E0%AE%BF>,
        <http://lexvo.org/id/term/tel/%E0%B0%87%E0%B0%9F%E0%B0%B2%E0%B0%BF>,
        <http://lexvo.org/id/term/teo/Italia>,
        <http://lexvo.org/id/term/tha/%E0%B8%AD%E0%B8%B4%E0%B8%95%E0%B8%B2%E0%B8%A5%E0%B8%B5>,
        <http://lexvo.org/id/term/tig/%E1%8C%A3%E1%88%8A%E1%8B%AB%E1%8A%95>,
        <http://lexvo.org/id/term/tir/%E1%8C%A3%E1%88%8A%E1%8B%AB%E1%8A%95>,
        <http://lexvo.org/id/term/ton/%CA%BB%C4%AAtali>,
        <http://lexvo.org/id/term/tur/%C4%B0talya>,
        <http://lexvo.org/id/term/twq/Itaali>,
        <http://lexvo.org/id/term/tzm/I%E1%B9%ADalya>,
        <http://lexvo.org/id/term/ukr/%D0%86%D1%82%D0%B0%D0%BB%D1%96%D1%8F>,
        <http://lexvo.org/id/term/urd/%D8%A7%D9%B9%D9%84%DB%8C>,
        <http://lexvo.org/id/term/uzn-Latn/Italiya>,
        <http://lexvo.org/id/term/uzn/%D0%98%D1%82%D0%B0%D0%BB%D0%B8%D1%8F>,
        <http://lexvo.org/id/term/vai-Latn/%C3%8Dtali>,
        <http://lexvo.org/id/term/vai/%EA%94%A4%EA%95%9A%EA%94%B7>,
        <http://lexvo.org/id/term/vie/%C3%9D>,
        <http://lexvo.org/id/term/vun/Italia>,
        <http://lexvo.org/id/term/wae/Italie>,
        <http://lexvo.org/id/term/wal/%E1%8C%A3%E1%88%8A%E1%8B%AB%E1%8A%95>,
        <http://lexvo.org/id/term/xog/Yitale>,
        <http://lexvo.org/id/term/yav/ital%C3%AD>,
        <http://lexvo.org/id/term/yor/Or%C3%ADl%E1%BA%B9%CC%81%C3%A8de%20Italiyi>,
        <http://lexvo.org/id/term/zsm/Itali>,
        <http://lexvo.org/id/term/zul/i-Italy> ;
    owl:sameAs <http://psi.oasis-open.org/iso/3166/#380>,
        <http://sws.geonames.org/3175395/> .

<http://lexvo.org/id/iso3166/JE> a lvont:GeographicRegion ;
    rdfs:label "Jersey"@af,
        "ጀርሲ"@am,
        "جيرسي"@ar,
        "Jersey"@ast,
        "Cörsi"@az,
        "о. Джързи"@bg,
        "জার্সি"@bn,
        "Jerzenez"@br,
        "जर्सी"@brx,
        "Džersi"@bs,
        "Џерси"@bs-Cyrl,
        "Jersey"@ca,
        "ᏨᎵᏏ"@chr,
        "泽西岛"@cmn,
        "澤西島"@cmn-Hant,
        "Jersey"@cs,
        "Jersey"@cy,
        "Jersey"@da,
        "Jersey"@de,
        "ཇེར་སི"@dz,
        "Dzɛse nutome"@ee,
        "Υερσέη"@el,
        "ISO 3166-1:JE"@en,
        "Jersey"@en,
        "𐐖𐐲𐑉𐑆𐐨"@en-Dsrt,
        "Jersey"@es,
        "Jersey"@et,
        "Jersey"@eu,
        "جرزی"@fa,
        "Jersey"@fi,
        "Jersey"@fil,
        "Jersey"@fo,
        "Jersey"@fr,
        "Jersey"@fur,
        "Geirsí"@ga,
        "Deàrsaidh"@gd,
        "Jersey"@gl,
        "Dschörsi"@gsw,
        "જર્સી"@gu,
        "ג׳רסי"@he,
        "जर्सी"@hi,
        "Jersey"@hr,
        "Jersey"@hu,
        "Jersey"@id,
        "Jersey"@is,
        "Jersey"@it,
        "ジャージー"@ja,
        "ჯერსი"@ka,
        "Jersi"@kea,
        "Jersey"@kl,
        "ជឺស៊ី"@km,
        "ಜೆರ್ಸಿ"@kn,
        "저지"@ko,
        "جٔرسی"@ks,
        "Jööseh"@ksh,
        "ເຈີຊີ"@lo,
        "Džersis"@lt,
        "Džērsija"@lv,
        "Џерси"@mk,
        "ജേഴ്സി"@ml,
        "जर्सी"@mr,
        "ဂျာစီ"@my,
        "Jersey"@nb,
        "जर्सी"@ne,
        "Jersey"@nl,
        "Jersey"@nn,
        "ଜର୍ସି"@or,
        "Wyspa Jersey"@pl,
        "Jersey"@pt,
        "Jersey"@rm,
        "Jersey"@ro,
        "Джерси"@ru,
        "Jersey"@se,
        "ජර්සි"@si,
        "Jersey"@sk,
        "Jersey"@sl,
        "Џерси"@sr,
        "Džersi"@sr-Latn,
        "Jersey"@sv,
        "Jersey"@swh,
        "ஜெர்சி"@ta,
        "జర్సి"@te,
        "เจอร์ซีย์"@th,
        "Selusī"@to,
        "Jersey"@tr,
        "Джерсі"@uk,
        "جرسی"@ur,
        "Jersey"@vi,
        "Jersey"@wae,
        "Jersey"@zsm,
        "isi-Jersey"@zu ;
    lvont:label <http://lexvo.org/id/term/afr/Jersey>,
        <http://lexvo.org/id/term/amh/%E1%8C%80%E1%88%AD%E1%88%B2>,
        <http://lexvo.org/id/term/ara/%D8%AC%D9%8A%D8%B1%D8%B3%D9%8A>,
        <http://lexvo.org/id/term/ast/Jersey>,
        <http://lexvo.org/id/term/aze/C%C3%B6rsi>,
        <http://lexvo.org/id/term/ben/%E0%A6%9C%E0%A6%BE%E0%A6%B0%E0%A7%8D%E0%A6%B8%E0%A6%BF>,
        <http://lexvo.org/id/term/bos-Cyrl/%D0%8F%D0%B5%D1%80%D1%81%D0%B8>,
        <http://lexvo.org/id/term/bos/D%C5%BEersi>,
        <http://lexvo.org/id/term/bre/Jerzenez>,
        <http://lexvo.org/id/term/brx/%E0%A4%9C%E0%A4%B0%E0%A5%8D%E0%A4%B8%E0%A5%80>,
        <http://lexvo.org/id/term/bul/%D0%BE.%20%D0%94%D0%B6%D1%8A%D1%80%D0%B7%D0%B8>,
        <http://lexvo.org/id/term/cat/Jersey>,
        <http://lexvo.org/id/term/ces/Jersey>,
        <http://lexvo.org/id/term/chr/%E1%8F%A8%E1%8E%B5%E1%8F%8F>,
        <http://lexvo.org/id/term/cmn-Hant/%E6%BE%A4%E8%A5%BF%E5%B3%B6>,
        <http://lexvo.org/id/term/cmn/%E6%B3%BD%E8%A5%BF%E5%B2%9B>,
        <http://lexvo.org/id/term/cym/Jersey>,
        <http://lexvo.org/id/term/dan/Jersey>,
        <http://lexvo.org/id/term/deu/Jersey>,
        <http://lexvo.org/id/term/dzo/%E0%BD%87%E0%BD%BA%E0%BD%A2%E0%BC%8B%E0%BD%A6%E0%BD%B2>,
        <http://lexvo.org/id/term/ell/%CE%A5%CE%B5%CF%81%CF%83%CE%AD%CE%B7>,
        <http://lexvo.org/id/term/eng-Dsrt/%F0%90%90%96%F0%90%90%B2%F0%90%91%89%F0%90%91%86%F0%90%90%A8>,
        <http://lexvo.org/id/term/eng/ISO%203166-1%3AJE>,
        <http://lexvo.org/id/term/eng/Jersey>,
        <http://lexvo.org/id/term/est/Jersey>,
        <http://lexvo.org/id/term/eus/Jersey>,
        <http://lexvo.org/id/term/ewe/Dz%C9%9Bse%20nutome>,
        <http://lexvo.org/id/term/fao/Jersey>,
        <http://lexvo.org/id/term/fas/%D8%AC%D8%B1%D8%B2%DB%8C>,
        <http://lexvo.org/id/term/fil/Jersey>,
        <http://lexvo.org/id/term/fin/Jersey>,
        <http://lexvo.org/id/term/fra/Jersey>,
        <http://lexvo.org/id/term/fur/Jersey>,
        <http://lexvo.org/id/term/gla/De%C3%A0rsaidh>,
        <http://lexvo.org/id/term/gle/Geirs%C3%AD>,
        <http://lexvo.org/id/term/glg/Jersey>,
        <http://lexvo.org/id/term/gsw/Dsch%C3%B6rsi>,
        <http://lexvo.org/id/term/guj/%E0%AA%9C%E0%AA%B0%E0%AB%8D%E0%AA%B8%E0%AB%80>,
        <http://lexvo.org/id/term/heb/%D7%92%D7%B3%D7%A8%D7%A1%D7%99>,
        <http://lexvo.org/id/term/hin/%E0%A4%9C%E0%A4%B0%E0%A5%8D%E0%A4%B8%E0%A5%80>,
        <http://lexvo.org/id/term/hrv/Jersey>,
        <http://lexvo.org/id/term/hun/Jersey>,
        <http://lexvo.org/id/term/ind/Jersey>,
        <http://lexvo.org/id/term/isl/Jersey>,
        <http://lexvo.org/id/term/ita/Jersey>,
        <http://lexvo.org/id/term/jpn/%E3%82%B8%E3%83%A3%E3%83%BC%E3%82%B8%E3%83%BC>,
        <http://lexvo.org/id/term/kal/Jersey>,
        <http://lexvo.org/id/term/kan/%E0%B2%9C%E0%B3%86%E0%B2%B0%E0%B3%8D%E0%B2%B8%E0%B2%BF>,
        <http://lexvo.org/id/term/kas/%D8%AC%D9%94%D8%B1%D8%B3%DB%8C>,
        <http://lexvo.org/id/term/kat/%E1%83%AF%E1%83%94%E1%83%A0%E1%83%A1%E1%83%98>,
        <http://lexvo.org/id/term/kea/Jersi>,
        <http://lexvo.org/id/term/khm/%E1%9E%87%E1%9E%BA%E1%9E%9F%E1%9F%8A%E1%9E%B8>,
        <http://lexvo.org/id/term/kor/%EC%A0%80%EC%A7%80>,
        <http://lexvo.org/id/term/ksh/J%C3%B6%C3%B6seh>,
        <http://lexvo.org/id/term/lao/%E0%BB%80%E0%BA%88%E0%BA%B5%E0%BA%8A%E0%BA%B5>,
        <http://lexvo.org/id/term/lav/D%C5%BE%C4%93rsija>,
        <http://lexvo.org/id/term/lit/D%C5%BEersis>,
        <http://lexvo.org/id/term/mal/%E0%B4%9C%E0%B5%87%E0%B4%B4%E0%B5%8D%E0%B4%B8%E0%B4%BF>,
        <http://lexvo.org/id/term/mar/%E0%A4%9C%E0%A4%B0%E0%A5%8D%E0%A4%B8%E0%A5%80>,
        <http://lexvo.org/id/term/mkd/%D0%8F%D0%B5%D1%80%D1%81%D0%B8>,
        <http://lexvo.org/id/term/mya/%E1%80%82%E1%80%BB%E1%80%AC%E1%80%85%E1%80%AE>,
        <http://lexvo.org/id/term/nep/%E0%A4%9C%E0%A4%B0%E0%A5%8D%E0%A4%B8%E0%A5%80>,
        <http://lexvo.org/id/term/nld/Jersey>,
        <http://lexvo.org/id/term/nno/Jersey>,
        <http://lexvo.org/id/term/nob/Jersey>,
        <http://lexvo.org/id/term/ori/%E0%AC%9C%E0%AC%B0%E0%AD%8D%E0%AC%B8%E0%AC%BF>,
        <http://lexvo.org/id/term/pol/Wyspa%20Jersey>,
        <http://lexvo.org/id/term/por/Jersey>,
        <http://lexvo.org/id/term/roh/Jersey>,
        <http://lexvo.org/id/term/ron/Jersey>,
        <http://lexvo.org/id/term/rus/%D0%94%D0%B6%D0%B5%D1%80%D1%81%D0%B8>,
        <http://lexvo.org/id/term/sin/%E0%B6%A2%E0%B6%BB%E0%B7%8A%E0%B7%83%E0%B7%92>,
        <http://lexvo.org/id/term/slk/Jersey>,
        <http://lexvo.org/id/term/slv/Jersey>,
        <http://lexvo.org/id/term/sme/Jersey>,
        <http://lexvo.org/id/term/spa/Jersey>,
        <http://lexvo.org/id/term/srp-Latn/D%C5%BEersi>,
        <http://lexvo.org/id/term/srp/%D0%8F%D0%B5%D1%80%D1%81%D0%B8>,
        <http://lexvo.org/id/term/swe/Jersey>,
        <http://lexvo.org/id/term/swh/Jersey>,
        <http://lexvo.org/id/term/tam/%E0%AE%9C%E0%AF%86%E0%AE%B0%E0%AF%8D%E0%AE%9A%E0%AE%BF>,
        <http://lexvo.org/id/term/tel/%E0%B0%9C%E0%B0%B0%E0%B1%8D%E0%B0%B8%E0%B0%BF>,
        <http://lexvo.org/id/term/tha/%E0%B9%80%E0%B8%88%E0%B8%AD%E0%B8%A3%E0%B9%8C%E0%B8%8B%E0%B8%B5%E0%B8%A2%E0%B9%8C>,
        <http://lexvo.org/id/term/ton/Selus%C4%AB>,
        <http://lexvo.org/id/term/tur/Jersey>,
        <http://lexvo.org/id/term/ukr/%D0%94%D0%B6%D0%B5%D1%80%D1%81%D1%96>,
        <http://lexvo.org/id/term/urd/%D8%AC%D8%B1%D8%B3%DB%8C>,
        <http://lexvo.org/id/term/vie/Jersey>,
        <http://lexvo.org/id/term/wae/Jersey>,
        <http://lexvo.org/id/term/zsm/Jersey>,
        <http://lexvo.org/id/term/zul/isi-Jersey> ;
    owl:sameAs <http://sws.geonames.org/3042142/> .

<http://lexvo.org/id/iso3166/JO> a lvont:GeographicRegion ;
    rdfs:label "Jordanië"@af,
        "Dzodàn"@agq,
        "Gyɔdan"@ak,
        "ጆርዳን"@am,
        "الأردن"@ar,
        "Yordani"@asa,
        "Xordania"@ast,
        "Ürdün"@az,
        "Yɔ̀rdanià"@bas,
        "Іарданія"@be,
        "Huyolodani"@bez,
        "Йордания"@bg,
        "Zɔrdani"@bm,
        "জর্ডন"@bn,
        "ཇོར་ཌན།"@bo,
        "Jordania"@br,
        "जॉर्डन"@brx,
        "Jordan"@bs,
        "Јордан"@bs-Cyrl,
        "ጆርዳን"@byn,
        "Jordània"@ca,
        "Yorudaani"@cgg,
        "ᏦᏓᏂ"@chr,
        "约旦"@cmn,
        "約旦"@cmn-Hant,
        "Jordánsko"@cs,
        "Gwlad Iorddonen"@cy,
        "Jordan"@da,
        "Yordani"@dav,
        "Jordanien"@de,
        "Urdun"@dje,
        "ཇོར་ཌན"@dz,
        "Yordani"@ebu,
        "Yordan nutome"@ee,
        "Ιορδανία"@el,
        "ISO 3166-1:JO"@en,
        "Jordan"@en,
        "𐐖𐐱𐑉𐐼𐐲𐑌"@en-Dsrt,
        "Jordanio"@eo,
        "Jordania"@es,
        "Jordaania"@et,
        "Jordania"@eu,
        "Horədaní"@ewo,
        "اردن"@fa,
        "Jordani"@ff,
        "Jordania"@fi,
        "Jordan"@fil,
        "Jordania"@fo,
        "Jordanie"@fr,
        "Jordanie"@fur,
        "An Iordáin"@ga,
        "Iòrdan"@gd,
        "Xordania"@gl,
        "Jordaanie"@gsw,
        "જોર્ડન"@gu,
        "Yordani"@guz,
        "Jordan"@ha,
        "ירדן"@he,
        "जोर्डन"@hi,
        "Jordan"@hr,
        "Jordánia"@hu,
        "Հորդանան"@hy,
        "Jordania"@ia,
        "Yordania"@id,
        "Jórdanía"@is,
        "Giordania"@it,
        "ヨルダン"@ja,
        "Yordani"@jmc,
        "იორდანია"@ka,
        "Lajurdani"@kab,
        "Yordani"@kam,
        "Yordani"@kde,
        "Jordania"@kea,
        "Urdun"@khq,
        "Njorondani"@ki,
        "Jordani"@kl,
        "Emetab Jordan"@kln,
        "ហ៊្សកដានី"@km,
        "ಜೋರ್ಡಾನ್"@kn,
        "요르단"@ko,
        "Yoldani"@ksb,
        "jɔrdán"@ksf,
        "Jordaanije"@ksh,
        "Jódani"@lag,
        "Yorodani"@lg,
        "Zɔdani"@ln,
        "ຈໍແດນ"@lo,
        "Jordanija"@lt,
        "Jodani"@lu,
        "Jordan"@luo,
        "Yordani"@luy,
        "Jordānija"@lv,
        "Yordani"@mas,
        "Jorondani"@mer,
        "Zordani"@mfe,
        "Jordania"@mg,
        "Uyordani"@mgh,
        "Јордан"@mk,
        "ജോർദ്ദാൻ"@ml,
        "जॉर्डन"@mr,
        "Ġordan"@mt,
        "Jordaniya"@mua,
        "ဂျော်ဒန်"@my,
        "Jordanni"@naq,
        "Jordan"@nb,
        "Jodani"@nd,
        "जोर्डन"@ne,
        "Jordanië"@nl,
        "Jɔrdania"@nmg,
        "Jordan"@nn,
        "Yorudaani"@nyn,
        "ଜୋର୍ଡାନ୍"@or,
        "Jordania"@pl,
        "Jordânia"@pt,
        "Jordania"@rm,
        "Yorudaniya"@rn,
        "Iordania"@ro,
        "Yordani"@rof,
        "Иордания"@ru,
        "Yordani"@rwk,
        "Yordani"@saq,
        "Yolodani"@sbp,
        "Jordánia"@se,
        "Jordânia"@seh,
        "Urdun"@ses,
        "Zordanïi"@sg,
        "ⵍⵓⵔⴷⵓⵏ"@shi,
        "lurdun"@shi-Latn,
        "ජෝර්දානය"@si,
        "Jordánsko"@sk,
        "Jordanija"@sl,
        "Jordan"@sn,
        "Urdun"@so,
        "Jordani"@sq,
        "Јордан"@sr,
        "Jordan"@sr-Latn,
        "Jordanien"@sv,
        "Yordani"@swc,
        "Yordani"@swh,
        "ஜொர்டான்"@ta,
        "జార్డాన్"@te,
        "Yordani"@teo,
        "จอร์แดน"@th,
        "ጆርዳን"@ti,
        "ጆርዳን"@tig,
        "Soatane"@to,
        "Ürdün"@tr,
        "Urdun"@twq,
        "Urḍun"@tzm,
        "Йорданія"@uk,
        "اردن"@ur,
        "ꗘꖺꗵꘋ"@vai,
        "Jɔɔdaŋ"@vai-Latn,
        "Jordan"@vi,
        "Yordani"@vun,
        "Jordanie"@wae,
        "ጆርዳን"@wal,
        "Yorodani"@xog,
        "sɔltaní"@yav,
        "Orílẹ́ède Jọdani"@yo,
        "Jordan"@zsm,
        "i-Jordan"@zu ;
    lvont:label <http://lexvo.org/id/term/afr/Jordani%C3%AB>,
        <http://lexvo.org/id/term/agq/Dzod%C3%A0n>,
        <http://lexvo.org/id/term/aka/Gy%C9%94dan>,
        <http://lexvo.org/id/term/amh/%E1%8C%86%E1%88%AD%E1%8B%B3%E1%8A%95>,
        <http://lexvo.org/id/term/ara/%D8%A7%D9%84%D8%A3%D8%B1%D8%AF%D9%86>,
        <http://lexvo.org/id/term/asa/Yordani>,
        <http://lexvo.org/id/term/ast/Xordania>,
        <http://lexvo.org/id/term/aze/%C3%9Crd%C3%BCn>,
        <http://lexvo.org/id/term/bam/Z%C9%94rdani>,
        <http://lexvo.org/id/term/bas/Y%C9%94%CC%80rdani%C3%A0>,
        <http://lexvo.org/id/term/bel/%D0%86%D0%B0%D1%80%D0%B4%D0%B0%D0%BD%D1%96%D1%8F>,
        <http://lexvo.org/id/term/ben/%E0%A6%9C%E0%A6%B0%E0%A7%8D%E0%A6%A1%E0%A6%A8>,
        <http://lexvo.org/id/term/bez/Huyolodani>,
        <http://lexvo.org/id/term/bod/%E0%BD%87%E0%BD%BC%E0%BD%A2%E0%BC%8B%E0%BD%8C%E0%BD%93%E0%BC%8D>,
        <http://lexvo.org/id/term/bos-Cyrl/%D0%88%D0%BE%D1%80%D0%B4%D0%B0%D0%BD>,
        <http://lexvo.org/id/term/bos/Jordan>,
        <http://lexvo.org/id/term/bre/Jordania>,
        <http://lexvo.org/id/term/brx/%E0%A4%9C%E0%A5%89%E0%A4%B0%E0%A5%8D%E0%A4%A1%E0%A4%A8>,
        <http://lexvo.org/id/term/bul/%D0%99%D0%BE%D1%80%D0%B4%D0%B0%D0%BD%D0%B8%D1%8F>,
        <http://lexvo.org/id/term/byn/%E1%8C%86%E1%88%AD%E1%8B%B3%E1%8A%95>,
        <http://lexvo.org/id/term/cat/Jord%C3%A0nia>,
        <http://lexvo.org/id/term/ces/Jord%C3%A1nsko>,
        <http://lexvo.org/id/term/cgg/Yorudaani>,
        <http://lexvo.org/id/term/chr/%E1%8F%A6%E1%8F%93%E1%8F%82>,
        <http://lexvo.org/id/term/cmn-Hant/%E7%B4%84%E6%97%A6>,
        <http://lexvo.org/id/term/cmn/%E7%BA%A6%E6%97%A6>,
        <http://lexvo.org/id/term/cym/Gwlad%20Iorddonen>,
        <http://lexvo.org/id/term/dan/Jordan>,
        <http://lexvo.org/id/term/dav/Yordani>,
        <http://lexvo.org/id/term/deu/Jordanien>,
        <http://lexvo.org/id/term/dje/Urdun>,
        <http://lexvo.org/id/term/dzo/%E0%BD%87%E0%BD%BC%E0%BD%A2%E0%BC%8B%E0%BD%8C%E0%BD%93>,
        <http://lexvo.org/id/term/ebu/Yordani>,
        <http://lexvo.org/id/term/ell/%CE%99%CE%BF%CF%81%CE%B4%CE%B1%CE%BD%CE%AF%CE%B1>,
        <http://lexvo.org/id/term/eng-Dsrt/%F0%90%90%96%F0%90%90%B1%F0%90%91%89%F0%90%90%BC%F0%90%90%B2%F0%90%91%8C>,
        <http://lexvo.org/id/term/eng/ISO%203166-1%3AJO>,
        <http://lexvo.org/id/term/eng/Jordan>,
        <http://lexvo.org/id/term/epo/Jordanio>,
        <http://lexvo.org/id/term/est/Jordaania>,
        <http://lexvo.org/id/term/eus/Jordania>,
        <http://lexvo.org/id/term/ewe/Yordan%20nutome>,
        <http://lexvo.org/id/term/ewo/Hor%C9%99dan%C3%AD>,
        <http://lexvo.org/id/term/fao/Jordania>,
        <http://lexvo.org/id/term/fas/%D8%A7%D8%B1%D8%AF%D9%86>,
        <http://lexvo.org/id/term/fil/Jordan>,
        <http://lexvo.org/id/term/fin/Jordania>,
        <http://lexvo.org/id/term/fra/Jordanie>,
        <http://lexvo.org/id/term/ful/Jordani>,
        <http://lexvo.org/id/term/fur/Jordanie>,
        <http://lexvo.org/id/term/gla/I%C3%B2rdan>,
        <http://lexvo.org/id/term/gle/An%20Iord%C3%A1in>,
        <http://lexvo.org/id/term/glg/Xordania>,
        <http://lexvo.org/id/term/gsw/Jordaanie>,
        <http://lexvo.org/id/term/guj/%E0%AA%9C%E0%AB%8B%E0%AA%B0%E0%AB%8D%E0%AA%A1%E0%AA%A8>,
        <http://lexvo.org/id/term/guz/Yordani>,
        <http://lexvo.org/id/term/hau/Jordan>,
        <http://lexvo.org/id/term/heb/%D7%99%D7%A8%D7%93%D7%9F>,
        <http://lexvo.org/id/term/hin/%E0%A4%9C%E0%A5%8B%E0%A4%B0%E0%A5%8D%E0%A4%A1%E0%A4%A8>,
        <http://lexvo.org/id/term/hrv/Jordan>,
        <http://lexvo.org/id/term/hun/Jord%C3%A1nia>,
        <http://lexvo.org/id/term/hye/%D5%80%D5%B8%D6%80%D5%A4%D5%A1%D5%B6%D5%A1%D5%B6>,
        <http://lexvo.org/id/term/ina/Jordania>,
        <http://lexvo.org/id/term/ind/Yordania>,
        <http://lexvo.org/id/term/isl/J%C3%B3rdan%C3%ADa>,
        <http://lexvo.org/id/term/ita/Giordania>,
        <http://lexvo.org/id/term/jmc/Yordani>,
        <http://lexvo.org/id/term/jpn/%E3%83%A8%E3%83%AB%E3%83%80%E3%83%B3>,
        <http://lexvo.org/id/term/kab/Lajurdani>,
        <http://lexvo.org/id/term/kal/Jordani>,
        <http://lexvo.org/id/term/kam/Yordani>,
        <http://lexvo.org/id/term/kan/%E0%B2%9C%E0%B3%8B%E0%B2%B0%E0%B3%8D%E0%B2%A1%E0%B2%BE%E0%B2%A8%E0%B3%8D>,
        <http://lexvo.org/id/term/kat/%E1%83%98%E1%83%9D%E1%83%A0%E1%83%93%E1%83%90%E1%83%9C%E1%83%98%E1%83%90>,
        <http://lexvo.org/id/term/kde/Yordani>,
        <http://lexvo.org/id/term/kea/Jordania>,
        <http://lexvo.org/id/term/khm/%E1%9E%A0%E1%9F%8A%E1%9F%92%E1%9E%9F%E1%9E%80%E1%9E%8A%E1%9E%B6%E1%9E%93%E1%9E%B8>,
        <http://lexvo.org/id/term/khq/Urdun>,
        <http://lexvo.org/id/term/kik/Njorondani>,
        <http://lexvo.org/id/term/kln/Emetab%20Jordan>,
        <http://lexvo.org/id/term/kor/%EC%9A%94%EB%A5%B4%EB%8B%A8>,
        <http://lexvo.org/id/term/ksb/Yoldani>,
        <http://lexvo.org/id/term/ksf/j%C9%94rd%C3%A1n>,
        <http://lexvo.org/id/term/ksh/Jordaanije>,
        <http://lexvo.org/id/term/lag/J%C3%B3dani>,
        <http://lexvo.org/id/term/lao/%E0%BA%88%E0%BB%8D%E0%BB%81%E0%BA%94%E0%BA%99>,
        <http://lexvo.org/id/term/lav/Jord%C4%81nija>,
        <http://lexvo.org/id/term/lin/Z%C9%94dani>,
        <http://lexvo.org/id/term/lit/Jordanija>,
        <http://lexvo.org/id/term/lub/Jodani>,
        <http://lexvo.org/id/term/lug/Yorodani>,
        <http://lexvo.org/id/term/luo/Jordan>,
        <http://lexvo.org/id/term/luy/Yordani>,
        <http://lexvo.org/id/term/mal/%E0%B4%9C%E0%B5%8B%E0%B5%BC%E0%B4%A6%E0%B5%8D%E0%B4%A6%E0%B4%BE%E0%B5%BB>,
        <http://lexvo.org/id/term/mar/%E0%A4%9C%E0%A5%89%E0%A4%B0%E0%A5%8D%E0%A4%A1%E0%A4%A8>,
        <http://lexvo.org/id/term/mas/Yordani>,
        <http://lexvo.org/id/term/mer/Jorondani>,
        <http://lexvo.org/id/term/mfe/Zordani>,
        <http://lexvo.org/id/term/mgh/Uyordani>,
        <http://lexvo.org/id/term/mkd/%D0%88%D0%BE%D1%80%D0%B4%D0%B0%D0%BD>,
        <http://lexvo.org/id/term/mlg/Jordania>,
        <http://lexvo.org/id/term/mlt/%C4%A0ordan>,
        <http://lexvo.org/id/term/mua/Jordaniya>,
        <http://lexvo.org/id/term/mya/%E1%80%82%E1%80%BB%E1%80%B1%E1%80%AC%E1%80%BA%E1%80%92%E1%80%94%E1%80%BA>,
        <http://lexvo.org/id/term/naq/Jordanni>,
        <http://lexvo.org/id/term/nde/Jodani>,
        <http://lexvo.org/id/term/nep/%E0%A4%9C%E0%A5%8B%E0%A4%B0%E0%A5%8D%E0%A4%A1%E0%A4%A8>,
        <http://lexvo.org/id/term/nld/Jordani%C3%AB>,
        <http://lexvo.org/id/term/nmg/J%C9%94rdania>,
        <http://lexvo.org/id/term/nno/Jordan>,
        <http://lexvo.org/id/term/nob/Jordan>,
        <http://lexvo.org/id/term/nyn/Yorudaani>,
        <http://lexvo.org/id/term/ori/%E0%AC%9C%E0%AD%8B%E0%AC%B0%E0%AD%8D%E0%AC%A1%E0%AC%BE%E0%AC%A8%E0%AD%8D>,
        <http://lexvo.org/id/term/pol/Jordania>,
        <http://lexvo.org/id/term/por/Jord%C3%A2nia>,
        <http://lexvo.org/id/term/rof/Yordani>,
        <http://lexvo.org/id/term/roh/Jordania>,
        <http://lexvo.org/id/term/ron/Iordania>,
        <http://lexvo.org/id/term/run/Yorudaniya>,
        <http://lexvo.org/id/term/rus/%D0%98%D0%BE%D1%80%D0%B4%D0%B0%D0%BD%D0%B8%D1%8F>,
        <http://lexvo.org/id/term/rwk/Yordani>,
        <http://lexvo.org/id/term/sag/Zordan%C3%AFi>,
        <http://lexvo.org/id/term/saq/Yordani>,
        <http://lexvo.org/id/term/sbp/Yolodani>,
        <http://lexvo.org/id/term/seh/Jord%C3%A2nia>,
        <http://lexvo.org/id/term/ses/Urdun>,
        <http://lexvo.org/id/term/shi-Latn/lurdun>,
        <http://lexvo.org/id/term/shi/%E2%B5%8D%E2%B5%93%E2%B5%94%E2%B4%B7%E2%B5%93%E2%B5%8F>,
        <http://lexvo.org/id/term/sin/%E0%B6%A2%E0%B7%9D%E0%B6%BB%E0%B7%8A%E0%B6%AF%E0%B7%8F%E0%B6%B1%E0%B6%BA>,
        <http://lexvo.org/id/term/slk/Jord%C3%A1nsko>,
        <http://lexvo.org/id/term/slv/Jordanija>,
        <http://lexvo.org/id/term/sme/Jord%C3%A1nia>,
        <http://lexvo.org/id/term/sna/Jordan>,
        <http://lexvo.org/id/term/som/Urdun>,
        <http://lexvo.org/id/term/spa/Jordania>,
        <http://lexvo.org/id/term/sqi/Jordani>,
        <http://lexvo.org/id/term/srp-Latn/Jordan>,
        <http://lexvo.org/id/term/srp/%D0%88%D0%BE%D1%80%D0%B4%D0%B0%D0%BD>,
        <http://lexvo.org/id/term/swc/Yordani>,
        <http://lexvo.org/id/term/swe/Jordanien>,
        <http://lexvo.org/id/term/swh/Yordani>,
        <http://lexvo.org/id/term/tam/%E0%AE%9C%E0%AF%8A%E0%AE%B0%E0%AF%8D%E0%AE%9F%E0%AE%BE%E0%AE%A9%E0%AF%8D>,
        <http://lexvo.org/id/term/tel/%E0%B0%9C%E0%B0%BE%E0%B0%B0%E0%B1%8D%E0%B0%A1%E0%B0%BE%E0%B0%A8%E0%B1%8D>,
        <http://lexvo.org/id/term/teo/Yordani>,
        <http://lexvo.org/id/term/tha/%E0%B8%88%E0%B8%AD%E0%B8%A3%E0%B9%8C%E0%B9%81%E0%B8%94%E0%B8%99>,
        <http://lexvo.org/id/term/tig/%E1%8C%86%E1%88%AD%E1%8B%B3%E1%8A%95>,
        <http://lexvo.org/id/term/tir/%E1%8C%86%E1%88%AD%E1%8B%B3%E1%8A%95>,
        <http://lexvo.org/id/term/ton/Soatane>,
        <http://lexvo.org/id/term/tur/%C3%9Crd%C3%BCn>,
        <http://lexvo.org/id/term/twq/Urdun>,
        <http://lexvo.org/id/term/tzm/Ur%E1%B8%8Dun>,
        <http://lexvo.org/id/term/ukr/%D0%99%D0%BE%D1%80%D0%B4%D0%B0%D0%BD%D1%96%D1%8F>,
        <http://lexvo.org/id/term/urd/%D8%A7%D8%B1%D8%AF%D9%86>,
        <http://lexvo.org/id/term/vai-Latn/J%C9%94%C9%94da%C5%8B>,
        <http://lexvo.org/id/term/vai/%EA%97%98%EA%96%BA%EA%97%B5%EA%98%8B>,
        <http://lexvo.org/id/term/vie/Jordan>,
        <http://lexvo.org/id/term/vun/Yordani>,
        <http://lexvo.org/id/term/wae/Jordanie>,
        <http://lexvo.org/id/term/wal/%E1%8C%86%E1%88%AD%E1%8B%B3%E1%8A%95>,
        <http://lexvo.org/id/term/xog/Yorodani>,
        <http://lexvo.org/id/term/yav/s%C9%94ltan%C3%AD>,
        <http://lexvo.org/id/term/yor/Or%C3%ADl%E1%BA%B9%CC%81%C3%A8de%20J%E1%BB%8Ddani>,
        <http://lexvo.org/id/term/zsm/Jordan>,
        <http://lexvo.org/id/term/zul/i-Jordan> ;
    owl:sameAs <http://psi.oasis-open.org/iso/3166/#400>,
        <http://sws.geonames.org/248816/> .

<http://lexvo.org/id/iso3166/JP> a lvont:GeographicRegion ;
    rdfs:label "Japan"@aa,
        "Japan"@af,
        "Dzàkpân"@agq,
        "Gyapan"@ak,
        "ጃፓን"@am,
        "اليابان"@ar,
        "জাপান"@as,
        "Japani"@asa,
        "Xapón"@ast,
        "Yaponiya"@az,
        "Јапонија"@az-Cyrl,
        "Японія"@be,
        "Hujapani"@bez,
        "Япония"@bg,
        "Zapɔn"@bm,
        "জাপান"@bn,
        "རི་པིན་"@bo,
        "Japan"@br,
        "जापान"@brx,
        "Japan"@bs,
        "Јапан"@bs-Cyrl,
        "ጃፓን"@byn,
        "Japó"@ca,
        "Gyapaani"@cgg,
        "ᏣᏩᏂᏏ"@chr,
        "日本"@cmn,
        "日本"@cmn-Hant,
        "Japonsko"@cs,
        "Siapan"@cy,
        "Japan"@da,
        "Japani"@dav,
        "Japan"@de,
        "Jaapoŋ"@dje,
        "Sapoŋ"@dyo,
        "ཇ་པཱན"@dz,
        "Japani"@ebu,
        "Dzapan nutome"@ee,
        "Ιαπωνία"@el,
        "ISO 3166-1:JP"@en,
        "Japan"@en,
        "𐐖𐐲𐐹𐐰𐑌"@en-Dsrt,
        "Japanujo"@eo,
        "Japón"@es,
        "Jaapan"@et,
        "Japonia"@eu,
        "Hapɔ́n"@ewo,
        "جاپان"@fa,
        "ژاپن"@fa,
        "Sapoo"@ff,
        "Japani"@fi,
        "Japan"@fil,
        "Japan"@fo,
        "Japon"@fr,
        "Gjapon"@fur,
        "An tSeapáin"@ga,
        "An t-Seapan"@gd,
        "Xapón"@gl,
        "Japan"@gsw,
        "જાપાન"@gu,
        "Japani"@guz,
        "Japan"@ha,
        "Iāpana"@haw,
        "יפן"@he,
        "जापान"@hi,
        "Japan"@hr,
        "Japán"@hu,
        "Ճապոնիա"@hy,
        "Japon"@ia,
        "Jepang"@id,
        "ꏝꀪ"@ii,
        "Japan"@is,
        "Giappone"@it,
        "日本"@ja,
        "Japɔ̂n"@jgo,
        "Japani"@jmc,
        "იაპონია"@ka,
        "Jappu"@kab,
        "Japani"@kam,
        "Dyapani"@kde,
        "Japãu"@kea,
        "Jaapoŋ"@khq,
        "Njabani"@ki,
        "Жапония"@kk,
        "Japani"@kl,
        "Emetab Japan"@kln,
        "ជប៉ុន"@km,
        "ಜಪಾನ್"@kn,
        "일본"@ko,
        "جاپان"@ks,
        "Japani"@ksb,
        "japɔ́ŋ"@ksf,
        "Japan"@ksh,
        "Japan"@kw,
        "Japáani"@lag,
        "Japani"@lg,
        "Zapɔ"@ln,
        "ຍີ່ປຸ່ນ"@lo,
        "Japonija"@lt,
        "Japu"@lu,
        "Japan"@luo,
        "Japani"@luy,
        "Japāna"@lv,
        "Japani"@mas,
        "Japani"@mer,
        "Zapon"@mfe,
        "Japana"@mg,
        "Ujapani"@mgh,
        "Јапонија"@mk,
        "ജപ്പാൻ"@ml,
        "जपान"@mr,
        "Ġappun"@mt,
        "Japaŋ"@mua,
        "ဂျပန်"@my,
        "Japanni"@naq,
        "Japan"@nb,
        "Japan"@nd,
        "जापान"@ne,
        "Japan"@nl,
        "Japɔn"@nmg,
        "Japan"@nn,
        "Gyapaani"@nyn,
        "Japan"@om,
        "ଜାପାନ୍"@or,
        "Япон"@os,
        "Japonia"@pl,
        "جاپان"@ps,
        "Japão"@pt,
        "Giapun"@rm,
        "Ubuyapani"@rn,
        "Japonia"@ro,
        "Japani"@rof,
        "Япония"@ru,
        "Japani"@rwk,
        "Japani"@saq,
        "Japani"@sbp,
        "Japána"@se,
        "Japão"@seh,
        "Jaapoŋ"@ses,
        "Zapöon"@sg,
        "ⵍⵢⴰⴱⴰⵏ"@shi,
        "lyaban"@shi-Latn,
        "ජපානය"@si,
        "Japonsko"@sk,
        "Japonska"@sl,
        "Japan"@sn,
        "Jabaan"@so,
        "Japoni"@sq,
        "Јапан"@sr,
        "Japan"@sr-Latn,
        "Japan"@sv,
        "Japani"@swc,
        "Japani"@swh,
        "ஜப்பான்"@ta,
        "జపాన్"@te,
        "Japani"@teo,
        "ญี่ปุ่น"@th,
        "ጃፓን"@ti,
        "ጃፓን"@tig,
        "Siapani"@to,
        "Japonya"@tr,
        "Jaapoŋ"@twq,
        "Jjappun"@tzm,
        "Японія"@uk,
        "جاپان"@ur,
        "Япония"@uzn,
        "Yaponiya"@uzn-Latn,
        "ꔛꗨꗢ"@vai,
        "Japaŋ"@vai-Latn,
        "Nhật Bản"@vi,
        "Japani"@vun,
        "Japan"@wae,
        "ጃፓን"@wal,
        "Japani"@xog,
        "sapɔ́ɔŋ"@yav,
        "Orílẹ́ède Japani"@yo,
        "Jepun"@zsm,
        "i-Japan"@zu ;
    lvont:label <http://lexvo.org/id/term/aar/Japan>,
        <http://lexvo.org/id/term/afr/Japan>,
        <http://lexvo.org/id/term/agq/Dz%C3%A0kp%C3%A2n>,
        <http://lexvo.org/id/term/aka/Gyapan>,
        <http://lexvo.org/id/term/amh/%E1%8C%83%E1%8D%93%E1%8A%95>,
        <http://lexvo.org/id/term/ara/%D8%A7%D9%84%D9%8A%D8%A7%D8%A8%D8%A7%D9%86>,
        <http://lexvo.org/id/term/asa/Japani>,
        <http://lexvo.org/id/term/asm/%E0%A6%9C%E0%A6%BE%E0%A6%AA%E0%A6%BE%E0%A6%A8>,
        <http://lexvo.org/id/term/ast/Xap%C3%B3n>,
        <http://lexvo.org/id/term/aze-Cyrl/%D0%88%D0%B0%D0%BF%D0%BE%D0%BD%D0%B8%D1%98%D0%B0>,
        <http://lexvo.org/id/term/aze/Yaponiya>,
        <http://lexvo.org/id/term/bam/Zap%C9%94n>,
        <http://lexvo.org/id/term/bel/%D0%AF%D0%BF%D0%BE%D0%BD%D1%96%D1%8F>,
        <http://lexvo.org/id/term/ben/%E0%A6%9C%E0%A6%BE%E0%A6%AA%E0%A6%BE%E0%A6%A8>,
        <http://lexvo.org/id/term/bez/Hujapani>,
        <http://lexvo.org/id/term/bod/%E0%BD%A2%E0%BD%B2%E0%BC%8B%E0%BD%94%E0%BD%B2%E0%BD%93%E0%BC%8B>,
        <http://lexvo.org/id/term/bos-Cyrl/%D0%88%D0%B0%D0%BF%D0%B0%D0%BD>,
        <http://lexvo.org/id/term/bos/Japan>,
        <http://lexvo.org/id/term/bre/Japan>,
        <http://lexvo.org/id/term/brx/%E0%A4%9C%E0%A4%BE%E0%A4%AA%E0%A4%BE%E0%A4%A8>,
        <http://lexvo.org/id/term/bul/%D0%AF%D0%BF%D0%BE%D0%BD%D0%B8%D1%8F>,
        <http://lexvo.org/id/term/byn/%E1%8C%83%E1%8D%93%E1%8A%95>,
        <http://lexvo.org/id/term/cat/Jap%C3%B3>,
        <http://lexvo.org/id/term/ces/Japonsko>,
        <http://lexvo.org/id/term/cgg/Gyapaani>,
        <http://lexvo.org/id/term/chr/%E1%8F%A3%E1%8F%A9%E1%8F%82%E1%8F%8F>,
        <http://lexvo.org/id/term/cmn-Hant/%E6%97%A5%E6%9C%AC>,
        <http://lexvo.org/id/term/cmn/%E6%97%A5%E6%9C%AC>,
        <http://lexvo.org/id/term/cor/Japan>,
        <http://lexvo.org/id/term/cym/Siapan>,
        <http://lexvo.org/id/term/dan/Japan>,
        <http://lexvo.org/id/term/dav/Japani>,
        <http://lexvo.org/id/term/deu/Japan>,
        <http://lexvo.org/id/term/dje/Jaapo%C5%8B>,
        <http://lexvo.org/id/term/dyo/Sapo%C5%8B>,
        <http://lexvo.org/id/term/dzo/%E0%BD%87%E0%BC%8B%E0%BD%94%E0%BD%B1%E0%BD%93>,
        <http://lexvo.org/id/term/ebu/Japani>,
        <http://lexvo.org/id/term/ell/%CE%99%CE%B1%CF%80%CF%89%CE%BD%CE%AF%CE%B1>,
        <http://lexvo.org/id/term/eng-Dsrt/%F0%90%90%96%F0%90%90%B2%F0%90%90%B9%F0%90%90%B0%F0%90%91%8C>,
        <http://lexvo.org/id/term/eng/ISO%203166-1%3AJP>,
        <http://lexvo.org/id/term/eng/Japan>,
        <http://lexvo.org/id/term/epo/Japanujo>,
        <http://lexvo.org/id/term/est/Jaapan>,
        <http://lexvo.org/id/term/eus/Japonia>,
        <http://lexvo.org/id/term/ewe/Dzapan%20nutome>,
        <http://lexvo.org/id/term/ewo/Hap%C9%94%CC%81n>,
        <http://lexvo.org/id/term/fao/Japan>,
        <http://lexvo.org/id/term/fas/%D8%AC%D8%A7%D9%BE%D8%A7%D9%86>,
        <http://lexvo.org/id/term/fas/%DA%98%D8%A7%D9%BE%D9%86>,
        <http://lexvo.org/id/term/fil/Japan>,
        <http://lexvo.org/id/term/fin/Japani>,
        <http://lexvo.org/id/term/fra/Japon>,
        <http://lexvo.org/id/term/ful/Sapoo>,
        <http://lexvo.org/id/term/fur/Gjapon>,
        <http://lexvo.org/id/term/gla/An%20t-Seapan>,
        <http://lexvo.org/id/term/gle/An%20tSeap%C3%A1in>,
        <http://lexvo.org/id/term/glg/Xap%C3%B3n>,
        <http://lexvo.org/id/term/gsw/Japan>,
        <http://lexvo.org/id/term/guj/%E0%AA%9C%E0%AA%BE%E0%AA%AA%E0%AA%BE%E0%AA%A8>,
        <http://lexvo.org/id/term/guz/Japani>,
        <http://lexvo.org/id/term/hau/Japan>,
        <http://lexvo.org/id/term/haw/I%C4%81pana>,
        <http://lexvo.org/id/term/heb/%D7%99%D7%A4%D7%9F>,
        <http://lexvo.org/id/term/hin/%E0%A4%9C%E0%A4%BE%E0%A4%AA%E0%A4%BE%E0%A4%A8>,
        <http://lexvo.org/id/term/hrv/Japan>,
        <http://lexvo.org/id/term/hun/Jap%C3%A1n>,
        <http://lexvo.org/id/term/hye/%D5%83%D5%A1%D5%BA%D5%B8%D5%B6%D5%AB%D5%A1>,
        <http://lexvo.org/id/term/iii/%EA%8F%9D%EA%80%AA>,
        <http://lexvo.org/id/term/ina/Japon>,
        <http://lexvo.org/id/term/ind/Jepang>,
        <http://lexvo.org/id/term/isl/Japan>,
        <http://lexvo.org/id/term/ita/Giappone>,
        <http://lexvo.org/id/term/jgo/Jap%C9%94%CC%82n>,
        <http://lexvo.org/id/term/jmc/Japani>,
        <http://lexvo.org/id/term/jpn/%E6%97%A5%E6%9C%AC>,
        <http://lexvo.org/id/term/kab/Jappu>,
        <http://lexvo.org/id/term/kal/Japani>,
        <http://lexvo.org/id/term/kam/Japani>,
        <http://lexvo.org/id/term/kan/%E0%B2%9C%E0%B2%AA%E0%B2%BE%E0%B2%A8%E0%B3%8D>,
        <http://lexvo.org/id/term/kas/%D8%AC%D8%A7%D9%BE%D8%A7%D9%86>,
        <http://lexvo.org/id/term/kat/%E1%83%98%E1%83%90%E1%83%9E%E1%83%9D%E1%83%9C%E1%83%98%E1%83%90>,
        <http://lexvo.org/id/term/kaz/%D0%96%D0%B0%D0%BF%D0%BE%D0%BD%D0%B8%D1%8F>,
        <http://lexvo.org/id/term/kde/Dyapani>,
        <http://lexvo.org/id/term/kea/Jap%C3%A3u>,
        <http://lexvo.org/id/term/khm/%E1%9E%87%E1%9E%94%E1%9F%89%E1%9E%BB%E1%9E%93>,
        <http://lexvo.org/id/term/khq/Jaapo%C5%8B>,
        <http://lexvo.org/id/term/kik/Njabani>,
        <http://lexvo.org/id/term/kln/Emetab%20Japan>,
        <http://lexvo.org/id/term/kor/%EC%9D%BC%EB%B3%B8>,
        <http://lexvo.org/id/term/ksb/Japani>,
        <http://lexvo.org/id/term/ksf/jap%C9%94%CC%81%C5%8B>,
        <http://lexvo.org/id/term/ksh/Japan>,
        <http://lexvo.org/id/term/lag/Jap%C3%A1ani>,
        <http://lexvo.org/id/term/lao/%E0%BA%8D%E0%BA%B5%E0%BB%88%E0%BA%9B%E0%BA%B8%E0%BB%88%E0%BA%99>,
        <http://lexvo.org/id/term/lav/Jap%C4%81na>,
        <http://lexvo.org/id/term/lin/Zap%C9%94>,
        <http://lexvo.org/id/term/lit/Japonija>,
        <http://lexvo.org/id/term/lub/Japu>,
        <http://lexvo.org/id/term/lug/Japani>,
        <http://lexvo.org/id/term/luo/Japan>,
        <http://lexvo.org/id/term/luy/Japani>,
        <http://lexvo.org/id/term/mal/%E0%B4%9C%E0%B4%AA%E0%B5%8D%E0%B4%AA%E0%B4%BE%E0%B5%BB>,
        <http://lexvo.org/id/term/mar/%E0%A4%9C%E0%A4%AA%E0%A4%BE%E0%A4%A8>,
        <http://lexvo.org/id/term/mas/Japani>,
        <http://lexvo.org/id/term/mer/Japani>,
        <http://lexvo.org/id/term/mfe/Zapon>,
        <http://lexvo.org/id/term/mgh/Ujapani>,
        <http://lexvo.org/id/term/mkd/%D0%88%D0%B0%D0%BF%D0%BE%D0%BD%D0%B8%D1%98%D0%B0>,
        <http://lexvo.org/id/term/mlg/Japana>,
        <http://lexvo.org/id/term/mlt/%C4%A0appun>,
        <http://lexvo.org/id/term/mua/Japa%C5%8B>,
        <http://lexvo.org/id/term/mya/%E1%80%82%E1%80%BB%E1%80%95%E1%80%94%E1%80%BA>,
        <http://lexvo.org/id/term/naq/Japanni>,
        <http://lexvo.org/id/term/nde/Japan>,
        <http://lexvo.org/id/term/nep/%E0%A4%9C%E0%A4%BE%E0%A4%AA%E0%A4%BE%E0%A4%A8>,
        <http://lexvo.org/id/term/nld/Japan>,
        <http://lexvo.org/id/term/nmg/Jap%C9%94n>,
        <http://lexvo.org/id/term/nno/Japan>,
        <http://lexvo.org/id/term/nob/Japan>,
        <http://lexvo.org/id/term/nyn/Gyapaani>,
        <http://lexvo.org/id/term/ori/%E0%AC%9C%E0%AC%BE%E0%AC%AA%E0%AC%BE%E0%AC%A8%E0%AD%8D>,
        <http://lexvo.org/id/term/orm/Japan>,
        <http://lexvo.org/id/term/oss/%D0%AF%D0%BF%D0%BE%D0%BD>,
        <http://lexvo.org/id/term/pol/Japonia>,
        <http://lexvo.org/id/term/por/Jap%C3%A3o>,
        <http://lexvo.org/id/term/pus/%D8%AC%D8%A7%D9%BE%D8%A7%D9%86>,
        <http://lexvo.org/id/term/rof/Japani>,
        <http://lexvo.org/id/term/roh/Giapun>,
        <http://lexvo.org/id/term/ron/Japonia>,
        <http://lexvo.org/id/term/run/Ubuyapani>,
        <http://lexvo.org/id/term/rus/%D0%AF%D0%BF%D0%BE%D0%BD%D0%B8%D1%8F>,
        <http://lexvo.org/id/term/rwk/Japani>,
        <http://lexvo.org/id/term/sag/Zap%C3%B6on>,
        <http://lexvo.org/id/term/saq/Japani>,
        <http://lexvo.org/id/term/sbp/Japani>,
        <http://lexvo.org/id/term/seh/Jap%C3%A3o>,
        <http://lexvo.org/id/term/ses/Jaapo%C5%8B>,
        <http://lexvo.org/id/term/shi-Latn/lyaban>,
        <http://lexvo.org/id/term/shi/%E2%B5%8D%E2%B5%A2%E2%B4%B0%E2%B4%B1%E2%B4%B0%E2%B5%8F>,
        <http://lexvo.org/id/term/sin/%E0%B6%A2%E0%B6%B4%E0%B7%8F%E0%B6%B1%E0%B6%BA>,
        <http://lexvo.org/id/term/slk/Japonsko>,
        <http://lexvo.org/id/term/slv/Japonska>,
        <http://lexvo.org/id/term/sme/Jap%C3%A1na>,
        <http://lexvo.org/id/term/sna/Japan>,
        <http://lexvo.org/id/term/som/Jabaan>,
        <http://lexvo.org/id/term/spa/Jap%C3%B3n>,
        <http://lexvo.org/id/term/sqi/Japoni>,
        <http://lexvo.org/id/term/srp-Latn/Japan>,
        <http://lexvo.org/id/term/srp/%D0%88%D0%B0%D0%BF%D0%B0%D0%BD>,
        <http://lexvo.org/id/term/swc/Japani>,
        <http://lexvo.org/id/term/swe/Japan>,
        <http://lexvo.org/id/term/swh/Japani>,
        <http://lexvo.org/id/term/tam/%E0%AE%9C%E0%AE%AA%E0%AF%8D%E0%AE%AA%E0%AE%BE%E0%AE%A9%E0%AF%8D>,
        <http://lexvo.org/id/term/tel/%E0%B0%9C%E0%B0%AA%E0%B0%BE%E0%B0%A8%E0%B1%8D>,
        <http://lexvo.org/id/term/teo/Japani>,
        <http://lexvo.org/id/term/tha/%E0%B8%8D%E0%B8%B5%E0%B9%88%E0%B8%9B%E0%B8%B8%E0%B9%88%E0%B8%99>,
        <http://lexvo.org/id/term/tig/%E1%8C%83%E1%8D%93%E1%8A%95>,
        <http://lexvo.org/id/term/tir/%E1%8C%83%E1%8D%93%E1%8A%95>,
        <http://lexvo.org/id/term/ton/Siapani>,
        <http://lexvo.org/id/term/tur/Japonya>,
        <http://lexvo.org/id/term/twq/Jaapo%C5%8B>,
        <http://lexvo.org/id/term/tzm/Jjappun>,
        <http://lexvo.org/id/term/ukr/%D0%AF%D0%BF%D0%BE%D0%BD%D1%96%D1%8F>,
        <http://lexvo.org/id/term/urd/%D8%AC%D8%A7%D9%BE%D8%A7%D9%86>,
        <http://lexvo.org/id/term/uzn-Latn/Yaponiya>,
        <http://lexvo.org/id/term/uzn/%D0%AF%D0%BF%D0%BE%D0%BD%D0%B8%D1%8F>,
        <http://lexvo.org/id/term/vai-Latn/Japa%C5%8B>,
        <http://lexvo.org/id/term/vai/%EA%94%9B%EA%97%A8%EA%97%A2>,
        <http://lexvo.org/id/term/vie/Nh%E1%BA%ADt%20B%E1%BA%A3n>,
        <http://lexvo.org/id/term/vun/Japani>,
        <http://lexvo.org/id/term/wae/Japan>,
        <http://lexvo.org/id/term/wal/%E1%8C%83%E1%8D%93%E1%8A%95>,
        <http://lexvo.org/id/term/xog/Japani>,
        <http://lexvo.org/id/term/yav/sap%C9%94%CC%81%C9%94%C5%8B>,
        <http://lexvo.org/id/term/yor/Or%C3%ADl%E1%BA%B9%CC%81%C3%A8de%20Japani>,
        <http://lexvo.org/id/term/zsm/Jepun>,
        <http://lexvo.org/id/term/zul/i-Japan> ;
    owl:sameAs <http://psi.oasis-open.org/iso/3166/#392>,
        <http://sws.geonames.org/1861060/> .

<http://lexvo.org/id/iso3166/KE> a lvont:GeographicRegion ;
    rdfs:label "Kenia"@af,
        "Kɨnyà"@agq,
        "Kɛnya"@ak,
        "ኬንያ"@am,
        "كينيا"@ar,
        "Kenya"@asa,
        "Kenia"@ast,
        "Kenya"@az,
        "Kenìà"@bas,
        "Кенія"@be,
        "Hukenya"@bez,
        "Кения"@bg,
        "Keniya"@bm,
        "কেনিয়া"@bn,
        "ཁེན་ཉི་ཡ།"@bo,
        "Kenya"@br,
        "केन्या"@brx,
        "Kenija"@bs,
        "Кенија"@bs-Cyrl,
        "Kenya"@ca,
        "Kenya"@cgg,
        "ᎨᏂᏯ"@chr,
        "肯尼亚"@cmn,
        "肯亞"@cmn-Hant,
        "Keňa"@cs,
        "Cenia"@cy,
        "Kenya"@da,
        "Kenya"@dav,
        "Kenia"@de,
        "Keeniya"@dje,
        "Keniya"@dyo,
        "ཀེན་ཡ"@dz,
        "Kenya"@ebu,
        "Kenya nutome"@ee,
        "Κένυα"@el,
        "ISO 3166-1:KE"@en,
        "Kenya"@en,
        "𐐗𐐯𐑌𐐷𐐲"@en-Dsrt,
        "Kenjo"@eo,
        "Kenia"@es,
        "Kenya"@et,
        "Kenia"@eu,
        "Keniá"@ewo,
        "کنیا"@fa,
        "کینیا"@fa,
        "Keñaa"@ff,
        "Kenia"@fi,
        "Kenya"@fil,
        "Kenja"@fo,
        "Kenya"@fr,
        "Kenya"@fur,
        "An Chéinia"@ga,
        "Ceinia"@gd,
        "Quenia"@gl,
        "Keenia"@gsw,
        "કેન્યા"@gu,
        "Kenya"@guz,
        "Kenya"@ha,
        "קניה"@he,
        "केन्या"@hi,
        "Kenija"@hr,
        "Kenya"@hu,
        "Քենիա"@hy,
        "Kenya"@ia,
        "Kenya"@id,
        "Kenía"@is,
        "Kenya"@it,
        "ケニア"@ja,
        "Kɛ́nyɑ"@jgo,
        "Kenya"@jmc,
        "კენია"@ka,
        "Kinya"@kab,
        "Kenya"@kam,
        "Kenya"@kde,
        "Kenia"@kea,
        "Keeniya"@khq,
        "Kenya"@ki,
        "Kenya"@kl,
        "Emetab Kenya"@kln,
        "កេនយ៉ា"@km,
        "ಕೀನ್ಯಾ"@kn,
        "케냐"@ko,
        "کِنٛیا"@ks,
        "Kenya"@ksb,
        "kɛnya"@ksf,
        "Keenija"@ksh,
        "Kéenya"@lag,
        "Kenya"@lg,
        "Kenya"@ln,
        "ເຄັນຢ້າ"@lo,
        "Kenija"@lt,
        "Kenya"@lu,
        "Kenya"@luo,
        "Kenya"@luy,
        "Kenija"@lv,
        "Kenya"@mas,
        "Kenya"@mer,
        "Kenya"@mfe,
        "Kenya"@mg,
        "Ukenya"@mgh,
        "Кенија"@mk,
        "കെനിയ"@ml,
        "केनिया"@mr,
        "Kenja"@mt,
        "Sǝr Kenya"@mua,
        "ကင်ညာ"@my,
        "Kenyab"@naq,
        "Kenya"@nb,
        "Khenya"@nd,
        "केन्या"@ne,
        "Kenia"@nl,
        "Kɛnya"@nmg,
        "Kenya"@nn,
        "Kenya"@nyn,
        "Keeniyaa"@om,
        "କେନିୟା"@or,
        "Kenia"@pl,
        "Quénia"@pt,
        "Quênia"@pt,
        "Kenia"@rm,
        "Kenya"@rn,
        "Kenya"@ro,
        "Kenya"@rof,
        "Кения"@ru,
        "Kenya"@rwk,
        "Kenya"@saq,
        "Kenya"@sbp,
        "Kenia"@se,
        "Quênia"@seh,
        "Keeniya"@ses,
        "Kenyäa"@sg,
        "ⴽⵉⵏⵢⴰ"@shi,
        "kinya"@shi-Latn,
        "කෙන්යාව"@si,
        "Keňa"@sk,
        "Kenija"@sl,
        "Kenya"@sn,
        "Kiiniya"@so,
        "Kenia"@sq,
        "Кенија"@sr,
        "Kenija"@sr-Latn,
        "Kenya"@sv,
        "Kenya"@swc,
        "Kenya"@swh,
        "கென்யா"@ta,
        "కెన్యా"@te,
        "Kenia"@teo,
        "เคนยา"@th,
        "ኬንያ"@ti,
        "Kenia"@to,
        "Kenya"@tr,
        "Keeniya"@twq,
        "Kinya"@tzm,
        "Кенія"@uk,
        "کینیا"@ur,
        "ꔞꕰ"@vai,
        "Kénya"@vai-Latn,
        "Kenya"@vi,
        "Kenya"@vun,
        "Kenya"@wae,
        "Kenya"@xog,
        "kénia"@yav,
        "Orílẹ́ède Kenya"@yo,
        "Kenya"@zsm,
        "i-Kenya"@zu ;
    lvont:label <http://lexvo.org/id/term/afr/Kenia>,
        <http://lexvo.org/id/term/agq/K%C9%A8ny%C3%A0>,
        <http://lexvo.org/id/term/aka/K%C9%9Bnya>,
        <http://lexvo.org/id/term/amh/%E1%8A%AC%E1%8A%95%E1%8B%AB>,
        <http://lexvo.org/id/term/ara/%D9%83%D9%8A%D9%86%D9%8A%D8%A7>,
        <http://lexvo.org/id/term/asa/Kenya>,
        <http://lexvo.org/id/term/ast/Kenia>,
        <http://lexvo.org/id/term/aze/Kenya>,
        <http://lexvo.org/id/term/bam/Keniya>,
        <http://lexvo.org/id/term/bas/Ken%C3%AC%C3%A0>,
        <http://lexvo.org/id/term/bel/%D0%9A%D0%B5%D0%BD%D1%96%D1%8F>,
        <http://lexvo.org/id/term/ben/%E0%A6%95%E0%A7%87%E0%A6%A8%E0%A6%BF%E0%A6%AF%E0%A6%BC%E0%A6%BE>,
        <http://lexvo.org/id/term/bez/Hukenya>,
        <http://lexvo.org/id/term/bod/%E0%BD%81%E0%BD%BA%E0%BD%93%E0%BC%8B%E0%BD%89%E0%BD%B2%E0%BC%8B%E0%BD%A1%E0%BC%8D>,
        <http://lexvo.org/id/term/bos-Cyrl/%D0%9A%D0%B5%D0%BD%D0%B8%D1%98%D0%B0>,
        <http://lexvo.org/id/term/bos/Kenija>,
        <http://lexvo.org/id/term/bre/Kenya>,
        <http://lexvo.org/id/term/brx/%E0%A4%95%E0%A5%87%E0%A4%A8%E0%A5%8D%E0%A4%AF%E0%A4%BE>,
        <http://lexvo.org/id/term/bul/%D0%9A%D0%B5%D0%BD%D0%B8%D1%8F>,
        <http://lexvo.org/id/term/cat/Kenya>,
        <http://lexvo.org/id/term/ces/Ke%C5%88a>,
        <http://lexvo.org/id/term/cgg/Kenya>,
        <http://lexvo.org/id/term/chr/%E1%8E%A8%E1%8F%82%E1%8F%AF>,
        <http://lexvo.org/id/term/cmn-Hant/%E8%82%AF%E4%BA%9E>,
        <http://lexvo.org/id/term/cmn/%E8%82%AF%E5%B0%BC%E4%BA%9A>,
        <http://lexvo.org/id/term/cym/Cenia>,
        <http://lexvo.org/id/term/dan/Kenya>,
        <http://lexvo.org/id/term/dav/Kenya>,
        <http://lexvo.org/id/term/deu/Kenia>,
        <http://lexvo.org/id/term/dje/Keeniya>,
        <http://lexvo.org/id/term/dyo/Keniya>,
        <http://lexvo.org/id/term/dzo/%E0%BD%80%E0%BD%BA%E0%BD%93%E0%BC%8B%E0%BD%A1>,
        <http://lexvo.org/id/term/ebu/Kenya>,
        <http://lexvo.org/id/term/ell/%CE%9A%CE%AD%CE%BD%CF%85%CE%B1>,
        <http://lexvo.org/id/term/eng-Dsrt/%F0%90%90%97%F0%90%90%AF%F0%90%91%8C%F0%90%90%B7%F0%90%90%B2>,
        <http://lexvo.org/id/term/eng/ISO%203166-1%3AKE>,
        <http://lexvo.org/id/term/eng/Kenya>,
        <http://lexvo.org/id/term/epo/Kenjo>,
        <http://lexvo.org/id/term/est/Kenya>,
        <http://lexvo.org/id/term/eus/Kenia>,
        <http://lexvo.org/id/term/ewe/Kenya%20nutome>,
        <http://lexvo.org/id/term/ewo/Keni%C3%A1>,
        <http://lexvo.org/id/term/fao/Kenja>,
        <http://lexvo.org/id/term/fas/%DA%A9%D9%86%DB%8C%D8%A7>,
        <http://lexvo.org/id/term/fas/%DA%A9%DB%8C%D9%86%DB%8C%D8%A7>,
        <http://lexvo.org/id/term/fil/Kenya>,
        <http://lexvo.org/id/term/fin/Kenia>,
        <http://lexvo.org/id/term/fra/Kenya>,
        <http://lexvo.org/id/term/ful/Ke%C3%B1aa>,
        <http://lexvo.org/id/term/fur/Kenya>,
        <http://lexvo.org/id/term/gla/Ceinia>,
        <http://lexvo.org/id/term/gle/An%20Ch%C3%A9inia>,
        <http://lexvo.org/id/term/glg/Quenia>,
        <http://lexvo.org/id/term/gsw/Keenia>,
        <http://lexvo.org/id/term/guj/%E0%AA%95%E0%AB%87%E0%AA%A8%E0%AB%8D%E0%AA%AF%E0%AA%BE>,
        <http://lexvo.org/id/term/guz/Kenya>,
        <http://lexvo.org/id/term/hau/Kenya>,
        <http://lexvo.org/id/term/heb/%D7%A7%D7%A0%D7%99%D7%94>,
        <http://lexvo.org/id/term/hin/%E0%A4%95%E0%A5%87%E0%A4%A8%E0%A5%8D%E0%A4%AF%E0%A4%BE>,
        <http://lexvo.org/id/term/hrv/Kenija>,
        <http://lexvo.org/id/term/hun/Kenya>,
        <http://lexvo.org/id/term/hye/%D5%94%D5%A5%D5%B6%D5%AB%D5%A1>,
        <http://lexvo.org/id/term/ina/Kenya>,
        <http://lexvo.org/id/term/ind/Kenya>,
        <http://lexvo.org/id/term/isl/Ken%C3%ADa>,
        <http://lexvo.org/id/term/ita/Kenya>,
        <http://lexvo.org/id/term/jgo/K%C9%9B%CC%81ny%C9%91>,
        <http://lexvo.org/id/term/jmc/Kenya>,
        <http://lexvo.org/id/term/jpn/%E3%82%B1%E3%83%8B%E3%82%A2>,
        <http://lexvo.org/id/term/kab/Kinya>,
        <http://lexvo.org/id/term/kal/Kenya>,
        <http://lexvo.org/id/term/kam/Kenya>,
        <http://lexvo.org/id/term/kan/%E0%B2%95%E0%B3%80%E0%B2%A8%E0%B3%8D%E0%B2%AF%E0%B2%BE>,
        <http://lexvo.org/id/term/kas/%DA%A9%D9%90%D9%86%D9%9B%DB%8C%D8%A7>,
        <http://lexvo.org/id/term/kat/%E1%83%99%E1%83%94%E1%83%9C%E1%83%98%E1%83%90>,
        <http://lexvo.org/id/term/kde/Kenya>,
        <http://lexvo.org/id/term/kea/Kenia>,
        <http://lexvo.org/id/term/khm/%E1%9E%80%E1%9F%81%E1%9E%93%E1%9E%99%E1%9F%89%E1%9E%B6>,
        <http://lexvo.org/id/term/khq/Keeniya>,
        <http://lexvo.org/id/term/kik/Kenya>,
        <http://lexvo.org/id/term/kln/Emetab%20Kenya>,
        <http://lexvo.org/id/term/kor/%EC%BC%80%EB%83%90>,
        <http://lexvo.org/id/term/ksb/Kenya>,
        <http://lexvo.org/id/term/ksf/k%C9%9Bnya>,
        <http://lexvo.org/id/term/ksh/Keenija>,
        <http://lexvo.org/id/term/lag/K%C3%A9enya>,
        <http://lexvo.org/id/term/lao/%E0%BB%80%E0%BA%84%E0%BA%B1%E0%BA%99%E0%BA%A2%E0%BB%89%E0%BA%B2>,
        <http://lexvo.org/id/term/lav/Kenija>,
        <http://lexvo.org/id/term/lin/Kenya>,
        <http://lexvo.org/id/term/lit/Kenija>,
        <http://lexvo.org/id/term/lub/Kenya>,
        <http://lexvo.org/id/term/lug/Kenya>,
        <http://lexvo.org/id/term/luo/Kenya>,
        <http://lexvo.org/id/term/luy/Kenya>,
        <http://lexvo.org/id/term/mal/%E0%B4%95%E0%B5%86%E0%B4%A8%E0%B4%BF%E0%B4%AF>,
        <http://lexvo.org/id/term/mar/%E0%A4%95%E0%A5%87%E0%A4%A8%E0%A4%BF%E0%A4%AF%E0%A4%BE>,
        <http://lexvo.org/id/term/mas/Kenya>,
        <http://lexvo.org/id/term/mer/Kenya>,
        <http://lexvo.org/id/term/mfe/Kenya>,
        <http://lexvo.org/id/term/mgh/Ukenya>,
        <http://lexvo.org/id/term/mkd/%D0%9A%D0%B5%D0%BD%D0%B8%D1%98%D0%B0>,
        <http://lexvo.org/id/term/mlg/Kenya>,
        <http://lexvo.org/id/term/mlt/Kenja>,
        <http://lexvo.org/id/term/mua/S%C7%9Dr%20Kenya>,
        <http://lexvo.org/id/term/mya/%E1%80%80%E1%80%84%E1%80%BA%E1%80%8A%E1%80%AC>,
        <http://lexvo.org/id/term/naq/Kenyab>,
        <http://lexvo.org/id/term/nde/Khenya>,
        <http://lexvo.org/id/term/nep/%E0%A4%95%E0%A5%87%E0%A4%A8%E0%A5%8D%E0%A4%AF%E0%A4%BE>,
        <http://lexvo.org/id/term/nld/Kenia>,
        <http://lexvo.org/id/term/nmg/K%C9%9Bnya>,
        <http://lexvo.org/id/term/nno/Kenya>,
        <http://lexvo.org/id/term/nob/Kenya>,
        <http://lexvo.org/id/term/nyn/Kenya>,
        <http://lexvo.org/id/term/ori/%E0%AC%95%E0%AD%87%E0%AC%A8%E0%AC%BF%E0%AD%9F%E0%AC%BE>,
        <http://lexvo.org/id/term/orm/Keeniyaa>,
        <http://lexvo.org/id/term/pol/Kenia>,
        <http://lexvo.org/id/term/por/Qu%C3%A9nia>,
        <http://lexvo.org/id/term/por/Qu%C3%AAnia>,
        <http://lexvo.org/id/term/rof/Kenya>,
        <http://lexvo.org/id/term/roh/Kenia>,
        <http://lexvo.org/id/term/ron/Kenya>,
        <http://lexvo.org/id/term/run/Kenya>,
        <http://lexvo.org/id/term/rus/%D0%9A%D0%B5%D0%BD%D0%B8%D1%8F>,
        <http://lexvo.org/id/term/rwk/Kenya>,
        <http://lexvo.org/id/term/sag/Keny%C3%A4a>,
        <http://lexvo.org/id/term/saq/Kenya>,
        <http://lexvo.org/id/term/sbp/Kenya>,
        <http://lexvo.org/id/term/seh/Qu%C3%AAnia>,
        <http://lexvo.org/id/term/ses/Keeniya>,
        <http://lexvo.org/id/term/shi-Latn/kinya>,
        <http://lexvo.org/id/term/shi/%E2%B4%BD%E2%B5%89%E2%B5%8F%E2%B5%A2%E2%B4%B0>,
        <http://lexvo.org/id/term/sin/%E0%B6%9A%E0%B7%99%E0%B6%B1%E0%B7%8A%E0%B6%BA%E0%B7%8F%E0%B7%80>,
        <http://lexvo.org/id/term/slk/Ke%C5%88a>,
        <http://lexvo.org/id/term/slv/Kenija>,
        <http://lexvo.org/id/term/sme/Kenia>,
        <http://lexvo.org/id/term/sna/Kenya>,
        <http://lexvo.org/id/term/som/Kiiniya>,
        <http://lexvo.org/id/term/spa/Kenia>,
        <http://lexvo.org/id/term/sqi/Kenia>,
        <http://lexvo.org/id/term/srp-Latn/Kenija>,
        <http://lexvo.org/id/term/srp/%D0%9A%D0%B5%D0%BD%D0%B8%D1%98%D0%B0>,
        <http://lexvo.org/id/term/swc/Kenya>,
        <http://lexvo.org/id/term/swe/Kenya>,
        <http://lexvo.org/id/term/swh/Kenya>,
        <http://lexvo.org/id/term/tam/%E0%AE%95%E0%AF%86%E0%AE%A9%E0%AF%8D%E0%AE%AF%E0%AE%BE>,
        <http://lexvo.org/id/term/tel/%E0%B0%95%E0%B1%86%E0%B0%A8%E0%B1%8D%E0%B0%AF%E0%B0%BE>,
        <http://lexvo.org/id/term/teo/Kenia>,
        <http://lexvo.org/id/term/tha/%E0%B9%80%E0%B8%84%E0%B8%99%E0%B8%A2%E0%B8%B2>,
        <http://lexvo.org/id/term/tir/%E1%8A%AC%E1%8A%95%E1%8B%AB>,
        <http://lexvo.org/id/term/ton/Kenia>,
        <http://lexvo.org/id/term/tur/Kenya>,
        <http://lexvo.org/id/term/twq/Keeniya>,
        <http://lexvo.org/id/term/tzm/Kinya>,
        <http://lexvo.org/id/term/ukr/%D0%9A%D0%B5%D0%BD%D1%96%D1%8F>,
        <http://lexvo.org/id/term/urd/%DA%A9%DB%8C%D9%86%DB%8C%D8%A7>,
        <http://lexvo.org/id/term/vai-Latn/K%C3%A9nya>,
        <http://lexvo.org/id/term/vai/%EA%94%9E%EA%95%B0>,
        <http://lexvo.org/id/term/vie/Kenya>,
        <http://lexvo.org/id/term/vun/Kenya>,
        <http://lexvo.org/id/term/wae/Kenya>,
        <http://lexvo.org/id/term/xog/Kenya>,
        <http://lexvo.org/id/term/yav/k%C3%A9nia>,
        <http://lexvo.org/id/term/yor/Or%C3%ADl%E1%BA%B9%CC%81%C3%A8de%20Kenya>,
        <http://lexvo.org/id/term/zsm/Kenya>,
        <http://lexvo.org/id/term/zul/i-Kenya> ;
    owl:sameAs <http://psi.oasis-open.org/iso/3166/#404>,
        <http://sws.geonames.org/192950/> .

<http://lexvo.org/id/iso3166/KG> a lvont:GeographicRegion ;
    rdfs:label "Kirgisië"@af,
        "Kìdzisɨ̀tân"@agq,
        "Kɛɛgestan"@ak,
        "ኪርጊስታን"@am,
        "قرغيزستان"@ar,
        "Kirigizithtani"@asa,
        "Kirguistán"@ast,
        "Kırqızstan"@az,
        "Kìrgìzìstàŋ"@bas,
        "Кыргызстан"@be,
        "Hukiligizistani"@bez,
        "Киргизстан"@bg,
        "Kirigizisitaŋ"@bm,
        "কির্গিজিয়া"@bn,
        "ཁིར་གིཛ་སྟཱན།"@bo,
        "Kyrgyzstan"@br,
        "किर्गिज़"@brx,
        "Kirgizstan"@bs,
        "Киргизстан"@bs-Cyrl,
        "Kirguizistan"@ca,
        "Kirigizistani"@cgg,
        "ᎩᎵᏣᎢᏍ"@chr,
        "吉尔吉斯斯坦"@cmn,
        "吉爾吉斯"@cmn-Hant,
        "Kyrgyzstán"@cs,
        "Cirgistan"@cy,
        "Kirgisistan"@da,
        "Kirigizistani"@dav,
        "Kirgisistan"@de,
        "Kyrgyzstan"@dje,
        "ཀིར་གིས་སཏཱན"@dz,
        "Kirigizistani"@ebu,
        "Kirgizstan nutome"@ee,
        "Κιργιστάν"@el,
        "ISO 3166-1:KG"@en,
        "Kyrgyzstan"@en,
        "𐐗𐐮𐑉𐑀𐐲𐑅𐐻𐐰𐑌"@en-Dsrt,
        "Kirgizistano"@eo,
        "Kirguistán"@es,
        "Kõrgõzstan"@et,
        "Kirgizistan"@eu,
        "Kirigisətán"@ewo,
        "قرغزستان"@fa,
        "قرقیزستان"@fa,
        "Kirgistaan"@ff,
        "Kirgisia"@fi,
        "Kyrgyzstan"@fil,
        "Kirgisia"@fo,
        "Kirghizistan"@fr,
        "Kirghizstan"@fur,
        "An Chirgeastáin"@ga,
        "Cìorgastan"@gd,
        "Quirguicistán"@gl,
        "Kirgiisischtan"@gsw,
        "કિર્ગિઝ્સ્તાન"@gu,
        "Kirigizistani"@guz,
        "Kirgizistan"@ha,
        "קירגיזסטן"@he,
        "किर्गिज़तान"@hi,
        "Kirgistan"@hr,
        "Kirgizisztán"@hu,
        "Կիրգիզստան"@hy,
        "Kirghizistan"@ia,
        "Kirgistan"@id,
        "Kirgisistan"@is,
        "Kirghizistan"@it,
        "キルギス"@ja,
        "Kirigizistani"@jmc,
        "ყირგიზეთი"@ka,
        "Kirigistan"@kab,
        "Kirigizistani"@kam,
        "Kiligizistani"@kde,
        "Kirgiston"@kea,
        "Kyrgyzstan"@khq,
        "Kirigizistani"@ki,
        "Emetab Kyrgyzstan"@kln,
        "គៀរហ្គីស្តង់"@km,
        "ಕಿರ್ಗಿಸ್ಥಾನ್"@kn,
        "키르기스스탄"@ko,
        "کِرگِستان"@ks,
        "Kiigizistani"@ksb,
        "kigistáŋ"@ksf,
        "Kirrjiisije"@ksh,
        "Кыргызстан"@ky,
        "Kirigisitáani"@lag,
        "Kirigizisitaani"@lg,
        "Kigizisitá"@ln,
        "ຄີກິດສະຖານ"@lo,
        "Kirgiztanas"@lt,
        "Kigizisita"@lu,
        "Kyrgyzstan"@luo,
        "Kirigizistani"@luy,
        "Kirgizstāna"@lv,
        "Kirigizistani"@mas,
        "Kirigizistani"@mer,
        "Kirghizistan"@mfe,
        "Kiordistan"@mg,
        "Киргистан"@mk,
        "കിർഗിസ്ഥാൻ"@ml,
        "किरगिझस्तान"@mr,
        "Kirgistan"@mt,
        "Kirgizstaŋ"@mua,
        "ခယ်ကစ်စတန်"@my,
        "Kyrgyzstanni"@naq,
        "Kirgisistan"@nb,
        "Kyrgyzstan"@nd,
        "किर्गिस्थान"@ne,
        "Kirgizië"@nl,
        "Kyrgystaŋ"@nmg,
        "Kirgisistan"@nn,
        "Kirigizistani"@nyn,
        "କିର୍ଗିଜିସ୍ଥାନ"@or,
        "Kirgistan"@pl,
        "Quirguistão"@pt,
        "Quirguizistão"@pt,
        "Kirghisistan"@rm,
        "Kirigisitani"@rn,
        "Kârgâzstan"@ro,
        "Kirigizistani"@rof,
        "Киргизия"@ru,
        "Kirigizistani"@rwk,
        "Kirigizistani"@saq,
        "Kiligisisitani"@sbp,
        "Kirgisistan"@se,
        "Quirguistão"@seh,
        "Kyrgyzstan"@ses,
        "Kirigizitùaan"@sg,
        "ⴽⵉⵔⵖⵉⵣⵉⵙⵜⴰⵏ"@shi,
        "kirɣizistan"@shi-Latn,
        "කිර්ගිස්තානය"@si,
        "Kirgizsko"@sk,
        "Kirgizistan"@sl,
        "Kyrgyzstan"@sn,
        "Kirgistaan"@so,
        "Kirgistan"@sq,
        "Киргизстан"@sr,
        "Kirgizstan"@sr-Latn,
        "Kirgizistan"@sv,
        "Kirigizistani"@swc,
        "Kirigizistani"@swh,
        "கிர்கிஸ்தான்"@ta,
        "కిర్జిస్తాన్"@te,
        "Kirigizistani"@teo,
        "คีร์กีซสถาน"@th,
        "Kekisiteni"@to,
        "Kırgızistan"@tr,
        "Kyrgyzstan"@twq,
        "Kirɣistan"@tzm,
        "Киргизстан"@uk,
        "کرغزستان"@ur,
        "ꕃꕅꔻꕚꘋ"@vai,
        "Kigisitaŋ"@vai-Latn,
        "Kyrgyzstan"@vi,
        "Kirigizistani"@vun,
        "Kirgištan"@wae,
        "Kirigizisitaani"@xog,
        "kilikisistáŋ"@yav,
        "Orílẹ́ède Kuriṣisitani"@yo,
        "Kyrgyzstan"@zsm,
        "i-Kyrgyzstan"@zu ;
    lvont:label <http://lexvo.org/id/term/afr/Kirgisi%C3%AB>,
        <http://lexvo.org/id/term/agq/K%C3%ACdzis%C9%A8%CC%80t%C3%A2n>,
        <http://lexvo.org/id/term/aka/K%C9%9B%C9%9Bgestan>,
        <http://lexvo.org/id/term/amh/%E1%8A%AA%E1%88%AD%E1%8C%8A%E1%88%B5%E1%89%B3%E1%8A%95>,
        <http://lexvo.org/id/term/ara/%D9%82%D8%B1%D8%BA%D9%8A%D8%B2%D8%B3%D8%AA%D8%A7%D9%86>,
        <http://lexvo.org/id/term/asa/Kirigizithtani>,
        <http://lexvo.org/id/term/ast/Kirguist%C3%A1n>,
        <http://lexvo.org/id/term/aze/K%C4%B1rq%C4%B1zstan>,
        <http://lexvo.org/id/term/bam/Kirigizisita%C5%8B>,
        <http://lexvo.org/id/term/bas/K%C3%ACrg%C3%ACz%C3%ACst%C3%A0%C5%8B>,
        <http://lexvo.org/id/term/bel/%D0%9A%D1%8B%D1%80%D0%B3%D1%8B%D0%B7%D1%81%D1%82%D0%B0%D0%BD>,
        <http://lexvo.org/id/term/ben/%E0%A6%95%E0%A6%BF%E0%A6%B0%E0%A7%8D%E0%A6%97%E0%A6%BF%E0%A6%9C%E0%A6%BF%E0%A6%AF%E0%A6%BC%E0%A6%BE>,
        <http://lexvo.org/id/term/bez/Hukiligizistani>,
        <http://lexvo.org/id/term/bod/%E0%BD%81%E0%BD%B2%E0%BD%A2%E0%BC%8B%E0%BD%82%E0%BD%B2%E0%BD%9B%E0%BC%8B%E0%BD%A6%E0%BE%9F%E0%BD%B1%E0%BD%93%E0%BC%8D>,
        <http://lexvo.org/id/term/bos-Cyrl/%D0%9A%D0%B8%D1%80%D0%B3%D0%B8%D0%B7%D1%81%D1%82%D0%B0%D0%BD>,
        <http://lexvo.org/id/term/bos/Kirgizstan>,
        <http://lexvo.org/id/term/bre/Kyrgyzstan>,
        <http://lexvo.org/id/term/brx/%E0%A4%95%E0%A4%BF%E0%A4%B0%E0%A5%8D%E0%A4%97%E0%A4%BF%E0%A4%9C%E0%A4%BC>,
        <http://lexvo.org/id/term/bul/%D0%9A%D0%B8%D1%80%D0%B3%D0%B8%D0%B7%D1%81%D1%82%D0%B0%D0%BD>,
        <http://lexvo.org/id/term/cat/Kirguizistan>,
        <http://lexvo.org/id/term/ces/Kyrgyzst%C3%A1n>,
        <http://lexvo.org/id/term/cgg/Kirigizistani>,
        <http://lexvo.org/id/term/chr/%E1%8E%A9%E1%8E%B5%E1%8F%A3%E1%8E%A2%E1%8F%8D>,
        <http://lexvo.org/id/term/cmn-Hant/%E5%90%89%E7%88%BE%E5%90%89%E6%96%AF>,
        <http://lexvo.org/id/term/cmn/%E5%90%89%E5%B0%94%E5%90%89%E6%96%AF%E6%96%AF%E5%9D%A6>,
        <http://lexvo.org/id/term/cym/Cirgistan>,
        <http://lexvo.org/id/term/dan/Kirgisistan>,
        <http://lexvo.org/id/term/dav/Kirigizistani>,
        <http://lexvo.org/id/term/deu/Kirgisistan>,
        <http://lexvo.org/id/term/dje/Kyrgyzstan>,
        <http://lexvo.org/id/term/dzo/%E0%BD%80%E0%BD%B2%E0%BD%A2%E0%BC%8B%E0%BD%82%E0%BD%B2%E0%BD%A6%E0%BC%8B%E0%BD%A6%E0%BD%8F%E0%BD%B1%E0%BD%93>,
        <http://lexvo.org/id/term/ebu/Kirigizistani>,
        <http://lexvo.org/id/term/ell/%CE%9A%CE%B9%CF%81%CE%B3%CE%B9%CF%83%CF%84%CE%AC%CE%BD>,
        <http://lexvo.org/id/term/eng-Dsrt/%F0%90%90%97%F0%90%90%AE%F0%90%91%89%F0%90%91%80%F0%90%90%B2%F0%90%91%85%F0%90%90%BB%F0%90%90%B0%F0%90%91%8C>,
        <http://lexvo.org/id/term/eng/ISO%203166-1%3AKG>,
        <http://lexvo.org/id/term/eng/Kyrgyzstan>,
        <http://lexvo.org/id/term/epo/Kirgizistano>,
        <http://lexvo.org/id/term/est/K%C3%B5rg%C3%B5zstan>,
        <http://lexvo.org/id/term/eus/Kirgizistan>,
        <http://lexvo.org/id/term/ewe/Kirgizstan%20nutome>,
        <http://lexvo.org/id/term/ewo/Kirigis%C9%99t%C3%A1n>,
        <http://lexvo.org/id/term/fao/Kirgisia>,
        <http://lexvo.org/id/term/fas/%D9%82%D8%B1%D8%BA%D8%B2%D8%B3%D8%AA%D8%A7%D9%86>,
        <http://lexvo.org/id/term/fas/%D9%82%D8%B1%D9%82%DB%8C%D8%B2%D8%B3%D8%AA%D8%A7%D9%86>,
        <http://lexvo.org/id/term/fil/Kyrgyzstan>,
        <http://lexvo.org/id/term/fin/Kirgisia>,
        <http://lexvo.org/id/term/fra/Kirghizistan>,
        <http://lexvo.org/id/term/ful/Kirgistaan>,
        <http://lexvo.org/id/term/fur/Kirghizstan>,
        <http://lexvo.org/id/term/gla/C%C3%ACorgastan>,
        <http://lexvo.org/id/term/gle/An%20Chirgeast%C3%A1in>,
        <http://lexvo.org/id/term/glg/Quirguicist%C3%A1n>,
        <http://lexvo.org/id/term/gsw/Kirgiisischtan>,
        <http://lexvo.org/id/term/guj/%E0%AA%95%E0%AA%BF%E0%AA%B0%E0%AB%8D%E0%AA%97%E0%AA%BF%E0%AA%9D%E0%AB%8D%E0%AA%B8%E0%AB%8D%E0%AA%A4%E0%AA%BE%E0%AA%A8>,
        <http://lexvo.org/id/term/guz/Kirigizistani>,
        <http://lexvo.org/id/term/hau/Kirgizistan>,
        <http://lexvo.org/id/term/heb/%D7%A7%D7%99%D7%A8%D7%92%D7%99%D7%96%D7%A1%D7%98%D7%9F>,
        <http://lexvo.org/id/term/hin/%E0%A4%95%E0%A4%BF%E0%A4%B0%E0%A5%8D%E0%A4%97%E0%A4%BF%E0%A4%9C%E0%A4%BC%E0%A4%A4%E0%A4%BE%E0%A4%A8>,
        <http://lexvo.org/id/term/hrv/Kirgistan>,
        <http://lexvo.org/id/term/hun/Kirgiziszt%C3%A1n>,
        <http://lexvo.org/id/term/hye/%D4%BF%D5%AB%D6%80%D5%A3%D5%AB%D5%A6%D5%BD%D5%BF%D5%A1%D5%B6>,
        <http://lexvo.org/id/term/ina/Kirghizistan>,
        <http://lexvo.org/id/term/ind/Kirgistan>,
        <http://lexvo.org/id/term/isl/Kirgisistan>,
        <http://lexvo.org/id/term/ita/Kirghizistan>,
        <http://lexvo.org/id/term/jmc/Kirigizistani>,
        <http://lexvo.org/id/term/jpn/%E3%82%AD%E3%83%AB%E3%82%AE%E3%82%B9>,
        <http://lexvo.org/id/term/kab/Kirigistan>,
        <http://lexvo.org/id/term/kam/Kirigizistani>,
        <http://lexvo.org/id/term/kan/%E0%B2%95%E0%B2%BF%E0%B2%B0%E0%B3%8D%E0%B2%97%E0%B2%BF%E0%B2%B8%E0%B3%8D%E0%B2%A5%E0%B2%BE%E0%B2%A8%E0%B3%8D>,
        <http://lexvo.org/id/term/kas/%DA%A9%D9%90%D8%B1%DA%AF%D9%90%D8%B3%D8%AA%D8%A7%D9%86>,
        <http://lexvo.org/id/term/kat/%E1%83%A7%E1%83%98%E1%83%A0%E1%83%92%E1%83%98%E1%83%96%E1%83%94%E1%83%97%E1%83%98>,
        <http://lexvo.org/id/term/kde/Kiligizistani>,
        <http://lexvo.org/id/term/kea/Kirgiston>,
        <http://lexvo.org/id/term/khm/%E1%9E%82%E1%9F%80%E1%9E%9A%E1%9E%A0%E1%9F%92%E1%9E%82%E1%9E%B8%E1%9E%9F%E1%9F%92%E1%9E%8F%E1%9E%84%E1%9F%8B>,
        <http://lexvo.org/id/term/khq/Kyrgyzstan>,
        <http://lexvo.org/id/term/kik/Kirigizistani>,
        <http://lexvo.org/id/term/kir/%D0%9A%D1%8B%D1%80%D0%B3%D1%8B%D0%B7%D1%81%D1%82%D0%B0%D0%BD>,
        <http://lexvo.org/id/term/kln/Emetab%20Kyrgyzstan>,
        <http://lexvo.org/id/term/kor/%ED%82%A4%EB%A5%B4%EA%B8%B0%EC%8A%A4%EC%8A%A4%ED%83%84>,
        <http://lexvo.org/id/term/ksb/Kiigizistani>,
        <http://lexvo.org/id/term/ksf/kigist%C3%A1%C5%8B>,
        <http://lexvo.org/id/term/ksh/Kirrjiisije>,
        <http://lexvo.org/id/term/lag/Kirigisit%C3%A1ani>,
        <http://lexvo.org/id/term/lao/%E0%BA%84%E0%BA%B5%E0%BA%81%E0%BA%B4%E0%BA%94%E0%BA%AA%E0%BA%B0%E0%BA%96%E0%BA%B2%E0%BA%99>,
        <http://lexvo.org/id/term/lav/Kirgizst%C4%81na>,
        <http://lexvo.org/id/term/lin/Kigizisit%C3%A1>,
        <http://lexvo.org/id/term/lit/Kirgiztanas>,
        <http://lexvo.org/id/term/lub/Kigizisita>,
        <http://lexvo.org/id/term/lug/Kirigizisitaani>,
        <http://lexvo.org/id/term/luo/Kyrgyzstan>,
        <http://lexvo.org/id/term/luy/Kirigizistani>,
        <http://lexvo.org/id/term/mal/%E0%B4%95%E0%B4%BF%E0%B5%BC%E0%B4%97%E0%B4%BF%E0%B4%B8%E0%B5%8D%E0%B4%A5%E0%B4%BE%E0%B5%BB>,
        <http://lexvo.org/id/term/mar/%E0%A4%95%E0%A4%BF%E0%A4%B0%E0%A4%97%E0%A4%BF%E0%A4%9D%E0%A4%B8%E0%A5%8D%E0%A4%A4%E0%A4%BE%E0%A4%A8>,
        <http://lexvo.org/id/term/mas/Kirigizistani>,
        <http://lexvo.org/id/term/mer/Kirigizistani>,
        <http://lexvo.org/id/term/mfe/Kirghizistan>,
        <http://lexvo.org/id/term/mkd/%D0%9A%D0%B8%D1%80%D0%B3%D0%B8%D1%81%D1%82%D0%B0%D0%BD>,
        <http://lexvo.org/id/term/mlg/Kiordistan>,
        <http://lexvo.org/id/term/mlt/Kirgistan>,
        <http://lexvo.org/id/term/mua/Kirgizsta%C5%8B>,
        <http://lexvo.org/id/term/mya/%E1%80%81%E1%80%9A%E1%80%BA%E1%80%80%E1%80%85%E1%80%BA%E1%80%85%E1%80%90%E1%80%94%E1%80%BA>,
        <http://lexvo.org/id/term/naq/Kyrgyzstanni>,
        <http://lexvo.org/id/term/nde/Kyrgyzstan>,
        <http://lexvo.org/id/term/nep/%E0%A4%95%E0%A4%BF%E0%A4%B0%E0%A5%8D%E0%A4%97%E0%A4%BF%E0%A4%B8%E0%A5%8D%E0%A4%A5%E0%A4%BE%E0%A4%A8>,
        <http://lexvo.org/id/term/nld/Kirgizi%C3%AB>,
        <http://lexvo.org/id/term/nmg/Kyrgysta%C5%8B>,
        <http://lexvo.org/id/term/nno/Kirgisistan>,
        <http://lexvo.org/id/term/nob/Kirgisistan>,
        <http://lexvo.org/id/term/nyn/Kirigizistani>,
        <http://lexvo.org/id/term/ori/%E0%AC%95%E0%AC%BF%E0%AC%B0%E0%AD%8D%E0%AC%97%E0%AC%BF%E0%AC%9C%E0%AC%BF%E0%AC%B8%E0%AD%8D%E0%AC%A5%E0%AC%BE%E0%AC%A8>,
        <http://lexvo.org/id/term/pol/Kirgistan>,
        <http://lexvo.org/id/term/por/Quirguist%C3%A3o>,
        <http://lexvo.org/id/term/por/Quirguizist%C3%A3o>,
        <http://lexvo.org/id/term/rof/Kirigizistani>,
        <http://lexvo.org/id/term/roh/Kirghisistan>,
        <http://lexvo.org/id/term/ron/K%C3%A2rg%C3%A2zstan>,
        <http://lexvo.org/id/term/run/Kirigisitani>,
        <http://lexvo.org/id/term/rus/%D0%9A%D0%B8%D1%80%D0%B3%D0%B8%D0%B7%D0%B8%D1%8F>,
        <http://lexvo.org/id/term/rwk/Kirigizistani>,
        <http://lexvo.org/id/term/sag/Kirigizit%C3%B9aan>,
        <http://lexvo.org/id/term/saq/Kirigizistani>,
        <http://lexvo.org/id/term/sbp/Kiligisisitani>,
        <http://lexvo.org/id/term/seh/Quirguist%C3%A3o>,
        <http://lexvo.org/id/term/ses/Kyrgyzstan>,
        <http://lexvo.org/id/term/shi-Latn/kir%C9%A3izistan>,
        <http://lexvo.org/id/term/shi/%E2%B4%BD%E2%B5%89%E2%B5%94%E2%B5%96%E2%B5%89%E2%B5%A3%E2%B5%89%E2%B5%99%E2%B5%9C%E2%B4%B0%E2%B5%8F>,
        <http://lexvo.org/id/term/sin/%E0%B6%9A%E0%B7%92%E0%B6%BB%E0%B7%8A%E0%B6%9C%E0%B7%92%E0%B7%83%E0%B7%8A%E0%B6%AD%E0%B7%8F%E0%B6%B1%E0%B6%BA>,
        <http://lexvo.org/id/term/slk/Kirgizsko>,
        <http://lexvo.org/id/term/slv/Kirgizistan>,
        <http://lexvo.org/id/term/sme/Kirgisistan>,
        <http://lexvo.org/id/term/sna/Kyrgyzstan>,
        <http://lexvo.org/id/term/som/Kirgistaan>,
        <http://lexvo.org/id/term/spa/Kirguist%C3%A1n>,
        <http://lexvo.org/id/term/sqi/Kirgistan>,
        <http://lexvo.org/id/term/srp-Latn/Kirgizstan>,
        <http://lexvo.org/id/term/srp/%D0%9A%D0%B8%D1%80%D0%B3%D0%B8%D0%B7%D1%81%D1%82%D0%B0%D0%BD>,
        <http://lexvo.org/id/term/swc/Kirigizistani>,
        <http://lexvo.org/id/term/swe/Kirgizistan>,
        <http://lexvo.org/id/term/swh/Kirigizistani>,
        <http://lexvo.org/id/term/tam/%E0%AE%95%E0%AE%BF%E0%AE%B0%E0%AF%8D%E0%AE%95%E0%AE%BF%E0%AE%B8%E0%AF%8D%E0%AE%A4%E0%AE%BE%E0%AE%A9%E0%AF%8D>,
        <http://lexvo.org/id/term/tel/%E0%B0%95%E0%B0%BF%E0%B0%B0%E0%B1%8D%E0%B0%9C%E0%B0%BF%E0%B0%B8%E0%B1%8D%E0%B0%A4%E0%B0%BE%E0%B0%A8%E0%B1%8D>,
        <http://lexvo.org/id/term/teo/Kirigizistani>,
        <http://lexvo.org/id/term/tha/%E0%B8%84%E0%B8%B5%E0%B8%A3%E0%B9%8C%E0%B8%81%E0%B8%B5%E0%B8%8B%E0%B8%AA%E0%B8%96%E0%B8%B2%E0%B8%99>,
        <http://lexvo.org/id/term/ton/Kekisiteni>,
        <http://lexvo.org/id/term/tur/K%C4%B1rg%C4%B1zistan>,
        <http://lexvo.org/id/term/twq/Kyrgyzstan>,
        <http://lexvo.org/id/term/tzm/Kir%C9%A3istan>,
        <http://lexvo.org/id/term/ukr/%D0%9A%D0%B8%D1%80%D0%B3%D0%B8%D0%B7%D1%81%D1%82%D0%B0%D0%BD>,
        <http://lexvo.org/id/term/urd/%DA%A9%D8%B1%D8%BA%D8%B2%D8%B3%D8%AA%D8%A7%D9%86>,
        <http://lexvo.org/id/term/vai-Latn/Kigisita%C5%8B>,
        <http://lexvo.org/id/term/vai/%EA%95%83%EA%95%85%EA%94%BB%EA%95%9A%EA%98%8B>,
        <http://lexvo.org/id/term/vie/Kyrgyzstan>,
        <http://lexvo.org/id/term/vun/Kirigizistani>,
        <http://lexvo.org/id/term/wae/Kirgi%C5%A1tan>,
        <http://lexvo.org/id/term/xog/Kirigizisitaani>,
        <http://lexvo.org/id/term/yav/kilikisist%C3%A1%C5%8B>,
        <http://lexvo.org/id/term/yor/Or%C3%ADl%E1%BA%B9%CC%81%C3%A8de%20Kuri%E1%B9%A3isitani>,
        <http://lexvo.org/id/term/zsm/Kyrgyzstan>,
        <http://lexvo.org/id/term/zul/i-Kyrgyzstan> ;
    owl:sameAs <http://psi.oasis-open.org/iso/3166/#417>,
        <http://sws.geonames.org/1527747/> .

<http://lexvo.org/id/iso3166/KH> a lvont:GeographicRegion ;
    rdfs:label "Kambodja"@af,
        "Kàmbodìa"@agq,
        "Kambodia"@ak,
        "ካምቦዲያ"@am,
        "كمبوديا"@ar,
        "Kambodia"@asa,
        "Camboya"@ast,
        "Kambodiya"@az,
        "Kàmbodìà"@bas,
        "Камбоджа"@be,
        "Hukambodia"@bez,
        "Камбоджа"@bg,
        "Kamboji"@bm,
        "কাম্বোজ"@bn,
        "ཀམ་བོ་ཌི་ཡ།"@bo,
        "Kambodja"@br,
        "कम्बोडिया"@brx,
        "Kambodža"@bs,
        "Камбоџа"@bs-Cyrl,
        "ካምቦዲያ"@byn,
        "Cambodja"@ca,
        "Kambodiya"@cgg,
        "ᎧᎹᏉᏗᎠᏂ"@chr,
        "柬埔寨"@cmn,
        "柬埔寨"@cmn-Hant,
        "Kambodža"@cs,
        "Cambodia"@cy,
        "Cambodja"@da,
        "Kambodia"@dav,
        "Kambodscha"@de,
        "kamboogi"@dje,
        "Kamboj"@dyo,
        "ཀམ་བྷོ་ཌི་ཡ"@dz,
        "Kambodia"@ebu,
        "Kambodia nutome"@ee,
        "Καμπότζη"@el,
        "Cambodia"@en,
        "ISO 3166-1:KH"@en,
        "𐐗𐐰𐑋𐐺𐐬𐐼𐐨𐐲"@en-Dsrt,
        "Kamboĝo"@eo,
        "Camboya"@es,
        "Kambodža"@et,
        "Kanbodia"@eu,
        "kambodía"@ewo,
        "کامبوج"@fa,
        "کمپوچیا"@fa,
        "Kambodso"@ff,
        "Kambodža"@fi,
        "Cambodia"@fil,
        "Kambodja"@fo,
        "Cambodge"@fr,
        "Camboze"@fur,
        "An Chambóid"@ga,
        "Cambuidea"@gd,
        "Cambodia"@gl,
        "Kambodscha"@gsw,
        "કંબોડિયા"@gu,
        "Kambodia"@guz,
        "Kambodiya"@ha,
        "קמבודיה"@he,
        "कम्बोडिया"@hi,
        "Kambodža"@hr,
        "Kambodzsa"@hu,
        "Կամբոջա"@hy,
        "Cambodgia"@ia,
        "Kamboja"@id,
        "Kambódía"@is,
        "Cambogia"@it,
        "カンボジア"@ja,
        "Kambodia"@jmc,
        "კამბოჯა"@ka,
        "Cambudya"@kab,
        "Kambodia"@kam,
        "Kambodia"@kde,
        "Kambodja"@kea,
        "Kamboogi"@khq,
        "Kambodia"@ki,
        "Kambodia"@kl,
        "Emetab Cambodia"@kln,
        "កម្ពុជា"@km,
        "ಕಾಂಬೋಡಿಯಾ"@kn,
        "캄보디아"@ko,
        "کَمبوڑِیا"@ks,
        "Kambodia"@ksb,
        "kambodj"@ksf,
        "Kambodscha"@ksh,
        "Kambódia"@lag,
        "Kambodya"@lg,
        "Kambodza"@ln,
        "ຣາຊອານາຈັກ ກຳປູເຈຍ"@lo,
        "Kambodža"@lt,
        "Kambodza"@lu,
        "Cambodia"@luo,
        "Kambodia"@luy,
        "Kambodža"@lv,
        "Kambodia"@mas,
        "Kambodia"@mer,
        "Kambodj"@mfe,
        "Kambôdja"@mg,
        "Ukambodia"@mgh,
        "Камбоџа"@mk,
        "കംബോഡിയ"@ml,
        "कंबोडिया"@mr,
        "Kambodja"@mt,
        "kambodiya"@mua,
        "ကမ္ဘောဒီးယား"@my,
        "Cambodiab"@naq,
        "Kambodsja"@nb,
        "Cambodia"@nd,
        "कम्बोडिया"@ne,
        "Cambodja"@nl,
        "Kambodia"@nmg,
        "Kambodsja"@nn,
        "Kombodia"@nus,
        "Kambodiya"@nyn,
        "କାମ୍ବୋଡିଆ"@or,
        "Kambodża"@pl,
        "کمبودیا"@ps,
        "Camboja"@pt,
        "Cambodscha"@rm,
        "Kamboje"@rn,
        "Cambodgia"@ro,
        "Kambodia"@rof,
        "Камбоджа"@ru,
        "Kambodia"@rwk,
        "Kambodia"@saq,
        "Kambodiya"@sbp,
        "Kambodža"@se,
        "Camboja"@seh,
        "Kamboogi"@ses,
        "Kämbôzi"@sg,
        "ⴽⴰⵎⴱⵓⴷⵢⴰ"@shi,
        "kambudya"@shi-Latn,
        "කාම්බෝජය"@si,
        "Kambodža"@sk,
        "Kambodža"@sl,
        "Kambodia"@sn,
        "Kamboodiya"@so,
        "Kamboxhi"@sq,
        "Камбоџа"@sr,
        "Kambodža"@sr-Latn,
        "Kambodja"@sv,
        "Kambodia"@swc,
        "Kambodia"@swh,
        "கம்போடியா"@ta,
        "కంబోడియా"@te,
        "Kambodia"@teo,
        "กัมพูชา"@th,
        "ካምቦዲያ"@ti,
        "ካምቦዲያ"@tig,
        "Kemipōtia"@to,
        "Kamboçya"@tr,
        "kamboogi"@twq,
        "Kambudj"@tzm,
        "Камбоджа"@uk,
        "کمبوڈیا"@ur,
        "ꕪꕹꔵꕩ"@vai,
        "Kaŋbhodiya"@vai-Latn,
        "Campuchia"@vi,
        "Kambodia"@vun,
        "Kambodša"@wae,
        "ካምቦዲያ"@wal,
        "Kambodya"@xog,
        "Kámbóse"@yav,
        "Orílẹ́ède Kàmùbódíà"@yo,
        "Kemboja"@zsm,
        "i-Cambodia"@zu ;
    lvont:label <http://lexvo.org/id/term/afr/Kambodja>,
        <http://lexvo.org/id/term/agq/K%C3%A0mbod%C3%ACa>,
        <http://lexvo.org/id/term/aka/Kambodia>,
        <http://lexvo.org/id/term/amh/%E1%8A%AB%E1%88%9D%E1%89%A6%E1%8B%B2%E1%8B%AB>,
        <http://lexvo.org/id/term/ara/%D9%83%D9%85%D8%A8%D9%88%D8%AF%D9%8A%D8%A7>,
        <http://lexvo.org/id/term/asa/Kambodia>,
        <http://lexvo.org/id/term/ast/Camboya>,
        <http://lexvo.org/id/term/aze/Kambodiya>,
        <http://lexvo.org/id/term/bam/Kamboji>,
        <http://lexvo.org/id/term/bas/K%C3%A0mbod%C3%AC%C3%A0>,
        <http://lexvo.org/id/term/bel/%D0%9A%D0%B0%D0%BC%D0%B1%D0%BE%D0%B4%D0%B6%D0%B0>,
        <http://lexvo.org/id/term/ben/%E0%A6%95%E0%A6%BE%E0%A6%AE%E0%A7%8D%E0%A6%AC%E0%A7%8B%E0%A6%9C>,
        <http://lexvo.org/id/term/bez/Hukambodia>,
        <http://lexvo.org/id/term/bod/%E0%BD%80%E0%BD%98%E0%BC%8B%E0%BD%96%E0%BD%BC%E0%BC%8B%E0%BD%8C%E0%BD%B2%E0%BC%8B%E0%BD%A1%E0%BC%8D>,
        <http://lexvo.org/id/term/bos-Cyrl/%D0%9A%D0%B0%D0%BC%D0%B1%D0%BE%D1%9F%D0%B0>,
        <http://lexvo.org/id/term/bos/Kambod%C5%BEa>,
        <http://lexvo.org/id/term/bre/Kambodja>,
        <http://lexvo.org/id/term/brx/%E0%A4%95%E0%A4%AE%E0%A5%8D%E0%A4%AC%E0%A5%8B%E0%A4%A1%E0%A4%BF%E0%A4%AF%E0%A4%BE>,
        <http://lexvo.org/id/term/bul/%D0%9A%D0%B0%D0%BC%D0%B1%D0%BE%D0%B4%D0%B6%D0%B0>,
        <http://lexvo.org/id/term/byn/%E1%8A%AB%E1%88%9D%E1%89%A6%E1%8B%B2%E1%8B%AB>,
        <http://lexvo.org/id/term/cat/Cambodja>,
        <http://lexvo.org/id/term/ces/Kambod%C5%BEa>,
        <http://lexvo.org/id/term/cgg/Kambodiya>,
        <http://lexvo.org/id/term/chr/%E1%8E%A7%E1%8E%B9%E1%8F%89%E1%8F%97%E1%8E%A0%E1%8F%82>,
        <http://lexvo.org/id/term/cmn-Hant/%E6%9F%AC%E5%9F%94%E5%AF%A8>,
        <http://lexvo.org/id/term/cmn/%E6%9F%AC%E5%9F%94%E5%AF%A8>,
        <http://lexvo.org/id/term/cym/Cambodia>,
        <http://lexvo.org/id/term/dan/Cambodja>,
        <http://lexvo.org/id/term/dav/Kambodia>,
        <http://lexvo.org/id/term/deu/Kambodscha>,
        <http://lexvo.org/id/term/dje/kamboogi>,
        <http://lexvo.org/id/term/dyo/Kamboj>,
        <http://lexvo.org/id/term/dzo/%E0%BD%80%E0%BD%98%E0%BC%8B%E0%BD%96%E0%BE%B7%E0%BD%BC%E0%BC%8B%E0%BD%8C%E0%BD%B2%E0%BC%8B%E0%BD%A1>,
        <http://lexvo.org/id/term/ebu/Kambodia>,
        <http://lexvo.org/id/term/ell/%CE%9A%CE%B1%CE%BC%CF%80%CF%8C%CF%84%CE%B6%CE%B7>,
        <http://lexvo.org/id/term/eng-Dsrt/%F0%90%90%97%F0%90%90%B0%F0%90%91%8B%F0%90%90%BA%F0%90%90%AC%F0%90%90%BC%F0%90%90%A8%F0%90%90%B2>,
        <http://lexvo.org/id/term/eng/Cambodia>,
        <http://lexvo.org/id/term/eng/ISO%203166-1%3AKH>,
        <http://lexvo.org/id/term/epo/Kambo%C4%9Do>,
        <http://lexvo.org/id/term/est/Kambod%C5%BEa>,
        <http://lexvo.org/id/term/eus/Kanbodia>,
        <http://lexvo.org/id/term/ewe/Kambodia%20nutome>,
        <http://lexvo.org/id/term/ewo/kambod%C3%ADa>,
        <http://lexvo.org/id/term/fao/Kambodja>,
        <http://lexvo.org/id/term/fas/%DA%A9%D8%A7%D9%85%D8%A8%D9%88%D8%AC>,
        <http://lexvo.org/id/term/fas/%DA%A9%D9%85%D9%BE%D9%88%DA%86%DB%8C%D8%A7>,
        <http://lexvo.org/id/term/fil/Cambodia>,
        <http://lexvo.org/id/term/fin/Kambod%C5%BEa>,
        <http://lexvo.org/id/term/fra/Cambodge>,
        <http://lexvo.org/id/term/ful/Kambodso>,
        <http://lexvo.org/id/term/fur/Camboze>,
        <http://lexvo.org/id/term/gla/Cambuidea>,
        <http://lexvo.org/id/term/gle/An%20Chamb%C3%B3id>,
        <http://lexvo.org/id/term/glg/Cambodia>,
        <http://lexvo.org/id/term/gsw/Kambodscha>,
        <http://lexvo.org/id/term/guj/%E0%AA%95%E0%AA%82%E0%AA%AC%E0%AB%8B%E0%AA%A1%E0%AA%BF%E0%AA%AF%E0%AA%BE>,
        <http://lexvo.org/id/term/guz/Kambodia>,
        <http://lexvo.org/id/term/hau/Kambodiya>,
        <http://lexvo.org/id/term/heb/%D7%A7%D7%9E%D7%91%D7%95%D7%93%D7%99%D7%94>,
        <http://lexvo.org/id/term/hin/%E0%A4%95%E0%A4%AE%E0%A5%8D%E0%A4%AC%E0%A5%8B%E0%A4%A1%E0%A4%BF%E0%A4%AF%E0%A4%BE>,
        <http://lexvo.org/id/term/hrv/Kambod%C5%BEa>,
        <http://lexvo.org/id/term/hun/Kambodzsa>,
        <http://lexvo.org/id/term/hye/%D4%BF%D5%A1%D5%B4%D5%A2%D5%B8%D5%BB%D5%A1>,
        <http://lexvo.org/id/term/ina/Cambodgia>,
        <http://lexvo.org/id/term/ind/Kamboja>,
        <http://lexvo.org/id/term/isl/Kamb%C3%B3d%C3%ADa>,
        <http://lexvo.org/id/term/ita/Cambogia>,
        <http://lexvo.org/id/term/jmc/Kambodia>,
        <http://lexvo.org/id/term/jpn/%E3%82%AB%E3%83%B3%E3%83%9C%E3%82%B8%E3%82%A2>,
        <http://lexvo.org/id/term/kab/Cambudya>,
        <http://lexvo.org/id/term/kal/Kambodia>,
        <http://lexvo.org/id/term/kam/Kambodia>,
        <http://lexvo.org/id/term/kan/%E0%B2%95%E0%B2%BE%E0%B2%82%E0%B2%AC%E0%B3%8B%E0%B2%A1%E0%B2%BF%E0%B2%AF%E0%B2%BE>,
        <http://lexvo.org/id/term/kas/%DA%A9%D9%8E%D9%85%D8%A8%D9%88%DA%91%D9%90%DB%8C%D8%A7>,
        <http://lexvo.org/id/term/kat/%E1%83%99%E1%83%90%E1%83%9B%E1%83%91%E1%83%9D%E1%83%AF%E1%83%90>,
        <http://lexvo.org/id/term/kde/Kambodia>,
        <http://lexvo.org/id/term/kea/Kambodja>,
        <http://lexvo.org/id/term/khm/%E1%9E%80%E1%9E%98%E1%9F%92%E1%9E%96%E1%9E%BB%E1%9E%87%E1%9E%B6>,
        <http://lexvo.org/id/term/khq/Kamboogi>,
        <http://lexvo.org/id/term/kik/Kambodia>,
        <http://lexvo.org/id/term/kln/Emetab%20Cambodia>,
        <http://lexvo.org/id/term/kor/%EC%BA%84%EB%B3%B4%EB%94%94%EC%95%84>,
        <http://lexvo.org/id/term/ksb/Kambodia>,
        <http://lexvo.org/id/term/ksf/kambodj>,
        <http://lexvo.org/id/term/ksh/Kambodscha>,
        <http://lexvo.org/id/term/lag/Kamb%C3%B3dia>,
        <http://lexvo.org/id/term/lao/%E0%BA%A3%E0%BA%B2%E0%BA%8A%E0%BA%AD%E0%BA%B2%E0%BA%99%E0%BA%B2%E0%BA%88%E0%BA%B1%E0%BA%81%20%E0%BA%81%E0%BA%B3%E0%BA%9B%E0%BA%B9%E0%BB%80%E0%BA%88%E0%BA%8D>,
        <http://lexvo.org/id/term/lav/Kambod%C5%BEa>,
        <http://lexvo.org/id/term/lin/Kambodza>,
        <http://lexvo.org/id/term/lit/Kambod%C5%BEa>,
        <http://lexvo.org/id/term/lub/Kambodza>,
        <http://lexvo.org/id/term/lug/Kambodya>,
        <http://lexvo.org/id/term/luo/Cambodia>,
        <http://lexvo.org/id/term/luy/Kambodia>,
        <http://lexvo.org/id/term/mal/%E0%B4%95%E0%B4%82%E0%B4%AC%E0%B5%8B%E0%B4%A1%E0%B4%BF%E0%B4%AF>,
        <http://lexvo.org/id/term/mar/%E0%A4%95%E0%A4%82%E0%A4%AC%E0%A5%8B%E0%A4%A1%E0%A4%BF%E0%A4%AF%E0%A4%BE>,
        <http://lexvo.org/id/term/mas/Kambodia>,
        <http://lexvo.org/id/term/mer/Kambodia>,
        <http://lexvo.org/id/term/mfe/Kambodj>,
        <http://lexvo.org/id/term/mgh/Ukambodia>,
        <http://lexvo.org/id/term/mkd/%D0%9A%D0%B0%D0%BC%D0%B1%D0%BE%D1%9F%D0%B0>,
        <http://lexvo.org/id/term/mlg/Kamb%C3%B4dja>,
        <http://lexvo.org/id/term/mlt/Kambodja>,
        <http://lexvo.org/id/term/mua/kambodiya>,
        <http://lexvo.org/id/term/mya/%E1%80%80%E1%80%99%E1%80%B9%E1%80%98%E1%80%B1%E1%80%AC%E1%80%92%E1%80%AE%E1%80%B8%E1%80%9A%E1%80%AC%E1%80%B8>,
        <http://lexvo.org/id/term/naq/Cambodiab>,
        <http://lexvo.org/id/term/nde/Cambodia>,
        <http://lexvo.org/id/term/nep/%E0%A4%95%E0%A4%AE%E0%A5%8D%E0%A4%AC%E0%A5%8B%E0%A4%A1%E0%A4%BF%E0%A4%AF%E0%A4%BE>,
        <http://lexvo.org/id/term/nld/Cambodja>,
        <http://lexvo.org/id/term/nmg/Kambodia>,
        <http://lexvo.org/id/term/nno/Kambodsja>,
        <http://lexvo.org/id/term/nob/Kambodsja>,
        <http://lexvo.org/id/term/nus/Kombodia>,
        <http://lexvo.org/id/term/nyn/Kambodiya>,
        <http://lexvo.org/id/term/ori/%E0%AC%95%E0%AC%BE%E0%AC%AE%E0%AD%8D%E0%AC%AC%E0%AD%8B%E0%AC%A1%E0%AC%BF%E0%AC%86>,
        <http://lexvo.org/id/term/pol/Kambod%C5%BCa>,
        <http://lexvo.org/id/term/por/Camboja>,
        <http://lexvo.org/id/term/pus/%DA%A9%D9%85%D8%A8%D9%88%D8%AF%DB%8C%D8%A7>,
        <http://lexvo.org/id/term/rof/Kambodia>,
        <http://lexvo.org/id/term/roh/Cambodscha>,
        <http://lexvo.org/id/term/ron/Cambodgia>,
        <http://lexvo.org/id/term/run/Kamboje>,
        <http://lexvo.org/id/term/rus/%D0%9A%D0%B0%D0%BC%D0%B1%D0%BE%D0%B4%D0%B6%D0%B0>,
        <http://lexvo.org/id/term/rwk/Kambodia>,
        <http://lexvo.org/id/term/sag/K%C3%A4mb%C3%B4zi>,
        <http://lexvo.org/id/term/saq/Kambodia>,
        <http://lexvo.org/id/term/sbp/Kambodiya>,
        <http://lexvo.org/id/term/seh/Camboja>,
        <http://lexvo.org/id/term/ses/Kamboogi>,
        <http://lexvo.org/id/term/shi-Latn/kambudya>,
        <http://lexvo.org/id/term/shi/%E2%B4%BD%E2%B4%B0%E2%B5%8E%E2%B4%B1%E2%B5%93%E2%B4%B7%E2%B5%A2%E2%B4%B0>,
        <http://lexvo.org/id/term/sin/%E0%B6%9A%E0%B7%8F%E0%B6%B8%E0%B7%8A%E0%B6%B6%E0%B7%9D%E0%B6%A2%E0%B6%BA>,
        <http://lexvo.org/id/term/slk/Kambod%C5%BEa>,
        <http://lexvo.org/id/term/slv/Kambod%C5%BEa>,
        <http://lexvo.org/id/term/sme/Kambod%C5%BEa>,
        <http://lexvo.org/id/term/sna/Kambodia>,
        <http://lexvo.org/id/term/som/Kamboodiya>,
        <http://lexvo.org/id/term/spa/Camboya>,
        <http://lexvo.org/id/term/sqi/Kamboxhi>,
        <http://lexvo.org/id/term/srp-Latn/Kambod%C5%BEa>,
        <http://lexvo.org/id/term/srp/%D0%9A%D0%B0%D0%BC%D0%B1%D0%BE%D1%9F%D0%B0>,
        <http://lexvo.org/id/term/swc/Kambodia>,
        <http://lexvo.org/id/term/swe/Kambodja>,
        <http://lexvo.org/id/term/swh/Kambodia>,
        <http://lexvo.org/id/term/tam/%E0%AE%95%E0%AE%AE%E0%AF%8D%E0%AE%AA%E0%AF%8B%E0%AE%9F%E0%AE%BF%E0%AE%AF%E0%AE%BE>,
        <http://lexvo.org/id/term/tel/%E0%B0%95%E0%B0%82%E0%B0%AC%E0%B1%8B%E0%B0%A1%E0%B0%BF%E0%B0%AF%E0%B0%BE>,
        <http://lexvo.org/id/term/teo/Kambodia>,
        <http://lexvo.org/id/term/tha/%E0%B8%81%E0%B8%B1%E0%B8%A1%E0%B8%9E%E0%B8%B9%E0%B8%8A%E0%B8%B2>,
        <http://lexvo.org/id/term/tig/%E1%8A%AB%E1%88%9D%E1%89%A6%E1%8B%B2%E1%8B%AB>,
        <http://lexvo.org/id/term/tir/%E1%8A%AB%E1%88%9D%E1%89%A6%E1%8B%B2%E1%8B%AB>,
        <http://lexvo.org/id/term/ton/Kemip%C5%8Dtia>,
        <http://lexvo.org/id/term/tur/Kambo%C3%A7ya>,
        <http://lexvo.org/id/term/twq/kamboogi>,
        <http://lexvo.org/id/term/tzm/Kambudj>,
        <http://lexvo.org/id/term/ukr/%D0%9A%D0%B0%D0%BC%D0%B1%D0%BE%D0%B4%D0%B6%D0%B0>,
        <http://lexvo.org/id/term/urd/%DA%A9%D9%85%D8%A8%D9%88%DA%88%DB%8C%D8%A7>,
        <http://lexvo.org/id/term/vai-Latn/Ka%C5%8Bbhodiya>,
        <http://lexvo.org/id/term/vai/%EA%95%AA%EA%95%B9%EA%94%B5%EA%95%A9>,
        <http://lexvo.org/id/term/vie/Campuchia>,
        <http://lexvo.org/id/term/vun/Kambodia>,
        <http://lexvo.org/id/term/wae/Kambod%C5%A1a>,
        <http://lexvo.org/id/term/wal/%E1%8A%AB%E1%88%9D%E1%89%A6%E1%8B%B2%E1%8B%AB>,
        <http://lexvo.org/id/term/xog/Kambodya>,
        <http://lexvo.org/id/term/yav/K%C3%A1mb%C3%B3se>,
        <http://lexvo.org/id/term/yor/Or%C3%ADl%E1%BA%B9%CC%81%C3%A8de%20K%C3%A0m%C3%B9b%C3%B3d%C3%AD%C3%A0>,
        <http://lexvo.org/id/term/zsm/Kemboja>,
        <http://lexvo.org/id/term/zul/i-Cambodia> ;
    owl:sameAs <http://psi.oasis-open.org/iso/3166/#116>,
        <http://sws.geonames.org/1831722/> .

<http://lexvo.org/id/iso3166/KI> a lvont:GeographicRegion ;
    rdfs:label "Kiribati"@af,
        "Kèlèbati"@agq,
        "Kiribati"@ak,
        "ኪሪባቲ"@am,
        "كيريباتي"@ar,
        "Kiribati"@asa,
        "Kiribati"@ast,
        "Kiribati"@az,
        "Kìrìbatì"@bas,
        "Кірыбаці"@be,
        "Hukilibati"@bez,
        "Кирибати"@bg,
        "Kiribati"@bm,
        "কিরিবাতি"@bn,
        "ཀི་རི་བཱ་ཏི།"@bo,
        "Kiribati"@br,
        "किरिबाती"@brx,
        "Kiribati"@bs,
        "Кирибати"@bs-Cyrl,
        "Kiribati"@ca,
        "Kiribati"@cgg,
        "ᎧᎵᏆᏘ"@chr,
        "基里巴斯"@cmn,
        "基里巴斯"@cmn-Hant,
        "Kiribati"@cs,
        "Kiribati"@cy,
        "Kiribati"@da,
        "Kiribati"@dav,
        "Kiribati"@de,
        "Kiribaati"@dje,
        "ཀི་རི་བ་ཏི་མཚོ་གླིང"@dz,
        "Kiribati"@ebu,
        "Kiribati nutome"@ee,
        "Κιριμπάτι"@el,
        "ISO 3166-1:KI"@en,
        "Kiribati"@en,
        "𐐗𐐮𐑉𐐲𐐺𐐪𐐻𐐨"@en-Dsrt,
        "Kiribato"@eo,
        "Kiribati"@es,
        "Kiribati"@et,
        "Kiribati"@eu,
        "Kiribatí"@ewo,
        "کریباتی"@fa,
        "Kiribari"@ff,
        "Kiribati"@fi,
        "Kiribati"@fil,
        "Kiribati"@fo,
        "Kiribati"@fr,
        "Kiribati"@fur,
        "Ciribeas"@ga,
        "Ciribeas"@gd,
        "Kiribati"@gl,
        "Kiribaati"@gsw,
        "કિરિબાટી"@gu,
        "Kiribati"@guz,
        "Kiribati"@ha,
        "קיריבאטי"@he,
        "किरिबाती"@hi,
        "Kiribati"@hr,
        "Kiribati"@hu,
        "Կիրիբատի"@hy,
        "Kiribati"@ia,
        "Kiribati"@id,
        "Kíribatí"@is,
        "Kiribati"@it,
        "キリバス"@ja,
        "Kiribati"@jmc,
        "კირიბატი"@ka,
        "Kiribati"@kab,
        "Kiribati"@kam,
        "Kilibati"@kde,
        "Kiribati"@kea,
        "Kiribaati"@khq,
        "Kiribati"@ki,
        "Kiribati"@kl,
        "Emetab Kiribati"@kln,
        "គិរិបាទី"@km,
        "ಕಿರಿಬಾತಿ"@kn,
        "키리바시"@ko,
        "کِرٕباتی"@ks,
        "Kiibati"@ksb,
        "kiribáti"@ksf,
        "Kiribati"@ksh,
        "Kiribáati"@lag,
        "Kiribati"@lg,
        "Kiribati"@ln,
        "ຄິລິບາຕິ"@lo,
        "Kiribatis"@lt,
        "Kiribati"@lu,
        "Kiribati"@luo,
        "Kiribati"@luy,
        "Kiribati"@lv,
        "Kiribati"@mas,
        "Kiribati"@mer,
        "Kiribati"@mfe,
        "Kiribati"@mg,
        "Кирибати"@mk,
        "കിരിബാത്തി"@ml,
        "किरीबाटी"@mr,
        "Kiribati"@mt,
        "Sǝr Kiribati"@mua,
        "Kiribati"@naq,
        "Kiribati"@nb,
        "Khiribati"@nd,
        "किरिबाटी"@ne,
        "Kiribati"@nl,
        "Kiribati"@nmg,
        "Kiribati"@nn,
        "Kiribati"@nyn,
        "କିରିବାଟୀ"@or,
        "Kiribati"@pl,
        "Quiribati"@pt,
        "Kiribati"@rm,
        "Kiribati"@rn,
        "Kiribati"@ro,
        "Kiribati"@rof,
        "Кирибати"@ru,
        "Kiribati"@rwk,
        "Kiribati"@saq,
        "Kilibati"@sbp,
        "Kiribati"@se,
        "Quiribati"@seh,
        "Kiribaati"@ses,
        "Kiribati"@sg,
        "ⴽⵉⵔⵉⴱⴰⵜⵉ"@shi,
        "kiribati"@shi-Latn,
        "කිරිබති"@si,
        "Kiribati"@sk,
        "Kiribati"@sl,
        "Kiribati"@sn,
        "Kiribati"@so,
        "Qiribati"@sq,
        "Кирибати"@sr,
        "Kiribati"@sr-Latn,
        "Kiribati"@sv,
        "Kiribati"@swc,
        "Kiribati"@swh,
        "கிரிபடி"@ta,
        "కిరిబాటి"@te,
        "Kiribati"@teo,
        "คิริบาส"@th,
        "ኪሪባቲ"@ti,
        "Kilipasi"@to,
        "Kiribati"@tr,
        "Kiribaati"@twq,
        "Kiribati"@tzm,
        "Кірибаті"@uk,
        "کریباتی"@ur,
        "ꕃꔸꕑꔳ"@vai,
        "Kiribhati"@vai-Latn,
        "Kiribati"@vi,
        "Kiribati"@vun,
        "Kiribati"@wae,
        "Kiribati"@xog,
        "kilipatí"@yav,
        "Orílẹ́ède Kiribati"@yo,
        "Kiribati"@zsm,
        "i-Kiribati"@zu ;
    lvont:label <http://lexvo.org/id/term/afr/Kiribati>,
        <http://lexvo.org/id/term/agq/K%C3%A8l%C3%A8bati>,
        <http://lexvo.org/id/term/aka/Kiribati>,
        <http://lexvo.org/id/term/amh/%E1%8A%AA%E1%88%AA%E1%89%A3%E1%89%B2>,
        <http://lexvo.org/id/term/ara/%D9%83%D9%8A%D8%B1%D9%8A%D8%A8%D8%A7%D8%AA%D9%8A>,
        <http://lexvo.org/id/term/asa/Kiribati>,
        <http://lexvo.org/id/term/ast/Kiribati>,
        <http://lexvo.org/id/term/aze/Kiribati>,
        <http://lexvo.org/id/term/bam/Kiribati>,
        <http://lexvo.org/id/term/bas/K%C3%ACr%C3%ACbat%C3%AC>,
        <http://lexvo.org/id/term/bel/%D0%9A%D1%96%D1%80%D1%8B%D0%B1%D0%B0%D1%86%D1%96>,
        <http://lexvo.org/id/term/ben/%E0%A6%95%E0%A6%BF%E0%A6%B0%E0%A6%BF%E0%A6%AC%E0%A6%BE%E0%A6%A4%E0%A6%BF>,
        <http://lexvo.org/id/term/bez/Hukilibati>,
        <http://lexvo.org/id/term/bod/%E0%BD%80%E0%BD%B2%E0%BC%8B%E0%BD%A2%E0%BD%B2%E0%BC%8B%E0%BD%96%E0%BD%B1%E0%BC%8B%E0%BD%8F%E0%BD%B2%E0%BC%8D>,
        <http://lexvo.org/id/term/bos-Cyrl/%D0%9A%D0%B8%D1%80%D0%B8%D0%B1%D0%B0%D1%82%D0%B8>,
        <http://lexvo.org/id/term/bos/Kiribati>,
        <http://lexvo.org/id/term/bre/Kiribati>,
        <http://lexvo.org/id/term/brx/%E0%A4%95%E0%A4%BF%E0%A4%B0%E0%A4%BF%E0%A4%AC%E0%A4%BE%E0%A4%A4%E0%A5%80>,
        <http://lexvo.org/id/term/bul/%D0%9A%D0%B8%D1%80%D0%B8%D0%B1%D0%B0%D1%82%D0%B8>,
        <http://lexvo.org/id/term/cat/Kiribati>,
        <http://lexvo.org/id/term/ces/Kiribati>,
        <http://lexvo.org/id/term/cgg/Kiribati>,
        <http://lexvo.org/id/term/chr/%E1%8E%A7%E1%8E%B5%E1%8F%86%E1%8F%98>,
        <http://lexvo.org/id/term/cmn-Hant/%E5%9F%BA%E9%87%8C%E5%B7%B4%E6%96%AF>,
        <http://lexvo.org/id/term/cmn/%E5%9F%BA%E9%87%8C%E5%B7%B4%E6%96%AF>,
        <http://lexvo.org/id/term/cym/Kiribati>,
        <http://lexvo.org/id/term/dan/Kiribati>,
        <http://lexvo.org/id/term/dav/Kiribati>,
        <http://lexvo.org/id/term/deu/Kiribati>,
        <http://lexvo.org/id/term/dje/Kiribaati>,
        <http://lexvo.org/id/term/dzo/%E0%BD%80%E0%BD%B2%E0%BC%8B%E0%BD%A2%E0%BD%B2%E0%BC%8B%E0%BD%96%E0%BC%8B%E0%BD%8F%E0%BD%B2%E0%BC%8B%E0%BD%98%E0%BD%9A%E0%BD%BC%E0%BC%8B%E0%BD%82%E0%BE%B3%E0%BD%B2%E0%BD%84>,
        <http://lexvo.org/id/term/ebu/Kiribati>,
        <http://lexvo.org/id/term/ell/%CE%9A%CE%B9%CF%81%CE%B9%CE%BC%CF%80%CE%AC%CF%84%CE%B9>,
        <http://lexvo.org/id/term/eng-Dsrt/%F0%90%90%97%F0%90%90%AE%F0%90%91%89%F0%90%90%B2%F0%90%90%BA%F0%90%90%AA%F0%90%90%BB%F0%90%90%A8>,
        <http://lexvo.org/id/term/eng/ISO%203166-1%3AKI>,
        <http://lexvo.org/id/term/eng/Kiribati>,
        <http://lexvo.org/id/term/epo/Kiribato>,
        <http://lexvo.org/id/term/est/Kiribati>,
        <http://lexvo.org/id/term/eus/Kiribati>,
        <http://lexvo.org/id/term/ewe/Kiribati%20nutome>,
        <http://lexvo.org/id/term/ewo/Kiribat%C3%AD>,
        <http://lexvo.org/id/term/fao/Kiribati>,
        <http://lexvo.org/id/term/fas/%DA%A9%D8%B1%DB%8C%D8%A8%D8%A7%D8%AA%DB%8C>,
        <http://lexvo.org/id/term/fil/Kiribati>,
        <http://lexvo.org/id/term/fin/Kiribati>,
        <http://lexvo.org/id/term/fra/Kiribati>,
        <http://lexvo.org/id/term/ful/Kiribari>,
        <http://lexvo.org/id/term/fur/Kiribati>,
        <http://lexvo.org/id/term/gla/Ciribeas>,
        <http://lexvo.org/id/term/gle/Ciribeas>,
        <http://lexvo.org/id/term/glg/Kiribati>,
        <http://lexvo.org/id/term/gsw/Kiribaati>,
        <http://lexvo.org/id/term/guj/%E0%AA%95%E0%AA%BF%E0%AA%B0%E0%AA%BF%E0%AA%AC%E0%AA%BE%E0%AA%9F%E0%AB%80>,
        <http://lexvo.org/id/term/guz/Kiribati>,
        <http://lexvo.org/id/term/hau/Kiribati>,
        <http://lexvo.org/id/term/heb/%D7%A7%D7%99%D7%A8%D7%99%D7%91%D7%90%D7%98%D7%99>,
        <http://lexvo.org/id/term/hin/%E0%A4%95%E0%A4%BF%E0%A4%B0%E0%A4%BF%E0%A4%AC%E0%A4%BE%E0%A4%A4%E0%A5%80>,
        <http://lexvo.org/id/term/hrv/Kiribati>,
        <http://lexvo.org/id/term/hun/Kiribati>,
        <http://lexvo.org/id/term/hye/%D4%BF%D5%AB%D6%80%D5%AB%D5%A2%D5%A1%D5%BF%D5%AB>,
        <http://lexvo.org/id/term/ina/Kiribati>,
        <http://lexvo.org/id/term/ind/Kiribati>,
        <http://lexvo.org/id/term/isl/K%C3%ADribat%C3%AD>,
        <http://lexvo.org/id/term/ita/Kiribati>,
        <http://lexvo.org/id/term/jmc/Kiribati>,
        <http://lexvo.org/id/term/jpn/%E3%82%AD%E3%83%AA%E3%83%90%E3%82%B9>,
        <http://lexvo.org/id/term/kab/Kiribati>,
        <http://lexvo.org/id/term/kal/Kiribati>,
        <http://lexvo.org/id/term/kam/Kiribati>,
        <http://lexvo.org/id/term/kan/%E0%B2%95%E0%B2%BF%E0%B2%B0%E0%B2%BF%E0%B2%AC%E0%B2%BE%E0%B2%A4%E0%B2%BF>,
        <http://lexvo.org/id/term/kas/%DA%A9%D9%90%D8%B1%D9%95%D8%A8%D8%A7%D8%AA%DB%8C>,
        <http://lexvo.org/id/term/kat/%E1%83%99%E1%83%98%E1%83%A0%E1%83%98%E1%83%91%E1%83%90%E1%83%A2%E1%83%98>,
        <http://lexvo.org/id/term/kde/Kilibati>,
        <http://lexvo.org/id/term/kea/Kiribati>,
        <http://lexvo.org/id/term/khm/%E1%9E%82%E1%9E%B7%E1%9E%9A%E1%9E%B7%E1%9E%94%E1%9E%B6%E1%9E%91%E1%9E%B8>,
        <http://lexvo.org/id/term/khq/Kiribaati>,
        <http://lexvo.org/id/term/kik/Kiribati>,
        <http://lexvo.org/id/term/kln/Emetab%20Kiribati>,
        <http://lexvo.org/id/term/kor/%ED%82%A4%EB%A6%AC%EB%B0%94%EC%8B%9C>,
        <http://lexvo.org/id/term/ksb/Kiibati>,
        <http://lexvo.org/id/term/ksf/kirib%C3%A1ti>,
        <http://lexvo.org/id/term/ksh/Kiribati>,
        <http://lexvo.org/id/term/lag/Kirib%C3%A1ati>,
        <http://lexvo.org/id/term/lao/%E0%BA%84%E0%BA%B4%E0%BA%A5%E0%BA%B4%E0%BA%9A%E0%BA%B2%E0%BA%95%E0%BA%B4>,
        <http://lexvo.org/id/term/lav/Kiribati>,
        <http://lexvo.org/id/term/lin/Kiribati>,
        <http://lexvo.org/id/term/lit/Kiribatis>,
        <http://lexvo.org/id/term/lub/Kiribati>,
        <http://lexvo.org/id/term/lug/Kiribati>,
        <http://lexvo.org/id/term/luo/Kiribati>,
        <http://lexvo.org/id/term/luy/Kiribati>,
        <http://lexvo.org/id/term/mal/%E0%B4%95%E0%B4%BF%E0%B4%B0%E0%B4%BF%E0%B4%AC%E0%B4%BE%E0%B4%A4%E0%B5%8D%E0%B4%A4%E0%B4%BF>,
        <http://lexvo.org/id/term/mar/%E0%A4%95%E0%A4%BF%E0%A4%B0%E0%A5%80%E0%A4%AC%E0%A4%BE%E0%A4%9F%E0%A5%80>,
        <http://lexvo.org/id/term/mas/Kiribati>,
        <http://lexvo.org/id/term/mer/Kiribati>,
        <http://lexvo.org/id/term/mfe/Kiribati>,
        <http://lexvo.org/id/term/mkd/%D0%9A%D0%B8%D1%80%D0%B8%D0%B1%D0%B0%D1%82%D0%B8>,
        <http://lexvo.org/id/term/mlg/Kiribati>,
        <http://lexvo.org/id/term/mlt/Kiribati>,
        <http://lexvo.org/id/term/mua/S%C7%9Dr%20Kiribati>,
        <http://lexvo.org/id/term/naq/Kiribati>,
        <http://lexvo.org/id/term/nde/Khiribati>,
        <http://lexvo.org/id/term/nep/%E0%A4%95%E0%A4%BF%E0%A4%B0%E0%A4%BF%E0%A4%AC%E0%A4%BE%E0%A4%9F%E0%A5%80>,
        <http://lexvo.org/id/term/nld/Kiribati>,
        <http://lexvo.org/id/term/nmg/Kiribati>,
        <http://lexvo.org/id/term/nno/Kiribati>,
        <http://lexvo.org/id/term/nob/Kiribati>,
        <http://lexvo.org/id/term/nyn/Kiribati>,
        <http://lexvo.org/id/term/ori/%E0%AC%95%E0%AC%BF%E0%AC%B0%E0%AC%BF%E0%AC%AC%E0%AC%BE%E0%AC%9F%E0%AD%80>,
        <http://lexvo.org/id/term/pol/Kiribati>,
        <http://lexvo.org/id/term/por/Quiribati>,
        <http://lexvo.org/id/term/rof/Kiribati>,
        <http://lexvo.org/id/term/roh/Kiribati>,
        <http://lexvo.org/id/term/ron/Kiribati>,
        <http://lexvo.org/id/term/run/Kiribati>,
        <http://lexvo.org/id/term/rus/%D0%9A%D0%B8%D1%80%D0%B8%D0%B1%D0%B0%D1%82%D0%B8>,
        <http://lexvo.org/id/term/rwk/Kiribati>,
        <http://lexvo.org/id/term/sag/Kiribati>,
        <http://lexvo.org/id/term/saq/Kiribati>,
        <http://lexvo.org/id/term/sbp/Kilibati>,
        <http://lexvo.org/id/term/seh/Quiribati>,
        <http://lexvo.org/id/term/ses/Kiribaati>,
        <http://lexvo.org/id/term/shi-Latn/kiribati>,
        <http://lexvo.org/id/term/shi/%E2%B4%BD%E2%B5%89%E2%B5%94%E2%B5%89%E2%B4%B1%E2%B4%B0%E2%B5%9C%E2%B5%89>,
        <http://lexvo.org/id/term/sin/%E0%B6%9A%E0%B7%92%E0%B6%BB%E0%B7%92%E0%B6%B6%E0%B6%AD%E0%B7%92>,
        <http://lexvo.org/id/term/slk/Kiribati>,
        <http://lexvo.org/id/term/slv/Kiribati>,
        <http://lexvo.org/id/term/sme/Kiribati>,
        <http://lexvo.org/id/term/sna/Kiribati>,
        <http://lexvo.org/id/term/som/Kiribati>,
        <http://lexvo.org/id/term/spa/Kiribati>,
        <http://lexvo.org/id/term/sqi/Qiribati>,
        <http://lexvo.org/id/term/srp-Latn/Kiribati>,
        <http://lexvo.org/id/term/srp/%D0%9A%D0%B8%D1%80%D0%B8%D0%B1%D0%B0%D1%82%D0%B8>,
        <http://lexvo.org/id/term/swc/Kiribati>,
        <http://lexvo.org/id/term/swe/Kiribati>,
        <http://lexvo.org/id/term/swh/Kiribati>,
        <http://lexvo.org/id/term/tam/%E0%AE%95%E0%AE%BF%E0%AE%B0%E0%AE%BF%E0%AE%AA%E0%AE%9F%E0%AE%BF>,
        <http://lexvo.org/id/term/tel/%E0%B0%95%E0%B0%BF%E0%B0%B0%E0%B0%BF%E0%B0%AC%E0%B0%BE%E0%B0%9F%E0%B0%BF>,
        <http://lexvo.org/id/term/teo/Kiribati>,
        <http://lexvo.org/id/term/tha/%E0%B8%84%E0%B8%B4%E0%B8%A3%E0%B8%B4%E0%B8%9A%E0%B8%B2%E0%B8%AA>,
        <http://lexvo.org/id/term/tir/%E1%8A%AA%E1%88%AA%E1%89%A3%E1%89%B2>,
        <http://lexvo.org/id/term/ton/Kilipasi>,
        <http://lexvo.org/id/term/tur/Kiribati>,
        <http://lexvo.org/id/term/twq/Kiribaati>,
        <http://lexvo.org/id/term/tzm/Kiribati>,
        <http://lexvo.org/id/term/ukr/%D0%9A%D1%96%D1%80%D0%B8%D0%B1%D0%B0%D1%82%D1%96>,
        <http://lexvo.org/id/term/urd/%DA%A9%D8%B1%DB%8C%D8%A8%D8%A7%D8%AA%DB%8C>,
        <http://lexvo.org/id/term/vai-Latn/Kiribhati>,
        <http://lexvo.org/id/term/vai/%EA%95%83%EA%94%B8%EA%95%91%EA%94%B3>,
        <http://lexvo.org/id/term/vie/Kiribati>,
        <http://lexvo.org/id/term/vun/Kiribati>,
        <http://lexvo.org/id/term/wae/Kiribati>,
        <http://lexvo.org/id/term/xog/Kiribati>,
        <http://lexvo.org/id/term/yav/kilipat%C3%AD>,
        <http://lexvo.org/id/term/yor/Or%C3%ADl%E1%BA%B9%CC%81%C3%A8de%20Kiribati>,
        <http://lexvo.org/id/term/zsm/Kiribati>,
        <http://lexvo.org/id/term/zul/i-Kiribati> ;
    owl:sameAs <http://psi.oasis-open.org/iso/3166/#296>,
        <http://sws.geonames.org/4030945/> .

<http://lexvo.org/id/iso3166/KM> a lvont:GeographicRegion ;
    rdfs:label "Comore"@af,
        "Komolòs"@agq,
        "Kɔmɔrɔs"@ak,
        "ኮሞሮስ"@am,
        "جزر القمر"@ar,
        "Komoro"@asa,
        "Les Comores"@ast,
        "Komoros"@az,
        "Kɔ̀mɔ̂r"@bas,
        "Каморскія Астравы"@be,
        "Hukomoro"@bez,
        "Комори"@bg,
        "Komɔri"@bm,
        "কমোরোস"@bn,
        "Komorez"@br,
        "कोमोरोज़"@brx,
        "Komorska Ostrva"@bs,
        "Коморска Острва"@bs-Cyrl,
        "ኮሞሮስ"@byn,
        "Comores"@ca,
        "Koromo"@cgg,
        "ᎪᎼᎳᏍ"@chr,
        "科摩罗"@cmn,
        "科摩羅群島"@cmn-Hant,
        "Komory"@cs,
        "Comoros"@cy,
        "Comorerne"@da,
        "Komoro"@dav,
        "Komoren"@de,
        "Komoor"@dje,
        "Komor"@dyo,
        "ཀོ་མོ་རོས"@dz,
        "Komoro"@ebu,
        "Komoros nutome"@ee,
        "Κομόρος"@el,
        "Comoros"@en,
        "ISO 3166-1:KM"@en,
        "𐐗𐐪𐑋𐐲𐑉𐐬𐑆"@en-Dsrt,
        "Komoroj"@eo,
        "Comoras"@es,
        "Komoorid"@et,
        "Komoreak"@eu,
        "Komɔ́r"@ewo,
        "کومور"@fa,
        "کومورو"@fa,
        "Komoor"@ff,
        "Komorit"@fi,
        "Comoros"@fil,
        "Komorooyggjarnar"@fo,
        "Comores"@fr,
        "Comoris"@fur,
        "Oileáin Chomóra"@ga,
        "Comoros"@gd,
        "Comores"@gl,
        "Komoore"@gsw,
        "કોમોરસ"@gu,
        "Komoro"@guz,
        "Kwamoras"@ha,
        "קומורוס"@he,
        "कोमोरोस"@hi,
        "Komori"@hr,
        "Comore-szigetek"@hu,
        "Կոմորոս"@hy,
        "Comoros"@ia,
        "Komoro"@id,
        "Comorosu"@ig,
        "Kómoreyjar"@is,
        "Comore"@it,
        "コモロ"@ja,
        "Kɔmɔ́lɔshi"@jgo,
        "Komoro"@jmc,
        "კომორის კუნძულები"@ka,
        "Kumur"@kab,
        "Komoro"@kam,
        "Komolo"@kde,
        "Kamoris"@kea,
        "Komoor"@khq,
        "Komoro"@ki,
        "Emetab Comoros"@kln,
        "កុំម៉ូរ៉ូស"@km,
        "ಕೊಮೊರೊಸ್"@kn,
        "코모로스"@ko,
        "کَمورَس"@ks,
        "Komolo"@ksb,
        "komɔr"@ksf,
        "de Kommoore"@ksh,
        "Komóoro"@lag,
        "Bizinga by'eKomoro"@lg,
        "Komorɛ"@ln,
        "ໂຄໂມລອດ"@lo,
        "Komorai"@lt,
        "Komoru"@lu,
        "Comoros"@luo,
        "Komoro"@luy,
        "Komoru salas"@lv,
        "Komoro"@mas,
        "Komoro"@mer,
        "Komor"@mfe,
        "Kômaoro"@mg,
        "Ukomoro"@mgh,
        "Коморос"@mk,
        "കോമറോസ്"@ml,
        "कोमोरोज"@mr,
        "Komoros"@mt,
        "komora"@mua,
        "Comoros"@naq,
        "Komorene"@nb,
        "Khomoro"@nd,
        "कोमोरोस"@ne,
        "Comoren"@nl,
        "Kɔmɔr"@nmg,
        "Komorene"@nn,
        "Komruth"@nus,
        "Koromo"@nyn,
        "କାମୋରସ୍"@or,
        "Komory"@pl,
        "Comores"@pt,
        "Comoras"@rm,
        "Izinga rya Komore"@rn,
        "Comore"@ro,
        "Komoro"@rof,
        "Коморские о-ва"@ru,
        "Komoro"@rwk,
        "Komoro"@saq,
        "Komolo"@sbp,
        "Komorosullot"@se,
        "Comores"@seh,
        "Komoor"@ses,
        "Kömôro"@sg,
        "ⵇⵓⵎⵓⵔ"@shi,
        "cumur"@shi-Latn,
        "කැමොරෝස්"@si,
        "Komory"@sk,
        "Komori"@sl,
        "Komoro"@sn,
        "Komooros"@so,
        "Komore"@sq,
        "Коморска Острва"@sr,
        "Komorska Ostrva"@sr-Latn,
        "Komorerna"@sv,
        "Komoro"@swc,
        "Komoro"@swh,
        "கோமரோஸ்"@ta,
        "కొమొరోస్"@te,
        "Komoro"@teo,
        "คอโมโรส"@th,
        "ኮሞሮስ"@ti,
        "ኮሞሮስ"@tig,
        "Komolosi"@to,
        "Komorlar"@tr,
        "Komoor"@twq,
        "Qumur"@tzm,
        "Коморські Острови"@uk,
        "کوموروس"@ur,
        "ꖏꕹꖄꔻ"@vai,
        "Komorosi"@vai-Latn,
        "Comoros"@vi,
        "Komoro"@vun,
        "Komore"@wae,
        "ኮሞሮስ"@wal,
        "Ebizinga bya Komoro"@xog,
        "Kɔmɔ́ɔl"@yav,
        "Orílẹ́ède Kòmòrósì"@yo,
        "Comoros"@zsm,
        "i-Comoros"@zu ;
    lvont:label <http://lexvo.org/id/term/afr/Comore>,
        <http://lexvo.org/id/term/agq/Komol%C3%B2s>,
        <http://lexvo.org/id/term/aka/K%C9%94m%C9%94r%C9%94s>,
        <http://lexvo.org/id/term/amh/%E1%8A%AE%E1%88%9E%E1%88%AE%E1%88%B5>,
        <http://lexvo.org/id/term/ara/%D8%AC%D8%B2%D8%B1%20%D8%A7%D9%84%D9%82%D9%85%D8%B1>,
        <http://lexvo.org/id/term/asa/Komoro>,
        <http://lexvo.org/id/term/ast/Les%20Comores>,
        <http://lexvo.org/id/term/aze/Komoros>,
        <http://lexvo.org/id/term/bam/Kom%C9%94ri>,
        <http://lexvo.org/id/term/bas/K%C9%94%CC%80m%C9%94%CC%82r>,
        <http://lexvo.org/id/term/bel/%D0%9A%D0%B0%D0%BC%D0%BE%D1%80%D1%81%D0%BA%D1%96%D1%8F%20%D0%90%D1%81%D1%82%D1%80%D0%B0%D0%B2%D1%8B>,
        <http://lexvo.org/id/term/ben/%E0%A6%95%E0%A6%AE%E0%A7%8B%E0%A6%B0%E0%A7%8B%E0%A6%B8>,
        <http://lexvo.org/id/term/bez/Hukomoro>,
        <http://lexvo.org/id/term/bos-Cyrl/%D0%9A%D0%BE%D0%BC%D0%BE%D1%80%D1%81%D0%BA%D0%B0%20%D0%9E%D1%81%D1%82%D1%80%D0%B2%D0%B0>,
        <http://lexvo.org/id/term/bos/Komorska%20Ostrva>,
        <http://lexvo.org/id/term/bre/Komorez>,
        <http://lexvo.org/id/term/brx/%E0%A4%95%E0%A5%8B%E0%A4%AE%E0%A5%8B%E0%A4%B0%E0%A5%8B%E0%A4%9C%E0%A4%BC>,
        <http://lexvo.org/id/term/bul/%D0%9A%D0%BE%D0%BC%D0%BE%D1%80%D0%B8>,
        <http://lexvo.org/id/term/byn/%E1%8A%AE%E1%88%9E%E1%88%AE%E1%88%B5>,
        <http://lexvo.org/id/term/cat/Comores>,
        <http://lexvo.org/id/term/ces/Komory>,
        <http://lexvo.org/id/term/cgg/Koromo>,
        <http://lexvo.org/id/term/chr/%E1%8E%AA%E1%8E%BC%E1%8E%B3%E1%8F%8D>,
        <http://lexvo.org/id/term/cmn-Hant/%E7%A7%91%E6%91%A9%E7%BE%85%E7%BE%A4%E5%B3%B6>,
        <http://lexvo.org/id/term/cmn/%E7%A7%91%E6%91%A9%E7%BD%97>,
        <http://lexvo.org/id/term/cym/Comoros>,
        <http://lexvo.org/id/term/dan/Comorerne>,
        <http://lexvo.org/id/term/dav/Komoro>,
        <http://lexvo.org/id/term/deu/Komoren>,
        <http://lexvo.org/id/term/dje/Komoor>,
        <http://lexvo.org/id/term/dyo/Komor>,
        <http://lexvo.org/id/term/dzo/%E0%BD%80%E0%BD%BC%E0%BC%8B%E0%BD%98%E0%BD%BC%E0%BC%8B%E0%BD%A2%E0%BD%BC%E0%BD%A6>,
        <http://lexvo.org/id/term/ebu/Komoro>,
        <http://lexvo.org/id/term/ell/%CE%9A%CE%BF%CE%BC%CF%8C%CF%81%CE%BF%CF%82>,
        <http://lexvo.org/id/term/eng-Dsrt/%F0%90%90%97%F0%90%90%AA%F0%90%91%8B%F0%90%90%B2%F0%90%91%89%F0%90%90%AC%F0%90%91%86>,
        <http://lexvo.org/id/term/eng/Comoros>,
        <http://lexvo.org/id/term/eng/ISO%203166-1%3AKM>,
        <http://lexvo.org/id/term/epo/Komoroj>,
        <http://lexvo.org/id/term/est/Komoorid>,
        <http://lexvo.org/id/term/eus/Komoreak>,
        <http://lexvo.org/id/term/ewe/Komoros%20nutome>,
        <http://lexvo.org/id/term/ewo/Kom%C9%94%CC%81r>,
        <http://lexvo.org/id/term/fao/Komorooyggjarnar>,
        <http://lexvo.org/id/term/fas/%DA%A9%D9%88%D9%85%D9%88%D8%B1>,
        <http://lexvo.org/id/term/fas/%DA%A9%D9%88%D9%85%D9%88%D8%B1%D9%88>,
        <http://lexvo.org/id/term/fil/Comoros>,
        <http://lexvo.org/id/term/fin/Komorit>,
        <http://lexvo.org/id/term/fra/Comores>,
        <http://lexvo.org/id/term/ful/Komoor>,
        <http://lexvo.org/id/term/fur/Comoris>,
        <http://lexvo.org/id/term/gla/Comoros>,
        <http://lexvo.org/id/term/gle/Oile%C3%A1in%20Chom%C3%B3ra>,
        <http://lexvo.org/id/term/glg/Comores>,
        <http://lexvo.org/id/term/gsw/Komoore>,
        <http://lexvo.org/id/term/guj/%E0%AA%95%E0%AB%8B%E0%AA%AE%E0%AB%8B%E0%AA%B0%E0%AA%B8>,
        <http://lexvo.org/id/term/guz/Komoro>,
        <http://lexvo.org/id/term/hau/Kwamoras>,
        <http://lexvo.org/id/term/heb/%D7%A7%D7%95%D7%9E%D7%95%D7%A8%D7%95%D7%A1>,
        <http://lexvo.org/id/term/hin/%E0%A4%95%E0%A5%8B%E0%A4%AE%E0%A5%8B%E0%A4%B0%E0%A5%8B%E0%A4%B8>,
        <http://lexvo.org/id/term/hrv/Komori>,
        <http://lexvo.org/id/term/hun/Comore-szigetek>,
        <http://lexvo.org/id/term/hye/%D4%BF%D5%B8%D5%B4%D5%B8%D6%80%D5%B8%D5%BD>,
        <http://lexvo.org/id/term/ibo/Comorosu>,
        <http://lexvo.org/id/term/ina/Comoros>,
        <http://lexvo.org/id/term/ind/Komoro>,
        <http://lexvo.org/id/term/isl/K%C3%B3moreyjar>,
        <http://lexvo.org/id/term/ita/Comore>,
        <http://lexvo.org/id/term/jgo/K%C9%94m%C9%94%CC%81l%C9%94shi>,
        <http://lexvo.org/id/term/jmc/Komoro>,
        <http://lexvo.org/id/term/jpn/%E3%82%B3%E3%83%A2%E3%83%AD>,
        <http://lexvo.org/id/term/kab/Kumur>,
        <http://lexvo.org/id/term/kam/Komoro>,
        <http://lexvo.org/id/term/kan/%E0%B2%95%E0%B3%8A%E0%B2%AE%E0%B3%8A%E0%B2%B0%E0%B3%8A%E0%B2%B8%E0%B3%8D>,
        <http://lexvo.org/id/term/kas/%DA%A9%D9%8E%D9%85%D9%88%D8%B1%D9%8E%D8%B3>,
        <http://lexvo.org/id/term/kat/%E1%83%99%E1%83%9D%E1%83%9B%E1%83%9D%E1%83%A0%E1%83%98%E1%83%A1%20%E1%83%99%E1%83%A3%E1%83%9C%E1%83%AB%E1%83%A3%E1%83%9A%E1%83%94%E1%83%91%E1%83%98>,
        <http://lexvo.org/id/term/kde/Komolo>,
        <http://lexvo.org/id/term/kea/Kamoris>,
        <http://lexvo.org/id/term/khm/%E1%9E%80%E1%9E%BB%E1%9F%86%E1%9E%98%E1%9F%89%E1%9E%BC%E1%9E%9A%E1%9F%89%E1%9E%BC%E1%9E%9F>,
        <http://lexvo.org/id/term/khq/Komoor>,
        <http://lexvo.org/id/term/kik/Komoro>,
        <http://lexvo.org/id/term/kln/Emetab%20Comoros>,
        <http://lexvo.org/id/term/kor/%EC%BD%94%EB%AA%A8%EB%A1%9C%EC%8A%A4>,
        <http://lexvo.org/id/term/ksb/Komolo>,
        <http://lexvo.org/id/term/ksf/kom%C9%94r>,
        <http://lexvo.org/id/term/ksh/de%20Kommoore>,
        <http://lexvo.org/id/term/lag/Kom%C3%B3oro>,
        <http://lexvo.org/id/term/lao/%E0%BB%82%E0%BA%84%E0%BB%82%E0%BA%A1%E0%BA%A5%E0%BA%AD%E0%BA%94>,
        <http://lexvo.org/id/term/lav/Komoru%20salas>,
        <http://lexvo.org/id/term/lin/Komor%C9%9B>,
        <http://lexvo.org/id/term/lit/Komorai>,
        <http://lexvo.org/id/term/lub/Komoru>,
        <http://lexvo.org/id/term/lug/Bizinga%20by'eKomoro>,
        <http://lexvo.org/id/term/luo/Comoros>,
        <http://lexvo.org/id/term/luy/Komoro>,
        <http://lexvo.org/id/term/mal/%E0%B4%95%E0%B5%8B%E0%B4%AE%E0%B4%B1%E0%B5%8B%E0%B4%B8%E0%B5%8D>,
        <http://lexvo.org/id/term/mar/%E0%A4%95%E0%A5%8B%E0%A4%AE%E0%A5%8B%E0%A4%B0%E0%A5%8B%E0%A4%9C>,
        <http://lexvo.org/id/term/mas/Komoro>,
        <http://lexvo.org/id/term/mer/Komoro>,
        <http://lexvo.org/id/term/mfe/Komor>,
        <http://lexvo.org/id/term/mgh/Ukomoro>,
        <http://lexvo.org/id/term/mkd/%D0%9A%D0%BE%D0%BC%D0%BE%D1%80%D0%BE%D1%81>,
        <http://lexvo.org/id/term/mlg/K%C3%B4maoro>,
        <http://lexvo.org/id/term/mlt/Komoros>,
        <http://lexvo.org/id/term/mua/komora>,
        <http://lexvo.org/id/term/naq/Comoros>,
        <http://lexvo.org/id/term/nde/Khomoro>,
        <http://lexvo.org/id/term/nep/%E0%A4%95%E0%A5%8B%E0%A4%AE%E0%A5%8B%E0%A4%B0%E0%A5%8B%E0%A4%B8>,
        <http://lexvo.org/id/term/nld/Comoren>,
        <http://lexvo.org/id/term/nmg/K%C9%94m%C9%94r>,
        <http://lexvo.org/id/term/nno/Komorene>,
        <http://lexvo.org/id/term/nob/Komorene>,
        <http://lexvo.org/id/term/nus/Komruth>,
        <http://lexvo.org/id/term/nyn/Koromo>,
        <http://lexvo.org/id/term/ori/%E0%AC%95%E0%AC%BE%E0%AC%AE%E0%AD%8B%E0%AC%B0%E0%AC%B8%E0%AD%8D>,
        <http://lexvo.org/id/term/pol/Komory>,
        <http://lexvo.org/id/term/por/Comores>,
        <http://lexvo.org/id/term/rof/Komoro>,
        <http://lexvo.org/id/term/roh/Comoras>,
        <http://lexvo.org/id/term/ron/Comore>,
        <http://lexvo.org/id/term/run/Izinga%20rya%20Komore>,
        <http://lexvo.org/id/term/rus/%D0%9A%D0%BE%D0%BC%D0%BE%D1%80%D1%81%D0%BA%D0%B8%D0%B5%20%D0%BE-%D0%B2%D0%B0>,
        <http://lexvo.org/id/term/rwk/Komoro>,
        <http://lexvo.org/id/term/sag/K%C3%B6m%C3%B4ro>,
        <http://lexvo.org/id/term/saq/Komoro>,
        <http://lexvo.org/id/term/sbp/Komolo>,
        <http://lexvo.org/id/term/seh/Comores>,
        <http://lexvo.org/id/term/ses/Komoor>,
        <http://lexvo.org/id/term/shi-Latn/cumur>,
        <http://lexvo.org/id/term/shi/%E2%B5%87%E2%B5%93%E2%B5%8E%E2%B5%93%E2%B5%94>,
        <http://lexvo.org/id/term/sin/%E0%B6%9A%E0%B7%90%E0%B6%B8%E0%B7%9C%E0%B6%BB%E0%B7%9D%E0%B7%83%E0%B7%8A>,
        <http://lexvo.org/id/term/slk/Komory>,
        <http://lexvo.org/id/term/slv/Komori>,
        <http://lexvo.org/id/term/sme/Komorosullot>,
        <http://lexvo.org/id/term/sna/Komoro>,
        <http://lexvo.org/id/term/som/Komooros>,
        <http://lexvo.org/id/term/spa/Comoras>,
        <http://lexvo.org/id/term/sqi/Komore>,
        <http://lexvo.org/id/term/srp-Latn/Komorska%20Ostrva>,
        <http://lexvo.org/id/term/srp/%D0%9A%D0%BE%D0%BC%D0%BE%D1%80%D1%81%D0%BA%D0%B0%20%D0%9E%D1%81%D1%82%D1%80%D0%B2%D0%B0>,
        <http://lexvo.org/id/term/swc/Komoro>,
        <http://lexvo.org/id/term/swe/Komorerna>,
        <http://lexvo.org/id/term/swh/Komoro>,
        <http://lexvo.org/id/term/tam/%E0%AE%95%E0%AF%8B%E0%AE%AE%E0%AE%B0%E0%AF%8B%E0%AE%B8%E0%AF%8D>,
        <http://lexvo.org/id/term/tel/%E0%B0%95%E0%B1%8A%E0%B0%AE%E0%B1%8A%E0%B0%B0%E0%B1%8B%E0%B0%B8%E0%B1%8D>,
        <http://lexvo.org/id/term/teo/Komoro>,
        <http://lexvo.org/id/term/tha/%E0%B8%84%E0%B8%AD%E0%B9%82%E0%B8%A1%E0%B9%82%E0%B8%A3%E0%B8%AA>,
        <http://lexvo.org/id/term/tig/%E1%8A%AE%E1%88%9E%E1%88%AE%E1%88%B5>,
        <http://lexvo.org/id/term/tir/%E1%8A%AE%E1%88%9E%E1%88%AE%E1%88%B5>,
        <http://lexvo.org/id/term/ton/Komolosi>,
        <http://lexvo.org/id/term/tur/Komorlar>,
        <http://lexvo.org/id/term/twq/Komoor>,
        <http://lexvo.org/id/term/tzm/Qumur>,
        <http://lexvo.org/id/term/ukr/%D0%9A%D0%BE%D0%BC%D0%BE%D1%80%D1%81%D1%8C%D0%BA%D1%96%20%D0%9E%D1%81%D1%82%D1%80%D0%BE%D0%B2%D0%B8>,
        <http://lexvo.org/id/term/urd/%DA%A9%D9%88%D9%85%D9%88%D8%B1%D9%88%D8%B3>,
        <http://lexvo.org/id/term/vai-Latn/Komorosi>,
        <http://lexvo.org/id/term/vai/%EA%96%8F%EA%95%B9%EA%96%84%EA%94%BB>,
        <http://lexvo.org/id/term/vie/Comoros>,
        <http://lexvo.org/id/term/vun/Komoro>,
        <http://lexvo.org/id/term/wae/Komore>,
        <http://lexvo.org/id/term/wal/%E1%8A%AE%E1%88%9E%E1%88%AE%E1%88%B5>,
        <http://lexvo.org/id/term/xog/Ebizinga%20bya%20Komoro>,
        <http://lexvo.org/id/term/yav/K%C9%94m%C9%94%CC%81%C9%94l>,
        <http://lexvo.org/id/term/yor/Or%C3%ADl%E1%BA%B9%CC%81%C3%A8de%20K%C3%B2m%C3%B2r%C3%B3s%C3%AC>,
        <http://lexvo.org/id/term/zsm/Comoros>,
        <http://lexvo.org/id/term/zul/i-Comoros> ;
    owl:sameAs <http://psi.oasis-open.org/iso/3166/#174>,
        <http://sws.geonames.org/921929/> .

<http://lexvo.org/id/iso3166/KN> a lvont:GeographicRegion ;
    rdfs:label "Saint Kitts en Nevis"@af,
        "Sɛ̀n Kî à Nevì"@agq,
        "Saint Kitts ne Nɛves"@ak,
        "ቅዱስ ኪትስ እና ኔቪስ"@am,
        "سانت كيتس ونيفيس"@ar,
        "Thantakitdhi na Nevith"@asa,
        "Saint Kitts y Nevis"@ast,
        "Seynt Kits və Nevis"@az,
        "Nûmpubi Kîts nì Nevìs"@bas,
        "Сэнт-Кітс і Нэвіс"@be,
        "Husantakitzi na Hunevis"@bez,
        "Сейнт Китс и Невис"@bg,
        "Kristɔfo-Senu-ni-Ɲevɛs"@bm,
        "সেন্ট কিটস ও নেভিস"@bn,
        "སེནྚ། ཀིཊྚས྄། དང༌། ནེ་བིས྄།"@bo,
        "Saint Kitts ha Nevis"@br,
        "सेंट किट्स एवं नेविस"@brx,
        "Sent Kits i Nevis"@bs,
        "Сент Китс и Невис"@bs-Cyrl,
        "Saint Christopher i Nevis"@ca,
        "Senti Kittis na Nevisi"@cgg,
        "ᎠᏰᏟ ᎾᎿ ᎨᏥᎸᏉᏗ ᎠᏂᏪᏌ ᎠᎴ ᎠᏂᏁᏫᏍ"@chr,
        "圣基茨和尼维斯"@cmn,
        "聖克里斯多福及尼維斯"@cmn-Hant,
        "Svatý Kitts a Nevis"@cs,
        "Saint Kitts a Nevis"@cy,
        "Saint Kitts og Nevis"@da,
        "Santakitzi na Nevis"@dav,
        "St. Kitts und Nevis"@de,
        "Seŋ Kitts nda Nevis"@dje,
        "སེནཊ་ ཀིཊས་ དང་ ནེ་བིས"@dz,
        "Santakitzi na Nevis"@ebu,
        "Saint Kitis kple Nevis nutome"@ee,
        "Σαιντ Κιτς και Νέβις"@el,
        "ISO 3166-1:KN"@en,
        "Saint Kitts and Nevis"@en,
        "𐐝𐐩𐑌𐐻 𐐗𐐮𐐻𐑅 𐐰𐑌𐐼 𐐤𐐨𐑂𐐮𐑅"@en-Dsrt,
        "Sent-Kristofo kaj Neviso"@eo,
        "San Cristóbal y Nieves"@es,
        "Saint Kitts ja Nevis"@et,
        "Saint Kitts eta Nevis"@eu,
        "Ǹfúfúb-Kilisətóv-ai-Nevis"@ewo,
        "سنت کیتس و نویس"@fa,
        "سنت کیتس و نیویس"@fa,
        "Sent Kits e Newis"@ff,
        "Saint Kitts ja Nevis"@fi,
        "Saint Kitts and Nevis"@fil,
        "Saint Kitts og Nevis"@fo,
        "Saint-Kitts-et-Nevis"@fr,
        "San Kitts e Nevis"@fur,
        "Saint Kitts agus Nevis"@ga,
        "Naomh Crìstean is Nibheis"@gd,
        "San Cristovo e Nevis"@gl,
        "St. Kitts und Niuwis"@gsw,
        "સેંટ કિટ્સ એંડ નેવિસ"@gu,
        "Santakitzi na Nevis"@guz,
        "San Kiti Da Nebis"@ha,
        "סנט קיטס ונוויס"@he,
        "सेंट किट्स और नेविस"@hi,
        "Sveti Kristofor i Nevis"@hr,
        "Saint Kitts és Nevis"@hu,
        "Սենտ Կիտս-Նեվիս"@hy,
        "Sancte Christophoro e Nevis"@ia,
        "Saint Kitts dan Nevis"@id,
        "Sankti Kristófer og Nevis"@is,
        "Saint Kitts e Nevis"@it,
        "セントクリストファー・ネイビス"@ja,
        "Santakitzi na Nevis"@jmc,
        "სენტ-კიტსი და ნევისი"@ka,
        "San Kits d Nivis"@kab,
        "Santakitzi na Nevis"@kam,
        "Santakitzi na Nevis"@kde,
        "Sãu Kristovãu i Nevis"@kea,
        "Seŋ Kitts nda Nevis"@khq,
        "Santakitzi na Nevis"@ki,
        "Saint Kitts aamma Nevis"@kl,
        "Emetab Saint Kitts ak Nevis"@kln,
        "សង់ឃីត និង​ណេវីស"@km,
        "ಸೇಂಟ್ ಕಿಟ್ಸ್ ಮತ್ತು ನೆವಿಸ್"@kn,
        "세인트크리스토퍼 네비스"@ko,
        "سینٛٹ کِٹَس تہٕ نیوِس"@ks,
        "Santakitzi na Nevis"@ksb,
        "sɛnkrǝstɔ́f ri nyɛ́vǝ"@ksf,
        "Zint Kitts un Nevis"@ksh,
        "Mʉtakatíifu kitisi na Nevíisi"@lag,
        "Senti Kitisi ne Nevisi"@lg,
        "Sántu krístofe mpé Nevɛ̀s"@ln,
        "ເຊຣນ ຄິດ ແລະ ເນວິດ"@lo,
        "Sent Kitsas ir Nevis"@lt,
        "Santu krístofe ne Neves"@lu,
        "Saint Kitts gi Nevis"@luo,
        "Santakitzi na Nevis"@luy,
        "Sentkitsa un Nevisa"@lv,
        "Santakitzi na Nevis"@mas,
        "Santakitzi na Nevis"@mer,
        "Saint-Christophe-ek-Niévès"@mfe,
        "Saint-Christophe-et-Niévès"@mg,
        "Usantakitzi na Nevis"@mgh,
        "Сент Кристофер и Невис"@mk,
        "സെയ്ൻറ് കിറ്റ്സും നെവിസും"@ml,
        "सेंट किट्स आणि नेव्हिस"@mr,
        "Saint Kitts and Nevis"@mt,
        "Sǝr Kristof ne Nievǝ"@mua,
        "Saint Kitts and Nevis"@naq,
        "St. Kitts og Nevis"@nb,
        "Saint Kitts and Nevis"@nd,
        "सेन्ट किट्स र नेभिस"@ne,
        "Saint Kitts en Nevis"@nl,
        "Saint Kitts na Nevis"@nmg,
        "St. Christopher og Nevis"@nn,
        "Senti Kittis na Nevisi"@nyn,
        "ସେଣ୍ଟ କିଟସ୍ ଏଣ୍ଡ ନେଭିସ୍"@or,
        "Saint Kitts i Nevis"@pl,
        "São Cristovão e Nevis"@pt,
        "São Cristóvão e Neves"@pt,
        "Saint Kitts e Nevis"@rm,
        "Sekitsi na Nevisi"@rn,
        "Sfântul Kitts și Nevis"@ro,
        "Santakitzi na Nevis"@rof,
        "Сент-Киттс и Невис"@ru,
        "Santakitzi na Nevis"@rwk,
        "Santakitzi na Nevis"@saq,
        "Santakitisi ni Nevisi"@sbp,
        "Saint Kitts ja Nevis"@se,
        "São Cristovão e Nevis"@seh,
        "Seŋ Kitts nda Nevis"@ses,
        "Sên-Krïstôfo-na-Nevîsi"@sg,
        "ⵙⴰⵏⴽⵔⵉⵙ ⴷ ⵏⵉⴼⵉⵙ"@shi,
        "sankris d nifis"@shi-Latn,
        "ශාන්ත කිට්ස් සහ නේවිස්"@si,
        "Saint Kitts a Nevis"@sk,
        "Saint Kitts in Nevis"@sl,
        "Saint Kitts and Nevis"@sn,
        "Saint Kitts and Nevis"@so,
        "Saint Kitts e Nevis"@sq,
        "Сент Китс и Невис"@sr,
        "Sent Kits i Nevis"@sr-Latn,
        "S:t Kitts och Nevis"@sv,
        "Santakitzi na Nevis"@swc,
        "Santakitzi na Nevis"@swh,
        "செயின்ட் கிட்ஸ் மற்றும் நெவிஸ்"@ta,
        "సెంట్ కిట్ట్స్ మరియు నెవిస్"@te,
        "Santakitzi na Nevis"@teo,
        "เซนต์คิตส์และเนวิส"@th,
        "ቅዱስ ኪትስ እና ኔቪስ"@ti,
        "Seini Kitisi mo Nevisi"@to,
        "Saint Kitts ve Nevis"@tr,
        "Seŋ Kitts nda Nevis"@twq,
        "Santekits d Nivis"@tzm,
        "Сент-Кітс і Невіс"@uk,
        "سینٹ کٹس اور نیویس"@ur,
        "ꔻꘋ ꕃꔳꔻ ꗪ ꔕꔲꔻ"@vai,
        "Siŋ Kisi ɓɛ́ Nevisi"@vai-Latn,
        "Saint Kitts và Nevis"@vi,
        "Santakitzi na Nevis"@vun,
        "St. Kitts und Nevis"@wae,
        "Senti Kitisi ne Nevisi"@xog,
        "sɛ́ŋkilistɔ́f eniɛ́f"@yav,
        "Orílẹ́ède Kiiti ati Neefi"@yo,
        "Saint Kitts dan Nevis"@zsm,
        "i-Saint Kitts ne-Nevis"@zu ;
    lvont:label <http://lexvo.org/id/term/afr/Saint%20Kitts%20en%20Nevis>,
        <http://lexvo.org/id/term/agq/S%C9%9B%CC%80n%20K%C3%AE%20%C3%A0%20Nev%C3%AC>,
        <http://lexvo.org/id/term/aka/Saint%20Kitts%20ne%20N%C9%9Bves>,
        <http://lexvo.org/id/term/amh/%E1%89%85%E1%8B%B1%E1%88%B5%20%E1%8A%AA%E1%89%B5%E1%88%B5%20%E1%8A%A5%E1%8A%93%20%E1%8A%94%E1%89%AA%E1%88%B5>,
        <http://lexvo.org/id/term/ara/%D8%B3%D8%A7%D9%86%D8%AA%20%D9%83%D9%8A%D8%AA%D8%B3%20%D9%88%D9%86%D9%8A%D9%81%D9%8A%D8%B3>,
        <http://lexvo.org/id/term/asa/Thantakitdhi%20na%20Nevith>,
        <http://lexvo.org/id/term/ast/Saint%20Kitts%20y%20Nevis>,
        <http://lexvo.org/id/term/aze/Seynt%20Kits%20v%C9%99%20Nevis>,
        <http://lexvo.org/id/term/bam/Krist%C9%94fo-Senu-ni-%C6%9Dev%C9%9Bs>,
        <http://lexvo.org/id/term/bas/N%C3%BBmpubi%20K%C3%AEts%20n%C3%AC%20Nev%C3%ACs>,
        <http://lexvo.org/id/term/bel/%D0%A1%D1%8D%D0%BD%D1%82-%D0%9A%D1%96%D1%82%D1%81%20%D1%96%20%D0%9D%D1%8D%D0%B2%D1%96%D1%81>,
        <http://lexvo.org/id/term/ben/%E0%A6%B8%E0%A7%87%E0%A6%A8%E0%A7%8D%E0%A6%9F%20%E0%A6%95%E0%A6%BF%E0%A6%9F%E0%A6%B8%20%E0%A6%93%20%E0%A6%A8%E0%A7%87%E0%A6%AD%E0%A6%BF%E0%A6%B8>,
        <http://lexvo.org/id/term/bez/Husantakitzi%20na%20Hunevis>,
        <http://lexvo.org/id/term/bod/%E0%BD%A6%E0%BD%BA%E0%BD%93%E0%BE%9A%E0%BC%8D%20%E0%BD%80%E0%BD%B2%E0%BD%8A%E0%BE%9A%E0%BD%A6%E0%BE%84%E0%BC%8D%20%E0%BD%91%E0%BD%84%E0%BC%8C%E0%BC%8D%20%E0%BD%93%E0%BD%BA%E0%BC%8B%E0%BD%96%E0%BD%B2%E0%BD%A6%E0%BE%84%E0%BC%8D>,
        <http://lexvo.org/id/term/bos-Cyrl/%D0%A1%D0%B5%D0%BD%D1%82%20%D0%9A%D0%B8%D1%82%D1%81%20%D0%B8%20%D0%9D%D0%B5%D0%B2%D0%B8%D1%81>,
        <http://lexvo.org/id/term/bos/Sent%20Kits%20i%20Nevis>,
        <http://lexvo.org/id/term/bre/Saint%20Kitts%20ha%20Nevis>,
        <http://lexvo.org/id/term/brx/%E0%A4%B8%E0%A5%87%E0%A4%82%E0%A4%9F%20%E0%A4%95%E0%A4%BF%E0%A4%9F%E0%A5%8D%E0%A4%B8%20%E0%A4%8F%E0%A4%B5%E0%A4%82%20%E0%A4%A8%E0%A5%87%E0%A4%B5%E0%A4%BF%E0%A4%B8>,
        <http://lexvo.org/id/term/bul/%D0%A1%D0%B5%D0%B9%D0%BD%D1%82%20%D0%9A%D0%B8%D1%82%D1%81%20%D0%B8%20%D0%9D%D0%B5%D0%B2%D0%B8%D1%81>,
        <http://lexvo.org/id/term/cat/Saint%20Christopher%20i%20Nevis>,
        <http://lexvo.org/id/term/ces/Svat%C3%BD%20Kitts%20a%20Nevis>,
        <http://lexvo.org/id/term/cgg/Senti%20Kittis%20na%20Nevisi>,
        <http://lexvo.org/id/term/chr/%E1%8E%A0%E1%8F%B0%E1%8F%9F%20%E1%8E%BE%E1%8E%BF%20%E1%8E%A8%E1%8F%A5%E1%8E%B8%E1%8F%89%E1%8F%97%20%E1%8E%A0%E1%8F%82%E1%8F%AA%E1%8F%8C%20%E1%8E%A0%E1%8E%B4%20%E1%8E%A0%E1%8F%82%E1%8F%81%E1%8F%AB%E1%8F%8D>,
        <http://lexvo.org/id/term/cmn-Hant/%E8%81%96%E5%85%8B%E9%87%8C%E6%96%AF%E5%A4%9A%E7%A6%8F%E5%8F%8A%E5%B0%BC%E7%B6%AD%E6%96%AF>,
        <http://lexvo.org/id/term/cmn/%E5%9C%A3%E5%9F%BA%E8%8C%A8%E5%92%8C%E5%B0%BC%E7%BB%B4%E6%96%AF>,
        <http://lexvo.org/id/term/cym/Saint%20Kitts%20a%20Nevis>,
        <http://lexvo.org/id/term/dan/Saint%20Kitts%20og%20Nevis>,
        <http://lexvo.org/id/term/dav/Santakitzi%20na%20Nevis>,
        <http://lexvo.org/id/term/deu/St.%20Kitts%20und%20Nevis>,
        <http://lexvo.org/id/term/dje/Se%C5%8B%20Kitts%20nda%20Nevis>,
        <http://lexvo.org/id/term/dzo/%E0%BD%A6%E0%BD%BA%E0%BD%93%E0%BD%8A%E0%BC%8B%20%E0%BD%80%E0%BD%B2%E0%BD%8A%E0%BD%A6%E0%BC%8B%20%E0%BD%91%E0%BD%84%E0%BC%8B%20%E0%BD%93%E0%BD%BA%E0%BC%8B%E0%BD%96%E0%BD%B2%E0%BD%A6>,
        <http://lexvo.org/id/term/ebu/Santakitzi%20na%20Nevis>,
        <http://lexvo.org/id/term/ell/%CE%A3%CE%B1%CE%B9%CE%BD%CF%84%20%CE%9A%CE%B9%CF%84%CF%82%20%CE%BA%CE%B1%CE%B9%20%CE%9D%CE%AD%CE%B2%CE%B9%CF%82>,
        <http://lexvo.org/id/term/eng-Dsrt/%F0%90%90%9D%F0%90%90%A9%F0%90%91%8C%F0%90%90%BB%20%F0%90%90%97%F0%90%90%AE%F0%90%90%BB%F0%90%91%85%20%F0%90%90%B0%F0%90%91%8C%F0%90%90%BC%20%F0%90%90%A4%F0%90%90%A8%F0%90%91%82%F0%90%90%AE%F0%90%91%85>,
        <http://lexvo.org/id/term/eng/ISO%203166-1%3AKN>,
        <http://lexvo.org/id/term/eng/Saint%20Kitts%20and%20Nevis>,
        <http://lexvo.org/id/term/epo/Sent-Kristofo%20kaj%20Neviso>,
        <http://lexvo.org/id/term/est/Saint%20Kitts%20ja%20Nevis>,
        <http://lexvo.org/id/term/eus/Saint%20Kitts%20eta%20Nevis>,
        <http://lexvo.org/id/term/ewe/Saint%20Kitis%20kple%20Nevis%20nutome>,
        <http://lexvo.org/id/term/ewo/%C7%B8f%C3%BAf%C3%BAb-Kilis%C9%99t%C3%B3v-ai-Nevis>,
        <http://lexvo.org/id/term/fao/Saint%20Kitts%20og%20Nevis>,
        <http://lexvo.org/id/term/fas/%D8%B3%D9%86%D8%AA%20%DA%A9%DB%8C%D8%AA%D8%B3%20%D9%88%20%D9%86%D9%88%DB%8C%D8%B3>,
        <http://lexvo.org/id/term/fas/%D8%B3%D9%86%D8%AA%20%DA%A9%DB%8C%D8%AA%D8%B3%20%D9%88%20%D9%86%DB%8C%D9%88%DB%8C%D8%B3>,
        <http://lexvo.org/id/term/fil/Saint%20Kitts%20and%20Nevis>,
        <http://lexvo.org/id/term/fin/Saint%20Kitts%20ja%20Nevis>,
        <http://lexvo.org/id/term/fra/Saint-Kitts-et-Nevis>,
        <http://lexvo.org/id/term/ful/Sent%20Kits%20e%20Newis>,
        <http://lexvo.org/id/term/fur/San%20Kitts%20e%20Nevis>,
        <http://lexvo.org/id/term/gla/Naomh%20Cr%C3%ACstean%20is%20Nibheis>,
        <http://lexvo.org/id/term/gle/Saint%20Kitts%20agus%20Nevis>,
        <http://lexvo.org/id/term/glg/San%20Cristovo%20e%20Nevis>,
        <http://lexvo.org/id/term/gsw/St.%20Kitts%20und%20Niuwis>,
        <http://lexvo.org/id/term/guj/%E0%AA%B8%E0%AB%87%E0%AA%82%E0%AA%9F%20%E0%AA%95%E0%AA%BF%E0%AA%9F%E0%AB%8D%E0%AA%B8%20%E0%AA%8F%E0%AA%82%E0%AA%A1%20%E0%AA%A8%E0%AB%87%E0%AA%B5%E0%AA%BF%E0%AA%B8>,
        <http://lexvo.org/id/term/guz/Santakitzi%20na%20Nevis>,
        <http://lexvo.org/id/term/hau/San%20Kiti%20Da%20Nebis>,
        <http://lexvo.org/id/term/heb/%D7%A1%D7%A0%D7%98%20%D7%A7%D7%99%D7%98%D7%A1%20%D7%95%D7%A0%D7%95%D7%95%D7%99%D7%A1>,
        <http://lexvo.org/id/term/hin/%E0%A4%B8%E0%A5%87%E0%A4%82%E0%A4%9F%20%E0%A4%95%E0%A4%BF%E0%A4%9F%E0%A5%8D%E0%A4%B8%20%E0%A4%94%E0%A4%B0%20%E0%A4%A8%E0%A5%87%E0%A4%B5%E0%A4%BF%E0%A4%B8>,
        <http://lexvo.org/id/term/hrv/Sveti%20Kristofor%20i%20Nevis>,
        <http://lexvo.org/id/term/hun/Saint%20Kitts%20%C3%A9s%20Nevis>,
        <http://lexvo.org/id/term/hye/%D5%8D%D5%A5%D5%B6%D5%BF%20%D4%BF%D5%AB%D5%BF%D5%BD-%D5%86%D5%A5%D5%BE%D5%AB%D5%BD>,
        <http://lexvo.org/id/term/ina/Sancte%20Christophoro%20e%20Nevis>,
        <http://lexvo.org/id/term/ind/Saint%20Kitts%20dan%20Nevis>,
        <http://lexvo.org/id/term/isl/Sankti%20Krist%C3%B3fer%20og%20Nevis>,
        <http://lexvo.org/id/term/ita/Saint%20Kitts%20e%20Nevis>,
        <http://lexvo.org/id/term/jmc/Santakitzi%20na%20Nevis>,
        <http://lexvo.org/id/term/jpn/%E3%82%BB%E3%83%B3%E3%83%88%E3%82%AF%E3%83%AA%E3%82%B9%E3%83%88%E3%83%95%E3%82%A1%E3%83%BC%E3%83%BB%E3%83%8D%E3%82%A4%E3%83%93%E3%82%B9>,
        <http://lexvo.org/id/term/kab/San%20Kits%20d%20Nivis>,
        <http://lexvo.org/id/term/kal/Saint%20Kitts%20aamma%20Nevis>,
        <http://lexvo.org/id/term/kam/Santakitzi%20na%20Nevis>,
        <http://lexvo.org/id/term/kan/%E0%B2%B8%E0%B3%87%E0%B2%82%E0%B2%9F%E0%B3%8D%20%E0%B2%95%E0%B2%BF%E0%B2%9F%E0%B3%8D%E0%B2%B8%E0%B3%8D%20%E0%B2%AE%E0%B2%A4%E0%B3%8D%E0%B2%A4%E0%B3%81%20%E0%B2%A8%E0%B3%86%E0%B2%B5%E0%B2%BF%E0%B2%B8%E0%B3%8D>,
        <http://lexvo.org/id/term/kas/%D8%B3%DB%8C%D9%86%D9%9B%D9%B9%20%DA%A9%D9%90%D9%B9%D9%8E%D8%B3%20%D8%AA%DB%81%D9%95%20%D9%86%DB%8C%D9%88%D9%90%D8%B3>,
        <http://lexvo.org/id/term/kat/%E1%83%A1%E1%83%94%E1%83%9C%E1%83%A2-%E1%83%99%E1%83%98%E1%83%A2%E1%83%A1%E1%83%98%20%E1%83%93%E1%83%90%20%E1%83%9C%E1%83%94%E1%83%95%E1%83%98%E1%83%A1%E1%83%98>,
        <http://lexvo.org/id/term/kde/Santakitzi%20na%20Nevis>,
        <http://lexvo.org/id/term/kea/S%C3%A3u%20Kristov%C3%A3u%20i%20Nevis>,
        <http://lexvo.org/id/term/khm/%E1%9E%9F%E1%9E%84%E1%9F%8B%E1%9E%83%E1%9E%B8%E1%9E%8F%20%E1%9E%93%E1%9E%B7%E1%9E%84%E2%80%8B%E1%9E%8E%E1%9F%81%E1%9E%9C%E1%9E%B8%E1%9E%9F>,
        <http://lexvo.org/id/term/khq/Se%C5%8B%20Kitts%20nda%20Nevis>,
        <http://lexvo.org/id/term/kik/Santakitzi%20na%20Nevis>,
        <http://lexvo.org/id/term/kln/Emetab%20Saint%20Kitts%20ak%20Nevis>,
        <http://lexvo.org/id/term/kor/%EC%84%B8%EC%9D%B8%ED%8A%B8%ED%81%AC%EB%A6%AC%EC%8A%A4%ED%86%A0%ED%8D%BC%20%EB%84%A4%EB%B9%84%EC%8A%A4>,
        <http://lexvo.org/id/term/ksb/Santakitzi%20na%20Nevis>,
        <http://lexvo.org/id/term/ksf/s%C9%9Bnkr%C7%9Dst%C9%94%CC%81f%20ri%20ny%C9%9B%CC%81v%C7%9D>,
        <http://lexvo.org/id/term/ksh/Zint%20Kitts%20un%20Nevis>,
        <http://lexvo.org/id/term/lag/M%CA%89takat%C3%ADifu%20kitisi%20na%20Nev%C3%ADisi>,
        <http://lexvo.org/id/term/lao/%E0%BB%80%E0%BA%8A%E0%BA%A3%E0%BA%99%20%E0%BA%84%E0%BA%B4%E0%BA%94%20%E0%BB%81%E0%BA%A5%E0%BA%B0%20%E0%BB%80%E0%BA%99%E0%BA%A7%E0%BA%B4%E0%BA%94>,
        <http://lexvo.org/id/term/lav/Sentkitsa%20un%20Nevisa>,
        <http://lexvo.org/id/term/lin/S%C3%A1ntu%20kr%C3%ADstofe%20mp%C3%A9%20Nev%C9%9B%CC%80s>,
        <http://lexvo.org/id/term/lit/Sent%20Kitsas%20ir%20Nevis>,
        <http://lexvo.org/id/term/lub/Santu%20kr%C3%ADstofe%20ne%20Neves>,
        <http://lexvo.org/id/term/lug/Senti%20Kitisi%20ne%20Nevisi>,
        <http://lexvo.org/id/term/luo/Saint%20Kitts%20gi%20Nevis>,
        <http://lexvo.org/id/term/luy/Santakitzi%20na%20Nevis>,
        <http://lexvo.org/id/term/mal/%E0%B4%B8%E0%B5%86%E0%B4%AF%E0%B5%8D%E0%B5%BB%E0%B4%B1%E0%B5%8D%20%E0%B4%95%E0%B4%BF%E0%B4%B1%E0%B5%8D%E0%B4%B1%E0%B5%8D%E0%B4%B8%E0%B5%81%E0%B4%82%20%E0%B4%A8%E0%B5%86%E0%B4%B5%E0%B4%BF%E0%B4%B8%E0%B5%81%E0%B4%82>,
        <http://lexvo.org/id/term/mar/%E0%A4%B8%E0%A5%87%E0%A4%82%E0%A4%9F%20%E0%A4%95%E0%A4%BF%E0%A4%9F%E0%A5%8D%E0%A4%B8%20%E0%A4%86%E0%A4%A3%E0%A4%BF%20%E0%A4%A8%E0%A5%87%E0%A4%B5%E0%A5%8D%E0%A4%B9%E0%A4%BF%E0%A4%B8>,
        <http://lexvo.org/id/term/mas/Santakitzi%20na%20Nevis>,
        <http://lexvo.org/id/term/mer/Santakitzi%20na%20Nevis>,
        <http://lexvo.org/id/term/mfe/Saint-Christophe-ek-Ni%C3%A9v%C3%A8s>,
        <http://lexvo.org/id/term/mgh/Usantakitzi%20na%20Nevis>,
        <http://lexvo.org/id/term/mkd/%D0%A1%D0%B5%D0%BD%D1%82%20%D0%9A%D1%80%D0%B8%D1%81%D1%82%D0%BE%D1%84%D0%B5%D1%80%20%D0%B8%20%D0%9D%D0%B5%D0%B2%D0%B8%D1%81>,
        <http://lexvo.org/id/term/mlg/Saint-Christophe-et-Ni%C3%A9v%C3%A8s>,
        <http://lexvo.org/id/term/mlt/Saint%20Kitts%20and%20Nevis>,
        <http://lexvo.org/id/term/mua/S%C7%9Dr%20Kristof%20ne%20Niev%C7%9D>,
        <http://lexvo.org/id/term/naq/Saint%20Kitts%20and%20Nevis>,
        <http://lexvo.org/id/term/nde/Saint%20Kitts%20and%20Nevis>,
        <http://lexvo.org/id/term/nep/%E0%A4%B8%E0%A5%87%E0%A4%A8%E0%A5%8D%E0%A4%9F%20%E0%A4%95%E0%A4%BF%E0%A4%9F%E0%A5%8D%E0%A4%B8%20%E0%A4%B0%20%E0%A4%A8%E0%A5%87%E0%A4%AD%E0%A4%BF%E0%A4%B8>,
        <http://lexvo.org/id/term/nld/Saint%20Kitts%20en%20Nevis>,
        <http://lexvo.org/id/term/nmg/Saint%20Kitts%20na%20Nevis>,
        <http://lexvo.org/id/term/nno/St.%20Christopher%20og%20Nevis>,
        <http://lexvo.org/id/term/nob/St.%20Kitts%20og%20Nevis>,
        <http://lexvo.org/id/term/nyn/Senti%20Kittis%20na%20Nevisi>,
        <http://lexvo.org/id/term/ori/%E0%AC%B8%E0%AD%87%E0%AC%A3%E0%AD%8D%E0%AC%9F%20%E0%AC%95%E0%AC%BF%E0%AC%9F%E0%AC%B8%E0%AD%8D%20%E0%AC%8F%E0%AC%A3%E0%AD%8D%E0%AC%A1%20%E0%AC%A8%E0%AD%87%E0%AC%AD%E0%AC%BF%E0%AC%B8%E0%AD%8D>,
        <http://lexvo.org/id/term/pol/Saint%20Kitts%20i%20Nevis>,
        <http://lexvo.org/id/term/por/S%C3%A3o%20Crist%C3%B3v%C3%A3o%20e%20Neves>,
        <http://lexvo.org/id/term/por/S%C3%A3o%20Cristov%C3%A3o%20e%20Nevis>,
        <http://lexvo.org/id/term/rof/Santakitzi%20na%20Nevis>,
        <http://lexvo.org/id/term/roh/Saint%20Kitts%20e%20Nevis>,
        <http://lexvo.org/id/term/ron/Sf%C3%A2ntul%20Kitts%20%C8%99i%20Nevis>,
        <http://lexvo.org/id/term/run/Sekitsi%20na%20Nevisi>,
        <http://lexvo.org/id/term/rus/%D0%A1%D0%B5%D0%BD%D1%82-%D0%9A%D0%B8%D1%82%D1%82%D1%81%20%D0%B8%20%D0%9D%D0%B5%D0%B2%D0%B8%D1%81>,
        <http://lexvo.org/id/term/rwk/Santakitzi%20na%20Nevis>,
        <http://lexvo.org/id/term/sag/S%C3%AAn-Kr%C3%AFst%C3%B4fo-na-Nev%C3%AEsi>,
        <http://lexvo.org/id/term/saq/Santakitzi%20na%20Nevis>,
        <http://lexvo.org/id/term/sbp/Santakitisi%20ni%20Nevisi>,
        <http://lexvo.org/id/term/seh/S%C3%A3o%20Cristov%C3%A3o%20e%20Nevis>,
        <http://lexvo.org/id/term/ses/Se%C5%8B%20Kitts%20nda%20Nevis>,
        <http://lexvo.org/id/term/shi-Latn/sankris%20d%20nifis>,
        <http://lexvo.org/id/term/shi/%E2%B5%99%E2%B4%B0%E2%B5%8F%E2%B4%BD%E2%B5%94%E2%B5%89%E2%B5%99%20%E2%B4%B7%20%E2%B5%8F%E2%B5%89%E2%B4%BC%E2%B5%89%E2%B5%99>,
        <http://lexvo.org/id/term/sin/%E0%B7%81%E0%B7%8F%E0%B6%B1%E0%B7%8A%E0%B6%AD%20%E0%B6%9A%E0%B7%92%E0%B6%A7%E0%B7%8A%E0%B7%83%E0%B7%8A%20%E0%B7%83%E0%B7%84%20%E0%B6%B1%E0%B7%9A%E0%B7%80%E0%B7%92%E0%B7%83%E0%B7%8A>,
        <http://lexvo.org/id/term/slk/Saint%20Kitts%20a%20Nevis>,
        <http://lexvo.org/id/term/slv/Saint%20Kitts%20in%20Nevis>,
        <http://lexvo.org/id/term/sme/Saint%20Kitts%20ja%20Nevis>,
        <http://lexvo.org/id/term/sna/Saint%20Kitts%20and%20Nevis>,
        <http://lexvo.org/id/term/som/Saint%20Kitts%20and%20Nevis>,
        <http://lexvo.org/id/term/spa/San%20Crist%C3%B3bal%20y%20Nieves>,
        <http://lexvo.org/id/term/sqi/Saint%20Kitts%20e%20Nevis>,
        <http://lexvo.org/id/term/srp-Latn/Sent%20Kits%20i%20Nevis>,
        <http://lexvo.org/id/term/srp/%D0%A1%D0%B5%D0%BD%D1%82%20%D0%9A%D0%B8%D1%82%D1%81%20%D0%B8%20%D0%9D%D0%B5%D0%B2%D0%B8%D1%81>,
        <http://lexvo.org/id/term/swc/Santakitzi%20na%20Nevis>,
        <http://lexvo.org/id/term/swe/S%3At%20Kitts%20och%20Nevis>,
        <http://lexvo.org/id/term/swh/Santakitzi%20na%20Nevis>,
        <http://lexvo.org/id/term/tam/%E0%AE%9A%E0%AF%86%E0%AE%AF%E0%AE%BF%E0%AE%A9%E0%AF%8D%E0%AE%9F%E0%AF%8D%20%E0%AE%95%E0%AE%BF%E0%AE%9F%E0%AF%8D%E0%AE%B8%E0%AF%8D%20%E0%AE%AE%E0%AE%B1%E0%AF%8D%E0%AE%B1%E0%AF%81%E0%AE%AE%E0%AF%8D%20%E0%AE%A8%E0%AF%86%E0%AE%B5%E0%AE%BF%E0%AE%B8%E0%AF%8D>,
        <http://lexvo.org/id/term/tel/%E0%B0%B8%E0%B1%86%E0%B0%82%E0%B0%9F%E0%B1%8D%20%E0%B0%95%E0%B0%BF%E0%B0%9F%E0%B1%8D%E0%B0%9F%E0%B1%8D%E0%B0%B8%E0%B1%8D%20%E0%B0%AE%E0%B0%B0%E0%B0%BF%E0%B0%AF%E0%B1%81%20%E0%B0%A8%E0%B1%86%E0%B0%B5%E0%B0%BF%E0%B0%B8%E0%B1%8D>,
        <http://lexvo.org/id/term/teo/Santakitzi%20na%20Nevis>,
        <http://lexvo.org/id/term/tha/%E0%B9%80%E0%B8%8B%E0%B8%99%E0%B8%95%E0%B9%8C%E0%B8%84%E0%B8%B4%E0%B8%95%E0%B8%AA%E0%B9%8C%E0%B9%81%E0%B8%A5%E0%B8%B0%E0%B9%80%E0%B8%99%E0%B8%A7%E0%B8%B4%E0%B8%AA>,
        <http://lexvo.org/id/term/tir/%E1%89%85%E1%8B%B1%E1%88%B5%20%E1%8A%AA%E1%89%B5%E1%88%B5%20%E1%8A%A5%E1%8A%93%20%E1%8A%94%E1%89%AA%E1%88%B5>,
        <http://lexvo.org/id/term/ton/Seini%20Kitisi%20mo%20Nevisi>,
        <http://lexvo.org/id/term/tur/Saint%20Kitts%20ve%20Nevis>,
        <http://lexvo.org/id/term/twq/Se%C5%8B%20Kitts%20nda%20Nevis>,
        <http://lexvo.org/id/term/tzm/Santekits%20d%20Nivis>,
        <http://lexvo.org/id/term/ukr/%D0%A1%D0%B5%D0%BD%D1%82-%D0%9A%D1%96%D1%82%D1%81%20%D1%96%20%D0%9D%D0%B5%D0%B2%D1%96%D1%81>,
        <http://lexvo.org/id/term/urd/%D8%B3%DB%8C%D9%86%D9%B9%20%DA%A9%D9%B9%D8%B3%20%D8%A7%D9%88%D8%B1%20%D9%86%DB%8C%D9%88%DB%8C%D8%B3>,
        <http://lexvo.org/id/term/vai-Latn/Si%C5%8B%20Kisi%20%C9%93%C9%9B%CC%81%20Nevisi>,
        <http://lexvo.org/id/term/vai/%EA%94%BB%EA%98%8B%20%EA%95%83%EA%94%B3%EA%94%BB%20%EA%97%AA%20%EA%94%95%EA%94%B2%EA%94%BB>,
        <http://lexvo.org/id/term/vie/Saint%20Kitts%20v%C3%A0%20Nevis>,
        <http://lexvo.org/id/term/vun/Santakitzi%20na%20Nevis>,
        <http://lexvo.org/id/term/wae/St.%20Kitts%20und%20Nevis>,
        <http://lexvo.org/id/term/xog/Senti%20Kitisi%20ne%20Nevisi>,
        <http://lexvo.org/id/term/yav/s%C9%9B%CC%81%C5%8Bkilist%C9%94%CC%81f%20eni%C9%9B%CC%81f>,
        <http://lexvo.org/id/term/yor/Or%C3%ADl%E1%BA%B9%CC%81%C3%A8de%20Kiiti%20ati%20Neefi>,
        <http://lexvo.org/id/term/zsm/Saint%20Kitts%20dan%20Nevis>,
        <http://lexvo.org/id/term/zul/i-Saint%20Kitts%20ne-Nevis> ;
    owl:sameAs <http://psi.oasis-open.org/iso/3166/#659>,
        <http://sws.geonames.org/3575174/> .

<http://lexvo.org/id/iso3166/KP> a lvont:GeographicRegion ;
    rdfs:label "Noord-Korea"@af,
        "Kùulîa, Ekùw"@agq,
        "Etifi Koria"@ak,
        "ሰሜን ኮሪያ"@am,
        "كوريا الشمالية"@ar,
        "Korea Kathkazini"@asa,
        "Corea del Norte"@ast,
        "Şimal Koreya"@az,
        "Kɔ̀re ì Ŋ̀ɔmbɔk"@bas,
        "Паўночная Карэя"@be,
        "Hukolea Kaskazini"@bez,
        "Северна Корея"@bg,
        "Kɛɲɛka Kore"@bm,
        "উত্তর কোরিয়া"@bn,
        "Korea an Norzh"@br,
        "उत्तर कोरिया"@brx,
        "Severna Koreja"@bs,
        "Северна Кореја"@bs-Cyrl,
        "ደቡብ ኮሪያ"@byn,
        "Corea del Nord"@ca,
        "Koreya Amatemba"@cgg,
        "ᏧᏴᏢ ᎪᎵᎠ"@chr,
        "朝鲜"@cmn,
        "北韓"@cmn-Hant,
        "Severní Korea"@cs,
        "Gogledd Corea"@cy,
        "Nordkorea"@da,
        "Korea Kaskazini"@dav,
        "Demokratische Volksrepublik Korea"@de,
        "Gurma Kooree"@dje,
        "བྱང་ ཀོ་རི་ཡ"@dz,
        "Korea Kaskazini"@ebu,
        "Dziehe Korea nutome"@ee,
        "Βόρεια Κορέα"@el,
        "ISO 3166-1:KP"@en,
        "North Korea"@en,
        "𐐤𐐱𐑉𐑃 𐐗𐐲𐑉𐐨𐐲"@en-Dsrt,
        "Nord-Koreo"@eo,
        "Corea del Norte"@es,
        "Põhja-Korea"@et,
        "Ipar Korea"@eu,
        "Koré yá Nór"@ewo,
        "کرهٔ شمالی"@fa,
        "کوریای شمالی"@fa,
        "Koree Rewo"@ff,
        "Pohjois-Korea"@fi,
        "North Korea"@fil,
        "Norður-Korea"@fo,
        "Corée du Nord"@fr,
        "Coree dal nord"@fur,
        "An Chóiré Thuaidh"@ga,
        "Coirèa a Tuath"@gd,
        "Corea do Norte"@gl,
        "Demokraatischi Volksrepublik Koreea"@gsw,
        "ઉત્તર કોરિયા"@gu,
        "Korea Kaskazini"@guz,
        "Koreya Ta Arewa"@ha,
        "צפ' קוריאה"@he,
        "उत्तर कोरिया"@hi,
        "Sjeverna Koreja"@hr,
        "Észak-Korea"@hu,
        "Հյուսիսային Կորեա"@hy,
        "Corea del Nord"@ia,
        "Korea Utara"@id,
        "Norður-Kórea"@is,
        "Corea del Nord"@it,
        "朝鮮民主主義人民共和国"@ja,
        "Korea Kaskazini"@jmc,
        "ჩრდილოეთი კორეა"@ka,
        "Kurya, Ufella"@kab,
        "Korea Kaskazini"@kam,
        "Kolea Kasikazini"@kde,
        "Koreia di Norti"@kea,
        "Kooree, Gurma"@khq,
        "Korea Kaskazini"@ki,
        "Korea Avannarleq"@kl,
        "Emetab Korea nebo murot katam"@kln,
        "កូរ៉េ​ខាង​ជើង"@km,
        "ಉತ್ತರ ಕೋರಿಯಾ"@kn,
        "조선 민주주의 인민 공화국"@ko,
        "شُمٲلی کورِیا"@ks,
        "Kolea Kaskazini"@ksb,
        "korɛanɔ́r"@ksf,
        "Nood-Koreja"@ksh,
        "Koréa yʉ ʉtʉrʉko"@lag,
        "Koreya ey'omumambuka"@lg,
        "Korɛ ya nɔ́rdi"@ln,
        "ເກົາຫລີເໜືອ"@lo,
        "Šiaurės Korėja"@lt,
        "Kore wa muulu"@lu,
        "Korea Masawa"@luo,
        "Korea Kaskazini"@luy,
        "Ziemeļkoreja"@lv,
        "Korea Kaskazini"@mas,
        "Korea Nothi"@mer,
        "Lakore-dinor"@mfe,
        "Korea Avaratra"@mg,
        "Ukorea Kaskazini"@mgh,
        "Северна Кореја"@mk,
        "ഉത്തരകൊറിയ"@ml,
        "उत्तर कोरिया"@mr,
        "Koreja ta’ Fuq"@mt,
        "Sǝr Kore fah sǝŋ"@mua,
        "မြောက်ကိုရီးယား"@my,
        "Koreab, Noord"@naq,
        "Nord-Korea"@nb,
        "North Korea"@nd,
        "उत्तर कोरिया"@ne,
        "Noord-Korea"@nl,
        "Koré yí bvuɔ"@nmg,
        "Nord-Korea"@nn,
        "Koreya Amatemba"@nyn,
        "ଉତ୍ତର କୋରିଆ"@or,
        "Korea Północna"@pl,
        "Coreia do Norte"@pt,
        "Corea dal Nord"@rm,
        "Koreya y'amajaruguru"@rn,
        "Coreea de Nord"@ro,
        "Korea Kaskazini"@rof,
        "Северная Корея"@ru,
        "Korea Kaskazini"@rwk,
        "Korea Kaskazini"@saq,
        "Koleya ya luvala lwa Kunyamande"@sbp,
        "Davvi-Korea"@se,
        "Coréia do Norte"@seh,
        "Kooree, Gurma"@ses,
        "Korëe tî Banga"@sg,
        "ⴽⵓⵔⵢⴰ ⵏ ⵉⵥⵥⵍⵎⴹ"@shi,
        "kurya n iẓẓlmḍ"@shi-Latn,
        "උතුරු කොරියාව"@si,
        "Kórejská ľudovodemokratická republika"@sk,
        "Severna Koreja"@sl,
        "Korea, North"@sn,
        "Kuuriyada Waqooyi"@so,
        "Koreja e Veriut"@sq,
        "Северна Кореја"@sr,
        "Severna Koreja"@sr-Latn,
        "Nordkorea"@sv,
        "Korea Kaskazini"@swc,
        "Korea Kaskazini"@swh,
        "வட கொரியா"@ta,
        "ఉత్తర కొరియా"@te,
        "Korea Kaskazini"@teo,
        "เกาหลีเหนือ"@th,
        "ሰሜን ኮሪያ"@ti,
        "ደቡብ ኮሪያ"@tig,
        "Kōlea tokelau"@to,
        "Kuzey Kore"@tr,
        "Kooree, Gurma"@twq,
        "Kurya Tugafat"@tzm,
        "Північна Корея"@uk,
        "شمالی کوریا"@ur,
        "ꖏꔸꕩ ꗛꔤ ꕪꘋꗒ"@vai,
        "Koriya Kɔi Kaŋndɔ"@vai-Latn,
        "Bắc Triều Tiên"@vi,
        "Korea Kaskazini"@vun,
        "Nordkorea"@wae,
        "ደቡብ ኮሪያ"@wal,
        "Koreya eya mumambuka"@xog,
        "kɔlé u muɛnɛ́"@yav,
        "Orílẹ́ède Guusu Kọria"@yo,
        "Utara Korea"@zsm,
        "i-North Korea"@zu ;
    lvont:label <http://lexvo.org/id/term/afr/Noord-Korea>,
        <http://lexvo.org/id/term/agq/K%C3%B9ul%C3%AEa%2C%20Ek%C3%B9w>,
        <http://lexvo.org/id/term/aka/Etifi%20Koria>,
        <http://lexvo.org/id/term/amh/%E1%88%B0%E1%88%9C%E1%8A%95%20%E1%8A%AE%E1%88%AA%E1%8B%AB>,
        <http://lexvo.org/id/term/ara/%D9%83%D9%88%D8%B1%D9%8A%D8%A7%20%D8%A7%D9%84%D8%B4%D9%85%D8%A7%D9%84%D9%8A%D8%A9>,
        <http://lexvo.org/id/term/asa/Korea%20Kathkazini>,
        <http://lexvo.org/id/term/ast/Corea%20del%20Norte>,
        <http://lexvo.org/id/term/aze/%C5%9Eimal%20Koreya>,
        <http://lexvo.org/id/term/bam/K%C9%9B%C9%B2%C9%9Bka%20Kore>,
        <http://lexvo.org/id/term/bas/K%C9%94%CC%80re%20%C3%AC%20%C5%8A%CC%80%C9%94mb%C9%94k>,
        <http://lexvo.org/id/term/bel/%D0%9F%D0%B0%D1%9E%D0%BD%D0%BE%D1%87%D0%BD%D0%B0%D1%8F%20%D0%9A%D0%B0%D1%80%D1%8D%D1%8F>,
        <http://lexvo.org/id/term/ben/%E0%A6%89%E0%A6%A4%E0%A7%8D%E0%A6%A4%E0%A6%B0%20%E0%A6%95%E0%A7%8B%E0%A6%B0%E0%A6%BF%E0%A6%AF%E0%A6%BC%E0%A6%BE>,
        <http://lexvo.org/id/term/bez/Hukolea%20Kaskazini>,
        <http://lexvo.org/id/term/bos-Cyrl/%D0%A1%D0%B5%D0%B2%D0%B5%D1%80%D0%BD%D0%B0%20%D0%9A%D0%BE%D1%80%D0%B5%D1%98%D0%B0>,
        <http://lexvo.org/id/term/bos/Severna%20Koreja>,
        <http://lexvo.org/id/term/bre/Korea%20an%20Norzh>,
        <http://lexvo.org/id/term/brx/%E0%A4%89%E0%A4%A4%E0%A5%8D%E0%A4%A4%E0%A4%B0%20%E0%A4%95%E0%A5%8B%E0%A4%B0%E0%A4%BF%E0%A4%AF%E0%A4%BE>,
        <http://lexvo.org/id/term/bul/%D0%A1%D0%B5%D0%B2%D0%B5%D1%80%D0%BD%D0%B0%20%D0%9A%D0%BE%D1%80%D0%B5%D1%8F>,
        <http://lexvo.org/id/term/byn/%E1%8B%B0%E1%89%A1%E1%89%A5%20%E1%8A%AE%E1%88%AA%E1%8B%AB>,
        <http://lexvo.org/id/term/cat/Corea%20del%20Nord>,
        <http://lexvo.org/id/term/ces/Severn%C3%AD%20Korea>,
        <http://lexvo.org/id/term/cgg/Koreya%20Amatemba>,
        <http://lexvo.org/id/term/chr/%E1%8F%A7%E1%8F%B4%E1%8F%A2%20%E1%8E%AA%E1%8E%B5%E1%8E%A0>,
        <http://lexvo.org/id/term/cmn-Hant/%E5%8C%97%E9%9F%93>,
        <http://lexvo.org/id/term/cmn/%E6%9C%9D%E9%B2%9C>,
        <http://lexvo.org/id/term/cym/Gogledd%20Corea>,
        <http://lexvo.org/id/term/dan/Nordkorea>,
        <http://lexvo.org/id/term/dav/Korea%20Kaskazini>,
        <http://lexvo.org/id/term/deu/Demokratische%20Volksrepublik%20Korea>,
        <http://lexvo.org/id/term/dje/Gurma%20Kooree>,
        <http://lexvo.org/id/term/dzo/%E0%BD%96%E0%BE%B1%E0%BD%84%E0%BC%8B%20%E0%BD%80%E0%BD%BC%E0%BC%8B%E0%BD%A2%E0%BD%B2%E0%BC%8B%E0%BD%A1>,
        <http://lexvo.org/id/term/ebu/Korea%20Kaskazini>,
        <http://lexvo.org/id/term/ell/%CE%92%CF%8C%CF%81%CE%B5%CE%B9%CE%B1%20%CE%9A%CE%BF%CF%81%CE%AD%CE%B1>,
        <http://lexvo.org/id/term/eng-Dsrt/%F0%90%90%A4%F0%90%90%B1%F0%90%91%89%F0%90%91%83%20%F0%90%90%97%F0%90%90%B2%F0%90%91%89%F0%90%90%A8%F0%90%90%B2>,
        <http://lexvo.org/id/term/eng/ISO%203166-1%3AKP>,
        <http://lexvo.org/id/term/eng/North%20Korea>,
        <http://lexvo.org/id/term/epo/Nord-Koreo>,
        <http://lexvo.org/id/term/est/P%C3%B5hja-Korea>,
        <http://lexvo.org/id/term/eus/Ipar%20Korea>,
        <http://lexvo.org/id/term/ewe/Dziehe%20Korea%20nutome>,
        <http://lexvo.org/id/term/ewo/Kor%C3%A9%20y%C3%A1%20N%C3%B3r>,
        <http://lexvo.org/id/term/fao/Nor%C3%B0ur-Korea>,
        <http://lexvo.org/id/term/fas/%DA%A9%D8%B1%D9%87%D9%94%20%D8%B4%D9%85%D8%A7%D9%84%DB%8C>,
        <http://lexvo.org/id/term/fas/%DA%A9%D9%88%D8%B1%DB%8C%D8%A7%DB%8C%20%D8%B4%D9%85%D8%A7%D9%84%DB%8C>,
        <http://lexvo.org/id/term/fil/North%20Korea>,
        <http://lexvo.org/id/term/fin/Pohjois-Korea>,
        <http://lexvo.org/id/term/fra/Cor%C3%A9e%20du%20Nord>,
        <http://lexvo.org/id/term/ful/Koree%20Rewo>,
        <http://lexvo.org/id/term/fur/Coree%20dal%20nord>,
        <http://lexvo.org/id/term/gla/Coir%C3%A8a%20a%20Tuath>,
        <http://lexvo.org/id/term/gle/An%20Ch%C3%B3ir%C3%A9%20Thuaidh>,
        <http://lexvo.org/id/term/glg/Corea%20do%20Norte>,
        <http://lexvo.org/id/term/gsw/Demokraatischi%20Volksrepublik%20Koreea>,
        <http://lexvo.org/id/term/guj/%E0%AA%89%E0%AA%A4%E0%AB%8D%E0%AA%A4%E0%AA%B0%20%E0%AA%95%E0%AB%8B%E0%AA%B0%E0%AA%BF%E0%AA%AF%E0%AA%BE>,
        <http://lexvo.org/id/term/guz/Korea%20Kaskazini>,
        <http://lexvo.org/id/term/hau/Koreya%20Ta%20Arewa>,
        <http://lexvo.org/id/term/heb/%D7%A6%D7%A4'%20%D7%A7%D7%95%D7%A8%D7%99%D7%90%D7%94>,
        <http://lexvo.org/id/term/hin/%E0%A4%89%E0%A4%A4%E0%A5%8D%E0%A4%A4%E0%A4%B0%20%E0%A4%95%E0%A5%8B%E0%A4%B0%E0%A4%BF%E0%A4%AF%E0%A4%BE>,
        <http://lexvo.org/id/term/hrv/Sjeverna%20Koreja>,
        <http://lexvo.org/id/term/hun/%C3%89szak-Korea>,
        <http://lexvo.org/id/term/hye/%D5%80%D5%B5%D5%B8%D6%82%D5%BD%D5%AB%D5%BD%D5%A1%D5%B5%D5%AB%D5%B6%20%D4%BF%D5%B8%D6%80%D5%A5%D5%A1>,
        <http://lexvo.org/id/term/ina/Corea%20del%20Nord>,
        <http://lexvo.org/id/term/ind/Korea%20Utara>,
        <http://lexvo.org/id/term/isl/Nor%C3%B0ur-K%C3%B3rea>,
        <http://lexvo.org/id/term/ita/Corea%20del%20Nord>,
        <http://lexvo.org/id/term/jmc/Korea%20Kaskazini>,
        <http://lexvo.org/id/term/jpn/%E6%9C%9D%E9%AE%AE%E6%B0%91%E4%B8%BB%E4%B8%BB%E7%BE%A9%E4%BA%BA%E6%B0%91%E5%85%B1%E5%92%8C%E5%9B%BD>,
        <http://lexvo.org/id/term/kab/Kurya%2C%20Ufella>,
        <http://lexvo.org/id/term/kal/Korea%20Avannarleq>,
        <http://lexvo.org/id/term/kam/Korea%20Kaskazini>,
        <http://lexvo.org/id/term/kan/%E0%B2%89%E0%B2%A4%E0%B3%8D%E0%B2%A4%E0%B2%B0%20%E0%B2%95%E0%B3%8B%E0%B2%B0%E0%B2%BF%E0%B2%AF%E0%B2%BE>,
        <http://lexvo.org/id/term/kas/%D8%B4%D9%8F%D9%85%D9%B2%D9%84%DB%8C%20%DA%A9%D9%88%D8%B1%D9%90%DB%8C%D8%A7>,
        <http://lexvo.org/id/term/kat/%E1%83%A9%E1%83%A0%E1%83%93%E1%83%98%E1%83%9A%E1%83%9D%E1%83%94%E1%83%97%E1%83%98%20%E1%83%99%E1%83%9D%E1%83%A0%E1%83%94%E1%83%90>,
        <http://lexvo.org/id/term/kde/Kolea%20Kasikazini>,
        <http://lexvo.org/id/term/kea/Koreia%20di%20Norti>,
        <http://lexvo.org/id/term/khm/%E1%9E%80%E1%9E%BC%E1%9E%9A%E1%9F%89%E1%9F%81%E2%80%8B%E1%9E%81%E1%9E%B6%E1%9E%84%E2%80%8B%E1%9E%87%E1%9E%BE%E1%9E%84>,
        <http://lexvo.org/id/term/khq/Kooree%2C%20Gurma>,
        <http://lexvo.org/id/term/kik/Korea%20Kaskazini>,
        <http://lexvo.org/id/term/kln/Emetab%20Korea%20nebo%20murot%20katam>,
        <http://lexvo.org/id/term/kor/%EC%A1%B0%EC%84%A0%20%EB%AF%BC%EC%A3%BC%EC%A3%BC%EC%9D%98%20%EC%9D%B8%EB%AF%BC%20%EA%B3%B5%ED%99%94%EA%B5%AD>,
        <http://lexvo.org/id/term/ksb/Kolea%20Kaskazini>,
        <http://lexvo.org/id/term/ksf/kor%C9%9Ban%C9%94%CC%81r>,
        <http://lexvo.org/id/term/ksh/Nood-Koreja>,
        <http://lexvo.org/id/term/lag/Kor%C3%A9a%20y%CA%89%20%CA%89t%CA%89r%CA%89ko>,
        <http://lexvo.org/id/term/lao/%E0%BB%80%E0%BA%81%E0%BA%BB%E0%BA%B2%E0%BA%AB%E0%BA%A5%E0%BA%B5%E0%BB%80%E0%BB%9C%E0%BA%B7%E0%BA%AD>,
        <http://lexvo.org/id/term/lav/Zieme%C4%BCkoreja>,
        <http://lexvo.org/id/term/lin/Kor%C9%9B%20ya%20n%C9%94%CC%81rdi>,
        <http://lexvo.org/id/term/lit/%C5%A0iaur%C4%97s%20Kor%C4%97ja>,
        <http://lexvo.org/id/term/lub/Kore%20wa%20muulu>,
        <http://lexvo.org/id/term/lug/Koreya%20ey'omumambuka>,
        <http://lexvo.org/id/term/luo/Korea%20Masawa>,
        <http://lexvo.org/id/term/luy/Korea%20Kaskazini>,
        <http://lexvo.org/id/term/mal/%E0%B4%89%E0%B4%A4%E0%B5%8D%E0%B4%A4%E0%B4%B0%E0%B4%95%E0%B5%8A%E0%B4%B1%E0%B4%BF%E0%B4%AF>,
        <http://lexvo.org/id/term/mar/%E0%A4%89%E0%A4%A4%E0%A5%8D%E0%A4%A4%E0%A4%B0%20%E0%A4%95%E0%A5%8B%E0%A4%B0%E0%A4%BF%E0%A4%AF%E0%A4%BE>,
        <http://lexvo.org/id/term/mas/Korea%20Kaskazini>,
        <http://lexvo.org/id/term/mer/Korea%20Nothi>,
        <http://lexvo.org/id/term/mfe/Lakore-dinor>,
        <http://lexvo.org/id/term/mgh/Ukorea%20Kaskazini>,
        <http://lexvo.org/id/term/mkd/%D0%A1%D0%B5%D0%B2%D0%B5%D1%80%D0%BD%D0%B0%20%D0%9A%D0%BE%D1%80%D0%B5%D1%98%D0%B0>,
        <http://lexvo.org/id/term/mlg/Korea%20Avaratra>,
        <http://lexvo.org/id/term/mlt/Koreja%20ta%E2%80%99%20Fuq>,
        <http://lexvo.org/id/term/mua/S%C7%9Dr%20Kore%20fah%20s%C7%9D%C5%8B>,
        <http://lexvo.org/id/term/mya/%E1%80%99%E1%80%BC%E1%80%B1%E1%80%AC%E1%80%80%E1%80%BA%E1%80%80%E1%80%AD%E1%80%AF%E1%80%9B%E1%80%AE%E1%80%B8%E1%80%9A%E1%80%AC%E1%80%B8>,
        <http://lexvo.org/id/term/naq/Koreab%2C%20Noord>,
        <http://lexvo.org/id/term/nde/North%20Korea>,
        <http://lexvo.org/id/term/nep/%E0%A4%89%E0%A4%A4%E0%A5%8D%E0%A4%A4%E0%A4%B0%20%E0%A4%95%E0%A5%8B%E0%A4%B0%E0%A4%BF%E0%A4%AF%E0%A4%BE>,
        <http://lexvo.org/id/term/nld/Noord-Korea>,
        <http://lexvo.org/id/term/nmg/Kor%C3%A9%20y%C3%AD%20bvu%C9%94>,
        <http://lexvo.org/id/term/nno/Nord-Korea>,
        <http://lexvo.org/id/term/nob/Nord-Korea>,
        <http://lexvo.org/id/term/nyn/Koreya%20Amatemba>,
        <http://lexvo.org/id/term/ori/%E0%AC%89%E0%AC%A4%E0%AD%8D%E0%AC%A4%E0%AC%B0%20%E0%AC%95%E0%AD%8B%E0%AC%B0%E0%AC%BF%E0%AC%86>,
        <http://lexvo.org/id/term/pol/Korea%20P%C3%B3%C5%82nocna>,
        <http://lexvo.org/id/term/por/Coreia%20do%20Norte>,
        <http://lexvo.org/id/term/rof/Korea%20Kaskazini>,
        <http://lexvo.org/id/term/roh/Corea%20dal%20Nord>,
        <http://lexvo.org/id/term/ron/Coreea%20de%20Nord>,
        <http://lexvo.org/id/term/run/Koreya%20y'amajaruguru>,
        <http://lexvo.org/id/term/rus/%D0%A1%D0%B5%D0%B2%D0%B5%D1%80%D0%BD%D0%B0%D1%8F%20%D0%9A%D0%BE%D1%80%D0%B5%D1%8F>,
        <http://lexvo.org/id/term/rwk/Korea%20Kaskazini>,
        <http://lexvo.org/id/term/sag/Kor%C3%ABe%20t%C3%AE%20Banga>,
        <http://lexvo.org/id/term/saq/Korea%20Kaskazini>,
        <http://lexvo.org/id/term/sbp/Koleya%20ya%20luvala%20lwa%20Kunyamande>,
        <http://lexvo.org/id/term/seh/Cor%C3%A9ia%20do%20Norte>,
        <http://lexvo.org/id/term/ses/Kooree%2C%20Gurma>,
        <http://lexvo.org/id/term/shi-Latn/kurya%20n%20i%E1%BA%93%E1%BA%93lm%E1%B8%8D>,
        <http://lexvo.org/id/term/shi/%E2%B4%BD%E2%B5%93%E2%B5%94%E2%B5%A2%E2%B4%B0%20%E2%B5%8F%20%E2%B5%89%E2%B5%A5%E2%B5%A5%E2%B5%8D%E2%B5%8E%E2%B4%B9>,
        <http://lexvo.org/id/term/sin/%E0%B6%8B%E0%B6%AD%E0%B7%94%E0%B6%BB%E0%B7%94%20%E0%B6%9A%E0%B7%9C%E0%B6%BB%E0%B7%92%E0%B6%BA%E0%B7%8F%E0%B7%80>,
        <http://lexvo.org/id/term/slk/K%C3%B3rejsk%C3%A1%20%C4%BEudovodemokratick%C3%A1%20republika>,
        <http://lexvo.org/id/term/slv/Severna%20Koreja>,
        <http://lexvo.org/id/term/sme/Davvi-Korea>,
        <http://lexvo.org/id/term/sna/Korea%2C%20North>,
        <http://lexvo.org/id/term/som/Kuuriyada%20Waqooyi>,
        <http://lexvo.org/id/term/spa/Corea%20del%20Norte>,
        <http://lexvo.org/id/term/sqi/Koreja%20e%20Veriut>,
        <http://lexvo.org/id/term/srp-Latn/Severna%20Koreja>,
        <http://lexvo.org/id/term/srp/%D0%A1%D0%B5%D0%B2%D0%B5%D1%80%D0%BD%D0%B0%20%D0%9A%D0%BE%D1%80%D0%B5%D1%98%D0%B0>,
        <http://lexvo.org/id/term/swc/Korea%20Kaskazini>,
        <http://lexvo.org/id/term/swe/Nordkorea>,
        <http://lexvo.org/id/term/swh/Korea%20Kaskazini>,
        <http://lexvo.org/id/term/tam/%E0%AE%B5%E0%AE%9F%20%E0%AE%95%E0%AF%8A%E0%AE%B0%E0%AE%BF%E0%AE%AF%E0%AE%BE>,
        <http://lexvo.org/id/term/tel/%E0%B0%89%E0%B0%A4%E0%B1%8D%E0%B0%A4%E0%B0%B0%20%E0%B0%95%E0%B1%8A%E0%B0%B0%E0%B0%BF%E0%B0%AF%E0%B0%BE>,
        <http://lexvo.org/id/term/teo/Korea%20Kaskazini>,
        <http://lexvo.org/id/term/tha/%E0%B9%80%E0%B8%81%E0%B8%B2%E0%B8%AB%E0%B8%A5%E0%B8%B5%E0%B9%80%E0%B8%AB%E0%B8%99%E0%B8%B7%E0%B8%AD>,
        <http://lexvo.org/id/term/tig/%E1%8B%B0%E1%89%A1%E1%89%A5%20%E1%8A%AE%E1%88%AA%E1%8B%AB>,
        <http://lexvo.org/id/term/tir/%E1%88%B0%E1%88%9C%E1%8A%95%20%E1%8A%AE%E1%88%AA%E1%8B%AB>,
        <http://lexvo.org/id/term/ton/K%C5%8Dlea%20tokelau>,
        <http://lexvo.org/id/term/tur/Kuzey%20Kore>,
        <http://lexvo.org/id/term/twq/Kooree%2C%20Gurma>,
        <http://lexvo.org/id/term/tzm/Kurya%20Tugafat>,
        <http://lexvo.org/id/term/ukr/%D0%9F%D1%96%D0%B2%D0%BD%D1%96%D1%87%D0%BD%D0%B0%20%D0%9A%D0%BE%D1%80%D0%B5%D1%8F>,
        <http://lexvo.org/id/term/urd/%D8%B4%D9%85%D8%A7%D9%84%DB%8C%20%DA%A9%D9%88%D8%B1%DB%8C%D8%A7>,
        <http://lexvo.org/id/term/vai-Latn/Koriya%20K%C9%94i%20Ka%C5%8Bnd%C9%94>,
        <http://lexvo.org/id/term/vai/%EA%96%8F%EA%94%B8%EA%95%A9%20%EA%97%9B%EA%94%A4%20%EA%95%AA%EA%98%8B%EA%97%92>,
        <http://lexvo.org/id/term/vie/B%E1%BA%AFc%20Tri%E1%BB%81u%20Ti%C3%AAn>,
        <http://lexvo.org/id/term/vun/Korea%20Kaskazini>,
        <http://lexvo.org/id/term/wae/Nordkorea>,
        <http://lexvo.org/id/term/wal/%E1%8B%B0%E1%89%A1%E1%89%A5%20%E1%8A%AE%E1%88%AA%E1%8B%AB>,
        <http://lexvo.org/id/term/xog/Koreya%20eya%20mumambuka>,
        <http://lexvo.org/id/term/yav/k%C9%94l%C3%A9%20u%20mu%C9%9Bn%C9%9B%CC%81>,
        <http://lexvo.org/id/term/yor/Or%C3%ADl%E1%BA%B9%CC%81%C3%A8de%20Guusu%20K%E1%BB%8Dria>,
        <http://lexvo.org/id/term/zsm/Utara%20Korea>,
        <http://lexvo.org/id/term/zul/i-North%20Korea> ;
    owl:sameAs <http://psi.oasis-open.org/iso/3166/#408>,
        <http://sws.geonames.org/1873107/> .

<http://lexvo.org/id/iso3166/KR> a lvont:GeographicRegion ;
    rdfs:label "Suid-Korea"@af,
        "Kùulîa, Emàm"@agq,
        "Anaafo Koria"@ak,
        "ደቡብ ኮሪያ"@am,
        "كوريا الجنوبية"@ar,
        "Korea Kuthini"@asa,
        "Corea del Sur"@ast,
        "Cənub Koreya"@az,
        "Kɔ̀re ì Ŋ̀wɛ̀lmbɔk"@bas,
        "Паўднёвая Карэя"@be,
        "Hukolea Kusini"@bez,
        "Корея, Южна"@bg,
        "Worodugu Kore"@bm,
        "দক্ষিণ কোরিয়া"@bn,
        "ཀོ་རི་ཡ། ལྷོ་མ།"@bo,
        "Korea ar Su"@br,
        "दक्षिण कोरिया"@brx,
        "Južna Koreja"@bs,
        "Јужна Кореја"@bs-Cyrl,
        "ሰሜን ኮሪያ"@byn,
        "Corea del Sud"@ca,
        "Koreya Amashuuma"@cgg,
        "ᏧᎦᏃᏮ ᎪᎵᎠ"@chr,
        "韩国"@cmn,
        "南韓"@cmn-Hant,
        "Jižní Korea"@cs,
        "De Corea"@cy,
        "Sydkorea"@da,
        "Korea Kusini"@dav,
        "Republik Korea"@de,
        "Hawsa Kooree"@dje,
        "ལྷོ་ ཀོ་རི་ཡ"@dz,
        "Korea Kusini"@ebu,
        "Anyiehe Korea nutome"@ee,
        "Νότια Κορέα"@el,
        "ISO 3166-1:KR"@en,
        "South Korea"@en,
        "𐐝𐐵𐑃 𐐗𐐲𐑉𐐨𐐲"@en-Dsrt,
        "Sud-Koreo"@eo,
        "Corea del Sur"@es,
        "Lõuna-Korea"@et,
        "Hego Korea"@eu,
        "Koré yá Súd"@ewo,
        "کرهٔ جنوبی"@fa,
        "کوریای جنوبی"@fa,
        "Koree Worgo"@ff,
        "Etelä-Korea"@fi,
        "South Korea"@fil,
        "Suður-Korea"@fo,
        "Corée du Sud"@fr,
        "Coree dal sud"@fur,
        "An Chóiré Theas"@ga,
        "Coirèa a Deas"@gd,
        "Corea do Sur"@gl,
        "Republik Koreea"@gsw,
        "દક્ષિણ કોરિયા"@gu,
        "Korea Kusini"@guz,
        "Koreya Ta Kudu"@ha,
        "דר' קוריאה"@he,
        "दक्षिण कोरिया"@hi,
        "Južna Koreja"@hr,
        "Dél-Korea"@hu,
        "Հարավային Կորեա"@hy,
        "Corea del Sud"@ia,
        "Korea Selatan"@id,
        "Suður-Kórea"@is,
        "Corea del Sud"@it,
        "大韓民国"@ja,
        "Korea Kusini"@jmc,
        "სამხრეთი კორეა"@ka,
        "Kurya, Wadda"@kab,
        "Korea Kusini"@kam,
        "Kolea Kusini"@kde,
        "Koreia di Sul"@kea,
        "Kooree, Hawsa"@khq,
        "Korea Kusini"@ki,
        "Солтүстік Корея"@kk,
        "Korea Kujalleq"@kl,
        "Emetab korea nebo murot tai"@kln,
        "កូរ៉េ​ខាង​ត្បូង"@km,
        "ದಕ್ಷಿಣ ಕೋರಿಯಾ"@kn,
        "대한민국"@ko,
        "جنوٗبی کورِیا"@ks,
        "Kolea Kusini"@ksb,
        "korɛasud"@ksf,
        "Söd-Koreja"@ksh,
        "Koréa ya Saame"@lag,
        "Koreya ey'omumaserengeta"@lg,
        "Korɛ ya súdi"@ln,
        "ເກົາຫລີໃຕ້"@lo,
        "Pietų Korėja"@lt,
        "Kore wa mwinshi"@lu,
        "Korea Milambo"@luo,
        "Korea Kusini"@luy,
        "Dienvidkoreja"@lv,
        "Korea Kusini"@mas,
        "Korea Saũthi"@mer,
        "Lakore-disid"@mfe,
        "Korea Atsimo"@mg,
        "Ukorea Kusini"@mgh,
        "Јужна Кореја"@mk,
        "ദക്ഷിണകൊറിയ"@ml,
        "दक्षिण कोरिया"@mr,
        "Koreja t’Isfel"@mt,
        "Sǝr Kore nekǝsǝŋ"@mua,
        "တောင်ကိုရီးယား"@my,
        "Koreab, Suid"@naq,
        "Sør-Korea"@nb,
        "South Korea"@nd,
        "दक्षिण कोरिया"@ne,
        "Zuid-Korea"@nl,
        "Koré yí sí"@nmg,
        "Sør-Korea"@nn,
        "Koreya Amashuuma"@nyn,
        "ଦକ୍ଷିଣ କୋରିଆ"@or,
        "Korea Południowa"@pl,
        "Coreia do Sul"@pt,
        "Corea dal Sid"@rm,
        "Koreya y'amajepfo"@rn,
        "Coreea de Sud"@ro,
        "Korea Kusini"@rof,
        "Республика Корея"@ru,
        "Korea Kusini"@rwk,
        "Korea Kusini"@saq,
        "Koleya ya Kusini"@sbp,
        "Mátta-Korea"@se,
        "Coréia do Sul"@seh,
        "Kooree, Hawsa"@ses,
        "Korëe tî Mbongo"@sg,
        "ⴽⵓⵔⵢⴰ ⵏ ⵉⴼⴼⵓⵙ"@shi,
        "kurya n iffus"@shi-Latn,
        "දකුණු කොරියාව"@si,
        "Južná Kórea"@sk,
        "Južna Koreja"@sl,
        "Korea, South"@sn,
        "Kuuriyada Koonfureed"@so,
        "Koreja e Jugut"@sq,
        "Јужна Кореја"@sr,
        "Južna Koreja"@sr-Latn,
        "Sydkorea"@sv,
        "Korea Kusini"@swc,
        "Korea Kusini"@swh,
        "தென் கொரியா"@ta,
        "దక్షిణ కొరియా"@te,
        "Korea Kusini"@teo,
        "เกาหลีใต้"@th,
        "ደቡብ ኮሪያ"@ti,
        "ሰሜን ኮሪያ"@tig,
        "Kōlea tonga"@to,
        "Güney Kore"@tr,
        "Kooree, Hawsa"@twq,
        "Kurya Tunẓult"@tzm,
        "Південна Корея"@uk,
        "جنوبی کوریا"@ur,
        "ꖏꔸꕩ ꗛꔤ ꔒꘋꗣ ꗏ"@vai,
        "Koriya Kɔi Leŋŋɛ Lɔ"@vai-Latn,
        "Hàn Quốc"@vi,
        "Korea Kusini"@vun,
        "Südkorea"@wae,
        "ሰሜን ኮሪያ"@wal,
        "Koreya eya mumaserengeta"@xog,
        "kɔlé wu mbát"@yav,
        "Orílẹ́ède Ariwa Kọria"@yo,
        "Selatan Korea"@zsm,
        "i-South Korea"@zu ;
    lvont:label <http://lexvo.org/id/term/afr/Suid-Korea>,
        <http://lexvo.org/id/term/agq/K%C3%B9ul%C3%AEa%2C%20Em%C3%A0m>,
        <http://lexvo.org/id/term/aka/Anaafo%20Koria>,
        <http://lexvo.org/id/term/amh/%E1%8B%B0%E1%89%A1%E1%89%A5%20%E1%8A%AE%E1%88%AA%E1%8B%AB>,
        <http://lexvo.org/id/term/ara/%D9%83%D9%88%D8%B1%D9%8A%D8%A7%20%D8%A7%D9%84%D8%AC%D9%86%D9%88%D8%A8%D9%8A%D8%A9>,
        <http://lexvo.org/id/term/asa/Korea%20Kuthini>,
        <http://lexvo.org/id/term/ast/Corea%20del%20Sur>,
        <http://lexvo.org/id/term/aze/C%C9%99nub%20Koreya>,
        <http://lexvo.org/id/term/bam/Worodugu%20Kore>,
        <http://lexvo.org/id/term/bas/K%C9%94%CC%80re%20%C3%AC%20%C5%8A%CC%80w%C9%9B%CC%80lmb%C9%94k>,
        <http://lexvo.org/id/term/bel/%D0%9F%D0%B0%D1%9E%D0%B4%D0%BD%D1%91%D0%B2%D0%B0%D1%8F%20%D0%9A%D0%B0%D1%80%D1%8D%D1%8F>,
        <http://lexvo.org/id/term/ben/%E0%A6%A6%E0%A6%95%E0%A7%8D%E0%A6%B7%E0%A6%BF%E0%A6%A3%20%E0%A6%95%E0%A7%8B%E0%A6%B0%E0%A6%BF%E0%A6%AF%E0%A6%BC%E0%A6%BE>,
        <http://lexvo.org/id/term/bez/Hukolea%20Kusini>,
        <http://lexvo.org/id/term/bod/%E0%BD%80%E0%BD%BC%E0%BC%8B%E0%BD%A2%E0%BD%B2%E0%BC%8B%E0%BD%A1%E0%BC%8D%20%E0%BD%A3%E0%BE%B7%E0%BD%BC%E0%BC%8B%E0%BD%98%E0%BC%8D>,
        <http://lexvo.org/id/term/bos-Cyrl/%D0%88%D1%83%D0%B6%D0%BD%D0%B0%20%D0%9A%D0%BE%D1%80%D0%B5%D1%98%D0%B0>,
        <http://lexvo.org/id/term/bos/Ju%C5%BEna%20Koreja>,
        <http://lexvo.org/id/term/bre/Korea%20ar%20Su>,
        <http://lexvo.org/id/term/brx/%E0%A4%A6%E0%A4%95%E0%A5%8D%E0%A4%B7%E0%A4%BF%E0%A4%A3%20%E0%A4%95%E0%A5%8B%E0%A4%B0%E0%A4%BF%E0%A4%AF%E0%A4%BE>,
        <http://lexvo.org/id/term/bul/%D0%9A%D0%BE%D1%80%D0%B5%D1%8F%2C%20%D0%AE%D0%B6%D0%BD%D0%B0>,
        <http://lexvo.org/id/term/byn/%E1%88%B0%E1%88%9C%E1%8A%95%20%E1%8A%AE%E1%88%AA%E1%8B%AB>,
        <http://lexvo.org/id/term/cat/Corea%20del%20Sud>,
        <http://lexvo.org/id/term/ces/Ji%C5%BEn%C3%AD%20Korea>,
        <http://lexvo.org/id/term/cgg/Koreya%20Amashuuma>,
        <http://lexvo.org/id/term/chr/%E1%8F%A7%E1%8E%A6%E1%8F%83%E1%8F%AE%20%E1%8E%AA%E1%8E%B5%E1%8E%A0>,
        <http://lexvo.org/id/term/cmn-Hant/%E5%8D%97%E9%9F%93>,
        <http://lexvo.org/id/term/cmn/%E9%9F%A9%E5%9B%BD>,
        <http://lexvo.org/id/term/cym/De%20Corea>,
        <http://lexvo.org/id/term/dan/Sydkorea>,
        <http://lexvo.org/id/term/dav/Korea%20Kusini>,
        <http://lexvo.org/id/term/deu/Republik%20Korea>,
        <http://lexvo.org/id/term/dje/Hawsa%20Kooree>,
        <http://lexvo.org/id/term/dzo/%E0%BD%A3%E0%BE%B7%E0%BD%BC%E0%BC%8B%20%E0%BD%80%E0%BD%BC%E0%BC%8B%E0%BD%A2%E0%BD%B2%E0%BC%8B%E0%BD%A1>,
        <http://lexvo.org/id/term/ebu/Korea%20Kusini>,
        <http://lexvo.org/id/term/ell/%CE%9D%CF%8C%CF%84%CE%B9%CE%B1%20%CE%9A%CE%BF%CF%81%CE%AD%CE%B1>,
        <http://lexvo.org/id/term/eng-Dsrt/%F0%90%90%9D%F0%90%90%B5%F0%90%91%83%20%F0%90%90%97%F0%90%90%B2%F0%90%91%89%F0%90%90%A8%F0%90%90%B2>,
        <http://lexvo.org/id/term/eng/ISO%203166-1%3AKR>,
        <http://lexvo.org/id/term/eng/South%20Korea>,
        <http://lexvo.org/id/term/epo/Sud-Koreo>,
        <http://lexvo.org/id/term/est/L%C3%B5una-Korea>,
        <http://lexvo.org/id/term/eus/Hego%20Korea>,
        <http://lexvo.org/id/term/ewe/Anyiehe%20Korea%20nutome>,
        <http://lexvo.org/id/term/ewo/Kor%C3%A9%20y%C3%A1%20S%C3%BAd>,
        <http://lexvo.org/id/term/fao/Su%C3%B0ur-Korea>,
        <http://lexvo.org/id/term/fas/%DA%A9%D8%B1%D9%87%D9%94%20%D8%AC%D9%86%D9%88%D8%A8%DB%8C>,
        <http://lexvo.org/id/term/fas/%DA%A9%D9%88%D8%B1%DB%8C%D8%A7%DB%8C%20%D8%AC%D9%86%D9%88%D8%A8%DB%8C>,
        <http://lexvo.org/id/term/fil/South%20Korea>,
        <http://lexvo.org/id/term/fin/Etel%C3%A4-Korea>,
        <http://lexvo.org/id/term/fra/Cor%C3%A9e%20du%20Sud>,
        <http://lexvo.org/id/term/ful/Koree%20Worgo>,
        <http://lexvo.org/id/term/fur/Coree%20dal%20sud>,
        <http://lexvo.org/id/term/gla/Coir%C3%A8a%20a%20Deas>,
        <http://lexvo.org/id/term/gle/An%20Ch%C3%B3ir%C3%A9%20Theas>,
        <http://lexvo.org/id/term/glg/Corea%20do%20Sur>,
        <http://lexvo.org/id/term/gsw/Republik%20Koreea>,
        <http://lexvo.org/id/term/guj/%E0%AA%A6%E0%AA%95%E0%AB%8D%E0%AA%B7%E0%AA%BF%E0%AA%A3%20%E0%AA%95%E0%AB%8B%E0%AA%B0%E0%AA%BF%E0%AA%AF%E0%AA%BE>,
        <http://lexvo.org/id/term/guz/Korea%20Kusini>,
        <http://lexvo.org/id/term/hau/Koreya%20Ta%20Kudu>,
        <http://lexvo.org/id/term/heb/%D7%93%D7%A8'%20%D7%A7%D7%95%D7%A8%D7%99%D7%90%D7%94>,
        <http://lexvo.org/id/term/hin/%E0%A4%A6%E0%A4%95%E0%A5%8D%E0%A4%B7%E0%A4%BF%E0%A4%A3%20%E0%A4%95%E0%A5%8B%E0%A4%B0%E0%A4%BF%E0%A4%AF%E0%A4%BE>,
        <http://lexvo.org/id/term/hrv/Ju%C5%BEna%20Koreja>,
        <http://lexvo.org/id/term/hun/D%C3%A9l-Korea>,
        <http://lexvo.org/id/term/hye/%D5%80%D5%A1%D6%80%D5%A1%D5%BE%D5%A1%D5%B5%D5%AB%D5%B6%20%D4%BF%D5%B8%D6%80%D5%A5%D5%A1>,
        <http://lexvo.org/id/term/ina/Corea%20del%20Sud>,
        <http://lexvo.org/id/term/ind/Korea%20Selatan>,
        <http://lexvo.org/id/term/isl/Su%C3%B0ur-K%C3%B3rea>,
        <http://lexvo.org/id/term/ita/Corea%20del%20Sud>,
        <http://lexvo.org/id/term/jmc/Korea%20Kusini>,
        <http://lexvo.org/id/term/jpn/%E5%A4%A7%E9%9F%93%E6%B0%91%E5%9B%BD>,
        <http://lexvo.org/id/term/kab/Kurya%2C%20Wadda>,
        <http://lexvo.org/id/term/kal/Korea%20Kujalleq>,
        <http://lexvo.org/id/term/kam/Korea%20Kusini>,
        <http://lexvo.org/id/term/kan/%E0%B2%A6%E0%B2%95%E0%B3%8D%E0%B2%B7%E0%B2%BF%E0%B2%A3%20%E0%B2%95%E0%B3%8B%E0%B2%B0%E0%B2%BF%E0%B2%AF%E0%B2%BE>,
        <http://lexvo.org/id/term/kas/%D8%AC%D9%86%D9%88%D9%97%D8%A8%DB%8C%20%DA%A9%D9%88%D8%B1%D9%90%DB%8C%D8%A7>,
        <http://lexvo.org/id/term/kat/%E1%83%A1%E1%83%90%E1%83%9B%E1%83%AE%E1%83%A0%E1%83%94%E1%83%97%E1%83%98%20%E1%83%99%E1%83%9D%E1%83%A0%E1%83%94%E1%83%90>,
        <http://lexvo.org/id/term/kaz/%D0%A1%D0%BE%D0%BB%D1%82%D2%AF%D1%81%D1%82%D1%96%D0%BA%20%D0%9A%D0%BE%D1%80%D0%B5%D1%8F>,
        <http://lexvo.org/id/term/kde/Kolea%20Kusini>,
        <http://lexvo.org/id/term/kea/Koreia%20di%20Sul>,
        <http://lexvo.org/id/term/khm/%E1%9E%80%E1%9E%BC%E1%9E%9A%E1%9F%89%E1%9F%81%E2%80%8B%E1%9E%81%E1%9E%B6%E1%9E%84%E2%80%8B%E1%9E%8F%E1%9F%92%E1%9E%94%E1%9E%BC%E1%9E%84>,
        <http://lexvo.org/id/term/khq/Kooree%2C%20Hawsa>,
        <http://lexvo.org/id/term/kik/Korea%20Kusini>,
        <http://lexvo.org/id/term/kln/Emetab%20korea%20nebo%20murot%20tai>,
        <http://lexvo.org/id/term/kor/%EB%8C%80%ED%95%9C%EB%AF%BC%EA%B5%AD>,
        <http://lexvo.org/id/term/ksb/Kolea%20Kusini>,
        <http://lexvo.org/id/term/ksf/kor%C9%9Basud>,
        <http://lexvo.org/id/term/ksh/S%C3%B6d-Koreja>,
        <http://lexvo.org/id/term/lag/Kor%C3%A9a%20ya%20Saame>,
        <http://lexvo.org/id/term/lao/%E0%BB%80%E0%BA%81%E0%BA%BB%E0%BA%B2%E0%BA%AB%E0%BA%A5%E0%BA%B5%E0%BB%83%E0%BA%95%E0%BB%89>,
        <http://lexvo.org/id/term/lav/Dienvidkoreja>,
        <http://lexvo.org/id/term/lin/Kor%C9%9B%20ya%20s%C3%BAdi>,
        <http://lexvo.org/id/term/lit/Piet%C5%B3%20Kor%C4%97ja>,
        <http://lexvo.org/id/term/lub/Kore%20wa%20mwinshi>,
        <http://lexvo.org/id/term/lug/Koreya%20ey'omumaserengeta>,
        <http://lexvo.org/id/term/luo/Korea%20Milambo>,
        <http://lexvo.org/id/term/luy/Korea%20Kusini>,
        <http://lexvo.org/id/term/mal/%E0%B4%A6%E0%B4%95%E0%B5%8D%E0%B4%B7%E0%B4%BF%E0%B4%A3%E0%B4%95%E0%B5%8A%E0%B4%B1%E0%B4%BF%E0%B4%AF>,
        <http://lexvo.org/id/term/mar/%E0%A4%A6%E0%A4%95%E0%A5%8D%E0%A4%B7%E0%A4%BF%E0%A4%A3%20%E0%A4%95%E0%A5%8B%E0%A4%B0%E0%A4%BF%E0%A4%AF%E0%A4%BE>,
        <http://lexvo.org/id/term/mas/Korea%20Kusini>,
        <http://lexvo.org/id/term/mer/Korea%20Sa%C5%A9thi>,
        <http://lexvo.org/id/term/mfe/Lakore-disid>,
        <http://lexvo.org/id/term/mgh/Ukorea%20Kusini>,
        <http://lexvo.org/id/term/mkd/%D0%88%D1%83%D0%B6%D0%BD%D0%B0%20%D0%9A%D0%BE%D1%80%D0%B5%D1%98%D0%B0>,
        <http://lexvo.org/id/term/mlg/Korea%20Atsimo>,
        <http://lexvo.org/id/term/mlt/Koreja%20t%E2%80%99Isfel>,
        <http://lexvo.org/id/term/mua/S%C7%9Dr%20Kore%20nek%C7%9Ds%C7%9D%C5%8B>,
        <http://lexvo.org/id/term/mya/%E1%80%90%E1%80%B1%E1%80%AC%E1%80%84%E1%80%BA%E1%80%80%E1%80%AD%E1%80%AF%E1%80%9B%E1%80%AE%E1%80%B8%E1%80%9A%E1%80%AC%E1%80%B8>,
        <http://lexvo.org/id/term/naq/Koreab%2C%20Suid>,
        <http://lexvo.org/id/term/nde/South%20Korea>,
        <http://lexvo.org/id/term/nep/%E0%A4%A6%E0%A4%95%E0%A5%8D%E0%A4%B7%E0%A4%BF%E0%A4%A3%20%E0%A4%95%E0%A5%8B%E0%A4%B0%E0%A4%BF%E0%A4%AF%E0%A4%BE>,
        <http://lexvo.org/id/term/nld/Zuid-Korea>,
        <http://lexvo.org/id/term/nmg/Kor%C3%A9%20y%C3%AD%20s%C3%AD>,
        <http://lexvo.org/id/term/nno/S%C3%B8r-Korea>,
        <http://lexvo.org/id/term/nob/S%C3%B8r-Korea>,
        <http://lexvo.org/id/term/nyn/Koreya%20Amashuuma>,
        <http://lexvo.org/id/term/ori/%E0%AC%A6%E0%AC%95%E0%AD%8D%E0%AC%B7%E0%AC%BF%E0%AC%A3%20%E0%AC%95%E0%AD%8B%E0%AC%B0%E0%AC%BF%E0%AC%86>,
        <http://lexvo.org/id/term/pol/Korea%20Po%C5%82udniowa>,
        <http://lexvo.org/id/term/por/Coreia%20do%20Sul>,
        <http://lexvo.org/id/term/rof/Korea%20Kusini>,
        <http://lexvo.org/id/term/roh/Corea%20dal%20Sid>,
        <http://lexvo.org/id/term/ron/Coreea%20de%20Sud>,
        <http://lexvo.org/id/term/run/Koreya%20y'amajepfo>,
        <http://lexvo.org/id/term/rus/%D0%A0%D0%B5%D1%81%D0%BF%D1%83%D0%B1%D0%BB%D0%B8%D0%BA%D0%B0%20%D0%9A%D0%BE%D1%80%D0%B5%D1%8F>,
        <http://lexvo.org/id/term/rwk/Korea%20Kusini>,
        <http://lexvo.org/id/term/sag/Kor%C3%ABe%20t%C3%AE%20Mbongo>,
        <http://lexvo.org/id/term/saq/Korea%20Kusini>,
        <http://lexvo.org/id/term/sbp/Koleya%20ya%20Kusini>,
        <http://lexvo.org/id/term/seh/Cor%C3%A9ia%20do%20Sul>,
        <http://lexvo.org/id/term/ses/Kooree%2C%20Hawsa>,
        <http://lexvo.org/id/term/shi-Latn/kurya%20n%20iffus>,
        <http://lexvo.org/id/term/shi/%E2%B4%BD%E2%B5%93%E2%B5%94%E2%B5%A2%E2%B4%B0%20%E2%B5%8F%20%E2%B5%89%E2%B4%BC%E2%B4%BC%E2%B5%93%E2%B5%99>,
        <http://lexvo.org/id/term/sin/%E0%B6%AF%E0%B6%9A%E0%B7%94%E0%B6%AB%E0%B7%94%20%E0%B6%9A%E0%B7%9C%E0%B6%BB%E0%B7%92%E0%B6%BA%E0%B7%8F%E0%B7%80>,
        <http://lexvo.org/id/term/slk/Ju%C5%BEn%C3%A1%20K%C3%B3rea>,
        <http://lexvo.org/id/term/slv/Ju%C5%BEna%20Koreja>,
        <http://lexvo.org/id/term/sme/M%C3%A1tta-Korea>,
        <http://lexvo.org/id/term/sna/Korea%2C%20South>,
        <http://lexvo.org/id/term/som/Kuuriyada%20Koonfureed>,
        <http://lexvo.org/id/term/spa/Corea%20del%20Sur>,
        <http://lexvo.org/id/term/sqi/Koreja%20e%20Jugut>,
        <http://lexvo.org/id/term/srp-Latn/Ju%C5%BEna%20Koreja>,
        <http://lexvo.org/id/term/srp/%D0%88%D1%83%D0%B6%D0%BD%D0%B0%20%D0%9A%D0%BE%D1%80%D0%B5%D1%98%D0%B0>,
        <http://lexvo.org/id/term/swc/Korea%20Kusini>,
        <http://lexvo.org/id/term/swe/Sydkorea>,
        <http://lexvo.org/id/term/swh/Korea%20Kusini>,
        <http://lexvo.org/id/term/tam/%E0%AE%A4%E0%AF%86%E0%AE%A9%E0%AF%8D%20%E0%AE%95%E0%AF%8A%E0%AE%B0%E0%AE%BF%E0%AE%AF%E0%AE%BE>,
        <http://lexvo.org/id/term/tel/%E0%B0%A6%E0%B0%95%E0%B1%8D%E0%B0%B7%E0%B0%BF%E0%B0%A3%20%E0%B0%95%E0%B1%8A%E0%B0%B0%E0%B0%BF%E0%B0%AF%E0%B0%BE>,
        <http://lexvo.org/id/term/teo/Korea%20Kusini>,
        <http://lexvo.org/id/term/tha/%E0%B9%80%E0%B8%81%E0%B8%B2%E0%B8%AB%E0%B8%A5%E0%B8%B5%E0%B9%83%E0%B8%95%E0%B9%89>,
        <http://lexvo.org/id/term/tig/%E1%88%B0%E1%88%9C%E1%8A%95%20%E1%8A%AE%E1%88%AA%E1%8B%AB>,
        <http://lexvo.org/id/term/tir/%E1%8B%B0%E1%89%A1%E1%89%A5%20%E1%8A%AE%E1%88%AA%E1%8B%AB>,
        <http://lexvo.org/id/term/ton/K%C5%8Dlea%20tonga>,
        <http://lexvo.org/id/term/tur/G%C3%BCney%20Kore>,
        <http://lexvo.org/id/term/twq/Kooree%2C%20Hawsa>,
        <http://lexvo.org/id/term/tzm/Kurya%20Tun%E1%BA%93ult>,
        <http://lexvo.org/id/term/ukr/%D0%9F%D1%96%D0%B2%D0%B4%D0%B5%D0%BD%D0%BD%D0%B0%20%D0%9A%D0%BE%D1%80%D0%B5%D1%8F>,
        <http://lexvo.org/id/term/urd/%D8%AC%D9%86%D9%88%D8%A8%DB%8C%20%DA%A9%D9%88%D8%B1%DB%8C%D8%A7>,
        <http://lexvo.org/id/term/vai-Latn/Koriya%20K%C9%94i%20Le%C5%8B%C5%8B%C9%9B%20L%C9%94>,
        <http://lexvo.org/id/term/vai/%EA%96%8F%EA%94%B8%EA%95%A9%20%EA%97%9B%EA%94%A4%20%EA%94%92%EA%98%8B%EA%97%A3%20%EA%97%8F>,
        <http://lexvo.org/id/term/vie/H%C3%A0n%20Qu%E1%BB%91c>,
        <http://lexvo.org/id/term/vun/Korea%20Kusini>,
        <http://lexvo.org/id/term/wae/S%C3%BCdkorea>,
        <http://lexvo.org/id/term/wal/%E1%88%B0%E1%88%9C%E1%8A%95%20%E1%8A%AE%E1%88%AA%E1%8B%AB>,
        <http://lexvo.org/id/term/xog/Koreya%20eya%20mumaserengeta>,
        <http://lexvo.org/id/term/yav/k%C9%94l%C3%A9%20wu%20mb%C3%A1t>,
        <http://lexvo.org/id/term/yor/Or%C3%ADl%E1%BA%B9%CC%81%C3%A8de%20Ariwa%20K%E1%BB%8Dria>,
        <http://lexvo.org/id/term/zsm/Selatan%20Korea>,
        <http://lexvo.org/id/term/zul/i-South%20Korea> ;
    owl:sameAs <http://psi.oasis-open.org/iso/3166/#410>,
        <http://sws.geonames.org/1835841/> .

<http://lexvo.org/id/iso3166/KW> a lvont:GeographicRegion ;
    rdfs:label "Koeweit"@af,
        "Kùwɛ̂"@agq,
        "Kuwete"@ak,
        "ክዌት"@am,
        "الكويت"@ar,
        "Kuwaiti"@asa,
        "Kuwait"@ast,
        "Kuveyt"@az,
        "Kòwêt"@bas,
        "Кувейт"@be,
        "Hukuwaiti"@bez,
        "Кувейт"@bg,
        "Kowɛti"@bm,
        "কুয়েত"@bn,
        "ཀུ་ཝེད་རྒྱལ་ཁབ།"@bo,
        "Koweit"@br,
        "कुवैत"@brx,
        "Kuvajt"@bs,
        "Кувајт"@bs-Cyrl,
        "ክዌት"@byn,
        "Kuwait"@ca,
        "Kuweiti"@cgg,
        "ᎫᏪᎢᏘ"@chr,
        "科威特"@cmn,
        "科威特"@cmn-Hant,
        "Kuvajt"@cs,
        "Coweit"@cy,
        "Kuwait"@da,
        "Kuwaiti"@dav,
        "Kuwait"@de,
        "Kuweet"@dje,
        "ཀུ་ཝེཊ"@dz,
        "Kuwaiti"@ebu,
        "Kuwait nutome"@ee,
        "Κουβέιτ"@el,
        "ISO 3166-1:KW"@en,
        "Kuwait"@en,
        "𐐗𐐲𐐶𐐩𐐻"@en-Dsrt,
        "Kuvajto"@eo,
        "Kuwait"@es,
        "Kuveit"@et,
        "Kuwait"@eu,
        "Kowɛ́d"@ewo,
        "کویت"@fa,
        "Kuweyti"@ff,
        "Kuwait"@fi,
        "Kuwait"@fil,
        "Kuvait"@fo,
        "Koweït"@fr,
        "Kuwait"@fur,
        "Cuáit"@ga,
        "Cuibhèit"@gd,
        "Kuwait"@gl,
        "Kuwäit"@gsw,
        "કુવૈત"@gu,
        "Kuwaiti"@guz,
        "Kwiyat"@ha,
        "כווית"@he,
        "कुवैत"@hi,
        "Kuvajt"@hr,
        "Kuvait"@hu,
        "Քուվեյթ"@hy,
        "Kuwait"@id,
        "Kúveit"@is,
        "Kuwait"@it,
        "クウェート"@ja,
        "Kuwaiti"@jmc,
        "კუვეიტი"@ka,
        "Kuwayt"@kab,
        "Kuwaiti"@kam,
        "Kuwaiti"@kde,
        "Kueiti"@kea,
        "Kuweet"@khq,
        "Kuwaiti"@ki,
        "Kuwait"@kl,
        "Emetab Kuwait"@kln,
        "គុយវ៉ែត"@km,
        "ಕುವೈತ್"@kn,
        "쿠웨이트"@ko,
        "کُویت"@ks,
        "Kuwaiti"@ksb,
        "kuwɛit"@ksf,
        "Kuweit"@ksh,
        "Kʉwáiti"@lag,
        "Kuweti"@lg,
        "Koweti"@ln,
        "ຄູເວດ"@lo,
        "Kuveitas"@lt,
        "Koweti"@lu,
        "Kuwait"@luo,
        "Kuwaiti"@luy,
        "Kuveita"@lv,
        "Kuwaiti"@mas,
        "Kuwĩ ti"@mer,
        "Koweit"@mfe,
        "Kôeity"@mg,
        "Кувајт"@mk,
        "കുവൈറ്റ്"@ml,
        "कुवेत"@mr,
        "Kuwajt"@mt,
        "Sǝr Kowait"@mua,
        "ကူဝိတ်"@my,
        "Kuwaiti"@naq,
        "Kuwait"@nb,
        "Khuweiti"@nd,
        "कुवेत"@ne,
        "Koeweit"@nl,
        "Kowɛit"@nmg,
        "Kuwait"@nn,
        "Kuweiti"@nyn,
        "କୁଏତ୍"@or,
        "Kuwejt"@pl,
        "کویټ"@ps,
        "Kuwait"@pt,
        "Kuwait"@rm,
        "Koweti"@rn,
        "Kuweit"@ro,
        "Kuwaiti"@rof,
        "Кувейт"@ru,
        "Kuwaiti"@rwk,
        "Kuwaiti"@saq,
        "Kuwaiti"@sbp,
        "Kuwait"@se,
        "Kuwait"@seh,
        "Kuweet"@ses,
        "Köwêti"@sg,
        "ⵍⴽⵡⵉⵜ"@shi,
        "lkwit"@shi-Latn,
        "කුවේටය"@si,
        "Kuvajt"@sk,
        "Kuvajt"@sl,
        "Kuwait"@sn,
        "Kuwayt"@so,
        "Kuvajt"@sq,
        "Кувајт"@sr,
        "Kuvajt"@sr-Latn,
        "Kuwait"@sv,
        "Kuwaiti"@swc,
        "Kuwaiti"@swh,
        "குவைத்து"@ta,
        "కువైట్"@te,
        "Kuwaiti"@teo,
        "คูเวต"@th,
        "ክዌት"@ti,
        "ክዌት"@tig,
        "Kueiti"@to,
        "Kuveyt"@tr,
        "Kuweet"@twq,
        "Kuwwayt"@tzm,
        "Кувейт"@uk,
        "کویت"@ur,
        "ꖴꔃꔳ"@vai,
        "Kuweti"@vai-Latn,
        "Cô-oét"@vi,
        "Kuwaiti"@vun,
        "Kuweit"@wae,
        "ክዌት"@wal,
        "Kuweti"@xog,
        "kowéet"@yav,
        "Orílẹ́ède Kuweti"@yo,
        "Kuwait"@zsm,
        "i-Kuwait"@zu ;
    lvont:label <http://lexvo.org/id/term/afr/Koeweit>,
        <http://lexvo.org/id/term/agq/K%C3%B9w%C9%9B%CC%82>,
        <http://lexvo.org/id/term/aka/Kuwete>,
        <http://lexvo.org/id/term/amh/%E1%8A%AD%E1%8B%8C%E1%89%B5>,
        <http://lexvo.org/id/term/ara/%D8%A7%D9%84%D9%83%D9%88%D9%8A%D8%AA>,
        <http://lexvo.org/id/term/asa/Kuwaiti>,
        <http://lexvo.org/id/term/ast/Kuwait>,
        <http://lexvo.org/id/term/aze/Kuveyt>,
        <http://lexvo.org/id/term/bam/Kow%C9%9Bti>,
        <http://lexvo.org/id/term/bas/K%C3%B2w%C3%AAt>,
        <http://lexvo.org/id/term/bel/%D0%9A%D1%83%D0%B2%D0%B5%D0%B9%D1%82>,
        <http://lexvo.org/id/term/ben/%E0%A6%95%E0%A7%81%E0%A6%AF%E0%A6%BC%E0%A7%87%E0%A6%A4>,
        <http://lexvo.org/id/term/bez/Hukuwaiti>,
        <http://lexvo.org/id/term/bod/%E0%BD%80%E0%BD%B4%E0%BC%8B%E0%BD%9D%E0%BD%BA%E0%BD%91%E0%BC%8B%E0%BD%A2%E0%BE%92%E0%BE%B1%E0%BD%A3%E0%BC%8B%E0%BD%81%E0%BD%96%E0%BC%8D>,
        <http://lexvo.org/id/term/bos-Cyrl/%D0%9A%D1%83%D0%B2%D0%B0%D1%98%D1%82>,
        <http://lexvo.org/id/term/bos/Kuvajt>,
        <http://lexvo.org/id/term/bre/Koweit>,
        <http://lexvo.org/id/term/brx/%E0%A4%95%E0%A5%81%E0%A4%B5%E0%A5%88%E0%A4%A4>,
        <http://lexvo.org/id/term/bul/%D0%9A%D1%83%D0%B2%D0%B5%D0%B9%D1%82>,
        <http://lexvo.org/id/term/byn/%E1%8A%AD%E1%8B%8C%E1%89%B5>,
        <http://lexvo.org/id/term/cat/Kuwait>,
        <http://lexvo.org/id/term/ces/Kuvajt>,
        <http://lexvo.org/id/term/cgg/Kuweiti>,
        <http://lexvo.org/id/term/chr/%E1%8E%AB%E1%8F%AA%E1%8E%A2%E1%8F%98>,
        <http://lexvo.org/id/term/cmn-Hant/%E7%A7%91%E5%A8%81%E7%89%B9>,
        <http://lexvo.org/id/term/cmn/%E7%A7%91%E5%A8%81%E7%89%B9>,
        <http://lexvo.org/id/term/cym/Coweit>,
        <http://lexvo.org/id/term/dan/Kuwait>,
        <http://lexvo.org/id/term/dav/Kuwaiti>,
        <http://lexvo.org/id/term/deu/Kuwait>,
        <http://lexvo.org/id/term/dje/Kuweet>,
        <http://lexvo.org/id/term/dzo/%E0%BD%80%E0%BD%B4%E0%BC%8B%E0%BD%9D%E0%BD%BA%E0%BD%8A>,
        <http://lexvo.org/id/term/ebu/Kuwaiti>,
        <http://lexvo.org/id/term/ell/%CE%9A%CE%BF%CF%85%CE%B2%CE%AD%CE%B9%CF%84>,
        <http://lexvo.org/id/term/eng-Dsrt/%F0%90%90%97%F0%90%90%B2%F0%90%90%B6%F0%90%90%A9%F0%90%90%BB>,
        <http://lexvo.org/id/term/eng/ISO%203166-1%3AKW>,
        <http://lexvo.org/id/term/eng/Kuwait>,
        <http://lexvo.org/id/term/epo/Kuvajto>,
        <http://lexvo.org/id/term/est/Kuveit>,
        <http://lexvo.org/id/term/eus/Kuwait>,
        <http://lexvo.org/id/term/ewe/Kuwait%20nutome>,
        <http://lexvo.org/id/term/ewo/Kow%C9%9B%CC%81d>,
        <http://lexvo.org/id/term/fao/Kuvait>,
        <http://lexvo.org/id/term/fas/%DA%A9%D9%88%DB%8C%D8%AA>,
        <http://lexvo.org/id/term/fil/Kuwait>,
        <http://lexvo.org/id/term/fin/Kuwait>,
        <http://lexvo.org/id/term/fra/Kowe%C3%AFt>,
        <http://lexvo.org/id/term/ful/Kuweyti>,
        <http://lexvo.org/id/term/fur/Kuwait>,
        <http://lexvo.org/id/term/gla/Cuibh%C3%A8it>,
        <http://lexvo.org/id/term/gle/Cu%C3%A1it>,
        <http://lexvo.org/id/term/glg/Kuwait>,
        <http://lexvo.org/id/term/gsw/Kuw%C3%A4it>,
        <http://lexvo.org/id/term/guj/%E0%AA%95%E0%AB%81%E0%AA%B5%E0%AB%88%E0%AA%A4>,
        <http://lexvo.org/id/term/guz/Kuwaiti>,
        <http://lexvo.org/id/term/hau/Kwiyat>,
        <http://lexvo.org/id/term/heb/%D7%9B%D7%95%D7%95%D7%99%D7%AA>,
        <http://lexvo.org/id/term/hin/%E0%A4%95%E0%A5%81%E0%A4%B5%E0%A5%88%E0%A4%A4>,
        <http://lexvo.org/id/term/hrv/Kuvajt>,
        <http://lexvo.org/id/term/hun/Kuvait>,
        <http://lexvo.org/id/term/hye/%D5%94%D5%B8%D6%82%D5%BE%D5%A5%D5%B5%D5%A9>,
        <http://lexvo.org/id/term/ind/Kuwait>,
        <http://lexvo.org/id/term/isl/K%C3%BAveit>,
        <http://lexvo.org/id/term/ita/Kuwait>,
        <http://lexvo.org/id/term/jmc/Kuwaiti>,
        <http://lexvo.org/id/term/jpn/%E3%82%AF%E3%82%A6%E3%82%A7%E3%83%BC%E3%83%88>,
        <http://lexvo.org/id/term/kab/Kuwayt>,
        <http://lexvo.org/id/term/kal/Kuwait>,
        <http://lexvo.org/id/term/kam/Kuwaiti>,
        <http://lexvo.org/id/term/kan/%E0%B2%95%E0%B3%81%E0%B2%B5%E0%B3%88%E0%B2%A4%E0%B3%8D>,
        <http://lexvo.org/id/term/kas/%DA%A9%D9%8F%D9%88%DB%8C%D8%AA>,
        <http://lexvo.org/id/term/kat/%E1%83%99%E1%83%A3%E1%83%95%E1%83%94%E1%83%98%E1%83%A2%E1%83%98>,
        <http://lexvo.org/id/term/kde/Kuwaiti>,
        <http://lexvo.org/id/term/kea/Kueiti>,
        <http://lexvo.org/id/term/khm/%E1%9E%82%E1%9E%BB%E1%9E%99%E1%9E%9C%E1%9F%89%E1%9F%82%E1%9E%8F>,
        <http://lexvo.org/id/term/khq/Kuweet>,
        <http://lexvo.org/id/term/kik/Kuwaiti>,
        <http://lexvo.org/id/term/kln/Emetab%20Kuwait>,
        <http://lexvo.org/id/term/kor/%EC%BF%A0%EC%9B%A8%EC%9D%B4%ED%8A%B8>,
        <http://lexvo.org/id/term/ksb/Kuwaiti>,
        <http://lexvo.org/id/term/ksf/kuw%C9%9Bit>,
        <http://lexvo.org/id/term/ksh/Kuweit>,
        <http://lexvo.org/id/term/lag/K%CA%89w%C3%A1iti>,
        <http://lexvo.org/id/term/lao/%E0%BA%84%E0%BA%B9%E0%BB%80%E0%BA%A7%E0%BA%94>,
        <http://lexvo.org/id/term/lav/Kuveita>,
        <http://lexvo.org/id/term/lin/Koweti>,
        <http://lexvo.org/id/term/lit/Kuveitas>,
        <http://lexvo.org/id/term/lub/Koweti>,
        <http://lexvo.org/id/term/lug/Kuweti>,
        <http://lexvo.org/id/term/luo/Kuwait>,
        <http://lexvo.org/id/term/luy/Kuwaiti>,
        <http://lexvo.org/id/term/mal/%E0%B4%95%E0%B5%81%E0%B4%B5%E0%B5%88%E0%B4%B1%E0%B5%8D%E0%B4%B1%E0%B5%8D>,
        <http://lexvo.org/id/term/mar/%E0%A4%95%E0%A5%81%E0%A4%B5%E0%A5%87%E0%A4%A4>,
        <http://lexvo.org/id/term/mas/Kuwaiti>,
        <http://lexvo.org/id/term/mer/Kuw%C4%A9%20ti>,
        <http://lexvo.org/id/term/mfe/Koweit>,
        <http://lexvo.org/id/term/mkd/%D0%9A%D1%83%D0%B2%D0%B0%D1%98%D1%82>,
        <http://lexvo.org/id/term/mlg/K%C3%B4eity>,
        <http://lexvo.org/id/term/mlt/Kuwajt>,
        <http://lexvo.org/id/term/mua/S%C7%9Dr%20Kowait>,
        <http://lexvo.org/id/term/mya/%E1%80%80%E1%80%B0%E1%80%9D%E1%80%AD%E1%80%90%E1%80%BA>,
        <http://lexvo.org/id/term/naq/Kuwaiti>,
        <http://lexvo.org/id/term/nde/Khuweiti>,
        <http://lexvo.org/id/term/nep/%E0%A4%95%E0%A5%81%E0%A4%B5%E0%A5%87%E0%A4%A4>,
        <http://lexvo.org/id/term/nld/Koeweit>,
        <http://lexvo.org/id/term/nmg/Kow%C9%9Bit>,
        <http://lexvo.org/id/term/nno/Kuwait>,
        <http://lexvo.org/id/term/nob/Kuwait>,
        <http://lexvo.org/id/term/nyn/Kuweiti>,
        <http://lexvo.org/id/term/ori/%E0%AC%95%E0%AD%81%E0%AC%8F%E0%AC%A4%E0%AD%8D>,
        <http://lexvo.org/id/term/pol/Kuwejt>,
        <http://lexvo.org/id/term/por/Kuwait>,
        <http://lexvo.org/id/term/pus/%DA%A9%D9%88%DB%8C%D9%BC>,
        <http://lexvo.org/id/term/rof/Kuwaiti>,
        <http://lexvo.org/id/term/roh/Kuwait>,
        <http://lexvo.org/id/term/ron/Kuweit>,
        <http://lexvo.org/id/term/run/Koweti>,
        <http://lexvo.org/id/term/rus/%D0%9A%D1%83%D0%B2%D0%B5%D0%B9%D1%82>,
        <http://lexvo.org/id/term/rwk/Kuwaiti>,
        <http://lexvo.org/id/term/sag/K%C3%B6w%C3%AAti>,
        <http://lexvo.org/id/term/saq/Kuwaiti>,
        <http://lexvo.org/id/term/sbp/Kuwaiti>,
        <http://lexvo.org/id/term/seh/Kuwait>,
        <http://lexvo.org/id/term/ses/Kuweet>,
        <http://lexvo.org/id/term/shi-Latn/lkwit>,
        <http://lexvo.org/id/term/shi/%E2%B5%8D%E2%B4%BD%E2%B5%A1%E2%B5%89%E2%B5%9C>,
        <http://lexvo.org/id/term/sin/%E0%B6%9A%E0%B7%94%E0%B7%80%E0%B7%9A%E0%B6%A7%E0%B6%BA>,
        <http://lexvo.org/id/term/slk/Kuvajt>,
        <http://lexvo.org/id/term/slv/Kuvajt>,
        <http://lexvo.org/id/term/sme/Kuwait>,
        <http://lexvo.org/id/term/sna/Kuwait>,
        <http://lexvo.org/id/term/som/Kuwayt>,
        <http://lexvo.org/id/term/spa/Kuwait>,
        <http://lexvo.org/id/term/sqi/Kuvajt>,
        <http://lexvo.org/id/term/srp-Latn/Kuvajt>,
        <http://lexvo.org/id/term/srp/%D0%9A%D1%83%D0%B2%D0%B0%D1%98%D1%82>,
        <http://lexvo.org/id/term/swc/Kuwaiti>,
        <http://lexvo.org/id/term/swe/Kuwait>,
        <http://lexvo.org/id/term/swh/Kuwaiti>,
        <http://lexvo.org/id/term/tam/%E0%AE%95%E0%AF%81%E0%AE%B5%E0%AF%88%E0%AE%A4%E0%AF%8D%E0%AE%A4%E0%AF%81>,
        <http://lexvo.org/id/term/tel/%E0%B0%95%E0%B1%81%E0%B0%B5%E0%B1%88%E0%B0%9F%E0%B1%8D>,
        <http://lexvo.org/id/term/teo/Kuwaiti>,
        <http://lexvo.org/id/term/tha/%E0%B8%84%E0%B8%B9%E0%B9%80%E0%B8%A7%E0%B8%95>,
        <http://lexvo.org/id/term/tig/%E1%8A%AD%E1%8B%8C%E1%89%B5>,
        <http://lexvo.org/id/term/tir/%E1%8A%AD%E1%8B%8C%E1%89%B5>,
        <http://lexvo.org/id/term/ton/Kueiti>,
        <http://lexvo.org/id/term/tur/Kuveyt>,
        <http://lexvo.org/id/term/twq/Kuweet>,
        <http://lexvo.org/id/term/tzm/Kuwwayt>,
        <http://lexvo.org/id/term/ukr/%D0%9A%D1%83%D0%B2%D0%B5%D0%B9%D1%82>,
        <http://lexvo.org/id/term/urd/%DA%A9%D9%88%DB%8C%D8%AA>,
        <http://lexvo.org/id/term/vai-Latn/Kuweti>,
        <http://lexvo.org/id/term/vai/%EA%96%B4%EA%94%83%EA%94%B3>,
        <http://lexvo.org/id/term/vie/C%C3%B4-o%C3%A9t>,
        <http://lexvo.org/id/term/vun/Kuwaiti>,
        <http://lexvo.org/id/term/wae/Kuweit>,
        <http://lexvo.org/id/term/wal/%E1%8A%AD%E1%8B%8C%E1%89%B5>,
        <http://lexvo.org/id/term/xog/Kuweti>,
        <http://lexvo.org/id/term/yav/kow%C3%A9et>,
        <http://lexvo.org/id/term/yor/Or%C3%ADl%E1%BA%B9%CC%81%C3%A8de%20Kuweti>,
        <http://lexvo.org/id/term/zsm/Kuwait>,
        <http://lexvo.org/id/term/zul/i-Kuwait> ;
    owl:sameAs <http://psi.oasis-open.org/iso/3166/#414>,
        <http://sws.geonames.org/285570/> .

<http://lexvo.org/id/iso3166/KY> a lvont:GeographicRegion ;
    rdfs:label "Kaaimanseilande"@af,
        "Chwɨlà ŋ̀ Kaemàn"@agq,
        "Kemanfo Islands"@ak,
        "ካይማን ደሴቶች"@am,
        "جزر الكايمن"@ar,
        "Vithiwa vya Kayman"@asa,
        "Islles Caimán"@ast,
        "Kayman Adaları"@az,
        "Bìòn bi Kaymàn"@bas,
        "Кайманавы астравы"@be,
        "Ifisima fya Kayman"@bez,
        "Кайманови острови"@bg,
        "Bama Gun"@bm,
        "কেম্যান দ্বীপপুঞ্জ"@bn,
        "ཁེ་མེན་གླིང་ཕྲན།"@bo,
        "Inizi Cayman"@br,
        "केमैन द्वीप"@brx,
        "Kajmanska Ostrva"@bs,
        "Кајманска Острва"@bs-Cyrl,
        "Illes Caiman"@ca,
        "Ebizinga bya Kayimani"@cgg,
        "ᎨᎢᎹᏂ ᏚᎦᏚᏛᎢ"@chr,
        "开曼群岛"@cmn,
        "開曼群島"@cmn-Hant,
        "Kajmanské ostrovy"@cs,
        "Ynysoedd Cayman"@cy,
        "Caymanøerne"@da,
        "Visiwa vya Kayman"@dav,
        "Kaimaninseln"@de,
        "Kayman gungey"@dje,
        "ཁེ་མེན་གླིང་ཚོམ"@dz,
        "Visiwa vya Kayman"@ebu,
        "Kayman ƒudomekpowo nutome"@ee,
        "Νήσοι Κέιμαν"@el,
        "Cayman Islands"@en,
        "ISO 3166-1:KY"@en,
        "𐐗𐐩𐑋𐐲𐑌 𐐌𐑊𐐲𐑌𐐼𐑆"@en-Dsrt,
        "Kejmanoj"@eo,
        "Islas Caimán"@es,
        "Kaimanisaared"@et,
        "Kaiman Uharteak"@eu,
        "Minlán Mí Kalimáŋ"@ewo,
        "جزایر کِیمن"@fa,
        "Duuɗe Kaymaa"@ff,
        "Caymansaaret"@fi,
        "Cayman Islands"@fil,
        "Caymanoyggjarnar"@fo,
        "Îles Caïmans"@fr,
        "Isulis Cayman"@fur,
        "Oileáin na gCadhman"@ga,
        "Na h-Eileanan Caimean"@gd,
        "Illas Caimán"@gl,
        "Käimän-Insle"@gsw,
        "કેયમેન આઇલૅંડ્સ"@gu,
        "Visiwa vya Kayman"@guz,
        "Tsibiran Kaiman"@ha,
        "איי קיימן"@he,
        "केमैन द्वीपसमूह"@hi,
        "Kajmanski Otoci"@hr,
        "Kajmán-szigetek"@hu,
        "Insulas de Caiman"@ia,
        "Kepulauan Kayman"@id,
        "Caymaneyjar"@is,
        "Isole Cayman"@it,
        "ケイマン諸島"@ja,
        "Visiwa vya Kayman"@jmc,
        "კაიმანის კუნძულები"@ka,
        "Tigzirin n Kamyan"@kab,
        "Isiwa sya Kayman"@kam,
        "Chisiwa cha Kemen"@kde,
        "Ilhas Kaimãu"@kea,
        "Kayman gungey"@khq,
        "Visiwa vya Kayman"@ki,
        "Ikwembeyotab Cayman"@kln,
        "កោះ​កៃម៉ង់"@km,
        "ಕೇಮನ್ ದ್ವೀಪಗಳು"@kn,
        "케이맨제도"@ko,
        "کیمَن جٔزیٖرٕ"@ks,
        "Visiwa vya Kayman"@ksb,
        "zǝ i gan"@ksf,
        "de Kaiman-Enselle"@ksh,
        "Visíiwa vya Kayimani"@lag,
        "Bizinga ebya Kayimaani"@lg,
        "Bisanga bya Kayíma"@ln,
        "ຄາຍແມນ ອິດແລນ"@lo,
        "Kaimanų Salos"@lt,
        "Lutanda lua Kayima"@lu,
        "Cayman Islands"@luo,
        "Visiwa vya Kayman"@luy,
        "Kaimanu salas"@lv,
        "Visiwa vya Kayman"@mas,
        "Aĩrandi cia Kayman"@mer,
        "Zil Kayman"@mfe,
        "Nosy Kayman"@mg,
        "Кајмански Острови"@mk,
        "കേയ്മാൻ ദ്വീപുകൾ"@ml,
        "केमन बेटे"@mr,
        "Gżejjer Kajmani"@mt,
        "kayman ma laŋne"@mua,
        "ကေမန် ကျွန်းစု"@my,
        "Cayman Islands"@naq,
        "Caymanøyene"@nb,
        "Cayman Islands"@nd,
        "केयमान टापु"@ne,
        "Caymaneilanden"@nl,
        "Maŋ́ má kumbi"@nmg,
        "Caymanøyane"@nn,
        "Kaymɛn ɣa̱ylɛn"@nus,
        "Ebizinga bya Kayimani"@nyn,
        "କେମ୍ୟାନ୍ ଦ୍ବୀପପୁଞ୍ଜ"@or,
        "Kajmany"@pl,
        "Ilhas Caiman"@pt,
        "Ilhas Caimão"@pt,
        "Inslas Cayman"@rm,
        "Ibirwa bya Keyimani"@rn,
        "Insulele Cayman"@ro,
        "Visiwa vya Kaimai"@rof,
        "Каймановы о-ва"@ru,
        "Visiwa vya Kayman"@rwk,
        "Visiwa vya Kayman"@saq,
        "Figunguli ifya Kayimayi"@sbp,
        "Cayman-sullot"@se,
        "Ilhas Caiman"@seh,
        "Kayman gungey"@ses,
        "Âzûâ Ngundë, Kaimäni"@sg,
        "ⵜⵉⴳⵣⵉⵔⵉⵏ ⵏ ⴽⴰⵢⵎⴰⵏ"@shi,
        "tigzirin n kayman"@shi-Latn,
        "කේමන් දූපත්"@si,
        "Kajmanské ostrovy"@sk,
        "Kajmanski otoki"@sl,
        "Zvitsuwa zveCayman"@sn,
        "Cayman Islands"@so,
        "Кајманска Острва"@sr,
        "Kajmanska Ostrva"@sr-Latn,
        "Caymanöarna"@sv,
        "Visiwa vya Kayman"@swc,
        "Visiwa vya Kayman"@swh,
        "கேமென் தீவுகள்"@ta,
        "కేమాన్ దీవులు"@te,
        "Visiwa vya Kayman"@teo,
        "หมู่เกาะเคย์แมน"@th,
        "ካይማን ደሴቶች"@ti,
        "ʻOtumotu Keimeni"@to,
        "Cayman Adaları"@tr,
        "Kayman gungey"@twq,
        "Tigzirin n Kayman"@tzm,
        "Кайманові острови"@uk,
        "کیمین آئلینڈز"@ur,
        "ꔞꔀꕮꘋ ꔳꘋꗣ"@vai,
        "Keemaŋ Tiŋŋɛ"@vai-Latn,
        "Quần Đảo Cayman"@vi,
        "Visiwa vya Kayman"@vun,
        "Kaimaninslä"@wae,
        "Ebizinga bya Kayimaani"@xog,
        "Káyímanɛ"@yav,
        "Orílẹ́ède Etíokun Kámánì"@yo,
        "Cayman Islands"@zsm,
        "i-Cayman Islands"@zu ;
    lvont:label <http://lexvo.org/id/term/afr/Kaaimanseilande>,
        <http://lexvo.org/id/term/agq/Chw%C9%A8l%C3%A0%20%C5%8B%CC%80%20Kaem%C3%A0n>,
        <http://lexvo.org/id/term/aka/Kemanfo%20Islands>,
        <http://lexvo.org/id/term/amh/%E1%8A%AB%E1%8B%AD%E1%88%9B%E1%8A%95%20%E1%8B%B0%E1%88%B4%E1%89%B6%E1%89%BD>,
        <http://lexvo.org/id/term/ara/%D8%AC%D8%B2%D8%B1%20%D8%A7%D9%84%D9%83%D8%A7%D9%8A%D9%85%D9%86>,
        <http://lexvo.org/id/term/asa/Vithiwa%20vya%20Kayman>,
        <http://lexvo.org/id/term/ast/Islles%20Caim%C3%A1n>,
        <http://lexvo.org/id/term/aze/Kayman%20Adalar%C4%B1>,
        <http://lexvo.org/id/term/bam/Bama%20Gun>,
        <http://lexvo.org/id/term/bas/B%C3%AC%C3%B2n%20bi%20Kaym%C3%A0n>,
        <http://lexvo.org/id/term/bel/%D0%9A%D0%B0%D0%B9%D0%BC%D0%B0%D0%BD%D0%B0%D0%B2%D1%8B%20%D0%B0%D1%81%D1%82%D1%80%D0%B0%D0%B2%D1%8B>,
        <http://lexvo.org/id/term/ben/%E0%A6%95%E0%A7%87%E0%A6%AE%E0%A7%8D%E0%A6%AF%E0%A6%BE%E0%A6%A8%20%E0%A6%A6%E0%A7%8D%E0%A6%AC%E0%A7%80%E0%A6%AA%E0%A6%AA%E0%A7%81%E0%A6%9E%E0%A7%8D%E0%A6%9C>,
        <http://lexvo.org/id/term/bez/Ifisima%20fya%20Kayman>,
        <http://lexvo.org/id/term/bod/%E0%BD%81%E0%BD%BA%E0%BC%8B%E0%BD%98%E0%BD%BA%E0%BD%93%E0%BC%8B%E0%BD%82%E0%BE%B3%E0%BD%B2%E0%BD%84%E0%BC%8B%E0%BD%95%E0%BE%B2%E0%BD%93%E0%BC%8D>,
        <http://lexvo.org/id/term/bos-Cyrl/%D0%9A%D0%B0%D1%98%D0%BC%D0%B0%D0%BD%D1%81%D0%BA%D0%B0%20%D0%9E%D1%81%D1%82%D1%80%D0%B2%D0%B0>,
        <http://lexvo.org/id/term/bos/Kajmanska%20Ostrva>,
        <http://lexvo.org/id/term/bre/Inizi%20Cayman>,
        <http://lexvo.org/id/term/brx/%E0%A4%95%E0%A5%87%E0%A4%AE%E0%A5%88%E0%A4%A8%20%E0%A4%A6%E0%A5%8D%E0%A4%B5%E0%A5%80%E0%A4%AA>,
        <http://lexvo.org/id/term/bul/%D0%9A%D0%B0%D0%B9%D0%BC%D0%B0%D0%BD%D0%BE%D0%B2%D0%B8%20%D0%BE%D1%81%D1%82%D1%80%D0%BE%D0%B2%D0%B8>,
        <http://lexvo.org/id/term/cat/Illes%20Caiman>,
        <http://lexvo.org/id/term/ces/Kajmansk%C3%A9%20ostrovy>,
        <http://lexvo.org/id/term/cgg/Ebizinga%20bya%20Kayimani>,
        <http://lexvo.org/id/term/chr/%E1%8E%A8%E1%8E%A2%E1%8E%B9%E1%8F%82%20%E1%8F%9A%E1%8E%A6%E1%8F%9A%E1%8F%9B%E1%8E%A2>,
        <http://lexvo.org/id/term/cmn-Hant/%E9%96%8B%E6%9B%BC%E7%BE%A4%E5%B3%B6>,
        <http://lexvo.org/id/term/cmn/%E5%BC%80%E6%9B%BC%E7%BE%A4%E5%B2%9B>,
        <http://lexvo.org/id/term/cym/Ynysoedd%20Cayman>,
        <http://lexvo.org/id/term/dan/Cayman%C3%B8erne>,
        <http://lexvo.org/id/term/dav/Visiwa%20vya%20Kayman>,
        <http://lexvo.org/id/term/deu/Kaimaninseln>,
        <http://lexvo.org/id/term/dje/Kayman%20gungey>,
        <http://lexvo.org/id/term/dzo/%E0%BD%81%E0%BD%BA%E0%BC%8B%E0%BD%98%E0%BD%BA%E0%BD%93%E0%BC%8B%E0%BD%82%E0%BE%B3%E0%BD%B2%E0%BD%84%E0%BC%8B%E0%BD%9A%E0%BD%BC%E0%BD%98>,
        <http://lexvo.org/id/term/ebu/Visiwa%20vya%20Kayman>,
        <http://lexvo.org/id/term/ell/%CE%9D%CE%AE%CF%83%CE%BF%CE%B9%20%CE%9A%CE%AD%CE%B9%CE%BC%CE%B1%CE%BD>,
        <http://lexvo.org/id/term/eng-Dsrt/%F0%90%90%97%F0%90%90%A9%F0%90%91%8B%F0%90%90%B2%F0%90%91%8C%20%F0%90%90%8C%F0%90%91%8A%F0%90%90%B2%F0%90%91%8C%F0%90%90%BC%F0%90%91%86>,
        <http://lexvo.org/id/term/eng/Cayman%20Islands>,
        <http://lexvo.org/id/term/eng/ISO%203166-1%3AKY>,
        <http://lexvo.org/id/term/epo/Kejmanoj>,
        <http://lexvo.org/id/term/est/Kaimanisaared>,
        <http://lexvo.org/id/term/eus/Kaiman%20Uharteak>,
        <http://lexvo.org/id/term/ewe/Kayman%20%C6%92udomekpowo%20nutome>,
        <http://lexvo.org/id/term/ewo/Minl%C3%A1n%20M%C3%AD%20Kalim%C3%A1%C5%8B>,
        <http://lexvo.org/id/term/fao/Caymanoyggjarnar>,
        <http://lexvo.org/id/term/fas/%D8%AC%D8%B2%D8%A7%DB%8C%D8%B1%20%DA%A9%D9%90%DB%8C%D9%85%D9%86>,
        <http://lexvo.org/id/term/fil/Cayman%20Islands>,
        <http://lexvo.org/id/term/fin/Caymansaaret>,
        <http://lexvo.org/id/term/fra/%C3%8Eles%20Ca%C3%AFmans>,
        <http://lexvo.org/id/term/ful/Duu%C9%97e%20Kaymaa>,
        <http://lexvo.org/id/term/fur/Isulis%20Cayman>,
        <http://lexvo.org/id/term/gla/Na%20h-Eileanan%20Caimean>,
        <http://lexvo.org/id/term/gle/Oile%C3%A1in%20na%20gCadhman>,
        <http://lexvo.org/id/term/glg/Illas%20Caim%C3%A1n>,
        <http://lexvo.org/id/term/gsw/K%C3%A4im%C3%A4n-Insle>,
        <http://lexvo.org/id/term/guj/%E0%AA%95%E0%AB%87%E0%AA%AF%E0%AA%AE%E0%AB%87%E0%AA%A8%20%E0%AA%86%E0%AA%87%E0%AA%B2%E0%AB%85%E0%AA%82%E0%AA%A1%E0%AB%8D%E0%AA%B8>,
        <http://lexvo.org/id/term/guz/Visiwa%20vya%20Kayman>,
        <http://lexvo.org/id/term/hau/Tsibiran%20Kaiman>,
        <http://lexvo.org/id/term/heb/%D7%90%D7%99%D7%99%20%D7%A7%D7%99%D7%99%D7%9E%D7%9F>,
        <http://lexvo.org/id/term/hin/%E0%A4%95%E0%A5%87%E0%A4%AE%E0%A5%88%E0%A4%A8%20%E0%A4%A6%E0%A5%8D%E0%A4%B5%E0%A5%80%E0%A4%AA%E0%A4%B8%E0%A4%AE%E0%A5%82%E0%A4%B9>,
        <http://lexvo.org/id/term/hrv/Kajmanski%20Otoci>,
        <http://lexvo.org/id/term/hun/Kajm%C3%A1n-szigetek>,
        <http://lexvo.org/id/term/ina/Insulas%20de%20Caiman>,
        <http://lexvo.org/id/term/ind/Kepulauan%20Kayman>,
        <http://lexvo.org/id/term/isl/Caymaneyjar>,
        <http://lexvo.org/id/term/ita/Isole%20Cayman>,
        <http://lexvo.org/id/term/jmc/Visiwa%20vya%20Kayman>,
        <http://lexvo.org/id/term/jpn/%E3%82%B1%E3%82%A4%E3%83%9E%E3%83%B3%E8%AB%B8%E5%B3%B6>,
        <http://lexvo.org/id/term/kab/Tigzirin%20n%20Kamyan>,
        <http://lexvo.org/id/term/kam/Isiwa%20sya%20Kayman>,
        <http://lexvo.org/id/term/kan/%E0%B2%95%E0%B3%87%E0%B2%AE%E0%B2%A8%E0%B3%8D%20%E0%B2%A6%E0%B3%8D%E0%B2%B5%E0%B3%80%E0%B2%AA%E0%B2%97%E0%B2%B3%E0%B3%81>,
        <http://lexvo.org/id/term/kas/%DA%A9%DB%8C%D9%85%D9%8E%D9%86%20%D8%AC%D9%94%D8%B2%DB%8C%D9%96%D8%B1%D9%95>,
        <http://lexvo.org/id/term/kat/%E1%83%99%E1%83%90%E1%83%98%E1%83%9B%E1%83%90%E1%83%9C%E1%83%98%E1%83%A1%20%E1%83%99%E1%83%A3%E1%83%9C%E1%83%AB%E1%83%A3%E1%83%9A%E1%83%94%E1%83%91%E1%83%98>,
        <http://lexvo.org/id/term/kde/Chisiwa%20cha%20Kemen>,
        <http://lexvo.org/id/term/kea/Ilhas%20Kaim%C3%A3u>,
        <http://lexvo.org/id/term/khm/%E1%9E%80%E1%9F%84%E1%9F%87%E2%80%8B%E1%9E%80%E1%9F%83%E1%9E%98%E1%9F%89%E1%9E%84%E1%9F%8B>,
        <http://lexvo.org/id/term/khq/Kayman%20gungey>,
        <http://lexvo.org/id/term/kik/Visiwa%20vya%20Kayman>,
        <http://lexvo.org/id/term/kln/Ikwembeyotab%20Cayman>,
        <http://lexvo.org/id/term/kor/%EC%BC%80%EC%9D%B4%EB%A7%A8%EC%A0%9C%EB%8F%84>,
        <http://lexvo.org/id/term/ksb/Visiwa%20vya%20Kayman>,
        <http://lexvo.org/id/term/ksf/z%C7%9D%20i%20gan>,
        <http://lexvo.org/id/term/ksh/de%20Kaiman-Enselle>,
        <http://lexvo.org/id/term/lag/Vis%C3%ADiwa%20vya%20Kayimani>,
        <http://lexvo.org/id/term/lao/%E0%BA%84%E0%BA%B2%E0%BA%8D%E0%BB%81%E0%BA%A1%E0%BA%99%20%E0%BA%AD%E0%BA%B4%E0%BA%94%E0%BB%81%E0%BA%A5%E0%BA%99>,
        <http://lexvo.org/id/term/lav/Kaimanu%20salas>,
        <http://lexvo.org/id/term/lin/Bisanga%20bya%20Kay%C3%ADma>,
        <http://lexvo.org/id/term/lit/Kaiman%C5%B3%20Salos>,
        <http://lexvo.org/id/term/lub/Lutanda%20lua%20Kayima>,
        <http://lexvo.org/id/term/lug/Bizinga%20ebya%20Kayimaani>,
        <http://lexvo.org/id/term/luo/Cayman%20Islands>,
        <http://lexvo.org/id/term/luy/Visiwa%20vya%20Kayman>,
        <http://lexvo.org/id/term/mal/%E0%B4%95%E0%B5%87%E0%B4%AF%E0%B5%8D%E0%B4%AE%E0%B4%BE%E0%B5%BB%20%E0%B4%A6%E0%B5%8D%E0%B4%B5%E0%B5%80%E0%B4%AA%E0%B5%81%E0%B4%95%E0%B5%BE>,
        <http://lexvo.org/id/term/mar/%E0%A4%95%E0%A5%87%E0%A4%AE%E0%A4%A8%20%E0%A4%AC%E0%A5%87%E0%A4%9F%E0%A5%87>,
        <http://lexvo.org/id/term/mas/Visiwa%20vya%20Kayman>,
        <http://lexvo.org/id/term/mer/A%C4%A9randi%20cia%20Kayman>,
        <http://lexvo.org/id/term/mfe/Zil%20Kayman>,
        <http://lexvo.org/id/term/mkd/%D0%9A%D0%B0%D1%98%D0%BC%D0%B0%D0%BD%D1%81%D0%BA%D0%B8%20%D0%9E%D1%81%D1%82%D1%80%D0%BE%D0%B2%D0%B8>,
        <http://lexvo.org/id/term/mlg/Nosy%20Kayman>,
        <http://lexvo.org/id/term/mlt/G%C5%BCejjer%20Kajmani>,
        <http://lexvo.org/id/term/mua/kayman%20ma%20la%C5%8Bne>,
        <http://lexvo.org/id/term/mya/%E1%80%80%E1%80%B1%E1%80%99%E1%80%94%E1%80%BA%20%E1%80%80%E1%80%BB%E1%80%BD%E1%80%94%E1%80%BA%E1%80%B8%E1%80%85%E1%80%AF>,
        <http://lexvo.org/id/term/naq/Cayman%20Islands>,
        <http://lexvo.org/id/term/nde/Cayman%20Islands>,
        <http://lexvo.org/id/term/nep/%E0%A4%95%E0%A5%87%E0%A4%AF%E0%A4%AE%E0%A4%BE%E0%A4%A8%20%E0%A4%9F%E0%A4%BE%E0%A4%AA%E0%A5%81>,
        <http://lexvo.org/id/term/nld/Caymaneilanden>,
        <http://lexvo.org/id/term/nmg/Ma%C5%8B%CC%81%20m%C3%A1%20kumbi>,
        <http://lexvo.org/id/term/nno/Cayman%C3%B8yane>,
        <http://lexvo.org/id/term/nob/Cayman%C3%B8yene>,
        <http://lexvo.org/id/term/nus/Kaym%C9%9Bn%20%C9%A3a%CC%B1yl%C9%9Bn>,
        <http://lexvo.org/id/term/nyn/Ebizinga%20bya%20Kayimani>,
        <http://lexvo.org/id/term/ori/%E0%AC%95%E0%AD%87%E0%AC%AE%E0%AD%8D%E0%AD%9F%E0%AC%BE%E0%AC%A8%E0%AD%8D%20%E0%AC%A6%E0%AD%8D%E0%AC%AC%E0%AD%80%E0%AC%AA%E0%AC%AA%E0%AD%81%E0%AC%9E%E0%AD%8D%E0%AC%9C>,
        <http://lexvo.org/id/term/pol/Kajmany>,
        <http://lexvo.org/id/term/por/Ilhas%20Caim%C3%A3o>,
        <http://lexvo.org/id/term/por/Ilhas%20Caiman>,
        <http://lexvo.org/id/term/rof/Visiwa%20vya%20Kaimai>,
        <http://lexvo.org/id/term/roh/Inslas%20Cayman>,
        <http://lexvo.org/id/term/ron/Insulele%20Cayman>,
        <http://lexvo.org/id/term/run/Ibirwa%20bya%20Keyimani>,
        <http://lexvo.org/id/term/rus/%D0%9A%D0%B0%D0%B9%D0%BC%D0%B0%D0%BD%D0%BE%D0%B2%D1%8B%20%D0%BE-%D0%B2%D0%B0>,
        <http://lexvo.org/id/term/rwk/Visiwa%20vya%20Kayman>,
        <http://lexvo.org/id/term/sag/%C3%82z%C3%BB%C3%A2%20Ngund%C3%AB%2C%20Kaim%C3%A4ni>,
        <http://lexvo.org/id/term/saq/Visiwa%20vya%20Kayman>,
        <http://lexvo.org/id/term/sbp/Figunguli%20ifya%20Kayimayi>,
        <http://lexvo.org/id/term/seh/Ilhas%20Caiman>,
        <http://lexvo.org/id/term/ses/Kayman%20gungey>,
        <http://lexvo.org/id/term/shi-Latn/tigzirin%20n%20kayman>,
        <http://lexvo.org/id/term/shi/%E2%B5%9C%E2%B5%89%E2%B4%B3%E2%B5%A3%E2%B5%89%E2%B5%94%E2%B5%89%E2%B5%8F%20%E2%B5%8F%20%E2%B4%BD%E2%B4%B0%E2%B5%A2%E2%B5%8E%E2%B4%B0%E2%B5%8F>,
        <http://lexvo.org/id/term/sin/%E0%B6%9A%E0%B7%9A%E0%B6%B8%E0%B6%B1%E0%B7%8A%20%E0%B6%AF%E0%B7%96%E0%B6%B4%E0%B6%AD%E0%B7%8A>,
        <http://lexvo.org/id/term/slk/Kajmansk%C3%A9%20ostrovy>,
        <http://lexvo.org/id/term/slv/Kajmanski%20otoki>,
        <http://lexvo.org/id/term/sme/Cayman-sullot>,
        <http://lexvo.org/id/term/sna/Zvitsuwa%20zveCayman>,
        <http://lexvo.org/id/term/som/Cayman%20Islands>,
        <http://lexvo.org/id/term/spa/Islas%20Caim%C3%A1n>,
        <http://lexvo.org/id/term/srp-Latn/Kajmanska%20Ostrva>,
        <http://lexvo.org/id/term/srp/%D0%9A%D0%B0%D1%98%D0%BC%D0%B0%D0%BD%D1%81%D0%BA%D0%B0%20%D0%9E%D1%81%D1%82%D1%80%D0%B2%D0%B0>,
        <http://lexvo.org/id/term/swc/Visiwa%20vya%20Kayman>,
        <http://lexvo.org/id/term/swe/Cayman%C3%B6arna>,
        <http://lexvo.org/id/term/swh/Visiwa%20vya%20Kayman>,
        <http://lexvo.org/id/term/tam/%E0%AE%95%E0%AF%87%E0%AE%AE%E0%AF%86%E0%AE%A9%E0%AF%8D%20%E0%AE%A4%E0%AF%80%E0%AE%B5%E0%AF%81%E0%AE%95%E0%AE%B3%E0%AF%8D>,
        <http://lexvo.org/id/term/tel/%E0%B0%95%E0%B1%87%E0%B0%AE%E0%B0%BE%E0%B0%A8%E0%B1%8D%20%E0%B0%A6%E0%B1%80%E0%B0%B5%E0%B1%81%E0%B0%B2%E0%B1%81>,
        <http://lexvo.org/id/term/teo/Visiwa%20vya%20Kayman>,
        <http://lexvo.org/id/term/tha/%E0%B8%AB%E0%B8%A1%E0%B8%B9%E0%B9%88%E0%B9%80%E0%B8%81%E0%B8%B2%E0%B8%B0%E0%B9%80%E0%B8%84%E0%B8%A2%E0%B9%8C%E0%B9%81%E0%B8%A1%E0%B8%99>,
        <http://lexvo.org/id/term/tir/%E1%8A%AB%E1%8B%AD%E1%88%9B%E1%8A%95%20%E1%8B%B0%E1%88%B4%E1%89%B6%E1%89%BD>,
        <http://lexvo.org/id/term/ton/%CA%BBOtumotu%20Keimeni>,
        <http://lexvo.org/id/term/tur/Cayman%20Adalar%C4%B1>,
        <http://lexvo.org/id/term/twq/Kayman%20gungey>,
        <http://lexvo.org/id/term/tzm/Tigzirin%20n%20Kayman>,
        <http://lexvo.org/id/term/ukr/%D0%9A%D0%B0%D0%B9%D0%BC%D0%B0%D0%BD%D0%BE%D0%B2%D1%96%20%D0%BE%D1%81%D1%82%D1%80%D0%BE%D0%B2%D0%B8>,
        <http://lexvo.org/id/term/urd/%DA%A9%DB%8C%D9%85%DB%8C%D9%86%20%D8%A2%D8%A6%D9%84%DB%8C%D9%86%DA%88%D8%B2>,
        <http://lexvo.org/id/term/vai-Latn/Keema%C5%8B%20Ti%C5%8B%C5%8B%C9%9B>,
        <http://lexvo.org/id/term/vai/%EA%94%9E%EA%94%80%EA%95%AE%EA%98%8B%20%EA%94%B3%EA%98%8B%EA%97%A3>,
        <http://lexvo.org/id/term/vie/Qu%E1%BA%A7n%20%C4%90%E1%BA%A3o%20Cayman>,
        <http://lexvo.org/id/term/vun/Visiwa%20vya%20Kayman>,
        <http://lexvo.org/id/term/wae/Kaimaninsl%C3%A4>,
        <http://lexvo.org/id/term/xog/Ebizinga%20bya%20Kayimaani>,
        <http://lexvo.org/id/term/yav/K%C3%A1y%C3%ADman%C9%9B>,
        <http://lexvo.org/id/term/yor/Or%C3%ADl%E1%BA%B9%CC%81%C3%A8de%20Et%C3%ADokun%20K%C3%A1m%C3%A1n%C3%AC>,
        <http://lexvo.org/id/term/zsm/Cayman%20Islands>,
        <http://lexvo.org/id/term/zul/i-Cayman%20Islands> ;
    owl:sameAs <http://psi.oasis-open.org/iso/3166/#136>,
        <http://sws.geonames.org/3580718/> .

<http://lexvo.org/id/iso3166/KZ> a lvont:GeographicRegion ;
    rdfs:label "Kasakstan"@af,
        "Kàzasɨ̀tân"@agq,
        "Kazakstan"@ak,
        "ካዛኪስታን"@am,
        "كازاخستان"@ar,
        "Kazakithtani"@asa,
        "Kazakstán"@ast,
        "Kazaxstan"@az,
        "Kàzàkstâŋ"@bas,
        "Казахстан"@be,
        "Hukazakistani"@bez,
        "Казахстан"@bg,
        "Kazakistaŋ"@bm,
        "কাজাকস্থান"@bn,
        "ཁ་ཛཱག་སྟཱན།"@bo,
        "Kazakstan"@br,
        "कज़ाखस्तान"@brx,
        "Kazahstan"@bs,
        "Казахстан"@bs-Cyrl,
        "Kazakhstan"@ca,
        "Kazakisitani"@cgg,
        "ᎧᏎᎧᏍᏕᏂ"@chr,
        "哈萨克斯坦"@cmn,
        "哈薩克"@cmn-Hant,
        "Kazachstán"@cs,
        "Casachstan"@cy,
        "Kasakhstan"@da,
        "Kazakistani"@dav,
        "Kasachstan"@de,
        "Kaazakstan"@dje,
        "ཀ་ཛགས་སཏཱན"@dz,
        "Kazakistani"@ebu,
        "Kazakstan nutome"@ee,
        "Καζακστάν"@el,
        "ISO 3166-1:KZ"@en,
        "Kazakhstan"@en,
        "𐐗𐐲𐑆𐐪𐐿𐑅𐐻𐐪𐑌"@en-Dsrt,
        "Kazaĥstano"@eo,
        "Kazajistán"@es,
        "Kasahstan"@et,
        "Kazakhstan"@eu,
        "Kazakətáŋ"@ewo,
        "قزاقستان"@fa,
        "Kasakstaan"@ff,
        "Kazakstan"@fi,
        "Kazakhstan"@fil,
        "Kasakstan"@fo,
        "Kazakhstan"@fr,
        "Kazachistan"@fur,
        "An Chasacstáin"@ga,
        "Casachstàn"@gd,
        "Kazakhstan"@gl,
        "Kasachschtan"@gsw,
        "કઝાકિસ્તાન"@gu,
        "Kazakistani"@guz,
        "Kazakistan"@ha,
        "קזחסטן"@he,
        "कजाखस्तान"@hi,
        "Kazakstan"@hr,
        "Kazahsztán"@hu,
        "Ղազախստան"@hy,
        "Kazakhstan"@ia,
        "Kazakstan"@id,
        "Kasakstan"@is,
        "Kazakistan"@it,
        "カザフスタン"@ja,
        "Kazakistani"@jmc,
        "ყაზახეთი"@ka,
        "Kazaxistan"@kab,
        "Kazakistani"@kam,
        "Kazachistani"@kde,
        "Kazakistãu"@kea,
        "Kaazakstan"@khq,
        "Kazakistani"@ki,
        "Қазақстан"@kk,
        "Kasakhstani"@kl,
        "Emetab Kazakhstan"@kln,
        "កាហ្សាក់ស្តាង់់"@km,
        "ಕಝಾಕಿಸ್ಥಾನ್"@kn,
        "카자흐스탄"@ko,
        "کَزاکِستان"@ks,
        "Kazakistani"@ksb,
        "kazakstáŋ"@ksf,
        "Kassakstahn"@ksh,
        "Kazakasitáani"@lag,
        "Kazakisitaani"@lg,
        "Kazakisitá"@ln,
        "ຄາຊັດສະຖານ"@lo,
        "Kazachstanas"@lt,
        "Kazakusita"@lu,
        "Kazakhstan"@luo,
        "Kazakistani"@luy,
        "Kazahstāna"@lv,
        "Kazakistani"@mas,
        "Kazakistani"@mer,
        "Kazakstan"@mfe,
        "Kazakhstan"@mg,
        "Ukazakistani"@mgh,
        "Казахстан"@mk,
        "കസാഖിസ്ഥാൻ"@ml,
        "कझाकस्तान"@mr,
        "Każakstan"@mt,
        "Kazakstaŋ"@mua,
        "ကာဇက်စတန်"@my,
        "Kazakhstanni"@naq,
        "Kasakhstan"@nb,
        "Kazakhstan"@nd,
        "काजाकस्थान"@ne,
        "Kazachstan"@nl,
        "Kazakstaŋ"@nmg,
        "Kasakhstan"@nn,
        "Kazakisitani"@nyn,
        "କାଜାକାସ୍ଥାନ୍"@or,
        "Kazachstan"@pl,
        "Casaquistão"@pt,
        "Cazaquistão"@pt,
        "Kasachstan"@rm,
        "Kazakisitani"@rn,
        "Kazahstan"@ro,
        "Kazakistani"@rof,
        "Казахстан"@ru,
        "Kazakistani"@rwk,
        "Kazakistani"@saq,
        "Kasakisitani"@sbp,
        "Kasakstan"@se,
        "Casaquistão"@seh,
        "Kaazakstan"@ses,
        "Kazakisitäan"@sg,
        "ⴽⴰⵣⴰⵅⵙⵜⴰⵏ"@shi,
        "kazaxstan"@shi-Latn,
        "කසකස්තානය"@si,
        "Kazachstan"@sk,
        "Kazahstan"@sl,
        "Kazakhstan"@sn,
        "Kasaakhistaan"@so,
        "Kazakistan"@sq,
        "Казахстан"@sr,
        "Kazahstan"@sr-Latn,
        "Kazakstan"@sv,
        "Kazakistani"@swc,
        "Kazakistani"@swh,
        "கஸகஸ்தான்"@ta,
        "కజాఖస్తాన్"@te,
        "Kazakistani"@teo,
        "คาซัคสถาน"@th,
        "Kasakiteni"@to,
        "Kazakistan"@tr,
        "Kaazakstan"@twq,
        "Kazaxistan"@tzm,
        "Казахстан"@uk,
        "قزاخستان"@ur,
        "ꕪꕤꔻꕚꘋ"@vai,
        "Kazasitaŋ"@vai-Latn,
        "Kazakhstan"@vi,
        "Kazakistani"@vun,
        "Kasačstan"@wae,
        "Kazakisitaani"@xog,
        "kasaksitáŋ"@yav,
        "Orílẹ́ède Kaṣaṣatani"@yo,
        "Kazakhstan"@zsm,
        "i-Kazakhstan"@zu ;
    lvont:label <http://lexvo.org/id/term/afr/Kasakstan>,
        <http://lexvo.org/id/term/agq/K%C3%A0zas%C9%A8%CC%80t%C3%A2n>,
        <http://lexvo.org/id/term/aka/Kazakstan>,
        <http://lexvo.org/id/term/amh/%E1%8A%AB%E1%8B%9B%E1%8A%AA%E1%88%B5%E1%89%B3%E1%8A%95>,
        <http://lexvo.org/id/term/ara/%D9%83%D8%A7%D8%B2%D8%A7%D8%AE%D8%B3%D8%AA%D8%A7%D9%86>,
        <http://lexvo.org/id/term/asa/Kazakithtani>,
        <http://lexvo.org/id/term/ast/Kazakst%C3%A1n>,
        <http://lexvo.org/id/term/aze/Kazaxstan>,
        <http://lexvo.org/id/term/bam/Kazakista%C5%8B>,
        <http://lexvo.org/id/term/bas/K%C3%A0z%C3%A0kst%C3%A2%C5%8B>,
        <http://lexvo.org/id/term/bel/%D0%9A%D0%B0%D0%B7%D0%B0%D1%85%D1%81%D1%82%D0%B0%D0%BD>,
        <http://lexvo.org/id/term/ben/%E0%A6%95%E0%A6%BE%E0%A6%9C%E0%A6%BE%E0%A6%95%E0%A6%B8%E0%A7%8D%E0%A6%A5%E0%A6%BE%E0%A6%A8>,
        <http://lexvo.org/id/term/bez/Hukazakistani>,
        <http://lexvo.org/id/term/bod/%E0%BD%81%E0%BC%8B%E0%BD%9B%E0%BD%B1%E0%BD%82%E0%BC%8B%E0%BD%A6%E0%BE%9F%E0%BD%B1%E0%BD%93%E0%BC%8D>,
        <http://lexvo.org/id/term/bos-Cyrl/%D0%9A%D0%B0%D0%B7%D0%B0%D1%85%D1%81%D1%82%D0%B0%D0%BD>,
        <http://lexvo.org/id/term/bos/Kazahstan>,
        <http://lexvo.org/id/term/bre/Kazakstan>,
        <http://lexvo.org/id/term/brx/%E0%A4%95%E0%A4%9C%E0%A4%BC%E0%A4%BE%E0%A4%96%E0%A4%B8%E0%A5%8D%E0%A4%A4%E0%A4%BE%E0%A4%A8>,
        <http://lexvo.org/id/term/bul/%D0%9A%D0%B0%D0%B7%D0%B0%D1%85%D1%81%D1%82%D0%B0%D0%BD>,
        <http://lexvo.org/id/term/cat/Kazakhstan>,
        <http://lexvo.org/id/term/ces/Kazachst%C3%A1n>,
        <http://lexvo.org/id/term/cgg/Kazakisitani>,
        <http://lexvo.org/id/term/chr/%E1%8E%A7%E1%8F%8E%E1%8E%A7%E1%8F%8D%E1%8F%95%E1%8F%82>,
        <http://lexvo.org/id/term/cmn-Hant/%E5%93%88%E8%96%A9%E5%85%8B>,
        <http://lexvo.org/id/term/cmn/%E5%93%88%E8%90%A8%E5%85%8B%E6%96%AF%E5%9D%A6>,
        <http://lexvo.org/id/term/cym/Casachstan>,
        <http://lexvo.org/id/term/dan/Kasakhstan>,
        <http://lexvo.org/id/term/dav/Kazakistani>,
        <http://lexvo.org/id/term/deu/Kasachstan>,
        <http://lexvo.org/id/term/dje/Kaazakstan>,
        <http://lexvo.org/id/term/dzo/%E0%BD%80%E0%BC%8B%E0%BD%9B%E0%BD%82%E0%BD%A6%E0%BC%8B%E0%BD%A6%E0%BD%8F%E0%BD%B1%E0%BD%93>,
        <http://lexvo.org/id/term/ebu/Kazakistani>,
        <http://lexvo.org/id/term/ell/%CE%9A%CE%B1%CE%B6%CE%B1%CE%BA%CF%83%CF%84%CE%AC%CE%BD>,
        <http://lexvo.org/id/term/eng-Dsrt/%F0%90%90%97%F0%90%90%B2%F0%90%91%86%F0%90%90%AA%F0%90%90%BF%F0%90%91%85%F0%90%90%BB%F0%90%90%AA%F0%90%91%8C>,
        <http://lexvo.org/id/term/eng/ISO%203166-1%3AKZ>,
        <http://lexvo.org/id/term/eng/Kazakhstan>,
        <http://lexvo.org/id/term/epo/Kaza%C4%A5stano>,
        <http://lexvo.org/id/term/est/Kasahstan>,
        <http://lexvo.org/id/term/eus/Kazakhstan>,
        <http://lexvo.org/id/term/ewe/Kazakstan%20nutome>,
        <http://lexvo.org/id/term/ewo/Kazak%C9%99t%C3%A1%C5%8B>,
        <http://lexvo.org/id/term/fao/Kasakstan>,
        <http://lexvo.org/id/term/fas/%D9%82%D8%B2%D8%A7%D9%82%D8%B3%D8%AA%D8%A7%D9%86>,
        <http://lexvo.org/id/term/fil/Kazakhstan>,
        <http://lexvo.org/id/term/fin/Kazakstan>,
        <http://lexvo.org/id/term/fra/Kazakhstan>,
        <http://lexvo.org/id/term/ful/Kasakstaan>,
        <http://lexvo.org/id/term/fur/Kazachistan>,
        <http://lexvo.org/id/term/gla/Casachst%C3%A0n>,
        <http://lexvo.org/id/term/gle/An%20Chasacst%C3%A1in>,
        <http://lexvo.org/id/term/glg/Kazakhstan>,
        <http://lexvo.org/id/term/gsw/Kasachschtan>,
        <http://lexvo.org/id/term/guj/%E0%AA%95%E0%AA%9D%E0%AA%BE%E0%AA%95%E0%AA%BF%E0%AA%B8%E0%AB%8D%E0%AA%A4%E0%AA%BE%E0%AA%A8>,
        <http://lexvo.org/id/term/guz/Kazakistani>,
        <http://lexvo.org/id/term/hau/Kazakistan>,
        <http://lexvo.org/id/term/heb/%D7%A7%D7%96%D7%97%D7%A1%D7%98%D7%9F>,
        <http://lexvo.org/id/term/hin/%E0%A4%95%E0%A4%9C%E0%A4%BE%E0%A4%96%E0%A4%B8%E0%A5%8D%E0%A4%A4%E0%A4%BE%E0%A4%A8>,
        <http://lexvo.org/id/term/hrv/Kazakstan>,
        <http://lexvo.org/id/term/hun/Kazahszt%C3%A1n>,
        <http://lexvo.org/id/term/hye/%D5%82%D5%A1%D5%A6%D5%A1%D5%AD%D5%BD%D5%BF%D5%A1%D5%B6>,
        <http://lexvo.org/id/term/ina/Kazakhstan>,
        <http://lexvo.org/id/term/ind/Kazakstan>,
        <http://lexvo.org/id/term/isl/Kasakstan>,
        <http://lexvo.org/id/term/ita/Kazakistan>,
        <http://lexvo.org/id/term/jmc/Kazakistani>,
        <http://lexvo.org/id/term/jpn/%E3%82%AB%E3%82%B6%E3%83%95%E3%82%B9%E3%82%BF%E3%83%B3>,
        <http://lexvo.org/id/term/kab/Kazaxistan>,
        <http://lexvo.org/id/term/kal/Kasakhstani>,
        <http://lexvo.org/id/term/kam/Kazakistani>,
        <http://lexvo.org/id/term/kan/%E0%B2%95%E0%B2%9D%E0%B2%BE%E0%B2%95%E0%B2%BF%E0%B2%B8%E0%B3%8D%E0%B2%A5%E0%B2%BE%E0%B2%A8%E0%B3%8D>,
        <http://lexvo.org/id/term/kas/%DA%A9%D9%8E%D8%B2%D8%A7%DA%A9%D9%90%D8%B3%D8%AA%D8%A7%D9%86>,
        <http://lexvo.org/id/term/kat/%E1%83%A7%E1%83%90%E1%83%96%E1%83%90%E1%83%AE%E1%83%94%E1%83%97%E1%83%98>,
        <http://lexvo.org/id/term/kaz/%D2%9A%D0%B0%D0%B7%D0%B0%D2%9B%D1%81%D1%82%D0%B0%D0%BD>,
        <http://lexvo.org/id/term/kde/Kazachistani>,
        <http://lexvo.org/id/term/kea/Kazakist%C3%A3u>,
        <http://lexvo.org/id/term/khm/%E1%9E%80%E1%9E%B6%E1%9E%A0%E1%9F%92%E1%9E%9F%E1%9E%B6%E1%9E%80%E1%9F%8B%E1%9E%9F%E1%9F%92%E1%9E%8F%E1%9E%B6%E1%9E%84%E1%9F%8B%E1%9F%8B>,
        <http://lexvo.org/id/term/khq/Kaazakstan>,
        <http://lexvo.org/id/term/kik/Kazakistani>,
        <http://lexvo.org/id/term/kln/Emetab%20Kazakhstan>,
        <http://lexvo.org/id/term/kor/%EC%B9%B4%EC%9E%90%ED%9D%90%EC%8A%A4%ED%83%84>,
        <http://lexvo.org/id/term/ksb/Kazakistani>,
        <http://lexvo.org/id/term/ksf/kazakst%C3%A1%C5%8B>,
        <http://lexvo.org/id/term/ksh/Kassakstahn>,
        <http://lexvo.org/id/term/lag/Kazakasit%C3%A1ani>,
        <http://lexvo.org/id/term/lao/%E0%BA%84%E0%BA%B2%E0%BA%8A%E0%BA%B1%E0%BA%94%E0%BA%AA%E0%BA%B0%E0%BA%96%E0%BA%B2%E0%BA%99>,
        <http://lexvo.org/id/term/lav/Kazahst%C4%81na>,
        <http://lexvo.org/id/term/lin/Kazakisit%C3%A1>,
        <http://lexvo.org/id/term/lit/Kazachstanas>,
        <http://lexvo.org/id/term/lub/Kazakusita>,
        <http://lexvo.org/id/term/lug/Kazakisitaani>,
        <http://lexvo.org/id/term/luo/Kazakhstan>,
        <http://lexvo.org/id/term/luy/Kazakistani>,
        <http://lexvo.org/id/term/mal/%E0%B4%95%E0%B4%B8%E0%B4%BE%E0%B4%96%E0%B4%BF%E0%B4%B8%E0%B5%8D%E0%B4%A5%E0%B4%BE%E0%B5%BB>,
        <http://lexvo.org/id/term/mar/%E0%A4%95%E0%A4%9D%E0%A4%BE%E0%A4%95%E0%A4%B8%E0%A5%8D%E0%A4%A4%E0%A4%BE%E0%A4%A8>,
        <http://lexvo.org/id/term/mas/Kazakistani>,
        <http://lexvo.org/id/term/mer/Kazakistani>,
        <http://lexvo.org/id/term/mfe/Kazakstan>,
        <http://lexvo.org/id/term/mgh/Ukazakistani>,
        <http://lexvo.org/id/term/mkd/%D0%9A%D0%B0%D0%B7%D0%B0%D1%85%D1%81%D1%82%D0%B0%D0%BD>,
        <http://lexvo.org/id/term/mlg/Kazakhstan>,
        <http://lexvo.org/id/term/mlt/Ka%C5%BCakstan>,
        <http://lexvo.org/id/term/mua/Kazaksta%C5%8B>,
        <http://lexvo.org/id/term/mya/%E1%80%80%E1%80%AC%E1%80%87%E1%80%80%E1%80%BA%E1%80%85%E1%80%90%E1%80%94%E1%80%BA>,
        <http://lexvo.org/id/term/naq/Kazakhstanni>,
        <http://lexvo.org/id/term/nde/Kazakhstan>,
        <http://lexvo.org/id/term/nep/%E0%A4%95%E0%A4%BE%E0%A4%9C%E0%A4%BE%E0%A4%95%E0%A4%B8%E0%A5%8D%E0%A4%A5%E0%A4%BE%E0%A4%A8>,
        <http://lexvo.org/id/term/nld/Kazachstan>,
        <http://lexvo.org/id/term/nmg/Kazaksta%C5%8B>,
        <http://lexvo.org/id/term/nno/Kasakhstan>,
        <http://lexvo.org/id/term/nob/Kasakhstan>,
        <http://lexvo.org/id/term/nyn/Kazakisitani>,
        <http://lexvo.org/id/term/ori/%E0%AC%95%E0%AC%BE%E0%AC%9C%E0%AC%BE%E0%AC%95%E0%AC%BE%E0%AC%B8%E0%AD%8D%E0%AC%A5%E0%AC%BE%E0%AC%A8%E0%AD%8D>,
        <http://lexvo.org/id/term/pol/Kazachstan>,
        <http://lexvo.org/id/term/por/Casaquist%C3%A3o>,
        <http://lexvo.org/id/term/por/Cazaquist%C3%A3o>,
        <http://lexvo.org/id/term/rof/Kazakistani>,
        <http://lexvo.org/id/term/roh/Kasachstan>,
        <http://lexvo.org/id/term/ron/Kazahstan>,
        <http://lexvo.org/id/term/run/Kazakisitani>,
        <http://lexvo.org/id/term/rus/%D0%9A%D0%B0%D0%B7%D0%B0%D1%85%D1%81%D1%82%D0%B0%D0%BD>,
        <http://lexvo.org/id/term/rwk/Kazakistani>,
        <http://lexvo.org/id/term/sag/Kazakisit%C3%A4an>,
        <http://lexvo.org/id/term/saq/Kazakistani>,
        <http://lexvo.org/id/term/sbp/Kasakisitani>,
        <http://lexvo.org/id/term/seh/Casaquist%C3%A3o>,
        <http://lexvo.org/id/term/ses/Kaazakstan>,
        <http://lexvo.org/id/term/shi-Latn/kazaxstan>,
        <http://lexvo.org/id/term/shi/%E2%B4%BD%E2%B4%B0%E2%B5%A3%E2%B4%B0%E2%B5%85%E2%B5%99%E2%B5%9C%E2%B4%B0%E2%B5%8F>,
        <http://lexvo.org/id/term/sin/%E0%B6%9A%E0%B7%83%E0%B6%9A%E0%B7%83%E0%B7%8A%E0%B6%AD%E0%B7%8F%E0%B6%B1%E0%B6%BA>,
        <http://lexvo.org/id/term/slk/Kazachstan>,
        <http://lexvo.org/id/term/slv/Kazahstan>,
        <http://lexvo.org/id/term/sme/Kasakstan>,
        <http://lexvo.org/id/term/sna/Kazakhstan>,
        <http://lexvo.org/id/term/som/Kasaakhistaan>,
        <http://lexvo.org/id/term/spa/Kazajist%C3%A1n>,
        <http://lexvo.org/id/term/sqi/Kazakistan>,
        <http://lexvo.org/id/term/srp-Latn/Kazahstan>,
        <http://lexvo.org/id/term/srp/%D0%9A%D0%B0%D0%B7%D0%B0%D1%85%D1%81%D1%82%D0%B0%D0%BD>,
        <http://lexvo.org/id/term/swc/Kazakistani>,
        <http://lexvo.org/id/term/swe/Kazakstan>,
        <http://lexvo.org/id/term/swh/Kazakistani>,
        <http://lexvo.org/id/term/tam/%E0%AE%95%E0%AE%B8%E0%AE%95%E0%AE%B8%E0%AF%8D%E0%AE%A4%E0%AE%BE%E0%AE%A9%E0%AF%8D>,
        <http://lexvo.org/id/term/tel/%E0%B0%95%E0%B0%9C%E0%B0%BE%E0%B0%96%E0%B0%B8%E0%B1%8D%E0%B0%A4%E0%B0%BE%E0%B0%A8%E0%B1%8D>,
        <http://lexvo.org/id/term/teo/Kazakistani>,
        <http://lexvo.org/id/term/tha/%E0%B8%84%E0%B8%B2%E0%B8%8B%E0%B8%B1%E0%B8%84%E0%B8%AA%E0%B8%96%E0%B8%B2%E0%B8%99>,
        <http://lexvo.org/id/term/ton/Kasakiteni>,
        <http://lexvo.org/id/term/tur/Kazakistan>,
        <http://lexvo.org/id/term/twq/Kaazakstan>,
        <http://lexvo.org/id/term/tzm/Kazaxistan>,
        <http://lexvo.org/id/term/ukr/%D0%9A%D0%B0%D0%B7%D0%B0%D1%85%D1%81%D1%82%D0%B0%D0%BD>,
        <http://lexvo.org/id/term/urd/%D9%82%D8%B2%D8%A7%D8%AE%D8%B3%D8%AA%D8%A7%D9%86>,
        <http://lexvo.org/id/term/vai-Latn/Kazasita%C5%8B>,
        <http://lexvo.org/id/term/vai/%EA%95%AA%EA%95%A4%EA%94%BB%EA%95%9A%EA%98%8B>,
        <http://lexvo.org/id/term/vie/Kazakhstan>,
        <http://lexvo.org/id/term/vun/Kazakistani>,
        <http://lexvo.org/id/term/wae/Kasa%C4%8Dstan>,
        <http://lexvo.org/id/term/xog/Kazakisitaani>,
        <http://lexvo.org/id/term/yav/kasaksit%C3%A1%C5%8B>,
        <http://lexvo.org/id/term/yor/Or%C3%ADl%E1%BA%B9%CC%81%C3%A8de%20Ka%E1%B9%A3a%E1%B9%A3atani>,
        <http://lexvo.org/id/term/zsm/Kazakhstan>,
        <http://lexvo.org/id/term/zul/i-Kazakhstan> ;
    owl:sameAs <http://psi.oasis-open.org/iso/3166/#398>,
        <http://sws.geonames.org/1522867/> .

<http://lexvo.org/id/iso3166/LA> a lvont:GeographicRegion ;
    rdfs:label "Laos"@af,
        "Làwos"@agq,
        "Laos"@ak,
        "ላኦስ"@am,
        "لاوس"@ar,
        "Laothi"@asa,
        "Laos"@ast,
        "Laos"@az,
        "Làôs"@bas,
        "Лаоская Народна-Дэмакратычная Рэспубліка"@be,
        "Hulaosi"@bez,
        "Народна демократична република Лаос"@bg,
        "Layosi"@bm,
        "লাওস"@bn,
        "ལཱ་འོས།"@bo,
        "Laos"@br,
        "लाओस"@brx,
        "Laos"@bs,
        "Лаос"@bs-Cyrl,
        "Laos"@ca,
        "Layosi"@cgg,
        "ᎴᎣᏍ"@chr,
        "老挝"@cmn,
        "寮國"@cmn-Hant,
        "Laos"@cs,
        "Laos"@cy,
        "Laos"@da,
        "Laosi"@dav,
        "Laos"@de,
        "Laawos"@dje,
        "ལཱ་ཝོས"@dz,
        "Laosi"@ebu,
        "Laos nutome"@ee,
        "Λάος"@el,
        "ISO 3166-1:LA"@en,
        "Laos"@en,
        "𐐢𐐪𐐬𐑅"@en-Dsrt,
        "Laoso"@eo,
        "Laos"@es,
        "Laos"@et,
        "Laos"@eu,
        "Laós"@ewo,
        "لائوس"@fa,
        "Lawoos"@ff,
        "Laos"@fi,
        "Laos"@fil,
        "Laos"@fo,
        "Laos"@fr,
        "Laos"@fur,
        "Laos"@ga,
        "Làthos"@gd,
        "Laos"@gl,
        "Laaos"@gsw,
        "લાઓસ"@gu,
        "Laosi"@guz,
        "Lawas"@ha,
        "לאוס"@he,
        "लाओस"@hi,
        "Laos"@hr,
        "Laosz"@hu,
        "Լաոս"@hy,
        "Laos"@id,
        "Laos"@is,
        "Laos"@it,
        "ラオス"@ja,
        "Laosi"@jmc,
        "ლაოსი"@ka,
        "Laws"@kab,
        "Laosi"@kam,
        "Laosi"@kde,
        "Laus"@kea,
        "Laawos"@khq,
        "Laosi"@ki,
        "Laos"@kl,
        "Emetab Laos"@kln,
        "ឡាវ"@km,
        "ಲಾವೋಸ್"@kn,
        "라오스"@ko,
        "لاس"@ks,
        "Laosi"@ksb,
        "laɔs"@ksf,
        "La'os"@ksh,
        "Laóosi"@lag,
        "Lawosi"@lg,
        "Lawosi"@ln,
        "ສ.ປ.ປ ລາວ"@lo,
        "Laosas"@lt,
        "Lawosi"@lu,
        "Laos"@luo,
        "Laosi"@luy,
        "Laosa"@lv,
        "Laosi"@mas,
        "Laosi"@mer,
        "Laos"@mfe,
        "Laôs"@mg,
        "Лаос"@mk,
        "ലാവോസ്"@ml,
        "लाओस"@mr,
        "Laos"@mt,
        "Sǝr Laos"@mua,
        "လာအို"@my,
        "Laos"@naq,
        "Laos"@nb,
        "Laos"@nd,
        "लाओस"@ne,
        "Laos"@nl,
        "Laos"@nmg,
        "Laos"@nn,
        "Layosi"@nyn,
        "ଲାଓସ୍"@or,
        "Laos"@pl,
        "لاوس"@ps,
        "Laos"@pt,
        "Laos"@rm,
        "Layosi"@rn,
        "Laos"@ro,
        "Laosi"@rof,
        "Лаос"@ru,
        "Laosi"@rwk,
        "Laosi"@saq,
        "Layosi"@sbp,
        "Laos"@se,
        "Laos"@seh,
        "Laawos"@ses,
        "Lùaôsi"@sg,
        "ⵍⴰⵡⵙ"@shi,
        "laws"@shi-Latn,
        "ලාඕසය"@si,
        "Laos"@sk,
        "Laos"@sl,
        "Laos"@sn,
        "Laos"@so,
        "Лаос"@sr,
        "Laos"@sr-Latn,
        "Laos"@sv,
        "Laosi"@swc,
        "Laosi"@swh,
        "லாவோஸ்"@ta,
        "లావోస్"@te,
        "Laosi"@teo,
        "ลาว"@th,
        "ላኦስ"@ti,
        "Lau"@to,
        "Laos"@tr,
        "Laawos"@twq,
        "Laws"@tzm,
        "Лаос"@uk,
        "لاؤس"@ur,
        "ꕞꕴꔻ"@vai,
        "Lawosi"@vai-Latn,
        "Lào"@vi,
        "Laosi"@vun,
        "Laos"@wae,
        "Lawosi"@xog,
        "lawós"@yav,
        "Orílẹ́ède Laosi"@yo,
        "Laos"@zsm,
        "i-Laos"@zu ;
    lvont:label <http://lexvo.org/id/term/afr/Laos>,
        <http://lexvo.org/id/term/agq/L%C3%A0wos>,
        <http://lexvo.org/id/term/aka/Laos>,
        <http://lexvo.org/id/term/amh/%E1%88%8B%E1%8A%A6%E1%88%B5>,
        <http://lexvo.org/id/term/ara/%D9%84%D8%A7%D9%88%D8%B3>,
        <http://lexvo.org/id/term/asa/Laothi>,
        <http://lexvo.org/id/term/ast/Laos>,
        <http://lexvo.org/id/term/aze/Laos>,
        <http://lexvo.org/id/term/bam/Layosi>,
        <http://lexvo.org/id/term/bas/L%C3%A0%C3%B4s>,
        <http://lexvo.org/id/term/bel/%D0%9B%D0%B0%D0%BE%D1%81%D0%BA%D0%B0%D1%8F%20%D0%9D%D0%B0%D1%80%D0%BE%D0%B4%D0%BD%D0%B0-%D0%94%D1%8D%D0%BC%D0%B0%D0%BA%D1%80%D0%B0%D1%82%D1%8B%D1%87%D0%BD%D0%B0%D1%8F%20%D0%A0%D1%8D%D1%81%D0%BF%D1%83%D0%B1%D0%BB%D1%96%D0%BA%D0%B0>,
        <http://lexvo.org/id/term/ben/%E0%A6%B2%E0%A6%BE%E0%A6%93%E0%A6%B8>,
        <http://lexvo.org/id/term/bez/Hulaosi>,
        <http://lexvo.org/id/term/bod/%E0%BD%A3%E0%BD%B1%E0%BC%8B%E0%BD%A0%E0%BD%BC%E0%BD%A6%E0%BC%8D>,
        <http://lexvo.org/id/term/bos-Cyrl/%D0%9B%D0%B0%D0%BE%D1%81>,
        <http://lexvo.org/id/term/bos/Laos>,
        <http://lexvo.org/id/term/bre/Laos>,
        <http://lexvo.org/id/term/brx/%E0%A4%B2%E0%A4%BE%E0%A4%93%E0%A4%B8>,
        <http://lexvo.org/id/term/bul/%D0%9D%D0%B0%D1%80%D0%BE%D0%B4%D0%BD%D0%B0%20%D0%B4%D0%B5%D0%BC%D0%BE%D0%BA%D1%80%D0%B0%D1%82%D0%B8%D1%87%D0%BD%D0%B0%20%D1%80%D0%B5%D0%BF%D1%83%D0%B1%D0%BB%D0%B8%D0%BA%D0%B0%20%D0%9B%D0%B0%D0%BE%D1%81>,
        <http://lexvo.org/id/term/cat/Laos>,
        <http://lexvo.org/id/term/ces/Laos>,
        <http://lexvo.org/id/term/cgg/Layosi>,
        <http://lexvo.org/id/term/chr/%E1%8E%B4%E1%8E%A3%E1%8F%8D>,
        <http://lexvo.org/id/term/cmn-Hant/%E5%AF%AE%E5%9C%8B>,
        <http://lexvo.org/id/term/cmn/%E8%80%81%E6%8C%9D>,
        <http://lexvo.org/id/term/cym/Laos>,
        <http://lexvo.org/id/term/dan/Laos>,
        <http://lexvo.org/id/term/dav/Laosi>,
        <http://lexvo.org/id/term/deu/Laos>,
        <http://lexvo.org/id/term/dje/Laawos>,
        <http://lexvo.org/id/term/dzo/%E0%BD%A3%E0%BD%B1%E0%BC%8B%E0%BD%9D%E0%BD%BC%E0%BD%A6>,
        <http://lexvo.org/id/term/ebu/Laosi>,
        <http://lexvo.org/id/term/ell/%CE%9B%CE%AC%CE%BF%CF%82>,
        <http://lexvo.org/id/term/eng-Dsrt/%F0%90%90%A2%F0%90%90%AA%F0%90%90%AC%F0%90%91%85>,
        <http://lexvo.org/id/term/eng/ISO%203166-1%3ALA>,
        <http://lexvo.org/id/term/eng/Laos>,
        <http://lexvo.org/id/term/epo/Laoso>,
        <http://lexvo.org/id/term/est/Laos>,
        <http://lexvo.org/id/term/eus/Laos>,
        <http://lexvo.org/id/term/ewe/Laos%20nutome>,
        <http://lexvo.org/id/term/ewo/La%C3%B3s>,
        <http://lexvo.org/id/term/fao/Laos>,
        <http://lexvo.org/id/term/fas/%D9%84%D8%A7%D8%A6%D9%88%D8%B3>,
        <http://lexvo.org/id/term/fil/Laos>,
        <http://lexvo.org/id/term/fin/Laos>,
        <http://lexvo.org/id/term/fra/Laos>,
        <http://lexvo.org/id/term/ful/Lawoos>,
        <http://lexvo.org/id/term/fur/Laos>,
        <http://lexvo.org/id/term/gla/L%C3%A0thos>,
        <http://lexvo.org/id/term/gle/Laos>,
        <http://lexvo.org/id/term/glg/Laos>,
        <http://lexvo.org/id/term/gsw/Laaos>,
        <http://lexvo.org/id/term/guj/%E0%AA%B2%E0%AA%BE%E0%AA%93%E0%AA%B8>,
        <http://lexvo.org/id/term/guz/Laosi>,
        <http://lexvo.org/id/term/hau/Lawas>,
        <http://lexvo.org/id/term/heb/%D7%9C%D7%90%D7%95%D7%A1>,
        <http://lexvo.org/id/term/hin/%E0%A4%B2%E0%A4%BE%E0%A4%93%E0%A4%B8>,
        <http://lexvo.org/id/term/hrv/Laos>,
        <http://lexvo.org/id/term/hun/Laosz>,
        <http://lexvo.org/id/term/hye/%D4%BC%D5%A1%D5%B8%D5%BD>,
        <http://lexvo.org/id/term/ind/Laos>,
        <http://lexvo.org/id/term/isl/Laos>,
        <http://lexvo.org/id/term/ita/Laos>,
        <http://lexvo.org/id/term/jmc/Laosi>,
        <http://lexvo.org/id/term/jpn/%E3%83%A9%E3%82%AA%E3%82%B9>,
        <http://lexvo.org/id/term/kab/Laws>,
        <http://lexvo.org/id/term/kal/Laos>,
        <http://lexvo.org/id/term/kam/Laosi>,
        <http://lexvo.org/id/term/kan/%E0%B2%B2%E0%B2%BE%E0%B2%B5%E0%B3%8B%E0%B2%B8%E0%B3%8D>,
        <http://lexvo.org/id/term/kas/%D9%84%D8%A7%D8%B3>,
        <http://lexvo.org/id/term/kat/%E1%83%9A%E1%83%90%E1%83%9D%E1%83%A1%E1%83%98>,
        <http://lexvo.org/id/term/kde/Laosi>,
        <http://lexvo.org/id/term/kea/Laus>,
        <http://lexvo.org/id/term/khm/%E1%9E%A1%E1%9E%B6%E1%9E%9C>,
        <http://lexvo.org/id/term/khq/Laawos>,
        <http://lexvo.org/id/term/kik/Laosi>,
        <http://lexvo.org/id/term/kln/Emetab%20Laos>,
        <http://lexvo.org/id/term/kor/%EB%9D%BC%EC%98%A4%EC%8A%A4>,
        <http://lexvo.org/id/term/ksb/Laosi>,
        <http://lexvo.org/id/term/ksf/la%C9%94s>,
        <http://lexvo.org/id/term/ksh/La'os>,
        <http://lexvo.org/id/term/lag/La%C3%B3osi>,
        <http://lexvo.org/id/term/lao/%E0%BA%AA.%E0%BA%9B.%E0%BA%9B%20%E0%BA%A5%E0%BA%B2%E0%BA%A7>,
        <http://lexvo.org/id/term/lav/Laosa>,
        <http://lexvo.org/id/term/lin/Lawosi>,
        <http://lexvo.org/id/term/lit/Laosas>,
        <http://lexvo.org/id/term/lub/Lawosi>,
        <http://lexvo.org/id/term/lug/Lawosi>,
        <http://lexvo.org/id/term/luo/Laos>,
        <http://lexvo.org/id/term/luy/Laosi>,
        <http://lexvo.org/id/term/mal/%E0%B4%B2%E0%B4%BE%E0%B4%B5%E0%B5%8B%E0%B4%B8%E0%B5%8D>,
        <http://lexvo.org/id/term/mar/%E0%A4%B2%E0%A4%BE%E0%A4%93%E0%A4%B8>,
        <http://lexvo.org/id/term/mas/Laosi>,
        <http://lexvo.org/id/term/mer/Laosi>,
        <http://lexvo.org/id/term/mfe/Laos>,
        <http://lexvo.org/id/term/mkd/%D0%9B%D0%B0%D0%BE%D1%81>,
        <http://lexvo.org/id/term/mlg/La%C3%B4s>,
        <http://lexvo.org/id/term/mlt/Laos>,
        <http://lexvo.org/id/term/mua/S%C7%9Dr%20Laos>,
        <http://lexvo.org/id/term/mya/%E1%80%9C%E1%80%AC%E1%80%A1%E1%80%AD%E1%80%AF>,
        <http://lexvo.org/id/term/naq/Laos>,
        <http://lexvo.org/id/term/nde/Laos>,
        <http://lexvo.org/id/term/nep/%E0%A4%B2%E0%A4%BE%E0%A4%93%E0%A4%B8>,
        <http://lexvo.org/id/term/nld/Laos>,
        <http://lexvo.org/id/term/nmg/Laos>,
        <http://lexvo.org/id/term/nno/Laos>,
        <http://lexvo.org/id/term/nob/Laos>,
        <http://lexvo.org/id/term/nyn/Layosi>,
        <http://lexvo.org/id/term/ori/%E0%AC%B2%E0%AC%BE%E0%AC%93%E0%AC%B8%E0%AD%8D>,
        <http://lexvo.org/id/term/pol/Laos>,
        <http://lexvo.org/id/term/por/Laos>,
        <http://lexvo.org/id/term/pus/%D9%84%D8%A7%D9%88%D8%B3>,
        <http://lexvo.org/id/term/rof/Laosi>,
        <http://lexvo.org/id/term/roh/Laos>,
        <http://lexvo.org/id/term/ron/Laos>,
        <http://lexvo.org/id/term/run/Layosi>,
        <http://lexvo.org/id/term/rus/%D0%9B%D0%B0%D0%BE%D1%81>,
        <http://lexvo.org/id/term/rwk/Laosi>,
        <http://lexvo.org/id/term/sag/L%C3%B9a%C3%B4si>,
        <http://lexvo.org/id/term/saq/Laosi>,
        <http://lexvo.org/id/term/sbp/Layosi>,
        <http://lexvo.org/id/term/seh/Laos>,
        <http://lexvo.org/id/term/ses/Laawos>,
        <http://lexvo.org/id/term/shi-Latn/laws>,
        <http://lexvo.org/id/term/shi/%E2%B5%8D%E2%B4%B0%E2%B5%A1%E2%B5%99>,
        <http://lexvo.org/id/term/sin/%E0%B6%BD%E0%B7%8F%E0%B6%95%E0%B7%83%E0%B6%BA>,
        <http://lexvo.org/id/term/slk/Laos>,
        <http://lexvo.org/id/term/slv/Laos>,
        <http://lexvo.org/id/term/sme/Laos>,
        <http://lexvo.org/id/term/sna/Laos>,
        <http://lexvo.org/id/term/som/Laos>,
        <http://lexvo.org/id/term/spa/Laos>,
        <http://lexvo.org/id/term/srp-Latn/Laos>,
        <http://lexvo.org/id/term/srp/%D0%9B%D0%B0%D0%BE%D1%81>,
        <http://lexvo.org/id/term/swc/Laosi>,
        <http://lexvo.org/id/term/swe/Laos>,
        <http://lexvo.org/id/term/swh/Laosi>,
        <http://lexvo.org/id/term/tam/%E0%AE%B2%E0%AE%BE%E0%AE%B5%E0%AF%8B%E0%AE%B8%E0%AF%8D>,
        <http://lexvo.org/id/term/tel/%E0%B0%B2%E0%B0%BE%E0%B0%B5%E0%B1%8B%E0%B0%B8%E0%B1%8D>,
        <http://lexvo.org/id/term/teo/Laosi>,
        <http://lexvo.org/id/term/tha/%E0%B8%A5%E0%B8%B2%E0%B8%A7>,
        <http://lexvo.org/id/term/tir/%E1%88%8B%E1%8A%A6%E1%88%B5>,
        <http://lexvo.org/id/term/ton/Lau>,
        <http://lexvo.org/id/term/tur/Laos>,
        <http://lexvo.org/id/term/twq/Laawos>,
        <http://lexvo.org/id/term/tzm/Laws>,
        <http://lexvo.org/id/term/ukr/%D0%9B%D0%B0%D0%BE%D1%81>,
        <http://lexvo.org/id/term/urd/%D9%84%D8%A7%D8%A4%D8%B3>,
        <http://lexvo.org/id/term/vai-Latn/Lawosi>,
        <http://lexvo.org/id/term/vai/%EA%95%9E%EA%95%B4%EA%94%BB>,
        <http://lexvo.org/id/term/vie/L%C3%A0o>,
        <http://lexvo.org/id/term/vun/Laosi>,
        <http://lexvo.org/id/term/wae/Laos>,
        <http://lexvo.org/id/term/xog/Lawosi>,
        <http://lexvo.org/id/term/yav/law%C3%B3s>,
        <http://lexvo.org/id/term/yor/Or%C3%ADl%E1%BA%B9%CC%81%C3%A8de%20Laosi>,
        <http://lexvo.org/id/term/zsm/Laos>,
        <http://lexvo.org/id/term/zul/i-Laos> ;
    owl:sameAs <http://psi.oasis-open.org/iso/3166/#418>,
        <http://sws.geonames.org/1655842/> .

<http://lexvo.org/id/iso3166/LB> a lvont:GeographicRegion ;
    rdfs:label "Libanon"@af,
        "Lɛbanè"@agq,
        "Lɛbanɔn"@ak,
        "ሊባኖስ"@am,
        "لبنان"@ar,
        "Lebanoni"@asa,
        "Líbanu"@ast,
        "Lebanon"@az,
        "Lèbanòn"@bas,
        "Ліван"@be,
        "Hulebanoni"@bez,
        "Ливан"@bg,
        "Libaŋ"@bm,
        "লেবানন"@bn,
        "ལེབ་ནོན།"@bo,
        "Liban"@br,
        "लेबनोन"@brx,
        "Liban"@bs,
        "Либан"@bs-Cyrl,
        "ሊባኖስ"@byn,
        "Líban"@ca,
        "Lebanoni"@cgg,
        "ᎴᏆᎾᏂ"@chr,
        "黎巴嫩"@cmn,
        "黎巴嫩"@cmn-Hant,
        "Libanon"@cs,
        "Libanus"@cy,
        "Libanon"@da,
        "Lebanoni"@dav,
        "Libanon"@de,
        "Lubnaan"@dje,
        "ལེ་བ་ནོན"@dz,
        "Lebanoni"@ebu,
        "Lebanɔn nutome"@ee,
        "Λίβανος"@el,
        "ISO 3166-1:LB"@en,
        "Lebanon"@en,
        "𐐢𐐯𐐺𐐲𐑌𐐪𐑌"@en-Dsrt,
        "Libano"@eo,
        "Líbano"@es,
        "Liibanon"@et,
        "Libano"@eu,
        "Libáŋ"@ewo,
        "لبنان"@fa,
        "Libaa"@ff,
        "Libanon"@fi,
        "Lebanon"@fil,
        "Libanon"@fo,
        "Liban"@fr,
        "Liban"@fur,
        "An Liobáin"@ga,
        "Leabanon"@gd,
        "Líbano"@gl,
        "Libanon"@gsw,
        "લેબનોન"@gu,
        "Lebanoni"@guz,
        "Labanan"@ha,
        "לבנון"@he,
        "लेबनान"@hi,
        "Libanon"@hr,
        "Libanon"@hu,
        "Լիբանան"@hy,
        "Libano"@ia,
        "Lebanon"@id,
        "Líbanon"@is,
        "Libano"@it,
        "レバノン"@ja,
        "Lebanoni"@jmc,
        "ლიბანი"@ka,
        "Lubnan"@kab,
        "Lebanoni"@kam,
        "Lebanoni"@kde,
        "Libanu"@kea,
        "Lubnaan"@khq,
        "Lebanoni"@ki,
        "Libanon"@kl,
        "Emetab Lebanon"@kln,
        "លីបង់"@km,
        "ಲೆಬನಾನ್"@kn,
        "레바논"@ko,
        "لٮ۪بنان"@ks,
        "Lebanoni"@ksb,
        "libáŋ"@ksf,
        "der Lebbannon"@ksh,
        "Lebanóoni"@lag,
        "Lebanoni"@lg,
        "Libá"@ln,
        "ເລບານອນ"@lo,
        "Libanas"@lt,
        "Liba"@lu,
        "Lebanon"@luo,
        "Lebanoni"@luy,
        "Libāna"@lv,
        "Lebanoni"@mas,
        "Lebanoni"@mer,
        "Liban"@mfe,
        "Libana"@mg,
        "Ulebanoni"@mgh,
        "Либан"@mk,
        "ലബനോൺ"@ml,
        "लेबानन"@mr,
        "Libanu"@mt,
        "Libaŋ"@mua,
        "လက်ဘနွန်"@my,
        "Lebanonni"@naq,
        "Libanon"@nb,
        "Lebhanoni"@nd,
        "लेबनोन"@ne,
        "Libanon"@nl,
        "Libaŋ"@nmg,
        "Libanon"@nn,
        "Lebanoni"@nyn,
        "ଲେବାନନ୍"@or,
        "Liban"@pl,
        "لبنان"@ps,
        "Líbano"@pt,
        "Libanon"@rm,
        "Libani"@rn,
        "Liban"@ro,
        "Lebanoni"@rof,
        "Ливан"@ru,
        "Lebanoni"@rwk,
        "Lebanoni"@saq,
        "Lebanoni"@sbp,
        "Libanon"@se,
        "Líbano"@seh,
        "Lubnaan"@ses,
        "Libùaan"@sg,
        "ⵍⵓⴱⵏⴰⵏ"@shi,
        "lubnan"@shi-Latn,
        "ලෙබනනය"@si,
        "Libanon"@sk,
        "Libanon"@sl,
        "Lebanon"@sn,
        "Lubnaan"@so,
        "Liban"@sq,
        "Либан"@sr,
        "Liban"@sr-Latn,
        "Libanon"@sv,
        "Lebanoni"@swc,
        "Lebanoni"@swh,
        "லெபனான்"@ta,
        "లెబనాన్"@te,
        "Lebanoni"@teo,
        "เลบานอน"@th,
        "ሊባኖስ"@ti,
        "ሊባኖስ"@tig,
        "Lepanoni"@to,
        "Lübnan"@tr,
        "Lubnaan"@twq,
        "Lubnan"@tzm,
        "Ліван"@uk,
        "لبنان"@ur,
        "ꔒꕑꗟꘋ"@vai,
        "Lebhanɔ"@vai-Latn,
        "Li-băng"@vi,
        "Lebanoni"@vun,
        "Libanon"@wae,
        "ሊባኖስ"@wal,
        "Lebanoni"@xog,
        "lipáŋ"@yav,
        "Orílẹ́ède Lebanoni"@yo,
        "Lubnan"@zsm,
        "i-Lebanon"@zu ;
    lvont:label <http://lexvo.org/id/term/afr/Libanon>,
        <http://lexvo.org/id/term/agq/L%C9%9Bban%C3%A8>,
        <http://lexvo.org/id/term/aka/L%C9%9Bban%C9%94n>,
        <http://lexvo.org/id/term/amh/%E1%88%8A%E1%89%A3%E1%8A%96%E1%88%B5>,
        <http://lexvo.org/id/term/ara/%D9%84%D8%A8%D9%86%D8%A7%D9%86>,
        <http://lexvo.org/id/term/asa/Lebanoni>,
        <http://lexvo.org/id/term/ast/L%C3%ADbanu>,
        <http://lexvo.org/id/term/aze/Lebanon>,
        <http://lexvo.org/id/term/bam/Liba%C5%8B>,
        <http://lexvo.org/id/term/bas/L%C3%A8ban%C3%B2n>,
        <http://lexvo.org/id/term/bel/%D0%9B%D1%96%D0%B2%D0%B0%D0%BD>,
        <http://lexvo.org/id/term/ben/%E0%A6%B2%E0%A7%87%E0%A6%AC%E0%A6%BE%E0%A6%A8%E0%A6%A8>,
        <http://lexvo.org/id/term/bez/Hulebanoni>,
        <http://lexvo.org/id/term/bod/%E0%BD%A3%E0%BD%BA%E0%BD%96%E0%BC%8B%E0%BD%93%E0%BD%BC%E0%BD%93%E0%BC%8D>,
        <http://lexvo.org/id/term/bos-Cyrl/%D0%9B%D0%B8%D0%B1%D0%B0%D0%BD>,
        <http://lexvo.org/id/term/bos/Liban>,
        <http://lexvo.org/id/term/bre/Liban>,
        <http://lexvo.org/id/term/brx/%E0%A4%B2%E0%A5%87%E0%A4%AC%E0%A4%A8%E0%A5%8B%E0%A4%A8>,
        <http://lexvo.org/id/term/bul/%D0%9B%D0%B8%D0%B2%D0%B0%D0%BD>,
        <http://lexvo.org/id/term/byn/%E1%88%8A%E1%89%A3%E1%8A%96%E1%88%B5>,
        <http://lexvo.org/id/term/cat/L%C3%ADban>,
        <http://lexvo.org/id/term/ces/Libanon>,
        <http://lexvo.org/id/term/cgg/Lebanoni>,
        <http://lexvo.org/id/term/chr/%E1%8E%B4%E1%8F%86%E1%8E%BE%E1%8F%82>,
        <http://lexvo.org/id/term/cmn-Hant/%E9%BB%8E%E5%B7%B4%E5%AB%A9>,
        <http://lexvo.org/id/term/cmn/%E9%BB%8E%E5%B7%B4%E5%AB%A9>,
        <http://lexvo.org/id/term/cym/Libanus>,
        <http://lexvo.org/id/term/dan/Libanon>,
        <http://lexvo.org/id/term/dav/Lebanoni>,
        <http://lexvo.org/id/term/deu/Libanon>,
        <http://lexvo.org/id/term/dje/Lubnaan>,
        <http://lexvo.org/id/term/dzo/%E0%BD%A3%E0%BD%BA%E0%BC%8B%E0%BD%96%E0%BC%8B%E0%BD%93%E0%BD%BC%E0%BD%93>,
        <http://lexvo.org/id/term/ebu/Lebanoni>,
        <http://lexvo.org/id/term/ell/%CE%9B%CE%AF%CE%B2%CE%B1%CE%BD%CE%BF%CF%82>,
        <http://lexvo.org/id/term/eng-Dsrt/%F0%90%90%A2%F0%90%90%AF%F0%90%90%BA%F0%90%90%B2%F0%90%91%8C%F0%90%90%AA%F0%90%91%8C>,
        <http://lexvo.org/id/term/eng/ISO%203166-1%3ALB>,
        <http://lexvo.org/id/term/eng/Lebanon>,
        <http://lexvo.org/id/term/epo/Libano>,
        <http://lexvo.org/id/term/est/Liibanon>,
        <http://lexvo.org/id/term/eus/Libano>,
        <http://lexvo.org/id/term/ewe/Leban%C9%94n%20nutome>,
        <http://lexvo.org/id/term/ewo/Lib%C3%A1%C5%8B>,
        <http://lexvo.org/id/term/fao/Libanon>,
        <http://lexvo.org/id/term/fas/%D9%84%D8%A8%D9%86%D8%A7%D9%86>,
        <http://lexvo.org/id/term/fil/Lebanon>,
        <http://lexvo.org/id/term/fin/Libanon>,
        <http://lexvo.org/id/term/fra/Liban>,
        <http://lexvo.org/id/term/ful/Libaa>,
        <http://lexvo.org/id/term/fur/Liban>,
        <http://lexvo.org/id/term/gla/Leabanon>,
        <http://lexvo.org/id/term/gle/An%20Liob%C3%A1in>,
        <http://lexvo.org/id/term/glg/L%C3%ADbano>,
        <http://lexvo.org/id/term/gsw/Libanon>,
        <http://lexvo.org/id/term/guj/%E0%AA%B2%E0%AB%87%E0%AA%AC%E0%AA%A8%E0%AB%8B%E0%AA%A8>,
        <http://lexvo.org/id/term/guz/Lebanoni>,
        <http://lexvo.org/id/term/hau/Labanan>,
        <http://lexvo.org/id/term/heb/%D7%9C%D7%91%D7%A0%D7%95%D7%9F>,
        <http://lexvo.org/id/term/hin/%E0%A4%B2%E0%A5%87%E0%A4%AC%E0%A4%A8%E0%A4%BE%E0%A4%A8>,
        <http://lexvo.org/id/term/hrv/Libanon>,
        <http://lexvo.org/id/term/hun/Libanon>,
        <http://lexvo.org/id/term/hye/%D4%BC%D5%AB%D5%A2%D5%A1%D5%B6%D5%A1%D5%B6>,
        <http://lexvo.org/id/term/ina/Libano>,
        <http://lexvo.org/id/term/ind/Lebanon>,
        <http://lexvo.org/id/term/isl/L%C3%ADbanon>,
        <http://lexvo.org/id/term/ita/Libano>,
        <http://lexvo.org/id/term/jmc/Lebanoni>,
        <http://lexvo.org/id/term/jpn/%E3%83%AC%E3%83%90%E3%83%8E%E3%83%B3>,
        <http://lexvo.org/id/term/kab/Lubnan>,
        <http://lexvo.org/id/term/kal/Libanon>,
        <http://lexvo.org/id/term/kam/Lebanoni>,
        <http://lexvo.org/id/term/kan/%E0%B2%B2%E0%B3%86%E0%B2%AC%E0%B2%A8%E0%B2%BE%E0%B2%A8%E0%B3%8D>,
        <http://lexvo.org/id/term/kas/%D9%84%D9%AE%DB%AA%D8%A8%D9%86%D8%A7%D9%86>,
        <http://lexvo.org/id/term/kat/%E1%83%9A%E1%83%98%E1%83%91%E1%83%90%E1%83%9C%E1%83%98>,
        <http://lexvo.org/id/term/kde/Lebanoni>,
        <http://lexvo.org/id/term/kea/Libanu>,
        <http://lexvo.org/id/term/khm/%E1%9E%9B%E1%9E%B8%E1%9E%94%E1%9E%84%E1%9F%8B>,
        <http://lexvo.org/id/term/khq/Lubnaan>,
        <http://lexvo.org/id/term/kik/Lebanoni>,
        <http://lexvo.org/id/term/kln/Emetab%20Lebanon>,
        <http://lexvo.org/id/term/kor/%EB%A0%88%EB%B0%94%EB%85%BC>,
        <http://lexvo.org/id/term/ksb/Lebanoni>,
        <http://lexvo.org/id/term/ksf/lib%C3%A1%C5%8B>,
        <http://lexvo.org/id/term/ksh/der%20Lebbannon>,
        <http://lexvo.org/id/term/lag/Leban%C3%B3oni>,
        <http://lexvo.org/id/term/lao/%E0%BB%80%E0%BA%A5%E0%BA%9A%E0%BA%B2%E0%BA%99%E0%BA%AD%E0%BA%99>,
        <http://lexvo.org/id/term/lav/Lib%C4%81na>,
        <http://lexvo.org/id/term/lin/Lib%C3%A1>,
        <http://lexvo.org/id/term/lit/Libanas>,
        <http://lexvo.org/id/term/lub/Liba>,
        <http://lexvo.org/id/term/lug/Lebanoni>,
        <http://lexvo.org/id/term/luo/Lebanon>,
        <http://lexvo.org/id/term/luy/Lebanoni>,
        <http://lexvo.org/id/term/mal/%E0%B4%B2%E0%B4%AC%E0%B4%A8%E0%B5%8B%E0%B5%BA>,
        <http://lexvo.org/id/term/mar/%E0%A4%B2%E0%A5%87%E0%A4%AC%E0%A4%BE%E0%A4%A8%E0%A4%A8>,
        <http://lexvo.org/id/term/mas/Lebanoni>,
        <http://lexvo.org/id/term/mer/Lebanoni>,
        <http://lexvo.org/id/term/mfe/Liban>,
        <http://lexvo.org/id/term/mgh/Ulebanoni>,
        <http://lexvo.org/id/term/mkd/%D0%9B%D0%B8%D0%B1%D0%B0%D0%BD>,
        <http://lexvo.org/id/term/mlg/Libana>,
        <http://lexvo.org/id/term/mlt/Libanu>,
        <http://lexvo.org/id/term/mua/Liba%C5%8B>,
        <http://lexvo.org/id/term/mya/%E1%80%9C%E1%80%80%E1%80%BA%E1%80%98%E1%80%94%E1%80%BD%E1%80%94%E1%80%BA>,
        <http://lexvo.org/id/term/naq/Lebanonni>,
        <http://lexvo.org/id/term/nde/Lebhanoni>,
        <http://lexvo.org/id/term/nep/%E0%A4%B2%E0%A5%87%E0%A4%AC%E0%A4%A8%E0%A5%8B%E0%A4%A8>,
        <http://lexvo.org/id/term/nld/Libanon>,
        <http://lexvo.org/id/term/nmg/Liba%C5%8B>,
        <http://lexvo.org/id/term/nno/Libanon>,
        <http://lexvo.org/id/term/nob/Libanon>,
        <http://lexvo.org/id/term/nyn/Lebanoni>,
        <http://lexvo.org/id/term/ori/%E0%AC%B2%E0%AD%87%E0%AC%AC%E0%AC%BE%E0%AC%A8%E0%AC%A8%E0%AD%8D>,
        <http://lexvo.org/id/term/pol/Liban>,
        <http://lexvo.org/id/term/por/L%C3%ADbano>,
        <http://lexvo.org/id/term/pus/%D9%84%D8%A8%D9%86%D8%A7%D9%86>,
        <http://lexvo.org/id/term/rof/Lebanoni>,
        <http://lexvo.org/id/term/roh/Libanon>,
        <http://lexvo.org/id/term/ron/Liban>,
        <http://lexvo.org/id/term/run/Libani>,
        <http://lexvo.org/id/term/rus/%D0%9B%D0%B8%D0%B2%D0%B0%D0%BD>,
        <http://lexvo.org/id/term/rwk/Lebanoni>,
        <http://lexvo.org/id/term/sag/Lib%C3%B9aan>,
        <http://lexvo.org/id/term/saq/Lebanoni>,
        <http://lexvo.org/id/term/sbp/Lebanoni>,
        <http://lexvo.org/id/term/seh/L%C3%ADbano>,
        <http://lexvo.org/id/term/ses/Lubnaan>,
        <http://lexvo.org/id/term/shi-Latn/lubnan>,
        <http://lexvo.org/id/term/shi/%E2%B5%8D%E2%B5%93%E2%B4%B1%E2%B5%8F%E2%B4%B0%E2%B5%8F>,
        <http://lexvo.org/id/term/sin/%E0%B6%BD%E0%B7%99%E0%B6%B6%E0%B6%B1%E0%B6%B1%E0%B6%BA>,
        <http://lexvo.org/id/term/slk/Libanon>,
        <http://lexvo.org/id/term/slv/Libanon>,
        <http://lexvo.org/id/term/sme/Libanon>,
        <http://lexvo.org/id/term/sna/Lebanon>,
        <http://lexvo.org/id/term/som/Lubnaan>,
        <http://lexvo.org/id/term/spa/L%C3%ADbano>,
        <http://lexvo.org/id/term/sqi/Liban>,
        <http://lexvo.org/id/term/srp-Latn/Liban>,
        <http://lexvo.org/id/term/srp/%D0%9B%D0%B8%D0%B1%D0%B0%D0%BD>,
        <http://lexvo.org/id/term/swc/Lebanoni>,
        <http://lexvo.org/id/term/swe/Libanon>,
        <http://lexvo.org/id/term/swh/Lebanoni>,
        <http://lexvo.org/id/term/tam/%E0%AE%B2%E0%AF%86%E0%AE%AA%E0%AE%A9%E0%AE%BE%E0%AE%A9%E0%AF%8D>,
        <http://lexvo.org/id/term/tel/%E0%B0%B2%E0%B1%86%E0%B0%AC%E0%B0%A8%E0%B0%BE%E0%B0%A8%E0%B1%8D>,
        <http://lexvo.org/id/term/teo/Lebanoni>,
        <http://lexvo.org/id/term/tha/%E0%B9%80%E0%B8%A5%E0%B8%9A%E0%B8%B2%E0%B8%99%E0%B8%AD%E0%B8%99>,
        <http://lexvo.org/id/term/tig/%E1%88%8A%E1%89%A3%E1%8A%96%E1%88%B5>,
        <http://lexvo.org/id/term/tir/%E1%88%8A%E1%89%A3%E1%8A%96%E1%88%B5>,
        <http://lexvo.org/id/term/ton/Lepanoni>,
        <http://lexvo.org/id/term/tur/L%C3%BCbnan>,
        <http://lexvo.org/id/term/twq/Lubnaan>,
        <http://lexvo.org/id/term/tzm/Lubnan>,
        <http://lexvo.org/id/term/ukr/%D0%9B%D1%96%D0%B2%D0%B0%D0%BD>,
        <http://lexvo.org/id/term/urd/%D9%84%D8%A8%D9%86%D8%A7%D9%86>,
        <http://lexvo.org/id/term/vai-Latn/Lebhan%C9%94>,
        <http://lexvo.org/id/term/vai/%EA%94%92%EA%95%91%EA%97%9F%EA%98%8B>,
        <http://lexvo.org/id/term/vie/Li-b%C4%83ng>,
        <http://lexvo.org/id/term/vun/Lebanoni>,
        <http://lexvo.org/id/term/wae/Libanon>,
        <http://lexvo.org/id/term/wal/%E1%88%8A%E1%89%A3%E1%8A%96%E1%88%B5>,
        <http://lexvo.org/id/term/xog/Lebanoni>,
        <http://lexvo.org/id/term/yav/lip%C3%A1%C5%8B>,
        <http://lexvo.org/id/term/yor/Or%C3%ADl%E1%BA%B9%CC%81%C3%A8de%20Lebanoni>,
        <http://lexvo.org/id/term/zsm/Lubnan>,
        <http://lexvo.org/id/term/zul/i-Lebanon> ;
    owl:sameAs <http://psi.oasis-open.org/iso/3166/#422>,
        <http://sws.geonames.org/272103/> .

<http://lexvo.org/id/iso3166/LC> a lvont:GeographicRegion ;
    rdfs:label "Sint Lucia"@af,
        "Sɛ̀n Lushìa"@agq,
        "Saint Lucia"@ak,
        "ሴንት ሉቺያ"@am,
        "سانت لوسيا"@ar,
        "Thantaluthia"@asa,
        "Santa Llucía"@ast,
        "Seynt Lusiya"@az,
        "Nûmpubi Lusì"@bas,
        "Сэнт-Люсія"@be,
        "Husantalusia"@bez,
        "Сейнт Лусия"@bg,
        "Lusi-Senu"@bm,
        "সেন্ট লুসিয়া"@bn,
        "སེནྚ། ལུ་ཤི་ཡ།"@bo,
        "Saint Lucia"@br,
        "सेंट लूसिया"@brx,
        "Sent Lucija"@bs,
        "Сент Луција"@bs-Cyrl,
        "Saint Lucia"@ca,
        "Senti Rusiya"@cgg,
        "圣卢西亚"@cmn,
        "聖露西亞"@cmn-Hant,
        "Svatá Lucie"@cs,
        "Saint Lucia"@cy,
        "Saint Lucia"@da,
        "Santalusia"@dav,
        "St. Lucia"@de,
        "Seŋ Lussia"@dje,
        "Tansani"@dyo,
        "སེནཊ་ ལུ་སི་ཡ"@dz,
        "Santalusia"@ebu,
        "Saint Lusia nutome"@ee,
        "Αγία Λουκία"@el,
        "ISO 3166-1:LC"@en,
        "Saint Lucia"@en,
        "Sent-Lucio"@eo,
        "Santa Lucía"@es,
        "Saint Lucia"@et,
        "Santa Luzia"@eu,
        "Ǹfúfúb-Lúsia"@ewo,
        "سنت لوسیا"@fa,
        "Sent Lusiyaa"@ff,
        "Saint Lucia"@fi,
        "Saint Lucia"@fil,
        "Saint Lusia"@fo,
        "Sainte-Lucie"@fr,
        "Sante Lusie"@fur,
        "San Lúisia"@ga,
        "Naomh Lùisea"@gd,
        "Santa Lucía"@gl,
        "Sankta Lutschiia"@gsw,
        "સેંટ લુસિયા"@gu,
        "Santalusia"@guz,
        "San Lusiya"@ha,
        "סנט לוסיה"@he,
        "सेंट लूसिया"@hi,
        "Sveta Lucija"@hr,
        "Santa Lucia"@hu,
        "Սանտա Լուչիա"@hy,
        "Sancte Lucia"@ia,
        "Saint Lucia"@id,
        "Sankti Lúsía"@is,
        "Saint Lucia"@it,
        "セントルシア"@ja,
        "Santalusia"@jmc,
        "სენტ-ლუსია"@ka,
        "San Lučya"@kab,
        "Santalusia"@kam,
        "Santalusia"@kde,
        "Santa Lúsia"@kea,
        "Seŋ Lussia"@khq,
        "Santalusia"@ki,
        "Saint Lucia"@kl,
        "Emetab Lucia Ne"@kln,
        "សង់​លូសៀ"@km,
        "ಸೇಂಟ್ ಲೂಸಿಯಾ"@kn,
        "세인트루시아"@ko,
        "سینٛٹ لوٗسِیا"@ks,
        "Santalusia"@ksb,
        "sɛntlísí"@ksf,
        "de Ensel Zint-Lutscha"@ksh,
        "Mʉtakatíifu Lusíia"@lag,
        "Senti Luciya"@lg,
        "Sántu lisi"@ln,
        "ເຊັ້ນ ລັກເຊຍ"@lo,
        "Šventoji Liucija"@lt,
        "Santu lisi"@lu,
        "Saint Lucia"@luo,
        "Santalusia"@luy,
        "Sentlūsija"@lv,
        "Santalusia"@mas,
        "Santalusia"@mer,
        "Sainte-Lucie"@mfe,
        "Sainte-Lucie"@mg,
        "Usantalusia"@mgh,
        "Света Лучија"@mk,
        "സെൻറ് ലൂസിയ"@ml,
        "सेंट ल्यूसिया"@mr,
        "Santa Luċija"@mt,
        "Sǝr Lucia"@mua,
        "Saint Lucia"@naq,
        "St. Lucia"@nb,
        "Saint Lucia"@nd,
        "सेन्ट लुसिया"@ne,
        "Saint Lucia"@nl,
        "Saint Lucia"@nmg,
        "St. Lucia"@nn,
        "Senti Rusiya"@nyn,
        "ସେଣ୍ଟ ଲୁସିଆ"@or,
        "Saint Lucia"@pl,
        "Santa Lúcia"@pt,
        "Saint Lucia"@rm,
        "Selusiya"@rn,
        "Sfânta Lucia"@ro,
        "Santalusia"@rof,
        "Сент-Люсия"@ru,
        "Santalusia"@rwk,
        "Santalusia"@saq,
        "Santalusiya"@sbp,
        "Saint Lucia"@se,
        "Santa Lúcia"@seh,
        "Seŋ Lussia"@ses,
        "Sênt-Lisïi"@sg,
        "ⵙⴰⵏⵜⵍⵓⵙⵉ"@shi,
        "santlusi"@shi-Latn,
        "ශාන්ත ලුසියා"@si,
        "Svätá Lucia"@sk,
        "Saint Lucia"@sl,
        "Saint Lucia"@sn,
        "Saint Lucia"@so,
        "Сент Луција"@sr,
        "Sent Lucija"@sr-Latn,
        "S:t Lucia"@sv,
        "Santalusia"@swc,
        "Santalusia"@swh,
        "செயின்ட் லூசியா"@ta,
        "సెంట్ లూసియా"@te,
        "Santalusia"@teo,
        "เซนต์ลูเซีย"@th,
        "ሴንት ሉቺያ"@ti,
        "Seini Lusia"@to,
        "Saint Lucia"@tr,
        "Seŋ Lussia"@twq,
        "Santelusya"@tzm,
        "Сент-Люсія"@uk,
        "سینٹ لوسیا"@ur,
        "ꔻꘋ ꖨꔻꕩ"@vai,
        "Siŋ Lusiya"@vai-Latn,
        "Saint Lucia"@vi,
        "Santalusia"@vun,
        "St. Lucia"@wae,
        "Senti Luciya"@xog,
        "sɛ́ŋtɛ́lusí"@yav,
        "Orílẹ́ède Luṣia"@yo,
        "Saint Lucia"@zsm,
        "i-Saint Lucia"@zu ;
    lvont:label <http://lexvo.org/id/term/afr/Sint%20Lucia>,
        <http://lexvo.org/id/term/agq/S%C9%9B%CC%80n%20Lush%C3%ACa>,
        <http://lexvo.org/id/term/aka/Saint%20Lucia>,
        <http://lexvo.org/id/term/amh/%E1%88%B4%E1%8A%95%E1%89%B5%20%E1%88%89%E1%89%BA%E1%8B%AB>,
        <http://lexvo.org/id/term/ara/%D8%B3%D8%A7%D9%86%D8%AA%20%D9%84%D9%88%D8%B3%D9%8A%D8%A7>,
        <http://lexvo.org/id/term/asa/Thantaluthia>,
        <http://lexvo.org/id/term/ast/Santa%20Lluc%C3%ADa>,
        <http://lexvo.org/id/term/aze/Seynt%20Lusiya>,
        <http://lexvo.org/id/term/bam/Lusi-Senu>,
        <http://lexvo.org/id/term/bas/N%C3%BBmpubi%20Lus%C3%AC>,
        <http://lexvo.org/id/term/bel/%D0%A1%D1%8D%D0%BD%D1%82-%D0%9B%D1%8E%D1%81%D1%96%D1%8F>,
        <http://lexvo.org/id/term/ben/%E0%A6%B8%E0%A7%87%E0%A6%A8%E0%A7%8D%E0%A6%9F%20%E0%A6%B2%E0%A7%81%E0%A6%B8%E0%A6%BF%E0%A6%AF%E0%A6%BC%E0%A6%BE>,
        <http://lexvo.org/id/term/bez/Husantalusia>,
        <http://lexvo.org/id/term/bod/%E0%BD%A6%E0%BD%BA%E0%BD%93%E0%BE%9A%E0%BC%8D%20%E0%BD%A3%E0%BD%B4%E0%BC%8B%E0%BD%A4%E0%BD%B2%E0%BC%8B%E0%BD%A1%E0%BC%8D>,
        <http://lexvo.org/id/term/bos-Cyrl/%D0%A1%D0%B5%D0%BD%D1%82%20%D0%9B%D1%83%D1%86%D0%B8%D1%98%D0%B0>,
        <http://lexvo.org/id/term/bos/Sent%20Lucija>,
        <http://lexvo.org/id/term/bre/Saint%20Lucia>,
        <http://lexvo.org/id/term/brx/%E0%A4%B8%E0%A5%87%E0%A4%82%E0%A4%9F%20%E0%A4%B2%E0%A5%82%E0%A4%B8%E0%A4%BF%E0%A4%AF%E0%A4%BE>,
        <http://lexvo.org/id/term/bul/%D0%A1%D0%B5%D0%B9%D0%BD%D1%82%20%D0%9B%D1%83%D1%81%D0%B8%D1%8F>,
        <http://lexvo.org/id/term/cat/Saint%20Lucia>,
        <http://lexvo.org/id/term/ces/Svat%C3%A1%20Lucie>,
        <http://lexvo.org/id/term/cgg/Senti%20Rusiya>,
        <http://lexvo.org/id/term/cmn-Hant/%E8%81%96%E9%9C%B2%E8%A5%BF%E4%BA%9E>,
        <http://lexvo.org/id/term/cmn/%E5%9C%A3%E5%8D%A2%E8%A5%BF%E4%BA%9A>,
        <http://lexvo.org/id/term/cym/Saint%20Lucia>,
        <http://lexvo.org/id/term/dan/Saint%20Lucia>,
        <http://lexvo.org/id/term/dav/Santalusia>,
        <http://lexvo.org/id/term/deu/St.%20Lucia>,
        <http://lexvo.org/id/term/dje/Se%C5%8B%20Lussia>,
        <http://lexvo.org/id/term/dyo/Tansani>,
        <http://lexvo.org/id/term/dzo/%E0%BD%A6%E0%BD%BA%E0%BD%93%E0%BD%8A%E0%BC%8B%20%E0%BD%A3%E0%BD%B4%E0%BC%8B%E0%BD%A6%E0%BD%B2%E0%BC%8B%E0%BD%A1>,
        <http://lexvo.org/id/term/ebu/Santalusia>,
        <http://lexvo.org/id/term/ell/%CE%91%CE%B3%CE%AF%CE%B1%20%CE%9B%CE%BF%CF%85%CE%BA%CE%AF%CE%B1>,
        <http://lexvo.org/id/term/eng/ISO%203166-1%3ALC>,
        <http://lexvo.org/id/term/eng/Saint%20Lucia>,
        <http://lexvo.org/id/term/epo/Sent-Lucio>,
        <http://lexvo.org/id/term/est/Saint%20Lucia>,
        <http://lexvo.org/id/term/eus/Santa%20Luzia>,
        <http://lexvo.org/id/term/ewe/Saint%20Lusia%20nutome>,
        <http://lexvo.org/id/term/ewo/%C7%B8f%C3%BAf%C3%BAb-L%C3%BAsia>,
        <http://lexvo.org/id/term/fao/Saint%20Lusia>,
        <http://lexvo.org/id/term/fas/%D8%B3%D9%86%D8%AA%20%D9%84%D9%88%D8%B3%DB%8C%D8%A7>,
        <http://lexvo.org/id/term/fil/Saint%20Lucia>,
        <http://lexvo.org/id/term/fin/Saint%20Lucia>,
        <http://lexvo.org/id/term/fra/Sainte-Lucie>,
        <http://lexvo.org/id/term/ful/Sent%20Lusiyaa>,
        <http://lexvo.org/id/term/fur/Sante%20Lusie>,
        <http://lexvo.org/id/term/gla/Naomh%20L%C3%B9isea>,
        <http://lexvo.org/id/term/gle/San%20L%C3%BAisia>,
        <http://lexvo.org/id/term/glg/Santa%20Luc%C3%ADa>,
        <http://lexvo.org/id/term/gsw/Sankta%20Lutschiia>,
        <http://lexvo.org/id/term/guj/%E0%AA%B8%E0%AB%87%E0%AA%82%E0%AA%9F%20%E0%AA%B2%E0%AB%81%E0%AA%B8%E0%AA%BF%E0%AA%AF%E0%AA%BE>,
        <http://lexvo.org/id/term/guz/Santalusia>,
        <http://lexvo.org/id/term/hau/San%20Lusiya>,
        <http://lexvo.org/id/term/heb/%D7%A1%D7%A0%D7%98%20%D7%9C%D7%95%D7%A1%D7%99%D7%94>,
        <http://lexvo.org/id/term/hin/%E0%A4%B8%E0%A5%87%E0%A4%82%E0%A4%9F%20%E0%A4%B2%E0%A5%82%E0%A4%B8%E0%A4%BF%E0%A4%AF%E0%A4%BE>,
        <http://lexvo.org/id/term/hrv/Sveta%20Lucija>,
        <http://lexvo.org/id/term/hun/Santa%20Lucia>,
        <http://lexvo.org/id/term/hye/%D5%8D%D5%A1%D5%B6%D5%BF%D5%A1%20%D4%BC%D5%B8%D6%82%D5%B9%D5%AB%D5%A1>,
        <http://lexvo.org/id/term/ina/Sancte%20Lucia>,
        <http://lexvo.org/id/term/ind/Saint%20Lucia>,
        <http://lexvo.org/id/term/isl/Sankti%20L%C3%BAs%C3%ADa>,
        <http://lexvo.org/id/term/ita/Saint%20Lucia>,
        <http://lexvo.org/id/term/jmc/Santalusia>,
        <http://lexvo.org/id/term/jpn/%E3%82%BB%E3%83%B3%E3%83%88%E3%83%AB%E3%82%B7%E3%82%A2>,
        <http://lexvo.org/id/term/kab/San%20Lu%C4%8Dya>,
        <http://lexvo.org/id/term/kal/Saint%20Lucia>,
        <http://lexvo.org/id/term/kam/Santalusia>,
        <http://lexvo.org/id/term/kan/%E0%B2%B8%E0%B3%87%E0%B2%82%E0%B2%9F%E0%B3%8D%20%E0%B2%B2%E0%B3%82%E0%B2%B8%E0%B2%BF%E0%B2%AF%E0%B2%BE>,
        <http://lexvo.org/id/term/kas/%D8%B3%DB%8C%D9%86%D9%9B%D9%B9%20%D9%84%D9%88%D9%97%D8%B3%D9%90%DB%8C%D8%A7>,
        <http://lexvo.org/id/term/kat/%E1%83%A1%E1%83%94%E1%83%9C%E1%83%A2-%E1%83%9A%E1%83%A3%E1%83%A1%E1%83%98%E1%83%90>,
        <http://lexvo.org/id/term/kde/Santalusia>,
        <http://lexvo.org/id/term/kea/Santa%20L%C3%BAsia>,
        <http://lexvo.org/id/term/khm/%E1%9E%9F%E1%9E%84%E1%9F%8B%E2%80%8B%E1%9E%9B%E1%9E%BC%E1%9E%9F%E1%9F%80>,
        <http://lexvo.org/id/term/khq/Se%C5%8B%20Lussia>,
        <http://lexvo.org/id/term/kik/Santalusia>,
        <http://lexvo.org/id/term/kln/Emetab%20Lucia%20Ne>,
        <http://lexvo.org/id/term/kor/%EC%84%B8%EC%9D%B8%ED%8A%B8%EB%A3%A8%EC%8B%9C%EC%95%84>,
        <http://lexvo.org/id/term/ksb/Santalusia>,
        <http://lexvo.org/id/term/ksf/s%C9%9Bntl%C3%ADs%C3%AD>,
        <http://lexvo.org/id/term/ksh/de%20Ensel%20Zint-Lutscha>,
        <http://lexvo.org/id/term/lag/M%CA%89takat%C3%ADifu%20Lus%C3%ADia>,
        <http://lexvo.org/id/term/lao/%E0%BB%80%E0%BA%8A%E0%BA%B1%E0%BB%89%E0%BA%99%20%E0%BA%A5%E0%BA%B1%E0%BA%81%E0%BB%80%E0%BA%8A%E0%BA%8D>,
        <http://lexvo.org/id/term/lav/Sentl%C5%ABsija>,
        <http://lexvo.org/id/term/lin/S%C3%A1ntu%20lisi>,
        <http://lexvo.org/id/term/lit/%C5%A0ventoji%20Liucija>,
        <http://lexvo.org/id/term/lub/Santu%20lisi>,
        <http://lexvo.org/id/term/lug/Senti%20Luciya>,
        <http://lexvo.org/id/term/luo/Saint%20Lucia>,
        <http://lexvo.org/id/term/luy/Santalusia>,
        <http://lexvo.org/id/term/mal/%E0%B4%B8%E0%B5%86%E0%B5%BB%E0%B4%B1%E0%B5%8D%20%E0%B4%B2%E0%B5%82%E0%B4%B8%E0%B4%BF%E0%B4%AF>,
        <http://lexvo.org/id/term/mar/%E0%A4%B8%E0%A5%87%E0%A4%82%E0%A4%9F%20%E0%A4%B2%E0%A5%8D%E0%A4%AF%E0%A5%82%E0%A4%B8%E0%A4%BF%E0%A4%AF%E0%A4%BE>,
        <http://lexvo.org/id/term/mas/Santalusia>,
        <http://lexvo.org/id/term/mer/Santalusia>,
        <http://lexvo.org/id/term/mfe/Sainte-Lucie>,
        <http://lexvo.org/id/term/mgh/Usantalusia>,
        <http://lexvo.org/id/term/mkd/%D0%A1%D0%B2%D0%B5%D1%82%D0%B0%20%D0%9B%D1%83%D1%87%D0%B8%D1%98%D0%B0>,
        <http://lexvo.org/id/term/mlg/Sainte-Lucie>,
        <http://lexvo.org/id/term/mlt/Santa%20Lu%C4%8Bija>,
        <http://lexvo.org/id/term/mua/S%C7%9Dr%20Lucia>,
        <http://lexvo.org/id/term/naq/Saint%20Lucia>,
        <http://lexvo.org/id/term/nde/Saint%20Lucia>,
        <http://lexvo.org/id/term/nep/%E0%A4%B8%E0%A5%87%E0%A4%A8%E0%A5%8D%E0%A4%9F%20%E0%A4%B2%E0%A5%81%E0%A4%B8%E0%A4%BF%E0%A4%AF%E0%A4%BE>,
        <http://lexvo.org/id/term/nld/Saint%20Lucia>,
        <http://lexvo.org/id/term/nmg/Saint%20Lucia>,
        <http://lexvo.org/id/term/nno/St.%20Lucia>,
        <http://lexvo.org/id/term/nob/St.%20Lucia>,
        <http://lexvo.org/id/term/nyn/Senti%20Rusiya>,
        <http://lexvo.org/id/term/ori/%E0%AC%B8%E0%AD%87%E0%AC%A3%E0%AD%8D%E0%AC%9F%20%E0%AC%B2%E0%AD%81%E0%AC%B8%E0%AC%BF%E0%AC%86>,
        <http://lexvo.org/id/term/pol/Saint%20Lucia>,
        <http://lexvo.org/id/term/por/Santa%20L%C3%BAcia>,
        <http://lexvo.org/id/term/rof/Santalusia>,
        <http://lexvo.org/id/term/roh/Saint%20Lucia>,
        <http://lexvo.org/id/term/ron/Sf%C3%A2nta%20Lucia>,
        <http://lexvo.org/id/term/run/Selusiya>,
        <http://lexvo.org/id/term/rus/%D0%A1%D0%B5%D0%BD%D1%82-%D0%9B%D1%8E%D1%81%D0%B8%D1%8F>,
        <http://lexvo.org/id/term/rwk/Santalusia>,
        <http://lexvo.org/id/term/sag/S%C3%AAnt-Lis%C3%AFi>,
        <http://lexvo.org/id/term/saq/Santalusia>,
        <http://lexvo.org/id/term/sbp/Santalusiya>,
        <http://lexvo.org/id/term/seh/Santa%20L%C3%BAcia>,
        <http://lexvo.org/id/term/ses/Se%C5%8B%20Lussia>,
        <http://lexvo.org/id/term/shi-Latn/santlusi>,
        <http://lexvo.org/id/term/shi/%E2%B5%99%E2%B4%B0%E2%B5%8F%E2%B5%9C%E2%B5%8D%E2%B5%93%E2%B5%99%E2%B5%89>,
        <http://lexvo.org/id/term/sin/%E0%B7%81%E0%B7%8F%E0%B6%B1%E0%B7%8A%E0%B6%AD%20%E0%B6%BD%E0%B7%94%E0%B7%83%E0%B7%92%E0%B6%BA%E0%B7%8F>,
        <http://lexvo.org/id/term/slk/Sv%C3%A4t%C3%A1%20Lucia>,
        <http://lexvo.org/id/term/slv/Saint%20Lucia>,
        <http://lexvo.org/id/term/sme/Saint%20Lucia>,
        <http://lexvo.org/id/term/sna/Saint%20Lucia>,
        <http://lexvo.org/id/term/som/Saint%20Lucia>,
        <http://lexvo.org/id/term/spa/Santa%20Luc%C3%ADa>,
        <http://lexvo.org/id/term/srp-Latn/Sent%20Lucija>,
        <http://lexvo.org/id/term/srp/%D0%A1%D0%B5%D0%BD%D1%82%20%D0%9B%D1%83%D1%86%D0%B8%D1%98%D0%B0>,
        <http://lexvo.org/id/term/swc/Santalusia>,
        <http://lexvo.org/id/term/swe/S%3At%20Lucia>,
        <http://lexvo.org/id/term/swh/Santalusia>,
        <http://lexvo.org/id/term/tam/%E0%AE%9A%E0%AF%86%E0%AE%AF%E0%AE%BF%E0%AE%A9%E0%AF%8D%E0%AE%9F%E0%AF%8D%20%E0%AE%B2%E0%AF%82%E0%AE%9A%E0%AE%BF%E0%AE%AF%E0%AE%BE>,
        <http://lexvo.org/id/term/tel/%E0%B0%B8%E0%B1%86%E0%B0%82%E0%B0%9F%E0%B1%8D%20%E0%B0%B2%E0%B1%82%E0%B0%B8%E0%B0%BF%E0%B0%AF%E0%B0%BE>,
        <http://lexvo.org/id/term/teo/Santalusia>,
        <http://lexvo.org/id/term/tha/%E0%B9%80%E0%B8%8B%E0%B8%99%E0%B8%95%E0%B9%8C%E0%B8%A5%E0%B8%B9%E0%B9%80%E0%B8%8B%E0%B8%B5%E0%B8%A2>,
        <http://lexvo.org/id/term/tir/%E1%88%B4%E1%8A%95%E1%89%B5%20%E1%88%89%E1%89%BA%E1%8B%AB>,
        <http://lexvo.org/id/term/ton/Seini%20Lusia>,
        <http://lexvo.org/id/term/tur/Saint%20Lucia>,
        <http://lexvo.org/id/term/twq/Se%C5%8B%20Lussia>,
        <http://lexvo.org/id/term/tzm/Santelusya>,
        <http://lexvo.org/id/term/ukr/%D0%A1%D0%B5%D0%BD%D1%82-%D0%9B%D1%8E%D1%81%D1%96%D1%8F>,
        <http://lexvo.org/id/term/urd/%D8%B3%DB%8C%D9%86%D9%B9%20%D9%84%D9%88%D8%B3%DB%8C%D8%A7>,
        <http://lexvo.org/id/term/vai-Latn/Si%C5%8B%20Lusiya>,
        <http://lexvo.org/id/term/vai/%EA%94%BB%EA%98%8B%20%EA%96%A8%EA%94%BB%EA%95%A9>,
        <http://lexvo.org/id/term/vie/Saint%20Lucia>,
        <http://lexvo.org/id/term/vun/Santalusia>,
        <http://lexvo.org/id/term/wae/St.%20Lucia>,
        <http://lexvo.org/id/term/xog/Senti%20Luciya>,
        <http://lexvo.org/id/term/yav/s%C9%9B%CC%81%C5%8Bt%C9%9B%CC%81lus%C3%AD>,
        <http://lexvo.org/id/term/yor/Or%C3%ADl%E1%BA%B9%CC%81%C3%A8de%20Lu%E1%B9%A3ia>,
        <http://lexvo.org/id/term/zsm/Saint%20Lucia>,
        <http://lexvo.org/id/term/zul/i-Saint%20Lucia> ;
    owl:sameAs <http://psi.oasis-open.org/iso/3166/#662>,
        <http://sws.geonames.org/3576468/> .

<http://lexvo.org/id/iso3166/LI> a lvont:GeographicRegion ;
    rdfs:label "Liechtenstein"@af,
        "Letɨnshɨ̀n"@agq,
        "Lektenstaen"@ak,
        "ሊችተንስታይን"@am,
        "ليختنشتاين"@ar,
        "Lishenteni"@asa,
        "Liechtenstein"@ast,
        "Lixtenşteyn"@az,
        "Ligstɛntàn"@bas,
        "Ліхтэнштэйн"@be,
        "Hulishenteni"@bez,
        "Лихтенщайн"@bg,
        "Lisɛnsitayini"@bm,
        "লিচেনস্টেইন"@bn,
        "ལེག་ཏེན་ཚིན།"@bo,
        "Liechtenstein"@br,
        "लिक्टैनस्टाईन"@brx,
        "Lihtenštajn"@bs,
        "Лихтенштајн"@bs-Cyrl,
        "Liechtenstein"@ca,
        "Lishenteni"@cgg,
        "ᎵᎦᏗᏂᏍᏓᏂ"@chr,
        "列支敦士登"@cmn,
        "列支敦士登"@cmn-Hant,
        "Lichtenštejnsko"@cs,
        "Liechtenstein"@cy,
        "Liechtenstein"@da,
        "Lishenteni"@dav,
        "Liechtenstein"@de,
        "Liechtenstein"@dje,
        "ལིཀ་ཏནས་ཏ་ཡིན"@dz,
        "Lishenteni"@ebu,
        "Litsenstein nutome"@ee,
        "Λιχτενστάιν"@el,
        "ISO 3166-1:LI"@en,
        "Liechtenstein"@en,
        "𐐢𐐮𐐿𐐻𐐲𐑌𐑅𐐻𐐴𐑌"@en-Dsrt,
        "Liĥtenŝtejno"@eo,
        "Liechtenstein"@es,
        "Liechtenstein"@et,
        "Liechtenstein"@eu,
        "Lísə́sə́táin"@ewo,
        "لیختن‌اشتاین"@fa,
        "Lincenstayn"@ff,
        "Liechtenstein"@fi,
        "Liechtenstein"@fil,
        "Liktenstein"@fo,
        "Liechtenstein"@fr,
        "Liechtenstein"@fur,
        "Lichtinstéin"@ga,
        "Liechtenstein"@gd,
        "Liechtenstein"@gl,
        "Liächteschtäi"@gsw,
        "લૈચટેંસ્ટેઇન"@gu,
        "Lishenteni"@guz,
        "Licansitan"@ha,
        "ליכטנשטיין"@he,
        "लिकटेंस्टीन"@hi,
        "Lihtenštajn"@hr,
        "Liechtenstein"@hu,
        "Լիխտենշտեյն"@hy,
        "Liechtenstein"@ia,
        "Liechtenstein"@id,
        "Liechtenstein"@is,
        "Liechtenstein"@it,
        "リヒテンシュタイン"@ja,
        "Lishenteni"@jmc,
        "ლიხტენშტაინი"@ka,
        "Layctenstan"@kab,
        "Lishenteni"@kam,
        "Lishenteni"@kde,
        "Lixenstain"@kea,
        "Liechtenstein"@khq,
        "Lishenteni"@ki,
        "Liechtensteini"@kl,
        "Emetab Liechtenstein"@kln,
        "លិចទេនស្តែន"@km,
        "ಲೈಕೆನ್‌ಸ್ಟೈನ್"@kn,
        "리히텐슈타인"@ko,
        "لِکٹیٛسٹیٖن"@ks,
        "Lishenteni"@ksb,
        "lictɛnstɛ́n"@ksf,
        "Lischteschtein"@ksh,
        "Lishentéeni"@lag,
        "Licitensitayini"@lg,
        "Lishɛteni"@ln,
        "ໄລເທນສະໄຕ"@lo,
        "Lichtenšteinas"@lt,
        "Lishuteni"@lu,
        "Liechtenstein"@luo,
        "Lishenteni"@luy,
        "Lihtenšteina"@lv,
        "Lishenteni"@mas,
        "Lishenteni"@mer,
        "Liechtenstein"@mfe,
        "Listenstein"@mg,
        "Ushenteni"@mgh,
        "Лихтенштајн"@mk,
        "ലൈച്ടെസ്റ്റിൻ"@ml,
        "लिंचेनस्टाइन"@mr,
        "Liechtenstein"@mt,
        "Lichtǝnsteiŋ"@mua,
        "Liechtensteinni"@naq,
        "Liechtenstein"@nb,
        "Liechtenstein"@nd,
        "लिएखटेन्स्टाइन"@ne,
        "Liechtenstein"@nl,
        "Lishenstein"@nmg,
        "Liechtenstein"@nn,
        "Lishenteni"@nyn,
        "ଲିଚେସ୍ତିଆନାନ୍"@or,
        "Liechtenstein"@pl,
        "Liechtenstein"@pt,
        "Liechtenstein"@rm,
        "Lishyitenshitayini"@rn,
        "Liechtenstein"@ro,
        "Lishenteni"@rof,
        "Лихтенштейн"@ru,
        "Lishenteni"@rwk,
        "Lishenteni"@saq,
        "Lisheniteni"@sbp,
        "Liechtenstein"@se,
        "Liechtenstein"@seh,
        "Liechtenstein"@ses,
        "Liechtenstein,"@sg,
        "ⵍⵉⴽⵉⵏⵛⵜⴰⵢⵏ"@shi,
        "likinctayn"@shi-Latn,
        "ලිච්ටන්ස්ටීන්"@si,
        "Lichtenštajnsko"@sk,
        "Lihtenštajn"@sl,
        "Liechtenstein"@sn,
        "Liechtenstein"@so,
        "Lihtënshtajn"@sq,
        "Лихтенштајн"@sr,
        "Lihtenštajn"@sr-Latn,
        "Liechtenstein"@sv,
        "Lishenteni"@swc,
        "Lishenteni"@swh,
        "லிச்செண்ஸ்டெய்ன்"@ta,
        "లిక్టెస్టేన్"@te,
        "Lishenteni"@teo,
        "ลิกเตนสไตน์"@th,
        "ሊችተንስታይን"@ti,
        "Lekitenisaini"@to,
        "Liechtenstein"@tr,
        "Liechtenstein"@twq,
        "Lictencṭayn"@tzm,
        "Ліхтенштейн"@uk,
        "لیشٹنسٹائن"@ur,
        "ꔷꗿꘋꔻꗳꘋ"@vai,
        "Liechtenstein"@vi,
        "Lishenteni"@vun,
        "Liečteštei"@wae,
        "Licitensitayini"@xog,
        "lístɛ́nsitáyin"@yav,
        "Orílẹ́ède Lẹṣitẹnisiteni"@yo,
        "Liechtenstein"@zsm,
        "i-Liechtenstein"@zu ;
    lvont:label <http://lexvo.org/id/term/afr/Liechtenstein>,
        <http://lexvo.org/id/term/agq/Let%C9%A8nsh%C9%A8%CC%80n>,
        <http://lexvo.org/id/term/aka/Lektenstaen>,
        <http://lexvo.org/id/term/amh/%E1%88%8A%E1%89%BD%E1%89%B0%E1%8A%95%E1%88%B5%E1%89%B3%E1%8B%AD%E1%8A%95>,
        <http://lexvo.org/id/term/ara/%D9%84%D9%8A%D8%AE%D8%AA%D9%86%D8%B4%D8%AA%D8%A7%D9%8A%D9%86>,
        <http://lexvo.org/id/term/asa/Lishenteni>,
        <http://lexvo.org/id/term/ast/Liechtenstein>,
        <http://lexvo.org/id/term/aze/Lixten%C5%9Fteyn>,
        <http://lexvo.org/id/term/bam/Lis%C9%9Bnsitayini>,
        <http://lexvo.org/id/term/bas/Ligst%C9%9Bnt%C3%A0n>,
        <http://lexvo.org/id/term/bel/%D0%9B%D1%96%D1%85%D1%82%D1%8D%D0%BD%D1%88%D1%82%D1%8D%D0%B9%D0%BD>,
        <http://lexvo.org/id/term/ben/%E0%A6%B2%E0%A6%BF%E0%A6%9A%E0%A7%87%E0%A6%A8%E0%A6%B8%E0%A7%8D%E0%A6%9F%E0%A7%87%E0%A6%87%E0%A6%A8>,
        <http://lexvo.org/id/term/bez/Hulishenteni>,
        <http://lexvo.org/id/term/bod/%E0%BD%A3%E0%BD%BA%E0%BD%82%E0%BC%8B%E0%BD%8F%E0%BD%BA%E0%BD%93%E0%BC%8B%E0%BD%9A%E0%BD%B2%E0%BD%93%E0%BC%8D>,
        <http://lexvo.org/id/term/bos-Cyrl/%D0%9B%D0%B8%D1%85%D1%82%D0%B5%D0%BD%D1%88%D1%82%D0%B0%D1%98%D0%BD>,
        <http://lexvo.org/id/term/bos/Lihten%C5%A1tajn>,
        <http://lexvo.org/id/term/bre/Liechtenstein>,
        <http://lexvo.org/id/term/brx/%E0%A4%B2%E0%A4%BF%E0%A4%95%E0%A5%8D%E0%A4%9F%E0%A5%88%E0%A4%A8%E0%A4%B8%E0%A5%8D%E0%A4%9F%E0%A4%BE%E0%A4%88%E0%A4%A8>,
        <http://lexvo.org/id/term/bul/%D0%9B%D0%B8%D1%85%D1%82%D0%B5%D0%BD%D1%89%D0%B0%D0%B9%D0%BD>,
        <http://lexvo.org/id/term/cat/Liechtenstein>,
        <http://lexvo.org/id/term/ces/Lichten%C5%A1tejnsko>,
        <http://lexvo.org/id/term/cgg/Lishenteni>,
        <http://lexvo.org/id/term/chr/%E1%8E%B5%E1%8E%A6%E1%8F%97%E1%8F%82%E1%8F%8D%E1%8F%93%E1%8F%82>,
        <http://lexvo.org/id/term/cmn-Hant/%E5%88%97%E6%94%AF%E6%95%A6%E5%A3%AB%E7%99%BB>,
        <http://lexvo.org/id/term/cmn/%E5%88%97%E6%94%AF%E6%95%A6%E5%A3%AB%E7%99%BB>,
        <http://lexvo.org/id/term/cym/Liechtenstein>,
        <http://lexvo.org/id/term/dan/Liechtenstein>,
        <http://lexvo.org/id/term/dav/Lishenteni>,
        <http://lexvo.org/id/term/deu/Liechtenstein>,
        <http://lexvo.org/id/term/dje/Liechtenstein>,
        <http://lexvo.org/id/term/dzo/%E0%BD%A3%E0%BD%B2%E0%BD%80%E0%BC%8B%E0%BD%8F%E0%BD%93%E0%BD%A6%E0%BC%8B%E0%BD%8F%E0%BC%8B%E0%BD%A1%E0%BD%B2%E0%BD%93>,
        <http://lexvo.org/id/term/ebu/Lishenteni>,
        <http://lexvo.org/id/term/ell/%CE%9B%CE%B9%CF%87%CF%84%CE%B5%CE%BD%CF%83%CF%84%CE%AC%CE%B9%CE%BD>,
        <http://lexvo.org/id/term/eng-Dsrt/%F0%90%90%A2%F0%90%90%AE%F0%90%90%BF%F0%90%90%BB%F0%90%90%B2%F0%90%91%8C%F0%90%91%85%F0%90%90%BB%F0%90%90%B4%F0%90%91%8C>,
        <http://lexvo.org/id/term/eng/ISO%203166-1%3ALI>,
        <http://lexvo.org/id/term/eng/Liechtenstein>,
        <http://lexvo.org/id/term/epo/Li%C4%A5ten%C5%9Dtejno>,
        <http://lexvo.org/id/term/est/Liechtenstein>,
        <http://lexvo.org/id/term/eus/Liechtenstein>,
        <http://lexvo.org/id/term/ewe/Litsenstein%20nutome>,
        <http://lexvo.org/id/term/ewo/L%C3%ADs%C9%99%CC%81s%C9%99%CC%81t%C3%A1in>,
        <http://lexvo.org/id/term/fao/Liktenstein>,
        <http://lexvo.org/id/term/fas/%D9%84%DB%8C%D8%AE%D8%AA%D9%86%E2%80%8C%D8%A7%D8%B4%D8%AA%D8%A7%DB%8C%D9%86>,
        <http://lexvo.org/id/term/fil/Liechtenstein>,
        <http://lexvo.org/id/term/fin/Liechtenstein>,
        <http://lexvo.org/id/term/fra/Liechtenstein>,
        <http://lexvo.org/id/term/ful/Lincenstayn>,
        <http://lexvo.org/id/term/fur/Liechtenstein>,
        <http://lexvo.org/id/term/gla/Liechtenstein>,
        <http://lexvo.org/id/term/gle/Lichtinst%C3%A9in>,
        <http://lexvo.org/id/term/glg/Liechtenstein>,
        <http://lexvo.org/id/term/gsw/Li%C3%A4chtescht%C3%A4i>,
        <http://lexvo.org/id/term/guj/%E0%AA%B2%E0%AB%88%E0%AA%9A%E0%AA%9F%E0%AB%87%E0%AA%82%E0%AA%B8%E0%AB%8D%E0%AA%9F%E0%AB%87%E0%AA%87%E0%AA%A8>,
        <http://lexvo.org/id/term/guz/Lishenteni>,
        <http://lexvo.org/id/term/hau/Licansitan>,
        <http://lexvo.org/id/term/heb/%D7%9C%D7%99%D7%9B%D7%98%D7%A0%D7%A9%D7%98%D7%99%D7%99%D7%9F>,
        <http://lexvo.org/id/term/hin/%E0%A4%B2%E0%A4%BF%E0%A4%95%E0%A4%9F%E0%A5%87%E0%A4%82%E0%A4%B8%E0%A5%8D%E0%A4%9F%E0%A5%80%E0%A4%A8>,
        <http://lexvo.org/id/term/hrv/Lihten%C5%A1tajn>,
        <http://lexvo.org/id/term/hun/Liechtenstein>,
        <http://lexvo.org/id/term/hye/%D4%BC%D5%AB%D5%AD%D5%BF%D5%A5%D5%B6%D5%B7%D5%BF%D5%A5%D5%B5%D5%B6>,
        <http://lexvo.org/id/term/ina/Liechtenstein>,
        <http://lexvo.org/id/term/ind/Liechtenstein>,
        <http://lexvo.org/id/term/isl/Liechtenstein>,
        <http://lexvo.org/id/term/ita/Liechtenstein>,
        <http://lexvo.org/id/term/jmc/Lishenteni>,
        <http://lexvo.org/id/term/jpn/%E3%83%AA%E3%83%92%E3%83%86%E3%83%B3%E3%82%B7%E3%83%A5%E3%82%BF%E3%82%A4%E3%83%B3>,
        <http://lexvo.org/id/term/kab/Layctenstan>,
        <http://lexvo.org/id/term/kal/Liechtensteini>,
        <http://lexvo.org/id/term/kam/Lishenteni>,
        <http://lexvo.org/id/term/kan/%E0%B2%B2%E0%B3%88%E0%B2%95%E0%B3%86%E0%B2%A8%E0%B3%8D%E2%80%8C%E0%B2%B8%E0%B3%8D%E0%B2%9F%E0%B3%88%E0%B2%A8%E0%B3%8D>,
        <http://lexvo.org/id/term/kas/%D9%84%D9%90%DA%A9%D9%B9%DB%8C%D9%9B%D8%B3%D9%B9%DB%8C%D9%96%D9%86>,
        <http://lexvo.org/id/term/kat/%E1%83%9A%E1%83%98%E1%83%AE%E1%83%A2%E1%83%94%E1%83%9C%E1%83%A8%E1%83%A2%E1%83%90%E1%83%98%E1%83%9C%E1%83%98>,
        <http://lexvo.org/id/term/kde/Lishenteni>,
        <http://lexvo.org/id/term/kea/Lixenstain>,
        <http://lexvo.org/id/term/khm/%E1%9E%9B%E1%9E%B7%E1%9E%85%E1%9E%91%E1%9F%81%E1%9E%93%E1%9E%9F%E1%9F%92%E1%9E%8F%E1%9F%82%E1%9E%93>,
        <http://lexvo.org/id/term/khq/Liechtenstein>,
        <http://lexvo.org/id/term/kik/Lishenteni>,
        <http://lexvo.org/id/term/kln/Emetab%20Liechtenstein>,
        <http://lexvo.org/id/term/kor/%EB%A6%AC%ED%9E%88%ED%85%90%EC%8A%88%ED%83%80%EC%9D%B8>,
        <http://lexvo.org/id/term/ksb/Lishenteni>,
        <http://lexvo.org/id/term/ksf/lict%C9%9Bnst%C9%9B%CC%81n>,
        <http://lexvo.org/id/term/ksh/Lischteschtein>,
        <http://lexvo.org/id/term/lag/Lishent%C3%A9eni>,
        <http://lexvo.org/id/term/lao/%E0%BB%84%E0%BA%A5%E0%BB%80%E0%BA%97%E0%BA%99%E0%BA%AA%E0%BA%B0%E0%BB%84%E0%BA%95>,
        <http://lexvo.org/id/term/lav/Lihten%C5%A1teina>,
        <http://lexvo.org/id/term/lin/Lish%C9%9Bteni>,
        <http://lexvo.org/id/term/lit/Lichten%C5%A1teinas>,
        <http://lexvo.org/id/term/lub/Lishuteni>,
        <http://lexvo.org/id/term/lug/Licitensitayini>,
        <http://lexvo.org/id/term/luo/Liechtenstein>,
        <http://lexvo.org/id/term/luy/Lishenteni>,
        <http://lexvo.org/id/term/mal/%E0%B4%B2%E0%B5%88%E0%B4%9A%E0%B5%8D%E0%B4%9F%E0%B5%86%E0%B4%B8%E0%B5%8D%E0%B4%B1%E0%B5%8D%E0%B4%B1%E0%B4%BF%E0%B5%BB>,
        <http://lexvo.org/id/term/mar/%E0%A4%B2%E0%A4%BF%E0%A4%82%E0%A4%9A%E0%A5%87%E0%A4%A8%E0%A4%B8%E0%A5%8D%E0%A4%9F%E0%A4%BE%E0%A4%87%E0%A4%A8>,
        <http://lexvo.org/id/term/mas/Lishenteni>,
        <http://lexvo.org/id/term/mer/Lishenteni>,
        <http://lexvo.org/id/term/mfe/Liechtenstein>,
        <http://lexvo.org/id/term/mgh/Ushenteni>,
        <http://lexvo.org/id/term/mkd/%D0%9B%D0%B8%D1%85%D1%82%D0%B5%D0%BD%D1%88%D1%82%D0%B0%D1%98%D0%BD>,
        <http://lexvo.org/id/term/mlg/Listenstein>,
        <http://lexvo.org/id/term/mlt/Liechtenstein>,
        <http://lexvo.org/id/term/mua/Licht%C7%9Dnstei%C5%8B>,
        <http://lexvo.org/id/term/naq/Liechtensteinni>,
        <http://lexvo.org/id/term/nde/Liechtenstein>,
        <http://lexvo.org/id/term/nep/%E0%A4%B2%E0%A4%BF%E0%A4%8F%E0%A4%96%E0%A4%9F%E0%A5%87%E0%A4%A8%E0%A5%8D%E0%A4%B8%E0%A5%8D%E0%A4%9F%E0%A4%BE%E0%A4%87%E0%A4%A8>,
        <http://lexvo.org/id/term/nld/Liechtenstein>,
        <http://lexvo.org/id/term/nmg/Lishenstein>,
        <http://lexvo.org/id/term/nno/Liechtenstein>,
        <http://lexvo.org/id/term/nob/Liechtenstein>,
        <http://lexvo.org/id/term/nyn/Lishenteni>,
        <http://lexvo.org/id/term/ori/%E0%AC%B2%E0%AC%BF%E0%AC%9A%E0%AD%87%E0%AC%B8%E0%AD%8D%E0%AC%A4%E0%AC%BF%E0%AC%86%E0%AC%A8%E0%AC%BE%E0%AC%A8%E0%AD%8D>,
        <http://lexvo.org/id/term/pol/Liechtenstein>,
        <http://lexvo.org/id/term/por/Liechtenstein>,
        <http://lexvo.org/id/term/rof/Lishenteni>,
        <http://lexvo.org/id/term/roh/Liechtenstein>,
        <http://lexvo.org/id/term/ron/Liechtenstein>,
        <http://lexvo.org/id/term/run/Lishyitenshitayini>,
        <http://lexvo.org/id/term/rus/%D0%9B%D0%B8%D1%85%D1%82%D0%B5%D0%BD%D1%88%D1%82%D0%B5%D0%B9%D0%BD>,
        <http://lexvo.org/id/term/rwk/Lishenteni>,
        <http://lexvo.org/id/term/sag/Liechtenstein%2C>,
        <http://lexvo.org/id/term/saq/Lishenteni>,
        <http://lexvo.org/id/term/sbp/Lisheniteni>,
        <http://lexvo.org/id/term/seh/Liechtenstein>,
        <http://lexvo.org/id/term/ses/Liechtenstein>,
        <http://lexvo.org/id/term/shi-Latn/likinctayn>,
        <http://lexvo.org/id/term/shi/%E2%B5%8D%E2%B5%89%E2%B4%BD%E2%B5%89%E2%B5%8F%E2%B5%9B%E2%B5%9C%E2%B4%B0%E2%B5%A2%E2%B5%8F>,
        <http://lexvo.org/id/term/sin/%E0%B6%BD%E0%B7%92%E0%B6%A0%E0%B7%8A%E0%B6%A7%E0%B6%B1%E0%B7%8A%E0%B7%83%E0%B7%8A%E0%B6%A7%E0%B7%93%E0%B6%B1%E0%B7%8A>,
        <http://lexvo.org/id/term/slk/Lichten%C5%A1tajnsko>,
        <http://lexvo.org/id/term/slv/Lihten%C5%A1tajn>,
        <http://lexvo.org/id/term/sme/Liechtenstein>,
        <http://lexvo.org/id/term/sna/Liechtenstein>,
        <http://lexvo.org/id/term/som/Liechtenstein>,
        <http://lexvo.org/id/term/spa/Liechtenstein>,
        <http://lexvo.org/id/term/sqi/Liht%C3%ABnshtajn>,
        <http://lexvo.org/id/term/srp-Latn/Lihten%C5%A1tajn>,
        <http://lexvo.org/id/term/srp/%D0%9B%D0%B8%D1%85%D1%82%D0%B5%D0%BD%D1%88%D1%82%D0%B0%D1%98%D0%BD>,
        <http://lexvo.org/id/term/swc/Lishenteni>,
        <http://lexvo.org/id/term/swe/Liechtenstein>,
        <http://lexvo.org/id/term/swh/Lishenteni>,
        <http://lexvo.org/id/term/tam/%E0%AE%B2%E0%AE%BF%E0%AE%9A%E0%AF%8D%E0%AE%9A%E0%AF%86%E0%AE%A3%E0%AF%8D%E0%AE%B8%E0%AF%8D%E0%AE%9F%E0%AF%86%E0%AE%AF%E0%AF%8D%E0%AE%A9%E0%AF%8D>,
        <http://lexvo.org/id/term/tel/%E0%B0%B2%E0%B0%BF%E0%B0%95%E0%B1%8D%E0%B0%9F%E0%B1%86%E0%B0%B8%E0%B1%8D%E0%B0%9F%E0%B1%87%E0%B0%A8%E0%B1%8D>,
        <http://lexvo.org/id/term/teo/Lishenteni>,
        <http://lexvo.org/id/term/tha/%E0%B8%A5%E0%B8%B4%E0%B8%81%E0%B9%80%E0%B8%95%E0%B8%99%E0%B8%AA%E0%B9%84%E0%B8%95%E0%B8%99%E0%B9%8C>,
        <http://lexvo.org/id/term/tir/%E1%88%8A%E1%89%BD%E1%89%B0%E1%8A%95%E1%88%B5%E1%89%B3%E1%8B%AD%E1%8A%95>,
        <http://lexvo.org/id/term/ton/Lekitenisaini>,
        <http://lexvo.org/id/term/tur/Liechtenstein>,
        <http://lexvo.org/id/term/twq/Liechtenstein>,
        <http://lexvo.org/id/term/tzm/Lictenc%E1%B9%ADayn>,
        <http://lexvo.org/id/term/ukr/%D0%9B%D1%96%D1%85%D1%82%D0%B5%D0%BD%D1%88%D1%82%D0%B5%D0%B9%D0%BD>,
        <http://lexvo.org/id/term/urd/%D9%84%DB%8C%D8%B4%D9%B9%D9%86%D8%B3%D9%B9%D8%A7%D8%A6%D9%86>,
        <http://lexvo.org/id/term/vai/%EA%94%B7%EA%97%BF%EA%98%8B%EA%94%BB%EA%97%B3%EA%98%8B>,
        <http://lexvo.org/id/term/vie/Liechtenstein>,
        <http://lexvo.org/id/term/vun/Lishenteni>,
        <http://lexvo.org/id/term/wae/Lie%C4%8Dte%C5%A1tei>,
        <http://lexvo.org/id/term/xog/Licitensitayini>,
        <http://lexvo.org/id/term/yav/l%C3%ADst%C9%9B%CC%81nsit%C3%A1yin>,
        <http://lexvo.org/id/term/yor/Or%C3%ADl%E1%BA%B9%CC%81%C3%A8de%20L%E1%BA%B9%E1%B9%A3it%E1%BA%B9nisiteni>,
        <http://lexvo.org/id/term/zsm/Liechtenstein>,
        <http://lexvo.org/id/term/zul/i-Liechtenstein> ;
    owl:sameAs <http://psi.oasis-open.org/iso/3166/#438>,
        <http://sws.geonames.org/3042058/> .

<http://lexvo.org/id/iso3166/LK> a lvont:GeographicRegion ;
    rdfs:label "Sri Lanka"@af,
        "Sɨ̀le Laŋkà"@agq,
        "Sri Lanka"@ak,
        "ሲሪላንካ"@am,
        "سريلانكا"@ar,
        "Thirilanka"@asa,
        "Sri Lanka"@ast,
        "Şri Lanka"@az,
        "Srìlaŋkà"@bas,
        "Шры-Ланка"@be,
        "Husirilanka"@bez,
        "Шри Ланка"@bg,
        "Sirilanka"@bm,
        "শ্রীলঙ্কা"@bn,
        "ཤྲཱི་ལངྐ་།"@bo,
        "Sri Lanka"@br,
        "श्री लँका"@brx,
        "Šri Lanka"@bs,
        "Шри Ланка"@bs-Cyrl,
        "Sri Lanka"@ca,
        "Siriranka"@cgg,
        "ᏍᎵ ᎳᏂᎧ"@chr,
        "斯里兰卡"@cmn,
        "斯里蘭卡"@cmn-Hant,
        "Srí Lanka"@cs,
        "Sri Lanka"@cy,
        "Sri Lanka"@da,
        "Sirilanka"@dav,
        "Sri Lanka"@de,
        "Srilanka"@dje,
        "Siri Lanka"@dyo,
        "ཤྲཱི་ལང་ཀ"@dz,
        "Sirilanka"@ebu,
        "Sri Lanka nutome"@ee,
        "Σρι Λάνκα"@el,
        "ISO 3166-1:LK"@en,
        "Sri Lanka"@en,
        "𐐟𐑉𐐨 𐐢𐐰𐑍𐐿𐐲"@en-Dsrt,
        "Sri-Lanko"@eo,
        "Sri Lanka"@es,
        "Sri Lanka"@et,
        "Sri Lanka"@eu,
        "Səri Laŋká"@ewo,
        "سریلانکا"@fa,
        "سری‌لانکا"@fa,
        "Siri Lanka"@ff,
        "Sri Lanka"@fi,
        "Sri Lanka"@fil,
        "Sri Lanka"@fo,
        "Sri Lanka"@fr,
        "Sri Lanka"@fur,
        "Srí Lanca"@ga,
        "Sri Lanca"@gd,
        "Sri Lanka"@gl,
        "Schri Lanka"@gsw,
        "શ્રીલંકા"@gu,
        "Sirilanka"@guz,
        "Siri Lanka"@ha,
        "סרי לנקה"@he,
        "श्रीलंका"@hi,
        "Šri Lanka"@hr,
        "Srí Lanka"@hu,
        "Շրի Լանկա"@hy,
        "Sri Lanka"@ia,
        "Sri Lanka"@id,
        "Srí Lanka"@is,
        "Sri Lanka"@it,
        "スリランカ"@ja,
        "Sirilanka"@jmc,
        "შრი-ლანკა"@ka,
        "Sri Lanka"@kab,
        "Sirilanka"@kam,
        "Sililanka"@kde,
        "Sri Lanka"@kea,
        "Srilanka"@khq,
        "Sirilanka"@ki,
        "Sri Lanka"@kl,
        "Emetab Sri Lanka"@kln,
        "ស្រីលង្កា"@km,
        "ಶ್ರೀಲಂಕಾ"@kn,
        "스리랑카"@ko,
        "سِریٖلَنٛکا"@ks,
        "Sililanka"@ksb,
        "srílaŋka"@ksf,
        "Sri Lanka"@ksh,
        "Siriláanka"@lag,
        "Sirilanka"@lg,
        "Sirilanka"@ln,
        "ສີລັງກາ"@lo,
        "Šri Lanka"@lt,
        "Sirilanka"@lu,
        "Sri Lanka"@luo,
        "Sirilanka"@luy,
        "Šrilanka"@lv,
        "Sirilanka"@mas,
        "Sirilanka"@mer,
        "Sri Lanka"@mfe,
        "Sri Lanka"@mg,
        "Usirilanka"@mgh,
        "Шри Ланка"@mk,
        "ശ്രീലങ്ക"@ml,
        "श्रीलंका"@mr,
        "Sri Lanka"@mt,
        "Sǝr Lanka"@mua,
        "သီရိလင်္ကာ"@my,
        "Sri Lankab"@naq,
        "Sri Lanka"@nb,
        "Sri Lanka"@nd,
        "श्रीलङ्का"@ne,
        "Sri Lanka"@nl,
        "Sri Lanka"@nmg,
        "Sri Lanka"@nn,
        "Siriranka"@nyn,
        "ଶ୍ରୀଲଙ୍କା"@or,
        "Sri Lanka"@pl,
        "Sri Lanka"@pt,
        "Sri Lanka"@rm,
        "Sirilanka"@rn,
        "Sri Lanka"@ro,
        "Sirilanka"@rof,
        "Шри-Ланка"@ru,
        "Sirilanka"@rwk,
        "Sirilanka"@saq,
        "Sililanka"@sbp,
        "Sri Lanka"@se,
        "Sri Lanka"@seh,
        "Srilanka"@ses,
        "Sirî-Lanka"@sg,
        "ⵙⵔⵉⵍⴰⵏⴽⴰ"@shi,
        "srilanka"@shi-Latn,
        "ශ්‍රී ලංකාව"@si,
        "Srí Lanka"@sk,
        "Šrilanka"@sl,
        "Sri Lanka"@sn,
        "Sirilaanka"@so,
        "Шри Ланка"@sr,
        "Šri Lanka"@sr-Latn,
        "Sri Lanka"@sv,
        "Sirilanka"@swc,
        "Sirilanka"@swh,
        "இலங்கை"@ta,
        "శ్రీలంక"@te,
        "Sirilanka"@teo,
        "ศรีลังกา"@th,
        "ሲሪላንካ"@ti,
        "Silangikā"@to,
        "Sri Lanka"@tr,
        "Srilanka"@twq,
        "Srilanka"@tzm,
        "Шрі-Ланка"@uk,
        "سری لنکا"@ur,
        "ꖬꔸ ꕞꘋꕪ"@vai,
        "Suri Laŋka"@vai-Latn,
        "Sri Lanka"@vi,
        "Sirilanka"@vun,
        "Sri Lanka"@wae,
        "Sirilanka"@xog,
        "silíláŋka"@yav,
        "Orílẹ́ède Siri Lanka"@yo,
        "Sri Lanka"@zsm,
        "i-Sri Lanka"@zu ;
    lvont:label <http://lexvo.org/id/term/afr/Sri%20Lanka>,
        <http://lexvo.org/id/term/agq/S%C9%A8%CC%80le%20La%C5%8Bk%C3%A0>,
        <http://lexvo.org/id/term/aka/Sri%20Lanka>,
        <http://lexvo.org/id/term/amh/%E1%88%B2%E1%88%AA%E1%88%8B%E1%8A%95%E1%8A%AB>,
        <http://lexvo.org/id/term/ara/%D8%B3%D8%B1%D9%8A%D9%84%D8%A7%D9%86%D9%83%D8%A7>,
        <http://lexvo.org/id/term/asa/Thirilanka>,
        <http://lexvo.org/id/term/ast/Sri%20Lanka>,
        <http://lexvo.org/id/term/aze/%C5%9Eri%20Lanka>,
        <http://lexvo.org/id/term/bam/Sirilanka>,
        <http://lexvo.org/id/term/bas/Sr%C3%ACla%C5%8Bk%C3%A0>,
        <http://lexvo.org/id/term/bel/%D0%A8%D1%80%D1%8B-%D0%9B%D0%B0%D0%BD%D0%BA%D0%B0>,
        <http://lexvo.org/id/term/ben/%E0%A6%B6%E0%A7%8D%E0%A6%B0%E0%A7%80%E0%A6%B2%E0%A6%99%E0%A7%8D%E0%A6%95%E0%A6%BE>,
        <http://lexvo.org/id/term/bez/Husirilanka>,
        <http://lexvo.org/id/term/bod/%E0%BD%A4%E0%BE%B2%E0%BD%B1%E0%BD%B2%E0%BC%8B%E0%BD%A3%E0%BD%84%E0%BE%90%E0%BC%8B%E0%BC%8D>,
        <http://lexvo.org/id/term/bos-Cyrl/%D0%A8%D1%80%D0%B8%20%D0%9B%D0%B0%D0%BD%D0%BA%D0%B0>,
        <http://lexvo.org/id/term/bos/%C5%A0ri%20Lanka>,
        <http://lexvo.org/id/term/bre/Sri%20Lanka>,
        <http://lexvo.org/id/term/brx/%E0%A4%B6%E0%A5%8D%E0%A4%B0%E0%A5%80%20%E0%A4%B2%E0%A4%81%E0%A4%95%E0%A4%BE>,
        <http://lexvo.org/id/term/bul/%D0%A8%D1%80%D0%B8%20%D0%9B%D0%B0%D0%BD%D0%BA%D0%B0>,
        <http://lexvo.org/id/term/cat/Sri%20Lanka>,
        <http://lexvo.org/id/term/ces/Sr%C3%AD%20Lanka>,
        <http://lexvo.org/id/term/cgg/Siriranka>,
        <http://lexvo.org/id/term/chr/%E1%8F%8D%E1%8E%B5%20%E1%8E%B3%E1%8F%82%E1%8E%A7>,
        <http://lexvo.org/id/term/cmn-Hant/%E6%96%AF%E9%87%8C%E8%98%AD%E5%8D%A1>,
        <http://lexvo.org/id/term/cmn/%E6%96%AF%E9%87%8C%E5%85%B0%E5%8D%A1>,
        <http://lexvo.org/id/term/cym/Sri%20Lanka>,
        <http://lexvo.org/id/term/dan/Sri%20Lanka>,
        <http://lexvo.org/id/term/dav/Sirilanka>,
        <http://lexvo.org/id/term/deu/Sri%20Lanka>,
        <http://lexvo.org/id/term/dje/Srilanka>,
        <http://lexvo.org/id/term/dyo/Siri%20Lanka>,
        <http://lexvo.org/id/term/dzo/%E0%BD%A4%E0%BE%B2%E0%BD%B1%E0%BD%B2%E0%BC%8B%E0%BD%A3%E0%BD%84%E0%BC%8B%E0%BD%80>,
        <http://lexvo.org/id/term/ebu/Sirilanka>,
        <http://lexvo.org/id/term/ell/%CE%A3%CF%81%CE%B9%20%CE%9B%CE%AC%CE%BD%CE%BA%CE%B1>,
        <http://lexvo.org/id/term/eng-Dsrt/%F0%90%90%9F%F0%90%91%89%F0%90%90%A8%20%F0%90%90%A2%F0%90%90%B0%F0%90%91%8D%F0%90%90%BF%F0%90%90%B2>,
        <http://lexvo.org/id/term/eng/ISO%203166-1%3ALK>,
        <http://lexvo.org/id/term/eng/Sri%20Lanka>,
        <http://lexvo.org/id/term/epo/Sri-Lanko>,
        <http://lexvo.org/id/term/est/Sri%20Lanka>,
        <http://lexvo.org/id/term/eus/Sri%20Lanka>,
        <http://lexvo.org/id/term/ewe/Sri%20Lanka%20nutome>,
        <http://lexvo.org/id/term/ewo/S%C9%99ri%20La%C5%8Bk%C3%A1>,
        <http://lexvo.org/id/term/fao/Sri%20Lanka>,
        <http://lexvo.org/id/term/fas/%D8%B3%D8%B1%DB%8C%D9%84%D8%A7%D9%86%DA%A9%D8%A7>,
        <http://lexvo.org/id/term/fas/%D8%B3%D8%B1%DB%8C%E2%80%8C%D9%84%D8%A7%D9%86%DA%A9%D8%A7>,
        <http://lexvo.org/id/term/fil/Sri%20Lanka>,
        <http://lexvo.org/id/term/fin/Sri%20Lanka>,
        <http://lexvo.org/id/term/fra/Sri%20Lanka>,
        <http://lexvo.org/id/term/ful/Siri%20Lanka>,
        <http://lexvo.org/id/term/fur/Sri%20Lanka>,
        <http://lexvo.org/id/term/gla/Sri%20Lanca>,
        <http://lexvo.org/id/term/gle/Sr%C3%AD%20Lanca>,
        <http://lexvo.org/id/term/glg/Sri%20Lanka>,
        <http://lexvo.org/id/term/gsw/Schri%20Lanka>,
        <http://lexvo.org/id/term/guj/%E0%AA%B6%E0%AB%8D%E0%AA%B0%E0%AB%80%E0%AA%B2%E0%AA%82%E0%AA%95%E0%AA%BE>,
        <http://lexvo.org/id/term/guz/Sirilanka>,
        <http://lexvo.org/id/term/hau/Siri%20Lanka>,
        <http://lexvo.org/id/term/heb/%D7%A1%D7%A8%D7%99%20%D7%9C%D7%A0%D7%A7%D7%94>,
        <http://lexvo.org/id/term/hin/%E0%A4%B6%E0%A5%8D%E0%A4%B0%E0%A5%80%E0%A4%B2%E0%A4%82%E0%A4%95%E0%A4%BE>,
        <http://lexvo.org/id/term/hrv/%C5%A0ri%20Lanka>,
        <http://lexvo.org/id/term/hun/Sr%C3%AD%20Lanka>,
        <http://lexvo.org/id/term/hye/%D5%87%D6%80%D5%AB%20%D4%BC%D5%A1%D5%B6%D5%AF%D5%A1>,
        <http://lexvo.org/id/term/ina/Sri%20Lanka>,
        <http://lexvo.org/id/term/ind/Sri%20Lanka>,
        <http://lexvo.org/id/term/isl/Sr%C3%AD%20Lanka>,
        <http://lexvo.org/id/term/ita/Sri%20Lanka>,
        <http://lexvo.org/id/term/jmc/Sirilanka>,
        <http://lexvo.org/id/term/jpn/%E3%82%B9%E3%83%AA%E3%83%A9%E3%83%B3%E3%82%AB>,
        <http://lexvo.org/id/term/kab/Sri%20Lanka>,
        <http://lexvo.org/id/term/kal/Sri%20Lanka>,
        <http://lexvo.org/id/term/kam/Sirilanka>,
        <http://lexvo.org/id/term/kan/%E0%B2%B6%E0%B3%8D%E0%B2%B0%E0%B3%80%E0%B2%B2%E0%B2%82%E0%B2%95%E0%B2%BE>,
        <http://lexvo.org/id/term/kas/%D8%B3%D9%90%D8%B1%DB%8C%D9%96%D9%84%D9%8E%D9%86%D9%9B%DA%A9%D8%A7>,
        <http://lexvo.org/id/term/kat/%E1%83%A8%E1%83%A0%E1%83%98-%E1%83%9A%E1%83%90%E1%83%9C%E1%83%99%E1%83%90>,
        <http://lexvo.org/id/term/kde/Sililanka>,
        <http://lexvo.org/id/term/kea/Sri%20Lanka>,
        <http://lexvo.org/id/term/khm/%E1%9E%9F%E1%9F%92%E1%9E%9A%E1%9E%B8%E1%9E%9B%E1%9E%84%E1%9F%92%E1%9E%80%E1%9E%B6>,
        <http://lexvo.org/id/term/khq/Srilanka>,
        <http://lexvo.org/id/term/kik/Sirilanka>,
        <http://lexvo.org/id/term/kln/Emetab%20Sri%20Lanka>,
        <http://lexvo.org/id/term/kor/%EC%8A%A4%EB%A6%AC%EB%9E%91%EC%B9%B4>,
        <http://lexvo.org/id/term/ksb/Sililanka>,
        <http://lexvo.org/id/term/ksf/sr%C3%ADla%C5%8Bka>,
        <http://lexvo.org/id/term/ksh/Sri%20Lanka>,
        <http://lexvo.org/id/term/lag/Siril%C3%A1anka>,
        <http://lexvo.org/id/term/lao/%E0%BA%AA%E0%BA%B5%E0%BA%A5%E0%BA%B1%E0%BA%87%E0%BA%81%E0%BA%B2>,
        <http://lexvo.org/id/term/lav/%C5%A0rilanka>,
        <http://lexvo.org/id/term/lin/Sirilanka>,
        <http://lexvo.org/id/term/lit/%C5%A0ri%20Lanka>,
        <http://lexvo.org/id/term/lub/Sirilanka>,
        <http://lexvo.org/id/term/lug/Sirilanka>,
        <http://lexvo.org/id/term/luo/Sri%20Lanka>,
        <http://lexvo.org/id/term/luy/Sirilanka>,
        <http://lexvo.org/id/term/mal/%E0%B4%B6%E0%B5%8D%E0%B4%B0%E0%B5%80%E0%B4%B2%E0%B4%99%E0%B5%8D%E0%B4%95>,
        <http://lexvo.org/id/term/mar/%E0%A4%B6%E0%A5%8D%E0%A4%B0%E0%A5%80%E0%A4%B2%E0%A4%82%E0%A4%95%E0%A4%BE>,
        <http://lexvo.org/id/term/mas/Sirilanka>,
        <http://lexvo.org/id/term/mer/Sirilanka>,
        <http://lexvo.org/id/term/mfe/Sri%20Lanka>,
        <http://lexvo.org/id/term/mgh/Usirilanka>,
        <http://lexvo.org/id/term/mkd/%D0%A8%D1%80%D0%B8%20%D0%9B%D0%B0%D0%BD%D0%BA%D0%B0>,
        <http://lexvo.org/id/term/mlg/Sri%20Lanka>,
        <http://lexvo.org/id/term/mlt/Sri%20Lanka>,
        <http://lexvo.org/id/term/mua/S%C7%9Dr%20Lanka>,
        <http://lexvo.org/id/term/mya/%E1%80%9E%E1%80%AE%E1%80%9B%E1%80%AD%E1%80%9C%E1%80%84%E1%80%BA%E1%80%B9%E1%80%80%E1%80%AC>,
        <http://lexvo.org/id/term/naq/Sri%20Lankab>,
        <http://lexvo.org/id/term/nde/Sri%20Lanka>,
        <http://lexvo.org/id/term/nep/%E0%A4%B6%E0%A5%8D%E0%A4%B0%E0%A5%80%E0%A4%B2%E0%A4%99%E0%A5%8D%E0%A4%95%E0%A4%BE>,
        <http://lexvo.org/id/term/nld/Sri%20Lanka>,
        <http://lexvo.org/id/term/nmg/Sri%20Lanka>,
        <http://lexvo.org/id/term/nno/Sri%20Lanka>,
        <http://lexvo.org/id/term/nob/Sri%20Lanka>,
        <http://lexvo.org/id/term/nyn/Siriranka>,
        <http://lexvo.org/id/term/ori/%E0%AC%B6%E0%AD%8D%E0%AC%B0%E0%AD%80%E0%AC%B2%E0%AC%99%E0%AD%8D%E0%AC%95%E0%AC%BE>,
        <http://lexvo.org/id/term/pol/Sri%20Lanka>,
        <http://lexvo.org/id/term/por/Sri%20Lanka>,
        <http://lexvo.org/id/term/rof/Sirilanka>,
        <http://lexvo.org/id/term/roh/Sri%20Lanka>,
        <http://lexvo.org/id/term/ron/Sri%20Lanka>,
        <http://lexvo.org/id/term/run/Sirilanka>,
        <http://lexvo.org/id/term/rus/%D0%A8%D1%80%D0%B8-%D0%9B%D0%B0%D0%BD%D0%BA%D0%B0>,
        <http://lexvo.org/id/term/rwk/Sirilanka>,
        <http://lexvo.org/id/term/sag/Sir%C3%AE-Lanka>,
        <http://lexvo.org/id/term/saq/Sirilanka>,
        <http://lexvo.org/id/term/sbp/Sililanka>,
        <http://lexvo.org/id/term/seh/Sri%20Lanka>,
        <http://lexvo.org/id/term/ses/Srilanka>,
        <http://lexvo.org/id/term/shi-Latn/srilanka>,
        <http://lexvo.org/id/term/shi/%E2%B5%99%E2%B5%94%E2%B5%89%E2%B5%8D%E2%B4%B0%E2%B5%8F%E2%B4%BD%E2%B4%B0>,
        <http://lexvo.org/id/term/sin/%E0%B7%81%E0%B7%8A%E2%80%8D%E0%B6%BB%E0%B7%93%20%E0%B6%BD%E0%B6%82%E0%B6%9A%E0%B7%8F%E0%B7%80>,
        <http://lexvo.org/id/term/slk/Sr%C3%AD%20Lanka>,
        <http://lexvo.org/id/term/slv/%C5%A0rilanka>,
        <http://lexvo.org/id/term/sme/Sri%20Lanka>,
        <http://lexvo.org/id/term/sna/Sri%20Lanka>,
        <http://lexvo.org/id/term/som/Sirilaanka>,
        <http://lexvo.org/id/term/spa/Sri%20Lanka>,
        <http://lexvo.org/id/term/srp-Latn/%C5%A0ri%20Lanka>,
        <http://lexvo.org/id/term/srp/%D0%A8%D1%80%D0%B8%20%D0%9B%D0%B0%D0%BD%D0%BA%D0%B0>,
        <http://lexvo.org/id/term/swc/Sirilanka>,
        <http://lexvo.org/id/term/swe/Sri%20Lanka>,
        <http://lexvo.org/id/term/swh/Sirilanka>,
        <http://lexvo.org/id/term/tam/%E0%AE%87%E0%AE%B2%E0%AE%99%E0%AF%8D%E0%AE%95%E0%AF%88>,
        <http://lexvo.org/id/term/tel/%E0%B0%B6%E0%B1%8D%E0%B0%B0%E0%B1%80%E0%B0%B2%E0%B0%82%E0%B0%95>,
        <http://lexvo.org/id/term/teo/Sirilanka>,
        <http://lexvo.org/id/term/tha/%E0%B8%A8%E0%B8%A3%E0%B8%B5%E0%B8%A5%E0%B8%B1%E0%B8%87%E0%B8%81%E0%B8%B2>,
        <http://lexvo.org/id/term/tir/%E1%88%B2%E1%88%AA%E1%88%8B%E1%8A%95%E1%8A%AB>,
        <http://lexvo.org/id/term/ton/Silangik%C4%81>,
        <http://lexvo.org/id/term/tur/Sri%20Lanka>,
        <http://lexvo.org/id/term/twq/Srilanka>,
        <http://lexvo.org/id/term/tzm/Srilanka>,
        <http://lexvo.org/id/term/ukr/%D0%A8%D1%80%D1%96-%D0%9B%D0%B0%D0%BD%D0%BA%D0%B0>,
        <http://lexvo.org/id/term/urd/%D8%B3%D8%B1%DB%8C%20%D9%84%D9%86%DA%A9%D8%A7>,
        <http://lexvo.org/id/term/vai-Latn/Suri%20La%C5%8Bka>,
        <http://lexvo.org/id/term/vai/%EA%96%AC%EA%94%B8%20%EA%95%9E%EA%98%8B%EA%95%AA>,
        <http://lexvo.org/id/term/vie/Sri%20Lanka>,
        <http://lexvo.org/id/term/vun/Sirilanka>,
        <http://lexvo.org/id/term/wae/Sri%20Lanka>,
        <http://lexvo.org/id/term/xog/Sirilanka>,
        <http://lexvo.org/id/term/yav/sil%C3%ADl%C3%A1%C5%8Bka>,
        <http://lexvo.org/id/term/yor/Or%C3%ADl%E1%BA%B9%CC%81%C3%A8de%20Siri%20Lanka>,
        <http://lexvo.org/id/term/zsm/Sri%20Lanka>,
        <http://lexvo.org/id/term/zul/i-Sri%20Lanka> ;
    owl:sameAs <http://psi.oasis-open.org/iso/3166/#144>,
        <http://sws.geonames.org/1227603/> .

<http://lexvo.org/id/iso3166/LR> a lvont:GeographicRegion ;
    rdfs:label "Liberië"@af,
        "Làebɛlìa"@agq,
        "Laeberia"@ak,
        "ላይቤሪያ"@am,
        "ليبيريا"@ar,
        "Liberia"@asa,
        "Liberia"@ast,
        "Liberiya"@az,
        "Lìberìà"@bas,
        "Ліберыя"@be,
        "Hulibelia"@bez,
        "Либерия"@bg,
        "Liberiya"@bm,
        "লাইবেরিয়া"@bn,
        "ལི་བེ་རི་ཡ།"@bo,
        "Liberia"@br,
        "लाइबेरिया"@brx,
        "Liberija"@bs,
        "Либерија"@bs-Cyrl,
        "Libèria"@ca,
        "Liberiya"@cgg,
        "ᎳᏈᎵᏯ"@chr,
        "利比里亚"@cmn,
        "賴比瑞亞"@cmn-Hant,
        "Libérie"@cs,
        "Liberia"@cy,
        "Liberia"@da,
        "Liberia"@dav,
        "Liberia"@de,
        "Liberia"@dje,
        "Liberia"@dyo,
        "ལཱའི་བེ་རི་ཡ"@dz,
        "Liberia"@ebu,
        "Liberia nutome"@ee,
        "Λιβερία"@el,
        "ISO 3166-1:LR"@en,
        "Liberia"@en,
        "𐐢𐐴𐐺𐐮𐑉𐐨𐐲"@en-Dsrt,
        "Liberio"@eo,
        "Liberia"@es,
        "Libeeria"@et,
        "Liberia"@eu,
        "Libéria"@ewo,
        "لیبریا"@fa,
        "Liberiyaa"@ff,
        "Liberia"@fi,
        "Liberia"@fil,
        "Liberia"@fo,
        "Libéria"@fr,
        "Liberie"@fur,
        "An Libéir"@ga,
        "Libèir"@gd,
        "Liberia"@gl,
        "Libeeria"@gsw,
        "લાઇબેરિયા"@gu,
        "Liberia"@guz,
        "Laberiya"@ha,
        "ליבריה"@he,
        "लाइबेरिया"@hi,
        "Liberija"@hr,
        "Libéria"@hu,
        "Լիբերիա"@hy,
        "Liberia"@ia,
        "Liberia"@id,
        "Líbería"@is,
        "Liberia"@it,
        "リベリア"@ja,
        "Libɛrî"@jgo,
        "Liberia"@jmc,
        "ლიბერია"@ka,
        "Libirya"@kab,
        "Liberia"@kam,
        "Libelia"@kde,
        "Liberia"@kea,
        "Liberia"@khq,
        "Liberia"@ki,
        "Liberia"@kl,
        "Emetab Liberia"@kln,
        "លីបេរីយ៉ា"@km,
        "ಲಿಬೇರಿಯಾ"@kn,
        "라이베리아"@ko,
        "لایبیرِیا"@ks,
        "Libelia"@ksb,
        "libɛrya"@ksf,
        "Libeerija"@ksh,
        "Liibéria"@lag,
        "Liberya"@lg,
        "Libériya"@ln,
        "ລິເບີເລຍ"@lo,
        "Liberija"@lt,
        "Liberiya"@lu,
        "Liberia"@luo,
        "Liberia"@luy,
        "Libērija"@lv,
        "Liberia"@mas,
        "Liberia"@mer,
        "Liberia"@mfe,
        "Liberia"@mg,
        "Uliberia"@mgh,
        "Либерија"@mk,
        "ലൈബീരിയ"@ml,
        "लायबेरिया"@mr,
        "Liberja"@mt,
        "Liberiya"@mua,
        "လိုင်ဘေးရီးယား"@my,
        "Liberiab"@naq,
        "Liberia"@nb,
        "Libheriya"@nd,
        "लाइबेरिया"@ne,
        "Liberia"@nl,
        "Liberia"@nmg,
        "Liberia"@nn,
        "Liberiya"@nyn,
        "ଲିବେରିଆ"@or,
        "Liberia"@pl,
        "لایبریا"@ps,
        "Libéria"@pt,
        "Liberia"@rm,
        "Liberiya"@rn,
        "Liberia"@ro,
        "Liberia"@rof,
        "Либерия"@ru,
        "Liberia"@rwk,
        "Liberia"@saq,
        "Libeliya"@sbp,
        "Liberia"@se,
        "Libéria"@seh,
        "Liberia"@ses,
        "Liberïa"@sg,
        "ⵍⵉⴱⵉⵔⵢⴰ"@shi,
        "libirya"@shi-Latn,
        "ලයිබීරියාව"@si,
        "Libéria"@sk,
        "Liberija"@sl,
        "Liberia"@sn,
        "Laybeeriya"@so,
        "Liberi"@sq,
        "Либерија"@sr,
        "Liberija"@sr-Latn,
        "Liberia"@sv,
        "Liberia"@swc,
        "Liberia"@swh,
        "லைபீரியா"@ta,
        "లైబీరియా"@te,
        "Liberia"@teo,
        "ไลบีเรีย"@th,
        "ላይቤሪያ"@ti,
        "Laipelia"@to,
        "Liberya"@tr,
        "Liberia"@twq,
        "Libirya"@tzm,
        "Ліберія"@uk,
        "لائبیریا"@ur,
        "ꕞꔤꔫꕩ"@vai,
        "Laibhiya"@vai-Latn,
        "LIberia"@vi,
        "Liberia"@vun,
        "Liberia"@wae,
        "Liberya"@xog,
        "lipélia"@yav,
        "Orílẹ́ède Laberia"@yo,
        "Liberia"@zsm,
        "i-Liberia"@zu ;
    lvont:label <http://lexvo.org/id/term/afr/Liberi%C3%AB>,
        <http://lexvo.org/id/term/agq/L%C3%A0eb%C9%9Bl%C3%ACa>,
        <http://lexvo.org/id/term/aka/Laeberia>,
        <http://lexvo.org/id/term/amh/%E1%88%8B%E1%8B%AD%E1%89%A4%E1%88%AA%E1%8B%AB>,
        <http://lexvo.org/id/term/ara/%D9%84%D9%8A%D8%A8%D9%8A%D8%B1%D9%8A%D8%A7>,
        <http://lexvo.org/id/term/asa/Liberia>,
        <http://lexvo.org/id/term/ast/Liberia>,
        <http://lexvo.org/id/term/aze/Liberiya>,
        <http://lexvo.org/id/term/bam/Liberiya>,
        <http://lexvo.org/id/term/bas/L%C3%ACber%C3%AC%C3%A0>,
        <http://lexvo.org/id/term/bel/%D0%9B%D1%96%D0%B1%D0%B5%D1%80%D1%8B%D1%8F>,
        <http://lexvo.org/id/term/ben/%E0%A6%B2%E0%A6%BE%E0%A6%87%E0%A6%AC%E0%A7%87%E0%A6%B0%E0%A6%BF%E0%A6%AF%E0%A6%BC%E0%A6%BE>,
        <http://lexvo.org/id/term/bez/Hulibelia>,
        <http://lexvo.org/id/term/bod/%E0%BD%A3%E0%BD%B2%E0%BC%8B%E0%BD%96%E0%BD%BA%E0%BC%8B%E0%BD%A2%E0%BD%B2%E0%BC%8B%E0%BD%A1%E0%BC%8D>,
        <http://lexvo.org/id/term/bos-Cyrl/%D0%9B%D0%B8%D0%B1%D0%B5%D1%80%D0%B8%D1%98%D0%B0>,
        <http://lexvo.org/id/term/bos/Liberija>,
        <http://lexvo.org/id/term/bre/Liberia>,
        <http://lexvo.org/id/term/brx/%E0%A4%B2%E0%A4%BE%E0%A4%87%E0%A4%AC%E0%A5%87%E0%A4%B0%E0%A4%BF%E0%A4%AF%E0%A4%BE>,
        <http://lexvo.org/id/term/bul/%D0%9B%D0%B8%D0%B1%D0%B5%D1%80%D0%B8%D1%8F>,
        <http://lexvo.org/id/term/cat/Lib%C3%A8ria>,
        <http://lexvo.org/id/term/ces/Lib%C3%A9rie>,
        <http://lexvo.org/id/term/cgg/Liberiya>,
        <http://lexvo.org/id/term/chr/%E1%8E%B3%E1%8F%88%E1%8E%B5%E1%8F%AF>,
        <http://lexvo.org/id/term/cmn-Hant/%E8%B3%B4%E6%AF%94%E7%91%9E%E4%BA%9E>,
        <http://lexvo.org/id/term/cmn/%E5%88%A9%E6%AF%94%E9%87%8C%E4%BA%9A>,
        <http://lexvo.org/id/term/cym/Liberia>,
        <http://lexvo.org/id/term/dan/Liberia>,
        <http://lexvo.org/id/term/dav/Liberia>,
        <http://lexvo.org/id/term/deu/Liberia>,
        <http://lexvo.org/id/term/dje/Liberia>,
        <http://lexvo.org/id/term/dyo/Liberia>,
        <http://lexvo.org/id/term/dzo/%E0%BD%A3%E0%BD%B1%E0%BD%A0%E0%BD%B2%E0%BC%8B%E0%BD%96%E0%BD%BA%E0%BC%8B%E0%BD%A2%E0%BD%B2%E0%BC%8B%E0%BD%A1>,
        <http://lexvo.org/id/term/ebu/Liberia>,
        <http://lexvo.org/id/term/ell/%CE%9B%CE%B9%CE%B2%CE%B5%CF%81%CE%AF%CE%B1>,
        <http://lexvo.org/id/term/eng-Dsrt/%F0%90%90%A2%F0%90%90%B4%F0%90%90%BA%F0%90%90%AE%F0%90%91%89%F0%90%90%A8%F0%90%90%B2>,
        <http://lexvo.org/id/term/eng/ISO%203166-1%3ALR>,
        <http://lexvo.org/id/term/eng/Liberia>,
        <http://lexvo.org/id/term/epo/Liberio>,
        <http://lexvo.org/id/term/est/Libeeria>,
        <http://lexvo.org/id/term/eus/Liberia>,
        <http://lexvo.org/id/term/ewe/Liberia%20nutome>,
        <http://lexvo.org/id/term/ewo/Lib%C3%A9ria>,
        <http://lexvo.org/id/term/fao/Liberia>,
        <http://lexvo.org/id/term/fas/%D9%84%DB%8C%D8%A8%D8%B1%DB%8C%D8%A7>,
        <http://lexvo.org/id/term/fil/Liberia>,
        <http://lexvo.org/id/term/fin/Liberia>,
        <http://lexvo.org/id/term/fra/Lib%C3%A9ria>,
        <http://lexvo.org/id/term/ful/Liberiyaa>,
        <http://lexvo.org/id/term/fur/Liberie>,
        <http://lexvo.org/id/term/gla/Lib%C3%A8ir>,
        <http://lexvo.org/id/term/gle/An%20Lib%C3%A9ir>,
        <http://lexvo.org/id/term/glg/Liberia>,
        <http://lexvo.org/id/term/gsw/Libeeria>,
        <http://lexvo.org/id/term/guj/%E0%AA%B2%E0%AA%BE%E0%AA%87%E0%AA%AC%E0%AB%87%E0%AA%B0%E0%AA%BF%E0%AA%AF%E0%AA%BE>,
        <http://lexvo.org/id/term/guz/Liberia>,
        <http://lexvo.org/id/term/hau/Laberiya>,
        <http://lexvo.org/id/term/heb/%D7%9C%D7%99%D7%91%D7%A8%D7%99%D7%94>,
        <http://lexvo.org/id/term/hin/%E0%A4%B2%E0%A4%BE%E0%A4%87%E0%A4%AC%E0%A5%87%E0%A4%B0%E0%A4%BF%E0%A4%AF%E0%A4%BE>,
        <http://lexvo.org/id/term/hrv/Liberija>,
        <http://lexvo.org/id/term/hun/Lib%C3%A9ria>,
        <http://lexvo.org/id/term/hye/%D4%BC%D5%AB%D5%A2%D5%A5%D6%80%D5%AB%D5%A1>,
        <http://lexvo.org/id/term/ina/Liberia>,
        <http://lexvo.org/id/term/ind/Liberia>,
        <http://lexvo.org/id/term/isl/L%C3%ADber%C3%ADa>,
        <http://lexvo.org/id/term/ita/Liberia>,
        <http://lexvo.org/id/term/jgo/Lib%C9%9Br%C3%AE>,
        <http://lexvo.org/id/term/jmc/Liberia>,
        <http://lexvo.org/id/term/jpn/%E3%83%AA%E3%83%99%E3%83%AA%E3%82%A2>,
        <http://lexvo.org/id/term/kab/Libirya>,
        <http://lexvo.org/id/term/kal/Liberia>,
        <http://lexvo.org/id/term/kam/Liberia>,
        <http://lexvo.org/id/term/kan/%E0%B2%B2%E0%B2%BF%E0%B2%AC%E0%B3%87%E0%B2%B0%E0%B2%BF%E0%B2%AF%E0%B2%BE>,
        <http://lexvo.org/id/term/kas/%D9%84%D8%A7%DB%8C%D8%A8%DB%8C%D8%B1%D9%90%DB%8C%D8%A7>,
        <http://lexvo.org/id/term/kat/%E1%83%9A%E1%83%98%E1%83%91%E1%83%94%E1%83%A0%E1%83%98%E1%83%90>,
        <http://lexvo.org/id/term/kde/Libelia>,
        <http://lexvo.org/id/term/kea/Liberia>,
        <http://lexvo.org/id/term/khm/%E1%9E%9B%E1%9E%B8%E1%9E%94%E1%9F%81%E1%9E%9A%E1%9E%B8%E1%9E%99%E1%9F%89%E1%9E%B6>,
        <http://lexvo.org/id/term/khq/Liberia>,
        <http://lexvo.org/id/term/kik/Liberia>,
        <http://lexvo.org/id/term/kln/Emetab%20Liberia>,
        <http://lexvo.org/id/term/kor/%EB%9D%BC%EC%9D%B4%EB%B2%A0%EB%A6%AC%EC%95%84>,
        <http://lexvo.org/id/term/ksb/Libelia>,
        <http://lexvo.org/id/term/ksf/lib%C9%9Brya>,
        <http://lexvo.org/id/term/ksh/Libeerija>,
        <http://lexvo.org/id/term/lag/Liib%C3%A9ria>,
        <http://lexvo.org/id/term/lao/%E0%BA%A5%E0%BA%B4%E0%BB%80%E0%BA%9A%E0%BA%B5%E0%BB%80%E0%BA%A5%E0%BA%8D>,
        <http://lexvo.org/id/term/lav/Lib%C4%93rija>,
        <http://lexvo.org/id/term/lin/Lib%C3%A9riya>,
        <http://lexvo.org/id/term/lit/Liberija>,
        <http://lexvo.org/id/term/lub/Liberiya>,
        <http://lexvo.org/id/term/lug/Liberya>,
        <http://lexvo.org/id/term/luo/Liberia>,
        <http://lexvo.org/id/term/luy/Liberia>,
        <http://lexvo.org/id/term/mal/%E0%B4%B2%E0%B5%88%E0%B4%AC%E0%B5%80%E0%B4%B0%E0%B4%BF%E0%B4%AF>,
        <http://lexvo.org/id/term/mar/%E0%A4%B2%E0%A4%BE%E0%A4%AF%E0%A4%AC%E0%A5%87%E0%A4%B0%E0%A4%BF%E0%A4%AF%E0%A4%BE>,
        <http://lexvo.org/id/term/mas/Liberia>,
        <http://lexvo.org/id/term/mer/Liberia>,
        <http://lexvo.org/id/term/mfe/Liberia>,
        <http://lexvo.org/id/term/mgh/Uliberia>,
        <http://lexvo.org/id/term/mkd/%D0%9B%D0%B8%D0%B1%D0%B5%D1%80%D0%B8%D1%98%D0%B0>,
        <http://lexvo.org/id/term/mlg/Liberia>,
        <http://lexvo.org/id/term/mlt/Liberja>,
        <http://lexvo.org/id/term/mua/Liberiya>,
        <http://lexvo.org/id/term/mya/%E1%80%9C%E1%80%AD%E1%80%AF%E1%80%84%E1%80%BA%E1%80%98%E1%80%B1%E1%80%B8%E1%80%9B%E1%80%AE%E1%80%B8%E1%80%9A%E1%80%AC%E1%80%B8>,
        <http://lexvo.org/id/term/naq/Liberiab>,
        <http://lexvo.org/id/term/nde/Libheriya>,
        <http://lexvo.org/id/term/nep/%E0%A4%B2%E0%A4%BE%E0%A4%87%E0%A4%AC%E0%A5%87%E0%A4%B0%E0%A4%BF%E0%A4%AF%E0%A4%BE>,
        <http://lexvo.org/id/term/nld/Liberia>,
        <http://lexvo.org/id/term/nmg/Liberia>,
        <http://lexvo.org/id/term/nno/Liberia>,
        <http://lexvo.org/id/term/nob/Liberia>,
        <http://lexvo.org/id/term/nyn/Liberiya>,
        <http://lexvo.org/id/term/ori/%E0%AC%B2%E0%AC%BF%E0%AC%AC%E0%AD%87%E0%AC%B0%E0%AC%BF%E0%AC%86>,
        <http://lexvo.org/id/term/pol/Liberia>,
        <http://lexvo.org/id/term/por/Lib%C3%A9ria>,
        <http://lexvo.org/id/term/pus/%D9%84%D8%A7%DB%8C%D8%A8%D8%B1%DB%8C%D8%A7>,
        <http://lexvo.org/id/term/rof/Liberia>,
        <http://lexvo.org/id/term/roh/Liberia>,
        <http://lexvo.org/id/term/ron/Liberia>,
        <http://lexvo.org/id/term/run/Liberiya>,
        <http://lexvo.org/id/term/rus/%D0%9B%D0%B8%D0%B1%D0%B5%D1%80%D0%B8%D1%8F>,
        <http://lexvo.org/id/term/rwk/Liberia>,
        <http://lexvo.org/id/term/sag/Liber%C3%AFa>,
        <http://lexvo.org/id/term/saq/Liberia>,
        <http://lexvo.org/id/term/sbp/Libeliya>,
        <http://lexvo.org/id/term/seh/Lib%C3%A9ria>,
        <http://lexvo.org/id/term/ses/Liberia>,
        <http://lexvo.org/id/term/shi-Latn/libirya>,
        <http://lexvo.org/id/term/shi/%E2%B5%8D%E2%B5%89%E2%B4%B1%E2%B5%89%E2%B5%94%E2%B5%A2%E2%B4%B0>,
        <http://lexvo.org/id/term/sin/%E0%B6%BD%E0%B6%BA%E0%B7%92%E0%B6%B6%E0%B7%93%E0%B6%BB%E0%B7%92%E0%B6%BA%E0%B7%8F%E0%B7%80>,
        <http://lexvo.org/id/term/slk/Lib%C3%A9ria>,
        <http://lexvo.org/id/term/slv/Liberija>,
        <http://lexvo.org/id/term/sme/Liberia>,
        <http://lexvo.org/id/term/sna/Liberia>,
        <http://lexvo.org/id/term/som/Laybeeriya>,
        <http://lexvo.org/id/term/spa/Liberia>,
        <http://lexvo.org/id/term/sqi/Liberi>,
        <http://lexvo.org/id/term/srp-Latn/Liberija>,
        <http://lexvo.org/id/term/srp/%D0%9B%D0%B8%D0%B1%D0%B5%D1%80%D0%B8%D1%98%D0%B0>,
        <http://lexvo.org/id/term/swc/Liberia>,
        <http://lexvo.org/id/term/swe/Liberia>,
        <http://lexvo.org/id/term/swh/Liberia>,
        <http://lexvo.org/id/term/tam/%E0%AE%B2%E0%AF%88%E0%AE%AA%E0%AF%80%E0%AE%B0%E0%AE%BF%E0%AE%AF%E0%AE%BE>,
        <http://lexvo.org/id/term/tel/%E0%B0%B2%E0%B1%88%E0%B0%AC%E0%B1%80%E0%B0%B0%E0%B0%BF%E0%B0%AF%E0%B0%BE>,
        <http://lexvo.org/id/term/teo/Liberia>,
        <http://lexvo.org/id/term/tha/%E0%B9%84%E0%B8%A5%E0%B8%9A%E0%B8%B5%E0%B9%80%E0%B8%A3%E0%B8%B5%E0%B8%A2>,
        <http://lexvo.org/id/term/tir/%E1%88%8B%E1%8B%AD%E1%89%A4%E1%88%AA%E1%8B%AB>,
        <http://lexvo.org/id/term/ton/Laipelia>,
        <http://lexvo.org/id/term/tur/Liberya>,
        <http://lexvo.org/id/term/twq/Liberia>,
        <http://lexvo.org/id/term/tzm/Libirya>,
        <http://lexvo.org/id/term/ukr/%D0%9B%D1%96%D0%B1%D0%B5%D1%80%D1%96%D1%8F>,
        <http://lexvo.org/id/term/urd/%D9%84%D8%A7%D8%A6%D8%A8%DB%8C%D8%B1%DB%8C%D8%A7>,
        <http://lexvo.org/id/term/vai-Latn/Laibhiya>,
        <http://lexvo.org/id/term/vai/%EA%95%9E%EA%94%A4%EA%94%AB%EA%95%A9>,
        <http://lexvo.org/id/term/vie/LIberia>,
        <http://lexvo.org/id/term/vun/Liberia>,
        <http://lexvo.org/id/term/wae/Liberia>,
        <http://lexvo.org/id/term/xog/Liberya>,
        <http://lexvo.org/id/term/yav/lip%C3%A9lia>,
        <http://lexvo.org/id/term/yor/Or%C3%ADl%E1%BA%B9%CC%81%C3%A8de%20Laberia>,
        <http://lexvo.org/id/term/zsm/Liberia>,
        <http://lexvo.org/id/term/zul/i-Liberia> ;
    owl:sameAs <http://psi.oasis-open.org/iso/3166/#430>,
        <http://sws.geonames.org/2275384/> .

<http://lexvo.org/id/iso3166/LS> a lvont:GeographicRegion ;
    rdfs:label "Lesotho"@af,
        "Lɛ̀sotù"@agq,
        "Lɛsutu"@ak,
        "ሌሶቶ"@am,
        "ليسوتو"@ar,
        "Lethoto"@asa,
        "Lesothu"@ast,
        "Lesoto"@az,
        "Lesòtò"@bas,
        "Лесота"@be,
        "Hulesoto"@bez,
        "Лесото"@bg,
        "Lesoto"@bm,
        "লেসোথো"@bn,
        "ལེ་སོ་ཐོ།"@bo,
        "Lesotho"@br,
        "लसोथो"@brx,
        "Lesoto"@bs,
        "Лесото"@bs-Cyrl,
        "Lesotho"@ca,
        "Lesotho"@cgg,
        "ᎴᏐᏙ"@chr,
        "莱索托"@cmn,
        "賴索扥"@cmn-Hant,
        "Lesotho"@cs,
        "Lesotho"@cy,
        "Lesotho"@da,
        "Lesoto"@dav,
        "Lesotho"@de,
        "Leesoto"@dje,
        "ལཻ་སོ་ཐོ"@dz,
        "Lesoto"@ebu,
        "Lɛsoto nutome"@ee,
        "Λεσότο"@el,
        "ISO 3166-1:LS"@en,
        "Lesotho"@en,
        "𐐢𐐲𐑅𐐬𐑃𐐬"@en-Dsrt,
        "Lesoto"@eo,
        "Lesoto"@es,
        "Lesotho"@et,
        "Lesotho"@eu,
        "Ləsotó"@ewo,
        "لسوتو"@fa,
        "لیسوتو"@fa,
        "Lesoto"@ff,
        "Lesotho"@fi,
        "Lesotho"@fil,
        "Lesoto"@fo,
        "Lesotho"@fr,
        "Lesotho"@fur,
        "Leosóta"@ga,
        "Leasoto"@gd,
        "Lesotho"@gl,
        "Lesooto"@gsw,
        "લેસોથો"@gu,
        "Lesoto"@guz,
        "Lesoto"@ha,
        "לסוטו"@he,
        "लेसोथो"@hi,
        "Lesoto"@hr,
        "Lesotho"@hu,
        "Լեսոտո"@hy,
        "Lesotho"@ia,
        "Lesotho"@id,
        "Lesótó"@is,
        "Lesotho"@it,
        "レソト"@ja,
        "Lɛsɔ́tɔ"@jgo,
        "Lesoto"@jmc,
        "ლესოთო"@ka,
        "Lizuṭu"@kab,
        "Lesoto"@kam,
        "Lesoto"@kde,
        "Lezotu"@kea,
        "Leesoto"@khq,
        "Lesoto"@ki,
        "Lesotho"@kl,
        "Emetab Lesotho"@kln,
        "លើសូតូ"@km,
        "ಲೆಥೋಸೊ"@kn,
        "레소토"@ko,
        "لیسوتھو"@ks,
        "Lesoto"@ksb,
        "lǝsóto"@ksf,
        "Lesooto"@ksh,
        "Lesóoto"@lag,
        "Lesoso"@lg,
        "Lesoto"@ln,
        "ເລໂຊໂທ"@lo,
        "Lesotas"@lt,
        "Lesoto"@lu,
        "Lesotho"@luo,
        "Lesoto"@luy,
        "Lesoto"@lv,
        "Lesoto"@mas,
        "Lesotho"@mer,
        "Lezoto"@mfe,
        "Lesotho"@mg,
        "Ulesoto"@mgh,
        "Лесото"@mk,
        "ലെസോത്തോ"@ml,
        "लेसोथो"@mr,
        "Lesoto"@mt,
        "Sǝr Lesotho"@mua,
        "Lesothob"@naq,
        "Lesotho"@nb,
        "Lesotho"@nd,
        "लेसोथो"@ne,
        "Lesotho"@nl,
        "Lesoto"@nmg,
        "Lesotho"@nn,
        "Lesotho"@nyn,
        "ଲେସୋଥୋ"@or,
        "Lesotho"@pl,
        "Lesoto"@pt,
        "Lesotho"@rm,
        "Lesoto"@rn,
        "Lesotho"@ro,
        "Lesoto"@rof,
        "Лесото"@ru,
        "Lesoto"@rwk,
        "Lesoto"@saq,
        "Lesoto"@sbp,
        "Lesotho"@se,
        "Lesoto"@seh,
        "Leesoto"@ses,
        "Lesôtho"@sg,
        "ⵍⵉⵚⵓⵟⵓ"@shi,
        "liṣuṭu"@shi-Latn,
        "ලෙසතෝ"@si,
        "Lesotho"@sk,
        "Lesoto"@sl,
        "Lesotho"@sn,
        "Losooto"@so,
        "Lesoto"@sq,
        "Лесото"@sr,
        "Lesoto"@sr-Latn,
        "Lesotho"@sv,
        "Lesoto"@swc,
        "Lesoto"@swh,
        "லெசோதோ"@ta,
        "లెసోతో"@te,
        "Lesoto"@teo,
        "เลโซโท"@th,
        "ሌሶቶ"@ti,
        "Lesoto"@to,
        "Lesoto"@tr,
        "Leesoto"@twq,
        "Lisuṭu"@tzm,
        "Лесото"@uk,
        "لیسوتھو"@ur,
        "ꔷꖇꕿ"@vai,
        "Lisóto"@vai-Latn,
        "Lesotho"@vi,
        "Lesoto"@vun,
        "Lesotho"@wae,
        "Lesoso"@xog,
        "lesotó"@yav,
        "Orílẹ́ède Lesoto"@yo,
        "Lesotho"@zsm,
        "i-Lesotho"@zu ;
    lvont:label <http://lexvo.org/id/term/afr/Lesotho>,
        <http://lexvo.org/id/term/agq/L%C9%9B%CC%80sot%C3%B9>,
        <http://lexvo.org/id/term/aka/L%C9%9Bsutu>,
        <http://lexvo.org/id/term/amh/%E1%88%8C%E1%88%B6%E1%89%B6>,
        <http://lexvo.org/id/term/ara/%D9%84%D9%8A%D8%B3%D9%88%D8%AA%D9%88>,
        <http://lexvo.org/id/term/asa/Lethoto>,
        <http://lexvo.org/id/term/ast/Lesothu>,
        <http://lexvo.org/id/term/aze/Lesoto>,
        <http://lexvo.org/id/term/bam/Lesoto>,
        <http://lexvo.org/id/term/bas/Les%C3%B2t%C3%B2>,
        <http://lexvo.org/id/term/bel/%D0%9B%D0%B5%D1%81%D0%BE%D1%82%D0%B0>,
        <http://lexvo.org/id/term/ben/%E0%A6%B2%E0%A7%87%E0%A6%B8%E0%A7%8B%E0%A6%A5%E0%A7%8B>,
        <http://lexvo.org/id/term/bez/Hulesoto>,
        <http://lexvo.org/id/term/bod/%E0%BD%A3%E0%BD%BA%E0%BC%8B%E0%BD%A6%E0%BD%BC%E0%BC%8B%E0%BD%90%E0%BD%BC%E0%BC%8D>,
        <http://lexvo.org/id/term/bos-Cyrl/%D0%9B%D0%B5%D1%81%D0%BE%D1%82%D0%BE>,
        <http://lexvo.org/id/term/bos/Lesoto>,
        <http://lexvo.org/id/term/bre/Lesotho>,
        <http://lexvo.org/id/term/brx/%E0%A4%B2%E0%A4%B8%E0%A5%8B%E0%A4%A5%E0%A5%8B>,
        <http://lexvo.org/id/term/bul/%D0%9B%D0%B5%D1%81%D0%BE%D1%82%D0%BE>,
        <http://lexvo.org/id/term/cat/Lesotho>,
        <http://lexvo.org/id/term/ces/Lesotho>,
        <http://lexvo.org/id/term/cgg/Lesotho>,
        <http://lexvo.org/id/term/chr/%E1%8E%B4%E1%8F%90%E1%8F%99>,
        <http://lexvo.org/id/term/cmn-Hant/%E8%B3%B4%E7%B4%A2%E6%89%A5>,
        <http://lexvo.org/id/term/cmn/%E8%8E%B1%E7%B4%A2%E6%89%98>,
        <http://lexvo.org/id/term/cym/Lesotho>,
        <http://lexvo.org/id/term/dan/Lesotho>,
        <http://lexvo.org/id/term/dav/Lesoto>,
        <http://lexvo.org/id/term/deu/Lesotho>,
        <http://lexvo.org/id/term/dje/Leesoto>,
        <http://lexvo.org/id/term/dzo/%E0%BD%A3%E0%BD%BB%E0%BC%8B%E0%BD%A6%E0%BD%BC%E0%BC%8B%E0%BD%90%E0%BD%BC>,
        <http://lexvo.org/id/term/ebu/Lesoto>,
        <http://lexvo.org/id/term/ell/%CE%9B%CE%B5%CF%83%CF%8C%CF%84%CE%BF>,
        <http://lexvo.org/id/term/eng-Dsrt/%F0%90%90%A2%F0%90%90%B2%F0%90%91%85%F0%90%90%AC%F0%90%91%83%F0%90%90%AC>,
        <http://lexvo.org/id/term/eng/ISO%203166-1%3ALS>,
        <http://lexvo.org/id/term/eng/Lesotho>,
        <http://lexvo.org/id/term/epo/Lesoto>,
        <http://lexvo.org/id/term/est/Lesotho>,
        <http://lexvo.org/id/term/eus/Lesotho>,
        <http://lexvo.org/id/term/ewe/L%C9%9Bsoto%20nutome>,
        <http://lexvo.org/id/term/ewo/L%C9%99sot%C3%B3>,
        <http://lexvo.org/id/term/fao/Lesoto>,
        <http://lexvo.org/id/term/fas/%D9%84%D8%B3%D9%88%D8%AA%D9%88>,
        <http://lexvo.org/id/term/fas/%D9%84%DB%8C%D8%B3%D9%88%D8%AA%D9%88>,
        <http://lexvo.org/id/term/fil/Lesotho>,
        <http://lexvo.org/id/term/fin/Lesotho>,
        <http://lexvo.org/id/term/fra/Lesotho>,
        <http://lexvo.org/id/term/ful/Lesoto>,
        <http://lexvo.org/id/term/fur/Lesotho>,
        <http://lexvo.org/id/term/gla/Leasoto>,
        <http://lexvo.org/id/term/gle/Leos%C3%B3ta>,
        <http://lexvo.org/id/term/glg/Lesotho>,
        <http://lexvo.org/id/term/gsw/Lesooto>,
        <http://lexvo.org/id/term/guj/%E0%AA%B2%E0%AB%87%E0%AA%B8%E0%AB%8B%E0%AA%A5%E0%AB%8B>,
        <http://lexvo.org/id/term/guz/Lesoto>,
        <http://lexvo.org/id/term/hau/Lesoto>,
        <http://lexvo.org/id/term/heb/%D7%9C%D7%A1%D7%95%D7%98%D7%95>,
        <http://lexvo.org/id/term/hin/%E0%A4%B2%E0%A5%87%E0%A4%B8%E0%A5%8B%E0%A4%A5%E0%A5%8B>,
        <http://lexvo.org/id/term/hrv/Lesoto>,
        <http://lexvo.org/id/term/hun/Lesotho>,
        <http://lexvo.org/id/term/hye/%D4%BC%D5%A5%D5%BD%D5%B8%D5%BF%D5%B8>,
        <http://lexvo.org/id/term/ina/Lesotho>,
        <http://lexvo.org/id/term/ind/Lesotho>,
        <http://lexvo.org/id/term/isl/Les%C3%B3t%C3%B3>,
        <http://lexvo.org/id/term/ita/Lesotho>,
        <http://lexvo.org/id/term/jgo/L%C9%9Bs%C9%94%CC%81t%C9%94>,
        <http://lexvo.org/id/term/jmc/Lesoto>,
        <http://lexvo.org/id/term/jpn/%E3%83%AC%E3%82%BD%E3%83%88>,
        <http://lexvo.org/id/term/kab/Lizu%E1%B9%ADu>,
        <http://lexvo.org/id/term/kal/Lesotho>,
        <http://lexvo.org/id/term/kam/Lesoto>,
        <http://lexvo.org/id/term/kan/%E0%B2%B2%E0%B3%86%E0%B2%A5%E0%B3%8B%E0%B2%B8%E0%B3%8A>,
        <http://lexvo.org/id/term/kas/%D9%84%DB%8C%D8%B3%D9%88%D8%AA%DA%BE%D9%88>,
        <http://lexvo.org/id/term/kat/%E1%83%9A%E1%83%94%E1%83%A1%E1%83%9D%E1%83%97%E1%83%9D>,
        <http://lexvo.org/id/term/kde/Lesoto>,
        <http://lexvo.org/id/term/kea/Lezotu>,
        <http://lexvo.org/id/term/khm/%E1%9E%9B%E1%9E%BE%E1%9E%9F%E1%9E%BC%E1%9E%8F%E1%9E%BC>,
        <http://lexvo.org/id/term/khq/Leesoto>,
        <http://lexvo.org/id/term/kik/Lesoto>,
        <http://lexvo.org/id/term/kln/Emetab%20Lesotho>,
        <http://lexvo.org/id/term/kor/%EB%A0%88%EC%86%8C%ED%86%A0>,
        <http://lexvo.org/id/term/ksb/Lesoto>,
        <http://lexvo.org/id/term/ksf/l%C7%9Ds%C3%B3to>,
        <http://lexvo.org/id/term/ksh/Lesooto>,
        <http://lexvo.org/id/term/lag/Les%C3%B3oto>,
        <http://lexvo.org/id/term/lao/%E0%BB%80%E0%BA%A5%E0%BB%82%E0%BA%8A%E0%BB%82%E0%BA%97>,
        <http://lexvo.org/id/term/lav/Lesoto>,
        <http://lexvo.org/id/term/lin/Lesoto>,
        <http://lexvo.org/id/term/lit/Lesotas>,
        <http://lexvo.org/id/term/lub/Lesoto>,
        <http://lexvo.org/id/term/lug/Lesoso>,
        <http://lexvo.org/id/term/luo/Lesotho>,
        <http://lexvo.org/id/term/luy/Lesoto>,
        <http://lexvo.org/id/term/mal/%E0%B4%B2%E0%B5%86%E0%B4%B8%E0%B5%8B%E0%B4%A4%E0%B5%8D%E0%B4%A4%E0%B5%8B>,
        <http://lexvo.org/id/term/mar/%E0%A4%B2%E0%A5%87%E0%A4%B8%E0%A5%8B%E0%A4%A5%E0%A5%8B>,
        <http://lexvo.org/id/term/mas/Lesoto>,
        <http://lexvo.org/id/term/mer/Lesotho>,
        <http://lexvo.org/id/term/mfe/Lezoto>,
        <http://lexvo.org/id/term/mgh/Ulesoto>,
        <http://lexvo.org/id/term/mkd/%D0%9B%D0%B5%D1%81%D0%BE%D1%82%D0%BE>,
        <http://lexvo.org/id/term/mlg/Lesotho>,
        <http://lexvo.org/id/term/mlt/Lesoto>,
        <http://lexvo.org/id/term/mua/S%C7%9Dr%20Lesotho>,
        <http://lexvo.org/id/term/naq/Lesothob>,
        <http://lexvo.org/id/term/nde/Lesotho>,
        <http://lexvo.org/id/term/nep/%E0%A4%B2%E0%A5%87%E0%A4%B8%E0%A5%8B%E0%A4%A5%E0%A5%8B>,
        <http://lexvo.org/id/term/nld/Lesotho>,
        <http://lexvo.org/id/term/nmg/Lesoto>,
        <http://lexvo.org/id/term/nno/Lesotho>,
        <http://lexvo.org/id/term/nob/Lesotho>,
        <http://lexvo.org/id/term/nyn/Lesotho>,
        <http://lexvo.org/id/term/ori/%E0%AC%B2%E0%AD%87%E0%AC%B8%E0%AD%8B%E0%AC%A5%E0%AD%8B>,
        <http://lexvo.org/id/term/pol/Lesotho>,
        <http://lexvo.org/id/term/por/Lesoto>,
        <http://lexvo.org/id/term/rof/Lesoto>,
        <http://lexvo.org/id/term/roh/Lesotho>,
        <http://lexvo.org/id/term/ron/Lesotho>,
        <http://lexvo.org/id/term/run/Lesoto>,
        <http://lexvo.org/id/term/rus/%D0%9B%D0%B5%D1%81%D0%BE%D1%82%D0%BE>,
        <http://lexvo.org/id/term/rwk/Lesoto>,
        <http://lexvo.org/id/term/sag/Les%C3%B4tho>,
        <http://lexvo.org/id/term/saq/Lesoto>,
        <http://lexvo.org/id/term/sbp/Lesoto>,
        <http://lexvo.org/id/term/seh/Lesoto>,
        <http://lexvo.org/id/term/ses/Leesoto>,
        <http://lexvo.org/id/term/shi-Latn/li%E1%B9%A3u%E1%B9%ADu>,
        <http://lexvo.org/id/term/shi/%E2%B5%8D%E2%B5%89%E2%B5%9A%E2%B5%93%E2%B5%9F%E2%B5%93>,
        <http://lexvo.org/id/term/sin/%E0%B6%BD%E0%B7%99%E0%B7%83%E0%B6%AD%E0%B7%9D>,
        <http://lexvo.org/id/term/slk/Lesotho>,
        <http://lexvo.org/id/term/slv/Lesoto>,
        <http://lexvo.org/id/term/sme/Lesotho>,
        <http://lexvo.org/id/term/sna/Lesotho>,
        <http://lexvo.org/id/term/som/Losooto>,
        <http://lexvo.org/id/term/spa/Lesoto>,
        <http://lexvo.org/id/term/sqi/Lesoto>,
        <http://lexvo.org/id/term/srp-Latn/Lesoto>,
        <http://lexvo.org/id/term/srp/%D0%9B%D0%B5%D1%81%D0%BE%D1%82%D0%BE>,
        <http://lexvo.org/id/term/swc/Lesoto>,
        <http://lexvo.org/id/term/swe/Lesotho>,
        <http://lexvo.org/id/term/swh/Lesoto>,
        <http://lexvo.org/id/term/tam/%E0%AE%B2%E0%AF%86%E0%AE%9A%E0%AF%8B%E0%AE%A4%E0%AF%8B>,
        <http://lexvo.org/id/term/tel/%E0%B0%B2%E0%B1%86%E0%B0%B8%E0%B1%8B%E0%B0%A4%E0%B1%8B>,
        <http://lexvo.org/id/term/teo/Lesoto>,
        <http://lexvo.org/id/term/tha/%E0%B9%80%E0%B8%A5%E0%B9%82%E0%B8%8B%E0%B9%82%E0%B8%97>,
        <http://lexvo.org/id/term/tir/%E1%88%8C%E1%88%B6%E1%89%B6>,
        <http://lexvo.org/id/term/ton/Lesoto>,
        <http://lexvo.org/id/term/tur/Lesoto>,
        <http://lexvo.org/id/term/twq/Leesoto>,
        <http://lexvo.org/id/term/tzm/Lisu%E1%B9%ADu>,
        <http://lexvo.org/id/term/ukr/%D0%9B%D0%B5%D1%81%D0%BE%D1%82%D0%BE>,
        <http://lexvo.org/id/term/urd/%D9%84%DB%8C%D8%B3%D9%88%D8%AA%DA%BE%D9%88>,
        <http://lexvo.org/id/term/vai-Latn/Lis%C3%B3to>,
        <http://lexvo.org/id/term/vai/%EA%94%B7%EA%96%87%EA%95%BF>,
        <http://lexvo.org/id/term/vie/Lesotho>,
        <http://lexvo.org/id/term/vun/Lesoto>,
        <http://lexvo.org/id/term/wae/Lesotho>,
        <http://lexvo.org/id/term/xog/Lesoso>,
        <http://lexvo.org/id/term/yav/lesot%C3%B3>,
        <http://lexvo.org/id/term/yor/Or%C3%ADl%E1%BA%B9%CC%81%C3%A8de%20Lesoto>,
        <http://lexvo.org/id/term/zsm/Lesotho>,
        <http://lexvo.org/id/term/zul/i-Lesotho> ;
    owl:sameAs <http://psi.oasis-open.org/iso/3166/#426>,
        <http://sws.geonames.org/932692/> .

<http://lexvo.org/id/iso3166/LT> a lvont:GeographicRegion ;
    rdfs:label "Litaue"@af,
        "Lètwǎnyìa"@agq,
        "Lituwenia"@ak,
        "ሊቱዌኒያ"@am,
        "ليتوانيا"@ar,
        "Litwania"@asa,
        "Lituania"@ast,
        "Litva"@az,
        "Lìtùanìà"@bas,
        "Літва"@be,
        "Hulitwania"@bez,
        "Литва"@bg,
        "Lituyani"@bm,
        "লিত্ভা"@bn,
        "ལི་ཐུ་ཨེ་ནི་ཡ།"@bo,
        "Lituania"@br,
        "लिथुआनिया"@brx,
        "Litvanija"@bs,
        "Литванија"@bs-Cyrl,
        "ሊቱዌኒያ"@byn,
        "Lituània"@ca,
        "Lithuania"@cgg,
        "ᎵᏗᏪᏂᎠ"@chr,
        "立陶宛"@cmn,
        "立陶宛"@cmn-Hant,
        "Litva"@cs,
        "Lithwania"@cy,
        "Litauen"@da,
        "Litwania"@dav,
        "Litauen"@de,
        "Lituaani"@dje,
        "ལི་ཐུ་ཝེ་ནི་ཡ"@dz,
        "Litwania"@ebu,
        "Lituania nutome"@ee,
        "Λιθουανία"@el,
        "ISO 3166-1:LT"@en,
        "Lithuania"@en,
        "𐐢𐐮𐑃𐐲𐐶𐐩𐑌𐐨𐐲"@en-Dsrt,
        "Litovujo"@eo,
        "Lituania"@es,
        "Leedu"@et,
        "Lituania"@eu,
        "Lituaní"@ewo,
        "لتوانیا"@fa,
        "لیتوانی"@fa,
        "Lituaanii"@ff,
        "Liettua"@fi,
        "Lithuania"@fil,
        "Litava"@fo,
        "Lituanie"@fr,
        "Lituanie"@fur,
        "An Liotuáin"@ga,
        "An Liotuain"@gd,
        "Lituania"@gl,
        "Littaue"@gsw,
        "લિથુઆનિયા"@gu,
        "Litwania"@guz,
        "Lituweniya"@ha,
        "ליטא"@he,
        "लिथुआनिया"@hi,
        "Litva"@hr,
        "Litvánia"@hu,
        "Լիտվա"@hy,
        "Lituania"@ia,
        "Lituania"@id,
        "Litháen"@is,
        "Lituania"@it,
        "リトアニア"@ja,
        "Litwania"@jmc,
        "ლიტვა"@ka,
        "Liṭwanya"@kab,
        "Litwania"@kam,
        "Litwania"@kde,
        "Lituania"@kea,
        "Lituaani"@khq,
        "Litwania"@ki,
        "Litaueni"@kl,
        "Emetab Lithuania"@kln,
        "លីទុយអានី"@km,
        "ಲಿಥುವೇನಿಯಾ"@kn,
        "리투아니아"@ko,
        "لِتھُوانِیا"@ks,
        "Litwania"@ksb,
        "litwaní"@ksf,
        "Littaue"@ksh,
        "Lisuánia"@lag,
        "Lisuwenya"@lg,
        "Litwani"@ln,
        "ລິເທີເນຍ"@lo,
        "Lietuva"@lt,
        "Litwani"@lu,
        "Lithuania"@luo,
        "Litwania"@luy,
        "Lietuva"@lv,
        "Litwania"@mas,
        "Lithuania"@mer,
        "Lituani"@mfe,
        "Litoania"@mg,
        "Utwania"@mgh,
        "Литванија"@mk,
        "ലിത്വാനിയ"@ml,
        "लिथुआनिया"@mr,
        "Litwanja"@mt,
        "Lituaniya"@mua,
        "လစ်သူယေးနီးယား"@my,
        "Lithuaniab"@naq,
        "Litauen"@nb,
        "Lithuania"@nd,
        "लिथुअनिया"@ne,
        "Litouwen"@nl,
        "Lituaniá"@nmg,
        "Litauen"@nn,
        "Lithuania"@nyn,
        "ଲିଥାଆନିଆ"@or,
        "Litwa"@pl,
        "Lituânia"@pt,
        "Lituania"@rm,
        "Lituwaniya"@rn,
        "Lituania"@ro,
        "Litwania"@rof,
        "Литва"@ru,
        "Litwania"@rwk,
        "Litwania"@saq,
        "Litwaniya"@sbp,
        "Lietuva"@se,
        "Lituânia"@seh,
        "Lituaani"@ses,
        "Lituanïi"@sg,
        "ⵍⵉⵜⵡⴰⵏⵢⴰ"@shi,
        "litwanya"@shi-Latn,
        "ලිතුවේනියාව"@si,
        "Litva"@sk,
        "Litva"@sl,
        "Lithuania"@sn,
        "Lituweeniya"@so,
        "Lituani"@sq,
        "Литванија"@sr,
        "Litvanija"@sr-Latn,
        "Litauen"@sv,
        "Litwania"@swc,
        "Litwania"@swh,
        "லிதுவேனியா"@ta,
        "లిథుయేనియా"@te,
        "Litwania"@teo,
        "ลิทัวเนีย"@th,
        "ሊቱዌኒያ"@ti,
        "ሊቱዌኒያ"@tig,
        "Lifiuenia"@to,
        "Litvanya"@tr,
        "Lituaani"@twq,
        "Litwanya"@tzm,
        "Литва"@uk,
        "لتھوانیا"@ur,
        "ꔷꖤꔃꕇꕰ"@vai,
        "Lituweninya"@vai-Latn,
        "Lithuania"@vi,
        "Litwania"@vun,
        "Litaue"@wae,
        "ሊቱዌኒያ"@wal,
        "Lisuwenya"@xog,
        "litiyaní"@yav,
        "Orílẹ́ède Lituania"@yo,
        "Lithuania"@zsm,
        "i-Lithuania"@zu ;
    lvont:label <http://lexvo.org/id/term/afr/Litaue>,
        <http://lexvo.org/id/term/agq/L%C3%A8tw%C7%8Eny%C3%ACa>,
        <http://lexvo.org/id/term/aka/Lituwenia>,
        <http://lexvo.org/id/term/amh/%E1%88%8A%E1%89%B1%E1%8B%8C%E1%8A%92%E1%8B%AB>,
        <http://lexvo.org/id/term/ara/%D9%84%D9%8A%D8%AA%D9%88%D8%A7%D9%86%D9%8A%D8%A7>,
        <http://lexvo.org/id/term/asa/Litwania>,
        <http://lexvo.org/id/term/ast/Lituania>,
        <http://lexvo.org/id/term/aze/Litva>,
        <http://lexvo.org/id/term/bam/Lituyani>,
        <http://lexvo.org/id/term/bas/L%C3%ACt%C3%B9an%C3%AC%C3%A0>,
        <http://lexvo.org/id/term/bel/%D0%9B%D1%96%D1%82%D0%B2%D0%B0>,
        <http://lexvo.org/id/term/ben/%E0%A6%B2%E0%A6%BF%E0%A6%A4%E0%A7%8D%E0%A6%AD%E0%A6%BE>,
        <http://lexvo.org/id/term/bez/Hulitwania>,
        <http://lexvo.org/id/term/bod/%E0%BD%A3%E0%BD%B2%E0%BC%8B%E0%BD%90%E0%BD%B4%E0%BC%8B%E0%BD%A8%E0%BD%BA%E0%BC%8B%E0%BD%93%E0%BD%B2%E0%BC%8B%E0%BD%A1%E0%BC%8D>,
        <http://lexvo.org/id/term/bos-Cyrl/%D0%9B%D0%B8%D1%82%D0%B2%D0%B0%D0%BD%D0%B8%D1%98%D0%B0>,
        <http://lexvo.org/id/term/bos/Litvanija>,
        <http://lexvo.org/id/term/bre/Lituania>,
        <http://lexvo.org/id/term/brx/%E0%A4%B2%E0%A4%BF%E0%A4%A5%E0%A5%81%E0%A4%86%E0%A4%A8%E0%A4%BF%E0%A4%AF%E0%A4%BE>,
        <http://lexvo.org/id/term/bul/%D0%9B%D0%B8%D1%82%D0%B2%D0%B0>,
        <http://lexvo.org/id/term/byn/%E1%88%8A%E1%89%B1%E1%8B%8C%E1%8A%92%E1%8B%AB>,
        <http://lexvo.org/id/term/cat/Litu%C3%A0nia>,
        <http://lexvo.org/id/term/ces/Litva>,
        <http://lexvo.org/id/term/cgg/Lithuania>,
        <http://lexvo.org/id/term/chr/%E1%8E%B5%E1%8F%97%E1%8F%AA%E1%8F%82%E1%8E%A0>,
        <http://lexvo.org/id/term/cmn-Hant/%E7%AB%8B%E9%99%B6%E5%AE%9B>,
        <http://lexvo.org/id/term/cmn/%E7%AB%8B%E9%99%B6%E5%AE%9B>,
        <http://lexvo.org/id/term/cym/Lithwania>,
        <http://lexvo.org/id/term/dan/Litauen>,
        <http://lexvo.org/id/term/dav/Litwania>,
        <http://lexvo.org/id/term/deu/Litauen>,
        <http://lexvo.org/id/term/dje/Lituaani>,
        <http://lexvo.org/id/term/dzo/%E0%BD%A3%E0%BD%B2%E0%BC%8B%E0%BD%90%E0%BD%B4%E0%BC%8B%E0%BD%9D%E0%BD%BA%E0%BC%8B%E0%BD%93%E0%BD%B2%E0%BC%8B%E0%BD%A1>,
        <http://lexvo.org/id/term/ebu/Litwania>,
        <http://lexvo.org/id/term/ell/%CE%9B%CE%B9%CE%B8%CE%BF%CF%85%CE%B1%CE%BD%CE%AF%CE%B1>,
        <http://lexvo.org/id/term/eng-Dsrt/%F0%90%90%A2%F0%90%90%AE%F0%90%91%83%F0%90%90%B2%F0%90%90%B6%F0%90%90%A9%F0%90%91%8C%F0%90%90%A8%F0%90%90%B2>,
        <http://lexvo.org/id/term/eng/ISO%203166-1%3ALT>,
        <http://lexvo.org/id/term/eng/Lithuania>,
        <http://lexvo.org/id/term/epo/Litovujo>,
        <http://lexvo.org/id/term/est/Leedu>,
        <http://lexvo.org/id/term/eus/Lituania>,
        <http://lexvo.org/id/term/ewe/Lituania%20nutome>,
        <http://lexvo.org/id/term/ewo/Lituan%C3%AD>,
        <http://lexvo.org/id/term/fao/Litava>,
        <http://lexvo.org/id/term/fas/%D9%84%D8%AA%D9%88%D8%A7%D9%86%DB%8C%D8%A7>,
        <http://lexvo.org/id/term/fas/%D9%84%DB%8C%D8%AA%D9%88%D8%A7%D9%86%DB%8C>,
        <http://lexvo.org/id/term/fil/Lithuania>,
        <http://lexvo.org/id/term/fin/Liettua>,
        <http://lexvo.org/id/term/fra/Lituanie>,
        <http://lexvo.org/id/term/ful/Lituaanii>,
        <http://lexvo.org/id/term/fur/Lituanie>,
        <http://lexvo.org/id/term/gla/An%20Liotuain>,
        <http://lexvo.org/id/term/gle/An%20Liotu%C3%A1in>,
        <http://lexvo.org/id/term/glg/Lituania>,
        <http://lexvo.org/id/term/gsw/Littaue>,
        <http://lexvo.org/id/term/guj/%E0%AA%B2%E0%AA%BF%E0%AA%A5%E0%AB%81%E0%AA%86%E0%AA%A8%E0%AA%BF%E0%AA%AF%E0%AA%BE>,
        <http://lexvo.org/id/term/guz/Litwania>,
        <http://lexvo.org/id/term/hau/Lituweniya>,
        <http://lexvo.org/id/term/heb/%D7%9C%D7%99%D7%98%D7%90>,
        <http://lexvo.org/id/term/hin/%E0%A4%B2%E0%A4%BF%E0%A4%A5%E0%A5%81%E0%A4%86%E0%A4%A8%E0%A4%BF%E0%A4%AF%E0%A4%BE>,
        <http://lexvo.org/id/term/hrv/Litva>,
        <http://lexvo.org/id/term/hun/Litv%C3%A1nia>,
        <http://lexvo.org/id/term/hye/%D4%BC%D5%AB%D5%BF%D5%BE%D5%A1>,
        <http://lexvo.org/id/term/ina/Lituania>,
        <http://lexvo.org/id/term/ind/Lituania>,
        <http://lexvo.org/id/term/isl/Lith%C3%A1en>,
        <http://lexvo.org/id/term/ita/Lituania>,
        <http://lexvo.org/id/term/jmc/Litwania>,
        <http://lexvo.org/id/term/jpn/%E3%83%AA%E3%83%88%E3%82%A2%E3%83%8B%E3%82%A2>,
        <http://lexvo.org/id/term/kab/Li%E1%B9%ADwanya>,
        <http://lexvo.org/id/term/kal/Litaueni>,
        <http://lexvo.org/id/term/kam/Litwania>,
        <http://lexvo.org/id/term/kan/%E0%B2%B2%E0%B2%BF%E0%B2%A5%E0%B3%81%E0%B2%B5%E0%B3%87%E0%B2%A8%E0%B2%BF%E0%B2%AF%E0%B2%BE>,
        <http://lexvo.org/id/term/kas/%D9%84%D9%90%D8%AA%DA%BE%D9%8F%D9%88%D8%A7%D9%86%D9%90%DB%8C%D8%A7>,
        <http://lexvo.org/id/term/kat/%E1%83%9A%E1%83%98%E1%83%A2%E1%83%95%E1%83%90>,
        <http://lexvo.org/id/term/kde/Litwania>,
        <http://lexvo.org/id/term/kea/Lituania>,
        <http://lexvo.org/id/term/khm/%E1%9E%9B%E1%9E%B8%E1%9E%91%E1%9E%BB%E1%9E%99%E1%9E%A2%E1%9E%B6%E1%9E%93%E1%9E%B8>,
        <http://lexvo.org/id/term/khq/Lituaani>,
        <http://lexvo.org/id/term/kik/Litwania>,
        <http://lexvo.org/id/term/kln/Emetab%20Lithuania>,
        <http://lexvo.org/id/term/kor/%EB%A6%AC%ED%88%AC%EC%95%84%EB%8B%88%EC%95%84>,
        <http://lexvo.org/id/term/ksb/Litwania>,
        <http://lexvo.org/id/term/ksf/litwan%C3%AD>,
        <http://lexvo.org/id/term/ksh/Littaue>,
        <http://lexvo.org/id/term/lag/Lisu%C3%A1nia>,
        <http://lexvo.org/id/term/lao/%E0%BA%A5%E0%BA%B4%E0%BB%80%E0%BA%97%E0%BA%B5%E0%BB%80%E0%BA%99%E0%BA%8D>,
        <http://lexvo.org/id/term/lav/Lietuva>,
        <http://lexvo.org/id/term/lin/Litwani>,
        <http://lexvo.org/id/term/lit/Lietuva>,
        <http://lexvo.org/id/term/lub/Litwani>,
        <http://lexvo.org/id/term/lug/Lisuwenya>,
        <http://lexvo.org/id/term/luo/Lithuania>,
        <http://lexvo.org/id/term/luy/Litwania>,
        <http://lexvo.org/id/term/mal/%E0%B4%B2%E0%B4%BF%E0%B4%A4%E0%B5%8D%E0%B4%B5%E0%B4%BE%E0%B4%A8%E0%B4%BF%E0%B4%AF>,
        <http://lexvo.org/id/term/mar/%E0%A4%B2%E0%A4%BF%E0%A4%A5%E0%A5%81%E0%A4%86%E0%A4%A8%E0%A4%BF%E0%A4%AF%E0%A4%BE>,
        <http://lexvo.org/id/term/mas/Litwania>,
        <http://lexvo.org/id/term/mer/Lithuania>,
        <http://lexvo.org/id/term/mfe/Lituani>,
        <http://lexvo.org/id/term/mgh/Utwania>,
        <http://lexvo.org/id/term/mkd/%D0%9B%D0%B8%D1%82%D0%B2%D0%B0%D0%BD%D0%B8%D1%98%D0%B0>,
        <http://lexvo.org/id/term/mlg/Litoania>,
        <http://lexvo.org/id/term/mlt/Litwanja>,
        <http://lexvo.org/id/term/mua/Lituaniya>,
        <http://lexvo.org/id/term/mya/%E1%80%9C%E1%80%85%E1%80%BA%E1%80%9E%E1%80%B0%E1%80%9A%E1%80%B1%E1%80%B8%E1%80%94%E1%80%AE%E1%80%B8%E1%80%9A%E1%80%AC%E1%80%B8>,
        <http://lexvo.org/id/term/naq/Lithuaniab>,
        <http://lexvo.org/id/term/nde/Lithuania>,
        <http://lexvo.org/id/term/nep/%E0%A4%B2%E0%A4%BF%E0%A4%A5%E0%A5%81%E0%A4%85%E0%A4%A8%E0%A4%BF%E0%A4%AF%E0%A4%BE>,
        <http://lexvo.org/id/term/nld/Litouwen>,
        <http://lexvo.org/id/term/nmg/Lituani%C3%A1>,
        <http://lexvo.org/id/term/nno/Litauen>,
        <http://lexvo.org/id/term/nob/Litauen>,
        <http://lexvo.org/id/term/nyn/Lithuania>,
        <http://lexvo.org/id/term/ori/%E0%AC%B2%E0%AC%BF%E0%AC%A5%E0%AC%BE%E0%AC%86%E0%AC%A8%E0%AC%BF%E0%AC%86>,
        <http://lexvo.org/id/term/pol/Litwa>,
        <http://lexvo.org/id/term/por/Litu%C3%A2nia>,
        <http://lexvo.org/id/term/rof/Litwania>,
        <http://lexvo.org/id/term/roh/Lituania>,
        <http://lexvo.org/id/term/ron/Lituania>,
        <http://lexvo.org/id/term/run/Lituwaniya>,
        <http://lexvo.org/id/term/rus/%D0%9B%D0%B8%D1%82%D0%B2%D0%B0>,
        <http://lexvo.org/id/term/rwk/Litwania>,
        <http://lexvo.org/id/term/sag/Lituan%C3%AFi>,
        <http://lexvo.org/id/term/saq/Litwania>,
        <http://lexvo.org/id/term/sbp/Litwaniya>,
        <http://lexvo.org/id/term/seh/Litu%C3%A2nia>,
        <http://lexvo.org/id/term/ses/Lituaani>,
        <http://lexvo.org/id/term/shi-Latn/litwanya>,
        <http://lexvo.org/id/term/shi/%E2%B5%8D%E2%B5%89%E2%B5%9C%E2%B5%A1%E2%B4%B0%E2%B5%8F%E2%B5%A2%E2%B4%B0>,
        <http://lexvo.org/id/term/sin/%E0%B6%BD%E0%B7%92%E0%B6%AD%E0%B7%94%E0%B7%80%E0%B7%9A%E0%B6%B1%E0%B7%92%E0%B6%BA%E0%B7%8F%E0%B7%80>,
        <http://lexvo.org/id/term/slk/Litva>,
        <http://lexvo.org/id/term/slv/Litva>,
        <http://lexvo.org/id/term/sme/Lietuva>,
        <http://lexvo.org/id/term/sna/Lithuania>,
        <http://lexvo.org/id/term/som/Lituweeniya>,
        <http://lexvo.org/id/term/spa/Lituania>,
        <http://lexvo.org/id/term/sqi/Lituani>,
        <http://lexvo.org/id/term/srp-Latn/Litvanija>,
        <http://lexvo.org/id/term/srp/%D0%9B%D0%B8%D1%82%D0%B2%D0%B0%D0%BD%D0%B8%D1%98%D0%B0>,
        <http://lexvo.org/id/term/swc/Litwania>,
        <http://lexvo.org/id/term/swe/Litauen>,
        <http://lexvo.org/id/term/swh/Litwania>,
        <http://lexvo.org/id/term/tam/%E0%AE%B2%E0%AE%BF%E0%AE%A4%E0%AF%81%E0%AE%B5%E0%AF%87%E0%AE%A9%E0%AE%BF%E0%AE%AF%E0%AE%BE>,
        <http://lexvo.org/id/term/tel/%E0%B0%B2%E0%B0%BF%E0%B0%A5%E0%B1%81%E0%B0%AF%E0%B1%87%E0%B0%A8%E0%B0%BF%E0%B0%AF%E0%B0%BE>,
        <http://lexvo.org/id/term/teo/Litwania>,
        <http://lexvo.org/id/term/tha/%E0%B8%A5%E0%B8%B4%E0%B8%97%E0%B8%B1%E0%B8%A7%E0%B9%80%E0%B8%99%E0%B8%B5%E0%B8%A2>,
        <http://lexvo.org/id/term/tig/%E1%88%8A%E1%89%B1%E1%8B%8C%E1%8A%92%E1%8B%AB>,
        <http://lexvo.org/id/term/tir/%E1%88%8A%E1%89%B1%E1%8B%8C%E1%8A%92%E1%8B%AB>,
        <http://lexvo.org/id/term/ton/Lifiuenia>,
        <http://lexvo.org/id/term/tur/Litvanya>,
        <http://lexvo.org/id/term/twq/Lituaani>,
        <http://lexvo.org/id/term/tzm/Litwanya>,
        <http://lexvo.org/id/term/ukr/%D0%9B%D0%B8%D1%82%D0%B2%D0%B0>,
        <http://lexvo.org/id/term/urd/%D9%84%D8%AA%DA%BE%D9%88%D8%A7%D9%86%DB%8C%D8%A7>,
        <http://lexvo.org/id/term/vai-Latn/Lituweninya>,
        <http://lexvo.org/id/term/vai/%EA%94%B7%EA%96%A4%EA%94%83%EA%95%87%EA%95%B0>,
        <http://lexvo.org/id/term/vie/Lithuania>,
        <http://lexvo.org/id/term/vun/Litwania>,
        <http://lexvo.org/id/term/wae/Litaue>,
        <http://lexvo.org/id/term/wal/%E1%88%8A%E1%89%B1%E1%8B%8C%E1%8A%92%E1%8B%AB>,
        <http://lexvo.org/id/term/xog/Lisuwenya>,
        <http://lexvo.org/id/term/yav/litiyan%C3%AD>,
        <http://lexvo.org/id/term/yor/Or%C3%ADl%E1%BA%B9%CC%81%C3%A8de%20Lituania>,
        <http://lexvo.org/id/term/zsm/Lithuania>,
        <http://lexvo.org/id/term/zul/i-Lithuania> ;
    owl:sameAs <http://psi.oasis-open.org/iso/3166/#440>,
        <http://sws.geonames.org/597427/> .

<http://lexvo.org/id/iso3166/LU> a lvont:GeographicRegion ;
    rdfs:label "Luxemburg"@af,
        "Luzɨmbùʔ"@agq,
        "Laksembɛg"@ak,
        "ሉክሰምበርግ"@am,
        "لوكسمبورغ"@ar,
        "Lathembagi"@asa,
        "Luxemburgu"@ast,
        "Lüksemburq"@az,
        "Lùgsàmbûr"@bas,
        "Люксембург"@be,
        "Hulasembagi"@bez,
        "Люксембург"@bg,
        "Likisanburu"@bm,
        "লাক্সেমবার্গ"@bn,
        "ལཀ་ཛམ་བོརྒ།"@bo,
        "Luksembourg"@br,
        "लक्समबर्ग"@brx,
        "Luksemburg"@bs,
        "Луксембург"@bs-Cyrl,
        "Luxemburg"@ca,
        "Lakizembaaga"@cgg,
        "ᎸᎧᏎᏋᎩ"@chr,
        "卢森堡"@cmn,
        "盧森堡"@cmn-Hant,
        "Lucembursko"@cs,
        "Lwcsembwrg"@cy,
        "Luxembourg"@da,
        "Lasembagi"@dav,
        "Luxemburg"@de,
        "Luxembourg"@dje,
        "ལག་ཛམ་བོརྒ"@dz,
        "Lasembagi"@ebu,
        "Lazembɔg nutome"@ee,
        "Λουξεμβούργο"@el,
        "ISO 3166-1:LU"@en,
        "Luxembourg"@en,
        "𐐢𐐲𐐿𐑅𐐲𐑋𐐺𐐲𐑉𐑀"@en-Dsrt,
        "Luksemburgo"@eo,
        "Luxemburgo"@es,
        "Luksemburg"@et,
        "Luxenburgo"@eu,
        "Lukəzambúd"@ewo,
        "لوکزامبورگ"@fa,
        "Liksembuur"@ff,
        "Luxemburg"@fi,
        "Luxembourg"@fil,
        "Luksemborg"@fo,
        "Luxembourg"@fr,
        "Lussemburc"@fur,
        "Lucsamburg"@ga,
        "Lugsamburg"@gd,
        "Luxemburgo"@gl,
        "Luxemburg"@gsw,
        "લક્ઝમબર્ગ"@gu,
        "Lasembagi"@guz,
        "Lukusambur"@ha,
        "לוקסמבורג"@he,
        "लक्समबर्ग"@hi,
        "Luksemburg"@hr,
        "Luxemburg"@hu,
        "Լյուքսեմբուրգ"@hy,
        "Luksemburg"@id,
        "Lúxemborg"@is,
        "Lussemburgo"@it,
        "ルクセンブルグ"@ja,
        "Lasembagi"@jmc,
        "ლუქსემბურგი"@ka,
        "Luksamburg"@kab,
        "Lasembagi"@kam,
        "Lasembagi"@kde,
        "Luxemburgu"@kea,
        "Luxembourg"@khq,
        "Lasembagi"@ki,
        "Luxembourg"@kl,
        "Emetab Luxembourg"@kln,
        "លុចហ្សំបួរ"@km,
        "ಲಕ್ಸಂಬರ್ಗ್"@kn,
        "룩셈부르크"@ko,
        "لَکسَمبٔرٕگ"@ks,
        "Lasembagi"@ksb,
        "luksɛmbúr"@ksf,
        "Luxembursch"@ksh,
        "Lasembáagi"@lag,
        "Lukisembaaga"@lg,
        "Likisambulu"@ln,
        "ລຸກແຊມເບີກ"@lo,
        "Liuksemburgas"@lt,
        "Likisambulu"@lu,
        "Luxembourg"@luo,
        "Lasembagi"@luy,
        "Luksemburga"@lv,
        "Lasembagi"@mas,
        "Luxembogu"@mer,
        "Luxembourg"@mfe,
        "Lioksamboro"@mg,
        "Usembaji"@mgh,
        "Луксембург"@mk,
        "ലക്സംബർഗ്"@ml,
        "लक्झेंबर्ग"@mr,
        "Lussemburgu"@mt,
        "Sǝr Luxemburg"@mua,
        "လူဇင်ဘတ်"@my,
        "Luxembourgi"@naq,
        "Luxembourg"@nb,
        "Luxembourg"@nd,
        "लक्जेमबर्ग"@ne,
        "Luxemburg"@nl,
        "Luxembourg"@nmg,
        "Luxembourg"@nn,
        "Lakizembaaga"@nyn,
        "ଲକ୍ସେମବର୍ଗ"@or,
        "Luksemburg"@pl,
        "Luxemburgo"@pt,
        "Luxemburg"@rm,
        "Lukusamburu"@rn,
        "Luxemburg"@ro,
        "Lasembagi"@rof,
        "Люксембург"@ru,
        "Lasembagi"@rwk,
        "Lasembagi"@saq,
        "Lasembagi"@sbp,
        "Luxembourg"@se,
        "Luxemburgo"@seh,
        "Luxembourg"@ses,
        "Lugzambûru"@sg,
        "ⵍⵓⴽⵙⴰⵏⴱⵓⵔⴳ"@shi,
        "luksanburg"@shi-Latn,
        "ලක්ශම්බර්ග්"@si,
        "Luxembursko"@sk,
        "Luksemburg"@sl,
        "Luxembourg"@sn,
        "Luksemboorg"@so,
        "Luksemburg"@sq,
        "Луксембург"@sr,
        "Luksemburg"@sr-Latn,
        "Luxemburg"@sv,
        "Lasembagi"@swc,
        "Lasembagi"@swh,
        "லக்ஸ்சம்பர்க்"@ta,
        "లక్సంబర్గ్"@te,
        "Lasembagi"@teo,
        "ลักเซมเบิร์ก"@th,
        "ሉክሰምበርግ"@ti,
        "Lakisimipeki"@to,
        "Lüksemburg"@tr,
        "Luxembourg"@twq,
        "Liksumburg"@tzm,
        "Люксембург"@uk,
        "لگژمبرگ"@ur,
        "ꗏꔻꘋꗂꖺ"@vai,
        "Lusimbɔ"@vai-Latn,
        "Luxembourg"@vi,
        "Lasembagi"@vun,
        "Luxeburg"@wae,
        "Lukisembaaga"@xog,
        "liksambúul"@yav,
        "Orílẹ́ède Lusemogi"@yo,
        "Luksembourg"@zsm,
        "i-Luxembourg"@zu ;
    lvont:label <http://lexvo.org/id/term/afr/Luxemburg>,
        <http://lexvo.org/id/term/agq/Luz%C9%A8mb%C3%B9%CA%94>,
        <http://lexvo.org/id/term/aka/Laksemb%C9%9Bg>,
        <http://lexvo.org/id/term/amh/%E1%88%89%E1%8A%AD%E1%88%B0%E1%88%9D%E1%89%A0%E1%88%AD%E1%8C%8D>,
        <http://lexvo.org/id/term/ara/%D9%84%D9%88%D9%83%D8%B3%D9%85%D8%A8%D9%88%D8%B1%D8%BA>,
        <http://lexvo.org/id/term/asa/Lathembagi>,
        <http://lexvo.org/id/term/ast/Luxemburgu>,
        <http://lexvo.org/id/term/aze/L%C3%BCksemburq>,
        <http://lexvo.org/id/term/bam/Likisanburu>,
        <http://lexvo.org/id/term/bas/L%C3%B9gs%C3%A0mb%C3%BBr>,
        <http://lexvo.org/id/term/bel/%D0%9B%D1%8E%D0%BA%D1%81%D0%B5%D0%BC%D0%B1%D1%83%D1%80%D0%B3>,
        <http://lexvo.org/id/term/ben/%E0%A6%B2%E0%A6%BE%E0%A6%95%E0%A7%8D%E0%A6%B8%E0%A7%87%E0%A6%AE%E0%A6%AC%E0%A6%BE%E0%A6%B0%E0%A7%8D%E0%A6%97>,
        <http://lexvo.org/id/term/bez/Hulasembagi>,
        <http://lexvo.org/id/term/bod/%E0%BD%A3%E0%BD%80%E0%BC%8B%E0%BD%9B%E0%BD%98%E0%BC%8B%E0%BD%96%E0%BD%BC%E0%BD%A2%E0%BE%92%E0%BC%8D>,
        <http://lexvo.org/id/term/bos-Cyrl/%D0%9B%D1%83%D0%BA%D1%81%D0%B5%D0%BC%D0%B1%D1%83%D1%80%D0%B3>,
        <http://lexvo.org/id/term/bos/Luksemburg>,
        <http://lexvo.org/id/term/bre/Luksembourg>,
        <http://lexvo.org/id/term/brx/%E0%A4%B2%E0%A4%95%E0%A5%8D%E0%A4%B8%E0%A4%AE%E0%A4%AC%E0%A4%B0%E0%A5%8D%E0%A4%97>,
        <http://lexvo.org/id/term/bul/%D0%9B%D1%8E%D0%BA%D1%81%D0%B5%D0%BC%D0%B1%D1%83%D1%80%D0%B3>,
        <http://lexvo.org/id/term/cat/Luxemburg>,
        <http://lexvo.org/id/term/ces/Lucembursko>,
        <http://lexvo.org/id/term/cgg/Lakizembaaga>,
        <http://lexvo.org/id/term/chr/%E1%8E%B8%E1%8E%A7%E1%8F%8E%E1%8F%8B%E1%8E%A9>,
        <http://lexvo.org/id/term/cmn-Hant/%E7%9B%A7%E6%A3%AE%E5%A0%A1>,
        <http://lexvo.org/id/term/cmn/%E5%8D%A2%E6%A3%AE%E5%A0%A1>,
        <http://lexvo.org/id/term/cym/Lwcsembwrg>,
        <http://lexvo.org/id/term/dan/Luxembourg>,
        <http://lexvo.org/id/term/dav/Lasembagi>,
        <http://lexvo.org/id/term/deu/Luxemburg>,
        <http://lexvo.org/id/term/dje/Luxembourg>,
        <http://lexvo.org/id/term/dzo/%E0%BD%A3%E0%BD%82%E0%BC%8B%E0%BD%9B%E0%BD%98%E0%BC%8B%E0%BD%96%E0%BD%BC%E0%BD%A2%E0%BE%92>,
        <http://lexvo.org/id/term/ebu/Lasembagi>,
        <http://lexvo.org/id/term/ell/%CE%9B%CE%BF%CF%85%CE%BE%CE%B5%CE%BC%CE%B2%CE%BF%CF%8D%CF%81%CE%B3%CE%BF>,
        <http://lexvo.org/id/term/eng-Dsrt/%F0%90%90%A2%F0%90%90%B2%F0%90%90%BF%F0%90%91%85%F0%90%90%B2%F0%90%91%8B%F0%90%90%BA%F0%90%90%B2%F0%90%91%89%F0%90%91%80>,
        <http://lexvo.org/id/term/eng/ISO%203166-1%3ALU>,
        <http://lexvo.org/id/term/eng/Luxembourg>,
        <http://lexvo.org/id/term/epo/Luksemburgo>,
        <http://lexvo.org/id/term/est/Luksemburg>,
        <http://lexvo.org/id/term/eus/Luxenburgo>,
        <http://lexvo.org/id/term/ewe/Lazemb%C9%94g%20nutome>,
        <http://lexvo.org/id/term/ewo/Luk%C9%99zamb%C3%BAd>,
        <http://lexvo.org/id/term/fao/Luksemborg>,
        <http://lexvo.org/id/term/fas/%D9%84%D9%88%DA%A9%D8%B2%D8%A7%D9%85%D8%A8%D9%88%D8%B1%DA%AF>,
        <http://lexvo.org/id/term/fil/Luxembourg>,
        <http://lexvo.org/id/term/fin/Luxemburg>,
        <http://lexvo.org/id/term/fra/Luxembourg>,
        <http://lexvo.org/id/term/ful/Liksembuur>,
        <http://lexvo.org/id/term/fur/Lussemburc>,
        <http://lexvo.org/id/term/gla/Lugsamburg>,
        <http://lexvo.org/id/term/gle/Lucsamburg>,
        <http://lexvo.org/id/term/glg/Luxemburgo>,
        <http://lexvo.org/id/term/gsw/Luxemburg>,
        <http://lexvo.org/id/term/guj/%E0%AA%B2%E0%AA%95%E0%AB%8D%E0%AA%9D%E0%AA%AE%E0%AA%AC%E0%AA%B0%E0%AB%8D%E0%AA%97>,
        <http://lexvo.org/id/term/guz/Lasembagi>,
        <http://lexvo.org/id/term/hau/Lukusambur>,
        <http://lexvo.org/id/term/heb/%D7%9C%D7%95%D7%A7%D7%A1%D7%9E%D7%91%D7%95%D7%A8%D7%92>,
        <http://lexvo.org/id/term/hin/%E0%A4%B2%E0%A4%95%E0%A5%8D%E0%A4%B8%E0%A4%AE%E0%A4%AC%E0%A4%B0%E0%A5%8D%E0%A4%97>,
        <http://lexvo.org/id/term/hrv/Luksemburg>,
        <http://lexvo.org/id/term/hun/Luxemburg>,
        <http://lexvo.org/id/term/hye/%D4%BC%D5%B5%D5%B8%D6%82%D6%84%D5%BD%D5%A5%D5%B4%D5%A2%D5%B8%D6%82%D6%80%D5%A3>,
        <http://lexvo.org/id/term/ind/Luksemburg>,
        <http://lexvo.org/id/term/isl/L%C3%BAxemborg>,
        <http://lexvo.org/id/term/ita/Lussemburgo>,
        <http://lexvo.org/id/term/jmc/Lasembagi>,
        <http://lexvo.org/id/term/jpn/%E3%83%AB%E3%82%AF%E3%82%BB%E3%83%B3%E3%83%96%E3%83%AB%E3%82%B0>,
        <http://lexvo.org/id/term/kab/Luksamburg>,
        <http://lexvo.org/id/term/kal/Luxembourg>,
        <http://lexvo.org/id/term/kam/Lasembagi>,
        <http://lexvo.org/id/term/kan/%E0%B2%B2%E0%B2%95%E0%B3%8D%E0%B2%B8%E0%B2%82%E0%B2%AC%E0%B2%B0%E0%B3%8D%E0%B2%97%E0%B3%8D>,
        <http://lexvo.org/id/term/kas/%D9%84%D9%8E%DA%A9%D8%B3%D9%8E%D9%85%D8%A8%D9%94%D8%B1%D9%95%DA%AF>,
        <http://lexvo.org/id/term/kat/%E1%83%9A%E1%83%A3%E1%83%A5%E1%83%A1%E1%83%94%E1%83%9B%E1%83%91%E1%83%A3%E1%83%A0%E1%83%92%E1%83%98>,
        <http://lexvo.org/id/term/kde/Lasembagi>,
        <http://lexvo.org/id/term/kea/Luxemburgu>,
        <http://lexvo.org/id/term/khm/%E1%9E%9B%E1%9E%BB%E1%9E%85%E1%9E%A0%E1%9F%92%E1%9E%9F%E1%9F%86%E1%9E%94%E1%9E%BD%E1%9E%9A>,
        <http://lexvo.org/id/term/khq/Luxembourg>,
        <http://lexvo.org/id/term/kik/Lasembagi>,
        <http://lexvo.org/id/term/kln/Emetab%20Luxembourg>,
        <http://lexvo.org/id/term/kor/%EB%A3%A9%EC%85%88%EB%B6%80%EB%A5%B4%ED%81%AC>,
        <http://lexvo.org/id/term/ksb/Lasembagi>,
        <http://lexvo.org/id/term/ksf/luks%C9%9Bmb%C3%BAr>,
        <http://lexvo.org/id/term/ksh/Luxembursch>,
        <http://lexvo.org/id/term/lag/Lasemb%C3%A1agi>,
        <http://lexvo.org/id/term/lao/%E0%BA%A5%E0%BA%B8%E0%BA%81%E0%BB%81%E0%BA%8A%E0%BA%A1%E0%BB%80%E0%BA%9A%E0%BA%B5%E0%BA%81>,
        <http://lexvo.org/id/term/lav/Luksemburga>,
        <http://lexvo.org/id/term/lin/Likisambulu>,
        <http://lexvo.org/id/term/lit/Liuksemburgas>,
        <http://lexvo.org/id/term/lub/Likisambulu>,
        <http://lexvo.org/id/term/lug/Lukisembaaga>,
        <http://lexvo.org/id/term/luo/Luxembourg>,
        <http://lexvo.org/id/term/luy/Lasembagi>,
        <http://lexvo.org/id/term/mal/%E0%B4%B2%E0%B4%95%E0%B5%8D%E0%B4%B8%E0%B4%82%E0%B4%AC%E0%B5%BC%E0%B4%97%E0%B5%8D>,
        <http://lexvo.org/id/term/mar/%E0%A4%B2%E0%A4%95%E0%A5%8D%E0%A4%9D%E0%A5%87%E0%A4%82%E0%A4%AC%E0%A4%B0%E0%A5%8D%E0%A4%97>,
        <http://lexvo.org/id/term/mas/Lasembagi>,
        <http://lexvo.org/id/term/mer/Luxembogu>,
        <http://lexvo.org/id/term/mfe/Luxembourg>,
        <http://lexvo.org/id/term/mgh/Usembaji>,
        <http://lexvo.org/id/term/mkd/%D0%9B%D1%83%D0%BA%D1%81%D0%B5%D0%BC%D0%B1%D1%83%D1%80%D0%B3>,
        <http://lexvo.org/id/term/mlg/Lioksamboro>,
        <http://lexvo.org/id/term/mlt/Lussemburgu>,
        <http://lexvo.org/id/term/mua/S%C7%9Dr%20Luxemburg>,
        <http://lexvo.org/id/term/mya/%E1%80%9C%E1%80%B0%E1%80%87%E1%80%84%E1%80%BA%E1%80%98%E1%80%90%E1%80%BA>,
        <http://lexvo.org/id/term/naq/Luxembourgi>,
        <http://lexvo.org/id/term/nde/Luxembourg>,
        <http://lexvo.org/id/term/nep/%E0%A4%B2%E0%A4%95%E0%A5%8D%E0%A4%9C%E0%A5%87%E0%A4%AE%E0%A4%AC%E0%A4%B0%E0%A5%8D%E0%A4%97>,
        <http://lexvo.org/id/term/nld/Luxemburg>,
        <http://lexvo.org/id/term/nmg/Luxembourg>,
        <http://lexvo.org/id/term/nno/Luxembourg>,
        <http://lexvo.org/id/term/nob/Luxembourg>,
        <http://lexvo.org/id/term/nyn/Lakizembaaga>,
        <http://lexvo.org/id/term/ori/%E0%AC%B2%E0%AC%95%E0%AD%8D%E0%AC%B8%E0%AD%87%E0%AC%AE%E0%AC%AC%E0%AC%B0%E0%AD%8D%E0%AC%97>,
        <http://lexvo.org/id/term/pol/Luksemburg>,
        <http://lexvo.org/id/term/por/Luxemburgo>,
        <http://lexvo.org/id/term/rof/Lasembagi>,
        <http://lexvo.org/id/term/roh/Luxemburg>,
        <http://lexvo.org/id/term/ron/Luxemburg>,
        <http://lexvo.org/id/term/run/Lukusamburu>,
        <http://lexvo.org/id/term/rus/%D0%9B%D1%8E%D0%BA%D1%81%D0%B5%D0%BC%D0%B1%D1%83%D1%80%D0%B3>,
        <http://lexvo.org/id/term/rwk/Lasembagi>,
        <http://lexvo.org/id/term/sag/Lugzamb%C3%BBru>,
        <http://lexvo.org/id/term/saq/Lasembagi>,
        <http://lexvo.org/id/term/sbp/Lasembagi>,
        <http://lexvo.org/id/term/seh/Luxemburgo>,
        <http://lexvo.org/id/term/ses/Luxembourg>,
        <http://lexvo.org/id/term/shi-Latn/luksanburg>,
        <http://lexvo.org/id/term/shi/%E2%B5%8D%E2%B5%93%E2%B4%BD%E2%B5%99%E2%B4%B0%E2%B5%8F%E2%B4%B1%E2%B5%93%E2%B5%94%E2%B4%B3>,
        <http://lexvo.org/id/term/sin/%E0%B6%BD%E0%B6%9A%E0%B7%8A%E0%B7%81%E0%B6%B8%E0%B7%8A%E0%B6%B6%E0%B6%BB%E0%B7%8A%E0%B6%9C%E0%B7%8A>,
        <http://lexvo.org/id/term/slk/Luxembursko>,
        <http://lexvo.org/id/term/slv/Luksemburg>,
        <http://lexvo.org/id/term/sme/Luxembourg>,
        <http://lexvo.org/id/term/sna/Luxembourg>,
        <http://lexvo.org/id/term/som/Luksemboorg>,
        <http://lexvo.org/id/term/spa/Luxemburgo>,
        <http://lexvo.org/id/term/sqi/Luksemburg>,
        <http://lexvo.org/id/term/srp-Latn/Luksemburg>,
        <http://lexvo.org/id/term/srp/%D0%9B%D1%83%D0%BA%D1%81%D0%B5%D0%BC%D0%B1%D1%83%D1%80%D0%B3>,
        <http://lexvo.org/id/term/swc/Lasembagi>,
        <http://lexvo.org/id/term/swe/Luxemburg>,
        <http://lexvo.org/id/term/swh/Lasembagi>,
        <http://lexvo.org/id/term/tam/%E0%AE%B2%E0%AE%95%E0%AF%8D%E0%AE%B8%E0%AF%8D%E0%AE%9A%E0%AE%AE%E0%AF%8D%E0%AE%AA%E0%AE%B0%E0%AF%8D%E0%AE%95%E0%AF%8D>,
        <http://lexvo.org/id/term/tel/%E0%B0%B2%E0%B0%95%E0%B1%8D%E0%B0%B8%E0%B0%82%E0%B0%AC%E0%B0%B0%E0%B1%8D%E0%B0%97%E0%B1%8D>,
        <http://lexvo.org/id/term/teo/Lasembagi>,
        <http://lexvo.org/id/term/tha/%E0%B8%A5%E0%B8%B1%E0%B8%81%E0%B9%80%E0%B8%8B%E0%B8%A1%E0%B9%80%E0%B8%9A%E0%B8%B4%E0%B8%A3%E0%B9%8C%E0%B8%81>,
        <http://lexvo.org/id/term/tir/%E1%88%89%E1%8A%AD%E1%88%B0%E1%88%9D%E1%89%A0%E1%88%AD%E1%8C%8D>,
        <http://lexvo.org/id/term/ton/Lakisimipeki>,
        <http://lexvo.org/id/term/tur/L%C3%BCksemburg>,
        <http://lexvo.org/id/term/twq/Luxembourg>,
        <http://lexvo.org/id/term/tzm/Liksumburg>,
        <http://lexvo.org/id/term/ukr/%D0%9B%D1%8E%D0%BA%D1%81%D0%B5%D0%BC%D0%B1%D1%83%D1%80%D0%B3>,
        <http://lexvo.org/id/term/urd/%D9%84%DA%AF%DA%98%D9%85%D8%A8%D8%B1%DA%AF>,
        <http://lexvo.org/id/term/vai-Latn/Lusimb%C9%94>,
        <http://lexvo.org/id/term/vai/%EA%97%8F%EA%94%BB%EA%98%8B%EA%97%82%EA%96%BA>,
        <http://lexvo.org/id/term/vie/Luxembourg>,
        <http://lexvo.org/id/term/vun/Lasembagi>,
        <http://lexvo.org/id/term/wae/Luxeburg>,
        <http://lexvo.org/id/term/xog/Lukisembaaga>,
        <http://lexvo.org/id/term/yav/liksamb%C3%BAul>,
        <http://lexvo.org/id/term/yor/Or%C3%ADl%E1%BA%B9%CC%81%C3%A8de%20Lusemogi>,
        <http://lexvo.org/id/term/zsm/Luksembourg>,
        <http://lexvo.org/id/term/zul/i-Luxembourg> ;
    owl:sameAs <http://psi.oasis-open.org/iso/3166/#442>,
        <http://sws.geonames.org/2960313/> .

<http://lexvo.org/id/iso3166/LV> a lvont:GeographicRegion ;
    rdfs:label "Letland"@af,
        "Làtɨva"@agq,
        "Latvia"@ak,
        "ላትቪያ"@am,
        "لاتفيا"@ar,
        "Lativia"@asa,
        "Letonia"@ast,
        "Latviya"@az,
        "Làdvià"@bas,
        "Латвія"@be,
        "Hulativia"@bez,
        "Латвия"@bg,
        "Letoni"@bm,
        "লাত্ভিয়া"@bn,
        "ལཏ་བི་ཡ།"@bo,
        "Latvia"@br,
        "लाट्वीया"@brx,
        "Letonija"@bs,
        "Летонија"@bs-Cyrl,
        "ላትቪያ"@byn,
        "Letònia"@ca,
        "Latviya"@cgg,
        "ᎳᏘᏫᎠ"@chr,
        "拉脱维亚"@cmn,
        "拉脫維亞"@cmn-Hant,
        "Lotyšsko"@cs,
        "Latfia"@cy,
        "Letland"@da,
        "Lativia"@dav,
        "Lettland"@de,
        "Letooni"@dje,
        "ལཊ་བི་ཡ"@dz,
        "Lativia"@ebu,
        "Latvia nutome"@ee,
        "Λετονία"@el,
        "ISO 3166-1:LV"@en,
        "Latvia"@en,
        "𐐢𐐰𐐻𐑂𐐨𐐲"@en-Dsrt,
        "Latvujo"@eo,
        "Letonia"@es,
        "Läti"@et,
        "Letonia"@eu,
        "Lətoní"@ewo,
        "لاتویا"@fa,
        "لتونی"@fa,
        "Letonii"@ff,
        "Latvia"@fi,
        "Latvia"@fil,
        "Lettland"@fo,
        "Lettonie"@fr,
        "Letonie"@fur,
        "An Laitvia"@ga,
        "An Laitbhe"@gd,
        "Letonia"@gl,
        "Lettland"@gsw,
        "લાત્વિયા"@gu,
        "Lativia"@guz,
        "latibiya"@ha,
        "לטביה"@he,
        "लात्विया"@hi,
        "Latvija"@hr,
        "Lettország"@hu,
        "Լատվիա"@hy,
        "Lettonia"@ia,
        "Latvia"@id,
        "Lettland"@is,
        "Lettonia"@it,
        "ラトビア"@ja,
        "Lativia"@jmc,
        "ლატვია"@ka,
        "Latvia"@kab,
        "Lativia"@kam,
        "Lativia"@kde,
        "Letonia"@kea,
        "Letooni"@khq,
        "Lativia"@ki,
        "Letlandi"@kl,
        "Emetab Latvia"@kln,
        "ឡាតវីយ៉ា"@km,
        "ಲಾಟ್ವಿಯಾ"@kn,
        "라트비아"@ko,
        "لیٛٹوِیا"@ks,
        "Lativia"@ksb,
        "lɛtoní"@ksf,
        "Lätland"@ksh,
        "Lativia"@lag,
        "Lativya"@lg,
        "Letoni"@ln,
        "ລຼາດເວຍ"@lo,
        "Latvija"@lt,
        "Letoni"@lu,
        "Latvia"@luo,
        "Lativia"@luy,
        "Latvija"@lv,
        "Lativia"@mas,
        "Lativia"@mer,
        "Letoni"@mfe,
        "Letonia"@mg,
        "Ulativia"@mgh,
        "Латвија"@mk,
        "ലാത്വിയ"@ml,
        "लाट्‌विया"@mr,
        "Latvja"@mt,
        "Letoniya"@mua,
        "လတ်ဗီးယား"@my,
        "Latvia"@naq,
        "Latvia"@nb,
        "Latvia"@nd,
        "लाट्भिया"@ne,
        "Letland"@nl,
        "Latvia"@nmg,
        "Latvia"@nn,
        "Latviya"@nyn,
        "ଲାଟଭିଆ"@or,
        "Łotwa"@pl,
        "Letónia"@pt,
        "Letônia"@pt,
        "Lettonia"@rm,
        "Lativa"@rn,
        "Letonia"@ro,
        "Lativia"@rof,
        "Латвия"@ru,
        "Lativia"@rwk,
        "Lativia"@saq,
        "Lativiya"@sbp,
        "Látvia"@se,
        "Letônia"@seh,
        "Letooni"@ses,
        "Letonùii"@sg,
        "ⵍⴰⵜⴼⵢⴰ"@shi,
        "latfya"@shi-Latn,
        "ලැට්වියාව"@si,
        "Lotyšsko"@sk,
        "Latvija"@sl,
        "Latvia"@sn,
        "Latfiya"@so,
        "Letoni"@sq,
        "Летонија"@sr,
        "Letonija"@sr-Latn,
        "Lettland"@sv,
        "Lativia"@swc,
        "Lativia"@swh,
        "லாட்வியா"@ta,
        "లాట్వియ"@te,
        "Lativia"@teo,
        "ลัตเวีย"@th,
        "ላትቪያ"@ti,
        "ላትቪያ"@tig,
        "Lativia"@to,
        "Letonya"@tr,
        "Letooni"@twq,
        "Liṭṭunya"@tzm,
        "Латвія"@uk,
        "لٹویا"@ur,
        "ꕞꔳꔲꕩ"@vai,
        "Lativiya"@vai-Latn,
        "Latvia"@vi,
        "Lativia"@vun,
        "Lettland"@wae,
        "ላትቪያ"@wal,
        "Lativya"@xog,
        "letoní"@yav,
        "Orílẹ́ède Latifia"@yo,
        "Latvia"@zsm,
        "i-Latvia"@zu ;
    lvont:label <http://lexvo.org/id/term/afr/Letland>,
        <http://lexvo.org/id/term/agq/L%C3%A0t%C9%A8va>,
        <http://lexvo.org/id/term/aka/Latvia>,
        <http://lexvo.org/id/term/amh/%E1%88%8B%E1%89%B5%E1%89%AA%E1%8B%AB>,
        <http://lexvo.org/id/term/ara/%D9%84%D8%A7%D8%AA%D9%81%D9%8A%D8%A7>,
        <http://lexvo.org/id/term/asa/Lativia>,
        <http://lexvo.org/id/term/ast/Letonia>,
        <http://lexvo.org/id/term/aze/Latviya>,
        <http://lexvo.org/id/term/bam/Letoni>,
        <http://lexvo.org/id/term/bas/L%C3%A0dvi%C3%A0>,
        <http://lexvo.org/id/term/bel/%D0%9B%D0%B0%D1%82%D0%B2%D1%96%D1%8F>,
        <http://lexvo.org/id/term/ben/%E0%A6%B2%E0%A6%BE%E0%A6%A4%E0%A7%8D%E0%A6%AD%E0%A6%BF%E0%A6%AF%E0%A6%BC%E0%A6%BE>,
        <http://lexvo.org/id/term/bez/Hulativia>,
        <http://lexvo.org/id/term/bod/%E0%BD%A3%E0%BD%8F%E0%BC%8B%E0%BD%96%E0%BD%B2%E0%BC%8B%E0%BD%A1%E0%BC%8D>,
        <http://lexvo.org/id/term/bos-Cyrl/%D0%9B%D0%B5%D1%82%D0%BE%D0%BD%D0%B8%D1%98%D0%B0>,
        <http://lexvo.org/id/term/bos/Letonija>,
        <http://lexvo.org/id/term/bre/Latvia>,
        <http://lexvo.org/id/term/brx/%E0%A4%B2%E0%A4%BE%E0%A4%9F%E0%A5%8D%E0%A4%B5%E0%A5%80%E0%A4%AF%E0%A4%BE>,
        <http://lexvo.org/id/term/bul/%D0%9B%D0%B0%D1%82%D0%B2%D0%B8%D1%8F>,
        <http://lexvo.org/id/term/byn/%E1%88%8B%E1%89%B5%E1%89%AA%E1%8B%AB>,
        <http://lexvo.org/id/term/cat/Let%C3%B2nia>,
        <http://lexvo.org/id/term/ces/Loty%C5%A1sko>,
        <http://lexvo.org/id/term/cgg/Latviya>,
        <http://lexvo.org/id/term/chr/%E1%8E%B3%E1%8F%98%E1%8F%AB%E1%8E%A0>,
        <http://lexvo.org/id/term/cmn-Hant/%E6%8B%89%E8%84%AB%E7%B6%AD%E4%BA%9E>,
        <http://lexvo.org/id/term/cmn/%E6%8B%89%E8%84%B1%E7%BB%B4%E4%BA%9A>,
        <http://lexvo.org/id/term/cym/Latfia>,
        <http://lexvo.org/id/term/dan/Letland>,
        <http://lexvo.org/id/term/dav/Lativia>,
        <http://lexvo.org/id/term/deu/Lettland>,
        <http://lexvo.org/id/term/dje/Letooni>,
        <http://lexvo.org/id/term/dzo/%E0%BD%A3%E0%BD%8A%E0%BC%8B%E0%BD%96%E0%BD%B2%E0%BC%8B%E0%BD%A1>,
        <http://lexvo.org/id/term/ebu/Lativia>,
        <http://lexvo.org/id/term/ell/%CE%9B%CE%B5%CF%84%CE%BF%CE%BD%CE%AF%CE%B1>,
        <http://lexvo.org/id/term/eng-Dsrt/%F0%90%90%A2%F0%90%90%B0%F0%90%90%BB%F0%90%91%82%F0%90%90%A8%F0%90%90%B2>,
        <http://lexvo.org/id/term/eng/ISO%203166-1%3ALV>,
        <http://lexvo.org/id/term/eng/Latvia>,
        <http://lexvo.org/id/term/epo/Latvujo>,
        <http://lexvo.org/id/term/est/L%C3%A4ti>,
        <http://lexvo.org/id/term/eus/Letonia>,
        <http://lexvo.org/id/term/ewe/Latvia%20nutome>,
        <http://lexvo.org/id/term/ewo/L%C9%99ton%C3%AD>,
        <http://lexvo.org/id/term/fao/Lettland>,
        <http://lexvo.org/id/term/fas/%D9%84%D8%A7%D8%AA%D9%88%DB%8C%D8%A7>,
        <http://lexvo.org/id/term/fas/%D9%84%D8%AA%D9%88%D9%86%DB%8C>,
        <http://lexvo.org/id/term/fil/Latvia>,
        <http://lexvo.org/id/term/fin/Latvia>,
        <http://lexvo.org/id/term/fra/Lettonie>,
        <http://lexvo.org/id/term/ful/Letonii>,
        <http://lexvo.org/id/term/fur/Letonie>,
        <http://lexvo.org/id/term/gla/An%20Laitbhe>,
        <http://lexvo.org/id/term/gle/An%20Laitvia>,
        <http://lexvo.org/id/term/glg/Letonia>,
        <http://lexvo.org/id/term/gsw/Lettland>,
        <http://lexvo.org/id/term/guj/%E0%AA%B2%E0%AA%BE%E0%AA%A4%E0%AB%8D%E0%AA%B5%E0%AA%BF%E0%AA%AF%E0%AA%BE>,
        <http://lexvo.org/id/term/guz/Lativia>,
        <http://lexvo.org/id/term/hau/latibiya>,
        <http://lexvo.org/id/term/heb/%D7%9C%D7%98%D7%91%D7%99%D7%94>,
        <http://lexvo.org/id/term/hin/%E0%A4%B2%E0%A4%BE%E0%A4%A4%E0%A5%8D%E0%A4%B5%E0%A4%BF%E0%A4%AF%E0%A4%BE>,
        <http://lexvo.org/id/term/hrv/Latvija>,
        <http://lexvo.org/id/term/hun/Lettorsz%C3%A1g>,
        <http://lexvo.org/id/term/hye/%D4%BC%D5%A1%D5%BF%D5%BE%D5%AB%D5%A1>,
        <http://lexvo.org/id/term/ina/Lettonia>,
        <http://lexvo.org/id/term/ind/Latvia>,
        <http://lexvo.org/id/term/isl/Lettland>,
        <http://lexvo.org/id/term/ita/Lettonia>,
        <http://lexvo.org/id/term/jmc/Lativia>,
        <http://lexvo.org/id/term/jpn/%E3%83%A9%E3%83%88%E3%83%93%E3%82%A2>,
        <http://lexvo.org/id/term/kab/Latvia>,
        <http://lexvo.org/id/term/kal/Letlandi>,
        <http://lexvo.org/id/term/kam/Lativia>,
        <http://lexvo.org/id/term/kan/%E0%B2%B2%E0%B2%BE%E0%B2%9F%E0%B3%8D%E0%B2%B5%E0%B2%BF%E0%B2%AF%E0%B2%BE>,
        <http://lexvo.org/id/term/kas/%D9%84%DB%8C%D9%9B%D9%B9%D9%88%D9%90%DB%8C%D8%A7>,
        <http://lexvo.org/id/term/kat/%E1%83%9A%E1%83%90%E1%83%A2%E1%83%95%E1%83%98%E1%83%90>,
        <http://lexvo.org/id/term/kde/Lativia>,
        <http://lexvo.org/id/term/kea/Letonia>,
        <http://lexvo.org/id/term/khm/%E1%9E%A1%E1%9E%B6%E1%9E%8F%E1%9E%9C%E1%9E%B8%E1%9E%99%E1%9F%89%E1%9E%B6>,
        <http://lexvo.org/id/term/khq/Letooni>,
        <http://lexvo.org/id/term/kik/Lativia>,
        <http://lexvo.org/id/term/kln/Emetab%20Latvia>,
        <http://lexvo.org/id/term/kor/%EB%9D%BC%ED%8A%B8%EB%B9%84%EC%95%84>,
        <http://lexvo.org/id/term/ksb/Lativia>,
        <http://lexvo.org/id/term/ksf/l%C9%9Bton%C3%AD>,
        <http://lexvo.org/id/term/ksh/L%C3%A4tland>,
        <http://lexvo.org/id/term/lag/Lativia>,
        <http://lexvo.org/id/term/lao/%E0%BA%A5%E0%BA%BC%E0%BA%B2%E0%BA%94%E0%BB%80%E0%BA%A7%E0%BA%8D>,
        <http://lexvo.org/id/term/lav/Latvija>,
        <http://lexvo.org/id/term/lin/Letoni>,
        <http://lexvo.org/id/term/lit/Latvija>,
        <http://lexvo.org/id/term/lub/Letoni>,
        <http://lexvo.org/id/term/lug/Lativya>,
        <http://lexvo.org/id/term/luo/Latvia>,
        <http://lexvo.org/id/term/luy/Lativia>,
        <http://lexvo.org/id/term/mal/%E0%B4%B2%E0%B4%BE%E0%B4%A4%E0%B5%8D%E0%B4%B5%E0%B4%BF%E0%B4%AF>,
        <http://lexvo.org/id/term/mar/%E0%A4%B2%E0%A4%BE%E0%A4%9F%E0%A5%8D%E2%80%8C%E0%A4%B5%E0%A4%BF%E0%A4%AF%E0%A4%BE>,
        <http://lexvo.org/id/term/mas/Lativia>,
        <http://lexvo.org/id/term/mer/Lativia>,
        <http://lexvo.org/id/term/mfe/Letoni>,
        <http://lexvo.org/id/term/mgh/Ulativia>,
        <http://lexvo.org/id/term/mkd/%D0%9B%D0%B0%D1%82%D0%B2%D0%B8%D1%98%D0%B0>,
        <http://lexvo.org/id/term/mlg/Letonia>,
        <http://lexvo.org/id/term/mlt/Latvja>,
        <http://lexvo.org/id/term/mua/Letoniya>,
        <http://lexvo.org/id/term/mya/%E1%80%9C%E1%80%90%E1%80%BA%E1%80%97%E1%80%AE%E1%80%B8%E1%80%9A%E1%80%AC%E1%80%B8>,
        <http://lexvo.org/id/term/naq/Latvia>,
        <http://lexvo.org/id/term/nde/Latvia>,
        <http://lexvo.org/id/term/nep/%E0%A4%B2%E0%A4%BE%E0%A4%9F%E0%A5%8D%E0%A4%AD%E0%A4%BF%E0%A4%AF%E0%A4%BE>,
        <http://lexvo.org/id/term/nld/Letland>,
        <http://lexvo.org/id/term/nmg/Latvia>,
        <http://lexvo.org/id/term/nno/Latvia>,
        <http://lexvo.org/id/term/nob/Latvia>,
        <http://lexvo.org/id/term/nyn/Latviya>,
        <http://lexvo.org/id/term/ori/%E0%AC%B2%E0%AC%BE%E0%AC%9F%E0%AC%AD%E0%AC%BF%E0%AC%86>,
        <http://lexvo.org/id/term/pol/%C5%81otwa>,
        <http://lexvo.org/id/term/por/Let%C3%B3nia>,
        <http://lexvo.org/id/term/por/Let%C3%B4nia>,
        <http://lexvo.org/id/term/rof/Lativia>,
        <http://lexvo.org/id/term/roh/Lettonia>,
        <http://lexvo.org/id/term/ron/Letonia>,
        <http://lexvo.org/id/term/run/Lativa>,
        <http://lexvo.org/id/term/rus/%D0%9B%D0%B0%D1%82%D0%B2%D0%B8%D1%8F>,
        <http://lexvo.org/id/term/rwk/Lativia>,
        <http://lexvo.org/id/term/sag/Leton%C3%B9ii>,
        <http://lexvo.org/id/term/saq/Lativia>,
        <http://lexvo.org/id/term/sbp/Lativiya>,
        <http://lexvo.org/id/term/seh/Let%C3%B4nia>,
        <http://lexvo.org/id/term/ses/Letooni>,
        <http://lexvo.org/id/term/shi-Latn/latfya>,
        <http://lexvo.org/id/term/shi/%E2%B5%8D%E2%B4%B0%E2%B5%9C%E2%B4%BC%E2%B5%A2%E2%B4%B0>,
        <http://lexvo.org/id/term/sin/%E0%B6%BD%E0%B7%90%E0%B6%A7%E0%B7%8A%E0%B7%80%E0%B7%92%E0%B6%BA%E0%B7%8F%E0%B7%80>,
        <http://lexvo.org/id/term/slk/Loty%C5%A1sko>,
        <http://lexvo.org/id/term/slv/Latvija>,
        <http://lexvo.org/id/term/sme/L%C3%A1tvia>,
        <http://lexvo.org/id/term/sna/Latvia>,
        <http://lexvo.org/id/term/som/Latfiya>,
        <http://lexvo.org/id/term/spa/Letonia>,
        <http://lexvo.org/id/term/sqi/Letoni>,
        <http://lexvo.org/id/term/srp-Latn/Letonija>,
        <http://lexvo.org/id/term/srp/%D0%9B%D0%B5%D1%82%D0%BE%D0%BD%D0%B8%D1%98%D0%B0>,
        <http://lexvo.org/id/term/swc/Lativia>,
        <http://lexvo.org/id/term/swe/Lettland>,
        <http://lexvo.org/id/term/swh/Lativia>,
        <http://lexvo.org/id/term/tam/%E0%AE%B2%E0%AE%BE%E0%AE%9F%E0%AF%8D%E0%AE%B5%E0%AE%BF%E0%AE%AF%E0%AE%BE>,
        <http://lexvo.org/id/term/tel/%E0%B0%B2%E0%B0%BE%E0%B0%9F%E0%B1%8D%E0%B0%B5%E0%B0%BF%E0%B0%AF>,
        <http://lexvo.org/id/term/teo/Lativia>,
        <http://lexvo.org/id/term/tha/%E0%B8%A5%E0%B8%B1%E0%B8%95%E0%B9%80%E0%B8%A7%E0%B8%B5%E0%B8%A2>,
        <http://lexvo.org/id/term/tig/%E1%88%8B%E1%89%B5%E1%89%AA%E1%8B%AB>,
        <http://lexvo.org/id/term/tir/%E1%88%8B%E1%89%B5%E1%89%AA%E1%8B%AB>,
        <http://lexvo.org/id/term/ton/Lativia>,
        <http://lexvo.org/id/term/tur/Letonya>,
        <http://lexvo.org/id/term/twq/Letooni>,
        <http://lexvo.org/id/term/tzm/Li%E1%B9%AD%E1%B9%ADunya>,
        <http://lexvo.org/id/term/ukr/%D0%9B%D0%B0%D1%82%D0%B2%D1%96%D1%8F>,
        <http://lexvo.org/id/term/urd/%D9%84%D9%B9%D9%88%DB%8C%D8%A7>,
        <http://lexvo.org/id/term/vai-Latn/Lativiya>,
        <http://lexvo.org/id/term/vai/%EA%95%9E%EA%94%B3%EA%94%B2%EA%95%A9>,
        <http://lexvo.org/id/term/vie/Latvia>,
        <http://lexvo.org/id/term/vun/Lativia>,
        <http://lexvo.org/id/term/wae/Lettland>,
        <http://lexvo.org/id/term/wal/%E1%88%8B%E1%89%B5%E1%89%AA%E1%8B%AB>,
        <http://lexvo.org/id/term/xog/Lativya>,
        <http://lexvo.org/id/term/yav/leton%C3%AD>,
        <http://lexvo.org/id/term/yor/Or%C3%ADl%E1%BA%B9%CC%81%C3%A8de%20Latifia>,
        <http://lexvo.org/id/term/zsm/Latvia>,
        <http://lexvo.org/id/term/zul/i-Latvia> ;
    owl:sameAs <http://psi.oasis-open.org/iso/3166/#428>,
        <http://sws.geonames.org/458258/> .

<http://lexvo.org/id/iso3166/LY> a lvont:GeographicRegion ;
    rdfs:label "Libië"@af,
        "Lebìa"@agq,
        "Libya"@ak,
        "ሊቢያ"@am,
        "ليبيا"@ar,
        "Libya"@asa,
        "Libia"@ast,
        "Libya"@az,
        "Libìà"@bas,
        "Лівійская Арабская Джамахірыя"@be,
        "Hulibiya"@bez,
        "Либийска арабска джамахирия"@bg,
        "Libi"@bm,
        "লিবিয়া"@bn,
        "ལི་བི་ཡ།"@bo,
        "Libia"@br,
        "लीबिया"@brx,
        "Libija"@bs,
        "Либија"@bs-Cyrl,
        "ሊቢያ"@byn,
        "Líbia"@ca,
        "Libya"@cgg,
        "ᎵᏈᏯ"@chr,
        "利比亚"@cmn,
        "利比亞"@cmn-Hant,
        "Libye"@cs,
        "Libia"@cy,
        "Libyen"@da,
        "Libya"@dav,
        "Libyen"@de,
        "Liibi"@dje,
        "ལི་བི་ཡ"@dz,
        "Libya"@ebu,
        "Libya nutome"@ee,
        "Λιβύη"@el,
        "ISO 3166-1:LY"@en,
        "Libya"@en,
        "𐐢𐐮𐐺𐐨𐐲"@en-Dsrt,
        "Libio"@eo,
        "Libia"@es,
        "Liibüa"@et,
        "Libia"@eu,
        "Libí"@ewo,
        "لیبی"@fa,
        "لیبیا"@fa,
        "Libi"@ff,
        "Libya"@fi,
        "Libya"@fil,
        "Libya"@fo,
        "Libye"@fr,
        "Libie"@fur,
        "An Libia"@ga,
        "Libia"@gd,
        "Libia"@gl,
        "Lüübie"@gsw,
        "લિબિયા"@gu,
        "Libya"@guz,
        "Libiya"@ha,
        "לוב"@he,
        "लीबिया"@hi,
        "Libija"@hr,
        "Líbia"@hu,
        "Լիբիա"@hy,
        "Libya"@ia,
        "Libia"@id,
        "Libyia"@ig,
        "Líbía"@is,
        "Libia"@it,
        "リビア"@ja,
        "Libî"@jgo,
        "Libya"@jmc,
        "ლიბია"@ka,
        "Libya"@kab,
        "Libya"@kam,
        "Libya"@kde,
        "Libia"@kea,
        "Liibi"@khq,
        "Libya"@ki,
        "Libya"@kl,
        "Emetab Libya"@kln,
        "លីប៊ី"@km,
        "ಲಿಬಿಯಾ"@kn,
        "리비아"@ko,
        "لِبیا"@ks,
        "Libya"@ksb,
        "libí"@ksf,
        "Libbije"@ksh,
        "Líbia"@lag,
        "Libya"@lg,
        "Libí"@ln,
        "ລິເບຍ"@lo,
        "Libija"@lt,
        "Libi"@lu,
        "Libya"@luo,
        "Libya"@luy,
        "Lībija"@lv,
        "Libya"@mas,
        "Lĩbia"@mer,
        "Libi"@mfe,
        "Libya"@mg,
        "Ulibya"@mgh,
        "Либија"@mk,
        "ലിബിയ"@ml,
        "लिबिया"@mr,
        "Libja"@mt,
        "Libiya"@mua,
        "Libyab"@naq,
        "Libya"@nb,
        "Libhiya"@nd,
        "लिबिया"@ne,
        "Libië"@nl,
        "Libya"@nmg,
        "Libya"@nn,
        "Libya"@nyn,
        "ଲିବିଆ"@or,
        "Libia"@pl,
        "لیبیا"@ps,
        "Líbia"@pt,
        "Libia"@rm,
        "Libiya"@rn,
        "Libia"@ro,
        "Libya"@rof,
        "Ливия"@ru,
        "Libya"@rwk,
        "Libya"@saq,
        "Libiya"@sbp,
        "Libya"@se,
        "Líbia"@seh,
        "Liibi"@ses,
        "Libïi"@sg,
        "ⵍⵉⴱⵢⴰ"@shi,
        "libya"@shi-Latn,
        "ලිබියාව"@si,
        "Líbya"@sk,
        "Libija"@sl,
        "Libya"@sn,
        "Liibiya"@so,
        "Libi"@sq,
        "Либија"@sr,
        "Libija"@sr-Latn,
        "Libyen"@sv,
        "Libya"@swc,
        "Libya"@swh,
        "லிபியா"@ta,
        "లిబియా"@te,
        "Libya"@teo,
        "ลิเบีย"@th,
        "ሊቢያ"@ti,
        "ሊቢያ"@tig,
        "Lipia"@to,
        "Libya"@tr,
        "Liibi"@twq,
        "Libya"@tzm,
        "Лівія"@uk,
        "لیبیا"@ur,
        "ꔒꔫꕩ"@vai,
        "Lebhiya"@vai-Latn,
        "Li-bi"@vi,
        "Libya"@vun,
        "Lübie"@wae,
        "ሊቢያ"@wal,
        "Libya"@xog,
        "lipíi"@yav,
        "Orílẹ́ède Libiya"@yo,
        "Libya"@zsm,
        "i-Libya"@zu ;
    lvont:label <http://lexvo.org/id/term/afr/Libi%C3%AB>,
        <http://lexvo.org/id/term/agq/Leb%C3%ACa>,
        <http://lexvo.org/id/term/aka/Libya>,
        <http://lexvo.org/id/term/amh/%E1%88%8A%E1%89%A2%E1%8B%AB>,
        <http://lexvo.org/id/term/ara/%D9%84%D9%8A%D8%A8%D9%8A%D8%A7>,
        <http://lexvo.org/id/term/asa/Libya>,
        <http://lexvo.org/id/term/ast/Libia>,
        <http://lexvo.org/id/term/aze/Libya>,
        <http://lexvo.org/id/term/bam/Libi>,
        <http://lexvo.org/id/term/bas/Lib%C3%AC%C3%A0>,
        <http://lexvo.org/id/term/bel/%D0%9B%D1%96%D0%B2%D1%96%D0%B9%D1%81%D0%BA%D0%B0%D1%8F%20%D0%90%D1%80%D0%B0%D0%B1%D1%81%D0%BA%D0%B0%D1%8F%20%D0%94%D0%B6%D0%B0%D0%BC%D0%B0%D1%85%D1%96%D1%80%D1%8B%D1%8F>,
        <http://lexvo.org/id/term/ben/%E0%A6%B2%E0%A6%BF%E0%A6%AC%E0%A6%BF%E0%A6%AF%E0%A6%BC%E0%A6%BE>,
        <http://lexvo.org/id/term/bez/Hulibiya>,
        <http://lexvo.org/id/term/bod/%E0%BD%A3%E0%BD%B2%E0%BC%8B%E0%BD%96%E0%BD%B2%E0%BC%8B%E0%BD%A1%E0%BC%8D>,
        <http://lexvo.org/id/term/bos-Cyrl/%D0%9B%D0%B8%D0%B1%D0%B8%D1%98%D0%B0>,
        <http://lexvo.org/id/term/bos/Libija>,
        <http://lexvo.org/id/term/bre/Libia>,
        <http://lexvo.org/id/term/brx/%E0%A4%B2%E0%A5%80%E0%A4%AC%E0%A4%BF%E0%A4%AF%E0%A4%BE>,
        <http://lexvo.org/id/term/bul/%D0%9B%D0%B8%D0%B1%D0%B8%D0%B9%D1%81%D0%BA%D0%B0%20%D0%B0%D1%80%D0%B0%D0%B1%D1%81%D0%BA%D0%B0%20%D0%B4%D0%B6%D0%B0%D0%BC%D0%B0%D1%85%D0%B8%D1%80%D0%B8%D1%8F>,
        <http://lexvo.org/id/term/byn/%E1%88%8A%E1%89%A2%E1%8B%AB>,
        <http://lexvo.org/id/term/cat/L%C3%ADbia>,
        <http://lexvo.org/id/term/ces/Libye>,
        <http://lexvo.org/id/term/cgg/Libya>,
        <http://lexvo.org/id/term/chr/%E1%8E%B5%E1%8F%88%E1%8F%AF>,
        <http://lexvo.org/id/term/cmn-Hant/%E5%88%A9%E6%AF%94%E4%BA%9E>,
        <http://lexvo.org/id/term/cmn/%E5%88%A9%E6%AF%94%E4%BA%9A>,
        <http://lexvo.org/id/term/cym/Libia>,
        <http://lexvo.org/id/term/dan/Libyen>,
        <http://lexvo.org/id/term/dav/Libya>,
        <http://lexvo.org/id/term/deu/Libyen>,
        <http://lexvo.org/id/term/dje/Liibi>,
        <http://lexvo.org/id/term/dzo/%E0%BD%A3%E0%BD%B2%E0%BC%8B%E0%BD%96%E0%BD%B2%E0%BC%8B%E0%BD%A1>,
        <http://lexvo.org/id/term/ebu/Libya>,
        <http://lexvo.org/id/term/ell/%CE%9B%CE%B9%CE%B2%CF%8D%CE%B7>,
        <http://lexvo.org/id/term/eng-Dsrt/%F0%90%90%A2%F0%90%90%AE%F0%90%90%BA%F0%90%90%A8%F0%90%90%B2>,
        <http://lexvo.org/id/term/eng/ISO%203166-1%3ALY>,
        <http://lexvo.org/id/term/eng/Libya>,
        <http://lexvo.org/id/term/epo/Libio>,
        <http://lexvo.org/id/term/est/Liib%C3%BCa>,
        <http://lexvo.org/id/term/eus/Libia>,
        <http://lexvo.org/id/term/ewe/Libya%20nutome>,
        <http://lexvo.org/id/term/ewo/Lib%C3%AD>,
        <http://lexvo.org/id/term/fao/Libya>,
        <http://lexvo.org/id/term/fas/%D9%84%DB%8C%D8%A8%DB%8C>,
        <http://lexvo.org/id/term/fas/%D9%84%DB%8C%D8%A8%DB%8C%D8%A7>,
        <http://lexvo.org/id/term/fil/Libya>,
        <http://lexvo.org/id/term/fin/Libya>,
        <http://lexvo.org/id/term/fra/Libye>,
        <http://lexvo.org/id/term/ful/Libi>,
        <http://lexvo.org/id/term/fur/Libie>,
        <http://lexvo.org/id/term/gla/Libia>,
        <http://lexvo.org/id/term/gle/An%20Libia>,
        <http://lexvo.org/id/term/glg/Libia>,
        <http://lexvo.org/id/term/gsw/L%C3%BC%C3%BCbie>,
        <http://lexvo.org/id/term/guj/%E0%AA%B2%E0%AA%BF%E0%AA%AC%E0%AA%BF%E0%AA%AF%E0%AA%BE>,
        <http://lexvo.org/id/term/guz/Libya>,
        <http://lexvo.org/id/term/hau/Libiya>,
        <http://lexvo.org/id/term/heb/%D7%9C%D7%95%D7%91>,
        <http://lexvo.org/id/term/hin/%E0%A4%B2%E0%A5%80%E0%A4%AC%E0%A4%BF%E0%A4%AF%E0%A4%BE>,
        <http://lexvo.org/id/term/hrv/Libija>,
        <http://lexvo.org/id/term/hun/L%C3%ADbia>,
        <http://lexvo.org/id/term/hye/%D4%BC%D5%AB%D5%A2%D5%AB%D5%A1>,
        <http://lexvo.org/id/term/ibo/Libyia>,
        <http://lexvo.org/id/term/ina/Libya>,
        <http://lexvo.org/id/term/ind/Libia>,
        <http://lexvo.org/id/term/isl/L%C3%ADb%C3%ADa>,
        <http://lexvo.org/id/term/ita/Libia>,
        <http://lexvo.org/id/term/jgo/Lib%C3%AE>,
        <http://lexvo.org/id/term/jmc/Libya>,
        <http://lexvo.org/id/term/jpn/%E3%83%AA%E3%83%93%E3%82%A2>,
        <http://lexvo.org/id/term/kab/Libya>,
        <http://lexvo.org/id/term/kal/Libya>,
        <http://lexvo.org/id/term/kam/Libya>,
        <http://lexvo.org/id/term/kan/%E0%B2%B2%E0%B2%BF%E0%B2%AC%E0%B2%BF%E0%B2%AF%E0%B2%BE>,
        <http://lexvo.org/id/term/kas/%D9%84%D9%90%D8%A8%DB%8C%D8%A7>,
        <http://lexvo.org/id/term/kat/%E1%83%9A%E1%83%98%E1%83%91%E1%83%98%E1%83%90>,
        <http://lexvo.org/id/term/kde/Libya>,
        <http://lexvo.org/id/term/kea/Libia>,
        <http://lexvo.org/id/term/khm/%E1%9E%9B%E1%9E%B8%E1%9E%94%E1%9F%8A%E1%9E%B8>,
        <http://lexvo.org/id/term/khq/Liibi>,
        <http://lexvo.org/id/term/kik/Libya>,
        <http://lexvo.org/id/term/kln/Emetab%20Libya>,
        <http://lexvo.org/id/term/kor/%EB%A6%AC%EB%B9%84%EC%95%84>,
        <http://lexvo.org/id/term/ksb/Libya>,
        <http://lexvo.org/id/term/ksf/lib%C3%AD>,
        <http://lexvo.org/id/term/ksh/Libbije>,
        <http://lexvo.org/id/term/lag/L%C3%ADbia>,
        <http://lexvo.org/id/term/lao/%E0%BA%A5%E0%BA%B4%E0%BB%80%E0%BA%9A%E0%BA%8D>,
        <http://lexvo.org/id/term/lav/L%C4%ABbija>,
        <http://lexvo.org/id/term/lin/Lib%C3%AD>,
        <http://lexvo.org/id/term/lit/Libija>,
        <http://lexvo.org/id/term/lub/Libi>,
        <http://lexvo.org/id/term/lug/Libya>,
        <http://lexvo.org/id/term/luo/Libya>,
        <http://lexvo.org/id/term/luy/Libya>,
        <http://lexvo.org/id/term/mal/%E0%B4%B2%E0%B4%BF%E0%B4%AC%E0%B4%BF%E0%B4%AF>,
        <http://lexvo.org/id/term/mar/%E0%A4%B2%E0%A4%BF%E0%A4%AC%E0%A4%BF%E0%A4%AF%E0%A4%BE>,
        <http://lexvo.org/id/term/mas/Libya>,
        <http://lexvo.org/id/term/mer/L%C4%A9bia>,
        <http://lexvo.org/id/term/mfe/Libi>,
        <http://lexvo.org/id/term/mgh/Ulibya>,
        <http://lexvo.org/id/term/mkd/%D0%9B%D0%B8%D0%B1%D0%B8%D1%98%D0%B0>,
        <http://lexvo.org/id/term/mlg/Libya>,
        <http://lexvo.org/id/term/mlt/Libja>,
        <http://lexvo.org/id/term/mua/Libiya>,
        <http://lexvo.org/id/term/naq/Libyab>,
        <http://lexvo.org/id/term/nde/Libhiya>,
        <http://lexvo.org/id/term/nep/%E0%A4%B2%E0%A4%BF%E0%A4%AC%E0%A4%BF%E0%A4%AF%E0%A4%BE>,
        <http://lexvo.org/id/term/nld/Libi%C3%AB>,
        <http://lexvo.org/id/term/nmg/Libya>,
        <http://lexvo.org/id/term/nno/Libya>,
        <http://lexvo.org/id/term/nob/Libya>,
        <http://lexvo.org/id/term/nyn/Libya>,
        <http://lexvo.org/id/term/ori/%E0%AC%B2%E0%AC%BF%E0%AC%AC%E0%AC%BF%E0%AC%86>,
        <http://lexvo.org/id/term/pol/Libia>,
        <http://lexvo.org/id/term/por/L%C3%ADbia>,
        <http://lexvo.org/id/term/pus/%D9%84%DB%8C%D8%A8%DB%8C%D8%A7>,
        <http://lexvo.org/id/term/rof/Libya>,
        <http://lexvo.org/id/term/roh/Libia>,
        <http://lexvo.org/id/term/ron/Libia>,
        <http://lexvo.org/id/term/run/Libiya>,
        <http://lexvo.org/id/term/rus/%D0%9B%D0%B8%D0%B2%D0%B8%D1%8F>,
        <http://lexvo.org/id/term/rwk/Libya>,
        <http://lexvo.org/id/term/sag/Lib%C3%AFi>,
        <http://lexvo.org/id/term/saq/Libya>,
        <http://lexvo.org/id/term/sbp/Libiya>,
        <http://lexvo.org/id/term/seh/L%C3%ADbia>,
        <http://lexvo.org/id/term/ses/Liibi>,
        <http://lexvo.org/id/term/shi-Latn/libya>,
        <http://lexvo.org/id/term/shi/%E2%B5%8D%E2%B5%89%E2%B4%B1%E2%B5%A2%E2%B4%B0>,
        <http://lexvo.org/id/term/sin/%E0%B6%BD%E0%B7%92%E0%B6%B6%E0%B7%92%E0%B6%BA%E0%B7%8F%E0%B7%80>,
        <http://lexvo.org/id/term/slk/L%C3%ADbya>,
        <http://lexvo.org/id/term/slv/Libija>,
        <http://lexvo.org/id/term/sme/Libya>,
        <http://lexvo.org/id/term/sna/Libya>,
        <http://lexvo.org/id/term/som/Liibiya>,
        <http://lexvo.org/id/term/spa/Libia>,
        <http://lexvo.org/id/term/sqi/Libi>,
        <http://lexvo.org/id/term/srp-Latn/Libija>,
        <http://lexvo.org/id/term/srp/%D0%9B%D0%B8%D0%B1%D0%B8%D1%98%D0%B0>,
        <http://lexvo.org/id/term/swc/Libya>,
        <http://lexvo.org/id/term/swe/Libyen>,
        <http://lexvo.org/id/term/swh/Libya>,
        <http://lexvo.org/id/term/tam/%E0%AE%B2%E0%AE%BF%E0%AE%AA%E0%AE%BF%E0%AE%AF%E0%AE%BE>,
        <http://lexvo.org/id/term/tel/%E0%B0%B2%E0%B0%BF%E0%B0%AC%E0%B0%BF%E0%B0%AF%E0%B0%BE>,
        <http://lexvo.org/id/term/teo/Libya>,
        <http://lexvo.org/id/term/tha/%E0%B8%A5%E0%B8%B4%E0%B9%80%E0%B8%9A%E0%B8%B5%E0%B8%A2>,
        <http://lexvo.org/id/term/tig/%E1%88%8A%E1%89%A2%E1%8B%AB>,
        <http://lexvo.org/id/term/tir/%E1%88%8A%E1%89%A2%E1%8B%AB>,
        <http://lexvo.org/id/term/ton/Lipia>,
        <http://lexvo.org/id/term/tur/Libya>,
        <http://lexvo.org/id/term/twq/Liibi>,
        <http://lexvo.org/id/term/tzm/Libya>,
        <http://lexvo.org/id/term/ukr/%D0%9B%D1%96%D0%B2%D1%96%D1%8F>,
        <http://lexvo.org/id/term/urd/%D9%84%DB%8C%D8%A8%DB%8C%D8%A7>,
        <http://lexvo.org/id/term/vai-Latn/Lebhiya>,
        <http://lexvo.org/id/term/vai/%EA%94%92%EA%94%AB%EA%95%A9>,
        <http://lexvo.org/id/term/vie/Li-bi>,
        <http://lexvo.org/id/term/vun/Libya>,
        <http://lexvo.org/id/term/wae/L%C3%BCbie>,
        <http://lexvo.org/id/term/wal/%E1%88%8A%E1%89%A2%E1%8B%AB>,
        <http://lexvo.org/id/term/xog/Libya>,
        <http://lexvo.org/id/term/yav/lip%C3%ADi>,
        <http://lexvo.org/id/term/yor/Or%C3%ADl%E1%BA%B9%CC%81%C3%A8de%20Libiya>,
        <http://lexvo.org/id/term/zsm/Libya>,
        <http://lexvo.org/id/term/zul/i-Libya> ;
    owl:sameAs <http://psi.oasis-open.org/iso/3166/#434>,
        <http://sws.geonames.org/2215636/> .

<http://lexvo.org/id/iso3166/MA> a lvont:GeographicRegion ;
    rdfs:label "Marokko"@af,
        "Mòlokò"@agq,
        "Moroko"@ak,
        "ሞሮኮ"@am,
        "المغرب"@ar,
        "Moroko"@asa,
        "Marruecos"@ast,
        "Morokko"@az,
        "Màrokò"@bas,
        "Марока"@be,
        "Humoloko"@bez,
        "Мароко"@bg,
        "Marɔku"@bm,
        "মোরক্কো"@bn,
        "མོ་རོ་ཀྐོ།"@bo,
        "Maroko"@br,
        "मोरोक्को"@brx,
        "Maroko"@bs,
        "Мароко"@bs-Cyrl,
        "ሞሮኮ"@byn,
        "Marroc"@ca,
        "Morocco"@cgg,
        "ᎼᎶᎪ"@chr,
        "摩洛哥"@cmn,
        "摩洛哥"@cmn-Hant,
        "Maroko"@cs,
        "Moroco"@cy,
        "Marokko"@da,
        "Moroko"@dav,
        "Marokko"@de,
        "Maarok"@dje,
        "མོ་རོ་ཀོ"@dz,
        "Moroko"@ebu,
        "Moroko nutome"@ee,
        "Μαρόκο"@el,
        "ISO 3166-1:MA"@en,
        "Morocco"@en,
        "𐐣𐐲𐑉𐐪𐐿𐐬"@en-Dsrt,
        "Maroko"@eo,
        "Marruecos"@es,
        "Maroko"@et,
        "Maroko"@eu,
        "Marɔ́g"@ewo,
        "مراکش"@fa,
        "Maruk"@ff,
        "Marokko"@fi,
        "Morocco"@fil,
        "Marokko"@fo,
        "Maroc"@fr,
        "Maroc"@fur,
        "Maracó"@ga,
        "Moroco"@gd,
        "Marrocos"@gl,
        "Marokko"@gsw,
        "મોરોક્કો"@gu,
        "Moroko"@guz,
        "Maroko"@ha,
        "מרוקו"@he,
        "मोरक्को"@hi,
        "Maroko"@hr,
        "Marokkó"@hu,
        "Մարոկո"@hy,
        "Marocco"@ia,
        "Maroko"@id,
        "Marokkó"@is,
        "Marocco"@it,
        "モロッコ"@ja,
        "Mɔlɔ̂k"@jgo,
        "Moroko"@jmc,
        "მაროკო"@ka,
        "Lmerruk"@kab,
        "Moroko"@kam,
        "Moloko"@kde,
        "Marokus"@kea,
        "Maarok"@khq,
        "Moroko"@ki,
        "Marocko"@kl,
        "Emetab Morocco"@kln,
        "ម៉ារ៉ុក"@km,
        "ಮೊರಾಕ್ಕೊ"@kn,
        "모로코"@ko,
        "موروکو"@ks,
        "Moloko"@ksb,
        "marɔk"@ksf,
        "Marokko"@ksh,
        "Moróoko"@lag,
        "Moroko"@lg,
        "Marokɛ"@ln,
        "ໂມລັອກໂຄ"@lo,
        "Marokas"@lt,
        "Maroke"@lu,
        "Morocco"@luo,
        "Moroko"@luy,
        "Maroka"@lv,
        "Moroko"@mas,
        "Moroko"@mer,
        "Marok"@mfe,
        "Marôka"@mg,
        "Мароко"@mk,
        "മൊറോക്കൊ"@ml,
        "मोरोक्को"@mr,
        "Marokk"@mt,
        "Marok"@mua,
        "မော်ရိုကို"@my,
        "Morocco"@naq,
        "Marokko"@nb,
        "Morokho"@nd,
        "मोरोक्को"@ne,
        "Marokko"@nl,
        "Marɔk"@nmg,
        "Marokko"@nn,
        "Morocco"@nyn,
        "ମୋରୋକ୍କୋ"@or,
        "Maroko"@pl,
        "مراکش"@ps,
        "Marrocos"@pt,
        "Maroc"@rm,
        "Maroke"@rn,
        "Maroc"@ro,
        "Moroko"@rof,
        "Марокко"@ru,
        "Moroko"@rwk,
        "Moroko"@saq,
        "Moloko"@sbp,
        "Marokko"@se,
        "Marrocos"@seh,
        "Maarok"@ses,
        "Marôko"@sg,
        "ⵍⵎⵖⵔⵉⴱ"@shi,
        "lmɣrib"@shi-Latn,
        "මොරොක්කෝව"@si,
        "Maroko"@sk,
        "Maroko"@sl,
        "Morocco"@sn,
        "Marooko"@so,
        "Maroko"@sq,
        "Мароко"@sr,
        "Maroko"@sr-Latn,
        "Marocko"@sv,
        "Moroko"@swc,
        "Moroko"@swh,
        "மொராக்கோ"@ta,
        "మొరాక్కో"@te,
        "Moroko"@teo,
        "โมร็อกโก"@th,
        "ሞሮኮ"@ti,
        "ሞሮኮ"@tig,
        "Molako"@to,
        "Fas"@tr,
        "Maarok"@twq,
        "Meṛṛuk"@tzm,
        "Марокко"@uk,
        "مراقش"@ur,
        "ꗞꕟꖏ"@vai,
        "Mɔroko"@vai-Latn,
        "Ma-rốc"@vi,
        "Moroko"@vun,
        "Maroko"@wae,
        "ሞሮኮ"@wal,
        "Moroko"@xog,
        "malóok"@yav,
        "Orílẹ́ède Moroko"@yo,
        "Maghribi"@zsm,
        "i-Morocco"@zu ;
    lvont:label <http://lexvo.org/id/term/afr/Marokko>,
        <http://lexvo.org/id/term/agq/M%C3%B2lok%C3%B2>,
        <http://lexvo.org/id/term/aka/Moroko>,
        <http://lexvo.org/id/term/amh/%E1%88%9E%E1%88%AE%E1%8A%AE>,
        <http://lexvo.org/id/term/ara/%D8%A7%D9%84%D9%85%D8%BA%D8%B1%D8%A8>,
        <http://lexvo.org/id/term/asa/Moroko>,
        <http://lexvo.org/id/term/ast/Marruecos>,
        <http://lexvo.org/id/term/aze/Morokko>,
        <http://lexvo.org/id/term/bam/Mar%C9%94ku>,
        <http://lexvo.org/id/term/bas/M%C3%A0rok%C3%B2>,
        <http://lexvo.org/id/term/bel/%D0%9C%D0%B0%D1%80%D0%BE%D0%BA%D0%B0>,
        <http://lexvo.org/id/term/ben/%E0%A6%AE%E0%A7%8B%E0%A6%B0%E0%A6%95%E0%A7%8D%E0%A6%95%E0%A7%8B>,
        <http://lexvo.org/id/term/bez/Humoloko>,
        <http://lexvo.org/id/term/bod/%E0%BD%98%E0%BD%BC%E0%BC%8B%E0%BD%A2%E0%BD%BC%E0%BC%8B%E0%BD%80%E0%BE%90%E0%BD%BC%E0%BC%8D>,
        <http://lexvo.org/id/term/bos-Cyrl/%D0%9C%D0%B0%D1%80%D0%BE%D0%BA%D0%BE>,
        <http://lexvo.org/id/term/bos/Maroko>,
        <http://lexvo.org/id/term/bre/Maroko>,
        <http://lexvo.org/id/term/brx/%E0%A4%AE%E0%A5%8B%E0%A4%B0%E0%A5%8B%E0%A4%95%E0%A5%8D%E0%A4%95%E0%A5%8B>,
        <http://lexvo.org/id/term/bul/%D0%9C%D0%B0%D1%80%D0%BE%D0%BA%D0%BE>,
        <http://lexvo.org/id/term/byn/%E1%88%9E%E1%88%AE%E1%8A%AE>,
        <http://lexvo.org/id/term/cat/Marroc>,
        <http://lexvo.org/id/term/ces/Maroko>,
        <http://lexvo.org/id/term/cgg/Morocco>,
        <http://lexvo.org/id/term/chr/%E1%8E%BC%E1%8E%B6%E1%8E%AA>,
        <http://lexvo.org/id/term/cmn-Hant/%E6%91%A9%E6%B4%9B%E5%93%A5>,
        <http://lexvo.org/id/term/cmn/%E6%91%A9%E6%B4%9B%E5%93%A5>,
        <http://lexvo.org/id/term/cym/Moroco>,
        <http://lexvo.org/id/term/dan/Marokko>,
        <http://lexvo.org/id/term/dav/Moroko>,
        <http://lexvo.org/id/term/deu/Marokko>,
        <http://lexvo.org/id/term/dje/Maarok>,
        <http://lexvo.org/id/term/dzo/%E0%BD%98%E0%BD%BC%E0%BC%8B%E0%BD%A2%E0%BD%BC%E0%BC%8B%E0%BD%80%E0%BD%BC>,
        <http://lexvo.org/id/term/ebu/Moroko>,
        <http://lexvo.org/id/term/ell/%CE%9C%CE%B1%CF%81%CF%8C%CE%BA%CE%BF>,
        <http://lexvo.org/id/term/eng-Dsrt/%F0%90%90%A3%F0%90%90%B2%F0%90%91%89%F0%90%90%AA%F0%90%90%BF%F0%90%90%AC>,
        <http://lexvo.org/id/term/eng/ISO%203166-1%3AMA>,
        <http://lexvo.org/id/term/eng/Morocco>,
        <http://lexvo.org/id/term/epo/Maroko>,
        <http://lexvo.org/id/term/est/Maroko>,
        <http://lexvo.org/id/term/eus/Maroko>,
        <http://lexvo.org/id/term/ewe/Moroko%20nutome>,
        <http://lexvo.org/id/term/ewo/Mar%C9%94%CC%81g>,
        <http://lexvo.org/id/term/fao/Marokko>,
        <http://lexvo.org/id/term/fas/%D9%85%D8%B1%D8%A7%DA%A9%D8%B4>,
        <http://lexvo.org/id/term/fil/Morocco>,
        <http://lexvo.org/id/term/fin/Marokko>,
        <http://lexvo.org/id/term/fra/Maroc>,
        <http://lexvo.org/id/term/ful/Maruk>,
        <http://lexvo.org/id/term/fur/Maroc>,
        <http://lexvo.org/id/term/gla/Moroco>,
        <http://lexvo.org/id/term/gle/Marac%C3%B3>,
        <http://lexvo.org/id/term/glg/Marrocos>,
        <http://lexvo.org/id/term/gsw/Marokko>,
        <http://lexvo.org/id/term/guj/%E0%AA%AE%E0%AB%8B%E0%AA%B0%E0%AB%8B%E0%AA%95%E0%AB%8D%E0%AA%95%E0%AB%8B>,
        <http://lexvo.org/id/term/guz/Moroko>,
        <http://lexvo.org/id/term/hau/Maroko>,
        <http://lexvo.org/id/term/heb/%D7%9E%D7%A8%D7%95%D7%A7%D7%95>,
        <http://lexvo.org/id/term/hin/%E0%A4%AE%E0%A5%8B%E0%A4%B0%E0%A4%95%E0%A5%8D%E0%A4%95%E0%A5%8B>,
        <http://lexvo.org/id/term/hrv/Maroko>,
        <http://lexvo.org/id/term/hun/Marokk%C3%B3>,
        <http://lexvo.org/id/term/hye/%D5%84%D5%A1%D6%80%D5%B8%D5%AF%D5%B8>,
        <http://lexvo.org/id/term/ina/Marocco>,
        <http://lexvo.org/id/term/ind/Maroko>,
        <http://lexvo.org/id/term/isl/Marokk%C3%B3>,
        <http://lexvo.org/id/term/ita/Marocco>,
        <http://lexvo.org/id/term/jgo/M%C9%94l%C9%94%CC%82k>,
        <http://lexvo.org/id/term/jmc/Moroko>,
        <http://lexvo.org/id/term/jpn/%E3%83%A2%E3%83%AD%E3%83%83%E3%82%B3>,
        <http://lexvo.org/id/term/kab/Lmerruk>,
        <http://lexvo.org/id/term/kal/Marocko>,
        <http://lexvo.org/id/term/kam/Moroko>,
        <http://lexvo.org/id/term/kan/%E0%B2%AE%E0%B3%8A%E0%B2%B0%E0%B2%BE%E0%B2%95%E0%B3%8D%E0%B2%95%E0%B3%8A>,
        <http://lexvo.org/id/term/kas/%D9%85%D9%88%D8%B1%D9%88%DA%A9%D9%88>,
        <http://lexvo.org/id/term/kat/%E1%83%9B%E1%83%90%E1%83%A0%E1%83%9D%E1%83%99%E1%83%9D>,
        <http://lexvo.org/id/term/kde/Moloko>,
        <http://lexvo.org/id/term/kea/Marokus>,
        <http://lexvo.org/id/term/khm/%E1%9E%98%E1%9F%89%E1%9E%B6%E1%9E%9A%E1%9F%89%E1%9E%BB%E1%9E%80>,
        <http://lexvo.org/id/term/khq/Maarok>,
        <http://lexvo.org/id/term/kik/Moroko>,
        <http://lexvo.org/id/term/kln/Emetab%20Morocco>,
        <http://lexvo.org/id/term/kor/%EB%AA%A8%EB%A1%9C%EC%BD%94>,
        <http://lexvo.org/id/term/ksb/Moloko>,
        <http://lexvo.org/id/term/ksf/mar%C9%94k>,
        <http://lexvo.org/id/term/ksh/Marokko>,
        <http://lexvo.org/id/term/lag/Mor%C3%B3oko>,
        <http://lexvo.org/id/term/lao/%E0%BB%82%E0%BA%A1%E0%BA%A5%E0%BA%B1%E0%BA%AD%E0%BA%81%E0%BB%82%E0%BA%84>,
        <http://lexvo.org/id/term/lav/Maroka>,
        <http://lexvo.org/id/term/lin/Marok%C9%9B>,
        <http://lexvo.org/id/term/lit/Marokas>,
        <http://lexvo.org/id/term/lub/Maroke>,
        <http://lexvo.org/id/term/lug/Moroko>,
        <http://lexvo.org/id/term/luo/Morocco>,
        <http://lexvo.org/id/term/luy/Moroko>,
        <http://lexvo.org/id/term/mal/%E0%B4%AE%E0%B5%8A%E0%B4%B1%E0%B5%8B%E0%B4%95%E0%B5%8D%E0%B4%95%E0%B5%8A>,
        <http://lexvo.org/id/term/mar/%E0%A4%AE%E0%A5%8B%E0%A4%B0%E0%A5%8B%E0%A4%95%E0%A5%8D%E0%A4%95%E0%A5%8B>,
        <http://lexvo.org/id/term/mas/Moroko>,
        <http://lexvo.org/id/term/mer/Moroko>,
        <http://lexvo.org/id/term/mfe/Marok>,
        <http://lexvo.org/id/term/mkd/%D0%9C%D0%B0%D1%80%D0%BE%D0%BA%D0%BE>,
        <http://lexvo.org/id/term/mlg/Mar%C3%B4ka>,
        <http://lexvo.org/id/term/mlt/Marokk>,
        <http://lexvo.org/id/term/mua/Marok>,
        <http://lexvo.org/id/term/mya/%E1%80%99%E1%80%B1%E1%80%AC%E1%80%BA%E1%80%9B%E1%80%AD%E1%80%AF%E1%80%80%E1%80%AD%E1%80%AF>,
        <http://lexvo.org/id/term/naq/Morocco>,
        <http://lexvo.org/id/term/nde/Morokho>,
        <http://lexvo.org/id/term/nep/%E0%A4%AE%E0%A5%8B%E0%A4%B0%E0%A5%8B%E0%A4%95%E0%A5%8D%E0%A4%95%E0%A5%8B>,
        <http://lexvo.org/id/term/nld/Marokko>,
        <http://lexvo.org/id/term/nmg/Mar%C9%94k>,
        <http://lexvo.org/id/term/nno/Marokko>,
        <http://lexvo.org/id/term/nob/Marokko>,
        <http://lexvo.org/id/term/nyn/Morocco>,
        <http://lexvo.org/id/term/ori/%E0%AC%AE%E0%AD%8B%E0%AC%B0%E0%AD%8B%E0%AC%95%E0%AD%8D%E0%AC%95%E0%AD%8B>,
        <http://lexvo.org/id/term/pol/Maroko>,
        <http://lexvo.org/id/term/por/Marrocos>,
        <http://lexvo.org/id/term/pus/%D9%85%D8%B1%D8%A7%DA%A9%D8%B4>,
        <http://lexvo.org/id/term/rof/Moroko>,
        <http://lexvo.org/id/term/roh/Maroc>,
        <http://lexvo.org/id/term/ron/Maroc>,
        <http://lexvo.org/id/term/run/Maroke>,
        <http://lexvo.org/id/term/rus/%D0%9C%D0%B0%D1%80%D0%BE%D0%BA%D0%BA%D0%BE>,
        <http://lexvo.org/id/term/rwk/Moroko>,
        <http://lexvo.org/id/term/sag/Mar%C3%B4ko>,
        <http://lexvo.org/id/term/saq/Moroko>,
        <http://lexvo.org/id/term/sbp/Moloko>,
        <http://lexvo.org/id/term/seh/Marrocos>,
        <http://lexvo.org/id/term/ses/Maarok>,
        <http://lexvo.org/id/term/shi-Latn/lm%C9%A3rib>,
        <http://lexvo.org/id/term/shi/%E2%B5%8D%E2%B5%8E%E2%B5%96%E2%B5%94%E2%B5%89%E2%B4%B1>,
        <http://lexvo.org/id/term/sin/%E0%B6%B8%E0%B7%9C%E0%B6%BB%E0%B7%9C%E0%B6%9A%E0%B7%8A%E0%B6%9A%E0%B7%9D%E0%B7%80>,
        <http://lexvo.org/id/term/slk/Maroko>,
        <http://lexvo.org/id/term/slv/Maroko>,
        <http://lexvo.org/id/term/sme/Marokko>,
        <http://lexvo.org/id/term/sna/Morocco>,
        <http://lexvo.org/id/term/som/Marooko>,
        <http://lexvo.org/id/term/spa/Marruecos>,
        <http://lexvo.org/id/term/sqi/Maroko>,
        <http://lexvo.org/id/term/srp-Latn/Maroko>,
        <http://lexvo.org/id/term/srp/%D0%9C%D0%B0%D1%80%D0%BE%D0%BA%D0%BE>,
        <http://lexvo.org/id/term/swc/Moroko>,
        <http://lexvo.org/id/term/swe/Marocko>,
        <http://lexvo.org/id/term/swh/Moroko>,
        <http://lexvo.org/id/term/tam/%E0%AE%AE%E0%AF%8A%E0%AE%B0%E0%AE%BE%E0%AE%95%E0%AF%8D%E0%AE%95%E0%AF%8B>,
        <http://lexvo.org/id/term/tel/%E0%B0%AE%E0%B1%8A%E0%B0%B0%E0%B0%BE%E0%B0%95%E0%B1%8D%E0%B0%95%E0%B1%8B>,
        <http://lexvo.org/id/term/teo/Moroko>,
        <http://lexvo.org/id/term/tha/%E0%B9%82%E0%B8%A1%E0%B8%A3%E0%B9%87%E0%B8%AD%E0%B8%81%E0%B9%82%E0%B8%81>,
        <http://lexvo.org/id/term/tig/%E1%88%9E%E1%88%AE%E1%8A%AE>,
        <http://lexvo.org/id/term/tir/%E1%88%9E%E1%88%AE%E1%8A%AE>,
        <http://lexvo.org/id/term/ton/Molako>,
        <http://lexvo.org/id/term/tur/Fas>,
        <http://lexvo.org/id/term/twq/Maarok>,
        <http://lexvo.org/id/term/tzm/Me%E1%B9%9B%E1%B9%9Buk>,
        <http://lexvo.org/id/term/ukr/%D0%9C%D0%B0%D1%80%D0%BE%D0%BA%D0%BA%D0%BE>,
        <http://lexvo.org/id/term/urd/%D9%85%D8%B1%D8%A7%D9%82%D8%B4>,
        <http://lexvo.org/id/term/vai-Latn/M%C9%94roko>,
        <http://lexvo.org/id/term/vai/%EA%97%9E%EA%95%9F%EA%96%8F>,
        <http://lexvo.org/id/term/vie/Ma-r%E1%BB%91c>,
        <http://lexvo.org/id/term/vun/Moroko>,
        <http://lexvo.org/id/term/wae/Maroko>,
        <http://lexvo.org/id/term/wal/%E1%88%9E%E1%88%AE%E1%8A%AE>,
        <http://lexvo.org/id/term/xog/Moroko>,
        <http://lexvo.org/id/term/yav/mal%C3%B3ok>,
        <http://lexvo.org/id/term/yor/Or%C3%ADl%E1%BA%B9%CC%81%C3%A8de%20Moroko>,
        <http://lexvo.org/id/term/zsm/Maghribi>,
        <http://lexvo.org/id/term/zul/i-Morocco> ;
    owl:sameAs <http://psi.oasis-open.org/iso/3166/#504>,
        <http://sws.geonames.org/2542007/> .

<http://lexvo.org/id/iso3166/MC> a lvont:GeographicRegion ;
    rdfs:label "Monaco"@af,
        "Mùnaku"@agq,
        "Mɔnako"@ak,
        "ሞናኮ"@am,
        "موناكو"@ar,
        "Monako"@asa,
        "Mónacu"@ast,
        "Monako"@az,
        "Mònakò"@bas,
        "Манака"@be,
        "Humonako"@bez,
        "Монако"@bg,
        "Monako"@bm,
        "মোনাকো"@bn,
        "མོ་ན་ཀོ།"@bo,
        "Monaco"@br,
        "मोनाको"@brx,
        "Monako"@bs,
        "Монако"@bs-Cyrl,
        "Mònaco"@ca,
        "Monaco"@cgg,
        "ᎹᎾᎪ"@chr,
        "摩纳哥"@cmn,
        "摩納哥"@cmn-Hant,
        "Monako"@cs,
        "Monaco"@cy,
        "Monaco"@da,
        "Monako"@dav,
        "Monaco"@de,
        "Monako"@dje,
        "མོ་ན་ཀོ"@dz,
        "Monako"@ebu,
        "Monako nutome"@ee,
        "Μονακό"@el,
        "ISO 3166-1:MC"@en,
        "Monaco"@en,
        "𐐣𐐪𐑌𐐲𐐿𐐬"@en-Dsrt,
        "Monako"@eo,
        "Mónaco"@es,
        "Monaco"@et,
        "Monako"@eu,
        "Mɔnakó"@ewo,
        "موناکو"@fa,
        "Monaakoo"@ff,
        "Monaco"@fi,
        "Monaco"@fil,
        "Monako"@fo,
        "Monaco"@fr,
        "Monaco"@fur,
        "Monacó"@ga,
        "Monaco"@gd,
        "Mónaco"@gl,
        "Monaco"@gsw,
        "મોનાકો"@gu,
        "Monako"@guz,
        "Monako"@ha,
        "מונקו"@he,
        "मोनाको"@hi,
        "Monako"@hr,
        "Monaco"@hu,
        "Մոնակո"@hy,
        "Monako"@id,
        "Mónakó"@is,
        "Monaco"@it,
        "モナコ"@ja,
        "Monako"@jmc,
        "მონაკო"@ka,
        "Munaku"@kab,
        "Monako"@kam,
        "Monako"@kde,
        "Monaku"@kea,
        "Monako"@khq,
        "Monako"@ki,
        "Monaco"@kl,
        "Emetab Monaco"@kln,
        "ម៉ូណាកូ"@km,
        "ಮೊನಾಕೊ"@kn,
        "모나코"@ko,
        "مونیٚکو"@ks,
        "Monako"@ksb,
        "monako"@ksf,
        "Monakko"@ksh,
        "Monáako"@lag,
        "Monako"@lg,
        "Monako"@ln,
        "ໂມນາໂກ"@lo,
        "Monakas"@lt,
        "Monaku"@lu,
        "Monaco"@luo,
        "Monako"@luy,
        "Monako"@lv,
        "Monako"@mas,
        "Monako"@mer,
        "Monako"@mfe,
        "Mônakô"@mg,
        "Монако"@mk,
        "മൊണോക്കൊ"@ml,
        "मोनॅको"@mr,
        "Monako"@mt,
        "Monako"@mua,
        "မိုနကို"@my,
        "Monaco"@naq,
        "Monaco"@nb,
        "Monakho"@nd,
        "मोनाको"@ne,
        "Monaco"@nl,
        "Monako"@nmg,
        "Monaco"@nn,
        "Monaco"@nyn,
        "ମୋନାକୋ"@or,
        "Monako"@pl,
        "Mónaco"@pt,
        "Mônaco"@pt,
        "Monaco"@rm,
        "Monako"@rn,
        "Monaco"@ro,
        "Monako"@rof,
        "Монако"@ru,
        "Monako"@rwk,
        "Monako"@saq,
        "Monako"@sbp,
        "Monaco"@se,
        "Mônaco"@seh,
        "Monako"@ses,
        "Monaköo"@sg,
        "ⵎⵓⵏⴰⴽⵓ"@shi,
        "munaku"@shi-Latn,
        "මොනාකෝව"@si,
        "Monako"@sk,
        "Monako"@sl,
        "Monaco"@sn,
        "Moonako"@so,
        "Monako"@sq,
        "Монако"@sr,
        "Monako"@sr-Latn,
        "Monaco"@sv,
        "Monako"@swc,
        "Monako"@swh,
        "மொனாக்கோ"@ta,
        "మొనాకో"@te,
        "Monako"@teo,
        "โมนาโก"@th,
        "ሞናኮ"@ti,
        "Manako"@to,
        "Monako"@tr,
        "Monako"@twq,
        "Munaku"@tzm,
        "Монако"@uk,
        "موناکو"@ur,
        "ꗞꕯꖏ"@vai,
        "Mɔnako"@vai-Latn,
        "Monaco"@vi,
        "Monako"@vun,
        "Monago"@wae,
        "Monako"@xog,
        "monakó"@yav,
        "Orílẹ́ède Monako"@yo,
        "Monaco"@zsm,
        "i-Monaco"@zu ;
    lvont:label <http://lexvo.org/id/term/afr/Monaco>,
        <http://lexvo.org/id/term/agq/M%C3%B9naku>,
        <http://lexvo.org/id/term/aka/M%C9%94nako>,
        <http://lexvo.org/id/term/amh/%E1%88%9E%E1%8A%93%E1%8A%AE>,
        <http://lexvo.org/id/term/ara/%D9%85%D9%88%D9%86%D8%A7%D9%83%D9%88>,
        <http://lexvo.org/id/term/asa/Monako>,
        <http://lexvo.org/id/term/ast/M%C3%B3nacu>,
        <http://lexvo.org/id/term/aze/Monako>,
        <http://lexvo.org/id/term/bam/Monako>,
        <http://lexvo.org/id/term/bas/M%C3%B2nak%C3%B2>,
        <http://lexvo.org/id/term/bel/%D0%9C%D0%B0%D0%BD%D0%B0%D0%BA%D0%B0>,
        <http://lexvo.org/id/term/ben/%E0%A6%AE%E0%A7%8B%E0%A6%A8%E0%A6%BE%E0%A6%95%E0%A7%8B>,
        <http://lexvo.org/id/term/bez/Humonako>,
        <http://lexvo.org/id/term/bod/%E0%BD%98%E0%BD%BC%E0%BC%8B%E0%BD%93%E0%BC%8B%E0%BD%80%E0%BD%BC%E0%BC%8D>,
        <http://lexvo.org/id/term/bos-Cyrl/%D0%9C%D0%BE%D0%BD%D0%B0%D0%BA%D0%BE>,
        <http://lexvo.org/id/term/bos/Monako>,
        <http://lexvo.org/id/term/bre/Monaco>,
        <http://lexvo.org/id/term/brx/%E0%A4%AE%E0%A5%8B%E0%A4%A8%E0%A4%BE%E0%A4%95%E0%A5%8B>,
        <http://lexvo.org/id/term/bul/%D0%9C%D0%BE%D0%BD%D0%B0%D0%BA%D0%BE>,
        <http://lexvo.org/id/term/cat/M%C3%B2naco>,
        <http://lexvo.org/id/term/ces/Monako>,
        <http://lexvo.org/id/term/cgg/Monaco>,
        <http://lexvo.org/id/term/chr/%E1%8E%B9%E1%8E%BE%E1%8E%AA>,
        <http://lexvo.org/id/term/cmn-Hant/%E6%91%A9%E7%B4%8D%E5%93%A5>,
        <http://lexvo.org/id/term/cmn/%E6%91%A9%E7%BA%B3%E5%93%A5>,
        <http://lexvo.org/id/term/cym/Monaco>,
        <http://lexvo.org/id/term/dan/Monaco>,
        <http://lexvo.org/id/term/dav/Monako>,
        <http://lexvo.org/id/term/deu/Monaco>,
        <http://lexvo.org/id/term/dje/Monako>,
        <http://lexvo.org/id/term/dzo/%E0%BD%98%E0%BD%BC%E0%BC%8B%E0%BD%93%E0%BC%8B%E0%BD%80%E0%BD%BC>,
        <http://lexvo.org/id/term/ebu/Monako>,
        <http://lexvo.org/id/term/ell/%CE%9C%CE%BF%CE%BD%CE%B1%CE%BA%CF%8C>,
        <http://lexvo.org/id/term/eng-Dsrt/%F0%90%90%A3%F0%90%90%AA%F0%90%91%8C%F0%90%90%B2%F0%90%90%BF%F0%90%90%AC>,
        <http://lexvo.org/id/term/eng/ISO%203166-1%3AMC>,
        <http://lexvo.org/id/term/eng/Monaco>,
        <http://lexvo.org/id/term/epo/Monako>,
        <http://lexvo.org/id/term/est/Monaco>,
        <http://lexvo.org/id/term/eus/Monako>,
        <http://lexvo.org/id/term/ewe/Monako%20nutome>,
        <http://lexvo.org/id/term/ewo/M%C9%94nak%C3%B3>,
        <http://lexvo.org/id/term/fao/Monako>,
        <http://lexvo.org/id/term/fas/%D9%85%D9%88%D9%86%D8%A7%DA%A9%D9%88>,
        <http://lexvo.org/id/term/fil/Monaco>,
        <http://lexvo.org/id/term/fin/Monaco>,
        <http://lexvo.org/id/term/fra/Monaco>,
        <http://lexvo.org/id/term/ful/Monaakoo>,
        <http://lexvo.org/id/term/fur/Monaco>,
        <http://lexvo.org/id/term/gla/Monaco>,
        <http://lexvo.org/id/term/gle/Monac%C3%B3>,
        <http://lexvo.org/id/term/glg/M%C3%B3naco>,
        <http://lexvo.org/id/term/gsw/Monaco>,
        <http://lexvo.org/id/term/guj/%E0%AA%AE%E0%AB%8B%E0%AA%A8%E0%AA%BE%E0%AA%95%E0%AB%8B>,
        <http://lexvo.org/id/term/guz/Monako>,
        <http://lexvo.org/id/term/hau/Monako>,
        <http://lexvo.org/id/term/heb/%D7%9E%D7%95%D7%A0%D7%A7%D7%95>,
        <http://lexvo.org/id/term/hin/%E0%A4%AE%E0%A5%8B%E0%A4%A8%E0%A4%BE%E0%A4%95%E0%A5%8B>,
        <http://lexvo.org/id/term/hrv/Monako>,
        <http://lexvo.org/id/term/hun/Monaco>,
        <http://lexvo.org/id/term/hye/%D5%84%D5%B8%D5%B6%D5%A1%D5%AF%D5%B8>,
        <http://lexvo.org/id/term/ind/Monako>,
        <http://lexvo.org/id/term/isl/M%C3%B3nak%C3%B3>,
        <http://lexvo.org/id/term/ita/Monaco>,
        <http://lexvo.org/id/term/jmc/Monako>,
        <http://lexvo.org/id/term/jpn/%E3%83%A2%E3%83%8A%E3%82%B3>,
        <http://lexvo.org/id/term/kab/Munaku>,
        <http://lexvo.org/id/term/kal/Monaco>,
        <http://lexvo.org/id/term/kam/Monako>,
        <http://lexvo.org/id/term/kan/%E0%B2%AE%E0%B3%8A%E0%B2%A8%E0%B2%BE%E0%B2%95%E0%B3%8A>,
        <http://lexvo.org/id/term/kas/%D9%85%D9%88%D9%86%DB%8C%D9%9A%DA%A9%D9%88>,
        <http://lexvo.org/id/term/kat/%E1%83%9B%E1%83%9D%E1%83%9C%E1%83%90%E1%83%99%E1%83%9D>,
        <http://lexvo.org/id/term/kde/Monako>,
        <http://lexvo.org/id/term/kea/Monaku>,
        <http://lexvo.org/id/term/khm/%E1%9E%98%E1%9F%89%E1%9E%BC%E1%9E%8E%E1%9E%B6%E1%9E%80%E1%9E%BC>,
        <http://lexvo.org/id/term/khq/Monako>,
        <http://lexvo.org/id/term/kik/Monako>,
        <http://lexvo.org/id/term/kln/Emetab%20Monaco>,
        <http://lexvo.org/id/term/kor/%EB%AA%A8%EB%82%98%EC%BD%94>,
        <http://lexvo.org/id/term/ksb/Monako>,
        <http://lexvo.org/id/term/ksf/monako>,
        <http://lexvo.org/id/term/ksh/Monakko>,
        <http://lexvo.org/id/term/lag/Mon%C3%A1ako>,
        <http://lexvo.org/id/term/lao/%E0%BB%82%E0%BA%A1%E0%BA%99%E0%BA%B2%E0%BB%82%E0%BA%81>,
        <http://lexvo.org/id/term/lav/Monako>,
        <http://lexvo.org/id/term/lin/Monako>,
        <http://lexvo.org/id/term/lit/Monakas>,
        <http://lexvo.org/id/term/lub/Monaku>,
        <http://lexvo.org/id/term/lug/Monako>,
        <http://lexvo.org/id/term/luo/Monaco>,
        <http://lexvo.org/id/term/luy/Monako>,
        <http://lexvo.org/id/term/mal/%E0%B4%AE%E0%B5%8A%E0%B4%A3%E0%B5%8B%E0%B4%95%E0%B5%8D%E0%B4%95%E0%B5%8A>,
        <http://lexvo.org/id/term/mar/%E0%A4%AE%E0%A5%8B%E0%A4%A8%E0%A5%85%E0%A4%95%E0%A5%8B>,
        <http://lexvo.org/id/term/mas/Monako>,
        <http://lexvo.org/id/term/mer/Monako>,
        <http://lexvo.org/id/term/mfe/Monako>,
        <http://lexvo.org/id/term/mkd/%D0%9C%D0%BE%D0%BD%D0%B0%D0%BA%D0%BE>,
        <http://lexvo.org/id/term/mlg/M%C3%B4nak%C3%B4>,
        <http://lexvo.org/id/term/mlt/Monako>,
        <http://lexvo.org/id/term/mua/Monako>,
        <http://lexvo.org/id/term/mya/%E1%80%99%E1%80%AD%E1%80%AF%E1%80%94%E1%80%80%E1%80%AD%E1%80%AF>,
        <http://lexvo.org/id/term/naq/Monaco>,
        <http://lexvo.org/id/term/nde/Monakho>,
        <http://lexvo.org/id/term/nep/%E0%A4%AE%E0%A5%8B%E0%A4%A8%E0%A4%BE%E0%A4%95%E0%A5%8B>,
        <http://lexvo.org/id/term/nld/Monaco>,
        <http://lexvo.org/id/term/nmg/Monako>,
        <http://lexvo.org/id/term/nno/Monaco>,
        <http://lexvo.org/id/term/nob/Monaco>,
        <http://lexvo.org/id/term/nyn/Monaco>,
        <http://lexvo.org/id/term/ori/%E0%AC%AE%E0%AD%8B%E0%AC%A8%E0%AC%BE%E0%AC%95%E0%AD%8B>,
        <http://lexvo.org/id/term/pol/Monako>,
        <http://lexvo.org/id/term/por/M%C3%B3naco>,
        <http://lexvo.org/id/term/por/M%C3%B4naco>,
        <http://lexvo.org/id/term/rof/Monako>,
        <http://lexvo.org/id/term/roh/Monaco>,
        <http://lexvo.org/id/term/ron/Monaco>,
        <http://lexvo.org/id/term/run/Monako>,
        <http://lexvo.org/id/term/rus/%D0%9C%D0%BE%D0%BD%D0%B0%D0%BA%D0%BE>,
        <http://lexvo.org/id/term/rwk/Monako>,
        <http://lexvo.org/id/term/sag/Monak%C3%B6o>,
        <http://lexvo.org/id/term/saq/Monako>,
        <http://lexvo.org/id/term/sbp/Monako>,
        <http://lexvo.org/id/term/seh/M%C3%B4naco>,
        <http://lexvo.org/id/term/ses/Monako>,
        <http://lexvo.org/id/term/shi-Latn/munaku>,
        <http://lexvo.org/id/term/shi/%E2%B5%8E%E2%B5%93%E2%B5%8F%E2%B4%B0%E2%B4%BD%E2%B5%93>,
        <http://lexvo.org/id/term/sin/%E0%B6%B8%E0%B7%9C%E0%B6%B1%E0%B7%8F%E0%B6%9A%E0%B7%9D%E0%B7%80>,
        <http://lexvo.org/id/term/slk/Monako>,
        <http://lexvo.org/id/term/slv/Monako>,
        <http://lexvo.org/id/term/sme/Monaco>,
        <http://lexvo.org/id/term/sna/Monaco>,
        <http://lexvo.org/id/term/som/Moonako>,
        <http://lexvo.org/id/term/spa/M%C3%B3naco>,
        <http://lexvo.org/id/term/sqi/Monako>,
        <http://lexvo.org/id/term/srp-Latn/Monako>,
        <http://lexvo.org/id/term/srp/%D0%9C%D0%BE%D0%BD%D0%B0%D0%BA%D0%BE>,
        <http://lexvo.org/id/term/swc/Monako>,
        <http://lexvo.org/id/term/swe/Monaco>,
        <http://lexvo.org/id/term/swh/Monako>,
        <http://lexvo.org/id/term/tam/%E0%AE%AE%E0%AF%8A%E0%AE%A9%E0%AE%BE%E0%AE%95%E0%AF%8D%E0%AE%95%E0%AF%8B>,
        <http://lexvo.org/id/term/tel/%E0%B0%AE%E0%B1%8A%E0%B0%A8%E0%B0%BE%E0%B0%95%E0%B1%8B>,
        <http://lexvo.org/id/term/teo/Monako>,
        <http://lexvo.org/id/term/tha/%E0%B9%82%E0%B8%A1%E0%B8%99%E0%B8%B2%E0%B9%82%E0%B8%81>,
        <http://lexvo.org/id/term/tir/%E1%88%9E%E1%8A%93%E1%8A%AE>,
        <http://lexvo.org/id/term/ton/Manako>,
        <http://lexvo.org/id/term/tur/Monako>,
        <http://lexvo.org/id/term/twq/Monako>,
        <http://lexvo.org/id/term/tzm/Munaku>,
        <http://lexvo.org/id/term/ukr/%D0%9C%D0%BE%D0%BD%D0%B0%D0%BA%D0%BE>,
        <http://lexvo.org/id/term/urd/%D9%85%D9%88%D9%86%D8%A7%DA%A9%D9%88>,
        <http://lexvo.org/id/term/vai-Latn/M%C9%94nako>,
        <http://lexvo.org/id/term/vai/%EA%97%9E%EA%95%AF%EA%96%8F>,
        <http://lexvo.org/id/term/vie/Monaco>,
        <http://lexvo.org/id/term/vun/Monako>,
        <http://lexvo.org/id/term/wae/Monago>,
        <http://lexvo.org/id/term/xog/Monako>,
        <http://lexvo.org/id/term/yav/monak%C3%B3>,
        <http://lexvo.org/id/term/yor/Or%C3%ADl%E1%BA%B9%CC%81%C3%A8de%20Monako>,
        <http://lexvo.org/id/term/zsm/Monaco>,
        <http://lexvo.org/id/term/zul/i-Monaco> ;
    owl:sameAs <http://psi.oasis-open.org/iso/3166/#492>,
        <http://sws.geonames.org/2993457/> .

<http://lexvo.org/id/iso3166/MD> a lvont:GeographicRegion ;
    rdfs:label "Moldova"@af,
        "Mòodovà"@agq,
        "Mɔldova"@ak,
        "ሞልዶቫ"@am,
        "مولدافيا"@ar,
        "Moldova"@asa,
        "Moldavia"@ast,
        "Moldova"@az,
        "Moldavìà"@bas,
        "Малдова"@be,
        "Humoldova"@bez,
        "Молдова, Република"@bg,
        "Molidavi"@bm,
        "মোল্দাভিয়া"@bn,
        "Moldova"@br,
        "मोल्डेविया"@brx,
        "Moldavija"@bs,
        "Молдавија"@bs-Cyrl,
        "ሞልዶቫ"@byn,
        "Moldàvia"@ca,
        "Moridova"@cgg,
        "ᎹᎵᏙᏫᎠ"@chr,
        "摩尔多瓦"@cmn,
        "摩爾多瓦"@cmn-Hant,
        "Moldavsko"@cs,
        "Moldofa"@cy,
        "Moldova"@da,
        "Moldova"@dav,
        "Republik Moldau"@de,
        "Moldovi"@dje,
        "མོལ་དོ་བཱ"@dz,
        "Moldova"@ebu,
        "Moldova nutome"@ee,
        "Μολδαβία"@el,
        "ISO 3166-1:MD"@en,
        "Moldova"@en,
        "𐐣𐐱𐑊𐐼𐐬𐑂𐐲"@en-Dsrt,
        "Moldavujo"@eo,
        "Moldavia"@es,
        "Moldova"@et,
        "Moldavia"@eu,
        "Molədaví"@ewo,
        "مولداوی"@fa,
        "Moldawii"@ff,
        "Moldova"@fi,
        "Moldova"@fil,
        "Moldova"@fo,
        "Moldavie"@fr,
        "Moldavie"@fur,
        "An Mholdóiv"@ga,
        "A' Mholdobha"@gd,
        "Moldova"@gl,
        "Republik Moldau"@gsw,
        "મોલડોવા"@gu,
        "Moldova"@guz,
        "Maldoba"@ha,
        "מולדובה"@he,
        "मोल्डाविया"@hi,
        "Moldavija"@hr,
        "Moldova"@hu,
        "Մոլդովա"@hy,
        "Moldavia"@ia,
        "Moldova"@id,
        "Moldóva"@is,
        "Moldavia"@it,
        "モルドバ"@ja,
        "Moldova"@jmc,
        "მოლდოვა"@ka,
        "Muldabi"@kab,
        "Moldova"@kam,
        "Moldova"@kde,
        "Moldavia"@kea,
        "Moldovi"@khq,
        "Moldova"@ki,
        "Moldova"@kl,
        "Emetab Moldova"@kln,
        "សាធារណរដ្ឋម៉ុលដាវី"@km,
        "ಮೊಲ್ಡೋವಾ"@kn,
        "몰도바"@ko,
        "مولڑاوِیا"@ks,
        "Moldova"@ksb,
        "mɔldaví"@ksf,
        "Moldaavije"@ksh,
        "Molidóova"@lag,
        "Molodova"@lg,
        "Molidavi"@ln,
        "ໂມນໂດວາ"@lo,
        "Moldova"@lt,
        "Molidavi"@lu,
        "Moldova"@luo,
        "Moldova"@luy,
        "Moldova"@lv,
        "Moldova"@mas,
        "Moldova"@mer,
        "Moldavi"@mfe,
        "Môldavia"@mg,
        "Молдавија"@mk,
        "മൾഡോവ"@ml,
        "मोल्डोव्हा"@mr,
        "Maldova"@mt,
        "Moldoviya"@mua,
        "Moldova"@naq,
        "Moldova"@nb,
        "Moldova"@nd,
        "माल्डोभा"@ne,
        "Moldavië"@nl,
        "Mɔldavia"@nmg,
        "Moldova"@nn,
        "Moridova"@nyn,
        "ମାଲଡୋଭା"@or,
        "Mołdawia"@pl,
        "Moldávia"@pt,
        "Moldavia"@rm,
        "Moludavi"@rn,
        "Republica Moldova"@ro,
        "Moldova"@rof,
        "Молдова"@ru,
        "Moldova"@rwk,
        "Moldova"@saq,
        "Molidova"@sbp,
        "Moldávia"@se,
        "Moldávia"@seh,
        "Moldovi"@ses,
        "Moldavùii"@sg,
        "ⵎⵓⵍⴷⵓⴼⵢⴰ"@shi,
        "muldufya"@shi-Latn,
        "මොල්ඩෝවාව"@si,
        "Moldavsko"@sk,
        "Moldavija"@sl,
        "Moldova"@sn,
        "Moldofa"@so,
        "Moldavi"@sq,
        "Молдавија"@sr,
        "Moldavija"@sr-Latn,
        "Moldavien"@sv,
        "Moldova"@swc,
        "Moldova"@swh,
        "மால்டோவா"@ta,
        "మోల్ డోవ"@te,
        "Moldova"@teo,
        "มอลโดวา"@th,
        "ሞልዶቫ"@ti,
        "ሞልዶቫ"@tig,
        "Molotova"@to,
        "Moldova"@tr,
        "Moldovi"@twq,
        "Mulḍavya"@tzm,
        "Молдова"@uk,
        "مالدووا"@ur,
        "ꖒꔷꖁꕙ"@vai,
        "Mɔlidova"@vai-Latn,
        "Moldova"@vi,
        "Moldova"@vun,
        "Moldau"@wae,
        "ሞልዶቫ"@wal,
        "Molodova"@xog,
        "moltafí"@yav,
        "Orílẹ́ède Modofia"@yo,
        "Moldova"@zsm,
        "i-Moldova"@zu ;
    lvont:label <http://lexvo.org/id/term/afr/Moldova>,
        <http://lexvo.org/id/term/agq/M%C3%B2odov%C3%A0>,
        <http://lexvo.org/id/term/aka/M%C9%94ldova>,
        <http://lexvo.org/id/term/amh/%E1%88%9E%E1%88%8D%E1%8B%B6%E1%89%AB>,
        <http://lexvo.org/id/term/ara/%D9%85%D9%88%D9%84%D8%AF%D8%A7%D9%81%D9%8A%D8%A7>,
        <http://lexvo.org/id/term/asa/Moldova>,
        <http://lexvo.org/id/term/ast/Moldavia>,
        <http://lexvo.org/id/term/aze/Moldova>,
        <http://lexvo.org/id/term/bam/Molidavi>,
        <http://lexvo.org/id/term/bas/Moldav%C3%AC%C3%A0>,
        <http://lexvo.org/id/term/bel/%D0%9C%D0%B0%D0%BB%D0%B4%D0%BE%D0%B2%D0%B0>,
        <http://lexvo.org/id/term/ben/%E0%A6%AE%E0%A7%8B%E0%A6%B2%E0%A7%8D%E0%A6%A6%E0%A6%BE%E0%A6%AD%E0%A6%BF%E0%A6%AF%E0%A6%BC%E0%A6%BE>,
        <http://lexvo.org/id/term/bez/Humoldova>,
        <http://lexvo.org/id/term/bos-Cyrl/%D0%9C%D0%BE%D0%BB%D0%B4%D0%B0%D0%B2%D0%B8%D1%98%D0%B0>,
        <http://lexvo.org/id/term/bos/Moldavija>,
        <http://lexvo.org/id/term/bre/Moldova>,
        <http://lexvo.org/id/term/brx/%E0%A4%AE%E0%A5%8B%E0%A4%B2%E0%A5%8D%E0%A4%A1%E0%A5%87%E0%A4%B5%E0%A4%BF%E0%A4%AF%E0%A4%BE>,
        <http://lexvo.org/id/term/bul/%D0%9C%D0%BE%D0%BB%D0%B4%D0%BE%D0%B2%D0%B0%2C%20%D0%A0%D0%B5%D0%BF%D1%83%D0%B1%D0%BB%D0%B8%D0%BA%D0%B0>,
        <http://lexvo.org/id/term/byn/%E1%88%9E%E1%88%8D%E1%8B%B6%E1%89%AB>,
        <http://lexvo.org/id/term/cat/Mold%C3%A0via>,
        <http://lexvo.org/id/term/ces/Moldavsko>,
        <http://lexvo.org/id/term/cgg/Moridova>,
        <http://lexvo.org/id/term/chr/%E1%8E%B9%E1%8E%B5%E1%8F%99%E1%8F%AB%E1%8E%A0>,
        <http://lexvo.org/id/term/cmn-Hant/%E6%91%A9%E7%88%BE%E5%A4%9A%E7%93%A6>,
        <http://lexvo.org/id/term/cmn/%E6%91%A9%E5%B0%94%E5%A4%9A%E7%93%A6>,
        <http://lexvo.org/id/term/cym/Moldofa>,
        <http://lexvo.org/id/term/dan/Moldova>,
        <http://lexvo.org/id/term/dav/Moldova>,
        <http://lexvo.org/id/term/deu/Republik%20Moldau>,
        <http://lexvo.org/id/term/dje/Moldovi>,
        <http://lexvo.org/id/term/dzo/%E0%BD%98%E0%BD%BC%E0%BD%A3%E0%BC%8B%E0%BD%91%E0%BD%BC%E0%BC%8B%E0%BD%96%E0%BD%B1>,
        <http://lexvo.org/id/term/ebu/Moldova>,
        <http://lexvo.org/id/term/ell/%CE%9C%CE%BF%CE%BB%CE%B4%CE%B1%CE%B2%CE%AF%CE%B1>,
        <http://lexvo.org/id/term/eng-Dsrt/%F0%90%90%A3%F0%90%90%B1%F0%90%91%8A%F0%90%90%BC%F0%90%90%AC%F0%90%91%82%F0%90%90%B2>,
        <http://lexvo.org/id/term/eng/ISO%203166-1%3AMD>,
        <http://lexvo.org/id/term/eng/Moldova>,
        <http://lexvo.org/id/term/epo/Moldavujo>,
        <http://lexvo.org/id/term/est/Moldova>,
        <http://lexvo.org/id/term/eus/Moldavia>,
        <http://lexvo.org/id/term/ewe/Moldova%20nutome>,
        <http://lexvo.org/id/term/ewo/Mol%C9%99dav%C3%AD>,
        <http://lexvo.org/id/term/fao/Moldova>,
        <http://lexvo.org/id/term/fas/%D9%85%D9%88%D9%84%D8%AF%D8%A7%D9%88%DB%8C>,
        <http://lexvo.org/id/term/fil/Moldova>,
        <http://lexvo.org/id/term/fin/Moldova>,
        <http://lexvo.org/id/term/fra/Moldavie>,
        <http://lexvo.org/id/term/ful/Moldawii>,
        <http://lexvo.org/id/term/fur/Moldavie>,
        <http://lexvo.org/id/term/gla/A'%20Mholdobha>,
        <http://lexvo.org/id/term/gle/An%20Mhold%C3%B3iv>,
        <http://lexvo.org/id/term/glg/Moldova>,
        <http://lexvo.org/id/term/gsw/Republik%20Moldau>,
        <http://lexvo.org/id/term/guj/%E0%AA%AE%E0%AB%8B%E0%AA%B2%E0%AA%A1%E0%AB%8B%E0%AA%B5%E0%AA%BE>,
        <http://lexvo.org/id/term/guz/Moldova>,
        <http://lexvo.org/id/term/hau/Maldoba>,
        <http://lexvo.org/id/term/heb/%D7%9E%D7%95%D7%9C%D7%93%D7%95%D7%91%D7%94>,
        <http://lexvo.org/id/term/hin/%E0%A4%AE%E0%A5%8B%E0%A4%B2%E0%A5%8D%E0%A4%A1%E0%A4%BE%E0%A4%B5%E0%A4%BF%E0%A4%AF%E0%A4%BE>,
        <http://lexvo.org/id/term/hrv/Moldavija>,
        <http://lexvo.org/id/term/hun/Moldova>,
        <http://lexvo.org/id/term/hye/%D5%84%D5%B8%D5%AC%D5%A4%D5%B8%D5%BE%D5%A1>,
        <http://lexvo.org/id/term/ina/Moldavia>,
        <http://lexvo.org/id/term/ind/Moldova>,
        <http://lexvo.org/id/term/isl/Mold%C3%B3va>,
        <http://lexvo.org/id/term/ita/Moldavia>,
        <http://lexvo.org/id/term/jmc/Moldova>,
        <http://lexvo.org/id/term/jpn/%E3%83%A2%E3%83%AB%E3%83%89%E3%83%90>,
        <http://lexvo.org/id/term/kab/Muldabi>,
        <http://lexvo.org/id/term/kal/Moldova>,
        <http://lexvo.org/id/term/kam/Moldova>,
        <http://lexvo.org/id/term/kan/%E0%B2%AE%E0%B3%8A%E0%B2%B2%E0%B3%8D%E0%B2%A1%E0%B3%8B%E0%B2%B5%E0%B2%BE>,
        <http://lexvo.org/id/term/kas/%D9%85%D9%88%D9%84%DA%91%D8%A7%D9%88%D9%90%DB%8C%D8%A7>,
        <http://lexvo.org/id/term/kat/%E1%83%9B%E1%83%9D%E1%83%9A%E1%83%93%E1%83%9D%E1%83%95%E1%83%90>,
        <http://lexvo.org/id/term/kde/Moldova>,
        <http://lexvo.org/id/term/kea/Moldavia>,
        <http://lexvo.org/id/term/khm/%E1%9E%9F%E1%9E%B6%E1%9E%92%E1%9E%B6%E1%9E%9A%E1%9E%8E%E1%9E%9A%E1%9E%8A%E1%9F%92%E1%9E%8B%E1%9E%98%E1%9F%89%E1%9E%BB%E1%9E%9B%E1%9E%8A%E1%9E%B6%E1%9E%9C%E1%9E%B8>,
        <http://lexvo.org/id/term/khq/Moldovi>,
        <http://lexvo.org/id/term/kik/Moldova>,
        <http://lexvo.org/id/term/kln/Emetab%20Moldova>,
        <http://lexvo.org/id/term/kor/%EB%AA%B0%EB%8F%84%EB%B0%94>,
        <http://lexvo.org/id/term/ksb/Moldova>,
        <http://lexvo.org/id/term/ksf/m%C9%94ldav%C3%AD>,
        <http://lexvo.org/id/term/ksh/Moldaavije>,
        <http://lexvo.org/id/term/lag/Molid%C3%B3ova>,
        <http://lexvo.org/id/term/lao/%E0%BB%82%E0%BA%A1%E0%BA%99%E0%BB%82%E0%BA%94%E0%BA%A7%E0%BA%B2>,
        <http://lexvo.org/id/term/lav/Moldova>,
        <http://lexvo.org/id/term/lin/Molidavi>,
        <http://lexvo.org/id/term/lit/Moldova>,
        <http://lexvo.org/id/term/lub/Molidavi>,
        <http://lexvo.org/id/term/lug/Molodova>,
        <http://lexvo.org/id/term/luo/Moldova>,
        <http://lexvo.org/id/term/luy/Moldova>,
        <http://lexvo.org/id/term/mal/%E0%B4%AE%E0%B5%BE%E0%B4%A1%E0%B5%8B%E0%B4%B5>,
        <http://lexvo.org/id/term/mar/%E0%A4%AE%E0%A5%8B%E0%A4%B2%E0%A5%8D%E0%A4%A1%E0%A5%8B%E0%A4%B5%E0%A5%8D%E0%A4%B9%E0%A4%BE>,
        <http://lexvo.org/id/term/mas/Moldova>,
        <http://lexvo.org/id/term/mer/Moldova>,
        <http://lexvo.org/id/term/mfe/Moldavi>,
        <http://lexvo.org/id/term/mkd/%D0%9C%D0%BE%D0%BB%D0%B4%D0%B0%D0%B2%D0%B8%D1%98%D0%B0>,
        <http://lexvo.org/id/term/mlg/M%C3%B4ldavia>,
        <http://lexvo.org/id/term/mlt/Maldova>,
        <http://lexvo.org/id/term/mua/Moldoviya>,
        <http://lexvo.org/id/term/naq/Moldova>,
        <http://lexvo.org/id/term/nde/Moldova>,
        <http://lexvo.org/id/term/nep/%E0%A4%AE%E0%A4%BE%E0%A4%B2%E0%A5%8D%E0%A4%A1%E0%A5%8B%E0%A4%AD%E0%A4%BE>,
        <http://lexvo.org/id/term/nld/Moldavi%C3%AB>,
        <http://lexvo.org/id/term/nmg/M%C9%94ldavia>,
        <http://lexvo.org/id/term/nno/Moldova>,
        <http://lexvo.org/id/term/nob/Moldova>,
        <http://lexvo.org/id/term/nyn/Moridova>,
        <http://lexvo.org/id/term/ori/%E0%AC%AE%E0%AC%BE%E0%AC%B2%E0%AC%A1%E0%AD%8B%E0%AC%AD%E0%AC%BE>,
        <http://lexvo.org/id/term/pol/Mo%C5%82dawia>,
        <http://lexvo.org/id/term/por/Mold%C3%A1via>,
        <http://lexvo.org/id/term/rof/Moldova>,
        <http://lexvo.org/id/term/roh/Moldavia>,
        <http://lexvo.org/id/term/ron/Republica%20Moldova>,
        <http://lexvo.org/id/term/run/Moludavi>,
        <http://lexvo.org/id/term/rus/%D0%9C%D0%BE%D0%BB%D0%B4%D0%BE%D0%B2%D0%B0>,
        <http://lexvo.org/id/term/rwk/Moldova>,
        <http://lexvo.org/id/term/sag/Moldav%C3%B9ii>,
        <http://lexvo.org/id/term/saq/Moldova>,
        <http://lexvo.org/id/term/sbp/Molidova>,
        <http://lexvo.org/id/term/seh/Mold%C3%A1via>,
        <http://lexvo.org/id/term/ses/Moldovi>,
        <http://lexvo.org/id/term/shi-Latn/muldufya>,
        <http://lexvo.org/id/term/shi/%E2%B5%8E%E2%B5%93%E2%B5%8D%E2%B4%B7%E2%B5%93%E2%B4%BC%E2%B5%A2%E2%B4%B0>,
        <http://lexvo.org/id/term/sin/%E0%B6%B8%E0%B7%9C%E0%B6%BD%E0%B7%8A%E0%B6%A9%E0%B7%9D%E0%B7%80%E0%B7%8F%E0%B7%80>,
        <http://lexvo.org/id/term/slk/Moldavsko>,
        <http://lexvo.org/id/term/slv/Moldavija>,
        <http://lexvo.org/id/term/sme/Mold%C3%A1via>,
        <http://lexvo.org/id/term/sna/Moldova>,
        <http://lexvo.org/id/term/som/Moldofa>,
        <http://lexvo.org/id/term/spa/Moldavia>,
        <http://lexvo.org/id/term/sqi/Moldavi>,
        <http://lexvo.org/id/term/srp-Latn/Moldavija>,
        <http://lexvo.org/id/term/srp/%D0%9C%D0%BE%D0%BB%D0%B4%D0%B0%D0%B2%D0%B8%D1%98%D0%B0>,
        <http://lexvo.org/id/term/swc/Moldova>,
        <http://lexvo.org/id/term/swe/Moldavien>,
        <http://lexvo.org/id/term/swh/Moldova>,
        <http://lexvo.org/id/term/tam/%E0%AE%AE%E0%AE%BE%E0%AE%B2%E0%AF%8D%E0%AE%9F%E0%AF%8B%E0%AE%B5%E0%AE%BE>,
        <http://lexvo.org/id/term/tel/%E0%B0%AE%E0%B1%8B%E0%B0%B2%E0%B1%8D%20%E0%B0%A1%E0%B1%8B%E0%B0%B5>,
        <http://lexvo.org/id/term/teo/Moldova>,
        <http://lexvo.org/id/term/tha/%E0%B8%A1%E0%B8%AD%E0%B8%A5%E0%B9%82%E0%B8%94%E0%B8%A7%E0%B8%B2>,
        <http://lexvo.org/id/term/tig/%E1%88%9E%E1%88%8D%E1%8B%B6%E1%89%AB>,
        <http://lexvo.org/id/term/tir/%E1%88%9E%E1%88%8D%E1%8B%B6%E1%89%AB>,
        <http://lexvo.org/id/term/ton/Molotova>,
        <http://lexvo.org/id/term/tur/Moldova>,
        <http://lexvo.org/id/term/twq/Moldovi>,
        <http://lexvo.org/id/term/tzm/Mul%E1%B8%8Davya>,
        <http://lexvo.org/id/term/ukr/%D0%9C%D0%BE%D0%BB%D0%B4%D0%BE%D0%B2%D0%B0>,
        <http://lexvo.org/id/term/urd/%D9%85%D8%A7%D9%84%D8%AF%D9%88%D9%88%D8%A7>,
        <http://lexvo.org/id/term/vai-Latn/M%C9%94lidova>,
        <http://lexvo.org/id/term/vai/%EA%96%92%EA%94%B7%EA%96%81%EA%95%99>,
        <http://lexvo.org/id/term/vie/Moldova>,
        <http://lexvo.org/id/term/vun/Moldova>,
        <http://lexvo.org/id/term/wae/Moldau>,
        <http://lexvo.org/id/term/wal/%E1%88%9E%E1%88%8D%E1%8B%B6%E1%89%AB>,
        <http://lexvo.org/id/term/xog/Molodova>,
        <http://lexvo.org/id/term/yav/moltaf%C3%AD>,
        <http://lexvo.org/id/term/yor/Or%C3%ADl%E1%BA%B9%CC%81%C3%A8de%20Modofia>,
        <http://lexvo.org/id/term/zsm/Moldova>,
        <http://lexvo.org/id/term/zul/i-Moldova> ;
    owl:sameAs <http://psi.oasis-open.org/iso/3166/#498>,
        <http://sws.geonames.org/617790/> .

<http://lexvo.org/id/iso3166/ME> a lvont:GeographicRegion ;
    rdfs:label "Montenegro"@af,
        "ሞንተኔግሮ"@am,
        "الجبل الأسود"@ar,
        "Montenegru"@ast,
        "Monteneqro"@az,
        "Чарнагорыя"@be,
        "Черна гора"@bg,
        "মন্টিনিগ্রো"@bn,
        "Montenegro"@br,
        "मोंटेनेग्रो"@brx,
        "Crna Gora"@bs,
        "Црна Гора"@bs-Cyrl,
        "Montenegro"@ca,
        "ᎼᏂᏔᏁᎦᎶ"@chr,
        "黑山共和国"@cmn,
        "黑山"@cmn-Hans,
        "蒙特內哥羅"@cmn-Hant,
        "Černá Hora"@cs,
        "Montenegro"@cy,
        "Montenegro"@da,
        "Montenegro"@de,
        "མོན་ཊི་ནེག་རོ"@dz,
        "Montenegro nutome"@ee,
        "Μαυροβούνιο"@el,
        "ISO 3166-1:ME"@en,
        "Montenegro"@en,
        "𐐣𐐪𐑌𐐲𐑌𐐨𐑀𐑉𐐬"@en-Dsrt,
        "Montenegro"@es,
        "Montenegro"@et,
        "Montenegro"@eu,
        "مونته‌نگرو"@fa,
        "Montenegro"@fi,
        "Montenegro"@fil,
        "Montenegro"@fo,
        "Monténégro"@fr,
        "Montenegro"@fur,
        "Montainéagró"@ga,
        "Am Monadh Neagrach"@gd,
        "Montenegro"@gl,
        "Monteneegro"@gsw,
        "મૉન્ટેંનેગ્રો"@gu,
        "מונטנגרו"@he,
        "मोंटेनेग्रो"@hi,
        "Crna Gora"@hr,
        "Montenegró"@hu,
        "Montenegro"@id,
        "Svartfjallaland"@is,
        "Montenegro"@it,
        "モンテネグロ"@ja,
        "მონტენეგრო"@ka,
        "Montenegru"@kea,
        "Montenegro"@kl,
        "ម៉ុងតេណេហ្គ្រោ"@km,
        "ಮೊಂಟೆನೆಗ್ರೋ"@kn,
        "몬테네그로"@ko,
        "موٹونیٛگِریو"@ks,
        "et Monteneejro"@ksh,
        "ມອນເຕເນໂກຣ"@lo,
        "Juodkalnija"@lt,
        "Melnkalne"@lv,
        "Umantegro"@mgh,
        "Црна Гора"@mk,
        "മോണ്ടേനേഗ്രോ"@ml,
        "मोंटेनेग्रो"@mr,
        "မွန်တီနိဂရိုး"@my,
        "Montenegro"@nb,
        "मोन्टेनेग्रो"@ne,
        "Montenegro"@nl,
        "Montenegro"@nn,
        "ମଣ୍ଟେଗ୍ରୋ"@or,
        "Czarnogóra"@pl,
        "Montenegro"@pt,
        "Montenegro"@rm,
        "Muntenegru"@ro,
        "Черногория"@ru,
        "Montenegro"@se,
        "මොන්ඩිනීග්‍රෝ"@si,
        "Čierna Hora"@sk,
        "Črna gora"@sl,
        "Црна Гора"@sr,
        "Crna Gora"@sr-Latn,
        "Montenegro"@sv,
        "Montenegro"@swh,
        "மான்டேனெக்ரோ"@ta,
        "మోంటేనేగ్రో"@te,
        "มอนเตเนโกร"@th,
        "Monitenikalo"@to,
        "Karadağ"@tr,
        "Чорногорія"@uk,
        "مونٹے نیگرو"@ur,
        "Montenegro"@vi,
        "Montenegro"@wae,
        "Montenegro"@zsm,
        "i-Montenegro"@zu ;
    lvont:label <http://lexvo.org/id/term/afr/Montenegro>,
        <http://lexvo.org/id/term/amh/%E1%88%9E%E1%8A%95%E1%89%B0%E1%8A%94%E1%8C%8D%E1%88%AE>,
        <http://lexvo.org/id/term/ara/%D8%A7%D9%84%D8%AC%D8%A8%D9%84%20%D8%A7%D9%84%D8%A3%D8%B3%D9%88%D8%AF>,
        <http://lexvo.org/id/term/ast/Montenegru>,
        <http://lexvo.org/id/term/aze/Monteneqro>,
        <http://lexvo.org/id/term/bel/%D0%A7%D0%B0%D1%80%D0%BD%D0%B0%D0%B3%D0%BE%D1%80%D1%8B%D1%8F>,
        <http://lexvo.org/id/term/ben/%E0%A6%AE%E0%A6%A8%E0%A7%8D%E0%A6%9F%E0%A6%BF%E0%A6%A8%E0%A6%BF%E0%A6%97%E0%A7%8D%E0%A6%B0%E0%A7%8B>,
        <http://lexvo.org/id/term/bos-Cyrl/%D0%A6%D1%80%D0%BD%D0%B0%20%D0%93%D0%BE%D1%80%D0%B0>,
        <http://lexvo.org/id/term/bos/Crna%20Gora>,
        <http://lexvo.org/id/term/bre/Montenegro>,
        <http://lexvo.org/id/term/brx/%E0%A4%AE%E0%A5%8B%E0%A4%82%E0%A4%9F%E0%A5%87%E0%A4%A8%E0%A5%87%E0%A4%97%E0%A5%8D%E0%A4%B0%E0%A5%8B>,
        <http://lexvo.org/id/term/bul/%D0%A7%D0%B5%D1%80%D0%BD%D0%B0%20%D0%B3%D0%BE%D1%80%D0%B0>,
        <http://lexvo.org/id/term/cat/Montenegro>,
        <http://lexvo.org/id/term/ces/%C4%8Cern%C3%A1%20Hora>,
        <http://lexvo.org/id/term/chr/%E1%8E%BC%E1%8F%82%E1%8F%94%E1%8F%81%E1%8E%A6%E1%8E%B6>,
        <http://lexvo.org/id/term/cmn-Hans/%E9%BB%91%E5%B1%B1>,
        <http://lexvo.org/id/term/cmn-Hant/%E8%92%99%E7%89%B9%E5%85%A7%E5%93%A5%E7%BE%85>,
        <http://lexvo.org/id/term/cmn/%E9%BB%91%E5%B1%B1%E5%85%B1%E5%92%8C%E5%9B%BD>,
        <http://lexvo.org/id/term/cym/Montenegro>,
        <http://lexvo.org/id/term/dan/Montenegro>,
        <http://lexvo.org/id/term/deu/Montenegro>,
        <http://lexvo.org/id/term/dzo/%E0%BD%98%E0%BD%BC%E0%BD%93%E0%BC%8B%E0%BD%8A%E0%BD%B2%E0%BC%8B%E0%BD%93%E0%BD%BA%E0%BD%82%E0%BC%8B%E0%BD%A2%E0%BD%BC>,
        <http://lexvo.org/id/term/ell/%CE%9C%CE%B1%CF%85%CF%81%CE%BF%CE%B2%CE%BF%CF%8D%CE%BD%CE%B9%CE%BF>,
        <http://lexvo.org/id/term/eng-Dsrt/%F0%90%90%A3%F0%90%90%AA%F0%90%91%8C%F0%90%90%B2%F0%90%91%8C%F0%90%90%A8%F0%90%91%80%F0%90%91%89%F0%90%90%AC>,
        <http://lexvo.org/id/term/eng/ISO%203166-1%3AME>,
        <http://lexvo.org/id/term/eng/Montenegro>,
        <http://lexvo.org/id/term/est/Montenegro>,
        <http://lexvo.org/id/term/eus/Montenegro>,
        <http://lexvo.org/id/term/ewe/Montenegro%20nutome>,
        <http://lexvo.org/id/term/fao/Montenegro>,
        <http://lexvo.org/id/term/fas/%D9%85%D9%88%D9%86%D8%AA%D9%87%E2%80%8C%D9%86%DA%AF%D8%B1%D9%88>,
        <http://lexvo.org/id/term/fil/Montenegro>,
        <http://lexvo.org/id/term/fin/Montenegro>,
        <http://lexvo.org/id/term/fra/Mont%C3%A9n%C3%A9gro>,
        <http://lexvo.org/id/term/fur/Montenegro>,
        <http://lexvo.org/id/term/gla/Am%20Monadh%20Neagrach>,
        <http://lexvo.org/id/term/gle/Montain%C3%A9agr%C3%B3>,
        <http://lexvo.org/id/term/glg/Montenegro>,
        <http://lexvo.org/id/term/gsw/Monteneegro>,
        <http://lexvo.org/id/term/guj/%E0%AA%AE%E0%AB%89%E0%AA%A8%E0%AB%8D%E0%AA%9F%E0%AB%87%E0%AA%82%E0%AA%A8%E0%AB%87%E0%AA%97%E0%AB%8D%E0%AA%B0%E0%AB%8B>,
        <http://lexvo.org/id/term/heb/%D7%9E%D7%95%D7%A0%D7%98%D7%A0%D7%92%D7%A8%D7%95>,
        <http://lexvo.org/id/term/hin/%E0%A4%AE%E0%A5%8B%E0%A4%82%E0%A4%9F%E0%A5%87%E0%A4%A8%E0%A5%87%E0%A4%97%E0%A5%8D%E0%A4%B0%E0%A5%8B>,
        <http://lexvo.org/id/term/hrv/Crna%20Gora>,
        <http://lexvo.org/id/term/hun/Montenegr%C3%B3>,
        <http://lexvo.org/id/term/ind/Montenegro>,
        <http://lexvo.org/id/term/isl/Svartfjallaland>,
        <http://lexvo.org/id/term/ita/Montenegro>,
        <http://lexvo.org/id/term/jpn/%E3%83%A2%E3%83%B3%E3%83%86%E3%83%8D%E3%82%B0%E3%83%AD>,
        <http://lexvo.org/id/term/kal/Montenegro>,
        <http://lexvo.org/id/term/kan/%E0%B2%AE%E0%B3%8A%E0%B2%82%E0%B2%9F%E0%B3%86%E0%B2%A8%E0%B3%86%E0%B2%97%E0%B3%8D%E0%B2%B0%E0%B3%8B>,
        <http://lexvo.org/id/term/kas/%D9%85%D9%88%D9%B9%D9%88%D9%86%DB%8C%D9%9B%DA%AF%D9%90%D8%B1%DB%8C%D9%88>,
        <http://lexvo.org/id/term/kat/%E1%83%9B%E1%83%9D%E1%83%9C%E1%83%A2%E1%83%94%E1%83%9C%E1%83%94%E1%83%92%E1%83%A0%E1%83%9D>,
        <http://lexvo.org/id/term/kea/Montenegru>,
        <http://lexvo.org/id/term/khm/%E1%9E%98%E1%9F%89%E1%9E%BB%E1%9E%84%E1%9E%8F%E1%9F%81%E1%9E%8E%E1%9F%81%E1%9E%A0%E1%9F%92%E1%9E%82%E1%9F%92%E1%9E%9A%E1%9F%84>,
        <http://lexvo.org/id/term/kor/%EB%AA%AC%ED%85%8C%EB%84%A4%EA%B7%B8%EB%A1%9C>,
        <http://lexvo.org/id/term/ksh/et%20Monteneejro>,
        <http://lexvo.org/id/term/lao/%E0%BA%A1%E0%BA%AD%E0%BA%99%E0%BB%80%E0%BA%95%E0%BB%80%E0%BA%99%E0%BB%82%E0%BA%81%E0%BA%A3>,
        <http://lexvo.org/id/term/lav/Melnkalne>,
        <http://lexvo.org/id/term/lit/Juodkalnija>,
        <http://lexvo.org/id/term/mal/%E0%B4%AE%E0%B5%8B%E0%B4%A3%E0%B5%8D%E0%B4%9F%E0%B5%87%E0%B4%A8%E0%B5%87%E0%B4%97%E0%B5%8D%E0%B4%B0%E0%B5%8B>,
        <http://lexvo.org/id/term/mar/%E0%A4%AE%E0%A5%8B%E0%A4%82%E0%A4%9F%E0%A5%87%E0%A4%A8%E0%A5%87%E0%A4%97%E0%A5%8D%E0%A4%B0%E0%A5%8B>,
        <http://lexvo.org/id/term/mgh/Umantegro>,
        <http://lexvo.org/id/term/mkd/%D0%A6%D1%80%D0%BD%D0%B0%20%D0%93%D0%BE%D1%80%D0%B0>,
        <http://lexvo.org/id/term/mya/%E1%80%99%E1%80%BD%E1%80%94%E1%80%BA%E1%80%90%E1%80%AE%E1%80%94%E1%80%AD%E1%80%82%E1%80%9B%E1%80%AD%E1%80%AF%E1%80%B8>,
        <http://lexvo.org/id/term/nep/%E0%A4%AE%E0%A5%8B%E0%A4%A8%E0%A5%8D%E0%A4%9F%E0%A5%87%E0%A4%A8%E0%A5%87%E0%A4%97%E0%A5%8D%E0%A4%B0%E0%A5%8B>,
        <http://lexvo.org/id/term/nld/Montenegro>,
        <http://lexvo.org/id/term/nno/Montenegro>,
        <http://lexvo.org/id/term/nob/Montenegro>,
        <http://lexvo.org/id/term/ori/%E0%AC%AE%E0%AC%A3%E0%AD%8D%E0%AC%9F%E0%AD%87%E0%AC%97%E0%AD%8D%E0%AC%B0%E0%AD%8B>,
        <http://lexvo.org/id/term/pol/Czarnog%C3%B3ra>,
        <http://lexvo.org/id/term/por/Montenegro>,
        <http://lexvo.org/id/term/roh/Montenegro>,
        <http://lexvo.org/id/term/ron/Muntenegru>,
        <http://lexvo.org/id/term/rus/%D0%A7%D0%B5%D1%80%D0%BD%D0%BE%D0%B3%D0%BE%D1%80%D0%B8%D1%8F>,
        <http://lexvo.org/id/term/sin/%E0%B6%B8%E0%B7%9C%E0%B6%B1%E0%B7%8A%E0%B6%A9%E0%B7%92%E0%B6%B1%E0%B7%93%E0%B6%9C%E0%B7%8A%E2%80%8D%E0%B6%BB%E0%B7%9D>,
        <http://lexvo.org/id/term/slk/%C4%8Cierna%20Hora>,
        <http://lexvo.org/id/term/slv/%C4%8Crna%20gora>,
        <http://lexvo.org/id/term/sme/Montenegro>,
        <http://lexvo.org/id/term/spa/Montenegro>,
        <http://lexvo.org/id/term/srp-Latn/Crna%20Gora>,
        <http://lexvo.org/id/term/srp/%D0%A6%D1%80%D0%BD%D0%B0%20%D0%93%D0%BE%D1%80%D0%B0>,
        <http://lexvo.org/id/term/swe/Montenegro>,
        <http://lexvo.org/id/term/swh/Montenegro>,
        <http://lexvo.org/id/term/tam/%E0%AE%AE%E0%AE%BE%E0%AE%A9%E0%AF%8D%E0%AE%9F%E0%AF%87%E0%AE%A9%E0%AF%86%E0%AE%95%E0%AF%8D%E0%AE%B0%E0%AF%8B>,
        <http://lexvo.org/id/term/tel/%E0%B0%AE%E0%B1%8B%E0%B0%82%E0%B0%9F%E0%B1%87%E0%B0%A8%E0%B1%87%E0%B0%97%E0%B1%8D%E0%B0%B0%E0%B1%8B>,
        <http://lexvo.org/id/term/tha/%E0%B8%A1%E0%B8%AD%E0%B8%99%E0%B9%80%E0%B8%95%E0%B9%80%E0%B8%99%E0%B9%82%E0%B8%81%E0%B8%A3>,
        <http://lexvo.org/id/term/ton/Monitenikalo>,
        <http://lexvo.org/id/term/tur/Karada%C4%9F>,
        <http://lexvo.org/id/term/ukr/%D0%A7%D0%BE%D1%80%D0%BD%D0%BE%D0%B3%D0%BE%D1%80%D1%96%D1%8F>,
        <http://lexvo.org/id/term/urd/%D9%85%D9%88%D9%86%D9%B9%DB%92%20%D9%86%DB%8C%DA%AF%D8%B1%D9%88>,
        <http://lexvo.org/id/term/vie/Montenegro>,
        <http://lexvo.org/id/term/wae/Montenegro>,
        <http://lexvo.org/id/term/zsm/Montenegro>,
        <http://lexvo.org/id/term/zul/i-Montenegro> ;
    owl:sameAs <http://sws.geonames.org/3194884/> .

<http://lexvo.org/id/iso3166/MF> a lvont:GeographicRegion ;
    rdfs:label "Sint Martin"@af,
        "ሴንት ማርቲን"@am,
        "سانت مارتن"@ar,
        "Saint Martin"@ast,
        "Seynt Martin"@az,
        "Сейнт Мартин"@bg,
        "সেন্ট মার্টিন"@bn,
        "Saint Martin"@br,
        "सेँ मार्टेँ"@brx,
        "Sv. Martin"@bs,
        "Сент Мартин"@bs-Cyrl,
        "Saint Martin"@ca,
        "ᎠᏥᎸᏉᏗ ᏡᏡ"@chr,
        "法属圣马丁"@cmn,
        "聖馬丁"@cmn-Hant,
        "Svatý Martin"@cs,
        "Saint Martin"@cy,
        "Saint Martin"@da,
        "St. Martin"@de,
        "སེནཊ་ མཱར་ཊིན"@dz,
        "Saint Martin nutome"@ee,
        "Άγιος Μαρτίνος (Γαλλικό τμήμα)"@el,
        "ISO 3166-1:MF"@en,
        "Saint Martin"@en,
        "𐐝𐐩𐑌𐐻 𐐣𐐪𐑉𐐻𐑌"@en-Dsrt,
        "San Martín"@es,
        "Saint Martin"@et,
        "Saint Martin"@eu,
        "سنت مارتین"@fa,
        "Saint-Martin"@fi,
        "Saint Martin"@fil,
        "Fransk Saint Martin"@fo,
        "Saint-Martin [partie française]"@fr,
        "Sant Martin"@fur,
        "Naomh Màrtainn"@gd,
        "San Martiño"@gl,
        "St. Martin"@gsw,
        "સેંટ માર્ટિન"@gu,
        "סנט מרטין"@he,
        "सेंट मार्टिन"@hi,
        "Sveti Martin"@hr,
        "Saint Martin"@hu,
        "Saint Martin"@id,
        "Saint Martin"@is,
        "Saint Martin"@it,
        "サン・マルタン"@ja,
        "Sãu Martinhu di Fransa"@kea,
        "Frankrigi Saint Martin"@kl,
        "សង់​ម៉ាទីន"@km,
        "ಸೇಂಟ್ ಮಾರ್ಟಿನ್"@kn,
        "생 마르탱"@ko,
        "سینٛٹ مارٹِن"@ks,
        "de Zint-Määtes-Ensel"@ksh,
        "ເຊັ້ນ ມາຕິນ"@lo,
        "Sen Martenas"@lt,
        "Senmartēna"@lv,
        "Сент Мартин"@mk,
        "സെൻറ് മാർട്ടിൻ"@ml,
        "सेंट मार्टिन"@mr,
        "စိန့်မာတင်"@my,
        "Saint-Martin"@nb,
        "सेन्ट मार्टिन"@ne,
        "Saint-Martin"@nl,
        "Saint Martin"@nn,
        "ସେଣ୍ଟ ମାର୍ଟିନ୍"@or,
        "Saint-Martin"@pl,
        "São Martinho"@pt,
        "Saint Martin"@rm,
        "Sfântul Martin"@ro,
        "Остров Святого Мартина"@ru,
        "Frankriikka Saint Martin"@se,
        "ශාන්ත මාර්ටින්"@si,
        "Saint Martin"@sk,
        "Saint Martin"@sl,
        "Сент Мартин"@sr,
        "Sv. Martin"@sr-Latn,
        "S:t Martin"@sv,
        "S:t Martin (franska delen)"@sv,
        "Saint Martin"@swh,
        "செயின் மார்டீன்"@ta,
        "సెంట్ మార్టిన్"@te,
        "เซนต์มาติน"@th,
        "Seini Matini"@to,
        "Saint Martin"@tr,
        "Острів Святого Мартіна"@uk,
        "سینٹ مارٹن"@ur,
        "Saint Martin"@vi,
        "St. Martin"@wae,
        "Saint Martin"@zsm,
        "i-Saint Martin"@zu ;
    lvont:label <http://lexvo.org/id/term/afr/Sint%20Martin>,
        <http://lexvo.org/id/term/amh/%E1%88%B4%E1%8A%95%E1%89%B5%20%E1%88%9B%E1%88%AD%E1%89%B2%E1%8A%95>,
        <http://lexvo.org/id/term/ara/%D8%B3%D8%A7%D9%86%D8%AA%20%D9%85%D8%A7%D8%B1%D8%AA%D9%86>,
        <http://lexvo.org/id/term/ast/Saint%20Martin>,
        <http://lexvo.org/id/term/aze/Seynt%20Martin>,
        <http://lexvo.org/id/term/ben/%E0%A6%B8%E0%A7%87%E0%A6%A8%E0%A7%8D%E0%A6%9F%20%E0%A6%AE%E0%A6%BE%E0%A6%B0%E0%A7%8D%E0%A6%9F%E0%A6%BF%E0%A6%A8>,
        <http://lexvo.org/id/term/bos-Cyrl/%D0%A1%D0%B5%D0%BD%D1%82%20%D0%9C%D0%B0%D1%80%D1%82%D0%B8%D0%BD>,
        <http://lexvo.org/id/term/bos/Sv.%20Martin>,
        <http://lexvo.org/id/term/bre/Saint%20Martin>,
        <http://lexvo.org/id/term/brx/%E0%A4%B8%E0%A5%87%E0%A4%81%20%E0%A4%AE%E0%A4%BE%E0%A4%B0%E0%A5%8D%E0%A4%9F%E0%A5%87%E0%A4%81>,
        <http://lexvo.org/id/term/bul/%D0%A1%D0%B5%D0%B9%D0%BD%D1%82%20%D0%9C%D0%B0%D1%80%D1%82%D0%B8%D0%BD>,
        <http://lexvo.org/id/term/cat/Saint%20Martin>,
        <http://lexvo.org/id/term/ces/Svat%C3%BD%20Martin>,
        <http://lexvo.org/id/term/chr/%E1%8E%A0%E1%8F%A5%E1%8E%B8%E1%8F%89%E1%8F%97%20%E1%8F%A1%E1%8F%A1>,
        <http://lexvo.org/id/term/cmn-Hant/%E8%81%96%E9%A6%AC%E4%B8%81>,
        <http://lexvo.org/id/term/cmn/%E6%B3%95%E5%B1%9E%E5%9C%A3%E9%A9%AC%E4%B8%81>,
        <http://lexvo.org/id/term/cym/Saint%20Martin>,
        <http://lexvo.org/id/term/dan/Saint%20Martin>,
        <http://lexvo.org/id/term/deu/St.%20Martin>,
        <http://lexvo.org/id/term/dzo/%E0%BD%A6%E0%BD%BA%E0%BD%93%E0%BD%8A%E0%BC%8B%20%E0%BD%98%E0%BD%B1%E0%BD%A2%E0%BC%8B%E0%BD%8A%E0%BD%B2%E0%BD%93>,
        <http://lexvo.org/id/term/ell/%CE%86%CE%B3%CE%B9%CE%BF%CF%82%20%CE%9C%CE%B1%CF%81%CF%84%CE%AF%CE%BD%CE%BF%CF%82%20(%CE%93%CE%B1%CE%BB%CE%BB%CE%B9%CE%BA%CF%8C%20%CF%84%CE%BC%CE%AE%CE%BC%CE%B1)>,
        <http://lexvo.org/id/term/eng-Dsrt/%F0%90%90%9D%F0%90%90%A9%F0%90%91%8C%F0%90%90%BB%20%F0%90%90%A3%F0%90%90%AA%F0%90%91%89%F0%90%90%BB%F0%90%91%8C>,
        <http://lexvo.org/id/term/eng/ISO%203166-1%3AMF>,
        <http://lexvo.org/id/term/eng/Saint%20Martin>,
        <http://lexvo.org/id/term/est/Saint%20Martin>,
        <http://lexvo.org/id/term/eus/Saint%20Martin>,
        <http://lexvo.org/id/term/ewe/Saint%20Martin%20nutome>,
        <http://lexvo.org/id/term/fao/Fransk%20Saint%20Martin>,
        <http://lexvo.org/id/term/fas/%D8%B3%D9%86%D8%AA%20%D9%85%D8%A7%D8%B1%D8%AA%DB%8C%D9%86>,
        <http://lexvo.org/id/term/fil/Saint%20Martin>,
        <http://lexvo.org/id/term/fin/Saint-Martin>,
        <http://lexvo.org/id/term/fra/Saint-Martin%20%5Bpartie%20fran%C3%A7aise%5D>,
        <http://lexvo.org/id/term/fur/Sant%20Martin>,
        <http://lexvo.org/id/term/gla/Naomh%20M%C3%A0rtainn>,
        <http://lexvo.org/id/term/glg/San%20Marti%C3%B1o>,
        <http://lexvo.org/id/term/gsw/St.%20Martin>,
        <http://lexvo.org/id/term/guj/%E0%AA%B8%E0%AB%87%E0%AA%82%E0%AA%9F%20%E0%AA%AE%E0%AA%BE%E0%AA%B0%E0%AB%8D%E0%AA%9F%E0%AA%BF%E0%AA%A8>,
        <http://lexvo.org/id/term/heb/%D7%A1%D7%A0%D7%98%20%D7%9E%D7%A8%D7%98%D7%99%D7%9F>,
        <http://lexvo.org/id/term/hin/%E0%A4%B8%E0%A5%87%E0%A4%82%E0%A4%9F%20%E0%A4%AE%E0%A4%BE%E0%A4%B0%E0%A5%8D%E0%A4%9F%E0%A4%BF%E0%A4%A8>,
        <http://lexvo.org/id/term/hrv/Sveti%20Martin>,
        <http://lexvo.org/id/term/hun/Saint%20Martin>,
        <http://lexvo.org/id/term/ind/Saint%20Martin>,
        <http://lexvo.org/id/term/isl/Saint%20Martin>,
        <http://lexvo.org/id/term/ita/Saint%20Martin>,
        <http://lexvo.org/id/term/jpn/%E3%82%B5%E3%83%B3%E3%83%BB%E3%83%9E%E3%83%AB%E3%82%BF%E3%83%B3>,
        <http://lexvo.org/id/term/kal/Frankrigi%20Saint%20Martin>,
        <http://lexvo.org/id/term/kan/%E0%B2%B8%E0%B3%87%E0%B2%82%E0%B2%9F%E0%B3%8D%20%E0%B2%AE%E0%B2%BE%E0%B2%B0%E0%B3%8D%E0%B2%9F%E0%B2%BF%E0%B2%A8%E0%B3%8D>,
        <http://lexvo.org/id/term/kas/%D8%B3%DB%8C%D9%86%D9%9B%D9%B9%20%D9%85%D8%A7%D8%B1%D9%B9%D9%90%D9%86>,
        <http://lexvo.org/id/term/kea/S%C3%A3u%20Martinhu%20di%20Fransa>,
        <http://lexvo.org/id/term/khm/%E1%9E%9F%E1%9E%84%E1%9F%8B%E2%80%8B%E1%9E%98%E1%9F%89%E1%9E%B6%E1%9E%91%E1%9E%B8%E1%9E%93>,
        <http://lexvo.org/id/term/kor/%EC%83%9D%20%EB%A7%88%EB%A5%B4%ED%83%B1>,
        <http://lexvo.org/id/term/ksh/de%20Zint-M%C3%A4%C3%A4tes-Ensel>,
        <http://lexvo.org/id/term/lao/%E0%BB%80%E0%BA%8A%E0%BA%B1%E0%BB%89%E0%BA%99%20%E0%BA%A1%E0%BA%B2%E0%BA%95%E0%BA%B4%E0%BA%99>,
        <http://lexvo.org/id/term/lav/Senmart%C4%93na>,
        <http://lexvo.org/id/term/lit/Sen%20Martenas>,
        <http://lexvo.org/id/term/mal/%E0%B4%B8%E0%B5%86%E0%B5%BB%E0%B4%B1%E0%B5%8D%20%E0%B4%AE%E0%B4%BE%E0%B5%BC%E0%B4%9F%E0%B5%8D%E0%B4%9F%E0%B4%BF%E0%B5%BB>,
        <http://lexvo.org/id/term/mar/%E0%A4%B8%E0%A5%87%E0%A4%82%E0%A4%9F%20%E0%A4%AE%E0%A4%BE%E0%A4%B0%E0%A5%8D%E0%A4%9F%E0%A4%BF%E0%A4%A8>,
        <http://lexvo.org/id/term/mkd/%D0%A1%D0%B5%D0%BD%D1%82%20%D0%9C%D0%B0%D1%80%D1%82%D0%B8%D0%BD>,
        <http://lexvo.org/id/term/mya/%E1%80%85%E1%80%AD%E1%80%94%E1%80%B7%E1%80%BA%E1%80%99%E1%80%AC%E1%80%90%E1%80%84%E1%80%BA>,
        <http://lexvo.org/id/term/nep/%E0%A4%B8%E0%A5%87%E0%A4%A8%E0%A5%8D%E0%A4%9F%20%E0%A4%AE%E0%A4%BE%E0%A4%B0%E0%A5%8D%E0%A4%9F%E0%A4%BF%E0%A4%A8>,
        <http://lexvo.org/id/term/nld/Saint-Martin>,
        <http://lexvo.org/id/term/nno/Saint%20Martin>,
        <http://lexvo.org/id/term/nob/Saint-Martin>,
        <http://lexvo.org/id/term/ori/%E0%AC%B8%E0%AD%87%E0%AC%A3%E0%AD%8D%E0%AC%9F%20%E0%AC%AE%E0%AC%BE%E0%AC%B0%E0%AD%8D%E0%AC%9F%E0%AC%BF%E0%AC%A8%E0%AD%8D>,
        <http://lexvo.org/id/term/pol/Saint-Martin>,
        <http://lexvo.org/id/term/por/S%C3%A3o%20Martinho>,
        <http://lexvo.org/id/term/roh/Saint%20Martin>,
        <http://lexvo.org/id/term/ron/Sf%C3%A2ntul%20Martin>,
        <http://lexvo.org/id/term/rus/%D0%9E%D1%81%D1%82%D1%80%D0%BE%D0%B2%20%D0%A1%D0%B2%D1%8F%D1%82%D0%BE%D0%B3%D0%BE%20%D0%9C%D0%B0%D1%80%D1%82%D0%B8%D0%BD%D0%B0>,
        <http://lexvo.org/id/term/sin/%E0%B7%81%E0%B7%8F%E0%B6%B1%E0%B7%8A%E0%B6%AD%20%E0%B6%B8%E0%B7%8F%E0%B6%BB%E0%B7%8A%E0%B6%A7%E0%B7%92%E0%B6%B1%E0%B7%8A>,
        <http://lexvo.org/id/term/slk/Saint%20Martin>,
        <http://lexvo.org/id/term/slv/Saint%20Martin>,
        <http://lexvo.org/id/term/sme/Frankriikka%20Saint%20Martin>,
        <http://lexvo.org/id/term/spa/San%20Mart%C3%ADn>,
        <http://lexvo.org/id/term/srp-Latn/Sv.%20Martin>,
        <http://lexvo.org/id/term/srp/%D0%A1%D0%B5%D0%BD%D1%82%20%D0%9C%D0%B0%D1%80%D1%82%D0%B8%D0%BD>,
        <http://lexvo.org/id/term/swe/S%3At%20Martin>,
        <http://lexvo.org/id/term/swe/S%3At%20Martin%20(franska%20delen)>,
        <http://lexvo.org/id/term/swh/Saint%20Martin>,
        <http://lexvo.org/id/term/tam/%E0%AE%9A%E0%AF%86%E0%AE%AF%E0%AE%BF%E0%AE%A9%E0%AF%8D%20%E0%AE%AE%E0%AE%BE%E0%AE%B0%E0%AF%8D%E0%AE%9F%E0%AF%80%E0%AE%A9%E0%AF%8D>,
        <http://lexvo.org/id/term/tel/%E0%B0%B8%E0%B1%86%E0%B0%82%E0%B0%9F%E0%B1%8D%20%E0%B0%AE%E0%B0%BE%E0%B0%B0%E0%B1%8D%E0%B0%9F%E0%B0%BF%E0%B0%A8%E0%B1%8D>,
        <http://lexvo.org/id/term/tha/%E0%B9%80%E0%B8%8B%E0%B8%99%E0%B8%95%E0%B9%8C%E0%B8%A1%E0%B8%B2%E0%B8%95%E0%B8%B4%E0%B8%99>,
        <http://lexvo.org/id/term/ton/Seini%20Matini>,
        <http://lexvo.org/id/term/tur/Saint%20Martin>,
        <http://lexvo.org/id/term/ukr/%D0%9E%D1%81%D1%82%D1%80%D1%96%D0%B2%20%D0%A1%D0%B2%D1%8F%D1%82%D0%BE%D0%B3%D0%BE%20%D0%9C%D0%B0%D1%80%D1%82%D1%96%D0%BD%D0%B0>,
        <http://lexvo.org/id/term/urd/%D8%B3%DB%8C%D9%86%D9%B9%20%D9%85%D8%A7%D8%B1%D9%B9%D9%86>,
        <http://lexvo.org/id/term/vie/Saint%20Martin>,
        <http://lexvo.org/id/term/wae/St.%20Martin>,
        <http://lexvo.org/id/term/zsm/Saint%20Martin>,
        <http://lexvo.org/id/term/zul/i-Saint%20Martin> ;
    owl:sameAs <http://sws.geonames.org/3578421/> .

<http://lexvo.org/id/iso3166/MG> a lvont:GeographicRegion ;
    rdfs:label "Madagaskar"@af,
        "Màdàgasɨkà"@agq,
        "Madagaska"@ak,
        "ማዳጋስካር"@am,
        "مدغشقر"@ar,
        "Bukini"@asa,
        "Madagascar"@ast,
        "Madaqaskar"@az,
        "Màdàgàskâr"@bas,
        "Мадагаскар"@be,
        "Hubukini"@bez,
        "Мадагаскар"@bg,
        "Madagasikari"@bm,
        "মাদাগাস্কার"@bn,
        "མ་དཱ་གྷསྐཱར།"@bo,
        "Madagaskar"@br,
        "मदागास्कर"@brx,
        "Madagaskar"@bs,
        "Мадагаскар"@bs-Cyrl,
        "Madagascar"@ca,
        "Madagasika"@cgg,
        "ᎹᏓᎦᏍᎧᎵ"@chr,
        "马达加斯加"@cmn,
        "馬達加斯加"@cmn-Hant,
        "Madagaskar"@cs,
        "Madagascar"@cy,
        "Madagaskar"@da,
        "Bukini"@dav,
        "Madagaskar"@de,
        "Madagascar"@dje,
        "Madagaskaar"@dyo,
        "མ་དཱ་གེས་ཀར"@dz,
        "Bukini"@ebu,
        "Madagaska nutome"@ee,
        "Μαδαγασκάρη"@el,
        "ISO 3166-1:MG"@en,
        "Madagascar"@en,
        "𐐣𐐰𐐼𐐲𐑀𐐰𐑅𐐿𐐲𐑉"@en-Dsrt,
        "Madagaskaro"@eo,
        "Madagascar"@es,
        "Madagaskar"@et,
        "Madagaskar"@eu,
        "Madagasəkárə"@ewo,
        "ماداگاسکار"@fa,
        "مادغاسکر"@fa,
        "Madagaskaar"@ff,
        "Madagaskar"@fi,
        "Madagascar"@fil,
        "Madagaskar"@fo,
        "Madagascar"@fr,
        "Madagascar"@fur,
        "Madagascar"@ga,
        "Madagasgar"@gd,
        "Madagascar"@gl,
        "Madagaschkar"@gsw,
        "મેડાગાસ્કર"@gu,
        "Bukini"@guz,
        "Madagaskar"@ha,
        "מדגסקר"@he,
        "मैडागास्कर"@hi,
        "Madagaskar"@hr,
        "Madagaszkár"@hu,
        "Մադագասկար"@hy,
        "Madagascar"@ia,
        "Madagaskar"@id,
        "Madagaskar"@is,
        "Madagascar"@it,
        "マダガスカル"@ja,
        "Mɑ́ndɑŋɡɑsɛkɑ̂"@jgo,
        "Bukini"@jmc,
        "მადაგასკარი"@ka,
        "Madaɣecqer"@kab,
        "Bukini"@kam,
        "Bukini"@kde,
        "Madagaskar"@kea,
        "Madagascar"@khq,
        "Bukini"@ki,
        "Madagaskar"@kl,
        "Emetab Madagascar"@kln,
        "ម៉ាដាហ្កាស្ការ"@km,
        "ಮಡಗಾಸ್ಕರ್"@kn,
        "마다가스카르"@ko,
        "میڑاگاسکار"@ks,
        "Bukini"@ksb,
        "madagaska"@ksf,
        "Maddajaska"@ksh,
        "Bukíini"@lag,
        "Madagasika"@lg,
        "Madagasikari"@ln,
        "ມາດາກາດກ້າ"@lo,
        "Madagaskaras"@lt,
        "Madagasikari"@lu,
        "Madagascar"@luo,
        "Bukini"@luy,
        "Madagaskara"@lv,
        "Bukini"@mas,
        "Madagasika"@mer,
        "Madagaskar"@mfe,
        "Madagasikara"@mg,
        "Ubukini"@mgh,
        "Мадагаскар"@mk,
        "മഡഗാസ്കർ"@ml,
        "मादागास्कर"@mr,
        "Madagaskar"@mt,
        "Madagaskar"@mua,
        "မဒဂတ်စကာ"@my,
        "Madagascari"@naq,
        "Madagaskar"@nb,
        "Madagaska"@nd,
        "मडागास्कर"@ne,
        "Madagaskar"@nl,
        "Madagaskar"@nmg,
        "Madagaskar"@nn,
        "Madagasika"@nyn,
        "ମାଡାଗାସ୍କର୍"@or,
        "Madagaskar"@pl,
        "Madagascar"@pt,
        "Madagáscar"@pt,
        "Madagascar"@rm,
        "Madagasikari"@rn,
        "Madagascar"@ro,
        "Bukini"@rof,
        "Мадагаскар"@ru,
        "Bukini"@rwk,
        "Bukini"@saq,
        "Bukini"@sbp,
        "Madagaskar"@se,
        "Madagascar"@seh,
        "Madagascar"@ses,
        "Madagaskära"@sg,
        "ⵎⴰⴷⴰⵖⴰⵛⵇⴰⵔ"@shi,
        "madaɣacqar"@shi-Latn,
        "මැඩගස්තරය"@si,
        "Madagaskar"@sk,
        "Madagaskar"@sl,
        "Madagascar"@sn,
        "Madagaskar"@so,
        "Madagaskar"@sq,
        "Мадагаскар"@sr,
        "Madagaskar"@sr-Latn,
        "Madagaskar"@sv,
        "Bukini"@swc,
        "Bukini"@swh,
        "மடகாஸ்கர்"@ta,
        "మాడ్గాస్కార్"@te,
        "Bukini"@teo,
        "มาดากัสการ์"@th,
        "ማዳጋስካር"@ti,
        "Matakasika"@to,
        "Madagaskar"@tr,
        "Madagascar"@twq,
        "Madaɣacqar"@tzm,
        "Мадагаскар"@uk,
        "مڈغاسکر"@ur,
        "ꕮꕜꕭꔻꕪ"@vai,
        "Madagasita"@vai-Latn,
        "Madagascar"@vi,
        "Bukini"@vun,
        "Madagaskar"@wae,
        "Madagasika"@xog,
        "matakaskáal"@yav,
        "Orílẹ́ède Madasika"@yo,
        "Madagaskar"@zsm,
        "i-Madagascar"@zu ;
    lvont:label <http://lexvo.org/id/term/afr/Madagaskar>,
        <http://lexvo.org/id/term/agq/M%C3%A0d%C3%A0gas%C9%A8k%C3%A0>,
        <http://lexvo.org/id/term/aka/Madagaska>,
        <http://lexvo.org/id/term/amh/%E1%88%9B%E1%8B%B3%E1%8C%8B%E1%88%B5%E1%8A%AB%E1%88%AD>,
        <http://lexvo.org/id/term/ara/%D9%85%D8%AF%D8%BA%D8%B4%D9%82%D8%B1>,
        <http://lexvo.org/id/term/asa/Bukini>,
        <http://lexvo.org/id/term/ast/Madagascar>,
        <http://lexvo.org/id/term/aze/Madaqaskar>,
        <http://lexvo.org/id/term/bam/Madagasikari>,
        <http://lexvo.org/id/term/bas/M%C3%A0d%C3%A0g%C3%A0sk%C3%A2r>,
        <http://lexvo.org/id/term/bel/%D0%9C%D0%B0%D0%B4%D0%B0%D0%B3%D0%B0%D1%81%D0%BA%D0%B0%D1%80>,
        <http://lexvo.org/id/term/ben/%E0%A6%AE%E0%A6%BE%E0%A6%A6%E0%A6%BE%E0%A6%97%E0%A6%BE%E0%A6%B8%E0%A7%8D%E0%A6%95%E0%A6%BE%E0%A6%B0>,
        <http://lexvo.org/id/term/bez/Hubukini>,
        <http://lexvo.org/id/term/bod/%E0%BD%98%E0%BC%8B%E0%BD%91%E0%BD%B1%E0%BC%8B%E0%BD%82%E0%BE%B7%E0%BD%A6%E0%BE%90%E0%BD%B1%E0%BD%A2%E0%BC%8D>,
        <http://lexvo.org/id/term/bos-Cyrl/%D0%9C%D0%B0%D0%B4%D0%B0%D0%B3%D0%B0%D1%81%D0%BA%D0%B0%D1%80>,
        <http://lexvo.org/id/term/bos/Madagaskar>,
        <http://lexvo.org/id/term/bre/Madagaskar>,
        <http://lexvo.org/id/term/brx/%E0%A4%AE%E0%A4%A6%E0%A4%BE%E0%A4%97%E0%A4%BE%E0%A4%B8%E0%A5%8D%E0%A4%95%E0%A4%B0>,
        <http://lexvo.org/id/term/bul/%D0%9C%D0%B0%D0%B4%D0%B0%D0%B3%D0%B0%D1%81%D0%BA%D0%B0%D1%80>,
        <http://lexvo.org/id/term/cat/Madagascar>,
        <http://lexvo.org/id/term/ces/Madagaskar>,
        <http://lexvo.org/id/term/cgg/Madagasika>,
        <http://lexvo.org/id/term/chr/%E1%8E%B9%E1%8F%93%E1%8E%A6%E1%8F%8D%E1%8E%A7%E1%8E%B5>,
        <http://lexvo.org/id/term/cmn-Hant/%E9%A6%AC%E9%81%94%E5%8A%A0%E6%96%AF%E5%8A%A0>,
        <http://lexvo.org/id/term/cmn/%E9%A9%AC%E8%BE%BE%E5%8A%A0%E6%96%AF%E5%8A%A0>,
        <http://lexvo.org/id/term/cym/Madagascar>,
        <http://lexvo.org/id/term/dan/Madagaskar>,
        <http://lexvo.org/id/term/dav/Bukini>,
        <http://lexvo.org/id/term/deu/Madagaskar>,
        <http://lexvo.org/id/term/dje/Madagascar>,
        <http://lexvo.org/id/term/dyo/Madagaskaar>,
        <http://lexvo.org/id/term/dzo/%E0%BD%98%E0%BC%8B%E0%BD%91%E0%BD%B1%E0%BC%8B%E0%BD%82%E0%BD%BA%E0%BD%A6%E0%BC%8B%E0%BD%80%E0%BD%A2>,
        <http://lexvo.org/id/term/ebu/Bukini>,
        <http://lexvo.org/id/term/ell/%CE%9C%CE%B1%CE%B4%CE%B1%CE%B3%CE%B1%CF%83%CE%BA%CE%AC%CF%81%CE%B7>,
        <http://lexvo.org/id/term/eng-Dsrt/%F0%90%90%A3%F0%90%90%B0%F0%90%90%BC%F0%90%90%B2%F0%90%91%80%F0%90%90%B0%F0%90%91%85%F0%90%90%BF%F0%90%90%B2%F0%90%91%89>,
        <http://lexvo.org/id/term/eng/ISO%203166-1%3AMG>,
        <http://lexvo.org/id/term/eng/Madagascar>,
        <http://lexvo.org/id/term/epo/Madagaskaro>,
        <http://lexvo.org/id/term/est/Madagaskar>,
        <http://lexvo.org/id/term/eus/Madagaskar>,
        <http://lexvo.org/id/term/ewe/Madagaska%20nutome>,
        <http://lexvo.org/id/term/ewo/Madagas%C9%99k%C3%A1r%C9%99>,
        <http://lexvo.org/id/term/fao/Madagaskar>,
        <http://lexvo.org/id/term/fas/%D9%85%D8%A7%D8%AF%D8%A7%DA%AF%D8%A7%D8%B3%DA%A9%D8%A7%D8%B1>,
        <http://lexvo.org/id/term/fas/%D9%85%D8%A7%D8%AF%D8%BA%D8%A7%D8%B3%DA%A9%D8%B1>,
        <http://lexvo.org/id/term/fil/Madagascar>,
        <http://lexvo.org/id/term/fin/Madagaskar>,
        <http://lexvo.org/id/term/fra/Madagascar>,
        <http://lexvo.org/id/term/ful/Madagaskaar>,
        <http://lexvo.org/id/term/fur/Madagascar>,
        <http://lexvo.org/id/term/gla/Madagasgar>,
        <http://lexvo.org/id/term/gle/Madagascar>,
        <http://lexvo.org/id/term/glg/Madagascar>,
        <http://lexvo.org/id/term/gsw/Madagaschkar>,
        <http://lexvo.org/id/term/guj/%E0%AA%AE%E0%AB%87%E0%AA%A1%E0%AA%BE%E0%AA%97%E0%AA%BE%E0%AA%B8%E0%AB%8D%E0%AA%95%E0%AA%B0>,
        <http://lexvo.org/id/term/guz/Bukini>,
        <http://lexvo.org/id/term/hau/Madagaskar>,
        <http://lexvo.org/id/term/heb/%D7%9E%D7%93%D7%92%D7%A1%D7%A7%D7%A8>,
        <http://lexvo.org/id/term/hin/%E0%A4%AE%E0%A5%88%E0%A4%A1%E0%A4%BE%E0%A4%97%E0%A4%BE%E0%A4%B8%E0%A5%8D%E0%A4%95%E0%A4%B0>,
        <http://lexvo.org/id/term/hrv/Madagaskar>,
        <http://lexvo.org/id/term/hun/Madagaszk%C3%A1r>,
        <http://lexvo.org/id/term/hye/%D5%84%D5%A1%D5%A4%D5%A1%D5%A3%D5%A1%D5%BD%D5%AF%D5%A1%D6%80>,
        <http://lexvo.org/id/term/ina/Madagascar>,
        <http://lexvo.org/id/term/ind/Madagaskar>,
        <http://lexvo.org/id/term/isl/Madagaskar>,
        <http://lexvo.org/id/term/ita/Madagascar>,
        <http://lexvo.org/id/term/jgo/M%C9%91%CC%81nd%C9%91%C5%8B%C9%A1%C9%91s%C9%9Bk%C9%91%CC%82>,
        <http://lexvo.org/id/term/jmc/Bukini>,
        <http://lexvo.org/id/term/jpn/%E3%83%9E%E3%83%80%E3%82%AC%E3%82%B9%E3%82%AB%E3%83%AB>,
        <http://lexvo.org/id/term/kab/Mada%C9%A3ecqer>,
        <http://lexvo.org/id/term/kal/Madagaskar>,
        <http://lexvo.org/id/term/kam/Bukini>,
        <http://lexvo.org/id/term/kan/%E0%B2%AE%E0%B2%A1%E0%B2%97%E0%B2%BE%E0%B2%B8%E0%B3%8D%E0%B2%95%E0%B2%B0%E0%B3%8D>,
        <http://lexvo.org/id/term/kas/%D9%85%DB%8C%DA%91%D8%A7%DA%AF%D8%A7%D8%B3%DA%A9%D8%A7%D8%B1>,
        <http://lexvo.org/id/term/kat/%E1%83%9B%E1%83%90%E1%83%93%E1%83%90%E1%83%92%E1%83%90%E1%83%A1%E1%83%99%E1%83%90%E1%83%A0%E1%83%98>,
        <http://lexvo.org/id/term/kde/Bukini>,
        <http://lexvo.org/id/term/kea/Madagaskar>,
        <http://lexvo.org/id/term/khm/%E1%9E%98%E1%9F%89%E1%9E%B6%E1%9E%8A%E1%9E%B6%E1%9E%A0%E1%9F%92%E1%9E%80%E1%9E%B6%E1%9E%9F%E1%9F%92%E1%9E%80%E1%9E%B6%E1%9E%9A>,
        <http://lexvo.org/id/term/khq/Madagascar>,
        <http://lexvo.org/id/term/kik/Bukini>,
        <http://lexvo.org/id/term/kln/Emetab%20Madagascar>,
        <http://lexvo.org/id/term/kor/%EB%A7%88%EB%8B%A4%EA%B0%80%EC%8A%A4%EC%B9%B4%EB%A5%B4>,
        <http://lexvo.org/id/term/ksb/Bukini>,
        <http://lexvo.org/id/term/ksf/madagaska>,
        <http://lexvo.org/id/term/ksh/Maddajaska>,
        <http://lexvo.org/id/term/lag/Buk%C3%ADini>,
        <http://lexvo.org/id/term/lao/%E0%BA%A1%E0%BA%B2%E0%BA%94%E0%BA%B2%E0%BA%81%E0%BA%B2%E0%BA%94%E0%BA%81%E0%BB%89%E0%BA%B2>,
        <http://lexvo.org/id/term/lav/Madagaskara>,
        <http://lexvo.org/id/term/lin/Madagasikari>,
        <http://lexvo.org/id/term/lit/Madagaskaras>,
        <http://lexvo.org/id/term/lub/Madagasikari>,
        <http://lexvo.org/id/term/lug/Madagasika>,
        <http://lexvo.org/id/term/luo/Madagascar>,
        <http://lexvo.org/id/term/luy/Bukini>,
        <http://lexvo.org/id/term/mal/%E0%B4%AE%E0%B4%A1%E0%B4%97%E0%B4%BE%E0%B4%B8%E0%B5%8D%E0%B4%95%E0%B5%BC>,
        <http://lexvo.org/id/term/mar/%E0%A4%AE%E0%A4%BE%E0%A4%A6%E0%A4%BE%E0%A4%97%E0%A4%BE%E0%A4%B8%E0%A5%8D%E0%A4%95%E0%A4%B0>,
        <http://lexvo.org/id/term/mas/Bukini>,
        <http://lexvo.org/id/term/mer/Madagasika>,
        <http://lexvo.org/id/term/mfe/Madagaskar>,
        <http://lexvo.org/id/term/mgh/Ubukini>,
        <http://lexvo.org/id/term/mkd/%D0%9C%D0%B0%D0%B4%D0%B0%D0%B3%D0%B0%D1%81%D0%BA%D0%B0%D1%80>,
        <http://lexvo.org/id/term/mlg/Madagasikara>,
        <http://lexvo.org/id/term/mlt/Madagaskar>,
        <http://lexvo.org/id/term/mua/Madagaskar>,
        <http://lexvo.org/id/term/mya/%E1%80%99%E1%80%92%E1%80%82%E1%80%90%E1%80%BA%E1%80%85%E1%80%80%E1%80%AC>,
        <http://lexvo.org/id/term/naq/Madagascari>,
        <http://lexvo.org/id/term/nde/Madagaska>,
        <http://lexvo.org/id/term/nep/%E0%A4%AE%E0%A4%A1%E0%A4%BE%E0%A4%97%E0%A4%BE%E0%A4%B8%E0%A5%8D%E0%A4%95%E0%A4%B0>,
        <http://lexvo.org/id/term/nld/Madagaskar>,
        <http://lexvo.org/id/term/nmg/Madagaskar>,
        <http://lexvo.org/id/term/nno/Madagaskar>,
        <http://lexvo.org/id/term/nob/Madagaskar>,
        <http://lexvo.org/id/term/nyn/Madagasika>,
        <http://lexvo.org/id/term/ori/%E0%AC%AE%E0%AC%BE%E0%AC%A1%E0%AC%BE%E0%AC%97%E0%AC%BE%E0%AC%B8%E0%AD%8D%E0%AC%95%E0%AC%B0%E0%AD%8D>,
        <http://lexvo.org/id/term/pol/Madagaskar>,
        <http://lexvo.org/id/term/por/Madag%C3%A1scar>,
        <http://lexvo.org/id/term/por/Madagascar>,
        <http://lexvo.org/id/term/rof/Bukini>,
        <http://lexvo.org/id/term/roh/Madagascar>,
        <http://lexvo.org/id/term/ron/Madagascar>,
        <http://lexvo.org/id/term/run/Madagasikari>,
        <http://lexvo.org/id/term/rus/%D0%9C%D0%B0%D0%B4%D0%B0%D0%B3%D0%B0%D1%81%D0%BA%D0%B0%D1%80>,
        <http://lexvo.org/id/term/rwk/Bukini>,
        <http://lexvo.org/id/term/sag/Madagask%C3%A4ra>,
        <http://lexvo.org/id/term/saq/Bukini>,
        <http://lexvo.org/id/term/sbp/Bukini>,
        <http://lexvo.org/id/term/seh/Madagascar>,
        <http://lexvo.org/id/term/ses/Madagascar>,
        <http://lexvo.org/id/term/shi-Latn/mada%C9%A3acqar>,
        <http://lexvo.org/id/term/shi/%E2%B5%8E%E2%B4%B0%E2%B4%B7%E2%B4%B0%E2%B5%96%E2%B4%B0%E2%B5%9B%E2%B5%87%E2%B4%B0%E2%B5%94>,
        <http://lexvo.org/id/term/sin/%E0%B6%B8%E0%B7%90%E0%B6%A9%E0%B6%9C%E0%B7%83%E0%B7%8A%E0%B6%AD%E0%B6%BB%E0%B6%BA>,
        <http://lexvo.org/id/term/slk/Madagaskar>,
        <http://lexvo.org/id/term/slv/Madagaskar>,
        <http://lexvo.org/id/term/sme/Madagaskar>,
        <http://lexvo.org/id/term/sna/Madagascar>,
        <http://lexvo.org/id/term/som/Madagaskar>,
        <http://lexvo.org/id/term/spa/Madagascar>,
        <http://lexvo.org/id/term/sqi/Madagaskar>,
        <http://lexvo.org/id/term/srp-Latn/Madagaskar>,
        <http://lexvo.org/id/term/srp/%D0%9C%D0%B0%D0%B4%D0%B0%D0%B3%D0%B0%D1%81%D0%BA%D0%B0%D1%80>,
        <http://lexvo.org/id/term/swc/Bukini>,
        <http://lexvo.org/id/term/swe/Madagaskar>,
        <http://lexvo.org/id/term/swh/Bukini>,
        <http://lexvo.org/id/term/tam/%E0%AE%AE%E0%AE%9F%E0%AE%95%E0%AE%BE%E0%AE%B8%E0%AF%8D%E0%AE%95%E0%AE%B0%E0%AF%8D>,
        <http://lexvo.org/id/term/tel/%E0%B0%AE%E0%B0%BE%E0%B0%A1%E0%B1%8D%E0%B0%97%E0%B0%BE%E0%B0%B8%E0%B1%8D%E0%B0%95%E0%B0%BE%E0%B0%B0%E0%B1%8D>,
        <http://lexvo.org/id/term/teo/Bukini>,
        <http://lexvo.org/id/term/tha/%E0%B8%A1%E0%B8%B2%E0%B8%94%E0%B8%B2%E0%B8%81%E0%B8%B1%E0%B8%AA%E0%B8%81%E0%B8%B2%E0%B8%A3%E0%B9%8C>,
        <http://lexvo.org/id/term/tir/%E1%88%9B%E1%8B%B3%E1%8C%8B%E1%88%B5%E1%8A%AB%E1%88%AD>,
        <http://lexvo.org/id/term/ton/Matakasika>,
        <http://lexvo.org/id/term/tur/Madagaskar>,
        <http://lexvo.org/id/term/twq/Madagascar>,
        <http://lexvo.org/id/term/tzm/Mada%C9%A3acqar>,
        <http://lexvo.org/id/term/ukr/%D0%9C%D0%B0%D0%B4%D0%B0%D0%B3%D0%B0%D1%81%D0%BA%D0%B0%D1%80>,
        <http://lexvo.org/id/term/urd/%D9%85%DA%88%D8%BA%D8%A7%D8%B3%DA%A9%D8%B1>,
        <http://lexvo.org/id/term/vai-Latn/Madagasita>,
        <http://lexvo.org/id/term/vai/%EA%95%AE%EA%95%9C%EA%95%AD%EA%94%BB%EA%95%AA>,
        <http://lexvo.org/id/term/vie/Madagascar>,
        <http://lexvo.org/id/term/vun/Bukini>,
        <http://lexvo.org/id/term/wae/Madagaskar>,
        <http://lexvo.org/id/term/xog/Madagasika>,
        <http://lexvo.org/id/term/yav/matakask%C3%A1al>,
        <http://lexvo.org/id/term/yor/Or%C3%ADl%E1%BA%B9%CC%81%C3%A8de%20Madasika>,
        <http://lexvo.org/id/term/zsm/Madagaskar>,
        <http://lexvo.org/id/term/zul/i-Madagascar> ;
    owl:sameAs <http://psi.oasis-open.org/iso/3166/#450>,
        <http://sws.geonames.org/1062947/> .

<http://lexvo.org/id/iso3166/MH> a lvont:GeographicRegion ;
    rdfs:label "Marshall-eilande"@af,
        "Chwɨlà fɨ Mashà"@agq,
        "Marshall Islands"@ak,
        "ማርሻል አይላንድ"@am,
        "جزر المارشال"@ar,
        "Vithiwa vya Marshal"@asa,
        "Islles Marshall"@ast,
        "Marşal Adaları"@az,
        "Bìòn bi Marcàl"@bas,
        "Маршалавы Астравы"@be,
        "Ifisima fya Marshal"@bez,
        "Маршалови острови"@bg,
        "Marisali Gun"@bm,
        "মার্শাল দ্বীপপুঞ্জ"@bn,
        "མཱར་ཤལ་གླིང་ཕྲེན།"@bo,
        "Inizi Marshall"@br,
        "मार्शल द्वीप"@brx,
        "Maršalska Ostrva"@bs,
        "Маршалска Острва"@bs-Cyrl,
        "Illes Marshall"@ca,
        "Ebizinga bya Marshaa"@cgg,
        "ᎹᏌᎵ ᏚᎪᏚᏛ"@chr,
        "马绍尔群岛"@cmn,
        "馬紹爾群島"@cmn-Hant,
        "Marshallovy ostrovy"@cs,
        "Ynysoedd Marshall"@cy,
        "Marshalløerne"@da,
        "Visiwa vya Marshal"@dav,
        "Marshall-Inseln"@de,
        "Marshallinseln"@de,
        "Maršal gungey"@dje,
        "མར་ཤེལ་གླིང་ཚོམ"@dz,
        "Visiwa vya Marshal"@ebu,
        "Marshal ƒudomekpowo nutome"@ee,
        "Νήσοι Μάρσαλ"@el,
        "ISO 3166-1:MH"@en,
        "Marshall Islands"@en,
        "𐐣𐐪𐑉𐑇𐐲𐑊 𐐌𐑊𐐲𐑌𐐼𐑆"@en-Dsrt,
        "Marŝaloj"@eo,
        "Islas Marshall"@es,
        "Marshalli saared"@et,
        "Marshall uharteak"@eu,
        "Minlán Mí Maresál"@ewo,
        "جزایر مارشال"@fa,
        "Duuɗe Marsaal"@ff,
        "Marshallinsaaret"@fi,
        "Marshall Islands"@fil,
        "Marshalloyggjarnar"@fo,
        "Îles Marshall"@fr,
        "Isulis Marshall"@fur,
        "Oileáin Marshall"@ga,
        "Eileanan Mharshall"@gd,
        "Illas Marshall"@gl,
        "Marshallinsle"@gsw,
        "માર્શલ આઇલેન્ડ્સ"@gu,
        "Visiwa vya Marshal"@guz,
        "Tsibiran Marshal"@ha,
        "איי מרשל"@he,
        "मार्शल द्वीप"@hi,
        "Maršalovi Otoci"@hr,
        "Marshall-szigetek"@hu,
        "Մարշալյան կղզիներ"@hy,
        "Insulas Marshall"@ia,
        "Kepulauan Marshall"@id,
        "Marshalleyjar"@is,
        "Isole Marshall"@it,
        "マーシャル諸島"@ja,
        "Visiwa vya Marshal"@jmc,
        "მარშალის კუნძულები"@ka,
        "Tigzirin n Marcal"@kab,
        "Visiwa vya Marshal"@kam,
        "Chisiwa cha Malushal"@kde,
        "Ilhas Marxal"@kea,
        "Maršal gungey"@khq,
        "Visiwa vya Marshal"@ki,
        "Ikwembeiyotab Marshall"@kln,
        "កោះ​ម៉ាស់សល"@km,
        "ಮಾರ್ಶಲ್ ದ್ವೀಪಗಳು"@kn,
        "마샬 군도"@ko,
        "مارشَل جٔزیٖرٕ"@ks,
        "Visiwa vya Mashal"@ksb,
        "zǝ i marcál"@ksf,
        "de Machschall-Enselle"@ksh,
        "Visíiwa vya Marisháali"@lag,
        "Bizinga bya Mariso"@lg,
        "Bisanga bya Marishalɛ"@ln,
        "ຫມູ່ເກາະມາແຊລ໌"@lo,
        "Maršalo Salos"@lt,
        "Lutanda lua Marishale"@lu,
        "Chuia mar Marshall"@luo,
        "Visiwa vya Marshal"@luy,
        "Māršala salas"@lv,
        "Visiwa vya Marshal"@mas,
        "Aĩrandi cia Marshal"@mer,
        "Zil Marshall"@mfe,
        "Nosy Marshall"@mg,
        "Маршалови острови"@mk,
        "മാർഷൽ‍‍ ദ്വീപുകൾ"@ml,
        "मार्शल बेटे"@mr,
        "Gżejjer ta’ Marshall"@mt,
        "Sǝr Marshall ma laŋne"@mua,
        "မာရှယ် ကျွန်းစု"@my,
        "Marshall Islands"@naq,
        "Marshalløyene"@nb,
        "Marshall Islands"@nd,
        "मार्शल टापु"@ne,
        "Marshalleilanden"@nl,
        "Maŋ́ má Marshall"@nmg,
        "Marshalløyane"@nn,
        "Ebizinga bya Marshaa"@nyn,
        "ମାର୍ଶଲ୍ ଦ୍ବୀପପୁଞ୍ଜ"@or,
        "Wyspy Marshalla"@pl,
        "Ilhas Marshall"@pt,
        "Inslas da Marshall"@rm,
        "Izinga rya Marishari"@rn,
        "Insulele Marshall"@ro,
        "Visiwa vya Marshal"@rof,
        "Маршалловы о-ва"@ru,
        "Visiwa vya Marshal"@rwk,
        "Visiwa vya Marshal"@saq,
        "Figunguli ifya Malishali"@sbp,
        "Marshallsullot"@se,
        "Ilhas Marshall"@seh,
        "Maršal gungey"@ses,
        "Âzûâ Märshâl"@sg,
        "ⵜⵉⴳⵣⵉⵔⵉⵏ ⵏ ⵎⴰⵔⵛⴰⵍ"@shi,
        "tigzirin n marcal"@shi-Latn,
        "මාෂල් දූපත්"@si,
        "Marshallove ostrovy"@sk,
        "Marshallovi otoki"@sl,
        "Zvitsuwa zveMarshall"@sn,
        "Marshall Islands"@so,
        "Ishujt Marshall"@sq,
        "Маршалска Острва"@sr,
        "Maršalska Ostrva"@sr-Latn,
        "Marshallöarna"@sv,
        "Visiwa vya Marshal"@swc,
        "Visiwa vya Marshal"@swh,
        "மார்ஷல் தீவுகள்"@ta,
        "మార్షల్ దీవులు"@te,
        "Visiwa vya Marshal"@teo,
        "หมู่เกาะมาร์แชลล์"@th,
        "ማርሻል አይላንድ"@ti,
        "ʻOtumotu Māsolo"@to,
        "Marshall Adaları"@tr,
        "Maršal gungey"@twq,
        "Tigzirin n Marcal"@tzm,
        "Маршаллові Острови"@uk,
        "مارشل آئلینڈز"@ur,
        "ꕮꕊꕣ ꔳꘋꗣ"@vai,
        "Masha Tiŋŋɛ"@vai-Latn,
        "Quần đảo Marshall"@vi,
        "Visiwa vya Marshal"@vun,
        "Maršalinslä"@wae,
        "Bizinga bya Mariso"@xog,
        "ílmalasáal"@yav,
        "Orílẹ́ède Etikun Máṣali"@yo,
        "Kepulauan Marshall"@zsm,
        "i-Marshall Islands"@zu ;
    lvont:label <http://lexvo.org/id/term/afr/Marshall-eilande>,
        <http://lexvo.org/id/term/agq/Chw%C9%A8l%C3%A0%20f%C9%A8%20Mash%C3%A0>,
        <http://lexvo.org/id/term/aka/Marshall%20Islands>,
        <http://lexvo.org/id/term/amh/%E1%88%9B%E1%88%AD%E1%88%BB%E1%88%8D%20%E1%8A%A0%E1%8B%AD%E1%88%8B%E1%8A%95%E1%8B%B5>,
        <http://lexvo.org/id/term/ara/%D8%AC%D8%B2%D8%B1%20%D8%A7%D9%84%D9%85%D8%A7%D8%B1%D8%B4%D8%A7%D9%84>,
        <http://lexvo.org/id/term/asa/Vithiwa%20vya%20Marshal>,
        <http://lexvo.org/id/term/ast/Islles%20Marshall>,
        <http://lexvo.org/id/term/aze/Mar%C5%9Fal%20Adalar%C4%B1>,
        <http://lexvo.org/id/term/bam/Marisali%20Gun>,
        <http://lexvo.org/id/term/bas/B%C3%AC%C3%B2n%20bi%20Marc%C3%A0l>,
        <http://lexvo.org/id/term/bel/%D0%9C%D0%B0%D1%80%D1%88%D0%B0%D0%BB%D0%B0%D0%B2%D1%8B%20%D0%90%D1%81%D1%82%D1%80%D0%B0%D0%B2%D1%8B>,
        <http://lexvo.org/id/term/ben/%E0%A6%AE%E0%A6%BE%E0%A6%B0%E0%A7%8D%E0%A6%B6%E0%A6%BE%E0%A6%B2%20%E0%A6%A6%E0%A7%8D%E0%A6%AC%E0%A7%80%E0%A6%AA%E0%A6%AA%E0%A7%81%E0%A6%9E%E0%A7%8D%E0%A6%9C>,
        <http://lexvo.org/id/term/bez/Ifisima%20fya%20Marshal>,
        <http://lexvo.org/id/term/bod/%E0%BD%98%E0%BD%B1%E0%BD%A2%E0%BC%8B%E0%BD%A4%E0%BD%A3%E0%BC%8B%E0%BD%82%E0%BE%B3%E0%BD%B2%E0%BD%84%E0%BC%8B%E0%BD%95%E0%BE%B2%E0%BD%BA%E0%BD%93%E0%BC%8D>,
        <http://lexvo.org/id/term/bos-Cyrl/%D0%9C%D0%B0%D1%80%D1%88%D0%B0%D0%BB%D1%81%D0%BA%D0%B0%20%D0%9E%D1%81%D1%82%D1%80%D0%B2%D0%B0>,
        <http://lexvo.org/id/term/bos/Mar%C5%A1alska%20Ostrva>,
        <http://lexvo.org/id/term/bre/Inizi%20Marshall>,
        <http://lexvo.org/id/term/brx/%E0%A4%AE%E0%A4%BE%E0%A4%B0%E0%A5%8D%E0%A4%B6%E0%A4%B2%20%E0%A4%A6%E0%A5%8D%E0%A4%B5%E0%A5%80%E0%A4%AA>,
        <http://lexvo.org/id/term/bul/%D0%9C%D0%B0%D1%80%D1%88%D0%B0%D0%BB%D0%BE%D0%B2%D0%B8%20%D0%BE%D1%81%D1%82%D1%80%D0%BE%D0%B2%D0%B8>,
        <http://lexvo.org/id/term/cat/Illes%20Marshall>,
        <http://lexvo.org/id/term/ces/Marshallovy%20ostrovy>,
        <http://lexvo.org/id/term/cgg/Ebizinga%20bya%20Marshaa>,
        <http://lexvo.org/id/term/chr/%E1%8E%B9%E1%8F%8C%E1%8E%B5%20%E1%8F%9A%E1%8E%AA%E1%8F%9A%E1%8F%9B>,
        <http://lexvo.org/id/term/cmn-Hant/%E9%A6%AC%E7%B4%B9%E7%88%BE%E7%BE%A4%E5%B3%B6>,
        <http://lexvo.org/id/term/cmn/%E9%A9%AC%E7%BB%8D%E5%B0%94%E7%BE%A4%E5%B2%9B>,
        <http://lexvo.org/id/term/cym/Ynysoedd%20Marshall>,
        <http://lexvo.org/id/term/dan/Marshall%C3%B8erne>,
        <http://lexvo.org/id/term/dav/Visiwa%20vya%20Marshal>,
        <http://lexvo.org/id/term/deu/Marshall-Inseln>,
        <http://lexvo.org/id/term/deu/Marshallinseln>,
        <http://lexvo.org/id/term/dje/Mar%C5%A1al%20gungey>,
        <http://lexvo.org/id/term/dzo/%E0%BD%98%E0%BD%A2%E0%BC%8B%E0%BD%A4%E0%BD%BA%E0%BD%A3%E0%BC%8B%E0%BD%82%E0%BE%B3%E0%BD%B2%E0%BD%84%E0%BC%8B%E0%BD%9A%E0%BD%BC%E0%BD%98>,
        <http://lexvo.org/id/term/ebu/Visiwa%20vya%20Marshal>,
        <http://lexvo.org/id/term/ell/%CE%9D%CE%AE%CF%83%CE%BF%CE%B9%20%CE%9C%CE%AC%CF%81%CF%83%CE%B1%CE%BB>,
        <http://lexvo.org/id/term/eng-Dsrt/%F0%90%90%A3%F0%90%90%AA%F0%90%91%89%F0%90%91%87%F0%90%90%B2%F0%90%91%8A%20%F0%90%90%8C%F0%90%91%8A%F0%90%90%B2%F0%90%91%8C%F0%90%90%BC%F0%90%91%86>,
        <http://lexvo.org/id/term/eng/ISO%203166-1%3AMH>,
        <http://lexvo.org/id/term/eng/Marshall%20Islands>,
        <http://lexvo.org/id/term/epo/Mar%C5%9Daloj>,
        <http://lexvo.org/id/term/est/Marshalli%20saared>,
        <http://lexvo.org/id/term/eus/Marshall%20uharteak>,
        <http://lexvo.org/id/term/ewe/Marshal%20%C6%92udomekpowo%20nutome>,
        <http://lexvo.org/id/term/ewo/Minl%C3%A1n%20M%C3%AD%20Mares%C3%A1l>,
        <http://lexvo.org/id/term/fao/Marshalloyggjarnar>,
        <http://lexvo.org/id/term/fas/%D8%AC%D8%B2%D8%A7%DB%8C%D8%B1%20%D9%85%D8%A7%D8%B1%D8%B4%D8%A7%D9%84>,
        <http://lexvo.org/id/term/fil/Marshall%20Islands>,
        <http://lexvo.org/id/term/fin/Marshallinsaaret>,
        <http://lexvo.org/id/term/fra/%C3%8Eles%20Marshall>,
        <http://lexvo.org/id/term/ful/Duu%C9%97e%20Marsaal>,
        <http://lexvo.org/id/term/fur/Isulis%20Marshall>,
        <http://lexvo.org/id/term/gla/Eileanan%20Mharshall>,
        <http://lexvo.org/id/term/gle/Oile%C3%A1in%20Marshall>,
        <http://lexvo.org/id/term/glg/Illas%20Marshall>,
        <http://lexvo.org/id/term/gsw/Marshallinsle>,
        <http://lexvo.org/id/term/guj/%E0%AA%AE%E0%AA%BE%E0%AA%B0%E0%AB%8D%E0%AA%B6%E0%AA%B2%20%E0%AA%86%E0%AA%87%E0%AA%B2%E0%AB%87%E0%AA%A8%E0%AB%8D%E0%AA%A1%E0%AB%8D%E0%AA%B8>,
        <http://lexvo.org/id/term/guz/Visiwa%20vya%20Marshal>,
        <http://lexvo.org/id/term/hau/Tsibiran%20Marshal>,
        <http://lexvo.org/id/term/heb/%D7%90%D7%99%D7%99%20%D7%9E%D7%A8%D7%A9%D7%9C>,
        <http://lexvo.org/id/term/hin/%E0%A4%AE%E0%A4%BE%E0%A4%B0%E0%A5%8D%E0%A4%B6%E0%A4%B2%20%E0%A4%A6%E0%A5%8D%E0%A4%B5%E0%A5%80%E0%A4%AA>,
        <http://lexvo.org/id/term/hrv/Mar%C5%A1alovi%20Otoci>,
        <http://lexvo.org/id/term/hun/Marshall-szigetek>,
        <http://lexvo.org/id/term/hye/%D5%84%D5%A1%D6%80%D5%B7%D5%A1%D5%AC%D5%B5%D5%A1%D5%B6%20%D5%AF%D5%B2%D5%A6%D5%AB%D5%B6%D5%A5%D6%80>,
        <http://lexvo.org/id/term/ina/Insulas%20Marshall>,
        <http://lexvo.org/id/term/ind/Kepulauan%20Marshall>,
        <http://lexvo.org/id/term/isl/Marshalleyjar>,
        <http://lexvo.org/id/term/ita/Isole%20Marshall>,
        <http://lexvo.org/id/term/jmc/Visiwa%20vya%20Marshal>,
        <http://lexvo.org/id/term/jpn/%E3%83%9E%E3%83%BC%E3%82%B7%E3%83%A3%E3%83%AB%E8%AB%B8%E5%B3%B6>,
        <http://lexvo.org/id/term/kab/Tigzirin%20n%20Marcal>,
        <http://lexvo.org/id/term/kam/Visiwa%20vya%20Marshal>,
        <http://lexvo.org/id/term/kan/%E0%B2%AE%E0%B2%BE%E0%B2%B0%E0%B3%8D%E0%B2%B6%E0%B2%B2%E0%B3%8D%20%E0%B2%A6%E0%B3%8D%E0%B2%B5%E0%B3%80%E0%B2%AA%E0%B2%97%E0%B2%B3%E0%B3%81>,
        <http://lexvo.org/id/term/kas/%D9%85%D8%A7%D8%B1%D8%B4%D9%8E%D9%84%20%D8%AC%D9%94%D8%B2%DB%8C%D9%96%D8%B1%D9%95>,
        <http://lexvo.org/id/term/kat/%E1%83%9B%E1%83%90%E1%83%A0%E1%83%A8%E1%83%90%E1%83%9A%E1%83%98%E1%83%A1%20%E1%83%99%E1%83%A3%E1%83%9C%E1%83%AB%E1%83%A3%E1%83%9A%E1%83%94%E1%83%91%E1%83%98>,
        <http://lexvo.org/id/term/kde/Chisiwa%20cha%20Malushal>,
        <http://lexvo.org/id/term/kea/Ilhas%20Marxal>,
        <http://lexvo.org/id/term/khm/%E1%9E%80%E1%9F%84%E1%9F%87%E2%80%8B%E1%9E%98%E1%9F%89%E1%9E%B6%E1%9E%9F%E1%9F%8B%E1%9E%9F%E1%9E%9B>,
        <http://lexvo.org/id/term/khq/Mar%C5%A1al%20gungey>,
        <http://lexvo.org/id/term/kik/Visiwa%20vya%20Marshal>,
        <http://lexvo.org/id/term/kln/Ikwembeiyotab%20Marshall>,
        <http://lexvo.org/id/term/kor/%EB%A7%88%EC%83%AC%20%EA%B5%B0%EB%8F%84>,
        <http://lexvo.org/id/term/ksb/Visiwa%20vya%20Mashal>,
        <http://lexvo.org/id/term/ksf/z%C7%9D%20i%20marc%C3%A1l>,
        <http://lexvo.org/id/term/ksh/de%20Machschall-Enselle>,
        <http://lexvo.org/id/term/lag/Vis%C3%ADiwa%20vya%20Marish%C3%A1ali>,
        <http://lexvo.org/id/term/lao/%E0%BA%AB%E0%BA%A1%E0%BA%B9%E0%BB%88%E0%BB%80%E0%BA%81%E0%BA%B2%E0%BA%B0%E0%BA%A1%E0%BA%B2%E0%BB%81%E0%BA%8A%E0%BA%A5%E0%BB%8C>,
        <http://lexvo.org/id/term/lav/M%C4%81r%C5%A1ala%20salas>,
        <http://lexvo.org/id/term/lin/Bisanga%20bya%20Marishal%C9%9B>,
        <http://lexvo.org/id/term/lit/Mar%C5%A1alo%20Salos>,
        <http://lexvo.org/id/term/lub/Lutanda%20lua%20Marishale>,
        <http://lexvo.org/id/term/lug/Bizinga%20bya%20Mariso>,
        <http://lexvo.org/id/term/luo/Chuia%20mar%20Marshall>,
        <http://lexvo.org/id/term/luy/Visiwa%20vya%20Marshal>,
        <http://lexvo.org/id/term/mal/%E0%B4%AE%E0%B4%BE%E0%B5%BC%E0%B4%B7%E0%B5%BD%E2%80%8D%E2%80%8D%20%E0%B4%A6%E0%B5%8D%E0%B4%B5%E0%B5%80%E0%B4%AA%E0%B5%81%E0%B4%95%E0%B5%BE>,
        <http://lexvo.org/id/term/mar/%E0%A4%AE%E0%A4%BE%E0%A4%B0%E0%A5%8D%E0%A4%B6%E0%A4%B2%20%E0%A4%AC%E0%A5%87%E0%A4%9F%E0%A5%87>,
        <http://lexvo.org/id/term/mas/Visiwa%20vya%20Marshal>,
        <http://lexvo.org/id/term/mer/A%C4%A9randi%20cia%20Marshal>,
        <http://lexvo.org/id/term/mfe/Zil%20Marshall>,
        <http://lexvo.org/id/term/mkd/%D0%9C%D0%B0%D1%80%D1%88%D0%B0%D0%BB%D0%BE%D0%B2%D0%B8%20%D0%BE%D1%81%D1%82%D1%80%D0%BE%D0%B2%D0%B8>,
        <http://lexvo.org/id/term/mlg/Nosy%20Marshall>,
        <http://lexvo.org/id/term/mlt/G%C5%BCejjer%20ta%E2%80%99%20Marshall>,
        <http://lexvo.org/id/term/mua/S%C7%9Dr%20Marshall%20ma%20la%C5%8Bne>,
        <http://lexvo.org/id/term/mya/%E1%80%99%E1%80%AC%E1%80%9B%E1%80%BE%E1%80%9A%E1%80%BA%20%E1%80%80%E1%80%BB%E1%80%BD%E1%80%94%E1%80%BA%E1%80%B8%E1%80%85%E1%80%AF>,
        <http://lexvo.org/id/term/naq/Marshall%20Islands>,
        <http://lexvo.org/id/term/nde/Marshall%20Islands>,
        <http://lexvo.org/id/term/nep/%E0%A4%AE%E0%A4%BE%E0%A4%B0%E0%A5%8D%E0%A4%B6%E0%A4%B2%20%E0%A4%9F%E0%A4%BE%E0%A4%AA%E0%A5%81>,
        <http://lexvo.org/id/term/nld/Marshalleilanden>,
        <http://lexvo.org/id/term/nmg/Ma%C5%8B%CC%81%20m%C3%A1%20Marshall>,
        <http://lexvo.org/id/term/nno/Marshall%C3%B8yane>,
        <http://lexvo.org/id/term/nob/Marshall%C3%B8yene>,
        <http://lexvo.org/id/term/nyn/Ebizinga%20bya%20Marshaa>,
        <http://lexvo.org/id/term/ori/%E0%AC%AE%E0%AC%BE%E0%AC%B0%E0%AD%8D%E0%AC%B6%E0%AC%B2%E0%AD%8D%20%E0%AC%A6%E0%AD%8D%E0%AC%AC%E0%AD%80%E0%AC%AA%E0%AC%AA%E0%AD%81%E0%AC%9E%E0%AD%8D%E0%AC%9C>,
        <http://lexvo.org/id/term/pol/Wyspy%20Marshalla>,
        <http://lexvo.org/id/term/por/Ilhas%20Marshall>,
        <http://lexvo.org/id/term/rof/Visiwa%20vya%20Marshal>,
        <http://lexvo.org/id/term/roh/Inslas%20da%20Marshall>,
        <http://lexvo.org/id/term/ron/Insulele%20Marshall>,
        <http://lexvo.org/id/term/run/Izinga%20rya%20Marishari>,
        <http://lexvo.org/id/term/rus/%D0%9C%D0%B0%D1%80%D1%88%D0%B0%D0%BB%D0%BB%D0%BE%D0%B2%D1%8B%20%D0%BE-%D0%B2%D0%B0>,
        <http://lexvo.org/id/term/rwk/Visiwa%20vya%20Marshal>,
        <http://lexvo.org/id/term/sag/%C3%82z%C3%BB%C3%A2%20M%C3%A4rsh%C3%A2l>,
        <http://lexvo.org/id/term/saq/Visiwa%20vya%20Marshal>,
        <http://lexvo.org/id/term/sbp/Figunguli%20ifya%20Malishali>,
        <http://lexvo.org/id/term/seh/Ilhas%20Marshall>,
        <http://lexvo.org/id/term/ses/Mar%C5%A1al%20gungey>,
        <http://lexvo.org/id/term/shi-Latn/tigzirin%20n%20marcal>,
        <http://lexvo.org/id/term/shi/%E2%B5%9C%E2%B5%89%E2%B4%B3%E2%B5%A3%E2%B5%89%E2%B5%94%E2%B5%89%E2%B5%8F%20%E2%B5%8F%20%E2%B5%8E%E2%B4%B0%E2%B5%94%E2%B5%9B%E2%B4%B0%E2%B5%8D>,
        <http://lexvo.org/id/term/sin/%E0%B6%B8%E0%B7%8F%E0%B7%82%E0%B6%BD%E0%B7%8A%20%E0%B6%AF%E0%B7%96%E0%B6%B4%E0%B6%AD%E0%B7%8A>,
        <http://lexvo.org/id/term/slk/Marshallove%20ostrovy>,
        <http://lexvo.org/id/term/slv/Marshallovi%20otoki>,
        <http://lexvo.org/id/term/sme/Marshallsullot>,
        <http://lexvo.org/id/term/sna/Zvitsuwa%20zveMarshall>,
        <http://lexvo.org/id/term/som/Marshall%20Islands>,
        <http://lexvo.org/id/term/spa/Islas%20Marshall>,
        <http://lexvo.org/id/term/sqi/Ishujt%20Marshall>,
        <http://lexvo.org/id/term/srp-Latn/Mar%C5%A1alska%20Ostrva>,
        <http://lexvo.org/id/term/srp/%D0%9C%D0%B0%D1%80%D1%88%D0%B0%D0%BB%D1%81%D0%BA%D0%B0%20%D0%9E%D1%81%D1%82%D1%80%D0%B2%D0%B0>,
        <http://lexvo.org/id/term/swc/Visiwa%20vya%20Marshal>,
        <http://lexvo.org/id/term/swe/Marshall%C3%B6arna>,
        <http://lexvo.org/id/term/swh/Visiwa%20vya%20Marshal>,
        <http://lexvo.org/id/term/tam/%E0%AE%AE%E0%AE%BE%E0%AE%B0%E0%AF%8D%E0%AE%B7%E0%AE%B2%E0%AF%8D%20%E0%AE%A4%E0%AF%80%E0%AE%B5%E0%AF%81%E0%AE%95%E0%AE%B3%E0%AF%8D>,
        <http://lexvo.org/id/term/tel/%E0%B0%AE%E0%B0%BE%E0%B0%B0%E0%B1%8D%E0%B0%B7%E0%B0%B2%E0%B1%8D%20%E0%B0%A6%E0%B1%80%E0%B0%B5%E0%B1%81%E0%B0%B2%E0%B1%81>,
        <http://lexvo.org/id/term/teo/Visiwa%20vya%20Marshal>,
        <http://lexvo.org/id/term/tha/%E0%B8%AB%E0%B8%A1%E0%B8%B9%E0%B9%88%E0%B9%80%E0%B8%81%E0%B8%B2%E0%B8%B0%E0%B8%A1%E0%B8%B2%E0%B8%A3%E0%B9%8C%E0%B9%81%E0%B8%8A%E0%B8%A5%E0%B8%A5%E0%B9%8C>,
        <http://lexvo.org/id/term/tir/%E1%88%9B%E1%88%AD%E1%88%BB%E1%88%8D%20%E1%8A%A0%E1%8B%AD%E1%88%8B%E1%8A%95%E1%8B%B5>,
        <http://lexvo.org/id/term/ton/%CA%BBOtumotu%20M%C4%81solo>,
        <http://lexvo.org/id/term/tur/Marshall%20Adalar%C4%B1>,
        <http://lexvo.org/id/term/twq/Mar%C5%A1al%20gungey>,
        <http://lexvo.org/id/term/tzm/Tigzirin%20n%20Marcal>,
        <http://lexvo.org/id/term/ukr/%D0%9C%D0%B0%D1%80%D1%88%D0%B0%D0%BB%D0%BB%D0%BE%D0%B2%D1%96%20%D0%9E%D1%81%D1%82%D1%80%D0%BE%D0%B2%D0%B8>,
        <http://lexvo.org/id/term/urd/%D9%85%D8%A7%D8%B1%D8%B4%D9%84%20%D8%A2%D8%A6%D9%84%DB%8C%D9%86%DA%88%D8%B2>,
        <http://lexvo.org/id/term/vai-Latn/Masha%20Ti%C5%8B%C5%8B%C9%9B>,
        <http://lexvo.org/id/term/vai/%EA%95%AE%EA%95%8A%EA%95%A3%20%EA%94%B3%EA%98%8B%EA%97%A3>,
        <http://lexvo.org/id/term/vie/Qu%E1%BA%A7n%20%C4%91%E1%BA%A3o%20Marshall>,
        <http://lexvo.org/id/term/vun/Visiwa%20vya%20Marshal>,
        <http://lexvo.org/id/term/wae/Mar%C5%A1alinsl%C3%A4>,
        <http://lexvo.org/id/term/xog/Bizinga%20bya%20Mariso>,
        <http://lexvo.org/id/term/yav/%C3%ADlmalas%C3%A1al>,
        <http://lexvo.org/id/term/yor/Or%C3%ADl%E1%BA%B9%CC%81%C3%A8de%20Etikun%20M%C3%A1%E1%B9%A3ali>,
        <http://lexvo.org/id/term/zsm/Kepulauan%20Marshall>,
        <http://lexvo.org/id/term/zul/i-Marshall%20Islands> ;
    owl:sameAs <http://psi.oasis-open.org/iso/3166/#584>,
        <http://sws.geonames.org/2080185/> .

<http://lexvo.org/id/iso3166/MK> a lvont:GeographicRegion ;
    rdfs:label "Macedonië"@af,
        "Mɨ̀sɨ̀donyìa"@agq,
        "Masedonia"@ak,
        "ማሴዶንያ[FYROM]"@am,
        "ማከዶኒያ"@am,
        "مقدونيا"@ar,
        "مقدونيا- جمهورية مقدونيا اليوغسلافية السابقة"@ar,
        "Mathedonia"@asa,
        "Macedonia"@ast,
        "Macedonia [ARYDM]"@ast,
        "Masedoniya"@az,
        "Màsèdonìà"@bas,
        "Македонія, БЮР"@be,
        "Humasedonia"@bez,
        "Македония"@bg,
        "Македония [БЮРМ]"@bg,
        "Macedɔni"@bm,
        "মেসিডোনিয়া[FYROM]"@bn,
        "ম্যাসাডোনিয়া"@bn,
        "Makedonia"@br,
        "Makedonia [RYKM]"@br,
        "मैसेडोनिया"@brx,
        "Makedonija"@bs,
        "Makedonija (BJR)"@bs,
        "Македонија"@bs-Cyrl,
        "ማከዶኒያ"@byn,
        "Macedònia"@ca,
        "Macedònia [Exrepública Iugoslava de Macedònia]"@ca,
        "Masedoonia"@cgg,
        "ᎹᏏᏙᏂᎢᎠ"@chr,
        "马其顿"@cmn,
        "马其顿（前南斯拉夫的马其顿共和国）"@cmn,
        "前南斯拉夫馬其頓共和國"@cmn-Hant,
        "馬其頓"@cmn-Hant,
        "Makedonie"@cs,
        "Macedonia"@cy,
        "Makedonien"@da,
        "Makedonien [Den Tidligere Jugoslaviske Republik Makedonien]"@da,
        "Masedonia"@dav,
        "Mazedonien"@de,
        "Mazedonien [EJR]"@de,
        "Maacedooni"@dje,
        "མ་སེ་ཌོ་ནི་ཡ"@dz,
        "མ་སེ་ཌོ་ནི་ཡ་ [ཡུ་གོ་སླཱ་བི་ཡ]"@dz,
        "Masedonia"@ebu,
        "Makedonia [FYROM] nutome"@ee,
        "Makedonia nutome"@ee,
        "ΠΓΔΜ"@el,
        "ISO 3166-1:MK"@en,
        "Macedonia"@en,
        "Macedonia [FYROM]"@en,
        "𐐣𐐰𐑅𐐲𐐼𐐬𐑌𐐨𐐲"@en-Dsrt,
        "Makedonujo"@eo,
        "Macedonia"@es,
        "Macedonia [ERYM]"@es,
        "Makedoonia"@et,
        "Mazedonia"@eu,
        "Mazedonia [FYROM]"@eu,
        "Masedónia"@ewo,
        "مقدونیه"@fa,
        "مقدونیه [جمهوری سابقاً یوگسلاو]"@fa,
        "Meceduwaan"@ff,
        "EJT Makedonia"@fi,
        "Makedonia"@fi,
        "Macedonia"@fil,
        "Macedonia [FYROM]"@fil,
        "Makedónia"@fo,
        "A.R. yougoslave de Macédoine"@fr,
        "Macédoine"@fr,
        "Macédoine [ARYM]"@fr,
        "Macedonie"@fur,
        "Macedonie [FYROM]"@fur,
        "An Mhacadóin"@ga,
        "A' Mhasadon"@gd,
        "A' Mhasadon [FYROM]"@gd,
        "Macedonia"@gl,
        "Macedonia [Antiga República Iugoslava de Macedonia]"@gl,
        "Mazedoonie"@gsw,
        "મેસેડોનિયા"@gu,
        "મેસેડોનિયા [ફાયરોમ]"@gu,
        "Masedonia"@guz,
        "Masedoniya"@ha,
        "מקדוניה"@he,
        "מקדוניה [הרפובליקה היוגוסלבית לשעבר מקדוניה]"@he,
        "मेसीडोनिया [FYROM]"@hi,
        "मैसेडोनिया"@hi,
        "Makedonija"@hr,
        "Makedonija - BJRM"@hr,
        "Macedónia"@hu,
        "Macedónia [MVJK]"@hu,
        "Մակեդոնիա"@hy,
        "Macedonia"@ia,
        "Makedonia"@id,
        "Makedonia - Bekas Republik Yugoslavia"@id,
        "Makedónía"@is,
        "Makedónía [Fyrrum júgóslavneska lýðveldið Makedónía]"@is,
        "Repubblica di Macedonia"@it,
        "Repubblica ex Jugoslava di Macedonia"@it,
        "マケドニア"@ja,
        "マケドニア[旧ユーゴスラビア共和国]"@ja,
        "Masedonia"@jmc,
        "მაკედონია"@ka,
        "Masidwan"@kab,
        "Masedonia"@kam,
        "Masedonia"@kde,
        "Masidonia"@kea,
        "Masidonia [FYROM]"@kea,
        "Maacedooni"@khq,
        "Masedonia"@ki,
        "Makedonia"@kl,
        "Emetab Macedonia"@kln,
        "ម៉ាសេដន"@km,
        "ម៉ាសេដ្វាន"@km,
        "ಮ್ಯಾಸಿಡೋನಿಯ [FYROM]"@kn,
        "ಮ್ಯಾಸಿಡೋನಿಯಾ"@kn,
        "마케도니아"@ko,
        "마케도니아(FYROM)"@ko,
        "مٮ۪سوڑونِیا"@ks,
        "Masedonia"@ksb,
        "másǝdwán"@ksf,
        "Mazedoonije"@ksh,
        "de vörmaals ens jugoßlaawesch jewääse Republik Mazedoonije"@ksh,
        "Masedónia"@lag,
        "Masedoniya"@lg,
        "Masedoni"@ln,
        "Masedwanɛ"@ln,
        "ມາຊີໂດເນຍ"@lo,
        "ແມຊິໂຄເນຍ"@lo,
        "Makedonija"@lt,
        "Masedwane"@lu,
        "Macedonia"@luo,
        "Masedonia"@luy,
        "Maķedonija"@lv,
        "Maķedonija [BDRM]"@lv,
        "Masedonia"@mas,
        "Macedonia"@mer,
        "Masedwann"@mfe,
        "Makedonia"@mg,
        "Umasedonia"@mgh,
        "Македонија"@mk,
        "മക്കഡോണിയ [FYROM]"@ml,
        "മാസിഡോണിയ"@ml,
        "मॅसेडोनिया"@mr,
        "मॅसेडोनिया[फायरोम]"@mr,
        "Maċedonja"@mt,
        "Macedoniya"@mua,
        "မာစီဒိုးနီးယား"@my,
        "Macedoniab"@naq,
        "Den tidligere jugoslaviske republikken Makedonia"@nb,
        "Makedonia"@nb,
        "Macedonia"@nd,
        "म्याकेडोनिया"@ne,
        "म्याकेडोनिया [फाइरम]"@ne,
        "Macedonië"@nl,
        "Macedonië [FYROM]"@nl,
        "Macedonia"@nmg,
        "Makedonia"@nn,
        "Masedoonia"@nyn,
        "ମାସେଡୋନିଆ"@or,
        "Macedonia"@pl,
        "Antiga República Jugoslava da Macedónia"@pt,
        "Macedónia"@pt,
        "Macedônia"@pt,
        "Macedônia [Antiga República Iugoslava da Macedônia - ARIM]"@pt,
        "Macedonia"@rm,
        "Masedoniya"@rn,
        "Macedonia"@ro,
        "Macedonia [FYROM]"@ro,
        "Masedonia"@rof,
        "Македония"@ru,
        "Masedonia"@rwk,
        "Masedonia"@saq,
        "Masedoniya"@sbp,
        "Makedonia"@se,
        "Macedônia"@seh,
        "Maacedooni"@ses,
        "Maseduäni"@sg,
        "ⵎⴰⵙⵉⴷⵓⵏⵢⴰ"@shi,
        "masidunya"@shi-Latn,
        "මැසිඩෝනියාන [FYROM]"@si,
        "මැසිඩෝනියාව"@si,
        "Macedónsko"@sk,
        "Macedónsko [FYROM]"@sk,
        "Makedonija"@sl,
        "Makedonija [FYROM]"@sl,
        "Macedonia"@sn,
        "Makadooniya"@so,
        "Maqedoni"@sq,
        "Македонија"@sr,
        "Makedonija"@sr-Latn,
        "Makedonija (BJR)"@sr-Latn,
        "Makedonien"@sv,
        "Masedonia"@swc,
        "Masedonia"@swh,
        "Masedonia [FYROM]"@swh,
        "மாசிடோனியா"@ta,
        "மாசிடோனியா [ஃபைரோம்]"@ta,
        "మేసెడోనియా"@te,
        "మేసెడోనియా[ఫైరోమ్]"@te,
        "Masedonia"@teo,
        "มาซิโดเนีย"@th,
        "ማከዶኒያ"@ti,
        "ማከዶኒያ"@tig,
        "Masitōnia"@to,
        "Masitōnia [FYROM]"@to,
        "Makedonya"@tr,
        "Makedonya [EYMC]"@tr,
        "Maacedooni"@twq,
        "Maqdunya"@tzm,
        "Македонія"@uk,
        "Македонія [КЮРМ]"@uk,
        "مقدونیہ"@ur,
        "مقدونیہ [FYROM]"@ur,
        "ꕮꔖꖁꕇꕰ"@vai,
        "Masedoninya"@vai-Latn,
        "Macedonia"@vi,
        "Macedonia [FYROM]"@vi,
        "Masedonia"@vun,
        "Mazedonie"@wae,
        "Mazedonie [EJR]"@wae,
        "ማከዶኒያ"@wal,
        "Masedoniya"@xog,
        "masetuán"@yav,
        "Orílẹ́ède Masidonia"@yo,
        "Macedonia"@zsm,
        "Macedonia [FYROM]"@zsm,
        "I-Macedonia"@zu,
        "isi-Macedonia [FYROM]"@zu ;
    lvont:label <http://lexvo.org/id/term/afr/Macedoni%C3%AB>,
        <http://lexvo.org/id/term/agq/M%C9%A8%CC%80s%C9%A8%CC%80dony%C3%ACa>,
        <http://lexvo.org/id/term/aka/Masedonia>,
        <http://lexvo.org/id/term/amh/%E1%88%9B%E1%88%B4%E1%8B%B6%E1%8A%95%E1%8B%AB%5BFYROM%5D>,
        <http://lexvo.org/id/term/amh/%E1%88%9B%E1%8A%A8%E1%8B%B6%E1%8A%92%E1%8B%AB>,
        <http://lexvo.org/id/term/ara/%D9%85%D9%82%D8%AF%D9%88%D9%86%D9%8A%D8%A7>,
        <http://lexvo.org/id/term/ara/%D9%85%D9%82%D8%AF%D9%88%D9%86%D9%8A%D8%A7-%20%D8%AC%D9%85%D9%87%D9%88%D8%B1%D9%8A%D8%A9%20%D9%85%D9%82%D8%AF%D9%88%D9%86%D9%8A%D8%A7%20%D8%A7%D9%84%D9%8A%D9%88%D8%BA%D8%B3%D9%84%D8%A7%D9%81%D9%8A%D8%A9%20%D8%A7%D9%84%D8%B3%D8%A7%D8%A8%D9%82%D8%A9>,
        <http://lexvo.org/id/term/asa/Mathedonia>,
        <http://lexvo.org/id/term/ast/Macedonia>,
        <http://lexvo.org/id/term/ast/Macedonia%20%5BARYDM%5D>,
        <http://lexvo.org/id/term/aze/Masedoniya>,
        <http://lexvo.org/id/term/bam/Maced%C9%94ni>,
        <http://lexvo.org/id/term/bas/M%C3%A0s%C3%A8don%C3%AC%C3%A0>,
        <http://lexvo.org/id/term/bel/%D0%9C%D0%B0%D0%BA%D0%B5%D0%B4%D0%BE%D0%BD%D1%96%D1%8F%2C%20%D0%91%D0%AE%D0%A0>,
        <http://lexvo.org/id/term/ben/%E0%A6%AE%E0%A7%87%E0%A6%B8%E0%A6%BF%E0%A6%A1%E0%A7%8B%E0%A6%A8%E0%A6%BF%E0%A6%AF%E0%A6%BC%E0%A6%BE%5BFYROM%5D>,
        <http://lexvo.org/id/term/ben/%E0%A6%AE%E0%A7%8D%E0%A6%AF%E0%A6%BE%E0%A6%B8%E0%A6%BE%E0%A6%A1%E0%A7%8B%E0%A6%A8%E0%A6%BF%E0%A6%AF%E0%A6%BC%E0%A6%BE>,
        <http://lexvo.org/id/term/bez/Humasedonia>,
        <http://lexvo.org/id/term/bos-Cyrl/%D0%9C%D0%B0%D0%BA%D0%B5%D0%B4%D0%BE%D0%BD%D0%B8%D1%98%D0%B0>,
        <http://lexvo.org/id/term/bos/Makedonija>,
        <http://lexvo.org/id/term/bos/Makedonija%20(BJR)>,
        <http://lexvo.org/id/term/bre/Makedonia>,
        <http://lexvo.org/id/term/bre/Makedonia%20%5BRYKM%5D>,
        <http://lexvo.org/id/term/brx/%E0%A4%AE%E0%A5%88%E0%A4%B8%E0%A5%87%E0%A4%A1%E0%A5%8B%E0%A4%A8%E0%A4%BF%E0%A4%AF%E0%A4%BE>,
        <http://lexvo.org/id/term/bul/%D0%9C%D0%B0%D0%BA%D0%B5%D0%B4%D0%BE%D0%BD%D0%B8%D1%8F>,
        <http://lexvo.org/id/term/bul/%D0%9C%D0%B0%D0%BA%D0%B5%D0%B4%D0%BE%D0%BD%D0%B8%D1%8F%20%5B%D0%91%D0%AE%D0%A0%D0%9C%5D>,
        <http://lexvo.org/id/term/byn/%E1%88%9B%E1%8A%A8%E1%8B%B6%E1%8A%92%E1%8B%AB>,
        <http://lexvo.org/id/term/cat/Maced%C3%B2nia>,
        <http://lexvo.org/id/term/cat/Maced%C3%B2nia%20%5BExrep%C3%BAblica%20Iugoslava%20de%20Maced%C3%B2nia%5D>,
        <http://lexvo.org/id/term/ces/Makedonie>,
        <http://lexvo.org/id/term/cgg/Masedoonia>,
        <http://lexvo.org/id/term/chr/%E1%8E%B9%E1%8F%8F%E1%8F%99%E1%8F%82%E1%8E%A2%E1%8E%A0>,
        <http://lexvo.org/id/term/cmn-Hant/%E5%89%8D%E5%8D%97%E6%96%AF%E6%8B%89%E5%A4%AB%E9%A6%AC%E5%85%B6%E9%A0%93%E5%85%B1%E5%92%8C%E5%9C%8B>,
        <http://lexvo.org/id/term/cmn-Hant/%E9%A6%AC%E5%85%B6%E9%A0%93>,
        <http://lexvo.org/id/term/cmn/%E9%A9%AC%E5%85%B6%E9%A1%BF>,
        <http://lexvo.org/id/term/cmn/%E9%A9%AC%E5%85%B6%E9%A1%BF%EF%BC%88%E5%89%8D%E5%8D%97%E6%96%AF%E6%8B%89%E5%A4%AB%E7%9A%84%E9%A9%AC%E5%85%B6%E9%A1%BF%E5%85%B1%E5%92%8C%E5%9B%BD%EF%BC%89>,
        <http://lexvo.org/id/term/cym/Macedonia>,
        <http://lexvo.org/id/term/dan/Makedonien>,
        <http://lexvo.org/id/term/dan/Makedonien%20%5BDen%20Tidligere%20Jugoslaviske%20Republik%20Makedonien%5D>,
        <http://lexvo.org/id/term/dav/Masedonia>,
        <http://lexvo.org/id/term/deu/Mazedonien>,
        <http://lexvo.org/id/term/deu/Mazedonien%20%5BEJR%5D>,
        <http://lexvo.org/id/term/dje/Maacedooni>,
        <http://lexvo.org/id/term/dzo/%E0%BD%98%E0%BC%8B%E0%BD%A6%E0%BD%BA%E0%BC%8B%E0%BD%8C%E0%BD%BC%E0%BC%8B%E0%BD%93%E0%BD%B2%E0%BC%8B%E0%BD%A1>,
        <http://lexvo.org/id/term/dzo/%E0%BD%98%E0%BC%8B%E0%BD%A6%E0%BD%BA%E0%BC%8B%E0%BD%8C%E0%BD%BC%E0%BC%8B%E0%BD%93%E0%BD%B2%E0%BC%8B%E0%BD%A1%E0%BC%8B%20%5B%E0%BD%A1%E0%BD%B4%E0%BC%8B%E0%BD%82%E0%BD%BC%E0%BC%8B%E0%BD%A6%E0%BE%B3%E0%BD%B1%E0%BC%8B%E0%BD%96%E0%BD%B2%E0%BC%8B%E0%BD%A1%5D>,
        <http://lexvo.org/id/term/ebu/Masedonia>,
        <http://lexvo.org/id/term/ell/%CE%A0%CE%93%CE%94%CE%9C>,
        <http://lexvo.org/id/term/eng-Dsrt/%F0%90%90%A3%F0%90%90%B0%F0%90%91%85%F0%90%90%B2%F0%90%90%BC%F0%90%90%AC%F0%90%91%8C%F0%90%90%A8%F0%90%90%B2>,
        <http://lexvo.org/id/term/eng/ISO%203166-1%3AMK>,
        <http://lexvo.org/id/term/eng/Macedonia>,
        <http://lexvo.org/id/term/eng/Macedonia%20%5BFYROM%5D>,
        <http://lexvo.org/id/term/epo/Makedonujo>,
        <http://lexvo.org/id/term/est/Makedoonia>,
        <http://lexvo.org/id/term/eus/Mazedonia>,
        <http://lexvo.org/id/term/eus/Mazedonia%20%5BFYROM%5D>,
        <http://lexvo.org/id/term/ewe/Makedonia%20%5BFYROM%5D%20nutome>,
        <http://lexvo.org/id/term/ewe/Makedonia%20nutome>,
        <http://lexvo.org/id/term/ewo/Mased%C3%B3nia>,
        <http://lexvo.org/id/term/fao/Maked%C3%B3nia>,
        <http://lexvo.org/id/term/fas/%D9%85%D9%82%D8%AF%D9%88%D9%86%DB%8C%D9%87>,
        <http://lexvo.org/id/term/fas/%D9%85%D9%82%D8%AF%D9%88%D9%86%DB%8C%D9%87%20%5B%D8%AC%D9%85%D9%87%D9%88%D8%B1%DB%8C%20%D8%B3%D8%A7%D8%A8%D9%82%D8%A7%D9%8B%20%DB%8C%D9%88%DA%AF%D8%B3%D9%84%D8%A7%D9%88%5D>,
        <http://lexvo.org/id/term/fil/Macedonia>,
        <http://lexvo.org/id/term/fil/Macedonia%20%5BFYROM%5D>,
        <http://lexvo.org/id/term/fin/EJT%20Makedonia>,
        <http://lexvo.org/id/term/fin/Makedonia>,
        <http://lexvo.org/id/term/fra/A.R.%20yougoslave%20de%20Mac%C3%A9doine>,
        <http://lexvo.org/id/term/fra/Mac%C3%A9doine>,
        <http://lexvo.org/id/term/fra/Mac%C3%A9doine%20%5BARYM%5D>,
        <http://lexvo.org/id/term/ful/Meceduwaan>,
        <http://lexvo.org/id/term/fur/Macedonie>,
        <http://lexvo.org/id/term/fur/Macedonie%20%5BFYROM%5D>,
        <http://lexvo.org/id/term/gla/A'%20Mhasadon>,
        <http://lexvo.org/id/term/gla/A'%20Mhasadon%20%5BFYROM%5D>,
        <http://lexvo.org/id/term/gle/An%20Mhacad%C3%B3in>,
        <http://lexvo.org/id/term/glg/Macedonia>,
        <http://lexvo.org/id/term/glg/Macedonia%20%5BAntiga%20Rep%C3%BAblica%20Iugoslava%20de%20Macedonia%5D>,
        <http://lexvo.org/id/term/gsw/Mazedoonie>,
        <http://lexvo.org/id/term/guj/%E0%AA%AE%E0%AB%87%E0%AA%B8%E0%AB%87%E0%AA%A1%E0%AB%8B%E0%AA%A8%E0%AA%BF%E0%AA%AF%E0%AA%BE>,
        <http://lexvo.org/id/term/guj/%E0%AA%AE%E0%AB%87%E0%AA%B8%E0%AB%87%E0%AA%A1%E0%AB%8B%E0%AA%A8%E0%AA%BF%E0%AA%AF%E0%AA%BE%20%5B%E0%AA%AB%E0%AA%BE%E0%AA%AF%E0%AA%B0%E0%AB%8B%E0%AA%AE%5D>,
        <http://lexvo.org/id/term/guz/Masedonia>,
        <http://lexvo.org/id/term/hau/Masedoniya>,
        <http://lexvo.org/id/term/heb/%D7%9E%D7%A7%D7%93%D7%95%D7%A0%D7%99%D7%94>,
        <http://lexvo.org/id/term/heb/%D7%9E%D7%A7%D7%93%D7%95%D7%A0%D7%99%D7%94%20%5B%D7%94%D7%A8%D7%A4%D7%95%D7%91%D7%9C%D7%99%D7%A7%D7%94%20%D7%94%D7%99%D7%95%D7%92%D7%95%D7%A1%D7%9C%D7%91%D7%99%D7%AA%20%D7%9C%D7%A9%D7%A2%D7%91%D7%A8%20%D7%9E%D7%A7%D7%93%D7%95%D7%A0%D7%99%D7%94%5D>,
        <http://lexvo.org/id/term/hin/%E0%A4%AE%E0%A5%87%E0%A4%B8%E0%A5%80%E0%A4%A1%E0%A5%8B%E0%A4%A8%E0%A4%BF%E0%A4%AF%E0%A4%BE%20%5BFYROM%5D>,
        <http://lexvo.org/id/term/hin/%E0%A4%AE%E0%A5%88%E0%A4%B8%E0%A5%87%E0%A4%A1%E0%A5%8B%E0%A4%A8%E0%A4%BF%E0%A4%AF%E0%A4%BE>,
        <http://lexvo.org/id/term/hrv/Makedonija>,
        <http://lexvo.org/id/term/hrv/Makedonija%20-%20BJRM>,
        <http://lexvo.org/id/term/hun/Maced%C3%B3nia>,
        <http://lexvo.org/id/term/hun/Maced%C3%B3nia%20%5BMVJK%5D>,
        <http://lexvo.org/id/term/hye/%D5%84%D5%A1%D5%AF%D5%A5%D5%A4%D5%B8%D5%B6%D5%AB%D5%A1>,
        <http://lexvo.org/id/term/ina/Macedonia>,
        <http://lexvo.org/id/term/ind/Makedonia>,
        <http://lexvo.org/id/term/ind/Makedonia%20-%20Bekas%20Republik%20Yugoslavia>,
        <http://lexvo.org/id/term/isl/Maked%C3%B3n%C3%ADa>,
        <http://lexvo.org/id/term/isl/Maked%C3%B3n%C3%ADa%20%5BFyrrum%20j%C3%BAg%C3%B3slavneska%20l%C3%BD%C3%B0veldi%C3%B0%20Maked%C3%B3n%C3%ADa%5D>,
        <http://lexvo.org/id/term/ita/Repubblica%20di%20Macedonia>,
        <http://lexvo.org/id/term/ita/Repubblica%20ex%20Jugoslava%20di%20Macedonia>,
        <http://lexvo.org/id/term/jmc/Masedonia>,
        <http://lexvo.org/id/term/jpn/%E3%83%9E%E3%82%B1%E3%83%89%E3%83%8B%E3%82%A2>,
        <http://lexvo.org/id/term/jpn/%E3%83%9E%E3%82%B1%E3%83%89%E3%83%8B%E3%82%A2%5B%E6%97%A7%E3%83%A6%E3%83%BC%E3%82%B4%E3%82%B9%E3%83%A9%E3%83%93%E3%82%A2%E5%85%B1%E5%92%8C%E5%9B%BD%5D>,
        <http://lexvo.org/id/term/kab/Masidwan>,
        <http://lexvo.org/id/term/kal/Makedonia>,
        <http://lexvo.org/id/term/kam/Masedonia>,
        <http://lexvo.org/id/term/kan/%E0%B2%AE%E0%B3%8D%E0%B2%AF%E0%B2%BE%E0%B2%B8%E0%B2%BF%E0%B2%A1%E0%B3%8B%E0%B2%A8%E0%B2%BF%E0%B2%AF%20%5BFYROM%5D>,
        <http://lexvo.org/id/term/kan/%E0%B2%AE%E0%B3%8D%E0%B2%AF%E0%B2%BE%E0%B2%B8%E0%B2%BF%E0%B2%A1%E0%B3%8B%E0%B2%A8%E0%B2%BF%E0%B2%AF%E0%B2%BE>,
        <http://lexvo.org/id/term/kas/%D9%85%D9%AE%DB%AA%D8%B3%D9%88%DA%91%D9%88%D9%86%D9%90%DB%8C%D8%A7>,
        <http://lexvo.org/id/term/kat/%E1%83%9B%E1%83%90%E1%83%99%E1%83%94%E1%83%93%E1%83%9D%E1%83%9C%E1%83%98%E1%83%90>,
        <http://lexvo.org/id/term/kde/Masedonia>,
        <http://lexvo.org/id/term/kea/Masidonia>,
        <http://lexvo.org/id/term/kea/Masidonia%20%5BFYROM%5D>,
        <http://lexvo.org/id/term/khm/%E1%9E%98%E1%9F%89%E1%9E%B6%E1%9E%9F%E1%9F%81%E1%9E%8A%E1%9E%93>,
        <http://lexvo.org/id/term/khm/%E1%9E%98%E1%9F%89%E1%9E%B6%E1%9E%9F%E1%9F%81%E1%9E%8A%E1%9F%92%E1%9E%9C%E1%9E%B6%E1%9E%93>,
        <http://lexvo.org/id/term/khq/Maacedooni>,
        <http://lexvo.org/id/term/kik/Masedonia>,
        <http://lexvo.org/id/term/kln/Emetab%20Macedonia>,
        <http://lexvo.org/id/term/kor/%EB%A7%88%EC%BC%80%EB%8F%84%EB%8B%88%EC%95%84>,
        <http://lexvo.org/id/term/kor/%EB%A7%88%EC%BC%80%EB%8F%84%EB%8B%88%EC%95%84(FYROM)>,
        <http://lexvo.org/id/term/ksb/Masedonia>,
        <http://lexvo.org/id/term/ksf/m%C3%A1s%C7%9Ddw%C3%A1n>,
        <http://lexvo.org/id/term/ksh/Mazedoonije>,
        <http://lexvo.org/id/term/ksh/de%20v%C3%B6rmaals%20ens%20jugo%C3%9Flaawesch%20jew%C3%A4%C3%A4se%20Republik%20Mazedoonije>,
        <http://lexvo.org/id/term/lag/Mased%C3%B3nia>,
        <http://lexvo.org/id/term/lao/%E0%BA%A1%E0%BA%B2%E0%BA%8A%E0%BA%B5%E0%BB%82%E0%BA%94%E0%BB%80%E0%BA%99%E0%BA%8D>,
        <http://lexvo.org/id/term/lao/%E0%BB%81%E0%BA%A1%E0%BA%8A%E0%BA%B4%E0%BB%82%E0%BA%84%E0%BB%80%E0%BA%99%E0%BA%8D>,
        <http://lexvo.org/id/term/lav/Ma%C4%B7edonija>,
        <http://lexvo.org/id/term/lav/Ma%C4%B7edonija%20%5BBDRM%5D>,
        <http://lexvo.org/id/term/lin/Masedoni>,
        <http://lexvo.org/id/term/lin/Masedwan%C9%9B>,
        <http://lexvo.org/id/term/lit/Makedonija>,
        <http://lexvo.org/id/term/lub/Masedwane>,
        <http://lexvo.org/id/term/lug/Masedoniya>,
        <http://lexvo.org/id/term/luo/Macedonia>,
        <http://lexvo.org/id/term/luy/Masedonia>,
        <http://lexvo.org/id/term/mal/%E0%B4%AE%E0%B4%95%E0%B5%8D%E0%B4%95%E0%B4%A1%E0%B5%8B%E0%B4%A3%E0%B4%BF%E0%B4%AF%20%5BFYROM%5D>,
        <http://lexvo.org/id/term/mal/%E0%B4%AE%E0%B4%BE%E0%B4%B8%E0%B4%BF%E0%B4%A1%E0%B5%8B%E0%B4%A3%E0%B4%BF%E0%B4%AF>,
        <http://lexvo.org/id/term/mar/%E0%A4%AE%E0%A5%85%E0%A4%B8%E0%A5%87%E0%A4%A1%E0%A5%8B%E0%A4%A8%E0%A4%BF%E0%A4%AF%E0%A4%BE>,
        <http://lexvo.org/id/term/mar/%E0%A4%AE%E0%A5%85%E0%A4%B8%E0%A5%87%E0%A4%A1%E0%A5%8B%E0%A4%A8%E0%A4%BF%E0%A4%AF%E0%A4%BE%5B%E0%A4%AB%E0%A4%BE%E0%A4%AF%E0%A4%B0%E0%A5%8B%E0%A4%AE%5D>,
        <http://lexvo.org/id/term/mas/Masedonia>,
        <http://lexvo.org/id/term/mer/Macedonia>,
        <http://lexvo.org/id/term/mfe/Masedwann>,
        <http://lexvo.org/id/term/mgh/Umasedonia>,
        <http://lexvo.org/id/term/mkd/%D0%9C%D0%B0%D0%BA%D0%B5%D0%B4%D0%BE%D0%BD%D0%B8%D1%98%D0%B0>,
        <http://lexvo.org/id/term/mlg/Makedonia>,
        <http://lexvo.org/id/term/mlt/Ma%C4%8Bedonja>,
        <http://lexvo.org/id/term/mua/Macedoniya>,
        <http://lexvo.org/id/term/mya/%E1%80%99%E1%80%AC%E1%80%85%E1%80%AE%E1%80%92%E1%80%AD%E1%80%AF%E1%80%B8%E1%80%94%E1%80%AE%E1%80%B8%E1%80%9A%E1%80%AC%E1%80%B8>,
        <http://lexvo.org/id/term/naq/Macedoniab>,
        <http://lexvo.org/id/term/nde/Macedonia>,
        <http://lexvo.org/id/term/nep/%E0%A4%AE%E0%A5%8D%E0%A4%AF%E0%A4%BE%E0%A4%95%E0%A5%87%E0%A4%A1%E0%A5%8B%E0%A4%A8%E0%A4%BF%E0%A4%AF%E0%A4%BE>,
        <http://lexvo.org/id/term/nep/%E0%A4%AE%E0%A5%8D%E0%A4%AF%E0%A4%BE%E0%A4%95%E0%A5%87%E0%A4%A1%E0%A5%8B%E0%A4%A8%E0%A4%BF%E0%A4%AF%E0%A4%BE%20%5B%E0%A4%AB%E0%A4%BE%E0%A4%87%E0%A4%B0%E0%A4%AE%5D>,
        <http://lexvo.org/id/term/nld/Macedoni%C3%AB>,
        <http://lexvo.org/id/term/nld/Macedoni%C3%AB%20%5BFYROM%5D>,
        <http://lexvo.org/id/term/nmg/Macedonia>,
        <http://lexvo.org/id/term/nno/Makedonia>,
        <http://lexvo.org/id/term/nob/Den%20tidligere%20jugoslaviske%20republikken%20Makedonia>,
        <http://lexvo.org/id/term/nob/Makedonia>,
        <http://lexvo.org/id/term/nyn/Masedoonia>,
        <http://lexvo.org/id/term/ori/%E0%AC%AE%E0%AC%BE%E0%AC%B8%E0%AD%87%E0%AC%A1%E0%AD%8B%E0%AC%A8%E0%AC%BF%E0%AC%86>,
        <http://lexvo.org/id/term/pol/Macedonia>,
        <http://lexvo.org/id/term/por/Antiga%20Rep%C3%BAblica%20Jugoslava%20da%20Maced%C3%B3nia>,
        <http://lexvo.org/id/term/por/Maced%C3%B3nia>,
        <http://lexvo.org/id/term/por/Maced%C3%B4nia>,
        <http://lexvo.org/id/term/por/Maced%C3%B4nia%20%5BAntiga%20Rep%C3%BAblica%20Iugoslava%20da%20Maced%C3%B4nia%20-%20ARIM%5D>,
        <http://lexvo.org/id/term/rof/Masedonia>,
        <http://lexvo.org/id/term/roh/Macedonia>,
        <http://lexvo.org/id/term/ron/Macedonia>,
        <http://lexvo.org/id/term/ron/Macedonia%20%5BFYROM%5D>,
        <http://lexvo.org/id/term/run/Masedoniya>,
        <http://lexvo.org/id/term/rus/%D0%9C%D0%B0%D0%BA%D0%B5%D0%B4%D0%BE%D0%BD%D0%B8%D1%8F>,
        <http://lexvo.org/id/term/rwk/Masedonia>,
        <http://lexvo.org/id/term/sag/Masedu%C3%A4ni>,
        <http://lexvo.org/id/term/saq/Masedonia>,
        <http://lexvo.org/id/term/sbp/Masedoniya>,
        <http://lexvo.org/id/term/seh/Maced%C3%B4nia>,
        <http://lexvo.org/id/term/ses/Maacedooni>,
        <http://lexvo.org/id/term/shi-Latn/masidunya>,
        <http://lexvo.org/id/term/shi/%E2%B5%8E%E2%B4%B0%E2%B5%99%E2%B5%89%E2%B4%B7%E2%B5%93%E2%B5%8F%E2%B5%A2%E2%B4%B0>,
        <http://lexvo.org/id/term/sin/%E0%B6%B8%E0%B7%90%E0%B7%83%E0%B7%92%E0%B6%A9%E0%B7%9D%E0%B6%B1%E0%B7%92%E0%B6%BA%E0%B7%8F%E0%B6%B1%20%5BFYROM%5D>,
        <http://lexvo.org/id/term/sin/%E0%B6%B8%E0%B7%90%E0%B7%83%E0%B7%92%E0%B6%A9%E0%B7%9D%E0%B6%B1%E0%B7%92%E0%B6%BA%E0%B7%8F%E0%B7%80>,
        <http://lexvo.org/id/term/slk/Maced%C3%B3nsko>,
        <http://lexvo.org/id/term/slk/Maced%C3%B3nsko%20%5BFYROM%5D>,
        <http://lexvo.org/id/term/slv/Makedonija>,
        <http://lexvo.org/id/term/slv/Makedonija%20%5BFYROM%5D>,
        <http://lexvo.org/id/term/sme/Makedonia>,
        <http://lexvo.org/id/term/sna/Macedonia>,
        <http://lexvo.org/id/term/som/Makadooniya>,
        <http://lexvo.org/id/term/spa/Macedonia>,
        <http://lexvo.org/id/term/spa/Macedonia%20%5BERYM%5D>,
        <http://lexvo.org/id/term/sqi/Maqedoni>,
        <http://lexvo.org/id/term/srp-Latn/Makedonija>,
        <http://lexvo.org/id/term/srp-Latn/Makedonija%20(BJR)>,
        <http://lexvo.org/id/term/srp/%D0%9C%D0%B0%D0%BA%D0%B5%D0%B4%D0%BE%D0%BD%D0%B8%D1%98%D0%B0>,
        <http://lexvo.org/id/term/swc/Masedonia>,
        <http://lexvo.org/id/term/swe/Makedonien>,
        <http://lexvo.org/id/term/swh/Masedonia>,
        <http://lexvo.org/id/term/swh/Masedonia%20%5BFYROM%5D>,
        <http://lexvo.org/id/term/tam/%E0%AE%AE%E0%AE%BE%E0%AE%9A%E0%AE%BF%E0%AE%9F%E0%AF%8B%E0%AE%A9%E0%AE%BF%E0%AE%AF%E0%AE%BE>,
        <http://lexvo.org/id/term/tam/%E0%AE%AE%E0%AE%BE%E0%AE%9A%E0%AE%BF%E0%AE%9F%E0%AF%8B%E0%AE%A9%E0%AE%BF%E0%AE%AF%E0%AE%BE%20%5B%E0%AE%83%E0%AE%AA%E0%AF%88%E0%AE%B0%E0%AF%8B%E0%AE%AE%E0%AF%8D%5D>,
        <http://lexvo.org/id/term/tel/%E0%B0%AE%E0%B1%87%E0%B0%B8%E0%B1%86%E0%B0%A1%E0%B1%8B%E0%B0%A8%E0%B0%BF%E0%B0%AF%E0%B0%BE>,
        <http://lexvo.org/id/term/tel/%E0%B0%AE%E0%B1%87%E0%B0%B8%E0%B1%86%E0%B0%A1%E0%B1%8B%E0%B0%A8%E0%B0%BF%E0%B0%AF%E0%B0%BE%5B%E0%B0%AB%E0%B1%88%E0%B0%B0%E0%B1%8B%E0%B0%AE%E0%B1%8D%5D>,
        <http://lexvo.org/id/term/teo/Masedonia>,
        <http://lexvo.org/id/term/tha/%E0%B8%A1%E0%B8%B2%E0%B8%8B%E0%B8%B4%E0%B9%82%E0%B8%94%E0%B9%80%E0%B8%99%E0%B8%B5%E0%B8%A2>,
        <http://lexvo.org/id/term/tig/%E1%88%9B%E1%8A%A8%E1%8B%B6%E1%8A%92%E1%8B%AB>,
        <http://lexvo.org/id/term/tir/%E1%88%9B%E1%8A%A8%E1%8B%B6%E1%8A%92%E1%8B%AB>,
        <http://lexvo.org/id/term/ton/Masit%C5%8Dnia>,
        <http://lexvo.org/id/term/ton/Masit%C5%8Dnia%20%5BFYROM%5D>,
        <http://lexvo.org/id/term/tur/Makedonya>,
        <http://lexvo.org/id/term/tur/Makedonya%20%5BEYMC%5D>,
        <http://lexvo.org/id/term/twq/Maacedooni>,
        <http://lexvo.org/id/term/tzm/Maqdunya>,
        <http://lexvo.org/id/term/ukr/%D0%9C%D0%B0%D0%BA%D0%B5%D0%B4%D0%BE%D0%BD%D1%96%D1%8F>,
        <http://lexvo.org/id/term/ukr/%D0%9C%D0%B0%D0%BA%D0%B5%D0%B4%D0%BE%D0%BD%D1%96%D1%8F%20%5B%D0%9A%D0%AE%D0%A0%D0%9C%5D>,
        <http://lexvo.org/id/term/urd/%D9%85%D9%82%D8%AF%D9%88%D9%86%DB%8C%DB%81>,
        <http://lexvo.org/id/term/urd/%D9%85%D9%82%D8%AF%D9%88%D9%86%DB%8C%DB%81%20%5BFYROM%5D>,
        <http://lexvo.org/id/term/vai-Latn/Masedoninya>,
        <http://lexvo.org/id/term/vai/%EA%95%AE%EA%94%96%EA%96%81%EA%95%87%EA%95%B0>,
        <http://lexvo.org/id/term/vie/Macedonia>,
        <http://lexvo.org/id/term/vie/Macedonia%20%5BFYROM%5D>,
        <http://lexvo.org/id/term/vun/Masedonia>,
        <http://lexvo.org/id/term/wae/Mazedonie>,
        <http://lexvo.org/id/term/wae/Mazedonie%20%5BEJR%5D>,
        <http://lexvo.org/id/term/wal/%E1%88%9B%E1%8A%A8%E1%8B%B6%E1%8A%92%E1%8B%AB>,
        <http://lexvo.org/id/term/xog/Masedoniya>,
        <http://lexvo.org/id/term/yav/masetu%C3%A1n>,
        <http://lexvo.org/id/term/yor/Or%C3%ADl%E1%BA%B9%CC%81%C3%A8de%20Masidonia>,
        <http://lexvo.org/id/term/zsm/Macedonia>,
        <http://lexvo.org/id/term/zsm/Macedonia%20%5BFYROM%5D>,
        <http://lexvo.org/id/term/zul/I-Macedonia>,
        <http://lexvo.org/id/term/zul/isi-Macedonia%20%5BFYROM%5D> ;
    owl:sameAs <http://psi.oasis-open.org/iso/3166/#807>,
        <http://sws.geonames.org/718075/> .

<http://lexvo.org/id/iso3166/ML> a lvont:GeographicRegion ;
    rdfs:label "Mali"@af,
        "Malè"@agq,
        "Mali"@ak,
        "ማሊ"@am,
        "مالي"@ar,
        "Mali"@asa,
        "Malí"@ast,
        "Mali"@az,
        "Màli"@bas,
        "Малі"@be,
        "Humali"@bez,
        "Мали"@bg,
        "Mali"@bm,
        "মালি"@bn,
        "མ་ལི།"@bo,
        "Mali"@br,
        "माली"@brx,
        "Mali"@bs,
        "Мали"@bs-Cyrl,
        "Mali"@ca,
        "Mari"@cgg,
        "ᎹᎵ"@chr,
        "马里"@cmn,
        "馬利"@cmn-Hant,
        "Mali"@cs,
        "Mali"@cy,
        "Mali"@da,
        "Mali"@dav,
        "Mali"@de,
        "Maali"@dje,
        "Mali"@dyo,
        "མཱ་ལི"@dz,
        "Mali"@ebu,
        "Mali nutome"@ee,
        "Μάλι"@el,
        "ISO 3166-1:ML"@en,
        "Mali"@en,
        "𐐣𐐪𐑊𐐨"@en-Dsrt,
        "Malio"@eo,
        "Mali"@es,
        "Mali"@et,
        "Mali"@eu,
        "Malí"@ewo,
        "مالی"@fa,
        "Maali"@ff,
        "Mali"@fi,
        "Mali"@fil,
        "Mali"@fo,
        "Mali"@fr,
        "Mali"@fur,
        "Mailí"@ga,
        "Màili"@gd,
        "Mali"@gl,
        "Maali"@gsw,
        "માલી"@gu,
        "Mali"@guz,
        "Mali"@ha,
        "מאלי"@he,
        "माली"@hi,
        "Mali"@hr,
        "Mali"@hu,
        "Մալի"@hy,
        "Mali"@ia,
        "Mali"@id,
        "Malí"@is,
        "Mali"@it,
        "マリ"@ja,
        "Malî"@jgo,
        "Mali"@jmc,
        "მალი"@ka,
        "Mali"@kab,
        "Mali"@kam,
        "Mali"@kde,
        "Mali"@kea,
        "Maali"@khq,
        "Mali"@ki,
        "Mali"@kl,
        "Emetab Mali"@kln,
        "ម៉ាលី"@km,
        "ಮಾಲಿ"@kn,
        "말리"@ko,
        "مالی"@ks,
        "Mali"@ksb,
        "mali"@ksf,
        "Maali"@ksh,
        "Máali"@lag,
        "Mali"@lg,
        "Malí"@ln,
        "ມາລິ"@lo,
        "Malis"@lt,
        "Mali"@lu,
        "Mali"@luo,
        "Mali"@luy,
        "Mali"@lv,
        "Mali"@mas,
        "Mali"@mer,
        "Mali"@mfe,
        "Mali"@mg,
        "Мали"@mk,
        "മാലി"@ml,
        "माली"@mr,
        "Mali"@mt,
        "Sǝr Mali"@mua,
        "မာလီ"@my,
        "Malib"@naq,
        "Mali"@nb,
        "Mali"@nd,
        "माली"@ne,
        "Mali"@nl,
        "Mali"@nmg,
        "Mali"@nn,
        "Mari"@nyn,
        "ମାଳୀ"@or,
        "Mali"@pl,
        "Mali"@pt,
        "Mali"@rm,
        "Mali"@rn,
        "Mali"@ro,
        "Mali"@rof,
        "Мали"@ru,
        "Mali"@rwk,
        "Mali"@saq,
        "Mali"@sbp,
        "Mali"@se,
        "Mali"@seh,
        "Maali"@ses,
        "Malïi"@sg,
        "ⵎⴰⵍⵉ"@shi,
        "mali"@shi-Latn,
        "මාලි"@si,
        "Mali"@sk,
        "Mali"@sl,
        "Mali"@sn,
        "Maali"@so,
        "Мали"@sr,
        "Mali"@sr-Latn,
        "Mali"@sv,
        "Mali"@swc,
        "Mali"@swh,
        "மாலீ"@ta,
        "మాలి"@te,
        "Mali"@teo,
        "มาลี"@th,
        "ማሊ"@ti,
        "Māli"@to,
        "Mali"@tr,
        "Maali"@twq,
        "Mali"@tzm,
        "Малі"@uk,
        "مالی"@ur,
        "ꕮꔷ"@vai,
        "Mali"@vai-Latn,
        "Mali"@vi,
        "Mali"@vun,
        "Mali"@wae,
        "Mali"@xog,
        "malí"@yav,
        "Orílẹ́ède Mali"@yo,
        "Mali"@zsm,
        "i-Mali"@zu ;
    lvont:label <http://lexvo.org/id/term/afr/Mali>,
        <http://lexvo.org/id/term/agq/Mal%C3%A8>,
        <http://lexvo.org/id/term/aka/Mali>,
        <http://lexvo.org/id/term/amh/%E1%88%9B%E1%88%8A>,
        <http://lexvo.org/id/term/ara/%D9%85%D8%A7%D9%84%D9%8A>,
        <http://lexvo.org/id/term/asa/Mali>,
        <http://lexvo.org/id/term/ast/Mal%C3%AD>,
        <http://lexvo.org/id/term/aze/Mali>,
        <http://lexvo.org/id/term/bam/Mali>,
        <http://lexvo.org/id/term/bas/M%C3%A0li>,
        <http://lexvo.org/id/term/bel/%D0%9C%D0%B0%D0%BB%D1%96>,
        <http://lexvo.org/id/term/ben/%E0%A6%AE%E0%A6%BE%E0%A6%B2%E0%A6%BF>,
        <http://lexvo.org/id/term/bez/Humali>,
        <http://lexvo.org/id/term/bod/%E0%BD%98%E0%BC%8B%E0%BD%A3%E0%BD%B2%E0%BC%8D>,
        <http://lexvo.org/id/term/bos-Cyrl/%D0%9C%D0%B0%D0%BB%D0%B8>,
        <http://lexvo.org/id/term/bos/Mali>,
        <http://lexvo.org/id/term/bre/Mali>,
        <http://lexvo.org/id/term/brx/%E0%A4%AE%E0%A4%BE%E0%A4%B2%E0%A5%80>,
        <http://lexvo.org/id/term/bul/%D0%9C%D0%B0%D0%BB%D0%B8>,
        <http://lexvo.org/id/term/cat/Mali>,
        <http://lexvo.org/id/term/ces/Mali>,
        <http://lexvo.org/id/term/cgg/Mari>,
        <http://lexvo.org/id/term/chr/%E1%8E%B9%E1%8E%B5>,
        <http://lexvo.org/id/term/cmn-Hant/%E9%A6%AC%E5%88%A9>,
        <http://lexvo.org/id/term/cmn/%E9%A9%AC%E9%87%8C>,
        <http://lexvo.org/id/term/cym/Mali>,
        <http://lexvo.org/id/term/dan/Mali>,
        <http://lexvo.org/id/term/dav/Mali>,
        <http://lexvo.org/id/term/deu/Mali>,
        <http://lexvo.org/id/term/dje/Maali>,
        <http://lexvo.org/id/term/dyo/Mali>,
        <http://lexvo.org/id/term/dzo/%E0%BD%98%E0%BD%B1%E0%BC%8B%E0%BD%A3%E0%BD%B2>,
        <http://lexvo.org/id/term/ebu/Mali>,
        <http://lexvo.org/id/term/ell/%CE%9C%CE%AC%CE%BB%CE%B9>,
        <http://lexvo.org/id/term/eng-Dsrt/%F0%90%90%A3%F0%90%90%AA%F0%90%91%8A%F0%90%90%A8>,
        <http://lexvo.org/id/term/eng/ISO%203166-1%3AML>,
        <http://lexvo.org/id/term/eng/Mali>,
        <http://lexvo.org/id/term/epo/Malio>,
        <http://lexvo.org/id/term/est/Mali>,
        <http://lexvo.org/id/term/eus/Mali>,
        <http://lexvo.org/id/term/ewe/Mali%20nutome>,
        <http://lexvo.org/id/term/ewo/Mal%C3%AD>,
        <http://lexvo.org/id/term/fao/Mali>,
        <http://lexvo.org/id/term/fas/%D9%85%D8%A7%D9%84%DB%8C>,
        <http://lexvo.org/id/term/fil/Mali>,
        <http://lexvo.org/id/term/fin/Mali>,
        <http://lexvo.org/id/term/fra/Mali>,
        <http://lexvo.org/id/term/ful/Maali>,
        <http://lexvo.org/id/term/fur/Mali>,
        <http://lexvo.org/id/term/gla/M%C3%A0ili>,
        <http://lexvo.org/id/term/gle/Mail%C3%AD>,
        <http://lexvo.org/id/term/glg/Mali>,
        <http://lexvo.org/id/term/gsw/Maali>,
        <http://lexvo.org/id/term/guj/%E0%AA%AE%E0%AA%BE%E0%AA%B2%E0%AB%80>,
        <http://lexvo.org/id/term/guz/Mali>,
        <http://lexvo.org/id/term/hau/Mali>,
        <http://lexvo.org/id/term/heb/%D7%9E%D7%90%D7%9C%D7%99>,
        <http://lexvo.org/id/term/hin/%E0%A4%AE%E0%A4%BE%E0%A4%B2%E0%A5%80>,
        <http://lexvo.org/id/term/hrv/Mali>,
        <http://lexvo.org/id/term/hun/Mali>,
        <http://lexvo.org/id/term/hye/%D5%84%D5%A1%D5%AC%D5%AB>,
        <http://lexvo.org/id/term/ina/Mali>,
        <http://lexvo.org/id/term/ind/Mali>,
        <http://lexvo.org/id/term/isl/Mal%C3%AD>,
        <http://lexvo.org/id/term/ita/Mali>,
        <http://lexvo.org/id/term/jgo/Mal%C3%AE>,
        <http://lexvo.org/id/term/jmc/Mali>,
        <http://lexvo.org/id/term/jpn/%E3%83%9E%E3%83%AA>,
        <http://lexvo.org/id/term/kab/Mali>,
        <http://lexvo.org/id/term/kal/Mali>,
        <http://lexvo.org/id/term/kam/Mali>,
        <http://lexvo.org/id/term/kan/%E0%B2%AE%E0%B2%BE%E0%B2%B2%E0%B2%BF>,
        <http://lexvo.org/id/term/kas/%D9%85%D8%A7%D9%84%DB%8C>,
        <http://lexvo.org/id/term/kat/%E1%83%9B%E1%83%90%E1%83%9A%E1%83%98>,
        <http://lexvo.org/id/term/kde/Mali>,
        <http://lexvo.org/id/term/kea/Mali>,
        <http://lexvo.org/id/term/khm/%E1%9E%98%E1%9F%89%E1%9E%B6%E1%9E%9B%E1%9E%B8>,
        <http://lexvo.org/id/term/khq/Maali>,
        <http://lexvo.org/id/term/kik/Mali>,
        <http://lexvo.org/id/term/kln/Emetab%20Mali>,
        <http://lexvo.org/id/term/kor/%EB%A7%90%EB%A6%AC>,
        <http://lexvo.org/id/term/ksb/Mali>,
        <http://lexvo.org/id/term/ksf/mali>,
        <http://lexvo.org/id/term/ksh/Maali>,
        <http://lexvo.org/id/term/lag/M%C3%A1ali>,
        <http://lexvo.org/id/term/lao/%E0%BA%A1%E0%BA%B2%E0%BA%A5%E0%BA%B4>,
        <http://lexvo.org/id/term/lav/Mali>,
        <http://lexvo.org/id/term/lin/Mal%C3%AD>,
        <http://lexvo.org/id/term/lit/Malis>,
        <http://lexvo.org/id/term/lub/Mali>,
        <http://lexvo.org/id/term/lug/Mali>,
        <http://lexvo.org/id/term/luo/Mali>,
        <http://lexvo.org/id/term/luy/Mali>,
        <http://lexvo.org/id/term/mal/%E0%B4%AE%E0%B4%BE%E0%B4%B2%E0%B4%BF>,
        <http://lexvo.org/id/term/mar/%E0%A4%AE%E0%A4%BE%E0%A4%B2%E0%A5%80>,
        <http://lexvo.org/id/term/mas/Mali>,
        <http://lexvo.org/id/term/mer/Mali>,
        <http://lexvo.org/id/term/mfe/Mali>,
        <http://lexvo.org/id/term/mkd/%D0%9C%D0%B0%D0%BB%D0%B8>,
        <http://lexvo.org/id/term/mlg/Mali>,
        <http://lexvo.org/id/term/mlt/Mali>,
        <http://lexvo.org/id/term/mua/S%C7%9Dr%20Mali>,
        <http://lexvo.org/id/term/mya/%E1%80%99%E1%80%AC%E1%80%9C%E1%80%AE>,
        <http://lexvo.org/id/term/naq/Malib>,
        <http://lexvo.org/id/term/nde/Mali>,
        <http://lexvo.org/id/term/nep/%E0%A4%AE%E0%A4%BE%E0%A4%B2%E0%A5%80>,
        <http://lexvo.org/id/term/nld/Mali>,
        <http://lexvo.org/id/term/nmg/Mali>,
        <http://lexvo.org/id/term/nno/Mali>,
        <http://lexvo.org/id/term/nob/Mali>,
        <http://lexvo.org/id/term/nyn/Mari>,
        <http://lexvo.org/id/term/ori/%E0%AC%AE%E0%AC%BE%E0%AC%B3%E0%AD%80>,
        <http://lexvo.org/id/term/pol/Mali>,
        <http://lexvo.org/id/term/por/Mali>,
        <http://lexvo.org/id/term/rof/Mali>,
        <http://lexvo.org/id/term/roh/Mali>,
        <http://lexvo.org/id/term/ron/Mali>,
        <http://lexvo.org/id/term/run/Mali>,
        <http://lexvo.org/id/term/rus/%D0%9C%D0%B0%D0%BB%D0%B8>,
        <http://lexvo.org/id/term/rwk/Mali>,
        <http://lexvo.org/id/term/sag/Mal%C3%AFi>,
        <http://lexvo.org/id/term/saq/Mali>,
        <http://lexvo.org/id/term/sbp/Mali>,
        <http://lexvo.org/id/term/seh/Mali>,
        <http://lexvo.org/id/term/ses/Maali>,
        <http://lexvo.org/id/term/shi-Latn/mali>,
        <http://lexvo.org/id/term/shi/%E2%B5%8E%E2%B4%B0%E2%B5%8D%E2%B5%89>,
        <http://lexvo.org/id/term/sin/%E0%B6%B8%E0%B7%8F%E0%B6%BD%E0%B7%92>,
        <http://lexvo.org/id/term/slk/Mali>,
        <http://lexvo.org/id/term/slv/Mali>,
        <http://lexvo.org/id/term/sme/Mali>,
        <http://lexvo.org/id/term/sna/Mali>,
        <http://lexvo.org/id/term/som/Maali>,
        <http://lexvo.org/id/term/spa/Mali>,
        <http://lexvo.org/id/term/srp-Latn/Mali>,
        <http://lexvo.org/id/term/srp/%D0%9C%D0%B0%D0%BB%D0%B8>,
        <http://lexvo.org/id/term/swc/Mali>,
        <http://lexvo.org/id/term/swe/Mali>,
        <http://lexvo.org/id/term/swh/Mali>,
        <http://lexvo.org/id/term/tam/%E0%AE%AE%E0%AE%BE%E0%AE%B2%E0%AF%80>,
        <http://lexvo.org/id/term/tel/%E0%B0%AE%E0%B0%BE%E0%B0%B2%E0%B0%BF>,
        <http://lexvo.org/id/term/teo/Mali>,
        <http://lexvo.org/id/term/tha/%E0%B8%A1%E0%B8%B2%E0%B8%A5%E0%B8%B5>,
        <http://lexvo.org/id/term/tir/%E1%88%9B%E1%88%8A>,
        <http://lexvo.org/id/term/ton/M%C4%81li>,
        <http://lexvo.org/id/term/tur/Mali>,
        <http://lexvo.org/id/term/twq/Maali>,
        <http://lexvo.org/id/term/tzm/Mali>,
        <http://lexvo.org/id/term/ukr/%D0%9C%D0%B0%D0%BB%D1%96>,
        <http://lexvo.org/id/term/urd/%D9%85%D8%A7%D9%84%DB%8C>,
        <http://lexvo.org/id/term/vai-Latn/Mali>,
        <http://lexvo.org/id/term/vai/%EA%95%AE%EA%94%B7>,
        <http://lexvo.org/id/term/vie/Mali>,
        <http://lexvo.org/id/term/vun/Mali>,
        <http://lexvo.org/id/term/wae/Mali>,
        <http://lexvo.org/id/term/xog/Mali>,
        <http://lexvo.org/id/term/yav/mal%C3%AD>,
        <http://lexvo.org/id/term/yor/Or%C3%ADl%E1%BA%B9%CC%81%C3%A8de%20Mali>,
        <http://lexvo.org/id/term/zsm/Mali>,
        <http://lexvo.org/id/term/zul/i-Mali> ;
    owl:sameAs <http://psi.oasis-open.org/iso/3166/#466>,
        <http://sws.geonames.org/2453866/> .

<http://lexvo.org/id/iso3166/MM> a lvont:GeographicRegion ;
    rdfs:label "Mianmar"@af,
        "Mǐanmà"@agq,
        "Miyanma"@ak,
        "ማይናማር[በርማ]"@am,
        "ميانمار -بورما"@ar,
        "Myama"@asa,
        "Myanmar [Birmania]"@ast,
        "Myanmar"@az,
        "Myànmâr"@bas,
        "М'янма"@be,
        "Humyama"@bez,
        "Мианмар [Бирма]"@bg,
        "Myanimari"@bm,
        "মায়ানমার"@bn,
        "འབར་མ།"@bo,
        "Myanmar [Birmania]"@br,
        "म्यानमार"@brx,
        "Mijanmar"@bs,
        "Мијанмар [Бурма]"@bs-Cyrl,
        "Myanmar [Birmània]"@ca,
        "Myanamar"@cgg,
        "ᎹᏯᎹᎵ"@chr,
        "缅甸"@cmn,
        "緬甸"@cmn-Hant,
        "Myanmar"@cs,
        "Myanmar [Byrma]"@cy,
        "Myanmar [Burma]"@da,
        "Myama"@dav,
        "Myanmar"@de,
        "Maynamar"@dje,
        "མི་ཡཱན་མར་ [བྷར་མ]"@dz,
        "Myama"@ebu,
        "Myanmar [Burma] nutome"@ee,
        "Μιανμάρ [Μπούρμα]"@el,
        "ISO 3166-1:MM"@en,
        "Myanmar [Burma]"@en,
        "𐐣𐐨𐐲𐑌𐑋𐐪𐑉"@en-Dsrt,
        "Mjanmao"@eo,
        "Myanmar [Birmania]"@es,
        "Myanmar"@et,
        "Myanmar"@eu,
        "Mianəmár"@ewo,
        "میانمار [برمه]"@fa,
        "Miyamaar"@ff,
        "Myanmar [Burma]"@fi,
        "Myanmar [Burma]"@fil,
        "Burma"@fo,
        "Myanmar"@fr,
        "Birmanie"@fur,
        "Maenmar"@ga,
        "Miànmar [Burma]"@gd,
        "Myanmar [Birmania]"@gl,
        "Müanmar"@gsw,
        "મ્યાંમાર"@gu,
        "Myama"@guz,
        "Burma, Miyamar"@ha,
        "מיאנמאר [בורמה]‎"@he,
        "म्यानमार"@hi,
        "Mijanmar [Burma]"@hr,
        "Mianmar [Burma]"@hu,
        "Մյանմա"@hy,
        "Birmania/Myanmar"@ia,
        "Myanmar"@id,
        "Mjanmar [Búrma]"@is,
        "Myanmar"@it,
        "ミャンマー"@ja,
        "Myama"@jmc,
        "მიანმარი"@ka,
        "Myanmar"@kab,
        "Myama"@kam,
        "Myama"@kde,
        "Mianmar"@kea,
        "Maynamar"@khq,
        "Myama"@ki,
        "Burma"@kl,
        "Emetab Myanmar"@kln,
        "មីយ៉ាន់ម៉ា"@km,
        "ಮಯನ್ಮಾರ್"@kn,
        "미얀마"@ko,
        "مَیَنما بٔرما"@ks,
        "Myama"@ksb,
        "myanmár"@ksf,
        "Birma"@ksh,
        "Miáama"@lag,
        "Myanima"@lg,
        "ສະຫະພາບມຽນມາ"@lo,
        "Mianmaras"@lt,
        "Myamare"@lu,
        "Myanmar"@luo,
        "Myama"@luy,
        "Mjanma [Birma]"@lv,
        "Myama"@mas,
        "Myanima"@mer,
        "Myanmar"@mfe,
        "Myanmar"@mg,
        "Мјанмар [Бурма]"@mk,
        "മ്യാൻമാർ"@ml,
        "म्यानमार [ब्रह्मदेश]"@mr,
        "Mjanmar"@mt,
        "Sǝr Myanmar"@mua,
        "မြန်မာ"@my,
        "Myanmar"@naq,
        "Myanmar [Burma]"@nb,
        "Myanmar"@nd,
        "म्यान्मार [बर्मा]"@ne,
        "Myanmar"@nl,
        "Myanmar"@nmg,
        "Myanmar"@nn,
        "Myanamar"@nyn,
        "ମିୟାମାର୍"@or,
        "Birma"@pl,
        "Mianmar [Birmânia]"@pt,
        "Myanmar"@rm,
        "Birimaniya"@rn,
        "Myanmar"@ro,
        "Myama"@rof,
        "Мьянма [Бирма]"@ru,
        "Myama"@rwk,
        "Myama"@saq,
        "Muyama"@sbp,
        "Burma"@se,
        "Mianmar"@seh,
        "Maynamar"@ses,
        "Myämâra"@sg,
        "ⵎⵢⴰⵏⵎⴰⵔ"@shi,
        "myanmar"@shi-Latn,
        "මියන්මාරය"@si,
        "Mjanmarsko"@sk,
        "Mjanmar [Burma]"@sl,
        "Myanmar"@sn,
        "Myanmar"@so,
        "Мијанмар [Бурма]"@sr,
        "Mijanmar"@sr-Latn,
        "Myanmar"@sv,
        "Myama"@swc,
        "Myama"@swh,
        "மியான்மார் [பர்மா]"@ta,
        "మ్యాన్మార్"@te,
        "Myama"@teo,
        "เมียนม่าร์ [พม่า]"@th,
        "ማያንማር"@ti,
        "Pema"@to,
        "Myanmar [Burma]"@tr,
        "Maynamar"@twq,
        "Myanmar"@tzm,
        "Мʼянма [Бірма]"@uk,
        "میانمار [برما]"@ur,
        "ꕆꕩꘋꕮ"@vai,
        "Miyamaha"@vai-Latn,
        "Myanmar [Miến Điện]"@vi,
        "Myama"@vun,
        "Burma"@wae,
        "Myanima"@xog,
        "miaŋmáal"@yav,
        "Orílẹ́ède Manamari"@yo,
        "Myanmar [Burma]"@zsm,
        "e-Myanmar [Burma]"@zu ;
    lvont:label <http://lexvo.org/id/term/afr/Mianmar>,
        <http://lexvo.org/id/term/agq/M%C7%90anm%C3%A0>,
        <http://lexvo.org/id/term/aka/Miyanma>,
        <http://lexvo.org/id/term/amh/%E1%88%9B%E1%8B%AD%E1%8A%93%E1%88%9B%E1%88%AD%5B%E1%89%A0%E1%88%AD%E1%88%9B%5D>,
        <http://lexvo.org/id/term/ara/%D9%85%D9%8A%D8%A7%D9%86%D9%85%D8%A7%D8%B1%20-%D8%A8%D9%88%D8%B1%D9%85%D8%A7>,
        <http://lexvo.org/id/term/asa/Myama>,
        <http://lexvo.org/id/term/ast/Myanmar%20%5BBirmania%5D>,
        <http://lexvo.org/id/term/aze/Myanmar>,
        <http://lexvo.org/id/term/bam/Myanimari>,
        <http://lexvo.org/id/term/bas/My%C3%A0nm%C3%A2r>,
        <http://lexvo.org/id/term/bel/%D0%9C'%D1%8F%D0%BD%D0%BC%D0%B0>,
        <http://lexvo.org/id/term/ben/%E0%A6%AE%E0%A6%BE%E0%A6%AF%E0%A6%BC%E0%A6%BE%E0%A6%A8%E0%A6%AE%E0%A6%BE%E0%A6%B0>,
        <http://lexvo.org/id/term/bez/Humyama>,
        <http://lexvo.org/id/term/bod/%E0%BD%A0%E0%BD%96%E0%BD%A2%E0%BC%8B%E0%BD%98%E0%BC%8D>,
        <http://lexvo.org/id/term/bos-Cyrl/%D0%9C%D0%B8%D1%98%D0%B0%D0%BD%D0%BC%D0%B0%D1%80%20%5B%D0%91%D1%83%D1%80%D0%BC%D0%B0%5D>,
        <http://lexvo.org/id/term/bos/Mijanmar>,
        <http://lexvo.org/id/term/bre/Myanmar%20%5BBirmania%5D>,
        <http://lexvo.org/id/term/brx/%E0%A4%AE%E0%A5%8D%E0%A4%AF%E0%A4%BE%E0%A4%A8%E0%A4%AE%E0%A4%BE%E0%A4%B0>,
        <http://lexvo.org/id/term/bul/%D0%9C%D0%B8%D0%B0%D0%BD%D0%BC%D0%B0%D1%80%20%5B%D0%91%D0%B8%D1%80%D0%BC%D0%B0%5D>,
        <http://lexvo.org/id/term/cat/Myanmar%20%5BBirm%C3%A0nia%5D>,
        <http://lexvo.org/id/term/ces/Myanmar>,
        <http://lexvo.org/id/term/cgg/Myanamar>,
        <http://lexvo.org/id/term/chr/%E1%8E%B9%E1%8F%AF%E1%8E%B9%E1%8E%B5>,
        <http://lexvo.org/id/term/cmn-Hant/%E7%B7%AC%E7%94%B8>,
        <http://lexvo.org/id/term/cmn/%E7%BC%85%E7%94%B8>,
        <http://lexvo.org/id/term/cym/Myanmar%20%5BByrma%5D>,
        <http://lexvo.org/id/term/dan/Myanmar%20%5BBurma%5D>,
        <http://lexvo.org/id/term/dav/Myama>,
        <http://lexvo.org/id/term/deu/Myanmar>,
        <http://lexvo.org/id/term/dje/Maynamar>,
        <http://lexvo.org/id/term/dzo/%E0%BD%98%E0%BD%B2%E0%BC%8B%E0%BD%A1%E0%BD%B1%E0%BD%93%E0%BC%8B%E0%BD%98%E0%BD%A2%E0%BC%8B%20%5B%E0%BD%96%E0%BE%B7%E0%BD%A2%E0%BC%8B%E0%BD%98%5D>,
        <http://lexvo.org/id/term/ebu/Myama>,
        <http://lexvo.org/id/term/ell/%CE%9C%CE%B9%CE%B1%CE%BD%CE%BC%CE%AC%CF%81%20%5B%CE%9C%CF%80%CE%BF%CF%8D%CF%81%CE%BC%CE%B1%5D>,
        <http://lexvo.org/id/term/eng-Dsrt/%F0%90%90%A3%F0%90%90%A8%F0%90%90%B2%F0%90%91%8C%F0%90%91%8B%F0%90%90%AA%F0%90%91%89>,
        <http://lexvo.org/id/term/eng/ISO%203166-1%3AMM>,
        <http://lexvo.org/id/term/eng/Myanmar%20%5BBurma%5D>,
        <http://lexvo.org/id/term/epo/Mjanmao>,
        <http://lexvo.org/id/term/est/Myanmar>,
        <http://lexvo.org/id/term/eus/Myanmar>,
        <http://lexvo.org/id/term/ewe/Myanmar%20%5BBurma%5D%20nutome>,
        <http://lexvo.org/id/term/ewo/Mian%C9%99m%C3%A1r>,
        <http://lexvo.org/id/term/fao/Burma>,
        <http://lexvo.org/id/term/fas/%D9%85%DB%8C%D8%A7%D9%86%D9%85%D8%A7%D8%B1%20%5B%D8%A8%D8%B1%D9%85%D9%87%5D>,
        <http://lexvo.org/id/term/fil/Myanmar%20%5BBurma%5D>,
        <http://lexvo.org/id/term/fin/Myanmar%20%5BBurma%5D>,
        <http://lexvo.org/id/term/fra/Myanmar>,
        <http://lexvo.org/id/term/ful/Miyamaar>,
        <http://lexvo.org/id/term/fur/Birmanie>,
        <http://lexvo.org/id/term/gla/Mi%C3%A0nmar%20%5BBurma%5D>,
        <http://lexvo.org/id/term/gle/Maenmar>,
        <http://lexvo.org/id/term/glg/Myanmar%20%5BBirmania%5D>,
        <http://lexvo.org/id/term/gsw/M%C3%BCanmar>,
        <http://lexvo.org/id/term/guj/%E0%AA%AE%E0%AB%8D%E0%AA%AF%E0%AA%BE%E0%AA%82%E0%AA%AE%E0%AA%BE%E0%AA%B0>,
        <http://lexvo.org/id/term/guz/Myama>,
        <http://lexvo.org/id/term/hau/Burma%2C%20Miyamar>,
        <http://lexvo.org/id/term/heb/%D7%9E%D7%99%D7%90%D7%A0%D7%9E%D7%90%D7%A8%20%5B%D7%91%D7%95%D7%A8%D7%9E%D7%94%5D%E2%80%8E>,
        <http://lexvo.org/id/term/hin/%E0%A4%AE%E0%A5%8D%E0%A4%AF%E0%A4%BE%E0%A4%A8%E0%A4%AE%E0%A4%BE%E0%A4%B0>,
        <http://lexvo.org/id/term/hrv/Mijanmar%20%5BBurma%5D>,
        <http://lexvo.org/id/term/hun/Mianmar%20%5BBurma%5D>,
        <http://lexvo.org/id/term/hye/%D5%84%D5%B5%D5%A1%D5%B6%D5%B4%D5%A1>,
        <http://lexvo.org/id/term/ina/Birmania%2FMyanmar>,
        <http://lexvo.org/id/term/ind/Myanmar>,
        <http://lexvo.org/id/term/isl/Mjanmar%20%5BB%C3%BArma%5D>,
        <http://lexvo.org/id/term/ita/Myanmar>,
        <http://lexvo.org/id/term/jmc/Myama>,
        <http://lexvo.org/id/term/jpn/%E3%83%9F%E3%83%A3%E3%83%B3%E3%83%9E%E3%83%BC>,
        <http://lexvo.org/id/term/kab/Myanmar>,
        <http://lexvo.org/id/term/kal/Burma>,
        <http://lexvo.org/id/term/kam/Myama>,
        <http://lexvo.org/id/term/kan/%E0%B2%AE%E0%B2%AF%E0%B2%A8%E0%B3%8D%E0%B2%AE%E0%B2%BE%E0%B2%B0%E0%B3%8D>,
        <http://lexvo.org/id/term/kas/%D9%85%D9%8E%DB%8C%D9%8E%D9%86%D9%85%D8%A7%20%D8%A8%D9%94%D8%B1%D9%85%D8%A7>,
        <http://lexvo.org/id/term/kat/%E1%83%9B%E1%83%98%E1%83%90%E1%83%9C%E1%83%9B%E1%83%90%E1%83%A0%E1%83%98>,
        <http://lexvo.org/id/term/kde/Myama>,
        <http://lexvo.org/id/term/kea/Mianmar>,
        <http://lexvo.org/id/term/khm/%E1%9E%98%E1%9E%B8%E1%9E%99%E1%9F%89%E1%9E%B6%E1%9E%93%E1%9F%8B%E1%9E%98%E1%9F%89%E1%9E%B6>,
        <http://lexvo.org/id/term/khq/Maynamar>,
        <http://lexvo.org/id/term/kik/Myama>,
        <http://lexvo.org/id/term/kln/Emetab%20Myanmar>,
        <http://lexvo.org/id/term/kor/%EB%AF%B8%EC%96%80%EB%A7%88>,
        <http://lexvo.org/id/term/ksb/Myama>,
        <http://lexvo.org/id/term/ksf/myanm%C3%A1r>,
        <http://lexvo.org/id/term/ksh/Birma>,
        <http://lexvo.org/id/term/lag/Mi%C3%A1ama>,
        <http://lexvo.org/id/term/lao/%E0%BA%AA%E0%BA%B0%E0%BA%AB%E0%BA%B0%E0%BA%9E%E0%BA%B2%E0%BA%9A%E0%BA%A1%E0%BA%BD%E0%BA%99%E0%BA%A1%E0%BA%B2>,
        <http://lexvo.org/id/term/lav/Mjanma%20%5BBirma%5D>,
        <http://lexvo.org/id/term/lit/Mianmaras>,
        <http://lexvo.org/id/term/lub/Myamare>,
        <http://lexvo.org/id/term/lug/Myanima>,
        <http://lexvo.org/id/term/luo/Myanmar>,
        <http://lexvo.org/id/term/luy/Myama>,
        <http://lexvo.org/id/term/mal/%E0%B4%AE%E0%B5%8D%E0%B4%AF%E0%B4%BE%E0%B5%BB%E0%B4%AE%E0%B4%BE%E0%B5%BC>,
        <http://lexvo.org/id/term/mar/%E0%A4%AE%E0%A5%8D%E0%A4%AF%E0%A4%BE%E0%A4%A8%E0%A4%AE%E0%A4%BE%E0%A4%B0%20%5B%E0%A4%AC%E0%A5%8D%E0%A4%B0%E0%A4%B9%E0%A5%8D%E0%A4%AE%E0%A4%A6%E0%A5%87%E0%A4%B6%5D>,
        <http://lexvo.org/id/term/mas/Myama>,
        <http://lexvo.org/id/term/mer/Myanima>,
        <http://lexvo.org/id/term/mfe/Myanmar>,
        <http://lexvo.org/id/term/mkd/%D0%9C%D1%98%D0%B0%D0%BD%D0%BC%D0%B0%D1%80%20%5B%D0%91%D1%83%D1%80%D0%BC%D0%B0%5D>,
        <http://lexvo.org/id/term/mlg/Myanmar>,
        <http://lexvo.org/id/term/mlt/Mjanmar>,
        <http://lexvo.org/id/term/mua/S%C7%9Dr%20Myanmar>,
        <http://lexvo.org/id/term/mya/%E1%80%99%E1%80%BC%E1%80%94%E1%80%BA%E1%80%99%E1%80%AC>,
        <http://lexvo.org/id/term/naq/Myanmar>,
        <http://lexvo.org/id/term/nde/Myanmar>,
        <http://lexvo.org/id/term/nep/%E0%A4%AE%E0%A5%8D%E0%A4%AF%E0%A4%BE%E0%A4%A8%E0%A5%8D%E0%A4%AE%E0%A4%BE%E0%A4%B0%20%5B%E0%A4%AC%E0%A4%B0%E0%A5%8D%E0%A4%AE%E0%A4%BE%5D>,
        <http://lexvo.org/id/term/nld/Myanmar>,
        <http://lexvo.org/id/term/nmg/Myanmar>,
        <http://lexvo.org/id/term/nno/Myanmar>,
        <http://lexvo.org/id/term/nob/Myanmar%20%5BBurma%5D>,
        <http://lexvo.org/id/term/nyn/Myanamar>,
        <http://lexvo.org/id/term/ori/%E0%AC%AE%E0%AC%BF%E0%AD%9F%E0%AC%BE%E0%AC%AE%E0%AC%BE%E0%AC%B0%E0%AD%8D>,
        <http://lexvo.org/id/term/pol/Birma>,
        <http://lexvo.org/id/term/por/Mianmar%20%5BBirm%C3%A2nia%5D>,
        <http://lexvo.org/id/term/rof/Myama>,
        <http://lexvo.org/id/term/roh/Myanmar>,
        <http://lexvo.org/id/term/ron/Myanmar>,
        <http://lexvo.org/id/term/run/Birimaniya>,
        <http://lexvo.org/id/term/rus/%D0%9C%D1%8C%D1%8F%D0%BD%D0%BC%D0%B0%20%5B%D0%91%D0%B8%D1%80%D0%BC%D0%B0%5D>,
        <http://lexvo.org/id/term/rwk/Myama>,
        <http://lexvo.org/id/term/sag/My%C3%A4m%C3%A2ra>,
        <http://lexvo.org/id/term/saq/Myama>,
        <http://lexvo.org/id/term/sbp/Muyama>,
        <http://lexvo.org/id/term/seh/Mianmar>,
        <http://lexvo.org/id/term/ses/Maynamar>,
        <http://lexvo.org/id/term/shi-Latn/myanmar>,
        <http://lexvo.org/id/term/shi/%E2%B5%8E%E2%B5%A2%E2%B4%B0%E2%B5%8F%E2%B5%8E%E2%B4%B0%E2%B5%94>,
        <http://lexvo.org/id/term/sin/%E0%B6%B8%E0%B7%92%E0%B6%BA%E0%B6%B1%E0%B7%8A%E0%B6%B8%E0%B7%8F%E0%B6%BB%E0%B6%BA>,
        <http://lexvo.org/id/term/slk/Mjanmarsko>,
        <http://lexvo.org/id/term/slv/Mjanmar%20%5BBurma%5D>,
        <http://lexvo.org/id/term/sme/Burma>,
        <http://lexvo.org/id/term/sna/Myanmar>,
        <http://lexvo.org/id/term/som/Myanmar>,
        <http://lexvo.org/id/term/spa/Myanmar%20%5BBirmania%5D>,
        <http://lexvo.org/id/term/srp-Latn/Mijanmar>,
        <http://lexvo.org/id/term/srp/%D0%9C%D0%B8%D1%98%D0%B0%D0%BD%D0%BC%D0%B0%D1%80%20%5B%D0%91%D1%83%D1%80%D0%BC%D0%B0%5D>,
        <http://lexvo.org/id/term/swc/Myama>,
        <http://lexvo.org/id/term/swe/Myanmar>,
        <http://lexvo.org/id/term/swh/Myama>,
        <http://lexvo.org/id/term/tam/%E0%AE%AE%E0%AE%BF%E0%AE%AF%E0%AE%BE%E0%AE%A9%E0%AF%8D%E0%AE%AE%E0%AE%BE%E0%AE%B0%E0%AF%8D%20%5B%E0%AE%AA%E0%AE%B0%E0%AF%8D%E0%AE%AE%E0%AE%BE%5D>,
        <http://lexvo.org/id/term/tel/%E0%B0%AE%E0%B1%8D%E0%B0%AF%E0%B0%BE%E0%B0%A8%E0%B1%8D%E0%B0%AE%E0%B0%BE%E0%B0%B0%E0%B1%8D>,
        <http://lexvo.org/id/term/teo/Myama>,
        <http://lexvo.org/id/term/tha/%E0%B9%80%E0%B8%A1%E0%B8%B5%E0%B8%A2%E0%B8%99%E0%B8%A1%E0%B9%88%E0%B8%B2%E0%B8%A3%E0%B9%8C%20%5B%E0%B8%9E%E0%B8%A1%E0%B9%88%E0%B8%B2%5D>,
        <http://lexvo.org/id/term/tir/%E1%88%9B%E1%8B%AB%E1%8A%95%E1%88%9B%E1%88%AD>,
        <http://lexvo.org/id/term/ton/Pema>,
        <http://lexvo.org/id/term/tur/Myanmar%20%5BBurma%5D>,
        <http://lexvo.org/id/term/twq/Maynamar>,
        <http://lexvo.org/id/term/tzm/Myanmar>,
        <http://lexvo.org/id/term/ukr/%D0%9C%CA%BC%D1%8F%D0%BD%D0%BC%D0%B0%20%5B%D0%91%D1%96%D1%80%D0%BC%D0%B0%5D>,
        <http://lexvo.org/id/term/urd/%D9%85%DB%8C%D8%A7%D9%86%D9%85%D8%A7%D8%B1%20%5B%D8%A8%D8%B1%D9%85%D8%A7%5D>,
        <http://lexvo.org/id/term/vai-Latn/Miyamaha>,
        <http://lexvo.org/id/term/vai/%EA%95%86%EA%95%A9%EA%98%8B%EA%95%AE>,
        <http://lexvo.org/id/term/vie/Myanmar%20%5BMi%E1%BA%BFn%20%C4%90i%E1%BB%87n%5D>,
        <http://lexvo.org/id/term/vun/Myama>,
        <http://lexvo.org/id/term/wae/Burma>,
        <http://lexvo.org/id/term/xog/Myanima>,
        <http://lexvo.org/id/term/yav/mia%C5%8Bm%C3%A1al>,
        <http://lexvo.org/id/term/yor/Or%C3%ADl%E1%BA%B9%CC%81%C3%A8de%20Manamari>,
        <http://lexvo.org/id/term/zsm/Myanmar%20%5BBurma%5D>,
        <http://lexvo.org/id/term/zul/e-Myanmar%20%5BBurma%5D> ;
    owl:sameAs <http://psi.oasis-open.org/iso/3166/#104>,
        <http://sws.geonames.org/1327865/> .

<http://lexvo.org/id/iso3166/MN> a lvont:GeographicRegion ;
    rdfs:label "Mongolië"@af,
        "Mùŋgolìa"@agq,
        "Mɔngolia"@ak,
        "ሞንጎሊያ"@am,
        "منغوليا"@ar,
        "Mongolia"@asa,
        "Mongolia"@ast,
        "Monqoliya"@az,
        "Mòŋgolìà"@bas,
        "Манголія"@be,
        "Humongolia"@bez,
        "Монголия"@bg,
        "Moŋoli"@bm,
        "মঙ্গোলিয়া"@bn,
        "སོག་ཡུལ།"@bo,
        "Mongolia"@br,
        "मंगोलिया"@brx,
        "Mongolija"@bs,
        "Монголија"@bs-Cyrl,
        "ሞንጎሊያ"@byn,
        "Mongòlia"@ca,
        "Mongoria"@cgg,
        "ᎹᏂᎪᎵᎠ"@chr,
        "蒙古"@cmn,
        "蒙古"@cmn-Hant,
        "Mongolsko"@cs,
        "Mongolia"@cy,
        "Mongoliet"@da,
        "Mongolia"@dav,
        "Mongolei"@de,
        "Mongooli"@dje,
        "སོག་པོ་ཡུལ"@dz,
        "Mongolia"@ebu,
        "Mongolia nutome"@ee,
        "Μογγολία"@el,
        "ISO 3166-1:MN"@en,
        "Mongolia"@en,
        "𐐣𐐪𐑍𐑀𐐬𐑊𐐨𐐲"@en-Dsrt,
        "Mongolujo"@eo,
        "Mongolia"@es,
        "Mongoolia"@et,
        "Mongolia"@eu,
        "Mɔngɔ́lia"@ewo,
        "مغولستان"@fa,
        "منگولیا"@fa,
        "Monngolii"@ff,
        "Mongolia"@fi,
        "Mongolia"@fil,
        "Mongolia"@fo,
        "Mongolie"@fr,
        "Mongolie"@fur,
        "An Mhongóil"@ga,
        "Dùthaich nam Mongol"@gd,
        "Mongolia"@gl,
        "Mongolei"@gsw,
        "મંગોલિયા"@gu,
        "Mongolia"@guz,
        "Mangoliya"@ha,
        "מונגוליה"@he,
        "मंगोलिया"@hi,
        "Mongolija"@hr,
        "Mongólia"@hu,
        "Մոնղոլիա"@hy,
        "Mongolia"@ia,
        "Mongolia"@id,
        "Mongólía"@is,
        "Mongolia"@it,
        "モンゴル"@ja,
        "Mongolia"@jmc,
        "მონღოლეთი"@ka,
        "Mungulya"@kab,
        "Mongolia"@kam,
        "Mongolia"@kde,
        "Mongolia"@kea,
        "Mongooli"@khq,
        "Mongolia"@ki,
        "Emetab Mongolia"@kln,
        "ម៉ុងហ្គោលី"@km,
        "ಮೊಂಗೋಲಿಯಾ"@kn,
        "몽골"@ko,
        "مَنٛگولِیا"@ks,
        "Mongolia"@ksb,
        "mɔŋolí"@ksf,
        "de Mongjolei"@ksh,
        "Mongólia"@lag,
        "Mongoliya"@lg,
        "Mongolí"@ln,
        "ມົງໂກນ"@lo,
        "Mongolija"@lt,
        "Mongoli"@lu,
        "Mongolia"@luo,
        "Mongolia"@luy,
        "Mongolija"@lv,
        "Mongolia"@mas,
        "Mongolia"@mer,
        "Mongoli"@mfe,
        "Môngôlia"@mg,
        "Монголија"@mk,
        "മംഗോളിയ"@ml,
        "मंगोलिया"@mr,
        "Mongolja"@mt,
        "Mongoliya"@mua,
        "မွန်ဂိုးလီးယား"@my,
        "Mongolia"@naq,
        "Mongolia"@nb,
        "Mongolia"@nd,
        "मङ्गोलिया"@ne,
        "Mongolië"@nl,
        "Mɔngolia"@nmg,
        "Mongolia"@nn,
        "Mongoria"@nyn,
        "ମଙ୍ଗୋଲିଆ"@or,
        "Mongolia"@pl,
        "مغولستان"@ps,
        "Mongólia"@pt,
        "Mongolia"@rm,
        "Mongoliya"@rn,
        "Mongolia"@ro,
        "Mongolia"@rof,
        "Монголия"@ru,
        "Mongolia"@rwk,
        "Mongolia"@saq,
        "Mongoliya"@sbp,
        "Mongolia"@se,
        "Mongólia"@seh,
        "Mongooli"@ses,
        "Mongolïi"@sg,
        "ⵎⵏⵖⵓⵍⵢⴰ"@shi,
        "mnɣulya"@shi-Latn,
        "මොන්ගෝලියාව"@si,
        "Mongolsko"@sk,
        "Mongolija"@sl,
        "Mongolia"@sn,
        "Mongooliya"@so,
        "Mongoli"@sq,
        "Монголија"@sr,
        "Mongolija"@sr-Latn,
        "Mongoliet"@sv,
        "Mongolia"@swc,
        "Mongolia"@swh,
        "மங்கோலியா"@ta,
        "మంగోలియా"@te,
        "Mongolia"@teo,
        "มองโกเลีย"@th,
        "ሞንጎሊያ"@ti,
        "ሞንጎሊያ"@tig,
        "Mongokōlia"@to,
        "Moğolistan"@tr,
        "Mongooli"@twq,
        "Manɣulya"@tzm,
        "Монголія"@uk,
        "منگولیا"@ur,
        "ꗞꖐꔷꕩ"@vai,
        "Mɔngoliya"@vai-Latn,
        "Mông Cổ"@vi,
        "Mongolia"@vun,
        "Mongolei"@wae,
        "ሞንጎሊያ"@wal,
        "Mongoliya"@xog,
        "mongolí"@yav,
        "Orílẹ́ède Mogolia"@yo,
        "Mongolia"@zsm,
        "i-Mongolia"@zu ;
    lvont:label <http://lexvo.org/id/term/afr/Mongoli%C3%AB>,
        <http://lexvo.org/id/term/agq/M%C3%B9%C5%8Bgol%C3%ACa>,
        <http://lexvo.org/id/term/aka/M%C9%94ngolia>,
        <http://lexvo.org/id/term/amh/%E1%88%9E%E1%8A%95%E1%8C%8E%E1%88%8A%E1%8B%AB>,
        <http://lexvo.org/id/term/ara/%D9%85%D9%86%D8%BA%D9%88%D9%84%D9%8A%D8%A7>,
        <http://lexvo.org/id/term/asa/Mongolia>,
        <http://lexvo.org/id/term/ast/Mongolia>,
        <http://lexvo.org/id/term/aze/Monqoliya>,
        <http://lexvo.org/id/term/bam/Mo%C5%8Boli>,
        <http://lexvo.org/id/term/bas/M%C3%B2%C5%8Bgol%C3%AC%C3%A0>,
        <http://lexvo.org/id/term/bel/%D0%9C%D0%B0%D0%BD%D0%B3%D0%BE%D0%BB%D1%96%D1%8F>,
        <http://lexvo.org/id/term/ben/%E0%A6%AE%E0%A6%99%E0%A7%8D%E0%A6%97%E0%A7%8B%E0%A6%B2%E0%A6%BF%E0%A6%AF%E0%A6%BC%E0%A6%BE>,
        <http://lexvo.org/id/term/bez/Humongolia>,
        <http://lexvo.org/id/term/bod/%E0%BD%A6%E0%BD%BC%E0%BD%82%E0%BC%8B%E0%BD%A1%E0%BD%B4%E0%BD%A3%E0%BC%8D>,
        <http://lexvo.org/id/term/bos-Cyrl/%D0%9C%D0%BE%D0%BD%D0%B3%D0%BE%D0%BB%D0%B8%D1%98%D0%B0>,
        <http://lexvo.org/id/term/bos/Mongolija>,
        <http://lexvo.org/id/term/bre/Mongolia>,
        <http://lexvo.org/id/term/brx/%E0%A4%AE%E0%A4%82%E0%A4%97%E0%A5%8B%E0%A4%B2%E0%A4%BF%E0%A4%AF%E0%A4%BE>,
        <http://lexvo.org/id/term/bul/%D0%9C%D0%BE%D0%BD%D0%B3%D0%BE%D0%BB%D0%B8%D1%8F>,
        <http://lexvo.org/id/term/byn/%E1%88%9E%E1%8A%95%E1%8C%8E%E1%88%8A%E1%8B%AB>,
        <http://lexvo.org/id/term/cat/Mong%C3%B2lia>,
        <http://lexvo.org/id/term/ces/Mongolsko>,
        <http://lexvo.org/id/term/cgg/Mongoria>,
        <http://lexvo.org/id/term/chr/%E1%8E%B9%E1%8F%82%E1%8E%AA%E1%8E%B5%E1%8E%A0>,
        <http://lexvo.org/id/term/cmn-Hant/%E8%92%99%E5%8F%A4>,
        <http://lexvo.org/id/term/cmn/%E8%92%99%E5%8F%A4>,
        <http://lexvo.org/id/term/cym/Mongolia>,
        <http://lexvo.org/id/term/dan/Mongoliet>,
        <http://lexvo.org/id/term/dav/Mongolia>,
        <http://lexvo.org/id/term/deu/Mongolei>,
        <http://lexvo.org/id/term/dje/Mongooli>,
        <http://lexvo.org/id/term/dzo/%E0%BD%A6%E0%BD%BC%E0%BD%82%E0%BC%8B%E0%BD%94%E0%BD%BC%E0%BC%8B%E0%BD%A1%E0%BD%B4%E0%BD%A3>,
        <http://lexvo.org/id/term/ebu/Mongolia>,
        <http://lexvo.org/id/term/ell/%CE%9C%CE%BF%CE%B3%CE%B3%CE%BF%CE%BB%CE%AF%CE%B1>,
        <http://lexvo.org/id/term/eng-Dsrt/%F0%90%90%A3%F0%90%90%AA%F0%90%91%8D%F0%90%91%80%F0%90%90%AC%F0%90%91%8A%F0%90%90%A8%F0%90%90%B2>,
        <http://lexvo.org/id/term/eng/ISO%203166-1%3AMN>,
        <http://lexvo.org/id/term/eng/Mongolia>,
        <http://lexvo.org/id/term/epo/Mongolujo>,
        <http://lexvo.org/id/term/est/Mongoolia>,
        <http://lexvo.org/id/term/eus/Mongolia>,
        <http://lexvo.org/id/term/ewe/Mongolia%20nutome>,
        <http://lexvo.org/id/term/ewo/M%C9%94ng%C9%94%CC%81lia>,
        <http://lexvo.org/id/term/fao/Mongolia>,
        <http://lexvo.org/id/term/fas/%D9%85%D8%BA%D9%88%D9%84%D8%B3%D8%AA%D8%A7%D9%86>,
        <http://lexvo.org/id/term/fas/%D9%85%D9%86%DA%AF%D9%88%D9%84%DB%8C%D8%A7>,
        <http://lexvo.org/id/term/fil/Mongolia>,
        <http://lexvo.org/id/term/fin/Mongolia>,
        <http://lexvo.org/id/term/fra/Mongolie>,
        <http://lexvo.org/id/term/ful/Monngolii>,
        <http://lexvo.org/id/term/fur/Mongolie>,
        <http://lexvo.org/id/term/gla/D%C3%B9thaich%20nam%20Mongol>,
        <http://lexvo.org/id/term/gle/An%20Mhong%C3%B3il>,
        <http://lexvo.org/id/term/glg/Mongolia>,
        <http://lexvo.org/id/term/gsw/Mongolei>,
        <http://lexvo.org/id/term/guj/%E0%AA%AE%E0%AA%82%E0%AA%97%E0%AB%8B%E0%AA%B2%E0%AA%BF%E0%AA%AF%E0%AA%BE>,
        <http://lexvo.org/id/term/guz/Mongolia>,
        <http://lexvo.org/id/term/hau/Mangoliya>,
        <http://lexvo.org/id/term/heb/%D7%9E%D7%95%D7%A0%D7%92%D7%95%D7%9C%D7%99%D7%94>,
        <http://lexvo.org/id/term/hin/%E0%A4%AE%E0%A4%82%E0%A4%97%E0%A5%8B%E0%A4%B2%E0%A4%BF%E0%A4%AF%E0%A4%BE>,
        <http://lexvo.org/id/term/hrv/Mongolija>,
        <http://lexvo.org/id/term/hun/Mong%C3%B3lia>,
        <http://lexvo.org/id/term/hye/%D5%84%D5%B8%D5%B6%D5%B2%D5%B8%D5%AC%D5%AB%D5%A1>,
        <http://lexvo.org/id/term/ina/Mongolia>,
        <http://lexvo.org/id/term/ind/Mongolia>,
        <http://lexvo.org/id/term/isl/Mong%C3%B3l%C3%ADa>,
        <http://lexvo.org/id/term/ita/Mongolia>,
        <http://lexvo.org/id/term/jmc/Mongolia>,
        <http://lexvo.org/id/term/jpn/%E3%83%A2%E3%83%B3%E3%82%B4%E3%83%AB>,
        <http://lexvo.org/id/term/kab/Mungulya>,
        <http://lexvo.org/id/term/kam/Mongolia>,
        <http://lexvo.org/id/term/kan/%E0%B2%AE%E0%B3%8A%E0%B2%82%E0%B2%97%E0%B3%8B%E0%B2%B2%E0%B2%BF%E0%B2%AF%E0%B2%BE>,
        <http://lexvo.org/id/term/kas/%D9%85%D9%8E%D9%86%D9%9B%DA%AF%D9%88%D9%84%D9%90%DB%8C%D8%A7>,
        <http://lexvo.org/id/term/kat/%E1%83%9B%E1%83%9D%E1%83%9C%E1%83%A6%E1%83%9D%E1%83%9A%E1%83%94%E1%83%97%E1%83%98>,
        <http://lexvo.org/id/term/kde/Mongolia>,
        <http://lexvo.org/id/term/kea/Mongolia>,
        <http://lexvo.org/id/term/khm/%E1%9E%98%E1%9F%89%E1%9E%BB%E1%9E%84%E1%9E%A0%E1%9F%92%E1%9E%82%E1%9F%84%E1%9E%9B%E1%9E%B8>,
        <http://lexvo.org/id/term/khq/Mongooli>,
        <http://lexvo.org/id/term/kik/Mongolia>,
        <http://lexvo.org/id/term/kln/Emetab%20Mongolia>,
        <http://lexvo.org/id/term/kor/%EB%AA%BD%EA%B3%A8>,
        <http://lexvo.org/id/term/ksb/Mongolia>,
        <http://lexvo.org/id/term/ksf/m%C9%94%C5%8Bol%C3%AD>,
        <http://lexvo.org/id/term/ksh/de%20Mongjolei>,
        <http://lexvo.org/id/term/lag/Mong%C3%B3lia>,
        <http://lexvo.org/id/term/lao/%E0%BA%A1%E0%BA%BB%E0%BA%87%E0%BB%82%E0%BA%81%E0%BA%99>,
        <http://lexvo.org/id/term/lav/Mongolija>,
        <http://lexvo.org/id/term/lin/Mongol%C3%AD>,
        <http://lexvo.org/id/term/lit/Mongolija>,
        <http://lexvo.org/id/term/lub/Mongoli>,
        <http://lexvo.org/id/term/lug/Mongoliya>,
        <http://lexvo.org/id/term/luo/Mongolia>,
        <http://lexvo.org/id/term/luy/Mongolia>,
        <http://lexvo.org/id/term/mal/%E0%B4%AE%E0%B4%82%E0%B4%97%E0%B5%8B%E0%B4%B3%E0%B4%BF%E0%B4%AF>,
        <http://lexvo.org/id/term/mar/%E0%A4%AE%E0%A4%82%E0%A4%97%E0%A5%8B%E0%A4%B2%E0%A4%BF%E0%A4%AF%E0%A4%BE>,
        <http://lexvo.org/id/term/mas/Mongolia>,
        <http://lexvo.org/id/term/mer/Mongolia>,
        <http://lexvo.org/id/term/mfe/Mongoli>,
        <http://lexvo.org/id/term/mkd/%D0%9C%D0%BE%D0%BD%D0%B3%D0%BE%D0%BB%D0%B8%D1%98%D0%B0>,
        <http://lexvo.org/id/term/mlg/M%C3%B4ng%C3%B4lia>,
        <http://lexvo.org/id/term/mlt/Mongolja>,
        <http://lexvo.org/id/term/mua/Mongoliya>,
        <http://lexvo.org/id/term/mya/%E1%80%99%E1%80%BD%E1%80%94%E1%80%BA%E1%80%82%E1%80%AD%E1%80%AF%E1%80%B8%E1%80%9C%E1%80%AE%E1%80%B8%E1%80%9A%E1%80%AC%E1%80%B8>,
        <http://lexvo.org/id/term/naq/Mongolia>,
        <http://lexvo.org/id/term/nde/Mongolia>,
        <http://lexvo.org/id/term/nep/%E0%A4%AE%E0%A4%99%E0%A5%8D%E0%A4%97%E0%A5%8B%E0%A4%B2%E0%A4%BF%E0%A4%AF%E0%A4%BE>,
        <http://lexvo.org/id/term/nld/Mongoli%C3%AB>,
        <http://lexvo.org/id/term/nmg/M%C9%94ngolia>,
        <http://lexvo.org/id/term/nno/Mongolia>,
        <http://lexvo.org/id/term/nob/Mongolia>,
        <http://lexvo.org/id/term/nyn/Mongoria>,
        <http://lexvo.org/id/term/ori/%E0%AC%AE%E0%AC%99%E0%AD%8D%E0%AC%97%E0%AD%8B%E0%AC%B2%E0%AC%BF%E0%AC%86>,
        <http://lexvo.org/id/term/pol/Mongolia>,
        <http://lexvo.org/id/term/por/Mong%C3%B3lia>,
        <http://lexvo.org/id/term/pus/%D9%85%D8%BA%D9%88%D9%84%D8%B3%D8%AA%D8%A7%D9%86>,
        <http://lexvo.org/id/term/rof/Mongolia>,
        <http://lexvo.org/id/term/roh/Mongolia>,
        <http://lexvo.org/id/term/ron/Mongolia>,
        <http://lexvo.org/id/term/run/Mongoliya>,
        <http://lexvo.org/id/term/rus/%D0%9C%D0%BE%D0%BD%D0%B3%D0%BE%D0%BB%D0%B8%D1%8F>,
        <http://lexvo.org/id/term/rwk/Mongolia>,
        <http://lexvo.org/id/term/sag/Mongol%C3%AFi>,
        <http://lexvo.org/id/term/saq/Mongolia>,
        <http://lexvo.org/id/term/sbp/Mongoliya>,
        <http://lexvo.org/id/term/seh/Mong%C3%B3lia>,
        <http://lexvo.org/id/term/ses/Mongooli>,
        <http://lexvo.org/id/term/shi-Latn/mn%C9%A3ulya>,
        <http://lexvo.org/id/term/shi/%E2%B5%8E%E2%B5%8F%E2%B5%96%E2%B5%93%E2%B5%8D%E2%B5%A2%E2%B4%B0>,
        <http://lexvo.org/id/term/sin/%E0%B6%B8%E0%B7%9C%E0%B6%B1%E0%B7%8A%E0%B6%9C%E0%B7%9D%E0%B6%BD%E0%B7%92%E0%B6%BA%E0%B7%8F%E0%B7%80>,
        <http://lexvo.org/id/term/slk/Mongolsko>,
        <http://lexvo.org/id/term/slv/Mongolija>,
        <http://lexvo.org/id/term/sme/Mongolia>,
        <http://lexvo.org/id/term/sna/Mongolia>,
        <http://lexvo.org/id/term/som/Mongooliya>,
        <http://lexvo.org/id/term/spa/Mongolia>,
        <http://lexvo.org/id/term/sqi/Mongoli>,
        <http://lexvo.org/id/term/srp-Latn/Mongolija>,
        <http://lexvo.org/id/term/srp/%D0%9C%D0%BE%D0%BD%D0%B3%D0%BE%D0%BB%D0%B8%D1%98%D0%B0>,
        <http://lexvo.org/id/term/swc/Mongolia>,
        <http://lexvo.org/id/term/swe/Mongoliet>,
        <http://lexvo.org/id/term/swh/Mongolia>,
        <http://lexvo.org/id/term/tam/%E0%AE%AE%E0%AE%99%E0%AF%8D%E0%AE%95%E0%AF%8B%E0%AE%B2%E0%AE%BF%E0%AE%AF%E0%AE%BE>,
        <http://lexvo.org/id/term/tel/%E0%B0%AE%E0%B0%82%E0%B0%97%E0%B1%8B%E0%B0%B2%E0%B0%BF%E0%B0%AF%E0%B0%BE>,
        <http://lexvo.org/id/term/teo/Mongolia>,
        <http://lexvo.org/id/term/tha/%E0%B8%A1%E0%B8%AD%E0%B8%87%E0%B9%82%E0%B8%81%E0%B9%80%E0%B8%A5%E0%B8%B5%E0%B8%A2>,
        <http://lexvo.org/id/term/tig/%E1%88%9E%E1%8A%95%E1%8C%8E%E1%88%8A%E1%8B%AB>,
        <http://lexvo.org/id/term/tir/%E1%88%9E%E1%8A%95%E1%8C%8E%E1%88%8A%E1%8B%AB>,
        <http://lexvo.org/id/term/ton/Mongok%C5%8Dlia>,
        <http://lexvo.org/id/term/tur/Mo%C4%9Folistan>,
        <http://lexvo.org/id/term/twq/Mongooli>,
        <http://lexvo.org/id/term/tzm/Man%C9%A3ulya>,
        <http://lexvo.org/id/term/ukr/%D0%9C%D0%BE%D0%BD%D0%B3%D0%BE%D0%BB%D1%96%D1%8F>,
        <http://lexvo.org/id/term/urd/%D9%85%D9%86%DA%AF%D9%88%D9%84%DB%8C%D8%A7>,
        <http://lexvo.org/id/term/vai-Latn/M%C9%94ngoliya>,
        <http://lexvo.org/id/term/vai/%EA%97%9E%EA%96%90%EA%94%B7%EA%95%A9>,
        <http://lexvo.org/id/term/vie/M%C3%B4ng%20C%E1%BB%95>,
        <http://lexvo.org/id/term/vun/Mongolia>,
        <http://lexvo.org/id/term/wae/Mongolei>,
        <http://lexvo.org/id/term/wal/%E1%88%9E%E1%8A%95%E1%8C%8E%E1%88%8A%E1%8B%AB>,
        <http://lexvo.org/id/term/xog/Mongoliya>,
        <http://lexvo.org/id/term/yav/mongol%C3%AD>,
        <http://lexvo.org/id/term/yor/Or%C3%ADl%E1%BA%B9%CC%81%C3%A8de%20Mogolia>,
        <http://lexvo.org/id/term/zsm/Mongolia>,
        <http://lexvo.org/id/term/zul/i-Mongolia> ;
    owl:sameAs <http://psi.oasis-open.org/iso/3166/#496>,
        <http://sws.geonames.org/2029969/> .

<http://lexvo.org/id/iso3166/MO> a lvont:GeographicRegion ;
    rdfs:label "Macau"@af,
        "Macau SAR China"@af,
        "ማካኡ"@am,
        "ማካኡSAR ቻይና"@am,
        "مكاو"@ar,
        "مكاو الصينية [منطقة إدارية خاصة]"@ar,
        "ARE China de Macáu"@ast,
        "Macáu"@ast,
        "Makao"@az,
        "Makao Çina"@az,
        "Макао"@be,
        "Макао, Кітай (САР)"@be,
        "Макао"@bg,
        "Макао О.А.Р. на Китай"@bg,
        "ম্যাকাও"@bn,
        "ম্যাকাও এসএআর চীনা"@bn,
        "མེ་ཀའོ།"@bo,
        "Macau"@br,
        "Macau RMD Sina"@br,
        "मकाओ विशेष प्रशासनिक क्षेत्र (चीन)"@brx,
        "Makao"@bs,
        "Makao (S. A. R. Kina)"@bs,
        "Макао"@bs-Cyrl,
        "Макао С. А. Р. Кина"@bs-Cyrl,
        "ማካዎ"@byn,
        "Macau"@ca,
        "Regió administrativa especial xinesa de Macau"@ca,
        "ᎹᎧᎣ"@chr,
        "ᎹᎧᎣ [ᎤᏓᏤᎵᏓ ᏧᏂᎸᏫᏍᏓᏁᏗ ᎢᎬᎾᏕᎾ] ᏣᎢ"@chr,
        "中国澳门特别行政区"@cmn,
        "澳门"@cmn,
        "中華人民共和國澳門特別行政區"@cmn-Hant,
        "澳門"@cmn-Hant,
        "Macao"@cs,
        "Macao - ZAO Číny"@cs,
        "Macao"@cy,
        "Macao SAR Tseina"@cy,
        "Macao"@da,
        "Macao SAR"@da,
        "Macao"@de,
        "Sonderverwaltungszone Macao"@de,
        "མཀ་ཨའུ"@dz,
        "མཀ་ཨའུ་ཅཱའི་ན"@dz,
        "Macau SAR Tsaina nutome"@ee,
        "Macau nutome"@ee,
        "Μακάο"@el,
        "Μακάο ΕΔΠ Κίνας"@el,
        "ISO 3166-1:MO"@en,
        "Macau"@en,
        "Macau SAR China"@en,
        "𐐣𐐲𐐿𐐵"@en-Dsrt,
        "𐐣𐐲𐐿𐐵 𐐝𐐈𐐡 𐐕𐐴𐑌𐐲"@en-Dsrt,
        "Macao"@es,
        "Región Administrativa Especial de Macao de la República Popular China"@es,
        "Macau"@et,
        "Macau - Hiina erihalduspiirkond"@et,
        "Macau"@eu,
        "Makau"@eu,
        "ماکائو"@fa,
        "ماکائو، ناحیهٔ ویژهٔ حکومتی چین"@fa,
        "Macao"@fi,
        "Macao – Kiinan e.h.a."@fi,
        "Macau"@fil,
        "Macau SAR China"@fil,
        "Makao"@fo,
        "Macao"@fr,
        "R.A.S. chinoise de Macao"@fr,
        "Macao"@fur,
        "Regjon aministrative speciâl de Cine di Macao"@fur,
        "Macáó"@ga,
        "R.R.S. na Síne Macáó"@ga,
        "Macàthu"@gd,
        "Macàthu SAR na Sìne"@gd,
        "Macau"@gl,
        "Macau RAE de China"@gl,
        "Macao"@gsw,
        "Sonderverwaltigszone Macao"@gsw,
        "મકાઉ SAR ચીન"@gu,
        "મકાઓ"@gu,
        "מקאו"@he,
        "מקאו - מחוז מנהלי מיוחד של סין"@he,
        "मकाओ"@hi,
        "मकाओ चीन"@hi,
        "Kinesko Posebno Upravno Područje Makao"@hr,
        "Makao"@hr,
        "Makaó"@hu,
        "Makaó SAR Kína"@hu,
        "Makau"@id,
        "Makau SAR China"@id,
        "Makaó"@is,
        "Sjálfstjórnarsvæðið Makaó"@is,
        "Macao"@it,
        "RAS di Macao"@it,
        "マカオ"@ja,
        "中華人民共和国マカオ特別行政区"@ja,
        "მაკაო"@ka,
        "Makau"@kea,
        "Rejiãu Administrativu Special di Makau"@kea,
        "Macao"@kl,
        "ម៉ាកាវ"@km,
        "ಮಖಾವ್"@kn,
        "ಮ್ಯಾಕು SAR ಚೈನಾ"@kn,
        "마카오"@ko,
        "마카오, 중국 특별행정구"@ko,
        "مَکاوو ایس اے آر چیٖن"@ks,
        "Makau"@ksh,
        "Makau"@ln,
        "ມາເກົາ"@lo,
        "ມາເກົ້າ ເຂດປົກຄອງພິເສດປະເທດຈີນ"@lo,
        "Macao"@lt,
        "Makao"@lv,
        "Ķīnas īpašās pārvaldes apgabals Makao"@lv,
        "Макао"@mk,
        "Макао С.А.Р Кина"@mk,
        "മക്കാവോ"@ml,
        "മക്കാവോ SAR ചൈന"@ml,
        "मकाऊ"@mr,
        "मकाओ एसएआर चायना"@mr,
        "Macao"@mt,
        "Macao S.A.R., China"@mt,
        "တရုတ်၏ အထူးအုပ်ချုပ်ခွင့်ရ မကာအို"@my,
        "မကာအို"@my,
        "Macao"@nb,
        "Macao S.A.R. Kina"@nb,
        "मकावो"@ne,
        "मकावो चिनिँया स्वशासित क्षेत्र"@ne,
        "Macao"@nl,
        "Macao SAR van China"@nl,
        "Macao"@nn,
        "Macao S.A.R. Kina"@nn,
        "ମାକାଉ SAR ଚିନ୍"@or,
        "Makau"@pl,
        "Makau SAR"@pl,
        "Macau"@pt,
        "Macau, RAE da China"@pt,
        "Região Administrativa Especial de Macau"@pt,
        "Regiun d'administraziun speziala Macao, China"@rm,
        "Macao"@ro,
        "R.A.S. Macao a Chinei"@ro,
        "Макао"@ru,
        "Макао (особый район)"@ru,
        "Makáo"@se,
        "මකාවු"@si,
        "මකාවු සාර් චීන"@si,
        "Macao"@sk,
        "Macao OAO Číny"@sk,
        "Macao"@sl,
        "Posebno administrativno območje LR Kitajske Macao"@sl,
        "Макао"@sr,
        "Макао С. А. Р. Кина"@sr,
        "Makao"@sr-Latn,
        "Makao (S. A. R. Kina)"@sr-Latn,
        "Macao"@sv,
        "Macao (S.A.R. Kina)"@sv,
        "Macau"@swh,
        "Macau SAR China"@swh,
        "மகாவோ"@ta,
        "மகாவோ சார் சீனா"@ta,
        "మాకావ్"@te,
        "మాకావ్ సార్ చైనా"@te,
        "มาเก๊า"@th,
        "มาเก๊า เขตปกครองพิเศษประเทศจีน"@th,
        "ማካዎ"@ti,
        "ማካዎ"@tig,
        "Makau"@to,
        "Makau SAR Siaina"@to,
        "Makao"@tr,
        "Çin Makao ÖYB"@tr,
        "Макао"@uk,
        "Макао О.А.Р. Китаю"@uk,
        "مکاؤ"@ur,
        "مکاؤ SAR چین"@ur,
        "Macao"@vi,
        "Đặc khu hành chính Macao thuộc CHND Trung Hoa"@vi,
        "Makau"@wae,
        "Sonderverwaltigszona Makau"@wae,
        "ማካዎ"@wal,
        "Macau"@zsm,
        "Macau SAR China"@zsm,
        "i-Macau"@zu,
        "i-Macau SAR China"@zu ;
    lvont:label <http://lexvo.org/id/term/afr/Macau>,
        <http://lexvo.org/id/term/afr/Macau%20SAR%20China>,
        <http://lexvo.org/id/term/amh/%E1%88%9B%E1%8A%AB%E1%8A%A1>,
        <http://lexvo.org/id/term/amh/%E1%88%9B%E1%8A%AB%E1%8A%A1SAR%20%E1%89%BB%E1%8B%AD%E1%8A%93>,
        <http://lexvo.org/id/term/ara/%D9%85%D9%83%D8%A7%D9%88>,
        <http://lexvo.org/id/term/ara/%D9%85%D9%83%D8%A7%D9%88%20%D8%A7%D9%84%D8%B5%D9%8A%D9%86%D9%8A%D8%A9%20%5B%D9%85%D9%86%D8%B7%D9%82%D8%A9%20%D8%A5%D8%AF%D8%A7%D8%B1%D9%8A%D8%A9%20%D8%AE%D8%A7%D8%B5%D8%A9%5D>,
        <http://lexvo.org/id/term/ast/ARE%20China%20de%20Mac%C3%A1u>,
        <http://lexvo.org/id/term/ast/Mac%C3%A1u>,
        <http://lexvo.org/id/term/aze/Makao>,
        <http://lexvo.org/id/term/aze/Makao%20%C3%87ina>,
        <http://lexvo.org/id/term/bel/%D0%9C%D0%B0%D0%BA%D0%B0%D0%BE>,
        <http://lexvo.org/id/term/bel/%D0%9C%D0%B0%D0%BA%D0%B0%D0%BE%2C%20%D0%9A%D1%96%D1%82%D0%B0%D0%B9%20(%D0%A1%D0%90%D0%A0)>,
        <http://lexvo.org/id/term/ben/%E0%A6%AE%E0%A7%8D%E0%A6%AF%E0%A6%BE%E0%A6%95%E0%A6%BE%E0%A6%93>,
        <http://lexvo.org/id/term/ben/%E0%A6%AE%E0%A7%8D%E0%A6%AF%E0%A6%BE%E0%A6%95%E0%A6%BE%E0%A6%93%20%E0%A6%8F%E0%A6%B8%E0%A6%8F%E0%A6%86%E0%A6%B0%20%E0%A6%9A%E0%A7%80%E0%A6%A8%E0%A6%BE>,
        <http://lexvo.org/id/term/bod/%E0%BD%98%E0%BD%BA%E0%BC%8B%E0%BD%80%E0%BD%A0%E0%BD%BC%E0%BC%8D>,
        <http://lexvo.org/id/term/bos-Cyrl/%D0%9C%D0%B0%D0%BA%D0%B0%D0%BE>,
        <http://lexvo.org/id/term/bos-Cyrl/%D0%9C%D0%B0%D0%BA%D0%B0%D0%BE%20%D0%A1.%20%D0%90.%20%D0%A0.%20%D0%9A%D0%B8%D0%BD%D0%B0>,
        <http://lexvo.org/id/term/bos/Makao>,
        <http://lexvo.org/id/term/bos/Makao%20(S.%20A.%20R.%20Kina)>,
        <http://lexvo.org/id/term/bre/Macau>,
        <http://lexvo.org/id/term/bre/Macau%20RMD%20Sina>,
        <http://lexvo.org/id/term/brx/%E0%A4%AE%E0%A4%95%E0%A4%BE%E0%A4%93%20%E0%A4%B5%E0%A4%BF%E0%A4%B6%E0%A5%87%E0%A4%B7%20%E0%A4%AA%E0%A5%8D%E0%A4%B0%E0%A4%B6%E0%A4%BE%E0%A4%B8%E0%A4%A8%E0%A4%BF%E0%A4%95%20%E0%A4%95%E0%A5%8D%E0%A4%B7%E0%A5%87%E0%A4%A4%E0%A5%8D%E0%A4%B0%20(%E0%A4%9A%E0%A5%80%E0%A4%A8)>,
        <http://lexvo.org/id/term/bul/%D0%9C%D0%B0%D0%BA%D0%B0%D0%BE>,
        <http://lexvo.org/id/term/bul/%D0%9C%D0%B0%D0%BA%D0%B0%D0%BE%20%D0%9E.%D0%90.%D0%A0.%20%D0%BD%D0%B0%20%D0%9A%D0%B8%D1%82%D0%B0%D0%B9>,
        <http://lexvo.org/id/term/byn/%E1%88%9B%E1%8A%AB%E1%8B%8E>,
        <http://lexvo.org/id/term/cat/Macau>,
        <http://lexvo.org/id/term/cat/Regi%C3%B3%20administrativa%20especial%20xinesa%20de%20Macau>,
        <http://lexvo.org/id/term/ces/Macao>,
        <http://lexvo.org/id/term/ces/Macao%20-%20ZAO%20%C4%8C%C3%ADny>,
        <http://lexvo.org/id/term/chr/%E1%8E%B9%E1%8E%A7%E1%8E%A3>,
        <http://lexvo.org/id/term/chr/%E1%8E%B9%E1%8E%A7%E1%8E%A3%20%5B%E1%8E%A4%E1%8F%93%E1%8F%A4%E1%8E%B5%E1%8F%93%20%E1%8F%A7%E1%8F%82%E1%8E%B8%E1%8F%AB%E1%8F%8D%E1%8F%93%E1%8F%81%E1%8F%97%20%E1%8E%A2%E1%8E%AC%E1%8E%BE%E1%8F%95%E1%8E%BE%5D%20%E1%8F%A3%E1%8E%A2>,
        <http://lexvo.org/id/term/cmn-Hant/%E4%B8%AD%E8%8F%AF%E4%BA%BA%E6%B0%91%E5%85%B1%E5%92%8C%E5%9C%8B%E6%BE%B3%E9%96%80%E7%89%B9%E5%88%A5%E8%A1%8C%E6%94%BF%E5%8D%80>,
        <http://lexvo.org/id/term/cmn-Hant/%E6%BE%B3%E9%96%80>,
        <http://lexvo.org/id/term/cmn/%E4%B8%AD%E5%9B%BD%E6%BE%B3%E9%97%A8%E7%89%B9%E5%88%AB%E8%A1%8C%E6%94%BF%E5%8C%BA>,
        <http://lexvo.org/id/term/cmn/%E6%BE%B3%E9%97%A8>,
        <http://lexvo.org/id/term/cym/Macao>,
        <http://lexvo.org/id/term/cym/Macao%20SAR%20Tseina>,
        <http://lexvo.org/id/term/dan/Macao>,
        <http://lexvo.org/id/term/dan/Macao%20SAR>,
        <http://lexvo.org/id/term/deu/Macao>,
        <http://lexvo.org/id/term/deu/Sonderverwaltungszone%20Macao>,
        <http://lexvo.org/id/term/dzo/%E0%BD%98%E0%BD%80%E0%BC%8B%E0%BD%A8%E0%BD%A0%E0%BD%B4>,
        <http://lexvo.org/id/term/dzo/%E0%BD%98%E0%BD%80%E0%BC%8B%E0%BD%A8%E0%BD%A0%E0%BD%B4%E0%BC%8B%E0%BD%85%E0%BD%B1%E0%BD%A0%E0%BD%B2%E0%BC%8B%E0%BD%93>,
        <http://lexvo.org/id/term/ell/%CE%9C%CE%B1%CE%BA%CE%AC%CE%BF>,
        <http://lexvo.org/id/term/ell/%CE%9C%CE%B1%CE%BA%CE%AC%CE%BF%20%CE%95%CE%94%CE%A0%20%CE%9A%CE%AF%CE%BD%CE%B1%CF%82>,
        <http://lexvo.org/id/term/eng-Dsrt/%F0%90%90%A3%F0%90%90%B2%F0%90%90%BF%F0%90%90%B5>,
        <http://lexvo.org/id/term/eng-Dsrt/%F0%90%90%A3%F0%90%90%B2%F0%90%90%BF%F0%90%90%B5%20%F0%90%90%9D%F0%90%90%88%F0%90%90%A1%20%F0%90%90%95%F0%90%90%B4%F0%90%91%8C%F0%90%90%B2>,
        <http://lexvo.org/id/term/eng/ISO%203166-1%3AMO>,
        <http://lexvo.org/id/term/eng/Macau>,
        <http://lexvo.org/id/term/eng/Macau%20SAR%20China>,
        <http://lexvo.org/id/term/est/Macau>,
        <http://lexvo.org/id/term/est/Macau%20-%20Hiina%20erihalduspiirkond>,
        <http://lexvo.org/id/term/eus/Macau>,
        <http://lexvo.org/id/term/eus/Makau>,
        <http://lexvo.org/id/term/ewe/Macau%20SAR%20Tsaina%20nutome>,
        <http://lexvo.org/id/term/ewe/Macau%20nutome>,
        <http://lexvo.org/id/term/fao/Makao>,
        <http://lexvo.org/id/term/fas/%D9%85%D8%A7%DA%A9%D8%A7%D8%A6%D9%88>,
        <http://lexvo.org/id/term/fas/%D9%85%D8%A7%DA%A9%D8%A7%D8%A6%D9%88%D8%8C%20%D9%86%D8%A7%D8%AD%DB%8C%D9%87%D9%94%20%D9%88%DB%8C%DA%98%D9%87%D9%94%20%D8%AD%DA%A9%D9%88%D9%85%D8%AA%DB%8C%20%DA%86%DB%8C%D9%86>,
        <http://lexvo.org/id/term/fil/Macau>,
        <http://lexvo.org/id/term/fil/Macau%20SAR%20China>,
        <http://lexvo.org/id/term/fin/Macao>,
        <http://lexvo.org/id/term/fin/Macao%20%E2%80%93%20Kiinan%20e.h.a.>,
        <http://lexvo.org/id/term/fra/Macao>,
        <http://lexvo.org/id/term/fra/R.A.S.%20chinoise%20de%20Macao>,
        <http://lexvo.org/id/term/fur/Macao>,
        <http://lexvo.org/id/term/fur/Regjon%20aministrative%20speci%C3%A2l%20de%20Cine%20di%20Macao>,
        <http://lexvo.org/id/term/gla/Mac%C3%A0thu>,
        <http://lexvo.org/id/term/gla/Mac%C3%A0thu%20SAR%20na%20S%C3%ACne>,
        <http://lexvo.org/id/term/gle/Mac%C3%A1%C3%B3>,
        <http://lexvo.org/id/term/gle/R.R.S.%20na%20S%C3%ADne%20Mac%C3%A1%C3%B3>,
        <http://lexvo.org/id/term/glg/Macau>,
        <http://lexvo.org/id/term/glg/Macau%20RAE%20de%20China>,
        <http://lexvo.org/id/term/gsw/Macao>,
        <http://lexvo.org/id/term/gsw/Sonderverwaltigszone%20Macao>,
        <http://lexvo.org/id/term/guj/%E0%AA%AE%E0%AA%95%E0%AA%BE%E0%AA%89%20SAR%20%E0%AA%9A%E0%AB%80%E0%AA%A8>,
        <http://lexvo.org/id/term/guj/%E0%AA%AE%E0%AA%95%E0%AA%BE%E0%AA%93>,
        <http://lexvo.org/id/term/heb/%D7%9E%D7%A7%D7%90%D7%95>,
        <http://lexvo.org/id/term/heb/%D7%9E%D7%A7%D7%90%D7%95%20-%20%D7%9E%D7%97%D7%95%D7%96%20%D7%9E%D7%A0%D7%94%D7%9C%D7%99%20%D7%9E%D7%99%D7%95%D7%97%D7%93%20%D7%A9%D7%9C%20%D7%A1%D7%99%D7%9F>,
        <http://lexvo.org/id/term/hin/%E0%A4%AE%E0%A4%95%E0%A4%BE%E0%A4%93>,
        <http://lexvo.org/id/term/hin/%E0%A4%AE%E0%A4%95%E0%A4%BE%E0%A4%93%20%E0%A4%9A%E0%A5%80%E0%A4%A8>,
        <http://lexvo.org/id/term/hrv/Kinesko%20Posebno%20Upravno%20Podru%C4%8Dje%20Makao>,
        <http://lexvo.org/id/term/hrv/Makao>,
        <http://lexvo.org/id/term/hun/Maka%C3%B3>,
        <http://lexvo.org/id/term/hun/Maka%C3%B3%20SAR%20K%C3%ADna>,
        <http://lexvo.org/id/term/ind/Makau>,
        <http://lexvo.org/id/term/ind/Makau%20SAR%20China>,
        <http://lexvo.org/id/term/isl/Maka%C3%B3>,
        <http://lexvo.org/id/term/isl/Sj%C3%A1lfstj%C3%B3rnarsv%C3%A6%C3%B0i%C3%B0%20Maka%C3%B3>,
        <http://lexvo.org/id/term/ita/Macao>,
        <http://lexvo.org/id/term/ita/RAS%20di%20Macao>,
        <http://lexvo.org/id/term/jpn/%E3%83%9E%E3%82%AB%E3%82%AA>,
        <http://lexvo.org/id/term/jpn/%E4%B8%AD%E8%8F%AF%E4%BA%BA%E6%B0%91%E5%85%B1%E5%92%8C%E5%9B%BD%E3%83%9E%E3%82%AB%E3%82%AA%E7%89%B9%E5%88%A5%E8%A1%8C%E6%94%BF%E5%8C%BA>,
        <http://lexvo.org/id/term/kal/Macao>,
        <http://lexvo.org/id/term/kan/%E0%B2%AE%E0%B2%96%E0%B2%BE%E0%B2%B5%E0%B3%8D>,
        <http://lexvo.org/id/term/kan/%E0%B2%AE%E0%B3%8D%E0%B2%AF%E0%B2%BE%E0%B2%95%E0%B3%81%20SAR%20%E0%B2%9A%E0%B3%88%E0%B2%A8%E0%B2%BE>,
        <http://lexvo.org/id/term/kas/%D9%85%D9%8E%DA%A9%D8%A7%D9%88%D9%88%20%D8%A7%DB%8C%D8%B3%20%D8%A7%DB%92%20%D8%A2%D8%B1%20%DA%86%DB%8C%D9%96%D9%86>,
        <http://lexvo.org/id/term/kat/%E1%83%9B%E1%83%90%E1%83%99%E1%83%90%E1%83%9D>,
        <http://lexvo.org/id/term/kea/Makau>,
        <http://lexvo.org/id/term/kea/Reji%C3%A3u%20Administrativu%20Special%20di%20Makau>,
        <http://lexvo.org/id/term/khm/%E1%9E%98%E1%9F%89%E1%9E%B6%E1%9E%80%E1%9E%B6%E1%9E%9C>,
        <http://lexvo.org/id/term/kor/%EB%A7%88%EC%B9%B4%EC%98%A4>,
        <http://lexvo.org/id/term/kor/%EB%A7%88%EC%B9%B4%EC%98%A4%2C%20%EC%A4%91%EA%B5%AD%20%ED%8A%B9%EB%B3%84%ED%96%89%EC%A0%95%EA%B5%AC>,
        <http://lexvo.org/id/term/ksh/Makau>,
        <http://lexvo.org/id/term/lao/%E0%BA%A1%E0%BA%B2%E0%BB%80%E0%BA%81%E0%BA%BB%E0%BA%B2>,
        <http://lexvo.org/id/term/lao/%E0%BA%A1%E0%BA%B2%E0%BB%80%E0%BA%81%E0%BA%BB%E0%BB%89%E0%BA%B2%20%E0%BB%80%E0%BA%82%E0%BA%94%E0%BA%9B%E0%BA%BB%E0%BA%81%E0%BA%84%E0%BA%AD%E0%BA%87%E0%BA%9E%E0%BA%B4%E0%BB%80%E0%BA%AA%E0%BA%94%E0%BA%9B%E0%BA%B0%E0%BB%80%E0%BA%97%E0%BA%94%E0%BA%88%E0%BA%B5%E0%BA%99>,
        <http://lexvo.org/id/term/lav/%C4%B6%C4%ABnas%20%C4%ABpa%C5%A1%C4%81s%20p%C4%81rvaldes%20apgabals%20Makao>,
        <http://lexvo.org/id/term/lav/Makao>,
        <http://lexvo.org/id/term/lin/Makau>,
        <http://lexvo.org/id/term/lit/Macao>,
        <http://lexvo.org/id/term/mal/%E0%B4%AE%E0%B4%95%E0%B5%8D%E0%B4%95%E0%B4%BE%E0%B4%B5%E0%B5%8B>,
        <http://lexvo.org/id/term/mal/%E0%B4%AE%E0%B4%95%E0%B5%8D%E0%B4%95%E0%B4%BE%E0%B4%B5%E0%B5%8B%20SAR%20%E0%B4%9A%E0%B5%88%E0%B4%A8>,
        <http://lexvo.org/id/term/mar/%E0%A4%AE%E0%A4%95%E0%A4%BE%E0%A4%8A>,
        <http://lexvo.org/id/term/mar/%E0%A4%AE%E0%A4%95%E0%A4%BE%E0%A4%93%20%E0%A4%8F%E0%A4%B8%E0%A4%8F%E0%A4%86%E0%A4%B0%20%E0%A4%9A%E0%A4%BE%E0%A4%AF%E0%A4%A8%E0%A4%BE>,
        <http://lexvo.org/id/term/mkd/%D0%9C%D0%B0%D0%BA%D0%B0%D0%BE>,
        <http://lexvo.org/id/term/mkd/%D0%9C%D0%B0%D0%BA%D0%B0%D0%BE%20%D0%A1.%D0%90.%D0%A0%20%D0%9A%D0%B8%D0%BD%D0%B0>,
        <http://lexvo.org/id/term/mlt/Macao>,
        <http://lexvo.org/id/term/mlt/Macao%20S.A.R.%2C%20China>,
        <http://lexvo.org/id/term/mya/%E1%80%90%E1%80%9B%E1%80%AF%E1%80%90%E1%80%BA%E1%81%8F%20%E1%80%A1%E1%80%91%E1%80%B0%E1%80%B8%E1%80%A1%E1%80%AF%E1%80%95%E1%80%BA%E1%80%81%E1%80%BB%E1%80%AF%E1%80%95%E1%80%BA%E1%80%81%E1%80%BD%E1%80%84%E1%80%B7%E1%80%BA%E1%80%9B%20%E1%80%99%E1%80%80%E1%80%AC%E1%80%A1%E1%80%AD%E1%80%AF>,
        <http://lexvo.org/id/term/mya/%E1%80%99%E1%80%80%E1%80%AC%E1%80%A1%E1%80%AD%E1%80%AF>,
        <http://lexvo.org/id/term/nep/%E0%A4%AE%E0%A4%95%E0%A4%BE%E0%A4%B5%E0%A5%8B>,
        <http://lexvo.org/id/term/nep/%E0%A4%AE%E0%A4%95%E0%A4%BE%E0%A4%B5%E0%A5%8B%20%E0%A4%9A%E0%A4%BF%E0%A4%A8%E0%A4%BF%E0%A4%81%E0%A4%AF%E0%A4%BE%20%E0%A4%B8%E0%A5%8D%E0%A4%B5%E0%A4%B6%E0%A4%BE%E0%A4%B8%E0%A4%BF%E0%A4%A4%20%E0%A4%95%E0%A5%8D%E0%A4%B7%E0%A5%87%E0%A4%A4%E0%A5%8D%E0%A4%B0>,
        <http://lexvo.org/id/term/nld/Macao>,
        <http://lexvo.org/id/term/nld/Macao%20SAR%20van%20China>,
        <http://lexvo.org/id/term/nno/Macao>,
        <http://lexvo.org/id/term/nno/Macao%20S.A.R.%20Kina>,
        <http://lexvo.org/id/term/nob/Macao>,
        <http://lexvo.org/id/term/nob/Macao%20S.A.R.%20Kina>,
        <http://lexvo.org/id/term/ori/%E0%AC%AE%E0%AC%BE%E0%AC%95%E0%AC%BE%E0%AC%89%20SAR%20%E0%AC%9A%E0%AC%BF%E0%AC%A8%E0%AD%8D>,
        <http://lexvo.org/id/term/pol/Makau>,
        <http://lexvo.org/id/term/pol/Makau%20SAR>,
        <http://lexvo.org/id/term/por/Macau>,
        <http://lexvo.org/id/term/por/Macau%2C%20RAE%20da%20China>,
        <http://lexvo.org/id/term/por/Regi%C3%A3o%20Administrativa%20Especial%20de%20Macau>,
        <http://lexvo.org/id/term/roh/Regiun%20d'administraziun%20speziala%20Macao%2C%20China>,
        <http://lexvo.org/id/term/ron/Macao>,
        <http://lexvo.org/id/term/ron/R.A.S.%20Macao%20a%20Chinei>,
        <http://lexvo.org/id/term/rus/%D0%9C%D0%B0%D0%BA%D0%B0%D0%BE>,
        <http://lexvo.org/id/term/rus/%D0%9C%D0%B0%D0%BA%D0%B0%D0%BE%20(%D0%BE%D1%81%D0%BE%D0%B1%D1%8B%D0%B9%20%D1%80%D0%B0%D0%B9%D0%BE%D0%BD)>,
        <http://lexvo.org/id/term/sin/%E0%B6%B8%E0%B6%9A%E0%B7%8F%E0%B7%80%E0%B7%94>,
        <http://lexvo.org/id/term/sin/%E0%B6%B8%E0%B6%9A%E0%B7%8F%E0%B7%80%E0%B7%94%20%E0%B7%83%E0%B7%8F%E0%B6%BB%E0%B7%8A%20%E0%B6%A0%E0%B7%93%E0%B6%B1>,
        <http://lexvo.org/id/term/slk/Macao>,
        <http://lexvo.org/id/term/slk/Macao%20OAO%20%C4%8C%C3%ADny>,
        <http://lexvo.org/id/term/slv/Macao>,
        <http://lexvo.org/id/term/slv/Posebno%20administrativno%20obmo%C4%8Dje%20LR%20Kitajske%20Macao>,
        <http://lexvo.org/id/term/sme/Mak%C3%A1o>,
        <http://lexvo.org/id/term/spa/Macao>,
        <http://lexvo.org/id/term/spa/Regi%C3%B3n%20Administrativa%20Especial%20de%20Macao%20de%20la%20Rep%C3%BAblica%20Popular%20China>,
        <http://lexvo.org/id/term/srp-Latn/Makao>,
        <http://lexvo.org/id/term/srp-Latn/Makao%20(S.%20A.%20R.%20Kina)>,
        <http://lexvo.org/id/term/srp/%D0%9C%D0%B0%D0%BA%D0%B0%D0%BE>,
        <http://lexvo.org/id/term/srp/%D0%9C%D0%B0%D0%BA%D0%B0%D0%BE%20%D0%A1.%20%D0%90.%20%D0%A0.%20%D0%9A%D0%B8%D0%BD%D0%B0>,
        <http://lexvo.org/id/term/swe/Macao>,
        <http://lexvo.org/id/term/swe/Macao%20(S.A.R.%20Kina)>,
        <http://lexvo.org/id/term/swh/Macau>,
        <http://lexvo.org/id/term/swh/Macau%20SAR%20China>,
        <http://lexvo.org/id/term/tam/%E0%AE%AE%E0%AE%95%E0%AE%BE%E0%AE%B5%E0%AF%8B>,
        <http://lexvo.org/id/term/tam/%E0%AE%AE%E0%AE%95%E0%AE%BE%E0%AE%B5%E0%AF%8B%20%E0%AE%9A%E0%AE%BE%E0%AE%B0%E0%AF%8D%20%E0%AE%9A%E0%AF%80%E0%AE%A9%E0%AE%BE>,
        <http://lexvo.org/id/term/tel/%E0%B0%AE%E0%B0%BE%E0%B0%95%E0%B0%BE%E0%B0%B5%E0%B1%8D>,
        <http://lexvo.org/id/term/tel/%E0%B0%AE%E0%B0%BE%E0%B0%95%E0%B0%BE%E0%B0%B5%E0%B1%8D%20%E0%B0%B8%E0%B0%BE%E0%B0%B0%E0%B1%8D%20%E0%B0%9A%E0%B1%88%E0%B0%A8%E0%B0%BE>,
        <http://lexvo.org/id/term/tha/%E0%B8%A1%E0%B8%B2%E0%B9%80%E0%B8%81%E0%B9%8A%E0%B8%B2>,
        <http://lexvo.org/id/term/tha/%E0%B8%A1%E0%B8%B2%E0%B9%80%E0%B8%81%E0%B9%8A%E0%B8%B2%20%E0%B9%80%E0%B8%82%E0%B8%95%E0%B8%9B%E0%B8%81%E0%B8%84%E0%B8%A3%E0%B8%AD%E0%B8%87%E0%B8%9E%E0%B8%B4%E0%B9%80%E0%B8%A8%E0%B8%A9%E0%B8%9B%E0%B8%A3%E0%B8%B0%E0%B9%80%E0%B8%97%E0%B8%A8%E0%B8%88%E0%B8%B5%E0%B8%99>,
        <http://lexvo.org/id/term/tig/%E1%88%9B%E1%8A%AB%E1%8B%8E>,
        <http://lexvo.org/id/term/tir/%E1%88%9B%E1%8A%AB%E1%8B%8E>,
        <http://lexvo.org/id/term/ton/Makau>,
        <http://lexvo.org/id/term/ton/Makau%20SAR%20Siaina>,
        <http://lexvo.org/id/term/tur/%C3%87in%20Makao%20%C3%96YB>,
        <http://lexvo.org/id/term/tur/Makao>,
        <http://lexvo.org/id/term/ukr/%D0%9C%D0%B0%D0%BA%D0%B0%D0%BE>,
        <http://lexvo.org/id/term/ukr/%D0%9C%D0%B0%D0%BA%D0%B0%D0%BE%20%D0%9E.%D0%90.%D0%A0.%20%D0%9A%D0%B8%D1%82%D0%B0%D1%8E>,
        <http://lexvo.org/id/term/urd/%D9%85%DA%A9%D8%A7%D8%A4>,
        <http://lexvo.org/id/term/urd/%D9%85%DA%A9%D8%A7%D8%A4%20SAR%20%DA%86%DB%8C%D9%86>,
        <http://lexvo.org/id/term/vie/%C4%90%E1%BA%B7c%20khu%20h%C3%A0nh%20ch%C3%ADnh%20Macao%20thu%E1%BB%99c%20CHND%20Trung%20Hoa>,
        <http://lexvo.org/id/term/vie/Macao>,
        <http://lexvo.org/id/term/wae/Makau>,
        <http://lexvo.org/id/term/wae/Sonderverwaltigszona%20Makau>,
        <http://lexvo.org/id/term/wal/%E1%88%9B%E1%8A%AB%E1%8B%8E>,
        <http://lexvo.org/id/term/zsm/Macau>,
        <http://lexvo.org/id/term/zsm/Macau%20SAR%20China>,
        <http://lexvo.org/id/term/zul/i-Macau>,
        <http://lexvo.org/id/term/zul/i-Macau%20SAR%20China> ;
    owl:sameAs <http://psi.oasis-open.org/iso/3166/#446>,
        <http://sws.geonames.org/1821275/> .

<http://lexvo.org/id/iso3166/MP> a lvont:GeographicRegion ;
    rdfs:label "Noordelike Marianaeilande"@af,
        "Chwɨlà m̀ Màlǐanà mɨ̀ Ekùw mò"@agq,
        "Northern Mariana Islands"@ak,
        "የሰሜናዊ ማሪያና ደሴቶች"@am,
        "جزر ماريانا الشمالية"@ar,
        "Vithiwa vya Mariana vya Kathkazini"@asa,
        "Islles Marianes del Norte"@ast,
        "Şimal Mariana Adaları"@az,
        "Bìòn bi Marìanà ŋ̀ɔmbɔk"@bas,
        "Паўночныя Марыянскія астравы"@be,
        "Ifisima fya Mariana fya Hukaskazini"@bez,
        "Северни Мариански Острови"@bg,
        "Kɛɲɛka Mariyani Gun"@bm,
        "উত্তরাঞ্চলীয় মারিয়ানা দ্বীপপুঞ্জ"@bn,
        "Inizi Mariana an Norzh"@br,
        "उत्तरी मारियाना द्वीप"@brx,
        "Severna Marijanska Ostrva"@bs,
        "Северна Маријанска Острва"@bs-Cyrl,
        "Illes Mariannes del Nord"@ca,
        "Ebizinga by'amatemba ga Mariana"@cgg,
        "ᎾᏍᎩ ᎤᏴᏢ ᏗᏜ ᎹᎵᎠᎾ ᏚᎦᏚᏛ"@chr,
        "北马里亚纳群岛"@cmn,
        "北馬里亞納群島"@cmn-Hant,
        "Severní Mariany"@cs,
        "Ynysoedd Gogledd Mariana"@cy,
        "Nordmarianerne"@da,
        "Visiwa vya Mariana vya Kaskazini"@dav,
        "Nördliche Marianen"@de,
        "Mariana Gurma Gungey"@dje,
        "བྱང་ཕྱོགས་ཀྱི་མ་ར་ཡ་ན་གླིང་ཚོམ"@dz,
        "Visiwa vya Mariana vya Kaskazini"@ebu,
        "Dziehe Marina ƒudomekpowo nutome"@ee,
        "Βόρειες Μαριάνες Νήσοι"@el,
        "ISO 3166-1:MP"@en,
        "Northern Mariana Islands"@en,
        "𐐤𐐱𐑉𐑄𐐲𐑉𐑌 𐐣𐐰𐑉𐐨𐐱𐑌𐐲 𐐌𐑊𐐲𐑌𐐼𐑆"@en-Dsrt,
        "Nord-Marianoj"@eo,
        "Islas Marianas del Norte"@es,
        "Põhja-Mariaanid"@et,
        "Iparraldeko Mariana uharteak"@eu,
        "Minlán Mi Marián yá Nór"@ewo,
        "جزایر ماریانای شمالی"@fa,
        "Duuɗe Mariyaana Rewo"@ff,
        "Pohjois-Mariaanit"@fi,
        "Northern Mariana Islands"@fil,
        "Norðurmarianoyggjarnar"@fo,
        "Îles Mariannes du Nord"@fr,
        "Isulis Mariana dal Nord"@fur,
        "Oileáin Mariana Thuaidh"@ga,
        "Na h-Eileanan Mairianach a Tuath"@gd,
        "Illas Marianas do norte"@gl,
        "Nördlichi Mariaane"@gsw,
        "ઉતરીય મારિયાના આઇલેન્ડ્સ"@gu,
        "Visiwa vya Mariana vya Kaskazini"@guz,
        "Tsibiran Mariyana Na Arewa"@ha,
        "איי מריאנה הצפוניים"@he,
        "नॉर्दन मारियाना द्वीपसमूह"@hi,
        "Sjeverni Marijanski Otoci"@hr,
        "Északi Mariana-szigetek"@hu,
        "Insulas Marianna del Nord"@ia,
        "Kepulauan Mariana Utara"@id,
        "Norður-Maríanaeyjar"@is,
        "Isole Marianne Settentrionali"@it,
        "北マリアナ諸島"@ja,
        "Visiwa vya Mariana vya Kaskazini"@jmc,
        "Tigzirin n Maryan Ufella"@kab,
        "Visiwa vya Mariana vya Kaskazini"@kam,
        "Chisiwa cha Marian cha Kasikazini"@kde,
        "Ilhas Marianas di Norti"@kea,
        "Mariana Gurma Gungey"@khq,
        "Visiwa vya Mariana vya Kaskazini"@ki,
        "Ikwembeiyotab Mariana nebo murot katam"@kln,
        "កោះ​ម៉ារីណា​ខាង​ជើង"@km,
        "ಉತ್ತರ ಮರಿಯಾನಾ ದ್ವೀಪಗಳು"@kn,
        "북마리아나제도"@ko,
        "شُمٲلی مارِیانا جٔزیٖرٕ"@ks,
        "Visiwa vya Maliana vya Kaskazini"@ksb,
        "zǝ maryánnɔ́r"@ksf,
        "de nöödlijje Marijanne-Enselle"@ksh,
        "Visiwa vya Mariana vya Kaskazini"@lag,
        "Bizinga bya Mariyana eby'omumambuka"@lg,
        "Bisanga bya Marianɛ ya nɔ́rdi"@ln,
        "ຫມູ່ເກາະມາແຊລ໌ຕອນເຫນືອ"@lo,
        "Marianos šiaurinės salos"@lt,
        "Lutanda lua Mariane wa muulu"@lu,
        "Northern Mariana Islands"@luo,
        "Visiwa vya Mariana vya Kaskazini"@luy,
        "Ziemeļu Marianas salas"@lv,
        "Visiwa vya Mariana vya Kaskazini"@mas,
        "Aĩrandi cia Mariana ya nothi"@mer,
        "Zil Maryann dinor"@mfe,
        "Nosy Mariana Atsinanana"@mg,
        "Северни Маријанини Острови"@mk,
        "ഉത്തര മറിയാനാ ദ്വീപുകൾ"@ml,
        "उत्तरी मारियाना बेटे"@mr,
        "Gżejjer Marjana ta’ Fuq"@mt,
        "Sǝr Maria ma laŋne"@mua,
        "Northern Mariana Islands"@naq,
        "Nord-Marianene"@nb,
        "Northern Mariana Islands"@nd,
        "उत्तरी मारिआना टापु"@ne,
        "Noordelijke Marianeneilanden"@nl,
        "Maŋ́ Mariá"@nmg,
        "Nord-Marianane"@nn,
        "Ebizinga by'amatemba ga Mariana"@nyn,
        "ଉତ୍ତର ମାରିଆନା ଦ୍ବୀପପୁଞ୍ଜ"@or,
        "Mariany Północne"@pl,
        "Ilhas Marianas do Norte"@pt,
        "Inslas Mariannas dal Nord"@rm,
        "Amazinga ya Mariyana ryo mu majaruguru"@rn,
        "Insulele Mariane de Nord"@ro,
        "Visiwa vya Mariana vya Kaskazini"@rof,
        "Северные Марианские о-ва"@ru,
        "Visiwa vya Mariana vya Kaskazini"@rwk,
        "Visiwa vya Mariana vya Kaskazini"@saq,
        "Figunguli fya Maliyana ifya luvala lwa Kunyamande"@sbp,
        "Davvi-Mariánat"@se,
        "Ilhas Marianas do Norte"@seh,
        "Mariana Gurma Gungey"@ses,
        "Âzûâ Märïâni tî Banga"@sg,
        "ⵜⵉⴳⵣⵉⵔⵉⵏ ⵏ ⵎⴰⵔⵢⴰⵏ ⵏ ⵉⵥⵥⵍⵎⴹ"@shi,
        "tigzirin n maryan n iẓẓlmḍ"@shi-Latn,
        "උතුරු මරියානා දූපත්"@si,
        "Severné Mariány"@sk,
        "Severni Marianski otoki"@sl,
        "Zvitsuwa zvekumaodzanyemba eMariana"@sn,
        "Northern Mariana Islands"@so,
        "Северна Маријанска Острва"@sr,
        "Severna Marijanska Ostrva"@sr-Latn,
        "Nordmarianerna"@sv,
        "Visiwa vya Mariana vya Kaskazini"@swc,
        "Visiwa vya Mariana vya Kaskazini"@swh,
        "வடக்கு மரியானா தீவுகள்"@ta,
        "ఉత్తర మరియానా దీవులు"@te,
        "Visiwa vya Mariana vya Kaskazini"@teo,
        "หมู่เกาะนอร์เทิร์นมาเรียนา"@th,
        "የሰሜናዊ ማሪያና ደሴቶች"@ti,
        "ʻOtumotu Maliana tokelau"@to,
        "Kuzey Mariana Adaları"@tr,
        "Mariana Gurma Gungey"@twq,
        "Tigzirin n Maryana Tugafat"@tzm,
        "Північні Маріанські Острови"@uk,
        "شمالی ماریانا آئلینڈز"@ur,
        "ꗛꔤ ꕪꘋꗒ ꕮꔸꕩꕯ ꔳꘋꗣ"@vai,
        "Kɔi Kaŋndɔ Mariyana Tiŋŋɛ"@vai-Latn,
        "Quần Đảo Bắc Mariana"@vi,
        "Visiwa vya Mariana vya Kaskazini"@vun,
        "Nördliči Mariane"@wae,
        "Bizinga bya Mariyana ebyamumambuka"@xog,
        "il maliyanɛ u muɛnɛ́"@yav,
        "Orílẹ́ède Etikun Guusu Mariana"@yo,
        "Northern Mariana Islands"@zsm,
        "i-Northern Mariana Islands"@zu ;
    lvont:label <http://lexvo.org/id/term/afr/Noordelike%20Marianaeilande>,
        <http://lexvo.org/id/term/agq/Chw%C9%A8l%C3%A0%20m%CC%80%20M%C3%A0l%C7%90an%C3%A0%20m%C9%A8%CC%80%20Ek%C3%B9w%20m%C3%B2>,
        <http://lexvo.org/id/term/aka/Northern%20Mariana%20Islands>,
        <http://lexvo.org/id/term/amh/%E1%8B%A8%E1%88%B0%E1%88%9C%E1%8A%93%E1%8B%8A%20%E1%88%9B%E1%88%AA%E1%8B%AB%E1%8A%93%20%E1%8B%B0%E1%88%B4%E1%89%B6%E1%89%BD>,
        <http://lexvo.org/id/term/ara/%D8%AC%D8%B2%D8%B1%20%D9%85%D8%A7%D8%B1%D9%8A%D8%A7%D9%86%D8%A7%20%D8%A7%D9%84%D8%B4%D9%85%D8%A7%D9%84%D9%8A%D8%A9>,
        <http://lexvo.org/id/term/asa/Vithiwa%20vya%20Mariana%20vya%20Kathkazini>,
        <http://lexvo.org/id/term/ast/Islles%20Marianes%20del%20Norte>,
        <http://lexvo.org/id/term/aze/%C5%9Eimal%20Mariana%20Adalar%C4%B1>,
        <http://lexvo.org/id/term/bam/K%C9%9B%C9%B2%C9%9Bka%20Mariyani%20Gun>,
        <http://lexvo.org/id/term/bas/B%C3%AC%C3%B2n%20bi%20Mar%C3%ACan%C3%A0%20%C5%8B%CC%80%C9%94mb%C9%94k>,
        <http://lexvo.org/id/term/bel/%D0%9F%D0%B0%D1%9E%D0%BD%D0%BE%D1%87%D0%BD%D1%8B%D1%8F%20%D0%9C%D0%B0%D1%80%D1%8B%D1%8F%D0%BD%D1%81%D0%BA%D1%96%D1%8F%20%D0%B0%D1%81%D1%82%D1%80%D0%B0%D0%B2%D1%8B>,
        <http://lexvo.org/id/term/ben/%E0%A6%89%E0%A6%A4%E0%A7%8D%E0%A6%A4%E0%A6%B0%E0%A6%BE%E0%A6%9E%E0%A7%8D%E0%A6%9A%E0%A6%B2%E0%A7%80%E0%A6%AF%E0%A6%BC%20%E0%A6%AE%E0%A6%BE%E0%A6%B0%E0%A6%BF%E0%A6%AF%E0%A6%BC%E0%A6%BE%E0%A6%A8%E0%A6%BE%20%E0%A6%A6%E0%A7%8D%E0%A6%AC%E0%A7%80%E0%A6%AA%E0%A6%AA%E0%A7%81%E0%A6%9E%E0%A7%8D%E0%A6%9C>,
        <http://lexvo.org/id/term/bez/Ifisima%20fya%20Mariana%20fya%20Hukaskazini>,
        <http://lexvo.org/id/term/bos-Cyrl/%D0%A1%D0%B5%D0%B2%D0%B5%D1%80%D0%BD%D0%B0%20%D0%9C%D0%B0%D1%80%D0%B8%D1%98%D0%B0%D0%BD%D1%81%D0%BA%D0%B0%20%D0%9E%D1%81%D1%82%D1%80%D0%B2%D0%B0>,
        <http://lexvo.org/id/term/bos/Severna%20Marijanska%20Ostrva>,
        <http://lexvo.org/id/term/bre/Inizi%20Mariana%20an%20Norzh>,
        <http://lexvo.org/id/term/brx/%E0%A4%89%E0%A4%A4%E0%A5%8D%E0%A4%A4%E0%A4%B0%E0%A5%80%20%E0%A4%AE%E0%A4%BE%E0%A4%B0%E0%A4%BF%E0%A4%AF%E0%A4%BE%E0%A4%A8%E0%A4%BE%20%E0%A4%A6%E0%A5%8D%E0%A4%B5%E0%A5%80%E0%A4%AA>,
        <http://lexvo.org/id/term/bul/%D0%A1%D0%B5%D0%B2%D0%B5%D1%80%D0%BD%D0%B8%20%D0%9C%D0%B0%D1%80%D0%B8%D0%B0%D0%BD%D1%81%D0%BA%D0%B8%20%D0%9E%D1%81%D1%82%D1%80%D0%BE%D0%B2%D0%B8>,
        <http://lexvo.org/id/term/cat/Illes%20Mariannes%20del%20Nord>,
        <http://lexvo.org/id/term/ces/Severn%C3%AD%20Mariany>,
        <http://lexvo.org/id/term/cgg/Ebizinga%20by'amatemba%20ga%20Mariana>,
        <http://lexvo.org/id/term/chr/%E1%8E%BE%E1%8F%8D%E1%8E%A9%20%E1%8E%A4%E1%8F%B4%E1%8F%A2%20%E1%8F%97%E1%8F%9C%20%E1%8E%B9%E1%8E%B5%E1%8E%A0%E1%8E%BE%20%E1%8F%9A%E1%8E%A6%E1%8F%9A%E1%8F%9B>,
        <http://lexvo.org/id/term/cmn-Hant/%E5%8C%97%E9%A6%AC%E9%87%8C%E4%BA%9E%E7%B4%8D%E7%BE%A4%E5%B3%B6>,
        <http://lexvo.org/id/term/cmn/%E5%8C%97%E9%A9%AC%E9%87%8C%E4%BA%9A%E7%BA%B3%E7%BE%A4%E5%B2%9B>,
        <http://lexvo.org/id/term/cym/Ynysoedd%20Gogledd%20Mariana>,
        <http://lexvo.org/id/term/dan/Nordmarianerne>,
        <http://lexvo.org/id/term/dav/Visiwa%20vya%20Mariana%20vya%20Kaskazini>,
        <http://lexvo.org/id/term/deu/N%C3%B6rdliche%20Marianen>,
        <http://lexvo.org/id/term/dje/Mariana%20Gurma%20Gungey>,
        <http://lexvo.org/id/term/dzo/%E0%BD%96%E0%BE%B1%E0%BD%84%E0%BC%8B%E0%BD%95%E0%BE%B1%E0%BD%BC%E0%BD%82%E0%BD%A6%E0%BC%8B%E0%BD%80%E0%BE%B1%E0%BD%B2%E0%BC%8B%E0%BD%98%E0%BC%8B%E0%BD%A2%E0%BC%8B%E0%BD%A1%E0%BC%8B%E0%BD%93%E0%BC%8B%E0%BD%82%E0%BE%B3%E0%BD%B2%E0%BD%84%E0%BC%8B%E0%BD%9A%E0%BD%BC%E0%BD%98>,
        <http://lexvo.org/id/term/ebu/Visiwa%20vya%20Mariana%20vya%20Kaskazini>,
        <http://lexvo.org/id/term/ell/%CE%92%CF%8C%CF%81%CE%B5%CE%B9%CE%B5%CF%82%20%CE%9C%CE%B1%CF%81%CE%B9%CE%AC%CE%BD%CE%B5%CF%82%20%CE%9D%CE%AE%CF%83%CE%BF%CE%B9>,
        <http://lexvo.org/id/term/eng-Dsrt/%F0%90%90%A4%F0%90%90%B1%F0%90%91%89%F0%90%91%84%F0%90%90%B2%F0%90%91%89%F0%90%91%8C%20%F0%90%90%A3%F0%90%90%B0%F0%90%91%89%F0%90%90%A8%F0%90%90%B1%F0%90%91%8C%F0%90%90%B2%20%F0%90%90%8C%F0%90%91%8A%F0%90%90%B2%F0%90%91%8C%F0%90%90%BC%F0%90%91%86>,
        <http://lexvo.org/id/term/eng/ISO%203166-1%3AMP>,
        <http://lexvo.org/id/term/eng/Northern%20Mariana%20Islands>,
        <http://lexvo.org/id/term/epo/Nord-Marianoj>,
        <http://lexvo.org/id/term/est/P%C3%B5hja-Mariaanid>,
        <http://lexvo.org/id/term/eus/Iparraldeko%20Mariana%20uharteak>,
        <http://lexvo.org/id/term/ewe/Dziehe%20Marina%20%C6%92udomekpowo%20nutome>,
        <http://lexvo.org/id/term/ewo/Minl%C3%A1n%20Mi%20Mari%C3%A1n%20y%C3%A1%20N%C3%B3r>,
        <http://lexvo.org/id/term/fao/Nor%C3%B0urmarianoyggjarnar>,
        <http://lexvo.org/id/term/fas/%D8%AC%D8%B2%D8%A7%DB%8C%D8%B1%20%D9%85%D8%A7%D8%B1%DB%8C%D8%A7%D9%86%D8%A7%DB%8C%20%D8%B4%D9%85%D8%A7%D9%84%DB%8C>,
        <http://lexvo.org/id/term/fil/Northern%20Mariana%20Islands>,
        <http://lexvo.org/id/term/fin/Pohjois-Mariaanit>,
        <http://lexvo.org/id/term/fra/%C3%8Eles%20Mariannes%20du%20Nord>,
        <http://lexvo.org/id/term/ful/Duu%C9%97e%20Mariyaana%20Rewo>,
        <http://lexvo.org/id/term/fur/Isulis%20Mariana%20dal%20Nord>,
        <http://lexvo.org/id/term/gla/Na%20h-Eileanan%20Mairianach%20a%20Tuath>,
        <http://lexvo.org/id/term/gle/Oile%C3%A1in%20Mariana%20Thuaidh>,
        <http://lexvo.org/id/term/glg/Illas%20Marianas%20do%20norte>,
        <http://lexvo.org/id/term/gsw/N%C3%B6rdlichi%20Mariaane>,
        <http://lexvo.org/id/term/guj/%E0%AA%89%E0%AA%A4%E0%AA%B0%E0%AB%80%E0%AA%AF%20%E0%AA%AE%E0%AA%BE%E0%AA%B0%E0%AA%BF%E0%AA%AF%E0%AA%BE%E0%AA%A8%E0%AA%BE%20%E0%AA%86%E0%AA%87%E0%AA%B2%E0%AB%87%E0%AA%A8%E0%AB%8D%E0%AA%A1%E0%AB%8D%E0%AA%B8>,
        <http://lexvo.org/id/term/guz/Visiwa%20vya%20Mariana%20vya%20Kaskazini>,
        <http://lexvo.org/id/term/hau/Tsibiran%20Mariyana%20Na%20Arewa>,
        <http://lexvo.org/id/term/heb/%D7%90%D7%99%D7%99%20%D7%9E%D7%A8%D7%99%D7%90%D7%A0%D7%94%20%D7%94%D7%A6%D7%A4%D7%95%D7%A0%D7%99%D7%99%D7%9D>,
        <http://lexvo.org/id/term/hin/%E0%A4%A8%E0%A5%89%E0%A4%B0%E0%A5%8D%E0%A4%A6%E0%A4%A8%20%E0%A4%AE%E0%A4%BE%E0%A4%B0%E0%A4%BF%E0%A4%AF%E0%A4%BE%E0%A4%A8%E0%A4%BE%20%E0%A4%A6%E0%A5%8D%E0%A4%B5%E0%A5%80%E0%A4%AA%E0%A4%B8%E0%A4%AE%E0%A5%82%E0%A4%B9>,
        <http://lexvo.org/id/term/hrv/Sjeverni%20Marijanski%20Otoci>,
        <http://lexvo.org/id/term/hun/%C3%89szaki%20Mariana-szigetek>,
        <http://lexvo.org/id/term/ina/Insulas%20Marianna%20del%20Nord>,
        <http://lexvo.org/id/term/ind/Kepulauan%20Mariana%20Utara>,
        <http://lexvo.org/id/term/isl/Nor%C3%B0ur-Mar%C3%ADanaeyjar>,
        <http://lexvo.org/id/term/ita/Isole%20Marianne%20Settentrionali>,
        <http://lexvo.org/id/term/jmc/Visiwa%20vya%20Mariana%20vya%20Kaskazini>,
        <http://lexvo.org/id/term/jpn/%E5%8C%97%E3%83%9E%E3%83%AA%E3%82%A2%E3%83%8A%E8%AB%B8%E5%B3%B6>,
        <http://lexvo.org/id/term/kab/Tigzirin%20n%20Maryan%20Ufella>,
        <http://lexvo.org/id/term/kam/Visiwa%20vya%20Mariana%20vya%20Kaskazini>,
        <http://lexvo.org/id/term/kan/%E0%B2%89%E0%B2%A4%E0%B3%8D%E0%B2%A4%E0%B2%B0%20%E0%B2%AE%E0%B2%B0%E0%B2%BF%E0%B2%AF%E0%B2%BE%E0%B2%A8%E0%B2%BE%20%E0%B2%A6%E0%B3%8D%E0%B2%B5%E0%B3%80%E0%B2%AA%E0%B2%97%E0%B2%B3%E0%B3%81>,
        <http://lexvo.org/id/term/kas/%D8%B4%D9%8F%D9%85%D9%B2%D9%84%DB%8C%20%D9%85%D8%A7%D8%B1%D9%90%DB%8C%D8%A7%D9%86%D8%A7%20%D8%AC%D9%94%D8%B2%DB%8C%D9%96%D8%B1%D9%95>,
        <http://lexvo.org/id/term/kde/Chisiwa%20cha%20Marian%20cha%20Kasikazini>,
        <http://lexvo.org/id/term/kea/Ilhas%20Marianas%20di%20Norti>,
        <http://lexvo.org/id/term/khm/%E1%9E%80%E1%9F%84%E1%9F%87%E2%80%8B%E1%9E%98%E1%9F%89%E1%9E%B6%E1%9E%9A%E1%9E%B8%E1%9E%8E%E1%9E%B6%E2%80%8B%E1%9E%81%E1%9E%B6%E1%9E%84%E2%80%8B%E1%9E%87%E1%9E%BE%E1%9E%84>,
        <http://lexvo.org/id/term/khq/Mariana%20Gurma%20Gungey>,
        <http://lexvo.org/id/term/kik/Visiwa%20vya%20Mariana%20vya%20Kaskazini>,
        <http://lexvo.org/id/term/kln/Ikwembeiyotab%20Mariana%20nebo%20murot%20katam>,
        <http://lexvo.org/id/term/kor/%EB%B6%81%EB%A7%88%EB%A6%AC%EC%95%84%EB%82%98%EC%A0%9C%EB%8F%84>,
        <http://lexvo.org/id/term/ksb/Visiwa%20vya%20Maliana%20vya%20Kaskazini>,
        <http://lexvo.org/id/term/ksf/z%C7%9D%20mary%C3%A1nn%C9%94%CC%81r>,
        <http://lexvo.org/id/term/ksh/de%20n%C3%B6%C3%B6dlijje%20Marijanne-Enselle>,
        <http://lexvo.org/id/term/lag/Visiwa%20vya%20Mariana%20vya%20Kaskazini>,
        <http://lexvo.org/id/term/lao/%E0%BA%AB%E0%BA%A1%E0%BA%B9%E0%BB%88%E0%BB%80%E0%BA%81%E0%BA%B2%E0%BA%B0%E0%BA%A1%E0%BA%B2%E0%BB%81%E0%BA%8A%E0%BA%A5%E0%BB%8C%E0%BA%95%E0%BA%AD%E0%BA%99%E0%BB%80%E0%BA%AB%E0%BA%99%E0%BA%B7%E0%BA%AD>,
        <http://lexvo.org/id/term/lav/Zieme%C4%BCu%20Marianas%20salas>,
        <http://lexvo.org/id/term/lin/Bisanga%20bya%20Marian%C9%9B%20ya%20n%C9%94%CC%81rdi>,
        <http://lexvo.org/id/term/lit/Marianos%20%C5%A1iaurin%C4%97s%20salos>,
        <http://lexvo.org/id/term/lub/Lutanda%20lua%20Mariane%20wa%20muulu>,
        <http://lexvo.org/id/term/lug/Bizinga%20bya%20Mariyana%20eby'omumambuka>,
        <http://lexvo.org/id/term/luo/Northern%20Mariana%20Islands>,
        <http://lexvo.org/id/term/luy/Visiwa%20vya%20Mariana%20vya%20Kaskazini>,
        <http://lexvo.org/id/term/mal/%E0%B4%89%E0%B4%A4%E0%B5%8D%E0%B4%A4%E0%B4%B0%20%E0%B4%AE%E0%B4%B1%E0%B4%BF%E0%B4%AF%E0%B4%BE%E0%B4%A8%E0%B4%BE%20%E0%B4%A6%E0%B5%8D%E0%B4%B5%E0%B5%80%E0%B4%AA%E0%B5%81%E0%B4%95%E0%B5%BE>,
        <http://lexvo.org/id/term/mar/%E0%A4%89%E0%A4%A4%E0%A5%8D%E0%A4%A4%E0%A4%B0%E0%A5%80%20%E0%A4%AE%E0%A4%BE%E0%A4%B0%E0%A4%BF%E0%A4%AF%E0%A4%BE%E0%A4%A8%E0%A4%BE%20%E0%A4%AC%E0%A5%87%E0%A4%9F%E0%A5%87>,
        <http://lexvo.org/id/term/mas/Visiwa%20vya%20Mariana%20vya%20Kaskazini>,
        <http://lexvo.org/id/term/mer/A%C4%A9randi%20cia%20Mariana%20ya%20nothi>,
        <http://lexvo.org/id/term/mfe/Zil%20Maryann%20dinor>,
        <http://lexvo.org/id/term/mkd/%D0%A1%D0%B5%D0%B2%D0%B5%D1%80%D0%BD%D0%B8%20%D0%9C%D0%B0%D1%80%D0%B8%D1%98%D0%B0%D0%BD%D0%B8%D0%BD%D0%B8%20%D0%9E%D1%81%D1%82%D1%80%D0%BE%D0%B2%D0%B8>,
        <http://lexvo.org/id/term/mlg/Nosy%20Mariana%20Atsinanana>,
        <http://lexvo.org/id/term/mlt/G%C5%BCejjer%20Marjana%20ta%E2%80%99%20Fuq>,
        <http://lexvo.org/id/term/mua/S%C7%9Dr%20Maria%20ma%20la%C5%8Bne>,
        <http://lexvo.org/id/term/naq/Northern%20Mariana%20Islands>,
        <http://lexvo.org/id/term/nde/Northern%20Mariana%20Islands>,
        <http://lexvo.org/id/term/nep/%E0%A4%89%E0%A4%A4%E0%A5%8D%E0%A4%A4%E0%A4%B0%E0%A5%80%20%E0%A4%AE%E0%A4%BE%E0%A4%B0%E0%A4%BF%E0%A4%86%E0%A4%A8%E0%A4%BE%20%E0%A4%9F%E0%A4%BE%E0%A4%AA%E0%A5%81>,
        <http://lexvo.org/id/term/nld/Noordelijke%20Marianeneilanden>,
        <http://lexvo.org/id/term/nmg/Ma%C5%8B%CC%81%20Mari%C3%A1>,
        <http://lexvo.org/id/term/nno/Nord-Marianane>,
        <http://lexvo.org/id/term/nob/Nord-Marianene>,
        <http://lexvo.org/id/term/nyn/Ebizinga%20by'amatemba%20ga%20Mariana>,
        <http://lexvo.org/id/term/ori/%E0%AC%89%E0%AC%A4%E0%AD%8D%E0%AC%A4%E0%AC%B0%20%E0%AC%AE%E0%AC%BE%E0%AC%B0%E0%AC%BF%E0%AC%86%E0%AC%A8%E0%AC%BE%20%E0%AC%A6%E0%AD%8D%E0%AC%AC%E0%AD%80%E0%AC%AA%E0%AC%AA%E0%AD%81%E0%AC%9E%E0%AD%8D%E0%AC%9C>,
        <http://lexvo.org/id/term/pol/Mariany%20P%C3%B3%C5%82nocne>,
        <http://lexvo.org/id/term/por/Ilhas%20Marianas%20do%20Norte>,
        <http://lexvo.org/id/term/rof/Visiwa%20vya%20Mariana%20vya%20Kaskazini>,
        <http://lexvo.org/id/term/roh/Inslas%20Mariannas%20dal%20Nord>,
        <http://lexvo.org/id/term/ron/Insulele%20Mariane%20de%20Nord>,
        <http://lexvo.org/id/term/run/Amazinga%20ya%20Mariyana%20ryo%20mu%20majaruguru>,
        <http://lexvo.org/id/term/rus/%D0%A1%D0%B5%D0%B2%D0%B5%D1%80%D0%BD%D1%8B%D0%B5%20%D0%9C%D0%B0%D1%80%D0%B8%D0%B0%D0%BD%D1%81%D0%BA%D0%B8%D0%B5%20%D0%BE-%D0%B2%D0%B0>,
        <http://lexvo.org/id/term/rwk/Visiwa%20vya%20Mariana%20vya%20Kaskazini>,
        <http://lexvo.org/id/term/sag/%C3%82z%C3%BB%C3%A2%20M%C3%A4r%C3%AF%C3%A2ni%20t%C3%AE%20Banga>,
        <http://lexvo.org/id/term/saq/Visiwa%20vya%20Mariana%20vya%20Kaskazini>,
        <http://lexvo.org/id/term/sbp/Figunguli%20fya%20Maliyana%20ifya%20luvala%20lwa%20Kunyamande>,
        <http://lexvo.org/id/term/seh/Ilhas%20Marianas%20do%20Norte>,
        <http://lexvo.org/id/term/ses/Mariana%20Gurma%20Gungey>,
        <http://lexvo.org/id/term/shi-Latn/tigzirin%20n%20maryan%20n%20i%E1%BA%93%E1%BA%93lm%E1%B8%8D>,
        <http://lexvo.org/id/term/shi/%E2%B5%9C%E2%B5%89%E2%B4%B3%E2%B5%A3%E2%B5%89%E2%B5%94%E2%B5%89%E2%B5%8F%20%E2%B5%8F%20%E2%B5%8E%E2%B4%B0%E2%B5%94%E2%B5%A2%E2%B4%B0%E2%B5%8F%20%E2%B5%8F%20%E2%B5%89%E2%B5%A5%E2%B5%A5%E2%B5%8D%E2%B5%8E%E2%B4%B9>,
        <http://lexvo.org/id/term/sin/%E0%B6%8B%E0%B6%AD%E0%B7%94%E0%B6%BB%E0%B7%94%20%E0%B6%B8%E0%B6%BB%E0%B7%92%E0%B6%BA%E0%B7%8F%E0%B6%B1%E0%B7%8F%20%E0%B6%AF%E0%B7%96%E0%B6%B4%E0%B6%AD%E0%B7%8A>,
        <http://lexvo.org/id/term/slk/Severn%C3%A9%20Mari%C3%A1ny>,
        <http://lexvo.org/id/term/slv/Severni%20Marianski%20otoki>,
        <http://lexvo.org/id/term/sme/Davvi-Mari%C3%A1nat>,
        <http://lexvo.org/id/term/sna/Zvitsuwa%20zvekumaodzanyemba%20eMariana>,
        <http://lexvo.org/id/term/som/Northern%20Mariana%20Islands>,
        <http://lexvo.org/id/term/spa/Islas%20Marianas%20del%20Norte>,
        <http://lexvo.org/id/term/srp-Latn/Severna%20Marijanska%20Ostrva>,
        <http://lexvo.org/id/term/srp/%D0%A1%D0%B5%D0%B2%D0%B5%D1%80%D0%BD%D0%B0%20%D0%9C%D0%B0%D1%80%D0%B8%D1%98%D0%B0%D0%BD%D1%81%D0%BA%D0%B0%20%D0%9E%D1%81%D1%82%D1%80%D0%B2%D0%B0>,
        <http://lexvo.org/id/term/swc/Visiwa%20vya%20Mariana%20vya%20Kaskazini>,
        <http://lexvo.org/id/term/swe/Nordmarianerna>,
        <http://lexvo.org/id/term/swh/Visiwa%20vya%20Mariana%20vya%20Kaskazini>,
        <http://lexvo.org/id/term/tam/%E0%AE%B5%E0%AE%9F%E0%AE%95%E0%AF%8D%E0%AE%95%E0%AF%81%20%E0%AE%AE%E0%AE%B0%E0%AE%BF%E0%AE%AF%E0%AE%BE%E0%AE%A9%E0%AE%BE%20%E0%AE%A4%E0%AF%80%E0%AE%B5%E0%AF%81%E0%AE%95%E0%AE%B3%E0%AF%8D>,
        <http://lexvo.org/id/term/tel/%E0%B0%89%E0%B0%A4%E0%B1%8D%E0%B0%A4%E0%B0%B0%20%E0%B0%AE%E0%B0%B0%E0%B0%BF%E0%B0%AF%E0%B0%BE%E0%B0%A8%E0%B0%BE%20%E0%B0%A6%E0%B1%80%E0%B0%B5%E0%B1%81%E0%B0%B2%E0%B1%81>,
        <http://lexvo.org/id/term/teo/Visiwa%20vya%20Mariana%20vya%20Kaskazini>,
        <http://lexvo.org/id/term/tha/%E0%B8%AB%E0%B8%A1%E0%B8%B9%E0%B9%88%E0%B9%80%E0%B8%81%E0%B8%B2%E0%B8%B0%E0%B8%99%E0%B8%AD%E0%B8%A3%E0%B9%8C%E0%B9%80%E0%B8%97%E0%B8%B4%E0%B8%A3%E0%B9%8C%E0%B8%99%E0%B8%A1%E0%B8%B2%E0%B9%80%E0%B8%A3%E0%B8%B5%E0%B8%A2%E0%B8%99%E0%B8%B2>,
        <http://lexvo.org/id/term/tir/%E1%8B%A8%E1%88%B0%E1%88%9C%E1%8A%93%E1%8B%8A%20%E1%88%9B%E1%88%AA%E1%8B%AB%E1%8A%93%20%E1%8B%B0%E1%88%B4%E1%89%B6%E1%89%BD>,
        <http://lexvo.org/id/term/ton/%CA%BBOtumotu%20Maliana%20tokelau>,
        <http://lexvo.org/id/term/tur/Kuzey%20Mariana%20Adalar%C4%B1>,
        <http://lexvo.org/id/term/twq/Mariana%20Gurma%20Gungey>,
        <http://lexvo.org/id/term/tzm/Tigzirin%20n%20Maryana%20Tugafat>,
        <http://lexvo.org/id/term/ukr/%D0%9F%D1%96%D0%B2%D0%BD%D1%96%D1%87%D0%BD%D1%96%20%D0%9C%D0%B0%D1%80%D1%96%D0%B0%D0%BD%D1%81%D1%8C%D0%BA%D1%96%20%D0%9E%D1%81%D1%82%D1%80%D0%BE%D0%B2%D0%B8>,
        <http://lexvo.org/id/term/urd/%D8%B4%D9%85%D8%A7%D9%84%DB%8C%20%D9%85%D8%A7%D8%B1%DB%8C%D8%A7%D9%86%D8%A7%20%D8%A2%D8%A6%D9%84%DB%8C%D9%86%DA%88%D8%B2>,
        <http://lexvo.org/id/term/vai-Latn/K%C9%94i%20Ka%C5%8Bnd%C9%94%20Mariyana%20Ti%C5%8B%C5%8B%C9%9B>,
        <http://lexvo.org/id/term/vai/%EA%97%9B%EA%94%A4%20%EA%95%AA%EA%98%8B%EA%97%92%20%EA%95%AE%EA%94%B8%EA%95%A9%EA%95%AF%20%EA%94%B3%EA%98%8B%EA%97%A3>,
        <http://lexvo.org/id/term/vie/Qu%E1%BA%A7n%20%C4%90%E1%BA%A3o%20B%E1%BA%AFc%20Mariana>,
        <http://lexvo.org/id/term/vun/Visiwa%20vya%20Mariana%20vya%20Kaskazini>,
        <http://lexvo.org/id/term/wae/N%C3%B6rdli%C4%8Di%20Mariane>,
        <http://lexvo.org/id/term/xog/Bizinga%20bya%20Mariyana%20ebyamumambuka>,
        <http://lexvo.org/id/term/yav/il%20maliyan%C9%9B%20u%20mu%C9%9Bn%C9%9B%CC%81>,
        <http://lexvo.org/id/term/yor/Or%C3%ADl%E1%BA%B9%CC%81%C3%A8de%20Etikun%20Guusu%20Mariana>,
        <http://lexvo.org/id/term/zsm/Northern%20Mariana%20Islands>,
        <http://lexvo.org/id/term/zul/i-Northern%20Mariana%20Islands> ;
    owl:sameAs <http://psi.oasis-open.org/iso/3166/#580>,
        <http://sws.geonames.org/4041468/> .

<http://lexvo.org/id/iso3166/MQ> a lvont:GeographicRegion ;
    rdfs:label "Martinique"@af,
        "Màtìnekì"@agq,
        "Matinik"@ak,
        "ማርቲኒክ"@am,
        "مارتينيك"@ar,
        "Martiniki"@asa,
        "La Martinica"@ast,
        "Martiniqu"@az,
        "Màrtìnîk"@bas,
        "Марцініка"@be,
        "Humartiniki"@bez,
        "Мартиника"@bg,
        "Maritiniki"@bm,
        "মার্টিনিক"@bn,
        "Martinik"@br,
        "मार्टीनिक"@brx,
        "Martinik"@bs,
        "Мартиник"@bs-Cyrl,
        "Martinica"@ca,
        "Martinique"@cgg,
        "ᎹᏘᏂᎨ"@chr,
        "马提尼克"@cmn,
        "馬丁尼克島"@cmn-Hant,
        "Martinik"@cs,
        "Martinique"@cy,
        "Martinique"@da,
        "Martiniki"@dav,
        "Martinique"@de,
        "Martiniiki"@dje,
        "མཱར་ཊི་ནིཀ"@dz,
        "Martiniki"@ebu,
        "Martiniki nutome"@ee,
        "Μαρτινίκα"@el,
        "ISO 3166-1:MQ"@en,
        "Martinique"@en,
        "𐐣𐐪𐑉𐐻𐑌𐐨𐐿"@en-Dsrt,
        "Martiniko"@eo,
        "Martinica"@es,
        "Martinique"@et,
        "Martinika"@eu,
        "Marətiníg"@ewo,
        "مارتینیک"@fa,
        "Martinik"@ff,
        "Martinique"@fi,
        "Martinique"@fil,
        "Martinique"@fo,
        "Martinique"@fr,
        "Martiniche"@fur,
        "Martainíc"@ga,
        "Mairtinic"@gd,
        "Martinica"@gl,
        "Martinigg"@gsw,
        "માર્ટીનીક"@gu,
        "Martiniki"@guz,
        "Martinik"@ha,
        "מרטיניק"@he,
        "मार्टीनिक"@hi,
        "Martinik"@hr,
        "Martinique"@hu,
        "Martinik"@id,
        "Martiník"@is,
        "Martinica"@it,
        "マルティニーク"@ja,
        "Martiniki"@jmc,
        "მარტინიკი"@ka,
        "Martinik"@kab,
        "Martiniki"@kam,
        "Malitiniki"@kde,
        "Martinika"@kea,
        "Martiniiki"@khq,
        "Martiniki"@ki,
        "Martinique"@kl,
        "Emetab Martinique"@kln,
        "ម៉ាទីនីក"@km,
        "ಮಾರ್ಟಿನಿಕ್"@kn,
        "말티니크"@ko,
        "مارٹِنِک"@ks,
        "Maltiniki"@ksb,
        "matiník"@ksf,
        "Machtinik"@ksh,
        "Maritiníiki"@lag,
        "Maritiniiki"@lg,
        "Martiniki"@ln,
        "ມາຕິນິກ"@lo,
        "Martinika"@lt,
        "Martiniki"@lu,
        "Martinique"@luo,
        "Martiniki"@luy,
        "Martinika"@lv,
        "Martiniki"@mas,
        "Martiniki"@mer,
        "Martinik"@mfe,
        "Martinika"@mg,
        "Мартиник"@mk,
        "മാർട്ടീനിക്"@ml,
        "मार्टिनिक"@mr,
        "Martinik"@mt,
        "Martinika"@mua,
        "Martinique"@naq,
        "Martinique"@nb,
        "Martinique"@nd,
        "मार्टिनिक"@ne,
        "Martinique"@nl,
        "Martinika"@nmg,
        "Martinique"@nn,
        "Martinique"@nyn,
        "ମାର୍ଟିନିକ୍ୟୁ"@or,
        "Martynika"@pl,
        "Martinica"@pt,
        "Martinique"@rm,
        "Maritiniki"@rn,
        "Martinica"@ro,
        "Martiniki"@rof,
        "Мартиника"@ru,
        "Martiniki"@rwk,
        "Martiniki"@saq,
        "Malitiniki"@sbp,
        "Martinique"@se,
        "Martinica"@seh,
        "Martiniiki"@ses,
        "Märtïnîki"@sg,
        "ⵎⴰⵔⵜⵉⵏⵉⴽ"@shi,
        "martinik"@shi-Latn,
        "මර්ටිනික්"@si,
        "Martinik"@sk,
        "Martinik"@sl,
        "Martinique"@sn,
        "Martinique"@so,
        "Мартиник"@sr,
        "Martinik"@sr-Latn,
        "Martinique"@sv,
        "Martiniki"@swc,
        "Martiniki"@swh,
        "மார்டினிக்"@ta,
        "మార్టినిక్"@te,
        "Martiniki"@teo,
        "มาร์ตินีก"@th,
        "ማርቲኒክ"@ti,
        "Mateniki"@to,
        "Martinik"@tr,
        "Martiniiki"@twq,
        "Martinik"@tzm,
        "Мартиніка"@uk,
        "مارٹینک"@ur,
        "ꕮꔳꕇꕃ"@vai,
        "Matiniki"@vai-Latn,
        "Martinique"@vi,
        "Martiniki"@vun,
        "Martinique"@wae,
        "Maritiniiki"@xog,
        "maltiníik"@yav,
        "Orílẹ́ède Matinikuwi"@yo,
        "Martinique"@zsm,
        "i-Martinique"@zu ;
    lvont:label <http://lexvo.org/id/term/afr/Martinique>,
        <http://lexvo.org/id/term/agq/M%C3%A0t%C3%ACnek%C3%AC>,
        <http://lexvo.org/id/term/aka/Matinik>,
        <http://lexvo.org/id/term/amh/%E1%88%9B%E1%88%AD%E1%89%B2%E1%8A%92%E1%8A%AD>,
        <http://lexvo.org/id/term/ara/%D9%85%D8%A7%D8%B1%D8%AA%D9%8A%D9%86%D9%8A%D9%83>,
        <http://lexvo.org/id/term/asa/Martiniki>,
        <http://lexvo.org/id/term/ast/La%20Martinica>,
        <http://lexvo.org/id/term/aze/Martiniqu>,
        <http://lexvo.org/id/term/bam/Maritiniki>,
        <http://lexvo.org/id/term/bas/M%C3%A0rt%C3%ACn%C3%AEk>,
        <http://lexvo.org/id/term/bel/%D0%9C%D0%B0%D1%80%D1%86%D1%96%D0%BD%D1%96%D0%BA%D0%B0>,
        <http://lexvo.org/id/term/ben/%E0%A6%AE%E0%A6%BE%E0%A6%B0%E0%A7%8D%E0%A6%9F%E0%A6%BF%E0%A6%A8%E0%A6%BF%E0%A6%95>,
        <http://lexvo.org/id/term/bez/Humartiniki>,
        <http://lexvo.org/id/term/bos-Cyrl/%D0%9C%D0%B0%D1%80%D1%82%D0%B8%D0%BD%D0%B8%D0%BA>,
        <http://lexvo.org/id/term/bos/Martinik>,
        <http://lexvo.org/id/term/bre/Martinik>,
        <http://lexvo.org/id/term/brx/%E0%A4%AE%E0%A4%BE%E0%A4%B0%E0%A5%8D%E0%A4%9F%E0%A5%80%E0%A4%A8%E0%A4%BF%E0%A4%95>,
        <http://lexvo.org/id/term/bul/%D0%9C%D0%B0%D1%80%D1%82%D0%B8%D0%BD%D0%B8%D0%BA%D0%B0>,
        <http://lexvo.org/id/term/cat/Martinica>,
        <http://lexvo.org/id/term/ces/Martinik>,
        <http://lexvo.org/id/term/cgg/Martinique>,
        <http://lexvo.org/id/term/chr/%E1%8E%B9%E1%8F%98%E1%8F%82%E1%8E%A8>,
        <http://lexvo.org/id/term/cmn-Hant/%E9%A6%AC%E4%B8%81%E5%B0%BC%E5%85%8B%E5%B3%B6>,
        <http://lexvo.org/id/term/cmn/%E9%A9%AC%E6%8F%90%E5%B0%BC%E5%85%8B>,
        <http://lexvo.org/id/term/cym/Martinique>,
        <http://lexvo.org/id/term/dan/Martinique>,
        <http://lexvo.org/id/term/dav/Martiniki>,
        <http://lexvo.org/id/term/deu/Martinique>,
        <http://lexvo.org/id/term/dje/Martiniiki>,
        <http://lexvo.org/id/term/dzo/%E0%BD%98%E0%BD%B1%E0%BD%A2%E0%BC%8B%E0%BD%8A%E0%BD%B2%E0%BC%8B%E0%BD%93%E0%BD%B2%E0%BD%80>,
        <http://lexvo.org/id/term/ebu/Martiniki>,
        <http://lexvo.org/id/term/ell/%CE%9C%CE%B1%CF%81%CF%84%CE%B9%CE%BD%CE%AF%CE%BA%CE%B1>,
        <http://lexvo.org/id/term/eng-Dsrt/%F0%90%90%A3%F0%90%90%AA%F0%90%91%89%F0%90%90%BB%F0%90%91%8C%F0%90%90%A8%F0%90%90%BF>,
        <http://lexvo.org/id/term/eng/ISO%203166-1%3AMQ>,
        <http://lexvo.org/id/term/eng/Martinique>,
        <http://lexvo.org/id/term/epo/Martiniko>,
        <http://lexvo.org/id/term/est/Martinique>,
        <http://lexvo.org/id/term/eus/Martinika>,
        <http://lexvo.org/id/term/ewe/Martiniki%20nutome>,
        <http://lexvo.org/id/term/ewo/Mar%C9%99tin%C3%ADg>,
        <http://lexvo.org/id/term/fao/Martinique>,
        <http://lexvo.org/id/term/fas/%D9%85%D8%A7%D8%B1%D8%AA%DB%8C%D9%86%DB%8C%DA%A9>,
        <http://lexvo.org/id/term/fil/Martinique>,
        <http://lexvo.org/id/term/fin/Martinique>,
        <http://lexvo.org/id/term/fra/Martinique>,
        <http://lexvo.org/id/term/ful/Martinik>,
        <http://lexvo.org/id/term/fur/Martiniche>,
        <http://lexvo.org/id/term/gla/Mairtinic>,
        <http://lexvo.org/id/term/gle/Martain%C3%ADc>,
        <http://lexvo.org/id/term/glg/Martinica>,
        <http://lexvo.org/id/term/gsw/Martinigg>,
        <http://lexvo.org/id/term/guj/%E0%AA%AE%E0%AA%BE%E0%AA%B0%E0%AB%8D%E0%AA%9F%E0%AB%80%E0%AA%A8%E0%AB%80%E0%AA%95>,
        <http://lexvo.org/id/term/guz/Martiniki>,
        <http://lexvo.org/id/term/hau/Martinik>,
        <http://lexvo.org/id/term/heb/%D7%9E%D7%A8%D7%98%D7%99%D7%A0%D7%99%D7%A7>,
        <http://lexvo.org/id/term/hin/%E0%A4%AE%E0%A4%BE%E0%A4%B0%E0%A5%8D%E0%A4%9F%E0%A5%80%E0%A4%A8%E0%A4%BF%E0%A4%95>,
        <http://lexvo.org/id/term/hrv/Martinik>,
        <http://lexvo.org/id/term/hun/Martinique>,
        <http://lexvo.org/id/term/ind/Martinik>,
        <http://lexvo.org/id/term/isl/Martin%C3%ADk>,
        <http://lexvo.org/id/term/ita/Martinica>,
        <http://lexvo.org/id/term/jmc/Martiniki>,
        <http://lexvo.org/id/term/jpn/%E3%83%9E%E3%83%AB%E3%83%86%E3%82%A3%E3%83%8B%E3%83%BC%E3%82%AF>,
        <http://lexvo.org/id/term/kab/Martinik>,
        <http://lexvo.org/id/term/kal/Martinique>,
        <http://lexvo.org/id/term/kam/Martiniki>,
        <http://lexvo.org/id/term/kan/%E0%B2%AE%E0%B2%BE%E0%B2%B0%E0%B3%8D%E0%B2%9F%E0%B2%BF%E0%B2%A8%E0%B2%BF%E0%B2%95%E0%B3%8D>,
        <http://lexvo.org/id/term/kas/%D9%85%D8%A7%D8%B1%D9%B9%D9%90%D9%86%D9%90%DA%A9>,
        <http://lexvo.org/id/term/kat/%E1%83%9B%E1%83%90%E1%83%A0%E1%83%A2%E1%83%98%E1%83%9C%E1%83%98%E1%83%99%E1%83%98>,
        <http://lexvo.org/id/term/kde/Malitiniki>,
        <http://lexvo.org/id/term/kea/Martinika>,
        <http://lexvo.org/id/term/khm/%E1%9E%98%E1%9F%89%E1%9E%B6%E1%9E%91%E1%9E%B8%E1%9E%93%E1%9E%B8%E1%9E%80>,
        <http://lexvo.org/id/term/khq/Martiniiki>,
        <http://lexvo.org/id/term/kik/Martiniki>,
        <http://lexvo.org/id/term/kln/Emetab%20Martinique>,
        <http://lexvo.org/id/term/kor/%EB%A7%90%ED%8B%B0%EB%8B%88%ED%81%AC>,
        <http://lexvo.org/id/term/ksb/Maltiniki>,
        <http://lexvo.org/id/term/ksf/matin%C3%ADk>,
        <http://lexvo.org/id/term/ksh/Machtinik>,
        <http://lexvo.org/id/term/lag/Maritin%C3%ADiki>,
        <http://lexvo.org/id/term/lao/%E0%BA%A1%E0%BA%B2%E0%BA%95%E0%BA%B4%E0%BA%99%E0%BA%B4%E0%BA%81>,
        <http://lexvo.org/id/term/lav/Martinika>,
        <http://lexvo.org/id/term/lin/Martiniki>,
        <http://lexvo.org/id/term/lit/Martinika>,
        <http://lexvo.org/id/term/lub/Martiniki>,
        <http://lexvo.org/id/term/lug/Maritiniiki>,
        <http://lexvo.org/id/term/luo/Martinique>,
        <http://lexvo.org/id/term/luy/Martiniki>,
        <http://lexvo.org/id/term/mal/%E0%B4%AE%E0%B4%BE%E0%B5%BC%E0%B4%9F%E0%B5%8D%E0%B4%9F%E0%B5%80%E0%B4%A8%E0%B4%BF%E0%B4%95%E0%B5%8D>,
        <http://lexvo.org/id/term/mar/%E0%A4%AE%E0%A4%BE%E0%A4%B0%E0%A5%8D%E0%A4%9F%E0%A4%BF%E0%A4%A8%E0%A4%BF%E0%A4%95>,
        <http://lexvo.org/id/term/mas/Martiniki>,
        <http://lexvo.org/id/term/mer/Martiniki>,
        <http://lexvo.org/id/term/mfe/Martinik>,
        <http://lexvo.org/id/term/mkd/%D0%9C%D0%B0%D1%80%D1%82%D0%B8%D0%BD%D0%B8%D0%BA>,
        <http://lexvo.org/id/term/mlg/Martinika>,
        <http://lexvo.org/id/term/mlt/Martinik>,
        <http://lexvo.org/id/term/mua/Martinika>,
        <http://lexvo.org/id/term/naq/Martinique>,
        <http://lexvo.org/id/term/nde/Martinique>,
        <http://lexvo.org/id/term/nep/%E0%A4%AE%E0%A4%BE%E0%A4%B0%E0%A5%8D%E0%A4%9F%E0%A4%BF%E0%A4%A8%E0%A4%BF%E0%A4%95>,
        <http://lexvo.org/id/term/nld/Martinique>,
        <http://lexvo.org/id/term/nmg/Martinika>,
        <http://lexvo.org/id/term/nno/Martinique>,
        <http://lexvo.org/id/term/nob/Martinique>,
        <http://lexvo.org/id/term/nyn/Martinique>,
        <http://lexvo.org/id/term/ori/%E0%AC%AE%E0%AC%BE%E0%AC%B0%E0%AD%8D%E0%AC%9F%E0%AC%BF%E0%AC%A8%E0%AC%BF%E0%AC%95%E0%AD%8D%E0%AD%9F%E0%AD%81>,
        <http://lexvo.org/id/term/pol/Martynika>,
        <http://lexvo.org/id/term/por/Martinica>,
        <http://lexvo.org/id/term/rof/Martiniki>,
        <http://lexvo.org/id/term/roh/Martinique>,
        <http://lexvo.org/id/term/ron/Martinica>,
        <http://lexvo.org/id/term/run/Maritiniki>,
        <http://lexvo.org/id/term/rus/%D0%9C%D0%B0%D1%80%D1%82%D0%B8%D0%BD%D0%B8%D0%BA%D0%B0>,
        <http://lexvo.org/id/term/rwk/Martiniki>,
        <http://lexvo.org/id/term/sag/M%C3%A4rt%C3%AFn%C3%AEki>,
        <http://lexvo.org/id/term/saq/Martiniki>,
        <http://lexvo.org/id/term/sbp/Malitiniki>,
        <http://lexvo.org/id/term/seh/Martinica>,
        <http://lexvo.org/id/term/ses/Martiniiki>,
        <http://lexvo.org/id/term/shi-Latn/martinik>,
        <http://lexvo.org/id/term/shi/%E2%B5%8E%E2%B4%B0%E2%B5%94%E2%B5%9C%E2%B5%89%E2%B5%8F%E2%B5%89%E2%B4%BD>,
        <http://lexvo.org/id/term/sin/%E0%B6%B8%E0%B6%BB%E0%B7%8A%E0%B6%A7%E0%B7%92%E0%B6%B1%E0%B7%92%E0%B6%9A%E0%B7%8A>,
        <http://lexvo.org/id/term/slk/Martinik>,
        <http://lexvo.org/id/term/slv/Martinik>,
        <http://lexvo.org/id/term/sme/Martinique>,
        <http://lexvo.org/id/term/sna/Martinique>,
        <http://lexvo.org/id/term/som/Martinique>,
        <http://lexvo.org/id/term/spa/Martinica>,
        <http://lexvo.org/id/term/srp-Latn/Martinik>,
        <http://lexvo.org/id/term/srp/%D0%9C%D0%B0%D1%80%D1%82%D0%B8%D0%BD%D0%B8%D0%BA>,
        <http://lexvo.org/id/term/swc/Martiniki>,
        <http://lexvo.org/id/term/swe/Martinique>,
        <http://lexvo.org/id/term/swh/Martiniki>,
        <http://lexvo.org/id/term/tam/%E0%AE%AE%E0%AE%BE%E0%AE%B0%E0%AF%8D%E0%AE%9F%E0%AE%BF%E0%AE%A9%E0%AE%BF%E0%AE%95%E0%AF%8D>,
        <http://lexvo.org/id/term/tel/%E0%B0%AE%E0%B0%BE%E0%B0%B0%E0%B1%8D%E0%B0%9F%E0%B0%BF%E0%B0%A8%E0%B0%BF%E0%B0%95%E0%B1%8D>,
        <http://lexvo.org/id/term/teo/Martiniki>,
        <http://lexvo.org/id/term/tha/%E0%B8%A1%E0%B8%B2%E0%B8%A3%E0%B9%8C%E0%B8%95%E0%B8%B4%E0%B8%99%E0%B8%B5%E0%B8%81>,
        <http://lexvo.org/id/term/tir/%E1%88%9B%E1%88%AD%E1%89%B2%E1%8A%92%E1%8A%AD>,
        <http://lexvo.org/id/term/ton/Mateniki>,
        <http://lexvo.org/id/term/tur/Martinik>,
        <http://lexvo.org/id/term/twq/Martiniiki>,
        <http://lexvo.org/id/term/tzm/Martinik>,
        <http://lexvo.org/id/term/ukr/%D0%9C%D0%B0%D1%80%D1%82%D0%B8%D0%BD%D1%96%D0%BA%D0%B0>,
        <http://lexvo.org/id/term/urd/%D9%85%D8%A7%D8%B1%D9%B9%DB%8C%D9%86%DA%A9>,
        <http://lexvo.org/id/term/vai-Latn/Matiniki>,
        <http://lexvo.org/id/term/vai/%EA%95%AE%EA%94%B3%EA%95%87%EA%95%83>,
        <http://lexvo.org/id/term/vie/Martinique>,
        <http://lexvo.org/id/term/vun/Martiniki>,
        <http://lexvo.org/id/term/wae/Martinique>,
        <http://lexvo.org/id/term/xog/Maritiniiki>,
        <http://lexvo.org/id/term/yav/maltin%C3%ADik>,
        <http://lexvo.org/id/term/yor/Or%C3%ADl%E1%BA%B9%CC%81%C3%A8de%20Matinikuwi>,
        <http://lexvo.org/id/term/zsm/Martinique>,
        <http://lexvo.org/id/term/zul/i-Martinique> ;
    owl:sameAs <http://psi.oasis-open.org/iso/3166/#474>,
        <http://sws.geonames.org/3570311/> .

<http://lexvo.org/id/iso3166/MR> a lvont:GeographicRegion ;
    rdfs:label "Mouritanië"@af,
        "Mùlètanyìa"@agq,
        "Mɔretenia"@ak,
        "ሞሪቴኒያ"@am,
        "موريتانيا"@ar,
        "Moritania"@asa,
        "Mauritania"@ast,
        "Mavritaniya"@az,
        "Mòrìtanìà"@bas,
        "Маўрытанія"@be,
        "Humolitania"@bez,
        "Мавритания"@bg,
        "Mɔritani"@bm,
        "মরিতানিয়া"@bn,
        "མཽ་རི་ཏ་ནི་ཡ།"@bo,
        "Maouritania"@br,
        "मॉरिटेनिया"@brx,
        "Mauritanija"@bs,
        "Мауританија"@bs-Cyrl,
        "ሞሪቴኒያ"@byn,
        "Mauritània"@ca,
        "Mauriteeniya"@cgg,
        "ᎹᏘᎢᏯ"@chr,
        "毛里塔尼亚"@cmn,
        "茅利塔尼亞"@cmn-Hant,
        "Mauritánie"@cs,
        "Mawritania"@cy,
        "Mauretanien"@da,
        "Moritania"@dav,
        "Mauretanien"@de,
        "Mooritaani"@dje,
        "མོ་རི་ཊེ་ནི་ཡ"@dz,
        "Moritania"@ebu,
        "Mauritania nutome"@ee,
        "Μαυριτανία"@el,
        "ISO 3166-1:MR"@en,
        "Mauritania"@en,
        "𐐣𐐱𐑉𐐲𐐻𐐩𐑌𐐨𐐲"@en-Dsrt,
        "Maŭritanujo"@eo,
        "Mauritania"@es,
        "Mauritaania"@et,
        "Mauritania"@eu,
        "Moritaní"@ewo,
        "موریتانی"@fa,
        "موریتانیا"@fa,
        "Muritani"@ff,
        "Mauritania"@fi,
        "Mauritania"@fil,
        "Móritania"@fo,
        "Mauritanie"@fr,
        "Mauritanie"@fur,
        "An Mharatáin"@ga,
        "Moratàinea"@gd,
        "Mauritania"@gl,
        "Mauretaanie"@gsw,
        "મૌરિટાનિયા"@gu,
        "Moritania"@guz,
        "Moritaniya"@ha,
        "מאוריטניה"@he,
        "मॉरिटानिया"@hi,
        "Mauritanija"@hr,
        "Mauritánia"@hu,
        "Մավրիտանիա"@hy,
        "Mauritania"@ia,
        "Mauritania"@id,
        "Máritanía"@is,
        "Mauritania"@it,
        "モーリタニア"@ja,
        "Mɔlitanî"@jgo,
        "Moritania"@jmc,
        "მავრიტანია"@ka,
        "Muriṭanya"@kab,
        "Moritania"@kam,
        "Molitania"@kde,
        "Mauritania"@kea,
        "Mooritaani"@khq,
        "Moritania"@ki,
        "Mauritania"@kl,
        "Emetab Mauritania"@kln,
        "ម៉ូរីតានី"@km,
        "ಮಾರಿಟಾನಿಯಾ"@kn,
        "모리타니"@ko,
        "مارٕٹانِیا"@ks,
        "Maulitania"@ksb,
        "mwaritaní"@ksf,
        "Mautitaanije"@ksh,
        "Moritánia"@lag,
        "Mawulitenya"@lg,
        "Moritani"@ln,
        "ມໍລິກທາເນຍ"@lo,
        "Mauritanija"@lt,
        "Moritani"@lu,
        "Mauritania"@luo,
        "Moritania"@luy,
        "Mauritānija"@lv,
        "Moritania"@mas,
        "Mauritania"@mer,
        "Moritani"@mfe,
        "Maoritania"@mg,
        "Мавританија"@mk,
        "മൗറിറ്റാനിയ"@ml,
        "मॉरिटानिया"@mr,
        "Mawritanja"@mt,
        "Mauritaniya"@mua,
        "Mauritania"@naq,
        "Mauritania"@nb,
        "Mauritania"@nd,
        "माउरिटानिया"@ne,
        "Mauritanië"@nl,
        "Moritania"@nmg,
        "Mauritania"@nn,
        "Mauriteeniya"@nyn,
        "ମାଉରିଟାନିଆ"@or,
        "Mauretania"@pl,
        "Mauritânia"@pt,
        "Mauretania"@rm,
        "Moritaniya"@rn,
        "Mauritania"@ro,
        "Moritania"@rof,
        "Мавритания"@ru,
        "Moritania"@rwk,
        "Moritania"@saq,
        "Molitaniya"@sbp,
        "Mauretánia"@se,
        "Mauritânia"@seh,
        "Mooritaani"@ses,
        "Moritanïi"@sg,
        "ⵎⵓⵕⵉⵟⴰⵏⵢⴰ"@shi,
        "muṛiṭanya"@shi-Latn,
        "මාර්ටිනික්"@si,
        "Mauritánia"@sk,
        "Mavretanija"@sl,
        "Mauritania"@sn,
        "Muritaaniya"@so,
        "Mauritani"@sq,
        "Мауританија"@sr,
        "Mauritanija"@sr-Latn,
        "Mauretanien"@sv,
        "Moritania"@swc,
        "Moritania"@swh,
        "மௌரிடானியா"@ta,
        "మౌరిటేనియా"@te,
        "Moritania"@teo,
        "มอริเตเนีย"@th,
        "ሞሪቴኒያ"@ti,
        "ሞሪቴኒያ"@tig,
        "Maulitenia"@to,
        "Moritanya"@tr,
        "Mooritaani"@twq,
        "Muritanya"@tzm,
        "Мавританія"@uk,
        "موریطانیہ"@ur,
        "ꗞꔓꔎꕇꕰ"@vai,
        "Mɔretaninya"@vai-Latn,
        "Mauritania"@vi,
        "Moritania"@vun,
        "Mauretanie"@wae,
        "ሞሪቴኒያ"@wal,
        "Mawulitenya"@xog,
        "molitaní"@yav,
        "Orílẹ́ède Maritania"@yo,
        "Mauritania"@zsm,
        "i-Mauritania"@zu ;
    lvont:label <http://lexvo.org/id/term/afr/Mouritani%C3%AB>,
        <http://lexvo.org/id/term/agq/M%C3%B9l%C3%A8tany%C3%ACa>,
        <http://lexvo.org/id/term/aka/M%C9%94retenia>,
        <http://lexvo.org/id/term/amh/%E1%88%9E%E1%88%AA%E1%89%B4%E1%8A%92%E1%8B%AB>,
        <http://lexvo.org/id/term/ara/%D9%85%D9%88%D8%B1%D9%8A%D8%AA%D8%A7%D9%86%D9%8A%D8%A7>,
        <http://lexvo.org/id/term/asa/Moritania>,
        <http://lexvo.org/id/term/ast/Mauritania>,
        <http://lexvo.org/id/term/aze/Mavritaniya>,
        <http://lexvo.org/id/term/bam/M%C9%94ritani>,
        <http://lexvo.org/id/term/bas/M%C3%B2r%C3%ACtan%C3%AC%C3%A0>,
        <http://lexvo.org/id/term/bel/%D0%9C%D0%B0%D1%9E%D1%80%D1%8B%D1%82%D0%B0%D0%BD%D1%96%D1%8F>,
        <http://lexvo.org/id/term/ben/%E0%A6%AE%E0%A6%B0%E0%A6%BF%E0%A6%A4%E0%A6%BE%E0%A6%A8%E0%A6%BF%E0%A6%AF%E0%A6%BC%E0%A6%BE>,
        <http://lexvo.org/id/term/bez/Humolitania>,
        <http://lexvo.org/id/term/bod/%E0%BD%98%E0%BD%BD%E0%BC%8B%E0%BD%A2%E0%BD%B2%E0%BC%8B%E0%BD%8F%E0%BC%8B%E0%BD%93%E0%BD%B2%E0%BC%8B%E0%BD%A1%E0%BC%8D>,
        <http://lexvo.org/id/term/bos-Cyrl/%D0%9C%D0%B0%D1%83%D1%80%D0%B8%D1%82%D0%B0%D0%BD%D0%B8%D1%98%D0%B0>,
        <http://lexvo.org/id/term/bos/Mauritanija>,
        <http://lexvo.org/id/term/bre/Maouritania>,
        <http://lexvo.org/id/term/brx/%E0%A4%AE%E0%A5%89%E0%A4%B0%E0%A4%BF%E0%A4%9F%E0%A5%87%E0%A4%A8%E0%A4%BF%E0%A4%AF%E0%A4%BE>,
        <http://lexvo.org/id/term/bul/%D0%9C%D0%B0%D0%B2%D1%80%D0%B8%D1%82%D0%B0%D0%BD%D0%B8%D1%8F>,
        <http://lexvo.org/id/term/byn/%E1%88%9E%E1%88%AA%E1%89%B4%E1%8A%92%E1%8B%AB>,
        <http://lexvo.org/id/term/cat/Maurit%C3%A0nia>,
        <http://lexvo.org/id/term/ces/Maurit%C3%A1nie>,
        <http://lexvo.org/id/term/cgg/Mauriteeniya>,
        <http://lexvo.org/id/term/chr/%E1%8E%B9%E1%8F%98%E1%8E%A2%E1%8F%AF>,
        <http://lexvo.org/id/term/cmn-Hant/%E8%8C%85%E5%88%A9%E5%A1%94%E5%B0%BC%E4%BA%9E>,
        <http://lexvo.org/id/term/cmn/%E6%AF%9B%E9%87%8C%E5%A1%94%E5%B0%BC%E4%BA%9A>,
        <http://lexvo.org/id/term/cym/Mawritania>,
        <http://lexvo.org/id/term/dan/Mauretanien>,
        <http://lexvo.org/id/term/dav/Moritania>,
        <http://lexvo.org/id/term/deu/Mauretanien>,
        <http://lexvo.org/id/term/dje/Mooritaani>,
        <http://lexvo.org/id/term/dzo/%E0%BD%98%E0%BD%BC%E0%BC%8B%E0%BD%A2%E0%BD%B2%E0%BC%8B%E0%BD%8A%E0%BD%BA%E0%BC%8B%E0%BD%93%E0%BD%B2%E0%BC%8B%E0%BD%A1>,
        <http://lexvo.org/id/term/ebu/Moritania>,
        <http://lexvo.org/id/term/ell/%CE%9C%CE%B1%CF%85%CF%81%CE%B9%CF%84%CE%B1%CE%BD%CE%AF%CE%B1>,
        <http://lexvo.org/id/term/eng-Dsrt/%F0%90%90%A3%F0%90%90%B1%F0%90%91%89%F0%90%90%B2%F0%90%90%BB%F0%90%90%A9%F0%90%91%8C%F0%90%90%A8%F0%90%90%B2>,
        <http://lexvo.org/id/term/eng/ISO%203166-1%3AMR>,
        <http://lexvo.org/id/term/eng/Mauritania>,
        <http://lexvo.org/id/term/epo/Ma%C5%ADritanujo>,
        <http://lexvo.org/id/term/est/Mauritaania>,
        <http://lexvo.org/id/term/eus/Mauritania>,
        <http://lexvo.org/id/term/ewe/Mauritania%20nutome>,
        <http://lexvo.org/id/term/ewo/Moritan%C3%AD>,
        <http://lexvo.org/id/term/fao/M%C3%B3ritania>,
        <http://lexvo.org/id/term/fas/%D9%85%D9%88%D8%B1%DB%8C%D8%AA%D8%A7%D9%86%DB%8C>,
        <http://lexvo.org/id/term/fas/%D9%85%D9%88%D8%B1%DB%8C%D8%AA%D8%A7%D9%86%DB%8C%D8%A7>,
        <http://lexvo.org/id/term/fil/Mauritania>,
        <http://lexvo.org/id/term/fin/Mauritania>,
        <http://lexvo.org/id/term/fra/Mauritanie>,
        <http://lexvo.org/id/term/ful/Muritani>,
        <http://lexvo.org/id/term/fur/Mauritanie>,
        <http://lexvo.org/id/term/gla/Morat%C3%A0inea>,
        <http://lexvo.org/id/term/gle/An%20Mharat%C3%A1in>,
        <http://lexvo.org/id/term/glg/Mauritania>,
        <http://lexvo.org/id/term/gsw/Mauretaanie>,
        <http://lexvo.org/id/term/guj/%E0%AA%AE%E0%AB%8C%E0%AA%B0%E0%AA%BF%E0%AA%9F%E0%AA%BE%E0%AA%A8%E0%AA%BF%E0%AA%AF%E0%AA%BE>,
        <http://lexvo.org/id/term/guz/Moritania>,
        <http://lexvo.org/id/term/hau/Moritaniya>,
        <http://lexvo.org/id/term/heb/%D7%9E%D7%90%D7%95%D7%A8%D7%99%D7%98%D7%A0%D7%99%D7%94>,
        <http://lexvo.org/id/term/hin/%E0%A4%AE%E0%A5%89%E0%A4%B0%E0%A4%BF%E0%A4%9F%E0%A4%BE%E0%A4%A8%E0%A4%BF%E0%A4%AF%E0%A4%BE>,
        <http://lexvo.org/id/term/hrv/Mauritanija>,
        <http://lexvo.org/id/term/hun/Maurit%C3%A1nia>,
        <http://lexvo.org/id/term/hye/%D5%84%D5%A1%D5%BE%D6%80%D5%AB%D5%BF%D5%A1%D5%B6%D5%AB%D5%A1>,
        <http://lexvo.org/id/term/ina/Mauritania>,
        <http://lexvo.org/id/term/ind/Mauritania>,
        <http://lexvo.org/id/term/isl/M%C3%A1ritan%C3%ADa>,
        <http://lexvo.org/id/term/ita/Mauritania>,
        <http://lexvo.org/id/term/jgo/M%C9%94litan%C3%AE>,
        <http://lexvo.org/id/term/jmc/Moritania>,
        <http://lexvo.org/id/term/jpn/%E3%83%A2%E3%83%BC%E3%83%AA%E3%82%BF%E3%83%8B%E3%82%A2>,
        <http://lexvo.org/id/term/kab/Muri%E1%B9%ADanya>,
        <http://lexvo.org/id/term/kal/Mauritania>,
        <http://lexvo.org/id/term/kam/Moritania>,
        <http://lexvo.org/id/term/kan/%E0%B2%AE%E0%B2%BE%E0%B2%B0%E0%B2%BF%E0%B2%9F%E0%B2%BE%E0%B2%A8%E0%B2%BF%E0%B2%AF%E0%B2%BE>,
        <http://lexvo.org/id/term/kas/%D9%85%D8%A7%D8%B1%D9%95%D9%B9%D8%A7%D9%86%D9%90%DB%8C%D8%A7>,
        <http://lexvo.org/id/term/kat/%E1%83%9B%E1%83%90%E1%83%95%E1%83%A0%E1%83%98%E1%83%A2%E1%83%90%E1%83%9C%E1%83%98%E1%83%90>,
        <http://lexvo.org/id/term/kde/Molitania>,
        <http://lexvo.org/id/term/kea/Mauritania>,
        <http://lexvo.org/id/term/khm/%E1%9E%98%E1%9F%89%E1%9E%BC%E1%9E%9A%E1%9E%B8%E1%9E%8F%E1%9E%B6%E1%9E%93%E1%9E%B8>,
        <http://lexvo.org/id/term/khq/Mooritaani>,
        <http://lexvo.org/id/term/kik/Moritania>,
        <http://lexvo.org/id/term/kln/Emetab%20Mauritania>,
        <http://lexvo.org/id/term/kor/%EB%AA%A8%EB%A6%AC%ED%83%80%EB%8B%88>,
        <http://lexvo.org/id/term/ksb/Maulitania>,
        <http://lexvo.org/id/term/ksf/mwaritan%C3%AD>,
        <http://lexvo.org/id/term/ksh/Mautitaanije>,
        <http://lexvo.org/id/term/lag/Morit%C3%A1nia>,
        <http://lexvo.org/id/term/lao/%E0%BA%A1%E0%BB%8D%E0%BA%A5%E0%BA%B4%E0%BA%81%E0%BA%97%E0%BA%B2%E0%BB%80%E0%BA%99%E0%BA%8D>,
        <http://lexvo.org/id/term/lav/Maurit%C4%81nija>,
        <http://lexvo.org/id/term/lin/Moritani>,
        <http://lexvo.org/id/term/lit/Mauritanija>,
        <http://lexvo.org/id/term/lub/Moritani>,
        <http://lexvo.org/id/term/lug/Mawulitenya>,
        <http://lexvo.org/id/term/luo/Mauritania>,
        <http://lexvo.org/id/term/luy/Moritania>,
        <http://lexvo.org/id/term/mal/%E0%B4%AE%E0%B5%97%E0%B4%B1%E0%B4%BF%E0%B4%B1%E0%B5%8D%E0%B4%B1%E0%B4%BE%E0%B4%A8%E0%B4%BF%E0%B4%AF>,
        <http://lexvo.org/id/term/mar/%E0%A4%AE%E0%A5%89%E0%A4%B0%E0%A4%BF%E0%A4%9F%E0%A4%BE%E0%A4%A8%E0%A4%BF%E0%A4%AF%E0%A4%BE>,
        <http://lexvo.org/id/term/mas/Moritania>,
        <http://lexvo.org/id/term/mer/Mauritania>,
        <http://lexvo.org/id/term/mfe/Moritani>,
        <http://lexvo.org/id/term/mkd/%D0%9C%D0%B0%D0%B2%D1%80%D0%B8%D1%82%D0%B0%D0%BD%D0%B8%D1%98%D0%B0>,
        <http://lexvo.org/id/term/mlg/Maoritania>,
        <http://lexvo.org/id/term/mlt/Mawritanja>,
        <http://lexvo.org/id/term/mua/Mauritaniya>,
        <http://lexvo.org/id/term/naq/Mauritania>,
        <http://lexvo.org/id/term/nde/Mauritania>,
        <http://lexvo.org/id/term/nep/%E0%A4%AE%E0%A4%BE%E0%A4%89%E0%A4%B0%E0%A4%BF%E0%A4%9F%E0%A4%BE%E0%A4%A8%E0%A4%BF%E0%A4%AF%E0%A4%BE>,
        <http://lexvo.org/id/term/nld/Mauritani%C3%AB>,
        <http://lexvo.org/id/term/nmg/Moritania>,
        <http://lexvo.org/id/term/nno/Mauritania>,
        <http://lexvo.org/id/term/nob/Mauritania>,
        <http://lexvo.org/id/term/nyn/Mauriteeniya>,
        <http://lexvo.org/id/term/ori/%E0%AC%AE%E0%AC%BE%E0%AC%89%E0%AC%B0%E0%AC%BF%E0%AC%9F%E0%AC%BE%E0%AC%A8%E0%AC%BF%E0%AC%86>,
        <http://lexvo.org/id/term/pol/Mauretania>,
        <http://lexvo.org/id/term/por/Maurit%C3%A2nia>,
        <http://lexvo.org/id/term/rof/Moritania>,
        <http://lexvo.org/id/term/roh/Mauretania>,
        <http://lexvo.org/id/term/ron/Mauritania>,
        <http://lexvo.org/id/term/run/Moritaniya>,
        <http://lexvo.org/id/term/rus/%D0%9C%D0%B0%D0%B2%D1%80%D0%B8%D1%82%D0%B0%D0%BD%D0%B8%D1%8F>,
        <http://lexvo.org/id/term/rwk/Moritania>,
        <http://lexvo.org/id/term/sag/Moritan%C3%AFi>,
        <http://lexvo.org/id/term/saq/Moritania>,
        <http://lexvo.org/id/term/sbp/Molitaniya>,
        <http://lexvo.org/id/term/seh/Maurit%C3%A2nia>,
        <http://lexvo.org/id/term/ses/Mooritaani>,
        <http://lexvo.org/id/term/shi-Latn/mu%E1%B9%9Bi%E1%B9%ADanya>,
        <http://lexvo.org/id/term/shi/%E2%B5%8E%E2%B5%93%E2%B5%95%E2%B5%89%E2%B5%9F%E2%B4%B0%E2%B5%8F%E2%B5%A2%E2%B4%B0>,
        <http://lexvo.org/id/term/sin/%E0%B6%B8%E0%B7%8F%E0%B6%BB%E0%B7%8A%E0%B6%A7%E0%B7%92%E0%B6%B1%E0%B7%92%E0%B6%9A%E0%B7%8A>,
        <http://lexvo.org/id/term/slk/Maurit%C3%A1nia>,
        <http://lexvo.org/id/term/slv/Mavretanija>,
        <http://lexvo.org/id/term/sme/Mauret%C3%A1nia>,
        <http://lexvo.org/id/term/sna/Mauritania>,
        <http://lexvo.org/id/term/som/Muritaaniya>,
        <http://lexvo.org/id/term/spa/Mauritania>,
        <http://lexvo.org/id/term/sqi/Mauritani>,
        <http://lexvo.org/id/term/srp-Latn/Mauritanija>,
        <http://lexvo.org/id/term/srp/%D0%9C%D0%B0%D1%83%D1%80%D0%B8%D1%82%D0%B0%D0%BD%D0%B8%D1%98%D0%B0>,
        <http://lexvo.org/id/term/swc/Moritania>,
        <http://lexvo.org/id/term/swe/Mauretanien>,
        <http://lexvo.org/id/term/swh/Moritania>,
        <http://lexvo.org/id/term/tam/%E0%AE%AE%E0%AF%8C%E0%AE%B0%E0%AE%BF%E0%AE%9F%E0%AE%BE%E0%AE%A9%E0%AE%BF%E0%AE%AF%E0%AE%BE>,
        <http://lexvo.org/id/term/tel/%E0%B0%AE%E0%B1%8C%E0%B0%B0%E0%B0%BF%E0%B0%9F%E0%B1%87%E0%B0%A8%E0%B0%BF%E0%B0%AF%E0%B0%BE>,
        <http://lexvo.org/id/term/teo/Moritania>,
        <http://lexvo.org/id/term/tha/%E0%B8%A1%E0%B8%AD%E0%B8%A3%E0%B8%B4%E0%B9%80%E0%B8%95%E0%B9%80%E0%B8%99%E0%B8%B5%E0%B8%A2>,
        <http://lexvo.org/id/term/tig/%E1%88%9E%E1%88%AA%E1%89%B4%E1%8A%92%E1%8B%AB>,
        <http://lexvo.org/id/term/tir/%E1%88%9E%E1%88%AA%E1%89%B4%E1%8A%92%E1%8B%AB>,
        <http://lexvo.org/id/term/ton/Maulitenia>,
        <http://lexvo.org/id/term/tur/Moritanya>,
        <http://lexvo.org/id/term/twq/Mooritaani>,
        <http://lexvo.org/id/term/tzm/Muritanya>,
        <http://lexvo.org/id/term/ukr/%D0%9C%D0%B0%D0%B2%D1%80%D0%B8%D1%82%D0%B0%D0%BD%D1%96%D1%8F>,
        <http://lexvo.org/id/term/urd/%D9%85%D9%88%D8%B1%DB%8C%D8%B7%D8%A7%D9%86%DB%8C%DB%81>,
        <http://lexvo.org/id/term/vai-Latn/M%C9%94retaninya>,
        <http://lexvo.org/id/term/vai/%EA%97%9E%EA%94%93%EA%94%8E%EA%95%87%EA%95%B0>,
        <http://lexvo.org/id/term/vie/Mauritania>,
        <http://lexvo.org/id/term/vun/Moritania>,
        <http://lexvo.org/id/term/wae/Mauretanie>,
        <http://lexvo.org/id/term/wal/%E1%88%9E%E1%88%AA%E1%89%B4%E1%8A%92%E1%8B%AB>,
        <http://lexvo.org/id/term/xog/Mawulitenya>,
        <http://lexvo.org/id/term/yav/molitan%C3%AD>,
        <http://lexvo.org/id/term/yor/Or%C3%ADl%E1%BA%B9%CC%81%C3%A8de%20Maritania>,
        <http://lexvo.org/id/term/zsm/Mauritania>,
        <http://lexvo.org/id/term/zul/i-Mauritania> ;
    owl:sameAs <http://psi.oasis-open.org/iso/3166/#478>,
        <http://sws.geonames.org/2378080/> .

<http://lexvo.org/id/iso3166/MS> a lvont:GeographicRegion ;
    rdfs:label "Montserrat"@af,
        "Mùŋtselà"@agq,
        "Mantserat"@ak,
        "ሞንትሴራት"@am,
        "مونتسرات"@ar,
        "Monttherrati"@asa,
        "Montserrat"@ast,
        "Montserat"@az,
        "Mɔ̀ŋseràt"@bas,
        "Монсэрат"@be,
        "Humontserrati"@bez,
        "Монсерат"@bg,
        "Moŋsera"@bm,
        "মন্টসেরাট"@bn,
        "Montserrat"@br,
        "मॉंसेरा"@brx,
        "Monserat"@bs,
        "Монсерат"@bs-Cyrl,
        "Montserrat"@ca,
        "Montserrati"@cgg,
        "ᎹᏂᏘᏌᎳᏗ"@chr,
        "蒙塞拉特"@cmn,
        "蒙特色拉特島"@cmn-Hant,
        "Montserrat"@cs,
        "Montserrat"@cy,
        "Montserrat"@da,
        "Montserrati"@dav,
        "Montserrat"@de,
        "Montserrat"@dje,
        "མོན་ས་རཊ"@dz,
        "Montserrati"@ebu,
        "Montserrat nutome"@ee,
        "Μονσεράτ"@el,
        "ISO 3166-1:MS"@en,
        "Montserrat"@en,
        "𐐣𐐪𐑌𐐻𐑅𐐲𐑉𐐪𐐻"@en-Dsrt,
        "Montserrat"@es,
        "Montserrat"@et,
        "Montserrat"@eu,
        "Mɔ́ntserád"@ewo,
        "مونت‌سرات"@fa,
        "Monseraat"@ff,
        "Montserrat"@fi,
        "Montserrat"@fil,
        "Montserrat"@fo,
        "Montserrat"@fr,
        "Montserrat"@fur,
        "Montsarat"@ga,
        "Montsarat"@gd,
        "Montserrat"@gl,
        "Moosörrat"@gsw,
        "મોંટસેરાત"@gu,
        "Montserrati"@guz,
        "Manserati"@ha,
        "מונסראט"@he,
        "मॉन्ट्सेराट"@hi,
        "Montserat"@hr,
        "Montserrat"@hu,
        "Montserrat"@id,
        "Montserrat"@is,
        "Montserrat"@it,
        "モントセラト"@ja,
        "Montserrati"@jmc,
        "მონსერატი"@ka,
        "Munsirat"@kab,
        "Montserrati"@kam,
        "Monselati"@kde,
        "Monserat"@kea,
        "Montserrat"@khq,
        "Montserrati"@ki,
        "Montserrat"@kl,
        "Emetab Montserrat"@kln,
        "ម៉ុង​សេរ៉ង់"@km,
        "ಮಾಂಟ್‌ಸೆರೇಟ್"@kn,
        "몬트세라트"@ko,
        "مانٛٹسیراٹ"@ks,
        "Montselati"@ksb,
        "mɔnsɛrat"@ksf,
        "Mongßerrat"@ksh,
        "Monteráati"@lag,
        "Monteseraati"@lg,
        "Mɔsera"@ln,
        "ມອນເຊີລາດ"@lo,
        "Montseratas"@lt,
        "Musera"@lu,
        "Montserrat"@luo,
        "Montserrati"@luy,
        "Montserrata"@lv,
        "Montserrati"@mas,
        "Montserrati"@mer,
        "Montsera"@mfe,
        "Montserrat"@mg,
        "Монсерат"@mk,
        "മോണ്ട്സെറാറ്റ്"@ml,
        "मॉन्ट्सेराट"@mr,
        "Montserrat"@mt,
        "Sǝr Montserrat"@mua,
        "Montserrat"@naq,
        "Montserrat"@nb,
        "Montserrat"@nd,
        "मोन्टसेर्राट"@ne,
        "Montserrat"@nl,
        "Mɔnserrat"@nmg,
        "Montserrat"@nn,
        "Montserrati"@nyn,
        "ମଣ୍ଟେସେରାଟ୍"@or,
        "Montserrat"@pl,
        "Monserrate"@pt,
        "Montserrat"@pt,
        "Montserrat"@rm,
        "Monteserati"@rn,
        "Montserrat"@ro,
        "Montserrati"@rof,
        "Монтсеррат"@ru,
        "Montserrati"@rwk,
        "Montserrati"@saq,
        "Monitiselati"@sbp,
        "Montserrat"@se,
        "Montserrat"@seh,
        "Montserrat"@ses,
        "Monserâte"@sg,
        "ⵎⵓⵏⵙⵉⵔⴰⵜ"@shi,
        "munsirat"@shi-Latn,
        "මොන්සෙරාට්"@si,
        "Montserrat"@sk,
        "Montserrat"@sl,
        "Montserrat"@sn,
        "Montserrat"@so,
        "Монсерат"@sr,
        "Monserat"@sr-Latn,
        "Montserrat"@sv,
        "Montserrati"@swc,
        "Montserrati"@swh,
        "மௌன்ட்செராட்"@ta,
        "మోంట్సేర్రాట్"@te,
        "Montserrati"@teo,
        "มอนต์เซอร์รัต"@th,
        "ሞንትሴራት"@ti,
        "Moʻungaselati"@to,
        "Montserrat"@tr,
        "Montserrat"@twq,
        "Muntsirra"@tzm,
        "Монсеррат"@uk,
        "مونٹسیراٹ"@ur,
        "ꗞꘋꔖꕟꔳ"@vai,
        "Mɔserati"@vai-Latn,
        "Montserrat"@vi,
        "Montserrati"@vun,
        "Monserrat"@wae,
        "Monteseraati"@xog,
        "mɔŋsilá"@yav,
        "Orílẹ́ède Motserati"@yo,
        "Montserrat"@zsm,
        "i-Montserrat"@zu ;
    lvont:label <http://lexvo.org/id/term/afr/Montserrat>,
        <http://lexvo.org/id/term/agq/M%C3%B9%C5%8Btsel%C3%A0>,
        <http://lexvo.org/id/term/aka/Mantserat>,
        <http://lexvo.org/id/term/amh/%E1%88%9E%E1%8A%95%E1%89%B5%E1%88%B4%E1%88%AB%E1%89%B5>,
        <http://lexvo.org/id/term/ara/%D9%85%D9%88%D9%86%D8%AA%D8%B3%D8%B1%D8%A7%D8%AA>,
        <http://lexvo.org/id/term/asa/Monttherrati>,
        <http://lexvo.org/id/term/ast/Montserrat>,
        <http://lexvo.org/id/term/aze/Montserat>,
        <http://lexvo.org/id/term/bam/Mo%C5%8Bsera>,
        <http://lexvo.org/id/term/bas/M%C9%94%CC%80%C5%8Bser%C3%A0t>,
        <http://lexvo.org/id/term/bel/%D0%9C%D0%BE%D0%BD%D1%81%D1%8D%D1%80%D0%B0%D1%82>,
        <http://lexvo.org/id/term/ben/%E0%A6%AE%E0%A6%A8%E0%A7%8D%E0%A6%9F%E0%A6%B8%E0%A7%87%E0%A6%B0%E0%A6%BE%E0%A6%9F>,
        <http://lexvo.org/id/term/bez/Humontserrati>,
        <http://lexvo.org/id/term/bos-Cyrl/%D0%9C%D0%BE%D0%BD%D1%81%D0%B5%D1%80%D0%B0%D1%82>,
        <http://lexvo.org/id/term/bos/Monserat>,
        <http://lexvo.org/id/term/bre/Montserrat>,
        <http://lexvo.org/id/term/brx/%E0%A4%AE%E0%A5%89%E0%A4%82%E0%A4%B8%E0%A5%87%E0%A4%B0%E0%A4%BE>,
        <http://lexvo.org/id/term/bul/%D0%9C%D0%BE%D0%BD%D1%81%D0%B5%D1%80%D0%B0%D1%82>,
        <http://lexvo.org/id/term/cat/Montserrat>,
        <http://lexvo.org/id/term/ces/Montserrat>,
        <http://lexvo.org/id/term/cgg/Montserrati>,
        <http://lexvo.org/id/term/chr/%E1%8E%B9%E1%8F%82%E1%8F%98%E1%8F%8C%E1%8E%B3%E1%8F%97>,
        <http://lexvo.org/id/term/cmn-Hant/%E8%92%99%E7%89%B9%E8%89%B2%E6%8B%89%E7%89%B9%E5%B3%B6>,
        <http://lexvo.org/id/term/cmn/%E8%92%99%E5%A1%9E%E6%8B%89%E7%89%B9>,
        <http://lexvo.org/id/term/cym/Montserrat>,
        <http://lexvo.org/id/term/dan/Montserrat>,
        <http://lexvo.org/id/term/dav/Montserrati>,
        <http://lexvo.org/id/term/deu/Montserrat>,
        <http://lexvo.org/id/term/dje/Montserrat>,
        <http://lexvo.org/id/term/dzo/%E0%BD%98%E0%BD%BC%E0%BD%93%E0%BC%8B%E0%BD%A6%E0%BC%8B%E0%BD%A2%E0%BD%8A>,
        <http://lexvo.org/id/term/ebu/Montserrati>,
        <http://lexvo.org/id/term/ell/%CE%9C%CE%BF%CE%BD%CF%83%CE%B5%CF%81%CE%AC%CF%84>,
        <http://lexvo.org/id/term/eng-Dsrt/%F0%90%90%A3%F0%90%90%AA%F0%90%91%8C%F0%90%90%BB%F0%90%91%85%F0%90%90%B2%F0%90%91%89%F0%90%90%AA%F0%90%90%BB>,
        <http://lexvo.org/id/term/eng/ISO%203166-1%3AMS>,
        <http://lexvo.org/id/term/eng/Montserrat>,
        <http://lexvo.org/id/term/est/Montserrat>,
        <http://lexvo.org/id/term/eus/Montserrat>,
        <http://lexvo.org/id/term/ewe/Montserrat%20nutome>,
        <http://lexvo.org/id/term/ewo/M%C9%94%CC%81ntser%C3%A1d>,
        <http://lexvo.org/id/term/fao/Montserrat>,
        <http://lexvo.org/id/term/fas/%D9%85%D9%88%D9%86%D8%AA%E2%80%8C%D8%B3%D8%B1%D8%A7%D8%AA>,
        <http://lexvo.org/id/term/fil/Montserrat>,
        <http://lexvo.org/id/term/fin/Montserrat>,
        <http://lexvo.org/id/term/fra/Montserrat>,
        <http://lexvo.org/id/term/ful/Monseraat>,
        <http://lexvo.org/id/term/fur/Montserrat>,
        <http://lexvo.org/id/term/gla/Montsarat>,
        <http://lexvo.org/id/term/gle/Montsarat>,
        <http://lexvo.org/id/term/glg/Montserrat>,
        <http://lexvo.org/id/term/gsw/Moos%C3%B6rrat>,
        <http://lexvo.org/id/term/guj/%E0%AA%AE%E0%AB%8B%E0%AA%82%E0%AA%9F%E0%AA%B8%E0%AB%87%E0%AA%B0%E0%AA%BE%E0%AA%A4>,
        <http://lexvo.org/id/term/guz/Montserrati>,
        <http://lexvo.org/id/term/hau/Manserati>,
        <http://lexvo.org/id/term/heb/%D7%9E%D7%95%D7%A0%D7%A1%D7%A8%D7%90%D7%98>,
        <http://lexvo.org/id/term/hin/%E0%A4%AE%E0%A5%89%E0%A4%A8%E0%A5%8D%E0%A4%9F%E0%A5%8D%E0%A4%B8%E0%A5%87%E0%A4%B0%E0%A4%BE%E0%A4%9F>,
        <http://lexvo.org/id/term/hrv/Montserat>,
        <http://lexvo.org/id/term/hun/Montserrat>,
        <http://lexvo.org/id/term/ind/Montserrat>,
        <http://lexvo.org/id/term/isl/Montserrat>,
        <http://lexvo.org/id/term/ita/Montserrat>,
        <http://lexvo.org/id/term/jmc/Montserrati>,
        <http://lexvo.org/id/term/jpn/%E3%83%A2%E3%83%B3%E3%83%88%E3%82%BB%E3%83%A9%E3%83%88>,
        <http://lexvo.org/id/term/kab/Munsirat>,
        <http://lexvo.org/id/term/kal/Montserrat>,
        <http://lexvo.org/id/term/kam/Montserrati>,
        <http://lexvo.org/id/term/kan/%E0%B2%AE%E0%B2%BE%E0%B2%82%E0%B2%9F%E0%B3%8D%E2%80%8C%E0%B2%B8%E0%B3%86%E0%B2%B0%E0%B3%87%E0%B2%9F%E0%B3%8D>,
        <http://lexvo.org/id/term/kas/%D9%85%D8%A7%D9%86%D9%9B%D9%B9%D8%B3%DB%8C%D8%B1%D8%A7%D9%B9>,
        <http://lexvo.org/id/term/kat/%E1%83%9B%E1%83%9D%E1%83%9C%E1%83%A1%E1%83%94%E1%83%A0%E1%83%90%E1%83%A2%E1%83%98>,
        <http://lexvo.org/id/term/kde/Monselati>,
        <http://lexvo.org/id/term/kea/Monserat>,
        <http://lexvo.org/id/term/khm/%E1%9E%98%E1%9F%89%E1%9E%BB%E1%9E%84%E2%80%8B%E1%9E%9F%E1%9F%81%E1%9E%9A%E1%9F%89%E1%9E%84%E1%9F%8B>,
        <http://lexvo.org/id/term/khq/Montserrat>,
        <http://lexvo.org/id/term/kik/Montserrati>,
        <http://lexvo.org/id/term/kln/Emetab%20Montserrat>,
        <http://lexvo.org/id/term/kor/%EB%AA%AC%ED%8A%B8%EC%84%B8%EB%9D%BC%ED%8A%B8>,
        <http://lexvo.org/id/term/ksb/Montselati>,
        <http://lexvo.org/id/term/ksf/m%C9%94ns%C9%9Brat>,
        <http://lexvo.org/id/term/ksh/Mong%C3%9Ferrat>,
        <http://lexvo.org/id/term/lag/Monter%C3%A1ati>,
        <http://lexvo.org/id/term/lao/%E0%BA%A1%E0%BA%AD%E0%BA%99%E0%BB%80%E0%BA%8A%E0%BA%B5%E0%BA%A5%E0%BA%B2%E0%BA%94>,
        <http://lexvo.org/id/term/lav/Montserrata>,
        <http://lexvo.org/id/term/lin/M%C9%94sera>,
        <http://lexvo.org/id/term/lit/Montseratas>,
        <http://lexvo.org/id/term/lub/Musera>,
        <http://lexvo.org/id/term/lug/Monteseraati>,
        <http://lexvo.org/id/term/luo/Montserrat>,
        <http://lexvo.org/id/term/luy/Montserrati>,
        <http://lexvo.org/id/term/mal/%E0%B4%AE%E0%B5%8B%E0%B4%A3%E0%B5%8D%E0%B4%9F%E0%B5%8D%E0%B4%B8%E0%B5%86%E0%B4%B1%E0%B4%BE%E0%B4%B1%E0%B5%8D%E0%B4%B1%E0%B5%8D>,
        <http://lexvo.org/id/term/mar/%E0%A4%AE%E0%A5%89%E0%A4%A8%E0%A5%8D%E0%A4%9F%E0%A5%8D%E0%A4%B8%E0%A5%87%E0%A4%B0%E0%A4%BE%E0%A4%9F>,
        <http://lexvo.org/id/term/mas/Montserrati>,
        <http://lexvo.org/id/term/mer/Montserrati>,
        <http://lexvo.org/id/term/mfe/Montsera>,
        <http://lexvo.org/id/term/mkd/%D0%9C%D0%BE%D0%BD%D1%81%D0%B5%D1%80%D0%B0%D1%82>,
        <http://lexvo.org/id/term/mlg/Montserrat>,
        <http://lexvo.org/id/term/mlt/Montserrat>,
        <http://lexvo.org/id/term/mua/S%C7%9Dr%20Montserrat>,
        <http://lexvo.org/id/term/naq/Montserrat>,
        <http://lexvo.org/id/term/nde/Montserrat>,
        <http://lexvo.org/id/term/nep/%E0%A4%AE%E0%A5%8B%E0%A4%A8%E0%A5%8D%E0%A4%9F%E0%A4%B8%E0%A5%87%E0%A4%B0%E0%A5%8D%E0%A4%B0%E0%A4%BE%E0%A4%9F>,
        <http://lexvo.org/id/term/nld/Montserrat>,
        <http://lexvo.org/id/term/nmg/M%C9%94nserrat>,
        <http://lexvo.org/id/term/nno/Montserrat>,
        <http://lexvo.org/id/term/nob/Montserrat>,
        <http://lexvo.org/id/term/nyn/Montserrati>,
        <http://lexvo.org/id/term/ori/%E0%AC%AE%E0%AC%A3%E0%AD%8D%E0%AC%9F%E0%AD%87%E0%AC%B8%E0%AD%87%E0%AC%B0%E0%AC%BE%E0%AC%9F%E0%AD%8D>,
        <http://lexvo.org/id/term/pol/Montserrat>,
        <http://lexvo.org/id/term/por/Monserrate>,
        <http://lexvo.org/id/term/por/Montserrat>,
        <http://lexvo.org/id/term/rof/Montserrati>,
        <http://lexvo.org/id/term/roh/Montserrat>,
        <http://lexvo.org/id/term/ron/Montserrat>,
        <http://lexvo.org/id/term/run/Monteserati>,
        <http://lexvo.org/id/term/rus/%D0%9C%D0%BE%D0%BD%D1%82%D1%81%D0%B5%D1%80%D1%80%D0%B0%D1%82>,
        <http://lexvo.org/id/term/rwk/Montserrati>,
        <http://lexvo.org/id/term/sag/Monser%C3%A2te>,
        <http://lexvo.org/id/term/saq/Montserrati>,
        <http://lexvo.org/id/term/sbp/Monitiselati>,
        <http://lexvo.org/id/term/seh/Montserrat>,
        <http://lexvo.org/id/term/ses/Montserrat>,
        <http://lexvo.org/id/term/shi-Latn/munsirat>,
        <http://lexvo.org/id/term/shi/%E2%B5%8E%E2%B5%93%E2%B5%8F%E2%B5%99%E2%B5%89%E2%B5%94%E2%B4%B0%E2%B5%9C>,
        <http://lexvo.org/id/term/sin/%E0%B6%B8%E0%B7%9C%E0%B6%B1%E0%B7%8A%E0%B7%83%E0%B7%99%E0%B6%BB%E0%B7%8F%E0%B6%A7%E0%B7%8A>,
        <http://lexvo.org/id/term/slk/Montserrat>,
        <http://lexvo.org/id/term/slv/Montserrat>,
        <http://lexvo.org/id/term/sme/Montserrat>,
        <http://lexvo.org/id/term/sna/Montserrat>,
        <http://lexvo.org/id/term/som/Montserrat>,
        <http://lexvo.org/id/term/spa/Montserrat>,
        <http://lexvo.org/id/term/srp-Latn/Monserat>,
        <http://lexvo.org/id/term/srp/%D0%9C%D0%BE%D0%BD%D1%81%D0%B5%D1%80%D0%B0%D1%82>,
        <http://lexvo.org/id/term/swc/Montserrati>,
        <http://lexvo.org/id/term/swe/Montserrat>,
        <http://lexvo.org/id/term/swh/Montserrati>,
        <http://lexvo.org/id/term/tam/%E0%AE%AE%E0%AF%8C%E0%AE%A9%E0%AF%8D%E0%AE%9F%E0%AF%8D%E0%AE%9A%E0%AF%86%E0%AE%B0%E0%AE%BE%E0%AE%9F%E0%AF%8D>,
        <http://lexvo.org/id/term/tel/%E0%B0%AE%E0%B1%8B%E0%B0%82%E0%B0%9F%E0%B1%8D%E0%B0%B8%E0%B1%87%E0%B0%B0%E0%B1%8D%E0%B0%B0%E0%B0%BE%E0%B0%9F%E0%B1%8D>,
        <http://lexvo.org/id/term/teo/Montserrati>,
        <http://lexvo.org/id/term/tha/%E0%B8%A1%E0%B8%AD%E0%B8%99%E0%B8%95%E0%B9%8C%E0%B9%80%E0%B8%8B%E0%B8%AD%E0%B8%A3%E0%B9%8C%E0%B8%A3%E0%B8%B1%E0%B8%95>,
        <http://lexvo.org/id/term/tir/%E1%88%9E%E1%8A%95%E1%89%B5%E1%88%B4%E1%88%AB%E1%89%B5>,
        <http://lexvo.org/id/term/ton/Mo%CA%BBungaselati>,
        <http://lexvo.org/id/term/tur/Montserrat>,
        <http://lexvo.org/id/term/twq/Montserrat>,
        <http://lexvo.org/id/term/tzm/Muntsirra>,
        <http://lexvo.org/id/term/ukr/%D0%9C%D0%BE%D0%BD%D1%81%D0%B5%D1%80%D1%80%D0%B0%D1%82>,
        <http://lexvo.org/id/term/urd/%D9%85%D9%88%D9%86%D9%B9%D8%B3%DB%8C%D8%B1%D8%A7%D9%B9>,
        <http://lexvo.org/id/term/vai-Latn/M%C9%94serati>,
        <http://lexvo.org/id/term/vai/%EA%97%9E%EA%98%8B%EA%94%96%EA%95%9F%EA%94%B3>,
        <http://lexvo.org/id/term/vie/Montserrat>,
        <http://lexvo.org/id/term/vun/Montserrati>,
        <http://lexvo.org/id/term/wae/Monserrat>,
        <http://lexvo.org/id/term/xog/Monteseraati>,
        <http://lexvo.org/id/term/yav/m%C9%94%C5%8Bsil%C3%A1>,
        <http://lexvo.org/id/term/yor/Or%C3%ADl%E1%BA%B9%CC%81%C3%A8de%20Motserati>,
        <http://lexvo.org/id/term/zsm/Montserrat>,
        <http://lexvo.org/id/term/zul/i-Montserrat> ;
    owl:sameAs <http://psi.oasis-open.org/iso/3166/#500>,
        <http://sws.geonames.org/3578097/> .

<http://lexvo.org/id/iso3166/MT> a lvont:GeographicRegion ;
    rdfs:label "Malta"@af,
        "Maatà"@agq,
        "Mɔlta"@ak,
        "ማልታ"@am,
        "مالطا"@ar,
        "Malta"@asa,
        "Malta"@ast,
        "Malta"@az,
        "Maltà"@bas,
        "Мальта"@be,
        "Humalta"@bez,
        "Малта"@bg,
        "Malti"@bm,
        "মাল্টা"@bn,
        "མལ་ཊ།"@bo,
        "Malta"@br,
        "माल्टा"@brx,
        "Malta"@bs,
        "Малта"@bs-Cyrl,
        "ማልታ"@byn,
        "Malta"@ca,
        "Marita"@cgg,
        "ᎹᎵᏔ"@chr,
        "马耳他"@cmn,
        "馬爾他"@cmn-Hant,
        "Malta"@cs,
        "Malta"@cy,
        "Malta"@da,
        "Malta"@dav,
        "Malta"@de,
        "Malta"@dje,
        "མཱལ་ཊ"@dz,
        "Malta"@ebu,
        "Malta nutome"@ee,
        "Μάλτα"@el,
        "ISO 3166-1:MT"@en,
        "Malta"@en,
        "𐐣𐐱𐑊𐐻𐐲"@en-Dsrt,
        "Malto"@eo,
        "Malta"@es,
        "Malta"@et,
        "Malta"@eu,
        "Málətə"@ewo,
        "مالت"@fa,
        "مالتا"@fa,
        "Malte"@ff,
        "Malta"@fi,
        "Malta"@fil,
        "Malta"@fo,
        "Malte"@fr,
        "Malta"@fur,
        "Málta"@ga,
        "Malta"@gd,
        "Malta"@gl,
        "Malta"@gsw,
        "માલ્ટા"@gu,
        "Malta"@guz,
        "Malta"@ha,
        "מלטה"@he,
        "माल्टा"@hi,
        "Malta"@hr,
        "Málta"@hu,
        "Մալթա"@hy,
        "Malta"@id,
        "Malta"@is,
        "Malta"@it,
        "マルタ"@ja,
        "Malta"@jmc,
        "მალტა"@ka,
        "Malṭ"@kab,
        "Malta"@kam,
        "Malta"@kde,
        "Malta"@kea,
        "Malta"@khq,
        "Malta"@ki,
        "Malta"@kl,
        "Emetab Malta"@kln,
        "ម៉ាល់តា"@km,
        "ಮಾಲ್ಟಾ"@kn,
        "몰타"@ko,
        "مالٹا"@ks,
        "Malta"@ksb,
        "maltǝ"@ksf,
        "Malta"@ksh,
        "Málita"@lag,
        "Malita"@lg,
        "Malitɛ"@ln,
        "ມັນຕາ"@lo,
        "Malta"@lt,
        "Malite"@lu,
        "Malta"@luo,
        "Malta"@luy,
        "Malta"@lv,
        "Malta"@mas,
        "Malta"@mer,
        "Malt"@mfe,
        "Malta"@mg,
        "Малта"@mk,
        "മാൾട്ട"@ml,
        "माल्टा"@mr,
        "Malta"@mt,
        "Sǝr Malta"@mua,
        "Malta"@naq,
        "Malta"@nb,
        "Malta"@nd,
        "माल्टा"@ne,
        "Malta"@nl,
        "Malta"@nmg,
        "Malta"@nn,
        "Marita"@nyn,
        "ମାଲ୍ଟା"@or,
        "Malta"@pl,
        "Malta"@pt,
        "Malta"@rm,
        "Malita"@rn,
        "Malta"@ro,
        "Malta"@rof,
        "Мальта"@ru,
        "Malta"@rwk,
        "Malta"@saq,
        "Malita"@sbp,
        "Málta"@se,
        "Malta"@seh,
        "Malta"@ses,
        "Mâlta"@sg,
        "ⵎⴰⵍⵟⴰ"@shi,
        "malṭa"@shi-Latn,
        "මෝල්ටාව"@si,
        "Malta"@sk,
        "Malta"@sl,
        "Malta"@sn,
        "Maalda"@so,
        "Maltë"@sq,
        "Малта"@sr,
        "Malta"@sr-Latn,
        "Malta"@sv,
        "Malta"@swc,
        "Malta"@swh,
        "மால்டா"@ta,
        "మాల్టా"@te,
        "Malta"@teo,
        "มอลตา"@th,
        "ማልታ"@ti,
        "ማልታ"@tig,
        "Malita"@to,
        "Malta"@tr,
        "Malta"@twq,
        "Malṭa"@tzm,
        "Мальта"@uk,
        "مالٹا"@ur,
        "ꕮꕊꕚ"@vai,
        "Malita"@vai-Latn,
        "Malta"@vi,
        "Malta"@vun,
        "Malta"@wae,
        "ማልታ"@wal,
        "Malita"@xog,
        "málɛ́t"@yav,
        "Orílẹ́ède Malata"@yo,
        "Malta"@zsm,
        "i-Malta"@zu ;
    lvont:label <http://lexvo.org/id/term/afr/Malta>,
        <http://lexvo.org/id/term/agq/Maat%C3%A0>,
        <http://lexvo.org/id/term/aka/M%C9%94lta>,
        <http://lexvo.org/id/term/amh/%E1%88%9B%E1%88%8D%E1%89%B3>,
        <http://lexvo.org/id/term/ara/%D9%85%D8%A7%D9%84%D8%B7%D8%A7>,
        <http://lexvo.org/id/term/asa/Malta>,
        <http://lexvo.org/id/term/ast/Malta>,
        <http://lexvo.org/id/term/aze/Malta>,
        <http://lexvo.org/id/term/bam/Malti>,
        <http://lexvo.org/id/term/bas/Malt%C3%A0>,
        <http://lexvo.org/id/term/bel/%D0%9C%D0%B0%D0%BB%D1%8C%D1%82%D0%B0>,
        <http://lexvo.org/id/term/ben/%E0%A6%AE%E0%A6%BE%E0%A6%B2%E0%A7%8D%E0%A6%9F%E0%A6%BE>,
        <http://lexvo.org/id/term/bez/Humalta>,
        <http://lexvo.org/id/term/bod/%E0%BD%98%E0%BD%A3%E0%BC%8B%E0%BD%8A%E0%BC%8D>,
        <http://lexvo.org/id/term/bos-Cyrl/%D0%9C%D0%B0%D0%BB%D1%82%D0%B0>,
        <http://lexvo.org/id/term/bos/Malta>,
        <http://lexvo.org/id/term/bre/Malta>,
        <http://lexvo.org/id/term/brx/%E0%A4%AE%E0%A4%BE%E0%A4%B2%E0%A5%8D%E0%A4%9F%E0%A4%BE>,
        <http://lexvo.org/id/term/bul/%D0%9C%D0%B0%D0%BB%D1%82%D0%B0>,
        <http://lexvo.org/id/term/byn/%E1%88%9B%E1%88%8D%E1%89%B3>,
        <http://lexvo.org/id/term/cat/Malta>,
        <http://lexvo.org/id/term/ces/Malta>,
        <http://lexvo.org/id/term/cgg/Marita>,
        <http://lexvo.org/id/term/chr/%E1%8E%B9%E1%8E%B5%E1%8F%94>,
        <http://lexvo.org/id/term/cmn-Hant/%E9%A6%AC%E7%88%BE%E4%BB%96>,
        <http://lexvo.org/id/term/cmn/%E9%A9%AC%E8%80%B3%E4%BB%96>,
        <http://lexvo.org/id/term/cym/Malta>,
        <http://lexvo.org/id/term/dan/Malta>,
        <http://lexvo.org/id/term/dav/Malta>,
        <http://lexvo.org/id/term/deu/Malta>,
        <http://lexvo.org/id/term/dje/Malta>,
        <http://lexvo.org/id/term/dzo/%E0%BD%98%E0%BD%B1%E0%BD%A3%E0%BC%8B%E0%BD%8A>,
        <http://lexvo.org/id/term/ebu/Malta>,
        <http://lexvo.org/id/term/ell/%CE%9C%CE%AC%CE%BB%CF%84%CE%B1>,
        <http://lexvo.org/id/term/eng-Dsrt/%F0%90%90%A3%F0%90%90%B1%F0%90%91%8A%F0%90%90%BB%F0%90%90%B2>,
        <http://lexvo.org/id/term/eng/ISO%203166-1%3AMT>,
        <http://lexvo.org/id/term/eng/Malta>,
        <http://lexvo.org/id/term/epo/Malto>,
        <http://lexvo.org/id/term/est/Malta>,
        <http://lexvo.org/id/term/eus/Malta>,
        <http://lexvo.org/id/term/ewe/Malta%20nutome>,
        <http://lexvo.org/id/term/ewo/M%C3%A1l%C9%99t%C9%99>,
        <http://lexvo.org/id/term/fao/Malta>,
        <http://lexvo.org/id/term/fas/%D9%85%D8%A7%D9%84%D8%AA>,
        <http://lexvo.org/id/term/fas/%D9%85%D8%A7%D9%84%D8%AA%D8%A7>,
        <http://lexvo.org/id/term/fil/Malta>,
        <http://lexvo.org/id/term/fin/Malta>,
        <http://lexvo.org/id/term/fra/Malte>,
        <http://lexvo.org/id/term/ful/Malte>,
        <http://lexvo.org/id/term/fur/Malta>,
        <http://lexvo.org/id/term/gla/Malta>,
        <http://lexvo.org/id/term/gle/M%C3%A1lta>,
        <http://lexvo.org/id/term/glg/Malta>,
        <http://lexvo.org/id/term/gsw/Malta>,
        <http://lexvo.org/id/term/guj/%E0%AA%AE%E0%AA%BE%E0%AA%B2%E0%AB%8D%E0%AA%9F%E0%AA%BE>,
        <http://lexvo.org/id/term/guz/Malta>,
        <http://lexvo.org/id/term/hau/Malta>,
        <http://lexvo.org/id/term/heb/%D7%9E%D7%9C%D7%98%D7%94>,
        <http://lexvo.org/id/term/hin/%E0%A4%AE%E0%A4%BE%E0%A4%B2%E0%A5%8D%E0%A4%9F%E0%A4%BE>,
        <http://lexvo.org/id/term/hrv/Malta>,
        <http://lexvo.org/id/term/hun/M%C3%A1lta>,
        <http://lexvo.org/id/term/hye/%D5%84%D5%A1%D5%AC%D5%A9%D5%A1>,
        <http://lexvo.org/id/term/ind/Malta>,
        <http://lexvo.org/id/term/isl/Malta>,
        <http://lexvo.org/id/term/ita/Malta>,
        <http://lexvo.org/id/term/jmc/Malta>,
        <http://lexvo.org/id/term/jpn/%E3%83%9E%E3%83%AB%E3%82%BF>,
        <http://lexvo.org/id/term/kab/Mal%E1%B9%AD>,
        <http://lexvo.org/id/term/kal/Malta>,
        <http://lexvo.org/id/term/kam/Malta>,
        <http://lexvo.org/id/term/kan/%E0%B2%AE%E0%B2%BE%E0%B2%B2%E0%B3%8D%E0%B2%9F%E0%B2%BE>,
        <http://lexvo.org/id/term/kas/%D9%85%D8%A7%D9%84%D9%B9%D8%A7>,
        <http://lexvo.org/id/term/kat/%E1%83%9B%E1%83%90%E1%83%9A%E1%83%A2%E1%83%90>,
        <http://lexvo.org/id/term/kde/Malta>,
        <http://lexvo.org/id/term/kea/Malta>,
        <http://lexvo.org/id/term/khm/%E1%9E%98%E1%9F%89%E1%9E%B6%E1%9E%9B%E1%9F%8B%E1%9E%8F%E1%9E%B6>,
        <http://lexvo.org/id/term/khq/Malta>,
        <http://lexvo.org/id/term/kik/Malta>,
        <http://lexvo.org/id/term/kln/Emetab%20Malta>,
        <http://lexvo.org/id/term/kor/%EB%AA%B0%ED%83%80>,
        <http://lexvo.org/id/term/ksb/Malta>,
        <http://lexvo.org/id/term/ksf/malt%C7%9D>,
        <http://lexvo.org/id/term/ksh/Malta>,
        <http://lexvo.org/id/term/lag/M%C3%A1lita>,
        <http://lexvo.org/id/term/lao/%E0%BA%A1%E0%BA%B1%E0%BA%99%E0%BA%95%E0%BA%B2>,
        <http://lexvo.org/id/term/lav/Malta>,
        <http://lexvo.org/id/term/lin/Malit%C9%9B>,
        <http://lexvo.org/id/term/lit/Malta>,
        <http://lexvo.org/id/term/lub/Malite>,
        <http://lexvo.org/id/term/lug/Malita>,
        <http://lexvo.org/id/term/luo/Malta>,
        <http://lexvo.org/id/term/luy/Malta>,
        <http://lexvo.org/id/term/mal/%E0%B4%AE%E0%B4%BE%E0%B5%BE%E0%B4%9F%E0%B5%8D%E0%B4%9F>,
        <http://lexvo.org/id/term/mar/%E0%A4%AE%E0%A4%BE%E0%A4%B2%E0%A5%8D%E0%A4%9F%E0%A4%BE>,
        <http://lexvo.org/id/term/mas/Malta>,
        <http://lexvo.org/id/term/mer/Malta>,
        <http://lexvo.org/id/term/mfe/Malt>,
        <http://lexvo.org/id/term/mkd/%D0%9C%D0%B0%D0%BB%D1%82%D0%B0>,
        <http://lexvo.org/id/term/mlg/Malta>,
        <http://lexvo.org/id/term/mlt/Malta>,
        <http://lexvo.org/id/term/mua/S%C7%9Dr%20Malta>,
        <http://lexvo.org/id/term/naq/Malta>,
        <http://lexvo.org/id/term/nde/Malta>,
        <http://lexvo.org/id/term/nep/%E0%A4%AE%E0%A4%BE%E0%A4%B2%E0%A5%8D%E0%A4%9F%E0%A4%BE>,
        <http://lexvo.org/id/term/nld/Malta>,
        <http://lexvo.org/id/term/nmg/Malta>,
        <http://lexvo.org/id/term/nno/Malta>,
        <http://lexvo.org/id/term/nob/Malta>,
        <http://lexvo.org/id/term/nyn/Marita>,
        <http://lexvo.org/id/term/ori/%E0%AC%AE%E0%AC%BE%E0%AC%B2%E0%AD%8D%E0%AC%9F%E0%AC%BE>,
        <http://lexvo.org/id/term/pol/Malta>,
        <http://lexvo.org/id/term/por/Malta>,
        <http://lexvo.org/id/term/rof/Malta>,
        <http://lexvo.org/id/term/roh/Malta>,
        <http://lexvo.org/id/term/ron/Malta>,
        <http://lexvo.org/id/term/run/Malita>,
        <http://lexvo.org/id/term/rus/%D0%9C%D0%B0%D0%BB%D1%8C%D1%82%D0%B0>,
        <http://lexvo.org/id/term/rwk/Malta>,
        <http://lexvo.org/id/term/sag/M%C3%A2lta>,
        <http://lexvo.org/id/term/saq/Malta>,
        <http://lexvo.org/id/term/sbp/Malita>,
        <http://lexvo.org/id/term/seh/Malta>,
        <http://lexvo.org/id/term/ses/Malta>,
        <http://lexvo.org/id/term/shi-Latn/mal%E1%B9%ADa>,
        <http://lexvo.org/id/term/shi/%E2%B5%8E%E2%B4%B0%E2%B5%8D%E2%B5%9F%E2%B4%B0>,
        <http://lexvo.org/id/term/sin/%E0%B6%B8%E0%B7%9D%E0%B6%BD%E0%B7%8A%E0%B6%A7%E0%B7%8F%E0%B7%80>,
        <http://lexvo.org/id/term/slk/Malta>,
        <http://lexvo.org/id/term/slv/Malta>,
        <http://lexvo.org/id/term/sme/M%C3%A1lta>,
        <http://lexvo.org/id/term/sna/Malta>,
        <http://lexvo.org/id/term/som/Maalda>,
        <http://lexvo.org/id/term/spa/Malta>,
        <http://lexvo.org/id/term/sqi/Malt%C3%AB>,
        <http://lexvo.org/id/term/srp-Latn/Malta>,
        <http://lexvo.org/id/term/srp/%D0%9C%D0%B0%D0%BB%D1%82%D0%B0>,
        <http://lexvo.org/id/term/swc/Malta>,
        <http://lexvo.org/id/term/swe/Malta>,
        <http://lexvo.org/id/term/swh/Malta>,
        <http://lexvo.org/id/term/tam/%E0%AE%AE%E0%AE%BE%E0%AE%B2%E0%AF%8D%E0%AE%9F%E0%AE%BE>,
        <http://lexvo.org/id/term/tel/%E0%B0%AE%E0%B0%BE%E0%B0%B2%E0%B1%8D%E0%B0%9F%E0%B0%BE>,
        <http://lexvo.org/id/term/teo/Malta>,
        <http://lexvo.org/id/term/tha/%E0%B8%A1%E0%B8%AD%E0%B8%A5%E0%B8%95%E0%B8%B2>,
        <http://lexvo.org/id/term/tig/%E1%88%9B%E1%88%8D%E1%89%B3>,
        <http://lexvo.org/id/term/tir/%E1%88%9B%E1%88%8D%E1%89%B3>,
        <http://lexvo.org/id/term/ton/Malita>,
        <http://lexvo.org/id/term/tur/Malta>,
        <http://lexvo.org/id/term/twq/Malta>,
        <http://lexvo.org/id/term/tzm/Mal%E1%B9%ADa>,
        <http://lexvo.org/id/term/ukr/%D0%9C%D0%B0%D0%BB%D1%8C%D1%82%D0%B0>,
        <http://lexvo.org/id/term/urd/%D9%85%D8%A7%D9%84%D9%B9%D8%A7>,
        <http://lexvo.org/id/term/vai-Latn/Malita>,
        <http://lexvo.org/id/term/vai/%EA%95%AE%EA%95%8A%EA%95%9A>,
        <http://lexvo.org/id/term/vie/Malta>,
        <http://lexvo.org/id/term/vun/Malta>,
        <http://lexvo.org/id/term/wae/Malta>,
        <http://lexvo.org/id/term/wal/%E1%88%9B%E1%88%8D%E1%89%B3>,
        <http://lexvo.org/id/term/xog/Malita>,
        <http://lexvo.org/id/term/yav/m%C3%A1l%C9%9B%CC%81t>,
        <http://lexvo.org/id/term/yor/Or%C3%ADl%E1%BA%B9%CC%81%C3%A8de%20Malata>,
        <http://lexvo.org/id/term/zsm/Malta>,
        <http://lexvo.org/id/term/zul/i-Malta> ;
    owl:sameAs <http://psi.oasis-open.org/iso/3166/#470>,
        <http://sws.geonames.org/2562770/> .

<http://lexvo.org/id/iso3166/MU> a lvont:GeographicRegion ;
    rdfs:label "Mauritius"@af,
        "Mùleshwɨ̀s"@agq,
        "Mɔrehyeɔs"@ak,
        "ማሩሸስ"@am,
        "موريشيوس"@ar,
        "Morithi"@asa,
        "Mauriciu"@ast,
        "Mavritis"@az,
        "Mòrîs"@bas,
        "Маўрыкій"@be,
        "Humolisi"@bez,
        "Мавриций"@bg,
        "Morisi"@bm,
        "মরিশাস"@bn,
        "མཽ་རིཤས྄།"@bo,
        "Moris"@br,
        "मॉरिस"@brx,
        "Mauricius"@bs,
        "Маурицијус"@bs-Cyrl,
        "ማሩሸስ"@byn,
        "Maurici"@ca,
        "Maurishiasi"@cgg,
        "ᎼᎵᏏᎥᏍ"@chr,
        "毛里求斯"@cmn,
        "模里西斯"@cmn-Hant,
        "Mauricius"@cs,
        "Mawrisiws"@cy,
        "Mauritius"@da,
        "Morisi"@dav,
        "Mauritius"@de,
        "Mooris gungey"@dje,
        "མོ་རི་ཤཱས"@dz,
        "Morisi"@ebu,
        "mauritiusdukɔ"@ee,
        "Μαυρίκιος"@el,
        "ISO 3166-1:MU"@en,
        "Mauritius"@en,
        "𐐣𐐱𐑉𐐮𐑇𐐲𐑅"@en-Dsrt,
        "Maŭricio"@eo,
        "Mauricio"@es,
        "Mauritius"@et,
        "Maurizio"@eu,
        "Morís"@ewo,
        "موریس"@fa,
        "Moriis"@ff,
        "Mauritius"@fi,
        "Mauritius"@fil,
        "Móritius"@fo,
        "Maurice"@fr,
        "Maurizi"@fur,
        "Oileán Mhuirís"@ga,
        "Na h-Eileanan Mhoiriseas"@gd,
        "Mauricio"@gl,
        "Mauriizius"@gsw,
        "મોરિશિયસ"@gu,
        "Morisi"@guz,
        "Moritus"@ha,
        "מאוריציוס"@he,
        "मॉरिशस"@hi,
        "Mauricijus"@hr,
        "Mauritius"@hu,
        "Մավրիտոս"@hy,
        "Mauritius"@id,
        "Máritíus"@is,
        "Mauritius"@it,
        "モーリシャス"@ja,
        "Morisi"@jmc,
        "მავრიკია"@ka,
        "Muris"@kab,
        "Morisi"@kam,
        "Molisi"@kde,
        "Ilhas Maurisia"@kea,
        "Mooris gungey"@khq,
        "Morisi"@ki,
        "Mauritius"@kl,
        "Emetab Mauritius"@kln,
        "ម៉ូរីទុស"@km,
        "ಮಾರಿಶಿಯಸ್"@kn,
        "모리셔스"@ko,
        "مورِشَس"@ks,
        "Molisi"@ksb,
        "mwarís"@ksf,
        "Maurizijus"@ksh,
        "Moríisi"@lag,
        "Mawulisyasi"@lg,
        "Morisɛ"@ln,
        "ມົວລີຕຽດ"@lo,
        "Mauricijus"@lt,
        "Morise"@lu,
        "Mauritius"@luo,
        "Morisi"@luy,
        "Maurīcija"@lv,
        "Morisi"@mas,
        "Maurĩtiasi"@mer,
        "Moris"@mfe,
        "Maorisy"@mg,
        "Маурициус"@mk,
        "മൗറീഷ്യസ്"@ml,
        "मॉरिशस"@mr,
        "Mawrizju"@mt,
        "Sǝr Mauricǝ"@mua,
        "Mauritius"@naq,
        "Mauritius"@nb,
        "Mauritius"@nd,
        "माउरिटस"@ne,
        "Mauritius"@nl,
        "Morisse"@nmg,
        "Mauritius"@nn,
        "Maurishiasi"@nyn,
        "ମୌରିସସ୍"@or,
        "Mauritius"@pl,
        "Maurícias"@pt,
        "Maurício"@pt,
        "Mauritius"@rm,
        "Izinga rya Morise"@rn,
        "Mauritius"@ro,
        "Morisi"@rof,
        "Маврикий"@ru,
        "Morisi"@rwk,
        "Morisi"@saq,
        "Molisi"@sbp,
        "Mauritius"@se,
        "Maurício"@seh,
        "Mooris gungey"@ses,
        "Mörîsi"@sg,
        "ⵎⵓⵔⵉⵙ"@shi,
        "muris"@shi-Latn,
        "මුරුසිය"@si,
        "Maurícius"@sk,
        "Mauritius"@sl,
        "Mauritius"@sn,
        "Murishiyoos"@so,
        "Маурицијус"@sr,
        "Mauricius"@sr-Latn,
        "Mauritius"@sv,
        "Morisi"@swc,
        "Morisi"@swh,
        "மொரிசியஸ்"@ta,
        "మారిషస్"@te,
        "Morisi"@teo,
        "มอริเชียส"@th,
        "ማሩሸስ"@ti,
        "ማሩሸስ"@tig,
        "Maulitiusi"@to,
        "Mauritius"@tr,
        "Mooris gungey"@twq,
        "Muris"@tzm,
        "Маврикій"@uk,
        "ماریشس"@ur,
        "ꗞꔓꗔ"@vai,
        "Mɔreshɔ"@vai-Latn,
        "Mauritius"@vi,
        "Morisi"@vun,
        "Mauritius"@wae,
        "ማሩሸስ"@wal,
        "Mawulisyasi"@xog,
        "molís"@yav,
        "Orílẹ́ède Maritiusi"@yo,
        "Mauritius"@zsm,
        "i-Mauritius"@zu ;
    lvont:label <http://lexvo.org/id/term/afr/Mauritius>,
        <http://lexvo.org/id/term/agq/M%C3%B9leshw%C9%A8%CC%80s>,
        <http://lexvo.org/id/term/aka/M%C9%94rehye%C9%94s>,
        <http://lexvo.org/id/term/amh/%E1%88%9B%E1%88%A9%E1%88%B8%E1%88%B5>,
        <http://lexvo.org/id/term/ara/%D9%85%D9%88%D8%B1%D9%8A%D8%B4%D9%8A%D9%88%D8%B3>,
        <http://lexvo.org/id/term/asa/Morithi>,
        <http://lexvo.org/id/term/ast/Mauriciu>,
        <http://lexvo.org/id/term/aze/Mavritis>,
        <http://lexvo.org/id/term/bam/Morisi>,
        <http://lexvo.org/id/term/bas/M%C3%B2r%C3%AEs>,
        <http://lexvo.org/id/term/bel/%D0%9C%D0%B0%D1%9E%D1%80%D1%8B%D0%BA%D1%96%D0%B9>,
        <http://lexvo.org/id/term/ben/%E0%A6%AE%E0%A6%B0%E0%A6%BF%E0%A6%B6%E0%A6%BE%E0%A6%B8>,
        <http://lexvo.org/id/term/bez/Humolisi>,
        <http://lexvo.org/id/term/bod/%E0%BD%98%E0%BD%BD%E0%BC%8B%E0%BD%A2%E0%BD%B2%E0%BD%A4%E0%BD%A6%E0%BE%84%E0%BC%8D>,
        <http://lexvo.org/id/term/bos-Cyrl/%D0%9C%D0%B0%D1%83%D1%80%D0%B8%D1%86%D0%B8%D1%98%D1%83%D1%81>,
        <http://lexvo.org/id/term/bos/Mauricius>,
        <http://lexvo.org/id/term/bre/Moris>,
        <http://lexvo.org/id/term/brx/%E0%A4%AE%E0%A5%89%E0%A4%B0%E0%A4%BF%E0%A4%B8>,
        <http://lexvo.org/id/term/bul/%D0%9C%D0%B0%D0%B2%D1%80%D0%B8%D1%86%D0%B8%D0%B9>,
        <http://lexvo.org/id/term/byn/%E1%88%9B%E1%88%A9%E1%88%B8%E1%88%B5>,
        <http://lexvo.org/id/term/cat/Maurici>,
        <http://lexvo.org/id/term/ces/Mauricius>,
        <http://lexvo.org/id/term/cgg/Maurishiasi>,
        <http://lexvo.org/id/term/chr/%E1%8E%BC%E1%8E%B5%E1%8F%8F%E1%8E%A5%E1%8F%8D>,
        <http://lexvo.org/id/term/cmn-Hant/%E6%A8%A1%E9%87%8C%E8%A5%BF%E6%96%AF>,
        <http://lexvo.org/id/term/cmn/%E6%AF%9B%E9%87%8C%E6%B1%82%E6%96%AF>,
        <http://lexvo.org/id/term/cym/Mawrisiws>,
        <http://lexvo.org/id/term/dan/Mauritius>,
        <http://lexvo.org/id/term/dav/Morisi>,
        <http://lexvo.org/id/term/deu/Mauritius>,
        <http://lexvo.org/id/term/dje/Mooris%20gungey>,
        <http://lexvo.org/id/term/dzo/%E0%BD%98%E0%BD%BC%E0%BC%8B%E0%BD%A2%E0%BD%B2%E0%BC%8B%E0%BD%A4%E0%BD%B1%E0%BD%A6>,
        <http://lexvo.org/id/term/ebu/Morisi>,
        <http://lexvo.org/id/term/ell/%CE%9C%CE%B1%CF%85%CF%81%CE%AF%CE%BA%CE%B9%CE%BF%CF%82>,
        <http://lexvo.org/id/term/eng-Dsrt/%F0%90%90%A3%F0%90%90%B1%F0%90%91%89%F0%90%90%AE%F0%90%91%87%F0%90%90%B2%F0%90%91%85>,
        <http://lexvo.org/id/term/eng/ISO%203166-1%3AMU>,
        <http://lexvo.org/id/term/eng/Mauritius>,
        <http://lexvo.org/id/term/epo/Ma%C5%ADricio>,
        <http://lexvo.org/id/term/est/Mauritius>,
        <http://lexvo.org/id/term/eus/Maurizio>,
        <http://lexvo.org/id/term/ewe/mauritiusduk%C9%94>,
        <http://lexvo.org/id/term/ewo/Mor%C3%ADs>,
        <http://lexvo.org/id/term/fao/M%C3%B3ritius>,
        <http://lexvo.org/id/term/fas/%D9%85%D9%88%D8%B1%DB%8C%D8%B3>,
        <http://lexvo.org/id/term/fil/Mauritius>,
        <http://lexvo.org/id/term/fin/Mauritius>,
        <http://lexvo.org/id/term/fra/Maurice>,
        <http://lexvo.org/id/term/ful/Moriis>,
        <http://lexvo.org/id/term/fur/Maurizi>,
        <http://lexvo.org/id/term/gla/Na%20h-Eileanan%20Mhoiriseas>,
        <http://lexvo.org/id/term/gle/Oile%C3%A1n%20Mhuir%C3%ADs>,
        <http://lexvo.org/id/term/glg/Mauricio>,
        <http://lexvo.org/id/term/gsw/Mauriizius>,
        <http://lexvo.org/id/term/guj/%E0%AA%AE%E0%AB%8B%E0%AA%B0%E0%AA%BF%E0%AA%B6%E0%AA%BF%E0%AA%AF%E0%AA%B8>,
        <http://lexvo.org/id/term/guz/Morisi>,
        <http://lexvo.org/id/term/hau/Moritus>,
        <http://lexvo.org/id/term/heb/%D7%9E%D7%90%D7%95%D7%A8%D7%99%D7%A6%D7%99%D7%95%D7%A1>,
        <http://lexvo.org/id/term/hin/%E0%A4%AE%E0%A5%89%E0%A4%B0%E0%A4%BF%E0%A4%B6%E0%A4%B8>,
        <http://lexvo.org/id/term/hrv/Mauricijus>,
        <http://lexvo.org/id/term/hun/Mauritius>,
        <http://lexvo.org/id/term/hye/%D5%84%D5%A1%D5%BE%D6%80%D5%AB%D5%BF%D5%B8%D5%BD>,
        <http://lexvo.org/id/term/ind/Mauritius>,
        <http://lexvo.org/id/term/isl/M%C3%A1rit%C3%ADus>,
        <http://lexvo.org/id/term/ita/Mauritius>,
        <http://lexvo.org/id/term/jmc/Morisi>,
        <http://lexvo.org/id/term/jpn/%E3%83%A2%E3%83%BC%E3%83%AA%E3%82%B7%E3%83%A3%E3%82%B9>,
        <http://lexvo.org/id/term/kab/Muris>,
        <http://lexvo.org/id/term/kal/Mauritius>,
        <http://lexvo.org/id/term/kam/Morisi>,
        <http://lexvo.org/id/term/kan/%E0%B2%AE%E0%B2%BE%E0%B2%B0%E0%B2%BF%E0%B2%B6%E0%B2%BF%E0%B2%AF%E0%B2%B8%E0%B3%8D>,
        <http://lexvo.org/id/term/kas/%D9%85%D9%88%D8%B1%D9%90%D8%B4%D9%8E%D8%B3>,
        <http://lexvo.org/id/term/kat/%E1%83%9B%E1%83%90%E1%83%95%E1%83%A0%E1%83%98%E1%83%99%E1%83%98%E1%83%90>,
        <http://lexvo.org/id/term/kde/Molisi>,
        <http://lexvo.org/id/term/kea/Ilhas%20Maurisia>,
        <http://lexvo.org/id/term/khm/%E1%9E%98%E1%9F%89%E1%9E%BC%E1%9E%9A%E1%9E%B8%E1%9E%91%E1%9E%BB%E1%9E%9F>,
        <http://lexvo.org/id/term/khq/Mooris%20gungey>,
        <http://lexvo.org/id/term/kik/Morisi>,
        <http://lexvo.org/id/term/kln/Emetab%20Mauritius>,
        <http://lexvo.org/id/term/kor/%EB%AA%A8%EB%A6%AC%EC%85%94%EC%8A%A4>,
        <http://lexvo.org/id/term/ksb/Molisi>,
        <http://lexvo.org/id/term/ksf/mwar%C3%ADs>,
        <http://lexvo.org/id/term/ksh/Maurizijus>,
        <http://lexvo.org/id/term/lag/Mor%C3%ADisi>,
        <http://lexvo.org/id/term/lao/%E0%BA%A1%E0%BA%BB%E0%BA%A7%E0%BA%A5%E0%BA%B5%E0%BA%95%E0%BA%BD%E0%BA%94>,
        <http://lexvo.org/id/term/lav/Maur%C4%ABcija>,
        <http://lexvo.org/id/term/lin/Moris%C9%9B>,
        <http://lexvo.org/id/term/lit/Mauricijus>,
        <http://lexvo.org/id/term/lub/Morise>,
        <http://lexvo.org/id/term/lug/Mawulisyasi>,
        <http://lexvo.org/id/term/luo/Mauritius>,
        <http://lexvo.org/id/term/luy/Morisi>,
        <http://lexvo.org/id/term/mal/%E0%B4%AE%E0%B5%97%E0%B4%B1%E0%B5%80%E0%B4%B7%E0%B5%8D%E0%B4%AF%E0%B4%B8%E0%B5%8D>,
        <http://lexvo.org/id/term/mar/%E0%A4%AE%E0%A5%89%E0%A4%B0%E0%A4%BF%E0%A4%B6%E0%A4%B8>,
        <http://lexvo.org/id/term/mas/Morisi>,
        <http://lexvo.org/id/term/mer/Maur%C4%A9tiasi>,
        <http://lexvo.org/id/term/mfe/Moris>,
        <http://lexvo.org/id/term/mkd/%D0%9C%D0%B0%D1%83%D1%80%D0%B8%D1%86%D0%B8%D1%83%D1%81>,
        <http://lexvo.org/id/term/mlg/Maorisy>,
        <http://lexvo.org/id/term/mlt/Mawrizju>,
        <http://lexvo.org/id/term/mua/S%C7%9Dr%20Mauric%C7%9D>,
        <http://lexvo.org/id/term/naq/Mauritius>,
        <http://lexvo.org/id/term/nde/Mauritius>,
        <http://lexvo.org/id/term/nep/%E0%A4%AE%E0%A4%BE%E0%A4%89%E0%A4%B0%E0%A4%BF%E0%A4%9F%E0%A4%B8>,
        <http://lexvo.org/id/term/nld/Mauritius>,
        <http://lexvo.org/id/term/nmg/Morisse>,
        <http://lexvo.org/id/term/nno/Mauritius>,
        <http://lexvo.org/id/term/nob/Mauritius>,
        <http://lexvo.org/id/term/nyn/Maurishiasi>,
        <http://lexvo.org/id/term/ori/%E0%AC%AE%E0%AD%8C%E0%AC%B0%E0%AC%BF%E0%AC%B8%E0%AC%B8%E0%AD%8D>,
        <http://lexvo.org/id/term/pol/Mauritius>,
        <http://lexvo.org/id/term/por/Maur%C3%ADcias>,
        <http://lexvo.org/id/term/por/Maur%C3%ADcio>,
        <http://lexvo.org/id/term/rof/Morisi>,
        <http://lexvo.org/id/term/roh/Mauritius>,
        <http://lexvo.org/id/term/ron/Mauritius>,
        <http://lexvo.org/id/term/run/Izinga%20rya%20Morise>,
        <http://lexvo.org/id/term/rus/%D0%9C%D0%B0%D0%B2%D1%80%D0%B8%D0%BA%D0%B8%D0%B9>,
        <http://lexvo.org/id/term/rwk/Morisi>,
        <http://lexvo.org/id/term/sag/M%C3%B6r%C3%AEsi>,
        <http://lexvo.org/id/term/saq/Morisi>,
        <http://lexvo.org/id/term/sbp/Molisi>,
        <http://lexvo.org/id/term/seh/Maur%C3%ADcio>,
        <http://lexvo.org/id/term/ses/Mooris%20gungey>,
        <http://lexvo.org/id/term/shi-Latn/muris>,
        <http://lexvo.org/id/term/shi/%E2%B5%8E%E2%B5%93%E2%B5%94%E2%B5%89%E2%B5%99>,
        <http://lexvo.org/id/term/sin/%E0%B6%B8%E0%B7%94%E0%B6%BB%E0%B7%94%E0%B7%83%E0%B7%92%E0%B6%BA>,
        <http://lexvo.org/id/term/slk/Maur%C3%ADcius>,
        <http://lexvo.org/id/term/slv/Mauritius>,
        <http://lexvo.org/id/term/sme/Mauritius>,
        <http://lexvo.org/id/term/sna/Mauritius>,
        <http://lexvo.org/id/term/som/Murishiyoos>,
        <http://lexvo.org/id/term/spa/Mauricio>,
        <http://lexvo.org/id/term/srp-Latn/Mauricius>,
        <http://lexvo.org/id/term/srp/%D0%9C%D0%B0%D1%83%D1%80%D0%B8%D1%86%D0%B8%D1%98%D1%83%D1%81>,
        <http://lexvo.org/id/term/swc/Morisi>,
        <http://lexvo.org/id/term/swe/Mauritius>,
        <http://lexvo.org/id/term/swh/Morisi>,
        <http://lexvo.org/id/term/tam/%E0%AE%AE%E0%AF%8A%E0%AE%B0%E0%AE%BF%E0%AE%9A%E0%AE%BF%E0%AE%AF%E0%AE%B8%E0%AF%8D>,
        <http://lexvo.org/id/term/tel/%E0%B0%AE%E0%B0%BE%E0%B0%B0%E0%B0%BF%E0%B0%B7%E0%B0%B8%E0%B1%8D>,
        <http://lexvo.org/id/term/teo/Morisi>,
        <http://lexvo.org/id/term/tha/%E0%B8%A1%E0%B8%AD%E0%B8%A3%E0%B8%B4%E0%B9%80%E0%B8%8A%E0%B8%B5%E0%B8%A2%E0%B8%AA>,
        <http://lexvo.org/id/term/tig/%E1%88%9B%E1%88%A9%E1%88%B8%E1%88%B5>,
        <http://lexvo.org/id/term/tir/%E1%88%9B%E1%88%A9%E1%88%B8%E1%88%B5>,
        <http://lexvo.org/id/term/ton/Maulitiusi>,
        <http://lexvo.org/id/term/tur/Mauritius>,
        <http://lexvo.org/id/term/twq/Mooris%20gungey>,
        <http://lexvo.org/id/term/tzm/Muris>,
        <http://lexvo.org/id/term/ukr/%D0%9C%D0%B0%D0%B2%D1%80%D0%B8%D0%BA%D1%96%D0%B9>,
        <http://lexvo.org/id/term/urd/%D9%85%D8%A7%D8%B1%DB%8C%D8%B4%D8%B3>,
        <http://lexvo.org/id/term/vai-Latn/M%C9%94resh%C9%94>,
        <http://lexvo.org/id/term/vai/%EA%97%9E%EA%94%93%EA%97%94>,
        <http://lexvo.org/id/term/vie/Mauritius>,
        <http://lexvo.org/id/term/vun/Morisi>,
        <http://lexvo.org/id/term/wae/Mauritius>,
        <http://lexvo.org/id/term/wal/%E1%88%9B%E1%88%A9%E1%88%B8%E1%88%B5>,
        <http://lexvo.org/id/term/xog/Mawulisyasi>,
        <http://lexvo.org/id/term/yav/mol%C3%ADs>,
        <http://lexvo.org/id/term/yor/Or%C3%ADl%E1%BA%B9%CC%81%C3%A8de%20Maritiusi>,
        <http://lexvo.org/id/term/zsm/Mauritius>,
        <http://lexvo.org/id/term/zul/i-Mauritius> ;
    owl:sameAs <http://psi.oasis-open.org/iso/3166/#480>,
        <http://sws.geonames.org/934292/> .

<http://lexvo.org/id/iso3166/MW> a lvont:GeographicRegion ;
    rdfs:label "Malawi"@af,
        "Màlawì"@agq,
        "Malawi"@ak,
        "ማላዊ"@am,
        "ملاوي"@ar,
        "Malawi"@asa,
        "Malaui"@ast,
        "Malavi"@az,
        "Màlàwi"@bas,
        "Малаві"@be,
        "Humalawi"@bez,
        "Малави"@bg,
        "Malawi"@bm,
        "মালাউই"@bn,
        "མཱ་ལཱ་ཝི།"@bo,
        "Malawi"@br,
        "मलावी"@brx,
        "Malavi"@bs,
        "Малави"@bs-Cyrl,
        "Malawi"@ca,
        "Marawi"@cgg,
        "ᎹᎳᏫ"@chr,
        "马拉维"@cmn,
        "馬拉維"@cmn-Hant,
        "Malawi"@cs,
        "Malawi"@cy,
        "Malawi"@da,
        "Malawi"@dav,
        "Malawi"@de,
        "Malaawi"@dje,
        "མ་ལ་ཝི"@dz,
        "Malawi"@ebu,
        "Malawi nutome"@ee,
        "Μαλάουι"@el,
        "ISO 3166-1:MW"@en,
        "Malawi"@en,
        "𐐣𐐲𐑊𐐪𐐶𐐨"@en-Dsrt,
        "Malavio"@eo,
        "Malaui"@es,
        "Malawi"@et,
        "Malawi"@eu,
        "Malawí"@ewo,
        "مالاوی"@fa,
        "Malaawi"@ff,
        "Malawi"@fi,
        "Malawi"@fil,
        "Malavi"@fo,
        "Malawi"@fr,
        "Malawi"@fur,
        "An Mhaláiv"@ga,
        "Malabhaidh"@gd,
        "Malaui"@gl,
        "Malaawi"@gsw,
        "માલાવી"@gu,
        "Malawi"@guz,
        "Malawi"@ha,
        "מלאווי"@he,
        "मलावी"@hi,
        "Malavi"@hr,
        "Malawi"@hu,
        "Մալավի"@hy,
        "Malawi"@ia,
        "Malawi"@id,
        "Malaví"@is,
        "Malawi"@it,
        "マラウイ"@ja,
        "Mɑlɑ́wi"@jgo,
        "Malawi"@jmc,
        "მალავი"@ka,
        "Malawi"@kab,
        "Malawi"@kam,
        "Malawi"@kde,
        "Malaui"@kea,
        "Malaawi"@khq,
        "Malawi"@ki,
        "Malawi"@kl,
        "Emetab Malawi"@kln,
        "ម៉ាឡាវី"@km,
        "ಮಲಾವಿ"@kn,
        "말라위"@ko,
        "ملاوی"@ks,
        "Malawi"@ksb,
        "malawi"@ksf,
        "Malawi"@ksh,
        "Maláawi"@lag,
        "Malawi"@lg,
        "Malawi"@ln,
        "ມາລາວີ"@lo,
        "Malavis"@lt,
        "Malawi"@lu,
        "Malawi"@luo,
        "Malawi"@luy,
        "Malāvija"@lv,
        "Malawi"@mas,
        "Malawi"@mer,
        "Malawi"@mfe,
        "Malaoì"@mg,
        "Umalawi"@mgh,
        "Малави"@mk,
        "മലാവി"@ml,
        "मलावी"@mr,
        "Malawi"@mt,
        "Sǝr Malawi"@mua,
        "မာလာဝီ"@my,
        "Malawib"@naq,
        "Malawi"@nb,
        "Malawi"@nd,
        "मालावी"@ne,
        "Malawi"@nl,
        "Malawi"@nmg,
        "Malawi"@nn,
        "Marawi"@nyn,
        "ମାଲୱି"@or,
        "Malawi"@pl,
        "Malawi"@pt,
        "Malawi"@rm,
        "Malawi"@rn,
        "Malawi"@ro,
        "Malawi"@rof,
        "Малави"@ru,
        "Malawi"@rwk,
        "Malawi"@saq,
        "Malawi"@sbp,
        "Malawi"@se,
        "Malawi"@seh,
        "Malaawi"@ses,
        "Malawïi"@sg,
        "ⵎⴰⵍⴰⵡⵉ"@shi,
        "malawi"@shi-Latn,
        "මලාවි"@si,
        "Malawi"@sk,
        "Malavi"@sl,
        "Malawi"@sn,
        "Malaawi"@so,
        "Malavi"@sq,
        "Малави"@sr,
        "Malavi"@sr-Latn,
        "Malawi"@sv,
        "Malawi"@swc,
        "Malawi"@swh,
        "மாலவி"@ta,
        "మాలావి"@te,
        "Malawi"@teo,
        "มาลาวี"@th,
        "ማላዊ"@ti,
        "Malaui"@to,
        "Malavi"@tr,
        "Malaawi"@twq,
        "Malawi"@tzm,
        "Малаві"@uk,
        "ملاوی"@ur,
        "ꕮꕞꕌꔨ"@vai,
        "Malawi"@vai-Latn,
        "Malawi"@vi,
        "Malawi"@vun,
        "Malawi"@wae,
        "Malawi"@xog,
        "malawí"@yav,
        "Orílẹ́ède Malawi"@yo,
        "Malawi"@zsm,
        "i-Malawi"@zu ;
    lvont:label <http://lexvo.org/id/term/afr/Malawi>,
        <http://lexvo.org/id/term/agq/M%C3%A0law%C3%AC>,
        <http://lexvo.org/id/term/aka/Malawi>,
        <http://lexvo.org/id/term/amh/%E1%88%9B%E1%88%8B%E1%8B%8A>,
        <http://lexvo.org/id/term/ara/%D9%85%D9%84%D8%A7%D9%88%D9%8A>,
        <http://lexvo.org/id/term/asa/Malawi>,
        <http://lexvo.org/id/term/ast/Malaui>,
        <http://lexvo.org/id/term/aze/Malavi>,
        <http://lexvo.org/id/term/bam/Malawi>,
        <http://lexvo.org/id/term/bas/M%C3%A0l%C3%A0wi>,
        <http://lexvo.org/id/term/bel/%D0%9C%D0%B0%D0%BB%D0%B0%D0%B2%D1%96>,
        <http://lexvo.org/id/term/ben/%E0%A6%AE%E0%A6%BE%E0%A6%B2%E0%A6%BE%E0%A6%89%E0%A6%87>,
        <http://lexvo.org/id/term/bez/Humalawi>,
        <http://lexvo.org/id/term/bod/%E0%BD%98%E0%BD%B1%E0%BC%8B%E0%BD%A3%E0%BD%B1%E0%BC%8B%E0%BD%9D%E0%BD%B2%E0%BC%8D>,
        <http://lexvo.org/id/term/bos-Cyrl/%D0%9C%D0%B0%D0%BB%D0%B0%D0%B2%D0%B8>,
        <http://lexvo.org/id/term/bos/Malavi>,
        <http://lexvo.org/id/term/bre/Malawi>,
        <http://lexvo.org/id/term/brx/%E0%A4%AE%E0%A4%B2%E0%A4%BE%E0%A4%B5%E0%A5%80>,
        <http://lexvo.org/id/term/bul/%D0%9C%D0%B0%D0%BB%D0%B0%D0%B2%D0%B8>,
        <http://lexvo.org/id/term/cat/Malawi>,
        <http://lexvo.org/id/term/ces/Malawi>,
        <http://lexvo.org/id/term/cgg/Marawi>,
        <http://lexvo.org/id/term/chr/%E1%8E%B9%E1%8E%B3%E1%8F%AB>,
        <http://lexvo.org/id/term/cmn-Hant/%E9%A6%AC%E6%8B%89%E7%B6%AD>,
        <http://lexvo.org/id/term/cmn/%E9%A9%AC%E6%8B%89%E7%BB%B4>,
        <http://lexvo.org/id/term/cym/Malawi>,
        <http://lexvo.org/id/term/dan/Malawi>,
        <http://lexvo.org/id/term/dav/Malawi>,
        <http://lexvo.org/id/term/deu/Malawi>,
        <http://lexvo.org/id/term/dje/Malaawi>,
        <http://lexvo.org/id/term/dzo/%E0%BD%98%E0%BC%8B%E0%BD%A3%E0%BC%8B%E0%BD%9D%E0%BD%B2>,
        <http://lexvo.org/id/term/ebu/Malawi>,
        <http://lexvo.org/id/term/ell/%CE%9C%CE%B1%CE%BB%CE%AC%CE%BF%CF%85%CE%B9>,
        <http://lexvo.org/id/term/eng-Dsrt/%F0%90%90%A3%F0%90%90%B2%F0%90%91%8A%F0%90%90%AA%F0%90%90%B6%F0%90%90%A8>,
        <http://lexvo.org/id/term/eng/ISO%203166-1%3AMW>,
        <http://lexvo.org/id/term/eng/Malawi>,
        <http://lexvo.org/id/term/epo/Malavio>,
        <http://lexvo.org/id/term/est/Malawi>,
        <http://lexvo.org/id/term/eus/Malawi>,
        <http://lexvo.org/id/term/ewe/Malawi%20nutome>,
        <http://lexvo.org/id/term/ewo/Malaw%C3%AD>,
        <http://lexvo.org/id/term/fao/Malavi>,
        <http://lexvo.org/id/term/fas/%D9%85%D8%A7%D9%84%D8%A7%D9%88%DB%8C>,
        <http://lexvo.org/id/term/fil/Malawi>,
        <http://lexvo.org/id/term/fin/Malawi>,
        <http://lexvo.org/id/term/fra/Malawi>,
        <http://lexvo.org/id/term/ful/Malaawi>,
        <http://lexvo.org/id/term/fur/Malawi>,
        <http://lexvo.org/id/term/gla/Malabhaidh>,
        <http://lexvo.org/id/term/gle/An%20Mhal%C3%A1iv>,
        <http://lexvo.org/id/term/glg/Malaui>,
        <http://lexvo.org/id/term/gsw/Malaawi>,
        <http://lexvo.org/id/term/guj/%E0%AA%AE%E0%AA%BE%E0%AA%B2%E0%AA%BE%E0%AA%B5%E0%AB%80>,
        <http://lexvo.org/id/term/guz/Malawi>,
        <http://lexvo.org/id/term/hau/Malawi>,
        <http://lexvo.org/id/term/heb/%D7%9E%D7%9C%D7%90%D7%95%D7%95%D7%99>,
        <http://lexvo.org/id/term/hin/%E0%A4%AE%E0%A4%B2%E0%A4%BE%E0%A4%B5%E0%A5%80>,
        <http://lexvo.org/id/term/hrv/Malavi>,
        <http://lexvo.org/id/term/hun/Malawi>,
        <http://lexvo.org/id/term/hye/%D5%84%D5%A1%D5%AC%D5%A1%D5%BE%D5%AB>,
        <http://lexvo.org/id/term/ina/Malawi>,
        <http://lexvo.org/id/term/ind/Malawi>,
        <http://lexvo.org/id/term/isl/Malav%C3%AD>,
        <http://lexvo.org/id/term/ita/Malawi>,
        <http://lexvo.org/id/term/jgo/M%C9%91l%C9%91%CC%81wi>,
        <http://lexvo.org/id/term/jmc/Malawi>,
        <http://lexvo.org/id/term/jpn/%E3%83%9E%E3%83%A9%E3%82%A6%E3%82%A4>,
        <http://lexvo.org/id/term/kab/Malawi>,
        <http://lexvo.org/id/term/kal/Malawi>,
        <http://lexvo.org/id/term/kam/Malawi>,
        <http://lexvo.org/id/term/kan/%E0%B2%AE%E0%B2%B2%E0%B2%BE%E0%B2%B5%E0%B2%BF>,
        <http://lexvo.org/id/term/kas/%D9%85%D9%84%D8%A7%D9%88%DB%8C>,
        <http://lexvo.org/id/term/kat/%E1%83%9B%E1%83%90%E1%83%9A%E1%83%90%E1%83%95%E1%83%98>,
        <http://lexvo.org/id/term/kde/Malawi>,
        <http://lexvo.org/id/term/kea/Malaui>,
        <http://lexvo.org/id/term/khm/%E1%9E%98%E1%9F%89%E1%9E%B6%E1%9E%A1%E1%9E%B6%E1%9E%9C%E1%9E%B8>,
        <http://lexvo.org/id/term/khq/Malaawi>,
        <http://lexvo.org/id/term/kik/Malawi>,
        <http://lexvo.org/id/term/kln/Emetab%20Malawi>,
        <http://lexvo.org/id/term/kor/%EB%A7%90%EB%9D%BC%EC%9C%84>,
        <http://lexvo.org/id/term/ksb/Malawi>,
        <http://lexvo.org/id/term/ksf/malawi>,
        <http://lexvo.org/id/term/ksh/Malawi>,
        <http://lexvo.org/id/term/lag/Mal%C3%A1awi>,
        <http://lexvo.org/id/term/lao/%E0%BA%A1%E0%BA%B2%E0%BA%A5%E0%BA%B2%E0%BA%A7%E0%BA%B5>,
        <http://lexvo.org/id/term/lav/Mal%C4%81vija>,
        <http://lexvo.org/id/term/lin/Malawi>,
        <http://lexvo.org/id/term/lit/Malavis>,
        <http://lexvo.org/id/term/lub/Malawi>,
        <http://lexvo.org/id/term/lug/Malawi>,
        <http://lexvo.org/id/term/luo/Malawi>,
        <http://lexvo.org/id/term/luy/Malawi>,
        <http://lexvo.org/id/term/mal/%E0%B4%AE%E0%B4%B2%E0%B4%BE%E0%B4%B5%E0%B4%BF>,
        <http://lexvo.org/id/term/mar/%E0%A4%AE%E0%A4%B2%E0%A4%BE%E0%A4%B5%E0%A5%80>,
        <http://lexvo.org/id/term/mas/Malawi>,
        <http://lexvo.org/id/term/mer/Malawi>,
        <http://lexvo.org/id/term/mfe/Malawi>,
        <http://lexvo.org/id/term/mgh/Umalawi>,
        <http://lexvo.org/id/term/mkd/%D0%9C%D0%B0%D0%BB%D0%B0%D0%B2%D0%B8>,
        <http://lexvo.org/id/term/mlg/Malao%C3%AC>,
        <http://lexvo.org/id/term/mlt/Malawi>,
        <http://lexvo.org/id/term/mua/S%C7%9Dr%20Malawi>,
        <http://lexvo.org/id/term/mya/%E1%80%99%E1%80%AC%E1%80%9C%E1%80%AC%E1%80%9D%E1%80%AE>,
        <http://lexvo.org/id/term/naq/Malawib>,
        <http://lexvo.org/id/term/nde/Malawi>,
        <http://lexvo.org/id/term/nep/%E0%A4%AE%E0%A4%BE%E0%A4%B2%E0%A4%BE%E0%A4%B5%E0%A5%80>,
        <http://lexvo.org/id/term/nld/Malawi>,
        <http://lexvo.org/id/term/nmg/Malawi>,
        <http://lexvo.org/id/term/nno/Malawi>,
        <http://lexvo.org/id/term/nob/Malawi>,
        <http://lexvo.org/id/term/nyn/Marawi>,
        <http://lexvo.org/id/term/ori/%E0%AC%AE%E0%AC%BE%E0%AC%B2%E0%AD%B1%E0%AC%BF>,
        <http://lexvo.org/id/term/pol/Malawi>,
        <http://lexvo.org/id/term/por/Malawi>,
        <http://lexvo.org/id/term/rof/Malawi>,
        <http://lexvo.org/id/term/roh/Malawi>,
        <http://lexvo.org/id/term/ron/Malawi>,
        <http://lexvo.org/id/term/run/Malawi>,
        <http://lexvo.org/id/term/rus/%D0%9C%D0%B0%D0%BB%D0%B0%D0%B2%D0%B8>,
        <http://lexvo.org/id/term/rwk/Malawi>,
        <http://lexvo.org/id/term/sag/Malaw%C3%AFi>,
        <http://lexvo.org/id/term/saq/Malawi>,
        <http://lexvo.org/id/term/sbp/Malawi>,
        <http://lexvo.org/id/term/seh/Malawi>,
        <http://lexvo.org/id/term/ses/Malaawi>,
        <http://lexvo.org/id/term/shi-Latn/malawi>,
        <http://lexvo.org/id/term/shi/%E2%B5%8E%E2%B4%B0%E2%B5%8D%E2%B4%B0%E2%B5%A1%E2%B5%89>,
        <http://lexvo.org/id/term/sin/%E0%B6%B8%E0%B6%BD%E0%B7%8F%E0%B7%80%E0%B7%92>,
        <http://lexvo.org/id/term/slk/Malawi>,
        <http://lexvo.org/id/term/slv/Malavi>,
        <http://lexvo.org/id/term/sme/Malawi>,
        <http://lexvo.org/id/term/sna/Malawi>,
        <http://lexvo.org/id/term/som/Malaawi>,
        <http://lexvo.org/id/term/spa/Malaui>,
        <http://lexvo.org/id/term/sqi/Malavi>,
        <http://lexvo.org/id/term/srp-Latn/Malavi>,
        <http://lexvo.org/id/term/srp/%D0%9C%D0%B0%D0%BB%D0%B0%D0%B2%D0%B8>,
        <http://lexvo.org/id/term/swc/Malawi>,
        <http://lexvo.org/id/term/swe/Malawi>,
        <http://lexvo.org/id/term/swh/Malawi>,
        <http://lexvo.org/id/term/tam/%E0%AE%AE%E0%AE%BE%E0%AE%B2%E0%AE%B5%E0%AE%BF>,
        <http://lexvo.org/id/term/tel/%E0%B0%AE%E0%B0%BE%E0%B0%B2%E0%B0%BE%E0%B0%B5%E0%B0%BF>,
        <http://lexvo.org/id/term/teo/Malawi>,
        <http://lexvo.org/id/term/tha/%E0%B8%A1%E0%B8%B2%E0%B8%A5%E0%B8%B2%E0%B8%A7%E0%B8%B5>,
        <http://lexvo.org/id/term/tir/%E1%88%9B%E1%88%8B%E1%8B%8A>,
        <http://lexvo.org/id/term/ton/Malaui>,
        <http://lexvo.org/id/term/tur/Malavi>,
        <http://lexvo.org/id/term/twq/Malaawi>,
        <http://lexvo.org/id/term/tzm/Malawi>,
        <http://lexvo.org/id/term/ukr/%D0%9C%D0%B0%D0%BB%D0%B0%D0%B2%D1%96>,
        <http://lexvo.org/id/term/urd/%D9%85%D9%84%D8%A7%D9%88%DB%8C>,
        <http://lexvo.org/id/term/vai-Latn/Malawi>,
        <http://lexvo.org/id/term/vai/%EA%95%AE%EA%95%9E%EA%95%8C%EA%94%A8>,
        <http://lexvo.org/id/term/vie/Malawi>,
        <http://lexvo.org/id/term/vun/Malawi>,
        <http://lexvo.org/id/term/wae/Malawi>,
        <http://lexvo.org/id/term/xog/Malawi>,
        <http://lexvo.org/id/term/yav/malaw%C3%AD>,
        <http://lexvo.org/id/term/yor/Or%C3%ADl%E1%BA%B9%CC%81%C3%A8de%20Malawi>,
        <http://lexvo.org/id/term/zsm/Malawi>,
        <http://lexvo.org/id/term/zul/i-Malawi> ;
    owl:sameAs <http://psi.oasis-open.org/iso/3166/#454>,
        <http://sws.geonames.org/927384/> .

<http://lexvo.org/id/iso3166/MX> a lvont:GeographicRegion ;
    rdfs:label "Meksiko"@af,
        "Mɛkɨzikù"@agq,
        "Mɛksiko"@ak,
        "ሜክሲኮ"@am,
        "المكسيك"@ar,
        "Mekthiko"@asa,
        "Méxicu"@ast,
        "Meksika"@az,
        "Mɛ̀gsîk"@bas,
        "Мексіка"@be,
        "Humeksiko"@bez,
        "Мексико"@bg,
        "Meksiki"@bm,
        "মক্সিকো"@bn,
        "མེཀ་སི་ཀོ།"@bo,
        "Mecʼhiko"@br,
        "मैक्सिको"@brx,
        "Meksiko"@bs,
        "Мексико"@bs-Cyrl,
        "ሜክሲኮ"@byn,
        "Mèxic"@ca,
        "Mexico"@cgg,
        "ᏍᏆᏂᏱ"@chr,
        "墨西哥"@cmn,
        "墨西哥"@cmn-Hant,
        "Mexiko"@cs,
        "Mecsico"@cy,
        "Mexico"@da,
        "Meksiko"@dav,
        "Mexiko"@de,
        "Mexiki"@dje,
        "མེཀ་སི་ཀོ"@dz,
        "Meksiko"@ebu,
        "Meksico nutome"@ee,
        "Μεξικό"@el,
        "ISO 3166-1:MX"@en,
        "Mexico"@en,
        "𐐣𐐯𐐿𐑅𐐲𐐿𐐬"@en-Dsrt,
        "Meksiko"@eo,
        "México"@es,
        "Mehhiko"@et,
        "Mexiko"@eu,
        "Mɛkəsíg"@ewo,
        "مکزیک"@fa,
        "مکسیکو"@fa,
        "Meksik"@ff,
        "Meksiko"@fi,
        "Mexico"@fil,
        "Meksiko"@fo,
        "Mexique"@fr,
        "Messic"@fur,
        "Meicsiceo"@ga,
        "Meagsago"@gd,
        "México"@gl,
        "Mexiko"@gsw,
        "મેક્સિકો"@gu,
        "Meksiko"@guz,
        "Makasiko"@ha,
        "Mekiko"@haw,
        "מקסיקו"@he,
        "मेक्सिको"@hi,
        "Meksiko"@hr,
        "Mexikó"@hu,
        "Մեքսիկա"@hy,
        "Mexico"@ia,
        "Meksiko"@id,
        "Mexíkó"@is,
        "Messico"@it,
        "メキシコ"@ja,
        "Mɛksîk"@jgo,
        "Meksiko"@jmc,
        "მექსიკა"@ka,
        "Meksik"@kab,
        "Meksiko"@kam,
        "Meksiko"@kde,
        "Mexiku"@kea,
        "Mexiki"@khq,
        "Meksiko"@ki,
        "Мексика"@kk,
        "Mexiko"@kl,
        "Emetab Mexico"@kln,
        "ម៉ិចសិក"@km,
        "ಮೆಕ್ಸಿಕೊ"@kn,
        "멕시코"@ko,
        "مٮ۪کسِکو"@ks,
        "Meksiko"@ksb,
        "mɛksík"@ksf,
        "Mexico"@ksh,
        "Mekisiko"@lag,
        "Mekisiko"@lg,
        "Meksike"@ln,
        "ເມັກຊິໂກ"@lo,
        "Meksika"@lt,
        "Meksike"@lu,
        "Mexico"@luo,
        "Meksiko"@luy,
        "Meksika"@lv,
        "Meksiko"@mas,
        "Mexiko"@mer,
        "Mexik"@mfe,
        "Meksika"@mg,
        "Мексико"@mk,
        "മെക്സിക്കോ"@ml,
        "मेक्सिको"@mr,
        "Messiku"@mt,
        "Mexiko"@mua,
        "မက္ကဆီကို"@my,
        "Mexicob"@naq,
        "Mexico"@nb,
        "Meksikho"@nd,
        "मेक्सिको"@ne,
        "Mexico"@nl,
        "Mɛxik"@nmg,
        "Mexico"@nn,
        "Mexico"@nyn,
        "ମେକ୍ସିକୋ"@or,
        "Meksyk"@pl,
        "México"@pt,
        "Mexico"@rm,
        "Migizike"@rn,
        "Mexic"@ro,
        "Meksiko"@rof,
        "Мексика"@ru,
        "Meksiko"@rwk,
        "Meksiko"@saq,
        "Mekisiko"@sbp,
        "Meksiko"@se,
        "México"@seh,
        "Mexiki"@ses,
        "Mekisîki"@sg,
        "ⵎⵉⴽⵙⵉⴽ"@shi,
        "miksik"@shi-Latn,
        "මෙක්සිකෝව"@si,
        "Mexiko"@sk,
        "Mehika"@sl,
        "Mexico"@sn,
        "Meksiko"@so,
        "Meksikë"@sq,
        "Мексико"@sr,
        "Meksiko"@sr-Latn,
        "Mexiko"@sv,
        "Meksiko"@swc,
        "Meksiko"@swh,
        "மெக்சிகோ"@ta,
        "మెక్సికో"@te,
        "Meksiko"@teo,
        "เม็กซิโก"@th,
        "ሜክሲኮ"@ti,
        "ሜክሲኮ"@tig,
        "Mekisikou"@to,
        "Meksika"@tr,
        "Mexiki"@twq,
        "Miksik"@tzm,
        "Мексика"@uk,
        "میکسیکو"@ur,
        "ꘈꔻꖏ"@vai,
        "Mɛsíko"@vai-Latn,
        "Mê-hi-cô"@vi,
        "Meksiko"@vun,
        "Mexiko"@wae,
        "ሜክሲኮ"@wal,
        "Mekisiko"@xog,
        "mɛksíik"@yav,
        "Orílẹ́ède Mesiko"@yo,
        "Meksiko"@zsm,
        "i-Mexico"@zu ;
    lvont:label <http://lexvo.org/id/term/afr/Meksiko>,
        <http://lexvo.org/id/term/agq/M%C9%9Bk%C9%A8zik%C3%B9>,
        <http://lexvo.org/id/term/aka/M%C9%9Bksiko>,
        <http://lexvo.org/id/term/amh/%E1%88%9C%E1%8A%AD%E1%88%B2%E1%8A%AE>,
        <http://lexvo.org/id/term/ara/%D8%A7%D9%84%D9%85%D9%83%D8%B3%D9%8A%D9%83>,
        <http://lexvo.org/id/term/asa/Mekthiko>,
        <http://lexvo.org/id/term/ast/M%C3%A9xicu>,
        <http://lexvo.org/id/term/aze/Meksika>,
        <http://lexvo.org/id/term/bam/Meksiki>,
        <http://lexvo.org/id/term/bas/M%C9%9B%CC%80gs%C3%AEk>,
        <http://lexvo.org/id/term/bel/%D0%9C%D0%B5%D0%BA%D1%81%D1%96%D0%BA%D0%B0>,
        <http://lexvo.org/id/term/ben/%E0%A6%AE%E0%A6%95%E0%A7%8D%E0%A6%B8%E0%A6%BF%E0%A6%95%E0%A7%8B>,
        <http://lexvo.org/id/term/bez/Humeksiko>,
        <http://lexvo.org/id/term/bod/%E0%BD%98%E0%BD%BA%E0%BD%80%E0%BC%8B%E0%BD%A6%E0%BD%B2%E0%BC%8B%E0%BD%80%E0%BD%BC%E0%BC%8D>,
        <http://lexvo.org/id/term/bos-Cyrl/%D0%9C%D0%B5%D0%BA%D1%81%D0%B8%D0%BA%D0%BE>,
        <http://lexvo.org/id/term/bos/Meksiko>,
        <http://lexvo.org/id/term/bre/Mec%CA%BChiko>,
        <http://lexvo.org/id/term/brx/%E0%A4%AE%E0%A5%88%E0%A4%95%E0%A5%8D%E0%A4%B8%E0%A4%BF%E0%A4%95%E0%A5%8B>,
        <http://lexvo.org/id/term/bul/%D0%9C%D0%B5%D0%BA%D1%81%D0%B8%D0%BA%D0%BE>,
        <http://lexvo.org/id/term/byn/%E1%88%9C%E1%8A%AD%E1%88%B2%E1%8A%AE>,
        <http://lexvo.org/id/term/cat/M%C3%A8xic>,
        <http://lexvo.org/id/term/ces/Mexiko>,
        <http://lexvo.org/id/term/cgg/Mexico>,
        <http://lexvo.org/id/term/chr/%E1%8F%8D%E1%8F%86%E1%8F%82%E1%8F%B1>,
        <http://lexvo.org/id/term/cmn-Hant/%E5%A2%A8%E8%A5%BF%E5%93%A5>,
        <http://lexvo.org/id/term/cmn/%E5%A2%A8%E8%A5%BF%E5%93%A5>,
        <http://lexvo.org/id/term/cym/Mecsico>,
        <http://lexvo.org/id/term/dan/Mexico>,
        <http://lexvo.org/id/term/dav/Meksiko>,
        <http://lexvo.org/id/term/deu/Mexiko>,
        <http://lexvo.org/id/term/dje/Mexiki>,
        <http://lexvo.org/id/term/dzo/%E0%BD%98%E0%BD%BA%E0%BD%80%E0%BC%8B%E0%BD%A6%E0%BD%B2%E0%BC%8B%E0%BD%80%E0%BD%BC>,
        <http://lexvo.org/id/term/ebu/Meksiko>,
        <http://lexvo.org/id/term/ell/%CE%9C%CE%B5%CE%BE%CE%B9%CE%BA%CF%8C>,
        <http://lexvo.org/id/term/eng-Dsrt/%F0%90%90%A3%F0%90%90%AF%F0%90%90%BF%F0%90%91%85%F0%90%90%B2%F0%90%90%BF%F0%90%90%AC>,
        <http://lexvo.org/id/term/eng/ISO%203166-1%3AMX>,
        <http://lexvo.org/id/term/eng/Mexico>,
        <http://lexvo.org/id/term/epo/Meksiko>,
        <http://lexvo.org/id/term/est/Mehhiko>,
        <http://lexvo.org/id/term/eus/Mexiko>,
        <http://lexvo.org/id/term/ewe/Meksico%20nutome>,
        <http://lexvo.org/id/term/ewo/M%C9%9Bk%C9%99s%C3%ADg>,
        <http://lexvo.org/id/term/fao/Meksiko>,
        <http://lexvo.org/id/term/fas/%D9%85%DA%A9%D8%B2%DB%8C%DA%A9>,
        <http://lexvo.org/id/term/fas/%D9%85%DA%A9%D8%B3%DB%8C%DA%A9%D9%88>,
        <http://lexvo.org/id/term/fil/Mexico>,
        <http://lexvo.org/id/term/fin/Meksiko>,
        <http://lexvo.org/id/term/fra/Mexique>,
        <http://lexvo.org/id/term/ful/Meksik>,
        <http://lexvo.org/id/term/fur/Messic>,
        <http://lexvo.org/id/term/gla/Meagsago>,
        <http://lexvo.org/id/term/gle/Meicsiceo>,
        <http://lexvo.org/id/term/glg/M%C3%A9xico>,
        <http://lexvo.org/id/term/gsw/Mexiko>,
        <http://lexvo.org/id/term/guj/%E0%AA%AE%E0%AB%87%E0%AA%95%E0%AB%8D%E0%AA%B8%E0%AA%BF%E0%AA%95%E0%AB%8B>,
        <http://lexvo.org/id/term/guz/Meksiko>,
        <http://lexvo.org/id/term/hau/Makasiko>,
        <http://lexvo.org/id/term/haw/Mekiko>,
        <http://lexvo.org/id/term/heb/%D7%9E%D7%A7%D7%A1%D7%99%D7%A7%D7%95>,
        <http://lexvo.org/id/term/hin/%E0%A4%AE%E0%A5%87%E0%A4%95%E0%A5%8D%E0%A4%B8%E0%A4%BF%E0%A4%95%E0%A5%8B>,
        <http://lexvo.org/id/term/hrv/Meksiko>,
        <http://lexvo.org/id/term/hun/Mexik%C3%B3>,
        <http://lexvo.org/id/term/hye/%D5%84%D5%A5%D6%84%D5%BD%D5%AB%D5%AF%D5%A1>,
        <http://lexvo.org/id/term/ina/Mexico>,
        <http://lexvo.org/id/term/ind/Meksiko>,
        <http://lexvo.org/id/term/isl/Mex%C3%ADk%C3%B3>,
        <http://lexvo.org/id/term/ita/Messico>,
        <http://lexvo.org/id/term/jgo/M%C9%9Bks%C3%AEk>,
        <http://lexvo.org/id/term/jmc/Meksiko>,
        <http://lexvo.org/id/term/jpn/%E3%83%A1%E3%82%AD%E3%82%B7%E3%82%B3>,
        <http://lexvo.org/id/term/kab/Meksik>,
        <http://lexvo.org/id/term/kal/Mexiko>,
        <http://lexvo.org/id/term/kam/Meksiko>,
        <http://lexvo.org/id/term/kan/%E0%B2%AE%E0%B3%86%E0%B2%95%E0%B3%8D%E0%B2%B8%E0%B2%BF%E0%B2%95%E0%B3%8A>,
        <http://lexvo.org/id/term/kas/%D9%85%D9%AE%DB%AA%DA%A9%D8%B3%D9%90%DA%A9%D9%88>,
        <http://lexvo.org/id/term/kat/%E1%83%9B%E1%83%94%E1%83%A5%E1%83%A1%E1%83%98%E1%83%99%E1%83%90>,
        <http://lexvo.org/id/term/kaz/%D0%9C%D0%B5%D0%BA%D1%81%D0%B8%D0%BA%D0%B0>,
        <http://lexvo.org/id/term/kde/Meksiko>,
        <http://lexvo.org/id/term/kea/Mexiku>,
        <http://lexvo.org/id/term/khm/%E1%9E%98%E1%9F%89%E1%9E%B7%E1%9E%85%E1%9E%9F%E1%9E%B7%E1%9E%80>,
        <http://lexvo.org/id/term/khq/Mexiki>,
        <http://lexvo.org/id/term/kik/Meksiko>,
        <http://lexvo.org/id/term/kln/Emetab%20Mexico>,
        <http://lexvo.org/id/term/kor/%EB%A9%95%EC%8B%9C%EC%BD%94>,
        <http://lexvo.org/id/term/ksb/Meksiko>,
        <http://lexvo.org/id/term/ksf/m%C9%9Bks%C3%ADk>,
        <http://lexvo.org/id/term/ksh/Mexico>,
        <http://lexvo.org/id/term/lag/Mekisiko>,
        <http://lexvo.org/id/term/lao/%E0%BB%80%E0%BA%A1%E0%BA%B1%E0%BA%81%E0%BA%8A%E0%BA%B4%E0%BB%82%E0%BA%81>,
        <http://lexvo.org/id/term/lav/Meksika>,
        <http://lexvo.org/id/term/lin/Meksike>,
        <http://lexvo.org/id/term/lit/Meksika>,
        <http://lexvo.org/id/term/lub/Meksike>,
        <http://lexvo.org/id/term/lug/Mekisiko>,
        <http://lexvo.org/id/term/luo/Mexico>,
        <http://lexvo.org/id/term/luy/Meksiko>,
        <http://lexvo.org/id/term/mal/%E0%B4%AE%E0%B5%86%E0%B4%95%E0%B5%8D%E0%B4%B8%E0%B4%BF%E0%B4%95%E0%B5%8D%E0%B4%95%E0%B5%8B>,
        <http://lexvo.org/id/term/mar/%E0%A4%AE%E0%A5%87%E0%A4%95%E0%A5%8D%E0%A4%B8%E0%A4%BF%E0%A4%95%E0%A5%8B>,
        <http://lexvo.org/id/term/mas/Meksiko>,
        <http://lexvo.org/id/term/mer/Mexiko>,
        <http://lexvo.org/id/term/mfe/Mexik>,
        <http://lexvo.org/id/term/mkd/%D0%9C%D0%B5%D0%BA%D1%81%D0%B8%D0%BA%D0%BE>,
        <http://lexvo.org/id/term/mlg/Meksika>,
        <http://lexvo.org/id/term/mlt/Messiku>,
        <http://lexvo.org/id/term/mua/Mexiko>,
        <http://lexvo.org/id/term/mya/%E1%80%99%E1%80%80%E1%80%B9%E1%80%80%E1%80%86%E1%80%AE%E1%80%80%E1%80%AD%E1%80%AF>,
        <http://lexvo.org/id/term/naq/Mexicob>,
        <http://lexvo.org/id/term/nde/Meksikho>,
        <http://lexvo.org/id/term/nep/%E0%A4%AE%E0%A5%87%E0%A4%95%E0%A5%8D%E0%A4%B8%E0%A4%BF%E0%A4%95%E0%A5%8B>,
        <http://lexvo.org/id/term/nld/Mexico>,
        <http://lexvo.org/id/term/nmg/M%C9%9Bxik>,
        <http://lexvo.org/id/term/nno/Mexico>,
        <http://lexvo.org/id/term/nob/Mexico>,
        <http://lexvo.org/id/term/nyn/Mexico>,
        <http://lexvo.org/id/term/ori/%E0%AC%AE%E0%AD%87%E0%AC%95%E0%AD%8D%E0%AC%B8%E0%AC%BF%E0%AC%95%E0%AD%8B>,
        <http://lexvo.org/id/term/pol/Meksyk>,
        <http://lexvo.org/id/term/por/M%C3%A9xico>,
        <http://lexvo.org/id/term/rof/Meksiko>,
        <http://lexvo.org/id/term/roh/Mexico>,
        <http://lexvo.org/id/term/ron/Mexic>,
        <http://lexvo.org/id/term/run/Migizike>,
        <http://lexvo.org/id/term/rus/%D0%9C%D0%B5%D0%BA%D1%81%D0%B8%D0%BA%D0%B0>,
        <http://lexvo.org/id/term/rwk/Meksiko>,
        <http://lexvo.org/id/term/sag/Mekis%C3%AEki>,
        <http://lexvo.org/id/term/saq/Meksiko>,
        <http://lexvo.org/id/term/sbp/Mekisiko>,
        <http://lexvo.org/id/term/seh/M%C3%A9xico>,
        <http://lexvo.org/id/term/ses/Mexiki>,
        <http://lexvo.org/id/term/shi-Latn/miksik>,
        <http://lexvo.org/id/term/shi/%E2%B5%8E%E2%B5%89%E2%B4%BD%E2%B5%99%E2%B5%89%E2%B4%BD>,
        <http://lexvo.org/id/term/sin/%E0%B6%B8%E0%B7%99%E0%B6%9A%E0%B7%8A%E0%B7%83%E0%B7%92%E0%B6%9A%E0%B7%9D%E0%B7%80>,
        <http://lexvo.org/id/term/slk/Mexiko>,
        <http://lexvo.org/id/term/slv/Mehika>,
        <http://lexvo.org/id/term/sme/Meksiko>,
        <http://lexvo.org/id/term/sna/Mexico>,
        <http://lexvo.org/id/term/som/Meksiko>,
        <http://lexvo.org/id/term/spa/M%C3%A9xico>,
        <http://lexvo.org/id/term/sqi/Meksik%C3%AB>,
        <http://lexvo.org/id/term/srp-Latn/Meksiko>,
        <http://lexvo.org/id/term/srp/%D0%9C%D0%B5%D0%BA%D1%81%D0%B8%D0%BA%D0%BE>,
        <http://lexvo.org/id/term/swc/Meksiko>,
        <http://lexvo.org/id/term/swe/Mexiko>,
        <http://lexvo.org/id/term/swh/Meksiko>,
        <http://lexvo.org/id/term/tam/%E0%AE%AE%E0%AF%86%E0%AE%95%E0%AF%8D%E0%AE%9A%E0%AE%BF%E0%AE%95%E0%AF%8B>,
        <http://lexvo.org/id/term/tel/%E0%B0%AE%E0%B1%86%E0%B0%95%E0%B1%8D%E0%B0%B8%E0%B0%BF%E0%B0%95%E0%B1%8B>,
        <http://lexvo.org/id/term/teo/Meksiko>,
        <http://lexvo.org/id/term/tha/%E0%B9%80%E0%B8%A1%E0%B9%87%E0%B8%81%E0%B8%8B%E0%B8%B4%E0%B9%82%E0%B8%81>,
        <http://lexvo.org/id/term/tig/%E1%88%9C%E1%8A%AD%E1%88%B2%E1%8A%AE>,
        <http://lexvo.org/id/term/tir/%E1%88%9C%E1%8A%AD%E1%88%B2%E1%8A%AE>,
        <http://lexvo.org/id/term/ton/Mekisikou>,
        <http://lexvo.org/id/term/tur/Meksika>,
        <http://lexvo.org/id/term/twq/Mexiki>,
        <http://lexvo.org/id/term/tzm/Miksik>,
        <http://lexvo.org/id/term/ukr/%D0%9C%D0%B5%D0%BA%D1%81%D0%B8%D0%BA%D0%B0>,
        <http://lexvo.org/id/term/urd/%D9%85%DB%8C%DA%A9%D8%B3%DB%8C%DA%A9%D9%88>,
        <http://lexvo.org/id/term/vai-Latn/M%C9%9Bs%C3%ADko>,
        <http://lexvo.org/id/term/vai/%EA%98%88%EA%94%BB%EA%96%8F>,
        <http://lexvo.org/id/term/vie/M%C3%AA-hi-c%C3%B4>,
        <http://lexvo.org/id/term/vun/Meksiko>,
        <http://lexvo.org/id/term/wae/Mexiko>,
        <http://lexvo.org/id/term/wal/%E1%88%9C%E1%8A%AD%E1%88%B2%E1%8A%AE>,
        <http://lexvo.org/id/term/xog/Mekisiko>,
        <http://lexvo.org/id/term/yav/m%C9%9Bks%C3%ADik>,
        <http://lexvo.org/id/term/yor/Or%C3%ADl%E1%BA%B9%CC%81%C3%A8de%20Mesiko>,
        <http://lexvo.org/id/term/zsm/Meksiko>,
        <http://lexvo.org/id/term/zul/i-Mexico> ;
    owl:sameAs <http://psi.oasis-open.org/iso/3166/#484>,
        <http://sws.geonames.org/3996063/> .

<http://lexvo.org/id/iso3166/MY> a lvont:GeographicRegion ;
    rdfs:label "Maleisië"@af,
        "Màlɛshìa"@agq,
        "Malehyia"@ak,
        "ማሌዢያ"@am,
        "ماليزيا"@ar,
        "Malethia"@asa,
        "Malasia"@ast,
        "Malaysiya"@az,
        "Màlɛ̀sìà"@bas,
        "Малайзія"@be,
        "Humalesia"@bez,
        "Малайзия"@bg,
        "Malɛzi"@bm,
        "মাল্যাশিয়া"@bn,
        "མ་ལེ་ཤི་ཡ།"@bo,
        "Malaysia"@br,
        "मलेशिया"@brx,
        "Malezija"@bs,
        "Малезија"@bs-Cyrl,
        "ማሌዢያ"@byn,
        "Malàisia"@ca,
        "marayizia"@cgg,
        "ᎹᎴᏏᎢᎠ"@chr,
        "马来西亚"@cmn,
        "馬來西亞"@cmn-Hant,
        "Malajsie"@cs,
        "Malaysia"@cy,
        "Malaysia"@da,
        "Malesia"@dav,
        "Malaysia"@de,
        "Maleezi"@dje,
        "མ་ལེ་ཤི་ཡ"@dz,
        "Malesia"@ebu,
        "Malaysia nutome"@ee,
        "Μαλαισία"@el,
        "ISO 3166-1:MY"@en,
        "Malaysia"@en,
        "𐐣𐐲𐑊𐐩𐑈𐐲"@en-Dsrt,
        "Malajzio"@eo,
        "Malasia"@es,
        "Malaisia"@et,
        "Malasia"@eu,
        "Malɛ́zia"@ewo,
        "مالزی"@fa,
        "مالیزیا"@fa,
        "Malesii"@ff,
        "Malesia"@fi,
        "Malaysia"@fil,
        "Maleisia"@fo,
        "Malaisie"@fr,
        "Malaysia"@fur,
        "An Mhalaeisia"@ga,
        "Malaidhsea"@gd,
        "Malaisia"@gl,
        "Malaisia"@gsw,
        "મલેશિયા"@gu,
        "Malesia"@guz,
        "Malaisiya"@ha,
        "מלזיה"@he,
        "मलेशिया"@hi,
        "Malezija"@hr,
        "Malajzia"@hu,
        "Մալայզիա"@hy,
        "Malaysia"@ia,
        "Malaysia"@id,
        "Malasía"@is,
        "Malesia"@it,
        "マレーシア"@ja,
        "Malesia"@jmc,
        "მალაიზია"@ka,
        "Malizya"@kab,
        "Malesia"@kam,
        "Malesia"@kde,
        "Malazia"@kea,
        "Maleezi"@khq,
        "Malesia"@ki,
        "Malaysia"@kl,
        "Emetab Malaysia"@kln,
        "ម៉ាឡេស៊ី"@km,
        "ಮಲೇಶಿಯಾ"@kn,
        "말레이시아"@ko,
        "مَلیشِیا"@ks,
        "Malesia"@ksb,
        "malɛsí"@ksf,
        "Malaisije"@ksh,
        "Maleísia"@lag,
        "Malezya"@lg,
        "Malezi"@ln,
        "ມາເລເຊຍ"@lo,
        "Malaizija"@lt,
        "Malezi"@lu,
        "Malaysia"@luo,
        "Malesia"@luy,
        "Malaizija"@lv,
        "Malesia"@mas,
        "Malĩsia"@mer,
        "Malezi"@mfe,
        "Malaizia"@mg,
        "Малезија"@mk,
        "മലേഷ്യ"@ml,
        "मलेशिया"@mr,
        "Malasja"@mt,
        "Malaysiya"@mua,
        "မလေးရှား"@my,
        "Malaysiab"@naq,
        "Malaysia"@nb,
        "Malezhiya"@nd,
        "मलेसिया"@ne,
        "Maleisië"@nl,
        "Malaysia"@nmg,
        "Malaysia"@nn,
        "marayizia"@nyn,
        "ମାଲେସିଆ"@or,
        "Malezja"@pl,
        "مالیزیا"@ps,
        "Malásia"@pt,
        "Malaisia"@rm,
        "Maleziya"@rn,
        "Malaezia"@ro,
        "Malesia"@rof,
        "Малайзия"@ru,
        "Malesia"@rwk,
        "Malesia"@saq,
        "Malesiya"@sbp,
        "Malesia"@se,
        "Malásia"@seh,
        "Maleezi"@ses,
        "Malezïi"@sg,
        "ⵎⴰⵍⵉⵣⵢⴰ"@shi,
        "malizya"@shi-Latn,
        "මැලේසියාව"@si,
        "Malajzia"@sk,
        "Malezija"@sl,
        "Malaysia"@sn,
        "Malaysia"@so,
        "Malajzi"@sq,
        "Малезија"@sr,
        "Malezija"@sr-Latn,
        "Malaysia"@sv,
        "Malesia"@swc,
        "Malesia"@swh,
        "மலேஷியா"@ta,
        "మలేషియా"@te,
        "Malesia"@teo,
        "มาเลเซีย"@th,
        "ማሌዢያ"@ti,
        "ማሌዢያ"@tig,
        "Malēsia"@to,
        "Malezya"@tr,
        "Maleezi"@twq,
        "Malizya"@tzm,
        "Малайзія"@uk,
        "ملیشیا"@ur,
        "ꕮꔒꔻꕩ"@vai,
        "Malesiya"@vai-Latn,
        "Malaysia"@vi,
        "Malesia"@vun,
        "Malaysia"@wae,
        "ማሌዢያ"@wal,
        "Malezya"@xog,
        "malesí"@yav,
        "Orílẹ́ède Malasia"@yo,
        "Malaysia"@zsm,
        "i-Malaysia"@zu ;
    lvont:label <http://lexvo.org/id/term/afr/Maleisi%C3%AB>,
        <http://lexvo.org/id/term/agq/M%C3%A0l%C9%9Bsh%C3%ACa>,
        <http://lexvo.org/id/term/aka/Malehyia>,
        <http://lexvo.org/id/term/amh/%E1%88%9B%E1%88%8C%E1%8B%A2%E1%8B%AB>,
        <http://lexvo.org/id/term/ara/%D9%85%D8%A7%D9%84%D9%8A%D8%B2%D9%8A%D8%A7>,
        <http://lexvo.org/id/term/asa/Malethia>,
        <http://lexvo.org/id/term/ast/Malasia>,
        <http://lexvo.org/id/term/aze/Malaysiya>,
        <http://lexvo.org/id/term/bam/Mal%C9%9Bzi>,
        <http://lexvo.org/id/term/bas/M%C3%A0l%C9%9B%CC%80s%C3%AC%C3%A0>,
        <http://lexvo.org/id/term/bel/%D0%9C%D0%B0%D0%BB%D0%B0%D0%B9%D0%B7%D1%96%D1%8F>,
        <http://lexvo.org/id/term/ben/%E0%A6%AE%E0%A6%BE%E0%A6%B2%E0%A7%8D%E0%A6%AF%E0%A6%BE%E0%A6%B6%E0%A6%BF%E0%A6%AF%E0%A6%BC%E0%A6%BE>,
        <http://lexvo.org/id/term/bez/Humalesia>,
        <http://lexvo.org/id/term/bod/%E0%BD%98%E0%BC%8B%E0%BD%A3%E0%BD%BA%E0%BC%8B%E0%BD%A4%E0%BD%B2%E0%BC%8B%E0%BD%A1%E0%BC%8D>,
        <http://lexvo.org/id/term/bos-Cyrl/%D0%9C%D0%B0%D0%BB%D0%B5%D0%B7%D0%B8%D1%98%D0%B0>,
        <http://lexvo.org/id/term/bos/Malezija>,
        <http://lexvo.org/id/term/bre/Malaysia>,
        <http://lexvo.org/id/term/brx/%E0%A4%AE%E0%A4%B2%E0%A5%87%E0%A4%B6%E0%A4%BF%E0%A4%AF%E0%A4%BE>,
        <http://lexvo.org/id/term/bul/%D0%9C%D0%B0%D0%BB%D0%B0%D0%B9%D0%B7%D0%B8%D1%8F>,
        <http://lexvo.org/id/term/byn/%E1%88%9B%E1%88%8C%E1%8B%A2%E1%8B%AB>,
        <http://lexvo.org/id/term/cat/Mal%C3%A0isia>,
        <http://lexvo.org/id/term/ces/Malajsie>,
        <http://lexvo.org/id/term/cgg/marayizia>,
        <http://lexvo.org/id/term/chr/%E1%8E%B9%E1%8E%B4%E1%8F%8F%E1%8E%A2%E1%8E%A0>,
        <http://lexvo.org/id/term/cmn-Hant/%E9%A6%AC%E4%BE%86%E8%A5%BF%E4%BA%9E>,
        <http://lexvo.org/id/term/cmn/%E9%A9%AC%E6%9D%A5%E8%A5%BF%E4%BA%9A>,
        <http://lexvo.org/id/term/cym/Malaysia>,
        <http://lexvo.org/id/term/dan/Malaysia>,
        <http://lexvo.org/id/term/dav/Malesia>,
        <http://lexvo.org/id/term/deu/Malaysia>,
        <http://lexvo.org/id/term/dje/Maleezi>,
        <http://lexvo.org/id/term/dzo/%E0%BD%98%E0%BC%8B%E0%BD%A3%E0%BD%BA%E0%BC%8B%E0%BD%A4%E0%BD%B2%E0%BC%8B%E0%BD%A1>,
        <http://lexvo.org/id/term/ebu/Malesia>,
        <http://lexvo.org/id/term/ell/%CE%9C%CE%B1%CE%BB%CE%B1%CE%B9%CF%83%CE%AF%CE%B1>,
        <http://lexvo.org/id/term/eng-Dsrt/%F0%90%90%A3%F0%90%90%B2%F0%90%91%8A%F0%90%90%A9%F0%90%91%88%F0%90%90%B2>,
        <http://lexvo.org/id/term/eng/ISO%203166-1%3AMY>,
        <http://lexvo.org/id/term/eng/Malaysia>,
        <http://lexvo.org/id/term/epo/Malajzio>,
        <http://lexvo.org/id/term/est/Malaisia>,
        <http://lexvo.org/id/term/eus/Malasia>,
        <http://lexvo.org/id/term/ewe/Malaysia%20nutome>,
        <http://lexvo.org/id/term/ewo/Mal%C9%9B%CC%81zia>,
        <http://lexvo.org/id/term/fao/Maleisia>,
        <http://lexvo.org/id/term/fas/%D9%85%D8%A7%D9%84%D8%B2%DB%8C>,
        <http://lexvo.org/id/term/fas/%D9%85%D8%A7%D9%84%DB%8C%D8%B2%DB%8C%D8%A7>,
        <http://lexvo.org/id/term/fil/Malaysia>,
        <http://lexvo.org/id/term/fin/Malesia>,
        <http://lexvo.org/id/term/fra/Malaisie>,
        <http://lexvo.org/id/term/ful/Malesii>,
        <http://lexvo.org/id/term/fur/Malaysia>,
        <http://lexvo.org/id/term/gla/Malaidhsea>,
        <http://lexvo.org/id/term/gle/An%20Mhalaeisia>,
        <http://lexvo.org/id/term/glg/Malaisia>,
        <http://lexvo.org/id/term/gsw/Malaisia>,
        <http://lexvo.org/id/term/guj/%E0%AA%AE%E0%AA%B2%E0%AB%87%E0%AA%B6%E0%AA%BF%E0%AA%AF%E0%AA%BE>,
        <http://lexvo.org/id/term/guz/Malesia>,
        <http://lexvo.org/id/term/hau/Malaisiya>,
        <http://lexvo.org/id/term/heb/%D7%9E%D7%9C%D7%96%D7%99%D7%94>,
        <http://lexvo.org/id/term/hin/%E0%A4%AE%E0%A4%B2%E0%A5%87%E0%A4%B6%E0%A4%BF%E0%A4%AF%E0%A4%BE>,
        <http://lexvo.org/id/term/hrv/Malezija>,
        <http://lexvo.org/id/term/hun/Malajzia>,
        <http://lexvo.org/id/term/hye/%D5%84%D5%A1%D5%AC%D5%A1%D5%B5%D5%A6%D5%AB%D5%A1>,
        <http://lexvo.org/id/term/ina/Malaysia>,
        <http://lexvo.org/id/term/ind/Malaysia>,
        <http://lexvo.org/id/term/isl/Malas%C3%ADa>,
        <http://lexvo.org/id/term/ita/Malesia>,
        <http://lexvo.org/id/term/jmc/Malesia>,
        <http://lexvo.org/id/term/jpn/%E3%83%9E%E3%83%AC%E3%83%BC%E3%82%B7%E3%82%A2>,
        <http://lexvo.org/id/term/kab/Malizya>,
        <http://lexvo.org/id/term/kal/Malaysia>,
        <http://lexvo.org/id/term/kam/Malesia>,
        <http://lexvo.org/id/term/kan/%E0%B2%AE%E0%B2%B2%E0%B3%87%E0%B2%B6%E0%B2%BF%E0%B2%AF%E0%B2%BE>,
        <http://lexvo.org/id/term/kas/%D9%85%D9%8E%D9%84%DB%8C%D8%B4%D9%90%DB%8C%D8%A7>,
        <http://lexvo.org/id/term/kat/%E1%83%9B%E1%83%90%E1%83%9A%E1%83%90%E1%83%98%E1%83%96%E1%83%98%E1%83%90>,
        <http://lexvo.org/id/term/kde/Malesia>,
        <http://lexvo.org/id/term/kea/Malazia>,
        <http://lexvo.org/id/term/khm/%E1%9E%98%E1%9F%89%E1%9E%B6%E1%9E%A1%E1%9F%81%E1%9E%9F%E1%9F%8A%E1%9E%B8>,
        <http://lexvo.org/id/term/khq/Maleezi>,
        <http://lexvo.org/id/term/kik/Malesia>,
        <http://lexvo.org/id/term/kln/Emetab%20Malaysia>,
        <http://lexvo.org/id/term/kor/%EB%A7%90%EB%A0%88%EC%9D%B4%EC%8B%9C%EC%95%84>,
        <http://lexvo.org/id/term/ksb/Malesia>,
        <http://lexvo.org/id/term/ksf/mal%C9%9Bs%C3%AD>,
        <http://lexvo.org/id/term/ksh/Malaisije>,
        <http://lexvo.org/id/term/lag/Male%C3%ADsia>,
        <http://lexvo.org/id/term/lao/%E0%BA%A1%E0%BA%B2%E0%BB%80%E0%BA%A5%E0%BB%80%E0%BA%8A%E0%BA%8D>,
        <http://lexvo.org/id/term/lav/Malaizija>,
        <http://lexvo.org/id/term/lin/Malezi>,
        <http://lexvo.org/id/term/lit/Malaizija>,
        <http://lexvo.org/id/term/lub/Malezi>,
        <http://lexvo.org/id/term/lug/Malezya>,
        <http://lexvo.org/id/term/luo/Malaysia>,
        <http://lexvo.org/id/term/luy/Malesia>,
        <http://lexvo.org/id/term/mal/%E0%B4%AE%E0%B4%B2%E0%B5%87%E0%B4%B7%E0%B5%8D%E0%B4%AF>,
        <http://lexvo.org/id/term/mar/%E0%A4%AE%E0%A4%B2%E0%A5%87%E0%A4%B6%E0%A4%BF%E0%A4%AF%E0%A4%BE>,
        <http://lexvo.org/id/term/mas/Malesia>,
        <http://lexvo.org/id/term/mer/Mal%C4%A9sia>,
        <http://lexvo.org/id/term/mfe/Malezi>,
        <http://lexvo.org/id/term/mkd/%D0%9C%D0%B0%D0%BB%D0%B5%D0%B7%D0%B8%D1%98%D0%B0>,
        <http://lexvo.org/id/term/mlg/Malaizia>,
        <http://lexvo.org/id/term/mlt/Malasja>,
        <http://lexvo.org/id/term/mua/Malaysiya>,
        <http://lexvo.org/id/term/mya/%E1%80%99%E1%80%9C%E1%80%B1%E1%80%B8%E1%80%9B%E1%80%BE%E1%80%AC%E1%80%B8>,
        <http://lexvo.org/id/term/naq/Malaysiab>,
        <http://lexvo.org/id/term/nde/Malezhiya>,
        <http://lexvo.org/id/term/nep/%E0%A4%AE%E0%A4%B2%E0%A5%87%E0%A4%B8%E0%A4%BF%E0%A4%AF%E0%A4%BE>,
        <http://lexvo.org/id/term/nld/Maleisi%C3%AB>,
        <http://lexvo.org/id/term/nmg/Malaysia>,
        <http://lexvo.org/id/term/nno/Malaysia>,
        <http://lexvo.org/id/term/nob/Malaysia>,
        <http://lexvo.org/id/term/nyn/marayizia>,
        <http://lexvo.org/id/term/ori/%E0%AC%AE%E0%AC%BE%E0%AC%B2%E0%AD%87%E0%AC%B8%E0%AC%BF%E0%AC%86>,
        <http://lexvo.org/id/term/pol/Malezja>,
        <http://lexvo.org/id/term/por/Mal%C3%A1sia>,
        <http://lexvo.org/id/term/pus/%D9%85%D8%A7%D9%84%DB%8C%D8%B2%DB%8C%D8%A7>,
        <http://lexvo.org/id/term/rof/Malesia>,
        <http://lexvo.org/id/term/roh/Malaisia>,
        <http://lexvo.org/id/term/ron/Malaezia>,
        <http://lexvo.org/id/term/run/Maleziya>,
        <http://lexvo.org/id/term/rus/%D0%9C%D0%B0%D0%BB%D0%B0%D0%B9%D0%B7%D0%B8%D1%8F>,
        <http://lexvo.org/id/term/rwk/Malesia>,
        <http://lexvo.org/id/term/sag/Malez%C3%AFi>,
        <http://lexvo.org/id/term/saq/Malesia>,
        <http://lexvo.org/id/term/sbp/Malesiya>,
        <http://lexvo.org/id/term/seh/Mal%C3%A1sia>,
        <http://lexvo.org/id/term/ses/Maleezi>,
        <http://lexvo.org/id/term/shi-Latn/malizya>,
        <http://lexvo.org/id/term/shi/%E2%B5%8E%E2%B4%B0%E2%B5%8D%E2%B5%89%E2%B5%A3%E2%B5%A2%E2%B4%B0>,
        <http://lexvo.org/id/term/sin/%E0%B6%B8%E0%B7%90%E0%B6%BD%E0%B7%9A%E0%B7%83%E0%B7%92%E0%B6%BA%E0%B7%8F%E0%B7%80>,
        <http://lexvo.org/id/term/slk/Malajzia>,
        <http://lexvo.org/id/term/slv/Malezija>,
        <http://lexvo.org/id/term/sme/Malesia>,
        <http://lexvo.org/id/term/sna/Malaysia>,
        <http://lexvo.org/id/term/som/Malaysia>,
        <http://lexvo.org/id/term/spa/Malasia>,
        <http://lexvo.org/id/term/sqi/Malajzi>,
        <http://lexvo.org/id/term/srp-Latn/Malezija>,
        <http://lexvo.org/id/term/srp/%D0%9C%D0%B0%D0%BB%D0%B5%D0%B7%D0%B8%D1%98%D0%B0>,
        <http://lexvo.org/id/term/swc/Malesia>,
        <http://lexvo.org/id/term/swe/Malaysia>,
        <http://lexvo.org/id/term/swh/Malesia>,
        <http://lexvo.org/id/term/tam/%E0%AE%AE%E0%AE%B2%E0%AF%87%E0%AE%B7%E0%AE%BF%E0%AE%AF%E0%AE%BE>,
        <http://lexvo.org/id/term/tel/%E0%B0%AE%E0%B0%B2%E0%B1%87%E0%B0%B7%E0%B0%BF%E0%B0%AF%E0%B0%BE>,
        <http://lexvo.org/id/term/teo/Malesia>,
        <http://lexvo.org/id/term/tha/%E0%B8%A1%E0%B8%B2%E0%B9%80%E0%B8%A5%E0%B9%80%E0%B8%8B%E0%B8%B5%E0%B8%A2>,
        <http://lexvo.org/id/term/tig/%E1%88%9B%E1%88%8C%E1%8B%A2%E1%8B%AB>,
        <http://lexvo.org/id/term/tir/%E1%88%9B%E1%88%8C%E1%8B%A2%E1%8B%AB>,
        <http://lexvo.org/id/term/ton/Mal%C4%93sia>,
        <http://lexvo.org/id/term/tur/Malezya>,
        <http://lexvo.org/id/term/twq/Maleezi>,
        <http://lexvo.org/id/term/tzm/Malizya>,
        <http://lexvo.org/id/term/ukr/%D0%9C%D0%B0%D0%BB%D0%B0%D0%B9%D0%B7%D1%96%D1%8F>,
        <http://lexvo.org/id/term/urd/%D9%85%D9%84%DB%8C%D8%B4%DB%8C%D8%A7>,
        <http://lexvo.org/id/term/vai-Latn/Malesiya>,
        <http://lexvo.org/id/term/vai/%EA%95%AE%EA%94%92%EA%94%BB%EA%95%A9>,
        <http://lexvo.org/id/term/vie/Malaysia>,
        <http://lexvo.org/id/term/vun/Malesia>,
        <http://lexvo.org/id/term/wae/Malaysia>,
        <http://lexvo.org/id/term/wal/%E1%88%9B%E1%88%8C%E1%8B%A2%E1%8B%AB>,
        <http://lexvo.org/id/term/xog/Malezya>,
        <http://lexvo.org/id/term/yav/males%C3%AD>,
        <http://lexvo.org/id/term/yor/Or%C3%ADl%E1%BA%B9%CC%81%C3%A8de%20Malasia>,
        <http://lexvo.org/id/term/zsm/Malaysia>,
        <http://lexvo.org/id/term/zul/i-Malaysia> ;
    owl:sameAs <http://psi.oasis-open.org/iso/3166/#458>,
        <http://sws.geonames.org/1733045/> .

<http://lexvo.org/id/iso3166/MZ> a lvont:GeographicRegion ;
    rdfs:label "Mosambiek"@af,
        "Mùzàmbî"@agq,
        "Mozambik"@ak,
        "ሞዛምቢክ"@am,
        "موزمبيق"@ar,
        "Mthumbiji"@asa,
        "Mozambique"@ast,
        "Mazambik"@az,
        "Mòsàmbîk"@bas,
        "Мазамбік"@be,
        "Humusumbiji"@bez,
        "Мозамбик"@bg,
        "Mozanbiki"@bm,
        "মোজাম্বিক"@bn,
        "མོ་ཛམ་བིག།"@bo,
        "Mozambik"@br,
        "मोज़ाम्बिक"@brx,
        "Mozambik"@bs,
        "Мозамбик"@bs-Cyrl,
        "Moçambic"@ca,
        "Mozambique"@cgg,
        "ᎼᏎᎻᏇᎩ"@chr,
        "莫桑比克"@cmn,
        "莫三比克"@cmn-Hant,
        "Mosambik"@cs,
        "Mozambique"@cy,
        "Mozambique"@da,
        "Msumbiji"@dav,
        "Mosambik"@de,
        "Mozambik"@dje,
        "མོ་ཛམ་བྷིཀ"@dz,
        "Msumbiji"@ebu,
        "Mozambiki nutome"@ee,
        "Μοζαμβίκη"@el,
        "ISO 3166-1:MZ"@en,
        "Mozambique"@en,
        "𐐣𐐬𐑆𐐰𐑋𐐺𐐨𐐿"@en-Dsrt,
        "Mozambiko"@eo,
        "Mozambique"@es,
        "Mosambiik"@et,
        "Mozambike"@eu,
        "Mozambíg"@ewo,
        "موزامبیک"@fa,
        "موزمبیق"@fa,
        "Mosammbik"@ff,
        "Mosambik"@fi,
        "Mozambique"@fil,
        "Mosambik"@fo,
        "Mozambique"@fr,
        "Mozambic"@fur,
        "Mósaimbíc"@ga,
        "Mòsaimbic"@gd,
        "Mozambique"@gl,
        "Mosambik"@gsw,
        "મોઝામ્બિક"@gu,
        "Msumbiji"@guz,
        "Mozambik"@ha,
        "מוזמביק"@he,
        "मोजाम्बिक"@hi,
        "Mozambik"@hr,
        "Mozambik"@hu,
        "Մոզամբիկ"@hy,
        "Mozambique"@ia,
        "Mozambik"@id,
        "Mósambík"@is,
        "Mozambico"@it,
        "モザンビーク"@ja,
        "Mɔzɑmbîk"@jgo,
        "Msumbiji"@jmc,
        "მოზამბიკი"@ka,
        "Muzembiq"@kab,
        "Msumbiji"@kam,
        "Msumbiji"@kde,
        "Musambiki"@kea,
        "Mozambik"@khq,
        "Msumbiji"@ki,
        "Moçambique"@kl,
        "Emetab Mozambique"@kln,
        "ម៉ូហ្សាំប៊ិក"@km,
        "ಮೊಜಾಂಬಿಕ್"@kn,
        "모잠비크"@ko,
        "موزَمبِک"@ks,
        "Msumbiji"@ksb,
        "mosambík"@ksf,
        "Mosambik"@ksh,
        "Musumbíiji"@lag,
        "Mozambiiki"@lg,
        "Mozambíki"@ln,
        "ໂມແຊມບິກ"@lo,
        "Mozambikas"@lt,
        "Mozambiki"@lu,
        "Mozambique"@luo,
        "Msumbiji"@luy,
        "Mozambika"@lv,
        "Msumbiji"@mas,
        "Mozambiki"@mer,
        "Mozambik"@mfe,
        "Mozambika"@mg,
        "Umozambiki"@mgh,
        "Мозамбик"@mk,
        "മൊസാംബിക്ക്"@ml,
        "मोझाम्बिक"@mr,
        "Możambik"@mt,
        "Mozambika"@mua,
        "မိုဇန်ဘစ်"@my,
        "Mozambiki"@naq,
        "Mosambik"@nb,
        "Mozambique"@nd,
        "मोजाम्बिक"@ne,
        "Mozambique"@nl,
        "Mozambik"@nmg,
        "Mosambik"@nn,
        "Mozambique"@nyn,
        "ମୋଜାମ୍ବିକ୍ୟୁ"@or,
        "Mozambik"@pl,
        "Moçambique"@pt,
        "Mosambic"@rm,
        "Mozambiki"@rn,
        "Mozambic"@ro,
        "Msumbiji"@rof,
        "Мозамбик"@ru,
        "Msumbiji"@rwk,
        "Msumbiji"@saq,
        "Musumbiji"@sbp,
        "Mosambik"@se,
        "Moçambique"@seh,
        "Mozambik"@ses,
        "Mözämbîka"@sg,
        "ⵎⵓⵣⵏⴱⵉⵇ"@shi,
        "muznbiq"@shi-Latn,
        "මොසැම්බික්"@si,
        "Mozambik"@sk,
        "Mozambik"@sl,
        "Mozambique"@sn,
        "Musambiig"@so,
        "Mozambik"@sq,
        "Мозамбик"@sr,
        "Mozambik"@sr-Latn,
        "Moçambique"@sv,
        "Msumbiji"@swc,
        "Msumbiji"@swh,
        "மொசாம்பிக்"@ta,
        "మొజాంబిక్"@te,
        "Msumbiji"@teo,
        "โมซัมบิก"@th,
        "ሞዛምቢክ"@ti,
        "Mosenipiki"@to,
        "Mozambik"@tr,
        "Mozambik"@twq,
        "Muzambiq"@tzm,
        "Мозамбік"@uk,
        "موزمبیق"@ur,
        "ꕹꕤꔭꕃ"@vai,
        "Mozambiki"@vai-Latn,
        "Mozambique"@vi,
        "Msumbiji"@vun,
        "Mosambik"@wae,
        "Mozambiiki"@xog,
        "mosambík"@yav,
        "Orílẹ́ède Moṣamibiku"@yo,
        "Mozambik"@zsm,
        "i-Mozambique"@zu ;
    lvont:label <http://lexvo.org/id/term/afr/Mosambiek>,
        <http://lexvo.org/id/term/agq/M%C3%B9z%C3%A0mb%C3%AE>,
        <http://lexvo.org/id/term/aka/Mozambik>,
        <http://lexvo.org/id/term/amh/%E1%88%9E%E1%8B%9B%E1%88%9D%E1%89%A2%E1%8A%AD>,
        <http://lexvo.org/id/term/ara/%D9%85%D9%88%D8%B2%D9%85%D8%A8%D9%8A%D9%82>,
        <http://lexvo.org/id/term/asa/Mthumbiji>,
        <http://lexvo.org/id/term/ast/Mozambique>,
        <http://lexvo.org/id/term/aze/Mazambik>,
        <http://lexvo.org/id/term/bam/Mozanbiki>,
        <http://lexvo.org/id/term/bas/M%C3%B2s%C3%A0mb%C3%AEk>,
        <http://lexvo.org/id/term/bel/%D0%9C%D0%B0%D0%B7%D0%B0%D0%BC%D0%B1%D1%96%D0%BA>,
        <http://lexvo.org/id/term/ben/%E0%A6%AE%E0%A7%8B%E0%A6%9C%E0%A6%BE%E0%A6%AE%E0%A7%8D%E0%A6%AC%E0%A6%BF%E0%A6%95>,
        <http://lexvo.org/id/term/bez/Humusumbiji>,
        <http://lexvo.org/id/term/bod/%E0%BD%98%E0%BD%BC%E0%BC%8B%E0%BD%9B%E0%BD%98%E0%BC%8B%E0%BD%96%E0%BD%B2%E0%BD%82%E0%BC%8D>,
        <http://lexvo.org/id/term/bos-Cyrl/%D0%9C%D0%BE%D0%B7%D0%B0%D0%BC%D0%B1%D0%B8%D0%BA>,
        <http://lexvo.org/id/term/bos/Mozambik>,
        <http://lexvo.org/id/term/bre/Mozambik>,
        <http://lexvo.org/id/term/brx/%E0%A4%AE%E0%A5%8B%E0%A4%9C%E0%A4%BC%E0%A4%BE%E0%A4%AE%E0%A5%8D%E0%A4%AC%E0%A4%BF%E0%A4%95>,
        <http://lexvo.org/id/term/bul/%D0%9C%D0%BE%D0%B7%D0%B0%D0%BC%D0%B1%D0%B8%D0%BA>,
        <http://lexvo.org/id/term/cat/Mo%C3%A7ambic>,
        <http://lexvo.org/id/term/ces/Mosambik>,
        <http://lexvo.org/id/term/cgg/Mozambique>,
        <http://lexvo.org/id/term/chr/%E1%8E%BC%E1%8F%8E%E1%8E%BB%E1%8F%87%E1%8E%A9>,
        <http://lexvo.org/id/term/cmn-Hant/%E8%8E%AB%E4%B8%89%E6%AF%94%E5%85%8B>,
        <http://lexvo.org/id/term/cmn/%E8%8E%AB%E6%A1%91%E6%AF%94%E5%85%8B>,
        <http://lexvo.org/id/term/cym/Mozambique>,
        <http://lexvo.org/id/term/dan/Mozambique>,
        <http://lexvo.org/id/term/dav/Msumbiji>,
        <http://lexvo.org/id/term/deu/Mosambik>,
        <http://lexvo.org/id/term/dje/Mozambik>,
        <http://lexvo.org/id/term/dzo/%E0%BD%98%E0%BD%BC%E0%BC%8B%E0%BD%9B%E0%BD%98%E0%BC%8B%E0%BD%96%E0%BE%B7%E0%BD%B2%E0%BD%80>,
        <http://lexvo.org/id/term/ebu/Msumbiji>,
        <http://lexvo.org/id/term/ell/%CE%9C%CE%BF%CE%B6%CE%B1%CE%BC%CE%B2%CE%AF%CE%BA%CE%B7>,
        <http://lexvo.org/id/term/eng-Dsrt/%F0%90%90%A3%F0%90%90%AC%F0%90%91%86%F0%90%90%B0%F0%90%91%8B%F0%90%90%BA%F0%90%90%A8%F0%90%90%BF>,
        <http://lexvo.org/id/term/eng/ISO%203166-1%3AMZ>,
        <http://lexvo.org/id/term/eng/Mozambique>,
        <http://lexvo.org/id/term/epo/Mozambiko>,
        <http://lexvo.org/id/term/est/Mosambiik>,
        <http://lexvo.org/id/term/eus/Mozambike>,
        <http://lexvo.org/id/term/ewe/Mozambiki%20nutome>,
        <http://lexvo.org/id/term/ewo/Mozamb%C3%ADg>,
        <http://lexvo.org/id/term/fao/Mosambik>,
        <http://lexvo.org/id/term/fas/%D9%85%D9%88%D8%B2%D8%A7%D9%85%D8%A8%DB%8C%DA%A9>,
        <http://lexvo.org/id/term/fas/%D9%85%D9%88%D8%B2%D9%85%D8%A8%DB%8C%D9%82>,
        <http://lexvo.org/id/term/fil/Mozambique>,
        <http://lexvo.org/id/term/fin/Mosambik>,
        <http://lexvo.org/id/term/fra/Mozambique>,
        <http://lexvo.org/id/term/ful/Mosammbik>,
        <http://lexvo.org/id/term/fur/Mozambic>,
        <http://lexvo.org/id/term/gla/M%C3%B2saimbic>,
        <http://lexvo.org/id/term/gle/M%C3%B3saimb%C3%ADc>,
        <http://lexvo.org/id/term/glg/Mozambique>,
        <http://lexvo.org/id/term/gsw/Mosambik>,
        <http://lexvo.org/id/term/guj/%E0%AA%AE%E0%AB%8B%E0%AA%9D%E0%AA%BE%E0%AA%AE%E0%AB%8D%E0%AA%AC%E0%AA%BF%E0%AA%95>,
        <http://lexvo.org/id/term/guz/Msumbiji>,
        <http://lexvo.org/id/term/hau/Mozambik>,
        <http://lexvo.org/id/term/heb/%D7%9E%D7%95%D7%96%D7%9E%D7%91%D7%99%D7%A7>,
        <http://lexvo.org/id/term/hin/%E0%A4%AE%E0%A5%8B%E0%A4%9C%E0%A4%BE%E0%A4%AE%E0%A5%8D%E0%A4%AC%E0%A4%BF%E0%A4%95>,
        <http://lexvo.org/id/term/hrv/Mozambik>,
        <http://lexvo.org/id/term/hun/Mozambik>,
        <http://lexvo.org/id/term/hye/%D5%84%D5%B8%D5%A6%D5%A1%D5%B4%D5%A2%D5%AB%D5%AF>,
        <http://lexvo.org/id/term/ina/Mozambique>,
        <http://lexvo.org/id/term/ind/Mozambik>,
        <http://lexvo.org/id/term/isl/M%C3%B3samb%C3%ADk>,
        <http://lexvo.org/id/term/ita/Mozambico>,
        <http://lexvo.org/id/term/jgo/M%C9%94z%C9%91mb%C3%AEk>,
        <http://lexvo.org/id/term/jmc/Msumbiji>,
        <http://lexvo.org/id/term/jpn/%E3%83%A2%E3%82%B6%E3%83%B3%E3%83%93%E3%83%BC%E3%82%AF>,
        <http://lexvo.org/id/term/kab/Muzembiq>,
        <http://lexvo.org/id/term/kal/Mo%C3%A7ambique>,
        <http://lexvo.org/id/term/kam/Msumbiji>,
        <http://lexvo.org/id/term/kan/%E0%B2%AE%E0%B3%8A%E0%B2%9C%E0%B2%BE%E0%B2%82%E0%B2%AC%E0%B2%BF%E0%B2%95%E0%B3%8D>,
        <http://lexvo.org/id/term/kas/%D9%85%D9%88%D8%B2%D9%8E%D9%85%D8%A8%D9%90%DA%A9>,
        <http://lexvo.org/id/term/kat/%E1%83%9B%E1%83%9D%E1%83%96%E1%83%90%E1%83%9B%E1%83%91%E1%83%98%E1%83%99%E1%83%98>,
        <http://lexvo.org/id/term/kde/Msumbiji>,
        <http://lexvo.org/id/term/kea/Musambiki>,
        <http://lexvo.org/id/term/khm/%E1%9E%98%E1%9F%89%E1%9E%BC%E1%9E%A0%E1%9F%92%E1%9E%9F%E1%9E%B6%E1%9F%86%E1%9E%94%E1%9F%8A%E1%9E%B7%E1%9E%80>,
        <http://lexvo.org/id/term/khq/Mozambik>,
        <http://lexvo.org/id/term/kik/Msumbiji>,
        <http://lexvo.org/id/term/kln/Emetab%20Mozambique>,
        <http://lexvo.org/id/term/kor/%EB%AA%A8%EC%9E%A0%EB%B9%84%ED%81%AC>,
        <http://lexvo.org/id/term/ksb/Msumbiji>,
        <http://lexvo.org/id/term/ksf/mosamb%C3%ADk>,
        <http://lexvo.org/id/term/ksh/Mosambik>,
        <http://lexvo.org/id/term/lag/Musumb%C3%ADiji>,
        <http://lexvo.org/id/term/lao/%E0%BB%82%E0%BA%A1%E0%BB%81%E0%BA%8A%E0%BA%A1%E0%BA%9A%E0%BA%B4%E0%BA%81>,
        <http://lexvo.org/id/term/lav/Mozambika>,
        <http://lexvo.org/id/term/lin/Mozamb%C3%ADki>,
        <http://lexvo.org/id/term/lit/Mozambikas>,
        <http://lexvo.org/id/term/lub/Mozambiki>,
        <http://lexvo.org/id/term/lug/Mozambiiki>,
        <http://lexvo.org/id/term/luo/Mozambique>,
        <http://lexvo.org/id/term/luy/Msumbiji>,
        <http://lexvo.org/id/term/mal/%E0%B4%AE%E0%B5%8A%E0%B4%B8%E0%B4%BE%E0%B4%82%E0%B4%AC%E0%B4%BF%E0%B4%95%E0%B5%8D%E0%B4%95%E0%B5%8D>,
        <http://lexvo.org/id/term/mar/%E0%A4%AE%E0%A5%8B%E0%A4%9D%E0%A4%BE%E0%A4%AE%E0%A5%8D%E0%A4%AC%E0%A4%BF%E0%A4%95>,
        <http://lexvo.org/id/term/mas/Msumbiji>,
        <http://lexvo.org/id/term/mer/Mozambiki>,
        <http://lexvo.org/id/term/mfe/Mozambik>,
        <http://lexvo.org/id/term/mgh/Umozambiki>,
        <http://lexvo.org/id/term/mkd/%D0%9C%D0%BE%D0%B7%D0%B0%D0%BC%D0%B1%D0%B8%D0%BA>,
        <http://lexvo.org/id/term/mlg/Mozambika>,
        <http://lexvo.org/id/term/mlt/Mo%C5%BCambik>,
        <http://lexvo.org/id/term/mua/Mozambika>,
        <http://lexvo.org/id/term/mya/%E1%80%99%E1%80%AD%E1%80%AF%E1%80%87%E1%80%94%E1%80%BA%E1%80%98%E1%80%85%E1%80%BA>,
        <http://lexvo.org/id/term/naq/Mozambiki>,
        <http://lexvo.org/id/term/nde/Mozambique>,
        <http://lexvo.org/id/term/nep/%E0%A4%AE%E0%A5%8B%E0%A4%9C%E0%A4%BE%E0%A4%AE%E0%A5%8D%E0%A4%AC%E0%A4%BF%E0%A4%95>,
        <http://lexvo.org/id/term/nld/Mozambique>,
        <http://lexvo.org/id/term/nmg/Mozambik>,
        <http://lexvo.org/id/term/nno/Mosambik>,
        <http://lexvo.org/id/term/nob/Mosambik>,
        <http://lexvo.org/id/term/nyn/Mozambique>,
        <http://lexvo.org/id/term/ori/%E0%AC%AE%E0%AD%8B%E0%AC%9C%E0%AC%BE%E0%AC%AE%E0%AD%8D%E0%AC%AC%E0%AC%BF%E0%AC%95%E0%AD%8D%E0%AD%9F%E0%AD%81>,
        <http://lexvo.org/id/term/pol/Mozambik>,
        <http://lexvo.org/id/term/por/Mo%C3%A7ambique>,
        <http://lexvo.org/id/term/rof/Msumbiji>,
        <http://lexvo.org/id/term/roh/Mosambic>,
        <http://lexvo.org/id/term/ron/Mozambic>,
        <http://lexvo.org/id/term/run/Mozambiki>,
        <http://lexvo.org/id/term/rus/%D0%9C%D0%BE%D0%B7%D0%B0%D0%BC%D0%B1%D0%B8%D0%BA>,
        <http://lexvo.org/id/term/rwk/Msumbiji>,
        <http://lexvo.org/id/term/sag/M%C3%B6z%C3%A4mb%C3%AEka>,
        <http://lexvo.org/id/term/saq/Msumbiji>,
        <http://lexvo.org/id/term/sbp/Musumbiji>,
        <http://lexvo.org/id/term/seh/Mo%C3%A7ambique>,
        <http://lexvo.org/id/term/ses/Mozambik>,
        <http://lexvo.org/id/term/shi-Latn/muznbiq>,
        <http://lexvo.org/id/term/shi/%E2%B5%8E%E2%B5%93%E2%B5%A3%E2%B5%8F%E2%B4%B1%E2%B5%89%E2%B5%87>,
        <http://lexvo.org/id/term/sin/%E0%B6%B8%E0%B7%9C%E0%B7%83%E0%B7%90%E0%B6%B8%E0%B7%8A%E0%B6%B6%E0%B7%92%E0%B6%9A%E0%B7%8A>,
        <http://lexvo.org/id/term/slk/Mozambik>,
        <http://lexvo.org/id/term/slv/Mozambik>,
        <http://lexvo.org/id/term/sme/Mosambik>,
        <http://lexvo.org/id/term/sna/Mozambique>,
        <http://lexvo.org/id/term/som/Musambiig>,
        <http://lexvo.org/id/term/spa/Mozambique>,
        <http://lexvo.org/id/term/sqi/Mozambik>,
        <http://lexvo.org/id/term/srp-Latn/Mozambik>,
        <http://lexvo.org/id/term/srp/%D0%9C%D0%BE%D0%B7%D0%B0%D0%BC%D0%B1%D0%B8%D0%BA>,
        <http://lexvo.org/id/term/swc/Msumbiji>,
        <http://lexvo.org/id/term/swe/Mo%C3%A7ambique>,
        <http://lexvo.org/id/term/swh/Msumbiji>,
        <http://lexvo.org/id/term/tam/%E0%AE%AE%E0%AF%8A%E0%AE%9A%E0%AE%BE%E0%AE%AE%E0%AF%8D%E0%AE%AA%E0%AE%BF%E0%AE%95%E0%AF%8D>,
        <http://lexvo.org/id/term/tel/%E0%B0%AE%E0%B1%8A%E0%B0%9C%E0%B0%BE%E0%B0%82%E0%B0%AC%E0%B0%BF%E0%B0%95%E0%B1%8D>,
        <http://lexvo.org/id/term/teo/Msumbiji>,
        <http://lexvo.org/id/term/tha/%E0%B9%82%E0%B8%A1%E0%B8%8B%E0%B8%B1%E0%B8%A1%E0%B8%9A%E0%B8%B4%E0%B8%81>,
        <http://lexvo.org/id/term/tir/%E1%88%9E%E1%8B%9B%E1%88%9D%E1%89%A2%E1%8A%AD>,
        <http://lexvo.org/id/term/ton/Mosenipiki>,
        <http://lexvo.org/id/term/tur/Mozambik>,
        <http://lexvo.org/id/term/twq/Mozambik>,
        <http://lexvo.org/id/term/tzm/Muzambiq>,
        <http://lexvo.org/id/term/ukr/%D0%9C%D0%BE%D0%B7%D0%B0%D0%BC%D0%B1%D1%96%D0%BA>,
        <http://lexvo.org/id/term/urd/%D9%85%D9%88%D8%B2%D9%85%D8%A8%DB%8C%D9%82>,
        <http://lexvo.org/id/term/vai-Latn/Mozambiki>,
        <http://lexvo.org/id/term/vai/%EA%95%B9%EA%95%A4%EA%94%AD%EA%95%83>,
        <http://lexvo.org/id/term/vie/Mozambique>,
        <http://lexvo.org/id/term/vun/Msumbiji>,
        <http://lexvo.org/id/term/wae/Mosambik>,
        <http://lexvo.org/id/term/xog/Mozambiiki>,
        <http://lexvo.org/id/term/yav/mosamb%C3%ADk>,
        <http://lexvo.org/id/term/yor/Or%C3%ADl%E1%BA%B9%CC%81%C3%A8de%20Mo%E1%B9%A3amibiku>,
        <http://lexvo.org/id/term/zsm/Mozambik>,
        <http://lexvo.org/id/term/zul/i-Mozambique> ;
    owl:sameAs <http://psi.oasis-open.org/iso/3166/#508>,
        <http://sws.geonames.org/1036973/> .

<http://lexvo.org/id/iso3166/NA> a lvont:GeographicRegion ;
    rdfs:label "Namibië"@af,
        "Nàmibìa"@agq,
        "Namibia"@ak,
        "ናሚቢያ"@am,
        "ناميبيا"@ar,
        "Namibia"@asa,
        "Namibia"@ast,
        "Namibiya"@az,
        "Nàmibìà"@bas,
        "Намібія"@be,
        "Hunamibia"@bez,
        "Намибия"@bg,
        "Namibi"@bm,
        "নামিবিয়া"@bn,
        "ན་མི་བི་ཡ།"@bo,
        "Namibia"@br,
        "नामीबिया"@brx,
        "Namibija"@bs,
        "Намибија"@bs-Cyrl,
        "ናሚቢያ"@byn,
        "Namíbia"@ca,
        "Namibiya"@cgg,
        "ᎾᎻᏈᎢᏯ"@chr,
        "纳米比亚"@cmn,
        "納米比亞"@cmn-Hant,
        "Namibie"@cs,
        "Namibia"@cy,
        "Namibia"@da,
        "Namibia"@dav,
        "Namibia"@de,
        "Naamibi"@dje,
        "ན་མི་བི་ཡ"@dz,
        "Namibia"@ebu,
        "Namibia nutome"@ee,
        "Ναμίμπια"@el,
        "ISO 3166-1:NA"@en,
        "Namibia"@en,
        "𐐤𐐲𐑋𐐮𐐺𐐨𐐲"@en-Dsrt,
        "Namibio"@eo,
        "Namibia"@es,
        "Namiibia"@et,
        "Namibia"@eu,
        "Namibí"@ewo,
        "نامیبیا"@fa,
        "Namibii"@ff,
        "Namibia"@fi,
        "Namibia"@fil,
        "Namibia"@fo,
        "Namibie"@fr,
        "Namibie"@fur,
        "An Namaib"@ga,
        "An Namaib"@gd,
        "Namibia"@gl,
        "Namiibia"@gsw,
        "નામિબિયા"@gu,
        "Namibia"@guz,
        "Namibiya"@ha,
        "נמיביה"@he,
        "नामीबिया"@hi,
        "Namibija"@hr,
        "Namíbia"@hu,
        "Նամիբիա"@hy,
        "Namibia"@ia,
        "Namibia"@id,
        "Namibía"@is,
        "Namibia"@it,
        "ナミビア"@ja,
        "Namimbî"@jgo,
        "Namibia"@jmc,
        "ნამიბია"@ka,
        "Namibya"@kab,
        "Namibia"@kam,
        "Namibia"@kde,
        "Namibia"@kea,
        "Naamibi"@khq,
        "Namimbia"@ki,
        "Namibia"@kl,
        "Emetab Namibia"@kln,
        "ណាមីប៊ី"@km,
        "ನಮೀಬಿಯಾ"@kn,
        "나미비아"@ko,
        "نامِبِیا"@ks,
        "Namibia"@ksb,
        "namibí"@ksf,
        "Namiibije"@ksh,
        "Namíbia"@lag,
        "Namibiya"@lg,
        "Namibi"@ln,
        "ນາມີເບຍ"@lo,
        "Namibija"@lt,
        "Namibi"@lu,
        "Namibia"@luo,
        "Namibia"@luy,
        "Namībija"@lv,
        "Namibia"@mas,
        "Namibia"@mer,
        "Namibi"@mfe,
        "Namibia"@mg,
        "Намибија"@mk,
        "നമീബിയ"@ml,
        "नमीबिया"@mr,
        "Namibja"@mt,
        "Namibiya"@mua,
        "နမ်မီးဘီးယား"@my,
        "Namibiab"@naq,
        "Namibia"@nb,
        "Namibhiya"@nd,
        "नामिबिया"@ne,
        "Namibië"@nl,
        "Namibia"@nmg,
        "Namibia"@nn,
        "Namibiya"@nyn,
        "ନାମ୍ବିଆ"@or,
        "Namibia"@pl,
        "Namíbia"@pt,
        "Namibia"@rm,
        "Namibiya"@rn,
        "Namibia"@ro,
        "Namibia"@rof,
        "Намибия"@ru,
        "Namibia"@rwk,
        "Namibia"@saq,
        "Namibiya"@sbp,
        "Namibia"@se,
        "Namíbia"@seh,
        "Naamibi"@ses,
        "Namibùii"@sg,
        "ⵏⴰⵎⵉⴱⵢⴰ"@shi,
        "namibya"@shi-Latn,
        "නැමීබියාව"@si,
        "Namíbia"@sk,
        "Namibija"@sl,
        "Namibia"@sn,
        "Namiibiya"@so,
        "Namibi"@sq,
        "Намибија"@sr,
        "Namibija"@sr-Latn,
        "Namibia"@sv,
        "Namibia"@swc,
        "Namibia"@swh,
        "நமீபியா"@ta,
        "నమీబియా"@te,
        "Namibia"@teo,
        "นามิเบีย"@th,
        "ናሚቢያ"@ti,
        "ናሚቢያ"@tig,
        "Namipia"@to,
        "Namibya"@tr,
        "Naamibi"@twq,
        "Namibya"@tzm,
        "Намібія"@uk,
        "نامیبیا"@ur,
        "ꕯꕆꔫꕩ"@vai,
        "Namibiya"@vai-Latn,
        "Namibia"@vi,
        "Namibia"@vun,
        "Namibia"@wae,
        "ናሚቢያ"@wal,
        "Namibiya"@xog,
        "namipí"@yav,
        "Orílẹ́ède Namibia"@yo,
        "Namibia"@zsm,
        "i-Namibia"@zu ;
    lvont:label <http://lexvo.org/id/term/afr/Namibi%C3%AB>,
        <http://lexvo.org/id/term/agq/N%C3%A0mib%C3%ACa>,
        <http://lexvo.org/id/term/aka/Namibia>,
        <http://lexvo.org/id/term/amh/%E1%8A%93%E1%88%9A%E1%89%A2%E1%8B%AB>,
        <http://lexvo.org/id/term/ara/%D9%86%D8%A7%D9%85%D9%8A%D8%A8%D9%8A%D8%A7>,
        <http://lexvo.org/id/term/asa/Namibia>,
        <http://lexvo.org/id/term/ast/Namibia>,
        <http://lexvo.org/id/term/aze/Namibiya>,
        <http://lexvo.org/id/term/bam/Namibi>,
        <http://lexvo.org/id/term/bas/N%C3%A0mib%C3%AC%C3%A0>,
        <http://lexvo.org/id/term/bel/%D0%9D%D0%B0%D0%BC%D1%96%D0%B1%D1%96%D1%8F>,
        <http://lexvo.org/id/term/ben/%E0%A6%A8%E0%A6%BE%E0%A6%AE%E0%A6%BF%E0%A6%AC%E0%A6%BF%E0%A6%AF%E0%A6%BC%E0%A6%BE>,
        <http://lexvo.org/id/term/bez/Hunamibia>,
        <http://lexvo.org/id/term/bod/%E0%BD%93%E0%BC%8B%E0%BD%98%E0%BD%B2%E0%BC%8B%E0%BD%96%E0%BD%B2%E0%BC%8B%E0%BD%A1%E0%BC%8D>,
        <http://lexvo.org/id/term/bos-Cyrl/%D0%9D%D0%B0%D0%BC%D0%B8%D0%B1%D0%B8%D1%98%D0%B0>,
        <http://lexvo.org/id/term/bos/Namibija>,
        <http://lexvo.org/id/term/bre/Namibia>,
        <http://lexvo.org/id/term/brx/%E0%A4%A8%E0%A4%BE%E0%A4%AE%E0%A5%80%E0%A4%AC%E0%A4%BF%E0%A4%AF%E0%A4%BE>,
        <http://lexvo.org/id/term/bul/%D0%9D%D0%B0%D0%BC%D0%B8%D0%B1%D0%B8%D1%8F>,
        <http://lexvo.org/id/term/byn/%E1%8A%93%E1%88%9A%E1%89%A2%E1%8B%AB>,
        <http://lexvo.org/id/term/cat/Nam%C3%ADbia>,
        <http://lexvo.org/id/term/ces/Namibie>,
        <http://lexvo.org/id/term/cgg/Namibiya>,
        <http://lexvo.org/id/term/chr/%E1%8E%BE%E1%8E%BB%E1%8F%88%E1%8E%A2%E1%8F%AF>,
        <http://lexvo.org/id/term/cmn-Hant/%E7%B4%8D%E7%B1%B3%E6%AF%94%E4%BA%9E>,
        <http://lexvo.org/id/term/cmn/%E7%BA%B3%E7%B1%B3%E6%AF%94%E4%BA%9A>,
        <http://lexvo.org/id/term/cym/Namibia>,
        <http://lexvo.org/id/term/dan/Namibia>,
        <http://lexvo.org/id/term/dav/Namibia>,
        <http://lexvo.org/id/term/deu/Namibia>,
        <http://lexvo.org/id/term/dje/Naamibi>,
        <http://lexvo.org/id/term/dzo/%E0%BD%93%E0%BC%8B%E0%BD%98%E0%BD%B2%E0%BC%8B%E0%BD%96%E0%BD%B2%E0%BC%8B%E0%BD%A1>,
        <http://lexvo.org/id/term/ebu/Namibia>,
        <http://lexvo.org/id/term/ell/%CE%9D%CE%B1%CE%BC%CE%AF%CE%BC%CF%80%CE%B9%CE%B1>,
        <http://lexvo.org/id/term/eng-Dsrt/%F0%90%90%A4%F0%90%90%B2%F0%90%91%8B%F0%90%90%AE%F0%90%90%BA%F0%90%90%A8%F0%90%90%B2>,
        <http://lexvo.org/id/term/eng/ISO%203166-1%3ANA>,
        <http://lexvo.org/id/term/eng/Namibia>,
        <http://lexvo.org/id/term/epo/Namibio>,
        <http://lexvo.org/id/term/est/Namiibia>,
        <http://lexvo.org/id/term/eus/Namibia>,
        <http://lexvo.org/id/term/ewe/Namibia%20nutome>,
        <http://lexvo.org/id/term/ewo/Namib%C3%AD>,
        <http://lexvo.org/id/term/fao/Namibia>,
        <http://lexvo.org/id/term/fas/%D9%86%D8%A7%D9%85%DB%8C%D8%A8%DB%8C%D8%A7>,
        <http://lexvo.org/id/term/fil/Namibia>,
        <http://lexvo.org/id/term/fin/Namibia>,
        <http://lexvo.org/id/term/fra/Namibie>,
        <http://lexvo.org/id/term/ful/Namibii>,
        <http://lexvo.org/id/term/fur/Namibie>,
        <http://lexvo.org/id/term/gla/An%20Namaib>,
        <http://lexvo.org/id/term/gle/An%20Namaib>,
        <http://lexvo.org/id/term/glg/Namibia>,
        <http://lexvo.org/id/term/gsw/Namiibia>,
        <http://lexvo.org/id/term/guj/%E0%AA%A8%E0%AA%BE%E0%AA%AE%E0%AA%BF%E0%AA%AC%E0%AA%BF%E0%AA%AF%E0%AA%BE>,
        <http://lexvo.org/id/term/guz/Namibia>,
        <http://lexvo.org/id/term/hau/Namibiya>,
        <http://lexvo.org/id/term/heb/%D7%A0%D7%9E%D7%99%D7%91%D7%99%D7%94>,
        <http://lexvo.org/id/term/hin/%E0%A4%A8%E0%A4%BE%E0%A4%AE%E0%A5%80%E0%A4%AC%E0%A4%BF%E0%A4%AF%E0%A4%BE>,
        <http://lexvo.org/id/term/hrv/Namibija>,
        <http://lexvo.org/id/term/hun/Nam%C3%ADbia>,
        <http://lexvo.org/id/term/hye/%D5%86%D5%A1%D5%B4%D5%AB%D5%A2%D5%AB%D5%A1>,
        <http://lexvo.org/id/term/ina/Namibia>,
        <http://lexvo.org/id/term/ind/Namibia>,
        <http://lexvo.org/id/term/isl/Namib%C3%ADa>,
        <http://lexvo.org/id/term/ita/Namibia>,
        <http://lexvo.org/id/term/jgo/Namimb%C3%AE>,
        <http://lexvo.org/id/term/jmc/Namibia>,
        <http://lexvo.org/id/term/jpn/%E3%83%8A%E3%83%9F%E3%83%93%E3%82%A2>,
        <http://lexvo.org/id/term/kab/Namibya>,
        <http://lexvo.org/id/term/kal/Namibia>,
        <http://lexvo.org/id/term/kam/Namibia>,
        <http://lexvo.org/id/term/kan/%E0%B2%A8%E0%B2%AE%E0%B3%80%E0%B2%AC%E0%B2%BF%E0%B2%AF%E0%B2%BE>,
        <http://lexvo.org/id/term/kas/%D9%86%D8%A7%D9%85%D9%90%D8%A8%D9%90%DB%8C%D8%A7>,
        <http://lexvo.org/id/term/kat/%E1%83%9C%E1%83%90%E1%83%9B%E1%83%98%E1%83%91%E1%83%98%E1%83%90>,
        <http://lexvo.org/id/term/kde/Namibia>,
        <http://lexvo.org/id/term/kea/Namibia>,
        <http://lexvo.org/id/term/khm/%E1%9E%8E%E1%9E%B6%E1%9E%98%E1%9E%B8%E1%9E%94%E1%9F%8A%E1%9E%B8>,
        <http://lexvo.org/id/term/khq/Naamibi>,
        <http://lexvo.org/id/term/kik/Namimbia>,
        <http://lexvo.org/id/term/kln/Emetab%20Namibia>,
        <http://lexvo.org/id/term/kor/%EB%82%98%EB%AF%B8%EB%B9%84%EC%95%84>,
        <http://lexvo.org/id/term/ksb/Namibia>,
        <http://lexvo.org/id/term/ksf/namib%C3%AD>,
        <http://lexvo.org/id/term/ksh/Namiibije>,
        <http://lexvo.org/id/term/lag/Nam%C3%ADbia>,
        <http://lexvo.org/id/term/lao/%E0%BA%99%E0%BA%B2%E0%BA%A1%E0%BA%B5%E0%BB%80%E0%BA%9A%E0%BA%8D>,
        <http://lexvo.org/id/term/lav/Nam%C4%ABbija>,
        <http://lexvo.org/id/term/lin/Namibi>,
        <http://lexvo.org/id/term/lit/Namibija>,
        <http://lexvo.org/id/term/lub/Namibi>,
        <http://lexvo.org/id/term/lug/Namibiya>,
        <http://lexvo.org/id/term/luo/Namibia>,
        <http://lexvo.org/id/term/luy/Namibia>,
        <http://lexvo.org/id/term/mal/%E0%B4%A8%E0%B4%AE%E0%B5%80%E0%B4%AC%E0%B4%BF%E0%B4%AF>,
        <http://lexvo.org/id/term/mar/%E0%A4%A8%E0%A4%AE%E0%A5%80%E0%A4%AC%E0%A4%BF%E0%A4%AF%E0%A4%BE>,
        <http://lexvo.org/id/term/mas/Namibia>,
        <http://lexvo.org/id/term/mer/Namibia>,
        <http://lexvo.org/id/term/mfe/Namibi>,
        <http://lexvo.org/id/term/mkd/%D0%9D%D0%B0%D0%BC%D0%B8%D0%B1%D0%B8%D1%98%D0%B0>,
        <http://lexvo.org/id/term/mlg/Namibia>,
        <http://lexvo.org/id/term/mlt/Namibja>,
        <http://lexvo.org/id/term/mua/Namibiya>,
        <http://lexvo.org/id/term/mya/%E1%80%94%E1%80%99%E1%80%BA%E1%80%99%E1%80%AE%E1%80%B8%E1%80%98%E1%80%AE%E1%80%B8%E1%80%9A%E1%80%AC%E1%80%B8>,
        <http://lexvo.org/id/term/naq/Namibiab>,
        <http://lexvo.org/id/term/nde/Namibhiya>,
        <http://lexvo.org/id/term/nep/%E0%A4%A8%E0%A4%BE%E0%A4%AE%E0%A4%BF%E0%A4%AC%E0%A4%BF%E0%A4%AF%E0%A4%BE>,
        <http://lexvo.org/id/term/nld/Namibi%C3%AB>,
        <http://lexvo.org/id/term/nmg/Namibia>,
        <http://lexvo.org/id/term/nno/Namibia>,
        <http://lexvo.org/id/term/nob/Namibia>,
        <http://lexvo.org/id/term/nyn/Namibiya>,
        <http://lexvo.org/id/term/ori/%E0%AC%A8%E0%AC%BE%E0%AC%AE%E0%AD%8D%E0%AC%AC%E0%AC%BF%E0%AC%86>,
        <http://lexvo.org/id/term/pol/Namibia>,
        <http://lexvo.org/id/term/por/Nam%C3%ADbia>,
        <http://lexvo.org/id/term/rof/Namibia>,
        <http://lexvo.org/id/term/roh/Namibia>,
        <http://lexvo.org/id/term/ron/Namibia>,
        <http://lexvo.org/id/term/run/Namibiya>,
        <http://lexvo.org/id/term/rus/%D0%9D%D0%B0%D0%BC%D0%B8%D0%B1%D0%B8%D1%8F>,
        <http://lexvo.org/id/term/rwk/Namibia>,
        <http://lexvo.org/id/term/sag/Namib%C3%B9ii>,
        <http://lexvo.org/id/term/saq/Namibia>,
        <http://lexvo.org/id/term/sbp/Namibiya>,
        <http://lexvo.org/id/term/seh/Nam%C3%ADbia>,
        <http://lexvo.org/id/term/ses/Naamibi>,
        <http://lexvo.org/id/term/shi-Latn/namibya>,
        <http://lexvo.org/id/term/shi/%E2%B5%8F%E2%B4%B0%E2%B5%8E%E2%B5%89%E2%B4%B1%E2%B5%A2%E2%B4%B0>,
        <http://lexvo.org/id/term/sin/%E0%B6%B1%E0%B7%90%E0%B6%B8%E0%B7%93%E0%B6%B6%E0%B7%92%E0%B6%BA%E0%B7%8F%E0%B7%80>,
        <http://lexvo.org/id/term/slk/Nam%C3%ADbia>,
        <http://lexvo.org/id/term/slv/Namibija>,
        <http://lexvo.org/id/term/sme/Namibia>,
        <http://lexvo.org/id/term/sna/Namibia>,
        <http://lexvo.org/id/term/som/Namiibiya>,
        <http://lexvo.org/id/term/spa/Namibia>,
        <http://lexvo.org/id/term/sqi/Namibi>,
        <http://lexvo.org/id/term/srp-Latn/Namibija>,
        <http://lexvo.org/id/term/srp/%D0%9D%D0%B0%D0%BC%D0%B8%D0%B1%D0%B8%D1%98%D0%B0>,
        <http://lexvo.org/id/term/swc/Namibia>,
        <http://lexvo.org/id/term/swe/Namibia>,
        <http://lexvo.org/id/term/swh/Namibia>,
        <http://lexvo.org/id/term/tam/%E0%AE%A8%E0%AE%AE%E0%AF%80%E0%AE%AA%E0%AE%BF%E0%AE%AF%E0%AE%BE>,
        <http://lexvo.org/id/term/tel/%E0%B0%A8%E0%B0%AE%E0%B1%80%E0%B0%AC%E0%B0%BF%E0%B0%AF%E0%B0%BE>,
        <http://lexvo.org/id/term/teo/Namibia>,
        <http://lexvo.org/id/term/tha/%E0%B8%99%E0%B8%B2%E0%B8%A1%E0%B8%B4%E0%B9%80%E0%B8%9A%E0%B8%B5%E0%B8%A2>,
        <http://lexvo.org/id/term/tig/%E1%8A%93%E1%88%9A%E1%89%A2%E1%8B%AB>,
        <http://lexvo.org/id/term/tir/%E1%8A%93%E1%88%9A%E1%89%A2%E1%8B%AB>,
        <http://lexvo.org/id/term/ton/Namipia>,
        <http://lexvo.org/id/term/tur/Namibya>,
        <http://lexvo.org/id/term/twq/Naamibi>,
        <http://lexvo.org/id/term/tzm/Namibya>,
        <http://lexvo.org/id/term/ukr/%D0%9D%D0%B0%D0%BC%D1%96%D0%B1%D1%96%D1%8F>,
        <http://lexvo.org/id/term/urd/%D9%86%D8%A7%D9%85%DB%8C%D8%A8%DB%8C%D8%A7>,
        <http://lexvo.org/id/term/vai-Latn/Namibiya>,
        <http://lexvo.org/id/term/vai/%EA%95%AF%EA%95%86%EA%94%AB%EA%95%A9>,
        <http://lexvo.org/id/term/vie/Namibia>,
        <http://lexvo.org/id/term/vun/Namibia>,
        <http://lexvo.org/id/term/wae/Namibia>,
        <http://lexvo.org/id/term/wal/%E1%8A%93%E1%88%9A%E1%89%A2%E1%8B%AB>,
        <http://lexvo.org/id/term/xog/Namibiya>,
        <http://lexvo.org/id/term/yav/namip%C3%AD>,
        <http://lexvo.org/id/term/yor/Or%C3%ADl%E1%BA%B9%CC%81%C3%A8de%20Namibia>,
        <http://lexvo.org/id/term/zsm/Namibia>,
        <http://lexvo.org/id/term/zul/i-Namibia> ;
    owl:sameAs <http://psi.oasis-open.org/iso/3166/#516>,
        <http://sws.geonames.org/3355338/> .

<http://lexvo.org/id/iso3166/NC> a lvont:GeographicRegion ;
    rdfs:label "Nieu-Kaledonië"@af,
        "Kàlèdonyìa È fūghū"@agq,
        "Kaledonia Foforo"@ak,
        "ኒው ካሌዶኒያ"@am,
        "كاليدونيا الجديدة"@ar,
        "Nyukaledonia"@asa,
        "Nueva Caledonia"@ast,
        "Yeni Kaledoniya"@az,
        "Kàlèdonìà Yɔ̀ndɔ"@bas,
        "Новая Каледонія"@be,
        "Hunyukaledonia"@bez,
        "Нова Каледония"@bg,
        "Kaledoni Koura"@bm,
        "নিউ ক্যালেডোনিয়া"@bn,
        "Kaledonia Nevez"@br,
        "न्यू कैलेडोनिया"@brx,
        "Nova Kaledonija"@bs,
        "Нова Каледонија"@bs-Cyrl,
        "ኒው ካሌዶኒያ"@byn,
        "Nova Caledònia"@ca,
        "Niukaredonia"@cgg,
        "ᎢᏤ ᎧᎵᏙᏂᎠᏂ"@chr,
        "新喀里多尼亚"@cmn,
        "新喀里多尼亞群島"@cmn-Hant,
        "Nová Kaledonie"@cs,
        "Caledonia Newydd"@cy,
        "Ny Caledonien"@da,
        "Nyukaledonia"@dav,
        "Neukaledonien"@de,
        "Kaaledooni Taagaa"@dje,
        "ནིའུ་ཀ་ལི་དོ་ནི་ཡ"@dz,
        "Nyukaledonia"@ebu,
        "New Kaledonia nutome"@ee,
        "Νέα Καληδονία"@el,
        "ISO 3166-1:NC"@en,
        "New Caledonia"@en,
        "𐐤𐐭 𐐗𐐰𐑊𐐲𐐼𐐬𐑌𐐷𐐲"@en-Dsrt,
        "Nov-Kaledonio"@eo,
        "Nueva Caledonia"@es,
        "Uus-Kaledoonia"@et,
        "Kaledonia Berria"@eu,
        "Ǹkpámɛn Kaledónia"@ewo,
        "کالدونیای جدید"@fa,
        "Nuwel Kaledonii"@ff,
        "Uusi-Kaledonia"@fi,
        "New Caledonia"@fil,
        "Ný-Kaledonia"@fo,
        "Nouvelle-Calédonie"@fr,
        "Gnove Caledonie"@fur,
        "An Nua-Chaladóin"@ga,
        "Cailleann Nuadh"@gd,
        "Nova Caledonia"@gl,
        "Nöikaledoonie"@gsw,
        "ન્યુ સેલેડોનિયા"@gu,
        "Nyukaledonia"@guz,
        "Kaledoniya Sabuwa"@ha,
        "קלדוניה החדשה"@he,
        "न्यू कैलेडोनिया"@hi,
        "Nova Kaledonija"@hr,
        "Új-Kaledónia"@hu,
        "Nove Caledonia"@ia,
        "Kaledonia Baru"@id,
        "Nýja-Kaledónía"@is,
        "Nuova Caledonia"@it,
        "ニューカレドニア"@ja,
        "Nyukaledonia"@jmc,
        "ახალი კალედონია"@ka,
        "Kalidunya Tamaynut"@kab,
        "Nyukaledonia"@kam,
        "Nyukaledonia"@kde,
        "Nova Kalidonia"@kea,
        "Kaaledooni Taagaa"@khq,
        "Nyukaledonia"@ki,
        "Nutaaq Caledonia"@kl,
        "Emetab New Caledonia"@kln,
        "ញូកាឡេដូនៀ"@km,
        "ನ್ಯೂ ಕ್ಯಾಲಿಡೋನಿಯಾ"@kn,
        "뉴 칼레도니아"@ko,
        "نِو کیلِڑونِیا"@ks,
        "Nyukaledonia"@ksb,
        "kalɛdoní anyɔ́n"@ksf,
        "Neuschottland"@ksh,
        "Kaledónia Ifya"@lag,
        "Kaledonya mupya"@lg,
        "Kaledoni ya sika"@ln,
        "ນິວຄາລິໂດເນຍ"@lo,
        "Naujoji Kaledonija"@lt,
        "Kaledoni wa mumu"@lu,
        "New Caledonia"@luo,
        "Nyukaledonia"@luy,
        "Jaunkaledonija"@lv,
        "Nyukaledonia"@mas,
        "Kalendoia Ĩnjeru"@mer,
        "Nouvel-Kaledoni"@mfe,
        "Nouvelle-Calédonie"@mg,
        "Нова Каледонија"@mk,
        "പുതിയ കാലിഡോണിയ"@ml,
        "न्यू कॅलेडोनिया"@mr,
        "New Caledonia"@mt,
        "Kaledoniya mafuu"@mua,
        "နယူး ကယ်လီဒိုနီးယား"@my,
        "New Caledonia"@naq,
        "Ny-Caledonia"@nb,
        "New Caledonia"@nd,
        "नयाँ कालेडोनिया"@ne,
        "Nieuw-Caledonië"@nl,
        "Kaledoni nwanah"@nmg,
        "Ny-Caledonia"@nn,
        "Niukaredonia"@nyn,
        "ନୂତନ କାଲେଡୋନିଆ"@or,
        "Nowa Kaledonia"@pl,
        "Nova Caledónia"@pt,
        "Nova Caledônia"@pt,
        "Nova Caledonia"@rm,
        "Niyukaledoniya"@rn,
        "Noua Caledonie"@ro,
        "Nyukaledonia"@rof,
        "Новая Каледония"@ru,
        "Nyukaledonia"@rwk,
        "Nyukaledonia"@saq,
        "Nyukaledoniya"@sbp,
        "Ođđa-Kaledonia"@se,
        "Nova Caledônia"@seh,
        "Kaaledooni Taagaa"@ses,
        "Finî Kaledonïi"@sg,
        "ⴽⴰⵍⵉⴷⵓⵏⵢⴰ ⵜⴰⵎⴰⵢⵏⵓⵜ"@shi,
        "kalidunya tamaynut"@shi-Latn,
        "නව කැලිඩෝනියාව"@si,
        "Nová Kaledónia"@sk,
        "Nova Kaledonija"@sl,
        "New Caledonia"@sn,
        "New Caledonia"@so,
        "Нова Каледонија"@sr,
        "Nova Kaledonija"@sr-Latn,
        "Nya Kaledonien"@sv,
        "Nyukaledonia"@swc,
        "Nyukaledonia"@swh,
        "நியூ கேலிடோனியா"@ta,
        "క్రొత్త కాలెడోనియా"@te,
        "Nyukaledonia"@teo,
        "นิวแคลิโดเนีย"@th,
        "ኒው ካሌዶኒያ"@ti,
        "ኒው ካሌዶኒያ"@tig,
        "Niu Kaletōnia"@to,
        "Yeni Kaledonya"@tr,
        "Kaaledooni Taagaa"@twq,
        "kalidunya Tamaynut"@tzm,
        "Нова Каледонія"@uk,
        "نیو کلیڈونیا"@ur,
        "ꕪꔷꖁꕇꕰ ꕯꕮꕊ"@vai,
        "Kalidoninya Námaá"@vai-Latn,
        "New Caledonia"@vi,
        "Nyukaledonia"@vun,
        "Niwkaledonie"@wae,
        "ኒው ካሌዶኒያ"@wal,
        "Kaledonya mupya"@xog,
        "nufɛ́l kaletoní"@yav,
        "Orílẹ́ède Kaledonia Titun"@yo,
        "New Caledonia"@zsm,
        "i-New Caledonia"@zu ;
    lvont:label <http://lexvo.org/id/term/afr/Nieu-Kaledoni%C3%AB>,
        <http://lexvo.org/id/term/agq/K%C3%A0l%C3%A8dony%C3%ACa%20%C3%88%20f%C5%ABgh%C5%AB>,
        <http://lexvo.org/id/term/aka/Kaledonia%20Foforo>,
        <http://lexvo.org/id/term/amh/%E1%8A%92%E1%8B%8D%20%E1%8A%AB%E1%88%8C%E1%8B%B6%E1%8A%92%E1%8B%AB>,
        <http://lexvo.org/id/term/ara/%D9%83%D8%A7%D9%84%D9%8A%D8%AF%D9%88%D9%86%D9%8A%D8%A7%20%D8%A7%D9%84%D8%AC%D8%AF%D9%8A%D8%AF%D8%A9>,
        <http://lexvo.org/id/term/asa/Nyukaledonia>,
        <http://lexvo.org/id/term/ast/Nueva%20Caledonia>,
        <http://lexvo.org/id/term/aze/Yeni%20Kaledoniya>,
        <http://lexvo.org/id/term/bam/Kaledoni%20Koura>,
        <http://lexvo.org/id/term/bas/K%C3%A0l%C3%A8don%C3%AC%C3%A0%20Y%C9%94%CC%80nd%C9%94>,
        <http://lexvo.org/id/term/bel/%D0%9D%D0%BE%D0%B2%D0%B0%D1%8F%20%D0%9A%D0%B0%D0%BB%D0%B5%D0%B4%D0%BE%D0%BD%D1%96%D1%8F>,
        <http://lexvo.org/id/term/ben/%E0%A6%A8%E0%A6%BF%E0%A6%89%20%E0%A6%95%E0%A7%8D%E0%A6%AF%E0%A6%BE%E0%A6%B2%E0%A7%87%E0%A6%A1%E0%A7%8B%E0%A6%A8%E0%A6%BF%E0%A6%AF%E0%A6%BC%E0%A6%BE>,
        <http://lexvo.org/id/term/bez/Hunyukaledonia>,
        <http://lexvo.org/id/term/bos-Cyrl/%D0%9D%D0%BE%D0%B2%D0%B0%20%D0%9A%D0%B0%D0%BB%D0%B5%D0%B4%D0%BE%D0%BD%D0%B8%D1%98%D0%B0>,
        <http://lexvo.org/id/term/bos/Nova%20Kaledonija>,
        <http://lexvo.org/id/term/bre/Kaledonia%20Nevez>,
        <http://lexvo.org/id/term/brx/%E0%A4%A8%E0%A5%8D%E0%A4%AF%E0%A5%82%20%E0%A4%95%E0%A5%88%E0%A4%B2%E0%A5%87%E0%A4%A1%E0%A5%8B%E0%A4%A8%E0%A4%BF%E0%A4%AF%E0%A4%BE>,
        <http://lexvo.org/id/term/bul/%D0%9D%D0%BE%D0%B2%D0%B0%20%D0%9A%D0%B0%D0%BB%D0%B5%D0%B4%D0%BE%D0%BD%D0%B8%D1%8F>,
        <http://lexvo.org/id/term/byn/%E1%8A%92%E1%8B%8D%20%E1%8A%AB%E1%88%8C%E1%8B%B6%E1%8A%92%E1%8B%AB>,
        <http://lexvo.org/id/term/cat/Nova%20Caled%C3%B2nia>,
        <http://lexvo.org/id/term/ces/Nov%C3%A1%20Kaledonie>,
        <http://lexvo.org/id/term/cgg/Niukaredonia>,
        <http://lexvo.org/id/term/chr/%E1%8E%A2%E1%8F%A4%20%E1%8E%A7%E1%8E%B5%E1%8F%99%E1%8F%82%E1%8E%A0%E1%8F%82>,
        <http://lexvo.org/id/term/cmn-Hant/%E6%96%B0%E5%96%80%E9%87%8C%E5%A4%9A%E5%B0%BC%E4%BA%9E%E7%BE%A4%E5%B3%B6>,
        <http://lexvo.org/id/term/cmn/%E6%96%B0%E5%96%80%E9%87%8C%E5%A4%9A%E5%B0%BC%E4%BA%9A>,
        <http://lexvo.org/id/term/cym/Caledonia%20Newydd>,
        <http://lexvo.org/id/term/dan/Ny%20Caledonien>,
        <http://lexvo.org/id/term/dav/Nyukaledonia>,
        <http://lexvo.org/id/term/deu/Neukaledonien>,
        <http://lexvo.org/id/term/dje/Kaaledooni%20Taagaa>,
        <http://lexvo.org/id/term/dzo/%E0%BD%93%E0%BD%B2%E0%BD%A0%E0%BD%B4%E0%BC%8B%E0%BD%80%E0%BC%8B%E0%BD%A3%E0%BD%B2%E0%BC%8B%E0%BD%91%E0%BD%BC%E0%BC%8B%E0%BD%93%E0%BD%B2%E0%BC%8B%E0%BD%A1>,
        <http://lexvo.org/id/term/ebu/Nyukaledonia>,
        <http://lexvo.org/id/term/ell/%CE%9D%CE%AD%CE%B1%20%CE%9A%CE%B1%CE%BB%CE%B7%CE%B4%CE%BF%CE%BD%CE%AF%CE%B1>,
        <http://lexvo.org/id/term/eng-Dsrt/%F0%90%90%A4%F0%90%90%AD%20%F0%90%90%97%F0%90%90%B0%F0%90%91%8A%F0%90%90%B2%F0%90%90%BC%F0%90%90%AC%F0%90%91%8C%F0%90%90%B7%F0%90%90%B2>,
        <http://lexvo.org/id/term/eng/ISO%203166-1%3ANC>,
        <http://lexvo.org/id/term/eng/New%20Caledonia>,
        <http://lexvo.org/id/term/epo/Nov-Kaledonio>,
        <http://lexvo.org/id/term/est/Uus-Kaledoonia>,
        <http://lexvo.org/id/term/eus/Kaledonia%20Berria>,
        <http://lexvo.org/id/term/ewe/New%20Kaledonia%20nutome>,
        <http://lexvo.org/id/term/ewo/%C7%B8kp%C3%A1m%C9%9Bn%20Kaled%C3%B3nia>,
        <http://lexvo.org/id/term/fao/N%C3%BD-Kaledonia>,
        <http://lexvo.org/id/term/fas/%DA%A9%D8%A7%D9%84%D8%AF%D9%88%D9%86%DB%8C%D8%A7%DB%8C%20%D8%AC%D8%AF%DB%8C%D8%AF>,
        <http://lexvo.org/id/term/fil/New%20Caledonia>,
        <http://lexvo.org/id/term/fin/Uusi-Kaledonia>,
        <http://lexvo.org/id/term/fra/Nouvelle-Cal%C3%A9donie>,
        <http://lexvo.org/id/term/ful/Nuwel%20Kaledonii>,
        <http://lexvo.org/id/term/fur/Gnove%20Caledonie>,
        <http://lexvo.org/id/term/gla/Cailleann%20Nuadh>,
        <http://lexvo.org/id/term/gle/An%20Nua-Chalad%C3%B3in>,
        <http://lexvo.org/id/term/glg/Nova%20Caledonia>,
        <http://lexvo.org/id/term/gsw/N%C3%B6ikaledoonie>,
        <http://lexvo.org/id/term/guj/%E0%AA%A8%E0%AB%8D%E0%AA%AF%E0%AB%81%20%E0%AA%B8%E0%AB%87%E0%AA%B2%E0%AB%87%E0%AA%A1%E0%AB%8B%E0%AA%A8%E0%AA%BF%E0%AA%AF%E0%AA%BE>,
        <http://lexvo.org/id/term/guz/Nyukaledonia>,
        <http://lexvo.org/id/term/hau/Kaledoniya%20Sabuwa>,
        <http://lexvo.org/id/term/heb/%D7%A7%D7%9C%D7%93%D7%95%D7%A0%D7%99%D7%94%20%D7%94%D7%97%D7%93%D7%A9%D7%94>,
        <http://lexvo.org/id/term/hin/%E0%A4%A8%E0%A5%8D%E0%A4%AF%E0%A5%82%20%E0%A4%95%E0%A5%88%E0%A4%B2%E0%A5%87%E0%A4%A1%E0%A5%8B%E0%A4%A8%E0%A4%BF%E0%A4%AF%E0%A4%BE>,
        <http://lexvo.org/id/term/hrv/Nova%20Kaledonija>,
        <http://lexvo.org/id/term/hun/%C3%9Aj-Kaled%C3%B3nia>,
        <http://lexvo.org/id/term/ina/Nove%20Caledonia>,
        <http://lexvo.org/id/term/ind/Kaledonia%20Baru>,
        <http://lexvo.org/id/term/isl/N%C3%BDja-Kaled%C3%B3n%C3%ADa>,
        <http://lexvo.org/id/term/ita/Nuova%20Caledonia>,
        <http://lexvo.org/id/term/jmc/Nyukaledonia>,
        <http://lexvo.org/id/term/jpn/%E3%83%8B%E3%83%A5%E3%83%BC%E3%82%AB%E3%83%AC%E3%83%89%E3%83%8B%E3%82%A2>,
        <http://lexvo.org/id/term/kab/Kalidunya%20Tamaynut>,
        <http://lexvo.org/id/term/kal/Nutaaq%20Caledonia>,
        <http://lexvo.org/id/term/kam/Nyukaledonia>,
        <http://lexvo.org/id/term/kan/%E0%B2%A8%E0%B3%8D%E0%B2%AF%E0%B3%82%20%E0%B2%95%E0%B3%8D%E0%B2%AF%E0%B2%BE%E0%B2%B2%E0%B2%BF%E0%B2%A1%E0%B3%8B%E0%B2%A8%E0%B2%BF%E0%B2%AF%E0%B2%BE>,
        <http://lexvo.org/id/term/kas/%D9%86%D9%90%D9%88%20%DA%A9%DB%8C%D9%84%D9%90%DA%91%D9%88%D9%86%D9%90%DB%8C%D8%A7>,
        <http://lexvo.org/id/term/kat/%E1%83%90%E1%83%AE%E1%83%90%E1%83%9A%E1%83%98%20%E1%83%99%E1%83%90%E1%83%9A%E1%83%94%E1%83%93%E1%83%9D%E1%83%9C%E1%83%98%E1%83%90>,
        <http://lexvo.org/id/term/kde/Nyukaledonia>,
        <http://lexvo.org/id/term/kea/Nova%20Kalidonia>,
        <http://lexvo.org/id/term/khm/%E1%9E%89%E1%9E%BC%E1%9E%80%E1%9E%B6%E1%9E%A1%E1%9F%81%E1%9E%8A%E1%9E%BC%E1%9E%93%E1%9F%80>,
        <http://lexvo.org/id/term/khq/Kaaledooni%20Taagaa>,
        <http://lexvo.org/id/term/kik/Nyukaledonia>,
        <http://lexvo.org/id/term/kln/Emetab%20New%20Caledonia>,
        <http://lexvo.org/id/term/kor/%EB%89%B4%20%EC%B9%BC%EB%A0%88%EB%8F%84%EB%8B%88%EC%95%84>,
        <http://lexvo.org/id/term/ksb/Nyukaledonia>,
        <http://lexvo.org/id/term/ksf/kal%C9%9Bdon%C3%AD%20any%C9%94%CC%81n>,
        <http://lexvo.org/id/term/ksh/Neuschottland>,
        <http://lexvo.org/id/term/lag/Kaled%C3%B3nia%20Ifya>,
        <http://lexvo.org/id/term/lao/%E0%BA%99%E0%BA%B4%E0%BA%A7%E0%BA%84%E0%BA%B2%E0%BA%A5%E0%BA%B4%E0%BB%82%E0%BA%94%E0%BB%80%E0%BA%99%E0%BA%8D>,
        <http://lexvo.org/id/term/lav/Jaunkaledonija>,
        <http://lexvo.org/id/term/lin/Kaledoni%20ya%20sika>,
        <http://lexvo.org/id/term/lit/Naujoji%20Kaledonija>,
        <http://lexvo.org/id/term/lub/Kaledoni%20wa%20mumu>,
        <http://lexvo.org/id/term/lug/Kaledonya%20mupya>,
        <http://lexvo.org/id/term/luo/New%20Caledonia>,
        <http://lexvo.org/id/term/luy/Nyukaledonia>,
        <http://lexvo.org/id/term/mal/%E0%B4%AA%E0%B5%81%E0%B4%A4%E0%B4%BF%E0%B4%AF%20%E0%B4%95%E0%B4%BE%E0%B4%B2%E0%B4%BF%E0%B4%A1%E0%B5%8B%E0%B4%A3%E0%B4%BF%E0%B4%AF>,
        <http://lexvo.org/id/term/mar/%E0%A4%A8%E0%A5%8D%E0%A4%AF%E0%A5%82%20%E0%A4%95%E0%A5%85%E0%A4%B2%E0%A5%87%E0%A4%A1%E0%A5%8B%E0%A4%A8%E0%A4%BF%E0%A4%AF%E0%A4%BE>,
        <http://lexvo.org/id/term/mas/Nyukaledonia>,
        <http://lexvo.org/id/term/mer/Kalendoia%20%C4%A8njeru>,
        <http://lexvo.org/id/term/mfe/Nouvel-Kaledoni>,
        <http://lexvo.org/id/term/mkd/%D0%9D%D0%BE%D0%B2%D0%B0%20%D0%9A%D0%B0%D0%BB%D0%B5%D0%B4%D0%BE%D0%BD%D0%B8%D1%98%D0%B0>,
        <http://lexvo.org/id/term/mlg/Nouvelle-Cal%C3%A9donie>,
        <http://lexvo.org/id/term/mlt/New%20Caledonia>,
        <http://lexvo.org/id/term/mua/Kaledoniya%20mafuu>,
        <http://lexvo.org/id/term/mya/%E1%80%94%E1%80%9A%E1%80%B0%E1%80%B8%20%E1%80%80%E1%80%9A%E1%80%BA%E1%80%9C%E1%80%AE%E1%80%92%E1%80%AD%E1%80%AF%E1%80%94%E1%80%AE%E1%80%B8%E1%80%9A%E1%80%AC%E1%80%B8>,
        <http://lexvo.org/id/term/naq/New%20Caledonia>,
        <http://lexvo.org/id/term/nde/New%20Caledonia>,
        <http://lexvo.org/id/term/nep/%E0%A4%A8%E0%A4%AF%E0%A4%BE%E0%A4%81%20%E0%A4%95%E0%A4%BE%E0%A4%B2%E0%A5%87%E0%A4%A1%E0%A5%8B%E0%A4%A8%E0%A4%BF%E0%A4%AF%E0%A4%BE>,
        <http://lexvo.org/id/term/nld/Nieuw-Caledoni%C3%AB>,
        <http://lexvo.org/id/term/nmg/Kaledoni%20nwanah>,
        <http://lexvo.org/id/term/nno/Ny-Caledonia>,
        <http://lexvo.org/id/term/nob/Ny-Caledonia>,
        <http://lexvo.org/id/term/nyn/Niukaredonia>,
        <http://lexvo.org/id/term/ori/%E0%AC%A8%E0%AD%82%E0%AC%A4%E0%AC%A8%20%E0%AC%95%E0%AC%BE%E0%AC%B2%E0%AD%87%E0%AC%A1%E0%AD%8B%E0%AC%A8%E0%AC%BF%E0%AC%86>,
        <http://lexvo.org/id/term/pol/Nowa%20Kaledonia>,
        <http://lexvo.org/id/term/por/Nova%20Caled%C3%B3nia>,
        <http://lexvo.org/id/term/por/Nova%20Caled%C3%B4nia>,
        <http://lexvo.org/id/term/rof/Nyukaledonia>,
        <http://lexvo.org/id/term/roh/Nova%20Caledonia>,
        <http://lexvo.org/id/term/ron/Noua%20Caledonie>,
        <http://lexvo.org/id/term/run/Niyukaledoniya>,
        <http://lexvo.org/id/term/rus/%D0%9D%D0%BE%D0%B2%D0%B0%D1%8F%20%D0%9A%D0%B0%D0%BB%D0%B5%D0%B4%D0%BE%D0%BD%D0%B8%D1%8F>,
        <http://lexvo.org/id/term/rwk/Nyukaledonia>,
        <http://lexvo.org/id/term/sag/Fin%C3%AE%20Kaledon%C3%AFi>,
        <http://lexvo.org/id/term/saq/Nyukaledonia>,
        <http://lexvo.org/id/term/sbp/Nyukaledoniya>,
        <http://lexvo.org/id/term/seh/Nova%20Caled%C3%B4nia>,
        <http://lexvo.org/id/term/ses/Kaaledooni%20Taagaa>,
        <http://lexvo.org/id/term/shi-Latn/kalidunya%20tamaynut>,
        <http://lexvo.org/id/term/shi/%E2%B4%BD%E2%B4%B0%E2%B5%8D%E2%B5%89%E2%B4%B7%E2%B5%93%E2%B5%8F%E2%B5%A2%E2%B4%B0%20%E2%B5%9C%E2%B4%B0%E2%B5%8E%E2%B4%B0%E2%B5%A2%E2%B5%8F%E2%B5%93%E2%B5%9C>,
        <http://lexvo.org/id/term/sin/%E0%B6%B1%E0%B7%80%20%E0%B6%9A%E0%B7%90%E0%B6%BD%E0%B7%92%E0%B6%A9%E0%B7%9D%E0%B6%B1%E0%B7%92%E0%B6%BA%E0%B7%8F%E0%B7%80>,
        <http://lexvo.org/id/term/slk/Nov%C3%A1%20Kaled%C3%B3nia>,
        <http://lexvo.org/id/term/slv/Nova%20Kaledonija>,
        <http://lexvo.org/id/term/sme/O%C4%91%C4%91a-Kaledonia>,
        <http://lexvo.org/id/term/sna/New%20Caledonia>,
        <http://lexvo.org/id/term/som/New%20Caledonia>,
        <http://lexvo.org/id/term/spa/Nueva%20Caledonia>,
        <http://lexvo.org/id/term/srp-Latn/Nova%20Kaledonija>,
        <http://lexvo.org/id/term/srp/%D0%9D%D0%BE%D0%B2%D0%B0%20%D0%9A%D0%B0%D0%BB%D0%B5%D0%B4%D0%BE%D0%BD%D0%B8%D1%98%D0%B0>,
        <http://lexvo.org/id/term/swc/Nyukaledonia>,
        <http://lexvo.org/id/term/swe/Nya%20Kaledonien>,
        <http://lexvo.org/id/term/swh/Nyukaledonia>,
        <http://lexvo.org/id/term/tam/%E0%AE%A8%E0%AE%BF%E0%AE%AF%E0%AF%82%20%E0%AE%95%E0%AF%87%E0%AE%B2%E0%AE%BF%E0%AE%9F%E0%AF%8B%E0%AE%A9%E0%AE%BF%E0%AE%AF%E0%AE%BE>,
        <http://lexvo.org/id/term/tel/%E0%B0%95%E0%B1%8D%E0%B0%B0%E0%B1%8A%E0%B0%A4%E0%B1%8D%E0%B0%A4%20%E0%B0%95%E0%B0%BE%E0%B0%B2%E0%B1%86%E0%B0%A1%E0%B1%8B%E0%B0%A8%E0%B0%BF%E0%B0%AF%E0%B0%BE>,
        <http://lexvo.org/id/term/teo/Nyukaledonia>,
        <http://lexvo.org/id/term/tha/%E0%B8%99%E0%B8%B4%E0%B8%A7%E0%B9%81%E0%B8%84%E0%B8%A5%E0%B8%B4%E0%B9%82%E0%B8%94%E0%B9%80%E0%B8%99%E0%B8%B5%E0%B8%A2>,
        <http://lexvo.org/id/term/tig/%E1%8A%92%E1%8B%8D%20%E1%8A%AB%E1%88%8C%E1%8B%B6%E1%8A%92%E1%8B%AB>,
        <http://lexvo.org/id/term/tir/%E1%8A%92%E1%8B%8D%20%E1%8A%AB%E1%88%8C%E1%8B%B6%E1%8A%92%E1%8B%AB>,
        <http://lexvo.org/id/term/ton/Niu%20Kalet%C5%8Dnia>,
        <http://lexvo.org/id/term/tur/Yeni%20Kaledonya>,
        <http://lexvo.org/id/term/twq/Kaaledooni%20Taagaa>,
        <http://lexvo.org/id/term/tzm/kalidunya%20Tamaynut>,
        <http://lexvo.org/id/term/ukr/%D0%9D%D0%BE%D0%B2%D0%B0%20%D0%9A%D0%B0%D0%BB%D0%B5%D0%B4%D0%BE%D0%BD%D1%96%D1%8F>,
        <http://lexvo.org/id/term/urd/%D9%86%DB%8C%D9%88%20%DA%A9%D9%84%DB%8C%DA%88%D9%88%D9%86%DB%8C%D8%A7>,
        <http://lexvo.org/id/term/vai-Latn/Kalidoninya%20N%C3%A1ma%C3%A1>,
        <http://lexvo.org/id/term/vai/%EA%95%AA%EA%94%B7%EA%96%81%EA%95%87%EA%95%B0%20%EA%95%AF%EA%95%AE%EA%95%8A>,
        <http://lexvo.org/id/term/vie/New%20Caledonia>,
        <http://lexvo.org/id/term/vun/Nyukaledonia>,
        <http://lexvo.org/id/term/wae/Niwkaledonie>,
        <http://lexvo.org/id/term/wal/%E1%8A%92%E1%8B%8D%20%E1%8A%AB%E1%88%8C%E1%8B%B6%E1%8A%92%E1%8B%AB>,
        <http://lexvo.org/id/term/xog/Kaledonya%20mupya>,
        <http://lexvo.org/id/term/yav/nuf%C9%9B%CC%81l%20kaleton%C3%AD>,
        <http://lexvo.org/id/term/yor/Or%C3%ADl%E1%BA%B9%CC%81%C3%A8de%20Kaledonia%20Titun>,
        <http://lexvo.org/id/term/zsm/New%20Caledonia>,
        <http://lexvo.org/id/term/zul/i-New%20Caledonia> ;
    owl:sameAs <http://psi.oasis-open.org/iso/3166/#540>,
        <http://sws.geonames.org/2139685/> .

<http://lexvo.org/id/iso3166/NE> a lvont:GeographicRegion ;
    rdfs:label "Niger"@af,
        "Naedzà"@agq,
        "Nigyɛ"@ak,
        "ኒጀር"@am,
        "النيجر"@ar,
        "Nijeri"@asa,
        "El Níxer"@ast,
        "nijer"@az,
        "Nìjɛ̂r"@bas,
        "Нігер"@be,
        "Hunijeli"@bez,
        "Нигер"@bg,
        "Nizɛri"@bm,
        "নাইজার"@bn,
        "ནའི་ཇར།"@bo,
        "Niger"@br,
        "नाइजेर"@brx,
        "Niger"@bs,
        "Нигер"@bs-Cyrl,
        "Níger"@ca,
        "Naigya"@cgg,
        "尼日尔"@cmn,
        "尼日"@cmn-Hant,
        "Niger"@cs,
        "Niger"@cy,
        "Niger"@da,
        "Nijeri"@dav,
        "Niger"@de,
        "Nižer"@dje,
        "ནཱའི་ཇཱ"@dz,
        "Nijeri"@ebu,
        "Niger nutome"@ee,
        "Νίγηρας"@el,
        "ISO 3166-1:NE"@en,
        "Niger"@en,
        "𐐤𐐴𐐾𐐲𐑉"@en-Dsrt,
        "Niĝero"@eo,
        "Níger"@es,
        "Niger"@et,
        "Niger"@eu,
        "Nihɛ́r"@ewo,
        "نیجر"@fa,
        "Nijeer"@ff,
        "Niger"@fi,
        "Niger"@fil,
        "Niger"@fo,
        "Niger"@fr,
        "Niger"@fur,
        "An Nígir"@ga,
        "Nìgeir"@gd,
        "Níxer"@gl,
        "Niger"@gsw,
        "નાઇજર"@gu,
        "Nijeri"@guz,
        "Nijar"@ha,
        "ניז׳ר"@he,
        "नाइजर"@hi,
        "Niger"@hr,
        "Niger"@hu,
        "Նիգեր"@hy,
        "Niger"@ia,
        "Niger"@id,
        "Níger"@is,
        "Niger"@it,
        "ニジェール"@ja,
        "Nijɛ̂"@jgo,
        "Nijeri"@jmc,
        "ნიგერი"@ka,
        "Nijer"@kab,
        "Nijeri"@kam,
        "Nidyeli"@kde,
        "Nijer"@kea,
        "Nižer"@khq,
        "Nijeri"@ki,
        "Niger"@kl,
        "Emetab niger"@kln,
        "នីហ្សេរ"@km,
        "ನೈಜರ್"@kn,
        "니제르"@ko,
        "نایجَر"@ks,
        "Naija"@ksb,
        "nijɛ́r"@ksf,
        "Nijer"@ksh,
        "Níija"@lag,
        "Nije"@lg,
        "Nizɛrɛ"@ln,
        "ໄນເຈີ"@lo,
        "Nigeris"@lt,
        "Nijere"@lu,
        "Niger"@luo,
        "Nijeri"@luy,
        "Nigēra"@lv,
        "Nijeri"@mas,
        "Nija"@mer,
        "Nizer"@mfe,
        "Niger"@mg,
        "Unijeri"@mgh,
        "Нигер"@mk,
        "നൈജർ"@ml,
        "नाइजर"@mr,
        "Niġer"@mt,
        "Sǝr Niger"@mua,
        "နိုင်ဂျာ"@my,
        "Nigeri"@naq,
        "Niger"@nb,
        "Niger"@nd,
        "नाइजर"@ne,
        "Niger"@nl,
        "Niger"@nmg,
        "Niger"@nn,
        "Naigya"@nyn,
        "ନାଇଜର୍"@or,
        "Niger"@pl,
        "Níger"@pt,
        "Niger"@rm,
        "Nijeri"@rn,
        "Niger"@ro,
        "Nijeri"@rof,
        "Нигер"@ru,
        "Nijeri"@rwk,
        "Nijeri"@saq,
        "Nijeli"@sbp,
        "Niger"@se,
        "Níger"@seh,
        "Nižer"@ses,
        "Nizëre"@sg,
        "ⵏⵏⵉⵊⵉⵔ"@shi,
        "nnijir"@shi-Latn,
        "නයිජර්"@si,
        "Niger"@sk,
        "Niger"@sl,
        "Niger"@sn,
        "Nayjer"@so,
        "Нигер"@sr,
        "Niger"@sr-Latn,
        "Niger"@sv,
        "Nijeri"@swc,
        "Nijeri"@swh,
        "நைஜர்"@ta,
        "నైజర్"@te,
        "Nijeri"@teo,
        "ไนเจอร์"@th,
        "ኒጀር"@ti,
        "Naisia"@to,
        "Nijer"@tr,
        "Nižer"@twq,
        "Nnijer"@tzm,
        "Нігер"@uk,
        "نائجر"@ur,
        "ꕯꔤꕧ"@vai,
        "Naĩja"@vai-Latn,
        "Niger"@vi,
        "Nijeri"@vun,
        "Niger"@wae,
        "Nije"@xog,
        "nisɛ́ɛl"@yav,
        "Orílẹ́ède Nàìjá"@yo,
        "Niger"@zsm,
        "i-Niger"@zu ;
    lvont:label <http://lexvo.org/id/term/afr/Niger>,
        <http://lexvo.org/id/term/agq/Naedz%C3%A0>,
        <http://lexvo.org/id/term/aka/Nigy%C9%9B>,
        <http://lexvo.org/id/term/amh/%E1%8A%92%E1%8C%80%E1%88%AD>,
        <http://lexvo.org/id/term/ara/%D8%A7%D9%84%D9%86%D9%8A%D8%AC%D8%B1>,
        <http://lexvo.org/id/term/asa/Nijeri>,
        <http://lexvo.org/id/term/ast/El%20N%C3%ADxer>,
        <http://lexvo.org/id/term/aze/nijer>,
        <http://lexvo.org/id/term/bam/Niz%C9%9Bri>,
        <http://lexvo.org/id/term/bas/N%C3%ACj%C9%9B%CC%82r>,
        <http://lexvo.org/id/term/bel/%D0%9D%D1%96%D0%B3%D0%B5%D1%80>,
        <http://lexvo.org/id/term/ben/%E0%A6%A8%E0%A6%BE%E0%A6%87%E0%A6%9C%E0%A6%BE%E0%A6%B0>,
        <http://lexvo.org/id/term/bez/Hunijeli>,
        <http://lexvo.org/id/term/bod/%E0%BD%93%E0%BD%A0%E0%BD%B2%E0%BC%8B%E0%BD%87%E0%BD%A2%E0%BC%8D>,
        <http://lexvo.org/id/term/bos-Cyrl/%D0%9D%D0%B8%D0%B3%D0%B5%D1%80>,
        <http://lexvo.org/id/term/bos/Niger>,
        <http://lexvo.org/id/term/bre/Niger>,
        <http://lexvo.org/id/term/brx/%E0%A4%A8%E0%A4%BE%E0%A4%87%E0%A4%9C%E0%A5%87%E0%A4%B0>,
        <http://lexvo.org/id/term/bul/%D0%9D%D0%B8%D0%B3%D0%B5%D1%80>,
        <http://lexvo.org/id/term/cat/N%C3%ADger>,
        <http://lexvo.org/id/term/ces/Niger>,
        <http://lexvo.org/id/term/cgg/Naigya>,
        <http://lexvo.org/id/term/cmn-Hant/%E5%B0%BC%E6%97%A5>,
        <http://lexvo.org/id/term/cmn/%E5%B0%BC%E6%97%A5%E5%B0%94>,
        <http://lexvo.org/id/term/cym/Niger>,
        <http://lexvo.org/id/term/dan/Niger>,
        <http://lexvo.org/id/term/dav/Nijeri>,
        <http://lexvo.org/id/term/deu/Niger>,
        <http://lexvo.org/id/term/dje/Ni%C5%BEer>,
        <http://lexvo.org/id/term/dzo/%E0%BD%93%E0%BD%B1%E0%BD%A0%E0%BD%B2%E0%BC%8B%E0%BD%87%E0%BD%B1>,
        <http://lexvo.org/id/term/ebu/Nijeri>,
        <http://lexvo.org/id/term/ell/%CE%9D%CE%AF%CE%B3%CE%B7%CF%81%CE%B1%CF%82>,
        <http://lexvo.org/id/term/eng-Dsrt/%F0%90%90%A4%F0%90%90%B4%F0%90%90%BE%F0%90%90%B2%F0%90%91%89>,
        <http://lexvo.org/id/term/eng/ISO%203166-1%3ANE>,
        <http://lexvo.org/id/term/eng/Niger>,
        <http://lexvo.org/id/term/epo/Ni%C4%9Dero>,
        <http://lexvo.org/id/term/est/Niger>,
        <http://lexvo.org/id/term/eus/Niger>,
        <http://lexvo.org/id/term/ewe/Niger%20nutome>,
        <http://lexvo.org/id/term/ewo/Nih%C9%9B%CC%81r>,
        <http://lexvo.org/id/term/fao/Niger>,
        <http://lexvo.org/id/term/fas/%D9%86%DB%8C%D8%AC%D8%B1>,
        <http://lexvo.org/id/term/fil/Niger>,
        <http://lexvo.org/id/term/fin/Niger>,
        <http://lexvo.org/id/term/fra/Niger>,
        <http://lexvo.org/id/term/ful/Nijeer>,
        <http://lexvo.org/id/term/fur/Niger>,
        <http://lexvo.org/id/term/gla/N%C3%ACgeir>,
        <http://lexvo.org/id/term/gle/An%20N%C3%ADgir>,
        <http://lexvo.org/id/term/glg/N%C3%ADxer>,
        <http://lexvo.org/id/term/gsw/Niger>,
        <http://lexvo.org/id/term/guj/%E0%AA%A8%E0%AA%BE%E0%AA%87%E0%AA%9C%E0%AA%B0>,
        <http://lexvo.org/id/term/guz/Nijeri>,
        <http://lexvo.org/id/term/hau/Nijar>,
        <http://lexvo.org/id/term/heb/%D7%A0%D7%99%D7%96%D7%B3%D7%A8>,
        <http://lexvo.org/id/term/hin/%E0%A4%A8%E0%A4%BE%E0%A4%87%E0%A4%9C%E0%A4%B0>,
        <http://lexvo.org/id/term/hrv/Niger>,
        <http://lexvo.org/id/term/hun/Niger>,
        <http://lexvo.org/id/term/hye/%D5%86%D5%AB%D5%A3%D5%A5%D6%80>,
        <http://lexvo.org/id/term/ina/Niger>,
        <http://lexvo.org/id/term/ind/Niger>,
        <http://lexvo.org/id/term/isl/N%C3%ADger>,
        <http://lexvo.org/id/term/ita/Niger>,
        <http://lexvo.org/id/term/jgo/Nij%C9%9B%CC%82>,
        <http://lexvo.org/id/term/jmc/Nijeri>,
        <http://lexvo.org/id/term/jpn/%E3%83%8B%E3%82%B8%E3%82%A7%E3%83%BC%E3%83%AB>,
        <http://lexvo.org/id/term/kab/Nijer>,
        <http://lexvo.org/id/term/kal/Niger>,
        <http://lexvo.org/id/term/kam/Nijeri>,
        <http://lexvo.org/id/term/kan/%E0%B2%A8%E0%B3%88%E0%B2%9C%E0%B2%B0%E0%B3%8D>,
        <http://lexvo.org/id/term/kas/%D9%86%D8%A7%DB%8C%D8%AC%D9%8E%D8%B1>,
        <http://lexvo.org/id/term/kat/%E1%83%9C%E1%83%98%E1%83%92%E1%83%94%E1%83%A0%E1%83%98>,
        <http://lexvo.org/id/term/kde/Nidyeli>,
        <http://lexvo.org/id/term/kea/Nijer>,
        <http://lexvo.org/id/term/khm/%E1%9E%93%E1%9E%B8%E1%9E%A0%E1%9F%92%E1%9E%9F%E1%9F%81%E1%9E%9A>,
        <http://lexvo.org/id/term/khq/Ni%C5%BEer>,
        <http://lexvo.org/id/term/kik/Nijeri>,
        <http://lexvo.org/id/term/kln/Emetab%20niger>,
        <http://lexvo.org/id/term/kor/%EB%8B%88%EC%A0%9C%EB%A5%B4>,
        <http://lexvo.org/id/term/ksb/Naija>,
        <http://lexvo.org/id/term/ksf/nij%C9%9B%CC%81r>,
        <http://lexvo.org/id/term/ksh/Nijer>,
        <http://lexvo.org/id/term/lag/N%C3%ADija>,
        <http://lexvo.org/id/term/lao/%E0%BB%84%E0%BA%99%E0%BB%80%E0%BA%88%E0%BA%B5>,
        <http://lexvo.org/id/term/lav/Nig%C4%93ra>,
        <http://lexvo.org/id/term/lin/Niz%C9%9Br%C9%9B>,
        <http://lexvo.org/id/term/lit/Nigeris>,
        <http://lexvo.org/id/term/lub/Nijere>,
        <http://lexvo.org/id/term/lug/Nije>,
        <http://lexvo.org/id/term/luo/Niger>,
        <http://lexvo.org/id/term/luy/Nijeri>,
        <http://lexvo.org/id/term/mal/%E0%B4%A8%E0%B5%88%E0%B4%9C%E0%B5%BC>,
        <http://lexvo.org/id/term/mar/%E0%A4%A8%E0%A4%BE%E0%A4%87%E0%A4%9C%E0%A4%B0>,
        <http://lexvo.org/id/term/mas/Nijeri>,
        <http://lexvo.org/id/term/mer/Nija>,
        <http://lexvo.org/id/term/mfe/Nizer>,
        <http://lexvo.org/id/term/mgh/Unijeri>,
        <http://lexvo.org/id/term/mkd/%D0%9D%D0%B8%D0%B3%D0%B5%D1%80>,
        <http://lexvo.org/id/term/mlg/Niger>,
        <http://lexvo.org/id/term/mlt/Ni%C4%A1er>,
        <http://lexvo.org/id/term/mua/S%C7%9Dr%20Niger>,
        <http://lexvo.org/id/term/mya/%E1%80%94%E1%80%AD%E1%80%AF%E1%80%84%E1%80%BA%E1%80%82%E1%80%BB%E1%80%AC>,
        <http://lexvo.org/id/term/naq/Nigeri>,
        <http://lexvo.org/id/term/nde/Niger>,
        <http://lexvo.org/id/term/nep/%E0%A4%A8%E0%A4%BE%E0%A4%87%E0%A4%9C%E0%A4%B0>,
        <http://lexvo.org/id/term/nld/Niger>,
        <http://lexvo.org/id/term/nmg/Niger>,
        <http://lexvo.org/id/term/nno/Niger>,
        <http://lexvo.org/id/term/nob/Niger>,
        <http://lexvo.org/id/term/nyn/Naigya>,
        <http://lexvo.org/id/term/ori/%E0%AC%A8%E0%AC%BE%E0%AC%87%E0%AC%9C%E0%AC%B0%E0%AD%8D>,
        <http://lexvo.org/id/term/pol/Niger>,
        <http://lexvo.org/id/term/por/N%C3%ADger>,
        <http://lexvo.org/id/term/rof/Nijeri>,
        <http://lexvo.org/id/term/roh/Niger>,
        <http://lexvo.org/id/term/ron/Niger>,
        <http://lexvo.org/id/term/run/Nijeri>,
        <http://lexvo.org/id/term/rus/%D0%9D%D0%B8%D0%B3%D0%B5%D1%80>,
        <http://lexvo.org/id/term/rwk/Nijeri>,
        <http://lexvo.org/id/term/sag/Niz%C3%ABre>,
        <http://lexvo.org/id/term/saq/Nijeri>,
        <http://lexvo.org/id/term/sbp/Nijeli>,
        <http://lexvo.org/id/term/seh/N%C3%ADger>,
        <http://lexvo.org/id/term/ses/Ni%C5%BEer>,
        <http://lexvo.org/id/term/shi-Latn/nnijir>,
        <http://lexvo.org/id/term/shi/%E2%B5%8F%E2%B5%8F%E2%B5%89%E2%B5%8A%E2%B5%89%E2%B5%94>,
        <http://lexvo.org/id/term/sin/%E0%B6%B1%E0%B6%BA%E0%B7%92%E0%B6%A2%E0%B6%BB%E0%B7%8A>,
        <http://lexvo.org/id/term/slk/Niger>,
        <http://lexvo.org/id/term/slv/Niger>,
        <http://lexvo.org/id/term/sme/Niger>,
        <http://lexvo.org/id/term/sna/Niger>,
        <http://lexvo.org/id/term/som/Nayjer>,
        <http://lexvo.org/id/term/spa/N%C3%ADger>,
        <http://lexvo.org/id/term/srp-Latn/Niger>,
        <http://lexvo.org/id/term/srp/%D0%9D%D0%B8%D0%B3%D0%B5%D1%80>,
        <http://lexvo.org/id/term/swc/Nijeri>,
        <http://lexvo.org/id/term/swe/Niger>,
        <http://lexvo.org/id/term/swh/Nijeri>,
        <http://lexvo.org/id/term/tam/%E0%AE%A8%E0%AF%88%E0%AE%9C%E0%AE%B0%E0%AF%8D>,
        <http://lexvo.org/id/term/tel/%E0%B0%A8%E0%B1%88%E0%B0%9C%E0%B0%B0%E0%B1%8D>,
        <http://lexvo.org/id/term/teo/Nijeri>,
        <http://lexvo.org/id/term/tha/%E0%B9%84%E0%B8%99%E0%B9%80%E0%B8%88%E0%B8%AD%E0%B8%A3%E0%B9%8C>,
        <http://lexvo.org/id/term/tir/%E1%8A%92%E1%8C%80%E1%88%AD>,
        <http://lexvo.org/id/term/ton/Naisia>,
        <http://lexvo.org/id/term/tur/Nijer>,
        <http://lexvo.org/id/term/twq/Ni%C5%BEer>,
        <http://lexvo.org/id/term/tzm/Nnijer>,
        <http://lexvo.org/id/term/ukr/%D0%9D%D1%96%D0%B3%D0%B5%D1%80>,
        <http://lexvo.org/id/term/urd/%D9%86%D8%A7%D8%A6%D8%AC%D8%B1>,
        <http://lexvo.org/id/term/vai-Latn/Na%C4%A9ja>,
        <http://lexvo.org/id/term/vai/%EA%95%AF%EA%94%A4%EA%95%A7>,
        <http://lexvo.org/id/term/vie/Niger>,
        <http://lexvo.org/id/term/vun/Nijeri>,
        <http://lexvo.org/id/term/wae/Niger>,
        <http://lexvo.org/id/term/xog/Nije>,
        <http://lexvo.org/id/term/yav/nis%C9%9B%CC%81%C9%9Bl>,
        <http://lexvo.org/id/term/yor/Or%C3%ADl%E1%BA%B9%CC%81%C3%A8de%20N%C3%A0%C3%ACj%C3%A1>,
        <http://lexvo.org/id/term/zsm/Niger>,
        <http://lexvo.org/id/term/zul/i-Niger> ;
    owl:sameAs <http://psi.oasis-open.org/iso/3166/#562>,
        <http://sws.geonames.org/2440476/> .

<http://lexvo.org/id/iso3166/NF> a lvont:GeographicRegion ;
    rdfs:label "Norfolk-eiland"@af,
        "Chwɨlà fɨ Nufòʔ"@agq,
        "Nɔfolk Aeland"@ak,
        "ኖርፎልክ ደሴት"@am,
        "جزيرة نورفوك"@ar,
        "Kithiwa cha Norfok"@asa,
        "Islla Norfolk"@ast,
        "Norfolk Adası"@az,
        "Òn i Nɔrfɔ̂k"@bas,
        "Норфалкскія астравы"@be,
        "Ihisima sha Norfok"@bez,
        "Остров Норфолк"@bg,
        "Nɔrofoliki Gun"@bm,
        "নিরফোক দ্বীপ"@bn,
        "Enez Norfolk"@br,
        "नॉरफ़ॉक द्वीप"@brx,
        "Norfolk Ostrvo"@bs,
        "Норфолк Острво"@bs-Cyrl,
        "Illa Norfolk"@ca,
        "Ekizinga Norifoko"@cgg,
        "ᏃᎵᏬᎵᎩ ᎤᎦᏚᏛ"@chr,
        "诺福克岛"@cmn,
        "諾福克島"@cmn-Hant,
        "Norfolk"@cs,
        "Ynys Norfolk"@cy,
        "Norfolkøen"@da,
        "Kisiwa cha Norfok"@dav,
        "Norfolkinsel"@de,
        "Norfolk Gungoo"@dje,
        "San Marin"@dyo,
        "ནོར་ཕོལཀ་མཚོ་གླིང༌"@dz,
        "Kisiwa cha Norfok"@ebu,
        "Norfolk ƒudomekpo nutome"@ee,
        "Νήσος Νόρφολκ"@el,
        "ISO 3166-1:NF"@en,
        "Norfolk Island"@en,
        "𐐤𐐱𐑉𐑁𐐲𐐿 𐐌𐑊𐐲𐑌𐐼"@en-Dsrt,
        "Norfolkinsulo"@eo,
        "Isla Norfolk"@es,
        "Norfolk"@et,
        "Norfolk uhartea"@eu,
        "Minlán Nɔrəfɔ́ləkə"@ewo,
        "جزیرهٔ نورفولک"@fa,
        "Duuɗe Norfolk"@ff,
        "Norfolkinsaari"@fi,
        "Norfolk Island"@fil,
        "Norfolkoyggjin"@fo,
        "Île Norfolk"@fr,
        "Isole Norfolk"@fur,
        "Oileán Norfolk"@ga,
        "Eilean Norfolk"@gd,
        "Illa Norfolk"@gl,
        "Norfolk-Insle"@gsw,
        "નોરફૉક આઇલેન્ડ"@gu,
        "Kisiwa cha Norfok"@guz,
        "Tsibirin Narfalk"@ha,
        "איי נורפוק"@he,
        "नॉरफ़ॉक द्वीप"@hi,
        "Otok Norfolk"@hr,
        "Norfolk-sziget"@hu,
        "Insula Norfolk"@ia,
        "Kepulauan Norfolk"@id,
        "Norfolkeyja"@is,
        "Isola Norfolk"@it,
        "ノーフォーク島"@ja,
        "Kisiwa cha Norfok"@jmc,
        "ნორფოლკის კუნძული"@ka,
        "Tigzirin Tinawfukin"@kab,
        "Kisiwa cha Norfok"@kam,
        "Chisiwa cha Nolufok"@kde,
        "Ilhas Norfolk"@kea,
        "Norfolk Gungoo"@khq,
        "Kisiwa cha Norfok"@ki,
        "Ikwembeiyotab Norfork"@kln,
        "កោះ​ណ័រហ្វក់"@km,
        "ನಾರ್ಫೋಕ್ ದ್ವೀಪ"@kn,
        "노퍽섬"@ko,
        "نارفاک جٔزیٖرٕ"@ks,
        "Kisiwa cha Nolfok"@ksb,
        "zɛ nɔ́fɔlk"@ksf,
        "de Noofok-Ensel"@ksh,
        "Kisíiwa cha Nofifóoki"@lag,
        "Kizinga ky'eNorofoko"@lg,
        "Esanga Norfokɛ"@ln,
        "ເກາະນໍໂຟກ"@lo,
        "Norfolko sala"@lt,
        "Lutanda lua Norfok"@lu,
        "Chuia mar Norfolk"@luo,
        "Kisiwa cha Norfok"@luy,
        "Norfolkas sala"@lv,
        "Kisiwa cha Norfok"@mas,
        "Aĩrandi cia Norfok"@mer,
        "Lil Norfolk"@mfe,
        "Nosy Norfolk"@mg,
        "Нофролк Остров"@mk,
        "നോർഫോക് ദ്വീപ്"@ml,
        "नॉरफॉक बेट"@mr,
        "Norfolk Island"@mt,
        "Norfolk ma laŋne"@mua,
        "Norfolk Island"@naq,
        "Norfolkøya"@nb,
        "Norfolk Island"@nd,
        "नोरफोल्क टापु"@ne,
        "Norfolkeiland"@nl,
        "Maŋ́ má Nɔrfɔrk"@nmg,
        "Norfolkøyane"@nn,
        "Ekizinga Norifoko"@nyn,
        "ନରଫ୍ଲକ୍ ଦ୍ବୀପ"@or,
        "Norfolk"@pl,
        "Ilha Norfolk"@pt,
        "Insla Norfolk"@rm,
        "izinga rya Norufoluke"@rn,
        "Insulele Norfolk"@ro,
        "Kisiwa cha Norfok"@rof,
        "Остров Норфолк"@ru,
        "Kisiwa cha Norfok"@rwk,
        "Kisiwa cha Norfok"@saq,
        "Shigunguli sha Nolifoki"@sbp,
        "Norfolksullot"@se,
        "Ilhas Norfolk"@seh,
        "Norfolk Gungoo"@ses,
        "Zûâ Nôrfôlko"@sg,
        "ⵜⵉⴳⵣⵉⵔⵉⵏ ⵏ ⵏⵓⵔⴼⵓⵍⴽ"@shi,
        "tigzirin n nurfulk"@shi-Latn,
        "නෝෆෝක් දූපත"@si,
        "Norfolkov ostrov"@sk,
        "Norfolški otok"@sl,
        "Chitsuwa cheNorfolk"@sn,
        "Norfolk Island"@so,
        "Норфолк Острво"@sr,
        "Norfolk Ostrvo"@sr-Latn,
        "Norfolkön"@sv,
        "Kisiwa cha Norfok"@swc,
        "Kisiwa cha Norfok"@swh,
        "நார்ஃபாக் தீவுகள்"@ta,
        "నార్ఫాక్ దీవి"@te,
        "Kisiwa cha Norfok"@teo,
        "เกาะนอร์ฟอล์ก"@th,
        "ኖርፎልክ ደሴት"@ti,
        "Motu Nōfoliki"@to,
        "Norfolk Adası"@tr,
        "Norfolk Gungoo"@twq,
        "Tigzirt Nurfulk"@tzm,
        "Острів Норфолк"@uk,
        "نار فاک آئلینڈ"@ur,
        "ꗟꖺꗉ ꔳꘋꗣ"@vai,
        "Nɔfɔ Tiŋŋɛ"@vai-Latn,
        "Đảo Norfolk"@vi,
        "Kisiwa cha Norfok"@vun,
        "Norfolkinsla"@wae,
        "Kizinga ky'eNorofoko"@xog,
        "il nɔ́lfɔ́lɔk"@yav,
        "Orílẹ́ède Etikun Nọ́úfókì"@yo,
        "Norfolk Island"@zsm,
        "i-Norfolk Island"@zu ;
    lvont:label <http://lexvo.org/id/term/afr/Norfolk-eiland>,
        <http://lexvo.org/id/term/agq/Chw%C9%A8l%C3%A0%20f%C9%A8%20Nuf%C3%B2%CA%94>,
        <http://lexvo.org/id/term/aka/N%C9%94folk%20Aeland>,
        <http://lexvo.org/id/term/amh/%E1%8A%96%E1%88%AD%E1%8D%8E%E1%88%8D%E1%8A%AD%20%E1%8B%B0%E1%88%B4%E1%89%B5>,
        <http://lexvo.org/id/term/ara/%D8%AC%D8%B2%D9%8A%D8%B1%D8%A9%20%D9%86%D9%88%D8%B1%D9%81%D9%88%D9%83>,
        <http://lexvo.org/id/term/asa/Kithiwa%20cha%20Norfok>,
        <http://lexvo.org/id/term/ast/Islla%20Norfolk>,
        <http://lexvo.org/id/term/aze/Norfolk%20Adas%C4%B1>,
        <http://lexvo.org/id/term/bam/N%C9%94rofoliki%20Gun>,
        <http://lexvo.org/id/term/bas/%C3%92n%20i%20N%C9%94rf%C9%94%CC%82k>,
        <http://lexvo.org/id/term/bel/%D0%9D%D0%BE%D1%80%D1%84%D0%B0%D0%BB%D0%BA%D1%81%D0%BA%D1%96%D1%8F%20%D0%B0%D1%81%D1%82%D1%80%D0%B0%D0%B2%D1%8B>,
        <http://lexvo.org/id/term/ben/%E0%A6%A8%E0%A6%BF%E0%A6%B0%E0%A6%AB%E0%A7%8B%E0%A6%95%20%E0%A6%A6%E0%A7%8D%E0%A6%AC%E0%A7%80%E0%A6%AA>,
        <http://lexvo.org/id/term/bez/Ihisima%20sha%20Norfok>,
        <http://lexvo.org/id/term/bos-Cyrl/%D0%9D%D0%BE%D1%80%D1%84%D0%BE%D0%BB%D0%BA%20%D0%9E%D1%81%D1%82%D1%80%D0%B2%D0%BE>,
        <http://lexvo.org/id/term/bos/Norfolk%20Ostrvo>,
        <http://lexvo.org/id/term/bre/Enez%20Norfolk>,
        <http://lexvo.org/id/term/brx/%E0%A4%A8%E0%A5%89%E0%A4%B0%E0%A4%AB%E0%A4%BC%E0%A5%89%E0%A4%95%20%E0%A4%A6%E0%A5%8D%E0%A4%B5%E0%A5%80%E0%A4%AA>,
        <http://lexvo.org/id/term/bul/%D0%9E%D1%81%D1%82%D1%80%D0%BE%D0%B2%20%D0%9D%D0%BE%D1%80%D1%84%D0%BE%D0%BB%D0%BA>,
        <http://lexvo.org/id/term/cat/Illa%20Norfolk>,
        <http://lexvo.org/id/term/ces/Norfolk>,
        <http://lexvo.org/id/term/cgg/Ekizinga%20Norifoko>,
        <http://lexvo.org/id/term/chr/%E1%8F%83%E1%8E%B5%E1%8F%AC%E1%8E%B5%E1%8E%A9%20%E1%8E%A4%E1%8E%A6%E1%8F%9A%E1%8F%9B>,
        <http://lexvo.org/id/term/cmn-Hant/%E8%AB%BE%E7%A6%8F%E5%85%8B%E5%B3%B6>,
        <http://lexvo.org/id/term/cmn/%E8%AF%BA%E7%A6%8F%E5%85%8B%E5%B2%9B>,
        <http://lexvo.org/id/term/cym/Ynys%20Norfolk>,
        <http://lexvo.org/id/term/dan/Norfolk%C3%B8en>,
        <http://lexvo.org/id/term/dav/Kisiwa%20cha%20Norfok>,
        <http://lexvo.org/id/term/deu/Norfolkinsel>,
        <http://lexvo.org/id/term/dje/Norfolk%20Gungoo>,
        <http://lexvo.org/id/term/dyo/San%20Marin>,
        <http://lexvo.org/id/term/dzo/%E0%BD%93%E0%BD%BC%E0%BD%A2%E0%BC%8B%E0%BD%95%E0%BD%BC%E0%BD%A3%E0%BD%80%E0%BC%8B%E0%BD%98%E0%BD%9A%E0%BD%BC%E0%BC%8B%E0%BD%82%E0%BE%B3%E0%BD%B2%E0%BD%84%E0%BC%8C>,
        <http://lexvo.org/id/term/ebu/Kisiwa%20cha%20Norfok>,
        <http://lexvo.org/id/term/ell/%CE%9D%CE%AE%CF%83%CE%BF%CF%82%20%CE%9D%CF%8C%CF%81%CF%86%CE%BF%CE%BB%CE%BA>,
        <http://lexvo.org/id/term/eng-Dsrt/%F0%90%90%A4%F0%90%90%B1%F0%90%91%89%F0%90%91%81%F0%90%90%B2%F0%90%90%BF%20%F0%90%90%8C%F0%90%91%8A%F0%90%90%B2%F0%90%91%8C%F0%90%90%BC>,
        <http://lexvo.org/id/term/eng/ISO%203166-1%3ANF>,
        <http://lexvo.org/id/term/eng/Norfolk%20Island>,
        <http://lexvo.org/id/term/epo/Norfolkinsulo>,
        <http://lexvo.org/id/term/est/Norfolk>,
        <http://lexvo.org/id/term/eus/Norfolk%20uhartea>,
        <http://lexvo.org/id/term/ewe/Norfolk%20%C6%92udomekpo%20nutome>,
        <http://lexvo.org/id/term/ewo/Minl%C3%A1n%20N%C9%94r%C9%99f%C9%94%CC%81l%C9%99k%C9%99>,
        <http://lexvo.org/id/term/fao/Norfolkoyggjin>,
        <http://lexvo.org/id/term/fas/%D8%AC%D8%B2%DB%8C%D8%B1%D9%87%D9%94%20%D9%86%D9%88%D8%B1%D9%81%D9%88%D9%84%DA%A9>,
        <http://lexvo.org/id/term/fil/Norfolk%20Island>,
        <http://lexvo.org/id/term/fin/Norfolkinsaari>,
        <http://lexvo.org/id/term/fra/%C3%8Ele%20Norfolk>,
        <http://lexvo.org/id/term/ful/Duu%C9%97e%20Norfolk>,
        <http://lexvo.org/id/term/fur/Isole%20Norfolk>,
        <http://lexvo.org/id/term/gla/Eilean%20Norfolk>,
        <http://lexvo.org/id/term/gle/Oile%C3%A1n%20Norfolk>,
        <http://lexvo.org/id/term/glg/Illa%20Norfolk>,
        <http://lexvo.org/id/term/gsw/Norfolk-Insle>,
        <http://lexvo.org/id/term/guj/%E0%AA%A8%E0%AB%8B%E0%AA%B0%E0%AA%AB%E0%AB%89%E0%AA%95%20%E0%AA%86%E0%AA%87%E0%AA%B2%E0%AB%87%E0%AA%A8%E0%AB%8D%E0%AA%A1>,
        <http://lexvo.org/id/term/guz/Kisiwa%20cha%20Norfok>,
        <http://lexvo.org/id/term/hau/Tsibirin%20Narfalk>,
        <http://lexvo.org/id/term/heb/%D7%90%D7%99%D7%99%20%D7%A0%D7%95%D7%A8%D7%A4%D7%95%D7%A7>,
        <http://lexvo.org/id/term/hin/%E0%A4%A8%E0%A5%89%E0%A4%B0%E0%A4%AB%E0%A4%BC%E0%A5%89%E0%A4%95%20%E0%A4%A6%E0%A5%8D%E0%A4%B5%E0%A5%80%E0%A4%AA>,
        <http://lexvo.org/id/term/hrv/Otok%20Norfolk>,
        <http://lexvo.org/id/term/hun/Norfolk-sziget>,
        <http://lexvo.org/id/term/ina/Insula%20Norfolk>,
        <http://lexvo.org/id/term/ind/Kepulauan%20Norfolk>,
        <http://lexvo.org/id/term/isl/Norfolkeyja>,
        <http://lexvo.org/id/term/ita/Isola%20Norfolk>,
        <http://lexvo.org/id/term/jmc/Kisiwa%20cha%20Norfok>,
        <http://lexvo.org/id/term/jpn/%E3%83%8E%E3%83%BC%E3%83%95%E3%82%A9%E3%83%BC%E3%82%AF%E5%B3%B6>,
        <http://lexvo.org/id/term/kab/Tigzirin%20Tinawfukin>,
        <http://lexvo.org/id/term/kam/Kisiwa%20cha%20Norfok>,
        <http://lexvo.org/id/term/kan/%E0%B2%A8%E0%B2%BE%E0%B2%B0%E0%B3%8D%E0%B2%AB%E0%B3%8B%E0%B2%95%E0%B3%8D%20%E0%B2%A6%E0%B3%8D%E0%B2%B5%E0%B3%80%E0%B2%AA>,
        <http://lexvo.org/id/term/kas/%D9%86%D8%A7%D8%B1%D9%81%D8%A7%DA%A9%20%D8%AC%D9%94%D8%B2%DB%8C%D9%96%D8%B1%D9%95>,
        <http://lexvo.org/id/term/kat/%E1%83%9C%E1%83%9D%E1%83%A0%E1%83%A4%E1%83%9D%E1%83%9A%E1%83%99%E1%83%98%E1%83%A1%20%E1%83%99%E1%83%A3%E1%83%9C%E1%83%AB%E1%83%A3%E1%83%9A%E1%83%98>,
        <http://lexvo.org/id/term/kde/Chisiwa%20cha%20Nolufok>,
        <http://lexvo.org/id/term/kea/Ilhas%20Norfolk>,
        <http://lexvo.org/id/term/khm/%E1%9E%80%E1%9F%84%E1%9F%87%E2%80%8B%E1%9E%8E%E1%9F%90%E1%9E%9A%E1%9E%A0%E1%9F%92%E1%9E%9C%E1%9E%80%E1%9F%8B>,
        <http://lexvo.org/id/term/khq/Norfolk%20Gungoo>,
        <http://lexvo.org/id/term/kik/Kisiwa%20cha%20Norfok>,
        <http://lexvo.org/id/term/kln/Ikwembeiyotab%20Norfork>,
        <http://lexvo.org/id/term/kor/%EB%85%B8%ED%8D%BD%EC%84%AC>,
        <http://lexvo.org/id/term/ksb/Kisiwa%20cha%20Nolfok>,
        <http://lexvo.org/id/term/ksf/z%C9%9B%20n%C9%94%CC%81f%C9%94lk>,
        <http://lexvo.org/id/term/ksh/de%20Noofok-Ensel>,
        <http://lexvo.org/id/term/lag/Kis%C3%ADiwa%20cha%20Nofif%C3%B3oki>,
        <http://lexvo.org/id/term/lao/%E0%BB%80%E0%BA%81%E0%BA%B2%E0%BA%B0%E0%BA%99%E0%BB%8D%E0%BB%82%E0%BA%9F%E0%BA%81>,
        <http://lexvo.org/id/term/lav/Norfolkas%20sala>,
        <http://lexvo.org/id/term/lin/Esanga%20Norfok%C9%9B>,
        <http://lexvo.org/id/term/lit/Norfolko%20sala>,
        <http://lexvo.org/id/term/lub/Lutanda%20lua%20Norfok>,
        <http://lexvo.org/id/term/lug/Kizinga%20ky'eNorofoko>,
        <http://lexvo.org/id/term/luo/Chuia%20mar%20Norfolk>,
        <http://lexvo.org/id/term/luy/Kisiwa%20cha%20Norfok>,
        <http://lexvo.org/id/term/mal/%E0%B4%A8%E0%B5%8B%E0%B5%BC%E0%B4%AB%E0%B5%8B%E0%B4%95%E0%B5%8D%20%E0%B4%A6%E0%B5%8D%E0%B4%B5%E0%B5%80%E0%B4%AA%E0%B5%8D>,
        <http://lexvo.org/id/term/mar/%E0%A4%A8%E0%A5%89%E0%A4%B0%E0%A4%AB%E0%A5%89%E0%A4%95%20%E0%A4%AC%E0%A5%87%E0%A4%9F>,
        <http://lexvo.org/id/term/mas/Kisiwa%20cha%20Norfok>,
        <http://lexvo.org/id/term/mer/A%C4%A9randi%20cia%20Norfok>,
        <http://lexvo.org/id/term/mfe/Lil%20Norfolk>,
        <http://lexvo.org/id/term/mkd/%D0%9D%D0%BE%D1%84%D1%80%D0%BE%D0%BB%D0%BA%20%D0%9E%D1%81%D1%82%D1%80%D0%BE%D0%B2>,
        <http://lexvo.org/id/term/mlg/Nosy%20Norfolk>,
        <http://lexvo.org/id/term/mlt/Norfolk%20Island>,
        <http://lexvo.org/id/term/mua/Norfolk%20ma%20la%C5%8Bne>,
        <http://lexvo.org/id/term/naq/Norfolk%20Island>,
        <http://lexvo.org/id/term/nde/Norfolk%20Island>,
        <http://lexvo.org/id/term/nep/%E0%A4%A8%E0%A5%8B%E0%A4%B0%E0%A4%AB%E0%A5%8B%E0%A4%B2%E0%A5%8D%E0%A4%95%20%E0%A4%9F%E0%A4%BE%E0%A4%AA%E0%A5%81>,
        <http://lexvo.org/id/term/nld/Norfolkeiland>,
        <http://lexvo.org/id/term/nmg/Ma%C5%8B%CC%81%20m%C3%A1%20N%C9%94rf%C9%94rk>,
        <http://lexvo.org/id/term/nno/Norfolk%C3%B8yane>,
        <http://lexvo.org/id/term/nob/Norfolk%C3%B8ya>,
        <http://lexvo.org/id/term/nyn/Ekizinga%20Norifoko>,
        <http://lexvo.org/id/term/ori/%E0%AC%A8%E0%AC%B0%E0%AC%AB%E0%AD%8D%E0%AC%B2%E0%AC%95%E0%AD%8D%20%E0%AC%A6%E0%AD%8D%E0%AC%AC%E0%AD%80%E0%AC%AA>,
        <http://lexvo.org/id/term/pol/Norfolk>,
        <http://lexvo.org/id/term/por/Ilha%20Norfolk>,
        <http://lexvo.org/id/term/rof/Kisiwa%20cha%20Norfok>,
        <http://lexvo.org/id/term/roh/Insla%20Norfolk>,
        <http://lexvo.org/id/term/ron/Insulele%20Norfolk>,
        <http://lexvo.org/id/term/run/izinga%20rya%20Norufoluke>,
        <http://lexvo.org/id/term/rus/%D0%9E%D1%81%D1%82%D1%80%D0%BE%D0%B2%20%D0%9D%D0%BE%D1%80%D1%84%D0%BE%D0%BB%D0%BA>,
        <http://lexvo.org/id/term/rwk/Kisiwa%20cha%20Norfok>,
        <http://lexvo.org/id/term/sag/Z%C3%BB%C3%A2%20N%C3%B4rf%C3%B4lko>,
        <http://lexvo.org/id/term/saq/Kisiwa%20cha%20Norfok>,
        <http://lexvo.org/id/term/sbp/Shigunguli%20sha%20Nolifoki>,
        <http://lexvo.org/id/term/seh/Ilhas%20Norfolk>,
        <http://lexvo.org/id/term/ses/Norfolk%20Gungoo>,
        <http://lexvo.org/id/term/shi-Latn/tigzirin%20n%20nurfulk>,
        <http://lexvo.org/id/term/shi/%E2%B5%9C%E2%B5%89%E2%B4%B3%E2%B5%A3%E2%B5%89%E2%B5%94%E2%B5%89%E2%B5%8F%20%E2%B5%8F%20%E2%B5%8F%E2%B5%93%E2%B5%94%E2%B4%BC%E2%B5%93%E2%B5%8D%E2%B4%BD>,
        <http://lexvo.org/id/term/sin/%E0%B6%B1%E0%B7%9D%E0%B7%86%E0%B7%9D%E0%B6%9A%E0%B7%8A%20%E0%B6%AF%E0%B7%96%E0%B6%B4%E0%B6%AD>,
        <http://lexvo.org/id/term/slk/Norfolkov%20ostrov>,
        <http://lexvo.org/id/term/slv/Norfol%C5%A1ki%20otok>,
        <http://lexvo.org/id/term/sme/Norfolksullot>,
        <http://lexvo.org/id/term/sna/Chitsuwa%20cheNorfolk>,
        <http://lexvo.org/id/term/som/Norfolk%20Island>,
        <http://lexvo.org/id/term/spa/Isla%20Norfolk>,
        <http://lexvo.org/id/term/srp-Latn/Norfolk%20Ostrvo>,
        <http://lexvo.org/id/term/srp/%D0%9D%D0%BE%D1%80%D1%84%D0%BE%D0%BB%D0%BA%20%D0%9E%D1%81%D1%82%D1%80%D0%B2%D0%BE>,
        <http://lexvo.org/id/term/swc/Kisiwa%20cha%20Norfok>,
        <http://lexvo.org/id/term/swe/Norfolk%C3%B6n>,
        <http://lexvo.org/id/term/swh/Kisiwa%20cha%20Norfok>,
        <http://lexvo.org/id/term/tam/%E0%AE%A8%E0%AE%BE%E0%AE%B0%E0%AF%8D%E0%AE%83%E0%AE%AA%E0%AE%BE%E0%AE%95%E0%AF%8D%20%E0%AE%A4%E0%AF%80%E0%AE%B5%E0%AF%81%E0%AE%95%E0%AE%B3%E0%AF%8D>,
        <http://lexvo.org/id/term/tel/%E0%B0%A8%E0%B0%BE%E0%B0%B0%E0%B1%8D%E0%B0%AB%E0%B0%BE%E0%B0%95%E0%B1%8D%20%E0%B0%A6%E0%B1%80%E0%B0%B5%E0%B0%BF>,
        <http://lexvo.org/id/term/teo/Kisiwa%20cha%20Norfok>,
        <http://lexvo.org/id/term/tha/%E0%B9%80%E0%B8%81%E0%B8%B2%E0%B8%B0%E0%B8%99%E0%B8%AD%E0%B8%A3%E0%B9%8C%E0%B8%9F%E0%B8%AD%E0%B8%A5%E0%B9%8C%E0%B8%81>,
        <http://lexvo.org/id/term/tir/%E1%8A%96%E1%88%AD%E1%8D%8E%E1%88%8D%E1%8A%AD%20%E1%8B%B0%E1%88%B4%E1%89%B5>,
        <http://lexvo.org/id/term/ton/Motu%20N%C5%8Dfoliki>,
        <http://lexvo.org/id/term/tur/Norfolk%20Adas%C4%B1>,
        <http://lexvo.org/id/term/twq/Norfolk%20Gungoo>,
        <http://lexvo.org/id/term/tzm/Tigzirt%20Nurfulk>,
        <http://lexvo.org/id/term/ukr/%D0%9E%D1%81%D1%82%D1%80%D1%96%D0%B2%20%D0%9D%D0%BE%D1%80%D1%84%D0%BE%D0%BB%D0%BA>,
        <http://lexvo.org/id/term/urd/%D9%86%D8%A7%D8%B1%20%D9%81%D8%A7%DA%A9%20%D8%A2%D8%A6%D9%84%DB%8C%D9%86%DA%88>,
        <http://lexvo.org/id/term/vai-Latn/N%C9%94f%C9%94%20Ti%C5%8B%C5%8B%C9%9B>,
        <http://lexvo.org/id/term/vai/%EA%97%9F%EA%96%BA%EA%97%89%20%EA%94%B3%EA%98%8B%EA%97%A3>,
        <http://lexvo.org/id/term/vie/%C4%90%E1%BA%A3o%20Norfolk>,
        <http://lexvo.org/id/term/vun/Kisiwa%20cha%20Norfok>,
        <http://lexvo.org/id/term/wae/Norfolkinsla>,
        <http://lexvo.org/id/term/xog/Kizinga%20ky'eNorofoko>,
        <http://lexvo.org/id/term/yav/il%20n%C9%94%CC%81lf%C9%94%CC%81l%C9%94k>,
        <http://lexvo.org/id/term/yor/Or%C3%ADl%E1%BA%B9%CC%81%C3%A8de%20Etikun%20N%E1%BB%8D%CC%81%C3%BAf%C3%B3k%C3%AC>,
        <http://lexvo.org/id/term/zsm/Norfolk%20Island>,
        <http://lexvo.org/id/term/zul/i-Norfolk%20Island> ;
    owl:sameAs <http://psi.oasis-open.org/iso/3166/#574>,
        <http://sws.geonames.org/2155115/> .

<http://lexvo.org/id/iso3166/NG> a lvont:GeographicRegion ;
    rdfs:label "Nigerië"@af,
        "Gɨ̀anyɨ"@agq,
        "Naegyeria"@ak,
        "ናይጄሪያ"@am,
        "نيجيريا"@ar,
        "Nijeria"@asa,
        "Nixeria"@ast,
        "Nijeriya"@az,
        "Nìgerìà"@bas,
        "Нігерыя"@be,
        "Hunijelia"@bez,
        "Нигерия"@bg,
        "Nizeriya"@bm,
        "নাইজেরিয়া"@bn,
        "ནཱའི་ཇི་རི་ཡ།"@bo,
        "Nigeria"@br,
        "नाइजीरिया"@brx,
        "Nigerija"@bs,
        "Нигерија"@bs-Cyrl,
        "ናይጄሪያ"@byn,
        "Nigèria"@ca,
        "Naigyeriya"@cgg,
        "ᏂᏥᎵᏯ"@chr,
        "尼日利亚"@cmn,
        "奈及利亞"@cmn-Hant,
        "Nigérie"@cs,
        "Nigeria"@cy,
        "Nigeria"@da,
        "Nijeria"@dav,
        "Nigeria"@de,
        "Naajiriia"@dje,
        "ནཱའི་ཇི་རི་ཡ"@dz,
        "Nijeria"@ebu,
        "Nigeria nutome"@ee,
        "Νιγηρία"@el,
        "ISO 3166-1:NG"@en,
        "Nigeria"@en,
        "𐐤𐐴𐐾𐐮𐑉𐐨𐐲"@en-Dsrt,
        "Niĝerio"@eo,
        "Nigeria"@es,
        "Nigeeria"@et,
        "Nigeria"@eu,
        "Nihéria"@ewo,
        "نیجریا"@fa,
        "نیجریه"@fa,
        "Nijeriyaa"@ff,
        "Nigeria"@fi,
        "Nigeria"@fil,
        "Nigeria"@fo,
        "Nigéria"@fr,
        "Nigerie"@fur,
        "An Nigéir"@ga,
        "Nigèiria"@gd,
        "Nixeria"@gl,
        "Nigeeria"@gsw,
        "નાઇજીરીયા"@gu,
        "Nijeria"@guz,
        "Najeriya"@ha,
        "ניגריה"@he,
        "नाइजीरिया"@hi,
        "Nigerija"@hr,
        "Nigéria"@hu,
        "Նիգերիա"@hy,
        "Nigeria"@ia,
        "Nigeria"@id,
        "Nigeria"@ig,
        "Nígería"@is,
        "Nigeria"@it,
        "ナイジェリア"@ja,
        "Ninjɛliyâ"@jgo,
        "Nijeria"@jmc,
        "ნიგერია"@ka,
        "Nijirya"@kab,
        "Nijeria"@kam,
        "Nidyelia"@kde,
        "Nijeria"@kea,
        "Naajiriia"@khq,
        "Nainjeria"@ki,
        "Nigeria"@kl,
        "Emetab Nigeria"@kln,
        "នីហ្សេរីយ៉ា"@km,
        "ನೈಜೀರಿಯಾ"@kn,
        "나이지리아"@ko,
        "نایجیرِیا"@ks,
        "Naijelia"@ksb,
        "nijɛ́rya"@ksf,
        "Nikaraagua"@ksh,
        "Niijéria"@lag,
        "Nayijerya"@lg,
        "Nizerya"@ln,
        "ໄນຈີເລຍ"@lo,
        "Nigerija"@lt,
        "Nijerya"@lu,
        "Nigeria"@luo,
        "Nijeria"@luy,
        "Nigērija"@lv,
        "Nijeria"@mas,
        "Nijeria"@mer,
        "Nizeria"@mfe,
        "Nizeria"@mg,
        "Unijeria"@mgh,
        "Нигерија"@mk,
        "നൈജീരിയ"@ml,
        "नायजेरिया"@mr,
        "Niġerja"@mt,
        "Nigeriya"@mua,
        "နိုင်ဂျီးရီးယား"@my,
        "Nigerieb"@naq,
        "Nigeria"@nb,
        "Nigeriya"@nd,
        "नाइजेरिया"@ne,
        "Nigeria"@nl,
        "Nigeria"@nmg,
        "Nigeria"@nn,
        "Naigyeriya"@nyn,
        "ନାଇଜେରିଆ"@or,
        "Nigeria"@pl,
        "نایجیریا"@ps,
        "Nigéria"@pt,
        "Nigeria"@rm,
        "Nijeriya"@rn,
        "Nigeria"@ro,
        "Nijeria"@rof,
        "Нигерия"@ru,
        "Nijeria"@rwk,
        "Nijeria"@saq,
        "Nijeliya"@sbp,
        "Nigeria"@se,
        "Nigéria"@seh,
        "Naajiriia"@ses,
        "Nizerïa"@sg,
        "ⵏⵉⵊⵉⵔⵢⴰ"@shi,
        "nijirya"@shi-Latn,
        "නයිජීරියාව"@si,
        "Nigéria"@sk,
        "Nigerija"@sl,
        "Nigeria"@sn,
        "Nayjeeriya"@so,
        "Nigeri"@sq,
        "Нигерија"@sr,
        "Nigerija"@sr-Latn,
        "Nigeria"@sv,
        "Nijeria"@swc,
        "Nijeria"@swh,
        "நைஜீரியா"@ta,
        "నైజీరియా"@te,
        "Nijeria"@teo,
        "ไนจีเรีย"@th,
        "ናይጄሪያ"@ti,
        "ናይጄሪያ"@tig,
        "Naisilia"@to,
        "Nijerya"@tr,
        "Naajiriia"@twq,
        "Nijiria"@tzm,
        "Нігерія"@uk,
        "نائجیریا"@ur,
        "ꕯꔤꕀꔸꕩ"@vai,
        "Naĩjiriya"@vai-Latn,
        "Nigeria"@vi,
        "Nijeria"@vun,
        "Nigeria"@wae,
        "ናይጄሪያ"@wal,
        "Nayijerya"@xog,
        "nisélia"@yav,
        "Orílẹ́ède Nàìjíríà"@yo,
        "Nigeria"@zsm,
        "i-Nigeria"@zu ;
    lvont:label <http://lexvo.org/id/term/afr/Nigeri%C3%AB>,
        <http://lexvo.org/id/term/agq/G%C9%A8%CC%80any%C9%A8>,
        <http://lexvo.org/id/term/aka/Naegyeria>,
        <http://lexvo.org/id/term/amh/%E1%8A%93%E1%8B%AD%E1%8C%84%E1%88%AA%E1%8B%AB>,
        <http://lexvo.org/id/term/ara/%D9%86%D9%8A%D8%AC%D9%8A%D8%B1%D9%8A%D8%A7>,
        <http://lexvo.org/id/term/asa/Nijeria>,
        <http://lexvo.org/id/term/ast/Nixeria>,
        <http://lexvo.org/id/term/aze/Nijeriya>,
        <http://lexvo.org/id/term/bam/Nizeriya>,
        <http://lexvo.org/id/term/bas/N%C3%ACger%C3%AC%C3%A0>,
        <http://lexvo.org/id/term/bel/%D0%9D%D1%96%D0%B3%D0%B5%D1%80%D1%8B%D1%8F>,
        <http://lexvo.org/id/term/ben/%E0%A6%A8%E0%A6%BE%E0%A6%87%E0%A6%9C%E0%A7%87%E0%A6%B0%E0%A6%BF%E0%A6%AF%E0%A6%BC%E0%A6%BE>,
        <http://lexvo.org/id/term/bez/Hunijelia>,
        <http://lexvo.org/id/term/bod/%E0%BD%93%E0%BD%B1%E0%BD%A0%E0%BD%B2%E0%BC%8B%E0%BD%87%E0%BD%B2%E0%BC%8B%E0%BD%A2%E0%BD%B2%E0%BC%8B%E0%BD%A1%E0%BC%8D>,
        <http://lexvo.org/id/term/bos-Cyrl/%D0%9D%D0%B8%D0%B3%D0%B5%D1%80%D0%B8%D1%98%D0%B0>,
        <http://lexvo.org/id/term/bos/Nigerija>,
        <http://lexvo.org/id/term/bre/Nigeria>,
        <http://lexvo.org/id/term/brx/%E0%A4%A8%E0%A4%BE%E0%A4%87%E0%A4%9C%E0%A5%80%E0%A4%B0%E0%A4%BF%E0%A4%AF%E0%A4%BE>,
        <http://lexvo.org/id/term/bul/%D0%9D%D0%B8%D0%B3%D0%B5%D1%80%D0%B8%D1%8F>,
        <http://lexvo.org/id/term/byn/%E1%8A%93%E1%8B%AD%E1%8C%84%E1%88%AA%E1%8B%AB>,
        <http://lexvo.org/id/term/cat/Nig%C3%A8ria>,
        <http://lexvo.org/id/term/ces/Nig%C3%A9rie>,
        <http://lexvo.org/id/term/cgg/Naigyeriya>,
        <http://lexvo.org/id/term/chr/%E1%8F%82%E1%8F%A5%E1%8E%B5%E1%8F%AF>,
        <http://lexvo.org/id/term/cmn-Hant/%E5%A5%88%E5%8F%8A%E5%88%A9%E4%BA%9E>,
        <http://lexvo.org/id/term/cmn/%E5%B0%BC%E6%97%A5%E5%88%A9%E4%BA%9A>,
        <http://lexvo.org/id/term/cym/Nigeria>,
        <http://lexvo.org/id/term/dan/Nigeria>,
        <http://lexvo.org/id/term/dav/Nijeria>,
        <http://lexvo.org/id/term/deu/Nigeria>,
        <http://lexvo.org/id/term/dje/Naajiriia>,
        <http://lexvo.org/id/term/dzo/%E0%BD%93%E0%BD%B1%E0%BD%A0%E0%BD%B2%E0%BC%8B%E0%BD%87%E0%BD%B2%E0%BC%8B%E0%BD%A2%E0%BD%B2%E0%BC%8B%E0%BD%A1>,
        <http://lexvo.org/id/term/ebu/Nijeria>,
        <http://lexvo.org/id/term/ell/%CE%9D%CE%B9%CE%B3%CE%B7%CF%81%CE%AF%CE%B1>,
        <http://lexvo.org/id/term/eng-Dsrt/%F0%90%90%A4%F0%90%90%B4%F0%90%90%BE%F0%90%90%AE%F0%90%91%89%F0%90%90%A8%F0%90%90%B2>,
        <http://lexvo.org/id/term/eng/ISO%203166-1%3ANG>,
        <http://lexvo.org/id/term/eng/Nigeria>,
        <http://lexvo.org/id/term/epo/Ni%C4%9Derio>,
        <http://lexvo.org/id/term/est/Nigeeria>,
        <http://lexvo.org/id/term/eus/Nigeria>,
        <http://lexvo.org/id/term/ewe/Nigeria%20nutome>,
        <http://lexvo.org/id/term/ewo/Nih%C3%A9ria>,
        <http://lexvo.org/id/term/fao/Nigeria>,
        <http://lexvo.org/id/term/fas/%D9%86%DB%8C%D8%AC%D8%B1%DB%8C%D8%A7>,
        <http://lexvo.org/id/term/fas/%D9%86%DB%8C%D8%AC%D8%B1%DB%8C%D9%87>,
        <http://lexvo.org/id/term/fil/Nigeria>,
        <http://lexvo.org/id/term/fin/Nigeria>,
        <http://lexvo.org/id/term/fra/Nig%C3%A9ria>,
        <http://lexvo.org/id/term/ful/Nijeriyaa>,
        <http://lexvo.org/id/term/fur/Nigerie>,
        <http://lexvo.org/id/term/gla/Nig%C3%A8iria>,
        <http://lexvo.org/id/term/gle/An%20Nig%C3%A9ir>,
        <http://lexvo.org/id/term/glg/Nixeria>,
        <http://lexvo.org/id/term/gsw/Nigeeria>,
        <http://lexvo.org/id/term/guj/%E0%AA%A8%E0%AA%BE%E0%AA%87%E0%AA%9C%E0%AB%80%E0%AA%B0%E0%AB%80%E0%AA%AF%E0%AA%BE>,
        <http://lexvo.org/id/term/guz/Nijeria>,
        <http://lexvo.org/id/term/hau/Najeriya>,
        <http://lexvo.org/id/term/heb/%D7%A0%D7%99%D7%92%D7%A8%D7%99%D7%94>,
        <http://lexvo.org/id/term/hin/%E0%A4%A8%E0%A4%BE%E0%A4%87%E0%A4%9C%E0%A5%80%E0%A4%B0%E0%A4%BF%E0%A4%AF%E0%A4%BE>,
        <http://lexvo.org/id/term/hrv/Nigerija>,
        <http://lexvo.org/id/term/hun/Nig%C3%A9ria>,
        <http://lexvo.org/id/term/hye/%D5%86%D5%AB%D5%A3%D5%A5%D6%80%D5%AB%D5%A1>,
        <http://lexvo.org/id/term/ibo/Nigeria>,
        <http://lexvo.org/id/term/ina/Nigeria>,
        <http://lexvo.org/id/term/ind/Nigeria>,
        <http://lexvo.org/id/term/isl/N%C3%ADger%C3%ADa>,
        <http://lexvo.org/id/term/ita/Nigeria>,
        <http://lexvo.org/id/term/jgo/Ninj%C9%9Bliy%C3%A2>,
        <http://lexvo.org/id/term/jmc/Nijeria>,
        <http://lexvo.org/id/term/jpn/%E3%83%8A%E3%82%A4%E3%82%B8%E3%82%A7%E3%83%AA%E3%82%A2>,
        <http://lexvo.org/id/term/kab/Nijirya>,
        <http://lexvo.org/id/term/kal/Nigeria>,
        <http://lexvo.org/id/term/kam/Nijeria>,
        <http://lexvo.org/id/term/kan/%E0%B2%A8%E0%B3%88%E0%B2%9C%E0%B3%80%E0%B2%B0%E0%B2%BF%E0%B2%AF%E0%B2%BE>,
        <http://lexvo.org/id/term/kas/%D9%86%D8%A7%DB%8C%D8%AC%DB%8C%D8%B1%D9%90%DB%8C%D8%A7>,
        <http://lexvo.org/id/term/kat/%E1%83%9C%E1%83%98%E1%83%92%E1%83%94%E1%83%A0%E1%83%98%E1%83%90>,
        <http://lexvo.org/id/term/kde/Nidyelia>,
        <http://lexvo.org/id/term/kea/Nijeria>,
        <http://lexvo.org/id/term/khm/%E1%9E%93%E1%9E%B8%E1%9E%A0%E1%9F%92%E1%9E%9F%E1%9F%81%E1%9E%9A%E1%9E%B8%E1%9E%99%E1%9F%89%E1%9E%B6>,
        <http://lexvo.org/id/term/khq/Naajiriia>,
        <http://lexvo.org/id/term/kik/Nainjeria>,
        <http://lexvo.org/id/term/kln/Emetab%20Nigeria>,
        <http://lexvo.org/id/term/kor/%EB%82%98%EC%9D%B4%EC%A7%80%EB%A6%AC%EC%95%84>,
        <http://lexvo.org/id/term/ksb/Naijelia>,
        <http://lexvo.org/id/term/ksf/nij%C9%9B%CC%81rya>,
        <http://lexvo.org/id/term/ksh/Nikaraagua>,
        <http://lexvo.org/id/term/lag/Niij%C3%A9ria>,
        <http://lexvo.org/id/term/lao/%E0%BB%84%E0%BA%99%E0%BA%88%E0%BA%B5%E0%BB%80%E0%BA%A5%E0%BA%8D>,
        <http://lexvo.org/id/term/lav/Nig%C4%93rija>,
        <http://lexvo.org/id/term/lin/Nizerya>,
        <http://lexvo.org/id/term/lit/Nigerija>,
        <http://lexvo.org/id/term/lub/Nijerya>,
        <http://lexvo.org/id/term/lug/Nayijerya>,
        <http://lexvo.org/id/term/luo/Nigeria>,
        <http://lexvo.org/id/term/luy/Nijeria>,
        <http://lexvo.org/id/term/mal/%E0%B4%A8%E0%B5%88%E0%B4%9C%E0%B5%80%E0%B4%B0%E0%B4%BF%E0%B4%AF>,
        <http://lexvo.org/id/term/mar/%E0%A4%A8%E0%A4%BE%E0%A4%AF%E0%A4%9C%E0%A5%87%E0%A4%B0%E0%A4%BF%E0%A4%AF%E0%A4%BE>,
        <http://lexvo.org/id/term/mas/Nijeria>,
        <http://lexvo.org/id/term/mer/Nijeria>,
        <http://lexvo.org/id/term/mfe/Nizeria>,
        <http://lexvo.org/id/term/mgh/Unijeria>,
        <http://lexvo.org/id/term/mkd/%D0%9D%D0%B8%D0%B3%D0%B5%D1%80%D0%B8%D1%98%D0%B0>,
        <http://lexvo.org/id/term/mlg/Nizeria>,
        <http://lexvo.org/id/term/mlt/Ni%C4%A1erja>,
        <http://lexvo.org/id/term/mua/Nigeriya>,
        <http://lexvo.org/id/term/mya/%E1%80%94%E1%80%AD%E1%80%AF%E1%80%84%E1%80%BA%E1%80%82%E1%80%BB%E1%80%AE%E1%80%B8%E1%80%9B%E1%80%AE%E1%80%B8%E1%80%9A%E1%80%AC%E1%80%B8>,
        <http://lexvo.org/id/term/naq/Nigerieb>,
        <http://lexvo.org/id/term/nde/Nigeriya>,
        <http://lexvo.org/id/term/nep/%E0%A4%A8%E0%A4%BE%E0%A4%87%E0%A4%9C%E0%A5%87%E0%A4%B0%E0%A4%BF%E0%A4%AF%E0%A4%BE>,
        <http://lexvo.org/id/term/nld/Nigeria>,
        <http://lexvo.org/id/term/nmg/Nigeria>,
        <http://lexvo.org/id/term/nno/Nigeria>,
        <http://lexvo.org/id/term/nob/Nigeria>,
        <http://lexvo.org/id/term/nyn/Naigyeriya>,
        <http://lexvo.org/id/term/ori/%E0%AC%A8%E0%AC%BE%E0%AC%87%E0%AC%9C%E0%AD%87%E0%AC%B0%E0%AC%BF%E0%AC%86>,
        <http://lexvo.org/id/term/pol/Nigeria>,
        <http://lexvo.org/id/term/por/Nig%C3%A9ria>,
        <http://lexvo.org/id/term/pus/%D9%86%D8%A7%DB%8C%D8%AC%DB%8C%D8%B1%DB%8C%D8%A7>,
        <http://lexvo.org/id/term/rof/Nijeria>,
        <http://lexvo.org/id/term/roh/Nigeria>,
        <http://lexvo.org/id/term/ron/Nigeria>,
        <http://lexvo.org/id/term/run/Nijeriya>,
        <http://lexvo.org/id/term/rus/%D0%9D%D0%B8%D0%B3%D0%B5%D1%80%D0%B8%D1%8F>,
        <http://lexvo.org/id/term/rwk/Nijeria>,
        <http://lexvo.org/id/term/sag/Nizer%C3%AFa>,
        <http://lexvo.org/id/term/saq/Nijeria>,
        <http://lexvo.org/id/term/sbp/Nijeliya>,
        <http://lexvo.org/id/term/seh/Nig%C3%A9ria>,
        <http://lexvo.org/id/term/ses/Naajiriia>,
        <http://lexvo.org/id/term/shi-Latn/nijirya>,
        <http://lexvo.org/id/term/shi/%E2%B5%8F%E2%B5%89%E2%B5%8A%E2%B5%89%E2%B5%94%E2%B5%A2%E2%B4%B0>,
        <http://lexvo.org/id/term/sin/%E0%B6%B1%E0%B6%BA%E0%B7%92%E0%B6%A2%E0%B7%93%E0%B6%BB%E0%B7%92%E0%B6%BA%E0%B7%8F%E0%B7%80>,
        <http://lexvo.org/id/term/slk/Nig%C3%A9ria>,
        <http://lexvo.org/id/term/slv/Nigerija>,
        <http://lexvo.org/id/term/sme/Nigeria>,
        <http://lexvo.org/id/term/sna/Nigeria>,
        <http://lexvo.org/id/term/som/Nayjeeriya>,
        <http://lexvo.org/id/term/spa/Nigeria>,
        <http://lexvo.org/id/term/sqi/Nigeri>,
        <http://lexvo.org/id/term/srp-Latn/Nigerija>,
        <http://lexvo.org/id/term/srp/%D0%9D%D0%B8%D0%B3%D0%B5%D1%80%D0%B8%D1%98%D0%B0>,
        <http://lexvo.org/id/term/swc/Nijeria>,
        <http://lexvo.org/id/term/swe/Nigeria>,
        <http://lexvo.org/id/term/swh/Nijeria>,
        <http://lexvo.org/id/term/tam/%E0%AE%A8%E0%AF%88%E0%AE%9C%E0%AF%80%E0%AE%B0%E0%AE%BF%E0%AE%AF%E0%AE%BE>,
        <http://lexvo.org/id/term/tel/%E0%B0%A8%E0%B1%88%E0%B0%9C%E0%B1%80%E0%B0%B0%E0%B0%BF%E0%B0%AF%E0%B0%BE>,
        <http://lexvo.org/id/term/teo/Nijeria>,
        <http://lexvo.org/id/term/tha/%E0%B9%84%E0%B8%99%E0%B8%88%E0%B8%B5%E0%B9%80%E0%B8%A3%E0%B8%B5%E0%B8%A2>,
        <http://lexvo.org/id/term/tig/%E1%8A%93%E1%8B%AD%E1%8C%84%E1%88%AA%E1%8B%AB>,
        <http://lexvo.org/id/term/tir/%E1%8A%93%E1%8B%AD%E1%8C%84%E1%88%AA%E1%8B%AB>,
        <http://lexvo.org/id/term/ton/Naisilia>,
        <http://lexvo.org/id/term/tur/Nijerya>,
        <http://lexvo.org/id/term/twq/Naajiriia>,
        <http://lexvo.org/id/term/tzm/Nijiria>,
        <http://lexvo.org/id/term/ukr/%D0%9D%D1%96%D0%B3%D0%B5%D1%80%D1%96%D1%8F>,
        <http://lexvo.org/id/term/urd/%D9%86%D8%A7%D8%A6%D8%AC%DB%8C%D8%B1%DB%8C%D8%A7>,
        <http://lexvo.org/id/term/vai-Latn/Na%C4%A9jiriya>,
        <http://lexvo.org/id/term/vai/%EA%95%AF%EA%94%A4%EA%95%80%EA%94%B8%EA%95%A9>,
        <http://lexvo.org/id/term/vie/Nigeria>,
        <http://lexvo.org/id/term/vun/Nijeria>,
        <http://lexvo.org/id/term/wae/Nigeria>,
        <http://lexvo.org/id/term/wal/%E1%8A%93%E1%8B%AD%E1%8C%84%E1%88%AA%E1%8B%AB>,
        <http://lexvo.org/id/term/xog/Nayijerya>,
        <http://lexvo.org/id/term/yav/nis%C3%A9lia>,
        <http://lexvo.org/id/term/yor/Or%C3%ADl%E1%BA%B9%CC%81%C3%A8de%20N%C3%A0%C3%ACj%C3%ADr%C3%AD%C3%A0>,
        <http://lexvo.org/id/term/zsm/Nigeria>,
        <http://lexvo.org/id/term/zul/i-Nigeria> ;
    owl:sameAs <http://psi.oasis-open.org/iso/3166/#566>,
        <http://sws.geonames.org/2328926/> .

<http://lexvo.org/id/iso3166/NI> a lvont:GeographicRegion ;
    rdfs:label "Nicaragua"@af,
        "Nikàlagwà"@agq,
        "Nekaraguwa"@ak,
        "ኒካራጓ"@am,
        "نيكاراغوا"@ar,
        "Nikaragwa"@asa,
        "Nicaragua"@ast,
        "Nikaraqua"@az,
        "Nìkàragwà"@bas,
        "Нікарагуа"@be,
        "Hunikaragwa"@bez,
        "Никарагуа"@bg,
        "Nikaragwa"@bm,
        "নিকারাগুয়া"@bn,
        "ནི་ཀ་ར་གུ་ཨ།"@bo,
        "Nicaragua"@br,
        "निकारागुआ"@brx,
        "Nikaragva"@bs,
        "Никарагва"@bs-Cyrl,
        "Nicaragua"@ca,
        "Nikaragwa"@cgg,
        "ᏂᎧᎳᏆ"@chr,
        "尼加拉瓜"@cmn,
        "尼加拉瓜"@cmn-Hant,
        "Nikaragua"@cs,
        "Nicaragwa"@cy,
        "Nicaragua"@da,
        "Nikaragwa"@dav,
        "Nicaragua"@de,
        "Nikaragwa"@dje,
        "ནི་ཀྲ་ཝ་ག"@dz,
        "Nikaragwa"@ebu,
        "Nicaraguadukɔ"@ee,
        "Νικαράγουα"@el,
        "ISO 3166-1:NI"@en,
        "Nicaragua"@en,
        "𐐤𐐮𐐿𐐲𐑉𐐪𐑀𐐶𐐲"@en-Dsrt,
        "Nikaragvo"@eo,
        "Nicaragua"@es,
        "Nicaragua"@et,
        "Nikaragua"@eu,
        "Nikarágua"@ewo,
        "نیکاراگوئه"@fa,
        "نیکاراگوا"@fa,
        "Nikaraguwaa"@ff,
        "Nicaragua"@fi,
        "Nicaragua"@fil,
        "Nikaragua"@fo,
        "Nicaragua"@fr,
        "Nicaragua"@fur,
        "Nicearagua"@ga,
        "Niocaragua"@gd,
        "Nicaragua"@gl,
        "Nicaraagua"@gsw,
        "નિકારાગુઆ"@gu,
        "Nikaragwa"@guz,
        "Nikaraguwa"@ha,
        "ניקרגואה"@he,
        "निकारागुआ"@hi,
        "Nikaragva"@hr,
        "Nicaragua"@hu,
        "Նիկարագուա"@hy,
        "Nicaragua"@ia,
        "Nikaragua"@id,
        "Níkaragva"@is,
        "Nicaragua"@it,
        "ニカラグア"@ja,
        "Nikaragwa"@jmc,
        "ნიკარაგუა"@ka,
        "Nikaragwa"@kab,
        "Nikaragwa"@kam,
        "Nikalagwa"@kde,
        "Nikaragua"@kea,
        "Nikaragwa"@khq,
        "Nikaragwa"@ki,
        "Nicaragua"@kl,
        "Emetab Nicaragua"@kln,
        "នីការ៉ាហ្គ័រ"@km,
        "ನಿಕಾರಾಗುವಾ"@kn,
        "니카라과"@ko,
        "ناکاراگُوا"@ks,
        "Nikalagwa"@ksb,
        "níkarágwa"@ksf,
        "Nikaraaguwa"@ksh,
        "Nikarágʉa"@lag,
        "Nikaraguwa"@lg,
        "Nikaragwa"@ln,
        "ນິກຄາລາກົວ"@lo,
        "Nikaragva"@lt,
        "Nikaragwa"@lu,
        "Nicaragua"@luo,
        "Nikaragwa"@luy,
        "Nikaragva"@lv,
        "Nikaragwa"@mas,
        "Nikaragwa"@mer,
        "Nicaragua"@mfe,
        "Nikaragoà"@mg,
        "Никарагва"@mk,
        "നിക്കാരഗ്വ"@ml,
        "निकाराग्वे"@mr,
        "Nikaragwa"@mt,
        "Nikaragwa"@mua,
        "နီကာရာဂွာ"@my,
        "Nicaraguab"@naq,
        "Nicaragua"@nb,
        "Nicaragua"@nd,
        "निकारागुवा"@ne,
        "Nicaragua"@nl,
        "Nikaragua"@nmg,
        "Nicaragua"@nn,
        "Nikaragwa"@nyn,
        "ନିକାରାଗୁଆ"@or,
        "Nikaragua"@pl,
        "نکاراګوا"@ps,
        "Nicarágua"@pt,
        "Nicaragua"@rm,
        "Nikaragwa"@rn,
        "Nicaragua"@ro,
        "Nikaragwa"@rof,
        "Никарагуа"@ru,
        "Nikaragwa"@rwk,
        "Nikaragwa"@saq,
        "Nikalagwa"@sbp,
        "Nicaragua"@se,
        "Nicarágua"@seh,
        "Nikaragwa"@ses,
        "Nikaragua"@sg,
        "ⵏⵉⴽⴰⵔⴰⴳⵡⴰ"@shi,
        "nikaragwa"@shi-Latn,
        "නිකරගුවාව"@si,
        "Nikaragua"@sk,
        "Nikaragva"@sl,
        "Nicaragua"@sn,
        "Nikaraaguwa"@so,
        "Nikaragua"@sq,
        "Никарагва"@sr,
        "Nikaragva"@sr-Latn,
        "Nicaragua"@sv,
        "Nikaragwa"@swc,
        "Nikaragwa"@swh,
        "நிகாரகுவா"@ta,
        "నికరాగువా"@te,
        "Nikaragwa"@teo,
        "นิการากัว"@th,
        "ኒካራጓ"@ti,
        "Nikalakua"@to,
        "Nikaragua"@tr,
        "Nikaragwa"@twq,
        "Nikaragwa"@tzm,
        "Нікарагуа"@uk,
        "نکاراگووا"@ur,
        "ꕇꕪꕟꖶꕎ"@vai,
        "Nikaraguwa"@vai-Latn,
        "Nicaragua"@vi,
        "Nikaragwa"@vun,
        "Nicaragua"@wae,
        "Nikaraguwa"@xog,
        "nikalaká"@yav,
        "Orílẹ́ède NIkaragua"@yo,
        "Nicaragua"@zsm,
        "i-Nicaragua"@zu ;
    lvont:label <http://lexvo.org/id/term/afr/Nicaragua>,
        <http://lexvo.org/id/term/agq/Nik%C3%A0lagw%C3%A0>,
        <http://lexvo.org/id/term/aka/Nekaraguwa>,
        <http://lexvo.org/id/term/amh/%E1%8A%92%E1%8A%AB%E1%88%AB%E1%8C%93>,
        <http://lexvo.org/id/term/ara/%D9%86%D9%8A%D9%83%D8%A7%D8%B1%D8%A7%D8%BA%D9%88%D8%A7>,
        <http://lexvo.org/id/term/asa/Nikaragwa>,
        <http://lexvo.org/id/term/ast/Nicaragua>,
        <http://lexvo.org/id/term/aze/Nikaraqua>,
        <http://lexvo.org/id/term/bam/Nikaragwa>,
        <http://lexvo.org/id/term/bas/N%C3%ACk%C3%A0ragw%C3%A0>,
        <http://lexvo.org/id/term/bel/%D0%9D%D1%96%D0%BA%D0%B0%D1%80%D0%B0%D0%B3%D1%83%D0%B0>,
        <http://lexvo.org/id/term/ben/%E0%A6%A8%E0%A6%BF%E0%A6%95%E0%A6%BE%E0%A6%B0%E0%A6%BE%E0%A6%97%E0%A7%81%E0%A6%AF%E0%A6%BC%E0%A6%BE>,
        <http://lexvo.org/id/term/bez/Hunikaragwa>,
        <http://lexvo.org/id/term/bod/%E0%BD%93%E0%BD%B2%E0%BC%8B%E0%BD%80%E0%BC%8B%E0%BD%A2%E0%BC%8B%E0%BD%82%E0%BD%B4%E0%BC%8B%E0%BD%A8%E0%BC%8D>,
        <http://lexvo.org/id/term/bos-Cyrl/%D0%9D%D0%B8%D0%BA%D0%B0%D1%80%D0%B0%D0%B3%D0%B2%D0%B0>,
        <http://lexvo.org/id/term/bos/Nikaragva>,
        <http://lexvo.org/id/term/bre/Nicaragua>,
        <http://lexvo.org/id/term/brx/%E0%A4%A8%E0%A4%BF%E0%A4%95%E0%A4%BE%E0%A4%B0%E0%A4%BE%E0%A4%97%E0%A5%81%E0%A4%86>,
        <http://lexvo.org/id/term/bul/%D0%9D%D0%B8%D0%BA%D0%B0%D1%80%D0%B0%D0%B3%D1%83%D0%B0>,
        <http://lexvo.org/id/term/cat/Nicaragua>,
        <http://lexvo.org/id/term/ces/Nikaragua>,
        <http://lexvo.org/id/term/cgg/Nikaragwa>,
        <http://lexvo.org/id/term/chr/%E1%8F%82%E1%8E%A7%E1%8E%B3%E1%8F%86>,
        <http://lexvo.org/id/term/cmn-Hant/%E5%B0%BC%E5%8A%A0%E6%8B%89%E7%93%9C>,
        <http://lexvo.org/id/term/cmn/%E5%B0%BC%E5%8A%A0%E6%8B%89%E7%93%9C>,
        <http://lexvo.org/id/term/cym/Nicaragwa>,
        <http://lexvo.org/id/term/dan/Nicaragua>,
        <http://lexvo.org/id/term/dav/Nikaragwa>,
        <http://lexvo.org/id/term/deu/Nicaragua>,
        <http://lexvo.org/id/term/dje/Nikaragwa>,
        <http://lexvo.org/id/term/dzo/%E0%BD%93%E0%BD%B2%E0%BC%8B%E0%BD%80%E0%BE%B2%E0%BC%8B%E0%BD%9D%E0%BC%8B%E0%BD%82>,
        <http://lexvo.org/id/term/ebu/Nikaragwa>,
        <http://lexvo.org/id/term/ell/%CE%9D%CE%B9%CE%BA%CE%B1%CF%81%CE%AC%CE%B3%CE%BF%CF%85%CE%B1>,
        <http://lexvo.org/id/term/eng-Dsrt/%F0%90%90%A4%F0%90%90%AE%F0%90%90%BF%F0%90%90%B2%F0%90%91%89%F0%90%90%AA%F0%90%91%80%F0%90%90%B6%F0%90%90%B2>,
        <http://lexvo.org/id/term/eng/ISO%203166-1%3ANI>,
        <http://lexvo.org/id/term/eng/Nicaragua>,
        <http://lexvo.org/id/term/epo/Nikaragvo>,
        <http://lexvo.org/id/term/est/Nicaragua>,
        <http://lexvo.org/id/term/eus/Nikaragua>,
        <http://lexvo.org/id/term/ewe/Nicaraguaduk%C9%94>,
        <http://lexvo.org/id/term/ewo/Nikar%C3%A1gua>,
        <http://lexvo.org/id/term/fao/Nikaragua>,
        <http://lexvo.org/id/term/fas/%D9%86%DB%8C%DA%A9%D8%A7%D8%B1%D8%A7%DA%AF%D9%88%D8%A6%D9%87>,
        <http://lexvo.org/id/term/fas/%D9%86%DB%8C%DA%A9%D8%A7%D8%B1%D8%A7%DA%AF%D9%88%D8%A7>,
        <http://lexvo.org/id/term/fil/Nicaragua>,
        <http://lexvo.org/id/term/fin/Nicaragua>,
        <http://lexvo.org/id/term/fra/Nicaragua>,
        <http://lexvo.org/id/term/ful/Nikaraguwaa>,
        <http://lexvo.org/id/term/fur/Nicaragua>,
        <http://lexvo.org/id/term/gla/Niocaragua>,
        <http://lexvo.org/id/term/gle/Nicearagua>,
        <http://lexvo.org/id/term/glg/Nicaragua>,
        <http://lexvo.org/id/term/gsw/Nicaraagua>,
        <http://lexvo.org/id/term/guj/%E0%AA%A8%E0%AA%BF%E0%AA%95%E0%AA%BE%E0%AA%B0%E0%AA%BE%E0%AA%97%E0%AB%81%E0%AA%86>,
        <http://lexvo.org/id/term/guz/Nikaragwa>,
        <http://lexvo.org/id/term/hau/Nikaraguwa>,
        <http://lexvo.org/id/term/heb/%D7%A0%D7%99%D7%A7%D7%A8%D7%92%D7%95%D7%90%D7%94>,
        <http://lexvo.org/id/term/hin/%E0%A4%A8%E0%A4%BF%E0%A4%95%E0%A4%BE%E0%A4%B0%E0%A4%BE%E0%A4%97%E0%A5%81%E0%A4%86>,
        <http://lexvo.org/id/term/hrv/Nikaragva>,
        <http://lexvo.org/id/term/hun/Nicaragua>,
        <http://lexvo.org/id/term/hye/%D5%86%D5%AB%D5%AF%D5%A1%D6%80%D5%A1%D5%A3%D5%B8%D6%82%D5%A1>,
        <http://lexvo.org/id/term/ina/Nicaragua>,
        <http://lexvo.org/id/term/ind/Nikaragua>,
        <http://lexvo.org/id/term/isl/N%C3%ADkaragva>,
        <http://lexvo.org/id/term/ita/Nicaragua>,
        <http://lexvo.org/id/term/jmc/Nikaragwa>,
        <http://lexvo.org/id/term/jpn/%E3%83%8B%E3%82%AB%E3%83%A9%E3%82%B0%E3%82%A2>,
        <http://lexvo.org/id/term/kab/Nikaragwa>,
        <http://lexvo.org/id/term/kal/Nicaragua>,
        <http://lexvo.org/id/term/kam/Nikaragwa>,
        <http://lexvo.org/id/term/kan/%E0%B2%A8%E0%B2%BF%E0%B2%95%E0%B2%BE%E0%B2%B0%E0%B2%BE%E0%B2%97%E0%B3%81%E0%B2%B5%E0%B2%BE>,
        <http://lexvo.org/id/term/kas/%D9%86%D8%A7%DA%A9%D8%A7%D8%B1%D8%A7%DA%AF%D9%8F%D9%88%D8%A7>,
        <http://lexvo.org/id/term/kat/%E1%83%9C%E1%83%98%E1%83%99%E1%83%90%E1%83%A0%E1%83%90%E1%83%92%E1%83%A3%E1%83%90>,
        <http://lexvo.org/id/term/kde/Nikalagwa>,
        <http://lexvo.org/id/term/kea/Nikaragua>,
        <http://lexvo.org/id/term/khm/%E1%9E%93%E1%9E%B8%E1%9E%80%E1%9E%B6%E1%9E%9A%E1%9F%89%E1%9E%B6%E1%9E%A0%E1%9F%92%E1%9E%82%E1%9F%90%E1%9E%9A>,
        <http://lexvo.org/id/term/khq/Nikaragwa>,
        <http://lexvo.org/id/term/kik/Nikaragwa>,
        <http://lexvo.org/id/term/kln/Emetab%20Nicaragua>,
        <http://lexvo.org/id/term/kor/%EB%8B%88%EC%B9%B4%EB%9D%BC%EA%B3%BC>,
        <http://lexvo.org/id/term/ksb/Nikalagwa>,
        <http://lexvo.org/id/term/ksf/n%C3%ADkar%C3%A1gwa>,
        <http://lexvo.org/id/term/ksh/Nikaraaguwa>,
        <http://lexvo.org/id/term/lag/Nikar%C3%A1g%CA%89a>,
        <http://lexvo.org/id/term/lao/%E0%BA%99%E0%BA%B4%E0%BA%81%E0%BA%84%E0%BA%B2%E0%BA%A5%E0%BA%B2%E0%BA%81%E0%BA%BB%E0%BA%A7>,
        <http://lexvo.org/id/term/lav/Nikaragva>,
        <http://lexvo.org/id/term/lin/Nikaragwa>,
        <http://lexvo.org/id/term/lit/Nikaragva>,
        <http://lexvo.org/id/term/lub/Nikaragwa>,
        <http://lexvo.org/id/term/lug/Nikaraguwa>,
        <http://lexvo.org/id/term/luo/Nicaragua>,
        <http://lexvo.org/id/term/luy/Nikaragwa>,
        <http://lexvo.org/id/term/mal/%E0%B4%A8%E0%B4%BF%E0%B4%95%E0%B5%8D%E0%B4%95%E0%B4%BE%E0%B4%B0%E0%B4%97%E0%B5%8D%E0%B4%B5>,
        <http://lexvo.org/id/term/mar/%E0%A4%A8%E0%A4%BF%E0%A4%95%E0%A4%BE%E0%A4%B0%E0%A4%BE%E0%A4%97%E0%A5%8D%E0%A4%B5%E0%A5%87>,
        <http://lexvo.org/id/term/mas/Nikaragwa>,
        <http://lexvo.org/id/term/mer/Nikaragwa>,
        <http://lexvo.org/id/term/mfe/Nicaragua>,
        <http://lexvo.org/id/term/mkd/%D0%9D%D0%B8%D0%BA%D0%B0%D1%80%D0%B0%D0%B3%D0%B2%D0%B0>,
        <http://lexvo.org/id/term/mlg/Nikarago%C3%A0>,
        <http://lexvo.org/id/term/mlt/Nikaragwa>,
        <http://lexvo.org/id/term/mua/Nikaragwa>,
        <http://lexvo.org/id/term/mya/%E1%80%94%E1%80%AE%E1%80%80%E1%80%AC%E1%80%9B%E1%80%AC%E1%80%82%E1%80%BD%E1%80%AC>,
        <http://lexvo.org/id/term/naq/Nicaraguab>,
        <http://lexvo.org/id/term/nde/Nicaragua>,
        <http://lexvo.org/id/term/nep/%E0%A4%A8%E0%A4%BF%E0%A4%95%E0%A4%BE%E0%A4%B0%E0%A4%BE%E0%A4%97%E0%A5%81%E0%A4%B5%E0%A4%BE>,
        <http://lexvo.org/id/term/nld/Nicaragua>,
        <http://lexvo.org/id/term/nmg/Nikaragua>,
        <http://lexvo.org/id/term/nno/Nicaragua>,
        <http://lexvo.org/id/term/nob/Nicaragua>,
        <http://lexvo.org/id/term/nyn/Nikaragwa>,
        <http://lexvo.org/id/term/ori/%E0%AC%A8%E0%AC%BF%E0%AC%95%E0%AC%BE%E0%AC%B0%E0%AC%BE%E0%AC%97%E0%AD%81%E0%AC%86>,
        <http://lexvo.org/id/term/pol/Nikaragua>,
        <http://lexvo.org/id/term/por/Nicar%C3%A1gua>,
        <http://lexvo.org/id/term/pus/%D9%86%DA%A9%D8%A7%D8%B1%D8%A7%DA%AB%D9%88%D8%A7>,
        <http://lexvo.org/id/term/rof/Nikaragwa>,
        <http://lexvo.org/id/term/roh/Nicaragua>,
        <http://lexvo.org/id/term/ron/Nicaragua>,
        <http://lexvo.org/id/term/run/Nikaragwa>,
        <http://lexvo.org/id/term/rus/%D0%9D%D0%B8%D0%BA%D0%B0%D1%80%D0%B0%D0%B3%D1%83%D0%B0>,
        <http://lexvo.org/id/term/rwk/Nikaragwa>,
        <http://lexvo.org/id/term/sag/Nikaragua>,
        <http://lexvo.org/id/term/saq/Nikaragwa>,
        <http://lexvo.org/id/term/sbp/Nikalagwa>,
        <http://lexvo.org/id/term/seh/Nicar%C3%A1gua>,
        <http://lexvo.org/id/term/ses/Nikaragwa>,
        <http://lexvo.org/id/term/shi-Latn/nikaragwa>,
        <http://lexvo.org/id/term/shi/%E2%B5%8F%E2%B5%89%E2%B4%BD%E2%B4%B0%E2%B5%94%E2%B4%B0%E2%B4%B3%E2%B5%A1%E2%B4%B0>,
        <http://lexvo.org/id/term/sin/%E0%B6%B1%E0%B7%92%E0%B6%9A%E0%B6%BB%E0%B6%9C%E0%B7%94%E0%B7%80%E0%B7%8F%E0%B7%80>,
        <http://lexvo.org/id/term/slk/Nikaragua>,
        <http://lexvo.org/id/term/slv/Nikaragva>,
        <http://lexvo.org/id/term/sme/Nicaragua>,
        <http://lexvo.org/id/term/sna/Nicaragua>,
        <http://lexvo.org/id/term/som/Nikaraaguwa>,
        <http://lexvo.org/id/term/spa/Nicaragua>,
        <http://lexvo.org/id/term/sqi/Nikaragua>,
        <http://lexvo.org/id/term/srp-Latn/Nikaragva>,
        <http://lexvo.org/id/term/srp/%D0%9D%D0%B8%D0%BA%D0%B0%D1%80%D0%B0%D0%B3%D0%B2%D0%B0>,
        <http://lexvo.org/id/term/swc/Nikaragwa>,
        <http://lexvo.org/id/term/swe/Nicaragua>,
        <http://lexvo.org/id/term/swh/Nikaragwa>,
        <http://lexvo.org/id/term/tam/%E0%AE%A8%E0%AE%BF%E0%AE%95%E0%AE%BE%E0%AE%B0%E0%AE%95%E0%AF%81%E0%AE%B5%E0%AE%BE>,
        <http://lexvo.org/id/term/tel/%E0%B0%A8%E0%B0%BF%E0%B0%95%E0%B0%B0%E0%B0%BE%E0%B0%97%E0%B1%81%E0%B0%B5%E0%B0%BE>,
        <http://lexvo.org/id/term/teo/Nikaragwa>,
        <http://lexvo.org/id/term/tha/%E0%B8%99%E0%B8%B4%E0%B8%81%E0%B8%B2%E0%B8%A3%E0%B8%B2%E0%B8%81%E0%B8%B1%E0%B8%A7>,
        <http://lexvo.org/id/term/tir/%E1%8A%92%E1%8A%AB%E1%88%AB%E1%8C%93>,
        <http://lexvo.org/id/term/ton/Nikalakua>,
        <http://lexvo.org/id/term/tur/Nikaragua>,
        <http://lexvo.org/id/term/twq/Nikaragwa>,
        <http://lexvo.org/id/term/tzm/Nikaragwa>,
        <http://lexvo.org/id/term/ukr/%D0%9D%D1%96%D0%BA%D0%B0%D1%80%D0%B0%D0%B3%D1%83%D0%B0>,
        <http://lexvo.org/id/term/urd/%D9%86%DA%A9%D8%A7%D8%B1%D8%A7%DA%AF%D9%88%D9%88%D8%A7>,
        <http://lexvo.org/id/term/vai-Latn/Nikaraguwa>,
        <http://lexvo.org/id/term/vai/%EA%95%87%EA%95%AA%EA%95%9F%EA%96%B6%EA%95%8E>,
        <http://lexvo.org/id/term/vie/Nicaragua>,
        <http://lexvo.org/id/term/vun/Nikaragwa>,
        <http://lexvo.org/id/term/wae/Nicaragua>,
        <http://lexvo.org/id/term/xog/Nikaraguwa>,
        <http://lexvo.org/id/term/yav/nikalak%C3%A1>,
        <http://lexvo.org/id/term/yor/Or%C3%ADl%E1%BA%B9%CC%81%C3%A8de%20NIkaragua>,
        <http://lexvo.org/id/term/zsm/Nicaragua>,
        <http://lexvo.org/id/term/zul/i-Nicaragua> ;
    owl:sameAs <http://psi.oasis-open.org/iso/3166/#558>,
        <http://sws.geonames.org/3617476/> .

<http://lexvo.org/id/iso3166/NL> a lvont:GeographicRegion ;
    rdfs:label "Nederland"@af,
        "Nedàlân"@agq,
        "Nɛdɛland"@ak,
        "ኔዘርላንድ"@am,
        "هولندا"@ar,
        "Uholandhi"@asa,
        "Países Baxos"@ast,
        "Hollandiya"@az,
        "Ǹlɛndi"@bas,
        "Нідэрланды"@be,
        "Huuholanzi"@bez,
        "Холандия"@bg,
        "Peyiba"@bm,
        "নেদারল্যান্ডস"@bn,
        "ཧའོ་ལན།"@bo,
        "Izelvroioù"@br,
        "नेदरलैण्ड"@brx,
        "Holandija"@bs,
        "Холандија"@bs-Cyrl,
        "ኔዘርላንድ"@byn,
        "Països Baixos"@ca,
        "Hoorandi"@cgg,
        "ᏁᏛᎳᏂ"@chr,
        "荷兰"@cmn,
        "荷蘭"@cmn-Hant,
        "Nizozemsko"@cs,
        "yr Iseldiroedd"@cy,
        "Holland"@da,
        "Uholanzi"@dav,
        "Niederlande"@de,
        "Hollandu"@dje,
        "ནེ་དར་ལནཌས྄"@dz,
        "Uholanzi"@ebu,
        "Nedalands nutome"@ee,
        "Ολλανδία"@el,
        "ISO 3166-1:NL"@en,
        "Netherlands"@en,
        "𐐤𐐯𐑄𐐲𐑉𐑊𐐲𐑌𐐼𐑆"@en-Dsrt,
        "Nederlando"@eo,
        "Países Bajos"@es,
        "Holland"@et,
        "Herbehereak"@eu,
        "Pɛíbá"@ewo,
        "هالند"@fa,
        "هلند"@fa,
        "Nederlannda"@ff,
        "Alankomaat"@fi,
        "Netherlands"@fil,
        "Niðurlond"@fo,
        "Pays-Bas"@fr,
        "Paîs bas"@fur,
        "An Ísiltír"@ga,
        "Na Tìrean Ìsle"@gd,
        "Países Baixos"@gl,
        "Niderland"@gsw,
        "નેધરલેન્ડ"@gu,
        "Uholanzi"@guz,
        "Holan"@ha,
        "Hōlani"@haw,
        "הולנד"@he,
        "नीदरलैण्ड"@hi,
        "Nizozemska"@hr,
        "Hollandia"@hu,
        "Նիդերլանդեր"@hy,
        "Nederlandia"@ia,
        "Belanda"@id,
        "Niðurlönd"@is,
        "Paesi Bassi"@it,
        "オランダ"@ja,
        "Uholanzi"@jmc,
        "ნიდერლანდები"@ka,
        "Timura-Yessakesren"@kab,
        "Uholanzi"@kam,
        "Uholanzi"@kde,
        "Olanda"@kea,
        "Hollandu"@khq,
        "Uholanzi"@ki,
        "Голландия"@kk,
        "Hollandi"@kl,
        "Emetab Holand"@kln,
        "ហុល្លង់"@km,
        "ನೆದರ್‌ಲ್ಯಾಂಡ್ಸ್"@kn,
        "네덜란드"@ko,
        "نیٖدَرلینٛڑ"@ks,
        "Uholanzi"@ksb,
        "kǝlɔŋ kǝ ázǝ"@ksf,
        "de Nederläng"@ksh,
        "Ʉholáanzi"@lag,
        "Holandi"@lg,
        "Olandɛ"@ln,
        "ເນເທີແລນ"@lo,
        "Nyderlandai"@lt,
        "Olandɛ"@lu,
        "Netherlands"@luo,
        "Uholanzi"@luy,
        "Nīderlande"@lv,
        "Uholanzi"@mas,
        "Holandi"@mer,
        "Oland"@mfe,
        "Holanda"@mg,
        "Холандија"@mk,
        "നെതർലൻഡ്സ്"@ml,
        "नेदरलँड"@mr,
        "Olanda"@mt,
        "Sǝr ma kasǝŋ"@mua,
        "နယ်သာလန်"@my,
        "Netherlands"@naq,
        "Nederland"@nb,
        "Netherlands"@nd,
        "नेदरल्याण्ड्स"@ne,
        "Nederland"@nl,
        "Nedɛrland"@nmg,
        "Nederland"@nn,
        "Hoorandi"@nyn,
        "ନେଦରଲ୍ୟାଣ୍ଡ"@or,
        "Holandia"@pl,
        "هالېنډ"@ps,
        "Holanda"@pt,
        "Países Baixos"@pt,
        "Pajais Bass"@rm,
        "Ubuholandi"@rn,
        "Olanda"@ro,
        "Uholanzi"@rof,
        "Нидерланды"@ru,
        "Uholanzi"@rwk,
        "Uholanzi"@saq,
        "Wuholansi"@sbp,
        "Vuolleeatnamat"@se,
        "Holanda"@seh,
        "Hollandu"@ses,
        "Holände"@sg,
        "ⵀⵓⵍⴰⵏⴷⴰ"@shi,
        "hulanda"@shi-Latn,
        "නෙදර්ලන්තය"@si,
        "Holandsko"@sk,
        "Nizozemska"@sl,
        "Netherlands"@sn,
        "Netherlands"@so,
        "Vendet e Ulëta"@sq,
        "Холандија"@sr,
        "Holandija"@sr-Latn,
        "Nederländerna"@sv,
        "Uholanzi"@swc,
        "Uholanzi"@swh,
        "நெதர்லாந்து"@ta,
        "నేదర్లాండ్స్"@te,
        "Uholanzi"@teo,
        "เนเธอร์แลนด์"@th,
        "ኔዘርላንድ"@ti,
        "ኔዘርላንድ"@tig,
        "Hōlani"@to,
        "Hollanda"@tr,
        "Hollandu"@twq,
        "Hulanḍa"@tzm,
        "Нідерланди"@uk,
        "نیدر لینڈز"@ur,
        "ꘉꕜ ꖨꕮꕊ"@vai,
        "Nidɔlɛŋ"@vai-Latn,
        "Hà Lan"@vi,
        "Uholanzi"@vun,
        "Holand"@wae,
        "ኔዘርላንድ"@wal,
        "Holandi"@xog,
        "nitililáand"@yav,
        "Orílẹ́ède Nedalandi"@yo,
        "Belanda"@zsm,
        "i-Netherlands"@zu ;
    lvont:label <http://lexvo.org/id/term/afr/Nederland>,
        <http://lexvo.org/id/term/agq/Ned%C3%A0l%C3%A2n>,
        <http://lexvo.org/id/term/aka/N%C9%9Bd%C9%9Bland>,
        <http://lexvo.org/id/term/amh/%E1%8A%94%E1%8B%98%E1%88%AD%E1%88%8B%E1%8A%95%E1%8B%B5>,
        <http://lexvo.org/id/term/ara/%D9%87%D9%88%D9%84%D9%86%D8%AF%D8%A7>,
        <http://lexvo.org/id/term/asa/Uholandhi>,
        <http://lexvo.org/id/term/ast/Pa%C3%ADses%20Baxos>,
        <http://lexvo.org/id/term/aze/Hollandiya>,
        <http://lexvo.org/id/term/bam/Peyiba>,
        <http://lexvo.org/id/term/bas/%C7%B8l%C9%9Bndi>,
        <http://lexvo.org/id/term/bel/%D0%9D%D1%96%D0%B4%D1%8D%D1%80%D0%BB%D0%B0%D0%BD%D0%B4%D1%8B>,
        <http://lexvo.org/id/term/ben/%E0%A6%A8%E0%A7%87%E0%A6%A6%E0%A6%BE%E0%A6%B0%E0%A6%B2%E0%A7%8D%E0%A6%AF%E0%A6%BE%E0%A6%A8%E0%A7%8D%E0%A6%A1%E0%A6%B8>,
        <http://lexvo.org/id/term/bez/Huuholanzi>,
        <http://lexvo.org/id/term/bod/%E0%BD%A7%E0%BD%A0%E0%BD%BC%E0%BC%8B%E0%BD%A3%E0%BD%93%E0%BC%8D>,
        <http://lexvo.org/id/term/bos-Cyrl/%D0%A5%D0%BE%D0%BB%D0%B0%D0%BD%D0%B4%D0%B8%D1%98%D0%B0>,
        <http://lexvo.org/id/term/bos/Holandija>,
        <http://lexvo.org/id/term/bre/Izelvroio%C3%B9>,
        <http://lexvo.org/id/term/brx/%E0%A4%A8%E0%A5%87%E0%A4%A6%E0%A4%B0%E0%A4%B2%E0%A5%88%E0%A4%A3%E0%A5%8D%E0%A4%A1>,
        <http://lexvo.org/id/term/bul/%D0%A5%D0%BE%D0%BB%D0%B0%D0%BD%D0%B4%D0%B8%D1%8F>,
        <http://lexvo.org/id/term/byn/%E1%8A%94%E1%8B%98%E1%88%AD%E1%88%8B%E1%8A%95%E1%8B%B5>,
        <http://lexvo.org/id/term/cat/Pa%C3%AFsos%20Baixos>,
        <http://lexvo.org/id/term/ces/Nizozemsko>,
        <http://lexvo.org/id/term/cgg/Hoorandi>,
        <http://lexvo.org/id/term/chr/%E1%8F%81%E1%8F%9B%E1%8E%B3%E1%8F%82>,
        <http://lexvo.org/id/term/cmn-Hant/%E8%8D%B7%E8%98%AD>,
        <http://lexvo.org/id/term/cmn/%E8%8D%B7%E5%85%B0>,
        <http://lexvo.org/id/term/cym/yr%20Iseldiroedd>,
        <http://lexvo.org/id/term/dan/Holland>,
        <http://lexvo.org/id/term/dav/Uholanzi>,
        <http://lexvo.org/id/term/deu/Niederlande>,
        <http://lexvo.org/id/term/dje/Hollandu>,
        <http://lexvo.org/id/term/dzo/%E0%BD%93%E0%BD%BA%E0%BC%8B%E0%BD%91%E0%BD%A2%E0%BC%8B%E0%BD%A3%E0%BD%93%E0%BD%8C%E0%BD%A6%E0%BE%84>,
        <http://lexvo.org/id/term/ebu/Uholanzi>,
        <http://lexvo.org/id/term/ell/%CE%9F%CE%BB%CE%BB%CE%B1%CE%BD%CE%B4%CE%AF%CE%B1>,
        <http://lexvo.org/id/term/eng-Dsrt/%F0%90%90%A4%F0%90%90%AF%F0%90%91%84%F0%90%90%B2%F0%90%91%89%F0%90%91%8A%F0%90%90%B2%F0%90%91%8C%F0%90%90%BC%F0%90%91%86>,
        <http://lexvo.org/id/term/eng/ISO%203166-1%3ANL>,
        <http://lexvo.org/id/term/eng/Netherlands>,
        <http://lexvo.org/id/term/epo/Nederlando>,
        <http://lexvo.org/id/term/est/Holland>,
        <http://lexvo.org/id/term/eus/Herbehereak>,
        <http://lexvo.org/id/term/ewe/Nedalands%20nutome>,
        <http://lexvo.org/id/term/ewo/P%C9%9B%C3%ADb%C3%A1>,
        <http://lexvo.org/id/term/fao/Ni%C3%B0urlond>,
        <http://lexvo.org/id/term/fas/%D9%87%D8%A7%D9%84%D9%86%D8%AF>,
        <http://lexvo.org/id/term/fas/%D9%87%D9%84%D9%86%D8%AF>,
        <http://lexvo.org/id/term/fil/Netherlands>,
        <http://lexvo.org/id/term/fin/Alankomaat>,
        <http://lexvo.org/id/term/fra/Pays-Bas>,
        <http://lexvo.org/id/term/ful/Nederlannda>,
        <http://lexvo.org/id/term/fur/Pa%C3%AEs%20bas>,
        <http://lexvo.org/id/term/gla/Na%20T%C3%ACrean%20%C3%8Csle>,
        <http://lexvo.org/id/term/gle/An%20%C3%8Dsilt%C3%ADr>,
        <http://lexvo.org/id/term/glg/Pa%C3%ADses%20Baixos>,
        <http://lexvo.org/id/term/gsw/Niderland>,
        <http://lexvo.org/id/term/guj/%E0%AA%A8%E0%AB%87%E0%AA%A7%E0%AA%B0%E0%AA%B2%E0%AB%87%E0%AA%A8%E0%AB%8D%E0%AA%A1>,
        <http://lexvo.org/id/term/guz/Uholanzi>,
        <http://lexvo.org/id/term/hau/Holan>,
        <http://lexvo.org/id/term/haw/H%C5%8Dlani>,
        <http://lexvo.org/id/term/heb/%D7%94%D7%95%D7%9C%D7%A0%D7%93>,
        <http://lexvo.org/id/term/hin/%E0%A4%A8%E0%A5%80%E0%A4%A6%E0%A4%B0%E0%A4%B2%E0%A5%88%E0%A4%A3%E0%A5%8D%E0%A4%A1>,
        <http://lexvo.org/id/term/hrv/Nizozemska>,
        <http://lexvo.org/id/term/hun/Hollandia>,
        <http://lexvo.org/id/term/hye/%D5%86%D5%AB%D5%A4%D5%A5%D6%80%D5%AC%D5%A1%D5%B6%D5%A4%D5%A5%D6%80>,
        <http://lexvo.org/id/term/ina/Nederlandia>,
        <http://lexvo.org/id/term/ind/Belanda>,
        <http://lexvo.org/id/term/isl/Ni%C3%B0url%C3%B6nd>,
        <http://lexvo.org/id/term/ita/Paesi%20Bassi>,
        <http://lexvo.org/id/term/jmc/Uholanzi>,
        <http://lexvo.org/id/term/jpn/%E3%82%AA%E3%83%A9%E3%83%B3%E3%83%80>,
        <http://lexvo.org/id/term/kab/Timura-Yessakesren>,
        <http://lexvo.org/id/term/kal/Hollandi>,
        <http://lexvo.org/id/term/kam/Uholanzi>,
        <http://lexvo.org/id/term/kan/%E0%B2%A8%E0%B3%86%E0%B2%A6%E0%B2%B0%E0%B3%8D%E2%80%8C%E0%B2%B2%E0%B3%8D%E0%B2%AF%E0%B2%BE%E0%B2%82%E0%B2%A1%E0%B3%8D%E0%B2%B8%E0%B3%8D>,
        <http://lexvo.org/id/term/kas/%D9%86%DB%8C%D9%96%D8%AF%D9%8E%D8%B1%D9%84%DB%8C%D9%86%D9%9B%DA%91>,
        <http://lexvo.org/id/term/kat/%E1%83%9C%E1%83%98%E1%83%93%E1%83%94%E1%83%A0%E1%83%9A%E1%83%90%E1%83%9C%E1%83%93%E1%83%94%E1%83%91%E1%83%98>,
        <http://lexvo.org/id/term/kaz/%D0%93%D0%BE%D0%BB%D0%BB%D0%B0%D0%BD%D0%B4%D0%B8%D1%8F>,
        <http://lexvo.org/id/term/kde/Uholanzi>,
        <http://lexvo.org/id/term/kea/Olanda>,
        <http://lexvo.org/id/term/khm/%E1%9E%A0%E1%9E%BB%E1%9E%9B%E1%9F%92%E1%9E%9B%E1%9E%84%E1%9F%8B>,
        <http://lexvo.org/id/term/khq/Hollandu>,
        <http://lexvo.org/id/term/kik/Uholanzi>,
        <http://lexvo.org/id/term/kln/Emetab%20Holand>,
        <http://lexvo.org/id/term/kor/%EB%84%A4%EB%8D%9C%EB%9E%80%EB%93%9C>,
        <http://lexvo.org/id/term/ksb/Uholanzi>,
        <http://lexvo.org/id/term/ksf/k%C7%9Dl%C9%94%C5%8B%20k%C7%9D%20%C3%A1z%C7%9D>,
        <http://lexvo.org/id/term/ksh/de%20Nederl%C3%A4ng>,
        <http://lexvo.org/id/term/lag/%C9%84hol%C3%A1anzi>,
        <http://lexvo.org/id/term/lao/%E0%BB%80%E0%BA%99%E0%BB%80%E0%BA%97%E0%BA%B5%E0%BB%81%E0%BA%A5%E0%BA%99>,
        <http://lexvo.org/id/term/lav/N%C4%ABderlande>,
        <http://lexvo.org/id/term/lin/Oland%C9%9B>,
        <http://lexvo.org/id/term/lit/Nyderlandai>,
        <http://lexvo.org/id/term/lub/Oland%C9%9B>,
        <http://lexvo.org/id/term/lug/Holandi>,
        <http://lexvo.org/id/term/luo/Netherlands>,
        <http://lexvo.org/id/term/luy/Uholanzi>,
        <http://lexvo.org/id/term/mal/%E0%B4%A8%E0%B5%86%E0%B4%A4%E0%B5%BC%E0%B4%B2%E0%B5%BB%E0%B4%A1%E0%B5%8D%E0%B4%B8%E0%B5%8D>,
        <http://lexvo.org/id/term/mar/%E0%A4%A8%E0%A5%87%E0%A4%A6%E0%A4%B0%E0%A4%B2%E0%A4%81%E0%A4%A1>,
        <http://lexvo.org/id/term/mas/Uholanzi>,
        <http://lexvo.org/id/term/mer/Holandi>,
        <http://lexvo.org/id/term/mfe/Oland>,
        <http://lexvo.org/id/term/mkd/%D0%A5%D0%BE%D0%BB%D0%B0%D0%BD%D0%B4%D0%B8%D1%98%D0%B0>,
        <http://lexvo.org/id/term/mlg/Holanda>,
        <http://lexvo.org/id/term/mlt/Olanda>,
        <http://lexvo.org/id/term/mua/S%C7%9Dr%20ma%20kas%C7%9D%C5%8B>,
        <http://lexvo.org/id/term/mya/%E1%80%94%E1%80%9A%E1%80%BA%E1%80%9E%E1%80%AC%E1%80%9C%E1%80%94%E1%80%BA>,
        <http://lexvo.org/id/term/naq/Netherlands>,
        <http://lexvo.org/id/term/nde/Netherlands>,
        <http://lexvo.org/id/term/nep/%E0%A4%A8%E0%A5%87%E0%A4%A6%E0%A4%B0%E0%A4%B2%E0%A5%8D%E0%A4%AF%E0%A4%BE%E0%A4%A3%E0%A5%8D%E0%A4%A1%E0%A5%8D%E0%A4%B8>,
        <http://lexvo.org/id/term/nld/Nederland>,
        <http://lexvo.org/id/term/nmg/Ned%C9%9Brland>,
        <http://lexvo.org/id/term/nno/Nederland>,
        <http://lexvo.org/id/term/nob/Nederland>,
        <http://lexvo.org/id/term/nyn/Hoorandi>,
        <http://lexvo.org/id/term/ori/%E0%AC%A8%E0%AD%87%E0%AC%A6%E0%AC%B0%E0%AC%B2%E0%AD%8D%E0%AD%9F%E0%AC%BE%E0%AC%A3%E0%AD%8D%E0%AC%A1>,
        <http://lexvo.org/id/term/pol/Holandia>,
        <http://lexvo.org/id/term/por/Holanda>,
        <http://lexvo.org/id/term/por/Pa%C3%ADses%20Baixos>,
        <http://lexvo.org/id/term/pus/%D9%87%D8%A7%D9%84%DB%90%D9%86%DA%89>,
        <http://lexvo.org/id/term/rof/Uholanzi>,
        <http://lexvo.org/id/term/roh/Pajais%20Bass>,
        <http://lexvo.org/id/term/ron/Olanda>,
        <http://lexvo.org/id/term/run/Ubuholandi>,
        <http://lexvo.org/id/term/rus/%D0%9D%D0%B8%D0%B4%D0%B5%D1%80%D0%BB%D0%B0%D0%BD%D0%B4%D1%8B>,
        <http://lexvo.org/id/term/rwk/Uholanzi>,
        <http://lexvo.org/id/term/sag/Hol%C3%A4nde>,
        <http://lexvo.org/id/term/saq/Uholanzi>,
        <http://lexvo.org/id/term/sbp/Wuholansi>,
        <http://lexvo.org/id/term/seh/Holanda>,
        <http://lexvo.org/id/term/ses/Hollandu>,
        <http://lexvo.org/id/term/shi-Latn/hulanda>,
        <http://lexvo.org/id/term/shi/%E2%B5%80%E2%B5%93%E2%B5%8D%E2%B4%B0%E2%B5%8F%E2%B4%B7%E2%B4%B0>,
        <http://lexvo.org/id/term/sin/%E0%B6%B1%E0%B7%99%E0%B6%AF%E0%B6%BB%E0%B7%8A%E0%B6%BD%E0%B6%B1%E0%B7%8A%E0%B6%AD%E0%B6%BA>,
        <http://lexvo.org/id/term/slk/Holandsko>,
        <http://lexvo.org/id/term/slv/Nizozemska>,
        <http://lexvo.org/id/term/sme/Vuolleeatnamat>,
        <http://lexvo.org/id/term/sna/Netherlands>,
        <http://lexvo.org/id/term/som/Netherlands>,
        <http://lexvo.org/id/term/spa/Pa%C3%ADses%20Bajos>,
        <http://lexvo.org/id/term/sqi/Vendet%20e%20Ul%C3%ABta>,
        <http://lexvo.org/id/term/srp-Latn/Holandija>,
        <http://lexvo.org/id/term/srp/%D0%A5%D0%BE%D0%BB%D0%B0%D0%BD%D0%B4%D0%B8%D1%98%D0%B0>,
        <http://lexvo.org/id/term/swc/Uholanzi>,
        <http://lexvo.org/id/term/swe/Nederl%C3%A4nderna>,
        <http://lexvo.org/id/term/swh/Uholanzi>,
        <http://lexvo.org/id/term/tam/%E0%AE%A8%E0%AF%86%E0%AE%A4%E0%AE%B0%E0%AF%8D%E0%AE%B2%E0%AE%BE%E0%AE%A8%E0%AF%8D%E0%AE%A4%E0%AF%81>,
        <http://lexvo.org/id/term/tel/%E0%B0%A8%E0%B1%87%E0%B0%A6%E0%B0%B0%E0%B1%8D%E0%B0%B2%E0%B0%BE%E0%B0%82%E0%B0%A1%E0%B1%8D%E0%B0%B8%E0%B1%8D>,
        <http://lexvo.org/id/term/teo/Uholanzi>,
        <http://lexvo.org/id/term/tha/%E0%B9%80%E0%B8%99%E0%B9%80%E0%B8%98%E0%B8%AD%E0%B8%A3%E0%B9%8C%E0%B9%81%E0%B8%A5%E0%B8%99%E0%B8%94%E0%B9%8C>,
        <http://lexvo.org/id/term/tig/%E1%8A%94%E1%8B%98%E1%88%AD%E1%88%8B%E1%8A%95%E1%8B%B5>,
        <http://lexvo.org/id/term/tir/%E1%8A%94%E1%8B%98%E1%88%AD%E1%88%8B%E1%8A%95%E1%8B%B5>,
        <http://lexvo.org/id/term/ton/H%C5%8Dlani>,
        <http://lexvo.org/id/term/tur/Hollanda>,
        <http://lexvo.org/id/term/twq/Hollandu>,
        <http://lexvo.org/id/term/tzm/Hulan%E1%B8%8Da>,
        <http://lexvo.org/id/term/ukr/%D0%9D%D1%96%D0%B4%D0%B5%D1%80%D0%BB%D0%B0%D0%BD%D0%B4%D0%B8>,
        <http://lexvo.org/id/term/urd/%D9%86%DB%8C%D8%AF%D8%B1%20%D9%84%DB%8C%D9%86%DA%88%D8%B2>,
        <http://lexvo.org/id/term/vai-Latn/Nid%C9%94l%C9%9B%C5%8B>,
        <http://lexvo.org/id/term/vai/%EA%98%89%EA%95%9C%20%EA%96%A8%EA%95%AE%EA%95%8A>,
        <http://lexvo.org/id/term/vie/H%C3%A0%20Lan>,
        <http://lexvo.org/id/term/vun/Uholanzi>,
        <http://lexvo.org/id/term/wae/Holand>,
        <http://lexvo.org/id/term/wal/%E1%8A%94%E1%8B%98%E1%88%AD%E1%88%8B%E1%8A%95%E1%8B%B5>,
        <http://lexvo.org/id/term/xog/Holandi>,
        <http://lexvo.org/id/term/yav/nitilil%C3%A1and>,
        <http://lexvo.org/id/term/yor/Or%C3%ADl%E1%BA%B9%CC%81%C3%A8de%20Nedalandi>,
        <http://lexvo.org/id/term/zsm/Belanda>,
        <http://lexvo.org/id/term/zul/i-Netherlands> ;
    owl:sameAs <http://psi.oasis-open.org/iso/3166/#528>,
        <http://sws.geonames.org/2750405/> .

<http://lexvo.org/id/iso3166/NO> a lvont:GeographicRegion ;
    rdfs:label "Noorweë"@af,
        "Noowɛ̂ɛ"@agq,
        "Nɔɔwe"@ak,
        "ኖርዌ"@am,
        "النرويج"@ar,
        "Norwe"@asa,
        "Noruega"@ast,
        "Norvec"@az,
        "Nɔ̀rvegìà"@bas,
        "Нарвегія"@be,
        "Hunolwe"@bez,
        "Норвегия"@bg,
        "Nɔriwɛzi"@bm,
        "নরওয়ে"@bn,
        "ནོར་ཝེ།"@bo,
        "Norvegia"@br,
        "नॉर्वे"@brx,
        "Norveška"@bs,
        "Норвешка"@bs-Cyrl,
        "ኖርዌ"@byn,
        "Noruega"@ca,
        "Noorwe"@cgg,
        "ᏃᏪ"@chr,
        "挪威"@cmn,
        "挪威"@cmn-Hant,
        "Norsko"@cs,
        "Norwy"@cy,
        "Norge"@da,
        "Norwe"@dav,
        "Norwegen"@de,
        "Norveej"@dje,
        "ནོར་ཝེ"@dz,
        "Norwe"@ebu,
        "Norway nutome"@ee,
        "Νορβηγία"@el,
        "ISO 3166-1:NO"@en,
        "Norway"@en,
        "𐐤𐐱𐑉𐐶𐐩"@en-Dsrt,
        "Norvegujo"@eo,
        "Noruega"@es,
        "Norra"@et,
        "Norvegia"@eu,
        "Nɔrəvɛ́s"@ewo,
        "ناروی"@fa,
        "نروژ"@fa,
        "Norwees"@ff,
        "Norja"@fi,
        "Norway"@fil,
        "Noreg"@fo,
        "Norvège"@fr,
        "Norvegje"@fur,
        "An Iorua"@ga,
        "An Nirribhidh"@gd,
        "Noruega"@gl,
        "Norweege"@gsw,
        "નૉર્વે"@gu,
        "Norwe"@guz,
        "Norwe"@ha,
        "נורווגיה"@he,
        "नॉर्वे"@hi,
        "Norveška"@hr,
        "Norvégia"@hu,
        "Նորվեգիա"@hy,
        "Norvegia"@ia,
        "Norwegia"@id,
        "Noregur"@is,
        "Norvegia"@it,
        "ノルウェー"@ja,
        "Nɔlɛvɛ́jɛ"@jgo,
        "Norwe"@jmc,
        "ნორვეგია"@ka,
        "Nurvij"@kab,
        "Norwe"@kam,
        "Norwe"@kde,
        "Noruega"@kea,
        "Norveej"@khq,
        "Norwe"@ki,
        "Норвегия"@kk,
        "Norge"@kl,
        "Emetab Norway"@kln,
        "ន័រវែស"@km,
        "ನಾರ್ವೇ"@kn,
        "노르웨이"@ko,
        "ناروے"@ks,
        "Nolwei"@ksb,
        "nɔrvɛjǝ"@ksf,
        "Norrweeje"@ksh,
        "Norwe"@lag,
        "Nowe"@lg,
        "Norivezɛ"@ln,
        "ນໍເວ"@lo,
        "Norvegija"@lt,
        "Noriveje"@lu,
        "Norway"@luo,
        "Norwe"@luy,
        "Norvēģija"@lv,
        "Norwe"@mas,
        "Norwi"@mer,
        "Norvez"@mfe,
        "Nôrvezy"@mg,
        "Unorwe"@mgh,
        "Норвешка"@mk,
        "നോർവെ"@ml,
        "नॉर्वे"@mr,
        "Norveġja"@mt,
        "Norvegǝ"@mua,
        "နော်ဝေ"@my,
        "Noorweeb"@naq,
        "Norge"@nb,
        "Noweyi"@nd,
        "नर्वे"@ne,
        "Noorwegen"@nl,
        "Nɔrvɛg"@nmg,
        "Noreg"@nn,
        "Noorwe"@nyn,
        "ନରୱେ"@or,
        "Norwegia"@pl,
        "ناروې"@ps,
        "Noruega"@pt,
        "Norvegia"@rm,
        "Noruveji"@rn,
        "Norvegia"@ro,
        "Norwe"@rof,
        "Норвегия"@ru,
        "Norwe"@rwk,
        "Norwe"@saq,
        "Nolwe"@sbp,
        "Norga"@se,
        "Noruega"@seh,
        "Norveej"@ses,
        "Nörvêzi"@sg,
        "ⵏⵏⵔⵡⵉⵊ"@shi,
        "nnrwij"@shi-Latn,
        "නෝර්වේ"@si,
        "Nórsko"@sk,
        "Norveška"@sl,
        "Norway"@sn,
        "Noorweey"@so,
        "Norvegji"@sq,
        "Норвешка"@sr,
        "Norveška"@sr-Latn,
        "Norge"@sv,
        "Norwe"@swc,
        "Norwe"@swh,
        "நார்வே"@ta,
        "నారవే"@te,
        "Norwe"@teo,
        "นอร์เวย์"@th,
        "ኖርዌ"@ti,
        "ኖርዌ"@tig,
        "Noauē"@to,
        "Norveç"@tr,
        "Norveej"@twq,
        "Nnurwij"@tzm,
        "Норвегія"@uk,
        "ناروے"@ur,
        "ꗟꖺꔃ"@vai,
        "Nɔɔwe"@vai-Latn,
        "Na Uy"@vi,
        "Norwe"@vun,
        "Norwäge"@wae,
        "ኖርዌ"@wal,
        "Nowe"@xog,
        "nɔlfɛ́ɛs"@yav,
        "Orílẹ́ède Nọọwii"@yo,
        "Norway"@zsm,
        "i-Norway"@zu ;
    lvont:label <http://lexvo.org/id/term/afr/Noorwe%C3%AB>,
        <http://lexvo.org/id/term/agq/Noow%C9%9B%CC%82%C9%9B>,
        <http://lexvo.org/id/term/aka/N%C9%94%C9%94we>,
        <http://lexvo.org/id/term/amh/%E1%8A%96%E1%88%AD%E1%8B%8C>,
        <http://lexvo.org/id/term/ara/%D8%A7%D9%84%D9%86%D8%B1%D9%88%D9%8A%D8%AC>,
        <http://lexvo.org/id/term/asa/Norwe>,
        <http://lexvo.org/id/term/ast/Noruega>,
        <http://lexvo.org/id/term/aze/Norvec>,
        <http://lexvo.org/id/term/bam/N%C9%94riw%C9%9Bzi>,
        <http://lexvo.org/id/term/bas/N%C9%94%CC%80rveg%C3%AC%C3%A0>,
        <http://lexvo.org/id/term/bel/%D0%9D%D0%B0%D1%80%D0%B2%D0%B5%D0%B3%D1%96%D1%8F>,
        <http://lexvo.org/id/term/ben/%E0%A6%A8%E0%A6%B0%E0%A6%93%E0%A6%AF%E0%A6%BC%E0%A7%87>,
        <http://lexvo.org/id/term/bez/Hunolwe>,
        <http://lexvo.org/id/term/bod/%E0%BD%93%E0%BD%BC%E0%BD%A2%E0%BC%8B%E0%BD%9D%E0%BD%BA%E0%BC%8D>,
        <http://lexvo.org/id/term/bos-Cyrl/%D0%9D%D0%BE%D1%80%D0%B2%D0%B5%D1%88%D0%BA%D0%B0>,
        <http://lexvo.org/id/term/bos/Norve%C5%A1ka>,
        <http://lexvo.org/id/term/bre/Norvegia>,
        <http://lexvo.org/id/term/brx/%E0%A4%A8%E0%A5%89%E0%A4%B0%E0%A5%8D%E0%A4%B5%E0%A5%87>,
        <http://lexvo.org/id/term/bul/%D0%9D%D0%BE%D1%80%D0%B2%D0%B5%D0%B3%D0%B8%D1%8F>,
        <http://lexvo.org/id/term/byn/%E1%8A%96%E1%88%AD%E1%8B%8C>,
        <http://lexvo.org/id/term/cat/Noruega>,
        <http://lexvo.org/id/term/ces/Norsko>,
        <http://lexvo.org/id/term/cgg/Noorwe>,
        <http://lexvo.org/id/term/chr/%E1%8F%83%E1%8F%AA>,
        <http://lexvo.org/id/term/cmn-Hant/%E6%8C%AA%E5%A8%81>,
        <http://lexvo.org/id/term/cmn/%E6%8C%AA%E5%A8%81>,
        <http://lexvo.org/id/term/cym/Norwy>,
        <http://lexvo.org/id/term/dan/Norge>,
        <http://lexvo.org/id/term/dav/Norwe>,
        <http://lexvo.org/id/term/deu/Norwegen>,
        <http://lexvo.org/id/term/dje/Norveej>,
        <http://lexvo.org/id/term/dzo/%E0%BD%93%E0%BD%BC%E0%BD%A2%E0%BC%8B%E0%BD%9D%E0%BD%BA>,
        <http://lexvo.org/id/term/ebu/Norwe>,
        <http://lexvo.org/id/term/ell/%CE%9D%CE%BF%CF%81%CE%B2%CE%B7%CE%B3%CE%AF%CE%B1>,
        <http://lexvo.org/id/term/eng-Dsrt/%F0%90%90%A4%F0%90%90%B1%F0%90%91%89%F0%90%90%B6%F0%90%90%A9>,
        <http://lexvo.org/id/term/eng/ISO%203166-1%3ANO>,
        <http://lexvo.org/id/term/eng/Norway>,
        <http://lexvo.org/id/term/epo/Norvegujo>,
        <http://lexvo.org/id/term/est/Norra>,
        <http://lexvo.org/id/term/eus/Norvegia>,
        <http://lexvo.org/id/term/ewe/Norway%20nutome>,
        <http://lexvo.org/id/term/ewo/N%C9%94r%C9%99v%C9%9B%CC%81s>,
        <http://lexvo.org/id/term/fao/Noreg>,
        <http://lexvo.org/id/term/fas/%D9%86%D8%A7%D8%B1%D9%88%DB%8C>,
        <http://lexvo.org/id/term/fas/%D9%86%D8%B1%D9%88%DA%98>,
        <http://lexvo.org/id/term/fil/Norway>,
        <http://lexvo.org/id/term/fin/Norja>,
        <http://lexvo.org/id/term/fra/Norv%C3%A8ge>,
        <http://lexvo.org/id/term/ful/Norwees>,
        <http://lexvo.org/id/term/fur/Norvegje>,
        <http://lexvo.org/id/term/gla/An%20Nirribhidh>,
        <http://lexvo.org/id/term/gle/An%20Iorua>,
        <http://lexvo.org/id/term/glg/Noruega>,
        <http://lexvo.org/id/term/gsw/Norweege>,
        <http://lexvo.org/id/term/guj/%E0%AA%A8%E0%AB%89%E0%AA%B0%E0%AB%8D%E0%AA%B5%E0%AB%87>,
        <http://lexvo.org/id/term/guz/Norwe>,
        <http://lexvo.org/id/term/hau/Norwe>,
        <http://lexvo.org/id/term/heb/%D7%A0%D7%95%D7%A8%D7%95%D7%95%D7%92%D7%99%D7%94>,
        <http://lexvo.org/id/term/hin/%E0%A4%A8%E0%A5%89%E0%A4%B0%E0%A5%8D%E0%A4%B5%E0%A5%87>,
        <http://lexvo.org/id/term/hrv/Norve%C5%A1ka>,
        <http://lexvo.org/id/term/hun/Norv%C3%A9gia>,
        <http://lexvo.org/id/term/hye/%D5%86%D5%B8%D6%80%D5%BE%D5%A5%D5%A3%D5%AB%D5%A1>,
        <http://lexvo.org/id/term/ina/Norvegia>,
        <http://lexvo.org/id/term/ind/Norwegia>,
        <http://lexvo.org/id/term/isl/Noregur>,
        <http://lexvo.org/id/term/ita/Norvegia>,
        <http://lexvo.org/id/term/jgo/N%C9%94l%C9%9Bv%C9%9B%CC%81j%C9%9B>,
        <http://lexvo.org/id/term/jmc/Norwe>,
        <http://lexvo.org/id/term/jpn/%E3%83%8E%E3%83%AB%E3%82%A6%E3%82%A7%E3%83%BC>,
        <http://lexvo.org/id/term/kab/Nurvij>,
        <http://lexvo.org/id/term/kal/Norge>,
        <http://lexvo.org/id/term/kam/Norwe>,
        <http://lexvo.org/id/term/kan/%E0%B2%A8%E0%B2%BE%E0%B2%B0%E0%B3%8D%E0%B2%B5%E0%B3%87>,
        <http://lexvo.org/id/term/kas/%D9%86%D8%A7%D8%B1%D9%88%DB%92>,
        <http://lexvo.org/id/term/kat/%E1%83%9C%E1%83%9D%E1%83%A0%E1%83%95%E1%83%94%E1%83%92%E1%83%98%E1%83%90>,
        <http://lexvo.org/id/term/kaz/%D0%9D%D0%BE%D1%80%D0%B2%D0%B5%D0%B3%D0%B8%D1%8F>,
        <http://lexvo.org/id/term/kde/Norwe>,
        <http://lexvo.org/id/term/kea/Noruega>,
        <http://lexvo.org/id/term/khm/%E1%9E%93%E1%9F%90%E1%9E%9A%E1%9E%9C%E1%9F%82%E1%9E%9F>,
        <http://lexvo.org/id/term/khq/Norveej>,
        <http://lexvo.org/id/term/kik/Norwe>,
        <http://lexvo.org/id/term/kln/Emetab%20Norway>,
        <http://lexvo.org/id/term/kor/%EB%85%B8%EB%A5%B4%EC%9B%A8%EC%9D%B4>,
        <http://lexvo.org/id/term/ksb/Nolwei>,
        <http://lexvo.org/id/term/ksf/n%C9%94rv%C9%9Bj%C7%9D>,
        <http://lexvo.org/id/term/ksh/Norrweeje>,
        <http://lexvo.org/id/term/lag/Norwe>,
        <http://lexvo.org/id/term/lao/%E0%BA%99%E0%BB%8D%E0%BB%80%E0%BA%A7>,
        <http://lexvo.org/id/term/lav/Norv%C4%93%C4%A3ija>,
        <http://lexvo.org/id/term/lin/Norivez%C9%9B>,
        <http://lexvo.org/id/term/lit/Norvegija>,
        <http://lexvo.org/id/term/lub/Noriveje>,
        <http://lexvo.org/id/term/lug/Nowe>,
        <http://lexvo.org/id/term/luo/Norway>,
        <http://lexvo.org/id/term/luy/Norwe>,
        <http://lexvo.org/id/term/mal/%E0%B4%A8%E0%B5%8B%E0%B5%BC%E0%B4%B5%E0%B5%86>,
        <http://lexvo.org/id/term/mar/%E0%A4%A8%E0%A5%89%E0%A4%B0%E0%A5%8D%E0%A4%B5%E0%A5%87>,
        <http://lexvo.org/id/term/mas/Norwe>,
        <http://lexvo.org/id/term/mer/Norwi>,
        <http://lexvo.org/id/term/mfe/Norvez>,
        <http://lexvo.org/id/term/mgh/Unorwe>,
        <http://lexvo.org/id/term/mkd/%D0%9D%D0%BE%D1%80%D0%B2%D0%B5%D1%88%D0%BA%D0%B0>,
        <http://lexvo.org/id/term/mlg/N%C3%B4rvezy>,
        <http://lexvo.org/id/term/mlt/Norve%C4%A1ja>,
        <http://lexvo.org/id/term/mua/Norveg%C7%9D>,
        <http://lexvo.org/id/term/mya/%E1%80%94%E1%80%B1%E1%80%AC%E1%80%BA%E1%80%9D%E1%80%B1>,
        <http://lexvo.org/id/term/naq/Noorweeb>,
        <http://lexvo.org/id/term/nde/Noweyi>,
        <http://lexvo.org/id/term/nep/%E0%A4%A8%E0%A4%B0%E0%A5%8D%E0%A4%B5%E0%A5%87>,
        <http://lexvo.org/id/term/nld/Noorwegen>,
        <http://lexvo.org/id/term/nmg/N%C9%94rv%C9%9Bg>,
        <http://lexvo.org/id/term/nno/Noreg>,
        <http://lexvo.org/id/term/nob/Norge>,
        <http://lexvo.org/id/term/nyn/Noorwe>,
        <http://lexvo.org/id/term/ori/%E0%AC%A8%E0%AC%B0%E0%AD%B1%E0%AD%87>,
        <http://lexvo.org/id/term/pol/Norwegia>,
        <http://lexvo.org/id/term/por/Noruega>,
        <http://lexvo.org/id/term/pus/%D9%86%D8%A7%D8%B1%D9%88%DB%90>,
        <http://lexvo.org/id/term/rof/Norwe>,
        <http://lexvo.org/id/term/roh/Norvegia>,
        <http://lexvo.org/id/term/ron/Norvegia>,
        <http://lexvo.org/id/term/run/Noruveji>,
        <http://lexvo.org/id/term/rus/%D0%9D%D0%BE%D1%80%D0%B2%D0%B5%D0%B3%D0%B8%D1%8F>,
        <http://lexvo.org/id/term/rwk/Norwe>,
        <http://lexvo.org/id/term/sag/N%C3%B6rv%C3%AAzi>,
        <http://lexvo.org/id/term/saq/Norwe>,
        <http://lexvo.org/id/term/sbp/Nolwe>,
        <http://lexvo.org/id/term/seh/Noruega>,
        <http://lexvo.org/id/term/ses/Norveej>,
        <http://lexvo.org/id/term/shi-Latn/nnrwij>,
        <http://lexvo.org/id/term/shi/%E2%B5%8F%E2%B5%8F%E2%B5%94%E2%B5%A1%E2%B5%89%E2%B5%8A>,
        <http://lexvo.org/id/term/sin/%E0%B6%B1%E0%B7%9D%E0%B6%BB%E0%B7%8A%E0%B7%80%E0%B7%9A>,
        <http://lexvo.org/id/term/slk/N%C3%B3rsko>,
        <http://lexvo.org/id/term/slv/Norve%C5%A1ka>,
        <http://lexvo.org/id/term/sme/Norga>,
        <http://lexvo.org/id/term/sna/Norway>,
        <http://lexvo.org/id/term/som/Noorweey>,
        <http://lexvo.org/id/term/spa/Noruega>,
        <http://lexvo.org/id/term/sqi/Norvegji>,
        <http://lexvo.org/id/term/srp-Latn/Norve%C5%A1ka>,
        <http://lexvo.org/id/term/srp/%D0%9D%D0%BE%D1%80%D0%B2%D0%B5%D1%88%D0%BA%D0%B0>,
        <http://lexvo.org/id/term/swc/Norwe>,
        <http://lexvo.org/id/term/swe/Norge>,
        <http://lexvo.org/id/term/swh/Norwe>,
        <http://lexvo.org/id/term/tam/%E0%AE%A8%E0%AE%BE%E0%AE%B0%E0%AF%8D%E0%AE%B5%E0%AF%87>,
        <http://lexvo.org/id/term/tel/%E0%B0%A8%E0%B0%BE%E0%B0%B0%E0%B0%B5%E0%B1%87>,
        <http://lexvo.org/id/term/teo/Norwe>,
        <http://lexvo.org/id/term/tha/%E0%B8%99%E0%B8%AD%E0%B8%A3%E0%B9%8C%E0%B9%80%E0%B8%A7%E0%B8%A2%E0%B9%8C>,
        <http://lexvo.org/id/term/tig/%E1%8A%96%E1%88%AD%E1%8B%8C>,
        <http://lexvo.org/id/term/tir/%E1%8A%96%E1%88%AD%E1%8B%8C>,
        <http://lexvo.org/id/term/ton/Noau%C4%93>,
        <http://lexvo.org/id/term/tur/Norve%C3%A7>,
        <http://lexvo.org/id/term/twq/Norveej>,
        <http://lexvo.org/id/term/tzm/Nnurwij>,
        <http://lexvo.org/id/term/ukr/%D0%9D%D0%BE%D1%80%D0%B2%D0%B5%D0%B3%D1%96%D1%8F>,
        <http://lexvo.org/id/term/urd/%D9%86%D8%A7%D8%B1%D9%88%DB%92>,
        <http://lexvo.org/id/term/vai-Latn/N%C9%94%C9%94we>,
        <http://lexvo.org/id/term/vai/%EA%97%9F%EA%96%BA%EA%94%83>,
        <http://lexvo.org/id/term/vie/Na%20Uy>,
        <http://lexvo.org/id/term/vun/Norwe>,
        <http://lexvo.org/id/term/wae/Norw%C3%A4ge>,
        <http://lexvo.org/id/term/wal/%E1%8A%96%E1%88%AD%E1%8B%8C>,
        <http://lexvo.org/id/term/xog/Nowe>,
        <http://lexvo.org/id/term/yav/n%C9%94lf%C9%9B%CC%81%C9%9Bs>,
        <http://lexvo.org/id/term/yor/Or%C3%ADl%E1%BA%B9%CC%81%C3%A8de%20N%E1%BB%8D%E1%BB%8Dwii>,
        <http://lexvo.org/id/term/zsm/Norway>,
        <http://lexvo.org/id/term/zul/i-Norway> ;
    owl:sameAs <http://psi.oasis-open.org/iso/3166/#578>,
        <http://sws.geonames.org/3144096/> .

<http://lexvo.org/id/iso3166/NP> a lvont:GeographicRegion ;
    rdfs:label "Nepal"@af,
        "Nɛkpâa"@agq,
        "Nɛpɔl"@ak,
        "ኔፓል"@am,
        "نيبال"@ar,
        "Nepali"@asa,
        "Nepal"@ast,
        "Nepal"@az,
        "Nèpâl"@bas,
        "Непал"@be,
        "Hunepali"@bez,
        "Непал"@bg,
        "Nepali"@bm,
        "নেপাল"@bn,
        "བར་ཡུལ་"@bo,
        "Nepal"@br,
        "नेपाल"@brx,
        "Nepal"@bs,
        "Непал"@bs-Cyrl,
        "ኔፓል"@byn,
        "Nepal"@ca,
        "Nepo"@cgg,
        "ᏁᏆᎵ"@chr,
        "尼泊尔"@cmn,
        "尼泊爾"@cmn-Hant,
        "Nepál"@cs,
        "Nepal"@cy,
        "Nepal"@da,
        "Nepali"@dav,
        "Nepal"@de,
        "Neepal"@dje,
        "བལ་ཡུལ"@dz,
        "Nepali"@ebu,
        "Nepal nutome"@ee,
        "Νεπάλ"@el,
        "ISO 3166-1:NP"@en,
        "Nepal"@en,
        "𐐤𐐩𐐹𐐪𐑊"@en-Dsrt,
        "Nepalo"@eo,
        "Nepal"@es,
        "Nepal"@et,
        "Nepal"@eu,
        "Nepál"@ewo,
        "نپال"@fa,
        "نیپال"@fa,
        "Nepaal"@ff,
        "Nepal"@fi,
        "Nepal"@fil,
        "Nepal"@fo,
        "Népal"@fr,
        "Nepal"@fur,
        "Neipeal"@ga,
        "Neapàl"@gd,
        "Nepal"@gl,
        "Neepal"@gsw,
        "નેપાળ"@gu,
        "Nepali"@guz,
        "Nefal"@ha,
        "נפאל"@he,
        "नेपाल"@hi,
        "Nepal"@hr,
        "Nepál"@hu,
        "Նեպալ"@hy,
        "Nepal"@ia,
        "Nepal"@id,
        "Nepal"@is,
        "Nepal"@it,
        "ネパール"@ja,
        "Nepali"@jmc,
        "ნეპალი"@ka,
        "Nipal"@kab,
        "Nepali"@kam,
        "Nepali"@kde,
        "Nepal"@kea,
        "Neepal"@khq,
        "Nepali"@ki,
        "Nepal"@kl,
        "Emetab Nepal"@kln,
        "នេប៉ាល់"@km,
        "ನೇಪಾಳ"@kn,
        "네팔"@ko,
        "نیپال"@ks,
        "Nepali"@ksb,
        "nɛpal"@ksf,
        "Nepall"@ksh,
        "Nepáali"@lag,
        "Nepalo"@lg,
        "Nepálɛ"@ln,
        "ເນປານ"@lo,
        "Nepalas"@lt,
        "Nepálɛ"@lu,
        "Nepal"@luo,
        "Nepali"@luy,
        "Nepāla"@lv,
        "Nepali"@mas,
        "Nepali"@mer,
        "Nepal"@mfe,
        "Nepala"@mg,
        "Непал"@mk,
        "നേപ്പാൾ"@ml,
        "नेपाळ"@mr,
        "Nepal"@mt,
        "Sǝr Nepal"@mua,
        "နီပေါ"@my,
        "Nepali"@naq,
        "Nepal"@nb,
        "Nephali"@nd,
        "नेपाल"@ne,
        "Nepal"@nl,
        "Nepal"@nmg,
        "Nepal"@nn,
        "Nepo"@nyn,
        "ନେପାଳ"@or,
        "Nepal"@pl,
        "نیپال"@ps,
        "Nepal"@pt,
        "Nepal"@rm,
        "Nepali"@rn,
        "Nepal"@ro,
        "Nepali"@rof,
        "Непал"@ru,
        "Nepali"@rwk,
        "Nepali"@saq,
        "Nepali"@sbp,
        "Nepal"@se,
        "Nepal"@seh,
        "Neepal"@ses,
        "Nëpâli"@sg,
        "ⵏⵉⴱⴰⵍ"@shi,
        "nibal"@shi-Latn,
        "නේපාලය"@si,
        "Nepál"@sk,
        "Nepal"@sl,
        "Nepal"@sn,
        "Nebaal"@so,
        "Непал"@sr,
        "Nepal"@sr-Latn,
        "Nepal"@sv,
        "Nepali"@swc,
        "Nepali"@swh,
        "நேபாளம்"@ta,
        "నేపాల్"@te,
        "Nepali"@teo,
        "เนปาล"@th,
        "ኔፓል"@ti,
        "ኔፓል"@tig,
        "Nepali"@to,
        "Nepal"@tr,
        "Neepal"@twq,
        "Nippal"@tzm,
        "Непал"@uk,
        "نیپال"@ur,
        "ꕇꕐꔷ"@vai,
        "Nepa"@vai-Latn,
        "Nepal"@vi,
        "Nepali"@vun,
        "Nepal"@wae,
        "ኔፓል"@wal,
        "Nepalo"@xog,
        "nepáal"@yav,
        "Orílẹ́ède Nepa"@yo,
        "Nepal"@zsm,
        "i-Nepal"@zu ;
    lvont:label <http://lexvo.org/id/term/afr/Nepal>,
        <http://lexvo.org/id/term/agq/N%C9%9Bkp%C3%A2a>,
        <http://lexvo.org/id/term/aka/N%C9%9Bp%C9%94l>,
        <http://lexvo.org/id/term/amh/%E1%8A%94%E1%8D%93%E1%88%8D>,
        <http://lexvo.org/id/term/ara/%D9%86%D9%8A%D8%A8%D8%A7%D9%84>,
        <http://lexvo.org/id/term/asa/Nepali>,
        <http://lexvo.org/id/term/ast/Nepal>,
        <http://lexvo.org/id/term/aze/Nepal>,
        <http://lexvo.org/id/term/bam/Nepali>,
        <http://lexvo.org/id/term/bas/N%C3%A8p%C3%A2l>,
        <http://lexvo.org/id/term/bel/%D0%9D%D0%B5%D0%BF%D0%B0%D0%BB>,
        <http://lexvo.org/id/term/ben/%E0%A6%A8%E0%A7%87%E0%A6%AA%E0%A6%BE%E0%A6%B2>,
        <http://lexvo.org/id/term/bez/Hunepali>,
        <http://lexvo.org/id/term/bod/%E0%BD%96%E0%BD%A2%E0%BC%8B%E0%BD%A1%E0%BD%B4%E0%BD%A3%E0%BC%8B>,
        <http://lexvo.org/id/term/bos-Cyrl/%D0%9D%D0%B5%D0%BF%D0%B0%D0%BB>,
        <http://lexvo.org/id/term/bos/Nepal>,
        <http://lexvo.org/id/term/bre/Nepal>,
        <http://lexvo.org/id/term/brx/%E0%A4%A8%E0%A5%87%E0%A4%AA%E0%A4%BE%E0%A4%B2>,
        <http://lexvo.org/id/term/bul/%D0%9D%D0%B5%D0%BF%D0%B0%D0%BB>,
        <http://lexvo.org/id/term/byn/%E1%8A%94%E1%8D%93%E1%88%8D>,
        <http://lexvo.org/id/term/cat/Nepal>,
        <http://lexvo.org/id/term/ces/Nep%C3%A1l>,
        <http://lexvo.org/id/term/cgg/Nepo>,
        <http://lexvo.org/id/term/chr/%E1%8F%81%E1%8F%86%E1%8E%B5>,
        <http://lexvo.org/id/term/cmn-Hant/%E5%B0%BC%E6%B3%8A%E7%88%BE>,
        <http://lexvo.org/id/term/cmn/%E5%B0%BC%E6%B3%8A%E5%B0%94>,
        <http://lexvo.org/id/term/cym/Nepal>,
        <http://lexvo.org/id/term/dan/Nepal>,
        <http://lexvo.org/id/term/dav/Nepali>,
        <http://lexvo.org/id/term/deu/Nepal>,
        <http://lexvo.org/id/term/dje/Neepal>,
        <http://lexvo.org/id/term/dzo/%E0%BD%96%E0%BD%A3%E0%BC%8B%E0%BD%A1%E0%BD%B4%E0%BD%A3>,
        <http://lexvo.org/id/term/ebu/Nepali>,
        <http://lexvo.org/id/term/ell/%CE%9D%CE%B5%CF%80%CE%AC%CE%BB>,
        <http://lexvo.org/id/term/eng-Dsrt/%F0%90%90%A4%F0%90%90%A9%F0%90%90%B9%F0%90%90%AA%F0%90%91%8A>,
        <http://lexvo.org/id/term/eng/ISO%203166-1%3ANP>,
        <http://lexvo.org/id/term/eng/Nepal>,
        <http://lexvo.org/id/term/epo/Nepalo>,
        <http://lexvo.org/id/term/est/Nepal>,
        <http://lexvo.org/id/term/eus/Nepal>,
        <http://lexvo.org/id/term/ewe/Nepal%20nutome>,
        <http://lexvo.org/id/term/ewo/Nep%C3%A1l>,
        <http://lexvo.org/id/term/fao/Nepal>,
        <http://lexvo.org/id/term/fas/%D9%86%D9%BE%D8%A7%D9%84>,
        <http://lexvo.org/id/term/fas/%D9%86%DB%8C%D9%BE%D8%A7%D9%84>,
        <http://lexvo.org/id/term/fil/Nepal>,
        <http://lexvo.org/id/term/fin/Nepal>,
        <http://lexvo.org/id/term/fra/N%C3%A9pal>,
        <http://lexvo.org/id/term/ful/Nepaal>,
        <http://lexvo.org/id/term/fur/Nepal>,
        <http://lexvo.org/id/term/gla/Neap%C3%A0l>,
        <http://lexvo.org/id/term/gle/Neipeal>,
        <http://lexvo.org/id/term/glg/Nepal>,
        <http://lexvo.org/id/term/gsw/Neepal>,
        <http://lexvo.org/id/term/guj/%E0%AA%A8%E0%AB%87%E0%AA%AA%E0%AA%BE%E0%AA%B3>,
        <http://lexvo.org/id/term/guz/Nepali>,
        <http://lexvo.org/id/term/hau/Nefal>,
        <http://lexvo.org/id/term/heb/%D7%A0%D7%A4%D7%90%D7%9C>,
        <http://lexvo.org/id/term/hin/%E0%A4%A8%E0%A5%87%E0%A4%AA%E0%A4%BE%E0%A4%B2>,
        <http://lexvo.org/id/term/hrv/Nepal>,
        <http://lexvo.org/id/term/hun/Nep%C3%A1l>,
        <http://lexvo.org/id/term/hye/%D5%86%D5%A5%D5%BA%D5%A1%D5%AC>,
        <http://lexvo.org/id/term/ina/Nepal>,
        <http://lexvo.org/id/term/ind/Nepal>,
        <http://lexvo.org/id/term/isl/Nepal>,
        <http://lexvo.org/id/term/ita/Nepal>,
        <http://lexvo.org/id/term/jmc/Nepali>,
        <http://lexvo.org/id/term/jpn/%E3%83%8D%E3%83%91%E3%83%BC%E3%83%AB>,
        <http://lexvo.org/id/term/kab/Nipal>,
        <http://lexvo.org/id/term/kal/Nepal>,
        <http://lexvo.org/id/term/kam/Nepali>,
        <http://lexvo.org/id/term/kan/%E0%B2%A8%E0%B3%87%E0%B2%AA%E0%B2%BE%E0%B2%B3>,
        <http://lexvo.org/id/term/kas/%D9%86%DB%8C%D9%BE%D8%A7%D9%84>,
        <http://lexvo.org/id/term/kat/%E1%83%9C%E1%83%94%E1%83%9E%E1%83%90%E1%83%9A%E1%83%98>,
        <http://lexvo.org/id/term/kde/Nepali>,
        <http://lexvo.org/id/term/kea/Nepal>,
        <http://lexvo.org/id/term/khm/%E1%9E%93%E1%9F%81%E1%9E%94%E1%9F%89%E1%9E%B6%E1%9E%9B%E1%9F%8B>,
        <http://lexvo.org/id/term/khq/Neepal>,
        <http://lexvo.org/id/term/kik/Nepali>,
        <http://lexvo.org/id/term/kln/Emetab%20Nepal>,
        <http://lexvo.org/id/term/kor/%EB%84%A4%ED%8C%94>,
        <http://lexvo.org/id/term/ksb/Nepali>,
        <http://lexvo.org/id/term/ksf/n%C9%9Bpal>,
        <http://lexvo.org/id/term/ksh/Nepall>,
        <http://lexvo.org/id/term/lag/Nep%C3%A1ali>,
        <http://lexvo.org/id/term/lao/%E0%BB%80%E0%BA%99%E0%BA%9B%E0%BA%B2%E0%BA%99>,
        <http://lexvo.org/id/term/lav/Nep%C4%81la>,
        <http://lexvo.org/id/term/lin/Nep%C3%A1l%C9%9B>,
        <http://lexvo.org/id/term/lit/Nepalas>,
        <http://lexvo.org/id/term/lub/Nep%C3%A1l%C9%9B>,
        <http://lexvo.org/id/term/lug/Nepalo>,
        <http://lexvo.org/id/term/luo/Nepal>,
        <http://lexvo.org/id/term/luy/Nepali>,
        <http://lexvo.org/id/term/mal/%E0%B4%A8%E0%B5%87%E0%B4%AA%E0%B5%8D%E0%B4%AA%E0%B4%BE%E0%B5%BE>,
        <http://lexvo.org/id/term/mar/%E0%A4%A8%E0%A5%87%E0%A4%AA%E0%A4%BE%E0%A4%B3>,
        <http://lexvo.org/id/term/mas/Nepali>,
        <http://lexvo.org/id/term/mer/Nepali>,
        <http://lexvo.org/id/term/mfe/Nepal>,
        <http://lexvo.org/id/term/mkd/%D0%9D%D0%B5%D0%BF%D0%B0%D0%BB>,
        <http://lexvo.org/id/term/mlg/Nepala>,
        <http://lexvo.org/id/term/mlt/Nepal>,
        <http://lexvo.org/id/term/mua/S%C7%9Dr%20Nepal>,
        <http://lexvo.org/id/term/mya/%E1%80%94%E1%80%AE%E1%80%95%E1%80%B1%E1%80%AB>,
        <http://lexvo.org/id/term/naq/Nepali>,
        <http://lexvo.org/id/term/nde/Nephali>,
        <http://lexvo.org/id/term/nep/%E0%A4%A8%E0%A5%87%E0%A4%AA%E0%A4%BE%E0%A4%B2>,
        <http://lexvo.org/id/term/nld/Nepal>,
        <http://lexvo.org/id/term/nmg/Nepal>,
        <http://lexvo.org/id/term/nno/Nepal>,
        <http://lexvo.org/id/term/nob/Nepal>,
        <http://lexvo.org/id/term/nyn/Nepo>,
        <http://lexvo.org/id/term/ori/%E0%AC%A8%E0%AD%87%E0%AC%AA%E0%AC%BE%E0%AC%B3>,
        <http://lexvo.org/id/term/pol/Nepal>,
        <http://lexvo.org/id/term/por/Nepal>,
        <http://lexvo.org/id/term/pus/%D9%86%DB%8C%D9%BE%D8%A7%D9%84>,
        <http://lexvo.org/id/term/rof/Nepali>,
        <http://lexvo.org/id/term/roh/Nepal>,
        <http://lexvo.org/id/term/ron/Nepal>,
        <http://lexvo.org/id/term/run/Nepali>,
        <http://lexvo.org/id/term/rus/%D0%9D%D0%B5%D0%BF%D0%B0%D0%BB>,
        <http://lexvo.org/id/term/rwk/Nepali>,
        <http://lexvo.org/id/term/sag/N%C3%ABp%C3%A2li>,
        <http://lexvo.org/id/term/saq/Nepali>,
        <http://lexvo.org/id/term/sbp/Nepali>,
        <http://lexvo.org/id/term/seh/Nepal>,
        <http://lexvo.org/id/term/ses/Neepal>,
        <http://lexvo.org/id/term/shi-Latn/nibal>,
        <http://lexvo.org/id/term/shi/%E2%B5%8F%E2%B5%89%E2%B4%B1%E2%B4%B0%E2%B5%8D>,
        <http://lexvo.org/id/term/sin/%E0%B6%B1%E0%B7%9A%E0%B6%B4%E0%B7%8F%E0%B6%BD%E0%B6%BA>,
        <http://lexvo.org/id/term/slk/Nep%C3%A1l>,
        <http://lexvo.org/id/term/slv/Nepal>,
        <http://lexvo.org/id/term/sme/Nepal>,
        <http://lexvo.org/id/term/sna/Nepal>,
        <http://lexvo.org/id/term/som/Nebaal>,
        <http://lexvo.org/id/term/spa/Nepal>,
        <http://lexvo.org/id/term/srp-Latn/Nepal>,
        <http://lexvo.org/id/term/srp/%D0%9D%D0%B5%D0%BF%D0%B0%D0%BB>,
        <http://lexvo.org/id/term/swc/Nepali>,
        <http://lexvo.org/id/term/swe/Nepal>,
        <http://lexvo.org/id/term/swh/Nepali>,
        <http://lexvo.org/id/term/tam/%E0%AE%A8%E0%AF%87%E0%AE%AA%E0%AE%BE%E0%AE%B3%E0%AE%AE%E0%AF%8D>,
        <http://lexvo.org/id/term/tel/%E0%B0%A8%E0%B1%87%E0%B0%AA%E0%B0%BE%E0%B0%B2%E0%B1%8D>,
        <http://lexvo.org/id/term/teo/Nepali>,
        <http://lexvo.org/id/term/tha/%E0%B9%80%E0%B8%99%E0%B8%9B%E0%B8%B2%E0%B8%A5>,
        <http://lexvo.org/id/term/tig/%E1%8A%94%E1%8D%93%E1%88%8D>,
        <http://lexvo.org/id/term/tir/%E1%8A%94%E1%8D%93%E1%88%8D>,
        <http://lexvo.org/id/term/ton/Nepali>,
        <http://lexvo.org/id/term/tur/Nepal>,
        <http://lexvo.org/id/term/twq/Neepal>,
        <http://lexvo.org/id/term/tzm/Nippal>,
        <http://lexvo.org/id/term/ukr/%D0%9D%D0%B5%D0%BF%D0%B0%D0%BB>,
        <http://lexvo.org/id/term/urd/%D9%86%DB%8C%D9%BE%D8%A7%D9%84>,
        <http://lexvo.org/id/term/vai-Latn/Nepa>,
        <http://lexvo.org/id/term/vai/%EA%95%87%EA%95%90%EA%94%B7>,
        <http://lexvo.org/id/term/vie/Nepal>,
        <http://lexvo.org/id/term/vun/Nepali>,
        <http://lexvo.org/id/term/wae/Nepal>,
        <http://lexvo.org/id/term/wal/%E1%8A%94%E1%8D%93%E1%88%8D>,
        <http://lexvo.org/id/term/xog/Nepalo>,
        <http://lexvo.org/id/term/yav/nep%C3%A1al>,
        <http://lexvo.org/id/term/yor/Or%C3%ADl%E1%BA%B9%CC%81%C3%A8de%20Nepa>,
        <http://lexvo.org/id/term/zsm/Nepal>,
        <http://lexvo.org/id/term/zul/i-Nepal> ;
    owl:sameAs <http://psi.oasis-open.org/iso/3166/#524>,
        <http://sws.geonames.org/1282988/> .

<http://lexvo.org/id/iso3166/NR> a lvont:GeographicRegion ;
    rdfs:label "Naoeroe"@af,
        "Nàwulù"@agq,
        "Naworu"@ak,
        "ናኡሩ"@am,
        "ناورو"@ar,
        "Nauru"@asa,
        "Nauru"@ast,
        "Nauru"@az,
        "Nerù"@bas,
        "Науру"@be,
        "Hunauru"@bez,
        "Науру"@bg,
        "Nawuru"@bm,
        "নাউরু"@bn,
        "ནཽ་རུ།"@bo,
        "Nauru"@br,
        "नाउरू"@brx,
        "Nauru"@bs,
        "Науру"@bs-Cyrl,
        "Nauru"@ca,
        "Nauru"@cgg,
        "ᏃᎤᎷ"@chr,
        "瑙鲁"@cmn,
        "諾魯"@cmn-Hant,
        "Nauru"@cs,
        "Nawrw"@cy,
        "Nauru"@da,
        "Nauru"@dav,
        "Nauru"@de,
        "Nauru"@dje,
        "ནའུ་རུ་"@dz,
        "Nauru"@ebu,
        "Nauru nutome"@ee,
        "Ναούρου"@el,
        "ISO 3166-1:NR"@en,
        "Nauru"@en,
        "𐐤𐐪𐐭𐑉𐐭"@en-Dsrt,
        "Nauro"@eo,
        "Nauru"@es,
        "Nauru"@et,
        "Nauru"@eu,
        "Naurú"@ewo,
        "نائورو"@fa,
        "Nawuru"@ff,
        "Nauru"@fi,
        "Nauru"@fil,
        "Nauru"@fo,
        "Nauru"@fr,
        "Nauru"@fur,
        "Nárú"@ga,
        "Nabhru"@gd,
        "Nauru"@gl,
        "Nauru"@gsw,
        "નૌરુ"@gu,
        "Nauru"@guz,
        "Nauru"@ha,
        "נאורו"@he,
        "नाउरु"@hi,
        "Nauru"@hr,
        "Nauru"@hu,
        "Նաուրու"@hy,
        "Nauru"@id,
        "Nárú"@is,
        "Nauru"@it,
        "ナウル"@ja,
        "Nauru"@jmc,
        "ნაურუ"@ka,
        "Nuru"@kab,
        "Nauru"@kam,
        "Naulu"@kde,
        "Nauru"@kea,
        "Nauru"@khq,
        "Nauru"@ki,
        "Nauru"@kl,
        "Emetab Nauru"@kln,
        "ណូរូ"@km,
        "ನೌರು"@kn,
        "나우루"@ko,
        "نارووٗ"@ks,
        "Naulu"@ksb,
        "nwarú"@ksf,
        "Nauru"@ksh,
        "Naúuru"@lag,
        "Nawuru"@lg,
        "Nauru"@ln,
        "ນາອູຣູ"@lo,
        "Nauru"@lt,
        "Nauru"@lu,
        "Nauru"@luo,
        "Nauru"@luy,
        "Nauru"@lv,
        "Nauru"@mas,
        "Nauru"@mer,
        "Nauru"@mfe,
        "Naorò"@mg,
        "Науру"@mk,
        "നൗറൂ"@ml,
        "नऊरु"@mr,
        "Nauru"@mt,
        "Sǝr Nauru"@mua,
        "Nauru"@naq,
        "Nauru"@nb,
        "Nauru"@nd,
        "नाउरू"@ne,
        "Nauru"@nl,
        "Noru"@nmg,
        "Nauru"@nn,
        "Nauru"@nyn,
        "ନାଉରୁ"@or,
        "Nauru"@pl,
        "Nauru"@pt,
        "Nauru"@rm,
        "Nawuru"@rn,
        "Nauru"@ro,
        "Nauru"@rof,
        "Науру"@ru,
        "Nauru"@rwk,
        "Nauru"@saq,
        "Nawulu"@sbp,
        "Nauru"@se,
        "Nauru"@seh,
        "Nauru"@ses,
        "Nauru"@sg,
        "ⵏⴰⵡⵔⵓ"@shi,
        "nawru"@shi-Latn,
        "නාවුරු"@si,
        "Nauru"@sk,
        "Nauru"@sl,
        "Nauru"@sn,
        "Nauru"@so,
        "Науру"@sr,
        "Nauru"@sr-Latn,
        "Nauru"@sv,
        "Nauru"@swc,
        "Nauru"@swh,
        "நௌரு"@ta,
        "నౌరు"@te,
        "Nauru"@teo,
        "นาอูรู"@th,
        "ናኡሩ"@ti,
        "Naulu"@to,
        "Nauru"@tr,
        "Nauru"@twq,
        "Nawru"@tzm,
        "Науру"@uk,
        "نؤرو"@ur,
        "ꖆꖩ"@vai,
        "Noru"@vai-Latn,
        "Nauru"@vi,
        "Nauru"@vun,
        "Nauru"@wae,
        "Nawuru"@xog,
        "nawulú"@yav,
        "Orílẹ́ède Nauru"@yo,
        "Nauru"@zsm,
        "i-Nauru"@zu ;
    lvont:label <http://lexvo.org/id/term/afr/Naoeroe>,
        <http://lexvo.org/id/term/agq/N%C3%A0wul%C3%B9>,
        <http://lexvo.org/id/term/aka/Naworu>,
        <http://lexvo.org/id/term/amh/%E1%8A%93%E1%8A%A1%E1%88%A9>,
        <http://lexvo.org/id/term/ara/%D9%86%D8%A7%D9%88%D8%B1%D9%88>,
        <http://lexvo.org/id/term/asa/Nauru>,
        <http://lexvo.org/id/term/ast/Nauru>,
        <http://lexvo.org/id/term/aze/Nauru>,
        <http://lexvo.org/id/term/bam/Nawuru>,
        <http://lexvo.org/id/term/bas/Ner%C3%B9>,
        <http://lexvo.org/id/term/bel/%D0%9D%D0%B0%D1%83%D1%80%D1%83>,
        <http://lexvo.org/id/term/ben/%E0%A6%A8%E0%A6%BE%E0%A6%89%E0%A6%B0%E0%A7%81>,
        <http://lexvo.org/id/term/bez/Hunauru>,
        <http://lexvo.org/id/term/bod/%E0%BD%93%E0%BD%BD%E0%BC%8B%E0%BD%A2%E0%BD%B4%E0%BC%8D>,
        <http://lexvo.org/id/term/bos-Cyrl/%D0%9D%D0%B0%D1%83%D1%80%D1%83>,
        <http://lexvo.org/id/term/bos/Nauru>,
        <http://lexvo.org/id/term/bre/Nauru>,
        <http://lexvo.org/id/term/brx/%E0%A4%A8%E0%A4%BE%E0%A4%89%E0%A4%B0%E0%A5%82>,
        <http://lexvo.org/id/term/bul/%D0%9D%D0%B0%D1%83%D1%80%D1%83>,
        <http://lexvo.org/id/term/cat/Nauru>,
        <http://lexvo.org/id/term/ces/Nauru>,
        <http://lexvo.org/id/term/cgg/Nauru>,
        <http://lexvo.org/id/term/chr/%E1%8F%83%E1%8E%A4%E1%8E%B7>,
        <http://lexvo.org/id/term/cmn-Hant/%E8%AB%BE%E9%AD%AF>,
        <http://lexvo.org/id/term/cmn/%E7%91%99%E9%B2%81>,
        <http://lexvo.org/id/term/cym/Nawrw>,
        <http://lexvo.org/id/term/dan/Nauru>,
        <http://lexvo.org/id/term/dav/Nauru>,
        <http://lexvo.org/id/term/deu/Nauru>,
        <http://lexvo.org/id/term/dje/Nauru>,
        <http://lexvo.org/id/term/dzo/%E0%BD%93%E0%BD%A0%E0%BD%B4%E0%BC%8B%E0%BD%A2%E0%BD%B4%E0%BC%8B>,
        <http://lexvo.org/id/term/ebu/Nauru>,
        <http://lexvo.org/id/term/ell/%CE%9D%CE%B1%CE%BF%CF%8D%CF%81%CE%BF%CF%85>,
        <http://lexvo.org/id/term/eng-Dsrt/%F0%90%90%A4%F0%90%90%AA%F0%90%90%AD%F0%90%91%89%F0%90%90%AD>,
        <http://lexvo.org/id/term/eng/ISO%203166-1%3ANR>,
        <http://lexvo.org/id/term/eng/Nauru>,
        <http://lexvo.org/id/term/epo/Nauro>,
        <http://lexvo.org/id/term/est/Nauru>,
        <http://lexvo.org/id/term/eus/Nauru>,
        <http://lexvo.org/id/term/ewe/Nauru%20nutome>,
        <http://lexvo.org/id/term/ewo/Naur%C3%BA>,
        <http://lexvo.org/id/term/fao/Nauru>,
        <http://lexvo.org/id/term/fas/%D9%86%D8%A7%D8%A6%D9%88%D8%B1%D9%88>,
        <http://lexvo.org/id/term/fil/Nauru>,
        <http://lexvo.org/id/term/fin/Nauru>,
        <http://lexvo.org/id/term/fra/Nauru>,
        <http://lexvo.org/id/term/ful/Nawuru>,
        <http://lexvo.org/id/term/fur/Nauru>,
        <http://lexvo.org/id/term/gla/Nabhru>,
        <http://lexvo.org/id/term/gle/N%C3%A1r%C3%BA>,
        <http://lexvo.org/id/term/glg/Nauru>,
        <http://lexvo.org/id/term/gsw/Nauru>,
        <http://lexvo.org/id/term/guj/%E0%AA%A8%E0%AB%8C%E0%AA%B0%E0%AB%81>,
        <http://lexvo.org/id/term/guz/Nauru>,
        <http://lexvo.org/id/term/hau/Nauru>,
        <http://lexvo.org/id/term/heb/%D7%A0%D7%90%D7%95%D7%A8%D7%95>,
        <http://lexvo.org/id/term/hin/%E0%A4%A8%E0%A4%BE%E0%A4%89%E0%A4%B0%E0%A5%81>,
        <http://lexvo.org/id/term/hrv/Nauru>,
        <http://lexvo.org/id/term/hun/Nauru>,
        <http://lexvo.org/id/term/hye/%D5%86%D5%A1%D5%B8%D6%82%D6%80%D5%B8%D6%82>,
        <http://lexvo.org/id/term/ind/Nauru>,
        <http://lexvo.org/id/term/isl/N%C3%A1r%C3%BA>,
        <http://lexvo.org/id/term/ita/Nauru>,
        <http://lexvo.org/id/term/jmc/Nauru>,
        <http://lexvo.org/id/term/jpn/%E3%83%8A%E3%82%A6%E3%83%AB>,
        <http://lexvo.org/id/term/kab/Nuru>,
        <http://lexvo.org/id/term/kal/Nauru>,
        <http://lexvo.org/id/term/kam/Nauru>,
        <http://lexvo.org/id/term/kan/%E0%B2%A8%E0%B3%8C%E0%B2%B0%E0%B3%81>,
        <http://lexvo.org/id/term/kas/%D9%86%D8%A7%D8%B1%D9%88%D9%88%D9%97>,
        <http://lexvo.org/id/term/kat/%E1%83%9C%E1%83%90%E1%83%A3%E1%83%A0%E1%83%A3>,
        <http://lexvo.org/id/term/kde/Naulu>,
        <http://lexvo.org/id/term/kea/Nauru>,
        <http://lexvo.org/id/term/khm/%E1%9E%8E%E1%9E%BC%E1%9E%9A%E1%9E%BC>,
        <http://lexvo.org/id/term/khq/Nauru>,
        <http://lexvo.org/id/term/kik/Nauru>,
        <http://lexvo.org/id/term/kln/Emetab%20Nauru>,
        <http://lexvo.org/id/term/kor/%EB%82%98%EC%9A%B0%EB%A3%A8>,
        <http://lexvo.org/id/term/ksb/Naulu>,
        <http://lexvo.org/id/term/ksf/nwar%C3%BA>,
        <http://lexvo.org/id/term/ksh/Nauru>,
        <http://lexvo.org/id/term/lag/Na%C3%BAuru>,
        <http://lexvo.org/id/term/lao/%E0%BA%99%E0%BA%B2%E0%BA%AD%E0%BA%B9%E0%BA%A3%E0%BA%B9>,
        <http://lexvo.org/id/term/lav/Nauru>,
        <http://lexvo.org/id/term/lin/Nauru>,
        <http://lexvo.org/id/term/lit/Nauru>,
        <http://lexvo.org/id/term/lub/Nauru>,
        <http://lexvo.org/id/term/lug/Nawuru>,
        <http://lexvo.org/id/term/luo/Nauru>,
        <http://lexvo.org/id/term/luy/Nauru>,
        <http://lexvo.org/id/term/mal/%E0%B4%A8%E0%B5%97%E0%B4%B1%E0%B5%82>,
        <http://lexvo.org/id/term/mar/%E0%A4%A8%E0%A4%8A%E0%A4%B0%E0%A5%81>,
        <http://lexvo.org/id/term/mas/Nauru>,
        <http://lexvo.org/id/term/mer/Nauru>,
        <http://lexvo.org/id/term/mfe/Nauru>,
        <http://lexvo.org/id/term/mkd/%D0%9D%D0%B0%D1%83%D1%80%D1%83>,
        <http://lexvo.org/id/term/mlg/Naor%C3%B2>,
        <http://lexvo.org/id/term/mlt/Nauru>,
        <http://lexvo.org/id/term/mua/S%C7%9Dr%20Nauru>,
        <http://lexvo.org/id/term/naq/Nauru>,
        <http://lexvo.org/id/term/nde/Nauru>,
        <http://lexvo.org/id/term/nep/%E0%A4%A8%E0%A4%BE%E0%A4%89%E0%A4%B0%E0%A5%82>,
        <http://lexvo.org/id/term/nld/Nauru>,
        <http://lexvo.org/id/term/nmg/Noru>,
        <http://lexvo.org/id/term/nno/Nauru>,
        <http://lexvo.org/id/term/nob/Nauru>,
        <http://lexvo.org/id/term/nyn/Nauru>,
        <http://lexvo.org/id/term/ori/%E0%AC%A8%E0%AC%BE%E0%AC%89%E0%AC%B0%E0%AD%81>,
        <http://lexvo.org/id/term/pol/Nauru>,
        <http://lexvo.org/id/term/por/Nauru>,
        <http://lexvo.org/id/term/rof/Nauru>,
        <http://lexvo.org/id/term/roh/Nauru>,
        <http://lexvo.org/id/term/ron/Nauru>,
        <http://lexvo.org/id/term/run/Nawuru>,
        <http://lexvo.org/id/term/rus/%D0%9D%D0%B0%D1%83%D1%80%D1%83>,
        <http://lexvo.org/id/term/rwk/Nauru>,
        <http://lexvo.org/id/term/sag/Nauru>,
        <http://lexvo.org/id/term/saq/Nauru>,
        <http://lexvo.org/id/term/sbp/Nawulu>,
        <http://lexvo.org/id/term/seh/Nauru>,
        <http://lexvo.org/id/term/ses/Nauru>,
        <http://lexvo.org/id/term/shi-Latn/nawru>,
        <http://lexvo.org/id/term/shi/%E2%B5%8F%E2%B4%B0%E2%B5%A1%E2%B5%94%E2%B5%93>,
        <http://lexvo.org/id/term/sin/%E0%B6%B1%E0%B7%8F%E0%B7%80%E0%B7%94%E0%B6%BB%E0%B7%94>,
        <http://lexvo.org/id/term/slk/Nauru>,
        <http://lexvo.org/id/term/slv/Nauru>,
        <http://lexvo.org/id/term/sme/Nauru>,
        <http://lexvo.org/id/term/sna/Nauru>,
        <http://lexvo.org/id/term/som/Nauru>,
        <http://lexvo.org/id/term/spa/Nauru>,
        <http://lexvo.org/id/term/srp-Latn/Nauru>,
        <http://lexvo.org/id/term/srp/%D0%9D%D0%B0%D1%83%D1%80%D1%83>,
        <http://lexvo.org/id/term/swc/Nauru>,
        <http://lexvo.org/id/term/swe/Nauru>,
        <http://lexvo.org/id/term/swh/Nauru>,
        <http://lexvo.org/id/term/tam/%E0%AE%A8%E0%AF%8C%E0%AE%B0%E0%AF%81>,
        <http://lexvo.org/id/term/tel/%E0%B0%A8%E0%B1%8C%E0%B0%B0%E0%B1%81>,
        <http://lexvo.org/id/term/teo/Nauru>,
        <http://lexvo.org/id/term/tha/%E0%B8%99%E0%B8%B2%E0%B8%AD%E0%B8%B9%E0%B8%A3%E0%B8%B9>,
        <http://lexvo.org/id/term/tir/%E1%8A%93%E1%8A%A1%E1%88%A9>,
        <http://lexvo.org/id/term/ton/Naulu>,
        <http://lexvo.org/id/term/tur/Nauru>,
        <http://lexvo.org/id/term/twq/Nauru>,
        <http://lexvo.org/id/term/tzm/Nawru>,
        <http://lexvo.org/id/term/ukr/%D0%9D%D0%B0%D1%83%D1%80%D1%83>,
        <http://lexvo.org/id/term/urd/%D9%86%D8%A4%D8%B1%D9%88>,
        <http://lexvo.org/id/term/vai-Latn/Noru>,
        <http://lexvo.org/id/term/vai/%EA%96%86%EA%96%A9>,
        <http://lexvo.org/id/term/vie/Nauru>,
        <http://lexvo.org/id/term/vun/Nauru>,
        <http://lexvo.org/id/term/wae/Nauru>,
        <http://lexvo.org/id/term/xog/Nawuru>,
        <http://lexvo.org/id/term/yav/nawul%C3%BA>,
        <http://lexvo.org/id/term/yor/Or%C3%ADl%E1%BA%B9%CC%81%C3%A8de%20Nauru>,
        <http://lexvo.org/id/term/zsm/Nauru>,
        <http://lexvo.org/id/term/zul/i-Nauru> ;
    owl:sameAs <http://psi.oasis-open.org/iso/3166/#520>,
        <http://sws.geonames.org/2110425/> .

<http://lexvo.org/id/iso3166/NU> a lvont:GeographicRegion ;
    rdfs:label "Niue"@af,
        "Niyu"@agq,
        "Niyu"@ak,
        "ኒኡይ"@am,
        "نيوي"@ar,
        "Niue"@asa,
        "Niue"@ast,
        "Niye"@az,
        "Nìuɛ̀"@bas,
        "Ніуэ"@be,
        "Huniue"@bez,
        "Ниуе"@bg,
        "Nyuwe"@bm,
        "নিউয়ে"@bn,
        "ནིའུ་ཝ།"@bo,
        "Niue"@br,
        "नीयूए"@brx,
        "Niue"@bs,
        "Ниуе"@bs-Cyrl,
        "Niue"@ca,
        "Niue"@cgg,
        "ᏂᏳ"@chr,
        "纽埃"@cmn,
        "紐威島"@cmn-Hant,
        "Niue"@cs,
        "Niue"@cy,
        "Niue"@da,
        "Niue"@dav,
        "Niue"@de,
        "Niue"@dje,
        "ནི་ཨུ་ཨཻ"@dz,
        "Niue"@ebu,
        "Niue nutome"@ee,
        "Νιούε"@el,
        "ISO 3166-1:NU"@en,
        "Niue"@en,
        "𐐤𐐷𐐭𐐩"@en-Dsrt,
        "Niuo"@eo,
        "Isla Niue"@es,
        "Niue"@et,
        "Niue"@eu,
        "Niué"@ewo,
        "نیوئه"@fa,
        "Niuwe"@ff,
        "Niue"@fi,
        "Niue"@fil,
        "Niue"@fo,
        "Niue"@fr,
        "Niue"@fur,
        "Nívé"@ga,
        "Niue"@gd,
        "Niue"@gl,
        "Niue"@gsw,
        "નીયુ"@gu,
        "Niue"@guz,
        "Niyu"@ha,
        "ניווה"@he,
        "नीयू"@hi,
        "Niue"@hr,
        "Niue"@hu,
        "Niue"@id,
        "Niue"@is,
        "Niue"@it,
        "ニウエ島"@ja,
        "Niue"@jmc,
        "Niwi"@kab,
        "Niue"@kam,
        "Niue"@kde,
        "Niue"@kea,
        "Niue"@khq,
        "Niue"@ki,
        "Niue"@kl,
        "Emetab Niue"@kln,
        "ណៀ"@km,
        "ನಿಯು"@kn,
        "니우에"@ko,
        "نیوٗ"@ks,
        "Niue"@ksb,
        "niwɛ́"@ksf,
        "Niue"@ksh,
        "Niúue"@lag,
        "Niyuwe"@lg,
        "Nyué"@ln,
        "ນີອູເອ"@lo,
        "Niue"@lt,
        "Nyue"@lu,
        "Niue"@luo,
        "Niue"@luy,
        "Niue"@lv,
        "Niue"@mas,
        "Niue"@mer,
        "Niowe"@mfe,
        "Nioé"@mg,
        "Ние"@mk,
        "ന്യൂവേ"@ml,
        "नीयू"@mr,
        "Niue"@mt,
        "Niwe"@mua,
        "Niue"@naq,
        "Niue"@nb,
        "Niue"@nd,
        "नियुइ"@ne,
        "Niue"@nl,
        "Niuɛ"@nmg,
        "Niue"@nn,
        "Niue"@nyn,
        "ନିଉ"@or,
        "Niue"@pl,
        "Niue"@pt,
        "Niue"@rm,
        "Niyuwe"@rn,
        "Niue"@ro,
        "Niue"@rof,
        "Ниуе"@ru,
        "Niue"@rwk,
        "Niue"@saq,
        "Niwue"@sbp,
        "Niue"@se,
        "Niue"@seh,
        "Niue"@ses,
        "Niue"@sg,
        "ⵏⵉⵡⵉ"@shi,
        "niwi"@shi-Latn,
        "නියූ"@si,
        "Niue"@sk,
        "Niue"@sl,
        "Niue"@sn,
        "Niue"@so,
        "Ниуе"@sr,
        "Niue"@sr-Latn,
        "Niue"@sv,
        "Niue"@swc,
        "Niue"@swh,
        "நியூ"@ta,
        "నియు"@te,
        "Niue"@teo,
        "นีอูเอ"@th,
        "ኒኡይ"@ti,
        "Niuē"@to,
        "Niue"@tr,
        "Niue"@twq,
        "Niwi"@tzm,
        "Нія"@uk,
        "نیئو"@ur,
        "ꖸꔃꔤ"@vai,
        "Niwe"@vai-Latn,
        "Niue"@vi,
        "Niue"@vun,
        "Niue"@wae,
        "Niyuwe"@xog,
        "niyuwé"@yav,
        "Orílẹ́ède Niue"@yo,
        "Niue"@zsm,
        "i-Niue"@zu ;
    lvont:label <http://lexvo.org/id/term/afr/Niue>,
        <http://lexvo.org/id/term/agq/Niyu>,
        <http://lexvo.org/id/term/aka/Niyu>,
        <http://lexvo.org/id/term/amh/%E1%8A%92%E1%8A%A1%E1%8B%AD>,
        <http://lexvo.org/id/term/ara/%D9%86%D9%8A%D9%88%D9%8A>,
        <http://lexvo.org/id/term/asa/Niue>,
        <http://lexvo.org/id/term/ast/Niue>,
        <http://lexvo.org/id/term/aze/Niye>,
        <http://lexvo.org/id/term/bam/Nyuwe>,
        <http://lexvo.org/id/term/bas/N%C3%ACu%C9%9B%CC%80>,
        <http://lexvo.org/id/term/bel/%D0%9D%D1%96%D1%83%D1%8D>,
        <http://lexvo.org/id/term/ben/%E0%A6%A8%E0%A6%BF%E0%A6%89%E0%A6%AF%E0%A6%BC%E0%A7%87>,
        <http://lexvo.org/id/term/bez/Huniue>,
        <http://lexvo.org/id/term/bod/%E0%BD%93%E0%BD%B2%E0%BD%A0%E0%BD%B4%E0%BC%8B%E0%BD%9D%E0%BC%8D>,
        <http://lexvo.org/id/term/bos-Cyrl/%D0%9D%D0%B8%D1%83%D0%B5>,
        <http://lexvo.org/id/term/bos/Niue>,
        <http://lexvo.org/id/term/bre/Niue>,
        <http://lexvo.org/id/term/brx/%E0%A4%A8%E0%A5%80%E0%A4%AF%E0%A5%82%E0%A4%8F>,
        <http://lexvo.org/id/term/bul/%D0%9D%D0%B8%D1%83%D0%B5>,
        <http://lexvo.org/id/term/cat/Niue>,
        <http://lexvo.org/id/term/ces/Niue>,
        <http://lexvo.org/id/term/cgg/Niue>,
        <http://lexvo.org/id/term/chr/%E1%8F%82%E1%8F%B3>,
        <http://lexvo.org/id/term/cmn-Hant/%E7%B4%90%E5%A8%81%E5%B3%B6>,
        <http://lexvo.org/id/term/cmn/%E7%BA%BD%E5%9F%83>,
        <http://lexvo.org/id/term/cym/Niue>,
        <http://lexvo.org/id/term/dan/Niue>,
        <http://lexvo.org/id/term/dav/Niue>,
        <http://lexvo.org/id/term/deu/Niue>,
        <http://lexvo.org/id/term/dje/Niue>,
        <http://lexvo.org/id/term/dzo/%E0%BD%93%E0%BD%B2%E0%BC%8B%E0%BD%A8%E0%BD%B4%E0%BC%8B%E0%BD%A8%E0%BD%BB>,
        <http://lexvo.org/id/term/ebu/Niue>,
        <http://lexvo.org/id/term/ell/%CE%9D%CE%B9%CE%BF%CF%8D%CE%B5>,
        <http://lexvo.org/id/term/eng-Dsrt/%F0%90%90%A4%F0%90%90%B7%F0%90%90%AD%F0%90%90%A9>,
        <http://lexvo.org/id/term/eng/ISO%203166-1%3ANU>,
        <http://lexvo.org/id/term/eng/Niue>,
        <http://lexvo.org/id/term/epo/Niuo>,
        <http://lexvo.org/id/term/est/Niue>,
        <http://lexvo.org/id/term/eus/Niue>,
        <http://lexvo.org/id/term/ewe/Niue%20nutome>,
        <http://lexvo.org/id/term/ewo/Niu%C3%A9>,
        <http://lexvo.org/id/term/fao/Niue>,
        <http://lexvo.org/id/term/fas/%D9%86%DB%8C%D9%88%D8%A6%D9%87>,
        <http://lexvo.org/id/term/fil/Niue>,
        <http://lexvo.org/id/term/fin/Niue>,
        <http://lexvo.org/id/term/fra/Niue>,
        <http://lexvo.org/id/term/ful/Niuwe>,
        <http://lexvo.org/id/term/fur/Niue>,
        <http://lexvo.org/id/term/gla/Niue>,
        <http://lexvo.org/id/term/gle/N%C3%ADv%C3%A9>,
        <http://lexvo.org/id/term/glg/Niue>,
        <http://lexvo.org/id/term/gsw/Niue>,
        <http://lexvo.org/id/term/guj/%E0%AA%A8%E0%AB%80%E0%AA%AF%E0%AB%81>,
        <http://lexvo.org/id/term/guz/Niue>,
        <http://lexvo.org/id/term/hau/Niyu>,
        <http://lexvo.org/id/term/heb/%D7%A0%D7%99%D7%95%D7%95%D7%94>,
        <http://lexvo.org/id/term/hin/%E0%A4%A8%E0%A5%80%E0%A4%AF%E0%A5%82>,
        <http://lexvo.org/id/term/hrv/Niue>,
        <http://lexvo.org/id/term/hun/Niue>,
        <http://lexvo.org/id/term/ind/Niue>,
        <http://lexvo.org/id/term/isl/Niue>,
        <http://lexvo.org/id/term/ita/Niue>,
        <http://lexvo.org/id/term/jmc/Niue>,
        <http://lexvo.org/id/term/jpn/%E3%83%8B%E3%82%A6%E3%82%A8%E5%B3%B6>,
        <http://lexvo.org/id/term/kab/Niwi>,
        <http://lexvo.org/id/term/kal/Niue>,
        <http://lexvo.org/id/term/kam/Niue>,
        <http://lexvo.org/id/term/kan/%E0%B2%A8%E0%B2%BF%E0%B2%AF%E0%B3%81>,
        <http://lexvo.org/id/term/kas/%D9%86%DB%8C%D9%88%D9%97>,
        <http://lexvo.org/id/term/kde/Niue>,
        <http://lexvo.org/id/term/kea/Niue>,
        <http://lexvo.org/id/term/khm/%E1%9E%8E%E1%9F%80>,
        <http://lexvo.org/id/term/khq/Niue>,
        <http://lexvo.org/id/term/kik/Niue>,
        <http://lexvo.org/id/term/kln/Emetab%20Niue>,
        <http://lexvo.org/id/term/kor/%EB%8B%88%EC%9A%B0%EC%97%90>,
        <http://lexvo.org/id/term/ksb/Niue>,
        <http://lexvo.org/id/term/ksf/niw%C9%9B%CC%81>,
        <http://lexvo.org/id/term/ksh/Niue>,
        <http://lexvo.org/id/term/lag/Ni%C3%BAue>,
        <http://lexvo.org/id/term/lao/%E0%BA%99%E0%BA%B5%E0%BA%AD%E0%BA%B9%E0%BB%80%E0%BA%AD>,
        <http://lexvo.org/id/term/lav/Niue>,
        <http://lexvo.org/id/term/lin/Nyu%C3%A9>,
        <http://lexvo.org/id/term/lit/Niue>,
        <http://lexvo.org/id/term/lub/Nyue>,
        <http://lexvo.org/id/term/lug/Niyuwe>,
        <http://lexvo.org/id/term/luo/Niue>,
        <http://lexvo.org/id/term/luy/Niue>,
        <http://lexvo.org/id/term/mal/%E0%B4%A8%E0%B5%8D%E0%B4%AF%E0%B5%82%E0%B4%B5%E0%B5%87>,
        <http://lexvo.org/id/term/mar/%E0%A4%A8%E0%A5%80%E0%A4%AF%E0%A5%82>,
        <http://lexvo.org/id/term/mas/Niue>,
        <http://lexvo.org/id/term/mer/Niue>,
        <http://lexvo.org/id/term/mfe/Niowe>,
        <http://lexvo.org/id/term/mkd/%D0%9D%D0%B8%D0%B5>,
        <http://lexvo.org/id/term/mlg/Nio%C3%A9>,
        <http://lexvo.org/id/term/mlt/Niue>,
        <http://lexvo.org/id/term/mua/Niwe>,
        <http://lexvo.org/id/term/naq/Niue>,
        <http://lexvo.org/id/term/nde/Niue>,
        <http://lexvo.org/id/term/nep/%E0%A4%A8%E0%A4%BF%E0%A4%AF%E0%A5%81%E0%A4%87>,
        <http://lexvo.org/id/term/nld/Niue>,
        <http://lexvo.org/id/term/nmg/Niu%C9%9B>,
        <http://lexvo.org/id/term/nno/Niue>,
        <http://lexvo.org/id/term/nob/Niue>,
        <http://lexvo.org/id/term/nyn/Niue>,
        <http://lexvo.org/id/term/ori/%E0%AC%A8%E0%AC%BF%E0%AC%89>,
        <http://lexvo.org/id/term/pol/Niue>,
        <http://lexvo.org/id/term/por/Niue>,
        <http://lexvo.org/id/term/rof/Niue>,
        <http://lexvo.org/id/term/roh/Niue>,
        <http://lexvo.org/id/term/ron/Niue>,
        <http://lexvo.org/id/term/run/Niyuwe>,
        <http://lexvo.org/id/term/rus/%D0%9D%D0%B8%D1%83%D0%B5>,
        <http://lexvo.org/id/term/rwk/Niue>,
        <http://lexvo.org/id/term/sag/Niue>,
        <http://lexvo.org/id/term/saq/Niue>,
        <http://lexvo.org/id/term/sbp/Niwue>,
        <http://lexvo.org/id/term/seh/Niue>,
        <http://lexvo.org/id/term/ses/Niue>,
        <http://lexvo.org/id/term/shi-Latn/niwi>,
        <http://lexvo.org/id/term/shi/%E2%B5%8F%E2%B5%89%E2%B5%A1%E2%B5%89>,
        <http://lexvo.org/id/term/sin/%E0%B6%B1%E0%B7%92%E0%B6%BA%E0%B7%96>,
        <http://lexvo.org/id/term/slk/Niue>,
        <http://lexvo.org/id/term/slv/Niue>,
        <http://lexvo.org/id/term/sme/Niue>,
        <http://lexvo.org/id/term/sna/Niue>,
        <http://lexvo.org/id/term/som/Niue>,
        <http://lexvo.org/id/term/spa/Isla%20Niue>,
        <http://lexvo.org/id/term/srp-Latn/Niue>,
        <http://lexvo.org/id/term/srp/%D0%9D%D0%B8%D1%83%D0%B5>,
        <http://lexvo.org/id/term/swc/Niue>,
        <http://lexvo.org/id/term/swe/Niue>,
        <http://lexvo.org/id/term/swh/Niue>,
        <http://lexvo.org/id/term/tam/%E0%AE%A8%E0%AE%BF%E0%AE%AF%E0%AF%82>,
        <http://lexvo.org/id/term/tel/%E0%B0%A8%E0%B0%BF%E0%B0%AF%E0%B1%81>,
        <http://lexvo.org/id/term/teo/Niue>,
        <http://lexvo.org/id/term/tha/%E0%B8%99%E0%B8%B5%E0%B8%AD%E0%B8%B9%E0%B9%80%E0%B8%AD>,
        <http://lexvo.org/id/term/tir/%E1%8A%92%E1%8A%A1%E1%8B%AD>,
        <http://lexvo.org/id/term/ton/Niu%C4%93>,
        <http://lexvo.org/id/term/tur/Niue>,
        <http://lexvo.org/id/term/twq/Niue>,
        <http://lexvo.org/id/term/tzm/Niwi>,
        <http://lexvo.org/id/term/ukr/%D0%9D%D1%96%D1%8F>,
        <http://lexvo.org/id/term/urd/%D9%86%DB%8C%D8%A6%D9%88>,
        <http://lexvo.org/id/term/vai-Latn/Niwe>,
        <http://lexvo.org/id/term/vai/%EA%96%B8%EA%94%83%EA%94%A4>,
        <http://lexvo.org/id/term/vie/Niue>,
        <http://lexvo.org/id/term/vun/Niue>,
        <http://lexvo.org/id/term/wae/Niue>,
        <http://lexvo.org/id/term/xog/Niyuwe>,
        <http://lexvo.org/id/term/yav/niyuw%C3%A9>,
        <http://lexvo.org/id/term/yor/Or%C3%ADl%E1%BA%B9%CC%81%C3%A8de%20Niue>,
        <http://lexvo.org/id/term/zsm/Niue>,
        <http://lexvo.org/id/term/zul/i-Niue> ;
    owl:sameAs <http://psi.oasis-open.org/iso/3166/#570>,
        <http://sws.geonames.org/4036232/> .

<http://lexvo.org/id/iso3166/NZ> a lvont:GeographicRegion ;
    rdfs:label "Nieu-Seeland"@af,
        "Zìlân È fūghū"@agq,
        "Ziland Foforo"@ak,
        "ኒው ዚላንድ"@am,
        "نيوزيلاندا"@ar,
        "Nyudhilandi"@asa,
        "Nueva Zelanda"@ast,
        "Yeni Zelandiya"@az,
        "Sìlând Yɔ̀ndɔ"@bas,
        "Новая Зеландыя"@be,
        "Hunyuzilandi"@bez,
        "Нова Зеландия"@bg,
        "Zelandi Koura"@bm,
        "নিউ জিলণ্ড"@bn,
        "ནིའུ་ཛི་ལན྄ཌ།"@bo,
        "Zeland-Nevez"@br,
        "न्यूज़ीलैंड"@brx,
        "Novi Zeland"@bs,
        "Нови Зеланд"@bs-Cyrl,
        "ኒው ዚላንድ"@byn,
        "Nova Zelanda"@ca,
        "Niuzirandi"@cgg,
        "ᎢᏤ ᏏᎢᎴᏂᏗ"@chr,
        "新西兰"@cmn,
        "紐西蘭"@cmn-Hant,
        "Nový Zéland"@cs,
        "Seland Newydd"@cy,
        "New Zealand"@da,
        "Nyuzilandi"@dav,
        "Neuseeland"@de,
        "Zeelandu Taaga"@dje,
        "ནིའུ་ཛི་ལེནཌ"@dz,
        "Nyuzilandi"@ebu,
        "New Zealand nutome"@ee,
        "Νέα Ζηλανδία"@el,
        "ISO 3166-1:NZ"@en,
        "New Zealand"@en,
        "𐐤𐐭 𐐞𐐨𐑊𐐲𐑌𐐼"@en-Dsrt,
        "Nov-Zelando"@eo,
        "Nueva Zelanda"@es,
        "Uus-Meremaa"@et,
        "Zeelanda Berria"@eu,
        "Ǹkpámɛn Zeláŋ"@ewo,
        "زلاند نو"@fa,
        "زیلاند جدید"@fa,
        "Nuwel Selannda"@ff,
        "Uusi-Seelanti"@fi,
        "New Zealand"@fil,
        "Ný Sæland"@fo,
        "Nouvelle-Zélande"@fr,
        "Gnove Zelande"@fur,
        "An Nua-Shéalainn"@ga,
        "Sealainn Nuadh"@gd,
        "Nova Celandia"@gl,
        "Nöiseeland"@gsw,
        "ન્યુઝીલેન્ડ"@gu,
        "Nyuzilandi"@guz,
        "Nuzilan"@ha,
        "Aotearoa"@haw,
        "ניו זילנד"@he,
        "न्यूज़ीलैंड"@hi,
        "Novi Zeland"@hr,
        "Új-Zéland"@hu,
        "Նոր Զելանդիա"@hy,
        "Nove Zelanda"@ia,
        "Selandia Baru"@id,
        "Nýja-Sjáland"@is,
        "Nuova Zelanda"@it,
        "ニュージーランド"@ja,
        "Nyuzilandi"@jmc,
        "ახალი ზელანდია"@ka,
        "Ziland Tamaynut"@kab,
        "Nyuzilandi"@kam,
        "Nyuzilandi"@kde,
        "Nova Zilandia"@kea,
        "Zeelandu Taaga"@khq,
        "Nyuzilandi"@ki,
        "Nutaaq Zeelandi"@kl,
        "Emetab New Zealand"@kln,
        "នូវែលហ្សេឡង់"@km,
        "ನ್ಯೂಜಿಲೆಂಡ್"@kn,
        "뉴질랜드"@ko,
        "نیوٗزِلینٛڑ"@ks,
        "Nyuzilandi"@ksb,
        "zɛlan anyɔ́n"@ksf,
        "Neuseeland"@ksh,
        "Nyuzílandi"@lag,
        "Niyuziirandi"@lg,
        "Zelandɛ ya sika"@ln,
        "ນິວຊີແລນ"@lo,
        "Naujoji Zelandija"@lt,
        "Zelanda wa mumu"@lu,
        "New Zealand"@luo,
        "Nyuzilandi"@luy,
        "Jaunzēlande"@lv,
        "Nyuzilandi"@mas,
        "Niuzilandi"@mer,
        "Nouvel Zeland"@mfe,
        "Nouvelle-Zélande"@mg,
        "Нов Зеланд"@mk,
        "ന്യൂസിലാൻറ്"@ml,
        "न्यूझीलंड"@mr,
        "New Zealand"@mt,
        "Zeland mafuu"@mua,
        "နယူးဇီလန်"@my,
        "New Zealandi"@naq,
        "New Zealand"@nb,
        "New Zealand"@nd,
        "न्युजिल्याण्ड"@ne,
        "Nieuw-Zeeland"@nl,
        "Zeland nwanah"@nmg,
        "New Zealand"@nn,
        "Niuzirandi"@nyn,
        "ନ୍ୟୁଜିଲାଣ୍ଡ"@or,
        "Nowa Zelandia"@pl,
        "نیوزیلنډ"@ps,
        "Nova Zelândia"@pt,
        "Nova Zelanda"@rm,
        "Nuvelizelandi"@rn,
        "Noua Zeelandă"@ro,
        "Nyuzilandi"@rof,
        "Новая Зеландия"@ru,
        "Nyuzilandi"@rwk,
        "Nyuzilandi"@saq,
        "Nyusilendi"@sbp,
        "Ođđa-Selánda"@se,
        "Nova Zelândia"@seh,
        "Zeelandu Taaga"@ses,
        "Finî Zelânde"@sg,
        "ⵏⵢⵓⵣⵉⵍⴰⵏⴷⴰ"@shi,
        "nyuzilanda"@shi-Latn,
        "නවසීලන්තය"@si,
        "Nový Zéland"@sk,
        "Nova Zelandija"@sl,
        "New Zealand"@sn,
        "Neyuusilaand"@so,
        "Zelanda e Re"@sq,
        "Нови Зеланд"@sr,
        "Novi Zeland"@sr-Latn,
        "Nya Zeeland"@sv,
        "Nyuzilandi"@swc,
        "Nyuzilandi"@swh,
        "நியூசிலாந்து"@ta,
        "న్యుజిలేండ్"@te,
        "Nyuzilandi"@teo,
        "นิวซีแลนด์"@th,
        "ኒው ዚላንድ"@ti,
        "ኒው ዚላንድ"@tig,
        "Nuʻusila"@to,
        "Yeni Zelanda"@tr,
        "Zeelandu Taaga"@twq,
        "Zilanḍa Tamaynut"@tzm,
        "Нова Зеландія"@uk,
        "نیوزی ینڈ"@ur,
        "ꔽꔤ ꖨꕮ ꕯꕮꕊ"@vai,
        "Zilɛŋ Námaá"@vai-Latn,
        "New Zealand"@vi,
        "Nyuzilandi"@vun,
        "Niwséland"@wae,
        "ኒው ዚላንድ"@wal,
        "Niyuziirandi"@xog,
        "nufɛ́l seláand"@yav,
        "Orílẹ́ède ṣilandi Titun"@yo,
        "New Zealand"@zsm,
        "i-New Zealand"@zu ;
    lvont:label <http://lexvo.org/id/term/afr/Nieu-Seeland>,
        <http://lexvo.org/id/term/agq/Z%C3%ACl%C3%A2n%20%C3%88%20f%C5%ABgh%C5%AB>,
        <http://lexvo.org/id/term/aka/Ziland%20Foforo>,
        <http://lexvo.org/id/term/amh/%E1%8A%92%E1%8B%8D%20%E1%8B%9A%E1%88%8B%E1%8A%95%E1%8B%B5>,
        <http://lexvo.org/id/term/ara/%D9%86%D9%8A%D9%88%D8%B2%D9%8A%D9%84%D8%A7%D9%86%D8%AF%D8%A7>,
        <http://lexvo.org/id/term/asa/Nyudhilandi>,
        <http://lexvo.org/id/term/ast/Nueva%20Zelanda>,
        <http://lexvo.org/id/term/aze/Yeni%20Zelandiya>,
        <http://lexvo.org/id/term/bam/Zelandi%20Koura>,
        <http://lexvo.org/id/term/bas/S%C3%ACl%C3%A2nd%20Y%C9%94%CC%80nd%C9%94>,
        <http://lexvo.org/id/term/bel/%D0%9D%D0%BE%D0%B2%D0%B0%D1%8F%20%D0%97%D0%B5%D0%BB%D0%B0%D0%BD%D0%B4%D1%8B%D1%8F>,
        <http://lexvo.org/id/term/ben/%E0%A6%A8%E0%A6%BF%E0%A6%89%20%E0%A6%9C%E0%A6%BF%E0%A6%B2%E0%A6%A3%E0%A7%8D%E0%A6%A1>,
        <http://lexvo.org/id/term/bez/Hunyuzilandi>,
        <http://lexvo.org/id/term/bod/%E0%BD%93%E0%BD%B2%E0%BD%A0%E0%BD%B4%E0%BC%8B%E0%BD%9B%E0%BD%B2%E0%BC%8B%E0%BD%A3%E0%BD%93%E0%BE%84%E0%BD%8C%E0%BC%8D>,
        <http://lexvo.org/id/term/bos-Cyrl/%D0%9D%D0%BE%D0%B2%D0%B8%20%D0%97%D0%B5%D0%BB%D0%B0%D0%BD%D0%B4>,
        <http://lexvo.org/id/term/bos/Novi%20Zeland>,
        <http://lexvo.org/id/term/bre/Zeland-Nevez>,
        <http://lexvo.org/id/term/brx/%E0%A4%A8%E0%A5%8D%E0%A4%AF%E0%A5%82%E0%A4%9C%E0%A4%BC%E0%A5%80%E0%A4%B2%E0%A5%88%E0%A4%82%E0%A4%A1>,
        <http://lexvo.org/id/term/bul/%D0%9D%D0%BE%D0%B2%D0%B0%20%D0%97%D0%B5%D0%BB%D0%B0%D0%BD%D0%B4%D0%B8%D1%8F>,
        <http://lexvo.org/id/term/byn/%E1%8A%92%E1%8B%8D%20%E1%8B%9A%E1%88%8B%E1%8A%95%E1%8B%B5>,
        <http://lexvo.org/id/term/cat/Nova%20Zelanda>,
        <http://lexvo.org/id/term/ces/Nov%C3%BD%20Z%C3%A9land>,
        <http://lexvo.org/id/term/cgg/Niuzirandi>,
        <http://lexvo.org/id/term/chr/%E1%8E%A2%E1%8F%A4%20%E1%8F%8F%E1%8E%A2%E1%8E%B4%E1%8F%82%E1%8F%97>,
        <http://lexvo.org/id/term/cmn-Hant/%E7%B4%90%E8%A5%BF%E8%98%AD>,
        <http://lexvo.org/id/term/cmn/%E6%96%B0%E8%A5%BF%E5%85%B0>,
        <http://lexvo.org/id/term/cym/Seland%20Newydd>,
        <http://lexvo.org/id/term/dan/New%20Zealand>,
        <http://lexvo.org/id/term/dav/Nyuzilandi>,
        <http://lexvo.org/id/term/deu/Neuseeland>,
        <http://lexvo.org/id/term/dje/Zeelandu%20Taaga>,
        <http://lexvo.org/id/term/dzo/%E0%BD%93%E0%BD%B2%E0%BD%A0%E0%BD%B4%E0%BC%8B%E0%BD%9B%E0%BD%B2%E0%BC%8B%E0%BD%A3%E0%BD%BA%E0%BD%93%E0%BD%8C>,
        <http://lexvo.org/id/term/ebu/Nyuzilandi>,
        <http://lexvo.org/id/term/ell/%CE%9D%CE%AD%CE%B1%20%CE%96%CE%B7%CE%BB%CE%B1%CE%BD%CE%B4%CE%AF%CE%B1>,
        <http://lexvo.org/id/term/eng-Dsrt/%F0%90%90%A4%F0%90%90%AD%20%F0%90%90%9E%F0%90%90%A8%F0%90%91%8A%F0%90%90%B2%F0%90%91%8C%F0%90%90%BC>,
        <http://lexvo.org/id/term/eng/ISO%203166-1%3ANZ>,
        <http://lexvo.org/id/term/eng/New%20Zealand>,
        <http://lexvo.org/id/term/epo/Nov-Zelando>,
        <http://lexvo.org/id/term/est/Uus-Meremaa>,
        <http://lexvo.org/id/term/eus/Zeelanda%20Berria>,
        <http://lexvo.org/id/term/ewe/New%20Zealand%20nutome>,
        <http://lexvo.org/id/term/ewo/%C7%B8kp%C3%A1m%C9%9Bn%20Zel%C3%A1%C5%8B>,
        <http://lexvo.org/id/term/fao/N%C3%BD%20S%C3%A6land>,
        <http://lexvo.org/id/term/fas/%D8%B2%D9%84%D8%A7%D9%86%D8%AF%20%D9%86%D9%88>,
        <http://lexvo.org/id/term/fas/%D8%B2%DB%8C%D9%84%D8%A7%D9%86%D8%AF%20%D8%AC%D8%AF%DB%8C%D8%AF>,
        <http://lexvo.org/id/term/fil/New%20Zealand>,
        <http://lexvo.org/id/term/fin/Uusi-Seelanti>,
        <http://lexvo.org/id/term/fra/Nouvelle-Z%C3%A9lande>,
        <http://lexvo.org/id/term/ful/Nuwel%20Selannda>,
        <http://lexvo.org/id/term/fur/Gnove%20Zelande>,
        <http://lexvo.org/id/term/gla/Sealainn%20Nuadh>,
        <http://lexvo.org/id/term/gle/An%20Nua-Sh%C3%A9alainn>,
        <http://lexvo.org/id/term/glg/Nova%20Celandia>,
        <http://lexvo.org/id/term/gsw/N%C3%B6iseeland>,
        <http://lexvo.org/id/term/guj/%E0%AA%A8%E0%AB%8D%E0%AA%AF%E0%AB%81%E0%AA%9D%E0%AB%80%E0%AA%B2%E0%AB%87%E0%AA%A8%E0%AB%8D%E0%AA%A1>,
        <http://lexvo.org/id/term/guz/Nyuzilandi>,
        <http://lexvo.org/id/term/hau/Nuzilan>,
        <http://lexvo.org/id/term/haw/Aotearoa>,
        <http://lexvo.org/id/term/heb/%D7%A0%D7%99%D7%95%20%D7%96%D7%99%D7%9C%D7%A0%D7%93>,
        <http://lexvo.org/id/term/hin/%E0%A4%A8%E0%A5%8D%E0%A4%AF%E0%A5%82%E0%A4%9C%E0%A4%BC%E0%A5%80%E0%A4%B2%E0%A5%88%E0%A4%82%E0%A4%A1>,
        <http://lexvo.org/id/term/hrv/Novi%20Zeland>,
        <http://lexvo.org/id/term/hun/%C3%9Aj-Z%C3%A9land>,
        <http://lexvo.org/id/term/hye/%D5%86%D5%B8%D6%80%20%D4%B6%D5%A5%D5%AC%D5%A1%D5%B6%D5%A4%D5%AB%D5%A1>,
        <http://lexvo.org/id/term/ina/Nove%20Zelanda>,
        <http://lexvo.org/id/term/ind/Selandia%20Baru>,
        <http://lexvo.org/id/term/isl/N%C3%BDja-Sj%C3%A1land>,
        <http://lexvo.org/id/term/ita/Nuova%20Zelanda>,
        <http://lexvo.org/id/term/jmc/Nyuzilandi>,
        <http://lexvo.org/id/term/jpn/%E3%83%8B%E3%83%A5%E3%83%BC%E3%82%B8%E3%83%BC%E3%83%A9%E3%83%B3%E3%83%89>,
        <http://lexvo.org/id/term/kab/Ziland%20Tamaynut>,
        <http://lexvo.org/id/term/kal/Nutaaq%20Zeelandi>,
        <http://lexvo.org/id/term/kam/Nyuzilandi>,
        <http://lexvo.org/id/term/kan/%E0%B2%A8%E0%B3%8D%E0%B2%AF%E0%B3%82%E0%B2%9C%E0%B2%BF%E0%B2%B2%E0%B3%86%E0%B2%82%E0%B2%A1%E0%B3%8D>,
        <http://lexvo.org/id/term/kas/%D9%86%DB%8C%D9%88%D9%97%D8%B2%D9%90%D9%84%DB%8C%D9%86%D9%9B%DA%91>,
        <http://lexvo.org/id/term/kat/%E1%83%90%E1%83%AE%E1%83%90%E1%83%9A%E1%83%98%20%E1%83%96%E1%83%94%E1%83%9A%E1%83%90%E1%83%9C%E1%83%93%E1%83%98%E1%83%90>,
        <http://lexvo.org/id/term/kde/Nyuzilandi>,
        <http://lexvo.org/id/term/kea/Nova%20Zilandia>,
        <http://lexvo.org/id/term/khm/%E1%9E%93%E1%9E%BC%E1%9E%9C%E1%9F%82%E1%9E%9B%E1%9E%A0%E1%9F%92%E1%9E%9F%E1%9F%81%E1%9E%A1%E1%9E%84%E1%9F%8B>,
        <http://lexvo.org/id/term/khq/Zeelandu%20Taaga>,
        <http://lexvo.org/id/term/kik/Nyuzilandi>,
        <http://lexvo.org/id/term/kln/Emetab%20New%20Zealand>,
        <http://lexvo.org/id/term/kor/%EB%89%B4%EC%A7%88%EB%9E%9C%EB%93%9C>,
        <http://lexvo.org/id/term/ksb/Nyuzilandi>,
        <http://lexvo.org/id/term/ksf/z%C9%9Blan%20any%C9%94%CC%81n>,
        <http://lexvo.org/id/term/ksh/Neuseeland>,
        <http://lexvo.org/id/term/lag/Nyuz%C3%ADlandi>,
        <http://lexvo.org/id/term/lao/%E0%BA%99%E0%BA%B4%E0%BA%A7%E0%BA%8A%E0%BA%B5%E0%BB%81%E0%BA%A5%E0%BA%99>,
        <http://lexvo.org/id/term/lav/Jaunz%C4%93lande>,
        <http://lexvo.org/id/term/lin/Zeland%C9%9B%20ya%20sika>,
        <http://lexvo.org/id/term/lit/Naujoji%20Zelandija>,
        <http://lexvo.org/id/term/lub/Zelanda%20wa%20mumu>,
        <http://lexvo.org/id/term/lug/Niyuziirandi>,
        <http://lexvo.org/id/term/luo/New%20Zealand>,
        <http://lexvo.org/id/term/luy/Nyuzilandi>,
        <http://lexvo.org/id/term/mal/%E0%B4%A8%E0%B5%8D%E0%B4%AF%E0%B5%82%E0%B4%B8%E0%B4%BF%E0%B4%B2%E0%B4%BE%E0%B5%BB%E0%B4%B1%E0%B5%8D>,
        <http://lexvo.org/id/term/mar/%E0%A4%A8%E0%A5%8D%E0%A4%AF%E0%A5%82%E0%A4%9D%E0%A5%80%E0%A4%B2%E0%A4%82%E0%A4%A1>,
        <http://lexvo.org/id/term/mas/Nyuzilandi>,
        <http://lexvo.org/id/term/mer/Niuzilandi>,
        <http://lexvo.org/id/term/mfe/Nouvel%20Zeland>,
        <http://lexvo.org/id/term/mkd/%D0%9D%D0%BE%D0%B2%20%D0%97%D0%B5%D0%BB%D0%B0%D0%BD%D0%B4>,
        <http://lexvo.org/id/term/mlg/Nouvelle-Z%C3%A9lande>,
        <http://lexvo.org/id/term/mlt/New%20Zealand>,
        <http://lexvo.org/id/term/mua/Zeland%20mafuu>,
        <http://lexvo.org/id/term/mya/%E1%80%94%E1%80%9A%E1%80%B0%E1%80%B8%E1%80%87%E1%80%AE%E1%80%9C%E1%80%94%E1%80%BA>,
        <http://lexvo.org/id/term/naq/New%20Zealandi>,
        <http://lexvo.org/id/term/nde/New%20Zealand>,
        <http://lexvo.org/id/term/nep/%E0%A4%A8%E0%A5%8D%E0%A4%AF%E0%A5%81%E0%A4%9C%E0%A4%BF%E0%A4%B2%E0%A5%8D%E0%A4%AF%E0%A4%BE%E0%A4%A3%E0%A5%8D%E0%A4%A1>,
        <http://lexvo.org/id/term/nld/Nieuw-Zeeland>,
        <http://lexvo.org/id/term/nmg/Zeland%20nwanah>,
        <http://lexvo.org/id/term/nno/New%20Zealand>,
        <http://lexvo.org/id/term/nob/New%20Zealand>,
        <http://lexvo.org/id/term/nyn/Niuzirandi>,
        <http://lexvo.org/id/term/ori/%E0%AC%A8%E0%AD%8D%E0%AD%9F%E0%AD%81%E0%AC%9C%E0%AC%BF%E0%AC%B2%E0%AC%BE%E0%AC%A3%E0%AD%8D%E0%AC%A1>,
        <http://lexvo.org/id/term/pol/Nowa%20Zelandia>,
        <http://lexvo.org/id/term/por/Nova%20Zel%C3%A2ndia>,
        <http://lexvo.org/id/term/pus/%D9%86%DB%8C%D9%88%D8%B2%DB%8C%D9%84%D9%86%DA%89>,
        <http://lexvo.org/id/term/rof/Nyuzilandi>,
        <http://lexvo.org/id/term/roh/Nova%20Zelanda>,
        <http://lexvo.org/id/term/ron/Noua%20Zeeland%C4%83>,
        <http://lexvo.org/id/term/run/Nuvelizelandi>,
        <http://lexvo.org/id/term/rus/%D0%9D%D0%BE%D0%B2%D0%B0%D1%8F%20%D0%97%D0%B5%D0%BB%D0%B0%D0%BD%D0%B4%D0%B8%D1%8F>,
        <http://lexvo.org/id/term/rwk/Nyuzilandi>,
        <http://lexvo.org/id/term/sag/Fin%C3%AE%20Zel%C3%A2nde>,
        <http://lexvo.org/id/term/saq/Nyuzilandi>,
        <http://lexvo.org/id/term/sbp/Nyusilendi>,
        <http://lexvo.org/id/term/seh/Nova%20Zel%C3%A2ndia>,
        <http://lexvo.org/id/term/ses/Zeelandu%20Taaga>,
        <http://lexvo.org/id/term/shi-Latn/nyuzilanda>,
        <http://lexvo.org/id/term/shi/%E2%B5%8F%E2%B5%A2%E2%B5%93%E2%B5%A3%E2%B5%89%E2%B5%8D%E2%B4%B0%E2%B5%8F%E2%B4%B7%E2%B4%B0>,
        <http://lexvo.org/id/term/sin/%E0%B6%B1%E0%B7%80%E0%B7%83%E0%B7%93%E0%B6%BD%E0%B6%B1%E0%B7%8A%E0%B6%AD%E0%B6%BA>,
        <http://lexvo.org/id/term/slk/Nov%C3%BD%20Z%C3%A9land>,
        <http://lexvo.org/id/term/slv/Nova%20Zelandija>,
        <http://lexvo.org/id/term/sme/O%C4%91%C4%91a-Sel%C3%A1nda>,
        <http://lexvo.org/id/term/sna/New%20Zealand>,
        <http://lexvo.org/id/term/som/Neyuusilaand>,
        <http://lexvo.org/id/term/spa/Nueva%20Zelanda>,
        <http://lexvo.org/id/term/sqi/Zelanda%20e%20Re>,
        <http://lexvo.org/id/term/srp-Latn/Novi%20Zeland>,
        <http://lexvo.org/id/term/srp/%D0%9D%D0%BE%D0%B2%D0%B8%20%D0%97%D0%B5%D0%BB%D0%B0%D0%BD%D0%B4>,
        <http://lexvo.org/id/term/swc/Nyuzilandi>,
        <http://lexvo.org/id/term/swe/Nya%20Zeeland>,
        <http://lexvo.org/id/term/swh/Nyuzilandi>,
        <http://lexvo.org/id/term/tam/%E0%AE%A8%E0%AE%BF%E0%AE%AF%E0%AF%82%E0%AE%9A%E0%AE%BF%E0%AE%B2%E0%AE%BE%E0%AE%A8%E0%AF%8D%E0%AE%A4%E0%AF%81>,
        <http://lexvo.org/id/term/tel/%E0%B0%A8%E0%B1%8D%E0%B0%AF%E0%B1%81%E0%B0%9C%E0%B0%BF%E0%B0%B2%E0%B1%87%E0%B0%82%E0%B0%A1%E0%B1%8D>,
        <http://lexvo.org/id/term/teo/Nyuzilandi>,
        <http://lexvo.org/id/term/tha/%E0%B8%99%E0%B8%B4%E0%B8%A7%E0%B8%8B%E0%B8%B5%E0%B9%81%E0%B8%A5%E0%B8%99%E0%B8%94%E0%B9%8C>,
        <http://lexvo.org/id/term/tig/%E1%8A%92%E1%8B%8D%20%E1%8B%9A%E1%88%8B%E1%8A%95%E1%8B%B5>,
        <http://lexvo.org/id/term/tir/%E1%8A%92%E1%8B%8D%20%E1%8B%9A%E1%88%8B%E1%8A%95%E1%8B%B5>,
        <http://lexvo.org/id/term/ton/Nu%CA%BBusila>,
        <http://lexvo.org/id/term/tur/Yeni%20Zelanda>,
        <http://lexvo.org/id/term/twq/Zeelandu%20Taaga>,
        <http://lexvo.org/id/term/tzm/Zilan%E1%B8%8Da%20Tamaynut>,
        <http://lexvo.org/id/term/ukr/%D0%9D%D0%BE%D0%B2%D0%B0%20%D0%97%D0%B5%D0%BB%D0%B0%D0%BD%D0%B4%D1%96%D1%8F>,
        <http://lexvo.org/id/term/urd/%D9%86%DB%8C%D9%88%D8%B2%DB%8C%20%DB%8C%D9%86%DA%88>,
        <http://lexvo.org/id/term/vai-Latn/Zil%C9%9B%C5%8B%20N%C3%A1ma%C3%A1>,
        <http://lexvo.org/id/term/vai/%EA%94%BD%EA%94%A4%20%EA%96%A8%EA%95%AE%20%EA%95%AF%EA%95%AE%EA%95%8A>,
        <http://lexvo.org/id/term/vie/New%20Zealand>,
        <http://lexvo.org/id/term/vun/Nyuzilandi>,
        <http://lexvo.org/id/term/wae/Niws%C3%A9land>,
        <http://lexvo.org/id/term/wal/%E1%8A%92%E1%8B%8D%20%E1%8B%9A%E1%88%8B%E1%8A%95%E1%8B%B5>,
        <http://lexvo.org/id/term/xog/Niyuziirandi>,
        <http://lexvo.org/id/term/yav/nuf%C9%9B%CC%81l%20sel%C3%A1and>,
        <http://lexvo.org/id/term/yor/Or%C3%ADl%E1%BA%B9%CC%81%C3%A8de%20%E1%B9%A3ilandi%20Titun>,
        <http://lexvo.org/id/term/zsm/New%20Zealand>,
        <http://lexvo.org/id/term/zul/i-New%20Zealand> ;
    owl:sameAs <http://psi.oasis-open.org/iso/3166/#554>,
        <http://sws.geonames.org/2186224/> .

<http://lexvo.org/id/iso3166/OM> a lvont:GeographicRegion ;
    rdfs:label "Oman"@af,
        "Umàn"@agq,
        "Oman"@ak,
        "ኦማን"@am,
        "عُمان"@ar,
        "Omani"@asa,
        "Omán"@ast,
        "Oman"@az,
        "Òmân"@bas,
        "Аман"@be,
        "Huomani"@bez,
        "Оман"@bg,
        "Omaŋ"@bm,
        "ওমান"@bn,
        "ཨོ་མན།"@bo,
        "Oman"@br,
        "ओमान"@brx,
        "Oman"@bs,
        "Оман"@bs-Cyrl,
        "Oman"@ca,
        "Omaani"@cgg,
        "ᎣᎺᏂ"@chr,
        "阿曼"@cmn,
        "阿曼王國"@cmn-Hant,
        "Omán"@cs,
        "Oman"@cy,
        "Oman"@da,
        "Omani"@dav,
        "Oman"@de,
        "Omaan"@dje,
        "ཨོ་མཱན"@dz,
        "Omani"@ebu,
        "Oman nutome"@ee,
        "Ομάν"@el,
        "ISO 3166-1:OM"@en,
        "Oman"@en,
        "𐐄𐑋𐐲𐑌"@en-Dsrt,
        "Omano"@eo,
        "Omán"@es,
        "Omaan"@et,
        "Oman"@eu,
        "Omán"@ewo,
        "عمان"@fa,
        "Omaan"@ff,
        "Oman"@fi,
        "Oman"@fil,
        "Oman"@fo,
        "Oman"@fr,
        "Oman"@fur,
        "Óman"@ga,
        "Omàn"@gd,
        "Omán"@gl,
        "Omaan"@gsw,
        "ઓમાન"@gu,
        "Omani"@guz,
        "Oman"@ha,
        "עומאן"@he,
        "ओमान"@hi,
        "Oman"@hr,
        "Omán"@hu,
        "Օման"@hy,
        "Oman"@ia,
        "Oman"@id,
        "Óman"@is,
        "Oman"@it,
        "オマーン"@ja,
        "Omani"@jmc,
        "ომანი"@ka,
        "Ɛuman"@kab,
        "Omani"@kam,
        "Omani"@kde,
        "Oman"@kea,
        "Omaan"@khq,
        "Omani"@ki,
        "Oman"@kl,
        "Emetab Oman"@kln,
        "អូម៉ង់"@km,
        "ಓಮನ್"@kn,
        "오만"@ko,
        "اومان"@ks,
        "Omani"@ksb,
        "oman"@ksf,
        "der Oman"@ksh,
        "Ómani"@lag,
        "Omaani"@lg,
        "Ománɛ"@ln,
        "ໂອມານ"@lo,
        "Omanas"@lt,
        "Omane"@lu,
        "Oman"@luo,
        "Omani"@luy,
        "Omāna"@lv,
        "Omani"@mas,
        "Omani"@mer,
        "Oman"@mfe,
        "Oman"@mg,
        "Uomani"@mgh,
        "Оман"@mk,
        "ഒമാൻ"@ml,
        "ओमान"@mr,
        "Oman"@mt,
        "Omaŋ"@mua,
        "အိုမန်"@my,
        "Oman"@naq,
        "Oman"@nb,
        "Omani"@nd,
        "ओमन"@ne,
        "Oman"@nl,
        "Oman"@nmg,
        "Oman"@nn,
        "Omaani"@nyn,
        "ଓମାନ୍"@or,
        "Oman"@pl,
        "Omã"@pt,
        "Oman"@rm,
        "Omani"@rn,
        "Oman"@ro,
        "Omani"@rof,
        "Оман"@ru,
        "Omani"@rwk,
        "Omani"@saq,
        "Omani"@sbp,
        "Oman"@se,
        "Omã"@seh,
        "Omaan"@ses,
        "Omâni"@sg,
        "ⵄⵓⵎⴰⵏ"@shi,
        "ɛuman"@shi-Latn,
        "ඕමානය"@si,
        "Omán"@sk,
        "Oman"@sl,
        "Oman"@sn,
        "Cumaan"@so,
        "Оман"@sr,
        "Oman"@sr-Latn,
        "Oman"@sv,
        "Omani"@swc,
        "Omani"@swh,
        "ஓமன்"@ta,
        "ఒమాన్"@te,
        "Omani"@teo,
        "โอมาน"@th,
        "ኦማን"@ti,
        "ʻOmani"@to,
        "Umman"@tr,
        "Omaan"@twq,
        "Ɛumman"@tzm,
        "Оман"@uk,
        "عمان"@ur,
        "ꕱꕮꘋ"@vai,
        "Omaŋ"@vai-Latn,
        "Oman"@vi,
        "Omani"@vun,
        "Oman"@wae,
        "Omaani"@xog,
        "omáŋ"@yav,
        "Orílẹ́ède Ọọma"@yo,
        "Oman"@zsm,
        "i-Oman"@zu ;
    lvont:label <http://lexvo.org/id/term/afr/Oman>,
        <http://lexvo.org/id/term/agq/Um%C3%A0n>,
        <http://lexvo.org/id/term/aka/Oman>,
        <http://lexvo.org/id/term/amh/%E1%8A%A6%E1%88%9B%E1%8A%95>,
        <http://lexvo.org/id/term/ara/%D8%B9%D9%8F%D9%85%D8%A7%D9%86>,
        <http://lexvo.org/id/term/asa/Omani>,
        <http://lexvo.org/id/term/ast/Om%C3%A1n>,
        <http://lexvo.org/id/term/aze/Oman>,
        <http://lexvo.org/id/term/bam/Oma%C5%8B>,
        <http://lexvo.org/id/term/bas/%C3%92m%C3%A2n>,
        <http://lexvo.org/id/term/bel/%D0%90%D0%BC%D0%B0%D0%BD>,
        <http://lexvo.org/id/term/ben/%E0%A6%93%E0%A6%AE%E0%A6%BE%E0%A6%A8>,
        <http://lexvo.org/id/term/bez/Huomani>,
        <http://lexvo.org/id/term/bod/%E0%BD%A8%E0%BD%BC%E0%BC%8B%E0%BD%98%E0%BD%93%E0%BC%8D>,
        <http://lexvo.org/id/term/bos-Cyrl/%D0%9E%D0%BC%D0%B0%D0%BD>,
        <http://lexvo.org/id/term/bos/Oman>,
        <http://lexvo.org/id/term/bre/Oman>,
        <http://lexvo.org/id/term/brx/%E0%A4%93%E0%A4%AE%E0%A4%BE%E0%A4%A8>,
        <http://lexvo.org/id/term/bul/%D0%9E%D0%BC%D0%B0%D0%BD>,
        <http://lexvo.org/id/term/cat/Oman>,
        <http://lexvo.org/id/term/ces/Om%C3%A1n>,
        <http://lexvo.org/id/term/cgg/Omaani>,
        <http://lexvo.org/id/term/chr/%E1%8E%A3%E1%8E%BA%E1%8F%82>,
        <http://lexvo.org/id/term/cmn-Hant/%E9%98%BF%E6%9B%BC%E7%8E%8B%E5%9C%8B>,
        <http://lexvo.org/id/term/cmn/%E9%98%BF%E6%9B%BC>,
        <http://lexvo.org/id/term/cym/Oman>,
        <http://lexvo.org/id/term/dan/Oman>,
        <http://lexvo.org/id/term/dav/Omani>,
        <http://lexvo.org/id/term/deu/Oman>,
        <http://lexvo.org/id/term/dje/Omaan>,
        <http://lexvo.org/id/term/dzo/%E0%BD%A8%E0%BD%BC%E0%BC%8B%E0%BD%98%E0%BD%B1%E0%BD%93>,
        <http://lexvo.org/id/term/ebu/Omani>,
        <http://lexvo.org/id/term/ell/%CE%9F%CE%BC%CE%AC%CE%BD>,
        <http://lexvo.org/id/term/eng-Dsrt/%F0%90%90%84%F0%90%91%8B%F0%90%90%B2%F0%90%91%8C>,
        <http://lexvo.org/id/term/eng/ISO%203166-1%3AOM>,
        <http://lexvo.org/id/term/eng/Oman>,
        <http://lexvo.org/id/term/epo/Omano>,
        <http://lexvo.org/id/term/est/Omaan>,
        <http://lexvo.org/id/term/eus/Oman>,
        <http://lexvo.org/id/term/ewe/Oman%20nutome>,
        <http://lexvo.org/id/term/ewo/Om%C3%A1n>,
        <http://lexvo.org/id/term/fao/Oman>,
        <http://lexvo.org/id/term/fas/%D8%B9%D9%85%D8%A7%D9%86>,
        <http://lexvo.org/id/term/fil/Oman>,
        <http://lexvo.org/id/term/fin/Oman>,
        <http://lexvo.org/id/term/fra/Oman>,
        <http://lexvo.org/id/term/ful/Omaan>,
        <http://lexvo.org/id/term/fur/Oman>,
        <http://lexvo.org/id/term/gla/Om%C3%A0n>,
        <http://lexvo.org/id/term/gle/%C3%93man>,
        <http://lexvo.org/id/term/glg/Om%C3%A1n>,
        <http://lexvo.org/id/term/gsw/Omaan>,
        <http://lexvo.org/id/term/guj/%E0%AA%93%E0%AA%AE%E0%AA%BE%E0%AA%A8>,
        <http://lexvo.org/id/term/guz/Omani>,
        <http://lexvo.org/id/term/hau/Oman>,
        <http://lexvo.org/id/term/heb/%D7%A2%D7%95%D7%9E%D7%90%D7%9F>,
        <http://lexvo.org/id/term/hin/%E0%A4%93%E0%A4%AE%E0%A4%BE%E0%A4%A8>,
        <http://lexvo.org/id/term/hrv/Oman>,
        <http://lexvo.org/id/term/hun/Om%C3%A1n>,
        <http://lexvo.org/id/term/hye/%D5%95%D5%B4%D5%A1%D5%B6>,
        <http://lexvo.org/id/term/ina/Oman>,
        <http://lexvo.org/id/term/ind/Oman>,
        <http://lexvo.org/id/term/isl/%C3%93man>,
        <http://lexvo.org/id/term/ita/Oman>,
        <http://lexvo.org/id/term/jmc/Omani>,
        <http://lexvo.org/id/term/jpn/%E3%82%AA%E3%83%9E%E3%83%BC%E3%83%B3>,
        <http://lexvo.org/id/term/kab/%C6%90uman>,
        <http://lexvo.org/id/term/kal/Oman>,
        <http://lexvo.org/id/term/kam/Omani>,
        <http://lexvo.org/id/term/kan/%E0%B2%93%E0%B2%AE%E0%B2%A8%E0%B3%8D>,
        <http://lexvo.org/id/term/kas/%D8%A7%D9%88%D9%85%D8%A7%D9%86>,
        <http://lexvo.org/id/term/kat/%E1%83%9D%E1%83%9B%E1%83%90%E1%83%9C%E1%83%98>,
        <http://lexvo.org/id/term/kde/Omani>,
        <http://lexvo.org/id/term/kea/Oman>,
        <http://lexvo.org/id/term/khm/%E1%9E%A2%E1%9E%BC%E1%9E%98%E1%9F%89%E1%9E%84%E1%9F%8B>,
        <http://lexvo.org/id/term/khq/Omaan>,
        <http://lexvo.org/id/term/kik/Omani>,
        <http://lexvo.org/id/term/kln/Emetab%20Oman>,
        <http://lexvo.org/id/term/kor/%EC%98%A4%EB%A7%8C>,
        <http://lexvo.org/id/term/ksb/Omani>,
        <http://lexvo.org/id/term/ksf/oman>,
        <http://lexvo.org/id/term/ksh/der%20Oman>,
        <http://lexvo.org/id/term/lag/%C3%93mani>,
        <http://lexvo.org/id/term/lao/%E0%BB%82%E0%BA%AD%E0%BA%A1%E0%BA%B2%E0%BA%99>,
        <http://lexvo.org/id/term/lav/Om%C4%81na>,
        <http://lexvo.org/id/term/lin/Om%C3%A1n%C9%9B>,
        <http://lexvo.org/id/term/lit/Omanas>,
        <http://lexvo.org/id/term/lub/Omane>,
        <http://lexvo.org/id/term/lug/Omaani>,
        <http://lexvo.org/id/term/luo/Oman>,
        <http://lexvo.org/id/term/luy/Omani>,
        <http://lexvo.org/id/term/mal/%E0%B4%92%E0%B4%AE%E0%B4%BE%E0%B5%BB>,
        <http://lexvo.org/id/term/mar/%E0%A4%93%E0%A4%AE%E0%A4%BE%E0%A4%A8>,
        <http://lexvo.org/id/term/mas/Omani>,
        <http://lexvo.org/id/term/mer/Omani>,
        <http://lexvo.org/id/term/mfe/Oman>,
        <http://lexvo.org/id/term/mgh/Uomani>,
        <http://lexvo.org/id/term/mkd/%D0%9E%D0%BC%D0%B0%D0%BD>,
        <http://lexvo.org/id/term/mlg/Oman>,
        <http://lexvo.org/id/term/mlt/Oman>,
        <http://lexvo.org/id/term/mua/Oma%C5%8B>,
        <http://lexvo.org/id/term/mya/%E1%80%A1%E1%80%AD%E1%80%AF%E1%80%99%E1%80%94%E1%80%BA>,
        <http://lexvo.org/id/term/naq/Oman>,
        <http://lexvo.org/id/term/nde/Omani>,
        <http://lexvo.org/id/term/nep/%E0%A4%93%E0%A4%AE%E0%A4%A8>,
        <http://lexvo.org/id/term/nld/Oman>,
        <http://lexvo.org/id/term/nmg/Oman>,
        <http://lexvo.org/id/term/nno/Oman>,
        <http://lexvo.org/id/term/nob/Oman>,
        <http://lexvo.org/id/term/nyn/Omaani>,
        <http://lexvo.org/id/term/ori/%E0%AC%93%E0%AC%AE%E0%AC%BE%E0%AC%A8%E0%AD%8D>,
        <http://lexvo.org/id/term/pol/Oman>,
        <http://lexvo.org/id/term/por/Om%C3%A3>,
        <http://lexvo.org/id/term/rof/Omani>,
        <http://lexvo.org/id/term/roh/Oman>,
        <http://lexvo.org/id/term/ron/Oman>,
        <http://lexvo.org/id/term/run/Omani>,
        <http://lexvo.org/id/term/rus/%D0%9E%D0%BC%D0%B0%D0%BD>,
        <http://lexvo.org/id/term/rwk/Omani>,
        <http://lexvo.org/id/term/sag/Om%C3%A2ni>,
        <http://lexvo.org/id/term/saq/Omani>,
        <http://lexvo.org/id/term/sbp/Omani>,
        <http://lexvo.org/id/term/seh/Om%C3%A3>,
        <http://lexvo.org/id/term/ses/Omaan>,
        <http://lexvo.org/id/term/shi-Latn/%C9%9Buman>,
        <http://lexvo.org/id/term/shi/%E2%B5%84%E2%B5%93%E2%B5%8E%E2%B4%B0%E2%B5%8F>,
        <http://lexvo.org/id/term/sin/%E0%B6%95%E0%B6%B8%E0%B7%8F%E0%B6%B1%E0%B6%BA>,
        <http://lexvo.org/id/term/slk/Om%C3%A1n>,
        <http://lexvo.org/id/term/slv/Oman>,
        <http://lexvo.org/id/term/sme/Oman>,
        <http://lexvo.org/id/term/sna/Oman>,
        <http://lexvo.org/id/term/som/Cumaan>,
        <http://lexvo.org/id/term/spa/Om%C3%A1n>,
        <http://lexvo.org/id/term/srp-Latn/Oman>,
        <http://lexvo.org/id/term/srp/%D0%9E%D0%BC%D0%B0%D0%BD>,
        <http://lexvo.org/id/term/swc/Omani>,
        <http://lexvo.org/id/term/swe/Oman>,
        <http://lexvo.org/id/term/swh/Omani>,
        <http://lexvo.org/id/term/tam/%E0%AE%93%E0%AE%AE%E0%AE%A9%E0%AF%8D>,
        <http://lexvo.org/id/term/tel/%E0%B0%92%E0%B0%AE%E0%B0%BE%E0%B0%A8%E0%B1%8D>,
        <http://lexvo.org/id/term/teo/Omani>,
        <http://lexvo.org/id/term/tha/%E0%B9%82%E0%B8%AD%E0%B8%A1%E0%B8%B2%E0%B8%99>,
        <http://lexvo.org/id/term/tir/%E1%8A%A6%E1%88%9B%E1%8A%95>,
        <http://lexvo.org/id/term/ton/%CA%BBOmani>,
        <http://lexvo.org/id/term/tur/Umman>,
        <http://lexvo.org/id/term/twq/Omaan>,
        <http://lexvo.org/id/term/tzm/%C6%90umman>,
        <http://lexvo.org/id/term/ukr/%D0%9E%D0%BC%D0%B0%D0%BD>,
        <http://lexvo.org/id/term/urd/%D8%B9%D9%85%D8%A7%D9%86>,
        <http://lexvo.org/id/term/vai-Latn/Oma%C5%8B>,
        <http://lexvo.org/id/term/vai/%EA%95%B1%EA%95%AE%EA%98%8B>,
        <http://lexvo.org/id/term/vie/Oman>,
        <http://lexvo.org/id/term/vun/Omani>,
        <http://lexvo.org/id/term/wae/Oman>,
        <http://lexvo.org/id/term/xog/Omaani>,
        <http://lexvo.org/id/term/yav/om%C3%A1%C5%8B>,
        <http://lexvo.org/id/term/yor/Or%C3%ADl%E1%BA%B9%CC%81%C3%A8de%20%E1%BB%8C%E1%BB%8Dma>,
        <http://lexvo.org/id/term/zsm/Oman>,
        <http://lexvo.org/id/term/zul/i-Oman> ;
    owl:sameAs <http://psi.oasis-open.org/iso/3166/#512>,
        <http://sws.geonames.org/286963/> .

<http://lexvo.org/id/iso3166/PA> a lvont:GeographicRegion ;
    rdfs:label "Panama"@af,
        "Kpanàma"@agq,
        "Panama"@ak,
        "ፓናማ"@am,
        "بنما"@ar,
        "Panama"@asa,
        "Panamá"@ast,
        "Panama"@az,
        "Pànàma"@bas,
        "Панама"@be,
        "Hupanama"@bez,
        "Панама"@bg,
        "Panama"@bm,
        "পানামা"@bn,
        "པ་ནཱ་མ།"@bo,
        "Panamá"@br,
        "पनामा"@brx,
        "Panama"@bs,
        "Панама"@bs-Cyrl,
        "Panamà"@ca,
        "Panama"@cgg,
        "ᏆᎾᎹ"@chr,
        "巴拿马"@cmn,
        "巴拿馬"@cmn-Hant,
        "Panama"@cs,
        "Panama"@cy,
        "Panama"@da,
        "Panama"@dav,
        "Panama"@de,
        "Panama"@dje,
        "པ་ན་མ"@dz,
        "Panama"@ebu,
        "Panama nutome"@ee,
        "Παναμάς"@el,
        "ISO 3166-1:PA"@en,
        "Panama"@en,
        "𐐑𐐰𐑌𐐲𐑋𐐪"@en-Dsrt,
        "Panamo"@eo,
        "Panamá"@es,
        "Panama"@et,
        "Panama"@eu,
        "Panamá"@ewo,
        "پاناما"@fa,
        "پانامه"@fa,
        "Panamaa"@ff,
        "Panama"@fi,
        "Panama"@fil,
        "Panama"@fo,
        "Panama"@fr,
        "Panamà"@fur,
        "Panama"@ga,
        "Panama"@gd,
        "Panamá"@gl,
        "Panama"@gsw,
        "પનામા"@gu,
        "Panama"@guz,
        "Panama"@ha,
        "פנמה"@he,
        "पनामा"@hi,
        "Panama"@hr,
        "Panama"@hu,
        "Պանամա"@hy,
        "Panama"@id,
        "Panama"@is,
        "Panama"@it,
        "パナマ"@ja,
        "Panama"@jmc,
        "პანამა"@ka,
        "Panam"@kab,
        "Panama"@kam,
        "Panama"@kde,
        "Panama"@kea,
        "Panama"@khq,
        "Panama"@ki,
        "Panama"@kl,
        "Emetab Panama"@kln,
        "ប៉ាណាម៉ា"@km,
        "ಪನಾಮಾ"@kn,
        "파나마"@ko,
        "پَناما"@ks,
        "Panama"@ksb,
        "panama"@ksf,
        "Pannama"@ksh,
        "Panáama"@lag,
        "Panama"@lg,
        "Panama"@ln,
        "ພານາມາ"@lo,
        "Panama"@lt,
        "Panama"@lu,
        "Panama"@luo,
        "Panama"@luy,
        "Panama"@lv,
        "Panama"@mas,
        "Panama"@mer,
        "Panama"@mfe,
        "Panama"@mg,
        "Upanama"@mgh,
        "Панама"@mk,
        "പനാമ"@ml,
        "पनामा"@mr,
        "Panama"@mt,
        "Sǝr Panama"@mua,
        "ပနားမား"@my,
        "Panama"@naq,
        "Panama"@nb,
        "Panama"@nd,
        "पनामा"@ne,
        "Panama"@nl,
        "Panama"@nmg,
        "Panama"@nn,
        "Panama"@nyn,
        "ପାନାମା"@or,
        "Panama"@pl,
        "Panamá"@pt,
        "Panama"@rm,
        "Panama"@rn,
        "Panama"@ro,
        "Panama"@rof,
        "Панама"@ru,
        "Panama"@rwk,
        "Panama"@saq,
        "Panama"@sbp,
        "Panama"@se,
        "Panamá"@seh,
        "Panama"@ses,
        "Panama"@sg,
        "ⴱⴰⵏⴰⵎⴰ"@shi,
        "banama"@shi-Latn,
        "පැනමා"@si,
        "Panama"@sk,
        "Panama"@sl,
        "Panama"@sn,
        "Panama"@so,
        "Панама"@sr,
        "Panama"@sr-Latn,
        "Panama"@sv,
        "Panama"@swc,
        "Panama"@swh,
        "பனாமா"@ta,
        "పనామా"@te,
        "Panama"@teo,
        "ปานามา"@th,
        "ፓናማ"@ti,
        "Panamā"@to,
        "Panama"@tr,
        "Panama"@twq,
        "Panama"@tzm,
        "Панама"@uk,
        "پنامہ"@ur,
        "ꕐꕯꕮ"@vai,
        "Panama"@vai-Latn,
        "Pa-na-ma"@vi,
        "Panama"@vun,
        "Panama"@wae,
        "Panama"@xog,
        "panamá"@yav,
        "Orílẹ́ède Panama"@yo,
        "Panama"@zsm,
        "i-Panama"@zu ;
    lvont:label <http://lexvo.org/id/term/afr/Panama>,
        <http://lexvo.org/id/term/agq/Kpan%C3%A0ma>,
        <http://lexvo.org/id/term/aka/Panama>,
        <http://lexvo.org/id/term/amh/%E1%8D%93%E1%8A%93%E1%88%9B>,
        <http://lexvo.org/id/term/ara/%D8%A8%D9%86%D9%85%D8%A7>,
        <http://lexvo.org/id/term/asa/Panama>,
        <http://lexvo.org/id/term/ast/Panam%C3%A1>,
        <http://lexvo.org/id/term/aze/Panama>,
        <http://lexvo.org/id/term/bam/Panama>,
        <http://lexvo.org/id/term/bas/P%C3%A0n%C3%A0ma>,
        <http://lexvo.org/id/term/bel/%D0%9F%D0%B0%D0%BD%D0%B0%D0%BC%D0%B0>,
        <http://lexvo.org/id/term/ben/%E0%A6%AA%E0%A6%BE%E0%A6%A8%E0%A6%BE%E0%A6%AE%E0%A6%BE>,
        <http://lexvo.org/id/term/bez/Hupanama>,
        <http://lexvo.org/id/term/bod/%E0%BD%94%E0%BC%8B%E0%BD%93%E0%BD%B1%E0%BC%8B%E0%BD%98%E0%BC%8D>,
        <http://lexvo.org/id/term/bos-Cyrl/%D0%9F%D0%B0%D0%BD%D0%B0%D0%BC%D0%B0>,
        <http://lexvo.org/id/term/bos/Panama>,
        <http://lexvo.org/id/term/bre/Panam%C3%A1>,
        <http://lexvo.org/id/term/brx/%E0%A4%AA%E0%A4%A8%E0%A4%BE%E0%A4%AE%E0%A4%BE>,
        <http://lexvo.org/id/term/bul/%D0%9F%D0%B0%D0%BD%D0%B0%D0%BC%D0%B0>,
        <http://lexvo.org/id/term/cat/Panam%C3%A0>,
        <http://lexvo.org/id/term/ces/Panama>,
        <http://lexvo.org/id/term/cgg/Panama>,
        <http://lexvo.org/id/term/chr/%E1%8F%86%E1%8E%BE%E1%8E%B9>,
        <http://lexvo.org/id/term/cmn-Hant/%E5%B7%B4%E6%8B%BF%E9%A6%AC>,
        <http://lexvo.org/id/term/cmn/%E5%B7%B4%E6%8B%BF%E9%A9%AC>,
        <http://lexvo.org/id/term/cym/Panama>,
        <http://lexvo.org/id/term/dan/Panama>,
        <http://lexvo.org/id/term/dav/Panama>,
        <http://lexvo.org/id/term/deu/Panama>,
        <http://lexvo.org/id/term/dje/Panama>,
        <http://lexvo.org/id/term/dzo/%E0%BD%94%E0%BC%8B%E0%BD%93%E0%BC%8B%E0%BD%98>,
        <http://lexvo.org/id/term/ebu/Panama>,
        <http://lexvo.org/id/term/ell/%CE%A0%CE%B1%CE%BD%CE%B1%CE%BC%CE%AC%CF%82>,
        <http://lexvo.org/id/term/eng-Dsrt/%F0%90%90%91%F0%90%90%B0%F0%90%91%8C%F0%90%90%B2%F0%90%91%8B%F0%90%90%AA>,
        <http://lexvo.org/id/term/eng/ISO%203166-1%3APA>,
        <http://lexvo.org/id/term/eng/Panama>,
        <http://lexvo.org/id/term/epo/Panamo>,
        <http://lexvo.org/id/term/est/Panama>,
        <http://lexvo.org/id/term/eus/Panama>,
        <http://lexvo.org/id/term/ewe/Panama%20nutome>,
        <http://lexvo.org/id/term/ewo/Panam%C3%A1>,
        <http://lexvo.org/id/term/fao/Panama>,
        <http://lexvo.org/id/term/fas/%D9%BE%D8%A7%D9%86%D8%A7%D9%85%D8%A7>,
        <http://lexvo.org/id/term/fas/%D9%BE%D8%A7%D9%86%D8%A7%D9%85%D9%87>,
        <http://lexvo.org/id/term/fil/Panama>,
        <http://lexvo.org/id/term/fin/Panama>,
        <http://lexvo.org/id/term/fra/Panama>,
        <http://lexvo.org/id/term/ful/Panamaa>,
        <http://lexvo.org/id/term/fur/Panam%C3%A0>,
        <http://lexvo.org/id/term/gla/Panama>,
        <http://lexvo.org/id/term/gle/Panama>,
        <http://lexvo.org/id/term/glg/Panam%C3%A1>,
        <http://lexvo.org/id/term/gsw/Panama>,
        <http://lexvo.org/id/term/guj/%E0%AA%AA%E0%AA%A8%E0%AA%BE%E0%AA%AE%E0%AA%BE>,
        <http://lexvo.org/id/term/guz/Panama>,
        <http://lexvo.org/id/term/hau/Panama>,
        <http://lexvo.org/id/term/heb/%D7%A4%D7%A0%D7%9E%D7%94>,
        <http://lexvo.org/id/term/hin/%E0%A4%AA%E0%A4%A8%E0%A4%BE%E0%A4%AE%E0%A4%BE>,
        <http://lexvo.org/id/term/hrv/Panama>,
        <http://lexvo.org/id/term/hun/Panama>,
        <http://lexvo.org/id/term/hye/%D5%8A%D5%A1%D5%B6%D5%A1%D5%B4%D5%A1>,
        <http://lexvo.org/id/term/ind/Panama>,
        <http://lexvo.org/id/term/isl/Panama>,
        <http://lexvo.org/id/term/ita/Panama>,
        <http://lexvo.org/id/term/jmc/Panama>,
        <http://lexvo.org/id/term/jpn/%E3%83%91%E3%83%8A%E3%83%9E>,
        <http://lexvo.org/id/term/kab/Panam>,
        <http://lexvo.org/id/term/kal/Panama>,
        <http://lexvo.org/id/term/kam/Panama>,
        <http://lexvo.org/id/term/kan/%E0%B2%AA%E0%B2%A8%E0%B2%BE%E0%B2%AE%E0%B2%BE>,
        <http://lexvo.org/id/term/kas/%D9%BE%D9%8E%D9%86%D8%A7%D9%85%D8%A7>,
        <http://lexvo.org/id/term/kat/%E1%83%9E%E1%83%90%E1%83%9C%E1%83%90%E1%83%9B%E1%83%90>,
        <http://lexvo.org/id/term/kde/Panama>,
        <http://lexvo.org/id/term/kea/Panama>,
        <http://lexvo.org/id/term/khm/%E1%9E%94%E1%9F%89%E1%9E%B6%E1%9E%8E%E1%9E%B6%E1%9E%98%E1%9F%89%E1%9E%B6>,
        <http://lexvo.org/id/term/khq/Panama>,
        <http://lexvo.org/id/term/kik/Panama>,
        <http://lexvo.org/id/term/kln/Emetab%20Panama>,
        <http://lexvo.org/id/term/kor/%ED%8C%8C%EB%82%98%EB%A7%88>,
        <http://lexvo.org/id/term/ksb/Panama>,
        <http://lexvo.org/id/term/ksf/panama>,
        <http://lexvo.org/id/term/ksh/Pannama>,
        <http://lexvo.org/id/term/lag/Pan%C3%A1ama>,
        <http://lexvo.org/id/term/lao/%E0%BA%9E%E0%BA%B2%E0%BA%99%E0%BA%B2%E0%BA%A1%E0%BA%B2>,
        <http://lexvo.org/id/term/lav/Panama>,
        <http://lexvo.org/id/term/lin/Panama>,
        <http://lexvo.org/id/term/lit/Panama>,
        <http://lexvo.org/id/term/lub/Panama>,
        <http://lexvo.org/id/term/lug/Panama>,
        <http://lexvo.org/id/term/luo/Panama>,
        <http://lexvo.org/id/term/luy/Panama>,
        <http://lexvo.org/id/term/mal/%E0%B4%AA%E0%B4%A8%E0%B4%BE%E0%B4%AE>,
        <http://lexvo.org/id/term/mar/%E0%A4%AA%E0%A4%A8%E0%A4%BE%E0%A4%AE%E0%A4%BE>,
        <http://lexvo.org/id/term/mas/Panama>,
        <http://lexvo.org/id/term/mer/Panama>,
        <http://lexvo.org/id/term/mfe/Panama>,
        <http://lexvo.org/id/term/mgh/Upanama>,
        <http://lexvo.org/id/term/mkd/%D0%9F%D0%B0%D0%BD%D0%B0%D0%BC%D0%B0>,
        <http://lexvo.org/id/term/mlg/Panama>,
        <http://lexvo.org/id/term/mlt/Panama>,
        <http://lexvo.org/id/term/mua/S%C7%9Dr%20Panama>,
        <http://lexvo.org/id/term/mya/%E1%80%95%E1%80%94%E1%80%AC%E1%80%B8%E1%80%99%E1%80%AC%E1%80%B8>,
        <http://lexvo.org/id/term/naq/Panama>,
        <http://lexvo.org/id/term/nde/Panama>,
        <http://lexvo.org/id/term/nep/%E0%A4%AA%E0%A4%A8%E0%A4%BE%E0%A4%AE%E0%A4%BE>,
        <http://lexvo.org/id/term/nld/Panama>,
        <http://lexvo.org/id/term/nmg/Panama>,
        <http://lexvo.org/id/term/nno/Panama>,
        <http://lexvo.org/id/term/nob/Panama>,
        <http://lexvo.org/id/term/nyn/Panama>,
        <http://lexvo.org/id/term/ori/%E0%AC%AA%E0%AC%BE%E0%AC%A8%E0%AC%BE%E0%AC%AE%E0%AC%BE>,
        <http://lexvo.org/id/term/pol/Panama>,
        <http://lexvo.org/id/term/por/Panam%C3%A1>,
        <http://lexvo.org/id/term/rof/Panama>,
        <http://lexvo.org/id/term/roh/Panama>,
        <http://lexvo.org/id/term/ron/Panama>,
        <http://lexvo.org/id/term/run/Panama>,
        <http://lexvo.org/id/term/rus/%D0%9F%D0%B0%D0%BD%D0%B0%D0%BC%D0%B0>,
        <http://lexvo.org/id/term/rwk/Panama>,
        <http://lexvo.org/id/term/sag/Panama>,
        <http://lexvo.org/id/term/saq/Panama>,
        <http://lexvo.org/id/term/sbp/Panama>,
        <http://lexvo.org/id/term/seh/Panam%C3%A1>,
        <http://lexvo.org/id/term/ses/Panama>,
        <http://lexvo.org/id/term/shi-Latn/banama>,
        <http://lexvo.org/id/term/shi/%E2%B4%B1%E2%B4%B0%E2%B5%8F%E2%B4%B0%E2%B5%8E%E2%B4%B0>,
        <http://lexvo.org/id/term/sin/%E0%B6%B4%E0%B7%90%E0%B6%B1%E0%B6%B8%E0%B7%8F>,
        <http://lexvo.org/id/term/slk/Panama>,
        <http://lexvo.org/id/term/slv/Panama>,
        <http://lexvo.org/id/term/sme/Panama>,
        <http://lexvo.org/id/term/sna/Panama>,
        <http://lexvo.org/id/term/som/Panama>,
        <http://lexvo.org/id/term/spa/Panam%C3%A1>,
        <http://lexvo.org/id/term/srp-Latn/Panama>,
        <http://lexvo.org/id/term/srp/%D0%9F%D0%B0%D0%BD%D0%B0%D0%BC%D0%B0>,
        <http://lexvo.org/id/term/swc/Panama>,
        <http://lexvo.org/id/term/swe/Panama>,
        <http://lexvo.org/id/term/swh/Panama>,
        <http://lexvo.org/id/term/tam/%E0%AE%AA%E0%AE%A9%E0%AE%BE%E0%AE%AE%E0%AE%BE>,
        <http://lexvo.org/id/term/tel/%E0%B0%AA%E0%B0%A8%E0%B0%BE%E0%B0%AE%E0%B0%BE>,
        <http://lexvo.org/id/term/teo/Panama>,
        <http://lexvo.org/id/term/tha/%E0%B8%9B%E0%B8%B2%E0%B8%99%E0%B8%B2%E0%B8%A1%E0%B8%B2>,
        <http://lexvo.org/id/term/tir/%E1%8D%93%E1%8A%93%E1%88%9B>,
        <http://lexvo.org/id/term/ton/Panam%C4%81>,
        <http://lexvo.org/id/term/tur/Panama>,
        <http://lexvo.org/id/term/twq/Panama>,
        <http://lexvo.org/id/term/tzm/Panama>,
        <http://lexvo.org/id/term/ukr/%D0%9F%D0%B0%D0%BD%D0%B0%D0%BC%D0%B0>,
        <http://lexvo.org/id/term/urd/%D9%BE%D9%86%D8%A7%D9%85%DB%81>,
        <http://lexvo.org/id/term/vai-Latn/Panama>,
        <http://lexvo.org/id/term/vai/%EA%95%90%EA%95%AF%EA%95%AE>,
        <http://lexvo.org/id/term/vie/Pa-na-ma>,
        <http://lexvo.org/id/term/vun/Panama>,
        <http://lexvo.org/id/term/wae/Panama>,
        <http://lexvo.org/id/term/xog/Panama>,
        <http://lexvo.org/id/term/yav/panam%C3%A1>,
        <http://lexvo.org/id/term/yor/Or%C3%ADl%E1%BA%B9%CC%81%C3%A8de%20Panama>,
        <http://lexvo.org/id/term/zsm/Panama>,
        <http://lexvo.org/id/term/zul/i-Panama> ;
    owl:sameAs <http://psi.oasis-open.org/iso/3166/#591>,
        <http://sws.geonames.org/3703430/> .

<http://lexvo.org/id/iso3166/PE> a lvont:GeographicRegion ;
    rdfs:label "Peru"@af,
        "Kpɛlû"@agq,
        "Peru"@ak,
        "ፔሩ"@am,
        "بيرو"@ar,
        "Peru"@asa,
        "Perú"@ast,
        "Peru"@az,
        "Pèrû"@bas,
        "Перу"@be,
        "Hupelu"@bez,
        "Перу"@bg,
        "Peru"@bm,
        "পিরু"@bn,
        "པེ་རུ།"@bo,
        "Perou"@br,
        "पेरू"@brx,
        "Peru"@bs,
        "Перу"@bs-Cyrl,
        "ፔሩ"@byn,
        "Perú"@ca,
        "Peru"@cgg,
        "ᏇᎷ"@chr,
        "秘鲁"@cmn,
        "秘魯"@cmn-Hant,
        "Peru"@cs,
        "Perw"@cy,
        "Peru"@da,
        "Peru"@dav,
        "Peru"@de,
        "Peeru"@dje,
        "པེ་རུ"@dz,
        "Peru"@ebu,
        "Peru nutome"@ee,
        "Περού"@el,
        "ISO 3166-1:PE"@en,
        "Peru"@en,
        "𐐑𐐲𐑉𐐭"@en-Dsrt,
        "Peruo"@eo,
        "Perú"@es,
        "Peruu"@et,
        "Peru"@eu,
        "Perú"@ewo,
        "پرو"@fa,
        "پیرو"@fa,
        "Peru"@ff,
        "Peru"@fi,
        "Peru"@fil,
        "Perú"@fo,
        "Pérou"@fr,
        "Perù"@fur,
        "Peiriú"@ga,
        "Pearù"@gd,
        "Perú"@gl,
        "Peru"@gsw,
        "પેરુ"@gu,
        "Peru"@guz,
        "Peru"@ha,
        "פרו"@he,
        "पेरू"@hi,
        "Peru"@hr,
        "Peru"@hu,
        "Պերու"@hy,
        "Peru"@ia,
        "Peru"@id,
        "Perú"@is,
        "Perù"@it,
        "ペルー"@ja,
        "Pɛlû"@jgo,
        "Peru"@jmc,
        "პერუ"@ka,
        "Piru"@kab,
        "Peru"@kam,
        "Pelu"@kde,
        "Peru"@kea,
        "Peeru"@khq,
        "Peru"@ki,
        "Peru"@kl,
        "Emetab Peru"@kln,
        "ប៉េរូ"@km,
        "ಪೆರು"@kn,
        "페루"@ko,
        "پیٖروٗ"@ks,
        "Pelu"@ksb,
        "pɛrú"@ksf,
        "Perruh"@ksh,
        "Péeru"@lag,
        "Peru"@lg,
        "Péru"@ln,
        "ເປລູ"@lo,
        "Peru"@lt,
        "Peru"@lu,
        "Peru"@luo,
        "Peru"@luy,
        "Peru"@lv,
        "Peru"@mas,
        "Peru"@mer,
        "Perou"@mfe,
        "Peroa"@mg,
        "Uperuu"@mgh,
        "Перу"@mk,
        "പെറു"@ml,
        "पेरू"@mr,
        "Peru"@mt,
        "Peru"@mua,
        "ပီရူး"@my,
        "Perub"@naq,
        "Peru"@nb,
        "Pheru"@nd,
        "पेरू"@ne,
        "Peru"@nl,
        "Peru"@nmg,
        "Peru"@nn,
        "Peru"@nyn,
        "ପେରୁ"@or,
        "Peru"@pl,
        "Peru"@pt,
        "Peru"@rm,
        "Peru"@rn,
        "Peru"@ro,
        "Peru"@rof,
        "Перу"@ru,
        "Peru"@rwk,
        "Peru"@saq,
        "Pelu"@sbp,
        "Peru"@se,
        "Peru"@seh,
        "Peeru"@ses,
        "Perüu"@sg,
        "ⴱⵉⵔⵓ"@shi,
        "biru"@shi-Latn,
        "පේරු"@si,
        "Peru"@sk,
        "Peru"@sl,
        "Peru"@sn,
        "Peru"@so,
        "Перу"@sr,
        "Peru"@sr-Latn,
        "Peru"@sv,
        "Peru"@swc,
        "Peru"@swh,
        "பெரு"@ta,
        "పెరూ"@te,
        "Peru"@teo,
        "เปรู"@th,
        "ፔሩ"@ti,
        "ፔሩ"@tig,
        "Pelū"@to,
        "Peru"@tr,
        "Peeru"@twq,
        "Piru"@tzm,
        "Перу"@uk,
        "پیرو"@ur,
        "ꗨꗡꖩ"@vai,
        "Pɛru"@vai-Latn,
        "Peru"@vi,
        "Peru"@vun,
        "Peru"@wae,
        "ፔሩ"@wal,
        "Peru"@xog,
        "pelú"@yav,
        "Orílẹ́ède Peru"@yo,
        "Peru"@zsm,
        "i-Peru"@zu ;
    lvont:label <http://lexvo.org/id/term/afr/Peru>,
        <http://lexvo.org/id/term/agq/Kp%C9%9Bl%C3%BB>,
        <http://lexvo.org/id/term/aka/Peru>,
        <http://lexvo.org/id/term/amh/%E1%8D%94%E1%88%A9>,
        <http://lexvo.org/id/term/ara/%D8%A8%D9%8A%D8%B1%D9%88>,
        <http://lexvo.org/id/term/asa/Peru>,
        <http://lexvo.org/id/term/ast/Per%C3%BA>,
        <http://lexvo.org/id/term/aze/Peru>,
        <http://lexvo.org/id/term/bam/Peru>,
        <http://lexvo.org/id/term/bas/P%C3%A8r%C3%BB>,
        <http://lexvo.org/id/term/bel/%D0%9F%D0%B5%D1%80%D1%83>,
        <http://lexvo.org/id/term/ben/%E0%A6%AA%E0%A6%BF%E0%A6%B0%E0%A7%81>,
        <http://lexvo.org/id/term/bez/Hupelu>,
        <http://lexvo.org/id/term/bod/%E0%BD%94%E0%BD%BA%E0%BC%8B%E0%BD%A2%E0%BD%B4%E0%BC%8D>,
        <http://lexvo.org/id/term/bos-Cyrl/%D0%9F%D0%B5%D1%80%D1%83>,
        <http://lexvo.org/id/term/bos/Peru>,
        <http://lexvo.org/id/term/bre/Perou>,
        <http://lexvo.org/id/term/brx/%E0%A4%AA%E0%A5%87%E0%A4%B0%E0%A5%82>,
        <http://lexvo.org/id/term/bul/%D0%9F%D0%B5%D1%80%D1%83>,
        <http://lexvo.org/id/term/byn/%E1%8D%94%E1%88%A9>,
        <http://lexvo.org/id/term/cat/Per%C3%BA>,
        <http://lexvo.org/id/term/ces/Peru>,
        <http://lexvo.org/id/term/cgg/Peru>,
        <http://lexvo.org/id/term/chr/%E1%8F%87%E1%8E%B7>,
        <http://lexvo.org/id/term/cmn-Hant/%E7%A7%98%E9%AD%AF>,
        <http://lexvo.org/id/term/cmn/%E7%A7%98%E9%B2%81>,
        <http://lexvo.org/id/term/cym/Perw>,
        <http://lexvo.org/id/term/dan/Peru>,
        <http://lexvo.org/id/term/dav/Peru>,
        <http://lexvo.org/id/term/deu/Peru>,
        <http://lexvo.org/id/term/dje/Peeru>,
        <http://lexvo.org/id/term/dzo/%E0%BD%94%E0%BD%BA%E0%BC%8B%E0%BD%A2%E0%BD%B4>,
        <http://lexvo.org/id/term/ebu/Peru>,
        <http://lexvo.org/id/term/ell/%CE%A0%CE%B5%CF%81%CE%BF%CF%8D>,
        <http://lexvo.org/id/term/eng-Dsrt/%F0%90%90%91%F0%90%90%B2%F0%90%91%89%F0%90%90%AD>,
        <http://lexvo.org/id/term/eng/ISO%203166-1%3APE>,
        <http://lexvo.org/id/term/eng/Peru>,
        <http://lexvo.org/id/term/epo/Peruo>,
        <http://lexvo.org/id/term/est/Peruu>,
        <http://lexvo.org/id/term/eus/Peru>,
        <http://lexvo.org/id/term/ewe/Peru%20nutome>,
        <http://lexvo.org/id/term/ewo/Per%C3%BA>,
        <http://lexvo.org/id/term/fao/Per%C3%BA>,
        <http://lexvo.org/id/term/fas/%D9%BE%D8%B1%D9%88>,
        <http://lexvo.org/id/term/fas/%D9%BE%DB%8C%D8%B1%D9%88>,
        <http://lexvo.org/id/term/fil/Peru>,
        <http://lexvo.org/id/term/fin/Peru>,
        <http://lexvo.org/id/term/fra/P%C3%A9rou>,
        <http://lexvo.org/id/term/ful/Peru>,
        <http://lexvo.org/id/term/fur/Per%C3%B9>,
        <http://lexvo.org/id/term/gla/Pear%C3%B9>,
        <http://lexvo.org/id/term/gle/Peiri%C3%BA>,
        <http://lexvo.org/id/term/glg/Per%C3%BA>,
        <http://lexvo.org/id/term/gsw/Peru>,
        <http://lexvo.org/id/term/guj/%E0%AA%AA%E0%AB%87%E0%AA%B0%E0%AB%81>,
        <http://lexvo.org/id/term/guz/Peru>,
        <http://lexvo.org/id/term/hau/Peru>,
        <http://lexvo.org/id/term/heb/%D7%A4%D7%A8%D7%95>,
        <http://lexvo.org/id/term/hin/%E0%A4%AA%E0%A5%87%E0%A4%B0%E0%A5%82>,
        <http://lexvo.org/id/term/hrv/Peru>,
        <http://lexvo.org/id/term/hun/Peru>,
        <http://lexvo.org/id/term/hye/%D5%8A%D5%A5%D6%80%D5%B8%D6%82>,
        <http://lexvo.org/id/term/ina/Peru>,
        <http://lexvo.org/id/term/ind/Peru>,
        <http://lexvo.org/id/term/isl/Per%C3%BA>,
        <http://lexvo.org/id/term/ita/Per%C3%B9>,
        <http://lexvo.org/id/term/jgo/P%C9%9Bl%C3%BB>,
        <http://lexvo.org/id/term/jmc/Peru>,
        <http://lexvo.org/id/term/jpn/%E3%83%9A%E3%83%AB%E3%83%BC>,
        <http://lexvo.org/id/term/kab/Piru>,
        <http://lexvo.org/id/term/kal/Peru>,
        <http://lexvo.org/id/term/kam/Peru>,
        <http://lexvo.org/id/term/kan/%E0%B2%AA%E0%B3%86%E0%B2%B0%E0%B3%81>,
        <http://lexvo.org/id/term/kas/%D9%BE%DB%8C%D9%96%D8%B1%D9%88%D9%97>,
        <http://lexvo.org/id/term/kat/%E1%83%9E%E1%83%94%E1%83%A0%E1%83%A3>,
        <http://lexvo.org/id/term/kde/Pelu>,
        <http://lexvo.org/id/term/kea/Peru>,
        <http://lexvo.org/id/term/khm/%E1%9E%94%E1%9F%89%E1%9F%81%E1%9E%9A%E1%9E%BC>,
        <http://lexvo.org/id/term/khq/Peeru>,
        <http://lexvo.org/id/term/kik/Peru>,
        <http://lexvo.org/id/term/kln/Emetab%20Peru>,
        <http://lexvo.org/id/term/kor/%ED%8E%98%EB%A3%A8>,
        <http://lexvo.org/id/term/ksb/Pelu>,
        <http://lexvo.org/id/term/ksf/p%C9%9Br%C3%BA>,
        <http://lexvo.org/id/term/ksh/Perruh>,
        <http://lexvo.org/id/term/lag/P%C3%A9eru>,
        <http://lexvo.org/id/term/lao/%E0%BB%80%E0%BA%9B%E0%BA%A5%E0%BA%B9>,
        <http://lexvo.org/id/term/lav/Peru>,
        <http://lexvo.org/id/term/lin/P%C3%A9ru>,
        <http://lexvo.org/id/term/lit/Peru>,
        <http://lexvo.org/id/term/lub/Peru>,
        <http://lexvo.org/id/term/lug/Peru>,
        <http://lexvo.org/id/term/luo/Peru>,
        <http://lexvo.org/id/term/luy/Peru>,
        <http://lexvo.org/id/term/mal/%E0%B4%AA%E0%B5%86%E0%B4%B1%E0%B5%81>,
        <http://lexvo.org/id/term/mar/%E0%A4%AA%E0%A5%87%E0%A4%B0%E0%A5%82>,
        <http://lexvo.org/id/term/mas/Peru>,
        <http://lexvo.org/id/term/mer/Peru>,
        <http://lexvo.org/id/term/mfe/Perou>,
        <http://lexvo.org/id/term/mgh/Uperuu>,
        <http://lexvo.org/id/term/mkd/%D0%9F%D0%B5%D1%80%D1%83>,
        <http://lexvo.org/id/term/mlg/Peroa>,
        <http://lexvo.org/id/term/mlt/Peru>,
        <http://lexvo.org/id/term/mua/Peru>,
        <http://lexvo.org/id/term/mya/%E1%80%95%E1%80%AE%E1%80%9B%E1%80%B0%E1%80%B8>,
        <http://lexvo.org/id/term/naq/Perub>,
        <http://lexvo.org/id/term/nde/Pheru>,
        <http://lexvo.org/id/term/nep/%E0%A4%AA%E0%A5%87%E0%A4%B0%E0%A5%82>,
        <http://lexvo.org/id/term/nld/Peru>,
        <http://lexvo.org/id/term/nmg/Peru>,
        <http://lexvo.org/id/term/nno/Peru>,
        <http://lexvo.org/id/term/nob/Peru>,
        <http://lexvo.org/id/term/nyn/Peru>,
        <http://lexvo.org/id/term/ori/%E0%AC%AA%E0%AD%87%E0%AC%B0%E0%AD%81>,
        <http://lexvo.org/id/term/pol/Peru>,
        <http://lexvo.org/id/term/por/Peru>,
        <http://lexvo.org/id/term/rof/Peru>,
        <http://lexvo.org/id/term/roh/Peru>,
        <http://lexvo.org/id/term/ron/Peru>,
        <http://lexvo.org/id/term/run/Peru>,
        <http://lexvo.org/id/term/rus/%D0%9F%D0%B5%D1%80%D1%83>,
        <http://lexvo.org/id/term/rwk/Peru>,
        <http://lexvo.org/id/term/sag/Per%C3%BCu>,
        <http://lexvo.org/id/term/saq/Peru>,
        <http://lexvo.org/id/term/sbp/Pelu>,
        <http://lexvo.org/id/term/seh/Peru>,
        <http://lexvo.org/id/term/ses/Peeru>,
        <http://lexvo.org/id/term/shi-Latn/biru>,
        <http://lexvo.org/id/term/shi/%E2%B4%B1%E2%B5%89%E2%B5%94%E2%B5%93>,
        <http://lexvo.org/id/term/sin/%E0%B6%B4%E0%B7%9A%E0%B6%BB%E0%B7%94>,
        <http://lexvo.org/id/term/slk/Peru>,
        <http://lexvo.org/id/term/slv/Peru>,
        <http://lexvo.org/id/term/sme/Peru>,
        <http://lexvo.org/id/term/sna/Peru>,
        <http://lexvo.org/id/term/som/Peru>,
        <http://lexvo.org/id/term/spa/Per%C3%BA>,
        <http://lexvo.org/id/term/srp-Latn/Peru>,
        <http://lexvo.org/id/term/srp/%D0%9F%D0%B5%D1%80%D1%83>,
        <http://lexvo.org/id/term/swc/Peru>,
        <http://lexvo.org/id/term/swe/Peru>,
        <http://lexvo.org/id/term/swh/Peru>,
        <http://lexvo.org/id/term/tam/%E0%AE%AA%E0%AF%86%E0%AE%B0%E0%AF%81>,
        <http://lexvo.org/id/term/tel/%E0%B0%AA%E0%B1%86%E0%B0%B0%E0%B1%82>,
        <http://lexvo.org/id/term/teo/Peru>,
        <http://lexvo.org/id/term/tha/%E0%B9%80%E0%B8%9B%E0%B8%A3%E0%B8%B9>,
        <http://lexvo.org/id/term/tig/%E1%8D%94%E1%88%A9>,
        <http://lexvo.org/id/term/tir/%E1%8D%94%E1%88%A9>,
        <http://lexvo.org/id/term/ton/Pel%C5%AB>,
        <http://lexvo.org/id/term/tur/Peru>,
        <http://lexvo.org/id/term/twq/Peeru>,
        <http://lexvo.org/id/term/tzm/Piru>,
        <http://lexvo.org/id/term/ukr/%D0%9F%D0%B5%D1%80%D1%83>,
        <http://lexvo.org/id/term/urd/%D9%BE%DB%8C%D8%B1%D9%88>,
        <http://lexvo.org/id/term/vai-Latn/P%C9%9Bru>,
        <http://lexvo.org/id/term/vai/%EA%97%A8%EA%97%A1%EA%96%A9>,
        <http://lexvo.org/id/term/vie/Peru>,
        <http://lexvo.org/id/term/vun/Peru>,
        <http://lexvo.org/id/term/wae/Peru>,
        <http://lexvo.org/id/term/wal/%E1%8D%94%E1%88%A9>,
        <http://lexvo.org/id/term/xog/Peru>,
        <http://lexvo.org/id/term/yav/pel%C3%BA>,
        <http://lexvo.org/id/term/yor/Or%C3%ADl%E1%BA%B9%CC%81%C3%A8de%20Peru>,
        <http://lexvo.org/id/term/zsm/Peru>,
        <http://lexvo.org/id/term/zul/i-Peru> ;
    owl:sameAs <http://psi.oasis-open.org/iso/3166/#604>,
        <http://sws.geonames.org/3932488/> .

<http://lexvo.org/id/iso3166/PF> a lvont:GeographicRegion ;
    rdfs:label "Frans-Polinesië"@af,
        "Kpoleneshìa è Fàlâŋnsì"@agq,
        "Frɛnkye Pɔlenehyia"@ak,
        "የፈረንሳይ ፖሊኔዢያ"@am,
        "بولينيزيا الفرنسية"@ar,
        "Polinesia ya Ufarantha"@asa,
        "Polinesia Francesa"@ast,
        "Fransız Polineziya"@az,
        "Pòlìnesìà Pùlàsi"@bas,
        "Франузская Палінэзія"@be,
        "Hupolinesia ya Huufaransa"@bez,
        "Френска Полинезия"@bg,
        "Faransi ka polinezi"@bm,
        "ফরাসী পলিনেশিয়া"@bn,
        "Polinezia cʼhall"@br,
        "फ्राँसीसी पॉलिनीशिया"@brx,
        "Francuska Polinezija"@bs,
        "Француска Полинезија"@bs-Cyrl,
        "የፈረንሳይ ፖሊኔዢያ"@byn,
        "Polinèsia Francesa"@ca,
        "Polinesia ya Bufaransa"@cgg,
        "ᎠᏂᎦᎸᏣ ᏆᎵᏂᏏᎠ"@chr,
        "法属波利尼西亚"@cmn,
        "法屬玻里尼西亞"@cmn-Hant,
        "Francouzská Polynésie"@cs,
        "Polynesia Ffrainc"@cy,
        "Fransk Polynesien"@da,
        "Polinesia ya Ufaransa"@dav,
        "Französisch-Polynesien"@de,
        "Faransi Polineezi"@dje,
        "ཕྲཱནས྄་ཀྱི་པོ་ལི་ནི་ཤི་ཡ"@dz,
        "Polinesia ya Ufaransa"@ebu,
        "Frentsi Pɔlinesia nutome"@ee,
        "Γαλλική Πολυνησία"@el,
        "French Polynesia"@en,
        "ISO 3166-1:PF"@en,
        "𐐙𐑉𐐯𐑌𐐽 𐐑𐐪𐑊𐐲𐑌𐐨𐑈𐐲"@en-Dsrt,
        "Franca Polinezio"@eo,
        "Polinesia Francesa"@es,
        "Prantsuse Polüneesia"@et,
        "Polinesia Frantsesa"@eu,
        "Polinesí yá Fulɛnsí"@ewo,
        "پلی‌نزی فرانسه"@fa,
        "Polinesii Farayse"@ff,
        "Ranskan Polynesia"@fi,
        "French Polynesia"@fil,
        "Franska Polynesia"@fo,
        "Polynésie française"@fr,
        "Polinesie francês"@fur,
        "An Pholainéis Fhrancach"@ga,
        "Poilinèis na Frainge"@gd,
        "Polinesia Francesa"@gl,
        "Französisch-Polineesie"@gsw,
        "ફ્રેંચ પોલિનેશિયા"@gu,
        "Polinesia ya Ufaransa"@guz,
        "Folinesiya Ta Faransa"@ha,
        "פולינזיה הצרפתית"@he,
        "फ़्रांसीसी पॉलिनेशिया"@hi,
        "Francuska Polinezija"@hr,
        "Francia Polinézia"@hu,
        "Polynesia francese"@ia,
        "Polinesia Prancis"@id,
        "Franska Pólýnesía"@is,
        "Polinesia Francese"@it,
        "仏領ポリネシア"@ja,
        "Polinesia ya Ufaransa"@jmc,
        "ფრანგული პოლინეზია"@ka,
        "Pulunizi tafransist"@kab,
        "Polinesia ya Ufaransa"@kam,
        "Polinesia ya Ufalansa"@kde,
        "Polinezia Franseza"@kea,
        "Faransi Polineezi"@khq,
        "Polinesia ya Ufaransa"@ki,
        "Emetab Polynesia nebo ufaransa"@kln,
        "ហ្វ្រេន​ប៉ូលី​ណេស៊ី"@km,
        "ಫ್ರೆಂಚ್ ಪೋಲಿನೇಶಿಯಾ"@kn,
        "프랑스령 폴리네시아"@ko,
        "فرٛانسی پولِنیشِیا"@ks,
        "Polinesia ya Ufalansa"@ksb,
        "pɔlinɛsí a pɛrɛsǝ́"@ksf,
        "Franzüüsesch Pollineesije"@ksh,
        "Polinésia yʉ Ʉfaráansa"@lag,
        "Polinesiya enfalansa"@lg,
        "Polinezi ya Falánsɛ"@ln,
        "ເຟັນຣໂພລິນີເຊຍ"@lo,
        "Prancūzų Polinezija"@lt,
        "Polinezi wa Nfalanse"@lu,
        "French Polynesia"@luo,
        "Polinesia ya Ufaransa"@luy,
        "Franču Polinēzija"@lv,
        "Polinesia ya Ufaransa"@mas,
        "Polinesia ya Fransi"@mer,
        "Polinezi franse"@mfe,
        "Polynezia frantsay"@mg,
        "Ufaransa yo Potina"@mgh,
        "Француска Полинезија"@mk,
        "ഫ്രഞ്ച് പോളിനേഷ്യ"@ml,
        "फ्रेंच पॉलिनेशिया"@mr,
        "Polinesja Franċiża"@mt,
        "Sǝr Polynesiya ma Franssǝ"@mua,
        "ပြင်သစ် ပေါ်လီနေးရှား"@my,
        "French Polynesia"@naq,
        "Fransk Polynesia"@nb,
        "Pholinesiya ye Fulansi"@nd,
        "फ्रान्सेली पोलिनेसिया"@ne,
        "Frans-Polynesië"@nl,
        "Polynesia Fala"@nmg,
        "Fransk Polynesia"@nn,
        "Polinesia ya Bufaransa"@nyn,
        "ଫ୍ରେଞ୍ଚ ପଲିନେସିଆ"@or,
        "Polinezja Francuska"@pl,
        "Polinésia Francesa"@pt,
        "Polinesia Franzosa"@rm,
        "Polineziya y'Abafaransa"@rn,
        "Polinezia Franceză"@ro,
        "Polinesia ya Ufaransa"@rof,
        "Французская Полинезия"@ru,
        "Polinesia ya Ufaransa"@rwk,
        "Polinesia ya Ufaransa"@saq,
        "Polinesiya ya Wufalansa"@sbp,
        "Frankriikka Polynesia"@se,
        "Polinésia Francesa"@seh,
        "Faransi Polineezi"@ses,
        "Polinezïi tî farânzi"@sg,
        "ⴱⵓⵍⵉⵏⵉⵣⵢⴰ ⵜⴰⴼⵔⴰⵏⵙⵉⵙⵜ"@shi,
        "bulinizya tafransist"@shi-Latn,
        "ප්‍රංශ පොලිනීසියාව"@si,
        "Francúzska Polynézia"@sk,
        "Francoska Polinezija"@sl,
        "French Polynesia"@sn,
        "French Polynesia"@so,
        "Француска Полинезија"@sr,
        "Francuska Polinezija"@sr-Latn,
        "Franska Polynesien"@sv,
        "Polinesia ya Ufaransa"@swc,
        "Polinesia ya Ufaransa"@swh,
        "ஃப்ரென்ச் பாலினேஷியா"@ta,
        "ఫ్రెంచ్ పోలినిషియా"@te,
        "Polinesia ya Ufaransa"@teo,
        "เฟรนช์โปลินีเซีย"@th,
        "የፈረንሳይ ፖሊኔዢያ"@ti,
        "የፈረንሳይ ፖሊኔዢያ"@tig,
        "Polinisia fakafalanisē"@to,
        "Fransız Polinezyası"@tr,
        "Faransi Polineezi"@twq,
        "Pulinizya Tafransist"@tzm,
        "Французька Полінезія"@uk,
        "فرانسیسی پولینیشیا"@ur,
        "ꗱꘋꔻ ꕶꔷꕇꔻꕩ"@vai,
        "Fɛŋsi Polinísiya"@vai-Latn,
        "Polynesia thuộc Pháp"@vi,
        "Polinesia ya Ufaransa"@vun,
        "Französiš Polinesie"@wae,
        "የፈረንሳይ ፖሊኔዢያ"@wal,
        "Polinesiya enfalansa"@xog,
        "polinesí u felensí"@yav,
        "Orílẹ́ède Firenṣi Polinesia"@yo,
        "Polinesia Perancis"@zsm,
        "i-French Polynesia"@zu ;
    lvont:label <http://lexvo.org/id/term/afr/Frans-Polinesi%C3%AB>,
        <http://lexvo.org/id/term/agq/Kpolenesh%C3%ACa%20%C3%A8%20F%C3%A0l%C3%A2%C5%8Bns%C3%AC>,
        <http://lexvo.org/id/term/aka/Fr%C9%9Bnkye%20P%C9%94lenehyia>,
        <http://lexvo.org/id/term/amh/%E1%8B%A8%E1%8D%88%E1%88%A8%E1%8A%95%E1%88%B3%E1%8B%AD%20%E1%8D%96%E1%88%8A%E1%8A%94%E1%8B%A2%E1%8B%AB>,
        <http://lexvo.org/id/term/ara/%D8%A8%D9%88%D9%84%D9%8A%D9%86%D9%8A%D8%B2%D9%8A%D8%A7%20%D8%A7%D9%84%D9%81%D8%B1%D9%86%D8%B3%D9%8A%D8%A9>,
        <http://lexvo.org/id/term/asa/Polinesia%20ya%20Ufarantha>,
        <http://lexvo.org/id/term/ast/Polinesia%20Francesa>,
        <http://lexvo.org/id/term/aze/Frans%C4%B1z%20Polineziya>,
        <http://lexvo.org/id/term/bam/Faransi%20ka%20polinezi>,
        <http://lexvo.org/id/term/bas/P%C3%B2l%C3%ACnes%C3%AC%C3%A0%20P%C3%B9l%C3%A0si>,
        <http://lexvo.org/id/term/bel/%D0%A4%D1%80%D0%B0%D0%BD%D1%83%D0%B7%D1%81%D0%BA%D0%B0%D1%8F%20%D0%9F%D0%B0%D0%BB%D1%96%D0%BD%D1%8D%D0%B7%D1%96%D1%8F>,
        <http://lexvo.org/id/term/ben/%E0%A6%AB%E0%A6%B0%E0%A6%BE%E0%A6%B8%E0%A7%80%20%E0%A6%AA%E0%A6%B2%E0%A6%BF%E0%A6%A8%E0%A7%87%E0%A6%B6%E0%A6%BF%E0%A6%AF%E0%A6%BC%E0%A6%BE>,
        <http://lexvo.org/id/term/bez/Hupolinesia%20ya%20Huufaransa>,
        <http://lexvo.org/id/term/bos-Cyrl/%D0%A4%D1%80%D0%B0%D0%BD%D1%86%D1%83%D1%81%D0%BA%D0%B0%20%D0%9F%D0%BE%D0%BB%D0%B8%D0%BD%D0%B5%D0%B7%D0%B8%D1%98%D0%B0>,
        <http://lexvo.org/id/term/bos/Francuska%20Polinezija>,
        <http://lexvo.org/id/term/bre/Polinezia%20c%CA%BChall>,
        <http://lexvo.org/id/term/brx/%E0%A4%AB%E0%A5%8D%E0%A4%B0%E0%A4%BE%E0%A4%81%E0%A4%B8%E0%A5%80%E0%A4%B8%E0%A5%80%20%E0%A4%AA%E0%A5%89%E0%A4%B2%E0%A4%BF%E0%A4%A8%E0%A5%80%E0%A4%B6%E0%A4%BF%E0%A4%AF%E0%A4%BE>,
        <http://lexvo.org/id/term/bul/%D0%A4%D1%80%D0%B5%D0%BD%D1%81%D0%BA%D0%B0%20%D0%9F%D0%BE%D0%BB%D0%B8%D0%BD%D0%B5%D0%B7%D0%B8%D1%8F>,
        <http://lexvo.org/id/term/byn/%E1%8B%A8%E1%8D%88%E1%88%A8%E1%8A%95%E1%88%B3%E1%8B%AD%20%E1%8D%96%E1%88%8A%E1%8A%94%E1%8B%A2%E1%8B%AB>,
        <http://lexvo.org/id/term/cat/Polin%C3%A8sia%20Francesa>,
        <http://lexvo.org/id/term/ces/Francouzsk%C3%A1%20Polyn%C3%A9sie>,
        <http://lexvo.org/id/term/cgg/Polinesia%20ya%20Bufaransa>,
        <http://lexvo.org/id/term/chr/%E1%8E%A0%E1%8F%82%E1%8E%A6%E1%8E%B8%E1%8F%A3%20%E1%8F%86%E1%8E%B5%E1%8F%82%E1%8F%8F%E1%8E%A0>,
        <http://lexvo.org/id/term/cmn-Hant/%E6%B3%95%E5%B1%AC%E7%8E%BB%E9%87%8C%E5%B0%BC%E8%A5%BF%E4%BA%9E>,
        <http://lexvo.org/id/term/cmn/%E6%B3%95%E5%B1%9E%E6%B3%A2%E5%88%A9%E5%B0%BC%E8%A5%BF%E4%BA%9A>,
        <http://lexvo.org/id/term/cym/Polynesia%20Ffrainc>,
        <http://lexvo.org/id/term/dan/Fransk%20Polynesien>,
        <http://lexvo.org/id/term/dav/Polinesia%20ya%20Ufaransa>,
        <http://lexvo.org/id/term/deu/Franz%C3%B6sisch-Polynesien>,
        <http://lexvo.org/id/term/dje/Faransi%20Polineezi>,
        <http://lexvo.org/id/term/dzo/%E0%BD%95%E0%BE%B2%E0%BD%B1%E0%BD%93%E0%BD%A6%E0%BE%84%E0%BC%8B%E0%BD%80%E0%BE%B1%E0%BD%B2%E0%BC%8B%E0%BD%94%E0%BD%BC%E0%BC%8B%E0%BD%A3%E0%BD%B2%E0%BC%8B%E0%BD%93%E0%BD%B2%E0%BC%8B%E0%BD%A4%E0%BD%B2%E0%BC%8B%E0%BD%A1>,
        <http://lexvo.org/id/term/ebu/Polinesia%20ya%20Ufaransa>,
        <http://lexvo.org/id/term/ell/%CE%93%CE%B1%CE%BB%CE%BB%CE%B9%CE%BA%CE%AE%20%CE%A0%CE%BF%CE%BB%CF%85%CE%BD%CE%B7%CF%83%CE%AF%CE%B1>,
        <http://lexvo.org/id/term/eng-Dsrt/%F0%90%90%99%F0%90%91%89%F0%90%90%AF%F0%90%91%8C%F0%90%90%BD%20%F0%90%90%91%F0%90%90%AA%F0%90%91%8A%F0%90%90%B2%F0%90%91%8C%F0%90%90%A8%F0%90%91%88%F0%90%90%B2>,
        <http://lexvo.org/id/term/eng/French%20Polynesia>,
        <http://lexvo.org/id/term/eng/ISO%203166-1%3APF>,
        <http://lexvo.org/id/term/epo/Franca%20Polinezio>,
        <http://lexvo.org/id/term/est/Prantsuse%20Pol%C3%BCneesia>,
        <http://lexvo.org/id/term/eus/Polinesia%20Frantsesa>,
        <http://lexvo.org/id/term/ewe/Frentsi%20P%C9%94linesia%20nutome>,
        <http://lexvo.org/id/term/ewo/Polines%C3%AD%20y%C3%A1%20Ful%C9%9Bns%C3%AD>,
        <http://lexvo.org/id/term/fao/Franska%20Polynesia>,
        <http://lexvo.org/id/term/fas/%D9%BE%D9%84%DB%8C%E2%80%8C%D9%86%D8%B2%DB%8C%20%D9%81%D8%B1%D8%A7%D9%86%D8%B3%D9%87>,
        <http://lexvo.org/id/term/fil/French%20Polynesia>,
        <http://lexvo.org/id/term/fin/Ranskan%20Polynesia>,
        <http://lexvo.org/id/term/fra/Polyn%C3%A9sie%20fran%C3%A7aise>,
        <http://lexvo.org/id/term/ful/Polinesii%20Farayse>,
        <http://lexvo.org/id/term/fur/Polinesie%20franc%C3%AAs>,
        <http://lexvo.org/id/term/gla/Poilin%C3%A8is%20na%20Frainge>,
        <http://lexvo.org/id/term/gle/An%20Pholain%C3%A9is%20Fhrancach>,
        <http://lexvo.org/id/term/glg/Polinesia%20Francesa>,
        <http://lexvo.org/id/term/gsw/Franz%C3%B6sisch-Polineesie>,
        <http://lexvo.org/id/term/guj/%E0%AA%AB%E0%AB%8D%E0%AA%B0%E0%AB%87%E0%AA%82%E0%AA%9A%20%E0%AA%AA%E0%AB%8B%E0%AA%B2%E0%AA%BF%E0%AA%A8%E0%AB%87%E0%AA%B6%E0%AA%BF%E0%AA%AF%E0%AA%BE>,
        <http://lexvo.org/id/term/guz/Polinesia%20ya%20Ufaransa>,
        <http://lexvo.org/id/term/hau/Folinesiya%20Ta%20Faransa>,
        <http://lexvo.org/id/term/heb/%D7%A4%D7%95%D7%9C%D7%99%D7%A0%D7%96%D7%99%D7%94%20%D7%94%D7%A6%D7%A8%D7%A4%D7%AA%D7%99%D7%AA>,
        <http://lexvo.org/id/term/hin/%E0%A4%AB%E0%A4%BC%E0%A5%8D%E0%A4%B0%E0%A4%BE%E0%A4%82%E0%A4%B8%E0%A5%80%E0%A4%B8%E0%A5%80%20%E0%A4%AA%E0%A5%89%E0%A4%B2%E0%A4%BF%E0%A4%A8%E0%A5%87%E0%A4%B6%E0%A4%BF%E0%A4%AF%E0%A4%BE>,
        <http://lexvo.org/id/term/hrv/Francuska%20Polinezija>,
        <http://lexvo.org/id/term/hun/Francia%20Polin%C3%A9zia>,
        <http://lexvo.org/id/term/ina/Polynesia%20francese>,
        <http://lexvo.org/id/term/ind/Polinesia%20Prancis>,
        <http://lexvo.org/id/term/isl/Franska%20P%C3%B3l%C3%BDnes%C3%ADa>,
        <http://lexvo.org/id/term/ita/Polinesia%20Francese>,
        <http://lexvo.org/id/term/jmc/Polinesia%20ya%20Ufaransa>,
        <http://lexvo.org/id/term/jpn/%E4%BB%8F%E9%A0%98%E3%83%9D%E3%83%AA%E3%83%8D%E3%82%B7%E3%82%A2>,
        <http://lexvo.org/id/term/kab/Pulunizi%20tafransist>,
        <http://lexvo.org/id/term/kam/Polinesia%20ya%20Ufaransa>,
        <http://lexvo.org/id/term/kan/%E0%B2%AB%E0%B3%8D%E0%B2%B0%E0%B3%86%E0%B2%82%E0%B2%9A%E0%B3%8D%20%E0%B2%AA%E0%B3%8B%E0%B2%B2%E0%B2%BF%E0%B2%A8%E0%B3%87%E0%B2%B6%E0%B2%BF%E0%B2%AF%E0%B2%BE>,
        <http://lexvo.org/id/term/kas/%D9%81%D8%B1%D9%9B%D8%A7%D9%86%D8%B3%DB%8C%20%D9%BE%D9%88%D9%84%D9%90%D9%86%DB%8C%D8%B4%D9%90%DB%8C%D8%A7>,
        <http://lexvo.org/id/term/kat/%E1%83%A4%E1%83%A0%E1%83%90%E1%83%9C%E1%83%92%E1%83%A3%E1%83%9A%E1%83%98%20%E1%83%9E%E1%83%9D%E1%83%9A%E1%83%98%E1%83%9C%E1%83%94%E1%83%96%E1%83%98%E1%83%90>,
        <http://lexvo.org/id/term/kde/Polinesia%20ya%20Ufalansa>,
        <http://lexvo.org/id/term/kea/Polinezia%20Franseza>,
        <http://lexvo.org/id/term/khm/%E1%9E%A0%E1%9F%92%E1%9E%9C%E1%9F%92%E1%9E%9A%E1%9F%81%E1%9E%93%E2%80%8B%E1%9E%94%E1%9F%89%E1%9E%BC%E1%9E%9B%E1%9E%B8%E2%80%8B%E1%9E%8E%E1%9F%81%E1%9E%9F%E1%9F%8A%E1%9E%B8>,
        <http://lexvo.org/id/term/khq/Faransi%20Polineezi>,
        <http://lexvo.org/id/term/kik/Polinesia%20ya%20Ufaransa>,
        <http://lexvo.org/id/term/kln/Emetab%20Polynesia%20nebo%20ufaransa>,
        <http://lexvo.org/id/term/kor/%ED%94%84%EB%9E%91%EC%8A%A4%EB%A0%B9%20%ED%8F%B4%EB%A6%AC%EB%84%A4%EC%8B%9C%EC%95%84>,
        <http://lexvo.org/id/term/ksb/Polinesia%20ya%20Ufalansa>,
        <http://lexvo.org/id/term/ksf/p%C9%94lin%C9%9Bs%C3%AD%20a%20p%C9%9Br%C9%9Bs%C7%9D%CC%81>,
        <http://lexvo.org/id/term/ksh/Franz%C3%BC%C3%BCsesch%20Pollineesije>,
        <http://lexvo.org/id/term/lag/Polin%C3%A9sia%20y%CA%89%20%C9%84far%C3%A1ansa>,
        <http://lexvo.org/id/term/lao/%E0%BB%80%E0%BA%9F%E0%BA%B1%E0%BA%99%E0%BA%A3%E0%BB%82%E0%BA%9E%E0%BA%A5%E0%BA%B4%E0%BA%99%E0%BA%B5%E0%BB%80%E0%BA%8A%E0%BA%8D>,
        <http://lexvo.org/id/term/lav/Fran%C4%8Du%20Polin%C4%93zija>,
        <http://lexvo.org/id/term/lin/Polinezi%20ya%20Fal%C3%A1ns%C9%9B>,
        <http://lexvo.org/id/term/lit/Pranc%C5%ABz%C5%B3%20Polinezija>,
        <http://lexvo.org/id/term/lub/Polinezi%20wa%20Nfalanse>,
        <http://lexvo.org/id/term/lug/Polinesiya%20enfalansa>,
        <http://lexvo.org/id/term/luo/French%20Polynesia>,
        <http://lexvo.org/id/term/luy/Polinesia%20ya%20Ufaransa>,
        <http://lexvo.org/id/term/mal/%E0%B4%AB%E0%B5%8D%E0%B4%B0%E0%B4%9E%E0%B5%8D%E0%B4%9A%E0%B5%8D%20%E0%B4%AA%E0%B5%8B%E0%B4%B3%E0%B4%BF%E0%B4%A8%E0%B5%87%E0%B4%B7%E0%B5%8D%E0%B4%AF>,
        <http://lexvo.org/id/term/mar/%E0%A4%AB%E0%A5%8D%E0%A4%B0%E0%A5%87%E0%A4%82%E0%A4%9A%20%E0%A4%AA%E0%A5%89%E0%A4%B2%E0%A4%BF%E0%A4%A8%E0%A5%87%E0%A4%B6%E0%A4%BF%E0%A4%AF%E0%A4%BE>,
        <http://lexvo.org/id/term/mas/Polinesia%20ya%20Ufaransa>,
        <http://lexvo.org/id/term/mer/Polinesia%20ya%20Fransi>,
        <http://lexvo.org/id/term/mfe/Polinezi%20franse>,
        <http://lexvo.org/id/term/mgh/Ufaransa%20yo%20Potina>,
        <http://lexvo.org/id/term/mkd/%D0%A4%D1%80%D0%B0%D0%BD%D1%86%D1%83%D1%81%D0%BA%D0%B0%20%D0%9F%D0%BE%D0%BB%D0%B8%D0%BD%D0%B5%D0%B7%D0%B8%D1%98%D0%B0>,
        <http://lexvo.org/id/term/mlg/Polynezia%20frantsay>,
        <http://lexvo.org/id/term/mlt/Polinesja%20Fran%C4%8Bi%C5%BCa>,
        <http://lexvo.org/id/term/mua/S%C7%9Dr%20Polynesiya%20ma%20Franss%C7%9D>,
        <http://lexvo.org/id/term/mya/%E1%80%95%E1%80%BC%E1%80%84%E1%80%BA%E1%80%9E%E1%80%85%E1%80%BA%20%E1%80%95%E1%80%B1%E1%80%AB%E1%80%BA%E1%80%9C%E1%80%AE%E1%80%94%E1%80%B1%E1%80%B8%E1%80%9B%E1%80%BE%E1%80%AC%E1%80%B8>,
        <http://lexvo.org/id/term/naq/French%20Polynesia>,
        <http://lexvo.org/id/term/nde/Pholinesiya%20ye%20Fulansi>,
        <http://lexvo.org/id/term/nep/%E0%A4%AB%E0%A5%8D%E0%A4%B0%E0%A4%BE%E0%A4%A8%E0%A5%8D%E0%A4%B8%E0%A5%87%E0%A4%B2%E0%A5%80%20%E0%A4%AA%E0%A5%8B%E0%A4%B2%E0%A4%BF%E0%A4%A8%E0%A5%87%E0%A4%B8%E0%A4%BF%E0%A4%AF%E0%A4%BE>,
        <http://lexvo.org/id/term/nld/Frans-Polynesi%C3%AB>,
        <http://lexvo.org/id/term/nmg/Polynesia%20Fala>,
        <http://lexvo.org/id/term/nno/Fransk%20Polynesia>,
        <http://lexvo.org/id/term/nob/Fransk%20Polynesia>,
        <http://lexvo.org/id/term/nyn/Polinesia%20ya%20Bufaransa>,
        <http://lexvo.org/id/term/ori/%E0%AC%AB%E0%AD%8D%E0%AC%B0%E0%AD%87%E0%AC%9E%E0%AD%8D%E0%AC%9A%20%E0%AC%AA%E0%AC%B2%E0%AC%BF%E0%AC%A8%E0%AD%87%E0%AC%B8%E0%AC%BF%E0%AC%86>,
        <http://lexvo.org/id/term/pol/Polinezja%20Francuska>,
        <http://lexvo.org/id/term/por/Polin%C3%A9sia%20Francesa>,
        <http://lexvo.org/id/term/rof/Polinesia%20ya%20Ufaransa>,
        <http://lexvo.org/id/term/roh/Polinesia%20Franzosa>,
        <http://lexvo.org/id/term/ron/Polinezia%20Francez%C4%83>,
        <http://lexvo.org/id/term/run/Polineziya%20y'Abafaransa>,
        <http://lexvo.org/id/term/rus/%D0%A4%D1%80%D0%B0%D0%BD%D1%86%D1%83%D0%B7%D1%81%D0%BA%D0%B0%D1%8F%20%D0%9F%D0%BE%D0%BB%D0%B8%D0%BD%D0%B5%D0%B7%D0%B8%D1%8F>,
        <http://lexvo.org/id/term/rwk/Polinesia%20ya%20Ufaransa>,
        <http://lexvo.org/id/term/sag/Polinez%C3%AFi%20t%C3%AE%20far%C3%A2nzi>,
        <http://lexvo.org/id/term/saq/Polinesia%20ya%20Ufaransa>,
        <http://lexvo.org/id/term/sbp/Polinesiya%20ya%20Wufalansa>,
        <http://lexvo.org/id/term/seh/Polin%C3%A9sia%20Francesa>,
        <http://lexvo.org/id/term/ses/Faransi%20Polineezi>,
        <http://lexvo.org/id/term/shi-Latn/bulinizya%20tafransist>,
        <http://lexvo.org/id/term/shi/%E2%B4%B1%E2%B5%93%E2%B5%8D%E2%B5%89%E2%B5%8F%E2%B5%89%E2%B5%A3%E2%B5%A2%E2%B4%B0%20%E2%B5%9C%E2%B4%B0%E2%B4%BC%E2%B5%94%E2%B4%B0%E2%B5%8F%E2%B5%99%E2%B5%89%E2%B5%99%E2%B5%9C>,
        <http://lexvo.org/id/term/sin/%E0%B6%B4%E0%B7%8A%E2%80%8D%E0%B6%BB%E0%B6%82%E0%B7%81%20%E0%B6%B4%E0%B7%9C%E0%B6%BD%E0%B7%92%E0%B6%B1%E0%B7%93%E0%B7%83%E0%B7%92%E0%B6%BA%E0%B7%8F%E0%B7%80>,
        <http://lexvo.org/id/term/slk/Franc%C3%BAzska%20Polyn%C3%A9zia>,
        <http://lexvo.org/id/term/slv/Francoska%20Polinezija>,
        <http://lexvo.org/id/term/sme/Frankriikka%20Polynesia>,
        <http://lexvo.org/id/term/sna/French%20Polynesia>,
        <http://lexvo.org/id/term/som/French%20Polynesia>,
        <http://lexvo.org/id/term/spa/Polinesia%20Francesa>,
        <http://lexvo.org/id/term/srp-Latn/Francuska%20Polinezija>,
        <http://lexvo.org/id/term/srp/%D0%A4%D1%80%D0%B0%D0%BD%D1%86%D1%83%D1%81%D0%BA%D0%B0%20%D0%9F%D0%BE%D0%BB%D0%B8%D0%BD%D0%B5%D0%B7%D0%B8%D1%98%D0%B0>,
        <http://lexvo.org/id/term/swc/Polinesia%20ya%20Ufaransa>,
        <http://lexvo.org/id/term/swe/Franska%20Polynesien>,
        <http://lexvo.org/id/term/swh/Polinesia%20ya%20Ufaransa>,
        <http://lexvo.org/id/term/tam/%E0%AE%83%E0%AE%AA%E0%AF%8D%E0%AE%B0%E0%AF%86%E0%AE%A9%E0%AF%8D%E0%AE%9A%E0%AF%8D%20%E0%AE%AA%E0%AE%BE%E0%AE%B2%E0%AE%BF%E0%AE%A9%E0%AF%87%E0%AE%B7%E0%AE%BF%E0%AE%AF%E0%AE%BE>,
        <http://lexvo.org/id/term/tel/%E0%B0%AB%E0%B1%8D%E0%B0%B0%E0%B1%86%E0%B0%82%E0%B0%9A%E0%B1%8D%20%E0%B0%AA%E0%B1%8B%E0%B0%B2%E0%B0%BF%E0%B0%A8%E0%B0%BF%E0%B0%B7%E0%B0%BF%E0%B0%AF%E0%B0%BE>,
        <http://lexvo.org/id/term/teo/Polinesia%20ya%20Ufaransa>,
        <http://lexvo.org/id/term/tha/%E0%B9%80%E0%B8%9F%E0%B8%A3%E0%B8%99%E0%B8%8A%E0%B9%8C%E0%B9%82%E0%B8%9B%E0%B8%A5%E0%B8%B4%E0%B8%99%E0%B8%B5%E0%B9%80%E0%B8%8B%E0%B8%B5%E0%B8%A2>,
        <http://lexvo.org/id/term/tig/%E1%8B%A8%E1%8D%88%E1%88%A8%E1%8A%95%E1%88%B3%E1%8B%AD%20%E1%8D%96%E1%88%8A%E1%8A%94%E1%8B%A2%E1%8B%AB>,
        <http://lexvo.org/id/term/tir/%E1%8B%A8%E1%8D%88%E1%88%A8%E1%8A%95%E1%88%B3%E1%8B%AD%20%E1%8D%96%E1%88%8A%E1%8A%94%E1%8B%A2%E1%8B%AB>,
        <http://lexvo.org/id/term/ton/Polinisia%20fakafalanis%C4%93>,
        <http://lexvo.org/id/term/tur/Frans%C4%B1z%20Polinezyas%C4%B1>,
        <http://lexvo.org/id/term/twq/Faransi%20Polineezi>,
        <http://lexvo.org/id/term/tzm/Pulinizya%20Tafransist>,
        <http://lexvo.org/id/term/ukr/%D0%A4%D1%80%D0%B0%D0%BD%D1%86%D1%83%D0%B7%D1%8C%D0%BA%D0%B0%20%D0%9F%D0%BE%D0%BB%D1%96%D0%BD%D0%B5%D0%B7%D1%96%D1%8F>,
        <http://lexvo.org/id/term/urd/%D9%81%D8%B1%D8%A7%D9%86%D8%B3%DB%8C%D8%B3%DB%8C%20%D9%BE%D9%88%D9%84%DB%8C%D9%86%DB%8C%D8%B4%DB%8C%D8%A7>,
        <http://lexvo.org/id/term/vai-Latn/F%C9%9B%C5%8Bsi%20Polin%C3%ADsiya>,
        <http://lexvo.org/id/term/vai/%EA%97%B1%EA%98%8B%EA%94%BB%20%EA%95%B6%EA%94%B7%EA%95%87%EA%94%BB%EA%95%A9>,
        <http://lexvo.org/id/term/vie/Polynesia%20thu%E1%BB%99c%20Ph%C3%A1p>,
        <http://lexvo.org/id/term/vun/Polinesia%20ya%20Ufaransa>,
        <http://lexvo.org/id/term/wae/Franz%C3%B6si%C5%A1%20Polinesie>,
        <http://lexvo.org/id/term/wal/%E1%8B%A8%E1%8D%88%E1%88%A8%E1%8A%95%E1%88%B3%E1%8B%AD%20%E1%8D%96%E1%88%8A%E1%8A%94%E1%8B%A2%E1%8B%AB>,
        <http://lexvo.org/id/term/xog/Polinesiya%20enfalansa>,
        <http://lexvo.org/id/term/yav/polines%C3%AD%20u%20felens%C3%AD>,
        <http://lexvo.org/id/term/yor/Or%C3%ADl%E1%BA%B9%CC%81%C3%A8de%20Firen%E1%B9%A3i%20Polinesia>,
        <http://lexvo.org/id/term/zsm/Polinesia%20Perancis>,
        <http://lexvo.org/id/term/zul/i-French%20Polynesia> ;
    owl:sameAs <http://psi.oasis-open.org/iso/3166/#258>,
        <http://sws.geonames.org/4030656/> .

<http://lexvo.org/id/iso3166/PG> a lvont:GeographicRegion ;
    rdfs:label "Papoea Nieu-Guinee"@af,
        "Kpakpua Ginè È fūghū"@agq,
        "Papua Guinea Foforo"@ak,
        "ፓፑዋ ኒው ጊኒ"@am,
        "بابوا غينيا الجديدة"@ar,
        "Papua"@asa,
        "Papúa Nueva Guinea"@ast,
        "Papua Yeni Qvineya"@az,
        "Gìne ì Pàpu"@bas,
        "Папуа-Новая Гвінея"@be,
        "Hupapua"@bez,
        "Папуа Нова Гвинея"@bg,
        "Papuwasi-Gine-Koura"@bm,
        "পাপুয়া নিউ গিনি"@bn,
        "པ་པུ་ཨ། ནིའུ། གྷི་ནི།"@bo,
        "Papoua Ginea-Nevez"@br,
        "पापुआ न्यू गिनी"@brx,
        "Papua Nova Gvineja"@bs,
        "Папуа Нова Гвинеја"@bs-Cyrl,
        "ፓፑዋ ኒው ጊኒ"@byn,
        "Papua Nova Guinea"@ca,
        "Papua"@cgg,
        "ᏆᏇ ᎢᏤ ᎩᏂ"@chr,
        "巴布亚新几内亚"@cmn,
        "巴布亞紐幾內亞"@cmn-Hant,
        "Papua-Nová Guinea"@cs,
        "Papua Gini Newydd"@cy,
        "Papua Ny Guinea"@da,
        "Papua"@dav,
        "Papua-Neuguinea"@de,
        "Papua Ginee Taaga"@dje,
        "པ་པུ་ ནིའུ་གི་ནི"@dz,
        "Papua"@ebu,
        "Papua New Gini nutome"@ee,
        "Παπούα Νέα Γουινέα"@el,
        "ISO 3166-1:PG"@en,
        "Papua New Guinea"@en,
        "𐐑𐐰𐐹𐐷𐐳𐐲 𐐤𐐭 𐐘𐐮𐑌𐐨"@en-Dsrt,
        "Papuo-Nov-Gvineo"@eo,
        "Papúa Nueva Guinea"@es,
        "Paapua Uus-Guinea"@et,
        "Papua Ginea Berria"@eu,
        "Papwazi yá Ǹkpámɛ́n Giné"@ewo,
        "پاپوا نیو گینیا"@fa,
        "پاپوا گینهٔ نو"@fa,
        "Papuwaa Nuwel Gine"@ff,
        "Papua-Uusi-Guinea"@fi,
        "Papua New Guinea"@fil,
        "Papua Nýguinea"@fo,
        "Papouasie-Nouvelle-Guinée"@fr,
        "Papue Gnove Guinee"@fur,
        "Nua-Ghuine Phapua"@ga,
        "Gini Nuadh Phaputhach"@gd,
        "Papúa Nova Guinea"@gl,
        "Papua-Neuguinea"@gsw,
        "પાપુઆ ન્યૂ ગિની"@gu,
        "Papua"@guz,
        "Papuwa Nugini"@ha,
        "פפואה גיניאה החדשה"@he,
        "पापुआ न्यू गिनी"@hi,
        "Papua Nova Gvineja"@hr,
        "Pápua Új-Guinea"@hu,
        "Պապուա Նոր Գվինեա"@hy,
        "Papua Nove Guinea"@ia,
        "Papua Nugini"@id,
        "Papúa Nýja-Gínea"@is,
        "Papua Nuova Guinea"@it,
        "パプアニューギニア"@ja,
        "Papua"@jmc,
        "პაპუა-ახალი გვინეა"@ka,
        "Ɣinya Tamaynut Tapaput"@kab,
        "Papua"@kam,
        "Papua"@kde,
        "Papua-Nova Gine"@kea,
        "Papua Ginee Taaga"@khq,
        "Papua"@ki,
        "Papua Nutaaq Guinea"@kl,
        "Emetab Papua New Guinea"@kln,
        "ប៉ាពូអានូវែលហ្គីណេ"@km,
        "ಪಪುವಾ ನ್ಯೂಗೀನಿಯಾ"@kn,
        "파푸아뉴기니"@ko,
        "پاپُوا نیوٗ گیٖنی"@ks,
        "Papua"@ksb,
        "papwazí ginɛ́ anyɔ́n"@ksf,
        "Papuwa Neujineeja"@ksh,
        "Papúua"@lag,
        "Papwa Nyugini"@lg,
        "Papwazi Ginɛ ya sika"@ln,
        "ປາປົວນິວກີນີ"@lo,
        "Papua Naujoji Gvinėja"@lt,
        "Papwazi wa Nginɛ wa mumu"@lu,
        "Papua New Guinea"@luo,
        "Papua"@luy,
        "Papua-Jaungvineja"@lv,
        "Papua"@mas,
        "Papua"@mer,
        "Papouazi-Nouvel-Gine"@mfe,
        "Papouasie-Nouvelle-Guinée"@mg,
        "Upapua"@mgh,
        "Папуа Нова Гвинеја"@mk,
        "പപ്പുവ ന്യൂ ഗ്വിനി"@ml,
        "पापुआ न्यू गिनी"@mr,
        "Papwa-Ginea Ġdida"@mt,
        "Papuasiya Guine mafuu"@mua,
        "ပါပူရာနယူးဂီနီ"@my,
        "Papua New Guineab"@naq,
        "Papua Ny-Guinea"@nb,
        "Papua New Guinea"@nd,
        "पपुआ न्यू गाइनिया"@ne,
        "Papoea-Nieuw-Guinea"@nl,
        "Guine Papuasi"@nmg,
        "Papua Ny-Guinea"@nn,
        "Papua"@nyn,
        "ପପୁଆ ନ୍ୟୁ ଗୁଏନିଆ"@or,
        "Papua Nowa Gwinea"@pl,
        "Papua-Nova Guiné"@pt,
        "Papuásia-Nova Guiné"@pt,
        "Papua Nova Guinea"@rm,
        "Papuwa Niyugineya"@rn,
        "Papua Noua Guinee"@ro,
        "Papua"@rof,
        "Папуа – Новая Гвинея"@ru,
        "Papua"@rwk,
        "Papua"@saq,
        "Papuwa"@sbp,
        "Papua-Ođđa-Guinea"@se,
        "Papua-Nova Guiné"@seh,
        "Papua Ginee Taaga"@ses,
        "Papû Finî Ginëe, Papuazïi"@sg,
        "ⴱⴰⴱⵡⴰ ⵖⵉⵏⵢⴰ ⵜⴰⵎⴰⵢⵏⵓⵜ"@shi,
        "babwa ɣinya tamaynut"@shi-Latn,
        "පැපුවා නිව් ගිනියාව"@si,
        "Papua Nová Guinea"@sk,
        "Papua Nova Gvineja"@sl,
        "Papua New Guinea"@sn,
        "Papua New Guinea"@so,
        "Papua Guineja e Re"@sq,
        "Папуа Нова Гвинеја"@sr,
        "Papua Nova Gvineja"@sr-Latn,
        "Papua Nya Guinea"@sv,
        "Papua"@swc,
        "Papua"@swh,
        "பாப்புவா நியூ கினி"@ta,
        "పాపువా న్యు గినియా"@te,
        "Papua"@teo,
        "ปาปัวนิวกินี"@th,
        "ፓፑዋ ኒው ጊኒ"@ti,
        "ፓፑዋ ኒው ጊኒ"@tig,
        "Papuaniukini"@to,
        "Papua Yeni Gine"@tr,
        "Papua Ginee Taaga"@twq,
        "Papwa Ɣinya Tamaynut"@tzm,
        "Папуа Нова Гвінея"@uk,
        "پاپوآ نیو گنی"@ur,
        "ꕐꖛꕎ ꕅꔤꕇ ꕯꕮꕊ"@vai,
        "Papuwa Gini Námaá"@vai-Latn,
        "Papua New Guinea"@vi,
        "Papua"@vun,
        "Papua Niwginea"@wae,
        "ፓፑዋ ኒው ጊኒ"@wal,
        "Papwa Nyugini"@xog,
        "papuasí nufɛ́l kiiné"@yav,
        "Orílẹ́ède Paapu ti Giini"@yo,
        "Papua New Guinea"@zsm,
        "i-Papua New Guinea"@zu ;
    lvont:label <http://lexvo.org/id/term/afr/Papoea%20Nieu-Guinee>,
        <http://lexvo.org/id/term/agq/Kpakpua%20Gin%C3%A8%20%C3%88%20f%C5%ABgh%C5%AB>,
        <http://lexvo.org/id/term/aka/Papua%20Guinea%20Foforo>,
        <http://lexvo.org/id/term/amh/%E1%8D%93%E1%8D%91%E1%8B%8B%20%E1%8A%92%E1%8B%8D%20%E1%8C%8A%E1%8A%92>,
        <http://lexvo.org/id/term/ara/%D8%A8%D8%A7%D8%A8%D9%88%D8%A7%20%D8%BA%D9%8A%D9%86%D9%8A%D8%A7%20%D8%A7%D9%84%D8%AC%D8%AF%D9%8A%D8%AF%D8%A9>,
        <http://lexvo.org/id/term/asa/Papua>,
        <http://lexvo.org/id/term/ast/Pap%C3%BAa%20Nueva%20Guinea>,
        <http://lexvo.org/id/term/aze/Papua%20Yeni%20Qvineya>,
        <http://lexvo.org/id/term/bam/Papuwasi-Gine-Koura>,
        <http://lexvo.org/id/term/bas/G%C3%ACne%20%C3%AC%20P%C3%A0pu>,
        <http://lexvo.org/id/term/bel/%D0%9F%D0%B0%D0%BF%D1%83%D0%B0-%D0%9D%D0%BE%D0%B2%D0%B0%D1%8F%20%D0%93%D0%B2%D1%96%D0%BD%D0%B5%D1%8F>,
        <http://lexvo.org/id/term/ben/%E0%A6%AA%E0%A6%BE%E0%A6%AA%E0%A7%81%E0%A6%AF%E0%A6%BC%E0%A6%BE%20%E0%A6%A8%E0%A6%BF%E0%A6%89%20%E0%A6%97%E0%A6%BF%E0%A6%A8%E0%A6%BF>,
        <http://lexvo.org/id/term/bez/Hupapua>,
        <http://lexvo.org/id/term/bod/%E0%BD%94%E0%BC%8B%E0%BD%94%E0%BD%B4%E0%BC%8B%E0%BD%A8%E0%BC%8D%20%E0%BD%93%E0%BD%B2%E0%BD%A0%E0%BD%B4%E0%BC%8D%20%E0%BD%82%E0%BE%B7%E0%BD%B2%E0%BC%8B%E0%BD%93%E0%BD%B2%E0%BC%8D>,
        <http://lexvo.org/id/term/bos-Cyrl/%D0%9F%D0%B0%D0%BF%D1%83%D0%B0%20%D0%9D%D0%BE%D0%B2%D0%B0%20%D0%93%D0%B2%D0%B8%D0%BD%D0%B5%D1%98%D0%B0>,
        <http://lexvo.org/id/term/bos/Papua%20Nova%20Gvineja>,
        <http://lexvo.org/id/term/bre/Papoua%20Ginea-Nevez>,
        <http://lexvo.org/id/term/brx/%E0%A4%AA%E0%A4%BE%E0%A4%AA%E0%A5%81%E0%A4%86%20%E0%A4%A8%E0%A5%8D%E0%A4%AF%E0%A5%82%20%E0%A4%97%E0%A4%BF%E0%A4%A8%E0%A5%80>,
        <http://lexvo.org/id/term/bul/%D0%9F%D0%B0%D0%BF%D1%83%D0%B0%20%D0%9D%D0%BE%D0%B2%D0%B0%20%D0%93%D0%B2%D0%B8%D0%BD%D0%B5%D1%8F>,
        <http://lexvo.org/id/term/byn/%E1%8D%93%E1%8D%91%E1%8B%8B%20%E1%8A%92%E1%8B%8D%20%E1%8C%8A%E1%8A%92>,
        <http://lexvo.org/id/term/cat/Papua%20Nova%20Guinea>,
        <http://lexvo.org/id/term/ces/Papua-Nov%C3%A1%20Guinea>,
        <http://lexvo.org/id/term/cgg/Papua>,
        <http://lexvo.org/id/term/chr/%E1%8F%86%E1%8F%87%20%E1%8E%A2%E1%8F%A4%20%E1%8E%A9%E1%8F%82>,
        <http://lexvo.org/id/term/cmn-Hant/%E5%B7%B4%E5%B8%83%E4%BA%9E%E7%B4%90%E5%B9%BE%E5%85%A7%E4%BA%9E>,
        <http://lexvo.org/id/term/cmn/%E5%B7%B4%E5%B8%83%E4%BA%9A%E6%96%B0%E5%87%A0%E5%86%85%E4%BA%9A>,
        <http://lexvo.org/id/term/cym/Papua%20Gini%20Newydd>,
        <http://lexvo.org/id/term/dan/Papua%20Ny%20Guinea>,
        <http://lexvo.org/id/term/dav/Papua>,
        <http://lexvo.org/id/term/deu/Papua-Neuguinea>,
        <http://lexvo.org/id/term/dje/Papua%20Ginee%20Taaga>,
        <http://lexvo.org/id/term/dzo/%E0%BD%94%E0%BC%8B%E0%BD%94%E0%BD%B4%E0%BC%8B%20%E0%BD%93%E0%BD%B2%E0%BD%A0%E0%BD%B4%E0%BC%8B%E0%BD%82%E0%BD%B2%E0%BC%8B%E0%BD%93%E0%BD%B2>,
        <http://lexvo.org/id/term/ebu/Papua>,
        <http://lexvo.org/id/term/ell/%CE%A0%CE%B1%CF%80%CE%BF%CF%8D%CE%B1%20%CE%9D%CE%AD%CE%B1%20%CE%93%CE%BF%CF%85%CE%B9%CE%BD%CE%AD%CE%B1>,
        <http://lexvo.org/id/term/eng-Dsrt/%F0%90%90%91%F0%90%90%B0%F0%90%90%B9%F0%90%90%B7%F0%90%90%B3%F0%90%90%B2%20%F0%90%90%A4%F0%90%90%AD%20%F0%90%90%98%F0%90%90%AE%F0%90%91%8C%F0%90%90%A8>,
        <http://lexvo.org/id/term/eng/ISO%203166-1%3APG>,
        <http://lexvo.org/id/term/eng/Papua%20New%20Guinea>,
        <http://lexvo.org/id/term/epo/Papuo-Nov-Gvineo>,
        <http://lexvo.org/id/term/est/Paapua%20Uus-Guinea>,
        <http://lexvo.org/id/term/eus/Papua%20Ginea%20Berria>,
        <http://lexvo.org/id/term/ewe/Papua%20New%20Gini%20nutome>,
        <http://lexvo.org/id/term/ewo/Papwazi%20y%C3%A1%20%C7%B8kp%C3%A1m%C9%9B%CC%81n%20Gin%C3%A9>,
        <http://lexvo.org/id/term/fao/Papua%20N%C3%BDguinea>,
        <http://lexvo.org/id/term/fas/%D9%BE%D8%A7%D9%BE%D9%88%D8%A7%20%D9%86%DB%8C%D9%88%20%DA%AF%DB%8C%D9%86%DB%8C%D8%A7>,
        <http://lexvo.org/id/term/fas/%D9%BE%D8%A7%D9%BE%D9%88%D8%A7%20%DA%AF%DB%8C%D9%86%D9%87%D9%94%20%D9%86%D9%88>,
        <http://lexvo.org/id/term/fil/Papua%20New%20Guinea>,
        <http://lexvo.org/id/term/fin/Papua-Uusi-Guinea>,
        <http://lexvo.org/id/term/fra/Papouasie-Nouvelle-Guin%C3%A9e>,
        <http://lexvo.org/id/term/ful/Papuwaa%20Nuwel%20Gine>,
        <http://lexvo.org/id/term/fur/Papue%20Gnove%20Guinee>,
        <http://lexvo.org/id/term/gla/Gini%20Nuadh%20Phaputhach>,
        <http://lexvo.org/id/term/gle/Nua-Ghuine%20Phapua>,
        <http://lexvo.org/id/term/glg/Pap%C3%BAa%20Nova%20Guinea>,
        <http://lexvo.org/id/term/gsw/Papua-Neuguinea>,
        <http://lexvo.org/id/term/guj/%E0%AA%AA%E0%AA%BE%E0%AA%AA%E0%AB%81%E0%AA%86%20%E0%AA%A8%E0%AB%8D%E0%AA%AF%E0%AB%82%20%E0%AA%97%E0%AA%BF%E0%AA%A8%E0%AB%80>,
        <http://lexvo.org/id/term/guz/Papua>,
        <http://lexvo.org/id/term/hau/Papuwa%20Nugini>,
        <http://lexvo.org/id/term/heb/%D7%A4%D7%A4%D7%95%D7%90%D7%94%20%D7%92%D7%99%D7%A0%D7%99%D7%90%D7%94%20%D7%94%D7%97%D7%93%D7%A9%D7%94>,
        <http://lexvo.org/id/term/hin/%E0%A4%AA%E0%A4%BE%E0%A4%AA%E0%A5%81%E0%A4%86%20%E0%A4%A8%E0%A5%8D%E0%A4%AF%E0%A5%82%20%E0%A4%97%E0%A4%BF%E0%A4%A8%E0%A5%80>,
        <http://lexvo.org/id/term/hrv/Papua%20Nova%20Gvineja>,
        <http://lexvo.org/id/term/hun/P%C3%A1pua%20%C3%9Aj-Guinea>,
        <http://lexvo.org/id/term/hye/%D5%8A%D5%A1%D5%BA%D5%B8%D6%82%D5%A1%20%D5%86%D5%B8%D6%80%20%D4%B3%D5%BE%D5%AB%D5%B6%D5%A5%D5%A1>,
        <http://lexvo.org/id/term/ina/Papua%20Nove%20Guinea>,
        <http://lexvo.org/id/term/ind/Papua%20Nugini>,
        <http://lexvo.org/id/term/isl/Pap%C3%BAa%20N%C3%BDja-G%C3%ADnea>,
        <http://lexvo.org/id/term/ita/Papua%20Nuova%20Guinea>,
        <http://lexvo.org/id/term/jmc/Papua>,
        <http://lexvo.org/id/term/jpn/%E3%83%91%E3%83%97%E3%82%A2%E3%83%8B%E3%83%A5%E3%83%BC%E3%82%AE%E3%83%8B%E3%82%A2>,
        <http://lexvo.org/id/term/kab/%C6%94inya%20Tamaynut%20Tapaput>,
        <http://lexvo.org/id/term/kal/Papua%20Nutaaq%20Guinea>,
        <http://lexvo.org/id/term/kam/Papua>,
        <http://lexvo.org/id/term/kan/%E0%B2%AA%E0%B2%AA%E0%B3%81%E0%B2%B5%E0%B2%BE%20%E0%B2%A8%E0%B3%8D%E0%B2%AF%E0%B3%82%E0%B2%97%E0%B3%80%E0%B2%A8%E0%B2%BF%E0%B2%AF%E0%B2%BE>,
        <http://lexvo.org/id/term/kas/%D9%BE%D8%A7%D9%BE%D9%8F%D9%88%D8%A7%20%D9%86%DB%8C%D9%88%D9%97%20%DA%AF%DB%8C%D9%96%D9%86%DB%8C>,
        <http://lexvo.org/id/term/kat/%E1%83%9E%E1%83%90%E1%83%9E%E1%83%A3%E1%83%90-%E1%83%90%E1%83%AE%E1%83%90%E1%83%9A%E1%83%98%20%E1%83%92%E1%83%95%E1%83%98%E1%83%9C%E1%83%94%E1%83%90>,
        <http://lexvo.org/id/term/kde/Papua>,
        <http://lexvo.org/id/term/kea/Papua-Nova%20Gine>,
        <http://lexvo.org/id/term/khm/%E1%9E%94%E1%9F%89%E1%9E%B6%E1%9E%96%E1%9E%BC%E1%9E%A2%E1%9E%B6%E1%9E%93%E1%9E%BC%E1%9E%9C%E1%9F%82%E1%9E%9B%E1%9E%A0%E1%9F%92%E1%9E%82%E1%9E%B8%E1%9E%8E%E1%9F%81>,
        <http://lexvo.org/id/term/khq/Papua%20Ginee%20Taaga>,
        <http://lexvo.org/id/term/kik/Papua>,
        <http://lexvo.org/id/term/kln/Emetab%20Papua%20New%20Guinea>,
        <http://lexvo.org/id/term/kor/%ED%8C%8C%ED%91%B8%EC%95%84%EB%89%B4%EA%B8%B0%EB%8B%88>,
        <http://lexvo.org/id/term/ksb/Papua>,
        <http://lexvo.org/id/term/ksf/papwaz%C3%AD%20gin%C9%9B%CC%81%20any%C9%94%CC%81n>,
        <http://lexvo.org/id/term/ksh/Papuwa%20Neujineeja>,
        <http://lexvo.org/id/term/lag/Pap%C3%BAua>,
        <http://lexvo.org/id/term/lao/%E0%BA%9B%E0%BA%B2%E0%BA%9B%E0%BA%BB%E0%BA%A7%E0%BA%99%E0%BA%B4%E0%BA%A7%E0%BA%81%E0%BA%B5%E0%BA%99%E0%BA%B5>,
        <http://lexvo.org/id/term/lav/Papua-Jaungvineja>,
        <http://lexvo.org/id/term/lin/Papwazi%20Gin%C9%9B%20ya%20sika>,
        <http://lexvo.org/id/term/lit/Papua%20Naujoji%20Gvin%C4%97ja>,
        <http://lexvo.org/id/term/lub/Papwazi%20wa%20Ngin%C9%9B%20wa%20mumu>,
        <http://lexvo.org/id/term/lug/Papwa%20Nyugini>,
        <http://lexvo.org/id/term/luo/Papua%20New%20Guinea>,
        <http://lexvo.org/id/term/luy/Papua>,
        <http://lexvo.org/id/term/mal/%E0%B4%AA%E0%B4%AA%E0%B5%8D%E0%B4%AA%E0%B5%81%E0%B4%B5%20%E0%B4%A8%E0%B5%8D%E0%B4%AF%E0%B5%82%20%E0%B4%97%E0%B5%8D%E0%B4%B5%E0%B4%BF%E0%B4%A8%E0%B4%BF>,
        <http://lexvo.org/id/term/mar/%E0%A4%AA%E0%A4%BE%E0%A4%AA%E0%A5%81%E0%A4%86%20%E0%A4%A8%E0%A5%8D%E0%A4%AF%E0%A5%82%20%E0%A4%97%E0%A4%BF%E0%A4%A8%E0%A5%80>,
        <http://lexvo.org/id/term/mas/Papua>,
        <http://lexvo.org/id/term/mer/Papua>,
        <http://lexvo.org/id/term/mfe/Papouazi-Nouvel-Gine>,
        <http://lexvo.org/id/term/mgh/Upapua>,
        <http://lexvo.org/id/term/mkd/%D0%9F%D0%B0%D0%BF%D1%83%D0%B0%20%D0%9D%D0%BE%D0%B2%D0%B0%20%D0%93%D0%B2%D0%B8%D0%BD%D0%B5%D1%98%D0%B0>,
        <http://lexvo.org/id/term/mlg/Papouasie-Nouvelle-Guin%C3%A9e>,
        <http://lexvo.org/id/term/mlt/Papwa-Ginea%20%C4%A0dida>,
        <http://lexvo.org/id/term/mua/Papuasiya%20Guine%20mafuu>,
        <http://lexvo.org/id/term/mya/%E1%80%95%E1%80%AB%E1%80%95%E1%80%B0%E1%80%9B%E1%80%AC%E1%80%94%E1%80%9A%E1%80%B0%E1%80%B8%E1%80%82%E1%80%AE%E1%80%94%E1%80%AE>,
        <http://lexvo.org/id/term/naq/Papua%20New%20Guineab>,
        <http://lexvo.org/id/term/nde/Papua%20New%20Guinea>,
        <http://lexvo.org/id/term/nep/%E0%A4%AA%E0%A4%AA%E0%A5%81%E0%A4%86%20%E0%A4%A8%E0%A5%8D%E0%A4%AF%E0%A5%82%20%E0%A4%97%E0%A4%BE%E0%A4%87%E0%A4%A8%E0%A4%BF%E0%A4%AF%E0%A4%BE>,
        <http://lexvo.org/id/term/nld/Papoea-Nieuw-Guinea>,
        <http://lexvo.org/id/term/nmg/Guine%20Papuasi>,
        <http://lexvo.org/id/term/nno/Papua%20Ny-Guinea>,
        <http://lexvo.org/id/term/nob/Papua%20Ny-Guinea>,
        <http://lexvo.org/id/term/nyn/Papua>,
        <http://lexvo.org/id/term/ori/%E0%AC%AA%E0%AC%AA%E0%AD%81%E0%AC%86%20%E0%AC%A8%E0%AD%8D%E0%AD%9F%E0%AD%81%20%E0%AC%97%E0%AD%81%E0%AC%8F%E0%AC%A8%E0%AC%BF%E0%AC%86>,
        <http://lexvo.org/id/term/pol/Papua%20Nowa%20Gwinea>,
        <http://lexvo.org/id/term/por/Papu%C3%A1sia-Nova%20Guin%C3%A9>,
        <http://lexvo.org/id/term/por/Papua-Nova%20Guin%C3%A9>,
        <http://lexvo.org/id/term/rof/Papua>,
        <http://lexvo.org/id/term/roh/Papua%20Nova%20Guinea>,
        <http://lexvo.org/id/term/ron/Papua%20Noua%20Guinee>,
        <http://lexvo.org/id/term/run/Papuwa%20Niyugineya>,
        <http://lexvo.org/id/term/rus/%D0%9F%D0%B0%D0%BF%D1%83%D0%B0%20%E2%80%93%20%D0%9D%D0%BE%D0%B2%D0%B0%D1%8F%20%D0%93%D0%B2%D0%B8%D0%BD%D0%B5%D1%8F>,
        <http://lexvo.org/id/term/rwk/Papua>,
        <http://lexvo.org/id/term/sag/Pap%C3%BB%20Fin%C3%AE%20Gin%C3%ABe%2C%20Papuaz%C3%AFi>,
        <http://lexvo.org/id/term/saq/Papua>,
        <http://lexvo.org/id/term/sbp/Papuwa>,
        <http://lexvo.org/id/term/seh/Papua-Nova%20Guin%C3%A9>,
        <http://lexvo.org/id/term/ses/Papua%20Ginee%20Taaga>,
        <http://lexvo.org/id/term/shi-Latn/babwa%20%C9%A3inya%20tamaynut>,
        <http://lexvo.org/id/term/shi/%E2%B4%B1%E2%B4%B0%E2%B4%B1%E2%B5%A1%E2%B4%B0%20%E2%B5%96%E2%B5%89%E2%B5%8F%E2%B5%A2%E2%B4%B0%20%E2%B5%9C%E2%B4%B0%E2%B5%8E%E2%B4%B0%E2%B5%A2%E2%B5%8F%E2%B5%93%E2%B5%9C>,
        <http://lexvo.org/id/term/sin/%E0%B6%B4%E0%B7%90%E0%B6%B4%E0%B7%94%E0%B7%80%E0%B7%8F%20%E0%B6%B1%E0%B7%92%E0%B7%80%E0%B7%8A%20%E0%B6%9C%E0%B7%92%E0%B6%B1%E0%B7%92%E0%B6%BA%E0%B7%8F%E0%B7%80>,
        <http://lexvo.org/id/term/slk/Papua%20Nov%C3%A1%20Guinea>,
        <http://lexvo.org/id/term/slv/Papua%20Nova%20Gvineja>,
        <http://lexvo.org/id/term/sme/Papua-O%C4%91%C4%91a-Guinea>,
        <http://lexvo.org/id/term/sna/Papua%20New%20Guinea>,
        <http://lexvo.org/id/term/som/Papua%20New%20Guinea>,
        <http://lexvo.org/id/term/spa/Pap%C3%BAa%20Nueva%20Guinea>,
        <http://lexvo.org/id/term/sqi/Papua%20Guineja%20e%20Re>,
        <http://lexvo.org/id/term/srp-Latn/Papua%20Nova%20Gvineja>,
        <http://lexvo.org/id/term/srp/%D0%9F%D0%B0%D0%BF%D1%83%D0%B0%20%D0%9D%D0%BE%D0%B2%D0%B0%20%D0%93%D0%B2%D0%B8%D0%BD%D0%B5%D1%98%D0%B0>,
        <http://lexvo.org/id/term/swc/Papua>,
        <http://lexvo.org/id/term/swe/Papua%20Nya%20Guinea>,
        <http://lexvo.org/id/term/swh/Papua>,
        <http://lexvo.org/id/term/tam/%E0%AE%AA%E0%AE%BE%E0%AE%AA%E0%AF%8D%E0%AE%AA%E0%AF%81%E0%AE%B5%E0%AE%BE%20%E0%AE%A8%E0%AE%BF%E0%AE%AF%E0%AF%82%20%E0%AE%95%E0%AE%BF%E0%AE%A9%E0%AE%BF>,
        <http://lexvo.org/id/term/tel/%E0%B0%AA%E0%B0%BE%E0%B0%AA%E0%B1%81%E0%B0%B5%E0%B0%BE%20%E0%B0%A8%E0%B1%8D%E0%B0%AF%E0%B1%81%20%E0%B0%97%E0%B0%BF%E0%B0%A8%E0%B0%BF%E0%B0%AF%E0%B0%BE>,
        <http://lexvo.org/id/term/teo/Papua>,
        <http://lexvo.org/id/term/tha/%E0%B8%9B%E0%B8%B2%E0%B8%9B%E0%B8%B1%E0%B8%A7%E0%B8%99%E0%B8%B4%E0%B8%A7%E0%B8%81%E0%B8%B4%E0%B8%99%E0%B8%B5>,
        <http://lexvo.org/id/term/tig/%E1%8D%93%E1%8D%91%E1%8B%8B%20%E1%8A%92%E1%8B%8D%20%E1%8C%8A%E1%8A%92>,
        <http://lexvo.org/id/term/tir/%E1%8D%93%E1%8D%91%E1%8B%8B%20%E1%8A%92%E1%8B%8D%20%E1%8C%8A%E1%8A%92>,
        <http://lexvo.org/id/term/ton/Papuaniukini>,
        <http://lexvo.org/id/term/tur/Papua%20Yeni%20Gine>,
        <http://lexvo.org/id/term/twq/Papua%20Ginee%20Taaga>,
        <http://lexvo.org/id/term/tzm/Papwa%20%C6%94inya%20Tamaynut>,
        <http://lexvo.org/id/term/ukr/%D0%9F%D0%B0%D0%BF%D1%83%D0%B0%20%D0%9D%D0%BE%D0%B2%D0%B0%20%D0%93%D0%B2%D1%96%D0%BD%D0%B5%D1%8F>,
        <http://lexvo.org/id/term/urd/%D9%BE%D8%A7%D9%BE%D9%88%D8%A2%20%D9%86%DB%8C%D9%88%20%DA%AF%D9%86%DB%8C>,
        <http://lexvo.org/id/term/vai-Latn/Papuwa%20Gini%20N%C3%A1ma%C3%A1>,
        <http://lexvo.org/id/term/vai/%EA%95%90%EA%96%9B%EA%95%8E%20%EA%95%85%EA%94%A4%EA%95%87%20%EA%95%AF%EA%95%AE%EA%95%8A>,
        <http://lexvo.org/id/term/vie/Papua%20New%20Guinea>,
        <http://lexvo.org/id/term/vun/Papua>,
        <http://lexvo.org/id/term/wae/Papua%20Niwginea>,
        <http://lexvo.org/id/term/wal/%E1%8D%93%E1%8D%91%E1%8B%8B%20%E1%8A%92%E1%8B%8D%20%E1%8C%8A%E1%8A%92>,
        <http://lexvo.org/id/term/xog/Papwa%20Nyugini>,
        <http://lexvo.org/id/term/yav/papuas%C3%AD%20nuf%C9%9B%CC%81l%20kiin%C3%A9>,
        <http://lexvo.org/id/term/yor/Or%C3%ADl%E1%BA%B9%CC%81%C3%A8de%20Paapu%20ti%20Giini>,
        <http://lexvo.org/id/term/zsm/Papua%20New%20Guinea>,
        <http://lexvo.org/id/term/zul/i-Papua%20New%20Guinea> ;
    owl:sameAs <http://psi.oasis-open.org/iso/3166/#598>,
        <http://sws.geonames.org/2088628/> .

<http://lexvo.org/id/iso3166/PH> a lvont:GeographicRegion ;
    rdfs:label "Filippyne"@af,
        "Felèkpî"@agq,
        "Philippines"@ak,
        "ፊሊፒንስ"@am,
        "الفيلبين"@ar,
        "Filipino"@asa,
        "Filipines"@ast,
        "Filipin"@az,
        "Fìlìpîn"@bas,
        "Філіпіны"@be,
        "Hufilipino"@bez,
        "Филипини"@bg,
        "Filipini"@bm,
        "ফিলিপাইন"@bn,
        "ཕི་ལི་པིནས྄།"@bo,
        "Filipinez"@br,
        "फिलीपिन्स"@brx,
        "Filipini"@bs,
        "Филипини"@bs-Cyrl,
        "Filipines"@ca,
        "Firipino"@cgg,
        "ᎠᏂᏈᎵᎩᏃ"@chr,
        "菲律宾"@cmn,
        "菲律賓"@cmn-Hant,
        "Filipíny"@cs,
        "Philipinau"@cy,
        "Filippinerne"@da,
        "Filipino"@dav,
        "Philippinen"@de,
        "Filipine"@dje,
        "ཕི་ལི་པིནས"@dz,
        "Filipino"@ebu,
        "Filipini nutome"@ee,
        "Φιλιππίνες"@el,
        "ISO 3166-1:PH"@en,
        "Philippines"@en,
        "𐐙𐐮𐑊𐐲𐐹𐐨𐑌𐑆"@en-Dsrt,
        "Filipinoj"@eo,
        "Filipinas"@es,
        "Filipiinid"@et,
        "Filipinak"@eu,
        "Filipín"@ewo,
        "فیلیپین"@fa,
        "Filipiin"@ff,
        "Filippiinit"@fi,
        "Pilipinas"@fil,
        "Filipsoyggjar"@fo,
        "Philippines"@fr,
        "Filipinis"@fur,
        "Na hOileáin Fhilipíneacha"@ga,
        "Na h-Eileanan Filipineach"@gd,
        "Filipinas"@gl,
        "Philippiine"@gsw,
        "ફિલિપિન્સ"@gu,
        "Filipino"@guz,
        "Filipin"@ha,
        "ʻĀina Pilipino"@haw,
        "פיליפינים"@he,
        "फिलीपिंस"@hi,
        "Filipini"@hr,
        "Fülöp-szigetek"@hu,
        "Ֆիլիպիններ"@hy,
        "Philippinas"@ia,
        "Filipina"@id,
        "Filippseyjar"@is,
        "Filippine"@it,
        "フィリピン"@ja,
        "Filipino"@jmc,
        "ფილიპინები"@ka,
        "Filipin"@kab,
        "Filipino"@kam,
        "Filipino"@kde,
        "Filipinas"@kea,
        "Filipine"@khq,
        "Filipino"@ki,
        "Emetab Philippines"@kln,
        "ហ្វីលីពីន"@km,
        "ಫಿಲಿಫೈನ್ಸ್"@kn,
        "필리핀"@ko,
        "فِلِپِینس"@ks,
        "Filipino"@ksb,
        "filipǝ́n"@ksf,
        "de Fillipiine"@ksh,
        "Ufilipíino"@lag,
        "Bizinga bya Firipino"@lg,
        "Filipinɛ"@ln,
        "ຟິລິປິນ"@lo,
        "Filipinai"@lt,
        "Nfilipi"@lu,
        "Philippines"@luo,
        "Filipino"@luy,
        "Filipīnas"@lv,
        "Filipino"@mas,
        "Filipino"@mer,
        "Filipinn"@mfe,
        "Filipina"@mg,
        "Ufilipino"@mgh,
        "Филипини"@mk,
        "ഫിലിപ്പൈൻസ്"@ml,
        "फिलीपिन्स"@mr,
        "Filippini"@mt,
        "Filipiŋ"@mua,
        "ဖိလစ်ပိုင်"@my,
        "Philippinni"@naq,
        "Filippinene"@nb,
        "Philippines"@nd,
        "फिलिपिन्स"@ne,
        "Filipijnen"@nl,
        "Filipin"@nmg,
        "Filippinane"@nn,
        "Firipino"@nyn,
        "ଫିଲିପାଇନସ୍"@or,
        "Filipiny"@pl,
        "Filipinas"@pt,
        "Filippinas"@rm,
        "Amazinga ya Filipine"@rn,
        "Filipine"@ro,
        "Filipino"@rof,
        "Филиппины"@ru,
        "Filipino"@rwk,
        "Filipino"@saq,
        "Filipino"@sbp,
        "Filippiinnat"@se,
        "Filipinas"@seh,
        "Filipine"@ses,
        "Filipîni"@sg,
        "ⴼⵉⵍⵉⴱⴱⵉⵏ"@shi,
        "filibbin"@shi-Latn,
        "පිලිපීනය"@si,
        "Filipíny"@sk,
        "Filipini"@sl,
        "Philippines"@sn,
        "Filibiin"@so,
        "Filipine"@sq,
        "Филипини"@sr,
        "Filipini"@sr-Latn,
        "Filippinerna"@sv,
        "Filipino"@swc,
        "Filipino"@swh,
        "பிலிப்பைன்ஸ்"@ta,
        "ఫిలి పైన్స్"@te,
        "Filipino"@teo,
        "ฟิลิปปินส์"@th,
        "ፊሊፒንስ"@ti,
        "Filipaini"@to,
        "Filipinler"@tr,
        "Filipine"@twq,
        "Filippin"@tzm,
        "Філіппіни"@uk,
        "فلپائنی"@ur,
        "ꔱꔒꔪꘋ"@vai,
        "Félepiŋ"@vai-Latn,
        "Philippin"@vi,
        "Filipino"@vun,
        "Philippine"@wae,
        "Ebizinga bya Firipino"@xog,
        "filipíin"@yav,
        "Orílẹ́ède filipini"@yo,
        "Filipina"@zsm,
        "i-Philippines"@zu ;
    lvont:label <http://lexvo.org/id/term/afr/Filippyne>,
        <http://lexvo.org/id/term/agq/Fel%C3%A8kp%C3%AE>,
        <http://lexvo.org/id/term/aka/Philippines>,
        <http://lexvo.org/id/term/amh/%E1%8D%8A%E1%88%8A%E1%8D%92%E1%8A%95%E1%88%B5>,
        <http://lexvo.org/id/term/ara/%D8%A7%D9%84%D9%81%D9%8A%D9%84%D8%A8%D9%8A%D9%86>,
        <http://lexvo.org/id/term/asa/Filipino>,
        <http://lexvo.org/id/term/ast/Filipines>,
        <http://lexvo.org/id/term/aze/Filipin>,
        <http://lexvo.org/id/term/bam/Filipini>,
        <http://lexvo.org/id/term/bas/F%C3%ACl%C3%ACp%C3%AEn>,
        <http://lexvo.org/id/term/bel/%D0%A4%D1%96%D0%BB%D1%96%D0%BF%D1%96%D0%BD%D1%8B>,
        <http://lexvo.org/id/term/ben/%E0%A6%AB%E0%A6%BF%E0%A6%B2%E0%A6%BF%E0%A6%AA%E0%A6%BE%E0%A6%87%E0%A6%A8>,
        <http://lexvo.org/id/term/bez/Hufilipino>,
        <http://lexvo.org/id/term/bod/%E0%BD%95%E0%BD%B2%E0%BC%8B%E0%BD%A3%E0%BD%B2%E0%BC%8B%E0%BD%94%E0%BD%B2%E0%BD%93%E0%BD%A6%E0%BE%84%E0%BC%8D>,
        <http://lexvo.org/id/term/bos-Cyrl/%D0%A4%D0%B8%D0%BB%D0%B8%D0%BF%D0%B8%D0%BD%D0%B8>,
        <http://lexvo.org/id/term/bos/Filipini>,
        <http://lexvo.org/id/term/bre/Filipinez>,
        <http://lexvo.org/id/term/brx/%E0%A4%AB%E0%A4%BF%E0%A4%B2%E0%A5%80%E0%A4%AA%E0%A4%BF%E0%A4%A8%E0%A5%8D%E0%A4%B8>,
        <http://lexvo.org/id/term/bul/%D0%A4%D0%B8%D0%BB%D0%B8%D0%BF%D0%B8%D0%BD%D0%B8>,
        <http://lexvo.org/id/term/cat/Filipines>,
        <http://lexvo.org/id/term/ces/Filip%C3%ADny>,
        <http://lexvo.org/id/term/cgg/Firipino>,
        <http://lexvo.org/id/term/chr/%E1%8E%A0%E1%8F%82%E1%8F%88%E1%8E%B5%E1%8E%A9%E1%8F%83>,
        <http://lexvo.org/id/term/cmn-Hant/%E8%8F%B2%E5%BE%8B%E8%B3%93>,
        <http://lexvo.org/id/term/cmn/%E8%8F%B2%E5%BE%8B%E5%AE%BE>,
        <http://lexvo.org/id/term/cym/Philipinau>,
        <http://lexvo.org/id/term/dan/Filippinerne>,
        <http://lexvo.org/id/term/dav/Filipino>,
        <http://lexvo.org/id/term/deu/Philippinen>,
        <http://lexvo.org/id/term/dje/Filipine>,
        <http://lexvo.org/id/term/dzo/%E0%BD%95%E0%BD%B2%E0%BC%8B%E0%BD%A3%E0%BD%B2%E0%BC%8B%E0%BD%94%E0%BD%B2%E0%BD%93%E0%BD%A6>,
        <http://lexvo.org/id/term/ebu/Filipino>,
        <http://lexvo.org/id/term/ell/%CE%A6%CE%B9%CE%BB%CE%B9%CF%80%CF%80%CE%AF%CE%BD%CE%B5%CF%82>,
        <http://lexvo.org/id/term/eng-Dsrt/%F0%90%90%99%F0%90%90%AE%F0%90%91%8A%F0%90%90%B2%F0%90%90%B9%F0%90%90%A8%F0%90%91%8C%F0%90%91%86>,
        <http://lexvo.org/id/term/eng/ISO%203166-1%3APH>,
        <http://lexvo.org/id/term/eng/Philippines>,
        <http://lexvo.org/id/term/epo/Filipinoj>,
        <http://lexvo.org/id/term/est/Filipiinid>,
        <http://lexvo.org/id/term/eus/Filipinak>,
        <http://lexvo.org/id/term/ewe/Filipini%20nutome>,
        <http://lexvo.org/id/term/ewo/Filip%C3%ADn>,
        <http://lexvo.org/id/term/fao/Filipsoyggjar>,
        <http://lexvo.org/id/term/fas/%D9%81%DB%8C%D9%84%DB%8C%D9%BE%DB%8C%D9%86>,
        <http://lexvo.org/id/term/fil/Pilipinas>,
        <http://lexvo.org/id/term/fin/Filippiinit>,
        <http://lexvo.org/id/term/fra/Philippines>,
        <http://lexvo.org/id/term/ful/Filipiin>,
        <http://lexvo.org/id/term/fur/Filipinis>,
        <http://lexvo.org/id/term/gla/Na%20h-Eileanan%20Filipineach>,
        <http://lexvo.org/id/term/gle/Na%20hOile%C3%A1in%20Fhilip%C3%ADneacha>,
        <http://lexvo.org/id/term/glg/Filipinas>,
        <http://lexvo.org/id/term/gsw/Philippiine>,
        <http://lexvo.org/id/term/guj/%E0%AA%AB%E0%AA%BF%E0%AA%B2%E0%AA%BF%E0%AA%AA%E0%AA%BF%E0%AA%A8%E0%AB%8D%E0%AA%B8>,
        <http://lexvo.org/id/term/guz/Filipino>,
        <http://lexvo.org/id/term/hau/Filipin>,
        <http://lexvo.org/id/term/haw/%CA%BB%C4%80ina%20Pilipino>,
        <http://lexvo.org/id/term/heb/%D7%A4%D7%99%D7%9C%D7%99%D7%A4%D7%99%D7%A0%D7%99%D7%9D>,
        <http://lexvo.org/id/term/hin/%E0%A4%AB%E0%A4%BF%E0%A4%B2%E0%A5%80%E0%A4%AA%E0%A4%BF%E0%A4%82%E0%A4%B8>,
        <http://lexvo.org/id/term/hrv/Filipini>,
        <http://lexvo.org/id/term/hun/F%C3%BCl%C3%B6p-szigetek>,
        <http://lexvo.org/id/term/hye/%D5%96%D5%AB%D5%AC%D5%AB%D5%BA%D5%AB%D5%B6%D5%B6%D5%A5%D6%80>,
        <http://lexvo.org/id/term/ina/Philippinas>,
        <http://lexvo.org/id/term/ind/Filipina>,
        <http://lexvo.org/id/term/isl/Filippseyjar>,
        <http://lexvo.org/id/term/ita/Filippine>,
        <http://lexvo.org/id/term/jmc/Filipino>,
        <http://lexvo.org/id/term/jpn/%E3%83%95%E3%82%A3%E3%83%AA%E3%83%94%E3%83%B3>,
        <http://lexvo.org/id/term/kab/Filipin>,
        <http://lexvo.org/id/term/kam/Filipino>,
        <http://lexvo.org/id/term/kan/%E0%B2%AB%E0%B2%BF%E0%B2%B2%E0%B2%BF%E0%B2%AB%E0%B3%88%E0%B2%A8%E0%B3%8D%E0%B2%B8%E0%B3%8D>,
        <http://lexvo.org/id/term/kas/%D9%81%D9%90%D9%84%D9%90%D9%BE%D9%90%DB%8C%D9%86%D8%B3>,
        <http://lexvo.org/id/term/kat/%E1%83%A4%E1%83%98%E1%83%9A%E1%83%98%E1%83%9E%E1%83%98%E1%83%9C%E1%83%94%E1%83%91%E1%83%98>,
        <http://lexvo.org/id/term/kde/Filipino>,
        <http://lexvo.org/id/term/kea/Filipinas>,
        <http://lexvo.org/id/term/khm/%E1%9E%A0%E1%9F%92%E1%9E%9C%E1%9E%B8%E1%9E%9B%E1%9E%B8%E1%9E%96%E1%9E%B8%E1%9E%93>,
        <http://lexvo.org/id/term/khq/Filipine>,
        <http://lexvo.org/id/term/kik/Filipino>,
        <http://lexvo.org/id/term/kln/Emetab%20Philippines>,
        <http://lexvo.org/id/term/kor/%ED%95%84%EB%A6%AC%ED%95%80>,
        <http://lexvo.org/id/term/ksb/Filipino>,
        <http://lexvo.org/id/term/ksf/filip%C7%9D%CC%81n>,
        <http://lexvo.org/id/term/ksh/de%20Fillipiine>,
        <http://lexvo.org/id/term/lag/Ufilip%C3%ADino>,
        <http://lexvo.org/id/term/lao/%E0%BA%9F%E0%BA%B4%E0%BA%A5%E0%BA%B4%E0%BA%9B%E0%BA%B4%E0%BA%99>,
        <http://lexvo.org/id/term/lav/Filip%C4%ABnas>,
        <http://lexvo.org/id/term/lin/Filipin%C9%9B>,
        <http://lexvo.org/id/term/lit/Filipinai>,
        <http://lexvo.org/id/term/lub/Nfilipi>,
        <http://lexvo.org/id/term/lug/Bizinga%20bya%20Firipino>,
        <http://lexvo.org/id/term/luo/Philippines>,
        <http://lexvo.org/id/term/luy/Filipino>,
        <http://lexvo.org/id/term/mal/%E0%B4%AB%E0%B4%BF%E0%B4%B2%E0%B4%BF%E0%B4%AA%E0%B5%8D%E0%B4%AA%E0%B5%88%E0%B5%BB%E0%B4%B8%E0%B5%8D>,
        <http://lexvo.org/id/term/mar/%E0%A4%AB%E0%A4%BF%E0%A4%B2%E0%A5%80%E0%A4%AA%E0%A4%BF%E0%A4%A8%E0%A5%8D%E0%A4%B8>,
        <http://lexvo.org/id/term/mas/Filipino>,
        <http://lexvo.org/id/term/mer/Filipino>,
        <http://lexvo.org/id/term/mfe/Filipinn>,
        <http://lexvo.org/id/term/mgh/Ufilipino>,
        <http://lexvo.org/id/term/mkd/%D0%A4%D0%B8%D0%BB%D0%B8%D0%BF%D0%B8%D0%BD%D0%B8>,
        <http://lexvo.org/id/term/mlg/Filipina>,
        <http://lexvo.org/id/term/mlt/Filippini>,
        <http://lexvo.org/id/term/mua/Filipi%C5%8B>,
        <http://lexvo.org/id/term/mya/%E1%80%96%E1%80%AD%E1%80%9C%E1%80%85%E1%80%BA%E1%80%95%E1%80%AD%E1%80%AF%E1%80%84%E1%80%BA>,
        <http://lexvo.org/id/term/naq/Philippinni>,
        <http://lexvo.org/id/term/nde/Philippines>,
        <http://lexvo.org/id/term/nep/%E0%A4%AB%E0%A4%BF%E0%A4%B2%E0%A4%BF%E0%A4%AA%E0%A4%BF%E0%A4%A8%E0%A5%8D%E0%A4%B8>,
        <http://lexvo.org/id/term/nld/Filipijnen>,
        <http://lexvo.org/id/term/nmg/Filipin>,
        <http://lexvo.org/id/term/nno/Filippinane>,
        <http://lexvo.org/id/term/nob/Filippinene>,
        <http://lexvo.org/id/term/nyn/Firipino>,
        <http://lexvo.org/id/term/ori/%E0%AC%AB%E0%AC%BF%E0%AC%B2%E0%AC%BF%E0%AC%AA%E0%AC%BE%E0%AC%87%E0%AC%A8%E0%AC%B8%E0%AD%8D>,
        <http://lexvo.org/id/term/pol/Filipiny>,
        <http://lexvo.org/id/term/por/Filipinas>,
        <http://lexvo.org/id/term/rof/Filipino>,
        <http://lexvo.org/id/term/roh/Filippinas>,
        <http://lexvo.org/id/term/ron/Filipine>,
        <http://lexvo.org/id/term/run/Amazinga%20ya%20Filipine>,
        <http://lexvo.org/id/term/rus/%D0%A4%D0%B8%D0%BB%D0%B8%D0%BF%D0%BF%D0%B8%D0%BD%D1%8B>,
        <http://lexvo.org/id/term/rwk/Filipino>,
        <http://lexvo.org/id/term/sag/Filip%C3%AEni>,
        <http://lexvo.org/id/term/saq/Filipino>,
        <http://lexvo.org/id/term/sbp/Filipino>,
        <http://lexvo.org/id/term/seh/Filipinas>,
        <http://lexvo.org/id/term/ses/Filipine>,
        <http://lexvo.org/id/term/shi-Latn/filibbin>,
        <http://lexvo.org/id/term/shi/%E2%B4%BC%E2%B5%89%E2%B5%8D%E2%B5%89%E2%B4%B1%E2%B4%B1%E2%B5%89%E2%B5%8F>,
        <http://lexvo.org/id/term/sin/%E0%B6%B4%E0%B7%92%E0%B6%BD%E0%B7%92%E0%B6%B4%E0%B7%93%E0%B6%B1%E0%B6%BA>,
        <http://lexvo.org/id/term/slk/Filip%C3%ADny>,
        <http://lexvo.org/id/term/slv/Filipini>,
        <http://lexvo.org/id/term/sme/Filippiinnat>,
        <http://lexvo.org/id/term/sna/Philippines>,
        <http://lexvo.org/id/term/som/Filibiin>,
        <http://lexvo.org/id/term/spa/Filipinas>,
        <http://lexvo.org/id/term/sqi/Filipine>,
        <http://lexvo.org/id/term/srp-Latn/Filipini>,
        <http://lexvo.org/id/term/srp/%D0%A4%D0%B8%D0%BB%D0%B8%D0%BF%D0%B8%D0%BD%D0%B8>,
        <http://lexvo.org/id/term/swc/Filipino>,
        <http://lexvo.org/id/term/swe/Filippinerna>,
        <http://lexvo.org/id/term/swh/Filipino>,
        <http://lexvo.org/id/term/tam/%E0%AE%AA%E0%AE%BF%E0%AE%B2%E0%AE%BF%E0%AE%AA%E0%AF%8D%E0%AE%AA%E0%AF%88%E0%AE%A9%E0%AF%8D%E0%AE%B8%E0%AF%8D>,
        <http://lexvo.org/id/term/tel/%E0%B0%AB%E0%B0%BF%E0%B0%B2%E0%B0%BF%20%E0%B0%AA%E0%B1%88%E0%B0%A8%E0%B1%8D%E0%B0%B8%E0%B1%8D>,
        <http://lexvo.org/id/term/teo/Filipino>,
        <http://lexvo.org/id/term/tha/%E0%B8%9F%E0%B8%B4%E0%B8%A5%E0%B8%B4%E0%B8%9B%E0%B8%9B%E0%B8%B4%E0%B8%99%E0%B8%AA%E0%B9%8C>,
        <http://lexvo.org/id/term/tir/%E1%8D%8A%E1%88%8A%E1%8D%92%E1%8A%95%E1%88%B5>,
        <http://lexvo.org/id/term/ton/Filipaini>,
        <http://lexvo.org/id/term/tur/Filipinler>,
        <http://lexvo.org/id/term/twq/Filipine>,
        <http://lexvo.org/id/term/tzm/Filippin>,
        <http://lexvo.org/id/term/ukr/%D0%A4%D1%96%D0%BB%D1%96%D0%BF%D0%BF%D1%96%D0%BD%D0%B8>,
        <http://lexvo.org/id/term/urd/%D9%81%D9%84%D9%BE%D8%A7%D8%A6%D9%86%DB%8C>,
        <http://lexvo.org/id/term/vai-Latn/F%C3%A9lepi%C5%8B>,
        <http://lexvo.org/id/term/vai/%EA%94%B1%EA%94%92%EA%94%AA%EA%98%8B>,
        <http://lexvo.org/id/term/vie/Philippin>,
        <http://lexvo.org/id/term/vun/Filipino>,
        <http://lexvo.org/id/term/wae/Philippine>,
        <http://lexvo.org/id/term/xog/Ebizinga%20bya%20Firipino>,
        <http://lexvo.org/id/term/yav/filip%C3%ADin>,
        <http://lexvo.org/id/term/yor/Or%C3%ADl%E1%BA%B9%CC%81%C3%A8de%20filipini>,
        <http://lexvo.org/id/term/zsm/Filipina>,
        <http://lexvo.org/id/term/zul/i-Philippines> ;
    owl:sameAs <http://psi.oasis-open.org/iso/3166/#608>,
        <http://sws.geonames.org/1694008/> .

<http://lexvo.org/id/iso3166/PK> a lvont:GeographicRegion ;
    rdfs:label "Pakistan"@af,
        "Kpakìsɨ̀tân"@agq,
        "Pakistan"@ak,
        "ፓኪስታን"@am,
        "باكستان"@ar,
        "Pakithtani"@asa,
        "Pakistan"@ast,
        "Pakistan"@az,
        "Pàkìstân"@bas,
        "Пакістан"@be,
        "Hupakistani"@bez,
        "Пакистан"@bg,
        "Pakisitaŋ"@bm,
        "পাকিস্তান"@bn,
        "པཀི་སྟཱན།"@bo,
        "Pakistan"@br,
        "पाकिस्तान"@brx,
        "Pakistan"@bs,
        "Пакистан"@bs-Cyrl,
        "Pakistan"@ca,
        "Pakisitaani"@cgg,
        "ᏆᎩᏍᏖᏂ"@chr,
        "巴基斯坦"@cmn,
        "巴基斯坦"@cmn-Hant,
        "Pákistán"@cs,
        "Pacistan"@cy,
        "Pakistan"@da,
        "Pakistani"@dav,
        "Pakistan"@de,
        "Paakistan"@dje,
        "པ་ཀི་སཏཱན"@dz,
        "Pakistani"@ebu,
        "Pakistan nutome"@ee,
        "Πακιστάν"@el,
        "ISO 3166-1:PK"@en,
        "Pakistan"@en,
        "𐐑𐐰𐐿𐐲𐑅𐐻𐐰𐑌"@en-Dsrt,
        "Pakistano"@eo,
        "Pakistán"@es,
        "Pakistan"@et,
        "Pakistan"@eu,
        "Pakisətán"@ewo,
        "پاکستان"@fa,
        "Pakistaan"@ff,
        "Pakistan"@fi,
        "Pakistan"@fil,
        "Pakistan"@fo,
        "Pakistan"@fr,
        "Pakistan"@fur,
        "An Phacastáin"@ga,
        "Pagastàn"@gd,
        "Paquistán"@gl,
        "Pakischtan"@gsw,
        "પાકિસ્તાન"@gu,
        "Pakistani"@guz,
        "Pakistan"@ha,
        "פקיסטן"@he,
        "पाकिस्तान"@hi,
        "Pakistan"@hr,
        "Pakisztán"@hu,
        "Պակիստան"@hy,
        "Pakistan"@ia,
        "Pakistan"@id,
        "Pakistan"@is,
        "Pakistan"@it,
        "パキスタン"@ja,
        "Pakistani"@jmc,
        "პაკისტანი"@ka,
        "Pakistan"@kab,
        "Pakistani"@kam,
        "Pakistani"@kde,
        "Pakistãu"@kea,
        "Paakistan"@khq,
        "Pakistani"@ki,
        "Pakistani"@kl,
        "Emetab Pakistan"@kln,
        "ប៉ាគីស្ថាន"@km,
        "ಪಾಕಿಸ್ತಾನ"@kn,
        "파키스탄"@ko,
        "پاکِستان"@ks,
        "Pakistani"@ksb,
        "pakistáŋ"@ksf,
        "Pakistahn"@ksh,
        "Pakisitáani"@lag,
        "Pakisitaani"@lg,
        "Pakisitá"@ln,
        "ປາກິສຖານ"@lo,
        "Pakistanas"@lt,
        "Pakisita"@lu,
        "Pakistan"@luo,
        "Pakistani"@luy,
        "Pakistāna"@lv,
        "Pakistani"@mas,
        "Pakistani"@mer,
        "Pakistan"@mfe,
        "Pakistan"@mg,
        "Upakistani"@mgh,
        "Пакистан"@mk,
        "പാക്കിസ്ഥാൻ"@ml,
        "पाकिस्तान"@mr,
        "Pakistan"@mt,
        "Pakistaŋ"@mua,
        "ပါကစ္စတန်"@my,
        "Pakistanni"@naq,
        "Pakistan"@nb,
        "Phakistani"@nd,
        "पाकिस्तान"@ne,
        "Pakistan"@nl,
        "Pakistan"@nmg,
        "Pakistan"@nn,
        "Pakisitaani"@nyn,
        "ପାକିସ୍ତାନ"@or,
        "پکستان"@pa-Arab,
        "Pakistan"@pl,
        "پاکستان"@ps,
        "Paquistão"@pt,
        "Pakistan"@rm,
        "Pakisitani"@rn,
        "Pakistan"@ro,
        "Pakistani"@rof,
        "Пакистан"@ru,
        "Pakistani"@rwk,
        "Pakistani"@saq,
        "Pakisitani"@sbp,
        "Pakistan"@se,
        "Paquistão"@seh,
        "Paakistan"@ses,
        "Pakistäan"@sg,
        "ⴱⴰⴽⵉⵙⵜⴰⵏ"@shi,
        "bakistan"@shi-Latn,
        "පාකිස්තානය"@si,
        "Pakistan"@sk,
        "Pakistan"@sl,
        "Pakistan"@sn,
        "Bakistaan"@so,
        "Пакистан"@sr,
        "Pakistan"@sr-Latn,
        "Pakistan"@sv,
        "Pakistani"@swc,
        "Pakistani"@swh,
        "பாகிஸ்தான்"@ta,
        "పాకిస్తాన్"@te,
        "Pakistani"@teo,
        "ปากีสถาน"@th,
        "ፓኪስታን"@ti,
        "Pākisitani"@to,
        "Pakistan"@tr,
        "Paakistan"@twq,
        "Pakistan"@tzm,
        "Пакистан"@uk,
        "پاکستان"@ur,
        "ꕐꕃꔻꕚꘋ"@vai,
        "Pakisitaŋ"@vai-Latn,
        "Pakistan"@vi,
        "Pakistani"@vun,
        "Pakištan"@wae,
        "Pakisitaani"@xog,
        "pakistáŋ"@yav,
        "Orílẹ́ède Pakisitan"@yo,
        "Pakistan"@zsm,
        "i-Pakistan"@zu ;
    lvont:label <http://lexvo.org/id/term/afr/Pakistan>,
        <http://lexvo.org/id/term/agq/Kpak%C3%ACs%C9%A8%CC%80t%C3%A2n>,
        <http://lexvo.org/id/term/aka/Pakistan>,
        <http://lexvo.org/id/term/amh/%E1%8D%93%E1%8A%AA%E1%88%B5%E1%89%B3%E1%8A%95>,
        <http://lexvo.org/id/term/ara/%D8%A8%D8%A7%D9%83%D8%B3%D8%AA%D8%A7%D9%86>,
        <http://lexvo.org/id/term/asa/Pakithtani>,
        <http://lexvo.org/id/term/ast/Pakistan>,
        <http://lexvo.org/id/term/aze/Pakistan>,
        <http://lexvo.org/id/term/bam/Pakisita%C5%8B>,
        <http://lexvo.org/id/term/bas/P%C3%A0k%C3%ACst%C3%A2n>,
        <http://lexvo.org/id/term/bel/%D0%9F%D0%B0%D0%BA%D1%96%D1%81%D1%82%D0%B0%D0%BD>,
        <http://lexvo.org/id/term/ben/%E0%A6%AA%E0%A6%BE%E0%A6%95%E0%A6%BF%E0%A6%B8%E0%A7%8D%E0%A6%A4%E0%A6%BE%E0%A6%A8>,
        <http://lexvo.org/id/term/bez/Hupakistani>,
        <http://lexvo.org/id/term/bod/%E0%BD%94%E0%BD%80%E0%BD%B2%E0%BC%8B%E0%BD%A6%E0%BE%9F%E0%BD%B1%E0%BD%93%E0%BC%8D>,
        <http://lexvo.org/id/term/bos-Cyrl/%D0%9F%D0%B0%D0%BA%D0%B8%D1%81%D1%82%D0%B0%D0%BD>,
        <http://lexvo.org/id/term/bos/Pakistan>,
        <http://lexvo.org/id/term/bre/Pakistan>,
        <http://lexvo.org/id/term/brx/%E0%A4%AA%E0%A4%BE%E0%A4%95%E0%A4%BF%E0%A4%B8%E0%A5%8D%E0%A4%A4%E0%A4%BE%E0%A4%A8>,
        <http://lexvo.org/id/term/bul/%D0%9F%D0%B0%D0%BA%D0%B8%D1%81%D1%82%D0%B0%D0%BD>,
        <http://lexvo.org/id/term/cat/Pakistan>,
        <http://lexvo.org/id/term/ces/P%C3%A1kist%C3%A1n>,
        <http://lexvo.org/id/term/cgg/Pakisitaani>,
        <http://lexvo.org/id/term/chr/%E1%8F%86%E1%8E%A9%E1%8F%8D%E1%8F%96%E1%8F%82>,
        <http://lexvo.org/id/term/cmn-Hant/%E5%B7%B4%E5%9F%BA%E6%96%AF%E5%9D%A6>,
        <http://lexvo.org/id/term/cmn/%E5%B7%B4%E5%9F%BA%E6%96%AF%E5%9D%A6>,
        <http://lexvo.org/id/term/cym/Pacistan>,
        <http://lexvo.org/id/term/dan/Pakistan>,
        <http://lexvo.org/id/term/dav/Pakistani>,
        <http://lexvo.org/id/term/deu/Pakistan>,
        <http://lexvo.org/id/term/dje/Paakistan>,
        <http://lexvo.org/id/term/dzo/%E0%BD%94%E0%BC%8B%E0%BD%80%E0%BD%B2%E0%BC%8B%E0%BD%A6%E0%BD%8F%E0%BD%B1%E0%BD%93>,
        <http://lexvo.org/id/term/ebu/Pakistani>,
        <http://lexvo.org/id/term/ell/%CE%A0%CE%B1%CE%BA%CE%B9%CF%83%CF%84%CE%AC%CE%BD>,
        <http://lexvo.org/id/term/eng-Dsrt/%F0%90%90%91%F0%90%90%B0%F0%90%90%BF%F0%90%90%B2%F0%90%91%85%F0%90%90%BB%F0%90%90%B0%F0%90%91%8C>,
        <http://lexvo.org/id/term/eng/ISO%203166-1%3APK>,
        <http://lexvo.org/id/term/eng/Pakistan>,
        <http://lexvo.org/id/term/epo/Pakistano>,
        <http://lexvo.org/id/term/est/Pakistan>,
        <http://lexvo.org/id/term/eus/Pakistan>,
        <http://lexvo.org/id/term/ewe/Pakistan%20nutome>,
        <http://lexvo.org/id/term/ewo/Pakis%C9%99t%C3%A1n>,
        <http://lexvo.org/id/term/fao/Pakistan>,
        <http://lexvo.org/id/term/fas/%D9%BE%D8%A7%DA%A9%D8%B3%D8%AA%D8%A7%D9%86>,
        <http://lexvo.org/id/term/fil/Pakistan>,
        <http://lexvo.org/id/term/fin/Pakistan>,
        <http://lexvo.org/id/term/fra/Pakistan>,
        <http://lexvo.org/id/term/ful/Pakistaan>,
        <http://lexvo.org/id/term/fur/Pakistan>,
        <http://lexvo.org/id/term/gla/Pagast%C3%A0n>,
        <http://lexvo.org/id/term/gle/An%20Phacast%C3%A1in>,
        <http://lexvo.org/id/term/glg/Paquist%C3%A1n>,
        <http://lexvo.org/id/term/gsw/Pakischtan>,
        <http://lexvo.org/id/term/guj/%E0%AA%AA%E0%AA%BE%E0%AA%95%E0%AA%BF%E0%AA%B8%E0%AB%8D%E0%AA%A4%E0%AA%BE%E0%AA%A8>,
        <http://lexvo.org/id/term/guz/Pakistani>,
        <http://lexvo.org/id/term/hau/Pakistan>,
        <http://lexvo.org/id/term/heb/%D7%A4%D7%A7%D7%99%D7%A1%D7%98%D7%9F>,
        <http://lexvo.org/id/term/hin/%E0%A4%AA%E0%A4%BE%E0%A4%95%E0%A4%BF%E0%A4%B8%E0%A5%8D%E0%A4%A4%E0%A4%BE%E0%A4%A8>,
        <http://lexvo.org/id/term/hrv/Pakistan>,
        <http://lexvo.org/id/term/hun/Pakiszt%C3%A1n>,
        <http://lexvo.org/id/term/hye/%D5%8A%D5%A1%D5%AF%D5%AB%D5%BD%D5%BF%D5%A1%D5%B6>,
        <http://lexvo.org/id/term/ina/Pakistan>,
        <http://lexvo.org/id/term/ind/Pakistan>,
        <http://lexvo.org/id/term/isl/Pakistan>,
        <http://lexvo.org/id/term/ita/Pakistan>,
        <http://lexvo.org/id/term/jmc/Pakistani>,
        <http://lexvo.org/id/term/jpn/%E3%83%91%E3%82%AD%E3%82%B9%E3%82%BF%E3%83%B3>,
        <http://lexvo.org/id/term/kab/Pakistan>,
        <http://lexvo.org/id/term/kal/Pakistani>,
        <http://lexvo.org/id/term/kam/Pakistani>,
        <http://lexvo.org/id/term/kan/%E0%B2%AA%E0%B2%BE%E0%B2%95%E0%B2%BF%E0%B2%B8%E0%B3%8D%E0%B2%A4%E0%B2%BE%E0%B2%A8>,
        <http://lexvo.org/id/term/kas/%D9%BE%D8%A7%DA%A9%D9%90%D8%B3%D8%AA%D8%A7%D9%86>,
        <http://lexvo.org/id/term/kat/%E1%83%9E%E1%83%90%E1%83%99%E1%83%98%E1%83%A1%E1%83%A2%E1%83%90%E1%83%9C%E1%83%98>,
        <http://lexvo.org/id/term/kde/Pakistani>,
        <http://lexvo.org/id/term/kea/Pakist%C3%A3u>,
        <http://lexvo.org/id/term/khm/%E1%9E%94%E1%9F%89%E1%9E%B6%E1%9E%82%E1%9E%B8%E1%9E%9F%E1%9F%92%E1%9E%90%E1%9E%B6%E1%9E%93>,
        <http://lexvo.org/id/term/khq/Paakistan>,
        <http://lexvo.org/id/term/kik/Pakistani>,
        <http://lexvo.org/id/term/kln/Emetab%20Pakistan>,
        <http://lexvo.org/id/term/kor/%ED%8C%8C%ED%82%A4%EC%8A%A4%ED%83%84>,
        <http://lexvo.org/id/term/ksb/Pakistani>,
        <http://lexvo.org/id/term/ksf/pakist%C3%A1%C5%8B>,
        <http://lexvo.org/id/term/ksh/Pakistahn>,
        <http://lexvo.org/id/term/lag/Pakisit%C3%A1ani>,
        <http://lexvo.org/id/term/lao/%E0%BA%9B%E0%BA%B2%E0%BA%81%E0%BA%B4%E0%BA%AA%E0%BA%96%E0%BA%B2%E0%BA%99>,
        <http://lexvo.org/id/term/lav/Pakist%C4%81na>,
        <http://lexvo.org/id/term/lin/Pakisit%C3%A1>,
        <http://lexvo.org/id/term/lit/Pakistanas>,
        <http://lexvo.org/id/term/lub/Pakisita>,
        <http://lexvo.org/id/term/lug/Pakisitaani>,
        <http://lexvo.org/id/term/luo/Pakistan>,
        <http://lexvo.org/id/term/luy/Pakistani>,
        <http://lexvo.org/id/term/mal/%E0%B4%AA%E0%B4%BE%E0%B4%95%E0%B5%8D%E0%B4%95%E0%B4%BF%E0%B4%B8%E0%B5%8D%E0%B4%A5%E0%B4%BE%E0%B5%BB>,
        <http://lexvo.org/id/term/mar/%E0%A4%AA%E0%A4%BE%E0%A4%95%E0%A4%BF%E0%A4%B8%E0%A5%8D%E0%A4%A4%E0%A4%BE%E0%A4%A8>,
        <http://lexvo.org/id/term/mas/Pakistani>,
        <http://lexvo.org/id/term/mer/Pakistani>,
        <http://lexvo.org/id/term/mfe/Pakistan>,
        <http://lexvo.org/id/term/mgh/Upakistani>,
        <http://lexvo.org/id/term/mkd/%D0%9F%D0%B0%D0%BA%D0%B8%D1%81%D1%82%D0%B0%D0%BD>,
        <http://lexvo.org/id/term/mlg/Pakistan>,
        <http://lexvo.org/id/term/mlt/Pakistan>,
        <http://lexvo.org/id/term/mua/Pakista%C5%8B>,
        <http://lexvo.org/id/term/mya/%E1%80%95%E1%80%AB%E1%80%80%E1%80%85%E1%80%B9%E1%80%85%E1%80%90%E1%80%94%E1%80%BA>,
        <http://lexvo.org/id/term/naq/Pakistanni>,
        <http://lexvo.org/id/term/nde/Phakistani>,
        <http://lexvo.org/id/term/nep/%E0%A4%AA%E0%A4%BE%E0%A4%95%E0%A4%BF%E0%A4%B8%E0%A5%8D%E0%A4%A4%E0%A4%BE%E0%A4%A8>,
        <http://lexvo.org/id/term/nld/Pakistan>,
        <http://lexvo.org/id/term/nmg/Pakistan>,
        <http://lexvo.org/id/term/nno/Pakistan>,
        <http://lexvo.org/id/term/nob/Pakistan>,
        <http://lexvo.org/id/term/nyn/Pakisitaani>,
        <http://lexvo.org/id/term/ori/%E0%AC%AA%E0%AC%BE%E0%AC%95%E0%AC%BF%E0%AC%B8%E0%AD%8D%E0%AC%A4%E0%AC%BE%E0%AC%A8>,
        <http://lexvo.org/id/term/pan-Arab/%D9%BE%DA%A9%D8%B3%D8%AA%D8%A7%D9%86>,
        <http://lexvo.org/id/term/pol/Pakistan>,
        <http://lexvo.org/id/term/por/Paquist%C3%A3o>,
        <http://lexvo.org/id/term/pus/%D9%BE%D8%A7%DA%A9%D8%B3%D8%AA%D8%A7%D9%86>,
        <http://lexvo.org/id/term/rof/Pakistani>,
        <http://lexvo.org/id/term/roh/Pakistan>,
        <http://lexvo.org/id/term/ron/Pakistan>,
        <http://lexvo.org/id/term/run/Pakisitani>,
        <http://lexvo.org/id/term/rus/%D0%9F%D0%B0%D0%BA%D0%B8%D1%81%D1%82%D0%B0%D0%BD>,
        <http://lexvo.org/id/term/rwk/Pakistani>,
        <http://lexvo.org/id/term/sag/Pakist%C3%A4an>,
        <http://lexvo.org/id/term/saq/Pakistani>,
        <http://lexvo.org/id/term/sbp/Pakisitani>,
        <http://lexvo.org/id/term/seh/Paquist%C3%A3o>,
        <http://lexvo.org/id/term/ses/Paakistan>,
        <http://lexvo.org/id/term/shi-Latn/bakistan>,
        <http://lexvo.org/id/term/shi/%E2%B4%B1%E2%B4%B0%E2%B4%BD%E2%B5%89%E2%B5%99%E2%B5%9C%E2%B4%B0%E2%B5%8F>,
        <http://lexvo.org/id/term/sin/%E0%B6%B4%E0%B7%8F%E0%B6%9A%E0%B7%92%E0%B7%83%E0%B7%8A%E0%B6%AD%E0%B7%8F%E0%B6%B1%E0%B6%BA>,
        <http://lexvo.org/id/term/slk/Pakistan>,
        <http://lexvo.org/id/term/slv/Pakistan>,
        <http://lexvo.org/id/term/sme/Pakistan>,
        <http://lexvo.org/id/term/sna/Pakistan>,
        <http://lexvo.org/id/term/som/Bakistaan>,
        <http://lexvo.org/id/term/spa/Pakist%C3%A1n>,
        <http://lexvo.org/id/term/srp-Latn/Pakistan>,
        <http://lexvo.org/id/term/srp/%D0%9F%D0%B0%D0%BA%D0%B8%D1%81%D1%82%D0%B0%D0%BD>,
        <http://lexvo.org/id/term/swc/Pakistani>,
        <http://lexvo.org/id/term/swe/Pakistan>,
        <http://lexvo.org/id/term/swh/Pakistani>,
        <http://lexvo.org/id/term/tam/%E0%AE%AA%E0%AE%BE%E0%AE%95%E0%AE%BF%E0%AE%B8%E0%AF%8D%E0%AE%A4%E0%AE%BE%E0%AE%A9%E0%AF%8D>,
        <http://lexvo.org/id/term/tel/%E0%B0%AA%E0%B0%BE%E0%B0%95%E0%B0%BF%E0%B0%B8%E0%B1%8D%E0%B0%A4%E0%B0%BE%E0%B0%A8%E0%B1%8D>,
        <http://lexvo.org/id/term/teo/Pakistani>,
        <http://lexvo.org/id/term/tha/%E0%B8%9B%E0%B8%B2%E0%B8%81%E0%B8%B5%E0%B8%AA%E0%B8%96%E0%B8%B2%E0%B8%99>,
        <http://lexvo.org/id/term/tir/%E1%8D%93%E1%8A%AA%E1%88%B5%E1%89%B3%E1%8A%95>,
        <http://lexvo.org/id/term/ton/P%C4%81kisitani>,
        <http://lexvo.org/id/term/tur/Pakistan>,
        <http://lexvo.org/id/term/twq/Paakistan>,
        <http://lexvo.org/id/term/tzm/Pakistan>,
        <http://lexvo.org/id/term/ukr/%D0%9F%D0%B0%D0%BA%D0%B8%D1%81%D1%82%D0%B0%D0%BD>,
        <http://lexvo.org/id/term/urd/%D9%BE%D8%A7%DA%A9%D8%B3%D8%AA%D8%A7%D9%86>,
        <http://lexvo.org/id/term/vai-Latn/Pakisita%C5%8B>,
        <http://lexvo.org/id/term/vai/%EA%95%90%EA%95%83%EA%94%BB%EA%95%9A%EA%98%8B>,
        <http://lexvo.org/id/term/vie/Pakistan>,
        <http://lexvo.org/id/term/vun/Pakistani>,
        <http://lexvo.org/id/term/wae/Paki%C5%A1tan>,
        <http://lexvo.org/id/term/xog/Pakisitaani>,
        <http://lexvo.org/id/term/yav/pakist%C3%A1%C5%8B>,
        <http://lexvo.org/id/term/yor/Or%C3%ADl%E1%BA%B9%CC%81%C3%A8de%20Pakisitan>,
        <http://lexvo.org/id/term/zsm/Pakistan>,
        <http://lexvo.org/id/term/zul/i-Pakistan> ;
    owl:sameAs <http://psi.oasis-open.org/iso/3166/#586>,
        <http://sws.geonames.org/1168579/> .

<http://lexvo.org/id/iso3166/PL> a lvont:GeographicRegion ;
    rdfs:label "Pole"@af,
        "Kpulàn"@agq,
        "Poland"@ak,
        "ፖላንድ"@am,
        "بولندا"@ar,
        "Polandi"@asa,
        "Polonia"@ast,
        "Polşa"@az,
        "Pòlànd"@bas,
        "Польшча"@be,
        "Hupolandi"@bez,
        "Полша"@bg,
        "Poloɲi"@bm,
        "পোল্যাণ্ড"@bn,
        "པོ་ལནྜ།"@bo,
        "Polonia"@br,
        "पोलैण्ड"@brx,
        "Poljska"@bs,
        "Пољска"@bs-Cyrl,
        "ፖላንድ"@byn,
        "Polònia"@ca,
        "Poorandi"@cgg,
        "ᏉᎳᏂ"@chr,
        "波兰"@cmn,
        "波蘭"@cmn-Hant,
        "Polsko"@cs,
        "Gwlad Pwyl"@cy,
        "Polen"@da,
        "Polandi"@dav,
        "Polen"@de,
        "Poloɲe"@dje,
        "པོ་ལེནཌ"@dz,
        "Polandi"@ebu,
        "Poland nutome"@ee,
        "Πολωνία"@el,
        "ISO 3166-1:PL"@en,
        "Poland"@en,
        "𐐑𐐬𐑊𐐲𐑌𐐼"@en-Dsrt,
        "Pollando"@eo,
        "Polonia"@es,
        "Poola"@et,
        "Polonia"@eu,
        "fólis"@ewo,
        "لهستان"@fa,
        "پولند"@fa,
        "Poloñ"@ff,
        "Puola"@fi,
        "Poland"@fil,
        "Pólland"@fo,
        "Pologne"@fr,
        "Polonie"@fur,
        "An Pholainn"@ga,
        "A' Phòlainn"@gd,
        "Polonia"@gl,
        "Poole"@gsw,
        "પોલેંડ"@gu,
        "Polandi"@guz,
        "Polan"@ha,
        "פולין"@he,
        "पोलैंड"@hi,
        "Poljska"@hr,
        "Lengyelország"@hu,
        "Լեհաստան"@hy,
        "Polonia"@ia,
        "Polandia"@id,
        "Pólland"@is,
        "Polonia"@it,
        "ポーランド"@ja,
        "Polandi"@jmc,
        "პოლონეთი"@ka,
        "Pulund"@kab,
        "Polandi"@kam,
        "Polandi"@kde,
        "Pulonia"@kea,
        "Poloɲe"@khq,
        "Polandi"@ki,
        "Польша"@kk,
        "Poleni"@kl,
        "Emetab Poland"@kln,
        "ប៉ូលូញ"@km,
        "ಪೋಲ್ಯಾಂಡ್"@kn,
        "폴란드"@ko,
        "پولینٛڑ"@ks,
        "Polandi"@ksb,
        "polɔ́n"@ksf,
        "Pole"@ksh,
        "Pólandi"@lag,
        "Polandi"@lg,
        "Poloni"@ln,
        "ໂປແລນ"@lo,
        "Lenkija"@lt,
        "Mpoloni"@lu,
        "Poland"@luo,
        "Polandi"@luy,
        "Polija"@lv,
        "Polandi"@mas,
        "Polandi"@mer,
        "Pologn"@mfe,
        "Pôlôna"@mg,
        "Upolandi"@mgh,
        "Полска"@mk,
        "പോളണ്ട്"@ml,
        "पोलंड"@mr,
        "Polonja"@mt,
        "Pologŋ"@mua,
        "ပိုလန်"@my,
        "Polandi"@naq,
        "Polen"@nb,
        "Pholandi"@nd,
        "पोल्याण्ड"@ne,
        "Polen"@nl,
        "Pɔlɔŋ"@nmg,
        "Polen"@nn,
        "Poorandi"@nyn,
        "ପୋଲାଣ୍ଡ"@or,
        "Polska"@pl,
        "پولنډ"@ps,
        "Polónia"@pt,
        "Polônia"@pt,
        "Pologna"@rm,
        "Polonye"@rn,
        "Polonia"@ro,
        "Polandi"@rof,
        "Польша"@ru,
        "Polandi"@rwk,
        "Polandi"@saq,
        "Polandi"@sbp,
        "Polen"@se,
        "Polônia"@seh,
        "Poloɲe"@ses,
        "Pölôni"@sg,
        "ⴱⵓⵍⵓⵏⵢⴰ"@shi,
        "bulunya"@shi-Latn,
        "පෝලන්තය"@si,
        "Poľsko"@sk,
        "Poljska"@sl,
        "Poland"@sn,
        "Booland"@so,
        "Poloni"@sq,
        "Пољска"@sr,
        "Poljska"@sr-Latn,
        "Polen"@sv,
        "Polandi"@swc,
        "Polandi"@swh,
        "போலந்து"@ta,
        "పోలాండ్"@te,
        "Polandi"@teo,
        "โปแลนด์"@th,
        "ፖላንድ"@ti,
        "ፖላንድ"@tig,
        "Poleni"@to,
        "Polonya"@tr,
        "Poloɲe"@twq,
        "Pulunya"@tzm,
        "Польща"@uk,
        "پولینڈ"@ur,
        "ꕶꗷꘋ"@vai,
        "Pólɛŋ"@vai-Latn,
        "Ba Lan"@vi,
        "Polandi"@vun,
        "Pole"@wae,
        "ፖላንድ"@wal,
        "Polandi"@xog,
        "pɔlɔ́ɔny"@yav,
        "Orílẹ́ède Polandi"@yo,
        "Poland"@zsm,
        "i-Poland"@zu ;
    lvont:label <http://lexvo.org/id/term/afr/Pole>,
        <http://lexvo.org/id/term/agq/Kpul%C3%A0n>,
        <http://lexvo.org/id/term/aka/Poland>,
        <http://lexvo.org/id/term/amh/%E1%8D%96%E1%88%8B%E1%8A%95%E1%8B%B5>,
        <http://lexvo.org/id/term/ara/%D8%A8%D9%88%D9%84%D9%86%D8%AF%D8%A7>,
        <http://lexvo.org/id/term/asa/Polandi>,
        <http://lexvo.org/id/term/ast/Polonia>,
        <http://lexvo.org/id/term/aze/Pol%C5%9Fa>,
        <http://lexvo.org/id/term/bam/Polo%C9%B2i>,
        <http://lexvo.org/id/term/bas/P%C3%B2l%C3%A0nd>,
        <http://lexvo.org/id/term/bel/%D0%9F%D0%BE%D0%BB%D1%8C%D1%88%D1%87%D0%B0>,
        <http://lexvo.org/id/term/ben/%E0%A6%AA%E0%A7%8B%E0%A6%B2%E0%A7%8D%E0%A6%AF%E0%A6%BE%E0%A6%A3%E0%A7%8D%E0%A6%A1>,
        <http://lexvo.org/id/term/bez/Hupolandi>,
        <http://lexvo.org/id/term/bod/%E0%BD%94%E0%BD%BC%E0%BC%8B%E0%BD%A3%E0%BD%93%E0%BE%9C%E0%BC%8D>,
        <http://lexvo.org/id/term/bos-Cyrl/%D0%9F%D0%BE%D1%99%D1%81%D0%BA%D0%B0>,
        <http://lexvo.org/id/term/bos/Poljska>,
        <http://lexvo.org/id/term/bre/Polonia>,
        <http://lexvo.org/id/term/brx/%E0%A4%AA%E0%A5%8B%E0%A4%B2%E0%A5%88%E0%A4%A3%E0%A5%8D%E0%A4%A1>,
        <http://lexvo.org/id/term/bul/%D0%9F%D0%BE%D0%BB%D1%88%D0%B0>,
        <http://lexvo.org/id/term/byn/%E1%8D%96%E1%88%8B%E1%8A%95%E1%8B%B5>,
        <http://lexvo.org/id/term/cat/Pol%C3%B2nia>,
        <http://lexvo.org/id/term/ces/Polsko>,
        <http://lexvo.org/id/term/cgg/Poorandi>,
        <http://lexvo.org/id/term/chr/%E1%8F%89%E1%8E%B3%E1%8F%82>,
        <http://lexvo.org/id/term/cmn-Hant/%E6%B3%A2%E8%98%AD>,
        <http://lexvo.org/id/term/cmn/%E6%B3%A2%E5%85%B0>,
        <http://lexvo.org/id/term/cym/Gwlad%20Pwyl>,
        <http://lexvo.org/id/term/dan/Polen>,
        <http://lexvo.org/id/term/dav/Polandi>,
        <http://lexvo.org/id/term/deu/Polen>,
        <http://lexvo.org/id/term/dje/Polo%C9%B2e>,
        <http://lexvo.org/id/term/dzo/%E0%BD%94%E0%BD%BC%E0%BC%8B%E0%BD%A3%E0%BD%BA%E0%BD%93%E0%BD%8C>,
        <http://lexvo.org/id/term/ebu/Polandi>,
        <http://lexvo.org/id/term/ell/%CE%A0%CE%BF%CE%BB%CF%89%CE%BD%CE%AF%CE%B1>,
        <http://lexvo.org/id/term/eng-Dsrt/%F0%90%90%91%F0%90%90%AC%F0%90%91%8A%F0%90%90%B2%F0%90%91%8C%F0%90%90%BC>,
        <http://lexvo.org/id/term/eng/ISO%203166-1%3APL>,
        <http://lexvo.org/id/term/eng/Poland>,
        <http://lexvo.org/id/term/epo/Pollando>,
        <http://lexvo.org/id/term/est/Poola>,
        <http://lexvo.org/id/term/eus/Polonia>,
        <http://lexvo.org/id/term/ewe/Poland%20nutome>,
        <http://lexvo.org/id/term/ewo/f%C3%B3lis>,
        <http://lexvo.org/id/term/fao/P%C3%B3lland>,
        <http://lexvo.org/id/term/fas/%D9%84%D9%87%D8%B3%D8%AA%D8%A7%D9%86>,
        <http://lexvo.org/id/term/fas/%D9%BE%D9%88%D9%84%D9%86%D8%AF>,
        <http://lexvo.org/id/term/fil/Poland>,
        <http://lexvo.org/id/term/fin/Puola>,
        <http://lexvo.org/id/term/fra/Pologne>,
        <http://lexvo.org/id/term/ful/Polo%C3%B1>,
        <http://lexvo.org/id/term/fur/Polonie>,
        <http://lexvo.org/id/term/gla/A'%20Ph%C3%B2lainn>,
        <http://lexvo.org/id/term/gle/An%20Pholainn>,
        <http://lexvo.org/id/term/glg/Polonia>,
        <http://lexvo.org/id/term/gsw/Poole>,
        <http://lexvo.org/id/term/guj/%E0%AA%AA%E0%AB%8B%E0%AA%B2%E0%AB%87%E0%AA%82%E0%AA%A1>,
        <http://lexvo.org/id/term/guz/Polandi>,
        <http://lexvo.org/id/term/hau/Polan>,
        <http://lexvo.org/id/term/heb/%D7%A4%D7%95%D7%9C%D7%99%D7%9F>,
        <http://lexvo.org/id/term/hin/%E0%A4%AA%E0%A5%8B%E0%A4%B2%E0%A5%88%E0%A4%82%E0%A4%A1>,
        <http://lexvo.org/id/term/hrv/Poljska>,
        <http://lexvo.org/id/term/hun/Lengyelorsz%C3%A1g>,
        <http://lexvo.org/id/term/hye/%D4%BC%D5%A5%D5%B0%D5%A1%D5%BD%D5%BF%D5%A1%D5%B6>,
        <http://lexvo.org/id/term/ina/Polonia>,
        <http://lexvo.org/id/term/ind/Polandia>,
        <http://lexvo.org/id/term/isl/P%C3%B3lland>,
        <http://lexvo.org/id/term/ita/Polonia>,
        <http://lexvo.org/id/term/jmc/Polandi>,
        <http://lexvo.org/id/term/jpn/%E3%83%9D%E3%83%BC%E3%83%A9%E3%83%B3%E3%83%89>,
        <http://lexvo.org/id/term/kab/Pulund>,
        <http://lexvo.org/id/term/kal/Poleni>,
        <http://lexvo.org/id/term/kam/Polandi>,
        <http://lexvo.org/id/term/kan/%E0%B2%AA%E0%B3%8B%E0%B2%B2%E0%B3%8D%E0%B2%AF%E0%B2%BE%E0%B2%82%E0%B2%A1%E0%B3%8D>,
        <http://lexvo.org/id/term/kas/%D9%BE%D9%88%D9%84%DB%8C%D9%86%D9%9B%DA%91>,
        <http://lexvo.org/id/term/kat/%E1%83%9E%E1%83%9D%E1%83%9A%E1%83%9D%E1%83%9C%E1%83%94%E1%83%97%E1%83%98>,
        <http://lexvo.org/id/term/kaz/%D0%9F%D0%BE%D0%BB%D1%8C%D1%88%D0%B0>,
        <http://lexvo.org/id/term/kde/Polandi>,
        <http://lexvo.org/id/term/kea/Pulonia>,
        <http://lexvo.org/id/term/khm/%E1%9E%94%E1%9F%89%E1%9E%BC%E1%9E%9B%E1%9E%BC%E1%9E%89>,
        <http://lexvo.org/id/term/khq/Polo%C9%B2e>,
        <http://lexvo.org/id/term/kik/Polandi>,
        <http://lexvo.org/id/term/kln/Emetab%20Poland>,
        <http://lexvo.org/id/term/kor/%ED%8F%B4%EB%9E%80%EB%93%9C>,
        <http://lexvo.org/id/term/ksb/Polandi>,
        <http://lexvo.org/id/term/ksf/pol%C9%94%CC%81n>,
        <http://lexvo.org/id/term/ksh/Pole>,
        <http://lexvo.org/id/term/lag/P%C3%B3landi>,
        <http://lexvo.org/id/term/lao/%E0%BB%82%E0%BA%9B%E0%BB%81%E0%BA%A5%E0%BA%99>,
        <http://lexvo.org/id/term/lav/Polija>,
        <http://lexvo.org/id/term/lin/Poloni>,
        <http://lexvo.org/id/term/lit/Lenkija>,
        <http://lexvo.org/id/term/lub/Mpoloni>,
        <http://lexvo.org/id/term/lug/Polandi>,
        <http://lexvo.org/id/term/luo/Poland>,
        <http://lexvo.org/id/term/luy/Polandi>,
        <http://lexvo.org/id/term/mal/%E0%B4%AA%E0%B5%8B%E0%B4%B3%E0%B4%A3%E0%B5%8D%E0%B4%9F%E0%B5%8D>,
        <http://lexvo.org/id/term/mar/%E0%A4%AA%E0%A5%8B%E0%A4%B2%E0%A4%82%E0%A4%A1>,
        <http://lexvo.org/id/term/mas/Polandi>,
        <http://lexvo.org/id/term/mer/Polandi>,
        <http://lexvo.org/id/term/mfe/Pologn>,
        <http://lexvo.org/id/term/mgh/Upolandi>,
        <http://lexvo.org/id/term/mkd/%D0%9F%D0%BE%D0%BB%D1%81%D0%BA%D0%B0>,
        <http://lexvo.org/id/term/mlg/P%C3%B4l%C3%B4na>,
        <http://lexvo.org/id/term/mlt/Polonja>,
        <http://lexvo.org/id/term/mua/Polog%C5%8B>,
        <http://lexvo.org/id/term/mya/%E1%80%95%E1%80%AD%E1%80%AF%E1%80%9C%E1%80%94%E1%80%BA>,
        <http://lexvo.org/id/term/naq/Polandi>,
        <http://lexvo.org/id/term/nde/Pholandi>,
        <http://lexvo.org/id/term/nep/%E0%A4%AA%E0%A5%8B%E0%A4%B2%E0%A5%8D%E0%A4%AF%E0%A4%BE%E0%A4%A3%E0%A5%8D%E0%A4%A1>,
        <http://lexvo.org/id/term/nld/Polen>,
        <http://lexvo.org/id/term/nmg/P%C9%94l%C9%94%C5%8B>,
        <http://lexvo.org/id/term/nno/Polen>,
        <http://lexvo.org/id/term/nob/Polen>,
        <http://lexvo.org/id/term/nyn/Poorandi>,
        <http://lexvo.org/id/term/ori/%E0%AC%AA%E0%AD%8B%E0%AC%B2%E0%AC%BE%E0%AC%A3%E0%AD%8D%E0%AC%A1>,
        <http://lexvo.org/id/term/pol/Polska>,
        <http://lexvo.org/id/term/por/Pol%C3%B3nia>,
        <http://lexvo.org/id/term/por/Pol%C3%B4nia>,
        <http://lexvo.org/id/term/pus/%D9%BE%D9%88%D9%84%D9%86%DA%89>,
        <http://lexvo.org/id/term/rof/Polandi>,
        <http://lexvo.org/id/term/roh/Pologna>,
        <http://lexvo.org/id/term/ron/Polonia>,
        <http://lexvo.org/id/term/run/Polonye>,
        <http://lexvo.org/id/term/rus/%D0%9F%D0%BE%D0%BB%D1%8C%D1%88%D0%B0>,
        <http://lexvo.org/id/term/rwk/Polandi>,
        <http://lexvo.org/id/term/sag/P%C3%B6l%C3%B4ni>,
        <http://lexvo.org/id/term/saq/Polandi>,
        <http://lexvo.org/id/term/sbp/Polandi>,
        <http://lexvo.org/id/term/seh/Pol%C3%B4nia>,
        <http://lexvo.org/id/term/ses/Polo%C9%B2e>,
        <http://lexvo.org/id/term/shi-Latn/bulunya>,
        <http://lexvo.org/id/term/shi/%E2%B4%B1%E2%B5%93%E2%B5%8D%E2%B5%93%E2%B5%8F%E2%B5%A2%E2%B4%B0>,
        <http://lexvo.org/id/term/sin/%E0%B6%B4%E0%B7%9D%E0%B6%BD%E0%B6%B1%E0%B7%8A%E0%B6%AD%E0%B6%BA>,
        <http://lexvo.org/id/term/slk/Po%C4%BEsko>,
        <http://lexvo.org/id/term/slv/Poljska>,
        <http://lexvo.org/id/term/sme/Polen>,
        <http://lexvo.org/id/term/sna/Poland>,
        <http://lexvo.org/id/term/som/Booland>,
        <http://lexvo.org/id/term/spa/Polonia>,
        <http://lexvo.org/id/term/sqi/Poloni>,
        <http://lexvo.org/id/term/srp-Latn/Poljska>,
        <http://lexvo.org/id/term/srp/%D0%9F%D0%BE%D1%99%D1%81%D0%BA%D0%B0>,
        <http://lexvo.org/id/term/swc/Polandi>,
        <http://lexvo.org/id/term/swe/Polen>,
        <http://lexvo.org/id/term/swh/Polandi>,
        <http://lexvo.org/id/term/tam/%E0%AE%AA%E0%AF%8B%E0%AE%B2%E0%AE%A8%E0%AF%8D%E0%AE%A4%E0%AF%81>,
        <http://lexvo.org/id/term/tel/%E0%B0%AA%E0%B1%8B%E0%B0%B2%E0%B0%BE%E0%B0%82%E0%B0%A1%E0%B1%8D>,
        <http://lexvo.org/id/term/teo/Polandi>,
        <http://lexvo.org/id/term/tha/%E0%B9%82%E0%B8%9B%E0%B9%81%E0%B8%A5%E0%B8%99%E0%B8%94%E0%B9%8C>,
        <http://lexvo.org/id/term/tig/%E1%8D%96%E1%88%8B%E1%8A%95%E1%8B%B5>,
        <http://lexvo.org/id/term/tir/%E1%8D%96%E1%88%8B%E1%8A%95%E1%8B%B5>,
        <http://lexvo.org/id/term/ton/Poleni>,
        <http://lexvo.org/id/term/tur/Polonya>,
        <http://lexvo.org/id/term/twq/Polo%C9%B2e>,
        <http://lexvo.org/id/term/tzm/Pulunya>,
        <http://lexvo.org/id/term/ukr/%D0%9F%D0%BE%D0%BB%D1%8C%D1%89%D0%B0>,
        <http://lexvo.org/id/term/urd/%D9%BE%D9%88%D9%84%DB%8C%D9%86%DA%88>,
        <http://lexvo.org/id/term/vai-Latn/P%C3%B3l%C9%9B%C5%8B>,
        <http://lexvo.org/id/term/vai/%EA%95%B6%EA%97%B7%EA%98%8B>,
        <http://lexvo.org/id/term/vie/Ba%20Lan>,
        <http://lexvo.org/id/term/vun/Polandi>,
        <http://lexvo.org/id/term/wae/Pole>,
        <http://lexvo.org/id/term/wal/%E1%8D%96%E1%88%8B%E1%8A%95%E1%8B%B5>,
        <http://lexvo.org/id/term/xog/Polandi>,
        <http://lexvo.org/id/term/yav/p%C9%94l%C9%94%CC%81%C9%94ny>,
        <http://lexvo.org/id/term/yor/Or%C3%ADl%E1%BA%B9%CC%81%C3%A8de%20Polandi>,
        <http://lexvo.org/id/term/zsm/Poland>,
        <http://lexvo.org/id/term/zul/i-Poland> ;
    owl:sameAs <http://psi.oasis-open.org/iso/3166/#616>,
        <http://sws.geonames.org/798544/> .

<http://lexvo.org/id/iso3166/PM> a lvont:GeographicRegion ;
    rdfs:label "Sint-Pierre en Miquelon"@af,
        "Sɛ̀n Kpiyɛ̀ à Mikelɔŋ"@agq,
        "Saint Pierre ne Miquelon"@ak,
        "ቅዱስ ፒዬር እና ሚኩኤሎን"@am,
        "سانت بيير وميكولون"@ar,
        "Thantapieri na Mikeloni"@asa,
        "Saint Pierre y Miquelon"@ast,
        "Seynt Piyer və Mikelon"@az,
        "Nûmpubi Petrò nì Mikèlôn"@bas,
        "Husantapieri na Humikeloni"@bez,
        "Сен Пиер и Мигелон"@bg,
        "Piyɛri-Senu-ni-Mikelɔŋ"@bm,
        "সেন্ট পিয়ের ও মিকুয়েলন"@bn,
        "Sant-Pêr-ha-Mikelon"@br,
        "सेँ पीएर एवं मि‍केलॉं"@brx,
        "Sen Pjer i Mikelon"@bs,
        "Сен Пјер и Микелон"@bs-Cyrl,
        "Saint-Pierre-et-Miquelon"@ca,
        "Senti Piyerre na Mikweron"@cgg,
        "ᏎᏂᏘ ᏈᏓ ᎠᎴ ᎻᏇᎶᏂ"@chr,
        "圣皮埃尔和密克隆群岛"@cmn,
        "圣皮埃尔和密克隆"@cmn-Hans,
        "聖皮埃爾和密克隆群島"@cmn-Hant,
        "Svatý Pierre a Miquelon"@cs,
        "Saint Pierre a Miquelon"@cy,
        "Saint Pierre og Miquelon"@da,
        "Santapieri na Mikeloni"@dav,
        "St. Pierre und Miquelon"@de,
        "Seŋ Piyer nda Mikelon"@dje,
        "སིནཊ་པི་ཡེར་ ཨེནཌ་ མིཀོ་ལེན"@dz,
        "Santapieri na Mikeloni"@ebu,
        "Saint Pierre kple Mikelɔn nutome"@ee,
        "Σαιντ Πιέρ και Μικελόν"@el,
        "ISO 3166-1:PM"@en,
        "Saint Pierre and Miquelon"@en,
        "𐐝𐐩𐑌𐐻 𐐑𐐨𐐯𐑉 𐐰𐑌𐐼 𐐣𐐨𐐿𐐲𐑊𐐪𐑌"@en-Dsrt,
        "Sent-Piero kaj Mikelono"@eo,
        "San Pedro y Miquelón"@es,
        "Saint Pierre ja Miquelon"@et,
        "Saint-Pierre eta Mikelune"@eu,
        "Ǹfúfúb-Píɛr-ai-Mikəlɔ́ŋ"@ewo,
        "سنت پیر و میکلون"@fa,
        "See Piyeer e Mikeloo"@ff,
        "Saint-Pierre ja Miquelon"@fi,
        "Saint Pierre and Miquelon"@fil,
        "Saint Pierre og Miquelon"@fo,
        "Saint-Pierre-et-Miquelon"@fr,
        "San Pierre e Miquelon"@fur,
        "Saint Pierre agus Miquelon"@ga,
        "Saint Pierre is Miquelon"@gd,
        "San Pedro e Miguelón"@gl,
        "St. Pierr und Miggelo"@gsw,
        "સેંટ પીએરે એન્ડ મિકીલોન"@gu,
        "Santapieri na Mikeloni"@guz,
        "San Piyar Da Mikelan"@ha,
        "סנט פייר ומיקלון"@he,
        "सेंट पिएरे और मिक्वेलन"@hi,
        "Sveti Petar i Mikelon"@hr,
        "Saint Pierre és Miquelon"@hu,
        "Saint Pierre dan Miquelon"@id,
        "Sankti Pierre og Miquelon"@is,
        "Saint Pierre e Miquelon"@it,
        "サンピエール島・ミクロン島"@ja,
        "Santapieri na Mikeloni"@jmc,
        "სენტ-პიერი და მიქელონი"@ka,
        "San Pyar d Miklun"@kab,
        "Santapieri na Mikeloni"@kam,
        "Santapieli na Mikeloni"@kde,
        "San Piere i Mikelon"@kea,
        "Seŋ Piyer nda Mikelon"@khq,
        "Santapieri na Mikeloni"@ki,
        "Saint Pierre aamma Miquelon"@kl,
        "Emetab Peter Ne titil ak Miquelon"@kln,
        "សង់ព្យែរ និង​មីគីឡុង"@km,
        "ಸೇಂಟ್ ಪಿಯರೆ ಮತ್ತು ಮಿಕೆಲನ್"@kn,
        "세인트피에르-미케롱"@ko,
        "سینٛٹ پیٖری تہٕ موکیلِیَن"@ks,
        "Santapieli na Mikeloni"@ksb,
        "sɛnpyɛr ri mikɛlɔŋ"@ksf,
        "Zint Pjäär un Mikelong"@ksh,
        "Mʉtakatíifu Peéteri na Mɨkaéeli"@lag,
        "Senti Piyere ne Mikeloni"@lg,
        "Sántu pététo mpé Mikelɔ"@ln,
        "ເຊັ້ນ ປີແອ ແລະ ມິເກວລອນ"@lo,
        "Sen Pjeras ir Mikelonas"@lt,
        "Santu pététo ne Mikelu"@lu,
        "Saint Pierre gi Miquelon"@luo,
        "Santapieri na Mikeloni"@luy,
        "Senpjēra un Mikelona"@lv,
        "Santapieri na Mikeloni"@mas,
        "Santapieri na Mikeloni"@mer,
        "Saint-Pierre-ek-Miquelon"@mfe,
        "Saint-Pierre-et-Miquelon"@mg,
        "Usantapieri na Mikeloni"@mgh,
        "Сент Пјер и Микелан"@mk,
        "സെൻറ് പിറേയും മിക്വലണും"@ml,
        "सेंट पियरे आणि मिक्वेलोन"@mr,
        "Saint Pierre and Miquelon"@mt,
        "Sǝr Pǝtar ne Mikǝlon"@mua,
        "Saint Pierre and Miquelon"@naq,
        "St. Pierre og Miquelon"@nb,
        "Saint Pierre and Miquelon"@nd,
        "सेन्ट पिर्रे र मिक्केलोन"@ne,
        "Saint Pierre en Miquelon"@nl,
        "Saint Peter ba Mikelɔn"@nmg,
        "St. Pierre og Miquelon"@nn,
        "Senti Piyerre na Mikweron"@nyn,
        "ସେଣ୍ଟ ପିଏରେ ଏବଂ ମିକ୍ବାଲୋନ୍"@or,
        "Saint-Pierre i Miquelon"@pl,
        "Saint Pierre e Miquelon"@pt,
        "Saint Pierre e Miquelon"@rm,
        "Sempiyeri na Mikeloni"@rn,
        "Sfântul Pierre și Miquelon"@ro,
        "Santapieri na Mikeloni"@rof,
        "Сен-Пьер и Микелон"@ru,
        "Santapieri na Mikeloni"@rwk,
        "Santapieri na Mikeloni"@saq,
        "Santapieli ni Mikeloni"@sbp,
        "Saint Pierre ja Miquelon"@se,
        "Saint Pierre e Miquelon"@seh,
        "Seŋ Piyer nda Mikelon"@ses,
        "Sên-Pyêre na Mikelöon"@sg,
        "ⵙⴰⵏⴱⵢⵉⵔ ⴷ ⵎⵉⴽⵍⵓⵏ"@shi,
        "sanbyir d miklun"@shi-Latn,
        "ශාන්ත පියරේ සහ මැකෝලන්"@si,
        "Saint Pierre a Miquelon"@sk,
        "Saint Pierre in Miquelon"@sl,
        "Saint Pierre and Miquelon"@sn,
        "Saint Pierre and Miquelon"@so,
        "Сен Пјер и Микелон"@sr,
        "Sen Pjer i Mikelon"@sr-Latn,
        "S:t Pierre och Miquelon"@sv,
        "Santapieri na Mikeloni"@swc,
        "Santapieri na Mikeloni"@swh,
        "செயின்ட் பியர் மற்றும் மிக்வேலான்"@ta,
        "సెంట్ పియెర్ మరియు మికెలాన్"@te,
        "Santapieri na Mikeloni"@teo,
        "แซงปีแยร์และมีเกอลง"@th,
        "ቅዱስ ፒዬር እና ሚኩኤሎን"@ti,
        "Seini Piea mo Mikaloni"@to,
        "Saint Pierre ve Miquelon"@tr,
        "Seŋ Piyer nda Mikelon"@twq,
        "Santepyir d Mikelun"@tzm,
        "Сен-Пʼєр і Мікелон"@uk,
        "سینٹ پیئر اور میکلیئون"@ur,
        "ꔻꘋ ꔪꘂ ꗪ ꕆꔞꗏꘋ"@vai,
        "Siŋ Piiyɛ ɓɛ́ Mikelɔŋ"@vai-Latn,
        "Saint Pierre và Miquelon"@vi,
        "Santapieri na Mikeloni"@vun,
        "St. Pierre und Miquelon"@wae,
        "Senti Piyere ni Mikeloni"@xog,
        "sɛ́ŋpiɛ́l e mikelɔ́ŋ"@yav,
        "Orílẹ́ède Pẹẹri ati mikuloni"@yo,
        "Saint Pierre and Miquelon"@zsm,
        "i-Saint Pierre kanye ne-Miquelon"@zu ;
    lvont:label <http://lexvo.org/id/term/afr/Sint-Pierre%20en%20Miquelon>,
        <http://lexvo.org/id/term/agq/S%C9%9B%CC%80n%20Kpiy%C9%9B%CC%80%20%C3%A0%20Mikel%C9%94%C5%8B>,
        <http://lexvo.org/id/term/aka/Saint%20Pierre%20ne%20Miquelon>,
        <http://lexvo.org/id/term/amh/%E1%89%85%E1%8B%B1%E1%88%B5%20%E1%8D%92%E1%8B%AC%E1%88%AD%20%E1%8A%A5%E1%8A%93%20%E1%88%9A%E1%8A%A9%E1%8A%A4%E1%88%8E%E1%8A%95>,
        <http://lexvo.org/id/term/ara/%D8%B3%D8%A7%D9%86%D8%AA%20%D8%A8%D9%8A%D9%8A%D8%B1%20%D9%88%D9%85%D9%8A%D9%83%D9%88%D9%84%D9%88%D9%86>,
        <http://lexvo.org/id/term/asa/Thantapieri%20na%20Mikeloni>,
        <http://lexvo.org/id/term/ast/Saint%20Pierre%20y%20Miquelon>,
        <http://lexvo.org/id/term/aze/Seynt%20Piyer%20v%C9%99%20Mikelon>,
        <http://lexvo.org/id/term/bam/Piy%C9%9Bri-Senu-ni-Mikel%C9%94%C5%8B>,
        <http://lexvo.org/id/term/bas/N%C3%BBmpubi%20Petr%C3%B2%20n%C3%AC%20Mik%C3%A8l%C3%B4n>,
        <http://lexvo.org/id/term/ben/%E0%A6%B8%E0%A7%87%E0%A6%A8%E0%A7%8D%E0%A6%9F%20%E0%A6%AA%E0%A6%BF%E0%A6%AF%E0%A6%BC%E0%A7%87%E0%A6%B0%20%E0%A6%93%20%E0%A6%AE%E0%A6%BF%E0%A6%95%E0%A7%81%E0%A6%AF%E0%A6%BC%E0%A7%87%E0%A6%B2%E0%A6%A8>,
        <http://lexvo.org/id/term/bez/Husantapieri%20na%20Humikeloni>,
        <http://lexvo.org/id/term/bos-Cyrl/%D0%A1%D0%B5%D0%BD%20%D0%9F%D1%98%D0%B5%D1%80%20%D0%B8%20%D0%9C%D0%B8%D0%BA%D0%B5%D0%BB%D0%BE%D0%BD>,
        <http://lexvo.org/id/term/bos/Sen%20Pjer%20i%20Mikelon>,
        <http://lexvo.org/id/term/bre/Sant-P%C3%AAr-ha-Mikelon>,
        <http://lexvo.org/id/term/brx/%E0%A4%B8%E0%A5%87%E0%A4%81%20%E0%A4%AA%E0%A5%80%E0%A4%8F%E0%A4%B0%20%E0%A4%8F%E0%A4%B5%E0%A4%82%20%E0%A4%AE%E0%A4%BF%E2%80%8D%E0%A4%95%E0%A5%87%E0%A4%B2%E0%A5%89%E0%A4%82>,
        <http://lexvo.org/id/term/bul/%D0%A1%D0%B5%D0%BD%20%D0%9F%D0%B8%D0%B5%D1%80%20%D0%B8%20%D0%9C%D0%B8%D0%B3%D0%B5%D0%BB%D0%BE%D0%BD>,
        <http://lexvo.org/id/term/cat/Saint-Pierre-et-Miquelon>,
        <http://lexvo.org/id/term/ces/Svat%C3%BD%20Pierre%20a%20Miquelon>,
        <http://lexvo.org/id/term/cgg/Senti%20Piyerre%20na%20Mikweron>,
        <http://lexvo.org/id/term/chr/%E1%8F%8E%E1%8F%82%E1%8F%98%20%E1%8F%88%E1%8F%93%20%E1%8E%A0%E1%8E%B4%20%E1%8E%BB%E1%8F%87%E1%8E%B6%E1%8F%82>,
        <http://lexvo.org/id/term/cmn-Hans/%E5%9C%A3%E7%9A%AE%E5%9F%83%E5%B0%94%E5%92%8C%E5%AF%86%E5%85%8B%E9%9A%86>,
        <http://lexvo.org/id/term/cmn-Hant/%E8%81%96%E7%9A%AE%E5%9F%83%E7%88%BE%E5%92%8C%E5%AF%86%E5%85%8B%E9%9A%86%E7%BE%A4%E5%B3%B6>,
        <http://lexvo.org/id/term/cmn/%E5%9C%A3%E7%9A%AE%E5%9F%83%E5%B0%94%E5%92%8C%E5%AF%86%E5%85%8B%E9%9A%86%E7%BE%A4%E5%B2%9B>,
        <http://lexvo.org/id/term/cym/Saint%20Pierre%20a%20Miquelon>,
        <http://lexvo.org/id/term/dan/Saint%20Pierre%20og%20Miquelon>,
        <http://lexvo.org/id/term/dav/Santapieri%20na%20Mikeloni>,
        <http://lexvo.org/id/term/deu/St.%20Pierre%20und%20Miquelon>,
        <http://lexvo.org/id/term/dje/Se%C5%8B%20Piyer%20nda%20Mikelon>,
        <http://lexvo.org/id/term/dzo/%E0%BD%A6%E0%BD%B2%E0%BD%93%E0%BD%8A%E0%BC%8B%E0%BD%94%E0%BD%B2%E0%BC%8B%E0%BD%A1%E0%BD%BA%E0%BD%A2%E0%BC%8B%20%E0%BD%A8%E0%BD%BA%E0%BD%93%E0%BD%8C%E0%BC%8B%20%E0%BD%98%E0%BD%B2%E0%BD%80%E0%BD%BC%E0%BC%8B%E0%BD%A3%E0%BD%BA%E0%BD%93>,
        <http://lexvo.org/id/term/ebu/Santapieri%20na%20Mikeloni>,
        <http://lexvo.org/id/term/ell/%CE%A3%CE%B1%CE%B9%CE%BD%CF%84%20%CE%A0%CE%B9%CE%AD%CF%81%20%CE%BA%CE%B1%CE%B9%20%CE%9C%CE%B9%CE%BA%CE%B5%CE%BB%CF%8C%CE%BD>,
        <http://lexvo.org/id/term/eng-Dsrt/%F0%90%90%9D%F0%90%90%A9%F0%90%91%8C%F0%90%90%BB%20%F0%90%90%91%F0%90%90%A8%F0%90%90%AF%F0%90%91%89%20%F0%90%90%B0%F0%90%91%8C%F0%90%90%BC%20%F0%90%90%A3%F0%90%90%A8%F0%90%90%BF%F0%90%90%B2%F0%90%91%8A%F0%90%90%AA%F0%90%91%8C>,
        <http://lexvo.org/id/term/eng/ISO%203166-1%3APM>,
        <http://lexvo.org/id/term/eng/Saint%20Pierre%20and%20Miquelon>,
        <http://lexvo.org/id/term/epo/Sent-Piero%20kaj%20Mikelono>,
        <http://lexvo.org/id/term/est/Saint%20Pierre%20ja%20Miquelon>,
        <http://lexvo.org/id/term/eus/Saint-Pierre%20eta%20Mikelune>,
        <http://lexvo.org/id/term/ewe/Saint%20Pierre%20kple%20Mikel%C9%94n%20nutome>,
        <http://lexvo.org/id/term/ewo/%C7%B8f%C3%BAf%C3%BAb-P%C3%AD%C9%9Br-ai-Mik%C9%99l%C9%94%CC%81%C5%8B>,
        <http://lexvo.org/id/term/fao/Saint%20Pierre%20og%20Miquelon>,
        <http://lexvo.org/id/term/fas/%D8%B3%D9%86%D8%AA%20%D9%BE%DB%8C%D8%B1%20%D9%88%20%D9%85%DB%8C%DA%A9%D9%84%D9%88%D9%86>,
        <http://lexvo.org/id/term/fil/Saint%20Pierre%20and%20Miquelon>,
        <http://lexvo.org/id/term/fin/Saint-Pierre%20ja%20Miquelon>,
        <http://lexvo.org/id/term/fra/Saint-Pierre-et-Miquelon>,
        <http://lexvo.org/id/term/ful/See%20Piyeer%20e%20Mikeloo>,
        <http://lexvo.org/id/term/fur/San%20Pierre%20e%20Miquelon>,
        <http://lexvo.org/id/term/gla/Saint%20Pierre%20is%20Miquelon>,
        <http://lexvo.org/id/term/gle/Saint%20Pierre%20agus%20Miquelon>,
        <http://lexvo.org/id/term/glg/San%20Pedro%20e%20Miguel%C3%B3n>,
        <http://lexvo.org/id/term/gsw/St.%20Pierr%20und%20Miggelo>,
        <http://lexvo.org/id/term/guj/%E0%AA%B8%E0%AB%87%E0%AA%82%E0%AA%9F%20%E0%AA%AA%E0%AB%80%E0%AA%8F%E0%AA%B0%E0%AB%87%20%E0%AA%8F%E0%AA%A8%E0%AB%8D%E0%AA%A1%20%E0%AA%AE%E0%AA%BF%E0%AA%95%E0%AB%80%E0%AA%B2%E0%AB%8B%E0%AA%A8>,
        <http://lexvo.org/id/term/guz/Santapieri%20na%20Mikeloni>,
        <http://lexvo.org/id/term/hau/San%20Piyar%20Da%20Mikelan>,
        <http://lexvo.org/id/term/heb/%D7%A1%D7%A0%D7%98%20%D7%A4%D7%99%D7%99%D7%A8%20%D7%95%D7%9E%D7%99%D7%A7%D7%9C%D7%95%D7%9F>,
        <http://lexvo.org/id/term/hin/%E0%A4%B8%E0%A5%87%E0%A4%82%E0%A4%9F%20%E0%A4%AA%E0%A4%BF%E0%A4%8F%E0%A4%B0%E0%A5%87%20%E0%A4%94%E0%A4%B0%20%E0%A4%AE%E0%A4%BF%E0%A4%95%E0%A5%8D%E0%A4%B5%E0%A5%87%E0%A4%B2%E0%A4%A8>,
        <http://lexvo.org/id/term/hrv/Sveti%20Petar%20i%20Mikelon>,
        <http://lexvo.org/id/term/hun/Saint%20Pierre%20%C3%A9s%20Miquelon>,
        <http://lexvo.org/id/term/ind/Saint%20Pierre%20dan%20Miquelon>,
        <http://lexvo.org/id/term/isl/Sankti%20Pierre%20og%20Miquelon>,
        <http://lexvo.org/id/term/ita/Saint%20Pierre%20e%20Miquelon>,
        <http://lexvo.org/id/term/jmc/Santapieri%20na%20Mikeloni>,
        <http://lexvo.org/id/term/jpn/%E3%82%B5%E3%83%B3%E3%83%94%E3%82%A8%E3%83%BC%E3%83%AB%E5%B3%B6%E3%83%BB%E3%83%9F%E3%82%AF%E3%83%AD%E3%83%B3%E5%B3%B6>,
        <http://lexvo.org/id/term/kab/San%20Pyar%20d%20Miklun>,
        <http://lexvo.org/id/term/kal/Saint%20Pierre%20aamma%20Miquelon>,
        <http://lexvo.org/id/term/kam/Santapieri%20na%20Mikeloni>,
        <http://lexvo.org/id/term/kan/%E0%B2%B8%E0%B3%87%E0%B2%82%E0%B2%9F%E0%B3%8D%20%E0%B2%AA%E0%B2%BF%E0%B2%AF%E0%B2%B0%E0%B3%86%20%E0%B2%AE%E0%B2%A4%E0%B3%8D%E0%B2%A4%E0%B3%81%20%E0%B2%AE%E0%B2%BF%E0%B2%95%E0%B3%86%E0%B2%B2%E0%B2%A8%E0%B3%8D>,
        <http://lexvo.org/id/term/kas/%D8%B3%DB%8C%D9%86%D9%9B%D9%B9%20%D9%BE%DB%8C%D9%96%D8%B1%DB%8C%20%D8%AA%DB%81%D9%95%20%D9%85%D9%88%DA%A9%DB%8C%D9%84%D9%90%DB%8C%D9%8E%D9%86>,
        <http://lexvo.org/id/term/kat/%E1%83%A1%E1%83%94%E1%83%9C%E1%83%A2-%E1%83%9E%E1%83%98%E1%83%94%E1%83%A0%E1%83%98%20%E1%83%93%E1%83%90%20%E1%83%9B%E1%83%98%E1%83%A5%E1%83%94%E1%83%9A%E1%83%9D%E1%83%9C%E1%83%98>,
        <http://lexvo.org/id/term/kde/Santapieli%20na%20Mikeloni>,
        <http://lexvo.org/id/term/kea/San%20Piere%20i%20Mikelon>,
        <http://lexvo.org/id/term/khm/%E1%9E%9F%E1%9E%84%E1%9F%8B%E1%9E%96%E1%9F%92%E1%9E%99%E1%9F%82%E1%9E%9A%20%E1%9E%93%E1%9E%B7%E1%9E%84%E2%80%8B%E1%9E%98%E1%9E%B8%E1%9E%82%E1%9E%B8%E1%9E%A1%E1%9E%BB%E1%9E%84>,
        <http://lexvo.org/id/term/khq/Se%C5%8B%20Piyer%20nda%20Mikelon>,
        <http://lexvo.org/id/term/kik/Santapieri%20na%20Mikeloni>,
        <http://lexvo.org/id/term/kln/Emetab%20Peter%20Ne%20titil%20ak%20Miquelon>,
        <http://lexvo.org/id/term/kor/%EC%84%B8%EC%9D%B8%ED%8A%B8%ED%94%BC%EC%97%90%EB%A5%B4-%EB%AF%B8%EC%BC%80%EB%A1%B1>,
        <http://lexvo.org/id/term/ksb/Santapieli%20na%20Mikeloni>,
        <http://lexvo.org/id/term/ksf/s%C9%9Bnpy%C9%9Br%20ri%20mik%C9%9Bl%C9%94%C5%8B>,
        <http://lexvo.org/id/term/ksh/Zint%20Pj%C3%A4%C3%A4r%20un%20Mikelong>,
        <http://lexvo.org/id/term/lag/M%CA%89takat%C3%ADifu%20Pe%C3%A9teri%20na%20M%C9%A8ka%C3%A9eli>,
        <http://lexvo.org/id/term/lao/%E0%BB%80%E0%BA%8A%E0%BA%B1%E0%BB%89%E0%BA%99%20%E0%BA%9B%E0%BA%B5%E0%BB%81%E0%BA%AD%20%E0%BB%81%E0%BA%A5%E0%BA%B0%20%E0%BA%A1%E0%BA%B4%E0%BB%80%E0%BA%81%E0%BA%A7%E0%BA%A5%E0%BA%AD%E0%BA%99>,
        <http://lexvo.org/id/term/lav/Senpj%C4%93ra%20un%20Mikelona>,
        <http://lexvo.org/id/term/lin/S%C3%A1ntu%20p%C3%A9t%C3%A9to%20mp%C3%A9%20Mikel%C9%94>,
        <http://lexvo.org/id/term/lit/Sen%20Pjeras%20ir%20Mikelonas>,
        <http://lexvo.org/id/term/lub/Santu%20p%C3%A9t%C3%A9to%20ne%20Mikelu>,
        <http://lexvo.org/id/term/lug/Senti%20Piyere%20ne%20Mikeloni>,
        <http://lexvo.org/id/term/luo/Saint%20Pierre%20gi%20Miquelon>,
        <http://lexvo.org/id/term/luy/Santapieri%20na%20Mikeloni>,
        <http://lexvo.org/id/term/mal/%E0%B4%B8%E0%B5%86%E0%B5%BB%E0%B4%B1%E0%B5%8D%20%E0%B4%AA%E0%B4%BF%E0%B4%B1%E0%B5%87%E0%B4%AF%E0%B5%81%E0%B4%82%20%E0%B4%AE%E0%B4%BF%E0%B4%95%E0%B5%8D%E0%B4%B5%E0%B4%B2%E0%B4%A3%E0%B5%81%E0%B4%82>,
        <http://lexvo.org/id/term/mar/%E0%A4%B8%E0%A5%87%E0%A4%82%E0%A4%9F%20%E0%A4%AA%E0%A4%BF%E0%A4%AF%E0%A4%B0%E0%A5%87%20%E0%A4%86%E0%A4%A3%E0%A4%BF%20%E0%A4%AE%E0%A4%BF%E0%A4%95%E0%A5%8D%E0%A4%B5%E0%A5%87%E0%A4%B2%E0%A5%8B%E0%A4%A8>,
        <http://lexvo.org/id/term/mas/Santapieri%20na%20Mikeloni>,
        <http://lexvo.org/id/term/mer/Santapieri%20na%20Mikeloni>,
        <http://lexvo.org/id/term/mfe/Saint-Pierre-ek-Miquelon>,
        <http://lexvo.org/id/term/mgh/Usantapieri%20na%20Mikeloni>,
        <http://lexvo.org/id/term/mkd/%D0%A1%D0%B5%D0%BD%D1%82%20%D0%9F%D1%98%D0%B5%D1%80%20%D0%B8%20%D0%9C%D0%B8%D0%BA%D0%B5%D0%BB%D0%B0%D0%BD>,
        <http://lexvo.org/id/term/mlg/Saint-Pierre-et-Miquelon>,
        <http://lexvo.org/id/term/mlt/Saint%20Pierre%20and%20Miquelon>,
        <http://lexvo.org/id/term/mua/S%C7%9Dr%20P%C7%9Dtar%20ne%20Mik%C7%9Dlon>,
        <http://lexvo.org/id/term/naq/Saint%20Pierre%20and%20Miquelon>,
        <http://lexvo.org/id/term/nde/Saint%20Pierre%20and%20Miquelon>,
        <http://lexvo.org/id/term/nep/%E0%A4%B8%E0%A5%87%E0%A4%A8%E0%A5%8D%E0%A4%9F%20%E0%A4%AA%E0%A4%BF%E0%A4%B0%E0%A5%8D%E0%A4%B0%E0%A5%87%20%E0%A4%B0%20%E0%A4%AE%E0%A4%BF%E0%A4%95%E0%A5%8D%E0%A4%95%E0%A5%87%E0%A4%B2%E0%A5%8B%E0%A4%A8>,
        <http://lexvo.org/id/term/nld/Saint%20Pierre%20en%20Miquelon>,
        <http://lexvo.org/id/term/nmg/Saint%20Peter%20ba%20Mikel%C9%94n>,
        <http://lexvo.org/id/term/nno/St.%20Pierre%20og%20Miquelon>,
        <http://lexvo.org/id/term/nob/St.%20Pierre%20og%20Miquelon>,
        <http://lexvo.org/id/term/nyn/Senti%20Piyerre%20na%20Mikweron>,
        <http://lexvo.org/id/term/ori/%E0%AC%B8%E0%AD%87%E0%AC%A3%E0%AD%8D%E0%AC%9F%20%E0%AC%AA%E0%AC%BF%E0%AC%8F%E0%AC%B0%E0%AD%87%20%E0%AC%8F%E0%AC%AC%E0%AC%82%20%E0%AC%AE%E0%AC%BF%E0%AC%95%E0%AD%8D%E0%AC%AC%E0%AC%BE%E0%AC%B2%E0%AD%8B%E0%AC%A8%E0%AD%8D>,
        <http://lexvo.org/id/term/pol/Saint-Pierre%20i%20Miquelon>,
        <http://lexvo.org/id/term/por/Saint%20Pierre%20e%20Miquelon>,
        <http://lexvo.org/id/term/rof/Santapieri%20na%20Mikeloni>,
        <http://lexvo.org/id/term/roh/Saint%20Pierre%20e%20Miquelon>,
        <http://lexvo.org/id/term/ron/Sf%C3%A2ntul%20Pierre%20%C8%99i%20Miquelon>,
        <http://lexvo.org/id/term/run/Sempiyeri%20na%20Mikeloni>,
        <http://lexvo.org/id/term/rus/%D0%A1%D0%B5%D0%BD-%D0%9F%D1%8C%D0%B5%D1%80%20%D0%B8%20%D0%9C%D0%B8%D0%BA%D0%B5%D0%BB%D0%BE%D0%BD>,
        <http://lexvo.org/id/term/rwk/Santapieri%20na%20Mikeloni>,
        <http://lexvo.org/id/term/sag/S%C3%AAn-Py%C3%AAre%20na%20Mikel%C3%B6on>,
        <http://lexvo.org/id/term/saq/Santapieri%20na%20Mikeloni>,
        <http://lexvo.org/id/term/sbp/Santapieli%20ni%20Mikeloni>,
        <http://lexvo.org/id/term/seh/Saint%20Pierre%20e%20Miquelon>,
        <http://lexvo.org/id/term/ses/Se%C5%8B%20Piyer%20nda%20Mikelon>,
        <http://lexvo.org/id/term/shi-Latn/sanbyir%20d%20miklun>,
        <http://lexvo.org/id/term/shi/%E2%B5%99%E2%B4%B0%E2%B5%8F%E2%B4%B1%E2%B5%A2%E2%B5%89%E2%B5%94%20%E2%B4%B7%20%E2%B5%8E%E2%B5%89%E2%B4%BD%E2%B5%8D%E2%B5%93%E2%B5%8F>,
        <http://lexvo.org/id/term/sin/%E0%B7%81%E0%B7%8F%E0%B6%B1%E0%B7%8A%E0%B6%AD%20%E0%B6%B4%E0%B7%92%E0%B6%BA%E0%B6%BB%E0%B7%9A%20%E0%B7%83%E0%B7%84%20%E0%B6%B8%E0%B7%90%E0%B6%9A%E0%B7%9D%E0%B6%BD%E0%B6%B1%E0%B7%8A>,
        <http://lexvo.org/id/term/slk/Saint%20Pierre%20a%20Miquelon>,
        <http://lexvo.org/id/term/slv/Saint%20Pierre%20in%20Miquelon>,
        <http://lexvo.org/id/term/sme/Saint%20Pierre%20ja%20Miquelon>,
        <http://lexvo.org/id/term/sna/Saint%20Pierre%20and%20Miquelon>,
        <http://lexvo.org/id/term/som/Saint%20Pierre%20and%20Miquelon>,
        <http://lexvo.org/id/term/spa/San%20Pedro%20y%20Miquel%C3%B3n>,
        <http://lexvo.org/id/term/srp-Latn/Sen%20Pjer%20i%20Mikelon>,
        <http://lexvo.org/id/term/srp/%D0%A1%D0%B5%D0%BD%20%D0%9F%D1%98%D0%B5%D1%80%20%D0%B8%20%D0%9C%D0%B8%D0%BA%D0%B5%D0%BB%D0%BE%D0%BD>,
        <http://lexvo.org/id/term/swc/Santapieri%20na%20Mikeloni>,
        <http://lexvo.org/id/term/swe/S%3At%20Pierre%20och%20Miquelon>,
        <http://lexvo.org/id/term/swh/Santapieri%20na%20Mikeloni>,
        <http://lexvo.org/id/term/tam/%E0%AE%9A%E0%AF%86%E0%AE%AF%E0%AE%BF%E0%AE%A9%E0%AF%8D%E0%AE%9F%E0%AF%8D%20%E0%AE%AA%E0%AE%BF%E0%AE%AF%E0%AE%B0%E0%AF%8D%20%E0%AE%AE%E0%AE%B1%E0%AF%8D%E0%AE%B1%E0%AF%81%E0%AE%AE%E0%AF%8D%20%E0%AE%AE%E0%AE%BF%E0%AE%95%E0%AF%8D%E0%AE%B5%E0%AF%87%E0%AE%B2%E0%AE%BE%E0%AE%A9%E0%AF%8D>,
        <http://lexvo.org/id/term/tel/%E0%B0%B8%E0%B1%86%E0%B0%82%E0%B0%9F%E0%B1%8D%20%E0%B0%AA%E0%B0%BF%E0%B0%AF%E0%B1%86%E0%B0%B0%E0%B1%8D%20%E0%B0%AE%E0%B0%B0%E0%B0%BF%E0%B0%AF%E0%B1%81%20%E0%B0%AE%E0%B0%BF%E0%B0%95%E0%B1%86%E0%B0%B2%E0%B0%BE%E0%B0%A8%E0%B1%8D>,
        <http://lexvo.org/id/term/teo/Santapieri%20na%20Mikeloni>,
        <http://lexvo.org/id/term/tha/%E0%B9%81%E0%B8%8B%E0%B8%87%E0%B8%9B%E0%B8%B5%E0%B9%81%E0%B8%A2%E0%B8%A3%E0%B9%8C%E0%B9%81%E0%B8%A5%E0%B8%B0%E0%B8%A1%E0%B8%B5%E0%B9%80%E0%B8%81%E0%B8%AD%E0%B8%A5%E0%B8%87>,
        <http://lexvo.org/id/term/tir/%E1%89%85%E1%8B%B1%E1%88%B5%20%E1%8D%92%E1%8B%AC%E1%88%AD%20%E1%8A%A5%E1%8A%93%20%E1%88%9A%E1%8A%A9%E1%8A%A4%E1%88%8E%E1%8A%95>,
        <http://lexvo.org/id/term/ton/Seini%20Piea%20mo%20Mikaloni>,
        <http://lexvo.org/id/term/tur/Saint%20Pierre%20ve%20Miquelon>,
        <http://lexvo.org/id/term/twq/Se%C5%8B%20Piyer%20nda%20Mikelon>,
        <http://lexvo.org/id/term/tzm/Santepyir%20d%20Mikelun>,
        <http://lexvo.org/id/term/ukr/%D0%A1%D0%B5%D0%BD-%D0%9F%CA%BC%D1%94%D1%80%20%D1%96%20%D0%9C%D1%96%D0%BA%D0%B5%D0%BB%D0%BE%D0%BD>,
        <http://lexvo.org/id/term/urd/%D8%B3%DB%8C%D9%86%D9%B9%20%D9%BE%DB%8C%D8%A6%D8%B1%20%D8%A7%D9%88%D8%B1%20%D9%85%DB%8C%DA%A9%D9%84%DB%8C%D8%A6%D9%88%D9%86>,
        <http://lexvo.org/id/term/vai-Latn/Si%C5%8B%20Piiy%C9%9B%20%C9%93%C9%9B%CC%81%20Mikel%C9%94%C5%8B>,
        <http://lexvo.org/id/term/vai/%EA%94%BB%EA%98%8B%20%EA%94%AA%EA%98%82%20%EA%97%AA%20%EA%95%86%EA%94%9E%EA%97%8F%EA%98%8B>,
        <http://lexvo.org/id/term/vie/Saint%20Pierre%20v%C3%A0%20Miquelon>,
        <http://lexvo.org/id/term/vun/Santapieri%20na%20Mikeloni>,
        <http://lexvo.org/id/term/wae/St.%20Pierre%20und%20Miquelon>,
        <http://lexvo.org/id/term/xog/Senti%20Piyere%20ni%20Mikeloni>,
        <http://lexvo.org/id/term/yav/s%C9%9B%CC%81%C5%8Bpi%C9%9B%CC%81l%20e%20mikel%C9%94%CC%81%C5%8B>,
        <http://lexvo.org/id/term/yor/Or%C3%ADl%E1%BA%B9%CC%81%C3%A8de%20P%E1%BA%B9%E1%BA%B9ri%20ati%20mikuloni>,
        <http://lexvo.org/id/term/zsm/Saint%20Pierre%20and%20Miquelon>,
        <http://lexvo.org/id/term/zul/i-Saint%20Pierre%20kanye%20ne-Miquelon> ;
    owl:sameAs <http://psi.oasis-open.org/iso/3166/#666>,
        <http://sws.geonames.org/3424932/> .

<http://lexvo.org/id/iso3166/PN> a lvont:GeographicRegion ;
    rdfs:label "Pitcairn"@af,
        "Kpitɨ̀kalè"@agq,
        "Pitcairn"@ak,
        "ፒትካኢርን አይስላንድ"@am,
        "جزر بيتكيرن"@ar,
        "Pitkairni"@asa,
        "Islles Pitcairn"@ast,
        "Pitkarn"@az,
        "Pìdkaìrn"@bas,
        "Hupitkaini"@bez,
        "Питкайрн"@bg,
        "Pitikarini"@bm,
        "পিটকেয়ার্ন"@bn,
        "Enez Pitcairn"@br,
        "पिटकेर्न"@brx,
        "Pitcairn"@bs,
        "Питкерн"@bs-Cyrl,
        "Illes Pitcairn"@ca,
        "Pitkaini"@cgg,
        "ᏈᎧᎵᏂ ᎤᎦᏚᏛᎢ"@chr,
        "皮特凯恩群岛"@cmn,
        "皮特康"@cmn-Hant,
        "Pitcairnovy ostrovy"@cs,
        "Ynysoedd Pitcairn"@cy,
        "Pitcairn"@da,
        "Pitkairni"@dav,
        "Pitcairninseln"@de,
        "Pitikarin"@dje,
        "པིཊ་ཀེ་ཡེརན་གླིང་ཚོམ"@dz,
        "Pitkairni"@ebu,
        "Pitkairn ƒudomekpo nutome"@ee,
        "Νησιά Πίτκερν"@el,
        "ISO 3166-1:PN"@en,
        "Pitcairn Islands"@en,
        "𐐑𐐮𐐻𐐿𐐯𐑉𐑌"@en-Dsrt,
        "Pitkarna Insulo"@eo,
        "Islas Pitcairn"@es,
        "Pitcairn"@et,
        "Pitcairn uharteak"@eu,
        "Pítə́kɛ́rɛnə"@ewo,
        "جزایر پیت‌کرن"@fa,
        "Pitkern"@ff,
        "Pitcairn"@fi,
        "Pitcairn"@fil,
        "Pitcairn"@fo,
        "Pitcairn"@fr,
        "Pitcairn"@fur,
        "Pitcairn"@ga,
        "Eilean Peit a' Chàirn"@gd,
        "Illas Pitcairn"@gl,
        "Pitggäärn"@gsw,
        "પીટકૈર્ન"@gu,
        "Pitkairni"@guz,
        "Pitakarin"@ha,
        "איי פיטקרן"@he,
        "पिटकैर्न"@hi,
        "Otoci Pitcairn"@hr,
        "Pitcairn-szigetek"@hu,
        "Kepulauan Pitcairn"@id,
        "Pitcairneyjar"@is,
        "Pitcairn"@it,
        "ピトケアン諸島"@ja,
        "Pitkairni"@jmc,
        "Pitkarin"@kab,
        "Pitkairni"@kam,
        "Pitikeluni"@kde,
        "Pirkairn"@kea,
        "Pitikarin"@khq,
        "Pitkairni"@ki,
        "Emetab Pitcairn"@kln,
        "កោះ​ភីតខារិន"@km,
        "ಪಿಟ್‌ಕೈರ್ನ್ ದ್ವೀಪಗಳು"@kn,
        "핏케언섬"@ko,
        "پِٹکیرٕنۍ جٔزیٖرٕ"@ks,
        "Pitkailni"@ksb,
        "pitkɛ́n"@ksf,
        "de Pitkärn-Ensel"@ksh,
        "Patikaírini"@lag,
        "Pitikeeni"@lg,
        "Pikairni"@ln,
        "ຫມູ່ເກາະພິດແຄຣ໌ນ"@lo,
        "Pitkerno Salos"@lt,
        "Pikairni"@lu,
        "Pitcairn"@luo,
        "Pitkairni"@luy,
        "Pitkērna"@lv,
        "Pitkairni"@mas,
        "Pitkairni"@mer,
        "Pitcairn"@mfe,
        "Pitkairn"@mg,
        "Upitkairni"@mgh,
        "Питкарн"@mk,
        "പിറ്റ്കെയ്ൻ"@ml,
        "पिटकैर्न"@mr,
        "Pitcairn"@mt,
        "Pitkairn"@mua,
        "Pitcairn"@naq,
        "Pitcairn"@nb,
        "Pitcairn"@nd,
        "पिटकाइर्न टापु"@ne,
        "Pitcairneilanden"@nl,
        "Pitkairn"@nmg,
        "Pitcairn"@nn,
        "Pitkaini"@nyn,
        "ପିଟକାଇରିନ୍"@or,
        "Pitcairn"@pl,
        "Ilhas Pitcairn"@pt,
        "Pitcairn"@pt,
        "Pitcairn"@rm,
        "Pitikeyirini"@rn,
        "Pitcairn"@ro,
        "Pitkairni"@rof,
        "Питкэрн"@ru,
        "Pitkairni"@rwk,
        "Pitkairni"@saq,
        "Pitikailini"@sbp,
        "Pitcairn"@se,
        "Pitcairn"@seh,
        "Pitikarin"@ses,
        "Pitikêrni"@sg,
        "ⴱⵉⵜⴽⴰⵢⵔⵏ"@shi,
        "bitkayrn"@shi-Latn,
        "පිට්කෙය්න් දූපත්"@si,
        "Pitcairnove ostrovy"@sk,
        "Pitcairn"@sl,
        "Pitcairn"@sn,
        "Pitcairn"@so,
        "Питкерн"@sr,
        "Pitcairn"@sr-Latn,
        "Pitcairnöarna"@sv,
        "Pitkairni"@swc,
        "Pitkairni"@swh,
        "பிட்கெய்ர்ன்"@ta,
        "పిట్కెర్న్"@te,
        "Pitkairni"@teo,
        "หมู่เกาะพิตแคร์น"@th,
        "ፒትካኢርን"@ti,
        "ʻOtumotu Pitikeni"@to,
        "Pitcairn Adaları"@tr,
        "Pitikarin"@twq,
        "Pitkirn"@tzm,
        "Острови Піткерн"@uk,
        "پٹکائرن جزائر"@ur,
        "ꔪꔳꕪꕆ"@vai,
        "Pitikɛŋ"@vai-Latn,
        "Quần đảo Pitcairn"@vi,
        "Pitkairni"@vun,
        "Pitcairn"@wae,
        "Pitikeeni"@xog,
        "pitikɛ́ɛlínɛ́"@yav,
        "Orílẹ́ède Pikarini"@yo,
        "Kepulauan Pitcairn"@zsm,
        "i-Pitcairn Islands"@zu ;
    lvont:label <http://lexvo.org/id/term/afr/Pitcairn>,
        <http://lexvo.org/id/term/agq/Kpit%C9%A8%CC%80kal%C3%A8>,
        <http://lexvo.org/id/term/aka/Pitcairn>,
        <http://lexvo.org/id/term/amh/%E1%8D%92%E1%89%B5%E1%8A%AB%E1%8A%A2%E1%88%AD%E1%8A%95%20%E1%8A%A0%E1%8B%AD%E1%88%B5%E1%88%8B%E1%8A%95%E1%8B%B5>,
        <http://lexvo.org/id/term/ara/%D8%AC%D8%B2%D8%B1%20%D8%A8%D9%8A%D8%AA%D9%83%D9%8A%D8%B1%D9%86>,
        <http://lexvo.org/id/term/asa/Pitkairni>,
        <http://lexvo.org/id/term/ast/Islles%20Pitcairn>,
        <http://lexvo.org/id/term/aze/Pitkarn>,
        <http://lexvo.org/id/term/bam/Pitikarini>,
        <http://lexvo.org/id/term/bas/P%C3%ACdka%C3%ACrn>,
        <http://lexvo.org/id/term/ben/%E0%A6%AA%E0%A6%BF%E0%A6%9F%E0%A6%95%E0%A7%87%E0%A6%AF%E0%A6%BC%E0%A6%BE%E0%A6%B0%E0%A7%8D%E0%A6%A8>,
        <http://lexvo.org/id/term/bez/Hupitkaini>,
        <http://lexvo.org/id/term/bos-Cyrl/%D0%9F%D0%B8%D1%82%D0%BA%D0%B5%D1%80%D0%BD>,
        <http://lexvo.org/id/term/bos/Pitcairn>,
        <http://lexvo.org/id/term/bre/Enez%20Pitcairn>,
        <http://lexvo.org/id/term/brx/%E0%A4%AA%E0%A4%BF%E0%A4%9F%E0%A4%95%E0%A5%87%E0%A4%B0%E0%A5%8D%E0%A4%A8>,
        <http://lexvo.org/id/term/bul/%D0%9F%D0%B8%D1%82%D0%BA%D0%B0%D0%B9%D1%80%D0%BD>,
        <http://lexvo.org/id/term/cat/Illes%20Pitcairn>,
        <http://lexvo.org/id/term/ces/Pitcairnovy%20ostrovy>,
        <http://lexvo.org/id/term/cgg/Pitkaini>,
        <http://lexvo.org/id/term/chr/%E1%8F%88%E1%8E%A7%E1%8E%B5%E1%8F%82%20%E1%8E%A4%E1%8E%A6%E1%8F%9A%E1%8F%9B%E1%8E%A2>,
        <http://lexvo.org/id/term/cmn-Hant/%E7%9A%AE%E7%89%B9%E5%BA%B7>,
        <http://lexvo.org/id/term/cmn/%E7%9A%AE%E7%89%B9%E5%87%AF%E6%81%A9%E7%BE%A4%E5%B2%9B>,
        <http://lexvo.org/id/term/cym/Ynysoedd%20Pitcairn>,
        <http://lexvo.org/id/term/dan/Pitcairn>,
        <http://lexvo.org/id/term/dav/Pitkairni>,
        <http://lexvo.org/id/term/deu/Pitcairninseln>,
        <http://lexvo.org/id/term/dje/Pitikarin>,
        <http://lexvo.org/id/term/dzo/%E0%BD%94%E0%BD%B2%E0%BD%8A%E0%BC%8B%E0%BD%80%E0%BD%BA%E0%BC%8B%E0%BD%A1%E0%BD%BA%E0%BD%A2%E0%BD%93%E0%BC%8B%E0%BD%82%E0%BE%B3%E0%BD%B2%E0%BD%84%E0%BC%8B%E0%BD%9A%E0%BD%BC%E0%BD%98>,
        <http://lexvo.org/id/term/ebu/Pitkairni>,
        <http://lexvo.org/id/term/ell/%CE%9D%CE%B7%CF%83%CE%B9%CE%AC%20%CE%A0%CE%AF%CF%84%CE%BA%CE%B5%CF%81%CE%BD>,
        <http://lexvo.org/id/term/eng-Dsrt/%F0%90%90%91%F0%90%90%AE%F0%90%90%BB%F0%90%90%BF%F0%90%90%AF%F0%90%91%89%F0%90%91%8C>,
        <http://lexvo.org/id/term/eng/ISO%203166-1%3APN>,
        <http://lexvo.org/id/term/eng/Pitcairn%20Islands>,
        <http://lexvo.org/id/term/epo/Pitkarna%20Insulo>,
        <http://lexvo.org/id/term/est/Pitcairn>,
        <http://lexvo.org/id/term/eus/Pitcairn%20uharteak>,
        <http://lexvo.org/id/term/ewe/Pitkairn%20%C6%92udomekpo%20nutome>,
        <http://lexvo.org/id/term/ewo/P%C3%ADt%C9%99%CC%81k%C9%9B%CC%81r%C9%9Bn%C9%99>,
        <http://lexvo.org/id/term/fao/Pitcairn>,
        <http://lexvo.org/id/term/fas/%D8%AC%D8%B2%D8%A7%DB%8C%D8%B1%20%D9%BE%DB%8C%D8%AA%E2%80%8C%DA%A9%D8%B1%D9%86>,
        <http://lexvo.org/id/term/fil/Pitcairn>,
        <http://lexvo.org/id/term/fin/Pitcairn>,
        <http://lexvo.org/id/term/fra/Pitcairn>,
        <http://lexvo.org/id/term/ful/Pitkern>,
        <http://lexvo.org/id/term/fur/Pitcairn>,
        <http://lexvo.org/id/term/gla/Eilean%20Peit%20a'%20Ch%C3%A0irn>,
        <http://lexvo.org/id/term/gle/Pitcairn>,
        <http://lexvo.org/id/term/glg/Illas%20Pitcairn>,
        <http://lexvo.org/id/term/gsw/Pitgg%C3%A4%C3%A4rn>,
        <http://lexvo.org/id/term/guj/%E0%AA%AA%E0%AB%80%E0%AA%9F%E0%AA%95%E0%AB%88%E0%AA%B0%E0%AB%8D%E0%AA%A8>,
        <http://lexvo.org/id/term/guz/Pitkairni>,
        <http://lexvo.org/id/term/hau/Pitakarin>,
        <http://lexvo.org/id/term/heb/%D7%90%D7%99%D7%99%20%D7%A4%D7%99%D7%98%D7%A7%D7%A8%D7%9F>,
        <http://lexvo.org/id/term/hin/%E0%A4%AA%E0%A4%BF%E0%A4%9F%E0%A4%95%E0%A5%88%E0%A4%B0%E0%A5%8D%E0%A4%A8>,
        <http://lexvo.org/id/term/hrv/Otoci%20Pitcairn>,
        <http://lexvo.org/id/term/hun/Pitcairn-szigetek>,
        <http://lexvo.org/id/term/ind/Kepulauan%20Pitcairn>,
        <http://lexvo.org/id/term/isl/Pitcairneyjar>,
        <http://lexvo.org/id/term/ita/Pitcairn>,
        <http://lexvo.org/id/term/jmc/Pitkairni>,
        <http://lexvo.org/id/term/jpn/%E3%83%94%E3%83%88%E3%82%B1%E3%82%A2%E3%83%B3%E8%AB%B8%E5%B3%B6>,
        <http://lexvo.org/id/term/kab/Pitkarin>,
        <http://lexvo.org/id/term/kam/Pitkairni>,
        <http://lexvo.org/id/term/kan/%E0%B2%AA%E0%B2%BF%E0%B2%9F%E0%B3%8D%E2%80%8C%E0%B2%95%E0%B3%88%E0%B2%B0%E0%B3%8D%E0%B2%A8%E0%B3%8D%20%E0%B2%A6%E0%B3%8D%E0%B2%B5%E0%B3%80%E0%B2%AA%E0%B2%97%E0%B2%B3%E0%B3%81>,
        <http://lexvo.org/id/term/kas/%D9%BE%D9%90%D9%B9%DA%A9%DB%8C%D8%B1%D9%95%D9%86%DB%8D%20%D8%AC%D9%94%D8%B2%DB%8C%D9%96%D8%B1%D9%95>,
        <http://lexvo.org/id/term/kde/Pitikeluni>,
        <http://lexvo.org/id/term/kea/Pirkairn>,
        <http://lexvo.org/id/term/khm/%E1%9E%80%E1%9F%84%E1%9F%87%E2%80%8B%E1%9E%97%E1%9E%B8%E1%9E%8F%E1%9E%81%E1%9E%B6%E1%9E%9A%E1%9E%B7%E1%9E%93>,
        <http://lexvo.org/id/term/khq/Pitikarin>,
        <http://lexvo.org/id/term/kik/Pitkairni>,
        <http://lexvo.org/id/term/kln/Emetab%20Pitcairn>,
        <http://lexvo.org/id/term/kor/%ED%95%8F%EC%BC%80%EC%96%B8%EC%84%AC>,
        <http://lexvo.org/id/term/ksb/Pitkailni>,
        <http://lexvo.org/id/term/ksf/pitk%C9%9B%CC%81n>,
        <http://lexvo.org/id/term/ksh/de%20Pitk%C3%A4rn-Ensel>,
        <http://lexvo.org/id/term/lag/Patika%C3%ADrini>,
        <http://lexvo.org/id/term/lao/%E0%BA%AB%E0%BA%A1%E0%BA%B9%E0%BB%88%E0%BB%80%E0%BA%81%E0%BA%B2%E0%BA%B0%E0%BA%9E%E0%BA%B4%E0%BA%94%E0%BB%81%E0%BA%84%E0%BA%A3%E0%BB%8C%E0%BA%99>,
        <http://lexvo.org/id/term/lav/Pitk%C4%93rna>,
        <http://lexvo.org/id/term/lin/Pikairni>,
        <http://lexvo.org/id/term/lit/Pitkerno%20Salos>,
        <http://lexvo.org/id/term/lub/Pikairni>,
        <http://lexvo.org/id/term/lug/Pitikeeni>,
        <http://lexvo.org/id/term/luo/Pitcairn>,
        <http://lexvo.org/id/term/luy/Pitkairni>,
        <http://lexvo.org/id/term/mal/%E0%B4%AA%E0%B4%BF%E0%B4%B1%E0%B5%8D%E0%B4%B1%E0%B5%8D%E0%B4%95%E0%B5%86%E0%B4%AF%E0%B5%8D%E0%B5%BB>,
        <http://lexvo.org/id/term/mar/%E0%A4%AA%E0%A4%BF%E0%A4%9F%E0%A4%95%E0%A5%88%E0%A4%B0%E0%A5%8D%E0%A4%A8>,
        <http://lexvo.org/id/term/mas/Pitkairni>,
        <http://lexvo.org/id/term/mer/Pitkairni>,
        <http://lexvo.org/id/term/mfe/Pitcairn>,
        <http://lexvo.org/id/term/mgh/Upitkairni>,
        <http://lexvo.org/id/term/mkd/%D0%9F%D0%B8%D1%82%D0%BA%D0%B0%D1%80%D0%BD>,
        <http://lexvo.org/id/term/mlg/Pitkairn>,
        <http://lexvo.org/id/term/mlt/Pitcairn>,
        <http://lexvo.org/id/term/mua/Pitkairn>,
        <http://lexvo.org/id/term/naq/Pitcairn>,
        <http://lexvo.org/id/term/nde/Pitcairn>,
        <http://lexvo.org/id/term/nep/%E0%A4%AA%E0%A4%BF%E0%A4%9F%E0%A4%95%E0%A4%BE%E0%A4%87%E0%A4%B0%E0%A5%8D%E0%A4%A8%20%E0%A4%9F%E0%A4%BE%E0%A4%AA%E0%A5%81>,
        <http://lexvo.org/id/term/nld/Pitcairneilanden>,
        <http://lexvo.org/id/term/nmg/Pitkairn>,
        <http://lexvo.org/id/term/nno/Pitcairn>,
        <http://lexvo.org/id/term/nob/Pitcairn>,
        <http://lexvo.org/id/term/nyn/Pitkaini>,
        <http://lexvo.org/id/term/ori/%E0%AC%AA%E0%AC%BF%E0%AC%9F%E0%AC%95%E0%AC%BE%E0%AC%87%E0%AC%B0%E0%AC%BF%E0%AC%A8%E0%AD%8D>,
        <http://lexvo.org/id/term/pol/Pitcairn>,
        <http://lexvo.org/id/term/por/Ilhas%20Pitcairn>,
        <http://lexvo.org/id/term/por/Pitcairn>,
        <http://lexvo.org/id/term/rof/Pitkairni>,
        <http://lexvo.org/id/term/roh/Pitcairn>,
        <http://lexvo.org/id/term/ron/Pitcairn>,
        <http://lexvo.org/id/term/run/Pitikeyirini>,
        <http://lexvo.org/id/term/rus/%D0%9F%D0%B8%D1%82%D0%BA%D1%8D%D1%80%D0%BD>,
        <http://lexvo.org/id/term/rwk/Pitkairni>,
        <http://lexvo.org/id/term/sag/Pitik%C3%AArni>,
        <http://lexvo.org/id/term/saq/Pitkairni>,
        <http://lexvo.org/id/term/sbp/Pitikailini>,
        <http://lexvo.org/id/term/seh/Pitcairn>,
        <http://lexvo.org/id/term/ses/Pitikarin>,
        <http://lexvo.org/id/term/shi-Latn/bitkayrn>,
        <http://lexvo.org/id/term/shi/%E2%B4%B1%E2%B5%89%E2%B5%9C%E2%B4%BD%E2%B4%B0%E2%B5%A2%E2%B5%94%E2%B5%8F>,
        <http://lexvo.org/id/term/sin/%E0%B6%B4%E0%B7%92%E0%B6%A7%E0%B7%8A%E0%B6%9A%E0%B7%99%E0%B6%BA%E0%B7%8A%E0%B6%B1%E0%B7%8A%20%E0%B6%AF%E0%B7%96%E0%B6%B4%E0%B6%AD%E0%B7%8A>,
        <http://lexvo.org/id/term/slk/Pitcairnove%20ostrovy>,
        <http://lexvo.org/id/term/slv/Pitcairn>,
        <http://lexvo.org/id/term/sme/Pitcairn>,
        <http://lexvo.org/id/term/sna/Pitcairn>,
        <http://lexvo.org/id/term/som/Pitcairn>,
        <http://lexvo.org/id/term/spa/Islas%20Pitcairn>,
        <http://lexvo.org/id/term/srp-Latn/Pitcairn>,
        <http://lexvo.org/id/term/srp/%D0%9F%D0%B8%D1%82%D0%BA%D0%B5%D1%80%D0%BD>,
        <http://lexvo.org/id/term/swc/Pitkairni>,
        <http://lexvo.org/id/term/swe/Pitcairn%C3%B6arna>,
        <http://lexvo.org/id/term/swh/Pitkairni>,
        <http://lexvo.org/id/term/tam/%E0%AE%AA%E0%AE%BF%E0%AE%9F%E0%AF%8D%E0%AE%95%E0%AF%86%E0%AE%AF%E0%AF%8D%E0%AE%B0%E0%AF%8D%E0%AE%A9%E0%AF%8D>,
        <http://lexvo.org/id/term/tel/%E0%B0%AA%E0%B0%BF%E0%B0%9F%E0%B1%8D%E0%B0%95%E0%B1%86%E0%B0%B0%E0%B1%8D%E0%B0%A8%E0%B1%8D>,
        <http://lexvo.org/id/term/teo/Pitkairni>,
        <http://lexvo.org/id/term/tha/%E0%B8%AB%E0%B8%A1%E0%B8%B9%E0%B9%88%E0%B9%80%E0%B8%81%E0%B8%B2%E0%B8%B0%E0%B8%9E%E0%B8%B4%E0%B8%95%E0%B9%81%E0%B8%84%E0%B8%A3%E0%B9%8C%E0%B8%99>,
        <http://lexvo.org/id/term/tir/%E1%8D%92%E1%89%B5%E1%8A%AB%E1%8A%A2%E1%88%AD%E1%8A%95>,
        <http://lexvo.org/id/term/ton/%CA%BBOtumotu%20Pitikeni>,
        <http://lexvo.org/id/term/tur/Pitcairn%20Adalar%C4%B1>,
        <http://lexvo.org/id/term/twq/Pitikarin>,
        <http://lexvo.org/id/term/tzm/Pitkirn>,
        <http://lexvo.org/id/term/ukr/%D0%9E%D1%81%D1%82%D1%80%D0%BE%D0%B2%D0%B8%20%D0%9F%D1%96%D1%82%D0%BA%D0%B5%D1%80%D0%BD>,
        <http://lexvo.org/id/term/urd/%D9%BE%D9%B9%DA%A9%D8%A7%D8%A6%D8%B1%D9%86%20%D8%AC%D8%B2%D8%A7%D8%A6%D8%B1>,
        <http://lexvo.org/id/term/vai-Latn/Pitik%C9%9B%C5%8B>,
        <http://lexvo.org/id/term/vai/%EA%94%AA%EA%94%B3%EA%95%AA%EA%95%86>,
        <http://lexvo.org/id/term/vie/Qu%E1%BA%A7n%20%C4%91%E1%BA%A3o%20Pitcairn>,
        <http://lexvo.org/id/term/vun/Pitkairni>,
        <http://lexvo.org/id/term/wae/Pitcairn>,
        <http://lexvo.org/id/term/xog/Pitikeeni>,
        <http://lexvo.org/id/term/yav/pitik%C9%9B%CC%81%C9%9Bl%C3%ADn%C9%9B%CC%81>,
        <http://lexvo.org/id/term/yor/Or%C3%ADl%E1%BA%B9%CC%81%C3%A8de%20Pikarini>,
        <http://lexvo.org/id/term/zsm/Kepulauan%20Pitcairn>,
        <http://lexvo.org/id/term/zul/i-Pitcairn%20Islands> ;
    owl:sameAs <http://psi.oasis-open.org/iso/3166/#612>,
        <http://sws.geonames.org/4030699/> .

<http://lexvo.org/id/iso3166/PR> a lvont:GeographicRegion ;
    rdfs:label "Puerto Rico"@af,
        "Kpǒto Leko"@agq,
        "Puɛto Riko"@ak,
        "ፖርታ ሪኮ"@am,
        "بورتوريكو"@ar,
        "Pwetoriko"@asa,
        "Puertu Ricu"@ast,
        "Puerto Riko"@az,
        "Pɔ̀rtò Rikò"@bas,
        "Hupwetoriko"@bez,
        "Пуерто Рико"@bg,
        "Pɔrotoriko"@bm,
        "পুয়ের্টোরিকো"@bn,
        "Puerto Rico"@br,
        "पुएर्टो रीको"@brx,
        "Porto Riko"@bs,
        "Порто Рико"@bs-Cyrl,
        "ፖርታ ሪኮ"@byn,
        "Puerto Rico"@ca,
        "Pwetoriko"@cgg,
        "ᏇᎡᏙ ᎵᎢᎪ"@chr,
        "波多黎各"@cmn,
        "波多黎各"@cmn-Hant,
        "Portoriko"@cs,
        "Puerto Rico"@cy,
        "Puerto Rico"@da,
        "Pwetoriko"@dav,
        "Puerto Rico"@de,
        "Porto Riko"@dje,
        "པུ་འེར་ཊོ་རི་ཁོ"@dz,
        "Pwetoriko"@ebu,
        "Puerto Riko nutome"@ee,
        "Πουέρτο Ρίκο"@el,
        "ISO 3166-1:PR"@en,
        "Puerto Rico"@en,
        "𐐑𐐶𐐯𐑉𐐻𐐬 𐐡𐐨𐐿𐐬"@en-Dsrt,
        "Puerto-Riko"@eo,
        "Puerto Rico"@es,
        "Puerto Rico"@et,
        "Puerto Rico"@eu,
        "Pwɛrəto Ríko"@ewo,
        "پورتوریکو"@fa,
        "Porto Rikoo"@ff,
        "Puerto Rico"@fi,
        "Puerto Rico"@fil,
        "Puerto Rico"@fo,
        "Porto Rico"@fr,
        "Porto Rico"@fur,
        "Portó Ríce"@ga,
        "Porto Rìceo"@gd,
        "Porto Rico"@gl,
        "Puerto Riggo"@gsw,
        "પ્યુઅર્ટો રિકો"@gu,
        "Pwetoriko"@guz,
        "Porto Riko"@ha,
        "פורטו ריקו"@he,
        "पर्टो रीको"@hi,
        "Portoriko"@hr,
        "Puerto Rico"@hu,
        "Puerto Riko"@id,
        "Púertó Ríkó"@is,
        "Portorico"@it,
        "プエルトリコ"@ja,
        "Pwetoriko"@jmc,
        "პუერტო რიკო"@ka,
        "Purtu Riku"@kab,
        "Pwetoriko"@kam,
        "Pwetoliko"@kde,
        "Portu Riku"@kea,
        "Porto Riko"@khq,
        "Pwetoriko"@ki,
        "Puerto Rico"@kl,
        "Emetab Puerto Rico"@kln,
        "ព័រតូរីកូ"@km,
        "ಪ್ಯೂರ್ಟೋ ರಿಕೊ"@kn,
        "푸에르토리코"@ko,
        "پٔرٹو رِکو"@ks,
        "Pwetoliko"@ksb,
        "pɔtoríko"@ksf,
        "Pochtoriko"@ksh,
        "Pwetorɨ́ɨko"@lag,
        "Potoriko"@lg,
        "Pɔtoriko"@ln,
        "ເປີໂຕລິໂກ"@lo,
        "Puerto Rikas"@lt,
        "Mpotoriku"@lu,
        "Puerto Rico"@luo,
        "Pwetoriko"@luy,
        "Puertoriko"@lv,
        "Pwetoriko"@mas,
        "Pwetoriko"@mer,
        "Porto Rico"@mfe,
        "Pôrtô Rikô"@mg,
        "Upwetoriko"@mgh,
        "Порторико"@mk,
        "പോർട്ടോ റിക്കോ"@ml,
        "पोर्टो रिको"@mr,
        "Puerto Rico"@mt,
        "Porto Riko"@mua,
        "ပေါ်တူရီကို"@my,
        "Puerto Rico"@naq,
        "Puerto Rico"@nb,
        "Puerto Rico"@nd,
        "प्युर्टोरिको"@ne,
        "Puerto Rico"@nl,
        "Puɛrto Riko"@nmg,
        "Puerto Rico"@nn,
        "Pwetoriko"@nyn,
        "ପୁଏର୍ତ୍ତୋ ରିକୋ"@or,
        "Portoryko"@pl,
        "Porto Rico"@pt,
        "Puerto Rico"@rm,
        "Puwetoriko"@rn,
        "Porto Rico"@ro,
        "Pwetoriko"@rof,
        "Пуэрто-Рико"@ru,
        "Pwetoriko"@rwk,
        "Pwetoriko"@saq,
        "Pwetoliko"@sbp,
        "Puerto Rico"@se,
        "Porto Rico"@seh,
        "Porto Riko"@ses,
        "Porto Rîko"@sg,
        "ⴱⵓⵔⵜⵓ ⵔⵉⴽⵓ"@shi,
        "burtu riku"@shi-Latn,
        "පුවටෝ රිකෝ"@si,
        "Portoriko"@sk,
        "Portoriko"@sl,
        "Puerto Rico"@sn,
        "Puerto Rico"@so,
        "Порто Рико"@sr,
        "Porto Riko"@sr-Latn,
        "Puerto Rico"@sv,
        "Pwetoriko"@swc,
        "Pwetoriko"@swh,
        "பியூர்டோ ரிகோ"@ta,
        "పోటోరికో"@te,
        "Pwetoriko"@teo,
        "เปอร์โตริโก"@th,
        "ፖርታ ሪኮ"@ti,
        "ፖርታ ሪኮ"@tig,
        "Pueto Liko"@to,
        "Porto Riko"@tr,
        "Porto Riko"@twq,
        "Purturiku"@tzm,
        "Пуерто-Ріко"@uk,
        "پیورٹو ریکو"@ur,
        "ꔪꖳꕿ ꔸꖏ"@vai,
        "Piyuto Riko"@vai-Latn,
        "Puerto Rico"@vi,
        "Pwetoriko"@vun,
        "Puerto Rico"@wae,
        "ፖርታ ሪኮ"@wal,
        "Potoriko"@xog,
        "pólótolíko"@yav,
        "Orílẹ́ède Pọto Riko"@yo,
        "Puerto Rico"@zsm,
        "i-Puerto Rico"@zu ;
    lvont:label <http://lexvo.org/id/term/afr/Puerto%20Rico>,
        <http://lexvo.org/id/term/agq/Kp%C7%92to%20Leko>,
        <http://lexvo.org/id/term/aka/Pu%C9%9Bto%20Riko>,
        <http://lexvo.org/id/term/amh/%E1%8D%96%E1%88%AD%E1%89%B3%20%E1%88%AA%E1%8A%AE>,
        <http://lexvo.org/id/term/ara/%D8%A8%D9%88%D8%B1%D8%AA%D9%88%D8%B1%D9%8A%D9%83%D9%88>,
        <http://lexvo.org/id/term/asa/Pwetoriko>,
        <http://lexvo.org/id/term/ast/Puertu%20Ricu>,
        <http://lexvo.org/id/term/aze/Puerto%20Riko>,
        <http://lexvo.org/id/term/bam/P%C9%94rotoriko>,
        <http://lexvo.org/id/term/bas/P%C9%94%CC%80rt%C3%B2%20Rik%C3%B2>,
        <http://lexvo.org/id/term/ben/%E0%A6%AA%E0%A7%81%E0%A6%AF%E0%A6%BC%E0%A7%87%E0%A6%B0%E0%A7%8D%E0%A6%9F%E0%A7%8B%E0%A6%B0%E0%A6%BF%E0%A6%95%E0%A7%8B>,
        <http://lexvo.org/id/term/bez/Hupwetoriko>,
        <http://lexvo.org/id/term/bos-Cyrl/%D0%9F%D0%BE%D1%80%D1%82%D0%BE%20%D0%A0%D0%B8%D0%BA%D0%BE>,
        <http://lexvo.org/id/term/bos/Porto%20Riko>,
        <http://lexvo.org/id/term/bre/Puerto%20Rico>,
        <http://lexvo.org/id/term/brx/%E0%A4%AA%E0%A5%81%E0%A4%8F%E0%A4%B0%E0%A5%8D%E0%A4%9F%E0%A5%8B%20%E0%A4%B0%E0%A5%80%E0%A4%95%E0%A5%8B>,
        <http://lexvo.org/id/term/bul/%D0%9F%D1%83%D0%B5%D1%80%D1%82%D0%BE%20%D0%A0%D0%B8%D0%BA%D0%BE>,
        <http://lexvo.org/id/term/byn/%E1%8D%96%E1%88%AD%E1%89%B3%20%E1%88%AA%E1%8A%AE>,
        <http://lexvo.org/id/term/cat/Puerto%20Rico>,
        <http://lexvo.org/id/term/ces/Portoriko>,
        <http://lexvo.org/id/term/cgg/Pwetoriko>,
        <http://lexvo.org/id/term/chr/%E1%8F%87%E1%8E%A1%E1%8F%99%20%E1%8E%B5%E1%8E%A2%E1%8E%AA>,
        <http://lexvo.org/id/term/cmn-Hant/%E6%B3%A2%E5%A4%9A%E9%BB%8E%E5%90%84>,
        <http://lexvo.org/id/term/cmn/%E6%B3%A2%E5%A4%9A%E9%BB%8E%E5%90%84>,
        <http://lexvo.org/id/term/cym/Puerto%20Rico>,
        <http://lexvo.org/id/term/dan/Puerto%20Rico>,
        <http://lexvo.org/id/term/dav/Pwetoriko>,
        <http://lexvo.org/id/term/deu/Puerto%20Rico>,
        <http://lexvo.org/id/term/dje/Porto%20Riko>,
        <http://lexvo.org/id/term/dzo/%E0%BD%94%E0%BD%B4%E0%BC%8B%E0%BD%A0%E0%BD%BA%E0%BD%A2%E0%BC%8B%E0%BD%8A%E0%BD%BC%E0%BC%8B%E0%BD%A2%E0%BD%B2%E0%BC%8B%E0%BD%81%E0%BD%BC>,
        <http://lexvo.org/id/term/ebu/Pwetoriko>,
        <http://lexvo.org/id/term/ell/%CE%A0%CE%BF%CF%85%CE%AD%CF%81%CF%84%CE%BF%20%CE%A1%CE%AF%CE%BA%CE%BF>,
        <http://lexvo.org/id/term/eng-Dsrt/%F0%90%90%91%F0%90%90%B6%F0%90%90%AF%F0%90%91%89%F0%90%90%BB%F0%90%90%AC%20%F0%90%90%A1%F0%90%90%A8%F0%90%90%BF%F0%90%90%AC>,
        <http://lexvo.org/id/term/eng/ISO%203166-1%3APR>,
        <http://lexvo.org/id/term/eng/Puerto%20Rico>,
        <http://lexvo.org/id/term/epo/Puerto-Riko>,
        <http://lexvo.org/id/term/est/Puerto%20Rico>,
        <http://lexvo.org/id/term/eus/Puerto%20Rico>,
        <http://lexvo.org/id/term/ewe/Puerto%20Riko%20nutome>,
        <http://lexvo.org/id/term/ewo/Pw%C9%9Br%C9%99to%20R%C3%ADko>,
        <http://lexvo.org/id/term/fao/Puerto%20Rico>,
        <http://lexvo.org/id/term/fas/%D9%BE%D9%88%D8%B1%D8%AA%D9%88%D8%B1%DB%8C%DA%A9%D9%88>,
        <http://lexvo.org/id/term/fil/Puerto%20Rico>,
        <http://lexvo.org/id/term/fin/Puerto%20Rico>,
        <http://lexvo.org/id/term/fra/Porto%20Rico>,
        <http://lexvo.org/id/term/ful/Porto%20Rikoo>,
        <http://lexvo.org/id/term/fur/Porto%20Rico>,
        <http://lexvo.org/id/term/gla/Porto%20R%C3%ACceo>,
        <http://lexvo.org/id/term/gle/Port%C3%B3%20R%C3%ADce>,
        <http://lexvo.org/id/term/glg/Porto%20Rico>,
        <http://lexvo.org/id/term/gsw/Puerto%20Riggo>,
        <http://lexvo.org/id/term/guj/%E0%AA%AA%E0%AB%8D%E0%AA%AF%E0%AB%81%E0%AA%85%E0%AA%B0%E0%AB%8D%E0%AA%9F%E0%AB%8B%20%E0%AA%B0%E0%AA%BF%E0%AA%95%E0%AB%8B>,
        <http://lexvo.org/id/term/guz/Pwetoriko>,
        <http://lexvo.org/id/term/hau/Porto%20Riko>,
        <http://lexvo.org/id/term/heb/%D7%A4%D7%95%D7%A8%D7%98%D7%95%20%D7%A8%D7%99%D7%A7%D7%95>,
        <http://lexvo.org/id/term/hin/%E0%A4%AA%E0%A4%B0%E0%A5%8D%E0%A4%9F%E0%A5%8B%20%E0%A4%B0%E0%A5%80%E0%A4%95%E0%A5%8B>,
        <http://lexvo.org/id/term/hrv/Portoriko>,
        <http://lexvo.org/id/term/hun/Puerto%20Rico>,
        <http://lexvo.org/id/term/ind/Puerto%20Riko>,
        <http://lexvo.org/id/term/isl/P%C3%BAert%C3%B3%20R%C3%ADk%C3%B3>,
        <http://lexvo.org/id/term/ita/Portorico>,
        <http://lexvo.org/id/term/jmc/Pwetoriko>,
        <http://lexvo.org/id/term/jpn/%E3%83%97%E3%82%A8%E3%83%AB%E3%83%88%E3%83%AA%E3%82%B3>,
        <http://lexvo.org/id/term/kab/Purtu%20Riku>,
        <http://lexvo.org/id/term/kal/Puerto%20Rico>,
        <http://lexvo.org/id/term/kam/Pwetoriko>,
        <http://lexvo.org/id/term/kan/%E0%B2%AA%E0%B3%8D%E0%B2%AF%E0%B3%82%E0%B2%B0%E0%B3%8D%E0%B2%9F%E0%B3%8B%20%E0%B2%B0%E0%B2%BF%E0%B2%95%E0%B3%8A>,
        <http://lexvo.org/id/term/kas/%D9%BE%D9%94%D8%B1%D9%B9%D9%88%20%D8%B1%D9%90%DA%A9%D9%88>,
        <http://lexvo.org/id/term/kat/%E1%83%9E%E1%83%A3%E1%83%94%E1%83%A0%E1%83%A2%E1%83%9D%20%E1%83%A0%E1%83%98%E1%83%99%E1%83%9D>,
        <http://lexvo.org/id/term/kde/Pwetoliko>,
        <http://lexvo.org/id/term/kea/Portu%20Riku>,
        <http://lexvo.org/id/term/khm/%E1%9E%96%E1%9F%90%E1%9E%9A%E1%9E%8F%E1%9E%BC%E1%9E%9A%E1%9E%B8%E1%9E%80%E1%9E%BC>,
        <http://lexvo.org/id/term/khq/Porto%20Riko>,
        <http://lexvo.org/id/term/kik/Pwetoriko>,
        <http://lexvo.org/id/term/kln/Emetab%20Puerto%20Rico>,
        <http://lexvo.org/id/term/kor/%ED%91%B8%EC%97%90%EB%A5%B4%ED%86%A0%EB%A6%AC%EC%BD%94>,
        <http://lexvo.org/id/term/ksb/Pwetoliko>,
        <http://lexvo.org/id/term/ksf/p%C9%94tor%C3%ADko>,
        <http://lexvo.org/id/term/ksh/Pochtoriko>,
        <http://lexvo.org/id/term/lag/Pwetor%C9%A8%CC%81%C9%A8ko>,
        <http://lexvo.org/id/term/lao/%E0%BB%80%E0%BA%9B%E0%BA%B5%E0%BB%82%E0%BA%95%E0%BA%A5%E0%BA%B4%E0%BB%82%E0%BA%81>,
        <http://lexvo.org/id/term/lav/Puertoriko>,
        <http://lexvo.org/id/term/lin/P%C9%94toriko>,
        <http://lexvo.org/id/term/lit/Puerto%20Rikas>,
        <http://lexvo.org/id/term/lub/Mpotoriku>,
        <http://lexvo.org/id/term/lug/Potoriko>,
        <http://lexvo.org/id/term/luo/Puerto%20Rico>,
        <http://lexvo.org/id/term/luy/Pwetoriko>,
        <http://lexvo.org/id/term/mal/%E0%B4%AA%E0%B5%8B%E0%B5%BC%E0%B4%9F%E0%B5%8D%E0%B4%9F%E0%B5%8B%20%E0%B4%B1%E0%B4%BF%E0%B4%95%E0%B5%8D%E0%B4%95%E0%B5%8B>,
        <http://lexvo.org/id/term/mar/%E0%A4%AA%E0%A5%8B%E0%A4%B0%E0%A5%8D%E0%A4%9F%E0%A5%8B%20%E0%A4%B0%E0%A4%BF%E0%A4%95%E0%A5%8B>,
        <http://lexvo.org/id/term/mas/Pwetoriko>,
        <http://lexvo.org/id/term/mer/Pwetoriko>,
        <http://lexvo.org/id/term/mfe/Porto%20Rico>,
        <http://lexvo.org/id/term/mgh/Upwetoriko>,
        <http://lexvo.org/id/term/mkd/%D0%9F%D0%BE%D1%80%D1%82%D0%BE%D1%80%D0%B8%D0%BA%D0%BE>,
        <http://lexvo.org/id/term/mlg/P%C3%B4rt%C3%B4%20Rik%C3%B4>,
        <http://lexvo.org/id/term/mlt/Puerto%20Rico>,
        <http://lexvo.org/id/term/mua/Porto%20Riko>,
        <http://lexvo.org/id/term/mya/%E1%80%95%E1%80%B1%E1%80%AB%E1%80%BA%E1%80%90%E1%80%B0%E1%80%9B%E1%80%AE%E1%80%80%E1%80%AD%E1%80%AF>,
        <http://lexvo.org/id/term/naq/Puerto%20Rico>,
        <http://lexvo.org/id/term/nde/Puerto%20Rico>,
        <http://lexvo.org/id/term/nep/%E0%A4%AA%E0%A5%8D%E0%A4%AF%E0%A5%81%E0%A4%B0%E0%A5%8D%E0%A4%9F%E0%A5%8B%E0%A4%B0%E0%A4%BF%E0%A4%95%E0%A5%8B>,
        <http://lexvo.org/id/term/nld/Puerto%20Rico>,
        <http://lexvo.org/id/term/nmg/Pu%C9%9Brto%20Riko>,
        <http://lexvo.org/id/term/nno/Puerto%20Rico>,
        <http://lexvo.org/id/term/nob/Puerto%20Rico>,
        <http://lexvo.org/id/term/nyn/Pwetoriko>,
        <http://lexvo.org/id/term/ori/%E0%AC%AA%E0%AD%81%E0%AC%8F%E0%AC%B0%E0%AD%8D%E0%AC%A4%E0%AD%8D%E0%AC%A4%E0%AD%8B%20%E0%AC%B0%E0%AC%BF%E0%AC%95%E0%AD%8B>,
        <http://lexvo.org/id/term/pol/Portoryko>,
        <http://lexvo.org/id/term/por/Porto%20Rico>,
        <http://lexvo.org/id/term/rof/Pwetoriko>,
        <http://lexvo.org/id/term/roh/Puerto%20Rico>,
        <http://lexvo.org/id/term/ron/Porto%20Rico>,
        <http://lexvo.org/id/term/run/Puwetoriko>,
        <http://lexvo.org/id/term/rus/%D0%9F%D1%83%D1%8D%D1%80%D1%82%D0%BE-%D0%A0%D0%B8%D0%BA%D0%BE>,
        <http://lexvo.org/id/term/rwk/Pwetoriko>,
        <http://lexvo.org/id/term/sag/Porto%20R%C3%AEko>,
        <http://lexvo.org/id/term/saq/Pwetoriko>,
        <http://lexvo.org/id/term/sbp/Pwetoliko>,
        <http://lexvo.org/id/term/seh/Porto%20Rico>,
        <http://lexvo.org/id/term/ses/Porto%20Riko>,
        <http://lexvo.org/id/term/shi-Latn/burtu%20riku>,
        <http://lexvo.org/id/term/shi/%E2%B4%B1%E2%B5%93%E2%B5%94%E2%B5%9C%E2%B5%93%20%E2%B5%94%E2%B5%89%E2%B4%BD%E2%B5%93>,
        <http://lexvo.org/id/term/sin/%E0%B6%B4%E0%B7%94%E0%B7%80%E0%B6%A7%E0%B7%9D%20%E0%B6%BB%E0%B7%92%E0%B6%9A%E0%B7%9D>,
        <http://lexvo.org/id/term/slk/Portoriko>,
        <http://lexvo.org/id/term/slv/Portoriko>,
        <http://lexvo.org/id/term/sme/Puerto%20Rico>,
        <http://lexvo.org/id/term/sna/Puerto%20Rico>,
        <http://lexvo.org/id/term/som/Puerto%20Rico>,
        <http://lexvo.org/id/term/spa/Puerto%20Rico>,
        <http://lexvo.org/id/term/srp-Latn/Porto%20Riko>,
        <http://lexvo.org/id/term/srp/%D0%9F%D0%BE%D1%80%D1%82%D0%BE%20%D0%A0%D0%B8%D0%BA%D0%BE>,
        <http://lexvo.org/id/term/swc/Pwetoriko>,
        <http://lexvo.org/id/term/swe/Puerto%20Rico>,
        <http://lexvo.org/id/term/swh/Pwetoriko>,
        <http://lexvo.org/id/term/tam/%E0%AE%AA%E0%AE%BF%E0%AE%AF%E0%AF%82%E0%AE%B0%E0%AF%8D%E0%AE%9F%E0%AF%8B%20%E0%AE%B0%E0%AE%BF%E0%AE%95%E0%AF%8B>,
        <http://lexvo.org/id/term/tel/%E0%B0%AA%E0%B1%8B%E0%B0%9F%E0%B1%8B%E0%B0%B0%E0%B0%BF%E0%B0%95%E0%B1%8B>,
        <http://lexvo.org/id/term/teo/Pwetoriko>,
        <http://lexvo.org/id/term/tha/%E0%B9%80%E0%B8%9B%E0%B8%AD%E0%B8%A3%E0%B9%8C%E0%B9%82%E0%B8%95%E0%B8%A3%E0%B8%B4%E0%B9%82%E0%B8%81>,
        <http://lexvo.org/id/term/tig/%E1%8D%96%E1%88%AD%E1%89%B3%20%E1%88%AA%E1%8A%AE>,
        <http://lexvo.org/id/term/tir/%E1%8D%96%E1%88%AD%E1%89%B3%20%E1%88%AA%E1%8A%AE>,
        <http://lexvo.org/id/term/ton/Pueto%20Liko>,
        <http://lexvo.org/id/term/tur/Porto%20Riko>,
        <http://lexvo.org/id/term/twq/Porto%20Riko>,
        <http://lexvo.org/id/term/tzm/Purturiku>,
        <http://lexvo.org/id/term/ukr/%D0%9F%D1%83%D0%B5%D1%80%D1%82%D0%BE-%D0%A0%D1%96%D0%BA%D0%BE>,
        <http://lexvo.org/id/term/urd/%D9%BE%DB%8C%D9%88%D8%B1%D9%B9%D9%88%20%D8%B1%DB%8C%DA%A9%D9%88>,
        <http://lexvo.org/id/term/vai-Latn/Piyuto%20Riko>,
        <http://lexvo.org/id/term/vai/%EA%94%AA%EA%96%B3%EA%95%BF%20%EA%94%B8%EA%96%8F>,
        <http://lexvo.org/id/term/vie/Puerto%20Rico>,
        <http://lexvo.org/id/term/vun/Pwetoriko>,
        <http://lexvo.org/id/term/wae/Puerto%20Rico>,
        <http://lexvo.org/id/term/wal/%E1%8D%96%E1%88%AD%E1%89%B3%20%E1%88%AA%E1%8A%AE>,
        <http://lexvo.org/id/term/xog/Potoriko>,
        <http://lexvo.org/id/term/yav/p%C3%B3l%C3%B3tol%C3%ADko>,
        <http://lexvo.org/id/term/yor/Or%C3%ADl%E1%BA%B9%CC%81%C3%A8de%20P%E1%BB%8Dto%20Riko>,
        <http://lexvo.org/id/term/zsm/Puerto%20Rico>,
        <http://lexvo.org/id/term/zul/i-Puerto%20Rico> ;
    owl:sameAs <http://psi.oasis-open.org/iso/3166/#630>,
        <http://sws.geonames.org/4566966/> .

<http://lexvo.org/id/iso3166/PS> a lvont:GeographicRegion ;
    rdfs:label "Palestina"@af,
        "Adzɨmā kɨ ŋgùŋ kɨ Palɛsɨtɨnyia à kɨ Gazà kò"@agq,
        "Palestaen West Bank ne Gaza"@ak,
        "የፍልስጤም ግዛት"@am,
        "فلسطين"@ar,
        "Palestina"@asa,
        "Palestina"@ast,
        "Fələstin Bölqüsü"@az,
        "Pàlɛ̀htinà Hyɔ̀ŋg nì Gazà"@bas,
        "Палестынскія тэрыторыі"@be,
        "Ulubali lwa Magharibi nu Gaza wa Hupalestina"@bez,
        "Палестински територии"@bg,
        "Palesitini"@bm,
        "ফিলিস্তিন অঞ্চল"@bn,
        "Tiriadoù Palestina"@br,
        "फ़िलिस्तीन"@brx,
        "Palestinska Teritorija"@bs,
        "Палестинске територије"@bs-Cyrl,
        "Palestina"@ca,
        "ᏆᎴᏍᏗᏂᎠᏂ ᏄᎬᏫᏳᏌᏕᎩ"@chr,
        "巴勒斯坦领土"@cmn,
        "巴勒斯坦"@cmn-Hant,
        "Palestinská území"@cs,
        "Tiriogaethau Palesteina"@cy,
        "De palæstinensiske områder"@da,
        "Ukingo wa Magharibi na Ukanda wa Gaza wa Palestina"@dav,
        "Palästinensische Autonomiegebiete"@de,
        "Palestine Dangay nda Gaaza"@dje,
        "པེ་ལིསི་ཊི་ནི་ཡན་ཊེ་རི་ཐོ་རི"@dz,
        "Ukingo wa Magharibi na Ukanda wa Gaza wa Palestina"@ebu,
        "Palestinia nutome"@ee,
        "Παλαιστινιακά Εδάφη"@el,
        "ISO 3166-1:PS"@en,
        "Palestinian Territories"@en,
        "𐐑𐐰𐑊𐐲𐑅𐐻𐐮𐑌𐐨𐐲𐑌 𐐓𐐯𐑉𐐲𐐻𐐱𐑉𐐨"@en-Dsrt,
        "Territorio Palestino"@es,
        "Territorios Palestinos"@es,
        "Palestiina ala"@et,
        "Palestinako Lurraldeak"@eu,
        "Ǹnam Palɛsətín"@ewo,
        "سرزمین‌های فلسطینی"@fa,
        "Palestiin Sisjordani e Gaasaa"@ff,
        "Palestiina"@fi,
        "Palestinian Territory"@fil,
        "Palestinskt territorium"@fo,
        "Territoire palestinien"@fr,
        "Teritoris palestinês"@fur,
        "Na Críocha Pailistíneacha"@ga,
        "Na Ranntairean Palastaineach"@gd,
        "Territorios palestinos"@gl,
        "Paläschtinänsischi Gebiet"@gsw,
        "પેલેસ્ટિનિયન ટેરિટરી"@gu,
        "Ukingo wa Magharibi na Ukanda wa Gaza wa Palestina"@guz,
        "Palasɗinu"@ha,
        "השטחים הפלסטיניים"@he,
        "फ़िलिस्तीन"@hi,
        "Palestinsko Područje"@hr,
        "Palesztin Terület"@hu,
        "Otoritas Palestina"@id,
        "Heimastjórnarsvæði Palestínumanna"@is,
        "Territori palestinesi"@it,
        "パレスチナ"@ja,
        "Ukingo wa Magharibi na Ukanda wa Gaza wa Palestina"@jmc,
        "პალესტინის ტერიტორია"@ka,
        "Falisṭin d Ɣezza"@kab,
        "Ukingo wa Magharibi na Ukanda wa Gaza wa Palestina"@kam,
        "Nchingu wa Magalibi wa Mpanda wa kuGaza wa kuPales"@kde,
        "Palistina"@kea,
        "Palestine Dangay nda Gaaza"@khq,
        "Ukingo wa Magharibi na Ukanda wa Gaza wa Palestina"@ki,
        "Emetab Palestine"@kln,
        "ប៉ាលេស្ទីន"@km,
        "ಪ್ಯಾಲಿಸ್ಟೇನಿಯನ್ ಪ್ರದೇಶ"@kn,
        "팔레스타인 지구"@ko,
        "فَلَستیٖن"@ks,
        "Ukingo wa Maghalibi na Ukanda wa Gaza wa Palestina"@ksb,
        "zǝ palɛstínǝ"@ksf,
        "Palästina"@ksh,
        "Mweemberera wa kʉmweeri wa Gáaza"@lag,
        "Palesitayini"@lg,
        "Palɛsine"@ln,
        "ປາເລດຕີນຽມເຕີລິດໂຕເລຍ"@lo,
        "Palestinos teritorija"@lt,
        "Palesine"@lu,
        "Palestinian West Bank gi Gaza"@luo,
        "Ukingo wa Magharibi na Ukanda wa Gaza wa Palestina"@luy,
        "Palestīna"@lv,
        "Ukingo wa Magharibi na Ukanda wa Gaza wa Palestina"@mas,
        "Rũtere rwa Westi banki na Gaza cia Palestina"@mer,
        "Teritwar Palestinn"@mfe,
        "Palestina"@mg,
        "Палестински територии"@mk,
        "പാലസ്തീൻ പ്രദേശങ്ങൾ"@ml,
        "पॅलेस्टिनी प्रदेश"@mr,
        "Palestinian Territory"@mt,
        "Sǝr Palestiniya"@mua,
        "ပါလက်စတိုင်း ပိုင်နက်"@my,
        "Palestinian West Bank and Gaza"@naq,
        "Det palestinske området"@nb,
        "Palestinian West Bank and Gaza"@nd,
        "प्यालेस्टनी भू-भागहरु"@ne,
        "Palestijnse gebieden"@nl,
        "Palɛstin"@nmg,
        "Palestinsk territorium"@nn,
        "Parestiina na Gaza"@nyn,
        "ପାଲେସ୍ତେନିଆ"@or,
        "Terytoria Palestyńskie"@pl,
        "فلسطین"@ps,
        "Território Palestiniano"@pt,
        "Territórios palestinos"@pt,
        "Territori Palestinais"@rm,
        "Palesitina Wesitibanka na Gaza"@rn,
        "Teritoriul Palestinian"@ro,
        "Ukingo wa Magharibi na Ukanda wa Gaza wa Palestina"@rof,
        "Палестинские территории"@ru,
        "Ukingo wa Magharibi na Ukanda wa Gaza wa Palestina"@rwk,
        "Ukingo wa Magharibi na Ukanda wa Gaza wa Palestina"@saq,
        "Munjema gwa Kusikha nu Luvala lwa Gasa lwa Palesit"@sbp,
        "Palestina"@se,
        "Território da Palestina"@seh,
        "Palestine Dangay nda Gaaza"@ses,
        "Sêse tî Palestîni"@sg,
        "ⴰⴳⵎⵎⴰⴹ ⵏ ⵜⴰⴳⵓⵜ ⴷ ⵖⵣⵣⴰ"@shi,
        "agmmaḍ n tagut d ɣzza"@shi-Latn,
        "පලස්තීනය"@si,
        "Palestínske územie"@sk,
        "Palestinsko ozemlje"@sl,
        "Falastiin Daanka galbeed iyo Qasa"@so,
        "Палестинске територије"@sr,
        "Palestinska Teritorija"@sr-Latn,
        "Palestinska territoriet"@sv,
        "Ukingo wa Magharibi na Ukanda wa Gaza wa Palestina"@swc,
        "Ukingo wa Magharibi na Ukanda wa Gaza wa Palestina"@swh,
        "பாலஸ்தீனியன் மாஹாணங்கள்"@ta,
        "పాలిస్తినియాన్ ప్రాంతం"@te,
        "Ukingo wa Magharibi na Ukanda wa Gaza wa Palestina"@teo,
        "ปาเลสไตน์"@th,
        "የፍልስጤም ግዛት"@ti,
        "Potu Palesitaine"@to,
        "Filistin Bölgeleri"@tr,
        "Palestine Dangay nda Gaaza"@twq,
        "Agemmaḍ Ugut d Ɣazza Ifilisṭiniyen"@tzm,
        "Палестина"@uk,
        "فلسطینی خطے"@ur,
        "ꕐꔒꔻꔳꕯ ꔎꔒ ꕀꔤ ꗛꔤ ꕞ ꗱ ꗪ ꕭꕌꕤ"@vai,
        "Palesitininya Tele Jii Kɔiyɛ lá hĩ Gaza"@vai-Latn,
        "Lãnh thổ Palestine"@vi,
        "Ukingo wa Magharibi na Ukanda wa Gaza wa Palestina"@vun,
        "Paleština"@wae,
        "Palesitayini ni Gaza"@xog,
        "kitɔŋ ki palɛstíin"@yav,
        "Orílẹ́ède Iwọorun Pakisitian ati Gaṣa"@yo,
        "Wilayah Palestin"@zsm,
        "i-Palestinian Territories"@zu ;
    lvont:label <http://lexvo.org/id/term/afr/Palestina>,
        <http://lexvo.org/id/term/agq/Adz%C9%A8m%C4%81%20k%C9%A8%20%C5%8Bg%C3%B9%C5%8B%20k%C9%A8%20Pal%C9%9Bs%C9%A8t%C9%A8nyia%20%C3%A0%20k%C9%A8%20Gaz%C3%A0%20k%C3%B2>,
        <http://lexvo.org/id/term/aka/Palestaen%20West%20Bank%20ne%20Gaza>,
        <http://lexvo.org/id/term/amh/%E1%8B%A8%E1%8D%8D%E1%88%8D%E1%88%B5%E1%8C%A4%E1%88%9D%20%E1%8C%8D%E1%8B%9B%E1%89%B5>,
        <http://lexvo.org/id/term/ara/%D9%81%D9%84%D8%B3%D8%B7%D9%8A%D9%86>,
        <http://lexvo.org/id/term/asa/Palestina>,
        <http://lexvo.org/id/term/ast/Palestina>,
        <http://lexvo.org/id/term/aze/F%C9%99l%C9%99stin%20B%C3%B6lq%C3%BCs%C3%BC>,
        <http://lexvo.org/id/term/bam/Palesitini>,
        <http://lexvo.org/id/term/bas/P%C3%A0l%C9%9B%CC%80htin%C3%A0%20Hy%C9%94%CC%80%C5%8Bg%20n%C3%AC%20Gaz%C3%A0>,
        <http://lexvo.org/id/term/bel/%D0%9F%D0%B0%D0%BB%D0%B5%D1%81%D1%82%D1%8B%D0%BD%D1%81%D0%BA%D1%96%D1%8F%20%D1%82%D1%8D%D1%80%D1%8B%D1%82%D0%BE%D1%80%D1%8B%D1%96>,
        <http://lexvo.org/id/term/ben/%E0%A6%AB%E0%A6%BF%E0%A6%B2%E0%A6%BF%E0%A6%B8%E0%A7%8D%E0%A6%A4%E0%A6%BF%E0%A6%A8%20%E0%A6%85%E0%A6%9E%E0%A7%8D%E0%A6%9A%E0%A6%B2>,
        <http://lexvo.org/id/term/bez/Ulubali%20lwa%20Magharibi%20nu%20Gaza%20wa%20Hupalestina>,
        <http://lexvo.org/id/term/bos-Cyrl/%D0%9F%D0%B0%D0%BB%D0%B5%D1%81%D1%82%D0%B8%D0%BD%D1%81%D0%BA%D0%B5%20%D1%82%D0%B5%D1%80%D0%B8%D1%82%D0%BE%D1%80%D0%B8%D1%98%D0%B5>,
        <http://lexvo.org/id/term/bos/Palestinska%20Teritorija>,
        <http://lexvo.org/id/term/bre/Tiriado%C3%B9%20Palestina>,
        <http://lexvo.org/id/term/brx/%E0%A4%AB%E0%A4%BC%E0%A4%BF%E0%A4%B2%E0%A4%BF%E0%A4%B8%E0%A5%8D%E0%A4%A4%E0%A5%80%E0%A4%A8>,
        <http://lexvo.org/id/term/bul/%D0%9F%D0%B0%D0%BB%D0%B5%D1%81%D1%82%D0%B8%D0%BD%D1%81%D0%BA%D0%B8%20%D1%82%D0%B5%D1%80%D0%B8%D1%82%D0%BE%D1%80%D0%B8%D0%B8>,
        <http://lexvo.org/id/term/cat/Palestina>,
        <http://lexvo.org/id/term/ces/Palestinsk%C3%A1%20%C3%BAzem%C3%AD>,
        <http://lexvo.org/id/term/chr/%E1%8F%86%E1%8E%B4%E1%8F%8D%E1%8F%97%E1%8F%82%E1%8E%A0%E1%8F%82%20%E1%8F%84%E1%8E%AC%E1%8F%AB%E1%8F%B3%E1%8F%8C%E1%8F%95%E1%8E%A9>,
        <http://lexvo.org/id/term/cmn-Hant/%E5%B7%B4%E5%8B%92%E6%96%AF%E5%9D%A6>,
        <http://lexvo.org/id/term/cmn/%E5%B7%B4%E5%8B%92%E6%96%AF%E5%9D%A6%E9%A2%86%E5%9C%9F>,
        <http://lexvo.org/id/term/cym/Tiriogaethau%20Palesteina>,
        <http://lexvo.org/id/term/dan/De%20pal%C3%A6stinensiske%20omr%C3%A5der>,
        <http://lexvo.org/id/term/dav/Ukingo%20wa%20Magharibi%20na%20Ukanda%20wa%20Gaza%20wa%20Palestina>,
        <http://lexvo.org/id/term/deu/Pal%C3%A4stinensische%20Autonomiegebiete>,
        <http://lexvo.org/id/term/dje/Palestine%20Dangay%20nda%20Gaaza>,
        <http://lexvo.org/id/term/dzo/%E0%BD%94%E0%BD%BA%E0%BC%8B%E0%BD%A3%E0%BD%B2%E0%BD%A6%E0%BD%B2%E0%BC%8B%E0%BD%8A%E0%BD%B2%E0%BC%8B%E0%BD%93%E0%BD%B2%E0%BC%8B%E0%BD%A1%E0%BD%93%E0%BC%8B%E0%BD%8A%E0%BD%BA%E0%BC%8B%E0%BD%A2%E0%BD%B2%E0%BC%8B%E0%BD%90%E0%BD%BC%E0%BC%8B%E0%BD%A2%E0%BD%B2>,
        <http://lexvo.org/id/term/ebu/Ukingo%20wa%20Magharibi%20na%20Ukanda%20wa%20Gaza%20wa%20Palestina>,
        <http://lexvo.org/id/term/ell/%CE%A0%CE%B1%CE%BB%CE%B1%CE%B9%CF%83%CF%84%CE%B9%CE%BD%CE%B9%CE%B1%CE%BA%CE%AC%20%CE%95%CE%B4%CE%AC%CF%86%CE%B7>,
        <http://lexvo.org/id/term/eng-Dsrt/%F0%90%90%91%F0%90%90%B0%F0%90%91%8A%F0%90%90%B2%F0%90%91%85%F0%90%90%BB%F0%90%90%AE%F0%90%91%8C%F0%90%90%A8%F0%90%90%B2%F0%90%91%8C%20%F0%90%90%93%F0%90%90%AF%F0%90%91%89%F0%90%90%B2%F0%90%90%BB%F0%90%90%B1%F0%90%91%89%F0%90%90%A8>,
        <http://lexvo.org/id/term/eng/ISO%203166-1%3APS>,
        <http://lexvo.org/id/term/eng/Palestinian%20Territories>,
        <http://lexvo.org/id/term/est/Palestiina%20ala>,
        <http://lexvo.org/id/term/eus/Palestinako%20Lurraldeak>,
        <http://lexvo.org/id/term/ewe/Palestinia%20nutome>,
        <http://lexvo.org/id/term/ewo/%C7%B8nam%20Pal%C9%9Bs%C9%99t%C3%ADn>,
        <http://lexvo.org/id/term/fao/Palestinskt%20territorium>,
        <http://lexvo.org/id/term/fas/%D8%B3%D8%B1%D8%B2%D9%85%DB%8C%D9%86%E2%80%8C%D9%87%D8%A7%DB%8C%20%D9%81%D9%84%D8%B3%D8%B7%DB%8C%D9%86%DB%8C>,
        <http://lexvo.org/id/term/fil/Palestinian%20Territory>,
        <http://lexvo.org/id/term/fin/Palestiina>,
        <http://lexvo.org/id/term/fra/Territoire%20palestinien>,
        <http://lexvo.org/id/term/ful/Palestiin%20Sisjordani%20e%20Gaasaa>,
        <http://lexvo.org/id/term/fur/Teritoris%20palestin%C3%AAs>,
        <http://lexvo.org/id/term/gla/Na%20Ranntairean%20Palastaineach>,
        <http://lexvo.org/id/term/gle/Na%20Cr%C3%ADocha%20Pailist%C3%ADneacha>,
        <http://lexvo.org/id/term/glg/Territorios%20palestinos>,
        <http://lexvo.org/id/term/gsw/Pal%C3%A4schtin%C3%A4nsischi%20Gebiet>,
        <http://lexvo.org/id/term/guj/%E0%AA%AA%E0%AB%87%E0%AA%B2%E0%AB%87%E0%AA%B8%E0%AB%8D%E0%AA%9F%E0%AA%BF%E0%AA%A8%E0%AA%BF%E0%AA%AF%E0%AA%A8%20%E0%AA%9F%E0%AB%87%E0%AA%B0%E0%AA%BF%E0%AA%9F%E0%AA%B0%E0%AB%80>,
        <http://lexvo.org/id/term/guz/Ukingo%20wa%20Magharibi%20na%20Ukanda%20wa%20Gaza%20wa%20Palestina>,
        <http://lexvo.org/id/term/hau/Palas%C9%97inu>,
        <http://lexvo.org/id/term/heb/%D7%94%D7%A9%D7%98%D7%97%D7%99%D7%9D%20%D7%94%D7%A4%D7%9C%D7%A1%D7%98%D7%99%D7%A0%D7%99%D7%99%D7%9D>,
        <http://lexvo.org/id/term/hin/%E0%A4%AB%E0%A4%BC%E0%A4%BF%E0%A4%B2%E0%A4%BF%E0%A4%B8%E0%A5%8D%E0%A4%A4%E0%A5%80%E0%A4%A8>,
        <http://lexvo.org/id/term/hrv/Palestinsko%20Podru%C4%8Dje>,
        <http://lexvo.org/id/term/hun/Palesztin%20Ter%C3%BClet>,
        <http://lexvo.org/id/term/ind/Otoritas%20Palestina>,
        <http://lexvo.org/id/term/isl/Heimastj%C3%B3rnarsv%C3%A6%C3%B0i%20Palest%C3%ADnumanna>,
        <http://lexvo.org/id/term/ita/Territori%20palestinesi>,
        <http://lexvo.org/id/term/jmc/Ukingo%20wa%20Magharibi%20na%20Ukanda%20wa%20Gaza%20wa%20Palestina>,
        <http://lexvo.org/id/term/jpn/%E3%83%91%E3%83%AC%E3%82%B9%E3%83%81%E3%83%8A>,
        <http://lexvo.org/id/term/kab/Falis%E1%B9%ADin%20d%20%C6%94ezza>,
        <http://lexvo.org/id/term/kam/Ukingo%20wa%20Magharibi%20na%20Ukanda%20wa%20Gaza%20wa%20Palestina>,
        <http://lexvo.org/id/term/kan/%E0%B2%AA%E0%B3%8D%E0%B2%AF%E0%B2%BE%E0%B2%B2%E0%B2%BF%E0%B2%B8%E0%B3%8D%E0%B2%9F%E0%B3%87%E0%B2%A8%E0%B2%BF%E0%B2%AF%E0%B2%A8%E0%B3%8D%20%E0%B2%AA%E0%B3%8D%E0%B2%B0%E0%B2%A6%E0%B3%87%E0%B2%B6>,
        <http://lexvo.org/id/term/kas/%D9%81%D9%8E%D9%84%D9%8E%D8%B3%D8%AA%DB%8C%D9%96%D9%86>,
        <http://lexvo.org/id/term/kat/%E1%83%9E%E1%83%90%E1%83%9A%E1%83%94%E1%83%A1%E1%83%A2%E1%83%98%E1%83%9C%E1%83%98%E1%83%A1%20%E1%83%A2%E1%83%94%E1%83%A0%E1%83%98%E1%83%A2%E1%83%9D%E1%83%A0%E1%83%98%E1%83%90>,
        <http://lexvo.org/id/term/kde/Nchingu%20wa%20Magalibi%20wa%20Mpanda%20wa%20kuGaza%20wa%20kuPales>,
        <http://lexvo.org/id/term/kea/Palistina>,
        <http://lexvo.org/id/term/khm/%E1%9E%94%E1%9F%89%E1%9E%B6%E1%9E%9B%E1%9F%81%E1%9E%9F%E1%9F%92%E1%9E%91%E1%9E%B8%E1%9E%93>,
        <http://lexvo.org/id/term/khq/Palestine%20Dangay%20nda%20Gaaza>,
        <http://lexvo.org/id/term/kik/Ukingo%20wa%20Magharibi%20na%20Ukanda%20wa%20Gaza%20wa%20Palestina>,
        <http://lexvo.org/id/term/kln/Emetab%20Palestine>,
        <http://lexvo.org/id/term/kor/%ED%8C%94%EB%A0%88%EC%8A%A4%ED%83%80%EC%9D%B8%20%EC%A7%80%EA%B5%AC>,
        <http://lexvo.org/id/term/ksb/Ukingo%20wa%20Maghalibi%20na%20Ukanda%20wa%20Gaza%20wa%20Palestina>,
        <http://lexvo.org/id/term/ksf/z%C7%9D%20pal%C9%9Bst%C3%ADn%C7%9D>,
        <http://lexvo.org/id/term/ksh/Pal%C3%A4stina>,
        <http://lexvo.org/id/term/lag/Mweemberera%20wa%20k%CA%89mweeri%20wa%20G%C3%A1aza>,
        <http://lexvo.org/id/term/lao/%E0%BA%9B%E0%BA%B2%E0%BB%80%E0%BA%A5%E0%BA%94%E0%BA%95%E0%BA%B5%E0%BA%99%E0%BA%BD%E0%BA%A1%E0%BB%80%E0%BA%95%E0%BA%B5%E0%BA%A5%E0%BA%B4%E0%BA%94%E0%BB%82%E0%BA%95%E0%BB%80%E0%BA%A5%E0%BA%8D>,
        <http://lexvo.org/id/term/lav/Palest%C4%ABna>,
        <http://lexvo.org/id/term/lin/Pal%C9%9Bsine>,
        <http://lexvo.org/id/term/lit/Palestinos%20teritorija>,
        <http://lexvo.org/id/term/lub/Palesine>,
        <http://lexvo.org/id/term/lug/Palesitayini>,
        <http://lexvo.org/id/term/luo/Palestinian%20West%20Bank%20gi%20Gaza>,
        <http://lexvo.org/id/term/luy/Ukingo%20wa%20Magharibi%20na%20Ukanda%20wa%20Gaza%20wa%20Palestina>,
        <http://lexvo.org/id/term/mal/%E0%B4%AA%E0%B4%BE%E0%B4%B2%E0%B4%B8%E0%B5%8D%E0%B4%A4%E0%B5%80%E0%B5%BB%20%E0%B4%AA%E0%B5%8D%E0%B4%B0%E0%B4%A6%E0%B5%87%E0%B4%B6%E0%B4%99%E0%B5%8D%E0%B4%99%E0%B5%BE>,
        <http://lexvo.org/id/term/mar/%E0%A4%AA%E0%A5%85%E0%A4%B2%E0%A5%87%E0%A4%B8%E0%A5%8D%E0%A4%9F%E0%A4%BF%E0%A4%A8%E0%A5%80%20%E0%A4%AA%E0%A5%8D%E0%A4%B0%E0%A4%A6%E0%A5%87%E0%A4%B6>,
        <http://lexvo.org/id/term/mas/Ukingo%20wa%20Magharibi%20na%20Ukanda%20wa%20Gaza%20wa%20Palestina>,
        <http://lexvo.org/id/term/mer/R%C5%A9tere%20rwa%20Westi%20banki%20na%20Gaza%20cia%20Palestina>,
        <http://lexvo.org/id/term/mfe/Teritwar%20Palestinn>,
        <http://lexvo.org/id/term/mkd/%D0%9F%D0%B0%D0%BB%D0%B5%D1%81%D1%82%D0%B8%D0%BD%D1%81%D0%BA%D0%B8%20%D1%82%D0%B5%D1%80%D0%B8%D1%82%D0%BE%D1%80%D0%B8%D0%B8>,
        <http://lexvo.org/id/term/mlg/Palestina>,
        <http://lexvo.org/id/term/mlt/Palestinian%20Territory>,
        <http://lexvo.org/id/term/mua/S%C7%9Dr%20Palestiniya>,
        <http://lexvo.org/id/term/mya/%E1%80%95%E1%80%AB%E1%80%9C%E1%80%80%E1%80%BA%E1%80%85%E1%80%90%E1%80%AD%E1%80%AF%E1%80%84%E1%80%BA%E1%80%B8%20%E1%80%95%E1%80%AD%E1%80%AF%E1%80%84%E1%80%BA%E1%80%94%E1%80%80%E1%80%BA>,
        <http://lexvo.org/id/term/naq/Palestinian%20West%20Bank%20and%20Gaza>,
        <http://lexvo.org/id/term/nde/Palestinian%20West%20Bank%20and%20Gaza>,
        <http://lexvo.org/id/term/nep/%E0%A4%AA%E0%A5%8D%E0%A4%AF%E0%A4%BE%E0%A4%B2%E0%A5%87%E0%A4%B8%E0%A5%8D%E0%A4%9F%E0%A4%A8%E0%A5%80%20%E0%A4%AD%E0%A5%82-%E0%A4%AD%E0%A4%BE%E0%A4%97%E0%A4%B9%E0%A4%B0%E0%A5%81>,
        <http://lexvo.org/id/term/nld/Palestijnse%20gebieden>,
        <http://lexvo.org/id/term/nmg/Pal%C9%9Bstin>,
        <http://lexvo.org/id/term/nno/Palestinsk%20territorium>,
        <http://lexvo.org/id/term/nob/Det%20palestinske%20omr%C3%A5det>,
        <http://lexvo.org/id/term/nyn/Parestiina%20na%20Gaza>,
        <http://lexvo.org/id/term/ori/%E0%AC%AA%E0%AC%BE%E0%AC%B2%E0%AD%87%E0%AC%B8%E0%AD%8D%E0%AC%A4%E0%AD%87%E0%AC%A8%E0%AC%BF%E0%AC%86>,
        <http://lexvo.org/id/term/pol/Terytoria%20Palesty%C5%84skie>,
        <http://lexvo.org/id/term/por/Territ%C3%B3rio%20Palestiniano>,
        <http://lexvo.org/id/term/por/Territ%C3%B3rios%20palestinos>,
        <http://lexvo.org/id/term/pus/%D9%81%D9%84%D8%B3%D8%B7%DB%8C%D9%86>,
        <http://lexvo.org/id/term/rof/Ukingo%20wa%20Magharibi%20na%20Ukanda%20wa%20Gaza%20wa%20Palestina>,
        <http://lexvo.org/id/term/roh/Territori%20Palestinais>,
        <http://lexvo.org/id/term/ron/Teritoriul%20Palestinian>,
        <http://lexvo.org/id/term/run/Palesitina%20Wesitibanka%20na%20Gaza>,
        <http://lexvo.org/id/term/rus/%D0%9F%D0%B0%D0%BB%D0%B5%D1%81%D1%82%D0%B8%D0%BD%D1%81%D0%BA%D0%B8%D0%B5%20%D1%82%D0%B5%D1%80%D1%80%D0%B8%D1%82%D0%BE%D1%80%D0%B8%D0%B8>,
        <http://lexvo.org/id/term/rwk/Ukingo%20wa%20Magharibi%20na%20Ukanda%20wa%20Gaza%20wa%20Palestina>,
        <http://lexvo.org/id/term/sag/S%C3%AAse%20t%C3%AE%20Palest%C3%AEni>,
        <http://lexvo.org/id/term/saq/Ukingo%20wa%20Magharibi%20na%20Ukanda%20wa%20Gaza%20wa%20Palestina>,
        <http://lexvo.org/id/term/sbp/Munjema%20gwa%20Kusikha%20nu%20Luvala%20lwa%20Gasa%20lwa%20Palesit>,
        <http://lexvo.org/id/term/seh/Territ%C3%B3rio%20da%20Palestina>,
        <http://lexvo.org/id/term/ses/Palestine%20Dangay%20nda%20Gaaza>,
        <http://lexvo.org/id/term/shi-Latn/agmma%E1%B8%8D%20n%20tagut%20d%20%C9%A3zza>,
        <http://lexvo.org/id/term/shi/%E2%B4%B0%E2%B4%B3%E2%B5%8E%E2%B5%8E%E2%B4%B0%E2%B4%B9%20%E2%B5%8F%20%E2%B5%9C%E2%B4%B0%E2%B4%B3%E2%B5%93%E2%B5%9C%20%E2%B4%B7%20%E2%B5%96%E2%B5%A3%E2%B5%A3%E2%B4%B0>,
        <http://lexvo.org/id/term/sin/%E0%B6%B4%E0%B6%BD%E0%B7%83%E0%B7%8A%E0%B6%AD%E0%B7%93%E0%B6%B1%E0%B6%BA>,
        <http://lexvo.org/id/term/slk/Palest%C3%ADnske%20%C3%BAzemie>,
        <http://lexvo.org/id/term/slv/Palestinsko%20ozemlje>,
        <http://lexvo.org/id/term/sme/Palestina>,
        <http://lexvo.org/id/term/som/Falastiin%20Daanka%20galbeed%20iyo%20Qasa>,
        <http://lexvo.org/id/term/spa/Territorio%20Palestino>,
        <http://lexvo.org/id/term/spa/Territorios%20Palestinos>,
        <http://lexvo.org/id/term/srp-Latn/Palestinska%20Teritorija>,
        <http://lexvo.org/id/term/srp/%D0%9F%D0%B0%D0%BB%D0%B5%D1%81%D1%82%D0%B8%D0%BD%D1%81%D0%BA%D0%B5%20%D1%82%D0%B5%D1%80%D0%B8%D1%82%D0%BE%D1%80%D0%B8%D1%98%D0%B5>,
        <http://lexvo.org/id/term/swc/Ukingo%20wa%20Magharibi%20na%20Ukanda%20wa%20Gaza%20wa%20Palestina>,
        <http://lexvo.org/id/term/swe/Palestinska%20territoriet>,
        <http://lexvo.org/id/term/swh/Ukingo%20wa%20Magharibi%20na%20Ukanda%20wa%20Gaza%20wa%20Palestina>,
        <http://lexvo.org/id/term/tam/%E0%AE%AA%E0%AE%BE%E0%AE%B2%E0%AE%B8%E0%AF%8D%E0%AE%A4%E0%AF%80%E0%AE%A9%E0%AE%BF%E0%AE%AF%E0%AE%A9%E0%AF%8D%20%E0%AE%AE%E0%AE%BE%E0%AE%B9%E0%AE%BE%E0%AE%A3%E0%AE%99%E0%AF%8D%E0%AE%95%E0%AE%B3%E0%AF%8D>,
        <http://lexvo.org/id/term/tel/%E0%B0%AA%E0%B0%BE%E0%B0%B2%E0%B0%BF%E0%B0%B8%E0%B1%8D%E0%B0%A4%E0%B0%BF%E0%B0%A8%E0%B0%BF%E0%B0%AF%E0%B0%BE%E0%B0%A8%E0%B1%8D%20%E0%B0%AA%E0%B1%8D%E0%B0%B0%E0%B0%BE%E0%B0%82%E0%B0%A4%E0%B0%82>,
        <http://lexvo.org/id/term/teo/Ukingo%20wa%20Magharibi%20na%20Ukanda%20wa%20Gaza%20wa%20Palestina>,
        <http://lexvo.org/id/term/tha/%E0%B8%9B%E0%B8%B2%E0%B9%80%E0%B8%A5%E0%B8%AA%E0%B9%84%E0%B8%95%E0%B8%99%E0%B9%8C>,
        <http://lexvo.org/id/term/tir/%E1%8B%A8%E1%8D%8D%E1%88%8D%E1%88%B5%E1%8C%A4%E1%88%9D%20%E1%8C%8D%E1%8B%9B%E1%89%B5>,
        <http://lexvo.org/id/term/ton/Potu%20Palesitaine>,
        <http://lexvo.org/id/term/tur/Filistin%20B%C3%B6lgeleri>,
        <http://lexvo.org/id/term/twq/Palestine%20Dangay%20nda%20Gaaza>,
        <http://lexvo.org/id/term/tzm/Agemma%E1%B8%8D%20Ugut%20d%20%C6%94azza%20Ifilis%E1%B9%ADiniyen>,
        <http://lexvo.org/id/term/ukr/%D0%9F%D0%B0%D0%BB%D0%B5%D1%81%D1%82%D0%B8%D0%BD%D0%B0>,
        <http://lexvo.org/id/term/urd/%D9%81%D9%84%D8%B3%D8%B7%DB%8C%D9%86%DB%8C%20%D8%AE%D8%B7%DB%92>,
        <http://lexvo.org/id/term/vai-Latn/Palesitininya%20Tele%20Jii%20K%C9%94iy%C9%9B%20l%C3%A1%20h%C4%A9%20Gaza>,
        <http://lexvo.org/id/term/vai/%EA%95%90%EA%94%92%EA%94%BB%EA%94%B3%EA%95%AF%20%EA%94%8E%EA%94%92%20%EA%95%80%EA%94%A4%20%EA%97%9B%EA%94%A4%20%EA%95%9E%20%EA%97%B1%20%EA%97%AA%20%EA%95%AD%EA%95%8C%EA%95%A4>,
        <http://lexvo.org/id/term/vie/L%C3%A3nh%20th%E1%BB%95%20Palestine>,
        <http://lexvo.org/id/term/vun/Ukingo%20wa%20Magharibi%20na%20Ukanda%20wa%20Gaza%20wa%20Palestina>,
        <http://lexvo.org/id/term/wae/Pale%C5%A1tina>,
        <http://lexvo.org/id/term/xog/Palesitayini%20ni%20Gaza>,
        <http://lexvo.org/id/term/yav/kit%C9%94%C5%8B%20ki%20pal%C9%9Bst%C3%ADin>,
        <http://lexvo.org/id/term/yor/Or%C3%ADl%E1%BA%B9%CC%81%C3%A8de%20Iw%E1%BB%8Dorun%20Pakisitian%20ati%20Ga%E1%B9%A3a>,
        <http://lexvo.org/id/term/zsm/Wilayah%20Palestin>,
        <http://lexvo.org/id/term/zul/i-Palestinian%20Territories> ;
    owl:sameAs <http://psi.oasis-open.org/iso/3166/#275>,
        <http://sws.geonames.org/6254930/> .

<http://lexvo.org/id/iso3166/PT> a lvont:GeographicRegion ;
    rdfs:label "Portugal"@af,
        "Kputuwgà"@agq,
        "Pɔtugal"@ak,
        "ፖርቱጋል"@am,
        "البرتغال"@ar,
        "Ureno"@asa,
        "Portugal"@ast,
        "Portuqal"@az,
        "Pɔ̀tɔkì"@bas,
        "Партугалія"@be,
        "Huuleno"@bez,
        "Португалия"@bg,
        "Pɔritigali"@bm,
        "পর্তুগাল"@bn,
        "པོར་ཏུ་གྷལ།"@bo,
        "Portugal"@br,
        "पुर्तगाल"@brx,
        "Portugal"@bs,
        "Португалија"@bs-Cyrl,
        "Portugal"@ca,
        "Pocugo"@cgg,
        "ᏉᏥᎦᎳ"@chr,
        "葡萄牙"@cmn,
        "葡萄牙"@cmn-Hant,
        "Portugalsko"@cs,
        "Portiwgal"@cy,
        "Portugal"@da,
        "Ureno"@dav,
        "Portugal"@de,
        "Portugaal"@dje,
        "པོར་ཅུ་གཱལ"@dz,
        "Ureno"@ebu,
        "Portugal nutome"@ee,
        "Πορτογαλία"@el,
        "ISO 3166-1:PT"@en,
        "Portugal"@en,
        "𐐑𐐱𐑉𐐽𐐲𐑀𐐲𐑊"@en-Dsrt,
        "Portugalujo"@eo,
        "Portugal"@es,
        "Portugal"@et,
        "Portugal"@eu,
        "fɔrətugɛ́s"@ewo,
        "پرتغال"@fa,
        "پرتگال"@fa,
        "Purtugaal"@ff,
        "Portugali"@fi,
        "Portugal"@fil,
        "Portugal"@fo,
        "Portugal"@fr,
        "Portugal"@fur,
        "An Phortaingéil"@ga,
        "A' Phortagail"@gd,
        "Portugal"@gl,
        "Portugal"@gsw,
        "પોર્ટુગલ"@gu,
        "Ureno"@guz,
        "Portugal"@ha,
        "פורטוגל"@he,
        "पुर्तगाल"@hi,
        "Portugal"@hr,
        "Portugália"@hu,
        "Պորտուգալիա"@hy,
        "Portugal"@ia,
        "Portugal"@id,
        "Portúgal"@is,
        "Portogallo"@it,
        "ポルトガル"@ja,
        "Ureno"@jmc,
        "პორტუგალია"@ka,
        "Purtugal"@kab,
        "Ureno"@kam,
        "Uleno"@kde,
        "Purtugal"@kea,
        "Portugaal"@khq,
        "Ureno"@ki,
        "Португалия"@kk,
        "Portugali"@kl,
        "Emetab Portugal"@kln,
        "ព័រទុយហ្កាល់"@km,
        "ಪೋರ್ಚುಗಲ್"@kn,
        "포르투갈"@ko,
        "پُرتِگال"@ks,
        "Uleno"@ksb,
        "portugál"@ksf,
        "Pochtojall"@ksh,
        "Ʉréeno"@lag,
        "Potugaali"@lg,
        "Putúlugɛsi"@ln,
        "ໂປຕຸກກັນ"@lo,
        "Portugalija"@lt,
        "Mputulugeshi"@lu,
        "Portugal"@luo,
        "Ureno"@luy,
        "Portugāle"@lv,
        "Ureno"@mas,
        "Potogo"@mer,
        "Portigal"@mfe,
        "Pôrtiogala"@mg,
        "Португалија"@mk,
        "പോർച്ചുഗൽ"@ml,
        "पोर्तुगाल"@mr,
        "Portugall"@mt,
        "Sǝr Portugal"@mua,
        "ပေါ်တူဂီ"@my,
        "Portugali"@naq,
        "Portugal"@nb,
        "Portugal"@nd,
        "पोर्तुगल"@ne,
        "Portugal"@nl,
        "Pɔrtugal"@nmg,
        "Portugal"@nn,
        "Pocugo"@nyn,
        "ପର୍ତ୍ତୁଗାଲ୍"@or,
        "Portugalia"@pl,
        "پورتګال"@ps,
        "Portugal"@pt,
        "Portugal"@rm,
        "Porutugali"@rn,
        "Portugalia"@ro,
        "Ureno"@rof,
        "Португалия"@ru,
        "Ureno"@rwk,
        "Ureno"@saq,
        "Wuleno"@sbp,
        "Portugála"@se,
        "Portugal"@seh,
        "Portugaal"@ses,
        "Pörtugäle, Ködörö Pûra"@sg,
        "ⴱⵕⵟⵇⵉⵣ"@shi,
        "bṛṭqiz"@shi-Latn,
        "පෘතුගාලය"@si,
        "Portugalsko"@sk,
        "Portugalska"@sl,
        "Portugal"@sn,
        "Bortuqaal"@so,
        "Portugali"@sq,
        "Португал"@sr,
        "Portugal"@sr-Latn,
        "Portugal"@sv,
        "Ureno"@swc,
        "Ureno"@swh,
        "போர்ச்சுக்கல்"@ta,
        "పోర్చుగల్"@te,
        "Ureno"@teo,
        "โปรตุเกส"@th,
        "ፖርቱጋል"@ti,
        "Potukali"@to,
        "Portekiz"@tr,
        "Portugaal"@twq,
        "Purtuɣal"@tzm,
        "Португалія"@uk,
        "پرتگال"@ur,
        "ꕶꕿꕃꔤ ꕸꖃꔀ"@vai,
        "Potokíi"@vai-Latn,
        "Bồ Đào Nha"@vi,
        "Ureno"@vun,
        "Portugal"@wae,
        "Potugaali"@xog,
        "pɔltukáal"@yav,
        "Orílẹ́ède Pọtugi"@yo,
        "Feringgi"@zsm,
        "i-Portugal"@zu ;
    lvont:label <http://lexvo.org/id/term/afr/Portugal>,
        <http://lexvo.org/id/term/agq/Kputuwg%C3%A0>,
        <http://lexvo.org/id/term/aka/P%C9%94tugal>,
        <http://lexvo.org/id/term/amh/%E1%8D%96%E1%88%AD%E1%89%B1%E1%8C%8B%E1%88%8D>,
        <http://lexvo.org/id/term/ara/%D8%A7%D9%84%D8%A8%D8%B1%D8%AA%D8%BA%D8%A7%D9%84>,
        <http://lexvo.org/id/term/asa/Ureno>,
        <http://lexvo.org/id/term/ast/Portugal>,
        <http://lexvo.org/id/term/aze/Portuqal>,
        <http://lexvo.org/id/term/bam/P%C9%94ritigali>,
        <http://lexvo.org/id/term/bas/P%C9%94%CC%80t%C9%94k%C3%AC>,
        <http://lexvo.org/id/term/bel/%D0%9F%D0%B0%D1%80%D1%82%D1%83%D0%B3%D0%B0%D0%BB%D1%96%D1%8F>,
        <http://lexvo.org/id/term/ben/%E0%A6%AA%E0%A6%B0%E0%A7%8D%E0%A6%A4%E0%A7%81%E0%A6%97%E0%A6%BE%E0%A6%B2>,
        <http://lexvo.org/id/term/bez/Huuleno>,
        <http://lexvo.org/id/term/bod/%E0%BD%94%E0%BD%BC%E0%BD%A2%E0%BC%8B%E0%BD%8F%E0%BD%B4%E0%BC%8B%E0%BD%82%E0%BE%B7%E0%BD%A3%E0%BC%8D>,
        <http://lexvo.org/id/term/bos-Cyrl/%D0%9F%D0%BE%D1%80%D1%82%D1%83%D0%B3%D0%B0%D0%BB%D0%B8%D1%98%D0%B0>,
        <http://lexvo.org/id/term/bos/Portugal>,
        <http://lexvo.org/id/term/bre/Portugal>,
        <http://lexvo.org/id/term/brx/%E0%A4%AA%E0%A5%81%E0%A4%B0%E0%A5%8D%E0%A4%A4%E0%A4%97%E0%A4%BE%E0%A4%B2>,
        <http://lexvo.org/id/term/bul/%D0%9F%D0%BE%D1%80%D1%82%D1%83%D0%B3%D0%B0%D0%BB%D0%B8%D1%8F>,
        <http://lexvo.org/id/term/cat/Portugal>,
        <http://lexvo.org/id/term/ces/Portugalsko>,
        <http://lexvo.org/id/term/cgg/Pocugo>,
        <http://lexvo.org/id/term/chr/%E1%8F%89%E1%8F%A5%E1%8E%A6%E1%8E%B3>,
        <http://lexvo.org/id/term/cmn-Hant/%E8%91%A1%E8%90%84%E7%89%99>,
        <http://lexvo.org/id/term/cmn/%E8%91%A1%E8%90%84%E7%89%99>,
        <http://lexvo.org/id/term/cym/Portiwgal>,
        <http://lexvo.org/id/term/dan/Portugal>,
        <http://lexvo.org/id/term/dav/Ureno>,
        <http://lexvo.org/id/term/deu/Portugal>,
        <http://lexvo.org/id/term/dje/Portugaal>,
        <http://lexvo.org/id/term/dzo/%E0%BD%94%E0%BD%BC%E0%BD%A2%E0%BC%8B%E0%BD%85%E0%BD%B4%E0%BC%8B%E0%BD%82%E0%BD%B1%E0%BD%A3>,
        <http://lexvo.org/id/term/ebu/Ureno>,
        <http://lexvo.org/id/term/ell/%CE%A0%CE%BF%CF%81%CF%84%CE%BF%CE%B3%CE%B1%CE%BB%CE%AF%CE%B1>,
        <http://lexvo.org/id/term/eng-Dsrt/%F0%90%90%91%F0%90%90%B1%F0%90%91%89%F0%90%90%BD%F0%90%90%B2%F0%90%91%80%F0%90%90%B2%F0%90%91%8A>,
        <http://lexvo.org/id/term/eng/ISO%203166-1%3APT>,
        <http://lexvo.org/id/term/eng/Portugal>,
        <http://lexvo.org/id/term/epo/Portugalujo>,
        <http://lexvo.org/id/term/est/Portugal>,
        <http://lexvo.org/id/term/eus/Portugal>,
        <http://lexvo.org/id/term/ewe/Portugal%20nutome>,
        <http://lexvo.org/id/term/ewo/f%C9%94r%C9%99tug%C9%9B%CC%81s>,
        <http://lexvo.org/id/term/fao/Portugal>,
        <http://lexvo.org/id/term/fas/%D9%BE%D8%B1%D8%AA%D8%BA%D8%A7%D9%84>,
        <http://lexvo.org/id/term/fas/%D9%BE%D8%B1%D8%AA%DA%AF%D8%A7%D9%84>,
        <http://lexvo.org/id/term/fil/Portugal>,
        <http://lexvo.org/id/term/fin/Portugali>,
        <http://lexvo.org/id/term/fra/Portugal>,
        <http://lexvo.org/id/term/ful/Purtugaal>,
        <http://lexvo.org/id/term/fur/Portugal>,
        <http://lexvo.org/id/term/gla/A'%20Phortagail>,
        <http://lexvo.org/id/term/gle/An%20Phortaing%C3%A9il>,
        <http://lexvo.org/id/term/glg/Portugal>,
        <http://lexvo.org/id/term/gsw/Portugal>,
        <http://lexvo.org/id/term/guj/%E0%AA%AA%E0%AB%8B%E0%AA%B0%E0%AB%8D%E0%AA%9F%E0%AB%81%E0%AA%97%E0%AA%B2>,
        <http://lexvo.org/id/term/guz/Ureno>,
        <http://lexvo.org/id/term/hau/Portugal>,
        <http://lexvo.org/id/term/heb/%D7%A4%D7%95%D7%A8%D7%98%D7%95%D7%92%D7%9C>,
        <http://lexvo.org/id/term/hin/%E0%A4%AA%E0%A5%81%E0%A4%B0%E0%A5%8D%E0%A4%A4%E0%A4%97%E0%A4%BE%E0%A4%B2>,
        <http://lexvo.org/id/term/hrv/Portugal>,
        <http://lexvo.org/id/term/hun/Portug%C3%A1lia>,
        <http://lexvo.org/id/term/hye/%D5%8A%D5%B8%D6%80%D5%BF%D5%B8%D6%82%D5%A3%D5%A1%D5%AC%D5%AB%D5%A1>,
        <http://lexvo.org/id/term/ina/Portugal>,
        <http://lexvo.org/id/term/ind/Portugal>,
        <http://lexvo.org/id/term/isl/Port%C3%BAgal>,
        <http://lexvo.org/id/term/ita/Portogallo>,
        <http://lexvo.org/id/term/jmc/Ureno>,
        <http://lexvo.org/id/term/jpn/%E3%83%9D%E3%83%AB%E3%83%88%E3%82%AC%E3%83%AB>,
        <http://lexvo.org/id/term/kab/Purtugal>,
        <http://lexvo.org/id/term/kal/Portugali>,
        <http://lexvo.org/id/term/kam/Ureno>,
        <http://lexvo.org/id/term/kan/%E0%B2%AA%E0%B3%8B%E0%B2%B0%E0%B3%8D%E0%B2%9A%E0%B3%81%E0%B2%97%E0%B2%B2%E0%B3%8D>,
        <http://lexvo.org/id/term/kas/%D9%BE%D9%8F%D8%B1%D8%AA%D9%90%DA%AF%D8%A7%D9%84>,
        <http://lexvo.org/id/term/kat/%E1%83%9E%E1%83%9D%E1%83%A0%E1%83%A2%E1%83%A3%E1%83%92%E1%83%90%E1%83%9A%E1%83%98%E1%83%90>,
        <http://lexvo.org/id/term/kaz/%D0%9F%D0%BE%D1%80%D1%82%D1%83%D0%B3%D0%B0%D0%BB%D0%B8%D1%8F>,
        <http://lexvo.org/id/term/kde/Uleno>,
        <http://lexvo.org/id/term/kea/Purtugal>,
        <http://lexvo.org/id/term/khm/%E1%9E%96%E1%9F%90%E1%9E%9A%E1%9E%91%E1%9E%BB%E1%9E%99%E1%9E%A0%E1%9F%92%E1%9E%80%E1%9E%B6%E1%9E%9B%E1%9F%8B>,
        <http://lexvo.org/id/term/khq/Portugaal>,
        <http://lexvo.org/id/term/kik/Ureno>,
        <http://lexvo.org/id/term/kln/Emetab%20Portugal>,
        <http://lexvo.org/id/term/kor/%ED%8F%AC%EB%A5%B4%ED%88%AC%EA%B0%88>,
        <http://lexvo.org/id/term/ksb/Uleno>,
        <http://lexvo.org/id/term/ksf/portug%C3%A1l>,
        <http://lexvo.org/id/term/ksh/Pochtojall>,
        <http://lexvo.org/id/term/lag/%C9%84r%C3%A9eno>,
        <http://lexvo.org/id/term/lao/%E0%BB%82%E0%BA%9B%E0%BA%95%E0%BA%B8%E0%BA%81%E0%BA%81%E0%BA%B1%E0%BA%99>,
        <http://lexvo.org/id/term/lav/Portug%C4%81le>,
        <http://lexvo.org/id/term/lin/Put%C3%BAlug%C9%9Bsi>,
        <http://lexvo.org/id/term/lit/Portugalija>,
        <http://lexvo.org/id/term/lub/Mputulugeshi>,
        <http://lexvo.org/id/term/lug/Potugaali>,
        <http://lexvo.org/id/term/luo/Portugal>,
        <http://lexvo.org/id/term/luy/Ureno>,
        <http://lexvo.org/id/term/mal/%E0%B4%AA%E0%B5%8B%E0%B5%BC%E0%B4%9A%E0%B5%8D%E0%B4%9A%E0%B5%81%E0%B4%97%E0%B5%BD>,
        <http://lexvo.org/id/term/mar/%E0%A4%AA%E0%A5%8B%E0%A4%B0%E0%A5%8D%E0%A4%A4%E0%A5%81%E0%A4%97%E0%A4%BE%E0%A4%B2>,
        <http://lexvo.org/id/term/mas/Ureno>,
        <http://lexvo.org/id/term/mer/Potogo>,
        <http://lexvo.org/id/term/mfe/Portigal>,
        <http://lexvo.org/id/term/mkd/%D0%9F%D0%BE%D1%80%D1%82%D1%83%D0%B3%D0%B0%D0%BB%D0%B8%D1%98%D0%B0>,
        <http://lexvo.org/id/term/mlg/P%C3%B4rtiogala>,
        <http://lexvo.org/id/term/mlt/Portugall>,
        <http://lexvo.org/id/term/mua/S%C7%9Dr%20Portugal>,
        <http://lexvo.org/id/term/mya/%E1%80%95%E1%80%B1%E1%80%AB%E1%80%BA%E1%80%90%E1%80%B0%E1%80%82%E1%80%AE>,
        <http://lexvo.org/id/term/naq/Portugali>,
        <http://lexvo.org/id/term/nde/Portugal>,
        <http://lexvo.org/id/term/nep/%E0%A4%AA%E0%A5%8B%E0%A4%B0%E0%A5%8D%E0%A4%A4%E0%A5%81%E0%A4%97%E0%A4%B2>,
        <http://lexvo.org/id/term/nld/Portugal>,
        <http://lexvo.org/id/term/nmg/P%C9%94rtugal>,
        <http://lexvo.org/id/term/nno/Portugal>,
        <http://lexvo.org/id/term/nob/Portugal>,
        <http://lexvo.org/id/term/nyn/Pocugo>,
        <http://lexvo.org/id/term/ori/%E0%AC%AA%E0%AC%B0%E0%AD%8D%E0%AC%A4%E0%AD%8D%E0%AC%A4%E0%AD%81%E0%AC%97%E0%AC%BE%E0%AC%B2%E0%AD%8D>,
        <http://lexvo.org/id/term/pol/Portugalia>,
        <http://lexvo.org/id/term/por/Portugal>,
        <http://lexvo.org/id/term/pus/%D9%BE%D9%88%D8%B1%D8%AA%DA%AB%D8%A7%D9%84>,
        <http://lexvo.org/id/term/rof/Ureno>,
        <http://lexvo.org/id/term/roh/Portugal>,
        <http://lexvo.org/id/term/ron/Portugalia>,
        <http://lexvo.org/id/term/run/Porutugali>,
        <http://lexvo.org/id/term/rus/%D0%9F%D0%BE%D1%80%D1%82%D1%83%D0%B3%D0%B0%D0%BB%D0%B8%D1%8F>,
        <http://lexvo.org/id/term/rwk/Ureno>,
        <http://lexvo.org/id/term/sag/P%C3%B6rtug%C3%A4le%2C%20K%C3%B6d%C3%B6r%C3%B6%20P%C3%BBra>,
        <http://lexvo.org/id/term/saq/Ureno>,
        <http://lexvo.org/id/term/sbp/Wuleno>,
        <http://lexvo.org/id/term/seh/Portugal>,
        <http://lexvo.org/id/term/ses/Portugaal>,
        <http://lexvo.org/id/term/shi-Latn/b%E1%B9%9B%E1%B9%ADqiz>,
        <http://lexvo.org/id/term/shi/%E2%B4%B1%E2%B5%95%E2%B5%9F%E2%B5%87%E2%B5%89%E2%B5%A3>,
        <http://lexvo.org/id/term/sin/%E0%B6%B4%E0%B7%98%E0%B6%AD%E0%B7%94%E0%B6%9C%E0%B7%8F%E0%B6%BD%E0%B6%BA>,
        <http://lexvo.org/id/term/slk/Portugalsko>,
        <http://lexvo.org/id/term/slv/Portugalska>,
        <http://lexvo.org/id/term/sme/Portug%C3%A1la>,
        <http://lexvo.org/id/term/sna/Portugal>,
        <http://lexvo.org/id/term/som/Bortuqaal>,
        <http://lexvo.org/id/term/spa/Portugal>,
        <http://lexvo.org/id/term/sqi/Portugali>,
        <http://lexvo.org/id/term/srp-Latn/Portugal>,
        <http://lexvo.org/id/term/srp/%D0%9F%D0%BE%D1%80%D1%82%D1%83%D0%B3%D0%B0%D0%BB>,
        <http://lexvo.org/id/term/swc/Ureno>,
        <http://lexvo.org/id/term/swe/Portugal>,
        <http://lexvo.org/id/term/swh/Ureno>,
        <http://lexvo.org/id/term/tam/%E0%AE%AA%E0%AF%8B%E0%AE%B0%E0%AF%8D%E0%AE%9A%E0%AF%8D%E0%AE%9A%E0%AF%81%E0%AE%95%E0%AF%8D%E0%AE%95%E0%AE%B2%E0%AF%8D>,
        <http://lexvo.org/id/term/tel/%E0%B0%AA%E0%B1%8B%E0%B0%B0%E0%B1%8D%E0%B0%9A%E0%B1%81%E0%B0%97%E0%B0%B2%E0%B1%8D>,
        <http://lexvo.org/id/term/teo/Ureno>,
        <http://lexvo.org/id/term/tha/%E0%B9%82%E0%B8%9B%E0%B8%A3%E0%B8%95%E0%B8%B8%E0%B9%80%E0%B8%81%E0%B8%AA>,
        <http://lexvo.org/id/term/tir/%E1%8D%96%E1%88%AD%E1%89%B1%E1%8C%8B%E1%88%8D>,
        <http://lexvo.org/id/term/ton/Potukali>,
        <http://lexvo.org/id/term/tur/Portekiz>,
        <http://lexvo.org/id/term/twq/Portugaal>,
        <http://lexvo.org/id/term/tzm/Purtu%C9%A3al>,
        <http://lexvo.org/id/term/ukr/%D0%9F%D0%BE%D1%80%D1%82%D1%83%D0%B3%D0%B0%D0%BB%D1%96%D1%8F>,
        <http://lexvo.org/id/term/urd/%D9%BE%D8%B1%D8%AA%DA%AF%D8%A7%D9%84>,
        <http://lexvo.org/id/term/vai-Latn/Potok%C3%ADi>,
        <http://lexvo.org/id/term/vai/%EA%95%B6%EA%95%BF%EA%95%83%EA%94%A4%20%EA%95%B8%EA%96%83%EA%94%80>,
        <http://lexvo.org/id/term/vie/B%E1%BB%93%20%C4%90%C3%A0o%20Nha>,
        <http://lexvo.org/id/term/vun/Ureno>,
        <http://lexvo.org/id/term/wae/Portugal>,
        <http://lexvo.org/id/term/xog/Potugaali>,
        <http://lexvo.org/id/term/yav/p%C9%94ltuk%C3%A1al>,
        <http://lexvo.org/id/term/yor/Or%C3%ADl%E1%BA%B9%CC%81%C3%A8de%20P%E1%BB%8Dtugi>,
        <http://lexvo.org/id/term/zsm/Feringgi>,
        <http://lexvo.org/id/term/zul/i-Portugal> ;
    owl:sameAs <http://psi.oasis-open.org/iso/3166/#620>,
        <http://sws.geonames.org/2264397/> .

<http://lexvo.org/id/iso3166/PW> a lvont:GeographicRegion ;
    rdfs:label "Palau"@af,
        "Kpàlawù"@agq,
        "Palau"@ak,
        "ፓላው"@am,
        "بالاو"@ar,
        "Palau"@asa,
        "Paláu"@ast,
        "Palav"@az,
        "Pàlaù"@bas,
        "Палаў"@be,
        "Hupalau"@bez,
        "Палау"@bg,
        "Palawu"@bm,
        "পালাউ"@bn,
        "པ་ལཽ།"@bo,
        "Palau"@br,
        "पलाऊ"@brx,
        "Palau"@bs,
        "Палау"@bs-Cyrl,
        "Palau"@ca,
        "Palaawu"@cgg,
        "ᏆᎴᎠᏫ"@chr,
        "帕劳"@cmn,
        "帛琉"@cmn-Hant,
        "Palau"@cs,
        "Palau"@cy,
        "Palau"@da,
        "Palau"@dav,
        "Palau"@de,
        "Palu"@dje,
        "པ་ལའུ"@dz,
        "Palau"@ebu,
        "Palau nutome"@ee,
        "Παλάου"@el,
        "ISO 3166-1:PW"@en,
        "Palau"@en,
        "𐐑𐐲𐑊𐐵"@en-Dsrt,
        "Belaŭo"@eo,
        "Palau"@es,
        "Belau"@et,
        "Palau"@eu,
        "Palau"@ewo,
        "پالائو"@fa,
        "Palawu"@ff,
        "Palau"@fi,
        "Palau"@fil,
        "Palau"@fo,
        "Palaos"@fr,
        "Palau"@fur,
        "Palau"@ga,
        "Palabh"@gd,
        "Palau"@gl,
        "Palau"@gsw,
        "પલાઉ"@gu,
        "Palau"@guz,
        "Palau"@ha,
        "פאלאו"@he,
        "पलाऊ"@hi,
        "Palau"@hr,
        "Palau"@hu,
        "Պալաու"@hy,
        "Palau"@id,
        "Palá"@is,
        "Palau"@it,
        "パラオ"@ja,
        "Palau"@jmc,
        "პალაუ"@ka,
        "Palu"@kab,
        "Palau"@kam,
        "Palau"@kde,
        "Palau"@kea,
        "Palu"@khq,
        "Palau"@ki,
        "Palau"@kl,
        "Emetab Palau"@kln,
        "ផៅឡូ"@km,
        "ಪಲಾವು"@kn,
        "팔라우"@ko,
        "پَلاو"@ks,
        "Palau"@ksb,
        "palwa"@ksf,
        "Pallau"@ksh,
        "Paláau"@lag,
        "Palawu"@lg,
        "Palau"@ln,
        "ປາເລົາ"@lo,
        "Palau"@lt,
        "Palau"@lu,
        "Palau"@luo,
        "Palau"@luy,
        "Palau"@lv,
        "Palau"@mas,
        "Palau"@mer,
        "Palau"@mfe,
        "Palao"@mg,
        "Палау"@mk,
        "പലാവു"@ml,
        "पलाऊ"@mr,
        "Palau"@mt,
        "Sǝr Palau"@mua,
        "Palau"@naq,
        "Palau"@nb,
        "Palau"@nd,
        "पलाउ"@ne,
        "Palau"@nl,
        "Palo"@nmg,
        "Palau"@nn,
        "Palaawu"@nyn,
        "ପାଲାଉ"@or,
        "Palau"@pl,
        "Palau"@pt,
        "Palau"@rm,
        "Palawu"@rn,
        "Palau"@ro,
        "Palau"@rof,
        "Палау"@ru,
        "Palau"@rwk,
        "Palau"@saq,
        "Palawu"@sbp,
        "Palau"@se,
        "Palau"@seh,
        "Palu"@ses,
        "Palau"@sg,
        "ⴱⴰⵍⴰⵡ"@shi,
        "balaw"@shi-Latn,
        "පලාවු"@si,
        "Palau"@sk,
        "Palau"@sl,
        "Palau"@sn,
        "Palau"@so,
        "Палау"@sr,
        "Palau"@sr-Latn,
        "Palau"@sv,
        "Palau"@swc,
        "Palau"@swh,
        "பாலோ"@ta,
        "పలావు"@te,
        "Palau"@teo,
        "ปาเลา"@th,
        "ፓላው"@ti,
        "Palau"@to,
        "Palau"@tr,
        "Palu"@twq,
        "Palu"@tzm,
        "Палау"@uk,
        "پلاؤ"@ur,
        "ꕐꖃ"@vai,
        "Palo"@vai-Latn,
        "Palau"@vi,
        "Palau"@vun,
        "Palau"@wae,
        "Palawu"@xog,
        "palawú"@yav,
        "Orílẹ́ède Paalu"@yo,
        "Palau"@zsm,
        "i-Palau"@zu ;
    lvont:label <http://lexvo.org/id/term/afr/Palau>,
        <http://lexvo.org/id/term/agq/Kp%C3%A0law%C3%B9>,
        <http://lexvo.org/id/term/aka/Palau>,
        <http://lexvo.org/id/term/amh/%E1%8D%93%E1%88%8B%E1%8B%8D>,
        <http://lexvo.org/id/term/ara/%D8%A8%D8%A7%D9%84%D8%A7%D9%88>,
        <http://lexvo.org/id/term/asa/Palau>,
        <http://lexvo.org/id/term/ast/Pal%C3%A1u>,
        <http://lexvo.org/id/term/aze/Palav>,
        <http://lexvo.org/id/term/bam/Palawu>,
        <http://lexvo.org/id/term/bas/P%C3%A0la%C3%B9>,
        <http://lexvo.org/id/term/bel/%D0%9F%D0%B0%D0%BB%D0%B0%D1%9E>,
        <http://lexvo.org/id/term/ben/%E0%A6%AA%E0%A6%BE%E0%A6%B2%E0%A6%BE%E0%A6%89>,
        <http://lexvo.org/id/term/bez/Hupalau>,
        <http://lexvo.org/id/term/bod/%E0%BD%94%E0%BC%8B%E0%BD%A3%E0%BD%BD%E0%BC%8D>,
        <http://lexvo.org/id/term/bos-Cyrl/%D0%9F%D0%B0%D0%BB%D0%B0%D1%83>,
        <http://lexvo.org/id/term/bos/Palau>,
        <http://lexvo.org/id/term/bre/Palau>,
        <http://lexvo.org/id/term/brx/%E0%A4%AA%E0%A4%B2%E0%A4%BE%E0%A4%8A>,
        <http://lexvo.org/id/term/bul/%D0%9F%D0%B0%D0%BB%D0%B0%D1%83>,
        <http://lexvo.org/id/term/cat/Palau>,
        <http://lexvo.org/id/term/ces/Palau>,
        <http://lexvo.org/id/term/cgg/Palaawu>,
        <http://lexvo.org/id/term/chr/%E1%8F%86%E1%8E%B4%E1%8E%A0%E1%8F%AB>,
        <http://lexvo.org/id/term/cmn-Hant/%E5%B8%9B%E7%90%89>,
        <http://lexvo.org/id/term/cmn/%E5%B8%95%E5%8A%B3>,
        <http://lexvo.org/id/term/cym/Palau>,
        <http://lexvo.org/id/term/dan/Palau>,
        <http://lexvo.org/id/term/dav/Palau>,
        <http://lexvo.org/id/term/deu/Palau>,
        <http://lexvo.org/id/term/dje/Palu>,
        <http://lexvo.org/id/term/dzo/%E0%BD%94%E0%BC%8B%E0%BD%A3%E0%BD%A0%E0%BD%B4>,
        <http://lexvo.org/id/term/ebu/Palau>,
        <http://lexvo.org/id/term/ell/%CE%A0%CE%B1%CE%BB%CE%AC%CE%BF%CF%85>,
        <http://lexvo.org/id/term/eng-Dsrt/%F0%90%90%91%F0%90%90%B2%F0%90%91%8A%F0%90%90%B5>,
        <http://lexvo.org/id/term/eng/ISO%203166-1%3APW>,
        <http://lexvo.org/id/term/eng/Palau>,
        <http://lexvo.org/id/term/epo/Bela%C5%ADo>,
        <http://lexvo.org/id/term/est/Belau>,
        <http://lexvo.org/id/term/eus/Palau>,
        <http://lexvo.org/id/term/ewe/Palau%20nutome>,
        <http://lexvo.org/id/term/ewo/Palau>,
        <http://lexvo.org/id/term/fao/Palau>,
        <http://lexvo.org/id/term/fas/%D9%BE%D8%A7%D9%84%D8%A7%D8%A6%D9%88>,
        <http://lexvo.org/id/term/fil/Palau>,
        <http://lexvo.org/id/term/fin/Palau>,
        <http://lexvo.org/id/term/fra/Palaos>,
        <http://lexvo.org/id/term/ful/Palawu>,
        <http://lexvo.org/id/term/fur/Palau>,
        <http://lexvo.org/id/term/gla/Palabh>,
        <http://lexvo.org/id/term/gle/Palau>,
        <http://lexvo.org/id/term/glg/Palau>,
        <http://lexvo.org/id/term/gsw/Palau>,
        <http://lexvo.org/id/term/guj/%E0%AA%AA%E0%AA%B2%E0%AA%BE%E0%AA%89>,
        <http://lexvo.org/id/term/guz/Palau>,
        <http://lexvo.org/id/term/hau/Palau>,
        <http://lexvo.org/id/term/heb/%D7%A4%D7%90%D7%9C%D7%90%D7%95>,
        <http://lexvo.org/id/term/hin/%E0%A4%AA%E0%A4%B2%E0%A4%BE%E0%A4%8A>,
        <http://lexvo.org/id/term/hrv/Palau>,
        <http://lexvo.org/id/term/hun/Palau>,
        <http://lexvo.org/id/term/hye/%D5%8A%D5%A1%D5%AC%D5%A1%D5%B8%D6%82>,
        <http://lexvo.org/id/term/ind/Palau>,
        <http://lexvo.org/id/term/isl/Pal%C3%A1>,
        <http://lexvo.org/id/term/ita/Palau>,
        <http://lexvo.org/id/term/jmc/Palau>,
        <http://lexvo.org/id/term/jpn/%E3%83%91%E3%83%A9%E3%82%AA>,
        <http://lexvo.org/id/term/kab/Palu>,
        <http://lexvo.org/id/term/kal/Palau>,
        <http://lexvo.org/id/term/kam/Palau>,
        <http://lexvo.org/id/term/kan/%E0%B2%AA%E0%B2%B2%E0%B2%BE%E0%B2%B5%E0%B3%81>,
        <http://lexvo.org/id/term/kas/%D9%BE%D9%8E%D9%84%D8%A7%D9%88>,
        <http://lexvo.org/id/term/kat/%E1%83%9E%E1%83%90%E1%83%9A%E1%83%90%E1%83%A3>,
        <http://lexvo.org/id/term/kde/Palau>,
        <http://lexvo.org/id/term/kea/Palau>,
        <http://lexvo.org/id/term/khm/%E1%9E%95%E1%9F%85%E1%9E%A1%E1%9E%BC>,
        <http://lexvo.org/id/term/khq/Palu>,
        <http://lexvo.org/id/term/kik/Palau>,
        <http://lexvo.org/id/term/kln/Emetab%20Palau>,
        <http://lexvo.org/id/term/kor/%ED%8C%94%EB%9D%BC%EC%9A%B0>,
        <http://lexvo.org/id/term/ksb/Palau>,
        <http://lexvo.org/id/term/ksf/palwa>,
        <http://lexvo.org/id/term/ksh/Pallau>,
        <http://lexvo.org/id/term/lag/Pal%C3%A1au>,
        <http://lexvo.org/id/term/lao/%E0%BA%9B%E0%BA%B2%E0%BB%80%E0%BA%A5%E0%BA%BB%E0%BA%B2>,
        <http://lexvo.org/id/term/lav/Palau>,
        <http://lexvo.org/id/term/lin/Palau>,
        <http://lexvo.org/id/term/lit/Palau>,
        <http://lexvo.org/id/term/lub/Palau>,
        <http://lexvo.org/id/term/lug/Palawu>,
        <http://lexvo.org/id/term/luo/Palau>,
        <http://lexvo.org/id/term/luy/Palau>,
        <http://lexvo.org/id/term/mal/%E0%B4%AA%E0%B4%B2%E0%B4%BE%E0%B4%B5%E0%B5%81>,
        <http://lexvo.org/id/term/mar/%E0%A4%AA%E0%A4%B2%E0%A4%BE%E0%A4%8A>,
        <http://lexvo.org/id/term/mas/Palau>,
        <http://lexvo.org/id/term/mer/Palau>,
        <http://lexvo.org/id/term/mfe/Palau>,
        <http://lexvo.org/id/term/mkd/%D0%9F%D0%B0%D0%BB%D0%B0%D1%83>,
        <http://lexvo.org/id/term/mlg/Palao>,
        <http://lexvo.org/id/term/mlt/Palau>,
        <http://lexvo.org/id/term/mua/S%C7%9Dr%20Palau>,
        <http://lexvo.org/id/term/naq/Palau>,
        <http://lexvo.org/id/term/nde/Palau>,
        <http://lexvo.org/id/term/nep/%E0%A4%AA%E0%A4%B2%E0%A4%BE%E0%A4%89>,
        <http://lexvo.org/id/term/nld/Palau>,
        <http://lexvo.org/id/term/nmg/Palo>,
        <http://lexvo.org/id/term/nno/Palau>,
        <http://lexvo.org/id/term/nob/Palau>,
        <http://lexvo.org/id/term/nyn/Palaawu>,
        <http://lexvo.org/id/term/ori/%E0%AC%AA%E0%AC%BE%E0%AC%B2%E0%AC%BE%E0%AC%89>,
        <http://lexvo.org/id/term/pol/Palau>,
        <http://lexvo.org/id/term/por/Palau>,
        <http://lexvo.org/id/term/rof/Palau>,
        <http://lexvo.org/id/term/roh/Palau>,
        <http://lexvo.org/id/term/ron/Palau>,
        <http://lexvo.org/id/term/run/Palawu>,
        <http://lexvo.org/id/term/rus/%D0%9F%D0%B0%D0%BB%D0%B0%D1%83>,
        <http://lexvo.org/id/term/rwk/Palau>,
        <http://lexvo.org/id/term/sag/Palau>,
        <http://lexvo.org/id/term/saq/Palau>,
        <http://lexvo.org/id/term/sbp/Palawu>,
        <http://lexvo.org/id/term/seh/Palau>,
        <http://lexvo.org/id/term/ses/Palu>,
        <http://lexvo.org/id/term/shi-Latn/balaw>,
        <http://lexvo.org/id/term/shi/%E2%B4%B1%E2%B4%B0%E2%B5%8D%E2%B4%B0%E2%B5%A1>,
        <http://lexvo.org/id/term/sin/%E0%B6%B4%E0%B6%BD%E0%B7%8F%E0%B7%80%E0%B7%94>,
        <http://lexvo.org/id/term/slk/Palau>,
        <http://lexvo.org/id/term/slv/Palau>,
        <http://lexvo.org/id/term/sme/Palau>,
        <http://lexvo.org/id/term/sna/Palau>,
        <http://lexvo.org/id/term/som/Palau>,
        <http://lexvo.org/id/term/spa/Palau>,
        <http://lexvo.org/id/term/srp-Latn/Palau>,
        <http://lexvo.org/id/term/srp/%D0%9F%D0%B0%D0%BB%D0%B0%D1%83>,
        <http://lexvo.org/id/term/swc/Palau>,
        <http://lexvo.org/id/term/swe/Palau>,
        <http://lexvo.org/id/term/swh/Palau>,
        <http://lexvo.org/id/term/tam/%E0%AE%AA%E0%AE%BE%E0%AE%B2%E0%AF%8B>,
        <http://lexvo.org/id/term/tel/%E0%B0%AA%E0%B0%B2%E0%B0%BE%E0%B0%B5%E0%B1%81>,
        <http://lexvo.org/id/term/teo/Palau>,
        <http://lexvo.org/id/term/tha/%E0%B8%9B%E0%B8%B2%E0%B9%80%E0%B8%A5%E0%B8%B2>,
        <http://lexvo.org/id/term/tir/%E1%8D%93%E1%88%8B%E1%8B%8D>,
        <http://lexvo.org/id/term/ton/Palau>,
        <http://lexvo.org/id/term/tur/Palau>,
        <http://lexvo.org/id/term/twq/Palu>,
        <http://lexvo.org/id/term/tzm/Palu>,
        <http://lexvo.org/id/term/ukr/%D0%9F%D0%B0%D0%BB%D0%B0%D1%83>,
        <http://lexvo.org/id/term/urd/%D9%BE%D9%84%D8%A7%D8%A4>,
        <http://lexvo.org/id/term/vai-Latn/Palo>,
        <http://lexvo.org/id/term/vai/%EA%95%90%EA%96%83>,
        <http://lexvo.org/id/term/vie/Palau>,
        <http://lexvo.org/id/term/vun/Palau>,
        <http://lexvo.org/id/term/wae/Palau>,
        <http://lexvo.org/id/term/xog/Palawu>,
        <http://lexvo.org/id/term/yav/palaw%C3%BA>,
        <http://lexvo.org/id/term/yor/Or%C3%ADl%E1%BA%B9%CC%81%C3%A8de%20Paalu>,
        <http://lexvo.org/id/term/zsm/Palau>,
        <http://lexvo.org/id/term/zul/i-Palau> ;
    owl:sameAs <http://psi.oasis-open.org/iso/3166/#585>,
        <http://sws.geonames.org/1559582/> .

<http://lexvo.org/id/iso3166/PY> a lvont:GeographicRegion ;
    rdfs:label "Paraguay"@af,
        "Kpalàgwɛ̂"@agq,
        "Paraguay"@ak,
        "ፓራጓይ"@am,
        "باراغواي"@ar,
        "Paragwai"@asa,
        "Paraguay"@ast,
        "Paraqvay"@az,
        "Pàràgwê"@bas,
        "Парагвай"@be,
        "Hupalagwai"@bez,
        "Парагвай"@bg,
        "Paraguwayi"@bm,
        "প্যারাগোয়ে"@bn,
        "པཱ་ར་གེ།"@bo,
        "Paraguay"@br,
        "पारागुए"@brx,
        "Paragvaj"@bs,
        "Парагвај"@bs-Cyrl,
        "Paraguai"@ca,
        "Paragwai"@cgg,
        "ᏆᎳᏇᎢᏯ"@chr,
        "巴拉圭"@cmn,
        "巴拉圭"@cmn-Hant,
        "Paraguay"@cs,
        "Paraguay"@cy,
        "Paraguay"@da,
        "Paragwai"@dav,
        "Paraguay"@de,
        "Paraguwey"@dje,
        "པ་ར་གུ་ཝའི"@dz,
        "Paragwai"@ebu,
        "Paragua nutome"@ee,
        "Παραγουάη"@el,
        "ISO 3166-1:PY"@en,
        "Paraguay"@en,
        "𐐑𐐯𐑉𐐲𐑀𐐶𐐴"@en-Dsrt,
        "Paragvajo"@eo,
        "Paraguay"@es,
        "Paraguay"@et,
        "Paraguai"@eu,
        "Paragué"@ewo,
        "پاراگوئه"@fa,
        "پاراگوای"@fa,
        "Paraguwaay"@ff,
        "Paraguay"@fi,
        "Paraguay"@fil,
        "Paraguei"@fo,
        "Paraguay"@fr,
        "Paraguay"@fur,
        "Paragua"@ga,
        "Paraguaidh"@gd,
        "Paraguai"@gl,
        "Paraguai"@gsw,
        "પેરાગ્વે"@gu,
        "Paragwai"@guz,
        "Paragai"@ha,
        "פרגוואי"@he,
        "पारागुए"@hi,
        "Paragvaj"@hr,
        "Paraguay"@hu,
        "Պարագվայ"@hy,
        "Paraguay"@ia,
        "Paraguay"@id,
        "Paragvæ"@is,
        "Paraguay"@it,
        "パラグアイ"@ja,
        "Paragwai"@jmc,
        "პარაგვაი"@ka,
        "Paragway"@kab,
        "Paragwai"@kam,
        "Palagwai"@kde,
        "Paraguai"@kea,
        "Paraguwey"@khq,
        "Paragwai"@ki,
        "Paraguay"@kl,
        "Emetab Paraguay"@kln,
        "ប៉ារ៉ាហ្គាយ"@km,
        "ಪರಾಗ್ವೇ"@kn,
        "파라과이"@ko,
        "پَراگُے"@ks,
        "Palagwai"@ksb,
        "paragwɛ́"@ksf,
        "Parraguwai"@ksh,
        "Paraguáai"@lag,
        "Paragwayi"@lg,
        "Palagwei"@ln,
        "ປາລາກວຍ"@lo,
        "Paragvajus"@lt,
        "Palagwei"@lu,
        "Paraguay"@luo,
        "Paragwai"@luy,
        "Paragvaja"@lv,
        "Paragwai"@mas,
        "Paragwai"@mer,
        "Paraguay"@mfe,
        "Paragoay"@mg,
        "Paragwai"@mgh,
        "Парагвај"@mk,
        "പരാഗ്വേ"@ml,
        "पराग्वे"@mr,
        "Paragwaj"@mt,
        "Paragwai"@mua,
        "ပါရာဂွေး"@my,
        "Paraguaib"@naq,
        "Paraguay"@nb,
        "Paraguay"@nd,
        "प्यारागुये"@ne,
        "Paraguay"@nl,
        "Paraguay"@nmg,
        "Paraguay"@nn,
        "Paragwai"@nyn,
        "ପାରାଗୁଏ"@or,
        "Paragwaj"@pl,
        "Paraguai"@pt,
        "Paraguai"@rm,
        "Paragwe"@rn,
        "Paraguay"@ro,
        "Paragwai"@rof,
        "Парагвай"@ru,
        "Paragwai"@rwk,
        "Paragwai"@saq,
        "Palagwayi"@sbp,
        "Paraguay"@se,
        "Paraguai"@seh,
        "Paraguwey"@ses,
        "Paraguëe"@sg,
        "ⴱⴰⵔⴰⴳⵡⴰⵢ"@shi,
        "baragway"@shi-Latn,
        "පැරගුවේ"@si,
        "Paraguaj"@sk,
        "Paragvaj"@sl,
        "Paraguay"@sn,
        "Paraguay"@so,
        "Paraguaj"@sq,
        "Парагвај"@sr,
        "Paragvaj"@sr-Latn,
        "Paraguay"@sv,
        "Paragwai"@swc,
        "Paragwai"@swh,
        "பாரகுவே"@ta,
        "పెరగువే"@te,
        "Paragwai"@teo,
        "ปารากวัย"@th,
        "ፓራጓይ"@ti,
        "Palakuei"@to,
        "Paraguay"@tr,
        "Paraguwey"@twq,
        "Paragway"@tzm,
        "Парагвай"@uk,
        "پیراگوئے"@ur,
        "ꕐꕟꗝꔀ"@vai,
        "Paragɔe"@vai-Latn,
        "Paraguay"@vi,
        "Paragwai"@vun,
        "Paraguai"@wae,
        "Paragwayi"@xog,
        "palakúé"@yav,
        "Orílẹ́ède Paraguye"@yo,
        "Paraguay"@zsm,
        "i-Paraguay"@zu ;
    lvont:label <http://lexvo.org/id/term/afr/Paraguay>,
        <http://lexvo.org/id/term/agq/Kpal%C3%A0gw%C9%9B%CC%82>,
        <http://lexvo.org/id/term/aka/Paraguay>,
        <http://lexvo.org/id/term/amh/%E1%8D%93%E1%88%AB%E1%8C%93%E1%8B%AD>,
        <http://lexvo.org/id/term/ara/%D8%A8%D8%A7%D8%B1%D8%A7%D8%BA%D9%88%D8%A7%D9%8A>,
        <http://lexvo.org/id/term/asa/Paragwai>,
        <http://lexvo.org/id/term/ast/Paraguay>,
        <http://lexvo.org/id/term/aze/Paraqvay>,
        <http://lexvo.org/id/term/bam/Paraguwayi>,
        <http://lexvo.org/id/term/bas/P%C3%A0r%C3%A0gw%C3%AA>,
        <http://lexvo.org/id/term/bel/%D0%9F%D0%B0%D1%80%D0%B0%D0%B3%D0%B2%D0%B0%D0%B9>,
        <http://lexvo.org/id/term/ben/%E0%A6%AA%E0%A7%8D%E0%A6%AF%E0%A6%BE%E0%A6%B0%E0%A6%BE%E0%A6%97%E0%A7%8B%E0%A6%AF%E0%A6%BC%E0%A7%87>,
        <http://lexvo.org/id/term/bez/Hupalagwai>,
        <http://lexvo.org/id/term/bod/%E0%BD%94%E0%BD%B1%E0%BC%8B%E0%BD%A2%E0%BC%8B%E0%BD%82%E0%BD%BA%E0%BC%8D>,
        <http://lexvo.org/id/term/bos-Cyrl/%D0%9F%D0%B0%D1%80%D0%B0%D0%B3%D0%B2%D0%B0%D1%98>,
        <http://lexvo.org/id/term/bos/Paragvaj>,
        <http://lexvo.org/id/term/bre/Paraguay>,
        <http://lexvo.org/id/term/brx/%E0%A4%AA%E0%A4%BE%E0%A4%B0%E0%A4%BE%E0%A4%97%E0%A5%81%E0%A4%8F>,
        <http://lexvo.org/id/term/bul/%D0%9F%D0%B0%D1%80%D0%B0%D0%B3%D0%B2%D0%B0%D0%B9>,
        <http://lexvo.org/id/term/cat/Paraguai>,
        <http://lexvo.org/id/term/ces/Paraguay>,
        <http://lexvo.org/id/term/cgg/Paragwai>,
        <http://lexvo.org/id/term/chr/%E1%8F%86%E1%8E%B3%E1%8F%87%E1%8E%A2%E1%8F%AF>,
        <http://lexvo.org/id/term/cmn-Hant/%E5%B7%B4%E6%8B%89%E5%9C%AD>,
        <http://lexvo.org/id/term/cmn/%E5%B7%B4%E6%8B%89%E5%9C%AD>,
        <http://lexvo.org/id/term/cym/Paraguay>,
        <http://lexvo.org/id/term/dan/Paraguay>,
        <http://lexvo.org/id/term/dav/Paragwai>,
        <http://lexvo.org/id/term/deu/Paraguay>,
        <http://lexvo.org/id/term/dje/Paraguwey>,
        <http://lexvo.org/id/term/dzo/%E0%BD%94%E0%BC%8B%E0%BD%A2%E0%BC%8B%E0%BD%82%E0%BD%B4%E0%BC%8B%E0%BD%9D%E0%BD%A0%E0%BD%B2>,
        <http://lexvo.org/id/term/ebu/Paragwai>,
        <http://lexvo.org/id/term/ell/%CE%A0%CE%B1%CF%81%CE%B1%CE%B3%CE%BF%CF%85%CE%AC%CE%B7>,
        <http://lexvo.org/id/term/eng-Dsrt/%F0%90%90%91%F0%90%90%AF%F0%90%91%89%F0%90%90%B2%F0%90%91%80%F0%90%90%B6%F0%90%90%B4>,
        <http://lexvo.org/id/term/eng/ISO%203166-1%3APY>,
        <http://lexvo.org/id/term/eng/Paraguay>,
        <http://lexvo.org/id/term/epo/Paragvajo>,
        <http://lexvo.org/id/term/est/Paraguay>,
        <http://lexvo.org/id/term/eus/Paraguai>,
        <http://lexvo.org/id/term/ewe/Paragua%20nutome>,
        <http://lexvo.org/id/term/ewo/Paragu%C3%A9>,
        <http://lexvo.org/id/term/fao/Paraguei>,
        <http://lexvo.org/id/term/fas/%D9%BE%D8%A7%D8%B1%D8%A7%DA%AF%D9%88%D8%A6%D9%87>,
        <http://lexvo.org/id/term/fas/%D9%BE%D8%A7%D8%B1%D8%A7%DA%AF%D9%88%D8%A7%DB%8C>,
        <http://lexvo.org/id/term/fil/Paraguay>,
        <http://lexvo.org/id/term/fin/Paraguay>,
        <http://lexvo.org/id/term/fra/Paraguay>,
        <http://lexvo.org/id/term/ful/Paraguwaay>,
        <http://lexvo.org/id/term/fur/Paraguay>,
        <http://lexvo.org/id/term/gla/Paraguaidh>,
        <http://lexvo.org/id/term/gle/Paragua>,
        <http://lexvo.org/id/term/glg/Paraguai>,
        <http://lexvo.org/id/term/gsw/Paraguai>,
        <http://lexvo.org/id/term/guj/%E0%AA%AA%E0%AB%87%E0%AA%B0%E0%AA%BE%E0%AA%97%E0%AB%8D%E0%AA%B5%E0%AB%87>,
        <http://lexvo.org/id/term/guz/Paragwai>,
        <http://lexvo.org/id/term/hau/Paragai>,
        <http://lexvo.org/id/term/heb/%D7%A4%D7%A8%D7%92%D7%95%D7%95%D7%90%D7%99>,
        <http://lexvo.org/id/term/hin/%E0%A4%AA%E0%A4%BE%E0%A4%B0%E0%A4%BE%E0%A4%97%E0%A5%81%E0%A4%8F>,
        <http://lexvo.org/id/term/hrv/Paragvaj>,
        <http://lexvo.org/id/term/hun/Paraguay>,
        <http://lexvo.org/id/term/hye/%D5%8A%D5%A1%D6%80%D5%A1%D5%A3%D5%BE%D5%A1%D5%B5>,
        <http://lexvo.org/id/term/ina/Paraguay>,
        <http://lexvo.org/id/term/ind/Paraguay>,
        <http://lexvo.org/id/term/isl/Paragv%C3%A6>,
        <http://lexvo.org/id/term/ita/Paraguay>,
        <http://lexvo.org/id/term/jmc/Paragwai>,
        <http://lexvo.org/id/term/jpn/%E3%83%91%E3%83%A9%E3%82%B0%E3%82%A2%E3%82%A4>,
        <http://lexvo.org/id/term/kab/Paragway>,
        <http://lexvo.org/id/term/kal/Paraguay>,
        <http://lexvo.org/id/term/kam/Paragwai>,
        <http://lexvo.org/id/term/kan/%E0%B2%AA%E0%B2%B0%E0%B2%BE%E0%B2%97%E0%B3%8D%E0%B2%B5%E0%B3%87>,
        <http://lexvo.org/id/term/kas/%D9%BE%D9%8E%D8%B1%D8%A7%DA%AF%D9%8F%DB%92>,
        <http://lexvo.org/id/term/kat/%E1%83%9E%E1%83%90%E1%83%A0%E1%83%90%E1%83%92%E1%83%95%E1%83%90%E1%83%98>,
        <http://lexvo.org/id/term/kde/Palagwai>,
        <http://lexvo.org/id/term/kea/Paraguai>,
        <http://lexvo.org/id/term/khm/%E1%9E%94%E1%9F%89%E1%9E%B6%E1%9E%9A%E1%9F%89%E1%9E%B6%E1%9E%A0%E1%9F%92%E1%9E%82%E1%9E%B6%E1%9E%99>,
        <http://lexvo.org/id/term/khq/Paraguwey>,
        <http://lexvo.org/id/term/kik/Paragwai>,
        <http://lexvo.org/id/term/kln/Emetab%20Paraguay>,
        <http://lexvo.org/id/term/kor/%ED%8C%8C%EB%9D%BC%EA%B3%BC%EC%9D%B4>,
        <http://lexvo.org/id/term/ksb/Palagwai>,
        <http://lexvo.org/id/term/ksf/paragw%C9%9B%CC%81>,
        <http://lexvo.org/id/term/ksh/Parraguwai>,
        <http://lexvo.org/id/term/lag/Paragu%C3%A1ai>,
        <http://lexvo.org/id/term/lao/%E0%BA%9B%E0%BA%B2%E0%BA%A5%E0%BA%B2%E0%BA%81%E0%BA%A7%E0%BA%8D>,
        <http://lexvo.org/id/term/lav/Paragvaja>,
        <http://lexvo.org/id/term/lin/Palagwei>,
        <http://lexvo.org/id/term/lit/Paragvajus>,
        <http://lexvo.org/id/term/lub/Palagwei>,
        <http://lexvo.org/id/term/lug/Paragwayi>,
        <http://lexvo.org/id/term/luo/Paraguay>,
        <http://lexvo.org/id/term/luy/Paragwai>,
        <http://lexvo.org/id/term/mal/%E0%B4%AA%E0%B4%B0%E0%B4%BE%E0%B4%97%E0%B5%8D%E0%B4%B5%E0%B5%87>,
        <http://lexvo.org/id/term/mar/%E0%A4%AA%E0%A4%B0%E0%A4%BE%E0%A4%97%E0%A5%8D%E0%A4%B5%E0%A5%87>,
        <http://lexvo.org/id/term/mas/Paragwai>,
        <http://lexvo.org/id/term/mer/Paragwai>,
        <http://lexvo.org/id/term/mfe/Paraguay>,
        <http://lexvo.org/id/term/mgh/Paragwai>,
        <http://lexvo.org/id/term/mkd/%D0%9F%D0%B0%D1%80%D0%B0%D0%B3%D0%B2%D0%B0%D1%98>,
        <http://lexvo.org/id/term/mlg/Paragoay>,
        <http://lexvo.org/id/term/mlt/Paragwaj>,
        <http://lexvo.org/id/term/mua/Paragwai>,
        <http://lexvo.org/id/term/mya/%E1%80%95%E1%80%AB%E1%80%9B%E1%80%AC%E1%80%82%E1%80%BD%E1%80%B1%E1%80%B8>,
        <http://lexvo.org/id/term/naq/Paraguaib>,
        <http://lexvo.org/id/term/nde/Paraguay>,
        <http://lexvo.org/id/term/nep/%E0%A4%AA%E0%A5%8D%E0%A4%AF%E0%A4%BE%E0%A4%B0%E0%A4%BE%E0%A4%97%E0%A5%81%E0%A4%AF%E0%A5%87>,
        <http://lexvo.org/id/term/nld/Paraguay>,
        <http://lexvo.org/id/term/nmg/Paraguay>,
        <http://lexvo.org/id/term/nno/Paraguay>,
        <http://lexvo.org/id/term/nob/Paraguay>,
        <http://lexvo.org/id/term/nyn/Paragwai>,
        <http://lexvo.org/id/term/ori/%E0%AC%AA%E0%AC%BE%E0%AC%B0%E0%AC%BE%E0%AC%97%E0%AD%81%E0%AC%8F>,
        <http://lexvo.org/id/term/pol/Paragwaj>,
        <http://lexvo.org/id/term/por/Paraguai>,
        <http://lexvo.org/id/term/rof/Paragwai>,
        <http://lexvo.org/id/term/roh/Paraguai>,
        <http://lexvo.org/id/term/ron/Paraguay>,
        <http://lexvo.org/id/term/run/Paragwe>,
        <http://lexvo.org/id/term/rus/%D0%9F%D0%B0%D1%80%D0%B0%D0%B3%D0%B2%D0%B0%D0%B9>,
        <http://lexvo.org/id/term/rwk/Paragwai>,
        <http://lexvo.org/id/term/sag/Paragu%C3%ABe>,
        <http://lexvo.org/id/term/saq/Paragwai>,
        <http://lexvo.org/id/term/sbp/Palagwayi>,
        <http://lexvo.org/id/term/seh/Paraguai>,
        <http://lexvo.org/id/term/ses/Paraguwey>,
        <http://lexvo.org/id/term/shi-Latn/baragway>,
        <http://lexvo.org/id/term/shi/%E2%B4%B1%E2%B4%B0%E2%B5%94%E2%B4%B0%E2%B4%B3%E2%B5%A1%E2%B4%B0%E2%B5%A2>,
        <http://lexvo.org/id/term/sin/%E0%B6%B4%E0%B7%90%E0%B6%BB%E0%B6%9C%E0%B7%94%E0%B7%80%E0%B7%9A>,
        <http://lexvo.org/id/term/slk/Paraguaj>,
        <http://lexvo.org/id/term/slv/Paragvaj>,
        <http://lexvo.org/id/term/sme/Paraguay>,
        <http://lexvo.org/id/term/sna/Paraguay>,
        <http://lexvo.org/id/term/som/Paraguay>,
        <http://lexvo.org/id/term/spa/Paraguay>,
        <http://lexvo.org/id/term/sqi/Paraguaj>,
        <http://lexvo.org/id/term/srp-Latn/Paragvaj>,
        <http://lexvo.org/id/term/srp/%D0%9F%D0%B0%D1%80%D0%B0%D0%B3%D0%B2%D0%B0%D1%98>,
        <http://lexvo.org/id/term/swc/Paragwai>,
        <http://lexvo.org/id/term/swe/Paraguay>,
        <http://lexvo.org/id/term/swh/Paragwai>,
        <http://lexvo.org/id/term/tam/%E0%AE%AA%E0%AE%BE%E0%AE%B0%E0%AE%95%E0%AF%81%E0%AE%B5%E0%AF%87>,
        <http://lexvo.org/id/term/tel/%E0%B0%AA%E0%B1%86%E0%B0%B0%E0%B0%97%E0%B1%81%E0%B0%B5%E0%B1%87>,
        <http://lexvo.org/id/term/teo/Paragwai>,
        <http://lexvo.org/id/term/tha/%E0%B8%9B%E0%B8%B2%E0%B8%A3%E0%B8%B2%E0%B8%81%E0%B8%A7%E0%B8%B1%E0%B8%A2>,
        <http://lexvo.org/id/term/tir/%E1%8D%93%E1%88%AB%E1%8C%93%E1%8B%AD>,
        <http://lexvo.org/id/term/ton/Palakuei>,
        <http://lexvo.org/id/term/tur/Paraguay>,
        <http://lexvo.org/id/term/twq/Paraguwey>,
        <http://lexvo.org/id/term/tzm/Paragway>,
        <http://lexvo.org/id/term/ukr/%D0%9F%D0%B0%D1%80%D0%B0%D0%B3%D0%B2%D0%B0%D0%B9>,
        <http://lexvo.org/id/term/urd/%D9%BE%DB%8C%D8%B1%D8%A7%DA%AF%D9%88%D8%A6%DB%92>,
        <http://lexvo.org/id/term/vai-Latn/Parag%C9%94e>,
        <http://lexvo.org/id/term/vai/%EA%95%90%EA%95%9F%EA%97%9D%EA%94%80>,
        <http://lexvo.org/id/term/vie/Paraguay>,
        <http://lexvo.org/id/term/vun/Paragwai>,
        <http://lexvo.org/id/term/wae/Paraguai>,
        <http://lexvo.org/id/term/xog/Paragwayi>,
        <http://lexvo.org/id/term/yav/palak%C3%BA%C3%A9>,
        <http://lexvo.org/id/term/yor/Or%C3%ADl%E1%BA%B9%CC%81%C3%A8de%20Paraguye>,
        <http://lexvo.org/id/term/zsm/Paraguay>,
        <http://lexvo.org/id/term/zul/i-Paraguay> ;
    owl:sameAs <http://psi.oasis-open.org/iso/3166/#600>,
        <http://sws.geonames.org/3437598/> .

<http://lexvo.org/id/iso3166/QA> a lvont:GeographicRegion ;
    rdfs:label "Katar"@af,
        "Katà"@agq,
        "Kata"@ak,
        "ኳታር"@am,
        "قطر"@ar,
        "Katari"@asa,
        "Qatar"@ast,
        "Qatar"@az,
        "Kàtâr"@bas,
        "Катар"@be,
        "Hukatali"@bez,
        "Катар"@bg,
        "Katari"@bm,
        "কাতার"@bn,
        "ཀ་ཏཱར།"@bo,
        "Qatar"@br,
        "क़तार"@brx,
        "Katar"@bs,
        "Катар"@bs-Cyrl,
        "Qatar"@ca,
        "Kata"@cgg,
        "ᎧᏔᎵ"@chr,
        "卡塔尔"@cmn,
        "卡達"@cmn-Hant,
        "Katar"@cs,
        "Qatar"@cy,
        "Qatar"@da,
        "Katari"@dav,
        "Katar"@de,
        "Kataar"@dje,
        "ཀ་ཊར"@dz,
        "Katari"@ebu,
        "Katar nutome"@ee,
        "Κατάρ"@el,
        "ISO 3166-1:QA"@en,
        "Qatar"@en,
        "𐐗𐐲𐐻𐐪𐑉"@en-Dsrt,
        "Kataro"@eo,
        "Qatar"@es,
        "Katar"@et,
        "Katar"@eu,
        "Katár"@ewo,
        "قطر"@fa,
        "Kataar"@ff,
        "Qatar"@fi,
        "Qatar"@fil,
        "Katar"@fo,
        "Qatar"@fr,
        "Qatar"@fur,
        "Catar"@ga,
        "Catar"@gd,
        "Qatar"@gl,
        "Ggatar"@gsw,
        "કતાર"@gu,
        "Katari"@guz,
        "Kwatar"@ha,
        "קטאר"@he,
        "कतर"@hi,
        "Katar"@hr,
        "Katar"@hu,
        "Կատար"@hy,
        "Qatar"@id,
        "Katar"@is,
        "Qatar"@it,
        "カタール"@ja,
        "Katari"@jmc,
        "კატარი"@ka,
        "Qaṭar"@kab,
        "Katari"@kam,
        "Katali"@kde,
        "Katar"@kea,
        "Kataar"@khq,
        "Katari"@ki,
        "Quatar"@kl,
        "Emetab Qatar"@kln,
        "កាតារ"@km,
        "ಕತಾರ್"@kn,
        "카타르"@ko,
        "قَطِر"@ks,
        "Katali"@ksb,
        "katá"@ksf,
        "Kataa"@ksh,
        "Katáari"@lag,
        "Kataa"@lg,
        "Katari"@ln,
        "ກາຕາ"@lo,
        "Kataras"@lt,
        "Katari"@lu,
        "Qatar"@luo,
        "Katari"@luy,
        "Katara"@lv,
        "Katari"@mas,
        "Kata"@mer,
        "Katar"@mfe,
        "Katar"@mg,
        "Ukatari"@mgh,
        "Катар"@mk,
        "ഖത്തർ"@ml,
        "कतार"@mr,
        "Qatar"@mt,
        "Katar"@mua,
        "ကာတာ"@my,
        "Qatar"@naq,
        "Qatar"@nb,
        "Kathari"@nd,
        "कतार"@ne,
        "Qatar"@nl,
        "Katar"@nmg,
        "Qatar"@nn,
        "Kata"@nyn,
        "କତାର୍"@or,
        "Katar"@pl,
        "Catar"@pt,
        "Katar"@rm,
        "Katari"@rn,
        "Qatar"@ro,
        "Katari"@rof,
        "Катар"@ru,
        "Katari"@rwk,
        "Katari"@saq,
        "Katali"@sbp,
        "Qatar"@se,
        "Catar"@seh,
        "Kataar"@ses,
        "Katära"@sg,
        "ⵇⴰⵜⴰⵔ"@shi,
        "qatar"@shi-Latn,
        "කටාර්ය"@si,
        "Katar"@sk,
        "Katar"@sl,
        "Qatar"@sn,
        "Qadar"@so,
        "Katar"@sq,
        "Катар"@sr,
        "Katar"@sr-Latn,
        "Qatar"@sv,
        "Katari"@swc,
        "Katari"@swh,
        "கதார்"@ta,
        "కతర్"@te,
        "Katari"@teo,
        "กาตาร์"@th,
        "ኳታር"@ti,
        "Katā"@to,
        "Katar"@tr,
        "Kataar"@twq,
        "Qaṭar"@tzm,
        "Катар"@uk,
        "قطر"@ur,
        "ꕪꕚꕌ"@vai,
        "Kataha"@vai-Latn,
        "Qatar"@vi,
        "Katari"@vun,
        "Katar"@wae,
        "Kataa"@xog,
        "katáal"@yav,
        "Orílẹ́ède Kota"@yo,
        "Qatar"@zsm,
        "i-Qatar"@zu ;
    lvont:label <http://lexvo.org/id/term/afr/Katar>,
        <http://lexvo.org/id/term/agq/Kat%C3%A0>,
        <http://lexvo.org/id/term/aka/Kata>,
        <http://lexvo.org/id/term/amh/%E1%8A%B3%E1%89%B3%E1%88%AD>,
        <http://lexvo.org/id/term/ara/%D9%82%D8%B7%D8%B1>,
        <http://lexvo.org/id/term/asa/Katari>,
        <http://lexvo.org/id/term/ast/Qatar>,
        <http://lexvo.org/id/term/aze/Qatar>,
        <http://lexvo.org/id/term/bam/Katari>,
        <http://lexvo.org/id/term/bas/K%C3%A0t%C3%A2r>,
        <http://lexvo.org/id/term/bel/%D0%9A%D0%B0%D1%82%D0%B0%D1%80>,
        <http://lexvo.org/id/term/ben/%E0%A6%95%E0%A6%BE%E0%A6%A4%E0%A6%BE%E0%A6%B0>,
        <http://lexvo.org/id/term/bez/Hukatali>,
        <http://lexvo.org/id/term/bod/%E0%BD%80%E0%BC%8B%E0%BD%8F%E0%BD%B1%E0%BD%A2%E0%BC%8D>,
        <http://lexvo.org/id/term/bos-Cyrl/%D0%9A%D0%B0%D1%82%D0%B0%D1%80>,
        <http://lexvo.org/id/term/bos/Katar>,
        <http://lexvo.org/id/term/bre/Qatar>,
        <http://lexvo.org/id/term/brx/%E0%A4%95%E0%A4%BC%E0%A4%A4%E0%A4%BE%E0%A4%B0>,
        <http://lexvo.org/id/term/bul/%D0%9A%D0%B0%D1%82%D0%B0%D1%80>,
        <http://lexvo.org/id/term/cat/Qatar>,
        <http://lexvo.org/id/term/ces/Katar>,
        <http://lexvo.org/id/term/cgg/Kata>,
        <http://lexvo.org/id/term/chr/%E1%8E%A7%E1%8F%94%E1%8E%B5>,
        <http://lexvo.org/id/term/cmn-Hant/%E5%8D%A1%E9%81%94>,
        <http://lexvo.org/id/term/cmn/%E5%8D%A1%E5%A1%94%E5%B0%94>,
        <http://lexvo.org/id/term/cym/Qatar>,
        <http://lexvo.org/id/term/dan/Qatar>,
        <http://lexvo.org/id/term/dav/Katari>,
        <http://lexvo.org/id/term/deu/Katar>,
        <http://lexvo.org/id/term/dje/Kataar>,
        <http://lexvo.org/id/term/dzo/%E0%BD%80%E0%BC%8B%E0%BD%8A%E0%BD%A2>,
        <http://lexvo.org/id/term/ebu/Katari>,
        <http://lexvo.org/id/term/ell/%CE%9A%CE%B1%CF%84%CE%AC%CF%81>,
        <http://lexvo.org/id/term/eng-Dsrt/%F0%90%90%97%F0%90%90%B2%F0%90%90%BB%F0%90%90%AA%F0%90%91%89>,
        <http://lexvo.org/id/term/eng/ISO%203166-1%3AQA>,
        <http://lexvo.org/id/term/eng/Qatar>,
        <http://lexvo.org/id/term/epo/Kataro>,
        <http://lexvo.org/id/term/est/Katar>,
        <http://lexvo.org/id/term/eus/Katar>,
        <http://lexvo.org/id/term/ewe/Katar%20nutome>,
        <http://lexvo.org/id/term/ewo/Kat%C3%A1r>,
        <http://lexvo.org/id/term/fao/Katar>,
        <http://lexvo.org/id/term/fas/%D9%82%D8%B7%D8%B1>,
        <http://lexvo.org/id/term/fil/Qatar>,
        <http://lexvo.org/id/term/fin/Qatar>,
        <http://lexvo.org/id/term/fra/Qatar>,
        <http://lexvo.org/id/term/ful/Kataar>,
        <http://lexvo.org/id/term/fur/Qatar>,
        <http://lexvo.org/id/term/gla/Catar>,
        <http://lexvo.org/id/term/gle/Catar>,
        <http://lexvo.org/id/term/glg/Qatar>,
        <http://lexvo.org/id/term/gsw/Ggatar>,
        <http://lexvo.org/id/term/guj/%E0%AA%95%E0%AA%A4%E0%AA%BE%E0%AA%B0>,
        <http://lexvo.org/id/term/guz/Katari>,
        <http://lexvo.org/id/term/hau/Kwatar>,
        <http://lexvo.org/id/term/heb/%D7%A7%D7%98%D7%90%D7%A8>,
        <http://lexvo.org/id/term/hin/%E0%A4%95%E0%A4%A4%E0%A4%B0>,
        <http://lexvo.org/id/term/hrv/Katar>,
        <http://lexvo.org/id/term/hun/Katar>,
        <http://lexvo.org/id/term/hye/%D4%BF%D5%A1%D5%BF%D5%A1%D6%80>,
        <http://lexvo.org/id/term/ind/Qatar>,
        <http://lexvo.org/id/term/isl/Katar>,
        <http://lexvo.org/id/term/ita/Qatar>,
        <http://lexvo.org/id/term/jmc/Katari>,
        <http://lexvo.org/id/term/jpn/%E3%82%AB%E3%82%BF%E3%83%BC%E3%83%AB>,
        <http://lexvo.org/id/term/kab/Qa%E1%B9%ADar>,
        <http://lexvo.org/id/term/kal/Quatar>,
        <http://lexvo.org/id/term/kam/Katari>,
        <http://lexvo.org/id/term/kan/%E0%B2%95%E0%B2%A4%E0%B2%BE%E0%B2%B0%E0%B3%8D>,
        <http://lexvo.org/id/term/kas/%D9%82%D9%8E%D8%B7%D9%90%D8%B1>,
        <http://lexvo.org/id/term/kat/%E1%83%99%E1%83%90%E1%83%A2%E1%83%90%E1%83%A0%E1%83%98>,
        <http://lexvo.org/id/term/kde/Katali>,
        <http://lexvo.org/id/term/kea/Katar>,
        <http://lexvo.org/id/term/khm/%E1%9E%80%E1%9E%B6%E1%9E%8F%E1%9E%B6%E1%9E%9A>,
        <http://lexvo.org/id/term/khq/Kataar>,
        <http://lexvo.org/id/term/kik/Katari>,
        <http://lexvo.org/id/term/kln/Emetab%20Qatar>,
        <http://lexvo.org/id/term/kor/%EC%B9%B4%ED%83%80%EB%A5%B4>,
        <http://lexvo.org/id/term/ksb/Katali>,
        <http://lexvo.org/id/term/ksf/kat%C3%A1>,
        <http://lexvo.org/id/term/ksh/Kataa>,
        <http://lexvo.org/id/term/lag/Kat%C3%A1ari>,
        <http://lexvo.org/id/term/lao/%E0%BA%81%E0%BA%B2%E0%BA%95%E0%BA%B2>,
        <http://lexvo.org/id/term/lav/Katara>,
        <http://lexvo.org/id/term/lin/Katari>,
        <http://lexvo.org/id/term/lit/Kataras>,
        <http://lexvo.org/id/term/lub/Katari>,
        <http://lexvo.org/id/term/lug/Kataa>,
        <http://lexvo.org/id/term/luo/Qatar>,
        <http://lexvo.org/id/term/luy/Katari>,
        <http://lexvo.org/id/term/mal/%E0%B4%96%E0%B4%A4%E0%B5%8D%E0%B4%A4%E0%B5%BC>,
        <http://lexvo.org/id/term/mar/%E0%A4%95%E0%A4%A4%E0%A4%BE%E0%A4%B0>,
        <http://lexvo.org/id/term/mas/Katari>,
        <http://lexvo.org/id/term/mer/Kata>,
        <http://lexvo.org/id/term/mfe/Katar>,
        <http://lexvo.org/id/term/mgh/Ukatari>,
        <http://lexvo.org/id/term/mkd/%D0%9A%D0%B0%D1%82%D0%B0%D1%80>,
        <http://lexvo.org/id/term/mlg/Katar>,
        <http://lexvo.org/id/term/mlt/Qatar>,
        <http://lexvo.org/id/term/mua/Katar>,
        <http://lexvo.org/id/term/mya/%E1%80%80%E1%80%AC%E1%80%90%E1%80%AC>,
        <http://lexvo.org/id/term/naq/Qatar>,
        <http://lexvo.org/id/term/nde/Kathari>,
        <http://lexvo.org/id/term/nep/%E0%A4%95%E0%A4%A4%E0%A4%BE%E0%A4%B0>,
        <http://lexvo.org/id/term/nld/Qatar>,
        <http://lexvo.org/id/term/nmg/Katar>,
        <http://lexvo.org/id/term/nno/Qatar>,
        <http://lexvo.org/id/term/nob/Qatar>,
        <http://lexvo.org/id/term/nyn/Kata>,
        <http://lexvo.org/id/term/ori/%E0%AC%95%E0%AC%A4%E0%AC%BE%E0%AC%B0%E0%AD%8D>,
        <http://lexvo.org/id/term/pol/Katar>,
        <http://lexvo.org/id/term/por/Catar>,
        <http://lexvo.org/id/term/rof/Katari>,
        <http://lexvo.org/id/term/roh/Katar>,
        <http://lexvo.org/id/term/ron/Qatar>,
        <http://lexvo.org/id/term/run/Katari>,
        <http://lexvo.org/id/term/rus/%D0%9A%D0%B0%D1%82%D0%B0%D1%80>,
        <http://lexvo.org/id/term/rwk/Katari>,
        <http://lexvo.org/id/term/sag/Kat%C3%A4ra>,
        <http://lexvo.org/id/term/saq/Katari>,
        <http://lexvo.org/id/term/sbp/Katali>,
        <http://lexvo.org/id/term/seh/Catar>,
        <http://lexvo.org/id/term/ses/Kataar>,
        <http://lexvo.org/id/term/shi-Latn/qatar>,
        <http://lexvo.org/id/term/shi/%E2%B5%87%E2%B4%B0%E2%B5%9C%E2%B4%B0%E2%B5%94>,
        <http://lexvo.org/id/term/sin/%E0%B6%9A%E0%B6%A7%E0%B7%8F%E0%B6%BB%E0%B7%8A%E0%B6%BA>,
        <http://lexvo.org/id/term/slk/Katar>,
        <http://lexvo.org/id/term/slv/Katar>,
        <http://lexvo.org/id/term/sme/Qatar>,
        <http://lexvo.org/id/term/sna/Qatar>,
        <http://lexvo.org/id/term/som/Qadar>,
        <http://lexvo.org/id/term/spa/Qatar>,
        <http://lexvo.org/id/term/sqi/Katar>,
        <http://lexvo.org/id/term/srp-Latn/Katar>,
        <http://lexvo.org/id/term/srp/%D0%9A%D0%B0%D1%82%D0%B0%D1%80>,
        <http://lexvo.org/id/term/swc/Katari>,
        <http://lexvo.org/id/term/swe/Qatar>,
        <http://lexvo.org/id/term/swh/Katari>,
        <http://lexvo.org/id/term/tam/%E0%AE%95%E0%AE%A4%E0%AE%BE%E0%AE%B0%E0%AF%8D>,
        <http://lexvo.org/id/term/tel/%E0%B0%95%E0%B0%A4%E0%B0%B0%E0%B1%8D>,
        <http://lexvo.org/id/term/teo/Katari>,
        <http://lexvo.org/id/term/tha/%E0%B8%81%E0%B8%B2%E0%B8%95%E0%B8%B2%E0%B8%A3%E0%B9%8C>,
        <http://lexvo.org/id/term/tir/%E1%8A%B3%E1%89%B3%E1%88%AD>,
        <http://lexvo.org/id/term/ton/Kat%C4%81>,
        <http://lexvo.org/id/term/tur/Katar>,
        <http://lexvo.org/id/term/twq/Kataar>,
        <http://lexvo.org/id/term/tzm/Qa%E1%B9%ADar>,
        <http://lexvo.org/id/term/ukr/%D0%9A%D0%B0%D1%82%D0%B0%D1%80>,
        <http://lexvo.org/id/term/urd/%D9%82%D8%B7%D8%B1>,
        <http://lexvo.org/id/term/vai-Latn/Kataha>,
        <http://lexvo.org/id/term/vai/%EA%95%AA%EA%95%9A%EA%95%8C>,
        <http://lexvo.org/id/term/vie/Qatar>,
        <http://lexvo.org/id/term/vun/Katari>,
        <http://lexvo.org/id/term/wae/Katar>,
        <http://lexvo.org/id/term/xog/Kataa>,
        <http://lexvo.org/id/term/yav/kat%C3%A1al>,
        <http://lexvo.org/id/term/yor/Or%C3%ADl%E1%BA%B9%CC%81%C3%A8de%20Kota>,
        <http://lexvo.org/id/term/zsm/Qatar>,
        <http://lexvo.org/id/term/zul/i-Qatar> ;
    owl:sameAs <http://psi.oasis-open.org/iso/3166/#634>,
        <http://sws.geonames.org/289688/> .

<http://lexvo.org/id/iso3166/RE> a lvont:GeographicRegion ;
    rdfs:label "Réunion"@af,
        "Lèyunyɔ̀ŋ"@agq,
        "Reyuniɔn"@ak,
        "ሪዩኒየን"@am,
        "روينيون"@ar,
        "Riyunioni"@asa,
        "Reunión"@ast,
        "Reyunion"@az,
        "Rèunyɔ̂ŋ"@bas,
        "Рэюньён"@be,
        "Huliyunioni"@bez,
        "Реюниън"@bg,
        "Reyuɲɔŋ"@bm,
        "রিইউনিয়ন"@bn,
        "Reünion"@br,
        "रेयूनियॉं"@brx,
        "Rejunion"@bs,
        "Реинион"@bs-Cyrl,
        "Illa de la Reunió"@ca,
        "Riyuniyoni"@cgg,
        "留尼汪"@cmn,
        "留尼旺"@cmn-Hant,
        "Réunion"@cs,
        "Réunion"@cy,
        "Reunion"@da,
        "Riyunioni"@dav,
        "Réunion"@de,
        "Reenioŋ"@dje,
        "རེ་ཡུ་ནི་ཡོན"@dz,
        "Riyunioni"@ebu,
        "Réunion nutome"@ee,
        "Ρεϊνιόν"@el,
        "ISO 3166-1:RE"@en,
        "Réunion"@en,
        "𐐡𐐨𐐷𐐭𐑌𐐷𐐲𐑌"@en-Dsrt,
        "Reunio"@eo,
        "Reunión"@es,
        "Réunion"@et,
        "Reunion"@eu,
        "Reuniɔ́ŋ"@ewo,
        "ریونیون"@fa,
        "Rewiñoo"@ff,
        "Réunion"@fi,
        "Réunion"@fil,
        "Réunion"@fo,
        "Réunion"@fr,
        "Reunion"@fur,
        "Réunion"@ga,
        "Réunion"@gd,
        "Reunión"@gl,
        "Reünioon"@gsw,
        "રીયુનિયન"@gu,
        "Riyunioni"@guz,
        "Rawuniyan"@ha,
        "ראוניון"@he,
        "रियूनियन"@hi,
        "Reunion"@hr,
        "Reunion"@hu,
        "Réunion"@id,
        "Réunion"@is,
        "Réunion"@it,
        "レユニオン島"@ja,
        "Lɛ́uniyɔ̂n"@jgo,
        "Riyunioni"@jmc,
        "რეიუნიონი"@ka,
        "Timlilit"@kab,
        "Riyunioni"@kam,
        "Liyunioni"@kde,
        "Runion"@kea,
        "Reenioŋ"@khq,
        "Riyunioni"@ki,
        "Réunion"@kl,
        "Emetab Réunion"@kln,
        "រ៉េអ៊ុយ៉ុង"@km,
        "ರೀಯೂನಿಯನ್"@kn,
        "리유니온"@ko,
        "رِیوٗنِیَن"@ks,
        "Liyunioni"@ksb,
        "rɛunyɔŋ"@ksf,
        "Rehunjohn"@ksh,
        "Reyunióoni"@lag,
        "Leyunyoni"@lg,
        "Lenyo"@ln,
        "ເຣອູນິຍົງ"@lo,
        "Reunjonas"@lt,
        "Lenyo"@lu,
        "Réunion"@luo,
        "Riyunioni"@luy,
        "Reinjona"@lv,
        "Riyunioni"@mas,
        "Riyunioni"@mer,
        "Larenion"@mfe,
        "Larenion"@mg,
        "Uriyunioni"@mgh,
        "Ријунион"@mk,
        "റീയൂണിയൻ"@ml,
        "रियूनियन"@mr,
        "Réunion"@mt,
        "Sǝr Reunion"@mua,
        "Réunion"@naq,
        "Réunion"@nb,
        "Réunion"@nd,
        "रियुनियन"@ne,
        "Réunion"@nl,
        "Réuniɔn"@nmg,
        "Réunion"@nn,
        "Riyuniyoni"@nyn,
        "ରିୟୁନିଅନ୍"@or,
        "Reunion"@pl,
        "Reunião"@pt,
        "Réunion"@rm,
        "Amazinga ya Reyiniyo"@rn,
        "Reunion"@ro,
        "Riyunioni"@rof,
        "Реюньон"@ru,
        "Riyunioni"@rwk,
        "Riyunioni"@saq,
        "Liyunioni"@sbp,
        "Réunion"@se,
        "Reunião"@seh,
        "Reenioŋ"@ses,
        "Reinïon"@sg,
        "ⵔⵉⵢⵓⵏⵢⵓⵏ"@shi,
        "riyunyun"@shi-Latn,
        "රීයුනියන්"@si,
        "Reunion"@sk,
        "Reunion"@sl,
        "Réunion"@sn,
        "Réunion"@so,
        "Реинион"@sr,
        "Rejunion"@sr-Latn,
        "Réunion"@sv,
        "Riyunioni"@swc,
        "Riyunioni"@swh,
        "ரீயூனியன்"@ta,
        "రియూనియన్"@te,
        "Riyunioni"@teo,
        "เรอูนียง"@th,
        "ሪዩኒየን"@ti,
        "Liʻiunioni"@to,
        "Réunion"@tr,
        "Reenioŋ"@twq,
        "Riyyunyun"@tzm,
        "Реюньйон"@uk,
        "ری یونین"@ur,
        "ꔓꗠꖻ"@vai,
        "Renyɔɔ̃"@vai-Latn,
        "Réunion"@vi,
        "Riyunioni"@vun,
        "Réunion"@wae,
        "Leyunyoni"@xog,
        "elewuniɔ́ŋ"@yav,
        "Orílẹ́ède Riuniyan"@yo,
        "Réunion"@zsm,
        "i-Réunion"@zu ;
    lvont:label <http://lexvo.org/id/term/afr/R%C3%A9union>,
        <http://lexvo.org/id/term/agq/L%C3%A8yuny%C9%94%CC%80%C5%8B>,
        <http://lexvo.org/id/term/aka/Reyuni%C9%94n>,
        <http://lexvo.org/id/term/amh/%E1%88%AA%E1%8B%A9%E1%8A%92%E1%8B%A8%E1%8A%95>,
        <http://lexvo.org/id/term/ara/%D8%B1%D9%88%D9%8A%D9%86%D9%8A%D9%88%D9%86>,
        <http://lexvo.org/id/term/asa/Riyunioni>,
        <http://lexvo.org/id/term/ast/Reuni%C3%B3n>,
        <http://lexvo.org/id/term/aze/Reyunion>,
        <http://lexvo.org/id/term/bam/Reyu%C9%B2%C9%94%C5%8B>,
        <http://lexvo.org/id/term/bas/R%C3%A8uny%C9%94%CC%82%C5%8B>,
        <http://lexvo.org/id/term/bel/%D0%A0%D1%8D%D1%8E%D0%BD%D1%8C%D1%91%D0%BD>,
        <http://lexvo.org/id/term/ben/%E0%A6%B0%E0%A6%BF%E0%A6%87%E0%A6%89%E0%A6%A8%E0%A6%BF%E0%A6%AF%E0%A6%BC%E0%A6%A8>,
        <http://lexvo.org/id/term/bez/Huliyunioni>,
        <http://lexvo.org/id/term/bos-Cyrl/%D0%A0%D0%B5%D0%B8%D0%BD%D0%B8%D0%BE%D0%BD>,
        <http://lexvo.org/id/term/bos/Rejunion>,
        <http://lexvo.org/id/term/bre/Re%C3%BCnion>,
        <http://lexvo.org/id/term/brx/%E0%A4%B0%E0%A5%87%E0%A4%AF%E0%A5%82%E0%A4%A8%E0%A4%BF%E0%A4%AF%E0%A5%89%E0%A4%82>,
        <http://lexvo.org/id/term/bul/%D0%A0%D0%B5%D1%8E%D0%BD%D0%B8%D1%8A%D0%BD>,
        <http://lexvo.org/id/term/cat/Illa%20de%20la%20Reuni%C3%B3>,
        <http://lexvo.org/id/term/ces/R%C3%A9union>,
        <http://lexvo.org/id/term/cgg/Riyuniyoni>,
        <http://lexvo.org/id/term/cmn-Hant/%E7%95%99%E5%B0%BC%E6%97%BA>,
        <http://lexvo.org/id/term/cmn/%E7%95%99%E5%B0%BC%E6%B1%AA>,
        <http://lexvo.org/id/term/cym/R%C3%A9union>,
        <http://lexvo.org/id/term/dan/Reunion>,
        <http://lexvo.org/id/term/dav/Riyunioni>,
        <http://lexvo.org/id/term/deu/R%C3%A9union>,
        <http://lexvo.org/id/term/dje/Reenio%C5%8B>,
        <http://lexvo.org/id/term/dzo/%E0%BD%A2%E0%BD%BA%E0%BC%8B%E0%BD%A1%E0%BD%B4%E0%BC%8B%E0%BD%93%E0%BD%B2%E0%BC%8B%E0%BD%A1%E0%BD%BC%E0%BD%93>,
        <http://lexvo.org/id/term/ebu/Riyunioni>,
        <http://lexvo.org/id/term/ell/%CE%A1%CE%B5%CF%8A%CE%BD%CE%B9%CF%8C%CE%BD>,
        <http://lexvo.org/id/term/eng-Dsrt/%F0%90%90%A1%F0%90%90%A8%F0%90%90%B7%F0%90%90%AD%F0%90%91%8C%F0%90%90%B7%F0%90%90%B2%F0%90%91%8C>,
        <http://lexvo.org/id/term/eng/ISO%203166-1%3ARE>,
        <http://lexvo.org/id/term/eng/R%C3%A9union>,
        <http://lexvo.org/id/term/epo/Reunio>,
        <http://lexvo.org/id/term/est/R%C3%A9union>,
        <http://lexvo.org/id/term/eus/Reunion>,
        <http://lexvo.org/id/term/ewe/R%C3%A9union%20nutome>,
        <http://lexvo.org/id/term/ewo/Reuni%C9%94%CC%81%C5%8B>,
        <http://lexvo.org/id/term/fao/R%C3%A9union>,
        <http://lexvo.org/id/term/fas/%D8%B1%DB%8C%D9%88%D9%86%DB%8C%D9%88%D9%86>,
        <http://lexvo.org/id/term/fil/R%C3%A9union>,
        <http://lexvo.org/id/term/fin/R%C3%A9union>,
        <http://lexvo.org/id/term/fra/R%C3%A9union>,
        <http://lexvo.org/id/term/ful/Rewi%C3%B1oo>,
        <http://lexvo.org/id/term/fur/Reunion>,
        <http://lexvo.org/id/term/gla/R%C3%A9union>,
        <http://lexvo.org/id/term/gle/R%C3%A9union>,
        <http://lexvo.org/id/term/glg/Reuni%C3%B3n>,
        <http://lexvo.org/id/term/gsw/Re%C3%BCnioon>,
        <http://lexvo.org/id/term/guj/%E0%AA%B0%E0%AB%80%E0%AA%AF%E0%AB%81%E0%AA%A8%E0%AA%BF%E0%AA%AF%E0%AA%A8>,
        <http://lexvo.org/id/term/guz/Riyunioni>,
        <http://lexvo.org/id/term/hau/Rawuniyan>,
        <http://lexvo.org/id/term/heb/%D7%A8%D7%90%D7%95%D7%A0%D7%99%D7%95%D7%9F>,
        <http://lexvo.org/id/term/hin/%E0%A4%B0%E0%A4%BF%E0%A4%AF%E0%A5%82%E0%A4%A8%E0%A4%BF%E0%A4%AF%E0%A4%A8>,
        <http://lexvo.org/id/term/hrv/Reunion>,
        <http://lexvo.org/id/term/hun/Reunion>,
        <http://lexvo.org/id/term/ind/R%C3%A9union>,
        <http://lexvo.org/id/term/isl/R%C3%A9union>,
        <http://lexvo.org/id/term/ita/R%C3%A9union>,
        <http://lexvo.org/id/term/jgo/L%C9%9B%CC%81uniy%C9%94%CC%82n>,
        <http://lexvo.org/id/term/jmc/Riyunioni>,
        <http://lexvo.org/id/term/jpn/%E3%83%AC%E3%83%A6%E3%83%8B%E3%82%AA%E3%83%B3%E5%B3%B6>,
        <http://lexvo.org/id/term/kab/Timlilit>,
        <http://lexvo.org/id/term/kal/R%C3%A9union>,
        <http://lexvo.org/id/term/kam/Riyunioni>,
        <http://lexvo.org/id/term/kan/%E0%B2%B0%E0%B3%80%E0%B2%AF%E0%B3%82%E0%B2%A8%E0%B2%BF%E0%B2%AF%E0%B2%A8%E0%B3%8D>,
        <http://lexvo.org/id/term/kas/%D8%B1%D9%90%DB%8C%D9%88%D9%97%D9%86%D9%90%DB%8C%D9%8E%D9%86>,
        <http://lexvo.org/id/term/kat/%E1%83%A0%E1%83%94%E1%83%98%E1%83%A3%E1%83%9C%E1%83%98%E1%83%9D%E1%83%9C%E1%83%98>,
        <http://lexvo.org/id/term/kde/Liyunioni>,
        <http://lexvo.org/id/term/kea/Runion>,
        <http://lexvo.org/id/term/khm/%E1%9E%9A%E1%9F%89%E1%9F%81%E1%9E%A2%E1%9F%8A%E1%9E%BB%E1%9E%99%E1%9F%89%E1%9E%BB%E1%9E%84>,
        <http://lexvo.org/id/term/khq/Reenio%C5%8B>,
        <http://lexvo.org/id/term/kik/Riyunioni>,
        <http://lexvo.org/id/term/kln/Emetab%20R%C3%A9union>,
        <http://lexvo.org/id/term/kor/%EB%A6%AC%EC%9C%A0%EB%8B%88%EC%98%A8>,
        <http://lexvo.org/id/term/ksb/Liyunioni>,
        <http://lexvo.org/id/term/ksf/r%C9%9Buny%C9%94%C5%8B>,
        <http://lexvo.org/id/term/ksh/Rehunjohn>,
        <http://lexvo.org/id/term/lag/Reyuni%C3%B3oni>,
        <http://lexvo.org/id/term/lao/%E0%BB%80%E0%BA%A3%E0%BA%AD%E0%BA%B9%E0%BA%99%E0%BA%B4%E0%BA%8D%E0%BA%BB%E0%BA%87>,
        <http://lexvo.org/id/term/lav/Reinjona>,
        <http://lexvo.org/id/term/lin/Lenyo>,
        <http://lexvo.org/id/term/lit/Reunjonas>,
        <http://lexvo.org/id/term/lub/Lenyo>,
        <http://lexvo.org/id/term/lug/Leyunyoni>,
        <http://lexvo.org/id/term/luo/R%C3%A9union>,
        <http://lexvo.org/id/term/luy/Riyunioni>,
        <http://lexvo.org/id/term/mal/%E0%B4%B1%E0%B5%80%E0%B4%AF%E0%B5%82%E0%B4%A3%E0%B4%BF%E0%B4%AF%E0%B5%BB>,
        <http://lexvo.org/id/term/mar/%E0%A4%B0%E0%A4%BF%E0%A4%AF%E0%A5%82%E0%A4%A8%E0%A4%BF%E0%A4%AF%E0%A4%A8>,
        <http://lexvo.org/id/term/mas/Riyunioni>,
        <http://lexvo.org/id/term/mer/Riyunioni>,
        <http://lexvo.org/id/term/mfe/Larenion>,
        <http://lexvo.org/id/term/mgh/Uriyunioni>,
        <http://lexvo.org/id/term/mkd/%D0%A0%D0%B8%D1%98%D1%83%D0%BD%D0%B8%D0%BE%D0%BD>,
        <http://lexvo.org/id/term/mlg/Larenion>,
        <http://lexvo.org/id/term/mlt/R%C3%A9union>,
        <http://lexvo.org/id/term/mua/S%C7%9Dr%20Reunion>,
        <http://lexvo.org/id/term/naq/R%C3%A9union>,
        <http://lexvo.org/id/term/nde/R%C3%A9union>,
        <http://lexvo.org/id/term/nep/%E0%A4%B0%E0%A4%BF%E0%A4%AF%E0%A5%81%E0%A4%A8%E0%A4%BF%E0%A4%AF%E0%A4%A8>,
        <http://lexvo.org/id/term/nld/R%C3%A9union>,
        <http://lexvo.org/id/term/nmg/R%C3%A9uni%C9%94n>,
        <http://lexvo.org/id/term/nno/R%C3%A9union>,
        <http://lexvo.org/id/term/nob/R%C3%A9union>,
        <http://lexvo.org/id/term/nyn/Riyuniyoni>,
        <http://lexvo.org/id/term/ori/%E0%AC%B0%E0%AC%BF%E0%AD%9F%E0%AD%81%E0%AC%A8%E0%AC%BF%E0%AC%85%E0%AC%A8%E0%AD%8D>,
        <http://lexvo.org/id/term/pol/Reunion>,
        <http://lexvo.org/id/term/por/Reuni%C3%A3o>,
        <http://lexvo.org/id/term/rof/Riyunioni>,
        <http://lexvo.org/id/term/roh/R%C3%A9union>,
        <http://lexvo.org/id/term/ron/Reunion>,
        <http://lexvo.org/id/term/run/Amazinga%20ya%20Reyiniyo>,
        <http://lexvo.org/id/term/rus/%D0%A0%D0%B5%D1%8E%D0%BD%D1%8C%D0%BE%D0%BD>,
        <http://lexvo.org/id/term/rwk/Riyunioni>,
        <http://lexvo.org/id/term/sag/Rein%C3%AFon>,
        <http://lexvo.org/id/term/saq/Riyunioni>,
        <http://lexvo.org/id/term/sbp/Liyunioni>,
        <http://lexvo.org/id/term/seh/Reuni%C3%A3o>,
        <http://lexvo.org/id/term/ses/Reenio%C5%8B>,
        <http://lexvo.org/id/term/shi-Latn/riyunyun>,
        <http://lexvo.org/id/term/shi/%E2%B5%94%E2%B5%89%E2%B5%A2%E2%B5%93%E2%B5%8F%E2%B5%A2%E2%B5%93%E2%B5%8F>,
        <http://lexvo.org/id/term/sin/%E0%B6%BB%E0%B7%93%E0%B6%BA%E0%B7%94%E0%B6%B1%E0%B7%92%E0%B6%BA%E0%B6%B1%E0%B7%8A>,
        <http://lexvo.org/id/term/slk/Reunion>,
        <http://lexvo.org/id/term/slv/Reunion>,
        <http://lexvo.org/id/term/sme/R%C3%A9union>,
        <http://lexvo.org/id/term/sna/R%C3%A9union>,
        <http://lexvo.org/id/term/som/R%C3%A9union>,
        <http://lexvo.org/id/term/spa/Reuni%C3%B3n>,
        <http://lexvo.org/id/term/srp-Latn/Rejunion>,
        <http://lexvo.org/id/term/srp/%D0%A0%D0%B5%D0%B8%D0%BD%D0%B8%D0%BE%D0%BD>,
        <http://lexvo.org/id/term/swc/Riyunioni>,
        <http://lexvo.org/id/term/swe/R%C3%A9union>,
        <http://lexvo.org/id/term/swh/Riyunioni>,
        <http://lexvo.org/id/term/tam/%E0%AE%B0%E0%AF%80%E0%AE%AF%E0%AF%82%E0%AE%A9%E0%AE%BF%E0%AE%AF%E0%AE%A9%E0%AF%8D>,
        <http://lexvo.org/id/term/tel/%E0%B0%B0%E0%B0%BF%E0%B0%AF%E0%B1%82%E0%B0%A8%E0%B0%BF%E0%B0%AF%E0%B0%A8%E0%B1%8D>,
        <http://lexvo.org/id/term/teo/Riyunioni>,
        <http://lexvo.org/id/term/tha/%E0%B9%80%E0%B8%A3%E0%B8%AD%E0%B8%B9%E0%B8%99%E0%B8%B5%E0%B8%A2%E0%B8%87>,
        <http://lexvo.org/id/term/tir/%E1%88%AA%E1%8B%A9%E1%8A%92%E1%8B%A8%E1%8A%95>,
        <http://lexvo.org/id/term/ton/Li%CA%BBiunioni>,
        <http://lexvo.org/id/term/tur/R%C3%A9union>,
        <http://lexvo.org/id/term/twq/Reenio%C5%8B>,
        <http://lexvo.org/id/term/tzm/Riyyunyun>,
        <http://lexvo.org/id/term/ukr/%D0%A0%D0%B5%D1%8E%D0%BD%D1%8C%D0%B9%D0%BE%D0%BD>,
        <http://lexvo.org/id/term/urd/%D8%B1%DB%8C%20%DB%8C%D9%88%D9%86%DB%8C%D9%86>,
        <http://lexvo.org/id/term/vai-Latn/Reny%C9%94%C9%94%CC%83>,
        <http://lexvo.org/id/term/vai/%EA%94%93%EA%97%A0%EA%96%BB>,
        <http://lexvo.org/id/term/vie/R%C3%A9union>,
        <http://lexvo.org/id/term/vun/Riyunioni>,
        <http://lexvo.org/id/term/wae/R%C3%A9union>,
        <http://lexvo.org/id/term/xog/Leyunyoni>,
        <http://lexvo.org/id/term/yav/elewuni%C9%94%CC%81%C5%8B>,
        <http://lexvo.org/id/term/yor/Or%C3%ADl%E1%BA%B9%CC%81%C3%A8de%20Riuniyan>,
        <http://lexvo.org/id/term/zsm/R%C3%A9union>,
        <http://lexvo.org/id/term/zul/i-R%C3%A9union> ;
    owl:sameAs <http://psi.oasis-open.org/iso/3166/#638>,
        <http://sws.geonames.org/935317/> .

<http://lexvo.org/id/iso3166/RO> a lvont:GeographicRegion ;
    rdfs:label "Roemenië"@af,
        "Lùmanyìa"@agq,
        "Romenia"@ak,
        "ሮሜኒያ"@am,
        "رومانيا"@ar,
        "Romania"@asa,
        "Rumanía"@ast,
        "Romaniya"@az,
        "Rùmanìà"@bas,
        "Румынія"@be,
        "Hulomania"@bez,
        "Румъния"@bg,
        "Rumani"@bm,
        "রুমানিয়া"@bn,
        "རོ་མཱ་ནིཡ།"@bo,
        "Roumania"@br,
        "रोमानिया"@brx,
        "Rumunija"@bs,
        "Румунија"@bs-Cyrl,
        "ሮሜኒያ"@byn,
        "Romania"@ca,
        "Romaniya"@cgg,
        "ᎶᎹᏂᏯ"@chr,
        "罗马尼亚"@cmn,
        "羅馬尼亞"@cmn-Hant,
        "Rumunsko"@cs,
        "Rwmania"@cy,
        "Rumænien"@da,
        "Romania"@dav,
        "Rumänien"@de,
        "Rumaani"@dje,
        "རོ་མེ་ནི་ཡ"@dz,
        "Romania"@ebu,
        "Romania nutome"@ee,
        "Ρουμανία"@el,
        "ISO 3166-1:RO"@en,
        "Romania"@en,
        "𐐡𐐬𐑋𐐩𐑌𐐨𐐲"@en-Dsrt,
        "Rumanujo"@eo,
        "Rumania"@es,
        "Rumanía"@es,
        "Rumeenia"@et,
        "Errumania"@eu,
        "Rumaní"@ewo,
        "رومانی"@fa,
        "رومانیا"@fa,
        "Rumanii"@ff,
        "Romania"@fi,
        "Romania"@fil,
        "Rumenia"@fo,
        "Roumanie"@fr,
        "Romanie"@fur,
        "An Rómáin"@ga,
        "Romàinia"@gd,
        "Romanía"@gl,
        "Rumäänie"@gsw,
        "રોમાનિયા"@gu,
        "Romania"@guz,
        "Romaniya"@ha,
        "רומניה"@he,
        "रोमानिया"@hi,
        "Rumunjska"@hr,
        "Románia"@hu,
        "Ռումինիա"@hy,
        "Romania"@ia,
        "Rumania"@id,
        "Rúmenía"@is,
        "Romania"@it,
        "ルーマニア"@ja,
        "Romania"@jmc,
        "რუმინეთი"@ka,
        "Rumani"@kab,
        "Romania"@kam,
        "Lomania"@kde,
        "Romenia"@kea,
        "Rumaani"@khq,
        "Romania"@ki,
        "Rumænia"@kl,
        "Emetab Romania"@kln,
        "រូម៉ានី"@km,
        "ರೊಮ್ಯಾನಿಯಾ"@kn,
        "루마니아"@ko,
        "رومانِیا"@ks,
        "Lomania"@ksb,
        "rɔmaní"@ksf,
        "Romäänije"@ksh,
        "Romaníia"@lag,
        "Lomaniya"@lg,
        "Romani"@ln,
        "ລູເມເນຍ"@lo,
        "Rumunija"@lt,
        "Romani"@lu,
        "Romania"@luo,
        "Romania"@luy,
        "Rumānija"@lv,
        "Romania"@mas,
        "Romania"@mer,
        "Roumani"@mfe,
        "Romania"@mg,
        "Uromania"@mgh,
        "Романија"@mk,
        "റുമേനിയ"@ml,
        "रोमानिया"@mr,
        "Rumanija"@mt,
        "Romaniya"@mua,
        "ရိုမေးနီးယား"@my,
        "Romania"@naq,
        "Romania"@nb,
        "Romania"@nd,
        "रोमानिया"@ne,
        "Roemenië"@nl,
        "Roumania"@nmg,
        "Romania"@nn,
        "Romaniya"@nyn,
        "ରୋମାନିଆ"@or,
        "Rumunia"@pl,
        "Roménia"@pt,
        "Romênia"@pt,
        "Rumenia"@rm,
        "Rumaniya"@rn,
        "România"@ro,
        "Romania"@rof,
        "Румыния"@ru,
        "Romania"@rwk,
        "Romania"@saq,
        "Lomaniya"@sbp,
        "Románia"@se,
        "Romênia"@seh,
        "Rumaani"@ses,
        "Rumanïi"@sg,
        "ⵔⵓⵎⴰⵏⵢⴰ"@shi,
        "rumanya"@shi-Latn,
        "රුමේනියාව"@si,
        "Rumunsko"@sk,
        "Romunija"@sl,
        "Romania"@sn,
        "Rumaaniya"@so,
        "Rumani"@sq,
        "Румунија"@sr,
        "Rumunija"@sr-Latn,
        "Rumänien"@sv,
        "Romania"@swc,
        "Romania"@swh,
        "ருமேனியா"@ta,
        "రోమానియా"@te,
        "Romania"@teo,
        "โรมาเนีย"@th,
        "ሮሜኒያ"@ti,
        "ሮሜኒያ"@tig,
        "Lomēnia"@to,
        "Romanya"@tr,
        "Rumaani"@twq,
        "Ṛumanya"@tzm,
        "Румунія"@uk,
        "رومانیا"@ur,
        "ꖄꕆꕇꕰ"@vai,
        "Romininya"@vai-Latn,
        "Romania"@vi,
        "Romania"@vun,
        "Rumänie"@wae,
        "ሮሜኒያ"@wal,
        "Lomaniya"@xog,
        "ulumaní"@yav,
        "Orílẹ́ède Romaniya"@yo,
        "Romania"@zsm,
        "i-Romania"@zu ;
    lvont:label <http://lexvo.org/id/term/afr/Roemeni%C3%AB>,
        <http://lexvo.org/id/term/agq/L%C3%B9many%C3%ACa>,
        <http://lexvo.org/id/term/aka/Romenia>,
        <http://lexvo.org/id/term/amh/%E1%88%AE%E1%88%9C%E1%8A%92%E1%8B%AB>,
        <http://lexvo.org/id/term/ara/%D8%B1%D9%88%D9%85%D8%A7%D9%86%D9%8A%D8%A7>,
        <http://lexvo.org/id/term/asa/Romania>,
        <http://lexvo.org/id/term/ast/Ruman%C3%ADa>,
        <http://lexvo.org/id/term/aze/Romaniya>,
        <http://lexvo.org/id/term/bam/Rumani>,
        <http://lexvo.org/id/term/bas/R%C3%B9man%C3%AC%C3%A0>,
        <http://lexvo.org/id/term/bel/%D0%A0%D1%83%D0%BC%D1%8B%D0%BD%D1%96%D1%8F>,
        <http://lexvo.org/id/term/ben/%E0%A6%B0%E0%A7%81%E0%A6%AE%E0%A6%BE%E0%A6%A8%E0%A6%BF%E0%A6%AF%E0%A6%BC%E0%A6%BE>,
        <http://lexvo.org/id/term/bez/Hulomania>,
        <http://lexvo.org/id/term/bod/%E0%BD%A2%E0%BD%BC%E0%BC%8B%E0%BD%98%E0%BD%B1%E0%BC%8B%E0%BD%93%E0%BD%B2%E0%BD%A1%E0%BC%8D>,
        <http://lexvo.org/id/term/bos-Cyrl/%D0%A0%D1%83%D0%BC%D1%83%D0%BD%D0%B8%D1%98%D0%B0>,
        <http://lexvo.org/id/term/bos/Rumunija>,
        <http://lexvo.org/id/term/bre/Roumania>,
        <http://lexvo.org/id/term/brx/%E0%A4%B0%E0%A5%8B%E0%A4%AE%E0%A4%BE%E0%A4%A8%E0%A4%BF%E0%A4%AF%E0%A4%BE>,
        <http://lexvo.org/id/term/bul/%D0%A0%D1%83%D0%BC%D1%8A%D0%BD%D0%B8%D1%8F>,
        <http://lexvo.org/id/term/byn/%E1%88%AE%E1%88%9C%E1%8A%92%E1%8B%AB>,
        <http://lexvo.org/id/term/cat/Romania>,
        <http://lexvo.org/id/term/ces/Rumunsko>,
        <http://lexvo.org/id/term/cgg/Romaniya>,
        <http://lexvo.org/id/term/chr/%E1%8E%B6%E1%8E%B9%E1%8F%82%E1%8F%AF>,
        <http://lexvo.org/id/term/cmn-Hant/%E7%BE%85%E9%A6%AC%E5%B0%BC%E4%BA%9E>,
        <http://lexvo.org/id/term/cmn/%E7%BD%97%E9%A9%AC%E5%B0%BC%E4%BA%9A>,
        <http://lexvo.org/id/term/cym/Rwmania>,
        <http://lexvo.org/id/term/dan/Rum%C3%A6nien>,
        <http://lexvo.org/id/term/dav/Romania>,
        <http://lexvo.org/id/term/deu/Rum%C3%A4nien>,
        <http://lexvo.org/id/term/dje/Rumaani>,
        <http://lexvo.org/id/term/dzo/%E0%BD%A2%E0%BD%BC%E0%BC%8B%E0%BD%98%E0%BD%BA%E0%BC%8B%E0%BD%93%E0%BD%B2%E0%BC%8B%E0%BD%A1>,
        <http://lexvo.org/id/term/ebu/Romania>,
        <http://lexvo.org/id/term/ell/%CE%A1%CE%BF%CF%85%CE%BC%CE%B1%CE%BD%CE%AF%CE%B1>,
        <http://lexvo.org/id/term/eng-Dsrt/%F0%90%90%A1%F0%90%90%AC%F0%90%91%8B%F0%90%90%A9%F0%90%91%8C%F0%90%90%A8%F0%90%90%B2>,
        <http://lexvo.org/id/term/eng/ISO%203166-1%3ARO>,
        <http://lexvo.org/id/term/eng/Romania>,
        <http://lexvo.org/id/term/epo/Rumanujo>,
        <http://lexvo.org/id/term/est/Rumeenia>,
        <http://lexvo.org/id/term/eus/Errumania>,
        <http://lexvo.org/id/term/ewe/Romania%20nutome>,
        <http://lexvo.org/id/term/ewo/Ruman%C3%AD>,
        <http://lexvo.org/id/term/fao/Rumenia>,
        <http://lexvo.org/id/term/fas/%D8%B1%D9%88%D9%85%D8%A7%D9%86%DB%8C>,
        <http://lexvo.org/id/term/fas/%D8%B1%D9%88%D9%85%D8%A7%D9%86%DB%8C%D8%A7>,
        <http://lexvo.org/id/term/fil/Romania>,
        <http://lexvo.org/id/term/fin/Romania>,
        <http://lexvo.org/id/term/fra/Roumanie>,
        <http://lexvo.org/id/term/ful/Rumanii>,
        <http://lexvo.org/id/term/fur/Romanie>,
        <http://lexvo.org/id/term/gla/Rom%C3%A0inia>,
        <http://lexvo.org/id/term/gle/An%20R%C3%B3m%C3%A1in>,
        <http://lexvo.org/id/term/glg/Roman%C3%ADa>,
        <http://lexvo.org/id/term/gsw/Rum%C3%A4%C3%A4nie>,
        <http://lexvo.org/id/term/guj/%E0%AA%B0%E0%AB%8B%E0%AA%AE%E0%AA%BE%E0%AA%A8%E0%AA%BF%E0%AA%AF%E0%AA%BE>,
        <http://lexvo.org/id/term/guz/Romania>,
        <http://lexvo.org/id/term/hau/Romaniya>,
        <http://lexvo.org/id/term/heb/%D7%A8%D7%95%D7%9E%D7%A0%D7%99%D7%94>,
        <http://lexvo.org/id/term/hin/%E0%A4%B0%E0%A5%8B%E0%A4%AE%E0%A4%BE%E0%A4%A8%E0%A4%BF%E0%A4%AF%E0%A4%BE>,
        <http://lexvo.org/id/term/hrv/Rumunjska>,
        <http://lexvo.org/id/term/hun/Rom%C3%A1nia>,
        <http://lexvo.org/id/term/hye/%D5%8C%D5%B8%D6%82%D5%B4%D5%AB%D5%B6%D5%AB%D5%A1>,
        <http://lexvo.org/id/term/ina/Romania>,
        <http://lexvo.org/id/term/ind/Rumania>,
        <http://lexvo.org/id/term/isl/R%C3%BAmen%C3%ADa>,
        <http://lexvo.org/id/term/ita/Romania>,
        <http://lexvo.org/id/term/jmc/Romania>,
        <http://lexvo.org/id/term/jpn/%E3%83%AB%E3%83%BC%E3%83%9E%E3%83%8B%E3%82%A2>,
        <http://lexvo.org/id/term/kab/Rumani>,
        <http://lexvo.org/id/term/kal/Rum%C3%A6nia>,
        <http://lexvo.org/id/term/kam/Romania>,
        <http://lexvo.org/id/term/kan/%E0%B2%B0%E0%B3%8A%E0%B2%AE%E0%B3%8D%E0%B2%AF%E0%B2%BE%E0%B2%A8%E0%B2%BF%E0%B2%AF%E0%B2%BE>,
        <http://lexvo.org/id/term/kas/%D8%B1%D9%88%D9%85%D8%A7%D9%86%D9%90%DB%8C%D8%A7>,
        <http://lexvo.org/id/term/kat/%E1%83%A0%E1%83%A3%E1%83%9B%E1%83%98%E1%83%9C%E1%83%94%E1%83%97%E1%83%98>,
        <http://lexvo.org/id/term/kde/Lomania>,
        <http://lexvo.org/id/term/kea/Romenia>,
        <http://lexvo.org/id/term/khm/%E1%9E%9A%E1%9E%BC%E1%9E%98%E1%9F%89%E1%9E%B6%E1%9E%93%E1%9E%B8>,
        <http://lexvo.org/id/term/khq/Rumaani>,
        <http://lexvo.org/id/term/kik/Romania>,
        <http://lexvo.org/id/term/kln/Emetab%20Romania>,
        <http://lexvo.org/id/term/kor/%EB%A3%A8%EB%A7%88%EB%8B%88%EC%95%84>,
        <http://lexvo.org/id/term/ksb/Lomania>,
        <http://lexvo.org/id/term/ksf/r%C9%94man%C3%AD>,
        <http://lexvo.org/id/term/ksh/Rom%C3%A4%C3%A4nije>,
        <http://lexvo.org/id/term/lag/Roman%C3%ADia>,
        <http://lexvo.org/id/term/lao/%E0%BA%A5%E0%BA%B9%E0%BB%80%E0%BA%A1%E0%BB%80%E0%BA%99%E0%BA%8D>,
        <http://lexvo.org/id/term/lav/Rum%C4%81nija>,
        <http://lexvo.org/id/term/lin/Romani>,
        <http://lexvo.org/id/term/lit/Rumunija>,
        <http://lexvo.org/id/term/lub/Romani>,
        <http://lexvo.org/id/term/lug/Lomaniya>,
        <http://lexvo.org/id/term/luo/Romania>,
        <http://lexvo.org/id/term/luy/Romania>,
        <http://lexvo.org/id/term/mal/%E0%B4%B1%E0%B5%81%E0%B4%AE%E0%B5%87%E0%B4%A8%E0%B4%BF%E0%B4%AF>,
        <http://lexvo.org/id/term/mar/%E0%A4%B0%E0%A5%8B%E0%A4%AE%E0%A4%BE%E0%A4%A8%E0%A4%BF%E0%A4%AF%E0%A4%BE>,
        <http://lexvo.org/id/term/mas/Romania>,
        <http://lexvo.org/id/term/mer/Romania>,
        <http://lexvo.org/id/term/mfe/Roumani>,
        <http://lexvo.org/id/term/mgh/Uromania>,
        <http://lexvo.org/id/term/mkd/%D0%A0%D0%BE%D0%BC%D0%B0%D0%BD%D0%B8%D1%98%D0%B0>,
        <http://lexvo.org/id/term/mlg/Romania>,
        <http://lexvo.org/id/term/mlt/Rumanija>,
        <http://lexvo.org/id/term/mua/Romaniya>,
        <http://lexvo.org/id/term/mya/%E1%80%9B%E1%80%AD%E1%80%AF%E1%80%99%E1%80%B1%E1%80%B8%E1%80%94%E1%80%AE%E1%80%B8%E1%80%9A%E1%80%AC%E1%80%B8>,
        <http://lexvo.org/id/term/naq/Romania>,
        <http://lexvo.org/id/term/nde/Romania>,
        <http://lexvo.org/id/term/nep/%E0%A4%B0%E0%A5%8B%E0%A4%AE%E0%A4%BE%E0%A4%A8%E0%A4%BF%E0%A4%AF%E0%A4%BE>,
        <http://lexvo.org/id/term/nld/Roemeni%C3%AB>,
        <http://lexvo.org/id/term/nmg/Roumania>,
        <http://lexvo.org/id/term/nno/Romania>,
        <http://lexvo.org/id/term/nob/Romania>,
        <http://lexvo.org/id/term/nyn/Romaniya>,
        <http://lexvo.org/id/term/ori/%E0%AC%B0%E0%AD%8B%E0%AC%AE%E0%AC%BE%E0%AC%A8%E0%AC%BF%E0%AC%86>,
        <http://lexvo.org/id/term/pol/Rumunia>,
        <http://lexvo.org/id/term/por/Rom%C3%A9nia>,
        <http://lexvo.org/id/term/por/Rom%C3%AAnia>,
        <http://lexvo.org/id/term/rof/Romania>,
        <http://lexvo.org/id/term/roh/Rumenia>,
        <http://lexvo.org/id/term/ron/Rom%C3%A2nia>,
        <http://lexvo.org/id/term/run/Rumaniya>,
        <http://lexvo.org/id/term/rus/%D0%A0%D1%83%D0%BC%D1%8B%D0%BD%D0%B8%D1%8F>,
        <http://lexvo.org/id/term/rwk/Romania>,
        <http://lexvo.org/id/term/sag/Ruman%C3%AFi>,
        <http://lexvo.org/id/term/saq/Romania>,
        <http://lexvo.org/id/term/sbp/Lomaniya>,
        <http://lexvo.org/id/term/seh/Rom%C3%AAnia>,
        <http://lexvo.org/id/term/ses/Rumaani>,
        <http://lexvo.org/id/term/shi-Latn/rumanya>,
        <http://lexvo.org/id/term/shi/%E2%B5%94%E2%B5%93%E2%B5%8E%E2%B4%B0%E2%B5%8F%E2%B5%A2%E2%B4%B0>,
        <http://lexvo.org/id/term/sin/%E0%B6%BB%E0%B7%94%E0%B6%B8%E0%B7%9A%E0%B6%B1%E0%B7%92%E0%B6%BA%E0%B7%8F%E0%B7%80>,
        <http://lexvo.org/id/term/slk/Rumunsko>,
        <http://lexvo.org/id/term/slv/Romunija>,
        <http://lexvo.org/id/term/sme/Rom%C3%A1nia>,
        <http://lexvo.org/id/term/sna/Romania>,
        <http://lexvo.org/id/term/som/Rumaaniya>,
        <http://lexvo.org/id/term/spa/Ruman%C3%ADa>,
        <http://lexvo.org/id/term/spa/Rumania>,
        <http://lexvo.org/id/term/sqi/Rumani>,
        <http://lexvo.org/id/term/srp-Latn/Rumunija>,
        <http://lexvo.org/id/term/srp/%D0%A0%D1%83%D0%BC%D1%83%D0%BD%D0%B8%D1%98%D0%B0>,
        <http://lexvo.org/id/term/swc/Romania>,
        <http://lexvo.org/id/term/swe/Rum%C3%A4nien>,
        <http://lexvo.org/id/term/swh/Romania>,
        <http://lexvo.org/id/term/tam/%E0%AE%B0%E0%AF%81%E0%AE%AE%E0%AF%87%E0%AE%A9%E0%AE%BF%E0%AE%AF%E0%AE%BE>,
        <http://lexvo.org/id/term/tel/%E0%B0%B0%E0%B1%8B%E0%B0%AE%E0%B0%BE%E0%B0%A8%E0%B0%BF%E0%B0%AF%E0%B0%BE>,
        <http://lexvo.org/id/term/teo/Romania>,
        <http://lexvo.org/id/term/tha/%E0%B9%82%E0%B8%A3%E0%B8%A1%E0%B8%B2%E0%B9%80%E0%B8%99%E0%B8%B5%E0%B8%A2>,
        <http://lexvo.org/id/term/tig/%E1%88%AE%E1%88%9C%E1%8A%92%E1%8B%AB>,
        <http://lexvo.org/id/term/tir/%E1%88%AE%E1%88%9C%E1%8A%92%E1%8B%AB>,
        <http://lexvo.org/id/term/ton/Lom%C4%93nia>,
        <http://lexvo.org/id/term/tur/Romanya>,
        <http://lexvo.org/id/term/twq/Rumaani>,
        <http://lexvo.org/id/term/tzm/%E1%B9%9Aumanya>,
        <http://lexvo.org/id/term/ukr/%D0%A0%D1%83%D0%BC%D1%83%D0%BD%D1%96%D1%8F>,
        <http://lexvo.org/id/term/urd/%D8%B1%D9%88%D9%85%D8%A7%D9%86%DB%8C%D8%A7>,
        <http://lexvo.org/id/term/vai-Latn/Romininya>,
        <http://lexvo.org/id/term/vai/%EA%96%84%EA%95%86%EA%95%87%EA%95%B0>,
        <http://lexvo.org/id/term/vie/Romania>,
        <http://lexvo.org/id/term/vun/Romania>,
        <http://lexvo.org/id/term/wae/Rum%C3%A4nie>,
        <http://lexvo.org/id/term/wal/%E1%88%AE%E1%88%9C%E1%8A%92%E1%8B%AB>,
        <http://lexvo.org/id/term/xog/Lomaniya>,
        <http://lexvo.org/id/term/yav/uluman%C3%AD>,
        <http://lexvo.org/id/term/yor/Or%C3%ADl%E1%BA%B9%CC%81%C3%A8de%20Romaniya>,
        <http://lexvo.org/id/term/zsm/Romania>,
        <http://lexvo.org/id/term/zul/i-Romania> ;
    owl:sameAs <http://psi.oasis-open.org/iso/3166/#642>,
        <http://sws.geonames.org/798549/> .

<http://lexvo.org/id/iso3166/RS> a lvont:GeographicRegion ;
    rdfs:label "Serwië"@af,
        "ሰርብያ"@am,
        "صربيا"@ar,
        "Serbia"@ast,
        "Serbiya"@az,
        "Сербія"@be,
        "Сърбия"@bg,
        "সারবিয়া"@bn,
        "སེར་བི་ཡ།"@bo,
        "Serbia"@br,
        "सर्बिया"@brx,
        "Srbija"@bs,
        "Србија"@bs-Cyrl,
        "Sèrbia"@ca,
        "ᏒᏈᏯ"@chr,
        "塞尔维亚"@cmn,
        "塞爾維亞"@cmn-Hant,
        "Srbsko"@cs,
        "Serbia"@cy,
        "Serbien"@da,
        "Serbien"@de,
        "སཱར་བྷི་ཡ"@dz,
        "Serbia nutome"@ee,
        "Σερβία"@el,
        "ISO 3166-1:RS"@en,
        "Serbia"@en,
        "𐐝𐐲𐑉𐐺𐐨𐐲"@en-Dsrt,
        "Serbia"@es,
        "Serbia"@et,
        "Serbia"@eu,
        "صربستان"@fa,
        "Serbia"@fi,
        "Serbia"@fil,
        "Serbia"@fo,
        "Serbie"@fr,
        "Serbie"@fur,
        "An tSeirbia"@ga,
        "An t-Sèirb"@gd,
        "Serbia"@gl,
        "Särbie"@gsw,
        "સર્બિયા"@gu,
        "סרביה"@he,
        "सर्बिया"@hi,
        "Srbija"@hr,
        "Szerbia"@hu,
        "Serbia"@id,
        "Serbía"@is,
        "Serbia"@it,
        "セルビア"@ja,
        "Sɛlɛbî"@jgo,
        "სერბია"@ka,
        "Servia"@kea,
        "Serbia"@kl,
        "សើប"@km,
        "ಸೆರ್ಬಿಯಾ"@kn,
        "세르비아"@ko,
        "سَربِیا"@ks,
        "Särbije"@ksh,
        "ເຊີເບຍ"@lo,
        "Serbija"@lt,
        "Serbija"@lv,
        "Србија"@mk,
        "സെർബിയ"@ml,
        "सर्बिया"@mr,
        "ဆားဘီးယား"@my,
        "Serbia"@nb,
        "सर्बिया"@ne,
        "Servië"@nl,
        "Serbia"@nn,
        "ସର୍ବିଆ"@or,
        "Serbia"@pl,
        "Sérvia"@pt,
        "Serbia"@rm,
        "Serbia"@ro,
        "Сербия"@ru,
        "Serbia"@se,
        "සර්බියාව"@si,
        "Srbsko"@sk,
        "Srbija"@sl,
        "Србија"@sr,
        "Srbija"@sr-Latn,
        "Serbien"@sv,
        "Serbia"@swh,
        "செர்பியா"@ta,
        "సెర్బియా"@te,
        "เซอร์เบีย"@th,
        "Sēpia"@to,
        "Sırbistan"@tr,
        "Сербія"@uk,
        "سربیا"@ur,
        "Serbia"@vi,
        "Serbie"@wae,
        "Serbia"@zsm,
        "i-Serbia"@zu ;
    lvont:label <http://lexvo.org/id/term/afr/Serwi%C3%AB>,
        <http://lexvo.org/id/term/amh/%E1%88%B0%E1%88%AD%E1%89%A5%E1%8B%AB>,
        <http://lexvo.org/id/term/ara/%D8%B5%D8%B1%D8%A8%D9%8A%D8%A7>,
        <http://lexvo.org/id/term/ast/Serbia>,
        <http://lexvo.org/id/term/aze/Serbiya>,
        <http://lexvo.org/id/term/bel/%D0%A1%D0%B5%D1%80%D0%B1%D1%96%D1%8F>,
        <http://lexvo.org/id/term/ben/%E0%A6%B8%E0%A6%BE%E0%A6%B0%E0%A6%AC%E0%A6%BF%E0%A6%AF%E0%A6%BC%E0%A6%BE>,
        <http://lexvo.org/id/term/bod/%E0%BD%A6%E0%BD%BA%E0%BD%A2%E0%BC%8B%E0%BD%96%E0%BD%B2%E0%BC%8B%E0%BD%A1%E0%BC%8D>,
        <http://lexvo.org/id/term/bos-Cyrl/%D0%A1%D1%80%D0%B1%D0%B8%D1%98%D0%B0>,
        <http://lexvo.org/id/term/bos/Srbija>,
        <http://lexvo.org/id/term/bre/Serbia>,
        <http://lexvo.org/id/term/brx/%E0%A4%B8%E0%A4%B0%E0%A5%8D%E0%A4%AC%E0%A4%BF%E0%A4%AF%E0%A4%BE>,
        <http://lexvo.org/id/term/bul/%D0%A1%D1%8A%D1%80%D0%B1%D0%B8%D1%8F>,
        <http://lexvo.org/id/term/cat/S%C3%A8rbia>,
        <http://lexvo.org/id/term/ces/Srbsko>,
        <http://lexvo.org/id/term/chr/%E1%8F%92%E1%8F%88%E1%8F%AF>,
        <http://lexvo.org/id/term/cmn-Hant/%E5%A1%9E%E7%88%BE%E7%B6%AD%E4%BA%9E>,
        <http://lexvo.org/id/term/cmn/%E5%A1%9E%E5%B0%94%E7%BB%B4%E4%BA%9A>,
        <http://lexvo.org/id/term/cym/Serbia>,
        <http://lexvo.org/id/term/dan/Serbien>,
        <http://lexvo.org/id/term/deu/Serbien>,
        <http://lexvo.org/id/term/dzo/%E0%BD%A6%E0%BD%B1%E0%BD%A2%E0%BC%8B%E0%BD%96%E0%BE%B7%E0%BD%B2%E0%BC%8B%E0%BD%A1>,
        <http://lexvo.org/id/term/ell/%CE%A3%CE%B5%CF%81%CE%B2%CE%AF%CE%B1>,
        <http://lexvo.org/id/term/eng-Dsrt/%F0%90%90%9D%F0%90%90%B2%F0%90%91%89%F0%90%90%BA%F0%90%90%A8%F0%90%90%B2>,
        <http://lexvo.org/id/term/eng/ISO%203166-1%3ARS>,
        <http://lexvo.org/id/term/eng/Serbia>,
        <http://lexvo.org/id/term/est/Serbia>,
        <http://lexvo.org/id/term/eus/Serbia>,
        <http://lexvo.org/id/term/ewe/Serbia%20nutome>,
        <http://lexvo.org/id/term/fao/Serbia>,
        <http://lexvo.org/id/term/fas/%D8%B5%D8%B1%D8%A8%D8%B3%D8%AA%D8%A7%D9%86>,
        <http://lexvo.org/id/term/fil/Serbia>,
        <http://lexvo.org/id/term/fin/Serbia>,
        <http://lexvo.org/id/term/fra/Serbie>,
        <http://lexvo.org/id/term/fur/Serbie>,
        <http://lexvo.org/id/term/gla/An%20t-S%C3%A8irb>,
        <http://lexvo.org/id/term/gle/An%20tSeirbia>,
        <http://lexvo.org/id/term/glg/Serbia>,
        <http://lexvo.org/id/term/gsw/S%C3%A4rbie>,
        <http://lexvo.org/id/term/guj/%E0%AA%B8%E0%AA%B0%E0%AB%8D%E0%AA%AC%E0%AA%BF%E0%AA%AF%E0%AA%BE>,
        <http://lexvo.org/id/term/heb/%D7%A1%D7%A8%D7%91%D7%99%D7%94>,
        <http://lexvo.org/id/term/hin/%E0%A4%B8%E0%A4%B0%E0%A5%8D%E0%A4%AC%E0%A4%BF%E0%A4%AF%E0%A4%BE>,
        <http://lexvo.org/id/term/hrv/Srbija>,
        <http://lexvo.org/id/term/hun/Szerbia>,
        <http://lexvo.org/id/term/ind/Serbia>,
        <http://lexvo.org/id/term/isl/Serb%C3%ADa>,
        <http://lexvo.org/id/term/ita/Serbia>,
        <http://lexvo.org/id/term/jgo/S%C9%9Bl%C9%9Bb%C3%AE>,
        <http://lexvo.org/id/term/jpn/%E3%82%BB%E3%83%AB%E3%83%93%E3%82%A2>,
        <http://lexvo.org/id/term/kal/Serbia>,
        <http://lexvo.org/id/term/kan/%E0%B2%B8%E0%B3%86%E0%B2%B0%E0%B3%8D%E0%B2%AC%E0%B2%BF%E0%B2%AF%E0%B2%BE>,
        <http://lexvo.org/id/term/kas/%D8%B3%D9%8E%D8%B1%D8%A8%D9%90%DB%8C%D8%A7>,
        <http://lexvo.org/id/term/kat/%E1%83%A1%E1%83%94%E1%83%A0%E1%83%91%E1%83%98%E1%83%90>,
        <http://lexvo.org/id/term/kea/Servia>,
        <http://lexvo.org/id/term/khm/%E1%9E%9F%E1%9E%BE%E1%9E%94>,
        <http://lexvo.org/id/term/kor/%EC%84%B8%EB%A5%B4%EB%B9%84%EC%95%84>,
        <http://lexvo.org/id/term/ksh/S%C3%A4rbije>,
        <http://lexvo.org/id/term/lao/%E0%BB%80%E0%BA%8A%E0%BA%B5%E0%BB%80%E0%BA%9A%E0%BA%8D>,
        <http://lexvo.org/id/term/lav/Serbija>,
        <http://lexvo.org/id/term/lit/Serbija>,
        <http://lexvo.org/id/term/mal/%E0%B4%B8%E0%B5%86%E0%B5%BC%E0%B4%AC%E0%B4%BF%E0%B4%AF>,
        <http://lexvo.org/id/term/mar/%E0%A4%B8%E0%A4%B0%E0%A5%8D%E0%A4%AC%E0%A4%BF%E0%A4%AF%E0%A4%BE>,
        <http://lexvo.org/id/term/mkd/%D0%A1%D1%80%D0%B1%D0%B8%D1%98%D0%B0>,
        <http://lexvo.org/id/term/mya/%E1%80%86%E1%80%AC%E1%80%B8%E1%80%98%E1%80%AE%E1%80%B8%E1%80%9A%E1%80%AC%E1%80%B8>,
        <http://lexvo.org/id/term/nep/%E0%A4%B8%E0%A4%B0%E0%A5%8D%E0%A4%AC%E0%A4%BF%E0%A4%AF%E0%A4%BE>,
        <http://lexvo.org/id/term/nld/Servi%C3%AB>,
        <http://lexvo.org/id/term/nno/Serbia>,
        <http://lexvo.org/id/term/nob/Serbia>,
        <http://lexvo.org/id/term/ori/%E0%AC%B8%E0%AC%B0%E0%AD%8D%E0%AC%AC%E0%AC%BF%E0%AC%86>,
        <http://lexvo.org/id/term/pol/Serbia>,
        <http://lexvo.org/id/term/por/S%C3%A9rvia>,
        <http://lexvo.org/id/term/roh/Serbia>,
        <http://lexvo.org/id/term/ron/Serbia>,
        <http://lexvo.org/id/term/rus/%D0%A1%D0%B5%D1%80%D0%B1%D0%B8%D1%8F>,
        <http://lexvo.org/id/term/sin/%E0%B7%83%E0%B6%BB%E0%B7%8A%E0%B6%B6%E0%B7%92%E0%B6%BA%E0%B7%8F%E0%B7%80>,
        <http://lexvo.org/id/term/slk/Srbsko>,
        <http://lexvo.org/id/term/slv/Srbija>,
        <http://lexvo.org/id/term/sme/Serbia>,
        <http://lexvo.org/id/term/spa/Serbia>,
        <http://lexvo.org/id/term/srp-Latn/Srbija>,
        <http://lexvo.org/id/term/srp/%D0%A1%D1%80%D0%B1%D0%B8%D1%98%D0%B0>,
        <http://lexvo.org/id/term/swe/Serbien>,
        <http://lexvo.org/id/term/swh/Serbia>,
        <http://lexvo.org/id/term/tam/%E0%AE%9A%E0%AF%86%E0%AE%B0%E0%AF%8D%E0%AE%AA%E0%AE%BF%E0%AE%AF%E0%AE%BE>,
        <http://lexvo.org/id/term/tel/%E0%B0%B8%E0%B1%86%E0%B0%B0%E0%B1%8D%E0%B0%AC%E0%B0%BF%E0%B0%AF%E0%B0%BE>,
        <http://lexvo.org/id/term/tha/%E0%B9%80%E0%B8%8B%E0%B8%AD%E0%B8%A3%E0%B9%8C%E0%B9%80%E0%B8%9A%E0%B8%B5%E0%B8%A2>,
        <http://lexvo.org/id/term/ton/S%C4%93pia>,
        <http://lexvo.org/id/term/tur/S%C4%B1rbistan>,
        <http://lexvo.org/id/term/ukr/%D0%A1%D0%B5%D1%80%D0%B1%D1%96%D1%8F>,
        <http://lexvo.org/id/term/urd/%D8%B3%D8%B1%D8%A8%DB%8C%D8%A7>,
        <http://lexvo.org/id/term/vie/Serbia>,
        <http://lexvo.org/id/term/wae/Serbie>,
        <http://lexvo.org/id/term/zsm/Serbia>,
        <http://lexvo.org/id/term/zul/i-Serbia> ;
    owl:sameAs <http://sws.geonames.org/6290252/> .

<http://lexvo.org/id/iso3166/RW> a lvont:GeographicRegion ;
    rdfs:label "Rwanda"@af,
        "Lùwandà"@agq,
        "Rwanda"@ak,
        "ሩዋንዳ"@am,
        "رواندا"@ar,
        "Rwanda"@asa,
        "Ruanda"@ast,
        "Rvanda"@az,
        "Rùandà"@bas,
        "Руанда"@be,
        "Hulwanda"@bez,
        "Руанда"@bg,
        "Ruwanda"@bm,
        "রুয়ান্ডা"@bn,
        "རུ་ཝན་ཌ།"@bo,
        "Rwanda"@br,
        "रूआण्डा"@brx,
        "Ruanda"@bs,
        "Руанда"@bs-Cyrl,
        "Rwanda"@ca,
        "Rwanda"@cgg,
        "ᎶᏩᏂᏓ"@chr,
        "卢旺达"@cmn,
        "盧旺達"@cmn-Hant,
        "Rwanda"@cs,
        "Rwanda"@cy,
        "Rwanda"@da,
        "Rwanda"@dav,
        "Ruanda"@de,
        "Rwanda"@de,
        "Rwanda"@dje,
        "རུ་ཝན་ཌ"@dz,
        "Rwanda"@ebu,
        "Rwanda nutome"@ee,
        "Ρουάντα"@el,
        "ISO 3166-1:RW"@en,
        "Rwanda"@en,
        "𐐡𐐲𐐶𐐪𐑌𐐼𐐲"@en-Dsrt,
        "Ruando"@eo,
        "Ruanda"@es,
        "Rwanda"@et,
        "Ruanda"@eu,
        "Ruwandá"@ewo,
        "روآندا"@fa,
        "رواندا"@fa,
        "Ruwanndaa"@ff,
        "Ruanda"@fi,
        "Rwanda"@fil,
        "Ruanda"@fo,
        "Rwanda"@fr,
        "Ruande"@fur,
        "Ruanda"@ga,
        "Rubhanda"@gd,
        "Ruanda"@gl,
        "Ruanda"@gsw,
        "રવાંડા"@gu,
        "Rwanda"@guz,
        "Ruwanda"@ha,
        "רואנדה"@he,
        "रूआण्डा"@hi,
        "Ruanda"@hr,
        "Ruanda"@hu,
        "Ռուանդա"@hy,
        "Ruanda"@ia,
        "Rwanda"@id,
        "Rúanda"@is,
        "Ruanda"@it,
        "ルワンダ"@ja,
        "Luwɑ́ndɑ"@jgo,
        "Rwanda"@jmc,
        "რუანდა"@ka,
        "Ruwanda"@kab,
        "Lwanda"@kam,
        "Lwanda"@kde,
        "Ruanda"@kea,
        "Rwanda"@khq,
        "Rwanda"@ki,
        "Rwanda"@kl,
        "Emetab Rwanda"@kln,
        "រវ៉ាន់ដា"@km,
        "ರುವಾಂಡಾ"@kn,
        "르완다"@ko,
        "روٗوانٛڈا"@ks,
        "Lwanda"@ksb,
        "rwanda"@ksf,
        "Ruanda"@ksh,
        "Rwáanda"@lag,
        "Rwanda"@lg,
        "Rwanda"@ln,
        "ອາວັນດາ"@lo,
        "Ruanda"@lt,
        "Rwanda"@lu,
        "Rwanda"@luo,
        "Rwanda"@luy,
        "Ruanda"@lv,
        "Rwanda"@mas,
        "Rwanda"@mer,
        "Rwanda"@mfe,
        "Roanda"@mg,
        "Urwanda"@mgh,
        "Руанда"@mk,
        "റുവാണ്ട"@ml,
        "रवांडा"@mr,
        "Rwanda"@mt,
        "Rwanda"@mua,
        "ရဝန်ဒါ"@my,
        "Rwandab"@naq,
        "Rwanda"@nb,
        "Ruwanda"@nd,
        "रवाण्डा"@ne,
        "Rwanda"@nl,
        "Rwanda"@nmg,
        "Rwanda"@nn,
        "Rwanda"@nyn,
        "ରାୱାଣ୍ଡା"@or,
        "Rwanda"@pl,
        "روندا"@ps,
        "Ruanda"@pt,
        "Ruanda"@rm,
        "u Rwanda"@rn,
        "Rwanda"@ro,
        "Rwanda"@rof,
        "Руанда"@ru,
        "Rwanda"@rw,
        "Rwanda"@rwk,
        "Rwanda"@saq,
        "Lwanda"@sbp,
        "Rwanda"@se,
        "Ruanda"@seh,
        "Rwanda"@ses,
        "Ruandäa"@sg,
        "ⵔⵡⴰⵏⴷⴰ"@shi,
        "rwanda"@shi-Latn,
        "රුවන්ඩාව"@si,
        "Rwanda"@sk,
        "Ruanda"@sl,
        "Rwanda"@sn,
        "Ruwanda"@so,
        "Ruanda"@sq,
        "Руанда"@sr,
        "Ruanda"@sr-Latn,
        "Rwanda"@sv,
        "Rwanda"@swc,
        "Rwanda"@swh,
        "ருவான்டா"@ta,
        "ర్వాండా"@te,
        "Rwanda"@teo,
        "รวันดา"@th,
        "ሩዋንዳ"@ti,
        "Luanitā"@to,
        "Ruanda"@tr,
        "Rwanda"@twq,
        "Ruwwanḍa"@tzm,
        "Руанда"@uk,
        "روانڈا"@ur,
        "ꕟꖙꕡ"@vai,
        "Rawunda"@vai-Latn,
        "Rwanda"@vi,
        "Rwanda"@vun,
        "Ruanda"@wae,
        "Rwanda"@xog,
        "uluándá"@yav,
        "Orílẹ́ède Ruwanda"@yo,
        "Rwanda"@zsm,
        "i-Rwanda"@zu ;
    lvont:label <http://lexvo.org/id/term/afr/Rwanda>,
        <http://lexvo.org/id/term/agq/L%C3%B9wand%C3%A0>,
        <http://lexvo.org/id/term/aka/Rwanda>,
        <http://lexvo.org/id/term/amh/%E1%88%A9%E1%8B%8B%E1%8A%95%E1%8B%B3>,
        <http://lexvo.org/id/term/ara/%D8%B1%D9%88%D8%A7%D9%86%D8%AF%D8%A7>,
        <http://lexvo.org/id/term/asa/Rwanda>,
        <http://lexvo.org/id/term/ast/Ruanda>,
        <http://lexvo.org/id/term/aze/Rvanda>,
        <http://lexvo.org/id/term/bam/Ruwanda>,
        <http://lexvo.org/id/term/bas/R%C3%B9and%C3%A0>,
        <http://lexvo.org/id/term/bel/%D0%A0%D1%83%D0%B0%D0%BD%D0%B4%D0%B0>,
        <http://lexvo.org/id/term/ben/%E0%A6%B0%E0%A7%81%E0%A6%AF%E0%A6%BC%E0%A6%BE%E0%A6%A8%E0%A7%8D%E0%A6%A1%E0%A6%BE>,
        <http://lexvo.org/id/term/bez/Hulwanda>,
        <http://lexvo.org/id/term/bod/%E0%BD%A2%E0%BD%B4%E0%BC%8B%E0%BD%9D%E0%BD%93%E0%BC%8B%E0%BD%8C%E0%BC%8D>,
        <http://lexvo.org/id/term/bos-Cyrl/%D0%A0%D1%83%D0%B0%D0%BD%D0%B4%D0%B0>,
        <http://lexvo.org/id/term/bos/Ruanda>,
        <http://lexvo.org/id/term/bre/Rwanda>,
        <http://lexvo.org/id/term/brx/%E0%A4%B0%E0%A5%82%E0%A4%86%E0%A4%A3%E0%A5%8D%E0%A4%A1%E0%A4%BE>,
        <http://lexvo.org/id/term/bul/%D0%A0%D1%83%D0%B0%D0%BD%D0%B4%D0%B0>,
        <http://lexvo.org/id/term/cat/Rwanda>,
        <http://lexvo.org/id/term/ces/Rwanda>,
        <http://lexvo.org/id/term/cgg/Rwanda>,
        <http://lexvo.org/id/term/chr/%E1%8E%B6%E1%8F%A9%E1%8F%82%E1%8F%93>,
        <http://lexvo.org/id/term/cmn-Hant/%E7%9B%A7%E6%97%BA%E9%81%94>,
        <http://lexvo.org/id/term/cmn/%E5%8D%A2%E6%97%BA%E8%BE%BE>,
        <http://lexvo.org/id/term/cym/Rwanda>,
        <http://lexvo.org/id/term/dan/Rwanda>,
        <http://lexvo.org/id/term/dav/Rwanda>,
        <http://lexvo.org/id/term/deu/Ruanda>,
        <http://lexvo.org/id/term/deu/Rwanda>,
        <http://lexvo.org/id/term/dje/Rwanda>,
        <http://lexvo.org/id/term/dzo/%E0%BD%A2%E0%BD%B4%E0%BC%8B%E0%BD%9D%E0%BD%93%E0%BC%8B%E0%BD%8C>,
        <http://lexvo.org/id/term/ebu/Rwanda>,
        <http://lexvo.org/id/term/ell/%CE%A1%CE%BF%CF%85%CE%AC%CE%BD%CF%84%CE%B1>,
        <http://lexvo.org/id/term/eng-Dsrt/%F0%90%90%A1%F0%90%90%B2%F0%90%90%B6%F0%90%90%AA%F0%90%91%8C%F0%90%90%BC%F0%90%90%B2>,
        <http://lexvo.org/id/term/eng/ISO%203166-1%3ARW>,
        <http://lexvo.org/id/term/eng/Rwanda>,
        <http://lexvo.org/id/term/epo/Ruando>,
        <http://lexvo.org/id/term/est/Rwanda>,
        <http://lexvo.org/id/term/eus/Ruanda>,
        <http://lexvo.org/id/term/ewe/Rwanda%20nutome>,
        <http://lexvo.org/id/term/ewo/Ruwand%C3%A1>,
        <http://lexvo.org/id/term/fao/Ruanda>,
        <http://lexvo.org/id/term/fas/%D8%B1%D9%88%D8%A2%D9%86%D8%AF%D8%A7>,
        <http://lexvo.org/id/term/fas/%D8%B1%D9%88%D8%A7%D9%86%D8%AF%D8%A7>,
        <http://lexvo.org/id/term/fil/Rwanda>,
        <http://lexvo.org/id/term/fin/Ruanda>,
        <http://lexvo.org/id/term/fra/Rwanda>,
        <http://lexvo.org/id/term/ful/Ruwanndaa>,
        <http://lexvo.org/id/term/fur/Ruande>,
        <http://lexvo.org/id/term/gla/Rubhanda>,
        <http://lexvo.org/id/term/gle/Ruanda>,
        <http://lexvo.org/id/term/glg/Ruanda>,
        <http://lexvo.org/id/term/gsw/Ruanda>,
        <http://lexvo.org/id/term/guj/%E0%AA%B0%E0%AA%B5%E0%AA%BE%E0%AA%82%E0%AA%A1%E0%AA%BE>,
        <http://lexvo.org/id/term/guz/Rwanda>,
        <http://lexvo.org/id/term/hau/Ruwanda>,
        <http://lexvo.org/id/term/heb/%D7%A8%D7%95%D7%90%D7%A0%D7%93%D7%94>,
        <http://lexvo.org/id/term/hin/%E0%A4%B0%E0%A5%82%E0%A4%86%E0%A4%A3%E0%A5%8D%E0%A4%A1%E0%A4%BE>,
        <http://lexvo.org/id/term/hrv/Ruanda>,
        <http://lexvo.org/id/term/hun/Ruanda>,
        <http://lexvo.org/id/term/hye/%D5%8C%D5%B8%D6%82%D5%A1%D5%B6%D5%A4%D5%A1>,
        <http://lexvo.org/id/term/ina/Ruanda>,
        <http://lexvo.org/id/term/ind/Rwanda>,
        <http://lexvo.org/id/term/isl/R%C3%BAanda>,
        <http://lexvo.org/id/term/ita/Ruanda>,
        <http://lexvo.org/id/term/jgo/Luw%C9%91%CC%81nd%C9%91>,
        <http://lexvo.org/id/term/jmc/Rwanda>,
        <http://lexvo.org/id/term/jpn/%E3%83%AB%E3%83%AF%E3%83%B3%E3%83%80>,
        <http://lexvo.org/id/term/kab/Ruwanda>,
        <http://lexvo.org/id/term/kal/Rwanda>,
        <http://lexvo.org/id/term/kam/Lwanda>,
        <http://lexvo.org/id/term/kan/%E0%B2%B0%E0%B3%81%E0%B2%B5%E0%B2%BE%E0%B2%82%E0%B2%A1%E0%B2%BE>,
        <http://lexvo.org/id/term/kas/%D8%B1%D9%88%D9%97%D9%88%D8%A7%D9%86%D9%9B%DA%88%D8%A7>,
        <http://lexvo.org/id/term/kat/%E1%83%A0%E1%83%A3%E1%83%90%E1%83%9C%E1%83%93%E1%83%90>,
        <http://lexvo.org/id/term/kde/Lwanda>,
        <http://lexvo.org/id/term/kea/Ruanda>,
        <http://lexvo.org/id/term/khm/%E1%9E%9A%E1%9E%9C%E1%9F%89%E1%9E%B6%E1%9E%93%E1%9F%8B%E1%9E%8A%E1%9E%B6>,
        <http://lexvo.org/id/term/khq/Rwanda>,
        <http://lexvo.org/id/term/kik/Rwanda>,
        <http://lexvo.org/id/term/kin/Rwanda>,
        <http://lexvo.org/id/term/kln/Emetab%20Rwanda>,
        <http://lexvo.org/id/term/kor/%EB%A5%B4%EC%99%84%EB%8B%A4>,
        <http://lexvo.org/id/term/ksb/Lwanda>,
        <http://lexvo.org/id/term/ksf/rwanda>,
        <http://lexvo.org/id/term/ksh/Ruanda>,
        <http://lexvo.org/id/term/lag/Rw%C3%A1anda>,
        <http://lexvo.org/id/term/lao/%E0%BA%AD%E0%BA%B2%E0%BA%A7%E0%BA%B1%E0%BA%99%E0%BA%94%E0%BA%B2>,
        <http://lexvo.org/id/term/lav/Ruanda>,
        <http://lexvo.org/id/term/lin/Rwanda>,
        <http://lexvo.org/id/term/lit/Ruanda>,
        <http://lexvo.org/id/term/lub/Rwanda>,
        <http://lexvo.org/id/term/lug/Rwanda>,
        <http://lexvo.org/id/term/luo/Rwanda>,
        <http://lexvo.org/id/term/luy/Rwanda>,
        <http://lexvo.org/id/term/mal/%E0%B4%B1%E0%B5%81%E0%B4%B5%E0%B4%BE%E0%B4%A3%E0%B5%8D%E0%B4%9F>,
        <http://lexvo.org/id/term/mar/%E0%A4%B0%E0%A4%B5%E0%A4%BE%E0%A4%82%E0%A4%A1%E0%A4%BE>,
        <http://lexvo.org/id/term/mas/Rwanda>,
        <http://lexvo.org/id/term/mer/Rwanda>,
        <http://lexvo.org/id/term/mfe/Rwanda>,
        <http://lexvo.org/id/term/mgh/Urwanda>,
        <http://lexvo.org/id/term/mkd/%D0%A0%D1%83%D0%B0%D0%BD%D0%B4%D0%B0>,
        <http://lexvo.org/id/term/mlg/Roanda>,
        <http://lexvo.org/id/term/mlt/Rwanda>,
        <http://lexvo.org/id/term/mua/Rwanda>,
        <http://lexvo.org/id/term/mya/%E1%80%9B%E1%80%9D%E1%80%94%E1%80%BA%E1%80%92%E1%80%AB>,
        <http://lexvo.org/id/term/naq/Rwandab>,
        <http://lexvo.org/id/term/nde/Ruwanda>,
        <http://lexvo.org/id/term/nep/%E0%A4%B0%E0%A4%B5%E0%A4%BE%E0%A4%A3%E0%A5%8D%E0%A4%A1%E0%A4%BE>,
        <http://lexvo.org/id/term/nld/Rwanda>,
        <http://lexvo.org/id/term/nmg/Rwanda>,
        <http://lexvo.org/id/term/nno/Rwanda>,
        <http://lexvo.org/id/term/nob/Rwanda>,
        <http://lexvo.org/id/term/nyn/Rwanda>,
        <http://lexvo.org/id/term/ori/%E0%AC%B0%E0%AC%BE%E0%AD%B1%E0%AC%BE%E0%AC%A3%E0%AD%8D%E0%AC%A1%E0%AC%BE>,
        <http://lexvo.org/id/term/pol/Rwanda>,
        <http://lexvo.org/id/term/por/Ruanda>,
        <http://lexvo.org/id/term/pus/%D8%B1%D9%88%D9%86%D8%AF%D8%A7>,
        <http://lexvo.org/id/term/rof/Rwanda>,
        <http://lexvo.org/id/term/roh/Ruanda>,
        <http://lexvo.org/id/term/ron/Rwanda>,
        <http://lexvo.org/id/term/run/u%20Rwanda>,
        <http://lexvo.org/id/term/rus/%D0%A0%D1%83%D0%B0%D0%BD%D0%B4%D0%B0>,
        <http://lexvo.org/id/term/rwk/Rwanda>,
        <http://lexvo.org/id/term/sag/Ruand%C3%A4a>,
        <http://lexvo.org/id/term/saq/Rwanda>,
        <http://lexvo.org/id/term/sbp/Lwanda>,
        <http://lexvo.org/id/term/seh/Ruanda>,
        <http://lexvo.org/id/term/ses/Rwanda>,
        <http://lexvo.org/id/term/shi-Latn/rwanda>,
        <http://lexvo.org/id/term/shi/%E2%B5%94%E2%B5%A1%E2%B4%B0%E2%B5%8F%E2%B4%B7%E2%B4%B0>,
        <http://lexvo.org/id/term/sin/%E0%B6%BB%E0%B7%94%E0%B7%80%E0%B6%B1%E0%B7%8A%E0%B6%A9%E0%B7%8F%E0%B7%80>,
        <http://lexvo.org/id/term/slk/Rwanda>,
        <http://lexvo.org/id/term/slv/Ruanda>,
        <http://lexvo.org/id/term/sme/Rwanda>,
        <http://lexvo.org/id/term/sna/Rwanda>,
        <http://lexvo.org/id/term/som/Ruwanda>,
        <http://lexvo.org/id/term/spa/Ruanda>,
        <http://lexvo.org/id/term/sqi/Ruanda>,
        <http://lexvo.org/id/term/srp-Latn/Ruanda>,
        <http://lexvo.org/id/term/srp/%D0%A0%D1%83%D0%B0%D0%BD%D0%B4%D0%B0>,
        <http://lexvo.org/id/term/swc/Rwanda>,
        <http://lexvo.org/id/term/swe/Rwanda>,
        <http://lexvo.org/id/term/swh/Rwanda>,
        <http://lexvo.org/id/term/tam/%E0%AE%B0%E0%AF%81%E0%AE%B5%E0%AE%BE%E0%AE%A9%E0%AF%8D%E0%AE%9F%E0%AE%BE>,
        <http://lexvo.org/id/term/tel/%E0%B0%B0%E0%B1%8D%E0%B0%B5%E0%B0%BE%E0%B0%82%E0%B0%A1%E0%B0%BE>,
        <http://lexvo.org/id/term/teo/Rwanda>,
        <http://lexvo.org/id/term/tha/%E0%B8%A3%E0%B8%A7%E0%B8%B1%E0%B8%99%E0%B8%94%E0%B8%B2>,
        <http://lexvo.org/id/term/tir/%E1%88%A9%E1%8B%8B%E1%8A%95%E1%8B%B3>,
        <http://lexvo.org/id/term/ton/Luanit%C4%81>,
        <http://lexvo.org/id/term/tur/Ruanda>,
        <http://lexvo.org/id/term/twq/Rwanda>,
        <http://lexvo.org/id/term/tzm/Ruwwan%E1%B8%8Da>,
        <http://lexvo.org/id/term/ukr/%D0%A0%D1%83%D0%B0%D0%BD%D0%B4%D0%B0>,
        <http://lexvo.org/id/term/urd/%D8%B1%D9%88%D8%A7%D9%86%DA%88%D8%A7>,
        <http://lexvo.org/id/term/vai-Latn/Rawunda>,
        <http://lexvo.org/id/term/vai/%EA%95%9F%EA%96%99%EA%95%A1>,
        <http://lexvo.org/id/term/vie/Rwanda>,
        <http://lexvo.org/id/term/vun/Rwanda>,
        <http://lexvo.org/id/term/wae/Ruanda>,
        <http://lexvo.org/id/term/xog/Rwanda>,
        <http://lexvo.org/id/term/yav/ulu%C3%A1nd%C3%A1>,
        <http://lexvo.org/id/term/yor/Or%C3%ADl%E1%BA%B9%CC%81%C3%A8de%20Ruwanda>,
        <http://lexvo.org/id/term/zsm/Rwanda>,
        <http://lexvo.org/id/term/zul/i-Rwanda> ;
    owl:sameAs <http://psi.oasis-open.org/iso/3166/#646>,
        <http://sws.geonames.org/49518/> .

<http://lexvo.org/id/iso3166/SA> a lvont:GeographicRegion ;
    rdfs:label "Saoedi-Arabië"@af,
        "Sawudi Alabi"@agq,
        "Saudi Arabia"@ak,
        "ሳውድአረቢያ"@am,
        "المملكة العربية السعودية"@ar,
        "Thaudi"@asa,
        "Arabia Saudita"@ast,
        "Saudi Ərəbistan"@az,
        "Sàudi Àrabìà"@bas,
        "Саудаўская Аравія"@be,
        "Husaudi"@bez,
        "Саудитска Арабия"@bg,
        "Arabiya Sawudiya"@bm,
        "সাউদি আরব"@bn,
        "སཽ་དྷི་ཨ་རཱ་བི་ཡ།"@bo,
        "Arabia Saoudat"@br,
        "सऊदी अरब"@brx,
        "Saudijska Arabija"@bs,
        "Саудијска Арабија"@bs-Cyrl,
        "ሳውድአረቢያ"@byn,
        "Aràbia Saudita"@ca,
        "Saudi Areebiya"@cgg,
        "ᏌᎤᏗ ᎡᎴᏈᎠ"@chr,
        "沙特阿拉伯"@cmn,
        "沙烏地阿拉伯"@cmn-Hant,
        "Saúdská Arábie"@cs,
        "Sawdi-Arabia"@cy,
        "Saudi-Arabien"@da,
        "Saudi"@dav,
        "Saudi-Arabien"@de,
        "Saudiya"@dje,
        "Abari Saudi"@dyo,
        "སཱཝ་དི་ ཨ་རེ་བྷི་ཡ"@dz,
        "Saudi"@ebu,
        "Saudi Arabia nutome"@ee,
        "Σαουδική Αραβία"@el,
        "ISO 3166-1:SA"@en,
        "Saudi Arabia"@en,
        "𐐝𐐵𐐼𐐨 𐐊𐑉𐐩𐐺𐐨𐐲"@en-Dsrt,
        "Saŭda Arabujo"@eo,
        "Arabia Saudita"@es,
        "Arabia Saudí"@es,
        "Saudi Araabia"@et,
        "Saudi Arabia"@eu,
        "Arabí Saudí"@ewo,
        "عربستان"@fa,
        "عربستان سعودی"@fa,
        "Arabii Sawdit"@ff,
        "Saudi-Arabia"@fi,
        "Saudi Arabia"@fil,
        "Saudi-Arábia"@fo,
        "Arabie saoudite"@fr,
        "Arabie Saudide"@fur,
        "An Araib Shádach"@ga,
        "Aràibia nan Sabhd"@gd,
        "Arabia Saudita"@gl,
        "Saudi-Araabie"@gsw,
        "સાઉદી અરેબિયા"@gu,
        "Saudi"@guz,
        "Ƙasar Makka"@ha,
        "ערב הסעודית"@he,
        "सऊदी अरब"@hi,
        "Saudijska Arabija"@hr,
        "Szaúd-Arábia"@hu,
        "Սաուդիան Արաբիա"@hy,
        "Arabia Saudita"@ia,
        "Arab Saudi"@id,
        "Sádi-Arabía"@is,
        "Arabia Saudita"@it,
        "サウジアラビア"@ja,
        "Saudi"@jmc,
        "საუდის არაბეთი"@ka,
        "Suɛudiya Taɛrabt"@kab,
        "Saudi"@kam,
        "Saudia"@kde,
        "Arabia Saudita"@kea,
        "Saudiya"@khq,
        "Saudi"@ki,
        "Сауд Арабиясы"@kk,
        "Saudi Arabia"@kl,
        "Emetab Saudi Arabia"@kln,
        "អារ៉ាប៊ីសាអ៊ូឌីត"@km,
        "ಸೌದಿ ಅರೇಬಿಯಾ"@kn,
        "사우디아라비아"@ko,
        "سوٗدی عربِیہ"@ks,
        "Saudi"@ksb,
        "arabí saodí"@ksf,
        "Saudi Arraabije"@ksh,
        "Saudíia Arabíia"@lag,
        "Sawudarebya - Buwarabu"@lg,
        "Alabi Sawuditɛ"@ln,
        "ຊາອຸດິອາລະເບຍ"@lo,
        "Saudo Arabija"@lt,
        "Alabu Nsawudi"@lu,
        "Saudi Arabia"@luo,
        "Saudi"@luy,
        "Saūda Arābija"@lv,
        "Saudi"@mas,
        "Saudi"@mer,
        "Larabi Saoudit"@mfe,
        "Arabia saodita"@mg,
        "Usaudi"@mgh,
        "Саудиска Арабија"@mk,
        "സൗദി അറേബ്യ"@ml,
        "सौदी अरब"@mr,
        "Għarabja Sawdita"@mt,
        "Sǝr Arabiya"@mua,
        "ဆော်ဒီအာရေးဗီးယား"@my,
        "Saudi Arabiab"@naq,
        "Saudi-Arabia"@nb,
        "Saudi Arabia"@nd,
        "साउदी अरब"@ne,
        "Saoedi-Arabië"@nl,
        "Saudi Arabia"@nmg,
        "Saudi Arabia"@nn,
        "Saudi Areebiya"@nyn,
        "ସାଉଦି ଆରବିଆ"@or,
        "Arabia Saudyjska"@pl,
        "سعودی عربستان"@ps,
        "Arábia Saudita"@pt,
        "Arabia Saudita"@rm,
        "Arabiya Sawudite"@rn,
        "Arabia Saudită"@ro,
        "Saudi"@rof,
        "Саудовская Аравия"@ru,
        "Saudi"@rwk,
        "Saudi"@saq,
        "Sawudi"@sbp,
        "Saudi-Arábia"@se,
        "Arábia Saudita"@seh,
        "Saudiya"@ses,
        "Saûdi Arabïi"@sg,
        "ⵙⵙⴰⵄⵓⴷⵉⵢⴰ"@shi,
        "ssaɛudiya"@shi-Latn,
        "සෞදි අරාබිය"@si,
        "Saudská Arábia"@sk,
        "Saudova Arabija"@sl,
        "Saudi Arabia"@sn,
        "Sacuudi Carabiya"@so,
        "Arabia Saudite"@sq,
        "Саудијска Арабија"@sr,
        "Saudijska Arabija"@sr-Latn,
        "Saudiarabien"@sv,
        "Saudi"@swc,
        "Saudi"@swh,
        "சவூதி அரேபியா"@ta,
        "సౌదీ అరేబియా"@te,
        "Saudi"@teo,
        "ซาอุดีอาระเบีย"@th,
        "ሳውድአረቢያ"@ti,
        "ሳውድአረቢያ"@tig,
        "Saute ʻAlepea"@to,
        "Suudi Arabistan"@tr,
        "Saudiya"@twq,
        "Ssaεudiyya Taεrabt"@tzm,
        "Саудівська Аравія"@uk,
        "سعودی عرب"@ur,
        "ꕞꕌꖝ ꕸꖃꔀ"@vai,
        "Lahabu"@vai-Latn,
        "A-rập Xê-út"@vi,
        "Saudi"@vun,
        "Saudi Arabie"@wae,
        "ሳውድአረቢያ"@wal,
        "Sawudarebya"@xog,
        "alapísawutíit"@yav,
        "Orílẹ́ède Saudi Arabia"@yo,
        "Arab Saudi"@zsm,
        "i-Saudi Arabia"@zu ;
    lvont:label <http://lexvo.org/id/term/afr/Saoedi-Arabi%C3%AB>,
        <http://lexvo.org/id/term/agq/Sawudi%20Alabi>,
        <http://lexvo.org/id/term/aka/Saudi%20Arabia>,
        <http://lexvo.org/id/term/amh/%E1%88%B3%E1%8B%8D%E1%8B%B5%E1%8A%A0%E1%88%A8%E1%89%A2%E1%8B%AB>,
        <http://lexvo.org/id/term/ara/%D8%A7%D9%84%D9%85%D9%85%D9%84%D9%83%D8%A9%20%D8%A7%D9%84%D8%B9%D8%B1%D8%A8%D9%8A%D8%A9%20%D8%A7%D9%84%D8%B3%D8%B9%D9%88%D8%AF%D9%8A%D8%A9>,
        <http://lexvo.org/id/term/asa/Thaudi>,
        <http://lexvo.org/id/term/ast/Arabia%20Saudita>,
        <http://lexvo.org/id/term/aze/Saudi%20%C6%8Fr%C9%99bistan>,
        <http://lexvo.org/id/term/bam/Arabiya%20Sawudiya>,
        <http://lexvo.org/id/term/bas/S%C3%A0udi%20%C3%80rab%C3%AC%C3%A0>,
        <http://lexvo.org/id/term/bel/%D0%A1%D0%B0%D1%83%D0%B4%D0%B0%D1%9E%D1%81%D0%BA%D0%B0%D1%8F%20%D0%90%D1%80%D0%B0%D0%B2%D1%96%D1%8F>,
        <http://lexvo.org/id/term/ben/%E0%A6%B8%E0%A6%BE%E0%A6%89%E0%A6%A6%E0%A6%BF%20%E0%A6%86%E0%A6%B0%E0%A6%AC>,
        <http://lexvo.org/id/term/bez/Husaudi>,
        <http://lexvo.org/id/term/bod/%E0%BD%A6%E0%BD%BD%E0%BC%8B%E0%BD%91%E0%BE%B7%E0%BD%B2%E0%BC%8B%E0%BD%A8%E0%BC%8B%E0%BD%A2%E0%BD%B1%E0%BC%8B%E0%BD%96%E0%BD%B2%E0%BC%8B%E0%BD%A1%E0%BC%8D>,
        <http://lexvo.org/id/term/bos-Cyrl/%D0%A1%D0%B0%D1%83%D0%B4%D0%B8%D1%98%D1%81%D0%BA%D0%B0%20%D0%90%D1%80%D0%B0%D0%B1%D0%B8%D1%98%D0%B0>,
        <http://lexvo.org/id/term/bos/Saudijska%20Arabija>,
        <http://lexvo.org/id/term/bre/Arabia%20Saoudat>,
        <http://lexvo.org/id/term/brx/%E0%A4%B8%E0%A4%8A%E0%A4%A6%E0%A5%80%20%E0%A4%85%E0%A4%B0%E0%A4%AC>,
        <http://lexvo.org/id/term/bul/%D0%A1%D0%B0%D1%83%D0%B4%D0%B8%D1%82%D1%81%D0%BA%D0%B0%20%D0%90%D1%80%D0%B0%D0%B1%D0%B8%D1%8F>,
        <http://lexvo.org/id/term/byn/%E1%88%B3%E1%8B%8D%E1%8B%B5%E1%8A%A0%E1%88%A8%E1%89%A2%E1%8B%AB>,
        <http://lexvo.org/id/term/cat/Ar%C3%A0bia%20Saudita>,
        <http://lexvo.org/id/term/ces/Sa%C3%BAdsk%C3%A1%20Ar%C3%A1bie>,
        <http://lexvo.org/id/term/cgg/Saudi%20Areebiya>,
        <http://lexvo.org/id/term/chr/%E1%8F%8C%E1%8E%A4%E1%8F%97%20%E1%8E%A1%E1%8E%B4%E1%8F%88%E1%8E%A0>,
        <http://lexvo.org/id/term/cmn-Hant/%E6%B2%99%E7%83%8F%E5%9C%B0%E9%98%BF%E6%8B%89%E4%BC%AF>,
        <http://lexvo.org/id/term/cmn/%E6%B2%99%E7%89%B9%E9%98%BF%E6%8B%89%E4%BC%AF>,
        <http://lexvo.org/id/term/cym/Sawdi-Arabia>,
        <http://lexvo.org/id/term/dan/Saudi-Arabien>,
        <http://lexvo.org/id/term/dav/Saudi>,
        <http://lexvo.org/id/term/deu/Saudi-Arabien>,
        <http://lexvo.org/id/term/dje/Saudiya>,
        <http://lexvo.org/id/term/dyo/Abari%20Saudi>,
        <http://lexvo.org/id/term/dzo/%E0%BD%A6%E0%BD%B1%E0%BD%9D%E0%BC%8B%E0%BD%91%E0%BD%B2%E0%BC%8B%20%E0%BD%A8%E0%BC%8B%E0%BD%A2%E0%BD%BA%E0%BC%8B%E0%BD%96%E0%BE%B7%E0%BD%B2%E0%BC%8B%E0%BD%A1>,
        <http://lexvo.org/id/term/ebu/Saudi>,
        <http://lexvo.org/id/term/ell/%CE%A3%CE%B1%CE%BF%CF%85%CE%B4%CE%B9%CE%BA%CE%AE%20%CE%91%CF%81%CE%B1%CE%B2%CE%AF%CE%B1>,
        <http://lexvo.org/id/term/eng-Dsrt/%F0%90%90%9D%F0%90%90%B5%F0%90%90%BC%F0%90%90%A8%20%F0%90%90%8A%F0%90%91%89%F0%90%90%A9%F0%90%90%BA%F0%90%90%A8%F0%90%90%B2>,
        <http://lexvo.org/id/term/eng/ISO%203166-1%3ASA>,
        <http://lexvo.org/id/term/eng/Saudi%20Arabia>,
        <http://lexvo.org/id/term/epo/Sa%C5%ADda%20Arabujo>,
        <http://lexvo.org/id/term/est/Saudi%20Araabia>,
        <http://lexvo.org/id/term/eus/Saudi%20Arabia>,
        <http://lexvo.org/id/term/ewe/Saudi%20Arabia%20nutome>,
        <http://lexvo.org/id/term/ewo/Arab%C3%AD%20Saud%C3%AD>,
        <http://lexvo.org/id/term/fao/Saudi-Ar%C3%A1bia>,
        <http://lexvo.org/id/term/fas/%D8%B9%D8%B1%D8%A8%D8%B3%D8%AA%D8%A7%D9%86>,
        <http://lexvo.org/id/term/fas/%D8%B9%D8%B1%D8%A8%D8%B3%D8%AA%D8%A7%D9%86%20%D8%B3%D8%B9%D9%88%D8%AF%DB%8C>,
        <http://lexvo.org/id/term/fil/Saudi%20Arabia>,
        <http://lexvo.org/id/term/fin/Saudi-Arabia>,
        <http://lexvo.org/id/term/fra/Arabie%20saoudite>,
        <http://lexvo.org/id/term/ful/Arabii%20Sawdit>,
        <http://lexvo.org/id/term/fur/Arabie%20Saudide>,
        <http://lexvo.org/id/term/gla/Ar%C3%A0ibia%20nan%20Sabhd>,
        <http://lexvo.org/id/term/gle/An%20Araib%20Sh%C3%A1dach>,
        <http://lexvo.org/id/term/glg/Arabia%20Saudita>,
        <http://lexvo.org/id/term/gsw/Saudi-Araabie>,
        <http://lexvo.org/id/term/guj/%E0%AA%B8%E0%AA%BE%E0%AA%89%E0%AA%A6%E0%AB%80%20%E0%AA%85%E0%AA%B0%E0%AB%87%E0%AA%AC%E0%AA%BF%E0%AA%AF%E0%AA%BE>,
        <http://lexvo.org/id/term/guz/Saudi>,
        <http://lexvo.org/id/term/hau/%C6%98asar%20Makka>,
        <http://lexvo.org/id/term/heb/%D7%A2%D7%A8%D7%91%20%D7%94%D7%A1%D7%A2%D7%95%D7%93%D7%99%D7%AA>,
        <http://lexvo.org/id/term/hin/%E0%A4%B8%E0%A4%8A%E0%A4%A6%E0%A5%80%20%E0%A4%85%E0%A4%B0%E0%A4%AC>,
        <http://lexvo.org/id/term/hrv/Saudijska%20Arabija>,
        <http://lexvo.org/id/term/hun/Sza%C3%BAd-Ar%C3%A1bia>,
        <http://lexvo.org/id/term/hye/%D5%8D%D5%A1%D5%B8%D6%82%D5%A4%D5%AB%D5%A1%D5%B6%20%D4%B1%D6%80%D5%A1%D5%A2%D5%AB%D5%A1>,
        <http://lexvo.org/id/term/ina/Arabia%20Saudita>,
        <http://lexvo.org/id/term/ind/Arab%20Saudi>,
        <http://lexvo.org/id/term/isl/S%C3%A1di-Arab%C3%ADa>,
        <http://lexvo.org/id/term/ita/Arabia%20Saudita>,
        <http://lexvo.org/id/term/jmc/Saudi>,
        <http://lexvo.org/id/term/jpn/%E3%82%B5%E3%82%A6%E3%82%B8%E3%82%A2%E3%83%A9%E3%83%93%E3%82%A2>,
        <http://lexvo.org/id/term/kab/Su%C9%9Budiya%20Ta%C9%9Brabt>,
        <http://lexvo.org/id/term/kal/Saudi%20Arabia>,
        <http://lexvo.org/id/term/kam/Saudi>,
        <http://lexvo.org/id/term/kan/%E0%B2%B8%E0%B3%8C%E0%B2%A6%E0%B2%BF%20%E0%B2%85%E0%B2%B0%E0%B3%87%E0%B2%AC%E0%B2%BF%E0%B2%AF%E0%B2%BE>,
        <http://lexvo.org/id/term/kas/%D8%B3%D9%88%D9%97%D8%AF%DB%8C%20%D8%B9%D8%B1%D8%A8%D9%90%DB%8C%DB%81>,
        <http://lexvo.org/id/term/kat/%E1%83%A1%E1%83%90%E1%83%A3%E1%83%93%E1%83%98%E1%83%A1%20%E1%83%90%E1%83%A0%E1%83%90%E1%83%91%E1%83%94%E1%83%97%E1%83%98>,
        <http://lexvo.org/id/term/kaz/%D0%A1%D0%B0%D1%83%D0%B4%20%D0%90%D1%80%D0%B0%D0%B1%D0%B8%D1%8F%D1%81%D1%8B>,
        <http://lexvo.org/id/term/kde/Saudia>,
        <http://lexvo.org/id/term/kea/Arabia%20Saudita>,
        <http://lexvo.org/id/term/khm/%E1%9E%A2%E1%9E%B6%E1%9E%9A%E1%9F%89%E1%9E%B6%E1%9E%94%E1%9F%8A%E1%9E%B8%E1%9E%9F%E1%9E%B6%E1%9E%A2%E1%9F%8A%E1%9E%BC%E1%9E%8C%E1%9E%B8%E1%9E%8F>,
        <http://lexvo.org/id/term/khq/Saudiya>,
        <http://lexvo.org/id/term/kik/Saudi>,
        <http://lexvo.org/id/term/kln/Emetab%20Saudi%20Arabia>,
        <http://lexvo.org/id/term/kor/%EC%82%AC%EC%9A%B0%EB%94%94%EC%95%84%EB%9D%BC%EB%B9%84%EC%95%84>,
        <http://lexvo.org/id/term/ksb/Saudi>,
        <http://lexvo.org/id/term/ksf/arab%C3%AD%20saod%C3%AD>,
        <http://lexvo.org/id/term/ksh/Saudi%20Arraabije>,
        <http://lexvo.org/id/term/lag/Saud%C3%ADia%20Arab%C3%ADia>,
        <http://lexvo.org/id/term/lao/%E0%BA%8A%E0%BA%B2%E0%BA%AD%E0%BA%B8%E0%BA%94%E0%BA%B4%E0%BA%AD%E0%BA%B2%E0%BA%A5%E0%BA%B0%E0%BB%80%E0%BA%9A%E0%BA%8D>,
        <http://lexvo.org/id/term/lav/Sa%C5%ABda%20Ar%C4%81bija>,
        <http://lexvo.org/id/term/lin/Alabi%20Sawudit%C9%9B>,
        <http://lexvo.org/id/term/lit/Saudo%20Arabija>,
        <http://lexvo.org/id/term/lub/Alabu%20Nsawudi>,
        <http://lexvo.org/id/term/lug/Sawudarebya%20-%20Buwarabu>,
        <http://lexvo.org/id/term/luo/Saudi%20Arabia>,
        <http://lexvo.org/id/term/luy/Saudi>,
        <http://lexvo.org/id/term/mal/%E0%B4%B8%E0%B5%97%E0%B4%A6%E0%B4%BF%20%E0%B4%85%E0%B4%B1%E0%B5%87%E0%B4%AC%E0%B5%8D%E0%B4%AF>,
        <http://lexvo.org/id/term/mar/%E0%A4%B8%E0%A5%8C%E0%A4%A6%E0%A5%80%20%E0%A4%85%E0%A4%B0%E0%A4%AC>,
        <http://lexvo.org/id/term/mas/Saudi>,
        <http://lexvo.org/id/term/mer/Saudi>,
        <http://lexvo.org/id/term/mfe/Larabi%20Saoudit>,
        <http://lexvo.org/id/term/mgh/Usaudi>,
        <http://lexvo.org/id/term/mkd/%D0%A1%D0%B0%D1%83%D0%B4%D0%B8%D1%81%D0%BA%D0%B0%20%D0%90%D1%80%D0%B0%D0%B1%D0%B8%D1%98%D0%B0>,
        <http://lexvo.org/id/term/mlg/Arabia%20saodita>,
        <http://lexvo.org/id/term/mlt/G%C4%A7arabja%20Sawdita>,
        <http://lexvo.org/id/term/mua/S%C7%9Dr%20Arabiya>,
        <http://lexvo.org/id/term/mya/%E1%80%86%E1%80%B1%E1%80%AC%E1%80%BA%E1%80%92%E1%80%AE%E1%80%A1%E1%80%AC%E1%80%9B%E1%80%B1%E1%80%B8%E1%80%97%E1%80%AE%E1%80%B8%E1%80%9A%E1%80%AC%E1%80%B8>,
        <http://lexvo.org/id/term/naq/Saudi%20Arabiab>,
        <http://lexvo.org/id/term/nde/Saudi%20Arabia>,
        <http://lexvo.org/id/term/nep/%E0%A4%B8%E0%A4%BE%E0%A4%89%E0%A4%A6%E0%A5%80%20%E0%A4%85%E0%A4%B0%E0%A4%AC>,
        <http://lexvo.org/id/term/nld/Saoedi-Arabi%C3%AB>,
        <http://lexvo.org/id/term/nmg/Saudi%20Arabia>,
        <http://lexvo.org/id/term/nno/Saudi%20Arabia>,
        <http://lexvo.org/id/term/nob/Saudi-Arabia>,
        <http://lexvo.org/id/term/nyn/Saudi%20Areebiya>,
        <http://lexvo.org/id/term/ori/%E0%AC%B8%E0%AC%BE%E0%AC%89%E0%AC%A6%E0%AC%BF%20%E0%AC%86%E0%AC%B0%E0%AC%AC%E0%AC%BF%E0%AC%86>,
        <http://lexvo.org/id/term/pol/Arabia%20Saudyjska>,
        <http://lexvo.org/id/term/por/Ar%C3%A1bia%20Saudita>,
        <http://lexvo.org/id/term/pus/%D8%B3%D8%B9%D9%88%D8%AF%DB%8C%20%D8%B9%D8%B1%D8%A8%D8%B3%D8%AA%D8%A7%D9%86>,
        <http://lexvo.org/id/term/rof/Saudi>,
        <http://lexvo.org/id/term/roh/Arabia%20Saudita>,
        <http://lexvo.org/id/term/ron/Arabia%20Saudit%C4%83>,
        <http://lexvo.org/id/term/run/Arabiya%20Sawudite>,
        <http://lexvo.org/id/term/rus/%D0%A1%D0%B0%D1%83%D0%B4%D0%BE%D0%B2%D1%81%D0%BA%D0%B0%D1%8F%20%D0%90%D1%80%D0%B0%D0%B2%D0%B8%D1%8F>,
        <http://lexvo.org/id/term/rwk/Saudi>,
        <http://lexvo.org/id/term/sag/Sa%C3%BBdi%20Arab%C3%AFi>,
        <http://lexvo.org/id/term/saq/Saudi>,
        <http://lexvo.org/id/term/sbp/Sawudi>,
        <http://lexvo.org/id/term/seh/Ar%C3%A1bia%20Saudita>,
        <http://lexvo.org/id/term/ses/Saudiya>,
        <http://lexvo.org/id/term/shi-Latn/ssa%C9%9Budiya>,
        <http://lexvo.org/id/term/shi/%E2%B5%99%E2%B5%99%E2%B4%B0%E2%B5%84%E2%B5%93%E2%B4%B7%E2%B5%89%E2%B5%A2%E2%B4%B0>,
        <http://lexvo.org/id/term/sin/%E0%B7%83%E0%B7%9E%E0%B6%AF%E0%B7%92%20%E0%B6%85%E0%B6%BB%E0%B7%8F%E0%B6%B6%E0%B7%92%E0%B6%BA>,
        <http://lexvo.org/id/term/slk/Saudsk%C3%A1%20Ar%C3%A1bia>,
        <http://lexvo.org/id/term/slv/Saudova%20Arabija>,
        <http://lexvo.org/id/term/sme/Saudi-Ar%C3%A1bia>,
        <http://lexvo.org/id/term/sna/Saudi%20Arabia>,
        <http://lexvo.org/id/term/som/Sacuudi%20Carabiya>,
        <http://lexvo.org/id/term/spa/Arabia%20Saud%C3%AD>,
        <http://lexvo.org/id/term/spa/Arabia%20Saudita>,
        <http://lexvo.org/id/term/sqi/Arabia%20Saudite>,
        <http://lexvo.org/id/term/srp-Latn/Saudijska%20Arabija>,
        <http://lexvo.org/id/term/srp/%D0%A1%D0%B0%D1%83%D0%B4%D0%B8%D1%98%D1%81%D0%BA%D0%B0%20%D0%90%D1%80%D0%B0%D0%B1%D0%B8%D1%98%D0%B0>,
        <http://lexvo.org/id/term/swc/Saudi>,
        <http://lexvo.org/id/term/swe/Saudiarabien>,
        <http://lexvo.org/id/term/swh/Saudi>,
        <http://lexvo.org/id/term/tam/%E0%AE%9A%E0%AE%B5%E0%AF%82%E0%AE%A4%E0%AE%BF%20%E0%AE%85%E0%AE%B0%E0%AF%87%E0%AE%AA%E0%AE%BF%E0%AE%AF%E0%AE%BE>,
        <http://lexvo.org/id/term/tel/%E0%B0%B8%E0%B1%8C%E0%B0%A6%E0%B1%80%20%E0%B0%85%E0%B0%B0%E0%B1%87%E0%B0%AC%E0%B0%BF%E0%B0%AF%E0%B0%BE>,
        <http://lexvo.org/id/term/teo/Saudi>,
        <http://lexvo.org/id/term/tha/%E0%B8%8B%E0%B8%B2%E0%B8%AD%E0%B8%B8%E0%B8%94%E0%B8%B5%E0%B8%AD%E0%B8%B2%E0%B8%A3%E0%B8%B0%E0%B9%80%E0%B8%9A%E0%B8%B5%E0%B8%A2>,
        <http://lexvo.org/id/term/tig/%E1%88%B3%E1%8B%8D%E1%8B%B5%E1%8A%A0%E1%88%A8%E1%89%A2%E1%8B%AB>,
        <http://lexvo.org/id/term/tir/%E1%88%B3%E1%8B%8D%E1%8B%B5%E1%8A%A0%E1%88%A8%E1%89%A2%E1%8B%AB>,
        <http://lexvo.org/id/term/ton/Saute%20%CA%BBAlepea>,
        <http://lexvo.org/id/term/tur/Suudi%20Arabistan>,
        <http://lexvo.org/id/term/twq/Saudiya>,
        <http://lexvo.org/id/term/tzm/Ssa%CE%B5udiyya%20Ta%CE%B5rabt>,
        <http://lexvo.org/id/term/ukr/%D0%A1%D0%B0%D1%83%D0%B4%D1%96%D0%B2%D1%81%D1%8C%D0%BA%D0%B0%20%D0%90%D1%80%D0%B0%D0%B2%D1%96%D1%8F>,
        <http://lexvo.org/id/term/urd/%D8%B3%D8%B9%D9%88%D8%AF%DB%8C%20%D8%B9%D8%B1%D8%A8>,
        <http://lexvo.org/id/term/vai-Latn/Lahabu>,
        <http://lexvo.org/id/term/vai/%EA%95%9E%EA%95%8C%EA%96%9D%20%EA%95%B8%EA%96%83%EA%94%80>,
        <http://lexvo.org/id/term/vie/A-r%E1%BA%ADp%20X%C3%AA-%C3%BAt>,
        <http://lexvo.org/id/term/vun/Saudi>,
        <http://lexvo.org/id/term/wae/Saudi%20Arabie>,
        <http://lexvo.org/id/term/wal/%E1%88%B3%E1%8B%8D%E1%8B%B5%E1%8A%A0%E1%88%A8%E1%89%A2%E1%8B%AB>,
        <http://lexvo.org/id/term/xog/Sawudarebya>,
        <http://lexvo.org/id/term/yav/alap%C3%ADsawut%C3%ADit>,
        <http://lexvo.org/id/term/yor/Or%C3%ADl%E1%BA%B9%CC%81%C3%A8de%20Saudi%20Arabia>,
        <http://lexvo.org/id/term/zsm/Arab%20Saudi>,
        <http://lexvo.org/id/term/zul/i-Saudi%20Arabia> ;
    owl:sameAs <http://psi.oasis-open.org/iso/3166/#682>,
        <http://sws.geonames.org/102358/> .

<http://lexvo.org/id/iso3166/SB> a lvont:GeographicRegion ;
    rdfs:label "Solomon Eilande"@af,
        "Chwɨlà fɨ Solomwɨ̀n"@agq,
        "Solomon Islands"@ak,
        "ሰሎሞን ደሴት"@am,
        "جزر سليمان"@ar,
        "Vithiwa vya Tholomon"@asa,
        "Islles Salomón"@ast,
        "Solomon Adaları"@az,
        "Bìòn bi Salōmò"@bas,
        "Саламонавы Астравы"@be,
        "Ifisima fya Solomon"@bez,
        "Соломонови острови"@bg,
        "Salomo Gun"@bm,
        "সলোমন দ্বীপপুঞ্জ"@bn,
        "སོ་ལོ་མོན། གླིང་ཕྲན་ཚོ་ཁག།"@bo,
        "Salomon"@br,
        "सॉलोमन द्वीप"@brx,
        "Solomonska Ostrva"@bs,
        "Соломонска Острва"@bs-Cyrl,
        "Illes Salomó"@ca,
        "Ebizinga bya Surimaani"@cgg,
        "ᏐᎶᎹᏂ ᏚᎦᏚᏛ"@chr,
        "所罗门群岛"@cmn,
        "索羅門群島"@cmn-Hant,
        "Šalamounovy ostrovy"@cs,
        "Ynysoedd Solomon"@cy,
        "Salomonøerne"@da,
        "Visiwa vya Solomon"@dav,
        "Salomon-Inseln"@de,
        "Salomonen"@de,
        "Solomon Gungey"@dje,
        "སོ་ལོ་མོན་ གླིང་ཚོམ"@dz,
        "Visiwa vya Solomon"@ebu,
        "Solomon ƒudomekpowo nutome"@ee,
        "Νήσοι Σολομώντος"@el,
        "ISO 3166-1:SB"@en,
        "Solomon Islands"@en,
        "𐐝𐐪𐑊𐐲𐑋𐐲𐑌 𐐌𐑊𐐲𐑌𐐼𐑆"@en-Dsrt,
        "Salomonoj"@eo,
        "Islas Salomón"@es,
        "Saalomoni Saared"@et,
        "Salomon uharteak"@eu,
        "Minlán Mí Solomɔ́n"@ewo,
        "جزایر سلومون"@fa,
        "جزایر سلیمان"@fa,
        "Duuɗe Solomon"@ff,
        "Salomonsaaret"@fi,
        "Solomon Islands"@fil,
        "Sálomonoyggjarnar"@fo,
        "Îles Salomon"@fr,
        "Isulis Salomon"@fur,
        "Oileáin Sholaimh"@ga,
        "Eileanan Sholaimh"@gd,
        "Illas Salomón"@gl,
        "Salomoone"@gsw,
        "સોલોમન આઇલેન્ડ"@gu,
        "Visiwa vya Solomon"@guz,
        "Tsibiran Salaman"@ha,
        "איי שלמה"@he,
        "सोलोमन द्वीप"@hi,
        "Solomonski Otoci"@hr,
        "Salamon-szigetek"@hu,
        "Սոլոմոնյան կղզիներ"@hy,
        "Insulas Solomon"@ia,
        "Kepulauan Solomon"@id,
        "Salómonseyjar"@is,
        "Isole Solomon"@it,
        "ソロモン諸島"@ja,
        "Visiwa vya Solomon"@jmc,
        "სოლომონის კუნძულები"@ka,
        "Tigzirin n Sulumun"@kab,
        "Isiwa sya Solomon"@kam,
        "Chisiwa cha Solomon"@kde,
        "Ilhas Salumon"@kea,
        "Solomon Gungey"@khq,
        "Visiwa vya Solomon"@ki,
        "Ikwembeiyotab Solomon"@kln,
        "កោះ​ស៊ូឡូម៉ុង"@km,
        "ಸೊಲೊಮನ್ ದ್ವೀಪಗಳು"@kn,
        "솔로몬 제도"@ko,
        "سولامان جٔزیٖرٕ"@ks,
        "Visiwa vya Solomon"@ksb,
        "zǝ salomɔ́n"@ksf,
        "de Solomone-Enselle"@ksh,
        "Visíiwa vya Solomóoni"@lag,
        "Bizanga by'eSolomooni"@lg,
        "Bisanga Solomɔ"@ln,
        "ຫມູ່ເກາະໂຊໂລມອນ"@lo,
        "Saliamono salos"@lt,
        "Lutanda lua Solomu"@lu,
        "Solomon Islands"@luo,
        "Visiwa vya Solomon"@luy,
        "Zālamana salas"@lv,
        "Visiwa vya Solomon"@mas,
        "Airandi Cia Solomon"@mer,
        "Zil Salomon"@mfe,
        "Nosy Salomona"@mg,
        "Соломоновите Острови"@mk,
        "സോളമൻ‍ ദ്വീപുകൾ"@ml,
        "सोलोमन बेटे"@mr,
        "Solomon Islands"@mt,
        "Sǝr Salomon ma laŋne"@mua,
        "ဆော်လမွန်ကျွန်းစု"@my,
        "Solomon Islands"@naq,
        "Salomonøyene"@nb,
        "Solomon Islands"@nd,
        "सोलोमोन टापु"@ne,
        "Salomoneilanden"@nl,
        "Salomonseilanden"@nl,
        "Maŋ́ má Salomɔn"@nmg,
        "Salomonøyane"@nn,
        "Ebizinga bya Surimaani"@nyn,
        "ସୋଲୋମନ୍ ଦ୍ବୀପପୁଞ୍ଜ"@or,
        "Wyspy Salomona"@pl,
        "Ilhas Salomão"@pt,
        "Salomonas"@rm,
        "Amazinga ya Salumoni"@rn,
        "Insulele Solomon"@ro,
        "Visiwa vya Solomon"@rof,
        "Соломоновы о-ва"@ru,
        "Visiwa vya Solomon"@rwk,
        "Visiwa vya Solomon"@saq,
        "Figunguli fya Solomoni"@sbp,
        "Salomon-sullot"@se,
        "Ilhas Salomão"@seh,
        "Solomon Gungey"@ses,
        "Zûâ Salomöon"@sg,
        "ⵜⵉⴳⵣⵉⵔⵉⵏ ⵏ ⵙⴰⵍⵓⵎⴰⵏ"@shi,
        "tigzirin n saluman"@shi-Latn,
        "සොලමන් දූපත්"@si,
        "Šalamúnove ostrovy"@sk,
        "Salomonovi otoki"@sl,
        "Zvitsuwa zvaSolomon"@sn,
        "Solomon Islands"@so,
        "Ishujt Solomon"@sq,
        "Соломонска Острва"@sr,
        "Solomonska Ostrva"@sr-Latn,
        "Salomonöarna"@sv,
        "Visiwa vya Solomon"@swc,
        "Visiwa vya Solomon"@swh,
        "சாலமன் தீவுகள்"@ta,
        "సోలోమన్ దీవులు"@te,
        "Visiwa vya Solomon"@teo,
        "หมู่เกาะโซโลมอน"@th,
        "ሰሎሞን ደሴት"@ti,
        "ʻOtumotu Solomone"@to,
        "Solomon Adaları"@tr,
        "Solomon Gungey"@twq,
        "Tigzirin n Salumun"@tzm,
        "Соломонові Острови"@uk,
        "سولومن آئلینڈز"@ur,
        "ꖬꕞꔤꕮꕊꕯ ꔳꘋꗣ"@vai,
        "Sulaimaãna Tiŋŋɛ"@vai-Latn,
        "Quần đảo Solomon"@vi,
        "Visiwa vya Solomon"@vun,
        "Salomone"@wae,
        "Ebizanga bya Solomooni"@xog,
        "il salomɔ́ŋ"@yav,
        "Orílẹ́ède Etikun Solomoni"@yo,
        "Kepulauan Solomon"@zsm,
        "i-Solomon Islands"@zu ;
    lvont:label <http://lexvo.org/id/term/afr/Solomon%20Eilande>,
        <http://lexvo.org/id/term/agq/Chw%C9%A8l%C3%A0%20f%C9%A8%20Solomw%C9%A8%CC%80n>,
        <http://lexvo.org/id/term/aka/Solomon%20Islands>,
        <http://lexvo.org/id/term/amh/%E1%88%B0%E1%88%8E%E1%88%9E%E1%8A%95%20%E1%8B%B0%E1%88%B4%E1%89%B5>,
        <http://lexvo.org/id/term/ara/%D8%AC%D8%B2%D8%B1%20%D8%B3%D9%84%D9%8A%D9%85%D8%A7%D9%86>,
        <http://lexvo.org/id/term/asa/Vithiwa%20vya%20Tholomon>,
        <http://lexvo.org/id/term/ast/Islles%20Salom%C3%B3n>,
        <http://lexvo.org/id/term/aze/Solomon%20Adalar%C4%B1>,
        <http://lexvo.org/id/term/bam/Salomo%20Gun>,
        <http://lexvo.org/id/term/bas/B%C3%AC%C3%B2n%20bi%20Sal%C5%8Dm%C3%B2>,
        <http://lexvo.org/id/term/bel/%D0%A1%D0%B0%D0%BB%D0%B0%D0%BC%D0%BE%D0%BD%D0%B0%D0%B2%D1%8B%20%D0%90%D1%81%D1%82%D1%80%D0%B0%D0%B2%D1%8B>,
        <http://lexvo.org/id/term/ben/%E0%A6%B8%E0%A6%B2%E0%A7%8B%E0%A6%AE%E0%A6%A8%20%E0%A6%A6%E0%A7%8D%E0%A6%AC%E0%A7%80%E0%A6%AA%E0%A6%AA%E0%A7%81%E0%A6%9E%E0%A7%8D%E0%A6%9C>,
        <http://lexvo.org/id/term/bez/Ifisima%20fya%20Solomon>,
        <http://lexvo.org/id/term/bod/%E0%BD%A6%E0%BD%BC%E0%BC%8B%E0%BD%A3%E0%BD%BC%E0%BC%8B%E0%BD%98%E0%BD%BC%E0%BD%93%E0%BC%8D%20%E0%BD%82%E0%BE%B3%E0%BD%B2%E0%BD%84%E0%BC%8B%E0%BD%95%E0%BE%B2%E0%BD%93%E0%BC%8B%E0%BD%9A%E0%BD%BC%E0%BC%8B%E0%BD%81%E0%BD%82%E0%BC%8D>,
        <http://lexvo.org/id/term/bos-Cyrl/%D0%A1%D0%BE%D0%BB%D0%BE%D0%BC%D0%BE%D0%BD%D1%81%D0%BA%D0%B0%20%D0%9E%D1%81%D1%82%D1%80%D0%B2%D0%B0>,
        <http://lexvo.org/id/term/bos/Solomonska%20Ostrva>,
        <http://lexvo.org/id/term/bre/Salomon>,
        <http://lexvo.org/id/term/brx/%E0%A4%B8%E0%A5%89%E0%A4%B2%E0%A5%8B%E0%A4%AE%E0%A4%A8%20%E0%A4%A6%E0%A5%8D%E0%A4%B5%E0%A5%80%E0%A4%AA>,
        <http://lexvo.org/id/term/bul/%D0%A1%D0%BE%D0%BB%D0%BE%D0%BC%D0%BE%D0%BD%D0%BE%D0%B2%D0%B8%20%D0%BE%D1%81%D1%82%D1%80%D0%BE%D0%B2%D0%B8>,
        <http://lexvo.org/id/term/cat/Illes%20Salom%C3%B3>,
        <http://lexvo.org/id/term/ces/%C5%A0alamounovy%20ostrovy>,
        <http://lexvo.org/id/term/cgg/Ebizinga%20bya%20Surimaani>,
        <http://lexvo.org/id/term/chr/%E1%8F%90%E1%8E%B6%E1%8E%B9%E1%8F%82%20%E1%8F%9A%E1%8E%A6%E1%8F%9A%E1%8F%9B>,
        <http://lexvo.org/id/term/cmn-Hant/%E7%B4%A2%E7%BE%85%E9%96%80%E7%BE%A4%E5%B3%B6>,
        <http://lexvo.org/id/term/cmn/%E6%89%80%E7%BD%97%E9%97%A8%E7%BE%A4%E5%B2%9B>,
        <http://lexvo.org/id/term/cym/Ynysoedd%20Solomon>,
        <http://lexvo.org/id/term/dan/Salomon%C3%B8erne>,
        <http://lexvo.org/id/term/dav/Visiwa%20vya%20Solomon>,
        <http://lexvo.org/id/term/deu/Salomon-Inseln>,
        <http://lexvo.org/id/term/deu/Salomonen>,
        <http://lexvo.org/id/term/dje/Solomon%20Gungey>,
        <http://lexvo.org/id/term/dzo/%E0%BD%A6%E0%BD%BC%E0%BC%8B%E0%BD%A3%E0%BD%BC%E0%BC%8B%E0%BD%98%E0%BD%BC%E0%BD%93%E0%BC%8B%20%E0%BD%82%E0%BE%B3%E0%BD%B2%E0%BD%84%E0%BC%8B%E0%BD%9A%E0%BD%BC%E0%BD%98>,
        <http://lexvo.org/id/term/ebu/Visiwa%20vya%20Solomon>,
        <http://lexvo.org/id/term/ell/%CE%9D%CE%AE%CF%83%CE%BF%CE%B9%20%CE%A3%CE%BF%CE%BB%CE%BF%CE%BC%CF%8E%CE%BD%CF%84%CE%BF%CF%82>,
        <http://lexvo.org/id/term/eng-Dsrt/%F0%90%90%9D%F0%90%90%AA%F0%90%91%8A%F0%90%90%B2%F0%90%91%8B%F0%90%90%B2%F0%90%91%8C%20%F0%90%90%8C%F0%90%91%8A%F0%90%90%B2%F0%90%91%8C%F0%90%90%BC%F0%90%91%86>,
        <http://lexvo.org/id/term/eng/ISO%203166-1%3ASB>,
        <http://lexvo.org/id/term/eng/Solomon%20Islands>,
        <http://lexvo.org/id/term/epo/Salomonoj>,
        <http://lexvo.org/id/term/est/Saalomoni%20Saared>,
        <http://lexvo.org/id/term/eus/Salomon%20uharteak>,
        <http://lexvo.org/id/term/ewe/Solomon%20%C6%92udomekpowo%20nutome>,
        <http://lexvo.org/id/term/ewo/Minl%C3%A1n%20M%C3%AD%20Solom%C9%94%CC%81n>,
        <http://lexvo.org/id/term/fao/S%C3%A1lomonoyggjarnar>,
        <http://lexvo.org/id/term/fas/%D8%AC%D8%B2%D8%A7%DB%8C%D8%B1%20%D8%B3%D9%84%D9%88%D9%85%D9%88%D9%86>,
        <http://lexvo.org/id/term/fas/%D8%AC%D8%B2%D8%A7%DB%8C%D8%B1%20%D8%B3%D9%84%DB%8C%D9%85%D8%A7%D9%86>,
        <http://lexvo.org/id/term/fil/Solomon%20Islands>,
        <http://lexvo.org/id/term/fin/Salomonsaaret>,
        <http://lexvo.org/id/term/fra/%C3%8Eles%20Salomon>,
        <http://lexvo.org/id/term/ful/Duu%C9%97e%20Solomon>,
        <http://lexvo.org/id/term/fur/Isulis%20Salomon>,
        <http://lexvo.org/id/term/gla/Eileanan%20Sholaimh>,
        <http://lexvo.org/id/term/gle/Oile%C3%A1in%20Sholaimh>,
        <http://lexvo.org/id/term/glg/Illas%20Salom%C3%B3n>,
        <http://lexvo.org/id/term/gsw/Salomoone>,
        <http://lexvo.org/id/term/guj/%E0%AA%B8%E0%AB%8B%E0%AA%B2%E0%AB%8B%E0%AA%AE%E0%AA%A8%20%E0%AA%86%E0%AA%87%E0%AA%B2%E0%AB%87%E0%AA%A8%E0%AB%8D%E0%AA%A1>,
        <http://lexvo.org/id/term/guz/Visiwa%20vya%20Solomon>,
        <http://lexvo.org/id/term/hau/Tsibiran%20Salaman>,
        <http://lexvo.org/id/term/heb/%D7%90%D7%99%D7%99%20%D7%A9%D7%9C%D7%9E%D7%94>,
        <http://lexvo.org/id/term/hin/%E0%A4%B8%E0%A5%8B%E0%A4%B2%E0%A5%8B%E0%A4%AE%E0%A4%A8%20%E0%A4%A6%E0%A5%8D%E0%A4%B5%E0%A5%80%E0%A4%AA>,
        <http://lexvo.org/id/term/hrv/Solomonski%20Otoci>,
        <http://lexvo.org/id/term/hun/Salamon-szigetek>,
        <http://lexvo.org/id/term/hye/%D5%8D%D5%B8%D5%AC%D5%B8%D5%B4%D5%B8%D5%B6%D5%B5%D5%A1%D5%B6%20%D5%AF%D5%B2%D5%A6%D5%AB%D5%B6%D5%A5%D6%80>,
        <http://lexvo.org/id/term/ina/Insulas%20Solomon>,
        <http://lexvo.org/id/term/ind/Kepulauan%20Solomon>,
        <http://lexvo.org/id/term/isl/Sal%C3%B3monseyjar>,
        <http://lexvo.org/id/term/ita/Isole%20Solomon>,
        <http://lexvo.org/id/term/jmc/Visiwa%20vya%20Solomon>,
        <http://lexvo.org/id/term/jpn/%E3%82%BD%E3%83%AD%E3%83%A2%E3%83%B3%E8%AB%B8%E5%B3%B6>,
        <http://lexvo.org/id/term/kab/Tigzirin%20n%20Sulumun>,
        <http://lexvo.org/id/term/kam/Isiwa%20sya%20Solomon>,
        <http://lexvo.org/id/term/kan/%E0%B2%B8%E0%B3%8A%E0%B2%B2%E0%B3%8A%E0%B2%AE%E0%B2%A8%E0%B3%8D%20%E0%B2%A6%E0%B3%8D%E0%B2%B5%E0%B3%80%E0%B2%AA%E0%B2%97%E0%B2%B3%E0%B3%81>,
        <http://lexvo.org/id/term/kas/%D8%B3%D9%88%D9%84%D8%A7%D9%85%D8%A7%D9%86%20%D8%AC%D9%94%D8%B2%DB%8C%D9%96%D8%B1%D9%95>,
        <http://lexvo.org/id/term/kat/%E1%83%A1%E1%83%9D%E1%83%9A%E1%83%9D%E1%83%9B%E1%83%9D%E1%83%9C%E1%83%98%E1%83%A1%20%E1%83%99%E1%83%A3%E1%83%9C%E1%83%AB%E1%83%A3%E1%83%9A%E1%83%94%E1%83%91%E1%83%98>,
        <http://lexvo.org/id/term/kde/Chisiwa%20cha%20Solomon>,
        <http://lexvo.org/id/term/kea/Ilhas%20Salumon>,
        <http://lexvo.org/id/term/khm/%E1%9E%80%E1%9F%84%E1%9F%87%E2%80%8B%E1%9E%9F%E1%9F%8A%E1%9E%BC%E1%9E%A1%E1%9E%BC%E1%9E%98%E1%9F%89%E1%9E%BB%E1%9E%84>,
        <http://lexvo.org/id/term/khq/Solomon%20Gungey>,
        <http://lexvo.org/id/term/kik/Visiwa%20vya%20Solomon>,
        <http://lexvo.org/id/term/kln/Ikwembeiyotab%20Solomon>,
        <http://lexvo.org/id/term/kor/%EC%86%94%EB%A1%9C%EB%AA%AC%20%EC%A0%9C%EB%8F%84>,
        <http://lexvo.org/id/term/ksb/Visiwa%20vya%20Solomon>,
        <http://lexvo.org/id/term/ksf/z%C7%9D%20salom%C9%94%CC%81n>,
        <http://lexvo.org/id/term/ksh/de%20Solomone-Enselle>,
        <http://lexvo.org/id/term/lag/Vis%C3%ADiwa%20vya%20Solom%C3%B3oni>,
        <http://lexvo.org/id/term/lao/%E0%BA%AB%E0%BA%A1%E0%BA%B9%E0%BB%88%E0%BB%80%E0%BA%81%E0%BA%B2%E0%BA%B0%E0%BB%82%E0%BA%8A%E0%BB%82%E0%BA%A5%E0%BA%A1%E0%BA%AD%E0%BA%99>,
        <http://lexvo.org/id/term/lav/Z%C4%81lamana%20salas>,
        <http://lexvo.org/id/term/lin/Bisanga%20Solom%C9%94>,
        <http://lexvo.org/id/term/lit/Saliamono%20salos>,
        <http://lexvo.org/id/term/lub/Lutanda%20lua%20Solomu>,
        <http://lexvo.org/id/term/lug/Bizanga%20by'eSolomooni>,
        <http://lexvo.org/id/term/luo/Solomon%20Islands>,
        <http://lexvo.org/id/term/luy/Visiwa%20vya%20Solomon>,
        <http://lexvo.org/id/term/mal/%E0%B4%B8%E0%B5%8B%E0%B4%B3%E0%B4%AE%E0%B5%BB%E2%80%8D%20%E0%B4%A6%E0%B5%8D%E0%B4%B5%E0%B5%80%E0%B4%AA%E0%B5%81%E0%B4%95%E0%B5%BE>,
        <http://lexvo.org/id/term/mar/%E0%A4%B8%E0%A5%8B%E0%A4%B2%E0%A5%8B%E0%A4%AE%E0%A4%A8%20%E0%A4%AC%E0%A5%87%E0%A4%9F%E0%A5%87>,
        <http://lexvo.org/id/term/mas/Visiwa%20vya%20Solomon>,
        <http://lexvo.org/id/term/mer/Airandi%20Cia%20Solomon>,
        <http://lexvo.org/id/term/mfe/Zil%20Salomon>,
        <http://lexvo.org/id/term/mkd/%D0%A1%D0%BE%D0%BB%D0%BE%D0%BC%D0%BE%D0%BD%D0%BE%D0%B2%D0%B8%D1%82%D0%B5%20%D0%9E%D1%81%D1%82%D1%80%D0%BE%D0%B2%D0%B8>,
        <http://lexvo.org/id/term/mlg/Nosy%20Salomona>,
        <http://lexvo.org/id/term/mlt/Solomon%20Islands>,
        <http://lexvo.org/id/term/mua/S%C7%9Dr%20Salomon%20ma%20la%C5%8Bne>,
        <http://lexvo.org/id/term/mya/%E1%80%86%E1%80%B1%E1%80%AC%E1%80%BA%E1%80%9C%E1%80%99%E1%80%BD%E1%80%94%E1%80%BA%E1%80%80%E1%80%BB%E1%80%BD%E1%80%94%E1%80%BA%E1%80%B8%E1%80%85%E1%80%AF>,
        <http://lexvo.org/id/term/naq/Solomon%20Islands>,
        <http://lexvo.org/id/term/nde/Solomon%20Islands>,
        <http://lexvo.org/id/term/nep/%E0%A4%B8%E0%A5%8B%E0%A4%B2%E0%A5%8B%E0%A4%AE%E0%A5%8B%E0%A4%A8%20%E0%A4%9F%E0%A4%BE%E0%A4%AA%E0%A5%81>,
        <http://lexvo.org/id/term/nld/Salomoneilanden>,
        <http://lexvo.org/id/term/nld/Salomonseilanden>,
        <http://lexvo.org/id/term/nmg/Ma%C5%8B%CC%81%20m%C3%A1%20Salom%C9%94n>,
        <http://lexvo.org/id/term/nno/Salomon%C3%B8yane>,
        <http://lexvo.org/id/term/nob/Salomon%C3%B8yene>,
        <http://lexvo.org/id/term/nyn/Ebizinga%20bya%20Surimaani>,
        <http://lexvo.org/id/term/ori/%E0%AC%B8%E0%AD%8B%E0%AC%B2%E0%AD%8B%E0%AC%AE%E0%AC%A8%E0%AD%8D%20%E0%AC%A6%E0%AD%8D%E0%AC%AC%E0%AD%80%E0%AC%AA%E0%AC%AA%E0%AD%81%E0%AC%9E%E0%AD%8D%E0%AC%9C>,
        <http://lexvo.org/id/term/pol/Wyspy%20Salomona>,
        <http://lexvo.org/id/term/por/Ilhas%20Salom%C3%A3o>,
        <http://lexvo.org/id/term/rof/Visiwa%20vya%20Solomon>,
        <http://lexvo.org/id/term/roh/Salomonas>,
        <http://lexvo.org/id/term/ron/Insulele%20Solomon>,
        <http://lexvo.org/id/term/run/Amazinga%20ya%20Salumoni>,
        <http://lexvo.org/id/term/rus/%D0%A1%D0%BE%D0%BB%D0%BE%D0%BC%D0%BE%D0%BD%D0%BE%D0%B2%D1%8B%20%D0%BE-%D0%B2%D0%B0>,
        <http://lexvo.org/id/term/rwk/Visiwa%20vya%20Solomon>,
        <http://lexvo.org/id/term/sag/Z%C3%BB%C3%A2%20Salom%C3%B6on>,
        <http://lexvo.org/id/term/saq/Visiwa%20vya%20Solomon>,
        <http://lexvo.org/id/term/sbp/Figunguli%20fya%20Solomoni>,
        <http://lexvo.org/id/term/seh/Ilhas%20Salom%C3%A3o>,
        <http://lexvo.org/id/term/ses/Solomon%20Gungey>,
        <http://lexvo.org/id/term/shi-Latn/tigzirin%20n%20saluman>,
        <http://lexvo.org/id/term/shi/%E2%B5%9C%E2%B5%89%E2%B4%B3%E2%B5%A3%E2%B5%89%E2%B5%94%E2%B5%89%E2%B5%8F%20%E2%B5%8F%20%E2%B5%99%E2%B4%B0%E2%B5%8D%E2%B5%93%E2%B5%8E%E2%B4%B0%E2%B5%8F>,
        <http://lexvo.org/id/term/sin/%E0%B7%83%E0%B7%9C%E0%B6%BD%E0%B6%B8%E0%B6%B1%E0%B7%8A%20%E0%B6%AF%E0%B7%96%E0%B6%B4%E0%B6%AD%E0%B7%8A>,
        <http://lexvo.org/id/term/slk/%C5%A0alam%C3%BAnove%20ostrovy>,
        <http://lexvo.org/id/term/slv/Salomonovi%20otoki>,
        <http://lexvo.org/id/term/sme/Salomon-sullot>,
        <http://lexvo.org/id/term/sna/Zvitsuwa%20zvaSolomon>,
        <http://lexvo.org/id/term/som/Solomon%20Islands>,
        <http://lexvo.org/id/term/spa/Islas%20Salom%C3%B3n>,
        <http://lexvo.org/id/term/sqi/Ishujt%20Solomon>,
        <http://lexvo.org/id/term/srp-Latn/Solomonska%20Ostrva>,
        <http://lexvo.org/id/term/srp/%D0%A1%D0%BE%D0%BB%D0%BE%D0%BC%D0%BE%D0%BD%D1%81%D0%BA%D0%B0%20%D0%9E%D1%81%D1%82%D1%80%D0%B2%D0%B0>,
        <http://lexvo.org/id/term/swc/Visiwa%20vya%20Solomon>,
        <http://lexvo.org/id/term/swe/Salomon%C3%B6arna>,
        <http://lexvo.org/id/term/swh/Visiwa%20vya%20Solomon>,
        <http://lexvo.org/id/term/tam/%E0%AE%9A%E0%AE%BE%E0%AE%B2%E0%AE%AE%E0%AE%A9%E0%AF%8D%20%E0%AE%A4%E0%AF%80%E0%AE%B5%E0%AF%81%E0%AE%95%E0%AE%B3%E0%AF%8D>,
        <http://lexvo.org/id/term/tel/%E0%B0%B8%E0%B1%8B%E0%B0%B2%E0%B1%8B%E0%B0%AE%E0%B0%A8%E0%B1%8D%20%E0%B0%A6%E0%B1%80%E0%B0%B5%E0%B1%81%E0%B0%B2%E0%B1%81>,
        <http://lexvo.org/id/term/teo/Visiwa%20vya%20Solomon>,
        <http://lexvo.org/id/term/tha/%E0%B8%AB%E0%B8%A1%E0%B8%B9%E0%B9%88%E0%B9%80%E0%B8%81%E0%B8%B2%E0%B8%B0%E0%B9%82%E0%B8%8B%E0%B9%82%E0%B8%A5%E0%B8%A1%E0%B8%AD%E0%B8%99>,
        <http://lexvo.org/id/term/tir/%E1%88%B0%E1%88%8E%E1%88%9E%E1%8A%95%20%E1%8B%B0%E1%88%B4%E1%89%B5>,
        <http://lexvo.org/id/term/ton/%CA%BBOtumotu%20Solomone>,
        <http://lexvo.org/id/term/tur/Solomon%20Adalar%C4%B1>,
        <http://lexvo.org/id/term/twq/Solomon%20Gungey>,
        <http://lexvo.org/id/term/tzm/Tigzirin%20n%20Salumun>,
        <http://lexvo.org/id/term/ukr/%D0%A1%D0%BE%D0%BB%D0%BE%D0%BC%D0%BE%D0%BD%D0%BE%D0%B2%D1%96%20%D0%9E%D1%81%D1%82%D1%80%D0%BE%D0%B2%D0%B8>,
        <http://lexvo.org/id/term/urd/%D8%B3%D9%88%D9%84%D9%88%D9%85%D9%86%20%D8%A2%D8%A6%D9%84%DB%8C%D9%86%DA%88%D8%B2>,
        <http://lexvo.org/id/term/vai-Latn/Sulaima%C3%A3na%20Ti%C5%8B%C5%8B%C9%9B>,
        <http://lexvo.org/id/term/vai/%EA%96%AC%EA%95%9E%EA%94%A4%EA%95%AE%EA%95%8A%EA%95%AF%20%EA%94%B3%EA%98%8B%EA%97%A3>,
        <http://lexvo.org/id/term/vie/Qu%E1%BA%A7n%20%C4%91%E1%BA%A3o%20Solomon>,
        <http://lexvo.org/id/term/vun/Visiwa%20vya%20Solomon>,
        <http://lexvo.org/id/term/wae/Salomone>,
        <http://lexvo.org/id/term/xog/Ebizanga%20bya%20Solomooni>,
        <http://lexvo.org/id/term/yav/il%20salom%C9%94%CC%81%C5%8B>,
        <http://lexvo.org/id/term/yor/Or%C3%ADl%E1%BA%B9%CC%81%C3%A8de%20Etikun%20Solomoni>,
        <http://lexvo.org/id/term/zsm/Kepulauan%20Solomon>,
        <http://lexvo.org/id/term/zul/i-Solomon%20Islands> ;
    owl:sameAs <http://psi.oasis-open.org/iso/3166/#090>,
        <http://sws.geonames.org/2103350/> .

<http://lexvo.org/id/iso3166/SC> a lvont:GeographicRegion ;
    rdfs:label "Seychelle"@af,
        "Sɛchɛ̀lɛ̀s"@agq,
        "Seyhyɛl"@ak,
        "ሲሼልስ"@am,
        "سيشل"@ar,
        "Shelisheli"@asa,
        "Les Seixeles"@ast,
        "Seyçels"@az,
        "Sèsɛ̂l"@bas,
        "Сейшэльскія Астравы"@be,
        "Hushelisheli"@bez,
        "Сейшели"@bg,
        "Sesɛli"@bm,
        "সিসিলি"@bn,
        "སཱ་ཤཻལ།"@bo,
        "Sechelez"@br,
        "सेशेल्स"@brx,
        "Sejšeli"@bs,
        "Сејшели"@bs-Cyrl,
        "Seychelles"@ca,
        "Shesheresi"@cgg,
        "ᏏᎡᏥᎵᏍ"@chr,
        "塞舌尔"@cmn,
        "塞席爾"@cmn-Hant,
        "Seychely"@cs,
        "Seychelles"@cy,
        "Seychellerne"@da,
        "Shelisheli"@dav,
        "Seychellen"@de,
        "Seešel"@dje,
        "སེ་ཤཱལས"@dz,
        "Shelisheli"@ebu,
        "Seshɛls nutome"@ee,
        "Σεϋχέλλες"@el,
        "ISO 3166-1:SC"@en,
        "Seychelles"@en,
        "𐐝𐐩𐑇𐐯𐑊𐑆"@en-Dsrt,
        "Sejŝeloj"@eo,
        "Seychelles"@es,
        "Seišellid"@et,
        "Seychelleak"@eu,
        "Sɛsɛ́l"@ewo,
        "سیشل"@fa,
        "Seysel"@ff,
        "Seychellit"@fi,
        "Seychelles"@fil,
        "Seyskelloyggjarnar"@fo,
        "Seychelles"@fr,
        "Seychelles"@fur,
        "Na Séiséil"@ga,
        "Na h-Eileanan Sheiseall"@gd,
        "Seixeles"@gl,
        "Seischälle"@gsw,
        "શેશેલ્સ"@gu,
        "Shelisheli"@guz,
        "Saishal"@ha,
        "איי סיישל"@he,
        "सेशेल्स"@hi,
        "Sejšeli"@hr,
        "Seychelle-szigetek"@hu,
        "Սեյշելներ"@hy,
        "Seychelles"@ia,
        "Seychelles"@id,
        "Seychelleseyjar"@is,
        "Seychelles"@it,
        "セーシェル"@ja,
        "Pɛsɛ́shɛl"@jgo,
        "Shelisheli"@jmc,
        "სეიშელის კუნძულები"@ka,
        "Seycel"@kab,
        "Shelisheli"@kam,
        "Shelisheli"@kde,
        "Seixelis"@kea,
        "Seešel"@khq,
        "Shelisheli"@ki,
        "Emetab Seychelles"@kln,
        "សីសែល"@km,
        "ಸೀಶೆಲ್ಲೆಸ್"@kn,
        "쉐이쉘"@ko,
        "سیشَلِس"@ks,
        "Shelisheli"@ksb,
        "sɛcɛl"@ksf,
        "de Seischälle"@ksh,
        "Shelishéeli"@lag,
        "Sesere"@lg,
        "Sɛshɛlɛ"@ln,
        "ເຊເຊວແລດ"@lo,
        "Seišeliai"@lt,
        "Seshele"@lu,
        "Seychelles"@luo,
        "Shelisheli"@luy,
        "Seišeļu salas"@lv,
        "Shelisheli"@mas,
        "Shelisheli"@mer,
        "Sesel"@mfe,
        "Seyshela"@mg,
        "Ushelisheli"@mgh,
        "Сејшели"@mk,
        "സെയ്ഷെൽസ്"@ml,
        "सेशेल्स"@mr,
        "Seychelles"@mt,
        "Saichel"@mua,
        "Seychelles"@naq,
        "Seychellene"@nb,
        "Seychelles"@nd,
        "सेचेलेस"@ne,
        "Seychellen"@nl,
        "Seychɛlle"@nmg,
        "Seychellane"@nn,
        "Shesheresi"@nyn,
        "ସେଚେଲସ୍"@or,
        "Seszele"@pl,
        "Seicheles"@pt,
        "Seychelles"@pt,
        "Seychellas"@rm,
        "Amazinga ya Seyisheli"@rn,
        "Seychelles"@ro,
        "Shelisheli"@rof,
        "Сейшельские о-ва"@ru,
        "Shelisheli"@rwk,
        "Shelisheli"@saq,
        "Shelisheli"@sbp,
        "Seychellsullot"@se,
        "Seychelles"@seh,
        "Seešel"@ses,
        "Sëyshêle"@sg,
        "ⵙⵙⵉⵛⵉⵍ"@shi,
        "ssicil"@shi-Latn,
        "සීශෙල්ස්"@si,
        "Seychelské ostrovy"@sk,
        "Sejšeli"@sl,
        "Seychelles"@sn,
        "Sishelis"@so,
        "Sishel"@sq,
        "Сејшели"@sr,
        "Sejšeli"@sr-Latn,
        "Seychellerna"@sv,
        "Shelisheli"@swc,
        "Shelisheli"@swh,
        "ஸேசேல்ஸ்"@ta,
        "సీషెల్స్"@te,
        "Shelisheli"@teo,
        "เซเชลส์"@th,
        "ሲሼልስ"@ti,
        "ʻOtumotu Seiseli"@to,
        "Seyşeller"@tr,
        "Seešel"@twq,
        "Ssicil"@tzm,
        "Сейшели"@uk,
        "سشلیز"@ur,
        "ꔖꗼꔷ"@vai,
        "Seshɛɛ"@vai-Latn,
        "Seychelles"@vi,
        "Shelisheli"@vun,
        "Sečelle"@wae,
        "Sesere"@xog,
        "sesɛ́ɛl"@yav,
        "Orílẹ́ède seṣẹlẹsi"@yo,
        "Seychelles"@zsm,
        "i-Seychelles"@zu ;
    lvont:label <http://lexvo.org/id/term/afr/Seychelle>,
        <http://lexvo.org/id/term/agq/S%C9%9Bch%C9%9B%CC%80l%C9%9B%CC%80s>,
        <http://lexvo.org/id/term/aka/Seyhy%C9%9Bl>,
        <http://lexvo.org/id/term/amh/%E1%88%B2%E1%88%BC%E1%88%8D%E1%88%B5>,
        <http://lexvo.org/id/term/ara/%D8%B3%D9%8A%D8%B4%D9%84>,
        <http://lexvo.org/id/term/asa/Shelisheli>,
        <http://lexvo.org/id/term/ast/Les%20Seixeles>,
        <http://lexvo.org/id/term/aze/Sey%C3%A7els>,
        <http://lexvo.org/id/term/bam/Ses%C9%9Bli>,
        <http://lexvo.org/id/term/bas/S%C3%A8s%C9%9B%CC%82l>,
        <http://lexvo.org/id/term/bel/%D0%A1%D0%B5%D0%B9%D1%88%D1%8D%D0%BB%D1%8C%D1%81%D0%BA%D1%96%D1%8F%20%D0%90%D1%81%D1%82%D1%80%D0%B0%D0%B2%D1%8B>,
        <http://lexvo.org/id/term/ben/%E0%A6%B8%E0%A6%BF%E0%A6%B8%E0%A6%BF%E0%A6%B2%E0%A6%BF>,
        <http://lexvo.org/id/term/bez/Hushelisheli>,
        <http://lexvo.org/id/term/bod/%E0%BD%A6%E0%BD%B1%E0%BC%8B%E0%BD%A4%E0%BD%BB%E0%BD%A3%E0%BC%8D>,
        <http://lexvo.org/id/term/bos-Cyrl/%D0%A1%D0%B5%D1%98%D1%88%D0%B5%D0%BB%D0%B8>,
        <http://lexvo.org/id/term/bos/Sej%C5%A1eli>,
        <http://lexvo.org/id/term/bre/Sechelez>,
        <http://lexvo.org/id/term/brx/%E0%A4%B8%E0%A5%87%E0%A4%B6%E0%A5%87%E0%A4%B2%E0%A5%8D%E0%A4%B8>,
        <http://lexvo.org/id/term/bul/%D0%A1%D0%B5%D0%B9%D1%88%D0%B5%D0%BB%D0%B8>,
        <http://lexvo.org/id/term/cat/Seychelles>,
        <http://lexvo.org/id/term/ces/Seychely>,
        <http://lexvo.org/id/term/cgg/Shesheresi>,
        <http://lexvo.org/id/term/chr/%E1%8F%8F%E1%8E%A1%E1%8F%A5%E1%8E%B5%E1%8F%8D>,
        <http://lexvo.org/id/term/cmn-Hant/%E5%A1%9E%E5%B8%AD%E7%88%BE>,
        <http://lexvo.org/id/term/cmn/%E5%A1%9E%E8%88%8C%E5%B0%94>,
        <http://lexvo.org/id/term/cym/Seychelles>,
        <http://lexvo.org/id/term/dan/Seychellerne>,
        <http://lexvo.org/id/term/dav/Shelisheli>,
        <http://lexvo.org/id/term/deu/Seychellen>,
        <http://lexvo.org/id/term/dje/See%C5%A1el>,
        <http://lexvo.org/id/term/dzo/%E0%BD%A6%E0%BD%BA%E0%BC%8B%E0%BD%A4%E0%BD%B1%E0%BD%A3%E0%BD%A6>,
        <http://lexvo.org/id/term/ebu/Shelisheli>,
        <http://lexvo.org/id/term/ell/%CE%A3%CE%B5%CF%8B%CF%87%CE%AD%CE%BB%CE%BB%CE%B5%CF%82>,
        <http://lexvo.org/id/term/eng-Dsrt/%F0%90%90%9D%F0%90%90%A9%F0%90%91%87%F0%90%90%AF%F0%90%91%8A%F0%90%91%86>,
        <http://lexvo.org/id/term/eng/ISO%203166-1%3ASC>,
        <http://lexvo.org/id/term/eng/Seychelles>,
        <http://lexvo.org/id/term/epo/Sej%C5%9Deloj>,
        <http://lexvo.org/id/term/est/Sei%C5%A1ellid>,
        <http://lexvo.org/id/term/eus/Seychelleak>,
        <http://lexvo.org/id/term/ewe/Sesh%C9%9Bls%20nutome>,
        <http://lexvo.org/id/term/ewo/S%C9%9Bs%C9%9B%CC%81l>,
        <http://lexvo.org/id/term/fao/Seyskelloyggjarnar>,
        <http://lexvo.org/id/term/fas/%D8%B3%DB%8C%D8%B4%D9%84>,
        <http://lexvo.org/id/term/fil/Seychelles>,
        <http://lexvo.org/id/term/fin/Seychellit>,
        <http://lexvo.org/id/term/fra/Seychelles>,
        <http://lexvo.org/id/term/ful/Seysel>,
        <http://lexvo.org/id/term/fur/Seychelles>,
        <http://lexvo.org/id/term/gla/Na%20h-Eileanan%20Sheiseall>,
        <http://lexvo.org/id/term/gle/Na%20S%C3%A9is%C3%A9il>,
        <http://lexvo.org/id/term/glg/Seixeles>,
        <http://lexvo.org/id/term/gsw/Seisch%C3%A4lle>,
        <http://lexvo.org/id/term/guj/%E0%AA%B6%E0%AB%87%E0%AA%B6%E0%AB%87%E0%AA%B2%E0%AB%8D%E0%AA%B8>,
        <http://lexvo.org/id/term/guz/Shelisheli>,
        <http://lexvo.org/id/term/hau/Saishal>,
        <http://lexvo.org/id/term/heb/%D7%90%D7%99%D7%99%20%D7%A1%D7%99%D7%99%D7%A9%D7%9C>,
        <http://lexvo.org/id/term/hin/%E0%A4%B8%E0%A5%87%E0%A4%B6%E0%A5%87%E0%A4%B2%E0%A5%8D%E0%A4%B8>,
        <http://lexvo.org/id/term/hrv/Sej%C5%A1eli>,
        <http://lexvo.org/id/term/hun/Seychelle-szigetek>,
        <http://lexvo.org/id/term/hye/%D5%8D%D5%A5%D5%B5%D5%B7%D5%A5%D5%AC%D5%B6%D5%A5%D6%80>,
        <http://lexvo.org/id/term/ina/Seychelles>,
        <http://lexvo.org/id/term/ind/Seychelles>,
        <http://lexvo.org/id/term/isl/Seychelleseyjar>,
        <http://lexvo.org/id/term/ita/Seychelles>,
        <http://lexvo.org/id/term/jgo/P%C9%9Bs%C9%9B%CC%81sh%C9%9Bl>,
        <http://lexvo.org/id/term/jmc/Shelisheli>,
        <http://lexvo.org/id/term/jpn/%E3%82%BB%E3%83%BC%E3%82%B7%E3%82%A7%E3%83%AB>,
        <http://lexvo.org/id/term/kab/Seycel>,
        <http://lexvo.org/id/term/kam/Shelisheli>,
        <http://lexvo.org/id/term/kan/%E0%B2%B8%E0%B3%80%E0%B2%B6%E0%B3%86%E0%B2%B2%E0%B3%8D%E0%B2%B2%E0%B3%86%E0%B2%B8%E0%B3%8D>,
        <http://lexvo.org/id/term/kas/%D8%B3%DB%8C%D8%B4%D9%8E%D9%84%D9%90%D8%B3>,
        <http://lexvo.org/id/term/kat/%E1%83%A1%E1%83%94%E1%83%98%E1%83%A8%E1%83%94%E1%83%9A%E1%83%98%E1%83%A1%20%E1%83%99%E1%83%A3%E1%83%9C%E1%83%AB%E1%83%A3%E1%83%9A%E1%83%94%E1%83%91%E1%83%98>,
        <http://lexvo.org/id/term/kde/Shelisheli>,
        <http://lexvo.org/id/term/kea/Seixelis>,
        <http://lexvo.org/id/term/khm/%E1%9E%9F%E1%9E%B8%E1%9E%9F%E1%9F%82%E1%9E%9B>,
        <http://lexvo.org/id/term/khq/See%C5%A1el>,
        <http://lexvo.org/id/term/kik/Shelisheli>,
        <http://lexvo.org/id/term/kln/Emetab%20Seychelles>,
        <http://lexvo.org/id/term/kor/%EC%89%90%EC%9D%B4%EC%89%98>,
        <http://lexvo.org/id/term/ksb/Shelisheli>,
        <http://lexvo.org/id/term/ksf/s%C9%9Bc%C9%9Bl>,
        <http://lexvo.org/id/term/ksh/de%20Seisch%C3%A4lle>,
        <http://lexvo.org/id/term/lag/Shelish%C3%A9eli>,
        <http://lexvo.org/id/term/lao/%E0%BB%80%E0%BA%8A%E0%BB%80%E0%BA%8A%E0%BA%A7%E0%BB%81%E0%BA%A5%E0%BA%94>,
        <http://lexvo.org/id/term/lav/Sei%C5%A1e%C4%BCu%20salas>,
        <http://lexvo.org/id/term/lin/S%C9%9Bsh%C9%9Bl%C9%9B>,
        <http://lexvo.org/id/term/lit/Sei%C5%A1eliai>,
        <http://lexvo.org/id/term/lub/Seshele>,
        <http://lexvo.org/id/term/lug/Sesere>,
        <http://lexvo.org/id/term/luo/Seychelles>,
        <http://lexvo.org/id/term/luy/Shelisheli>,
        <http://lexvo.org/id/term/mal/%E0%B4%B8%E0%B5%86%E0%B4%AF%E0%B5%8D%E0%B4%B7%E0%B5%86%E0%B5%BD%E0%B4%B8%E0%B5%8D>,
        <http://lexvo.org/id/term/mar/%E0%A4%B8%E0%A5%87%E0%A4%B6%E0%A5%87%E0%A4%B2%E0%A5%8D%E0%A4%B8>,
        <http://lexvo.org/id/term/mas/Shelisheli>,
        <http://lexvo.org/id/term/mer/Shelisheli>,
        <http://lexvo.org/id/term/mfe/Sesel>,
        <http://lexvo.org/id/term/mgh/Ushelisheli>,
        <http://lexvo.org/id/term/mkd/%D0%A1%D0%B5%D1%98%D1%88%D0%B5%D0%BB%D0%B8>,
        <http://lexvo.org/id/term/mlg/Seyshela>,
        <http://lexvo.org/id/term/mlt/Seychelles>,
        <http://lexvo.org/id/term/mua/Saichel>,
        <http://lexvo.org/id/term/naq/Seychelles>,
        <http://lexvo.org/id/term/nde/Seychelles>,
        <http://lexvo.org/id/term/nep/%E0%A4%B8%E0%A5%87%E0%A4%9A%E0%A5%87%E0%A4%B2%E0%A5%87%E0%A4%B8>,
        <http://lexvo.org/id/term/nld/Seychellen>,
        <http://lexvo.org/id/term/nmg/Seych%C9%9Blle>,
        <http://lexvo.org/id/term/nno/Seychellane>,
        <http://lexvo.org/id/term/nob/Seychellene>,
        <http://lexvo.org/id/term/nyn/Shesheresi>,
        <http://lexvo.org/id/term/ori/%E0%AC%B8%E0%AD%87%E0%AC%9A%E0%AD%87%E0%AC%B2%E0%AC%B8%E0%AD%8D>,
        <http://lexvo.org/id/term/pol/Seszele>,
        <http://lexvo.org/id/term/por/Seicheles>,
        <http://lexvo.org/id/term/por/Seychelles>,
        <http://lexvo.org/id/term/rof/Shelisheli>,
        <http://lexvo.org/id/term/roh/Seychellas>,
        <http://lexvo.org/id/term/ron/Seychelles>,
        <http://lexvo.org/id/term/run/Amazinga%20ya%20Seyisheli>,
        <http://lexvo.org/id/term/rus/%D0%A1%D0%B5%D0%B9%D1%88%D0%B5%D0%BB%D1%8C%D1%81%D0%BA%D0%B8%D0%B5%20%D0%BE-%D0%B2%D0%B0>,
        <http://lexvo.org/id/term/rwk/Shelisheli>,
        <http://lexvo.org/id/term/sag/S%C3%ABysh%C3%AAle>,
        <http://lexvo.org/id/term/saq/Shelisheli>,
        <http://lexvo.org/id/term/sbp/Shelisheli>,
        <http://lexvo.org/id/term/seh/Seychelles>,
        <http://lexvo.org/id/term/ses/See%C5%A1el>,
        <http://lexvo.org/id/term/shi-Latn/ssicil>,
        <http://lexvo.org/id/term/shi/%E2%B5%99%E2%B5%99%E2%B5%89%E2%B5%9B%E2%B5%89%E2%B5%8D>,
        <http://lexvo.org/id/term/sin/%E0%B7%83%E0%B7%93%E0%B7%81%E0%B7%99%E0%B6%BD%E0%B7%8A%E0%B7%83%E0%B7%8A>,
        <http://lexvo.org/id/term/slk/Seychelsk%C3%A9%20ostrovy>,
        <http://lexvo.org/id/term/slv/Sej%C5%A1eli>,
        <http://lexvo.org/id/term/sme/Seychellsullot>,
        <http://lexvo.org/id/term/sna/Seychelles>,
        <http://lexvo.org/id/term/som/Sishelis>,
        <http://lexvo.org/id/term/spa/Seychelles>,
        <http://lexvo.org/id/term/sqi/Sishel>,
        <http://lexvo.org/id/term/srp-Latn/Sej%C5%A1eli>,
        <http://lexvo.org/id/term/srp/%D0%A1%D0%B5%D1%98%D1%88%D0%B5%D0%BB%D0%B8>,
        <http://lexvo.org/id/term/swc/Shelisheli>,
        <http://lexvo.org/id/term/swe/Seychellerna>,
        <http://lexvo.org/id/term/swh/Shelisheli>,
        <http://lexvo.org/id/term/tam/%E0%AE%B8%E0%AF%87%E0%AE%9A%E0%AF%87%E0%AE%B2%E0%AF%8D%E0%AE%B8%E0%AF%8D>,
        <http://lexvo.org/id/term/tel/%E0%B0%B8%E0%B1%80%E0%B0%B7%E0%B1%86%E0%B0%B2%E0%B1%8D%E0%B0%B8%E0%B1%8D>,
        <http://lexvo.org/id/term/teo/Shelisheli>,
        <http://lexvo.org/id/term/tha/%E0%B9%80%E0%B8%8B%E0%B9%80%E0%B8%8A%E0%B8%A5%E0%B8%AA%E0%B9%8C>,
        <http://lexvo.org/id/term/tir/%E1%88%B2%E1%88%BC%E1%88%8D%E1%88%B5>,
        <http://lexvo.org/id/term/ton/%CA%BBOtumotu%20Seiseli>,
        <http://lexvo.org/id/term/tur/Sey%C5%9Feller>,
        <http://lexvo.org/id/term/twq/See%C5%A1el>,
        <http://lexvo.org/id/term/tzm/Ssicil>,
        <http://lexvo.org/id/term/ukr/%D0%A1%D0%B5%D0%B9%D1%88%D0%B5%D0%BB%D0%B8>,
        <http://lexvo.org/id/term/urd/%D8%B3%D8%B4%D9%84%DB%8C%D8%B2>,
        <http://lexvo.org/id/term/vai-Latn/Sesh%C9%9B%C9%9B>,
        <http://lexvo.org/id/term/vai/%EA%94%96%EA%97%BC%EA%94%B7>,
        <http://lexvo.org/id/term/vie/Seychelles>,
        <http://lexvo.org/id/term/vun/Shelisheli>,
        <http://lexvo.org/id/term/wae/Se%C4%8Delle>,
        <http://lexvo.org/id/term/xog/Sesere>,
        <http://lexvo.org/id/term/yav/ses%C9%9B%CC%81%C9%9Bl>,
        <http://lexvo.org/id/term/yor/Or%C3%ADl%E1%BA%B9%CC%81%C3%A8de%20se%E1%B9%A3%E1%BA%B9l%E1%BA%B9si>,
        <http://lexvo.org/id/term/zsm/Seychelles>,
        <http://lexvo.org/id/term/zul/i-Seychelles> ;
    owl:sameAs <http://psi.oasis-open.org/iso/3166/#690>,
        <http://sws.geonames.org/241170/> .

<http://lexvo.org/id/iso3166/SD> a lvont:GeographicRegion ;
    rdfs:label "Soedan"@af,
        "Sùdân"@agq,
        "Sudan"@ak,
        "ሱዳን"@am,
        "السودان"@ar,
        "Thudani"@asa,
        "Sudán"@ast,
        "sudan"@az,
        "Sùdâŋ"@bas,
        "Судан"@be,
        "Husudani"@bez,
        "Судан"@bg,
        "Sudaŋ"@bm,
        "সুদান"@bn,
        "སུ་དཱན།"@bo,
        "Soudan"@br,
        "सूदान"@brx,
        "Sudan"@bs,
        "Судан"@bs-Cyrl,
        "ሱዳን"@byn,
        "Sudan"@ca,
        "Sudani"@cgg,
        "ᏑᏕᏂ"@chr,
        "苏丹"@cmn,
        "蘇丹"@cmn-Hant,
        "Súdán"@cs,
        "y Swdan"@cy,
        "Sudan"@da,
        "Sudani"@dav,
        "Sudan"@de,
        "Suudaŋ"@dje,
        "Sudan"@dyo,
        "སུ་ཌཱན"@dz,
        "Sudani"@ebu,
        "Sudan nutome"@ee,
        "Σουδάν"@el,
        "ISO 3166-1:SD"@en,
        "Sudan"@en,
        "𐐝𐐭𐐼𐐰𐑌"@en-Dsrt,
        "Sudano"@eo,
        "Sudán"@es,
        "Sudaan"@et,
        "Sudan"@eu,
        "Sudáŋ"@ewo,
        "سودان"@fa,
        "Sudaan"@ff,
        "Sudan"@fi,
        "Sudan"@fil,
        "Norðursudan"@fo,
        "Soudan"@fr,
        "Sudan"@fur,
        "An tSúdáin"@ga,
        "Sudàn"@gd,
        "Sudán"@gl,
        "Sudan"@gsw,
        "સુદાન"@gu,
        "Sudani"@guz,
        "Sudan"@ha,
        "סודן"@he,
        "सूडान"@hi,
        "Sudan"@hr,
        "Szudán"@hu,
        "Սուդան"@hy,
        "Sudan"@ia,
        "Sudan"@id,
        "Súdan"@is,
        "Sudan"@it,
        "スーダン"@ja,
        "Sundân"@jgo,
        "Sudani"@jmc,
        "სუდანი"@ka,
        "Sudan"@kab,
        "Sudani"@kam,
        "Sudani"@kde,
        "Sudãu"@kea,
        "Suudaŋ"@khq,
        "Sudani"@ki,
        "Sudan"@kl,
        "Emetab Sudan"@kln,
        "ស៊ូដង់"@km,
        "ಸೂಡಾನ್"@kn,
        "수단"@ko,
        "سوٗڈان"@ks,
        "Sudani"@ksb,
        "sudan"@ksf,
        "der Sudahn"@ksh,
        "Sudáani"@lag,
        "Sudaani"@lg,
        "Sudá"@ln,
        "ຊູດານ"@lo,
        "Sudanas"@lt,
        "Suda"@lu,
        "Sudan"@luo,
        "Sudani"@luy,
        "Sudāna"@lv,
        "Sudani"@mas,
        "Sudani"@mer,
        "Soudan"@mfe,
        "Sodan"@mg,
        "Usudani"@mgh,
        "Судан"@mk,
        "സുഡാൻ"@ml,
        "सुदान"@mr,
        "Sudan"@mt,
        "Sudaŋ"@mua,
        "ဆူဒန်"@my,
        "Sudanni"@naq,
        "Sudan"@nb,
        "Sudani"@nd,
        "सुडान"@ne,
        "Soedan"@nl,
        "Sudaŋ"@nmg,
        "Sudan"@nn,
        "Sudan"@nus,
        "Sudani"@nyn,
        "ସୁଦାନ୍"@or,
        "Sudan"@pl,
        "Sudão"@pt,
        "Sudan"@rm,
        "Sudani"@rn,
        "Sudan"@ro,
        "Sudani"@rof,
        "Судан"@ru,
        "Sudani"@rwk,
        "Sudani"@saq,
        "Sudani"@sbp,
        "Davvisudan"@se,
        "Sudão"@seh,
        "Suudaŋ"@ses,
        "Sudäan"@sg,
        "ⵙⵙⵓⴷⴰⵏ"@shi,
        "ssudan"@shi-Latn,
        "සූඩානය"@si,
        "Sudán"@sk,
        "Sudan"@sl,
        "Sudan"@sn,
        "Suudaan"@so,
        "Судан"@sr,
        "Sudan"@sr-Latn,
        "Nordsudan"@sv,
        "Sudan"@sv,
        "Sudani"@swc,
        "Sudani"@swh,
        "சூடான்"@ta,
        "సుడాన్"@te,
        "Sudani"@teo,
        "ซูดาน"@th,
        "ሱዳን"@ti,
        "ሱዳን"@tig,
        "Sūteni"@to,
        "Sudan"@tr,
        "Suudaŋ"@twq,
        "Ssudan"@tzm,
        "Судан"@uk,
        "سوڈان"@ur,
        "ꖬꗵꘋ"@vai,
        "Sudɛŋ"@vai-Latn,
        "Xu-đăng"@vi,
        "Sudani"@vun,
        "Sudan"@wae,
        "ሱዳን"@wal,
        "Sudaani"@xog,
        "sutáaŋ"@yav,
        "Orílẹ́ède Sudani"@yo,
        "Sudan"@zsm,
        "i-Sudan"@zu ;
    lvont:label <http://lexvo.org/id/term/afr/Soedan>,
        <http://lexvo.org/id/term/agq/S%C3%B9d%C3%A2n>,
        <http://lexvo.org/id/term/aka/Sudan>,
        <http://lexvo.org/id/term/amh/%E1%88%B1%E1%8B%B3%E1%8A%95>,
        <http://lexvo.org/id/term/ara/%D8%A7%D9%84%D8%B3%D9%88%D8%AF%D8%A7%D9%86>,
        <http://lexvo.org/id/term/asa/Thudani>,
        <http://lexvo.org/id/term/ast/Sud%C3%A1n>,
        <http://lexvo.org/id/term/aze/sudan>,
        <http://lexvo.org/id/term/bam/Suda%C5%8B>,
        <http://lexvo.org/id/term/bas/S%C3%B9d%C3%A2%C5%8B>,
        <http://lexvo.org/id/term/bel/%D0%A1%D1%83%D0%B4%D0%B0%D0%BD>,
        <http://lexvo.org/id/term/ben/%E0%A6%B8%E0%A7%81%E0%A6%A6%E0%A6%BE%E0%A6%A8>,
        <http://lexvo.org/id/term/bez/Husudani>,
        <http://lexvo.org/id/term/bod/%E0%BD%A6%E0%BD%B4%E0%BC%8B%E0%BD%91%E0%BD%B1%E0%BD%93%E0%BC%8D>,
        <http://lexvo.org/id/term/bos-Cyrl/%D0%A1%D1%83%D0%B4%D0%B0%D0%BD>,
        <http://lexvo.org/id/term/bos/Sudan>,
        <http://lexvo.org/id/term/bre/Soudan>,
        <http://lexvo.org/id/term/brx/%E0%A4%B8%E0%A5%82%E0%A4%A6%E0%A4%BE%E0%A4%A8>,
        <http://lexvo.org/id/term/bul/%D0%A1%D1%83%D0%B4%D0%B0%D0%BD>,
        <http://lexvo.org/id/term/byn/%E1%88%B1%E1%8B%B3%E1%8A%95>,
        <http://lexvo.org/id/term/cat/Sudan>,
        <http://lexvo.org/id/term/ces/S%C3%BAd%C3%A1n>,
        <http://lexvo.org/id/term/cgg/Sudani>,
        <http://lexvo.org/id/term/chr/%E1%8F%91%E1%8F%95%E1%8F%82>,
        <http://lexvo.org/id/term/cmn-Hant/%E8%98%87%E4%B8%B9>,
        <http://lexvo.org/id/term/cmn/%E8%8B%8F%E4%B8%B9>,
        <http://lexvo.org/id/term/cym/y%20Swdan>,
        <http://lexvo.org/id/term/dan/Sudan>,
        <http://lexvo.org/id/term/dav/Sudani>,
        <http://lexvo.org/id/term/deu/Sudan>,
        <http://lexvo.org/id/term/dje/Suuda%C5%8B>,
        <http://lexvo.org/id/term/dyo/Sudan>,
        <http://lexvo.org/id/term/dzo/%E0%BD%A6%E0%BD%B4%E0%BC%8B%E0%BD%8C%E0%BD%B1%E0%BD%93>,
        <http://lexvo.org/id/term/ebu/Sudani>,
        <http://lexvo.org/id/term/ell/%CE%A3%CE%BF%CF%85%CE%B4%CE%AC%CE%BD>,
        <http://lexvo.org/id/term/eng-Dsrt/%F0%90%90%9D%F0%90%90%AD%F0%90%90%BC%F0%90%90%B0%F0%90%91%8C>,
        <http://lexvo.org/id/term/eng/ISO%203166-1%3ASD>,
        <http://lexvo.org/id/term/eng/Sudan>,
        <http://lexvo.org/id/term/epo/Sudano>,
        <http://lexvo.org/id/term/est/Sudaan>,
        <http://lexvo.org/id/term/eus/Sudan>,
        <http://lexvo.org/id/term/ewe/Sudan%20nutome>,
        <http://lexvo.org/id/term/ewo/Sud%C3%A1%C5%8B>,
        <http://lexvo.org/id/term/fao/Nor%C3%B0ursudan>,
        <http://lexvo.org/id/term/fas/%D8%B3%D9%88%D8%AF%D8%A7%D9%86>,
        <http://lexvo.org/id/term/fil/Sudan>,
        <http://lexvo.org/id/term/fin/Sudan>,
        <http://lexvo.org/id/term/fra/Soudan>,
        <http://lexvo.org/id/term/ful/Sudaan>,
        <http://lexvo.org/id/term/fur/Sudan>,
        <http://lexvo.org/id/term/gla/Sud%C3%A0n>,
        <http://lexvo.org/id/term/gle/An%20tS%C3%BAd%C3%A1in>,
        <http://lexvo.org/id/term/glg/Sud%C3%A1n>,
        <http://lexvo.org/id/term/gsw/Sudan>,
        <http://lexvo.org/id/term/guj/%E0%AA%B8%E0%AB%81%E0%AA%A6%E0%AA%BE%E0%AA%A8>,
        <http://lexvo.org/id/term/guz/Sudani>,
        <http://lexvo.org/id/term/hau/Sudan>,
        <http://lexvo.org/id/term/heb/%D7%A1%D7%95%D7%93%D7%9F>,
        <http://lexvo.org/id/term/hin/%E0%A4%B8%E0%A5%82%E0%A4%A1%E0%A4%BE%E0%A4%A8>,
        <http://lexvo.org/id/term/hrv/Sudan>,
        <http://lexvo.org/id/term/hun/Szud%C3%A1n>,
        <http://lexvo.org/id/term/hye/%D5%8D%D5%B8%D6%82%D5%A4%D5%A1%D5%B6>,
        <http://lexvo.org/id/term/ina/Sudan>,
        <http://lexvo.org/id/term/ind/Sudan>,
        <http://lexvo.org/id/term/isl/S%C3%BAdan>,
        <http://lexvo.org/id/term/ita/Sudan>,
        <http://lexvo.org/id/term/jgo/Sund%C3%A2n>,
        <http://lexvo.org/id/term/jmc/Sudani>,
        <http://lexvo.org/id/term/jpn/%E3%82%B9%E3%83%BC%E3%83%80%E3%83%B3>,
        <http://lexvo.org/id/term/kab/Sudan>,
        <http://lexvo.org/id/term/kal/Sudan>,
        <http://lexvo.org/id/term/kam/Sudani>,
        <http://lexvo.org/id/term/kan/%E0%B2%B8%E0%B3%82%E0%B2%A1%E0%B2%BE%E0%B2%A8%E0%B3%8D>,
        <http://lexvo.org/id/term/kas/%D8%B3%D9%88%D9%97%DA%88%D8%A7%D9%86>,
        <http://lexvo.org/id/term/kat/%E1%83%A1%E1%83%A3%E1%83%93%E1%83%90%E1%83%9C%E1%83%98>,
        <http://lexvo.org/id/term/kde/Sudani>,
        <http://lexvo.org/id/term/kea/Sud%C3%A3u>,
        <http://lexvo.org/id/term/khm/%E1%9E%9F%E1%9F%8A%E1%9E%BC%E1%9E%8A%E1%9E%84%E1%9F%8B>,
        <http://lexvo.org/id/term/khq/Suuda%C5%8B>,
        <http://lexvo.org/id/term/kik/Sudani>,
        <http://lexvo.org/id/term/kln/Emetab%20Sudan>,
        <http://lexvo.org/id/term/kor/%EC%88%98%EB%8B%A8>,
        <http://lexvo.org/id/term/ksb/Sudani>,
        <http://lexvo.org/id/term/ksf/sudan>,
        <http://lexvo.org/id/term/ksh/der%20Sudahn>,
        <http://lexvo.org/id/term/lag/Sud%C3%A1ani>,
        <http://lexvo.org/id/term/lao/%E0%BA%8A%E0%BA%B9%E0%BA%94%E0%BA%B2%E0%BA%99>,
        <http://lexvo.org/id/term/lav/Sud%C4%81na>,
        <http://lexvo.org/id/term/lin/Sud%C3%A1>,
        <http://lexvo.org/id/term/lit/Sudanas>,
        <http://lexvo.org/id/term/lub/Suda>,
        <http://lexvo.org/id/term/lug/Sudaani>,
        <http://lexvo.org/id/term/luo/Sudan>,
        <http://lexvo.org/id/term/luy/Sudani>,
        <http://lexvo.org/id/term/mal/%E0%B4%B8%E0%B5%81%E0%B4%A1%E0%B4%BE%E0%B5%BB>,
        <http://lexvo.org/id/term/mar/%E0%A4%B8%E0%A5%81%E0%A4%A6%E0%A4%BE%E0%A4%A8>,
        <http://lexvo.org/id/term/mas/Sudani>,
        <http://lexvo.org/id/term/mer/Sudani>,
        <http://lexvo.org/id/term/mfe/Soudan>,
        <http://lexvo.org/id/term/mgh/Usudani>,
        <http://lexvo.org/id/term/mkd/%D0%A1%D1%83%D0%B4%D0%B0%D0%BD>,
        <http://lexvo.org/id/term/mlg/Sodan>,
        <http://lexvo.org/id/term/mlt/Sudan>,
        <http://lexvo.org/id/term/mua/Suda%C5%8B>,
        <http://lexvo.org/id/term/mya/%E1%80%86%E1%80%B0%E1%80%92%E1%80%94%E1%80%BA>,
        <http://lexvo.org/id/term/naq/Sudanni>,
        <http://lexvo.org/id/term/nde/Sudani>,
        <http://lexvo.org/id/term/nep/%E0%A4%B8%E0%A5%81%E0%A4%A1%E0%A4%BE%E0%A4%A8>,
        <http://lexvo.org/id/term/nld/Soedan>,
        <http://lexvo.org/id/term/nmg/Suda%C5%8B>,
        <http://lexvo.org/id/term/nno/Sudan>,
        <http://lexvo.org/id/term/nob/Sudan>,
        <http://lexvo.org/id/term/nus/Sudan>,
        <http://lexvo.org/id/term/nyn/Sudani>,
        <http://lexvo.org/id/term/ori/%E0%AC%B8%E0%AD%81%E0%AC%A6%E0%AC%BE%E0%AC%A8%E0%AD%8D>,
        <http://lexvo.org/id/term/pol/Sudan>,
        <http://lexvo.org/id/term/por/Sud%C3%A3o>,
        <http://lexvo.org/id/term/rof/Sudani>,
        <http://lexvo.org/id/term/roh/Sudan>,
        <http://lexvo.org/id/term/ron/Sudan>,
        <http://lexvo.org/id/term/run/Sudani>,
        <http://lexvo.org/id/term/rus/%D0%A1%D1%83%D0%B4%D0%B0%D0%BD>,
        <http://lexvo.org/id/term/rwk/Sudani>,
        <http://lexvo.org/id/term/sag/Sud%C3%A4an>,
        <http://lexvo.org/id/term/saq/Sudani>,
        <http://lexvo.org/id/term/sbp/Sudani>,
        <http://lexvo.org/id/term/seh/Sud%C3%A3o>,
        <http://lexvo.org/id/term/ses/Suuda%C5%8B>,
        <http://lexvo.org/id/term/shi-Latn/ssudan>,
        <http://lexvo.org/id/term/shi/%E2%B5%99%E2%B5%99%E2%B5%93%E2%B4%B7%E2%B4%B0%E2%B5%8F>,
        <http://lexvo.org/id/term/sin/%E0%B7%83%E0%B7%96%E0%B6%A9%E0%B7%8F%E0%B6%B1%E0%B6%BA>,
        <http://lexvo.org/id/term/slk/Sud%C3%A1n>,
        <http://lexvo.org/id/term/slv/Sudan>,
        <http://lexvo.org/id/term/sme/Davvisudan>,
        <http://lexvo.org/id/term/sna/Sudan>,
        <http://lexvo.org/id/term/som/Suudaan>,
        <http://lexvo.org/id/term/spa/Sud%C3%A1n>,
        <http://lexvo.org/id/term/srp-Latn/Sudan>,
        <http://lexvo.org/id/term/srp/%D0%A1%D1%83%D0%B4%D0%B0%D0%BD>,
        <http://lexvo.org/id/term/swc/Sudani>,
        <http://lexvo.org/id/term/swe/Nordsudan>,
        <http://lexvo.org/id/term/swe/Sudan>,
        <http://lexvo.org/id/term/swh/Sudani>,
        <http://lexvo.org/id/term/tam/%E0%AE%9A%E0%AF%82%E0%AE%9F%E0%AE%BE%E0%AE%A9%E0%AF%8D>,
        <http://lexvo.org/id/term/tel/%E0%B0%B8%E0%B1%81%E0%B0%A1%E0%B0%BE%E0%B0%A8%E0%B1%8D>,
        <http://lexvo.org/id/term/teo/Sudani>,
        <http://lexvo.org/id/term/tha/%E0%B8%8B%E0%B8%B9%E0%B8%94%E0%B8%B2%E0%B8%99>,
        <http://lexvo.org/id/term/tig/%E1%88%B1%E1%8B%B3%E1%8A%95>,
        <http://lexvo.org/id/term/tir/%E1%88%B1%E1%8B%B3%E1%8A%95>,
        <http://lexvo.org/id/term/ton/S%C5%ABteni>,
        <http://lexvo.org/id/term/tur/Sudan>,
        <http://lexvo.org/id/term/twq/Suuda%C5%8B>,
        <http://lexvo.org/id/term/tzm/Ssudan>,
        <http://lexvo.org/id/term/ukr/%D0%A1%D1%83%D0%B4%D0%B0%D0%BD>,
        <http://lexvo.org/id/term/urd/%D8%B3%D9%88%DA%88%D8%A7%D9%86>,
        <http://lexvo.org/id/term/vai-Latn/Sud%C9%9B%C5%8B>,
        <http://lexvo.org/id/term/vai/%EA%96%AC%EA%97%B5%EA%98%8B>,
        <http://lexvo.org/id/term/vie/Xu-%C4%91%C4%83ng>,
        <http://lexvo.org/id/term/vun/Sudani>,
        <http://lexvo.org/id/term/wae/Sudan>,
        <http://lexvo.org/id/term/wal/%E1%88%B1%E1%8B%B3%E1%8A%95>,
        <http://lexvo.org/id/term/xog/Sudaani>,
        <http://lexvo.org/id/term/yav/sut%C3%A1a%C5%8B>,
        <http://lexvo.org/id/term/yor/Or%C3%ADl%E1%BA%B9%CC%81%C3%A8de%20Sudani>,
        <http://lexvo.org/id/term/zsm/Sudan>,
        <http://lexvo.org/id/term/zul/i-Sudan> ;
    owl:sameAs <http://psi.oasis-open.org/iso/3166/#736>,
        <http://sws.geonames.org/366755/> .

<http://lexvo.org/id/iso3166/SE> a lvont:GeographicRegion ;
    rdfs:label "Swede"@af,
        "Suedɨ̀n"@agq,
        "Sweden"@ak,
        "ስዊድን"@am,
        "السويد"@ar,
        "Uthwidi"@asa,
        "Suecia"@ast,
        "isveç"@az,
        "Swedɛ̀n"@bas,
        "Швецыя"@be,
        "Huuswidi"@bez,
        "Швеция"@bg,
        "Suwɛdi"@bm,
        "সুইডেন"@bn,
        "ཧྲུའི་ཏན།"@bo,
        "Sveden"@br,
        "स्वीडन"@brx,
        "Švedska"@bs,
        "Шведска"@bs-Cyrl,
        "ስዊድን"@byn,
        "Suècia"@ca,
        "Swideni"@cgg,
        "ᏍᏫᏕᏂ"@chr,
        "瑞典"@cmn,
        "瑞典"@cmn-Hant,
        "Švédsko"@cs,
        "Sweden"@cy,
        "Sverige"@da,
        "Uswidi"@dav,
        "Schweden"@de,
        "Sweede"@dje,
        "སུའི་ཌེན"@dz,
        "Uswidi"@ebu,
        "Sweden nutome"@ee,
        "Σουηδία"@el,
        "ISO 3166-1:SE"@en,
        "Sweden"@en,
        "𐐝𐐶𐐨𐐼𐑌"@en-Dsrt,
        "Svedujo"@eo,
        "Suecia"@es,
        "Rootsi"@et,
        "Suedia"@eu,
        "Suwɛ́d"@ewo,
        "سوئد"@fa,
        "سویدن"@fa,
        "Suweed"@ff,
        "Ruotsi"@fi,
        "Sweden"@fil,
        "Svøríki"@fo,
        "Suède"@fr,
        "Svezie"@fur,
        "An tSualainn"@ga,
        "An t-Suain"@gd,
        "Suecia"@gl,
        "Schweede"@gsw,
        "સ્વીડન"@gu,
        "Uswidi"@guz,
        "Suwedan"@ha,
        "שוודיה"@he,
        "स्वीडन"@hi,
        "Švedska"@hr,
        "Svédország"@hu,
        "Շվեդիա"@hy,
        "Svedia"@ia,
        "Swedia"@id,
        "Svíþjóð"@is,
        "Svezia"@it,
        "スウェーデン"@ja,
        "Uswidi"@jmc,
        "შვეცია"@ka,
        "Swid"@kab,
        "Uswidi"@kam,
        "Uswidi"@kde,
        "Suesia"@kea,
        "Sweede"@khq,
        "Uswidi"@ki,
        "Швеция"@kk,
        "Sverige"@kl,
        "Emetab Sweden"@kln,
        "ស៊ុយអែដ"@km,
        "ಸ್ವೀಡನ್"@kn,
        "스웨덴"@ko,
        "سُوِڈَن"@ks,
        "Uswidi"@ksb,
        "swɛdǝ"@ksf,
        "Schweede"@ksh,
        "Uswíidi"@lag,
        "Swideni"@lg,
        "Swédɛ"@ln,
        "ສະວິເດັນ"@lo,
        "Švedija"@lt,
        "Suwedi"@lu,
        "Sweden"@luo,
        "Uswidi"@luy,
        "Zviedrija"@lv,
        "Uswidi"@mas,
        "Swideni"@mer,
        "Laswed"@mfe,
        "Soedy"@mg,
        "Uswidi"@mgh,
        "Шведска"@mk,
        "സ്വീഡൻ"@ml,
        "स्वीडन"@mr,
        "Żvezja"@mt,
        "Sǝr Sued"@mua,
        "ဆွီဒင်"@my,
        "Swedeb"@naq,
        "Sverige"@nb,
        "Sweden"@nd,
        "स्विडेन"@ne,
        "Zweden"@nl,
        "Suɛd"@nmg,
        "Sverige"@nn,
        "Swideni"@nyn,
        "ସ୍ୱେଡେନ୍"@or,
        "Szwecja"@pl,
        "سویډن"@ps,
        "Suécia"@pt,
        "Svezia"@rm,
        "Suwedi"@rn,
        "Suedia"@ro,
        "Uswidi"@rof,
        "Швеция"@ru,
        "Uswidi"@rwk,
        "Uswidi"@saq,
        "Uswidi"@sbp,
        "Ruoŧŧa"@se,
        "Suécia"@seh,
        "Sweede"@ses,
        "Suêde"@sg,
        "ⵙⵙⵡⵉⴷ"@shi,
        "sswid"@shi-Latn,
        "ස්වීඩනය"@si,
        "Švédsko"@sk,
        "Švedska"@sl,
        "Sweden"@sn,
        "Iswidhan"@so,
        "Suedi"@sq,
        "Шведска"@sr,
        "Švedska"@sr-Latn,
        "Sverige"@sv,
        "Uswidi"@swc,
        "Uswidi"@swh,
        "ஸ்வீடன்"@ta,
        "స్వీడన్"@te,
        "Uswidi"@teo,
        "สวีเดน"@th,
        "ስዊድን"@ti,
        "ስዊድን"@tig,
        "Suēteni"@to,
        "İsveç"@tr,
        "Sweede"@twq,
        "Ssewwid"@tzm,
        "Швеція"@uk,
        "سویڈن"@ur,
        "ꖬꔨꗵꘋ"@vai,
        "Suwidɛŋ"@vai-Latn,
        "Thụy Điển"@vi,
        "Uswidi"@vun,
        "Schwede"@wae,
        "ስዊድን"@wal,
        "Swideni"@xog,
        "suɛ́t"@yav,
        "Orílẹ́ède Swidini"@yo,
        "Sweden"@zsm,
        "i-Sweden"@zu ;
    lvont:label <http://lexvo.org/id/term/afr/Swede>,
        <http://lexvo.org/id/term/agq/Sued%C9%A8%CC%80n>,
        <http://lexvo.org/id/term/aka/Sweden>,
        <http://lexvo.org/id/term/amh/%E1%88%B5%E1%8B%8A%E1%8B%B5%E1%8A%95>,
        <http://lexvo.org/id/term/ara/%D8%A7%D9%84%D8%B3%D9%88%D9%8A%D8%AF>,
        <http://lexvo.org/id/term/asa/Uthwidi>,
        <http://lexvo.org/id/term/ast/Suecia>,
        <http://lexvo.org/id/term/aze/isve%C3%A7>,
        <http://lexvo.org/id/term/bam/Suw%C9%9Bdi>,
        <http://lexvo.org/id/term/bas/Swed%C9%9B%CC%80n>,
        <http://lexvo.org/id/term/bel/%D0%A8%D0%B2%D0%B5%D1%86%D1%8B%D1%8F>,
        <http://lexvo.org/id/term/ben/%E0%A6%B8%E0%A7%81%E0%A6%87%E0%A6%A1%E0%A7%87%E0%A6%A8>,
        <http://lexvo.org/id/term/bez/Huuswidi>,
        <http://lexvo.org/id/term/bod/%E0%BD%A7%E0%BE%B2%E0%BD%B4%E0%BD%A0%E0%BD%B2%E0%BC%8B%E0%BD%8F%E0%BD%93%E0%BC%8D>,
        <http://lexvo.org/id/term/bos-Cyrl/%D0%A8%D0%B2%D0%B5%D0%B4%D1%81%D0%BA%D0%B0>,
        <http://lexvo.org/id/term/bos/%C5%A0vedska>,
        <http://lexvo.org/id/term/bre/Sveden>,
        <http://lexvo.org/id/term/brx/%E0%A4%B8%E0%A5%8D%E0%A4%B5%E0%A5%80%E0%A4%A1%E0%A4%A8>,
        <http://lexvo.org/id/term/bul/%D0%A8%D0%B2%D0%B5%D1%86%D0%B8%D1%8F>,
        <http://lexvo.org/id/term/byn/%E1%88%B5%E1%8B%8A%E1%8B%B5%E1%8A%95>,
        <http://lexvo.org/id/term/cat/Su%C3%A8cia>,
        <http://lexvo.org/id/term/ces/%C5%A0v%C3%A9dsko>,
        <http://lexvo.org/id/term/cgg/Swideni>,
        <http://lexvo.org/id/term/chr/%E1%8F%8D%E1%8F%AB%E1%8F%95%E1%8F%82>,
        <http://lexvo.org/id/term/cmn-Hant/%E7%91%9E%E5%85%B8>,
        <http://lexvo.org/id/term/cmn/%E7%91%9E%E5%85%B8>,
        <http://lexvo.org/id/term/cym/Sweden>,
        <http://lexvo.org/id/term/dan/Sverige>,
        <http://lexvo.org/id/term/dav/Uswidi>,
        <http://lexvo.org/id/term/deu/Schweden>,
        <http://lexvo.org/id/term/dje/Sweede>,
        <http://lexvo.org/id/term/dzo/%E0%BD%A6%E0%BD%B4%E0%BD%A0%E0%BD%B2%E0%BC%8B%E0%BD%8C%E0%BD%BA%E0%BD%93>,
        <http://lexvo.org/id/term/ebu/Uswidi>,
        <http://lexvo.org/id/term/ell/%CE%A3%CE%BF%CF%85%CE%B7%CE%B4%CE%AF%CE%B1>,
        <http://lexvo.org/id/term/eng-Dsrt/%F0%90%90%9D%F0%90%90%B6%F0%90%90%A8%F0%90%90%BC%F0%90%91%8C>,
        <http://lexvo.org/id/term/eng/ISO%203166-1%3ASE>,
        <http://lexvo.org/id/term/eng/Sweden>,
        <http://lexvo.org/id/term/epo/Svedujo>,
        <http://lexvo.org/id/term/est/Rootsi>,
        <http://lexvo.org/id/term/eus/Suedia>,
        <http://lexvo.org/id/term/ewe/Sweden%20nutome>,
        <http://lexvo.org/id/term/ewo/Suw%C9%9B%CC%81d>,
        <http://lexvo.org/id/term/fao/Sv%C3%B8r%C3%ADki>,
        <http://lexvo.org/id/term/fas/%D8%B3%D9%88%D8%A6%D8%AF>,
        <http://lexvo.org/id/term/fas/%D8%B3%D9%88%DB%8C%D8%AF%D9%86>,
        <http://lexvo.org/id/term/fil/Sweden>,
        <http://lexvo.org/id/term/fin/Ruotsi>,
        <http://lexvo.org/id/term/fra/Su%C3%A8de>,
        <http://lexvo.org/id/term/ful/Suweed>,
        <http://lexvo.org/id/term/fur/Svezie>,
        <http://lexvo.org/id/term/gla/An%20t-Suain>,
        <http://lexvo.org/id/term/gle/An%20tSualainn>,
        <http://lexvo.org/id/term/glg/Suecia>,
        <http://lexvo.org/id/term/gsw/Schweede>,
        <http://lexvo.org/id/term/guj/%E0%AA%B8%E0%AB%8D%E0%AA%B5%E0%AB%80%E0%AA%A1%E0%AA%A8>,
        <http://lexvo.org/id/term/guz/Uswidi>,
        <http://lexvo.org/id/term/hau/Suwedan>,
        <http://lexvo.org/id/term/heb/%D7%A9%D7%95%D7%95%D7%93%D7%99%D7%94>,
        <http://lexvo.org/id/term/hin/%E0%A4%B8%E0%A5%8D%E0%A4%B5%E0%A5%80%E0%A4%A1%E0%A4%A8>,
        <http://lexvo.org/id/term/hrv/%C5%A0vedska>,
        <http://lexvo.org/id/term/hun/Sv%C3%A9dorsz%C3%A1g>,
        <http://lexvo.org/id/term/hye/%D5%87%D5%BE%D5%A5%D5%A4%D5%AB%D5%A1>,
        <http://lexvo.org/id/term/ina/Svedia>,
        <http://lexvo.org/id/term/ind/Swedia>,
        <http://lexvo.org/id/term/isl/Sv%C3%AD%C3%BEj%C3%B3%C3%B0>,
        <http://lexvo.org/id/term/ita/Svezia>,
        <http://lexvo.org/id/term/jmc/Uswidi>,
        <http://lexvo.org/id/term/jpn/%E3%82%B9%E3%82%A6%E3%82%A7%E3%83%BC%E3%83%87%E3%83%B3>,
        <http://lexvo.org/id/term/kab/Swid>,
        <http://lexvo.org/id/term/kal/Sverige>,
        <http://lexvo.org/id/term/kam/Uswidi>,
        <http://lexvo.org/id/term/kan/%E0%B2%B8%E0%B3%8D%E0%B2%B5%E0%B3%80%E0%B2%A1%E0%B2%A8%E0%B3%8D>,
        <http://lexvo.org/id/term/kas/%D8%B3%D9%8F%D9%88%D9%90%DA%88%D9%8E%D9%86>,
        <http://lexvo.org/id/term/kat/%E1%83%A8%E1%83%95%E1%83%94%E1%83%AA%E1%83%98%E1%83%90>,
        <http://lexvo.org/id/term/kaz/%D0%A8%D0%B2%D0%B5%D1%86%D0%B8%D1%8F>,
        <http://lexvo.org/id/term/kde/Uswidi>,
        <http://lexvo.org/id/term/kea/Suesia>,
        <http://lexvo.org/id/term/khm/%E1%9E%9F%E1%9F%8A%E1%9E%BB%E1%9E%99%E1%9E%A2%E1%9F%82%E1%9E%8A>,
        <http://lexvo.org/id/term/khq/Sweede>,
        <http://lexvo.org/id/term/kik/Uswidi>,
        <http://lexvo.org/id/term/kln/Emetab%20Sweden>,
        <http://lexvo.org/id/term/kor/%EC%8A%A4%EC%9B%A8%EB%8D%B4>,
        <http://lexvo.org/id/term/ksb/Uswidi>,
        <http://lexvo.org/id/term/ksf/sw%C9%9Bd%C7%9D>,
        <http://lexvo.org/id/term/ksh/Schweede>,
        <http://lexvo.org/id/term/lag/Usw%C3%ADidi>,
        <http://lexvo.org/id/term/lao/%E0%BA%AA%E0%BA%B0%E0%BA%A7%E0%BA%B4%E0%BB%80%E0%BA%94%E0%BA%B1%E0%BA%99>,
        <http://lexvo.org/id/term/lav/Zviedrija>,
        <http://lexvo.org/id/term/lin/Sw%C3%A9d%C9%9B>,
        <http://lexvo.org/id/term/lit/%C5%A0vedija>,
        <http://lexvo.org/id/term/lub/Suwedi>,
        <http://lexvo.org/id/term/lug/Swideni>,
        <http://lexvo.org/id/term/luo/Sweden>,
        <http://lexvo.org/id/term/luy/Uswidi>,
        <http://lexvo.org/id/term/mal/%E0%B4%B8%E0%B5%8D%E0%B4%B5%E0%B5%80%E0%B4%A1%E0%B5%BB>,
        <http://lexvo.org/id/term/mar/%E0%A4%B8%E0%A5%8D%E0%A4%B5%E0%A5%80%E0%A4%A1%E0%A4%A8>,
        <http://lexvo.org/id/term/mas/Uswidi>,
        <http://lexvo.org/id/term/mer/Swideni>,
        <http://lexvo.org/id/term/mfe/Laswed>,
        <http://lexvo.org/id/term/mgh/Uswidi>,
        <http://lexvo.org/id/term/mkd/%D0%A8%D0%B2%D0%B5%D0%B4%D1%81%D0%BA%D0%B0>,
        <http://lexvo.org/id/term/mlg/Soedy>,
        <http://lexvo.org/id/term/mlt/%C5%BBvezja>,
        <http://lexvo.org/id/term/mua/S%C7%9Dr%20Sued>,
        <http://lexvo.org/id/term/mya/%E1%80%86%E1%80%BD%E1%80%AE%E1%80%92%E1%80%84%E1%80%BA>,
        <http://lexvo.org/id/term/naq/Swedeb>,
        <http://lexvo.org/id/term/nde/Sweden>,
        <http://lexvo.org/id/term/nep/%E0%A4%B8%E0%A5%8D%E0%A4%B5%E0%A4%BF%E0%A4%A1%E0%A5%87%E0%A4%A8>,
        <http://lexvo.org/id/term/nld/Zweden>,
        <http://lexvo.org/id/term/nmg/Su%C9%9Bd>,
        <http://lexvo.org/id/term/nno/Sverige>,
        <http://lexvo.org/id/term/nob/Sverige>,
        <http://lexvo.org/id/term/nyn/Swideni>,
        <http://lexvo.org/id/term/ori/%E0%AC%B8%E0%AD%8D%E0%AD%B1%E0%AD%87%E0%AC%A1%E0%AD%87%E0%AC%A8%E0%AD%8D>,
        <http://lexvo.org/id/term/pol/Szwecja>,
        <http://lexvo.org/id/term/por/Su%C3%A9cia>,
        <http://lexvo.org/id/term/pus/%D8%B3%D9%88%DB%8C%DA%89%D9%86>,
        <http://lexvo.org/id/term/rof/Uswidi>,
        <http://lexvo.org/id/term/roh/Svezia>,
        <http://lexvo.org/id/term/ron/Suedia>,
        <http://lexvo.org/id/term/run/Suwedi>,
        <http://lexvo.org/id/term/rus/%D0%A8%D0%B2%D0%B5%D1%86%D0%B8%D1%8F>,
        <http://lexvo.org/id/term/rwk/Uswidi>,
        <http://lexvo.org/id/term/sag/Su%C3%AAde>,
        <http://lexvo.org/id/term/saq/Uswidi>,
        <http://lexvo.org/id/term/sbp/Uswidi>,
        <http://lexvo.org/id/term/seh/Su%C3%A9cia>,
        <http://lexvo.org/id/term/ses/Sweede>,
        <http://lexvo.org/id/term/shi-Latn/sswid>,
        <http://lexvo.org/id/term/shi/%E2%B5%99%E2%B5%99%E2%B5%A1%E2%B5%89%E2%B4%B7>,
        <http://lexvo.org/id/term/sin/%E0%B7%83%E0%B7%8A%E0%B7%80%E0%B7%93%E0%B6%A9%E0%B6%B1%E0%B6%BA>,
        <http://lexvo.org/id/term/slk/%C5%A0v%C3%A9dsko>,
        <http://lexvo.org/id/term/slv/%C5%A0vedska>,
        <http://lexvo.org/id/term/sme/Ruo%C5%A7%C5%A7a>,
        <http://lexvo.org/id/term/sna/Sweden>,
        <http://lexvo.org/id/term/som/Iswidhan>,
        <http://lexvo.org/id/term/spa/Suecia>,
        <http://lexvo.org/id/term/sqi/Suedi>,
        <http://lexvo.org/id/term/srp-Latn/%C5%A0vedska>,
        <http://lexvo.org/id/term/srp/%D0%A8%D0%B2%D0%B5%D0%B4%D1%81%D0%BA%D0%B0>,
        <http://lexvo.org/id/term/swc/Uswidi>,
        <http://lexvo.org/id/term/swe/Sverige>,
        <http://lexvo.org/id/term/swh/Uswidi>,
        <http://lexvo.org/id/term/tam/%E0%AE%B8%E0%AF%8D%E0%AE%B5%E0%AF%80%E0%AE%9F%E0%AE%A9%E0%AF%8D>,
        <http://lexvo.org/id/term/tel/%E0%B0%B8%E0%B1%8D%E0%B0%B5%E0%B1%80%E0%B0%A1%E0%B0%A8%E0%B1%8D>,
        <http://lexvo.org/id/term/teo/Uswidi>,
        <http://lexvo.org/id/term/tha/%E0%B8%AA%E0%B8%A7%E0%B8%B5%E0%B9%80%E0%B8%94%E0%B8%99>,
        <http://lexvo.org/id/term/tig/%E1%88%B5%E1%8B%8A%E1%8B%B5%E1%8A%95>,
        <http://lexvo.org/id/term/tir/%E1%88%B5%E1%8B%8A%E1%8B%B5%E1%8A%95>,
        <http://lexvo.org/id/term/ton/Su%C4%93teni>,
        <http://lexvo.org/id/term/tur/%C4%B0sve%C3%A7>,
        <http://lexvo.org/id/term/twq/Sweede>,
        <http://lexvo.org/id/term/tzm/Ssewwid>,
        <http://lexvo.org/id/term/ukr/%D0%A8%D0%B2%D0%B5%D1%86%D1%96%D1%8F>,
        <http://lexvo.org/id/term/urd/%D8%B3%D9%88%DB%8C%DA%88%D9%86>,
        <http://lexvo.org/id/term/vai-Latn/Suwid%C9%9B%C5%8B>,
        <http://lexvo.org/id/term/vai/%EA%96%AC%EA%94%A8%EA%97%B5%EA%98%8B>,
        <http://lexvo.org/id/term/vie/Th%E1%BB%A5y%20%C4%90i%E1%BB%83n>,
        <http://lexvo.org/id/term/vun/Uswidi>,
        <http://lexvo.org/id/term/wae/Schwede>,
        <http://lexvo.org/id/term/wal/%E1%88%B5%E1%8B%8A%E1%8B%B5%E1%8A%95>,
        <http://lexvo.org/id/term/xog/Swideni>,
        <http://lexvo.org/id/term/yav/su%C9%9B%CC%81t>,
        <http://lexvo.org/id/term/yor/Or%C3%ADl%E1%BA%B9%CC%81%C3%A8de%20Swidini>,
        <http://lexvo.org/id/term/zsm/Sweden>,
        <http://lexvo.org/id/term/zul/i-Sweden> ;
    owl:sameAs <http://psi.oasis-open.org/iso/3166/#752>,
        <http://sws.geonames.org/2661886/> .

<http://lexvo.org/id/iso3166/SG> a lvont:GeographicRegion ;
    rdfs:label "Singapoer"@af,
        "Siŋgàkpôo"@agq,
        "Singapɔ"@ak,
        "ሲንጋፖር"@am,
        "سنغافورة"@ar,
        "Thingapoo"@asa,
        "Singapur"@ast,
        "Sinqapur"@az,
        "Sìŋgàpûr"@bas,
        "Сінгапур"@be,
        "Husingapoo"@bez,
        "Сингапур"@bg,
        "Sɛngapuri"@bm,
        "সিঙ্গাপুর"@bn,
        "སིངྒ་པུར།"@bo,
        "Singapour"@br,
        "सिंगापुर"@brx,
        "Singapur"@bs,
        "Сингапур"@bs-Cyrl,
        "ሲንጋፖር"@byn,
        "Singapur"@ca,
        "Singapo"@cgg,
        "ᏏᏂᎦᏉᎵ"@chr,
        "新加坡"@cmn,
        "新加坡"@cmn-Hant,
        "Singapur"@cs,
        "Singapore"@cy,
        "Singapore"@da,
        "Singapoo"@dav,
        "Singapur"@de,
        "Singapur"@dje,
        "Singapur"@dyo,
        "སིང་ག་པོར"@dz,
        "Singapoo"@ebu,
        "Singapɔr nutome"@ee,
        "Σιγκαπούρη"@el,
        "ISO 3166-1:SG"@en,
        "Singapore"@en,
        "𐐝𐐮𐑍𐐲𐐹𐐱𐑉"@en-Dsrt,
        "Singapuro"@eo,
        "Singapur"@es,
        "Singapur"@et,
        "Singapur"@eu,
        "Singapúr"@ewo,
        "سنگاپور"@fa,
        "سینگاپور"@fa,
        "Sinngapuur"@ff,
        "Singapore"@fi,
        "Singapore"@fil,
        "Singapor"@fo,
        "Singapour"@fr,
        "Singapore"@fur,
        "Singeapór"@ga,
        "Singeapòr"@gd,
        "Singapur"@gl,
        "Singapuur"@gsw,
        "સિંગાપુર"@gu,
        "Singapoo"@guz,
        "Singapur"@ha,
        "סינגפור"@he,
        "सिंगापुर"@hi,
        "Singapur"@hr,
        "Szingapúr"@hu,
        "Սինգապուր"@hy,
        "Singapura"@id,
        "Singapúr"@is,
        "Singapore"@it,
        "シンガポール"@ja,
        "Singapoo"@jmc,
        "სინგაპური"@ka,
        "Singafur"@kab,
        "Singapoo"@kam,
        "Singapoo"@kde,
        "Singapura"@kea,
        "Singapur"@khq,
        "Singapoo"@ki,
        "Singapore"@kl,
        "Emetab Singapore"@kln,
        "សិង្ហបុរី"@km,
        "ಸಿಂಗಪುರ"@kn,
        "싱가포르"@ko,
        "ٛسِنٛگاپوٗر"@ks,
        "Singapoo"@ksb,
        "siŋapó"@ksf,
        "Singjapuur"@ksh,
        "Singapoo"@lag,
        "Singapowa"@lg,
        "Singapurɛ"@ln,
        "ສິງກະໂປ"@lo,
        "Singapūras"@lt,
        "Singapure"@lu,
        "Singapore"@luo,
        "Singapoo"@luy,
        "Singapūra"@lv,
        "Singapoo"@mas,
        "Singapoo"@mer,
        "Singapour"@mfe,
        "Singaporo"@mg,
        "Usingapoo"@mgh,
        "Сингапур"@mk,
        "സിംഗപ്പുർ"@ml,
        "सिंगापूर"@mr,
        "Singapor"@mt,
        "Singapur"@mua,
        "စင်္ကာပူ"@my,
        "Singapore"@naq,
        "Singapore"@nb,
        "Singapore"@nd,
        "सिङ्गापुर"@ne,
        "Singapore"@nl,
        "Singapur"@nmg,
        "Singapore"@nn,
        "Singapo"@nyn,
        "ସିଙ୍ଗାପୁର୍"@or,
        "Singapur"@pl,
        "Cingapura"@pt,
        "Singapura"@pt,
        "Singapur"@rm,
        "Singapuru"@rn,
        "Singapore"@ro,
        "Singapoo"@rof,
        "Сингапур"@ru,
        "Singapoo"@rwk,
        "Singapoo"@saq,
        "Singapoo"@sbp,
        "Singapore"@se,
        "Cingapura"@seh,
        "Singapur"@ses,
        "Sïngäpûru"@sg,
        "ⵙⵏⵖⴰⴼⵓⵔⴰ"@shi,
        "snɣafura"@shi-Latn,
        "සිංගප්පූරුව"@si,
        "Singapur"@sk,
        "Singapur"@sl,
        "Singapore"@sn,
        "Singaboor"@so,
        "Singapor"@sq,
        "Сингапур"@sr,
        "Singapur"@sr-Latn,
        "Singapore"@sv,
        "Singapoo"@swc,
        "Singapoo"@swh,
        "சிங்கப்பூர்"@ta,
        "సింగపూర్"@te,
        "Singapoo"@teo,
        "สิงคโปร์"@th,
        "ሲንጋፖር"@ti,
        "ሲንጋፖር"@tig,
        "Singapoa"@to,
        "Singapur"@tr,
        "Singapur"@twq,
        "Sanɣafura"@tzm,
        "Сінгапур"@uk,
        "سنگاپور"@ur,
        "ꔻꕬꕶꕱ"@vai,
        "Síingapoo"@vai-Latn,
        "Singapore"@vi,
        "Singapoo"@vun,
        "Singapur"@wae,
        "ሲንጋፖር"@wal,
        "Singapowa"@xog,
        "singapúul"@yav,
        "Orílẹ́ède Singapo"@yo,
        "Singapura"@zsm,
        "i-Singapore"@zu ;
    lvont:label <http://lexvo.org/id/term/afr/Singapoer>,
        <http://lexvo.org/id/term/agq/Si%C5%8Bg%C3%A0kp%C3%B4o>,
        <http://lexvo.org/id/term/aka/Singap%C9%94>,
        <http://lexvo.org/id/term/amh/%E1%88%B2%E1%8A%95%E1%8C%8B%E1%8D%96%E1%88%AD>,
        <http://lexvo.org/id/term/ara/%D8%B3%D9%86%D8%BA%D8%A7%D9%81%D9%88%D8%B1%D8%A9>,
        <http://lexvo.org/id/term/asa/Thingapoo>,
        <http://lexvo.org/id/term/ast/Singapur>,
        <http://lexvo.org/id/term/aze/Sinqapur>,
        <http://lexvo.org/id/term/bam/S%C9%9Bngapuri>,
        <http://lexvo.org/id/term/bas/S%C3%AC%C5%8Bg%C3%A0p%C3%BBr>,
        <http://lexvo.org/id/term/bel/%D0%A1%D1%96%D0%BD%D0%B3%D0%B0%D0%BF%D1%83%D1%80>,
        <http://lexvo.org/id/term/ben/%E0%A6%B8%E0%A6%BF%E0%A6%99%E0%A7%8D%E0%A6%97%E0%A6%BE%E0%A6%AA%E0%A7%81%E0%A6%B0>,
        <http://lexvo.org/id/term/bez/Husingapoo>,
        <http://lexvo.org/id/term/bod/%E0%BD%A6%E0%BD%B2%E0%BD%84%E0%BE%92%E0%BC%8B%E0%BD%94%E0%BD%B4%E0%BD%A2%E0%BC%8D>,
        <http://lexvo.org/id/term/bos-Cyrl/%D0%A1%D0%B8%D0%BD%D0%B3%D0%B0%D0%BF%D1%83%D1%80>,
        <http://lexvo.org/id/term/bos/Singapur>,
        <http://lexvo.org/id/term/bre/Singapour>,
        <http://lexvo.org/id/term/brx/%E0%A4%B8%E0%A4%BF%E0%A4%82%E0%A4%97%E0%A4%BE%E0%A4%AA%E0%A5%81%E0%A4%B0>,
        <http://lexvo.org/id/term/bul/%D0%A1%D0%B8%D0%BD%D0%B3%D0%B0%D0%BF%D1%83%D1%80>,
        <http://lexvo.org/id/term/byn/%E1%88%B2%E1%8A%95%E1%8C%8B%E1%8D%96%E1%88%AD>,
        <http://lexvo.org/id/term/cat/Singapur>,
        <http://lexvo.org/id/term/ces/Singapur>,
        <http://lexvo.org/id/term/cgg/Singapo>,
        <http://lexvo.org/id/term/chr/%E1%8F%8F%E1%8F%82%E1%8E%A6%E1%8F%89%E1%8E%B5>,
        <http://lexvo.org/id/term/cmn-Hant/%E6%96%B0%E5%8A%A0%E5%9D%A1>,
        <http://lexvo.org/id/term/cmn/%E6%96%B0%E5%8A%A0%E5%9D%A1>,
        <http://lexvo.org/id/term/cym/Singapore>,
        <http://lexvo.org/id/term/dan/Singapore>,
        <http://lexvo.org/id/term/dav/Singapoo>,
        <http://lexvo.org/id/term/deu/Singapur>,
        <http://lexvo.org/id/term/dje/Singapur>,
        <http://lexvo.org/id/term/dyo/Singapur>,
        <http://lexvo.org/id/term/dzo/%E0%BD%A6%E0%BD%B2%E0%BD%84%E0%BC%8B%E0%BD%82%E0%BC%8B%E0%BD%94%E0%BD%BC%E0%BD%A2>,
        <http://lexvo.org/id/term/ebu/Singapoo>,
        <http://lexvo.org/id/term/ell/%CE%A3%CE%B9%CE%B3%CE%BA%CE%B1%CF%80%CE%BF%CF%8D%CF%81%CE%B7>,
        <http://lexvo.org/id/term/eng-Dsrt/%F0%90%90%9D%F0%90%90%AE%F0%90%91%8D%F0%90%90%B2%F0%90%90%B9%F0%90%90%B1%F0%90%91%89>,
        <http://lexvo.org/id/term/eng/ISO%203166-1%3ASG>,
        <http://lexvo.org/id/term/eng/Singapore>,
        <http://lexvo.org/id/term/epo/Singapuro>,
        <http://lexvo.org/id/term/est/Singapur>,
        <http://lexvo.org/id/term/eus/Singapur>,
        <http://lexvo.org/id/term/ewe/Singap%C9%94r%20nutome>,
        <http://lexvo.org/id/term/ewo/Singap%C3%BAr>,
        <http://lexvo.org/id/term/fao/Singapor>,
        <http://lexvo.org/id/term/fas/%D8%B3%D9%86%DA%AF%D8%A7%D9%BE%D9%88%D8%B1>,
        <http://lexvo.org/id/term/fas/%D8%B3%DB%8C%D9%86%DA%AF%D8%A7%D9%BE%D9%88%D8%B1>,
        <http://lexvo.org/id/term/fil/Singapore>,
        <http://lexvo.org/id/term/fin/Singapore>,
        <http://lexvo.org/id/term/fra/Singapour>,
        <http://lexvo.org/id/term/ful/Sinngapuur>,
        <http://lexvo.org/id/term/fur/Singapore>,
        <http://lexvo.org/id/term/gla/Singeap%C3%B2r>,
        <http://lexvo.org/id/term/gle/Singeap%C3%B3r>,
        <http://lexvo.org/id/term/glg/Singapur>,
        <http://lexvo.org/id/term/gsw/Singapuur>,
        <http://lexvo.org/id/term/guj/%E0%AA%B8%E0%AA%BF%E0%AA%82%E0%AA%97%E0%AA%BE%E0%AA%AA%E0%AB%81%E0%AA%B0>,
        <http://lexvo.org/id/term/guz/Singapoo>,
        <http://lexvo.org/id/term/hau/Singapur>,
        <http://lexvo.org/id/term/heb/%D7%A1%D7%99%D7%A0%D7%92%D7%A4%D7%95%D7%A8>,
        <http://lexvo.org/id/term/hin/%E0%A4%B8%E0%A4%BF%E0%A4%82%E0%A4%97%E0%A4%BE%E0%A4%AA%E0%A5%81%E0%A4%B0>,
        <http://lexvo.org/id/term/hrv/Singapur>,
        <http://lexvo.org/id/term/hun/Szingap%C3%BAr>,
        <http://lexvo.org/id/term/hye/%D5%8D%D5%AB%D5%B6%D5%A3%D5%A1%D5%BA%D5%B8%D6%82%D6%80>,
        <http://lexvo.org/id/term/ind/Singapura>,
        <http://lexvo.org/id/term/isl/Singap%C3%BAr>,
        <http://lexvo.org/id/term/ita/Singapore>,
        <http://lexvo.org/id/term/jmc/Singapoo>,
        <http://lexvo.org/id/term/jpn/%E3%82%B7%E3%83%B3%E3%82%AC%E3%83%9D%E3%83%BC%E3%83%AB>,
        <http://lexvo.org/id/term/kab/Singafur>,
        <http://lexvo.org/id/term/kal/Singapore>,
        <http://lexvo.org/id/term/kam/Singapoo>,
        <http://lexvo.org/id/term/kan/%E0%B2%B8%E0%B2%BF%E0%B2%82%E0%B2%97%E0%B2%AA%E0%B3%81%E0%B2%B0>,
        <http://lexvo.org/id/term/kas/%D9%9B%D8%B3%D9%90%D9%86%D9%9B%DA%AF%D8%A7%D9%BE%D9%88%D9%97%D8%B1>,
        <http://lexvo.org/id/term/kat/%E1%83%A1%E1%83%98%E1%83%9C%E1%83%92%E1%83%90%E1%83%9E%E1%83%A3%E1%83%A0%E1%83%98>,
        <http://lexvo.org/id/term/kde/Singapoo>,
        <http://lexvo.org/id/term/kea/Singapura>,
        <http://lexvo.org/id/term/khm/%E1%9E%9F%E1%9E%B7%E1%9E%84%E1%9F%92%E1%9E%A0%E1%9E%94%E1%9E%BB%E1%9E%9A%E1%9E%B8>,
        <http://lexvo.org/id/term/khq/Singapur>,
        <http://lexvo.org/id/term/kik/Singapoo>,
        <http://lexvo.org/id/term/kln/Emetab%20Singapore>,
        <http://lexvo.org/id/term/kor/%EC%8B%B1%EA%B0%80%ED%8F%AC%EB%A5%B4>,
        <http://lexvo.org/id/term/ksb/Singapoo>,
        <http://lexvo.org/id/term/ksf/si%C5%8Bap%C3%B3>,
        <http://lexvo.org/id/term/ksh/Singjapuur>,
        <http://lexvo.org/id/term/lag/Singapoo>,
        <http://lexvo.org/id/term/lao/%E0%BA%AA%E0%BA%B4%E0%BA%87%E0%BA%81%E0%BA%B0%E0%BB%82%E0%BA%9B>,
        <http://lexvo.org/id/term/lav/Singap%C5%ABra>,
        <http://lexvo.org/id/term/lin/Singapur%C9%9B>,
        <http://lexvo.org/id/term/lit/Singap%C5%ABras>,
        <http://lexvo.org/id/term/lub/Singapure>,
        <http://lexvo.org/id/term/lug/Singapowa>,
        <http://lexvo.org/id/term/luo/Singapore>,
        <http://lexvo.org/id/term/luy/Singapoo>,
        <http://lexvo.org/id/term/mal/%E0%B4%B8%E0%B4%BF%E0%B4%82%E0%B4%97%E0%B4%AA%E0%B5%8D%E0%B4%AA%E0%B5%81%E0%B5%BC>,
        <http://lexvo.org/id/term/mar/%E0%A4%B8%E0%A4%BF%E0%A4%82%E0%A4%97%E0%A4%BE%E0%A4%AA%E0%A5%82%E0%A4%B0>,
        <http://lexvo.org/id/term/mas/Singapoo>,
        <http://lexvo.org/id/term/mer/Singapoo>,
        <http://lexvo.org/id/term/mfe/Singapour>,
        <http://lexvo.org/id/term/mgh/Usingapoo>,
        <http://lexvo.org/id/term/mkd/%D0%A1%D0%B8%D0%BD%D0%B3%D0%B0%D0%BF%D1%83%D1%80>,
        <http://lexvo.org/id/term/mlg/Singaporo>,
        <http://lexvo.org/id/term/mlt/Singapor>,
        <http://lexvo.org/id/term/mua/Singapur>,
        <http://lexvo.org/id/term/mya/%E1%80%85%E1%80%84%E1%80%BA%E1%80%B9%E1%80%80%E1%80%AC%E1%80%95%E1%80%B0>,
        <http://lexvo.org/id/term/naq/Singapore>,
        <http://lexvo.org/id/term/nde/Singapore>,
        <http://lexvo.org/id/term/nep/%E0%A4%B8%E0%A4%BF%E0%A4%99%E0%A5%8D%E0%A4%97%E0%A4%BE%E0%A4%AA%E0%A5%81%E0%A4%B0>,
        <http://lexvo.org/id/term/nld/Singapore>,
        <http://lexvo.org/id/term/nmg/Singapur>,
        <http://lexvo.org/id/term/nno/Singapore>,
        <http://lexvo.org/id/term/nob/Singapore>,
        <http://lexvo.org/id/term/nyn/Singapo>,
        <http://lexvo.org/id/term/ori/%E0%AC%B8%E0%AC%BF%E0%AC%99%E0%AD%8D%E0%AC%97%E0%AC%BE%E0%AC%AA%E0%AD%81%E0%AC%B0%E0%AD%8D>,
        <http://lexvo.org/id/term/pol/Singapur>,
        <http://lexvo.org/id/term/por/Cingapura>,
        <http://lexvo.org/id/term/por/Singapura>,
        <http://lexvo.org/id/term/rof/Singapoo>,
        <http://lexvo.org/id/term/roh/Singapur>,
        <http://lexvo.org/id/term/ron/Singapore>,
        <http://lexvo.org/id/term/run/Singapuru>,
        <http://lexvo.org/id/term/rus/%D0%A1%D0%B8%D0%BD%D0%B3%D0%B0%D0%BF%D1%83%D1%80>,
        <http://lexvo.org/id/term/rwk/Singapoo>,
        <http://lexvo.org/id/term/sag/S%C3%AFng%C3%A4p%C3%BBru>,
        <http://lexvo.org/id/term/saq/Singapoo>,
        <http://lexvo.org/id/term/sbp/Singapoo>,
        <http://lexvo.org/id/term/seh/Cingapura>,
        <http://lexvo.org/id/term/ses/Singapur>,
        <http://lexvo.org/id/term/shi-Latn/sn%C9%A3afura>,
        <http://lexvo.org/id/term/shi/%E2%B5%99%E2%B5%8F%E2%B5%96%E2%B4%B0%E2%B4%BC%E2%B5%93%E2%B5%94%E2%B4%B0>,
        <http://lexvo.org/id/term/sin/%E0%B7%83%E0%B7%92%E0%B6%82%E0%B6%9C%E0%B6%B4%E0%B7%8A%E0%B6%B4%E0%B7%96%E0%B6%BB%E0%B7%94%E0%B7%80>,
        <http://lexvo.org/id/term/slk/Singapur>,
        <http://lexvo.org/id/term/slv/Singapur>,
        <http://lexvo.org/id/term/sme/Singapore>,
        <http://lexvo.org/id/term/sna/Singapore>,
        <http://lexvo.org/id/term/som/Singaboor>,
        <http://lexvo.org/id/term/spa/Singapur>,
        <http://lexvo.org/id/term/sqi/Singapor>,
        <http://lexvo.org/id/term/srp-Latn/Singapur>,
        <http://lexvo.org/id/term/srp/%D0%A1%D0%B8%D0%BD%D0%B3%D0%B0%D0%BF%D1%83%D1%80>,
        <http://lexvo.org/id/term/swc/Singapoo>,
        <http://lexvo.org/id/term/swe/Singapore>,
        <http://lexvo.org/id/term/swh/Singapoo>,
        <http://lexvo.org/id/term/tam/%E0%AE%9A%E0%AE%BF%E0%AE%99%E0%AF%8D%E0%AE%95%E0%AE%AA%E0%AF%8D%E0%AE%AA%E0%AF%82%E0%AE%B0%E0%AF%8D>,
        <http://lexvo.org/id/term/tel/%E0%B0%B8%E0%B0%BF%E0%B0%82%E0%B0%97%E0%B0%AA%E0%B1%82%E0%B0%B0%E0%B1%8D>,
        <http://lexvo.org/id/term/teo/Singapoo>,
        <http://lexvo.org/id/term/tha/%E0%B8%AA%E0%B8%B4%E0%B8%87%E0%B8%84%E0%B9%82%E0%B8%9B%E0%B8%A3%E0%B9%8C>,
        <http://lexvo.org/id/term/tig/%E1%88%B2%E1%8A%95%E1%8C%8B%E1%8D%96%E1%88%AD>,
        <http://lexvo.org/id/term/tir/%E1%88%B2%E1%8A%95%E1%8C%8B%E1%8D%96%E1%88%AD>,
        <http://lexvo.org/id/term/ton/Singapoa>,
        <http://lexvo.org/id/term/tur/Singapur>,
        <http://lexvo.org/id/term/twq/Singapur>,
        <http://lexvo.org/id/term/tzm/San%C9%A3afura>,
        <http://lexvo.org/id/term/ukr/%D0%A1%D1%96%D0%BD%D0%B3%D0%B0%D0%BF%D1%83%D1%80>,
        <http://lexvo.org/id/term/urd/%D8%B3%D9%86%DA%AF%D8%A7%D9%BE%D9%88%D8%B1>,
        <http://lexvo.org/id/term/vai-Latn/S%C3%ADingapoo>,
        <http://lexvo.org/id/term/vai/%EA%94%BB%EA%95%AC%EA%95%B6%EA%95%B1>,
        <http://lexvo.org/id/term/vie/Singapore>,
        <http://lexvo.org/id/term/vun/Singapoo>,
        <http://lexvo.org/id/term/wae/Singapur>,
        <http://lexvo.org/id/term/wal/%E1%88%B2%E1%8A%95%E1%8C%8B%E1%8D%96%E1%88%AD>,
        <http://lexvo.org/id/term/xog/Singapowa>,
        <http://lexvo.org/id/term/yav/singap%C3%BAul>,
        <http://lexvo.org/id/term/yor/Or%C3%ADl%E1%BA%B9%CC%81%C3%A8de%20Singapo>,
        <http://lexvo.org/id/term/zsm/Singapura>,
        <http://lexvo.org/id/term/zul/i-Singapore> ;
    owl:sameAs <http://psi.oasis-open.org/iso/3166/#702>,
        <http://sws.geonames.org/1880251/> .

<http://lexvo.org/id/iso3166/SH> a lvont:GeographicRegion ;
    rdfs:label "Sint Helena"@af,
        "Sɛ̀n Èlenà"@agq,
        "Saint Helena"@ak,
        "ሴንት ሄለና"@am,
        "سانت هيلنا"@ar,
        "Thantahelena"@asa,
        "Santa Lena"@ast,
        "Seynt Elena"@az,
        "Nûmpubi Ɛlēnà"@bas,
        "Святой Алены, Востраў"@be,
        "Husantahelena"@bez,
        "Света Елена"@bg,
        "Ɛlɛni Senu"@bm,
        "সেন্ট হেলেনা"@bn,
        "སེནྚ། ཧེ་ལི་ན།"@bo,
        "Saint Helena"@br,
        "सेण्‍ट हेलेना"@brx,
        "Sveta Jelena"@bs,
        "Света Јелена"@bs-Cyrl,
        "Saint Helena"@ca,
        "Senti Herena"@cgg,
        "ᎠᏥᎸᏉᏗ ᎮᎵᎾ"@chr,
        "圣赫勒拿"@cmn,
        "聖赫勒拿島"@cmn-Hant,
        "Svatá Helena"@cs,
        "Saint Helena"@cy,
        "St. Helena"@da,
        "Santahelena"@dav,
        "St. Helena"@de,
        "Seŋ Helena"@dje,
        "སེནཊ་ ཧེ་ལི་ན"@dz,
        "Santahelena"@ebu,
        "Saint Helena nutome"@ee,
        "Αγία Ελένη"@el,
        "ISO 3166-1:SH"@en,
        "Saint Helena"@en,
        "𐐝𐐩𐑌𐐻 𐐐𐐯𐑊𐐲𐑌𐐲"@en-Dsrt,
        "Sent-Heleno"@eo,
        "Santa Elena"@es,
        "Saint Helena"@et,
        "Saint Helena"@eu,
        "Ǹfúfúb-Ɛlɛ́na"@ewo,
        "سنت هلن"@fa,
        "Sent Helen"@ff,
        "Saint Helena"@fi,
        "St. Helena"@fil,
        "Saint Helena"@fo,
        "Sainte-Hélène"@fr,
        "Sante Eline"@fur,
        "San Héilin"@ga,
        "Eilean Naomh Eilidh"@gd,
        "Santa Helena"@gl,
        "St. Helena"@gsw,
        "સેંટ હેલેના"@gu,
        "Santahelena"@guz,
        "San Helena"@ha,
        "סנט הלנה"@he,
        "सेंट हेलेना"@hi,
        "Sveta Helena"@hr,
        "Szent Helena"@hu,
        "Saint Helena"@id,
        "Sankti Helena"@is,
        "Sant’Elena"@it,
        "セントヘレナ"@ja,
        "Santahelena"@jmc,
        "წმინდა ელენეს კუნძული"@ka,
        "Sant Ilina"@kab,
        "Santahelena"@kam,
        "Santahelena"@kde,
        "Santa Ilena"@kea,
        "Seŋ Helena"@khq,
        "Santahelena"@ki,
        "Saint Helena"@kl,
        "Emetab Helena Ne tilil"@kln,
        "សង់​ហេឡេណា"@km,
        "ಸೇಂಟ್ ಹೆಲೆನಾ"@kn,
        "세인트헬레나"@ko,
        "سینٛٹ ہٮ۪لِنا"@ks,
        "Santahelena"@ksb,
        "sɛntɛ́len"@ksf,
        "de Ensel Zint Hellena"@ksh,
        "Mʉtakatíifu Heléena"@lag,
        "Senti Herena"@lg,
        "Sántu eleni"@ln,
        "ເຊັ້ນເຮເລນາ"@lo,
        "Šventoji Elena"@lt,
        "Santu eleni"@lu,
        "Saint Helena"@luo,
        "Santahelena"@luy,
        "Sv. Helēnas sala"@lv,
        "Santahelena"@mas,
        "Santahelena"@mer,
        "Sainte-Hélène"@mfe,
        "Sainte-Hélène"@mg,
        "Usantahelena"@mgh,
        "Света Елена"@mk,
        "സെൻറ് ഹെലീന"@ml,
        "सेंट हेलेना"@mr,
        "Saint Helena"@mt,
        "Sǝr Helena"@mua,
        "Saint Helena"@naq,
        "St. Helena"@nb,
        "Saint Helena"@nd,
        "सेन्ट हेलेना"@ne,
        "Sint-Helena"@nl,
        "Saint Lina"@nmg,
        "Saint Helena"@nn,
        "Senti Herena"@nyn,
        "ସେଣ୍ଟ ହେଲେନା"@or,
        "Wyspa Świętej Heleny"@pl,
        "Santa Helena"@pt,
        "Sontg'Elena"@rm,
        "Sehelene"@rn,
        "Sfânta Elena"@ro,
        "Santahelena"@rof,
        "О-в Св. Елены"@ru,
        "Santahelena"@rwk,
        "Santahelena"@saq,
        "Santahelena"@sbp,
        "Saint Helena"@se,
        "Santa Helena"@seh,
        "Seŋ Helena"@ses,
        "Sênt-Helêna"@sg,
        "ⵙⴰⵏⵜⵉⵍⵉⵏ"@shi,
        "santilin"@shi-Latn,
        "ශාන්ත හෙලේනා"@si,
        "Svätá Helena"@sk,
        "Sveta Helena"@sl,
        "Saint Helena"@sn,
        "Saint Helena"@so,
        "Света Јелена"@sr,
        "Sveta Jelena"@sr-Latn,
        "S:t Helena"@sv,
        "Santahelena"@swc,
        "Santahelena"@swh,
        "செயின்ட் ஹெலெனா"@ta,
        "సెంట్ హెలినా"@te,
        "Santahelena"@teo,
        "เซนต์เฮเลนา"@th,
        "ሴንት ሄለና"@ti,
        "Seini Helena"@to,
        "Saint Helena"@tr,
        "Seŋ Helena"@twq,
        "Santehilin"@tzm,
        "Острів Святої Єлени"@uk,
        "سینٹ ہیلینا"@ur,
        "ꔻꘋ ꗥꔷꕯ"@vai,
        "Siŋ Hɛlina"@vai-Latn,
        "Saint Helena"@vi,
        "Santahelena"@vun,
        "St. Helena"@wae,
        "Senti Herena"@xog,
        "sɛ́ŋtɛ́ elɛ́ɛnɛ"@yav,
        "Orílẹ́ède Hẹlena"@yo,
        "Saint Helena"@zsm,
        "i-Saint Helena"@zu ;
    lvont:label <http://lexvo.org/id/term/afr/Sint%20Helena>,
        <http://lexvo.org/id/term/agq/S%C9%9B%CC%80n%20%C3%88len%C3%A0>,
        <http://lexvo.org/id/term/aka/Saint%20Helena>,
        <http://lexvo.org/id/term/amh/%E1%88%B4%E1%8A%95%E1%89%B5%20%E1%88%84%E1%88%88%E1%8A%93>,
        <http://lexvo.org/id/term/ara/%D8%B3%D8%A7%D9%86%D8%AA%20%D9%87%D9%8A%D9%84%D9%86%D8%A7>,
        <http://lexvo.org/id/term/asa/Thantahelena>,
        <http://lexvo.org/id/term/ast/Santa%20Lena>,
        <http://lexvo.org/id/term/aze/Seynt%20Elena>,
        <http://lexvo.org/id/term/bam/%C6%90l%C9%9Bni%20Senu>,
        <http://lexvo.org/id/term/bas/N%C3%BBmpubi%20%C6%90l%C4%93n%C3%A0>,
        <http://lexvo.org/id/term/bel/%D0%A1%D0%B2%D1%8F%D1%82%D0%BE%D0%B9%20%D0%90%D0%BB%D0%B5%D0%BD%D1%8B%2C%20%D0%92%D0%BE%D1%81%D1%82%D1%80%D0%B0%D1%9E>,
        <http://lexvo.org/id/term/ben/%E0%A6%B8%E0%A7%87%E0%A6%A8%E0%A7%8D%E0%A6%9F%20%E0%A6%B9%E0%A7%87%E0%A6%B2%E0%A7%87%E0%A6%A8%E0%A6%BE>,
        <http://lexvo.org/id/term/bez/Husantahelena>,
        <http://lexvo.org/id/term/bod/%E0%BD%A6%E0%BD%BA%E0%BD%93%E0%BE%9A%E0%BC%8D%20%E0%BD%A7%E0%BD%BA%E0%BC%8B%E0%BD%A3%E0%BD%B2%E0%BC%8B%E0%BD%93%E0%BC%8D>,
        <http://lexvo.org/id/term/bos-Cyrl/%D0%A1%D0%B2%D0%B5%D1%82%D0%B0%20%D0%88%D0%B5%D0%BB%D0%B5%D0%BD%D0%B0>,
        <http://lexvo.org/id/term/bos/Sveta%20Jelena>,
        <http://lexvo.org/id/term/bre/Saint%20Helena>,
        <http://lexvo.org/id/term/brx/%E0%A4%B8%E0%A5%87%E0%A4%A3%E0%A5%8D%E2%80%8D%E0%A4%9F%20%E0%A4%B9%E0%A5%87%E0%A4%B2%E0%A5%87%E0%A4%A8%E0%A4%BE>,
        <http://lexvo.org/id/term/bul/%D0%A1%D0%B2%D0%B5%D1%82%D0%B0%20%D0%95%D0%BB%D0%B5%D0%BD%D0%B0>,
        <http://lexvo.org/id/term/cat/Saint%20Helena>,
        <http://lexvo.org/id/term/ces/Svat%C3%A1%20Helena>,
        <http://lexvo.org/id/term/cgg/Senti%20Herena>,
        <http://lexvo.org/id/term/chr/%E1%8E%A0%E1%8F%A5%E1%8E%B8%E1%8F%89%E1%8F%97%20%E1%8E%AE%E1%8E%B5%E1%8E%BE>,
        <http://lexvo.org/id/term/cmn-Hant/%E8%81%96%E8%B5%AB%E5%8B%92%E6%8B%BF%E5%B3%B6>,
        <http://lexvo.org/id/term/cmn/%E5%9C%A3%E8%B5%AB%E5%8B%92%E6%8B%BF>,
        <http://lexvo.org/id/term/cym/Saint%20Helena>,
        <http://lexvo.org/id/term/dan/St.%20Helena>,
        <http://lexvo.org/id/term/dav/Santahelena>,
        <http://lexvo.org/id/term/deu/St.%20Helena>,
        <http://lexvo.org/id/term/dje/Se%C5%8B%20Helena>,
        <http://lexvo.org/id/term/dzo/%E0%BD%A6%E0%BD%BA%E0%BD%93%E0%BD%8A%E0%BC%8B%20%E0%BD%A7%E0%BD%BA%E0%BC%8B%E0%BD%A3%E0%BD%B2%E0%BC%8B%E0%BD%93>,
        <http://lexvo.org/id/term/ebu/Santahelena>,
        <http://lexvo.org/id/term/ell/%CE%91%CE%B3%CE%AF%CE%B1%20%CE%95%CE%BB%CE%AD%CE%BD%CE%B7>,
        <http://lexvo.org/id/term/eng-Dsrt/%F0%90%90%9D%F0%90%90%A9%F0%90%91%8C%F0%90%90%BB%20%F0%90%90%90%F0%90%90%AF%F0%90%91%8A%F0%90%90%B2%F0%90%91%8C%F0%90%90%B2>,
        <http://lexvo.org/id/term/eng/ISO%203166-1%3ASH>,
        <http://lexvo.org/id/term/eng/Saint%20Helena>,
        <http://lexvo.org/id/term/epo/Sent-Heleno>,
        <http://lexvo.org/id/term/est/Saint%20Helena>,
        <http://lexvo.org/id/term/eus/Saint%20Helena>,
        <http://lexvo.org/id/term/ewe/Saint%20Helena%20nutome>,
        <http://lexvo.org/id/term/ewo/%C7%B8f%C3%BAf%C3%BAb-%C6%90l%C9%9B%CC%81na>,
        <http://lexvo.org/id/term/fao/Saint%20Helena>,
        <http://lexvo.org/id/term/fas/%D8%B3%D9%86%D8%AA%20%D9%87%D9%84%D9%86>,
        <http://lexvo.org/id/term/fil/St.%20Helena>,
        <http://lexvo.org/id/term/fin/Saint%20Helena>,
        <http://lexvo.org/id/term/fra/Sainte-H%C3%A9l%C3%A8ne>,
        <http://lexvo.org/id/term/ful/Sent%20Helen>,
        <http://lexvo.org/id/term/fur/Sante%20Eline>,
        <http://lexvo.org/id/term/gla/Eilean%20Naomh%20Eilidh>,
        <http://lexvo.org/id/term/gle/San%20H%C3%A9ilin>,
        <http://lexvo.org/id/term/glg/Santa%20Helena>,
        <http://lexvo.org/id/term/gsw/St.%20Helena>,
        <http://lexvo.org/id/term/guj/%E0%AA%B8%E0%AB%87%E0%AA%82%E0%AA%9F%20%E0%AA%B9%E0%AB%87%E0%AA%B2%E0%AB%87%E0%AA%A8%E0%AA%BE>,
        <http://lexvo.org/id/term/guz/Santahelena>,
        <http://lexvo.org/id/term/hau/San%20Helena>,
        <http://lexvo.org/id/term/heb/%D7%A1%D7%A0%D7%98%20%D7%94%D7%9C%D7%A0%D7%94>,
        <http://lexvo.org/id/term/hin/%E0%A4%B8%E0%A5%87%E0%A4%82%E0%A4%9F%20%E0%A4%B9%E0%A5%87%E0%A4%B2%E0%A5%87%E0%A4%A8%E0%A4%BE>,
        <http://lexvo.org/id/term/hrv/Sveta%20Helena>,
        <http://lexvo.org/id/term/hun/Szent%20Helena>,
        <http://lexvo.org/id/term/ind/Saint%20Helena>,
        <http://lexvo.org/id/term/isl/Sankti%20Helena>,
        <http://lexvo.org/id/term/ita/Sant%E2%80%99Elena>,
        <http://lexvo.org/id/term/jmc/Santahelena>,
        <http://lexvo.org/id/term/jpn/%E3%82%BB%E3%83%B3%E3%83%88%E3%83%98%E3%83%AC%E3%83%8A>,
        <http://lexvo.org/id/term/kab/Sant%20Ilina>,
        <http://lexvo.org/id/term/kal/Saint%20Helena>,
        <http://lexvo.org/id/term/kam/Santahelena>,
        <http://lexvo.org/id/term/kan/%E0%B2%B8%E0%B3%87%E0%B2%82%E0%B2%9F%E0%B3%8D%20%E0%B2%B9%E0%B3%86%E0%B2%B2%E0%B3%86%E0%B2%A8%E0%B2%BE>,
        <http://lexvo.org/id/term/kas/%D8%B3%DB%8C%D9%86%D9%9B%D9%B9%20%DB%81%D9%AE%DB%AA%D9%84%D9%90%D9%86%D8%A7>,
        <http://lexvo.org/id/term/kat/%E1%83%AC%E1%83%9B%E1%83%98%E1%83%9C%E1%83%93%E1%83%90%20%E1%83%94%E1%83%9A%E1%83%94%E1%83%9C%E1%83%94%E1%83%A1%20%E1%83%99%E1%83%A3%E1%83%9C%E1%83%AB%E1%83%A3%E1%83%9A%E1%83%98>,
        <http://lexvo.org/id/term/kde/Santahelena>,
        <http://lexvo.org/id/term/kea/Santa%20Ilena>,
        <http://lexvo.org/id/term/khm/%E1%9E%9F%E1%9E%84%E1%9F%8B%E2%80%8B%E1%9E%A0%E1%9F%81%E1%9E%A1%E1%9F%81%E1%9E%8E%E1%9E%B6>,
        <http://lexvo.org/id/term/khq/Se%C5%8B%20Helena>,
        <http://lexvo.org/id/term/kik/Santahelena>,
        <http://lexvo.org/id/term/kln/Emetab%20Helena%20Ne%20tilil>,
        <http://lexvo.org/id/term/kor/%EC%84%B8%EC%9D%B8%ED%8A%B8%ED%97%AC%EB%A0%88%EB%82%98>,
        <http://lexvo.org/id/term/ksb/Santahelena>,
        <http://lexvo.org/id/term/ksf/s%C9%9Bnt%C9%9B%CC%81len>,
        <http://lexvo.org/id/term/ksh/de%20Ensel%20Zint%20Hellena>,
        <http://lexvo.org/id/term/lag/M%CA%89takat%C3%ADifu%20Hel%C3%A9ena>,
        <http://lexvo.org/id/term/lao/%E0%BB%80%E0%BA%8A%E0%BA%B1%E0%BB%89%E0%BA%99%E0%BB%80%E0%BA%AE%E0%BB%80%E0%BA%A5%E0%BA%99%E0%BA%B2>,
        <http://lexvo.org/id/term/lav/Sv.%20Hel%C4%93nas%20sala>,
        <http://lexvo.org/id/term/lin/S%C3%A1ntu%20eleni>,
        <http://lexvo.org/id/term/lit/%C5%A0ventoji%20Elena>,
        <http://lexvo.org/id/term/lub/Santu%20eleni>,
        <http://lexvo.org/id/term/lug/Senti%20Herena>,
        <http://lexvo.org/id/term/luo/Saint%20Helena>,
        <http://lexvo.org/id/term/luy/Santahelena>,
        <http://lexvo.org/id/term/mal/%E0%B4%B8%E0%B5%86%E0%B5%BB%E0%B4%B1%E0%B5%8D%20%E0%B4%B9%E0%B5%86%E0%B4%B2%E0%B5%80%E0%B4%A8>,
        <http://lexvo.org/id/term/mar/%E0%A4%B8%E0%A5%87%E0%A4%82%E0%A4%9F%20%E0%A4%B9%E0%A5%87%E0%A4%B2%E0%A5%87%E0%A4%A8%E0%A4%BE>,
        <http://lexvo.org/id/term/mas/Santahelena>,
        <http://lexvo.org/id/term/mer/Santahelena>,
        <http://lexvo.org/id/term/mfe/Sainte-H%C3%A9l%C3%A8ne>,
        <http://lexvo.org/id/term/mgh/Usantahelena>,
        <http://lexvo.org/id/term/mkd/%D0%A1%D0%B2%D0%B5%D1%82%D0%B0%20%D0%95%D0%BB%D0%B5%D0%BD%D0%B0>,
        <http://lexvo.org/id/term/mlg/Sainte-H%C3%A9l%C3%A8ne>,
        <http://lexvo.org/id/term/mlt/Saint%20Helena>,
        <http://lexvo.org/id/term/mua/S%C7%9Dr%20Helena>,
        <http://lexvo.org/id/term/naq/Saint%20Helena>,
        <http://lexvo.org/id/term/nde/Saint%20Helena>,
        <http://lexvo.org/id/term/nep/%E0%A4%B8%E0%A5%87%E0%A4%A8%E0%A5%8D%E0%A4%9F%20%E0%A4%B9%E0%A5%87%E0%A4%B2%E0%A5%87%E0%A4%A8%E0%A4%BE>,
        <http://lexvo.org/id/term/nld/Sint-Helena>,
        <http://lexvo.org/id/term/nmg/Saint%20Lina>,
        <http://lexvo.org/id/term/nno/Saint%20Helena>,
        <http://lexvo.org/id/term/nob/St.%20Helena>,
        <http://lexvo.org/id/term/nyn/Senti%20Herena>,
        <http://lexvo.org/id/term/ori/%E0%AC%B8%E0%AD%87%E0%AC%A3%E0%AD%8D%E0%AC%9F%20%E0%AC%B9%E0%AD%87%E0%AC%B2%E0%AD%87%E0%AC%A8%E0%AC%BE>,
        <http://lexvo.org/id/term/pol/Wyspa%20%C5%9Awi%C4%99tej%20Heleny>,
        <http://lexvo.org/id/term/por/Santa%20Helena>,
        <http://lexvo.org/id/term/rof/Santahelena>,
        <http://lexvo.org/id/term/roh/Sontg'Elena>,
        <http://lexvo.org/id/term/ron/Sf%C3%A2nta%20Elena>,
        <http://lexvo.org/id/term/run/Sehelene>,
        <http://lexvo.org/id/term/rus/%D0%9E-%D0%B2%20%D0%A1%D0%B2.%20%D0%95%D0%BB%D0%B5%D0%BD%D1%8B>,
        <http://lexvo.org/id/term/rwk/Santahelena>,
        <http://lexvo.org/id/term/sag/S%C3%AAnt-Hel%C3%AAna>,
        <http://lexvo.org/id/term/saq/Santahelena>,
        <http://lexvo.org/id/term/sbp/Santahelena>,
        <http://lexvo.org/id/term/seh/Santa%20Helena>,
        <http://lexvo.org/id/term/ses/Se%C5%8B%20Helena>,
        <http://lexvo.org/id/term/shi-Latn/santilin>,
        <http://lexvo.org/id/term/shi/%E2%B5%99%E2%B4%B0%E2%B5%8F%E2%B5%9C%E2%B5%89%E2%B5%8D%E2%B5%89%E2%B5%8F>,
        <http://lexvo.org/id/term/sin/%E0%B7%81%E0%B7%8F%E0%B6%B1%E0%B7%8A%E0%B6%AD%20%E0%B7%84%E0%B7%99%E0%B6%BD%E0%B7%9A%E0%B6%B1%E0%B7%8F>,
        <http://lexvo.org/id/term/slk/Sv%C3%A4t%C3%A1%20Helena>,
        <http://lexvo.org/id/term/slv/Sveta%20Helena>,
        <http://lexvo.org/id/term/sme/Saint%20Helena>,
        <http://lexvo.org/id/term/sna/Saint%20Helena>,
        <http://lexvo.org/id/term/som/Saint%20Helena>,
        <http://lexvo.org/id/term/spa/Santa%20Elena>,
        <http://lexvo.org/id/term/srp-Latn/Sveta%20Jelena>,
        <http://lexvo.org/id/term/srp/%D0%A1%D0%B2%D0%B5%D1%82%D0%B0%20%D0%88%D0%B5%D0%BB%D0%B5%D0%BD%D0%B0>,
        <http://lexvo.org/id/term/swc/Santahelena>,
        <http://lexvo.org/id/term/swe/S%3At%20Helena>,
        <http://lexvo.org/id/term/swh/Santahelena>,
        <http://lexvo.org/id/term/tam/%E0%AE%9A%E0%AF%86%E0%AE%AF%E0%AE%BF%E0%AE%A9%E0%AF%8D%E0%AE%9F%E0%AF%8D%20%E0%AE%B9%E0%AF%86%E0%AE%B2%E0%AF%86%E0%AE%A9%E0%AE%BE>,
        <http://lexvo.org/id/term/tel/%E0%B0%B8%E0%B1%86%E0%B0%82%E0%B0%9F%E0%B1%8D%20%E0%B0%B9%E0%B1%86%E0%B0%B2%E0%B0%BF%E0%B0%A8%E0%B0%BE>,
        <http://lexvo.org/id/term/teo/Santahelena>,
        <http://lexvo.org/id/term/tha/%E0%B9%80%E0%B8%8B%E0%B8%99%E0%B8%95%E0%B9%8C%E0%B9%80%E0%B8%AE%E0%B9%80%E0%B8%A5%E0%B8%99%E0%B8%B2>,
        <http://lexvo.org/id/term/tir/%E1%88%B4%E1%8A%95%E1%89%B5%20%E1%88%84%E1%88%88%E1%8A%93>,
        <http://lexvo.org/id/term/ton/Seini%20Helena>,
        <http://lexvo.org/id/term/tur/Saint%20Helena>,
        <http://lexvo.org/id/term/twq/Se%C5%8B%20Helena>,
        <http://lexvo.org/id/term/tzm/Santehilin>,
        <http://lexvo.org/id/term/ukr/%D0%9E%D1%81%D1%82%D1%80%D1%96%D0%B2%20%D0%A1%D0%B2%D1%8F%D1%82%D0%BE%D1%97%20%D0%84%D0%BB%D0%B5%D0%BD%D0%B8>,
        <http://lexvo.org/id/term/urd/%D8%B3%DB%8C%D9%86%D9%B9%20%DB%81%DB%8C%D9%84%DB%8C%D9%86%D8%A7>,
        <http://lexvo.org/id/term/vai-Latn/Si%C5%8B%20H%C9%9Blina>,
        <http://lexvo.org/id/term/vai/%EA%94%BB%EA%98%8B%20%EA%97%A5%EA%94%B7%EA%95%AF>,
        <http://lexvo.org/id/term/vie/Saint%20Helena>,
        <http://lexvo.org/id/term/vun/Santahelena>,
        <http://lexvo.org/id/term/wae/St.%20Helena>,
        <http://lexvo.org/id/term/xog/Senti%20Herena>,
        <http://lexvo.org/id/term/yav/s%C9%9B%CC%81%C5%8Bt%C9%9B%CC%81%20el%C9%9B%CC%81%C9%9Bn%C9%9B>,
        <http://lexvo.org/id/term/yor/Or%C3%ADl%E1%BA%B9%CC%81%C3%A8de%20H%E1%BA%B9lena>,
        <http://lexvo.org/id/term/zsm/Saint%20Helena>,
        <http://lexvo.org/id/term/zul/i-Saint%20Helena> ;
    owl:sameAs <http://psi.oasis-open.org/iso/3166/#654>,
        <http://sws.geonames.org/3370751/> .

<http://lexvo.org/id/iso3166/SI> a lvont:GeographicRegion ;
    rdfs:label "Slowenië"@af,
        "Sɨ̀lòvɨnyìa"@agq,
        "Slovinia"@ak,
        "ስሎቬኒያ"@am,
        "سلوفينيا"@ar,
        "Thlovenia"@asa,
        "Eslovenia"@ast,
        "Sloveniya"@az,
        "Slòvanìà"@bas,
        "Славенія"@be,
        "Huslovenia"@bez,
        "Словения"@bg,
        "Sloveni"@bm,
        "স্লোভানিয়া"@bn,
        "ས་ལཽ་ཝེ་ནི་ཡ།"@bo,
        "Slovenia"@br,
        "स्लोवेनिया"@brx,
        "Slovenija"@bs,
        "Словенија"@bs-Cyrl,
        "ስሎቬኒያ"@byn,
        "Eslovènia"@ca,
        "Sirovaaniya"@cgg,
        "ᏍᎶᏫᏂᎠ"@chr,
        "斯洛文尼亚"@cmn,
        "斯洛維尼亞"@cmn-Hant,
        "Slovinsko"@cs,
        "Slofenia"@cy,
        "Slovenien"@da,
        "Slovenia"@dav,
        "Slowenien"@de,
        "Sloveeni"@dje,
        "Sloveni"@dyo,
        "སུ་ལོ་བི་ནི་ཡ"@dz,
        "Slovenia"@ebu,
        "Slovenia nutome"@ee,
        "Σλοβενία"@el,
        "ISO 3166-1:SI"@en,
        "Slovenia"@en,
        "𐐝𐑊𐐬𐑂𐐨𐑌𐐨𐐲"@en-Dsrt,
        "Slovenujo"@eo,
        "Eslovenia"@es,
        "Sloveenia"@et,
        "Eslovenia"@eu,
        "Səlovénia"@ewo,
        "اسلوونی"@fa,
        "سلونیا"@fa,
        "Slowenii"@ff,
        "Slovenia"@fi,
        "Slovenia"@fil,
        "Slovenia"@fo,
        "Slovénie"@fr,
        "Slovenie"@fur,
        "An tSlóvéin"@ga,
        "An t-Slòbhain"@gd,
        "Eslovenia"@gl,
        "Sloweenie"@gsw,
        "સ્લોવેનિયા"@gu,
        "Slovenia"@guz,
        "Sulobeniya"@ha,
        "סלובניה"@he,
        "स्लोवेनिया"@hi,
        "Slovenija"@hr,
        "Szlovénia"@hu,
        "Սլովենիա"@hy,
        "Slovenia"@ia,
        "Slovenia"@id,
        "Slóvenía"@is,
        "Slovenia"@it,
        "スロベニア"@ja,
        "Slovenia"@jmc,
        "სლოვენია"@ka,
        "Sluvinya"@kab,
        "Slovenia"@kam,
        "Slovenia"@kde,
        "Slovenia"@kea,
        "Sloveeni"@khq,
        "Slovenia"@ki,
        "Slovenia"@kl,
        "Emetab Slovenia"@kln,
        "ស្លូវេនី"@km,
        "ಸ್ಲೋವೇನಿಯಾ"@kn,
        "슬로베니아"@ko,
        "سَلووینِیا"@ks,
        "Slovenia"@ksb,
        "slovɛní"@ksf,
        "ẞloveenije"@ksh,
        "Sulovénia"@lag,
        "Sirovenya"@lg,
        "Siloveni"@ln,
        "ສະໂລເວເນຍ"@lo,
        "Slovėnija"@lt,
        "Siloveni"@lu,
        "Slovenia"@luo,
        "Slovenia"@luy,
        "Slovēnija"@lv,
        "Slovenia"@mas,
        "Slovenia"@mer,
        "Sloveni"@mfe,
        "Slovenia"@mg,
        "Uslovenia"@mgh,
        "Словенија"@mk,
        "സ്ലോവേനിയ"@ml,
        "स्लोव्हेनिया"@mr,
        "Slovenja"@mt,
        "Sloveniya"@mua,
        "စလိုဗေးနီးယား"@my,
        "Slovenia"@naq,
        "Slovenia"@nb,
        "Slovenia"@nd,
        "स्लोभेनिया"@ne,
        "Slovenië"@nl,
        "Slovenia"@nmg,
        "Slovenia"@nn,
        "Sirovaaniya"@nyn,
        "ସ୍ଲୋଭେନିଆ"@or,
        "Słowenia"@pl,
        "Eslovénia"@pt,
        "Eslovênia"@pt,
        "Slovenia"@rm,
        "Siloveniya"@rn,
        "Slovenia"@ro,
        "Slovenia"@rof,
        "Словения"@ru,
        "Slovenia"@rwk,
        "Slovenia"@saq,
        "Siloveniya"@sbp,
        "Slovenia"@se,
        "Eslovênia"@seh,
        "Sloveeni"@ses,
        "Solovenïi"@sg,
        "ⵙⵍⵓⴼⵉⵏⵢⴰ"@shi,
        "slufinya"@shi-Latn,
        "ස්ලෝවේනියාව"@si,
        "Slovinsko"@sk,
        "Slovenija"@sl,
        "Slovenia"@sn,
        "Slovenia"@so,
        "Slloveni"@sq,
        "Словенија"@sr,
        "Slovenija"@sr-Latn,
        "Slovenien"@sv,
        "Slovenia"@swc,
        "Slovenia"@swh,
        "ஸ்லோவேனியா"@ta,
        "స్లోవేనియా"@te,
        "Slovenia"@teo,
        "สโลวีเนีย"@th,
        "ስሎቬኒያ"@ti,
        "ስሎቬኒያ"@tig,
        "Silōvenia"@to,
        "Slovenya"@tr,
        "Sloveeni"@twq,
        "Sluvinya"@tzm,
        "Словенія"@uk,
        "سلووینیا"@ur,
        "ꔻꖃꔍꕇꕰ"@vai,
        "Suloveninya"@vai-Latn,
        "Slovenia"@vi,
        "Slovenia"@vun,
        "Slowenie"@wae,
        "ስሎቬኒያ"@wal,
        "Sirovenya"@xog,
        "silofení"@yav,
        "Orílẹ́ède Silofania"@yo,
        "Slovenia"@zsm,
        "i-Slovenia"@zu ;
    lvont:label <http://lexvo.org/id/term/afr/Sloweni%C3%AB>,
        <http://lexvo.org/id/term/agq/S%C9%A8%CC%80l%C3%B2v%C9%A8ny%C3%ACa>,
        <http://lexvo.org/id/term/aka/Slovinia>,
        <http://lexvo.org/id/term/amh/%E1%88%B5%E1%88%8E%E1%89%AC%E1%8A%92%E1%8B%AB>,
        <http://lexvo.org/id/term/ara/%D8%B3%D9%84%D9%88%D9%81%D9%8A%D9%86%D9%8A%D8%A7>,
        <http://lexvo.org/id/term/asa/Thlovenia>,
        <http://lexvo.org/id/term/ast/Eslovenia>,
        <http://lexvo.org/id/term/aze/Sloveniya>,
        <http://lexvo.org/id/term/bam/Sloveni>,
        <http://lexvo.org/id/term/bas/Sl%C3%B2van%C3%AC%C3%A0>,
        <http://lexvo.org/id/term/bel/%D0%A1%D0%BB%D0%B0%D0%B2%D0%B5%D0%BD%D1%96%D1%8F>,
        <http://lexvo.org/id/term/ben/%E0%A6%B8%E0%A7%8D%E0%A6%B2%E0%A7%8B%E0%A6%AD%E0%A6%BE%E0%A6%A8%E0%A6%BF%E0%A6%AF%E0%A6%BC%E0%A6%BE>,
        <http://lexvo.org/id/term/bez/Huslovenia>,
        <http://lexvo.org/id/term/bod/%E0%BD%A6%E0%BC%8B%E0%BD%A3%E0%BD%BD%E0%BC%8B%E0%BD%9D%E0%BD%BA%E0%BC%8B%E0%BD%93%E0%BD%B2%E0%BC%8B%E0%BD%A1%E0%BC%8D>,
        <http://lexvo.org/id/term/bos-Cyrl/%D0%A1%D0%BB%D0%BE%D0%B2%D0%B5%D0%BD%D0%B8%D1%98%D0%B0>,
        <http://lexvo.org/id/term/bos/Slovenija>,
        <http://lexvo.org/id/term/bre/Slovenia>,
        <http://lexvo.org/id/term/brx/%E0%A4%B8%E0%A5%8D%E0%A4%B2%E0%A5%8B%E0%A4%B5%E0%A5%87%E0%A4%A8%E0%A4%BF%E0%A4%AF%E0%A4%BE>,
        <http://lexvo.org/id/term/bul/%D0%A1%D0%BB%D0%BE%D0%B2%D0%B5%D0%BD%D0%B8%D1%8F>,
        <http://lexvo.org/id/term/byn/%E1%88%B5%E1%88%8E%E1%89%AC%E1%8A%92%E1%8B%AB>,
        <http://lexvo.org/id/term/cat/Eslov%C3%A8nia>,
        <http://lexvo.org/id/term/ces/Slovinsko>,
        <http://lexvo.org/id/term/cgg/Sirovaaniya>,
        <http://lexvo.org/id/term/chr/%E1%8F%8D%E1%8E%B6%E1%8F%AB%E1%8F%82%E1%8E%A0>,
        <http://lexvo.org/id/term/cmn-Hant/%E6%96%AF%E6%B4%9B%E7%B6%AD%E5%B0%BC%E4%BA%9E>,
        <http://lexvo.org/id/term/cmn/%E6%96%AF%E6%B4%9B%E6%96%87%E5%B0%BC%E4%BA%9A>,
        <http://lexvo.org/id/term/cym/Slofenia>,
        <http://lexvo.org/id/term/dan/Slovenien>,
        <http://lexvo.org/id/term/dav/Slovenia>,
        <http://lexvo.org/id/term/deu/Slowenien>,
        <http://lexvo.org/id/term/dje/Sloveeni>,
        <http://lexvo.org/id/term/dyo/Sloveni>,
        <http://lexvo.org/id/term/dzo/%E0%BD%A6%E0%BD%B4%E0%BC%8B%E0%BD%A3%E0%BD%BC%E0%BC%8B%E0%BD%96%E0%BD%B2%E0%BC%8B%E0%BD%93%E0%BD%B2%E0%BC%8B%E0%BD%A1>,
        <http://lexvo.org/id/term/ebu/Slovenia>,
        <http://lexvo.org/id/term/ell/%CE%A3%CE%BB%CE%BF%CE%B2%CE%B5%CE%BD%CE%AF%CE%B1>,
        <http://lexvo.org/id/term/eng-Dsrt/%F0%90%90%9D%F0%90%91%8A%F0%90%90%AC%F0%90%91%82%F0%90%90%A8%F0%90%91%8C%F0%90%90%A8%F0%90%90%B2>,
        <http://lexvo.org/id/term/eng/ISO%203166-1%3ASI>,
        <http://lexvo.org/id/term/eng/Slovenia>,
        <http://lexvo.org/id/term/epo/Slovenujo>,
        <http://lexvo.org/id/term/est/Sloveenia>,
        <http://lexvo.org/id/term/eus/Eslovenia>,
        <http://lexvo.org/id/term/ewe/Slovenia%20nutome>,
        <http://lexvo.org/id/term/ewo/S%C9%99lov%C3%A9nia>,
        <http://lexvo.org/id/term/fao/Slovenia>,
        <http://lexvo.org/id/term/fas/%D8%A7%D8%B3%D9%84%D9%88%D9%88%D9%86%DB%8C>,
        <http://lexvo.org/id/term/fas/%D8%B3%D9%84%D9%88%D9%86%DB%8C%D8%A7>,
        <http://lexvo.org/id/term/fil/Slovenia>,
        <http://lexvo.org/id/term/fin/Slovenia>,
        <http://lexvo.org/id/term/fra/Slov%C3%A9nie>,
        <http://lexvo.org/id/term/ful/Slowenii>,
        <http://lexvo.org/id/term/fur/Slovenie>,
        <http://lexvo.org/id/term/gla/An%20t-Sl%C3%B2bhain>,
        <http://lexvo.org/id/term/gle/An%20tSl%C3%B3v%C3%A9in>,
        <http://lexvo.org/id/term/glg/Eslovenia>,
        <http://lexvo.org/id/term/gsw/Sloweenie>,
        <http://lexvo.org/id/term/guj/%E0%AA%B8%E0%AB%8D%E0%AA%B2%E0%AB%8B%E0%AA%B5%E0%AB%87%E0%AA%A8%E0%AA%BF%E0%AA%AF%E0%AA%BE>,
        <http://lexvo.org/id/term/guz/Slovenia>,
        <http://lexvo.org/id/term/hau/Sulobeniya>,
        <http://lexvo.org/id/term/heb/%D7%A1%D7%9C%D7%95%D7%91%D7%A0%D7%99%D7%94>,
        <http://lexvo.org/id/term/hin/%E0%A4%B8%E0%A5%8D%E0%A4%B2%E0%A5%8B%E0%A4%B5%E0%A5%87%E0%A4%A8%E0%A4%BF%E0%A4%AF%E0%A4%BE>,
        <http://lexvo.org/id/term/hrv/Slovenija>,
        <http://lexvo.org/id/term/hun/Szlov%C3%A9nia>,
        <http://lexvo.org/id/term/hye/%D5%8D%D5%AC%D5%B8%D5%BE%D5%A5%D5%B6%D5%AB%D5%A1>,
        <http://lexvo.org/id/term/ina/Slovenia>,
        <http://lexvo.org/id/term/ind/Slovenia>,
        <http://lexvo.org/id/term/isl/Sl%C3%B3ven%C3%ADa>,
        <http://lexvo.org/id/term/ita/Slovenia>,
        <http://lexvo.org/id/term/jmc/Slovenia>,
        <http://lexvo.org/id/term/jpn/%E3%82%B9%E3%83%AD%E3%83%99%E3%83%8B%E3%82%A2>,
        <http://lexvo.org/id/term/kab/Sluvinya>,
        <http://lexvo.org/id/term/kal/Slovenia>,
        <http://lexvo.org/id/term/kam/Slovenia>,
        <http://lexvo.org/id/term/kan/%E0%B2%B8%E0%B3%8D%E0%B2%B2%E0%B3%8B%E0%B2%B5%E0%B3%87%E0%B2%A8%E0%B2%BF%E0%B2%AF%E0%B2%BE>,
        <http://lexvo.org/id/term/kas/%D8%B3%D9%8E%D9%84%D9%88%D9%88%DB%8C%D9%86%D9%90%DB%8C%D8%A7>,
        <http://lexvo.org/id/term/kat/%E1%83%A1%E1%83%9A%E1%83%9D%E1%83%95%E1%83%94%E1%83%9C%E1%83%98%E1%83%90>,
        <http://lexvo.org/id/term/kde/Slovenia>,
        <http://lexvo.org/id/term/kea/Slovenia>,
        <http://lexvo.org/id/term/khm/%E1%9E%9F%E1%9F%92%E1%9E%9B%E1%9E%BC%E1%9E%9C%E1%9F%81%E1%9E%93%E1%9E%B8>,
        <http://lexvo.org/id/term/khq/Sloveeni>,
        <http://lexvo.org/id/term/kik/Slovenia>,
        <http://lexvo.org/id/term/kln/Emetab%20Slovenia>,
        <http://lexvo.org/id/term/kor/%EC%8A%AC%EB%A1%9C%EB%B2%A0%EB%8B%88%EC%95%84>,
        <http://lexvo.org/id/term/ksb/Slovenia>,
        <http://lexvo.org/id/term/ksf/slov%C9%9Bn%C3%AD>,
        <http://lexvo.org/id/term/ksh/%E1%BA%9Eloveenije>,
        <http://lexvo.org/id/term/lag/Sulov%C3%A9nia>,
        <http://lexvo.org/id/term/lao/%E0%BA%AA%E0%BA%B0%E0%BB%82%E0%BA%A5%E0%BB%80%E0%BA%A7%E0%BB%80%E0%BA%99%E0%BA%8D>,
        <http://lexvo.org/id/term/lav/Slov%C4%93nija>,
        <http://lexvo.org/id/term/lin/Siloveni>,
        <http://lexvo.org/id/term/lit/Slov%C4%97nija>,
        <http://lexvo.org/id/term/lub/Siloveni>,
        <http://lexvo.org/id/term/lug/Sirovenya>,
        <http://lexvo.org/id/term/luo/Slovenia>,
        <http://lexvo.org/id/term/luy/Slovenia>,
        <http://lexvo.org/id/term/mal/%E0%B4%B8%E0%B5%8D%E0%B4%B2%E0%B5%8B%E0%B4%B5%E0%B5%87%E0%B4%A8%E0%B4%BF%E0%B4%AF>,
        <http://lexvo.org/id/term/mar/%E0%A4%B8%E0%A5%8D%E0%A4%B2%E0%A5%8B%E0%A4%B5%E0%A5%8D%E0%A4%B9%E0%A5%87%E0%A4%A8%E0%A4%BF%E0%A4%AF%E0%A4%BE>,
        <http://lexvo.org/id/term/mas/Slovenia>,
        <http://lexvo.org/id/term/mer/Slovenia>,
        <http://lexvo.org/id/term/mfe/Sloveni>,
        <http://lexvo.org/id/term/mgh/Uslovenia>,
        <http://lexvo.org/id/term/mkd/%D0%A1%D0%BB%D0%BE%D0%B2%D0%B5%D0%BD%D0%B8%D1%98%D0%B0>,
        <http://lexvo.org/id/term/mlg/Slovenia>,
        <http://lexvo.org/id/term/mlt/Slovenja>,
        <http://lexvo.org/id/term/mua/Sloveniya>,
        <http://lexvo.org/id/term/mya/%E1%80%85%E1%80%9C%E1%80%AD%E1%80%AF%E1%80%97%E1%80%B1%E1%80%B8%E1%80%94%E1%80%AE%E1%80%B8%E1%80%9A%E1%80%AC%E1%80%B8>,
        <http://lexvo.org/id/term/naq/Slovenia>,
        <http://lexvo.org/id/term/nde/Slovenia>,
        <http://lexvo.org/id/term/nep/%E0%A4%B8%E0%A5%8D%E0%A4%B2%E0%A5%8B%E0%A4%AD%E0%A5%87%E0%A4%A8%E0%A4%BF%E0%A4%AF%E0%A4%BE>,
        <http://lexvo.org/id/term/nld/Sloveni%C3%AB>,
        <http://lexvo.org/id/term/nmg/Slovenia>,
        <http://lexvo.org/id/term/nno/Slovenia>,
        <http://lexvo.org/id/term/nob/Slovenia>,
        <http://lexvo.org/id/term/nyn/Sirovaaniya>,
        <http://lexvo.org/id/term/ori/%E0%AC%B8%E0%AD%8D%E0%AC%B2%E0%AD%8B%E0%AC%AD%E0%AD%87%E0%AC%A8%E0%AC%BF%E0%AC%86>,
        <http://lexvo.org/id/term/pol/S%C5%82owenia>,
        <http://lexvo.org/id/term/por/Eslov%C3%A9nia>,
        <http://lexvo.org/id/term/por/Eslov%C3%AAnia>,
        <http://lexvo.org/id/term/rof/Slovenia>,
        <http://lexvo.org/id/term/roh/Slovenia>,
        <http://lexvo.org/id/term/ron/Slovenia>,
        <http://lexvo.org/id/term/run/Siloveniya>,
        <http://lexvo.org/id/term/rus/%D0%A1%D0%BB%D0%BE%D0%B2%D0%B5%D0%BD%D0%B8%D1%8F>,
        <http://lexvo.org/id/term/rwk/Slovenia>,
        <http://lexvo.org/id/term/sag/Soloven%C3%AFi>,
        <http://lexvo.org/id/term/saq/Slovenia>,
        <http://lexvo.org/id/term/sbp/Siloveniya>,
        <http://lexvo.org/id/term/seh/Eslov%C3%AAnia>,
        <http://lexvo.org/id/term/ses/Sloveeni>,
        <http://lexvo.org/id/term/shi-Latn/slufinya>,
        <http://lexvo.org/id/term/shi/%E2%B5%99%E2%B5%8D%E2%B5%93%E2%B4%BC%E2%B5%89%E2%B5%8F%E2%B5%A2%E2%B4%B0>,
        <http://lexvo.org/id/term/sin/%E0%B7%83%E0%B7%8A%E0%B6%BD%E0%B7%9D%E0%B7%80%E0%B7%9A%E0%B6%B1%E0%B7%92%E0%B6%BA%E0%B7%8F%E0%B7%80>,
        <http://lexvo.org/id/term/slk/Slovinsko>,
        <http://lexvo.org/id/term/slv/Slovenija>,
        <http://lexvo.org/id/term/sme/Slovenia>,
        <http://lexvo.org/id/term/sna/Slovenia>,
        <http://lexvo.org/id/term/som/Slovenia>,
        <http://lexvo.org/id/term/spa/Eslovenia>,
        <http://lexvo.org/id/term/sqi/Slloveni>,
        <http://lexvo.org/id/term/srp-Latn/Slovenija>,
        <http://lexvo.org/id/term/srp/%D0%A1%D0%BB%D0%BE%D0%B2%D0%B5%D0%BD%D0%B8%D1%98%D0%B0>,
        <http://lexvo.org/id/term/swc/Slovenia>,
        <http://lexvo.org/id/term/swe/Slovenien>,
        <http://lexvo.org/id/term/swh/Slovenia>,
        <http://lexvo.org/id/term/tam/%E0%AE%B8%E0%AF%8D%E0%AE%B2%E0%AF%8B%E0%AE%B5%E0%AF%87%E0%AE%A9%E0%AE%BF%E0%AE%AF%E0%AE%BE>,
        <http://lexvo.org/id/term/tel/%E0%B0%B8%E0%B1%8D%E0%B0%B2%E0%B1%8B%E0%B0%B5%E0%B1%87%E0%B0%A8%E0%B0%BF%E0%B0%AF%E0%B0%BE>,
        <http://lexvo.org/id/term/teo/Slovenia>,
        <http://lexvo.org/id/term/tha/%E0%B8%AA%E0%B9%82%E0%B8%A5%E0%B8%A7%E0%B8%B5%E0%B9%80%E0%B8%99%E0%B8%B5%E0%B8%A2>,
        <http://lexvo.org/id/term/tig/%E1%88%B5%E1%88%8E%E1%89%AC%E1%8A%92%E1%8B%AB>,
        <http://lexvo.org/id/term/tir/%E1%88%B5%E1%88%8E%E1%89%AC%E1%8A%92%E1%8B%AB>,
        <http://lexvo.org/id/term/ton/Sil%C5%8Dvenia>,
        <http://lexvo.org/id/term/tur/Slovenya>,
        <http://lexvo.org/id/term/twq/Sloveeni>,
        <http://lexvo.org/id/term/tzm/Sluvinya>,
        <http://lexvo.org/id/term/ukr/%D0%A1%D0%BB%D0%BE%D0%B2%D0%B5%D0%BD%D1%96%D1%8F>,
        <http://lexvo.org/id/term/urd/%D8%B3%D9%84%D9%88%D9%88%DB%8C%D9%86%DB%8C%D8%A7>,
        <http://lexvo.org/id/term/vai-Latn/Suloveninya>,
        <http://lexvo.org/id/term/vai/%EA%94%BB%EA%96%83%EA%94%8D%EA%95%87%EA%95%B0>,
        <http://lexvo.org/id/term/vie/Slovenia>,
        <http://lexvo.org/id/term/vun/Slovenia>,
        <http://lexvo.org/id/term/wae/Slowenie>,
        <http://lexvo.org/id/term/wal/%E1%88%B5%E1%88%8E%E1%89%AC%E1%8A%92%E1%8B%AB>,
        <http://lexvo.org/id/term/xog/Sirovenya>,
        <http://lexvo.org/id/term/yav/silofen%C3%AD>,
        <http://lexvo.org/id/term/yor/Or%C3%ADl%E1%BA%B9%CC%81%C3%A8de%20Silofania>,
        <http://lexvo.org/id/term/zsm/Slovenia>,
        <http://lexvo.org/id/term/zul/i-Slovenia> ;
    owl:sameAs <http://psi.oasis-open.org/iso/3166/#705>,
        <http://sws.geonames.org/3190538/> .

<http://lexvo.org/id/iso3166/SJ> a lvont:GeographicRegion ;
    rdfs:label "Svalbard en Jan Mayen"@af,
        "ስቫልባርድ እና ጃን ማየን"@am,
        "سفالبارد وجان مايان"@ar,
        "Svalbard ya Islla Jan Mayen"@ast,
        "svalbard və yan mayen"@az,
        "Свальбард (Паўночна-Усходняя Зямля) і Ян-Маен"@be,
        "Свалбард и Ян Майен"@bg,
        "স্বালবার্ড ও জান মেয়েন"@bn,
        "Svalbard"@br,
        "स्वाल्बार्ड एवं यान मायेन"@brx,
        "Svalbard i Janmajen Ostrva"@bs,
        "Свалбард и Јанмајен Острва"@bs-Cyrl,
        "Svalbard i Jan Mayen"@ca,
        "斯瓦尔巴特和扬马延"@cmn,
        "冷岸及央麥恩群島"@cmn-Hant,
        "Špicberky a Jan Mayen"@cs,
        "Svalbard a Jan Mayen"@cy,
        "Svalbard og Jan Mayen"@da,
        "Svalbard und Jan Mayen"@de,
        "སྭཱལ་བྷརྡ་ ཨེནཌ་ ཇཱན་མ་ཡེན"@dz,
        "Svalbard kple Yan Mayen nutome"@ee,
        "Νησιά Σβάλμπαρντ και Γιαν Μάγεν"@el,
        "ISO 3166-1:SJ"@en,
        "Svalbard and Jan Mayen"@en,
        "𐐝𐑂𐐪𐑊𐐺𐐪𐑉𐐼 𐐰𐑌𐐼 𐐖𐐰𐑌 𐐣𐐴𐐲𐑌"@en-Dsrt,
        "Svalbardo kaj Jan-Majen-insulo"@eo,
        "Svalbard y Jan Mayen"@es,
        "Svalbard ja Jan Mayen"@et,
        "Svalbard eta Jan Mayen uharteak"@eu,
        "اسوالبارد و جان‌ماین"@fa,
        "Huippuvuoret ja Jan Mayen"@fi,
        "Svalbard and Jan Mayen Islands"@fil,
        "Svalbard og Jan Mayen"@fo,
        "Svalbard et Île Jan Mayen"@fr,
        "Svalbard e Jan Mayen"@fur,
        "Svalbard agus Jan Mayen"@ga,
        "Svalbard is Jan Mayen"@gd,
        "Svalbard e Jan Mayen"@gl,
        "Svalbard und Jaan Määie"@gsw,
        "સ્વાલબર્ડ એંડ જેન મેયન"@gu,
        "סוולבארד וז׳אן מאיין"@he,
        "स्वालबर्ड और जान मायेन"@hi,
        "Svalbard i Jan Mayen"@hr,
        "Spitzbergák és Jan Mayen-szigetek"@hu,
        "Kepulauan Svalbard dan Jan Mayen"@id,
        "Svalbarði og Jan Mayen"@is,
        "Svalbard e Jan Mayen"@it,
        "スバールバル諸島・ヤンマイエン島"@ja,
        "Svalbard i Jan Maien"@kea,
        "Svalbard aamma Jan Mayen"@kl,
        "ស្វាប៊ឺត និង​ហ្យង់ម៉ាយេន"@km,
        "ಸ್ವಾಲ್ಬಾರ್ಡ್ ಮತ್ತು ಜಾನ್ ಮಾಯೆನ್"@kn,
        "스발바르제도-얀마웬섬"@ko,
        "سَوالبریڑ تہٕ جان ماییڑ"@ks,
        "de Enselle Svalbard un Jan Mayen"@ksh,
        "Svalbard mpé Jan Mayen"@ln,
        "ສະວາບາດແລະຍານເມເຢນ"@lo,
        "Svalbardo ir Jan Majen salos"@lt,
        "Svalbāra un Jana Majena sala"@lv,
        "Свалбард и Жан Мејен"@mk,
        "സ്വാൽബാഡും ജാൻ മായേനും"@ml,
        "स्वालबर्ड आणि जान मायेन"@mr,
        "Svalbard and Jan Mayen"@mt,
        "Svalbard og Jan Mayen"@nb,
        "सभाल्बार्ड र जान मायेन"@ne,
        "Svalbard en Jan Mayen"@nl,
        "Svalbard og Jan Mayen"@nn,
        "ସାଲ୍ଭାର୍ଡ ଏବଂ ଜାନ୍ ମାୟୋନ୍"@or,
        "Svalbard i Jan Mayen"@pl,
        "Svalbard e Jan Mayen"@pt,
        "Svalbard e Jan Mayen"@rm,
        "Svalbard și Jan Mayen"@ro,
        "Свальбард и Ян-Майен"@ru,
        "Svalbárda ja Jan Mayen"@se,
        "ස්වෙල්බර්ඩ් සහ ජේන් මයෝන්"@si,
        "Špicbergy a Jan Mayen"@sk,
        "Svalbard in Jan Mayen"@sl,
        "Свалбард и Јанмајен Острва"@sr,
        "Svalbard i Janmajen Ostrva"@sr-Latn,
        "Svalbard och Jan Mayen"@sv,
        "Svalbard na Jan Mayen"@swh,
        "ஸ்வல்பார்டு மற்றும் ஜான் மேயன்"@ta,
        "స్వాల్బార్డ్ మరియు యాన్ మాయేన్"@te,
        "สฟาลบาร์และยานไมเอน"@th,
        "የስቫልባርድ እና ዣን ማየን ደሴቶች"@ti,
        "Sivolopaati mo Seni Meini"@to,
        "Svalbard ve Jan Mayen Adaları"@tr,
        "Острови Свальбард та Ян-Маєн"@uk,
        "سوالبرڈ اور جان ماین"@ur,
        "Svalbard và Jan Mayen"@vi,
        "Svalbard und Jan Mayen"@wae,
        "Svalbard and Jan Mayen"@zsm,
        "I-Svalbard ne-Jan Mayen"@zu ;
    lvont:label <http://lexvo.org/id/term/afr/Svalbard%20en%20Jan%20Mayen>,
        <http://lexvo.org/id/term/amh/%E1%88%B5%E1%89%AB%E1%88%8D%E1%89%A3%E1%88%AD%E1%8B%B5%20%E1%8A%A5%E1%8A%93%20%E1%8C%83%E1%8A%95%20%E1%88%9B%E1%8B%A8%E1%8A%95>,
        <http://lexvo.org/id/term/ara/%D8%B3%D9%81%D8%A7%D9%84%D8%A8%D8%A7%D8%B1%D8%AF%20%D9%88%D8%AC%D8%A7%D9%86%20%D9%85%D8%A7%D9%8A%D8%A7%D9%86>,
        <http://lexvo.org/id/term/ast/Svalbard%20ya%20Islla%20Jan%20Mayen>,
        <http://lexvo.org/id/term/aze/svalbard%20v%C9%99%20yan%20mayen>,
        <http://lexvo.org/id/term/bel/%D0%A1%D0%B2%D0%B0%D0%BB%D1%8C%D0%B1%D0%B0%D1%80%D0%B4%20(%D0%9F%D0%B0%D1%9E%D0%BD%D0%BE%D1%87%D0%BD%D0%B0-%D0%A3%D1%81%D1%85%D0%BE%D0%B4%D0%BD%D1%8F%D1%8F%20%D0%97%D1%8F%D0%BC%D0%BB%D1%8F)%20%D1%96%20%D0%AF%D0%BD-%D0%9C%D0%B0%D0%B5%D0%BD>,
        <http://lexvo.org/id/term/ben/%E0%A6%B8%E0%A7%8D%E0%A6%AC%E0%A6%BE%E0%A6%B2%E0%A6%AC%E0%A6%BE%E0%A6%B0%E0%A7%8D%E0%A6%A1%20%E0%A6%93%20%E0%A6%9C%E0%A6%BE%E0%A6%A8%20%E0%A6%AE%E0%A7%87%E0%A6%AF%E0%A6%BC%E0%A7%87%E0%A6%A8>,
        <http://lexvo.org/id/term/bos-Cyrl/%D0%A1%D0%B2%D0%B0%D0%BB%D0%B1%D0%B0%D1%80%D0%B4%20%D0%B8%20%D0%88%D0%B0%D0%BD%D0%BC%D0%B0%D1%98%D0%B5%D0%BD%20%D0%9E%D1%81%D1%82%D1%80%D0%B2%D0%B0>,
        <http://lexvo.org/id/term/bos/Svalbard%20i%20Janmajen%20Ostrva>,
        <http://lexvo.org/id/term/bre/Svalbard>,
        <http://lexvo.org/id/term/brx/%E0%A4%B8%E0%A5%8D%E0%A4%B5%E0%A4%BE%E0%A4%B2%E0%A5%8D%E0%A4%AC%E0%A4%BE%E0%A4%B0%E0%A5%8D%E0%A4%A1%20%E0%A4%8F%E0%A4%B5%E0%A4%82%20%E0%A4%AF%E0%A4%BE%E0%A4%A8%20%E0%A4%AE%E0%A4%BE%E0%A4%AF%E0%A5%87%E0%A4%A8>,
        <http://lexvo.org/id/term/bul/%D0%A1%D0%B2%D0%B0%D0%BB%D0%B1%D0%B0%D1%80%D0%B4%20%D0%B8%20%D0%AF%D0%BD%20%D0%9C%D0%B0%D0%B9%D0%B5%D0%BD>,
        <http://lexvo.org/id/term/cat/Svalbard%20i%20Jan%20Mayen>,
        <http://lexvo.org/id/term/ces/%C5%A0picberky%20a%20Jan%20Mayen>,
        <http://lexvo.org/id/term/cmn-Hant/%E5%86%B7%E5%B2%B8%E5%8F%8A%E5%A4%AE%E9%BA%A5%E6%81%A9%E7%BE%A4%E5%B3%B6>,
        <http://lexvo.org/id/term/cmn/%E6%96%AF%E7%93%A6%E5%B0%94%E5%B7%B4%E7%89%B9%E5%92%8C%E6%89%AC%E9%A9%AC%E5%BB%B6>,
        <http://lexvo.org/id/term/cym/Svalbard%20a%20Jan%20Mayen>,
        <http://lexvo.org/id/term/dan/Svalbard%20og%20Jan%20Mayen>,
        <http://lexvo.org/id/term/deu/Svalbard%20und%20Jan%20Mayen>,
        <http://lexvo.org/id/term/dzo/%E0%BD%A6%E0%BE%AD%E0%BD%B1%E0%BD%A3%E0%BC%8B%E0%BD%96%E0%BE%B7%E0%BD%A2%E0%BE%A1%E0%BC%8B%20%E0%BD%A8%E0%BD%BA%E0%BD%93%E0%BD%8C%E0%BC%8B%20%E0%BD%87%E0%BD%B1%E0%BD%93%E0%BC%8B%E0%BD%98%E0%BC%8B%E0%BD%A1%E0%BD%BA%E0%BD%93>,
        <http://lexvo.org/id/term/ell/%CE%9D%CE%B7%CF%83%CE%B9%CE%AC%20%CE%A3%CE%B2%CE%AC%CE%BB%CE%BC%CF%80%CE%B1%CF%81%CE%BD%CF%84%20%CE%BA%CE%B1%CE%B9%20%CE%93%CE%B9%CE%B1%CE%BD%20%CE%9C%CE%AC%CE%B3%CE%B5%CE%BD>,
        <http://lexvo.org/id/term/eng-Dsrt/%F0%90%90%9D%F0%90%91%82%F0%90%90%AA%F0%90%91%8A%F0%90%90%BA%F0%90%90%AA%F0%90%91%89%F0%90%90%BC%20%F0%90%90%B0%F0%90%91%8C%F0%90%90%BC%20%F0%90%90%96%F0%90%90%B0%F0%90%91%8C%20%F0%90%90%A3%F0%90%90%B4%F0%90%90%B2%F0%90%91%8C>,
        <http://lexvo.org/id/term/eng/ISO%203166-1%3ASJ>,
        <http://lexvo.org/id/term/eng/Svalbard%20and%20Jan%20Mayen>,
        <http://lexvo.org/id/term/epo/Svalbardo%20kaj%20Jan-Majen-insulo>,
        <http://lexvo.org/id/term/est/Svalbard%20ja%20Jan%20Mayen>,
        <http://lexvo.org/id/term/eus/Svalbard%20eta%20Jan%20Mayen%20uharteak>,
        <http://lexvo.org/id/term/ewe/Svalbard%20kple%20Yan%20Mayen%20nutome>,
        <http://lexvo.org/id/term/fao/Svalbard%20og%20Jan%20Mayen>,
        <http://lexvo.org/id/term/fas/%D8%A7%D8%B3%D9%88%D8%A7%D9%84%D8%A8%D8%A7%D8%B1%D8%AF%20%D9%88%20%D8%AC%D8%A7%D9%86%E2%80%8C%D9%85%D8%A7%DB%8C%D9%86>,
        <http://lexvo.org/id/term/fil/Svalbard%20and%20Jan%20Mayen%20Islands>,
        <http://lexvo.org/id/term/fin/Huippuvuoret%20ja%20Jan%20Mayen>,
        <http://lexvo.org/id/term/fra/Svalbard%20et%20%C3%8Ele%20Jan%20Mayen>,
        <http://lexvo.org/id/term/fur/Svalbard%20e%20Jan%20Mayen>,
        <http://lexvo.org/id/term/gla/Svalbard%20is%20Jan%20Mayen>,
        <http://lexvo.org/id/term/gle/Svalbard%20agus%20Jan%20Mayen>,
        <http://lexvo.org/id/term/glg/Svalbard%20e%20Jan%20Mayen>,
        <http://lexvo.org/id/term/gsw/Svalbard%20und%20Jaan%20M%C3%A4%C3%A4ie>,
        <http://lexvo.org/id/term/guj/%E0%AA%B8%E0%AB%8D%E0%AA%B5%E0%AA%BE%E0%AA%B2%E0%AA%AC%E0%AA%B0%E0%AB%8D%E0%AA%A1%20%E0%AA%8F%E0%AA%82%E0%AA%A1%20%E0%AA%9C%E0%AB%87%E0%AA%A8%20%E0%AA%AE%E0%AB%87%E0%AA%AF%E0%AA%A8>,
        <http://lexvo.org/id/term/heb/%D7%A1%D7%95%D7%95%D7%9C%D7%91%D7%90%D7%A8%D7%93%20%D7%95%D7%96%D7%B3%D7%90%D7%9F%20%D7%9E%D7%90%D7%99%D7%99%D7%9F>,
        <http://lexvo.org/id/term/hin/%E0%A4%B8%E0%A5%8D%E0%A4%B5%E0%A4%BE%E0%A4%B2%E0%A4%AC%E0%A4%B0%E0%A5%8D%E0%A4%A1%20%E0%A4%94%E0%A4%B0%20%E0%A4%9C%E0%A4%BE%E0%A4%A8%20%E0%A4%AE%E0%A4%BE%E0%A4%AF%E0%A5%87%E0%A4%A8>,
        <http://lexvo.org/id/term/hrv/Svalbard%20i%20Jan%20Mayen>,
        <http://lexvo.org/id/term/hun/Spitzberg%C3%A1k%20%C3%A9s%20Jan%20Mayen-szigetek>,
        <http://lexvo.org/id/term/ind/Kepulauan%20Svalbard%20dan%20Jan%20Mayen>,
        <http://lexvo.org/id/term/isl/Svalbar%C3%B0i%20og%20Jan%20Mayen>,
        <http://lexvo.org/id/term/ita/Svalbard%20e%20Jan%20Mayen>,
        <http://lexvo.org/id/term/jpn/%E3%82%B9%E3%83%90%E3%83%BC%E3%83%AB%E3%83%90%E3%83%AB%E8%AB%B8%E5%B3%B6%E3%83%BB%E3%83%A4%E3%83%B3%E3%83%9E%E3%82%A4%E3%82%A8%E3%83%B3%E5%B3%B6>,
        <http://lexvo.org/id/term/kal/Svalbard%20aamma%20Jan%20Mayen>,
        <http://lexvo.org/id/term/kan/%E0%B2%B8%E0%B3%8D%E0%B2%B5%E0%B2%BE%E0%B2%B2%E0%B3%8D%E0%B2%AC%E0%B2%BE%E0%B2%B0%E0%B3%8D%E0%B2%A1%E0%B3%8D%20%E0%B2%AE%E0%B2%A4%E0%B3%8D%E0%B2%A4%E0%B3%81%20%E0%B2%9C%E0%B2%BE%E0%B2%A8%E0%B3%8D%20%E0%B2%AE%E0%B2%BE%E0%B2%AF%E0%B3%86%E0%B2%A8%E0%B3%8D>,
        <http://lexvo.org/id/term/kas/%D8%B3%D9%8E%D9%88%D8%A7%D9%84%D8%A8%D8%B1%DB%8C%DA%91%20%D8%AA%DB%81%D9%95%20%D8%AC%D8%A7%D9%86%20%D9%85%D8%A7%DB%8C%DB%8C%DA%91>,
        <http://lexvo.org/id/term/kea/Svalbard%20i%20Jan%20Maien>,
        <http://lexvo.org/id/term/khm/%E1%9E%9F%E1%9F%92%E1%9E%9C%E1%9E%B6%E1%9E%94%E1%9F%8A%E1%9E%BA%E1%9E%8F%20%E1%9E%93%E1%9E%B7%E1%9E%84%E2%80%8B%E1%9E%A0%E1%9F%92%E1%9E%99%E1%9E%84%E1%9F%8B%E1%9E%98%E1%9F%89%E1%9E%B6%E1%9E%99%E1%9F%81%E1%9E%93>,
        <http://lexvo.org/id/term/kor/%EC%8A%A4%EB%B0%9C%EB%B0%94%EB%A5%B4%EC%A0%9C%EB%8F%84-%EC%96%80%EB%A7%88%EC%9B%AC%EC%84%AC>,
        <http://lexvo.org/id/term/ksh/de%20Enselle%20Svalbard%20un%20Jan%20Mayen>,
        <http://lexvo.org/id/term/lao/%E0%BA%AA%E0%BA%B0%E0%BA%A7%E0%BA%B2%E0%BA%9A%E0%BA%B2%E0%BA%94%E0%BB%81%E0%BA%A5%E0%BA%B0%E0%BA%8D%E0%BA%B2%E0%BA%99%E0%BB%80%E0%BA%A1%E0%BB%80%E0%BA%A2%E0%BA%99>,
        <http://lexvo.org/id/term/lav/Svalb%C4%81ra%20un%20Jana%20Majena%20sala>,
        <http://lexvo.org/id/term/lin/Svalbard%20mp%C3%A9%20Jan%20Mayen>,
        <http://lexvo.org/id/term/lit/Svalbardo%20ir%20Jan%20Majen%20salos>,
        <http://lexvo.org/id/term/mal/%E0%B4%B8%E0%B5%8D%E0%B4%B5%E0%B4%BE%E0%B5%BD%E0%B4%AC%E0%B4%BE%E0%B4%A1%E0%B5%81%E0%B4%82%20%E0%B4%9C%E0%B4%BE%E0%B5%BB%20%E0%B4%AE%E0%B4%BE%E0%B4%AF%E0%B5%87%E0%B4%A8%E0%B5%81%E0%B4%82>,
        <http://lexvo.org/id/term/mar/%E0%A4%B8%E0%A5%8D%E0%A4%B5%E0%A4%BE%E0%A4%B2%E0%A4%AC%E0%A4%B0%E0%A5%8D%E0%A4%A1%20%E0%A4%86%E0%A4%A3%E0%A4%BF%20%E0%A4%9C%E0%A4%BE%E0%A4%A8%20%E0%A4%AE%E0%A4%BE%E0%A4%AF%E0%A5%87%E0%A4%A8>,
        <http://lexvo.org/id/term/mkd/%D0%A1%D0%B2%D0%B0%D0%BB%D0%B1%D0%B0%D1%80%D0%B4%20%D0%B8%20%D0%96%D0%B0%D0%BD%20%D0%9C%D0%B5%D1%98%D0%B5%D0%BD>,
        <http://lexvo.org/id/term/mlt/Svalbard%20and%20Jan%20Mayen>,
        <http://lexvo.org/id/term/nep/%E0%A4%B8%E0%A4%AD%E0%A4%BE%E0%A4%B2%E0%A5%8D%E0%A4%AC%E0%A4%BE%E0%A4%B0%E0%A5%8D%E0%A4%A1%20%E0%A4%B0%20%E0%A4%9C%E0%A4%BE%E0%A4%A8%20%E0%A4%AE%E0%A4%BE%E0%A4%AF%E0%A5%87%E0%A4%A8>,
        <http://lexvo.org/id/term/nld/Svalbard%20en%20Jan%20Mayen>,
        <http://lexvo.org/id/term/nno/Svalbard%20og%20Jan%20Mayen>,
        <http://lexvo.org/id/term/nob/Svalbard%20og%20Jan%20Mayen>,
        <http://lexvo.org/id/term/ori/%E0%AC%B8%E0%AC%BE%E0%AC%B2%E0%AD%8D%E0%AC%AD%E0%AC%BE%E0%AC%B0%E0%AD%8D%E0%AC%A1%20%E0%AC%8F%E0%AC%AC%E0%AC%82%20%E0%AC%9C%E0%AC%BE%E0%AC%A8%E0%AD%8D%20%E0%AC%AE%E0%AC%BE%E0%AD%9F%E0%AD%8B%E0%AC%A8%E0%AD%8D>,
        <http://lexvo.org/id/term/pol/Svalbard%20i%20Jan%20Mayen>,
        <http://lexvo.org/id/term/por/Svalbard%20e%20Jan%20Mayen>,
        <http://lexvo.org/id/term/roh/Svalbard%20e%20Jan%20Mayen>,
        <http://lexvo.org/id/term/ron/Svalbard%20%C8%99i%20Jan%20Mayen>,
        <http://lexvo.org/id/term/rus/%D0%A1%D0%B2%D0%B0%D0%BB%D1%8C%D0%B1%D0%B0%D1%80%D0%B4%20%D0%B8%20%D0%AF%D0%BD-%D0%9C%D0%B0%D0%B9%D0%B5%D0%BD>,
        <http://lexvo.org/id/term/sin/%E0%B7%83%E0%B7%8A%E0%B7%80%E0%B7%99%E0%B6%BD%E0%B7%8A%E0%B6%B6%E0%B6%BB%E0%B7%8A%E0%B6%A9%E0%B7%8A%20%E0%B7%83%E0%B7%84%20%E0%B6%A2%E0%B7%9A%E0%B6%B1%E0%B7%8A%20%E0%B6%B8%E0%B6%BA%E0%B7%9D%E0%B6%B1%E0%B7%8A>,
        <http://lexvo.org/id/term/slk/%C5%A0picbergy%20a%20Jan%20Mayen>,
        <http://lexvo.org/id/term/slv/Svalbard%20in%20Jan%20Mayen>,
        <http://lexvo.org/id/term/sme/Svalb%C3%A1rda%20ja%20Jan%20Mayen>,
        <http://lexvo.org/id/term/spa/Svalbard%20y%20Jan%20Mayen>,
        <http://lexvo.org/id/term/srp-Latn/Svalbard%20i%20Janmajen%20Ostrva>,
        <http://lexvo.org/id/term/srp/%D0%A1%D0%B2%D0%B0%D0%BB%D0%B1%D0%B0%D1%80%D0%B4%20%D0%B8%20%D0%88%D0%B0%D0%BD%D0%BC%D0%B0%D1%98%D0%B5%D0%BD%20%D0%9E%D1%81%D1%82%D1%80%D0%B2%D0%B0>,
        <http://lexvo.org/id/term/swe/Svalbard%20och%20Jan%20Mayen>,
        <http://lexvo.org/id/term/swh/Svalbard%20na%20Jan%20Mayen>,
        <http://lexvo.org/id/term/tam/%E0%AE%B8%E0%AF%8D%E0%AE%B5%E0%AE%B2%E0%AF%8D%E0%AE%AA%E0%AE%BE%E0%AE%B0%E0%AF%8D%E0%AE%9F%E0%AF%81%20%E0%AE%AE%E0%AE%B1%E0%AF%8D%E0%AE%B1%E0%AF%81%E0%AE%AE%E0%AF%8D%20%E0%AE%9C%E0%AE%BE%E0%AE%A9%E0%AF%8D%20%E0%AE%AE%E0%AF%87%E0%AE%AF%E0%AE%A9%E0%AF%8D>,
        <http://lexvo.org/id/term/tel/%E0%B0%B8%E0%B1%8D%E0%B0%B5%E0%B0%BE%E0%B0%B2%E0%B1%8D%E0%B0%AC%E0%B0%BE%E0%B0%B0%E0%B1%8D%E0%B0%A1%E0%B1%8D%20%E0%B0%AE%E0%B0%B0%E0%B0%BF%E0%B0%AF%E0%B1%81%20%E0%B0%AF%E0%B0%BE%E0%B0%A8%E0%B1%8D%20%E0%B0%AE%E0%B0%BE%E0%B0%AF%E0%B1%87%E0%B0%A8%E0%B1%8D>,
        <http://lexvo.org/id/term/tha/%E0%B8%AA%E0%B8%9F%E0%B8%B2%E0%B8%A5%E0%B8%9A%E0%B8%B2%E0%B8%A3%E0%B9%8C%E0%B9%81%E0%B8%A5%E0%B8%B0%E0%B8%A2%E0%B8%B2%E0%B8%99%E0%B9%84%E0%B8%A1%E0%B9%80%E0%B8%AD%E0%B8%99>,
        <http://lexvo.org/id/term/tir/%E1%8B%A8%E1%88%B5%E1%89%AB%E1%88%8D%E1%89%A3%E1%88%AD%E1%8B%B5%20%E1%8A%A5%E1%8A%93%20%E1%8B%A3%E1%8A%95%20%E1%88%9B%E1%8B%A8%E1%8A%95%20%E1%8B%B0%E1%88%B4%E1%89%B6%E1%89%BD>,
        <http://lexvo.org/id/term/ton/Sivolopaati%20mo%20Seni%20Meini>,
        <http://lexvo.org/id/term/tur/Svalbard%20ve%20Jan%20Mayen%20Adalar%C4%B1>,
        <http://lexvo.org/id/term/ukr/%D0%9E%D1%81%D1%82%D1%80%D0%BE%D0%B2%D0%B8%20%D0%A1%D0%B2%D0%B0%D0%BB%D1%8C%D0%B1%D0%B0%D1%80%D0%B4%20%D1%82%D0%B0%20%D0%AF%D0%BD-%D0%9C%D0%B0%D1%94%D0%BD>,
        <http://lexvo.org/id/term/urd/%D8%B3%D9%88%D8%A7%D9%84%D8%A8%D8%B1%DA%88%20%D8%A7%D9%88%D8%B1%20%D8%AC%D8%A7%D9%86%20%D9%85%D8%A7%DB%8C%D9%86>,
        <http://lexvo.org/id/term/vie/Svalbard%20v%C3%A0%20Jan%20Mayen>,
        <http://lexvo.org/id/term/wae/Svalbard%20und%20Jan%20Mayen>,
        <http://lexvo.org/id/term/zsm/Svalbard%20and%20Jan%20Mayen>,
        <http://lexvo.org/id/term/zul/I-Svalbard%20ne-Jan%20Mayen> ;
    owl:sameAs <http://psi.oasis-open.org/iso/3166/#744>,
        <http://sws.geonames.org/607072/> .

<http://lexvo.org/id/iso3166/SK> a lvont:GeographicRegion ;
    rdfs:label "Slowakye"@af,
        "Sɨ̀lòvɨkɨ̀a"@agq,
        "Slovakia"@ak,
        "ስሎቫኪያ"@am,
        "سلوفاكيا"@ar,
        "Tholvakia"@asa,
        "Eslovaquia"@ast,
        "Slovakiya"@az,
        "Slòvakìà"@bas,
        "Славакія"@be,
        "Huslovakia"@bez,
        "Словакия"@bg,
        "Slowaki"@bm,
        "শ্লোভাকিয়া"@bn,
        "ས་ལཽ་ཝཀྱ།"@bo,
        "Slovakia"@br,
        "स्लोवाकिया"@brx,
        "Slovačka"@bs,
        "Словачка"@bs-Cyrl,
        "ስሎቫኪያ"@byn,
        "Eslovàquia"@ca,
        "Sirovaakiya"@cgg,
        "ᏍᎶᏩᎩᎠ"@chr,
        "斯洛伐克"@cmn,
        "斯洛伐克"@cmn-Hant,
        "Slovensko"@cs,
        "Slofacia"@cy,
        "Slovakiet"@da,
        "Slovakia"@dav,
        "Slowakei"@de,
        "Slovaaki"@dje,
        "Slovaki"@dyo,
        "སུ་ལོ་བཱ་ཀི་ཡ"@dz,
        "Slovakia"@ebu,
        "Slovakia nutome"@ee,
        "Σλοβακία"@el,
        "ISO 3166-1:SK"@en,
        "Slovakia"@en,
        "𐐝𐑊𐐬𐑂𐐪𐐿𐐨𐐲"@en-Dsrt,
        "Slovakujo"@eo,
        "Eslovaquia"@es,
        "Slovakkia"@et,
        "Eslovakia"@eu,
        "Səlovakí"@ewo,
        "اسلواکی"@fa,
        "سلواکیا"@fa,
        "Slowakii"@ff,
        "Slovakia"@fi,
        "Slovakia"@fil,
        "Slovakia"@fo,
        "Slovaquie"@fr,
        "Slovachie"@fur,
        "An tSlóvaic"@ga,
        "An t-Slòbhac"@gd,
        "Eslovaquia"@gl,
        "Slowakäi"@gsw,
        "સ્લોવેકિયા"@gu,
        "Slovakia"@guz,
        "Sulobakiya"@ha,
        "סלובקיה"@he,
        "स्लोवाकिया"@hi,
        "Slovačka"@hr,
        "Szlovákia"@hu,
        "Սլովակիա"@hy,
        "Slovachia"@ia,
        "Slovakia"@id,
        "Slóvakía"@is,
        "Slovacchia"@it,
        "スロバキア"@ja,
        "Slovakia"@jmc,
        "სლოვაკეთი"@ka,
        "Sluvakya"@kab,
        "Slovakia"@kam,
        "Slovakia"@kde,
        "Slovakia"@kea,
        "Slovaaki"@khq,
        "Slovakia"@ki,
        "Slovakia"@kl,
        "Emetab Slovakia"@kln,
        "ស្លូវ៉ាគី"@km,
        "ಸ್ಲೋವಾಕಿಯಾ"@kn,
        "슬로바키아"@ko,
        "سَلوواکِیا"@ks,
        "Slovakia"@ksb,
        "slovakí"@ksf,
        "de ẞlowakei"@ksh,
        "Sulováakia"@lag,
        "Sirovakya"@lg,
        "Silovaki"@ln,
        "ສະໂລວາເກຍ"@lo,
        "Slovakija"@lt,
        "Silovaki"@lu,
        "Slovakia"@luo,
        "Slovakia"@luy,
        "Slovākija"@lv,
        "Slovakia"@mas,
        "Slovakia"@mer,
        "Slovaki"@mfe,
        "Slovakia"@mg,
        "Uslovakia"@mgh,
        "Словачка"@mk,
        "സ്ലോവാക്യ"@ml,
        "स्लोव्हाकिया"@mr,
        "Slovakkja"@mt,
        "Slovakiya"@mua,
        "စလိုဗေးကီးယား"@my,
        "Slovakia"@naq,
        "Slovakia"@nb,
        "Slovakia"@nd,
        "स्लोभाकिया"@ne,
        "Slowakije"@nl,
        "Slovakia"@nmg,
        "Slovakia"@nn,
        "Sirovaakiya"@nyn,
        "ସ୍ଲୋଭାକିଆ"@or,
        "Słowacja"@pl,
        "Eslováquia"@pt,
        "Slovachia"@rm,
        "Silovakiya"@rn,
        "Slovacia"@ro,
        "Slovakia"@rof,
        "Словакия"@ru,
        "Slovakia"@rwk,
        "Slovakia"@saq,
        "Silovakiya"@sbp,
        "Slovákia"@se,
        "Eslováquia"@seh,
        "Slovaaki"@ses,
        "Solovakïi"@sg,
        "ⵙⵍⵓⴼⴰⴽⵢⴰ"@shi,
        "slufakya"@shi-Latn,
        "ස්ලෝවැකියාව"@si,
        "Slovensko"@sk,
        "Slovaška"@sl,
        "Slovakia"@sn,
        "Slovakia"@so,
        "Sllovaki"@sq,
        "Словачка"@sr,
        "Slovačka"@sr-Latn,
        "Slovakien"@sv,
        "Slovakia"@swc,
        "Slovakia"@swh,
        "ஸ்லோவாகியா"@ta,
        "స్లోవేకియా"@te,
        "Slovakia"@teo,
        "สโลวะเกีย"@th,
        "ስሎቫኪያ"@ti,
        "ስሎቫኪያ"@tig,
        "Silōvakia"@to,
        "Slovakya"@tr,
        "Slovaaki"@twq,
        "Sluvakya"@tzm,
        "Словакія"@uk,
        "سلوواکیہ"@ur,
        "ꔻꖃꕙꕃꕩ"@vai,
        "Sulovakiya"@vai-Latn,
        "Slovakia"@vi,
        "Slovakia"@vun,
        "Slowakei"@wae,
        "ስሎቫኪያ"@wal,
        "Sirovakya"@xog,
        "silofakí"@yav,
        "Orílẹ́ède Silofakia"@yo,
        "Slovakia"@zsm,
        "i-Slovakia"@zu ;
    lvont:label <http://lexvo.org/id/term/afr/Slowakye>,
        <http://lexvo.org/id/term/agq/S%C9%A8%CC%80l%C3%B2v%C9%A8k%C9%A8%CC%80a>,
        <http://lexvo.org/id/term/aka/Slovakia>,
        <http://lexvo.org/id/term/amh/%E1%88%B5%E1%88%8E%E1%89%AB%E1%8A%AA%E1%8B%AB>,
        <http://lexvo.org/id/term/ara/%D8%B3%D9%84%D9%88%D9%81%D8%A7%D9%83%D9%8A%D8%A7>,
        <http://lexvo.org/id/term/asa/Tholvakia>,
        <http://lexvo.org/id/term/ast/Eslovaquia>,
        <http://lexvo.org/id/term/aze/Slovakiya>,
        <http://lexvo.org/id/term/bam/Slowaki>,
        <http://lexvo.org/id/term/bas/Sl%C3%B2vak%C3%AC%C3%A0>,
        <http://lexvo.org/id/term/bel/%D0%A1%D0%BB%D0%B0%D0%B2%D0%B0%D0%BA%D1%96%D1%8F>,
        <http://lexvo.org/id/term/ben/%E0%A6%B6%E0%A7%8D%E0%A6%B2%E0%A7%8B%E0%A6%AD%E0%A6%BE%E0%A6%95%E0%A6%BF%E0%A6%AF%E0%A6%BC%E0%A6%BE>,
        <http://lexvo.org/id/term/bez/Huslovakia>,
        <http://lexvo.org/id/term/bod/%E0%BD%A6%E0%BC%8B%E0%BD%A3%E0%BD%BD%E0%BC%8B%E0%BD%9D%E0%BD%80%E0%BE%B1%E0%BC%8D>,
        <http://lexvo.org/id/term/bos-Cyrl/%D0%A1%D0%BB%D0%BE%D0%B2%D0%B0%D1%87%D0%BA%D0%B0>,
        <http://lexvo.org/id/term/bos/Slova%C4%8Dka>,
        <http://lexvo.org/id/term/bre/Slovakia>,
        <http://lexvo.org/id/term/brx/%E0%A4%B8%E0%A5%8D%E0%A4%B2%E0%A5%8B%E0%A4%B5%E0%A4%BE%E0%A4%95%E0%A4%BF%E0%A4%AF%E0%A4%BE>,
        <http://lexvo.org/id/term/bul/%D0%A1%D0%BB%D0%BE%D0%B2%D0%B0%D0%BA%D0%B8%D1%8F>,
        <http://lexvo.org/id/term/byn/%E1%88%B5%E1%88%8E%E1%89%AB%E1%8A%AA%E1%8B%AB>,
        <http://lexvo.org/id/term/cat/Eslov%C3%A0quia>,
        <http://lexvo.org/id/term/ces/Slovensko>,
        <http://lexvo.org/id/term/cgg/Sirovaakiya>,
        <http://lexvo.org/id/term/chr/%E1%8F%8D%E1%8E%B6%E1%8F%A9%E1%8E%A9%E1%8E%A0>,
        <http://lexvo.org/id/term/cmn-Hant/%E6%96%AF%E6%B4%9B%E4%BC%90%E5%85%8B>,
        <http://lexvo.org/id/term/cmn/%E6%96%AF%E6%B4%9B%E4%BC%90%E5%85%8B>,
        <http://lexvo.org/id/term/cym/Slofacia>,
        <http://lexvo.org/id/term/dan/Slovakiet>,
        <http://lexvo.org/id/term/dav/Slovakia>,
        <http://lexvo.org/id/term/deu/Slowakei>,
        <http://lexvo.org/id/term/dje/Slovaaki>,
        <http://lexvo.org/id/term/dyo/Slovaki>,
        <http://lexvo.org/id/term/dzo/%E0%BD%A6%E0%BD%B4%E0%BC%8B%E0%BD%A3%E0%BD%BC%E0%BC%8B%E0%BD%96%E0%BD%B1%E0%BC%8B%E0%BD%80%E0%BD%B2%E0%BC%8B%E0%BD%A1>,
        <http://lexvo.org/id/term/ebu/Slovakia>,
        <http://lexvo.org/id/term/ell/%CE%A3%CE%BB%CE%BF%CE%B2%CE%B1%CE%BA%CE%AF%CE%B1>,
        <http://lexvo.org/id/term/eng-Dsrt/%F0%90%90%9D%F0%90%91%8A%F0%90%90%AC%F0%90%91%82%F0%90%90%AA%F0%90%90%BF%F0%90%90%A8%F0%90%90%B2>,
        <http://lexvo.org/id/term/eng/ISO%203166-1%3ASK>,
        <http://lexvo.org/id/term/eng/Slovakia>,
        <http://lexvo.org/id/term/epo/Slovakujo>,
        <http://lexvo.org/id/term/est/Slovakkia>,
        <http://lexvo.org/id/term/eus/Eslovakia>,
        <http://lexvo.org/id/term/ewe/Slovakia%20nutome>,
        <http://lexvo.org/id/term/ewo/S%C9%99lovak%C3%AD>,
        <http://lexvo.org/id/term/fao/Slovakia>,
        <http://lexvo.org/id/term/fas/%D8%A7%D8%B3%D9%84%D9%88%D8%A7%DA%A9%DB%8C>,
        <http://lexvo.org/id/term/fas/%D8%B3%D9%84%D9%88%D8%A7%DA%A9%DB%8C%D8%A7>,
        <http://lexvo.org/id/term/fil/Slovakia>,
        <http://lexvo.org/id/term/fin/Slovakia>,
        <http://lexvo.org/id/term/fra/Slovaquie>,
        <http://lexvo.org/id/term/ful/Slowakii>,
        <http://lexvo.org/id/term/fur/Slovachie>,
        <http://lexvo.org/id/term/gla/An%20t-Sl%C3%B2bhac>,
        <http://lexvo.org/id/term/gle/An%20tSl%C3%B3vaic>,
        <http://lexvo.org/id/term/glg/Eslovaquia>,
        <http://lexvo.org/id/term/gsw/Slowak%C3%A4i>,
        <http://lexvo.org/id/term/guj/%E0%AA%B8%E0%AB%8D%E0%AA%B2%E0%AB%8B%E0%AA%B5%E0%AB%87%E0%AA%95%E0%AA%BF%E0%AA%AF%E0%AA%BE>,
        <http://lexvo.org/id/term/guz/Slovakia>,
        <http://lexvo.org/id/term/hau/Sulobakiya>,
        <http://lexvo.org/id/term/heb/%D7%A1%D7%9C%D7%95%D7%91%D7%A7%D7%99%D7%94>,
        <http://lexvo.org/id/term/hin/%E0%A4%B8%E0%A5%8D%E0%A4%B2%E0%A5%8B%E0%A4%B5%E0%A4%BE%E0%A4%95%E0%A4%BF%E0%A4%AF%E0%A4%BE>,
        <http://lexvo.org/id/term/hrv/Slova%C4%8Dka>,
        <http://lexvo.org/id/term/hun/Szlov%C3%A1kia>,
        <http://lexvo.org/id/term/hye/%D5%8D%D5%AC%D5%B8%D5%BE%D5%A1%D5%AF%D5%AB%D5%A1>,
        <http://lexvo.org/id/term/ina/Slovachia>,
        <http://lexvo.org/id/term/ind/Slovakia>,
        <http://lexvo.org/id/term/isl/Sl%C3%B3vak%C3%ADa>,
        <http://lexvo.org/id/term/ita/Slovacchia>,
        <http://lexvo.org/id/term/jmc/Slovakia>,
        <http://lexvo.org/id/term/jpn/%E3%82%B9%E3%83%AD%E3%83%90%E3%82%AD%E3%82%A2>,
        <http://lexvo.org/id/term/kab/Sluvakya>,
        <http://lexvo.org/id/term/kal/Slovakia>,
        <http://lexvo.org/id/term/kam/Slovakia>,
        <http://lexvo.org/id/term/kan/%E0%B2%B8%E0%B3%8D%E0%B2%B2%E0%B3%8B%E0%B2%B5%E0%B2%BE%E0%B2%95%E0%B2%BF%E0%B2%AF%E0%B2%BE>,
        <http://lexvo.org/id/term/kas/%D8%B3%D9%8E%D9%84%D9%88%D9%88%D8%A7%DA%A9%D9%90%DB%8C%D8%A7>,
        <http://lexvo.org/id/term/kat/%E1%83%A1%E1%83%9A%E1%83%9D%E1%83%95%E1%83%90%E1%83%99%E1%83%94%E1%83%97%E1%83%98>,
        <http://lexvo.org/id/term/kde/Slovakia>,
        <http://lexvo.org/id/term/kea/Slovakia>,
        <http://lexvo.org/id/term/khm/%E1%9E%9F%E1%9F%92%E1%9E%9B%E1%9E%BC%E1%9E%9C%E1%9F%89%E1%9E%B6%E1%9E%82%E1%9E%B8>,
        <http://lexvo.org/id/term/khq/Slovaaki>,
        <http://lexvo.org/id/term/kik/Slovakia>,
        <http://lexvo.org/id/term/kln/Emetab%20Slovakia>,
        <http://lexvo.org/id/term/kor/%EC%8A%AC%EB%A1%9C%EB%B0%94%ED%82%A4%EC%95%84>,
        <http://lexvo.org/id/term/ksb/Slovakia>,
        <http://lexvo.org/id/term/ksf/slovak%C3%AD>,
        <http://lexvo.org/id/term/ksh/de%20%E1%BA%9Elowakei>,
        <http://lexvo.org/id/term/lag/Sulov%C3%A1akia>,
        <http://lexvo.org/id/term/lao/%E0%BA%AA%E0%BA%B0%E0%BB%82%E0%BA%A5%E0%BA%A7%E0%BA%B2%E0%BB%80%E0%BA%81%E0%BA%8D>,
        <http://lexvo.org/id/term/lav/Slov%C4%81kija>,
        <http://lexvo.org/id/term/lin/Silovaki>,
        <http://lexvo.org/id/term/lit/Slovakija>,
        <http://lexvo.org/id/term/lub/Silovaki>,
        <http://lexvo.org/id/term/lug/Sirovakya>,
        <http://lexvo.org/id/term/luo/Slovakia>,
        <http://lexvo.org/id/term/luy/Slovakia>,
        <http://lexvo.org/id/term/mal/%E0%B4%B8%E0%B5%8D%E0%B4%B2%E0%B5%8B%E0%B4%B5%E0%B4%BE%E0%B4%95%E0%B5%8D%E0%B4%AF>,
        <http://lexvo.org/id/term/mar/%E0%A4%B8%E0%A5%8D%E0%A4%B2%E0%A5%8B%E0%A4%B5%E0%A5%8D%E0%A4%B9%E0%A4%BE%E0%A4%95%E0%A4%BF%E0%A4%AF%E0%A4%BE>,
        <http://lexvo.org/id/term/mas/Slovakia>,
        <http://lexvo.org/id/term/mer/Slovakia>,
        <http://lexvo.org/id/term/mfe/Slovaki>,
        <http://lexvo.org/id/term/mgh/Uslovakia>,
        <http://lexvo.org/id/term/mkd/%D0%A1%D0%BB%D0%BE%D0%B2%D0%B0%D1%87%D0%BA%D0%B0>,
        <http://lexvo.org/id/term/mlg/Slovakia>,
        <http://lexvo.org/id/term/mlt/Slovakkja>,
        <http://lexvo.org/id/term/mua/Slovakiya>,
        <http://lexvo.org/id/term/mya/%E1%80%85%E1%80%9C%E1%80%AD%E1%80%AF%E1%80%97%E1%80%B1%E1%80%B8%E1%80%80%E1%80%AE%E1%80%B8%E1%80%9A%E1%80%AC%E1%80%B8>,
        <http://lexvo.org/id/term/naq/Slovakia>,
        <http://lexvo.org/id/term/nde/Slovakia>,
        <http://lexvo.org/id/term/nep/%E0%A4%B8%E0%A5%8D%E0%A4%B2%E0%A5%8B%E0%A4%AD%E0%A4%BE%E0%A4%95%E0%A4%BF%E0%A4%AF%E0%A4%BE>,
        <http://lexvo.org/id/term/nld/Slowakije>,
        <http://lexvo.org/id/term/nmg/Slovakia>,
        <http://lexvo.org/id/term/nno/Slovakia>,
        <http://lexvo.org/id/term/nob/Slovakia>,
        <http://lexvo.org/id/term/nyn/Sirovaakiya>,
        <http://lexvo.org/id/term/ori/%E0%AC%B8%E0%AD%8D%E0%AC%B2%E0%AD%8B%E0%AC%AD%E0%AC%BE%E0%AC%95%E0%AC%BF%E0%AC%86>,
        <http://lexvo.org/id/term/pol/S%C5%82owacja>,
        <http://lexvo.org/id/term/por/Eslov%C3%A1quia>,
        <http://lexvo.org/id/term/rof/Slovakia>,
        <http://lexvo.org/id/term/roh/Slovachia>,
        <http://lexvo.org/id/term/ron/Slovacia>,
        <http://lexvo.org/id/term/run/Silovakiya>,
        <http://lexvo.org/id/term/rus/%D0%A1%D0%BB%D0%BE%D0%B2%D0%B0%D0%BA%D0%B8%D1%8F>,
        <http://lexvo.org/id/term/rwk/Slovakia>,
        <http://lexvo.org/id/term/sag/Solovak%C3%AFi>,
        <http://lexvo.org/id/term/saq/Slovakia>,
        <http://lexvo.org/id/term/sbp/Silovakiya>,
        <http://lexvo.org/id/term/seh/Eslov%C3%A1quia>,
        <http://lexvo.org/id/term/ses/Slovaaki>,
        <http://lexvo.org/id/term/shi-Latn/slufakya>,
        <http://lexvo.org/id/term/shi/%E2%B5%99%E2%B5%8D%E2%B5%93%E2%B4%BC%E2%B4%B0%E2%B4%BD%E2%B5%A2%E2%B4%B0>,
        <http://lexvo.org/id/term/sin/%E0%B7%83%E0%B7%8A%E0%B6%BD%E0%B7%9D%E0%B7%80%E0%B7%90%E0%B6%9A%E0%B7%92%E0%B6%BA%E0%B7%8F%E0%B7%80>,
        <http://lexvo.org/id/term/slk/Slovensko>,
        <http://lexvo.org/id/term/slv/Slova%C5%A1ka>,
        <http://lexvo.org/id/term/sme/Slov%C3%A1kia>,
        <http://lexvo.org/id/term/sna/Slovakia>,
        <http://lexvo.org/id/term/som/Slovakia>,
        <http://lexvo.org/id/term/spa/Eslovaquia>,
        <http://lexvo.org/id/term/sqi/Sllovaki>,
        <http://lexvo.org/id/term/srp-Latn/Slova%C4%8Dka>,
        <http://lexvo.org/id/term/srp/%D0%A1%D0%BB%D0%BE%D0%B2%D0%B0%D1%87%D0%BA%D0%B0>,
        <http://lexvo.org/id/term/swc/Slovakia>,
        <http://lexvo.org/id/term/swe/Slovakien>,
        <http://lexvo.org/id/term/swh/Slovakia>,
        <http://lexvo.org/id/term/tam/%E0%AE%B8%E0%AF%8D%E0%AE%B2%E0%AF%8B%E0%AE%B5%E0%AE%BE%E0%AE%95%E0%AE%BF%E0%AE%AF%E0%AE%BE>,
        <http://lexvo.org/id/term/tel/%E0%B0%B8%E0%B1%8D%E0%B0%B2%E0%B1%8B%E0%B0%B5%E0%B1%87%E0%B0%95%E0%B0%BF%E0%B0%AF%E0%B0%BE>,
        <http://lexvo.org/id/term/teo/Slovakia>,
        <http://lexvo.org/id/term/tha/%E0%B8%AA%E0%B9%82%E0%B8%A5%E0%B8%A7%E0%B8%B0%E0%B9%80%E0%B8%81%E0%B8%B5%E0%B8%A2>,
        <http://lexvo.org/id/term/tig/%E1%88%B5%E1%88%8E%E1%89%AB%E1%8A%AA%E1%8B%AB>,
        <http://lexvo.org/id/term/tir/%E1%88%B5%E1%88%8E%E1%89%AB%E1%8A%AA%E1%8B%AB>,
        <http://lexvo.org/id/term/ton/Sil%C5%8Dvakia>,
        <http://lexvo.org/id/term/tur/Slovakya>,
        <http://lexvo.org/id/term/twq/Slovaaki>,
        <http://lexvo.org/id/term/tzm/Sluvakya>,
        <http://lexvo.org/id/term/ukr/%D0%A1%D0%BB%D0%BE%D0%B2%D0%B0%D0%BA%D1%96%D1%8F>,
        <http://lexvo.org/id/term/urd/%D8%B3%D9%84%D9%88%D9%88%D8%A7%DA%A9%DB%8C%DB%81>,
        <http://lexvo.org/id/term/vai-Latn/Sulovakiya>,
        <http://lexvo.org/id/term/vai/%EA%94%BB%EA%96%83%EA%95%99%EA%95%83%EA%95%A9>,
        <http://lexvo.org/id/term/vie/Slovakia>,
        <http://lexvo.org/id/term/vun/Slovakia>,
        <http://lexvo.org/id/term/wae/Slowakei>,
        <http://lexvo.org/id/term/wal/%E1%88%B5%E1%88%8E%E1%89%AB%E1%8A%AA%E1%8B%AB>,
        <http://lexvo.org/id/term/xog/Sirovakya>,
        <http://lexvo.org/id/term/yav/silofak%C3%AD>,
        <http://lexvo.org/id/term/yor/Or%C3%ADl%E1%BA%B9%CC%81%C3%A8de%20Silofakia>,
        <http://lexvo.org/id/term/zsm/Slovakia>,
        <http://lexvo.org/id/term/zul/i-Slovakia> ;
    owl:sameAs <http://psi.oasis-open.org/iso/3166/#703>,
        <http://sws.geonames.org/3057568/> .

<http://lexvo.org/id/iso3166/SL> a lvont:GeographicRegion ;
    rdfs:label "Sierra Leone"@af,
        "Silìa lûŋ"@agq,
        "Sierra Leone"@ak,
        "ሴራሊዮን"@am,
        "سيراليون"@ar,
        "Thiera Leoni"@asa,
        "Sierra Lleona"@ast,
        "Siyera Leon"@az,
        "Sièra Lèɔ̂n"@bas,
        "Сьера-Леонэ"@be,
        "Husiela Lioni"@bez,
        "Сиера Леоне"@bg,
        "Siyera Lewɔni"@bm,
        "সিয়েরালিওন"@bn,
        "སེ་ཡར་ར། ལིའོན།"@bo,
        "Sierra Leone"@br,
        "सियेरा लेओन"@brx,
        "Sijera Leone"@bs,
        "Сијера Леоне"@bs-Cyrl,
        "Sierra Leone"@ca,
        "Sirra Riyooni"@cgg,
        "ᏏᎡᎳ ᎴᎣᏂ"@chr,
        "塞拉利昂"@cmn,
        "塞拉利昂"@cmn-Hant,
        "Sierra Leone"@cs,
        "Sierra Leone"@cy,
        "Sierra Leone"@da,
        "Siera Leoni"@dav,
        "Sierra Leone"@de,
        "Seera Leon"@dje,
        "Serra Leon"@dyo,
        "སི་ར་ ལི་འོན"@dz,
        "Siera Leoni"@ebu,
        "Sierra Leone nutome"@ee,
        "Σιέρα Λεόνε"@el,
        "ISO 3166-1:SL"@en,
        "Sierra Leone"@en,
        "𐐝𐐨𐐯𐑉𐐲 𐐢𐐨𐐬𐑌"@en-Dsrt,
        "Siera-Leono"@eo,
        "Sierra Leona"@es,
        "Sierra Leone"@et,
        "Sierra Leona"@eu,
        "Sierá-leónə"@ewo,
        "سیرالئون"@fa,
        "سیرالیون"@fa,
        "Seraa liyon"@ff,
        "Sierra Leone"@fi,
        "Sierra Leone"@fil,
        "Sierra Leone"@fo,
        "Sierra Leone"@fr,
        "Sierra Leone"@fur,
        "Siarra Leon"@ga,
        "Siarra Leòmhann"@gd,
        "Serra Leoa"@gl,
        "Sierra Leoone"@gsw,
        "સીએરા લેઓન"@gu,
        "Siera Leoni"@guz,
        "Salewo"@ha,
        "סיירה לאונה"@he,
        "सियरालेओन"@hi,
        "Sijera Leone"@hr,
        "Sierra Leone"@hu,
        "Սյերա-Լեոնե"@hy,
        "Sierra Leone"@ia,
        "Sierra Leone"@id,
        "Síerra Leóne"@is,
        "Sierra Leone"@it,
        "シエラレオネ"@ja,
        "Siyɛ́la Lɛɔ̂n"@jgo,
        "Siera Leoni"@jmc,
        "სიერა-ლეონე"@ka,
        "Sira Lyun"@kab,
        "Siera Leoni"@kam,
        "Siela Leoni"@kde,
        "Sera Lioa"@kea,
        "Seera Leon"@khq,
        "Siera Leoni"@ki,
        "Sierra Leone"@kl,
        "Emetab Sierra Leone"@kln,
        "សេរ៉ាឡេអូន"@km,
        "ಸಿಯೆರ್ರಾ ಲಿಯೋನ್"@kn,
        "시에라리온"@ko,
        "سیٖرالیوون"@ks,
        "Siela Leoni"@ksb,
        "syɛraleon"@ksf,
        "Sjärra Lejone"@ksh,
        "Seraleóoni"@lag,
        "Siyeralewone"@lg,
        "Siera Leonɛ"@ln,
        "ເຊຍລາລິອອນ"@lo,
        "Siera Leonė"@lt,
        "Siera Leone"@lu,
        "Sierra Leone"@luo,
        "Siera Leoni"@luy,
        "Sjerraleone"@lv,
        "Siera Leoni"@mas,
        "Siera Leoni"@mer,
        "Sierra Leone"@mfe,
        "Sierra Leone"@mg,
        "Сиера Леоне"@mk,
        "സിയേറാ ലിയോൺ"@ml,
        "सिएरा लिओन"@mr,
        "Sierra Leone"@mt,
        "Sierra Leonǝ"@mua,
        "Sierra Leone"@naq,
        "Sierra Leone"@nb,
        "Sierra Leone"@nd,
        "सिएर्रा लिओन"@ne,
        "Sierra Leone"@nl,
        "Sierra Leɔn"@nmg,
        "Sierra Leone"@nn,
        "Sirra Riyooni"@nyn,
        "ସିଓରା ଲିଓନ୍"@or,
        "Sierra Leone"@pl,
        "Serra Leoa"@pt,
        "Sierra Leone"@rm,
        "Siyeralewone"@rn,
        "Sierra Leone"@ro,
        "Siera Leoni"@rof,
        "Сьерра-Леоне"@ru,
        "Siera Leoni"@rwk,
        "Siera Leoni"@saq,
        "Siela Liyoni"@sbp,
        "Sierra Leone"@se,
        "Serra Leoa"@seh,
        "Seera Leon"@ses,
        "Sierä-Leône"@sg,
        "ⵙⵙⵉⵔⴰⵍⵢⵓⵏ"@shi,
        "ssiralyun"@shi-Latn,
        "සියරාලියෝන්"@si,
        "Sierra Leone"@sk,
        "Sierra Leone"@sl,
        "Sierra Leone"@sn,
        "Siraaliyoon"@so,
        "Siera Leone"@sq,
        "Сијера Леоне"@sr,
        "Sijera Leone"@sr-Latn,
        "Sierra Leone"@sv,
        "Siera Leoni"@swc,
        "Siera Leoni"@swh,
        "சியர்ரா லியோன்"@ta,
        "సియెర్రా లియాన్"@te,
        "Siera Leoni"@teo,
        "เซียร์ราลีโอน"@th,
        "ሴራሊዮን"@ti,
        "Siela Lione"@to,
        "Sierra Leone"@tr,
        "Seera Leon"@twq,
        "Siralyun"@tzm,
        "Сьєрра-Леоне"@uk,
        "سیئر لیون"@ur,
        "ꔋꕩ ꕒꕌꖺ ꕸꖃꔀ"@vai,
        "Gbeya Bahawɔ"@vai-Latn,
        "Sierra Leone"@vi,
        "Siera Leoni"@vun,
        "Sierra Leone"@wae,
        "Siyeralewone"@xog,
        "sieláleyɔ́ɔn"@yav,
        "Orílẹ́ède Siria looni"@yo,
        "Siera Leon"@zsm,
        "i-Sierra Leone"@zu ;
    lvont:label <http://lexvo.org/id/term/afr/Sierra%20Leone>,
        <http://lexvo.org/id/term/agq/Sil%C3%ACa%20l%C3%BB%C5%8B>,
        <http://lexvo.org/id/term/aka/Sierra%20Leone>,
        <http://lexvo.org/id/term/amh/%E1%88%B4%E1%88%AB%E1%88%8A%E1%8B%AE%E1%8A%95>,
        <http://lexvo.org/id/term/ara/%D8%B3%D9%8A%D8%B1%D8%A7%D9%84%D9%8A%D9%88%D9%86>,
        <http://lexvo.org/id/term/asa/Thiera%20Leoni>,
        <http://lexvo.org/id/term/ast/Sierra%20Lleona>,
        <http://lexvo.org/id/term/aze/Siyera%20Leon>,
        <http://lexvo.org/id/term/bam/Siyera%20Lew%C9%94ni>,
        <http://lexvo.org/id/term/bas/Si%C3%A8ra%20L%C3%A8%C9%94%CC%82n>,
        <http://lexvo.org/id/term/bel/%D0%A1%D1%8C%D0%B5%D1%80%D0%B0-%D0%9B%D0%B5%D0%BE%D0%BD%D1%8D>,
        <http://lexvo.org/id/term/ben/%E0%A6%B8%E0%A6%BF%E0%A6%AF%E0%A6%BC%E0%A7%87%E0%A6%B0%E0%A6%BE%E0%A6%B2%E0%A6%BF%E0%A6%93%E0%A6%A8>,
        <http://lexvo.org/id/term/bez/Husiela%20Lioni>,
        <http://lexvo.org/id/term/bod/%E0%BD%A6%E0%BD%BA%E0%BC%8B%E0%BD%A1%E0%BD%A2%E0%BC%8B%E0%BD%A2%E0%BC%8D%20%E0%BD%A3%E0%BD%B2%E0%BD%A0%E0%BD%BC%E0%BD%93%E0%BC%8D>,
        <http://lexvo.org/id/term/bos-Cyrl/%D0%A1%D0%B8%D1%98%D0%B5%D1%80%D0%B0%20%D0%9B%D0%B5%D0%BE%D0%BD%D0%B5>,
        <http://lexvo.org/id/term/bos/Sijera%20Leone>,
        <http://lexvo.org/id/term/bre/Sierra%20Leone>,
        <http://lexvo.org/id/term/brx/%E0%A4%B8%E0%A4%BF%E0%A4%AF%E0%A5%87%E0%A4%B0%E0%A4%BE%20%E0%A4%B2%E0%A5%87%E0%A4%93%E0%A4%A8>,
        <http://lexvo.org/id/term/bul/%D0%A1%D0%B8%D0%B5%D1%80%D0%B0%20%D0%9B%D0%B5%D0%BE%D0%BD%D0%B5>,
        <http://lexvo.org/id/term/cat/Sierra%20Leone>,
        <http://lexvo.org/id/term/ces/Sierra%20Leone>,
        <http://lexvo.org/id/term/cgg/Sirra%20Riyooni>,
        <http://lexvo.org/id/term/chr/%E1%8F%8F%E1%8E%A1%E1%8E%B3%20%E1%8E%B4%E1%8E%A3%E1%8F%82>,
        <http://lexvo.org/id/term/cmn-Hant/%E5%A1%9E%E6%8B%89%E5%88%A9%E6%98%82>,
        <http://lexvo.org/id/term/cmn/%E5%A1%9E%E6%8B%89%E5%88%A9%E6%98%82>,
        <http://lexvo.org/id/term/cym/Sierra%20Leone>,
        <http://lexvo.org/id/term/dan/Sierra%20Leone>,
        <http://lexvo.org/id/term/dav/Siera%20Leoni>,
        <http://lexvo.org/id/term/deu/Sierra%20Leone>,
        <http://lexvo.org/id/term/dje/Seera%20Leon>,
        <http://lexvo.org/id/term/dyo/Serra%20Leon>,
        <http://lexvo.org/id/term/dzo/%E0%BD%A6%E0%BD%B2%E0%BC%8B%E0%BD%A2%E0%BC%8B%20%E0%BD%A3%E0%BD%B2%E0%BC%8B%E0%BD%A0%E0%BD%BC%E0%BD%93>,
        <http://lexvo.org/id/term/ebu/Siera%20Leoni>,
        <http://lexvo.org/id/term/ell/%CE%A3%CE%B9%CE%AD%CF%81%CE%B1%20%CE%9B%CE%B5%CF%8C%CE%BD%CE%B5>,
        <http://lexvo.org/id/term/eng-Dsrt/%F0%90%90%9D%F0%90%90%A8%F0%90%90%AF%F0%90%91%89%F0%90%90%B2%20%F0%90%90%A2%F0%90%90%A8%F0%90%90%AC%F0%90%91%8C>,
        <http://lexvo.org/id/term/eng/ISO%203166-1%3ASL>,
        <http://lexvo.org/id/term/eng/Sierra%20Leone>,
        <http://lexvo.org/id/term/epo/Siera-Leono>,
        <http://lexvo.org/id/term/est/Sierra%20Leone>,
        <http://lexvo.org/id/term/eus/Sierra%20Leona>,
        <http://lexvo.org/id/term/ewe/Sierra%20Leone%20nutome>,
        <http://lexvo.org/id/term/ewo/Sier%C3%A1-le%C3%B3n%C9%99>,
        <http://lexvo.org/id/term/fao/Sierra%20Leone>,
        <http://lexvo.org/id/term/fas/%D8%B3%DB%8C%D8%B1%D8%A7%D9%84%D8%A6%D9%88%D9%86>,
        <http://lexvo.org/id/term/fas/%D8%B3%DB%8C%D8%B1%D8%A7%D9%84%DB%8C%D9%88%D9%86>,
        <http://lexvo.org/id/term/fil/Sierra%20Leone>,
        <http://lexvo.org/id/term/fin/Sierra%20Leone>,
        <http://lexvo.org/id/term/fra/Sierra%20Leone>,
        <http://lexvo.org/id/term/ful/Seraa%20liyon>,
        <http://lexvo.org/id/term/fur/Sierra%20Leone>,
        <http://lexvo.org/id/term/gla/Siarra%20Le%C3%B2mhann>,
        <http://lexvo.org/id/term/gle/Siarra%20Leon>,
        <http://lexvo.org/id/term/glg/Serra%20Leoa>,
        <http://lexvo.org/id/term/gsw/Sierra%20Leoone>,
        <http://lexvo.org/id/term/guj/%E0%AA%B8%E0%AB%80%E0%AA%8F%E0%AA%B0%E0%AA%BE%20%E0%AA%B2%E0%AB%87%E0%AA%93%E0%AA%A8>,
        <http://lexvo.org/id/term/guz/Siera%20Leoni>,
        <http://lexvo.org/id/term/hau/Salewo>,
        <http://lexvo.org/id/term/heb/%D7%A1%D7%99%D7%99%D7%A8%D7%94%20%D7%9C%D7%90%D7%95%D7%A0%D7%94>,
        <http://lexvo.org/id/term/hin/%E0%A4%B8%E0%A4%BF%E0%A4%AF%E0%A4%B0%E0%A4%BE%E0%A4%B2%E0%A5%87%E0%A4%93%E0%A4%A8>,
        <http://lexvo.org/id/term/hrv/Sijera%20Leone>,
        <http://lexvo.org/id/term/hun/Sierra%20Leone>,
        <http://lexvo.org/id/term/hye/%D5%8D%D5%B5%D5%A5%D6%80%D5%A1-%D4%BC%D5%A5%D5%B8%D5%B6%D5%A5>,
        <http://lexvo.org/id/term/ina/Sierra%20Leone>,
        <http://lexvo.org/id/term/ind/Sierra%20Leone>,
        <http://lexvo.org/id/term/isl/S%C3%ADerra%20Le%C3%B3ne>,
        <http://lexvo.org/id/term/ita/Sierra%20Leone>,
        <http://lexvo.org/id/term/jgo/Siy%C9%9B%CC%81la%20L%C9%9B%C9%94%CC%82n>,
        <http://lexvo.org/id/term/jmc/Siera%20Leoni>,
        <http://lexvo.org/id/term/jpn/%E3%82%B7%E3%82%A8%E3%83%A9%E3%83%AC%E3%82%AA%E3%83%8D>,
        <http://lexvo.org/id/term/kab/Sira%20Lyun>,
        <http://lexvo.org/id/term/kal/Sierra%20Leone>,
        <http://lexvo.org/id/term/kam/Siera%20Leoni>,
        <http://lexvo.org/id/term/kan/%E0%B2%B8%E0%B2%BF%E0%B2%AF%E0%B3%86%E0%B2%B0%E0%B3%8D%E0%B2%B0%E0%B2%BE%20%E0%B2%B2%E0%B2%BF%E0%B2%AF%E0%B3%8B%E0%B2%A8%E0%B3%8D>,
        <http://lexvo.org/id/term/kas/%D8%B3%DB%8C%D9%96%D8%B1%D8%A7%D9%84%DB%8C%D9%88%D9%88%D9%86>,
        <http://lexvo.org/id/term/kat/%E1%83%A1%E1%83%98%E1%83%94%E1%83%A0%E1%83%90-%E1%83%9A%E1%83%94%E1%83%9D%E1%83%9C%E1%83%94>,
        <http://lexvo.org/id/term/kde/Siela%20Leoni>,
        <http://lexvo.org/id/term/kea/Sera%20Lioa>,
        <http://lexvo.org/id/term/khm/%E1%9E%9F%E1%9F%81%E1%9E%9A%E1%9F%89%E1%9E%B6%E1%9E%A1%E1%9F%81%E1%9E%A2%E1%9E%BC%E1%9E%93>,
        <http://lexvo.org/id/term/khq/Seera%20Leon>,
        <http://lexvo.org/id/term/kik/Siera%20Leoni>,
        <http://lexvo.org/id/term/kln/Emetab%20Sierra%20Leone>,
        <http://lexvo.org/id/term/kor/%EC%8B%9C%EC%97%90%EB%9D%BC%EB%A6%AC%EC%98%A8>,
        <http://lexvo.org/id/term/ksb/Siela%20Leoni>,
        <http://lexvo.org/id/term/ksf/sy%C9%9Braleon>,
        <http://lexvo.org/id/term/ksh/Sj%C3%A4rra%20Lejone>,
        <http://lexvo.org/id/term/lag/Serale%C3%B3oni>,
        <http://lexvo.org/id/term/lao/%E0%BB%80%E0%BA%8A%E0%BA%8D%E0%BA%A5%E0%BA%B2%E0%BA%A5%E0%BA%B4%E0%BA%AD%E0%BA%AD%E0%BA%99>,
        <http://lexvo.org/id/term/lav/Sjerraleone>,
        <http://lexvo.org/id/term/lin/Siera%20Leon%C9%9B>,
        <http://lexvo.org/id/term/lit/Siera%20Leon%C4%97>,
        <http://lexvo.org/id/term/lub/Siera%20Leone>,
        <http://lexvo.org/id/term/lug/Siyeralewone>,
        <http://lexvo.org/id/term/luo/Sierra%20Leone>,
        <http://lexvo.org/id/term/luy/Siera%20Leoni>,
        <http://lexvo.org/id/term/mal/%E0%B4%B8%E0%B4%BF%E0%B4%AF%E0%B5%87%E0%B4%B1%E0%B4%BE%20%E0%B4%B2%E0%B4%BF%E0%B4%AF%E0%B5%8B%E0%B5%BA>,
        <http://lexvo.org/id/term/mar/%E0%A4%B8%E0%A4%BF%E0%A4%8F%E0%A4%B0%E0%A4%BE%20%E0%A4%B2%E0%A4%BF%E0%A4%93%E0%A4%A8>,
        <http://lexvo.org/id/term/mas/Siera%20Leoni>,
        <http://lexvo.org/id/term/mer/Siera%20Leoni>,
        <http://lexvo.org/id/term/mfe/Sierra%20Leone>,
        <http://lexvo.org/id/term/mkd/%D0%A1%D0%B8%D0%B5%D1%80%D0%B0%20%D0%9B%D0%B5%D0%BE%D0%BD%D0%B5>,
        <http://lexvo.org/id/term/mlg/Sierra%20Leone>,
        <http://lexvo.org/id/term/mlt/Sierra%20Leone>,
        <http://lexvo.org/id/term/mua/Sierra%20Leon%C7%9D>,
        <http://lexvo.org/id/term/naq/Sierra%20Leone>,
        <http://lexvo.org/id/term/nde/Sierra%20Leone>,
        <http://lexvo.org/id/term/nep/%E0%A4%B8%E0%A4%BF%E0%A4%8F%E0%A4%B0%E0%A5%8D%E0%A4%B0%E0%A4%BE%20%E0%A4%B2%E0%A4%BF%E0%A4%93%E0%A4%A8>,
        <http://lexvo.org/id/term/nld/Sierra%20Leone>,
        <http://lexvo.org/id/term/nmg/Sierra%20Le%C9%94n>,
        <http://lexvo.org/id/term/nno/Sierra%20Leone>,
        <http://lexvo.org/id/term/nob/Sierra%20Leone>,
        <http://lexvo.org/id/term/nyn/Sirra%20Riyooni>,
        <http://lexvo.org/id/term/ori/%E0%AC%B8%E0%AC%BF%E0%AC%93%E0%AC%B0%E0%AC%BE%20%E0%AC%B2%E0%AC%BF%E0%AC%93%E0%AC%A8%E0%AD%8D>,
        <http://lexvo.org/id/term/pol/Sierra%20Leone>,
        <http://lexvo.org/id/term/por/Serra%20Leoa>,
        <http://lexvo.org/id/term/rof/Siera%20Leoni>,
        <http://lexvo.org/id/term/roh/Sierra%20Leone>,
        <http://lexvo.org/id/term/ron/Sierra%20Leone>,
        <http://lexvo.org/id/term/run/Siyeralewone>,
        <http://lexvo.org/id/term/rus/%D0%A1%D1%8C%D0%B5%D1%80%D1%80%D0%B0-%D0%9B%D0%B5%D0%BE%D0%BD%D0%B5>,
        <http://lexvo.org/id/term/rwk/Siera%20Leoni>,
        <http://lexvo.org/id/term/sag/Sier%C3%A4-Le%C3%B4ne>,
        <http://lexvo.org/id/term/saq/Siera%20Leoni>,
        <http://lexvo.org/id/term/sbp/Siela%20Liyoni>,
        <http://lexvo.org/id/term/seh/Serra%20Leoa>,
        <http://lexvo.org/id/term/ses/Seera%20Leon>,
        <http://lexvo.org/id/term/shi-Latn/ssiralyun>,
        <http://lexvo.org/id/term/shi/%E2%B5%99%E2%B5%99%E2%B5%89%E2%B5%94%E2%B4%B0%E2%B5%8D%E2%B5%A2%E2%B5%93%E2%B5%8F>,
        <http://lexvo.org/id/term/sin/%E0%B7%83%E0%B7%92%E0%B6%BA%E0%B6%BB%E0%B7%8F%E0%B6%BD%E0%B7%92%E0%B6%BA%E0%B7%9D%E0%B6%B1%E0%B7%8A>,
        <http://lexvo.org/id/term/slk/Sierra%20Leone>,
        <http://lexvo.org/id/term/slv/Sierra%20Leone>,
        <http://lexvo.org/id/term/sme/Sierra%20Leone>,
        <http://lexvo.org/id/term/sna/Sierra%20Leone>,
        <http://lexvo.org/id/term/som/Siraaliyoon>,
        <http://lexvo.org/id/term/spa/Sierra%20Leona>,
        <http://lexvo.org/id/term/sqi/Siera%20Leone>,
        <http://lexvo.org/id/term/srp-Latn/Sijera%20Leone>,
        <http://lexvo.org/id/term/srp/%D0%A1%D0%B8%D1%98%D0%B5%D1%80%D0%B0%20%D0%9B%D0%B5%D0%BE%D0%BD%D0%B5>,
        <http://lexvo.org/id/term/swc/Siera%20Leoni>,
        <http://lexvo.org/id/term/swe/Sierra%20Leone>,
        <http://lexvo.org/id/term/swh/Siera%20Leoni>,
        <http://lexvo.org/id/term/tam/%E0%AE%9A%E0%AE%BF%E0%AE%AF%E0%AE%B0%E0%AF%8D%E0%AE%B0%E0%AE%BE%20%E0%AE%B2%E0%AE%BF%E0%AE%AF%E0%AF%8B%E0%AE%A9%E0%AF%8D>,
        <http://lexvo.org/id/term/tel/%E0%B0%B8%E0%B0%BF%E0%B0%AF%E0%B1%86%E0%B0%B0%E0%B1%8D%E0%B0%B0%E0%B0%BE%20%E0%B0%B2%E0%B0%BF%E0%B0%AF%E0%B0%BE%E0%B0%A8%E0%B1%8D>,
        <http://lexvo.org/id/term/teo/Siera%20Leoni>,
        <http://lexvo.org/id/term/tha/%E0%B9%80%E0%B8%8B%E0%B8%B5%E0%B8%A2%E0%B8%A3%E0%B9%8C%E0%B8%A3%E0%B8%B2%E0%B8%A5%E0%B8%B5%E0%B9%82%E0%B8%AD%E0%B8%99>,
        <http://lexvo.org/id/term/tir/%E1%88%B4%E1%88%AB%E1%88%8A%E1%8B%AE%E1%8A%95>,
        <http://lexvo.org/id/term/ton/Siela%20Lione>,
        <http://lexvo.org/id/term/tur/Sierra%20Leone>,
        <http://lexvo.org/id/term/twq/Seera%20Leon>,
        <http://lexvo.org/id/term/tzm/Siralyun>,
        <http://lexvo.org/id/term/ukr/%D0%A1%D1%8C%D1%94%D1%80%D1%80%D0%B0-%D0%9B%D0%B5%D0%BE%D0%BD%D0%B5>,
        <http://lexvo.org/id/term/urd/%D8%B3%DB%8C%D8%A6%D8%B1%20%D9%84%DB%8C%D9%88%D9%86>,
        <http://lexvo.org/id/term/vai-Latn/Gbeya%20Bahaw%C9%94>,
        <http://lexvo.org/id/term/vai/%EA%94%8B%EA%95%A9%20%EA%95%92%EA%95%8C%EA%96%BA%20%EA%95%B8%EA%96%83%EA%94%80>,
        <http://lexvo.org/id/term/vie/Sierra%20Leone>,
        <http://lexvo.org/id/term/vun/Siera%20Leoni>,
        <http://lexvo.org/id/term/wae/Sierra%20Leone>,
        <http://lexvo.org/id/term/xog/Siyeralewone>,
        <http://lexvo.org/id/term/yav/siel%C3%A1ley%C9%94%CC%81%C9%94n>,
        <http://lexvo.org/id/term/yor/Or%C3%ADl%E1%BA%B9%CC%81%C3%A8de%20Siria%20looni>,
        <http://lexvo.org/id/term/zsm/Siera%20Leon>,
        <http://lexvo.org/id/term/zul/i-Sierra%20Leone> ;
    owl:sameAs <http://psi.oasis-open.org/iso/3166/#694>,
        <http://sws.geonames.org/2403846/> .

<http://lexvo.org/id/iso3166/SM> a lvont:GeographicRegion ;
    rdfs:label "San Marino"@af,
        "Sàn Màlenù"@agq,
        "San Marino"@ak,
        "ሳን ማሪኖ"@am,
        "سان مارينو"@ar,
        "Thamarino"@asa,
        "San Marín"@ast,
        "San Marino"@az,
        "Nûmpubi Māatìn"@bas,
        "Husamalino"@bez,
        "Сан Марино"@bg,
        "Marini-Senu"@bm,
        "সান মারিনো"@bn,
        "སན་མེ་རི་ནོ།"@bo,
        "San Marino"@br,
        "सैन मरीनो"@brx,
        "San Marino"@bs,
        "Сан Марино"@bs-Cyrl,
        "San Marino"@ca,
        "Samarino"@cgg,
        "圣马力诺"@cmn,
        "聖馬利諾"@cmn-Hant,
        "San Marino"@cs,
        "San Marino"@cy,
        "San Marino"@da,
        "Samarino"@dav,
        "San Marino"@de,
        "San Marino"@dje,
        "སཱན་མ་རི་ནོ"@dz,
        "Samarino"@ebu,
        "San Marino nutome"@ee,
        "Άγιος Μαρίνος"@el,
        "ISO 3166-1:SM"@en,
        "San Marino"@en,
        "𐐝𐐪𐑌 𐐣𐐲𐑉𐐨𐑌𐐬"@en-Dsrt,
        "San-Marino"@eo,
        "San Marino"@es,
        "San Marino"@et,
        "San Marino"@eu,
        "Ǹfúfúb Maríno"@ewo,
        "سان‌مارینو"@fa,
        "See Maree"@ff,
        "San Marino"@fi,
        "San Marino"@fil,
        "San Marino"@fo,
        "Saint-Marin"@fr,
        "San Marin"@fur,
        "San Mairíne"@ga,
        "San Marino"@gd,
        "San Marino"@gl,
        "San Mariino"@gsw,
        "સૅન મેરિનો"@gu,
        "Samarino"@guz,
        "San Marino"@ha,
        "סן מרינו"@he,
        "सैन मेरीनो"@hi,
        "San Marino"@hr,
        "San Marino"@hu,
        "Սան Մարինո"@hy,
        "San Marino"@ia,
        "San Marino"@id,
        "San Marínó"@is,
        "San Marino"@it,
        "サンマリノ"@ja,
        "Samarino"@jmc,
        "სან-მარინო"@ka,
        "San Marinu"@kab,
        "Samarino"@kam,
        "Samalino"@kde,
        "San Marinu"@kea,
        "San Marino"@khq,
        "Samarino"@ki,
        "San Marino"@kl,
        "Emetab San Marino"@kln,
        "សាន​ម៉ារីណូ"@km,
        "ಸ್ಯಾನ್ ಮೆರಿನೋ"@kn,
        "산마리노"@ko,
        "سین میرِنو"@ks,
        "Samalino"@ksb,
        "sɛnmarǝn"@ksf,
        "San-Marino"@ksh,
        "Samaríino"@lag,
        "Sanimarino"@lg,
        "Sántu Marinɛ"@ln,
        "ຊານມາລີໂນ"@lo,
        "San Marinas"@lt,
        "Santu Marine"@lu,
        "San Marino"@luo,
        "Samarino"@luy,
        "Sanmarīno"@lv,
        "Samarino"@mas,
        "Samarino"@mer,
        "Saint-Marin"@mfe,
        "Saint-Marin"@mg,
        "Usamarino"@mgh,
        "Сан Марино"@mk,
        "സാൻ മറിനോ"@ml,
        "सॅन मरीनो"@mr,
        "San Marino"@mt,
        "Sǝr Marino"@mua,
        "San Marino"@naq,
        "San Marino"@nb,
        "San Marino"@nd,
        "सान् मारिनो"@ne,
        "San Marino"@nl,
        "San Marino"@nmg,
        "San Marino"@nn,
        "Samarino"@nyn,
        "ସାନ୍ ମାରିନୋ"@or,
        "San Marino"@pl,
        "San Marino"@pt,
        "São Marino"@pt,
        "San Marino"@rm,
        "Sanimarino"@rn,
        "San Marino"@ro,
        "Samarino"@rof,
        "Сан-Марино"@ru,
        "Samarino"@rwk,
        "Samarino"@saq,
        "Samalino"@sbp,
        "San Marino"@se,
        "San Marino"@seh,
        "San Marino"@ses,
        "Sên-Marëen"@sg,
        "ⵙⴰⵏⵎⴰⵔⵉⵏⵓ"@shi,
        "sanmarinu"@shi-Latn,
        "ශාන්ත මැරිනෝ"@si,
        "San Maríno"@sk,
        "San Marino"@sl,
        "San Marino"@sn,
        "San Marino"@so,
        "Сан Марино"@sr,
        "San Marino"@sr-Latn,
        "San Marino"@sv,
        "Samarino"@swc,
        "Samarino"@swh,
        "சான் மெரினோ"@ta,
        "సాన్ మారినో"@te,
        "Samarino"@teo,
        "ซานมารีโน"@th,
        "ሳን ማሪኖ"@ti,
        "Seni Malino"@to,
        "San Marino"@tr,
        "San Marino"@twq,
        "Sanmarinu"@tzm,
        "Сан-Марино"@uk,
        "سان مارینو"@ur,
        "ꕮꔸꖆ ꕢꘋ"@vai,
        "Saŋ Marindo"@vai-Latn,
        "San Marino"@vi,
        "Samarino"@vun,
        "San Marino"@wae,
        "Sanimarino"@xog,
        "san malíno"@yav,
        "Orílẹ́ède Sani Marino"@yo,
        "San Marino"@zsm,
        "i-San Marino"@zu ;
    lvont:label <http://lexvo.org/id/term/afr/San%20Marino>,
        <http://lexvo.org/id/term/agq/S%C3%A0n%20M%C3%A0len%C3%B9>,
        <http://lexvo.org/id/term/aka/San%20Marino>,
        <http://lexvo.org/id/term/amh/%E1%88%B3%E1%8A%95%20%E1%88%9B%E1%88%AA%E1%8A%96>,
        <http://lexvo.org/id/term/ara/%D8%B3%D8%A7%D9%86%20%D9%85%D8%A7%D8%B1%D9%8A%D9%86%D9%88>,
        <http://lexvo.org/id/term/asa/Thamarino>,
        <http://lexvo.org/id/term/ast/San%20Mar%C3%ADn>,
        <http://lexvo.org/id/term/aze/San%20Marino>,
        <http://lexvo.org/id/term/bam/Marini-Senu>,
        <http://lexvo.org/id/term/bas/N%C3%BBmpubi%20M%C4%81at%C3%ACn>,
        <http://lexvo.org/id/term/ben/%E0%A6%B8%E0%A6%BE%E0%A6%A8%20%E0%A6%AE%E0%A6%BE%E0%A6%B0%E0%A6%BF%E0%A6%A8%E0%A7%8B>,
        <http://lexvo.org/id/term/bez/Husamalino>,
        <http://lexvo.org/id/term/bod/%E0%BD%A6%E0%BD%93%E0%BC%8B%E0%BD%98%E0%BD%BA%E0%BC%8B%E0%BD%A2%E0%BD%B2%E0%BC%8B%E0%BD%93%E0%BD%BC%E0%BC%8D>,
        <http://lexvo.org/id/term/bos-Cyrl/%D0%A1%D0%B0%D0%BD%20%D0%9C%D0%B0%D1%80%D0%B8%D0%BD%D0%BE>,
        <http://lexvo.org/id/term/bos/San%20Marino>,
        <http://lexvo.org/id/term/bre/San%20Marino>,
        <http://lexvo.org/id/term/brx/%E0%A4%B8%E0%A5%88%E0%A4%A8%20%E0%A4%AE%E0%A4%B0%E0%A5%80%E0%A4%A8%E0%A5%8B>,
        <http://lexvo.org/id/term/bul/%D0%A1%D0%B0%D0%BD%20%D0%9C%D0%B0%D1%80%D0%B8%D0%BD%D0%BE>,
        <http://lexvo.org/id/term/cat/San%20Marino>,
        <http://lexvo.org/id/term/ces/San%20Marino>,
        <http://lexvo.org/id/term/cgg/Samarino>,
        <http://lexvo.org/id/term/cmn-Hant/%E8%81%96%E9%A6%AC%E5%88%A9%E8%AB%BE>,
        <http://lexvo.org/id/term/cmn/%E5%9C%A3%E9%A9%AC%E5%8A%9B%E8%AF%BA>,
        <http://lexvo.org/id/term/cym/San%20Marino>,
        <http://lexvo.org/id/term/dan/San%20Marino>,
        <http://lexvo.org/id/term/dav/Samarino>,
        <http://lexvo.org/id/term/deu/San%20Marino>,
        <http://lexvo.org/id/term/dje/San%20Marino>,
        <http://lexvo.org/id/term/dzo/%E0%BD%A6%E0%BD%B1%E0%BD%93%E0%BC%8B%E0%BD%98%E0%BC%8B%E0%BD%A2%E0%BD%B2%E0%BC%8B%E0%BD%93%E0%BD%BC>,
        <http://lexvo.org/id/term/ebu/Samarino>,
        <http://lexvo.org/id/term/ell/%CE%86%CE%B3%CE%B9%CE%BF%CF%82%20%CE%9C%CE%B1%CF%81%CE%AF%CE%BD%CE%BF%CF%82>,
        <http://lexvo.org/id/term/eng-Dsrt/%F0%90%90%9D%F0%90%90%AA%F0%90%91%8C%20%F0%90%90%A3%F0%90%90%B2%F0%90%91%89%F0%90%90%A8%F0%90%91%8C%F0%90%90%AC>,
        <http://lexvo.org/id/term/eng/ISO%203166-1%3ASM>,
        <http://lexvo.org/id/term/eng/San%20Marino>,
        <http://lexvo.org/id/term/epo/San-Marino>,
        <http://lexvo.org/id/term/est/San%20Marino>,
        <http://lexvo.org/id/term/eus/San%20Marino>,
        <http://lexvo.org/id/term/ewe/San%20Marino%20nutome>,
        <http://lexvo.org/id/term/ewo/%C7%B8f%C3%BAf%C3%BAb%20Mar%C3%ADno>,
        <http://lexvo.org/id/term/fao/San%20Marino>,
        <http://lexvo.org/id/term/fas/%D8%B3%D8%A7%D9%86%E2%80%8C%D9%85%D8%A7%D8%B1%DB%8C%D9%86%D9%88>,
        <http://lexvo.org/id/term/fil/San%20Marino>,
        <http://lexvo.org/id/term/fin/San%20Marino>,
        <http://lexvo.org/id/term/fra/Saint-Marin>,
        <http://lexvo.org/id/term/ful/See%20Maree>,
        <http://lexvo.org/id/term/fur/San%20Marin>,
        <http://lexvo.org/id/term/gla/San%20Marino>,
        <http://lexvo.org/id/term/gle/San%20Mair%C3%ADne>,
        <http://lexvo.org/id/term/glg/San%20Marino>,
        <http://lexvo.org/id/term/gsw/San%20Mariino>,
        <http://lexvo.org/id/term/guj/%E0%AA%B8%E0%AB%85%E0%AA%A8%20%E0%AA%AE%E0%AB%87%E0%AA%B0%E0%AA%BF%E0%AA%A8%E0%AB%8B>,
        <http://lexvo.org/id/term/guz/Samarino>,
        <http://lexvo.org/id/term/hau/San%20Marino>,
        <http://lexvo.org/id/term/heb/%D7%A1%D7%9F%20%D7%9E%D7%A8%D7%99%D7%A0%D7%95>,
        <http://lexvo.org/id/term/hin/%E0%A4%B8%E0%A5%88%E0%A4%A8%20%E0%A4%AE%E0%A5%87%E0%A4%B0%E0%A5%80%E0%A4%A8%E0%A5%8B>,
        <http://lexvo.org/id/term/hrv/San%20Marino>,
        <http://lexvo.org/id/term/hun/San%20Marino>,
        <http://lexvo.org/id/term/hye/%D5%8D%D5%A1%D5%B6%20%D5%84%D5%A1%D6%80%D5%AB%D5%B6%D5%B8>,
        <http://lexvo.org/id/term/ina/San%20Marino>,
        <http://lexvo.org/id/term/ind/San%20Marino>,
        <http://lexvo.org/id/term/isl/San%20Mar%C3%ADn%C3%B3>,
        <http://lexvo.org/id/term/ita/San%20Marino>,
        <http://lexvo.org/id/term/jmc/Samarino>,
        <http://lexvo.org/id/term/jpn/%E3%82%B5%E3%83%B3%E3%83%9E%E3%83%AA%E3%83%8E>,
        <http://lexvo.org/id/term/kab/San%20Marinu>,
        <http://lexvo.org/id/term/kal/San%20Marino>,
        <http://lexvo.org/id/term/kam/Samarino>,
        <http://lexvo.org/id/term/kan/%E0%B2%B8%E0%B3%8D%E0%B2%AF%E0%B2%BE%E0%B2%A8%E0%B3%8D%20%E0%B2%AE%E0%B3%86%E0%B2%B0%E0%B2%BF%E0%B2%A8%E0%B3%8B>,
        <http://lexvo.org/id/term/kas/%D8%B3%DB%8C%D9%86%20%D9%85%DB%8C%D8%B1%D9%90%D9%86%D9%88>,
        <http://lexvo.org/id/term/kat/%E1%83%A1%E1%83%90%E1%83%9C-%E1%83%9B%E1%83%90%E1%83%A0%E1%83%98%E1%83%9C%E1%83%9D>,
        <http://lexvo.org/id/term/kde/Samalino>,
        <http://lexvo.org/id/term/kea/San%20Marinu>,
        <http://lexvo.org/id/term/khm/%E1%9E%9F%E1%9E%B6%E1%9E%93%E2%80%8B%E1%9E%98%E1%9F%89%E1%9E%B6%E1%9E%9A%E1%9E%B8%E1%9E%8E%E1%9E%BC>,
        <http://lexvo.org/id/term/khq/San%20Marino>,
        <http://lexvo.org/id/term/kik/Samarino>,
        <http://lexvo.org/id/term/kln/Emetab%20San%20Marino>,
        <http://lexvo.org/id/term/kor/%EC%82%B0%EB%A7%88%EB%A6%AC%EB%85%B8>,
        <http://lexvo.org/id/term/ksb/Samalino>,
        <http://lexvo.org/id/term/ksf/s%C9%9Bnmar%C7%9Dn>,
        <http://lexvo.org/id/term/ksh/San-Marino>,
        <http://lexvo.org/id/term/lag/Samar%C3%ADino>,
        <http://lexvo.org/id/term/lao/%E0%BA%8A%E0%BA%B2%E0%BA%99%E0%BA%A1%E0%BA%B2%E0%BA%A5%E0%BA%B5%E0%BB%82%E0%BA%99>,
        <http://lexvo.org/id/term/lav/Sanmar%C4%ABno>,
        <http://lexvo.org/id/term/lin/S%C3%A1ntu%20Marin%C9%9B>,
        <http://lexvo.org/id/term/lit/San%20Marinas>,
        <http://lexvo.org/id/term/lub/Santu%20Marine>,
        <http://lexvo.org/id/term/lug/Sanimarino>,
        <http://lexvo.org/id/term/luo/San%20Marino>,
        <http://lexvo.org/id/term/luy/Samarino>,
        <http://lexvo.org/id/term/mal/%E0%B4%B8%E0%B4%BE%E0%B5%BB%20%E0%B4%AE%E0%B4%B1%E0%B4%BF%E0%B4%A8%E0%B5%8B>,
        <http://lexvo.org/id/term/mar/%E0%A4%B8%E0%A5%85%E0%A4%A8%20%E0%A4%AE%E0%A4%B0%E0%A5%80%E0%A4%A8%E0%A5%8B>,
        <http://lexvo.org/id/term/mas/Samarino>,
        <http://lexvo.org/id/term/mer/Samarino>,
        <http://lexvo.org/id/term/mfe/Saint-Marin>,
        <http://lexvo.org/id/term/mgh/Usamarino>,
        <http://lexvo.org/id/term/mkd/%D0%A1%D0%B0%D0%BD%20%D0%9C%D0%B0%D1%80%D0%B8%D0%BD%D0%BE>,
        <http://lexvo.org/id/term/mlg/Saint-Marin>,
        <http://lexvo.org/id/term/mlt/San%20Marino>,
        <http://lexvo.org/id/term/mua/S%C7%9Dr%20Marino>,
        <http://lexvo.org/id/term/naq/San%20Marino>,
        <http://lexvo.org/id/term/nde/San%20Marino>,
        <http://lexvo.org/id/term/nep/%E0%A4%B8%E0%A4%BE%E0%A4%A8%E0%A5%8D%20%E0%A4%AE%E0%A4%BE%E0%A4%B0%E0%A4%BF%E0%A4%A8%E0%A5%8B>,
        <http://lexvo.org/id/term/nld/San%20Marino>,
        <http://lexvo.org/id/term/nmg/San%20Marino>,
        <http://lexvo.org/id/term/nno/San%20Marino>,
        <http://lexvo.org/id/term/nob/San%20Marino>,
        <http://lexvo.org/id/term/nyn/Samarino>,
        <http://lexvo.org/id/term/ori/%E0%AC%B8%E0%AC%BE%E0%AC%A8%E0%AD%8D%20%E0%AC%AE%E0%AC%BE%E0%AC%B0%E0%AC%BF%E0%AC%A8%E0%AD%8B>,
        <http://lexvo.org/id/term/pol/San%20Marino>,
        <http://lexvo.org/id/term/por/S%C3%A3o%20Marino>,
        <http://lexvo.org/id/term/por/San%20Marino>,
        <http://lexvo.org/id/term/rof/Samarino>,
        <http://lexvo.org/id/term/roh/San%20Marino>,
        <http://lexvo.org/id/term/ron/San%20Marino>,
        <http://lexvo.org/id/term/run/Sanimarino>,
        <http://lexvo.org/id/term/rus/%D0%A1%D0%B0%D0%BD-%D0%9C%D0%B0%D1%80%D0%B8%D0%BD%D0%BE>,
        <http://lexvo.org/id/term/rwk/Samarino>,
        <http://lexvo.org/id/term/sag/S%C3%AAn-Mar%C3%ABen>,
        <http://lexvo.org/id/term/saq/Samarino>,
        <http://lexvo.org/id/term/sbp/Samalino>,
        <http://lexvo.org/id/term/seh/San%20Marino>,
        <http://lexvo.org/id/term/ses/San%20Marino>,
        <http://lexvo.org/id/term/shi-Latn/sanmarinu>,
        <http://lexvo.org/id/term/shi/%E2%B5%99%E2%B4%B0%E2%B5%8F%E2%B5%8E%E2%B4%B0%E2%B5%94%E2%B5%89%E2%B5%8F%E2%B5%93>,
        <http://lexvo.org/id/term/sin/%E0%B7%81%E0%B7%8F%E0%B6%B1%E0%B7%8A%E0%B6%AD%20%E0%B6%B8%E0%B7%90%E0%B6%BB%E0%B7%92%E0%B6%B1%E0%B7%9D>,
        <http://lexvo.org/id/term/slk/San%20Mar%C3%ADno>,
        <http://lexvo.org/id/term/slv/San%20Marino>,
        <http://lexvo.org/id/term/sme/San%20Marino>,
        <http://lexvo.org/id/term/sna/San%20Marino>,
        <http://lexvo.org/id/term/som/San%20Marino>,
        <http://lexvo.org/id/term/spa/San%20Marino>,
        <http://lexvo.org/id/term/srp-Latn/San%20Marino>,
        <http://lexvo.org/id/term/srp/%D0%A1%D0%B0%D0%BD%20%D0%9C%D0%B0%D1%80%D0%B8%D0%BD%D0%BE>,
        <http://lexvo.org/id/term/swc/Samarino>,
        <http://lexvo.org/id/term/swe/San%20Marino>,
        <http://lexvo.org/id/term/swh/Samarino>,
        <http://lexvo.org/id/term/tam/%E0%AE%9A%E0%AE%BE%E0%AE%A9%E0%AF%8D%20%E0%AE%AE%E0%AF%86%E0%AE%B0%E0%AE%BF%E0%AE%A9%E0%AF%8B>,
        <http://lexvo.org/id/term/tel/%E0%B0%B8%E0%B0%BE%E0%B0%A8%E0%B1%8D%20%E0%B0%AE%E0%B0%BE%E0%B0%B0%E0%B0%BF%E0%B0%A8%E0%B1%8B>,
        <http://lexvo.org/id/term/teo/Samarino>,
        <http://lexvo.org/id/term/tha/%E0%B8%8B%E0%B8%B2%E0%B8%99%E0%B8%A1%E0%B8%B2%E0%B8%A3%E0%B8%B5%E0%B9%82%E0%B8%99>,
        <http://lexvo.org/id/term/tir/%E1%88%B3%E1%8A%95%20%E1%88%9B%E1%88%AA%E1%8A%96>,
        <http://lexvo.org/id/term/ton/Seni%20Malino>,
        <http://lexvo.org/id/term/tur/San%20Marino>,
        <http://lexvo.org/id/term/twq/San%20Marino>,
        <http://lexvo.org/id/term/tzm/Sanmarinu>,
        <http://lexvo.org/id/term/ukr/%D0%A1%D0%B0%D0%BD-%D0%9C%D0%B0%D1%80%D0%B8%D0%BD%D0%BE>,
        <http://lexvo.org/id/term/urd/%D8%B3%D8%A7%D9%86%20%D9%85%D8%A7%D8%B1%DB%8C%D9%86%D9%88>,
        <http://lexvo.org/id/term/vai-Latn/Sa%C5%8B%20Marindo>,
        <http://lexvo.org/id/term/vai/%EA%95%AE%EA%94%B8%EA%96%86%20%EA%95%A2%EA%98%8B>,
        <http://lexvo.org/id/term/vie/San%20Marino>,
        <http://lexvo.org/id/term/vun/Samarino>,
        <http://lexvo.org/id/term/wae/San%20Marino>,
        <http://lexvo.org/id/term/xog/Sanimarino>,
        <http://lexvo.org/id/term/yav/san%20mal%C3%ADno>,
        <http://lexvo.org/id/term/yor/Or%C3%ADl%E1%BA%B9%CC%81%C3%A8de%20Sani%20Marino>,
        <http://lexvo.org/id/term/zsm/San%20Marino>,
        <http://lexvo.org/id/term/zul/i-San%20Marino> ;
    owl:sameAs <http://psi.oasis-open.org/iso/3166/#674>,
        <http://sws.geonames.org/3168068/> .

<http://lexvo.org/id/iso3166/SN> a lvont:GeographicRegion ;
    rdfs:label "Senegal"@af,
        "Sɛ̀nɛ̀gâa"@agq,
        "Senegal"@ak,
        "ሴኔጋል"@am,
        "السنغال"@ar,
        "Thenegali"@asa,
        "Senegal"@ast,
        "Seneqal"@az,
        "Sènègâl"@bas,
        "Сенегал"@be,
        "Husenegali"@bez,
        "Сенегал"@bg,
        "Senegali"@bm,
        "সেনেগাল"@bn,
        "སེ་ནི་གྷལ།"@bo,
        "Senegal"@br,
        "सेनेगाल"@brx,
        "Senegal"@bs,
        "Сенегал"@bs-Cyrl,
        "ሴኔጋል"@byn,
        "Senegal"@ca,
        "Senego"@cgg,
        "塞内加尔"@cmn,
        "塞內加爾"@cmn-Hant,
        "Senegal"@cs,
        "Senegal"@cy,
        "Senegal"@da,
        "Senegali"@dav,
        "Senegal"@de,
        "Senegal"@dje,
        "Senegal"@dyo,
        "སེ་ནི་གྷལ"@dz,
        "Senegali"@ebu,
        "Senegal nutome"@ee,
        "Σενεγάλη"@el,
        "ISO 3166-1:SN"@en,
        "Senegal"@en,
        "𐐝𐐯𐑌𐐲𐑀𐐱𐑊"@en-Dsrt,
        "Senegalo"@eo,
        "Senegal"@es,
        "Senegal"@et,
        "Senegal"@eu,
        "Senegál"@ewo,
        "سنگال"@fa,
        "سینیگال"@fa,
        "Senegaal"@ff,
        "Senegal"@fi,
        "Senegal"@fil,
        "Senegal"@fo,
        "Sénégal"@fr,
        "Senegal"@fur,
        "An tSeineagáil"@ga,
        "Seanagal"@gd,
        "Senegal"@gl,
        "Senegal"@gsw,
        "સેનેગલ"@gu,
        "Senegali"@guz,
        "Sinigal"@ha,
        "סנגל"@he,
        "सेनेगल"@hi,
        "Senegal"@hr,
        "Szenegál"@hu,
        "Սենեգալ"@hy,
        "Senegal"@ia,
        "Senegal"@id,
        "Senegal"@is,
        "Senegal"@it,
        "セネガル"@ja,
        "Sɛnɛgâl"@jgo,
        "Senegali"@jmc,
        "სენეგალი"@ka,
        "Sinigal"@kab,
        "Senegali"@kam,
        "Senegali"@kde,
        "Senegal"@kea,
        "Senegal"@khq,
        "Senegali"@ki,
        "Senegal"@kl,
        "Emetab Senegal"@kln,
        "សេនេហ្កាល់"@km,
        "ಸೆನೆಗಲ್"@kn,
        "세네갈"@ko,
        "سینیگَل"@ks,
        "Senegali"@ksb,
        "sɛnɛgal"@ksf,
        "der Sennejall"@ksh,
        "Senegáali"@lag,
        "Senegaalo"@lg,
        "Senegalɛ"@ln,
        "ເຊເນກອລ"@lo,
        "Senegalas"@lt,
        "Senegale"@lu,
        "Senegal"@luo,
        "Senegali"@luy,
        "Senegāla"@lv,
        "Senegali"@mas,
        "Senego"@mer,
        "Senegal"@mfe,
        "Senegal"@mg,
        "Usenegali"@mgh,
        "Сенегал"@mk,
        "സെനഗൽ"@ml,
        "सेनेगल"@mr,
        "Senegal"@mt,
        "Senegal"@mua,
        "ဆီနီဂေါ"@my,
        "Senegali"@naq,
        "Senegal"@nb,
        "Senegali"@nd,
        "सेनेगाल"@ne,
        "Senegal"@nl,
        "Senegal"@nmg,
        "Senegal"@nn,
        "Senego"@nyn,
        "ସେନେଗାଲ୍"@or,
        "Senegal"@pl,
        "Senegal"@pt,
        "Senegal"@rm,
        "Senegali"@rn,
        "Senegal"@ro,
        "Senegali"@rof,
        "Сенегал"@ru,
        "Senegali"@rwk,
        "Senegali"@saq,
        "Senegali"@sbp,
        "Senegal"@se,
        "Senegal"@seh,
        "Senegal"@ses,
        "Senegäle"@sg,
        "ⵙⵙⵉⵏⵉⴳⴰⵍ"@shi,
        "ssinigal"@shi-Latn,
        "සෙනගාල්"@si,
        "Senegal"@sk,
        "Senegal"@sl,
        "Senegal"@sn,
        "Sinigaal"@so,
        "Сенегал"@sr,
        "Senegal"@sr-Latn,
        "Senegal"@sv,
        "Senegali"@swc,
        "Senegali"@swh,
        "செனெகல்"@ta,
        "సెనెగల్"@te,
        "Senegali"@teo,
        "เซเนกัล"@th,
        "ሴኔጋል"@ti,
        "ሴኔጋል"@tig,
        "Senikalo"@to,
        "Senegal"@tr,
        "Senegal"@twq,
        "Ssiniɣal"@tzm,
        "Сенегал"@uk,
        "سینیگل"@ur,
        "ꔻꕇꕭꕌ"@vai,
        "Sinigaha"@vai-Latn,
        "Senegal"@vi,
        "Senegali"@vun,
        "Senegal"@wae,
        "ሴኔጋል"@wal,
        "Senegaalo"@xog,
        "senekáal"@yav,
        "Orílẹ́ède Sẹnẹga"@yo,
        "Senegal"@zsm,
        "i-Senegal"@zu ;
    lvont:label <http://lexvo.org/id/term/afr/Senegal>,
        <http://lexvo.org/id/term/agq/S%C9%9B%CC%80n%C9%9B%CC%80g%C3%A2a>,
        <http://lexvo.org/id/term/aka/Senegal>,
        <http://lexvo.org/id/term/amh/%E1%88%B4%E1%8A%94%E1%8C%8B%E1%88%8D>,
        <http://lexvo.org/id/term/ara/%D8%A7%D9%84%D8%B3%D9%86%D8%BA%D8%A7%D9%84>,
        <http://lexvo.org/id/term/asa/Thenegali>,
        <http://lexvo.org/id/term/ast/Senegal>,
        <http://lexvo.org/id/term/aze/Seneqal>,
        <http://lexvo.org/id/term/bam/Senegali>,
        <http://lexvo.org/id/term/bas/S%C3%A8n%C3%A8g%C3%A2l>,
        <http://lexvo.org/id/term/bel/%D0%A1%D0%B5%D0%BD%D0%B5%D0%B3%D0%B0%D0%BB>,
        <http://lexvo.org/id/term/ben/%E0%A6%B8%E0%A7%87%E0%A6%A8%E0%A7%87%E0%A6%97%E0%A6%BE%E0%A6%B2>,
        <http://lexvo.org/id/term/bez/Husenegali>,
        <http://lexvo.org/id/term/bod/%E0%BD%A6%E0%BD%BA%E0%BC%8B%E0%BD%93%E0%BD%B2%E0%BC%8B%E0%BD%82%E0%BE%B7%E0%BD%A3%E0%BC%8D>,
        <http://lexvo.org/id/term/bos-Cyrl/%D0%A1%D0%B5%D0%BD%D0%B5%D0%B3%D0%B0%D0%BB>,
        <http://lexvo.org/id/term/bos/Senegal>,
        <http://lexvo.org/id/term/bre/Senegal>,
        <http://lexvo.org/id/term/brx/%E0%A4%B8%E0%A5%87%E0%A4%A8%E0%A5%87%E0%A4%97%E0%A4%BE%E0%A4%B2>,
        <http://lexvo.org/id/term/bul/%D0%A1%D0%B5%D0%BD%D0%B5%D0%B3%D0%B0%D0%BB>,
        <http://lexvo.org/id/term/byn/%E1%88%B4%E1%8A%94%E1%8C%8B%E1%88%8D>,
        <http://lexvo.org/id/term/cat/Senegal>,
        <http://lexvo.org/id/term/ces/Senegal>,
        <http://lexvo.org/id/term/cgg/Senego>,
        <http://lexvo.org/id/term/cmn-Hant/%E5%A1%9E%E5%85%A7%E5%8A%A0%E7%88%BE>,
        <http://lexvo.org/id/term/cmn/%E5%A1%9E%E5%86%85%E5%8A%A0%E5%B0%94>,
        <http://lexvo.org/id/term/cym/Senegal>,
        <http://lexvo.org/id/term/dan/Senegal>,
        <http://lexvo.org/id/term/dav/Senegali>,
        <http://lexvo.org/id/term/deu/Senegal>,
        <http://lexvo.org/id/term/dje/Senegal>,
        <http://lexvo.org/id/term/dyo/Senegal>,
        <http://lexvo.org/id/term/dzo/%E0%BD%A6%E0%BD%BA%E0%BC%8B%E0%BD%93%E0%BD%B2%E0%BC%8B%E0%BD%82%E0%BE%B7%E0%BD%A3>,
        <http://lexvo.org/id/term/ebu/Senegali>,
        <http://lexvo.org/id/term/ell/%CE%A3%CE%B5%CE%BD%CE%B5%CE%B3%CE%AC%CE%BB%CE%B7>,
        <http://lexvo.org/id/term/eng-Dsrt/%F0%90%90%9D%F0%90%90%AF%F0%90%91%8C%F0%90%90%B2%F0%90%91%80%F0%90%90%B1%F0%90%91%8A>,
        <http://lexvo.org/id/term/eng/ISO%203166-1%3ASN>,
        <http://lexvo.org/id/term/eng/Senegal>,
        <http://lexvo.org/id/term/epo/Senegalo>,
        <http://lexvo.org/id/term/est/Senegal>,
        <http://lexvo.org/id/term/eus/Senegal>,
        <http://lexvo.org/id/term/ewe/Senegal%20nutome>,
        <http://lexvo.org/id/term/ewo/Seneg%C3%A1l>,
        <http://lexvo.org/id/term/fao/Senegal>,
        <http://lexvo.org/id/term/fas/%D8%B3%D9%86%DA%AF%D8%A7%D9%84>,
        <http://lexvo.org/id/term/fas/%D8%B3%DB%8C%D9%86%DB%8C%DA%AF%D8%A7%D9%84>,
        <http://lexvo.org/id/term/fil/Senegal>,
        <http://lexvo.org/id/term/fin/Senegal>,
        <http://lexvo.org/id/term/fra/S%C3%A9n%C3%A9gal>,
        <http://lexvo.org/id/term/ful/Senegaal>,
        <http://lexvo.org/id/term/fur/Senegal>,
        <http://lexvo.org/id/term/gla/Seanagal>,
        <http://lexvo.org/id/term/gle/An%20tSeineag%C3%A1il>,
        <http://lexvo.org/id/term/glg/Senegal>,
        <http://lexvo.org/id/term/gsw/Senegal>,
        <http://lexvo.org/id/term/guj/%E0%AA%B8%E0%AB%87%E0%AA%A8%E0%AB%87%E0%AA%97%E0%AA%B2>,
        <http://lexvo.org/id/term/guz/Senegali>,
        <http://lexvo.org/id/term/hau/Sinigal>,
        <http://lexvo.org/id/term/heb/%D7%A1%D7%A0%D7%92%D7%9C>,
        <http://lexvo.org/id/term/hin/%E0%A4%B8%E0%A5%87%E0%A4%A8%E0%A5%87%E0%A4%97%E0%A4%B2>,
        <http://lexvo.org/id/term/hrv/Senegal>,
        <http://lexvo.org/id/term/hun/Szeneg%C3%A1l>,
        <http://lexvo.org/id/term/hye/%D5%8D%D5%A5%D5%B6%D5%A5%D5%A3%D5%A1%D5%AC>,
        <http://lexvo.org/id/term/ina/Senegal>,
        <http://lexvo.org/id/term/ind/Senegal>,
        <http://lexvo.org/id/term/isl/Senegal>,
        <http://lexvo.org/id/term/ita/Senegal>,
        <http://lexvo.org/id/term/jgo/S%C9%9Bn%C9%9Bg%C3%A2l>,
        <http://lexvo.org/id/term/jmc/Senegali>,
        <http://lexvo.org/id/term/jpn/%E3%82%BB%E3%83%8D%E3%82%AC%E3%83%AB>,
        <http://lexvo.org/id/term/kab/Sinigal>,
        <http://lexvo.org/id/term/kal/Senegal>,
        <http://lexvo.org/id/term/kam/Senegali>,
        <http://lexvo.org/id/term/kan/%E0%B2%B8%E0%B3%86%E0%B2%A8%E0%B3%86%E0%B2%97%E0%B2%B2%E0%B3%8D>,
        <http://lexvo.org/id/term/kas/%D8%B3%DB%8C%D9%86%DB%8C%DA%AF%D9%8E%D9%84>,
        <http://lexvo.org/id/term/kat/%E1%83%A1%E1%83%94%E1%83%9C%E1%83%94%E1%83%92%E1%83%90%E1%83%9A%E1%83%98>,
        <http://lexvo.org/id/term/kde/Senegali>,
        <http://lexvo.org/id/term/kea/Senegal>,
        <http://lexvo.org/id/term/khm/%E1%9E%9F%E1%9F%81%E1%9E%93%E1%9F%81%E1%9E%A0%E1%9F%92%E1%9E%80%E1%9E%B6%E1%9E%9B%E1%9F%8B>,
        <http://lexvo.org/id/term/khq/Senegal>,
        <http://lexvo.org/id/term/kik/Senegali>,
        <http://lexvo.org/id/term/kln/Emetab%20Senegal>,
        <http://lexvo.org/id/term/kor/%EC%84%B8%EB%84%A4%EA%B0%88>,
        <http://lexvo.org/id/term/ksb/Senegali>,
        <http://lexvo.org/id/term/ksf/s%C9%9Bn%C9%9Bgal>,
        <http://lexvo.org/id/term/ksh/der%20Sennejall>,
        <http://lexvo.org/id/term/lag/Seneg%C3%A1ali>,
        <http://lexvo.org/id/term/lao/%E0%BB%80%E0%BA%8A%E0%BB%80%E0%BA%99%E0%BA%81%E0%BA%AD%E0%BA%A5>,
        <http://lexvo.org/id/term/lav/Seneg%C4%81la>,
        <http://lexvo.org/id/term/lin/Senegal%C9%9B>,
        <http://lexvo.org/id/term/lit/Senegalas>,
        <http://lexvo.org/id/term/lub/Senegale>,
        <http://lexvo.org/id/term/lug/Senegaalo>,
        <http://lexvo.org/id/term/luo/Senegal>,
        <http://lexvo.org/id/term/luy/Senegali>,
        <http://lexvo.org/id/term/mal/%E0%B4%B8%E0%B5%86%E0%B4%A8%E0%B4%97%E0%B5%BD>,
        <http://lexvo.org/id/term/mar/%E0%A4%B8%E0%A5%87%E0%A4%A8%E0%A5%87%E0%A4%97%E0%A4%B2>,
        <http://lexvo.org/id/term/mas/Senegali>,
        <http://lexvo.org/id/term/mer/Senego>,
        <http://lexvo.org/id/term/mfe/Senegal>,
        <http://lexvo.org/id/term/mgh/Usenegali>,
        <http://lexvo.org/id/term/mkd/%D0%A1%D0%B5%D0%BD%D0%B5%D0%B3%D0%B0%D0%BB>,
        <http://lexvo.org/id/term/mlg/Senegal>,
        <http://lexvo.org/id/term/mlt/Senegal>,
        <http://lexvo.org/id/term/mua/Senegal>,
        <http://lexvo.org/id/term/mya/%E1%80%86%E1%80%AE%E1%80%94%E1%80%AE%E1%80%82%E1%80%B1%E1%80%AB>,
        <http://lexvo.org/id/term/naq/Senegali>,
        <http://lexvo.org/id/term/nde/Senegali>,
        <http://lexvo.org/id/term/nep/%E0%A4%B8%E0%A5%87%E0%A4%A8%E0%A5%87%E0%A4%97%E0%A4%BE%E0%A4%B2>,
        <http://lexvo.org/id/term/nld/Senegal>,
        <http://lexvo.org/id/term/nmg/Senegal>,
        <http://lexvo.org/id/term/nno/Senegal>,
        <http://lexvo.org/id/term/nob/Senegal>,
        <http://lexvo.org/id/term/nyn/Senego>,
        <http://lexvo.org/id/term/ori/%E0%AC%B8%E0%AD%87%E0%AC%A8%E0%AD%87%E0%AC%97%E0%AC%BE%E0%AC%B2%E0%AD%8D>,
        <http://lexvo.org/id/term/pol/Senegal>,
        <http://lexvo.org/id/term/por/Senegal>,
        <http://lexvo.org/id/term/rof/Senegali>,
        <http://lexvo.org/id/term/roh/Senegal>,
        <http://lexvo.org/id/term/ron/Senegal>,
        <http://lexvo.org/id/term/run/Senegali>,
        <http://lexvo.org/id/term/rus/%D0%A1%D0%B5%D0%BD%D0%B5%D0%B3%D0%B0%D0%BB>,
        <http://lexvo.org/id/term/rwk/Senegali>,
        <http://lexvo.org/id/term/sag/Seneg%C3%A4le>,
        <http://lexvo.org/id/term/saq/Senegali>,
        <http://lexvo.org/id/term/sbp/Senegali>,
        <http://lexvo.org/id/term/seh/Senegal>,
        <http://lexvo.org/id/term/ses/Senegal>,
        <http://lexvo.org/id/term/shi-Latn/ssinigal>,
        <http://lexvo.org/id/term/shi/%E2%B5%99%E2%B5%99%E2%B5%89%E2%B5%8F%E2%B5%89%E2%B4%B3%E2%B4%B0%E2%B5%8D>,
        <http://lexvo.org/id/term/sin/%E0%B7%83%E0%B7%99%E0%B6%B1%E0%B6%9C%E0%B7%8F%E0%B6%BD%E0%B7%8A>,
        <http://lexvo.org/id/term/slk/Senegal>,
        <http://lexvo.org/id/term/slv/Senegal>,
        <http://lexvo.org/id/term/sme/Senegal>,
        <http://lexvo.org/id/term/sna/Senegal>,
        <http://lexvo.org/id/term/som/Sinigaal>,
        <http://lexvo.org/id/term/spa/Senegal>,
        <http://lexvo.org/id/term/srp-Latn/Senegal>,
        <http://lexvo.org/id/term/srp/%D0%A1%D0%B5%D0%BD%D0%B5%D0%B3%D0%B0%D0%BB>,
        <http://lexvo.org/id/term/swc/Senegali>,
        <http://lexvo.org/id/term/swe/Senegal>,
        <http://lexvo.org/id/term/swh/Senegali>,
        <http://lexvo.org/id/term/tam/%E0%AE%9A%E0%AF%86%E0%AE%A9%E0%AF%86%E0%AE%95%E0%AE%B2%E0%AF%8D>,
        <http://lexvo.org/id/term/tel/%E0%B0%B8%E0%B1%86%E0%B0%A8%E0%B1%86%E0%B0%97%E0%B0%B2%E0%B1%8D>,
        <http://lexvo.org/id/term/teo/Senegali>,
        <http://lexvo.org/id/term/tha/%E0%B9%80%E0%B8%8B%E0%B9%80%E0%B8%99%E0%B8%81%E0%B8%B1%E0%B8%A5>,
        <http://lexvo.org/id/term/tig/%E1%88%B4%E1%8A%94%E1%8C%8B%E1%88%8D>,
        <http://lexvo.org/id/term/tir/%E1%88%B4%E1%8A%94%E1%8C%8B%E1%88%8D>,
        <http://lexvo.org/id/term/ton/Senikalo>,
        <http://lexvo.org/id/term/tur/Senegal>,
        <http://lexvo.org/id/term/twq/Senegal>,
        <http://lexvo.org/id/term/tzm/Ssini%C9%A3al>,
        <http://lexvo.org/id/term/ukr/%D0%A1%D0%B5%D0%BD%D0%B5%D0%B3%D0%B0%D0%BB>,
        <http://lexvo.org/id/term/urd/%D8%B3%DB%8C%D9%86%DB%8C%DA%AF%D9%84>,
        <http://lexvo.org/id/term/vai-Latn/Sinigaha>,
        <http://lexvo.org/id/term/vai/%EA%94%BB%EA%95%87%EA%95%AD%EA%95%8C>,
        <http://lexvo.org/id/term/vie/Senegal>,
        <http://lexvo.org/id/term/vun/Senegali>,
        <http://lexvo.org/id/term/wae/Senegal>,
        <http://lexvo.org/id/term/wal/%E1%88%B4%E1%8A%94%E1%8C%8B%E1%88%8D>,
        <http://lexvo.org/id/term/xog/Senegaalo>,
        <http://lexvo.org/id/term/yav/senek%C3%A1al>,
        <http://lexvo.org/id/term/yor/Or%C3%ADl%E1%BA%B9%CC%81%C3%A8de%20S%E1%BA%B9n%E1%BA%B9ga>,
        <http://lexvo.org/id/term/zsm/Senegal>,
        <http://lexvo.org/id/term/zul/i-Senegal> ;
    owl:sameAs <http://psi.oasis-open.org/iso/3166/#686>,
        <http://sws.geonames.org/2245662/> .

<http://lexvo.org/id/iso3166/SO> a lvont:GeographicRegion ;
    rdfs:label "Somalië"@af,
        "Sòmalìa"@agq,
        "Somalia"@ak,
        "ሱማሌ"@am,
        "الصومال"@ar,
        "Thomalia"@asa,
        "Somalia"@ast,
        "Somaliya"@az,
        "Sòmalìà"@bas,
        "Самалі"@be,
        "Husomalia"@bez,
        "Сомалия"@bg,
        "Somali"@bm,
        "সোমালি"@bn,
        "སོ་མཱལི་ཡ།"@bo,
        "Somalia"@br,
        "सोमालिया"@brx,
        "Somalija"@bs,
        "Сомалија"@bs-Cyrl,
        "ሱማሌ"@byn,
        "Somàlia"@ca,
        "Somaariya"@cgg,
        "索马里"@cmn,
        "索馬利亞"@cmn-Hant,
        "Somálsko"@cs,
        "Somalia"@cy,
        "Somalia"@da,
        "Somalia"@dav,
        "Somalia"@de,
        "Somaali"@dje,
        "Somali"@dyo,
        "སོ་མ་ལི་ཡ"@dz,
        "Somalia"@ebu,
        "Somalia nutome"@ee,
        "Σομαλία"@el,
        "ISO 3166-1:SO"@en,
        "Somalia"@en,
        "𐐝𐐲𐑋𐐪𐑊𐐨𐐲"@en-Dsrt,
        "Somalujo"@eo,
        "Somalia"@es,
        "Somaalia"@et,
        "Somalia"@eu,
        "Somália"@ewo,
        "سومالی"@fa,
        "سومالیه"@fa,
        "Somalii"@ff,
        "Somalia"@fi,
        "Somalia"@fil,
        "Somalia"@fo,
        "Somalie"@fr,
        "Somalie"@fur,
        "An tSomáil"@ga,
        "Somàilia"@gd,
        "Somalia"@gl,
        "Somaalia"@gsw,
        "સોમાલિયા"@gu,
        "Somalia"@guz,
        "Somaliya"@ha,
        "סומליה"@he,
        "सोमालिया"@hi,
        "Somalija"@hr,
        "Szomália"@hu,
        "Սոմալի"@hy,
        "Somalia"@ia,
        "Somalia"@id,
        "Sómalía"@is,
        "Somalia"@it,
        "ソマリア"@ja,
        "Sɔmɑlî"@jgo,
        "Somalia"@jmc,
        "სომალი"@ka,
        "Ṣumal"@kab,
        "Somalia"@kam,
        "Somalia"@kde,
        "Sumalia"@kea,
        "Somaali"@khq,
        "Somaria"@ki,
        "Somalia"@kl,
        "Emetab Somalia"@kln,
        "សូម៉ាលី"@km,
        "ಸೊಮಾಲಿಯಾ"@kn,
        "소말리아"@ko,
        "سومالِیا"@ks,
        "Somalia"@ksb,
        "somalí"@ksf,
        "Somaalije"@ksh,
        "Somália"@lag,
        "Somaliya"@lg,
        "Somali"@ln,
        "ໂຊມາເລຍ"@lo,
        "Somalis"@lt,
        "Somali"@lu,
        "Somalia"@luo,
        "Somalia"@luy,
        "Somālija"@lv,
        "Somalia"@mas,
        "Somalia"@mer,
        "Somali"@mfe,
        "Somalia"@mg,
        "Usomalia"@mgh,
        "Сомалија"@mk,
        "സോമാലിയ"@ml,
        "सोमालिया"@mr,
        "Somalja"@mt,
        "Somaliya"@mua,
        "ဆိုမာလီယာ"@my,
        "Somaliab"@naq,
        "Somalia"@nb,
        "Somaliya"@nd,
        "सोमालिया"@ne,
        "Somalië"@nl,
        "Somália"@nmg,
        "Somalia"@nn,
        "Somaariya"@nyn,
        "ସୋମାଲିଆ"@or,
        "Somalia"@pl,
        "Somália"@pt,
        "Somalia"@rm,
        "Somaliya"@rn,
        "Somalia"@ro,
        "Somalia"@rof,
        "Сомали"@ru,
        "Somalia"@rwk,
        "Somalia"@saq,
        "Somaliya"@sbp,
        "Somália"@se,
        "Somália"@seh,
        "Somaali"@ses,
        "Somalïi"@sg,
        "ⵚⵚⵓⵎⴰⵍ"@shi,
        "ṣṣumal"@shi-Latn,
        "සෝමාලියාව"@si,
        "Somálsko"@sk,
        "Somalija"@sl,
        "Somalia"@sn,
        "Soomaaliya"@so,
        "Somali"@sq,
        "Сомалија"@sr,
        "Somalija"@sr-Latn,
        "Somalia"@sv,
        "Somalia"@swc,
        "Somalia"@swh,
        "சொமாலியா"@ta,
        "సోమాలియా"@te,
        "Somalia"@teo,
        "โซมาเลีย"@th,
        "ሱማሌ"@ti,
        "ሱማሌ"@tig,
        "Sōmalia"@to,
        "Somali"@tr,
        "Somaali"@twq,
        "Ṣṣumal"@tzm,
        "Сомалі"@uk,
        "صومالیہ"@ur,
        "ꖇꕮꔷꕩ"@vai,
        "Somaliya"@vai-Latn,
        "Somali"@vi,
        "Somalia"@vun,
        "Somalia"@wae,
        "ሱማሌ"@wal,
        "Somaliya"@xog,
        "somalí"@yav,
        "Orílẹ́ède Somalia"@yo,
        "Somalia"@zsm,
        "i-Somalia"@zu ;
    lvont:label <http://lexvo.org/id/term/afr/Somali%C3%AB>,
        <http://lexvo.org/id/term/agq/S%C3%B2mal%C3%ACa>,
        <http://lexvo.org/id/term/aka/Somalia>,
        <http://lexvo.org/id/term/amh/%E1%88%B1%E1%88%9B%E1%88%8C>,
        <http://lexvo.org/id/term/ara/%D8%A7%D9%84%D8%B5%D9%88%D9%85%D8%A7%D9%84>,
        <http://lexvo.org/id/term/asa/Thomalia>,
        <http://lexvo.org/id/term/ast/Somalia>,
        <http://lexvo.org/id/term/aze/Somaliya>,
        <http://lexvo.org/id/term/bam/Somali>,
        <http://lexvo.org/id/term/bas/S%C3%B2mal%C3%AC%C3%A0>,
        <http://lexvo.org/id/term/bel/%D0%A1%D0%B0%D0%BC%D0%B0%D0%BB%D1%96>,
        <http://lexvo.org/id/term/ben/%E0%A6%B8%E0%A7%8B%E0%A6%AE%E0%A6%BE%E0%A6%B2%E0%A6%BF>,
        <http://lexvo.org/id/term/bez/Husomalia>,
        <http://lexvo.org/id/term/bod/%E0%BD%A6%E0%BD%BC%E0%BC%8B%E0%BD%98%E0%BD%B1%E0%BD%A3%E0%BD%B2%E0%BC%8B%E0%BD%A1%E0%BC%8D>,
        <http://lexvo.org/id/term/bos-Cyrl/%D0%A1%D0%BE%D0%BC%D0%B0%D0%BB%D0%B8%D1%98%D0%B0>,
        <http://lexvo.org/id/term/bos/Somalija>,
        <http://lexvo.org/id/term/bre/Somalia>,
        <http://lexvo.org/id/term/brx/%E0%A4%B8%E0%A5%8B%E0%A4%AE%E0%A4%BE%E0%A4%B2%E0%A4%BF%E0%A4%AF%E0%A4%BE>,
        <http://lexvo.org/id/term/bul/%D0%A1%D0%BE%D0%BC%D0%B0%D0%BB%D0%B8%D1%8F>,
        <http://lexvo.org/id/term/byn/%E1%88%B1%E1%88%9B%E1%88%8C>,
        <http://lexvo.org/id/term/cat/Som%C3%A0lia>,
        <http://lexvo.org/id/term/ces/Som%C3%A1lsko>,
        <http://lexvo.org/id/term/cgg/Somaariya>,
        <http://lexvo.org/id/term/cmn-Hant/%E7%B4%A2%E9%A6%AC%E5%88%A9%E4%BA%9E>,
        <http://lexvo.org/id/term/cmn/%E7%B4%A2%E9%A9%AC%E9%87%8C>,
        <http://lexvo.org/id/term/cym/Somalia>,
        <http://lexvo.org/id/term/dan/Somalia>,
        <http://lexvo.org/id/term/dav/Somalia>,
        <http://lexvo.org/id/term/deu/Somalia>,
        <http://lexvo.org/id/term/dje/Somaali>,
        <http://lexvo.org/id/term/dyo/Somali>,
        <http://lexvo.org/id/term/dzo/%E0%BD%A6%E0%BD%BC%E0%BC%8B%E0%BD%98%E0%BC%8B%E0%BD%A3%E0%BD%B2%E0%BC%8B%E0%BD%A1>,
        <http://lexvo.org/id/term/ebu/Somalia>,
        <http://lexvo.org/id/term/ell/%CE%A3%CE%BF%CE%BC%CE%B1%CE%BB%CE%AF%CE%B1>,
        <http://lexvo.org/id/term/eng-Dsrt/%F0%90%90%9D%F0%90%90%B2%F0%90%91%8B%F0%90%90%AA%F0%90%91%8A%F0%90%90%A8%F0%90%90%B2>,
        <http://lexvo.org/id/term/eng/ISO%203166-1%3ASO>,
        <http://lexvo.org/id/term/eng/Somalia>,
        <http://lexvo.org/id/term/epo/Somalujo>,
        <http://lexvo.org/id/term/est/Somaalia>,
        <http://lexvo.org/id/term/eus/Somalia>,
        <http://lexvo.org/id/term/ewe/Somalia%20nutome>,
        <http://lexvo.org/id/term/ewo/Som%C3%A1lia>,
        <http://lexvo.org/id/term/fao/Somalia>,
        <http://lexvo.org/id/term/fas/%D8%B3%D9%88%D9%85%D8%A7%D9%84%DB%8C>,
        <http://lexvo.org/id/term/fas/%D8%B3%D9%88%D9%85%D8%A7%D9%84%DB%8C%D9%87>,
        <http://lexvo.org/id/term/fil/Somalia>,
        <http://lexvo.org/id/term/fin/Somalia>,
        <http://lexvo.org/id/term/fra/Somalie>,
        <http://lexvo.org/id/term/ful/Somalii>,
        <http://lexvo.org/id/term/fur/Somalie>,
        <http://lexvo.org/id/term/gla/Som%C3%A0ilia>,
        <http://lexvo.org/id/term/gle/An%20tSom%C3%A1il>,
        <http://lexvo.org/id/term/glg/Somalia>,
        <http://lexvo.org/id/term/gsw/Somaalia>,
        <http://lexvo.org/id/term/guj/%E0%AA%B8%E0%AB%8B%E0%AA%AE%E0%AA%BE%E0%AA%B2%E0%AA%BF%E0%AA%AF%E0%AA%BE>,
        <http://lexvo.org/id/term/guz/Somalia>,
        <http://lexvo.org/id/term/hau/Somaliya>,
        <http://lexvo.org/id/term/heb/%D7%A1%D7%95%D7%9E%D7%9C%D7%99%D7%94>,
        <http://lexvo.org/id/term/hin/%E0%A4%B8%E0%A5%8B%E0%A4%AE%E0%A4%BE%E0%A4%B2%E0%A4%BF%E0%A4%AF%E0%A4%BE>,
        <http://lexvo.org/id/term/hrv/Somalija>,
        <http://lexvo.org/id/term/hun/Szom%C3%A1lia>,
        <http://lexvo.org/id/term/hye/%D5%8D%D5%B8%D5%B4%D5%A1%D5%AC%D5%AB>,
        <http://lexvo.org/id/term/ina/Somalia>,
        <http://lexvo.org/id/term/ind/Somalia>,
        <http://lexvo.org/id/term/isl/S%C3%B3mal%C3%ADa>,
        <http://lexvo.org/id/term/ita/Somalia>,
        <http://lexvo.org/id/term/jgo/S%C9%94m%C9%91l%C3%AE>,
        <http://lexvo.org/id/term/jmc/Somalia>,
        <http://lexvo.org/id/term/jpn/%E3%82%BD%E3%83%9E%E3%83%AA%E3%82%A2>,
        <http://lexvo.org/id/term/kab/%E1%B9%A2umal>,
        <http://lexvo.org/id/term/kal/Somalia>,
        <http://lexvo.org/id/term/kam/Somalia>,
        <http://lexvo.org/id/term/kan/%E0%B2%B8%E0%B3%8A%E0%B2%AE%E0%B2%BE%E0%B2%B2%E0%B2%BF%E0%B2%AF%E0%B2%BE>,
        <http://lexvo.org/id/term/kas/%D8%B3%D9%88%D9%85%D8%A7%D9%84%D9%90%DB%8C%D8%A7>,
        <http://lexvo.org/id/term/kat/%E1%83%A1%E1%83%9D%E1%83%9B%E1%83%90%E1%83%9A%E1%83%98>,
        <http://lexvo.org/id/term/kde/Somalia>,
        <http://lexvo.org/id/term/kea/Sumalia>,
        <http://lexvo.org/id/term/khm/%E1%9E%9F%E1%9E%BC%E1%9E%98%E1%9F%89%E1%9E%B6%E1%9E%9B%E1%9E%B8>,
        <http://lexvo.org/id/term/khq/Somaali>,
        <http://lexvo.org/id/term/kik/Somaria>,
        <http://lexvo.org/id/term/kln/Emetab%20Somalia>,
        <http://lexvo.org/id/term/kor/%EC%86%8C%EB%A7%90%EB%A6%AC%EC%95%84>,
        <http://lexvo.org/id/term/ksb/Somalia>,
        <http://lexvo.org/id/term/ksf/somal%C3%AD>,
        <http://lexvo.org/id/term/ksh/Somaalije>,
        <http://lexvo.org/id/term/lag/Som%C3%A1lia>,
        <http://lexvo.org/id/term/lao/%E0%BB%82%E0%BA%8A%E0%BA%A1%E0%BA%B2%E0%BB%80%E0%BA%A5%E0%BA%8D>,
        <http://lexvo.org/id/term/lav/Som%C4%81lija>,
        <http://lexvo.org/id/term/lin/Somali>,
        <http://lexvo.org/id/term/lit/Somalis>,
        <http://lexvo.org/id/term/lub/Somali>,
        <http://lexvo.org/id/term/lug/Somaliya>,
        <http://lexvo.org/id/term/luo/Somalia>,
        <http://lexvo.org/id/term/luy/Somalia>,
        <http://lexvo.org/id/term/mal/%E0%B4%B8%E0%B5%8B%E0%B4%AE%E0%B4%BE%E0%B4%B2%E0%B4%BF%E0%B4%AF>,
        <http://lexvo.org/id/term/mar/%E0%A4%B8%E0%A5%8B%E0%A4%AE%E0%A4%BE%E0%A4%B2%E0%A4%BF%E0%A4%AF%E0%A4%BE>,
        <http://lexvo.org/id/term/mas/Somalia>,
        <http://lexvo.org/id/term/mer/Somalia>,
        <http://lexvo.org/id/term/mfe/Somali>,
        <http://lexvo.org/id/term/mgh/Usomalia>,
        <http://lexvo.org/id/term/mkd/%D0%A1%D0%BE%D0%BC%D0%B0%D0%BB%D0%B8%D1%98%D0%B0>,
        <http://lexvo.org/id/term/mlg/Somalia>,
        <http://lexvo.org/id/term/mlt/Somalja>,
        <http://lexvo.org/id/term/mua/Somaliya>,
        <http://lexvo.org/id/term/mya/%E1%80%86%E1%80%AD%E1%80%AF%E1%80%99%E1%80%AC%E1%80%9C%E1%80%AE%E1%80%9A%E1%80%AC>,
        <http://lexvo.org/id/term/naq/Somaliab>,
        <http://lexvo.org/id/term/nde/Somaliya>,
        <http://lexvo.org/id/term/nep/%E0%A4%B8%E0%A5%8B%E0%A4%AE%E0%A4%BE%E0%A4%B2%E0%A4%BF%E0%A4%AF%E0%A4%BE>,
        <http://lexvo.org/id/term/nld/Somali%C3%AB>,
        <http://lexvo.org/id/term/nmg/Som%C3%A1lia>,
        <http://lexvo.org/id/term/nno/Somalia>,
        <http://lexvo.org/id/term/nob/Somalia>,
        <http://lexvo.org/id/term/nyn/Somaariya>,
        <http://lexvo.org/id/term/ori/%E0%AC%B8%E0%AD%8B%E0%AC%AE%E0%AC%BE%E0%AC%B2%E0%AC%BF%E0%AC%86>,
        <http://lexvo.org/id/term/pol/Somalia>,
        <http://lexvo.org/id/term/por/Som%C3%A1lia>,
        <http://lexvo.org/id/term/rof/Somalia>,
        <http://lexvo.org/id/term/roh/Somalia>,
        <http://lexvo.org/id/term/ron/Somalia>,
        <http://lexvo.org/id/term/run/Somaliya>,
        <http://lexvo.org/id/term/rus/%D0%A1%D0%BE%D0%BC%D0%B0%D0%BB%D0%B8>,
        <http://lexvo.org/id/term/rwk/Somalia>,
        <http://lexvo.org/id/term/sag/Somal%C3%AFi>,
        <http://lexvo.org/id/term/saq/Somalia>,
        <http://lexvo.org/id/term/sbp/Somaliya>,
        <http://lexvo.org/id/term/seh/Som%C3%A1lia>,
        <http://lexvo.org/id/term/ses/Somaali>,
        <http://lexvo.org/id/term/shi-Latn/%E1%B9%A3%E1%B9%A3umal>,
        <http://lexvo.org/id/term/shi/%E2%B5%9A%E2%B5%9A%E2%B5%93%E2%B5%8E%E2%B4%B0%E2%B5%8D>,
        <http://lexvo.org/id/term/sin/%E0%B7%83%E0%B7%9D%E0%B6%B8%E0%B7%8F%E0%B6%BD%E0%B7%92%E0%B6%BA%E0%B7%8F%E0%B7%80>,
        <http://lexvo.org/id/term/slk/Som%C3%A1lsko>,
        <http://lexvo.org/id/term/slv/Somalija>,
        <http://lexvo.org/id/term/sme/Som%C3%A1lia>,
        <http://lexvo.org/id/term/sna/Somalia>,
        <http://lexvo.org/id/term/som/Soomaaliya>,
        <http://lexvo.org/id/term/spa/Somalia>,
        <http://lexvo.org/id/term/sqi/Somali>,
        <http://lexvo.org/id/term/srp-Latn/Somalija>,
        <http://lexvo.org/id/term/srp/%D0%A1%D0%BE%D0%BC%D0%B0%D0%BB%D0%B8%D1%98%D0%B0>,
        <http://lexvo.org/id/term/swc/Somalia>,
        <http://lexvo.org/id/term/swe/Somalia>,
        <http://lexvo.org/id/term/swh/Somalia>,
        <http://lexvo.org/id/term/tam/%E0%AE%9A%E0%AF%8A%E0%AE%AE%E0%AE%BE%E0%AE%B2%E0%AE%BF%E0%AE%AF%E0%AE%BE>,
        <http://lexvo.org/id/term/tel/%E0%B0%B8%E0%B1%8B%E0%B0%AE%E0%B0%BE%E0%B0%B2%E0%B0%BF%E0%B0%AF%E0%B0%BE>,
        <http://lexvo.org/id/term/teo/Somalia>,
        <http://lexvo.org/id/term/tha/%E0%B9%82%E0%B8%8B%E0%B8%A1%E0%B8%B2%E0%B9%80%E0%B8%A5%E0%B8%B5%E0%B8%A2>,
        <http://lexvo.org/id/term/tig/%E1%88%B1%E1%88%9B%E1%88%8C>,
        <http://lexvo.org/id/term/tir/%E1%88%B1%E1%88%9B%E1%88%8C>,
        <http://lexvo.org/id/term/ton/S%C5%8Dmalia>,
        <http://lexvo.org/id/term/tur/Somali>,
        <http://lexvo.org/id/term/twq/Somaali>,
        <http://lexvo.org/id/term/tzm/%E1%B9%A2%E1%B9%A3umal>,
        <http://lexvo.org/id/term/ukr/%D0%A1%D0%BE%D0%BC%D0%B0%D0%BB%D1%96>,
        <http://lexvo.org/id/term/urd/%D8%B5%D9%88%D9%85%D8%A7%D9%84%DB%8C%DB%81>,
        <http://lexvo.org/id/term/vai-Latn/Somaliya>,
        <http://lexvo.org/id/term/vai/%EA%96%87%EA%95%AE%EA%94%B7%EA%95%A9>,
        <http://lexvo.org/id/term/vie/Somali>,
        <http://lexvo.org/id/term/vun/Somalia>,
        <http://lexvo.org/id/term/wae/Somalia>,
        <http://lexvo.org/id/term/wal/%E1%88%B1%E1%88%9B%E1%88%8C>,
        <http://lexvo.org/id/term/xog/Somaliya>,
        <http://lexvo.org/id/term/yav/somal%C3%AD>,
        <http://lexvo.org/id/term/yor/Or%C3%ADl%E1%BA%B9%CC%81%C3%A8de%20Somalia>,
        <http://lexvo.org/id/term/zsm/Somalia>,
        <http://lexvo.org/id/term/zul/i-Somalia> ;
    owl:sameAs <http://psi.oasis-open.org/iso/3166/#706>,
        <http://sws.geonames.org/51537/> .

<http://lexvo.org/id/iso3166/SR> a lvont:GeographicRegion ;
    rdfs:label "Suriname"@af,
        "Sulènamè"@agq,
        "Suriname"@ak,
        "ሱሪናም"@am,
        "سورينام"@ar,
        "Thurinamu"@asa,
        "Surinam"@ast,
        "surinamə"@az,
        "Sùrinâm"@bas,
        "Сурынам"@be,
        "Husurinamu"@bez,
        "Суринам"@bg,
        "Surinami"@bm,
        "সুরিনাম"@bn,
        "སུ་རི་ནཱམ།"@bo,
        "Surinam"@br,
        "सुरिनाम"@brx,
        "Surinam"@bs,
        "Суринам"@bs-Cyrl,
        "Surinam"@ca,
        "Surinaamu"@cgg,
        "苏里南"@cmn,
        "蘇利南"@cmn-Hant,
        "Surinam"@cs,
        "Swrinam"@cy,
        "Surinam"@da,
        "Surinamu"@dav,
        "Suriname"@de,
        "Surinaam"@dje,
        "སུ་རི་ནཱམ"@dz,
        "Surinamu"@ebu,
        "Suriname nutome"@ee,
        "Σουρινάμ"@el,
        "ISO 3166-1:SR"@en,
        "Suriname"@en,
        "𐐝𐐭𐑉𐐲𐑌𐐪𐑋"@en-Dsrt,
        "Surinamo"@eo,
        "Surinam"@es,
        "Suriname"@et,
        "Surinam"@eu,
        "Surinám"@ewo,
        "سورینام"@fa,
        "Surinaam"@ff,
        "Surinam"@fi,
        "Suriname"@fil,
        "Surinam"@fo,
        "Suriname"@fr,
        "Suriname"@fur,
        "Suranam"@ga,
        "Suranam"@gd,
        "Surinam"@gl,
        "Surinam"@gsw,
        "સુરીનામ"@gu,
        "Surinamu"@guz,
        "Suriname"@ha,
        "סורינם"@he,
        "सुरिनाम"@hi,
        "Surinam"@hr,
        "Suriname"@hu,
        "Սուրինամ"@hy,
        "Suriname"@ia,
        "Suriname"@id,
        "Súrínam"@is,
        "Suriname"@it,
        "スリナム"@ja,
        "Surinamu"@jmc,
        "სურინამი"@ka,
        "Surinam"@kab,
        "Surinamu"@kam,
        "Sulinamu"@kde,
        "Surinami"@kea,
        "Surinaam"@khq,
        "Surinamu"@ki,
        "Suriname"@kl,
        "Emetab Suriname"@kln,
        "សូរីណាម"@km,
        "ಸುರಿನಾಮ"@kn,
        "수리남"@ko,
        "سُرِنام"@ks,
        "Sulinamu"@ksb,
        "surinam"@ksf,
        "Sürinamm"@ksh,
        "Surináamu"@lag,
        "Surinaamu"@lg,
        "Surinamɛ"@ln,
        "ຊູລິນາມິ"@lo,
        "Surinamas"@lt,
        "Suriname"@lu,
        "Suriname"@luo,
        "Surinamu"@luy,
        "Surinama"@lv,
        "Surinamu"@mas,
        "Surinamu"@mer,
        "Surinam"@mfe,
        "Sorinam"@mg,
        "Usurinamu"@mgh,
        "Суринам"@mk,
        "സുറിനാം"@ml,
        "सुरिनाम"@mr,
        "Surinam"@mt,
        "Sǝr Surinam"@mua,
        "Suriname"@naq,
        "Surinam"@nb,
        "Suriname"@nd,
        "सुरिनेम"@ne,
        "Suriname"@nl,
        "Surinam"@nmg,
        "Surinam"@nn,
        "Surinaamu"@nyn,
        "ସୁରିନାମ"@or,
        "Surinam"@pl,
        "Suriname"@pt,
        "Surinam"@rm,
        "Suriname"@rn,
        "Surinam"@ro,
        "Surinamu"@rof,
        "Суринам"@ru,
        "Surinamu"@rwk,
        "Surinamu"@saq,
        "Sulinamu"@sbp,
        "Surinam"@se,
        "Suriname"@seh,
        "Surinaam"@ses,
        "Surinäm"@sg,
        "ⵙⵓⵔⵉⵏⴰⵎ"@shi,
        "surinam"@shi-Latn,
        "සුරිනාමය"@si,
        "Surinam"@sk,
        "Surinam"@sl,
        "Suriname"@sn,
        "Suriname"@so,
        "Суринам"@sr,
        "Surinam"@sr-Latn,
        "Surinam"@sv,
        "Surinamu"@swc,
        "Surinamu"@swh,
        "சூரினாம்"@ta,
        "సురినామ్"@te,
        "Surinamu"@teo,
        "ซูรินาเม"@th,
        "ሱሪናም"@ti,
        "Sulinami"@to,
        "Surinam"@tr,
        "Surinaam"@twq,
        "Surinam"@tzm,
        "Суринам"@uk,
        "سورینام"@ur,
        "ꖬꔸꕯꔈ"@vai,
        "Surinambe"@vai-Latn,
        "Suriname"@vi,
        "Surinamu"@vun,
        "Suriname"@wae,
        "Surinaamu"@xog,
        "sulináam"@yav,
        "Orílẹ́ède Surinami"@yo,
        "Surinam"@zsm,
        "i-Suriname"@zu ;
    lvont:label <http://lexvo.org/id/term/afr/Suriname>,
        <http://lexvo.org/id/term/agq/Sul%C3%A8nam%C3%A8>,
        <http://lexvo.org/id/term/aka/Suriname>,
        <http://lexvo.org/id/term/amh/%E1%88%B1%E1%88%AA%E1%8A%93%E1%88%9D>,
        <http://lexvo.org/id/term/ara/%D8%B3%D9%88%D8%B1%D9%8A%D9%86%D8%A7%D9%85>,
        <http://lexvo.org/id/term/asa/Thurinamu>,
        <http://lexvo.org/id/term/ast/Surinam>,
        <http://lexvo.org/id/term/aze/surinam%C9%99>,
        <http://lexvo.org/id/term/bam/Surinami>,
        <http://lexvo.org/id/term/bas/S%C3%B9rin%C3%A2m>,
        <http://lexvo.org/id/term/bel/%D0%A1%D1%83%D1%80%D1%8B%D0%BD%D0%B0%D0%BC>,
        <http://lexvo.org/id/term/ben/%E0%A6%B8%E0%A7%81%E0%A6%B0%E0%A6%BF%E0%A6%A8%E0%A6%BE%E0%A6%AE>,
        <http://lexvo.org/id/term/bez/Husurinamu>,
        <http://lexvo.org/id/term/bod/%E0%BD%A6%E0%BD%B4%E0%BC%8B%E0%BD%A2%E0%BD%B2%E0%BC%8B%E0%BD%93%E0%BD%B1%E0%BD%98%E0%BC%8D>,
        <http://lexvo.org/id/term/bos-Cyrl/%D0%A1%D1%83%D1%80%D0%B8%D0%BD%D0%B0%D0%BC>,
        <http://lexvo.org/id/term/bos/Surinam>,
        <http://lexvo.org/id/term/bre/Surinam>,
        <http://lexvo.org/id/term/brx/%E0%A4%B8%E0%A5%81%E0%A4%B0%E0%A4%BF%E0%A4%A8%E0%A4%BE%E0%A4%AE>,
        <http://lexvo.org/id/term/bul/%D0%A1%D1%83%D1%80%D0%B8%D0%BD%D0%B0%D0%BC>,
        <http://lexvo.org/id/term/cat/Surinam>,
        <http://lexvo.org/id/term/ces/Surinam>,
        <http://lexvo.org/id/term/cgg/Surinaamu>,
        <http://lexvo.org/id/term/cmn-Hant/%E8%98%87%E5%88%A9%E5%8D%97>,
        <http://lexvo.org/id/term/cmn/%E8%8B%8F%E9%87%8C%E5%8D%97>,
        <http://lexvo.org/id/term/cym/Swrinam>,
        <http://lexvo.org/id/term/dan/Surinam>,
        <http://lexvo.org/id/term/dav/Surinamu>,
        <http://lexvo.org/id/term/deu/Suriname>,
        <http://lexvo.org/id/term/dje/Surinaam>,
        <http://lexvo.org/id/term/dzo/%E0%BD%A6%E0%BD%B4%E0%BC%8B%E0%BD%A2%E0%BD%B2%E0%BC%8B%E0%BD%93%E0%BD%B1%E0%BD%98>,
        <http://lexvo.org/id/term/ebu/Surinamu>,
        <http://lexvo.org/id/term/ell/%CE%A3%CE%BF%CF%85%CF%81%CE%B9%CE%BD%CE%AC%CE%BC>,
        <http://lexvo.org/id/term/eng-Dsrt/%F0%90%90%9D%F0%90%90%AD%F0%90%91%89%F0%90%90%B2%F0%90%91%8C%F0%90%90%AA%F0%90%91%8B>,
        <http://lexvo.org/id/term/eng/ISO%203166-1%3ASR>,
        <http://lexvo.org/id/term/eng/Suriname>,
        <http://lexvo.org/id/term/epo/Surinamo>,
        <http://lexvo.org/id/term/est/Suriname>,
        <http://lexvo.org/id/term/eus/Surinam>,
        <http://lexvo.org/id/term/ewe/Suriname%20nutome>,
        <http://lexvo.org/id/term/ewo/Surin%C3%A1m>,
        <http://lexvo.org/id/term/fao/Surinam>,
        <http://lexvo.org/id/term/fas/%D8%B3%D9%88%D8%B1%DB%8C%D9%86%D8%A7%D9%85>,
        <http://lexvo.org/id/term/fil/Suriname>,
        <http://lexvo.org/id/term/fin/Surinam>,
        <http://lexvo.org/id/term/fra/Suriname>,
        <http://lexvo.org/id/term/ful/Surinaam>,
        <http://lexvo.org/id/term/fur/Suriname>,
        <http://lexvo.org/id/term/gla/Suranam>,
        <http://lexvo.org/id/term/gle/Suranam>,
        <http://lexvo.org/id/term/glg/Surinam>,
        <http://lexvo.org/id/term/gsw/Surinam>,
        <http://lexvo.org/id/term/guj/%E0%AA%B8%E0%AB%81%E0%AA%B0%E0%AB%80%E0%AA%A8%E0%AA%BE%E0%AA%AE>,
        <http://lexvo.org/id/term/guz/Surinamu>,
        <http://lexvo.org/id/term/hau/Suriname>,
        <http://lexvo.org/id/term/heb/%D7%A1%D7%95%D7%A8%D7%99%D7%A0%D7%9D>,
        <http://lexvo.org/id/term/hin/%E0%A4%B8%E0%A5%81%E0%A4%B0%E0%A4%BF%E0%A4%A8%E0%A4%BE%E0%A4%AE>,
        <http://lexvo.org/id/term/hrv/Surinam>,
        <http://lexvo.org/id/term/hun/Suriname>,
        <http://lexvo.org/id/term/hye/%D5%8D%D5%B8%D6%82%D6%80%D5%AB%D5%B6%D5%A1%D5%B4>,
        <http://lexvo.org/id/term/ina/Suriname>,
        <http://lexvo.org/id/term/ind/Suriname>,
        <http://lexvo.org/id/term/isl/S%C3%BAr%C3%ADnam>,
        <http://lexvo.org/id/term/ita/Suriname>,
        <http://lexvo.org/id/term/jmc/Surinamu>,
        <http://lexvo.org/id/term/jpn/%E3%82%B9%E3%83%AA%E3%83%8A%E3%83%A0>,
        <http://lexvo.org/id/term/kab/Surinam>,
        <http://lexvo.org/id/term/kal/Suriname>,
        <http://lexvo.org/id/term/kam/Surinamu>,
        <http://lexvo.org/id/term/kan/%E0%B2%B8%E0%B3%81%E0%B2%B0%E0%B2%BF%E0%B2%A8%E0%B2%BE%E0%B2%AE>,
        <http://lexvo.org/id/term/kas/%D8%B3%D9%8F%D8%B1%D9%90%D9%86%D8%A7%D9%85>,
        <http://lexvo.org/id/term/kat/%E1%83%A1%E1%83%A3%E1%83%A0%E1%83%98%E1%83%9C%E1%83%90%E1%83%9B%E1%83%98>,
        <http://lexvo.org/id/term/kde/Sulinamu>,
        <http://lexvo.org/id/term/kea/Surinami>,
        <http://lexvo.org/id/term/khm/%E1%9E%9F%E1%9E%BC%E1%9E%9A%E1%9E%B8%E1%9E%8E%E1%9E%B6%E1%9E%98>,
        <http://lexvo.org/id/term/khq/Surinaam>,
        <http://lexvo.org/id/term/kik/Surinamu>,
        <http://lexvo.org/id/term/kln/Emetab%20Suriname>,
        <http://lexvo.org/id/term/kor/%EC%88%98%EB%A6%AC%EB%82%A8>,
        <http://lexvo.org/id/term/ksb/Sulinamu>,
        <http://lexvo.org/id/term/ksf/surinam>,
        <http://lexvo.org/id/term/ksh/S%C3%BCrinamm>,
        <http://lexvo.org/id/term/lag/Surin%C3%A1amu>,
        <http://lexvo.org/id/term/lao/%E0%BA%8A%E0%BA%B9%E0%BA%A5%E0%BA%B4%E0%BA%99%E0%BA%B2%E0%BA%A1%E0%BA%B4>,
        <http://lexvo.org/id/term/lav/Surinama>,
        <http://lexvo.org/id/term/lin/Surinam%C9%9B>,
        <http://lexvo.org/id/term/lit/Surinamas>,
        <http://lexvo.org/id/term/lub/Suriname>,
        <http://lexvo.org/id/term/lug/Surinaamu>,
        <http://lexvo.org/id/term/luo/Suriname>,
        <http://lexvo.org/id/term/luy/Surinamu>,
        <http://lexvo.org/id/term/mal/%E0%B4%B8%E0%B5%81%E0%B4%B1%E0%B4%BF%E0%B4%A8%E0%B4%BE%E0%B4%82>,
        <http://lexvo.org/id/term/mar/%E0%A4%B8%E0%A5%81%E0%A4%B0%E0%A4%BF%E0%A4%A8%E0%A4%BE%E0%A4%AE>,
        <http://lexvo.org/id/term/mas/Surinamu>,
        <http://lexvo.org/id/term/mer/Surinamu>,
        <http://lexvo.org/id/term/mfe/Surinam>,
        <http://lexvo.org/id/term/mgh/Usurinamu>,
        <http://lexvo.org/id/term/mkd/%D0%A1%D1%83%D1%80%D0%B8%D0%BD%D0%B0%D0%BC>,
        <http://lexvo.org/id/term/mlg/Sorinam>,
        <http://lexvo.org/id/term/mlt/Surinam>,
        <http://lexvo.org/id/term/mua/S%C7%9Dr%20Surinam>,
        <http://lexvo.org/id/term/naq/Suriname>,
        <http://lexvo.org/id/term/nde/Suriname>,
        <http://lexvo.org/id/term/nep/%E0%A4%B8%E0%A5%81%E0%A4%B0%E0%A4%BF%E0%A4%A8%E0%A5%87%E0%A4%AE>,
        <http://lexvo.org/id/term/nld/Suriname>,
        <http://lexvo.org/id/term/nmg/Surinam>,
        <http://lexvo.org/id/term/nno/Surinam>,
        <http://lexvo.org/id/term/nob/Surinam>,
        <http://lexvo.org/id/term/nyn/Surinaamu>,
        <http://lexvo.org/id/term/ori/%E0%AC%B8%E0%AD%81%E0%AC%B0%E0%AC%BF%E0%AC%A8%E0%AC%BE%E0%AC%AE>,
        <http://lexvo.org/id/term/pol/Surinam>,
        <http://lexvo.org/id/term/por/Suriname>,
        <http://lexvo.org/id/term/rof/Surinamu>,
        <http://lexvo.org/id/term/roh/Surinam>,
        <http://lexvo.org/id/term/ron/Surinam>,
        <http://lexvo.org/id/term/run/Suriname>,
        <http://lexvo.org/id/term/rus/%D0%A1%D1%83%D1%80%D0%B8%D0%BD%D0%B0%D0%BC>,
        <http://lexvo.org/id/term/rwk/Surinamu>,
        <http://lexvo.org/id/term/sag/Surin%C3%A4m>,
        <http://lexvo.org/id/term/saq/Surinamu>,
        <http://lexvo.org/id/term/sbp/Sulinamu>,
        <http://lexvo.org/id/term/seh/Suriname>,
        <http://lexvo.org/id/term/ses/Surinaam>,
        <http://lexvo.org/id/term/shi-Latn/surinam>,
        <http://lexvo.org/id/term/shi/%E2%B5%99%E2%B5%93%E2%B5%94%E2%B5%89%E2%B5%8F%E2%B4%B0%E2%B5%8E>,
        <http://lexvo.org/id/term/sin/%E0%B7%83%E0%B7%94%E0%B6%BB%E0%B7%92%E0%B6%B1%E0%B7%8F%E0%B6%B8%E0%B6%BA>,
        <http://lexvo.org/id/term/slk/Surinam>,
        <http://lexvo.org/id/term/slv/Surinam>,
        <http://lexvo.org/id/term/sme/Surinam>,
        <http://lexvo.org/id/term/sna/Suriname>,
        <http://lexvo.org/id/term/som/Suriname>,
        <http://lexvo.org/id/term/spa/Surinam>,
        <http://lexvo.org/id/term/srp-Latn/Surinam>,
        <http://lexvo.org/id/term/srp/%D0%A1%D1%83%D1%80%D0%B8%D0%BD%D0%B0%D0%BC>,
        <http://lexvo.org/id/term/swc/Surinamu>,
        <http://lexvo.org/id/term/swe/Surinam>,
        <http://lexvo.org/id/term/swh/Surinamu>,
        <http://lexvo.org/id/term/tam/%E0%AE%9A%E0%AF%82%E0%AE%B0%E0%AE%BF%E0%AE%A9%E0%AE%BE%E0%AE%AE%E0%AF%8D>,
        <http://lexvo.org/id/term/tel/%E0%B0%B8%E0%B1%81%E0%B0%B0%E0%B0%BF%E0%B0%A8%E0%B0%BE%E0%B0%AE%E0%B1%8D>,
        <http://lexvo.org/id/term/teo/Surinamu>,
        <http://lexvo.org/id/term/tha/%E0%B8%8B%E0%B8%B9%E0%B8%A3%E0%B8%B4%E0%B8%99%E0%B8%B2%E0%B9%80%E0%B8%A1>,
        <http://lexvo.org/id/term/tir/%E1%88%B1%E1%88%AA%E1%8A%93%E1%88%9D>,
        <http://lexvo.org/id/term/ton/Sulinami>,
        <http://lexvo.org/id/term/tur/Surinam>,
        <http://lexvo.org/id/term/twq/Surinaam>,
        <http://lexvo.org/id/term/tzm/Surinam>,
        <http://lexvo.org/id/term/ukr/%D0%A1%D1%83%D1%80%D0%B8%D0%BD%D0%B0%D0%BC>,
        <http://lexvo.org/id/term/urd/%D8%B3%D9%88%D8%B1%DB%8C%D9%86%D8%A7%D9%85>,
        <http://lexvo.org/id/term/vai-Latn/Surinambe>,
        <http://lexvo.org/id/term/vai/%EA%96%AC%EA%94%B8%EA%95%AF%EA%94%88>,
        <http://lexvo.org/id/term/vie/Suriname>,
        <http://lexvo.org/id/term/vun/Surinamu>,
        <http://lexvo.org/id/term/wae/Suriname>,
        <http://lexvo.org/id/term/xog/Surinaamu>,
        <http://lexvo.org/id/term/yav/sulin%C3%A1am>,
        <http://lexvo.org/id/term/yor/Or%C3%ADl%E1%BA%B9%CC%81%C3%A8de%20Surinami>,
        <http://lexvo.org/id/term/zsm/Surinam>,
        <http://lexvo.org/id/term/zul/i-Suriname> ;
    owl:sameAs <http://psi.oasis-open.org/iso/3166/#740>,
        <http://sws.geonames.org/3382998/> .

<http://lexvo.org/id/iso3166/SS> a lvont:GeographicRegion ;
    rdfs:label "Suid-Soedan"@af,
        "ደቡብ ሱዳን"@am,
        "جنوب السودان"@ar,
        "Sudán del Sur"@ast,
        "Cənubi Sudan"@az,
        "Паўднёвы Судан"@be,
        "Южен Судан"@bg,
        "দক্ষিন সুদান"@bn,
        "Su Soudan"@br,
        "Južni Sudan"@bs,
        "Јужни Судан"@bs-Cyrl,
        "Sudan del Sud"@ca,
        "南苏丹"@cmn,
        "南蘇丹"@cmn-Hant,
        "Jižní Súdán"@cs,
        "De Swdan"@cy,
        "Sydsudan"@da,
        "Südsudan"@de,
        "སཱའུཐ་ སུ་ཌཱན"@dz,
        "Anyiehe Sudan nutome"@ee,
        "Νότιο Σουδάν"@el,
        "South Sudan"@en,
        "Sud-Sudano"@eo,
        "Sudán del Sur"@es,
        "Lõuna-Sudaan"@et,
        "Hego Sudan"@eu,
        "سودان جنوبی"@fa,
        "Etelä-Sudan"@fi,
        "South Sudan"@fil,
        "Suðursudan"@fo,
        "Soudan du Sud"@fr,
        "An tSúdáin Theas"@ga,
        "Sudán do sur"@gl,
        "દક્ષિણ સુદાન"@gu,
        "דרום סודן"@he,
        "दक्षिण सूडान"@hi,
        "Južni Sudan"@hr,
        "Dél-Szudán"@hu,
        "Հարավային Սուդան"@hy,
        "Sudan del Sud"@ia,
        "Sudan Selatan"@id,
        "Suður-Súdan"@is,
        "Sudan del Sud"@it,
        "南スーダン"@ja,
        "სამხრეთი სუდანი"@ka,
        "Sudãu di Sul"@kea,
        "ស៊ូដង់​ខាង​ត្បូង"@km,
        "ದಕ್ಷಿಣ ಸೂಡಾನ್"@kn,
        "남수단"@ko,
        "der Södsudahn"@ksh,
        "Sudani ya Sidi"@ln,
        "ຊູດານໃຕ້"@lo,
        "Pietų Sudanas"@lt,
        "Dienvidsudāna"@lv,
        "Јужен Судан"@mk,
        "ദക്ഷിണ സുഡാൻ"@ml,
        "दक्षिण सुदान"@mr,
        "Sør-Sudan"@nb,
        "दक्षिणी सुडान"@ne,
        "Zuid-Soedan"@nl,
        "Sør-Sudan"@nn,
        "ଦକ୍ଷିନ ସୁଦାନ"@or,
        "Sudan Południowy"@pl,
        "Sudão do Sul"@pt,
        "Sudan dal Sid"@rm,
        "Sudanul de Sud"@ro,
        "Южный Судан"@ru,
        "Máttasudan"@se,
        "Sudäan-Mbongo"@sg,
        "දකුණු සුඩානය"@si,
        "Južný Sudán"@sk,
        "Južni Sudan"@sl,
        "Koonfur Suudaan"@so,
        "Јужни Судан"@sr,
        "Sydsudan"@sv,
        "Sudani Kusini"@swh,
        "தெற்கு சூடான்"@ta,
        "దక్షిణ సూడాన్"@te,
        "ซูดานใต้"@th,
        "Sūtani tonga"@to,
        "Güney Sudan"@tr,
        "Південний Судан"@uk,
        "جنوبی سوڈان"@ur,
        "Nam Sudan"@vi,
        "Gúúsù Sudan"@yo,
        "Sudan Selatan"@zsm,
        "Iningizimu Sudan"@zu ;
    lvont:label <http://lexvo.org/id/term/afr/Suid-Soedan>,
        <http://lexvo.org/id/term/amh/%E1%8B%B0%E1%89%A1%E1%89%A5%20%E1%88%B1%E1%8B%B3%E1%8A%95>,
        <http://lexvo.org/id/term/ara/%D8%AC%D9%86%D9%88%D8%A8%20%D8%A7%D9%84%D8%B3%D9%88%D8%AF%D8%A7%D9%86>,
        <http://lexvo.org/id/term/ast/Sud%C3%A1n%20del%20Sur>,
        <http://lexvo.org/id/term/aze/C%C9%99nubi%20Sudan>,
        <http://lexvo.org/id/term/bel/%D0%9F%D0%B0%D1%9E%D0%B4%D0%BD%D1%91%D0%B2%D1%8B%20%D0%A1%D1%83%D0%B4%D0%B0%D0%BD>,
        <http://lexvo.org/id/term/ben/%E0%A6%A6%E0%A6%95%E0%A7%8D%E0%A6%B7%E0%A6%BF%E0%A6%A8%20%E0%A6%B8%E0%A7%81%E0%A6%A6%E0%A6%BE%E0%A6%A8>,
        <http://lexvo.org/id/term/bos-Cyrl/%D0%88%D1%83%D0%B6%D0%BD%D0%B8%20%D0%A1%D1%83%D0%B4%D0%B0%D0%BD>,
        <http://lexvo.org/id/term/bos/Ju%C5%BEni%20Sudan>,
        <http://lexvo.org/id/term/bre/Su%20Soudan>,
        <http://lexvo.org/id/term/bul/%D0%AE%D0%B6%D0%B5%D0%BD%20%D0%A1%D1%83%D0%B4%D0%B0%D0%BD>,
        <http://lexvo.org/id/term/cat/Sudan%20del%20Sud>,
        <http://lexvo.org/id/term/ces/Ji%C5%BEn%C3%AD%20S%C3%BAd%C3%A1n>,
        <http://lexvo.org/id/term/cmn-Hant/%E5%8D%97%E8%98%87%E4%B8%B9>,
        <http://lexvo.org/id/term/cmn/%E5%8D%97%E8%8B%8F%E4%B8%B9>,
        <http://lexvo.org/id/term/cym/De%20Swdan>,
        <http://lexvo.org/id/term/dan/Sydsudan>,
        <http://lexvo.org/id/term/deu/S%C3%BCdsudan>,
        <http://lexvo.org/id/term/dzo/%E0%BD%A6%E0%BD%B1%E0%BD%A0%E0%BD%B4%E0%BD%90%E0%BC%8B%20%E0%BD%A6%E0%BD%B4%E0%BC%8B%E0%BD%8C%E0%BD%B1%E0%BD%93>,
        <http://lexvo.org/id/term/ell/%CE%9D%CF%8C%CF%84%CE%B9%CE%BF%20%CE%A3%CE%BF%CF%85%CE%B4%CE%AC%CE%BD>,
        <http://lexvo.org/id/term/eng/South%20Sudan>,
        <http://lexvo.org/id/term/epo/Sud-Sudano>,
        <http://lexvo.org/id/term/est/L%C3%B5una-Sudaan>,
        <http://lexvo.org/id/term/eus/Hego%20Sudan>,
        <http://lexvo.org/id/term/ewe/Anyiehe%20Sudan%20nutome>,
        <http://lexvo.org/id/term/fao/Su%C3%B0ursudan>,
        <http://lexvo.org/id/term/fas/%D8%B3%D9%88%D8%AF%D8%A7%D9%86%20%D8%AC%D9%86%D9%88%D8%A8%DB%8C>,
        <http://lexvo.org/id/term/fil/South%20Sudan>,
        <http://lexvo.org/id/term/fin/Etel%C3%A4-Sudan>,
        <http://lexvo.org/id/term/fra/Soudan%20du%20Sud>,
        <http://lexvo.org/id/term/gle/An%20tS%C3%BAd%C3%A1in%20Theas>,
        <http://lexvo.org/id/term/glg/Sud%C3%A1n%20do%20sur>,
        <http://lexvo.org/id/term/guj/%E0%AA%A6%E0%AA%95%E0%AB%8D%E0%AA%B7%E0%AA%BF%E0%AA%A3%20%E0%AA%B8%E0%AB%81%E0%AA%A6%E0%AA%BE%E0%AA%A8>,
        <http://lexvo.org/id/term/heb/%D7%93%D7%A8%D7%95%D7%9D%20%D7%A1%D7%95%D7%93%D7%9F>,
        <http://lexvo.org/id/term/hin/%E0%A4%A6%E0%A4%95%E0%A5%8D%E0%A4%B7%E0%A4%BF%E0%A4%A3%20%E0%A4%B8%E0%A5%82%E0%A4%A1%E0%A4%BE%E0%A4%A8>,
        <http://lexvo.org/id/term/hrv/Ju%C5%BEni%20Sudan>,
        <http://lexvo.org/id/term/hun/D%C3%A9l-Szud%C3%A1n>,
        <http://lexvo.org/id/term/hye/%D5%80%D5%A1%D6%80%D5%A1%D5%BE%D5%A1%D5%B5%D5%AB%D5%B6%20%D5%8D%D5%B8%D6%82%D5%A4%D5%A1%D5%B6>,
        <http://lexvo.org/id/term/ina/Sudan%20del%20Sud>,
        <http://lexvo.org/id/term/ind/Sudan%20Selatan>,
        <http://lexvo.org/id/term/isl/Su%C3%B0ur-S%C3%BAdan>,
        <http://lexvo.org/id/term/ita/Sudan%20del%20Sud>,
        <http://lexvo.org/id/term/jpn/%E5%8D%97%E3%82%B9%E3%83%BC%E3%83%80%E3%83%B3>,
        <http://lexvo.org/id/term/kan/%E0%B2%A6%E0%B2%95%E0%B3%8D%E0%B2%B7%E0%B2%BF%E0%B2%A3%20%E0%B2%B8%E0%B3%82%E0%B2%A1%E0%B2%BE%E0%B2%A8%E0%B3%8D>,
        <http://lexvo.org/id/term/kat/%E1%83%A1%E1%83%90%E1%83%9B%E1%83%AE%E1%83%A0%E1%83%94%E1%83%97%E1%83%98%20%E1%83%A1%E1%83%A3%E1%83%93%E1%83%90%E1%83%9C%E1%83%98>,
        <http://lexvo.org/id/term/kea/Sud%C3%A3u%20di%20Sul>,
        <http://lexvo.org/id/term/khm/%E1%9E%9F%E1%9F%8A%E1%9E%BC%E1%9E%8A%E1%9E%84%E1%9F%8B%E2%80%8B%E1%9E%81%E1%9E%B6%E1%9E%84%E2%80%8B%E1%9E%8F%E1%9F%92%E1%9E%94%E1%9E%BC%E1%9E%84>,
        <http://lexvo.org/id/term/kor/%EB%82%A8%EC%88%98%EB%8B%A8>,
        <http://lexvo.org/id/term/ksh/der%20S%C3%B6dsudahn>,
        <http://lexvo.org/id/term/lao/%E0%BA%8A%E0%BA%B9%E0%BA%94%E0%BA%B2%E0%BA%99%E0%BB%83%E0%BA%95%E0%BB%89>,
        <http://lexvo.org/id/term/lav/Dienvidsud%C4%81na>,
        <http://lexvo.org/id/term/lin/Sudani%20ya%20Sidi>,
        <http://lexvo.org/id/term/lit/Piet%C5%B3%20Sudanas>,
        <http://lexvo.org/id/term/mal/%E0%B4%A6%E0%B4%95%E0%B5%8D%E0%B4%B7%E0%B4%BF%E0%B4%A3%20%E0%B4%B8%E0%B5%81%E0%B4%A1%E0%B4%BE%E0%B5%BB>,
        <http://lexvo.org/id/term/mar/%E0%A4%A6%E0%A4%95%E0%A5%8D%E0%A4%B7%E0%A4%BF%E0%A4%A3%20%E0%A4%B8%E0%A5%81%E0%A4%A6%E0%A4%BE%E0%A4%A8>,
        <http://lexvo.org/id/term/mkd/%D0%88%D1%83%D0%B6%D0%B5%D0%BD%20%D0%A1%D1%83%D0%B4%D0%B0%D0%BD>,
        <http://lexvo.org/id/term/nep/%E0%A4%A6%E0%A4%95%E0%A5%8D%E0%A4%B7%E0%A4%BF%E0%A4%A3%E0%A5%80%20%E0%A4%B8%E0%A5%81%E0%A4%A1%E0%A4%BE%E0%A4%A8>,
        <http://lexvo.org/id/term/nld/Zuid-Soedan>,
        <http://lexvo.org/id/term/nno/S%C3%B8r-Sudan>,
        <http://lexvo.org/id/term/nob/S%C3%B8r-Sudan>,
        <http://lexvo.org/id/term/ori/%E0%AC%A6%E0%AC%95%E0%AD%8D%E0%AC%B7%E0%AC%BF%E0%AC%A8%20%E0%AC%B8%E0%AD%81%E0%AC%A6%E0%AC%BE%E0%AC%A8>,
        <http://lexvo.org/id/term/pol/Sudan%20Po%C5%82udniowy>,
        <http://lexvo.org/id/term/por/Sud%C3%A3o%20do%20Sul>,
        <http://lexvo.org/id/term/roh/Sudan%20dal%20Sid>,
        <http://lexvo.org/id/term/ron/Sudanul%20de%20Sud>,
        <http://lexvo.org/id/term/rus/%D0%AE%D0%B6%D0%BD%D1%8B%D0%B9%20%D0%A1%D1%83%D0%B4%D0%B0%D0%BD>,
        <http://lexvo.org/id/term/sag/Sud%C3%A4an-Mbongo>,
        <http://lexvo.org/id/term/sin/%E0%B6%AF%E0%B6%9A%E0%B7%94%E0%B6%AB%E0%B7%94%20%E0%B7%83%E0%B7%94%E0%B6%A9%E0%B7%8F%E0%B6%B1%E0%B6%BA>,
        <http://lexvo.org/id/term/slk/Ju%C5%BEn%C3%BD%20Sud%C3%A1n>,
        <http://lexvo.org/id/term/slv/Ju%C5%BEni%20Sudan>,
        <http://lexvo.org/id/term/sme/M%C3%A1ttasudan>,
        <http://lexvo.org/id/term/som/Koonfur%20Suudaan>,
        <http://lexvo.org/id/term/spa/Sud%C3%A1n%20del%20Sur>,
        <http://lexvo.org/id/term/srp/%D0%88%D1%83%D0%B6%D0%BD%D0%B8%20%D0%A1%D1%83%D0%B4%D0%B0%D0%BD>,
        <http://lexvo.org/id/term/swe/Sydsudan>,
        <http://lexvo.org/id/term/swh/Sudani%20Kusini>,
        <http://lexvo.org/id/term/tam/%E0%AE%A4%E0%AF%86%E0%AE%B1%E0%AF%8D%E0%AE%95%E0%AF%81%20%E0%AE%9A%E0%AF%82%E0%AE%9F%E0%AE%BE%E0%AE%A9%E0%AF%8D>,
        <http://lexvo.org/id/term/tel/%E0%B0%A6%E0%B0%95%E0%B1%8D%E0%B0%B7%E0%B0%BF%E0%B0%A3%20%E0%B0%B8%E0%B1%82%E0%B0%A1%E0%B0%BE%E0%B0%A8%E0%B1%8D>,
        <http://lexvo.org/id/term/tha/%E0%B8%8B%E0%B8%B9%E0%B8%94%E0%B8%B2%E0%B8%99%E0%B9%83%E0%B8%95%E0%B9%89>,
        <http://lexvo.org/id/term/ton/S%C5%ABtani%20tonga>,
        <http://lexvo.org/id/term/tur/G%C3%BCney%20Sudan>,
        <http://lexvo.org/id/term/ukr/%D0%9F%D1%96%D0%B2%D0%B4%D0%B5%D0%BD%D0%BD%D0%B8%D0%B9%20%D0%A1%D1%83%D0%B4%D0%B0%D0%BD>,
        <http://lexvo.org/id/term/urd/%D8%AC%D9%86%D9%88%D8%A8%DB%8C%20%D8%B3%D9%88%DA%88%D8%A7%D9%86>,
        <http://lexvo.org/id/term/vie/Nam%20Sudan>,
        <http://lexvo.org/id/term/yor/G%C3%BA%C3%BAs%C3%B9%20Sudan>,
        <http://lexvo.org/id/term/zsm/Sudan%20Selatan>,
        <http://lexvo.org/id/term/zul/Iningizimu%20Sudan> .

<http://lexvo.org/id/iso3166/ST> a lvont:GeographicRegion ;
    rdfs:label "Sao Tome en Principe"@af,
        "Sawo Tɔ̀me à Kpèlènsikpɛ̀"@agq,
        "São Tomé and Príncipe"@ak,
        "ሳኦ ቶሜ እና ፕሪንሲፔ"@am,
        "ساو تومي وبرينسيبي"@ar,
        "Thao Tome na Principe"@asa,
        "Santu Tomé y Príncipe"@ast,
        "Sao Tom və Prinsip"@az,
        "Sào Tòme ɓɔ Prɛ̀ŋcipè"@bas,
        "Сан-Томэ і Прынсіпі"@be,
        "Husaotome na Huprinsipe"@bez,
        "Сао Томе и Принципе"@bg,
        "Sawo Tome-ni-Prinicipe"@bm,
        "সাওটোমা ও প্রিন্সিপি"@bn,
        "ས་འོ་ཏོད་མད། དང༌། པ྄རིན་སི་པེ།"@bo,
        "São Tomé ha Príncipe"@br,
        "साउँ-तोमे एवं प्रिंसिप"@brx,
        "Sao Tome i Principe"@bs,
        "Сао Томе и Принципе"@bs-Cyrl,
        "São Tomé i Príncipe"@ca,
        "Sawo Tome na Purinsipo"@cgg,
        "圣多美和普林西比"@cmn,
        "聖多美及普林西比"@cmn-Hant,
        "Svatý Tomáš a Princův ostrov"@cs,
        "Sao Tome a Principe"@cy,
        "Sao Tome og Principe"@da,
        "Sao Tome na Principe"@dav,
        "Sao Tomé und Principe"@de,
        "São Tomé und Príncipe"@de,
        "Sao Tome nda Prinsipe"@dje,
        "སཝ་ ཊོ་མེ་ ཨེནཌ་ པྲྀན་སི་པེ"@dz,
        "Sao Tome na Principe"@ebu,
        "São Tomé kple Príncipe nutome"@ee,
        "Σάο Τομέ και Πρίνσιπε"@el,
        "ISO 3166-1:ST"@en,
        "São Tomé and Príncipe"@en,
        "𐐝𐐵 𐐓𐐬𐑋 𐐰𐑌𐐼 𐐑𐑉𐐮𐑌𐐽𐐮𐐹𐐩"@en-Dsrt,
        "Sao-Tomeo kaj Principeo"@eo,
        "Santo Tomé y Príncipe"@es,
        "São Tomé ja Príncipe"@et,
        "Sao Tome eta Principe"@eu,
        "Saó Tomé ai Pəlinəsípe"@ewo,
        "سائو تومه و پرینسیپ"@fa,
        "سائوتومه و پرینسیپه"@fa,
        "Sawo Tome e Perensipe"@ff,
        "São Tomé ja Príncipe"@fi,
        "Sao Tome and Principe"@fil,
        "Sao Tome og Prinsipi"@fo,
        "Sao Tomé-et-Principe"@fr,
        "Sao Tomé-et-Príncipe"@fr,
        "Sao Tomè e Principe"@fur,
        "Sao Tome agus Principe"@ga,
        "São Tomé is Príncipe"@gd,
        "Santo Tomé e Príncipe"@gl,
        "Sao Tome und Prinssipe"@gsw,
        "સાઓ ટૉમ અને પ્રિંસિપે"@gu,
        "Sao Tome na Principe"@guz,
        "Sawo Tome Da Paransip"@ha,
        "סאו טומה ופרינסיפה"@he,
        "साउ-तोम-प्रिंसिप"@hi,
        "Sveti Toma i Prinsipe"@hr,
        "Sao Tomé és Príncipe"@hu,
        "Սան-Թոմե-Փրինսիպի"@hy,
        "Sao Tome dan Principe"@id,
        "Saó Tóme og Prinsípe"@is,
        "Sao Tomé e Príncipe"@it,
        "サントメ・プリンシペ"@ja,
        "Sɑ́wɔŋ Tɔmɛ́ nɛ́ Pɛlínsipɛ"@jgo,
        "Sao Tome na Principe"@jmc,
        "საო-ტომე და პრინსიპი"@ka,
        "Saw Tumi d Pransip"@kab,
        "Sao Tome na Principe"@kam,
        "Saotome na Prinsipe"@kde,
        "Sãu Tume i Prinsipi"@kea,
        "Sao Tome nda Prinsipe"@khq,
        "Sao Tome na Principe"@ki,
        "São Tomé aamma Príncipe"@kl,
        "Emetab São Tomé and Príncipe"@kln,
        "សៅ​តុំ និង​ព្រីនស៊ីប៉េ"@km,
        "ಸಾವೋ ಟೋಮ್ ಮತ್ತು ಪ್ರಿನ್ಸಿಪೆ"@kn,
        "상투메 프린시페"@ko,
        "ساو توم تہٕ پرٛنسِپی"@ks,
        "Sao Tome na Plincipe"@ksb,
        "saotomɛ́ ri priŋsib"@ksf,
        "Zint Tommeh un Printschipe"@ksh,
        "Sao Tóome na Pirinsipe"@lag,
        "Sanitome ne Purincipe"@lg,
        "Sao Tomé mpé Presipɛ"@ln,
        "ເຊົາຕູເມແລະພຣິນຊິປີ"@lo,
        "San Tomė ir Prinsipė"@lt,
        "Sao Tome ne Presipɛ"@lu,
        "São Tomé gi Príncipe"@luo,
        "Sao Tome na Principe"@luy,
        "Santome un Prinsipi"@lv,
        "Sao Tome na Principe"@mas,
        "Sao Tome na Principe"@mer,
        "São Tome-ek-Prínsip"@mfe,
        "São Tomé-et-Príncipe"@mg,
        "Usao Tome na Principe"@mgh,
        "Сао Томе и Принчипе"@mk,
        "സാവോ റ്റമെ ആൻഡ് പ്രിൻസിപ്പി"@ml,
        "साओ टोम आणि प्रिंसिपे"@mr,
        "Sao Tome and Principe"@mt,
        "Sao Tome ne Principe"@mua,
        "São Tomé and Príncipe"@naq,
        "São Tomé og Príncipe"@nb,
        "São Tomé and Príncipe"@nd,
        "साओ टोमे र प्रिन्सिप"@ne,
        "Sao Tomé en Principe"@nl,
        "Sao Tomé ba Prinship"@nmg,
        "São Tomé og Príncipe"@nn,
        "Sawo Tome na Purinsipo"@nyn,
        "ସାଓ ଟୋମେ ଏବଂ ପ୍ରିନସିପି"@or,
        "Wyspy Świętego Tomasza i Książęca"@pl,
        "São Tomé e Príncipe"@pt,
        "São Tomé e Principe"@rm,
        "Sawotome na Perensipe"@rn,
        "Sao Tome și Principe"@ro,
        "Sao Tome na Principe"@rof,
        "Сан-Томе и Принсипи"@ru,
        "Sao Tome na Principe"@rwk,
        "Sao Tome na Principe"@saq,
        "Sayo Tome ni Pilinikipe"@sbp,
        "São Tomé ja Príncipe"@se,
        "São Tomé e Príncipe"@seh,
        "Sao Tome nda Prinsipe"@ses,
        "Sâô Tömê na Prinsîpe"@sg,
        "ⵙⴰⵡⵟⵓⵎⵉ ⴷ ⴱⵔⴰⵏⵙⵉⴱ"@shi,
        "sawṭumi d bransib"@shi-Latn,
        "සාලො සහ ප්‍රින්සිප්"@si,
        "Svätý Tomáš a Princove ostrovy"@sk,
        "Sao Tome in Principe"@sl,
        "São Tomé and Príncipe"@sn,
        "São Tomé and Príncipe"@so,
        "Sao Tome e Prinsipe"@sq,
        "Сао Томе и Принципе"@sr,
        "Sao Tome i Principe"@sr-Latn,
        "São Tomé och Príncipe"@sv,
        "Sao Tome na Principe"@swc,
        "Sao Tome na Principe"@swh,
        "சாவ் தோம் மற்றும் ப்ரின்சிபி"@ta,
        "సావోటోమ్ మరియు ప్రిన్సిపే"@te,
        "Sao Tome na Principe"@teo,
        "เซาตูเมและปรินซิปี"@th,
        "ሳኦ ቶሜ እና ፕሪንሲፔ"@ti,
        "Sao Tome mo Pilinisipe"@to,
        "São Tomé ve Príncipe"@tr,
        "Sao Tome nda Prinsipe"@twq,
        "Sawṭumi d Prinsip"@tzm,
        "Сан-Томе і Прінсіпі"@uk,
        "ساؤ ٹوم اور پرنسپے"@ur,
        "ꕢꕴ ꕿꔈ ꗪ ꕉ ꕮꔧ ꕗꕴꔀ"@vai,
        "Sawo Tombe ɓɛ a Gbawoe"@vai-Latn,
        "São Tomé và Príncipe"@vi,
        "Sao Tome na Principe"@vun,
        "São Tomé and Príncipe"@wae,
        "Sanitome ni Purincipe"@xog,
        "sáwó tomé e pelensípe"@yav,
        "Orílẹ́ède Sao tomi ati piriiṣipi"@yo,
        "São Tomé dan Príncipe"@zsm,
        "i-São Tomé kanye ne-Príncipe"@zu ;
    lvont:label <http://lexvo.org/id/term/afr/Sao%20Tome%20en%20Principe>,
        <http://lexvo.org/id/term/agq/Sawo%20T%C9%94%CC%80me%20%C3%A0%20Kp%C3%A8l%C3%A8nsikp%C9%9B%CC%80>,
        <http://lexvo.org/id/term/aka/S%C3%A3o%20Tom%C3%A9%20and%20Pr%C3%ADncipe>,
        <http://lexvo.org/id/term/amh/%E1%88%B3%E1%8A%A6%20%E1%89%B6%E1%88%9C%20%E1%8A%A5%E1%8A%93%20%E1%8D%95%E1%88%AA%E1%8A%95%E1%88%B2%E1%8D%94>,
        <http://lexvo.org/id/term/ara/%D8%B3%D8%A7%D9%88%20%D8%AA%D9%88%D9%85%D9%8A%20%D9%88%D8%A8%D8%B1%D9%8A%D9%86%D8%B3%D9%8A%D8%A8%D9%8A>,
        <http://lexvo.org/id/term/asa/Thao%20Tome%20na%20Principe>,
        <http://lexvo.org/id/term/ast/Santu%20Tom%C3%A9%20y%20Pr%C3%ADncipe>,
        <http://lexvo.org/id/term/aze/Sao%20Tom%20v%C9%99%20Prinsip>,
        <http://lexvo.org/id/term/bam/Sawo%20Tome-ni-Prinicipe>,
        <http://lexvo.org/id/term/bas/S%C3%A0o%20T%C3%B2me%20%C9%93%C9%94%20Pr%C9%9B%CC%80%C5%8Bcip%C3%A8>,
        <http://lexvo.org/id/term/bel/%D0%A1%D0%B0%D0%BD-%D0%A2%D0%BE%D0%BC%D1%8D%20%D1%96%20%D0%9F%D1%80%D1%8B%D0%BD%D1%81%D1%96%D0%BF%D1%96>,
        <http://lexvo.org/id/term/ben/%E0%A6%B8%E0%A6%BE%E0%A6%93%E0%A6%9F%E0%A7%8B%E0%A6%AE%E0%A6%BE%20%E0%A6%93%20%E0%A6%AA%E0%A7%8D%E0%A6%B0%E0%A6%BF%E0%A6%A8%E0%A7%8D%E0%A6%B8%E0%A6%BF%E0%A6%AA%E0%A6%BF>,
        <http://lexvo.org/id/term/bez/Husaotome%20na%20Huprinsipe>,
        <http://lexvo.org/id/term/bod/%E0%BD%A6%E0%BC%8B%E0%BD%A0%E0%BD%BC%E0%BC%8B%E0%BD%8F%E0%BD%BC%E0%BD%91%E0%BC%8B%E0%BD%98%E0%BD%91%E0%BC%8D%20%E0%BD%91%E0%BD%84%E0%BC%8C%E0%BC%8D%20%E0%BD%94%E0%BE%84%E0%BD%A2%E0%BD%B2%E0%BD%93%E0%BC%8B%E0%BD%A6%E0%BD%B2%E0%BC%8B%E0%BD%94%E0%BD%BA%E0%BC%8D>,
        <http://lexvo.org/id/term/bos-Cyrl/%D0%A1%D0%B0%D0%BE%20%D0%A2%D0%BE%D0%BC%D0%B5%20%D0%B8%20%D0%9F%D1%80%D0%B8%D0%BD%D1%86%D0%B8%D0%BF%D0%B5>,
        <http://lexvo.org/id/term/bos/Sao%20Tome%20i%20Principe>,
        <http://lexvo.org/id/term/bre/S%C3%A3o%20Tom%C3%A9%20ha%20Pr%C3%ADncipe>,
        <http://lexvo.org/id/term/brx/%E0%A4%B8%E0%A4%BE%E0%A4%89%E0%A4%81-%E0%A4%A4%E0%A5%8B%E0%A4%AE%E0%A5%87%20%E0%A4%8F%E0%A4%B5%E0%A4%82%20%E0%A4%AA%E0%A5%8D%E0%A4%B0%E0%A4%BF%E0%A4%82%E0%A4%B8%E0%A4%BF%E0%A4%AA>,
        <http://lexvo.org/id/term/bul/%D0%A1%D0%B0%D0%BE%20%D0%A2%D0%BE%D0%BC%D0%B5%20%D0%B8%20%D0%9F%D1%80%D0%B8%D0%BD%D1%86%D0%B8%D0%BF%D0%B5>,
        <http://lexvo.org/id/term/cat/S%C3%A3o%20Tom%C3%A9%20i%20Pr%C3%ADncipe>,
        <http://lexvo.org/id/term/ces/Svat%C3%BD%20Tom%C3%A1%C5%A1%20a%20Princ%C5%AFv%20ostrov>,
        <http://lexvo.org/id/term/cgg/Sawo%20Tome%20na%20Purinsipo>,
        <http://lexvo.org/id/term/cmn-Hant/%E8%81%96%E5%A4%9A%E7%BE%8E%E5%8F%8A%E6%99%AE%E6%9E%97%E8%A5%BF%E6%AF%94>,
        <http://lexvo.org/id/term/cmn/%E5%9C%A3%E5%A4%9A%E7%BE%8E%E5%92%8C%E6%99%AE%E6%9E%97%E8%A5%BF%E6%AF%94>,
        <http://lexvo.org/id/term/cym/Sao%20Tome%20a%20Principe>,
        <http://lexvo.org/id/term/dan/Sao%20Tome%20og%20Principe>,
        <http://lexvo.org/id/term/dav/Sao%20Tome%20na%20Principe>,
        <http://lexvo.org/id/term/deu/S%C3%A3o%20Tom%C3%A9%20und%20Pr%C3%ADncipe>,
        <http://lexvo.org/id/term/deu/Sao%20Tom%C3%A9%20und%20Principe>,
        <http://lexvo.org/id/term/dje/Sao%20Tome%20nda%20Prinsipe>,
        <http://lexvo.org/id/term/dzo/%E0%BD%A6%E0%BD%9D%E0%BC%8B%20%E0%BD%8A%E0%BD%BC%E0%BC%8B%E0%BD%98%E0%BD%BA%E0%BC%8B%20%E0%BD%A8%E0%BD%BA%E0%BD%93%E0%BD%8C%E0%BC%8B%20%E0%BD%94%E0%BE%B2%E0%BE%80%E0%BD%93%E0%BC%8B%E0%BD%A6%E0%BD%B2%E0%BC%8B%E0%BD%94%E0%BD%BA>,
        <http://lexvo.org/id/term/ebu/Sao%20Tome%20na%20Principe>,
        <http://lexvo.org/id/term/ell/%CE%A3%CE%AC%CE%BF%20%CE%A4%CE%BF%CE%BC%CE%AD%20%CE%BA%CE%B1%CE%B9%20%CE%A0%CF%81%CE%AF%CE%BD%CF%83%CE%B9%CF%80%CE%B5>,
        <http://lexvo.org/id/term/eng-Dsrt/%F0%90%90%9D%F0%90%90%B5%20%F0%90%90%93%F0%90%90%AC%F0%90%91%8B%20%F0%90%90%B0%F0%90%91%8C%F0%90%90%BC%20%F0%90%90%91%F0%90%91%89%F0%90%90%AE%F0%90%91%8C%F0%90%90%BD%F0%90%90%AE%F0%90%90%B9%F0%90%90%A9>,
        <http://lexvo.org/id/term/eng/ISO%203166-1%3AST>,
        <http://lexvo.org/id/term/eng/S%C3%A3o%20Tom%C3%A9%20and%20Pr%C3%ADncipe>,
        <http://lexvo.org/id/term/epo/Sao-Tomeo%20kaj%20Principeo>,
        <http://lexvo.org/id/term/est/S%C3%A3o%20Tom%C3%A9%20ja%20Pr%C3%ADncipe>,
        <http://lexvo.org/id/term/eus/Sao%20Tome%20eta%20Principe>,
        <http://lexvo.org/id/term/ewe/S%C3%A3o%20Tom%C3%A9%20kple%20Pr%C3%ADncipe%20nutome>,
        <http://lexvo.org/id/term/ewo/Sa%C3%B3%20Tom%C3%A9%20ai%20P%C9%99lin%C9%99s%C3%ADpe>,
        <http://lexvo.org/id/term/fao/Sao%20Tome%20og%20Prinsipi>,
        <http://lexvo.org/id/term/fas/%D8%B3%D8%A7%D8%A6%D9%88%20%D8%AA%D9%88%D9%85%D9%87%20%D9%88%20%D9%BE%D8%B1%DB%8C%D9%86%D8%B3%DB%8C%D9%BE>,
        <http://lexvo.org/id/term/fas/%D8%B3%D8%A7%D8%A6%D9%88%D8%AA%D9%88%D9%85%D9%87%20%D9%88%20%D9%BE%D8%B1%DB%8C%D9%86%D8%B3%DB%8C%D9%BE%D9%87>,
        <http://lexvo.org/id/term/fil/Sao%20Tome%20and%20Principe>,
        <http://lexvo.org/id/term/fin/S%C3%A3o%20Tom%C3%A9%20ja%20Pr%C3%ADncipe>,
        <http://lexvo.org/id/term/fra/Sao%20Tom%C3%A9-et-Pr%C3%ADncipe>,
        <http://lexvo.org/id/term/fra/Sao%20Tom%C3%A9-et-Principe>,
        <http://lexvo.org/id/term/ful/Sawo%20Tome%20e%20Perensipe>,
        <http://lexvo.org/id/term/fur/Sao%20Tom%C3%A8%20e%20Principe>,
        <http://lexvo.org/id/term/gla/S%C3%A3o%20Tom%C3%A9%20is%20Pr%C3%ADncipe>,
        <http://lexvo.org/id/term/gle/Sao%20Tome%20agus%20Principe>,
        <http://lexvo.org/id/term/glg/Santo%20Tom%C3%A9%20e%20Pr%C3%ADncipe>,
        <http://lexvo.org/id/term/gsw/Sao%20Tome%20und%20Prinssipe>,
        <http://lexvo.org/id/term/guj/%E0%AA%B8%E0%AA%BE%E0%AA%93%20%E0%AA%9F%E0%AB%89%E0%AA%AE%20%E0%AA%85%E0%AA%A8%E0%AB%87%20%E0%AA%AA%E0%AB%8D%E0%AA%B0%E0%AA%BF%E0%AA%82%E0%AA%B8%E0%AA%BF%E0%AA%AA%E0%AB%87>,
        <http://lexvo.org/id/term/guz/Sao%20Tome%20na%20Principe>,
        <http://lexvo.org/id/term/hau/Sawo%20Tome%20Da%20Paransip>,
        <http://lexvo.org/id/term/heb/%D7%A1%D7%90%D7%95%20%D7%98%D7%95%D7%9E%D7%94%20%D7%95%D7%A4%D7%A8%D7%99%D7%A0%D7%A1%D7%99%D7%A4%D7%94>,
        <http://lexvo.org/id/term/hin/%E0%A4%B8%E0%A4%BE%E0%A4%89-%E0%A4%A4%E0%A5%8B%E0%A4%AE-%E0%A4%AA%E0%A5%8D%E0%A4%B0%E0%A4%BF%E0%A4%82%E0%A4%B8%E0%A4%BF%E0%A4%AA>,
        <http://lexvo.org/id/term/hrv/Sveti%20Toma%20i%20Prinsipe>,
        <http://lexvo.org/id/term/hun/Sao%20Tom%C3%A9%20%C3%A9s%20Pr%C3%ADncipe>,
        <http://lexvo.org/id/term/hye/%D5%8D%D5%A1%D5%B6-%D4%B9%D5%B8%D5%B4%D5%A5-%D5%93%D6%80%D5%AB%D5%B6%D5%BD%D5%AB%D5%BA%D5%AB>,
        <http://lexvo.org/id/term/ind/Sao%20Tome%20dan%20Principe>,
        <http://lexvo.org/id/term/isl/Sa%C3%B3%20T%C3%B3me%20og%20Prins%C3%ADpe>,
        <http://lexvo.org/id/term/ita/Sao%20Tom%C3%A9%20e%20Pr%C3%ADncipe>,
        <http://lexvo.org/id/term/jgo/S%C9%91%CC%81w%C9%94%C5%8B%20T%C9%94m%C9%9B%CC%81%20n%C9%9B%CC%81%20P%C9%9Bl%C3%ADnsip%C9%9B>,
        <http://lexvo.org/id/term/jmc/Sao%20Tome%20na%20Principe>,
        <http://lexvo.org/id/term/jpn/%E3%82%B5%E3%83%B3%E3%83%88%E3%83%A1%E3%83%BB%E3%83%97%E3%83%AA%E3%83%B3%E3%82%B7%E3%83%9A>,
        <http://lexvo.org/id/term/kab/Saw%20Tumi%20d%20Pransip>,
        <http://lexvo.org/id/term/kal/S%C3%A3o%20Tom%C3%A9%20aamma%20Pr%C3%ADncipe>,
        <http://lexvo.org/id/term/kam/Sao%20Tome%20na%20Principe>,
        <http://lexvo.org/id/term/kan/%E0%B2%B8%E0%B2%BE%E0%B2%B5%E0%B3%8B%20%E0%B2%9F%E0%B3%8B%E0%B2%AE%E0%B3%8D%20%E0%B2%AE%E0%B2%A4%E0%B3%8D%E0%B2%A4%E0%B3%81%20%E0%B2%AA%E0%B3%8D%E0%B2%B0%E0%B2%BF%E0%B2%A8%E0%B3%8D%E0%B2%B8%E0%B2%BF%E0%B2%AA%E0%B3%86>,
        <http://lexvo.org/id/term/kas/%D8%B3%D8%A7%D9%88%20%D8%AA%D9%88%D9%85%20%D8%AA%DB%81%D9%95%20%D9%BE%D8%B1%D9%9B%D9%86%D8%B3%D9%90%D9%BE%DB%8C>,
        <http://lexvo.org/id/term/kat/%E1%83%A1%E1%83%90%E1%83%9D-%E1%83%A2%E1%83%9D%E1%83%9B%E1%83%94%20%E1%83%93%E1%83%90%20%E1%83%9E%E1%83%A0%E1%83%98%E1%83%9C%E1%83%A1%E1%83%98%E1%83%9E%E1%83%98>,
        <http://lexvo.org/id/term/kde/Saotome%20na%20Prinsipe>,
        <http://lexvo.org/id/term/kea/S%C3%A3u%20Tume%20i%20Prinsipi>,
        <http://lexvo.org/id/term/khm/%E1%9E%9F%E1%9F%85%E2%80%8B%E1%9E%8F%E1%9E%BB%E1%9F%86%20%E1%9E%93%E1%9E%B7%E1%9E%84%E2%80%8B%E1%9E%96%E1%9F%92%E1%9E%9A%E1%9E%B8%E1%9E%93%E1%9E%9F%E1%9F%8A%E1%9E%B8%E1%9E%94%E1%9F%89%E1%9F%81>,
        <http://lexvo.org/id/term/khq/Sao%20Tome%20nda%20Prinsipe>,
        <http://lexvo.org/id/term/kik/Sao%20Tome%20na%20Principe>,
        <http://lexvo.org/id/term/kln/Emetab%20S%C3%A3o%20Tom%C3%A9%20and%20Pr%C3%ADncipe>,
        <http://lexvo.org/id/term/kor/%EC%83%81%ED%88%AC%EB%A9%94%20%ED%94%84%EB%A6%B0%EC%8B%9C%ED%8E%98>,
        <http://lexvo.org/id/term/ksb/Sao%20Tome%20na%20Plincipe>,
        <http://lexvo.org/id/term/ksf/saotom%C9%9B%CC%81%20ri%20pri%C5%8Bsib>,
        <http://lexvo.org/id/term/ksh/Zint%20Tommeh%20un%20Printschipe>,
        <http://lexvo.org/id/term/lag/Sao%20T%C3%B3ome%20na%20Pirinsipe>,
        <http://lexvo.org/id/term/lao/%E0%BB%80%E0%BA%8A%E0%BA%BB%E0%BA%B2%E0%BA%95%E0%BA%B9%E0%BB%80%E0%BA%A1%E0%BB%81%E0%BA%A5%E0%BA%B0%E0%BA%9E%E0%BA%A3%E0%BA%B4%E0%BA%99%E0%BA%8A%E0%BA%B4%E0%BA%9B%E0%BA%B5>,
        <http://lexvo.org/id/term/lav/Santome%20un%20Prinsipi>,
        <http://lexvo.org/id/term/lin/Sao%20Tom%C3%A9%20mp%C3%A9%20Presip%C9%9B>,
        <http://lexvo.org/id/term/lit/San%20Tom%C4%97%20ir%20Prinsip%C4%97>,
        <http://lexvo.org/id/term/lub/Sao%20Tome%20ne%20Presip%C9%9B>,
        <http://lexvo.org/id/term/lug/Sanitome%20ne%20Purincipe>,
        <http://lexvo.org/id/term/luo/S%C3%A3o%20Tom%C3%A9%20gi%20Pr%C3%ADncipe>,
        <http://lexvo.org/id/term/luy/Sao%20Tome%20na%20Principe>,
        <http://lexvo.org/id/term/mal/%E0%B4%B8%E0%B4%BE%E0%B4%B5%E0%B5%8B%20%E0%B4%B1%E0%B5%8D%E0%B4%B1%E0%B4%AE%E0%B5%86%20%E0%B4%86%E0%B5%BB%E0%B4%A1%E0%B5%8D%20%E0%B4%AA%E0%B5%8D%E0%B4%B0%E0%B4%BF%E0%B5%BB%E0%B4%B8%E0%B4%BF%E0%B4%AA%E0%B5%8D%E0%B4%AA%E0%B4%BF>,
        <http://lexvo.org/id/term/mar/%E0%A4%B8%E0%A4%BE%E0%A4%93%20%E0%A4%9F%E0%A5%8B%E0%A4%AE%20%E0%A4%86%E0%A4%A3%E0%A4%BF%20%E0%A4%AA%E0%A5%8D%E0%A4%B0%E0%A4%BF%E0%A4%82%E0%A4%B8%E0%A4%BF%E0%A4%AA%E0%A5%87>,
        <http://lexvo.org/id/term/mas/Sao%20Tome%20na%20Principe>,
        <http://lexvo.org/id/term/mer/Sao%20Tome%20na%20Principe>,
        <http://lexvo.org/id/term/mfe/S%C3%A3o%20Tome-ek-Pr%C3%ADnsip>,
        <http://lexvo.org/id/term/mgh/Usao%20Tome%20na%20Principe>,
        <http://lexvo.org/id/term/mkd/%D0%A1%D0%B0%D0%BE%20%D0%A2%D0%BE%D0%BC%D0%B5%20%D0%B8%20%D0%9F%D1%80%D0%B8%D0%BD%D1%87%D0%B8%D0%BF%D0%B5>,
        <http://lexvo.org/id/term/mlg/S%C3%A3o%20Tom%C3%A9-et-Pr%C3%ADncipe>,
        <http://lexvo.org/id/term/mlt/Sao%20Tome%20and%20Principe>,
        <http://lexvo.org/id/term/mua/Sao%20Tome%20ne%20Principe>,
        <http://lexvo.org/id/term/naq/S%C3%A3o%20Tom%C3%A9%20and%20Pr%C3%ADncipe>,
        <http://lexvo.org/id/term/nde/S%C3%A3o%20Tom%C3%A9%20and%20Pr%C3%ADncipe>,
        <http://lexvo.org/id/term/nep/%E0%A4%B8%E0%A4%BE%E0%A4%93%20%E0%A4%9F%E0%A5%8B%E0%A4%AE%E0%A5%87%20%E0%A4%B0%20%E0%A4%AA%E0%A5%8D%E0%A4%B0%E0%A4%BF%E0%A4%A8%E0%A5%8D%E0%A4%B8%E0%A4%BF%E0%A4%AA>,
        <http://lexvo.org/id/term/nld/Sao%20Tom%C3%A9%20en%20Principe>,
        <http://lexvo.org/id/term/nmg/Sao%20Tom%C3%A9%20ba%20Prinship>,
        <http://lexvo.org/id/term/nno/S%C3%A3o%20Tom%C3%A9%20og%20Pr%C3%ADncipe>,
        <http://lexvo.org/id/term/nob/S%C3%A3o%20Tom%C3%A9%20og%20Pr%C3%ADncipe>,
        <http://lexvo.org/id/term/nyn/Sawo%20Tome%20na%20Purinsipo>,
        <http://lexvo.org/id/term/ori/%E0%AC%B8%E0%AC%BE%E0%AC%93%20%E0%AC%9F%E0%AD%8B%E0%AC%AE%E0%AD%87%20%E0%AC%8F%E0%AC%AC%E0%AC%82%20%E0%AC%AA%E0%AD%8D%E0%AC%B0%E0%AC%BF%E0%AC%A8%E0%AC%B8%E0%AC%BF%E0%AC%AA%E0%AC%BF>,
        <http://lexvo.org/id/term/pol/Wyspy%20%C5%9Awi%C4%99tego%20Tomasza%20i%20Ksi%C4%85%C5%BC%C4%99ca>,
        <http://lexvo.org/id/term/por/S%C3%A3o%20Tom%C3%A9%20e%20Pr%C3%ADncipe>,
        <http://lexvo.org/id/term/rof/Sao%20Tome%20na%20Principe>,
        <http://lexvo.org/id/term/roh/S%C3%A3o%20Tom%C3%A9%20e%20Principe>,
        <http://lexvo.org/id/term/ron/Sao%20Tome%20%C8%99i%20Principe>,
        <http://lexvo.org/id/term/run/Sawotome%20na%20Perensipe>,
        <http://lexvo.org/id/term/rus/%D0%A1%D0%B0%D0%BD-%D0%A2%D0%BE%D0%BC%D0%B5%20%D0%B8%20%D0%9F%D1%80%D0%B8%D0%BD%D1%81%D0%B8%D0%BF%D0%B8>,
        <http://lexvo.org/id/term/rwk/Sao%20Tome%20na%20Principe>,
        <http://lexvo.org/id/term/sag/S%C3%A2%C3%B4%20T%C3%B6m%C3%AA%20na%20Prins%C3%AEpe>,
        <http://lexvo.org/id/term/saq/Sao%20Tome%20na%20Principe>,
        <http://lexvo.org/id/term/sbp/Sayo%20Tome%20ni%20Pilinikipe>,
        <http://lexvo.org/id/term/seh/S%C3%A3o%20Tom%C3%A9%20e%20Pr%C3%ADncipe>,
        <http://lexvo.org/id/term/ses/Sao%20Tome%20nda%20Prinsipe>,
        <http://lexvo.org/id/term/shi-Latn/saw%E1%B9%ADumi%20d%20bransib>,
        <http://lexvo.org/id/term/shi/%E2%B5%99%E2%B4%B0%E2%B5%A1%E2%B5%9F%E2%B5%93%E2%B5%8E%E2%B5%89%20%E2%B4%B7%20%E2%B4%B1%E2%B5%94%E2%B4%B0%E2%B5%8F%E2%B5%99%E2%B5%89%E2%B4%B1>,
        <http://lexvo.org/id/term/sin/%E0%B7%83%E0%B7%8F%E0%B6%BD%E0%B7%9C%20%E0%B7%83%E0%B7%84%20%E0%B6%B4%E0%B7%8A%E2%80%8D%E0%B6%BB%E0%B7%92%E0%B6%B1%E0%B7%8A%E0%B7%83%E0%B7%92%E0%B6%B4%E0%B7%8A>,
        <http://lexvo.org/id/term/slk/Sv%C3%A4t%C3%BD%20Tom%C3%A1%C5%A1%20a%20Princove%20ostrovy>,
        <http://lexvo.org/id/term/slv/Sao%20Tome%20in%20Principe>,
        <http://lexvo.org/id/term/sme/S%C3%A3o%20Tom%C3%A9%20ja%20Pr%C3%ADncipe>,
        <http://lexvo.org/id/term/sna/S%C3%A3o%20Tom%C3%A9%20and%20Pr%C3%ADncipe>,
        <http://lexvo.org/id/term/som/S%C3%A3o%20Tom%C3%A9%20and%20Pr%C3%ADncipe>,
        <http://lexvo.org/id/term/spa/Santo%20Tom%C3%A9%20y%20Pr%C3%ADncipe>,
        <http://lexvo.org/id/term/sqi/Sao%20Tome%20e%20Prinsipe>,
        <http://lexvo.org/id/term/srp-Latn/Sao%20Tome%20i%20Principe>,
        <http://lexvo.org/id/term/srp/%D0%A1%D0%B0%D0%BE%20%D0%A2%D0%BE%D0%BC%D0%B5%20%D0%B8%20%D0%9F%D1%80%D0%B8%D0%BD%D1%86%D0%B8%D0%BF%D0%B5>,
        <http://lexvo.org/id/term/swc/Sao%20Tome%20na%20Principe>,
        <http://lexvo.org/id/term/swe/S%C3%A3o%20Tom%C3%A9%20och%20Pr%C3%ADncipe>,
        <http://lexvo.org/id/term/swh/Sao%20Tome%20na%20Principe>,
        <http://lexvo.org/id/term/tam/%E0%AE%9A%E0%AE%BE%E0%AE%B5%E0%AF%8D%20%E0%AE%A4%E0%AF%8B%E0%AE%AE%E0%AF%8D%20%E0%AE%AE%E0%AE%B1%E0%AF%8D%E0%AE%B1%E0%AF%81%E0%AE%AE%E0%AF%8D%20%E0%AE%AA%E0%AF%8D%E0%AE%B0%E0%AE%BF%E0%AE%A9%E0%AF%8D%E0%AE%9A%E0%AE%BF%E0%AE%AA%E0%AE%BF>,
        <http://lexvo.org/id/term/tel/%E0%B0%B8%E0%B0%BE%E0%B0%B5%E0%B1%8B%E0%B0%9F%E0%B1%8B%E0%B0%AE%E0%B1%8D%20%E0%B0%AE%E0%B0%B0%E0%B0%BF%E0%B0%AF%E0%B1%81%20%E0%B0%AA%E0%B1%8D%E0%B0%B0%E0%B0%BF%E0%B0%A8%E0%B1%8D%E0%B0%B8%E0%B0%BF%E0%B0%AA%E0%B1%87>,
        <http://lexvo.org/id/term/teo/Sao%20Tome%20na%20Principe>,
        <http://lexvo.org/id/term/tha/%E0%B9%80%E0%B8%8B%E0%B8%B2%E0%B8%95%E0%B8%B9%E0%B9%80%E0%B8%A1%E0%B9%81%E0%B8%A5%E0%B8%B0%E0%B8%9B%E0%B8%A3%E0%B8%B4%E0%B8%99%E0%B8%8B%E0%B8%B4%E0%B8%9B%E0%B8%B5>,
        <http://lexvo.org/id/term/tir/%E1%88%B3%E1%8A%A6%20%E1%89%B6%E1%88%9C%20%E1%8A%A5%E1%8A%93%20%E1%8D%95%E1%88%AA%E1%8A%95%E1%88%B2%E1%8D%94>,
        <http://lexvo.org/id/term/ton/Sao%20Tome%20mo%20Pilinisipe>,
        <http://lexvo.org/id/term/tur/S%C3%A3o%20Tom%C3%A9%20ve%20Pr%C3%ADncipe>,
        <http://lexvo.org/id/term/twq/Sao%20Tome%20nda%20Prinsipe>,
        <http://lexvo.org/id/term/tzm/Saw%E1%B9%ADumi%20d%20Prinsip>,
        <http://lexvo.org/id/term/ukr/%D0%A1%D0%B0%D0%BD-%D0%A2%D0%BE%D0%BC%D0%B5%20%D1%96%20%D0%9F%D1%80%D1%96%D0%BD%D1%81%D1%96%D0%BF%D1%96>,
        <http://lexvo.org/id/term/urd/%D8%B3%D8%A7%D8%A4%20%D9%B9%D9%88%D9%85%20%D8%A7%D9%88%D8%B1%20%D9%BE%D8%B1%D9%86%D8%B3%D9%BE%DB%92>,
        <http://lexvo.org/id/term/vai-Latn/Sawo%20Tombe%20%C9%93%C9%9B%20a%20Gbawoe>,
        <http://lexvo.org/id/term/vai/%EA%95%A2%EA%95%B4%20%EA%95%BF%EA%94%88%20%EA%97%AA%20%EA%95%89%20%EA%95%AE%EA%94%A7%20%EA%95%97%EA%95%B4%EA%94%80>,
        <http://lexvo.org/id/term/vie/S%C3%A3o%20Tom%C3%A9%20v%C3%A0%20Pr%C3%ADncipe>,
        <http://lexvo.org/id/term/vun/Sao%20Tome%20na%20Principe>,
        <http://lexvo.org/id/term/wae/S%C3%A3o%20Tom%C3%A9%20and%20Pr%C3%ADncipe>,
        <http://lexvo.org/id/term/xog/Sanitome%20ni%20Purincipe>,
        <http://lexvo.org/id/term/yav/s%C3%A1w%C3%B3%20tom%C3%A9%20e%20pelens%C3%ADpe>,
        <http://lexvo.org/id/term/yor/Or%C3%ADl%E1%BA%B9%CC%81%C3%A8de%20Sao%20tomi%20ati%20pirii%E1%B9%A3ipi>,
        <http://lexvo.org/id/term/zsm/S%C3%A3o%20Tom%C3%A9%20dan%20Pr%C3%ADncipe>,
        <http://lexvo.org/id/term/zul/i-S%C3%A3o%20Tom%C3%A9%20kanye%20ne-Pr%C3%ADncipe> ;
    owl:sameAs <http://psi.oasis-open.org/iso/3166/#678>,
        <http://sws.geonames.org/2410758/> .

<http://lexvo.org/id/iso3166/SV> a lvont:GeographicRegion ;
    rdfs:label "Salvador"@af,
        "Esàvadò"@agq,
        "Ɛl Salvadɔ"@ak,
        "ኤል ሳልቫዶር"@am,
        "السلفادور"@ar,
        "Elsavado"@asa,
        "El Salvador"@ast,
        "El Salvador"@az,
        "Sàlvàdɔ̂r"@bas,
        "Сальвадор"@be,
        "Huelsavado"@bez,
        "Ел Салвадор"@bg,
        "Salivadɔr"@bm,
        "এল সালভেদর"@bn,
        "ཨེལ། སཱལ་ཝ་ཌོར།"@bo,
        "Salvador"@br,
        "ऍल साल्वाडोर"@brx,
        "Salvador"@bs,
        "Салвадор"@bs-Cyrl,
        "El Salvador"@ca,
        "Eri Salivado"@cgg,
        "萨尔瓦多"@cmn,
        "薩爾瓦多"@cmn-Hant,
        "Salvador"@cs,
        "El Salfador"@cy,
        "El Salvador"@da,
        "Elsavado"@dav,
        "El Salvador"@de,
        "Salvador laboo"@dje,
        "Salvadoor"@dyo,
        "ཨེལ་སལ་བ་ཌོར"@dz,
        "Elsavado"@ebu,
        "El Salvadɔ nutome"@ee,
        "Ελ Σαλβαδόρ"@el,
        "El Salvador"@en,
        "ISO 3166-1:SV"@en,
        "𐐇𐑊 𐐝𐐰𐑊𐑂𐐲𐐼𐐱𐑉"@en-Dsrt,
        "Salvadoro"@eo,
        "El Salvador"@es,
        "El Salvador"@et,
        "El Salvador"@eu,
        "Saləvadór"@ewo,
        "السالوادور"@fa,
        "السلوادور"@fa,
        "El Salwador"@ff,
        "El Salvador"@fi,
        "El Salvador"@fil,
        "El Salvador"@fo,
        "El Salvador"@fr,
        "El Salvador"@fur,
        "An tSalvadóir"@ga,
        "An Salbhador"@gd,
        "El Salvador"@gl,
        "El Salvador"@gsw,
        "એલ સેલ્વાડોર"@gu,
        "Elsavado"@guz,
        "El Salbador"@ha,
        "אל סלבדור"@he,
        "अल साल्वाडोर"@hi,
        "El Salvador"@hr,
        "Salvador"@hu,
        "Սալվադոր"@hy,
        "El Salvador"@id,
        "El Salvador"@is,
        "El Salvador"@it,
        "エルサルバドル"@ja,
        "Elsavado"@jmc,
        "სალვადორი"@ka,
        "Salvadur"@kab,
        "Elsavado"@kam,
        "Elsavado"@kde,
        "El Salvador"@kea,
        "Salvador laboo"@khq,
        "Elsavado"@ki,
        "El Salvador"@kl,
        "Emetab El Salvador"@kln,
        "អែលសាល់វ៉ាឌ័រ"@km,
        "ಎಲ್ ಸಾಲ್ವೇಡಾರ್"@kn,
        "엘살바도르"@ko,
        "اٮ۪ل سَلواڑور"@ks,
        "Elsavado"@ksb,
        "salvadɔr"@ksf,
        "Äl Slavadoor"@ksh,
        "Elisalivado"@lag,
        "El salivado"@lg,
        "Savadɔrɛ"@ln,
        "ອີແອວ ຊໍວາດໍ"@lo,
        "Salvadoras"@lt,
        "Savadore"@lu,
        "El Salvador"@luo,
        "Elsavado"@luy,
        "Salvadora"@lv,
        "Elsavado"@mas,
        "Elsavado"@mer,
        "Salvador"@mfe,
        "El Salvador"@mg,
        "Usalavado"@mgh,
        "Ел Салвадор"@mk,
        "എൽ സാൽവദോർ"@ml,
        "अल साल्वाडोर"@mr,
        "El Salvador"@mt,
        "Sǝr Salvador"@mua,
        "အယ်လ်ဆာဗေးဒိုး"@my,
        "El Salvadori"@naq,
        "El Salvador"@nb,
        "El Salvador"@nd,
        "एल् साल्भाडोर"@ne,
        "El Salvador"@nl,
        "Salvadɔr"@nmg,
        "El Salvador"@nn,
        "Eri Salivado"@nyn,
        "ଏଲ୍ ସାଲଭାଡୋର୍"@or,
        "Salwador"@pl,
        "سالوېډور"@ps,
        "El Salvador"@pt,
        "El Salvador"@rm,
        "Eli Saluvatori"@rn,
        "El Salvador"@ro,
        "Elsavado"@rof,
        "Сальвадор"@ru,
        "Elsavado"@rwk,
        "Elsavado"@saq,
        "Elisavado"@sbp,
        "El Salvador"@se,
        "El Salvador"@seh,
        "Salvador laboo"@ses,
        "Salvadöro"@sg,
        "ⵙⴰⵍⴼⴰⴷⵓⵔ"@shi,
        "salfadur"@shi-Latn,
        "එල් සැල්වදෝරය"@si,
        "Salvador"@sk,
        "Salvador"@sl,
        "El Salvador"@sn,
        "El Salvador"@so,
        "Салвадор"@sr,
        "Salvador"@sr-Latn,
        "El Salvador"@sv,
        "Elsavado"@swc,
        "Elsavado"@swh,
        "எல் சால்வடார்"@ta,
        "ఎల్ సాల్వడోర్"@te,
        "Elsavado"@teo,
        "เอลซัลวาดอร์"@th,
        "ኤል ሳልቫዶር"@ti,
        "ʻEle Salavatoa"@to,
        "El Salvador"@tr,
        "Salvador laboo"@twq,
        "Salvaḍur"@tzm,
        "Сальвадор"@uk,
        "ال سلواڈور"@ur,
        "ꗡꗷ ꕢꔍꗍꖺ"@vai,
        "Ɛlɛ Sávádɔ"@vai-Latn,
        "El Salvador"@vi,
        "Elsavado"@vun,
        "El Salvador"@wae,
        "El salivado"@xog,
        "salfatɔ́ɔl"@yav,
        "Orílẹ́ède Ẹẹsáfádò"@yo,
        "El Salvador"@zsm,
        "i-El Salvador"@zu ;
    lvont:label <http://lexvo.org/id/term/afr/Salvador>,
        <http://lexvo.org/id/term/agq/Es%C3%A0vad%C3%B2>,
        <http://lexvo.org/id/term/aka/%C6%90l%20Salvad%C9%94>,
        <http://lexvo.org/id/term/amh/%E1%8A%A4%E1%88%8D%20%E1%88%B3%E1%88%8D%E1%89%AB%E1%8B%B6%E1%88%AD>,
        <http://lexvo.org/id/term/ara/%D8%A7%D9%84%D8%B3%D9%84%D9%81%D8%A7%D8%AF%D9%88%D8%B1>,
        <http://lexvo.org/id/term/asa/Elsavado>,
        <http://lexvo.org/id/term/ast/El%20Salvador>,
        <http://lexvo.org/id/term/aze/El%20Salvador>,
        <http://lexvo.org/id/term/bam/Salivad%C9%94r>,
        <http://lexvo.org/id/term/bas/S%C3%A0lv%C3%A0d%C9%94%CC%82r>,
        <http://lexvo.org/id/term/bel/%D0%A1%D0%B0%D0%BB%D1%8C%D0%B2%D0%B0%D0%B4%D0%BE%D1%80>,
        <http://lexvo.org/id/term/ben/%E0%A6%8F%E0%A6%B2%20%E0%A6%B8%E0%A6%BE%E0%A6%B2%E0%A6%AD%E0%A7%87%E0%A6%A6%E0%A6%B0>,
        <http://lexvo.org/id/term/bez/Huelsavado>,
        <http://lexvo.org/id/term/bod/%E0%BD%A8%E0%BD%BA%E0%BD%A3%E0%BC%8D%20%E0%BD%A6%E0%BD%B1%E0%BD%A3%E0%BC%8B%E0%BD%9D%E0%BC%8B%E0%BD%8C%E0%BD%BC%E0%BD%A2%E0%BC%8D>,
        <http://lexvo.org/id/term/bos-Cyrl/%D0%A1%D0%B0%D0%BB%D0%B2%D0%B0%D0%B4%D0%BE%D1%80>,
        <http://lexvo.org/id/term/bos/Salvador>,
        <http://lexvo.org/id/term/bre/Salvador>,
        <http://lexvo.org/id/term/brx/%E0%A4%8D%E0%A4%B2%20%E0%A4%B8%E0%A4%BE%E0%A4%B2%E0%A5%8D%E0%A4%B5%E0%A4%BE%E0%A4%A1%E0%A5%8B%E0%A4%B0>,
        <http://lexvo.org/id/term/bul/%D0%95%D0%BB%20%D0%A1%D0%B0%D0%BB%D0%B2%D0%B0%D0%B4%D0%BE%D1%80>,
        <http://lexvo.org/id/term/cat/El%20Salvador>,
        <http://lexvo.org/id/term/ces/Salvador>,
        <http://lexvo.org/id/term/cgg/Eri%20Salivado>,
        <http://lexvo.org/id/term/cmn-Hant/%E8%96%A9%E7%88%BE%E7%93%A6%E5%A4%9A>,
        <http://lexvo.org/id/term/cmn/%E8%90%A8%E5%B0%94%E7%93%A6%E5%A4%9A>,
        <http://lexvo.org/id/term/cym/El%20Salfador>,
        <http://lexvo.org/id/term/dan/El%20Salvador>,
        <http://lexvo.org/id/term/dav/Elsavado>,
        <http://lexvo.org/id/term/deu/El%20Salvador>,
        <http://lexvo.org/id/term/dje/Salvador%20laboo>,
        <http://lexvo.org/id/term/dyo/Salvadoor>,
        <http://lexvo.org/id/term/dzo/%E0%BD%A8%E0%BD%BA%E0%BD%A3%E0%BC%8B%E0%BD%A6%E0%BD%A3%E0%BC%8B%E0%BD%96%E0%BC%8B%E0%BD%8C%E0%BD%BC%E0%BD%A2>,
        <http://lexvo.org/id/term/ebu/Elsavado>,
        <http://lexvo.org/id/term/ell/%CE%95%CE%BB%20%CE%A3%CE%B1%CE%BB%CE%B2%CE%B1%CE%B4%CF%8C%CF%81>,
        <http://lexvo.org/id/term/eng-Dsrt/%F0%90%90%87%F0%90%91%8A%20%F0%90%90%9D%F0%90%90%B0%F0%90%91%8A%F0%90%91%82%F0%90%90%B2%F0%90%90%BC%F0%90%90%B1%F0%90%91%89>,
        <http://lexvo.org/id/term/eng/El%20Salvador>,
        <http://lexvo.org/id/term/eng/ISO%203166-1%3ASV>,
        <http://lexvo.org/id/term/epo/Salvadoro>,
        <http://lexvo.org/id/term/est/El%20Salvador>,
        <http://lexvo.org/id/term/eus/El%20Salvador>,
        <http://lexvo.org/id/term/ewe/El%20Salvad%C9%94%20nutome>,
        <http://lexvo.org/id/term/ewo/Sal%C9%99vad%C3%B3r>,
        <http://lexvo.org/id/term/fao/El%20Salvador>,
        <http://lexvo.org/id/term/fas/%D8%A7%D9%84%D8%B3%D8%A7%D9%84%D9%88%D8%A7%D8%AF%D9%88%D8%B1>,
        <http://lexvo.org/id/term/fas/%D8%A7%D9%84%D8%B3%D9%84%D9%88%D8%A7%D8%AF%D9%88%D8%B1>,
        <http://lexvo.org/id/term/fil/El%20Salvador>,
        <http://lexvo.org/id/term/fin/El%20Salvador>,
        <http://lexvo.org/id/term/fra/El%20Salvador>,
        <http://lexvo.org/id/term/ful/El%20Salwador>,
        <http://lexvo.org/id/term/fur/El%20Salvador>,
        <http://lexvo.org/id/term/gla/An%20Salbhador>,
        <http://lexvo.org/id/term/gle/An%20tSalvad%C3%B3ir>,
        <http://lexvo.org/id/term/glg/El%20Salvador>,
        <http://lexvo.org/id/term/gsw/El%20Salvador>,
        <http://lexvo.org/id/term/guj/%E0%AA%8F%E0%AA%B2%20%E0%AA%B8%E0%AB%87%E0%AA%B2%E0%AB%8D%E0%AA%B5%E0%AA%BE%E0%AA%A1%E0%AB%8B%E0%AA%B0>,
        <http://lexvo.org/id/term/guz/Elsavado>,
        <http://lexvo.org/id/term/hau/El%20Salbador>,
        <http://lexvo.org/id/term/heb/%D7%90%D7%9C%20%D7%A1%D7%9C%D7%91%D7%93%D7%95%D7%A8>,
        <http://lexvo.org/id/term/hin/%E0%A4%85%E0%A4%B2%20%E0%A4%B8%E0%A4%BE%E0%A4%B2%E0%A5%8D%E0%A4%B5%E0%A4%BE%E0%A4%A1%E0%A5%8B%E0%A4%B0>,
        <http://lexvo.org/id/term/hrv/El%20Salvador>,
        <http://lexvo.org/id/term/hun/Salvador>,
        <http://lexvo.org/id/term/hye/%D5%8D%D5%A1%D5%AC%D5%BE%D5%A1%D5%A4%D5%B8%D6%80>,
        <http://lexvo.org/id/term/ind/El%20Salvador>,
        <http://lexvo.org/id/term/isl/El%20Salvador>,
        <http://lexvo.org/id/term/ita/El%20Salvador>,
        <http://lexvo.org/id/term/jmc/Elsavado>,
        <http://lexvo.org/id/term/jpn/%E3%82%A8%E3%83%AB%E3%82%B5%E3%83%AB%E3%83%90%E3%83%89%E3%83%AB>,
        <http://lexvo.org/id/term/kab/Salvadur>,
        <http://lexvo.org/id/term/kal/El%20Salvador>,
        <http://lexvo.org/id/term/kam/Elsavado>,
        <http://lexvo.org/id/term/kan/%E0%B2%8E%E0%B2%B2%E0%B3%8D%20%E0%B2%B8%E0%B2%BE%E0%B2%B2%E0%B3%8D%E0%B2%B5%E0%B3%87%E0%B2%A1%E0%B2%BE%E0%B2%B0%E0%B3%8D>,
        <http://lexvo.org/id/term/kas/%D8%A7%D9%AE%DB%AA%D9%84%20%D8%B3%D9%8E%D9%84%D9%88%D8%A7%DA%91%D9%88%D8%B1>,
        <http://lexvo.org/id/term/kat/%E1%83%A1%E1%83%90%E1%83%9A%E1%83%95%E1%83%90%E1%83%93%E1%83%9D%E1%83%A0%E1%83%98>,
        <http://lexvo.org/id/term/kde/Elsavado>,
        <http://lexvo.org/id/term/kea/El%20Salvador>,
        <http://lexvo.org/id/term/khm/%E1%9E%A2%E1%9F%82%E1%9E%9B%E1%9E%9F%E1%9E%B6%E1%9E%9B%E1%9F%8B%E1%9E%9C%E1%9F%89%E1%9E%B6%E1%9E%8C%E1%9F%90%E1%9E%9A>,
        <http://lexvo.org/id/term/khq/Salvador%20laboo>,
        <http://lexvo.org/id/term/kik/Elsavado>,
        <http://lexvo.org/id/term/kln/Emetab%20El%20Salvador>,
        <http://lexvo.org/id/term/kor/%EC%97%98%EC%82%B4%EB%B0%94%EB%8F%84%EB%A5%B4>,
        <http://lexvo.org/id/term/ksb/Elsavado>,
        <http://lexvo.org/id/term/ksf/salvad%C9%94r>,
        <http://lexvo.org/id/term/ksh/%C3%84l%20Slavadoor>,
        <http://lexvo.org/id/term/lag/Elisalivado>,
        <http://lexvo.org/id/term/lao/%E0%BA%AD%E0%BA%B5%E0%BB%81%E0%BA%AD%E0%BA%A7%20%E0%BA%8A%E0%BB%8D%E0%BA%A7%E0%BA%B2%E0%BA%94%E0%BB%8D>,
        <http://lexvo.org/id/term/lav/Salvadora>,
        <http://lexvo.org/id/term/lin/Savad%C9%94r%C9%9B>,
        <http://lexvo.org/id/term/lit/Salvadoras>,
        <http://lexvo.org/id/term/lub/Savadore>,
        <http://lexvo.org/id/term/lug/El%20salivado>,
        <http://lexvo.org/id/term/luo/El%20Salvador>,
        <http://lexvo.org/id/term/luy/Elsavado>,
        <http://lexvo.org/id/term/mal/%E0%B4%8E%E0%B5%BD%20%E0%B4%B8%E0%B4%BE%E0%B5%BD%E0%B4%B5%E0%B4%A6%E0%B5%8B%E0%B5%BC>,
        <http://lexvo.org/id/term/mar/%E0%A4%85%E0%A4%B2%20%E0%A4%B8%E0%A4%BE%E0%A4%B2%E0%A5%8D%E0%A4%B5%E0%A4%BE%E0%A4%A1%E0%A5%8B%E0%A4%B0>,
        <http://lexvo.org/id/term/mas/Elsavado>,
        <http://lexvo.org/id/term/mer/Elsavado>,
        <http://lexvo.org/id/term/mfe/Salvador>,
        <http://lexvo.org/id/term/mgh/Usalavado>,
        <http://lexvo.org/id/term/mkd/%D0%95%D0%BB%20%D0%A1%D0%B0%D0%BB%D0%B2%D0%B0%D0%B4%D0%BE%D1%80>,
        <http://lexvo.org/id/term/mlg/El%20Salvador>,
        <http://lexvo.org/id/term/mlt/El%20Salvador>,
        <http://lexvo.org/id/term/mua/S%C7%9Dr%20Salvador>,
        <http://lexvo.org/id/term/mya/%E1%80%A1%E1%80%9A%E1%80%BA%E1%80%9C%E1%80%BA%E1%80%86%E1%80%AC%E1%80%97%E1%80%B1%E1%80%B8%E1%80%92%E1%80%AD%E1%80%AF%E1%80%B8>,
        <http://lexvo.org/id/term/naq/El%20Salvadori>,
        <http://lexvo.org/id/term/nde/El%20Salvador>,
        <http://lexvo.org/id/term/nep/%E0%A4%8F%E0%A4%B2%E0%A5%8D%20%E0%A4%B8%E0%A4%BE%E0%A4%B2%E0%A5%8D%E0%A4%AD%E0%A4%BE%E0%A4%A1%E0%A5%8B%E0%A4%B0>,
        <http://lexvo.org/id/term/nld/El%20Salvador>,
        <http://lexvo.org/id/term/nmg/Salvad%C9%94r>,
        <http://lexvo.org/id/term/nno/El%20Salvador>,
        <http://lexvo.org/id/term/nob/El%20Salvador>,
        <http://lexvo.org/id/term/nyn/Eri%20Salivado>,
        <http://lexvo.org/id/term/ori/%E0%AC%8F%E0%AC%B2%E0%AD%8D%20%E0%AC%B8%E0%AC%BE%E0%AC%B2%E0%AC%AD%E0%AC%BE%E0%AC%A1%E0%AD%8B%E0%AC%B0%E0%AD%8D>,
        <http://lexvo.org/id/term/pol/Salwador>,
        <http://lexvo.org/id/term/por/El%20Salvador>,
        <http://lexvo.org/id/term/pus/%D8%B3%D8%A7%D9%84%D9%88%DB%90%DA%89%D9%88%D8%B1>,
        <http://lexvo.org/id/term/rof/Elsavado>,
        <http://lexvo.org/id/term/roh/El%20Salvador>,
        <http://lexvo.org/id/term/ron/El%20Salvador>,
        <http://lexvo.org/id/term/run/Eli%20Saluvatori>,
        <http://lexvo.org/id/term/rus/%D0%A1%D0%B0%D0%BB%D1%8C%D0%B2%D0%B0%D0%B4%D0%BE%D1%80>,
        <http://lexvo.org/id/term/rwk/Elsavado>,
        <http://lexvo.org/id/term/sag/Salvad%C3%B6ro>,
        <http://lexvo.org/id/term/saq/Elsavado>,
        <http://lexvo.org/id/term/sbp/Elisavado>,
        <http://lexvo.org/id/term/seh/El%20Salvador>,
        <http://lexvo.org/id/term/ses/Salvador%20laboo>,
        <http://lexvo.org/id/term/shi-Latn/salfadur>,
        <http://lexvo.org/id/term/shi/%E2%B5%99%E2%B4%B0%E2%B5%8D%E2%B4%BC%E2%B4%B0%E2%B4%B7%E2%B5%93%E2%B5%94>,
        <http://lexvo.org/id/term/sin/%E0%B6%91%E0%B6%BD%E0%B7%8A%20%E0%B7%83%E0%B7%90%E0%B6%BD%E0%B7%8A%E0%B7%80%E0%B6%AF%E0%B7%9D%E0%B6%BB%E0%B6%BA>,
        <http://lexvo.org/id/term/slk/Salvador>,
        <http://lexvo.org/id/term/slv/Salvador>,
        <http://lexvo.org/id/term/sme/El%20Salvador>,
        <http://lexvo.org/id/term/sna/El%20Salvador>,
        <http://lexvo.org/id/term/som/El%20Salvador>,
        <http://lexvo.org/id/term/spa/El%20Salvador>,
        <http://lexvo.org/id/term/srp-Latn/Salvador>,
        <http://lexvo.org/id/term/srp/%D0%A1%D0%B0%D0%BB%D0%B2%D0%B0%D0%B4%D0%BE%D1%80>,
        <http://lexvo.org/id/term/swc/Elsavado>,
        <http://lexvo.org/id/term/swe/El%20Salvador>,
        <http://lexvo.org/id/term/swh/Elsavado>,
        <http://lexvo.org/id/term/tam/%E0%AE%8E%E0%AE%B2%E0%AF%8D%20%E0%AE%9A%E0%AE%BE%E0%AE%B2%E0%AF%8D%E0%AE%B5%E0%AE%9F%E0%AE%BE%E0%AE%B0%E0%AF%8D>,
        <http://lexvo.org/id/term/tel/%E0%B0%8E%E0%B0%B2%E0%B1%8D%20%E0%B0%B8%E0%B0%BE%E0%B0%B2%E0%B1%8D%E0%B0%B5%E0%B0%A1%E0%B1%8B%E0%B0%B0%E0%B1%8D>,
        <http://lexvo.org/id/term/teo/Elsavado>,
        <http://lexvo.org/id/term/tha/%E0%B9%80%E0%B8%AD%E0%B8%A5%E0%B8%8B%E0%B8%B1%E0%B8%A5%E0%B8%A7%E0%B8%B2%E0%B8%94%E0%B8%AD%E0%B8%A3%E0%B9%8C>,
        <http://lexvo.org/id/term/tir/%E1%8A%A4%E1%88%8D%20%E1%88%B3%E1%88%8D%E1%89%AB%E1%8B%B6%E1%88%AD>,
        <http://lexvo.org/id/term/ton/%CA%BBEle%20Salavatoa>,
        <http://lexvo.org/id/term/tur/El%20Salvador>,
        <http://lexvo.org/id/term/twq/Salvador%20laboo>,
        <http://lexvo.org/id/term/tzm/Salva%E1%B8%8Dur>,
        <http://lexvo.org/id/term/ukr/%D0%A1%D0%B0%D0%BB%D1%8C%D0%B2%D0%B0%D0%B4%D0%BE%D1%80>,
        <http://lexvo.org/id/term/urd/%D8%A7%D9%84%20%D8%B3%D9%84%D9%88%D8%A7%DA%88%D9%88%D8%B1>,
        <http://lexvo.org/id/term/vai-Latn/%C6%90l%C9%9B%20S%C3%A1v%C3%A1d%C9%94>,
        <http://lexvo.org/id/term/vai/%EA%97%A1%EA%97%B7%20%EA%95%A2%EA%94%8D%EA%97%8D%EA%96%BA>,
        <http://lexvo.org/id/term/vie/El%20Salvador>,
        <http://lexvo.org/id/term/vun/Elsavado>,
        <http://lexvo.org/id/term/wae/El%20Salvador>,
        <http://lexvo.org/id/term/xog/El%20salivado>,
        <http://lexvo.org/id/term/yav/salfat%C9%94%CC%81%C9%94l>,
        <http://lexvo.org/id/term/yor/Or%C3%ADl%E1%BA%B9%CC%81%C3%A8de%20%E1%BA%B8%E1%BA%B9s%C3%A1f%C3%A1d%C3%B2>,
        <http://lexvo.org/id/term/zsm/El%20Salvador>,
        <http://lexvo.org/id/term/zul/i-El%20Salvador> ;
    owl:sameAs <http://psi.oasis-open.org/iso/3166/#222>,
        <http://sws.geonames.org/3585968/> .

<http://lexvo.org/id/iso3166/SX> a lvont:GeographicRegion ;
    rdfs:label "Sint Maarten"@af,
        "ሲንት ማርተን"@am,
        "سينت مارتن"@ar,
        "Sint Maarten"@ast,
        "Синт Мартен"@bg,
        "সিন্ট মার্টেন"@bn,
        "Sint Maarten"@br,
        "Sint Maarten"@ca,
        "荷属圣马丁"@cmn,
        "聖馬爾丁"@cmn-Hant,
        "Sint Maarten"@cs,
        "Sint Maarten"@cy,
        "Sint Maarten"@da,
        "Sint Maarten"@de,
        "སིནཊ་ མཱར་ཊེན"@dz,
        "Sint Maarten nutome"@ee,
        "Άγιος Μαρτίνος (Ολλανδικό τμήμα)"@el,
        "ISO 3166-1:SX"@en,
        "Sint Maarten"@en,
        "Sint Maarten"@es,
        "Sint Maarten"@et,
        "Sint Maarten"@eu,
        "سنت مارتن"@fa,
        "Sint Maarten"@fi,
        "Sint Maarten"@fil,
        "Niðurlonds Saint Martin"@fo,
        "Saint-Martin [partie néerlandaise]"@fr,
        "Sint Maarten"@fr,
        "Sint Maarten"@gl,
        "સિંટ માર્ટેન"@gu,
        "סינט מארטן"@he,
        "सिंट मार्टिन"@hi,
        "Sint Maarten"@hr,
        "Sint Maarten"@hu,
        "Sint Maarten"@id,
        "Sint Maarten"@is,
        "Sint Maarten"@it,
        "シント・マールテン"@ja,
        "Sãu Martinhu di Olanda"@kea,
        "សីង​ម៉ាធីន"@km,
        "ಸಿಂಟ್ ಮಾರ್ಟನ್"@kn,
        "신트마르턴"@ko,
        "Zint Maarten"@ksh,
        "ເຊັ້ນ ມາເຕັນ"@lo,
        "Sint Martenas"@lt,
        "Sintmārtena"@lv,
        "Свети Мартин"@mk,
        "സിന്റ് മാർട്ടെൻ"@ml,
        "सिंट मार्टेन"@mr,
        "Sint Maarten"@nb,
        "सिन्ट मार्टेन"@ne,
        "Sint-Maarten"@nl,
        "Nederlandsk St. Martin"@nn,
        "Sint Maarten"@pl,
        "Sint Maarten"@pt,
        "Sint Maarten"@ro,
        "Синт-Мартен"@ru,
        "Vuolleeatnamat Saint Martin"@se,
        "ශාන්ත මාර්ටෙන්"@si,
        "Sint Maarten"@sk,
        "Sint Maarten"@sl,
        "Свети Мартин"@sr,
        "S:t Martin (nederländska delen)"@sv,
        "Santamatini"@swh,
        "செயின்ட் மார்ட்டீன்"@ta,
        "సింట్ మార్టెన్"@te,
        "เซนต์มาร์ติน"@th,
        "Sā Mātini"@to,
        "Sint Maarten"@tr,
        "Сінт-Мартен"@uk,
        "سنٹ مارٹن"@ur,
        "Sint Maarten"@vi,
        "Sint Maarten"@zsm,
        "I-Sint Maarten"@zu ;
    lvont:label <http://lexvo.org/id/term/afr/Sint%20Maarten>,
        <http://lexvo.org/id/term/amh/%E1%88%B2%E1%8A%95%E1%89%B5%20%E1%88%9B%E1%88%AD%E1%89%B0%E1%8A%95>,
        <http://lexvo.org/id/term/ara/%D8%B3%D9%8A%D9%86%D8%AA%20%D9%85%D8%A7%D8%B1%D8%AA%D9%86>,
        <http://lexvo.org/id/term/ast/Sint%20Maarten>,
        <http://lexvo.org/id/term/ben/%E0%A6%B8%E0%A6%BF%E0%A6%A8%E0%A7%8D%E0%A6%9F%20%E0%A6%AE%E0%A6%BE%E0%A6%B0%E0%A7%8D%E0%A6%9F%E0%A7%87%E0%A6%A8>,
        <http://lexvo.org/id/term/bre/Sint%20Maarten>,
        <http://lexvo.org/id/term/bul/%D0%A1%D0%B8%D0%BD%D1%82%20%D0%9C%D0%B0%D1%80%D1%82%D0%B5%D0%BD>,
        <http://lexvo.org/id/term/cat/Sint%20Maarten>,
        <http://lexvo.org/id/term/ces/Sint%20Maarten>,
        <http://lexvo.org/id/term/cmn-Hant/%E8%81%96%E9%A6%AC%E7%88%BE%E4%B8%81>,
        <http://lexvo.org/id/term/cmn/%E8%8D%B7%E5%B1%9E%E5%9C%A3%E9%A9%AC%E4%B8%81>,
        <http://lexvo.org/id/term/cym/Sint%20Maarten>,
        <http://lexvo.org/id/term/dan/Sint%20Maarten>,
        <http://lexvo.org/id/term/deu/Sint%20Maarten>,
        <http://lexvo.org/id/term/dzo/%E0%BD%A6%E0%BD%B2%E0%BD%93%E0%BD%8A%E0%BC%8B%20%E0%BD%98%E0%BD%B1%E0%BD%A2%E0%BC%8B%E0%BD%8A%E0%BD%BA%E0%BD%93>,
        <http://lexvo.org/id/term/ell/%CE%86%CE%B3%CE%B9%CE%BF%CF%82%20%CE%9C%CE%B1%CF%81%CF%84%CE%AF%CE%BD%CE%BF%CF%82%20(%CE%9F%CE%BB%CE%BB%CE%B1%CE%BD%CE%B4%CE%B9%CE%BA%CF%8C%20%CF%84%CE%BC%CE%AE%CE%BC%CE%B1)>,
        <http://lexvo.org/id/term/eng/ISO%203166-1%3ASX>,
        <http://lexvo.org/id/term/eng/Sint%20Maarten>,
        <http://lexvo.org/id/term/est/Sint%20Maarten>,
        <http://lexvo.org/id/term/eus/Sint%20Maarten>,
        <http://lexvo.org/id/term/ewe/Sint%20Maarten%20nutome>,
        <http://lexvo.org/id/term/fao/Ni%C3%B0urlonds%20Saint%20Martin>,
        <http://lexvo.org/id/term/fas/%D8%B3%D9%86%D8%AA%20%D9%85%D8%A7%D8%B1%D8%AA%D9%86>,
        <http://lexvo.org/id/term/fil/Sint%20Maarten>,
        <http://lexvo.org/id/term/fin/Sint%20Maarten>,
        <http://lexvo.org/id/term/fra/Saint-Martin%20%5Bpartie%20n%C3%A9erlandaise%5D>,
        <http://lexvo.org/id/term/fra/Sint%20Maarten>,
        <http://lexvo.org/id/term/glg/Sint%20Maarten>,
        <http://lexvo.org/id/term/guj/%E0%AA%B8%E0%AA%BF%E0%AA%82%E0%AA%9F%20%E0%AA%AE%E0%AA%BE%E0%AA%B0%E0%AB%8D%E0%AA%9F%E0%AB%87%E0%AA%A8>,
        <http://lexvo.org/id/term/heb/%D7%A1%D7%99%D7%A0%D7%98%20%D7%9E%D7%90%D7%A8%D7%98%D7%9F>,
        <http://lexvo.org/id/term/hin/%E0%A4%B8%E0%A4%BF%E0%A4%82%E0%A4%9F%20%E0%A4%AE%E0%A4%BE%E0%A4%B0%E0%A5%8D%E0%A4%9F%E0%A4%BF%E0%A4%A8>,
        <http://lexvo.org/id/term/hrv/Sint%20Maarten>,
        <http://lexvo.org/id/term/hun/Sint%20Maarten>,
        <http://lexvo.org/id/term/ind/Sint%20Maarten>,
        <http://lexvo.org/id/term/isl/Sint%20Maarten>,
        <http://lexvo.org/id/term/ita/Sint%20Maarten>,
        <http://lexvo.org/id/term/jpn/%E3%82%B7%E3%83%B3%E3%83%88%E3%83%BB%E3%83%9E%E3%83%BC%E3%83%AB%E3%83%86%E3%83%B3>,
        <http://lexvo.org/id/term/kan/%E0%B2%B8%E0%B2%BF%E0%B2%82%E0%B2%9F%E0%B3%8D%20%E0%B2%AE%E0%B2%BE%E0%B2%B0%E0%B3%8D%E0%B2%9F%E0%B2%A8%E0%B3%8D>,
        <http://lexvo.org/id/term/kea/S%C3%A3u%20Martinhu%20di%20Olanda>,
        <http://lexvo.org/id/term/khm/%E1%9E%9F%E1%9E%B8%E1%9E%84%E2%80%8B%E1%9E%98%E1%9F%89%E1%9E%B6%E1%9E%92%E1%9E%B8%E1%9E%93>,
        <http://lexvo.org/id/term/kor/%EC%8B%A0%ED%8A%B8%EB%A7%88%EB%A5%B4%ED%84%B4>,
        <http://lexvo.org/id/term/ksh/Zint%20Maarten>,
        <http://lexvo.org/id/term/lao/%E0%BB%80%E0%BA%8A%E0%BA%B1%E0%BB%89%E0%BA%99%20%E0%BA%A1%E0%BA%B2%E0%BB%80%E0%BA%95%E0%BA%B1%E0%BA%99>,
        <http://lexvo.org/id/term/lav/Sintm%C4%81rtena>,
        <http://lexvo.org/id/term/lit/Sint%20Martenas>,
        <http://lexvo.org/id/term/mal/%E0%B4%B8%E0%B4%BF%E0%B4%A8%E0%B5%8D%E0%B4%B1%E0%B5%8D%20%E0%B4%AE%E0%B4%BE%E0%B5%BC%E0%B4%9F%E0%B5%8D%E0%B4%9F%E0%B5%86%E0%B5%BB>,
        <http://lexvo.org/id/term/mar/%E0%A4%B8%E0%A4%BF%E0%A4%82%E0%A4%9F%20%E0%A4%AE%E0%A4%BE%E0%A4%B0%E0%A5%8D%E0%A4%9F%E0%A5%87%E0%A4%A8>,
        <http://lexvo.org/id/term/mkd/%D0%A1%D0%B2%D0%B5%D1%82%D0%B8%20%D0%9C%D0%B0%D1%80%D1%82%D0%B8%D0%BD>,
        <http://lexvo.org/id/term/nep/%E0%A4%B8%E0%A4%BF%E0%A4%A8%E0%A5%8D%E0%A4%9F%20%E0%A4%AE%E0%A4%BE%E0%A4%B0%E0%A5%8D%E0%A4%9F%E0%A5%87%E0%A4%A8>,
        <http://lexvo.org/id/term/nld/Sint-Maarten>,
        <http://lexvo.org/id/term/nno/Nederlandsk%20St.%20Martin>,
        <http://lexvo.org/id/term/nob/Sint%20Maarten>,
        <http://lexvo.org/id/term/pol/Sint%20Maarten>,
        <http://lexvo.org/id/term/por/Sint%20Maarten>,
        <http://lexvo.org/id/term/ron/Sint%20Maarten>,
        <http://lexvo.org/id/term/rus/%D0%A1%D0%B8%D0%BD%D1%82-%D0%9C%D0%B0%D1%80%D1%82%D0%B5%D0%BD>,
        <http://lexvo.org/id/term/sin/%E0%B7%81%E0%B7%8F%E0%B6%B1%E0%B7%8A%E0%B6%AD%20%E0%B6%B8%E0%B7%8F%E0%B6%BB%E0%B7%8A%E0%B6%A7%E0%B7%99%E0%B6%B1%E0%B7%8A>,
        <http://lexvo.org/id/term/slk/Sint%20Maarten>,
        <http://lexvo.org/id/term/slv/Sint%20Maarten>,
        <http://lexvo.org/id/term/sme/Vuolleeatnamat%20Saint%20Martin>,
        <http://lexvo.org/id/term/spa/Sint%20Maarten>,
        <http://lexvo.org/id/term/srp/%D0%A1%D0%B2%D0%B5%D1%82%D0%B8%20%D0%9C%D0%B0%D1%80%D1%82%D0%B8%D0%BD>,
        <http://lexvo.org/id/term/swe/S%3At%20Martin%20(nederl%C3%A4ndska%20delen)>,
        <http://lexvo.org/id/term/swh/Santamatini>,
        <http://lexvo.org/id/term/tam/%E0%AE%9A%E0%AF%86%E0%AE%AF%E0%AE%BF%E0%AE%A9%E0%AF%8D%E0%AE%9F%E0%AF%8D%20%E0%AE%AE%E0%AE%BE%E0%AE%B0%E0%AF%8D%E0%AE%9F%E0%AF%8D%E0%AE%9F%E0%AF%80%E0%AE%A9%E0%AF%8D>,
        <http://lexvo.org/id/term/tel/%E0%B0%B8%E0%B0%BF%E0%B0%82%E0%B0%9F%E0%B1%8D%20%E0%B0%AE%E0%B0%BE%E0%B0%B0%E0%B1%8D%E0%B0%9F%E0%B1%86%E0%B0%A8%E0%B1%8D>,
        <http://lexvo.org/id/term/tha/%E0%B9%80%E0%B8%8B%E0%B8%99%E0%B8%95%E0%B9%8C%E0%B8%A1%E0%B8%B2%E0%B8%A3%E0%B9%8C%E0%B8%95%E0%B8%B4%E0%B8%99>,
        <http://lexvo.org/id/term/ton/S%C4%81%20M%C4%81tini>,
        <http://lexvo.org/id/term/tur/Sint%20Maarten>,
        <http://lexvo.org/id/term/ukr/%D0%A1%D1%96%D0%BD%D1%82-%D0%9C%D0%B0%D1%80%D1%82%D0%B5%D0%BD>,
        <http://lexvo.org/id/term/urd/%D8%B3%D9%86%D9%B9%20%D9%85%D8%A7%D8%B1%D9%B9%D9%86>,
        <http://lexvo.org/id/term/vie/Sint%20Maarten>,
        <http://lexvo.org/id/term/zsm/Sint%20Maarten>,
        <http://lexvo.org/id/term/zul/I-Sint%20Maarten> .

<http://lexvo.org/id/iso3166/SY> a lvont:GeographicRegion ;
    rdfs:label "Sirië"@af,
        "Silîa"@agq,
        "Siria"@ak,
        "ሲሪያ"@am,
        "سوريا"@ar,
        "Thiria"@asa,
        "Siria"@ast,
        "siriya"@az,
        "Sirìà"@bas,
        "Сірыйская Арабская Рэспубліка"@be,
        "Husilia"@bez,
        "Сирийска арабска република"@bg,
        "Siri"@bm,
        "সিরিয়া"@bn,
        "Siria"@br,
        "सीरिया"@brx,
        "Sirija"@bs,
        "Сирија"@bs-Cyrl,
        "ሲሪያ"@byn,
        "Síria"@ca,
        "Siriya"@cgg,
        "叙利亚"@cmn,
        "敘利亞"@cmn-Hant,
        "Sýrie"@cs,
        "Syria"@cy,
        "Syrien"@da,
        "Siria"@dav,
        "Syrien"@de,
        "Suuria"@dje,
        "སི་རི་ཡ"@dz,
        "Siria"@ebu,
        "Siria nutome"@ee,
        "Συρία"@el,
        "ISO 3166-1:SY"@en,
        "Syria"@en,
        "𐐝𐐮𐑉𐐨𐐲"@en-Dsrt,
        "Sirio"@eo,
        "Siria"@es,
        "Süüria"@et,
        "Siria"@eu,
        "Sirí"@ewo,
        "سوریه"@fa,
        "Sirii"@ff,
        "Syyria"@fi,
        "Syria"@fil,
        "Syria"@fo,
        "Syrie"@fr,
        "Sirie"@fur,
        "An tSiria"@ga,
        "Siridhea"@gd,
        "Siria"@gl,
        "Süürie"@gsw,
        "સીરિયા"@gu,
        "Siria"@guz,
        "Sham, Siriya"@ha,
        "סוריה"@he,
        "सीरिया"@hi,
        "Sirija"@hr,
        "Szíria"@hu,
        "Սիրիա"@hy,
        "Syria"@ia,
        "Suriah"@id,
        "Sýrland"@is,
        "Siria"@it,
        "シリア"@ja,
        "Siria"@jmc,
        "სირია"@ka,
        "Surya"@kab,
        "Siria"@kam,
        "Silia"@kde,
        "Siria"@kea,
        "Suuria"@khq,
        "Siria"@ki,
        "Syria"@kl,
        "Emetab Syria"@kln,
        "ស៊ីរី"@km,
        "ಸಿರಿಯಾ"@kn,
        "시리아"@ko,
        "شام"@ks,
        "Silia"@ksb,
        "sirí"@ksf,
        "Sürije"@ksh,
        "Síria"@lag,
        "Siriya"@lg,
        "Sirí"@ln,
        "ຊິເລຍ"@lo,
        "Sirija"@lt,
        "Siri"@lu,
        "Syria"@luo,
        "Siria"@luy,
        "Sīrija"@lv,
        "Siria"@mas,
        "Siria"@mer,
        "Lasiri"@mfe,
        "Syria"@mg,
        "Usiria"@mgh,
        "Сирија"@mk,
        "സിറിയ"@ml,
        "सीरिया"@mr,
        "Sirja"@mt,
        "Syria"@mua,
        "ဆီးရီးယား"@my,
        "Syriab"@naq,
        "Syria"@nb,
        "Syria"@nd,
        "सिरिया"@ne,
        "Syrië"@nl,
        "Syria"@nmg,
        "Syria"@nn,
        "Siriya"@nyn,
        "ସିରିଆ"@or,
        "Syria"@pl,
        "سوریه"@ps,
        "Síria"@pt,
        "Siria"@rm,
        "Siriya"@rn,
        "Siria"@ro,
        "Siria"@rof,
        "Сирия"@ru,
        "Siria"@rwk,
        "Siria"@saq,
        "Siliya"@sbp,
        "Syria"@se,
        "Síria"@seh,
        "Suuria"@ses,
        "Sirïi"@sg,
        "ⵙⵓⵔⵢⴰ"@shi,
        "surya"@shi-Latn,
        "සිරියාව"@si,
        "Sýria"@sk,
        "Sirija"@sl,
        "Syria"@sn,
        "Suuriya"@so,
        "Siri"@sq,
        "Сирија"@sr,
        "Sirija"@sr-Latn,
        "Syrien"@sv,
        "Siria"@swc,
        "Siria"@swh,
        "சிரியா"@ta,
        "సిరియా"@te,
        "Siria"@teo,
        "ซีเรีย"@th,
        "ሲሪያ"@ti,
        "ሲሪያ"@tig,
        "Sīlia"@to,
        "Suriye"@tr,
        "Suuria"@twq,
        "Surya"@tzm,
        "Сирія"@uk,
        "شام"@ur,
        "ꔻꕩꘋ"@vai,
        "Síyaŋ"@vai-Latn,
        "Syria"@vi,
        "Siria"@vun,
        "Sürie"@wae,
        "ሲሪያ"@wal,
        "Siriya"@xog,
        "Orílẹ́ède Siria"@yo,
        "Syria"@zsm,
        "i-Syria"@zu ;
    lvont:label <http://lexvo.org/id/term/afr/Siri%C3%AB>,
        <http://lexvo.org/id/term/agq/Sil%C3%AEa>,
        <http://lexvo.org/id/term/aka/Siria>,
        <http://lexvo.org/id/term/amh/%E1%88%B2%E1%88%AA%E1%8B%AB>,
        <http://lexvo.org/id/term/ara/%D8%B3%D9%88%D8%B1%D9%8A%D8%A7>,
        <http://lexvo.org/id/term/asa/Thiria>,
        <http://lexvo.org/id/term/ast/Siria>,
        <http://lexvo.org/id/term/aze/siriya>,
        <http://lexvo.org/id/term/bam/Siri>,
        <http://lexvo.org/id/term/bas/Sir%C3%AC%C3%A0>,
        <http://lexvo.org/id/term/bel/%D0%A1%D1%96%D1%80%D1%8B%D0%B9%D1%81%D0%BA%D0%B0%D1%8F%20%D0%90%D1%80%D0%B0%D0%B1%D1%81%D0%BA%D0%B0%D1%8F%20%D0%A0%D1%8D%D1%81%D0%BF%D1%83%D0%B1%D0%BB%D1%96%D0%BA%D0%B0>,
        <http://lexvo.org/id/term/ben/%E0%A6%B8%E0%A6%BF%E0%A6%B0%E0%A6%BF%E0%A6%AF%E0%A6%BC%E0%A6%BE>,
        <http://lexvo.org/id/term/bez/Husilia>,
        <http://lexvo.org/id/term/bos-Cyrl/%D0%A1%D0%B8%D1%80%D0%B8%D1%98%D0%B0>,
        <http://lexvo.org/id/term/bos/Sirija>,
        <http://lexvo.org/id/term/bre/Siria>,
        <http://lexvo.org/id/term/brx/%E0%A4%B8%E0%A5%80%E0%A4%B0%E0%A4%BF%E0%A4%AF%E0%A4%BE>,
        <http://lexvo.org/id/term/bul/%D0%A1%D0%B8%D1%80%D0%B8%D0%B9%D1%81%D0%BA%D0%B0%20%D0%B0%D1%80%D0%B0%D0%B1%D1%81%D0%BA%D0%B0%20%D1%80%D0%B5%D0%BF%D1%83%D0%B1%D0%BB%D0%B8%D0%BA%D0%B0>,
        <http://lexvo.org/id/term/byn/%E1%88%B2%E1%88%AA%E1%8B%AB>,
        <http://lexvo.org/id/term/cat/S%C3%ADria>,
        <http://lexvo.org/id/term/ces/S%C3%BDrie>,
        <http://lexvo.org/id/term/cgg/Siriya>,
        <http://lexvo.org/id/term/cmn-Hant/%E6%95%98%E5%88%A9%E4%BA%9E>,
        <http://lexvo.org/id/term/cmn/%E5%8F%99%E5%88%A9%E4%BA%9A>,
        <http://lexvo.org/id/term/cym/Syria>,
        <http://lexvo.org/id/term/dan/Syrien>,
        <http://lexvo.org/id/term/dav/Siria>,
        <http://lexvo.org/id/term/deu/Syrien>,
        <http://lexvo.org/id/term/dje/Suuria>,
        <http://lexvo.org/id/term/dzo/%E0%BD%A6%E0%BD%B2%E0%BC%8B%E0%BD%A2%E0%BD%B2%E0%BC%8B%E0%BD%A1>,
        <http://lexvo.org/id/term/ebu/Siria>,
        <http://lexvo.org/id/term/ell/%CE%A3%CF%85%CF%81%CE%AF%CE%B1>,
        <http://lexvo.org/id/term/eng-Dsrt/%F0%90%90%9D%F0%90%90%AE%F0%90%91%89%F0%90%90%A8%F0%90%90%B2>,
        <http://lexvo.org/id/term/eng/ISO%203166-1%3ASY>,
        <http://lexvo.org/id/term/eng/Syria>,
        <http://lexvo.org/id/term/epo/Sirio>,
        <http://lexvo.org/id/term/est/S%C3%BC%C3%BCria>,
        <http://lexvo.org/id/term/eus/Siria>,
        <http://lexvo.org/id/term/ewe/Siria%20nutome>,
        <http://lexvo.org/id/term/ewo/Sir%C3%AD>,
        <http://lexvo.org/id/term/fao/Syria>,
        <http://lexvo.org/id/term/fas/%D8%B3%D9%88%D8%B1%DB%8C%D9%87>,
        <http://lexvo.org/id/term/fil/Syria>,
        <http://lexvo.org/id/term/fin/Syyria>,
        <http://lexvo.org/id/term/fra/Syrie>,
        <http://lexvo.org/id/term/ful/Sirii>,
        <http://lexvo.org/id/term/fur/Sirie>,
        <http://lexvo.org/id/term/gla/Siridhea>,
        <http://lexvo.org/id/term/gle/An%20tSiria>,
        <http://lexvo.org/id/term/glg/Siria>,
        <http://lexvo.org/id/term/gsw/S%C3%BC%C3%BCrie>,
        <http://lexvo.org/id/term/guj/%E0%AA%B8%E0%AB%80%E0%AA%B0%E0%AA%BF%E0%AA%AF%E0%AA%BE>,
        <http://lexvo.org/id/term/guz/Siria>,
        <http://lexvo.org/id/term/hau/Sham%2C%20Siriya>,
        <http://lexvo.org/id/term/heb/%D7%A1%D7%95%D7%A8%D7%99%D7%94>,
        <http://lexvo.org/id/term/hin/%E0%A4%B8%E0%A5%80%E0%A4%B0%E0%A4%BF%E0%A4%AF%E0%A4%BE>,
        <http://lexvo.org/id/term/hrv/Sirija>,
        <http://lexvo.org/id/term/hun/Sz%C3%ADria>,
        <http://lexvo.org/id/term/hye/%D5%8D%D5%AB%D6%80%D5%AB%D5%A1>,
        <http://lexvo.org/id/term/ina/Syria>,
        <http://lexvo.org/id/term/ind/Suriah>,
        <http://lexvo.org/id/term/isl/S%C3%BDrland>,
        <http://lexvo.org/id/term/ita/Siria>,
        <http://lexvo.org/id/term/jmc/Siria>,
        <http://lexvo.org/id/term/jpn/%E3%82%B7%E3%83%AA%E3%82%A2>,
        <http://lexvo.org/id/term/kab/Surya>,
        <http://lexvo.org/id/term/kal/Syria>,
        <http://lexvo.org/id/term/kam/Siria>,
        <http://lexvo.org/id/term/kan/%E0%B2%B8%E0%B2%BF%E0%B2%B0%E0%B2%BF%E0%B2%AF%E0%B2%BE>,
        <http://lexvo.org/id/term/kas/%D8%B4%D8%A7%D9%85>,
        <http://lexvo.org/id/term/kat/%E1%83%A1%E1%83%98%E1%83%A0%E1%83%98%E1%83%90>,
        <http://lexvo.org/id/term/kde/Silia>,
        <http://lexvo.org/id/term/kea/Siria>,
        <http://lexvo.org/id/term/khm/%E1%9E%9F%E1%9F%8A%E1%9E%B8%E1%9E%9A%E1%9E%B8>,
        <http://lexvo.org/id/term/khq/Suuria>,
        <http://lexvo.org/id/term/kik/Siria>,
        <http://lexvo.org/id/term/kln/Emetab%20Syria>,
        <http://lexvo.org/id/term/kor/%EC%8B%9C%EB%A6%AC%EC%95%84>,
        <http://lexvo.org/id/term/ksb/Silia>,
        <http://lexvo.org/id/term/ksf/sir%C3%AD>,
        <http://lexvo.org/id/term/ksh/S%C3%BCrije>,
        <http://lexvo.org/id/term/lag/S%C3%ADria>,
        <http://lexvo.org/id/term/lao/%E0%BA%8A%E0%BA%B4%E0%BB%80%E0%BA%A5%E0%BA%8D>,
        <http://lexvo.org/id/term/lav/S%C4%ABrija>,
        <http://lexvo.org/id/term/lin/Sir%C3%AD>,
        <http://lexvo.org/id/term/lit/Sirija>,
        <http://lexvo.org/id/term/lub/Siri>,
        <http://lexvo.org/id/term/lug/Siriya>,
        <http://lexvo.org/id/term/luo/Syria>,
        <http://lexvo.org/id/term/luy/Siria>,
        <http://lexvo.org/id/term/mal/%E0%B4%B8%E0%B4%BF%E0%B4%B1%E0%B4%BF%E0%B4%AF>,
        <http://lexvo.org/id/term/mar/%E0%A4%B8%E0%A5%80%E0%A4%B0%E0%A4%BF%E0%A4%AF%E0%A4%BE>,
        <http://lexvo.org/id/term/mas/Siria>,
        <http://lexvo.org/id/term/mer/Siria>,
        <http://lexvo.org/id/term/mfe/Lasiri>,
        <http://lexvo.org/id/term/mgh/Usiria>,
        <http://lexvo.org/id/term/mkd/%D0%A1%D0%B8%D1%80%D0%B8%D1%98%D0%B0>,
        <http://lexvo.org/id/term/mlg/Syria>,
        <http://lexvo.org/id/term/mlt/Sirja>,
        <http://lexvo.org/id/term/mua/Syria>,
        <http://lexvo.org/id/term/mya/%E1%80%86%E1%80%AE%E1%80%B8%E1%80%9B%E1%80%AE%E1%80%B8%E1%80%9A%E1%80%AC%E1%80%B8>,
        <http://lexvo.org/id/term/naq/Syriab>,
        <http://lexvo.org/id/term/nde/Syria>,
        <http://lexvo.org/id/term/nep/%E0%A4%B8%E0%A4%BF%E0%A4%B0%E0%A4%BF%E0%A4%AF%E0%A4%BE>,
        <http://lexvo.org/id/term/nld/Syri%C3%AB>,
        <http://lexvo.org/id/term/nmg/Syria>,
        <http://lexvo.org/id/term/nno/Syria>,
        <http://lexvo.org/id/term/nob/Syria>,
        <http://lexvo.org/id/term/nyn/Siriya>,
        <http://lexvo.org/id/term/ori/%E0%AC%B8%E0%AC%BF%E0%AC%B0%E0%AC%BF%E0%AC%86>,
        <http://lexvo.org/id/term/pol/Syria>,
        <http://lexvo.org/id/term/por/S%C3%ADria>,
        <http://lexvo.org/id/term/pus/%D8%B3%D9%88%D8%B1%DB%8C%D9%87>,
        <http://lexvo.org/id/term/rof/Siria>,
        <http://lexvo.org/id/term/roh/Siria>,
        <http://lexvo.org/id/term/ron/Siria>,
        <http://lexvo.org/id/term/run/Siriya>,
        <http://lexvo.org/id/term/rus/%D0%A1%D0%B8%D1%80%D0%B8%D1%8F>,
        <http://lexvo.org/id/term/rwk/Siria>,
        <http://lexvo.org/id/term/sag/Sir%C3%AFi>,
        <http://lexvo.org/id/term/saq/Siria>,
        <http://lexvo.org/id/term/sbp/Siliya>,
        <http://lexvo.org/id/term/seh/S%C3%ADria>,
        <http://lexvo.org/id/term/ses/Suuria>,
        <http://lexvo.org/id/term/shi-Latn/surya>,
        <http://lexvo.org/id/term/shi/%E2%B5%99%E2%B5%93%E2%B5%94%E2%B5%A2%E2%B4%B0>,
        <http://lexvo.org/id/term/sin/%E0%B7%83%E0%B7%92%E0%B6%BB%E0%B7%92%E0%B6%BA%E0%B7%8F%E0%B7%80>,
        <http://lexvo.org/id/term/slk/S%C3%BDria>,
        <http://lexvo.org/id/term/slv/Sirija>,
        <http://lexvo.org/id/term/sme/Syria>,
        <http://lexvo.org/id/term/sna/Syria>,
        <http://lexvo.org/id/term/som/Suuriya>,
        <http://lexvo.org/id/term/spa/Siria>,
        <http://lexvo.org/id/term/sqi/Siri>,
        <http://lexvo.org/id/term/srp-Latn/Sirija>,
        <http://lexvo.org/id/term/srp/%D0%A1%D0%B8%D1%80%D0%B8%D1%98%D0%B0>,
        <http://lexvo.org/id/term/swc/Siria>,
        <http://lexvo.org/id/term/swe/Syrien>,
        <http://lexvo.org/id/term/swh/Siria>,
        <http://lexvo.org/id/term/tam/%E0%AE%9A%E0%AE%BF%E0%AE%B0%E0%AE%BF%E0%AE%AF%E0%AE%BE>,
        <http://lexvo.org/id/term/tel/%E0%B0%B8%E0%B0%BF%E0%B0%B0%E0%B0%BF%E0%B0%AF%E0%B0%BE>,
        <http://lexvo.org/id/term/teo/Siria>,
        <http://lexvo.org/id/term/tha/%E0%B8%8B%E0%B8%B5%E0%B9%80%E0%B8%A3%E0%B8%B5%E0%B8%A2>,
        <http://lexvo.org/id/term/tig/%E1%88%B2%E1%88%AA%E1%8B%AB>,
        <http://lexvo.org/id/term/tir/%E1%88%B2%E1%88%AA%E1%8B%AB>,
        <http://lexvo.org/id/term/ton/S%C4%ABlia>,
        <http://lexvo.org/id/term/tur/Suriye>,
        <http://lexvo.org/id/term/twq/Suuria>,
        <http://lexvo.org/id/term/tzm/Surya>,
        <http://lexvo.org/id/term/ukr/%D0%A1%D0%B8%D1%80%D1%96%D1%8F>,
        <http://lexvo.org/id/term/urd/%D8%B4%D8%A7%D9%85>,
        <http://lexvo.org/id/term/vai-Latn/S%C3%ADya%C5%8B>,
        <http://lexvo.org/id/term/vai/%EA%94%BB%EA%95%A9%EA%98%8B>,
        <http://lexvo.org/id/term/vie/Syria>,
        <http://lexvo.org/id/term/vun/Siria>,
        <http://lexvo.org/id/term/wae/S%C3%BCrie>,
        <http://lexvo.org/id/term/wal/%E1%88%B2%E1%88%AA%E1%8B%AB>,
        <http://lexvo.org/id/term/xog/Siriya>,
        <http://lexvo.org/id/term/yor/Or%C3%ADl%E1%BA%B9%CC%81%C3%A8de%20Siria>,
        <http://lexvo.org/id/term/zsm/Syria>,
        <http://lexvo.org/id/term/zul/i-Syria> ;
    owl:sameAs <http://psi.oasis-open.org/iso/3166/#760>,
        <http://sws.geonames.org/163843/> .

<http://lexvo.org/id/iso3166/SZ> a lvont:GeographicRegion ;
    rdfs:label "Swaziland"@af,
        "Shǔazìlân"@agq,
        "Swaziland"@ak,
        "ሱዋዚላንድ"@am,
        "سوازيلاند"@ar,
        "Uthwadhi"@asa,
        "Suazilandia"@ast,
        "svazilənd"@az,
        "Swàzìlând"@bas,
        "Свазіленд"@be,
        "Huuswazi"@bez,
        "Суазиленд"@bg,
        "Swazilandi"@bm,
        "সোয়াজিল্যান্ড"@bn,
        "Swaziland"@br,
        "स्वाज़ीलैंड"@brx,
        "Svazilend"@bs,
        "Свазиленд"@bs-Cyrl,
        "Swazilàndia"@ca,
        "Swazirandi"@cgg,
        "斯威士兰"@cmn,
        "史瓦濟蘭"@cmn-Hant,
        "Svazijsko"@cs,
        "Swaziland"@cy,
        "Swaziland"@da,
        "Uswazi"@dav,
        "Swasiland"@de,
        "Swaziland"@dje,
        "སུ་ཝ་ཛི་ལེནཌ"@dz,
        "Uswazi"@ebu,
        "Swaziland nutome"@ee,
        "Ζουαζηλάνδη"@el,
        "ISO 3166-1:SZ"@en,
        "Swaziland"@en,
        "𐐝𐐶𐐪𐑆𐐨𐑊𐐰𐑌𐐼"@en-Dsrt,
        "Svazilando"@eo,
        "Suazilandia"@es,
        "Svaasimaa"@et,
        "Swazilandia"@eu,
        "Swazilándə"@ewo,
        "سوازیلند"@fa,
        "Swaasilannda"@ff,
        "Swazimaa"@fi,
        "Swaziland"@fil,
        "Svasiland"@fo,
        "Swaziland"@fr,
        "Swaziland"@fur,
        "An tSuasalainn"@ga,
        "Dùthaich nan Suasaidh"@gd,
        "Suacilandia"@gl,
        "Swasiland"@gsw,
        "સ્વાઝિલેન્ડ"@gu,
        "Uswazi"@guz,
        "Suwazilan"@ha,
        "סווזילנד"@he,
        "सुआजीलैंड"@hi,
        "Svazi"@hr,
        "Szváziföld"@hu,
        "Սվազիլենդ"@hy,
        "Swazilandia"@ia,
        "Swaziland"@id,
        "Svasíland"@is,
        "Swaziland"@it,
        "スワジランド"@ja,
        "Swɑzilɑ̂n"@jgo,
        "Uswazi"@jmc,
        "სვაზილენდი"@ka,
        "Swazilund"@kab,
        "Uswazi"@kam,
        "Uswazi"@kde,
        "Suazilándia"@kea,
        "Swaziland"@khq,
        "Uswazi"@ki,
        "Swazilandi"@kl,
        "Emetab Swaziland"@kln,
        "សូហ្ស៉ីឡង់"@km,
        "ಸ್ವಾಜಿಲ್ಯಾಂಡ್"@kn,
        "스와질랜드"@ko,
        "سُوزِلینٛڑ"@ks,
        "Uswazi"@ksb,
        "swazilan"@ksf,
        "ẞwaasiland"@ksh,
        "Ʉswáazi"@lag,
        "Swazirandi"@lg,
        "Swazilandi"@ln,
        "ສະວາຊິແລນ"@lo,
        "Svazilandas"@lt,
        "Swazilandi"@lu,
        "Swaziland"@luo,
        "Uswazi"@luy,
        "Svazilenda"@lv,
        "Uswazi"@mas,
        "Swazilandi"@mer,
        "Swaziland"@mfe,
        "Soazilandy"@mg,
        "Uswazi"@mgh,
        "Свазиленд"@mk,
        "സ്വാസിലാൻറ്"@ml,
        "स्वाझिलँड"@mr,
        "Sważiland"@mt,
        "Sǝr Swaziland"@mua,
        "Swazilandi"@naq,
        "Swaziland"@nb,
        "Swaziland"@nd,
        "स्वाजिल्याण्ड"@ne,
        "Swaziland"@nl,
        "Swaziland"@nmg,
        "Swaziland"@nn,
        "Swazirandi"@nyn,
        "ସ୍ବାଜିଲାଣ୍ଡ"@or,
        "Suazi"@pl,
        "Suazilândia"@pt,
        "Swaziland"@rm,
        "Suwazilandi"@rn,
        "Swaziland"@ro,
        "Uswazi"@rof,
        "Свазиленд"@ru,
        "Uswazi"@rwk,
        "Uswazi"@saq,
        "Uswasi"@sbp,
        "Svazieana"@se,
        "Suazilândia"@seh,
        "Swaziland"@ses,
        "Swäzïlânde"@sg,
        "ⵙⵡⴰⵣⵉⵍⴰⵏⴷⴰ"@shi,
        "swazilanda"@shi-Latn,
        "ස්වාසිලන්තය"@si,
        "Svazijsko"@sk,
        "Svazi"@sl,
        "Swaziland"@sn,
        "Iswaasilaand"@so,
        "Svazilandë"@sq,
        "Свазиленд"@sr,
        "Svazilend"@sr-Latn,
        "Swaziland"@sv,
        "Uswazi"@swc,
        "Uswazi"@swh,
        "ஸ்வாஸிலாண்ட்"@ta,
        "స్వాజీలేండ్"@te,
        "Uswazi"@teo,
        "สวาซิแลนด์"@th,
        "ሱዋዚላንድ"@ti,
        "Suasileni"@to,
        "Svaziland"@tr,
        "Swaziland"@twq,
        "Swazilanḍa"@tzm,
        "Свазіленд"@uk,
        "سوازی لینڈ"@ur,
        "ꖬꕎꔽ ꖨꕮꕊ"@vai,
        "Suwazi Lumaã"@vai-Latn,
        "Swaziland"@vi,
        "Uswazi"@vun,
        "Swasiland"@wae,
        "Swazirandi"@xog,
        "suasiláand"@yav,
        "Orílẹ́ède Saṣiland"@yo,
        "Swaziland"@zsm,
        "i-Swaziland"@zu ;
    lvont:label <http://lexvo.org/id/term/afr/Swaziland>,
        <http://lexvo.org/id/term/agq/Sh%C7%94az%C3%ACl%C3%A2n>,
        <http://lexvo.org/id/term/aka/Swaziland>,
        <http://lexvo.org/id/term/amh/%E1%88%B1%E1%8B%8B%E1%8B%9A%E1%88%8B%E1%8A%95%E1%8B%B5>,
        <http://lexvo.org/id/term/ara/%D8%B3%D9%88%D8%A7%D8%B2%D9%8A%D9%84%D8%A7%D9%86%D8%AF>,
        <http://lexvo.org/id/term/asa/Uthwadhi>,
        <http://lexvo.org/id/term/ast/Suazilandia>,
        <http://lexvo.org/id/term/aze/svazil%C9%99nd>,
        <http://lexvo.org/id/term/bam/Swazilandi>,
        <http://lexvo.org/id/term/bas/Sw%C3%A0z%C3%ACl%C3%A2nd>,
        <http://lexvo.org/id/term/bel/%D0%A1%D0%B2%D0%B0%D0%B7%D1%96%D0%BB%D0%B5%D0%BD%D0%B4>,
        <http://lexvo.org/id/term/ben/%E0%A6%B8%E0%A7%8B%E0%A6%AF%E0%A6%BC%E0%A6%BE%E0%A6%9C%E0%A6%BF%E0%A6%B2%E0%A7%8D%E0%A6%AF%E0%A6%BE%E0%A6%A8%E0%A7%8D%E0%A6%A1>,
        <http://lexvo.org/id/term/bez/Huuswazi>,
        <http://lexvo.org/id/term/bos-Cyrl/%D0%A1%D0%B2%D0%B0%D0%B7%D0%B8%D0%BB%D0%B5%D0%BD%D0%B4>,
        <http://lexvo.org/id/term/bos/Svazilend>,
        <http://lexvo.org/id/term/bre/Swaziland>,
        <http://lexvo.org/id/term/brx/%E0%A4%B8%E0%A5%8D%E0%A4%B5%E0%A4%BE%E0%A4%9C%E0%A4%BC%E0%A5%80%E0%A4%B2%E0%A5%88%E0%A4%82%E0%A4%A1>,
        <http://lexvo.org/id/term/bul/%D0%A1%D1%83%D0%B0%D0%B7%D0%B8%D0%BB%D0%B5%D0%BD%D0%B4>,
        <http://lexvo.org/id/term/cat/Swazil%C3%A0ndia>,
        <http://lexvo.org/id/term/ces/Svazijsko>,
        <http://lexvo.org/id/term/cgg/Swazirandi>,
        <http://lexvo.org/id/term/cmn-Hant/%E5%8F%B2%E7%93%A6%E6%BF%9F%E8%98%AD>,
        <http://lexvo.org/id/term/cmn/%E6%96%AF%E5%A8%81%E5%A3%AB%E5%85%B0>,
        <http://lexvo.org/id/term/cym/Swaziland>,
        <http://lexvo.org/id/term/dan/Swaziland>,
        <http://lexvo.org/id/term/dav/Uswazi>,
        <http://lexvo.org/id/term/deu/Swasiland>,
        <http://lexvo.org/id/term/dje/Swaziland>,
        <http://lexvo.org/id/term/dzo/%E0%BD%A6%E0%BD%B4%E0%BC%8B%E0%BD%9D%E0%BC%8B%E0%BD%9B%E0%BD%B2%E0%BC%8B%E0%BD%A3%E0%BD%BA%E0%BD%93%E0%BD%8C>,
        <http://lexvo.org/id/term/ebu/Uswazi>,
        <http://lexvo.org/id/term/ell/%CE%96%CE%BF%CF%85%CE%B1%CE%B6%CE%B7%CE%BB%CE%AC%CE%BD%CE%B4%CE%B7>,
        <http://lexvo.org/id/term/eng-Dsrt/%F0%90%90%9D%F0%90%90%B6%F0%90%90%AA%F0%90%91%86%F0%90%90%A8%F0%90%91%8A%F0%90%90%B0%F0%90%91%8C%F0%90%90%BC>,
        <http://lexvo.org/id/term/eng/ISO%203166-1%3ASZ>,
        <http://lexvo.org/id/term/eng/Swaziland>,
        <http://lexvo.org/id/term/epo/Svazilando>,
        <http://lexvo.org/id/term/est/Svaasimaa>,
        <http://lexvo.org/id/term/eus/Swazilandia>,
        <http://lexvo.org/id/term/ewe/Swaziland%20nutome>,
        <http://lexvo.org/id/term/ewo/Swazil%C3%A1nd%C9%99>,
        <http://lexvo.org/id/term/fao/Svasiland>,
        <http://lexvo.org/id/term/fas/%D8%B3%D9%88%D8%A7%D8%B2%DB%8C%D9%84%D9%86%D8%AF>,
        <http://lexvo.org/id/term/fil/Swaziland>,
        <http://lexvo.org/id/term/fin/Swazimaa>,
        <http://lexvo.org/id/term/fra/Swaziland>,
        <http://lexvo.org/id/term/ful/Swaasilannda>,
        <http://lexvo.org/id/term/fur/Swaziland>,
        <http://lexvo.org/id/term/gla/D%C3%B9thaich%20nan%20Suasaidh>,
        <http://lexvo.org/id/term/gle/An%20tSuasalainn>,
        <http://lexvo.org/id/term/glg/Suacilandia>,
        <http://lexvo.org/id/term/gsw/Swasiland>,
        <http://lexvo.org/id/term/guj/%E0%AA%B8%E0%AB%8D%E0%AA%B5%E0%AA%BE%E0%AA%9D%E0%AA%BF%E0%AA%B2%E0%AB%87%E0%AA%A8%E0%AB%8D%E0%AA%A1>,
        <http://lexvo.org/id/term/guz/Uswazi>,
        <http://lexvo.org/id/term/hau/Suwazilan>,
        <http://lexvo.org/id/term/heb/%D7%A1%D7%95%D7%95%D7%96%D7%99%D7%9C%D7%A0%D7%93>,
        <http://lexvo.org/id/term/hin/%E0%A4%B8%E0%A5%81%E0%A4%86%E0%A4%9C%E0%A5%80%E0%A4%B2%E0%A5%88%E0%A4%82%E0%A4%A1>,
        <http://lexvo.org/id/term/hrv/Svazi>,
        <http://lexvo.org/id/term/hun/Szv%C3%A1zif%C3%B6ld>,
        <http://lexvo.org/id/term/hye/%D5%8D%D5%BE%D5%A1%D5%A6%D5%AB%D5%AC%D5%A5%D5%B6%D5%A4>,
        <http://lexvo.org/id/term/ina/Swazilandia>,
        <http://lexvo.org/id/term/ind/Swaziland>,
        <http://lexvo.org/id/term/isl/Svas%C3%ADland>,
        <http://lexvo.org/id/term/ita/Swaziland>,
        <http://lexvo.org/id/term/jgo/Sw%C9%91zil%C9%91%CC%82n>,
        <http://lexvo.org/id/term/jmc/Uswazi>,
        <http://lexvo.org/id/term/jpn/%E3%82%B9%E3%83%AF%E3%82%B8%E3%83%A9%E3%83%B3%E3%83%89>,
        <http://lexvo.org/id/term/kab/Swazilund>,
        <http://lexvo.org/id/term/kal/Swazilandi>,
        <http://lexvo.org/id/term/kam/Uswazi>,
        <http://lexvo.org/id/term/kan/%E0%B2%B8%E0%B3%8D%E0%B2%B5%E0%B2%BE%E0%B2%9C%E0%B2%BF%E0%B2%B2%E0%B3%8D%E0%B2%AF%E0%B2%BE%E0%B2%82%E0%B2%A1%E0%B3%8D>,
        <http://lexvo.org/id/term/kas/%D8%B3%D9%8F%D9%88%D8%B2%D9%90%D9%84%DB%8C%D9%86%D9%9B%DA%91>,
        <http://lexvo.org/id/term/kat/%E1%83%A1%E1%83%95%E1%83%90%E1%83%96%E1%83%98%E1%83%9A%E1%83%94%E1%83%9C%E1%83%93%E1%83%98>,
        <http://lexvo.org/id/term/kde/Uswazi>,
        <http://lexvo.org/id/term/kea/Suazil%C3%A1ndia>,
        <http://lexvo.org/id/term/khm/%E1%9E%9F%E1%9E%BC%E1%9E%A0%E1%9F%92%E1%9E%9F%E1%9F%89%E1%9E%B8%E1%9E%A1%E1%9E%84%E1%9F%8B>,
        <http://lexvo.org/id/term/khq/Swaziland>,
        <http://lexvo.org/id/term/kik/Uswazi>,
        <http://lexvo.org/id/term/kln/Emetab%20Swaziland>,
        <http://lexvo.org/id/term/kor/%EC%8A%A4%EC%99%80%EC%A7%88%EB%9E%9C%EB%93%9C>,
        <http://lexvo.org/id/term/ksb/Uswazi>,
        <http://lexvo.org/id/term/ksf/swazilan>,
        <http://lexvo.org/id/term/ksh/%E1%BA%9Ewaasiland>,
        <http://lexvo.org/id/term/lag/%C9%84sw%C3%A1azi>,
        <http://lexvo.org/id/term/lao/%E0%BA%AA%E0%BA%B0%E0%BA%A7%E0%BA%B2%E0%BA%8A%E0%BA%B4%E0%BB%81%E0%BA%A5%E0%BA%99>,
        <http://lexvo.org/id/term/lav/Svazilenda>,
        <http://lexvo.org/id/term/lin/Swazilandi>,
        <http://lexvo.org/id/term/lit/Svazilandas>,
        <http://lexvo.org/id/term/lub/Swazilandi>,
        <http://lexvo.org/id/term/lug/Swazirandi>,
        <http://lexvo.org/id/term/luo/Swaziland>,
        <http://lexvo.org/id/term/luy/Uswazi>,
        <http://lexvo.org/id/term/mal/%E0%B4%B8%E0%B5%8D%E0%B4%B5%E0%B4%BE%E0%B4%B8%E0%B4%BF%E0%B4%B2%E0%B4%BE%E0%B5%BB%E0%B4%B1%E0%B5%8D>,
        <http://lexvo.org/id/term/mar/%E0%A4%B8%E0%A5%8D%E0%A4%B5%E0%A4%BE%E0%A4%9D%E0%A4%BF%E0%A4%B2%E0%A4%81%E0%A4%A1>,
        <http://lexvo.org/id/term/mas/Uswazi>,
        <http://lexvo.org/id/term/mer/Swazilandi>,
        <http://lexvo.org/id/term/mfe/Swaziland>,
        <http://lexvo.org/id/term/mgh/Uswazi>,
        <http://lexvo.org/id/term/mkd/%D0%A1%D0%B2%D0%B0%D0%B7%D0%B8%D0%BB%D0%B5%D0%BD%D0%B4>,
        <http://lexvo.org/id/term/mlg/Soazilandy>,
        <http://lexvo.org/id/term/mlt/Swa%C5%BCiland>,
        <http://lexvo.org/id/term/mua/S%C7%9Dr%20Swaziland>,
        <http://lexvo.org/id/term/naq/Swazilandi>,
        <http://lexvo.org/id/term/nde/Swaziland>,
        <http://lexvo.org/id/term/nep/%E0%A4%B8%E0%A5%8D%E0%A4%B5%E0%A4%BE%E0%A4%9C%E0%A4%BF%E0%A4%B2%E0%A5%8D%E0%A4%AF%E0%A4%BE%E0%A4%A3%E0%A5%8D%E0%A4%A1>,
        <http://lexvo.org/id/term/nld/Swaziland>,
        <http://lexvo.org/id/term/nmg/Swaziland>,
        <http://lexvo.org/id/term/nno/Swaziland>,
        <http://lexvo.org/id/term/nob/Swaziland>,
        <http://lexvo.org/id/term/nyn/Swazirandi>,
        <http://lexvo.org/id/term/ori/%E0%AC%B8%E0%AD%8D%E0%AC%AC%E0%AC%BE%E0%AC%9C%E0%AC%BF%E0%AC%B2%E0%AC%BE%E0%AC%A3%E0%AD%8D%E0%AC%A1>,
        <http://lexvo.org/id/term/pol/Suazi>,
        <http://lexvo.org/id/term/por/Suazil%C3%A2ndia>,
        <http://lexvo.org/id/term/rof/Uswazi>,
        <http://lexvo.org/id/term/roh/Swaziland>,
        <http://lexvo.org/id/term/ron/Swaziland>,
        <http://lexvo.org/id/term/run/Suwazilandi>,
        <http://lexvo.org/id/term/rus/%D0%A1%D0%B2%D0%B0%D0%B7%D0%B8%D0%BB%D0%B5%D0%BD%D0%B4>,
        <http://lexvo.org/id/term/rwk/Uswazi>,
        <http://lexvo.org/id/term/sag/Sw%C3%A4z%C3%AFl%C3%A2nde>,
        <http://lexvo.org/id/term/saq/Uswazi>,
        <http://lexvo.org/id/term/sbp/Uswasi>,
        <http://lexvo.org/id/term/seh/Suazil%C3%A2ndia>,
        <http://lexvo.org/id/term/ses/Swaziland>,
        <http://lexvo.org/id/term/shi-Latn/swazilanda>,
        <http://lexvo.org/id/term/shi/%E2%B5%99%E2%B5%A1%E2%B4%B0%E2%B5%A3%E2%B5%89%E2%B5%8D%E2%B4%B0%E2%B5%8F%E2%B4%B7%E2%B4%B0>,
        <http://lexvo.org/id/term/sin/%E0%B7%83%E0%B7%8A%E0%B7%80%E0%B7%8F%E0%B7%83%E0%B7%92%E0%B6%BD%E0%B6%B1%E0%B7%8A%E0%B6%AD%E0%B6%BA>,
        <http://lexvo.org/id/term/slk/Svazijsko>,
        <http://lexvo.org/id/term/slv/Svazi>,
        <http://lexvo.org/id/term/sme/Svazieana>,
        <http://lexvo.org/id/term/sna/Swaziland>,
        <http://lexvo.org/id/term/som/Iswaasilaand>,
        <http://lexvo.org/id/term/spa/Suazilandia>,
        <http://lexvo.org/id/term/sqi/Svaziland%C3%AB>,
        <http://lexvo.org/id/term/srp-Latn/Svazilend>,
        <http://lexvo.org/id/term/srp/%D0%A1%D0%B2%D0%B0%D0%B7%D0%B8%D0%BB%D0%B5%D0%BD%D0%B4>,
        <http://lexvo.org/id/term/swc/Uswazi>,
        <http://lexvo.org/id/term/swe/Swaziland>,
        <http://lexvo.org/id/term/swh/Uswazi>,
        <http://lexvo.org/id/term/tam/%E0%AE%B8%E0%AF%8D%E0%AE%B5%E0%AE%BE%E0%AE%B8%E0%AE%BF%E0%AE%B2%E0%AE%BE%E0%AE%A3%E0%AF%8D%E0%AE%9F%E0%AF%8D>,
        <http://lexvo.org/id/term/tel/%E0%B0%B8%E0%B1%8D%E0%B0%B5%E0%B0%BE%E0%B0%9C%E0%B1%80%E0%B0%B2%E0%B1%87%E0%B0%82%E0%B0%A1%E0%B1%8D>,
        <http://lexvo.org/id/term/teo/Uswazi>,
        <http://lexvo.org/id/term/tha/%E0%B8%AA%E0%B8%A7%E0%B8%B2%E0%B8%8B%E0%B8%B4%E0%B9%81%E0%B8%A5%E0%B8%99%E0%B8%94%E0%B9%8C>,
        <http://lexvo.org/id/term/tir/%E1%88%B1%E1%8B%8B%E1%8B%9A%E1%88%8B%E1%8A%95%E1%8B%B5>,
        <http://lexvo.org/id/term/ton/Suasileni>,
        <http://lexvo.org/id/term/tur/Svaziland>,
        <http://lexvo.org/id/term/twq/Swaziland>,
        <http://lexvo.org/id/term/tzm/Swazilan%E1%B8%8Da>,
        <http://lexvo.org/id/term/ukr/%D0%A1%D0%B2%D0%B0%D0%B7%D1%96%D0%BB%D0%B5%D0%BD%D0%B4>,
        <http://lexvo.org/id/term/urd/%D8%B3%D9%88%D8%A7%D8%B2%DB%8C%20%D9%84%DB%8C%D9%86%DA%88>,
        <http://lexvo.org/id/term/vai-Latn/Suwazi%20Luma%C3%A3>,
        <http://lexvo.org/id/term/vai/%EA%96%AC%EA%95%8E%EA%94%BD%20%EA%96%A8%EA%95%AE%EA%95%8A>,
        <http://lexvo.org/id/term/vie/Swaziland>,
        <http://lexvo.org/id/term/vun/Uswazi>,
        <http://lexvo.org/id/term/wae/Swasiland>,
        <http://lexvo.org/id/term/xog/Swazirandi>,
        <http://lexvo.org/id/term/yav/suasil%C3%A1and>,
        <http://lexvo.org/id/term/yor/Or%C3%ADl%E1%BA%B9%CC%81%C3%A8de%20Sa%E1%B9%A3iland>,
        <http://lexvo.org/id/term/zsm/Swaziland>,
        <http://lexvo.org/id/term/zul/i-Swaziland> ;
    owl:sameAs <http://psi.oasis-open.org/iso/3166/#748>,
        <http://sws.geonames.org/934841/> .

<http://lexvo.org/id/iso3166/TC> a lvont:GeographicRegion ;
    rdfs:label "Turks en Caicos Eilande"@af,
        "Chwɨla n Tɨtê à Kaekùs"@agq,
        "Turks ne Caicos Islands"@ak,
        "የቱርኮችና የካኢኮስ ደሴቶች"@am,
        "جزر الترك وجايكوس"@ar,
        "Vithiwa vya Turki na Kaiko"@asa,
        "Islles Turques y Caicos"@ast,
        "Türk və Kaykos Adaları"@az,
        "Bìòn bi Tûrks nì Kalkòs"@bas,
        "Тэркс і Кайкас астравы"@be,
        "Ifisima fya Turki na Kaiko"@bez,
        "Острови Туркс и Кайкос"@bg,
        "Turiki Gun ni Kayiki"@bm,
        "তুর্কস ও কাইকোস দ্বীপপুঞ্জ"@bn,
        "Inizi Turks ha Caicos"@br,
        "तुर्की एवं कैकोज़ द्वीप"@brx,
        "Turks i Kajkos Ostrva"@bs,
        "Туркс и Кајкос Острва"@bs-Cyrl,
        "Illes Turks i Caicos"@ca,
        "Ebizinga bya Buturuki na Kaiko"@cgg,
        "特克斯和凯科斯群岛"@cmn,
        "土克斯及開科斯群島"@cmn-Hant,
        "Ostrovy Turks a Caicos"@cs,
        "Ynysoedd Turks a Caicos"@cy,
        "Turks- og Caicosøerne"@da,
        "Visiwa vya Turki na Kaiko"@dav,
        "Turks- und Caicosinseln"@de,
        "Turk nda Kayikos Gungey"@dje,
        "ཏུརྐས྄་ ཨེནཌ་ ཀ་ཀོས་གླིང་ཚོམ"@dz,
        "Visiwa vya Turki na Kaiko"@ebu,
        "Tɛks kple Kaikos ƒudomekpowo nutome"@ee,
        "Νήσοι Τερκς και Κάικος"@el,
        "ISO 3166-1:TC"@en,
        "Turks and Caicos Islands"@en,
        "𐐓𐐲𐑉𐐿𐑅 𐐰𐑌𐐼 𐐗𐐴𐐿𐐬𐑆 𐐌𐑊𐐲𐑌𐐼𐑆"@en-Dsrt,
        "Islas Turcas y Caicos"@es,
        "Turks ja Caicos"@et,
        "Turk eta Caicos uharteak"@eu,
        "Minlán Mí túrə́g-ai-Kaíg"@ewo,
        "جزایر ترک و کایکوس"@fa,
        "Duuɗe Turke e Keikoos"@ff,
        "Turks- ja Caicossaaret"@fi,
        "Turks and Caicos Islands"@fil,
        "Turks- og Caicosoyggjarnar"@fo,
        "Îles Turks et Caïques"@fr,
        "Isulis Turks e Caicos"@fur,
        "Oileáin Turks agus Caicos"@ga,
        "Na h-Eileanan Turcach is Caiceo"@gd,
        "Illas Turks e Caicos"@gl,
        "Törks- und Gaiggos-Insle"@gsw,
        "ટર્ક્સ એન્ડ કૈકોસ આઇલેન્ડ્સ"@gu,
        "Visiwa vya Turki na Kaiko"@guz,
        "Turkis Da Tsibiran Kaikwas"@ha,
        "איי טורקס וקאיקוס"@he,
        "तुर्क् और् कैकोज़ द्वीप"@hi,
        "Turkski i Kaikos Otoci"@hr,
        "Turks- és Caicos-szigetek"@hu,
        "Insulas Turcos e Caicos"@ia,
        "Kepulauan Turks dan Caicos"@id,
        "Turks- og Caicoseyjar"@is,
        "Isole Turks e Caicos"@it,
        "タークス・カイコス諸島"@ja,
        "Visiwa vya Turki na Kaiko"@jmc,
        "Ṭurk d Tegzirin n Kaykus"@kab,
        "Visiwa vya Turki na Kaiko"@kam,
        "Chisiwa cha Tuluchi na Kaiko"@kde,
        "Ilhas Turkas i Kaikus"@kea,
        "Turk nda Kayikos Gungey"@khq,
        "Visiwa vya Turki na Kaiko"@ki,
        "Ikwembeiyotab Turks ak Caicos"@kln,
        "កោះ​កៃកូស និងទូក"@km,
        "ಟರ್ಕ್ಸ್ ಮತ್ತು ಕೈಕೋಸ್ ದ್ವೀಪಗಳು"@kn,
        "터크스케이커스제도"@ko,
        "تُرُک تہٕ کیکوس جٔزیٖرٕ"@ks,
        "Visiwa vya Tulki na Kaiko"@ksb,
        "zǝ tirk ri kakɔs"@ksf,
        "de Enselle Turks un Kaikos"@ksh,
        "Visíiwa vya Turíiki na Kaíiko"@lag,
        "Bizinga by'eTaaka ne Kayikosi"@lg,
        "Bisanga bya Turki mpé Kaiko"@ln,
        "ເຈີ ແລະ ຄາຍຄອດ ອິດແລນ"@lo,
        "Terkso ir Kaikoso Salos"@lt,
        "Lutanda lua Tuluki ne Kaiko"@lu,
        "Turks gi Caicos Islands"@luo,
        "Visiwa vya Turki na Kaiko"@luy,
        "Tērksas un Kaikosas salas"@lv,
        "Visiwa vya Turki na Kaiko"@mas,
        "Aĩrandi cia Takĩ na Kaiko"@mer,
        "Zil Tirk ek Caïcos"@mfe,
        "Nosy Turks sy Caïques"@mg,
        "Турк и Каикос Острови"@mk,
        "ടർക്ക്സും കൈക്കോ ദ്വീപുകളും"@ml,
        "टर्क्स आणि कैकोस बेटे"@mr,
        "Turks and Caicos Islands"@mt,
        "Turkiya ne kaicos ma laŋne"@mua,
        "Turks and Caicos Islands"@naq,
        "Turks- og Caicosøyene"@nb,
        "Turks and Caicos Islands"@nd,
        "तुर्क र काइकोस टापु"@ne,
        "Turks- en Caicoseilanden"@nl,
        "Maŋ́ má Turk na Kaiko"@nmg,
        "Turks- og Caicosøyane"@nn,
        "Ebizinga bya Buturuki na Kaiko"@nyn,
        "ତୁର୍କସ୍ ଏବଂ ସାଇକସ୍ ଦ୍ବୀପପୁଞ୍ଜ"@or,
        "Turks i Caicos"@pl,
        "Ilhas Turcas e Caicos"@pt,
        "Ilhas Turks e Caicos"@pt,
        "Inslas Turks e Caicos"@rm,
        "Amazinga ya Turkisi na Cayikosi"@rn,
        "Insulele Turks și Caicos"@ro,
        "Visiwa vya Turki na Kaiko"@rof,
        "О-ва Тёркс и Кайкос"@ru,
        "Visiwa vya Turki na Kaiko"@rwk,
        "Visiwa vya Turki na Kaiko"@saq,
        "Figunguli fya Tuliki ni Kaiko"@sbp,
        "Turks ja Caicos-sullot"@se,
        "Ilhas Turks e Caicos"@seh,
        "Turk nda Kayikos Gungey"@ses,
        "Âzûâ Turku na Kaîki"@sg,
        "ⵜⵉⴳⵣⵉⵔⵉⵏ ⵏ ⵜⵓⵔⴽⵢⴰ ⴷ ⴽⴰⵢⴽ"@shi,
        "tigzirin n turkya d kayk"@shi-Latn,
        "ටර්ක්ස් සහ කයිකොස් දූපත්"@si,
        "Turks a Caicos"@sk,
        "Otočji Turks in Caicos"@sl,
        "Zvitsuwa zveTurk neCaico"@sn,
        "Turks and Caicos Islands"@so,
        "Туркс и Кајкос Острва"@sr,
        "Turks i Kajkos Ostrva"@sr-Latn,
        "Turks- och Caicosöarna"@sv,
        "Visiwa vya Turki na Kaiko"@swc,
        "Visiwa vya Turki na Kaiko"@swh,
        "டர்க்ஸ் மற்றும் கைகோஸ் தீவுகள்"@ta,
        "తుర్క్ మరియు కాలికోస్ దీవులు"@te,
        "Visiwa vya Turki na Kaiko"@teo,
        "หมู่เกาะเติกส์และหมู่เกาะเคคอส"@th,
        "የቱርኮችና የካኢኮስ ደሴቶች"@ti,
        "ʻOtumotu Teki mo Keikosi"@to,
        "Turks ve Caicos Adaları"@tr,
        "Turk nda Kayikos Gungey"@twq,
        "Tigzirin Turkiyyin d Tikaykusin"@tzm,
        "Теркс і Кайкос"@uk,
        "ترکس اور کیکاؤس جزائر"@ur,
        "ꗋꖺꕃꔻ ꗪ ꕪꔤꖏꔻ ꔳꘋꗣ"@vai,
        "Tukisi ɓɛ̀ Kaikóosi Tiŋŋɛ"@vai-Latn,
        "Quần Đảo Turk và Caicos"@vi,
        "Visiwa vya Turki na Kaiko"@vun,
        "Turks- und Caicosinslä"@wae,
        "Ebizinga bya Taaka ni Kayikosi"@xog,
        "túluk na káyiik"@yav,
        "Orílẹ́ède Tọọki ati Etikun Kakọsi"@yo,
        "Turks and Caicos Islands"@zsm,
        "i-Turks and Caicos Islands"@zu ;
    lvont:label <http://lexvo.org/id/term/afr/Turks%20en%20Caicos%20Eilande>,
        <http://lexvo.org/id/term/agq/Chw%C9%A8la%20n%20T%C9%A8t%C3%AA%20%C3%A0%20Kaek%C3%B9s>,
        <http://lexvo.org/id/term/aka/Turks%20ne%20Caicos%20Islands>,
        <http://lexvo.org/id/term/amh/%E1%8B%A8%E1%89%B1%E1%88%AD%E1%8A%AE%E1%89%BD%E1%8A%93%20%E1%8B%A8%E1%8A%AB%E1%8A%A2%E1%8A%AE%E1%88%B5%20%E1%8B%B0%E1%88%B4%E1%89%B6%E1%89%BD>,
        <http://lexvo.org/id/term/ara/%D8%AC%D8%B2%D8%B1%20%D8%A7%D9%84%D8%AA%D8%B1%D9%83%20%D9%88%D8%AC%D8%A7%D9%8A%D9%83%D9%88%D8%B3>,
        <http://lexvo.org/id/term/asa/Vithiwa%20vya%20Turki%20na%20Kaiko>,
        <http://lexvo.org/id/term/ast/Islles%20Turques%20y%20Caicos>,
        <http://lexvo.org/id/term/aze/T%C3%BCrk%20v%C9%99%20Kaykos%20Adalar%C4%B1>,
        <http://lexvo.org/id/term/bam/Turiki%20Gun%20ni%20Kayiki>,
        <http://lexvo.org/id/term/bas/B%C3%AC%C3%B2n%20bi%20T%C3%BBrks%20n%C3%AC%20Kalk%C3%B2s>,
        <http://lexvo.org/id/term/bel/%D0%A2%D1%8D%D1%80%D0%BA%D1%81%20%D1%96%20%D0%9A%D0%B0%D0%B9%D0%BA%D0%B0%D1%81%20%D0%B0%D1%81%D1%82%D1%80%D0%B0%D0%B2%D1%8B>,
        <http://lexvo.org/id/term/ben/%E0%A6%A4%E0%A7%81%E0%A6%B0%E0%A7%8D%E0%A6%95%E0%A6%B8%20%E0%A6%93%20%E0%A6%95%E0%A6%BE%E0%A6%87%E0%A6%95%E0%A7%8B%E0%A6%B8%20%E0%A6%A6%E0%A7%8D%E0%A6%AC%E0%A7%80%E0%A6%AA%E0%A6%AA%E0%A7%81%E0%A6%9E%E0%A7%8D%E0%A6%9C>,
        <http://lexvo.org/id/term/bez/Ifisima%20fya%20Turki%20na%20Kaiko>,
        <http://lexvo.org/id/term/bos-Cyrl/%D0%A2%D1%83%D1%80%D0%BA%D1%81%20%D0%B8%20%D0%9A%D0%B0%D1%98%D0%BA%D0%BE%D1%81%20%D0%9E%D1%81%D1%82%D1%80%D0%B2%D0%B0>,
        <http://lexvo.org/id/term/bos/Turks%20i%20Kajkos%20Ostrva>,
        <http://lexvo.org/id/term/bre/Inizi%20Turks%20ha%20Caicos>,
        <http://lexvo.org/id/term/brx/%E0%A4%A4%E0%A5%81%E0%A4%B0%E0%A5%8D%E0%A4%95%E0%A5%80%20%E0%A4%8F%E0%A4%B5%E0%A4%82%20%E0%A4%95%E0%A5%88%E0%A4%95%E0%A5%8B%E0%A4%9C%E0%A4%BC%20%E0%A4%A6%E0%A5%8D%E0%A4%B5%E0%A5%80%E0%A4%AA>,
        <http://lexvo.org/id/term/bul/%D0%9E%D1%81%D1%82%D1%80%D0%BE%D0%B2%D0%B8%20%D0%A2%D1%83%D1%80%D0%BA%D1%81%20%D0%B8%20%D0%9A%D0%B0%D0%B9%D0%BA%D0%BE%D1%81>,
        <http://lexvo.org/id/term/cat/Illes%20Turks%20i%20Caicos>,
        <http://lexvo.org/id/term/ces/Ostrovy%20Turks%20a%20Caicos>,
        <http://lexvo.org/id/term/cgg/Ebizinga%20bya%20Buturuki%20na%20Kaiko>,
        <http://lexvo.org/id/term/cmn-Hant/%E5%9C%9F%E5%85%8B%E6%96%AF%E5%8F%8A%E9%96%8B%E7%A7%91%E6%96%AF%E7%BE%A4%E5%B3%B6>,
        <http://lexvo.org/id/term/cmn/%E7%89%B9%E5%85%8B%E6%96%AF%E5%92%8C%E5%87%AF%E7%A7%91%E6%96%AF%E7%BE%A4%E5%B2%9B>,
        <http://lexvo.org/id/term/cym/Ynysoedd%20Turks%20a%20Caicos>,
        <http://lexvo.org/id/term/dan/Turks-%20og%20Caicos%C3%B8erne>,
        <http://lexvo.org/id/term/dav/Visiwa%20vya%20Turki%20na%20Kaiko>,
        <http://lexvo.org/id/term/deu/Turks-%20und%20Caicosinseln>,
        <http://lexvo.org/id/term/dje/Turk%20nda%20Kayikos%20Gungey>,
        <http://lexvo.org/id/term/dzo/%E0%BD%8F%E0%BD%B4%E0%BD%A2%E0%BE%90%E0%BD%A6%E0%BE%84%E0%BC%8B%20%E0%BD%A8%E0%BD%BA%E0%BD%93%E0%BD%8C%E0%BC%8B%20%E0%BD%80%E0%BC%8B%E0%BD%80%E0%BD%BC%E0%BD%A6%E0%BC%8B%E0%BD%82%E0%BE%B3%E0%BD%B2%E0%BD%84%E0%BC%8B%E0%BD%9A%E0%BD%BC%E0%BD%98>,
        <http://lexvo.org/id/term/ebu/Visiwa%20vya%20Turki%20na%20Kaiko>,
        <http://lexvo.org/id/term/ell/%CE%9D%CE%AE%CF%83%CE%BF%CE%B9%20%CE%A4%CE%B5%CF%81%CE%BA%CF%82%20%CE%BA%CE%B1%CE%B9%20%CE%9A%CE%AC%CE%B9%CE%BA%CE%BF%CF%82>,
        <http://lexvo.org/id/term/eng-Dsrt/%F0%90%90%93%F0%90%90%B2%F0%90%91%89%F0%90%90%BF%F0%90%91%85%20%F0%90%90%B0%F0%90%91%8C%F0%90%90%BC%20%F0%90%90%97%F0%90%90%B4%F0%90%90%BF%F0%90%90%AC%F0%90%91%86%20%F0%90%90%8C%F0%90%91%8A%F0%90%90%B2%F0%90%91%8C%F0%90%90%BC%F0%90%91%86>,
        <http://lexvo.org/id/term/eng/ISO%203166-1%3ATC>,
        <http://lexvo.org/id/term/eng/Turks%20and%20Caicos%20Islands>,
        <http://lexvo.org/id/term/est/Turks%20ja%20Caicos>,
        <http://lexvo.org/id/term/eus/Turk%20eta%20Caicos%20uharteak>,
        <http://lexvo.org/id/term/ewe/T%C9%9Bks%20kple%20Kaikos%20%C6%92udomekpowo%20nutome>,
        <http://lexvo.org/id/term/ewo/Minl%C3%A1n%20M%C3%AD%20t%C3%BAr%C9%99%CC%81g-ai-Ka%C3%ADg>,
        <http://lexvo.org/id/term/fao/Turks-%20og%20Caicosoyggjarnar>,
        <http://lexvo.org/id/term/fas/%D8%AC%D8%B2%D8%A7%DB%8C%D8%B1%20%D8%AA%D8%B1%DA%A9%20%D9%88%20%DA%A9%D8%A7%DB%8C%DA%A9%D9%88%D8%B3>,
        <http://lexvo.org/id/term/fil/Turks%20and%20Caicos%20Islands>,
        <http://lexvo.org/id/term/fin/Turks-%20ja%20Caicossaaret>,
        <http://lexvo.org/id/term/fra/%C3%8Eles%20Turks%20et%20Ca%C3%AFques>,
        <http://lexvo.org/id/term/ful/Duu%C9%97e%20Turke%20e%20Keikoos>,
        <http://lexvo.org/id/term/fur/Isulis%20Turks%20e%20Caicos>,
        <http://lexvo.org/id/term/gla/Na%20h-Eileanan%20Turcach%20is%20Caiceo>,
        <http://lexvo.org/id/term/gle/Oile%C3%A1in%20Turks%20agus%20Caicos>,
        <http://lexvo.org/id/term/glg/Illas%20Turks%20e%20Caicos>,
        <http://lexvo.org/id/term/gsw/T%C3%B6rks-%20und%20Gaiggos-Insle>,
        <http://lexvo.org/id/term/guj/%E0%AA%9F%E0%AA%B0%E0%AB%8D%E0%AA%95%E0%AB%8D%E0%AA%B8%20%E0%AA%8F%E0%AA%A8%E0%AB%8D%E0%AA%A1%20%E0%AA%95%E0%AB%88%E0%AA%95%E0%AB%8B%E0%AA%B8%20%E0%AA%86%E0%AA%87%E0%AA%B2%E0%AB%87%E0%AA%A8%E0%AB%8D%E0%AA%A1%E0%AB%8D%E0%AA%B8>,
        <http://lexvo.org/id/term/guz/Visiwa%20vya%20Turki%20na%20Kaiko>,
        <http://lexvo.org/id/term/hau/Turkis%20Da%20Tsibiran%20Kaikwas>,
        <http://lexvo.org/id/term/heb/%D7%90%D7%99%D7%99%20%D7%98%D7%95%D7%A8%D7%A7%D7%A1%20%D7%95%D7%A7%D7%90%D7%99%D7%A7%D7%95%D7%A1>,
        <http://lexvo.org/id/term/hin/%E0%A4%A4%E0%A5%81%E0%A4%B0%E0%A5%8D%E0%A4%95%E0%A5%8D%20%E0%A4%94%E0%A4%B0%E0%A5%8D%20%E0%A4%95%E0%A5%88%E0%A4%95%E0%A5%8B%E0%A4%9C%E0%A4%BC%20%E0%A4%A6%E0%A5%8D%E0%A4%B5%E0%A5%80%E0%A4%AA>,
        <http://lexvo.org/id/term/hrv/Turkski%20i%20Kaikos%20Otoci>,
        <http://lexvo.org/id/term/hun/Turks-%20%C3%A9s%20Caicos-szigetek>,
        <http://lexvo.org/id/term/ina/Insulas%20Turcos%20e%20Caicos>,
        <http://lexvo.org/id/term/ind/Kepulauan%20Turks%20dan%20Caicos>,
        <http://lexvo.org/id/term/isl/Turks-%20og%20Caicoseyjar>,
        <http://lexvo.org/id/term/ita/Isole%20Turks%20e%20Caicos>,
        <http://lexvo.org/id/term/jmc/Visiwa%20vya%20Turki%20na%20Kaiko>,
        <http://lexvo.org/id/term/jpn/%E3%82%BF%E3%83%BC%E3%82%AF%E3%82%B9%E3%83%BB%E3%82%AB%E3%82%A4%E3%82%B3%E3%82%B9%E8%AB%B8%E5%B3%B6>,
        <http://lexvo.org/id/term/kab/%E1%B9%ACurk%20d%20Tegzirin%20n%20Kaykus>,
        <http://lexvo.org/id/term/kam/Visiwa%20vya%20Turki%20na%20Kaiko>,
        <http://lexvo.org/id/term/kan/%E0%B2%9F%E0%B2%B0%E0%B3%8D%E0%B2%95%E0%B3%8D%E0%B2%B8%E0%B3%8D%20%E0%B2%AE%E0%B2%A4%E0%B3%8D%E0%B2%A4%E0%B3%81%20%E0%B2%95%E0%B3%88%E0%B2%95%E0%B3%8B%E0%B2%B8%E0%B3%8D%20%E0%B2%A6%E0%B3%8D%E0%B2%B5%E0%B3%80%E0%B2%AA%E0%B2%97%E0%B2%B3%E0%B3%81>,
        <http://lexvo.org/id/term/kas/%D8%AA%D9%8F%D8%B1%D9%8F%DA%A9%20%D8%AA%DB%81%D9%95%20%DA%A9%DB%8C%DA%A9%D9%88%D8%B3%20%D8%AC%D9%94%D8%B2%DB%8C%D9%96%D8%B1%D9%95>,
        <http://lexvo.org/id/term/kde/Chisiwa%20cha%20Tuluchi%20na%20Kaiko>,
        <http://lexvo.org/id/term/kea/Ilhas%20Turkas%20i%20Kaikus>,
        <http://lexvo.org/id/term/khm/%E1%9E%80%E1%9F%84%E1%9F%87%E2%80%8B%E1%9E%80%E1%9F%83%E1%9E%80%E1%9E%BC%E1%9E%9F%20%E1%9E%93%E1%9E%B7%E1%9E%84%E1%9E%91%E1%9E%BC%E1%9E%80>,
        <http://lexvo.org/id/term/khq/Turk%20nda%20Kayikos%20Gungey>,
        <http://lexvo.org/id/term/kik/Visiwa%20vya%20Turki%20na%20Kaiko>,
        <http://lexvo.org/id/term/kln/Ikwembeiyotab%20Turks%20ak%20Caicos>,
        <http://lexvo.org/id/term/kor/%ED%84%B0%ED%81%AC%EC%8A%A4%EC%BC%80%EC%9D%B4%EC%BB%A4%EC%8A%A4%EC%A0%9C%EB%8F%84>,
        <http://lexvo.org/id/term/ksb/Visiwa%20vya%20Tulki%20na%20Kaiko>,
        <http://lexvo.org/id/term/ksf/z%C7%9D%20tirk%20ri%20kak%C9%94s>,
        <http://lexvo.org/id/term/ksh/de%20Enselle%20Turks%20un%20Kaikos>,
        <http://lexvo.org/id/term/lag/Vis%C3%ADiwa%20vya%20Tur%C3%ADiki%20na%20Ka%C3%ADiko>,
        <http://lexvo.org/id/term/lao/%E0%BB%80%E0%BA%88%E0%BA%B5%20%E0%BB%81%E0%BA%A5%E0%BA%B0%20%E0%BA%84%E0%BA%B2%E0%BA%8D%E0%BA%84%E0%BA%AD%E0%BA%94%20%E0%BA%AD%E0%BA%B4%E0%BA%94%E0%BB%81%E0%BA%A5%E0%BA%99>,
        <http://lexvo.org/id/term/lav/T%C4%93rksas%20un%20Kaikosas%20salas>,
        <http://lexvo.org/id/term/lin/Bisanga%20bya%20Turki%20mp%C3%A9%20Kaiko>,
        <http://lexvo.org/id/term/lit/Terkso%20ir%20Kaikoso%20Salos>,
        <http://lexvo.org/id/term/lub/Lutanda%20lua%20Tuluki%20ne%20Kaiko>,
        <http://lexvo.org/id/term/lug/Bizinga%20by'eTaaka%20ne%20Kayikosi>,
        <http://lexvo.org/id/term/luo/Turks%20gi%20Caicos%20Islands>,
        <http://lexvo.org/id/term/luy/Visiwa%20vya%20Turki%20na%20Kaiko>,
        <http://lexvo.org/id/term/mal/%E0%B4%9F%E0%B5%BC%E0%B4%95%E0%B5%8D%E0%B4%95%E0%B5%8D%E0%B4%B8%E0%B5%81%E0%B4%82%20%E0%B4%95%E0%B5%88%E0%B4%95%E0%B5%8D%E0%B4%95%E0%B5%8B%20%E0%B4%A6%E0%B5%8D%E0%B4%B5%E0%B5%80%E0%B4%AA%E0%B5%81%E0%B4%95%E0%B4%B3%E0%B5%81%E0%B4%82>,
        <http://lexvo.org/id/term/mar/%E0%A4%9F%E0%A4%B0%E0%A5%8D%E0%A4%95%E0%A5%8D%E0%A4%B8%20%E0%A4%86%E0%A4%A3%E0%A4%BF%20%E0%A4%95%E0%A5%88%E0%A4%95%E0%A5%8B%E0%A4%B8%20%E0%A4%AC%E0%A5%87%E0%A4%9F%E0%A5%87>,
        <http://lexvo.org/id/term/mas/Visiwa%20vya%20Turki%20na%20Kaiko>,
        <http://lexvo.org/id/term/mer/A%C4%A9randi%20cia%20Tak%C4%A9%20na%20Kaiko>,
        <http://lexvo.org/id/term/mfe/Zil%20Tirk%20ek%20Ca%C3%AFcos>,
        <http://lexvo.org/id/term/mkd/%D0%A2%D1%83%D1%80%D0%BA%20%D0%B8%20%D0%9A%D0%B0%D0%B8%D0%BA%D0%BE%D1%81%20%D0%9E%D1%81%D1%82%D1%80%D0%BE%D0%B2%D0%B8>,
        <http://lexvo.org/id/term/mlg/Nosy%20Turks%20sy%20Ca%C3%AFques>,
        <http://lexvo.org/id/term/mlt/Turks%20and%20Caicos%20Islands>,
        <http://lexvo.org/id/term/mua/Turkiya%20ne%20kaicos%20ma%20la%C5%8Bne>,
        <http://lexvo.org/id/term/naq/Turks%20and%20Caicos%20Islands>,
        <http://lexvo.org/id/term/nde/Turks%20and%20Caicos%20Islands>,
        <http://lexvo.org/id/term/nep/%E0%A4%A4%E0%A5%81%E0%A4%B0%E0%A5%8D%E0%A4%95%20%E0%A4%B0%20%E0%A4%95%E0%A4%BE%E0%A4%87%E0%A4%95%E0%A5%8B%E0%A4%B8%20%E0%A4%9F%E0%A4%BE%E0%A4%AA%E0%A5%81>,
        <http://lexvo.org/id/term/nld/Turks-%20en%20Caicoseilanden>,
        <http://lexvo.org/id/term/nmg/Ma%C5%8B%CC%81%20m%C3%A1%20Turk%20na%20Kaiko>,
        <http://lexvo.org/id/term/nno/Turks-%20og%20Caicos%C3%B8yane>,
        <http://lexvo.org/id/term/nob/Turks-%20og%20Caicos%C3%B8yene>,
        <http://lexvo.org/id/term/nyn/Ebizinga%20bya%20Buturuki%20na%20Kaiko>,
        <http://lexvo.org/id/term/ori/%E0%AC%A4%E0%AD%81%E0%AC%B0%E0%AD%8D%E0%AC%95%E0%AC%B8%E0%AD%8D%20%E0%AC%8F%E0%AC%AC%E0%AC%82%20%E0%AC%B8%E0%AC%BE%E0%AC%87%E0%AC%95%E0%AC%B8%E0%AD%8D%20%E0%AC%A6%E0%AD%8D%E0%AC%AC%E0%AD%80%E0%AC%AA%E0%AC%AA%E0%AD%81%E0%AC%9E%E0%AD%8D%E0%AC%9C>,
        <http://lexvo.org/id/term/pol/Turks%20i%20Caicos>,
        <http://lexvo.org/id/term/por/Ilhas%20Turcas%20e%20Caicos>,
        <http://lexvo.org/id/term/por/Ilhas%20Turks%20e%20Caicos>,
        <http://lexvo.org/id/term/rof/Visiwa%20vya%20Turki%20na%20Kaiko>,
        <http://lexvo.org/id/term/roh/Inslas%20Turks%20e%20Caicos>,
        <http://lexvo.org/id/term/ron/Insulele%20Turks%20%C8%99i%20Caicos>,
        <http://lexvo.org/id/term/run/Amazinga%20ya%20Turkisi%20na%20Cayikosi>,
        <http://lexvo.org/id/term/rus/%D0%9E-%D0%B2%D0%B0%20%D0%A2%D1%91%D1%80%D0%BA%D1%81%20%D0%B8%20%D0%9A%D0%B0%D0%B9%D0%BA%D0%BE%D1%81>,
        <http://lexvo.org/id/term/rwk/Visiwa%20vya%20Turki%20na%20Kaiko>,
        <http://lexvo.org/id/term/sag/%C3%82z%C3%BB%C3%A2%20Turku%20na%20Ka%C3%AEki>,
        <http://lexvo.org/id/term/saq/Visiwa%20vya%20Turki%20na%20Kaiko>,
        <http://lexvo.org/id/term/sbp/Figunguli%20fya%20Tuliki%20ni%20Kaiko>,
        <http://lexvo.org/id/term/seh/Ilhas%20Turks%20e%20Caicos>,
        <http://lexvo.org/id/term/ses/Turk%20nda%20Kayikos%20Gungey>,
        <http://lexvo.org/id/term/shi-Latn/tigzirin%20n%20turkya%20d%20kayk>,
        <http://lexvo.org/id/term/shi/%E2%B5%9C%E2%B5%89%E2%B4%B3%E2%B5%A3%E2%B5%89%E2%B5%94%E2%B5%89%E2%B5%8F%20%E2%B5%8F%20%E2%B5%9C%E2%B5%93%E2%B5%94%E2%B4%BD%E2%B5%A2%E2%B4%B0%20%E2%B4%B7%20%E2%B4%BD%E2%B4%B0%E2%B5%A2%E2%B4%BD>,
        <http://lexvo.org/id/term/sin/%E0%B6%A7%E0%B6%BB%E0%B7%8A%E0%B6%9A%E0%B7%8A%E0%B7%83%E0%B7%8A%20%E0%B7%83%E0%B7%84%20%E0%B6%9A%E0%B6%BA%E0%B7%92%E0%B6%9A%E0%B7%9C%E0%B7%83%E0%B7%8A%20%E0%B6%AF%E0%B7%96%E0%B6%B4%E0%B6%AD%E0%B7%8A>,
        <http://lexvo.org/id/term/slk/Turks%20a%20Caicos>,
        <http://lexvo.org/id/term/slv/Oto%C4%8Dji%20Turks%20in%20Caicos>,
        <http://lexvo.org/id/term/sme/Turks%20ja%20Caicos-sullot>,
        <http://lexvo.org/id/term/sna/Zvitsuwa%20zveTurk%20neCaico>,
        <http://lexvo.org/id/term/som/Turks%20and%20Caicos%20Islands>,
        <http://lexvo.org/id/term/spa/Islas%20Turcas%20y%20Caicos>,
        <http://lexvo.org/id/term/srp-Latn/Turks%20i%20Kajkos%20Ostrva>,
        <http://lexvo.org/id/term/srp/%D0%A2%D1%83%D1%80%D0%BA%D1%81%20%D0%B8%20%D0%9A%D0%B0%D1%98%D0%BA%D0%BE%D1%81%20%D0%9E%D1%81%D1%82%D1%80%D0%B2%D0%B0>,
        <http://lexvo.org/id/term/swc/Visiwa%20vya%20Turki%20na%20Kaiko>,
        <http://lexvo.org/id/term/swe/Turks-%20och%20Caicos%C3%B6arna>,
        <http://lexvo.org/id/term/swh/Visiwa%20vya%20Turki%20na%20Kaiko>,
        <http://lexvo.org/id/term/tam/%E0%AE%9F%E0%AE%B0%E0%AF%8D%E0%AE%95%E0%AF%8D%E0%AE%B8%E0%AF%8D%20%E0%AE%AE%E0%AE%B1%E0%AF%8D%E0%AE%B1%E0%AF%81%E0%AE%AE%E0%AF%8D%20%E0%AE%95%E0%AF%88%E0%AE%95%E0%AF%8B%E0%AE%B8%E0%AF%8D%20%E0%AE%A4%E0%AF%80%E0%AE%B5%E0%AF%81%E0%AE%95%E0%AE%B3%E0%AF%8D>,
        <http://lexvo.org/id/term/tel/%E0%B0%A4%E0%B1%81%E0%B0%B0%E0%B1%8D%E0%B0%95%E0%B1%8D%20%E0%B0%AE%E0%B0%B0%E0%B0%BF%E0%B0%AF%E0%B1%81%20%E0%B0%95%E0%B0%BE%E0%B0%B2%E0%B0%BF%E0%B0%95%E0%B1%8B%E0%B0%B8%E0%B1%8D%20%E0%B0%A6%E0%B1%80%E0%B0%B5%E0%B1%81%E0%B0%B2%E0%B1%81>,
        <http://lexvo.org/id/term/teo/Visiwa%20vya%20Turki%20na%20Kaiko>,
        <http://lexvo.org/id/term/tha/%E0%B8%AB%E0%B8%A1%E0%B8%B9%E0%B9%88%E0%B9%80%E0%B8%81%E0%B8%B2%E0%B8%B0%E0%B9%80%E0%B8%95%E0%B8%B4%E0%B8%81%E0%B8%AA%E0%B9%8C%E0%B9%81%E0%B8%A5%E0%B8%B0%E0%B8%AB%E0%B8%A1%E0%B8%B9%E0%B9%88%E0%B9%80%E0%B8%81%E0%B8%B2%E0%B8%B0%E0%B9%80%E0%B8%84%E0%B8%84%E0%B8%AD%E0%B8%AA>,
        <http://lexvo.org/id/term/tir/%E1%8B%A8%E1%89%B1%E1%88%AD%E1%8A%AE%E1%89%BD%E1%8A%93%20%E1%8B%A8%E1%8A%AB%E1%8A%A2%E1%8A%AE%E1%88%B5%20%E1%8B%B0%E1%88%B4%E1%89%B6%E1%89%BD>,
        <http://lexvo.org/id/term/ton/%CA%BBOtumotu%20Teki%20mo%20Keikosi>,
        <http://lexvo.org/id/term/tur/Turks%20ve%20Caicos%20Adalar%C4%B1>,
        <http://lexvo.org/id/term/twq/Turk%20nda%20Kayikos%20Gungey>,
        <http://lexvo.org/id/term/tzm/Tigzirin%20Turkiyyin%20d%20Tikaykusin>,
        <http://lexvo.org/id/term/ukr/%D0%A2%D0%B5%D1%80%D0%BA%D1%81%20%D1%96%20%D0%9A%D0%B0%D0%B9%D0%BA%D0%BE%D1%81>,
        <http://lexvo.org/id/term/urd/%D8%AA%D8%B1%DA%A9%D8%B3%20%D8%A7%D9%88%D8%B1%20%DA%A9%DB%8C%DA%A9%D8%A7%D8%A4%D8%B3%20%D8%AC%D8%B2%D8%A7%D8%A6%D8%B1>,
        <http://lexvo.org/id/term/vai-Latn/Tukisi%20%C9%93%C9%9B%CC%80%20Kaik%C3%B3osi%20Ti%C5%8B%C5%8B%C9%9B>,
        <http://lexvo.org/id/term/vai/%EA%97%8B%EA%96%BA%EA%95%83%EA%94%BB%20%EA%97%AA%20%EA%95%AA%EA%94%A4%EA%96%8F%EA%94%BB%20%EA%94%B3%EA%98%8B%EA%97%A3>,
        <http://lexvo.org/id/term/vie/Qu%E1%BA%A7n%20%C4%90%E1%BA%A3o%20Turk%20v%C3%A0%20Caicos>,
        <http://lexvo.org/id/term/vun/Visiwa%20vya%20Turki%20na%20Kaiko>,
        <http://lexvo.org/id/term/wae/Turks-%20und%20Caicosinsl%C3%A4>,
        <http://lexvo.org/id/term/xog/Ebizinga%20bya%20Taaka%20ni%20Kayikosi>,
        <http://lexvo.org/id/term/yav/t%C3%BAluk%20na%20k%C3%A1yiik>,
        <http://lexvo.org/id/term/yor/Or%C3%ADl%E1%BA%B9%CC%81%C3%A8de%20T%E1%BB%8D%E1%BB%8Dki%20ati%20Etikun%20Kak%E1%BB%8Dsi>,
        <http://lexvo.org/id/term/zsm/Turks%20and%20Caicos%20Islands>,
        <http://lexvo.org/id/term/zul/i-Turks%20and%20Caicos%20Islands> ;
    owl:sameAs <http://psi.oasis-open.org/iso/3166/#796>,
        <http://sws.geonames.org/3576916/> .

<http://lexvo.org/id/iso3166/TD> a lvont:GeographicRegion ;
    rdfs:label "Tsjaad"@af,
        "Châ"@agq,
        "Kyad"@ak,
        "ቻድ"@am,
        "تشاد"@ar,
        "Chadi"@asa,
        "Chad"@ast,
        "Çad"@az,
        "Câd"@bas,
        "Чад"@be,
        "Huchadi"@bez,
        "Чад"@bg,
        "Cadi"@bm,
        "চাদ"@bn,
        "ཅཻཌ།"@bo,
        "Tchad"@br,
        "चाड"@brx,
        "Čad"@bs,
        "Чад"@bs-Cyrl,
        "ቻድ"@byn,
        "Txad"@ca,
        "Chadi"@cgg,
        "乍得"@cmn,
        "查德"@cmn-Hant,
        "Čad"@cs,
        "Chad"@cy,
        "Tchad"@da,
        "Chadi"@dav,
        "Tschad"@de,
        "Caadu"@dje,
        "Cad"@dyo,
        "ཅཱཌ"@dz,
        "Chadi"@ebu,
        "Tsad nutome"@ee,
        "Τσαντ"@el,
        "Chad"@en,
        "ISO 3166-1:TD"@en,
        "𐐕𐐰𐐼"@en-Dsrt,
        "Ĉado"@eo,
        "Chad"@es,
        "Tšaad"@et,
        "Txad"@eu,
        "Tsád"@ewo,
        "چاد"@fa,
        "Caad"@ff,
        "Tšad"@fi,
        "Chad"@fil,
        "Kjad"@fo,
        "Tchad"@fr,
        "Çad"@fur,
        "Sead"@ga,
        "An t-Seàd"@gd,
        "Chad"@gl,
        "Tschad"@gsw,
        "ચાડ"@gu,
        "Chadi"@guz,
        "Cadi"@ha,
        "צ׳אד"@he,
        "चाड"@hi,
        "Čad"@hr,
        "Csád"@hu,
        "Չադ"@hy,
        "Tchad"@ia,
        "Cad"@id,
        "Tsjad"@is,
        "Ciad"@it,
        "チャド"@ja,
        "Cɑ̂t"@jgo,
        "Chadi"@jmc,
        "ჩადი"@ka,
        "Čad"@kab,
        "Chadi"@kam,
        "Chadi"@kde,
        "Txadi"@kea,
        "Caadu"@khq,
        "Chadi"@ki,
        "Chad"@kl,
        "Emetab Chad"@kln,
        "ឆាដ"@km,
        "ಚಾಡ್"@kn,
        "차드"@ko,
        "چاڑ"@ks,
        "Chadi"@ksb,
        "caád"@ksf,
        "der Tschadd"@ksh,
        "Cháadi"@lag,
        "Caadi"@lg,
        "Tsádi"@ln,
        "ຊາດ"@lo,
        "Čadas"@lt,
        "Tshadi"@lu,
        "Chad"@luo,
        "Chadi"@luy,
        "Čada"@lv,
        "Chadi"@mas,
        "Chadi"@mer,
        "Tchad"@mfe,
        "Tsady"@mg,
        "Uchadi"@mgh,
        "Чад"@mk,
        "ചാഡ്"@ml,
        "चाड"@mr,
        "Ċad"@mt,
        "syad"@mua,
        "ချဒ်"@my,
        "Chadi"@naq,
        "Tsjad"@nb,
        "Chadi"@nd,
        "चाड"@ne,
        "Tsjaad"@nl,
        "Tshad"@nmg,
        "Tchad"@nn,
        "Ca̱d"@nus,
        "Chadi"@nyn,
        "ଚାଦ୍"@or,
        "Czad"@pl,
        "Chade"@pt,
        "Tschad"@rm,
        "Cadi"@rn,
        "Ciad"@ro,
        "Chadi"@rof,
        "Чад"@ru,
        "Chadi"@rwk,
        "Chadi"@saq,
        "Shadi"@sbp,
        "Tčad"@se,
        "Chade"@seh,
        "Caadu"@ses,
        "Tyâde"@sg,
        "ⵜⵛⴰⴷ"@shi,
        "tcad"@shi-Latn,
        "චැච්"@si,
        "Čad"@sk,
        "Čad"@sl,
        "Chadi"@sn,
        "Jaad"@so,
        "Çad"@sq,
        "Чад"@sr,
        "Čad"@sr-Latn,
        "Tchad"@sv,
        "Chadi"@swc,
        "Chadi"@swh,
        "சாட்"@ta,
        "చాద్"@te,
        "Chadi"@teo,
        "ชาด"@th,
        "ቻድ"@ti,
        "ቻድ"@tig,
        "Seti"@to,
        "Çad"@tr,
        "Caadu"@twq,
        "Tcad"@tzm,
        "Чад"@uk,
        "چاڈ"@ur,
        "ꕦꔵ"@vai,
        "Chádi"@vai-Latn,
        "Chad"@vi,
        "Chadi"@vun,
        "Tšad"@wae,
        "ቻድ"@wal,
        "Caadi"@xog,
        "Sáat"@yav,
        "Orílẹ́ède ṣààdì"@yo,
        "Cad"@zsm,
        "i-Chad"@zu ;
    lvont:label <http://lexvo.org/id/term/afr/Tsjaad>,
        <http://lexvo.org/id/term/agq/Ch%C3%A2>,
        <http://lexvo.org/id/term/aka/Kyad>,
        <http://lexvo.org/id/term/amh/%E1%89%BB%E1%8B%B5>,
        <http://lexvo.org/id/term/ara/%D8%AA%D8%B4%D8%A7%D8%AF>,
        <http://lexvo.org/id/term/asa/Chadi>,
        <http://lexvo.org/id/term/ast/Chad>,
        <http://lexvo.org/id/term/aze/%C3%87ad>,
        <http://lexvo.org/id/term/bam/Cadi>,
        <http://lexvo.org/id/term/bas/C%C3%A2d>,
        <http://lexvo.org/id/term/bel/%D0%A7%D0%B0%D0%B4>,
        <http://lexvo.org/id/term/ben/%E0%A6%9A%E0%A6%BE%E0%A6%A6>,
        <http://lexvo.org/id/term/bez/Huchadi>,
        <http://lexvo.org/id/term/bod/%E0%BD%85%E0%BD%BB%E0%BD%8C%E0%BC%8D>,
        <http://lexvo.org/id/term/bos-Cyrl/%D0%A7%D0%B0%D0%B4>,
        <http://lexvo.org/id/term/bos/%C4%8Cad>,
        <http://lexvo.org/id/term/bre/Tchad>,
        <http://lexvo.org/id/term/brx/%E0%A4%9A%E0%A4%BE%E0%A4%A1>,
        <http://lexvo.org/id/term/bul/%D0%A7%D0%B0%D0%B4>,
        <http://lexvo.org/id/term/byn/%E1%89%BB%E1%8B%B5>,
        <http://lexvo.org/id/term/cat/Txad>,
        <http://lexvo.org/id/term/ces/%C4%8Cad>,
        <http://lexvo.org/id/term/cgg/Chadi>,
        <http://lexvo.org/id/term/cmn-Hant/%E6%9F%A5%E5%BE%B7>,
        <http://lexvo.org/id/term/cmn/%E4%B9%8D%E5%BE%97>,
        <http://lexvo.org/id/term/cym/Chad>,
        <http://lexvo.org/id/term/dan/Tchad>,
        <http://lexvo.org/id/term/dav/Chadi>,
        <http://lexvo.org/id/term/deu/Tschad>,
        <http://lexvo.org/id/term/dje/Caadu>,
        <http://lexvo.org/id/term/dyo/Cad>,
        <http://lexvo.org/id/term/dzo/%E0%BD%85%E0%BD%B1%E0%BD%8C>,
        <http://lexvo.org/id/term/ebu/Chadi>,
        <http://lexvo.org/id/term/ell/%CE%A4%CF%83%CE%B1%CE%BD%CF%84>,
        <http://lexvo.org/id/term/eng-Dsrt/%F0%90%90%95%F0%90%90%B0%F0%90%90%BC>,
        <http://lexvo.org/id/term/eng/Chad>,
        <http://lexvo.org/id/term/eng/ISO%203166-1%3ATD>,
        <http://lexvo.org/id/term/epo/%C4%88ado>,
        <http://lexvo.org/id/term/est/T%C5%A1aad>,
        <http://lexvo.org/id/term/eus/Txad>,
        <http://lexvo.org/id/term/ewe/Tsad%20nutome>,
        <http://lexvo.org/id/term/ewo/Ts%C3%A1d>,
        <http://lexvo.org/id/term/fao/Kjad>,
        <http://lexvo.org/id/term/fas/%DA%86%D8%A7%D8%AF>,
        <http://lexvo.org/id/term/fil/Chad>,
        <http://lexvo.org/id/term/fin/T%C5%A1ad>,
        <http://lexvo.org/id/term/fra/Tchad>,
        <http://lexvo.org/id/term/ful/Caad>,
        <http://lexvo.org/id/term/fur/%C3%87ad>,
        <http://lexvo.org/id/term/gla/An%20t-Se%C3%A0d>,
        <http://lexvo.org/id/term/gle/Sead>,
        <http://lexvo.org/id/term/glg/Chad>,
        <http://lexvo.org/id/term/gsw/Tschad>,
        <http://lexvo.org/id/term/guj/%E0%AA%9A%E0%AA%BE%E0%AA%A1>,
        <http://lexvo.org/id/term/guz/Chadi>,
        <http://lexvo.org/id/term/hau/Cadi>,
        <http://lexvo.org/id/term/heb/%D7%A6%D7%B3%D7%90%D7%93>,
        <http://lexvo.org/id/term/hin/%E0%A4%9A%E0%A4%BE%E0%A4%A1>,
        <http://lexvo.org/id/term/hrv/%C4%8Cad>,
        <http://lexvo.org/id/term/hun/Cs%C3%A1d>,
        <http://lexvo.org/id/term/hye/%D5%89%D5%A1%D5%A4>,
        <http://lexvo.org/id/term/ina/Tchad>,
        <http://lexvo.org/id/term/ind/Cad>,
        <http://lexvo.org/id/term/isl/Tsjad>,
        <http://lexvo.org/id/term/ita/Ciad>,
        <http://lexvo.org/id/term/jgo/C%C9%91%CC%82t>,
        <http://lexvo.org/id/term/jmc/Chadi>,
        <http://lexvo.org/id/term/jpn/%E3%83%81%E3%83%A3%E3%83%89>,
        <http://lexvo.org/id/term/kab/%C4%8Cad>,
        <http://lexvo.org/id/term/kal/Chad>,
        <http://lexvo.org/id/term/kam/Chadi>,
        <http://lexvo.org/id/term/kan/%E0%B2%9A%E0%B2%BE%E0%B2%A1%E0%B3%8D>,
        <http://lexvo.org/id/term/kas/%DA%86%D8%A7%DA%91>,
        <http://lexvo.org/id/term/kat/%E1%83%A9%E1%83%90%E1%83%93%E1%83%98>,
        <http://lexvo.org/id/term/kde/Chadi>,
        <http://lexvo.org/id/term/kea/Txadi>,
        <http://lexvo.org/id/term/khm/%E1%9E%86%E1%9E%B6%E1%9E%8A>,
        <http://lexvo.org/id/term/khq/Caadu>,
        <http://lexvo.org/id/term/kik/Chadi>,
        <http://lexvo.org/id/term/kln/Emetab%20Chad>,
        <http://lexvo.org/id/term/kor/%EC%B0%A8%EB%93%9C>,
        <http://lexvo.org/id/term/ksb/Chadi>,
        <http://lexvo.org/id/term/ksf/ca%C3%A1d>,
        <http://lexvo.org/id/term/ksh/der%20Tschadd>,
        <http://lexvo.org/id/term/lag/Ch%C3%A1adi>,
        <http://lexvo.org/id/term/lao/%E0%BA%8A%E0%BA%B2%E0%BA%94>,
        <http://lexvo.org/id/term/lav/%C4%8Cada>,
        <http://lexvo.org/id/term/lin/Ts%C3%A1di>,
        <http://lexvo.org/id/term/lit/%C4%8Cadas>,
        <http://lexvo.org/id/term/lub/Tshadi>,
        <http://lexvo.org/id/term/lug/Caadi>,
        <http://lexvo.org/id/term/luo/Chad>,
        <http://lexvo.org/id/term/luy/Chadi>,
        <http://lexvo.org/id/term/mal/%E0%B4%9A%E0%B4%BE%E0%B4%A1%E0%B5%8D>,
        <http://lexvo.org/id/term/mar/%E0%A4%9A%E0%A4%BE%E0%A4%A1>,
        <http://lexvo.org/id/term/mas/Chadi>,
        <http://lexvo.org/id/term/mer/Chadi>,
        <http://lexvo.org/id/term/mfe/Tchad>,
        <http://lexvo.org/id/term/mgh/Uchadi>,
        <http://lexvo.org/id/term/mkd/%D0%A7%D0%B0%D0%B4>,
        <http://lexvo.org/id/term/mlg/Tsady>,
        <http://lexvo.org/id/term/mlt/%C4%8Aad>,
        <http://lexvo.org/id/term/mua/syad>,
        <http://lexvo.org/id/term/mya/%E1%80%81%E1%80%BB%E1%80%92%E1%80%BA>,
        <http://lexvo.org/id/term/naq/Chadi>,
        <http://lexvo.org/id/term/nde/Chadi>,
        <http://lexvo.org/id/term/nep/%E0%A4%9A%E0%A4%BE%E0%A4%A1>,
        <http://lexvo.org/id/term/nld/Tsjaad>,
        <http://lexvo.org/id/term/nmg/Tshad>,
        <http://lexvo.org/id/term/nno/Tchad>,
        <http://lexvo.org/id/term/nob/Tsjad>,
        <http://lexvo.org/id/term/nus/Ca%CC%B1d>,
        <http://lexvo.org/id/term/nyn/Chadi>,
        <http://lexvo.org/id/term/ori/%E0%AC%9A%E0%AC%BE%E0%AC%A6%E0%AD%8D>,
        <http://lexvo.org/id/term/pol/Czad>,
        <http://lexvo.org/id/term/por/Chade>,
        <http://lexvo.org/id/term/rof/Chadi>,
        <http://lexvo.org/id/term/roh/Tschad>,
        <http://lexvo.org/id/term/ron/Ciad>,
        <http://lexvo.org/id/term/run/Cadi>,
        <http://lexvo.org/id/term/rus/%D0%A7%D0%B0%D0%B4>,
        <http://lexvo.org/id/term/rwk/Chadi>,
        <http://lexvo.org/id/term/sag/Ty%C3%A2de>,
        <http://lexvo.org/id/term/saq/Chadi>,
        <http://lexvo.org/id/term/sbp/Shadi>,
        <http://lexvo.org/id/term/seh/Chade>,
        <http://lexvo.org/id/term/ses/Caadu>,
        <http://lexvo.org/id/term/shi-Latn/tcad>,
        <http://lexvo.org/id/term/shi/%E2%B5%9C%E2%B5%9B%E2%B4%B0%E2%B4%B7>,
        <http://lexvo.org/id/term/sin/%E0%B6%A0%E0%B7%90%E0%B6%A0%E0%B7%8A>,
        <http://lexvo.org/id/term/slk/%C4%8Cad>,
        <http://lexvo.org/id/term/slv/%C4%8Cad>,
        <http://lexvo.org/id/term/sme/T%C4%8Dad>,
        <http://lexvo.org/id/term/sna/Chadi>,
        <http://lexvo.org/id/term/som/Jaad>,
        <http://lexvo.org/id/term/spa/Chad>,
        <http://lexvo.org/id/term/sqi/%C3%87ad>,
        <http://lexvo.org/id/term/srp-Latn/%C4%8Cad>,
        <http://lexvo.org/id/term/srp/%D0%A7%D0%B0%D0%B4>,
        <http://lexvo.org/id/term/swc/Chadi>,
        <http://lexvo.org/id/term/swe/Tchad>,
        <http://lexvo.org/id/term/swh/Chadi>,
        <http://lexvo.org/id/term/tam/%E0%AE%9A%E0%AE%BE%E0%AE%9F%E0%AF%8D>,
        <http://lexvo.org/id/term/tel/%E0%B0%9A%E0%B0%BE%E0%B0%A6%E0%B1%8D>,
        <http://lexvo.org/id/term/teo/Chadi>,
        <http://lexvo.org/id/term/tha/%E0%B8%8A%E0%B8%B2%E0%B8%94>,
        <http://lexvo.org/id/term/tig/%E1%89%BB%E1%8B%B5>,
        <http://lexvo.org/id/term/tir/%E1%89%BB%E1%8B%B5>,
        <http://lexvo.org/id/term/ton/Seti>,
        <http://lexvo.org/id/term/tur/%C3%87ad>,
        <http://lexvo.org/id/term/twq/Caadu>,
        <http://lexvo.org/id/term/tzm/Tcad>,
        <http://lexvo.org/id/term/ukr/%D0%A7%D0%B0%D0%B4>,
        <http://lexvo.org/id/term/urd/%DA%86%D8%A7%DA%88>,
        <http://lexvo.org/id/term/vai-Latn/Ch%C3%A1di>,
        <http://lexvo.org/id/term/vai/%EA%95%A6%EA%94%B5>,
        <http://lexvo.org/id/term/vie/Chad>,
        <http://lexvo.org/id/term/vun/Chadi>,
        <http://lexvo.org/id/term/wae/T%C5%A1ad>,
        <http://lexvo.org/id/term/wal/%E1%89%BB%E1%8B%B5>,
        <http://lexvo.org/id/term/xog/Caadi>,
        <http://lexvo.org/id/term/yav/S%C3%A1at>,
        <http://lexvo.org/id/term/yor/Or%C3%ADl%E1%BA%B9%CC%81%C3%A8de%20%E1%B9%A3%C3%A0%C3%A0d%C3%AC>,
        <http://lexvo.org/id/term/zsm/Cad>,
        <http://lexvo.org/id/term/zul/i-Chad> ;
    owl:sameAs <http://psi.oasis-open.org/iso/3166/#148>,
        <http://sws.geonames.org/2434508/> .

<http://lexvo.org/id/iso3166/TG> a lvont:GeographicRegion ;
    rdfs:label "Togo"@af,
        "Tugù"@agq,
        "Togo"@ak,
        "ቶጐ"@am,
        "توجو"@ar,
        "Togo"@asa,
        "Togu"@ast,
        "Toqo"@az,
        "Tògo"@bas,
        "Тога"@be,
        "Hutogo"@bez,
        "Того"@bg,
        "Togo"@bm,
        "টোগো"@bn,
        "Togo"@br,
        "टोगो"@brx,
        "Togo"@bs,
        "Того"@bs-Cyrl,
        "Togo"@ca,
        "Togo"@cgg,
        "多哥"@cmn,
        "多哥共和國"@cmn-Hant,
        "Togo"@cs,
        "Togo"@cy,
        "Togo"@da,
        "Togo"@dav,
        "Togo"@de,
        "Togo"@dje,
        "Togo"@dyo,
        "ཊོ་གྷོ"@dz,
        "Togo"@ebu,
        "Togo nutome"@ee,
        "Τόγκο"@el,
        "ISO 3166-1:TG"@en,
        "Togo"@en,
        "𐐓𐐬𐑀𐐬"@en-Dsrt,
        "Togolo"@eo,
        "Togo"@es,
        "Togo"@et,
        "Togo"@eu,
        "Togó"@ewo,
        "توگو"@fa,
        "Togoo"@ff,
        "Togo"@fi,
        "Togo"@fil,
        "Togo"@fo,
        "Togo"@fr,
        "Togo"@fur,
        "Tóga"@ga,
        "Togo"@gd,
        "Togo"@gl,
        "Toogo"@gsw,
        "ટોગો"@gu,
        "Togo"@guz,
        "Togo"@ha,
        "טוגו"@he,
        "टोगो"@hi,
        "Togo"@hr,
        "Togo"@hu,
        "Տոգո"@hy,
        "Togo"@ia,
        "Togo"@id,
        "Tógó"@is,
        "Togo"@it,
        "トーゴ"@ja,
        "Tɔ́ŋgɔ"@jgo,
        "Togo"@jmc,
        "ტოგო"@ka,
        "Ṭugu"@kab,
        "Togo"@kam,
        "Togo"@kde,
        "Togu"@kea,
        "Togo"@khq,
        "Togo"@ki,
        "Togo"@kl,
        "Emetab Togo"@kln,
        "តូហ្គូ"@km,
        "ಟೋಗೋ"@kn,
        "토고"@ko,
        "ٹوگو"@ks,
        "Togo"@ksb,
        "togo"@ksf,
        "Toojo"@ksh,
        "Tóogo"@lag,
        "Togo"@lg,
        "Togo"@ln,
        "ໂຕໂກ"@lo,
        "Togas"@lt,
        "Togu"@lu,
        "Togo"@luo,
        "Togo"@luy,
        "Togo"@lv,
        "Togo"@mas,
        "Togo"@mer,
        "Togo"@mfe,
        "Togo"@mg,
        "Utogo"@mgh,
        "Того"@mk,
        "ടോഗോ"@ml,
        "टोगो"@mr,
        "Togo"@mt,
        "Sǝr Togo"@mua,
        "Togob"@naq,
        "Togo"@nb,
        "Thogo"@nd,
        "टोगो"@ne,
        "Togo"@nl,
        "Togo"@nmg,
        "Togo"@nn,
        "Togo"@nyn,
        "ଟୋଗୋ"@or,
        "Togo"@pl,
        "Togo"@pt,
        "Togo"@rm,
        "Togo"@rn,
        "Togo"@ro,
        "Togo"@rof,
        "Того"@ru,
        "Togo"@rwk,
        "Togo"@saq,
        "Togo"@sbp,
        "Togo"@se,
        "Togo"@seh,
        "Togo"@ses,
        "Togö"@sg,
        "ⵟⵓⴳⵓ"@shi,
        "ṭugu"@shi-Latn,
        "ටොගෝ"@si,
        "Togo"@sk,
        "Togo"@sl,
        "Togo"@sn,
        "Toogo"@so,
        "Togo"@sq,
        "Того"@sr,
        "Togo"@sr-Latn,
        "Togo"@sv,
        "Togo"@swc,
        "Togo"@swh,
        "டோகோ"@ta,
        "టోగో"@te,
        "Togo"@teo,
        "โตโก"@th,
        "ቶጐ"@ti,
        "Toko"@to,
        "Togo"@tr,
        "Togo"@twq,
        "Ṭṭugu"@tzm,
        "Того"@uk,
        "ٹوگو"@ur,
        "ꕿꖑ"@vai,
        "Togo"@vai-Latn,
        "Togo"@vi,
        "Togo"@vun,
        "Togo"@wae,
        "Togo"@xog,
        "tokó"@yav,
        "Orílẹ́ède Togo"@yo,
        "Togo"@zsm,
        "i-Togo"@zu ;
    lvont:label <http://lexvo.org/id/term/afr/Togo>,
        <http://lexvo.org/id/term/agq/Tug%C3%B9>,
        <http://lexvo.org/id/term/aka/Togo>,
        <http://lexvo.org/id/term/amh/%E1%89%B6%E1%8C%90>,
        <http://lexvo.org/id/term/ara/%D8%AA%D9%88%D8%AC%D9%88>,
        <http://lexvo.org/id/term/asa/Togo>,
        <http://lexvo.org/id/term/ast/Togu>,
        <http://lexvo.org/id/term/aze/Toqo>,
        <http://lexvo.org/id/term/bam/Togo>,
        <http://lexvo.org/id/term/bas/T%C3%B2go>,
        <http://lexvo.org/id/term/bel/%D0%A2%D0%BE%D0%B3%D0%B0>,
        <http://lexvo.org/id/term/ben/%E0%A6%9F%E0%A7%8B%E0%A6%97%E0%A7%8B>,
        <http://lexvo.org/id/term/bez/Hutogo>,
        <http://lexvo.org/id/term/bos-Cyrl/%D0%A2%D0%BE%D0%B3%D0%BE>,
        <http://lexvo.org/id/term/bos/Togo>,
        <http://lexvo.org/id/term/bre/Togo>,
        <http://lexvo.org/id/term/brx/%E0%A4%9F%E0%A5%8B%E0%A4%97%E0%A5%8B>,
        <http://lexvo.org/id/term/bul/%D0%A2%D0%BE%D0%B3%D0%BE>,
        <http://lexvo.org/id/term/cat/Togo>,
        <http://lexvo.org/id/term/ces/Togo>,
        <http://lexvo.org/id/term/cgg/Togo>,
        <http://lexvo.org/id/term/cmn-Hant/%E5%A4%9A%E5%93%A5%E5%85%B1%E5%92%8C%E5%9C%8B>,
        <http://lexvo.org/id/term/cmn/%E5%A4%9A%E5%93%A5>,
        <http://lexvo.org/id/term/cym/Togo>,
        <http://lexvo.org/id/term/dan/Togo>,
        <http://lexvo.org/id/term/dav/Togo>,
        <http://lexvo.org/id/term/deu/Togo>,
        <http://lexvo.org/id/term/dje/Togo>,
        <http://lexvo.org/id/term/dyo/Togo>,
        <http://lexvo.org/id/term/dzo/%E0%BD%8A%E0%BD%BC%E0%BC%8B%E0%BD%82%E0%BE%B7%E0%BD%BC>,
        <http://lexvo.org/id/term/ebu/Togo>,
        <http://lexvo.org/id/term/ell/%CE%A4%CF%8C%CE%B3%CE%BA%CE%BF>,
        <http://lexvo.org/id/term/eng-Dsrt/%F0%90%90%93%F0%90%90%AC%F0%90%91%80%F0%90%90%AC>,
        <http://lexvo.org/id/term/eng/ISO%203166-1%3ATG>,
        <http://lexvo.org/id/term/eng/Togo>,
        <http://lexvo.org/id/term/epo/Togolo>,
        <http://lexvo.org/id/term/est/Togo>,
        <http://lexvo.org/id/term/eus/Togo>,
        <http://lexvo.org/id/term/ewe/Togo%20nutome>,
        <http://lexvo.org/id/term/ewo/Tog%C3%B3>,
        <http://lexvo.org/id/term/fao/Togo>,
        <http://lexvo.org/id/term/fas/%D8%AA%D9%88%DA%AF%D9%88>,
        <http://lexvo.org/id/term/fil/Togo>,
        <http://lexvo.org/id/term/fin/Togo>,
        <http://lexvo.org/id/term/fra/Togo>,
        <http://lexvo.org/id/term/ful/Togoo>,
        <http://lexvo.org/id/term/fur/Togo>,
        <http://lexvo.org/id/term/gla/Togo>,
        <http://lexvo.org/id/term/gle/T%C3%B3ga>,
        <http://lexvo.org/id/term/glg/Togo>,
        <http://lexvo.org/id/term/gsw/Toogo>,
        <http://lexvo.org/id/term/guj/%E0%AA%9F%E0%AB%8B%E0%AA%97%E0%AB%8B>,
        <http://lexvo.org/id/term/guz/Togo>,
        <http://lexvo.org/id/term/hau/Togo>,
        <http://lexvo.org/id/term/heb/%D7%98%D7%95%D7%92%D7%95>,
        <http://lexvo.org/id/term/hin/%E0%A4%9F%E0%A5%8B%E0%A4%97%E0%A5%8B>,
        <http://lexvo.org/id/term/hrv/Togo>,
        <http://lexvo.org/id/term/hun/Togo>,
        <http://lexvo.org/id/term/hye/%D5%8F%D5%B8%D5%A3%D5%B8>,
        <http://lexvo.org/id/term/ina/Togo>,
        <http://lexvo.org/id/term/ind/Togo>,
        <http://lexvo.org/id/term/isl/T%C3%B3g%C3%B3>,
        <http://lexvo.org/id/term/ita/Togo>,
        <http://lexvo.org/id/term/jgo/T%C9%94%CC%81%C5%8Bg%C9%94>,
        <http://lexvo.org/id/term/jmc/Togo>,
        <http://lexvo.org/id/term/jpn/%E3%83%88%E3%83%BC%E3%82%B4>,
        <http://lexvo.org/id/term/kab/%E1%B9%ACugu>,
        <http://lexvo.org/id/term/kal/Togo>,
        <http://lexvo.org/id/term/kam/Togo>,
        <http://lexvo.org/id/term/kan/%E0%B2%9F%E0%B3%8B%E0%B2%97%E0%B3%8B>,
        <http://lexvo.org/id/term/kas/%D9%B9%D9%88%DA%AF%D9%88>,
        <http://lexvo.org/id/term/kat/%E1%83%A2%E1%83%9D%E1%83%92%E1%83%9D>,
        <http://lexvo.org/id/term/kde/Togo>,
        <http://lexvo.org/id/term/kea/Togu>,
        <http://lexvo.org/id/term/khm/%E1%9E%8F%E1%9E%BC%E1%9E%A0%E1%9F%92%E1%9E%82%E1%9E%BC>,
        <http://lexvo.org/id/term/khq/Togo>,
        <http://lexvo.org/id/term/kik/Togo>,
        <http://lexvo.org/id/term/kln/Emetab%20Togo>,
        <http://lexvo.org/id/term/kor/%ED%86%A0%EA%B3%A0>,
        <http://lexvo.org/id/term/ksb/Togo>,
        <http://lexvo.org/id/term/ksf/togo>,
        <http://lexvo.org/id/term/ksh/Toojo>,
        <http://lexvo.org/id/term/lag/T%C3%B3ogo>,
        <http://lexvo.org/id/term/lao/%E0%BB%82%E0%BA%95%E0%BB%82%E0%BA%81>,
        <http://lexvo.org/id/term/lav/Togo>,
        <http://lexvo.org/id/term/lin/Togo>,
        <http://lexvo.org/id/term/lit/Togas>,
        <http://lexvo.org/id/term/lub/Togu>,
        <http://lexvo.org/id/term/lug/Togo>,
        <http://lexvo.org/id/term/luo/Togo>,
        <http://lexvo.org/id/term/luy/Togo>,
        <http://lexvo.org/id/term/mal/%E0%B4%9F%E0%B5%8B%E0%B4%97%E0%B5%8B>,
        <http://lexvo.org/id/term/mar/%E0%A4%9F%E0%A5%8B%E0%A4%97%E0%A5%8B>,
        <http://lexvo.org/id/term/mas/Togo>,
        <http://lexvo.org/id/term/mer/Togo>,
        <http://lexvo.org/id/term/mfe/Togo>,
        <http://lexvo.org/id/term/mgh/Utogo>,
        <http://lexvo.org/id/term/mkd/%D0%A2%D0%BE%D0%B3%D0%BE>,
        <http://lexvo.org/id/term/mlg/Togo>,
        <http://lexvo.org/id/term/mlt/Togo>,
        <http://lexvo.org/id/term/mua/S%C7%9Dr%20Togo>,
        <http://lexvo.org/id/term/naq/Togob>,
        <http://lexvo.org/id/term/nde/Thogo>,
        <http://lexvo.org/id/term/nep/%E0%A4%9F%E0%A5%8B%E0%A4%97%E0%A5%8B>,
        <http://lexvo.org/id/term/nld/Togo>,
        <http://lexvo.org/id/term/nmg/Togo>,
        <http://lexvo.org/id/term/nno/Togo>,
        <http://lexvo.org/id/term/nob/Togo>,
        <http://lexvo.org/id/term/nyn/Togo>,
        <http://lexvo.org/id/term/ori/%E0%AC%9F%E0%AD%8B%E0%AC%97%E0%AD%8B>,
        <http://lexvo.org/id/term/pol/Togo>,
        <http://lexvo.org/id/term/por/Togo>,
        <http://lexvo.org/id/term/rof/Togo>,
        <http://lexvo.org/id/term/roh/Togo>,
        <http://lexvo.org/id/term/ron/Togo>,
        <http://lexvo.org/id/term/run/Togo>,
        <http://lexvo.org/id/term/rus/%D0%A2%D0%BE%D0%B3%D0%BE>,
        <http://lexvo.org/id/term/rwk/Togo>,
        <http://lexvo.org/id/term/sag/Tog%C3%B6>,
        <http://lexvo.org/id/term/saq/Togo>,
        <http://lexvo.org/id/term/sbp/Togo>,
        <http://lexvo.org/id/term/seh/Togo>,
        <http://lexvo.org/id/term/ses/Togo>,
        <http://lexvo.org/id/term/shi-Latn/%E1%B9%ADugu>,
        <http://lexvo.org/id/term/shi/%E2%B5%9F%E2%B5%93%E2%B4%B3%E2%B5%93>,
        <http://lexvo.org/id/term/sin/%E0%B6%A7%E0%B7%9C%E0%B6%9C%E0%B7%9D>,
        <http://lexvo.org/id/term/slk/Togo>,
        <http://lexvo.org/id/term/slv/Togo>,
        <http://lexvo.org/id/term/sme/Togo>,
        <http://lexvo.org/id/term/sna/Togo>,
        <http://lexvo.org/id/term/som/Toogo>,
        <http://lexvo.org/id/term/spa/Togo>,
        <http://lexvo.org/id/term/sqi/Togo>,
        <http://lexvo.org/id/term/srp-Latn/Togo>,
        <http://lexvo.org/id/term/srp/%D0%A2%D0%BE%D0%B3%D0%BE>,
        <http://lexvo.org/id/term/swc/Togo>,
        <http://lexvo.org/id/term/swe/Togo>,
        <http://lexvo.org/id/term/swh/Togo>,
        <http://lexvo.org/id/term/tam/%E0%AE%9F%E0%AF%8B%E0%AE%95%E0%AF%8B>,
        <http://lexvo.org/id/term/tel/%E0%B0%9F%E0%B1%8B%E0%B0%97%E0%B1%8B>,
        <http://lexvo.org/id/term/teo/Togo>,
        <http://lexvo.org/id/term/tha/%E0%B9%82%E0%B8%95%E0%B9%82%E0%B8%81>,
        <http://lexvo.org/id/term/tir/%E1%89%B6%E1%8C%90>,
        <http://lexvo.org/id/term/ton/Toko>,
        <http://lexvo.org/id/term/tur/Togo>,
        <http://lexvo.org/id/term/twq/Togo>,
        <http://lexvo.org/id/term/tzm/%E1%B9%AC%E1%B9%ADugu>,
        <http://lexvo.org/id/term/ukr/%D0%A2%D0%BE%D0%B3%D0%BE>,
        <http://lexvo.org/id/term/urd/%D9%B9%D9%88%DA%AF%D9%88>,
        <http://lexvo.org/id/term/vai-Latn/Togo>,
        <http://lexvo.org/id/term/vai/%EA%95%BF%EA%96%91>,
        <http://lexvo.org/id/term/vie/Togo>,
        <http://lexvo.org/id/term/vun/Togo>,
        <http://lexvo.org/id/term/wae/Togo>,
        <http://lexvo.org/id/term/xog/Togo>,
        <http://lexvo.org/id/term/yav/tok%C3%B3>,
        <http://lexvo.org/id/term/yor/Or%C3%ADl%E1%BA%B9%CC%81%C3%A8de%20Togo>,
        <http://lexvo.org/id/term/zsm/Togo>,
        <http://lexvo.org/id/term/zul/i-Togo> ;
    owl:sameAs <http://psi.oasis-open.org/iso/3166/#768>,
        <http://sws.geonames.org/2363686/> .

<http://lexvo.org/id/iso3166/TH> a lvont:GeographicRegion ;
    rdfs:label "Thailand"@af,
        "Taelàn"@agq,
        "Taeland"@ak,
        "ታይላንድ"@am,
        "تايلند"@ar,
        "Tailandi"@asa,
        "Tailandia"@ast,
        "tayland"@az,
        "Taylànd"@bas,
        "Тайланд"@be,
        "Hutailandi"@bez,
        "Тайланд"@bg,
        "Tayilandi"@bm,
        "থাই"@bn,
        "Thailand"@br,
        "थाइलैण्ड"@brx,
        "Tajland"@bs,
        "Тајланд"@bs-Cyrl,
        "ታይላንድ"@byn,
        "Tailàndia"@ca,
        "Tairandi"@cgg,
        "泰国"@cmn,
        "泰國"@cmn-Hant,
        "Thajsko"@cs,
        "Gwlad Thai"@cy,
        "Thailand"@da,
        "Tailandi"@dav,
        "Thailand"@de,
        "Taayiland"@dje,
        "Tailand"@dyo,
        "ཐཱའི་ལེནཌ"@dz,
        "Tailandi"@ebu,
        "Tailand nutome"@ee,
        "Ταϊλάνδη"@el,
        "ISO 3166-1:TH"@en,
        "Thailand"@en,
        "𐐓𐐴𐑊𐐰𐑌𐐼"@en-Dsrt,
        "Tajlando"@eo,
        "Tailandia"@es,
        "Tai"@et,
        "Tailandia"@eu,
        "Tailán"@ewo,
        "تایلند"@fa,
        "Taylannda"@ff,
        "Thaimaa"@fi,
        "Thailand"@fil,
        "Teiland"@fo,
        "Thaïlande"@fr,
        "Tailandie"@fur,
        "An Téalainn"@ga,
        "Dùthaich nan Tàidh"@gd,
        "Tailandia"@gl,
        "Thailand"@gsw,
        "થાઇલેંડ"@gu,
        "Tailandi"@guz,
        "Tailan"@ha,
        "תאילנד"@he,
        "थाइलैंड"@hi,
        "Tajland"@hr,
        "Thaiföld"@hu,
        "Թաիլանդ"@hy,
        "Thailandia"@ia,
        "Thailand"@id,
        "Taíland"@is,
        "Tailandia"@it,
        "タイ"@ja,
        "Tailandi"@jmc,
        "ტაილანდი"@ka,
        "Ṭayland"@kab,
        "Tailandi"@kam,
        "Tailandi"@kde,
        "Tailandia"@kea,
        "Taayiland"@khq,
        "Tailandi"@ki,
        "Тайланд"@kk,
        "Thailandi"@kl,
        "Emetab Thailand"@kln,
        "ថៃ"@km,
        "ಥೈಲ್ಯಾಂಡ್"@kn,
        "태국"@ko,
        "تھایلینٛڑ"@ks,
        "Tailandi"@ksb,
        "tɛlan"@ksf,
        "Tailand"@ksh,
        "Táilandi"@lag,
        "Tayirandi"@lg,
        "Tailandɛ"@ln,
        "ຣາຊອານາຈັກໄທ"@lo,
        "Tailandas"@lt,
        "Tayilanda"@lu,
        "Thailand"@luo,
        "Tailandi"@luy,
        "Taizeme"@lv,
        "Tailandi"@mas,
        "Thaĩlandi"@mer,
        "Thayland"@mfe,
        "Thailandy"@mg,
        "Utailandi"@mgh,
        "Тајланд"@mk,
        "തായ്‌ലാൻഡ്"@ml,
        "थायलंड"@mr,
        "Tajlandja"@mt,
        "Tailand"@mua,
        "ထိုင်း"@my,
        "Thailandi"@naq,
        "Thailand"@nb,
        "Thayilandi"@nd,
        "थाइल्याण्ड"@ne,
        "Thailand"@nl,
        "Taïland"@nmg,
        "Thailand"@nn,
        "Tairandi"@nyn,
        "ଥାଇଲାଣ୍ଡ"@or,
        "Tajlandia"@pl,
        "Tailândia"@pt,
        "Tailanda"@rm,
        "Tayilandi"@rn,
        "Thailanda"@ro,
        "Tailandi"@rof,
        "Таиланд"@ru,
        "Tailandi"@rwk,
        "Tailandi"@saq,
        "Tailandi"@sbp,
        "Thaieana"@se,
        "Tailândia"@seh,
        "Taayiland"@ses,
        "Tailânde"@sg,
        "ⵟⴰⵢⵍⴰⵏⴷ"@shi,
        "ṭayland"@shi-Latn,
        "තායිලන්තය"@si,
        "Thajsko"@sk,
        "Tajska"@sl,
        "Thailand"@sn,
        "Taylaand"@so,
        "Tajlandë"@sq,
        "Тајланд"@sr,
        "Tajland"@sr-Latn,
        "Thailand"@sv,
        "Tailandi"@swc,
        "Tailandi"@swh,
        "தாய்லாந்து"@ta,
        "థాయ్ లాండ్"@te,
        "Tailandi"@teo,
        "ไทย"@th,
        "ታይላንድ"@ti,
        "ታይላንድ"@tig,
        "Taileni"@to,
        "Tayland"@tr,
        "Taayiland"@twq,
        "Ṭaylanḍa"@tzm,
        "Таїланд"@uk,
        "تھائی لینڈ"@ur,
        "ꕚꔤ ꖨꕮꕊ"@vai,
        "Tai Lumaã"@vai-Latn,
        "Thái Lan"@vi,
        "Tailandi"@vun,
        "Thailand"@wae,
        "ታይላንድ"@wal,
        "Tayirandi"@xog,
        "tayiláand"@yav,
        "Orílẹ́ède Tailandi"@yo,
        "Thailand"@zsm,
        "i-Thailand"@zu ;
    lvont:label <http://lexvo.org/id/term/afr/Thailand>,
        <http://lexvo.org/id/term/agq/Tael%C3%A0n>,
        <http://lexvo.org/id/term/aka/Taeland>,
        <http://lexvo.org/id/term/amh/%E1%89%B3%E1%8B%AD%E1%88%8B%E1%8A%95%E1%8B%B5>,
        <http://lexvo.org/id/term/ara/%D8%AA%D8%A7%D9%8A%D9%84%D9%86%D8%AF>,
        <http://lexvo.org/id/term/asa/Tailandi>,
        <http://lexvo.org/id/term/ast/Tailandia>,
        <http://lexvo.org/id/term/aze/tayland>,
        <http://lexvo.org/id/term/bam/Tayilandi>,
        <http://lexvo.org/id/term/bas/Tayl%C3%A0nd>,
        <http://lexvo.org/id/term/bel/%D0%A2%D0%B0%D0%B9%D0%BB%D0%B0%D0%BD%D0%B4>,
        <http://lexvo.org/id/term/ben/%E0%A6%A5%E0%A6%BE%E0%A6%87>,
        <http://lexvo.org/id/term/bez/Hutailandi>,
        <http://lexvo.org/id/term/bos-Cyrl/%D0%A2%D0%B0%D1%98%D0%BB%D0%B0%D0%BD%D0%B4>,
        <http://lexvo.org/id/term/bos/Tajland>,
        <http://lexvo.org/id/term/bre/Thailand>,
        <http://lexvo.org/id/term/brx/%E0%A4%A5%E0%A4%BE%E0%A4%87%E0%A4%B2%E0%A5%88%E0%A4%A3%E0%A5%8D%E0%A4%A1>,
        <http://lexvo.org/id/term/bul/%D0%A2%D0%B0%D0%B9%D0%BB%D0%B0%D0%BD%D0%B4>,
        <http://lexvo.org/id/term/byn/%E1%89%B3%E1%8B%AD%E1%88%8B%E1%8A%95%E1%8B%B5>,
        <http://lexvo.org/id/term/cat/Tail%C3%A0ndia>,
        <http://lexvo.org/id/term/ces/Thajsko>,
        <http://lexvo.org/id/term/cgg/Tairandi>,
        <http://lexvo.org/id/term/cmn-Hant/%E6%B3%B0%E5%9C%8B>,
        <http://lexvo.org/id/term/cmn/%E6%B3%B0%E5%9B%BD>,
        <http://lexvo.org/id/term/cym/Gwlad%20Thai>,
        <http://lexvo.org/id/term/dan/Thailand>,
        <http://lexvo.org/id/term/dav/Tailandi>,
        <http://lexvo.org/id/term/deu/Thailand>,
        <http://lexvo.org/id/term/dje/Taayiland>,
        <http://lexvo.org/id/term/dyo/Tailand>,
        <http://lexvo.org/id/term/dzo/%E0%BD%90%E0%BD%B1%E0%BD%A0%E0%BD%B2%E0%BC%8B%E0%BD%A3%E0%BD%BA%E0%BD%93%E0%BD%8C>,
        <http://lexvo.org/id/term/ebu/Tailandi>,
        <http://lexvo.org/id/term/ell/%CE%A4%CE%B1%CF%8A%CE%BB%CE%AC%CE%BD%CE%B4%CE%B7>,
        <http://lexvo.org/id/term/eng-Dsrt/%F0%90%90%93%F0%90%90%B4%F0%90%91%8A%F0%90%90%B0%F0%90%91%8C%F0%90%90%BC>,
        <http://lexvo.org/id/term/eng/ISO%203166-1%3ATH>,
        <http://lexvo.org/id/term/eng/Thailand>,
        <http://lexvo.org/id/term/epo/Tajlando>,
        <http://lexvo.org/id/term/est/Tai>,
        <http://lexvo.org/id/term/eus/Tailandia>,
        <http://lexvo.org/id/term/ewe/Tailand%20nutome>,
        <http://lexvo.org/id/term/ewo/Tail%C3%A1n>,
        <http://lexvo.org/id/term/fao/Teiland>,
        <http://lexvo.org/id/term/fas/%D8%AA%D8%A7%DB%8C%D9%84%D9%86%D8%AF>,
        <http://lexvo.org/id/term/fil/Thailand>,
        <http://lexvo.org/id/term/fin/Thaimaa>,
        <http://lexvo.org/id/term/fra/Tha%C3%AFlande>,
        <http://lexvo.org/id/term/ful/Taylannda>,
        <http://lexvo.org/id/term/fur/Tailandie>,
        <http://lexvo.org/id/term/gla/D%C3%B9thaich%20nan%20T%C3%A0idh>,
        <http://lexvo.org/id/term/gle/An%20T%C3%A9alainn>,
        <http://lexvo.org/id/term/glg/Tailandia>,
        <http://lexvo.org/id/term/gsw/Thailand>,
        <http://lexvo.org/id/term/guj/%E0%AA%A5%E0%AA%BE%E0%AA%87%E0%AA%B2%E0%AB%87%E0%AA%82%E0%AA%A1>,
        <http://lexvo.org/id/term/guz/Tailandi>,
        <http://lexvo.org/id/term/hau/Tailan>,
        <http://lexvo.org/id/term/heb/%D7%AA%D7%90%D7%99%D7%9C%D7%A0%D7%93>,
        <http://lexvo.org/id/term/hin/%E0%A4%A5%E0%A4%BE%E0%A4%87%E0%A4%B2%E0%A5%88%E0%A4%82%E0%A4%A1>,
        <http://lexvo.org/id/term/hrv/Tajland>,
        <http://lexvo.org/id/term/hun/Thaif%C3%B6ld>,
        <http://lexvo.org/id/term/hye/%D4%B9%D5%A1%D5%AB%D5%AC%D5%A1%D5%B6%D5%A4>,
        <http://lexvo.org/id/term/ina/Thailandia>,
        <http://lexvo.org/id/term/ind/Thailand>,
        <http://lexvo.org/id/term/isl/Ta%C3%ADland>,
        <http://lexvo.org/id/term/ita/Tailandia>,
        <http://lexvo.org/id/term/jmc/Tailandi>,
        <http://lexvo.org/id/term/jpn/%E3%82%BF%E3%82%A4>,
        <http://lexvo.org/id/term/kab/%E1%B9%ACayland>,
        <http://lexvo.org/id/term/kal/Thailandi>,
        <http://lexvo.org/id/term/kam/Tailandi>,
        <http://lexvo.org/id/term/kan/%E0%B2%A5%E0%B3%88%E0%B2%B2%E0%B3%8D%E0%B2%AF%E0%B2%BE%E0%B2%82%E0%B2%A1%E0%B3%8D>,
        <http://lexvo.org/id/term/kas/%D8%AA%DA%BE%D8%A7%DB%8C%D9%84%DB%8C%D9%86%D9%9B%DA%91>,
        <http://lexvo.org/id/term/kat/%E1%83%A2%E1%83%90%E1%83%98%E1%83%9A%E1%83%90%E1%83%9C%E1%83%93%E1%83%98>,
        <http://lexvo.org/id/term/kaz/%D0%A2%D0%B0%D0%B9%D0%BB%D0%B0%D0%BD%D0%B4>,
        <http://lexvo.org/id/term/kde/Tailandi>,
        <http://lexvo.org/id/term/kea/Tailandia>,
        <http://lexvo.org/id/term/khm/%E1%9E%90%E1%9F%83>,
        <http://lexvo.org/id/term/khq/Taayiland>,
        <http://lexvo.org/id/term/kik/Tailandi>,
        <http://lexvo.org/id/term/kln/Emetab%20Thailand>,
        <http://lexvo.org/id/term/kor/%ED%83%9C%EA%B5%AD>,
        <http://lexvo.org/id/term/ksb/Tailandi>,
        <http://lexvo.org/id/term/ksf/t%C9%9Blan>,
        <http://lexvo.org/id/term/ksh/Tailand>,
        <http://lexvo.org/id/term/lag/T%C3%A1ilandi>,
        <http://lexvo.org/id/term/lao/%E0%BA%A3%E0%BA%B2%E0%BA%8A%E0%BA%AD%E0%BA%B2%E0%BA%99%E0%BA%B2%E0%BA%88%E0%BA%B1%E0%BA%81%E0%BB%84%E0%BA%97>,
        <http://lexvo.org/id/term/lav/Taizeme>,
        <http://lexvo.org/id/term/lin/Tailand%C9%9B>,
        <http://lexvo.org/id/term/lit/Tailandas>,
        <http://lexvo.org/id/term/lub/Tayilanda>,
        <http://lexvo.org/id/term/lug/Tayirandi>,
        <http://lexvo.org/id/term/luo/Thailand>,
        <http://lexvo.org/id/term/luy/Tailandi>,
        <http://lexvo.org/id/term/mal/%E0%B4%A4%E0%B4%BE%E0%B4%AF%E0%B5%8D%E2%80%8C%E0%B4%B2%E0%B4%BE%E0%B5%BB%E0%B4%A1%E0%B5%8D>,
        <http://lexvo.org/id/term/mar/%E0%A4%A5%E0%A4%BE%E0%A4%AF%E0%A4%B2%E0%A4%82%E0%A4%A1>,
        <http://lexvo.org/id/term/mas/Tailandi>,
        <http://lexvo.org/id/term/mer/Tha%C4%A9landi>,
        <http://lexvo.org/id/term/mfe/Thayland>,
        <http://lexvo.org/id/term/mgh/Utailandi>,
        <http://lexvo.org/id/term/mkd/%D0%A2%D0%B0%D1%98%D0%BB%D0%B0%D0%BD%D0%B4>,
        <http://lexvo.org/id/term/mlg/Thailandy>,
        <http://lexvo.org/id/term/mlt/Tajlandja>,
        <http://lexvo.org/id/term/mua/Tailand>,
        <http://lexvo.org/id/term/mya/%E1%80%91%E1%80%AD%E1%80%AF%E1%80%84%E1%80%BA%E1%80%B8>,
        <http://lexvo.org/id/term/naq/Thailandi>,
        <http://lexvo.org/id/term/nde/Thayilandi>,
        <http://lexvo.org/id/term/nep/%E0%A4%A5%E0%A4%BE%E0%A4%87%E0%A4%B2%E0%A5%8D%E0%A4%AF%E0%A4%BE%E0%A4%A3%E0%A5%8D%E0%A4%A1>,
        <http://lexvo.org/id/term/nld/Thailand>,
        <http://lexvo.org/id/term/nmg/Ta%C3%AFland>,
        <http://lexvo.org/id/term/nno/Thailand>,
        <http://lexvo.org/id/term/nob/Thailand>,
        <http://lexvo.org/id/term/nyn/Tairandi>,
        <http://lexvo.org/id/term/ori/%E0%AC%A5%E0%AC%BE%E0%AC%87%E0%AC%B2%E0%AC%BE%E0%AC%A3%E0%AD%8D%E0%AC%A1>,
        <http://lexvo.org/id/term/pol/Tajlandia>,
        <http://lexvo.org/id/term/por/Tail%C3%A2ndia>,
        <http://lexvo.org/id/term/rof/Tailandi>,
        <http://lexvo.org/id/term/roh/Tailanda>,
        <http://lexvo.org/id/term/ron/Thailanda>,
        <http://lexvo.org/id/term/run/Tayilandi>,
        <http://lexvo.org/id/term/rus/%D0%A2%D0%B0%D0%B8%D0%BB%D0%B0%D0%BD%D0%B4>,
        <http://lexvo.org/id/term/rwk/Tailandi>,
        <http://lexvo.org/id/term/sag/Tail%C3%A2nde>,
        <http://lexvo.org/id/term/saq/Tailandi>,
        <http://lexvo.org/id/term/sbp/Tailandi>,
        <http://lexvo.org/id/term/seh/Tail%C3%A2ndia>,
        <http://lexvo.org/id/term/ses/Taayiland>,
        <http://lexvo.org/id/term/shi-Latn/%E1%B9%ADayland>,
        <http://lexvo.org/id/term/shi/%E2%B5%9F%E2%B4%B0%E2%B5%A2%E2%B5%8D%E2%B4%B0%E2%B5%8F%E2%B4%B7>,
        <http://lexvo.org/id/term/sin/%E0%B6%AD%E0%B7%8F%E0%B6%BA%E0%B7%92%E0%B6%BD%E0%B6%B1%E0%B7%8A%E0%B6%AD%E0%B6%BA>,
        <http://lexvo.org/id/term/slk/Thajsko>,
        <http://lexvo.org/id/term/slv/Tajska>,
        <http://lexvo.org/id/term/sme/Thaieana>,
        <http://lexvo.org/id/term/sna/Thailand>,
        <http://lexvo.org/id/term/som/Taylaand>,
        <http://lexvo.org/id/term/spa/Tailandia>,
        <http://lexvo.org/id/term/sqi/Tajland%C3%AB>,
        <http://lexvo.org/id/term/srp-Latn/Tajland>,
        <http://lexvo.org/id/term/srp/%D0%A2%D0%B0%D1%98%D0%BB%D0%B0%D0%BD%D0%B4>,
        <http://lexvo.org/id/term/swc/Tailandi>,
        <http://lexvo.org/id/term/swe/Thailand>,
        <http://lexvo.org/id/term/swh/Tailandi>,
        <http://lexvo.org/id/term/tam/%E0%AE%A4%E0%AE%BE%E0%AE%AF%E0%AF%8D%E0%AE%B2%E0%AE%BE%E0%AE%A8%E0%AF%8D%E0%AE%A4%E0%AF%81>,
        <http://lexvo.org/id/term/tel/%E0%B0%A5%E0%B0%BE%E0%B0%AF%E0%B1%8D%20%E0%B0%B2%E0%B0%BE%E0%B0%82%E0%B0%A1%E0%B1%8D>,
        <http://lexvo.org/id/term/teo/Tailandi>,
        <http://lexvo.org/id/term/tha/%E0%B9%84%E0%B8%97%E0%B8%A2>,
        <http://lexvo.org/id/term/tig/%E1%89%B3%E1%8B%AD%E1%88%8B%E1%8A%95%E1%8B%B5>,
        <http://lexvo.org/id/term/tir/%E1%89%B3%E1%8B%AD%E1%88%8B%E1%8A%95%E1%8B%B5>,
        <http://lexvo.org/id/term/ton/Taileni>,
        <http://lexvo.org/id/term/tur/Tayland>,
        <http://lexvo.org/id/term/twq/Taayiland>,
        <http://lexvo.org/id/term/tzm/%E1%B9%ACaylan%E1%B8%8Da>,
        <http://lexvo.org/id/term/ukr/%D0%A2%D0%B0%D1%97%D0%BB%D0%B0%D0%BD%D0%B4>,
        <http://lexvo.org/id/term/urd/%D8%AA%DA%BE%D8%A7%D8%A6%DB%8C%20%D9%84%DB%8C%D9%86%DA%88>,
        <http://lexvo.org/id/term/vai-Latn/Tai%20Luma%C3%A3>,
        <http://lexvo.org/id/term/vai/%EA%95%9A%EA%94%A4%20%EA%96%A8%EA%95%AE%EA%95%8A>,
        <http://lexvo.org/id/term/vie/Th%C3%A1i%20Lan>,
        <http://lexvo.org/id/term/vun/Tailandi>,
        <http://lexvo.org/id/term/wae/Thailand>,
        <http://lexvo.org/id/term/wal/%E1%89%B3%E1%8B%AD%E1%88%8B%E1%8A%95%E1%8B%B5>,
        <http://lexvo.org/id/term/xog/Tayirandi>,
        <http://lexvo.org/id/term/yav/tayil%C3%A1and>,
        <http://lexvo.org/id/term/yor/Or%C3%ADl%E1%BA%B9%CC%81%C3%A8de%20Tailandi>,
        <http://lexvo.org/id/term/zsm/Thailand>,
        <http://lexvo.org/id/term/zul/i-Thailand> ;
    owl:sameAs <http://psi.oasis-open.org/iso/3166/#764>,
        <http://sws.geonames.org/1605651/> .

<http://lexvo.org/id/iso3166/TJ> a lvont:GeographicRegion ;
    rdfs:label "Tadjikistan"@af,
        "Tàdzikìsɨ̀tân"@agq,
        "Tajikistan"@ak,
        "ታጃኪስታን"@am,
        "طاجكستان"@ar,
        "Tajikithtani"@asa,
        "Taxiquistán"@ast,
        "tacikistan"@az,
        "Tàjìkìstaŋ"@bas,
        "Таджыкістан"@be,
        "Hutajikistani"@bez,
        "Таджикистан"@bg,
        "Tajikisitani"@bm,
        "তাজিকস্থান"@bn,
        "Tadjikistan"@br,
        "ताजिकिस्तान"@brx,
        "Tadžikistan"@bs,
        "Таџикистан"@bs-Cyrl,
        "ታጃኪስታን"@byn,
        "Tadjikistan"@ca,
        "Tajikisitani"@cgg,
        "塔吉克斯坦"@cmn,
        "塔吉克"@cmn-Hant,
        "Tádžikistán"@cs,
        "Tajicistan"@cy,
        "Tadsjikistan"@da,
        "Tajikistani"@dav,
        "Tadschikistan"@de,
        "Taažikistan"@dje,
        "ཏ་ཇིག་གི་སཏཱན"@dz,
        "Tajikistani"@ebu,
        "Tajikistan nutome"@ee,
        "Τατζικιστάν"@el,
        "ISO 3166-1:TJ"@en,
        "Tajikistan"@en,
        "𐐓𐐲𐐾𐐨𐐿𐐲𐑅𐐻𐐰𐑌"@en-Dsrt,
        "Taĝikujo"@eo,
        "Tayikistán"@es,
        "Tadžikistan"@et,
        "Tadjikistan"@eu,
        "Tadzikisətáŋ"@ewo,
        "تاجکستان"@fa,
        "تاجیکستان"@fa,
        "Tajikistaan"@ff,
        "Tadžikistan"@fi,
        "Tajikistan"@fil,
        "Tadsjikistan"@fo,
        "Tadjikistan"@fr,
        "Tazikistan"@fur,
        "An Táidsíceastáin"@ga,
        "Taidigeastàn"@gd,
        "Taxiquistán"@gl,
        "Tadschikischtan"@gsw,
        "તાજીકિસ્તાન"@gu,
        "Tajikistani"@guz,
        "Tajikistan"@ha,
        "טג׳יקיסטן"@he,
        "ताजिकिस्तान"@hi,
        "Tadžikistan"@hr,
        "Tadzsikisztán"@hu,
        "Տաճիկստան"@hy,
        "Tadzhikistan"@ia,
        "Tajikistan"@id,
        "Tadsjikistan"@is,
        "Tagikistan"@it,
        "タジキスタン"@ja,
        "Tajikistani"@jmc,
        "ტაჯიკეთი"@ka,
        "Tajikistan"@kab,
        "Tajikistani"@kam,
        "Tadikistani"@kde,
        "Tadjikistãu"@kea,
        "Taažikistan"@khq,
        "Tajikistani"@ki,
        "Tajikistani"@kl,
        "Emetab Tajikistan"@kln,
        "តាដហ្ស៉ីគីស្តង់"@km,
        "ತಜಾಕಿಸ್ಥಾನ್"@kn,
        "타지키스탄"@ko,
        "تاجکِستان"@ks,
        "Tajikistani"@ksb,
        "tadjikistaŋ"@ksf,
        "Tadschikistahn"@ksh,
        "Tajikisitáani"@lag,
        "Tajikisitaani"@lg,
        "Tazikisitá"@ln,
        "ທາຈິກິສະຖານ"@lo,
        "Tadžikistanas"@lt,
        "Tazikisita"@lu,
        "Tajikistan"@luo,
        "Tajikistani"@luy,
        "Tadžikistāna"@lv,
        "Tajikistani"@mas,
        "Tajikistani"@mer,
        "Tadjikistan"@mfe,
        "Tajikistan"@mg,
        "Ujikistani"@mgh,
        "Таџикистан"@mk,
        "താജിക്കിസ്ഥാൻ"@ml,
        "ताजिकिस्तान"@mr,
        "Taġikistan"@mt,
        "Tajikistaŋ"@mua,
        "တာဂျီကစ္စတန်"@my,
        "Tajikistan"@naq,
        "Tadsjikistan"@nb,
        "Tajikistan"@nd,
        "ताजिकिस्तान"@ne,
        "Tadzjikistan"@nl,
        "Tajikistaŋ"@nmg,
        "Tadsjikistan"@nn,
        "Tajikisitani"@nyn,
        "ତାଜିକିସ୍ଥାନ୍"@or,
        "Tadżykistan"@pl,
        "تاجکستان"@ps,
        "Tadjiquistão"@pt,
        "Tajiquistão"@pt,
        "Tadschikistan"@rm,
        "Tajikisitani"@rn,
        "Tadjikistan"@ro,
        "Tajikistani"@rof,
        "Таджикистан"@ru,
        "Tajikistani"@rwk,
        "Tajikistani"@saq,
        "Tajikisitani"@sbp,
        "Tažikistan"@se,
        "Tadjiquistão"@seh,
        "Taažikistan"@ses,
        "Taazikiistäan"@sg,
        "ⵜⴰⴷⵊⴰⴽⵉⵙⵜⴰⵏ"@shi,
        "tadjakistan"@shi-Latn,
        "ටජිකිස්තානය"@si,
        "Tadžikistan"@sk,
        "Tadžikistan"@sl,
        "Tajikistan"@sn,
        "Tajikistan"@so,
        "Taxhikistan"@sq,
        "Таџикистан"@sr,
        "Tadžikistan"@sr-Latn,
        "Tadzjikistan"@sv,
        "Tajikistani"@swc,
        "Tajikistani"@swh,
        "தாஜிகிஸ்தான்"@ta,
        "టాజీకిస్తాన్"@te,
        "Tajikistani"@teo,
        "Тоҷикистон"@tg,
        "ทาจิกิสถาน"@th,
        "ታጃኪስታን"@ti,
        "ታጃኪስታን"@tig,
        "Tasikitani"@to,
        "Tacikistan"@tr,
        "Taažikistan"@twq,
        "Ṭaǧikistan"@tzm,
        "Таджикистан"@uk,
        "تاجکستان"@ur,
        "ꕚꕀꕃꔻꕚꘋ"@vai,
        "Tajikisitaŋ"@vai-Latn,
        "Tajikistan"@vi,
        "Tajikistani"@vun,
        "Tadšikistan"@wae,
        "ታጃኪስታን"@wal,
        "Tajikisitaani"@xog,
        "tasikistáaŋ"@yav,
        "Orílẹ́ède Takisitani"@yo,
        "Tadjikistan"@zsm,
        "i-Tajikistan"@zu ;
    lvont:label <http://lexvo.org/id/term/afr/Tadjikistan>,
        <http://lexvo.org/id/term/agq/T%C3%A0dzik%C3%ACs%C9%A8%CC%80t%C3%A2n>,
        <http://lexvo.org/id/term/aka/Tajikistan>,
        <http://lexvo.org/id/term/amh/%E1%89%B3%E1%8C%83%E1%8A%AA%E1%88%B5%E1%89%B3%E1%8A%95>,
        <http://lexvo.org/id/term/ara/%D8%B7%D8%A7%D8%AC%D9%83%D8%B3%D8%AA%D8%A7%D9%86>,
        <http://lexvo.org/id/term/asa/Tajikithtani>,
        <http://lexvo.org/id/term/ast/Taxiquist%C3%A1n>,
        <http://lexvo.org/id/term/aze/tacikistan>,
        <http://lexvo.org/id/term/bam/Tajikisitani>,
        <http://lexvo.org/id/term/bas/T%C3%A0j%C3%ACk%C3%ACsta%C5%8B>,
        <http://lexvo.org/id/term/bel/%D0%A2%D0%B0%D0%B4%D0%B6%D1%8B%D0%BA%D1%96%D1%81%D1%82%D0%B0%D0%BD>,
        <http://lexvo.org/id/term/ben/%E0%A6%A4%E0%A6%BE%E0%A6%9C%E0%A6%BF%E0%A6%95%E0%A6%B8%E0%A7%8D%E0%A6%A5%E0%A6%BE%E0%A6%A8>,
        <http://lexvo.org/id/term/bez/Hutajikistani>,
        <http://lexvo.org/id/term/bos-Cyrl/%D0%A2%D0%B0%D1%9F%D0%B8%D0%BA%D0%B8%D1%81%D1%82%D0%B0%D0%BD>,
        <http://lexvo.org/id/term/bos/Tad%C5%BEikistan>,
        <http://lexvo.org/id/term/bre/Tadjikistan>,
        <http://lexvo.org/id/term/brx/%E0%A4%A4%E0%A4%BE%E0%A4%9C%E0%A4%BF%E0%A4%95%E0%A4%BF%E0%A4%B8%E0%A5%8D%E0%A4%A4%E0%A4%BE%E0%A4%A8>,
        <http://lexvo.org/id/term/bul/%D0%A2%D0%B0%D0%B4%D0%B6%D0%B8%D0%BA%D0%B8%D1%81%D1%82%D0%B0%D0%BD>,
        <http://lexvo.org/id/term/byn/%E1%89%B3%E1%8C%83%E1%8A%AA%E1%88%B5%E1%89%B3%E1%8A%95>,
        <http://lexvo.org/id/term/cat/Tadjikistan>,
        <http://lexvo.org/id/term/ces/T%C3%A1d%C5%BEikist%C3%A1n>,
        <http://lexvo.org/id/term/cgg/Tajikisitani>,
        <http://lexvo.org/id/term/cmn-Hant/%E5%A1%94%E5%90%89%E5%85%8B>,
        <http://lexvo.org/id/term/cmn/%E5%A1%94%E5%90%89%E5%85%8B%E6%96%AF%E5%9D%A6>,
        <http://lexvo.org/id/term/cym/Tajicistan>,
        <http://lexvo.org/id/term/dan/Tadsjikistan>,
        <http://lexvo.org/id/term/dav/Tajikistani>,
        <http://lexvo.org/id/term/deu/Tadschikistan>,
        <http://lexvo.org/id/term/dje/Taa%C5%BEikistan>,
        <http://lexvo.org/id/term/dzo/%E0%BD%8F%E0%BC%8B%E0%BD%87%E0%BD%B2%E0%BD%82%E0%BC%8B%E0%BD%82%E0%BD%B2%E0%BC%8B%E0%BD%A6%E0%BD%8F%E0%BD%B1%E0%BD%93>,
        <http://lexvo.org/id/term/ebu/Tajikistani>,
        <http://lexvo.org/id/term/ell/%CE%A4%CE%B1%CF%84%CE%B6%CE%B9%CE%BA%CE%B9%CF%83%CF%84%CE%AC%CE%BD>,
        <http://lexvo.org/id/term/eng-Dsrt/%F0%90%90%93%F0%90%90%B2%F0%90%90%BE%F0%90%90%A8%F0%90%90%BF%F0%90%90%B2%F0%90%91%85%F0%90%90%BB%F0%90%90%B0%F0%90%91%8C>,
        <http://lexvo.org/id/term/eng/ISO%203166-1%3ATJ>,
        <http://lexvo.org/id/term/eng/Tajikistan>,
        <http://lexvo.org/id/term/epo/Ta%C4%9Dikujo>,
        <http://lexvo.org/id/term/est/Tad%C5%BEikistan>,
        <http://lexvo.org/id/term/eus/Tadjikistan>,
        <http://lexvo.org/id/term/ewe/Tajikistan%20nutome>,
        <http://lexvo.org/id/term/ewo/Tadzikis%C9%99t%C3%A1%C5%8B>,
        <http://lexvo.org/id/term/fao/Tadsjikistan>,
        <http://lexvo.org/id/term/fas/%D8%AA%D8%A7%D8%AC%DA%A9%D8%B3%D8%AA%D8%A7%D9%86>,
        <http://lexvo.org/id/term/fas/%D8%AA%D8%A7%D8%AC%DB%8C%DA%A9%D8%B3%D8%AA%D8%A7%D9%86>,
        <http://lexvo.org/id/term/fil/Tajikistan>,
        <http://lexvo.org/id/term/fin/Tad%C5%BEikistan>,
        <http://lexvo.org/id/term/fra/Tadjikistan>,
        <http://lexvo.org/id/term/ful/Tajikistaan>,
        <http://lexvo.org/id/term/fur/Tazikistan>,
        <http://lexvo.org/id/term/gla/Taidigeast%C3%A0n>,
        <http://lexvo.org/id/term/gle/An%20T%C3%A1ids%C3%ADceast%C3%A1in>,
        <http://lexvo.org/id/term/glg/Taxiquist%C3%A1n>,
        <http://lexvo.org/id/term/gsw/Tadschikischtan>,
        <http://lexvo.org/id/term/guj/%E0%AA%A4%E0%AA%BE%E0%AA%9C%E0%AB%80%E0%AA%95%E0%AA%BF%E0%AA%B8%E0%AB%8D%E0%AA%A4%E0%AA%BE%E0%AA%A8>,
        <http://lexvo.org/id/term/guz/Tajikistani>,
        <http://lexvo.org/id/term/hau/Tajikistan>,
        <http://lexvo.org/id/term/heb/%D7%98%D7%92%D7%B3%D7%99%D7%A7%D7%99%D7%A1%D7%98%D7%9F>,
        <http://lexvo.org/id/term/hin/%E0%A4%A4%E0%A4%BE%E0%A4%9C%E0%A4%BF%E0%A4%95%E0%A4%BF%E0%A4%B8%E0%A5%8D%E0%A4%A4%E0%A4%BE%E0%A4%A8>,
        <http://lexvo.org/id/term/hrv/Tad%C5%BEikistan>,
        <http://lexvo.org/id/term/hun/Tadzsikiszt%C3%A1n>,
        <http://lexvo.org/id/term/hye/%D5%8F%D5%A1%D5%B3%D5%AB%D5%AF%D5%BD%D5%BF%D5%A1%D5%B6>,
        <http://lexvo.org/id/term/ina/Tadzhikistan>,
        <http://lexvo.org/id/term/ind/Tajikistan>,
        <http://lexvo.org/id/term/isl/Tadsjikistan>,
        <http://lexvo.org/id/term/ita/Tagikistan>,
        <http://lexvo.org/id/term/jmc/Tajikistani>,
        <http://lexvo.org/id/term/jpn/%E3%82%BF%E3%82%B8%E3%82%AD%E3%82%B9%E3%82%BF%E3%83%B3>,
        <http://lexvo.org/id/term/kab/Tajikistan>,
        <http://lexvo.org/id/term/kal/Tajikistani>,
        <http://lexvo.org/id/term/kam/Tajikistani>,
        <http://lexvo.org/id/term/kan/%E0%B2%A4%E0%B2%9C%E0%B2%BE%E0%B2%95%E0%B2%BF%E0%B2%B8%E0%B3%8D%E0%B2%A5%E0%B2%BE%E0%B2%A8%E0%B3%8D>,
        <http://lexvo.org/id/term/kas/%D8%AA%D8%A7%D8%AC%DA%A9%D9%90%D8%B3%D8%AA%D8%A7%D9%86>,
        <http://lexvo.org/id/term/kat/%E1%83%A2%E1%83%90%E1%83%AF%E1%83%98%E1%83%99%E1%83%94%E1%83%97%E1%83%98>,
        <http://lexvo.org/id/term/kde/Tadikistani>,
        <http://lexvo.org/id/term/kea/Tadjikist%C3%A3u>,
        <http://lexvo.org/id/term/khm/%E1%9E%8F%E1%9E%B6%E1%9E%8A%E1%9E%A0%E1%9F%92%E1%9E%9F%E1%9F%89%E1%9E%B8%E1%9E%82%E1%9E%B8%E1%9E%9F%E1%9F%92%E1%9E%8F%E1%9E%84%E1%9F%8B>,
        <http://lexvo.org/id/term/khq/Taa%C5%BEikistan>,
        <http://lexvo.org/id/term/kik/Tajikistani>,
        <http://lexvo.org/id/term/kln/Emetab%20Tajikistan>,
        <http://lexvo.org/id/term/kor/%ED%83%80%EC%A7%80%ED%82%A4%EC%8A%A4%ED%83%84>,
        <http://lexvo.org/id/term/ksb/Tajikistani>,
        <http://lexvo.org/id/term/ksf/tadjikista%C5%8B>,
        <http://lexvo.org/id/term/ksh/Tadschikistahn>,
        <http://lexvo.org/id/term/lag/Tajikisit%C3%A1ani>,
        <http://lexvo.org/id/term/lao/%E0%BA%97%E0%BA%B2%E0%BA%88%E0%BA%B4%E0%BA%81%E0%BA%B4%E0%BA%AA%E0%BA%B0%E0%BA%96%E0%BA%B2%E0%BA%99>,
        <http://lexvo.org/id/term/lav/Tad%C5%BEikist%C4%81na>,
        <http://lexvo.org/id/term/lin/Tazikisit%C3%A1>,
        <http://lexvo.org/id/term/lit/Tad%C5%BEikistanas>,
        <http://lexvo.org/id/term/lub/Tazikisita>,
        <http://lexvo.org/id/term/lug/Tajikisitaani>,
        <http://lexvo.org/id/term/luo/Tajikistan>,
        <http://lexvo.org/id/term/luy/Tajikistani>,
        <http://lexvo.org/id/term/mal/%E0%B4%A4%E0%B4%BE%E0%B4%9C%E0%B4%BF%E0%B4%95%E0%B5%8D%E0%B4%95%E0%B4%BF%E0%B4%B8%E0%B5%8D%E0%B4%A5%E0%B4%BE%E0%B5%BB>,
        <http://lexvo.org/id/term/mar/%E0%A4%A4%E0%A4%BE%E0%A4%9C%E0%A4%BF%E0%A4%95%E0%A4%BF%E0%A4%B8%E0%A5%8D%E0%A4%A4%E0%A4%BE%E0%A4%A8>,
        <http://lexvo.org/id/term/mas/Tajikistani>,
        <http://lexvo.org/id/term/mer/Tajikistani>,
        <http://lexvo.org/id/term/mfe/Tadjikistan>,
        <http://lexvo.org/id/term/mgh/Ujikistani>,
        <http://lexvo.org/id/term/mkd/%D0%A2%D0%B0%D1%9F%D0%B8%D0%BA%D0%B8%D1%81%D1%82%D0%B0%D0%BD>,
        <http://lexvo.org/id/term/mlg/Tajikistan>,
        <http://lexvo.org/id/term/mlt/Ta%C4%A1ikistan>,
        <http://lexvo.org/id/term/mua/Tajikista%C5%8B>,
        <http://lexvo.org/id/term/mya/%E1%80%90%E1%80%AC%E1%80%82%E1%80%BB%E1%80%AE%E1%80%80%E1%80%85%E1%80%B9%E1%80%85%E1%80%90%E1%80%94%E1%80%BA>,
        <http://lexvo.org/id/term/naq/Tajikistan>,
        <http://lexvo.org/id/term/nde/Tajikistan>,
        <http://lexvo.org/id/term/nep/%E0%A4%A4%E0%A4%BE%E0%A4%9C%E0%A4%BF%E0%A4%95%E0%A4%BF%E0%A4%B8%E0%A5%8D%E0%A4%A4%E0%A4%BE%E0%A4%A8>,
        <http://lexvo.org/id/term/nld/Tadzjikistan>,
        <http://lexvo.org/id/term/nmg/Tajikista%C5%8B>,
        <http://lexvo.org/id/term/nno/Tadsjikistan>,
        <http://lexvo.org/id/term/nob/Tadsjikistan>,
        <http://lexvo.org/id/term/nyn/Tajikisitani>,
        <http://lexvo.org/id/term/ori/%E0%AC%A4%E0%AC%BE%E0%AC%9C%E0%AC%BF%E0%AC%95%E0%AC%BF%E0%AC%B8%E0%AD%8D%E0%AC%A5%E0%AC%BE%E0%AC%A8%E0%AD%8D>,
        <http://lexvo.org/id/term/pol/Tad%C5%BCykistan>,
        <http://lexvo.org/id/term/por/Tadjiquist%C3%A3o>,
        <http://lexvo.org/id/term/por/Tajiquist%C3%A3o>,
        <http://lexvo.org/id/term/pus/%D8%AA%D8%A7%D8%AC%DA%A9%D8%B3%D8%AA%D8%A7%D9%86>,
        <http://lexvo.org/id/term/rof/Tajikistani>,
        <http://lexvo.org/id/term/roh/Tadschikistan>,
        <http://lexvo.org/id/term/ron/Tadjikistan>,
        <http://lexvo.org/id/term/run/Tajikisitani>,
        <http://lexvo.org/id/term/rus/%D0%A2%D0%B0%D0%B4%D0%B6%D0%B8%D0%BA%D0%B8%D1%81%D1%82%D0%B0%D0%BD>,
        <http://lexvo.org/id/term/rwk/Tajikistani>,
        <http://lexvo.org/id/term/sag/Taazikiist%C3%A4an>,
        <http://lexvo.org/id/term/saq/Tajikistani>,
        <http://lexvo.org/id/term/sbp/Tajikisitani>,
        <http://lexvo.org/id/term/seh/Tadjiquist%C3%A3o>,
        <http://lexvo.org/id/term/ses/Taa%C5%BEikistan>,
        <http://lexvo.org/id/term/shi-Latn/tadjakistan>,
        <http://lexvo.org/id/term/shi/%E2%B5%9C%E2%B4%B0%E2%B4%B7%E2%B5%8A%E2%B4%B0%E2%B4%BD%E2%B5%89%E2%B5%99%E2%B5%9C%E2%B4%B0%E2%B5%8F>,
        <http://lexvo.org/id/term/sin/%E0%B6%A7%E0%B6%A2%E0%B7%92%E0%B6%9A%E0%B7%92%E0%B7%83%E0%B7%8A%E0%B6%AD%E0%B7%8F%E0%B6%B1%E0%B6%BA>,
        <http://lexvo.org/id/term/slk/Tad%C5%BEikistan>,
        <http://lexvo.org/id/term/slv/Tad%C5%BEikistan>,
        <http://lexvo.org/id/term/sme/Ta%C5%BEikistan>,
        <http://lexvo.org/id/term/sna/Tajikistan>,
        <http://lexvo.org/id/term/som/Tajikistan>,
        <http://lexvo.org/id/term/spa/Tayikist%C3%A1n>,
        <http://lexvo.org/id/term/sqi/Taxhikistan>,
        <http://lexvo.org/id/term/srp-Latn/Tad%C5%BEikistan>,
        <http://lexvo.org/id/term/srp/%D0%A2%D0%B0%D1%9F%D0%B8%D0%BA%D0%B8%D1%81%D1%82%D0%B0%D0%BD>,
        <http://lexvo.org/id/term/swc/Tajikistani>,
        <http://lexvo.org/id/term/swe/Tadzjikistan>,
        <http://lexvo.org/id/term/swh/Tajikistani>,
        <http://lexvo.org/id/term/tam/%E0%AE%A4%E0%AE%BE%E0%AE%9C%E0%AE%BF%E0%AE%95%E0%AE%BF%E0%AE%B8%E0%AF%8D%E0%AE%A4%E0%AE%BE%E0%AE%A9%E0%AF%8D>,
        <http://lexvo.org/id/term/tel/%E0%B0%9F%E0%B0%BE%E0%B0%9C%E0%B1%80%E0%B0%95%E0%B0%BF%E0%B0%B8%E0%B1%8D%E0%B0%A4%E0%B0%BE%E0%B0%A8%E0%B1%8D>,
        <http://lexvo.org/id/term/teo/Tajikistani>,
        <http://lexvo.org/id/term/tgk/%D0%A2%D0%BE%D2%B7%D0%B8%D0%BA%D0%B8%D1%81%D1%82%D0%BE%D0%BD>,
        <http://lexvo.org/id/term/tha/%E0%B8%97%E0%B8%B2%E0%B8%88%E0%B8%B4%E0%B8%81%E0%B8%B4%E0%B8%AA%E0%B8%96%E0%B8%B2%E0%B8%99>,
        <http://lexvo.org/id/term/tig/%E1%89%B3%E1%8C%83%E1%8A%AA%E1%88%B5%E1%89%B3%E1%8A%95>,
        <http://lexvo.org/id/term/tir/%E1%89%B3%E1%8C%83%E1%8A%AA%E1%88%B5%E1%89%B3%E1%8A%95>,
        <http://lexvo.org/id/term/ton/Tasikitani>,
        <http://lexvo.org/id/term/tur/Tacikistan>,
        <http://lexvo.org/id/term/twq/Taa%C5%BEikistan>,
        <http://lexvo.org/id/term/tzm/%E1%B9%ACa%C7%A7ikistan>,
        <http://lexvo.org/id/term/ukr/%D0%A2%D0%B0%D0%B4%D0%B6%D0%B8%D0%BA%D0%B8%D1%81%D1%82%D0%B0%D0%BD>,
        <http://lexvo.org/id/term/urd/%D8%AA%D8%A7%D8%AC%DA%A9%D8%B3%D8%AA%D8%A7%D9%86>,
        <http://lexvo.org/id/term/vai-Latn/Tajikisita%C5%8B>,
        <http://lexvo.org/id/term/vai/%EA%95%9A%EA%95%80%EA%95%83%EA%94%BB%EA%95%9A%EA%98%8B>,
        <http://lexvo.org/id/term/vie/Tajikistan>,
        <http://lexvo.org/id/term/vun/Tajikistani>,
        <http://lexvo.org/id/term/wae/Tad%C5%A1ikistan>,
        <http://lexvo.org/id/term/wal/%E1%89%B3%E1%8C%83%E1%8A%AA%E1%88%B5%E1%89%B3%E1%8A%95>,
        <http://lexvo.org/id/term/xog/Tajikisitaani>,
        <http://lexvo.org/id/term/yav/tasikist%C3%A1a%C5%8B>,
        <http://lexvo.org/id/term/yor/Or%C3%ADl%E1%BA%B9%CC%81%C3%A8de%20Takisitani>,
        <http://lexvo.org/id/term/zsm/Tadjikistan>,
        <http://lexvo.org/id/term/zul/i-Tajikistan> ;
    owl:sameAs <http://psi.oasis-open.org/iso/3166/#762>,
        <http://sws.geonames.org/1220409/> .

<http://lexvo.org/id/iso3166/TK> a lvont:GeographicRegion ;
    rdfs:label "Tokelau"@af,
        "Tuwkelawù"@agq,
        "Tokelau"@ak,
        "ቶክላው"@am,
        "توكيلو"@ar,
        "Tokelau"@asa,
        "Tokeláu"@ast,
        "Tokelau"@az,
        "Tòkèlaò"@bas,
        "Такелаў"@be,
        "Hutokelau"@bez,
        "Токелау"@bg,
        "Tokelo"@bm,
        "টোকেলাউ"@bn,
        "Tokelau"@br,
        "टोकेलौ"@brx,
        "Tokelau"@bs,
        "Токелау"@bs-Cyrl,
        "Tokelau"@ca,
        "Tokerawu"@cgg,
        "托克劳"@cmn,
        "托克勞群島"@cmn-Hant,
        "Tokelau"@cs,
        "Tokelau"@cy,
        "Tokelau"@da,
        "Tokelau"@dav,
        "Tokelau"@de,
        "Tokelau"@dje,
        "ཏོ་ཀེ་ལའུ་ མཚོ་གླིང"@dz,
        "Tokelau"@ebu,
        "Tokelau nutome"@ee,
        "Τοκελάου"@el,
        "ISO 3166-1:TK"@en,
        "Tokelau"@en,
        "𐐓𐐬𐐿𐐯𐑊𐐵"@en-Dsrt,
        "Tokelau"@es,
        "Tokelau"@et,
        "Tokelau"@eu,
        "Tokeló"@ewo,
        "توکلائو"@fa,
        "Tokelaaw"@ff,
        "Tokelau"@fi,
        "Tokelau"@fil,
        "Tokelau"@fo,
        "Tokelau"@fr,
        "Tokelau"@fur,
        "Tócalá"@ga,
        "Tokelau"@gd,
        "Tokelau"@gl,
        "Tokelau"@gsw,
        "ટોકેલાઉ"@gu,
        "Tokelau"@guz,
        "Takelau"@ha,
        "טוקלאו"@he,
        "तोकेलाउ"@hi,
        "Tokelau"@hr,
        "Tokelau"@hu,
        "Tokelau"@ia,
        "Tokelau"@id,
        "Tókelá"@is,
        "Tokelau"@it,
        "トケラウ"@ja,
        "Tokelau"@jmc,
        "Ṭuklu"@kab,
        "Tokelau"@kam,
        "Tokelau"@kde,
        "Tokelau"@kea,
        "Tokelau"@khq,
        "Tokelau"@ki,
        "Tokelau"@kl,
        "Emetab Tokelau"@kln,
        "តូខេឡៅ"@km,
        "ಟೊಕೆಲಾವ್"@kn,
        "토켈라우"@ko,
        "توکیلاو"@ks,
        "Tokelau"@ksb,
        "tokǝlao"@ksf,
        "Tokelau"@ksh,
        "Tokeláau"@lag,
        "Tokelawu"@lg,
        "Tokelau"@ln,
        "ໂຕເກເລົາ"@lo,
        "Tokelau"@lt,
        "Tokelau"@lu,
        "Tokelau"@luo,
        "Tokelau"@luy,
        "Tokelau"@lv,
        "Tokelau"@mas,
        "Tokelau"@mer,
        "Tokelau"@mfe,
        "Tokelao"@mg,
        "Utokelau"@mgh,
        "Токелау"@mk,
        "ടൊകെലാവു"@ml,
        "तोकेलाउ"@mr,
        "Tokelaw"@mt,
        "Sǝr Tokelau"@mua,
        "Tokelau"@naq,
        "Tokelau"@nb,
        "Thokelawu"@nd,
        "तोगो"@ne,
        "Tokelau"@nl,
        "Tokelo"@nmg,
        "Tokelau"@nn,
        "Tokerawu"@nyn,
        "ଟୋକେଲାଉ"@or,
        "Tokelau"@pl,
        "Tokelau"@pt,
        "Tokelau"@rm,
        "Tokelawu"@rn,
        "Tokelau"@ro,
        "Tokelau"@rof,
        "Токелау"@ru,
        "Tokelau"@rwk,
        "Tokelau"@saq,
        "Tokelawu"@sbp,
        "Tokelau"@se,
        "Tokelau"@seh,
        "Tokelau"@ses,
        "Tokelau"@sg,
        "ⵟⵓⴽⵍⴰⵡ"@shi,
        "ṭuklaw"@shi-Latn,
        "ටොකලාවු"@si,
        "Tokelau"@sk,
        "Tokelau"@sl,
        "Tokelau"@sn,
        "Tokelau"@so,
        "Токелау"@sr,
        "Tokelau"@sr-Latn,
        "Tokelau"@sv,
        "Tokelau"@swc,
        "Tokelau"@swh,
        "டோகேலோ"@ta,
        "టోకేలావ్"@te,
        "Tokelau"@teo,
        "โตเกเลา"@th,
        "ቶክላው"@ti,
        "Tokelau"@to,
        "Tokelau"@tr,
        "Tokelau"@twq,
        "Tuklu"@tzm,
        "Токелау"@uk,
        "ٹوکیلاؤ"@ur,
        "ꕿꔞꖃ"@vai,
        "Tokelo"@vai-Latn,
        "Tokelau"@vi,
        "Tokelau"@vun,
        "Tokelau"@wae,
        "Tokelawu"@xog,
        "tokeló"@yav,
        "Orílẹ́ède Tokelau"@yo,
        "Tokelau"@zsm,
        "i-Tokelau"@zu ;
    lvont:label <http://lexvo.org/id/term/afr/Tokelau>,
        <http://lexvo.org/id/term/agq/Tuwkelaw%C3%B9>,
        <http://lexvo.org/id/term/aka/Tokelau>,
        <http://lexvo.org/id/term/amh/%E1%89%B6%E1%8A%AD%E1%88%8B%E1%8B%8D>,
        <http://lexvo.org/id/term/ara/%D8%AA%D9%88%D9%83%D9%8A%D9%84%D9%88>,
        <http://lexvo.org/id/term/asa/Tokelau>,
        <http://lexvo.org/id/term/ast/Tokel%C3%A1u>,
        <http://lexvo.org/id/term/aze/Tokelau>,
        <http://lexvo.org/id/term/bam/Tokelo>,
        <http://lexvo.org/id/term/bas/T%C3%B2k%C3%A8la%C3%B2>,
        <http://lexvo.org/id/term/bel/%D0%A2%D0%B0%D0%BA%D0%B5%D0%BB%D0%B0%D1%9E>,
        <http://lexvo.org/id/term/ben/%E0%A6%9F%E0%A7%8B%E0%A6%95%E0%A7%87%E0%A6%B2%E0%A6%BE%E0%A6%89>,
        <http://lexvo.org/id/term/bez/Hutokelau>,
        <http://lexvo.org/id/term/bos-Cyrl/%D0%A2%D0%BE%D0%BA%D0%B5%D0%BB%D0%B0%D1%83>,
        <http://lexvo.org/id/term/bos/Tokelau>,
        <http://lexvo.org/id/term/bre/Tokelau>,
        <http://lexvo.org/id/term/brx/%E0%A4%9F%E0%A5%8B%E0%A4%95%E0%A5%87%E0%A4%B2%E0%A5%8C>,
        <http://lexvo.org/id/term/bul/%D0%A2%D0%BE%D0%BA%D0%B5%D0%BB%D0%B0%D1%83>,
        <http://lexvo.org/id/term/cat/Tokelau>,
        <http://lexvo.org/id/term/ces/Tokelau>,
        <http://lexvo.org/id/term/cgg/Tokerawu>,
        <http://lexvo.org/id/term/cmn-Hant/%E6%89%98%E5%85%8B%E5%8B%9E%E7%BE%A4%E5%B3%B6>,
        <http://lexvo.org/id/term/cmn/%E6%89%98%E5%85%8B%E5%8A%B3>,
        <http://lexvo.org/id/term/cym/Tokelau>,
        <http://lexvo.org/id/term/dan/Tokelau>,
        <http://lexvo.org/id/term/dav/Tokelau>,
        <http://lexvo.org/id/term/deu/Tokelau>,
        <http://lexvo.org/id/term/dje/Tokelau>,
        <http://lexvo.org/id/term/dzo/%E0%BD%8F%E0%BD%BC%E0%BC%8B%E0%BD%80%E0%BD%BA%E0%BC%8B%E0%BD%A3%E0%BD%A0%E0%BD%B4%E0%BC%8B%20%E0%BD%98%E0%BD%9A%E0%BD%BC%E0%BC%8B%E0%BD%82%E0%BE%B3%E0%BD%B2%E0%BD%84>,
        <http://lexvo.org/id/term/ebu/Tokelau>,
        <http://lexvo.org/id/term/ell/%CE%A4%CE%BF%CE%BA%CE%B5%CE%BB%CE%AC%CE%BF%CF%85>,
        <http://lexvo.org/id/term/eng-Dsrt/%F0%90%90%93%F0%90%90%AC%F0%90%90%BF%F0%90%90%AF%F0%90%91%8A%F0%90%90%B5>,
        <http://lexvo.org/id/term/eng/ISO%203166-1%3ATK>,
        <http://lexvo.org/id/term/eng/Tokelau>,
        <http://lexvo.org/id/term/est/Tokelau>,
        <http://lexvo.org/id/term/eus/Tokelau>,
        <http://lexvo.org/id/term/ewe/Tokelau%20nutome>,
        <http://lexvo.org/id/term/ewo/Tokel%C3%B3>,
        <http://lexvo.org/id/term/fao/Tokelau>,
        <http://lexvo.org/id/term/fas/%D8%AA%D9%88%DA%A9%D9%84%D8%A7%D8%A6%D9%88>,
        <http://lexvo.org/id/term/fil/Tokelau>,
        <http://lexvo.org/id/term/fin/Tokelau>,
        <http://lexvo.org/id/term/fra/Tokelau>,
        <http://lexvo.org/id/term/ful/Tokelaaw>,
        <http://lexvo.org/id/term/fur/Tokelau>,
        <http://lexvo.org/id/term/gla/Tokelau>,
        <http://lexvo.org/id/term/gle/T%C3%B3cal%C3%A1>,
        <http://lexvo.org/id/term/glg/Tokelau>,
        <http://lexvo.org/id/term/gsw/Tokelau>,
        <http://lexvo.org/id/term/guj/%E0%AA%9F%E0%AB%8B%E0%AA%95%E0%AB%87%E0%AA%B2%E0%AA%BE%E0%AA%89>,
        <http://lexvo.org/id/term/guz/Tokelau>,
        <http://lexvo.org/id/term/hau/Takelau>,
        <http://lexvo.org/id/term/heb/%D7%98%D7%95%D7%A7%D7%9C%D7%90%D7%95>,
        <http://lexvo.org/id/term/hin/%E0%A4%A4%E0%A5%8B%E0%A4%95%E0%A5%87%E0%A4%B2%E0%A4%BE%E0%A4%89>,
        <http://lexvo.org/id/term/hrv/Tokelau>,
        <http://lexvo.org/id/term/hun/Tokelau>,
        <http://lexvo.org/id/term/ina/Tokelau>,
        <http://lexvo.org/id/term/ind/Tokelau>,
        <http://lexvo.org/id/term/isl/T%C3%B3kel%C3%A1>,
        <http://lexvo.org/id/term/ita/Tokelau>,
        <http://lexvo.org/id/term/jmc/Tokelau>,
        <http://lexvo.org/id/term/jpn/%E3%83%88%E3%82%B1%E3%83%A9%E3%82%A6>,
        <http://lexvo.org/id/term/kab/%E1%B9%ACuklu>,
        <http://lexvo.org/id/term/kal/Tokelau>,
        <http://lexvo.org/id/term/kam/Tokelau>,
        <http://lexvo.org/id/term/kan/%E0%B2%9F%E0%B3%8A%E0%B2%95%E0%B3%86%E0%B2%B2%E0%B2%BE%E0%B2%B5%E0%B3%8D>,
        <http://lexvo.org/id/term/kas/%D8%AA%D9%88%DA%A9%DB%8C%D9%84%D8%A7%D9%88>,
        <http://lexvo.org/id/term/kde/Tokelau>,
        <http://lexvo.org/id/term/kea/Tokelau>,
        <http://lexvo.org/id/term/khm/%E1%9E%8F%E1%9E%BC%E1%9E%81%E1%9F%81%E1%9E%A1%E1%9F%85>,
        <http://lexvo.org/id/term/khq/Tokelau>,
        <http://lexvo.org/id/term/kik/Tokelau>,
        <http://lexvo.org/id/term/kln/Emetab%20Tokelau>,
        <http://lexvo.org/id/term/kor/%ED%86%A0%EC%BC%88%EB%9D%BC%EC%9A%B0>,
        <http://lexvo.org/id/term/ksb/Tokelau>,
        <http://lexvo.org/id/term/ksf/tok%C7%9Dlao>,
        <http://lexvo.org/id/term/ksh/Tokelau>,
        <http://lexvo.org/id/term/lag/Tokel%C3%A1au>,
        <http://lexvo.org/id/term/lao/%E0%BB%82%E0%BA%95%E0%BB%80%E0%BA%81%E0%BB%80%E0%BA%A5%E0%BA%BB%E0%BA%B2>,
        <http://lexvo.org/id/term/lav/Tokelau>,
        <http://lexvo.org/id/term/lin/Tokelau>,
        <http://lexvo.org/id/term/lit/Tokelau>,
        <http://lexvo.org/id/term/lub/Tokelau>,
        <http://lexvo.org/id/term/lug/Tokelawu>,
        <http://lexvo.org/id/term/luo/Tokelau>,
        <http://lexvo.org/id/term/luy/Tokelau>,
        <http://lexvo.org/id/term/mal/%E0%B4%9F%E0%B5%8A%E0%B4%95%E0%B5%86%E0%B4%B2%E0%B4%BE%E0%B4%B5%E0%B5%81>,
        <http://lexvo.org/id/term/mar/%E0%A4%A4%E0%A5%8B%E0%A4%95%E0%A5%87%E0%A4%B2%E0%A4%BE%E0%A4%89>,
        <http://lexvo.org/id/term/mas/Tokelau>,
        <http://lexvo.org/id/term/mer/Tokelau>,
        <http://lexvo.org/id/term/mfe/Tokelau>,
        <http://lexvo.org/id/term/mgh/Utokelau>,
        <http://lexvo.org/id/term/mkd/%D0%A2%D0%BE%D0%BA%D0%B5%D0%BB%D0%B0%D1%83>,
        <http://lexvo.org/id/term/mlg/Tokelao>,
        <http://lexvo.org/id/term/mlt/Tokelaw>,
        <http://lexvo.org/id/term/mua/S%C7%9Dr%20Tokelau>,
        <http://lexvo.org/id/term/naq/Tokelau>,
        <http://lexvo.org/id/term/nde/Thokelawu>,
        <http://lexvo.org/id/term/nep/%E0%A4%A4%E0%A5%8B%E0%A4%97%E0%A5%8B>,
        <http://lexvo.org/id/term/nld/Tokelau>,
        <http://lexvo.org/id/term/nmg/Tokelo>,
        <http://lexvo.org/id/term/nno/Tokelau>,
        <http://lexvo.org/id/term/nob/Tokelau>,
        <http://lexvo.org/id/term/nyn/Tokerawu>,
        <http://lexvo.org/id/term/ori/%E0%AC%9F%E0%AD%8B%E0%AC%95%E0%AD%87%E0%AC%B2%E0%AC%BE%E0%AC%89>,
        <http://lexvo.org/id/term/pol/Tokelau>,
        <http://lexvo.org/id/term/por/Tokelau>,
        <http://lexvo.org/id/term/rof/Tokelau>,
        <http://lexvo.org/id/term/roh/Tokelau>,
        <http://lexvo.org/id/term/ron/Tokelau>,
        <http://lexvo.org/id/term/run/Tokelawu>,
        <http://lexvo.org/id/term/rus/%D0%A2%D0%BE%D0%BA%D0%B5%D0%BB%D0%B0%D1%83>,
        <http://lexvo.org/id/term/rwk/Tokelau>,
        <http://lexvo.org/id/term/sag/Tokelau>,
        <http://lexvo.org/id/term/saq/Tokelau>,
        <http://lexvo.org/id/term/sbp/Tokelawu>,
        <http://lexvo.org/id/term/seh/Tokelau>,
        <http://lexvo.org/id/term/ses/Tokelau>,
        <http://lexvo.org/id/term/shi-Latn/%E1%B9%ADuklaw>,
        <http://lexvo.org/id/term/shi/%E2%B5%9F%E2%B5%93%E2%B4%BD%E2%B5%8D%E2%B4%B0%E2%B5%A1>,
        <http://lexvo.org/id/term/sin/%E0%B6%A7%E0%B7%9C%E0%B6%9A%E0%B6%BD%E0%B7%8F%E0%B7%80%E0%B7%94>,
        <http://lexvo.org/id/term/slk/Tokelau>,
        <http://lexvo.org/id/term/slv/Tokelau>,
        <http://lexvo.org/id/term/sme/Tokelau>,
        <http://lexvo.org/id/term/sna/Tokelau>,
        <http://lexvo.org/id/term/som/Tokelau>,
        <http://lexvo.org/id/term/spa/Tokelau>,
        <http://lexvo.org/id/term/srp-Latn/Tokelau>,
        <http://lexvo.org/id/term/srp/%D0%A2%D0%BE%D0%BA%D0%B5%D0%BB%D0%B0%D1%83>,
        <http://lexvo.org/id/term/swc/Tokelau>,
        <http://lexvo.org/id/term/swe/Tokelau>,
        <http://lexvo.org/id/term/swh/Tokelau>,
        <http://lexvo.org/id/term/tam/%E0%AE%9F%E0%AF%8B%E0%AE%95%E0%AF%87%E0%AE%B2%E0%AF%8B>,
        <http://lexvo.org/id/term/tel/%E0%B0%9F%E0%B1%8B%E0%B0%95%E0%B1%87%E0%B0%B2%E0%B0%BE%E0%B0%B5%E0%B1%8D>,
        <http://lexvo.org/id/term/teo/Tokelau>,
        <http://lexvo.org/id/term/tha/%E0%B9%82%E0%B8%95%E0%B9%80%E0%B8%81%E0%B9%80%E0%B8%A5%E0%B8%B2>,
        <http://lexvo.org/id/term/tir/%E1%89%B6%E1%8A%AD%E1%88%8B%E1%8B%8D>,
        <http://lexvo.org/id/term/ton/Tokelau>,
        <http://lexvo.org/id/term/tur/Tokelau>,
        <http://lexvo.org/id/term/twq/Tokelau>,
        <http://lexvo.org/id/term/tzm/Tuklu>,
        <http://lexvo.org/id/term/ukr/%D0%A2%D0%BE%D0%BA%D0%B5%D0%BB%D0%B0%D1%83>,
        <http://lexvo.org/id/term/urd/%D9%B9%D9%88%DA%A9%DB%8C%D9%84%D8%A7%D8%A4>,
        <http://lexvo.org/id/term/vai-Latn/Tokelo>,
        <http://lexvo.org/id/term/vai/%EA%95%BF%EA%94%9E%EA%96%83>,
        <http://lexvo.org/id/term/vie/Tokelau>,
        <http://lexvo.org/id/term/vun/Tokelau>,
        <http://lexvo.org/id/term/wae/Tokelau>,
        <http://lexvo.org/id/term/xog/Tokelawu>,
        <http://lexvo.org/id/term/yav/tokel%C3%B3>,
        <http://lexvo.org/id/term/yor/Or%C3%ADl%E1%BA%B9%CC%81%C3%A8de%20Tokelau>,
        <http://lexvo.org/id/term/zsm/Tokelau>,
        <http://lexvo.org/id/term/zul/i-Tokelau> ;
    owl:sameAs <http://psi.oasis-open.org/iso/3166/#772>,
        <http://sws.geonames.org/4031074/> .

<http://lexvo.org/id/iso3166/TL> a lvont:GeographicRegion ;
    rdfs:label "Oos-Timor"@af,
        "Ês Taemò"@agq,
        "Timɔ Boka"@ak,
        "ምስራቅ ሌስት"@am,
        "ምስራቅ ቲሞር"@am,
        "تيمور الشرقية"@ar,
        "Timori ya Mashariki"@asa,
        "Timor Este"@ast,
        "Timor Oriental"@ast,
        "Şərq Timor"@az,
        "Tìmɔ̂r lìkòl"@bas,
        "Усходні Тымор"@be,
        "Hutimori ya Mashariki"@bez,
        "Източен Тимор"@bg,
        "Kɔrɔn Timɔr"@bm,
        "পূর্ব টিমোর"@bn,
        "পূর্ব-তিমুর"@bn,
        "Timor ar Reter"@br,
        "Timor-Leste"@br,
        "पूर्वी तिमोर"@brx,
        "Istočni Timor"@bs,
        "Timor Leste"@bs,
        "Источни Тимор"@bs-Cyrl,
        "ምስራቅ ቲሞር"@byn,
        "Timor Oriental"@ca,
        "Burugweizooba bwa Timori"@cgg,
        "东帝汶"@cmn,
        "東帝汶"@cmn-Hant,
        "Východní Timor"@cs,
        "Dwyrain Timor"@cy,
        "Timor-Leste"@cy,
        "Timor-Leste"@da,
        "Østtimor"@da,
        "Timori ya Mashariki"@dav,
        "Osttimor"@de,
        "Timoor hawsa"@dje,
        "ཏི་་མོར་ལེ་ཨེསཊ"@dz,
        "ཤར་ཕྱོགས་ཏི་་མོར"@dz,
        "Timori ya Mashariki"@ebu,
        "Timor-Leste nutome"@ee,
        "Ɣedzeƒe Timɔ nutome"@ee,
        "Ανατολικό Τιμόρ"@el,
        "Τιμόρ-Λέστε"@el,
        "East Timor"@en,
        "ISO 3166-1:TL"@en,
        "Timor-Leste"@en,
        "𐐀𐑅𐐻 𐐓𐐨𐑋𐐱𐑉"@en-Dsrt,
        "Timor Oriental"@es,
        "Ida-Timor"@et,
        "Ekialdeko Timor"@eu,
        "Timor ekialdea"@eu,
        "Timôr"@ewo,
        "تیمور شرقی"@fa,
        "تیمور لسته"@fa,
        "Timoor Fuɗnaange"@ff,
        "Itä-Timor"@fi,
        "Timor-Leste"@fi,
        "East Timor"@fil,
        "Timor-Leste"@fil,
        "Eystur-Timor"@fo,
        "Timor oriental"@fr,
        "Timor orientâl"@fur,
        "Tíomór Thoir"@ga,
        "Timor-Leste"@gd,
        "Tìomor an Ear"@gd,
        "Timor Leste"@gl,
        "Timor-Leste"@gl,
        "Oschttimor"@gsw,
        "પૂર્વ તિમોર"@gu,
        "Timori ya Mashariki"@guz,
        "Timor Ta Gabas"@ha,
        "מזרח טימור"@he,
        "पूर्वी तिमोर"@hi,
        "Istočni Timor"@hr,
        "Kelet-Timor"@hu,
        "Timor del Est"@ia,
        "Timor Leste"@id,
        "Austur-Tímor"@is,
        "Tímor-Leste"@is,
        "Timor Est"@it,
        "東ティモール"@ja,
        "Timori ya Mashariki"@jmc,
        "აღმოსავლეთი ტიმორი"@ka,
        "Tumur Asamar"@kab,
        "Timori ya Mashariki"@kam,
        "Timoli ya Mashaliki"@kde,
        "Timor Lesti"@kea,
        "Timoor hawsa"@khq,
        "Timori ya Mashariki"@ki,
        "Timor Kangilliit"@kl,
        "Emetab Timor nebo Murot tai"@kln,
        "ទីម័រ"@km,
        "ទីម័រ​ខាង​កើត"@km,
        "ಈಸ್ಟ್ ಟಿಮೋರ್"@kn,
        "ಪೂರ್ವ ತಿಮೋರ್"@kn,
        "동티모르"@ko,
        "مَشرِقی تایمور"@ks,
        "Timoli ya Mashaliki"@ksb,
        "timor anǝ á ɛst"@ksf,
        "Oß-Timor"@ksh,
        "Timóori yi Itʉʉmba"@lag,
        "Timowa"@lg,
        "Timor ya monyɛlɛ"@ln,
        "Timorɛ ya Moniɛlɛ"@ln,
        "ຕິມໍຕາເວັນອອກ"@lo,
        "ຕີມໍ ຕາເວັນອອກ"@lo,
        "Rytų Timoras"@lt,
        "Timoru wa diboku"@lu,
        "East Timor"@luo,
        "Timori ya Mashariki"@luy,
        "Austrumtimora"@lv,
        "Timori ya Mashariki"@mas,
        "Timori ya Isti"@mer,
        "Timor oriantal"@mfe,
        "Timor Atsinanana"@mg,
        "Utimo Mashariki"@mgh,
        "Источен Тимор"@mk,
        "Источен Тимор [Тимор Лесте]"@mk,
        "കിഴക്കൻ തിമൂർ"@ml,
        "കിഴക്കൻ തിമോർ"@ml,
        "पूर्व तिमोर"@mr,
        "Timor tal-Lvant"@mt,
        "Timoriya"@mua,
        "အရှေ့တီမော"@my,
        "East Timor"@naq,
        "Øst-Timor"@nb,
        "East Timor"@nd,
        "टिमोर-लेस्टे"@ne,
        "पृर्वी टीमोर"@ne,
        "Oost-Timor"@nl,
        "Timɔr tsindikēh"@nmg,
        "Aust-Timor"@nn,
        "Burugweizooba bwa Timori"@nyn,
        "ପୁର୍ବ ତିମୋର୍"@or,
        "Timor Wschodni"@pl,
        "Timor-Leste"@pt,
        "Timor da l'Ost"@rm,
        "Timoru y'iburasirazuba"@rn,
        "Timorul de Est"@ro,
        "Timori ya Mashariki"@rof,
        "Восточный Тимор"@ru,
        "Тимор-Лешти"@ru,
        "Timori ya Mashariki"@rwk,
        "Timori ya Mashariki"@saq,
        "Timoli ya kunena"@sbp,
        "Nuorta-Timor"@se,
        "Timor Leste"@seh,
        "Timoor hawsa"@ses,
        "Timôro tî Tö"@sg,
        "ⵜⵉⵎⵓⵔ ⵏ ⵍⵇⴱⵍⵜ"@shi,
        "timur n lqblt"@shi-Latn,
        "ටිමෝර් - ලෙස්ට්"@si,
        "නැඟෙනහිර ටිමෝරය"@si,
        "Východný Timor"@sk,
        "Vzhodni Timor"@sl,
        "East Timor"@sn,
        "Timorka bari"@so,
        "Источни Тимор"@sr,
        "Istočni Timor"@sr-Latn,
        "Östtimor"@sv,
        "Timori ya Mashariki"@swc,
        "Timori Mashariki"@swh,
        "Timori ya Mashariki"@swh,
        "கிழக்கு தைமூர்"@ta,
        "கிழக்கு தைமோர்"@ta,
        "టిమోర్-లెస్టె"@te,
        "తూర్పు టిమోర్"@te,
        "Timori ya Mashariki"@teo,
        "ติมอร์-เลสเต"@th,
        "ติมอร์ตะวันออก"@th,
        "ምስራቅ ቲሞር"@ti,
        "ምስራቅ ቲሞር"@tig,
        "Timoa Hahake"@to,
        "Doğu Timor"@tr,
        "Timor-Leste"@tr,
        "Timoor hawsa"@twq,
        "Timur Tagmuṭ"@tzm,
        "Східний Тімор"@uk,
        "Тімор-Лешті"@uk,
        "تیمور لیسٹ"@ur,
        "مشرقی تیمور"@ur,
        "ꔎꔒ ꗃ ꔳꗞꖻ"@vai,
        "Tele Ɓɔ́ Timɔɔ̃"@vai-Latn,
        "Timor-Leste"@vi,
        "Đông Ti-mo"@vi,
        "Timori ya Mashariki"@vun,
        "Ošttimor"@wae,
        "Wešttimor"@wae,
        "ምስራቅ ቲሞር"@wal,
        "Timowa"@xog,
        "timɔ́ɔl u nipálɛ́n"@yav,
        "Orílẹ́ède ÌlàOòrùn Tímọ̀"@yo,
        "Timor Timur"@zsm,
        "Timor-Leste"@zsm,
        "i-East Timor"@zu,
        "i-Timor-Leste"@zu ;
    lvont:label <http://lexvo.org/id/term/afr/Oos-Timor>,
        <http://lexvo.org/id/term/agq/%C3%8As%20Taem%C3%B2>,
        <http://lexvo.org/id/term/aka/Tim%C9%94%20Boka>,
        <http://lexvo.org/id/term/amh/%E1%88%9D%E1%88%B5%E1%88%AB%E1%89%85%20%E1%88%8C%E1%88%B5%E1%89%B5>,
        <http://lexvo.org/id/term/amh/%E1%88%9D%E1%88%B5%E1%88%AB%E1%89%85%20%E1%89%B2%E1%88%9E%E1%88%AD>,
        <http://lexvo.org/id/term/ara/%D8%AA%D9%8A%D9%85%D9%88%D8%B1%20%D8%A7%D9%84%D8%B4%D8%B1%D9%82%D9%8A%D8%A9>,
        <http://lexvo.org/id/term/asa/Timori%20ya%20Mashariki>,
        <http://lexvo.org/id/term/ast/Timor%20Este>,
        <http://lexvo.org/id/term/ast/Timor%20Oriental>,
        <http://lexvo.org/id/term/aze/%C5%9E%C9%99rq%20Timor>,
        <http://lexvo.org/id/term/bam/K%C9%94r%C9%94n%20Tim%C9%94r>,
        <http://lexvo.org/id/term/bas/T%C3%ACm%C9%94%CC%82r%20l%C3%ACk%C3%B2l>,
        <http://lexvo.org/id/term/bel/%D0%A3%D1%81%D1%85%D0%BE%D0%B4%D0%BD%D1%96%20%D0%A2%D1%8B%D0%BC%D0%BE%D1%80>,
        <http://lexvo.org/id/term/ben/%E0%A6%AA%E0%A7%82%E0%A6%B0%E0%A7%8D%E0%A6%AC%20%E0%A6%9F%E0%A6%BF%E0%A6%AE%E0%A7%8B%E0%A6%B0>,
        <http://lexvo.org/id/term/ben/%E0%A6%AA%E0%A7%82%E0%A6%B0%E0%A7%8D%E0%A6%AC-%E0%A6%A4%E0%A6%BF%E0%A6%AE%E0%A7%81%E0%A6%B0>,
        <http://lexvo.org/id/term/bez/Hutimori%20ya%20Mashariki>,
        <http://lexvo.org/id/term/bos-Cyrl/%D0%98%D1%81%D1%82%D0%BE%D1%87%D0%BD%D0%B8%20%D0%A2%D0%B8%D0%BC%D0%BE%D1%80>,
        <http://lexvo.org/id/term/bos/Isto%C4%8Dni%20Timor>,
        <http://lexvo.org/id/term/bos/Timor%20Leste>,
        <http://lexvo.org/id/term/bre/Timor%20ar%20Reter>,
        <http://lexvo.org/id/term/bre/Timor-Leste>,
        <http://lexvo.org/id/term/brx/%E0%A4%AA%E0%A5%82%E0%A4%B0%E0%A5%8D%E0%A4%B5%E0%A5%80%20%E0%A4%A4%E0%A4%BF%E0%A4%AE%E0%A5%8B%E0%A4%B0>,
        <http://lexvo.org/id/term/bul/%D0%98%D0%B7%D1%82%D0%BE%D1%87%D0%B5%D0%BD%20%D0%A2%D0%B8%D0%BC%D0%BE%D1%80>,
        <http://lexvo.org/id/term/byn/%E1%88%9D%E1%88%B5%E1%88%AB%E1%89%85%20%E1%89%B2%E1%88%9E%E1%88%AD>,
        <http://lexvo.org/id/term/cat/Timor%20Oriental>,
        <http://lexvo.org/id/term/ces/V%C3%BDchodn%C3%AD%20Timor>,
        <http://lexvo.org/id/term/cgg/Burugweizooba%20bwa%20Timori>,
        <http://lexvo.org/id/term/cmn-Hant/%E6%9D%B1%E5%B8%9D%E6%B1%B6>,
        <http://lexvo.org/id/term/cmn/%E4%B8%9C%E5%B8%9D%E6%B1%B6>,
        <http://lexvo.org/id/term/cym/Dwyrain%20Timor>,
        <http://lexvo.org/id/term/cym/Timor-Leste>,
        <http://lexvo.org/id/term/dan/%C3%98sttimor>,
        <http://lexvo.org/id/term/dan/Timor-Leste>,
        <http://lexvo.org/id/term/dav/Timori%20ya%20Mashariki>,
        <http://lexvo.org/id/term/deu/Osttimor>,
        <http://lexvo.org/id/term/dje/Timoor%20hawsa>,
        <http://lexvo.org/id/term/dzo/%E0%BD%8F%E0%BD%B2%E0%BC%8B%E0%BC%8B%E0%BD%98%E0%BD%BC%E0%BD%A2%E0%BC%8B%E0%BD%A3%E0%BD%BA%E0%BC%8B%E0%BD%A8%E0%BD%BA%E0%BD%A6%E0%BD%8A>,
        <http://lexvo.org/id/term/dzo/%E0%BD%A4%E0%BD%A2%E0%BC%8B%E0%BD%95%E0%BE%B1%E0%BD%BC%E0%BD%82%E0%BD%A6%E0%BC%8B%E0%BD%8F%E0%BD%B2%E0%BC%8B%E0%BC%8B%E0%BD%98%E0%BD%BC%E0%BD%A2>,
        <http://lexvo.org/id/term/ebu/Timori%20ya%20Mashariki>,
        <http://lexvo.org/id/term/ell/%CE%91%CE%BD%CE%B1%CF%84%CE%BF%CE%BB%CE%B9%CE%BA%CF%8C%20%CE%A4%CE%B9%CE%BC%CF%8C%CF%81>,
        <http://lexvo.org/id/term/ell/%CE%A4%CE%B9%CE%BC%CF%8C%CF%81-%CE%9B%CE%AD%CF%83%CF%84%CE%B5>,
        <http://lexvo.org/id/term/eng-Dsrt/%F0%90%90%80%F0%90%91%85%F0%90%90%BB%20%F0%90%90%93%F0%90%90%A8%F0%90%91%8B%F0%90%90%B1%F0%90%91%89>,
        <http://lexvo.org/id/term/eng/East%20Timor>,
        <http://lexvo.org/id/term/eng/ISO%203166-1%3ATL>,
        <http://lexvo.org/id/term/eng/Timor-Leste>,
        <http://lexvo.org/id/term/est/Ida-Timor>,
        <http://lexvo.org/id/term/eus/Ekialdeko%20Timor>,
        <http://lexvo.org/id/term/eus/Timor%20ekialdea>,
        <http://lexvo.org/id/term/ewe/%C6%94edze%C6%92e%20Tim%C9%94%20nutome>,
        <http://lexvo.org/id/term/ewe/Timor-Leste%20nutome>,
        <http://lexvo.org/id/term/ewo/Tim%C3%B4r>,
        <http://lexvo.org/id/term/fao/Eystur-Timor>,
        <http://lexvo.org/id/term/fas/%D8%AA%DB%8C%D9%85%D9%88%D8%B1%20%D8%B4%D8%B1%D9%82%DB%8C>,
        <http://lexvo.org/id/term/fas/%D8%AA%DB%8C%D9%85%D9%88%D8%B1%20%D9%84%D8%B3%D8%AA%D9%87>,
        <http://lexvo.org/id/term/fil/East%20Timor>,
        <http://lexvo.org/id/term/fil/Timor-Leste>,
        <http://lexvo.org/id/term/fin/It%C3%A4-Timor>,
        <http://lexvo.org/id/term/fin/Timor-Leste>,
        <http://lexvo.org/id/term/fra/Timor%20oriental>,
        <http://lexvo.org/id/term/ful/Timoor%20Fu%C9%97naange>,
        <http://lexvo.org/id/term/fur/Timor%20orient%C3%A2l>,
        <http://lexvo.org/id/term/gla/T%C3%AComor%20an%20Ear>,
        <http://lexvo.org/id/term/gla/Timor-Leste>,
        <http://lexvo.org/id/term/gle/T%C3%ADom%C3%B3r%20Thoir>,
        <http://lexvo.org/id/term/glg/Timor%20Leste>,
        <http://lexvo.org/id/term/glg/Timor-Leste>,
        <http://lexvo.org/id/term/gsw/Oschttimor>,
        <http://lexvo.org/id/term/guj/%E0%AA%AA%E0%AB%82%E0%AA%B0%E0%AB%8D%E0%AA%B5%20%E0%AA%A4%E0%AA%BF%E0%AA%AE%E0%AB%8B%E0%AA%B0>,
        <http://lexvo.org/id/term/guz/Timori%20ya%20Mashariki>,
        <http://lexvo.org/id/term/hau/Timor%20Ta%20Gabas>,
        <http://lexvo.org/id/term/heb/%D7%9E%D7%96%D7%A8%D7%97%20%D7%98%D7%99%D7%9E%D7%95%D7%A8>,
        <http://lexvo.org/id/term/hin/%E0%A4%AA%E0%A5%82%E0%A4%B0%E0%A5%8D%E0%A4%B5%E0%A5%80%20%E0%A4%A4%E0%A4%BF%E0%A4%AE%E0%A5%8B%E0%A4%B0>,
        <http://lexvo.org/id/term/hrv/Isto%C4%8Dni%20Timor>,
        <http://lexvo.org/id/term/hun/Kelet-Timor>,
        <http://lexvo.org/id/term/ina/Timor%20del%20Est>,
        <http://lexvo.org/id/term/ind/Timor%20Leste>,
        <http://lexvo.org/id/term/isl/Austur-T%C3%ADmor>,
        <http://lexvo.org/id/term/isl/T%C3%ADmor-Leste>,
        <http://lexvo.org/id/term/ita/Timor%20Est>,
        <http://lexvo.org/id/term/jmc/Timori%20ya%20Mashariki>,
        <http://lexvo.org/id/term/jpn/%E6%9D%B1%E3%83%86%E3%82%A3%E3%83%A2%E3%83%BC%E3%83%AB>,
        <http://lexvo.org/id/term/kab/Tumur%20Asamar>,
        <http://lexvo.org/id/term/kal/Timor%20Kangilliit>,
        <http://lexvo.org/id/term/kam/Timori%20ya%20Mashariki>,
        <http://lexvo.org/id/term/kan/%E0%B2%88%E0%B2%B8%E0%B3%8D%E0%B2%9F%E0%B3%8D%20%E0%B2%9F%E0%B2%BF%E0%B2%AE%E0%B3%8B%E0%B2%B0%E0%B3%8D>,
        <http://lexvo.org/id/term/kan/%E0%B2%AA%E0%B3%82%E0%B2%B0%E0%B3%8D%E0%B2%B5%20%E0%B2%A4%E0%B2%BF%E0%B2%AE%E0%B3%8B%E0%B2%B0%E0%B3%8D>,
        <http://lexvo.org/id/term/kas/%D9%85%D9%8E%D8%B4%D8%B1%D9%90%D9%82%DB%8C%20%D8%AA%D8%A7%DB%8C%D9%85%D9%88%D8%B1>,
        <http://lexvo.org/id/term/kat/%E1%83%90%E1%83%A6%E1%83%9B%E1%83%9D%E1%83%A1%E1%83%90%E1%83%95%E1%83%9A%E1%83%94%E1%83%97%E1%83%98%20%E1%83%A2%E1%83%98%E1%83%9B%E1%83%9D%E1%83%A0%E1%83%98>,
        <http://lexvo.org/id/term/kde/Timoli%20ya%20Mashaliki>,
        <http://lexvo.org/id/term/kea/Timor%20Lesti>,
        <http://lexvo.org/id/term/khm/%E1%9E%91%E1%9E%B8%E1%9E%98%E1%9F%90%E1%9E%9A>,
        <http://lexvo.org/id/term/khm/%E1%9E%91%E1%9E%B8%E1%9E%98%E1%9F%90%E1%9E%9A%E2%80%8B%E1%9E%81%E1%9E%B6%E1%9E%84%E2%80%8B%E1%9E%80%E1%9E%BE%E1%9E%8F>,
        <http://lexvo.org/id/term/khq/Timoor%20hawsa>,
        <http://lexvo.org/id/term/kik/Timori%20ya%20Mashariki>,
        <http://lexvo.org/id/term/kln/Emetab%20Timor%20nebo%20Murot%20tai>,
        <http://lexvo.org/id/term/kor/%EB%8F%99%ED%8B%B0%EB%AA%A8%EB%A5%B4>,
        <http://lexvo.org/id/term/ksb/Timoli%20ya%20Mashaliki>,
        <http://lexvo.org/id/term/ksf/timor%20an%C7%9D%20%C3%A1%20%C9%9Bst>,
        <http://lexvo.org/id/term/ksh/O%C3%9F-Timor>,
        <http://lexvo.org/id/term/lag/Tim%C3%B3ori%20yi%20It%CA%89%CA%89mba>,
        <http://lexvo.org/id/term/lao/%E0%BA%95%E0%BA%B4%E0%BA%A1%E0%BB%8D%E0%BA%95%E0%BA%B2%E0%BB%80%E0%BA%A7%E0%BA%B1%E0%BA%99%E0%BA%AD%E0%BA%AD%E0%BA%81>,
        <http://lexvo.org/id/term/lao/%E0%BA%95%E0%BA%B5%E0%BA%A1%E0%BB%8D%20%E0%BA%95%E0%BA%B2%E0%BB%80%E0%BA%A7%E0%BA%B1%E0%BA%99%E0%BA%AD%E0%BA%AD%E0%BA%81>,
        <http://lexvo.org/id/term/lav/Austrumtimora>,
        <http://lexvo.org/id/term/lin/Timor%20ya%20mony%C9%9Bl%C9%9B>,
        <http://lexvo.org/id/term/lin/Timor%C9%9B%20ya%20Moni%C9%9Bl%C9%9B>,
        <http://lexvo.org/id/term/lit/Ryt%C5%B3%20Timoras>,
        <http://lexvo.org/id/term/lub/Timoru%20wa%20diboku>,
        <http://lexvo.org/id/term/lug/Timowa>,
        <http://lexvo.org/id/term/luo/East%20Timor>,
        <http://lexvo.org/id/term/luy/Timori%20ya%20Mashariki>,
        <http://lexvo.org/id/term/mal/%E0%B4%95%E0%B4%BF%E0%B4%B4%E0%B4%95%E0%B5%8D%E0%B4%95%E0%B5%BB%20%E0%B4%A4%E0%B4%BF%E0%B4%AE%E0%B5%82%E0%B5%BC>,
        <http://lexvo.org/id/term/mal/%E0%B4%95%E0%B4%BF%E0%B4%B4%E0%B4%95%E0%B5%8D%E0%B4%95%E0%B5%BB%20%E0%B4%A4%E0%B4%BF%E0%B4%AE%E0%B5%8B%E0%B5%BC>,
        <http://lexvo.org/id/term/mar/%E0%A4%AA%E0%A5%82%E0%A4%B0%E0%A5%8D%E0%A4%B5%20%E0%A4%A4%E0%A4%BF%E0%A4%AE%E0%A5%8B%E0%A4%B0>,
        <http://lexvo.org/id/term/mas/Timori%20ya%20Mashariki>,
        <http://lexvo.org/id/term/mer/Timori%20ya%20Isti>,
        <http://lexvo.org/id/term/mfe/Timor%20oriantal>,
        <http://lexvo.org/id/term/mgh/Utimo%20Mashariki>,
        <http://lexvo.org/id/term/mkd/%D0%98%D1%81%D1%82%D0%BE%D1%87%D0%B5%D0%BD%20%D0%A2%D0%B8%D0%BC%D0%BE%D1%80>,
        <http://lexvo.org/id/term/mkd/%D0%98%D1%81%D1%82%D0%BE%D1%87%D0%B5%D0%BD%20%D0%A2%D0%B8%D0%BC%D0%BE%D1%80%20%5B%D0%A2%D0%B8%D0%BC%D0%BE%D1%80%20%D0%9B%D0%B5%D1%81%D1%82%D0%B5%5D>,
        <http://lexvo.org/id/term/mlg/Timor%20Atsinanana>,
        <http://lexvo.org/id/term/mlt/Timor%20tal-Lvant>,
        <http://lexvo.org/id/term/mua/Timoriya>,
        <http://lexvo.org/id/term/mya/%E1%80%A1%E1%80%9B%E1%80%BE%E1%80%B1%E1%80%B7%E1%80%90%E1%80%AE%E1%80%99%E1%80%B1%E1%80%AC>,
        <http://lexvo.org/id/term/naq/East%20Timor>,
        <http://lexvo.org/id/term/nde/East%20Timor>,
        <http://lexvo.org/id/term/nep/%E0%A4%9F%E0%A4%BF%E0%A4%AE%E0%A5%8B%E0%A4%B0-%E0%A4%B2%E0%A5%87%E0%A4%B8%E0%A5%8D%E0%A4%9F%E0%A5%87>,
        <http://lexvo.org/id/term/nep/%E0%A4%AA%E0%A5%83%E0%A4%B0%E0%A5%8D%E0%A4%B5%E0%A5%80%20%E0%A4%9F%E0%A5%80%E0%A4%AE%E0%A5%8B%E0%A4%B0>,
        <http://lexvo.org/id/term/nld/Oost-Timor>,
        <http://lexvo.org/id/term/nmg/Tim%C9%94r%20tsindik%C4%93h>,
        <http://lexvo.org/id/term/nno/Aust-Timor>,
        <http://lexvo.org/id/term/nob/%C3%98st-Timor>,
        <http://lexvo.org/id/term/nyn/Burugweizooba%20bwa%20Timori>,
        <http://lexvo.org/id/term/ori/%E0%AC%AA%E0%AD%81%E0%AC%B0%E0%AD%8D%E0%AC%AC%20%E0%AC%A4%E0%AC%BF%E0%AC%AE%E0%AD%8B%E0%AC%B0%E0%AD%8D>,
        <http://lexvo.org/id/term/pol/Timor%20Wschodni>,
        <http://lexvo.org/id/term/por/Timor-Leste>,
        <http://lexvo.org/id/term/rof/Timori%20ya%20Mashariki>,
        <http://lexvo.org/id/term/roh/Timor%20da%20l'Ost>,
        <http://lexvo.org/id/term/ron/Timorul%20de%20Est>,
        <http://lexvo.org/id/term/run/Timoru%20y'iburasirazuba>,
        <http://lexvo.org/id/term/rus/%D0%92%D0%BE%D1%81%D1%82%D0%BE%D1%87%D0%BD%D1%8B%D0%B9%20%D0%A2%D0%B8%D0%BC%D0%BE%D1%80>,
        <http://lexvo.org/id/term/rus/%D0%A2%D0%B8%D0%BC%D0%BE%D1%80-%D0%9B%D0%B5%D1%88%D1%82%D0%B8>,
        <http://lexvo.org/id/term/rwk/Timori%20ya%20Mashariki>,
        <http://lexvo.org/id/term/sag/Tim%C3%B4ro%20t%C3%AE%20T%C3%B6>,
        <http://lexvo.org/id/term/saq/Timori%20ya%20Mashariki>,
        <http://lexvo.org/id/term/sbp/Timoli%20ya%20kunena>,
        <http://lexvo.org/id/term/seh/Timor%20Leste>,
        <http://lexvo.org/id/term/ses/Timoor%20hawsa>,
        <http://lexvo.org/id/term/shi-Latn/timur%20n%20lqblt>,
        <http://lexvo.org/id/term/shi/%E2%B5%9C%E2%B5%89%E2%B5%8E%E2%B5%93%E2%B5%94%20%E2%B5%8F%20%E2%B5%8D%E2%B5%87%E2%B4%B1%E2%B5%8D%E2%B5%9C>,
        <http://lexvo.org/id/term/sin/%E0%B6%A7%E0%B7%92%E0%B6%B8%E0%B7%9D%E0%B6%BB%E0%B7%8A%20-%20%E0%B6%BD%E0%B7%99%E0%B7%83%E0%B7%8A%E0%B6%A7%E0%B7%8A>,
        <http://lexvo.org/id/term/sin/%E0%B6%B1%E0%B7%90%E0%B6%9F%E0%B7%99%E0%B6%B1%E0%B7%84%E0%B7%92%E0%B6%BB%20%E0%B6%A7%E0%B7%92%E0%B6%B8%E0%B7%9D%E0%B6%BB%E0%B6%BA>,
        <http://lexvo.org/id/term/slk/V%C3%BDchodn%C3%BD%20Timor>,
        <http://lexvo.org/id/term/slv/Vzhodni%20Timor>,
        <http://lexvo.org/id/term/sme/Nuorta-Timor>,
        <http://lexvo.org/id/term/sna/East%20Timor>,
        <http://lexvo.org/id/term/som/Timorka%20bari>,
        <http://lexvo.org/id/term/spa/Timor%20Oriental>,
        <http://lexvo.org/id/term/srp-Latn/Isto%C4%8Dni%20Timor>,
        <http://lexvo.org/id/term/srp/%D0%98%D1%81%D1%82%D0%BE%D1%87%D0%BD%D0%B8%20%D0%A2%D0%B8%D0%BC%D0%BE%D1%80>,
        <http://lexvo.org/id/term/swc/Timori%20ya%20Mashariki>,
        <http://lexvo.org/id/term/swe/%C3%96sttimor>,
        <http://lexvo.org/id/term/swh/Timori%20Mashariki>,
        <http://lexvo.org/id/term/swh/Timori%20ya%20Mashariki>,
        <http://lexvo.org/id/term/tam/%E0%AE%95%E0%AE%BF%E0%AE%B4%E0%AE%95%E0%AF%8D%E0%AE%95%E0%AF%81%20%E0%AE%A4%E0%AF%88%E0%AE%AE%E0%AF%82%E0%AE%B0%E0%AF%8D>,
        <http://lexvo.org/id/term/tam/%E0%AE%95%E0%AE%BF%E0%AE%B4%E0%AE%95%E0%AF%8D%E0%AE%95%E0%AF%81%20%E0%AE%A4%E0%AF%88%E0%AE%AE%E0%AF%8B%E0%AE%B0%E0%AF%8D>,
        <http://lexvo.org/id/term/tel/%E0%B0%9F%E0%B0%BF%E0%B0%AE%E0%B1%8B%E0%B0%B0%E0%B1%8D-%E0%B0%B2%E0%B1%86%E0%B0%B8%E0%B1%8D%E0%B0%9F%E0%B1%86>,
        <http://lexvo.org/id/term/tel/%E0%B0%A4%E0%B1%82%E0%B0%B0%E0%B1%8D%E0%B0%AA%E0%B1%81%20%E0%B0%9F%E0%B0%BF%E0%B0%AE%E0%B1%8B%E0%B0%B0%E0%B1%8D>,
        <http://lexvo.org/id/term/teo/Timori%20ya%20Mashariki>,
        <http://lexvo.org/id/term/tha/%E0%B8%95%E0%B8%B4%E0%B8%A1%E0%B8%AD%E0%B8%A3%E0%B9%8C%E0%B8%95%E0%B8%B0%E0%B8%A7%E0%B8%B1%E0%B8%99%E0%B8%AD%E0%B8%AD%E0%B8%81>,
        <http://lexvo.org/id/term/tha/%E0%B8%95%E0%B8%B4%E0%B8%A1%E0%B8%AD%E0%B8%A3%E0%B9%8C-%E0%B9%80%E0%B8%A5%E0%B8%AA%E0%B9%80%E0%B8%95>,
        <http://lexvo.org/id/term/tig/%E1%88%9D%E1%88%B5%E1%88%AB%E1%89%85%20%E1%89%B2%E1%88%9E%E1%88%AD>,
        <http://lexvo.org/id/term/tir/%E1%88%9D%E1%88%B5%E1%88%AB%E1%89%85%20%E1%89%B2%E1%88%9E%E1%88%AD>,
        <http://lexvo.org/id/term/ton/Timoa%20Hahake>,
        <http://lexvo.org/id/term/tur/Do%C4%9Fu%20Timor>,
        <http://lexvo.org/id/term/tur/Timor-Leste>,
        <http://lexvo.org/id/term/twq/Timoor%20hawsa>,
        <http://lexvo.org/id/term/tzm/Timur%20Tagmu%E1%B9%AD>,
        <http://lexvo.org/id/term/ukr/%D0%A1%D1%85%D1%96%D0%B4%D0%BD%D0%B8%D0%B9%20%D0%A2%D1%96%D0%BC%D0%BE%D1%80>,
        <http://lexvo.org/id/term/ukr/%D0%A2%D1%96%D0%BC%D0%BE%D1%80-%D0%9B%D0%B5%D1%88%D1%82%D1%96>,
        <http://lexvo.org/id/term/urd/%D8%AA%DB%8C%D9%85%D9%88%D8%B1%20%D9%84%DB%8C%D8%B3%D9%B9>,
        <http://lexvo.org/id/term/urd/%D9%85%D8%B4%D8%B1%D9%82%DB%8C%20%D8%AA%DB%8C%D9%85%D9%88%D8%B1>,
        <http://lexvo.org/id/term/vai-Latn/Tele%20%C6%81%C9%94%CC%81%20Tim%C9%94%C9%94%CC%83>,
        <http://lexvo.org/id/term/vai/%EA%94%8E%EA%94%92%20%EA%97%83%20%EA%94%B3%EA%97%9E%EA%96%BB>,
        <http://lexvo.org/id/term/vie/%C4%90%C3%B4ng%20Ti-mo>,
        <http://lexvo.org/id/term/vie/Timor-Leste>,
        <http://lexvo.org/id/term/vun/Timori%20ya%20Mashariki>,
        <http://lexvo.org/id/term/wae/O%C5%A1ttimor>,
        <http://lexvo.org/id/term/wae/We%C5%A1ttimor>,
        <http://lexvo.org/id/term/wal/%E1%88%9D%E1%88%B5%E1%88%AB%E1%89%85%20%E1%89%B2%E1%88%9E%E1%88%AD>,
        <http://lexvo.org/id/term/xog/Timowa>,
        <http://lexvo.org/id/term/yav/tim%C9%94%CC%81%C9%94l%20u%20nip%C3%A1l%C9%9B%CC%81n>,
        <http://lexvo.org/id/term/yor/Or%C3%ADl%E1%BA%B9%CC%81%C3%A8de%20%C3%8Cl%C3%A0O%C3%B2r%C3%B9n%20T%C3%ADm%E1%BB%8D%CC%80>,
        <http://lexvo.org/id/term/zsm/Timor%20Timur>,
        <http://lexvo.org/id/term/zsm/Timor-Leste>,
        <http://lexvo.org/id/term/zul/i-East%20Timor>,
        <http://lexvo.org/id/term/zul/i-Timor-Leste> ;
    owl:sameAs <http://psi.oasis-open.org/iso/3166/#626>,
        <http://sws.geonames.org/1966436/> .

<http://lexvo.org/id/iso3166/TM> a lvont:GeographicRegion ;
    rdfs:label "Turkmenië"@af,
        "Tekɨmènèsɨ̀tân"@agq,
        "Tɛkmɛnistan"@ak,
        "ቱርክሜኒስታን"@am,
        "تركمانستان"@ar,
        "Turukimenithtani"@asa,
        "Turkmenistán"@ast,
        "Türkmənistan"@az,
        "Tùrgmènìstân"@bas,
        "Туркменістан"@be,
        "Huuturukimenistani"@bez,
        "Туркменистан"@bg,
        "Turikimenisitani"@bm,
        "তুর্কমেনিয়া"@bn,
        "Turkmenistan"@br,
        "तुर्कमेनीस्तान"@brx,
        "Turkmenistan"@bs,
        "Туркменистан"@bs-Cyrl,
        "Turkmenistan"@ca,
        "Turukimenisitani"@cgg,
        "土库曼斯坦"@cmn,
        "土庫曼"@cmn-Hant,
        "Turkmenistán"@cs,
        "Tyrcmenistan"@cy,
        "Turkmenistan"@da,
        "Turukimenistani"@dav,
        "Turkmenistan"@de,
        "Turkmenistaŋ"@dje,
        "ཊཱརཀ་མེནའི་སཏཱན"@dz,
        "Turukimenistani"@ebu,
        "Tɛkmenistan nutome"@ee,
        "Τουρκμενιστάν"@el,
        "ISO 3166-1:TM"@en,
        "Turkmenistan"@en,
        "𐐓𐐲𐑉𐐿𐑋𐐯𐑌𐐲𐑅𐐻𐐰𐑌"@en-Dsrt,
        "Turkmenujo"@eo,
        "Turkmenistán"@es,
        "Türkmenistan"@et,
        "Turkmenistan"@eu,
        "Turəkəmənisətáŋ"@ewo,
        "ترکمنستان"@fa,
        "Turkmenistaan"@ff,
        "Turkmenistan"@fi,
        "Turkmenistan"@fil,
        "Turkmenistan"@fo,
        "Turkménistan"@fr,
        "Turkmenistan"@fur,
        "An Tuircméanastáin"@ga,
        "Turcmanastàn"@gd,
        "Turkmenistán"@gl,
        "Turkmeenischtan"@gsw,
        "તુર્ક્મનિસ્તાન"@gu,
        "Turukimenistani"@guz,
        "Turkumenistan"@ha,
        "טורקמניסטן"@he,
        "तुर्कमेनिस्तान"@hi,
        "Turkmenistan"@hr,
        "Türkmenisztán"@hu,
        "Թուրքմենստան"@hy,
        "Turkmenistan"@ia,
        "Turkimenistan"@id,
        "Túrkmenistan"@is,
        "Turkmenistan"@it,
        "トルクメニスタン"@ja,
        "Turukimenistani"@jmc,
        "თურქმენეთი"@ka,
        "Ṭurkmanistan"@kab,
        "Turukimenistani"@kam,
        "Tuluchimenistani"@kde,
        "Turkumenistãu"@kea,
        "Turkmenistaŋ"@khq,
        "Turukimenistani"@ki,
        "Turkmenistani"@kl,
        "Emetab Turkmenistan"@kln,
        "ទួគមេនីស្តង់"@km,
        "ತುರ್ಕಮೆನಿಸ್ಥಾನ್"@kn,
        "투르크메니스탄"@ko,
        "تُرمِنِستان"@ks,
        "Tulukimenistani"@ksb,
        "tirkmɛnistaŋ"@ksf,
        "Turkmenistahn"@ksh,
        "Uturukimenisitáani"@lag,
        "Takimenesitaani"@lg,
        "Tikɛménisitá"@ln,
        "ເຕຣີກເມນິສະຖານ"@lo,
        "Turkmėnistanas"@lt,
        "Tukemenisita"@lu,
        "Turkmenistan"@luo,
        "Turukimenistani"@luy,
        "Turkmenistāna"@lv,
        "Turukimenistani"@mas,
        "Tukumenistani"@mer,
        "Turkmenistan"@mfe,
        "Torkmenistan"@mg,
        "Uturukimenistani"@mgh,
        "Туркменистан"@mk,
        "തുർക്ക്മെനിസ്ഥാൻ"@ml,
        "तुर्कमेनिस्तान"@mr,
        "Turkmenistan"@mt,
        "Turkmenistaŋ"@mua,
        "Turkmenistan"@naq,
        "Turkmenistan"@nb,
        "Turkmenistan"@nd,
        "तुर्कमेनिस्तान"@ne,
        "Turkmenistan"@nl,
        "Turkmɛnistaŋ"@nmg,
        "Turkmenistan"@nn,
        "Turukimenisitani"@nyn,
        "ତୁର୍କମେନିସ୍ତାନ୍"@or,
        "Turkmenistan"@pl,
        "Turcomenistão"@pt,
        "Turquemenistão"@pt,
        "Turkmenistan"@rm,
        "Turukumenisitani"@rn,
        "Turkmenistan"@ro,
        "Turukimenistani"@rof,
        "Туркменистан"@ru,
        "Turukimenistani"@rwk,
        "Turukimenistani"@saq,
        "Tulukimenisitani"@sbp,
        "Turkmenistan"@se,
        "Turcomenistão"@seh,
        "Turkmenistaŋ"@ses,
        "Turkumenistäan"@sg,
        "ⵜⵓⵔⴽⵎⴰⵏⵙⵜⴰⵏ"@shi,
        "turkmanstan"@shi-Latn,
        "තුර්ක්මෙනිස්ථානය"@si,
        "Turkménsko"@sk,
        "Turkmenistan"@sl,
        "Turkmenistan"@sn,
        "Turkmenistan"@so,
        "Туркменистан"@sr,
        "Turkmenistan"@sr-Latn,
        "Turkmenistan"@sv,
        "Turukimenistani"@swc,
        "Turukimenistani"@swh,
        "துர்க்மெனிஸ்தான்"@ta,
        "తుర్కమెస్తాన్"@te,
        "Turukimenistani"@teo,
        "เติร์กเมนิสถาน"@th,
        "ቱርክሜኒስታን"@ti,
        "Tekimenisiteni"@to,
        "Türkmenistan"@tr,
        "Turkmenistaŋ"@twq,
        "Turkmanistan"@tzm,
        "Туркменистан"@uk,
        "ترکمانستان"@ur,
        "ꗋꖺꕃꕮꕇꔻꕚꘋ"@vai,
        "Tukimɛnisitaŋ"@vai-Latn,
        "Turkmenistan"@vi,
        "Turukimenistani"@vun,
        "Turkmeništan"@wae,
        "Takimenesitaani"@xog,
        "tulukmenisitáaŋ"@yav,
        "Orílẹ́ède Tọọkimenisita"@yo,
        "Turkmenistan"@zsm,
        "i-Turkmenistan"@zu ;
    lvont:label <http://lexvo.org/id/term/afr/Turkmeni%C3%AB>,
        <http://lexvo.org/id/term/agq/Tek%C9%A8m%C3%A8n%C3%A8s%C9%A8%CC%80t%C3%A2n>,
        <http://lexvo.org/id/term/aka/T%C9%9Bkm%C9%9Bnistan>,
        <http://lexvo.org/id/term/amh/%E1%89%B1%E1%88%AD%E1%8A%AD%E1%88%9C%E1%8A%92%E1%88%B5%E1%89%B3%E1%8A%95>,
        <http://lexvo.org/id/term/ara/%D8%AA%D8%B1%D9%83%D9%85%D8%A7%D9%86%D8%B3%D8%AA%D8%A7%D9%86>,
        <http://lexvo.org/id/term/asa/Turukimenithtani>,
        <http://lexvo.org/id/term/ast/Turkmenist%C3%A1n>,
        <http://lexvo.org/id/term/aze/T%C3%BCrkm%C9%99nistan>,
        <http://lexvo.org/id/term/bam/Turikimenisitani>,
        <http://lexvo.org/id/term/bas/T%C3%B9rgm%C3%A8n%C3%ACst%C3%A2n>,
        <http://lexvo.org/id/term/bel/%D0%A2%D1%83%D1%80%D0%BA%D0%BC%D0%B5%D0%BD%D1%96%D1%81%D1%82%D0%B0%D0%BD>,
        <http://lexvo.org/id/term/ben/%E0%A6%A4%E0%A7%81%E0%A6%B0%E0%A7%8D%E0%A6%95%E0%A6%AE%E0%A7%87%E0%A6%A8%E0%A6%BF%E0%A6%AF%E0%A6%BC%E0%A6%BE>,
        <http://lexvo.org/id/term/bez/Huuturukimenistani>,
        <http://lexvo.org/id/term/bos-Cyrl/%D0%A2%D1%83%D1%80%D0%BA%D0%BC%D0%B5%D0%BD%D0%B8%D1%81%D1%82%D0%B0%D0%BD>,
        <http://lexvo.org/id/term/bos/Turkmenistan>,
        <http://lexvo.org/id/term/bre/Turkmenistan>,
        <http://lexvo.org/id/term/brx/%E0%A4%A4%E0%A5%81%E0%A4%B0%E0%A5%8D%E0%A4%95%E0%A4%AE%E0%A5%87%E0%A4%A8%E0%A5%80%E0%A4%B8%E0%A5%8D%E0%A4%A4%E0%A4%BE%E0%A4%A8>,
        <http://lexvo.org/id/term/bul/%D0%A2%D1%83%D1%80%D0%BA%D0%BC%D0%B5%D0%BD%D0%B8%D1%81%D1%82%D0%B0%D0%BD>,
        <http://lexvo.org/id/term/cat/Turkmenistan>,
        <http://lexvo.org/id/term/ces/Turkmenist%C3%A1n>,
        <http://lexvo.org/id/term/cgg/Turukimenisitani>,
        <http://lexvo.org/id/term/cmn-Hant/%E5%9C%9F%E5%BA%AB%E6%9B%BC>,
        <http://lexvo.org/id/term/cmn/%E5%9C%9F%E5%BA%93%E6%9B%BC%E6%96%AF%E5%9D%A6>,
        <http://lexvo.org/id/term/cym/Tyrcmenistan>,
        <http://lexvo.org/id/term/dan/Turkmenistan>,
        <http://lexvo.org/id/term/dav/Turukimenistani>,
        <http://lexvo.org/id/term/deu/Turkmenistan>,
        <http://lexvo.org/id/term/dje/Turkmenista%C5%8B>,
        <http://lexvo.org/id/term/dzo/%E0%BD%8A%E0%BD%B1%E0%BD%A2%E0%BD%80%E0%BC%8B%E0%BD%98%E0%BD%BA%E0%BD%93%E0%BD%A0%E0%BD%B2%E0%BC%8B%E0%BD%A6%E0%BD%8F%E0%BD%B1%E0%BD%93>,
        <http://lexvo.org/id/term/ebu/Turukimenistani>,
        <http://lexvo.org/id/term/ell/%CE%A4%CE%BF%CF%85%CF%81%CE%BA%CE%BC%CE%B5%CE%BD%CE%B9%CF%83%CF%84%CE%AC%CE%BD>,
        <http://lexvo.org/id/term/eng-Dsrt/%F0%90%90%93%F0%90%90%B2%F0%90%91%89%F0%90%90%BF%F0%90%91%8B%F0%90%90%AF%F0%90%91%8C%F0%90%90%B2%F0%90%91%85%F0%90%90%BB%F0%90%90%B0%F0%90%91%8C>,
        <http://lexvo.org/id/term/eng/ISO%203166-1%3ATM>,
        <http://lexvo.org/id/term/eng/Turkmenistan>,
        <http://lexvo.org/id/term/epo/Turkmenujo>,
        <http://lexvo.org/id/term/est/T%C3%BCrkmenistan>,
        <http://lexvo.org/id/term/eus/Turkmenistan>,
        <http://lexvo.org/id/term/ewe/T%C9%9Bkmenistan%20nutome>,
        <http://lexvo.org/id/term/ewo/Tur%C9%99k%C9%99m%C9%99nis%C9%99t%C3%A1%C5%8B>,
        <http://lexvo.org/id/term/fao/Turkmenistan>,
        <http://lexvo.org/id/term/fas/%D8%AA%D8%B1%DA%A9%D9%85%D9%86%D8%B3%D8%AA%D8%A7%D9%86>,
        <http://lexvo.org/id/term/fil/Turkmenistan>,
        <http://lexvo.org/id/term/fin/Turkmenistan>,
        <http://lexvo.org/id/term/fra/Turkm%C3%A9nistan>,
        <http://lexvo.org/id/term/ful/Turkmenistaan>,
        <http://lexvo.org/id/term/fur/Turkmenistan>,
        <http://lexvo.org/id/term/gla/Turcmanast%C3%A0n>,
        <http://lexvo.org/id/term/gle/An%20Tuircm%C3%A9anast%C3%A1in>,
        <http://lexvo.org/id/term/glg/Turkmenist%C3%A1n>,
        <http://lexvo.org/id/term/gsw/Turkmeenischtan>,
        <http://lexvo.org/id/term/guj/%E0%AA%A4%E0%AB%81%E0%AA%B0%E0%AB%8D%E0%AA%95%E0%AB%8D%E0%AA%AE%E0%AA%A8%E0%AA%BF%E0%AA%B8%E0%AB%8D%E0%AA%A4%E0%AA%BE%E0%AA%A8>,
        <http://lexvo.org/id/term/guz/Turukimenistani>,
        <http://lexvo.org/id/term/hau/Turkumenistan>,
        <http://lexvo.org/id/term/heb/%D7%98%D7%95%D7%A8%D7%A7%D7%9E%D7%A0%D7%99%D7%A1%D7%98%D7%9F>,
        <http://lexvo.org/id/term/hin/%E0%A4%A4%E0%A5%81%E0%A4%B0%E0%A5%8D%E0%A4%95%E0%A4%AE%E0%A5%87%E0%A4%A8%E0%A4%BF%E0%A4%B8%E0%A5%8D%E0%A4%A4%E0%A4%BE%E0%A4%A8>,
        <http://lexvo.org/id/term/hrv/Turkmenistan>,
        <http://lexvo.org/id/term/hun/T%C3%BCrkmeniszt%C3%A1n>,
        <http://lexvo.org/id/term/hye/%D4%B9%D5%B8%D6%82%D6%80%D6%84%D5%B4%D5%A5%D5%B6%D5%BD%D5%BF%D5%A1%D5%B6>,
        <http://lexvo.org/id/term/ina/Turkmenistan>,
        <http://lexvo.org/id/term/ind/Turkimenistan>,
        <http://lexvo.org/id/term/isl/T%C3%BArkmenistan>,
        <http://lexvo.org/id/term/ita/Turkmenistan>,
        <http://lexvo.org/id/term/jmc/Turukimenistani>,
        <http://lexvo.org/id/term/jpn/%E3%83%88%E3%83%AB%E3%82%AF%E3%83%A1%E3%83%8B%E3%82%B9%E3%82%BF%E3%83%B3>,
        <http://lexvo.org/id/term/kab/%E1%B9%ACurkmanistan>,
        <http://lexvo.org/id/term/kal/Turkmenistani>,
        <http://lexvo.org/id/term/kam/Turukimenistani>,
        <http://lexvo.org/id/term/kan/%E0%B2%A4%E0%B3%81%E0%B2%B0%E0%B3%8D%E0%B2%95%E0%B2%AE%E0%B3%86%E0%B2%A8%E0%B2%BF%E0%B2%B8%E0%B3%8D%E0%B2%A5%E0%B2%BE%E0%B2%A8%E0%B3%8D>,
        <http://lexvo.org/id/term/kas/%D8%AA%D9%8F%D8%B1%D9%85%D9%90%D9%86%D9%90%D8%B3%D8%AA%D8%A7%D9%86>,
        <http://lexvo.org/id/term/kat/%E1%83%97%E1%83%A3%E1%83%A0%E1%83%A5%E1%83%9B%E1%83%94%E1%83%9C%E1%83%94%E1%83%97%E1%83%98>,
        <http://lexvo.org/id/term/kde/Tuluchimenistani>,
        <http://lexvo.org/id/term/kea/Turkumenist%C3%A3u>,
        <http://lexvo.org/id/term/khm/%E1%9E%91%E1%9E%BD%E1%9E%82%E1%9E%98%E1%9F%81%E1%9E%93%E1%9E%B8%E1%9E%9F%E1%9F%92%E1%9E%8F%E1%9E%84%E1%9F%8B>,
        <http://lexvo.org/id/term/khq/Turkmenista%C5%8B>,
        <http://lexvo.org/id/term/kik/Turukimenistani>,
        <http://lexvo.org/id/term/kln/Emetab%20Turkmenistan>,
        <http://lexvo.org/id/term/kor/%ED%88%AC%EB%A5%B4%ED%81%AC%EB%A9%94%EB%8B%88%EC%8A%A4%ED%83%84>,
        <http://lexvo.org/id/term/ksb/Tulukimenistani>,
        <http://lexvo.org/id/term/ksf/tirkm%C9%9Bnista%C5%8B>,
        <http://lexvo.org/id/term/ksh/Turkmenistahn>,
        <http://lexvo.org/id/term/lag/Uturukimenisit%C3%A1ani>,
        <http://lexvo.org/id/term/lao/%E0%BB%80%E0%BA%95%E0%BA%A3%E0%BA%B5%E0%BA%81%E0%BB%80%E0%BA%A1%E0%BA%99%E0%BA%B4%E0%BA%AA%E0%BA%B0%E0%BA%96%E0%BA%B2%E0%BA%99>,
        <http://lexvo.org/id/term/lav/Turkmenist%C4%81na>,
        <http://lexvo.org/id/term/lin/Tik%C9%9Bm%C3%A9nisit%C3%A1>,
        <http://lexvo.org/id/term/lit/Turkm%C4%97nistanas>,
        <http://lexvo.org/id/term/lub/Tukemenisita>,
        <http://lexvo.org/id/term/lug/Takimenesitaani>,
        <http://lexvo.org/id/term/luo/Turkmenistan>,
        <http://lexvo.org/id/term/luy/Turukimenistani>,
        <http://lexvo.org/id/term/mal/%E0%B4%A4%E0%B5%81%E0%B5%BC%E0%B4%95%E0%B5%8D%E0%B4%95%E0%B5%8D%E0%B4%AE%E0%B5%86%E0%B4%A8%E0%B4%BF%E0%B4%B8%E0%B5%8D%E0%B4%A5%E0%B4%BE%E0%B5%BB>,
        <http://lexvo.org/id/term/mar/%E0%A4%A4%E0%A5%81%E0%A4%B0%E0%A5%8D%E0%A4%95%E0%A4%AE%E0%A5%87%E0%A4%A8%E0%A4%BF%E0%A4%B8%E0%A5%8D%E0%A4%A4%E0%A4%BE%E0%A4%A8>,
        <http://lexvo.org/id/term/mas/Turukimenistani>,
        <http://lexvo.org/id/term/mer/Tukumenistani>,
        <http://lexvo.org/id/term/mfe/Turkmenistan>,
        <http://lexvo.org/id/term/mgh/Uturukimenistani>,
        <http://lexvo.org/id/term/mkd/%D0%A2%D1%83%D1%80%D0%BA%D0%BC%D0%B5%D0%BD%D0%B8%D1%81%D1%82%D0%B0%D0%BD>,
        <http://lexvo.org/id/term/mlg/Torkmenistan>,
        <http://lexvo.org/id/term/mlt/Turkmenistan>,
        <http://lexvo.org/id/term/mua/Turkmenista%C5%8B>,
        <http://lexvo.org/id/term/naq/Turkmenistan>,
        <http://lexvo.org/id/term/nde/Turkmenistan>,
        <http://lexvo.org/id/term/nep/%E0%A4%A4%E0%A5%81%E0%A4%B0%E0%A5%8D%E0%A4%95%E0%A4%AE%E0%A5%87%E0%A4%A8%E0%A4%BF%E0%A4%B8%E0%A5%8D%E0%A4%A4%E0%A4%BE%E0%A4%A8>,
        <http://lexvo.org/id/term/nld/Turkmenistan>,
        <http://lexvo.org/id/term/nmg/Turkm%C9%9Bnista%C5%8B>,
        <http://lexvo.org/id/term/nno/Turkmenistan>,
        <http://lexvo.org/id/term/nob/Turkmenistan>,
        <http://lexvo.org/id/term/nyn/Turukimenisitani>,
        <http://lexvo.org/id/term/ori/%E0%AC%A4%E0%AD%81%E0%AC%B0%E0%AD%8D%E0%AC%95%E0%AC%AE%E0%AD%87%E0%AC%A8%E0%AC%BF%E0%AC%B8%E0%AD%8D%E0%AC%A4%E0%AC%BE%E0%AC%A8%E0%AD%8D>,
        <http://lexvo.org/id/term/pol/Turkmenistan>,
        <http://lexvo.org/id/term/por/Turcomenist%C3%A3o>,
        <http://lexvo.org/id/term/por/Turquemenist%C3%A3o>,
        <http://lexvo.org/id/term/rof/Turukimenistani>,
        <http://lexvo.org/id/term/roh/Turkmenistan>,
        <http://lexvo.org/id/term/ron/Turkmenistan>,
        <http://lexvo.org/id/term/run/Turukumenisitani>,
        <http://lexvo.org/id/term/rus/%D0%A2%D1%83%D1%80%D0%BA%D0%BC%D0%B5%D0%BD%D0%B8%D1%81%D1%82%D0%B0%D0%BD>,
        <http://lexvo.org/id/term/rwk/Turukimenistani>,
        <http://lexvo.org/id/term/sag/Turkumenist%C3%A4an>,
        <http://lexvo.org/id/term/saq/Turukimenistani>,
        <http://lexvo.org/id/term/sbp/Tulukimenisitani>,
        <http://lexvo.org/id/term/seh/Turcomenist%C3%A3o>,
        <http://lexvo.org/id/term/ses/Turkmenista%C5%8B>,
        <http://lexvo.org/id/term/shi-Latn/turkmanstan>,
        <http://lexvo.org/id/term/shi/%E2%B5%9C%E2%B5%93%E2%B5%94%E2%B4%BD%E2%B5%8E%E2%B4%B0%E2%B5%8F%E2%B5%99%E2%B5%9C%E2%B4%B0%E2%B5%8F>,
        <http://lexvo.org/id/term/sin/%E0%B6%AD%E0%B7%94%E0%B6%BB%E0%B7%8A%E0%B6%9A%E0%B7%8A%E0%B6%B8%E0%B7%99%E0%B6%B1%E0%B7%92%E0%B7%83%E0%B7%8A%E0%B6%AE%E0%B7%8F%E0%B6%B1%E0%B6%BA>,
        <http://lexvo.org/id/term/slk/Turkm%C3%A9nsko>,
        <http://lexvo.org/id/term/slv/Turkmenistan>,
        <http://lexvo.org/id/term/sme/Turkmenistan>,
        <http://lexvo.org/id/term/sna/Turkmenistan>,
        <http://lexvo.org/id/term/som/Turkmenistan>,
        <http://lexvo.org/id/term/spa/Turkmenist%C3%A1n>,
        <http://lexvo.org/id/term/srp-Latn/Turkmenistan>,
        <http://lexvo.org/id/term/srp/%D0%A2%D1%83%D1%80%D0%BA%D0%BC%D0%B5%D0%BD%D0%B8%D1%81%D1%82%D0%B0%D0%BD>,
        <http://lexvo.org/id/term/swc/Turukimenistani>,
        <http://lexvo.org/id/term/swe/Turkmenistan>,
        <http://lexvo.org/id/term/swh/Turukimenistani>,
        <http://lexvo.org/id/term/tam/%E0%AE%A4%E0%AF%81%E0%AE%B0%E0%AF%8D%E0%AE%95%E0%AF%8D%E0%AE%AE%E0%AF%86%E0%AE%A9%E0%AE%BF%E0%AE%B8%E0%AF%8D%E0%AE%A4%E0%AE%BE%E0%AE%A9%E0%AF%8D>,
        <http://lexvo.org/id/term/tel/%E0%B0%A4%E0%B1%81%E0%B0%B0%E0%B1%8D%E0%B0%95%E0%B0%AE%E0%B1%86%E0%B0%B8%E0%B1%8D%E0%B0%A4%E0%B0%BE%E0%B0%A8%E0%B1%8D>,
        <http://lexvo.org/id/term/teo/Turukimenistani>,
        <http://lexvo.org/id/term/tha/%E0%B9%80%E0%B8%95%E0%B8%B4%E0%B8%A3%E0%B9%8C%E0%B8%81%E0%B9%80%E0%B8%A1%E0%B8%99%E0%B8%B4%E0%B8%AA%E0%B8%96%E0%B8%B2%E0%B8%99>,
        <http://lexvo.org/id/term/tir/%E1%89%B1%E1%88%AD%E1%8A%AD%E1%88%9C%E1%8A%92%E1%88%B5%E1%89%B3%E1%8A%95>,
        <http://lexvo.org/id/term/ton/Tekimenisiteni>,
        <http://lexvo.org/id/term/tur/T%C3%BCrkmenistan>,
        <http://lexvo.org/id/term/twq/Turkmenista%C5%8B>,
        <http://lexvo.org/id/term/tzm/Turkmanistan>,
        <http://lexvo.org/id/term/ukr/%D0%A2%D1%83%D1%80%D0%BA%D0%BC%D0%B5%D0%BD%D0%B8%D1%81%D1%82%D0%B0%D0%BD>,
        <http://lexvo.org/id/term/urd/%D8%AA%D8%B1%DA%A9%D9%85%D8%A7%D9%86%D8%B3%D8%AA%D8%A7%D9%86>,
        <http://lexvo.org/id/term/vai-Latn/Tukim%C9%9Bnisita%C5%8B>,
        <http://lexvo.org/id/term/vai/%EA%97%8B%EA%96%BA%EA%95%83%EA%95%AE%EA%95%87%EA%94%BB%EA%95%9A%EA%98%8B>,
        <http://lexvo.org/id/term/vie/Turkmenistan>,
        <http://lexvo.org/id/term/vun/Turukimenistani>,
        <http://lexvo.org/id/term/wae/Turkmeni%C5%A1tan>,
        <http://lexvo.org/id/term/xog/Takimenesitaani>,
        <http://lexvo.org/id/term/yav/tulukmenisit%C3%A1a%C5%8B>,
        <http://lexvo.org/id/term/yor/Or%C3%ADl%E1%BA%B9%CC%81%C3%A8de%20T%E1%BB%8D%E1%BB%8Dkimenisita>,
        <http://lexvo.org/id/term/zsm/Turkmenistan>,
        <http://lexvo.org/id/term/zul/i-Turkmenistan> ;
    owl:sameAs <http://psi.oasis-open.org/iso/3166/#795>,
        <http://sws.geonames.org/1218197/> .

<http://lexvo.org/id/iso3166/TN> a lvont:GeographicRegion ;
    rdfs:label "Tunisië"@af,
        "Tùneshìa"@agq,
        "Tunihyia"@ak,
        "ቱኒዚያ"@am,
        "تونس"@ar,
        "Tunithia"@asa,
        "Tunicia"@ast,
        "Tunisiya"@az,
        "Tùnisìà"@bas,
        "Туніс"@be,
        "Hutunisia"@bez,
        "Тунис"@bg,
        "Tunizi"@bm,
        "টিউনিস্"@bn,
        "Tunizia"@br,
        "त्युनिशिया"@brx,
        "Tunis"@bs,
        "Тунис"@bs-Cyrl,
        "ቱኒዚያ"@byn,
        "Tunísia"@ca,
        "Tunizia"@cgg,
        "突尼西亞"@cmn,
        "突尼西亞"@cmn-Hant,
        "Tunisko"@cs,
        "Tiwnisia"@cy,
        "Tunesien"@da,
        "Tunisia"@dav,
        "Tunesien"@de,
        "Tunizi"@dje,
        "ཊུ་ནི་ཤི་ཡ"@dz,
        "Tunisia"@ebu,
        "Tunisia nutome"@ee,
        "Τυνησία"@el,
        "ISO 3166-1:TN"@en,
        "Tunisia"@en,
        "Tunizio"@eo,
        "Túnez"@es,
        "Tuneesia"@et,
        "Tunisia"@eu,
        "Tunisí"@ewo,
        "تونس"@fa,
        "Tunisii"@ff,
        "Tunisia"@fi,
        "Tunisia"@fil,
        "Tunesia"@fo,
        "Tunisie"@fr,
        "Tunisie"@fur,
        "An Túinéis"@ga,
        "Tuinisea"@gd,
        "Tunisia"@gl,
        "Tuneesie"@gsw,
        "ટ્યુનિશિયા"@gu,
        "Tunisia"@guz,
        "Tunisiya"@ha,
        "תוניסיה"@he,
        "तुनिशिया"@hi,
        "Tunis"@hr,
        "Tunézia"@hu,
        "Թունիս"@hy,
        "Tunisia"@ia,
        "Tunisia"@id,
        "Túnis"@is,
        "Tunisia"@it,
        "チュニジア"@ja,
        "Tunizî"@jgo,
        "Tunisia"@jmc,
        "ტუნისი"@ka,
        "Tunes"@kab,
        "Tunisia"@kam,
        "Tunisia"@kde,
        "Tunizia"@kea,
        "Tunizi"@khq,
        "Tunisia"@ki,
        "Tunisia"@kl,
        "Emetab Tunisia"@kln,
        "ទុយនេស៊ី"@km,
        "ಟುನಿಶಿಯಾ"@kn,
        "튀니지"@ko,
        "ٹونیشِیا"@ks,
        "Tunisia"@ksb,
        "tunɛsí"@ksf,
        "Tuneesije"@ksh,
        "Tunísia"@lag,
        "Tunisya"@lg,
        "Tinizi"@ln,
        "ຕູນິເຊຍ"@lo,
        "Tunisas"@lt,
        "Tinizi"@lu,
        "Tunisia"@luo,
        "Tunisia"@luy,
        "Tunisija"@lv,
        "Tunisia"@mas,
        "Tunisia"@mer,
        "Tinizi"@mfe,
        "Tonizia"@mg,
        "Utunisia"@mgh,
        "Тунис"@mk,
        "ടുണീഷ്യ"@ml,
        "ट्यूनिशिया"@mr,
        "Tuneż"@mt,
        "Tunisiya"@mua,
        "တူနီးရှား"@my,
        "Tunisiab"@naq,
        "Tunisia"@nb,
        "Tunisiya"@nd,
        "टुनिसिया"@ne,
        "Tunesië"@nl,
        "Tunisiá"@nmg,
        "Tunisia"@nn,
        "Tunizia"@nyn,
        "ତୁନିସିଆ"@or,
        "Tunezja"@pl,
        "Tunísia"@pt,
        "Tunesia"@rm,
        "Tuniziya"@rn,
        "Tunisia"@ro,
        "Tunisia"@rof,
        "Тунис"@ru,
        "Tunisia"@rwk,
        "Tunisia"@saq,
        "Tunisiya"@sbp,
        "Tunisia"@se,
        "Tunísia"@seh,
        "Tunizi"@ses,
        "Tunizïi"@sg,
        "ⵜⵓⵏⵙ"@shi,
        "tuns"@shi-Latn,
        "ටියුනීසියාව"@si,
        "Tunisko"@sk,
        "Tunizija"@sl,
        "Tunisia"@sn,
        "Tuniisiya"@so,
        "Tunisi"@sq,
        "Тунис"@sr,
        "Tunis"@sr-Latn,
        "Tunisien"@sv,
        "Tunisia"@swc,
        "Tunisia"@swh,
        "டுனிசியா"@ta,
        "ట్యునీషియా"@te,
        "Tunisia"@teo,
        "ตูนิเซีย"@th,
        "ቱኒዚያ"@ti,
        "ቱኒዚያ"@tig,
        "Tunīsia"@to,
        "Tunus"@tr,
        "Tunizi"@twq,
        "Tunes"@tzm,
        "Туніс"@uk,
        "تیونیسیا"@ur,
        "ꖤꕇꔻꕩ"@vai,
        "Tunisiya"@vai-Latn,
        "Tuy-ni-di"@vi,
        "Tunisia"@vun,
        "Tunesie"@wae,
        "ቱኒዚያ"@wal,
        "Tunisya"@xog,
        "tunusí"@yav,
        "Orílẹ́ède Tuniṣia"@yo,
        "Tunisia"@zsm,
        "i-Tunisia"@zu ;
    lvont:label <http://lexvo.org/id/term/afr/Tunisi%C3%AB>,
        <http://lexvo.org/id/term/agq/T%C3%B9nesh%C3%ACa>,
        <http://lexvo.org/id/term/aka/Tunihyia>,
        <http://lexvo.org/id/term/amh/%E1%89%B1%E1%8A%92%E1%8B%9A%E1%8B%AB>,
        <http://lexvo.org/id/term/ara/%D8%AA%D9%88%D9%86%D8%B3>,
        <http://lexvo.org/id/term/asa/Tunithia>,
        <http://lexvo.org/id/term/ast/Tunicia>,
        <http://lexvo.org/id/term/aze/Tunisiya>,
        <http://lexvo.org/id/term/bam/Tunizi>,
        <http://lexvo.org/id/term/bas/T%C3%B9nis%C3%AC%C3%A0>,
        <http://lexvo.org/id/term/bel/%D0%A2%D1%83%D0%BD%D1%96%D1%81>,
        <http://lexvo.org/id/term/ben/%E0%A6%9F%E0%A6%BF%E0%A6%89%E0%A6%A8%E0%A6%BF%E0%A6%B8%E0%A7%8D>,
        <http://lexvo.org/id/term/bez/Hutunisia>,
        <http://lexvo.org/id/term/bos-Cyrl/%D0%A2%D1%83%D0%BD%D0%B8%D1%81>,
        <http://lexvo.org/id/term/bos/Tunis>,
        <http://lexvo.org/id/term/bre/Tunizia>,
        <http://lexvo.org/id/term/brx/%E0%A4%A4%E0%A5%8D%E0%A4%AF%E0%A5%81%E0%A4%A8%E0%A4%BF%E0%A4%B6%E0%A4%BF%E0%A4%AF%E0%A4%BE>,
        <http://lexvo.org/id/term/bul/%D0%A2%D1%83%D0%BD%D0%B8%D1%81>,
        <http://lexvo.org/id/term/byn/%E1%89%B1%E1%8A%92%E1%8B%9A%E1%8B%AB>,
        <http://lexvo.org/id/term/cat/Tun%C3%ADsia>,
        <http://lexvo.org/id/term/ces/Tunisko>,
        <http://lexvo.org/id/term/cgg/Tunizia>,
        <http://lexvo.org/id/term/cmn-Hant/%E7%AA%81%E5%B0%BC%E8%A5%BF%E4%BA%9E>,
        <http://lexvo.org/id/term/cmn/%E7%AA%81%E5%B0%BC%E8%A5%BF%E4%BA%9E>,
        <http://lexvo.org/id/term/cym/Tiwnisia>,
        <http://lexvo.org/id/term/dan/Tunesien>,
        <http://lexvo.org/id/term/dav/Tunisia>,
        <http://lexvo.org/id/term/deu/Tunesien>,
        <http://lexvo.org/id/term/dje/Tunizi>,
        <http://lexvo.org/id/term/dzo/%E0%BD%8A%E0%BD%B4%E0%BC%8B%E0%BD%93%E0%BD%B2%E0%BC%8B%E0%BD%A4%E0%BD%B2%E0%BC%8B%E0%BD%A1>,
        <http://lexvo.org/id/term/ebu/Tunisia>,
        <http://lexvo.org/id/term/ell/%CE%A4%CF%85%CE%BD%CE%B7%CF%83%CE%AF%CE%B1>,
        <http://lexvo.org/id/term/eng/ISO%203166-1%3ATN>,
        <http://lexvo.org/id/term/eng/Tunisia>,
        <http://lexvo.org/id/term/epo/Tunizio>,
        <http://lexvo.org/id/term/est/Tuneesia>,
        <http://lexvo.org/id/term/eus/Tunisia>,
        <http://lexvo.org/id/term/ewe/Tunisia%20nutome>,
        <http://lexvo.org/id/term/ewo/Tunis%C3%AD>,
        <http://lexvo.org/id/term/fao/Tunesia>,
        <http://lexvo.org/id/term/fas/%D8%AA%D9%88%D9%86%D8%B3>,
        <http://lexvo.org/id/term/fil/Tunisia>,
        <http://lexvo.org/id/term/fin/Tunisia>,
        <http://lexvo.org/id/term/fra/Tunisie>,
        <http://lexvo.org/id/term/ful/Tunisii>,
        <http://lexvo.org/id/term/fur/Tunisie>,
        <http://lexvo.org/id/term/gla/Tuinisea>,
        <http://lexvo.org/id/term/gle/An%20T%C3%BAin%C3%A9is>,
        <http://lexvo.org/id/term/glg/Tunisia>,
        <http://lexvo.org/id/term/gsw/Tuneesie>,
        <http://lexvo.org/id/term/guj/%E0%AA%9F%E0%AB%8D%E0%AA%AF%E0%AB%81%E0%AA%A8%E0%AA%BF%E0%AA%B6%E0%AA%BF%E0%AA%AF%E0%AA%BE>,
        <http://lexvo.org/id/term/guz/Tunisia>,
        <http://lexvo.org/id/term/hau/Tunisiya>,
        <http://lexvo.org/id/term/heb/%D7%AA%D7%95%D7%A0%D7%99%D7%A1%D7%99%D7%94>,
        <http://lexvo.org/id/term/hin/%E0%A4%A4%E0%A5%81%E0%A4%A8%E0%A4%BF%E0%A4%B6%E0%A4%BF%E0%A4%AF%E0%A4%BE>,
        <http://lexvo.org/id/term/hrv/Tunis>,
        <http://lexvo.org/id/term/hun/Tun%C3%A9zia>,
        <http://lexvo.org/id/term/hye/%D4%B9%D5%B8%D6%82%D5%B6%D5%AB%D5%BD>,
        <http://lexvo.org/id/term/ina/Tunisia>,
        <http://lexvo.org/id/term/ind/Tunisia>,
        <http://lexvo.org/id/term/isl/T%C3%BAnis>,
        <http://lexvo.org/id/term/ita/Tunisia>,
        <http://lexvo.org/id/term/jgo/Tuniz%C3%AE>,
        <http://lexvo.org/id/term/jmc/Tunisia>,
        <http://lexvo.org/id/term/jpn/%E3%83%81%E3%83%A5%E3%83%8B%E3%82%B8%E3%82%A2>,
        <http://lexvo.org/id/term/kab/Tunes>,
        <http://lexvo.org/id/term/kal/Tunisia>,
        <http://lexvo.org/id/term/kam/Tunisia>,
        <http://lexvo.org/id/term/kan/%E0%B2%9F%E0%B3%81%E0%B2%A8%E0%B2%BF%E0%B2%B6%E0%B2%BF%E0%B2%AF%E0%B2%BE>,
        <http://lexvo.org/id/term/kas/%D9%B9%D9%88%D9%86%DB%8C%D8%B4%D9%90%DB%8C%D8%A7>,
        <http://lexvo.org/id/term/kat/%E1%83%A2%E1%83%A3%E1%83%9C%E1%83%98%E1%83%A1%E1%83%98>,
        <http://lexvo.org/id/term/kde/Tunisia>,
        <http://lexvo.org/id/term/kea/Tunizia>,
        <http://lexvo.org/id/term/khm/%E1%9E%91%E1%9E%BB%E1%9E%99%E1%9E%93%E1%9F%81%E1%9E%9F%E1%9F%8A%E1%9E%B8>,
        <http://lexvo.org/id/term/khq/Tunizi>,
        <http://lexvo.org/id/term/kik/Tunisia>,
        <http://lexvo.org/id/term/kln/Emetab%20Tunisia>,
        <http://lexvo.org/id/term/kor/%ED%8A%80%EB%8B%88%EC%A7%80>,
        <http://lexvo.org/id/term/ksb/Tunisia>,
        <http://lexvo.org/id/term/ksf/tun%C9%9Bs%C3%AD>,
        <http://lexvo.org/id/term/ksh/Tuneesije>,
        <http://lexvo.org/id/term/lag/Tun%C3%ADsia>,
        <http://lexvo.org/id/term/lao/%E0%BA%95%E0%BA%B9%E0%BA%99%E0%BA%B4%E0%BB%80%E0%BA%8A%E0%BA%8D>,
        <http://lexvo.org/id/term/lav/Tunisija>,
        <http://lexvo.org/id/term/lin/Tinizi>,
        <http://lexvo.org/id/term/lit/Tunisas>,
        <http://lexvo.org/id/term/lub/Tinizi>,
        <http://lexvo.org/id/term/lug/Tunisya>,
        <http://lexvo.org/id/term/luo/Tunisia>,
        <http://lexvo.org/id/term/luy/Tunisia>,
        <http://lexvo.org/id/term/mal/%E0%B4%9F%E0%B5%81%E0%B4%A3%E0%B5%80%E0%B4%B7%E0%B5%8D%E0%B4%AF>,
        <http://lexvo.org/id/term/mar/%E0%A4%9F%E0%A5%8D%E0%A4%AF%E0%A5%82%E0%A4%A8%E0%A4%BF%E0%A4%B6%E0%A4%BF%E0%A4%AF%E0%A4%BE>,
        <http://lexvo.org/id/term/mas/Tunisia>,
        <http://lexvo.org/id/term/mer/Tunisia>,
        <http://lexvo.org/id/term/mfe/Tinizi>,
        <http://lexvo.org/id/term/mgh/Utunisia>,
        <http://lexvo.org/id/term/mkd/%D0%A2%D1%83%D0%BD%D0%B8%D1%81>,
        <http://lexvo.org/id/term/mlg/Tonizia>,
        <http://lexvo.org/id/term/mlt/Tune%C5%BC>,
        <http://lexvo.org/id/term/mua/Tunisiya>,
        <http://lexvo.org/id/term/mya/%E1%80%90%E1%80%B0%E1%80%94%E1%80%AE%E1%80%B8%E1%80%9B%E1%80%BE%E1%80%AC%E1%80%B8>,
        <http://lexvo.org/id/term/naq/Tunisiab>,
        <http://lexvo.org/id/term/nde/Tunisiya>,
        <http://lexvo.org/id/term/nep/%E0%A4%9F%E0%A5%81%E0%A4%A8%E0%A4%BF%E0%A4%B8%E0%A4%BF%E0%A4%AF%E0%A4%BE>,
        <http://lexvo.org/id/term/nld/Tunesi%C3%AB>,
        <http://lexvo.org/id/term/nmg/Tunisi%C3%A1>,
        <http://lexvo.org/id/term/nno/Tunisia>,
        <http://lexvo.org/id/term/nob/Tunisia>,
        <http://lexvo.org/id/term/nyn/Tunizia>,
        <http://lexvo.org/id/term/ori/%E0%AC%A4%E0%AD%81%E0%AC%A8%E0%AC%BF%E0%AC%B8%E0%AC%BF%E0%AC%86>,
        <http://lexvo.org/id/term/pol/Tunezja>,
        <http://lexvo.org/id/term/por/Tun%C3%ADsia>,
        <http://lexvo.org/id/term/rof/Tunisia>,
        <http://lexvo.org/id/term/roh/Tunesia>,
        <http://lexvo.org/id/term/ron/Tunisia>,
        <http://lexvo.org/id/term/run/Tuniziya>,
        <http://lexvo.org/id/term/rus/%D0%A2%D1%83%D0%BD%D0%B8%D1%81>,
        <http://lexvo.org/id/term/rwk/Tunisia>,
        <http://lexvo.org/id/term/sag/Tuniz%C3%AFi>,
        <http://lexvo.org/id/term/saq/Tunisia>,
        <http://lexvo.org/id/term/sbp/Tunisiya>,
        <http://lexvo.org/id/term/seh/Tun%C3%ADsia>,
        <http://lexvo.org/id/term/ses/Tunizi>,
        <http://lexvo.org/id/term/shi-Latn/tuns>,
        <http://lexvo.org/id/term/shi/%E2%B5%9C%E2%B5%93%E2%B5%8F%E2%B5%99>,
        <http://lexvo.org/id/term/sin/%E0%B6%A7%E0%B7%92%E0%B6%BA%E0%B7%94%E0%B6%B1%E0%B7%93%E0%B7%83%E0%B7%92%E0%B6%BA%E0%B7%8F%E0%B7%80>,
        <http://lexvo.org/id/term/slk/Tunisko>,
        <http://lexvo.org/id/term/slv/Tunizija>,
        <http://lexvo.org/id/term/sme/Tunisia>,
        <http://lexvo.org/id/term/sna/Tunisia>,
        <http://lexvo.org/id/term/som/Tuniisiya>,
        <http://lexvo.org/id/term/spa/T%C3%BAnez>,
        <http://lexvo.org/id/term/sqi/Tunisi>,
        <http://lexvo.org/id/term/srp-Latn/Tunis>,
        <http://lexvo.org/id/term/srp/%D0%A2%D1%83%D0%BD%D0%B8%D1%81>,
        <http://lexvo.org/id/term/swc/Tunisia>,
        <http://lexvo.org/id/term/swe/Tunisien>,
        <http://lexvo.org/id/term/swh/Tunisia>,
        <http://lexvo.org/id/term/tam/%E0%AE%9F%E0%AF%81%E0%AE%A9%E0%AE%BF%E0%AE%9A%E0%AE%BF%E0%AE%AF%E0%AE%BE>,
        <http://lexvo.org/id/term/tel/%E0%B0%9F%E0%B1%8D%E0%B0%AF%E0%B1%81%E0%B0%A8%E0%B1%80%E0%B0%B7%E0%B0%BF%E0%B0%AF%E0%B0%BE>,
        <http://lexvo.org/id/term/teo/Tunisia>,
        <http://lexvo.org/id/term/tha/%E0%B8%95%E0%B8%B9%E0%B8%99%E0%B8%B4%E0%B9%80%E0%B8%8B%E0%B8%B5%E0%B8%A2>,
        <http://lexvo.org/id/term/tig/%E1%89%B1%E1%8A%92%E1%8B%9A%E1%8B%AB>,
        <http://lexvo.org/id/term/tir/%E1%89%B1%E1%8A%92%E1%8B%9A%E1%8B%AB>,
        <http://lexvo.org/id/term/ton/Tun%C4%ABsia>,
        <http://lexvo.org/id/term/tur/Tunus>,
        <http://lexvo.org/id/term/twq/Tunizi>,
        <http://lexvo.org/id/term/tzm/Tunes>,
        <http://lexvo.org/id/term/ukr/%D0%A2%D1%83%D0%BD%D1%96%D1%81>,
        <http://lexvo.org/id/term/urd/%D8%AA%DB%8C%D9%88%D9%86%DB%8C%D8%B3%DB%8C%D8%A7>,
        <http://lexvo.org/id/term/vai-Latn/Tunisiya>,
        <http://lexvo.org/id/term/vai/%EA%96%A4%EA%95%87%EA%94%BB%EA%95%A9>,
        <http://lexvo.org/id/term/vie/Tuy-ni-di>,
        <http://lexvo.org/id/term/vun/Tunisia>,
        <http://lexvo.org/id/term/wae/Tunesie>,
        <http://lexvo.org/id/term/wal/%E1%89%B1%E1%8A%92%E1%8B%9A%E1%8B%AB>,
        <http://lexvo.org/id/term/xog/Tunisya>,
        <http://lexvo.org/id/term/yav/tunus%C3%AD>,
        <http://lexvo.org/id/term/yor/Or%C3%ADl%E1%BA%B9%CC%81%C3%A8de%20Tuni%E1%B9%A3ia>,
        <http://lexvo.org/id/term/zsm/Tunisia>,
        <http://lexvo.org/id/term/zul/i-Tunisia> ;
    owl:sameAs <http://psi.oasis-open.org/iso/3166/#788>,
        <http://sws.geonames.org/2464461/> .

<http://lexvo.org/id/iso3166/TO> a lvont:GeographicRegion ;
    rdfs:label "Tonga"@af,
        "Tuŋgà"@agq,
        "Tonga"@ak,
        "ቶንጋ"@am,
        "تونغا"@ar,
        "Tonga"@asa,
        "Tonga"@ast,
        "Tonqa"@az,
        "Tɔŋgà"@bas,
        "Тангійская"@be,
        "Hutonga"@bez,
        "Тонга"@bg,
        "Tonga"@bm,
        "টোঙ্গা"@bn,
        "Tonga"@br,
        "टॉंगा"@brx,
        "Tonga"@bs,
        "Тонга"@bs-Cyrl,
        "Tonga"@ca,
        "Tonga"@cgg,
        "汤加"@cmn,
        "東加"@cmn-Hant,
        "Tonga"@cs,
        "Tonga"@cy,
        "Tonga"@da,
        "Tonga"@dav,
        "Tonga"@de,
        "Tonga"@dje,
        "ཊོང་གྷ"@dz,
        "Tonga"@ebu,
        "Tonga nutome"@ee,
        "Τόνγκα"@el,
        "ISO 3166-1:TO"@en,
        "Tonga"@en,
        "𐐓𐐪𐑍𐑀𐐲"@en-Dsrt,
        "Tongo"@eo,
        "Tonga"@es,
        "Tonga"@et,
        "Tonga"@eu,
        "Tɔngá"@ewo,
        "تونگا"@fa,
        "Tonngaa"@ff,
        "Tonga"@fi,
        "Tonga"@fil,
        "Tonga"@fo,
        "Tonga"@fr,
        "Tonga"@fur,
        "Tonga"@ga,
        "Tonga"@gd,
        "Tonga"@gl,
        "Tonga"@gsw,
        "ટોંગા"@gu,
        "Tonga"@guz,
        "Tanga"@ha,
        "טונגה"@he,
        "टोंगा"@hi,
        "Tonga"@hr,
        "Tonga"@hu,
        "Տոնգա"@hy,
        "tonga"@ia,
        "Tonga"@id,
        "Tonga"@is,
        "Tonga"@it,
        "トンガ"@ja,
        "Tonga"@jmc,
        "ტონგა"@ka,
        "Ṭunga"@kab,
        "Tonga"@kam,
        "Tonga"@kde,
        "Tonga"@kea,
        "Tonga"@khq,
        "Tonga"@ki,
        "Тонга"@kk,
        "Tonga"@kl,
        "Emetab Tonga"@kln,
        "តុងហ្គា"@km,
        "ಟೊಂಗ"@kn,
        "통가"@ko,
        "ٹونٛگا"@ks,
        "Tonga"@ksb,
        "tɔŋa"@ksf,
        "Tongga"@ksh,
        "Tóonga"@lag,
        "Tonga"@lg,
        "Tonga"@ln,
        "ຕອງກາ"@lo,
        "Tonga"@lt,
        "Tonga"@lu,
        "Tonga"@luo,
        "Tonga"@luy,
        "Tonga"@lv,
        "Tonga"@mas,
        "Tonga"@mer,
        "Tonga"@mfe,
        "Tongà"@mg,
        "Utonga"@mgh,
        "Тонга"@mk,
        "ടോംഗ"@ml,
        "टोंगा"@mr,
        "Tonga"@mt,
        "Sǝr Tonga"@mua,
        "တွန်ဂါ"@my,
        "Tonga"@naq,
        "Tonga"@nb,
        "Thonga"@nd,
        "टोंगा"@ne,
        "Tonga"@nl,
        "Tɔnga"@nmg,
        "Tonga"@nn,
        "Tonga"@nyn,
        "ଟୋଙ୍ଗା"@or,
        "Tonga"@pl,
        "Tonga"@pt,
        "Tonga"@rm,
        "Tonga"@rn,
        "Tonga"@ro,
        "Tonga"@rof,
        "Тонга"@ru,
        "Igitonga"@rw,
        "Tonga"@rwk,
        "Tonga"@saq,
        "Tonga"@sbp,
        "Tonga"@se,
        "Tonga"@seh,
        "Tonga"@ses,
        "Tonga"@sg,
        "ⵟⵓⵏⴳⴰ"@shi,
        "ṭunga"@shi-Latn,
        "ටොංගා"@si,
        "Tonga"@sk,
        "Tonga"@sl,
        "Tonga"@sn,
        "Tonga"@so,
        "Tonga"@sq,
        "Тонга"@sr,
        "Tonga"@sr-Latn,
        "Tonga"@sv,
        "Tonga"@swc,
        "Tonga"@swh,
        "டோங்கா"@ta,
        "టోంగా"@te,
        "Tonga"@teo,
        "Тонга"@tg,
        "ตองกา"@th,
        "ቶንጋ"@ti,
        "Tonga"@to,
        "Tonga"@tr,
        "Tonga"@twq,
        "Ṭunga"@tzm,
        "Тонга"@uk,
        "ٹونگا"@ur,
        "ꗋꕬ"@vai,
        "Tɔnga"@vai-Latn,
        "Tonga"@vi,
        "Tonga"@vun,
        "Tonga"@wae,
        "Tonga"@xog,
        "tɔ́ŋka"@yav,
        "Orílẹ́ède Tonga"@yo,
        "Tonga"@zsm,
        "i-Tonga"@zu ;
    lvont:label <http://lexvo.org/id/term/afr/Tonga>,
        <http://lexvo.org/id/term/agq/Tu%C5%8Bg%C3%A0>,
        <http://lexvo.org/id/term/aka/Tonga>,
        <http://lexvo.org/id/term/amh/%E1%89%B6%E1%8A%95%E1%8C%8B>,
        <http://lexvo.org/id/term/ara/%D8%AA%D9%88%D9%86%D8%BA%D8%A7>,
        <http://lexvo.org/id/term/asa/Tonga>,
        <http://lexvo.org/id/term/ast/Tonga>,
        <http://lexvo.org/id/term/aze/Tonqa>,
        <http://lexvo.org/id/term/bam/Tonga>,
        <http://lexvo.org/id/term/bas/T%C9%94%C5%8Bg%C3%A0>,
        <http://lexvo.org/id/term/bel/%D0%A2%D0%B0%D0%BD%D0%B3%D1%96%D0%B9%D1%81%D0%BA%D0%B0%D1%8F>,
        <http://lexvo.org/id/term/ben/%E0%A6%9F%E0%A7%8B%E0%A6%99%E0%A7%8D%E0%A6%97%E0%A6%BE>,
        <http://lexvo.org/id/term/bez/Hutonga>,
        <http://lexvo.org/id/term/bos-Cyrl/%D0%A2%D0%BE%D0%BD%D0%B3%D0%B0>,
        <http://lexvo.org/id/term/bos/Tonga>,
        <http://lexvo.org/id/term/bre/Tonga>,
        <http://lexvo.org/id/term/brx/%E0%A4%9F%E0%A5%89%E0%A4%82%E0%A4%97%E0%A4%BE>,
        <http://lexvo.org/id/term/bul/%D0%A2%D0%BE%D0%BD%D0%B3%D0%B0>,
        <http://lexvo.org/id/term/cat/Tonga>,
        <http://lexvo.org/id/term/ces/Tonga>,
        <http://lexvo.org/id/term/cgg/Tonga>,
        <http://lexvo.org/id/term/cmn-Hant/%E6%9D%B1%E5%8A%A0>,
        <http://lexvo.org/id/term/cmn/%E6%B1%A4%E5%8A%A0>,
        <http://lexvo.org/id/term/cym/Tonga>,
        <http://lexvo.org/id/term/dan/Tonga>,
        <http://lexvo.org/id/term/dav/Tonga>,
        <http://lexvo.org/id/term/deu/Tonga>,
        <http://lexvo.org/id/term/dje/Tonga>,
        <http://lexvo.org/id/term/dzo/%E0%BD%8A%E0%BD%BC%E0%BD%84%E0%BC%8B%E0%BD%82%E0%BE%B7>,
        <http://lexvo.org/id/term/ebu/Tonga>,
        <http://lexvo.org/id/term/ell/%CE%A4%CF%8C%CE%BD%CE%B3%CE%BA%CE%B1>,
        <http://lexvo.org/id/term/eng-Dsrt/%F0%90%90%93%F0%90%90%AA%F0%90%91%8D%F0%90%91%80%F0%90%90%B2>,
        <http://lexvo.org/id/term/eng/ISO%203166-1%3ATO>,
        <http://lexvo.org/id/term/eng/Tonga>,
        <http://lexvo.org/id/term/epo/Tongo>,
        <http://lexvo.org/id/term/est/Tonga>,
        <http://lexvo.org/id/term/eus/Tonga>,
        <http://lexvo.org/id/term/ewe/Tonga%20nutome>,
        <http://lexvo.org/id/term/ewo/T%C9%94ng%C3%A1>,
        <http://lexvo.org/id/term/fao/Tonga>,
        <http://lexvo.org/id/term/fas/%D8%AA%D9%88%D9%86%DA%AF%D8%A7>,
        <http://lexvo.org/id/term/fil/Tonga>,
        <http://lexvo.org/id/term/fin/Tonga>,
        <http://lexvo.org/id/term/fra/Tonga>,
        <http://lexvo.org/id/term/ful/Tonngaa>,
        <http://lexvo.org/id/term/fur/Tonga>,
        <http://lexvo.org/id/term/gla/Tonga>,
        <http://lexvo.org/id/term/gle/Tonga>,
        <http://lexvo.org/id/term/glg/Tonga>,
        <http://lexvo.org/id/term/gsw/Tonga>,
        <http://lexvo.org/id/term/guj/%E0%AA%9F%E0%AB%8B%E0%AA%82%E0%AA%97%E0%AA%BE>,
        <http://lexvo.org/id/term/guz/Tonga>,
        <http://lexvo.org/id/term/hau/Tanga>,
        <http://lexvo.org/id/term/heb/%D7%98%D7%95%D7%A0%D7%92%D7%94>,
        <http://lexvo.org/id/term/hin/%E0%A4%9F%E0%A5%8B%E0%A4%82%E0%A4%97%E0%A4%BE>,
        <http://lexvo.org/id/term/hrv/Tonga>,
        <http://lexvo.org/id/term/hun/Tonga>,
        <http://lexvo.org/id/term/hye/%D5%8F%D5%B8%D5%B6%D5%A3%D5%A1>,
        <http://lexvo.org/id/term/ina/tonga>,
        <http://lexvo.org/id/term/ind/Tonga>,
        <http://lexvo.org/id/term/isl/Tonga>,
        <http://lexvo.org/id/term/ita/Tonga>,
        <http://lexvo.org/id/term/jmc/Tonga>,
        <http://lexvo.org/id/term/jpn/%E3%83%88%E3%83%B3%E3%82%AC>,
        <http://lexvo.org/id/term/kab/%E1%B9%ACunga>,
        <http://lexvo.org/id/term/kal/Tonga>,
        <http://lexvo.org/id/term/kam/Tonga>,
        <http://lexvo.org/id/term/kan/%E0%B2%9F%E0%B3%8A%E0%B2%82%E0%B2%97>,
        <http://lexvo.org/id/term/kas/%D9%B9%D9%88%D9%86%D9%9B%DA%AF%D8%A7>,
        <http://lexvo.org/id/term/kat/%E1%83%A2%E1%83%9D%E1%83%9C%E1%83%92%E1%83%90>,
        <http://lexvo.org/id/term/kaz/%D0%A2%D0%BE%D0%BD%D0%B3%D0%B0>,
        <http://lexvo.org/id/term/kde/Tonga>,
        <http://lexvo.org/id/term/kea/Tonga>,
        <http://lexvo.org/id/term/khm/%E1%9E%8F%E1%9E%BB%E1%9E%84%E1%9E%A0%E1%9F%92%E1%9E%82%E1%9E%B6>,
        <http://lexvo.org/id/term/khq/Tonga>,
        <http://lexvo.org/id/term/kik/Tonga>,
        <http://lexvo.org/id/term/kin/Igitonga>,
        <http://lexvo.org/id/term/kln/Emetab%20Tonga>,
        <http://lexvo.org/id/term/kor/%ED%86%B5%EA%B0%80>,
        <http://lexvo.org/id/term/ksb/Tonga>,
        <http://lexvo.org/id/term/ksf/t%C9%94%C5%8Ba>,
        <http://lexvo.org/id/term/ksh/Tongga>,
        <http://lexvo.org/id/term/lag/T%C3%B3onga>,
        <http://lexvo.org/id/term/lao/%E0%BA%95%E0%BA%AD%E0%BA%87%E0%BA%81%E0%BA%B2>,
        <http://lexvo.org/id/term/lav/Tonga>,
        <http://lexvo.org/id/term/lin/Tonga>,
        <http://lexvo.org/id/term/lit/Tonga>,
        <http://lexvo.org/id/term/lub/Tonga>,
        <http://lexvo.org/id/term/lug/Tonga>,
        <http://lexvo.org/id/term/luo/Tonga>,
        <http://lexvo.org/id/term/luy/Tonga>,
        <http://lexvo.org/id/term/mal/%E0%B4%9F%E0%B5%8B%E0%B4%82%E0%B4%97>,
        <http://lexvo.org/id/term/mar/%E0%A4%9F%E0%A5%8B%E0%A4%82%E0%A4%97%E0%A4%BE>,
        <http://lexvo.org/id/term/mas/Tonga>,
        <http://lexvo.org/id/term/mer/Tonga>,
        <http://lexvo.org/id/term/mfe/Tonga>,
        <http://lexvo.org/id/term/mgh/Utonga>,
        <http://lexvo.org/id/term/mkd/%D0%A2%D0%BE%D0%BD%D0%B3%D0%B0>,
        <http://lexvo.org/id/term/mlg/Tong%C3%A0>,
        <http://lexvo.org/id/term/mlt/Tonga>,
        <http://lexvo.org/id/term/mua/S%C7%9Dr%20Tonga>,
        <http://lexvo.org/id/term/mya/%E1%80%90%E1%80%BD%E1%80%94%E1%80%BA%E1%80%82%E1%80%AB>,
        <http://lexvo.org/id/term/naq/Tonga>,
        <http://lexvo.org/id/term/nde/Thonga>,
        <http://lexvo.org/id/term/nep/%E0%A4%9F%E0%A5%8B%E0%A4%82%E0%A4%97%E0%A4%BE>,
        <http://lexvo.org/id/term/nld/Tonga>,
        <http://lexvo.org/id/term/nmg/T%C9%94nga>,
        <http://lexvo.org/id/term/nno/Tonga>,
        <http://lexvo.org/id/term/nob/Tonga>,
        <http://lexvo.org/id/term/nyn/Tonga>,
        <http://lexvo.org/id/term/ori/%E0%AC%9F%E0%AD%8B%E0%AC%99%E0%AD%8D%E0%AC%97%E0%AC%BE>,
        <http://lexvo.org/id/term/pol/Tonga>,
        <http://lexvo.org/id/term/por/Tonga>,
        <http://lexvo.org/id/term/rof/Tonga>,
        <http://lexvo.org/id/term/roh/Tonga>,
        <http://lexvo.org/id/term/ron/Tonga>,
        <http://lexvo.org/id/term/run/Tonga>,
        <http://lexvo.org/id/term/rus/%D0%A2%D0%BE%D0%BD%D0%B3%D0%B0>,
        <http://lexvo.org/id/term/rwk/Tonga>,
        <http://lexvo.org/id/term/sag/Tonga>,
        <http://lexvo.org/id/term/saq/Tonga>,
        <http://lexvo.org/id/term/sbp/Tonga>,
        <http://lexvo.org/id/term/seh/Tonga>,
        <http://lexvo.org/id/term/ses/Tonga>,
        <http://lexvo.org/id/term/shi-Latn/%E1%B9%ADunga>,
        <http://lexvo.org/id/term/shi/%E2%B5%9F%E2%B5%93%E2%B5%8F%E2%B4%B3%E2%B4%B0>,
        <http://lexvo.org/id/term/sin/%E0%B6%A7%E0%B7%9C%E0%B6%82%E0%B6%9C%E0%B7%8F>,
        <http://lexvo.org/id/term/slk/Tonga>,
        <http://lexvo.org/id/term/slv/Tonga>,
        <http://lexvo.org/id/term/sme/Tonga>,
        <http://lexvo.org/id/term/sna/Tonga>,
        <http://lexvo.org/id/term/som/Tonga>,
        <http://lexvo.org/id/term/spa/Tonga>,
        <http://lexvo.org/id/term/sqi/Tonga>,
        <http://lexvo.org/id/term/srp-Latn/Tonga>,
        <http://lexvo.org/id/term/srp/%D0%A2%D0%BE%D0%BD%D0%B3%D0%B0>,
        <http://lexvo.org/id/term/swc/Tonga>,
        <http://lexvo.org/id/term/swe/Tonga>,
        <http://lexvo.org/id/term/swh/Tonga>,
        <http://lexvo.org/id/term/tam/%E0%AE%9F%E0%AF%8B%E0%AE%99%E0%AF%8D%E0%AE%95%E0%AE%BE>,
        <http://lexvo.org/id/term/tel/%E0%B0%9F%E0%B1%8B%E0%B0%82%E0%B0%97%E0%B0%BE>,
        <http://lexvo.org/id/term/teo/Tonga>,
        <http://lexvo.org/id/term/tgk/%D0%A2%D0%BE%D0%BD%D0%B3%D0%B0>,
        <http://lexvo.org/id/term/tha/%E0%B8%95%E0%B8%AD%E0%B8%87%E0%B8%81%E0%B8%B2>,
        <http://lexvo.org/id/term/tir/%E1%89%B6%E1%8A%95%E1%8C%8B>,
        <http://lexvo.org/id/term/ton/Tonga>,
        <http://lexvo.org/id/term/tur/Tonga>,
        <http://lexvo.org/id/term/twq/Tonga>,
        <http://lexvo.org/id/term/tzm/%E1%B9%ACunga>,
        <http://lexvo.org/id/term/ukr/%D0%A2%D0%BE%D0%BD%D0%B3%D0%B0>,
        <http://lexvo.org/id/term/urd/%D9%B9%D9%88%D9%86%DA%AF%D8%A7>,
        <http://lexvo.org/id/term/vai-Latn/T%C9%94nga>,
        <http://lexvo.org/id/term/vai/%EA%97%8B%EA%95%AC>,
        <http://lexvo.org/id/term/vie/Tonga>,
        <http://lexvo.org/id/term/vun/Tonga>,
        <http://lexvo.org/id/term/wae/Tonga>,
        <http://lexvo.org/id/term/xog/Tonga>,
        <http://lexvo.org/id/term/yav/t%C9%94%CC%81%C5%8Bka>,
        <http://lexvo.org/id/term/yor/Or%C3%ADl%E1%BA%B9%CC%81%C3%A8de%20Tonga>,
        <http://lexvo.org/id/term/zsm/Tonga>,
        <http://lexvo.org/id/term/zul/i-Tonga> ;
    owl:sameAs <http://psi.oasis-open.org/iso/3166/#776>,
        <http://sws.geonames.org/4032283/> .

<http://lexvo.org/id/iso3166/TR> a lvont:GeographicRegion ;
    rdfs:label "Turkye"@af,
        "Teekì"@agq,
        "Tɛɛki"@ak,
        "ቱርክ"@am,
        "تركيا"@ar,
        "Uturuki"@asa,
        "Turquía"@ast,
        "Türkiya"@az,
        "Tùrkây"@bas,
        "Турцыя"@be,
        "Huuturuki"@bez,
        "Турция"@bg,
        "Turiki"@bm,
        "তুরস্ক"@bn,
        "ཏུརཀི།"@bo,
        "Turkia"@br,
        "तुर्की"@brx,
        "Turska"@bs,
        "Турска"@bs-Cyrl,
        "ቱርክ"@byn,
        "Turquia"@ca,
        "Buturuki /Take"@cgg,
        "土耳其"@cmn,
        "土耳其"@cmn-Hant,
        "Turecko"@cs,
        "Twrci"@cy,
        "Tyrkiet"@da,
        "Uturuki"@dav,
        "Türkei"@de,
        "Turki"@dje,
        "ཊཱར་ཀི"@dz,
        "Uturuki"@ebu,
        "Tɛki nutome"@ee,
        "Τουρκία"@el,
        "ISO 3166-1:TR"@en,
        "Turkey"@en,
        "𐐓𐐲𐑉𐐿𐐨"@en-Dsrt,
        "Turkujo"@eo,
        "Turquía"@es,
        "Türgi"@et,
        "Turkia"@eu,
        "Turəkí"@ewo,
        "ترکیه"@fa,
        "Turkii"@ff,
        "Turkki"@fi,
        "Turkey"@fil,
        "Turkaland"@fo,
        "Turquie"@fr,
        "Turchie"@fur,
        "An Tuirc"@ga,
        "An Tuirc"@gd,
        "Turquía"@gl,
        "Türggei"@gsw,
        "તુર્કસ્તાન"@gu,
        "Uturuki"@guz,
        "Turkiyya"@ha,
        "טורקיה"@he,
        "तुर्की"@hi,
        "Turska"@hr,
        "Törökország"@hu,
        "Թուրքիա"@hy,
        "Turchia"@ia,
        "Turki"@id,
        "Tyrkland"@is,
        "Turchia"@it,
        "トルコ"@ja,
        "Uturuki"@jmc,
        "თურქეთი"@ka,
        "Ṭurk"@kab,
        "Uturuki"@kam,
        "Utuluchi"@kde,
        "Turkia"@kea,
        "Turki"@khq,
        "Uturuki"@ki,
        "Түркия"@kk,
        "Tyrkia"@kl,
        "Emetab Turkey"@kln,
        "ទួរគី"@km,
        "ಟರ್ಕಿ"@kn,
        "터키"@ko,
        "تُرکی"@ks,
        "Utuluki"@ksb,
        "tirkí"@ksf,
        "de Törkei"@ksh,
        "Uturúuki"@lag,
        "Ttake"@lg,
        "Tiliki"@ln,
        "ຕຸນກີ"@lo,
        "Turkija"@lt,
        "Tuluki"@lu,
        "Turkey"@luo,
        "Uturuki"@luy,
        "Turcija"@lv,
        "Uturuki"@mas,
        "Takĩ"@mer,
        "Tirki"@mfe,
        "Torkia"@mg,
        "Utuki"@mgh,
        "Турција"@mk,
        "തുർക്കി"@ml,
        "तुर्की"@mr,
        "Turkija"@mt,
        "Turkiya"@mua,
        "တူရကီ"@my,
        "Turkeieb"@naq,
        "Tyrkia"@nb,
        "Thekhi"@nd,
        "टर्की"@ne,
        "Turkije"@nl,
        "Turki"@nmg,
        "Tyrkia"@nn,
        "Buturuki /Take"@nyn,
        "ତୁର୍କୀ"@or,
        "Turcja"@pl,
        "Turquia"@pt,
        "Tirchia"@rm,
        "Turukiya"@rn,
        "Turcia"@ro,
        "Uturuki"@rof,
        "Турция"@ru,
        "Uturuki"@rwk,
        "Uturuki"@saq,
        "Utuluki"@sbp,
        "Durka"@se,
        "Turquia"@seh,
        "Turki"@ses,
        "Turukïi"@sg,
        "ⵜⵓⵔⴽⵢⴰ"@shi,
        "turkya"@shi-Latn,
        "තුර්කිය"@si,
        "Turecko"@sk,
        "Turčija"@sl,
        "Turkey"@sn,
        "Turki"@so,
        "Turqi"@sq,
        "Турска"@sr,
        "Turska"@sr-Latn,
        "Turkiet"@sv,
        "Uturuki"@swc,
        "Uturuki"@swh,
        "துருக்கி"@ta,
        "టర్కీ"@te,
        "Uturuki"@teo,
        "ตุรกี"@th,
        "ቱርክ"@ti,
        "ቱርክ"@tig,
        "Toake"@to,
        "Türkiye"@tr,
        "Turki"@twq,
        "Turkya"@tzm,
        "Туреччина"@uk,
        "ترکی"@ur,
        "ꗋꖺꕃ"@vai,
        "Tɔ́ɔ́ki"@vai-Latn,
        "Thổ Nhĩ Kỳ"@vi,
        "Uturuki"@vun,
        "Türkei"@wae,
        "ቱርክ"@wal,
        "Ttake"@xog,
        "tulukíi"@yav,
        "Orílẹ́ède Tọọki"@yo,
        "Turki"@zsm,
        "i-Turkey"@zu ;
    lvont:label <http://lexvo.org/id/term/afr/Turkye>,
        <http://lexvo.org/id/term/agq/Teek%C3%AC>,
        <http://lexvo.org/id/term/aka/T%C9%9B%C9%9Bki>,
        <http://lexvo.org/id/term/amh/%E1%89%B1%E1%88%AD%E1%8A%AD>,
        <http://lexvo.org/id/term/ara/%D8%AA%D8%B1%D9%83%D9%8A%D8%A7>,
        <http://lexvo.org/id/term/asa/Uturuki>,
        <http://lexvo.org/id/term/ast/Turqu%C3%ADa>,
        <http://lexvo.org/id/term/aze/T%C3%BCrkiya>,
        <http://lexvo.org/id/term/bam/Turiki>,
        <http://lexvo.org/id/term/bas/T%C3%B9rk%C3%A2y>,
        <http://lexvo.org/id/term/bel/%D0%A2%D1%83%D1%80%D1%86%D1%8B%D1%8F>,
        <http://lexvo.org/id/term/ben/%E0%A6%A4%E0%A7%81%E0%A6%B0%E0%A6%B8%E0%A7%8D%E0%A6%95>,
        <http://lexvo.org/id/term/bez/Huuturuki>,
        <http://lexvo.org/id/term/bod/%E0%BD%8F%E0%BD%B4%E0%BD%A2%E0%BD%80%E0%BD%B2%E0%BC%8D>,
        <http://lexvo.org/id/term/bos-Cyrl/%D0%A2%D1%83%D1%80%D1%81%D0%BA%D0%B0>,
        <http://lexvo.org/id/term/bos/Turska>,
        <http://lexvo.org/id/term/bre/Turkia>,
        <http://lexvo.org/id/term/brx/%E0%A4%A4%E0%A5%81%E0%A4%B0%E0%A5%8D%E0%A4%95%E0%A5%80>,
        <http://lexvo.org/id/term/bul/%D0%A2%D1%83%D1%80%D1%86%D0%B8%D1%8F>,
        <http://lexvo.org/id/term/byn/%E1%89%B1%E1%88%AD%E1%8A%AD>,
        <http://lexvo.org/id/term/cat/Turquia>,
        <http://lexvo.org/id/term/ces/Turecko>,
        <http://lexvo.org/id/term/cgg/Buturuki%20%2FTake>,
        <http://lexvo.org/id/term/cmn-Hant/%E5%9C%9F%E8%80%B3%E5%85%B6>,
        <http://lexvo.org/id/term/cmn/%E5%9C%9F%E8%80%B3%E5%85%B6>,
        <http://lexvo.org/id/term/cym/Twrci>,
        <http://lexvo.org/id/term/dan/Tyrkiet>,
        <http://lexvo.org/id/term/dav/Uturuki>,
        <http://lexvo.org/id/term/deu/T%C3%BCrkei>,
        <http://lexvo.org/id/term/dje/Turki>,
        <http://lexvo.org/id/term/dzo/%E0%BD%8A%E0%BD%B1%E0%BD%A2%E0%BC%8B%E0%BD%80%E0%BD%B2>,
        <http://lexvo.org/id/term/ebu/Uturuki>,
        <http://lexvo.org/id/term/ell/%CE%A4%CE%BF%CF%85%CF%81%CE%BA%CE%AF%CE%B1>,
        <http://lexvo.org/id/term/eng-Dsrt/%F0%90%90%93%F0%90%90%B2%F0%90%91%89%F0%90%90%BF%F0%90%90%A8>,
        <http://lexvo.org/id/term/eng/ISO%203166-1%3ATR>,
        <http://lexvo.org/id/term/eng/Turkey>,
        <http://lexvo.org/id/term/epo/Turkujo>,
        <http://lexvo.org/id/term/est/T%C3%BCrgi>,
        <http://lexvo.org/id/term/eus/Turkia>,
        <http://lexvo.org/id/term/ewe/T%C9%9Bki%20nutome>,
        <http://lexvo.org/id/term/ewo/Tur%C9%99k%C3%AD>,
        <http://lexvo.org/id/term/fao/Turkaland>,
        <http://lexvo.org/id/term/fas/%D8%AA%D8%B1%DA%A9%DB%8C%D9%87>,
        <http://lexvo.org/id/term/fil/Turkey>,
        <http://lexvo.org/id/term/fin/Turkki>,
        <http://lexvo.org/id/term/fra/Turquie>,
        <http://lexvo.org/id/term/ful/Turkii>,
        <http://lexvo.org/id/term/fur/Turchie>,
        <http://lexvo.org/id/term/gla/An%20Tuirc>,
        <http://lexvo.org/id/term/gle/An%20Tuirc>,
        <http://lexvo.org/id/term/glg/Turqu%C3%ADa>,
        <http://lexvo.org/id/term/gsw/T%C3%BCrggei>,
        <http://lexvo.org/id/term/guj/%E0%AA%A4%E0%AB%81%E0%AA%B0%E0%AB%8D%E0%AA%95%E0%AA%B8%E0%AB%8D%E0%AA%A4%E0%AA%BE%E0%AA%A8>,
        <http://lexvo.org/id/term/guz/Uturuki>,
        <http://lexvo.org/id/term/hau/Turkiyya>,
        <http://lexvo.org/id/term/heb/%D7%98%D7%95%D7%A8%D7%A7%D7%99%D7%94>,
        <http://lexvo.org/id/term/hin/%E0%A4%A4%E0%A5%81%E0%A4%B0%E0%A5%8D%E0%A4%95%E0%A5%80>,
        <http://lexvo.org/id/term/hrv/Turska>,
        <http://lexvo.org/id/term/hun/T%C3%B6r%C3%B6korsz%C3%A1g>,
        <http://lexvo.org/id/term/hye/%D4%B9%D5%B8%D6%82%D6%80%D6%84%D5%AB%D5%A1>,
        <http://lexvo.org/id/term/ina/Turchia>,
        <http://lexvo.org/id/term/ind/Turki>,
        <http://lexvo.org/id/term/isl/Tyrkland>,
        <http://lexvo.org/id/term/ita/Turchia>,
        <http://lexvo.org/id/term/jmc/Uturuki>,
        <http://lexvo.org/id/term/jpn/%E3%83%88%E3%83%AB%E3%82%B3>,
        <http://lexvo.org/id/term/kab/%E1%B9%ACurk>,
        <http://lexvo.org/id/term/kal/Tyrkia>,
        <http://lexvo.org/id/term/kam/Uturuki>,
        <http://lexvo.org/id/term/kan/%E0%B2%9F%E0%B2%B0%E0%B3%8D%E0%B2%95%E0%B2%BF>,
        <http://lexvo.org/id/term/kas/%D8%AA%D9%8F%D8%B1%DA%A9%DB%8C>,
        <http://lexvo.org/id/term/kat/%E1%83%97%E1%83%A3%E1%83%A0%E1%83%A5%E1%83%94%E1%83%97%E1%83%98>,
        <http://lexvo.org/id/term/kaz/%D0%A2%D2%AF%D1%80%D0%BA%D0%B8%D1%8F>,
        <http://lexvo.org/id/term/kde/Utuluchi>,
        <http://lexvo.org/id/term/kea/Turkia>,
        <http://lexvo.org/id/term/khm/%E1%9E%91%E1%9E%BD%E1%9E%9A%E1%9E%82%E1%9E%B8>,
        <http://lexvo.org/id/term/khq/Turki>,
        <http://lexvo.org/id/term/kik/Uturuki>,
        <http://lexvo.org/id/term/kln/Emetab%20Turkey>,
        <http://lexvo.org/id/term/kor/%ED%84%B0%ED%82%A4>,
        <http://lexvo.org/id/term/ksb/Utuluki>,
        <http://lexvo.org/id/term/ksf/tirk%C3%AD>,
        <http://lexvo.org/id/term/ksh/de%20T%C3%B6rkei>,
        <http://lexvo.org/id/term/lag/Utur%C3%BAuki>,
        <http://lexvo.org/id/term/lao/%E0%BA%95%E0%BA%B8%E0%BA%99%E0%BA%81%E0%BA%B5>,
        <http://lexvo.org/id/term/lav/Turcija>,
        <http://lexvo.org/id/term/lin/Tiliki>,
        <http://lexvo.org/id/term/lit/Turkija>,
        <http://lexvo.org/id/term/lub/Tuluki>,
        <http://lexvo.org/id/term/lug/Ttake>,
        <http://lexvo.org/id/term/luo/Turkey>,
        <http://lexvo.org/id/term/luy/Uturuki>,
        <http://lexvo.org/id/term/mal/%E0%B4%A4%E0%B5%81%E0%B5%BC%E0%B4%95%E0%B5%8D%E0%B4%95%E0%B4%BF>,
        <http://lexvo.org/id/term/mar/%E0%A4%A4%E0%A5%81%E0%A4%B0%E0%A5%8D%E0%A4%95%E0%A5%80>,
        <http://lexvo.org/id/term/mas/Uturuki>,
        <http://lexvo.org/id/term/mer/Tak%C4%A9>,
        <http://lexvo.org/id/term/mfe/Tirki>,
        <http://lexvo.org/id/term/mgh/Utuki>,
        <http://lexvo.org/id/term/mkd/%D0%A2%D1%83%D1%80%D1%86%D0%B8%D1%98%D0%B0>,
        <http://lexvo.org/id/term/mlg/Torkia>,
        <http://lexvo.org/id/term/mlt/Turkija>,
        <http://lexvo.org/id/term/mua/Turkiya>,
        <http://lexvo.org/id/term/mya/%E1%80%90%E1%80%B0%E1%80%9B%E1%80%80%E1%80%AE>,
        <http://lexvo.org/id/term/naq/Turkeieb>,
        <http://lexvo.org/id/term/nde/Thekhi>,
        <http://lexvo.org/id/term/nep/%E0%A4%9F%E0%A4%B0%E0%A5%8D%E0%A4%95%E0%A5%80>,
        <http://lexvo.org/id/term/nld/Turkije>,
        <http://lexvo.org/id/term/nmg/Turki>,
        <http://lexvo.org/id/term/nno/Tyrkia>,
        <http://lexvo.org/id/term/nob/Tyrkia>,
        <http://lexvo.org/id/term/nyn/Buturuki%20%2FTake>,
        <http://lexvo.org/id/term/ori/%E0%AC%A4%E0%AD%81%E0%AC%B0%E0%AD%8D%E0%AC%95%E0%AD%80>,
        <http://lexvo.org/id/term/pol/Turcja>,
        <http://lexvo.org/id/term/por/Turquia>,
        <http://lexvo.org/id/term/rof/Uturuki>,
        <http://lexvo.org/id/term/roh/Tirchia>,
        <http://lexvo.org/id/term/ron/Turcia>,
        <http://lexvo.org/id/term/run/Turukiya>,
        <http://lexvo.org/id/term/rus/%D0%A2%D1%83%D1%80%D1%86%D0%B8%D1%8F>,
        <http://lexvo.org/id/term/rwk/Uturuki>,
        <http://lexvo.org/id/term/sag/Turuk%C3%AFi>,
        <http://lexvo.org/id/term/saq/Uturuki>,
        <http://lexvo.org/id/term/sbp/Utuluki>,
        <http://lexvo.org/id/term/seh/Turquia>,
        <http://lexvo.org/id/term/ses/Turki>,
        <http://lexvo.org/id/term/shi-Latn/turkya>,
        <http://lexvo.org/id/term/shi/%E2%B5%9C%E2%B5%93%E2%B5%94%E2%B4%BD%E2%B5%A2%E2%B4%B0>,
        <http://lexvo.org/id/term/sin/%E0%B6%AD%E0%B7%94%E0%B6%BB%E0%B7%8A%E0%B6%9A%E0%B7%92%E0%B6%BA>,
        <http://lexvo.org/id/term/slk/Turecko>,
        <http://lexvo.org/id/term/slv/Tur%C4%8Dija>,
        <http://lexvo.org/id/term/sme/Durka>,
        <http://lexvo.org/id/term/sna/Turkey>,
        <http://lexvo.org/id/term/som/Turki>,
        <http://lexvo.org/id/term/spa/Turqu%C3%ADa>,
        <http://lexvo.org/id/term/sqi/Turqi>,
        <http://lexvo.org/id/term/srp-Latn/Turska>,
        <http://lexvo.org/id/term/srp/%D0%A2%D1%83%D1%80%D1%81%D0%BA%D0%B0>,
        <http://lexvo.org/id/term/swc/Uturuki>,
        <http://lexvo.org/id/term/swe/Turkiet>,
        <http://lexvo.org/id/term/swh/Uturuki>,
        <http://lexvo.org/id/term/tam/%E0%AE%A4%E0%AF%81%E0%AE%B0%E0%AF%81%E0%AE%95%E0%AF%8D%E0%AE%95%E0%AE%BF>,
        <http://lexvo.org/id/term/tel/%E0%B0%9F%E0%B0%B0%E0%B1%8D%E0%B0%95%E0%B1%80>,
        <http://lexvo.org/id/term/teo/Uturuki>,
        <http://lexvo.org/id/term/tha/%E0%B8%95%E0%B8%B8%E0%B8%A3%E0%B8%81%E0%B8%B5>,
        <http://lexvo.org/id/term/tig/%E1%89%B1%E1%88%AD%E1%8A%AD>,
        <http://lexvo.org/id/term/tir/%E1%89%B1%E1%88%AD%E1%8A%AD>,
        <http://lexvo.org/id/term/ton/Toake>,
        <http://lexvo.org/id/term/tur/T%C3%BCrkiye>,
        <http://lexvo.org/id/term/twq/Turki>,
        <http://lexvo.org/id/term/tzm/Turkya>,
        <http://lexvo.org/id/term/ukr/%D0%A2%D1%83%D1%80%D0%B5%D1%87%D1%87%D0%B8%D0%BD%D0%B0>,
        <http://lexvo.org/id/term/urd/%D8%AA%D8%B1%DA%A9%DB%8C>,
        <http://lexvo.org/id/term/vai-Latn/T%C9%94%CC%81%C9%94%CC%81ki>,
        <http://lexvo.org/id/term/vai/%EA%97%8B%EA%96%BA%EA%95%83>,
        <http://lexvo.org/id/term/vie/Th%E1%BB%95%20Nh%C4%A9%20K%E1%BB%B3>,
        <http://lexvo.org/id/term/vun/Uturuki>,
        <http://lexvo.org/id/term/wae/T%C3%BCrkei>,
        <http://lexvo.org/id/term/wal/%E1%89%B1%E1%88%AD%E1%8A%AD>,
        <http://lexvo.org/id/term/xog/Ttake>,
        <http://lexvo.org/id/term/yav/tuluk%C3%ADi>,
        <http://lexvo.org/id/term/yor/Or%C3%ADl%E1%BA%B9%CC%81%C3%A8de%20T%E1%BB%8D%E1%BB%8Dki>,
        <http://lexvo.org/id/term/zsm/Turki>,
        <http://lexvo.org/id/term/zul/i-Turkey> ;
    owl:sameAs <http://psi.oasis-open.org/iso/3166/#792>,
        <http://sws.geonames.org/298795/> .

<http://lexvo.org/id/iso3166/TT> a lvont:GeographicRegion ;
    rdfs:label "Trinidad en Tobago"@af,
        "Tèlenedà à Tòbagù"@agq,
        "Trinidad ne Tobago"@ak,
        "ትሪናዳድ እና ቶቤጎ"@am,
        "ترينيداد وتوباغو"@ar,
        "Trinidad na Tobago"@asa,
        "Trinidá y Tobagu"@ast,
        "Trinidan və Tobaqo"@az,
        "Trìnidàd ɓɔ Tòbagò"@bas,
        "Трынідад і Табага"@be,
        "Hutrinad na Hutobago"@bez,
        "Тринидад и Тобаго"@bg,
        "Trinite-ni-Tobago"@bm,
        "ত্রিনিনাদ ও টোব্যাগো"@bn,
        "Trinidad ha Tobago"@br,
        "ट्रिनिडाड एवं टोबैगो"@brx,
        "Trinidad i Tobago"@bs,
        "Тринидад и Тобаго"@bs-Cyrl,
        "ትሪኒዳድ እና ቶባጎ"@byn,
        "Trinitat i Tobago"@ca,
        "Turinidad na Tobago"@cgg,
        "特立尼达和多巴哥"@cmn,
        "千里達及托巴哥"@cmn-Hant,
        "Trinidad a Tobago"@cs,
        "Trinidad a Thobago"@cy,
        "Trinidad og Tobago"@da,
        "Trinidad na Tobago"@dav,
        "Trinidad und Tobago"@de,
        "Trinidad nda Tobaago"@dje,
        "ཊི་ནི་ཌཱཌ་ ཨེནཌ་ ཊོ་བྷེ་གྷོ"@dz,
        "Trinidad na Tobago"@ebu,
        "Trinidad kple Tobago nutome"@ee,
        "Τρινιντάντ και Τομπάγκο"@el,
        "ISO 3166-1:TT"@en,
        "Trinidad and Tobago"@en,
        "𐐓𐑉𐐮𐑌𐐮𐐼𐐰𐐼 𐐰𐑌𐐼 𐐓𐐲𐐺𐐩𐑀𐐬"@en-Dsrt,
        "Trinidado kaj Tobago"@eo,
        "Trinidad y Tobago"@es,
        "Trinidad ja Tobago"@et,
        "Trinidad eta Tobago"@eu,
        "Təlinité-ai-Tobágo"@ewo,
        "ترینیداد و توباگو"@fa,
        "Tirnidaad e Tobaago"@ff,
        "Trinidad ja Tobago"@fi,
        "Trinidad and Tobago"@fil,
        "Trinidad og Tobago"@fo,
        "Trinité-et-Tobago"@fr,
        "Trinidad e Tobago"@fur,
        "Oileáin na Tríonóide agus Tobága"@ga,
        "Trianaid is Tobago"@gd,
        "Trindade e Tobago"@gl,
        "Trinidad und Tobaago"@gsw,
        "ત્રિનિડાડ અને ટોબેગો"@gu,
        "Trinidad na Tobago"@guz,
        "Tirinidad Da Tobago"@ha,
        "טרינידד וטובגו"@he,
        "त्रिनिडाड और टोबैगो"@hi,
        "Trinidad i Tobago"@hr,
        "Trinidad és Tobago"@hu,
        "Տրինիդադ-Տոբագո"@hy,
        "Trinidad e Tobago"@ia,
        "Trinidad dan Tobago"@id,
        "Trínidad og Tóbagó"@is,
        "Trinidad e Tobago"@it,
        "トリニダード・トバゴ"@ja,
        "Trinidad na Tobago"@jmc,
        "ტრინიდადი და ტობაგო"@ka,
        "Ṭrindad d Ṭubagu"@kab,
        "Trinidad na Tobago"@kam,
        "Tilinidad na Tobago"@kde,
        "Trinidad i Tobagu"@kea,
        "Trinidad nda Tobaago"@khq,
        "Trinidad na Tobago"@ki,
        "Trinidad aamma Tobago"@kl,
        "Emetab Trinidad ak Tobago"@kln,
        "ទ្រីនីដាត និង​តូបាហ្គោ"@km,
        "ಟ್ರಿನಿಡಾಡ್ ಮತ್ತು ಟೊಬ್ಯಾಗೊ"@kn,
        "트리니다드 토바고"@ko,
        "ٹرٛنِنداد تہٕ ٹوبیگو"@ks,
        "Tlinidad na Tobago"@ksb,
        "tɛrinitɛ ri tobago"@ksf,
        "Trinidad un Tobääjo"@ksh,
        "Tiriníida ya Tobáago"@lag,
        "Turindaadi ne Tobago"@lg,
        "Tinidadɛ mpé Tobago"@ln,
        "ທາຍນິດາດ ແລະ ໂທບາໂກ້"@lo,
        "Trinidadas ir Tobagas"@lt,
        "Tinidade ne Tobago"@lu,
        "Trinidad gi Tobago"@luo,
        "Trinidad na Tobago"@luy,
        "Trinidāda un Tobāgo"@lv,
        "Trinidad na Tobago"@mas,
        "Trinidad na Tobago"@mer,
        "Trinite-ek-Tobago"@mfe,
        "Trinidad sy Tobagô"@mg,
        "Utrinidad na Tobago"@mgh,
        "Тринидад и Тобаго"@mk,
        "ട്രിനിഡാഡും റ്റൊബാഗോയും"@ml,
        "त्रिनिदाद आणि टोबॅगो"@mr,
        "Trinidad u Tobago"@mt,
        "Trinite ne Tobago"@mua,
        "Trinidad and Tobago"@naq,
        "Trinidad og Tobago"@nb,
        "Trinidad le Tobago"@nd,
        "त्रिनिडाड र तोबागो"@ne,
        "Trinidad en Tobago"@nl,
        "Trinidad ba Tobágó"@nmg,
        "Trinidad og Tobago"@nn,
        "Turinidad na Tobago"@nyn,
        "ତ୍ରିନିଦାଦ୍ ଏବଂ ଟୋବାଗୋ"@or,
        "Trynidad i Tobago"@pl,
        "Trindade e Tobago"@pt,
        "Trinidad e Tobago"@pt,
        "Trinidad e Tobago"@rm,
        "Tirinidadi na Tobago"@rn,
        "Trinidad-Tobago"@ro,
        "Trinidad na Tobago"@rof,
        "Тринидад и Тобаго"@ru,
        "Trinidad na Tobago"@rwk,
        "Trinidad na Tobago"@saq,
        "Tilinidadi ni Tobago"@sbp,
        "Trinidad ja Tobago"@se,
        "Trinidad e Tobago"@seh,
        "Trinidad nda Tobaago"@ses,
        "Trinitùee na Tobagö"@sg,
        "ⵜⵔⵉⵏⵉⴷⴰⴷ ⴷ ⵟⵓⴱⴰⴳⵓ"@shi,
        "trinidad d ṭubagu"@shi-Latn,
        "ට්‍රිනිඩෑඩ් සහ ටොබැගෝ"@si,
        "Trinidad a Tobago"@sk,
        "Trinidad in Tobago"@sl,
        "Trinidad and Tobago"@sn,
        "Trinidad and Tobago"@so,
        "Trinidad e Tobago"@sq,
        "Тринидад и Тобаго"@sr,
        "Trinidad i Tobago"@sr-Latn,
        "Trinidad och Tobago"@sv,
        "Trinidad na Tobago"@swc,
        "Trinidad na Tobago"@swh,
        "ட்ரினிடாட் மற்றும் டுபாகோ"@ta,
        "ట్రినిడేడ్ మరియు టొబాగో"@te,
        "Trinidad na Tobago"@teo,
        "ตรินิแดดและโตเบโก"@th,
        "ትሪኒዳድ እና ቶባጎ"@ti,
        "ትሪኒዳድ እና ቶባጎ"@tig,
        "Tilinitati mo Topako"@to,
        "Trinidad ve Tobago"@tr,
        "Trinidad nda Tobaago"@twq,
        "Trinidad d Ṭubagu"@tzm,
        "Тринідад і Тобаго"@uk,
        "ترینیداد اور ٹوباگو"@ur,
        "ꖤꔸꔕꕜ ꗪ ꕿꔆꖑ"@vai,
        "Turindeda ɓɛ́ Tobhego"@vai-Latn,
        "Trinidad và Tobago"@vi,
        "Trinidad na Tobago"@vun,
        "Trinidad und Tobago"@wae,
        "ትሪኒዳድ እና ቶባጎ"@wal,
        "Turindaadi ni Tobago"@xog,
        "tilinitáat na tupákɔ"@yav,
        "Orílẹ́ède Tirinida ati Tobaga"@yo,
        "Trinidad dan Tobago"@zsm,
        "i-Trinidad ne-Tobago"@zu ;
    lvont:label <http://lexvo.org/id/term/afr/Trinidad%20en%20Tobago>,
        <http://lexvo.org/id/term/agq/T%C3%A8lened%C3%A0%20%C3%A0%20T%C3%B2bag%C3%B9>,
        <http://lexvo.org/id/term/aka/Trinidad%20ne%20Tobago>,
        <http://lexvo.org/id/term/amh/%E1%89%B5%E1%88%AA%E1%8A%93%E1%8B%B3%E1%8B%B5%20%E1%8A%A5%E1%8A%93%20%E1%89%B6%E1%89%A4%E1%8C%8E>,
        <http://lexvo.org/id/term/ara/%D8%AA%D8%B1%D9%8A%D9%86%D9%8A%D8%AF%D8%A7%D8%AF%20%D9%88%D8%AA%D9%88%D8%A8%D8%A7%D8%BA%D9%88>,
        <http://lexvo.org/id/term/asa/Trinidad%20na%20Tobago>,
        <http://lexvo.org/id/term/ast/Trinid%C3%A1%20y%20Tobagu>,
        <http://lexvo.org/id/term/aze/Trinidan%20v%C9%99%20Tobaqo>,
        <http://lexvo.org/id/term/bam/Trinite-ni-Tobago>,
        <http://lexvo.org/id/term/bas/Tr%C3%ACnid%C3%A0d%20%C9%93%C9%94%20T%C3%B2bag%C3%B2>,
        <http://lexvo.org/id/term/bel/%D0%A2%D1%80%D1%8B%D0%BD%D1%96%D0%B4%D0%B0%D0%B4%20%D1%96%20%D0%A2%D0%B0%D0%B1%D0%B0%D0%B3%D0%B0>,
        <http://lexvo.org/id/term/ben/%E0%A6%A4%E0%A7%8D%E0%A6%B0%E0%A6%BF%E0%A6%A8%E0%A6%BF%E0%A6%A8%E0%A6%BE%E0%A6%A6%20%E0%A6%93%20%E0%A6%9F%E0%A7%8B%E0%A6%AC%E0%A7%8D%E0%A6%AF%E0%A6%BE%E0%A6%97%E0%A7%8B>,
        <http://lexvo.org/id/term/bez/Hutrinad%20na%20Hutobago>,
        <http://lexvo.org/id/term/bos-Cyrl/%D0%A2%D1%80%D0%B8%D0%BD%D0%B8%D0%B4%D0%B0%D0%B4%20%D0%B8%20%D0%A2%D0%BE%D0%B1%D0%B0%D0%B3%D0%BE>,
        <http://lexvo.org/id/term/bos/Trinidad%20i%20Tobago>,
        <http://lexvo.org/id/term/bre/Trinidad%20ha%20Tobago>,
        <http://lexvo.org/id/term/brx/%E0%A4%9F%E0%A5%8D%E0%A4%B0%E0%A4%BF%E0%A4%A8%E0%A4%BF%E0%A4%A1%E0%A4%BE%E0%A4%A1%20%E0%A4%8F%E0%A4%B5%E0%A4%82%20%E0%A4%9F%E0%A5%8B%E0%A4%AC%E0%A5%88%E0%A4%97%E0%A5%8B>,
        <http://lexvo.org/id/term/bul/%D0%A2%D1%80%D0%B8%D0%BD%D0%B8%D0%B4%D0%B0%D0%B4%20%D0%B8%20%D0%A2%D0%BE%D0%B1%D0%B0%D0%B3%D0%BE>,
        <http://lexvo.org/id/term/byn/%E1%89%B5%E1%88%AA%E1%8A%92%E1%8B%B3%E1%8B%B5%20%E1%8A%A5%E1%8A%93%20%E1%89%B6%E1%89%A3%E1%8C%8E>,
        <http://lexvo.org/id/term/cat/Trinitat%20i%20Tobago>,
        <http://lexvo.org/id/term/ces/Trinidad%20a%20Tobago>,
        <http://lexvo.org/id/term/cgg/Turinidad%20na%20Tobago>,
        <http://lexvo.org/id/term/cmn-Hant/%E5%8D%83%E9%87%8C%E9%81%94%E5%8F%8A%E6%89%98%E5%B7%B4%E5%93%A5>,
        <http://lexvo.org/id/term/cmn/%E7%89%B9%E7%AB%8B%E5%B0%BC%E8%BE%BE%E5%92%8C%E5%A4%9A%E5%B7%B4%E5%93%A5>,
        <http://lexvo.org/id/term/cym/Trinidad%20a%20Thobago>,
        <http://lexvo.org/id/term/dan/Trinidad%20og%20Tobago>,
        <http://lexvo.org/id/term/dav/Trinidad%20na%20Tobago>,
        <http://lexvo.org/id/term/deu/Trinidad%20und%20Tobago>,
        <http://lexvo.org/id/term/dje/Trinidad%20nda%20Tobaago>,
        <http://lexvo.org/id/term/dzo/%E0%BD%8A%E0%BD%B2%E0%BC%8B%E0%BD%93%E0%BD%B2%E0%BC%8B%E0%BD%8C%E0%BD%B1%E0%BD%8C%E0%BC%8B%20%E0%BD%A8%E0%BD%BA%E0%BD%93%E0%BD%8C%E0%BC%8B%20%E0%BD%8A%E0%BD%BC%E0%BC%8B%E0%BD%96%E0%BE%B7%E0%BD%BA%E0%BC%8B%E0%BD%82%E0%BE%B7%E0%BD%BC>,
        <http://lexvo.org/id/term/ebu/Trinidad%20na%20Tobago>,
        <http://lexvo.org/id/term/ell/%CE%A4%CF%81%CE%B9%CE%BD%CE%B9%CE%BD%CF%84%CE%AC%CE%BD%CF%84%20%CE%BA%CE%B1%CE%B9%20%CE%A4%CE%BF%CE%BC%CF%80%CE%AC%CE%B3%CE%BA%CE%BF>,
        <http://lexvo.org/id/term/eng-Dsrt/%F0%90%90%93%F0%90%91%89%F0%90%90%AE%F0%90%91%8C%F0%90%90%AE%F0%90%90%BC%F0%90%90%B0%F0%90%90%BC%20%F0%90%90%B0%F0%90%91%8C%F0%90%90%BC%20%F0%90%90%93%F0%90%90%B2%F0%90%90%BA%F0%90%90%A9%F0%90%91%80%F0%90%90%AC>,
        <http://lexvo.org/id/term/eng/ISO%203166-1%3ATT>,
        <http://lexvo.org/id/term/eng/Trinidad%20and%20Tobago>,
        <http://lexvo.org/id/term/epo/Trinidado%20kaj%20Tobago>,
        <http://lexvo.org/id/term/est/Trinidad%20ja%20Tobago>,
        <http://lexvo.org/id/term/eus/Trinidad%20eta%20Tobago>,
        <http://lexvo.org/id/term/ewe/Trinidad%20kple%20Tobago%20nutome>,
        <http://lexvo.org/id/term/ewo/T%C9%99linit%C3%A9-ai-Tob%C3%A1go>,
        <http://lexvo.org/id/term/fao/Trinidad%20og%20Tobago>,
        <http://lexvo.org/id/term/fas/%D8%AA%D8%B1%DB%8C%D9%86%DB%8C%D8%AF%D8%A7%D8%AF%20%D9%88%20%D8%AA%D9%88%D8%A8%D8%A7%DA%AF%D9%88>,
        <http://lexvo.org/id/term/fil/Trinidad%20and%20Tobago>,
        <http://lexvo.org/id/term/fin/Trinidad%20ja%20Tobago>,
        <http://lexvo.org/id/term/fra/Trinit%C3%A9-et-Tobago>,
        <http://lexvo.org/id/term/ful/Tirnidaad%20e%20Tobaago>,
        <http://lexvo.org/id/term/fur/Trinidad%20e%20Tobago>,
        <http://lexvo.org/id/term/gla/Trianaid%20is%20Tobago>,
        <http://lexvo.org/id/term/gle/Oile%C3%A1in%20na%20Tr%C3%ADon%C3%B3ide%20agus%20Tob%C3%A1ga>,
        <http://lexvo.org/id/term/glg/Trindade%20e%20Tobago>,
        <http://lexvo.org/id/term/gsw/Trinidad%20und%20Tobaago>,
        <http://lexvo.org/id/term/guj/%E0%AA%A4%E0%AB%8D%E0%AA%B0%E0%AA%BF%E0%AA%A8%E0%AA%BF%E0%AA%A1%E0%AA%BE%E0%AA%A1%20%E0%AA%85%E0%AA%A8%E0%AB%87%20%E0%AA%9F%E0%AB%8B%E0%AA%AC%E0%AB%87%E0%AA%97%E0%AB%8B>,
        <http://lexvo.org/id/term/guz/Trinidad%20na%20Tobago>,
        <http://lexvo.org/id/term/hau/Tirinidad%20Da%20Tobago>,
        <http://lexvo.org/id/term/heb/%D7%98%D7%A8%D7%99%D7%A0%D7%99%D7%93%D7%93%20%D7%95%D7%98%D7%95%D7%91%D7%92%D7%95>,
        <http://lexvo.org/id/term/hin/%E0%A4%A4%E0%A5%8D%E0%A4%B0%E0%A4%BF%E0%A4%A8%E0%A4%BF%E0%A4%A1%E0%A4%BE%E0%A4%A1%20%E0%A4%94%E0%A4%B0%20%E0%A4%9F%E0%A5%8B%E0%A4%AC%E0%A5%88%E0%A4%97%E0%A5%8B>,
        <http://lexvo.org/id/term/hrv/Trinidad%20i%20Tobago>,
        <http://lexvo.org/id/term/hun/Trinidad%20%C3%A9s%20Tobago>,
        <http://lexvo.org/id/term/hye/%D5%8F%D6%80%D5%AB%D5%B6%D5%AB%D5%A4%D5%A1%D5%A4-%D5%8F%D5%B8%D5%A2%D5%A1%D5%A3%D5%B8>,
        <http://lexvo.org/id/term/ina/Trinidad%20e%20Tobago>,
        <http://lexvo.org/id/term/ind/Trinidad%20dan%20Tobago>,
        <http://lexvo.org/id/term/isl/Tr%C3%ADnidad%20og%20T%C3%B3bag%C3%B3>,
        <http://lexvo.org/id/term/ita/Trinidad%20e%20Tobago>,
        <http://lexvo.org/id/term/jmc/Trinidad%20na%20Tobago>,
        <http://lexvo.org/id/term/jpn/%E3%83%88%E3%83%AA%E3%83%8B%E3%83%80%E3%83%BC%E3%83%89%E3%83%BB%E3%83%88%E3%83%90%E3%82%B4>,
        <http://lexvo.org/id/term/kab/%E1%B9%ACrindad%20d%20%E1%B9%ACubagu>,
        <http://lexvo.org/id/term/kal/Trinidad%20aamma%20Tobago>,
        <http://lexvo.org/id/term/kam/Trinidad%20na%20Tobago>,
        <http://lexvo.org/id/term/kan/%E0%B2%9F%E0%B3%8D%E0%B2%B0%E0%B2%BF%E0%B2%A8%E0%B2%BF%E0%B2%A1%E0%B2%BE%E0%B2%A1%E0%B3%8D%20%E0%B2%AE%E0%B2%A4%E0%B3%8D%E0%B2%A4%E0%B3%81%20%E0%B2%9F%E0%B3%8A%E0%B2%AC%E0%B3%8D%E0%B2%AF%E0%B2%BE%E0%B2%97%E0%B3%8A>,
        <http://lexvo.org/id/term/kas/%D9%B9%D8%B1%D9%9B%D9%86%D9%90%D9%86%D8%AF%D8%A7%D8%AF%20%D8%AA%DB%81%D9%95%20%D9%B9%D9%88%D8%A8%DB%8C%DA%AF%D9%88>,
        <http://lexvo.org/id/term/kat/%E1%83%A2%E1%83%A0%E1%83%98%E1%83%9C%E1%83%98%E1%83%93%E1%83%90%E1%83%93%E1%83%98%20%E1%83%93%E1%83%90%20%E1%83%A2%E1%83%9D%E1%83%91%E1%83%90%E1%83%92%E1%83%9D>,
        <http://lexvo.org/id/term/kde/Tilinidad%20na%20Tobago>,
        <http://lexvo.org/id/term/kea/Trinidad%20i%20Tobagu>,
        <http://lexvo.org/id/term/khm/%E1%9E%91%E1%9F%92%E1%9E%9A%E1%9E%B8%E1%9E%93%E1%9E%B8%E1%9E%8A%E1%9E%B6%E1%9E%8F%20%E1%9E%93%E1%9E%B7%E1%9E%84%E2%80%8B%E1%9E%8F%E1%9E%BC%E1%9E%94%E1%9E%B6%E1%9E%A0%E1%9F%92%E1%9E%82%E1%9F%84>,
        <http://lexvo.org/id/term/khq/Trinidad%20nda%20Tobaago>,
        <http://lexvo.org/id/term/kik/Trinidad%20na%20Tobago>,
        <http://lexvo.org/id/term/kln/Emetab%20Trinidad%20ak%20Tobago>,
        <http://lexvo.org/id/term/kor/%ED%8A%B8%EB%A6%AC%EB%8B%88%EB%8B%A4%EB%93%9C%20%ED%86%A0%EB%B0%94%EA%B3%A0>,
        <http://lexvo.org/id/term/ksb/Tlinidad%20na%20Tobago>,
        <http://lexvo.org/id/term/ksf/t%C9%9Brinit%C9%9B%20ri%20tobago>,
        <http://lexvo.org/id/term/ksh/Trinidad%20un%20Tob%C3%A4%C3%A4jo>,
        <http://lexvo.org/id/term/lag/Tirin%C3%ADida%20ya%20Tob%C3%A1ago>,
        <http://lexvo.org/id/term/lao/%E0%BA%97%E0%BA%B2%E0%BA%8D%E0%BA%99%E0%BA%B4%E0%BA%94%E0%BA%B2%E0%BA%94%20%E0%BB%81%E0%BA%A5%E0%BA%B0%20%E0%BB%82%E0%BA%97%E0%BA%9A%E0%BA%B2%E0%BB%82%E0%BA%81%E0%BB%89>,
        <http://lexvo.org/id/term/lav/Trinid%C4%81da%20un%20Tob%C4%81go>,
        <http://lexvo.org/id/term/lin/Tinidad%C9%9B%20mp%C3%A9%20Tobago>,
        <http://lexvo.org/id/term/lit/Trinidadas%20ir%20Tobagas>,
        <http://lexvo.org/id/term/lub/Tinidade%20ne%20Tobago>,
        <http://lexvo.org/id/term/lug/Turindaadi%20ne%20Tobago>,
        <http://lexvo.org/id/term/luo/Trinidad%20gi%20Tobago>,
        <http://lexvo.org/id/term/luy/Trinidad%20na%20Tobago>,
        <http://lexvo.org/id/term/mal/%E0%B4%9F%E0%B5%8D%E0%B4%B0%E0%B4%BF%E0%B4%A8%E0%B4%BF%E0%B4%A1%E0%B4%BE%E0%B4%A1%E0%B5%81%E0%B4%82%20%E0%B4%B1%E0%B5%8D%E0%B4%B1%E0%B5%8A%E0%B4%AC%E0%B4%BE%E0%B4%97%E0%B5%8B%E0%B4%AF%E0%B5%81%E0%B4%82>,
        <http://lexvo.org/id/term/mar/%E0%A4%A4%E0%A5%8D%E0%A4%B0%E0%A4%BF%E0%A4%A8%E0%A4%BF%E0%A4%A6%E0%A4%BE%E0%A4%A6%20%E0%A4%86%E0%A4%A3%E0%A4%BF%20%E0%A4%9F%E0%A5%8B%E0%A4%AC%E0%A5%85%E0%A4%97%E0%A5%8B>,
        <http://lexvo.org/id/term/mas/Trinidad%20na%20Tobago>,
        <http://lexvo.org/id/term/mer/Trinidad%20na%20Tobago>,
        <http://lexvo.org/id/term/mfe/Trinite-ek-Tobago>,
        <http://lexvo.org/id/term/mgh/Utrinidad%20na%20Tobago>,
        <http://lexvo.org/id/term/mkd/%D0%A2%D1%80%D0%B8%D0%BD%D0%B8%D0%B4%D0%B0%D0%B4%20%D0%B8%20%D0%A2%D0%BE%D0%B1%D0%B0%D0%B3%D0%BE>,
        <http://lexvo.org/id/term/mlg/Trinidad%20sy%20Tobag%C3%B4>,
        <http://lexvo.org/id/term/mlt/Trinidad%20u%20Tobago>,
        <http://lexvo.org/id/term/mua/Trinite%20ne%20Tobago>,
        <http://lexvo.org/id/term/naq/Trinidad%20and%20Tobago>,
        <http://lexvo.org/id/term/nde/Trinidad%20le%20Tobago>,
        <http://lexvo.org/id/term/nep/%E0%A4%A4%E0%A5%8D%E0%A4%B0%E0%A4%BF%E0%A4%A8%E0%A4%BF%E0%A4%A1%E0%A4%BE%E0%A4%A1%20%E0%A4%B0%20%E0%A4%A4%E0%A5%8B%E0%A4%AC%E0%A4%BE%E0%A4%97%E0%A5%8B>,
        <http://lexvo.org/id/term/nld/Trinidad%20en%20Tobago>,
        <http://lexvo.org/id/term/nmg/Trinidad%20ba%20Tob%C3%A1g%C3%B3>,
        <http://lexvo.org/id/term/nno/Trinidad%20og%20Tobago>,
        <http://lexvo.org/id/term/nob/Trinidad%20og%20Tobago>,
        <http://lexvo.org/id/term/nyn/Turinidad%20na%20Tobago>,
        <http://lexvo.org/id/term/ori/%E0%AC%A4%E0%AD%8D%E0%AC%B0%E0%AC%BF%E0%AC%A8%E0%AC%BF%E0%AC%A6%E0%AC%BE%E0%AC%A6%E0%AD%8D%20%E0%AC%8F%E0%AC%AC%E0%AC%82%20%E0%AC%9F%E0%AD%8B%E0%AC%AC%E0%AC%BE%E0%AC%97%E0%AD%8B>,
        <http://lexvo.org/id/term/pol/Trynidad%20i%20Tobago>,
        <http://lexvo.org/id/term/por/Trindade%20e%20Tobago>,
        <http://lexvo.org/id/term/por/Trinidad%20e%20Tobago>,
        <http://lexvo.org/id/term/rof/Trinidad%20na%20Tobago>,
        <http://lexvo.org/id/term/roh/Trinidad%20e%20Tobago>,
        <http://lexvo.org/id/term/ron/Trinidad-Tobago>,
        <http://lexvo.org/id/term/run/Tirinidadi%20na%20Tobago>,
        <http://lexvo.org/id/term/rus/%D0%A2%D1%80%D0%B8%D0%BD%D0%B8%D0%B4%D0%B0%D0%B4%20%D0%B8%20%D0%A2%D0%BE%D0%B1%D0%B0%D0%B3%D0%BE>,
        <http://lexvo.org/id/term/rwk/Trinidad%20na%20Tobago>,
        <http://lexvo.org/id/term/sag/Trinit%C3%B9ee%20na%20Tobag%C3%B6>,
        <http://lexvo.org/id/term/saq/Trinidad%20na%20Tobago>,
        <http://lexvo.org/id/term/sbp/Tilinidadi%20ni%20Tobago>,
        <http://lexvo.org/id/term/seh/Trinidad%20e%20Tobago>,
        <http://lexvo.org/id/term/ses/Trinidad%20nda%20Tobaago>,
        <http://lexvo.org/id/term/shi-Latn/trinidad%20d%20%E1%B9%ADubagu>,
        <http://lexvo.org/id/term/shi/%E2%B5%9C%E2%B5%94%E2%B5%89%E2%B5%8F%E2%B5%89%E2%B4%B7%E2%B4%B0%E2%B4%B7%20%E2%B4%B7%20%E2%B5%9F%E2%B5%93%E2%B4%B1%E2%B4%B0%E2%B4%B3%E2%B5%93>,
        <http://lexvo.org/id/term/sin/%E0%B6%A7%E0%B7%8A%E2%80%8D%E0%B6%BB%E0%B7%92%E0%B6%B1%E0%B7%92%E0%B6%A9%E0%B7%91%E0%B6%A9%E0%B7%8A%20%E0%B7%83%E0%B7%84%20%E0%B6%A7%E0%B7%9C%E0%B6%B6%E0%B7%90%E0%B6%9C%E0%B7%9D>,
        <http://lexvo.org/id/term/slk/Trinidad%20a%20Tobago>,
        <http://lexvo.org/id/term/slv/Trinidad%20in%20Tobago>,
        <http://lexvo.org/id/term/sme/Trinidad%20ja%20Tobago>,
        <http://lexvo.org/id/term/sna/Trinidad%20and%20Tobago>,
        <http://lexvo.org/id/term/som/Trinidad%20and%20Tobago>,
        <http://lexvo.org/id/term/spa/Trinidad%20y%20Tobago>,
        <http://lexvo.org/id/term/sqi/Trinidad%20e%20Tobago>,
        <http://lexvo.org/id/term/srp-Latn/Trinidad%20i%20Tobago>,
        <http://lexvo.org/id/term/srp/%D0%A2%D1%80%D0%B8%D0%BD%D0%B8%D0%B4%D0%B0%D0%B4%20%D0%B8%20%D0%A2%D0%BE%D0%B1%D0%B0%D0%B3%D0%BE>,
        <http://lexvo.org/id/term/swc/Trinidad%20na%20Tobago>,
        <http://lexvo.org/id/term/swe/Trinidad%20och%20Tobago>,
        <http://lexvo.org/id/term/swh/Trinidad%20na%20Tobago>,
        <http://lexvo.org/id/term/tam/%E0%AE%9F%E0%AF%8D%E0%AE%B0%E0%AE%BF%E0%AE%A9%E0%AE%BF%E0%AE%9F%E0%AE%BE%E0%AE%9F%E0%AF%8D%20%E0%AE%AE%E0%AE%B1%E0%AF%8D%E0%AE%B1%E0%AF%81%E0%AE%AE%E0%AF%8D%20%E0%AE%9F%E0%AF%81%E0%AE%AA%E0%AE%BE%E0%AE%95%E0%AF%8B>,
        <http://lexvo.org/id/term/tel/%E0%B0%9F%E0%B1%8D%E0%B0%B0%E0%B0%BF%E0%B0%A8%E0%B0%BF%E0%B0%A1%E0%B1%87%E0%B0%A1%E0%B1%8D%20%E0%B0%AE%E0%B0%B0%E0%B0%BF%E0%B0%AF%E0%B1%81%20%E0%B0%9F%E0%B1%8A%E0%B0%AC%E0%B0%BE%E0%B0%97%E0%B1%8B>,
        <http://lexvo.org/id/term/teo/Trinidad%20na%20Tobago>,
        <http://lexvo.org/id/term/tha/%E0%B8%95%E0%B8%A3%E0%B8%B4%E0%B8%99%E0%B8%B4%E0%B9%81%E0%B8%94%E0%B8%94%E0%B9%81%E0%B8%A5%E0%B8%B0%E0%B9%82%E0%B8%95%E0%B9%80%E0%B8%9A%E0%B9%82%E0%B8%81>,
        <http://lexvo.org/id/term/tig/%E1%89%B5%E1%88%AA%E1%8A%92%E1%8B%B3%E1%8B%B5%20%E1%8A%A5%E1%8A%93%20%E1%89%B6%E1%89%A3%E1%8C%8E>,
        <http://lexvo.org/id/term/tir/%E1%89%B5%E1%88%AA%E1%8A%92%E1%8B%B3%E1%8B%B5%20%E1%8A%A5%E1%8A%93%20%E1%89%B6%E1%89%A3%E1%8C%8E>,
        <http://lexvo.org/id/term/ton/Tilinitati%20mo%20Topako>,
        <http://lexvo.org/id/term/tur/Trinidad%20ve%20Tobago>,
        <http://lexvo.org/id/term/twq/Trinidad%20nda%20Tobaago>,
        <http://lexvo.org/id/term/tzm/Trinidad%20d%20%E1%B9%ACubagu>,
        <http://lexvo.org/id/term/ukr/%D0%A2%D1%80%D0%B8%D0%BD%D1%96%D0%B4%D0%B0%D0%B4%20%D1%96%20%D0%A2%D0%BE%D0%B1%D0%B0%D0%B3%D0%BE>,
        <http://lexvo.org/id/term/urd/%D8%AA%D8%B1%DB%8C%D9%86%DB%8C%D8%AF%D8%A7%D8%AF%20%D8%A7%D9%88%D8%B1%20%D9%B9%D9%88%D8%A8%D8%A7%DA%AF%D9%88>,
        <http://lexvo.org/id/term/vai-Latn/Turindeda%20%C9%93%C9%9B%CC%81%20Tobhego>,
        <http://lexvo.org/id/term/vai/%EA%96%A4%EA%94%B8%EA%94%95%EA%95%9C%20%EA%97%AA%20%EA%95%BF%EA%94%86%EA%96%91>,
        <http://lexvo.org/id/term/vie/Trinidad%20v%C3%A0%20Tobago>,
        <http://lexvo.org/id/term/vun/Trinidad%20na%20Tobago>,
        <http://lexvo.org/id/term/wae/Trinidad%20und%20Tobago>,
        <http://lexvo.org/id/term/wal/%E1%89%B5%E1%88%AA%E1%8A%92%E1%8B%B3%E1%8B%B5%20%E1%8A%A5%E1%8A%93%20%E1%89%B6%E1%89%A3%E1%8C%8E>,
        <http://lexvo.org/id/term/xog/Turindaadi%20ni%20Tobago>,
        <http://lexvo.org/id/term/yav/tilinit%C3%A1at%20na%20tup%C3%A1k%C9%94>,
        <http://lexvo.org/id/term/yor/Or%C3%ADl%E1%BA%B9%CC%81%C3%A8de%20Tirinida%20ati%20Tobaga>,
        <http://lexvo.org/id/term/zsm/Trinidad%20dan%20Tobago>,
        <http://lexvo.org/id/term/zul/i-Trinidad%20ne-Tobago> ;
    owl:sameAs <http://psi.oasis-open.org/iso/3166/#780>,
        <http://sws.geonames.org/3573591/> .

<http://lexvo.org/id/iso3166/TV> a lvont:GeographicRegion ;
    rdfs:label "Tuvalu"@af,
        "Tuwvalùw"@agq,
        "Tuvalu"@ak,
        "ቱቫሉ"@am,
        "توفالو"@ar,
        "Tuvalu"@asa,
        "Tuvalu"@ast,
        "Tuvalu"@az,
        "Tùvàlù"@bas,
        "Тувалу"@be,
        "Hutuvalu"@bez,
        "Тувалу"@bg,
        "Tuvalu"@bm,
        "টুভালু"@bn,
        "ཐུ་ཝ་ལུ།"@bo,
        "Tuvalu"@br,
        "तुवालु"@brx,
        "Tuvalu"@bs,
        "Тувалу"@bs-Cyrl,
        "Tuvalu"@ca,
        "Tuvaru"@cgg,
        "图瓦卢"@cmn,
        "吐瓦魯"@cmn-Hant,
        "Tuvalu"@cs,
        "Twfalw"@cy,
        "Tuvalu"@da,
        "Tuvalu"@dav,
        "Tuvalu"@de,
        "Tuvalu"@dje,
        "ཏུ་ཝ་ལུ"@dz,
        "Tuvalu"@ebu,
        "Tuvalu nutome"@ee,
        "Τουβαλού"@el,
        "ISO 3166-1:TV"@en,
        "Tuvalu"@en,
        "𐐓𐐲𐑂𐐪𐑊𐐭"@en-Dsrt,
        "Tuvalo"@eo,
        "Tuvalu"@es,
        "Tuvalu"@et,
        "Tuvalu"@eu,
        "Tuvalú"@ewo,
        "تووالو"@fa,
        "Tuwaluu"@ff,
        "Tuvalu"@fi,
        "Tuvalu"@fil,
        "Tuvalu"@fo,
        "Tuvalu"@fr,
        "Tuvalu"@fur,
        "Túválú"@ga,
        "Tubhalu"@gd,
        "Tuvalu"@gl,
        "Tuvalu"@gsw,
        "તુવાલુ"@gu,
        "Tuvalu"@guz,
        "Tubalu"@ha,
        "טובלו"@he,
        "तुवालु"@hi,
        "Tuvalu"@hr,
        "Tuvalu"@hu,
        "Տուվալու"@hy,
        "Tuvalu"@ia,
        "Tuvalu"@id,
        "Túvalú"@is,
        "Tuvalu"@it,
        "ツバル"@ja,
        "Tuvalu"@jmc,
        "ტუვალუ"@ka,
        "Ṭuvalu"@kab,
        "Tuvalu"@kam,
        "Tuvalu"@kde,
        "Tuvalu"@kea,
        "Tuvalu"@khq,
        "Tuvalu"@ki,
        "Tuvalu"@kl,
        "Emetab Tuvalu"@kln,
        "ទូវ៉ាលូ"@km,
        "ಟುವಾಲು"@kn,
        "투발루"@ko,
        "توٗوالوٗ"@ks,
        "Tuvalu"@ksb,
        "tuwalu"@ksf,
        "Tuvalu"@ksh,
        "Tuváalu"@lag,
        "Tuvalu"@lg,
        "Tuvalu"@ln,
        "ຕູວາລູ"@lo,
        "Tuvalu"@lt,
        "Tuvalu"@lu,
        "Tuvalu"@luo,
        "Tuvalu"@luy,
        "Tuvalu"@lv,
        "Tuvalu"@mas,
        "Tuvalu"@mer,
        "Tuvalu"@mfe,
        "Tovalò"@mg,
        "Utuvalu"@mgh,
        "Тувалу"@mk,
        "തുവാലു"@ml,
        "टुवालु"@mr,
        "Tuvalu"@mt,
        "Sǝr Tuvalu"@mua,
        "Tuvalu"@naq,
        "Tuvalu"@nb,
        "Thuvalu"@nd,
        "तुभालु"@ne,
        "Tuvalu"@nl,
        "Tuvalú"@nmg,
        "Tuvalu"@nn,
        "Tuvaru"@nyn,
        "ଟୁଭାଲୁ"@or,
        "Tuvalu"@pl,
        "Tuvalu"@pt,
        "Tuvalu"@rm,
        "Tuvalu"@rn,
        "Tuvalu"@ro,
        "Tuvalu"@rof,
        "Тувалу"@ru,
        "Tuvalu"@rwk,
        "Tuvalu"@saq,
        "Tuvalu"@sbp,
        "Tuvalu"@se,
        "Tuvalu"@seh,
        "Tuvalu"@ses,
        "Tüvalü"@sg,
        "ⵜⵓⴼⴰⵍⵓ"@shi,
        "tufalu"@shi-Latn,
        "ටුවාලූ"@si,
        "Tuvalu"@sk,
        "Tuvalu"@sl,
        "Tuvalu"@sn,
        "Tuvalu"@so,
        "Тувалу"@sr,
        "Tuvalu"@sr-Latn,
        "Tuvalu"@sv,
        "Tuvalu"@swc,
        "Tuvalu"@swh,
        "துவாலூ"@ta,
        "టువాలు"@te,
        "Tuvalu"@teo,
        "ตูวาลู"@th,
        "ቱቫሉ"@ti,
        "Tūvalu"@to,
        "Tuvalu"@tr,
        "Tuvalu"@twq,
        "Ṭuvalu"@tzm,
        "Тувалу"@uk,
        "ٹووالو"@ur,
        "ꕚꖣꖨ"@vai,
        "Tuválu"@vai-Latn,
        "Tuvalu"@vi,
        "Tuvalu"@vun,
        "Tuvalu"@wae,
        "Tuvalu"@xog,
        "tufalú"@yav,
        "Orílẹ́ède Tufalu"@yo,
        "Tuvalu"@zsm,
        "i-Tuvalu"@zu ;
    lvont:label <http://lexvo.org/id/term/afr/Tuvalu>,
        <http://lexvo.org/id/term/agq/Tuwval%C3%B9w>,
        <http://lexvo.org/id/term/aka/Tuvalu>,
        <http://lexvo.org/id/term/amh/%E1%89%B1%E1%89%AB%E1%88%89>,
        <http://lexvo.org/id/term/ara/%D8%AA%D9%88%D9%81%D8%A7%D9%84%D9%88>,
        <http://lexvo.org/id/term/asa/Tuvalu>,
        <http://lexvo.org/id/term/ast/Tuvalu>,
        <http://lexvo.org/id/term/aze/Tuvalu>,
        <http://lexvo.org/id/term/bam/Tuvalu>,
        <http://lexvo.org/id/term/bas/T%C3%B9v%C3%A0l%C3%B9>,
        <http://lexvo.org/id/term/bel/%D0%A2%D1%83%D0%B2%D0%B0%D0%BB%D1%83>,
        <http://lexvo.org/id/term/ben/%E0%A6%9F%E0%A7%81%E0%A6%AD%E0%A6%BE%E0%A6%B2%E0%A7%81>,
        <http://lexvo.org/id/term/bez/Hutuvalu>,
        <http://lexvo.org/id/term/bod/%E0%BD%90%E0%BD%B4%E0%BC%8B%E0%BD%9D%E0%BC%8B%E0%BD%A3%E0%BD%B4%E0%BC%8D>,
        <http://lexvo.org/id/term/bos-Cyrl/%D0%A2%D1%83%D0%B2%D0%B0%D0%BB%D1%83>,
        <http://lexvo.org/id/term/bos/Tuvalu>,
        <http://lexvo.org/id/term/bre/Tuvalu>,
        <http://lexvo.org/id/term/brx/%E0%A4%A4%E0%A5%81%E0%A4%B5%E0%A4%BE%E0%A4%B2%E0%A5%81>,
        <http://lexvo.org/id/term/bul/%D0%A2%D1%83%D0%B2%D0%B0%D0%BB%D1%83>,
        <http://lexvo.org/id/term/cat/Tuvalu>,
        <http://lexvo.org/id/term/ces/Tuvalu>,
        <http://lexvo.org/id/term/cgg/Tuvaru>,
        <http://lexvo.org/id/term/cmn-Hant/%E5%90%90%E7%93%A6%E9%AD%AF>,
        <http://lexvo.org/id/term/cmn/%E5%9B%BE%E7%93%A6%E5%8D%A2>,
        <http://lexvo.org/id/term/cym/Twfalw>,
        <http://lexvo.org/id/term/dan/Tuvalu>,
        <http://lexvo.org/id/term/dav/Tuvalu>,
        <http://lexvo.org/id/term/deu/Tuvalu>,
        <http://lexvo.org/id/term/dje/Tuvalu>,
        <http://lexvo.org/id/term/dzo/%E0%BD%8F%E0%BD%B4%E0%BC%8B%E0%BD%9D%E0%BC%8B%E0%BD%A3%E0%BD%B4>,
        <http://lexvo.org/id/term/ebu/Tuvalu>,
        <http://lexvo.org/id/term/ell/%CE%A4%CE%BF%CF%85%CE%B2%CE%B1%CE%BB%CE%BF%CF%8D>,
        <http://lexvo.org/id/term/eng-Dsrt/%F0%90%90%93%F0%90%90%B2%F0%90%91%82%F0%90%90%AA%F0%90%91%8A%F0%90%90%AD>,
        <http://lexvo.org/id/term/eng/ISO%203166-1%3ATV>,
        <http://lexvo.org/id/term/eng/Tuvalu>,
        <http://lexvo.org/id/term/epo/Tuvalo>,
        <http://lexvo.org/id/term/est/Tuvalu>,
        <http://lexvo.org/id/term/eus/Tuvalu>,
        <http://lexvo.org/id/term/ewe/Tuvalu%20nutome>,
        <http://lexvo.org/id/term/ewo/Tuval%C3%BA>,
        <http://lexvo.org/id/term/fao/Tuvalu>,
        <http://lexvo.org/id/term/fas/%D8%AA%D9%88%D9%88%D8%A7%D9%84%D9%88>,
        <http://lexvo.org/id/term/fil/Tuvalu>,
        <http://lexvo.org/id/term/fin/Tuvalu>,
        <http://lexvo.org/id/term/fra/Tuvalu>,
        <http://lexvo.org/id/term/ful/Tuwaluu>,
        <http://lexvo.org/id/term/fur/Tuvalu>,
        <http://lexvo.org/id/term/gla/Tubhalu>,
        <http://lexvo.org/id/term/gle/T%C3%BAv%C3%A1l%C3%BA>,
        <http://lexvo.org/id/term/glg/Tuvalu>,
        <http://lexvo.org/id/term/gsw/Tuvalu>,
        <http://lexvo.org/id/term/guj/%E0%AA%A4%E0%AB%81%E0%AA%B5%E0%AA%BE%E0%AA%B2%E0%AB%81>,
        <http://lexvo.org/id/term/guz/Tuvalu>,
        <http://lexvo.org/id/term/hau/Tubalu>,
        <http://lexvo.org/id/term/heb/%D7%98%D7%95%D7%91%D7%9C%D7%95>,
        <http://lexvo.org/id/term/hin/%E0%A4%A4%E0%A5%81%E0%A4%B5%E0%A4%BE%E0%A4%B2%E0%A5%81>,
        <http://lexvo.org/id/term/hrv/Tuvalu>,
        <http://lexvo.org/id/term/hun/Tuvalu>,
        <http://lexvo.org/id/term/hye/%D5%8F%D5%B8%D6%82%D5%BE%D5%A1%D5%AC%D5%B8%D6%82>,
        <http://lexvo.org/id/term/ina/Tuvalu>,
        <http://lexvo.org/id/term/ind/Tuvalu>,
        <http://lexvo.org/id/term/isl/T%C3%BAval%C3%BA>,
        <http://lexvo.org/id/term/ita/Tuvalu>,
        <http://lexvo.org/id/term/jmc/Tuvalu>,
        <http://lexvo.org/id/term/jpn/%E3%83%84%E3%83%90%E3%83%AB>,
        <http://lexvo.org/id/term/kab/%E1%B9%ACuvalu>,
        <http://lexvo.org/id/term/kal/Tuvalu>,
        <http://lexvo.org/id/term/kam/Tuvalu>,
        <http://lexvo.org/id/term/kan/%E0%B2%9F%E0%B3%81%E0%B2%B5%E0%B2%BE%E0%B2%B2%E0%B3%81>,
        <http://lexvo.org/id/term/kas/%D8%AA%D9%88%D9%97%D9%88%D8%A7%D9%84%D9%88%D9%97>,
        <http://lexvo.org/id/term/kat/%E1%83%A2%E1%83%A3%E1%83%95%E1%83%90%E1%83%9A%E1%83%A3>,
        <http://lexvo.org/id/term/kde/Tuvalu>,
        <http://lexvo.org/id/term/kea/Tuvalu>,
        <http://lexvo.org/id/term/khm/%E1%9E%91%E1%9E%BC%E1%9E%9C%E1%9F%89%E1%9E%B6%E1%9E%9B%E1%9E%BC>,
        <http://lexvo.org/id/term/khq/Tuvalu>,
        <http://lexvo.org/id/term/kik/Tuvalu>,
        <http://lexvo.org/id/term/kln/Emetab%20Tuvalu>,
        <http://lexvo.org/id/term/kor/%ED%88%AC%EB%B0%9C%EB%A3%A8>,
        <http://lexvo.org/id/term/ksb/Tuvalu>,
        <http://lexvo.org/id/term/ksf/tuwalu>,
        <http://lexvo.org/id/term/ksh/Tuvalu>,
        <http://lexvo.org/id/term/lag/Tuv%C3%A1alu>,
        <http://lexvo.org/id/term/lao/%E0%BA%95%E0%BA%B9%E0%BA%A7%E0%BA%B2%E0%BA%A5%E0%BA%B9>,
        <http://lexvo.org/id/term/lav/Tuvalu>,
        <http://lexvo.org/id/term/lin/Tuvalu>,
        <http://lexvo.org/id/term/lit/Tuvalu>,
        <http://lexvo.org/id/term/lub/Tuvalu>,
        <http://lexvo.org/id/term/lug/Tuvalu>,
        <http://lexvo.org/id/term/luo/Tuvalu>,
        <http://lexvo.org/id/term/luy/Tuvalu>,
        <http://lexvo.org/id/term/mal/%E0%B4%A4%E0%B5%81%E0%B4%B5%E0%B4%BE%E0%B4%B2%E0%B5%81>,
        <http://lexvo.org/id/term/mar/%E0%A4%9F%E0%A5%81%E0%A4%B5%E0%A4%BE%E0%A4%B2%E0%A5%81>,
        <http://lexvo.org/id/term/mas/Tuvalu>,
        <http://lexvo.org/id/term/mer/Tuvalu>,
        <http://lexvo.org/id/term/mfe/Tuvalu>,
        <http://lexvo.org/id/term/mgh/Utuvalu>,
        <http://lexvo.org/id/term/mkd/%D0%A2%D1%83%D0%B2%D0%B0%D0%BB%D1%83>,
        <http://lexvo.org/id/term/mlg/Toval%C3%B2>,
        <http://lexvo.org/id/term/mlt/Tuvalu>,
        <http://lexvo.org/id/term/mua/S%C7%9Dr%20Tuvalu>,
        <http://lexvo.org/id/term/naq/Tuvalu>,
        <http://lexvo.org/id/term/nde/Thuvalu>,
        <http://lexvo.org/id/term/nep/%E0%A4%A4%E0%A5%81%E0%A4%AD%E0%A4%BE%E0%A4%B2%E0%A5%81>,
        <http://lexvo.org/id/term/nld/Tuvalu>,
        <http://lexvo.org/id/term/nmg/Tuval%C3%BA>,
        <http://lexvo.org/id/term/nno/Tuvalu>,
        <http://lexvo.org/id/term/nob/Tuvalu>,
        <http://lexvo.org/id/term/nyn/Tuvaru>,
        <http://lexvo.org/id/term/ori/%E0%AC%9F%E0%AD%81%E0%AC%AD%E0%AC%BE%E0%AC%B2%E0%AD%81>,
        <http://lexvo.org/id/term/pol/Tuvalu>,
        <http://lexvo.org/id/term/por/Tuvalu>,
        <http://lexvo.org/id/term/rof/Tuvalu>,
        <http://lexvo.org/id/term/roh/Tuvalu>,
        <http://lexvo.org/id/term/ron/Tuvalu>,
        <http://lexvo.org/id/term/run/Tuvalu>,
        <http://lexvo.org/id/term/rus/%D0%A2%D1%83%D0%B2%D0%B0%D0%BB%D1%83>,
        <http://lexvo.org/id/term/rwk/Tuvalu>,
        <http://lexvo.org/id/term/sag/T%C3%BCval%C3%BC>,
        <http://lexvo.org/id/term/saq/Tuvalu>,
        <http://lexvo.org/id/term/sbp/Tuvalu>,
        <http://lexvo.org/id/term/seh/Tuvalu>,
        <http://lexvo.org/id/term/ses/Tuvalu>,
        <http://lexvo.org/id/term/shi-Latn/tufalu>,
        <http://lexvo.org/id/term/shi/%E2%B5%9C%E2%B5%93%E2%B4%BC%E2%B4%B0%E2%B5%8D%E2%B5%93>,
        <http://lexvo.org/id/term/sin/%E0%B6%A7%E0%B7%94%E0%B7%80%E0%B7%8F%E0%B6%BD%E0%B7%96>,
        <http://lexvo.org/id/term/slk/Tuvalu>,
        <http://lexvo.org/id/term/slv/Tuvalu>,
        <http://lexvo.org/id/term/sme/Tuvalu>,
        <http://lexvo.org/id/term/sna/Tuvalu>,
        <http://lexvo.org/id/term/som/Tuvalu>,
        <http://lexvo.org/id/term/spa/Tuvalu>,
        <http://lexvo.org/id/term/srp-Latn/Tuvalu>,
        <http://lexvo.org/id/term/srp/%D0%A2%D1%83%D0%B2%D0%B0%D0%BB%D1%83>,
        <http://lexvo.org/id/term/swc/Tuvalu>,
        <http://lexvo.org/id/term/swe/Tuvalu>,
        <http://lexvo.org/id/term/swh/Tuvalu>,
        <http://lexvo.org/id/term/tam/%E0%AE%A4%E0%AF%81%E0%AE%B5%E0%AE%BE%E0%AE%B2%E0%AF%82>,
        <http://lexvo.org/id/term/tel/%E0%B0%9F%E0%B1%81%E0%B0%B5%E0%B0%BE%E0%B0%B2%E0%B1%81>,
        <http://lexvo.org/id/term/teo/Tuvalu>,
        <http://lexvo.org/id/term/tha/%E0%B8%95%E0%B8%B9%E0%B8%A7%E0%B8%B2%E0%B8%A5%E0%B8%B9>,
        <http://lexvo.org/id/term/tir/%E1%89%B1%E1%89%AB%E1%88%89>,
        <http://lexvo.org/id/term/ton/T%C5%ABvalu>,
        <http://lexvo.org/id/term/tur/Tuvalu>,
        <http://lexvo.org/id/term/twq/Tuvalu>,
        <http://lexvo.org/id/term/tzm/%E1%B9%ACuvalu>,
        <http://lexvo.org/id/term/ukr/%D0%A2%D1%83%D0%B2%D0%B0%D0%BB%D1%83>,
        <http://lexvo.org/id/term/urd/%D9%B9%D9%88%D9%88%D8%A7%D9%84%D9%88>,
        <http://lexvo.org/id/term/vai-Latn/Tuv%C3%A1lu>,
        <http://lexvo.org/id/term/vai/%EA%95%9A%EA%96%A3%EA%96%A8>,
        <http://lexvo.org/id/term/vie/Tuvalu>,
        <http://lexvo.org/id/term/vun/Tuvalu>,
        <http://lexvo.org/id/term/wae/Tuvalu>,
        <http://lexvo.org/id/term/xog/Tuvalu>,
        <http://lexvo.org/id/term/yav/tufal%C3%BA>,
        <http://lexvo.org/id/term/yor/Or%C3%ADl%E1%BA%B9%CC%81%C3%A8de%20Tufalu>,
        <http://lexvo.org/id/term/zsm/Tuvalu>,
        <http://lexvo.org/id/term/zul/i-Tuvalu> ;
    owl:sameAs <http://psi.oasis-open.org/iso/3166/#798>,
        <http://sws.geonames.org/2110297/> .

<http://lexvo.org/id/iso3166/TZ> a lvont:GeographicRegion ;
    rdfs:label "Tanzanië"@af,
        "Tàanzanyìa"@agq,
        "Tanzania"@ak,
        "ታንዛኒያ"@am,
        "تانزانيا"@ar,
        "Tadhania"@asa,
        "Tanzania"@ast,
        "tanzaniya"@az,
        "Tànzànià"@bas,
        "Танзанія, Аб'яднаная Рэспубліка"@be,
        "Hutanzania"@bez,
        "Танзания"@bg,
        "Tanzani"@bm,
        "তাঞ্জানিয়া"@bn,
        "Tanzania"@br,
        "तंज़ानिया"@brx,
        "Tanzanija"@bs,
        "Танзанија"@bs-Cyrl,
        "ታንዛኒያ"@byn,
        "Tanzània"@ca,
        "Tanzania"@cgg,
        "坦桑尼亚"@cmn,
        "坦尚尼亞"@cmn-Hant,
        "Tanzanie"@cs,
        "Tanzanïa"@cy,
        "Tanzania"@da,
        "Tanzania"@dav,
        "Tansania"@de,
        "Tanzaani"@dje,
        "ཊཱན་ཛཱ་ནི་ཡ"@dz,
        "Tanzania"@ebu,
        "Tanzania nutome"@ee,
        "Τανζανία"@el,
        "ISO 3166-1:TZ"@en,
        "Tanzania"@en,
        "𐐓𐐰𐑌𐑆𐐲𐑌𐐨𐐲"@en-Dsrt,
        "Tanzanio"@eo,
        "Tanzania"@es,
        "Tanzanía"@es,
        "Tansaania"@et,
        "Tanzania"@eu,
        "Taŋəzaní"@ewo,
        "تانزانیا"@fa,
        "Tansanii"@ff,
        "Tansania"@fi,
        "Tanzania"@fil,
        "Tansania"@fo,
        "Tanzanie"@fr,
        "Tanzanie"@fur,
        "An Tansáin"@ga,
        "An Tansan"@gd,
        "Tanzania"@gl,
        "Tansaniia"@gsw,
        "તાંઝાનિયા"@gu,
        "Tanzania"@guz,
        "Tanzaniya"@ha,
        "טנזניה"@he,
        "तंजा़निया"@hi,
        "Tanzanija"@hr,
        "Tanzánia"@hu,
        "Տանզանիա"@hy,
        "Tanzania"@ia,
        "Tanzania"@id,
        "Tansanía"@is,
        "Tanzania"@it,
        "タンザニア"@ja,
        "Tɑnzɑnî"@jgo,
        "Tanzania"@jmc,
        "ტანზანია"@ka,
        "Ṭanzanya"@kab,
        "Tanzania"@kam,
        "Tanzania"@kde,
        "Tanzania"@kea,
        "Tanzaani"@khq,
        "Tanzania"@ki,
        "Tanzania"@kl,
        "Emetab Tanzania"@kln,
        "តង់ហ្សានី"@km,
        "ಟಾಂಜಾನಿಯಾ"@kn,
        "탄자니아"@ko,
        "تَنجانِیا"@ks,
        "Tanzania"@ksb,
        "tanzaní"@ksf,
        "Tansanija"@ksh,
        "Taansanía"@lag,
        "Tanzaniya"@lg,
        "Tanzani"@ln,
        "ທານຊາເນຍ"@lo,
        "Tanzanija"@lt,
        "Tanzani"@lu,
        "Tanzania"@luo,
        "Tanzania"@luy,
        "Tanzānija"@lv,
        "Tansania"@mas,
        "Tanzania"@mer,
        "Tanzani"@mfe,
        "Tanzania"@mg,
        "Utanzania"@mgh,
        "Танзанија"@mk,
        "ടാൻസാനിയ"@ml,
        "टांझानिया"@mr,
        "Tanżanija"@mt,
        "Tanzaniya"@mua,
        "တန်ဇန်နီးယား"@my,
        "Tanzaniab"@naq,
        "Tanzania"@nb,
        "Tanzaniya"@nd,
        "तान्जानिया"@ne,
        "Tanzania"@nl,
        "Tanzánía"@nmg,
        "Tanzania"@nn,
        "Tanzania"@nyn,
        "ତାଞ୍ଜାନିଆ"@or,
        "Tanzania"@pl,
        "تنزانیا"@ps,
        "Tanzânia"@pt,
        "Tansania"@rm,
        "Tanzaniya"@rn,
        "Tanzania"@ro,
        "Tanzania"@rof,
        "Танзания"@ru,
        "Tanzania"@rwk,
        "Tanzania"@saq,
        "Tansaniya"@sbp,
        "Tanzánia"@se,
        "Tanzaani"@ses,
        "Tanzanïi"@sg,
        "ⵟⴰⵏⵥⴰⵏⵢⴰ"@shi,
        "ṭanẓanya"@shi-Latn,
        "ටැන්සානියාව"@si,
        "Tanzánia"@sk,
        "Tanzanija"@sl,
        "Tanzania"@sn,
        "Tansaaniya"@so,
        "Tanzani"@sq,
        "Танзанија"@sr,
        "Tanzanija"@sr-Latn,
        "Tanzania"@sv,
        "Tanzania"@swc,
        "Tanzania"@swh,
        "டான்சானியா"@ta,
        "టాంజానియా"@te,
        "Tanzania"@teo,
        "แทนซาเนีย"@th,
        "ታንዛኒያ"@ti,
        "ታንዛኒያ"@tig,
        "Tenisania"@to,
        "Tanzanya"@tr,
        "Tanzaani"@twq,
        "Ṭanzanya"@tzm,
        "Танзанія"@uk,
        "تنزانیہ"@ur,
        "ꕚꘋꕤꕇꕰ"@vai,
        "Taŋzaninya"@vai-Latn,
        "Tanzania"@vi,
        "Tanzania"@vun,
        "Tansania"@wae,
        "ታንዛኒያ"@wal,
        "taŋsaní"@yav,
        "Orílẹ́ède Tanṣania"@yo,
        "Tanzania"@zsm,
        "i-Tanzania"@zu ;
    lvont:label <http://lexvo.org/id/term/afr/Tanzani%C3%AB>,
        <http://lexvo.org/id/term/agq/T%C3%A0anzany%C3%ACa>,
        <http://lexvo.org/id/term/aka/Tanzania>,
        <http://lexvo.org/id/term/amh/%E1%89%B3%E1%8A%95%E1%8B%9B%E1%8A%92%E1%8B%AB>,
        <http://lexvo.org/id/term/ara/%D8%AA%D8%A7%D9%86%D8%B2%D8%A7%D9%86%D9%8A%D8%A7>,
        <http://lexvo.org/id/term/asa/Tadhania>,
        <http://lexvo.org/id/term/ast/Tanzania>,
        <http://lexvo.org/id/term/aze/tanzaniya>,
        <http://lexvo.org/id/term/bam/Tanzani>,
        <http://lexvo.org/id/term/bas/T%C3%A0nz%C3%A0ni%C3%A0>,
        <http://lexvo.org/id/term/bel/%D0%A2%D0%B0%D0%BD%D0%B7%D0%B0%D0%BD%D1%96%D1%8F%2C%20%D0%90%D0%B1'%D1%8F%D0%B4%D0%BD%D0%B0%D0%BD%D0%B0%D1%8F%20%D0%A0%D1%8D%D1%81%D0%BF%D1%83%D0%B1%D0%BB%D1%96%D0%BA%D0%B0>,
        <http://lexvo.org/id/term/ben/%E0%A6%A4%E0%A6%BE%E0%A6%9E%E0%A7%8D%E0%A6%9C%E0%A6%BE%E0%A6%A8%E0%A6%BF%E0%A6%AF%E0%A6%BC%E0%A6%BE>,
        <http://lexvo.org/id/term/bez/Hutanzania>,
        <http://lexvo.org/id/term/bos-Cyrl/%D0%A2%D0%B0%D0%BD%D0%B7%D0%B0%D0%BD%D0%B8%D1%98%D0%B0>,
        <http://lexvo.org/id/term/bos/Tanzanija>,
        <http://lexvo.org/id/term/bre/Tanzania>,
        <http://lexvo.org/id/term/brx/%E0%A4%A4%E0%A4%82%E0%A4%9C%E0%A4%BC%E0%A4%BE%E0%A4%A8%E0%A4%BF%E0%A4%AF%E0%A4%BE>,
        <http://lexvo.org/id/term/bul/%D0%A2%D0%B0%D0%BD%D0%B7%D0%B0%D0%BD%D0%B8%D1%8F>,
        <http://lexvo.org/id/term/byn/%E1%89%B3%E1%8A%95%E1%8B%9B%E1%8A%92%E1%8B%AB>,
        <http://lexvo.org/id/term/cat/Tanz%C3%A0nia>,
        <http://lexvo.org/id/term/ces/Tanzanie>,
        <http://lexvo.org/id/term/cgg/Tanzania>,
        <http://lexvo.org/id/term/cmn-Hant/%E5%9D%A6%E5%B0%9A%E5%B0%BC%E4%BA%9E>,
        <http://lexvo.org/id/term/cmn/%E5%9D%A6%E6%A1%91%E5%B0%BC%E4%BA%9A>,
        <http://lexvo.org/id/term/cym/Tanzan%C3%AFa>,
        <http://lexvo.org/id/term/dan/Tanzania>,
        <http://lexvo.org/id/term/dav/Tanzania>,
        <http://lexvo.org/id/term/deu/Tansania>,
        <http://lexvo.org/id/term/dje/Tanzaani>,
        <http://lexvo.org/id/term/dzo/%E0%BD%8A%E0%BD%B1%E0%BD%93%E0%BC%8B%E0%BD%9B%E0%BD%B1%E0%BC%8B%E0%BD%93%E0%BD%B2%E0%BC%8B%E0%BD%A1>,
        <http://lexvo.org/id/term/ebu/Tanzania>,
        <http://lexvo.org/id/term/ell/%CE%A4%CE%B1%CE%BD%CE%B6%CE%B1%CE%BD%CE%AF%CE%B1>,
        <http://lexvo.org/id/term/eng-Dsrt/%F0%90%90%93%F0%90%90%B0%F0%90%91%8C%F0%90%91%86%F0%90%90%B2%F0%90%91%8C%F0%90%90%A8%F0%90%90%B2>,
        <http://lexvo.org/id/term/eng/ISO%203166-1%3ATZ>,
        <http://lexvo.org/id/term/eng/Tanzania>,
        <http://lexvo.org/id/term/epo/Tanzanio>,
        <http://lexvo.org/id/term/est/Tansaania>,
        <http://lexvo.org/id/term/eus/Tanzania>,
        <http://lexvo.org/id/term/ewe/Tanzania%20nutome>,
        <http://lexvo.org/id/term/ewo/Ta%C5%8B%C9%99zan%C3%AD>,
        <http://lexvo.org/id/term/fao/Tansania>,
        <http://lexvo.org/id/term/fas/%D8%AA%D8%A7%D9%86%D8%B2%D8%A7%D9%86%DB%8C%D8%A7>,
        <http://lexvo.org/id/term/fil/Tanzania>,
        <http://lexvo.org/id/term/fin/Tansania>,
        <http://lexvo.org/id/term/fra/Tanzanie>,
        <http://lexvo.org/id/term/ful/Tansanii>,
        <http://lexvo.org/id/term/fur/Tanzanie>,
        <http://lexvo.org/id/term/gla/An%20Tansan>,
        <http://lexvo.org/id/term/gle/An%20Tans%C3%A1in>,
        <http://lexvo.org/id/term/glg/Tanzania>,
        <http://lexvo.org/id/term/gsw/Tansaniia>,
        <http://lexvo.org/id/term/guj/%E0%AA%A4%E0%AA%BE%E0%AA%82%E0%AA%9D%E0%AA%BE%E0%AA%A8%E0%AA%BF%E0%AA%AF%E0%AA%BE>,
        <http://lexvo.org/id/term/guz/Tanzania>,
        <http://lexvo.org/id/term/hau/Tanzaniya>,
        <http://lexvo.org/id/term/heb/%D7%98%D7%A0%D7%96%D7%A0%D7%99%D7%94>,
        <http://lexvo.org/id/term/hin/%E0%A4%A4%E0%A4%82%E0%A4%9C%E0%A4%BE%E0%A4%BC%E0%A4%A8%E0%A4%BF%E0%A4%AF%E0%A4%BE>,
        <http://lexvo.org/id/term/hrv/Tanzanija>,
        <http://lexvo.org/id/term/hun/Tanz%C3%A1nia>,
        <http://lexvo.org/id/term/hye/%D5%8F%D5%A1%D5%B6%D5%A6%D5%A1%D5%B6%D5%AB%D5%A1>,
        <http://lexvo.org/id/term/ina/Tanzania>,
        <http://lexvo.org/id/term/ind/Tanzania>,
        <http://lexvo.org/id/term/isl/Tansan%C3%ADa>,
        <http://lexvo.org/id/term/ita/Tanzania>,
        <http://lexvo.org/id/term/jgo/T%C9%91nz%C9%91n%C3%AE>,
        <http://lexvo.org/id/term/jmc/Tanzania>,
        <http://lexvo.org/id/term/jpn/%E3%82%BF%E3%83%B3%E3%82%B6%E3%83%8B%E3%82%A2>,
        <http://lexvo.org/id/term/kab/%E1%B9%ACanzanya>,
        <http://lexvo.org/id/term/kal/Tanzania>,
        <http://lexvo.org/id/term/kam/Tanzania>,
        <http://lexvo.org/id/term/kan/%E0%B2%9F%E0%B2%BE%E0%B2%82%E0%B2%9C%E0%B2%BE%E0%B2%A8%E0%B2%BF%E0%B2%AF%E0%B2%BE>,
        <http://lexvo.org/id/term/kas/%D8%AA%D9%8E%D9%86%D8%AC%D8%A7%D9%86%D9%90%DB%8C%D8%A7>,
        <http://lexvo.org/id/term/kat/%E1%83%A2%E1%83%90%E1%83%9C%E1%83%96%E1%83%90%E1%83%9C%E1%83%98%E1%83%90>,
        <http://lexvo.org/id/term/kde/Tanzania>,
        <http://lexvo.org/id/term/kea/Tanzania>,
        <http://lexvo.org/id/term/khm/%E1%9E%8F%E1%9E%84%E1%9F%8B%E1%9E%A0%E1%9F%92%E1%9E%9F%E1%9E%B6%E1%9E%93%E1%9E%B8>,
        <http://lexvo.org/id/term/khq/Tanzaani>,
        <http://lexvo.org/id/term/kik/Tanzania>,
        <http://lexvo.org/id/term/kln/Emetab%20Tanzania>,
        <http://lexvo.org/id/term/kor/%ED%83%84%EC%9E%90%EB%8B%88%EC%95%84>,
        <http://lexvo.org/id/term/ksb/Tanzania>,
        <http://lexvo.org/id/term/ksf/tanzan%C3%AD>,
        <http://lexvo.org/id/term/ksh/Tansanija>,
        <http://lexvo.org/id/term/lag/Taansan%C3%ADa>,
        <http://lexvo.org/id/term/lao/%E0%BA%97%E0%BA%B2%E0%BA%99%E0%BA%8A%E0%BA%B2%E0%BB%80%E0%BA%99%E0%BA%8D>,
        <http://lexvo.org/id/term/lav/Tanz%C4%81nija>,
        <http://lexvo.org/id/term/lin/Tanzani>,
        <http://lexvo.org/id/term/lit/Tanzanija>,
        <http://lexvo.org/id/term/lub/Tanzani>,
        <http://lexvo.org/id/term/lug/Tanzaniya>,
        <http://lexvo.org/id/term/luo/Tanzania>,
        <http://lexvo.org/id/term/luy/Tanzania>,
        <http://lexvo.org/id/term/mal/%E0%B4%9F%E0%B4%BE%E0%B5%BB%E0%B4%B8%E0%B4%BE%E0%B4%A8%E0%B4%BF%E0%B4%AF>,
        <http://lexvo.org/id/term/mar/%E0%A4%9F%E0%A4%BE%E0%A4%82%E0%A4%9D%E0%A4%BE%E0%A4%A8%E0%A4%BF%E0%A4%AF%E0%A4%BE>,
        <http://lexvo.org/id/term/mas/Tansania>,
        <http://lexvo.org/id/term/mer/Tanzania>,
        <http://lexvo.org/id/term/mfe/Tanzani>,
        <http://lexvo.org/id/term/mgh/Utanzania>,
        <http://lexvo.org/id/term/mkd/%D0%A2%D0%B0%D0%BD%D0%B7%D0%B0%D0%BD%D0%B8%D1%98%D0%B0>,
        <http://lexvo.org/id/term/mlg/Tanzania>,
        <http://lexvo.org/id/term/mlt/Tan%C5%BCanija>,
        <http://lexvo.org/id/term/mua/Tanzaniya>,
        <http://lexvo.org/id/term/mya/%E1%80%90%E1%80%94%E1%80%BA%E1%80%87%E1%80%94%E1%80%BA%E1%80%94%E1%80%AE%E1%80%B8%E1%80%9A%E1%80%AC%E1%80%B8>,
        <http://lexvo.org/id/term/naq/Tanzaniab>,
        <http://lexvo.org/id/term/nde/Tanzaniya>,
        <http://lexvo.org/id/term/nep/%E0%A4%A4%E0%A4%BE%E0%A4%A8%E0%A5%8D%E0%A4%9C%E0%A4%BE%E0%A4%A8%E0%A4%BF%E0%A4%AF%E0%A4%BE>,
        <http://lexvo.org/id/term/nld/Tanzania>,
        <http://lexvo.org/id/term/nmg/Tanz%C3%A1n%C3%ADa>,
        <http://lexvo.org/id/term/nno/Tanzania>,
        <http://lexvo.org/id/term/nob/Tanzania>,
        <http://lexvo.org/id/term/nyn/Tanzania>,
        <http://lexvo.org/id/term/ori/%E0%AC%A4%E0%AC%BE%E0%AC%9E%E0%AD%8D%E0%AC%9C%E0%AC%BE%E0%AC%A8%E0%AC%BF%E0%AC%86>,
        <http://lexvo.org/id/term/pol/Tanzania>,
        <http://lexvo.org/id/term/por/Tanz%C3%A2nia>,
        <http://lexvo.org/id/term/pus/%D8%AA%D9%86%D8%B2%D8%A7%D9%86%DB%8C%D8%A7>,
        <http://lexvo.org/id/term/rof/Tanzania>,
        <http://lexvo.org/id/term/roh/Tansania>,
        <http://lexvo.org/id/term/ron/Tanzania>,
        <http://lexvo.org/id/term/run/Tanzaniya>,
        <http://lexvo.org/id/term/rus/%D0%A2%D0%B0%D0%BD%D0%B7%D0%B0%D0%BD%D0%B8%D1%8F>,
        <http://lexvo.org/id/term/rwk/Tanzania>,
        <http://lexvo.org/id/term/sag/Tanzan%C3%AFi>,
        <http://lexvo.org/id/term/saq/Tanzania>,
        <http://lexvo.org/id/term/sbp/Tansaniya>,
        <http://lexvo.org/id/term/ses/Tanzaani>,
        <http://lexvo.org/id/term/shi-Latn/%E1%B9%ADan%E1%BA%93anya>,
        <http://lexvo.org/id/term/shi/%E2%B5%9F%E2%B4%B0%E2%B5%8F%E2%B5%A5%E2%B4%B0%E2%B5%8F%E2%B5%A2%E2%B4%B0>,
        <http://lexvo.org/id/term/sin/%E0%B6%A7%E0%B7%90%E0%B6%B1%E0%B7%8A%E0%B7%83%E0%B7%8F%E0%B6%B1%E0%B7%92%E0%B6%BA%E0%B7%8F%E0%B7%80>,
        <http://lexvo.org/id/term/slk/Tanz%C3%A1nia>,
        <http://lexvo.org/id/term/slv/Tanzanija>,
        <http://lexvo.org/id/term/sme/Tanz%C3%A1nia>,
        <http://lexvo.org/id/term/sna/Tanzania>,
        <http://lexvo.org/id/term/som/Tansaaniya>,
        <http://lexvo.org/id/term/spa/Tanzan%C3%ADa>,
        <http://lexvo.org/id/term/spa/Tanzania>,
        <http://lexvo.org/id/term/sqi/Tanzani>,
        <http://lexvo.org/id/term/srp-Latn/Tanzanija>,
        <http://lexvo.org/id/term/srp/%D0%A2%D0%B0%D0%BD%D0%B7%D0%B0%D0%BD%D0%B8%D1%98%D0%B0>,
        <http://lexvo.org/id/term/swc/Tanzania>,
        <http://lexvo.org/id/term/swe/Tanzania>,
        <http://lexvo.org/id/term/swh/Tanzania>,
        <http://lexvo.org/id/term/tam/%E0%AE%9F%E0%AE%BE%E0%AE%A9%E0%AF%8D%E0%AE%9A%E0%AE%BE%E0%AE%A9%E0%AE%BF%E0%AE%AF%E0%AE%BE>,
        <http://lexvo.org/id/term/tel/%E0%B0%9F%E0%B0%BE%E0%B0%82%E0%B0%9C%E0%B0%BE%E0%B0%A8%E0%B0%BF%E0%B0%AF%E0%B0%BE>,
        <http://lexvo.org/id/term/teo/Tanzania>,
        <http://lexvo.org/id/term/tha/%E0%B9%81%E0%B8%97%E0%B8%99%E0%B8%8B%E0%B8%B2%E0%B9%80%E0%B8%99%E0%B8%B5%E0%B8%A2>,
        <http://lexvo.org/id/term/tig/%E1%89%B3%E1%8A%95%E1%8B%9B%E1%8A%92%E1%8B%AB>,
        <http://lexvo.org/id/term/tir/%E1%89%B3%E1%8A%95%E1%8B%9B%E1%8A%92%E1%8B%AB>,
        <http://lexvo.org/id/term/ton/Tenisania>,
        <http://lexvo.org/id/term/tur/Tanzanya>,
        <http://lexvo.org/id/term/twq/Tanzaani>,
        <http://lexvo.org/id/term/tzm/%E1%B9%ACanzanya>,
        <http://lexvo.org/id/term/ukr/%D0%A2%D0%B0%D0%BD%D0%B7%D0%B0%D0%BD%D1%96%D1%8F>,
        <http://lexvo.org/id/term/urd/%D8%AA%D9%86%D8%B2%D8%A7%D9%86%DB%8C%DB%81>,
        <http://lexvo.org/id/term/vai-Latn/Ta%C5%8Bzaninya>,
        <http://lexvo.org/id/term/vai/%EA%95%9A%EA%98%8B%EA%95%A4%EA%95%87%EA%95%B0>,
        <http://lexvo.org/id/term/vie/Tanzania>,
        <http://lexvo.org/id/term/vun/Tanzania>,
        <http://lexvo.org/id/term/wae/Tansania>,
        <http://lexvo.org/id/term/wal/%E1%89%B3%E1%8A%95%E1%8B%9B%E1%8A%92%E1%8B%AB>,
        <http://lexvo.org/id/term/yav/ta%C5%8Bsan%C3%AD>,
        <http://lexvo.org/id/term/yor/Or%C3%ADl%E1%BA%B9%CC%81%C3%A8de%20Tan%E1%B9%A3ania>,
        <http://lexvo.org/id/term/zsm/Tanzania>,
        <http://lexvo.org/id/term/zul/i-Tanzania> ;
    owl:sameAs <http://psi.oasis-open.org/iso/3166/#834>,
        <http://sws.geonames.org/149590/> .

<http://lexvo.org/id/iso3166/UA> a lvont:GeographicRegion ;
    rdfs:label "Oekraine"@af,
        "Yùkɛ̀lɛ̂"@agq,
        "Ukren"@ak,
        "ዩክሬን"@am,
        "أوكرانيا"@ar,
        "Ucraína"@ast,
        "Ukraina"@az,
        "Ùkrɛ̌n"@bas,
        "Украіна"@be,
        "Huukraini"@bez,
        "Украйна"@bg,
        "Ukɛrɛni"@bm,
        "ইউক্রেইন"@bn,
        "ཡུ་ཀྲན།"@bo,
        "Ukraina"@br,
        "यूक्रेन"@brx,
        "Ukrajina"@bs,
        "Украјина"@bs-Cyrl,
        "Ucraïna"@ca,
        "Ukureini"@cgg,
        "乌克兰"@cmn,
        "烏克蘭"@cmn-Hant,
        "Ukrajina"@cs,
        "Wcráin"@cy,
        "Ukraine"@da,
        "Ukraini"@dav,
        "Ukraine"@de,
        "Ukreen"@dje,
        "ཡུ་ཀརེན"@dz,
        "Ukraini"@ebu,
        "Ukraine nutome"@ee,
        "Ουκρανία"@el,
        "ISO 3166-1:UA"@en,
        "Ukraine"@en,
        "Ukrajno"@eo,
        "Ucrania"@es,
        "Ukraina"@et,
        "Ukraina"@eu,
        "Ukərɛ́n"@ewo,
        "اوکراین"@fa,
        "اکراین"@fa,
        "Ukereen"@ff,
        "Ukraina"@fi,
        "Ukraine"@fil,
        "Ukreina"@fo,
        "Ukraine"@fr,
        "Ucraine"@fur,
        "An Úcráin"@ga,
        "An Ucràin"@gd,
        "Ucraína"@gl,
        "Ukraiine"@gsw,
        "યૂક્રેન"@gu,
        "Ukraini"@guz,
        "Yukaran"@ha,
        "אוקראינה"@he,
        "यूक्रेन"@hi,
        "Ukrajina"@hr,
        "Ukrajna"@hu,
        "Ուկրաինա"@hy,
        "Ukraina"@ia,
        "Ukraina"@id,
        "Úkraína"@is,
        "Ucraina"@it,
        "ウクライナ"@ja,
        "Ukraini"@jmc,
        "უკრაინა"@ka,
        "Ukran"@kab,
        "Ukraini"@kam,
        "Uklaini"@kde,
        "Ukrania"@kea,
        "Ukreen"@khq,
        "Ukraini"@ki,
        "Ukraina"@kl,
        "Emetab Ukrainie"@kln,
        "អ៊ុយក្រែន"@km,
        "ಉಕ್ರೈನ್"@kn,
        "우크라이나"@ko,
        "یوٗرِکین"@ks,
        "Uklaini"@ksb,
        "ukrain"@ksf,
        "de Ukra'iine"@ksh,
        "Ʉkɨréeni"@lag,
        "Yukurayine"@lg,
        "Ikrɛni"@ln,
        "ຢູເຄຼນ"@lo,
        "Ukraina"@lt,
        "Ukreni"@lu,
        "Ukraine"@luo,
        "Ukraini"@luy,
        "Ukraina"@lv,
        "Ukraini"@mas,
        "Ukirĩni"@mer,
        "Ikrenn"@mfe,
        "Okraina"@mg,
        "Украина"@mk,
        "ഉക്രൈൻ"@ml,
        "यूक्रेन"@mr,
        "Ukraina"@mt,
        "Ukraiŋ"@mua,
        "ယူကရိန်း"@my,
        "Ukraine"@naq,
        "Ukraina"@nb,
        "Yukreini"@nd,
        "युक्रेन"@ne,
        "Oekraïne"@nl,
        "Ukrɛn"@nmg,
        "Ukraina"@nn,
        "Ukureini"@nyn,
        "ୟୁକ୍ରାଇନ୍"@or,
        "Ukraina"@pl,
        "Ucrânia"@pt,
        "Ucraina"@rm,
        "Ikerene"@rn,
        "Ucraina"@ro,
        "Ukraini"@rof,
        "Украина"@ru,
        "Ukraini"@rwk,
        "Ukraini"@saq,
        "Yukileini"@sbp,
        "Ukraina"@se,
        "Ucrânia"@seh,
        "Ukreen"@ses,
        "Ukrêni"@sg,
        "ⵓⴽⵔⴰⵏⵢⴰ"@shi,
        "ukranya"@shi-Latn,
        "යුක්රේනය"@si,
        "Ukrajina"@sk,
        "Ukrajina"@sl,
        "Ukraine"@sn,
        "Ukrayn"@so,
        "Ukrainë"@sq,
        "Украјина"@sr,
        "Ukrajina"@sr-Latn,
        "Ukraina"@sv,
        "Ukraini"@swc,
        "Ukraini"@swh,
        "உக்ரைன்"@ta,
        "యుక్రెన్"@te,
        "Ukraini"@teo,
        "ยูเครน"@th,
        "ዩክሬን"@ti,
        "ʻIukuleini"@to,
        "Ukrayna"@tr,
        "Ukreen"@twq,
        "Ukranya"@tzm,
        "Україна"@uk,
        "یوکرین"@ur,
        "ꖳꖴꔓꘋ"@vai,
        "Yukuréŋ"@vai-Latn,
        "Ukraina"@vi,
        "Ukraini"@vun,
        "Ukraine"@wae,
        "Yukurayine"@xog,
        "ukilɛ́ɛn"@yav,
        "Orílẹ́ède Ukarini"@yo,
        "Ukraine"@zsm,
        "i-Ukraine"@zu ;
    lvont:label <http://lexvo.org/id/term/afr/Oekraine>,
        <http://lexvo.org/id/term/agq/Y%C3%B9k%C9%9B%CC%80l%C9%9B%CC%82>,
        <http://lexvo.org/id/term/aka/Ukren>,
        <http://lexvo.org/id/term/amh/%E1%8B%A9%E1%8A%AD%E1%88%AC%E1%8A%95>,
        <http://lexvo.org/id/term/ara/%D8%A3%D9%88%D9%83%D8%B1%D8%A7%D9%86%D9%8A%D8%A7>,
        <http://lexvo.org/id/term/ast/Ucra%C3%ADna>,
        <http://lexvo.org/id/term/aze/Ukraina>,
        <http://lexvo.org/id/term/bam/Uk%C9%9Br%C9%9Bni>,
        <http://lexvo.org/id/term/bas/%C3%99kr%C9%9B%CC%8Cn>,
        <http://lexvo.org/id/term/bel/%D0%A3%D0%BA%D1%80%D0%B0%D1%96%D0%BD%D0%B0>,
        <http://lexvo.org/id/term/ben/%E0%A6%87%E0%A6%89%E0%A6%95%E0%A7%8D%E0%A6%B0%E0%A7%87%E0%A6%87%E0%A6%A8>,
        <http://lexvo.org/id/term/bez/Huukraini>,
        <http://lexvo.org/id/term/bod/%E0%BD%A1%E0%BD%B4%E0%BC%8B%E0%BD%80%E0%BE%B2%E0%BD%93%E0%BC%8D>,
        <http://lexvo.org/id/term/bos-Cyrl/%D0%A3%D0%BA%D1%80%D0%B0%D1%98%D0%B8%D0%BD%D0%B0>,
        <http://lexvo.org/id/term/bos/Ukrajina>,
        <http://lexvo.org/id/term/bre/Ukraina>,
        <http://lexvo.org/id/term/brx/%E0%A4%AF%E0%A5%82%E0%A4%95%E0%A5%8D%E0%A4%B0%E0%A5%87%E0%A4%A8>,
        <http://lexvo.org/id/term/bul/%D0%A3%D0%BA%D1%80%D0%B0%D0%B9%D0%BD%D0%B0>,
        <http://lexvo.org/id/term/cat/Ucra%C3%AFna>,
        <http://lexvo.org/id/term/ces/Ukrajina>,
        <http://lexvo.org/id/term/cgg/Ukureini>,
        <http://lexvo.org/id/term/cmn-Hant/%E7%83%8F%E5%85%8B%E8%98%AD>,
        <http://lexvo.org/id/term/cmn/%E4%B9%8C%E5%85%8B%E5%85%B0>,
        <http://lexvo.org/id/term/cym/Wcr%C3%A1in>,
        <http://lexvo.org/id/term/dan/Ukraine>,
        <http://lexvo.org/id/term/dav/Ukraini>,
        <http://lexvo.org/id/term/deu/Ukraine>,
        <http://lexvo.org/id/term/dje/Ukreen>,
        <http://lexvo.org/id/term/dzo/%E0%BD%A1%E0%BD%B4%E0%BC%8B%E0%BD%80%E0%BD%A2%E0%BD%BA%E0%BD%93>,
        <http://lexvo.org/id/term/ebu/Ukraini>,
        <http://lexvo.org/id/term/ell/%CE%9F%CF%85%CE%BA%CF%81%CE%B1%CE%BD%CE%AF%CE%B1>,
        <http://lexvo.org/id/term/eng/ISO%203166-1%3AUA>,
        <http://lexvo.org/id/term/eng/Ukraine>,
        <http://lexvo.org/id/term/epo/Ukrajno>,
        <http://lexvo.org/id/term/est/Ukraina>,
        <http://lexvo.org/id/term/eus/Ukraina>,
        <http://lexvo.org/id/term/ewe/Ukraine%20nutome>,
        <http://lexvo.org/id/term/ewo/Uk%C9%99r%C9%9B%CC%81n>,
        <http://lexvo.org/id/term/fao/Ukreina>,
        <http://lexvo.org/id/term/fas/%D8%A7%D9%88%DA%A9%D8%B1%D8%A7%DB%8C%D9%86>,
        <http://lexvo.org/id/term/fas/%D8%A7%DA%A9%D8%B1%D8%A7%DB%8C%D9%86>,
        <http://lexvo.org/id/term/fil/Ukraine>,
        <http://lexvo.org/id/term/fin/Ukraina>,
        <http://lexvo.org/id/term/fra/Ukraine>,
        <http://lexvo.org/id/term/ful/Ukereen>,
        <http://lexvo.org/id/term/fur/Ucraine>,
        <http://lexvo.org/id/term/gla/An%20Ucr%C3%A0in>,
        <http://lexvo.org/id/term/gle/An%20%C3%9Acr%C3%A1in>,
        <http://lexvo.org/id/term/glg/Ucra%C3%ADna>,
        <http://lexvo.org/id/term/gsw/Ukraiine>,
        <http://lexvo.org/id/term/guj/%E0%AA%AF%E0%AB%82%E0%AA%95%E0%AB%8D%E0%AA%B0%E0%AB%87%E0%AA%A8>,
        <http://lexvo.org/id/term/guz/Ukraini>,
        <http://lexvo.org/id/term/hau/Yukaran>,
        <http://lexvo.org/id/term/heb/%D7%90%D7%95%D7%A7%D7%A8%D7%90%D7%99%D7%A0%D7%94>,
        <http://lexvo.org/id/term/hin/%E0%A4%AF%E0%A5%82%E0%A4%95%E0%A5%8D%E0%A4%B0%E0%A5%87%E0%A4%A8>,
        <http://lexvo.org/id/term/hrv/Ukrajina>,
        <http://lexvo.org/id/term/hun/Ukrajna>,
        <http://lexvo.org/id/term/hye/%D5%88%D6%82%D5%AF%D6%80%D5%A1%D5%AB%D5%B6%D5%A1>,
        <http://lexvo.org/id/term/ina/Ukraina>,
        <http://lexvo.org/id/term/ind/Ukraina>,
        <http://lexvo.org/id/term/isl/%C3%9Akra%C3%ADna>,
        <http://lexvo.org/id/term/ita/Ucraina>,
        <http://lexvo.org/id/term/jmc/Ukraini>,
        <http://lexvo.org/id/term/jpn/%E3%82%A6%E3%82%AF%E3%83%A9%E3%82%A4%E3%83%8A>,
        <http://lexvo.org/id/term/kab/Ukran>,
        <http://lexvo.org/id/term/kal/Ukraina>,
        <http://lexvo.org/id/term/kam/Ukraini>,
        <http://lexvo.org/id/term/kan/%E0%B2%89%E0%B2%95%E0%B3%8D%E0%B2%B0%E0%B3%88%E0%B2%A8%E0%B3%8D>,
        <http://lexvo.org/id/term/kas/%DB%8C%D9%88%D9%97%D8%B1%D9%90%DA%A9%DB%8C%D9%86>,
        <http://lexvo.org/id/term/kat/%E1%83%A3%E1%83%99%E1%83%A0%E1%83%90%E1%83%98%E1%83%9C%E1%83%90>,
        <http://lexvo.org/id/term/kde/Uklaini>,
        <http://lexvo.org/id/term/kea/Ukrania>,
        <http://lexvo.org/id/term/khm/%E1%9E%A2%E1%9F%8A%E1%9E%BB%E1%9E%99%E1%9E%80%E1%9F%92%E1%9E%9A%E1%9F%82%E1%9E%93>,
        <http://lexvo.org/id/term/khq/Ukreen>,
        <http://lexvo.org/id/term/kik/Ukraini>,
        <http://lexvo.org/id/term/kln/Emetab%20Ukrainie>,
        <http://lexvo.org/id/term/kor/%EC%9A%B0%ED%81%AC%EB%9D%BC%EC%9D%B4%EB%82%98>,
        <http://lexvo.org/id/term/ksb/Uklaini>,
        <http://lexvo.org/id/term/ksf/ukrain>,
        <http://lexvo.org/id/term/ksh/de%20Ukra'iine>,
        <http://lexvo.org/id/term/lag/%C9%84k%C9%A8r%C3%A9eni>,
        <http://lexvo.org/id/term/lao/%E0%BA%A2%E0%BA%B9%E0%BB%80%E0%BA%84%E0%BA%BC%E0%BA%99>,
        <http://lexvo.org/id/term/lav/Ukraina>,
        <http://lexvo.org/id/term/lin/Ikr%C9%9Bni>,
        <http://lexvo.org/id/term/lit/Ukraina>,
        <http://lexvo.org/id/term/lub/Ukreni>,
        <http://lexvo.org/id/term/lug/Yukurayine>,
        <http://lexvo.org/id/term/luo/Ukraine>,
        <http://lexvo.org/id/term/luy/Ukraini>,
        <http://lexvo.org/id/term/mal/%E0%B4%89%E0%B4%95%E0%B5%8D%E0%B4%B0%E0%B5%88%E0%B5%BB>,
        <http://lexvo.org/id/term/mar/%E0%A4%AF%E0%A5%82%E0%A4%95%E0%A5%8D%E0%A4%B0%E0%A5%87%E0%A4%A8>,
        <http://lexvo.org/id/term/mas/Ukraini>,
        <http://lexvo.org/id/term/mer/Ukir%C4%A9ni>,
        <http://lexvo.org/id/term/mfe/Ikrenn>,
        <http://lexvo.org/id/term/mkd/%D0%A3%D0%BA%D1%80%D0%B0%D0%B8%D0%BD%D0%B0>,
        <http://lexvo.org/id/term/mlg/Okraina>,
        <http://lexvo.org/id/term/mlt/Ukraina>,
        <http://lexvo.org/id/term/mua/Ukrai%C5%8B>,
        <http://lexvo.org/id/term/mya/%E1%80%9A%E1%80%B0%E1%80%80%E1%80%9B%E1%80%AD%E1%80%94%E1%80%BA%E1%80%B8>,
        <http://lexvo.org/id/term/naq/Ukraine>,
        <http://lexvo.org/id/term/nde/Yukreini>,
        <http://lexvo.org/id/term/nep/%E0%A4%AF%E0%A5%81%E0%A4%95%E0%A5%8D%E0%A4%B0%E0%A5%87%E0%A4%A8>,
        <http://lexvo.org/id/term/nld/Oekra%C3%AFne>,
        <http://lexvo.org/id/term/nmg/Ukr%C9%9Bn>,
        <http://lexvo.org/id/term/nno/Ukraina>,
        <http://lexvo.org/id/term/nob/Ukraina>,
        <http://lexvo.org/id/term/nyn/Ukureini>,
        <http://lexvo.org/id/term/ori/%E0%AD%9F%E0%AD%81%E0%AC%95%E0%AD%8D%E0%AC%B0%E0%AC%BE%E0%AC%87%E0%AC%A8%E0%AD%8D>,
        <http://lexvo.org/id/term/pol/Ukraina>,
        <http://lexvo.org/id/term/por/Ucr%C3%A2nia>,
        <http://lexvo.org/id/term/rof/Ukraini>,
        <http://lexvo.org/id/term/roh/Ucraina>,
        <http://lexvo.org/id/term/ron/Ucraina>,
        <http://lexvo.org/id/term/run/Ikerene>,
        <http://lexvo.org/id/term/rus/%D0%A3%D0%BA%D1%80%D0%B0%D0%B8%D0%BD%D0%B0>,
        <http://lexvo.org/id/term/rwk/Ukraini>,
        <http://lexvo.org/id/term/sag/Ukr%C3%AAni>,
        <http://lexvo.org/id/term/saq/Ukraini>,
        <http://lexvo.org/id/term/sbp/Yukileini>,
        <http://lexvo.org/id/term/seh/Ucr%C3%A2nia>,
        <http://lexvo.org/id/term/ses/Ukreen>,
        <http://lexvo.org/id/term/shi-Latn/ukranya>,
        <http://lexvo.org/id/term/shi/%E2%B5%93%E2%B4%BD%E2%B5%94%E2%B4%B0%E2%B5%8F%E2%B5%A2%E2%B4%B0>,
        <http://lexvo.org/id/term/sin/%E0%B6%BA%E0%B7%94%E0%B6%9A%E0%B7%8A%E0%B6%BB%E0%B7%9A%E0%B6%B1%E0%B6%BA>,
        <http://lexvo.org/id/term/slk/Ukrajina>,
        <http://lexvo.org/id/term/slv/Ukrajina>,
        <http://lexvo.org/id/term/sme/Ukraina>,
        <http://lexvo.org/id/term/sna/Ukraine>,
        <http://lexvo.org/id/term/som/Ukrayn>,
        <http://lexvo.org/id/term/spa/Ucrania>,
        <http://lexvo.org/id/term/sqi/Ukrain%C3%AB>,
        <http://lexvo.org/id/term/srp-Latn/Ukrajina>,
        <http://lexvo.org/id/term/srp/%D0%A3%D0%BA%D1%80%D0%B0%D1%98%D0%B8%D0%BD%D0%B0>,
        <http://lexvo.org/id/term/swc/Ukraini>,
        <http://lexvo.org/id/term/swe/Ukraina>,
        <http://lexvo.org/id/term/swh/Ukraini>,
        <http://lexvo.org/id/term/tam/%E0%AE%89%E0%AE%95%E0%AF%8D%E0%AE%B0%E0%AF%88%E0%AE%A9%E0%AF%8D>,
        <http://lexvo.org/id/term/tel/%E0%B0%AF%E0%B1%81%E0%B0%95%E0%B1%8D%E0%B0%B0%E0%B1%86%E0%B0%A8%E0%B1%8D>,
        <http://lexvo.org/id/term/teo/Ukraini>,
        <http://lexvo.org/id/term/tha/%E0%B8%A2%E0%B8%B9%E0%B9%80%E0%B8%84%E0%B8%A3%E0%B8%99>,
        <http://lexvo.org/id/term/tir/%E1%8B%A9%E1%8A%AD%E1%88%AC%E1%8A%95>,
        <http://lexvo.org/id/term/ton/%CA%BBIukuleini>,
        <http://lexvo.org/id/term/tur/Ukrayna>,
        <http://lexvo.org/id/term/twq/Ukreen>,
        <http://lexvo.org/id/term/tzm/Ukranya>,
        <http://lexvo.org/id/term/ukr/%D0%A3%D0%BA%D1%80%D0%B0%D1%97%D0%BD%D0%B0>,
        <http://lexvo.org/id/term/urd/%DB%8C%D9%88%DA%A9%D8%B1%DB%8C%D9%86>,
        <http://lexvo.org/id/term/vai-Latn/Yukur%C3%A9%C5%8B>,
        <http://lexvo.org/id/term/vai/%EA%96%B3%EA%96%B4%EA%94%93%EA%98%8B>,
        <http://lexvo.org/id/term/vie/Ukraina>,
        <http://lexvo.org/id/term/vun/Ukraini>,
        <http://lexvo.org/id/term/wae/Ukraine>,
        <http://lexvo.org/id/term/xog/Yukurayine>,
        <http://lexvo.org/id/term/yav/ukil%C9%9B%CC%81%C9%9Bn>,
        <http://lexvo.org/id/term/yor/Or%C3%ADl%E1%BA%B9%CC%81%C3%A8de%20Ukarini>,
        <http://lexvo.org/id/term/zsm/Ukraine>,
        <http://lexvo.org/id/term/zul/i-Ukraine> ;
    owl:sameAs <http://psi.oasis-open.org/iso/3166/#804>,
        <http://sws.geonames.org/690791/> .

<http://lexvo.org/id/iso3166/UG> a lvont:GeographicRegion ;
    rdfs:label "Uganda"@af,
        "Yùgandà"@agq,
        "Uganda"@ak,
        "ዩጋንዳ"@am,
        "أوغندا"@ar,
        "Uganda"@asa,
        "Uganda"@ast,
        "Uqanda"@az,
        "Ùgandà"@bas,
        "Уганда"@be,
        "Huuganda"@bez,
        "Уганда"@bg,
        "Uganda"@bm,
        "উগান্ডা"@bn,
        "ཡུ་གན་ཌ།"@bo,
        "Ouganda"@br,
        "युगाँडा"@brx,
        "Uganda"@bs,
        "Уганда"@bs-Cyrl,
        "ዩጋንዳ"@byn,
        "Uganda"@ca,
        "Uganda"@cgg,
        "乌干达"@cmn,
        "烏干達"@cmn-Hant,
        "Uganda"@cs,
        "Uganda"@cy,
        "Uganda"@da,
        "Uganda"@dav,
        "Uganda"@de,
        "Uganda"@dje,
        "ཡུ་གྷན་ཌ"@dz,
        "Uganda"@ebu,
        "Uganda nutome"@ee,
        "Ουγκάντα"@el,
        "ISO 3166-1:UG"@en,
        "Uganda"@en,
        "𐐏𐐭𐑀𐐰𐑌𐐼𐐲"@en-Dsrt,
        "Ugando"@eo,
        "Uganda"@es,
        "Uganda"@et,
        "Uganda"@eu,
        "Ugandá"@ewo,
        "اوگاندا"@fa,
        "Unganndaa"@ff,
        "Uganda"@fi,
        "Uganda"@fil,
        "Uganda"@fo,
        "Ouganda"@fr,
        "Uganda"@fur,
        "Úganda"@ga,
        "Uganda"@gd,
        "Uganda"@gl,
        "Uganda"@gsw,
        "યુગાંડા"@gu,
        "Uganda"@guz,
        "Yuganda"@ha,
        "אוגנדה"@he,
        "युगांडा"@hi,
        "Uganda"@hr,
        "Uganda"@hu,
        "Ուգանդա"@hy,
        "Uganda"@ia,
        "Uganda"@id,
        "Úganda"@is,
        "Uganda"@it,
        "ウガンダ"@ja,
        "Uŋɡɑ́ndɑ"@jgo,
        "Uganda"@jmc,
        "უგანდა"@ka,
        "Uɣanda"@kab,
        "Ukanda"@kam,
        "Uganda"@kde,
        "Uganda"@kea,
        "Uganda"@khq,
        "Uganda"@ki,
        "Uganda"@kl,
        "Emetab Uganda"@kln,
        "អ៊ូហ្កង់ដា"@km,
        "ಉಗಾಂಡಾ"@kn,
        "우간다"@ko,
        "یوٗگانٛڑا"@ks,
        "Uganda"@ksb,
        "uganda"@ksf,
        "Ujanda"@ksh,
        "Ʉgáanda"@lag,
        "Yuganda"@lg,
        "Uganda"@ln,
        "ອູການດາ"@lo,
        "Uganda"@lt,
        "Uganda"@lu,
        "Uganda"@luo,
        "Uganda"@luy,
        "Uganda"@lv,
        "Uganda"@mas,
        "Uganda"@mer,
        "Ouganda"@mfe,
        "Oganda"@mg,
        "Уганда"@mk,
        "ഉഗാണ്ട"@ml,
        "युगांडा"@mr,
        "Uganda"@mt,
        "Uganda"@mua,
        "ယူဂန္ဒာ"@my,
        "Ugandab"@naq,
        "Uganda"@nb,
        "Uganda"@nd,
        "युगाण्डा"@ne,
        "Oeganda"@nl,
        "Uganda"@nmg,
        "Uganda"@nn,
        "Uganda"@nyn,
        "ଉଗାଣ୍ଡା"@or,
        "Uganda"@pl,
        "Uganda"@pt,
        "Uganda"@rm,
        "Ubugande"@rn,
        "Uganda"@ro,
        "Uganda"@rof,
        "Уганда"@ru,
        "Uganda"@rwk,
        "Uganda"@saq,
        "Uganda"@sbp,
        "Uganda"@se,
        "Uganda"@seh,
        "Uganda"@ses,
        "Ugandäa"@sg,
        "ⵓⵖⴰⵏⴷⴰ"@shi,
        "uɣanda"@shi-Latn,
        "උගන්ඩාව"@si,
        "Uganda"@sk,
        "Uganda"@sl,
        "Uganda"@sn,
        "Ugaanda"@so,
        "Уганда"@sr,
        "Uganda"@sr-Latn,
        "Uganda"@sv,
        "Uganda"@swc,
        "Uganda"@swh,
        "உகாண்டா"@ta,
        "యుగాండా"@te,
        "Uganda"@teo,
        "ยูกันดา"@th,
        "ዩጋንዳ"@ti,
        "ዩጋንዳ"@tig,
        "ʻIukanitā"@to,
        "Uganda"@tr,
        "Uganda"@twq,
        "Uɣanda"@tzm,
        "Уганда"@uk,
        "یوگانڈا"@ur,
        "ꖳꕭꕡ"@vai,
        "Yuganda"@vai-Latn,
        "Uganda"@vi,
        "Uganda"@vun,
        "Uganda"@wae,
        "ዩጋንዳ"@wal,
        "Yuganda"@xog,
        "ukánda"@yav,
        "Orílẹ́ède Uganda"@yo,
        "Uganda"@zsm,
        "i-Uganda"@zu ;
    lvont:label <http://lexvo.org/id/term/afr/Uganda>,
        <http://lexvo.org/id/term/agq/Y%C3%B9gand%C3%A0>,
        <http://lexvo.org/id/term/aka/Uganda>,
        <http://lexvo.org/id/term/amh/%E1%8B%A9%E1%8C%8B%E1%8A%95%E1%8B%B3>,
        <http://lexvo.org/id/term/ara/%D8%A3%D9%88%D8%BA%D9%86%D8%AF%D8%A7>,
        <http://lexvo.org/id/term/asa/Uganda>,
        <http://lexvo.org/id/term/ast/Uganda>,
        <http://lexvo.org/id/term/aze/Uqanda>,
        <http://lexvo.org/id/term/bam/Uganda>,
        <http://lexvo.org/id/term/bas/%C3%99gand%C3%A0>,
        <http://lexvo.org/id/term/bel/%D0%A3%D0%B3%D0%B0%D0%BD%D0%B4%D0%B0>,
        <http://lexvo.org/id/term/ben/%E0%A6%89%E0%A6%97%E0%A6%BE%E0%A6%A8%E0%A7%8D%E0%A6%A1%E0%A6%BE>,
        <http://lexvo.org/id/term/bez/Huuganda>,
        <http://lexvo.org/id/term/bod/%E0%BD%A1%E0%BD%B4%E0%BC%8B%E0%BD%82%E0%BD%93%E0%BC%8B%E0%BD%8C%E0%BC%8D>,
        <http://lexvo.org/id/term/bos-Cyrl/%D0%A3%D0%B3%D0%B0%D0%BD%D0%B4%D0%B0>,
        <http://lexvo.org/id/term/bos/Uganda>,
        <http://lexvo.org/id/term/bre/Ouganda>,
        <http://lexvo.org/id/term/brx/%E0%A4%AF%E0%A5%81%E0%A4%97%E0%A4%BE%E0%A4%81%E0%A4%A1%E0%A4%BE>,
        <http://lexvo.org/id/term/bul/%D0%A3%D0%B3%D0%B0%D0%BD%D0%B4%D0%B0>,
        <http://lexvo.org/id/term/byn/%E1%8B%A9%E1%8C%8B%E1%8A%95%E1%8B%B3>,
        <http://lexvo.org/id/term/cat/Uganda>,
        <http://lexvo.org/id/term/ces/Uganda>,
        <http://lexvo.org/id/term/cgg/Uganda>,
        <http://lexvo.org/id/term/cmn-Hant/%E7%83%8F%E5%B9%B2%E9%81%94>,
        <http://lexvo.org/id/term/cmn/%E4%B9%8C%E5%B9%B2%E8%BE%BE>,
        <http://lexvo.org/id/term/cym/Uganda>,
        <http://lexvo.org/id/term/dan/Uganda>,
        <http://lexvo.org/id/term/dav/Uganda>,
        <http://lexvo.org/id/term/deu/Uganda>,
        <http://lexvo.org/id/term/dje/Uganda>,
        <http://lexvo.org/id/term/dzo/%E0%BD%A1%E0%BD%B4%E0%BC%8B%E0%BD%82%E0%BE%B7%E0%BD%93%E0%BC%8B%E0%BD%8C>,
        <http://lexvo.org/id/term/ebu/Uganda>,
        <http://lexvo.org/id/term/ell/%CE%9F%CF%85%CE%B3%CE%BA%CE%AC%CE%BD%CF%84%CE%B1>,
        <http://lexvo.org/id/term/eng-Dsrt/%F0%90%90%8F%F0%90%90%AD%F0%90%91%80%F0%90%90%B0%F0%90%91%8C%F0%90%90%BC%F0%90%90%B2>,
        <http://lexvo.org/id/term/eng/ISO%203166-1%3AUG>,
        <http://lexvo.org/id/term/eng/Uganda>,
        <http://lexvo.org/id/term/epo/Ugando>,
        <http://lexvo.org/id/term/est/Uganda>,
        <http://lexvo.org/id/term/eus/Uganda>,
        <http://lexvo.org/id/term/ewe/Uganda%20nutome>,
        <http://lexvo.org/id/term/ewo/Ugand%C3%A1>,
        <http://lexvo.org/id/term/fao/Uganda>,
        <http://lexvo.org/id/term/fas/%D8%A7%D9%88%DA%AF%D8%A7%D9%86%D8%AF%D8%A7>,
        <http://lexvo.org/id/term/fil/Uganda>,
        <http://lexvo.org/id/term/fin/Uganda>,
        <http://lexvo.org/id/term/fra/Ouganda>,
        <http://lexvo.org/id/term/ful/Unganndaa>,
        <http://lexvo.org/id/term/fur/Uganda>,
        <http://lexvo.org/id/term/gla/Uganda>,
        <http://lexvo.org/id/term/gle/%C3%9Aganda>,
        <http://lexvo.org/id/term/glg/Uganda>,
        <http://lexvo.org/id/term/gsw/Uganda>,
        <http://lexvo.org/id/term/guj/%E0%AA%AF%E0%AB%81%E0%AA%97%E0%AA%BE%E0%AA%82%E0%AA%A1%E0%AA%BE>,
        <http://lexvo.org/id/term/guz/Uganda>,
        <http://lexvo.org/id/term/hau/Yuganda>,
        <http://lexvo.org/id/term/heb/%D7%90%D7%95%D7%92%D7%A0%D7%93%D7%94>,
        <http://lexvo.org/id/term/hin/%E0%A4%AF%E0%A5%81%E0%A4%97%E0%A4%BE%E0%A4%82%E0%A4%A1%E0%A4%BE>,
        <http://lexvo.org/id/term/hrv/Uganda>,
        <http://lexvo.org/id/term/hun/Uganda>,
        <http://lexvo.org/id/term/hye/%D5%88%D6%82%D5%A3%D5%A1%D5%B6%D5%A4%D5%A1>,
        <http://lexvo.org/id/term/ina/Uganda>,
        <http://lexvo.org/id/term/ind/Uganda>,
        <http://lexvo.org/id/term/isl/%C3%9Aganda>,
        <http://lexvo.org/id/term/ita/Uganda>,
        <http://lexvo.org/id/term/jgo/U%C5%8B%C9%A1%C9%91%CC%81nd%C9%91>,
        <http://lexvo.org/id/term/jmc/Uganda>,
        <http://lexvo.org/id/term/jpn/%E3%82%A6%E3%82%AC%E3%83%B3%E3%83%80>,
        <http://lexvo.org/id/term/kab/U%C9%A3anda>,
        <http://lexvo.org/id/term/kal/Uganda>,
        <http://lexvo.org/id/term/kam/Ukanda>,
        <http://lexvo.org/id/term/kan/%E0%B2%89%E0%B2%97%E0%B2%BE%E0%B2%82%E0%B2%A1%E0%B2%BE>,
        <http://lexvo.org/id/term/kas/%DB%8C%D9%88%D9%97%DA%AF%D8%A7%D9%86%D9%9B%DA%91%D8%A7>,
        <http://lexvo.org/id/term/kat/%E1%83%A3%E1%83%92%E1%83%90%E1%83%9C%E1%83%93%E1%83%90>,
        <http://lexvo.org/id/term/kde/Uganda>,
        <http://lexvo.org/id/term/kea/Uganda>,
        <http://lexvo.org/id/term/khm/%E1%9E%A2%E1%9F%8A%E1%9E%BC%E1%9E%A0%E1%9F%92%E1%9E%80%E1%9E%84%E1%9F%8B%E1%9E%8A%E1%9E%B6>,
        <http://lexvo.org/id/term/khq/Uganda>,
        <http://lexvo.org/id/term/kik/Uganda>,
        <http://lexvo.org/id/term/kln/Emetab%20Uganda>,
        <http://lexvo.org/id/term/kor/%EC%9A%B0%EA%B0%84%EB%8B%A4>,
        <http://lexvo.org/id/term/ksb/Uganda>,
        <http://lexvo.org/id/term/ksf/uganda>,
        <http://lexvo.org/id/term/ksh/Ujanda>,
        <http://lexvo.org/id/term/lag/%C9%84g%C3%A1anda>,
        <http://lexvo.org/id/term/lao/%E0%BA%AD%E0%BA%B9%E0%BA%81%E0%BA%B2%E0%BA%99%E0%BA%94%E0%BA%B2>,
        <http://lexvo.org/id/term/lav/Uganda>,
        <http://lexvo.org/id/term/lin/Uganda>,
        <http://lexvo.org/id/term/lit/Uganda>,
        <http://lexvo.org/id/term/lub/Uganda>,
        <http://lexvo.org/id/term/lug/Yuganda>,
        <http://lexvo.org/id/term/luo/Uganda>,
        <http://lexvo.org/id/term/luy/Uganda>,
        <http://lexvo.org/id/term/mal/%E0%B4%89%E0%B4%97%E0%B4%BE%E0%B4%A3%E0%B5%8D%E0%B4%9F>,
        <http://lexvo.org/id/term/mar/%E0%A4%AF%E0%A5%81%E0%A4%97%E0%A4%BE%E0%A4%82%E0%A4%A1%E0%A4%BE>,
        <http://lexvo.org/id/term/mas/Uganda>,
        <http://lexvo.org/id/term/mer/Uganda>,
        <http://lexvo.org/id/term/mfe/Ouganda>,
        <http://lexvo.org/id/term/mkd/%D0%A3%D0%B3%D0%B0%D0%BD%D0%B4%D0%B0>,
        <http://lexvo.org/id/term/mlg/Oganda>,
        <http://lexvo.org/id/term/mlt/Uganda>,
        <http://lexvo.org/id/term/mua/Uganda>,
        <http://lexvo.org/id/term/mya/%E1%80%9A%E1%80%B0%E1%80%82%E1%80%94%E1%80%B9%E1%80%92%E1%80%AC>,
        <http://lexvo.org/id/term/naq/Ugandab>,
        <http://lexvo.org/id/term/nde/Uganda>,
        <http://lexvo.org/id/term/nep/%E0%A4%AF%E0%A5%81%E0%A4%97%E0%A4%BE%E0%A4%A3%E0%A5%8D%E0%A4%A1%E0%A4%BE>,
        <http://lexvo.org/id/term/nld/Oeganda>,
        <http://lexvo.org/id/term/nmg/Uganda>,
        <http://lexvo.org/id/term/nno/Uganda>,
        <http://lexvo.org/id/term/nob/Uganda>,
        <http://lexvo.org/id/term/nyn/Uganda>,
        <http://lexvo.org/id/term/ori/%E0%AC%89%E0%AC%97%E0%AC%BE%E0%AC%A3%E0%AD%8D%E0%AC%A1%E0%AC%BE>,
        <http://lexvo.org/id/term/pol/Uganda>,
        <http://lexvo.org/id/term/por/Uganda>,
        <http://lexvo.org/id/term/rof/Uganda>,
        <http://lexvo.org/id/term/roh/Uganda>,
        <http://lexvo.org/id/term/ron/Uganda>,
        <http://lexvo.org/id/term/run/Ubugande>,
        <http://lexvo.org/id/term/rus/%D0%A3%D0%B3%D0%B0%D0%BD%D0%B4%D0%B0>,
        <http://lexvo.org/id/term/rwk/Uganda>,
        <http://lexvo.org/id/term/sag/Ugand%C3%A4a>,
        <http://lexvo.org/id/term/saq/Uganda>,
        <http://lexvo.org/id/term/sbp/Uganda>,
        <http://lexvo.org/id/term/seh/Uganda>,
        <http://lexvo.org/id/term/ses/Uganda>,
        <http://lexvo.org/id/term/shi-Latn/u%C9%A3anda>,
        <http://lexvo.org/id/term/shi/%E2%B5%93%E2%B5%96%E2%B4%B0%E2%B5%8F%E2%B4%B7%E2%B4%B0>,
        <http://lexvo.org/id/term/sin/%E0%B6%8B%E0%B6%9C%E0%B6%B1%E0%B7%8A%E0%B6%A9%E0%B7%8F%E0%B7%80>,
        <http://lexvo.org/id/term/slk/Uganda>,
        <http://lexvo.org/id/term/slv/Uganda>,
        <http://lexvo.org/id/term/sme/Uganda>,
        <http://lexvo.org/id/term/sna/Uganda>,
        <http://lexvo.org/id/term/som/Ugaanda>,
        <http://lexvo.org/id/term/spa/Uganda>,
        <http://lexvo.org/id/term/srp-Latn/Uganda>,
        <http://lexvo.org/id/term/srp/%D0%A3%D0%B3%D0%B0%D0%BD%D0%B4%D0%B0>,
        <http://lexvo.org/id/term/swc/Uganda>,
        <http://lexvo.org/id/term/swe/Uganda>,
        <http://lexvo.org/id/term/swh/Uganda>,
        <http://lexvo.org/id/term/tam/%E0%AE%89%E0%AE%95%E0%AE%BE%E0%AE%A3%E0%AF%8D%E0%AE%9F%E0%AE%BE>,
        <http://lexvo.org/id/term/tel/%E0%B0%AF%E0%B1%81%E0%B0%97%E0%B0%BE%E0%B0%82%E0%B0%A1%E0%B0%BE>,
        <http://lexvo.org/id/term/teo/Uganda>,
        <http://lexvo.org/id/term/tha/%E0%B8%A2%E0%B8%B9%E0%B8%81%E0%B8%B1%E0%B8%99%E0%B8%94%E0%B8%B2>,
        <http://lexvo.org/id/term/tig/%E1%8B%A9%E1%8C%8B%E1%8A%95%E1%8B%B3>,
        <http://lexvo.org/id/term/tir/%E1%8B%A9%E1%8C%8B%E1%8A%95%E1%8B%B3>,
        <http://lexvo.org/id/term/ton/%CA%BBIukanit%C4%81>,
        <http://lexvo.org/id/term/tur/Uganda>,
        <http://lexvo.org/id/term/twq/Uganda>,
        <http://lexvo.org/id/term/tzm/U%C9%A3anda>,
        <http://lexvo.org/id/term/ukr/%D0%A3%D0%B3%D0%B0%D0%BD%D0%B4%D0%B0>,
        <http://lexvo.org/id/term/urd/%DB%8C%D9%88%DA%AF%D8%A7%D9%86%DA%88%D8%A7>,
        <http://lexvo.org/id/term/vai-Latn/Yuganda>,
        <http://lexvo.org/id/term/vai/%EA%96%B3%EA%95%AD%EA%95%A1>,
        <http://lexvo.org/id/term/vie/Uganda>,
        <http://lexvo.org/id/term/vun/Uganda>,
        <http://lexvo.org/id/term/wae/Uganda>,
        <http://lexvo.org/id/term/wal/%E1%8B%A9%E1%8C%8B%E1%8A%95%E1%8B%B3>,
        <http://lexvo.org/id/term/xog/Yuganda>,
        <http://lexvo.org/id/term/yav/uk%C3%A1nda>,
        <http://lexvo.org/id/term/yor/Or%C3%ADl%E1%BA%B9%CC%81%C3%A8de%20Uganda>,
        <http://lexvo.org/id/term/zsm/Uganda>,
        <http://lexvo.org/id/term/zul/i-Uganda> ;
    owl:sameAs <http://psi.oasis-open.org/iso/3166/#800>,
        <http://sws.geonames.org/226074/> .

<http://lexvo.org/id/iso3166/UY> a lvont:GeographicRegion ;
    rdfs:label "Uruguay"@af,
        "Yulùgwɛ̂"@agq,
        "Yurugwae"@ak,
        "ኡራጓይ"@am,
        "أورغواي"@ar,
        "Urugwai"@asa,
        "Uruguay"@ast,
        "Uruqvay"@az,
        "Ùrùgwêy"@bas,
        "Уругвай"@be,
        "Huulugwai"@bez,
        "Уругвай"@bg,
        "Urugwayi"@bm,
        "উরুগোয়ে"@bn,
        "ཨུ་རུ་གྷེ།"@bo,
        "Uruguay"@br,
        "युरूगुए"@brx,
        "Urugvaj"@bs,
        "Уругвај"@bs-Cyrl,
        "Uruguai"@ca,
        "Urugwai"@cgg,
        "乌拉圭"@cmn,
        "烏拉圭"@cmn-Hant,
        "Uruguay"@cs,
        "Uruguay"@cy,
        "Uruguay"@da,
        "Urugwai"@dav,
        "Uruguay"@de,
        "Uruguwey"@dje,
        "ཡུ་རུ་གུ་ཝའི"@dz,
        "Urugwai"@ebu,
        "uruguaydukɔ"@ee,
        "Ουρουγουάη"@el,
        "ISO 3166-1:UY"@en,
        "Uruguay"@en,
        "𐐏𐐳𐑉𐐲𐑀𐐶𐐴"@en-Dsrt,
        "Urugvajo"@eo,
        "Uruguay"@es,
        "Uruguay"@et,
        "Uruguai"@eu,
        "Urugué"@ewo,
        "اروگوئه"@fa,
        "یوروگوای"@fa,
        "Uruguwaay"@ff,
        "Uruguay"@fi,
        "Uruguay"@fil,
        "Uruguei"@fo,
        "Uruguay"@fr,
        "Uruguay"@fur,
        "Urugua"@ga,
        "Uruguaidh"@gd,
        "Uruguai"@gl,
        "Uruguay"@gsw,
        "ઉરુગ્વે"@gu,
        "Urugwai"@guz,
        "Yurugai"@ha,
        "אורוגוואי"@he,
        "युरूगुए"@hi,
        "Urugvaj"@hr,
        "Uruguay"@hu,
        "Ուրուգվայ"@hy,
        "Uruguay"@ia,
        "Uruguay"@id,
        "Úrúgvæ"@is,
        "Uruguay"@it,
        "ウルグアイ"@ja,
        "Urugwai"@jmc,
        "ურუგვაი"@ka,
        "Urugway"@kab,
        "Urugwai"@kam,
        "Ulugwai"@kde,
        "Uruguai"@kea,
        "Uruguwey"@khq,
        "Urugwai"@ki,
        "Uruguay"@kl,
        "Emetab Uruguay"@kln,
        "អ៊ុយរុយហ្គាយ"@km,
        "ಉರುಗ್ವೇ"@kn,
        "우루과이"@ko,
        "یوٗروگے"@ks,
        "Ulugwai"@ksb,
        "urugwɛ́"@ksf,
        "Urrujwai"@ksh,
        "Uruguáai"@lag,
        "Wurugwayi"@lg,
        "Irigwei"@ln,
        "ອຸລຸກວຍ"@lo,
        "Urugvajus"@lt,
        "Irigwei"@lu,
        "Uruguay"@luo,
        "Urugwai"@luy,
        "Urugvaja"@lv,
        "Urugwai"@mas,
        "Urugwĩ"@mer,
        "Uruguay"@mfe,
        "Orogoay"@mg,
        "Уругвај"@mk,
        "ഉറുഗ്വേ"@ml,
        "उरुग्वे"@mr,
        "Urugwaj"@mt,
        "Urugwai"@mua,
        "ဥရုဂွေး"@my,
        "Uruguaib"@naq,
        "Uruguay"@nb,
        "Yurugwai"@nd,
        "युरूगुए"@ne,
        "Uruguay"@nl,
        "Uruguay"@nmg,
        "Uruguay"@nn,
        "Urugwai"@nyn,
        "ଉରୁଗୁଏ"@or,
        "Urugwaj"@pl,
        "یوروګوای"@ps,
        "Uruguai"@pt,
        "Uruguay"@rm,
        "Irigwe"@rn,
        "Uruguay"@ro,
        "Urugwai"@rof,
        "Уругвай"@ru,
        "Urugwai"@rwk,
        "Urugwai"@saq,
        "Ulugwayi"@sbp,
        "Uruguay"@se,
        "Uruguai"@seh,
        "Uruguwey"@ses,
        "Uruguëe"@sg,
        "ⵓⵔⵓⴳⵡⴰⵢ"@shi,
        "urugway"@shi-Latn,
        "උරුගුවේ"@si,
        "Uruguaj"@sk,
        "Urugvaj"@sl,
        "Uruguay"@sn,
        "Uruguwaay"@so,
        "Uruguaj"@sq,
        "Уругвај"@sr,
        "Urugvaj"@sr-Latn,
        "Uruguay"@sv,
        "Urugwai"@swc,
        "Urugwai"@swh,
        "உருகுவே"@ta,
        "ఉరుగువే"@te,
        "Urugwai"@teo,
        "อุรุกวัย"@th,
        "ኡራጓይ"@ti,
        "ʻUlukuei"@to,
        "Uruguay"@tr,
        "Uruguwey"@twq,
        "Urugway"@tzm,
        "Уругвай"@uk,
        "یوروگوئے"@ur,
        "ꖳꔓꗝꔀ"@vai,
        "Yuwegɔwe"@vai-Latn,
        "Uruguay"@vi,
        "Urugwai"@vun,
        "Urugauy"@wae,
        "Wurugwayi"@xog,
        "ulukuéy"@yav,
        "Orílẹ́ède Nruguayi"@yo,
        "Uruguay"@zsm,
        "i-Uruguay"@zu ;
    lvont:label <http://lexvo.org/id/term/afr/Uruguay>,
        <http://lexvo.org/id/term/agq/Yul%C3%B9gw%C9%9B%CC%82>,
        <http://lexvo.org/id/term/aka/Yurugwae>,
        <http://lexvo.org/id/term/amh/%E1%8A%A1%E1%88%AB%E1%8C%93%E1%8B%AD>,
        <http://lexvo.org/id/term/ara/%D8%A3%D9%88%D8%B1%D8%BA%D9%88%D8%A7%D9%8A>,
        <http://lexvo.org/id/term/asa/Urugwai>,
        <http://lexvo.org/id/term/ast/Uruguay>,
        <http://lexvo.org/id/term/aze/Uruqvay>,
        <http://lexvo.org/id/term/bam/Urugwayi>,
        <http://lexvo.org/id/term/bas/%C3%99r%C3%B9gw%C3%AAy>,
        <http://lexvo.org/id/term/bel/%D0%A3%D1%80%D1%83%D0%B3%D0%B2%D0%B0%D0%B9>,
        <http://lexvo.org/id/term/ben/%E0%A6%89%E0%A6%B0%E0%A7%81%E0%A6%97%E0%A7%8B%E0%A6%AF%E0%A6%BC%E0%A7%87>,
        <http://lexvo.org/id/term/bez/Huulugwai>,
        <http://lexvo.org/id/term/bod/%E0%BD%A8%E0%BD%B4%E0%BC%8B%E0%BD%A2%E0%BD%B4%E0%BC%8B%E0%BD%82%E0%BE%B7%E0%BD%BA%E0%BC%8D>,
        <http://lexvo.org/id/term/bos-Cyrl/%D0%A3%D1%80%D1%83%D0%B3%D0%B2%D0%B0%D1%98>,
        <http://lexvo.org/id/term/bos/Urugvaj>,
        <http://lexvo.org/id/term/bre/Uruguay>,
        <http://lexvo.org/id/term/brx/%E0%A4%AF%E0%A5%81%E0%A4%B0%E0%A5%82%E0%A4%97%E0%A5%81%E0%A4%8F>,
        <http://lexvo.org/id/term/bul/%D0%A3%D1%80%D1%83%D0%B3%D0%B2%D0%B0%D0%B9>,
        <http://lexvo.org/id/term/cat/Uruguai>,
        <http://lexvo.org/id/term/ces/Uruguay>,
        <http://lexvo.org/id/term/cgg/Urugwai>,
        <http://lexvo.org/id/term/cmn-Hant/%E7%83%8F%E6%8B%89%E5%9C%AD>,
        <http://lexvo.org/id/term/cmn/%E4%B9%8C%E6%8B%89%E5%9C%AD>,
        <http://lexvo.org/id/term/cym/Uruguay>,
        <http://lexvo.org/id/term/dan/Uruguay>,
        <http://lexvo.org/id/term/dav/Urugwai>,
        <http://lexvo.org/id/term/deu/Uruguay>,
        <http://lexvo.org/id/term/dje/Uruguwey>,
        <http://lexvo.org/id/term/dzo/%E0%BD%A1%E0%BD%B4%E0%BC%8B%E0%BD%A2%E0%BD%B4%E0%BC%8B%E0%BD%82%E0%BD%B4%E0%BC%8B%E0%BD%9D%E0%BD%A0%E0%BD%B2>,
        <http://lexvo.org/id/term/ebu/Urugwai>,
        <http://lexvo.org/id/term/ell/%CE%9F%CF%85%CF%81%CE%BF%CF%85%CE%B3%CE%BF%CF%85%CE%AC%CE%B7>,
        <http://lexvo.org/id/term/eng-Dsrt/%F0%90%90%8F%F0%90%90%B3%F0%90%91%89%F0%90%90%B2%F0%90%91%80%F0%90%90%B6%F0%90%90%B4>,
        <http://lexvo.org/id/term/eng/ISO%203166-1%3AUY>,
        <http://lexvo.org/id/term/eng/Uruguay>,
        <http://lexvo.org/id/term/epo/Urugvajo>,
        <http://lexvo.org/id/term/est/Uruguay>,
        <http://lexvo.org/id/term/eus/Uruguai>,
        <http://lexvo.org/id/term/ewe/uruguayduk%C9%94>,
        <http://lexvo.org/id/term/ewo/Urugu%C3%A9>,
        <http://lexvo.org/id/term/fao/Uruguei>,
        <http://lexvo.org/id/term/fas/%D8%A7%D8%B1%D9%88%DA%AF%D9%88%D8%A6%D9%87>,
        <http://lexvo.org/id/term/fas/%DB%8C%D9%88%D8%B1%D9%88%DA%AF%D9%88%D8%A7%DB%8C>,
        <http://lexvo.org/id/term/fil/Uruguay>,
        <http://lexvo.org/id/term/fin/Uruguay>,
        <http://lexvo.org/id/term/fra/Uruguay>,
        <http://lexvo.org/id/term/ful/Uruguwaay>,
        <http://lexvo.org/id/term/fur/Uruguay>,
        <http://lexvo.org/id/term/gla/Uruguaidh>,
        <http://lexvo.org/id/term/gle/Urugua>,
        <http://lexvo.org/id/term/glg/Uruguai>,
        <http://lexvo.org/id/term/gsw/Uruguay>,
        <http://lexvo.org/id/term/guj/%E0%AA%89%E0%AA%B0%E0%AB%81%E0%AA%97%E0%AB%8D%E0%AA%B5%E0%AB%87>,
        <http://lexvo.org/id/term/guz/Urugwai>,
        <http://lexvo.org/id/term/hau/Yurugai>,
        <http://lexvo.org/id/term/heb/%D7%90%D7%95%D7%A8%D7%95%D7%92%D7%95%D7%95%D7%90%D7%99>,
        <http://lexvo.org/id/term/hin/%E0%A4%AF%E0%A5%81%E0%A4%B0%E0%A5%82%E0%A4%97%E0%A5%81%E0%A4%8F>,
        <http://lexvo.org/id/term/hrv/Urugvaj>,
        <http://lexvo.org/id/term/hun/Uruguay>,
        <http://lexvo.org/id/term/hye/%D5%88%D6%82%D6%80%D5%B8%D6%82%D5%A3%D5%BE%D5%A1%D5%B5>,
        <http://lexvo.org/id/term/ina/Uruguay>,
        <http://lexvo.org/id/term/ind/Uruguay>,
        <http://lexvo.org/id/term/isl/%C3%9Ar%C3%BAgv%C3%A6>,
        <http://lexvo.org/id/term/ita/Uruguay>,
        <http://lexvo.org/id/term/jmc/Urugwai>,
        <http://lexvo.org/id/term/jpn/%E3%82%A6%E3%83%AB%E3%82%B0%E3%82%A2%E3%82%A4>,
        <http://lexvo.org/id/term/kab/Urugway>,
        <http://lexvo.org/id/term/kal/Uruguay>,
        <http://lexvo.org/id/term/kam/Urugwai>,
        <http://lexvo.org/id/term/kan/%E0%B2%89%E0%B2%B0%E0%B3%81%E0%B2%97%E0%B3%8D%E0%B2%B5%E0%B3%87>,
        <http://lexvo.org/id/term/kas/%DB%8C%D9%88%D9%97%D8%B1%D9%88%DA%AF%DB%92>,
        <http://lexvo.org/id/term/kat/%E1%83%A3%E1%83%A0%E1%83%A3%E1%83%92%E1%83%95%E1%83%90%E1%83%98>,
        <http://lexvo.org/id/term/kde/Ulugwai>,
        <http://lexvo.org/id/term/kea/Uruguai>,
        <http://lexvo.org/id/term/khm/%E1%9E%A2%E1%9F%8A%E1%9E%BB%E1%9E%99%E1%9E%9A%E1%9E%BB%E1%9E%99%E1%9E%A0%E1%9F%92%E1%9E%82%E1%9E%B6%E1%9E%99>,
        <http://lexvo.org/id/term/khq/Uruguwey>,
        <http://lexvo.org/id/term/kik/Urugwai>,
        <http://lexvo.org/id/term/kln/Emetab%20Uruguay>,
        <http://lexvo.org/id/term/kor/%EC%9A%B0%EB%A3%A8%EA%B3%BC%EC%9D%B4>,
        <http://lexvo.org/id/term/ksb/Ulugwai>,
        <http://lexvo.org/id/term/ksf/urugw%C9%9B%CC%81>,
        <http://lexvo.org/id/term/ksh/Urrujwai>,
        <http://lexvo.org/id/term/lag/Urugu%C3%A1ai>,
        <http://lexvo.org/id/term/lao/%E0%BA%AD%E0%BA%B8%E0%BA%A5%E0%BA%B8%E0%BA%81%E0%BA%A7%E0%BA%8D>,
        <http://lexvo.org/id/term/lav/Urugvaja>,
        <http://lexvo.org/id/term/lin/Irigwei>,
        <http://lexvo.org/id/term/lit/Urugvajus>,
        <http://lexvo.org/id/term/lub/Irigwei>,
        <http://lexvo.org/id/term/lug/Wurugwayi>,
        <http://lexvo.org/id/term/luo/Uruguay>,
        <http://lexvo.org/id/term/luy/Urugwai>,
        <http://lexvo.org/id/term/mal/%E0%B4%89%E0%B4%B1%E0%B5%81%E0%B4%97%E0%B5%8D%E0%B4%B5%E0%B5%87>,
        <http://lexvo.org/id/term/mar/%E0%A4%89%E0%A4%B0%E0%A5%81%E0%A4%97%E0%A5%8D%E0%A4%B5%E0%A5%87>,
        <http://lexvo.org/id/term/mas/Urugwai>,
        <http://lexvo.org/id/term/mer/Urugw%C4%A9>,
        <http://lexvo.org/id/term/mfe/Uruguay>,
        <http://lexvo.org/id/term/mkd/%D0%A3%D1%80%D1%83%D0%B3%D0%B2%D0%B0%D1%98>,
        <http://lexvo.org/id/term/mlg/Orogoay>,
        <http://lexvo.org/id/term/mlt/Urugwaj>,
        <http://lexvo.org/id/term/mua/Urugwai>,
        <http://lexvo.org/id/term/mya/%E1%80%A5%E1%80%9B%E1%80%AF%E1%80%82%E1%80%BD%E1%80%B1%E1%80%B8>,
        <http://lexvo.org/id/term/naq/Uruguaib>,
        <http://lexvo.org/id/term/nde/Yurugwai>,
        <http://lexvo.org/id/term/nep/%E0%A4%AF%E0%A5%81%E0%A4%B0%E0%A5%82%E0%A4%97%E0%A5%81%E0%A4%8F>,
        <http://lexvo.org/id/term/nld/Uruguay>,
        <http://lexvo.org/id/term/nmg/Uruguay>,
        <http://lexvo.org/id/term/nno/Uruguay>,
        <http://lexvo.org/id/term/nob/Uruguay>,
        <http://lexvo.org/id/term/nyn/Urugwai>,
        <http://lexvo.org/id/term/ori/%E0%AC%89%E0%AC%B0%E0%AD%81%E0%AC%97%E0%AD%81%E0%AC%8F>,
        <http://lexvo.org/id/term/pol/Urugwaj>,
        <http://lexvo.org/id/term/por/Uruguai>,
        <http://lexvo.org/id/term/pus/%DB%8C%D9%88%D8%B1%D9%88%DA%AB%D9%88%D8%A7%DB%8C>,
        <http://lexvo.org/id/term/rof/Urugwai>,
        <http://lexvo.org/id/term/roh/Uruguay>,
        <http://lexvo.org/id/term/ron/Uruguay>,
        <http://lexvo.org/id/term/run/Irigwe>,
        <http://lexvo.org/id/term/rus/%D0%A3%D1%80%D1%83%D0%B3%D0%B2%D0%B0%D0%B9>,
        <http://lexvo.org/id/term/rwk/Urugwai>,
        <http://lexvo.org/id/term/sag/Urugu%C3%ABe>,
        <http://lexvo.org/id/term/saq/Urugwai>,
        <http://lexvo.org/id/term/sbp/Ulugwayi>,
        <http://lexvo.org/id/term/seh/Uruguai>,
        <http://lexvo.org/id/term/ses/Uruguwey>,
        <http://lexvo.org/id/term/shi-Latn/urugway>,
        <http://lexvo.org/id/term/shi/%E2%B5%93%E2%B5%94%E2%B5%93%E2%B4%B3%E2%B5%A1%E2%B4%B0%E2%B5%A2>,
        <http://lexvo.org/id/term/sin/%E0%B6%8B%E0%B6%BB%E0%B7%94%E0%B6%9C%E0%B7%94%E0%B7%80%E0%B7%9A>,
        <http://lexvo.org/id/term/slk/Uruguaj>,
        <http://lexvo.org/id/term/slv/Urugvaj>,
        <http://lexvo.org/id/term/sme/Uruguay>,
        <http://lexvo.org/id/term/sna/Uruguay>,
        <http://lexvo.org/id/term/som/Uruguwaay>,
        <http://lexvo.org/id/term/spa/Uruguay>,
        <http://lexvo.org/id/term/sqi/Uruguaj>,
        <http://lexvo.org/id/term/srp-Latn/Urugvaj>,
        <http://lexvo.org/id/term/srp/%D0%A3%D1%80%D1%83%D0%B3%D0%B2%D0%B0%D1%98>,
        <http://lexvo.org/id/term/swc/Urugwai>,
        <http://lexvo.org/id/term/swe/Uruguay>,
        <http://lexvo.org/id/term/swh/Urugwai>,
        <http://lexvo.org/id/term/tam/%E0%AE%89%E0%AE%B0%E0%AF%81%E0%AE%95%E0%AF%81%E0%AE%B5%E0%AF%87>,
        <http://lexvo.org/id/term/tel/%E0%B0%89%E0%B0%B0%E0%B1%81%E0%B0%97%E0%B1%81%E0%B0%B5%E0%B1%87>,
        <http://lexvo.org/id/term/teo/Urugwai>,
        <http://lexvo.org/id/term/tha/%E0%B8%AD%E0%B8%B8%E0%B8%A3%E0%B8%B8%E0%B8%81%E0%B8%A7%E0%B8%B1%E0%B8%A2>,
        <http://lexvo.org/id/term/tir/%E1%8A%A1%E1%88%AB%E1%8C%93%E1%8B%AD>,
        <http://lexvo.org/id/term/ton/%CA%BBUlukuei>,
        <http://lexvo.org/id/term/tur/Uruguay>,
        <http://lexvo.org/id/term/twq/Uruguwey>,
        <http://lexvo.org/id/term/tzm/Urugway>,
        <http://lexvo.org/id/term/ukr/%D0%A3%D1%80%D1%83%D0%B3%D0%B2%D0%B0%D0%B9>,
        <http://lexvo.org/id/term/urd/%DB%8C%D9%88%D8%B1%D9%88%DA%AF%D9%88%D8%A6%DB%92>,
        <http://lexvo.org/id/term/vai-Latn/Yuweg%C9%94we>,
        <http://lexvo.org/id/term/vai/%EA%96%B3%EA%94%93%EA%97%9D%EA%94%80>,
        <http://lexvo.org/id/term/vie/Uruguay>,
        <http://lexvo.org/id/term/vun/Urugwai>,
        <http://lexvo.org/id/term/wae/Urugauy>,
        <http://lexvo.org/id/term/xog/Wurugwayi>,
        <http://lexvo.org/id/term/yav/uluku%C3%A9y>,
        <http://lexvo.org/id/term/yor/Or%C3%ADl%E1%BA%B9%CC%81%C3%A8de%20Nruguayi>,
        <http://lexvo.org/id/term/zsm/Uruguay>,
        <http://lexvo.org/id/term/zul/i-Uruguay> ;
    owl:sameAs <http://psi.oasis-open.org/iso/3166/#858>,
        <http://sws.geonames.org/3439705/> .

<http://lexvo.org/id/iso3166/UZ> a lvont:GeographicRegion ;
    rdfs:label "Oesbekistan"@af,
        "Yùzɨ̀bɛkìsɨ̀tân"@agq,
        "Uzbɛkistan"@ak,
        "ዩዝበኪስታን"@am,
        "أوزبكستان"@ar,
        "Udhibekithtani"@asa,
        "Uzbequistán"@ast,
        "Özbəkistan"@az,
        "Ùzbèkìstân"@bas,
        "Узбекістан"@be,
        "Huuzibekistani"@bez,
        "Узбекистан"@bg,
        "Uzebekisitani"@bm,
        "উজ্বেকিস্থান"@bn,
        "ཨུཛ་བེ་ཀིསྟཱན།"@bo,
        "Ouzbekistan"@br,
        "उज़बेकिस्तान"@brx,
        "Uzbekistan"@bs,
        "Узбекистан"@bs-Cyrl,
        "ዩዝበኪስታን"@byn,
        "Uzbekistan"@ca,
        "Uzibekisitani"@cgg,
        "乌兹别克斯坦"@cmn,
        "烏茲別克"@cmn-Hant,
        "Uzbekistán"@cs,
        "Wsbecistan"@cy,
        "Usbekistan"@da,
        "Uzibekistani"@dav,
        "Usbekistan"@de,
        "Uzbeekistan"@dje,
        "ཨུས་བེག་གི་སཏཱན"@dz,
        "Uzibekistani"@ebu,
        "Uzbekistan nutome"@ee,
        "Ουζμπεκιστάν"@el,
        "ISO 3166-1:UZ"@en,
        "Uzbekistan"@en,
        "𐐅𐑆𐐺𐐯𐐿𐐲𐑅𐐻𐐰𐑌"@en-Dsrt,
        "Uzbekujo"@eo,
        "Uzbekistán"@es,
        "Usbekistan"@et,
        "Uzbekistan"@eu,
        "Uzubekisətán"@ewo,
        "ازبکستان"@fa,
        "Usbekistaan"@ff,
        "Uzbekistan"@fi,
        "Uzbekistan"@fil,
        "Usbekistan"@fo,
        "Ouzbékistan"@fr,
        "Uzbechistan"@fur,
        "Úisbéiceastáin"@ga,
        "Usbagastan"@gd,
        "Uzbekistán"@gl,
        "Uschbeekischtan"@gsw,
        "ઉઝ્બેકિસ્તાન"@gu,
        "Uzibekistani"@guz,
        "Uzubekistan"@ha,
        "אוזבקיסטן"@he,
        "उजबेकिस्तान"@hi,
        "Uzbekistan"@hr,
        "Üzbegisztán"@hu,
        "Ուզբեկստան"@hy,
        "Uzbekistan"@ia,
        "Uzbekistan"@id,
        "Úsbekistan"@is,
        "Uzbekistan"@it,
        "ウズベキスタン"@ja,
        "Uzibekistani"@jmc,
        "უზბეკეთი"@ka,
        "Uzbaxistan"@kab,
        "Uzibekistani"@kam,
        "Uzibechistani"@kde,
        "Uzbekistãu"@kea,
        "Uzbeekistan"@khq,
        "Uzibekistani"@ki,
        "Uzbekistani"@kl,
        "Emetab Uzibekistani"@kln,
        "អ៊ូហ្សបេគីស្តង់"@km,
        "ಉಜ್ಬೇಕಿಸ್ಥಾನ್"@kn,
        "우즈베키스탄"@ko,
        "اُزبِکِستان"@ks,
        "Uzibekistani"@ksb,
        "usbɛkistaŋ"@ksf,
        "Ußbeekistahn"@ksh,
        "Usibekisitáani"@lag,
        "Wuzibekisitaani"@lg,
        "Uzibɛkisitá"@ln,
        "ອຸດເບກິສະຖານ"@lo,
        "Uzbekistanas"@lt,
        "Uzibekisita"@lu,
        "Uzbekistan"@luo,
        "Uzibekistani"@luy,
        "Uzbekistāna"@lv,
        "Uzibekistani"@mas,
        "Uzibekistani"@mer,
        "Ouzbekistan"@mfe,
        "Ozbekistan"@mg,
        "Узбекистан"@mk,
        "ഉസ്ബെക്കിസ്ഥാൻ"@ml,
        "उझबेकिस्तान"@mr,
        "Użbekistan"@mt,
        "Uzbekistaŋ"@mua,
        "ဥဘက်ကစ္စတန်"@my,
        "Uzbekistan"@naq,
        "Usbekistan"@nb,
        "Uzbekistan"@nd,
        "उज्बेकिस्तान"@ne,
        "Oezbekistan"@nl,
        "Usbǝkistaŋ"@nmg,
        "Usbekistan"@nn,
        "Uzibekisitani"@nyn,
        "ଉଜବେକିସ୍ଥାନ୍"@or,
        "Uzbekistan"@pl,
        "Usbequistão"@pt,
        "Uzbequistão"@pt,
        "Usbekistan"@rm,
        "Uzubekisitani"@rn,
        "Uzbekistan"@ro,
        "Uzibekistani"@rof,
        "Узбекистан"@ru,
        "Uzibekistani"@rwk,
        "Uzibekistani"@saq,
        "Usibekisitani"@sbp,
        "Usbekistan"@se,
        "Uzbequistão"@seh,
        "Uzbeekistan"@ses,
        "Uzbekistäan"@sg,
        "ⵓⵣⴱⴰⴽⵉⵙⵜⴰⵏ"@shi,
        "uzbakistan"@shi-Latn,
        "උස්බෙකිස්ථානය"@si,
        "Uzbekistan"@sk,
        "Uzbekistan"@sl,
        "Uzbekistan"@sn,
        "Uusbakistaan"@so,
        "Узбекистан"@sr,
        "Uzbekistan"@sr-Latn,
        "Uzbekistan"@sv,
        "Uzibekistani"@swc,
        "Uzibekistani"@swh,
        "உஸ்பெகிஸ்தான்"@ta,
        "ఉజ్బెకిస్తాన్"@te,
        "Uzibekistani"@teo,
        "อุซเบกิสถาน"@th,
        "ዩዝበኪስታን"@ti,
        "ዩዝበኪስታን"@tig,
        "ʻUsipekitēni"@to,
        "Özbekistan"@tr,
        "Uzbeekistan"@twq,
        "Uzbakistan"@tzm,
        "Узбекистан"@uk,
        "ازبکستان"@ur,
        "Ўзбекистон"@uzn,
        "Oʻzbekiston"@uzn-Latn,
        "ꖳꗩꕃꔻꕚꘋ"@vai,
        "Yubhɛkisitaŋ"@vai-Latn,
        "Uzbekistan"@vi,
        "Uzibekistani"@vun,
        "Usbekištan"@wae,
        "ዩዝበኪስታን"@wal,
        "Wuzibekisitaani"@xog,
        "usupekistáaŋ"@yav,
        "Orílẹ́ède Nṣibẹkisitani"@yo,
        "Uzbekistan"@zsm,
        "i-Uzbekistan"@zu ;
    lvont:label <http://lexvo.org/id/term/afr/Oesbekistan>,
        <http://lexvo.org/id/term/agq/Y%C3%B9z%C9%A8%CC%80b%C9%9Bk%C3%ACs%C9%A8%CC%80t%C3%A2n>,
        <http://lexvo.org/id/term/aka/Uzb%C9%9Bkistan>,
        <http://lexvo.org/id/term/amh/%E1%8B%A9%E1%8B%9D%E1%89%A0%E1%8A%AA%E1%88%B5%E1%89%B3%E1%8A%95>,
        <http://lexvo.org/id/term/ara/%D8%A3%D9%88%D8%B2%D8%A8%D9%83%D8%B3%D8%AA%D8%A7%D9%86>,
        <http://lexvo.org/id/term/asa/Udhibekithtani>,
        <http://lexvo.org/id/term/ast/Uzbequist%C3%A1n>,
        <http://lexvo.org/id/term/aze/%C3%96zb%C9%99kistan>,
        <http://lexvo.org/id/term/bam/Uzebekisitani>,
        <http://lexvo.org/id/term/bas/%C3%99zb%C3%A8k%C3%ACst%C3%A2n>,
        <http://lexvo.org/id/term/bel/%D0%A3%D0%B7%D0%B1%D0%B5%D0%BA%D1%96%D1%81%D1%82%D0%B0%D0%BD>,
        <http://lexvo.org/id/term/ben/%E0%A6%89%E0%A6%9C%E0%A7%8D%E0%A6%AC%E0%A7%87%E0%A6%95%E0%A6%BF%E0%A6%B8%E0%A7%8D%E0%A6%A5%E0%A6%BE%E0%A6%A8>,
        <http://lexvo.org/id/term/bez/Huuzibekistani>,
        <http://lexvo.org/id/term/bod/%E0%BD%A8%E0%BD%B4%E0%BD%9B%E0%BC%8B%E0%BD%96%E0%BD%BA%E0%BC%8B%E0%BD%80%E0%BD%B2%E0%BD%A6%E0%BE%9F%E0%BD%B1%E0%BD%93%E0%BC%8D>,
        <http://lexvo.org/id/term/bos-Cyrl/%D0%A3%D0%B7%D0%B1%D0%B5%D0%BA%D0%B8%D1%81%D1%82%D0%B0%D0%BD>,
        <http://lexvo.org/id/term/bos/Uzbekistan>,
        <http://lexvo.org/id/term/bre/Ouzbekistan>,
        <http://lexvo.org/id/term/brx/%E0%A4%89%E0%A4%9C%E0%A4%BC%E0%A4%AC%E0%A5%87%E0%A4%95%E0%A4%BF%E0%A4%B8%E0%A5%8D%E0%A4%A4%E0%A4%BE%E0%A4%A8>,
        <http://lexvo.org/id/term/bul/%D0%A3%D0%B7%D0%B1%D0%B5%D0%BA%D0%B8%D1%81%D1%82%D0%B0%D0%BD>,
        <http://lexvo.org/id/term/byn/%E1%8B%A9%E1%8B%9D%E1%89%A0%E1%8A%AA%E1%88%B5%E1%89%B3%E1%8A%95>,
        <http://lexvo.org/id/term/cat/Uzbekistan>,
        <http://lexvo.org/id/term/ces/Uzbekist%C3%A1n>,
        <http://lexvo.org/id/term/cgg/Uzibekisitani>,
        <http://lexvo.org/id/term/cmn-Hant/%E7%83%8F%E8%8C%B2%E5%88%A5%E5%85%8B>,
        <http://lexvo.org/id/term/cmn/%E4%B9%8C%E5%85%B9%E5%88%AB%E5%85%8B%E6%96%AF%E5%9D%A6>,
        <http://lexvo.org/id/term/cym/Wsbecistan>,
        <http://lexvo.org/id/term/dan/Usbekistan>,
        <http://lexvo.org/id/term/dav/Uzibekistani>,
        <http://lexvo.org/id/term/deu/Usbekistan>,
        <http://lexvo.org/id/term/dje/Uzbeekistan>,
        <http://lexvo.org/id/term/dzo/%E0%BD%A8%E0%BD%B4%E0%BD%A6%E0%BC%8B%E0%BD%96%E0%BD%BA%E0%BD%82%E0%BC%8B%E0%BD%82%E0%BD%B2%E0%BC%8B%E0%BD%A6%E0%BD%8F%E0%BD%B1%E0%BD%93>,
        <http://lexvo.org/id/term/ebu/Uzibekistani>,
        <http://lexvo.org/id/term/ell/%CE%9F%CF%85%CE%B6%CE%BC%CF%80%CE%B5%CE%BA%CE%B9%CF%83%CF%84%CE%AC%CE%BD>,
        <http://lexvo.org/id/term/eng-Dsrt/%F0%90%90%85%F0%90%91%86%F0%90%90%BA%F0%90%90%AF%F0%90%90%BF%F0%90%90%B2%F0%90%91%85%F0%90%90%BB%F0%90%90%B0%F0%90%91%8C>,
        <http://lexvo.org/id/term/eng/ISO%203166-1%3AUZ>,
        <http://lexvo.org/id/term/eng/Uzbekistan>,
        <http://lexvo.org/id/term/epo/Uzbekujo>,
        <http://lexvo.org/id/term/est/Usbekistan>,
        <http://lexvo.org/id/term/eus/Uzbekistan>,
        <http://lexvo.org/id/term/ewe/Uzbekistan%20nutome>,
        <http://lexvo.org/id/term/ewo/Uzubekis%C9%99t%C3%A1n>,
        <http://lexvo.org/id/term/fao/Usbekistan>,
        <http://lexvo.org/id/term/fas/%D8%A7%D8%B2%D8%A8%DA%A9%D8%B3%D8%AA%D8%A7%D9%86>,
        <http://lexvo.org/id/term/fil/Uzbekistan>,
        <http://lexvo.org/id/term/fin/Uzbekistan>,
        <http://lexvo.org/id/term/fra/Ouzb%C3%A9kistan>,
        <http://lexvo.org/id/term/ful/Usbekistaan>,
        <http://lexvo.org/id/term/fur/Uzbechistan>,
        <http://lexvo.org/id/term/gla/Usbagastan>,
        <http://lexvo.org/id/term/gle/%C3%9Aisb%C3%A9iceast%C3%A1in>,
        <http://lexvo.org/id/term/glg/Uzbekist%C3%A1n>,
        <http://lexvo.org/id/term/gsw/Uschbeekischtan>,
        <http://lexvo.org/id/term/guj/%E0%AA%89%E0%AA%9D%E0%AB%8D%E0%AA%AC%E0%AB%87%E0%AA%95%E0%AA%BF%E0%AA%B8%E0%AB%8D%E0%AA%A4%E0%AA%BE%E0%AA%A8>,
        <http://lexvo.org/id/term/guz/Uzibekistani>,
        <http://lexvo.org/id/term/hau/Uzubekistan>,
        <http://lexvo.org/id/term/heb/%D7%90%D7%95%D7%96%D7%91%D7%A7%D7%99%D7%A1%D7%98%D7%9F>,
        <http://lexvo.org/id/term/hin/%E0%A4%89%E0%A4%9C%E0%A4%AC%E0%A5%87%E0%A4%95%E0%A4%BF%E0%A4%B8%E0%A5%8D%E0%A4%A4%E0%A4%BE%E0%A4%A8>,
        <http://lexvo.org/id/term/hrv/Uzbekistan>,
        <http://lexvo.org/id/term/hun/%C3%9Czbegiszt%C3%A1n>,
        <http://lexvo.org/id/term/hye/%D5%88%D6%82%D5%A6%D5%A2%D5%A5%D5%AF%D5%BD%D5%BF%D5%A1%D5%B6>,
        <http://lexvo.org/id/term/ina/Uzbekistan>,
        <http://lexvo.org/id/term/ind/Uzbekistan>,
        <http://lexvo.org/id/term/isl/%C3%9Asbekistan>,
        <http://lexvo.org/id/term/ita/Uzbekistan>,
        <http://lexvo.org/id/term/jmc/Uzibekistani>,
        <http://lexvo.org/id/term/jpn/%E3%82%A6%E3%82%BA%E3%83%99%E3%82%AD%E3%82%B9%E3%82%BF%E3%83%B3>,
        <http://lexvo.org/id/term/kab/Uzbaxistan>,
        <http://lexvo.org/id/term/kal/Uzbekistani>,
        <http://lexvo.org/id/term/kam/Uzibekistani>,
        <http://lexvo.org/id/term/kan/%E0%B2%89%E0%B2%9C%E0%B3%8D%E0%B2%AC%E0%B3%87%E0%B2%95%E0%B2%BF%E0%B2%B8%E0%B3%8D%E0%B2%A5%E0%B2%BE%E0%B2%A8%E0%B3%8D>,
        <http://lexvo.org/id/term/kas/%D8%A7%D9%8F%D8%B2%D8%A8%D9%90%DA%A9%D9%90%D8%B3%D8%AA%D8%A7%D9%86>,
        <http://lexvo.org/id/term/kat/%E1%83%A3%E1%83%96%E1%83%91%E1%83%94%E1%83%99%E1%83%94%E1%83%97%E1%83%98>,
        <http://lexvo.org/id/term/kde/Uzibechistani>,
        <http://lexvo.org/id/term/kea/Uzbekist%C3%A3u>,
        <http://lexvo.org/id/term/khm/%E1%9E%A2%E1%9F%8A%E1%9E%BC%E1%9E%A0%E1%9F%92%E1%9E%9F%E1%9E%94%E1%9F%81%E1%9E%82%E1%9E%B8%E1%9E%9F%E1%9F%92%E1%9E%8F%E1%9E%84%E1%9F%8B>,
        <http://lexvo.org/id/term/khq/Uzbeekistan>,
        <http://lexvo.org/id/term/kik/Uzibekistani>,
        <http://lexvo.org/id/term/kln/Emetab%20Uzibekistani>,
        <http://lexvo.org/id/term/kor/%EC%9A%B0%EC%A6%88%EB%B2%A0%ED%82%A4%EC%8A%A4%ED%83%84>,
        <http://lexvo.org/id/term/ksb/Uzibekistani>,
        <http://lexvo.org/id/term/ksf/usb%C9%9Bkista%C5%8B>,
        <http://lexvo.org/id/term/ksh/U%C3%9Fbeekistahn>,
        <http://lexvo.org/id/term/lag/Usibekisit%C3%A1ani>,
        <http://lexvo.org/id/term/lao/%E0%BA%AD%E0%BA%B8%E0%BA%94%E0%BB%80%E0%BA%9A%E0%BA%81%E0%BA%B4%E0%BA%AA%E0%BA%B0%E0%BA%96%E0%BA%B2%E0%BA%99>,
        <http://lexvo.org/id/term/lav/Uzbekist%C4%81na>,
        <http://lexvo.org/id/term/lin/Uzib%C9%9Bkisit%C3%A1>,
        <http://lexvo.org/id/term/lit/Uzbekistanas>,
        <http://lexvo.org/id/term/lub/Uzibekisita>,
        <http://lexvo.org/id/term/lug/Wuzibekisitaani>,
        <http://lexvo.org/id/term/luo/Uzbekistan>,
        <http://lexvo.org/id/term/luy/Uzibekistani>,
        <http://lexvo.org/id/term/mal/%E0%B4%89%E0%B4%B8%E0%B5%8D%E0%B4%AC%E0%B5%86%E0%B4%95%E0%B5%8D%E0%B4%95%E0%B4%BF%E0%B4%B8%E0%B5%8D%E0%B4%A5%E0%B4%BE%E0%B5%BB>,
        <http://lexvo.org/id/term/mar/%E0%A4%89%E0%A4%9D%E0%A4%AC%E0%A5%87%E0%A4%95%E0%A4%BF%E0%A4%B8%E0%A5%8D%E0%A4%A4%E0%A4%BE%E0%A4%A8>,
        <http://lexvo.org/id/term/mas/Uzibekistani>,
        <http://lexvo.org/id/term/mer/Uzibekistani>,
        <http://lexvo.org/id/term/mfe/Ouzbekistan>,
        <http://lexvo.org/id/term/mkd/%D0%A3%D0%B7%D0%B1%D0%B5%D0%BA%D0%B8%D1%81%D1%82%D0%B0%D0%BD>,
        <http://lexvo.org/id/term/mlg/Ozbekistan>,
        <http://lexvo.org/id/term/mlt/U%C5%BCbekistan>,
        <http://lexvo.org/id/term/mua/Uzbekista%C5%8B>,
        <http://lexvo.org/id/term/mya/%E1%80%A5%E1%80%98%E1%80%80%E1%80%BA%E1%80%80%E1%80%85%E1%80%B9%E1%80%85%E1%80%90%E1%80%94%E1%80%BA>,
        <http://lexvo.org/id/term/naq/Uzbekistan>,
        <http://lexvo.org/id/term/nde/Uzbekistan>,
        <http://lexvo.org/id/term/nep/%E0%A4%89%E0%A4%9C%E0%A5%8D%E0%A4%AC%E0%A5%87%E0%A4%95%E0%A4%BF%E0%A4%B8%E0%A5%8D%E0%A4%A4%E0%A4%BE%E0%A4%A8>,
        <http://lexvo.org/id/term/nld/Oezbekistan>,
        <http://lexvo.org/id/term/nmg/Usb%C7%9Dkista%C5%8B>,
        <http://lexvo.org/id/term/nno/Usbekistan>,
        <http://lexvo.org/id/term/nob/Usbekistan>,
        <http://lexvo.org/id/term/nyn/Uzibekisitani>,
        <http://lexvo.org/id/term/ori/%E0%AC%89%E0%AC%9C%E0%AC%AC%E0%AD%87%E0%AC%95%E0%AC%BF%E0%AC%B8%E0%AD%8D%E0%AC%A5%E0%AC%BE%E0%AC%A8%E0%AD%8D>,
        <http://lexvo.org/id/term/pol/Uzbekistan>,
        <http://lexvo.org/id/term/por/Usbequist%C3%A3o>,
        <http://lexvo.org/id/term/por/Uzbequist%C3%A3o>,
        <http://lexvo.org/id/term/rof/Uzibekistani>,
        <http://lexvo.org/id/term/roh/Usbekistan>,
        <http://lexvo.org/id/term/ron/Uzbekistan>,
        <http://lexvo.org/id/term/run/Uzubekisitani>,
        <http://lexvo.org/id/term/rus/%D0%A3%D0%B7%D0%B1%D0%B5%D0%BA%D0%B8%D1%81%D1%82%D0%B0%D0%BD>,
        <http://lexvo.org/id/term/rwk/Uzibekistani>,
        <http://lexvo.org/id/term/sag/Uzbekist%C3%A4an>,
        <http://lexvo.org/id/term/saq/Uzibekistani>,
        <http://lexvo.org/id/term/sbp/Usibekisitani>,
        <http://lexvo.org/id/term/seh/Uzbequist%C3%A3o>,
        <http://lexvo.org/id/term/ses/Uzbeekistan>,
        <http://lexvo.org/id/term/shi-Latn/uzbakistan>,
        <http://lexvo.org/id/term/shi/%E2%B5%93%E2%B5%A3%E2%B4%B1%E2%B4%B0%E2%B4%BD%E2%B5%89%E2%B5%99%E2%B5%9C%E2%B4%B0%E2%B5%8F>,
        <http://lexvo.org/id/term/sin/%E0%B6%8B%E0%B7%83%E0%B7%8A%E0%B6%B6%E0%B7%99%E0%B6%9A%E0%B7%92%E0%B7%83%E0%B7%8A%E0%B6%AE%E0%B7%8F%E0%B6%B1%E0%B6%BA>,
        <http://lexvo.org/id/term/slk/Uzbekistan>,
        <http://lexvo.org/id/term/slv/Uzbekistan>,
        <http://lexvo.org/id/term/sme/Usbekistan>,
        <http://lexvo.org/id/term/sna/Uzbekistan>,
        <http://lexvo.org/id/term/som/Uusbakistaan>,
        <http://lexvo.org/id/term/spa/Uzbekist%C3%A1n>,
        <http://lexvo.org/id/term/srp-Latn/Uzbekistan>,
        <http://lexvo.org/id/term/srp/%D0%A3%D0%B7%D0%B1%D0%B5%D0%BA%D0%B8%D1%81%D1%82%D0%B0%D0%BD>,
        <http://lexvo.org/id/term/swc/Uzibekistani>,
        <http://lexvo.org/id/term/swe/Uzbekistan>,
        <http://lexvo.org/id/term/swh/Uzibekistani>,
        <http://lexvo.org/id/term/tam/%E0%AE%89%E0%AE%B8%E0%AF%8D%E0%AE%AA%E0%AF%86%E0%AE%95%E0%AE%BF%E0%AE%B8%E0%AF%8D%E0%AE%A4%E0%AE%BE%E0%AE%A9%E0%AF%8D>,
        <http://lexvo.org/id/term/tel/%E0%B0%89%E0%B0%9C%E0%B1%8D%E0%B0%AC%E0%B1%86%E0%B0%95%E0%B0%BF%E0%B0%B8%E0%B1%8D%E0%B0%A4%E0%B0%BE%E0%B0%A8%E0%B1%8D>,
        <http://lexvo.org/id/term/teo/Uzibekistani>,
        <http://lexvo.org/id/term/tha/%E0%B8%AD%E0%B8%B8%E0%B8%8B%E0%B9%80%E0%B8%9A%E0%B8%81%E0%B8%B4%E0%B8%AA%E0%B8%96%E0%B8%B2%E0%B8%99>,
        <http://lexvo.org/id/term/tig/%E1%8B%A9%E1%8B%9D%E1%89%A0%E1%8A%AA%E1%88%B5%E1%89%B3%E1%8A%95>,
        <http://lexvo.org/id/term/tir/%E1%8B%A9%E1%8B%9D%E1%89%A0%E1%8A%AA%E1%88%B5%E1%89%B3%E1%8A%95>,
        <http://lexvo.org/id/term/ton/%CA%BBUsipekit%C4%93ni>,
        <http://lexvo.org/id/term/tur/%C3%96zbekistan>,
        <http://lexvo.org/id/term/twq/Uzbeekistan>,
        <http://lexvo.org/id/term/tzm/Uzbakistan>,
        <http://lexvo.org/id/term/ukr/%D0%A3%D0%B7%D0%B1%D0%B5%D0%BA%D0%B8%D1%81%D1%82%D0%B0%D0%BD>,
        <http://lexvo.org/id/term/urd/%D8%A7%D8%B2%D8%A8%DA%A9%D8%B3%D8%AA%D8%A7%D9%86>,
        <http://lexvo.org/id/term/uzn-Latn/O%CA%BBzbekiston>,
        <http://lexvo.org/id/term/uzn/%D0%8E%D0%B7%D0%B1%D0%B5%D0%BA%D0%B8%D1%81%D1%82%D0%BE%D0%BD>,
        <http://lexvo.org/id/term/vai-Latn/Yubh%C9%9Bkisita%C5%8B>,
        <http://lexvo.org/id/term/vai/%EA%96%B3%EA%97%A9%EA%95%83%EA%94%BB%EA%95%9A%EA%98%8B>,
        <http://lexvo.org/id/term/vie/Uzbekistan>,
        <http://lexvo.org/id/term/vun/Uzibekistani>,
        <http://lexvo.org/id/term/wae/Usbeki%C5%A1tan>,
        <http://lexvo.org/id/term/wal/%E1%8B%A9%E1%8B%9D%E1%89%A0%E1%8A%AA%E1%88%B5%E1%89%B3%E1%8A%95>,
        <http://lexvo.org/id/term/xog/Wuzibekisitaani>,
        <http://lexvo.org/id/term/yav/usupekist%C3%A1a%C5%8B>,
        <http://lexvo.org/id/term/yor/Or%C3%ADl%E1%BA%B9%CC%81%C3%A8de%20N%E1%B9%A3ib%E1%BA%B9kisitani>,
        <http://lexvo.org/id/term/zsm/Uzbekistan>,
        <http://lexvo.org/id/term/zul/i-Uzbekistan> ;
    owl:sameAs <http://psi.oasis-open.org/iso/3166/#860>,
        <http://sws.geonames.org/1512440/> .

<http://lexvo.org/id/iso3166/VC> a lvont:GeographicRegion ;
    rdfs:label "Saint Vincent en die Grenadine"@af,
        "Sɛ̀n Vinsɨ̀n à Gɨlenadi Ù tē"@agq,
        "Saint Vincent ne Grenadines"@ak,
        "ቅዱስ ቪንሴንት እና ግሬናዲንስ"@am,
        "سانت فنسنت وغرنادين"@ar,
        "Thantavithenti na Grenadini"@asa,
        "San Vicente y les Granadines"@ast,
        "Seynt Vinsent və Qrenada"@az,
        "Nûmpubi Vɛ̂ŋsâŋ nì grènàdîn"@bas,
        "Сэнт-Вінсэнт і Грэнадыны"@be,
        "Husantavisenti na Hugrenadini"@bez,
        "Сейнт Винсънт и Гренадини"@bg,
        "Vinisɛn-Senu-ni-Grenadini"@bm,
        "সেন্ট ভিনসেন্ট ও দ্যা গ্রেনাডিনস"@bn,
        "སེནྚ། ཝིན་སན། དང༌། གྷིརིན་ཌིན།"@bo,
        "Sant Visant hag ar Grenadinez"@br,
        "सेंट विंसंट एवं दी ग्रनाडीन्स्"@brx,
        "Sent Vinsent i Grenadini"@bs,
        "Сент Винсент и Гренадини"@bs-Cyrl,
        "Saint Vincent i les Grenadines"@ca,
        "Senti Vinsent na Gurenadini"@cgg,
        "圣文森特和格林纳丁斯"@cmn,
        "聖文森及格瑞那丁"@cmn-Hant,
        "Svatý Vincenc a Grenadiny"@cs,
        "Saint Vincent a’r Grenadines"@cy,
        "St. Vincent og Grenadinerne"@da,
        "Santavisenti na Grenadini"@dav,
        "St. Vincent und die Grenadinen"@de,
        "Seŋvinsaŋ nda Grenadine"@dje,
        "སེནཊ་ཝིན་སེནཌ྄ ཨེནཌ་ གི་རེ་ན་དིནས྄"@dz,
        "Santavisenti na Grenadini"@ebu,
        "Saint Vincent kple Grenadine nutome"@ee,
        "Άγιος Βικέντιος και Γρεναδίνες"@el,
        "ISO 3166-1:VC"@en,
        "Saint Vincent and the Grenadines"@en,
        "𐐝𐐩𐑌𐐻 𐐚𐐮𐑌𐑅𐐲𐑌𐐻 𐐰𐑌𐐼 𐑄 𐐘𐑉𐐯𐑌𐐲𐐼𐐨𐑌𐑆"@en-Dsrt,
        "Sent-Vincento kaj la Grenadinoj"@eo,
        "San Vicente y las Granadinas"@es,
        "Saint Vincent ja Grenadiinid"@et,
        "Saint Vincent eta Grenadinak"@eu,
        "Ǹfúfúb-Vɛngəsáŋ-ai-Bə Gələnadín"@ewo,
        "سنت وینسنت و گرنادین"@fa,
        "سنت وینسنت و گرینادین"@fa,
        "See Weesaa e Garnadiin"@ff,
        "Saint Vincent ja Grenadiinit"@fi,
        "Saint Vincent and the Grenadines"@fil,
        "Saint Vinsent og Grenadinoyggjar"@fo,
        "Saint-Vincent-et-les Grenadines"@fr,
        "San Vincent e lis Grenadinis"@fur,
        "Saint Vincent agus na Grenadines"@ga,
        "Naomh Bhionsant agus Eileanan Greanadach"@gd,
        "San Vicente e Granadinas"@gl,
        "Sankt Wässä und d’Grönadiine"@gsw,
        "સેંટ વિંસેંટ એંડ ધ ગ્રેનેડિન્સ"@gu,
        "Santavisenti na Grenadini"@guz,
        "San Binsan Da Girnadin"@ha,
        "סנט וינסנט והגרנדינים"@he,
        "सेंट विनसेंट एंड ग्रेनाडाइन्स"@hi,
        "Sveti Vincent i Grenadini"@hr,
        "Saint Vincent és a Grenadine-szigetek"@hu,
        "Սենտ Վիսենտ-Գրենադիններ"@hy,
        "Sancte Vincente e le Grenadinas"@ia,
        "Saint Vincent dan Grenadines"@id,
        "Sankti Vinsent og Grenadíneyjar"@is,
        "Saint Vincent e Grenadines"@it,
        "セントビンセント・グレナディーン諸島"@ja,
        "Santavisenti na Grenadini"@jmc,
        "სენტ-ვინსენტი და გრენადინები"@ka,
        "San Vansu d Grunadin"@kab,
        "Santavisenti na Grenadini"@kam,
        "Santavisenti na Glenadini"@kde,
        "Sãu Bisenti i Granadinas"@kea,
        "Seŋvinsaŋ nda Grenadine"@khq,
        "Santavisenti na Grenadini"@ki,
        "Emetab Vincent netilil ak Grenadines"@kln,
        "សាំង​វីនសេន និង​ឌឹ​ហ្គ្រីណាឌីនីស"@km,
        "ಸೇಂಟ್ ವಿನ್ಸೆಂಟ್ ಮತ್ತು ಗ್ರೆನೆಡೈನ್ಸ್"@kn,
        "세인트빈센트그레나딘"@ko,
        "سینٛٹ وینسٮ۪ٹ تہٕ گرٛیناڑاینٕز"@ks,
        "Santavisenti na Glenadini"@ksb,
        "sɛnvǝnsǝŋ ri grɛnadín"@ksf,
        "Zint Vinzänz un de Jrenadines-Enselle"@ksh,
        "Mʉtakatíifu Viséenti na Gernadíini"@lag,
        "Senti Vinsenti ne Gurendadiini"@lg,
        "Sántu vesá mpé Gelenadinɛ"@ln,
        "ເຊັ້ນ ວິນເຊັນ ແລະ ເຈັນເນດີເນດ"@lo,
        "Šventasis Vincentas ir Grenadinai"@lt,
        "Santu vesa ne Ngelenadine"@lu,
        "Saint Vincent gi Grenadines"@luo,
        "Santavisenti na Grenadini"@luy,
        "Sentvinsenta un Grenadīnas"@lv,
        "Santavisenti na Grenadini"@mas,
        "Santavisenti na Grenadini"@mer,
        "Saint-Vincent-ek-Grenadines"@mfe,
        "Saint-Vincent-et-les Grenadines"@mg,
        "Usantavisenti na Grenadini"@mgh,
        "Сент Винсент и Гренадините"@mk,
        "സെൻറ് വിൻസൻറും ഗ്രനഡൈൻസും"@ml,
        "सेंट व्हिन्सेंट आणि ग्रेनडाइन्स"@mr,
        "Saint Vincent and the Grenadines"@mt,
        "Sǝr Vinceŋ ne Grenadiŋ"@mua,
        "Saint Vincent and the Grenadines"@naq,
        "St. Vincent og Grenadinene"@nb,
        "Saint Vincent and the Grenadines"@nd,
        "सेन्ट भिन्सेन्ट र ग्रेनाडिन्स"@ne,
        "Saint Vincent en de Grenadines"@nl,
        "Saint Vincent ba Grenadines"@nmg,
        "St. Vincent og Grenadinane"@nn,
        "Senti Vinsent na Gurenadini"@nyn,
        "ସେଣ୍ଟ ଭିନସେଣ୍ଟ ଏବଂ ଦି ଗ୍ରେନାଡିସ୍"@or,
        "Saint Vincent i Grenadyny"@pl,
        "São Vicente e Granadinas"@pt,
        "Saint Vincent e las Grenadinas"@rm,
        "Sevensa na Gerenadine"@rn,
        "Sfântul Vincent și Grenadine"@ro,
        "Santavisenti na Grenadini"@rof,
        "Сент-Винсент и Гренадины"@ru,
        "Santavisenti na Grenadini"@rwk,
        "Santavisenti na Grenadini"@saq,
        "Santavisenti na Gilenadini"@sbp,
        "Saint Vincent ja Grenadine"@se,
        "São Vicente e Granadinas"@seh,
        "Seŋvinsaŋ nda Grenadine"@ses,
        "Sên-Vensäan na âGrenadîni"@sg,
        "ⵙⴰⵏⴼⴰⵏⵙⴰⵏ ⴷ ⴳⵔⵉⵏⴰⴷⵉⵏ"@shi,
        "sanfansan d grinadin"@shi-Latn,
        "ශාන්ත වින්සන්ට් සහ ග්‍රෙනඩිනස්"@si,
        "Svätý Vincent a Grenadíny"@sk,
        "Saint Vincent in Grenadine"@sl,
        "Saint Vincent and the Grenadines"@sn,
        "Saint Vincent and the Grenadines"@so,
        "Saint Vincent e Grenadinet"@sq,
        "Сент Винсент и Гренадини"@sr,
        "Sent Vinsent i Grenadini"@sr-Latn,
        "S:t Vincent och Grenadinerna"@sv,
        "Santavisenti na Grenadini"@swc,
        "Santavisenti na Grenadini"@swh,
        "செயின் வின்சன்ட் மற்றும் கிரெனடைன்ஸ்"@ta,
        "సెంట్ విన్సెంట్ మరియు గ్రెనడీన్స్"@te,
        "Santavisenti na Grenadini"@teo,
        "เซนต์วินเซนต์และเกรนาดีนส์"@th,
        "ቅዱስ ቪንሴንት እና ግሬናዲንስ"@ti,
        "Seini Viniseni mo Kulenatini"@to,
        "Saint Vincent ve Grenadinler"@tr,
        "Seŋvinsaŋ nda Grenadine"@twq,
        "Santevinsent d Grinadin"@tzm,
        "Сент-Вінсент і Гренадини"@uk,
        "سینٹ ونسنٹ اور گرینیڈائنز"@ur,
        "ꔻꘋ ꔲꘋꔻꘋ ꗪ ꖶꔓꕯꔵꘋ ꖸ"@vai,
        "Siŋ Viŋsi"@vai-Latn,
        "Saint Vincent và Grenadines"@vi,
        "Santavisenti na Grenadini"@vun,
        "St. Vincent und d'Grenadine"@wae,
        "Senti Vinsenti ni Gurendadiini"@xog,
        "sɛ́ŋ fɛŋsáŋ elekelenatíin"@yav,
        "Orílẹ́ède Fisẹnnti ati Genadina"@yo,
        "Saint Vincent dan Grenadines"@zsm,
        "i-Saint Vincent ne-Grenadines"@zu ;
    lvont:label <http://lexvo.org/id/term/afr/Saint%20Vincent%20en%20die%20Grenadine>,
        <http://lexvo.org/id/term/agq/S%C9%9B%CC%80n%20Vins%C9%A8%CC%80n%20%C3%A0%20G%C9%A8lenadi%20%C3%99%20t%C4%93>,
        <http://lexvo.org/id/term/aka/Saint%20Vincent%20ne%20Grenadines>,
        <http://lexvo.org/id/term/amh/%E1%89%85%E1%8B%B1%E1%88%B5%20%E1%89%AA%E1%8A%95%E1%88%B4%E1%8A%95%E1%89%B5%20%E1%8A%A5%E1%8A%93%20%E1%8C%8D%E1%88%AC%E1%8A%93%E1%8B%B2%E1%8A%95%E1%88%B5>,
        <http://lexvo.org/id/term/ara/%D8%B3%D8%A7%D9%86%D8%AA%20%D9%81%D9%86%D8%B3%D9%86%D8%AA%20%D9%88%D8%BA%D8%B1%D9%86%D8%A7%D8%AF%D9%8A%D9%86>,
        <http://lexvo.org/id/term/asa/Thantavithenti%20na%20Grenadini>,
        <http://lexvo.org/id/term/ast/San%20Vicente%20y%20les%20Granadines>,
        <http://lexvo.org/id/term/aze/Seynt%20Vinsent%20v%C9%99%20Qrenada>,
        <http://lexvo.org/id/term/bam/Vinis%C9%9Bn-Senu-ni-Grenadini>,
        <http://lexvo.org/id/term/bas/N%C3%BBmpubi%20V%C9%9B%CC%82%C5%8Bs%C3%A2%C5%8B%20n%C3%AC%20gr%C3%A8n%C3%A0d%C3%AEn>,
        <http://lexvo.org/id/term/bel/%D0%A1%D1%8D%D0%BD%D1%82-%D0%92%D1%96%D0%BD%D1%81%D1%8D%D0%BD%D1%82%20%D1%96%20%D0%93%D1%80%D1%8D%D0%BD%D0%B0%D0%B4%D1%8B%D0%BD%D1%8B>,
        <http://lexvo.org/id/term/ben/%E0%A6%B8%E0%A7%87%E0%A6%A8%E0%A7%8D%E0%A6%9F%20%E0%A6%AD%E0%A6%BF%E0%A6%A8%E0%A6%B8%E0%A7%87%E0%A6%A8%E0%A7%8D%E0%A6%9F%20%E0%A6%93%20%E0%A6%A6%E0%A7%8D%E0%A6%AF%E0%A6%BE%20%E0%A6%97%E0%A7%8D%E0%A6%B0%E0%A7%87%E0%A6%A8%E0%A6%BE%E0%A6%A1%E0%A6%BF%E0%A6%A8%E0%A6%B8>,
        <http://lexvo.org/id/term/bez/Husantavisenti%20na%20Hugrenadini>,
        <http://lexvo.org/id/term/bod/%E0%BD%A6%E0%BD%BA%E0%BD%93%E0%BE%9A%E0%BC%8D%20%E0%BD%9D%E0%BD%B2%E0%BD%93%E0%BC%8B%E0%BD%A6%E0%BD%93%E0%BC%8D%20%E0%BD%91%E0%BD%84%E0%BC%8C%E0%BC%8D%20%E0%BD%82%E0%BE%B7%E0%BD%B2%E0%BD%A2%E0%BD%B2%E0%BD%93%E0%BC%8B%E0%BD%8C%E0%BD%B2%E0%BD%93%E0%BC%8D>,
        <http://lexvo.org/id/term/bos-Cyrl/%D0%A1%D0%B5%D0%BD%D1%82%20%D0%92%D0%B8%D0%BD%D1%81%D0%B5%D0%BD%D1%82%20%D0%B8%20%D0%93%D1%80%D0%B5%D0%BD%D0%B0%D0%B4%D0%B8%D0%BD%D0%B8>,
        <http://lexvo.org/id/term/bos/Sent%20Vinsent%20i%20Grenadini>,
        <http://lexvo.org/id/term/bre/Sant%20Visant%20hag%20ar%20Grenadinez>,
        <http://lexvo.org/id/term/brx/%E0%A4%B8%E0%A5%87%E0%A4%82%E0%A4%9F%20%E0%A4%B5%E0%A4%BF%E0%A4%82%E0%A4%B8%E0%A4%82%E0%A4%9F%20%E0%A4%8F%E0%A4%B5%E0%A4%82%20%E0%A4%A6%E0%A5%80%20%E0%A4%97%E0%A5%8D%E0%A4%B0%E0%A4%A8%E0%A4%BE%E0%A4%A1%E0%A5%80%E0%A4%A8%E0%A5%8D%E0%A4%B8%E0%A5%8D>,
        <http://lexvo.org/id/term/bul/%D0%A1%D0%B5%D0%B9%D0%BD%D1%82%20%D0%92%D0%B8%D0%BD%D1%81%D1%8A%D0%BD%D1%82%20%D0%B8%20%D0%93%D1%80%D0%B5%D0%BD%D0%B0%D0%B4%D0%B8%D0%BD%D0%B8>,
        <http://lexvo.org/id/term/cat/Saint%20Vincent%20i%20les%20Grenadines>,
        <http://lexvo.org/id/term/ces/Svat%C3%BD%20Vincenc%20a%20Grenadiny>,
        <http://lexvo.org/id/term/cgg/Senti%20Vinsent%20na%20Gurenadini>,
        <http://lexvo.org/id/term/cmn-Hant/%E8%81%96%E6%96%87%E6%A3%AE%E5%8F%8A%E6%A0%BC%E7%91%9E%E9%82%A3%E4%B8%81>,
        <http://lexvo.org/id/term/cmn/%E5%9C%A3%E6%96%87%E6%A3%AE%E7%89%B9%E5%92%8C%E6%A0%BC%E6%9E%97%E7%BA%B3%E4%B8%81%E6%96%AF>,
        <http://lexvo.org/id/term/cym/Saint%20Vincent%20a%E2%80%99r%20Grenadines>,
        <http://lexvo.org/id/term/dan/St.%20Vincent%20og%20Grenadinerne>,
        <http://lexvo.org/id/term/dav/Santavisenti%20na%20Grenadini>,
        <http://lexvo.org/id/term/deu/St.%20Vincent%20und%20die%20Grenadinen>,
        <http://lexvo.org/id/term/dje/Se%C5%8Bvinsa%C5%8B%20nda%20Grenadine>,
        <http://lexvo.org/id/term/dzo/%E0%BD%A6%E0%BD%BA%E0%BD%93%E0%BD%8A%E0%BC%8B%E0%BD%9D%E0%BD%B2%E0%BD%93%E0%BC%8B%E0%BD%A6%E0%BD%BA%E0%BD%93%E0%BD%8C%E0%BE%84%20%E0%BD%A8%E0%BD%BA%E0%BD%93%E0%BD%8C%E0%BC%8B%20%E0%BD%82%E0%BD%B2%E0%BC%8B%E0%BD%A2%E0%BD%BA%E0%BC%8B%E0%BD%93%E0%BC%8B%E0%BD%91%E0%BD%B2%E0%BD%93%E0%BD%A6%E0%BE%84>,
        <http://lexvo.org/id/term/ebu/Santavisenti%20na%20Grenadini>,
        <http://lexvo.org/id/term/ell/%CE%86%CE%B3%CE%B9%CE%BF%CF%82%20%CE%92%CE%B9%CE%BA%CE%AD%CE%BD%CF%84%CE%B9%CE%BF%CF%82%20%CE%BA%CE%B1%CE%B9%20%CE%93%CF%81%CE%B5%CE%BD%CE%B1%CE%B4%CE%AF%CE%BD%CE%B5%CF%82>,
        <http://lexvo.org/id/term/eng-Dsrt/%F0%90%90%9D%F0%90%90%A9%F0%90%91%8C%F0%90%90%BB%20%F0%90%90%9A%F0%90%90%AE%F0%90%91%8C%F0%90%91%85%F0%90%90%B2%F0%90%91%8C%F0%90%90%BB%20%F0%90%90%B0%F0%90%91%8C%F0%90%90%BC%20%F0%90%91%84%20%F0%90%90%98%F0%90%91%89%F0%90%90%AF%F0%90%91%8C%F0%90%90%B2%F0%90%90%BC%F0%90%90%A8%F0%90%91%8C%F0%90%91%86>,
        <http://lexvo.org/id/term/eng/ISO%203166-1%3AVC>,
        <http://lexvo.org/id/term/eng/Saint%20Vincent%20and%20the%20Grenadines>,
        <http://lexvo.org/id/term/epo/Sent-Vincento%20kaj%20la%20Grenadinoj>,
        <http://lexvo.org/id/term/est/Saint%20Vincent%20ja%20Grenadiinid>,
        <http://lexvo.org/id/term/eus/Saint%20Vincent%20eta%20Grenadinak>,
        <http://lexvo.org/id/term/ewe/Saint%20Vincent%20kple%20Grenadine%20nutome>,
        <http://lexvo.org/id/term/ewo/%C7%B8f%C3%BAf%C3%BAb-V%C9%9Bng%C9%99s%C3%A1%C5%8B-ai-B%C9%99%20G%C9%99l%C9%99nad%C3%ADn>,
        <http://lexvo.org/id/term/fao/Saint%20Vinsent%20og%20Grenadinoyggjar>,
        <http://lexvo.org/id/term/fas/%D8%B3%D9%86%D8%AA%20%D9%88%DB%8C%D9%86%D8%B3%D9%86%D8%AA%20%D9%88%20%DA%AF%D8%B1%D9%86%D8%A7%D8%AF%DB%8C%D9%86>,
        <http://lexvo.org/id/term/fas/%D8%B3%D9%86%D8%AA%20%D9%88%DB%8C%D9%86%D8%B3%D9%86%D8%AA%20%D9%88%20%DA%AF%D8%B1%DB%8C%D9%86%D8%A7%D8%AF%DB%8C%D9%86>,
        <http://lexvo.org/id/term/fil/Saint%20Vincent%20and%20the%20Grenadines>,
        <http://lexvo.org/id/term/fin/Saint%20Vincent%20ja%20Grenadiinit>,
        <http://lexvo.org/id/term/fra/Saint-Vincent-et-les%20Grenadines>,
        <http://lexvo.org/id/term/ful/See%20Weesaa%20e%20Garnadiin>,
        <http://lexvo.org/id/term/fur/San%20Vincent%20e%20lis%20Grenadinis>,
        <http://lexvo.org/id/term/gla/Naomh%20Bhionsant%20agus%20Eileanan%20Greanadach>,
        <http://lexvo.org/id/term/gle/Saint%20Vincent%20agus%20na%20Grenadines>,
        <http://lexvo.org/id/term/glg/San%20Vicente%20e%20Granadinas>,
        <http://lexvo.org/id/term/gsw/Sankt%20W%C3%A4ss%C3%A4%20und%20d%E2%80%99Gr%C3%B6nadiine>,
        <http://lexvo.org/id/term/guj/%E0%AA%B8%E0%AB%87%E0%AA%82%E0%AA%9F%20%E0%AA%B5%E0%AA%BF%E0%AA%82%E0%AA%B8%E0%AB%87%E0%AA%82%E0%AA%9F%20%E0%AA%8F%E0%AA%82%E0%AA%A1%20%E0%AA%A7%20%E0%AA%97%E0%AB%8D%E0%AA%B0%E0%AB%87%E0%AA%A8%E0%AB%87%E0%AA%A1%E0%AA%BF%E0%AA%A8%E0%AB%8D%E0%AA%B8>,
        <http://lexvo.org/id/term/guz/Santavisenti%20na%20Grenadini>,
        <http://lexvo.org/id/term/hau/San%20Binsan%20Da%20Girnadin>,
        <http://lexvo.org/id/term/heb/%D7%A1%D7%A0%D7%98%20%D7%95%D7%99%D7%A0%D7%A1%D7%A0%D7%98%20%D7%95%D7%94%D7%92%D7%A8%D7%A0%D7%93%D7%99%D7%A0%D7%99%D7%9D>,
        <http://lexvo.org/id/term/hin/%E0%A4%B8%E0%A5%87%E0%A4%82%E0%A4%9F%20%E0%A4%B5%E0%A4%BF%E0%A4%A8%E0%A4%B8%E0%A5%87%E0%A4%82%E0%A4%9F%20%E0%A4%8F%E0%A4%82%E0%A4%A1%20%E0%A4%97%E0%A5%8D%E0%A4%B0%E0%A5%87%E0%A4%A8%E0%A4%BE%E0%A4%A1%E0%A4%BE%E0%A4%87%E0%A4%A8%E0%A5%8D%E0%A4%B8>,
        <http://lexvo.org/id/term/hrv/Sveti%20Vincent%20i%20Grenadini>,
        <http://lexvo.org/id/term/hun/Saint%20Vincent%20%C3%A9s%20a%20Grenadine-szigetek>,
        <http://lexvo.org/id/term/hye/%D5%8D%D5%A5%D5%B6%D5%BF%20%D5%8E%D5%AB%D5%BD%D5%A5%D5%B6%D5%BF-%D4%B3%D6%80%D5%A5%D5%B6%D5%A1%D5%A4%D5%AB%D5%B6%D5%B6%D5%A5%D6%80>,
        <http://lexvo.org/id/term/ina/Sancte%20Vincente%20e%20le%20Grenadinas>,
        <http://lexvo.org/id/term/ind/Saint%20Vincent%20dan%20Grenadines>,
        <http://lexvo.org/id/term/isl/Sankti%20Vinsent%20og%20Grenad%C3%ADneyjar>,
        <http://lexvo.org/id/term/ita/Saint%20Vincent%20e%20Grenadines>,
        <http://lexvo.org/id/term/jmc/Santavisenti%20na%20Grenadini>,
        <http://lexvo.org/id/term/jpn/%E3%82%BB%E3%83%B3%E3%83%88%E3%83%93%E3%83%B3%E3%82%BB%E3%83%B3%E3%83%88%E3%83%BB%E3%82%B0%E3%83%AC%E3%83%8A%E3%83%87%E3%82%A3%E3%83%BC%E3%83%B3%E8%AB%B8%E5%B3%B6>,
        <http://lexvo.org/id/term/kab/San%20Vansu%20d%20Grunadin>,
        <http://lexvo.org/id/term/kam/Santavisenti%20na%20Grenadini>,
        <http://lexvo.org/id/term/kan/%E0%B2%B8%E0%B3%87%E0%B2%82%E0%B2%9F%E0%B3%8D%20%E0%B2%B5%E0%B2%BF%E0%B2%A8%E0%B3%8D%E0%B2%B8%E0%B3%86%E0%B2%82%E0%B2%9F%E0%B3%8D%20%E0%B2%AE%E0%B2%A4%E0%B3%8D%E0%B2%A4%E0%B3%81%20%E0%B2%97%E0%B3%8D%E0%B2%B0%E0%B3%86%E0%B2%A8%E0%B3%86%E0%B2%A1%E0%B3%88%E0%B2%A8%E0%B3%8D%E0%B2%B8%E0%B3%8D>,
        <http://lexvo.org/id/term/kas/%D8%B3%DB%8C%D9%86%D9%9B%D9%B9%20%D9%88%DB%8C%D9%86%D8%B3%D9%AE%DB%AA%D9%B9%20%D8%AA%DB%81%D9%95%20%DA%AF%D8%B1%D9%9B%DB%8C%D9%86%D8%A7%DA%91%D8%A7%DB%8C%D9%86%D9%95%D8%B2>,
        <http://lexvo.org/id/term/kat/%E1%83%A1%E1%83%94%E1%83%9C%E1%83%A2-%E1%83%95%E1%83%98%E1%83%9C%E1%83%A1%E1%83%94%E1%83%9C%E1%83%A2%E1%83%98%20%E1%83%93%E1%83%90%20%E1%83%92%E1%83%A0%E1%83%94%E1%83%9C%E1%83%90%E1%83%93%E1%83%98%E1%83%9C%E1%83%94%E1%83%91%E1%83%98>,
        <http://lexvo.org/id/term/kde/Santavisenti%20na%20Glenadini>,
        <http://lexvo.org/id/term/kea/S%C3%A3u%20Bisenti%20i%20Granadinas>,
        <http://lexvo.org/id/term/khm/%E1%9E%9F%E1%9E%B6%E1%9F%86%E1%9E%84%E2%80%8B%E1%9E%9C%E1%9E%B8%E1%9E%93%E1%9E%9F%E1%9F%81%E1%9E%93%20%E1%9E%93%E1%9E%B7%E1%9E%84%E2%80%8B%E1%9E%8C%E1%9E%B9%E2%80%8B%E1%9E%A0%E1%9F%92%E1%9E%82%E1%9F%92%E1%9E%9A%E1%9E%B8%E1%9E%8E%E1%9E%B6%E1%9E%8C%E1%9E%B8%E1%9E%93%E1%9E%B8%E1%9E%9F>,
        <http://lexvo.org/id/term/khq/Se%C5%8Bvinsa%C5%8B%20nda%20Grenadine>,
        <http://lexvo.org/id/term/kik/Santavisenti%20na%20Grenadini>,
        <http://lexvo.org/id/term/kln/Emetab%20Vincent%20netilil%20ak%20Grenadines>,
        <http://lexvo.org/id/term/kor/%EC%84%B8%EC%9D%B8%ED%8A%B8%EB%B9%88%EC%84%BC%ED%8A%B8%EA%B7%B8%EB%A0%88%EB%82%98%EB%94%98>,
        <http://lexvo.org/id/term/ksb/Santavisenti%20na%20Glenadini>,
        <http://lexvo.org/id/term/ksf/s%C9%9Bnv%C7%9Dns%C7%9D%C5%8B%20ri%20gr%C9%9Bnad%C3%ADn>,
        <http://lexvo.org/id/term/ksh/Zint%20Vinz%C3%A4nz%20un%20de%20Jrenadines-Enselle>,
        <http://lexvo.org/id/term/lag/M%CA%89takat%C3%ADifu%20Vis%C3%A9enti%20na%20Gernad%C3%ADini>,
        <http://lexvo.org/id/term/lao/%E0%BB%80%E0%BA%8A%E0%BA%B1%E0%BB%89%E0%BA%99%20%E0%BA%A7%E0%BA%B4%E0%BA%99%E0%BB%80%E0%BA%8A%E0%BA%B1%E0%BA%99%20%E0%BB%81%E0%BA%A5%E0%BA%B0%20%E0%BB%80%E0%BA%88%E0%BA%B1%E0%BA%99%E0%BB%80%E0%BA%99%E0%BA%94%E0%BA%B5%E0%BB%80%E0%BA%99%E0%BA%94>,
        <http://lexvo.org/id/term/lav/Sentvinsenta%20un%20Grenad%C4%ABnas>,
        <http://lexvo.org/id/term/lin/S%C3%A1ntu%20ves%C3%A1%20mp%C3%A9%20Gelenadin%C9%9B>,
        <http://lexvo.org/id/term/lit/%C5%A0ventasis%20Vincentas%20ir%20Grenadinai>,
        <http://lexvo.org/id/term/lub/Santu%20vesa%20ne%20Ngelenadine>,
        <http://lexvo.org/id/term/lug/Senti%20Vinsenti%20ne%20Gurendadiini>,
        <http://lexvo.org/id/term/luo/Saint%20Vincent%20gi%20Grenadines>,
        <http://lexvo.org/id/term/luy/Santavisenti%20na%20Grenadini>,
        <http://lexvo.org/id/term/mal/%E0%B4%B8%E0%B5%86%E0%B5%BB%E0%B4%B1%E0%B5%8D%20%E0%B4%B5%E0%B4%BF%E0%B5%BB%E0%B4%B8%E0%B5%BB%E0%B4%B1%E0%B5%81%E0%B4%82%20%E0%B4%97%E0%B5%8D%E0%B4%B0%E0%B4%A8%E0%B4%A1%E0%B5%88%E0%B5%BB%E0%B4%B8%E0%B5%81%E0%B4%82>,
        <http://lexvo.org/id/term/mar/%E0%A4%B8%E0%A5%87%E0%A4%82%E0%A4%9F%20%E0%A4%B5%E0%A5%8D%E0%A4%B9%E0%A4%BF%E0%A4%A8%E0%A5%8D%E0%A4%B8%E0%A5%87%E0%A4%82%E0%A4%9F%20%E0%A4%86%E0%A4%A3%E0%A4%BF%20%E0%A4%97%E0%A5%8D%E0%A4%B0%E0%A5%87%E0%A4%A8%E0%A4%A1%E0%A4%BE%E0%A4%87%E0%A4%A8%E0%A5%8D%E0%A4%B8>,
        <http://lexvo.org/id/term/mas/Santavisenti%20na%20Grenadini>,
        <http://lexvo.org/id/term/mer/Santavisenti%20na%20Grenadini>,
        <http://lexvo.org/id/term/mfe/Saint-Vincent-ek-Grenadines>,
        <http://lexvo.org/id/term/mgh/Usantavisenti%20na%20Grenadini>,
        <http://lexvo.org/id/term/mkd/%D0%A1%D0%B5%D0%BD%D1%82%20%D0%92%D0%B8%D0%BD%D1%81%D0%B5%D0%BD%D1%82%20%D0%B8%20%D0%93%D1%80%D0%B5%D0%BD%D0%B0%D0%B4%D0%B8%D0%BD%D0%B8%D1%82%D0%B5>,
        <http://lexvo.org/id/term/mlg/Saint-Vincent-et-les%20Grenadines>,
        <http://lexvo.org/id/term/mlt/Saint%20Vincent%20and%20the%20Grenadines>,
        <http://lexvo.org/id/term/mua/S%C7%9Dr%20Vince%C5%8B%20ne%20Grenadi%C5%8B>,
        <http://lexvo.org/id/term/naq/Saint%20Vincent%20and%20the%20Grenadines>,
        <http://lexvo.org/id/term/nde/Saint%20Vincent%20and%20the%20Grenadines>,
        <http://lexvo.org/id/term/nep/%E0%A4%B8%E0%A5%87%E0%A4%A8%E0%A5%8D%E0%A4%9F%20%E0%A4%AD%E0%A4%BF%E0%A4%A8%E0%A5%8D%E0%A4%B8%E0%A5%87%E0%A4%A8%E0%A5%8D%E0%A4%9F%20%E0%A4%B0%20%E0%A4%97%E0%A5%8D%E0%A4%B0%E0%A5%87%E0%A4%A8%E0%A4%BE%E0%A4%A1%E0%A4%BF%E0%A4%A8%E0%A5%8D%E0%A4%B8>,
        <http://lexvo.org/id/term/nld/Saint%20Vincent%20en%20de%20Grenadines>,
        <http://lexvo.org/id/term/nmg/Saint%20Vincent%20ba%20Grenadines>,
        <http://lexvo.org/id/term/nno/St.%20Vincent%20og%20Grenadinane>,
        <http://lexvo.org/id/term/nob/St.%20Vincent%20og%20Grenadinene>,
        <http://lexvo.org/id/term/nyn/Senti%20Vinsent%20na%20Gurenadini>,
        <http://lexvo.org/id/term/ori/%E0%AC%B8%E0%AD%87%E0%AC%A3%E0%AD%8D%E0%AC%9F%20%E0%AC%AD%E0%AC%BF%E0%AC%A8%E0%AC%B8%E0%AD%87%E0%AC%A3%E0%AD%8D%E0%AC%9F%20%E0%AC%8F%E0%AC%AC%E0%AC%82%20%E0%AC%A6%E0%AC%BF%20%E0%AC%97%E0%AD%8D%E0%AC%B0%E0%AD%87%E0%AC%A8%E0%AC%BE%E0%AC%A1%E0%AC%BF%E0%AC%B8%E0%AD%8D>,
        <http://lexvo.org/id/term/pol/Saint%20Vincent%20i%20Grenadyny>,
        <http://lexvo.org/id/term/por/S%C3%A3o%20Vicente%20e%20Granadinas>,
        <http://lexvo.org/id/term/rof/Santavisenti%20na%20Grenadini>,
        <http://lexvo.org/id/term/roh/Saint%20Vincent%20e%20las%20Grenadinas>,
        <http://lexvo.org/id/term/ron/Sf%C3%A2ntul%20Vincent%20%C8%99i%20Grenadine>,
        <http://lexvo.org/id/term/run/Sevensa%20na%20Gerenadine>,
        <http://lexvo.org/id/term/rus/%D0%A1%D0%B5%D0%BD%D1%82-%D0%92%D0%B8%D0%BD%D1%81%D0%B5%D0%BD%D1%82%20%D0%B8%20%D0%93%D1%80%D0%B5%D0%BD%D0%B0%D0%B4%D0%B8%D0%BD%D1%8B>,
        <http://lexvo.org/id/term/rwk/Santavisenti%20na%20Grenadini>,
        <http://lexvo.org/id/term/sag/S%C3%AAn-Vens%C3%A4an%20na%20%C3%A2Grenad%C3%AEni>,
        <http://lexvo.org/id/term/saq/Santavisenti%20na%20Grenadini>,
        <http://lexvo.org/id/term/sbp/Santavisenti%20na%20Gilenadini>,
        <http://lexvo.org/id/term/seh/S%C3%A3o%20Vicente%20e%20Granadinas>,
        <http://lexvo.org/id/term/ses/Se%C5%8Bvinsa%C5%8B%20nda%20Grenadine>,
        <http://lexvo.org/id/term/shi-Latn/sanfansan%20d%20grinadin>,
        <http://lexvo.org/id/term/shi/%E2%B5%99%E2%B4%B0%E2%B5%8F%E2%B4%BC%E2%B4%B0%E2%B5%8F%E2%B5%99%E2%B4%B0%E2%B5%8F%20%E2%B4%B7%20%E2%B4%B3%E2%B5%94%E2%B5%89%E2%B5%8F%E2%B4%B0%E2%B4%B7%E2%B5%89%E2%B5%8F>,
        <http://lexvo.org/id/term/sin/%E0%B7%81%E0%B7%8F%E0%B6%B1%E0%B7%8A%E0%B6%AD%20%E0%B7%80%E0%B7%92%E0%B6%B1%E0%B7%8A%E0%B7%83%E0%B6%B1%E0%B7%8A%E0%B6%A7%E0%B7%8A%20%E0%B7%83%E0%B7%84%20%E0%B6%9C%E0%B7%8A%E2%80%8D%E0%B6%BB%E0%B7%99%E0%B6%B1%E0%B6%A9%E0%B7%92%E0%B6%B1%E0%B7%83%E0%B7%8A>,
        <http://lexvo.org/id/term/slk/Sv%C3%A4t%C3%BD%20Vincent%20a%20Grenad%C3%ADny>,
        <http://lexvo.org/id/term/slv/Saint%20Vincent%20in%20Grenadine>,
        <http://lexvo.org/id/term/sme/Saint%20Vincent%20ja%20Grenadine>,
        <http://lexvo.org/id/term/sna/Saint%20Vincent%20and%20the%20Grenadines>,
        <http://lexvo.org/id/term/som/Saint%20Vincent%20and%20the%20Grenadines>,
        <http://lexvo.org/id/term/spa/San%20Vicente%20y%20las%20Granadinas>,
        <http://lexvo.org/id/term/sqi/Saint%20Vincent%20e%20Grenadinet>,
        <http://lexvo.org/id/term/srp-Latn/Sent%20Vinsent%20i%20Grenadini>,
        <http://lexvo.org/id/term/srp/%D0%A1%D0%B5%D0%BD%D1%82%20%D0%92%D0%B8%D0%BD%D1%81%D0%B5%D0%BD%D1%82%20%D0%B8%20%D0%93%D1%80%D0%B5%D0%BD%D0%B0%D0%B4%D0%B8%D0%BD%D0%B8>,
        <http://lexvo.org/id/term/swc/Santavisenti%20na%20Grenadini>,
        <http://lexvo.org/id/term/swe/S%3At%20Vincent%20och%20Grenadinerna>,
        <http://lexvo.org/id/term/swh/Santavisenti%20na%20Grenadini>,
        <http://lexvo.org/id/term/tam/%E0%AE%9A%E0%AF%86%E0%AE%AF%E0%AE%BF%E0%AE%A9%E0%AF%8D%20%E0%AE%B5%E0%AE%BF%E0%AE%A9%E0%AF%8D%E0%AE%9A%E0%AE%A9%E0%AF%8D%E0%AE%9F%E0%AF%8D%20%E0%AE%AE%E0%AE%B1%E0%AF%8D%E0%AE%B1%E0%AF%81%E0%AE%AE%E0%AF%8D%20%E0%AE%95%E0%AE%BF%E0%AE%B0%E0%AF%86%E0%AE%A9%E0%AE%9F%E0%AF%88%E0%AE%A9%E0%AF%8D%E0%AE%B8%E0%AF%8D>,
        <http://lexvo.org/id/term/tel/%E0%B0%B8%E0%B1%86%E0%B0%82%E0%B0%9F%E0%B1%8D%20%E0%B0%B5%E0%B0%BF%E0%B0%A8%E0%B1%8D%E0%B0%B8%E0%B1%86%E0%B0%82%E0%B0%9F%E0%B1%8D%20%E0%B0%AE%E0%B0%B0%E0%B0%BF%E0%B0%AF%E0%B1%81%20%E0%B0%97%E0%B1%8D%E0%B0%B0%E0%B1%86%E0%B0%A8%E0%B0%A1%E0%B1%80%E0%B0%A8%E0%B1%8D%E0%B0%B8%E0%B1%8D>,
        <http://lexvo.org/id/term/teo/Santavisenti%20na%20Grenadini>,
        <http://lexvo.org/id/term/tha/%E0%B9%80%E0%B8%8B%E0%B8%99%E0%B8%95%E0%B9%8C%E0%B8%A7%E0%B8%B4%E0%B8%99%E0%B9%80%E0%B8%8B%E0%B8%99%E0%B8%95%E0%B9%8C%E0%B9%81%E0%B8%A5%E0%B8%B0%E0%B9%80%E0%B8%81%E0%B8%A3%E0%B8%99%E0%B8%B2%E0%B8%94%E0%B8%B5%E0%B8%99%E0%B8%AA%E0%B9%8C>,
        <http://lexvo.org/id/term/tir/%E1%89%85%E1%8B%B1%E1%88%B5%20%E1%89%AA%E1%8A%95%E1%88%B4%E1%8A%95%E1%89%B5%20%E1%8A%A5%E1%8A%93%20%E1%8C%8D%E1%88%AC%E1%8A%93%E1%8B%B2%E1%8A%95%E1%88%B5>,
        <http://lexvo.org/id/term/ton/Seini%20Viniseni%20mo%20Kulenatini>,
        <http://lexvo.org/id/term/tur/Saint%20Vincent%20ve%20Grenadinler>,
        <http://lexvo.org/id/term/twq/Se%C5%8Bvinsa%C5%8B%20nda%20Grenadine>,
        <http://lexvo.org/id/term/tzm/Santevinsent%20d%20Grinadin>,
        <http://lexvo.org/id/term/ukr/%D0%A1%D0%B5%D0%BD%D1%82-%D0%92%D1%96%D0%BD%D1%81%D0%B5%D0%BD%D1%82%20%D1%96%20%D0%93%D1%80%D0%B5%D0%BD%D0%B0%D0%B4%D0%B8%D0%BD%D0%B8>,
        <http://lexvo.org/id/term/urd/%D8%B3%DB%8C%D9%86%D9%B9%20%D9%88%D9%86%D8%B3%D9%86%D9%B9%20%D8%A7%D9%88%D8%B1%20%DA%AF%D8%B1%DB%8C%D9%86%DB%8C%DA%88%D8%A7%D8%A6%D9%86%D8%B2>,
        <http://lexvo.org/id/term/vai-Latn/Si%C5%8B%20Vi%C5%8Bsi>,
        <http://lexvo.org/id/term/vai/%EA%94%BB%EA%98%8B%20%EA%94%B2%EA%98%8B%EA%94%BB%EA%98%8B%20%EA%97%AA%20%EA%96%B6%EA%94%93%EA%95%AF%EA%94%B5%EA%98%8B%20%EA%96%B8>,
        <http://lexvo.org/id/term/vie/Saint%20Vincent%20v%C3%A0%20Grenadines>,
        <http://lexvo.org/id/term/vun/Santavisenti%20na%20Grenadini>,
        <http://lexvo.org/id/term/wae/St.%20Vincent%20und%20d'Grenadine>,
        <http://lexvo.org/id/term/xog/Senti%20Vinsenti%20ni%20Gurendadiini>,
        <http://lexvo.org/id/term/yav/s%C9%9B%CC%81%C5%8B%20f%C9%9B%C5%8Bs%C3%A1%C5%8B%20elekelenat%C3%ADin>,
        <http://lexvo.org/id/term/yor/Or%C3%ADl%E1%BA%B9%CC%81%C3%A8de%20Fis%E1%BA%B9nnti%20ati%20Genadina>,
        <http://lexvo.org/id/term/zsm/Saint%20Vincent%20dan%20Grenadines>,
        <http://lexvo.org/id/term/zul/i-Saint%20Vincent%20ne-Grenadines> ;
    owl:sameAs <http://psi.oasis-open.org/iso/3166/#670>,
        <http://sws.geonames.org/3577815/> .

<http://lexvo.org/id/iso3166/VE> a lvont:GeographicRegion ;
    rdfs:label "Venezuela"@af,
        "Vɛ̀nɛ̀zǔɛɛlà"@agq,
        "Venezuela"@ak,
        "ቬንዙዌላ"@am,
        "فنزويلا"@ar,
        "Venezuela"@asa,
        "Venezuela"@ast,
        "Venesuela"@az,
        "Vènèzùelà"@bas,
        "Венесуэла"@be,
        "Huvenezuela"@bez,
        "Венецуела"@bg,
        "Venezuwela"@bm,
        "ভেনেজুয়েলা"@bn,
        "ཝེ་ནི་ཛུའེ་ལ།"@bo,
        "Venezuela"@br,
        "वेनेज़ुएला"@brx,
        "Venecuela"@bs,
        "Венецуела"@bs-Cyrl,
        "ቬንዙዌላ"@byn,
        "Veneçuela"@ca,
        "Venezuwera"@cgg,
        "委内瑞拉"@cmn,
        "委內瑞拉"@cmn-Hant,
        "Venezuela"@cs,
        "Venezuela"@cy,
        "Venezuela"@da,
        "Venezuela"@dav,
        "Venezuela"@de,
        "Veneezuyeela"@dje,
        "བེ་ནི་ཛུ་ཝེ་ལ"@dz,
        "Venezuela"@ebu,
        "Venezuela nutome"@ee,
        "Βενεζουέλα"@el,
        "ISO 3166-1:VE"@en,
        "Venezuela"@en,
        "Venezuelo"@eo,
        "Venezuela"@es,
        "Venezuela"@et,
        "Venezuela"@eu,
        "Venezuéla"@ewo,
        "ونزوئلا"@fa,
        "ونزویلا"@fa,
        "Wenesuwelaa"@ff,
        "Venezuela"@fi,
        "Venezuela"@fil,
        "Venesuela"@fo,
        "Venezuela"@fr,
        "Venezuela"@fur,
        "Veiniséala"@ga,
        "A' Bheiniseala"@gd,
        "Venezuela"@gl,
        "Venezueela"@gsw,
        "વેનેઝુએલા"@gu,
        "Venezuela"@guz,
        "Benezuwela"@ha,
        "ונצואלה"@he,
        "वेनेजुएला"@hi,
        "Venezuela"@hr,
        "Venezuela"@hu,
        "Վենեսուելա"@hy,
        "Venezuela"@ia,
        "Venezuela"@id,
        "Venesúela"@is,
        "Venezuela"@it,
        "ベネズエラ"@ja,
        "Vɛnɛzwɛ́la"@jgo,
        "Venezuela"@jmc,
        "ვენესუელა"@ka,
        "Venzwila"@kab,
        "Venezuela"@kam,
        "Venezuela"@kde,
        "Vinizuea"@kea,
        "Veneezuyeela"@khq,
        "Venezuela"@ki,
        "Venezuela"@kl,
        "Emetab Venezuela"@kln,
        "វេនេហ្ស៊ុយឡា"@km,
        "ವೆನೆಜುವೆಲಾ"@kn,
        "베네수엘라"@ko,
        "وینازوٗلا"@ks,
        "Venezuela"@ksb,
        "wɛnǝzwɛla"@ksf,
        "Venezuela"@ksh,
        "Venezuéela"@lag,
        "Venzwera"@lg,
        "Venézuela"@ln,
        "ເວເນຊູເອລາ"@lo,
        "Venesuela"@lt,
        "Venezuela"@lu,
        "Venezuela"@luo,
        "Venezuela"@luy,
        "Venecuēla"@lv,
        "Venezuela"@mas,
        "Venezuela"@mer,
        "Venezuela"@mfe,
        "Venezoelà"@mg,
        "Uvenezuela"@mgh,
        "Венецуела"@mk,
        "വെനിസ്വേല"@ml,
        "व्हेनेझुएला"@mr,
        "Venezwela"@mt,
        "Sǝr Venezuela"@mua,
        "ဗင်နီဇွဲလား"@my,
        "Venezuelab"@naq,
        "Venezuela"@nb,
        "Venezuela"@nd,
        "भेनेजुएला"@ne,
        "Venezuela"@nl,
        "Vǝnǝzuela"@nmg,
        "Venezuela"@nn,
        "Venezuwera"@nyn,
        "ଭେନଜୁଏଲା"@or,
        "Wenezuela"@pl,
        "Venezuela"@pt,
        "Venezuela"@rm,
        "Venezuwela"@rn,
        "Venezuela"@ro,
        "Venezuela"@rof,
        "Венесуэла"@ru,
        "Venezuela"@rwk,
        "Venezuela"@saq,
        "Venesuela"@sbp,
        "Venezuela"@se,
        "Venezuela"@seh,
        "Veneezuyeela"@ses,
        "Venezueläa"@sg,
        "ⴼⵉⵏⵣⵡⵉⵍⴰ"@shi,
        "finzwila"@shi-Latn,
        "වෙනිසියුපාව"@si,
        "Venezuela"@sk,
        "Venezuela"@sl,
        "Venezuela"@sn,
        "Fenisuweela"@so,
        "Venezuelë"@sq,
        "Венецуела"@sr,
        "Venecuela"@sr-Latn,
        "Venezuela"@sv,
        "Venezuela"@swc,
        "Venezuela"@swh,
        "வெனஜுவேலா"@ta,
        "వెనుజువేలా"@te,
        "Venezuela"@teo,
        "เวเนซุเอลา"@th,
        "ቬንዙዌላ"@ti,
        "ቬንዙዌላ"@tig,
        "Venisuela"@to,
        "Venezuela"@tr,
        "Veneezuyeela"@twq,
        "Vinzwilla"@tzm,
        "Венесуела"@uk,
        "وینزوئیلا"@ur,
        "ꕙꔳꕪꘋ ꕸꖃꔀ"@vai,
        "Vɛnɛzuwela"@vai-Latn,
        "Venezuela"@vi,
        "Venezuela"@vun,
        "Venezuela"@wae,
        "ቬንዙዌላ"@wal,
        "Venzwera"@xog,
        "fenesuwelá"@yav,
        "Orílẹ́ède Fẹnẹṣuẹla"@yo,
        "Venezuela"@zsm,
        "i-Venezuela"@zu ;
    lvont:label <http://lexvo.org/id/term/afr/Venezuela>,
        <http://lexvo.org/id/term/agq/V%C9%9B%CC%80n%C9%9B%CC%80z%C7%94%C9%9B%C9%9Bl%C3%A0>,
        <http://lexvo.org/id/term/aka/Venezuela>,
        <http://lexvo.org/id/term/amh/%E1%89%AC%E1%8A%95%E1%8B%99%E1%8B%8C%E1%88%8B>,
        <http://lexvo.org/id/term/ara/%D9%81%D9%86%D8%B2%D9%88%D9%8A%D9%84%D8%A7>,
        <http://lexvo.org/id/term/asa/Venezuela>,
        <http://lexvo.org/id/term/ast/Venezuela>,
        <http://lexvo.org/id/term/aze/Venesuela>,
        <http://lexvo.org/id/term/bam/Venezuwela>,
        <http://lexvo.org/id/term/bas/V%C3%A8n%C3%A8z%C3%B9el%C3%A0>,
        <http://lexvo.org/id/term/bel/%D0%92%D0%B5%D0%BD%D0%B5%D1%81%D1%83%D1%8D%D0%BB%D0%B0>,
        <http://lexvo.org/id/term/ben/%E0%A6%AD%E0%A7%87%E0%A6%A8%E0%A7%87%E0%A6%9C%E0%A7%81%E0%A6%AF%E0%A6%BC%E0%A7%87%E0%A6%B2%E0%A6%BE>,
        <http://lexvo.org/id/term/bez/Huvenezuela>,
        <http://lexvo.org/id/term/bod/%E0%BD%9D%E0%BD%BA%E0%BC%8B%E0%BD%93%E0%BD%B2%E0%BC%8B%E0%BD%9B%E0%BD%B4%E0%BD%A0%E0%BD%BA%E0%BC%8B%E0%BD%A3%E0%BC%8D>,
        <http://lexvo.org/id/term/bos-Cyrl/%D0%92%D0%B5%D0%BD%D0%B5%D1%86%D1%83%D0%B5%D0%BB%D0%B0>,
        <http://lexvo.org/id/term/bos/Venecuela>,
        <http://lexvo.org/id/term/bre/Venezuela>,
        <http://lexvo.org/id/term/brx/%E0%A4%B5%E0%A5%87%E0%A4%A8%E0%A5%87%E0%A4%9C%E0%A4%BC%E0%A5%81%E0%A4%8F%E0%A4%B2%E0%A4%BE>,
        <http://lexvo.org/id/term/bul/%D0%92%D0%B5%D0%BD%D0%B5%D1%86%D1%83%D0%B5%D0%BB%D0%B0>,
        <http://lexvo.org/id/term/byn/%E1%89%AC%E1%8A%95%E1%8B%99%E1%8B%8C%E1%88%8B>,
        <http://lexvo.org/id/term/cat/Vene%C3%A7uela>,
        <http://lexvo.org/id/term/ces/Venezuela>,
        <http://lexvo.org/id/term/cgg/Venezuwera>,
        <http://lexvo.org/id/term/cmn-Hant/%E5%A7%94%E5%85%A7%E7%91%9E%E6%8B%89>,
        <http://lexvo.org/id/term/cmn/%E5%A7%94%E5%86%85%E7%91%9E%E6%8B%89>,
        <http://lexvo.org/id/term/cym/Venezuela>,
        <http://lexvo.org/id/term/dan/Venezuela>,
        <http://lexvo.org/id/term/dav/Venezuela>,
        <http://lexvo.org/id/term/deu/Venezuela>,
        <http://lexvo.org/id/term/dje/Veneezuyeela>,
        <http://lexvo.org/id/term/dzo/%E0%BD%96%E0%BD%BA%E0%BC%8B%E0%BD%93%E0%BD%B2%E0%BC%8B%E0%BD%9B%E0%BD%B4%E0%BC%8B%E0%BD%9D%E0%BD%BA%E0%BC%8B%E0%BD%A3>,
        <http://lexvo.org/id/term/ebu/Venezuela>,
        <http://lexvo.org/id/term/ell/%CE%92%CE%B5%CE%BD%CE%B5%CE%B6%CE%BF%CF%85%CE%AD%CE%BB%CE%B1>,
        <http://lexvo.org/id/term/eng/ISO%203166-1%3AVE>,
        <http://lexvo.org/id/term/eng/Venezuela>,
        <http://lexvo.org/id/term/epo/Venezuelo>,
        <http://lexvo.org/id/term/est/Venezuela>,
        <http://lexvo.org/id/term/eus/Venezuela>,
        <http://lexvo.org/id/term/ewe/Venezuela%20nutome>,
        <http://lexvo.org/id/term/ewo/Venezu%C3%A9la>,
        <http://lexvo.org/id/term/fao/Venesuela>,
        <http://lexvo.org/id/term/fas/%D9%88%D9%86%D8%B2%D9%88%D8%A6%D9%84%D8%A7>,
        <http://lexvo.org/id/term/fas/%D9%88%D9%86%D8%B2%D9%88%DB%8C%D9%84%D8%A7>,
        <http://lexvo.org/id/term/fil/Venezuela>,
        <http://lexvo.org/id/term/fin/Venezuela>,
        <http://lexvo.org/id/term/fra/Venezuela>,
        <http://lexvo.org/id/term/ful/Wenesuwelaa>,
        <http://lexvo.org/id/term/fur/Venezuela>,
        <http://lexvo.org/id/term/gla/A'%20Bheiniseala>,
        <http://lexvo.org/id/term/gle/Veinis%C3%A9ala>,
        <http://lexvo.org/id/term/glg/Venezuela>,
        <http://lexvo.org/id/term/gsw/Venezueela>,
        <http://lexvo.org/id/term/guj/%E0%AA%B5%E0%AB%87%E0%AA%A8%E0%AB%87%E0%AA%9D%E0%AB%81%E0%AA%8F%E0%AA%B2%E0%AA%BE>,
        <http://lexvo.org/id/term/guz/Venezuela>,
        <http://lexvo.org/id/term/hau/Benezuwela>,
        <http://lexvo.org/id/term/heb/%D7%95%D7%A0%D7%A6%D7%95%D7%90%D7%9C%D7%94>,
        <http://lexvo.org/id/term/hin/%E0%A4%B5%E0%A5%87%E0%A4%A8%E0%A5%87%E0%A4%9C%E0%A5%81%E0%A4%8F%E0%A4%B2%E0%A4%BE>,
        <http://lexvo.org/id/term/hrv/Venezuela>,
        <http://lexvo.org/id/term/hun/Venezuela>,
        <http://lexvo.org/id/term/hye/%D5%8E%D5%A5%D5%B6%D5%A5%D5%BD%D5%B8%D6%82%D5%A5%D5%AC%D5%A1>,
        <http://lexvo.org/id/term/ina/Venezuela>,
        <http://lexvo.org/id/term/ind/Venezuela>,
        <http://lexvo.org/id/term/isl/Venes%C3%BAela>,
        <http://lexvo.org/id/term/ita/Venezuela>,
        <http://lexvo.org/id/term/jgo/V%C9%9Bn%C9%9Bzw%C9%9B%CC%81la>,
        <http://lexvo.org/id/term/jmc/Venezuela>,
        <http://lexvo.org/id/term/jpn/%E3%83%99%E3%83%8D%E3%82%BA%E3%82%A8%E3%83%A9>,
        <http://lexvo.org/id/term/kab/Venzwila>,
        <http://lexvo.org/id/term/kal/Venezuela>,
        <http://lexvo.org/id/term/kam/Venezuela>,
        <http://lexvo.org/id/term/kan/%E0%B2%B5%E0%B3%86%E0%B2%A8%E0%B3%86%E0%B2%9C%E0%B3%81%E0%B2%B5%E0%B3%86%E0%B2%B2%E0%B2%BE>,
        <http://lexvo.org/id/term/kas/%D9%88%DB%8C%D9%86%D8%A7%D8%B2%D9%88%D9%97%D9%84%D8%A7>,
        <http://lexvo.org/id/term/kat/%E1%83%95%E1%83%94%E1%83%9C%E1%83%94%E1%83%A1%E1%83%A3%E1%83%94%E1%83%9A%E1%83%90>,
        <http://lexvo.org/id/term/kde/Venezuela>,
        <http://lexvo.org/id/term/kea/Vinizuea>,
        <http://lexvo.org/id/term/khm/%E1%9E%9C%E1%9F%81%E1%9E%93%E1%9F%81%E1%9E%A0%E1%9F%92%E1%9E%9F%E1%9F%8A%E1%9E%BB%E1%9E%99%E1%9E%A1%E1%9E%B6>,
        <http://lexvo.org/id/term/khq/Veneezuyeela>,
        <http://lexvo.org/id/term/kik/Venezuela>,
        <http://lexvo.org/id/term/kln/Emetab%20Venezuela>,
        <http://lexvo.org/id/term/kor/%EB%B2%A0%EB%84%A4%EC%88%98%EC%97%98%EB%9D%BC>,
        <http://lexvo.org/id/term/ksb/Venezuela>,
        <http://lexvo.org/id/term/ksf/w%C9%9Bn%C7%9Dzw%C9%9Bla>,
        <http://lexvo.org/id/term/ksh/Venezuela>,
        <http://lexvo.org/id/term/lag/Venezu%C3%A9ela>,
        <http://lexvo.org/id/term/lao/%E0%BB%80%E0%BA%A7%E0%BB%80%E0%BA%99%E0%BA%8A%E0%BA%B9%E0%BB%80%E0%BA%AD%E0%BA%A5%E0%BA%B2>,
        <http://lexvo.org/id/term/lav/Venecu%C4%93la>,
        <http://lexvo.org/id/term/lin/Ven%C3%A9zuela>,
        <http://lexvo.org/id/term/lit/Venesuela>,
        <http://lexvo.org/id/term/lub/Venezuela>,
        <http://lexvo.org/id/term/lug/Venzwera>,
        <http://lexvo.org/id/term/luo/Venezuela>,
        <http://lexvo.org/id/term/luy/Venezuela>,
        <http://lexvo.org/id/term/mal/%E0%B4%B5%E0%B5%86%E0%B4%A8%E0%B4%BF%E0%B4%B8%E0%B5%8D%E0%B4%B5%E0%B5%87%E0%B4%B2>,
        <http://lexvo.org/id/term/mar/%E0%A4%B5%E0%A5%8D%E0%A4%B9%E0%A5%87%E0%A4%A8%E0%A5%87%E0%A4%9D%E0%A5%81%E0%A4%8F%E0%A4%B2%E0%A4%BE>,
        <http://lexvo.org/id/term/mas/Venezuela>,
        <http://lexvo.org/id/term/mer/Venezuela>,
        <http://lexvo.org/id/term/mfe/Venezuela>,
        <http://lexvo.org/id/term/mgh/Uvenezuela>,
        <http://lexvo.org/id/term/mkd/%D0%92%D0%B5%D0%BD%D0%B5%D1%86%D1%83%D0%B5%D0%BB%D0%B0>,
        <http://lexvo.org/id/term/mlg/Venezoel%C3%A0>,
        <http://lexvo.org/id/term/mlt/Venezwela>,
        <http://lexvo.org/id/term/mua/S%C7%9Dr%20Venezuela>,
        <http://lexvo.org/id/term/mya/%E1%80%97%E1%80%84%E1%80%BA%E1%80%94%E1%80%AE%E1%80%87%E1%80%BD%E1%80%B2%E1%80%9C%E1%80%AC%E1%80%B8>,
        <http://lexvo.org/id/term/naq/Venezuelab>,
        <http://lexvo.org/id/term/nde/Venezuela>,
        <http://lexvo.org/id/term/nep/%E0%A4%AD%E0%A5%87%E0%A4%A8%E0%A5%87%E0%A4%9C%E0%A5%81%E0%A4%8F%E0%A4%B2%E0%A4%BE>,
        <http://lexvo.org/id/term/nld/Venezuela>,
        <http://lexvo.org/id/term/nmg/V%C7%9Dn%C7%9Dzuela>,
        <http://lexvo.org/id/term/nno/Venezuela>,
        <http://lexvo.org/id/term/nob/Venezuela>,
        <http://lexvo.org/id/term/nyn/Venezuwera>,
        <http://lexvo.org/id/term/ori/%E0%AC%AD%E0%AD%87%E0%AC%A8%E0%AC%9C%E0%AD%81%E0%AC%8F%E0%AC%B2%E0%AC%BE>,
        <http://lexvo.org/id/term/pol/Wenezuela>,
        <http://lexvo.org/id/term/por/Venezuela>,
        <http://lexvo.org/id/term/rof/Venezuela>,
        <http://lexvo.org/id/term/roh/Venezuela>,
        <http://lexvo.org/id/term/ron/Venezuela>,
        <http://lexvo.org/id/term/run/Venezuwela>,
        <http://lexvo.org/id/term/rus/%D0%92%D0%B5%D0%BD%D0%B5%D1%81%D1%83%D1%8D%D0%BB%D0%B0>,
        <http://lexvo.org/id/term/rwk/Venezuela>,
        <http://lexvo.org/id/term/sag/Venezuel%C3%A4a>,
        <http://lexvo.org/id/term/saq/Venezuela>,
        <http://lexvo.org/id/term/sbp/Venesuela>,
        <http://lexvo.org/id/term/seh/Venezuela>,
        <http://lexvo.org/id/term/ses/Veneezuyeela>,
        <http://lexvo.org/id/term/shi-Latn/finzwila>,
        <http://lexvo.org/id/term/shi/%E2%B4%BC%E2%B5%89%E2%B5%8F%E2%B5%A3%E2%B5%A1%E2%B5%89%E2%B5%8D%E2%B4%B0>,
        <http://lexvo.org/id/term/sin/%E0%B7%80%E0%B7%99%E0%B6%B1%E0%B7%92%E0%B7%83%E0%B7%92%E0%B6%BA%E0%B7%94%E0%B6%B4%E0%B7%8F%E0%B7%80>,
        <http://lexvo.org/id/term/slk/Venezuela>,
        <http://lexvo.org/id/term/slv/Venezuela>,
        <http://lexvo.org/id/term/sme/Venezuela>,
        <http://lexvo.org/id/term/sna/Venezuela>,
        <http://lexvo.org/id/term/som/Fenisuweela>,
        <http://lexvo.org/id/term/spa/Venezuela>,
        <http://lexvo.org/id/term/sqi/Venezuel%C3%AB>,
        <http://lexvo.org/id/term/srp-Latn/Venecuela>,
        <http://lexvo.org/id/term/srp/%D0%92%D0%B5%D0%BD%D0%B5%D1%86%D1%83%D0%B5%D0%BB%D0%B0>,
        <http://lexvo.org/id/term/swc/Venezuela>,
        <http://lexvo.org/id/term/swe/Venezuela>,
        <http://lexvo.org/id/term/swh/Venezuela>,
        <http://lexvo.org/id/term/tam/%E0%AE%B5%E0%AF%86%E0%AE%A9%E0%AE%9C%E0%AF%81%E0%AE%B5%E0%AF%87%E0%AE%B2%E0%AE%BE>,
        <http://lexvo.org/id/term/tel/%E0%B0%B5%E0%B1%86%E0%B0%A8%E0%B1%81%E0%B0%9C%E0%B1%81%E0%B0%B5%E0%B1%87%E0%B0%B2%E0%B0%BE>,
        <http://lexvo.org/id/term/teo/Venezuela>,
        <http://lexvo.org/id/term/tha/%E0%B9%80%E0%B8%A7%E0%B9%80%E0%B8%99%E0%B8%8B%E0%B8%B8%E0%B9%80%E0%B8%AD%E0%B8%A5%E0%B8%B2>,
        <http://lexvo.org/id/term/tig/%E1%89%AC%E1%8A%95%E1%8B%99%E1%8B%8C%E1%88%8B>,
        <http://lexvo.org/id/term/tir/%E1%89%AC%E1%8A%95%E1%8B%99%E1%8B%8C%E1%88%8B>,
        <http://lexvo.org/id/term/ton/Venisuela>,
        <http://lexvo.org/id/term/tur/Venezuela>,
        <http://lexvo.org/id/term/twq/Veneezuyeela>,
        <http://lexvo.org/id/term/tzm/Vinzwilla>,
        <http://lexvo.org/id/term/ukr/%D0%92%D0%B5%D0%BD%D0%B5%D1%81%D1%83%D0%B5%D0%BB%D0%B0>,
        <http://lexvo.org/id/term/urd/%D9%88%DB%8C%D9%86%D8%B2%D9%88%D8%A6%DB%8C%D9%84%D8%A7>,
        <http://lexvo.org/id/term/vai-Latn/V%C9%9Bn%C9%9Bzuwela>,
        <http://lexvo.org/id/term/vai/%EA%95%99%EA%94%B3%EA%95%AA%EA%98%8B%20%EA%95%B8%EA%96%83%EA%94%80>,
        <http://lexvo.org/id/term/vie/Venezuela>,
        <http://lexvo.org/id/term/vun/Venezuela>,
        <http://lexvo.org/id/term/wae/Venezuela>,
        <http://lexvo.org/id/term/wal/%E1%89%AC%E1%8A%95%E1%8B%99%E1%8B%8C%E1%88%8B>,
        <http://lexvo.org/id/term/xog/Venzwera>,
        <http://lexvo.org/id/term/yav/fenesuwel%C3%A1>,
        <http://lexvo.org/id/term/yor/Or%C3%ADl%E1%BA%B9%CC%81%C3%A8de%20F%E1%BA%B9n%E1%BA%B9%E1%B9%A3u%E1%BA%B9la>,
        <http://lexvo.org/id/term/zsm/Venezuela>,
        <http://lexvo.org/id/term/zul/i-Venezuela> ;
    owl:sameAs <http://psi.oasis-open.org/iso/3166/#862>,
        <http://sws.geonames.org/3625428/> .

<http://lexvo.org/id/iso3166/VG> a lvont:GeographicRegion ;
    rdfs:label "Britse Maagde-eilande"@af,
        "Chwɨlà m̀ Vidzinyìa m̀ Bɨ̀letì mò"@agq,
        "Britainfo Virgin Islands"@ak,
        "የእንግሊዝ ድንግል ደሴቶች"@am,
        "جزر فرجين البريطانية"@ar,
        "Vithiwa vya Virgin vya Uingeredha"@asa,
        "Islles Vírxenes Britániques"@ast,
        "Britaniya Virgin Adaları"@az,
        "Bìòn bi kɔnji bi Ŋgisì"@bas,
        "Віргінскія астравы"@be,
        "Ifisima fya Virgin fya Huingereza"@bez,
        "Британски Вирджински острони"@bg,
        "Angilɛ ka Sungurunnin Gun"@bm,
        "ব্রিটিশ ভার্জিন দ্বীপপুঞ্জ"@bn,
        "Inizi Gwercʼh Breizh-Veur"@br,
        "ब्रिटिश वर्जीन आईलंड्स"@brx,
        "Britanska Devičanska Ostrva"@bs,
        "Британска Девичанска Острва"@bs-Cyrl,
        "የእንግሊዝ ድንግል ደሴቶች"@byn,
        "Illes Verges Britàniques"@ca,
        "Ebizinga bya Virigini ebya Bungyereza"@cgg,
        "英属维京群岛"@cmn,
        "英屬維京群島"@cmn-Hant,
        "Britské Panenské ostrovy"@cs,
        "Ynysoedd Prydeinig y Wyryf"@cy,
        "De britiske jomfruøer"@da,
        "Visiwa vya Virgin vya Uingereza"@dav,
        "Britische Jungferninseln"@de,
        "Britiši Virgin gungey"@dje,
        "ཝརཇིན་གླིང་ཚོམ་ བྲཱི་ཊིཤ་མངའ་ཁོངས"@dz,
        "Visiwa vya Virgin vya Uingereza"@ebu,
        "Britaintɔwo ƒe Virgin ƒudomekpowo nutome"@ee,
        "Βρετανικές Παρθένοι Νήσοι"@el,
        "British Virgin Islands"@en,
        "ISO 3166-1:VG"@en,
        "𐐒𐑉𐐮𐐼𐐮𐑇 𐐚𐐲𐑉𐐾𐐲𐑌 𐐌𐑊𐐲𐑌𐐼𐑆"@en-Dsrt,
        "Britaj Virgulininsuloj"@eo,
        "Islas Vírgenes Británicas"@es,
        "Briti Neitsisaared"@et,
        "Birjina uharte britainiarrak"@eu,
        "ńnam Minlán ɛ́ngəlís"@ewo,
        "جزایر ویرجین بریتانیا"@fa,
        "duuɗe kecce britanii"@ff,
        "Brittiläiset Neitsytsaaret"@fi,
        "British Virgin Islands"@fil,
        "Stóra Bretlands Jómfrúoyggjarnar"@fo,
        "Îles Vierges britanniques"@fr,
        "Isulis vergjinis britanichis"@fur,
        "Oileáin Bhriotanacha na Maighdean"@ga,
        "Eileanan Breatannach na Maighdinn"@gd,
        "Illas Virxes Británicas"@gl,
        "Britischi Jungfere-Insle"@gsw,
        "બ્રિટિશ વર્જિન આઇલેન્ડ"@gu,
        "Visiwa vya Virgin vya Uingereza"@guz,
        "Tsibirin Birjin Na Birtaniya"@ha,
        "איי הבתולה הבריטיים"@he,
        "ब्रिटिश वर्जिन द्वीपसमूह"@hi,
        "Britanski Djevičanski Otoci"@hr,
        "Brit Virgin-szigetek"@hu,
        "Kepulauan Virgin Inggris"@id,
        "Bresku Jómfrúaeyjar"@is,
        "Isole Vergini Britanniche"@it,
        "英領ヴァージン諸島"@ja,
        "Visiwa vya Virgin vya Uingereza"@jmc,
        "Tigzirin Tiverjiniyin Tigliziyin"@kab,
        "Visiwa vya Virgin vya Uingereza"@kam,
        "Chisiwa Chivihi cha Wingalesa"@kde,
        "Ilhas Virjens Britanikas"@kea,
        "Britiši Virgin gungey"@khq,
        "Visiwa vya Virgin vya Uingereza"@ki,
        "Ikwembeyotab British Virgin"@kln,
        "កោះ​វឺជិន​ចក្រភព​អង់គ្លេស"@km,
        "ಬ್ರಿಟಿಷ್ ವರ್ಜಿನ್ ದ್ವೀಪಗಳು"@kn,
        "영국령 버진 아일랜드"@ko,
        "بَرطانوی ؤرجِن جٔزیٖرٕ"@ks,
        "Visiwa vya Vilgin vya Uingeeza"@ksb,
        "zǝ bɛ gɔn inɛ a ingɛrís"@ksf,
        "de brettesche Juffer-Enselle"@ksh,
        "Visíiwa vya Vigíini vya Ʉɨngeréesa"@lag,
        "Bizinga ebya Virigini ebitwalibwa Bungereza"@lg,
        "Bisanga bya Vierzi ya Angɛlɛtɛ́lɛ"@ln,
        "ບຣິທິດເວີຈິນໄອແລນ"@lo,
        "Didžiosios Britanijos Mergelių Salos"@lt,
        "Lutanda lua Vierzi wa Angeletele"@lu,
        "British Virgin Islands"@luo,
        "Visiwa vya Virgin vya Uingereza"@luy,
        "Britu Virdžīnas"@lv,
        "Visiwa vya Virgin vya Uingereza"@mas,
        "Aĩrandi cia Virgin cia Ngeretha"@mer,
        "Zil vierz britanik"@mfe,
        "Nosy britanika virijiny"@mg,
        "Британски Девствени Острови"@mk,
        "ബ്രിട്ടീഷ് വിർജിൻ ദ്വീപുകൾ"@ml,
        "ब्रिटिश व्हर्जिन बेटे"@mr,
        "British Virgin Islands"@mt,
        "ser Anglofon ma laŋne"@mua,
        "ဗြိတိသျှ ဗာဂျင်း ကျွန်းစု"@my,
        "British Virgin Islands"@naq,
        "De britiske jomfruøyene"@nb,
        "British Virgin Islands"@nd,
        "बेलायती भर्जिन टापु"@ne,
        "Britse Maagdeneilanden"@nl,
        "Minsilɛ́ mímaŋ mí ngɛ̄lɛ̄n"@nmg,
        "Dei britiske jomfruøyane"@nn,
        "Burutic dhuɔ̱ɔ̱l be̱rgin"@nus,
        "Ebizinga bya Virigini ebya Bungyereza"@nyn,
        "ବ୍ରିଟିଶ୍ ଭର୍ଜିନ୍ ଦ୍ବୀପପୁଞ୍ଜ"@or,
        "Brytyjskie Wyspy Dziewicze"@pl,
        "Ilhas Virgens Britânicas"@pt,
        "Inslas Verginas Britannicas"@rm,
        "Ibirwa by'isugi by'Abongereza"@rn,
        "Insulele Virgine Britanice"@ro,
        "Visiwa vya Virgin vya Uingereza"@rof,
        "Британские Виргинские о-ва"@ru,
        "Visiwa vya Virgin vya Uingereza"@rwk,
        "Visiwa vya Virgin vya Uingereza"@saq,
        "Figunguli ifya Viliginiya ifya Uwingelesa"@sbp,
        "Brittania Virgin-sullot"@se,
        "Ilhas Virgens Britânicas"@seh,
        "Britiši Virgin gungey"@ses,
        "Âzôâ Viîrîggo tî Anglëe"@sg,
        "ⵜⵉⴳⵣⵉⵔⵉⵏ ⵜⵉⵎⴳⴰⴷ ⵏ ⵏⵏⴳⵍⵉⵣ"@shi,
        "tigzirin timgad n nngliz"@shi-Latn,
        "බ්‍රිතාන්‍ය වර්ජින් දූපත්"@si,
        "Britské panenské ostrovy"@sk,
        "Britanski Deviški otoki"@sl,
        "Zvitsuwa zveHingirandi"@sn,
        "British Virgin Islands"@so,
        "Британска Девичанска Острва"@sr,
        "Britanska Devičanska Ostrva"@sr-Latn,
        "Brittiska Jungfruöarna"@sv,
        "Visiwa vya Virgin vya Uingereza"@swc,
        "Visiwa vya Virgin vya Uingereza"@swh,
        "பிரிட்டீஷ் கன்னித் தீவுகள்"@ta,
        "బ్రిటిష్ వర్జిన్ దీవులు"@te,
        "Visiwa vya Virgin vya Uingereza"@teo,
        "หมู่เกาะบริติชเวอร์จิน"@th,
        "የእንግሊዝ ድንግል ደሴቶች"@ti,
        "የእንግሊዝ ድንግል ደሴቶች"@tig,
        "ʻOtumotu Vilikini fakapilitānia"@to,
        "Britanya Virjin Adaları"@tr,
        "Britiši Virgin gungey"@twq,
        "Tigzirin (Virgin) Tibṛiṭaniyin"@tzm,
        "Віргінські острови Британії"@uk,
        "برٹش ورجن آئلینڈز"@ur,
        "ꔛꔟꔻ ꗩꗡ ꗏ ꖷꖬ ꔳꘋꗣ"@vai,
        "Jengéesi Bhɛɛ Lɔ Musu Tiŋŋɛ"@vai-Latn,
        "Quần đảo Virgin thuộc Anh"@vi,
        "Visiwa vya Virgin vya Uingereza"@vun,
        "Britiši Jungfröiwinslä"@wae,
        "የእንግሊዝ ድንግል ደሴቶች"@wal,
        "Ebizinga bya Virigini ebitwalibwa Bungereza"@xog,
        "Filisíin ungilís"@yav,
        "Orílẹ́ède Etíkun Fágínì ti ìlú Bírítísì"@yo,
        "British Virgin Islands"@zsm,
        "i-British Virgin Islands"@zu ;
    lvont:label <http://lexvo.org/id/term/afr/Britse%20Maagde-eilande>,
        <http://lexvo.org/id/term/agq/Chw%C9%A8l%C3%A0%20m%CC%80%20Vidziny%C3%ACa%20m%CC%80%20B%C9%A8%CC%80let%C3%AC%20m%C3%B2>,
        <http://lexvo.org/id/term/aka/Britainfo%20Virgin%20Islands>,
        <http://lexvo.org/id/term/amh/%E1%8B%A8%E1%8A%A5%E1%8A%95%E1%8C%8D%E1%88%8A%E1%8B%9D%20%E1%8B%B5%E1%8A%95%E1%8C%8D%E1%88%8D%20%E1%8B%B0%E1%88%B4%E1%89%B6%E1%89%BD>,
        <http://lexvo.org/id/term/ara/%D8%AC%D8%B2%D8%B1%20%D9%81%D8%B1%D8%AC%D9%8A%D9%86%20%D8%A7%D9%84%D8%A8%D8%B1%D9%8A%D8%B7%D8%A7%D9%86%D9%8A%D8%A9>,
        <http://lexvo.org/id/term/asa/Vithiwa%20vya%20Virgin%20vya%20Uingeredha>,
        <http://lexvo.org/id/term/ast/Islles%20V%C3%ADrxenes%20Brit%C3%A1niques>,
        <http://lexvo.org/id/term/aze/Britaniya%20Virgin%20Adalar%C4%B1>,
        <http://lexvo.org/id/term/bam/Angil%C9%9B%20ka%20Sungurunnin%20Gun>,
        <http://lexvo.org/id/term/bas/B%C3%AC%C3%B2n%20bi%20k%C9%94nji%20bi%20%C5%8Agis%C3%AC>,
        <http://lexvo.org/id/term/bel/%D0%92%D1%96%D1%80%D0%B3%D1%96%D0%BD%D1%81%D0%BA%D1%96%D1%8F%20%D0%B0%D1%81%D1%82%D1%80%D0%B0%D0%B2%D1%8B>,
        <http://lexvo.org/id/term/ben/%E0%A6%AC%E0%A7%8D%E0%A6%B0%E0%A6%BF%E0%A6%9F%E0%A6%BF%E0%A6%B6%20%E0%A6%AD%E0%A6%BE%E0%A6%B0%E0%A7%8D%E0%A6%9C%E0%A6%BF%E0%A6%A8%20%E0%A6%A6%E0%A7%8D%E0%A6%AC%E0%A7%80%E0%A6%AA%E0%A6%AA%E0%A7%81%E0%A6%9E%E0%A7%8D%E0%A6%9C>,
        <http://lexvo.org/id/term/bez/Ifisima%20fya%20Virgin%20fya%20Huingereza>,
        <http://lexvo.org/id/term/bos-Cyrl/%D0%91%D1%80%D0%B8%D1%82%D0%B0%D0%BD%D1%81%D0%BA%D0%B0%20%D0%94%D0%B5%D0%B2%D0%B8%D1%87%D0%B0%D0%BD%D1%81%D0%BA%D0%B0%20%D0%9E%D1%81%D1%82%D1%80%D0%B2%D0%B0>,
        <http://lexvo.org/id/term/bos/Britanska%20Devi%C4%8Danska%20Ostrva>,
        <http://lexvo.org/id/term/bre/Inizi%20Gwerc%CA%BCh%20Breizh-Veur>,
        <http://lexvo.org/id/term/brx/%E0%A4%AC%E0%A5%8D%E0%A4%B0%E0%A4%BF%E0%A4%9F%E0%A4%BF%E0%A4%B6%20%E0%A4%B5%E0%A4%B0%E0%A5%8D%E0%A4%9C%E0%A5%80%E0%A4%A8%20%E0%A4%86%E0%A4%88%E0%A4%B2%E0%A4%82%E0%A4%A1%E0%A5%8D%E0%A4%B8>,
        <http://lexvo.org/id/term/bul/%D0%91%D1%80%D0%B8%D1%82%D0%B0%D0%BD%D1%81%D0%BA%D0%B8%20%D0%92%D0%B8%D1%80%D0%B4%D0%B6%D0%B8%D0%BD%D1%81%D0%BA%D0%B8%20%D0%BE%D1%81%D1%82%D1%80%D0%BE%D0%BD%D0%B8>,
        <http://lexvo.org/id/term/byn/%E1%8B%A8%E1%8A%A5%E1%8A%95%E1%8C%8D%E1%88%8A%E1%8B%9D%20%E1%8B%B5%E1%8A%95%E1%8C%8D%E1%88%8D%20%E1%8B%B0%E1%88%B4%E1%89%B6%E1%89%BD>,
        <http://lexvo.org/id/term/cat/Illes%20Verges%20Brit%C3%A0niques>,
        <http://lexvo.org/id/term/ces/Britsk%C3%A9%20Panensk%C3%A9%20ostrovy>,
        <http://lexvo.org/id/term/cgg/Ebizinga%20bya%20Virigini%20ebya%20Bungyereza>,
        <http://lexvo.org/id/term/cmn-Hant/%E8%8B%B1%E5%B1%AC%E7%B6%AD%E4%BA%AC%E7%BE%A4%E5%B3%B6>,
        <http://lexvo.org/id/term/cmn/%E8%8B%B1%E5%B1%9E%E7%BB%B4%E4%BA%AC%E7%BE%A4%E5%B2%9B>,
        <http://lexvo.org/id/term/cym/Ynysoedd%20Prydeinig%20y%20Wyryf>,
        <http://lexvo.org/id/term/dan/De%20britiske%20jomfru%C3%B8er>,
        <http://lexvo.org/id/term/dav/Visiwa%20vya%20Virgin%20vya%20Uingereza>,
        <http://lexvo.org/id/term/deu/Britische%20Jungferninseln>,
        <http://lexvo.org/id/term/dje/Briti%C5%A1i%20Virgin%20gungey>,
        <http://lexvo.org/id/term/dzo/%E0%BD%9D%E0%BD%A2%E0%BD%87%E0%BD%B2%E0%BD%93%E0%BC%8B%E0%BD%82%E0%BE%B3%E0%BD%B2%E0%BD%84%E0%BC%8B%E0%BD%9A%E0%BD%BC%E0%BD%98%E0%BC%8B%20%E0%BD%96%E0%BE%B2%E0%BD%B1%E0%BD%B2%E0%BC%8B%E0%BD%8A%E0%BD%B2%E0%BD%A4%E0%BC%8B%E0%BD%98%E0%BD%84%E0%BD%A0%E0%BC%8B%E0%BD%81%E0%BD%BC%E0%BD%84%E0%BD%A6>,
        <http://lexvo.org/id/term/ebu/Visiwa%20vya%20Virgin%20vya%20Uingereza>,
        <http://lexvo.org/id/term/ell/%CE%92%CF%81%CE%B5%CF%84%CE%B1%CE%BD%CE%B9%CE%BA%CE%AD%CF%82%20%CE%A0%CE%B1%CF%81%CE%B8%CE%AD%CE%BD%CE%BF%CE%B9%20%CE%9D%CE%AE%CF%83%CE%BF%CE%B9>,
        <http://lexvo.org/id/term/eng-Dsrt/%F0%90%90%92%F0%90%91%89%F0%90%90%AE%F0%90%90%BC%F0%90%90%AE%F0%90%91%87%20%F0%90%90%9A%F0%90%90%B2%F0%90%91%89%F0%90%90%BE%F0%90%90%B2%F0%90%91%8C%20%F0%90%90%8C%F0%90%91%8A%F0%90%90%B2%F0%90%91%8C%F0%90%90%BC%F0%90%91%86>,
        <http://lexvo.org/id/term/eng/British%20Virgin%20Islands>,
        <http://lexvo.org/id/term/eng/ISO%203166-1%3AVG>,
        <http://lexvo.org/id/term/epo/Britaj%20Virgulininsuloj>,
        <http://lexvo.org/id/term/est/Briti%20Neitsisaared>,
        <http://lexvo.org/id/term/eus/Birjina%20uharte%20britainiarrak>,
        <http://lexvo.org/id/term/ewe/Britaint%C9%94wo%20%C6%92e%20Virgin%20%C6%92udomekpowo%20nutome>,
        <http://lexvo.org/id/term/ewo/%C5%84nam%20Minl%C3%A1n%20%C9%9B%CC%81ng%C9%99l%C3%ADs>,
        <http://lexvo.org/id/term/fao/St%C3%B3ra%20Bretlands%20J%C3%B3mfr%C3%BAoyggjarnar>,
        <http://lexvo.org/id/term/fas/%D8%AC%D8%B2%D8%A7%DB%8C%D8%B1%20%D9%88%DB%8C%D8%B1%D8%AC%DB%8C%D9%86%20%D8%A8%D8%B1%DB%8C%D8%AA%D8%A7%D9%86%DB%8C%D8%A7>,
        <http://lexvo.org/id/term/fil/British%20Virgin%20Islands>,
        <http://lexvo.org/id/term/fin/Brittil%C3%A4iset%20Neitsytsaaret>,
        <http://lexvo.org/id/term/fra/%C3%8Eles%20Vierges%20britanniques>,
        <http://lexvo.org/id/term/ful/duu%C9%97e%20kecce%20britanii>,
        <http://lexvo.org/id/term/fur/Isulis%20vergjinis%20britanichis>,
        <http://lexvo.org/id/term/gla/Eileanan%20Breatannach%20na%20Maighdinn>,
        <http://lexvo.org/id/term/gle/Oile%C3%A1in%20Bhriotanacha%20na%20Maighdean>,
        <http://lexvo.org/id/term/glg/Illas%20Virxes%20Brit%C3%A1nicas>,
        <http://lexvo.org/id/term/gsw/Britischi%20Jungfere-Insle>,
        <http://lexvo.org/id/term/guj/%E0%AA%AC%E0%AB%8D%E0%AA%B0%E0%AA%BF%E0%AA%9F%E0%AA%BF%E0%AA%B6%20%E0%AA%B5%E0%AA%B0%E0%AB%8D%E0%AA%9C%E0%AA%BF%E0%AA%A8%20%E0%AA%86%E0%AA%87%E0%AA%B2%E0%AB%87%E0%AA%A8%E0%AB%8D%E0%AA%A1>,
        <http://lexvo.org/id/term/guz/Visiwa%20vya%20Virgin%20vya%20Uingereza>,
        <http://lexvo.org/id/term/hau/Tsibirin%20Birjin%20Na%20Birtaniya>,
        <http://lexvo.org/id/term/heb/%D7%90%D7%99%D7%99%20%D7%94%D7%91%D7%AA%D7%95%D7%9C%D7%94%20%D7%94%D7%91%D7%A8%D7%99%D7%98%D7%99%D7%99%D7%9D>,
        <http://lexvo.org/id/term/hin/%E0%A4%AC%E0%A5%8D%E0%A4%B0%E0%A4%BF%E0%A4%9F%E0%A4%BF%E0%A4%B6%20%E0%A4%B5%E0%A4%B0%E0%A5%8D%E0%A4%9C%E0%A4%BF%E0%A4%A8%20%E0%A4%A6%E0%A5%8D%E0%A4%B5%E0%A5%80%E0%A4%AA%E0%A4%B8%E0%A4%AE%E0%A5%82%E0%A4%B9>,
        <http://lexvo.org/id/term/hrv/Britanski%20Djevi%C4%8Danski%20Otoci>,
        <http://lexvo.org/id/term/hun/Brit%20Virgin-szigetek>,
        <http://lexvo.org/id/term/ind/Kepulauan%20Virgin%20Inggris>,
        <http://lexvo.org/id/term/isl/Bresku%20J%C3%B3mfr%C3%BAaeyjar>,
        <http://lexvo.org/id/term/ita/Isole%20Vergini%20Britanniche>,
        <http://lexvo.org/id/term/jmc/Visiwa%20vya%20Virgin%20vya%20Uingereza>,
        <http://lexvo.org/id/term/jpn/%E8%8B%B1%E9%A0%98%E3%83%B4%E3%82%A1%E3%83%BC%E3%82%B8%E3%83%B3%E8%AB%B8%E5%B3%B6>,
        <http://lexvo.org/id/term/kab/Tigzirin%20Tiverjiniyin%20Tigliziyin>,
        <http://lexvo.org/id/term/kam/Visiwa%20vya%20Virgin%20vya%20Uingereza>,
        <http://lexvo.org/id/term/kan/%E0%B2%AC%E0%B3%8D%E0%B2%B0%E0%B2%BF%E0%B2%9F%E0%B2%BF%E0%B2%B7%E0%B3%8D%20%E0%B2%B5%E0%B2%B0%E0%B3%8D%E0%B2%9C%E0%B2%BF%E0%B2%A8%E0%B3%8D%20%E0%B2%A6%E0%B3%8D%E0%B2%B5%E0%B3%80%E0%B2%AA%E0%B2%97%E0%B2%B3%E0%B3%81>,
        <http://lexvo.org/id/term/kas/%D8%A8%D9%8E%D8%B1%D8%B7%D8%A7%D9%86%D9%88%DB%8C%20%D8%A4%D8%B1%D8%AC%D9%90%D9%86%20%D8%AC%D9%94%D8%B2%DB%8C%D9%96%D8%B1%D9%95>,
        <http://lexvo.org/id/term/kde/Chisiwa%20Chivihi%20cha%20Wingalesa>,
        <http://lexvo.org/id/term/kea/Ilhas%20Virjens%20Britanikas>,
        <http://lexvo.org/id/term/khm/%E1%9E%80%E1%9F%84%E1%9F%87%E2%80%8B%E1%9E%9C%E1%9E%BA%E1%9E%87%E1%9E%B7%E1%9E%93%E2%80%8B%E1%9E%85%E1%9E%80%E1%9F%92%E1%9E%9A%E1%9E%97%E1%9E%96%E2%80%8B%E1%9E%A2%E1%9E%84%E1%9F%8B%E1%9E%82%E1%9F%92%E1%9E%9B%E1%9F%81%E1%9E%9F>,
        <http://lexvo.org/id/term/khq/Briti%C5%A1i%20Virgin%20gungey>,
        <http://lexvo.org/id/term/kik/Visiwa%20vya%20Virgin%20vya%20Uingereza>,
        <http://lexvo.org/id/term/kln/Ikwembeyotab%20British%20Virgin>,
        <http://lexvo.org/id/term/kor/%EC%98%81%EA%B5%AD%EB%A0%B9%20%EB%B2%84%EC%A7%84%20%EC%95%84%EC%9D%BC%EB%9E%9C%EB%93%9C>,
        <http://lexvo.org/id/term/ksb/Visiwa%20vya%20Vilgin%20vya%20Uingeeza>,
        <http://lexvo.org/id/term/ksf/z%C7%9D%20b%C9%9B%20g%C9%94n%20in%C9%9B%20a%20ing%C9%9Br%C3%ADs>,
        <http://lexvo.org/id/term/ksh/de%20brettesche%20Juffer-Enselle>,
        <http://lexvo.org/id/term/lag/Vis%C3%ADiwa%20vya%20Vig%C3%ADini%20vya%20%C9%84%C9%A8nger%C3%A9esa>,
        <http://lexvo.org/id/term/lao/%E0%BA%9A%E0%BA%A3%E0%BA%B4%E0%BA%97%E0%BA%B4%E0%BA%94%E0%BB%80%E0%BA%A7%E0%BA%B5%E0%BA%88%E0%BA%B4%E0%BA%99%E0%BB%84%E0%BA%AD%E0%BB%81%E0%BA%A5%E0%BA%99>,
        <http://lexvo.org/id/term/lav/Britu%20Vird%C5%BE%C4%ABnas>,
        <http://lexvo.org/id/term/lin/Bisanga%20bya%20Vierzi%20ya%20Ang%C9%9Bl%C9%9Bt%C9%9B%CC%81l%C9%9B>,
        <http://lexvo.org/id/term/lit/Did%C5%BEiosios%20Britanijos%20Mergeli%C5%B3%20Salos>,
        <http://lexvo.org/id/term/lub/Lutanda%20lua%20Vierzi%20wa%20Angeletele>,
        <http://lexvo.org/id/term/lug/Bizinga%20ebya%20Virigini%20ebitwalibwa%20Bungereza>,
        <http://lexvo.org/id/term/luo/British%20Virgin%20Islands>,
        <http://lexvo.org/id/term/luy/Visiwa%20vya%20Virgin%20vya%20Uingereza>,
        <http://lexvo.org/id/term/mal/%E0%B4%AC%E0%B5%8D%E0%B4%B0%E0%B4%BF%E0%B4%9F%E0%B5%8D%E0%B4%9F%E0%B5%80%E0%B4%B7%E0%B5%8D%20%E0%B4%B5%E0%B4%BF%E0%B5%BC%E0%B4%9C%E0%B4%BF%E0%B5%BB%20%E0%B4%A6%E0%B5%8D%E0%B4%B5%E0%B5%80%E0%B4%AA%E0%B5%81%E0%B4%95%E0%B5%BE>,
        <http://lexvo.org/id/term/mar/%E0%A4%AC%E0%A5%8D%E0%A4%B0%E0%A4%BF%E0%A4%9F%E0%A4%BF%E0%A4%B6%20%E0%A4%B5%E0%A5%8D%E0%A4%B9%E0%A4%B0%E0%A5%8D%E0%A4%9C%E0%A4%BF%E0%A4%A8%20%E0%A4%AC%E0%A5%87%E0%A4%9F%E0%A5%87>,
        <http://lexvo.org/id/term/mas/Visiwa%20vya%20Virgin%20vya%20Uingereza>,
        <http://lexvo.org/id/term/mer/A%C4%A9randi%20cia%20Virgin%20cia%20Ngeretha>,
        <http://lexvo.org/id/term/mfe/Zil%20vierz%20britanik>,
        <http://lexvo.org/id/term/mkd/%D0%91%D1%80%D0%B8%D1%82%D0%B0%D0%BD%D1%81%D0%BA%D0%B8%20%D0%94%D0%B5%D0%B2%D1%81%D1%82%D0%B2%D0%B5%D0%BD%D0%B8%20%D0%9E%D1%81%D1%82%D1%80%D0%BE%D0%B2%D0%B8>,
        <http://lexvo.org/id/term/mlg/Nosy%20britanika%20virijiny>,
        <http://lexvo.org/id/term/mlt/British%20Virgin%20Islands>,
        <http://lexvo.org/id/term/mua/ser%20Anglofon%20ma%20la%C5%8Bne>,
        <http://lexvo.org/id/term/mya/%E1%80%97%E1%80%BC%E1%80%AD%E1%80%90%E1%80%AD%E1%80%9E%E1%80%BB%E1%80%BE%20%E1%80%97%E1%80%AC%E1%80%82%E1%80%BB%E1%80%84%E1%80%BA%E1%80%B8%20%E1%80%80%E1%80%BB%E1%80%BD%E1%80%94%E1%80%BA%E1%80%B8%E1%80%85%E1%80%AF>,
        <http://lexvo.org/id/term/naq/British%20Virgin%20Islands>,
        <http://lexvo.org/id/term/nde/British%20Virgin%20Islands>,
        <http://lexvo.org/id/term/nep/%E0%A4%AC%E0%A5%87%E0%A4%B2%E0%A4%BE%E0%A4%AF%E0%A4%A4%E0%A5%80%20%E0%A4%AD%E0%A4%B0%E0%A5%8D%E0%A4%9C%E0%A4%BF%E0%A4%A8%20%E0%A4%9F%E0%A4%BE%E0%A4%AA%E0%A5%81>,
        <http://lexvo.org/id/term/nld/Britse%20Maagdeneilanden>,
        <http://lexvo.org/id/term/nmg/Minsil%C9%9B%CC%81%20m%C3%ADma%C5%8B%20m%C3%AD%20ng%C9%9B%CC%84l%C9%9B%CC%84n>,
        <http://lexvo.org/id/term/nno/Dei%20britiske%20jomfru%C3%B8yane>,
        <http://lexvo.org/id/term/nob/De%20britiske%20jomfru%C3%B8yene>,
        <http://lexvo.org/id/term/nus/Burutic%20dhu%C9%94%CC%B1%C9%94%CC%B1l%20be%CC%B1rgin>,
        <http://lexvo.org/id/term/nyn/Ebizinga%20bya%20Virigini%20ebya%20Bungyereza>,
        <http://lexvo.org/id/term/ori/%E0%AC%AC%E0%AD%8D%E0%AC%B0%E0%AC%BF%E0%AC%9F%E0%AC%BF%E0%AC%B6%E0%AD%8D%20%E0%AC%AD%E0%AC%B0%E0%AD%8D%E0%AC%9C%E0%AC%BF%E0%AC%A8%E0%AD%8D%20%E0%AC%A6%E0%AD%8D%E0%AC%AC%E0%AD%80%E0%AC%AA%E0%AC%AA%E0%AD%81%E0%AC%9E%E0%AD%8D%E0%AC%9C>,
        <http://lexvo.org/id/term/pol/Brytyjskie%20Wyspy%20Dziewicze>,
        <http://lexvo.org/id/term/por/Ilhas%20Virgens%20Brit%C3%A2nicas>,
        <http://lexvo.org/id/term/rof/Visiwa%20vya%20Virgin%20vya%20Uingereza>,
        <http://lexvo.org/id/term/roh/Inslas%20Verginas%20Britannicas>,
        <http://lexvo.org/id/term/ron/Insulele%20Virgine%20Britanice>,
        <http://lexvo.org/id/term/run/Ibirwa%20by'isugi%20by'Abongereza>,
        <http://lexvo.org/id/term/rus/%D0%91%D1%80%D0%B8%D1%82%D0%B0%D0%BD%D1%81%D0%BA%D0%B8%D0%B5%20%D0%92%D0%B8%D1%80%D0%B3%D0%B8%D0%BD%D1%81%D0%BA%D0%B8%D0%B5%20%D0%BE-%D0%B2%D0%B0>,
        <http://lexvo.org/id/term/rwk/Visiwa%20vya%20Virgin%20vya%20Uingereza>,
        <http://lexvo.org/id/term/sag/%C3%82z%C3%B4%C3%A2%20Vi%C3%AEr%C3%AEggo%20t%C3%AE%20Angl%C3%ABe>,
        <http://lexvo.org/id/term/saq/Visiwa%20vya%20Virgin%20vya%20Uingereza>,
        <http://lexvo.org/id/term/sbp/Figunguli%20ifya%20Viliginiya%20ifya%20Uwingelesa>,
        <http://lexvo.org/id/term/seh/Ilhas%20Virgens%20Brit%C3%A2nicas>,
        <http://lexvo.org/id/term/ses/Briti%C5%A1i%20Virgin%20gungey>,
        <http://lexvo.org/id/term/shi-Latn/tigzirin%20timgad%20n%20nngliz>,
        <http://lexvo.org/id/term/shi/%E2%B5%9C%E2%B5%89%E2%B4%B3%E2%B5%A3%E2%B5%89%E2%B5%94%E2%B5%89%E2%B5%8F%20%E2%B5%9C%E2%B5%89%E2%B5%8E%E2%B4%B3%E2%B4%B0%E2%B4%B7%20%E2%B5%8F%20%E2%B5%8F%E2%B5%8F%E2%B4%B3%E2%B5%8D%E2%B5%89%E2%B5%A3>,
        <http://lexvo.org/id/term/sin/%E0%B6%B6%E0%B7%8A%E2%80%8D%E0%B6%BB%E0%B7%92%E0%B6%AD%E0%B7%8F%E0%B6%B1%E0%B7%8A%E2%80%8D%E0%B6%BA%20%E0%B7%80%E0%B6%BB%E0%B7%8A%E0%B6%A2%E0%B7%92%E0%B6%B1%E0%B7%8A%20%E0%B6%AF%E0%B7%96%E0%B6%B4%E0%B6%AD%E0%B7%8A>,
        <http://lexvo.org/id/term/slk/Britsk%C3%A9%20panensk%C3%A9%20ostrovy>,
        <http://lexvo.org/id/term/slv/Britanski%20Devi%C5%A1ki%20otoki>,
        <http://lexvo.org/id/term/sme/Brittania%20Virgin-sullot>,
        <http://lexvo.org/id/term/sna/Zvitsuwa%20zveHingirandi>,
        <http://lexvo.org/id/term/som/British%20Virgin%20Islands>,
        <http://lexvo.org/id/term/spa/Islas%20V%C3%ADrgenes%20Brit%C3%A1nicas>,
        <http://lexvo.org/id/term/srp-Latn/Britanska%20Devi%C4%8Danska%20Ostrva>,
        <http://lexvo.org/id/term/srp/%D0%91%D1%80%D0%B8%D1%82%D0%B0%D0%BD%D1%81%D0%BA%D0%B0%20%D0%94%D0%B5%D0%B2%D0%B8%D1%87%D0%B0%D0%BD%D1%81%D0%BA%D0%B0%20%D0%9E%D1%81%D1%82%D1%80%D0%B2%D0%B0>,
        <http://lexvo.org/id/term/swc/Visiwa%20vya%20Virgin%20vya%20Uingereza>,
        <http://lexvo.org/id/term/swe/Brittiska%20Jungfru%C3%B6arna>,
        <http://lexvo.org/id/term/swh/Visiwa%20vya%20Virgin%20vya%20Uingereza>,
        <http://lexvo.org/id/term/tam/%E0%AE%AA%E0%AE%BF%E0%AE%B0%E0%AE%BF%E0%AE%9F%E0%AF%8D%E0%AE%9F%E0%AF%80%E0%AE%B7%E0%AF%8D%20%E0%AE%95%E0%AE%A9%E0%AF%8D%E0%AE%A9%E0%AE%BF%E0%AE%A4%E0%AF%8D%20%E0%AE%A4%E0%AF%80%E0%AE%B5%E0%AF%81%E0%AE%95%E0%AE%B3%E0%AF%8D>,
        <http://lexvo.org/id/term/tel/%E0%B0%AC%E0%B1%8D%E0%B0%B0%E0%B0%BF%E0%B0%9F%E0%B0%BF%E0%B0%B7%E0%B1%8D%20%E0%B0%B5%E0%B0%B0%E0%B1%8D%E0%B0%9C%E0%B0%BF%E0%B0%A8%E0%B1%8D%20%E0%B0%A6%E0%B1%80%E0%B0%B5%E0%B1%81%E0%B0%B2%E0%B1%81>,
        <http://lexvo.org/id/term/teo/Visiwa%20vya%20Virgin%20vya%20Uingereza>,
        <http://lexvo.org/id/term/tha/%E0%B8%AB%E0%B8%A1%E0%B8%B9%E0%B9%88%E0%B9%80%E0%B8%81%E0%B8%B2%E0%B8%B0%E0%B8%9A%E0%B8%A3%E0%B8%B4%E0%B8%95%E0%B8%B4%E0%B8%8A%E0%B9%80%E0%B8%A7%E0%B8%AD%E0%B8%A3%E0%B9%8C%E0%B8%88%E0%B8%B4%E0%B8%99>,
        <http://lexvo.org/id/term/tig/%E1%8B%A8%E1%8A%A5%E1%8A%95%E1%8C%8D%E1%88%8A%E1%8B%9D%20%E1%8B%B5%E1%8A%95%E1%8C%8D%E1%88%8D%20%E1%8B%B0%E1%88%B4%E1%89%B6%E1%89%BD>,
        <http://lexvo.org/id/term/tir/%E1%8B%A8%E1%8A%A5%E1%8A%95%E1%8C%8D%E1%88%8A%E1%8B%9D%20%E1%8B%B5%E1%8A%95%E1%8C%8D%E1%88%8D%20%E1%8B%B0%E1%88%B4%E1%89%B6%E1%89%BD>,
        <http://lexvo.org/id/term/ton/%CA%BBOtumotu%20Vilikini%20fakapilit%C4%81nia>,
        <http://lexvo.org/id/term/tur/Britanya%20Virjin%20Adalar%C4%B1>,
        <http://lexvo.org/id/term/twq/Briti%C5%A1i%20Virgin%20gungey>,
        <http://lexvo.org/id/term/tzm/Tigzirin%20(Virgin)%20Tib%E1%B9%9Bi%E1%B9%ADaniyin>,
        <http://lexvo.org/id/term/ukr/%D0%92%D1%96%D1%80%D0%B3%D1%96%D0%BD%D1%81%D1%8C%D0%BA%D1%96%20%D0%BE%D1%81%D1%82%D1%80%D0%BE%D0%B2%D0%B8%20%D0%91%D1%80%D0%B8%D1%82%D0%B0%D0%BD%D1%96%D1%97>,
        <http://lexvo.org/id/term/urd/%D8%A8%D8%B1%D9%B9%D8%B4%20%D9%88%D8%B1%D8%AC%D9%86%20%D8%A2%D8%A6%D9%84%DB%8C%D9%86%DA%88%D8%B2>,
        <http://lexvo.org/id/term/vai-Latn/Jeng%C3%A9esi%20Bh%C9%9B%C9%9B%20L%C9%94%20Musu%20Ti%C5%8B%C5%8B%C9%9B>,
        <http://lexvo.org/id/term/vai/%EA%94%9B%EA%94%9F%EA%94%BB%20%EA%97%A9%EA%97%A1%20%EA%97%8F%20%EA%96%B7%EA%96%AC%20%EA%94%B3%EA%98%8B%EA%97%A3>,
        <http://lexvo.org/id/term/vie/Qu%E1%BA%A7n%20%C4%91%E1%BA%A3o%20Virgin%20thu%E1%BB%99c%20Anh>,
        <http://lexvo.org/id/term/vun/Visiwa%20vya%20Virgin%20vya%20Uingereza>,
        <http://lexvo.org/id/term/wae/Briti%C5%A1i%20Jungfr%C3%B6iwinsl%C3%A4>,
        <http://lexvo.org/id/term/wal/%E1%8B%A8%E1%8A%A5%E1%8A%95%E1%8C%8D%E1%88%8A%E1%8B%9D%20%E1%8B%B5%E1%8A%95%E1%8C%8D%E1%88%8D%20%E1%8B%B0%E1%88%B4%E1%89%B6%E1%89%BD>,
        <http://lexvo.org/id/term/xog/Ebizinga%20bya%20Virigini%20ebitwalibwa%20Bungereza>,
        <http://lexvo.org/id/term/yav/Filis%C3%ADin%20ungil%C3%ADs>,
        <http://lexvo.org/id/term/yor/Or%C3%ADl%E1%BA%B9%CC%81%C3%A8de%20Et%C3%ADkun%20F%C3%A1g%C3%ADn%C3%AC%20ti%20%C3%ACl%C3%BA%20B%C3%ADr%C3%ADt%C3%ADs%C3%AC>,
        <http://lexvo.org/id/term/zsm/British%20Virgin%20Islands>,
        <http://lexvo.org/id/term/zul/i-British%20Virgin%20Islands> ;
    owl:sameAs <http://psi.oasis-open.org/iso/3166/#092>,
        <http://sws.geonames.org/3577718/> .

<http://lexvo.org/id/iso3166/VI> a lvont:GeographicRegion ;
    rdfs:label "V.S. Maagde-eilande"@af,
        "U. S. Chwɨlà fɨ Mbuʔmbu"@agq,
        "Amɛrika Virgin Islands"@ak,
        "የአሜሪካ ቨርጂን ደሴቶች"@am,
        "جزر فرجين الأمريكية"@ar,
        "Vithiwa vya Virgin vya Marekani"@asa,
        "Islles Vírxenes Americanes"@ast,
        "ABŞ Virqin Adaları"@az,
        "Bìòn bi kɔnji bi U.S."@bas,
        "Віргінскія астравы, ЗША"@be,
        "Ifisima fya Virgin fya Humelekani"@bez,
        "САЩ, Вирджински острови"@bg,
        "Ameriki ka Sungurunnin Gun"@bm,
        "মার্কিন ভার্জিন দ্বীপপুঞ্জ"@bn,
        "Inizi Gwercʼh ar Stadoù-Unanet"@br,
        "यु.एस. वर्जीन आईलंड्स"@brx,
        "S.A.D. Devičanska Ostrva"@bs,
        "С.А.Д. Девичанска Острва"@bs-Cyrl,
        "የአሜሪካ ቨርጂን ደሴቶች"@byn,
        "Illes Verges Nord-americanes"@ca,
        "Ebizinga bya Virigini ebya Amerika"@cgg,
        "美属维京群岛"@cmn,
        "美屬維京群島"@cmn-Hant,
        "Americké Panenské ostrovy"@cs,
        "Ynysoedd Americanaidd y Wyryf"@cy,
        "De amerikanske jomfruøer"@da,
        "Visiwa vya Virgin vya Marekani"@dav,
        "Amerikanische Jungferninseln"@de,
        "Ameerik Virgin Gungey"@dje,
        "ཝརཇིན་གླིང་ཚོམ་ ཡུ་ཨེས་ཨེ་མངའ་ཁོངས"@dz,
        "Visiwa vya Virgin vya Marekani"@ebu,
        "U.S. Vɛrgin ƒudomekpowo nutome"@ee,
        "Αμερικανικές Παρθένοι Νήσοι"@el,
        "ISO 3166-1:VI"@en,
        "U.S. Virgin Islands"@en,
        "𐐏.𐐝. 𐐚𐐲𐑉𐐾𐐲𐑌 𐐌𐑊𐐲𐑌𐐼𐑆"@en-Dsrt,
        "Usonaj Virgulininsuloj"@eo,
        "Islas Vírgenes de los Estados Unidos"@es,
        "USA Neitsisaared"@et,
        "Birjina uharte amerikarrak"@eu,
        "Minlán Mi Amɛrəkə"@ewo,
        "جزایر ویرجین ایالات متحده"@fa,
        "Duuɗe Kecce Amerik"@ff,
        "Yhdysvaltain Neitsytsaaret"@fi,
        "U.S. Virgin Islands"@fil,
        "Sambandsríki Amerikas Jómfrúoyggjarnar"@fo,
        "Îles Vierges des États-Unis"@fr,
        "Isulis vergjinis americanis"@fur,
        "Oileáin na Maighdean S.A.M."@ga,
        "Eileanan Aimeireagach na Maighdinn"@gd,
        "Illas Virxes Estadounidenses"@gl,
        "Amerikaanischi Jungfere-Insle"@gsw,
        "યુ.એસ વર્જિન આઇલેન્ડ"@gu,
        "Visiwa vya Virgin vya Marekani"@guz,
        "Tsibiran Birjin Ta Amurka"@ha,
        "איי הבתולה האמריקניים"@he,
        "अमेरिकी वर्जिन टापू"@hi,
        "Američki Djevičanski Otoci"@hr,
        "Amerikai Virgin-szigetek"@hu,
        "Kepulauan Virgin A.S."@id,
        "Bandarísku Jómfrúaeyjar"@is,
        "Isole Vergini Americane"@it,
        "米領ヴァージン諸島"@ja,
        "Visiwa vya Virgin vya Marekani"@jmc,
        "W.D. Tigzirin n Virginya"@kab,
        "Visiwa vya Virgin vya Marekani"@kam,
        "Chisiwa Chivihi cha Malekani"@kde,
        "Ilhas Virjens Merkanu"@kea,
        "Ameerik Virgin Gungey"@khq,
        "Visiwa vya Virgin vya Marekani"@ki,
        "Ikwemweiyotab Amerika"@kln,
        "កោះ​វឺជីន​អាមេរិក"@km,
        "ಯು.ಎಸ್. ವರ್ಜಿನ್ ದ್ವೀಪಗಳು"@kn,
        "미국령 버진 아일랜드"@ko,
        "یوٗ ایس ؤرجِن جٔزیٖرٕ"@ks,
        "Visiwa vya Vilgin vya Malekani"@ksb,
        "zǝ bɛ gɔn inɛ á amɛrika"@ksf,
        "de ammärrikahnesche Juffer-Enselle"@ksh,
        "Visíiwa vya Vigíini vya Amerɨ́ka"@lag,
        "Bizinga bya Virigini eby'Amerika"@lg,
        "Bisanga bya Vierzi ya Ameriki"@ln,
        "ຢູເອສເວີຈິນໄອແລນ"@lo,
        "Mergelių Salos (JAV)"@lt,
        "Lutanda lua Vierzi wa Ameriki"@lu,
        "U.S. Virgin Islands"@luo,
        "Visiwa vya Virgin vya Marekani"@luy,
        "ASV Virdžīnas"@lv,
        "Visiwa vya Virgin vya Marekani"@mas,
        "Aĩrandi cia Virgin cia Amerika"@mer,
        "Zil Vierz Lamerik"@mfe,
        "Nosy Virijiny Etazonia"@mg,
        "Девствени Острови на САД"@mk,
        "യു.എസ്. വെർജിൻ ദ്വീപുകൾ"@ml,
        "यू.एस. व्हर्जिन बेटे"@mr,
        "U.S. Virgin Islands"@mt,
        "Sǝr amerika ma laŋne"@mua,
        "ယူအက်စ် ဗာဂျင်း ကျွန်းစု"@my,
        "U.S. Virgin Islands"@naq,
        "De amerikanske jomfruøyene"@nb,
        "U.S. Virgin Islands"@nd,
        "संयुक्त राज्य भर्जिन टापु"@ne,
        "Amerikaanse Maagdeneilanden"@nl,
        "Minsilɛ mí maŋ́ m´Amɛrka"@nmg,
        "Dei amerikanske jomfruøyane"@nn,
        "Ebizinga bya Virigini ebya Amerika"@nyn,
        "ୟୁଏସ୍ ଭର୍ଜିନ୍ ଦ୍ବୀପପୁଞ୍ଜ"@or,
        "Wyspy Dziewicze Stanów Zjednoczonych"@pl,
        "Ilhas Virgens dos EUA"@pt,
        "Inslas Verginas Americanas"@rm,
        "Amazinga y'Isugi y'Abanyamerika"@rn,
        "Insulele Virgine S.U.A."@ro,
        "Visiwa vya Virgin vya Marekani"@rof,
        "Виргинские о-ва (США)"@ru,
        "Visiwa vya Virgin vya Marekani"@rwk,
        "Visiwa vya Virgin vya Marekani"@saq,
        "Figunguli fya Viliginiya ifya Malekani"@sbp,
        "AOS Virgin-sullot"@se,
        "Ilhas Virgens dos EUA"@seh,
        "Ameerik Virgin Gungey"@ses,
        "Âzûâ Virîgo tî Amerîka"@sg,
        "ⵜⵉⴳⵣⵉⵔⵉⵏ ⵜⵉⵎⴳⴰⴷ ⵏ ⵉⵡⵓⵏⴰⴽ ⵎⵓⵏⵏⵉⵏ"@shi,
        "tigzirin timgad n iwunak munnin"@shi-Latn,
        "ඇමරිකානු වර්ජින් දූපත්"@si,
        "Panenské ostrovy - USA"@sk,
        "Ameriški Deviški otoki"@sl,
        "Zvitsuwa zveAmerika"@sn,
        "U.S. Virgin Islands"@so,
        "С.А.Д. Девичанска Острва"@sr,
        "S.A.D. Devičanska Ostrva"@sr-Latn,
        "Amerikanska Jungfruöarna"@sv,
        "Visiwa vya Virgin vya Marekani"@swc,
        "Visiwa vya Virgin vya Marekani"@swh,
        "யூ.எஸ் கன்னித் தீவுகள்"@ta,
        "యు.ఎస్. వర్జిన్ దీవులు"@te,
        "Visiwa vya Virgin vya Marekani"@teo,
        "หมู่เกาะยูเอสเวอร์จิน"@th,
        "የአሜሪካ ቨርጂን ደሴቶች"@ti,
        "የአሜሪካ ቨርጂን ደሴቶች"@tig,
        "ʻOtumotu Vilikini fakaʻamelika"@to,
        "ABD Virjin Adaları"@tr,
        "Ameerik Virgin Gungey"@twq,
        "Tigzirin n Virjin n Iwunak Yedduklen"@tzm,
        "Віргінські острови США"@uk,
        "امریکی ورجن آئلینڈز"@ur,
        "ꕶꕱ ꗩꗡ ꗏ ꖷꖬ ꔳꘋꗣ"@vai,
        "Poo Bhɛɛ lɔ Musu Tiŋŋɛ"@vai-Latn,
        "Quần đảo Virgin thuộc Mỹ"@vi,
        "Visiwa vya Virgin vya Marekani"@vun,
        "Amerikaniši Jungfröiwinslä"@wae,
        "የአሜሪካ ቨርጂን ደሴቶች"@wal,
        "Ebizinga bya Virigini eby'Amerika"@xog,
        "pindisúlɛ́ pi amálíka"@yav,
        "Orílẹ́ède Etikun Fagini ti Amẹrika"@yo,
        "U.S. Virgin Islands"@zsm,
        "i-U.S. Virgin Islands"@zu ;
    lvont:label <http://lexvo.org/id/term/afr/V.S.%20Maagde-eilande>,
        <http://lexvo.org/id/term/agq/U.%20S.%20Chw%C9%A8l%C3%A0%20f%C9%A8%20Mbu%CA%94mbu>,
        <http://lexvo.org/id/term/aka/Am%C9%9Brika%20Virgin%20Islands>,
        <http://lexvo.org/id/term/amh/%E1%8B%A8%E1%8A%A0%E1%88%9C%E1%88%AA%E1%8A%AB%20%E1%89%A8%E1%88%AD%E1%8C%82%E1%8A%95%20%E1%8B%B0%E1%88%B4%E1%89%B6%E1%89%BD>,
        <http://lexvo.org/id/term/ara/%D8%AC%D8%B2%D8%B1%20%D9%81%D8%B1%D8%AC%D9%8A%D9%86%20%D8%A7%D9%84%D8%A3%D9%85%D8%B1%D9%8A%D9%83%D9%8A%D8%A9>,
        <http://lexvo.org/id/term/asa/Vithiwa%20vya%20Virgin%20vya%20Marekani>,
        <http://lexvo.org/id/term/ast/Islles%20V%C3%ADrxenes%20Americanes>,
        <http://lexvo.org/id/term/aze/AB%C5%9E%20Virqin%20Adalar%C4%B1>,
        <http://lexvo.org/id/term/bam/Ameriki%20ka%20Sungurunnin%20Gun>,
        <http://lexvo.org/id/term/bas/B%C3%AC%C3%B2n%20bi%20k%C9%94nji%20bi%20U.S.>,
        <http://lexvo.org/id/term/bel/%D0%92%D1%96%D1%80%D0%B3%D1%96%D0%BD%D1%81%D0%BA%D1%96%D1%8F%20%D0%B0%D1%81%D1%82%D1%80%D0%B0%D0%B2%D1%8B%2C%20%D0%97%D0%A8%D0%90>,
        <http://lexvo.org/id/term/ben/%E0%A6%AE%E0%A6%BE%E0%A6%B0%E0%A7%8D%E0%A6%95%E0%A6%BF%E0%A6%A8%20%E0%A6%AD%E0%A6%BE%E0%A6%B0%E0%A7%8D%E0%A6%9C%E0%A6%BF%E0%A6%A8%20%E0%A6%A6%E0%A7%8D%E0%A6%AC%E0%A7%80%E0%A6%AA%E0%A6%AA%E0%A7%81%E0%A6%9E%E0%A7%8D%E0%A6%9C>,
        <http://lexvo.org/id/term/bez/Ifisima%20fya%20Virgin%20fya%20Humelekani>,
        <http://lexvo.org/id/term/bos-Cyrl/%D0%A1.%D0%90.%D0%94.%20%D0%94%D0%B5%D0%B2%D0%B8%D1%87%D0%B0%D0%BD%D1%81%D0%BA%D0%B0%20%D0%9E%D1%81%D1%82%D1%80%D0%B2%D0%B0>,
        <http://lexvo.org/id/term/bos/S.A.D.%20Devi%C4%8Danska%20Ostrva>,
        <http://lexvo.org/id/term/bre/Inizi%20Gwerc%CA%BCh%20ar%20Stado%C3%B9-Unanet>,
        <http://lexvo.org/id/term/brx/%E0%A4%AF%E0%A5%81.%E0%A4%8F%E0%A4%B8.%20%E0%A4%B5%E0%A4%B0%E0%A5%8D%E0%A4%9C%E0%A5%80%E0%A4%A8%20%E0%A4%86%E0%A4%88%E0%A4%B2%E0%A4%82%E0%A4%A1%E0%A5%8D%E0%A4%B8>,
        <http://lexvo.org/id/term/bul/%D0%A1%D0%90%D0%A9%2C%20%D0%92%D0%B8%D1%80%D0%B4%D0%B6%D0%B8%D0%BD%D1%81%D0%BA%D0%B8%20%D0%BE%D1%81%D1%82%D1%80%D0%BE%D0%B2%D0%B8>,
        <http://lexvo.org/id/term/byn/%E1%8B%A8%E1%8A%A0%E1%88%9C%E1%88%AA%E1%8A%AB%20%E1%89%A8%E1%88%AD%E1%8C%82%E1%8A%95%20%E1%8B%B0%E1%88%B4%E1%89%B6%E1%89%BD>,
        <http://lexvo.org/id/term/cat/Illes%20Verges%20Nord-americanes>,
        <http://lexvo.org/id/term/ces/Americk%C3%A9%20Panensk%C3%A9%20ostrovy>,
        <http://lexvo.org/id/term/cgg/Ebizinga%20bya%20Virigini%20ebya%20Amerika>,
        <http://lexvo.org/id/term/cmn-Hant/%E7%BE%8E%E5%B1%AC%E7%B6%AD%E4%BA%AC%E7%BE%A4%E5%B3%B6>,
        <http://lexvo.org/id/term/cmn/%E7%BE%8E%E5%B1%9E%E7%BB%B4%E4%BA%AC%E7%BE%A4%E5%B2%9B>,
        <http://lexvo.org/id/term/cym/Ynysoedd%20Americanaidd%20y%20Wyryf>,
        <http://lexvo.org/id/term/dan/De%20amerikanske%20jomfru%C3%B8er>,
        <http://lexvo.org/id/term/dav/Visiwa%20vya%20Virgin%20vya%20Marekani>,
        <http://lexvo.org/id/term/deu/Amerikanische%20Jungferninseln>,
        <http://lexvo.org/id/term/dje/Ameerik%20Virgin%20Gungey>,
        <http://lexvo.org/id/term/dzo/%E0%BD%9D%E0%BD%A2%E0%BD%87%E0%BD%B2%E0%BD%93%E0%BC%8B%E0%BD%82%E0%BE%B3%E0%BD%B2%E0%BD%84%E0%BC%8B%E0%BD%9A%E0%BD%BC%E0%BD%98%E0%BC%8B%20%E0%BD%A1%E0%BD%B4%E0%BC%8B%E0%BD%A8%E0%BD%BA%E0%BD%A6%E0%BC%8B%E0%BD%A8%E0%BD%BA%E0%BC%8B%E0%BD%98%E0%BD%84%E0%BD%A0%E0%BC%8B%E0%BD%81%E0%BD%BC%E0%BD%84%E0%BD%A6>,
        <http://lexvo.org/id/term/ebu/Visiwa%20vya%20Virgin%20vya%20Marekani>,
        <http://lexvo.org/id/term/ell/%CE%91%CE%BC%CE%B5%CF%81%CE%B9%CE%BA%CE%B1%CE%BD%CE%B9%CE%BA%CE%AD%CF%82%20%CE%A0%CE%B1%CF%81%CE%B8%CE%AD%CE%BD%CE%BF%CE%B9%20%CE%9D%CE%AE%CF%83%CE%BF%CE%B9>,
        <http://lexvo.org/id/term/eng-Dsrt/%F0%90%90%8F.%F0%90%90%9D.%20%F0%90%90%9A%F0%90%90%B2%F0%90%91%89%F0%90%90%BE%F0%90%90%B2%F0%90%91%8C%20%F0%90%90%8C%F0%90%91%8A%F0%90%90%B2%F0%90%91%8C%F0%90%90%BC%F0%90%91%86>,
        <http://lexvo.org/id/term/eng/ISO%203166-1%3AVI>,
        <http://lexvo.org/id/term/eng/U.S.%20Virgin%20Islands>,
        <http://lexvo.org/id/term/epo/Usonaj%20Virgulininsuloj>,
        <http://lexvo.org/id/term/est/USA%20Neitsisaared>,
        <http://lexvo.org/id/term/eus/Birjina%20uharte%20amerikarrak>,
        <http://lexvo.org/id/term/ewe/U.S.%20V%C9%9Brgin%20%C6%92udomekpowo%20nutome>,
        <http://lexvo.org/id/term/ewo/Minl%C3%A1n%20Mi%20Am%C9%9Br%C9%99k%C9%99>,
        <http://lexvo.org/id/term/fao/Sambandsr%C3%ADki%20Amerikas%20J%C3%B3mfr%C3%BAoyggjarnar>,
        <http://lexvo.org/id/term/fas/%D8%AC%D8%B2%D8%A7%DB%8C%D8%B1%20%D9%88%DB%8C%D8%B1%D8%AC%DB%8C%D9%86%20%D8%A7%DB%8C%D8%A7%D9%84%D8%A7%D8%AA%20%D9%85%D8%AA%D8%AD%D8%AF%D9%87>,
        <http://lexvo.org/id/term/fil/U.S.%20Virgin%20Islands>,
        <http://lexvo.org/id/term/fin/Yhdysvaltain%20Neitsytsaaret>,
        <http://lexvo.org/id/term/fra/%C3%8Eles%20Vierges%20des%20%C3%89tats-Unis>,
        <http://lexvo.org/id/term/ful/Duu%C9%97e%20Kecce%20Amerik>,
        <http://lexvo.org/id/term/fur/Isulis%20vergjinis%20americanis>,
        <http://lexvo.org/id/term/gla/Eileanan%20Aimeireagach%20na%20Maighdinn>,
        <http://lexvo.org/id/term/gle/Oile%C3%A1in%20na%20Maighdean%20S.A.M.>,
        <http://lexvo.org/id/term/glg/Illas%20Virxes%20Estadounidenses>,
        <http://lexvo.org/id/term/gsw/Amerikaanischi%20Jungfere-Insle>,
        <http://lexvo.org/id/term/guj/%E0%AA%AF%E0%AB%81.%E0%AA%8F%E0%AA%B8%20%E0%AA%B5%E0%AA%B0%E0%AB%8D%E0%AA%9C%E0%AA%BF%E0%AA%A8%20%E0%AA%86%E0%AA%87%E0%AA%B2%E0%AB%87%E0%AA%A8%E0%AB%8D%E0%AA%A1>,
        <http://lexvo.org/id/term/guz/Visiwa%20vya%20Virgin%20vya%20Marekani>,
        <http://lexvo.org/id/term/hau/Tsibiran%20Birjin%20Ta%20Amurka>,
        <http://lexvo.org/id/term/heb/%D7%90%D7%99%D7%99%20%D7%94%D7%91%D7%AA%D7%95%D7%9C%D7%94%20%D7%94%D7%90%D7%9E%D7%A8%D7%99%D7%A7%D7%A0%D7%99%D7%99%D7%9D>,
        <http://lexvo.org/id/term/hin/%E0%A4%85%E0%A4%AE%E0%A5%87%E0%A4%B0%E0%A4%BF%E0%A4%95%E0%A5%80%20%E0%A4%B5%E0%A4%B0%E0%A5%8D%E0%A4%9C%E0%A4%BF%E0%A4%A8%20%E0%A4%9F%E0%A4%BE%E0%A4%AA%E0%A5%82>,
        <http://lexvo.org/id/term/hrv/Ameri%C4%8Dki%20Djevi%C4%8Danski%20Otoci>,
        <http://lexvo.org/id/term/hun/Amerikai%20Virgin-szigetek>,
        <http://lexvo.org/id/term/ind/Kepulauan%20Virgin%20A.S.>,
        <http://lexvo.org/id/term/isl/Bandar%C3%ADsku%20J%C3%B3mfr%C3%BAaeyjar>,
        <http://lexvo.org/id/term/ita/Isole%20Vergini%20Americane>,
        <http://lexvo.org/id/term/jmc/Visiwa%20vya%20Virgin%20vya%20Marekani>,
        <http://lexvo.org/id/term/jpn/%E7%B1%B3%E9%A0%98%E3%83%B4%E3%82%A1%E3%83%BC%E3%82%B8%E3%83%B3%E8%AB%B8%E5%B3%B6>,
        <http://lexvo.org/id/term/kab/W.D.%20Tigzirin%20n%20Virginya>,
        <http://lexvo.org/id/term/kam/Visiwa%20vya%20Virgin%20vya%20Marekani>,
        <http://lexvo.org/id/term/kan/%E0%B2%AF%E0%B3%81.%E0%B2%8E%E0%B2%B8%E0%B3%8D.%20%E0%B2%B5%E0%B2%B0%E0%B3%8D%E0%B2%9C%E0%B2%BF%E0%B2%A8%E0%B3%8D%20%E0%B2%A6%E0%B3%8D%E0%B2%B5%E0%B3%80%E0%B2%AA%E0%B2%97%E0%B2%B3%E0%B3%81>,
        <http://lexvo.org/id/term/kas/%DB%8C%D9%88%D9%97%20%D8%A7%DB%8C%D8%B3%20%D8%A4%D8%B1%D8%AC%D9%90%D9%86%20%D8%AC%D9%94%D8%B2%DB%8C%D9%96%D8%B1%D9%95>,
        <http://lexvo.org/id/term/kde/Chisiwa%20Chivihi%20cha%20Malekani>,
        <http://lexvo.org/id/term/kea/Ilhas%20Virjens%20Merkanu>,
        <http://lexvo.org/id/term/khm/%E1%9E%80%E1%9F%84%E1%9F%87%E2%80%8B%E1%9E%9C%E1%9E%BA%E1%9E%87%E1%9E%B8%E1%9E%93%E2%80%8B%E1%9E%A2%E1%9E%B6%E1%9E%98%E1%9F%81%E1%9E%9A%E1%9E%B7%E1%9E%80>,
        <http://lexvo.org/id/term/khq/Ameerik%20Virgin%20Gungey>,
        <http://lexvo.org/id/term/kik/Visiwa%20vya%20Virgin%20vya%20Marekani>,
        <http://lexvo.org/id/term/kln/Ikwemweiyotab%20Amerika>,
        <http://lexvo.org/id/term/kor/%EB%AF%B8%EA%B5%AD%EB%A0%B9%20%EB%B2%84%EC%A7%84%20%EC%95%84%EC%9D%BC%EB%9E%9C%EB%93%9C>,
        <http://lexvo.org/id/term/ksb/Visiwa%20vya%20Vilgin%20vya%20Malekani>,
        <http://lexvo.org/id/term/ksf/z%C7%9D%20b%C9%9B%20g%C9%94n%20in%C9%9B%20%C3%A1%20am%C9%9Brika>,
        <http://lexvo.org/id/term/ksh/de%20amm%C3%A4rrikahnesche%20Juffer-Enselle>,
        <http://lexvo.org/id/term/lag/Vis%C3%ADiwa%20vya%20Vig%C3%ADini%20vya%20Amer%C9%A8%CC%81ka>,
        <http://lexvo.org/id/term/lao/%E0%BA%A2%E0%BA%B9%E0%BB%80%E0%BA%AD%E0%BA%AA%E0%BB%80%E0%BA%A7%E0%BA%B5%E0%BA%88%E0%BA%B4%E0%BA%99%E0%BB%84%E0%BA%AD%E0%BB%81%E0%BA%A5%E0%BA%99>,
        <http://lexvo.org/id/term/lav/ASV%20Vird%C5%BE%C4%ABnas>,
        <http://lexvo.org/id/term/lin/Bisanga%20bya%20Vierzi%20ya%20Ameriki>,
        <http://lexvo.org/id/term/lit/Mergeli%C5%B3%20Salos%20(JAV)>,
        <http://lexvo.org/id/term/lub/Lutanda%20lua%20Vierzi%20wa%20Ameriki>,
        <http://lexvo.org/id/term/lug/Bizinga%20bya%20Virigini%20eby'Amerika>,
        <http://lexvo.org/id/term/luo/U.S.%20Virgin%20Islands>,
        <http://lexvo.org/id/term/luy/Visiwa%20vya%20Virgin%20vya%20Marekani>,
        <http://lexvo.org/id/term/mal/%E0%B4%AF%E0%B5%81.%E0%B4%8E%E0%B4%B8%E0%B5%8D.%20%E0%B4%B5%E0%B5%86%E0%B5%BC%E0%B4%9C%E0%B4%BF%E0%B5%BB%20%E0%B4%A6%E0%B5%8D%E0%B4%B5%E0%B5%80%E0%B4%AA%E0%B5%81%E0%B4%95%E0%B5%BE>,
        <http://lexvo.org/id/term/mar/%E0%A4%AF%E0%A5%82.%E0%A4%8F%E0%A4%B8.%20%E0%A4%B5%E0%A5%8D%E0%A4%B9%E0%A4%B0%E0%A5%8D%E0%A4%9C%E0%A4%BF%E0%A4%A8%20%E0%A4%AC%E0%A5%87%E0%A4%9F%E0%A5%87>,
        <http://lexvo.org/id/term/mas/Visiwa%20vya%20Virgin%20vya%20Marekani>,
        <http://lexvo.org/id/term/mer/A%C4%A9randi%20cia%20Virgin%20cia%20Amerika>,
        <http://lexvo.org/id/term/mfe/Zil%20Vierz%20Lamerik>,
        <http://lexvo.org/id/term/mkd/%D0%94%D0%B5%D0%B2%D1%81%D1%82%D0%B2%D0%B5%D0%BD%D0%B8%20%D0%9E%D1%81%D1%82%D1%80%D0%BE%D0%B2%D0%B8%20%D0%BD%D0%B0%20%D0%A1%D0%90%D0%94>,
        <http://lexvo.org/id/term/mlg/Nosy%20Virijiny%20Etazonia>,
        <http://lexvo.org/id/term/mlt/U.S.%20Virgin%20Islands>,
        <http://lexvo.org/id/term/mua/S%C7%9Dr%20amerika%20ma%20la%C5%8Bne>,
        <http://lexvo.org/id/term/mya/%E1%80%9A%E1%80%B0%E1%80%A1%E1%80%80%E1%80%BA%E1%80%85%E1%80%BA%20%E1%80%97%E1%80%AC%E1%80%82%E1%80%BB%E1%80%84%E1%80%BA%E1%80%B8%20%E1%80%80%E1%80%BB%E1%80%BD%E1%80%94%E1%80%BA%E1%80%B8%E1%80%85%E1%80%AF>,
        <http://lexvo.org/id/term/naq/U.S.%20Virgin%20Islands>,
        <http://lexvo.org/id/term/nde/U.S.%20Virgin%20Islands>,
        <http://lexvo.org/id/term/nep/%E0%A4%B8%E0%A4%82%E0%A4%AF%E0%A5%81%E0%A4%95%E0%A5%8D%E0%A4%A4%20%E0%A4%B0%E0%A4%BE%E0%A4%9C%E0%A5%8D%E0%A4%AF%20%E0%A4%AD%E0%A4%B0%E0%A5%8D%E0%A4%9C%E0%A4%BF%E0%A4%A8%20%E0%A4%9F%E0%A4%BE%E0%A4%AA%E0%A5%81>,
        <http://lexvo.org/id/term/nld/Amerikaanse%20Maagdeneilanden>,
        <http://lexvo.org/id/term/nmg/Minsil%C9%9B%20m%C3%AD%20ma%C5%8B%CC%81%20m%C2%B4Am%C9%9Brka>,
        <http://lexvo.org/id/term/nno/Dei%20amerikanske%20jomfru%C3%B8yane>,
        <http://lexvo.org/id/term/nob/De%20amerikanske%20jomfru%C3%B8yene>,
        <http://lexvo.org/id/term/nyn/Ebizinga%20bya%20Virigini%20ebya%20Amerika>,
        <http://lexvo.org/id/term/ori/%E0%AD%9F%E0%AD%81%E0%AC%8F%E0%AC%B8%E0%AD%8D%20%E0%AC%AD%E0%AC%B0%E0%AD%8D%E0%AC%9C%E0%AC%BF%E0%AC%A8%E0%AD%8D%20%E0%AC%A6%E0%AD%8D%E0%AC%AC%E0%AD%80%E0%AC%AA%E0%AC%AA%E0%AD%81%E0%AC%9E%E0%AD%8D%E0%AC%9C>,
        <http://lexvo.org/id/term/pol/Wyspy%20Dziewicze%20Stan%C3%B3w%20Zjednoczonych>,
        <http://lexvo.org/id/term/por/Ilhas%20Virgens%20dos%20EUA>,
        <http://lexvo.org/id/term/rof/Visiwa%20vya%20Virgin%20vya%20Marekani>,
        <http://lexvo.org/id/term/roh/Inslas%20Verginas%20Americanas>,
        <http://lexvo.org/id/term/ron/Insulele%20Virgine%20S.U.A.>,
        <http://lexvo.org/id/term/run/Amazinga%20y'Isugi%20y'Abanyamerika>,
        <http://lexvo.org/id/term/rus/%D0%92%D0%B8%D1%80%D0%B3%D0%B8%D0%BD%D1%81%D0%BA%D0%B8%D0%B5%20%D0%BE-%D0%B2%D0%B0%20(%D0%A1%D0%A8%D0%90)>,
        <http://lexvo.org/id/term/rwk/Visiwa%20vya%20Virgin%20vya%20Marekani>,
        <http://lexvo.org/id/term/sag/%C3%82z%C3%BB%C3%A2%20Vir%C3%AEgo%20t%C3%AE%20Amer%C3%AEka>,
        <http://lexvo.org/id/term/saq/Visiwa%20vya%20Virgin%20vya%20Marekani>,
        <http://lexvo.org/id/term/sbp/Figunguli%20fya%20Viliginiya%20ifya%20Malekani>,
        <http://lexvo.org/id/term/seh/Ilhas%20Virgens%20dos%20EUA>,
        <http://lexvo.org/id/term/ses/Ameerik%20Virgin%20Gungey>,
        <http://lexvo.org/id/term/shi-Latn/tigzirin%20timgad%20n%20iwunak%20munnin>,
        <http://lexvo.org/id/term/shi/%E2%B5%9C%E2%B5%89%E2%B4%B3%E2%B5%A3%E2%B5%89%E2%B5%94%E2%B5%89%E2%B5%8F%20%E2%B5%9C%E2%B5%89%E2%B5%8E%E2%B4%B3%E2%B4%B0%E2%B4%B7%20%E2%B5%8F%20%E2%B5%89%E2%B5%A1%E2%B5%93%E2%B5%8F%E2%B4%B0%E2%B4%BD%20%E2%B5%8E%E2%B5%93%E2%B5%8F%E2%B5%8F%E2%B5%89%E2%B5%8F>,
        <http://lexvo.org/id/term/sin/%E0%B6%87%E0%B6%B8%E0%B6%BB%E0%B7%92%E0%B6%9A%E0%B7%8F%E0%B6%B1%E0%B7%94%20%E0%B7%80%E0%B6%BB%E0%B7%8A%E0%B6%A2%E0%B7%92%E0%B6%B1%E0%B7%8A%20%E0%B6%AF%E0%B7%96%E0%B6%B4%E0%B6%AD%E0%B7%8A>,
        <http://lexvo.org/id/term/slk/Panensk%C3%A9%20ostrovy%20-%20USA>,
        <http://lexvo.org/id/term/slv/Ameri%C5%A1ki%20Devi%C5%A1ki%20otoki>,
        <http://lexvo.org/id/term/sme/AOS%20Virgin-sullot>,
        <http://lexvo.org/id/term/sna/Zvitsuwa%20zveAmerika>,
        <http://lexvo.org/id/term/som/U.S.%20Virgin%20Islands>,
        <http://lexvo.org/id/term/spa/Islas%20V%C3%ADrgenes%20de%20los%20Estados%20Unidos>,
        <http://lexvo.org/id/term/srp-Latn/S.A.D.%20Devi%C4%8Danska%20Ostrva>,
        <http://lexvo.org/id/term/srp/%D0%A1.%D0%90.%D0%94.%20%D0%94%D0%B5%D0%B2%D0%B8%D1%87%D0%B0%D0%BD%D1%81%D0%BA%D0%B0%20%D0%9E%D1%81%D1%82%D1%80%D0%B2%D0%B0>,
        <http://lexvo.org/id/term/swc/Visiwa%20vya%20Virgin%20vya%20Marekani>,
        <http://lexvo.org/id/term/swe/Amerikanska%20Jungfru%C3%B6arna>,
        <http://lexvo.org/id/term/swh/Visiwa%20vya%20Virgin%20vya%20Marekani>,
        <http://lexvo.org/id/term/tam/%E0%AE%AF%E0%AF%82.%E0%AE%8E%E0%AE%B8%E0%AF%8D%20%E0%AE%95%E0%AE%A9%E0%AF%8D%E0%AE%A9%E0%AE%BF%E0%AE%A4%E0%AF%8D%20%E0%AE%A4%E0%AF%80%E0%AE%B5%E0%AF%81%E0%AE%95%E0%AE%B3%E0%AF%8D>,
        <http://lexvo.org/id/term/tel/%E0%B0%AF%E0%B1%81.%E0%B0%8E%E0%B0%B8%E0%B1%8D.%20%E0%B0%B5%E0%B0%B0%E0%B1%8D%E0%B0%9C%E0%B0%BF%E0%B0%A8%E0%B1%8D%20%E0%B0%A6%E0%B1%80%E0%B0%B5%E0%B1%81%E0%B0%B2%E0%B1%81>,
        <http://lexvo.org/id/term/teo/Visiwa%20vya%20Virgin%20vya%20Marekani>,
        <http://lexvo.org/id/term/tha/%E0%B8%AB%E0%B8%A1%E0%B8%B9%E0%B9%88%E0%B9%80%E0%B8%81%E0%B8%B2%E0%B8%B0%E0%B8%A2%E0%B8%B9%E0%B9%80%E0%B8%AD%E0%B8%AA%E0%B9%80%E0%B8%A7%E0%B8%AD%E0%B8%A3%E0%B9%8C%E0%B8%88%E0%B8%B4%E0%B8%99>,
        <http://lexvo.org/id/term/tig/%E1%8B%A8%E1%8A%A0%E1%88%9C%E1%88%AA%E1%8A%AB%20%E1%89%A8%E1%88%AD%E1%8C%82%E1%8A%95%20%E1%8B%B0%E1%88%B4%E1%89%B6%E1%89%BD>,
        <http://lexvo.org/id/term/tir/%E1%8B%A8%E1%8A%A0%E1%88%9C%E1%88%AA%E1%8A%AB%20%E1%89%A8%E1%88%AD%E1%8C%82%E1%8A%95%20%E1%8B%B0%E1%88%B4%E1%89%B6%E1%89%BD>,
        <http://lexvo.org/id/term/ton/%CA%BBOtumotu%20Vilikini%20faka%CA%BBamelika>,
        <http://lexvo.org/id/term/tur/ABD%20Virjin%20Adalar%C4%B1>,
        <http://lexvo.org/id/term/twq/Ameerik%20Virgin%20Gungey>,
        <http://lexvo.org/id/term/tzm/Tigzirin%20n%20Virjin%20n%20Iwunak%20Yedduklen>,
        <http://lexvo.org/id/term/ukr/%D0%92%D1%96%D1%80%D0%B3%D1%96%D0%BD%D1%81%D1%8C%D0%BA%D1%96%20%D0%BE%D1%81%D1%82%D1%80%D0%BE%D0%B2%D0%B8%20%D0%A1%D0%A8%D0%90>,
        <http://lexvo.org/id/term/urd/%D8%A7%D9%85%D8%B1%DB%8C%DA%A9%DB%8C%20%D9%88%D8%B1%D8%AC%D9%86%20%D8%A2%D8%A6%D9%84%DB%8C%D9%86%DA%88%D8%B2>,
        <http://lexvo.org/id/term/vai-Latn/Poo%20Bh%C9%9B%C9%9B%20l%C9%94%20Musu%20Ti%C5%8B%C5%8B%C9%9B>,
        <http://lexvo.org/id/term/vai/%EA%95%B6%EA%95%B1%20%EA%97%A9%EA%97%A1%20%EA%97%8F%20%EA%96%B7%EA%96%AC%20%EA%94%B3%EA%98%8B%EA%97%A3>,
        <http://lexvo.org/id/term/vie/Qu%E1%BA%A7n%20%C4%91%E1%BA%A3o%20Virgin%20thu%E1%BB%99c%20M%E1%BB%B9>,
        <http://lexvo.org/id/term/vun/Visiwa%20vya%20Virgin%20vya%20Marekani>,
        <http://lexvo.org/id/term/wae/Amerikani%C5%A1i%20Jungfr%C3%B6iwinsl%C3%A4>,
        <http://lexvo.org/id/term/wal/%E1%8B%A8%E1%8A%A0%E1%88%9C%E1%88%AA%E1%8A%AB%20%E1%89%A8%E1%88%AD%E1%8C%82%E1%8A%95%20%E1%8B%B0%E1%88%B4%E1%89%B6%E1%89%BD>,
        <http://lexvo.org/id/term/xog/Ebizinga%20bya%20Virigini%20eby'Amerika>,
        <http://lexvo.org/id/term/yav/pindis%C3%BAl%C9%9B%CC%81%20pi%20am%C3%A1l%C3%ADka>,
        <http://lexvo.org/id/term/yor/Or%C3%ADl%E1%BA%B9%CC%81%C3%A8de%20Etikun%20Fagini%20ti%20Am%E1%BA%B9rika>,
        <http://lexvo.org/id/term/zsm/U.S.%20Virgin%20Islands>,
        <http://lexvo.org/id/term/zul/i-U.S.%20Virgin%20Islands> ;
    owl:sameAs <http://psi.oasis-open.org/iso/3166/#850>,
        <http://sws.geonames.org/4796775/> .

<http://lexvo.org/id/iso3166/VN> a lvont:GeographicRegion ;
    rdfs:label "Viëtnam"@af,
        "Vìyɛnàm"@agq,
        "Viɛtnam"@ak,
        "ቬትናም"@am,
        "فيتنام"@ar,
        "Vietinamu"@asa,
        "Vietnam"@ast,
        "Vyetnam"@az,
        "Vìɛ̀dnâm"@bas,
        "В'етнам"@be,
        "Huvietinamu"@bez,
        "Виетнам"@bg,
        "Wiyɛtinamu"@bm,
        "ভিয়েতনাম"@bn,
        "བི་དི་ནམ།"@bo,
        "Viêt Nam"@br,
        "वियतनाम"@brx,
        "Vijetnam"@bs,
        "Вијетнам"@bs-Cyrl,
        "Vietnam"@ca,
        "Viyetinaamu"@cgg,
        "越南"@cmn,
        "越南"@cmn-Hant,
        "Vietnam"@cs,
        "Fietnam"@cy,
        "Vietnam"@da,
        "Vietinamu"@dav,
        "Vietnam"@de,
        "Vietnaam"@dje,
        "བེཊ་ནཱམ"@dz,
        "Vietinamu"@ebu,
        "Vietnam nutome"@ee,
        "Βιετνάμ"@el,
        "ISO 3166-1:VN"@en,
        "Vietnam"@en,
        "𐐚𐐨𐐯𐐻𐑌𐐪𐑋"@en-Dsrt,
        "Vjetnamo"@eo,
        "Vietnam"@es,
        "Vietnam"@et,
        "Vietnam"@eu,
        "Viɛdənám"@ewo,
        "ویتنام"@fa,
        "Wiyetnaam"@ff,
        "Vietnam"@fi,
        "Vietnam"@fil,
        "Vietnam"@fo,
        "Viêt Nam"@fr,
        "Vietnam"@fur,
        "Vít Neam"@ga,
        "Bhiet-Nam"@gd,
        "Vietnam"@gl,
        "Wietnam"@gsw,
        "વિયેતનામ"@gu,
        "Vietinamu"@guz,
        "Biyetinam"@ha,
        "וייטנאם"@he,
        "वियतनाम"@hi,
        "Vijetnam"@hr,
        "Vietnam"@hu,
        "Վիետնամ"@hy,
        "Vietnam"@id,
        "Víetnam"@is,
        "Vietnam"@it,
        "ベトナム"@ja,
        "Vietinamu"@jmc,
        "ვიეტნამი"@ka,
        "Vyeṭnam"@kab,
        "Vietinamu"@kam,
        "Vietinamu"@kde,
        "Vietnam"@kea,
        "Vietnaam"@khq,
        "Vietinamu"@ki,
        "Vietnam"@kl,
        "Emetab Vietnam"@kln,
        "វៀតណាម"@km,
        "ವಿಯೇಟ್ನಾಮ್"@kn,
        "베트남"@ko,
        "ویٹِنام"@ks,
        "Vietinamu"@ksb,
        "wyɛtnám"@ksf,
        "Vijätnamm"@ksh,
        "Vietináamu"@lag,
        "Vyetinaamu"@lg,
        "Viyetinamɛ"@ln,
        "ສສ ຫວຽດນາມ"@lo,
        "Vietnamas"@lt,
        "Viyetiname"@lu,
        "Vietnam"@luo,
        "Vietinamu"@luy,
        "Vjetnama"@lv,
        "Vietinamu"@mas,
        "Vietinamu"@mer,
        "Vietnam"@mfe,
        "Vietnam"@mg,
        "Uvietinamu"@mgh,
        "Виетнам"@mk,
        "വിയറ്റ്നാം"@ml,
        "व्हिएतनाम"@mr,
        "Vjetnam"@mt,
        "Sǝr Vietnam"@mua,
        "ဗီယက်နမ်"@my,
        "Vietnammi"@naq,
        "Vietnam"@nb,
        "Vietnam"@nd,
        "भिएतनाम"@ne,
        "Vietnam"@nl,
        "Viɛtnam"@nmg,
        "Vietnam"@nn,
        "Viyetinaamu"@nyn,
        "ଭିଏତନାମ୍"@or,
        "Wietnam"@pl,
        "Vietname"@pt,
        "Vietnã"@pt,
        "Vietnam"@rm,
        "Viyetinamu"@rn,
        "Vietnam"@ro,
        "Vietinamu"@rof,
        "Вьетнам"@ru,
        "Vietinamu"@rwk,
        "Vietinamu"@saq,
        "Vietinamu"@sbp,
        "Vietnam"@se,
        "Vietnã"@seh,
        "Vietnaam"@ses,
        "Vietnäm"@sg,
        "ⴼⵉⵜⵏⴰⵎ"@shi,
        "fitnam"@shi-Latn,
        "වියට්නාමය"@si,
        "Vietnam"@sk,
        "Vietnam"@sl,
        "Vietnam"@sn,
        "Fiyetnaam"@so,
        "Вијетнам"@sr,
        "Vijetnam"@sr-Latn,
        "Vietnam"@sv,
        "Vietinamu"@swc,
        "Vietinamu"@swh,
        "வியட்நாம்"@ta,
        "వియట్నాం"@te,
        "Vietinamu"@teo,
        "เวียดนาม"@th,
        "ቬትናም"@ti,
        "Vietinemi"@to,
        "Vietnam"@tr,
        "Vietnaam"@twq,
        "Viṭnam"@tzm,
        "Вʼєтнам"@uk,
        "ویتنام"@ur,
        "ꗲꕇꖮꔃꕞ"@vai,
        "Viyanami"@vai-Latn,
        "Việt Nam"@vi,
        "Vietinamu"@vun,
        "Vietnam"@wae,
        "Vyetinaamu"@xog,
        "fiɛtnáam"@yav,
        "Orílẹ́ède Fẹtinami"@yo,
        "Vietnam"@zsm,
        "i-Vietnam"@zu ;
    lvont:label <http://lexvo.org/id/term/afr/Vi%C3%ABtnam>,
        <http://lexvo.org/id/term/agq/V%C3%ACy%C9%9Bn%C3%A0m>,
        <http://lexvo.org/id/term/aka/Vi%C9%9Btnam>,
        <http://lexvo.org/id/term/amh/%E1%89%AC%E1%89%B5%E1%8A%93%E1%88%9D>,
        <http://lexvo.org/id/term/ara/%D9%81%D9%8A%D8%AA%D9%86%D8%A7%D9%85>,
        <http://lexvo.org/id/term/asa/Vietinamu>,
        <http://lexvo.org/id/term/ast/Vietnam>,
        <http://lexvo.org/id/term/aze/Vyetnam>,
        <http://lexvo.org/id/term/bam/Wiy%C9%9Btinamu>,
        <http://lexvo.org/id/term/bas/V%C3%AC%C9%9B%CC%80dn%C3%A2m>,
        <http://lexvo.org/id/term/bel/%D0%92'%D0%B5%D1%82%D0%BD%D0%B0%D0%BC>,
        <http://lexvo.org/id/term/ben/%E0%A6%AD%E0%A6%BF%E0%A6%AF%E0%A6%BC%E0%A7%87%E0%A6%A4%E0%A6%A8%E0%A6%BE%E0%A6%AE>,
        <http://lexvo.org/id/term/bez/Huvietinamu>,
        <http://lexvo.org/id/term/bod/%E0%BD%96%E0%BD%B2%E0%BC%8B%E0%BD%91%E0%BD%B2%E0%BC%8B%E0%BD%93%E0%BD%98%E0%BC%8D>,
        <http://lexvo.org/id/term/bos-Cyrl/%D0%92%D0%B8%D1%98%D0%B5%D1%82%D0%BD%D0%B0%D0%BC>,
        <http://lexvo.org/id/term/bos/Vijetnam>,
        <http://lexvo.org/id/term/bre/Vi%C3%AAt%20Nam>,
        <http://lexvo.org/id/term/brx/%E0%A4%B5%E0%A4%BF%E0%A4%AF%E0%A4%A4%E0%A4%A8%E0%A4%BE%E0%A4%AE>,
        <http://lexvo.org/id/term/bul/%D0%92%D0%B8%D0%B5%D1%82%D0%BD%D0%B0%D0%BC>,
        <http://lexvo.org/id/term/cat/Vietnam>,
        <http://lexvo.org/id/term/ces/Vietnam>,
        <http://lexvo.org/id/term/cgg/Viyetinaamu>,
        <http://lexvo.org/id/term/cmn-Hant/%E8%B6%8A%E5%8D%97>,
        <http://lexvo.org/id/term/cmn/%E8%B6%8A%E5%8D%97>,
        <http://lexvo.org/id/term/cym/Fietnam>,
        <http://lexvo.org/id/term/dan/Vietnam>,
        <http://lexvo.org/id/term/dav/Vietinamu>,
        <http://lexvo.org/id/term/deu/Vietnam>,
        <http://lexvo.org/id/term/dje/Vietnaam>,
        <http://lexvo.org/id/term/dzo/%E0%BD%96%E0%BD%BA%E0%BD%8A%E0%BC%8B%E0%BD%93%E0%BD%B1%E0%BD%98>,
        <http://lexvo.org/id/term/ebu/Vietinamu>,
        <http://lexvo.org/id/term/ell/%CE%92%CE%B9%CE%B5%CF%84%CE%BD%CE%AC%CE%BC>,
        <http://lexvo.org/id/term/eng-Dsrt/%F0%90%90%9A%F0%90%90%A8%F0%90%90%AF%F0%90%90%BB%F0%90%91%8C%F0%90%90%AA%F0%90%91%8B>,
        <http://lexvo.org/id/term/eng/ISO%203166-1%3AVN>,
        <http://lexvo.org/id/term/eng/Vietnam>,
        <http://lexvo.org/id/term/epo/Vjetnamo>,
        <http://lexvo.org/id/term/est/Vietnam>,
        <http://lexvo.org/id/term/eus/Vietnam>,
        <http://lexvo.org/id/term/ewe/Vietnam%20nutome>,
        <http://lexvo.org/id/term/ewo/Vi%C9%9Bd%C9%99n%C3%A1m>,
        <http://lexvo.org/id/term/fao/Vietnam>,
        <http://lexvo.org/id/term/fas/%D9%88%DB%8C%D8%AA%D9%86%D8%A7%D9%85>,
        <http://lexvo.org/id/term/fil/Vietnam>,
        <http://lexvo.org/id/term/fin/Vietnam>,
        <http://lexvo.org/id/term/fra/Vi%C3%AAt%20Nam>,
        <http://lexvo.org/id/term/ful/Wiyetnaam>,
        <http://lexvo.org/id/term/fur/Vietnam>,
        <http://lexvo.org/id/term/gla/Bhiet-Nam>,
        <http://lexvo.org/id/term/gle/V%C3%ADt%20Neam>,
        <http://lexvo.org/id/term/glg/Vietnam>,
        <http://lexvo.org/id/term/gsw/Wietnam>,
        <http://lexvo.org/id/term/guj/%E0%AA%B5%E0%AA%BF%E0%AA%AF%E0%AB%87%E0%AA%A4%E0%AA%A8%E0%AA%BE%E0%AA%AE>,
        <http://lexvo.org/id/term/guz/Vietinamu>,
        <http://lexvo.org/id/term/hau/Biyetinam>,
        <http://lexvo.org/id/term/heb/%D7%95%D7%99%D7%99%D7%98%D7%A0%D7%90%D7%9D>,
        <http://lexvo.org/id/term/hin/%E0%A4%B5%E0%A4%BF%E0%A4%AF%E0%A4%A4%E0%A4%A8%E0%A4%BE%E0%A4%AE>,
        <http://lexvo.org/id/term/hrv/Vijetnam>,
        <http://lexvo.org/id/term/hun/Vietnam>,
        <http://lexvo.org/id/term/hye/%D5%8E%D5%AB%D5%A5%D5%BF%D5%B6%D5%A1%D5%B4>,
        <http://lexvo.org/id/term/ind/Vietnam>,
        <http://lexvo.org/id/term/isl/V%C3%ADetnam>,
        <http://lexvo.org/id/term/ita/Vietnam>,
        <http://lexvo.org/id/term/jmc/Vietinamu>,
        <http://lexvo.org/id/term/jpn/%E3%83%99%E3%83%88%E3%83%8A%E3%83%A0>,
        <http://lexvo.org/id/term/kab/Vye%E1%B9%ADnam>,
        <http://lexvo.org/id/term/kal/Vietnam>,
        <http://lexvo.org/id/term/kam/Vietinamu>,
        <http://lexvo.org/id/term/kan/%E0%B2%B5%E0%B2%BF%E0%B2%AF%E0%B3%87%E0%B2%9F%E0%B3%8D%E0%B2%A8%E0%B2%BE%E0%B2%AE%E0%B3%8D>,
        <http://lexvo.org/id/term/kas/%D9%88%DB%8C%D9%B9%D9%90%D9%86%D8%A7%D9%85>,
        <http://lexvo.org/id/term/kat/%E1%83%95%E1%83%98%E1%83%94%E1%83%A2%E1%83%9C%E1%83%90%E1%83%9B%E1%83%98>,
        <http://lexvo.org/id/term/kde/Vietinamu>,
        <http://lexvo.org/id/term/kea/Vietnam>,
        <http://lexvo.org/id/term/khm/%E1%9E%9C%E1%9F%80%E1%9E%8F%E1%9E%8E%E1%9E%B6%E1%9E%98>,
        <http://lexvo.org/id/term/khq/Vietnaam>,
        <http://lexvo.org/id/term/kik/Vietinamu>,
        <http://lexvo.org/id/term/kln/Emetab%20Vietnam>,
        <http://lexvo.org/id/term/kor/%EB%B2%A0%ED%8A%B8%EB%82%A8>,
        <http://lexvo.org/id/term/ksb/Vietinamu>,
        <http://lexvo.org/id/term/ksf/wy%C9%9Btn%C3%A1m>,
        <http://lexvo.org/id/term/ksh/Vij%C3%A4tnamm>,
        <http://lexvo.org/id/term/lag/Vietin%C3%A1amu>,
        <http://lexvo.org/id/term/lao/%E0%BA%AA%E0%BA%AA%20%E0%BA%AB%E0%BA%A7%E0%BA%BD%E0%BA%94%E0%BA%99%E0%BA%B2%E0%BA%A1>,
        <http://lexvo.org/id/term/lav/Vjetnama>,
        <http://lexvo.org/id/term/lin/Viyetinam%C9%9B>,
        <http://lexvo.org/id/term/lit/Vietnamas>,
        <http://lexvo.org/id/term/lub/Viyetiname>,
        <http://lexvo.org/id/term/lug/Vyetinaamu>,
        <http://lexvo.org/id/term/luo/Vietnam>,
        <http://lexvo.org/id/term/luy/Vietinamu>,
        <http://lexvo.org/id/term/mal/%E0%B4%B5%E0%B4%BF%E0%B4%AF%E0%B4%B1%E0%B5%8D%E0%B4%B1%E0%B5%8D%E0%B4%A8%E0%B4%BE%E0%B4%82>,
        <http://lexvo.org/id/term/mar/%E0%A4%B5%E0%A5%8D%E0%A4%B9%E0%A4%BF%E0%A4%8F%E0%A4%A4%E0%A4%A8%E0%A4%BE%E0%A4%AE>,
        <http://lexvo.org/id/term/mas/Vietinamu>,
        <http://lexvo.org/id/term/mer/Vietinamu>,
        <http://lexvo.org/id/term/mfe/Vietnam>,
        <http://lexvo.org/id/term/mgh/Uvietinamu>,
        <http://lexvo.org/id/term/mkd/%D0%92%D0%B8%D0%B5%D1%82%D0%BD%D0%B0%D0%BC>,
        <http://lexvo.org/id/term/mlg/Vietnam>,
        <http://lexvo.org/id/term/mlt/Vjetnam>,
        <http://lexvo.org/id/term/mua/S%C7%9Dr%20Vietnam>,
        <http://lexvo.org/id/term/mya/%E1%80%97%E1%80%AE%E1%80%9A%E1%80%80%E1%80%BA%E1%80%94%E1%80%99%E1%80%BA>,
        <http://lexvo.org/id/term/naq/Vietnammi>,
        <http://lexvo.org/id/term/nde/Vietnam>,
        <http://lexvo.org/id/term/nep/%E0%A4%AD%E0%A4%BF%E0%A4%8F%E0%A4%A4%E0%A4%A8%E0%A4%BE%E0%A4%AE>,
        <http://lexvo.org/id/term/nld/Vietnam>,
        <http://lexvo.org/id/term/nmg/Vi%C9%9Btnam>,
        <http://lexvo.org/id/term/nno/Vietnam>,
        <http://lexvo.org/id/term/nob/Vietnam>,
        <http://lexvo.org/id/term/nyn/Viyetinaamu>,
        <http://lexvo.org/id/term/ori/%E0%AC%AD%E0%AC%BF%E0%AC%8F%E0%AC%A4%E0%AC%A8%E0%AC%BE%E0%AC%AE%E0%AD%8D>,
        <http://lexvo.org/id/term/pol/Wietnam>,
        <http://lexvo.org/id/term/por/Vietn%C3%A3>,
        <http://lexvo.org/id/term/por/Vietname>,
        <http://lexvo.org/id/term/rof/Vietinamu>,
        <http://lexvo.org/id/term/roh/Vietnam>,
        <http://lexvo.org/id/term/ron/Vietnam>,
        <http://lexvo.org/id/term/run/Viyetinamu>,
        <http://lexvo.org/id/term/rus/%D0%92%D1%8C%D0%B5%D1%82%D0%BD%D0%B0%D0%BC>,
        <http://lexvo.org/id/term/rwk/Vietinamu>,
        <http://lexvo.org/id/term/sag/Vietn%C3%A4m>,
        <http://lexvo.org/id/term/saq/Vietinamu>,
        <http://lexvo.org/id/term/sbp/Vietinamu>,
        <http://lexvo.org/id/term/seh/Vietn%C3%A3>,
        <http://lexvo.org/id/term/ses/Vietnaam>,
        <http://lexvo.org/id/term/shi-Latn/fitnam>,
        <http://lexvo.org/id/term/shi/%E2%B4%BC%E2%B5%89%E2%B5%9C%E2%B5%8F%E2%B4%B0%E2%B5%8E>,
        <http://lexvo.org/id/term/sin/%E0%B7%80%E0%B7%92%E0%B6%BA%E0%B6%A7%E0%B7%8A%E0%B6%B1%E0%B7%8F%E0%B6%B8%E0%B6%BA>,
        <http://lexvo.org/id/term/slk/Vietnam>,
        <http://lexvo.org/id/term/slv/Vietnam>,
        <http://lexvo.org/id/term/sme/Vietnam>,
        <http://lexvo.org/id/term/sna/Vietnam>,
        <http://lexvo.org/id/term/som/Fiyetnaam>,
        <http://lexvo.org/id/term/spa/Vietnam>,
        <http://lexvo.org/id/term/srp-Latn/Vijetnam>,
        <http://lexvo.org/id/term/srp/%D0%92%D0%B8%D1%98%D0%B5%D1%82%D0%BD%D0%B0%D0%BC>,
        <http://lexvo.org/id/term/swc/Vietinamu>,
        <http://lexvo.org/id/term/swe/Vietnam>,
        <http://lexvo.org/id/term/swh/Vietinamu>,
        <http://lexvo.org/id/term/tam/%E0%AE%B5%E0%AE%BF%E0%AE%AF%E0%AE%9F%E0%AF%8D%E0%AE%A8%E0%AE%BE%E0%AE%AE%E0%AF%8D>,
        <http://lexvo.org/id/term/tel/%E0%B0%B5%E0%B0%BF%E0%B0%AF%E0%B0%9F%E0%B1%8D%E0%B0%A8%E0%B0%BE%E0%B0%82>,
        <http://lexvo.org/id/term/teo/Vietinamu>,
        <http://lexvo.org/id/term/tha/%E0%B9%80%E0%B8%A7%E0%B8%B5%E0%B8%A2%E0%B8%94%E0%B8%99%E0%B8%B2%E0%B8%A1>,
        <http://lexvo.org/id/term/tir/%E1%89%AC%E1%89%B5%E1%8A%93%E1%88%9D>,
        <http://lexvo.org/id/term/ton/Vietinemi>,
        <http://lexvo.org/id/term/tur/Vietnam>,
        <http://lexvo.org/id/term/twq/Vietnaam>,
        <http://lexvo.org/id/term/tzm/Vi%E1%B9%ADnam>,
        <http://lexvo.org/id/term/ukr/%D0%92%CA%BC%D1%94%D1%82%D0%BD%D0%B0%D0%BC>,
        <http://lexvo.org/id/term/urd/%D9%88%DB%8C%D8%AA%D9%86%D8%A7%D9%85>,
        <http://lexvo.org/id/term/vai-Latn/Viyanami>,
        <http://lexvo.org/id/term/vai/%EA%97%B2%EA%95%87%EA%96%AE%EA%94%83%EA%95%9E>,
        <http://lexvo.org/id/term/vie/Vi%E1%BB%87t%20Nam>,
        <http://lexvo.org/id/term/vun/Vietinamu>,
        <http://lexvo.org/id/term/wae/Vietnam>,
        <http://lexvo.org/id/term/xog/Vyetinaamu>,
        <http://lexvo.org/id/term/yav/fi%C9%9Btn%C3%A1am>,
        <http://lexvo.org/id/term/yor/Or%C3%ADl%E1%BA%B9%CC%81%C3%A8de%20F%E1%BA%B9tinami>,
        <http://lexvo.org/id/term/zsm/Vietnam>,
        <http://lexvo.org/id/term/zul/i-Vietnam> ;
    owl:sameAs <http://psi.oasis-open.org/iso/3166/#704>,
        <http://sws.geonames.org/1562822/> .

<http://lexvo.org/id/iso3166/VU> a lvont:GeographicRegion ;
    rdfs:label "Vanuatu"@af,
        "Vànǔatùw"@agq,
        "Vanuatu"@ak,
        "ቫኑአቱ"@am,
        "فانواتو"@ar,
        "Vanuatu"@asa,
        "Vanuatu"@ast,
        "Vanuatu"@az,
        "Vànùatù"@bas,
        "Вануату"@be,
        "Huvanuatu"@bez,
        "Вануату"@bg,
        "Vanuwatu"@bm,
        "ভানুয়াটু"@bn,
        "ཝ་ནུ་ཨ་ཐུ།"@bo,
        "Vanuatu"@br,
        "वानाऊटु"@brx,
        "Vanuatu"@bs,
        "Вануату"@bs-Cyrl,
        "Vanuatu"@ca,
        "Vanuatu"@cgg,
        "瓦努阿图"@cmn,
        "萬那杜"@cmn-Hant,
        "Vanuatu"@cs,
        "Vanuatu"@cy,
        "Vanuatu"@da,
        "Vanuatu"@dav,
        "Vanuatu"@de,
        "Vanautu"@dje,
        "ཝ་ནུ་ཨ་ཏུ"@dz,
        "Vanuatu"@ebu,
        "Vanuatu nutome"@ee,
        "Βανουάτου"@el,
        "ISO 3166-1:VU"@en,
        "Vanuatu"@en,
        "𐐚𐐪𐑌𐐳𐐪𐐼𐐭"@en-Dsrt,
        "Vanuatuo"@eo,
        "Vanuatu"@es,
        "Vanuatu"@et,
        "Vanuatu"@eu,
        "Vanuátu"@ewo,
        "وانواتو"@fa,
        "Wanuwaatuu"@ff,
        "Vanuatu"@fi,
        "Vanuatu"@fil,
        "Vanuatu"@fo,
        "Vanuatu"@fr,
        "Vanuatu"@fur,
        "Vanuatú"@ga,
        "Vanuatu"@gd,
        "Vanuatu"@gl,
        "Wanuatu"@gsw,
        "વાનુઆતુ"@gu,
        "Vanuatu"@guz,
        "Banuwatu"@ha,
        "ונואטו"@he,
        "वानुअतु"@hi,
        "Vanuatu"@hr,
        "Vanuatu"@hu,
        "Վանուատու"@hy,
        "Vanuatu"@ia,
        "Vanuatu"@id,
        "Vanúatú"@is,
        "Vanuatu"@it,
        "バヌアツ"@ja,
        "Vanuatu"@jmc,
        "ვანუატუ"@ka,
        "Vanwatu"@kab,
        "Vanuatu"@kam,
        "Vanuatu"@kde,
        "Vanuatu"@kea,
        "Vanautu"@khq,
        "Vanuatu"@ki,
        "Vanuatu"@kl,
        "Emetab Vanuatu"@kln,
        "វ៉ាន់ណៅទូ"@km,
        "ವನೌಟು"@kn,
        "바누아투"@ko,
        "وانوٗتوٗ"@ks,
        "Vanuatu"@ksb,
        "wanwatu"@ksf,
        "Vanuatu"@ksh,
        "Vanuáatu"@lag,
        "Vanawuwatu"@lg,
        "Vanuatu"@ln,
        "ວານົວຕູ"@lo,
        "Vanuatu"@lt,
        "Vanuatu"@lu,
        "Vanuatu"@luo,
        "Vanuatu"@luy,
        "Vanuatu"@lv,
        "Vanuatu"@mas,
        "Vanuatu"@mer,
        "Vanuatu"@mfe,
        "Vanoatò"@mg,
        "Uvanuatu"@mgh,
        "Ванату"@mk,
        "വന്വാത്തു"@ml,
        "वानौटु"@mr,
        "Vanwatu"@mt,
        "Sǝr Vanuatu"@mua,
        "Vanuatu"@naq,
        "Vanuatu"@nb,
        "Vhanuatu"@nd,
        "भानुआतु"@ne,
        "Vanuatu"@nl,
        "Vanuatu"@nmg,
        "Vanuatu"@nn,
        "Vanuatu"@nyn,
        "ଭାନୁଆତୁ"@or,
        "Vanuatu"@pl,
        "Vanuatu"@pt,
        "Vanuatu"@rm,
        "Vanuwatu"@rn,
        "Vanuatu"@ro,
        "Vanuatu"@rof,
        "Вануату"@ru,
        "Vanuatu"@rwk,
        "Vanuatu"@saq,
        "Vanuatu"@sbp,
        "Vanuatu"@se,
        "Vanuatu"@seh,
        "Vanautu"@ses,
        "Vanuatü"@sg,
        "ⴼⴰⵏⵡⴰⵟⵓ"@shi,
        "fanwaṭu"@shi-Latn,
        "වනුවාටු"@si,
        "Vanuatu"@sk,
        "Vanuatu"@sl,
        "Vanuatu"@sn,
        "Vanuatu"@so,
        "Вануату"@sr,
        "Vanuatu"@sr-Latn,
        "Vanuatu"@sv,
        "Vanuatu"@swc,
        "Vanuatu"@swh,
        "வனுவாட்டு"@ta,
        "వనౌటు"@te,
        "Vanuatu"@teo,
        "วานูอาตู"@th,
        "ቫኑአቱ"@ti,
        "Vanuatu"@to,
        "Vanuatu"@tr,
        "Vanautu"@twq,
        "Vanwatu"@tzm,
        "Вануату"@uk,
        "وینوآٹو"@ur,
        "ꕙꖸꕎꖤ"@vai,
        "Vanuwátu"@vai-Latn,
        "Vanuatu"@vi,
        "Vanuatu"@vun,
        "Vanuatu"@wae,
        "Vanawuwatu"@xog,
        "fanuatú"@yav,
        "Orílẹ́ède Faniatu"@yo,
        "Vanuatu"@zsm,
        "i-Vanuatu"@zu ;
    lvont:label <http://lexvo.org/id/term/afr/Vanuatu>,
        <http://lexvo.org/id/term/agq/V%C3%A0n%C7%94at%C3%B9w>,
        <http://lexvo.org/id/term/aka/Vanuatu>,
        <http://lexvo.org/id/term/amh/%E1%89%AB%E1%8A%91%E1%8A%A0%E1%89%B1>,
        <http://lexvo.org/id/term/ara/%D9%81%D8%A7%D9%86%D9%88%D8%A7%D8%AA%D9%88>,
        <http://lexvo.org/id/term/asa/Vanuatu>,
        <http://lexvo.org/id/term/ast/Vanuatu>,
        <http://lexvo.org/id/term/aze/Vanuatu>,
        <http://lexvo.org/id/term/bam/Vanuwatu>,
        <http://lexvo.org/id/term/bas/V%C3%A0n%C3%B9at%C3%B9>,
        <http://lexvo.org/id/term/bel/%D0%92%D0%B0%D0%BD%D1%83%D0%B0%D1%82%D1%83>,
        <http://lexvo.org/id/term/ben/%E0%A6%AD%E0%A6%BE%E0%A6%A8%E0%A7%81%E0%A6%AF%E0%A6%BC%E0%A6%BE%E0%A6%9F%E0%A7%81>,
        <http://lexvo.org/id/term/bez/Huvanuatu>,
        <http://lexvo.org/id/term/bod/%E0%BD%9D%E0%BC%8B%E0%BD%93%E0%BD%B4%E0%BC%8B%E0%BD%A8%E0%BC%8B%E0%BD%90%E0%BD%B4%E0%BC%8D>,
        <http://lexvo.org/id/term/bos-Cyrl/%D0%92%D0%B0%D0%BD%D1%83%D0%B0%D1%82%D1%83>,
        <http://lexvo.org/id/term/bos/Vanuatu>,
        <http://lexvo.org/id/term/bre/Vanuatu>,
        <http://lexvo.org/id/term/brx/%E0%A4%B5%E0%A4%BE%E0%A4%A8%E0%A4%BE%E0%A4%8A%E0%A4%9F%E0%A5%81>,
        <http://lexvo.org/id/term/bul/%D0%92%D0%B0%D0%BD%D1%83%D0%B0%D1%82%D1%83>,
        <http://lexvo.org/id/term/cat/Vanuatu>,
        <http://lexvo.org/id/term/ces/Vanuatu>,
        <http://lexvo.org/id/term/cgg/Vanuatu>,
        <http://lexvo.org/id/term/cmn-Hant/%E8%90%AC%E9%82%A3%E6%9D%9C>,
        <http://lexvo.org/id/term/cmn/%E7%93%A6%E5%8A%AA%E9%98%BF%E5%9B%BE>,
        <http://lexvo.org/id/term/cym/Vanuatu>,
        <http://lexvo.org/id/term/dan/Vanuatu>,
        <http://lexvo.org/id/term/dav/Vanuatu>,
        <http://lexvo.org/id/term/deu/Vanuatu>,
        <http://lexvo.org/id/term/dje/Vanautu>,
        <http://lexvo.org/id/term/dzo/%E0%BD%9D%E0%BC%8B%E0%BD%93%E0%BD%B4%E0%BC%8B%E0%BD%A8%E0%BC%8B%E0%BD%8F%E0%BD%B4>,
        <http://lexvo.org/id/term/ebu/Vanuatu>,
        <http://lexvo.org/id/term/ell/%CE%92%CE%B1%CE%BD%CE%BF%CF%85%CE%AC%CF%84%CE%BF%CF%85>,
        <http://lexvo.org/id/term/eng-Dsrt/%F0%90%90%9A%F0%90%90%AA%F0%90%91%8C%F0%90%90%B3%F0%90%90%AA%F0%90%90%BC%F0%90%90%AD>,
        <http://lexvo.org/id/term/eng/ISO%203166-1%3AVU>,
        <http://lexvo.org/id/term/eng/Vanuatu>,
        <http://lexvo.org/id/term/epo/Vanuatuo>,
        <http://lexvo.org/id/term/est/Vanuatu>,
        <http://lexvo.org/id/term/eus/Vanuatu>,
        <http://lexvo.org/id/term/ewe/Vanuatu%20nutome>,
        <http://lexvo.org/id/term/ewo/Vanu%C3%A1tu>,
        <http://lexvo.org/id/term/fao/Vanuatu>,
        <http://lexvo.org/id/term/fas/%D9%88%D8%A7%D9%86%D9%88%D8%A7%D8%AA%D9%88>,
        <http://lexvo.org/id/term/fil/Vanuatu>,
        <http://lexvo.org/id/term/fin/Vanuatu>,
        <http://lexvo.org/id/term/fra/Vanuatu>,
        <http://lexvo.org/id/term/ful/Wanuwaatuu>,
        <http://lexvo.org/id/term/fur/Vanuatu>,
        <http://lexvo.org/id/term/gla/Vanuatu>,
        <http://lexvo.org/id/term/gle/Vanuat%C3%BA>,
        <http://lexvo.org/id/term/glg/Vanuatu>,
        <http://lexvo.org/id/term/gsw/Wanuatu>,
        <http://lexvo.org/id/term/guj/%E0%AA%B5%E0%AA%BE%E0%AA%A8%E0%AB%81%E0%AA%86%E0%AA%A4%E0%AB%81>,
        <http://lexvo.org/id/term/guz/Vanuatu>,
        <http://lexvo.org/id/term/hau/Banuwatu>,
        <http://lexvo.org/id/term/heb/%D7%95%D7%A0%D7%95%D7%90%D7%98%D7%95>,
        <http://lexvo.org/id/term/hin/%E0%A4%B5%E0%A4%BE%E0%A4%A8%E0%A5%81%E0%A4%85%E0%A4%A4%E0%A5%81>,
        <http://lexvo.org/id/term/hrv/Vanuatu>,
        <http://lexvo.org/id/term/hun/Vanuatu>,
        <http://lexvo.org/id/term/hye/%D5%8E%D5%A1%D5%B6%D5%B8%D6%82%D5%A1%D5%BF%D5%B8%D6%82>,
        <http://lexvo.org/id/term/ina/Vanuatu>,
        <http://lexvo.org/id/term/ind/Vanuatu>,
        <http://lexvo.org/id/term/isl/Van%C3%BAat%C3%BA>,
        <http://lexvo.org/id/term/ita/Vanuatu>,
        <http://lexvo.org/id/term/jmc/Vanuatu>,
        <http://lexvo.org/id/term/jpn/%E3%83%90%E3%83%8C%E3%82%A2%E3%83%84>,
        <http://lexvo.org/id/term/kab/Vanwatu>,
        <http://lexvo.org/id/term/kal/Vanuatu>,
        <http://lexvo.org/id/term/kam/Vanuatu>,
        <http://lexvo.org/id/term/kan/%E0%B2%B5%E0%B2%A8%E0%B3%8C%E0%B2%9F%E0%B3%81>,
        <http://lexvo.org/id/term/kas/%D9%88%D8%A7%D9%86%D9%88%D9%97%D8%AA%D9%88%D9%97>,
        <http://lexvo.org/id/term/kat/%E1%83%95%E1%83%90%E1%83%9C%E1%83%A3%E1%83%90%E1%83%A2%E1%83%A3>,
        <http://lexvo.org/id/term/kde/Vanuatu>,
        <http://lexvo.org/id/term/kea/Vanuatu>,
        <http://lexvo.org/id/term/khm/%E1%9E%9C%E1%9F%89%E1%9E%B6%E1%9E%93%E1%9F%8B%E1%9E%8E%E1%9F%85%E1%9E%91%E1%9E%BC>,
        <http://lexvo.org/id/term/khq/Vanautu>,
        <http://lexvo.org/id/term/kik/Vanuatu>,
        <http://lexvo.org/id/term/kln/Emetab%20Vanuatu>,
        <http://lexvo.org/id/term/kor/%EB%B0%94%EB%88%84%EC%95%84%ED%88%AC>,
        <http://lexvo.org/id/term/ksb/Vanuatu>,
        <http://lexvo.org/id/term/ksf/wanwatu>,
        <http://lexvo.org/id/term/ksh/Vanuatu>,
        <http://lexvo.org/id/term/lag/Vanu%C3%A1atu>,
        <http://lexvo.org/id/term/lao/%E0%BA%A7%E0%BA%B2%E0%BA%99%E0%BA%BB%E0%BA%A7%E0%BA%95%E0%BA%B9>,
        <http://lexvo.org/id/term/lav/Vanuatu>,
        <http://lexvo.org/id/term/lin/Vanuatu>,
        <http://lexvo.org/id/term/lit/Vanuatu>,
        <http://lexvo.org/id/term/lub/Vanuatu>,
        <http://lexvo.org/id/term/lug/Vanawuwatu>,
        <http://lexvo.org/id/term/luo/Vanuatu>,
        <http://lexvo.org/id/term/luy/Vanuatu>,
        <http://lexvo.org/id/term/mal/%E0%B4%B5%E0%B4%A8%E0%B5%8D%E0%B4%B5%E0%B4%BE%E0%B4%A4%E0%B5%8D%E0%B4%A4%E0%B5%81>,
        <http://lexvo.org/id/term/mar/%E0%A4%B5%E0%A4%BE%E0%A4%A8%E0%A5%8C%E0%A4%9F%E0%A5%81>,
        <http://lexvo.org/id/term/mas/Vanuatu>,
        <http://lexvo.org/id/term/mer/Vanuatu>,
        <http://lexvo.org/id/term/mfe/Vanuatu>,
        <http://lexvo.org/id/term/mgh/Uvanuatu>,
        <http://lexvo.org/id/term/mkd/%D0%92%D0%B0%D0%BD%D0%B0%D1%82%D1%83>,
        <http://lexvo.org/id/term/mlg/Vanoat%C3%B2>,
        <http://lexvo.org/id/term/mlt/Vanwatu>,
        <http://lexvo.org/id/term/mua/S%C7%9Dr%20Vanuatu>,
        <http://lexvo.org/id/term/naq/Vanuatu>,
        <http://lexvo.org/id/term/nde/Vhanuatu>,
        <http://lexvo.org/id/term/nep/%E0%A4%AD%E0%A4%BE%E0%A4%A8%E0%A5%81%E0%A4%86%E0%A4%A4%E0%A5%81>,
        <http://lexvo.org/id/term/nld/Vanuatu>,
        <http://lexvo.org/id/term/nmg/Vanuatu>,
        <http://lexvo.org/id/term/nno/Vanuatu>,
        <http://lexvo.org/id/term/nob/Vanuatu>,
        <http://lexvo.org/id/term/nyn/Vanuatu>,
        <http://lexvo.org/id/term/ori/%E0%AC%AD%E0%AC%BE%E0%AC%A8%E0%AD%81%E0%AC%86%E0%AC%A4%E0%AD%81>,
        <http://lexvo.org/id/term/pol/Vanuatu>,
        <http://lexvo.org/id/term/por/Vanuatu>,
        <http://lexvo.org/id/term/rof/Vanuatu>,
        <http://lexvo.org/id/term/roh/Vanuatu>,
        <http://lexvo.org/id/term/ron/Vanuatu>,
        <http://lexvo.org/id/term/run/Vanuwatu>,
        <http://lexvo.org/id/term/rus/%D0%92%D0%B0%D0%BD%D1%83%D0%B0%D1%82%D1%83>,
        <http://lexvo.org/id/term/rwk/Vanuatu>,
        <http://lexvo.org/id/term/sag/Vanuat%C3%BC>,
        <http://lexvo.org/id/term/saq/Vanuatu>,
        <http://lexvo.org/id/term/sbp/Vanuatu>,
        <http://lexvo.org/id/term/seh/Vanuatu>,
        <http://lexvo.org/id/term/ses/Vanautu>,
        <http://lexvo.org/id/term/shi-Latn/fanwa%E1%B9%ADu>,
        <http://lexvo.org/id/term/shi/%E2%B4%BC%E2%B4%B0%E2%B5%8F%E2%B5%A1%E2%B4%B0%E2%B5%9F%E2%B5%93>,
        <http://lexvo.org/id/term/sin/%E0%B7%80%E0%B6%B1%E0%B7%94%E0%B7%80%E0%B7%8F%E0%B6%A7%E0%B7%94>,
        <http://lexvo.org/id/term/slk/Vanuatu>,
        <http://lexvo.org/id/term/slv/Vanuatu>,
        <http://lexvo.org/id/term/sme/Vanuatu>,
        <http://lexvo.org/id/term/sna/Vanuatu>,
        <http://lexvo.org/id/term/som/Vanuatu>,
        <http://lexvo.org/id/term/spa/Vanuatu>,
        <http://lexvo.org/id/term/srp-Latn/Vanuatu>,
        <http://lexvo.org/id/term/srp/%D0%92%D0%B0%D0%BD%D1%83%D0%B0%D1%82%D1%83>,
        <http://lexvo.org/id/term/swc/Vanuatu>,
        <http://lexvo.org/id/term/swe/Vanuatu>,
        <http://lexvo.org/id/term/swh/Vanuatu>,
        <http://lexvo.org/id/term/tam/%E0%AE%B5%E0%AE%A9%E0%AF%81%E0%AE%B5%E0%AE%BE%E0%AE%9F%E0%AF%8D%E0%AE%9F%E0%AF%81>,
        <http://lexvo.org/id/term/tel/%E0%B0%B5%E0%B0%A8%E0%B1%8C%E0%B0%9F%E0%B1%81>,
        <http://lexvo.org/id/term/teo/Vanuatu>,
        <http://lexvo.org/id/term/tha/%E0%B8%A7%E0%B8%B2%E0%B8%99%E0%B8%B9%E0%B8%AD%E0%B8%B2%E0%B8%95%E0%B8%B9>,
        <http://lexvo.org/id/term/tir/%E1%89%AB%E1%8A%91%E1%8A%A0%E1%89%B1>,
        <http://lexvo.org/id/term/ton/Vanuatu>,
        <http://lexvo.org/id/term/tur/Vanuatu>,
        <http://lexvo.org/id/term/twq/Vanautu>,
        <http://lexvo.org/id/term/tzm/Vanwatu>,
        <http://lexvo.org/id/term/ukr/%D0%92%D0%B0%D0%BD%D1%83%D0%B0%D1%82%D1%83>,
        <http://lexvo.org/id/term/urd/%D9%88%DB%8C%D9%86%D9%88%D8%A2%D9%B9%D9%88>,
        <http://lexvo.org/id/term/vai-Latn/Vanuw%C3%A1tu>,
        <http://lexvo.org/id/term/vai/%EA%95%99%EA%96%B8%EA%95%8E%EA%96%A4>,
        <http://lexvo.org/id/term/vie/Vanuatu>,
        <http://lexvo.org/id/term/vun/Vanuatu>,
        <http://lexvo.org/id/term/wae/Vanuatu>,
        <http://lexvo.org/id/term/xog/Vanawuwatu>,
        <http://lexvo.org/id/term/yav/fanuat%C3%BA>,
        <http://lexvo.org/id/term/yor/Or%C3%ADl%E1%BA%B9%CC%81%C3%A8de%20Faniatu>,
        <http://lexvo.org/id/term/zsm/Vanuatu>,
        <http://lexvo.org/id/term/zul/i-Vanuatu> ;
    owl:sameAs <http://psi.oasis-open.org/iso/3166/#548>,
        <http://sws.geonames.org/2134431/> .

<http://lexvo.org/id/iso3166/WF> a lvont:GeographicRegion ;
    rdfs:label "Wallis en Futuna"@af,
        "Wales à Fùwtuwnà"@agq,
        "Wallis ne Futuna"@ak,
        "ዋሊስ እና ፉቱና ደሴቶች"@am,
        "جزر والس وفوتونا"@ar,
        "Walith na Futuna"@asa,
        "Wallis y Futuna"@ast,
        "Valis və Futuna"@az,
        "Wàlîs nì Fùtunà"@bas,
        "Уоліс і Футуна"@be,
        "Huwalis na Hufutuna"@bez,
        "Уолис и Футуна"@bg,
        "Walisi-ni-Futuna"@bm,
        "ওয়ালিস ও ফুটুনা"@bn,
        "Wallis ha Futuna"@br,
        "वॉलेस एवं फ़्यूचूना"@brx,
        "Valis i Futuna Ostrva"@bs,
        "Валис и Футуна Острва"@bs-Cyrl,
        "Wallis i Futuna"@ca,
        "Warris na Futuna"@cgg,
        "瓦利斯和富图纳"@cmn,
        "瓦利斯和福杜納群島"@cmn-Hant,
        "Wallis a Futuna"@cs,
        "Wallis a Futuna"@cy,
        "Wallis og Futuna"@da,
        "Walis na Futuna"@dav,
        "Wallis und Futuna"@de,
        "Wallis nda Futuna"@dje,
        "ཝལ་ལིས྄་ ཨེནཌ་ ཕུ་ཏུ་ན་"@dz,
        "Walis na Futuna"@ebu,
        "Wallis kple Futuna nutome"@ee,
        "Ουόλις και Φουτούνα"@el,
        "ISO 3166-1:WF"@en,
        "Wallis and Futuna"@en,
        "𐐎𐐪𐑊𐐮𐑅 𐐰𐑌𐐼 𐐙𐐭𐐻𐐭𐑌𐐲"@en-Dsrt,
        "Valiso kaj Futuno"@eo,
        "Wallis y Futuna"@es,
        "Wallis ja Futuna"@et,
        "Wallis eta Futuna"@eu,
        "Walís-ai-Futúna"@ewo,
        "والیس و فیوتونا"@fa,
        "Walis e Futuna"@ff,
        "Wallis ja Futuna"@fi,
        "Wallis and the Futuna Islands"@fil,
        "Wallis og Futuna"@fo,
        "Wallis-et-Futuna"@fr,
        "Wallis e Futuna"@fur,
        "Oileáin Vailís agus Futúna"@ga,
        "Uallas agus Futuna"@gd,
        "Wallis e Futuna"@gl,
        "Wallis und Futuuna"@gsw,
        "વૉલિસ એંડ ફ્યુચુના આઇલેન્ડ્સ"@gu,
        "Walis na Futuna"@guz,
        "Walis Da Futuna"@ha,
        "איי ווליס ופוטונה"@he,
        "वालिस और फ़्यूचूना"@hi,
        "Wallis i Futuna"@hr,
        "Wallis- és Futuna-szigetek"@hu,
        "Kepulauan Wallis dan Futuna"@id,
        "Wallis- og Fútúnaeyjar"@is,
        "Wallis e Futuna"@it,
        "ウォリス・フツナ"@ja,
        "Walis na Futuna"@jmc,
        "ვალისი და ფუტუნა"@ka,
        "Wallis d Futuna"@kab,
        "Walis na Futuna"@kam,
        "Walis na Futuna"@kde,
        "Ualis i Futuna"@kea,
        "Wallis nda Futuna"@khq,
        "Walis na Futuna"@ki,
        "Wallis aamma Futuna"@kl,
        "Emetab Walis ak Futuna"@kln,
        "វ៉ាលីស និង​ហ្វូទូណា"@km,
        "ವಾಲಿಸ್ ಮತ್ತು ಫುಟುನಾ"@kn,
        "왈리스-푸투나 제도"@ko,
        "والِس تہٕ فیوٗچوٗنا"@ks,
        "Walis na Futuna"@ksb,
        "walis ri futuna"@ksf,
        "Wallis un Futuna"@ksh,
        "Walíisi na Futúuna"@lag,
        "Walisi ne Futuna"@lg,
        "Walisɛ mpé Futuna"@ln,
        "ວາລິສແລະຟຸຕູນາ"@lo,
        "Wallisas ir Futuna"@lt,
        "Walise ne Futuna"@lu,
        "Wallis gi Futuna"@luo,
        "Walis na Futuna"@luy,
        "Volisa un Futuna"@lv,
        "Walis na Futuna"@mas,
        "Walis na Futuna"@mer,
        "Wallis-ek-Futuna"@mfe,
        "Wallis sy Futuna"@mg,
        "Uwalis na Futuna"@mgh,
        "Волис и Футуна острови"@mk,
        "വാലിസ് ആൻഡ് ഫ്യുചൂന"@ml,
        "वालिस आणि फ्यूचूना"@mr,
        "Wallis and Futuna"@mt,
        "Wallis ne Futuna"@mua,
        "Wallis and Futuna"@naq,
        "Wallis og Futuna"@nb,
        "Wallis and Futuna"@nd,
        "वालिस र फुटुना"@ne,
        "Wallis en Futuna"@nl,
        "Wallis ba Futuna"@nmg,
        "Wallis og Futuna"@nn,
        "Warris na Futuna"@nyn,
        "ୱାଲିସ୍ ଏବଂ ଫୁତୁନା"@or,
        "Wallis i Futuna"@pl,
        "Wallis e Futuna"@pt,
        "Wallis e Futuna"@rm,
        "Walisi na Futuna"@rn,
        "Wallis și Futuna"@ro,
        "Walis na Futuna"@rof,
        "Уоллис и Футуна"@ru,
        "Walis na Futuna"@rwk,
        "Walis na Futuna"@saq,
        "Walisi ni Futuna"@sbp,
        "Wallis ja Futuna"@se,
        "Wallis e Futuna"@seh,
        "Wallis nda Futuna"@ses,
        "Walîsi na Futuna"@sg,
        "ⵡⴰⵍⵉⵙ ⴷ ⴼⵓⵜⵓⵏⴰ"@shi,
        "walis d futuna"@shi-Latn,
        "වැලිස් සහ ෆුටුනා"@si,
        "Wallis a Futuna"@sk,
        "Wallis in Futuna"@sl,
        "Wallis and Futuna"@sn,
        "Wallis and Futuna"@so,
        "Валис и Футуна Острва"@sr,
        "Valis i Futuna Ostrva"@sr-Latn,
        "Wallis- och Futunaöarna"@sv,
        "Walis na Futuna"@swc,
        "Walis na Futuna"@swh,
        "வாலிஸ் மற்றும் ஃபுடுனா தீவுகள்"@ta,
        "వాలిస్ మరియు ఫ్యుత్యునా"@te,
        "Walis na Futuna"@teo,
        "วาลลิสและฟุตูนา"@th,
        "ዋሊስ እና ፉቱና ደሴቶች"@ti,
        "ʻUvea mo Futuna"@to,
        "Wallis ve Futuna Adaları"@tr,
        "Wallis nda Futuna"@twq,
        "Walis d Futuna"@tzm,
        "Уолліс і Футуна"@uk,
        "ویلیز اور فیوٹیونا"@ur,
        "ꕎꔷꔻ ꗪ ꖢꖤꕯ"@vai,
        "Walísi"@vai-Latn,
        "Wallis và Futuna"@vi,
        "Walis na Futuna"@vun,
        "Wallis und Futuna"@wae,
        "Walisi ni Futuna"@xog,
        "walíis na futúna"@yav,
        "Orílẹ́ède Wali ati futuna"@yo,
        "Wallis and Futuna"@zsm,
        "i-Wallis ne-Futuna"@zu ;
    lvont:label <http://lexvo.org/id/term/afr/Wallis%20en%20Futuna>,
        <http://lexvo.org/id/term/agq/Wales%20%C3%A0%20F%C3%B9wtuwn%C3%A0>,
        <http://lexvo.org/id/term/aka/Wallis%20ne%20Futuna>,
        <http://lexvo.org/id/term/amh/%E1%8B%8B%E1%88%8A%E1%88%B5%20%E1%8A%A5%E1%8A%93%20%E1%8D%89%E1%89%B1%E1%8A%93%20%E1%8B%B0%E1%88%B4%E1%89%B6%E1%89%BD>,
        <http://lexvo.org/id/term/ara/%D8%AC%D8%B2%D8%B1%20%D9%88%D8%A7%D9%84%D8%B3%20%D9%88%D9%81%D9%88%D8%AA%D9%88%D9%86%D8%A7>,
        <http://lexvo.org/id/term/asa/Walith%20na%20Futuna>,
        <http://lexvo.org/id/term/ast/Wallis%20y%20Futuna>,
        <http://lexvo.org/id/term/aze/Valis%20v%C9%99%20Futuna>,
        <http://lexvo.org/id/term/bam/Walisi-ni-Futuna>,
        <http://lexvo.org/id/term/bas/W%C3%A0l%C3%AEs%20n%C3%AC%20F%C3%B9tun%C3%A0>,
        <http://lexvo.org/id/term/bel/%D0%A3%D0%BE%D0%BB%D1%96%D1%81%20%D1%96%20%D0%A4%D1%83%D1%82%D1%83%D0%BD%D0%B0>,
        <http://lexvo.org/id/term/ben/%E0%A6%93%E0%A6%AF%E0%A6%BC%E0%A6%BE%E0%A6%B2%E0%A6%BF%E0%A6%B8%20%E0%A6%93%20%E0%A6%AB%E0%A7%81%E0%A6%9F%E0%A7%81%E0%A6%A8%E0%A6%BE>,
        <http://lexvo.org/id/term/bez/Huwalis%20na%20Hufutuna>,
        <http://lexvo.org/id/term/bos-Cyrl/%D0%92%D0%B0%D0%BB%D0%B8%D1%81%20%D0%B8%20%D0%A4%D1%83%D1%82%D1%83%D0%BD%D0%B0%20%D0%9E%D1%81%D1%82%D1%80%D0%B2%D0%B0>,
        <http://lexvo.org/id/term/bos/Valis%20i%20Futuna%20Ostrva>,
        <http://lexvo.org/id/term/bre/Wallis%20ha%20Futuna>,
        <http://lexvo.org/id/term/brx/%E0%A4%B5%E0%A5%89%E0%A4%B2%E0%A5%87%E0%A4%B8%20%E0%A4%8F%E0%A4%B5%E0%A4%82%20%E0%A4%AB%E0%A4%BC%E0%A5%8D%E0%A4%AF%E0%A5%82%E0%A4%9A%E0%A5%82%E0%A4%A8%E0%A4%BE>,
        <http://lexvo.org/id/term/bul/%D0%A3%D0%BE%D0%BB%D0%B8%D1%81%20%D0%B8%20%D0%A4%D1%83%D1%82%D1%83%D0%BD%D0%B0>,
        <http://lexvo.org/id/term/cat/Wallis%20i%20Futuna>,
        <http://lexvo.org/id/term/ces/Wallis%20a%20Futuna>,
        <http://lexvo.org/id/term/cgg/Warris%20na%20Futuna>,
        <http://lexvo.org/id/term/cmn-Hant/%E7%93%A6%E5%88%A9%E6%96%AF%E5%92%8C%E7%A6%8F%E6%9D%9C%E7%B4%8D%E7%BE%A4%E5%B3%B6>,
        <http://lexvo.org/id/term/cmn/%E7%93%A6%E5%88%A9%E6%96%AF%E5%92%8C%E5%AF%8C%E5%9B%BE%E7%BA%B3>,
        <http://lexvo.org/id/term/cym/Wallis%20a%20Futuna>,
        <http://lexvo.org/id/term/dan/Wallis%20og%20Futuna>,
        <http://lexvo.org/id/term/dav/Walis%20na%20Futuna>,
        <http://lexvo.org/id/term/deu/Wallis%20und%20Futuna>,
        <http://lexvo.org/id/term/dje/Wallis%20nda%20Futuna>,
        <http://lexvo.org/id/term/dzo/%E0%BD%9D%E0%BD%A3%E0%BC%8B%E0%BD%A3%E0%BD%B2%E0%BD%A6%E0%BE%84%E0%BC%8B%20%E0%BD%A8%E0%BD%BA%E0%BD%93%E0%BD%8C%E0%BC%8B%20%E0%BD%95%E0%BD%B4%E0%BC%8B%E0%BD%8F%E0%BD%B4%E0%BC%8B%E0%BD%93%E0%BC%8B>,
        <http://lexvo.org/id/term/ebu/Walis%20na%20Futuna>,
        <http://lexvo.org/id/term/ell/%CE%9F%CF%85%CF%8C%CE%BB%CE%B9%CF%82%20%CE%BA%CE%B1%CE%B9%20%CE%A6%CE%BF%CF%85%CF%84%CE%BF%CF%8D%CE%BD%CE%B1>,
        <http://lexvo.org/id/term/eng-Dsrt/%F0%90%90%8E%F0%90%90%AA%F0%90%91%8A%F0%90%90%AE%F0%90%91%85%20%F0%90%90%B0%F0%90%91%8C%F0%90%90%BC%20%F0%90%90%99%F0%90%90%AD%F0%90%90%BB%F0%90%90%AD%F0%90%91%8C%F0%90%90%B2>,
        <http://lexvo.org/id/term/eng/ISO%203166-1%3AWF>,
        <http://lexvo.org/id/term/eng/Wallis%20and%20Futuna>,
        <http://lexvo.org/id/term/epo/Valiso%20kaj%20Futuno>,
        <http://lexvo.org/id/term/est/Wallis%20ja%20Futuna>,
        <http://lexvo.org/id/term/eus/Wallis%20eta%20Futuna>,
        <http://lexvo.org/id/term/ewe/Wallis%20kple%20Futuna%20nutome>,
        <http://lexvo.org/id/term/ewo/Wal%C3%ADs-ai-Fut%C3%BAna>,
        <http://lexvo.org/id/term/fao/Wallis%20og%20Futuna>,
        <http://lexvo.org/id/term/fas/%D9%88%D8%A7%D9%84%DB%8C%D8%B3%20%D9%88%20%D9%81%DB%8C%D9%88%D8%AA%D9%88%D9%86%D8%A7>,
        <http://lexvo.org/id/term/fil/Wallis%20and%20the%20Futuna%20Islands>,
        <http://lexvo.org/id/term/fin/Wallis%20ja%20Futuna>,
        <http://lexvo.org/id/term/fra/Wallis-et-Futuna>,
        <http://lexvo.org/id/term/ful/Walis%20e%20Futuna>,
        <http://lexvo.org/id/term/fur/Wallis%20e%20Futuna>,
        <http://lexvo.org/id/term/gla/Uallas%20agus%20Futuna>,
        <http://lexvo.org/id/term/gle/Oile%C3%A1in%20Vail%C3%ADs%20agus%20Fut%C3%BAna>,
        <http://lexvo.org/id/term/glg/Wallis%20e%20Futuna>,
        <http://lexvo.org/id/term/gsw/Wallis%20und%20Futuuna>,
        <http://lexvo.org/id/term/guj/%E0%AA%B5%E0%AB%89%E0%AA%B2%E0%AA%BF%E0%AA%B8%20%E0%AA%8F%E0%AA%82%E0%AA%A1%20%E0%AA%AB%E0%AB%8D%E0%AA%AF%E0%AB%81%E0%AA%9A%E0%AB%81%E0%AA%A8%E0%AA%BE%20%E0%AA%86%E0%AA%87%E0%AA%B2%E0%AB%87%E0%AA%A8%E0%AB%8D%E0%AA%A1%E0%AB%8D%E0%AA%B8>,
        <http://lexvo.org/id/term/guz/Walis%20na%20Futuna>,
        <http://lexvo.org/id/term/hau/Walis%20Da%20Futuna>,
        <http://lexvo.org/id/term/heb/%D7%90%D7%99%D7%99%20%D7%95%D7%95%D7%9C%D7%99%D7%A1%20%D7%95%D7%A4%D7%95%D7%98%D7%95%D7%A0%D7%94>,
        <http://lexvo.org/id/term/hin/%E0%A4%B5%E0%A4%BE%E0%A4%B2%E0%A4%BF%E0%A4%B8%20%E0%A4%94%E0%A4%B0%20%E0%A4%AB%E0%A4%BC%E0%A5%8D%E0%A4%AF%E0%A5%82%E0%A4%9A%E0%A5%82%E0%A4%A8%E0%A4%BE>,
        <http://lexvo.org/id/term/hrv/Wallis%20i%20Futuna>,
        <http://lexvo.org/id/term/hun/Wallis-%20%C3%A9s%20Futuna-szigetek>,
        <http://lexvo.org/id/term/ind/Kepulauan%20Wallis%20dan%20Futuna>,
        <http://lexvo.org/id/term/isl/Wallis-%20og%20F%C3%BAt%C3%BAnaeyjar>,
        <http://lexvo.org/id/term/ita/Wallis%20e%20Futuna>,
        <http://lexvo.org/id/term/jmc/Walis%20na%20Futuna>,
        <http://lexvo.org/id/term/jpn/%E3%82%A6%E3%82%A9%E3%83%AA%E3%82%B9%E3%83%BB%E3%83%95%E3%83%84%E3%83%8A>,
        <http://lexvo.org/id/term/kab/Wallis%20d%20Futuna>,
        <http://lexvo.org/id/term/kal/Wallis%20aamma%20Futuna>,
        <http://lexvo.org/id/term/kam/Walis%20na%20Futuna>,
        <http://lexvo.org/id/term/kan/%E0%B2%B5%E0%B2%BE%E0%B2%B2%E0%B2%BF%E0%B2%B8%E0%B3%8D%20%E0%B2%AE%E0%B2%A4%E0%B3%8D%E0%B2%A4%E0%B3%81%20%E0%B2%AB%E0%B3%81%E0%B2%9F%E0%B3%81%E0%B2%A8%E0%B2%BE>,
        <http://lexvo.org/id/term/kas/%D9%88%D8%A7%D9%84%D9%90%D8%B3%20%D8%AA%DB%81%D9%95%20%D9%81%DB%8C%D9%88%D9%97%DA%86%D9%88%D9%97%D9%86%D8%A7>,
        <http://lexvo.org/id/term/kat/%E1%83%95%E1%83%90%E1%83%9A%E1%83%98%E1%83%A1%E1%83%98%20%E1%83%93%E1%83%90%20%E1%83%A4%E1%83%A3%E1%83%A2%E1%83%A3%E1%83%9C%E1%83%90>,
        <http://lexvo.org/id/term/kde/Walis%20na%20Futuna>,
        <http://lexvo.org/id/term/kea/Ualis%20i%20Futuna>,
        <http://lexvo.org/id/term/khm/%E1%9E%9C%E1%9F%89%E1%9E%B6%E1%9E%9B%E1%9E%B8%E1%9E%9F%20%E1%9E%93%E1%9E%B7%E1%9E%84%E2%80%8B%E1%9E%A0%E1%9F%92%E1%9E%9C%E1%9E%BC%E1%9E%91%E1%9E%BC%E1%9E%8E%E1%9E%B6>,
        <http://lexvo.org/id/term/khq/Wallis%20nda%20Futuna>,
        <http://lexvo.org/id/term/kik/Walis%20na%20Futuna>,
        <http://lexvo.org/id/term/kln/Emetab%20Walis%20ak%20Futuna>,
        <http://lexvo.org/id/term/kor/%EC%99%88%EB%A6%AC%EC%8A%A4-%ED%91%B8%ED%88%AC%EB%82%98%20%EC%A0%9C%EB%8F%84>,
        <http://lexvo.org/id/term/ksb/Walis%20na%20Futuna>,
        <http://lexvo.org/id/term/ksf/walis%20ri%20futuna>,
        <http://lexvo.org/id/term/ksh/Wallis%20un%20Futuna>,
        <http://lexvo.org/id/term/lag/Wal%C3%ADisi%20na%20Fut%C3%BAuna>,
        <http://lexvo.org/id/term/lao/%E0%BA%A7%E0%BA%B2%E0%BA%A5%E0%BA%B4%E0%BA%AA%E0%BB%81%E0%BA%A5%E0%BA%B0%E0%BA%9F%E0%BA%B8%E0%BA%95%E0%BA%B9%E0%BA%99%E0%BA%B2>,
        <http://lexvo.org/id/term/lav/Volisa%20un%20Futuna>,
        <http://lexvo.org/id/term/lin/Walis%C9%9B%20mp%C3%A9%20Futuna>,
        <http://lexvo.org/id/term/lit/Wallisas%20ir%20Futuna>,
        <http://lexvo.org/id/term/lub/Walise%20ne%20Futuna>,
        <http://lexvo.org/id/term/lug/Walisi%20ne%20Futuna>,
        <http://lexvo.org/id/term/luo/Wallis%20gi%20Futuna>,
        <http://lexvo.org/id/term/luy/Walis%20na%20Futuna>,
        <http://lexvo.org/id/term/mal/%E0%B4%B5%E0%B4%BE%E0%B4%B2%E0%B4%BF%E0%B4%B8%E0%B5%8D%20%E0%B4%86%E0%B5%BB%E0%B4%A1%E0%B5%8D%20%E0%B4%AB%E0%B5%8D%E0%B4%AF%E0%B5%81%E0%B4%9A%E0%B5%82%E0%B4%A8>,
        <http://lexvo.org/id/term/mar/%E0%A4%B5%E0%A4%BE%E0%A4%B2%E0%A4%BF%E0%A4%B8%20%E0%A4%86%E0%A4%A3%E0%A4%BF%20%E0%A4%AB%E0%A5%8D%E0%A4%AF%E0%A5%82%E0%A4%9A%E0%A5%82%E0%A4%A8%E0%A4%BE>,
        <http://lexvo.org/id/term/mas/Walis%20na%20Futuna>,
        <http://lexvo.org/id/term/mer/Walis%20na%20Futuna>,
        <http://lexvo.org/id/term/mfe/Wallis-ek-Futuna>,
        <http://lexvo.org/id/term/mgh/Uwalis%20na%20Futuna>,
        <http://lexvo.org/id/term/mkd/%D0%92%D0%BE%D0%BB%D0%B8%D1%81%20%D0%B8%20%D0%A4%D1%83%D1%82%D1%83%D0%BD%D0%B0%20%D0%BE%D1%81%D1%82%D1%80%D0%BE%D0%B2%D0%B8>,
        <http://lexvo.org/id/term/mlg/Wallis%20sy%20Futuna>,
        <http://lexvo.org/id/term/mlt/Wallis%20and%20Futuna>,
        <http://lexvo.org/id/term/mua/Wallis%20ne%20Futuna>,
        <http://lexvo.org/id/term/naq/Wallis%20and%20Futuna>,
        <http://lexvo.org/id/term/nde/Wallis%20and%20Futuna>,
        <http://lexvo.org/id/term/nep/%E0%A4%B5%E0%A4%BE%E0%A4%B2%E0%A4%BF%E0%A4%B8%20%E0%A4%B0%20%E0%A4%AB%E0%A5%81%E0%A4%9F%E0%A5%81%E0%A4%A8%E0%A4%BE>,
        <http://lexvo.org/id/term/nld/Wallis%20en%20Futuna>,
        <http://lexvo.org/id/term/nmg/Wallis%20ba%20Futuna>,
        <http://lexvo.org/id/term/nno/Wallis%20og%20Futuna>,
        <http://lexvo.org/id/term/nob/Wallis%20og%20Futuna>,
        <http://lexvo.org/id/term/nyn/Warris%20na%20Futuna>,
        <http://lexvo.org/id/term/ori/%E0%AD%B1%E0%AC%BE%E0%AC%B2%E0%AC%BF%E0%AC%B8%E0%AD%8D%20%E0%AC%8F%E0%AC%AC%E0%AC%82%20%E0%AC%AB%E0%AD%81%E0%AC%A4%E0%AD%81%E0%AC%A8%E0%AC%BE>,
        <http://lexvo.org/id/term/pol/Wallis%20i%20Futuna>,
        <http://lexvo.org/id/term/por/Wallis%20e%20Futuna>,
        <http://lexvo.org/id/term/rof/Walis%20na%20Futuna>,
        <http://lexvo.org/id/term/roh/Wallis%20e%20Futuna>,
        <http://lexvo.org/id/term/ron/Wallis%20%C8%99i%20Futuna>,
        <http://lexvo.org/id/term/run/Walisi%20na%20Futuna>,
        <http://lexvo.org/id/term/rus/%D0%A3%D0%BE%D0%BB%D0%BB%D0%B8%D1%81%20%D0%B8%20%D0%A4%D1%83%D1%82%D1%83%D0%BD%D0%B0>,
        <http://lexvo.org/id/term/rwk/Walis%20na%20Futuna>,
        <http://lexvo.org/id/term/sag/Wal%C3%AEsi%20na%20Futuna>,
        <http://lexvo.org/id/term/saq/Walis%20na%20Futuna>,
        <http://lexvo.org/id/term/sbp/Walisi%20ni%20Futuna>,
        <http://lexvo.org/id/term/seh/Wallis%20e%20Futuna>,
        <http://lexvo.org/id/term/ses/Wallis%20nda%20Futuna>,
        <http://lexvo.org/id/term/shi-Latn/walis%20d%20futuna>,
        <http://lexvo.org/id/term/shi/%E2%B5%A1%E2%B4%B0%E2%B5%8D%E2%B5%89%E2%B5%99%20%E2%B4%B7%20%E2%B4%BC%E2%B5%93%E2%B5%9C%E2%B5%93%E2%B5%8F%E2%B4%B0>,
        <http://lexvo.org/id/term/sin/%E0%B7%80%E0%B7%90%E0%B6%BD%E0%B7%92%E0%B7%83%E0%B7%8A%20%E0%B7%83%E0%B7%84%20%E0%B7%86%E0%B7%94%E0%B6%A7%E0%B7%94%E0%B6%B1%E0%B7%8F>,
        <http://lexvo.org/id/term/slk/Wallis%20a%20Futuna>,
        <http://lexvo.org/id/term/slv/Wallis%20in%20Futuna>,
        <http://lexvo.org/id/term/sme/Wallis%20ja%20Futuna>,
        <http://lexvo.org/id/term/sna/Wallis%20and%20Futuna>,
        <http://lexvo.org/id/term/som/Wallis%20and%20Futuna>,
        <http://lexvo.org/id/term/spa/Wallis%20y%20Futuna>,
        <http://lexvo.org/id/term/srp-Latn/Valis%20i%20Futuna%20Ostrva>,
        <http://lexvo.org/id/term/srp/%D0%92%D0%B0%D0%BB%D0%B8%D1%81%20%D0%B8%20%D0%A4%D1%83%D1%82%D1%83%D0%BD%D0%B0%20%D0%9E%D1%81%D1%82%D1%80%D0%B2%D0%B0>,
        <http://lexvo.org/id/term/swc/Walis%20na%20Futuna>,
        <http://lexvo.org/id/term/swe/Wallis-%20och%20Futuna%C3%B6arna>,
        <http://lexvo.org/id/term/swh/Walis%20na%20Futuna>,
        <http://lexvo.org/id/term/tam/%E0%AE%B5%E0%AE%BE%E0%AE%B2%E0%AE%BF%E0%AE%B8%E0%AF%8D%20%E0%AE%AE%E0%AE%B1%E0%AF%8D%E0%AE%B1%E0%AF%81%E0%AE%AE%E0%AF%8D%20%E0%AE%83%E0%AE%AA%E0%AF%81%E0%AE%9F%E0%AF%81%E0%AE%A9%E0%AE%BE%20%E0%AE%A4%E0%AF%80%E0%AE%B5%E0%AF%81%E0%AE%95%E0%AE%B3%E0%AF%8D>,
        <http://lexvo.org/id/term/tel/%E0%B0%B5%E0%B0%BE%E0%B0%B2%E0%B0%BF%E0%B0%B8%E0%B1%8D%20%E0%B0%AE%E0%B0%B0%E0%B0%BF%E0%B0%AF%E0%B1%81%20%E0%B0%AB%E0%B1%8D%E0%B0%AF%E0%B1%81%E0%B0%A4%E0%B1%8D%E0%B0%AF%E0%B1%81%E0%B0%A8%E0%B0%BE>,
        <http://lexvo.org/id/term/teo/Walis%20na%20Futuna>,
        <http://lexvo.org/id/term/tha/%E0%B8%A7%E0%B8%B2%E0%B8%A5%E0%B8%A5%E0%B8%B4%E0%B8%AA%E0%B9%81%E0%B8%A5%E0%B8%B0%E0%B8%9F%E0%B8%B8%E0%B8%95%E0%B8%B9%E0%B8%99%E0%B8%B2>,
        <http://lexvo.org/id/term/tir/%E1%8B%8B%E1%88%8A%E1%88%B5%20%E1%8A%A5%E1%8A%93%20%E1%8D%89%E1%89%B1%E1%8A%93%20%E1%8B%B0%E1%88%B4%E1%89%B6%E1%89%BD>,
        <http://lexvo.org/id/term/ton/%CA%BBUvea%20mo%20Futuna>,
        <http://lexvo.org/id/term/tur/Wallis%20ve%20Futuna%20Adalar%C4%B1>,
        <http://lexvo.org/id/term/twq/Wallis%20nda%20Futuna>,
        <http://lexvo.org/id/term/tzm/Walis%20d%20Futuna>,
        <http://lexvo.org/id/term/ukr/%D0%A3%D0%BE%D0%BB%D0%BB%D1%96%D1%81%20%D1%96%20%D0%A4%D1%83%D1%82%D1%83%D0%BD%D0%B0>,
        <http://lexvo.org/id/term/urd/%D9%88%DB%8C%D9%84%DB%8C%D8%B2%20%D8%A7%D9%88%D8%B1%20%D9%81%DB%8C%D9%88%D9%B9%DB%8C%D9%88%D9%86%D8%A7>,
        <http://lexvo.org/id/term/vai-Latn/Wal%C3%ADsi>,
        <http://lexvo.org/id/term/vai/%EA%95%8E%EA%94%B7%EA%94%BB%20%EA%97%AA%20%EA%96%A2%EA%96%A4%EA%95%AF>,
        <http://lexvo.org/id/term/vie/Wallis%20v%C3%A0%20Futuna>,
        <http://lexvo.org/id/term/vun/Walis%20na%20Futuna>,
        <http://lexvo.org/id/term/wae/Wallis%20und%20Futuna>,
        <http://lexvo.org/id/term/xog/Walisi%20ni%20Futuna>,
        <http://lexvo.org/id/term/yav/wal%C3%ADis%20na%20fut%C3%BAna>,
        <http://lexvo.org/id/term/yor/Or%C3%ADl%E1%BA%B9%CC%81%C3%A8de%20Wali%20ati%20futuna>,
        <http://lexvo.org/id/term/zsm/Wallis%20and%20Futuna>,
        <http://lexvo.org/id/term/zul/i-Wallis%20ne-Futuna> ;
    owl:sameAs <http://psi.oasis-open.org/iso/3166/#876>,
        <http://sws.geonames.org/4034749/> .

<http://lexvo.org/id/iso3166/WS> a lvont:GeographicRegion ;
    rdfs:label "Samoa"@af,
        "Sàmowà"@agq,
        "Samoa"@ak,
        "ሳሞአ"@am,
        "ساموا"@ar,
        "Thamoa"@asa,
        "Samoa"@ast,
        "Samoa"@az,
        "Sàmoà"@bas,
        "Самоа (Заходняе)"@be,
        "Husamoa"@bez,
        "Самоа"@bg,
        "Samowa"@bm,
        "সামোয়া"@bn,
        "ནུ་བ་ས་མོ་འ།"@bo,
        "Samoa"@br,
        "समोआ"@brx,
        "Samoa"@bs,
        "Самоа"@bs-Cyrl,
        "Samoa"@ca,
        "Samowa"@cgg,
        "萨摩亚"@cmn,
        "薩摩亞群島"@cmn-Hant,
        "Samoa"@cs,
        "Samoa"@cy,
        "Samoa"@da,
        "Samoa"@dav,
        "Samoa"@de,
        "Samoa"@dje,
        "ས་མོ་ཨ"@dz,
        "Samoa"@ebu,
        "Samoa nutome"@ee,
        "Σαμόα"@el,
        "ISO 3166-1:WS"@en,
        "Samoa"@en,
        "𐐝𐐲𐑋𐐬𐐲"@en-Dsrt,
        "Samoo"@eo,
        "Samoa"@es,
        "Samoa"@et,
        "Samoa"@eu,
        "Samoá"@ewo,
        "ساموآ"@fa,
        "ساموا"@fa,
        "Samowaa"@ff,
        "Samoa"@fi,
        "Samoa"@fil,
        "Sámoa"@fo,
        "Samoa"@fr,
        "Samoa"@fur,
        "Samó"@ga,
        "Samotha"@gd,
        "Samoa"@gl,
        "Samooa"@gsw,
        "સમોઆ"@gu,
        "Samoa"@guz,
        "Samowa"@ha,
        "סמואה"@he,
        "समोआ"@hi,
        "Samoa"@hr,
        "Szamoa"@hu,
        "Սամոա"@hy,
        "Samoa"@ia,
        "Samoa"@id,
        "Samóa"@is,
        "Samoa"@it,
        "サモア"@ja,
        "Samoa"@jmc,
        "სამოა"@ka,
        "Samwa"@kab,
        "Samoa"@kam,
        "Samoa"@kde,
        "Samoa"@kea,
        "Samoa"@khq,
        "Samoa"@ki,
        "Samoa"@kl,
        "Emetab Samoa"@kln,
        "សាមូអា"@km,
        "ಸಮೋವಾ"@kn,
        "사모아"@ko,
        "سیمووا"@ks,
        "Samoa"@ksb,
        "samɔa"@ksf,
        "Sammoha"@ksh,
        "Samóoa"@lag,
        "Samowa"@lg,
        "Samoa"@ln,
        "ຊາມົວ"@lo,
        "Samoa"@lt,
        "Samoa"@lu,
        "Samoa"@luo,
        "Samoa"@luy,
        "Samoa"@lv,
        "Samoa"@mas,
        "Samoa"@mer,
        "Samoa"@mfe,
        "Samoa"@mg,
        "Usamoa"@mgh,
        "Самоа"@mk,
        "സാമോവ"@ml,
        "सामोआ"@mr,
        "Samoa"@mt,
        "Sǝr Samoa"@mua,
        "Samoa"@naq,
        "Samoa"@nb,
        "Samowa"@nd,
        "सामोआ"@ne,
        "Samoa"@nl,
        "Samoa"@nmg,
        "Samoa"@nn,
        "Samowa"@nyn,
        "ସାମୋଆ"@or,
        "Samoa"@pl,
        "Samoa"@pt,
        "Samoa"@rm,
        "Samowa"@rn,
        "Samoa"@ro,
        "Samoa"@rof,
        "Самоа"@ru,
        "Samoa"@rwk,
        "Samoa"@saq,
        "Samoya"@sbp,
        "Samoa"@se,
        "Samoa"@seh,
        "Samoa"@ses,
        "Samoäa"@sg,
        "ⵙⴰⵎⵡⴰ"@shi,
        "samwa"@shi-Latn,
        "සැමෝවා"@si,
        "Samoa"@sk,
        "Samoa"@sl,
        "Samoa"@sn,
        "Samoa"@so,
        "Самоа"@sr,
        "Samoa"@sr-Latn,
        "Samoa"@sv,
        "Samoa"@swc,
        "Samoa"@swh,
        "சமோவா"@ta,
        "సమోవా"@te,
        "Samoa"@teo,
        "ซามัว"@th,
        "ሳሞአ"@ti,
        "Haʻamoa"@to,
        "Samoa"@tr,
        "Samoa"@twq,
        "Samwa"@tzm,
        "Самоа"@uk,
        "ساموآ"@ur,
        "ꕢꕹꖙꕉ"@vai,
        "Samowa"@vai-Latn,
        "Samoa"@vi,
        "Samoa"@vun,
        "Samoa"@wae,
        "Samowa"@xog,
        "samowá"@yav,
        "Orílẹ́ède Samọ"@yo,
        "Samoa"@zsm,
        "i-Samoa"@zu ;
    lvont:label <http://lexvo.org/id/term/afr/Samoa>,
        <http://lexvo.org/id/term/agq/S%C3%A0mow%C3%A0>,
        <http://lexvo.org/id/term/aka/Samoa>,
        <http://lexvo.org/id/term/amh/%E1%88%B3%E1%88%9E%E1%8A%A0>,
        <http://lexvo.org/id/term/ara/%D8%B3%D8%A7%D9%85%D9%88%D8%A7>,
        <http://lexvo.org/id/term/asa/Thamoa>,
        <http://lexvo.org/id/term/ast/Samoa>,
        <http://lexvo.org/id/term/aze/Samoa>,
        <http://lexvo.org/id/term/bam/Samowa>,
        <http://lexvo.org/id/term/bas/S%C3%A0mo%C3%A0>,
        <http://lexvo.org/id/term/bel/%D0%A1%D0%B0%D0%BC%D0%BE%D0%B0%20(%D0%97%D0%B0%D1%85%D0%BE%D0%B4%D0%BD%D1%8F%D0%B5)>,
        <http://lexvo.org/id/term/ben/%E0%A6%B8%E0%A6%BE%E0%A6%AE%E0%A7%8B%E0%A6%AF%E0%A6%BC%E0%A6%BE>,
        <http://lexvo.org/id/term/bez/Husamoa>,
        <http://lexvo.org/id/term/bod/%E0%BD%93%E0%BD%B4%E0%BC%8B%E0%BD%96%E0%BC%8B%E0%BD%A6%E0%BC%8B%E0%BD%98%E0%BD%BC%E0%BC%8B%E0%BD%A0%E0%BC%8D>,
        <http://lexvo.org/id/term/bos-Cyrl/%D0%A1%D0%B0%D0%BC%D0%BE%D0%B0>,
        <http://lexvo.org/id/term/bos/Samoa>,
        <http://lexvo.org/id/term/bre/Samoa>,
        <http://lexvo.org/id/term/brx/%E0%A4%B8%E0%A4%AE%E0%A5%8B%E0%A4%86>,
        <http://lexvo.org/id/term/bul/%D0%A1%D0%B0%D0%BC%D0%BE%D0%B0>,
        <http://lexvo.org/id/term/cat/Samoa>,
        <http://lexvo.org/id/term/ces/Samoa>,
        <http://lexvo.org/id/term/cgg/Samowa>,
        <http://lexvo.org/id/term/cmn-Hant/%E8%96%A9%E6%91%A9%E4%BA%9E%E7%BE%A4%E5%B3%B6>,
        <http://lexvo.org/id/term/cmn/%E8%90%A8%E6%91%A9%E4%BA%9A>,
        <http://lexvo.org/id/term/cym/Samoa>,
        <http://lexvo.org/id/term/dan/Samoa>,
        <http://lexvo.org/id/term/dav/Samoa>,
        <http://lexvo.org/id/term/deu/Samoa>,
        <http://lexvo.org/id/term/dje/Samoa>,
        <http://lexvo.org/id/term/dzo/%E0%BD%A6%E0%BC%8B%E0%BD%98%E0%BD%BC%E0%BC%8B%E0%BD%A8>,
        <http://lexvo.org/id/term/ebu/Samoa>,
        <http://lexvo.org/id/term/ell/%CE%A3%CE%B1%CE%BC%CF%8C%CE%B1>,
        <http://lexvo.org/id/term/eng-Dsrt/%F0%90%90%9D%F0%90%90%B2%F0%90%91%8B%F0%90%90%AC%F0%90%90%B2>,
        <http://lexvo.org/id/term/eng/ISO%203166-1%3AWS>,
        <http://lexvo.org/id/term/eng/Samoa>,
        <http://lexvo.org/id/term/epo/Samoo>,
        <http://lexvo.org/id/term/est/Samoa>,
        <http://lexvo.org/id/term/eus/Samoa>,
        <http://lexvo.org/id/term/ewe/Samoa%20nutome>,
        <http://lexvo.org/id/term/ewo/Samo%C3%A1>,
        <http://lexvo.org/id/term/fao/S%C3%A1moa>,
        <http://lexvo.org/id/term/fas/%D8%B3%D8%A7%D9%85%D9%88%D8%A2>,
        <http://lexvo.org/id/term/fas/%D8%B3%D8%A7%D9%85%D9%88%D8%A7>,
        <http://lexvo.org/id/term/fil/Samoa>,
        <http://lexvo.org/id/term/fin/Samoa>,
        <http://lexvo.org/id/term/fra/Samoa>,
        <http://lexvo.org/id/term/ful/Samowaa>,
        <http://lexvo.org/id/term/fur/Samoa>,
        <http://lexvo.org/id/term/gla/Samotha>,
        <http://lexvo.org/id/term/gle/Sam%C3%B3>,
        <http://lexvo.org/id/term/glg/Samoa>,
        <http://lexvo.org/id/term/gsw/Samooa>,
        <http://lexvo.org/id/term/guj/%E0%AA%B8%E0%AA%AE%E0%AB%8B%E0%AA%86>,
        <http://lexvo.org/id/term/guz/Samoa>,
        <http://lexvo.org/id/term/hau/Samowa>,
        <http://lexvo.org/id/term/heb/%D7%A1%D7%9E%D7%95%D7%90%D7%94>,
        <http://lexvo.org/id/term/hin/%E0%A4%B8%E0%A4%AE%E0%A5%8B%E0%A4%86>,
        <http://lexvo.org/id/term/hrv/Samoa>,
        <http://lexvo.org/id/term/hun/Szamoa>,
        <http://lexvo.org/id/term/hye/%D5%8D%D5%A1%D5%B4%D5%B8%D5%A1>,
        <http://lexvo.org/id/term/ina/Samoa>,
        <http://lexvo.org/id/term/ind/Samoa>,
        <http://lexvo.org/id/term/isl/Sam%C3%B3a>,
        <http://lexvo.org/id/term/ita/Samoa>,
        <http://lexvo.org/id/term/jmc/Samoa>,
        <http://lexvo.org/id/term/jpn/%E3%82%B5%E3%83%A2%E3%82%A2>,
        <http://lexvo.org/id/term/kab/Samwa>,
        <http://lexvo.org/id/term/kal/Samoa>,
        <http://lexvo.org/id/term/kam/Samoa>,
        <http://lexvo.org/id/term/kan/%E0%B2%B8%E0%B2%AE%E0%B3%8B%E0%B2%B5%E0%B2%BE>,
        <http://lexvo.org/id/term/kas/%D8%B3%DB%8C%D9%85%D9%88%D9%88%D8%A7>,
        <http://lexvo.org/id/term/kat/%E1%83%A1%E1%83%90%E1%83%9B%E1%83%9D%E1%83%90>,
        <http://lexvo.org/id/term/kde/Samoa>,
        <http://lexvo.org/id/term/kea/Samoa>,
        <http://lexvo.org/id/term/khm/%E1%9E%9F%E1%9E%B6%E1%9E%98%E1%9E%BC%E1%9E%A2%E1%9E%B6>,
        <http://lexvo.org/id/term/khq/Samoa>,
        <http://lexvo.org/id/term/kik/Samoa>,
        <http://lexvo.org/id/term/kln/Emetab%20Samoa>,
        <http://lexvo.org/id/term/kor/%EC%82%AC%EB%AA%A8%EC%95%84>,
        <http://lexvo.org/id/term/ksb/Samoa>,
        <http://lexvo.org/id/term/ksf/sam%C9%94a>,
        <http://lexvo.org/id/term/ksh/Sammoha>,
        <http://lexvo.org/id/term/lag/Sam%C3%B3oa>,
        <http://lexvo.org/id/term/lao/%E0%BA%8A%E0%BA%B2%E0%BA%A1%E0%BA%BB%E0%BA%A7>,
        <http://lexvo.org/id/term/lav/Samoa>,
        <http://lexvo.org/id/term/lin/Samoa>,
        <http://lexvo.org/id/term/lit/Samoa>,
        <http://lexvo.org/id/term/lub/Samoa>,
        <http://lexvo.org/id/term/lug/Samowa>,
        <http://lexvo.org/id/term/luo/Samoa>,
        <http://lexvo.org/id/term/luy/Samoa>,
        <http://lexvo.org/id/term/mal/%E0%B4%B8%E0%B4%BE%E0%B4%AE%E0%B5%8B%E0%B4%B5>,
        <http://lexvo.org/id/term/mar/%E0%A4%B8%E0%A4%BE%E0%A4%AE%E0%A5%8B%E0%A4%86>,
        <http://lexvo.org/id/term/mas/Samoa>,
        <http://lexvo.org/id/term/mer/Samoa>,
        <http://lexvo.org/id/term/mfe/Samoa>,
        <http://lexvo.org/id/term/mgh/Usamoa>,
        <http://lexvo.org/id/term/mkd/%D0%A1%D0%B0%D0%BC%D0%BE%D0%B0>,
        <http://lexvo.org/id/term/mlg/Samoa>,
        <http://lexvo.org/id/term/mlt/Samoa>,
        <http://lexvo.org/id/term/mua/S%C7%9Dr%20Samoa>,
        <http://lexvo.org/id/term/naq/Samoa>,
        <http://lexvo.org/id/term/nde/Samowa>,
        <http://lexvo.org/id/term/nep/%E0%A4%B8%E0%A4%BE%E0%A4%AE%E0%A5%8B%E0%A4%86>,
        <http://lexvo.org/id/term/nld/Samoa>,
        <http://lexvo.org/id/term/nmg/Samoa>,
        <http://lexvo.org/id/term/nno/Samoa>,
        <http://lexvo.org/id/term/nob/Samoa>,
        <http://lexvo.org/id/term/nyn/Samowa>,
        <http://lexvo.org/id/term/ori/%E0%AC%B8%E0%AC%BE%E0%AC%AE%E0%AD%8B%E0%AC%86>,
        <http://lexvo.org/id/term/pol/Samoa>,
        <http://lexvo.org/id/term/por/Samoa>,
        <http://lexvo.org/id/term/rof/Samoa>,
        <http://lexvo.org/id/term/roh/Samoa>,
        <http://lexvo.org/id/term/ron/Samoa>,
        <http://lexvo.org/id/term/run/Samowa>,
        <http://lexvo.org/id/term/rus/%D0%A1%D0%B0%D0%BC%D0%BE%D0%B0>,
        <http://lexvo.org/id/term/rwk/Samoa>,
        <http://lexvo.org/id/term/sag/Samo%C3%A4a>,
        <http://lexvo.org/id/term/saq/Samoa>,
        <http://lexvo.org/id/term/sbp/Samoya>,
        <http://lexvo.org/id/term/seh/Samoa>,
        <http://lexvo.org/id/term/ses/Samoa>,
        <http://lexvo.org/id/term/shi-Latn/samwa>,
        <http://lexvo.org/id/term/shi/%E2%B5%99%E2%B4%B0%E2%B5%8E%E2%B5%A1%E2%B4%B0>,
        <http://lexvo.org/id/term/sin/%E0%B7%83%E0%B7%90%E0%B6%B8%E0%B7%9D%E0%B7%80%E0%B7%8F>,
        <http://lexvo.org/id/term/slk/Samoa>,
        <http://lexvo.org/id/term/slv/Samoa>,
        <http://lexvo.org/id/term/sme/Samoa>,
        <http://lexvo.org/id/term/sna/Samoa>,
        <http://lexvo.org/id/term/som/Samoa>,
        <http://lexvo.org/id/term/spa/Samoa>,
        <http://lexvo.org/id/term/srp-Latn/Samoa>,
        <http://lexvo.org/id/term/srp/%D0%A1%D0%B0%D0%BC%D0%BE%D0%B0>,
        <http://lexvo.org/id/term/swc/Samoa>,
        <http://lexvo.org/id/term/swe/Samoa>,
        <http://lexvo.org/id/term/swh/Samoa>,
        <http://lexvo.org/id/term/tam/%E0%AE%9A%E0%AE%AE%E0%AF%8B%E0%AE%B5%E0%AE%BE>,
        <http://lexvo.org/id/term/tel/%E0%B0%B8%E0%B0%AE%E0%B1%8B%E0%B0%B5%E0%B0%BE>,
        <http://lexvo.org/id/term/teo/Samoa>,
        <http://lexvo.org/id/term/tha/%E0%B8%8B%E0%B8%B2%E0%B8%A1%E0%B8%B1%E0%B8%A7>,
        <http://lexvo.org/id/term/tir/%E1%88%B3%E1%88%9E%E1%8A%A0>,
        <http://lexvo.org/id/term/ton/Ha%CA%BBamoa>,
        <http://lexvo.org/id/term/tur/Samoa>,
        <http://lexvo.org/id/term/twq/Samoa>,
        <http://lexvo.org/id/term/tzm/Samwa>,
        <http://lexvo.org/id/term/ukr/%D0%A1%D0%B0%D0%BC%D0%BE%D0%B0>,
        <http://lexvo.org/id/term/urd/%D8%B3%D8%A7%D9%85%D9%88%D8%A2>,
        <http://lexvo.org/id/term/vai-Latn/Samowa>,
        <http://lexvo.org/id/term/vai/%EA%95%A2%EA%95%B9%EA%96%99%EA%95%89>,
        <http://lexvo.org/id/term/vie/Samoa>,
        <http://lexvo.org/id/term/vun/Samoa>,
        <http://lexvo.org/id/term/wae/Samoa>,
        <http://lexvo.org/id/term/xog/Samowa>,
        <http://lexvo.org/id/term/yav/samow%C3%A1>,
        <http://lexvo.org/id/term/yor/Or%C3%ADl%E1%BA%B9%CC%81%C3%A8de%20Sam%E1%BB%8D>,
        <http://lexvo.org/id/term/zsm/Samoa>,
        <http://lexvo.org/id/term/zul/i-Samoa> ;
    owl:sameAs <http://psi.oasis-open.org/iso/3166/#882>,
        <http://sws.geonames.org/4034894/> .

<http://lexvo.org/id/iso3166/YE> a lvont:GeographicRegion ;
    rdfs:label "Jemen"@af,
        "Yɛmɛ̀n"@agq,
        "Yɛmen"@ak,
        "የመን"@am,
        "اليمن"@ar,
        "Yemeni"@asa,
        "Yemen"@ast,
        "Yemen"@az,
        "Yèmɛ̂n"@bas,
        "Емен"@be,
        "Huyemeni"@bez,
        "Йемен"@bg,
        "Yemɛni"@bm,
        "ইমেন"@bn,
        "ཡེ་མེན།"@bo,
        "Yemen"@br,
        "यमन"@brx,
        "Jemen"@bs,
        "Јемен"@bs-Cyrl,
        "የመን"@byn,
        "Iemen"@ca,
        "Yemeni"@cgg,
        "也门"@cmn,
        "也門"@cmn-Hant,
        "Jemen"@cs,
        "Yemen"@cy,
        "Yemen"@da,
        "Yemeni"@dav,
        "Jemen"@de,
        "Yaman"@dje,
        "ཡེ་མེན"@dz,
        "Yemeni"@ebu,
        "Yemen nutome"@ee,
        "Υεμένη"@el,
        "ISO 3166-1:YE"@en,
        "Yemen"@en,
        "𐐏𐐯𐑋𐐲𐑌"@en-Dsrt,
        "Jemeno"@eo,
        "Yemen"@es,
        "Jeemen"@et,
        "Yemen"@eu,
        "Yemɛ́n"@ewo,
        "یمن"@fa,
        "Yemen"@ff,
        "Jemen"@fi,
        "Yemen"@fil,
        "Jemen"@fo,
        "Yémen"@fr,
        "Yemen"@fur,
        "Éimin"@ga,
        "An Eaman"@gd,
        "Iemen"@gl,
        "Jeeme"@gsw,
        "યેમેન"@gu,
        "Yemeni"@guz,
        "Yamal"@ha,
        "תימן"@he,
        "यमन"@hi,
        "Jemen"@hr,
        "Jemen"@hu,
        "Եմեն"@hy,
        "Yemen"@ia,
        "Yaman"@id,
        "Jemen"@is,
        "Yemen"@it,
        "イエメン"@ja,
        "Yemeni"@jmc,
        "იემენი"@ka,
        "Lyamen"@kab,
        "Yemeni"@kam,
        "Yemeni"@kde,
        "Iemen"@kea,
        "Yaman"@khq,
        "Yemeni"@ki,
        "Jemen"@kl,
        "Emetab Yemen"@kln,
        "យេមែន"@km,
        "ಯೆಮನ್"@kn,
        "예멘"@ko,
        "یَمَن"@ks,
        "Yemeni"@ksb,
        "yɛmɛn"@ksf,
        "der Jämme"@ksh,
        "Yémeni"@lag,
        "Yemeni"@lg,
        "Yemɛnɛ"@ln,
        "ເຢເມນ"@lo,
        "Jemenas"@lt,
        "Yemenu"@lu,
        "Yemen"@luo,
        "Yemeni"@luy,
        "Jemena"@lv,
        "Yemeni"@mas,
        "Yemeni"@mer,
        "Yemenn"@mfe,
        "Yemen"@mg,
        "Uyemeni"@mgh,
        "Јемен"@mk,
        "യമൻ"@ml,
        "येमेन"@mr,
        "Jemen"@mt,
        "Yemeŋ"@mua,
        "ယီမင်"@my,
        "Yemen"@naq,
        "Jemen"@nb,
        "Yemeni"@nd,
        "येमेन"@ne,
        "Jemen"@nl,
        "Yǝmɛn"@nmg,
        "Yemen"@nn,
        "Yemeni"@nyn,
        "ୟେମେନ୍"@or,
        "Jemen"@pl,
        "یمن"@ps,
        "Iémen"@pt,
        "Iêmen"@pt,
        "Jemen"@rm,
        "Yemeni"@rn,
        "Yemen"@ro,
        "Yemeni"@rof,
        "Йемен"@ru,
        "Yemeni"@rwk,
        "Yemeni"@saq,
        "Yemeni"@sbp,
        "Jemen"@se,
        "Iêmen"@seh,
        "Yaman"@ses,
        "Yëmêni"@sg,
        "ⵢⴰⵎⴰⵏ"@shi,
        "yaman"@shi-Latn,
        "යේමනය"@si,
        "Jemen"@sk,
        "Jemen"@sl,
        "Yemen"@sn,
        "Yaman"@so,
        "Jemen"@sq,
        "Јемен"@sr,
        "Jemen"@sr-Latn,
        "Jemen"@sv,
        "Yemeni"@swc,
        "Yemeni"@swh,
        "ஏமன்"@ta,
        "యెమెన్"@te,
        "Yemeni"@teo,
        "เยเมน"@th,
        "የመን"@ti,
        "የመን"@tig,
        "Iemeni"@to,
        "Yemen"@tr,
        "Yaman"@twq,
        "Yaman"@tzm,
        "Ємен"@uk,
        "یمن"@ur,
        "ꔝꘈꘋ"@vai,
        "Yemɛni"@vai-Latn,
        "Yemen"@vi,
        "Yemeni"@vun,
        "Jéme"@wae,
        "የመን"@wal,
        "Yemeni"@xog,
        "yémɛn"@yav,
        "Orílẹ́ède yemeni"@yo,
        "Yaman"@zsm,
        "i-Yemen"@zu ;
    lvont:label <http://lexvo.org/id/term/afr/Jemen>,
        <http://lexvo.org/id/term/agq/Y%C9%9Bm%C9%9B%CC%80n>,
        <http://lexvo.org/id/term/aka/Y%C9%9Bmen>,
        <http://lexvo.org/id/term/amh/%E1%8B%A8%E1%88%98%E1%8A%95>,
        <http://lexvo.org/id/term/ara/%D8%A7%D9%84%D9%8A%D9%85%D9%86>,
        <http://lexvo.org/id/term/asa/Yemeni>,
        <http://lexvo.org/id/term/ast/Yemen>,
        <http://lexvo.org/id/term/aze/Yemen>,
        <http://lexvo.org/id/term/bam/Yem%C9%9Bni>,
        <http://lexvo.org/id/term/bas/Y%C3%A8m%C9%9B%CC%82n>,
        <http://lexvo.org/id/term/bel/%D0%95%D0%BC%D0%B5%D0%BD>,
        <http://lexvo.org/id/term/ben/%E0%A6%87%E0%A6%AE%E0%A7%87%E0%A6%A8>,
        <http://lexvo.org/id/term/bez/Huyemeni>,
        <http://lexvo.org/id/term/bod/%E0%BD%A1%E0%BD%BA%E0%BC%8B%E0%BD%98%E0%BD%BA%E0%BD%93%E0%BC%8D>,
        <http://lexvo.org/id/term/bos-Cyrl/%D0%88%D0%B5%D0%BC%D0%B5%D0%BD>,
        <http://lexvo.org/id/term/bos/Jemen>,
        <http://lexvo.org/id/term/bre/Yemen>,
        <http://lexvo.org/id/term/brx/%E0%A4%AF%E0%A4%AE%E0%A4%A8>,
        <http://lexvo.org/id/term/bul/%D0%99%D0%B5%D0%BC%D0%B5%D0%BD>,
        <http://lexvo.org/id/term/byn/%E1%8B%A8%E1%88%98%E1%8A%95>,
        <http://lexvo.org/id/term/cat/Iemen>,
        <http://lexvo.org/id/term/ces/Jemen>,
        <http://lexvo.org/id/term/cgg/Yemeni>,
        <http://lexvo.org/id/term/cmn-Hant/%E4%B9%9F%E9%96%80>,
        <http://lexvo.org/id/term/cmn/%E4%B9%9F%E9%97%A8>,
        <http://lexvo.org/id/term/cym/Yemen>,
        <http://lexvo.org/id/term/dan/Yemen>,
        <http://lexvo.org/id/term/dav/Yemeni>,
        <http://lexvo.org/id/term/deu/Jemen>,
        <http://lexvo.org/id/term/dje/Yaman>,
        <http://lexvo.org/id/term/dzo/%E0%BD%A1%E0%BD%BA%E0%BC%8B%E0%BD%98%E0%BD%BA%E0%BD%93>,
        <http://lexvo.org/id/term/ebu/Yemeni>,
        <http://lexvo.org/id/term/ell/%CE%A5%CE%B5%CE%BC%CE%AD%CE%BD%CE%B7>,
        <http://lexvo.org/id/term/eng-Dsrt/%F0%90%90%8F%F0%90%90%AF%F0%90%91%8B%F0%90%90%B2%F0%90%91%8C>,
        <http://lexvo.org/id/term/eng/ISO%203166-1%3AYE>,
        <http://lexvo.org/id/term/eng/Yemen>,
        <http://lexvo.org/id/term/epo/Jemeno>,
        <http://lexvo.org/id/term/est/Jeemen>,
        <http://lexvo.org/id/term/eus/Yemen>,
        <http://lexvo.org/id/term/ewe/Yemen%20nutome>,
        <http://lexvo.org/id/term/ewo/Yem%C9%9B%CC%81n>,
        <http://lexvo.org/id/term/fao/Jemen>,
        <http://lexvo.org/id/term/fas/%DB%8C%D9%85%D9%86>,
        <http://lexvo.org/id/term/fil/Yemen>,
        <http://lexvo.org/id/term/fin/Jemen>,
        <http://lexvo.org/id/term/fra/Y%C3%A9men>,
        <http://lexvo.org/id/term/ful/Yemen>,
        <http://lexvo.org/id/term/fur/Yemen>,
        <http://lexvo.org/id/term/gla/An%20Eaman>,
        <http://lexvo.org/id/term/gle/%C3%89imin>,
        <http://lexvo.org/id/term/glg/Iemen>,
        <http://lexvo.org/id/term/gsw/Jeeme>,
        <http://lexvo.org/id/term/guj/%E0%AA%AF%E0%AB%87%E0%AA%AE%E0%AB%87%E0%AA%A8>,
        <http://lexvo.org/id/term/guz/Yemeni>,
        <http://lexvo.org/id/term/hau/Yamal>,
        <http://lexvo.org/id/term/heb/%D7%AA%D7%99%D7%9E%D7%9F>,
        <http://lexvo.org/id/term/hin/%E0%A4%AF%E0%A4%AE%E0%A4%A8>,
        <http://lexvo.org/id/term/hrv/Jemen>,
        <http://lexvo.org/id/term/hun/Jemen>,
        <http://lexvo.org/id/term/hye/%D4%B5%D5%B4%D5%A5%D5%B6>,
        <http://lexvo.org/id/term/ina/Yemen>,
        <http://lexvo.org/id/term/ind/Yaman>,
        <http://lexvo.org/id/term/isl/Jemen>,
        <http://lexvo.org/id/term/ita/Yemen>,
        <http://lexvo.org/id/term/jmc/Yemeni>,
        <http://lexvo.org/id/term/jpn/%E3%82%A4%E3%82%A8%E3%83%A1%E3%83%B3>,
        <http://lexvo.org/id/term/kab/Lyamen>,
        <http://lexvo.org/id/term/kal/Jemen>,
        <http://lexvo.org/id/term/kam/Yemeni>,
        <http://lexvo.org/id/term/kan/%E0%B2%AF%E0%B3%86%E0%B2%AE%E0%B2%A8%E0%B3%8D>,
        <http://lexvo.org/id/term/kas/%DB%8C%D9%8E%D9%85%D9%8E%D9%86>,
        <http://lexvo.org/id/term/kat/%E1%83%98%E1%83%94%E1%83%9B%E1%83%94%E1%83%9C%E1%83%98>,
        <http://lexvo.org/id/term/kde/Yemeni>,
        <http://lexvo.org/id/term/kea/Iemen>,
        <http://lexvo.org/id/term/khm/%E1%9E%99%E1%9F%81%E1%9E%98%E1%9F%82%E1%9E%93>,
        <http://lexvo.org/id/term/khq/Yaman>,
        <http://lexvo.org/id/term/kik/Yemeni>,
        <http://lexvo.org/id/term/kln/Emetab%20Yemen>,
        <http://lexvo.org/id/term/kor/%EC%98%88%EB%A9%98>,
        <http://lexvo.org/id/term/ksb/Yemeni>,
        <http://lexvo.org/id/term/ksf/y%C9%9Bm%C9%9Bn>,
        <http://lexvo.org/id/term/ksh/der%20J%C3%A4mme>,
        <http://lexvo.org/id/term/lag/Y%C3%A9meni>,
        <http://lexvo.org/id/term/lao/%E0%BB%80%E0%BA%A2%E0%BB%80%E0%BA%A1%E0%BA%99>,
        <http://lexvo.org/id/term/lav/Jemena>,
        <http://lexvo.org/id/term/lin/Yem%C9%9Bn%C9%9B>,
        <http://lexvo.org/id/term/lit/Jemenas>,
        <http://lexvo.org/id/term/lub/Yemenu>,
        <http://lexvo.org/id/term/lug/Yemeni>,
        <http://lexvo.org/id/term/luo/Yemen>,
        <http://lexvo.org/id/term/luy/Yemeni>,
        <http://lexvo.org/id/term/mal/%E0%B4%AF%E0%B4%AE%E0%B5%BB>,
        <http://lexvo.org/id/term/mar/%E0%A4%AF%E0%A5%87%E0%A4%AE%E0%A5%87%E0%A4%A8>,
        <http://lexvo.org/id/term/mas/Yemeni>,
        <http://lexvo.org/id/term/mer/Yemeni>,
        <http://lexvo.org/id/term/mfe/Yemenn>,
        <http://lexvo.org/id/term/mgh/Uyemeni>,
        <http://lexvo.org/id/term/mkd/%D0%88%D0%B5%D0%BC%D0%B5%D0%BD>,
        <http://lexvo.org/id/term/mlg/Yemen>,
        <http://lexvo.org/id/term/mlt/Jemen>,
        <http://lexvo.org/id/term/mua/Yeme%C5%8B>,
        <http://lexvo.org/id/term/mya/%E1%80%9A%E1%80%AE%E1%80%99%E1%80%84%E1%80%BA>,
        <http://lexvo.org/id/term/naq/Yemen>,
        <http://lexvo.org/id/term/nde/Yemeni>,
        <http://lexvo.org/id/term/nep/%E0%A4%AF%E0%A5%87%E0%A4%AE%E0%A5%87%E0%A4%A8>,
        <http://lexvo.org/id/term/nld/Jemen>,
        <http://lexvo.org/id/term/nmg/Y%C7%9Dm%C9%9Bn>,
        <http://lexvo.org/id/term/nno/Yemen>,
        <http://lexvo.org/id/term/nob/Jemen>,
        <http://lexvo.org/id/term/nyn/Yemeni>,
        <http://lexvo.org/id/term/ori/%E0%AD%9F%E0%AD%87%E0%AC%AE%E0%AD%87%E0%AC%A8%E0%AD%8D>,
        <http://lexvo.org/id/term/pol/Jemen>,
        <http://lexvo.org/id/term/por/I%C3%A9men>,
        <http://lexvo.org/id/term/por/I%C3%AAmen>,
        <http://lexvo.org/id/term/pus/%DB%8C%D9%85%D9%86>,
        <http://lexvo.org/id/term/rof/Yemeni>,
        <http://lexvo.org/id/term/roh/Jemen>,
        <http://lexvo.org/id/term/ron/Yemen>,
        <http://lexvo.org/id/term/run/Yemeni>,
        <http://lexvo.org/id/term/rus/%D0%99%D0%B5%D0%BC%D0%B5%D0%BD>,
        <http://lexvo.org/id/term/rwk/Yemeni>,
        <http://lexvo.org/id/term/sag/Y%C3%ABm%C3%AAni>,
        <http://lexvo.org/id/term/saq/Yemeni>,
        <http://lexvo.org/id/term/sbp/Yemeni>,
        <http://lexvo.org/id/term/seh/I%C3%AAmen>,
        <http://lexvo.org/id/term/ses/Yaman>,
        <http://lexvo.org/id/term/shi-Latn/yaman>,
        <http://lexvo.org/id/term/shi/%E2%B5%A2%E2%B4%B0%E2%B5%8E%E2%B4%B0%E2%B5%8F>,
        <http://lexvo.org/id/term/sin/%E0%B6%BA%E0%B7%9A%E0%B6%B8%E0%B6%B1%E0%B6%BA>,
        <http://lexvo.org/id/term/slk/Jemen>,
        <http://lexvo.org/id/term/slv/Jemen>,
        <http://lexvo.org/id/term/sme/Jemen>,
        <http://lexvo.org/id/term/sna/Yemen>,
        <http://lexvo.org/id/term/som/Yaman>,
        <http://lexvo.org/id/term/spa/Yemen>,
        <http://lexvo.org/id/term/sqi/Jemen>,
        <http://lexvo.org/id/term/srp-Latn/Jemen>,
        <http://lexvo.org/id/term/srp/%D0%88%D0%B5%D0%BC%D0%B5%D0%BD>,
        <http://lexvo.org/id/term/swc/Yemeni>,
        <http://lexvo.org/id/term/swe/Jemen>,
        <http://lexvo.org/id/term/swh/Yemeni>,
        <http://lexvo.org/id/term/tam/%E0%AE%8F%E0%AE%AE%E0%AE%A9%E0%AF%8D>,
        <http://lexvo.org/id/term/tel/%E0%B0%AF%E0%B1%86%E0%B0%AE%E0%B1%86%E0%B0%A8%E0%B1%8D>,
        <http://lexvo.org/id/term/teo/Yemeni>,
        <http://lexvo.org/id/term/tha/%E0%B9%80%E0%B8%A2%E0%B9%80%E0%B8%A1%E0%B8%99>,
        <http://lexvo.org/id/term/tig/%E1%8B%A8%E1%88%98%E1%8A%95>,
        <http://lexvo.org/id/term/tir/%E1%8B%A8%E1%88%98%E1%8A%95>,
        <http://lexvo.org/id/term/ton/Iemeni>,
        <http://lexvo.org/id/term/tur/Yemen>,
        <http://lexvo.org/id/term/twq/Yaman>,
        <http://lexvo.org/id/term/tzm/Yaman>,
        <http://lexvo.org/id/term/ukr/%D0%84%D0%BC%D0%B5%D0%BD>,
        <http://lexvo.org/id/term/urd/%DB%8C%D9%85%D9%86>,
        <http://lexvo.org/id/term/vai-Latn/Yem%C9%9Bni>,
        <http://lexvo.org/id/term/vai/%EA%94%9D%EA%98%88%EA%98%8B>,
        <http://lexvo.org/id/term/vie/Yemen>,
        <http://lexvo.org/id/term/vun/Yemeni>,
        <http://lexvo.org/id/term/wae/J%C3%A9me>,
        <http://lexvo.org/id/term/wal/%E1%8B%A8%E1%88%98%E1%8A%95>,
        <http://lexvo.org/id/term/xog/Yemeni>,
        <http://lexvo.org/id/term/yav/y%C3%A9m%C9%9Bn>,
        <http://lexvo.org/id/term/yor/Or%C3%ADl%E1%BA%B9%CC%81%C3%A8de%20yemeni>,
        <http://lexvo.org/id/term/zsm/Yaman>,
        <http://lexvo.org/id/term/zul/i-Yemen> ;
    owl:sameAs <http://psi.oasis-open.org/iso/3166/#887>,
        <http://sws.geonames.org/69543/> .

<http://lexvo.org/id/iso3166/YT> a lvont:GeographicRegion ;
    rdfs:label "Mayotte"@af,
        "Màyotì"@agq,
        "Mayɔte"@ak,
        "ሜይኦቴ"@am,
        "مايوت"@ar,
        "Mayotte"@asa,
        "Mayotte"@ast,
        "Mayot"@az,
        "Màyɔ̂t"@bas,
        "Humayotte"@bez,
        "Мейот"@bg,
        "Mayoti"@bm,
        "মায়োত্তে"@bn,
        "Mayotte"@br,
        "मैयौट"@brx,
        "Majote"@bs,
        "Мајоте"@bs-Cyrl,
        "Mayotte"@ca,
        "Mayote"@cgg,
        "马约特"@cmn,
        "馬約特"@cmn-Hant,
        "Mayotte"@cs,
        "Mayotte"@cy,
        "Mayotte"@da,
        "Mayotte"@dav,
        "Mayotte"@de,
        "Mayooti"@dje,
        "མེ་ཡོཊ"@dz,
        "Mayotte"@ebu,
        "Mayotte nutome"@ee,
        "Μαγιότ"@el,
        "ISO 3166-1:YT"@en,
        "Mayotte"@en,
        "𐐣𐐪𐐷𐐱𐐻"@en-Dsrt,
        "Majoto"@eo,
        "Mayotte"@es,
        "Mayotte"@et,
        "Mayotte"@eu,
        "Mayɔ́d"@ewo,
        "مایوت"@fa,
        "Mayoot"@ff,
        "Mayotte"@fi,
        "Mayotte"@fil,
        "Mayotte"@fo,
        "Mayotte"@fr,
        "Mayotte"@fur,
        "Mayotte"@ga,
        "Mayotte"@gd,
        "Mayotte"@gl,
        "Majott"@gsw,
        "મેયોટ"@gu,
        "Mayotte"@guz,
        "Mayoti"@ha,
        "מאיוט"@he,
        "मैयट"@hi,
        "Majote"@hr,
        "Mayotte"@hu,
        "Mayotte"@id,
        "Mayotte"@is,
        "Mayotte"@it,
        "マヨット島"@ja,
        "Mɑyɔ̂t"@jgo,
        "Mayotte"@jmc,
        "Mayuṭ"@kab,
        "Mayotte"@kam,
        "Maole"@kde,
        "Maiote"@kea,
        "Mayooti"@khq,
        "Mayotte"@ki,
        "Mayotte"@kl,
        "Emetab Mayotte"@kln,
        "ម៉ាយុត"@km,
        "ಮಯೊಟ್ಟೆ"@kn,
        "마요티"@ko,
        "مَییٹ"@ks,
        "Mayotte"@ksb,
        "mayɔ́t"@ksf,
        "Majott"@ksh,
        "Mayóote"@lag,
        "Mayotte"@lg,
        "Mayotɛ"@ln,
        "ມາຢອດ"@lo,
        "Majotas"@lt,
        "Mayote"@lu,
        "Mayotte"@luo,
        "Mayotte"@luy,
        "Majota"@lv,
        "Mayotte"@mas,
        "Mayotte"@mer,
        "Mayot"@mfe,
        "Mayôty"@mg,
        "Мајоте"@mk,
        "മയോട്ട്"@ml,
        "मायोट्टे"@mr,
        "Majotte"@mt,
        "Mayot"@mua,
        "Mayotte"@naq,
        "Mayotte"@nb,
        "Mayotte"@nd,
        "मायोट्ट"@ne,
        "Mayotte"@nl,
        "Mayɔt"@nmg,
        "Mayotte"@nn,
        "Mayote"@nyn,
        "ମାୟୋଟେ"@or,
        "Majotta"@pl,
        "Maiote"@pt,
        "Mayotte"@pt,
        "Mayotte"@rm,
        "Mayote"@rn,
        "Mayotte"@ro,
        "Mayotte"@rof,
        "Майотта"@ru,
        "Mayotte"@rwk,
        "Mayotte"@saq,
        "Mayote"@sbp,
        "Mayotte"@se,
        "Mayotte"@seh,
        "Mayooti"@ses,
        "Mäyôte"@sg,
        "ⵎⴰⵢⵓⵟ"@shi,
        "mayuṭ"@shi-Latn,
        "මයෝටි"@si,
        "Mayotte"@sk,
        "Mayotte"@sl,
        "Mayotte"@sn,
        "Mayotte"@so,
        "Мајоте"@sr,
        "Majote"@sr-Latn,
        "Mayotte"@sv,
        "Mayotte"@swc,
        "Mayotte"@swh,
        "மயோத்"@ta,
        "మాయొట్టి"@te,
        "Mayotte"@teo,
        "มายอต"@th,
        "ሜይኦቴ"@ti,
        "Meioti"@to,
        "Mayotte"@tr,
        "Mayooti"@twq,
        "Mayuṭ"@tzm,
        "Майот"@uk,
        "مایوٹ"@ur,
        "ꕮꗚꔎ"@vai,
        "Mavote"@vai-Latn,
        "Mayotte"@vi,
        "Mayotte"@vun,
        "Moyette"@wae,
        "Mayotte"@xog,
        "mayɔ́ɔt"@yav,
        "Orílẹ́ède Mayote"@yo,
        "Mayotte"@zsm,
        "i-Mayotte"@zu ;
    lvont:label <http://lexvo.org/id/term/afr/Mayotte>,
        <http://lexvo.org/id/term/agq/M%C3%A0yot%C3%AC>,
        <http://lexvo.org/id/term/aka/May%C9%94te>,
        <http://lexvo.org/id/term/amh/%E1%88%9C%E1%8B%AD%E1%8A%A6%E1%89%B4>,
        <http://lexvo.org/id/term/ara/%D9%85%D8%A7%D9%8A%D9%88%D8%AA>,
        <http://lexvo.org/id/term/asa/Mayotte>,
        <http://lexvo.org/id/term/ast/Mayotte>,
        <http://lexvo.org/id/term/aze/Mayot>,
        <http://lexvo.org/id/term/bam/Mayoti>,
        <http://lexvo.org/id/term/bas/M%C3%A0y%C9%94%CC%82t>,
        <http://lexvo.org/id/term/ben/%E0%A6%AE%E0%A6%BE%E0%A6%AF%E0%A6%BC%E0%A7%8B%E0%A6%A4%E0%A7%8D%E0%A6%A4%E0%A7%87>,
        <http://lexvo.org/id/term/bez/Humayotte>,
        <http://lexvo.org/id/term/bos-Cyrl/%D0%9C%D0%B0%D1%98%D0%BE%D1%82%D0%B5>,
        <http://lexvo.org/id/term/bos/Majote>,
        <http://lexvo.org/id/term/bre/Mayotte>,
        <http://lexvo.org/id/term/brx/%E0%A4%AE%E0%A5%88%E0%A4%AF%E0%A5%8C%E0%A4%9F>,
        <http://lexvo.org/id/term/bul/%D0%9C%D0%B5%D0%B9%D0%BE%D1%82>,
        <http://lexvo.org/id/term/cat/Mayotte>,
        <http://lexvo.org/id/term/ces/Mayotte>,
        <http://lexvo.org/id/term/cgg/Mayote>,
        <http://lexvo.org/id/term/cmn-Hant/%E9%A6%AC%E7%B4%84%E7%89%B9>,
        <http://lexvo.org/id/term/cmn/%E9%A9%AC%E7%BA%A6%E7%89%B9>,
        <http://lexvo.org/id/term/cym/Mayotte>,
        <http://lexvo.org/id/term/dan/Mayotte>,
        <http://lexvo.org/id/term/dav/Mayotte>,
        <http://lexvo.org/id/term/deu/Mayotte>,
        <http://lexvo.org/id/term/dje/Mayooti>,
        <http://lexvo.org/id/term/dzo/%E0%BD%98%E0%BD%BA%E0%BC%8B%E0%BD%A1%E0%BD%BC%E0%BD%8A>,
        <http://lexvo.org/id/term/ebu/Mayotte>,
        <http://lexvo.org/id/term/ell/%CE%9C%CE%B1%CE%B3%CE%B9%CF%8C%CF%84>,
        <http://lexvo.org/id/term/eng-Dsrt/%F0%90%90%A3%F0%90%90%AA%F0%90%90%B7%F0%90%90%B1%F0%90%90%BB>,
        <http://lexvo.org/id/term/eng/ISO%203166-1%3AYT>,
        <http://lexvo.org/id/term/eng/Mayotte>,
        <http://lexvo.org/id/term/epo/Majoto>,
        <http://lexvo.org/id/term/est/Mayotte>,
        <http://lexvo.org/id/term/eus/Mayotte>,
        <http://lexvo.org/id/term/ewe/Mayotte%20nutome>,
        <http://lexvo.org/id/term/ewo/May%C9%94%CC%81d>,
        <http://lexvo.org/id/term/fao/Mayotte>,
        <http://lexvo.org/id/term/fas/%D9%85%D8%A7%DB%8C%D9%88%D8%AA>,
        <http://lexvo.org/id/term/fil/Mayotte>,
        <http://lexvo.org/id/term/fin/Mayotte>,
        <http://lexvo.org/id/term/fra/Mayotte>,
        <http://lexvo.org/id/term/ful/Mayoot>,
        <http://lexvo.org/id/term/fur/Mayotte>,
        <http://lexvo.org/id/term/gla/Mayotte>,
        <http://lexvo.org/id/term/gle/Mayotte>,
        <http://lexvo.org/id/term/glg/Mayotte>,
        <http://lexvo.org/id/term/gsw/Majott>,
        <http://lexvo.org/id/term/guj/%E0%AA%AE%E0%AB%87%E0%AA%AF%E0%AB%8B%E0%AA%9F>,
        <http://lexvo.org/id/term/guz/Mayotte>,
        <http://lexvo.org/id/term/hau/Mayoti>,
        <http://lexvo.org/id/term/heb/%D7%9E%D7%90%D7%99%D7%95%D7%98>,
        <http://lexvo.org/id/term/hin/%E0%A4%AE%E0%A5%88%E0%A4%AF%E0%A4%9F>,
        <http://lexvo.org/id/term/hrv/Majote>,
        <http://lexvo.org/id/term/hun/Mayotte>,
        <http://lexvo.org/id/term/ind/Mayotte>,
        <http://lexvo.org/id/term/isl/Mayotte>,
        <http://lexvo.org/id/term/ita/Mayotte>,
        <http://lexvo.org/id/term/jgo/M%C9%91y%C9%94%CC%82t>,
        <http://lexvo.org/id/term/jmc/Mayotte>,
        <http://lexvo.org/id/term/jpn/%E3%83%9E%E3%83%A8%E3%83%83%E3%83%88%E5%B3%B6>,
        <http://lexvo.org/id/term/kab/Mayu%E1%B9%AD>,
        <http://lexvo.org/id/term/kal/Mayotte>,
        <http://lexvo.org/id/term/kam/Mayotte>,
        <http://lexvo.org/id/term/kan/%E0%B2%AE%E0%B2%AF%E0%B3%8A%E0%B2%9F%E0%B3%8D%E0%B2%9F%E0%B3%86>,
        <http://lexvo.org/id/term/kas/%D9%85%D9%8E%DB%8C%DB%8C%D9%B9>,
        <http://lexvo.org/id/term/kde/Maole>,
        <http://lexvo.org/id/term/kea/Maiote>,
        <http://lexvo.org/id/term/khm/%E1%9E%98%E1%9F%89%E1%9E%B6%E1%9E%99%E1%9E%BB%E1%9E%8F>,
        <http://lexvo.org/id/term/khq/Mayooti>,
        <http://lexvo.org/id/term/kik/Mayotte>,
        <http://lexvo.org/id/term/kln/Emetab%20Mayotte>,
        <http://lexvo.org/id/term/kor/%EB%A7%88%EC%9A%94%ED%8B%B0>,
        <http://lexvo.org/id/term/ksb/Mayotte>,
        <http://lexvo.org/id/term/ksf/may%C9%94%CC%81t>,
        <http://lexvo.org/id/term/ksh/Majott>,
        <http://lexvo.org/id/term/lag/May%C3%B3ote>,
        <http://lexvo.org/id/term/lao/%E0%BA%A1%E0%BA%B2%E0%BA%A2%E0%BA%AD%E0%BA%94>,
        <http://lexvo.org/id/term/lav/Majota>,
        <http://lexvo.org/id/term/lin/Mayot%C9%9B>,
        <http://lexvo.org/id/term/lit/Majotas>,
        <http://lexvo.org/id/term/lub/Mayote>,
        <http://lexvo.org/id/term/lug/Mayotte>,
        <http://lexvo.org/id/term/luo/Mayotte>,
        <http://lexvo.org/id/term/luy/Mayotte>,
        <http://lexvo.org/id/term/mal/%E0%B4%AE%E0%B4%AF%E0%B5%8B%E0%B4%9F%E0%B5%8D%E0%B4%9F%E0%B5%8D>,
        <http://lexvo.org/id/term/mar/%E0%A4%AE%E0%A4%BE%E0%A4%AF%E0%A5%8B%E0%A4%9F%E0%A5%8D%E0%A4%9F%E0%A5%87>,
        <http://lexvo.org/id/term/mas/Mayotte>,
        <http://lexvo.org/id/term/mer/Mayotte>,
        <http://lexvo.org/id/term/mfe/Mayot>,
        <http://lexvo.org/id/term/mkd/%D0%9C%D0%B0%D1%98%D0%BE%D1%82%D0%B5>,
        <http://lexvo.org/id/term/mlg/May%C3%B4ty>,
        <http://lexvo.org/id/term/mlt/Majotte>,
        <http://lexvo.org/id/term/mua/Mayot>,
        <http://lexvo.org/id/term/naq/Mayotte>,
        <http://lexvo.org/id/term/nde/Mayotte>,
        <http://lexvo.org/id/term/nep/%E0%A4%AE%E0%A4%BE%E0%A4%AF%E0%A5%8B%E0%A4%9F%E0%A5%8D%E0%A4%9F>,
        <http://lexvo.org/id/term/nld/Mayotte>,
        <http://lexvo.org/id/term/nmg/May%C9%94t>,
        <http://lexvo.org/id/term/nno/Mayotte>,
        <http://lexvo.org/id/term/nob/Mayotte>,
        <http://lexvo.org/id/term/nyn/Mayote>,
        <http://lexvo.org/id/term/ori/%E0%AC%AE%E0%AC%BE%E0%AD%9F%E0%AD%8B%E0%AC%9F%E0%AD%87>,
        <http://lexvo.org/id/term/pol/Majotta>,
        <http://lexvo.org/id/term/por/Maiote>,
        <http://lexvo.org/id/term/por/Mayotte>,
        <http://lexvo.org/id/term/rof/Mayotte>,
        <http://lexvo.org/id/term/roh/Mayotte>,
        <http://lexvo.org/id/term/ron/Mayotte>,
        <http://lexvo.org/id/term/run/Mayote>,
        <http://lexvo.org/id/term/rus/%D0%9C%D0%B0%D0%B9%D0%BE%D1%82%D1%82%D0%B0>,
        <http://lexvo.org/id/term/rwk/Mayotte>,
        <http://lexvo.org/id/term/sag/M%C3%A4y%C3%B4te>,
        <http://lexvo.org/id/term/saq/Mayotte>,
        <http://lexvo.org/id/term/sbp/Mayote>,
        <http://lexvo.org/id/term/seh/Mayotte>,
        <http://lexvo.org/id/term/ses/Mayooti>,
        <http://lexvo.org/id/term/shi-Latn/mayu%E1%B9%AD>,
        <http://lexvo.org/id/term/shi/%E2%B5%8E%E2%B4%B0%E2%B5%A2%E2%B5%93%E2%B5%9F>,
        <http://lexvo.org/id/term/sin/%E0%B6%B8%E0%B6%BA%E0%B7%9D%E0%B6%A7%E0%B7%92>,
        <http://lexvo.org/id/term/slk/Mayotte>,
        <http://lexvo.org/id/term/slv/Mayotte>,
        <http://lexvo.org/id/term/sme/Mayotte>,
        <http://lexvo.org/id/term/sna/Mayotte>,
        <http://lexvo.org/id/term/som/Mayotte>,
        <http://lexvo.org/id/term/spa/Mayotte>,
        <http://lexvo.org/id/term/srp-Latn/Majote>,
        <http://lexvo.org/id/term/srp/%D0%9C%D0%B0%D1%98%D0%BE%D1%82%D0%B5>,
        <http://lexvo.org/id/term/swc/Mayotte>,
        <http://lexvo.org/id/term/swe/Mayotte>,
        <http://lexvo.org/id/term/swh/Mayotte>,
        <http://lexvo.org/id/term/tam/%E0%AE%AE%E0%AE%AF%E0%AF%8B%E0%AE%A4%E0%AF%8D>,
        <http://lexvo.org/id/term/tel/%E0%B0%AE%E0%B0%BE%E0%B0%AF%E0%B1%8A%E0%B0%9F%E0%B1%8D%E0%B0%9F%E0%B0%BF>,
        <http://lexvo.org/id/term/teo/Mayotte>,
        <http://lexvo.org/id/term/tha/%E0%B8%A1%E0%B8%B2%E0%B8%A2%E0%B8%AD%E0%B8%95>,
        <http://lexvo.org/id/term/tir/%E1%88%9C%E1%8B%AD%E1%8A%A6%E1%89%B4>,
        <http://lexvo.org/id/term/ton/Meioti>,
        <http://lexvo.org/id/term/tur/Mayotte>,
        <http://lexvo.org/id/term/twq/Mayooti>,
        <http://lexvo.org/id/term/tzm/Mayu%E1%B9%AD>,
        <http://lexvo.org/id/term/ukr/%D0%9C%D0%B0%D0%B9%D0%BE%D1%82>,
        <http://lexvo.org/id/term/urd/%D9%85%D8%A7%DB%8C%D9%88%D9%B9>,
        <http://lexvo.org/id/term/vai-Latn/Mavote>,
        <http://lexvo.org/id/term/vai/%EA%95%AE%EA%97%9A%EA%94%8E>,
        <http://lexvo.org/id/term/vie/Mayotte>,
        <http://lexvo.org/id/term/vun/Mayotte>,
        <http://lexvo.org/id/term/wae/Moyette>,
        <http://lexvo.org/id/term/xog/Mayotte>,
        <http://lexvo.org/id/term/yav/may%C9%94%CC%81%C9%94t>,
        <http://lexvo.org/id/term/yor/Or%C3%ADl%E1%BA%B9%CC%81%C3%A8de%20Mayote>,
        <http://lexvo.org/id/term/zsm/Mayotte>,
        <http://lexvo.org/id/term/zul/i-Mayotte> ;
    owl:sameAs <http://psi.oasis-open.org/iso/3166/#175>,
        <http://sws.geonames.org/1024031/> .

<http://lexvo.org/id/iso3166/ZA> a lvont:GeographicRegion ;
    rdfs:label "Suid-Afrika"@af,
        "Afɨlekà ghɨ Emàm ghò"@agq,
        "Afrika Anaafo"@ak,
        "ደቡብ አፍሪካ"@am,
        "جنوب أفريقيا"@ar,
        "Afrika Kuthini"@asa,
        "Sudáfrica"@ast,
        "Cənub Afrika"@az,
        "Àfrǐkà Sɔ̀"@bas,
        "Паўднёва-Афрыканская Рэспубліка"@be,
        "Huafrika iya Hukusini"@bez,
        "Южна Африка"@bg,
        "Worodugu Afriki"@bm,
        "দক্ষিণ আফ্রিকা"@bn,
        "ལྷོ་ ཨཕྲི་ཀ།"@bo,
        "Suafrika"@br,
        "दक्षिण अफ्रीका"@brx,
        "Južnoafrička Republika"@bs,
        "Јужноафричка Република"@bs-Cyrl,
        "ደቡብ አፍሪካ"@byn,
        "República de Sud-àfrica"@ca,
        "Sausi Afirika"@cgg,
        "南非"@cmn,
        "南非"@cmn-Hant,
        "Jihoafrická republika"@cs,
        "De Affrica"@cy,
        "Sydafrika"@da,
        "Afrika Kusini"@dav,
        "Südafrika"@de,
        "Hawsa Afriki Laboo"@dje,
        "སཱའུཐ་ ཨཕ་རི་ཀ"@dz,
        "Afrika Kusini"@ebu,
        "Anyiehe Afrika nutome"@ee,
        "Νότια Αφρική"@el,
        "ISO 3166-1:ZA"@en,
        "South Africa"@en,
        "𐐝𐐵𐑃 𐐈𐑁𐑉𐐲𐐿𐐲"@en-Dsrt,
        "Sud-Afriko"@eo,
        "Sudáfrica"@es,
        "Lõuna-Aafrika Vabariik"@et,
        "Hegoafrika"@eu,
        "Afiríka yá Súd"@ewo,
        "افریقای جنوبی"@fa,
        "Afrik bŋ Worgo"@ff,
        "Etelä-Afrikka"@fi,
        "South Africa"@fil,
        "Suðurafrika"@fo,
        "Afrique du Sud"@fr,
        "Sud Afriche"@fur,
        "An Afraic Theas"@ga,
        "Afraga a Deas"@gd,
        "Sudáfrica"@gl,
        "Süüdafrika"@gsw,
        "દક્ષિણ આફ્રિકા"@gu,
        "Afrika Kusini"@guz,
        "Afirka Ta Kudu"@ha,
        "דרום אפריקה"@he,
        "दक्षिण अफ्रीका"@hi,
        "Južnoafrička Republika"@hr,
        "Dél-afrikai Köztársaság"@hu,
        "Հարավային Աֆրիկա"@hy,
        "Africa del Sud"@ia,
        "Afrika Selatan"@id,
        "Suður-Afríka"@is,
        "Sudafrica"@it,
        "南アフリカ"@ja,
        "Afrika Kusini"@jmc,
        "სამხრეთ აფრიკა"@ka,
        "Tafriqt Wadda"@kab,
        "Afrika Kusini"@kam,
        "Afilika Kusini"@kde,
        "Afrika di Sul"@kea,
        "Hawsa Afriki Laboo"@khq,
        "Afrika Kusini"@ki,
        "Оңтүстік Африка республикасы"@kk,
        "Emetab Afrika nebo Murot tai"@kln,
        "អាព្រិក​ភាគ​ខាង​ត្បូង"@km,
        "ದಕ್ಷಿಣ ಆಫ್ರಿಕಾ"@kn,
        "남아프리카"@ko,
        "جَنوٗبی اَفریٖکا"@ks,
        "Aflika Kusini"@ksb,
        "afrik anǝ a sud"@ksf,
        "Södaffrika"@ksh,
        "Afɨrɨka ya Saame"@lag,
        "Sawusafirika"@lg,
        "Afríka ya Súdi"@ln,
        "ອາຟະລິກາໃຕ້"@lo,
        "Pietų Afrika"@lt,
        "Afrika ya Súdi"@lu,
        "South Africa"@luo,
        "Afrika Kusini"@luy,
        "Dienvidāfrikas Republika"@lv,
        "Afrika Kusini"@mas,
        "Afrika ya Southi"@mer,
        "Sid-Afrik"@mfe,
        "Afrika Atsimo"@mg,
        "Afrika du Sulu"@mgh,
        "Јужна Африка"@mk,
        "ദക്ഷിണാഫ്രിക്ക"@ml,
        "दक्षिण अफ्रिका"@mr,
        "Afrika t’Isfel"@mt,
        "Afrika nekǝsǝŋ"@mua,
        "တောင်အာဖရိက"@my,
        "Suid Afrikab"@naq,
        "Sør-Afrika"@nb,
        "Mzansi ye Afrika"@nd,
        "दक्षिण अफ्रिका"@ne,
        "Zuid-Afrika"@nl,
        "Afríka yí sí"@nmg,
        "Sør-Afrika"@nn,
        "Sausi Afirika"@nyn,
        "ଦକ୍ଷିଣ ଆଫ୍ରିକା"@or,
        "Republika Południowej Afryki"@pl,
        "África do Sul"@pt,
        "Africa dal Sid"@rm,
        "Afurika y'Epfo"@rn,
        "Africa de Sud"@ro,
        "Afrika Kusini"@rof,
        "ЮАР"@ru,
        "Afrika Kusini"@rwk,
        "Afrika Kusini"@saq,
        "Afilika Kusini"@sbp,
        "Mátta-Afrihká"@se,
        "África do Sul"@seh,
        "Hawsa Afriki Laboo"@ses,
        "Mbongo-Afrîka"@sg,
        "ⴰⴼⵔⵉⵇⵢⴰ ⵏ ⵉⴼⴼⵓⵙ"@shi,
        "afriqya n iffus"@shi-Latn,
        "දකුණු අප්‍රිකාව"@si,
        "Južná Afrika"@sk,
        "Južnoafriška republika"@sl,
        "South Africa"@sn,
        "Koonfur Afrika"@so,
        "Afrika e Jugut"@sq,
        "Јужноафричка Република"@sr,
        "Južnoafrička Republika"@sr-Latn,
        "Sydafrika"@sv,
        "Afrika Kusini"@swc,
        "Afrika Kusini"@swh,
        "தென் ஆப்பிரிக்கா"@ta,
        "దక్షిణ ఆఫ్రికా రాజ్యం"@te,
        "Afrika Kusini"@teo,
        "แอฟริกาใต้"@th,
        "ደቡብ አፍሪካ"@ti,
        "ደቡብ አፍሪካ"@tig,
        "ʻAfilika tonga"@to,
        "Güney Afrika"@tr,
        "Hawsa Afriki Laboo"@twq,
        "Tafrikt Tunẓul"@tzm,
        "ПАР"@uk,
        "جنوبی افریقہ"@ur,
        "ꕉꔱꔸꕪ ꗛꔤ ꔒꘋꗣ ꗏ ꕸꖃꔀ"@vai,
        "Afirika Kɔi Leŋŋɛ Lɔ"@vai-Latn,
        "Nam Phi"@vi,
        "Afrika Kusini"@vun,
        "Südafrika"@wae,
        "ደቡብ አፍሪካ"@wal,
        "Sawusafirika"@xog,
        "afilí mbátɛ́"@yav,
        "Orílẹ́ède Ariwa Afirika"@yo,
        "Afrika Selatan"@zsm,
        "iNingizimu Afrika"@zu ;
    lvont:label <http://lexvo.org/id/term/afr/Suid-Afrika>,
        <http://lexvo.org/id/term/agq/Af%C9%A8lek%C3%A0%20gh%C9%A8%20Em%C3%A0m%20gh%C3%B2>,
        <http://lexvo.org/id/term/aka/Afrika%20Anaafo>,
        <http://lexvo.org/id/term/amh/%E1%8B%B0%E1%89%A1%E1%89%A5%20%E1%8A%A0%E1%8D%8D%E1%88%AA%E1%8A%AB>,
        <http://lexvo.org/id/term/ara/%D8%AC%D9%86%D9%88%D8%A8%20%D8%A3%D9%81%D8%B1%D9%8A%D9%82%D9%8A%D8%A7>,
        <http://lexvo.org/id/term/asa/Afrika%20Kuthini>,
        <http://lexvo.org/id/term/ast/Sud%C3%A1frica>,
        <http://lexvo.org/id/term/aze/C%C9%99nub%20Afrika>,
        <http://lexvo.org/id/term/bam/Worodugu%20Afriki>,
        <http://lexvo.org/id/term/bas/%C3%80fr%C7%90k%C3%A0%20S%C9%94%CC%80>,
        <http://lexvo.org/id/term/bel/%D0%9F%D0%B0%D1%9E%D0%B4%D0%BD%D1%91%D0%B2%D0%B0-%D0%90%D1%84%D1%80%D1%8B%D0%BA%D0%B0%D0%BD%D1%81%D0%BA%D0%B0%D1%8F%20%D0%A0%D1%8D%D1%81%D0%BF%D1%83%D0%B1%D0%BB%D1%96%D0%BA%D0%B0>,
        <http://lexvo.org/id/term/ben/%E0%A6%A6%E0%A6%95%E0%A7%8D%E0%A6%B7%E0%A6%BF%E0%A6%A3%20%E0%A6%86%E0%A6%AB%E0%A7%8D%E0%A6%B0%E0%A6%BF%E0%A6%95%E0%A6%BE>,
        <http://lexvo.org/id/term/bez/Huafrika%20iya%20Hukusini>,
        <http://lexvo.org/id/term/bod/%E0%BD%A3%E0%BE%B7%E0%BD%BC%E0%BC%8B%20%E0%BD%A8%E0%BD%95%E0%BE%B2%E0%BD%B2%E0%BC%8B%E0%BD%80%E0%BC%8D>,
        <http://lexvo.org/id/term/bos-Cyrl/%D0%88%D1%83%D0%B6%D0%BD%D0%BE%D0%B0%D1%84%D1%80%D0%B8%D1%87%D0%BA%D0%B0%20%D0%A0%D0%B5%D0%BF%D1%83%D0%B1%D0%BB%D0%B8%D0%BA%D0%B0>,
        <http://lexvo.org/id/term/bos/Ju%C5%BEnoafri%C4%8Dka%20Republika>,
        <http://lexvo.org/id/term/bre/Suafrika>,
        <http://lexvo.org/id/term/brx/%E0%A4%A6%E0%A4%95%E0%A5%8D%E0%A4%B7%E0%A4%BF%E0%A4%A3%20%E0%A4%85%E0%A4%AB%E0%A5%8D%E0%A4%B0%E0%A5%80%E0%A4%95%E0%A4%BE>,
        <http://lexvo.org/id/term/bul/%D0%AE%D0%B6%D0%BD%D0%B0%20%D0%90%D1%84%D1%80%D0%B8%D0%BA%D0%B0>,
        <http://lexvo.org/id/term/byn/%E1%8B%B0%E1%89%A1%E1%89%A5%20%E1%8A%A0%E1%8D%8D%E1%88%AA%E1%8A%AB>,
        <http://lexvo.org/id/term/cat/Rep%C3%BAblica%20de%20Sud-%C3%A0frica>,
        <http://lexvo.org/id/term/ces/Jihoafrick%C3%A1%20republika>,
        <http://lexvo.org/id/term/cgg/Sausi%20Afirika>,
        <http://lexvo.org/id/term/cmn-Hant/%E5%8D%97%E9%9D%9E>,
        <http://lexvo.org/id/term/cmn/%E5%8D%97%E9%9D%9E>,
        <http://lexvo.org/id/term/cym/De%20Affrica>,
        <http://lexvo.org/id/term/dan/Sydafrika>,
        <http://lexvo.org/id/term/dav/Afrika%20Kusini>,
        <http://lexvo.org/id/term/deu/S%C3%BCdafrika>,
        <http://lexvo.org/id/term/dje/Hawsa%20Afriki%20Laboo>,
        <http://lexvo.org/id/term/dzo/%E0%BD%A6%E0%BD%B1%E0%BD%A0%E0%BD%B4%E0%BD%90%E0%BC%8B%20%E0%BD%A8%E0%BD%95%E0%BC%8B%E0%BD%A2%E0%BD%B2%E0%BC%8B%E0%BD%80>,
        <http://lexvo.org/id/term/ebu/Afrika%20Kusini>,
        <http://lexvo.org/id/term/ell/%CE%9D%CF%8C%CF%84%CE%B9%CE%B1%20%CE%91%CF%86%CF%81%CE%B9%CE%BA%CE%AE>,
        <http://lexvo.org/id/term/eng-Dsrt/%F0%90%90%9D%F0%90%90%B5%F0%90%91%83%20%F0%90%90%88%F0%90%91%81%F0%90%91%89%F0%90%90%B2%F0%90%90%BF%F0%90%90%B2>,
        <http://lexvo.org/id/term/eng/ISO%203166-1%3AZA>,
        <http://lexvo.org/id/term/eng/South%20Africa>,
        <http://lexvo.org/id/term/epo/Sud-Afriko>,
        <http://lexvo.org/id/term/est/L%C3%B5una-Aafrika%20Vabariik>,
        <http://lexvo.org/id/term/eus/Hegoafrika>,
        <http://lexvo.org/id/term/ewe/Anyiehe%20Afrika%20nutome>,
        <http://lexvo.org/id/term/ewo/Afir%C3%ADka%20y%C3%A1%20S%C3%BAd>,
        <http://lexvo.org/id/term/fao/Su%C3%B0urafrika>,
        <http://lexvo.org/id/term/fas/%D8%A7%D9%81%D8%B1%DB%8C%D9%82%D8%A7%DB%8C%20%D8%AC%D9%86%D9%88%D8%A8%DB%8C>,
        <http://lexvo.org/id/term/fil/South%20Africa>,
        <http://lexvo.org/id/term/fin/Etel%C3%A4-Afrikka>,
        <http://lexvo.org/id/term/fra/Afrique%20du%20Sud>,
        <http://lexvo.org/id/term/ful/Afrik%20b%C5%8B%20Worgo>,
        <http://lexvo.org/id/term/fur/Sud%20Afriche>,
        <http://lexvo.org/id/term/gla/Afraga%20a%20Deas>,
        <http://lexvo.org/id/term/gle/An%20Afraic%20Theas>,
        <http://lexvo.org/id/term/glg/Sud%C3%A1frica>,
        <http://lexvo.org/id/term/gsw/S%C3%BC%C3%BCdafrika>,
        <http://lexvo.org/id/term/guj/%E0%AA%A6%E0%AA%95%E0%AB%8D%E0%AA%B7%E0%AA%BF%E0%AA%A3%20%E0%AA%86%E0%AA%AB%E0%AB%8D%E0%AA%B0%E0%AA%BF%E0%AA%95%E0%AA%BE>,
        <http://lexvo.org/id/term/guz/Afrika%20Kusini>,
        <http://lexvo.org/id/term/hau/Afirka%20Ta%20Kudu>,
        <http://lexvo.org/id/term/heb/%D7%93%D7%A8%D7%95%D7%9D%20%D7%90%D7%A4%D7%A8%D7%99%D7%A7%D7%94>,
        <http://lexvo.org/id/term/hin/%E0%A4%A6%E0%A4%95%E0%A5%8D%E0%A4%B7%E0%A4%BF%E0%A4%A3%20%E0%A4%85%E0%A4%AB%E0%A5%8D%E0%A4%B0%E0%A5%80%E0%A4%95%E0%A4%BE>,
        <http://lexvo.org/id/term/hrv/Ju%C5%BEnoafri%C4%8Dka%20Republika>,
        <http://lexvo.org/id/term/hun/D%C3%A9l-afrikai%20K%C3%B6zt%C3%A1rsas%C3%A1g>,
        <http://lexvo.org/id/term/hye/%D5%80%D5%A1%D6%80%D5%A1%D5%BE%D5%A1%D5%B5%D5%AB%D5%B6%20%D4%B1%D6%86%D6%80%D5%AB%D5%AF%D5%A1>,
        <http://lexvo.org/id/term/ina/Africa%20del%20Sud>,
        <http://lexvo.org/id/term/ind/Afrika%20Selatan>,
        <http://lexvo.org/id/term/isl/Su%C3%B0ur-Afr%C3%ADka>,
        <http://lexvo.org/id/term/ita/Sudafrica>,
        <http://lexvo.org/id/term/jmc/Afrika%20Kusini>,
        <http://lexvo.org/id/term/jpn/%E5%8D%97%E3%82%A2%E3%83%95%E3%83%AA%E3%82%AB>,
        <http://lexvo.org/id/term/kab/Tafriqt%20Wadda>,
        <http://lexvo.org/id/term/kam/Afrika%20Kusini>,
        <http://lexvo.org/id/term/kan/%E0%B2%A6%E0%B2%95%E0%B3%8D%E0%B2%B7%E0%B2%BF%E0%B2%A3%20%E0%B2%86%E0%B2%AB%E0%B3%8D%E0%B2%B0%E0%B2%BF%E0%B2%95%E0%B2%BE>,
        <http://lexvo.org/id/term/kas/%D8%AC%D9%8E%D9%86%D9%88%D9%97%D8%A8%DB%8C%20%D8%A7%D9%8E%D9%81%D8%B1%DB%8C%D9%96%DA%A9%D8%A7>,
        <http://lexvo.org/id/term/kat/%E1%83%A1%E1%83%90%E1%83%9B%E1%83%AE%E1%83%A0%E1%83%94%E1%83%97%20%E1%83%90%E1%83%A4%E1%83%A0%E1%83%98%E1%83%99%E1%83%90>,
        <http://lexvo.org/id/term/kaz/%D0%9E%D2%A3%D1%82%D2%AF%D1%81%D1%82%D1%96%D0%BA%20%D0%90%D1%84%D1%80%D0%B8%D0%BA%D0%B0%20%D1%80%D0%B5%D1%81%D0%BF%D1%83%D0%B1%D0%BB%D0%B8%D0%BA%D0%B0%D1%81%D1%8B>,
        <http://lexvo.org/id/term/kde/Afilika%20Kusini>,
        <http://lexvo.org/id/term/kea/Afrika%20di%20Sul>,
        <http://lexvo.org/id/term/khm/%E1%9E%A2%E1%9E%B6%E1%9E%96%E1%9F%92%E1%9E%9A%E1%9E%B7%E1%9E%80%E2%80%8B%E1%9E%97%E1%9E%B6%E1%9E%82%E2%80%8B%E1%9E%81%E1%9E%B6%E1%9E%84%E2%80%8B%E1%9E%8F%E1%9F%92%E1%9E%94%E1%9E%BC%E1%9E%84>,
        <http://lexvo.org/id/term/khq/Hawsa%20Afriki%20Laboo>,
        <http://lexvo.org/id/term/kik/Afrika%20Kusini>,
        <http://lexvo.org/id/term/kln/Emetab%20Afrika%20nebo%20Murot%20tai>,
        <http://lexvo.org/id/term/kor/%EB%82%A8%EC%95%84%ED%94%84%EB%A6%AC%EC%B9%B4>,
        <http://lexvo.org/id/term/ksb/Aflika%20Kusini>,
        <http://lexvo.org/id/term/ksf/afrik%20an%C7%9D%20a%20sud>,
        <http://lexvo.org/id/term/ksh/S%C3%B6daffrika>,
        <http://lexvo.org/id/term/lag/Af%C9%A8r%C9%A8ka%20ya%20Saame>,
        <http://lexvo.org/id/term/lao/%E0%BA%AD%E0%BA%B2%E0%BA%9F%E0%BA%B0%E0%BA%A5%E0%BA%B4%E0%BA%81%E0%BA%B2%E0%BB%83%E0%BA%95%E0%BB%89>,
        <http://lexvo.org/id/term/lav/Dienvid%C4%81frikas%20Republika>,
        <http://lexvo.org/id/term/lin/Afr%C3%ADka%20ya%20S%C3%BAdi>,
        <http://lexvo.org/id/term/lit/Piet%C5%B3%20Afrika>,
        <http://lexvo.org/id/term/lub/Afrika%20ya%20S%C3%BAdi>,
        <http://lexvo.org/id/term/lug/Sawusafirika>,
        <http://lexvo.org/id/term/luo/South%20Africa>,
        <http://lexvo.org/id/term/luy/Afrika%20Kusini>,
        <http://lexvo.org/id/term/mal/%E0%B4%A6%E0%B4%95%E0%B5%8D%E0%B4%B7%E0%B4%BF%E0%B4%A3%E0%B4%BE%E0%B4%AB%E0%B5%8D%E0%B4%B0%E0%B4%BF%E0%B4%95%E0%B5%8D%E0%B4%95>,
        <http://lexvo.org/id/term/mar/%E0%A4%A6%E0%A4%95%E0%A5%8D%E0%A4%B7%E0%A4%BF%E0%A4%A3%20%E0%A4%85%E0%A4%AB%E0%A5%8D%E0%A4%B0%E0%A4%BF%E0%A4%95%E0%A4%BE>,
        <http://lexvo.org/id/term/mas/Afrika%20Kusini>,
        <http://lexvo.org/id/term/mer/Afrika%20ya%20Southi>,
        <http://lexvo.org/id/term/mfe/Sid-Afrik>,
        <http://lexvo.org/id/term/mgh/Afrika%20du%20Sulu>,
        <http://lexvo.org/id/term/mkd/%D0%88%D1%83%D0%B6%D0%BD%D0%B0%20%D0%90%D1%84%D1%80%D0%B8%D0%BA%D0%B0>,
        <http://lexvo.org/id/term/mlg/Afrika%20Atsimo>,
        <http://lexvo.org/id/term/mlt/Afrika%20t%E2%80%99Isfel>,
        <http://lexvo.org/id/term/mua/Afrika%20nek%C7%9Ds%C7%9D%C5%8B>,
        <http://lexvo.org/id/term/mya/%E1%80%90%E1%80%B1%E1%80%AC%E1%80%84%E1%80%BA%E1%80%A1%E1%80%AC%E1%80%96%E1%80%9B%E1%80%AD%E1%80%80>,
        <http://lexvo.org/id/term/naq/Suid%20Afrikab>,
        <http://lexvo.org/id/term/nde/Mzansi%20ye%20Afrika>,
        <http://lexvo.org/id/term/nep/%E0%A4%A6%E0%A4%95%E0%A5%8D%E0%A4%B7%E0%A4%BF%E0%A4%A3%20%E0%A4%85%E0%A4%AB%E0%A5%8D%E0%A4%B0%E0%A4%BF%E0%A4%95%E0%A4%BE>,
        <http://lexvo.org/id/term/nld/Zuid-Afrika>,
        <http://lexvo.org/id/term/nmg/Afr%C3%ADka%20y%C3%AD%20s%C3%AD>,
        <http://lexvo.org/id/term/nno/S%C3%B8r-Afrika>,
        <http://lexvo.org/id/term/nob/S%C3%B8r-Afrika>,
        <http://lexvo.org/id/term/nyn/Sausi%20Afirika>,
        <http://lexvo.org/id/term/ori/%E0%AC%A6%E0%AC%95%E0%AD%8D%E0%AC%B7%E0%AC%BF%E0%AC%A3%20%E0%AC%86%E0%AC%AB%E0%AD%8D%E0%AC%B0%E0%AC%BF%E0%AC%95%E0%AC%BE>,
        <http://lexvo.org/id/term/pol/Republika%20Po%C5%82udniowej%20Afryki>,
        <http://lexvo.org/id/term/por/%C3%81frica%20do%20Sul>,
        <http://lexvo.org/id/term/rof/Afrika%20Kusini>,
        <http://lexvo.org/id/term/roh/Africa%20dal%20Sid>,
        <http://lexvo.org/id/term/ron/Africa%20de%20Sud>,
        <http://lexvo.org/id/term/run/Afurika%20y'Epfo>,
        <http://lexvo.org/id/term/rus/%D0%AE%D0%90%D0%A0>,
        <http://lexvo.org/id/term/rwk/Afrika%20Kusini>,
        <http://lexvo.org/id/term/sag/Mbongo-Afr%C3%AEka>,
        <http://lexvo.org/id/term/saq/Afrika%20Kusini>,
        <http://lexvo.org/id/term/sbp/Afilika%20Kusini>,
        <http://lexvo.org/id/term/seh/%C3%81frica%20do%20Sul>,
        <http://lexvo.org/id/term/ses/Hawsa%20Afriki%20Laboo>,
        <http://lexvo.org/id/term/shi-Latn/afriqya%20n%20iffus>,
        <http://lexvo.org/id/term/shi/%E2%B4%B0%E2%B4%BC%E2%B5%94%E2%B5%89%E2%B5%87%E2%B5%A2%E2%B4%B0%20%E2%B5%8F%20%E2%B5%89%E2%B4%BC%E2%B4%BC%E2%B5%93%E2%B5%99>,
        <http://lexvo.org/id/term/sin/%E0%B6%AF%E0%B6%9A%E0%B7%94%E0%B6%AB%E0%B7%94%20%E0%B6%85%E0%B6%B4%E0%B7%8A%E2%80%8D%E0%B6%BB%E0%B7%92%E0%B6%9A%E0%B7%8F%E0%B7%80>,
        <http://lexvo.org/id/term/slk/Ju%C5%BEn%C3%A1%20Afrika>,
        <http://lexvo.org/id/term/slv/Ju%C5%BEnoafri%C5%A1ka%20republika>,
        <http://lexvo.org/id/term/sme/M%C3%A1tta-Afrihk%C3%A1>,
        <http://lexvo.org/id/term/sna/South%20Africa>,
        <http://lexvo.org/id/term/som/Koonfur%20Afrika>,
        <http://lexvo.org/id/term/spa/Sud%C3%A1frica>,
        <http://lexvo.org/id/term/sqi/Afrika%20e%20Jugut>,
        <http://lexvo.org/id/term/srp-Latn/Ju%C5%BEnoafri%C4%8Dka%20Republika>,
        <http://lexvo.org/id/term/srp/%D0%88%D1%83%D0%B6%D0%BD%D0%BE%D0%B0%D1%84%D1%80%D0%B8%D1%87%D0%BA%D0%B0%20%D0%A0%D0%B5%D0%BF%D1%83%D0%B1%D0%BB%D0%B8%D0%BA%D0%B0>,
        <http://lexvo.org/id/term/swc/Afrika%20Kusini>,
        <http://lexvo.org/id/term/swe/Sydafrika>,
        <http://lexvo.org/id/term/swh/Afrika%20Kusini>,
        <http://lexvo.org/id/term/tam/%E0%AE%A4%E0%AF%86%E0%AE%A9%E0%AF%8D%20%E0%AE%86%E0%AE%AA%E0%AF%8D%E0%AE%AA%E0%AE%BF%E0%AE%B0%E0%AE%BF%E0%AE%95%E0%AF%8D%E0%AE%95%E0%AE%BE>,
        <http://lexvo.org/id/term/tel/%E0%B0%A6%E0%B0%95%E0%B1%8D%E0%B0%B7%E0%B0%BF%E0%B0%A3%20%E0%B0%86%E0%B0%AB%E0%B1%8D%E0%B0%B0%E0%B0%BF%E0%B0%95%E0%B0%BE%20%E0%B0%B0%E0%B0%BE%E0%B0%9C%E0%B1%8D%E0%B0%AF%E0%B0%82>,
        <http://lexvo.org/id/term/teo/Afrika%20Kusini>,
        <http://lexvo.org/id/term/tha/%E0%B9%81%E0%B8%AD%E0%B8%9F%E0%B8%A3%E0%B8%B4%E0%B8%81%E0%B8%B2%E0%B9%83%E0%B8%95%E0%B9%89>,
        <http://lexvo.org/id/term/tig/%E1%8B%B0%E1%89%A1%E1%89%A5%20%E1%8A%A0%E1%8D%8D%E1%88%AA%E1%8A%AB>,
        <http://lexvo.org/id/term/tir/%E1%8B%B0%E1%89%A1%E1%89%A5%20%E1%8A%A0%E1%8D%8D%E1%88%AA%E1%8A%AB>,
        <http://lexvo.org/id/term/ton/%CA%BBAfilika%20tonga>,
        <http://lexvo.org/id/term/tur/G%C3%BCney%20Afrika>,
        <http://lexvo.org/id/term/twq/Hawsa%20Afriki%20Laboo>,
        <http://lexvo.org/id/term/tzm/Tafrikt%20Tun%E1%BA%93ul>,
        <http://lexvo.org/id/term/ukr/%D0%9F%D0%90%D0%A0>,
        <http://lexvo.org/id/term/urd/%D8%AC%D9%86%D9%88%D8%A8%DB%8C%20%D8%A7%D9%81%D8%B1%DB%8C%D9%82%DB%81>,
        <http://lexvo.org/id/term/vai-Latn/Afirika%20K%C9%94i%20Le%C5%8B%C5%8B%C9%9B%20L%C9%94>,
        <http://lexvo.org/id/term/vai/%EA%95%89%EA%94%B1%EA%94%B8%EA%95%AA%20%EA%97%9B%EA%94%A4%20%EA%94%92%EA%98%8B%EA%97%A3%20%EA%97%8F%20%EA%95%B8%EA%96%83%EA%94%80>,
        <http://lexvo.org/id/term/vie/Nam%20Phi>,
        <http://lexvo.org/id/term/vun/Afrika%20Kusini>,
        <http://lexvo.org/id/term/wae/S%C3%BCdafrika>,
        <http://lexvo.org/id/term/wal/%E1%8B%B0%E1%89%A1%E1%89%A5%20%E1%8A%A0%E1%8D%8D%E1%88%AA%E1%8A%AB>,
        <http://lexvo.org/id/term/xog/Sawusafirika>,
        <http://lexvo.org/id/term/yav/afil%C3%AD%20mb%C3%A1t%C9%9B%CC%81>,
        <http://lexvo.org/id/term/yor/Or%C3%ADl%E1%BA%B9%CC%81%C3%A8de%20Ariwa%20Afirika>,
        <http://lexvo.org/id/term/zsm/Afrika%20Selatan>,
        <http://lexvo.org/id/term/zul/iNingizimu%20Afrika> ;
    owl:sameAs <http://psi.oasis-open.org/iso/3166/#710>,
        <http://sws.geonames.org/953987/> .

<http://lexvo.org/id/iso3166/ZM> a lvont:GeographicRegion ;
    rdfs:label "Zambië"@af,
        "Zambìa"@agq,
        "Zambia"@ak,
        "ዛምቢያ"@am,
        "زامبيا"@ar,
        "Dhambia"@asa,
        "Zambia"@ast,
        "Zambiya"@az,
        "Zàmbià"@bas,
        "Замбія"@be,
        "Zambia"@bem,
        "Huzambia"@bez,
        "Замбия"@bg,
        "Zanbi"@bm,
        "জাম্বিয়া"@bn,
        "ཛམ་བི་ཡ།"@bo,
        "Zambia"@br,
        "ज़ाम्बिया"@brx,
        "Zambija"@bs,
        "Замбија"@bs-Cyrl,
        "ዛምቢያ"@byn,
        "Zàmbia"@ca,
        "Zambia"@cgg,
        "赞比亚"@cmn,
        "尚比亞"@cmn-Hant,
        "Zambie"@cs,
        "Zambia"@cy,
        "Zambia"@da,
        "Zambia"@dav,
        "Sambia"@de,
        "Zambi"@dje,
        "ཛམ་བྷི་ཡ"@dz,
        "Zambia"@ebu,
        "Zambia nutome"@ee,
        "Ζάμπια"@el,
        "ISO 3166-1:ZM"@en,
        "Zambia"@en,
        "𐐞𐐰𐑋𐐺𐐨𐐲"@en-Dsrt,
        "Zambio"@eo,
        "Zambia"@es,
        "Sambia"@et,
        "Zambia"@eu,
        "Zambí"@ewo,
        "زامبیا"@fa,
        "Sammbi"@ff,
        "Sambia"@fi,
        "Zambia"@fil,
        "Sambia"@fo,
        "Zambie"@fr,
        "Zambia"@fur,
        "An tSaimbia"@ga,
        "Sàimbia"@gd,
        "Zambia"@gl,
        "Sambia"@gsw,
        "ઝામ્બિયા"@gu,
        "Zambia"@guz,
        "Zambiya"@ha,
        "זמביה"@he,
        "जाम्बिया"@hi,
        "Zambija"@hr,
        "Zambia"@hu,
        "Զամբիա"@hy,
        "Zambia"@ia,
        "Zambia"@id,
        "Sambía"@is,
        "Zambia"@it,
        "ザンビア"@ja,
        "Zɑmbî"@jgo,
        "Zambia"@jmc,
        "ზამბია"@ka,
        "Zambya"@kab,
        "Nzambia"@kam,
        "Zambia"@kde,
        "Zambia"@kea,
        "Zambi"@khq,
        "Zambia"@ki,
        "Zambia"@kl,
        "Emetab Zambia"@kln,
        "ហ្សាំប៊ី"@km,
        "ಝಾಂಬಿಯಾ"@kn,
        "잠비아"@ko,
        "جامبِیا"@ks,
        "Zambia"@ksb,
        "zambí"@ksf,
        "Sambija"@ksh,
        "Sámbia"@lag,
        "Zambya"@lg,
        "Zambi"@ln,
        "ແຊມເບຍ"@lo,
        "Zambija"@lt,
        "Zambi"@lu,
        "Zambia"@luo,
        "Zambia"@luy,
        "Zambija"@lv,
        "Sambia"@mas,
        "Zambia"@mer,
        "Zambi"@mfe,
        "Zambia"@mg,
        "Uzambia"@mgh,
        "Замбија"@mk,
        "സാംബിയ"@ml,
        "झाम्बिया"@mr,
        "Żambja"@mt,
        "Zambiya"@mua,
        "ဇမ်ဘီယာ"@my,
        "Zambiab"@naq,
        "Zambia"@nb,
        "Zambiya"@nd,
        "जाम्बिया"@ne,
        "Zambia"@nl,
        "Zambia"@nmg,
        "Zambia"@nn,
        "Zambia"@nyn,
        "ଜାମ୍ବିଆ"@or,
        "Zambia"@pl,
        "Zâmbia"@pt,
        "Sambia"@rm,
        "Zambiya"@rn,
        "Zambia"@ro,
        "Zambia"@rof,
        "Замбия"@ru,
        "Zambia"@rwk,
        "Zambia"@saq,
        "Sambiya"@sbp,
        "Zambia"@se,
        "Zâmbia"@seh,
        "Zambi"@ses,
        "Zambïi"@sg,
        "ⵣⴰⵎⴱⵢⴰ"@shi,
        "zambya"@shi-Latn,
        "සැම්බියාව"@si,
        "Zambia"@sk,
        "Zambija"@sl,
        "Zambia"@sn,
        "Saambiya"@so,
        "Zambi"@sq,
        "Замбија"@sr,
        "Zambija"@sr-Latn,
        "Zambia"@sv,
        "Zambia"@swc,
        "Zambia"@swh,
        "சாம்பியா"@ta,
        "జాంబియా"@te,
        "Zambia"@teo,
        "แซมเบีย"@th,
        "ዛምቢያ"@ti,
        "ዛምቢያ"@tig,
        "Semipia"@to,
        "Zambiya"@tr,
        "Zambi"@twq,
        "Zambya"@tzm,
        "Замбія"@uk,
        "زامبیا"@ur,
        "ꕤꔭꕩ"@vai,
        "Zambiya"@vai-Latn,
        "Zambia"@vi,
        "Zambia"@vun,
        "Sambia"@wae,
        "ዛምቢያ"@wal,
        "Zambya"@xog,
        "saambíi"@yav,
        "Orílẹ́ède ṣamibia"@yo,
        "Zambia"@zsm,
        "i-Zambia"@zu ;
    lvont:label <http://lexvo.org/id/term/afr/Zambi%C3%AB>,
        <http://lexvo.org/id/term/agq/Zamb%C3%ACa>,
        <http://lexvo.org/id/term/aka/Zambia>,
        <http://lexvo.org/id/term/amh/%E1%8B%9B%E1%88%9D%E1%89%A2%E1%8B%AB>,
        <http://lexvo.org/id/term/ara/%D8%B2%D8%A7%D9%85%D8%A8%D9%8A%D8%A7>,
        <http://lexvo.org/id/term/asa/Dhambia>,
        <http://lexvo.org/id/term/ast/Zambia>,
        <http://lexvo.org/id/term/aze/Zambiya>,
        <http://lexvo.org/id/term/bam/Zanbi>,
        <http://lexvo.org/id/term/bas/Z%C3%A0mbi%C3%A0>,
        <http://lexvo.org/id/term/bel/%D0%97%D0%B0%D0%BC%D0%B1%D1%96%D1%8F>,
        <http://lexvo.org/id/term/bem/Zambia>,
        <http://lexvo.org/id/term/ben/%E0%A6%9C%E0%A6%BE%E0%A6%AE%E0%A7%8D%E0%A6%AC%E0%A6%BF%E0%A6%AF%E0%A6%BC%E0%A6%BE>,
        <http://lexvo.org/id/term/bez/Huzambia>,
        <http://lexvo.org/id/term/bod/%E0%BD%9B%E0%BD%98%E0%BC%8B%E0%BD%96%E0%BD%B2%E0%BC%8B%E0%BD%A1%E0%BC%8D>,
        <http://lexvo.org/id/term/bos-Cyrl/%D0%97%D0%B0%D0%BC%D0%B1%D0%B8%D1%98%D0%B0>,
        <http://lexvo.org/id/term/bos/Zambija>,
        <http://lexvo.org/id/term/bre/Zambia>,
        <http://lexvo.org/id/term/brx/%E0%A4%9C%E0%A4%BC%E0%A4%BE%E0%A4%AE%E0%A5%8D%E0%A4%AC%E0%A4%BF%E0%A4%AF%E0%A4%BE>,
        <http://lexvo.org/id/term/bul/%D0%97%D0%B0%D0%BC%D0%B1%D0%B8%D1%8F>,
        <http://lexvo.org/id/term/byn/%E1%8B%9B%E1%88%9D%E1%89%A2%E1%8B%AB>,
        <http://lexvo.org/id/term/cat/Z%C3%A0mbia>,
        <http://lexvo.org/id/term/ces/Zambie>,
        <http://lexvo.org/id/term/cgg/Zambia>,
        <http://lexvo.org/id/term/cmn-Hant/%E5%B0%9A%E6%AF%94%E4%BA%9E>,
        <http://lexvo.org/id/term/cmn/%E8%B5%9E%E6%AF%94%E4%BA%9A>,
        <http://lexvo.org/id/term/cym/Zambia>,
        <http://lexvo.org/id/term/dan/Zambia>,
        <http://lexvo.org/id/term/dav/Zambia>,
        <http://lexvo.org/id/term/deu/Sambia>,
        <http://lexvo.org/id/term/dje/Zambi>,
        <http://lexvo.org/id/term/dzo/%E0%BD%9B%E0%BD%98%E0%BC%8B%E0%BD%96%E0%BE%B7%E0%BD%B2%E0%BC%8B%E0%BD%A1>,
        <http://lexvo.org/id/term/ebu/Zambia>,
        <http://lexvo.org/id/term/ell/%CE%96%CE%AC%CE%BC%CF%80%CE%B9%CE%B1>,
        <http://lexvo.org/id/term/eng-Dsrt/%F0%90%90%9E%F0%90%90%B0%F0%90%91%8B%F0%90%90%BA%F0%90%90%A8%F0%90%90%B2>,
        <http://lexvo.org/id/term/eng/ISO%203166-1%3AZM>,
        <http://lexvo.org/id/term/eng/Zambia>,
        <http://lexvo.org/id/term/epo/Zambio>,
        <http://lexvo.org/id/term/est/Sambia>,
        <http://lexvo.org/id/term/eus/Zambia>,
        <http://lexvo.org/id/term/ewe/Zambia%20nutome>,
        <http://lexvo.org/id/term/ewo/Zamb%C3%AD>,
        <http://lexvo.org/id/term/fao/Sambia>,
        <http://lexvo.org/id/term/fas/%D8%B2%D8%A7%D9%85%D8%A8%DB%8C%D8%A7>,
        <http://lexvo.org/id/term/fil/Zambia>,
        <http://lexvo.org/id/term/fin/Sambia>,
        <http://lexvo.org/id/term/fra/Zambie>,
        <http://lexvo.org/id/term/ful/Sammbi>,
        <http://lexvo.org/id/term/fur/Zambia>,
        <http://lexvo.org/id/term/gla/S%C3%A0imbia>,
        <http://lexvo.org/id/term/gle/An%20tSaimbia>,
        <http://lexvo.org/id/term/glg/Zambia>,
        <http://lexvo.org/id/term/gsw/Sambia>,
        <http://lexvo.org/id/term/guj/%E0%AA%9D%E0%AA%BE%E0%AA%AE%E0%AB%8D%E0%AA%AC%E0%AA%BF%E0%AA%AF%E0%AA%BE>,
        <http://lexvo.org/id/term/guz/Zambia>,
        <http://lexvo.org/id/term/hau/Zambiya>,
        <http://lexvo.org/id/term/heb/%D7%96%D7%9E%D7%91%D7%99%D7%94>,
        <http://lexvo.org/id/term/hin/%E0%A4%9C%E0%A4%BE%E0%A4%AE%E0%A5%8D%E0%A4%AC%E0%A4%BF%E0%A4%AF%E0%A4%BE>,
        <http://lexvo.org/id/term/hrv/Zambija>,
        <http://lexvo.org/id/term/hun/Zambia>,
        <http://lexvo.org/id/term/hye/%D4%B6%D5%A1%D5%B4%D5%A2%D5%AB%D5%A1>,
        <http://lexvo.org/id/term/ina/Zambia>,
        <http://lexvo.org/id/term/ind/Zambia>,
        <http://lexvo.org/id/term/isl/Samb%C3%ADa>,
        <http://lexvo.org/id/term/ita/Zambia>,
        <http://lexvo.org/id/term/jgo/Z%C9%91mb%C3%AE>,
        <http://lexvo.org/id/term/jmc/Zambia>,
        <http://lexvo.org/id/term/jpn/%E3%82%B6%E3%83%B3%E3%83%93%E3%82%A2>,
        <http://lexvo.org/id/term/kab/Zambya>,
        <http://lexvo.org/id/term/kal/Zambia>,
        <http://lexvo.org/id/term/kam/Nzambia>,
        <http://lexvo.org/id/term/kan/%E0%B2%9D%E0%B2%BE%E0%B2%82%E0%B2%AC%E0%B2%BF%E0%B2%AF%E0%B2%BE>,
        <http://lexvo.org/id/term/kas/%D8%AC%D8%A7%D9%85%D8%A8%D9%90%DB%8C%D8%A7>,
        <http://lexvo.org/id/term/kat/%E1%83%96%E1%83%90%E1%83%9B%E1%83%91%E1%83%98%E1%83%90>,
        <http://lexvo.org/id/term/kde/Zambia>,
        <http://lexvo.org/id/term/kea/Zambia>,
        <http://lexvo.org/id/term/khm/%E1%9E%A0%E1%9F%92%E1%9E%9F%E1%9E%B6%E1%9F%86%E1%9E%94%E1%9F%8A%E1%9E%B8>,
        <http://lexvo.org/id/term/khq/Zambi>,
        <http://lexvo.org/id/term/kik/Zambia>,
        <http://lexvo.org/id/term/kln/Emetab%20Zambia>,
        <http://lexvo.org/id/term/kor/%EC%9E%A0%EB%B9%84%EC%95%84>,
        <http://lexvo.org/id/term/ksb/Zambia>,
        <http://lexvo.org/id/term/ksf/zamb%C3%AD>,
        <http://lexvo.org/id/term/ksh/Sambija>,
        <http://lexvo.org/id/term/lag/S%C3%A1mbia>,
        <http://lexvo.org/id/term/lao/%E0%BB%81%E0%BA%8A%E0%BA%A1%E0%BB%80%E0%BA%9A%E0%BA%8D>,
        <http://lexvo.org/id/term/lav/Zambija>,
        <http://lexvo.org/id/term/lin/Zambi>,
        <http://lexvo.org/id/term/lit/Zambija>,
        <http://lexvo.org/id/term/lub/Zambi>,
        <http://lexvo.org/id/term/lug/Zambya>,
        <http://lexvo.org/id/term/luo/Zambia>,
        <http://lexvo.org/id/term/luy/Zambia>,
        <http://lexvo.org/id/term/mal/%E0%B4%B8%E0%B4%BE%E0%B4%82%E0%B4%AC%E0%B4%BF%E0%B4%AF>,
        <http://lexvo.org/id/term/mar/%E0%A4%9D%E0%A4%BE%E0%A4%AE%E0%A5%8D%E0%A4%AC%E0%A4%BF%E0%A4%AF%E0%A4%BE>,
        <http://lexvo.org/id/term/mas/Sambia>,
        <http://lexvo.org/id/term/mer/Zambia>,
        <http://lexvo.org/id/term/mfe/Zambi>,
        <http://lexvo.org/id/term/mgh/Uzambia>,
        <http://lexvo.org/id/term/mkd/%D0%97%D0%B0%D0%BC%D0%B1%D0%B8%D1%98%D0%B0>,
        <http://lexvo.org/id/term/mlg/Zambia>,
        <http://lexvo.org/id/term/mlt/%C5%BBambja>,
        <http://lexvo.org/id/term/mua/Zambiya>,
        <http://lexvo.org/id/term/mya/%E1%80%87%E1%80%99%E1%80%BA%E1%80%98%E1%80%AE%E1%80%9A%E1%80%AC>,
        <http://lexvo.org/id/term/naq/Zambiab>,
        <http://lexvo.org/id/term/nde/Zambiya>,
        <http://lexvo.org/id/term/nep/%E0%A4%9C%E0%A4%BE%E0%A4%AE%E0%A5%8D%E0%A4%AC%E0%A4%BF%E0%A4%AF%E0%A4%BE>,
        <http://lexvo.org/id/term/nld/Zambia>,
        <http://lexvo.org/id/term/nmg/Zambia>,
        <http://lexvo.org/id/term/nno/Zambia>,
        <http://lexvo.org/id/term/nob/Zambia>,
        <http://lexvo.org/id/term/nyn/Zambia>,
        <http://lexvo.org/id/term/ori/%E0%AC%9C%E0%AC%BE%E0%AC%AE%E0%AD%8D%E0%AC%AC%E0%AC%BF%E0%AC%86>,
        <http://lexvo.org/id/term/pol/Zambia>,
        <http://lexvo.org/id/term/por/Z%C3%A2mbia>,
        <http://lexvo.org/id/term/rof/Zambia>,
        <http://lexvo.org/id/term/roh/Sambia>,
        <http://lexvo.org/id/term/ron/Zambia>,
        <http://lexvo.org/id/term/run/Zambiya>,
        <http://lexvo.org/id/term/rus/%D0%97%D0%B0%D0%BC%D0%B1%D0%B8%D1%8F>,
        <http://lexvo.org/id/term/rwk/Zambia>,
        <http://lexvo.org/id/term/sag/Zamb%C3%AFi>,
        <http://lexvo.org/id/term/saq/Zambia>,
        <http://lexvo.org/id/term/sbp/Sambiya>,
        <http://lexvo.org/id/term/seh/Z%C3%A2mbia>,
        <http://lexvo.org/id/term/ses/Zambi>,
        <http://lexvo.org/id/term/shi-Latn/zambya>,
        <http://lexvo.org/id/term/shi/%E2%B5%A3%E2%B4%B0%E2%B5%8E%E2%B4%B1%E2%B5%A2%E2%B4%B0>,
        <http://lexvo.org/id/term/sin/%E0%B7%83%E0%B7%90%E0%B6%B8%E0%B7%8A%E0%B6%B6%E0%B7%92%E0%B6%BA%E0%B7%8F%E0%B7%80>,
        <http://lexvo.org/id/term/slk/Zambia>,
        <http://lexvo.org/id/term/slv/Zambija>,
        <http://lexvo.org/id/term/sme/Zambia>,
        <http://lexvo.org/id/term/sna/Zambia>,
        <http://lexvo.org/id/term/som/Saambiya>,
        <http://lexvo.org/id/term/spa/Zambia>,
        <http://lexvo.org/id/term/sqi/Zambi>,
        <http://lexvo.org/id/term/srp-Latn/Zambija>,
        <http://lexvo.org/id/term/srp/%D0%97%D0%B0%D0%BC%D0%B1%D0%B8%D1%98%D0%B0>,
        <http://lexvo.org/id/term/swc/Zambia>,
        <http://lexvo.org/id/term/swe/Zambia>,
        <http://lexvo.org/id/term/swh/Zambia>,
        <http://lexvo.org/id/term/tam/%E0%AE%9A%E0%AE%BE%E0%AE%AE%E0%AF%8D%E0%AE%AA%E0%AE%BF%E0%AE%AF%E0%AE%BE>,
        <http://lexvo.org/id/term/tel/%E0%B0%9C%E0%B0%BE%E0%B0%82%E0%B0%AC%E0%B0%BF%E0%B0%AF%E0%B0%BE>,
        <http://lexvo.org/id/term/teo/Zambia>,
        <http://lexvo.org/id/term/tha/%E0%B9%81%E0%B8%8B%E0%B8%A1%E0%B9%80%E0%B8%9A%E0%B8%B5%E0%B8%A2>,
        <http://lexvo.org/id/term/tig/%E1%8B%9B%E1%88%9D%E1%89%A2%E1%8B%AB>,
        <http://lexvo.org/id/term/tir/%E1%8B%9B%E1%88%9D%E1%89%A2%E1%8B%AB>,
        <http://lexvo.org/id/term/ton/Semipia>,
        <http://lexvo.org/id/term/tur/Zambiya>,
        <http://lexvo.org/id/term/twq/Zambi>,
        <http://lexvo.org/id/term/tzm/Zambya>,
        <http://lexvo.org/id/term/ukr/%D0%97%D0%B0%D0%BC%D0%B1%D1%96%D1%8F>,
        <http://lexvo.org/id/term/urd/%D8%B2%D8%A7%D9%85%D8%A8%DB%8C%D8%A7>,
        <http://lexvo.org/id/term/vai-Latn/Zambiya>,
        <http://lexvo.org/id/term/vai/%EA%95%A4%EA%94%AD%EA%95%A9>,
        <http://lexvo.org/id/term/vie/Zambia>,
        <http://lexvo.org/id/term/vun/Zambia>,
        <http://lexvo.org/id/term/wae/Sambia>,
        <http://lexvo.org/id/term/wal/%E1%8B%9B%E1%88%9D%E1%89%A2%E1%8B%AB>,
        <http://lexvo.org/id/term/xog/Zambya>,
        <http://lexvo.org/id/term/yav/saamb%C3%ADi>,
        <http://lexvo.org/id/term/yor/Or%C3%ADl%E1%BA%B9%CC%81%C3%A8de%20%E1%B9%A3amibia>,
        <http://lexvo.org/id/term/zsm/Zambia>,
        <http://lexvo.org/id/term/zul/i-Zambia> ;
    owl:sameAs <http://psi.oasis-open.org/iso/3166/#894>,
        <http://sws.geonames.org/895949/> .

<http://lexvo.org/id/iso3166/ZW> a lvont:GeographicRegion ;
    rdfs:label "Zimbabwe"@af,
        "Zìmbagbɛ̀"@agq,
        "Zembabwe"@ak,
        "ዚምቧቤ"@am,
        "زيمبابوي"@ar,
        "Dhimbabwe"@asa,
        "Zimbabue"@ast,
        "Zimbabve"@az,
        "Zìmbàbwê"@bas,
        "Зімбабвэ"@be,
        "Huzimbabwe"@bez,
        "Зимбабве"@bg,
        "Zimbabuwe"@bm,
        "জিম্বাবুয়ে"@bn,
        "ཛིམ་བྷཱ་བེ།"@bo,
        "Zimbabwe"@br,
        "ज़ीम्बाब्वे"@brx,
        "Zimbabve"@bs,
        "Зимбабве"@bs-Cyrl,
        "Zimbabwe"@ca,
        "Zimbabwe"@cgg,
        "津巴布韦"@cmn,
        "津巴布韋"@cmn-Hant,
        "Zimbabwe"@cs,
        "Zimbabwe"@cy,
        "Zimbabwe"@da,
        "Zimbabwe"@dav,
        "Simbabwe"@de,
        "Zimbabwe"@de,
        "Zimbabwe"@dje,
        "ཛིམ་བྷབ་ཝེ"@dz,
        "Zimbabwe"@ebu,
        "Zimbabwe nutome"@ee,
        "Ζιμπάμπουε"@el,
        "ISO 3166-1:ZW"@en,
        "Zimbabwe"@en,
        "𐐞𐐮𐑋𐐺𐐪𐐺𐐶𐐩"@en-Dsrt,
        "Zimbabvo"@eo,
        "Zimbabue"@es,
        "Zimbabwe"@et,
        "Zimbabwe"@eu,
        "Zimbabwé"@ewo,
        "زیمبابوه"@fa,
        "زیمبابوی"@fa,
        "Simbaabuwe"@ff,
        "Zimbabwe"@fi,
        "Zimbabwe"@fil,
        "Simbabvi"@fo,
        "Zimbabwe"@fr,
        "Zimbabwe"@fur,
        "An tSiombáib"@ga,
        "An t-Sìombab"@gd,
        "Cimbabue"@gl,
        "Simbabwe"@gsw,
        "ઝિમ્બાબ્વે"@gu,
        "Zimbabwe"@guz,
        "Zimbabuwe"@ha,
        "זימבאבווה"@he,
        "जिम्बाब्वे"@hi,
        "Zimbabve"@hr,
        "Zimbabwe"@hu,
        "Զիմբաբվե"@hy,
        "Zimbabwe"@ia,
        "Zimbabwe"@id,
        "Simbabve"@is,
        "Zimbabwe"@it,
        "ジンバブエ"@ja,
        "Zimbɑ́mbwɛ"@jgo,
        "Zimbabwe"@jmc,
        "ზიმბაბვე"@ka,
        "Zimbabwi"@kab,
        "Nzimbambwe"@kam,
        "Zimbabwe"@kde,
        "Zimbabui"@kea,
        "Zimbabwe"@khq,
        "Zimbabwe"@ki,
        "Zimbabwe"@kl,
        "Emetab Zimbabwe"@kln,
        "ហ្ស៊ីមបាបវ៉េ"@km,
        "ಜಿಂಬಾಬ್ವೆ"@kn,
        "짐바브웨"@ko,
        "زِمبابے"@ks,
        "Zimbabwe"@ksb,
        "zimbabwɛ́"@ksf,
        "Simbabwe"@ksh,
        "Simbáabwe"@lag,
        "Zimbabwe"@lg,
        "Zimbabwe"@ln,
        "ຊິມບັບເວ"@lo,
        "Zimbabvė"@lt,
        "Zimbabwe"@lu,
        "Zimbabwe"@luo,
        "Zimbabwe"@luy,
        "Zimbabve"@lv,
        "Simbabwe"@mas,
        "Zimbabwe"@mer,
        "Zimbabwe"@mfe,
        "Zimbaboe"@mg,
        "Uzimbabwe"@mgh,
        "Зимбабве"@mk,
        "സിംബാബ്വേ"@ml,
        "झिम्बाब्वे"@mr,
        "Żimbabwe"@mt,
        "Zimbabwe"@mua,
        "ဇင်ဘာဘွေ"@my,
        "Zimbabweb"@naq,
        "Zimbabwe"@nb,
        "Zimbabwe"@nd,
        "जिम्बाबे"@ne,
        "Zimbabwe"@nl,
        "Zimbabwǝ"@nmg,
        "Zimbabwe"@nn,
        "Zimbabwe"@nyn,
        "ଜିମ୍ବାୱେ"@or,
        "Zimbabwe"@pl,
        "Zimbabué"@pt,
        "Zimbábue"@pt,
        "Simbabwe"@rm,
        "Zimbabwe"@rn,
        "Zimbabwe"@ro,
        "Zimbabwe"@rof,
        "Зимбабве"@ru,
        "Zimbabwe"@rwk,
        "Zimbabwe"@saq,
        "Simbabwe"@sbp,
        "Zimbabwe"@se,
        "Zimbábue"@seh,
        "Zimbabwe"@ses,
        "Zimbäbwe"@sg,
        "ⵣⵉⵎⴱⴰⴱⵡⵉ"@shi,
        "zimbabwi"@shi-Latn,
        "සිම්බාබ්වේ"@si,
        "Zimbabwe"@sk,
        "Zimbabve"@sl,
        "Zimbabwe"@sn,
        "Simbaabwe"@so,
        "Zimbabve"@sq,
        "Зимбабве"@sr,
        "Zimbabve"@sr-Latn,
        "Zimbabwe"@sv,
        "Zimbabwe"@swc,
        "Zimbabwe"@swh,
        "ஜிம்பாப்வே"@ta,
        "జింబాబ్వే"@te,
        "Zimbabwe"@teo,
        "ซิมบับเว"@th,
        "ዚምቧቤ"@ti,
        "Simipapuei"@to,
        "Zimbabve"@tr,
        "Zimbabwe"@twq,
        "Zimbabwi"@tzm,
        "Зімбабве"@uk,
        "زمبابوے"@ur,
        "ꔽꕓꖜꔃ"@vai,
        "Zimbabhuwe"@vai-Latn,
        "Zimbabwe"@vi,
        "Zimbabwe"@vun,
        "Simbabwe"@wae,
        "Zimbabwe"@xog,
        "simbapuwé"@yav,
        "Orílẹ́ède ṣimibabe"@yo,
        "Zimbabwe"@zsm,
        "i-Zimbabwe"@zu ;
    lvont:label <http://lexvo.org/id/term/afr/Zimbabwe>,
        <http://lexvo.org/id/term/agq/Z%C3%ACmbagb%C9%9B%CC%80>,
        <http://lexvo.org/id/term/aka/Zembabwe>,
        <http://lexvo.org/id/term/amh/%E1%8B%9A%E1%88%9D%E1%89%A7%E1%89%A4>,
        <http://lexvo.org/id/term/ara/%D8%B2%D9%8A%D9%85%D8%A8%D8%A7%D8%A8%D9%88%D9%8A>,
        <http://lexvo.org/id/term/asa/Dhimbabwe>,
        <http://lexvo.org/id/term/ast/Zimbabue>,
        <http://lexvo.org/id/term/aze/Zimbabve>,
        <http://lexvo.org/id/term/bam/Zimbabuwe>,
        <http://lexvo.org/id/term/bas/Z%C3%ACmb%C3%A0bw%C3%AA>,
        <http://lexvo.org/id/term/bel/%D0%97%D1%96%D0%BC%D0%B1%D0%B0%D0%B1%D0%B2%D1%8D>,
        <http://lexvo.org/id/term/ben/%E0%A6%9C%E0%A6%BF%E0%A6%AE%E0%A7%8D%E0%A6%AC%E0%A6%BE%E0%A6%AC%E0%A7%81%E0%A6%AF%E0%A6%BC%E0%A7%87>,
        <http://lexvo.org/id/term/bez/Huzimbabwe>,
        <http://lexvo.org/id/term/bod/%E0%BD%9B%E0%BD%B2%E0%BD%98%E0%BC%8B%E0%BD%96%E0%BE%B7%E0%BD%B1%E0%BC%8B%E0%BD%96%E0%BD%BA%E0%BC%8D>,
        <http://lexvo.org/id/term/bos-Cyrl/%D0%97%D0%B8%D0%BC%D0%B1%D0%B0%D0%B1%D0%B2%D0%B5>,
        <http://lexvo.org/id/term/bos/Zimbabve>,
        <http://lexvo.org/id/term/bre/Zimbabwe>,
        <http://lexvo.org/id/term/brx/%E0%A4%9C%E0%A4%BC%E0%A5%80%E0%A4%AE%E0%A5%8D%E0%A4%AC%E0%A4%BE%E0%A4%AC%E0%A5%8D%E0%A4%B5%E0%A5%87>,
        <http://lexvo.org/id/term/bul/%D0%97%D0%B8%D0%BC%D0%B1%D0%B0%D0%B1%D0%B2%D0%B5>,
        <http://lexvo.org/id/term/cat/Zimbabwe>,
        <http://lexvo.org/id/term/ces/Zimbabwe>,
        <http://lexvo.org/id/term/cgg/Zimbabwe>,
        <http://lexvo.org/id/term/cmn-Hant/%E6%B4%A5%E5%B7%B4%E5%B8%83%E9%9F%8B>,
        <http://lexvo.org/id/term/cmn/%E6%B4%A5%E5%B7%B4%E5%B8%83%E9%9F%A6>,
        <http://lexvo.org/id/term/cym/Zimbabwe>,
        <http://lexvo.org/id/term/dan/Zimbabwe>,
        <http://lexvo.org/id/term/dav/Zimbabwe>,
        <http://lexvo.org/id/term/deu/Simbabwe>,
        <http://lexvo.org/id/term/deu/Zimbabwe>,
        <http://lexvo.org/id/term/dje/Zimbabwe>,
        <http://lexvo.org/id/term/dzo/%E0%BD%9B%E0%BD%B2%E0%BD%98%E0%BC%8B%E0%BD%96%E0%BE%B7%E0%BD%96%E0%BC%8B%E0%BD%9D%E0%BD%BA>,
        <http://lexvo.org/id/term/ebu/Zimbabwe>,
        <http://lexvo.org/id/term/ell/%CE%96%CE%B9%CE%BC%CF%80%CE%AC%CE%BC%CF%80%CE%BF%CF%85%CE%B5>,
        <http://lexvo.org/id/term/eng-Dsrt/%F0%90%90%9E%F0%90%90%AE%F0%90%91%8B%F0%90%90%BA%F0%90%90%AA%F0%90%90%BA%F0%90%90%B6%F0%90%90%A9>,
        <http://lexvo.org/id/term/eng/ISO%203166-1%3AZW>,
        <http://lexvo.org/id/term/eng/Zimbabwe>,
        <http://lexvo.org/id/term/epo/Zimbabvo>,
        <http://lexvo.org/id/term/est/Zimbabwe>,
        <http://lexvo.org/id/term/eus/Zimbabwe>,
        <http://lexvo.org/id/term/ewe/Zimbabwe%20nutome>,
        <http://lexvo.org/id/term/ewo/Zimbabw%C3%A9>,
        <http://lexvo.org/id/term/fao/Simbabvi>,
        <http://lexvo.org/id/term/fas/%D8%B2%DB%8C%D9%85%D8%A8%D8%A7%D8%A8%D9%88%D9%87>,
        <http://lexvo.org/id/term/fas/%D8%B2%DB%8C%D9%85%D8%A8%D8%A7%D8%A8%D9%88%DB%8C>,
        <http://lexvo.org/id/term/fil/Zimbabwe>,
        <http://lexvo.org/id/term/fin/Zimbabwe>,
        <http://lexvo.org/id/term/fra/Zimbabwe>,
        <http://lexvo.org/id/term/ful/Simbaabuwe>,
        <http://lexvo.org/id/term/fur/Zimbabwe>,
        <http://lexvo.org/id/term/gla/An%20t-S%C3%ACombab>,
        <http://lexvo.org/id/term/gle/An%20tSiomb%C3%A1ib>,
        <http://lexvo.org/id/term/glg/Cimbabue>,
        <http://lexvo.org/id/term/gsw/Simbabwe>,
        <http://lexvo.org/id/term/guj/%E0%AA%9D%E0%AA%BF%E0%AA%AE%E0%AB%8D%E0%AA%AC%E0%AA%BE%E0%AA%AC%E0%AB%8D%E0%AA%B5%E0%AB%87>,
        <http://lexvo.org/id/term/guz/Zimbabwe>,
        <http://lexvo.org/id/term/hau/Zimbabuwe>,
        <http://lexvo.org/id/term/heb/%D7%96%D7%99%D7%9E%D7%91%D7%90%D7%91%D7%95%D7%95%D7%94>,
        <http://lexvo.org/id/term/hin/%E0%A4%9C%E0%A4%BF%E0%A4%AE%E0%A5%8D%E0%A4%AC%E0%A4%BE%E0%A4%AC%E0%A5%8D%E0%A4%B5%E0%A5%87>,
        <http://lexvo.org/id/term/hrv/Zimbabve>,
        <http://lexvo.org/id/term/hun/Zimbabwe>,
        <http://lexvo.org/id/term/hye/%D4%B6%D5%AB%D5%B4%D5%A2%D5%A1%D5%A2%D5%BE%D5%A5>,
        <http://lexvo.org/id/term/ina/Zimbabwe>,
        <http://lexvo.org/id/term/ind/Zimbabwe>,
        <http://lexvo.org/id/term/isl/Simbabve>,
        <http://lexvo.org/id/term/ita/Zimbabwe>,
        <http://lexvo.org/id/term/jgo/Zimb%C9%91%CC%81mbw%C9%9B>,
        <http://lexvo.org/id/term/jmc/Zimbabwe>,
        <http://lexvo.org/id/term/jpn/%E3%82%B8%E3%83%B3%E3%83%90%E3%83%96%E3%82%A8>,
        <http://lexvo.org/id/term/kab/Zimbabwi>,
        <http://lexvo.org/id/term/kal/Zimbabwe>,
        <http://lexvo.org/id/term/kam/Nzimbambwe>,
        <http://lexvo.org/id/term/kan/%E0%B2%9C%E0%B2%BF%E0%B2%82%E0%B2%AC%E0%B2%BE%E0%B2%AC%E0%B3%8D%E0%B2%B5%E0%B3%86>,
        <http://lexvo.org/id/term/kas/%D8%B2%D9%90%D9%85%D8%A8%D8%A7%D8%A8%DB%92>,
        <http://lexvo.org/id/term/kat/%E1%83%96%E1%83%98%E1%83%9B%E1%83%91%E1%83%90%E1%83%91%E1%83%95%E1%83%94>,
        <http://lexvo.org/id/term/kde/Zimbabwe>,
        <http://lexvo.org/id/term/kea/Zimbabui>,
        <http://lexvo.org/id/term/khm/%E1%9E%A0%E1%9F%92%E1%9E%9F%E1%9F%8A%E1%9E%B8%E1%9E%98%E1%9E%94%E1%9E%B6%E1%9E%94%E1%9E%9C%E1%9F%89%E1%9F%81>,
        <http://lexvo.org/id/term/khq/Zimbabwe>,
        <http://lexvo.org/id/term/kik/Zimbabwe>,
        <http://lexvo.org/id/term/kln/Emetab%20Zimbabwe>,
        <http://lexvo.org/id/term/kor/%EC%A7%90%EB%B0%94%EB%B8%8C%EC%9B%A8>,
        <http://lexvo.org/id/term/ksb/Zimbabwe>,
        <http://lexvo.org/id/term/ksf/zimbabw%C9%9B%CC%81>,
        <http://lexvo.org/id/term/ksh/Simbabwe>,
        <http://lexvo.org/id/term/lag/Simb%C3%A1abwe>,
        <http://lexvo.org/id/term/lao/%E0%BA%8A%E0%BA%B4%E0%BA%A1%E0%BA%9A%E0%BA%B1%E0%BA%9A%E0%BB%80%E0%BA%A7>,
        <http://lexvo.org/id/term/lav/Zimbabve>,
        <http://lexvo.org/id/term/lin/Zimbabwe>,
        <http://lexvo.org/id/term/lit/Zimbabv%C4%97>,
        <http://lexvo.org/id/term/lub/Zimbabwe>,
        <http://lexvo.org/id/term/lug/Zimbabwe>,
        <http://lexvo.org/id/term/luo/Zimbabwe>,
        <http://lexvo.org/id/term/luy/Zimbabwe>,
        <http://lexvo.org/id/term/mal/%E0%B4%B8%E0%B4%BF%E0%B4%82%E0%B4%AC%E0%B4%BE%E0%B4%AC%E0%B5%8D%E0%B4%B5%E0%B5%87>,
        <http://lexvo.org/id/term/mar/%E0%A4%9D%E0%A4%BF%E0%A4%AE%E0%A5%8D%E0%A4%AC%E0%A4%BE%E0%A4%AC%E0%A5%8D%E0%A4%B5%E0%A5%87>,
        <http://lexvo.org/id/term/mas/Simbabwe>,
        <http://lexvo.org/id/term/mer/Zimbabwe>,
        <http://lexvo.org/id/term/mfe/Zimbabwe>,
        <http://lexvo.org/id/term/mgh/Uzimbabwe>,
        <http://lexvo.org/id/term/mkd/%D0%97%D0%B8%D0%BC%D0%B1%D0%B0%D0%B1%D0%B2%D0%B5>,
        <http://lexvo.org/id/term/mlg/Zimbaboe>,
        <http://lexvo.org/id/term/mlt/%C5%BBimbabwe>,
        <http://lexvo.org/id/term/mua/Zimbabwe>,
        <http://lexvo.org/id/term/mya/%E1%80%87%E1%80%84%E1%80%BA%E1%80%98%E1%80%AC%E1%80%98%E1%80%BD%E1%80%B1>,
        <http://lexvo.org/id/term/naq/Zimbabweb>,
        <http://lexvo.org/id/term/nde/Zimbabwe>,
        <http://lexvo.org/id/term/nep/%E0%A4%9C%E0%A4%BF%E0%A4%AE%E0%A5%8D%E0%A4%AC%E0%A4%BE%E0%A4%AC%E0%A5%87>,
        <http://lexvo.org/id/term/nld/Zimbabwe>,
        <http://lexvo.org/id/term/nmg/Zimbabw%C7%9D>,
        <http://lexvo.org/id/term/nno/Zimbabwe>,
        <http://lexvo.org/id/term/nob/Zimbabwe>,
        <http://lexvo.org/id/term/nyn/Zimbabwe>,
        <http://lexvo.org/id/term/ori/%E0%AC%9C%E0%AC%BF%E0%AC%AE%E0%AD%8D%E0%AC%AC%E0%AC%BE%E0%AD%B1%E0%AD%87>,
        <http://lexvo.org/id/term/pol/Zimbabwe>,
        <http://lexvo.org/id/term/por/Zimb%C3%A1bue>,
        <http://lexvo.org/id/term/por/Zimbabu%C3%A9>,
        <http://lexvo.org/id/term/rof/Zimbabwe>,
        <http://lexvo.org/id/term/roh/Simbabwe>,
        <http://lexvo.org/id/term/ron/Zimbabwe>,
        <http://lexvo.org/id/term/run/Zimbabwe>,
        <http://lexvo.org/id/term/rus/%D0%97%D0%B8%D0%BC%D0%B1%D0%B0%D0%B1%D0%B2%D0%B5>,
        <http://lexvo.org/id/term/rwk/Zimbabwe>,
        <http://lexvo.org/id/term/sag/Zimb%C3%A4bwe>,
        <http://lexvo.org/id/term/saq/Zimbabwe>,
        <http://lexvo.org/id/term/sbp/Simbabwe>,
        <http://lexvo.org/id/term/seh/Zimb%C3%A1bue>,
        <http://lexvo.org/id/term/ses/Zimbabwe>,
        <http://lexvo.org/id/term/shi-Latn/zimbabwi>,
        <http://lexvo.org/id/term/shi/%E2%B5%A3%E2%B5%89%E2%B5%8E%E2%B4%B1%E2%B4%B0%E2%B4%B1%E2%B5%A1%E2%B5%89>,
        <http://lexvo.org/id/term/sin/%E0%B7%83%E0%B7%92%E0%B6%B8%E0%B7%8A%E0%B6%B6%E0%B7%8F%E0%B6%B6%E0%B7%8A%E0%B7%80%E0%B7%9A>,
        <http://lexvo.org/id/term/slk/Zimbabwe>,
        <http://lexvo.org/id/term/slv/Zimbabve>,
        <http://lexvo.org/id/term/sme/Zimbabwe>,
        <http://lexvo.org/id/term/sna/Zimbabwe>,
        <http://lexvo.org/id/term/som/Simbaabwe>,
        <http://lexvo.org/id/term/spa/Zimbabue>,
        <http://lexvo.org/id/term/sqi/Zimbabve>,
        <http://lexvo.org/id/term/srp-Latn/Zimbabve>,
        <http://lexvo.org/id/term/srp/%D0%97%D0%B8%D0%BC%D0%B1%D0%B0%D0%B1%D0%B2%D0%B5>,
        <http://lexvo.org/id/term/swc/Zimbabwe>,
        <http://lexvo.org/id/term/swe/Zimbabwe>,
        <http://lexvo.org/id/term/swh/Zimbabwe>,
        <http://lexvo.org/id/term/tam/%E0%AE%9C%E0%AE%BF%E0%AE%AE%E0%AF%8D%E0%AE%AA%E0%AE%BE%E0%AE%AA%E0%AF%8D%E0%AE%B5%E0%AF%87>,
        <http://lexvo.org/id/term/tel/%E0%B0%9C%E0%B0%BF%E0%B0%82%E0%B0%AC%E0%B0%BE%E0%B0%AC%E0%B1%8D%E0%B0%B5%E0%B1%87>,
        <http://lexvo.org/id/term/teo/Zimbabwe>,
        <http://lexvo.org/id/term/tha/%E0%B8%8B%E0%B8%B4%E0%B8%A1%E0%B8%9A%E0%B8%B1%E0%B8%9A%E0%B9%80%E0%B8%A7>,
        <http://lexvo.org/id/term/tir/%E1%8B%9A%E1%88%9D%E1%89%A7%E1%89%A4>,
        <http://lexvo.org/id/term/ton/Simipapuei>,
        <http://lexvo.org/id/term/tur/Zimbabve>,
        <http://lexvo.org/id/term/twq/Zimbabwe>,
        <http://lexvo.org/id/term/tzm/Zimbabwi>,
        <http://lexvo.org/id/term/ukr/%D0%97%D1%96%D0%BC%D0%B1%D0%B0%D0%B1%D0%B2%D0%B5>,
        <http://lexvo.org/id/term/urd/%D8%B2%D9%85%D8%A8%D8%A7%D8%A8%D9%88%DB%92>,
        <http://lexvo.org/id/term/vai-Latn/Zimbabhuwe>,
        <http://lexvo.org/id/term/vai/%EA%94%BD%EA%95%93%EA%96%9C%EA%94%83>,
        <http://lexvo.org/id/term/vie/Zimbabwe>,
        <http://lexvo.org/id/term/vun/Zimbabwe>,
        <http://lexvo.org/id/term/wae/Simbabwe>,
        <http://lexvo.org/id/term/xog/Zimbabwe>,
        <http://lexvo.org/id/term/yav/simbapuw%C3%A9>,
        <http://lexvo.org/id/term/yor/Or%C3%ADl%E1%BA%B9%CC%81%C3%A8de%20%E1%B9%A3imibabe>,
        <http://lexvo.org/id/term/zsm/Zimbabwe>,
        <http://lexvo.org/id/term/zul/i-Zimbabwe> ;
    owl:sameAs <http://psi.oasis-open.org/iso/3166/#716>,
        <http://sws.geonames.org/878675/> .

<http://lexvo.org/id/iso639-1/aa> owl:sameAs <http://lexvo.org/id/iso639-3/aar> .

<http://lexvo.org/id/iso639-1/ab> owl:sameAs <http://lexvo.org/id/iso639-3/abk> .

<http://lexvo.org/id/iso639-1/ae> owl:sameAs <http://lexvo.org/id/iso639-3/ave> .

<http://lexvo.org/id/iso639-1/af> owl:sameAs <http://lexvo.org/id/iso639-3/afr> .

<http://lexvo.org/id/iso639-1/ak> owl:sameAs <http://lexvo.org/id/iso639-3/aka> .

<http://lexvo.org/id/iso639-1/am> owl:sameAs <http://lexvo.org/id/iso639-3/amh> .

<http://lexvo.org/id/iso639-1/an> owl:sameAs <http://lexvo.org/id/iso639-3/arg> .

<http://lexvo.org/id/iso639-1/ar> owl:sameAs <http://lexvo.org/id/iso639-3/ara> .

<http://lexvo.org/id/iso639-1/as> owl:sameAs <http://lexvo.org/id/iso639-3/asm> .

<http://lexvo.org/id/iso639-1/av> owl:sameAs <http://lexvo.org/id/iso639-3/ava> .

<http://lexvo.org/id/iso639-1/ay> owl:sameAs <http://lexvo.org/id/iso639-3/aym> .

<http://lexvo.org/id/iso639-1/az> owl:sameAs <http://lexvo.org/id/iso639-3/aze> .

<http://lexvo.org/id/iso639-1/ba> owl:sameAs <http://lexvo.org/id/iso639-3/bak> .

<http://lexvo.org/id/iso639-1/be> owl:sameAs <http://lexvo.org/id/iso639-3/bel> .

<http://lexvo.org/id/iso639-1/bg> owl:sameAs <http://lexvo.org/id/iso639-3/bul> .

<http://lexvo.org/id/iso639-1/bi> owl:sameAs <http://lexvo.org/id/iso639-3/bis> .

<http://lexvo.org/id/iso639-1/bm> owl:sameAs <http://lexvo.org/id/iso639-3/bam> .

<http://lexvo.org/id/iso639-1/bn> owl:sameAs <http://lexvo.org/id/iso639-3/ben> .

<http://lexvo.org/id/iso639-1/bo> owl:sameAs <http://lexvo.org/id/iso639-3/bod> .

<http://lexvo.org/id/iso639-1/br> owl:sameAs <http://lexvo.org/id/iso639-3/bre> .

<http://lexvo.org/id/iso639-1/bs> owl:sameAs <http://lexvo.org/id/iso639-3/bos> .

<http://lexvo.org/id/iso639-1/ca> owl:sameAs <http://lexvo.org/id/iso639-3/cat> .

<http://lexvo.org/id/iso639-1/ce> owl:sameAs <http://lexvo.org/id/iso639-3/che> .

<http://lexvo.org/id/iso639-1/ch> owl:sameAs <http://lexvo.org/id/iso639-3/cha> .

<http://lexvo.org/id/iso639-1/co> owl:sameAs <http://lexvo.org/id/iso639-3/cos> .

<http://lexvo.org/id/iso639-1/cr> owl:sameAs <http://lexvo.org/id/iso639-3/cre> .

<http://lexvo.org/id/iso639-1/cs> owl:sameAs <http://lexvo.org/id/iso639-3/ces> .

<http://lexvo.org/id/iso639-1/cu> owl:sameAs <http://lexvo.org/id/iso639-3/chu> .

<http://lexvo.org/id/iso639-1/cv> owl:sameAs <http://lexvo.org/id/iso639-3/chv> .

<http://lexvo.org/id/iso639-1/cy> owl:sameAs <http://lexvo.org/id/iso639-3/cym> .

<http://lexvo.org/id/iso639-1/da> owl:sameAs <http://lexvo.org/id/iso639-3/dan> .

<http://lexvo.org/id/iso639-1/de> owl:sameAs <http://lexvo.org/id/iso639-3/deu> .

<http://lexvo.org/id/iso639-1/dv> owl:sameAs <http://lexvo.org/id/iso639-3/div> .

<http://lexvo.org/id/iso639-1/dz> owl:sameAs <http://lexvo.org/id/iso639-3/dzo> .

<http://lexvo.org/id/iso639-1/ee> owl:sameAs <http://lexvo.org/id/iso639-3/ewe> .

<http://lexvo.org/id/iso639-1/el> owl:sameAs <http://lexvo.org/id/iso639-3/ell> .

<http://lexvo.org/id/iso639-1/en> owl:sameAs <http://lexvo.org/id/iso639-3/eng> .

<http://lexvo.org/id/iso639-1/eo> owl:sameAs <http://lexvo.org/id/iso639-3/epo> .

<http://lexvo.org/id/iso639-1/es> owl:sameAs <http://lexvo.org/id/iso639-3/spa> .

<http://lexvo.org/id/iso639-1/et> owl:sameAs <http://lexvo.org/id/iso639-3/est> .

<http://lexvo.org/id/iso639-1/eu> owl:sameAs <http://lexvo.org/id/iso639-3/eus> .

<http://lexvo.org/id/iso639-1/fa> owl:sameAs <http://lexvo.org/id/iso639-3/fas> .

<http://lexvo.org/id/iso639-1/ff> owl:sameAs <http://lexvo.org/id/iso639-3/ful> .

<http://lexvo.org/id/iso639-1/fi> owl:sameAs <http://lexvo.org/id/iso639-3/fin> .

<http://lexvo.org/id/iso639-1/fj> owl:sameAs <http://lexvo.org/id/iso639-3/fij> .

<http://lexvo.org/id/iso639-1/fo> owl:sameAs <http://lexvo.org/id/iso639-3/fao> .

<http://lexvo.org/id/iso639-1/fr> owl:sameAs <http://lexvo.org/id/iso639-3/fra> .

<http://lexvo.org/id/iso639-1/fy> owl:sameAs <http://lexvo.org/id/iso639-3/fry> .

<http://lexvo.org/id/iso639-1/ga> owl:sameAs <http://lexvo.org/id/iso639-3/gle> .

<http://lexvo.org/id/iso639-1/gd> owl:sameAs <http://lexvo.org/id/iso639-3/gla> .

<http://lexvo.org/id/iso639-1/gl> owl:sameAs <http://lexvo.org/id/iso639-3/glg> .

<http://lexvo.org/id/iso639-1/gn> owl:sameAs <http://lexvo.org/id/iso639-3/grn> .

<http://lexvo.org/id/iso639-1/gu> owl:sameAs <http://lexvo.org/id/iso639-3/guj> .

<http://lexvo.org/id/iso639-1/gv> owl:sameAs <http://lexvo.org/id/iso639-3/glv> .

<http://lexvo.org/id/iso639-1/ha> owl:sameAs <http://lexvo.org/id/iso639-3/hau> .

<http://lexvo.org/id/iso639-1/he> owl:sameAs <http://lexvo.org/id/iso639-3/heb> .

<http://lexvo.org/id/iso639-1/hi> owl:sameAs <http://lexvo.org/id/iso639-3/hin> .

<http://lexvo.org/id/iso639-1/ho> owl:sameAs <http://lexvo.org/id/iso639-3/hmo> .

<http://lexvo.org/id/iso639-1/hr> owl:sameAs <http://lexvo.org/id/iso639-3/hrv> .

<http://lexvo.org/id/iso639-1/ht> owl:sameAs <http://lexvo.org/id/iso639-3/hat> .

<http://lexvo.org/id/iso639-1/hu> owl:sameAs <http://lexvo.org/id/iso639-3/hun> .

<http://lexvo.org/id/iso639-1/hy> owl:sameAs <http://lexvo.org/id/iso639-3/hye> .

<http://lexvo.org/id/iso639-1/hz> owl:sameAs <http://lexvo.org/id/iso639-3/her> .

<http://lexvo.org/id/iso639-1/ia> owl:sameAs <http://lexvo.org/id/iso639-3/ina> .

<http://lexvo.org/id/iso639-1/id> owl:sameAs <http://lexvo.org/id/iso639-3/ind> .

<http://lexvo.org/id/iso639-1/ie> owl:sameAs <http://lexvo.org/id/iso639-3/ile> .

<http://lexvo.org/id/iso639-1/ig> owl:sameAs <http://lexvo.org/id/iso639-3/ibo> .

<http://lexvo.org/id/iso639-1/ii> owl:sameAs <http://lexvo.org/id/iso639-3/iii> .

<http://lexvo.org/id/iso639-1/ik> owl:sameAs <http://lexvo.org/id/iso639-3/ipk> .

<http://lexvo.org/id/iso639-1/io> owl:sameAs <http://lexvo.org/id/iso639-3/ido> .

<http://lexvo.org/id/iso639-1/is> owl:sameAs <http://lexvo.org/id/iso639-3/isl> .

<http://lexvo.org/id/iso639-1/it> owl:sameAs <http://lexvo.org/id/iso639-3/ita> .

<http://lexvo.org/id/iso639-1/iu> owl:sameAs <http://lexvo.org/id/iso639-3/iku> .

<http://lexvo.org/id/iso639-1/ja> owl:sameAs <http://lexvo.org/id/iso639-3/jpn> .

<http://lexvo.org/id/iso639-1/jv> owl:sameAs <http://lexvo.org/id/iso639-3/jav> .

<http://lexvo.org/id/iso639-1/ka> owl:sameAs <http://lexvo.org/id/iso639-3/kat> .

<http://lexvo.org/id/iso639-1/kg> owl:sameAs <http://lexvo.org/id/iso639-3/kon> .

<http://lexvo.org/id/iso639-1/ki> owl:sameAs <http://lexvo.org/id/iso639-3/kik> .

<http://lexvo.org/id/iso639-1/kj> owl:sameAs <http://lexvo.org/id/iso639-3/kua> .

<http://lexvo.org/id/iso639-1/kk> owl:sameAs <http://lexvo.org/id/iso639-3/kaz> .

<http://lexvo.org/id/iso639-1/kl> owl:sameAs <http://lexvo.org/id/iso639-3/kal> .

<http://lexvo.org/id/iso639-1/km> owl:sameAs <http://lexvo.org/id/iso639-3/khm> .

<http://lexvo.org/id/iso639-1/kn> owl:sameAs <http://lexvo.org/id/iso639-3/kan> .

<http://lexvo.org/id/iso639-1/ko> owl:sameAs <http://lexvo.org/id/iso639-3/kor> .

<http://lexvo.org/id/iso639-1/kr> owl:sameAs <http://lexvo.org/id/iso639-3/kau> .

<http://lexvo.org/id/iso639-1/ks> owl:sameAs <http://lexvo.org/id/iso639-3/kas> .

<http://lexvo.org/id/iso639-1/ku> owl:sameAs <http://lexvo.org/id/iso639-3/kur> .

<http://lexvo.org/id/iso639-1/kv> owl:sameAs <http://lexvo.org/id/iso639-3/kom> .

<http://lexvo.org/id/iso639-1/kw> owl:sameAs <http://lexvo.org/id/iso639-3/cor> .

<http://lexvo.org/id/iso639-1/ky> owl:sameAs <http://lexvo.org/id/iso639-3/kir> .

<http://lexvo.org/id/iso639-1/la> owl:sameAs <http://lexvo.org/id/iso639-3/lat> .

<http://lexvo.org/id/iso639-1/lb> owl:sameAs <http://lexvo.org/id/iso639-3/ltz> .

<http://lexvo.org/id/iso639-1/lg> owl:sameAs <http://lexvo.org/id/iso639-3/lug> .

<http://lexvo.org/id/iso639-1/li> owl:sameAs <http://lexvo.org/id/iso639-3/lim> .

<http://lexvo.org/id/iso639-1/ln> owl:sameAs <http://lexvo.org/id/iso639-3/lin> .

<http://lexvo.org/id/iso639-1/lo> owl:sameAs <http://lexvo.org/id/iso639-3/lao> .

<http://lexvo.org/id/iso639-1/lt> owl:sameAs <http://lexvo.org/id/iso639-3/lit> .

<http://lexvo.org/id/iso639-1/lu> owl:sameAs <http://lexvo.org/id/iso639-3/lub> .

<http://lexvo.org/id/iso639-1/lv> owl:sameAs <http://lexvo.org/id/iso639-3/lav> .

<http://lexvo.org/id/iso639-1/mg> owl:sameAs <http://lexvo.org/id/iso639-3/mlg> .

<http://lexvo.org/id/iso639-1/mh> owl:sameAs <http://lexvo.org/id/iso639-3/mah> .

<http://lexvo.org/id/iso639-1/mi> owl:sameAs <http://lexvo.org/id/iso639-3/mri> .

<http://lexvo.org/id/iso639-1/mk> owl:sameAs <http://lexvo.org/id/iso639-3/mkd> .

<http://lexvo.org/id/iso639-1/ml> owl:sameAs <http://lexvo.org/id/iso639-3/mal> .

<http://lexvo.org/id/iso639-1/mn> owl:sameAs <http://lexvo.org/id/iso639-3/mon> .

<http://lexvo.org/id/iso639-1/mr> owl:sameAs <http://lexvo.org/id/iso639-3/mar> .

<http://lexvo.org/id/iso639-1/ms> owl:sameAs <http://lexvo.org/id/iso639-3/msa> .

<http://lexvo.org/id/iso639-1/mt> owl:sameAs <http://lexvo.org/id/iso639-3/mlt> .

<http://lexvo.org/id/iso639-1/my> owl:sameAs <http://lexvo.org/id/iso639-3/mya> .

<http://lexvo.org/id/iso639-1/na> owl:sameAs <http://lexvo.org/id/iso639-3/nau> .

<http://lexvo.org/id/iso639-1/nb> owl:sameAs <http://lexvo.org/id/iso639-3/nob> .

<http://lexvo.org/id/iso639-1/nd> owl:sameAs <http://lexvo.org/id/iso639-3/nde> .

<http://lexvo.org/id/iso639-1/ne> owl:sameAs <http://lexvo.org/id/iso639-3/nep> .

<http://lexvo.org/id/iso639-1/ng> owl:sameAs <http://lexvo.org/id/iso639-3/ndo> .

<http://lexvo.org/id/iso639-1/nl> owl:sameAs <http://lexvo.org/id/iso639-3/nld> .

<http://lexvo.org/id/iso639-1/nn> owl:sameAs <http://lexvo.org/id/iso639-3/nno> .

<http://lexvo.org/id/iso639-1/no> owl:sameAs <http://lexvo.org/id/iso639-3/nor> .

<http://lexvo.org/id/iso639-1/nr> owl:sameAs <http://lexvo.org/id/iso639-3/nbl> .

<http://lexvo.org/id/iso639-1/nv> owl:sameAs <http://lexvo.org/id/iso639-3/nav> .

<http://lexvo.org/id/iso639-1/ny> owl:sameAs <http://lexvo.org/id/iso639-3/nya> .

<http://lexvo.org/id/iso639-1/oc> owl:sameAs <http://lexvo.org/id/iso639-3/oci> .

<http://lexvo.org/id/iso639-1/oj> owl:sameAs <http://lexvo.org/id/iso639-3/oji> .

<http://lexvo.org/id/iso639-1/om> owl:sameAs <http://lexvo.org/id/iso639-3/orm> .

<http://lexvo.org/id/iso639-1/or> owl:sameAs <http://lexvo.org/id/iso639-3/ori> .

<http://lexvo.org/id/iso639-1/os> owl:sameAs <http://lexvo.org/id/iso639-3/oss> .

<http://lexvo.org/id/iso639-1/pa> owl:sameAs <http://lexvo.org/id/iso639-3/pan> .

<http://lexvo.org/id/iso639-1/pi> owl:sameAs <http://lexvo.org/id/iso639-3/pli> .

<http://lexvo.org/id/iso639-1/pl> owl:sameAs <http://lexvo.org/id/iso639-3/pol> .

<http://lexvo.org/id/iso639-1/ps> owl:sameAs <http://lexvo.org/id/iso639-3/pus> .

<http://lexvo.org/id/iso639-1/pt> owl:sameAs <http://lexvo.org/id/iso639-3/por> .

<http://lexvo.org/id/iso639-1/qu> owl:sameAs <http://lexvo.org/id/iso639-3/que> .

<http://lexvo.org/id/iso639-1/rm> owl:sameAs <http://lexvo.org/id/iso639-3/roh> .

<http://lexvo.org/id/iso639-1/rn> owl:sameAs <http://lexvo.org/id/iso639-3/run> .

<http://lexvo.org/id/iso639-1/ro> owl:sameAs <http://lexvo.org/id/iso639-3/ron> .

<http://lexvo.org/id/iso639-1/ru> owl:sameAs <http://lexvo.org/id/iso639-3/rus> .

<http://lexvo.org/id/iso639-1/rw> owl:sameAs <http://lexvo.org/id/iso639-3/kin> .

<http://lexvo.org/id/iso639-1/sa> owl:sameAs <http://lexvo.org/id/iso639-3/san> .

<http://lexvo.org/id/iso639-1/sc> owl:sameAs <http://lexvo.org/id/iso639-3/srd> .

<http://lexvo.org/id/iso639-1/sd> owl:sameAs <http://lexvo.org/id/iso639-3/snd> .

<http://lexvo.org/id/iso639-1/se> owl:sameAs <http://lexvo.org/id/iso639-3/sme> .

<http://lexvo.org/id/iso639-1/sg> owl:sameAs <http://lexvo.org/id/iso639-3/sag> .

<http://lexvo.org/id/iso639-1/sh> owl:sameAs <http://lexvo.org/id/iso639-3/hbs> .

<http://lexvo.org/id/iso639-1/si> owl:sameAs <http://lexvo.org/id/iso639-3/sin> .

<http://lexvo.org/id/iso639-1/sk> owl:sameAs <http://lexvo.org/id/iso639-3/slk> .

<http://lexvo.org/id/iso639-1/sl> owl:sameAs <http://lexvo.org/id/iso639-3/slv> .

<http://lexvo.org/id/iso639-1/sm> owl:sameAs <http://lexvo.org/id/iso639-3/smo> .

<http://lexvo.org/id/iso639-1/sn> owl:sameAs <http://lexvo.org/id/iso639-3/sna> .

<http://lexvo.org/id/iso639-1/so> owl:sameAs <http://lexvo.org/id/iso639-3/som> .

<http://lexvo.org/id/iso639-1/sq> owl:sameAs <http://lexvo.org/id/iso639-3/sqi> .

<http://lexvo.org/id/iso639-1/sr> owl:sameAs <http://lexvo.org/id/iso639-3/srp> .

<http://lexvo.org/id/iso639-1/ss> owl:sameAs <http://lexvo.org/id/iso639-3/ssw> .

<http://lexvo.org/id/iso639-1/st> owl:sameAs <http://lexvo.org/id/iso639-3/sot> .

<http://lexvo.org/id/iso639-1/su> owl:sameAs <http://lexvo.org/id/iso639-3/sun> .

<http://lexvo.org/id/iso639-1/sv> owl:sameAs <http://lexvo.org/id/iso639-3/swe> .

<http://lexvo.org/id/iso639-1/sw> owl:sameAs <http://lexvo.org/id/iso639-3/swa> .

<http://lexvo.org/id/iso639-1/ta> owl:sameAs <http://lexvo.org/id/iso639-3/tam> .

<http://lexvo.org/id/iso639-1/te> owl:sameAs <http://lexvo.org/id/iso639-3/tel> .

<http://lexvo.org/id/iso639-1/tg> owl:sameAs <http://lexvo.org/id/iso639-3/tgk> .

<http://lexvo.org/id/iso639-1/th> owl:sameAs <http://lexvo.org/id/iso639-3/tha> .

<http://lexvo.org/id/iso639-1/ti> owl:sameAs <http://lexvo.org/id/iso639-3/tir> .

<http://lexvo.org/id/iso639-1/tk> owl:sameAs <http://lexvo.org/id/iso639-3/tuk> .

<http://lexvo.org/id/iso639-1/tl> owl:sameAs <http://lexvo.org/id/iso639-3/tgl> .

<http://lexvo.org/id/iso639-1/tn> owl:sameAs <http://lexvo.org/id/iso639-3/tsn> .

<http://lexvo.org/id/iso639-1/to> owl:sameAs <http://lexvo.org/id/iso639-3/ton> .

<http://lexvo.org/id/iso639-1/tr> owl:sameAs <http://lexvo.org/id/iso639-3/tur> .

<http://lexvo.org/id/iso639-1/ts> owl:sameAs <http://lexvo.org/id/iso639-3/tso> .

<http://lexvo.org/id/iso639-1/tt> owl:sameAs <http://lexvo.org/id/iso639-3/tat> .

<http://lexvo.org/id/iso639-1/tw> owl:sameAs <http://lexvo.org/id/iso639-3/twi> .

<http://lexvo.org/id/iso639-1/ty> owl:sameAs <http://lexvo.org/id/iso639-3/tah> .

<http://lexvo.org/id/iso639-1/ug> owl:sameAs <http://lexvo.org/id/iso639-3/uig> .

<http://lexvo.org/id/iso639-1/uk> owl:sameAs <http://lexvo.org/id/iso639-3/ukr> .

<http://lexvo.org/id/iso639-1/ur> owl:sameAs <http://lexvo.org/id/iso639-3/urd> .

<http://lexvo.org/id/iso639-1/uz> owl:sameAs <http://lexvo.org/id/iso639-3/uzb> .

<http://lexvo.org/id/iso639-1/ve> owl:sameAs <http://lexvo.org/id/iso639-3/ven> .

<http://lexvo.org/id/iso639-1/vi> owl:sameAs <http://lexvo.org/id/iso639-3/vie> .

<http://lexvo.org/id/iso639-1/vo> owl:sameAs <http://lexvo.org/id/iso639-3/vol> .

<http://lexvo.org/id/iso639-1/wa> owl:sameAs <http://lexvo.org/id/iso639-3/wln> .

<http://lexvo.org/id/iso639-1/wo> owl:sameAs <http://lexvo.org/id/iso639-3/wol> .

<http://lexvo.org/id/iso639-1/xh> owl:sameAs <http://lexvo.org/id/iso639-3/xho> .

<http://lexvo.org/id/iso639-1/yi> owl:sameAs <http://lexvo.org/id/iso639-3/yid> .

<http://lexvo.org/id/iso639-1/yo> owl:sameAs <http://lexvo.org/id/iso639-3/yor> .

<http://lexvo.org/id/iso639-1/za> owl:sameAs <http://lexvo.org/id/iso639-3/zha> .

<http://lexvo.org/id/iso639-1/zh> owl:sameAs <http://lexvo.org/id/iso639-3/zho> .

<http://lexvo.org/id/iso639-1/zu> owl:sameAs <http://lexvo.org/id/iso639-3/zul> .

<http://lexvo.org/id/iso639-3/aah> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "aah"^^xsd:string ;
    skos:altLabel "Arapesh, Abu'"@en ;
    skos:inScheme lexvo: ;
    skos:notation "aah"^^xsd:string ;
    skos:prefLabel "Abu' Arapesh"@en .

<http://lexvo.org/id/iso639-3/aai> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "aai"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "aai"^^xsd:string ;
    skos:prefLabel "Arifama-Miniafia"@en .

<http://lexvo.org/id/iso639-3/aap> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "aap"^^xsd:string ;
    skos:altLabel "Arára, Pará"@en ;
    skos:inScheme lexvo: ;
    skos:notation "aap"^^xsd:string ;
    skos:prefLabel "Pará Arára"@en .

<http://lexvo.org/id/iso639-3/aaw> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "aaw"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "aaw"^^xsd:string ;
    skos:prefLabel "Solong"@en .

<http://lexvo.org/id/iso639-3/aax> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "aax"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "aax"^^xsd:string ;
    skos:prefLabel "Mandobo Atas"@en .

<http://lexvo.org/id/iso639-3/aaz> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "aaz"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "aaz"^^xsd:string ;
    skos:prefLabel "Amarasi"@en .

<http://lexvo.org/id/iso639-3/abd> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "abd"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "abd"^^xsd:string ;
    skos:prefLabel "Manide"@en .

<http://lexvo.org/id/iso639-3/abf> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "abf"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "abf"^^xsd:string ;
    skos:prefLabel "Abai Sungai"@en .

<http://lexvo.org/id/iso639-3/abl> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "abl"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "abl"^^xsd:string ;
    skos:prefLabel "Lampung Nyo"@en .

<http://lexvo.org/id/iso639-3/abo> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "abo"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "abo"^^xsd:string ;
    skos:prefLabel "Abon"@en .

<http://lexvo.org/id/iso639-3/abs> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "abs"^^xsd:string ;
    skos:altLabel "Malay, Ambonese"@en ;
    skos:inScheme lexvo: ;
    skos:notation "abs"^^xsd:string ;
    skos:prefLabel "Ambonese Malay"@en .

<http://lexvo.org/id/iso639-3/aby> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "aby"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "aby"^^xsd:string ;
    skos:prefLabel "Aneme Wake"@en .

<http://lexvo.org/id/iso639-3/acb> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "acb"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "acb"^^xsd:string ;
    skos:prefLabel "Áncá"@en .

<http://lexvo.org/id/iso639-3/acd> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "acd"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "acd"^^xsd:string ;
    skos:prefLabel "Gikyode"@en .

<http://lexvo.org/id/iso639-3/acp> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "acp"^^xsd:string ;
    skos:altLabel "Acipa, Eastern"@en ;
    skos:inScheme lexvo: ;
    skos:notation "acp"^^xsd:string ;
    skos:prefLabel "Eastern Acipa"@en .

<http://lexvo.org/id/iso639-3/acs> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "acs"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "acs"^^xsd:string ;
    skos:prefLabel "Acroá"@en .

<http://lexvo.org/id/iso639-3/add> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "add"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "add"^^xsd:string ;
    skos:prefLabel "Dzodinka"@en .

<http://lexvo.org/id/iso639-3/adp> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "adp"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "adp"^^xsd:string ;
    skos:prefLabel "Adap"@en .

<http://lexvo.org/id/iso639-3/adq> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "adq"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "adq"^^xsd:string ;
    skos:prefLabel "Adangbe"@en .

<http://lexvo.org/id/iso639-3/adr> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "adr"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "adr"^^xsd:string ;
    skos:prefLabel "Adonara"@en .

<http://lexvo.org/id/iso639-3/adu> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "adu"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "adu"^^xsd:string ;
    skos:prefLabel "Aduge"@en .

<http://lexvo.org/id/iso639-3/adw> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "adw"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "adw"^^xsd:string ;
    skos:prefLabel "Amundava"@en .

<http://lexvo.org/id/iso639-3/adz> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "adz"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "adz"^^xsd:string ;
    skos:prefLabel "Adzera"@en .

<http://lexvo.org/id/iso639-3/aea> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "aea"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "aea"^^xsd:string ;
    skos:prefLabel "Areba"@en .

<http://lexvo.org/id/iso639-3/aee> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "aee"^^xsd:string ;
    skos:altLabel "Pashayi, Northeast"@en ;
    skos:inScheme lexvo: ;
    skos:notation "aee"^^xsd:string ;
    skos:prefLabel "Northeast Pashayi"@en .

<http://lexvo.org/id/iso639-3/aek> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "aek"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "aek"^^xsd:string ;
    skos:prefLabel "Haeke"@en .

<http://lexvo.org/id/iso639-3/aeq> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "aeq"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "aeq"^^xsd:string ;
    skos:prefLabel "Aer"@en .

<http://lexvo.org/id/iso639-3/aeu> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "aeu"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "aeu"^^xsd:string ;
    skos:prefLabel "Akeu"@en .

<http://lexvo.org/id/iso639-3/aew> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "aew"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "aew"^^xsd:string ;
    skos:prefLabel "Ambakich"@en .

<http://lexvo.org/id/iso639-3/aez> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "aez"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "aez"^^xsd:string ;
    skos:prefLabel "Aeka"@en .

<http://lexvo.org/id/iso639-3/afe> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "afe"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "afe"^^xsd:string ;
    skos:prefLabel "Putukwam"@en .

<http://lexvo.org/id/iso639-3/afg> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "afg"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "afg"^^xsd:string ;
    skos:prefLabel "Afghan Sign Language"@en .

<http://lexvo.org/id/iso639-3/afi> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "afi"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "afi"^^xsd:string ;
    skos:prefLabel "Akrukay"@en .

<http://lexvo.org/id/iso639-3/afp> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "afp"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "afp"^^xsd:string ;
    skos:prefLabel "Tapei"@en .

<http://lexvo.org/id/iso639-3/agc> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "agc"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "agc"^^xsd:string ;
    skos:prefLabel "Agatu"@en .

<http://lexvo.org/id/iso639-3/age> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "age"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "age"^^xsd:string ;
    skos:prefLabel "Angal"@en .

<http://lexvo.org/id/iso639-3/agf> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "agf"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "agf"^^xsd:string ;
    skos:prefLabel "Arguni"@en .

<http://lexvo.org/id/iso639-3/agk> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "agk"^^xsd:string ;
    skos:altLabel "Agta, Isarog"@en ;
    skos:inScheme lexvo: ;
    skos:notation "agk"^^xsd:string ;
    skos:prefLabel "Isarog Agta"@en .

<http://lexvo.org/id/iso639-3/agl> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "agl"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "agl"^^xsd:string ;
    skos:prefLabel "Fembe"@en .

<http://lexvo.org/id/iso639-3/ago> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ago"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "ago"^^xsd:string ;
    skos:prefLabel "Tainae"@en .

<http://lexvo.org/id/iso639-3/agy> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "agy"^^xsd:string ;
    skos:altLabel "Alta, Southern"@en ;
    skos:inScheme lexvo: ;
    skos:notation "agy"^^xsd:string ;
    skos:prefLabel "Southern Alta"@en .

<http://lexvo.org/id/iso639-3/agz> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "agz"^^xsd:string ;
    skos:altLabel "Agta, Mt. Iriga"@en ;
    skos:inScheme lexvo: ;
    skos:notation "agz"^^xsd:string ;
    skos:prefLabel "Mt. Iriga Agta"@en .

<http://lexvo.org/id/iso639-3/aha> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "aha"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "aha"^^xsd:string ;
    skos:prefLabel "Ahanta"@en .

<http://lexvo.org/id/iso639-3/ahb> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ahb"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "ahb"^^xsd:string ;
    skos:prefLabel "Axamb"@en .

<http://lexvo.org/id/iso639-3/ahi> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ahi"^^xsd:string ;
    skos:altLabel "Aizi, Tiagbamrin"@en ;
    skos:inScheme lexvo: ;
    skos:notation "ahi"^^xsd:string ;
    skos:prefLabel "Tiagbamrin Aizi"@en .

<http://lexvo.org/id/iso639-3/ahm> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ahm"^^xsd:string ;
    skos:altLabel "Aizi, Mobumrin"@en ;
    skos:inScheme lexvo: ;
    skos:notation "ahm"^^xsd:string ;
    skos:prefLabel "Mobumrin Aizi"@en .

<http://lexvo.org/id/iso639-3/ahr> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ahr"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "ahr"^^xsd:string ;
    skos:prefLabel "Ahirani"@en .

<http://lexvo.org/id/iso639-3/ahs> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ahs"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "ahs"^^xsd:string ;
    skos:prefLabel "Ashe"@en .

<http://lexvo.org/id/iso639-3/aic> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "aic"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "aic"^^xsd:string ;
    skos:prefLabel "Ainbai"@en .

<http://lexvo.org/id/iso639-3/aif> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "aif"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "aif"^^xsd:string ;
    skos:prefLabel "Agi"@en .

<http://lexvo.org/id/iso639-3/aik> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "aik"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "aik"^^xsd:string ;
    skos:prefLabel "Ake"@en .

<http://lexvo.org/id/iso639-3/ail> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ail"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "ail"^^xsd:string ;
    skos:prefLabel "Aimele"@en .

<http://lexvo.org/id/iso639-3/aim> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "aim"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "aim"^^xsd:string ;
    skos:prefLabel "Aimol"@en .

<http://lexvo.org/id/iso639-3/aio> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "aio"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "aio"^^xsd:string ;
    skos:prefLabel "Aiton"@en .

<http://lexvo.org/id/iso639-3/aip> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "aip"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "aip"^^xsd:string ;
    skos:prefLabel "Burumakok"@en .

<http://lexvo.org/id/iso639-3/ait> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ait"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "ait"^^xsd:string ;
    skos:prefLabel "Arikem"@en .

<http://lexvo.org/id/iso639-3/ajn> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ajn"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "ajn"^^xsd:string ;
    skos:prefLabel "Andajin"@en .

<http://lexvo.org/id/iso639-3/akb> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "akb"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "akb"^^xsd:string ;
    skos:prefLabel "Batak Angkola"@en .

<http://lexvo.org/id/iso639-3/akf> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "akf"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "akf"^^xsd:string ;
    skos:prefLabel "Akpa"@en .

<http://lexvo.org/id/iso639-3/akg> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "akg"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "akg"^^xsd:string ;
    skos:prefLabel "Anakalangu"@en .

<http://lexvo.org/id/iso639-3/akh> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "akh"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "akh"^^xsd:string ;
    skos:prefLabel "Angal Heneng"@en .

<http://lexvo.org/id/iso639-3/aki> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "aki"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "aki"^^xsd:string ;
    skos:prefLabel "Aiome"@en .

<http://lexvo.org/id/iso639-3/akj> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "akj"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "akj"^^xsd:string ;
    skos:prefLabel "Aka-Jeru"@en .

<http://lexvo.org/id/iso639-3/ako> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ako"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "ako"^^xsd:string ;
    skos:prefLabel "Akurio"@en .

<http://lexvo.org/id/iso639-3/akq> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "akq"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "akq"^^xsd:string ;
    skos:prefLabel "Ak"@en .

<http://lexvo.org/id/iso639-3/aks> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "aks"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "aks"^^xsd:string ;
    skos:prefLabel "Akaselem"@en .

<http://lexvo.org/id/iso639-3/akt> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "akt"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "akt"^^xsd:string ;
    skos:prefLabel "Akolet"@en .

<http://lexvo.org/id/iso639-3/aku> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "aku"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "aku"^^xsd:string ;
    skos:prefLabel "Akum"@en .

<http://lexvo.org/id/iso639-3/akw> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "akw"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "akw"^^xsd:string ;
    skos:prefLabel "Akwa"@en .

<http://lexvo.org/id/iso639-3/ala> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ala"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "ala"^^xsd:string ;
    skos:prefLabel "Alago"@en .

<http://lexvo.org/id/iso639-3/alf> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "alf"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "alf"^^xsd:string ;
    skos:prefLabel "Alege"@en .

<http://lexvo.org/id/iso639-3/alm> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "alm"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "alm"^^xsd:string ;
    skos:prefLabel "Amblong"@en .

<http://lexvo.org/id/iso639-3/alx> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "alx"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "alx"^^xsd:string ;
    skos:prefLabel "Amol"@en .

<http://lexvo.org/id/iso639-3/amb> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "amb"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "amb"^^xsd:string ;
    skos:prefLabel "Ambo"@en .

<http://lexvo.org/id/iso639-3/amq> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "amq"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "amq"^^xsd:string ;
    skos:prefLabel "Amahai"@en .

<http://lexvo.org/id/iso639-3/ams> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ams"^^xsd:string ;
    skos:altLabel "Amami-Oshima, Southern"@en ;
    skos:inScheme lexvo: ;
    skos:notation "ams"^^xsd:string ;
    skos:prefLabel "Southern Amami-Oshima"@en .

<http://lexvo.org/id/iso639-3/amx> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "amx"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "amx"^^xsd:string ;
    skos:prefLabel "Anmatyerre"@en .

<http://lexvo.org/id/iso639-3/anj> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "anj"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "anj"^^xsd:string ;
    skos:prefLabel "Anor"@en .

<http://lexvo.org/id/iso639-3/anl> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "anl"^^xsd:string ;
    skos:altLabel "Chin, Anu-Hkongso"@en ;
    skos:inScheme lexvo: ;
    skos:notation "anl"^^xsd:string ;
    skos:prefLabel "Anu-Hkongso Chin"@en .

<http://lexvo.org/id/iso639-3/anr> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "anr"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "anr"^^xsd:string ;
    skos:prefLabel "Andh"@en .

<http://lexvo.org/id/iso639-3/anw> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "anw"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "anw"^^xsd:string ;
    skos:prefLabel "Anaang"@en .

<http://lexvo.org/id/iso639-3/anx> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "anx"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "anx"^^xsd:string ;
    skos:prefLabel "Andra-Hus"@en .

<http://lexvo.org/id/iso639-3/aoe> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "aoe"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "aoe"^^xsd:string ;
    skos:prefLabel "Angal Enen"@en .

<http://lexvo.org/id/iso639-3/aof> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "aof"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "aof"^^xsd:string ;
    skos:prefLabel "Bragat"@en .

<http://lexvo.org/id/iso639-3/aoh> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "aoh"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "aoh"^^xsd:string ;
    skos:prefLabel "Arma"@en .

<http://lexvo.org/id/iso639-3/aok> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "aok"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "aok"^^xsd:string ;
    skos:prefLabel "Arhö"@en .

<http://lexvo.org/id/iso639-3/aor> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "aor"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "aor"^^xsd:string ;
    skos:prefLabel "Aore"@en .

<http://lexvo.org/id/iso639-3/aou> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "aou"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "aou"^^xsd:string ;
    skos:prefLabel "A'ou"@en .

<http://lexvo.org/id/iso639-3/aox> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "aox"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "aox"^^xsd:string ;
    skos:prefLabel "Atorada"@en .

<http://lexvo.org/id/iso639-3/apf> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "apf"^^xsd:string ;
    skos:altLabel "Agta, Pahanan"@en ;
    skos:inScheme lexvo: ;
    skos:notation "apf"^^xsd:string ;
    skos:prefLabel "Pahanan Agta"@en .

<http://lexvo.org/id/iso639-3/apg> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "apg"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "apg"^^xsd:string ;
    skos:prefLabel "Ampanang"@en .

<http://lexvo.org/id/iso639-3/apo> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "apo"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "apo"^^xsd:string ;
    skos:prefLabel "Ambul"@en .

<http://lexvo.org/id/iso639-3/aps> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "aps"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "aps"^^xsd:string ;
    skos:prefLabel "Arop-Sissano"@en .

<http://lexvo.org/id/iso639-3/apv> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "apv"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "apv"^^xsd:string ;
    skos:prefLabel "Alapmunte"@en .

<http://lexvo.org/id/iso639-3/apx> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "apx"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "apx"^^xsd:string ;
    skos:prefLabel "Aputai"@en .

<http://lexvo.org/id/iso639-3/aqm> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "aqm"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "aqm"^^xsd:string ;
    skos:prefLabel "Atohwaim"@en .

<http://lexvo.org/id/iso639-3/aqn> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "aqn"^^xsd:string ;
    skos:altLabel "Alta, Northern"@en ;
    skos:inScheme lexvo: ;
    skos:notation "aqn"^^xsd:string ;
    skos:prefLabel "Northern Alta"@en .

<http://lexvo.org/id/iso639-3/aqr> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "aqr"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "aqr"^^xsd:string ;
    skos:prefLabel "Arhâ"@en .

<http://lexvo.org/id/iso639-3/arj> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "arj"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "arj"^^xsd:string ;
    skos:prefLabel "Arapaso"@en .

<http://lexvo.org/id/iso639-3/arx> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "arx"^^xsd:string ;
    skos:altLabel "Aruá (Rodonia State)"@en ;
    skos:inScheme lexvo: ;
    skos:notation "arx"^^xsd:string ;
    skos:prefLabel "Aruá"@en .

<http://lexvo.org/id/iso639-3/asc> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "asc"^^xsd:string ;
    skos:altLabel "Asmat, Casuarina Coast"@en ;
    skos:inScheme lexvo: ;
    skos:notation "asc"^^xsd:string ;
    skos:prefLabel "Casuarina Coast Asmat"@en .

<http://lexvo.org/id/iso639-3/asd> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "asd"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "asd"^^xsd:string ;
    skos:prefLabel "Asas"@en .

<http://lexvo.org/id/iso639-3/asg> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "asg"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "asg"^^xsd:string ;
    skos:prefLabel "Cishingini"@en .

<http://lexvo.org/id/iso639-3/asi> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "asi"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "asi"^^xsd:string ;
    skos:prefLabel "Buruwai"@en .

<http://lexvo.org/id/iso639-3/asl> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "asl"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "asl"^^xsd:string ;
    skos:prefLabel "Asilulu"@en .

<http://lexvo.org/id/iso639-3/asn> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "asn"^^xsd:string ;
    skos:altLabel "Asuriní, Xingú"@en ;
    skos:inScheme lexvo: ;
    skos:notation "asn"^^xsd:string ;
    skos:prefLabel "Xingú Asuriní"@en .

<http://lexvo.org/id/iso639-3/ass> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ass"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "ass"^^xsd:string ;
    skos:prefLabel "Ipulo"@en .

<http://lexvo.org/id/iso639-3/asw> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "asw"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "asw"^^xsd:string ;
    skos:prefLabel "Australian Aborigines Sign Language"@en .

<http://lexvo.org/id/iso639-3/asx> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "asx"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "asx"^^xsd:string ;
    skos:prefLabel "Muratayak"@en .

<http://lexvo.org/id/iso639-3/asy> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "asy"^^xsd:string ;
    skos:altLabel "Asmat, Yaosakor"@en ;
    skos:inScheme lexvo: ;
    skos:notation "asy"^^xsd:string ;
    skos:prefLabel "Yaosakor Asmat"@en .

<http://lexvo.org/id/iso639-3/asz> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "asz"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "asz"^^xsd:string ;
    skos:prefLabel "As"@en .

<http://lexvo.org/id/iso639-3/atc> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "atc"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "atc"^^xsd:string ;
    skos:prefLabel "Atsahuaca"@en .

<http://lexvo.org/id/iso639-3/atd> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "atd"^^xsd:string ;
    skos:altLabel "Manobo, Ata"@en ;
    skos:inScheme lexvo: ;
    skos:notation "atd"^^xsd:string ;
    skos:prefLabel "Ata Manobo"@en .

<http://lexvo.org/id/iso639-3/ate> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ate"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "ate"^^xsd:string ;
    skos:prefLabel "Atemble"@en .

<http://lexvo.org/id/iso639-3/atg> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "atg"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "atg"^^xsd:string ;
    skos:prefLabel "Ivbie North-Okpela-Arhe"@en .

<http://lexvo.org/id/iso639-3/atk> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "atk"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "atk"^^xsd:string ;
    skos:prefLabel "Ati"@en .

<http://lexvo.org/id/iso639-3/atl> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "atl"^^xsd:string ;
    skos:altLabel "Agta, Mt. Iraya"@en ;
    skos:inScheme lexvo: ;
    skos:notation "atl"^^xsd:string ;
    skos:prefLabel "Mt. Iraya Agta"@en .

<http://lexvo.org/id/iso639-3/atm> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "atm"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "atm"^^xsd:string ;
    skos:prefLabel "Ata"@en .

<http://lexvo.org/id/iso639-3/atp> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "atp"^^xsd:string ;
    skos:altLabel "Atta, Pudtol"@en ;
    skos:inScheme lexvo: ;
    skos:notation "atp"^^xsd:string ;
    skos:prefLabel "Pudtol Atta"@en .

<http://lexvo.org/id/iso639-3/atr> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "atr"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "atr"^^xsd:string ;
    skos:prefLabel "Waimiri-Atroari"@en .

<http://lexvo.org/id/iso639-3/att> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "att"^^xsd:string ;
    skos:altLabel "Atta, Pamplona"@en ;
    skos:inScheme lexvo: ;
    skos:notation "att"^^xsd:string ;
    skos:prefLabel "Pamplona Atta"@en .

<http://lexvo.org/id/iso639-3/atz> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "atz"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "atz"^^xsd:string ;
    skos:prefLabel "Arta"@en .

<http://lexvo.org/id/iso639-3/aua> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "aua"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "aua"^^xsd:string ;
    skos:prefLabel "Asumboa"@en .

<http://lexvo.org/id/iso639-3/aub> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "aub"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "aub"^^xsd:string ;
    skos:prefLabel "Alugu"@en .

<http://lexvo.org/id/iso639-3/aug> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "aug"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "aug"^^xsd:string ;
    skos:prefLabel "Aguna"@en .

<http://lexvo.org/id/iso639-3/auh> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "auh"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "auh"^^xsd:string ;
    skos:prefLabel "Aushi"@en .

<http://lexvo.org/id/iso639-3/aur> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "aur"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "aur"^^xsd:string ;
    skos:prefLabel "Aruek"@en .

<http://lexvo.org/id/iso639-3/auu> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "auu"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "auu"^^xsd:string ;
    skos:prefLabel "Auye"@en .

<http://lexvo.org/id/iso639-3/avb> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "avb"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "avb"^^xsd:string ;
    skos:prefLabel "Avau"@en .

<http://lexvo.org/id/iso639-3/avk> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "avk"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "avk"^^xsd:string ;
    skos:prefLabel "Kotava"@en .

<http://lexvo.org/id/iso639-3/avm> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "avm"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "avm"^^xsd:string ;
    skos:prefLabel "Angkamuthi"@en .

<http://lexvo.org/id/iso639-3/avo> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "avo"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "avo"^^xsd:string ;
    skos:prefLabel "Agavotaguerra"@en .

<http://lexvo.org/id/iso639-3/avv> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "avv"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "avv"^^xsd:string ;
    skos:prefLabel "Avá-Canoeiro"@en .

<http://lexvo.org/id/iso639-3/awg> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "awg"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "awg"^^xsd:string ;
    skos:prefLabel "Anguthimri"@en .

<http://lexvo.org/id/iso639-3/awm> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "awm"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "awm"^^xsd:string ;
    skos:prefLabel "Arawum"@en .

<http://lexvo.org/id/iso639-3/awo> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "awo"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "awo"^^xsd:string ;
    skos:prefLabel "Awak"@en .

<http://lexvo.org/id/iso639-3/aws> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "aws"^^xsd:string ;
    skos:altLabel "Awyu, South"@en ;
    skos:inScheme lexvo: ;
    skos:notation "aws"^^xsd:string ;
    skos:prefLabel "South Awyu"@en .

<http://lexvo.org/id/iso639-3/awt> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "awt"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "awt"^^xsd:string ;
    skos:prefLabel "Araweté"@en .

<http://lexvo.org/id/iso639-3/awu> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "awu"^^xsd:string ;
    skos:altLabel "Awyu, Central"@en ;
    skos:inScheme lexvo: ;
    skos:notation "awu"^^xsd:string ;
    skos:prefLabel "Central Awyu"@en .

<http://lexvo.org/id/iso639-3/awv> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "awv"^^xsd:string ;
    skos:altLabel "Awyu, Jair"@en ;
    skos:inScheme lexvo: ;
    skos:notation "awv"^^xsd:string ;
    skos:prefLabel "Jair Awyu"@en .

<http://lexvo.org/id/iso639-3/aww> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "aww"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "aww"^^xsd:string ;
    skos:prefLabel "Awun"@en .

<http://lexvo.org/id/iso639-3/awx> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "awx"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "awx"^^xsd:string ;
    skos:prefLabel "Awara"@en .

<http://lexvo.org/id/iso639-3/awy> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "awy"^^xsd:string ;
    skos:altLabel "Awyu, Edera"@en ;
    skos:inScheme lexvo: ;
    skos:notation "awy"^^xsd:string ;
    skos:prefLabel "Edera Awyu"@en .

<http://lexvo.org/id/iso639-3/axe> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "axe"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "axe"^^xsd:string ;
    skos:prefLabel "Ayerrerenge"@en .

<http://lexvo.org/id/iso639-3/axx> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "axx"^^xsd:string ;
    skos:altLabel "Xârâgurè"@en ;
    skos:inScheme lexvo: ;
    skos:notation "axx"^^xsd:string ;
    skos:prefLabel "Xaragure"@en .

<http://lexvo.org/id/iso639-3/aya> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "aya"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "aya"^^xsd:string ;
    skos:prefLabel "Awar"@en .

<http://lexvo.org/id/iso639-3/ayb> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ayb"^^xsd:string ;
    skos:altLabel "Gbe, Ayizo"@en ;
    skos:inScheme lexvo: ;
    skos:notation "ayb"^^xsd:string ;
    skos:prefLabel "Ayizo Gbe"@en .

<http://lexvo.org/id/iso639-3/ayd> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ayd"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "ayd"^^xsd:string ;
    skos:prefLabel "Ayabadhu"@en .

<http://lexvo.org/id/iso639-3/ayg> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ayg"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "ayg"^^xsd:string ;
    skos:prefLabel "Ginyanga"@en .

<http://lexvo.org/id/iso639-3/ayi> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ayi"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "ayi"^^xsd:string ;
    skos:prefLabel "Leyigha"@en .

<http://lexvo.org/id/iso639-3/ayk> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ayk"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "ayk"^^xsd:string ;
    skos:prefLabel "Akuku"@en .

<http://lexvo.org/id/iso639-3/ays> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ays"^^xsd:string ;
    skos:altLabel "Ayta, Sorsogon"@en ;
    skos:inScheme lexvo: ;
    skos:notation "ays"^^xsd:string ;
    skos:prefLabel "Sorsogon Ayta"@en .

<http://lexvo.org/id/iso639-3/ayy> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ayy"^^xsd:string ;
    skos:altLabel "Ayta, Tayabas"@en ;
    skos:inScheme lexvo: ;
    skos:notation "ayy"^^xsd:string ;
    skos:prefLabel "Tayabas Ayta"@en .

<http://lexvo.org/id/iso639-3/azd> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "azd"^^xsd:string ;
    skos:altLabel "Nahuatl, Eastern Durango"@en ;
    skos:inScheme lexvo: ;
    skos:notation "azd"^^xsd:string ;
    skos:prefLabel "Eastern Durango Nahuatl"@en .

<http://lexvo.org/id/iso639-3/azg> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "azg"^^xsd:string ;
    skos:altLabel "Amuzgo, San Pedro Amuzgos"@en ;
    skos:inScheme lexvo: ;
    skos:notation "azg"^^xsd:string ;
    skos:prefLabel "San Pedro Amuzgos Amuzgo"@en .

<http://lexvo.org/id/iso639-3/azm> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "azm"^^xsd:string ;
    skos:altLabel "Amuzgo, Ipalapa"@en ;
    skos:inScheme lexvo: ;
    skos:notation "azm"^^xsd:string ;
    skos:prefLabel "Ipalapa Amuzgo"@en .

<http://lexvo.org/id/iso639-3/azn> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "azn"^^xsd:string ;
    skos:altLabel "Nahuatl, Western Durango"@en ;
    skos:inScheme lexvo: ;
    skos:notation "azn"^^xsd:string ;
    skos:prefLabel "Western Durango Nahuatl"@en .

<http://lexvo.org/id/iso639-3/azo> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "azo"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "azo"^^xsd:string ;
    skos:prefLabel "Awing"@en .

<http://lexvo.org/id/iso639-3/azt> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "azt"^^xsd:string ;
    skos:altLabel "Atta, Faire"@en ;
    skos:inScheme lexvo: ;
    skos:notation "azt"^^xsd:string ;
    skos:prefLabel "Faire Atta"@en .

<http://lexvo.org/id/iso639-3/baa> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "baa"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "baa"^^xsd:string ;
    skos:prefLabel "Babatana"@en .

<http://lexvo.org/id/iso639-3/bab> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bab"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "bab"^^xsd:string ;
    skos:prefLabel "Bainouk-Gunyuño"@en .

<http://lexvo.org/id/iso639-3/bac> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bac"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "bac"^^xsd:string ;
    skos:prefLabel "Badui"@en .

<http://lexvo.org/id/iso639-3/baf> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "baf"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "baf"^^xsd:string ;
    skos:prefLabel "Nubaca"@en .

<http://lexvo.org/id/iso639-3/bau> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bau"^^xsd:string ;
    skos:altLabel "Bada (Nigeria)"@en ;
    skos:inScheme lexvo: ;
    skos:notation "bau"^^xsd:string ;
    skos:prefLabel "Bada"@en .

<http://lexvo.org/id/iso639-3/bay> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bay"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "bay"^^xsd:string ;
    skos:prefLabel "Batuley"@en .

<http://lexvo.org/id/iso639-3/bbb> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bbb"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "bbb"^^xsd:string ;
    skos:prefLabel "Barai"@en .

<http://lexvo.org/id/iso639-3/bbg> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bbg"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "bbg"^^xsd:string ;
    skos:prefLabel "Barama"@en .

<http://lexvo.org/id/iso639-3/bbk> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bbk"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "bbk"^^xsd:string ;
    skos:prefLabel "Babanki"@en .

<http://lexvo.org/id/iso639-3/bbm> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bbm"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "bbm"^^xsd:string ;
    skos:prefLabel "Babango"@en .

<http://lexvo.org/id/iso639-3/bbo> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bbo"^^xsd:string ;
    skos:altLabel "Bobo Madaré, Northern"@en,
        "Northern Bobo Madaré"@en ;
    skos:inScheme lexvo: ;
    skos:notation "bbo"^^xsd:string ;
    skos:prefLabel "Konabéré"@en .

<http://lexvo.org/id/iso639-3/bbs> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bbs"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "bbs"^^xsd:string ;
    skos:prefLabel "Bakpinka"@en .

<http://lexvo.org/id/iso639-3/bbw> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bbw"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "bbw"^^xsd:string ;
    skos:prefLabel "Baba"@en .

<http://lexvo.org/id/iso639-3/bbx> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bbx"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "bbx"^^xsd:string ;
    skos:prefLabel "Bubia"@en .

<http://lexvo.org/id/iso639-3/bbz> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bbz"^^xsd:string ;
    skos:altLabel "Creole Arabic, Babalia"@en ;
    skos:inScheme lexvo: ;
    skos:notation "bbz"^^xsd:string ;
    skos:prefLabel "Babalia Creole Arabic"@en .

<http://lexvo.org/id/iso639-3/bcb> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bcb"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "bcb"^^xsd:string ;
    skos:prefLabel "Bainouk-Samik"@en .

<http://lexvo.org/id/iso639-3/bcc> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bcc"^^xsd:string ;
    skos:altLabel "Balochi, Southern"@en ;
    skos:inScheme lexvo: ;
    skos:notation "bcc"^^xsd:string ;
    skos:prefLabel "Southern Balochi"@en .

<http://lexvo.org/id/iso639-3/bcd> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bcd"^^xsd:string ;
    skos:altLabel "Babar, North"@en ;
    skos:inScheme lexvo: ;
    skos:notation "bcd"^^xsd:string ;
    skos:prefLabel "North Babar"@en .

<http://lexvo.org/id/iso639-3/bce> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bce"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "bce"^^xsd:string ;
    skos:prefLabel "Bamenyam"@en .

<http://lexvo.org/id/iso639-3/bcf> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bcf"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "bcf"^^xsd:string ;
    skos:prefLabel "Bamu"@en .

<http://lexvo.org/id/iso639-3/bcg> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bcg"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "bcg"^^xsd:string ;
    skos:prefLabel "Baga Binari"@en .

<http://lexvo.org/id/iso639-3/bch> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bch"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "bch"^^xsd:string ;
    skos:prefLabel "Bariai"@en .

<http://lexvo.org/id/iso639-3/bct> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bct"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "bct"^^xsd:string ;
    skos:prefLabel "Bendi"@en .

<http://lexvo.org/id/iso639-3/bcv> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bcv"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "bcv"^^xsd:string ;
    skos:prefLabel "Shoo-Minda-Nye"@en .

<http://lexvo.org/id/iso639-3/bcz> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bcz"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "bcz"^^xsd:string ;
    skos:prefLabel "Bainouk-Gunyaamolo"@en .

<http://lexvo.org/id/iso639-3/bdb> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bdb"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "bdb"^^xsd:string ;
    skos:prefLabel "Basap"@en .

<http://lexvo.org/id/iso639-3/bdd> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bdd"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "bdd"^^xsd:string ;
    skos:prefLabel "Bunama"@en .

<http://lexvo.org/id/iso639-3/bdf> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bdf"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "bdf"^^xsd:string ;
    skos:prefLabel "Biage"@en .

<http://lexvo.org/id/iso639-3/bdg> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bdg"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "bdg"^^xsd:string ;
    skos:prefLabel "Bonggi"@en .

<http://lexvo.org/id/iso639-3/bdo> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bdo"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "bdo"^^xsd:string ;
    skos:prefLabel "Morom"@en .

<http://lexvo.org/id/iso639-3/bdp> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bdp"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "bdp"^^xsd:string ;
    skos:prefLabel "Bende"@en .

<http://lexvo.org/id/iso639-3/bdr> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bdr"^^xsd:string ;
    skos:altLabel "Bajau, West Coast"@en ;
    skos:inScheme lexvo: ;
    skos:notation "bdr"^^xsd:string ;
    skos:prefLabel "West Coast Bajau"@en .

<http://lexvo.org/id/iso639-3/bdt> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bdt"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "bdt"^^xsd:string ;
    skos:prefLabel "Bokoto"@en .

<http://lexvo.org/id/iso639-3/bdv> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bdv"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "bdv"^^xsd:string ;
    skos:prefLabel "Bodo Parja"@en .

<http://lexvo.org/id/iso639-3/bdx> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bdx"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "bdx"^^xsd:string ;
    skos:prefLabel "Budong-Budong"@en .

<http://lexvo.org/id/iso639-3/bdz> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bdz"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "bdz"^^xsd:string ;
    skos:prefLabel "Badeshi"@en .

<http://lexvo.org/id/iso639-3/beb> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "beb"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "beb"^^xsd:string ;
    skos:prefLabel "Bebele"@en .

<http://lexvo.org/id/iso639-3/bec> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bec"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "bec"^^xsd:string ;
    skos:prefLabel "Iceve-Maci"@en .

<http://lexvo.org/id/iso639-3/bed> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bed"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "bed"^^xsd:string ;
    skos:prefLabel "Bedoanas"@en .

<http://lexvo.org/id/iso639-3/beg> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "beg"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "beg"^^xsd:string ;
    skos:prefLabel "Belait"@en .

<http://lexvo.org/id/iso639-3/bek> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bek"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "bek"^^xsd:string ;
    skos:prefLabel "Bebeli"@en .

<http://lexvo.org/id/iso639-3/bep> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bep"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "bep"^^xsd:string ;
    skos:prefLabel "Besoa"@en .

<http://lexvo.org/id/iso639-3/bes> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bes"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "bes"^^xsd:string ;
    skos:prefLabel "Besme"@en .

<http://lexvo.org/id/iso639-3/bet> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bet"^^xsd:string ;
    skos:altLabel "Béte, Guiberoua"@en ;
    skos:inScheme lexvo: ;
    skos:notation "bet"^^xsd:string ;
    skos:prefLabel "Guiberoua Béte"@en .

<http://lexvo.org/id/iso639-3/beu> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "beu"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "beu"^^xsd:string ;
    skos:prefLabel "Blagar"@en .

<http://lexvo.org/id/iso639-3/bfc> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bfc"^^xsd:string ;
    skos:altLabel "Bai, Northern"@en ;
    skos:inScheme lexvo: ;
    skos:notation "bfc"^^xsd:string ;
    skos:prefLabel "Northern Bai"@en .

<http://lexvo.org/id/iso639-3/bfe> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bfe"^^xsd:string ;
    skos:altLabel "Betaf"@en ;
    skos:inScheme lexvo: ;
    skos:notation "bfe"^^xsd:string ;
    skos:prefLabel "Tena"@en .

<http://lexvo.org/id/iso639-3/bfg> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bfg"^^xsd:string ;
    skos:altLabel "Kayan, Busang"@en ;
    skos:inScheme lexvo: ;
    skos:notation "bfg"^^xsd:string ;
    skos:prefLabel "Busang Kayan"@en .

<http://lexvo.org/id/iso639-3/bfh> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bfh"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "bfh"^^xsd:string ;
    skos:prefLabel "Blafe"@en .

<http://lexvo.org/id/iso639-3/bfl> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bfl"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "bfl"^^xsd:string ;
    skos:prefLabel "Banda-Ndélé"@en .

<http://lexvo.org/id/iso639-3/bfm> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bfm"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "bfm"^^xsd:string ;
    skos:prefLabel "Mmen"@en .

<http://lexvo.org/id/iso639-3/bfo> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bfo"^^xsd:string ;
    skos:altLabel "Birifor, Malba"@en ;
    skos:inScheme lexvo: ;
    skos:notation "bfo"^^xsd:string ;
    skos:prefLabel "Malba Birifor"@en .

<http://lexvo.org/id/iso639-3/bfp> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bfp"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "bfp"^^xsd:string ;
    skos:prefLabel "Beba"@en .

<http://lexvo.org/id/iso639-3/bfr> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bfr"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "bfr"^^xsd:string ;
    skos:prefLabel "Bazigar"@en .

<http://lexvo.org/id/iso639-3/bfs> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bfs"^^xsd:string ;
    skos:altLabel "Bai, Southern"@en ;
    skos:inScheme lexvo: ;
    skos:notation "bfs"^^xsd:string ;
    skos:prefLabel "Southern Bai"@en .

<http://lexvo.org/id/iso639-3/bfx> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bfx"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "bfx"^^xsd:string ;
    skos:prefLabel "Bantayanon"@en .

<http://lexvo.org/id/iso639-3/bfz> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bfz"^^xsd:string ;
    skos:altLabel "Pahari, Mahasu"@en ;
    skos:inScheme lexvo: ;
    skos:notation "bfz"^^xsd:string ;
    skos:prefLabel "Mahasu Pahari"@en .

<http://lexvo.org/id/iso639-3/bga> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bga"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "bga"^^xsd:string ;
    skos:prefLabel "Gwamhi-Wuri"@en .

<http://lexvo.org/id/iso639-3/bgb> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bgb"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "bgb"^^xsd:string ;
    skos:prefLabel "Bobongko"@en .

<http://lexvo.org/id/iso639-3/bgd> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bgd"^^xsd:string ;
    skos:altLabel "Bareli, Rathwi"@en ;
    skos:inScheme lexvo: ;
    skos:notation "bgd"^^xsd:string ;
    skos:prefLabel "Rathwi Bareli"@en .

<http://lexvo.org/id/iso639-3/bge> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bge"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "bge"^^xsd:string ;
    skos:prefLabel "Bauria"@en .

<http://lexvo.org/id/iso639-3/bgi> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bgi"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "bgi"^^xsd:string ;
    skos:prefLabel "Giangan"@en .

<http://lexvo.org/id/iso639-3/bgj> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bgj"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "bgj"^^xsd:string ;
    skos:prefLabel "Bangolan"@en .

<http://lexvo.org/id/iso639-3/bgl> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bgl"^^xsd:string ;
    skos:altLabel "Bo (Laos)"@en ;
    skos:inScheme lexvo: ;
    skos:notation "bgl"^^xsd:string ;
    skos:prefLabel "Bo"@en .

<http://lexvo.org/id/iso639-3/bgn> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bgn"^^xsd:string ;
    skos:altLabel "Balochi, Western"@en ;
    skos:inScheme lexvo: ;
    skos:notation "bgn"^^xsd:string ;
    skos:prefLabel "Western Balochi"@en .

<http://lexvo.org/id/iso639-3/bgo> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bgo"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "bgo"^^xsd:string ;
    skos:prefLabel "Baga Koga"@en .

<http://lexvo.org/id/iso639-3/bgs> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bgs"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "bgs"^^xsd:string ;
    skos:prefLabel "Tagabawa"@en .

<http://lexvo.org/id/iso639-3/bgt> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bgt"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "bgt"^^xsd:string ;
    skos:prefLabel "Bughotu"@en .

<http://lexvo.org/id/iso639-3/bgv> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bgv"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "bgv"^^xsd:string ;
    skos:prefLabel "Warkay-Bipim"@en .

<http://lexvo.org/id/iso639-3/bgw> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bgw"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "bgw"^^xsd:string ;
    skos:prefLabel "Bhatri"@en .

<http://lexvo.org/id/iso639-3/bgy> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bgy"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "bgy"^^xsd:string ;
    skos:prefLabel "Benggoi"@en .

<http://lexvo.org/id/iso639-3/bha> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bha"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "bha"^^xsd:string ;
    skos:prefLabel "Bharia"@en .

<http://lexvo.org/id/iso639-3/bhc> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bhc"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "bhc"^^xsd:string ;
    skos:prefLabel "Biga"@en .

<http://lexvo.org/id/iso639-3/bhd> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bhd"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "bhd"^^xsd:string ;
    skos:prefLabel "Bhadrawahi"@en .

<http://lexvo.org/id/iso639-3/bhe> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bhe"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "bhe"^^xsd:string ;
    skos:prefLabel "Bhaya"@en .

<http://lexvo.org/id/iso639-3/bhi> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bhi"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "bhi"^^xsd:string ;
    skos:prefLabel "Bhilali"@en .

<http://lexvo.org/id/iso639-3/bhl> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bhl"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "bhl"^^xsd:string ;
    skos:prefLabel "Bimin"@en .

<http://lexvo.org/id/iso639-3/bhq> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bhq"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "bhq"^^xsd:string ;
    skos:prefLabel "Tukang Besi South"@en .

<http://lexvo.org/id/iso639-3/bht> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bht"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "bht"^^xsd:string ;
    skos:prefLabel "Bhattiyali"@en .

<http://lexvo.org/id/iso639-3/bhu> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bhu"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "bhu"^^xsd:string ;
    skos:prefLabel "Bhunjia"@en .

<http://lexvo.org/id/iso639-3/bhv> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bhv"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "bhv"^^xsd:string ;
    skos:prefLabel "Bahau"@en .

<http://lexvo.org/id/iso639-3/bhx> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bhx"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "bhx"^^xsd:string ;
    skos:prefLabel "Bhalay"@en .

<http://lexvo.org/id/iso639-3/bhz> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bhz"^^xsd:string ;
    skos:altLabel "Bada (Indonesia)"@en ;
    skos:inScheme lexvo: ;
    skos:notation "bhz"^^xsd:string ;
    skos:prefLabel "Bada"@en .

<http://lexvo.org/id/iso639-3/bic> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bic"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "bic"^^xsd:string ;
    skos:prefLabel "Bikaru"@en .

<http://lexvo.org/id/iso639-3/bie> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bie"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "bie"^^xsd:string ;
    skos:prefLabel "Bepour"@en .

<http://lexvo.org/id/iso639-3/big> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "big"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "big"^^xsd:string ;
    skos:prefLabel "Biangai"@en .

<http://lexvo.org/id/iso639-3/bip> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bip"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "bip"^^xsd:string ;
    skos:prefLabel "Bila"@en .

<http://lexvo.org/id/iso639-3/bir> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bir"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "bir"^^xsd:string ;
    skos:prefLabel "Bisorio"@en .

<http://lexvo.org/id/iso639-3/bit> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bit"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "bit"^^xsd:string ;
    skos:prefLabel "Berinomo"@en .

<http://lexvo.org/id/iso639-3/biv> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "biv"^^xsd:string ;
    skos:altLabel "Birifor, Southern"@en ;
    skos:inScheme lexvo: ;
    skos:notation "biv"^^xsd:string ;
    skos:prefLabel "Southern Birifor"@en .

<http://lexvo.org/id/iso639-3/bjc> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bjc"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "bjc"^^xsd:string ;
    skos:prefLabel "Bariji"@en .

<http://lexvo.org/id/iso639-3/bjk> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bjk"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "bjk"^^xsd:string ;
    skos:prefLabel "Barok"@en .

<http://lexvo.org/id/iso639-3/bjl> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bjl"^^xsd:string ;
    skos:altLabel "Bulu (Papua New Guinea)"@en ;
    skos:inScheme lexvo: ;
    skos:notation "bjl"^^xsd:string ;
    skos:prefLabel "Bulu"@en .

<http://lexvo.org/id/iso639-3/bjm> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bjm"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "bjm"^^xsd:string ;
    skos:prefLabel "Bajelani"@en .

<http://lexvo.org/id/iso639-3/bjo> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bjo"^^xsd:string ;
    skos:altLabel "Banda, Mid-Southern"@en ;
    skos:inScheme lexvo: ;
    skos:notation "bjo"^^xsd:string ;
    skos:prefLabel "Mid-Southern Banda"@en .

<http://lexvo.org/id/iso639-3/bjt> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bjt"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "bjt"^^xsd:string ;
    skos:prefLabel "Balanta-Ganja"@en .

<http://lexvo.org/id/iso639-3/bjv> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bjv"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "bjv"^^xsd:string ;
    skos:prefLabel "Bedjond"@en .

<http://lexvo.org/id/iso639-3/bjx> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bjx"^^xsd:string ;
    skos:altLabel "Itneg, Banao"@en ;
    skos:inScheme lexvo: ;
    skos:notation "bjx"^^xsd:string ;
    skos:prefLabel "Banao Itneg"@en .

<http://lexvo.org/id/iso639-3/bjz> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bjz"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "bjz"^^xsd:string ;
    skos:prefLabel "Baruga"@en .

<http://lexvo.org/id/iso639-3/bkg> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bkg"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "bkg"^^xsd:string ;
    skos:prefLabel "Buraka"@en .

<http://lexvo.org/id/iso639-3/bki> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bki"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "bki"^^xsd:string ;
    skos:prefLabel "Baki"@en .

<http://lexvo.org/id/iso639-3/bkj> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bkj"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "bkj"^^xsd:string ;
    skos:prefLabel "Pande"@en .

<http://lexvo.org/id/iso639-3/bkn> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bkn"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "bkn"^^xsd:string ;
    skos:prefLabel "Bukitan"@en .

<http://lexvo.org/id/iso639-3/bko> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bko"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "bko"^^xsd:string ;
    skos:prefLabel "Kwa'"@en .

<http://lexvo.org/id/iso639-3/bkp> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bkp"^^xsd:string ;
    skos:altLabel "Boko (Democratic Republic of Congo)"@en ;
    skos:inScheme lexvo: ;
    skos:notation "bkp"^^xsd:string ;
    skos:prefLabel "Boko"@en .

<http://lexvo.org/id/iso639-3/bks> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bks"^^xsd:string ;
    skos:altLabel "Sorsoganon, Northern"@en ;
    skos:inScheme lexvo: ;
    skos:notation "bks"^^xsd:string ;
    skos:prefLabel "Northern Sorsoganon"@en .

<http://lexvo.org/id/iso639-3/bkt> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bkt"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "bkt"^^xsd:string ;
    skos:prefLabel "Boloki"@en .

<http://lexvo.org/id/iso639-3/bkw> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bkw"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "bkw"^^xsd:string ;
    skos:prefLabel "Bekwel"@en .

<http://lexvo.org/id/iso639-3/bkx> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bkx"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "bkx"^^xsd:string ;
    skos:prefLabel "Baikeno"@en .

<http://lexvo.org/id/iso639-3/bkz> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bkz"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "bkz"^^xsd:string ;
    skos:prefLabel "Bungku"@en .

<http://lexvo.org/id/iso639-3/ble> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ble"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "ble"^^xsd:string ;
    skos:prefLabel "Balanta-Kentohe"@en .

<http://lexvo.org/id/iso639-3/blg> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "blg"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "blg"^^xsd:string ;
    skos:prefLabel "Balau"@en .

<http://lexvo.org/id/iso639-3/blj> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "blj"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "blj"^^xsd:string ;
    skos:prefLabel "Bolongan"@en .

<http://lexvo.org/id/iso639-3/bln> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bln"^^xsd:string ;
    skos:altLabel "Bikol, Southern Catanduanes"@en ;
    skos:inScheme lexvo: ;
    skos:notation "bln"^^xsd:string ;
    skos:prefLabel "Southern Catanduanes Bikol"@en .

<http://lexvo.org/id/iso639-3/blp> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "blp"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "blp"^^xsd:string ;
    skos:prefLabel "Blablanga"@en .

<http://lexvo.org/id/iso639-3/blq> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "blq"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "blq"^^xsd:string ;
    skos:prefLabel "Baluan-Pam"@en .

<http://lexvo.org/id/iso639-3/bls> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bls"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "bls"^^xsd:string ;
    skos:prefLabel "Balaesang"@en .

<http://lexvo.org/id/iso639-3/blv> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "blv"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "blv"^^xsd:string ;
    skos:prefLabel "Bolo"@en .

<http://lexvo.org/id/iso639-3/bly> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bly"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "bly"^^xsd:string ;
    skos:prefLabel "Notre"@en .

<http://lexvo.org/id/iso639-3/bma> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bma"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "bma"^^xsd:string ;
    skos:prefLabel "Lame"@en .

<http://lexvo.org/id/iso639-3/bmc> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bmc"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "bmc"^^xsd:string ;
    skos:prefLabel "Biem"@en .

<http://lexvo.org/id/iso639-3/bmd> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bmd"^^xsd:string ;
    skos:altLabel "Manduri, Baga"@en ;
    skos:inScheme lexvo: ;
    skos:notation "bmd"^^xsd:string ;
    skos:prefLabel "Baga Manduri"@en .

<http://lexvo.org/id/iso639-3/bme> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bme"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "bme"^^xsd:string ;
    skos:prefLabel "Limassa"@en .

<http://lexvo.org/id/iso639-3/bmg> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bmg"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "bmg"^^xsd:string ;
    skos:prefLabel "Bamwe"@en .

<http://lexvo.org/id/iso639-3/bmh> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bmh"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "bmh"^^xsd:string ;
    skos:prefLabel "Kein"@en .

<http://lexvo.org/id/iso639-3/bmj> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bmj"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "bmj"^^xsd:string ;
    skos:prefLabel "Bote-Majhi"@en .

<http://lexvo.org/id/iso639-3/bmk> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bmk"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "bmk"^^xsd:string ;
    skos:prefLabel "Ghayavi"@en .

<http://lexvo.org/id/iso639-3/bml> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bml"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "bml"^^xsd:string ;
    skos:prefLabel "Bomboli"@en .

<http://lexvo.org/id/iso639-3/bmm> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bmm"^^xsd:string ;
    skos:altLabel "Malagasy, Northern Betsimisaraka"@en ;
    skos:inScheme lexvo: ;
    skos:notation "bmm"^^xsd:string ;
    skos:prefLabel "Northern Betsimisaraka Malagasy"@en .

<http://lexvo.org/id/iso639-3/bmn> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bmn"^^xsd:string ;
    skos:altLabel "Bina (Papua New Guinea)"@en ;
    skos:inScheme lexvo: ;
    skos:notation "bmn"^^xsd:string ;
    skos:prefLabel "Bina"@en .

<http://lexvo.org/id/iso639-3/bmo> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bmo"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "bmo"^^xsd:string ;
    skos:prefLabel "Bambalang"@en .

<http://lexvo.org/id/iso639-3/bmp> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bmp"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "bmp"^^xsd:string ;
    skos:prefLabel "Bulgebi"@en .

<http://lexvo.org/id/iso639-3/bmq> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bmq"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "bmq"^^xsd:string ;
    skos:prefLabel "Bomu"@en .

<http://lexvo.org/id/iso639-3/bms> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bms"^^xsd:string ;
    skos:altLabel "Kanuri, Bilma"@en ;
    skos:inScheme lexvo: ;
    skos:notation "bms"^^xsd:string ;
    skos:prefLabel "Bilma Kanuri"@en .

<http://lexvo.org/id/iso639-3/bmt> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bmt"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "bmt"^^xsd:string ;
    skos:prefLabel "Biao Mon"@en .

<http://lexvo.org/id/iso639-3/bmv> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bmv"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "bmv"^^xsd:string ;
    skos:prefLabel "Bum"@en .

<http://lexvo.org/id/iso639-3/bmx> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bmx"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "bmx"^^xsd:string ;
    skos:prefLabel "Baimak"@en .

<http://lexvo.org/id/iso639-3/bmz> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bmz"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "bmz"^^xsd:string ;
    skos:prefLabel "Baramu"@en .

<http://lexvo.org/id/iso639-3/bna> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bna"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "bna"^^xsd:string ;
    skos:prefLabel "Bonerate"@en .

<http://lexvo.org/id/iso639-3/bnb> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bnb"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "bnb"^^xsd:string ;
    skos:prefLabel "Bookan"@en .

<http://lexvo.org/id/iso639-3/bne> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bne"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "bne"^^xsd:string ;
    skos:prefLabel "Bintauna"@en .

<http://lexvo.org/id/iso639-3/bnf> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bnf"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "bnf"^^xsd:string ;
    skos:prefLabel "Masiwang"@en .

<http://lexvo.org/id/iso639-3/bnj> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bnj"^^xsd:string ;
    skos:altLabel "Tawbuid, Eastern"@en ;
    skos:inScheme lexvo: ;
    skos:notation "bnj"^^xsd:string ;
    skos:prefLabel "Eastern Tawbuid"@en .

<http://lexvo.org/id/iso639-3/bnk> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bnk"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "bnk"^^xsd:string ;
    skos:prefLabel "Bierebo"@en .

<http://lexvo.org/id/iso639-3/bnm> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bnm"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "bnm"^^xsd:string ;
    skos:prefLabel "Batanga"@en .

<http://lexvo.org/id/iso639-3/bnp> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bnp"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "bnp"^^xsd:string ;
    skos:prefLabel "Bola"@en .

<http://lexvo.org/id/iso639-3/bnr> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bnr"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "bnr"^^xsd:string ;
    skos:prefLabel "Butmas-Tur"@en .

<http://lexvo.org/id/iso639-3/bns> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bns"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "bns"^^xsd:string ;
    skos:prefLabel "Bundeli"@en .

<http://lexvo.org/id/iso639-3/bnu> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bnu"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "bnu"^^xsd:string ;
    skos:prefLabel "Bentong"@en .

<http://lexvo.org/id/iso639-3/bnv> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bnv"^^xsd:string ;
    skos:altLabel "Beneraf"@en,
        "Bonerif"@en ;
    skos:inScheme lexvo: ;
    skos:notation "bnv"^^xsd:string ;
    skos:prefLabel "Edwas"@en .

<http://lexvo.org/id/iso639-3/bnw> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bnw"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "bnw"^^xsd:string ;
    skos:prefLabel "Bisis"@en .

<http://lexvo.org/id/iso639-3/bny> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bny"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "bny"^^xsd:string ;
    skos:prefLabel "Bintulu"@en .

<http://lexvo.org/id/iso639-3/bnz> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bnz"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "bnz"^^xsd:string ;
    skos:prefLabel "Beezen"@en .

<http://lexvo.org/id/iso639-3/bof> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bof"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "bof"^^xsd:string ;
    skos:prefLabel "Bolon"@en .

<http://lexvo.org/id/iso639-3/bog> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bog"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "bog"^^xsd:string ;
    skos:prefLabel "Bamako Sign Language"@en .

<http://lexvo.org/id/iso639-3/boo> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "boo"^^xsd:string ;
    skos:altLabel "Bozo, Tiemacèwè"@en ;
    skos:inScheme lexvo: ;
    skos:notation "boo"^^xsd:string ;
    skos:prefLabel "Tiemacèwè Bozo"@en .

<http://lexvo.org/id/iso639-3/bop> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bop"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "bop"^^xsd:string ;
    skos:prefLabel "Bonkiman"@en .

<http://lexvo.org/id/iso639-3/bou> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bou"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "bou"^^xsd:string ;
    skos:prefLabel "Bondei"@en .

<http://lexvo.org/id/iso639-3/bow> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bow"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "bow"^^xsd:string ;
    skos:prefLabel "Rema"@en .

<http://lexvo.org/id/iso639-3/box> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "box"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "box"^^xsd:string ;
    skos:prefLabel "Buamu"@en .

<http://lexvo.org/id/iso639-3/bpa> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bpa"^^xsd:string ;
    skos:altLabel "Daakaka"@en ;
    skos:inScheme lexvo: ;
    skos:notation "bpa"^^xsd:string ;
    skos:prefLabel "Dakaka"@en .

<http://lexvo.org/id/iso639-3/bpd> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bpd"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "bpd"^^xsd:string ;
    skos:prefLabel "Banda-Banda"@en .

<http://lexvo.org/id/iso639-3/bpg> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bpg"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "bpg"^^xsd:string ;
    skos:prefLabel "Bonggo"@en .

<http://lexvo.org/id/iso639-3/bpi> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bpi"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "bpi"^^xsd:string ;
    skos:prefLabel "Bagupi"@en .

<http://lexvo.org/id/iso639-3/bpj> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bpj"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "bpj"^^xsd:string ;
    skos:prefLabel "Binji"@en .

<http://lexvo.org/id/iso639-3/bpk> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bpk"^^xsd:string ;
    skos:altLabel "Orowe"@en ;
    skos:inScheme lexvo: ;
    skos:notation "bpk"^^xsd:string ;
    skos:prefLabel "'Ôrôê"@en .

<http://lexvo.org/id/iso639-3/bpm> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bpm"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "bpm"^^xsd:string ;
    skos:prefLabel "Biyom"@en .

<http://lexvo.org/id/iso639-3/bpq> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bpq"^^xsd:string ;
    skos:altLabel "Malay, Banda"@en ;
    skos:inScheme lexvo: ;
    skos:notation "bpq"^^xsd:string ;
    skos:prefLabel "Banda Malay"@en .

<http://lexvo.org/id/iso639-3/bpr> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bpr"^^xsd:string ;
    skos:altLabel "Blaan, Koronadal"@en ;
    skos:inScheme lexvo: ;
    skos:notation "bpr"^^xsd:string ;
    skos:prefLabel "Koronadal Blaan"@en .

<http://lexvo.org/id/iso639-3/bps> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bps"^^xsd:string ;
    skos:altLabel "Blaan, Sarangani"@en ;
    skos:inScheme lexvo: ;
    skos:notation "bps"^^xsd:string ;
    skos:prefLabel "Sarangani Blaan"@en .

<http://lexvo.org/id/iso639-3/bpv> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bpv"^^xsd:string ;
    skos:altLabel "Marind, Bian"@en ;
    skos:inScheme lexvo: ;
    skos:notation "bpv"^^xsd:string ;
    skos:prefLabel "Bian Marind"@en .

<http://lexvo.org/id/iso639-3/bpx> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bpx"^^xsd:string ;
    skos:altLabel "Bareli, Palya"@en ;
    skos:inScheme lexvo: ;
    skos:notation "bpx"^^xsd:string ;
    skos:prefLabel "Palya Bareli"@en .

<http://lexvo.org/id/iso639-3/bpz> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bpz"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "bpz"^^xsd:string ;
    skos:prefLabel "Bilba"@en .

<http://lexvo.org/id/iso639-3/bqa> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bqa"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "bqa"^^xsd:string ;
    skos:prefLabel "Tchumbuli"@en .

<http://lexvo.org/id/iso639-3/bqb> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bqb"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "bqb"^^xsd:string ;
    skos:prefLabel "Bagusa"@en .

<http://lexvo.org/id/iso639-3/bqf> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bqf"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "bqf"^^xsd:string ;
    skos:prefLabel "Baga Kaloum"@en .

<http://lexvo.org/id/iso639-3/bqg> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bqg"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "bqg"^^xsd:string ;
    skos:prefLabel "Bago-Kusuntu"@en .

<http://lexvo.org/id/iso639-3/bqk> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bqk"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "bqk"^^xsd:string ;
    skos:prefLabel "Banda-Mbrès"@en .

<http://lexvo.org/id/iso639-3/bql> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bql"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "bql"^^xsd:string ;
    skos:prefLabel "Bilakura"@en .

<http://lexvo.org/id/iso639-3/bqm> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bqm"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "bqm"^^xsd:string ;
    skos:prefLabel "Wumboko"@en .

<http://lexvo.org/id/iso639-3/bqn> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bqn"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "bqn"^^xsd:string ;
    skos:prefLabel "Bulgarian Sign Language"@en .

<http://lexvo.org/id/iso639-3/bqq> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bqq"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "bqq"^^xsd:string ;
    skos:prefLabel "Biritai"@en .

<http://lexvo.org/id/iso639-3/bqr> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bqr"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "bqr"^^xsd:string ;
    skos:prefLabel "Burusu"@en .

<http://lexvo.org/id/iso639-3/bqt> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bqt"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "bqt"^^xsd:string ;
    skos:prefLabel "Bamukumbit"@en .

<http://lexvo.org/id/iso639-3/bqv> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bqv"^^xsd:string ;
    skos:altLabel "Begbere-Ejar"@en ;
    skos:inScheme lexvo: ;
    skos:notation "bqv"^^xsd:string ;
    skos:prefLabel "Koro Wachi"@en .

<http://lexvo.org/id/iso639-3/bqx> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bqx"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "bqx"^^xsd:string ;
    skos:prefLabel "Baangi"@en .

<http://lexvo.org/id/iso639-3/bqz> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bqz"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "bqz"^^xsd:string ;
    skos:prefLabel "Bakaka"@en .

<http://lexvo.org/id/iso639-3/brj> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "brj"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "brj"^^xsd:string ;
    skos:prefLabel "Bieria"@en .

<http://lexvo.org/id/iso639-3/brl> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "brl"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "brl"^^xsd:string ;
    skos:prefLabel "Birwa"@en .

<http://lexvo.org/id/iso639-3/brr> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "brr"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "brr"^^xsd:string ;
    skos:prefLabel "Birao"@en .

<http://lexvo.org/id/iso639-3/brs> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "brs"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "brs"^^xsd:string ;
    skos:prefLabel "Baras"@en .

<http://lexvo.org/id/iso639-3/brw> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "brw"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "brw"^^xsd:string ;
    skos:prefLabel "Bellari"@en .

<http://lexvo.org/id/iso639-3/bry> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bry"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "bry"^^xsd:string ;
    skos:prefLabel "Burui"@en .

<http://lexvo.org/id/iso639-3/bsb> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bsb"^^xsd:string ;
    skos:altLabel "Bisaya, Brunei"@en ;
    skos:inScheme lexvo: ;
    skos:notation "bsb"^^xsd:string ;
    skos:prefLabel "Brunei Bisaya"@en .

<http://lexvo.org/id/iso639-3/bse> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bse"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "bse"^^xsd:string ;
    skos:prefLabel "Wushi"@en .

<http://lexvo.org/id/iso639-3/bsi> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bsi"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "bsi"^^xsd:string ;
    skos:prefLabel "Bassossi"@en .

<http://lexvo.org/id/iso639-3/bsj> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bsj"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "bsj"^^xsd:string ;
    skos:prefLabel "Bangwinji"@en .

<http://lexvo.org/id/iso639-3/bsl> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bsl"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "bsl"^^xsd:string ;
    skos:prefLabel "Basa-Gumna"@en .

<http://lexvo.org/id/iso639-3/bsm> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bsm"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "bsm"^^xsd:string ;
    skos:prefLabel "Busami"@en .

<http://lexvo.org/id/iso639-3/bsr> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bsr"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "bsr"^^xsd:string ;
    skos:prefLabel "Bassa-Kontagora"@en .

<http://lexvo.org/id/iso639-3/bsu> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bsu"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "bsu"^^xsd:string ;
    skos:prefLabel "Bahonsuai"@en .

<http://lexvo.org/id/iso639-3/bsv> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bsv"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "bsv"^^xsd:string ;
    skos:prefLabel "Baga Sobané"@en .

<http://lexvo.org/id/iso639-3/bsy> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bsy"^^xsd:string ;
    skos:altLabel "Bisaya, Sabah"@en ;
    skos:inScheme lexvo: ;
    skos:notation "bsy"^^xsd:string ;
    skos:prefLabel "Sabah Bisaya"@en .

<http://lexvo.org/id/iso639-3/btc> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "btc"^^xsd:string ;
    skos:altLabel "Bati (Cameroon)"@en ;
    skos:inScheme lexvo: ;
    skos:notation "btc"^^xsd:string ;
    skos:prefLabel "Bati"@en .

<http://lexvo.org/id/iso639-3/btd> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "btd"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "btd"^^xsd:string ;
    skos:prefLabel "Batak Dairi"@en .

<http://lexvo.org/id/iso639-3/bte> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bte"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "bte"^^xsd:string ;
    skos:prefLabel "Gamo-Ningi"@en .

<http://lexvo.org/id/iso639-3/btg> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "btg"^^xsd:string ;
    skos:altLabel "Bété, Gagnoa"@en ;
    skos:inScheme lexvo: ;
    skos:notation "btg"^^xsd:string ;
    skos:prefLabel "Gagnoa Bété"@en .

<http://lexvo.org/id/iso639-3/bti> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bti"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "bti"^^xsd:string ;
    skos:prefLabel "Burate"@en .

<http://lexvo.org/id/iso639-3/btj> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "btj"^^xsd:string ;
    skos:altLabel "Malay, Bacanese"@en ;
    skos:inScheme lexvo: ;
    skos:notation "btj"^^xsd:string ;
    skos:prefLabel "Bacanese Malay"@en .

<http://lexvo.org/id/iso639-3/btl> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "btl"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "btl"^^xsd:string ;
    skos:prefLabel "Bhatola"@en .

<http://lexvo.org/id/iso639-3/btp> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "btp"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "btp"^^xsd:string ;
    skos:prefLabel "Budibud"@en .

<http://lexvo.org/id/iso639-3/btr> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "btr"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "btr"^^xsd:string ;
    skos:prefLabel "Baetora"@en .

<http://lexvo.org/id/iso639-3/bts> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bts"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "bts"^^xsd:string ;
    skos:prefLabel "Batak Simalungun"@en .

<http://lexvo.org/id/iso639-3/btt> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "btt"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "btt"^^xsd:string ;
    skos:prefLabel "Bete-Bendi"@en .

<http://lexvo.org/id/iso639-3/btv> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "btv"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "btv"^^xsd:string ;
    skos:prefLabel "Bateri"@en .

<http://lexvo.org/id/iso639-3/bud> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bud"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "bud"^^xsd:string ;
    skos:prefLabel "Ntcham"@en .

<http://lexvo.org/id/iso639-3/bui> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bui"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "bui"^^xsd:string ;
    skos:prefLabel "Bongili"@en .

<http://lexvo.org/id/iso639-3/buj> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "buj"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "buj"^^xsd:string ;
    skos:prefLabel "Basa-Gurmana"@en .

<http://lexvo.org/id/iso639-3/bup> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bup"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "bup"^^xsd:string ;
    skos:prefLabel "Busoa"@en .

<http://lexvo.org/id/iso639-3/bus> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bus"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "bus"^^xsd:string ;
    skos:prefLabel "Bokobaru"@en .

<http://lexvo.org/id/iso639-3/buv> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "buv"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "buv"^^xsd:string ;
    skos:prefLabel "Bun"@en .

<http://lexvo.org/id/iso639-3/buw> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "buw"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "buw"^^xsd:string ;
    skos:prefLabel "Bubi"@en .

<http://lexvo.org/id/iso639-3/buz> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "buz"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "buz"^^xsd:string ;
    skos:prefLabel "Bukwen"@en .

<http://lexvo.org/id/iso639-3/bvc> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bvc"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "bvc"^^xsd:string ;
    skos:prefLabel "Baelelea"@en .

<http://lexvo.org/id/iso639-3/bvj> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bvj"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "bvj"^^xsd:string ;
    skos:prefLabel "Baan"@en .

<http://lexvo.org/id/iso639-3/bvk> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bvk"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "bvk"^^xsd:string ;
    skos:prefLabel "Bukat"@en .

<http://lexvo.org/id/iso639-3/bvm> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bvm"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "bvm"^^xsd:string ;
    skos:prefLabel "Bamunka"@en .

<http://lexvo.org/id/iso639-3/bvn> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bvn"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "bvn"^^xsd:string ;
    skos:prefLabel "Buna"@en .

<http://lexvo.org/id/iso639-3/bvt> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bvt"^^xsd:string ;
    skos:altLabel "Bati (Indonesia)"@en ;
    skos:inScheme lexvo: ;
    skos:notation "bvt"^^xsd:string ;
    skos:prefLabel "Bati"@en .

<http://lexvo.org/id/iso639-3/bvu> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bvu"^^xsd:string ;
    skos:altLabel "Malay, Bukit"@en ;
    skos:inScheme lexvo: ;
    skos:notation "bvu"^^xsd:string ;
    skos:prefLabel "Bukit Malay"@en .

<http://lexvo.org/id/iso639-3/bvy> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bvy"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "bvy"^^xsd:string ;
    skos:prefLabel "Baybayanon"@en .

<http://lexvo.org/id/iso639-3/bwa> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bwa"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "bwa"^^xsd:string ;
    skos:prefLabel "Bwatoo"@en .

<http://lexvo.org/id/iso639-3/bwd> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bwd"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "bwd"^^xsd:string ;
    skos:prefLabel "Bwaidoka"@en .

<http://lexvo.org/id/iso639-3/bwf> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bwf"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "bwf"^^xsd:string ;
    skos:prefLabel "Boselewa"@en .

<http://lexvo.org/id/iso639-3/bwg> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bwg"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "bwg"^^xsd:string ;
    skos:prefLabel "Barwe"@en .

<http://lexvo.org/id/iso639-3/bwj> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bwj"^^xsd:string ;
    skos:altLabel "Bwamu, Láá Láá"@en ;
    skos:inScheme lexvo: ;
    skos:notation "bwj"^^xsd:string ;
    skos:prefLabel "Láá Láá Bwamu"@en .

<http://lexvo.org/id/iso639-3/bwk> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bwk"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "bwk"^^xsd:string ;
    skos:prefLabel "Bauwaki"@en .

<http://lexvo.org/id/iso639-3/bwp> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bwp"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "bwp"^^xsd:string ;
    skos:prefLabel "Mandobo Bawah"@en .

<http://lexvo.org/id/iso639-3/bwq> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bwq"^^xsd:string ;
    skos:altLabel "Bobo Madaré, Southern"@en ;
    skos:inScheme lexvo: ;
    skos:notation "bwq"^^xsd:string ;
    skos:prefLabel "Southern Bobo Madaré"@en .

<http://lexvo.org/id/iso639-3/bws> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bws"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "bws"^^xsd:string ;
    skos:prefLabel "Bomboma"@en .

<http://lexvo.org/id/iso639-3/bwy> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bwy"^^xsd:string ;
    skos:altLabel "Bwamu, Cwi"@en ;
    skos:inScheme lexvo: ;
    skos:notation "bwy"^^xsd:string ;
    skos:prefLabel "Cwi Bwamu"@en .

<http://lexvo.org/id/iso639-3/bxc> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bxc"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "bxc"^^xsd:string ;
    skos:prefLabel "Molengue"@en .

<http://lexvo.org/id/iso639-3/bxd> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bxd"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "bxd"^^xsd:string ;
    skos:prefLabel "Pela"@en .

<http://lexvo.org/id/iso639-3/bxf> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bxf"^^xsd:string ;
    skos:altLabel "Minigir"@en ;
    skos:inScheme lexvo: ;
    skos:notation "bxf"^^xsd:string ;
    skos:prefLabel "Bilur"@en .

<http://lexvo.org/id/iso639-3/bxh> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bxh"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "bxh"^^xsd:string ;
    skos:prefLabel "Buhutu"@en .

<http://lexvo.org/id/iso639-3/bxi> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bxi"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "bxi"^^xsd:string ;
    skos:prefLabel "Pirlatapa"@en .

<http://lexvo.org/id/iso639-3/bxj> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bxj"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "bxj"^^xsd:string ;
    skos:prefLabel "Bayungu"@en .

<http://lexvo.org/id/iso639-3/bxl> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bxl"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "bxl"^^xsd:string ;
    skos:prefLabel "Jalkunan"@en .

<http://lexvo.org/id/iso639-3/bxo> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bxo"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "bxo"^^xsd:string ;
    skos:prefLabel "Barikanchi"@en .

<http://lexvo.org/id/iso639-3/bxp> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bxp"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "bxp"^^xsd:string ;
    skos:prefLabel "Bebil"@en .

<http://lexvo.org/id/iso639-3/bxr> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bxr"^^xsd:string ;
    skos:altLabel "Buriat, Russia"@en ;
    skos:inScheme lexvo: ;
    skos:notation "bxr"^^xsd:string ;
    skos:prefLabel "Russia Buriat"@en .

<http://lexvo.org/id/iso639-3/bxs> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bxs"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "bxs"^^xsd:string ;
    skos:prefLabel "Busam"@en .

<http://lexvo.org/id/iso639-3/bxu> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bxu"^^xsd:string ;
    skos:altLabel "Buriat, China"@en ;
    skos:inScheme lexvo: ;
    skos:notation "bxu"^^xsd:string ;
    skos:prefLabel "China Buriat"@en .

<http://lexvo.org/id/iso639-3/bxv> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bxv"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "bxv"^^xsd:string ;
    skos:prefLabel "Berakou"@en .

<http://lexvo.org/id/iso639-3/bxw> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bxw"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "bxw"^^xsd:string ;
    skos:prefLabel "Bankagooma"@en .

<http://lexvo.org/id/iso639-3/bxz> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bxz"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "bxz"^^xsd:string ;
    skos:prefLabel "Binahari"@en .

<http://lexvo.org/id/iso639-3/byj> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "byj"^^xsd:string ;
    skos:altLabel "Bina (Nigeria)"@en ;
    skos:inScheme lexvo: ;
    skos:notation "byj"^^xsd:string ;
    skos:prefLabel "Bina"@en .

<http://lexvo.org/id/iso639-3/byo> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "byo"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "byo"^^xsd:string ;
    skos:prefLabel "Biyo"@en .

<http://lexvo.org/id/iso639-3/byp> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "byp"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "byp"^^xsd:string ;
    skos:prefLabel "Bumaji"@en .

<http://lexvo.org/id/iso639-3/bys> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bys"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "bys"^^xsd:string ;
    skos:prefLabel "Burak"@en .

<http://lexvo.org/id/iso639-3/byt> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "byt"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "byt"^^xsd:string ;
    skos:prefLabel "Berti"@en .

<http://lexvo.org/id/iso639-3/byy> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "byy"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "byy"^^xsd:string ;
    skos:prefLabel "Buya"@en .

<http://lexvo.org/id/iso639-3/bzb> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bzb"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "bzb"^^xsd:string ;
    skos:prefLabel "Andio"@en .

<http://lexvo.org/id/iso639-3/bzc> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bzc"^^xsd:string ;
    skos:altLabel "Malagasy, Southern Betsimisaraka"@en ;
    skos:inScheme lexvo: ;
    skos:notation "bzc"^^xsd:string ;
    skos:prefLabel "Southern Betsimisaraka Malagasy"@en .

<http://lexvo.org/id/iso639-3/bze> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bze"^^xsd:string ;
    skos:altLabel "Bozo, Jenaama"@en ;
    skos:inScheme lexvo: ;
    skos:notation "bze"^^xsd:string ;
    skos:prefLabel "Jenaama Bozo"@en .

<http://lexvo.org/id/iso639-3/bzh> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bzh"^^xsd:string ;
    skos:altLabel "Buang, Mapos"@en ;
    skos:inScheme lexvo: ;
    skos:notation "bzh"^^xsd:string ;
    skos:prefLabel "Mapos Buang"@en .

<http://lexvo.org/id/iso639-3/bzi> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bzi"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "bzi"^^xsd:string ;
    skos:prefLabel "Bisu"@en .

<http://lexvo.org/id/iso639-3/bzl> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bzl"^^xsd:string ;
    skos:altLabel "Boano (Sulawesi)"@en ;
    skos:inScheme lexvo: ;
    skos:notation "bzl"^^xsd:string ;
    skos:prefLabel "Boano"@en .

<http://lexvo.org/id/iso639-3/bzm> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bzm"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "bzm"^^xsd:string ;
    skos:prefLabel "Bolondo"@en .

<http://lexvo.org/id/iso639-3/bzn> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bzn"^^xsd:string ;
    skos:altLabel "Boano (Maluku)"@en ;
    skos:inScheme lexvo: ;
    skos:notation "bzn"^^xsd:string ;
    skos:prefLabel "Boano"@en .

<http://lexvo.org/id/iso639-3/bzo> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bzo"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "bzo"^^xsd:string ;
    skos:prefLabel "Bozaba"@en .

<http://lexvo.org/id/iso639-3/bzp> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bzp"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "bzp"^^xsd:string ;
    skos:prefLabel "Kemberano"@en .

<http://lexvo.org/id/iso639-3/bzx> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bzx"^^xsd:string ;
    skos:altLabel "Bozo, Kɛlɛngaxo"@en ;
    skos:inScheme lexvo: ;
    skos:notation "bzx"^^xsd:string ;
    skos:prefLabel "Kɛlɛngaxo Bozo"@en .

<http://lexvo.org/id/iso639-3/bzz> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bzz"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "bzz"^^xsd:string ;
    skos:prefLabel "Evant"@en .

<http://lexvo.org/id/iso639-3/cae> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "cae"^^xsd:string ;
    skos:altLabel "Laalaa"@en ;
    skos:inScheme lexvo: ;
    skos:notation "cae"^^xsd:string ;
    skos:prefLabel "Lehar"@en .

<http://lexvo.org/id/iso639-3/caf> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "caf"^^xsd:string ;
    skos:altLabel "Carrier, Southern"@en ;
    skos:inScheme lexvo: ;
    skos:notation "caf"^^xsd:string ;
    skos:prefLabel "Southern Carrier"@en .

<http://lexvo.org/id/iso639-3/cbj> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "cbj"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "cbj"^^xsd:string ;
    skos:prefLabel "Ede Cabe"@en .

<http://lexvo.org/id/iso639-3/cbl> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "cbl"^^xsd:string ;
    skos:altLabel "Chin, Bualkhaw"@en ;
    skos:inScheme lexvo: ;
    skos:notation "cbl"^^xsd:string ;
    skos:prefLabel "Bualkhaw Chin"@en .

<http://lexvo.org/id/iso639-3/cbo> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "cbo"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "cbo"^^xsd:string ;
    skos:prefLabel "Izora"@en .

<http://lexvo.org/id/iso639-3/cbw> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "cbw"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "cbw"^^xsd:string ;
    skos:prefLabel "Kinabalian"@en .

<http://lexvo.org/id/iso639-3/cca> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "cca"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "cca"^^xsd:string ;
    skos:prefLabel "Cauca"@en .

<http://lexvo.org/id/iso639-3/ccg> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ccg"^^xsd:string ;
    skos:altLabel "Daka, Samba"@en ;
    skos:inScheme lexvo: ;
    skos:notation "ccg"^^xsd:string ;
    skos:prefLabel "Samba Daka"@en .

<http://lexvo.org/id/iso639-3/ccl> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ccl"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "ccl"^^xsd:string ;
    skos:prefLabel "Cutchi-Swahili"@en .

<http://lexvo.org/id/iso639-3/ccm> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ccm"^^xsd:string ;
    skos:altLabel "Creole Malay, Malaccan"@en ;
    skos:inScheme lexvo: ;
    skos:notation "ccm"^^xsd:string ;
    skos:prefLabel "Malaccan Creole Malay"@en .

<http://lexvo.org/id/iso639-3/cda> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "cda"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "cda"^^xsd:string ;
    skos:prefLabel "Choni"@en .

<http://lexvo.org/id/iso639-3/cdf> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "cdf"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "cdf"^^xsd:string ;
    skos:prefLabel "Chiru"@en .

<http://lexvo.org/id/iso639-3/cdg> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "cdg"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "cdg"^^xsd:string ;
    skos:prefLabel "Chamari"@en .

<http://lexvo.org/id/iso639-3/cdh> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "cdh"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "cdh"^^xsd:string ;
    skos:prefLabel "Chambeali"@en .

<http://lexvo.org/id/iso639-3/cdi> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "cdi"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "cdi"^^xsd:string ;
    skos:prefLabel "Chodri"@en .

<http://lexvo.org/id/iso639-3/cdj> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "cdj"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "cdj"^^xsd:string ;
    skos:prefLabel "Churahi"@en .

<http://lexvo.org/id/iso639-3/cds> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "cds"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "cds"^^xsd:string ;
    skos:prefLabel "Chadian Sign Language"@en .

<http://lexvo.org/id/iso639-3/cdz> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "cdz"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "cdz"^^xsd:string ;
    skos:prefLabel "Koda"@en .

<http://lexvo.org/id/iso639-3/cea> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "cea"^^xsd:string ;
    skos:altLabel "Chehalis, Lower"@en ;
    skos:inScheme lexvo: ;
    skos:notation "cea"^^xsd:string ;
    skos:prefLabel "Lower Chehalis"@en .

<http://lexvo.org/id/iso639-3/cek> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "cek"^^xsd:string ;
    skos:altLabel "Chin, Eastern Khumi"@en ;
    skos:inScheme lexvo: ;
    skos:notation "cek"^^xsd:string ;
    skos:prefLabel "Eastern Khumi Chin"@en .

<http://lexvo.org/id/iso639-3/cen> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "cen"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "cen"^^xsd:string ;
    skos:prefLabel "Cen"@en .

<http://lexvo.org/id/iso639-3/cga> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "cga"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "cga"^^xsd:string ;
    skos:prefLabel "Changriwa"@en .

<http://lexvo.org/id/iso639-3/chj> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "chj"^^xsd:string ;
    skos:altLabel "Chinantec, Ojitlán"@en ;
    skos:inScheme lexvo: ;
    skos:notation "chj"^^xsd:string ;
    skos:prefLabel "Ojitlán Chinantec"@en .

<http://lexvo.org/id/iso639-3/chz> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "chz"^^xsd:string ;
    skos:altLabel "Chinantec, Ozumacín"@en ;
    skos:inScheme lexvo: ;
    skos:notation "chz"^^xsd:string ;
    skos:prefLabel "Ozumacín Chinantec"@en .

<http://lexvo.org/id/iso639-3/cib> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "cib"^^xsd:string ;
    skos:altLabel "Gbe, Ci"@en ;
    skos:inScheme lexvo: ;
    skos:notation "cib"^^xsd:string ;
    skos:prefLabel "Ci Gbe"@en .

<http://lexvo.org/id/iso639-3/cih> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "cih"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "cih"^^xsd:string ;
    skos:prefLabel "Chinali"@en .

<http://lexvo.org/id/iso639-3/cik> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "cik"^^xsd:string ;
    skos:altLabel "Kinnauri, Chitkuli"@en ;
    skos:inScheme lexvo: ;
    skos:notation "cik"^^xsd:string ;
    skos:prefLabel "Chitkuli Kinnauri"@en .

<http://lexvo.org/id/iso639-3/ciy> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ciy"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "ciy"^^xsd:string ;
    skos:prefLabel "Chaima"@en .

<http://lexvo.org/id/iso639-3/cjn> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "cjn"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "cjn"^^xsd:string ;
    skos:prefLabel "Chenapian"@en .

<http://lexvo.org/id/iso639-3/ckh> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ckh"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "ckh"^^xsd:string ;
    skos:prefLabel "Chak"@en .

<http://lexvo.org/id/iso639-3/ckn> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ckn"^^xsd:string ;
    skos:altLabel "Chin, Kaang"@en ;
    skos:inScheme lexvo: ;
    skos:notation "ckn"^^xsd:string ;
    skos:prefLabel "Kaang Chin"@en .

<http://lexvo.org/id/iso639-3/ckr> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ckr"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "ckr"^^xsd:string ;
    skos:prefLabel "Kairak"@en .

<http://lexvo.org/id/iso639-3/ckx> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ckx"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "ckx"^^xsd:string ;
    skos:prefLabel "Caka"@en .

<http://lexvo.org/id/iso639-3/ckz> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ckz"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "ckz"^^xsd:string ;
    skos:prefLabel "Cakchiquel-Quiché Mixed Language"@en .

<http://lexvo.org/id/iso639-3/cli> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "cli"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "cli"^^xsd:string ;
    skos:prefLabel "Chakali"@en .

<http://lexvo.org/id/iso639-3/clj> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "clj"^^xsd:string ;
    skos:altLabel "Chin, Laitu"@en ;
    skos:inScheme lexvo: ;
    skos:notation "clj"^^xsd:string ;
    skos:prefLabel "Laitu Chin"@en .

<http://lexvo.org/id/iso639-3/cll> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "cll"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "cll"^^xsd:string ;
    skos:prefLabel "Chala"@en .

<http://lexvo.org/id/iso639-3/clt> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "clt"^^xsd:string ;
    skos:altLabel "Chin, Lautu"@en ;
    skos:inScheme lexvo: ;
    skos:notation "clt"^^xsd:string ;
    skos:prefLabel "Lautu Chin"@en .

<http://lexvo.org/id/iso639-3/cly> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "cly"^^xsd:string ;
    skos:altLabel "Chatino, Eastern Highland"@en ;
    skos:inScheme lexvo: ;
    skos:notation "cly"^^xsd:string ;
    skos:prefLabel "Eastern Highland Chatino"@en .

<http://lexvo.org/id/iso639-3/cma> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "cma"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "cma"^^xsd:string ;
    skos:prefLabel "Maa"@en .

<http://lexvo.org/id/iso639-3/cml> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "cml"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "cml"^^xsd:string ;
    skos:prefLabel "Campalagian"@en .

<http://lexvo.org/id/iso639-3/cmm> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "cmm"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "cmm"^^xsd:string ;
    skos:prefLabel "Michigamea"@en .

<http://lexvo.org/id/iso639-3/cmo> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "cmo"^^xsd:string ;
    skos:altLabel "Mnong, Central"@en ;
    skos:inScheme lexvo: ;
    skos:notation "cmo"^^xsd:string ;
    skos:prefLabel "Central Mnong"@en .

<http://lexvo.org/id/iso639-3/cmt> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "cmt"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "cmt"^^xsd:string ;
    skos:prefLabel "Camtho"@en .

<http://lexvo.org/id/iso639-3/cna> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "cna"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "cna"^^xsd:string ;
    skos:prefLabel "Changthang"@en .

<http://lexvo.org/id/iso639-3/cnb> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "cnb"^^xsd:string ;
    skos:altLabel "Chin, Chinbon"@en ;
    skos:inScheme lexvo: ;
    skos:notation "cnb"^^xsd:string ;
    skos:prefLabel "Chinbon Chin"@en .

<http://lexvo.org/id/iso639-3/cnc> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "cnc"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "cnc"^^xsd:string ;
    skos:prefLabel "Côông"@en .

<http://lexvo.org/id/iso639-3/cnl> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "cnl"^^xsd:string ;
    skos:altLabel "Chinantec, Lalana"@en ;
    skos:inScheme lexvo: ;
    skos:notation "cnl"^^xsd:string ;
    skos:prefLabel "Lalana Chinantec"@en .

<http://lexvo.org/id/iso639-3/cns> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "cns"^^xsd:string ;
    skos:altLabel "Asmat, Central"@en ;
    skos:inScheme lexvo: ;
    skos:notation "cns"^^xsd:string ;
    skos:prefLabel "Central Asmat"@en .

<http://lexvo.org/id/iso639-3/cnw> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "cnw"^^xsd:string ;
    skos:altLabel "Chin, Ngawn"@en ;
    skos:inScheme lexvo: ;
    skos:notation "cnw"^^xsd:string ;
    skos:prefLabel "Ngawn Chin"@en .

<http://lexvo.org/id/iso639-3/cnx> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "cnx"^^xsd:string ;
    skos:altLabel "Cornish, Middle"@en ;
    skos:inScheme lexvo: ;
    skos:notation "cnx"^^xsd:string ;
    skos:prefLabel "Middle Cornish"@en .

<http://lexvo.org/id/iso639-3/coh> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "coh"^^xsd:string ;
    skos:altLabel "Chichonyi-Chidzihana-Chikauma"@en ;
    skos:inScheme lexvo: ;
    skos:notation "coh"^^xsd:string ;
    skos:prefLabel "Chonyi-Dzihana-Kauma"@en .

<http://lexvo.org/id/iso639-3/cok> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "cok"^^xsd:string ;
    skos:altLabel "Cora, Santa Teresa"@en ;
    skos:inScheme lexvo: ;
    skos:notation "cok"^^xsd:string ;
    skos:prefLabel "Santa Teresa Cora"@en .

<http://lexvo.org/id/iso639-3/coq> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "coq"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "coq"^^xsd:string ;
    skos:prefLabel "Coquille"@en .

<http://lexvo.org/id/iso639-3/cov> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "cov"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "cov"^^xsd:string ;
    skos:prefLabel "Cao Miao"@en .

<http://lexvo.org/id/iso639-3/cox> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "cox"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "cox"^^xsd:string ;
    skos:prefLabel "Nanti"@en .

<http://lexvo.org/id/iso639-3/coy> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "coy"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "coy"^^xsd:string ;
    skos:prefLabel "Coyaima"@en .

<http://lexvo.org/id/iso639-3/cqd> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "cqd"^^xsd:string ;
    skos:altLabel "Miao, Chuanqiandian Cluster"@en ;
    skos:inScheme lexvo: ;
    skos:notation "cqd"^^xsd:string ;
    skos:prefLabel "Chuanqiandian Cluster Miao"@en .

<http://lexvo.org/id/iso639-3/crf> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "crf"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "crf"^^xsd:string ;
    skos:prefLabel "Caramanta"@en .

<http://lexvo.org/id/iso639-3/crj> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "crj"^^xsd:string ;
    skos:altLabel "Cree, Southern East"@en ;
    skos:inScheme lexvo: ;
    skos:notation "crj"^^xsd:string ;
    skos:prefLabel "Southern East Cree"@en .

<http://lexvo.org/id/iso639-3/crl> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "crl"^^xsd:string ;
    skos:altLabel "Cree, Northern East"@en ;
    skos:inScheme lexvo: ;
    skos:notation "crl"^^xsd:string ;
    skos:prefLabel "Northern East Cree"@en .

<http://lexvo.org/id/iso639-3/crr> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "crr"^^xsd:string ;
    skos:altLabel "Algonquian, Carolina"@en ;
    skos:inScheme lexvo: ;
    skos:notation "crr"^^xsd:string ;
    skos:prefLabel "Carolina Algonquian"@en .

<http://lexvo.org/id/iso639-3/crz> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "crz"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "crz"^^xsd:string ;
    skos:prefLabel "Cruzeño"@en .

<http://lexvo.org/id/iso639-3/csa> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "csa"^^xsd:string ;
    skos:altLabel "Chinantec, Chiltepec"@en ;
    skos:inScheme lexvo: ;
    skos:notation "csa"^^xsd:string ;
    skos:prefLabel "Chiltepec Chinantec"@en .

<http://lexvo.org/id/iso639-3/csd> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "csd"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "csd"^^xsd:string ;
    skos:prefLabel "Chiangmai Sign Language"@en .

<http://lexvo.org/id/iso639-3/cse> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "cse"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "cse"^^xsd:string ;
    skos:prefLabel "Czech Sign Language"@en .

<http://lexvo.org/id/iso639-3/csf> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "csf"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "csf"^^xsd:string ;
    skos:prefLabel "Cuba Sign Language"@en .

<http://lexvo.org/id/iso639-3/csr> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "csr"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "csr"^^xsd:string ;
    skos:prefLabel "Costa Rican Sign Language"@en .

<http://lexvo.org/id/iso639-3/csv> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "csv"^^xsd:string ;
    skos:altLabel "Chin, Sumtu"@en ;
    skos:inScheme lexvo: ;
    skos:notation "csv"^^xsd:string ;
    skos:prefLabel "Sumtu Chin"@en .

<http://lexvo.org/id/iso639-3/ctc> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ctc"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "ctc"^^xsd:string ;
    skos:prefLabel "Chetco"@en .

<http://lexvo.org/id/iso639-3/cte> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "cte"^^xsd:string ;
    skos:altLabel "Chinantec, Tepinapa"@en ;
    skos:inScheme lexvo: ;
    skos:notation "cte"^^xsd:string ;
    skos:prefLabel "Tepinapa Chinantec"@en .

<http://lexvo.org/id/iso639-3/cth> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "cth"^^xsd:string ;
    skos:altLabel "Chin, Thaiphum"@en ;
    skos:inScheme lexvo: ;
    skos:notation "cth"^^xsd:string ;
    skos:prefLabel "Thaiphum Chin"@en .

<http://lexvo.org/id/iso639-3/ctl> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ctl"^^xsd:string ;
    skos:altLabel "Chinantec, Tlacoatzintepec"@en ;
    skos:inScheme lexvo: ;
    skos:notation "ctl"^^xsd:string ;
    skos:prefLabel "Tlacoatzintepec Chinantec"@en .

<http://lexvo.org/id/iso639-3/ctt> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ctt"^^xsd:string ;
    skos:altLabel "Chetti, Wayanad"@en ;
    skos:inScheme lexvo: ;
    skos:notation "ctt"^^xsd:string ;
    skos:prefLabel "Wayanad Chetti"@en .

<http://lexvo.org/id/iso639-3/ctz> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ctz"^^xsd:string ;
    skos:altLabel "Chatino, Zacatepec"@en ;
    skos:inScheme lexvo: ;
    skos:notation "ctz"^^xsd:string ;
    skos:prefLabel "Zacatepec Chatino"@en .

<http://lexvo.org/id/iso639-3/cuj> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "cuj"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "cuj"^^xsd:string ;
    skos:prefLabel "Mashco Piro"@en .

<http://lexvo.org/id/iso639-3/cuk> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "cuk"^^xsd:string ;
    skos:altLabel "Kuna, San Blas"@en ;
    skos:inScheme lexvo: ;
    skos:notation "cuk"^^xsd:string ;
    skos:prefLabel "San Blas Kuna"@en .

<http://lexvo.org/id/iso639-3/cum> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "cum"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "cum"^^xsd:string ;
    skos:prefLabel "Cumeral"@en .

<http://lexvo.org/id/iso639-3/cuo> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "cuo"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "cuo"^^xsd:string ;
    skos:prefLabel "Cumanagoto"@en .

<http://lexvo.org/id/iso639-3/cur> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "cur"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "cur"^^xsd:string ;
    skos:prefLabel "Chhulung"@en .

<http://lexvo.org/id/iso639-3/cut> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "cut"^^xsd:string ;
    skos:altLabel "Cuicatec, Teutila"@en ;
    skos:inScheme lexvo: ;
    skos:notation "cut"^^xsd:string ;
    skos:prefLabel "Teutila Cuicatec"@en .

<http://lexvo.org/id/iso639-3/cuu> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "cuu"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "cuu"^^xsd:string ;
    skos:prefLabel "Tai Ya"@en .

<http://lexvo.org/id/iso639-3/cuw> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "cuw"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "cuw"^^xsd:string ;
    skos:prefLabel "Chukwa"@en .

<http://lexvo.org/id/iso639-3/cux> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "cux"^^xsd:string ;
    skos:altLabel "Cuicatec, Tepeuxila"@en ;
    skos:inScheme lexvo: ;
    skos:notation "cux"^^xsd:string ;
    skos:prefLabel "Tepeuxila Cuicatec"@en .

<http://lexvo.org/id/iso639-3/cvg> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "cvg"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "cvg"^^xsd:string ;
    skos:prefLabel "Chug"@en .

<http://lexvo.org/id/iso639-3/cvn> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "cvn"^^xsd:string ;
    skos:altLabel "Chinantec, Valle Nacional"@en ;
    skos:inScheme lexvo: ;
    skos:notation "cvn"^^xsd:string ;
    skos:prefLabel "Valle Nacional Chinantec"@en .

<http://lexvo.org/id/iso639-3/cwa> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "cwa"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "cwa"^^xsd:string ;
    skos:prefLabel "Kabwa"@en .

<http://lexvo.org/id/iso639-3/cwb> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "cwb"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "cwb"^^xsd:string ;
    skos:prefLabel "Maindo"@en .

<http://lexvo.org/id/iso639-3/cwe> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "cwe"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "cwe"^^xsd:string ;
    skos:prefLabel "Kwere"@en .

<http://lexvo.org/id/iso639-3/czn> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "czn"^^xsd:string ;
    skos:altLabel "Chatino, Zenzontepec"@en ;
    skos:inScheme lexvo: ;
    skos:notation "czn"^^xsd:string ;
    skos:prefLabel "Zenzontepec Chatino"@en .

<http://lexvo.org/id/iso639-3/dac> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "dac"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "dac"^^xsd:string ;
    skos:prefLabel "Dambi"@en .

<http://lexvo.org/id/iso639-3/dae> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "dae"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "dae"^^xsd:string ;
    skos:prefLabel "Duupa"@en .

<http://lexvo.org/id/iso639-3/daq> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "daq"^^xsd:string ;
    skos:altLabel "Maria, Dandami"@en ;
    skos:inScheme lexvo: ;
    skos:notation "daq"^^xsd:string ;
    skos:prefLabel "Dandami Maria"@en .

<http://lexvo.org/id/iso639-3/daw> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "daw"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "daw"^^xsd:string ;
    skos:prefLabel "Davawenyo"@en .

<http://lexvo.org/id/iso639-3/dax> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "dax"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "dax"^^xsd:string ;
    skos:prefLabel "Dayi"@en .

<http://lexvo.org/id/iso639-3/daz> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "daz"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "daz"^^xsd:string ;
    skos:prefLabel "Dao"@en .

<http://lexvo.org/id/iso639-3/dbe> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "dbe"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "dbe"^^xsd:string ;
    skos:prefLabel "Dabe"@en .

<http://lexvo.org/id/iso639-3/dbf> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "dbf"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "dbf"^^xsd:string ;
    skos:prefLabel "Edopi"@en .

<http://lexvo.org/id/iso639-3/dbi> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "dbi"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "dbi"^^xsd:string ;
    skos:prefLabel "Doka"@en .

<http://lexvo.org/id/iso639-3/dbm> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "dbm"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "dbm"^^xsd:string ;
    skos:prefLabel "Duguri"@en .

<http://lexvo.org/id/iso639-3/dbn> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "dbn"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "dbn"^^xsd:string ;
    skos:prefLabel "Duriankere"@en .

<http://lexvo.org/id/iso639-3/dbo> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "dbo"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "dbo"^^xsd:string ;
    skos:prefLabel "Dulbu"@en .

<http://lexvo.org/id/iso639-3/dbv> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "dbv"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "dbv"^^xsd:string ;
    skos:prefLabel "Dungu"@en .

<http://lexvo.org/id/iso639-3/dby> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "dby"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "dby"^^xsd:string ;
    skos:prefLabel "Dibiyaso"@en .

<http://lexvo.org/id/iso639-3/dda> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "dda"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "dda"^^xsd:string ;
    skos:prefLabel "Dadi Dadi"@en .

<http://lexvo.org/id/iso639-3/ddd> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ddd"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "ddd"^^xsd:string ;
    skos:prefLabel "Dongotono"@en .

<http://lexvo.org/id/iso639-3/dde> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "dde"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "dde"^^xsd:string ;
    skos:prefLabel "Doondo"@en .

<http://lexvo.org/id/iso639-3/ddi> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ddi"^^xsd:string ;
    skos:altLabel "Goodenough, West"@en ;
    skos:inScheme lexvo: ;
    skos:notation "ddi"^^xsd:string ;
    skos:prefLabel "West Goodenough"@en .

<http://lexvo.org/id/iso639-3/dds> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "dds"^^xsd:string ;
    skos:altLabel "Dogon, Donno So"@en ;
    skos:inScheme lexvo: ;
    skos:notation "dds"^^xsd:string ;
    skos:prefLabel "Donno So Dogon"@en .

<http://lexvo.org/id/iso639-3/def> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "def"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "def"^^xsd:string ;
    skos:prefLabel "Dezfuli"@en .

<http://lexvo.org/id/iso639-3/deh> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "deh"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "deh"^^xsd:string ;
    skos:prefLabel "Dehwari"@en .

<http://lexvo.org/id/iso639-3/dei> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "dei"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "dei"^^xsd:string ;
    skos:prefLabel "Demisa"@en .

<http://lexvo.org/id/iso639-3/dek> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "dek"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "dek"^^xsd:string ;
    skos:prefLabel "Dek"@en .

<http://lexvo.org/id/iso639-3/dep> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "dep"^^xsd:string ;
    skos:altLabel "Delaware, Pidgin"@en ;
    skos:inScheme lexvo: ;
    skos:notation "dep"^^xsd:string ;
    skos:prefLabel "Pidgin Delaware"@en .

<http://lexvo.org/id/iso639-3/deq> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "deq"^^xsd:string ;
    skos:altLabel "Dendi (Central African Republic)"@en ;
    skos:inScheme lexvo: ;
    skos:notation "deq"^^xsd:string ;
    skos:prefLabel "Dendi"@en .

<http://lexvo.org/id/iso639-3/dev> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "dev"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "dev"^^xsd:string ;
    skos:prefLabel "Domung"@en .

<http://lexvo.org/id/iso639-3/dgd> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "dgd"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "dgd"^^xsd:string ;
    skos:prefLabel "Dagaari Dioula"@en .

<http://lexvo.org/id/iso639-3/dge> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "dge"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "dge"^^xsd:string ;
    skos:prefLabel "Degenan"@en .

<http://lexvo.org/id/iso639-3/dgi> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "dgi"^^xsd:string ;
    skos:altLabel "Dagara, Northern"@en ;
    skos:inScheme lexvo: ;
    skos:notation "dgi"^^xsd:string ;
    skos:prefLabel "Northern Dagara"@en .

<http://lexvo.org/id/iso639-3/dgk> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "dgk"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "dgk"^^xsd:string ;
    skos:prefLabel "Dagba"@en .

<http://lexvo.org/id/iso639-3/dgl> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "dgl"^^xsd:string ;
    skos:altLabel "Dongolawi"@en ;
    skos:inScheme lexvo: ;
    skos:notation "dgl"^^xsd:string ;
    skos:prefLabel "Andaandi"@en .

<http://lexvo.org/id/iso639-3/dgn> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "dgn"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "dgn"^^xsd:string ;
    skos:prefLabel "Dagoman"@en .

<http://lexvo.org/id/iso639-3/dgo> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "dgo"^^xsd:string ;
    skos:altLabel "Dogri (individual language)"@en ;
    skos:inScheme lexvo: ;
    skos:notation "dgo"^^xsd:string ;
    skos:prefLabel "Dogri"@en .

<http://lexvo.org/id/iso639-3/dgt> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "dgt"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "dgt"^^xsd:string ;
    skos:prefLabel "Ndrag'ngith"@en .

<http://lexvo.org/id/iso639-3/dgu> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "dgu"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "dgu"^^xsd:string ;
    skos:prefLabel "Degaru"@en .

<http://lexvo.org/id/iso639-3/dgw> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "dgw"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "dgw"^^xsd:string ;
    skos:prefLabel "Daungwurrung"@en .

<http://lexvo.org/id/iso639-3/dgx> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "dgx"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "dgx"^^xsd:string ;
    skos:prefLabel "Doghoro"@en .

<http://lexvo.org/id/iso639-3/dhl> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "dhl"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "dhl"^^xsd:string ;
    skos:prefLabel "Dhalandji"@en .

<http://lexvo.org/id/iso639-3/dhn> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "dhn"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "dhn"^^xsd:string ;
    skos:prefLabel "Dhanki"@en .

<http://lexvo.org/id/iso639-3/dho> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "dho"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "dho"^^xsd:string ;
    skos:prefLabel "Dhodia"@en .

<http://lexvo.org/id/iso639-3/dhs> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "dhs"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "dhs"^^xsd:string ;
    skos:prefLabel "Dhaiso"@en .

<http://lexvo.org/id/iso639-3/dib> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "dib"^^xsd:string ;
    skos:altLabel "Dinka, South Central"@en ;
    skos:inScheme lexvo: ;
    skos:notation "dib"^^xsd:string ;
    skos:prefLabel "South Central Dinka"@en .

<http://lexvo.org/id/iso639-3/dij> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "dij"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "dij"^^xsd:string ;
    skos:prefLabel "Dai"@en .

<http://lexvo.org/id/iso639-3/dik> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "dik"^^xsd:string ;
    skos:altLabel "Dinka, Southwestern"@en ;
    skos:inScheme lexvo: ;
    skos:notation "dik"^^xsd:string ;
    skos:prefLabel "Southwestern Dinka"@en .

<http://lexvo.org/id/iso639-3/dil> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "dil"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "dil"^^xsd:string ;
    skos:prefLabel "Dilling"@en .

<http://lexvo.org/id/iso639-3/dir> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "dir"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "dir"^^xsd:string ;
    skos:prefLabel "Dirim"@en .

<http://lexvo.org/id/iso639-3/dit> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "dit"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "dit"^^xsd:string ;
    skos:prefLabel "Dirari"@en .

<http://lexvo.org/id/iso639-3/diw> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "diw"^^xsd:string ;
    skos:altLabel "Dinka, Northwestern"@en ;
    skos:inScheme lexvo: ;
    skos:notation "diw"^^xsd:string ;
    skos:prefLabel "Northwestern Dinka"@en .

<http://lexvo.org/id/iso639-3/dix> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "dix"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "dix"^^xsd:string ;
    skos:prefLabel "Dixon Reef"@en .

<http://lexvo.org/id/iso639-3/diy> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "diy"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "diy"^^xsd:string ;
    skos:prefLabel "Diuwe"@en .

<http://lexvo.org/id/iso639-3/dja> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "dja"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "dja"^^xsd:string ;
    skos:prefLabel "Djadjawurrung"@en .

<http://lexvo.org/id/iso639-3/djb> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "djb"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "djb"^^xsd:string ;
    skos:prefLabel "Djinba"@en .

<http://lexvo.org/id/iso639-3/djf> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "djf"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "djf"^^xsd:string ;
    skos:prefLabel "Djangun"@en .

<http://lexvo.org/id/iso639-3/dkk> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "dkk"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "dkk"^^xsd:string ;
    skos:prefLabel "Dakka"@en .

<http://lexvo.org/id/iso639-3/dkr> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "dkr"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "dkr"^^xsd:string ;
    skos:prefLabel "Kuijau"@en .

<http://lexvo.org/id/iso639-3/dks> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "dks"^^xsd:string ;
    skos:altLabel "Dinka, Southeastern"@en ;
    skos:inScheme lexvo: ;
    skos:notation "dks"^^xsd:string ;
    skos:prefLabel "Southeastern Dinka"@en .

<http://lexvo.org/id/iso639-3/dln> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "dln"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "dln"^^xsd:string ;
    skos:prefLabel "Darlong"@en .

<http://lexvo.org/id/iso639-3/dmd> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "dmd"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "dmd"^^xsd:string ;
    skos:prefLabel "Madhi Madhi"@en .

<http://lexvo.org/id/iso639-3/dmg> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "dmg"^^xsd:string ;
    skos:altLabel "Kinabatangan, Upper"@en ;
    skos:inScheme lexvo: ;
    skos:notation "dmg"^^xsd:string ;
    skos:prefLabel "Upper Kinabatangan"@en .

<http://lexvo.org/id/iso639-3/dmm> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "dmm"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "dmm"^^xsd:string ;
    skos:prefLabel "Dama"@en .

<http://lexvo.org/id/iso639-3/dmr> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "dmr"^^xsd:string ;
    skos:altLabel "Damar, East"@en ;
    skos:inScheme lexvo: ;
    skos:notation "dmr"^^xsd:string ;
    skos:prefLabel "East Damar"@en .

<http://lexvo.org/id/iso639-3/dms> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "dms"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "dms"^^xsd:string ;
    skos:prefLabel "Dampelas"@en .

<http://lexvo.org/id/iso639-3/dmu> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "dmu"^^xsd:string ;
    skos:altLabel "Tebi"@en ;
    skos:inScheme lexvo: ;
    skos:notation "dmu"^^xsd:string ;
    skos:prefLabel "Dubu"@en .

<http://lexvo.org/id/iso639-3/dmv> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "dmv"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "dmv"^^xsd:string ;
    skos:prefLabel "Dumpas"@en .

<http://lexvo.org/id/iso639-3/dmx> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "dmx"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "dmx"^^xsd:string ;
    skos:prefLabel "Dema"@en .

<http://lexvo.org/id/iso639-3/dna> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "dna"^^xsd:string ;
    skos:altLabel "Dani, Upper Grand Valley"@en ;
    skos:inScheme lexvo: ;
    skos:notation "dna"^^xsd:string ;
    skos:prefLabel "Upper Grand Valley Dani"@en .

<http://lexvo.org/id/iso639-3/dnd> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "dnd"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "dnd"^^xsd:string ;
    skos:prefLabel "Daonda"@en .

<http://lexvo.org/id/iso639-3/dnk> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "dnk"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "dnk"^^xsd:string ;
    skos:prefLabel "Dengka"@en .

<http://lexvo.org/id/iso639-3/dnn> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "dnn"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "dnn"^^xsd:string ;
    skos:prefLabel "Dzùùngoo"@en .

<http://lexvo.org/id/iso639-3/dnr> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "dnr"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "dnr"^^xsd:string ;
    skos:prefLabel "Danaru"@en .

<http://lexvo.org/id/iso639-3/dnt> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "dnt"^^xsd:string ;
    skos:altLabel "Dani, Mid Grand Valley"@en ;
    skos:inScheme lexvo: ;
    skos:notation "dnt"^^xsd:string ;
    skos:prefLabel "Mid Grand Valley Dani"@en .

<http://lexvo.org/id/iso639-3/dnv> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "dnv"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "dnv"^^xsd:string ;
    skos:prefLabel "Danu"@en .

<http://lexvo.org/id/iso639-3/doa> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "doa"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "doa"^^xsd:string ;
    skos:prefLabel "Dom"@en .

<http://lexvo.org/id/iso639-3/dob> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "dob"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "dob"^^xsd:string ;
    skos:prefLabel "Dobu"@en .

<http://lexvo.org/id/iso639-3/doe> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "doe"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "doe"^^xsd:string ;
    skos:prefLabel "Doe"@en .

<http://lexvo.org/id/iso639-3/dof> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "dof"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "dof"^^xsd:string ;
    skos:prefLabel "Domu"@en .

<http://lexvo.org/id/iso639-3/dok> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "dok"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "dok"^^xsd:string ;
    skos:prefLabel "Dondo"@en .

<http://lexvo.org/id/iso639-3/don> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "don"^^xsd:string ;
    skos:altLabel "Toura (Papua New Guinea)"@en ;
    skos:inScheme lexvo: ;
    skos:notation "don"^^xsd:string ;
    skos:prefLabel "Toura"@en .

<http://lexvo.org/id/iso639-3/doq> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "doq"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "doq"^^xsd:string ;
    skos:prefLabel "Dominican Sign Language"@en .

<http://lexvo.org/id/iso639-3/dov> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "dov"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "dov"^^xsd:string ;
    skos:prefLabel "Dombe"@en .

<http://lexvo.org/id/iso639-3/doy> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "doy"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "doy"^^xsd:string ;
    skos:prefLabel "Dompo"@en .

<http://lexvo.org/id/iso639-3/dpp> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "dpp"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "dpp"^^xsd:string ;
    skos:prefLabel "Papar"@en .

<http://lexvo.org/id/iso639-3/drb> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "drb"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "drb"^^xsd:string ;
    skos:prefLabel "Dair"@en .

<http://lexvo.org/id/iso639-3/dre> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "dre"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "dre"^^xsd:string ;
    skos:prefLabel "Dolpo"@en .

<http://lexvo.org/id/iso639-3/drg> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "drg"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "drg"^^xsd:string ;
    skos:prefLabel "Rungus"@en .

<http://lexvo.org/id/iso639-3/dro> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "dro"^^xsd:string ;
    skos:altLabel "Melanau, Daro-Matu"@en ;
    skos:inScheme lexvo: ;
    skos:notation "dro"^^xsd:string ;
    skos:prefLabel "Daro-Matu Melanau"@en .

<http://lexvo.org/id/iso639-3/dsi> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "dsi"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "dsi"^^xsd:string ;
    skos:prefLabel "Disa"@en .

<http://lexvo.org/id/iso639-3/dso> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "dso"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "dso"^^xsd:string ;
    skos:prefLabel "Desiya"@en .

<http://lexvo.org/id/iso639-3/dtb> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "dtb"^^xsd:string ;
    skos:altLabel "Kadazan, Labuk-Kinabatangan"@en ;
    skos:inScheme lexvo: ;
    skos:notation "dtb"^^xsd:string ;
    skos:prefLabel "Labuk-Kinabatangan Kadazan"@en .

<http://lexvo.org/id/iso639-3/dth> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "dth"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "dth"^^xsd:string ;
    skos:prefLabel "Adithinngithigh"@en .

<http://lexvo.org/id/iso639-3/dtk> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "dtk"^^xsd:string ;
    skos:altLabel "Dogon, Tene Kan"@en ;
    skos:inScheme lexvo: ;
    skos:notation "dtk"^^xsd:string ;
    skos:prefLabel "Tene Kan Dogon"@en .

<http://lexvo.org/id/iso639-3/dtm> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "dtm"^^xsd:string ;
    skos:altLabel "Dogon, Tomo Kan"@en ;
    skos:inScheme lexvo: ;
    skos:notation "dtm"^^xsd:string ;
    skos:prefLabel "Tomo Kan Dogon"@en .

<http://lexvo.org/id/iso639-3/dto> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "dto"^^xsd:string ;
    skos:altLabel "Dogon, Tommo So"@en ;
    skos:inScheme lexvo: ;
    skos:notation "dto"^^xsd:string ;
    skos:prefLabel "Tommo So Dogon"@en .

<http://lexvo.org/id/iso639-3/dtr> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "dtr"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "dtr"^^xsd:string ;
    skos:prefLabel "Lotud"@en .

<http://lexvo.org/id/iso639-3/dty> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "dty"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "dty"^^xsd:string ;
    skos:prefLabel "Dotyali"@en .

<http://lexvo.org/id/iso639-3/dub> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "dub"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "dub"^^xsd:string ;
    skos:prefLabel "Dubli"@en .

<http://lexvo.org/id/iso639-3/due> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "due"^^xsd:string ;
    skos:altLabel "Agta, Umiray Dumaget"@en ;
    skos:inScheme lexvo: ;
    skos:notation "due"^^xsd:string ;
    skos:prefLabel "Umiray Dumaget Agta"@en .

<http://lexvo.org/id/iso639-3/dug> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "dug"^^xsd:string ;
    skos:altLabel "Chiduruma"@en ;
    skos:inScheme lexvo: ;
    skos:notation "dug"^^xsd:string ;
    skos:prefLabel "Duruma"@en .

<http://lexvo.org/id/iso639-3/duh> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "duh"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "duh"^^xsd:string ;
    skos:prefLabel "Dungra Bhil"@en .

<http://lexvo.org/id/iso639-3/dui> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "dui"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "dui"^^xsd:string ;
    skos:prefLabel "Dumun"@en .

<http://lexvo.org/id/iso639-3/duk> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "duk"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "duk"^^xsd:string ;
    skos:prefLabel "Uyajitaya"@en .

<http://lexvo.org/id/iso639-3/dul> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "dul"^^xsd:string ;
    skos:altLabel "Agta, Alabat Island"@en ;
    skos:inScheme lexvo: ;
    skos:notation "dul"^^xsd:string ;
    skos:prefLabel "Alabat Island Agta"@en .

<http://lexvo.org/id/iso639-3/dun> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "dun"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "dun"^^xsd:string ;
    skos:prefLabel "Dusun Deyah"@en .

<http://lexvo.org/id/iso639-3/duo> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "duo"^^xsd:string ;
    skos:altLabel "Agta, Dupaninan"@en ;
    skos:inScheme lexvo: ;
    skos:notation "duo"^^xsd:string ;
    skos:prefLabel "Dupaninan Agta"@en .

<http://lexvo.org/id/iso639-3/dup> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "dup"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "dup"^^xsd:string ;
    skos:prefLabel "Duano"@en .

<http://lexvo.org/id/iso639-3/duq> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "duq"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "duq"^^xsd:string ;
    skos:prefLabel "Dusun Malang"@en .

<http://lexvo.org/id/iso639-3/duw> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "duw"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "duw"^^xsd:string ;
    skos:prefLabel "Dusun Witu"@en .

<http://lexvo.org/id/iso639-3/dux> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "dux"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "dux"^^xsd:string ;
    skos:prefLabel "Duungooma"@en .

<http://lexvo.org/id/iso639-3/duy> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "duy"^^xsd:string ;
    skos:altLabel "Agta, Dicamay"@en ;
    skos:inScheme lexvo: ;
    skos:notation "duy"^^xsd:string ;
    skos:prefLabel "Dicamay Agta"@en .

<http://lexvo.org/id/iso639-3/duz> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "duz"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "duz"^^xsd:string ;
    skos:prefLabel "Duli"@en .

<http://lexvo.org/id/iso639-3/dva> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "dva"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "dva"^^xsd:string ;
    skos:prefLabel "Duau"@en .

<http://lexvo.org/id/iso639-3/dwr> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "dwr"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "dwr"^^xsd:string ;
    skos:prefLabel "Dawro"@en .

<http://lexvo.org/id/iso639-3/dws> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "dws"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "dws"^^xsd:string ;
    skos:prefLabel "Dutton World Speedwords"@en .

<http://lexvo.org/id/iso639-3/dww> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "dww"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "dww"^^xsd:string ;
    skos:prefLabel "Dawawa"@en .

<http://lexvo.org/id/iso639-3/dyg> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "dyg"^^xsd:string ;
    skos:altLabel "Agta, Villa Viciosa"@en ;
    skos:inScheme lexvo: ;
    skos:notation "dyg"^^xsd:string ;
    skos:prefLabel "Villa Viciosa Agta"@en .

<http://lexvo.org/id/iso639-3/dyn> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "dyn"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "dyn"^^xsd:string ;
    skos:prefLabel "Dyangadi"@en .

<http://lexvo.org/id/iso639-3/dza> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "dza"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "dza"^^xsd:string ;
    skos:prefLabel "Tunzu"@en .

<http://lexvo.org/id/iso639-3/dzn> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "dzn"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "dzn"^^xsd:string ;
    skos:prefLabel "Dzando"@en .

<http://lexvo.org/id/iso639-3/ebk> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ebk"^^xsd:string ;
    skos:altLabel "Bontok, Eastern"@en ;
    skos:inScheme lexvo: ;
    skos:notation "ebk"^^xsd:string ;
    skos:prefLabel "Eastern Bontok"@en .

<http://lexvo.org/id/iso639-3/ebo> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ebo"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "ebo"^^xsd:string ;
    skos:prefLabel "Teke-Ebo"@en .

<http://lexvo.org/id/iso639-3/ecr> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ecr"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "ecr"^^xsd:string ;
    skos:prefLabel "Eteocretan"@en .

<http://lexvo.org/id/iso639-3/efa> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "efa"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "efa"^^xsd:string ;
    skos:prefLabel "Efai"@en .

<http://lexvo.org/id/iso639-3/efe> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "efe"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "efe"^^xsd:string ;
    skos:prefLabel "Efe"@en .

<http://lexvo.org/id/iso639-3/ehu> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ehu"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "ehu"^^xsd:string ;
    skos:prefLabel "Ehueun"@en .

<http://lexvo.org/id/iso639-3/eit> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "eit"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "eit"^^xsd:string ;
    skos:prefLabel "Eitiep"@en .

<http://lexvo.org/id/iso639-3/eja> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "eja"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "eja"^^xsd:string ;
    skos:prefLabel "Ejamat"@en .

<http://lexvo.org/id/iso639-3/eki> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "eki"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "eki"^^xsd:string ;
    skos:prefLabel "Eki"@en .

<http://lexvo.org/id/iso639-3/ekk> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ekk"^^xsd:string ;
    skos:altLabel "Estonian, Standard"@en ;
    skos:inScheme lexvo: ;
    skos:notation "ekk"^^xsd:string ;
    skos:prefLabel "Standard Estonian"@en .

<http://lexvo.org/id/iso639-3/ekl> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ekl"^^xsd:string ;
    skos:altLabel "Kol (Bangladesh)"@en ;
    skos:inScheme lexvo: ;
    skos:notation "ekl"^^xsd:string ;
    skos:prefLabel "Kol"@en .

<http://lexvo.org/id/iso639-3/ekm> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ekm"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "ekm"^^xsd:string ;
    skos:prefLabel "Elip"@en .

<http://lexvo.org/id/iso639-3/ekp> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ekp"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "ekp"^^xsd:string ;
    skos:prefLabel "Ekpeye"@en .

<http://lexvo.org/id/iso639-3/ekr> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ekr"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "ekr"^^xsd:string ;
    skos:prefLabel "Yace"@en .

<http://lexvo.org/id/iso639-3/ele> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ele"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "ele"^^xsd:string ;
    skos:prefLabel "Elepi"@en .

<http://lexvo.org/id/iso639-3/elh> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "elh"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "elh"^^xsd:string ;
    skos:prefLabel "El Hugeirat"@en .

<http://lexvo.org/id/iso639-3/elu> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "elu"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "elu"^^xsd:string ;
    skos:prefLabel "Elu"@en .

<http://lexvo.org/id/iso639-3/emg> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "emg"^^xsd:string ;
    skos:altLabel "Meohang, Eastern"@en ;
    skos:inScheme lexvo: ;
    skos:notation "emg"^^xsd:string ;
    skos:prefLabel "Eastern Meohang"@en .

<http://lexvo.org/id/iso639-3/emn> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "emn"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "emn"^^xsd:string ;
    skos:prefLabel "Eman"@en .

<http://lexvo.org/id/iso639-3/emo> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "emo"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "emo"^^xsd:string ;
    skos:prefLabel "Emok"@en .

<http://lexvo.org/id/iso639-3/emu> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "emu"^^xsd:string ;
    skos:altLabel "Muria, Eastern"@en ;
    skos:inScheme lexvo: ;
    skos:notation "emu"^^xsd:string ;
    skos:prefLabel "Eastern Muria"@en .

<http://lexvo.org/id/iso639-3/emw> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "emw"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "emw"^^xsd:string ;
    skos:prefLabel "Emplawas"@en .

<http://lexvo.org/id/iso639-3/emy> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "emy"^^xsd:string ;
    skos:altLabel "Mayan, Epigraphic"@en ;
    skos:inScheme lexvo: ;
    skos:notation "emy"^^xsd:string ;
    skos:prefLabel "Epigraphic Mayan"@en .

<http://lexvo.org/id/iso639-3/end> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "end"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "end"^^xsd:string ;
    skos:prefLabel "Ende"@en .

<http://lexvo.org/id/iso639-3/enf> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "enf"^^xsd:string ;
    skos:altLabel "Enets, Forest"@en ;
    skos:inScheme lexvo: ;
    skos:notation "enf"^^xsd:string ;
    skos:prefLabel "Forest Enets"@en .

<http://lexvo.org/id/iso639-3/enh> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "enh"^^xsd:string ;
    skos:altLabel "Enets, Tundra"@en ;
    skos:inScheme lexvo: ;
    skos:notation "enh"^^xsd:string ;
    skos:prefLabel "Tundra Enets"@en .

<http://lexvo.org/id/iso639-3/enr> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "enr"^^xsd:string ;
    skos:altLabel "Emumu"@en ;
    skos:inScheme lexvo: ;
    skos:notation "enr"^^xsd:string ;
    skos:prefLabel "Emem"@en .

<http://lexvo.org/id/iso639-3/enu> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "enu"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "enu"^^xsd:string ;
    skos:prefLabel "Enu"@en .

<http://lexvo.org/id/iso639-3/env> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "env"^^xsd:string ;
    skos:altLabel "Enwan (Edu State)"@en ;
    skos:inScheme lexvo: ;
    skos:notation "env"^^xsd:string ;
    skos:prefLabel "Enwan"@en .

<http://lexvo.org/id/iso639-3/enw> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "enw"^^xsd:string ;
    skos:altLabel "Enwan (Akwa Ibom State)"@en ;
    skos:inScheme lexvo: ;
    skos:notation "enw"^^xsd:string ;
    skos:prefLabel "Enwan"@en .

<http://lexvo.org/id/iso639-3/era> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "era"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "era"^^xsd:string ;
    skos:prefLabel "Eravallan"@en .

<http://lexvo.org/id/iso639-3/erh> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "erh"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "erh"^^xsd:string ;
    skos:prefLabel "Eruwa"@en .

<http://lexvo.org/id/iso639-3/ert> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ert"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "ert"^^xsd:string ;
    skos:prefLabel "Eritai"@en .

<http://lexvo.org/id/iso639-3/erw> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "erw"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "erw"^^xsd:string ;
    skos:prefLabel "Erokwanas"@en .

<http://lexvo.org/id/iso639-3/esh> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "esh"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "esh"^^xsd:string ;
    skos:prefLabel "Eshtehardi"@en .

<http://lexvo.org/id/iso639-3/esk> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "esk"^^xsd:string ;
    skos:altLabel "Inupiatun, Northwest Alaska"@en ;
    skos:inScheme lexvo: ;
    skos:notation "esk"^^xsd:string ;
    skos:prefLabel "Northwest Alaska Inupiatun"@en .

<http://lexvo.org/id/iso639-3/esl> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "esl"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "esl"^^xsd:string ;
    skos:prefLabel "Egypt Sign Language"@en .

<http://lexvo.org/id/iso639-3/esm> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "esm"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "esm"^^xsd:string ;
    skos:prefLabel "Esuma"@en .

<http://lexvo.org/id/iso639-3/etb> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "etb"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "etb"^^xsd:string ;
    skos:prefLabel "Etebi"@en .

<http://lexvo.org/id/iso639-3/eth> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "eth"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "eth"^^xsd:string ;
    skos:prefLabel "Ethiopian Sign Language"@en .

<http://lexvo.org/id/iso639-3/etn> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "etn"^^xsd:string ;
    skos:altLabel "Eton (Vanuatu)"@en ;
    skos:inScheme lexvo: ;
    skos:notation "etn"^^xsd:string ;
    skos:prefLabel "Eton"@en .

<http://lexvo.org/id/iso639-3/evh> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "evh"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "evh"^^xsd:string ;
    skos:prefLabel "Uvbie"@en .

<http://lexvo.org/id/iso639-3/eze> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "eze"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "eze"^^xsd:string ;
    skos:prefLabel "Uzekwe"@en .

<http://lexvo.org/id/iso639-3/fad> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "fad"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "fad"^^xsd:string ;
    skos:prefLabel "Wagi"@en .

<http://lexvo.org/id/iso639-3/fag> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "fag"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "fag"^^xsd:string ;
    skos:prefLabel "Finongan"@en .

<http://lexvo.org/id/iso639-3/fai> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "fai"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "fai"^^xsd:string ;
    skos:prefLabel "Faiwol"@en .

<http://lexvo.org/id/iso639-3/fal> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "fal"^^xsd:string ;
    skos:altLabel "Fali, South"@en ;
    skos:inScheme lexvo: ;
    skos:notation "fal"^^xsd:string ;
    skos:prefLabel "South Fali"@en .

<http://lexvo.org/id/iso639-3/far> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "far"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "far"^^xsd:string ;
    skos:prefLabel "Fataleka"@en .

<http://lexvo.org/id/iso639-3/faz> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "faz"^^xsd:string ;
    skos:altLabel "Fars, Northwestern"@en ;
    skos:inScheme lexvo: ;
    skos:notation "faz"^^xsd:string ;
    skos:prefLabel "Northwestern Fars"@en .

<http://lexvo.org/id/iso639-3/fbl> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "fbl"^^xsd:string ;
    skos:altLabel "Bikol, West Albay"@en ;
    skos:inScheme lexvo: ;
    skos:notation "fbl"^^xsd:string ;
    skos:prefLabel "West Albay Bikol"@en .

<http://lexvo.org/id/iso639-3/ffi> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ffi"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "ffi"^^xsd:string ;
    skos:prefLabel "Foia Foia"@en .

<http://lexvo.org/id/iso639-3/fir> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "fir"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "fir"^^xsd:string ;
    skos:prefLabel "Firan"@en .

<http://lexvo.org/id/iso639-3/fll> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "fll"^^xsd:string ;
    skos:altLabel "Fali, North"@en ;
    skos:inScheme lexvo: ;
    skos:notation "fll"^^xsd:string ;
    skos:prefLabel "North Fali"@en .

<http://lexvo.org/id/iso639-3/fly> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "fly"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "fly"^^xsd:string ;
    skos:prefLabel "Tsotsitaal"@en .

<http://lexvo.org/id/iso639-3/fmu> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "fmu"^^xsd:string ;
    skos:altLabel "Muria, Far Western"@en ;
    skos:inScheme lexvo: ;
    skos:notation "fmu"^^xsd:string ;
    skos:prefLabel "Far Western Muria"@en .

<http://lexvo.org/id/iso639-3/fni> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "fni"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "fni"^^xsd:string ;
    skos:prefLabel "Fania"@en .

<http://lexvo.org/id/iso639-3/fom> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "fom"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "fom"^^xsd:string ;
    skos:prefLabel "Foma"@en .

<http://lexvo.org/id/iso639-3/fpe> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "fpe"^^xsd:string ;
    skos:altLabel "Creole English, Fernando Po"@en ;
    skos:inScheme lexvo: ;
    skos:notation "fpe"^^xsd:string ;
    skos:prefLabel "Fernando Po Creole English"@en .

<http://lexvo.org/id/iso639-3/frp> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "frp"^^xsd:string ;
    owl:sameAs <http://www.lingvoj.org/lang/frp> ;
    skos:altLabel "Francoprovençal"@en ;
    skos:inScheme lexvo: ;
    skos:notation "frp"^^xsd:string ;
    skos:prefLabel "Arpitan"@en .

<http://lexvo.org/id/iso639-3/frq> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "frq"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "frq"^^xsd:string ;
    skos:prefLabel "Forak"@en .

<http://lexvo.org/id/iso639-3/fss> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "fss"^^xsd:string ;
    skos:altLabel "Finland-Swedish Sign Language"@en,
        "suomenruotsalainen viittomakieli"@en ;
    skos:inScheme lexvo: ;
    skos:notation "fss"^^xsd:string ;
    skos:prefLabel "finlandssvenskt teckenspråk"@en .

<http://lexvo.org/id/iso639-3/fue> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "fue"^^xsd:string ;
    skos:altLabel "Fulfulde, Borgu"@en ;
    skos:inScheme lexvo: ;
    skos:notation "fue"^^xsd:string ;
    skos:prefLabel "Borgu Fulfulde"@en .

<http://lexvo.org/id/iso639-3/fui> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "fui"^^xsd:string ;
    skos:altLabel "Fulfulde, Bagirmi"@en ;
    skos:inScheme lexvo: ;
    skos:notation "fui"^^xsd:string ;
    skos:prefLabel "Bagirmi Fulfulde"@en .

<http://lexvo.org/id/iso639-3/fum> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "fum"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "fum"^^xsd:string ;
    skos:prefLabel "Fum"@en .

<http://lexvo.org/id/iso639-3/fuq> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "fuq"^^xsd:string ;
    skos:altLabel "Fulfulde, Central-Eastern Niger"@en ;
    skos:inScheme lexvo: ;
    skos:notation "fuq"^^xsd:string ;
    skos:prefLabel "Central-Eastern Niger Fulfulde"@en .

<http://lexvo.org/id/iso639-3/gac> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "gac"^^xsd:string ;
    skos:altLabel "Great Andamanese, Mixed"@en ;
    skos:inScheme lexvo: ;
    skos:notation "gac"^^xsd:string ;
    skos:prefLabel "Mixed Great Andamanese"@en .

<http://lexvo.org/id/iso639-3/gam> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "gam"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "gam"^^xsd:string ;
    skos:prefLabel "Kandawo"@en .

<http://lexvo.org/id/iso639-3/gao> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "gao"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "gao"^^xsd:string ;
    skos:prefLabel "Gants"@en .

<http://lexvo.org/id/iso639-3/gap> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "gap"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "gap"^^xsd:string ;
    skos:prefLabel "Gal"@en .

<http://lexvo.org/id/iso639-3/gar> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "gar"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "gar"^^xsd:string ;
    skos:prefLabel "Galeya"@en .

<http://lexvo.org/id/iso639-3/gas> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "gas"^^xsd:string ;
    skos:altLabel "Garasia, Adiwasi"@en ;
    skos:inScheme lexvo: ;
    skos:notation "gas"^^xsd:string ;
    skos:prefLabel "Adiwasi Garasia"@en .

<http://lexvo.org/id/iso639-3/gau> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "gau"^^xsd:string ;
    skos:altLabel "Gadaba, Mudhili"@en ;
    skos:inScheme lexvo: ;
    skos:notation "gau"^^xsd:string ;
    skos:prefLabel "Mudhili Gadaba"@en .

<http://lexvo.org/id/iso639-3/gbb> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "gbb"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "gbb"^^xsd:string ;
    skos:prefLabel "Kaytetye"@en .

<http://lexvo.org/id/iso639-3/gbe> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "gbe"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "gbe"^^xsd:string ;
    skos:prefLabel "Niksek"@en .

<http://lexvo.org/id/iso639-3/gbf> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "gbf"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "gbf"^^xsd:string ;
    skos:prefLabel "Gaikundi"@en .

<http://lexvo.org/id/iso639-3/gbg> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "gbg"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "gbg"^^xsd:string ;
    skos:prefLabel "Gbanziri"@en .

<http://lexvo.org/id/iso639-3/gbh> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "gbh"^^xsd:string ;
    skos:altLabel "Gbe, Defi"@en ;
    skos:inScheme lexvo: ;
    skos:notation "gbh"^^xsd:string ;
    skos:prefLabel "Defi Gbe"@en .

<http://lexvo.org/id/iso639-3/gbk> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "gbk"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "gbk"^^xsd:string ;
    skos:prefLabel "Gaddi"@en .

<http://lexvo.org/id/iso639-3/gbl> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "gbl"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "gbl"^^xsd:string ;
    skos:prefLabel "Gamit"@en .

<http://lexvo.org/id/iso639-3/gbn> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "gbn"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "gbn"^^xsd:string ;
    skos:prefLabel "Mo'da"@en .

<http://lexvo.org/id/iso639-3/gbo> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "gbo"^^xsd:string ;
    skos:altLabel "Grebo, Northern"@en ;
    skos:inScheme lexvo: ;
    skos:notation "gbo"^^xsd:string ;
    skos:prefLabel "Northern Grebo"@en .

<http://lexvo.org/id/iso639-3/gbq> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "gbq"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "gbq"^^xsd:string ;
    skos:prefLabel "Gbaya-Bozoum"@en .

<http://lexvo.org/id/iso639-3/gbr> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "gbr"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "gbr"^^xsd:string ;
    skos:prefLabel "Gbagyi"@en .

<http://lexvo.org/id/iso639-3/gbs> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "gbs"^^xsd:string ;
    skos:altLabel "Gbe, Gbesi"@en ;
    skos:inScheme lexvo: ;
    skos:notation "gbs"^^xsd:string ;
    skos:prefLabel "Gbesi Gbe"@en .

<http://lexvo.org/id/iso639-3/gbx> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "gbx"^^xsd:string ;
    skos:altLabel "Gbe, Eastern Xwla"@en ;
    skos:inScheme lexvo: ;
    skos:notation "gbx"^^xsd:string ;
    skos:prefLabel "Eastern Xwla Gbe"@en .

<http://lexvo.org/id/iso639-3/gby> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "gby"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "gby"^^xsd:string ;
    skos:prefLabel "Gbari"@en .

<http://lexvo.org/id/iso639-3/gce> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "gce"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "gce"^^xsd:string ;
    skos:prefLabel "Galice"@en .

<http://lexvo.org/id/iso639-3/gcn> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "gcn"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "gcn"^^xsd:string ;
    skos:prefLabel "Gaina"@en .

<http://lexvo.org/id/iso639-3/gda> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "gda"^^xsd:string ;
    skos:altLabel "Lohar, Gade"@en ;
    skos:inScheme lexvo: ;
    skos:notation "gda"^^xsd:string ;
    skos:prefLabel "Gade Lohar"@en .

<http://lexvo.org/id/iso639-3/gdb> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "gdb"^^xsd:string ;
    skos:altLabel "Gadaba, Pottangi Ollar"@en ;
    skos:inScheme lexvo: ;
    skos:notation "gdb"^^xsd:string ;
    skos:prefLabel "Pottangi Ollar Gadaba"@en .

<http://lexvo.org/id/iso639-3/gdc> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "gdc"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "gdc"^^xsd:string ;
    skos:prefLabel "Gugu Badhun"@en .

<http://lexvo.org/id/iso639-3/gdi> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "gdi"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "gdi"^^xsd:string ;
    skos:prefLabel "Gundi"@en .

<http://lexvo.org/id/iso639-3/gdj> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "gdj"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "gdj"^^xsd:string ;
    skos:prefLabel "Gurdjar"@en .

<http://lexvo.org/id/iso639-3/gdn> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "gdn"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "gdn"^^xsd:string ;
    skos:prefLabel "Umanakaina"@en .

<http://lexvo.org/id/iso639-3/gec> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "gec"^^xsd:string ;
    skos:altLabel "Grebo, Gboloo"@en ;
    skos:inScheme lexvo: ;
    skos:notation "gec"^^xsd:string ;
    skos:prefLabel "Gboloo Grebo"@en .

<http://lexvo.org/id/iso639-3/geg> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "geg"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "geg"^^xsd:string ;
    skos:prefLabel "Gengle"@en .

<http://lexvo.org/id/iso639-3/gei> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "gei"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "gei"^^xsd:string ;
    skos:prefLabel "Gebe"@en .

<http://lexvo.org/id/iso639-3/ges> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ges"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "ges"^^xsd:string ;
    skos:prefLabel "Geser-Gorom"@en .

<http://lexvo.org/id/iso639-3/gfx> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "gfx"^^xsd:string ;
    skos:altLabel "!Xung, Mangetti Dune"@en ;
    skos:inScheme lexvo: ;
    skos:notation "gfx"^^xsd:string ;
    skos:prefLabel "Mangetti Dune !Xung"@en .

<http://lexvo.org/id/iso639-3/gga> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "gga"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "gga"^^xsd:string ;
    skos:prefLabel "Gao"@en .

<http://lexvo.org/id/iso639-3/ggd> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ggd"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "ggd"^^xsd:string ;
    skos:prefLabel "Gugadj"@en .

<http://lexvo.org/id/iso639-3/ggg> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ggg"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "ggg"^^xsd:string ;
    skos:prefLabel "Gurgula"@en .

<http://lexvo.org/id/iso639-3/ggl> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ggl"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "ggl"^^xsd:string ;
    skos:prefLabel "Ganglau"@en .

<http://lexvo.org/id/iso639-3/ggn> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ggn"^^xsd:string ;
    skos:altLabel "Gurung, Eastern"@en ;
    skos:inScheme lexvo: ;
    skos:notation "ggn"^^xsd:string ;
    skos:prefLabel "Eastern Gurung"@en .

<http://lexvo.org/id/iso639-3/ggo> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ggo"^^xsd:string ;
    skos:altLabel "Gondi, Southern"@en ;
    skos:inScheme lexvo: ;
    skos:notation "ggo"^^xsd:string ;
    skos:prefLabel "Southern Gondi"@en .

<http://lexvo.org/id/iso639-3/ggt> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ggt"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "ggt"^^xsd:string ;
    skos:prefLabel "Gitua"@en .

<http://lexvo.org/id/iso639-3/ghe> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ghe"^^xsd:string ;
    skos:altLabel "Ghale, Southern"@en ;
    skos:inScheme lexvo: ;
    skos:notation "ghe"^^xsd:string ;
    skos:prefLabel "Southern Ghale"@en .

<http://lexvo.org/id/iso639-3/ghh> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ghh"^^xsd:string ;
    skos:altLabel "Ghale, Northern"@en ;
    skos:inScheme lexvo: ;
    skos:notation "ghh"^^xsd:string ;
    skos:prefLabel "Northern Ghale"@en .

<http://lexvo.org/id/iso639-3/ghk> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ghk"^^xsd:string ;
    skos:altLabel "Karen, Geko"@en ;
    skos:inScheme lexvo: ;
    skos:notation "ghk"^^xsd:string ;
    skos:prefLabel "Geko Karen"@en .

<http://lexvo.org/id/iso639-3/ghr> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ghr"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "ghr"^^xsd:string ;
    skos:prefLabel "Ghera"@en .

<http://lexvo.org/id/iso639-3/ght> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ght"^^xsd:string ;
    skos:altLabel "Ghale, Kutang"@en,
        "Kutang Ghale"@en ;
    skos:inScheme lexvo: ;
    skos:notation "ght"^^xsd:string ;
    skos:prefLabel "Kuke"@en .

<http://lexvo.org/id/iso639-3/gib> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "gib"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "gib"^^xsd:string ;
    skos:prefLabel "Gibanawa"@en .

<http://lexvo.org/id/iso639-3/gip> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "gip"^^xsd:string ;
    skos:altLabel "Gimi (West New Britain)"@en ;
    skos:inScheme lexvo: ;
    skos:notation "gip"^^xsd:string ;
    skos:prefLabel "Gimi"@en .

<http://lexvo.org/id/iso639-3/giq> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "giq"^^xsd:string ;
    skos:altLabel "Gelao, Green"@en ;
    skos:inScheme lexvo: ;
    skos:notation "giq"^^xsd:string ;
    skos:prefLabel "Green Gelao"@en .

<http://lexvo.org/id/iso639-3/gir> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "gir"^^xsd:string ;
    skos:altLabel "Gelao, Red"@en ;
    skos:inScheme lexvo: ;
    skos:notation "gir"^^xsd:string ;
    skos:prefLabel "Red Gelao"@en .

<http://lexvo.org/id/iso639-3/giu> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "giu"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "giu"^^xsd:string ;
    skos:prefLabel "Mulao"@en .

<http://lexvo.org/id/iso639-3/giw> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "giw"^^xsd:string ;
    skos:altLabel "Gelao, White"@en ;
    skos:inScheme lexvo: ;
    skos:notation "giw"^^xsd:string ;
    skos:prefLabel "White Gelao"@en .

<http://lexvo.org/id/iso639-3/gix> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "gix"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "gix"^^xsd:string ;
    skos:prefLabel "Gilima"@en .

<http://lexvo.org/id/iso639-3/giy> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "giy"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "giy"^^xsd:string ;
    skos:prefLabel "Giyug"@en .

<http://lexvo.org/id/iso639-3/gjk> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "gjk"^^xsd:string ;
    skos:altLabel "Koli, Kachi"@en ;
    skos:inScheme lexvo: ;
    skos:notation "gjk"^^xsd:string ;
    skos:prefLabel "Kachi Koli"@en .

<http://lexvo.org/id/iso639-3/gka> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "gka"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "gka"^^xsd:string ;
    skos:prefLabel "Guya"@en .

<http://lexvo.org/id/iso639-3/gke> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "gke"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "gke"^^xsd:string ;
    skos:prefLabel "Ndai"@en .

<http://lexvo.org/id/iso639-3/gko> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "gko"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "gko"^^xsd:string ;
    skos:prefLabel "Kok-Nar"@en .

<http://lexvo.org/id/iso639-3/gkp> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "gkp"^^xsd:string ;
    skos:altLabel "Kpelle, Guinea"@en ;
    skos:inScheme lexvo: ;
    skos:notation "gkp"^^xsd:string ;
    skos:prefLabel "Guinea Kpelle"@en .

<http://lexvo.org/id/iso639-3/glc> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "glc"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "glc"^^xsd:string ;
    skos:prefLabel "Bon Gula"@en .

<http://lexvo.org/id/iso639-3/glh> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "glh"^^xsd:string ;
    skos:altLabel "Pashayi, Northwest"@en ;
    skos:inScheme lexvo: ;
    skos:notation "glh"^^xsd:string ;
    skos:prefLabel "Northwest Pashayi"@en .

<http://lexvo.org/id/iso639-3/glr> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "glr"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "glr"^^xsd:string ;
    skos:prefLabel "Glaro-Twabo"@en .

<http://lexvo.org/id/iso639-3/gma> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "gma"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "gma"^^xsd:string ;
    skos:prefLabel "Gambera"@en .

<http://lexvo.org/id/iso639-3/gmb> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "gmb"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "gmb"^^xsd:string ;
    skos:prefLabel "Gula'alaa"@en .

<http://lexvo.org/id/iso639-3/gmd> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "gmd"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "gmd"^^xsd:string ;
    skos:prefLabel "Mághdì"@en .

<http://lexvo.org/id/iso639-3/gmm> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "gmm"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "gmm"^^xsd:string ;
    skos:prefLabel "Gbaya-Mbodomo"@en .

<http://lexvo.org/id/iso639-3/gmn> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "gmn"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "gmn"^^xsd:string ;
    skos:prefLabel "Gimnime"@en .

<http://lexvo.org/id/iso639-3/gmu> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "gmu"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "gmu"^^xsd:string ;
    skos:prefLabel "Gumalu"@en .

<http://lexvo.org/id/iso639-3/gmv> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "gmv"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "gmv"^^xsd:string ;
    skos:prefLabel "Gamo"@en .

<http://lexvo.org/id/iso639-3/gmx> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "gmx"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "gmx"^^xsd:string ;
    skos:prefLabel "Magoma"@en .

<http://lexvo.org/id/iso639-3/gna> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "gna"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "gna"^^xsd:string ;
    skos:prefLabel "Kaansa"@en .

<http://lexvo.org/id/iso639-3/gne> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "gne"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "gne"^^xsd:string ;
    skos:prefLabel "Ganang"@en .

<http://lexvo.org/id/iso639-3/gnh> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "gnh"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "gnh"^^xsd:string ;
    skos:prefLabel "Lere"@en .

<http://lexvo.org/id/iso639-3/gnk> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "gnk"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "gnk"^^xsd:string ;
    skos:prefLabel "//Gana"@en .

<http://lexvo.org/id/iso639-3/gnl> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "gnl"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "gnl"^^xsd:string ;
    skos:prefLabel "Gangulu"@en .

<http://lexvo.org/id/iso639-3/gnm> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "gnm"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "gnm"^^xsd:string ;
    skos:prefLabel "Ginuman"@en .

<http://lexvo.org/id/iso639-3/gno> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "gno"^^xsd:string ;
    skos:altLabel "Gondi, Northern"@en ;
    skos:inScheme lexvo: ;
    skos:notation "gno"^^xsd:string ;
    skos:prefLabel "Northern Gondi"@en .

<http://lexvo.org/id/iso639-3/gnq> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "gnq"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "gnq"^^xsd:string ;
    skos:prefLabel "Gana"@en .

<http://lexvo.org/id/iso639-3/gnt> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "gnt"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "gnt"^^xsd:string ;
    skos:prefLabel "Guntai"@en .

<http://lexvo.org/id/iso639-3/gnz> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "gnz"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "gnz"^^xsd:string ;
    skos:prefLabel "Ganzi"@en .

<http://lexvo.org/id/iso639-3/goc> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "goc"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "goc"^^xsd:string ;
    skos:prefLabel "Gorakor"@en .

<http://lexvo.org/id/iso639-3/gof> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "gof"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "gof"^^xsd:string ;
    skos:prefLabel "Gofa"@en .

<http://lexvo.org/id/iso639-3/goi> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "goi"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "goi"^^xsd:string ;
    skos:prefLabel "Gobasi"@en .

<http://lexvo.org/id/iso639-3/goj> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "goj"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "goj"^^xsd:string ;
    skos:prefLabel "Gowlan"@en .

<http://lexvo.org/id/iso639-3/gok> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "gok"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "gok"^^xsd:string ;
    skos:prefLabel "Gowli"@en .

<http://lexvo.org/id/iso639-3/gom> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "gom"^^xsd:string ;
    skos:altLabel "Konkani, Goan"@en ;
    skos:inScheme lexvo: ;
    skos:notation "gom"^^xsd:string ;
    skos:prefLabel "Goan Konkani"@en .

<http://lexvo.org/id/iso639-3/goq> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "goq"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "goq"^^xsd:string ;
    skos:prefLabel "Gorap"@en .

<http://lexvo.org/id/iso639-3/gox> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "gox"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "gox"^^xsd:string ;
    skos:prefLabel "Gobu"@en .

<http://lexvo.org/id/iso639-3/goy> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "goy"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "goy"^^xsd:string ;
    skos:prefLabel "Goundo"@en .

<http://lexvo.org/id/iso639-3/goz> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "goz"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "goz"^^xsd:string ;
    skos:prefLabel "Gozarkhani"@en .

<http://lexvo.org/id/iso639-3/gpa> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "gpa"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "gpa"^^xsd:string ;
    skos:prefLabel "Gupa-Abawa"@en .

<http://lexvo.org/id/iso639-3/gpe> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "gpe"^^xsd:string ;
    skos:altLabel "Pidgin English, Ghanaian"@en ;
    skos:inScheme lexvo: ;
    skos:notation "gpe"^^xsd:string ;
    skos:prefLabel "Ghanaian Pidgin English"@en .

<http://lexvo.org/id/iso639-3/gqi> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "gqi"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "gqi"^^xsd:string ;
    skos:prefLabel "Guiqiong"@en .

<http://lexvo.org/id/iso639-3/gqn> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "gqn"^^xsd:string ;
    skos:altLabel "Guana (Brazil)"@en ;
    skos:inScheme lexvo: ;
    skos:notation "gqn"^^xsd:string ;
    skos:prefLabel "Guana"@en .

<http://lexvo.org/id/iso639-3/gqr> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "gqr"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "gqr"^^xsd:string ;
    skos:prefLabel "Gor"@en .

<http://lexvo.org/id/iso639-3/gqu> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "gqu"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "gqu"^^xsd:string ;
    skos:prefLabel "Qau"@en .

<http://lexvo.org/id/iso639-3/gra> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "gra"^^xsd:string ;
    skos:altLabel "Garasia, Rajput"@en ;
    skos:inScheme lexvo: ;
    skos:notation "gra"^^xsd:string ;
    skos:prefLabel "Rajput Garasia"@en .

<http://lexvo.org/id/iso639-3/grg> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "grg"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "grg"^^xsd:string ;
    skos:prefLabel "Madi"@en .

<http://lexvo.org/id/iso639-3/grj> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "grj"^^xsd:string ;
    skos:altLabel "Grebo, Southern"@en ;
    skos:inScheme lexvo: ;
    skos:notation "grj"^^xsd:string ;
    skos:prefLabel "Southern Grebo"@en .

<http://lexvo.org/id/iso639-3/grm> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "grm"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "grm"^^xsd:string ;
    skos:prefLabel "Kota Marudu Talantang"@en .

<http://lexvo.org/id/iso639-3/grq> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "grq"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "grq"^^xsd:string ;
    skos:prefLabel "Gorovu"@en .

<http://lexvo.org/id/iso639-3/grv> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "grv"^^xsd:string ;
    skos:altLabel "Grebo, Central"@en ;
    skos:inScheme lexvo: ;
    skos:notation "grv"^^xsd:string ;
    skos:prefLabel "Central Grebo"@en .

<http://lexvo.org/id/iso639-3/grw> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "grw"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "grw"^^xsd:string ;
    skos:prefLabel "Gweda"@en .

<http://lexvo.org/id/iso639-3/grz> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "grz"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "grz"^^xsd:string ;
    skos:prefLabel "Guramalum"@en .

<http://lexvo.org/id/iso639-3/gse> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "gse"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "gse"^^xsd:string ;
    skos:prefLabel "Ghanaian Sign Language"@en .

<http://lexvo.org/id/iso639-3/gsn> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "gsn"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "gsn"^^xsd:string ;
    skos:prefLabel "Gusan"@en .

<http://lexvo.org/id/iso639-3/gso> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "gso"^^xsd:string ;
    skos:altLabel "Gbaya, Southwest"@en ;
    skos:inScheme lexvo: ;
    skos:notation "gso"^^xsd:string ;
    skos:prefLabel "Southwest Gbaya"@en .

<http://lexvo.org/id/iso639-3/gti> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "gti"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "gti"^^xsd:string ;
    skos:prefLabel "Gbati-ri"@en .

<http://lexvo.org/id/iso639-3/gud> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "gud"^^xsd:string ;
    skos:altLabel "Dida, Yocoboué"@en ;
    skos:inScheme lexvo: ;
    skos:notation "gud"^^xsd:string ;
    skos:prefLabel "Yocoboué Dida"@en .

<http://lexvo.org/id/iso639-3/guf> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "guf"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "guf"^^xsd:string ;
    skos:prefLabel "Gupapuyngu"@en .

<http://lexvo.org/id/iso639-3/gus> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "gus"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "gus"^^xsd:string ;
    skos:prefLabel "Guinean Sign Language"@en .

<http://lexvo.org/id/iso639-3/guu> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "guu"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "guu"^^xsd:string ;
    skos:prefLabel "Yanomamö"@en .

<http://lexvo.org/id/iso639-3/guv> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "guv"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "guv"^^xsd:string ;
    skos:prefLabel "Gey"@en .

<http://lexvo.org/id/iso639-3/guw> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "guw"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "guw"^^xsd:string ;
    skos:prefLabel "Gun"@en .

<http://lexvo.org/id/iso639-3/gvm> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "gvm"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "gvm"^^xsd:string ;
    skos:prefLabel "Gurmana"@en .

<http://lexvo.org/id/iso639-3/gvp> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "gvp"^^xsd:string ;
    skos:altLabel "Gavião, Pará"@en ;
    skos:inScheme lexvo: ;
    skos:notation "gvp"^^xsd:string ;
    skos:prefLabel "Pará Gavião"@en .

<http://lexvo.org/id/iso639-3/gvr> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "gvr"^^xsd:string ;
    skos:altLabel "Gurung, Western"@en ;
    skos:inScheme lexvo: ;
    skos:notation "gvr"^^xsd:string ;
    skos:prefLabel "Western Gurung"@en .

<http://lexvo.org/id/iso639-3/gvy> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "gvy"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "gvy"^^xsd:string ;
    skos:prefLabel "Guyani"@en .

<http://lexvo.org/id/iso639-3/gwb> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "gwb"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "gwb"^^xsd:string ;
    skos:prefLabel "Gwa"@en .

<http://lexvo.org/id/iso639-3/gwf> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "gwf"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "gwf"^^xsd:string ;
    skos:prefLabel "Gowro"@en .

<http://lexvo.org/id/iso639-3/gwg> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "gwg"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "gwg"^^xsd:string ;
    skos:prefLabel "Moo"@en .

<http://lexvo.org/id/iso639-3/gwm> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "gwm"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "gwm"^^xsd:string ;
    skos:prefLabel "Awngthim"@en .

<http://lexvo.org/id/iso639-3/gwu> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "gwu"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "gwu"^^xsd:string ;
    skos:prefLabel "Guwamu"@en .

<http://lexvo.org/id/iso639-3/gxx> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "gxx"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "gxx"^^xsd:string ;
    skos:prefLabel "Wè Southern"@en .

<http://lexvo.org/id/iso639-3/gye> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "gye"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "gye"^^xsd:string ;
    skos:prefLabel "Gyem"@en .

<http://lexvo.org/id/iso639-3/gyf> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "gyf"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "gyf"^^xsd:string ;
    skos:prefLabel "Gungabula"@en .

<http://lexvo.org/id/iso639-3/gyg> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "gyg"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "gyg"^^xsd:string ;
    skos:prefLabel "Gbayi"@en .

<http://lexvo.org/id/iso639-3/gyi> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "gyi"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "gyi"^^xsd:string ;
    skos:prefLabel "Gyele"@en .

<http://lexvo.org/id/iso639-3/gyl> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "gyl"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "gyl"^^xsd:string ;
    skos:prefLabel "Gayil"@en .

<http://lexvo.org/id/iso639-3/gzi> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "gzi"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "gzi"^^xsd:string ;
    skos:prefLabel "Gazi"@en .

<http://lexvo.org/id/iso639-3/gzn> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "gzn"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "gzn"^^xsd:string ;
    skos:prefLabel "Gane"@en .

<http://lexvo.org/id/iso639-3/hab> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "hab"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "hab"^^xsd:string ;
    skos:prefLabel "Hanoi Sign Language"@en .

<http://lexvo.org/id/iso639-3/haf> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "haf"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "haf"^^xsd:string ;
    skos:prefLabel "Haiphong Sign Language"@en .

<http://lexvo.org/id/iso639-3/hag> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "hag"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "hag"^^xsd:string ;
    skos:prefLabel "Hanga"@en .

<http://lexvo.org/id/iso639-3/hah> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "hah"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "hah"^^xsd:string ;
    skos:prefLabel "Hahon"@en .

<http://lexvo.org/id/iso639-3/han> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "han"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "han"^^xsd:string ;
    skos:prefLabel "Hangaza"@en .

<http://lexvo.org/id/iso639-3/hao> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "hao"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "hao"^^xsd:string ;
    skos:prefLabel "Hakö"@en .

<http://lexvo.org/id/iso639-3/hap> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "hap"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "hap"^^xsd:string ;
    skos:prefLabel "Hupla"@en .

<http://lexvo.org/id/iso639-3/hax> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "hax"^^xsd:string ;
    skos:altLabel "Haida, Southern"@en ;
    skos:inScheme lexvo: ;
    skos:notation "hax"^^xsd:string ;
    skos:prefLabel "Southern Haida"@en .

<http://lexvo.org/id/iso639-3/hba> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "hba"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "hba"^^xsd:string ;
    skos:prefLabel "Hamba"@en .

<http://lexvo.org/id/iso639-3/hbu> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "hbu"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "hbu"^^xsd:string ;
    skos:prefLabel "Habu"@en .

<http://lexvo.org/id/iso639-3/hca> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "hca"^^xsd:string ;
    skos:altLabel "Creole Hindi, Andaman"@en ;
    skos:inScheme lexvo: ;
    skos:notation "hca"^^xsd:string ;
    skos:prefLabel "Andaman Creole Hindi"@en .

<http://lexvo.org/id/iso639-3/hea> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "hea"^^xsd:string ;
    skos:altLabel "Miao, Northern Qiandong"@en ;
    skos:inScheme lexvo: ;
    skos:notation "hea"^^xsd:string ;
    skos:prefLabel "Northern Qiandong Miao"@en .

<http://lexvo.org/id/iso639-3/heg> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "heg"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "heg"^^xsd:string ;
    skos:prefLabel "Helong"@en .

<http://lexvo.org/id/iso639-3/hgm> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "hgm"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "hgm"^^xsd:string ;
    skos:prefLabel "Hai//om"@en .

<http://lexvo.org/id/iso639-3/hgw> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "hgw"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "hgw"^^xsd:string ;
    skos:prefLabel "Haigwai"@en .

<http://lexvo.org/id/iso639-3/hhi> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "hhi"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "hhi"^^xsd:string ;
    skos:prefLabel "Hoia Hoia"@en .

<http://lexvo.org/id/iso639-3/hhr> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "hhr"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "hhr"^^xsd:string ;
    skos:prefLabel "Kerak"@en .

<http://lexvo.org/id/iso639-3/hhy> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "hhy"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "hhy"^^xsd:string ;
    skos:prefLabel "Hoyahoya"@en .

<http://lexvo.org/id/iso639-3/hii> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "hii"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "hii"^^xsd:string ;
    skos:prefLabel "Hinduri"@en .

<http://lexvo.org/id/iso639-3/hij> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "hij"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "hij"^^xsd:string ;
    skos:prefLabel "Hijuk"@en .

<http://lexvo.org/id/iso639-3/hik> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "hik"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "hik"^^xsd:string ;
    skos:prefLabel "Seit-Kaitetu"@en .

<http://lexvo.org/id/iso639-3/hio> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "hio"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "hio"^^xsd:string ;
    skos:prefLabel "Tsoa"@en .

<http://lexvo.org/id/iso639-3/hji> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "hji"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "hji"^^xsd:string ;
    skos:prefLabel "Haji"@en .

<http://lexvo.org/id/iso639-3/hkk> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "hkk"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "hkk"^^xsd:string ;
    skos:prefLabel "Hunjara-Kaina Ke"@en .

<http://lexvo.org/id/iso639-3/hks> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "hks"^^xsd:string ;
    skos:altLabel "Hong Kong Sign Language"@en ;
    skos:inScheme lexvo: ;
    skos:notation "hks"^^xsd:string ;
    skos:prefLabel "Heung Kong Sau Yue"@en .

<http://lexvo.org/id/iso639-3/hle> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "hle"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "hle"^^xsd:string ;
    skos:prefLabel "Hlersu"@en .

<http://lexvo.org/id/iso639-3/hma> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "hma"^^xsd:string ;
    skos:altLabel "Hmong, Southern Mashan"@en,
        "Miao, Southern Mashan"@en,
        "Southern Mashan Hmong"@en ;
    skos:inScheme lexvo: ;
    skos:notation "hma"^^xsd:string ;
    skos:prefLabel "Southern Mashan Miao"@en .

<http://lexvo.org/id/iso639-3/hmc> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "hmc"^^xsd:string ;
    skos:altLabel "Central Huishui Hmong"@en,
        "Hmong, Central Huishui"@en,
        "Miao, Central Huishui"@en ;
    skos:inScheme lexvo: ;
    skos:notation "hmc"^^xsd:string ;
    skos:prefLabel "Central Huishui Miao"@en .

<http://lexvo.org/id/iso639-3/hme> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "hme"^^xsd:string ;
    skos:altLabel "Eastern Huishui Hmong"@en,
        "Hmong, Eastern Huishui"@en,
        "Miao, Eastern Huishui"@en ;
    skos:inScheme lexvo: ;
    skos:notation "hme"^^xsd:string ;
    skos:prefLabel "Eastern Huishui Miao"@en .

<http://lexvo.org/id/iso639-3/hmf> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "hmf"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "hmf"^^xsd:string ;
    skos:prefLabel "Hmong Don"@en .

<http://lexvo.org/id/iso639-3/hmg> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "hmg"^^xsd:string ;
    skos:altLabel "Hmong, Southwestern Guiyang"@en ;
    skos:inScheme lexvo: ;
    skos:notation "hmg"^^xsd:string ;
    skos:prefLabel "Southwestern Guiyang Hmong"@en .

<http://lexvo.org/id/iso639-3/hmh> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "hmh"^^xsd:string ;
    skos:altLabel "Hmong, Southwestern Huishui"@en,
        "Miao, Southwestern Huishui"@en,
        "Southwestern Huishui Hmong"@en ;
    skos:inScheme lexvo: ;
    skos:notation "hmh"^^xsd:string ;
    skos:prefLabel "Southwestern Huishui Miao"@en .

<http://lexvo.org/id/iso639-3/hmi> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "hmi"^^xsd:string ;
    skos:altLabel "Hmong, Northern Huishui"@en,
        "Miao, Northern Huishui"@en,
        "Northern Huishui Hmong"@en ;
    skos:inScheme lexvo: ;
    skos:notation "hmi"^^xsd:string ;
    skos:prefLabel "Northern Huishui Miao"@en .

<http://lexvo.org/id/iso639-3/hmm> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "hmm"^^xsd:string ;
    skos:altLabel "Central Mashan Hmong"@en,
        "Hmong, Central Mashan"@en,
        "Miao, Central Mashan"@en ;
    skos:inScheme lexvo: ;
    skos:notation "hmm"^^xsd:string ;
    skos:prefLabel "Central Mashan Miao"@en .

<http://lexvo.org/id/iso639-3/hmp> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "hmp"^^xsd:string ;
    skos:altLabel "Hmong, Northern Mashan"@en,
        "Miao, Northern Mashan"@en,
        "Northern Mashan Hmong"@en ;
    skos:inScheme lexvo: ;
    skos:notation "hmp"^^xsd:string ;
    skos:prefLabel "Northern Mashan Miao"@en .

<http://lexvo.org/id/iso639-3/hmq> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "hmq"^^xsd:string ;
    skos:altLabel "Miao, Eastern Qiandong"@en ;
    skos:inScheme lexvo: ;
    skos:notation "hmq"^^xsd:string ;
    skos:prefLabel "Eastern Qiandong Miao"@en .

<http://lexvo.org/id/iso639-3/hms> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "hms"^^xsd:string ;
    skos:altLabel "Miao, Southern Qiandong"@en ;
    skos:inScheme lexvo: ;
    skos:notation "hms"^^xsd:string ;
    skos:prefLabel "Southern Qiandong Miao"@en .

<http://lexvo.org/id/iso639-3/hmu> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "hmu"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "hmu"^^xsd:string ;
    skos:prefLabel "Hamap"@en .

<http://lexvo.org/id/iso639-3/hmv> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "hmv"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "hmv"^^xsd:string ;
    skos:prefLabel "Hmong Dô"@en .

<http://lexvo.org/id/iso639-3/hmw> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "hmw"^^xsd:string ;
    skos:altLabel "Hmong, Western Mashan"@en,
        "Miao, Western Mashan"@en,
        "Western Mashan Hmong"@en ;
    skos:inScheme lexvo: ;
    skos:notation "hmw"^^xsd:string ;
    skos:prefLabel "Western Mashan Miao"@en .

<http://lexvo.org/id/iso639-3/hmy> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "hmy"^^xsd:string ;
    skos:altLabel "Hmong, Southern Guiyang"@en,
        "Miao, Southern Guiyang"@en,
        "Southern Guiyang Hmong"@en ;
    skos:inScheme lexvo: ;
    skos:notation "hmy"^^xsd:string ;
    skos:prefLabel "Southern Guiyang Miao"@en .

<http://lexvo.org/id/iso639-3/hmz> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "hmz"^^xsd:string ;
    skos:altLabel "Miao, Sinicized"@en,
        "Sinicized Miao"@en ;
    skos:inScheme lexvo: ;
    skos:notation "hmz"^^xsd:string ;
    skos:prefLabel "Hmong Shua"@en .

<http://lexvo.org/id/iso639-3/hnd> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "hnd"^^xsd:string ;
    skos:altLabel "Hindko, Southern"@en ;
    skos:inScheme lexvo: ;
    skos:notation "hnd"^^xsd:string ;
    skos:prefLabel "Southern Hindko"@en .

<http://lexvo.org/id/iso639-3/hnj> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "hnj"^^xsd:string ;
    skos:altLabel "Hmong Njua"@en,
        "Mong Njua"@en ;
    skos:inScheme lexvo: ;
    skos:notation "hnj"^^xsd:string ;
    skos:prefLabel "Mong Leng"@en .

<http://lexvo.org/id/iso639-3/hno> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "hno"^^xsd:string ;
    skos:altLabel "Hindko, Northern"@en ;
    skos:inScheme lexvo: ;
    skos:notation "hno"^^xsd:string ;
    skos:prefLabel "Northern Hindko"@en .

<http://lexvo.org/id/iso639-3/hnu> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "hnu"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "hnu"^^xsd:string ;
    skos:prefLabel "Hung"@en .

<http://lexvo.org/id/iso639-3/hob> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "hob"^^xsd:string ;
    skos:altLabel "Mari (Madang Province)"@en ;
    skos:inScheme lexvo: ;
    skos:notation "hob"^^xsd:string ;
    skos:prefLabel "Mari"@en .

<http://lexvo.org/id/iso639-3/hoe> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "hoe"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "hoe"^^xsd:string ;
    skos:prefLabel "Horom"@en .

<http://lexvo.org/id/iso639-3/hol> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "hol"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "hol"^^xsd:string ;
    skos:prefLabel "Holu"@en .

<http://lexvo.org/id/iso639-3/hor> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "hor"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "hor"^^xsd:string ;
    skos:prefLabel "Horo"@en .

<http://lexvo.org/id/iso639-3/hos> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "hos"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "hos"^^xsd:string ;
    skos:prefLabel "Ho Chi Minh City Sign Language"@en .

<http://lexvo.org/id/iso639-3/hot> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "hot"^^xsd:string ;
    skos:altLabel "Malê"@en ;
    skos:inScheme lexvo: ;
    skos:notation "hot"^^xsd:string ;
    skos:prefLabel "Hote"@en .

<http://lexvo.org/id/iso639-3/hov> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "hov"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "hov"^^xsd:string ;
    skos:prefLabel "Hovongan"@en .

<http://lexvo.org/id/iso639-3/how> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "how"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "how"^^xsd:string ;
    skos:prefLabel "Honi"@en .

<http://lexvo.org/id/iso639-3/hoy> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "hoy"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "hoy"^^xsd:string ;
    skos:prefLabel "Holiya"@en .

<http://lexvo.org/id/iso639-3/hpo> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "hpo"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "hpo"^^xsd:string ;
    skos:prefLabel "Hpon"@en .

<http://lexvo.org/id/iso639-3/hrk> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "hrk"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "hrk"^^xsd:string ;
    skos:prefLabel "Haruku"@en .

<http://lexvo.org/id/iso639-3/hrm> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "hrm"^^xsd:string ;
    skos:altLabel "Miao, Horned"@en ;
    skos:inScheme lexvo: ;
    skos:notation "hrm"^^xsd:string ;
    skos:prefLabel "Horned Miao"@en .

<http://lexvo.org/id/iso639-3/hro> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "hro"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "hro"^^xsd:string ;
    skos:prefLabel "Haroi"@en .

<http://lexvo.org/id/iso639-3/hrt> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "hrt"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "hrt"^^xsd:string ;
    skos:prefLabel "Hértevin"@en .

<http://lexvo.org/id/iso639-3/hrz> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "hrz"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "hrz"^^xsd:string ;
    skos:prefLabel "Harzani"@en .

<http://lexvo.org/id/iso639-3/hti> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "hti"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "hti"^^xsd:string ;
    skos:prefLabel "Hoti"@en .

<http://lexvo.org/id/iso639-3/htu> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "htu"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "htu"^^xsd:string ;
    skos:prefLabel "Hitu"@en .

<http://lexvo.org/id/iso639-3/htx> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "htx"^^xsd:string ;
    skos:altLabel "Hittite, Middle"@en ;
    skos:inScheme lexvo: ;
    skos:notation "htx"^^xsd:string ;
    skos:prefLabel "Middle Hittite"@en .

<http://lexvo.org/id/iso639-3/huc> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "huc"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "huc"^^xsd:string ;
    skos:prefLabel "=/Hua"@en .

<http://lexvo.org/id/iso639-3/hud> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "hud"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "hud"^^xsd:string ;
    skos:prefLabel "Huaulu"@en .

<http://lexvo.org/id/iso639-3/hue> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "hue"^^xsd:string ;
    skos:altLabel "Huave, San Francisco Del Mar"@en ;
    skos:inScheme lexvo: ;
    skos:notation "hue"^^xsd:string ;
    skos:prefLabel "San Francisco Del Mar Huave"@en .

<http://lexvo.org/id/iso639-3/huf> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "huf"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "huf"^^xsd:string ;
    skos:prefLabel "Humene"@en .

<http://lexvo.org/id/iso639-3/huj> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "huj"^^xsd:string ;
    skos:altLabel "Hmong, Northern Guiyang"@en,
        "Miao, Northern Guiyang"@en,
        "Northern Guiyang Hmong"@en ;
    skos:inScheme lexvo: ;
    skos:notation "huj"^^xsd:string ;
    skos:prefLabel "Northern Guiyang Miao"@en .

<http://lexvo.org/id/iso639-3/huk> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "huk"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "huk"^^xsd:string ;
    skos:prefLabel "Hulung"@en .

<http://lexvo.org/id/iso639-3/hul> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "hul"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "hul"^^xsd:string ;
    skos:prefLabel "Hula"@en .

<http://lexvo.org/id/iso639-3/huo> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "huo"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "huo"^^xsd:string ;
    skos:prefLabel "Hu"@en .

<http://lexvo.org/id/iso639-3/hut> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "hut"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "hut"^^xsd:string ;
    skos:prefLabel "Humla"@en .

<http://lexvo.org/id/iso639-3/huw> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "huw"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "huw"^^xsd:string ;
    skos:prefLabel "Hukumina"@en .

<http://lexvo.org/id/iso639-3/hve> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "hve"^^xsd:string ;
    skos:altLabel "Huave, San Dionisio Del Mar"@en ;
    skos:inScheme lexvo: ;
    skos:notation "hve"^^xsd:string ;
    skos:prefLabel "San Dionisio Del Mar Huave"@en .

<http://lexvo.org/id/iso639-3/hvk> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "hvk"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "hvk"^^xsd:string ;
    skos:prefLabel "Haveke"@en .

<http://lexvo.org/id/iso639-3/hvv> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "hvv"^^xsd:string ;
    skos:altLabel "Huave, Santa María Del Mar"@en ;
    skos:inScheme lexvo: ;
    skos:notation "hvv"^^xsd:string ;
    skos:prefLabel "Santa María Del Mar Huave"@en .

<http://lexvo.org/id/iso639-3/ibl> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ibl"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "ibl"^^xsd:string ;
    skos:prefLabel "Ibaloi"@en .

<http://lexvo.org/id/iso639-3/ibn> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ibn"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "ibn"^^xsd:string ;
    skos:prefLabel "Ibino"@en .

<http://lexvo.org/id/iso639-3/ibr> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ibr"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "ibr"^^xsd:string ;
    skos:prefLabel "Ibuoro"@en .

<http://lexvo.org/id/iso639-3/ibu> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ibu"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "ibu"^^xsd:string ;
    skos:prefLabel "Ibu"@en .

<http://lexvo.org/id/iso639-3/iby> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "iby"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "iby"^^xsd:string ;
    skos:prefLabel "Ibani"@en .

<http://lexvo.org/id/iso639-3/ica> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ica"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "ica"^^xsd:string ;
    skos:prefLabel "Ede Ica"@en .

<http://lexvo.org/id/iso639-3/ida> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ida"^^xsd:string ;
    skos:altLabel "Luidakho-Luisukha-Lutirichi"@en ;
    skos:inScheme lexvo: ;
    skos:notation "ida"^^xsd:string ;
    skos:prefLabel "Idakho-Isukha-Tiriki"@en .

<http://lexvo.org/id/iso639-3/idc> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "idc"^^xsd:string ;
    skos:altLabel "Ajiya"@en ;
    skos:inScheme lexvo: ;
    skos:notation "idc"^^xsd:string ;
    skos:prefLabel "Idon"@en .

<http://lexvo.org/id/iso639-3/idd> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "idd"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "idd"^^xsd:string ;
    skos:prefLabel "Ede Idaca"@en .

<http://lexvo.org/id/iso639-3/ide> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ide"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "ide"^^xsd:string ;
    skos:prefLabel "Idere"@en .

<http://lexvo.org/id/iso639-3/ids> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ids"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "ids"^^xsd:string ;
    skos:prefLabel "Idesa"@en .

<http://lexvo.org/id/iso639-3/idt> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "idt"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "idt"^^xsd:string ;
    skos:prefLabel "Idaté"@en .

<http://lexvo.org/id/iso639-3/ifa> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ifa"^^xsd:string ;
    skos:altLabel "Ifugao, Amganad"@en ;
    skos:inScheme lexvo: ;
    skos:notation "ifa"^^xsd:string ;
    skos:prefLabel "Amganad Ifugao"@en .

<http://lexvo.org/id/iso639-3/iff> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "iff"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "iff"^^xsd:string ;
    skos:prefLabel "Ifo"@en .

<http://lexvo.org/id/iso639-3/ifu> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ifu"^^xsd:string ;
    skos:altLabel "Ifugao, Mayoyao"@en ;
    skos:inScheme lexvo: ;
    skos:notation "ifu"^^xsd:string ;
    skos:prefLabel "Mayoyao Ifugao"@en .

<http://lexvo.org/id/iso639-3/ify> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ify"^^xsd:string ;
    skos:altLabel "Kallahan, Keley-I"@en ;
    skos:inScheme lexvo: ;
    skos:notation "ify"^^xsd:string ;
    skos:prefLabel "Keley-I Kallahan"@en .

<http://lexvo.org/id/iso639-3/igg> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "igg"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "igg"^^xsd:string ;
    skos:prefLabel "Igana"@en .

<http://lexvo.org/id/iso639-3/igo> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "igo"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "igo"^^xsd:string ;
    skos:prefLabel "Isebe"@en .

<http://lexvo.org/id/iso639-3/ihb> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ihb"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "ihb"^^xsd:string ;
    skos:prefLabel "Iha Based Pidgin"@en .

<http://lexvo.org/id/iso639-3/ihi> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ihi"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "ihi"^^xsd:string ;
    skos:prefLabel "Ihievbe"@en .

<http://lexvo.org/id/iso639-3/ijj> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ijj"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "ijj"^^xsd:string ;
    skos:prefLabel "Ede Ije"@en .

<http://lexvo.org/id/iso639-3/ijn> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ijn"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "ijn"^^xsd:string ;
    skos:prefLabel "Kalabari"@en .

<http://lexvo.org/id/iso639-3/iki> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "iki"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "iki"^^xsd:string ;
    skos:prefLabel "Iko"@en .

<http://lexvo.org/id/iso639-3/ikp> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ikp"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "ikp"^^xsd:string ;
    skos:prefLabel "Ikpeshi"@en .

<http://lexvo.org/id/iso639-3/ikv> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ikv"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "ikv"^^xsd:string ;
    skos:prefLabel "Iku-Gora-Ankwa"@en .

<http://lexvo.org/id/iso639-3/ikz> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ikz"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "ikz"^^xsd:string ;
    skos:prefLabel "Ikizu"@en .

<http://lexvo.org/id/iso639-3/ila> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ila"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "ila"^^xsd:string ;
    skos:prefLabel "Ile Ape"@en .

<http://lexvo.org/id/iso639-3/ill> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ill"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "ill"^^xsd:string ;
    skos:prefLabel "Iranun"@en .

<http://lexvo.org/id/iso639-3/ilu> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ilu"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "ilu"^^xsd:string ;
    skos:prefLabel "Ili'uun"@en .

<http://lexvo.org/id/iso639-3/ilv> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ilv"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "ilv"^^xsd:string ;
    skos:prefLabel "Ilue"@en .

<http://lexvo.org/id/iso639-3/ilw> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ilw"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "ilw"^^xsd:string ;
    skos:prefLabel "Talur"@en .

<http://lexvo.org/id/iso639-3/ima> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ima"^^xsd:string ;
    skos:altLabel "Malasar, Mala"@en ;
    skos:inScheme lexvo: ;
    skos:notation "ima"^^xsd:string ;
    skos:prefLabel "Mala Malasar"@en .

<http://lexvo.org/id/iso639-3/ime> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ime"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "ime"^^xsd:string ;
    skos:prefLabel "Imeraguen"@en .

<http://lexvo.org/id/iso639-3/imo> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "imo"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "imo"^^xsd:string ;
    skos:prefLabel "Imbongu"@en .

<http://lexvo.org/id/iso639-3/imr> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "imr"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "imr"^^xsd:string ;
    skos:prefLabel "Imroing"@en .

<http://lexvo.org/id/iso639-3/imy> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "imy"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "imy"^^xsd:string ;
    skos:prefLabel "Milyan"@en .

<http://lexvo.org/id/iso639-3/inj> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "inj"^^xsd:string ;
    skos:altLabel "Inga, Jungle"@en ;
    skos:inScheme lexvo: ;
    skos:notation "inj"^^xsd:string ;
    skos:prefLabel "Jungle Inga"@en .

<http://lexvo.org/id/iso639-3/inn> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "inn"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "inn"^^xsd:string ;
    skos:prefLabel "Isinai"@en .

<http://lexvo.org/id/iso639-3/ino> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ino"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "ino"^^xsd:string ;
    skos:prefLabel "Inoke-Yate"@en .

<http://lexvo.org/id/iso639-3/iou> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "iou"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "iou"^^xsd:string ;
    skos:prefLabel "Tuma-Irumu"@en .

<http://lexvo.org/id/iso639-3/ipi> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ipi"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "ipi"^^xsd:string ;
    skos:prefLabel "Ipili"@en .

<http://lexvo.org/id/iso639-3/irx> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "irx"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "irx"^^xsd:string ;
    skos:prefLabel "Kamberau"@en .

<http://lexvo.org/id/iso639-3/ism> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ism"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "ism"^^xsd:string ;
    skos:prefLabel "Masimasi"@en .

<http://lexvo.org/id/iso639-3/isu> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "isu"^^xsd:string ;
    skos:altLabel "Isu (Menchum Division)"@en ;
    skos:inScheme lexvo: ;
    skos:notation "isu"^^xsd:string ;
    skos:prefLabel "Isu"@en .

<http://lexvo.org/id/iso639-3/itb> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "itb"^^xsd:string ;
    skos:altLabel "Itneg, Binongan"@en ;
    skos:inScheme lexvo: ;
    skos:notation "itb"^^xsd:string ;
    skos:prefLabel "Binongan Itneg"@en .

<http://lexvo.org/id/iso639-3/iti> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "iti"^^xsd:string ;
    skos:altLabel "Itneg, Inlaod"@en ;
    skos:inScheme lexvo: ;
    skos:notation "iti"^^xsd:string ;
    skos:prefLabel "Inlaod Itneg"@en .

<http://lexvo.org/id/iso639-3/itm> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "itm"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "itm"^^xsd:string ;
    skos:prefLabel "Itu Mbon Uzo"@en .

<http://lexvo.org/id/iso639-3/itt> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "itt"^^xsd:string ;
    skos:altLabel "Itneg, Maeng"@en ;
    skos:inScheme lexvo: ;
    skos:notation "itt"^^xsd:string ;
    skos:prefLabel "Maeng Itneg"@en .

<http://lexvo.org/id/iso639-3/itw> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "itw"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "itw"^^xsd:string ;
    skos:prefLabel "Ito"@en .

<http://lexvo.org/id/iso639-3/itx> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "itx"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "itx"^^xsd:string ;
    skos:prefLabel "Itik"@en .

<http://lexvo.org/id/iso639-3/ity> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ity"^^xsd:string ;
    skos:altLabel "Itneg, Moyadan"@en ;
    skos:inScheme lexvo: ;
    skos:notation "ity"^^xsd:string ;
    skos:prefLabel "Moyadan Itneg"@en .

<http://lexvo.org/id/iso639-3/ivb> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ivb"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "ivb"^^xsd:string ;
    skos:prefLabel "Ibatan"@en .

<http://lexvo.org/id/iso639-3/iwk> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "iwk"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "iwk"^^xsd:string ;
    skos:prefLabel "I-Wak"@en .

<http://lexvo.org/id/iso639-3/iwo> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "iwo"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "iwo"^^xsd:string ;
    skos:prefLabel "Iwur"@en .

<http://lexvo.org/id/iso639-3/iws> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "iws"^^xsd:string ;
    skos:altLabel "Iwam, Sepik"@en ;
    skos:inScheme lexvo: ;
    skos:notation "iws"^^xsd:string ;
    skos:prefLabel "Sepik Iwam"@en .

<http://lexvo.org/id/iso639-3/iyx> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "iyx"^^xsd:string ;
    skos:altLabel "Yaka (Congo)"@en ;
    skos:inScheme lexvo: ;
    skos:notation "iyx"^^xsd:string ;
    skos:prefLabel "Yaka"@en .

<http://lexvo.org/id/iso639-3/izr> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "izr"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "izr"^^xsd:string ;
    skos:prefLabel "Izere"@en .

<http://lexvo.org/id/iso639-3/jac> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "jac"^^xsd:string ;
    skos:altLabel "Jakalteko"@en ;
    skos:inScheme lexvo: ;
    skos:notation "jac"^^xsd:string ;
    skos:prefLabel "Popti'"@en .

<http://lexvo.org/id/iso639-3/jad> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "jad"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "jad"^^xsd:string ;
    skos:prefLabel "Jahanka"@en .

<http://lexvo.org/id/iso639-3/jaj> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "jaj"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "jaj"^^xsd:string ;
    skos:prefLabel "Zazao"@en .

<http://lexvo.org/id/iso639-3/jal> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "jal"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "jal"^^xsd:string ;
    skos:prefLabel "Yalahatan"@en .

<http://lexvo.org/id/iso639-3/jan> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "jan"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "jan"^^xsd:string ;
    skos:prefLabel "Jandai"@en .

<http://lexvo.org/id/iso639-3/jas> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "jas"^^xsd:string ;
    skos:altLabel "Javanese, New Caledonian"@en ;
    skos:inScheme lexvo: ;
    skos:notation "jas"^^xsd:string ;
    skos:prefLabel "New Caledonian Javanese"@en .

<http://lexvo.org/id/iso639-3/jaz> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "jaz"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "jaz"^^xsd:string ;
    skos:prefLabel "Jawe"@en .

<http://lexvo.org/id/iso639-3/jbk> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "jbk"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "jbk"^^xsd:string ;
    skos:prefLabel "Barikewa"@en .

<http://lexvo.org/id/iso639-3/jbr> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "jbr"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "jbr"^^xsd:string ;
    skos:prefLabel "Jofotek-Bromnya"@en .

<http://lexvo.org/id/iso639-3/jbw> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "jbw"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "jbw"^^xsd:string ;
    skos:prefLabel "Yawijibaya"@en .

<http://lexvo.org/id/iso639-3/jcs> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "jcs"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "jcs"^^xsd:string ;
    skos:prefLabel "Jamaican Country Sign Language"@en .

<http://lexvo.org/id/iso639-3/jda> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "jda"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "jda"^^xsd:string ;
    skos:prefLabel "Jad"@en .

<http://lexvo.org/id/iso639-3/jdg> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "jdg"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "jdg"^^xsd:string ;
    skos:prefLabel "Jadgali"@en .

<http://lexvo.org/id/iso639-3/jee> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "jee"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "jee"^^xsd:string ;
    skos:prefLabel "Jerung"@en .

<http://lexvo.org/id/iso639-3/jek> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "jek"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "jek"^^xsd:string ;
    skos:prefLabel "Jeri Kuo"@en .

<http://lexvo.org/id/iso639-3/jer> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "jer"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "jer"^^xsd:string ;
    skos:prefLabel "Jere"@en .

<http://lexvo.org/id/iso639-3/jgk> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "jgk"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "jgk"^^xsd:string ;
    skos:prefLabel "Gwak"@en .

<http://lexvo.org/id/iso639-3/jgo> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "jgo"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "jgo"^^xsd:string ;
    skos:prefLabel "Ngomba"@en,
        "Ndaꞌa"@jgo .

<http://lexvo.org/id/iso639-3/jid> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "jid"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "jid"^^xsd:string ;
    skos:prefLabel "Bu"@en .

<http://lexvo.org/id/iso639-3/jih> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "jih"^^xsd:string ;
    skos:altLabel "Shangzhai"@en ;
    skos:inScheme lexvo: ;
    skos:notation "jih"^^xsd:string ;
    skos:prefLabel "sTodsde"@en .

<http://lexvo.org/id/iso639-3/jiu> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "jiu"^^xsd:string ;
    skos:altLabel "Jinuo, Youle"@en ;
    skos:inScheme lexvo: ;
    skos:notation "jiu"^^xsd:string ;
    skos:prefLabel "Youle Jinuo"@en .

<http://lexvo.org/id/iso639-3/jiy> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "jiy"^^xsd:string ;
    skos:altLabel "Jinuo, Buyuan"@en ;
    skos:inScheme lexvo: ;
    skos:notation "jiy"^^xsd:string ;
    skos:prefLabel "Buyuan Jinuo"@en .

<http://lexvo.org/id/iso639-3/jjr> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "jjr"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "jjr"^^xsd:string ;
    skos:prefLabel "Bankal"@en .

<http://lexvo.org/id/iso639-3/jkm> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "jkm"^^xsd:string ;
    skos:altLabel "Karen, Mobwa"@en ;
    skos:inScheme lexvo: ;
    skos:notation "jkm"^^xsd:string ;
    skos:prefLabel "Mobwa Karen"@en .

<http://lexvo.org/id/iso639-3/jko> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "jko"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "jko"^^xsd:string ;
    skos:prefLabel "Kubo"@en .

<http://lexvo.org/id/iso639-3/jkp> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "jkp"^^xsd:string ;
    skos:altLabel "Karen, Paku"@en ;
    skos:inScheme lexvo: ;
    skos:notation "jkp"^^xsd:string ;
    skos:prefLabel "Paku Karen"@en .

<http://lexvo.org/id/iso639-3/jku> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "jku"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "jku"^^xsd:string ;
    skos:prefLabel "Labir"@en .

<http://lexvo.org/id/iso639-3/jls> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "jls"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "jls"^^xsd:string ;
    skos:prefLabel "Jamaican Sign Language"@en .

<http://lexvo.org/id/iso639-3/jma> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "jma"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "jma"^^xsd:string ;
    skos:prefLabel "Dima"@en .

<http://lexvo.org/id/iso639-3/jml> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "jml"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "jml"^^xsd:string ;
    skos:prefLabel "Jumli"@en .

<http://lexvo.org/id/iso639-3/jmn> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "jmn"^^xsd:string ;
    skos:altLabel "Naga, Makuri"@en ;
    skos:inScheme lexvo: ;
    skos:notation "jmn"^^xsd:string ;
    skos:prefLabel "Makuri Naga"@en .

<http://lexvo.org/id/iso639-3/jmr> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "jmr"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "jmr"^^xsd:string ;
    skos:prefLabel "Kamara"@en .

<http://lexvo.org/id/iso639-3/jms> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "jms"^^xsd:string ;
    skos:altLabel "Mashi (Nigeria)"@en ;
    skos:inScheme lexvo: ;
    skos:notation "jms"^^xsd:string ;
    skos:prefLabel "Mashi"@en .

<http://lexvo.org/id/iso639-3/jmw> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "jmw"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "jmw"^^xsd:string ;
    skos:prefLabel "Mouwase"@en .

<http://lexvo.org/id/iso639-3/jmx> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "jmx"^^xsd:string ;
    skos:altLabel "Mixtec, Western Juxtlahuaca"@en ;
    skos:inScheme lexvo: ;
    skos:notation "jmx"^^xsd:string ;
    skos:prefLabel "Western Juxtlahuaca Mixtec"@en .

<http://lexvo.org/id/iso639-3/jnd> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "jnd"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "jnd"^^xsd:string ;
    skos:prefLabel "Jandavra"@en .

<http://lexvo.org/id/iso639-3/jng> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "jng"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "jng"^^xsd:string ;
    skos:prefLabel "Yangman"@en .

<http://lexvo.org/id/iso639-3/jni> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "jni"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "jni"^^xsd:string ;
    skos:prefLabel "Janji"@en .

<http://lexvo.org/id/iso639-3/jns> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "jns"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "jns"^^xsd:string ;
    skos:prefLabel "Jaunsari"@en .

<http://lexvo.org/id/iso639-3/job> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "job"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "job"^^xsd:string ;
    skos:prefLabel "Joba"@en .

<http://lexvo.org/id/iso639-3/jod> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "jod"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "jod"^^xsd:string ;
    skos:prefLabel "Wojenaka"@en .

<http://lexvo.org/id/iso639-3/jor> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "jor"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "jor"^^xsd:string ;
    skos:prefLabel "Jorá"@en .

<http://lexvo.org/id/iso639-3/jos> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "jos"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "jos"^^xsd:string ;
    skos:prefLabel "Jordanian Sign Language"@en .

<http://lexvo.org/id/iso639-3/jrr> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "jrr"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "jrr"^^xsd:string ;
    skos:prefLabel "Jiru"@en .

<http://lexvo.org/id/iso639-3/jub> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "jub"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "jub"^^xsd:string ;
    skos:prefLabel "Wannu"@en .

<http://lexvo.org/id/iso639-3/jud> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "jud"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "jud"^^xsd:string ;
    skos:prefLabel "Worodougou"@en .

<http://lexvo.org/id/iso639-3/juh> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "juh"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "juh"^^xsd:string ;
    skos:prefLabel "Hõne"@en .

<http://lexvo.org/id/iso639-3/jui> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "jui"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "jui"^^xsd:string ;
    skos:prefLabel "Ngadjuri"@en .

<http://lexvo.org/id/iso639-3/jul> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "jul"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "jul"^^xsd:string ;
    skos:prefLabel "Jirel"@en .

<http://lexvo.org/id/iso639-3/juo> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "juo"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "juo"^^xsd:string ;
    skos:prefLabel "Jiba"@en .

<http://lexvo.org/id/iso639-3/juw> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "juw"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "juw"^^xsd:string ;
    skos:prefLabel "Wãpha"@en .

<http://lexvo.org/id/iso639-3/jvn> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "jvn"^^xsd:string ;
    skos:altLabel "Javanese, Caribbean"@en ;
    skos:inScheme lexvo: ;
    skos:notation "jvn"^^xsd:string ;
    skos:prefLabel "Caribbean Javanese"@en .

<http://lexvo.org/id/iso639-3/jyy> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "jyy"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "jyy"^^xsd:string ;
    skos:prefLabel "Jaya"@en .

<http://lexvo.org/id/iso639-3/kaf> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kaf"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "kaf"^^xsd:string ;
    skos:prefLabel "Katso"@en .

<http://lexvo.org/id/iso639-3/kag> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kag"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "kag"^^xsd:string ;
    skos:prefLabel "Kajaman"@en .

<http://lexvo.org/id/iso639-3/kak> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kak"^^xsd:string ;
    skos:altLabel "Kallahan, Kayapa"@en ;
    skos:inScheme lexvo: ;
    skos:notation "kak"^^xsd:string ;
    skos:prefLabel "Kayapa Kallahan"@en .

<http://lexvo.org/id/iso639-3/kax> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kax"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "kax"^^xsd:string ;
    skos:prefLabel "Kao"@en .

<http://lexvo.org/id/iso639-3/kba> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kba"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "kba"^^xsd:string ;
    skos:prefLabel "Kalarko"@en .

<http://lexvo.org/id/iso639-3/kbb> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kbb"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "kbb"^^xsd:string ;
    skos:prefLabel "Kaxuiâna"@en .

<http://lexvo.org/id/iso639-3/kbe> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kbe"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "kbe"^^xsd:string ;
    skos:prefLabel "Kanju"@en .

<http://lexvo.org/id/iso639-3/kbg> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kbg"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "kbg"^^xsd:string ;
    skos:prefLabel "Khamba"@en .

<http://lexvo.org/id/iso639-3/kbi> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kbi"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "kbi"^^xsd:string ;
    skos:prefLabel "Kaptiau"@en .

<http://lexvo.org/id/iso639-3/kbs> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kbs"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "kbs"^^xsd:string ;
    skos:prefLabel "Kande"@en .

<http://lexvo.org/id/iso639-3/kbt> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kbt"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "kbt"^^xsd:string ;
    skos:prefLabel "Abadi"@en .

<http://lexvo.org/id/iso639-3/kbu> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kbu"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "kbu"^^xsd:string ;
    skos:prefLabel "Kabutra"@en .

<http://lexvo.org/id/iso639-3/kbw> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kbw"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "kbw"^^xsd:string ;
    skos:prefLabel "Kaiep"@en .

<http://lexvo.org/id/iso639-3/kby> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kby"^^xsd:string ;
    skos:altLabel "Kanuri, Manga"@en ;
    skos:inScheme lexvo: ;
    skos:notation "kby"^^xsd:string ;
    skos:prefLabel "Manga Kanuri"@en .

<http://lexvo.org/id/iso639-3/kcb> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kcb"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "kcb"^^xsd:string ;
    skos:prefLabel "Kawacha"@en .

<http://lexvo.org/id/iso639-3/kcc> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kcc"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "kcc"^^xsd:string ;
    skos:prefLabel "Lubila"@en .

<http://lexvo.org/id/iso639-3/kce> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kce"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "kce"^^xsd:string ;
    skos:prefLabel "Kaivi"@en .

<http://lexvo.org/id/iso639-3/kch> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kch"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "kch"^^xsd:string ;
    skos:prefLabel "Vono"@en .

<http://lexvo.org/id/iso639-3/kco> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kco"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "kco"^^xsd:string ;
    skos:prefLabel "Kinalakna"@en .

<http://lexvo.org/id/iso639-3/kcz> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kcz"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "kcz"^^xsd:string ;
    skos:prefLabel "Konongo"@en .

<http://lexvo.org/id/iso639-3/kdc> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kdc"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "kdc"^^xsd:string ;
    skos:prefLabel "Kutu"@en .

<http://lexvo.org/id/iso639-3/kdf> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kdf"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "kdf"^^xsd:string ;
    skos:prefLabel "Mamusi"@en .

<http://lexvo.org/id/iso639-3/kdg> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kdg"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "kdg"^^xsd:string ;
    skos:prefLabel "Seba"@en .

<http://lexvo.org/id/iso639-3/kdk> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kdk"^^xsd:string ;
    skos:altLabel "Kwényi"@en,
        "Numèè"@en ;
    skos:inScheme lexvo: ;
    skos:notation "kdk"^^xsd:string ;
    skos:prefLabel "Numee"@en .

<http://lexvo.org/id/iso639-3/kdp> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kdp"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "kdp"^^xsd:string ;
    skos:prefLabel "Kaningdon-Nindem"@en .

<http://lexvo.org/id/iso639-3/kdu> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kdu"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "kdu"^^xsd:string ;
    skos:prefLabel "Kadaru"@en .

<http://lexvo.org/id/iso639-3/kdy> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kdy"^^xsd:string ;
    skos:altLabel "Keijar"@en ;
    skos:inScheme lexvo: ;
    skos:notation "kdy"^^xsd:string ;
    skos:prefLabel "Keder"@en .

<http://lexvo.org/id/iso639-3/kdz> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kdz"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "kdz"^^xsd:string ;
    skos:prefLabel "Kwaja"@en .

<http://lexvo.org/id/iso639-3/ked> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ked"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "ked"^^xsd:string ;
    skos:prefLabel "Kerewe"@en .

<http://lexvo.org/id/iso639-3/kef> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kef"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "kef"^^xsd:string ;
    skos:prefLabel "Kpessi"@en .

<http://lexvo.org/id/iso639-3/keh> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "keh"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "keh"^^xsd:string ;
    skos:prefLabel "Keak"@en .

<http://lexvo.org/id/iso639-3/kej> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kej"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "kej"^^xsd:string ;
    skos:prefLabel "Kadar"@en .

<http://lexvo.org/id/iso639-3/keo> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "keo"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "keo"^^xsd:string ;
    skos:prefLabel "Kakwa"@en .

<http://lexvo.org/id/iso639-3/keq> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "keq"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "keq"^^xsd:string ;
    skos:prefLabel "Kamar"@en .

<http://lexvo.org/id/iso639-3/kes> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kes"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "kes"^^xsd:string ;
    skos:prefLabel "Kugbo"@en .

<http://lexvo.org/id/iso639-3/kew> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kew"^^xsd:string ;
    skos:altLabel "Kewa, West"@en ;
    skos:inScheme lexvo: ;
    skos:notation "kew"^^xsd:string ;
    skos:prefLabel "West Kewa"@en .

<http://lexvo.org/id/iso639-3/key> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "key"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "key"^^xsd:string ;
    skos:prefLabel "Kupia"@en .

<http://lexvo.org/id/iso639-3/kfg> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kfg"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "kfg"^^xsd:string ;
    skos:prefLabel "Kudiya"@en .

<http://lexvo.org/id/iso639-3/kfh> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kfh"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "kfh"^^xsd:string ;
    skos:prefLabel "Kurichiya"@en .

<http://lexvo.org/id/iso639-3/kfl> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kfl"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "kfl"^^xsd:string ;
    skos:prefLabel "Kung"@en .

<http://lexvo.org/id/iso639-3/kfn> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kfn"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "kfn"^^xsd:string ;
    skos:prefLabel "Kuk"@en .

<http://lexvo.org/id/iso639-3/kfo> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kfo"^^xsd:string ;
    skos:altLabel "Koro (Côte d'Ivoire)"@en ;
    skos:inScheme lexvo: ;
    skos:notation "kfo"^^xsd:string ;
    skos:prefLabel "الكورو"@ar,
        "koro dili"@az,
        "коро"@bg,
        "কোরো"@bn,
        "कोरो"@brx,
        "koro"@bs,
        "коро"@bs-Cyrl,
        "koro"@ca,
        "科罗文"@cmn,
        "科羅文"@cmn-Hant,
        "koro"@cs,
        "koro"@da,
        "Koro"@de,
        "ཀོ་རོ་ཁ"@dz,
        "Κόρο"@el,
        "Koro"@en,
        "koro"@es,
        "koro"@et,
        "کورو"@fa,
        "norsunluurannikonkoro"@fi,
        "koro"@fr,
        "Koro"@gsw,
        "કોરો"@gu,
        "קורו"@he,
        "कोरो"@hi,
        "koro"@hr,
        "koro"@hu,
        "Koro"@id,
        "koro"@is,
        "koro"@it,
        "コロ語"@ja,
        "ಕೋರೋ"@kn,
        "코로어"@ko,
        "کورو"@ks,
        "ໂຄໂລ"@lo,
        "koro"@lt,
        "koru"@lv,
        "коро"@mk,
        "കോറോ"@ml,
        "कोरो"@mr,
        "koro"@nb,
        "Koro"@nl,
        "koro"@nn,
        "କୋରୋ"@or,
        "koro"@pl,
        "koro"@pt,
        "koro"@rm,
        "koro"@ro,
        "коро"@ru,
        "koro"@sk,
        "Коро"@sr,
        "Koro"@sr-Latn,
        "koro"@sv,
        "கோரோ"@ta,
        "కోరో"@te,
        "โคโร"@th,
        "Koro"@tr,
        "коро"@uk,
        "Tiếng Koro"@vi .

<http://lexvo.org/id/iso639-3/kfp> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kfp"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "kfp"^^xsd:string ;
    skos:prefLabel "Korwa"@en .

<http://lexvo.org/id/iso639-3/kfs> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kfs"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "kfs"^^xsd:string ;
    skos:prefLabel "Bilaspuri"@en .

<http://lexvo.org/id/iso639-3/kft> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kft"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "kft"^^xsd:string ;
    skos:prefLabel "Kanjari"@en .

<http://lexvo.org/id/iso639-3/kfu> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kfu"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "kfu"^^xsd:string ;
    skos:prefLabel "Katkari"@en .

<http://lexvo.org/id/iso639-3/kfv> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kfv"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "kfv"^^xsd:string ;
    skos:prefLabel "Kurmukar"@en .

<http://lexvo.org/id/iso639-3/kfw> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kfw"^^xsd:string ;
    skos:altLabel "Naga, Kharam"@en ;
    skos:inScheme lexvo: ;
    skos:notation "kfw"^^xsd:string ;
    skos:prefLabel "Kharam Naga"@en .

<http://lexvo.org/id/iso639-3/kga> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kga"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "kga"^^xsd:string ;
    skos:prefLabel "Koyaga"@en .

<http://lexvo.org/id/iso639-3/kgb> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kgb"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "kgb"^^xsd:string ;
    skos:prefLabel "Kawe"@en .

<http://lexvo.org/id/iso639-3/kgc> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kgc"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "kgc"^^xsd:string ;
    skos:prefLabel "Kasseng"@en .

<http://lexvo.org/id/iso639-3/kgl> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kgl"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "kgl"^^xsd:string ;
    skos:prefLabel "Kunggari"@en .

<http://lexvo.org/id/iso639-3/kgm> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kgm"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "kgm"^^xsd:string ;
    skos:prefLabel "Karipúna"@en .

<http://lexvo.org/id/iso639-3/kgn> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kgn"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "kgn"^^xsd:string ;
    skos:prefLabel "Karingani"@en .

<http://lexvo.org/id/iso639-3/kgu> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kgu"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "kgu"^^xsd:string ;
    skos:prefLabel "Kobol"@en .

<http://lexvo.org/id/iso639-3/kgx> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kgx"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "kgx"^^xsd:string ;
    skos:prefLabel "Kamaru"@en .

<http://lexvo.org/id/iso639-3/kgy> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kgy"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "kgy"^^xsd:string ;
    skos:prefLabel "Kyerung"@en .

<http://lexvo.org/id/iso639-3/khc> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "khc"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "khc"^^xsd:string ;
    skos:prefLabel "Tukang Besi North"@en .

<http://lexvo.org/id/iso639-3/khj> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "khj"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "khj"^^xsd:string ;
    skos:prefLabel "Kuturmi"@en .

<http://lexvo.org/id/iso639-3/khn> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "khn"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "khn"^^xsd:string ;
    skos:prefLabel "Khandesi"@en .

<http://lexvo.org/id/iso639-3/khs> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "khs"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "khs"^^xsd:string ;
    skos:prefLabel "Kasua"@en .

<http://lexvo.org/id/iso639-3/kht> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kht"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "kht"^^xsd:string ;
    skos:prefLabel "Khamti"@en .

<http://lexvo.org/id/iso639-3/khx> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "khx"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "khx"^^xsd:string ;
    skos:prefLabel "Kanu"@en .

<http://lexvo.org/id/iso639-3/khz> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "khz"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "khz"^^xsd:string ;
    skos:prefLabel "Keapara"@en .

<http://lexvo.org/id/iso639-3/kie> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kie"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "kie"^^xsd:string ;
    skos:prefLabel "Kibet"@en .

<http://lexvo.org/id/iso639-3/kif> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kif"^^xsd:string ;
    skos:altLabel "Kham, Eastern Parbate"@en ;
    skos:inScheme lexvo: ;
    skos:notation "kif"^^xsd:string ;
    skos:prefLabel "Eastern Parbate Kham"@en .

<http://lexvo.org/id/iso639-3/kip> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kip"^^xsd:string ;
    skos:altLabel "Kham, Sheshi"@en ;
    skos:inScheme lexvo: ;
    skos:notation "kip"^^xsd:string ;
    skos:prefLabel "Sheshi Kham"@en .

<http://lexvo.org/id/iso639-3/kiq> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kiq"^^xsd:string ;
    skos:altLabel "Kosadle"@en ;
    skos:inScheme lexvo: ;
    skos:notation "kiq"^^xsd:string ;
    skos:prefLabel "Kosare"@en .

<http://lexvo.org/id/iso639-3/kis> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kis"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "kis"^^xsd:string ;
    skos:prefLabel "Kis"@en .

<http://lexvo.org/id/iso639-3/kiu> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kiu"^^xsd:string ;
    skos:altLabel "Kirmanjki (individual language)"@en ;
    skos:inScheme lexvo: ;
    skos:notation "kiu"^^xsd:string ;
    skos:prefLabel "Kirmanjki"@en .

<http://lexvo.org/id/iso639-3/kiw> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kiw"^^xsd:string ;
    skos:altLabel "Kiwai, Northeast"@en ;
    skos:inScheme lexvo: ;
    skos:notation "kiw"^^xsd:string ;
    skos:prefLabel "Northeast Kiwai"@en .

<http://lexvo.org/id/iso639-3/kja> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kja"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "kja"^^xsd:string ;
    skos:prefLabel "Mlap"@en .

<http://lexvo.org/id/iso639-3/kjd> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kjd"^^xsd:string ;
    skos:altLabel "Kiwai, Southern"@en ;
    skos:inScheme lexvo: ;
    skos:notation "kjd"^^xsd:string ;
    skos:prefLabel "Southern Kiwai"@en .

<http://lexvo.org/id/iso639-3/kjf> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kjf"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "kjf"^^xsd:string ;
    skos:prefLabel "Khalaj"@en .

<http://lexvo.org/id/iso639-3/kji> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kji"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "kji"^^xsd:string ;
    skos:prefLabel "Zabana"@en .

<http://lexvo.org/id/iso639-3/kjk> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kjk"^^xsd:string ;
    skos:altLabel "Konjo, Highland"@en ;
    skos:inScheme lexvo: ;
    skos:notation "kjk"^^xsd:string ;
    skos:prefLabel "Highland Konjo"@en .

<http://lexvo.org/id/iso639-3/kjl> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kjl"^^xsd:string ;
    skos:altLabel "Kham, Western Parbate"@en ;
    skos:inScheme lexvo: ;
    skos:notation "kjl"^^xsd:string ;
    skos:prefLabel "Western Parbate Kham"@en .

<http://lexvo.org/id/iso639-3/kjm> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kjm"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "kjm"^^xsd:string ;
    skos:prefLabel "Kháng"@en .

<http://lexvo.org/id/iso639-3/kjo> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kjo"^^xsd:string ;
    skos:altLabel "Kinnauri, Harijan"@en ;
    skos:inScheme lexvo: ;
    skos:notation "kjo"^^xsd:string ;
    skos:prefLabel "Harijan Kinnauri"@en .

<http://lexvo.org/id/iso639-3/kjr> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kjr"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "kjr"^^xsd:string ;
    skos:prefLabel "Kurudu"@en .

<http://lexvo.org/id/iso639-3/kjs> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kjs"^^xsd:string ;
    skos:altLabel "Kewa, East"@en ;
    skos:inScheme lexvo: ;
    skos:notation "kjs"^^xsd:string ;
    skos:prefLabel "East Kewa"@en .

<http://lexvo.org/id/iso639-3/kjt> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kjt"^^xsd:string ;
    skos:altLabel "Karen, Phrae Pwo"@en ;
    skos:inScheme lexvo: ;
    skos:notation "kjt"^^xsd:string ;
    skos:prefLabel "Phrae Pwo Karen"@en .

<http://lexvo.org/id/iso639-3/kjx> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kjx"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "kjx"^^xsd:string ;
    skos:prefLabel "Ramopa"@en .

<http://lexvo.org/id/iso639-3/kjy> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kjy"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "kjy"^^xsd:string ;
    skos:prefLabel "Erave"@en .

<http://lexvo.org/id/iso639-3/kka> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kka"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "kka"^^xsd:string ;
    skos:prefLabel "Kakanda"@en .

<http://lexvo.org/id/iso639-3/kkb> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kkb"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "kkb"^^xsd:string ;
    skos:prefLabel "Kwerisa"@en .

<http://lexvo.org/id/iso639-3/kkd> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kkd"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "kkd"^^xsd:string ;
    skos:prefLabel "Kinuku"@en .

<http://lexvo.org/id/iso639-3/kke> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kke"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "kke"^^xsd:string ;
    skos:prefLabel "Kakabe"@en .

<http://lexvo.org/id/iso639-3/kkf> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kkf"^^xsd:string ;
    skos:altLabel "Monpa, Kalaktang"@en ;
    skos:inScheme lexvo: ;
    skos:notation "kkf"^^xsd:string ;
    skos:prefLabel "Kalaktang Monpa"@en .

<http://lexvo.org/id/iso639-3/kkg> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kkg"^^xsd:string ;
    skos:altLabel "Kalinga, Mabaka Valley"@en ;
    skos:inScheme lexvo: ;
    skos:notation "kkg"^^xsd:string ;
    skos:prefLabel "Mabaka Valley Kalinga"@en .

<http://lexvo.org/id/iso639-3/kkm> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kkm"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "kkm"^^xsd:string ;
    skos:prefLabel "Kiong"@en .

<http://lexvo.org/id/iso639-3/kkn> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kkn"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "kkn"^^xsd:string ;
    skos:prefLabel "Kon Keu"@en .

<http://lexvo.org/id/iso639-3/kko> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kko"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "kko"^^xsd:string ;
    skos:prefLabel "Karko"@en .

<http://lexvo.org/id/iso639-3/kkp> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kkp"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "kkp"^^xsd:string ;
    skos:prefLabel "Gugubera"@en .

<http://lexvo.org/id/iso639-3/kkt> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kkt"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "kkt"^^xsd:string ;
    skos:prefLabel "Koi"@en .

<http://lexvo.org/id/iso639-3/kku> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kku"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "kku"^^xsd:string ;
    skos:prefLabel "Tumi"@en .

<http://lexvo.org/id/iso639-3/kkx> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kkx"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "kkx"^^xsd:string ;
    skos:prefLabel "Kohin"@en .

<http://lexvo.org/id/iso639-3/klc> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "klc"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "klc"^^xsd:string ;
    skos:prefLabel "Kolbila"@en .

<http://lexvo.org/id/iso639-3/klg> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "klg"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "klg"^^xsd:string ;
    skos:prefLabel "Tagakaulo"@en .

<http://lexvo.org/id/iso639-3/klh> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "klh"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "klh"^^xsd:string ;
    skos:prefLabel "Weliki"@en .

<http://lexvo.org/id/iso639-3/kli> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kli"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "kli"^^xsd:string ;
    skos:prefLabel "Kalumpang"@en .

<http://lexvo.org/id/iso639-3/klk> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "klk"^^xsd:string ;
    skos:altLabel "Kono (Nigeria)"@en ;
    skos:inScheme lexvo: ;
    skos:notation "klk"^^xsd:string ;
    skos:prefLabel "Kono"@en .

<http://lexvo.org/id/iso639-3/kll> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kll"^^xsd:string ;
    skos:altLabel "Kalagan, Kagan"@en ;
    skos:inScheme lexvo: ;
    skos:notation "kll"^^xsd:string ;
    skos:prefLabel "Kagan Kalagan"@en .

<http://lexvo.org/id/iso639-3/klm> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "klm"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "klm"^^xsd:string ;
    skos:prefLabel "Migum"@en .

<http://lexvo.org/id/iso639-3/kln> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kln"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "kln"^^xsd:string ;
    skos:prefLabel "kalenjin"@ca,
        "卡伦金文"@cmn,
        "卡倫金文"@cmn-Hant,
        "kalenjin"@da,
        "Καλεντζίν"@el,
        "Kalenjin"@en,
        "kalenyin"@es,
        "kaljenjin"@et,
        "kalenjin"@fi,
        "kalenjin"@fr,
        "קאלנג'ין"@he,
        "kalenjin"@hr,
        "kalendzsin"@hu,
        "Kalenjin"@id,
        "kalenjin"@it,
        "カレンジン語"@ja,
        "Kalenjin"@kln,
        "칼렌진어"@ko,
        "ຄາເລັນຈິນ"@lo,
        "kalenjinų"@lt,
        "kalendžīnu"@lv,
        "каленџин"@mk,
        "kalenjin"@nb,
        "Kalenjin"@nl,
        "kalenjin"@pl,
        "kalenjin"@pt,
        "kalenjin"@ro,
        "календжин"@ru,
        "kalenjin"@sk,
        "kalenjin"@sv,
        "คาเลนจิน"@th,
        "Kalenjin"@tr,
        "каленжин"@uk,
        "Tiếng Kalenjin"@vi .

<http://lexvo.org/id/iso639-3/klo> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "klo"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "klo"^^xsd:string ;
    skos:prefLabel "Kapya"@en .

<http://lexvo.org/id/iso639-3/klp> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "klp"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "klp"^^xsd:string ;
    skos:prefLabel "Kamasa"@en .

<http://lexvo.org/id/iso639-3/klt> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "klt"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "klt"^^xsd:string ;
    skos:prefLabel "Nukna"@en .

<http://lexvo.org/id/iso639-3/klv> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "klv"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "klv"^^xsd:string ;
    skos:prefLabel "Maskelynes"@en .

<http://lexvo.org/id/iso639-3/klw> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "klw"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "klw"^^xsd:string ;
    skos:prefLabel "Lindu"@en .

<http://lexvo.org/id/iso639-3/klx> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "klx"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "klx"^^xsd:string ;
    skos:prefLabel "Koluwawa"@en .

<http://lexvo.org/id/iso639-3/kly> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kly"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "kly"^^xsd:string ;
    skos:prefLabel "Kalao"@en .

<http://lexvo.org/id/iso639-3/klz> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "klz"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "klz"^^xsd:string ;
    skos:prefLabel "Kabola"@en .

<http://lexvo.org/id/iso639-3/kmc> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kmc"^^xsd:string ;
    skos:altLabel "Dong, Southern"@en ;
    skos:inScheme lexvo: ;
    skos:notation "kmc"^^xsd:string ;
    skos:prefLabel "Southern Dong"@en .

<http://lexvo.org/id/iso639-3/kmd> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kmd"^^xsd:string ;
    skos:altLabel "Kalinga, Majukayang"@en ;
    skos:inScheme lexvo: ;
    skos:notation "kmd"^^xsd:string ;
    skos:prefLabel "Majukayang Kalinga"@en .

<http://lexvo.org/id/iso639-3/kme> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kme"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "kme"^^xsd:string ;
    skos:prefLabel "Bakole"@en .

<http://lexvo.org/id/iso639-3/kmi> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kmi"^^xsd:string ;
    skos:altLabel "Kami (Nigeria)"@en ;
    skos:inScheme lexvo: ;
    skos:notation "kmi"^^xsd:string ;
    skos:prefLabel "Kami"@en .

<http://lexvo.org/id/iso639-3/kmk> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kmk"^^xsd:string ;
    skos:altLabel "Kalinga, Limos"@en ;
    skos:inScheme lexvo: ;
    skos:notation "kmk"^^xsd:string ;
    skos:prefLabel "Limos Kalinga"@en .

<http://lexvo.org/id/iso639-3/kml> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kml"^^xsd:string ;
    skos:altLabel "Kalinga, Tanudan"@en ;
    skos:inScheme lexvo: ;
    skos:notation "kml"^^xsd:string ;
    skos:prefLabel "Tanudan Kalinga"@en .

<http://lexvo.org/id/iso639-3/kmp> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kmp"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "kmp"^^xsd:string ;
    skos:prefLabel "Gimme"@en .

<http://lexvo.org/id/iso639-3/kms> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kms"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "kms"^^xsd:string ;
    skos:prefLabel "Kamasau"@en .

<http://lexvo.org/id/iso639-3/kmu> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kmu"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "kmu"^^xsd:string ;
    skos:prefLabel "Kanite"@en .

<http://lexvo.org/id/iso639-3/kmx> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kmx"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "kmx"^^xsd:string ;
    skos:prefLabel "Waboda"@en .

<http://lexvo.org/id/iso639-3/knb> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "knb"^^xsd:string ;
    skos:altLabel "Kalinga, Lubuagan"@en ;
    skos:inScheme lexvo: ;
    skos:notation "knb"^^xsd:string ;
    skos:prefLabel "Lubuagan Kalinga"@en .

<http://lexvo.org/id/iso639-3/kni> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kni"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "kni"^^xsd:string ;
    skos:prefLabel "Kanufi"@en .

<http://lexvo.org/id/iso639-3/knl> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "knl"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "knl"^^xsd:string ;
    skos:prefLabel "Keninjal"@en .

<http://lexvo.org/id/iso639-3/knr> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "knr"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "knr"^^xsd:string ;
    skos:prefLabel "Kaningra"@en .

<http://lexvo.org/id/iso639-3/knt> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "knt"^^xsd:string ;
    skos:altLabel "Katukína, Panoan"@en ;
    skos:inScheme lexvo: ;
    skos:notation "knt"^^xsd:string ;
    skos:prefLabel "Panoan Katukína"@en .

<http://lexvo.org/id/iso639-3/knu> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "knu"^^xsd:string ;
    skos:altLabel "Kono (Guinea)"@en ;
    skos:inScheme lexvo: ;
    skos:notation "knu"^^xsd:string ;
    skos:prefLabel "Kono"@en .

<http://lexvo.org/id/iso639-3/knx> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "knx"^^xsd:string ;
    skos:altLabel "Kendayan"@en ;
    skos:inScheme lexvo: ;
    skos:notation "knx"^^xsd:string ;
    skos:prefLabel "Salako"@en .

<http://lexvo.org/id/iso639-3/knz> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "knz"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "knz"^^xsd:string ;
    skos:prefLabel "Kalamsé"@en .

<http://lexvo.org/id/iso639-3/koa> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "koa"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "koa"^^xsd:string ;
    skos:prefLabel "Konomala"@en .

<http://lexvo.org/id/iso639-3/kod> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kod"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "kod"^^xsd:string ;
    skos:prefLabel "Kodi"@en .

<http://lexvo.org/id/iso639-3/koh> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "koh"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "koh"^^xsd:string ;
    skos:prefLabel "Koyo"@en .

<http://lexvo.org/id/iso639-3/koj> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "koj"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "koj"^^xsd:string ;
    skos:prefLabel "Sara Dunjo"@en .

<http://lexvo.org/id/iso639-3/kou> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kou"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "kou"^^xsd:string ;
    skos:prefLabel "Koke"@en .

<http://lexvo.org/id/iso639-3/kov> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kov"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "kov"^^xsd:string ;
    skos:prefLabel "Kudu-Camo"@en .

<http://lexvo.org/id/iso639-3/kow> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kow"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "kow"^^xsd:string ;
    skos:prefLabel "Kugama"@en .

<http://lexvo.org/id/iso639-3/koz> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "koz"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "koz"^^xsd:string ;
    skos:prefLabel "Korak"@en .

<http://lexvo.org/id/iso639-3/kpb> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kpb"^^xsd:string ;
    skos:altLabel "Kurumba, Mullu"@en ;
    skos:inScheme lexvo: ;
    skos:notation "kpb"^^xsd:string ;
    skos:prefLabel "Mullu Kurumba"@en .

<http://lexvo.org/id/iso639-3/kpd> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kpd"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "kpd"^^xsd:string ;
    skos:prefLabel "Koba"@en .

<http://lexvo.org/id/iso639-3/kph> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kph"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "kph"^^xsd:string ;
    skos:prefLabel "Kplang"@en .

<http://lexvo.org/id/iso639-3/kpi> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kpi"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "kpi"^^xsd:string ;
    skos:prefLabel "Kofei"@en .

<http://lexvo.org/id/iso639-3/kpl> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kpl"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "kpl"^^xsd:string ;
    skos:prefLabel "Kpala"@en .

<http://lexvo.org/id/iso639-3/kpn> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kpn"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "kpn"^^xsd:string ;
    skos:prefLabel "Kepkiriwát"@en .

<http://lexvo.org/id/iso639-3/kpu> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kpu"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "kpu"^^xsd:string ;
    skos:prefLabel "Kafoa"@en .

<http://lexvo.org/id/iso639-3/kqc> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kqc"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "kqc"^^xsd:string ;
    skos:prefLabel "Doromu-Koki"@en .

<http://lexvo.org/id/iso639-3/kqe> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kqe"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "kqe"^^xsd:string ;
    skos:prefLabel "Kalagan"@en .

<http://lexvo.org/id/iso639-3/kqf> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kqf"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "kqf"^^xsd:string ;
    skos:prefLabel "Kakabai"@en .

<http://lexvo.org/id/iso639-3/kqg> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kqg"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "kqg"^^xsd:string ;
    skos:prefLabel "Khe"@en .

<http://lexvo.org/id/iso639-3/kqh> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kqh"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "kqh"^^xsd:string ;
    skos:prefLabel "Kisankasa"@en .

<http://lexvo.org/id/iso639-3/kqk> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kqk"^^xsd:string ;
    skos:altLabel "Gbe, Kotafon"@en ;
    skos:inScheme lexvo: ;
    skos:notation "kqk"^^xsd:string ;
    skos:prefLabel "Kotafon Gbe"@en .

<http://lexvo.org/id/iso639-3/kqm> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kqm"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "kqm"^^xsd:string ;
    skos:prefLabel "Khisa"@en .

<http://lexvo.org/id/iso639-3/kqr> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kqr"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "kqr"^^xsd:string ;
    skos:prefLabel "Kimaragang"@en .

<http://lexvo.org/id/iso639-3/kqs> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kqs"^^xsd:string ;
    skos:altLabel "Kissi, Northern"@en ;
    skos:inScheme lexvo: ;
    skos:notation "kqs"^^xsd:string ;
    skos:prefLabel "Northern Kissi"@en .

<http://lexvo.org/id/iso639-3/kqt> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kqt"^^xsd:string ;
    skos:altLabel "Kadazan, Klias River"@en ;
    skos:inScheme lexvo: ;
    skos:notation "kqt"^^xsd:string ;
    skos:prefLabel "Klias River Kadazan"@en .

<http://lexvo.org/id/iso639-3/kqv> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kqv"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "kqv"^^xsd:string ;
    skos:prefLabel "Okolod"@en .

<http://lexvo.org/id/iso639-3/kqw> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kqw"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "kqw"^^xsd:string ;
    skos:prefLabel "Kandas"@en .

<http://lexvo.org/id/iso639-3/kra> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kra"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "kra"^^xsd:string ;
    skos:prefLabel "Kumhali"@en .

<http://lexvo.org/id/iso639-3/krd> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "krd"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "krd"^^xsd:string ;
    skos:prefLabel "Kairui-Midiki"@en .

<http://lexvo.org/id/iso639-3/krr> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "krr"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "krr"^^xsd:string ;
    skos:prefLabel "Kru'ng 2"@en .

<http://lexvo.org/id/iso639-3/krt> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "krt"^^xsd:string ;
    skos:altLabel "Kanuri, Tumari"@en ;
    skos:inScheme lexvo: ;
    skos:notation "krt"^^xsd:string ;
    skos:prefLabel "Tumari Kanuri"@en .

<http://lexvo.org/id/iso639-3/krv> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "krv"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "krv"^^xsd:string ;
    skos:prefLabel "Kavet"@en .

<http://lexvo.org/id/iso639-3/krw> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "krw"^^xsd:string ;
    skos:altLabel "Krahn, Western"@en ;
    skos:inScheme lexvo: ;
    skos:notation "krw"^^xsd:string ;
    skos:prefLabel "Western Krahn"@en .

<http://lexvo.org/id/iso639-3/krz> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "krz"^^xsd:string ;
    skos:altLabel "Kanum, Sota"@en ;
    skos:inScheme lexvo: ;
    skos:notation "krz"^^xsd:string ;
    skos:prefLabel "Sota Kanum"@en .

<http://lexvo.org/id/iso639-3/ksa> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ksa"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "ksa"^^xsd:string ;
    skos:prefLabel "Shuwa-Zamani"@en .

<http://lexvo.org/id/iso639-3/ksc> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ksc"^^xsd:string ;
    skos:altLabel "Kalinga, Southern"@en ;
    skos:inScheme lexvo: ;
    skos:notation "ksc"^^xsd:string ;
    skos:prefLabel "Southern Kalinga"@en .

<http://lexvo.org/id/iso639-3/kse> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kse"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "kse"^^xsd:string ;
    skos:prefLabel "Kuni"@en .

<http://lexvo.org/id/iso639-3/ksl> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ksl"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "ksl"^^xsd:string ;
    skos:prefLabel "Kumalu"@en .

<http://lexvo.org/id/iso639-3/ksm> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ksm"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "ksm"^^xsd:string ;
    skos:prefLabel "Kumba"@en .

<http://lexvo.org/id/iso639-3/ksn> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ksn"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "ksn"^^xsd:string ;
    skos:prefLabel "Kasiguranin"@en .

<http://lexvo.org/id/iso639-3/ksp> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ksp"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "ksp"^^xsd:string ;
    skos:prefLabel "Kaba"@en .

<http://lexvo.org/id/iso639-3/ksr> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ksr"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "ksr"^^xsd:string ;
    skos:prefLabel "Borong"@en .

<http://lexvo.org/id/iso639-3/ksu> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ksu"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "ksu"^^xsd:string ;
    skos:prefLabel "Khamyang"@en .

<http://lexvo.org/id/iso639-3/ksv> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ksv"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "ksv"^^xsd:string ;
    skos:prefLabel "Kusu"@en .

<http://lexvo.org/id/iso639-3/ksz> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ksz"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "ksz"^^xsd:string ;
    skos:prefLabel "Kodaku"@en .

<http://lexvo.org/id/iso639-3/kta> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kta"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "kta"^^xsd:string ;
    skos:prefLabel "Katua"@en .

<http://lexvo.org/id/iso639-3/kte> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kte"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "kte"^^xsd:string ;
    skos:prefLabel "Nubri"@en .

<http://lexvo.org/id/iso639-3/ktf> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ktf"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "ktf"^^xsd:string ;
    skos:prefLabel "Kwami"@en .

<http://lexvo.org/id/iso639-3/kti> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kti"^^xsd:string ;
    skos:altLabel "Muyu, North"@en ;
    skos:inScheme lexvo: ;
    skos:notation "kti"^^xsd:string ;
    skos:prefLabel "North Muyu"@en .

<http://lexvo.org/id/iso639-3/ktj> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ktj"^^xsd:string ;
    skos:altLabel "Krumen, Plapo"@en ;
    skos:inScheme lexvo: ;
    skos:notation "ktj"^^xsd:string ;
    skos:prefLabel "Plapo Krumen"@en .

<http://lexvo.org/id/iso639-3/ktm> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ktm"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "ktm"^^xsd:string ;
    skos:prefLabel "Kurti"@en .

<http://lexvo.org/id/iso639-3/ktp> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ktp"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "ktp"^^xsd:string ;
    skos:prefLabel "Kaduo"@en .

<http://lexvo.org/id/iso639-3/ktq> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ktq"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "ktq"^^xsd:string ;
    skos:prefLabel "Katabaga"@en .

<http://lexvo.org/id/iso639-3/ktr> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ktr"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "ktr"^^xsd:string ;
    skos:prefLabel "Kota Marudu Tinagas"@en .

<http://lexvo.org/id/iso639-3/kts> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kts"^^xsd:string ;
    skos:altLabel "Muyu, South"@en ;
    skos:inScheme lexvo: ;
    skos:notation "kts"^^xsd:string ;
    skos:prefLabel "South Muyu"@en .

<http://lexvo.org/id/iso639-3/ktt> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ktt"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "ktt"^^xsd:string ;
    skos:prefLabel "Ketum"@en .

<http://lexvo.org/id/iso639-3/ktv> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ktv"^^xsd:string ;
    skos:altLabel "Katu, Eastern"@en ;
    skos:inScheme lexvo: ;
    skos:notation "ktv"^^xsd:string ;
    skos:prefLabel "Eastern Katu"@en .

<http://lexvo.org/id/iso639-3/kuc> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kuc"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "kuc"^^xsd:string ;
    skos:prefLabel "Kwinsu"@en .

<http://lexvo.org/id/iso639-3/kuf> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kuf"^^xsd:string ;
    skos:altLabel "Katu, Western"@en ;
    skos:inScheme lexvo: ;
    skos:notation "kuf"^^xsd:string ;
    skos:prefLabel "Western Katu"@en .

<http://lexvo.org/id/iso639-3/kug> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kug"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "kug"^^xsd:string ;
    skos:prefLabel "Kupa"@en .

<http://lexvo.org/id/iso639-3/kuk> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kuk"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "kuk"^^xsd:string ;
    skos:prefLabel "Kepo'"@en .

<http://lexvo.org/id/iso639-3/kuo> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kuo"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "kuo"^^xsd:string ;
    skos:prefLabel "Kumukio"@en .

<http://lexvo.org/id/iso639-3/kuv> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kuv"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "kuv"^^xsd:string ;
    skos:prefLabel "Kur"@en .

<http://lexvo.org/id/iso639-3/kuw> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kuw"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "kuw"^^xsd:string ;
    skos:prefLabel "Kpagua"@en .

<http://lexvo.org/id/iso639-3/kux> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kux"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "kux"^^xsd:string ;
    skos:prefLabel "Kukatja"@en .

<http://lexvo.org/id/iso639-3/kvb> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kvb"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "kvb"^^xsd:string ;
    skos:prefLabel "Kubu"@en .

<http://lexvo.org/id/iso639-3/kve> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kve"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "kve"^^xsd:string ;
    skos:prefLabel "Kalabakan"@en .

<http://lexvo.org/id/iso639-3/kvh> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kvh"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "kvh"^^xsd:string ;
    skos:prefLabel "Komodo"@en .

<http://lexvo.org/id/iso639-3/kvm> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kvm"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "kvm"^^xsd:string ;
    skos:prefLabel "Kendem"@en .

<http://lexvo.org/id/iso639-3/kvp> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kvp"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "kvp"^^xsd:string ;
    skos:prefLabel "Kompane"@en .

<http://lexvo.org/id/iso639-3/kvq> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kvq"^^xsd:string ;
    skos:altLabel "Karen, Geba"@en ;
    skos:inScheme lexvo: ;
    skos:notation "kvq"^^xsd:string ;
    skos:prefLabel "Geba Karen"@en .

<http://lexvo.org/id/iso639-3/kvr> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kvr"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "kvr"^^xsd:string ;
    skos:prefLabel "Kerinci"@en .

<http://lexvo.org/id/iso639-3/kvs> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kvs"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "kvs"^^xsd:string ;
    skos:prefLabel "Kunggara"@en .

<http://lexvo.org/id/iso639-3/kvt> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kvt"^^xsd:string ;
    skos:altLabel "Karen, Lahta"@en,
        "Lahta Karen"@en ;
    skos:inScheme lexvo: ;
    skos:notation "kvt"^^xsd:string ;
    skos:prefLabel "Lahta"@en .

<http://lexvo.org/id/iso639-3/kvu> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kvu"^^xsd:string ;
    skos:altLabel "Karen, Yinbaw"@en ;
    skos:inScheme lexvo: ;
    skos:notation "kvu"^^xsd:string ;
    skos:prefLabel "Yinbaw Karen"@en .

<http://lexvo.org/id/iso639-3/kvy> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kvy"^^xsd:string ;
    skos:altLabel "Karen, Yintale"@en,
        "Yintale Karen"@en ;
    skos:inScheme lexvo: ;
    skos:notation "kvy"^^xsd:string ;
    skos:prefLabel "Yintale"@en .

<http://lexvo.org/id/iso639-3/kvz> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kvz"^^xsd:string ;
    skos:altLabel "Tsaukambo"@en ;
    skos:inScheme lexvo: ;
    skos:notation "kvz"^^xsd:string ;
    skos:prefLabel "Tsakwambo"@en .

<http://lexvo.org/id/iso639-3/kwq> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kwq"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "kwq"^^xsd:string ;
    skos:prefLabel "Kwak"@en .

<http://lexvo.org/id/iso639-3/kwr> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kwr"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "kwr"^^xsd:string ;
    skos:prefLabel "Kwer"@en .

<http://lexvo.org/id/iso639-3/kwu> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kwu"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "kwu"^^xsd:string ;
    skos:prefLabel "Kwakum"@en .

<http://lexvo.org/id/iso639-3/kwv> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kwv"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "kwv"^^xsd:string ;
    skos:prefLabel "Sara Kaba Náà"@en .

<http://lexvo.org/id/iso639-3/kww> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kww"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "kww"^^xsd:string ;
    skos:prefLabel "Kwinti"@en .

<http://lexvo.org/id/iso639-3/kwx> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kwx"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "kwx"^^xsd:string ;
    skos:prefLabel "Khirwar"@en .

<http://lexvo.org/id/iso639-3/kwy> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kwy"^^xsd:string ;
    skos:altLabel "Kongo, San Salvador"@en ;
    skos:inScheme lexvo: ;
    skos:notation "kwy"^^xsd:string ;
    skos:prefLabel "San Salvador Kongo"@en .

<http://lexvo.org/id/iso639-3/kxe> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kxe"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "kxe"^^xsd:string ;
    skos:prefLabel "Kakihum"@en .

<http://lexvo.org/id/iso639-3/kxf> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kxf"^^xsd:string ;
    skos:altLabel "Karen, Manumanaw"@en,
        "Manumanaw Karen"@en ;
    skos:inScheme lexvo: ;
    skos:notation "kxf"^^xsd:string ;
    skos:prefLabel "Manumanaw"@en .

<http://lexvo.org/id/iso639-3/kxi> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kxi"^^xsd:string ;
    skos:altLabel "Murut, Keningau"@en ;
    skos:inScheme lexvo: ;
    skos:notation "kxi"^^xsd:string ;
    skos:prefLabel "Keningau Murut"@en .

<http://lexvo.org/id/iso639-3/kxj> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kxj"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "kxj"^^xsd:string ;
    skos:prefLabel "Kulfa"@en .

<http://lexvo.org/id/iso639-3/kxk> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kxk"^^xsd:string ;
    skos:altLabel "Karen, Zayein"@en ;
    skos:inScheme lexvo: ;
    skos:notation "kxk"^^xsd:string ;
    skos:prefLabel "Zayein Karen"@en .

<http://lexvo.org/id/iso639-3/kxl> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kxl"^^xsd:string ;
    skos:altLabel "Kurux, Nepali"@en ;
    skos:inScheme lexvo: ;
    skos:notation "kxl"^^xsd:string ;
    skos:prefLabel "Nepali Kurux"@en .

<http://lexvo.org/id/iso639-3/kxm> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kxm"^^xsd:string ;
    skos:altLabel "Khmer, Northern"@en ;
    skos:inScheme lexvo: ;
    skos:notation "kxm"^^xsd:string ;
    skos:prefLabel "Northern Khmer"@en .

<http://lexvo.org/id/iso639-3/kxn> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kxn"^^xsd:string ;
    skos:altLabel "Melanau, Kanowit-Tanjong"@en ;
    skos:inScheme lexvo: ;
    skos:notation "kxn"^^xsd:string ;
    skos:prefLabel "Kanowit-Tanjong Melanau"@en .

<http://lexvo.org/id/iso639-3/kxp> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kxp"^^xsd:string ;
    skos:altLabel "Koli, Wadiyara"@en ;
    skos:inScheme lexvo: ;
    skos:notation "kxp"^^xsd:string ;
    skos:prefLabel "Wadiyara Koli"@en .

<http://lexvo.org/id/iso639-3/kxq> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kxq"^^xsd:string ;
    skos:altLabel "Kanum, Smärky"@en ;
    skos:inScheme lexvo: ;
    skos:notation "kxq"^^xsd:string ;
    skos:prefLabel "Smärky Kanum"@en .

<http://lexvo.org/id/iso639-3/kxt> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kxt"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "kxt"^^xsd:string ;
    skos:prefLabel "Koiwat"@en .

<http://lexvo.org/id/iso639-3/kxw> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kxw"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "kxw"^^xsd:string ;
    skos:prefLabel "Konai"@en .

<http://lexvo.org/id/iso639-3/kxy> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kxy"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "kxy"^^xsd:string ;
    skos:prefLabel "Kayong"@en .

<http://lexvo.org/id/iso639-3/kxz> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kxz"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "kxz"^^xsd:string ;
    skos:prefLabel "Kerewo"@en .

<http://lexvo.org/id/iso639-3/kya> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kya"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "kya"^^xsd:string ;
    skos:prefLabel "Kwaya"@en .

<http://lexvo.org/id/iso639-3/kyb> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kyb"^^xsd:string ;
    skos:altLabel "Kalinga, Butbut"@en ;
    skos:inScheme lexvo: ;
    skos:notation "kyb"^^xsd:string ;
    skos:prefLabel "Butbut Kalinga"@en .

<http://lexvo.org/id/iso639-3/kyd> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kyd"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "kyd"^^xsd:string ;
    skos:prefLabel "Karey"@en .

<http://lexvo.org/id/iso639-3/kyg> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kyg"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "kyg"^^xsd:string ;
    skos:prefLabel "Keyagana"@en .

<http://lexvo.org/id/iso639-3/kyk> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kyk"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "kyk"^^xsd:string ;
    skos:prefLabel "Kamayo"@en .

<http://lexvo.org/id/iso639-3/kyn> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kyn"^^xsd:string ;
    skos:altLabel "Binukidnon, Northern"@en ;
    skos:inScheme lexvo: ;
    skos:notation "kyn"^^xsd:string ;
    skos:prefLabel "Northern Binukidnon"@en .

<http://lexvo.org/id/iso639-3/kyo> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kyo"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "kyo"^^xsd:string ;
    skos:prefLabel "Kelon"@en .

<http://lexvo.org/id/iso639-3/kyp> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kyp"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "kyp"^^xsd:string ;
    skos:prefLabel "Kang"@en .

<http://lexvo.org/id/iso639-3/kyr> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kyr"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "kyr"^^xsd:string ;
    skos:prefLabel "Kuruáya"@en .

<http://lexvo.org/id/iso639-3/kyu> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kyu"^^xsd:string ;
    skos:altLabel "Kayah, Western"@en ;
    skos:inScheme lexvo: ;
    skos:notation "kyu"^^xsd:string ;
    skos:prefLabel "Western Kayah"@en .

<http://lexvo.org/id/iso639-3/kyy> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kyy"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "kyy"^^xsd:string ;
    skos:prefLabel "Kambaira"@en .

<http://lexvo.org/id/iso639-3/kzb> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kzb"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "kzb"^^xsd:string ;
    skos:prefLabel "Kaibobo"@en .

<http://lexvo.org/id/iso639-3/kzc> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kzc"^^xsd:string ;
    skos:altLabel "Kulango, Bondoukou"@en ;
    skos:inScheme lexvo: ;
    skos:notation "kzc"^^xsd:string ;
    skos:prefLabel "Bondoukou Kulango"@en .

<http://lexvo.org/id/iso639-3/kzd> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kzd"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "kzd"^^xsd:string ;
    skos:prefLabel "Kadai"@en .

<http://lexvo.org/id/iso639-3/kze> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kze"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "kze"^^xsd:string ;
    skos:prefLabel "Kosena"@en .

<http://lexvo.org/id/iso639-3/kzg> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kzg"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "kzg"^^xsd:string ;
    skos:prefLabel "Kikai"@en .

<http://lexvo.org/id/iso639-3/kzm> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kzm"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "kzm"^^xsd:string ;
    skos:prefLabel "Kais"@en .

<http://lexvo.org/id/iso639-3/kzn> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kzn"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "kzn"^^xsd:string ;
    skos:prefLabel "Kokola"@en .

<http://lexvo.org/id/iso639-3/kzo> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kzo"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "kzo"^^xsd:string ;
    skos:prefLabel "Kaningi"@en .

<http://lexvo.org/id/iso639-3/kzp> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kzp"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "kzp"^^xsd:string ;
    skos:prefLabel "Kaidipang"@en .

<http://lexvo.org/id/iso639-3/kzq> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kzq"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "kzq"^^xsd:string ;
    skos:prefLabel "Kaike"@en .

<http://lexvo.org/id/iso639-3/kzr> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kzr"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "kzr"^^xsd:string ;
    skos:prefLabel "Karang"@en .

<http://lexvo.org/id/iso639-3/kzs> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kzs"^^xsd:string ;
    skos:altLabel "Dusun, Sugut"@en ;
    skos:inScheme lexvo: ;
    skos:notation "kzs"^^xsd:string ;
    skos:prefLabel "Sugut Dusun"@en .

<http://lexvo.org/id/iso639-3/kzt> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kzt"^^xsd:string ;
    skos:altLabel "Dusun, Tambunan"@en ;
    skos:inScheme lexvo: ;
    skos:notation "kzt"^^xsd:string ;
    skos:prefLabel "Tambunan Dusun"@en .

<http://lexvo.org/id/iso639-3/kzu> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kzu"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "kzu"^^xsd:string ;
    skos:prefLabel "Kayupulau"@en .

<http://lexvo.org/id/iso639-3/kzx> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kzx"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "kzx"^^xsd:string ;
    skos:prefLabel "Kamarian"@en .

<http://lexvo.org/id/iso639-3/kzy> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kzy"^^xsd:string ;
    skos:altLabel "Kango (Tshopo District)"@en ;
    skos:inScheme lexvo: ;
    skos:notation "kzy"^^xsd:string ;
    skos:prefLabel "Kango"@en .

<http://lexvo.org/id/iso639-3/laa> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "laa"^^xsd:string ;
    skos:altLabel "Subanen, Southern"@en ;
    skos:inScheme lexvo: ;
    skos:notation "laa"^^xsd:string ;
    skos:prefLabel "Southern Subanen"@en .

<http://lexvo.org/id/iso639-3/lab> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "lab"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "lab"^^xsd:string ;
    skos:prefLabel "Linear A"@en .

<http://lexvo.org/id/iso639-3/lak> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "lak"^^xsd:string ;
    skos:altLabel "Laka (Nigeria)"@en ;
    skos:inScheme lexvo: ;
    skos:notation "lak"^^xsd:string ;
    skos:prefLabel "Laka"@en .

<http://lexvo.org/id/iso639-3/lap> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "lap"^^xsd:string ;
    skos:altLabel "Laka (Chad)"@en ;
    skos:inScheme lexvo: ;
    skos:notation "lap"^^xsd:string ;
    skos:prefLabel "Laka"@en .

<http://lexvo.org/id/iso639-3/lau> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "lau"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "lau"^^xsd:string ;
    skos:prefLabel "Laba"@en .

<http://lexvo.org/id/iso639-3/lax> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "lax"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "lax"^^xsd:string ;
    skos:prefLabel "Tiwa"@en .

<http://lexvo.org/id/iso639-3/lay> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "lay"^^xsd:string ;
    skos:altLabel "Lama (Myanmar)"@en ;
    skos:inScheme lexvo: ;
    skos:notation "lay"^^xsd:string ;
    skos:prefLabel "Lama"@en .

<http://lexvo.org/id/iso639-3/lba> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "lba"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "lba"^^xsd:string ;
    skos:prefLabel "Lui"@en .

<http://lexvo.org/id/iso639-3/lbb> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "lbb"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "lbb"^^xsd:string ;
    skos:prefLabel "Label"@en .

<http://lexvo.org/id/iso639-3/lbg> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "lbg"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "lbg"^^xsd:string ;
    skos:prefLabel "Laopang"@en .

<http://lexvo.org/id/iso639-3/lbi> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "lbi"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "lbi"^^xsd:string ;
    skos:prefLabel "La'bi"@en .

<http://lexvo.org/id/iso639-3/lbk> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "lbk"^^xsd:string ;
    skos:altLabel "Bontok, Central"@en ;
    skos:inScheme lexvo: ;
    skos:notation "lbk"^^xsd:string ;
    skos:prefLabel "Central Bontok"@en .

<http://lexvo.org/id/iso639-3/lbl> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "lbl"^^xsd:string ;
    skos:altLabel "Bikol, Libon"@en ;
    skos:inScheme lexvo: ;
    skos:notation "lbl"^^xsd:string ;
    skos:prefLabel "Libon Bikol"@en .

<http://lexvo.org/id/iso639-3/lbn> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "lbn"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "lbn"^^xsd:string ;
    skos:prefLabel "Lamet"@en .

<http://lexvo.org/id/iso639-3/lbq> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "lbq"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "lbq"^^xsd:string ;
    skos:prefLabel "Wampar"@en .

<http://lexvo.org/id/iso639-3/lbr> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "lbr"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "lbr"^^xsd:string ;
    skos:prefLabel "Lohorung"@en .

<http://lexvo.org/id/iso639-3/lbs> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "lbs"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "lbs"^^xsd:string ;
    skos:prefLabel "Libyan Sign Language"@en .

<http://lexvo.org/id/iso639-3/lbv> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "lbv"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "lbv"^^xsd:string ;
    skos:prefLabel "Lavatbura-Lamusong"@en .

<http://lexvo.org/id/iso639-3/lbw> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "lbw"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "lbw"^^xsd:string ;
    skos:prefLabel "Tolaki"@en .

<http://lexvo.org/id/iso639-3/lcc> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "lcc"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "lcc"^^xsd:string ;
    skos:prefLabel "Legenyem"@en .

<http://lexvo.org/id/iso639-3/lce> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "lce"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "lce"^^xsd:string ;
    skos:prefLabel "Loncong"@en .

<http://lexvo.org/id/iso639-3/lcf> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "lcf"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "lcf"^^xsd:string ;
    skos:prefLabel "Lubu"@en .

<http://lexvo.org/id/iso639-3/lcp> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "lcp"^^xsd:string ;
    skos:altLabel "Lawa, Western"@en ;
    skos:inScheme lexvo: ;
    skos:notation "lcp"^^xsd:string ;
    skos:prefLabel "Western Lawa"@en .

<http://lexvo.org/id/iso639-3/lcs> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "lcs"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "lcs"^^xsd:string ;
    skos:prefLabel "Lisabata-Nuniali"@en .

<http://lexvo.org/id/iso639-3/ldd> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ldd"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "ldd"^^xsd:string ;
    skos:prefLabel "Luri"@en .

<http://lexvo.org/id/iso639-3/ldg> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ldg"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "ldg"^^xsd:string ;
    skos:prefLabel "Lenyima"@en .

<http://lexvo.org/id/iso639-3/ldh> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ldh"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "ldh"^^xsd:string ;
    skos:prefLabel "Lamja-Dengsa-Tola"@en .

<http://lexvo.org/id/iso639-3/ldi> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ldi"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "ldi"^^xsd:string ;
    skos:prefLabel "Laari"@en .

<http://lexvo.org/id/iso639-3/lea> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "lea"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "lea"^^xsd:string ;
    skos:prefLabel "Lega-Shabunda"@en .

<http://lexvo.org/id/iso639-3/leh> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "leh"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "leh"^^xsd:string ;
    skos:prefLabel "Lenje"@en .

<http://lexvo.org/id/iso639-3/lei> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "lei"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "lei"^^xsd:string ;
    skos:prefLabel "Lemio"@en .

<http://lexvo.org/id/iso639-3/lek> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "lek"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "lek"^^xsd:string ;
    skos:prefLabel "Leipon"@en .

<http://lexvo.org/id/iso639-3/lem> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "lem"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "lem"^^xsd:string ;
    skos:prefLabel "Nomaande"@en .

<http://lexvo.org/id/iso639-3/leo> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "leo"^^xsd:string ;
    skos:altLabel "Leti (Cameroon)"@en ;
    skos:inScheme lexvo: ;
    skos:notation "leo"^^xsd:string ;
    skos:prefLabel "Leti"@en .

<http://lexvo.org/id/iso639-3/ler> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ler"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "ler"^^xsd:string ;
    skos:prefLabel "Lenkau"@en .

<http://lexvo.org/id/iso639-3/let> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "let"^^xsd:string ;
    skos:altLabel "Lesing-Gelimi"@en ;
    skos:inScheme lexvo: ;
    skos:notation "let"^^xsd:string ;
    skos:prefLabel "Amio-Gelimi"@en .

<http://lexvo.org/id/iso639-3/ley> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ley"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "ley"^^xsd:string ;
    skos:prefLabel "Lemolang"@en .

<http://lexvo.org/id/iso639-3/lgi> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "lgi"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "lgi"^^xsd:string ;
    skos:prefLabel "Lengilu"@en .

<http://lexvo.org/id/iso639-3/lgk> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "lgk"^^xsd:string ;
    skos:altLabel "Neverver"@en ;
    skos:inScheme lexvo: ;
    skos:notation "lgk"^^xsd:string ;
    skos:prefLabel "Lingarak"@en .

<http://lexvo.org/id/iso639-3/lgm> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "lgm"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "lgm"^^xsd:string ;
    skos:prefLabel "Lega-Mwenga"@en .

<http://lexvo.org/id/iso639-3/lgr> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "lgr"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "lgr"^^xsd:string ;
    skos:prefLabel "Lengo"@en .

<http://lexvo.org/id/iso639-3/lgt> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "lgt"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "lgt"^^xsd:string ;
    skos:prefLabel "Pahi"@en .

<http://lexvo.org/id/iso639-3/lgz> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "lgz"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "lgz"^^xsd:string ;
    skos:prefLabel "Ligenza"@en .

<http://lexvo.org/id/iso639-3/lhh> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "lhh"^^xsd:string ;
    skos:altLabel "Laha (Indonesia)"@en ;
    skos:inScheme lexvo: ;
    skos:notation "lhh"^^xsd:string ;
    skos:prefLabel "Laha"@en .

<http://lexvo.org/id/iso639-3/lhi> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "lhi"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "lhi"^^xsd:string ;
    skos:prefLabel "Lahu Shi"@en .

<http://lexvo.org/id/iso639-3/lhl> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "lhl"^^xsd:string ;
    skos:altLabel "Lohar, Lahul"@en ;
    skos:inScheme lexvo: ;
    skos:notation "lhl"^^xsd:string ;
    skos:prefLabel "Lahul Lohar"@en .

<http://lexvo.org/id/iso639-3/lhn> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "lhn"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "lhn"^^xsd:string ;
    skos:prefLabel "Lahanan"@en .

<http://lexvo.org/id/iso639-3/lia> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "lia"^^xsd:string ;
    skos:altLabel "Limba, West-Central"@en ;
    skos:inScheme lexvo: ;
    skos:notation "lia"^^xsd:string ;
    skos:prefLabel "West-Central Limba"@en .

<http://lexvo.org/id/iso639-3/lic> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "lic"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "lic"^^xsd:string ;
    skos:prefLabel "Hlai"@en .

<http://lexvo.org/id/iso639-3/lie> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "lie"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "lie"^^xsd:string ;
    skos:prefLabel "Likila"@en .

<http://lexvo.org/id/iso639-3/lii> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "lii"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "lii"^^xsd:string ;
    skos:prefLabel "Lingkhim"@en .

<http://lexvo.org/id/iso639-3/lio> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "lio"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "lio"^^xsd:string ;
    skos:prefLabel "Liki"@en .

<http://lexvo.org/id/iso639-3/lir> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "lir"^^xsd:string ;
    skos:altLabel "English, Liberian"@en ;
    skos:inScheme lexvo: ;
    skos:notation "lir"^^xsd:string ;
    skos:prefLabel "Liberian English"@en .

<http://lexvo.org/id/iso639-3/liu> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "liu"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "liu"^^xsd:string ;
    skos:prefLabel "Logorik"@en .

<http://lexvo.org/id/iso639-3/liw> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "liw"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "liw"^^xsd:string ;
    skos:prefLabel "Col"@en .

<http://lexvo.org/id/iso639-3/lix> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "lix"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "lix"^^xsd:string ;
    skos:prefLabel "Liabuku"@en .

<http://lexvo.org/id/iso639-3/liz> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "liz"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "liz"^^xsd:string ;
    skos:prefLabel "Libinza"@en .

<http://lexvo.org/id/iso639-3/lje> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "lje"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "lje"^^xsd:string ;
    skos:prefLabel "Rampi"@en .

<http://lexvo.org/id/iso639-3/lji> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "lji"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "lji"^^xsd:string ;
    skos:prefLabel "Laiyolo"@en .

<http://lexvo.org/id/iso639-3/ljl> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ljl"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "ljl"^^xsd:string ;
    skos:prefLabel "Li'o"@en .

<http://lexvo.org/id/iso639-3/lka> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "lka"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "lka"^^xsd:string ;
    skos:prefLabel "Lakalei"@en .

<http://lexvo.org/id/iso639-3/lkb> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "lkb"^^xsd:string ;
    skos:altLabel "Lukabaras"@en ;
    skos:inScheme lexvo: ;
    skos:notation "lkb"^^xsd:string ;
    skos:prefLabel "Kabras"@en .

<http://lexvo.org/id/iso639-3/lkc> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "lkc"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "lkc"^^xsd:string ;
    skos:prefLabel "Kucong"@en .

<http://lexvo.org/id/iso639-3/lkd> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "lkd"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "lkd"^^xsd:string ;
    skos:prefLabel "Lakondê"@en .

<http://lexvo.org/id/iso639-3/lke> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "lke"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "lke"^^xsd:string ;
    skos:prefLabel "Kenyi"@en .

<http://lexvo.org/id/iso639-3/lkj> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "lkj"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "lkj"^^xsd:string ;
    skos:prefLabel "Remun"@en .

<http://lexvo.org/id/iso639-3/lkl> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "lkl"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "lkl"^^xsd:string ;
    skos:prefLabel "Laeko-Libuat"@en .

<http://lexvo.org/id/iso639-3/lko> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "lko"^^xsd:string ;
    skos:altLabel "Olukhayo"@en ;
    skos:inScheme lexvo: ;
    skos:notation "lko"^^xsd:string ;
    skos:prefLabel "Khayo"@en .

<http://lexvo.org/id/iso639-3/lks> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "lks"^^xsd:string ;
    skos:altLabel "Olushisa"@en ;
    skos:inScheme lexvo: ;
    skos:notation "lks"^^xsd:string ;
    skos:prefLabel "Kisa"@en .

<http://lexvo.org/id/iso639-3/lky> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "lky"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "lky"^^xsd:string ;
    skos:prefLabel "Lokoya"@en .

<http://lexvo.org/id/iso639-3/llb> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "llb"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "llb"^^xsd:string ;
    skos:prefLabel "Lolo"@en .

<http://lexvo.org/id/iso639-3/llg> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "llg"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "llg"^^xsd:string ;
    skos:prefLabel "Lole"@en .

<http://lexvo.org/id/iso639-3/llh> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "llh"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "llh"^^xsd:string ;
    skos:prefLabel "Lamu"@en .

<http://lexvo.org/id/iso639-3/lli> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "lli"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "lli"^^xsd:string ;
    skos:prefLabel "Teke-Laali"@en .

<http://lexvo.org/id/iso639-3/llj> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "llj"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "llj"^^xsd:string ;
    skos:prefLabel "Ladji Ladji"@en .

<http://lexvo.org/id/iso639-3/llk> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "llk"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "llk"^^xsd:string ;
    skos:prefLabel "Lelak"@en .

<http://lexvo.org/id/iso639-3/llm> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "llm"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "llm"^^xsd:string ;
    skos:prefLabel "Lasalimu"@en .

<http://lexvo.org/id/iso639-3/llo> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "llo"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "llo"^^xsd:string ;
    skos:prefLabel "Khlor"@en .

<http://lexvo.org/id/iso639-3/llq> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "llq"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "llq"^^xsd:string ;
    skos:prefLabel "Lolak"@en .

<http://lexvo.org/id/iso639-3/lma> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "lma"^^xsd:string ;
    skos:altLabel "Limba, East"@en ;
    skos:inScheme lexvo: ;
    skos:notation "lma"^^xsd:string ;
    skos:prefLabel "East Limba"@en .

<http://lexvo.org/id/iso639-3/lmb> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "lmb"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "lmb"^^xsd:string ;
    skos:prefLabel "Merei"@en .

<http://lexvo.org/id/iso639-3/lmf> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "lmf"^^xsd:string ;
    skos:altLabel "Lembata, South"@en ;
    skos:inScheme lexvo: ;
    skos:notation "lmf"^^xsd:string ;
    skos:prefLabel "South Lembata"@en .

<http://lexvo.org/id/iso639-3/lmh> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "lmh"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "lmh"^^xsd:string ;
    skos:prefLabel "Lambichhong"@en .

<http://lexvo.org/id/iso639-3/lmi> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "lmi"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "lmi"^^xsd:string ;
    skos:prefLabel "Lombi"@en .

<http://lexvo.org/id/iso639-3/lmj> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "lmj"^^xsd:string ;
    skos:altLabel "Lembata, West"@en ;
    skos:inScheme lexvo: ;
    skos:notation "lmj"^^xsd:string ;
    skos:prefLabel "West Lembata"@en .

<http://lexvo.org/id/iso639-3/lmk> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "lmk"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "lmk"^^xsd:string ;
    skos:prefLabel "Lamkang"@en .

<http://lexvo.org/id/iso639-3/lmm> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "lmm"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "lmm"^^xsd:string ;
    skos:prefLabel "Lamam"@en .

<http://lexvo.org/id/iso639-3/lmq> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "lmq"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "lmq"^^xsd:string ;
    skos:prefLabel "Lamatuka"@en .

<http://lexvo.org/id/iso639-3/lmr> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "lmr"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "lmr"^^xsd:string ;
    skos:prefLabel "Lamalera"@en .

<http://lexvo.org/id/iso639-3/lmu> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "lmu"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "lmu"^^xsd:string ;
    skos:prefLabel "Lamenu"@en .

<http://lexvo.org/id/iso639-3/lmx> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "lmx"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "lmx"^^xsd:string ;
    skos:prefLabel "Laimbue"@en .

<http://lexvo.org/id/iso639-3/lmy> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "lmy"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "lmy"^^xsd:string ;
    skos:prefLabel "Lamboya"@en .

<http://lexvo.org/id/iso639-3/lmz> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "lmz"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "lmz"^^xsd:string ;
    skos:prefLabel "Lumbee"@en .

<http://lexvo.org/id/iso639-3/lna> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "lna"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "lna"^^xsd:string ;
    skos:prefLabel "Langbashe"@en .

<http://lexvo.org/id/iso639-3/lni> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "lni"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "lni"^^xsd:string ;
    skos:prefLabel "Daantanai'"@en .

<http://lexvo.org/id/iso639-3/lnl> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "lnl"^^xsd:string ;
    skos:altLabel "Banda, South Central"@en ;
    skos:inScheme lexvo: ;
    skos:notation "lnl"^^xsd:string ;
    skos:prefLabel "South Central Banda"@en .

<http://lexvo.org/id/iso639-3/lnm> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "lnm"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "lnm"^^xsd:string ;
    skos:prefLabel "Langam"@en .

<http://lexvo.org/id/iso639-3/lnz> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "lnz"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "lnz"^^xsd:string ;
    skos:prefLabel "Lonzo"@en .

<http://lexvo.org/id/iso639-3/loe> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "loe"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "loe"^^xsd:string ;
    skos:prefLabel "Saluan"@en .

<http://lexvo.org/id/iso639-3/loh> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "loh"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "loh"^^xsd:string ;
    skos:prefLabel "Narim"@en .

<http://lexvo.org/id/iso639-3/lop> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "lop"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "lop"^^xsd:string ;
    skos:prefLabel "Lopa"@en .

<http://lexvo.org/id/iso639-3/lov> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "lov"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "lov"^^xsd:string ;
    skos:prefLabel "Lopi"@en .

<http://lexvo.org/id/iso639-3/low> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "low"^^xsd:string ;
    skos:altLabel "Lobu, Tampias"@en ;
    skos:inScheme lexvo: ;
    skos:notation "low"^^xsd:string ;
    skos:prefLabel "Tampias Lobu"@en .

<http://lexvo.org/id/iso639-3/lpa> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "lpa"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "lpa"^^xsd:string ;
    skos:prefLabel "Lelepa"@en .

<http://lexvo.org/id/iso639-3/lpn> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "lpn"^^xsd:string ;
    skos:altLabel "Naga, Long Phuri"@en ;
    skos:inScheme lexvo: ;
    skos:notation "lpn"^^xsd:string ;
    skos:prefLabel "Long Phuri Naga"@en .

<http://lexvo.org/id/iso639-3/lpx> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "lpx"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "lpx"^^xsd:string ;
    skos:prefLabel "Lopit"@en .

<http://lexvo.org/id/iso639-3/lri> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "lri"^^xsd:string ;
    skos:altLabel "Olumarachi"@en ;
    skos:inScheme lexvo: ;
    skos:notation "lri"^^xsd:string ;
    skos:prefLabel "Marachi"@en .

<http://lexvo.org/id/iso639-3/lrm> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "lrm"^^xsd:string ;
    skos:altLabel "Olumarama"@en ;
    skos:inScheme lexvo: ;
    skos:notation "lrm"^^xsd:string ;
    skos:prefLabel "Marama"@en .

<http://lexvo.org/id/iso639-3/lrn> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "lrn"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "lrn"^^xsd:string ;
    skos:prefLabel "Lorang"@en .

<http://lexvo.org/id/iso639-3/lrr> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "lrr"^^xsd:string ;
    skos:altLabel "Yamphu, Southern"@en ;
    skos:inScheme lexvo: ;
    skos:notation "lrr"^^xsd:string ;
    skos:prefLabel "Southern Yamphu"@en .

<http://lexvo.org/id/iso639-3/lrv> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "lrv"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "lrv"^^xsd:string ;
    skos:prefLabel "Larevat"@en .

<http://lexvo.org/id/iso639-3/lrz> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "lrz"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "lrz"^^xsd:string ;
    skos:prefLabel "Lemerig"@en .

<http://lexvo.org/id/iso639-3/lsa> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "lsa"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "lsa"^^xsd:string ;
    skos:prefLabel "Lasgerdi"@en .

<http://lexvo.org/id/iso639-3/lse> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "lse"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "lse"^^xsd:string ;
    skos:prefLabel "Lusengo"@en .

<http://lexvo.org/id/iso639-3/lsl> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "lsl"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "lsl"^^xsd:string ;
    skos:prefLabel "Latvian Sign Language"@en .

<http://lexvo.org/id/iso639-3/lso> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "lso"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "lso"^^xsd:string ;
    skos:prefLabel "Laos Sign Language"@en .

<http://lexvo.org/id/iso639-3/lsp> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "lsp"^^xsd:string ;
    skos:altLabel "Lengua de Señas Panameñas"@en ;
    skos:inScheme lexvo: ;
    skos:notation "lsp"^^xsd:string ;
    skos:prefLabel "Panamanian Sign Language"@en .

<http://lexvo.org/id/iso639-3/lsr> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "lsr"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "lsr"^^xsd:string ;
    skos:prefLabel "Aruop"@en .

<http://lexvo.org/id/iso639-3/lss> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "lss"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "lss"^^xsd:string ;
    skos:prefLabel "Lasi"@en .

<http://lexvo.org/id/iso639-3/lst> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "lst"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "lst"^^xsd:string ;
    skos:prefLabel "Trinidad and Tobago Sign Language"@en .

<http://lexvo.org/id/iso639-3/lsy> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "lsy"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "lsy"^^xsd:string ;
    skos:prefLabel "Mauritian Sign Language"@en .

<http://lexvo.org/id/iso639-3/ltn> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ltn"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "ltn"^^xsd:string ;
    skos:prefLabel "Latundê"@en .

<http://lexvo.org/id/iso639-3/lto> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "lto"^^xsd:string ;
    skos:altLabel "Olutsotso"@en ;
    skos:inScheme lexvo: ;
    skos:notation "lto"^^xsd:string ;
    skos:prefLabel "Tsotso"@en .

<http://lexvo.org/id/iso639-3/lts> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "lts"^^xsd:string ;
    skos:altLabel "Lutachoni"@en ;
    skos:inScheme lexvo: ;
    skos:notation "lts"^^xsd:string ;
    skos:prefLabel "Tachoni"@en .

<http://lexvo.org/id/iso639-3/ltu> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ltu"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "ltu"^^xsd:string ;
    skos:prefLabel "Latu"@en .

<http://lexvo.org/id/iso639-3/luj> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "luj"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "luj"^^xsd:string ;
    skos:prefLabel "Luna"@en .

<http://lexvo.org/id/iso639-3/lum> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "lum"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "lum"^^xsd:string ;
    skos:prefLabel "Luimbi"@en .

<http://lexvo.org/id/iso639-3/lur> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "lur"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "lur"^^xsd:string ;
    skos:prefLabel "Laura"@en .

<http://lexvo.org/id/iso639-3/luu> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "luu"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "luu"^^xsd:string ;
    skos:prefLabel "Lumba-Yakkha"@en .

<http://lexvo.org/id/iso639-3/luz> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "luz"^^xsd:string ;
    skos:altLabel "Luri, Southern"@en ;
    skos:inScheme lexvo: ;
    skos:notation "luz"^^xsd:string ;
    skos:prefLabel "Southern Luri"@en .

<http://lexvo.org/id/iso639-3/lvu> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "lvu"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "lvu"^^xsd:string ;
    skos:prefLabel "Levuka"@en .

<http://lexvo.org/id/iso639-3/lwe> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "lwe"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "lwe"^^xsd:string ;
    skos:prefLabel "Lewo Eleng"@en .

<http://lexvo.org/id/iso639-3/lwg> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "lwg"^^xsd:string ;
    skos:altLabel "Oluwanga"@en ;
    skos:inScheme lexvo: ;
    skos:notation "lwg"^^xsd:string ;
    skos:prefLabel "Wanga"@en .

<http://lexvo.org/id/iso639-3/lwh> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "lwh"^^xsd:string ;
    skos:altLabel "Lachi, White"@en ;
    skos:inScheme lexvo: ;
    skos:notation "lwh"^^xsd:string ;
    skos:prefLabel "White Lachi"@en .

<http://lexvo.org/id/iso639-3/lwl> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "lwl"^^xsd:string ;
    skos:altLabel "Lawa, Eastern"@en ;
    skos:inScheme lexvo: ;
    skos:notation "lwl"^^xsd:string ;
    skos:prefLabel "Eastern Lawa"@en .

<http://lexvo.org/id/iso639-3/lwm> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "lwm"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "lwm"^^xsd:string ;
    skos:prefLabel "Laomian"@en .

<http://lexvo.org/id/iso639-3/lwt> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "lwt"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "lwt"^^xsd:string ;
    skos:prefLabel "Lewotobi"@en .

<http://lexvo.org/id/iso639-3/lyg> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "lyg"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "lyg"^^xsd:string ;
    skos:prefLabel "Lyngngam"@en .

<http://lexvo.org/id/iso639-3/lzl> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "lzl"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "lzl"^^xsd:string ;
    skos:prefLabel "Litzlitz"@en .

<http://lexvo.org/id/iso639-3/lzn> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "lzn"^^xsd:string ;
    skos:altLabel "Naga, Leinong"@en ;
    skos:inScheme lexvo: ;
    skos:notation "lzn"^^xsd:string ;
    skos:prefLabel "Leinong Naga"@en .

<http://lexvo.org/id/iso639-3/maa> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "maa"^^xsd:string ;
    skos:altLabel "Mazatec, San Jerónimo Tecóatl"@en ;
    skos:inScheme lexvo: ;
    skos:notation "maa"^^xsd:string ;
    skos:prefLabel "San Jerónimo Tecóatl Mazatec"@en .

<http://lexvo.org/id/iso639-3/mab> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mab"^^xsd:string ;
    skos:altLabel "Mixtec, Yutanduchi"@en ;
    skos:inScheme lexvo: ;
    skos:notation "mab"^^xsd:string ;
    skos:prefLabel "Yutanduchi Mixtec"@en .

<http://lexvo.org/id/iso639-3/mat> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mat"^^xsd:string ;
    skos:altLabel "Matlatzinca, San Francisco"@en ;
    skos:inScheme lexvo: ;
    skos:notation "mat"^^xsd:string ;
    skos:prefLabel "San Francisco Matlatzinca"@en .

<http://lexvo.org/id/iso639-3/max> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "max"^^xsd:string ;
    skos:altLabel "Malay, North Moluccan"@en ;
    skos:inScheme lexvo: ;
    skos:notation "max"^^xsd:string ;
    skos:prefLabel "North Moluccan Malay"@en .

<http://lexvo.org/id/iso639-3/maz> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "maz"^^xsd:string ;
    skos:altLabel "Mazahua, Central"@en ;
    skos:inScheme lexvo: ;
    skos:notation "maz"^^xsd:string ;
    skos:prefLabel "Central Mazahua"@en .

<http://lexvo.org/id/iso639-3/mba> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mba"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "mba"^^xsd:string ;
    skos:prefLabel "Higaonon"@en .

<http://lexvo.org/id/iso639-3/mbd> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mbd"^^xsd:string ;
    skos:altLabel "Manobo, Dibabawon"@en ;
    skos:inScheme lexvo: ;
    skos:notation "mbd"^^xsd:string ;
    skos:prefLabel "Dibabawon Manobo"@en .

<http://lexvo.org/id/iso639-3/mbf> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mbf"^^xsd:string ;
    skos:altLabel "Malay, Baba"@en ;
    skos:inScheme lexvo: ;
    skos:notation "mbf"^^xsd:string ;
    skos:prefLabel "Baba Malay"@en .

<http://lexvo.org/id/iso639-3/mbh> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mbh"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "mbh"^^xsd:string ;
    skos:prefLabel "Mangseng"@en .

<http://lexvo.org/id/iso639-3/mbi> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mbi"^^xsd:string ;
    skos:altLabel "Manobo, Ilianen"@en ;
    skos:inScheme lexvo: ;
    skos:notation "mbi"^^xsd:string ;
    skos:prefLabel "Ilianen Manobo"@en .

<http://lexvo.org/id/iso639-3/mbk> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mbk"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "mbk"^^xsd:string ;
    skos:prefLabel "Malol"@en .

<http://lexvo.org/id/iso639-3/mbs> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mbs"^^xsd:string ;
    skos:altLabel "Manobo, Sarangani"@en ;
    skos:inScheme lexvo: ;
    skos:notation "mbs"^^xsd:string ;
    skos:prefLabel "Sarangani Manobo"@en .

<http://lexvo.org/id/iso639-3/mbx> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mbx"^^xsd:string ;
    skos:altLabel "Mari (East Sepik Province)"@en ;
    skos:inScheme lexvo: ;
    skos:notation "mbx"^^xsd:string ;
    skos:prefLabel "Mari"@en .

<http://lexvo.org/id/iso639-3/mby> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mby"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "mby"^^xsd:string ;
    skos:prefLabel "Memoni"@en .

<http://lexvo.org/id/iso639-3/mbz> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mbz"^^xsd:string ;
    skos:altLabel "Mixtec, Amoltepec"@en ;
    skos:inScheme lexvo: ;
    skos:notation "mbz"^^xsd:string ;
    skos:prefLabel "Amoltepec Mixtec"@en .

<http://lexvo.org/id/iso639-3/mcc> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mcc"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "mcc"^^xsd:string ;
    skos:prefLabel "Bitur"@en .

<http://lexvo.org/id/iso639-3/mce> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mce"^^xsd:string ;
    skos:altLabel "Mixtec, Itundujia"@en ;
    skos:inScheme lexvo: ;
    skos:notation "mce"^^xsd:string ;
    skos:prefLabel "Itundujia Mixtec"@en .

<http://lexvo.org/id/iso639-3/mci> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mci"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "mci"^^xsd:string ;
    skos:prefLabel "Mese"@en .

<http://lexvo.org/id/iso639-3/mcj> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mcj"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "mcj"^^xsd:string ;
    skos:prefLabel "Mvanip"@en .

<http://lexvo.org/id/iso639-3/mcl> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mcl"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "mcl"^^xsd:string ;
    skos:prefLabel "Macaguaje"@en .

<http://lexvo.org/id/iso639-3/mcs> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mcs"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "mcs"^^xsd:string ;
    skos:prefLabel "Mambai"@en .

<http://lexvo.org/id/iso639-3/mct> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mct"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "mct"^^xsd:string ;
    skos:prefLabel "Mengisa"@en .

<http://lexvo.org/id/iso639-3/mcu> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mcu"^^xsd:string ;
    skos:altLabel "Mambila, Cameroon"@en ;
    skos:inScheme lexvo: ;
    skos:notation "mcu"^^xsd:string ;
    skos:prefLabel "Cameroon Mambila"@en .

<http://lexvo.org/id/iso639-3/mcv> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mcv"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "mcv"^^xsd:string ;
    skos:prefLabel "Minanibai"@en .

<http://lexvo.org/id/iso639-3/mcx> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mcx"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "mcx"^^xsd:string ;
    skos:prefLabel "Mpiemo"@en .

<http://lexvo.org/id/iso639-3/mcy> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mcy"^^xsd:string ;
    skos:altLabel "Watut, South"@en ;
    skos:inScheme lexvo: ;
    skos:notation "mcy"^^xsd:string ;
    skos:prefLabel "South Watut"@en .

<http://lexvo.org/id/iso639-3/mcz> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mcz"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "mcz"^^xsd:string ;
    skos:prefLabel "Mawan"@en .

<http://lexvo.org/id/iso639-3/mdb> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mdb"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "mdb"^^xsd:string ;
    skos:prefLabel "Morigi"@en .

<http://lexvo.org/id/iso639-3/mdc> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mdc"^^xsd:string ;
    skos:altLabel "Male (Papua New Guinea)"@en ;
    skos:inScheme lexvo: ;
    skos:notation "mdc"^^xsd:string ;
    skos:prefLabel "Male"@en .

<http://lexvo.org/id/iso639-3/mdg> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mdg"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "mdg"^^xsd:string ;
    skos:prefLabel "Massalat"@en .

<http://lexvo.org/id/iso639-3/mdl> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mdl"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "mdl"^^xsd:string ;
    skos:prefLabel "Maltese Sign Language"@en .

<http://lexvo.org/id/iso639-3/mdv> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mdv"^^xsd:string ;
    skos:altLabel "Mixtec, Santa Lucía Monteverde"@en ;
    skos:inScheme lexvo: ;
    skos:notation "mdv"^^xsd:string ;
    skos:prefLabel "Santa Lucía Monteverde Mixtec"@en .

<http://lexvo.org/id/iso639-3/mdz> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mdz"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "mdz"^^xsd:string ;
    skos:prefLabel "Suruí Do Pará"@en .

<http://lexvo.org/id/iso639-3/meb> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "meb"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "meb"^^xsd:string ;
    skos:prefLabel "Ikobi"@en .

<http://lexvo.org/id/iso639-3/mee> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mee"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "mee"^^xsd:string ;
    skos:prefLabel "Mengen"@en .

<http://lexvo.org/id/iso639-3/meg> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "meg"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "meg"^^xsd:string ;
    skos:prefLabel "Mea"@en .

<http://lexvo.org/id/iso639-3/meh> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "meh"^^xsd:string ;
    skos:altLabel "Mixtec, Southwestern Tlaxiaco"@en ;
    skos:inScheme lexvo: ;
    skos:notation "meh"^^xsd:string ;
    skos:prefLabel "Southwestern Tlaxiaco Mixtec"@en .

<http://lexvo.org/id/iso639-3/mem> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mem"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "mem"^^xsd:string ;
    skos:prefLabel "Mangala"@en .

<http://lexvo.org/id/iso639-3/met> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "met"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "met"^^xsd:string ;
    skos:prefLabel "Mato"@en .

<http://lexvo.org/id/iso639-3/mfd> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mfd"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "mfd"^^xsd:string ;
    skos:prefLabel "Mendankwe-Nkwen"@en .

<http://lexvo.org/id/iso639-3/mff> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mff"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "mff"^^xsd:string ;
    skos:prefLabel "Naki"@en .

<http://lexvo.org/id/iso639-3/mfg> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mfg"^^xsd:string ;
    skos:altLabel "Mixifore"@en ;
    skos:inScheme lexvo: ;
    skos:notation "mfg"^^xsd:string ;
    skos:prefLabel "Mogofin"@en .

<http://lexvo.org/id/iso639-3/mfp> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mfp"^^xsd:string ;
    skos:altLabel "Malay, Makassar"@en ;
    skos:inScheme lexvo: ;
    skos:notation "mfp"^^xsd:string ;
    skos:prefLabel "Makassar Malay"@en .

<http://lexvo.org/id/iso639-3/mfq> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mfq"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "mfq"^^xsd:string ;
    skos:prefLabel "Moba"@en .

<http://lexvo.org/id/iso639-3/mft> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mft"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "mft"^^xsd:string ;
    skos:prefLabel "Mokerang"@en .

<http://lexvo.org/id/iso639-3/mfw> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mfw"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "mfw"^^xsd:string ;
    skos:prefLabel "Mulaha"@en .

<http://lexvo.org/id/iso639-3/mgc> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mgc"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "mgc"^^xsd:string ;
    skos:prefLabel "Morokodo"@en .

<http://lexvo.org/id/iso639-3/mge> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mge"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "mge"^^xsd:string ;
    skos:prefLabel "Mango"@en .

<http://lexvo.org/id/iso639-3/mgg> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mgg"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "mgg"^^xsd:string ;
    skos:prefLabel "Mpumpong"@en .

<http://lexvo.org/id/iso639-3/mgj> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mgj"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "mgj"^^xsd:string ;
    skos:prefLabel "Abureni"@en .

<http://lexvo.org/id/iso639-3/mgm> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mgm"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "mgm"^^xsd:string ;
    skos:prefLabel "Mambae"@en .

<http://lexvo.org/id/iso639-3/mgq> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mgq"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "mgq"^^xsd:string ;
    skos:prefLabel "Malila"@en .

<http://lexvo.org/id/iso639-3/mgt> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mgt"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "mgt"^^xsd:string ;
    skos:prefLabel "Mongol"@en .

<http://lexvo.org/id/iso639-3/mhb> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mhb"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "mhb"^^xsd:string ;
    skos:prefLabel "Mahongwe"@en .

<http://lexvo.org/id/iso639-3/mhf> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mhf"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "mhf"^^xsd:string ;
    skos:prefLabel "Mamaa"@en .

<http://lexvo.org/id/iso639-3/mhh> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mhh"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "mhh"^^xsd:string ;
    skos:prefLabel "Maskoy Pidgin"@en .

<http://lexvo.org/id/iso639-3/mhm> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mhm"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "mhm"^^xsd:string ;
    skos:prefLabel "Makhuwa-Moniga"@en .

<http://lexvo.org/id/iso639-3/mhp> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mhp"^^xsd:string ;
    skos:altLabel "Malay, Balinese"@en ;
    skos:inScheme lexvo: ;
    skos:notation "mhp"^^xsd:string ;
    skos:prefLabel "Balinese Malay"@en .

<http://lexvo.org/id/iso639-3/mii> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mii"^^xsd:string ;
    skos:altLabel "Mixtec, Chigmecatitlán"@en ;
    skos:inScheme lexvo: ;
    skos:notation "mii"^^xsd:string ;
    skos:prefLabel "Chigmecatitlán Mixtec"@en .

<http://lexvo.org/id/iso639-3/mip> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mip"^^xsd:string ;
    skos:altLabel "Mixtec, Apasco-Apoala"@en ;
    skos:inScheme lexvo: ;
    skos:notation "mip"^^xsd:string ;
    skos:prefLabel "Apasco-Apoala Mixtec"@en .

<http://lexvo.org/id/iso639-3/mir> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mir"^^xsd:string ;
    skos:altLabel "Mixe, Isthmus"@en ;
    skos:inScheme lexvo: ;
    skos:notation "mir"^^xsd:string ;
    skos:prefLabel "Isthmus Mixe"@en .

<http://lexvo.org/id/iso639-3/mit> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mit"^^xsd:string ;
    skos:altLabel "Mixtec, Southern Puebla"@en ;
    skos:inScheme lexvo: ;
    skos:notation "mit"^^xsd:string ;
    skos:prefLabel "Southern Puebla Mixtec"@en .

<http://lexvo.org/id/iso639-3/miu> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "miu"^^xsd:string ;
    skos:altLabel "Mixtec, Cacaloxtepec"@en ;
    skos:inScheme lexvo: ;
    skos:notation "miu"^^xsd:string ;
    skos:prefLabel "Cacaloxtepec Mixtec"@en .

<http://lexvo.org/id/iso639-3/miw> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "miw"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "miw"^^xsd:string ;
    skos:prefLabel "Akoye"@en .

<http://lexvo.org/id/iso639-3/mix> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mix"^^xsd:string ;
    skos:altLabel "Mixtec, Mixtepec"@en ;
    skos:inScheme lexvo: ;
    skos:notation "mix"^^xsd:string ;
    skos:prefLabel "Mixtepec Mixtec"@en .

<http://lexvo.org/id/iso639-3/mjj> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mjj"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "mjj"^^xsd:string ;
    skos:prefLabel "Mawak"@en .

<http://lexvo.org/id/iso639-3/mjl> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mjl"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "mjl"^^xsd:string ;
    skos:prefLabel "Mandeali"@en .

<http://lexvo.org/id/iso639-3/mjm> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mjm"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "mjm"^^xsd:string ;
    skos:prefLabel "Medebur"@en .

<http://lexvo.org/id/iso639-3/mjn> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mjn"^^xsd:string ;
    skos:altLabel "Ma (Papua New Guinea)"@en ;
    skos:inScheme lexvo: ;
    skos:notation "mjn"^^xsd:string ;
    skos:prefLabel "Ma"@en .

<http://lexvo.org/id/iso639-3/mjo> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mjo"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "mjo"^^xsd:string ;
    skos:prefLabel "Malankuravan"@en .

<http://lexvo.org/id/iso639-3/mjp> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mjp"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "mjp"^^xsd:string ;
    skos:prefLabel "Malapandaram"@en .

<http://lexvo.org/id/iso639-3/mjq> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mjq"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "mjq"^^xsd:string ;
    skos:prefLabel "Malaryan"@en .

<http://lexvo.org/id/iso639-3/mjr> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mjr"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "mjr"^^xsd:string ;
    skos:prefLabel "Malavedan"@en .

<http://lexvo.org/id/iso639-3/mju> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mju"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "mju"^^xsd:string ;
    skos:prefLabel "Manna-Dora"@en .

<http://lexvo.org/id/iso639-3/mjv> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mjv"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "mjv"^^xsd:string ;
    skos:prefLabel "Mannan"@en .

<http://lexvo.org/id/iso639-3/mjx> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mjx"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "mjx"^^xsd:string ;
    skos:prefLabel "Mahali"@en .

<http://lexvo.org/id/iso639-3/mjz> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mjz"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "mjz"^^xsd:string ;
    skos:prefLabel "Majhi"@en .

<http://lexvo.org/id/iso639-3/mkc> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mkc"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "mkc"^^xsd:string ;
    skos:prefLabel "Siliput"@en .

<http://lexvo.org/id/iso639-3/mkk> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mkk"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "mkk"^^xsd:string ;
    skos:prefLabel "Byep"@en .

<http://lexvo.org/id/iso639-3/mkn> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mkn"^^xsd:string ;
    skos:altLabel "Malay, Kupang"@en ;
    skos:inScheme lexvo: ;
    skos:notation "mkn"^^xsd:string ;
    skos:prefLabel "Kupang Malay"@en .

<http://lexvo.org/id/iso639-3/mkp> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mkp"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "mkp"^^xsd:string ;
    skos:prefLabel "Moikodi"@en .

<http://lexvo.org/id/iso639-3/mkq> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mkq"^^xsd:string ;
    skos:altLabel "Miwok, Bay"@en ;
    skos:inScheme lexvo: ;
    skos:notation "mkq"^^xsd:string ;
    skos:prefLabel "Bay Miwok"@en .

<http://lexvo.org/id/iso639-3/mkr> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mkr"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "mkr"^^xsd:string ;
    skos:prefLabel "Malas"@en .

<http://lexvo.org/id/iso639-3/mkt> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mkt"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "mkt"^^xsd:string ;
    skos:prefLabel "Vamale"@en .

<http://lexvo.org/id/iso639-3/mku> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mku"^^xsd:string ;
    skos:altLabel "Maninka, Konyanka"@en ;
    skos:inScheme lexvo: ;
    skos:notation "mku"^^xsd:string ;
    skos:prefLabel "Konyanka Maninka"@en .

<http://lexvo.org/id/iso639-3/mkw> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mkw"^^xsd:string ;
    skos:altLabel "Kituba (Congo)"@en ;
    skos:inScheme lexvo: ;
    skos:notation "mkw"^^xsd:string ;
    skos:prefLabel "Kituba"@en .

<http://lexvo.org/id/iso639-3/mld> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mld"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "mld"^^xsd:string ;
    skos:prefLabel "Malakhel"@en .

<http://lexvo.org/id/iso639-3/mlf> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mlf"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "mlf"^^xsd:string ;
    skos:prefLabel "Mal"@en .

<http://lexvo.org/id/iso639-3/mli> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mli"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "mli"^^xsd:string ;
    skos:prefLabel "Malimpung"@en .

<http://lexvo.org/id/iso639-3/mll> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mll"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "mll"^^xsd:string ;
    skos:prefLabel "Malua Bay"@en .

<http://lexvo.org/id/iso639-3/mln> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mln"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "mln"^^xsd:string ;
    skos:prefLabel "Malango"@en .

<http://lexvo.org/id/iso639-3/mlx> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mlx"^^xsd:string ;
    skos:altLabel "Malfaxal"@en ;
    skos:inScheme lexvo: ;
    skos:notation "mlx"^^xsd:string ;
    skos:prefLabel "Naha'ai"@en .

<http://lexvo.org/id/iso639-3/mlz> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mlz"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "mlz"^^xsd:string ;
    skos:prefLabel "Malaynon"@en .

<http://lexvo.org/id/iso639-3/mmc> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mmc"^^xsd:string ;
    skos:altLabel "Mazahua, Michoacán"@en ;
    skos:inScheme lexvo: ;
    skos:notation "mmc"^^xsd:string ;
    skos:prefLabel "Michoacán Mazahua"@en .

<http://lexvo.org/id/iso639-3/mmg> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mmg"^^xsd:string ;
    skos:altLabel "Ambrym, North"@en ;
    skos:inScheme lexvo: ;
    skos:notation "mmg"^^xsd:string ;
    skos:prefLabel "North Ambrym"@en .

<http://lexvo.org/id/iso639-3/mmi> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mmi"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "mmi"^^xsd:string ;
    skos:prefLabel "Musar"@en .

<http://lexvo.org/id/iso639-3/mmj> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mmj"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "mmj"^^xsd:string ;
    skos:prefLabel "Majhwar"@en .

<http://lexvo.org/id/iso639-3/mmk> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mmk"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "mmk"^^xsd:string ;
    skos:prefLabel "Mukha-Dora"@en .

<http://lexvo.org/id/iso639-3/mml> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mml"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "mml"^^xsd:string ;
    skos:prefLabel "Man Met"@en .

<http://lexvo.org/id/iso639-3/mmm> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mmm"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "mmm"^^xsd:string ;
    skos:prefLabel "Maii"@en .

<http://lexvo.org/id/iso639-3/mmo> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mmo"^^xsd:string ;
    skos:altLabel "Buang, Mangga"@en ;
    skos:inScheme lexvo: ;
    skos:notation "mmo"^^xsd:string ;
    skos:prefLabel "Mangga Buang"@en .

<http://lexvo.org/id/iso639-3/mmq> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mmq"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "mmq"^^xsd:string ;
    skos:prefLabel "Musak"@en .

<http://lexvo.org/id/iso639-3/mmr> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mmr"^^xsd:string ;
    skos:altLabel "Miao, Western Xiangxi"@en ;
    skos:inScheme lexvo: ;
    skos:notation "mmr"^^xsd:string ;
    skos:prefLabel "Western Xiangxi Miao"@en .

<http://lexvo.org/id/iso639-3/mmt> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mmt"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "mmt"^^xsd:string ;
    skos:prefLabel "Malalamai"@en .

<http://lexvo.org/id/iso639-3/mmu> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mmu"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "mmu"^^xsd:string ;
    skos:prefLabel "Mmaala"@en .

<http://lexvo.org/id/iso639-3/mmw> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mmw"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "mmw"^^xsd:string ;
    skos:prefLabel "Emae"@en .

<http://lexvo.org/id/iso639-3/mmx> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mmx"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "mmx"^^xsd:string ;
    skos:prefLabel "Madak"@en .

<http://lexvo.org/id/iso639-3/mmz> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mmz"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "mmz"^^xsd:string ;
    skos:prefLabel "Mabaale"@en .

<http://lexvo.org/id/iso639-3/mnd> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mnd"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "mnd"^^xsd:string ;
    skos:prefLabel "Mondé"@en .

<http://lexvo.org/id/iso639-3/mnl> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mnl"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "mnl"^^xsd:string ;
    skos:prefLabel "Tiale"@en .

<http://lexvo.org/id/iso639-3/mnm> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mnm"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "mnm"^^xsd:string ;
    skos:prefLabel "Mapena"@en .

<http://lexvo.org/id/iso639-3/mnn> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mnn"^^xsd:string ;
    skos:altLabel "Mnong, Southern"@en ;
    skos:inScheme lexvo: ;
    skos:notation "mnn"^^xsd:string ;
    skos:prefLabel "Southern Mnong"@en .

<http://lexvo.org/id/iso639-3/mnt> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mnt"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "mnt"^^xsd:string ;
    skos:prefLabel "Maykulan"@en .

<http://lexvo.org/id/iso639-3/mny> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mny"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "mny"^^xsd:string ;
    skos:prefLabel "Manyawa"@en .

<http://lexvo.org/id/iso639-3/moj> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "moj"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "moj"^^xsd:string ;
    skos:prefLabel "Monzombo"@en .

<http://lexvo.org/id/iso639-3/moo> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "moo"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "moo"^^xsd:string ;
    skos:prefLabel "Monom"@en .

<http://lexvo.org/id/iso639-3/mow> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mow"^^xsd:string ;
    skos:altLabel "Moi (Congo)"@en ;
    skos:inScheme lexvo: ;
    skos:notation "mow"^^xsd:string ;
    skos:prefLabel "Moi"@en .

<http://lexvo.org/id/iso639-3/mox> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mox"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "mox"^^xsd:string ;
    skos:prefLabel "Molima"@en .

<http://lexvo.org/id/iso639-3/mpd> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mpd"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "mpd"^^xsd:string ;
    skos:prefLabel "Machinere"@en .

<http://lexvo.org/id/iso639-3/mpl> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mpl"^^xsd:string ;
    skos:altLabel "Watut, Middle"@en ;
    skos:inScheme lexvo: ;
    skos:notation "mpl"^^xsd:string ;
    skos:prefLabel "Middle Watut"@en .

<http://lexvo.org/id/iso639-3/mpp> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mpp"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "mpp"^^xsd:string ;
    skos:prefLabel "Migabac"@en .

<http://lexvo.org/id/iso639-3/mpv> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mpv"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "mpv"^^xsd:string ;
    skos:prefLabel "Mungkip"@en .

<http://lexvo.org/id/iso639-3/mpy> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mpy"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "mpy"^^xsd:string ;
    skos:prefLabel "Mapia"@en .

<http://lexvo.org/id/iso639-3/mqa> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mqa"^^xsd:string ;
    skos:altLabel "Maba (Indonesia)"@en ;
    skos:inScheme lexvo: ;
    skos:notation "mqa"^^xsd:string ;
    skos:prefLabel "Maba"@en .

<http://lexvo.org/id/iso639-3/mqc> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mqc"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "mqc"^^xsd:string ;
    skos:prefLabel "Mangole"@en .

<http://lexvo.org/id/iso639-3/mqe> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mqe"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "mqe"^^xsd:string ;
    skos:prefLabel "Matepi"@en .

<http://lexvo.org/id/iso639-3/mqg> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mqg"^^xsd:string ;
    skos:altLabel "Malay, Kota Bangun Kutai"@en ;
    skos:inScheme lexvo: ;
    skos:notation "mqg"^^xsd:string ;
    skos:prefLabel "Kota Bangun Kutai Malay"@en .

<http://lexvo.org/id/iso639-3/mqh> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mqh"^^xsd:string ;
    skos:altLabel "Mixtec, Tlazoyaltepec"@en ;
    skos:inScheme lexvo: ;
    skos:notation "mqh"^^xsd:string ;
    skos:prefLabel "Tlazoyaltepec Mixtec"@en .

<http://lexvo.org/id/iso639-3/mqi> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mqi"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "mqi"^^xsd:string ;
    skos:prefLabel "Mariri"@en .

<http://lexvo.org/id/iso639-3/mqk> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mqk"^^xsd:string ;
    skos:altLabel "Manobo, Rajah Kabunsuwan"@en ;
    skos:inScheme lexvo: ;
    skos:notation "mqk"^^xsd:string ;
    skos:prefLabel "Rajah Kabunsuwan Manobo"@en .

<http://lexvo.org/id/iso639-3/mqm> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mqm"^^xsd:string ;
    skos:altLabel "Marquesan, South"@en ;
    skos:inScheme lexvo: ;
    skos:notation "mqm"^^xsd:string ;
    skos:prefLabel "South Marquesan"@en .

<http://lexvo.org/id/iso639-3/mqn> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mqn"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "mqn"^^xsd:string ;
    skos:prefLabel "Moronene"@en .

<http://lexvo.org/id/iso639-3/mqo> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mqo"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "mqo"^^xsd:string ;
    skos:prefLabel "Modole"@en .

<http://lexvo.org/id/iso639-3/mqp> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mqp"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "mqp"^^xsd:string ;
    skos:prefLabel "Manipa"@en .

<http://lexvo.org/id/iso639-3/mqq> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mqq"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "mqq"^^xsd:string ;
    skos:prefLabel "Minokok"@en .

<http://lexvo.org/id/iso639-3/mqr> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mqr"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "mqr"^^xsd:string ;
    skos:prefLabel "Mander"@en .

<http://lexvo.org/id/iso639-3/mqt> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mqt"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "mqt"^^xsd:string ;
    skos:prefLabel "Mok"@en .

<http://lexvo.org/id/iso639-3/mqv> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mqv"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "mqv"^^xsd:string ;
    skos:prefLabel "Mosimo"@en .

<http://lexvo.org/id/iso639-3/mqw> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mqw"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "mqw"^^xsd:string ;
    skos:prefLabel "Murupi"@en .

<http://lexvo.org/id/iso639-3/mrb> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mrb"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "mrb"^^xsd:string ;
    skos:prefLabel "Marino"@en .

<http://lexvo.org/id/iso639-3/mrk> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mrk"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "mrk"^^xsd:string ;
    skos:prefLabel "Hmwaveke"@en .

<http://lexvo.org/id/iso639-3/mrl> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mrl"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "mrl"^^xsd:string ;
    skos:prefLabel "Mortlockese"@en .

<http://lexvo.org/id/iso639-3/mrp> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mrp"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "mrp"^^xsd:string ;
    skos:prefLabel "Morouas"@en .

<http://lexvo.org/id/iso639-3/mrq> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mrq"^^xsd:string ;
    skos:altLabel "Marquesan, North"@en ;
    skos:inScheme lexvo: ;
    skos:notation "mrq"^^xsd:string ;
    skos:prefLabel "North Marquesan"@en .

<http://lexvo.org/id/iso639-3/mrs> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mrs"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "mrs"^^xsd:string ;
    skos:prefLabel "Maragus"@en .

<http://lexvo.org/id/iso639-3/mru> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mru"^^xsd:string ;
    skos:altLabel "Mono (Cameroon)"@en ;
    skos:inScheme lexvo: ;
    skos:notation "mru"^^xsd:string ;
    skos:prefLabel "Mono"@en .

<http://lexvo.org/id/iso639-3/mrx> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mrx"^^xsd:string ;
    skos:altLabel "Maremgi"@en ;
    skos:inScheme lexvo: ;
    skos:notation "mrx"^^xsd:string ;
    skos:prefLabel "Dineor"@en .

<http://lexvo.org/id/iso639-3/mry> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mry"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "mry"^^xsd:string ;
    skos:prefLabel "Mandaya"@en .

<http://lexvo.org/id/iso639-3/msc> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "msc"^^xsd:string ;
    skos:altLabel "Maninka, Sankaran"@en ;
    skos:inScheme lexvo: ;
    skos:notation "msc"^^xsd:string ;
    skos:prefLabel "Sankaran Maninka"@en .

<http://lexvo.org/id/iso639-3/msg> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "msg"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "msg"^^xsd:string ;
    skos:prefLabel "Moraid"@en .

<http://lexvo.org/id/iso639-3/msh> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "msh"^^xsd:string ;
    skos:altLabel "Malagasy, Masikoro"@en ;
    skos:inScheme lexvo: ;
    skos:notation "msh"^^xsd:string ;
    skos:prefLabel "Masikoro Malagasy"@en .

<http://lexvo.org/id/iso639-3/msi> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "msi"^^xsd:string ;
    skos:altLabel "Malay, Sabah"@en ;
    skos:inScheme lexvo: ;
    skos:notation "msi"^^xsd:string ;
    skos:prefLabel "Sabah Malay"@en .

<http://lexvo.org/id/iso639-3/msk> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "msk"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "msk"^^xsd:string ;
    skos:prefLabel "Mansaka"@en .

<http://lexvo.org/id/iso639-3/msm> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "msm"^^xsd:string ;
    skos:altLabel "Manobo, Agusan"@en ;
    skos:inScheme lexvo: ;
    skos:notation "msm"^^xsd:string ;
    skos:prefLabel "Agusan Manobo"@en .

<http://lexvo.org/id/iso639-3/msn> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "msn"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "msn"^^xsd:string ;
    skos:prefLabel "Vurës"@en .

<http://lexvo.org/id/iso639-3/msp> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "msp"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "msp"^^xsd:string ;
    skos:prefLabel "Maritsauá"@en .

<http://lexvo.org/id/iso639-3/msq> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "msq"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "msq"^^xsd:string ;
    skos:prefLabel "Caac"@en .

<http://lexvo.org/id/iso639-3/mss> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mss"^^xsd:string ;
    skos:altLabel "Masela, West"@en ;
    skos:inScheme lexvo: ;
    skos:notation "mss"^^xsd:string ;
    skos:prefLabel "West Masela"@en .

<http://lexvo.org/id/iso639-3/msx> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "msx"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "msx"^^xsd:string ;
    skos:prefLabel "Moresada"@en .

<http://lexvo.org/id/iso639-3/msz> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "msz"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "msz"^^xsd:string ;
    skos:prefLabel "Momare"@en .

<http://lexvo.org/id/iso639-3/mtb> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mtb"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "mtb"^^xsd:string ;
    skos:prefLabel "Anyin Morofo"@en .

<http://lexvo.org/id/iso639-3/mtc> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mtc"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "mtc"^^xsd:string ;
    skos:prefLabel "Munit"@en .

<http://lexvo.org/id/iso639-3/mtd> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mtd"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "mtd"^^xsd:string ;
    skos:prefLabel "Mualang"@en .

<http://lexvo.org/id/iso639-3/mth> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mth"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "mth"^^xsd:string ;
    skos:prefLabel "Munggui"@en .

<http://lexvo.org/id/iso639-3/mti> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mti"^^xsd:string ;
    skos:altLabel "Maiwa (Papua New Guinea)"@en ;
    skos:inScheme lexvo: ;
    skos:notation "mti"^^xsd:string ;
    skos:prefLabel "Maiwa"@en .

<http://lexvo.org/id/iso639-3/mtu> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mtu"^^xsd:string ;
    skos:altLabel "Mixtec, Tututepec"@en ;
    skos:inScheme lexvo: ;
    skos:notation "mtu"^^xsd:string ;
    skos:prefLabel "Tututepec Mixtec"@en .

<http://lexvo.org/id/iso639-3/mtv> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mtv"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "mtv"^^xsd:string ;
    skos:prefLabel "Asaro'o"@en .

<http://lexvo.org/id/iso639-3/mtw> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mtw"^^xsd:string ;
    skos:altLabel "Binukidnon, Southern"@en ;
    skos:inScheme lexvo: ;
    skos:notation "mtw"^^xsd:string ;
    skos:prefLabel "Southern Binukidnon"@en .

<http://lexvo.org/id/iso639-3/mtx> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mtx"^^xsd:string ;
    skos:altLabel "Mixtec, Tidaá"@en ;
    skos:inScheme lexvo: ;
    skos:notation "mtx"^^xsd:string ;
    skos:prefLabel "Tidaá Mixtec"@en .

<http://lexvo.org/id/iso639-3/mum> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mum"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "mum"^^xsd:string ;
    skos:prefLabel "Maiwala"@en .

<http://lexvo.org/id/iso639-3/muq> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "muq"^^xsd:string ;
    skos:altLabel "Miao, Eastern Xiangxi"@en ;
    skos:inScheme lexvo: ;
    skos:notation "muq"^^xsd:string ;
    skos:prefLabel "Eastern Xiangxi Miao"@en .

<http://lexvo.org/id/iso639-3/mut> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mut"^^xsd:string ;
    skos:altLabel "Muria, Western"@en ;
    skos:inScheme lexvo: ;
    skos:notation "mut"^^xsd:string ;
    skos:prefLabel "Western Muria"@en .

<http://lexvo.org/id/iso639-3/muv> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "muv"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "muv"^^xsd:string ;
    skos:prefLabel "Muthuvan"@en .

<http://lexvo.org/id/iso639-3/mux> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mux"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "mux"^^xsd:string ;
    skos:prefLabel "Bo-Ung"@en .

<http://lexvo.org/id/iso639-3/mvd> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mvd"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "mvd"^^xsd:string ;
    skos:prefLabel "Mamboru"@en .

<http://lexvo.org/id/iso639-3/mve> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mve"^^xsd:string ;
    skos:altLabel "Marwari (Pakistan)"@en ;
    skos:inScheme lexvo: ;
    skos:notation "mve"^^xsd:string ;
    skos:prefLabel "Marwari"@en .

<http://lexvo.org/id/iso639-3/mvg> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mvg"^^xsd:string ;
    skos:altLabel "Mixtec, Yucuañe"@en ;
    skos:inScheme lexvo: ;
    skos:notation "mvg"^^xsd:string ;
    skos:prefLabel "Yucuañe Mixtec"@en .

<http://lexvo.org/id/iso639-3/mvp> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mvp"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "mvp"^^xsd:string ;
    skos:prefLabel "Duri"@en .

<http://lexvo.org/id/iso639-3/mvq> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mvq"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "mvq"^^xsd:string ;
    skos:prefLabel "Moere"@en .

<http://lexvo.org/id/iso639-3/mvr> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mvr"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "mvr"^^xsd:string ;
    skos:prefLabel "Marau"@en .

<http://lexvo.org/id/iso639-3/mvt> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mvt"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "mvt"^^xsd:string ;
    skos:prefLabel "Mpotovoro"@en .

<http://lexvo.org/id/iso639-3/mvw> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mvw"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "mvw"^^xsd:string ;
    skos:prefLabel "Machinga"@en .

<http://lexvo.org/id/iso639-3/mvx> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mvx"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "mvx"^^xsd:string ;
    skos:prefLabel "Meoswar"@en .

<http://lexvo.org/id/iso639-3/mvy> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mvy"^^xsd:string ;
    skos:altLabel "Kohistani, Indus"@en ;
    skos:inScheme lexvo: ;
    skos:notation "mvy"^^xsd:string ;
    skos:prefLabel "Indus Kohistani"@en .

<http://lexvo.org/id/iso639-3/mwa> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mwa"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "mwa"^^xsd:string ;
    skos:prefLabel "Mwatebu"@en .

<http://lexvo.org/id/iso639-3/mwg> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mwg"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "mwg"^^xsd:string ;
    skos:prefLabel "Aiklep"@en .

<http://lexvo.org/id/iso639-3/mwj> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mwj"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "mwj"^^xsd:string ;
    skos:prefLabel "Maligo"@en .

<http://lexvo.org/id/iso639-3/mwk> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mwk"^^xsd:string ;
    skos:altLabel "Maninkakan, Kita"@en ;
    skos:inScheme lexvo: ;
    skos:notation "mwk"^^xsd:string ;
    skos:prefLabel "Kita Maninkakan"@en .

<http://lexvo.org/id/iso639-3/mwo> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mwo"^^xsd:string ;
    skos:altLabel "Maewo, Central"@en ;
    skos:inScheme lexvo: ;
    skos:notation "mwo"^^xsd:string ;
    skos:prefLabel "Central Maewo"@en .

<http://lexvo.org/id/iso639-3/mws> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mws"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "mws"^^xsd:string ;
    skos:prefLabel "Mwimbi-Muthambi"@en .

<http://lexvo.org/id/iso639-3/mwu> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mwu"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "mwu"^^xsd:string ;
    skos:prefLabel "Mittu"@en .

<http://lexvo.org/id/iso639-3/mwx> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mwx"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "mwx"^^xsd:string ;
    skos:prefLabel "Mediak"@en .

<http://lexvo.org/id/iso639-3/mwy> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mwy"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "mwy"^^xsd:string ;
    skos:prefLabel "Mosiro"@en .

<http://lexvo.org/id/iso639-3/mwz> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mwz"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "mwz"^^xsd:string ;
    skos:prefLabel "Moingi"@en .

<http://lexvo.org/id/iso639-3/mxa> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mxa"^^xsd:string ;
    skos:altLabel "Mixtec, Northwest Oaxaca"@en ;
    skos:inScheme lexvo: ;
    skos:notation "mxa"^^xsd:string ;
    skos:prefLabel "Northwest Oaxaca Mixtec"@en .

<http://lexvo.org/id/iso639-3/mxb> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mxb"^^xsd:string ;
    skos:altLabel "Mixtec, Tezoatlán"@en ;
    skos:inScheme lexvo: ;
    skos:notation "mxb"^^xsd:string ;
    skos:prefLabel "Tezoatlán Mixtec"@en .

<http://lexvo.org/id/iso639-3/mxc> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mxc"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "mxc"^^xsd:string ;
    skos:prefLabel "Manyika"@en .

<http://lexvo.org/id/iso639-3/mxd> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mxd"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "mxd"^^xsd:string ;
    skos:prefLabel "Modang"@en .

<http://lexvo.org/id/iso639-3/mxe> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mxe"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "mxe"^^xsd:string ;
    skos:prefLabel "Mele-Fila"@en .

<http://lexvo.org/id/iso639-3/mxg> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mxg"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "mxg"^^xsd:string ;
    skos:prefLabel "Mbangala"@en .

<http://lexvo.org/id/iso639-3/mxl> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mxl"^^xsd:string ;
    skos:altLabel "Gbe, Maxi"@en ;
    skos:inScheme lexvo: ;
    skos:notation "mxl"^^xsd:string ;
    skos:prefLabel "Maxi Gbe"@en .

<http://lexvo.org/id/iso639-3/mxm> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mxm"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "mxm"^^xsd:string ;
    skos:prefLabel "Meramera"@en .

<http://lexvo.org/id/iso639-3/mxo> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mxo"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "mxo"^^xsd:string ;
    skos:prefLabel "Mbowe"@en .

<http://lexvo.org/id/iso639-3/mxq> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mxq"^^xsd:string ;
    skos:altLabel "Mixe, Juquila"@en ;
    skos:inScheme lexvo: ;
    skos:notation "mxq"^^xsd:string ;
    skos:prefLabel "Juquila Mixe"@en .

<http://lexvo.org/id/iso639-3/mxr> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mxr"^^xsd:string ;
    skos:altLabel "Murik (Malaysia)"@en ;
    skos:inScheme lexvo: ;
    skos:notation "mxr"^^xsd:string ;
    skos:prefLabel "Murik"@en .

<http://lexvo.org/id/iso639-3/mxs> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mxs"^^xsd:string ;
    skos:altLabel "Mixtec, Huitepec"@en ;
    skos:inScheme lexvo: ;
    skos:notation "mxs"^^xsd:string ;
    skos:prefLabel "Huitepec Mixtec"@en .

<http://lexvo.org/id/iso639-3/mxv> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mxv"^^xsd:string ;
    skos:altLabel "Mixtec, Metlatónoc"@en ;
    skos:inScheme lexvo: ;
    skos:notation "mxv"^^xsd:string ;
    skos:prefLabel "Metlatónoc Mixtec"@en .

<http://lexvo.org/id/iso639-3/mxw> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mxw"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "mxw"^^xsd:string ;
    skos:prefLabel "Namo"@en .

<http://lexvo.org/id/iso639-3/mxy> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mxy"^^xsd:string ;
    skos:altLabel "Mixtec, Southeastern Nochixtlán"@en ;
    skos:inScheme lexvo: ;
    skos:notation "mxy"^^xsd:string ;
    skos:prefLabel "Southeastern Nochixtlán Mixtec"@en .

<http://lexvo.org/id/iso639-3/mxz> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mxz"^^xsd:string ;
    skos:altLabel "Masela, Central"@en ;
    skos:inScheme lexvo: ;
    skos:notation "mxz"^^xsd:string ;
    skos:prefLabel "Central Masela"@en .

<http://lexvo.org/id/iso639-3/myc> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "myc"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "myc"^^xsd:string ;
    skos:prefLabel "Mayeka"@en .

<http://lexvo.org/id/iso639-3/myd> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "myd"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "myd"^^xsd:string ;
    skos:prefLabel "Maramba"@en .

<http://lexvo.org/id/iso639-3/myi> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "myi"^^xsd:string ;
    skos:altLabel "Mina (India)"@en ;
    skos:inScheme lexvo: ;
    skos:notation "myi"^^xsd:string ;
    skos:prefLabel "Mina"@en .

<http://lexvo.org/id/iso639-3/myl> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "myl"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "myl"^^xsd:string ;
    skos:prefLabel "Moma"@en .

<http://lexvo.org/id/iso639-3/myq> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "myq"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "myq"^^xsd:string ;
    skos:prefLabel "Forest Maninka"@en .

<http://lexvo.org/id/iso639-3/myz> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "myz"^^xsd:string ;
    skos:altLabel "Mandaic, Classical"@en ;
    skos:inScheme lexvo: ;
    skos:notation "myz"^^xsd:string ;
    skos:prefLabel "Classical Mandaic"@en .

<http://lexvo.org/id/iso639-3/mza> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mza"^^xsd:string ;
    skos:altLabel "Mixtec, Santa María Zacatepec"@en ;
    skos:inScheme lexvo: ;
    skos:notation "mza"^^xsd:string ;
    skos:prefLabel "Santa María Zacatepec Mixtec"@en .

<http://lexvo.org/id/iso639-3/mzc> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mzc"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "mzc"^^xsd:string ;
    skos:prefLabel "Madagascar Sign Language"@en .

<http://lexvo.org/id/iso639-3/mzd> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mzd"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "mzd"^^xsd:string ;
    skos:prefLabel "Malimba"@en .

<http://lexvo.org/id/iso639-3/mze> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mze"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "mze"^^xsd:string ;
    skos:prefLabel "Morawa"@en .

<http://lexvo.org/id/iso639-3/mzi> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mzi"^^xsd:string ;
    skos:altLabel "Mazatec, Ixcatlán"@en ;
    skos:inScheme lexvo: ;
    skos:notation "mzi"^^xsd:string ;
    skos:prefLabel "Ixcatlán Mazatec"@en .

<http://lexvo.org/id/iso639-3/mzj> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mzj"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "mzj"^^xsd:string ;
    skos:prefLabel "Manya"@en .

<http://lexvo.org/id/iso639-3/mzk> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mzk"^^xsd:string ;
    skos:altLabel "Mambila, Nigeria"@en ;
    skos:inScheme lexvo: ;
    skos:notation "mzk"^^xsd:string ;
    skos:prefLabel "Nigeria Mambila"@en .

<http://lexvo.org/id/iso639-3/mzl> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mzl"^^xsd:string ;
    skos:altLabel "Mixe, Mazatlán"@en ;
    skos:inScheme lexvo: ;
    skos:notation "mzl"^^xsd:string ;
    skos:prefLabel "Mazatlán Mixe"@en .

<http://lexvo.org/id/iso639-3/mzo> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mzo"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "mzo"^^xsd:string ;
    skos:prefLabel "Matipuhy"@en .

<http://lexvo.org/id/iso639-3/mzq> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mzq"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "mzq"^^xsd:string ;
    skos:prefLabel "Mori Atas"@en .

<http://lexvo.org/id/iso639-3/mzv> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mzv"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "mzv"^^xsd:string ;
    skos:prefLabel "Manza"@en .

<http://lexvo.org/id/iso639-3/mzy> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mzy"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "mzy"^^xsd:string ;
    skos:prefLabel "Mozambican Sign Language"@en .

<http://lexvo.org/id/iso639-3/mzz> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mzz"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "mzz"^^xsd:string ;
    skos:prefLabel "Maiadomu"@en .

<http://lexvo.org/id/iso639-3/nac> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "nac"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "nac"^^xsd:string ;
    skos:prefLabel "Narak"@en .

<http://lexvo.org/id/iso639-3/nad> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "nad"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "nad"^^xsd:string ;
    skos:prefLabel "Nijadali"@en .

<http://lexvo.org/id/iso639-3/nae> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "nae"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "nae"^^xsd:string ;
    skos:prefLabel "Naka'ela"@en .

<http://lexvo.org/id/iso639-3/nao> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "nao"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "nao"^^xsd:string ;
    skos:prefLabel "Naaba"@en .

<http://lexvo.org/id/iso639-3/nar> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "nar"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "nar"^^xsd:string ;
    skos:prefLabel "Iguta"@en .

<http://lexvo.org/id/iso639-3/naw> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "naw"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "naw"^^xsd:string ;
    skos:prefLabel "Nawuri"@en .

<http://lexvo.org/id/iso639-3/naz> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "naz"^^xsd:string ;
    skos:altLabel "Nahuatl, Coatepec"@en ;
    skos:inScheme lexvo: ;
    skos:notation "naz"^^xsd:string ;
    skos:prefLabel "Coatepec Nahuatl"@en .

<http://lexvo.org/id/iso639-3/nbe> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "nbe"^^xsd:string ;
    skos:altLabel "Naga, Konyak"@en ;
    skos:inScheme lexvo: ;
    skos:notation "nbe"^^xsd:string ;
    skos:prefLabel "Konyak Naga"@en .

<http://lexvo.org/id/iso639-3/nbk> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "nbk"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "nbk"^^xsd:string ;
    skos:prefLabel "Nake"@en .

<http://lexvo.org/id/iso639-3/nbm> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "nbm"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "nbm"^^xsd:string ;
    skos:prefLabel "Ngbaka Ma'bo"@en .

<http://lexvo.org/id/iso639-3/nbn> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "nbn"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "nbn"^^xsd:string ;
    skos:prefLabel "Kuri"@en .

<http://lexvo.org/id/iso639-3/nbo> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "nbo"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "nbo"^^xsd:string ;
    skos:prefLabel "Nkukoli"@en .

<http://lexvo.org/id/iso639-3/nbq> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "nbq"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "nbq"^^xsd:string ;
    skos:prefLabel "Nggem"@en .

<http://lexvo.org/id/iso639-3/nbs> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "nbs"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "nbs"^^xsd:string ;
    skos:prefLabel "Namibian Sign Language"@en .

<http://lexvo.org/id/iso639-3/nbt> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "nbt"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "nbt"^^xsd:string ;
    skos:prefLabel "Na"@en .

<http://lexvo.org/id/iso639-3/nbu> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "nbu"^^xsd:string ;
    skos:altLabel "Naga, Rongmei"@en ;
    skos:inScheme lexvo: ;
    skos:notation "nbu"^^xsd:string ;
    skos:prefLabel "Rongmei Naga"@en .

<http://lexvo.org/id/iso639-3/nbv> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "nbv"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "nbv"^^xsd:string ;
    skos:prefLabel "Ngamambo"@en .

<http://lexvo.org/id/iso639-3/nbw> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "nbw"^^xsd:string ;
    skos:altLabel "Ngbandi, Southern"@en ;
    skos:inScheme lexvo: ;
    skos:notation "nbw"^^xsd:string ;
    skos:prefLabel "Southern Ngbandi"@en .

<http://lexvo.org/id/iso639-3/nby> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "nby"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "nby"^^xsd:string ;
    skos:prefLabel "Ningera"@en .

<http://lexvo.org/id/iso639-3/ncc> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ncc"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "ncc"^^xsd:string ;
    skos:prefLabel "Ponam"@en .

<http://lexvo.org/id/iso639-3/ncd> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ncd"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "ncd"^^xsd:string ;
    skos:prefLabel "Nachering"@en .

<http://lexvo.org/id/iso639-3/ncf> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ncf"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "ncf"^^xsd:string ;
    skos:prefLabel "Notsi"@en .

<http://lexvo.org/id/iso639-3/ncm> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ncm"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "ncm"^^xsd:string ;
    skos:prefLabel "Nambo"@en .

<http://lexvo.org/id/iso639-3/ncn> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ncn"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "ncn"^^xsd:string ;
    skos:prefLabel "Nauna"@en .

<http://lexvo.org/id/iso639-3/ncp> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ncp"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "ncp"^^xsd:string ;
    skos:prefLabel "Ndaktup"@en .

<http://lexvo.org/id/iso639-3/ncr> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ncr"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "ncr"^^xsd:string ;
    skos:prefLabel "Ncane"@en .

<http://lexvo.org/id/iso639-3/nct> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "nct"^^xsd:string ;
    skos:altLabel "Naga, Chothe"@en ;
    skos:inScheme lexvo: ;
    skos:notation "nct"^^xsd:string ;
    skos:prefLabel "Chothe Naga"@en .

<http://lexvo.org/id/iso639-3/ncx> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ncx"^^xsd:string ;
    skos:altLabel "Nahuatl, Central Puebla"@en ;
    skos:inScheme lexvo: ;
    skos:notation "ncx"^^xsd:string ;
    skos:prefLabel "Central Puebla Nahuatl"@en .

<http://lexvo.org/id/iso639-3/nda> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "nda"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "nda"^^xsd:string ;
    skos:prefLabel "Ndasa"@en .

<http://lexvo.org/id/iso639-3/ndb> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ndb"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "ndb"^^xsd:string ;
    skos:prefLabel "Kenswei Nsei"@en .

<http://lexvo.org/id/iso639-3/ndf> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ndf"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "ndf"^^xsd:string ;
    skos:prefLabel "Nadruvian"@en .

<http://lexvo.org/id/iso639-3/ndl> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ndl"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "ndl"^^xsd:string ;
    skos:prefLabel "Ndolo"@en .

<http://lexvo.org/id/iso639-3/ndn> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ndn"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "ndn"^^xsd:string ;
    skos:prefLabel "Ngundi"@en .

<http://lexvo.org/id/iso639-3/ndq> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ndq"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "ndq"^^xsd:string ;
    skos:prefLabel "Ndombe"@en .

<http://lexvo.org/id/iso639-3/ndu> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ndu"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "ndu"^^xsd:string ;
    skos:prefLabel "Dugun"@en .

<http://lexvo.org/id/iso639-3/ndw> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ndw"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "ndw"^^xsd:string ;
    skos:prefLabel "Ndobo"@en .

<http://lexvo.org/id/iso639-3/ndx> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ndx"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "ndx"^^xsd:string ;
    skos:prefLabel "Nduga"@en .

<http://lexvo.org/id/iso639-3/nea> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "nea"^^xsd:string ;
    skos:altLabel "Ngad'a, Eastern"@en ;
    skos:inScheme lexvo: ;
    skos:notation "nea"^^xsd:string ;
    skos:prefLabel "Eastern Ngad'a"@en .

<http://lexvo.org/id/iso639-3/ned> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ned"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "ned"^^xsd:string ;
    skos:prefLabel "Nde-Gbite"@en .

<http://lexvo.org/id/iso639-3/nef> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "nef"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "nef"^^xsd:string ;
    skos:prefLabel "Nefamese"@en .

<http://lexvo.org/id/iso639-3/nei> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "nei"^^xsd:string ;
    skos:altLabel "Hittite, Neo-"@en ;
    skos:inScheme lexvo: ;
    skos:notation "nei"^^xsd:string ;
    skos:prefLabel "Neo-Hittite"@en .

<http://lexvo.org/id/iso639-3/nej> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "nej"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "nej"^^xsd:string ;
    skos:prefLabel "Neko"@en .

<http://lexvo.org/id/iso639-3/nek> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "nek"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "nek"^^xsd:string ;
    skos:prefLabel "Neku"@en .

<http://lexvo.org/id/iso639-3/nem> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "nem"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "nem"^^xsd:string ;
    skos:prefLabel "Nemi"@en .

<http://lexvo.org/id/iso639-3/neo> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "neo"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "neo"^^xsd:string ;
    skos:prefLabel "Ná-Meo"@en .

<http://lexvo.org/id/iso639-3/neq> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "neq"^^xsd:string ;
    skos:altLabel "Mixe, North Central"@en ;
    skos:inScheme lexvo: ;
    skos:notation "neq"^^xsd:string ;
    skos:prefLabel "North Central Mixe"@en .

<http://lexvo.org/id/iso639-3/ner> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ner"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "ner"^^xsd:string ;
    skos:prefLabel "Yahadian"@en .

<http://lexvo.org/id/iso639-3/nes> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "nes"^^xsd:string ;
    skos:altLabel "Kinnauri, Bhoti"@en ;
    skos:inScheme lexvo: ;
    skos:notation "nes"^^xsd:string ;
    skos:prefLabel "Bhoti Kinnauri"@en .

<http://lexvo.org/id/iso639-3/nev> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "nev"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "nev"^^xsd:string ;
    skos:prefLabel "Nyaheun"@en .

<http://lexvo.org/id/iso639-3/nex> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "nex"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "nex"^^xsd:string ;
    skos:prefLabel "Neme"@en .

<http://lexvo.org/id/iso639-3/ney> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ney"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "ney"^^xsd:string ;
    skos:prefLabel "Neyo"@en .

<http://lexvo.org/id/iso639-3/nfu> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "nfu"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "nfu"^^xsd:string ;
    skos:prefLabel "Mfumte"@en .

<http://lexvo.org/id/iso639-3/ngb> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ngb"^^xsd:string ;
    skos:altLabel "Ngbandi, Northern"@en ;
    skos:inScheme lexvo: ;
    skos:notation "ngb"^^xsd:string ;
    skos:prefLabel "Northern Ngbandi"@en .

<http://lexvo.org/id/iso639-3/ngd> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ngd"^^xsd:string ;
    skos:altLabel "Ngando (Central African Republic)"@en ;
    skos:inScheme lexvo: ;
    skos:notation "ngd"^^xsd:string ;
    skos:prefLabel "Ngando"@en .

<http://lexvo.org/id/iso639-3/ngg> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ngg"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "ngg"^^xsd:string ;
    skos:prefLabel "Ngbaka Manza"@en .

<http://lexvo.org/id/iso639-3/ngl> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ngl"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "ngl"^^xsd:string ;
    skos:prefLabel "Lomwe"@en .

<http://lexvo.org/id/iso639-3/ngm> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ngm"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "ngm"^^xsd:string ;
    skos:prefLabel "Ngatik Men's Creole"@en .

<http://lexvo.org/id/iso639-3/ngq> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ngq"^^xsd:string ;
    skos:altLabel "Ngurimi"@en ;
    skos:inScheme lexvo: ;
    skos:notation "ngq"^^xsd:string ;
    skos:prefLabel "Ngoreme"@en .

<http://lexvo.org/id/iso639-3/ngt> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ngt"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "ngt"^^xsd:string ;
    skos:prefLabel "Ngeq"@en .

<http://lexvo.org/id/iso639-3/ngv> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ngv"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "ngv"^^xsd:string ;
    skos:prefLabel "Nagumi"@en .

<http://lexvo.org/id/iso639-3/ngy> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ngy"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "ngy"^^xsd:string ;
    skos:prefLabel "Tibea"@en .

<http://lexvo.org/id/iso639-3/ngz> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ngz"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "ngz"^^xsd:string ;
    skos:prefLabel "Ngungwel"@en .

<http://lexvo.org/id/iso639-3/nhc> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "nhc"^^xsd:string ;
    skos:altLabel "Nahuatl, Tabasco"@en ;
    skos:inScheme lexvo: ;
    skos:notation "nhc"^^xsd:string ;
    skos:prefLabel "Tabasco Nahuatl"@en .

<http://lexvo.org/id/iso639-3/nhf> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "nhf"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "nhf"^^xsd:string ;
    skos:prefLabel "Nhuwala"@en .

<http://lexvo.org/id/iso639-3/nhi> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "nhi"^^xsd:string ;
    skos:altLabel "Nahuatl, Zacatlán-Ahuacatlán-Tepetzintla"@en ;
    skos:inScheme lexvo: ;
    skos:notation "nhi"^^xsd:string ;
    skos:prefLabel "Zacatlán-Ahuacatlán-Tepetzintla Nahuatl"@en .

<http://lexvo.org/id/iso639-3/nhk> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "nhk"^^xsd:string ;
    skos:altLabel "Nahuatl, Isthmus-Cosoleacaque"@en ;
    skos:inScheme lexvo: ;
    skos:notation "nhk"^^xsd:string ;
    skos:prefLabel "Isthmus-Cosoleacaque Nahuatl"@en .

<http://lexvo.org/id/iso639-3/nhm> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "nhm"^^xsd:string ;
    skos:altLabel "Nahuatl, Morelos"@en ;
    skos:inScheme lexvo: ;
    skos:notation "nhm"^^xsd:string ;
    skos:prefLabel "Morelos Nahuatl"@en .

<http://lexvo.org/id/iso639-3/nhq> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "nhq"^^xsd:string ;
    skos:altLabel "Nahuatl, Huaxcaleca"@en ;
    skos:inScheme lexvo: ;
    skos:notation "nhq"^^xsd:string ;
    skos:prefLabel "Huaxcaleca Nahuatl"@en .

<http://lexvo.org/id/iso639-3/nht> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "nht"^^xsd:string ;
    skos:altLabel "Nahuatl, Ometepec"@en ;
    skos:inScheme lexvo: ;
    skos:notation "nht"^^xsd:string ;
    skos:prefLabel "Ometepec Nahuatl"@en .

<http://lexvo.org/id/iso639-3/nhv> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "nhv"^^xsd:string ;
    skos:altLabel "Nahuatl, Temascaltepec"@en ;
    skos:inScheme lexvo: ;
    skos:notation "nhv"^^xsd:string ;
    skos:prefLabel "Temascaltepec Nahuatl"@en .

<http://lexvo.org/id/iso639-3/nhy> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "nhy"^^xsd:string ;
    skos:altLabel "Nahuatl, Northern Oaxaca"@en ;
    skos:inScheme lexvo: ;
    skos:notation "nhy"^^xsd:string ;
    skos:prefLabel "Northern Oaxaca Nahuatl"@en .

<http://lexvo.org/id/iso639-3/nhz> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "nhz"^^xsd:string ;
    skos:altLabel "Nahuatl, Santa María La Alta"@en ;
    skos:inScheme lexvo: ;
    skos:notation "nhz"^^xsd:string ;
    skos:prefLabel "Santa María La Alta Nahuatl"@en .

<http://lexvo.org/id/iso639-3/nib> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "nib"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "nib"^^xsd:string ;
    skos:prefLabel "Nakame"@en .

<http://lexvo.org/id/iso639-3/nif> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "nif"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "nif"^^xsd:string ;
    skos:prefLabel "Nek"@en .

<http://lexvo.org/id/iso639-3/nil> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "nil"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "nil"^^xsd:string ;
    skos:prefLabel "Nila"@en .

<http://lexvo.org/id/iso639-3/niq> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "niq"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "niq"^^xsd:string ;
    skos:prefLabel "Nandi"@en .

<http://lexvo.org/id/iso639-3/nit> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "nit"^^xsd:string ;
    skos:altLabel "Kolami, Southeastern"@en ;
    skos:inScheme lexvo: ;
    skos:notation "nit"^^xsd:string ;
    skos:prefLabel "Southeastern Kolami"@en .

<http://lexvo.org/id/iso639-3/njd> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "njd"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "njd"^^xsd:string ;
    skos:prefLabel "Ndonde Hamba"@en .

<http://lexvo.org/id/iso639-3/njj> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "njj"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "njj"^^xsd:string ;
    skos:prefLabel "Njen"@en .

<http://lexvo.org/id/iso639-3/njl> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "njl"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "njl"^^xsd:string ;
    skos:prefLabel "Njalgulgule"@en .

<http://lexvo.org/id/iso639-3/njn> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "njn"^^xsd:string ;
    skos:altLabel "Naga, Liangmai"@en ;
    skos:inScheme lexvo: ;
    skos:notation "njn"^^xsd:string ;
    skos:prefLabel "Liangmai Naga"@en .

<http://lexvo.org/id/iso639-3/njr> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "njr"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "njr"^^xsd:string ;
    skos:prefLabel "Njerep"@en .

<http://lexvo.org/id/iso639-3/njt> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "njt"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "njt"^^xsd:string ;
    skos:prefLabel "Ndyuka-Trio Pidgin"@en .

<http://lexvo.org/id/iso639-3/njy> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "njy"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "njy"^^xsd:string ;
    skos:prefLabel "Njyem"@en .

<http://lexvo.org/id/iso639-3/njz> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "njz"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "njz"^^xsd:string ;
    skos:prefLabel "Nyishi"@en .

<http://lexvo.org/id/iso639-3/nkb> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "nkb"^^xsd:string ;
    skos:altLabel "Naga, Khoibu"@en ;
    skos:inScheme lexvo: ;
    skos:notation "nkb"^^xsd:string ;
    skos:prefLabel "Khoibu Naga"@en .

<http://lexvo.org/id/iso639-3/nkd> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "nkd"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "nkd"^^xsd:string ;
    skos:prefLabel "Koireng"@en .

<http://lexvo.org/id/iso639-3/nkf> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "nkf"^^xsd:string ;
    skos:altLabel "Naga, Inpui"@en ;
    skos:inScheme lexvo: ;
    skos:notation "nkf"^^xsd:string ;
    skos:prefLabel "Inpui Naga"@en .

<http://lexvo.org/id/iso639-3/nkg> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "nkg"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "nkg"^^xsd:string ;
    skos:prefLabel "Nekgini"@en .

<http://lexvo.org/id/iso639-3/nkh> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "nkh"^^xsd:string ;
    skos:altLabel "Naga, Khezha"@en ;
    skos:inScheme lexvo: ;
    skos:notation "nkh"^^xsd:string ;
    skos:prefLabel "Khezha Naga"@en .

<http://lexvo.org/id/iso639-3/nkj> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "nkj"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "nkj"^^xsd:string ;
    skos:prefLabel "Nakai"@en .

<http://lexvo.org/id/iso639-3/nkk> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "nkk"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "nkk"^^xsd:string ;
    skos:prefLabel "Nokuku"@en .

<http://lexvo.org/id/iso639-3/nkm> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "nkm"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "nkm"^^xsd:string ;
    skos:prefLabel "Namat"@en .

<http://lexvo.org/id/iso639-3/nkq> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "nkq"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "nkq"^^xsd:string ;
    skos:prefLabel "Nkami"@en .

<http://lexvo.org/id/iso639-3/nks> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "nks"^^xsd:string ;
    skos:altLabel "Asmat, North"@en ;
    skos:inScheme lexvo: ;
    skos:notation "nks"^^xsd:string ;
    skos:prefLabel "North Asmat"@en .

<http://lexvo.org/id/iso639-3/nkt> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "nkt"^^xsd:string ;
    skos:altLabel "Nyika (Tanzania)"@en ;
    skos:inScheme lexvo: ;
    skos:notation "nkt"^^xsd:string ;
    skos:prefLabel "Nyika"@en .

<http://lexvo.org/id/iso639-3/nku> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "nku"^^xsd:string ;
    skos:altLabel "Kulango, Bouna"@en ;
    skos:inScheme lexvo: ;
    skos:notation "nku"^^xsd:string ;
    skos:prefLabel "Bouna Kulango"@en .

<http://lexvo.org/id/iso639-3/nkv> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "nkv"^^xsd:string ;
    skos:altLabel "Nyika (Malawi and Zambia)"@en ;
    skos:inScheme lexvo: ;
    skos:notation "nkv"^^xsd:string ;
    skos:prefLabel "Nyika"@en .

<http://lexvo.org/id/iso639-3/nkz> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "nkz"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "nkz"^^xsd:string ;
    skos:prefLabel "Nkari"@en .

<http://lexvo.org/id/iso639-3/nla> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "nla"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "nla"^^xsd:string ;
    skos:prefLabel "Ngombale"@en .

<http://lexvo.org/id/iso639-3/nlk> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "nlk"^^xsd:string ;
    skos:altLabel "Yali, Ninia"@en ;
    skos:inScheme lexvo: ;
    skos:notation "nlk"^^xsd:string ;
    skos:prefLabel "Ninia Yali"@en .

<http://lexvo.org/id/iso639-3/nlo> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "nlo"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "nlo"^^xsd:string ;
    skos:prefLabel "Ngul"@en .

<http://lexvo.org/id/iso639-3/nlu> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "nlu"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "nlu"^^xsd:string ;
    skos:prefLabel "Nchumbulu"@en .

<http://lexvo.org/id/iso639-3/nly> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "nly"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "nly"^^xsd:string ;
    skos:prefLabel "Nyamal"@en .

<http://lexvo.org/id/iso639-3/nlz> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "nlz"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "nlz"^^xsd:string ;
    skos:prefLabel "Nalögo"@en .

<http://lexvo.org/id/iso639-3/nmh> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "nmh"^^xsd:string ;
    skos:altLabel "Naga, Monsang"@en ;
    skos:inScheme lexvo: ;
    skos:notation "nmh"^^xsd:string ;
    skos:prefLabel "Monsang Naga"@en .

<http://lexvo.org/id/iso639-3/nmm> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "nmm"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "nmm"^^xsd:string ;
    skos:prefLabel "Manangba"@en .

<http://lexvo.org/id/iso639-3/nmo> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "nmo"^^xsd:string ;
    skos:altLabel "Naga, Moyon"@en ;
    skos:inScheme lexvo: ;
    skos:notation "nmo"^^xsd:string ;
    skos:prefLabel "Moyon Naga"@en .

<http://lexvo.org/id/iso639-3/nmq> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "nmq"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "nmq"^^xsd:string ;
    skos:prefLabel "Nambya"@en .

<http://lexvo.org/id/iso639-3/nms> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "nms"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "nms"^^xsd:string ;
    skos:prefLabel "Letemboi"@en .

<http://lexvo.org/id/iso639-3/nmt> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "nmt"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "nmt"^^xsd:string ;
    skos:prefLabel "Namonuito"@en .

<http://lexvo.org/id/iso639-3/nmv> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "nmv"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "nmv"^^xsd:string ;
    skos:prefLabel "Ngamini"@en .

<http://lexvo.org/id/iso639-3/nmw> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "nmw"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "nmw"^^xsd:string ;
    skos:prefLabel "Nimoa"@en .

<http://lexvo.org/id/iso639-3/nmy> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "nmy"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "nmy"^^xsd:string ;
    skos:prefLabel "Namuyi"@en .

<http://lexvo.org/id/iso639-3/nnd> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "nnd"^^xsd:string ;
    skos:altLabel "Ambae, West"@en ;
    skos:inScheme lexvo: ;
    skos:notation "nnd"^^xsd:string ;
    skos:prefLabel "West Ambae"@en .

<http://lexvo.org/id/iso639-3/nne> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "nne"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "nne"^^xsd:string ;
    skos:prefLabel "Ngandyera"@en .

<http://lexvo.org/id/iso639-3/nnf> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "nnf"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "nnf"^^xsd:string ;
    skos:prefLabel "Ngaing"@en .

<http://lexvo.org/id/iso639-3/nng> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "nng"^^xsd:string ;
    skos:altLabel "Naga, Maring"@en ;
    skos:inScheme lexvo: ;
    skos:notation "nng"^^xsd:string ;
    skos:prefLabel "Maring Naga"@en .

<http://lexvo.org/id/iso639-3/nni> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "nni"^^xsd:string ;
    skos:altLabel "Nuaulu, North"@en ;
    skos:inScheme lexvo: ;
    skos:notation "nni"^^xsd:string ;
    skos:prefLabel "North Nuaulu"@en .

<http://lexvo.org/id/iso639-3/nnp> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "nnp"^^xsd:string ;
    skos:altLabel "Naga, Wancho"@en ;
    skos:inScheme lexvo: ;
    skos:notation "nnp"^^xsd:string ;
    skos:prefLabel "Wancho Naga"@en .

<http://lexvo.org/id/iso639-3/nns> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "nns"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "nns"^^xsd:string ;
    skos:prefLabel "Ningye"@en .

<http://lexvo.org/id/iso639-3/nnu> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "nnu"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "nnu"^^xsd:string ;
    skos:prefLabel "Dwang"@en .

<http://lexvo.org/id/iso639-3/nnw> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "nnw"^^xsd:string ;
    skos:altLabel "Nuni, Southern"@en ;
    skos:inScheme lexvo: ;
    skos:notation "nnw"^^xsd:string ;
    skos:prefLabel "Southern Nuni"@en .

<http://lexvo.org/id/iso639-3/nnx> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "nnx"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "nnx"^^xsd:string ;
    skos:prefLabel "Ngong"@en .

<http://lexvo.org/id/iso639-3/nnz> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "nnz"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "nnz"^^xsd:string ;
    skos:prefLabel "Nda'nda'"@en .

<http://lexvo.org/id/iso639-3/noc> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "noc"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "noc"^^xsd:string ;
    skos:prefLabel "Nuk"@en .

<http://lexvo.org/id/iso639-3/nof> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "nof"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "nof"^^xsd:string ;
    skos:prefLabel "Nomane"@en .

<http://lexvo.org/id/iso639-3/noh> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "noh"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "noh"^^xsd:string ;
    skos:prefLabel "Nomu"@en .

<http://lexvo.org/id/iso639-3/noi> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "noi"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "noi"^^xsd:string ;
    skos:prefLabel "Noiri"@en .

<http://lexvo.org/id/iso639-3/noj> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "noj"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "noj"^^xsd:string ;
    skos:prefLabel "Nonuya"@en .

<http://lexvo.org/id/iso639-3/nom> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "nom"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "nom"^^xsd:string ;
    skos:prefLabel "Nocamán"@en .

<http://lexvo.org/id/iso639-3/noq> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "noq"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "noq"^^xsd:string ;
    skos:prefLabel "Ngongo"@en .

<http://lexvo.org/id/iso639-3/nos> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "nos"^^xsd:string ;
    skos:altLabel "Nisu, Eastern"@en ;
    skos:inScheme lexvo: ;
    skos:notation "nos"^^xsd:string ;
    skos:prefLabel "Eastern Nisu"@en .

<http://lexvo.org/id/iso639-3/nou> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "nou"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "nou"^^xsd:string ;
    skos:prefLabel "Ewage-Notu"@en .

<http://lexvo.org/id/iso639-3/npg> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "npg"^^xsd:string ;
    skos:altLabel "Naga, Ponyo-Gongwang"@en ;
    skos:inScheme lexvo: ;
    skos:notation "npg"^^xsd:string ;
    skos:prefLabel "Ponyo-Gongwang Naga"@en .

<http://lexvo.org/id/iso639-3/npi> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "npi"^^xsd:string ;
    skos:altLabel "Nepali (individual language)"@en ;
    skos:inScheme lexvo: ;
    skos:notation "npi"^^xsd:string ;
    skos:prefLabel "Nepali"@en .

<http://lexvo.org/id/iso639-3/npl> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "npl"^^xsd:string ;
    skos:altLabel "Nahuatl, Southeastern Puebla"@en ;
    skos:inScheme lexvo: ;
    skos:notation "npl"^^xsd:string ;
    skos:prefLabel "Southeastern Puebla Nahuatl"@en .

<http://lexvo.org/id/iso639-3/npo> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "npo"^^xsd:string ;
    skos:altLabel "Naga, Pochuri"@en ;
    skos:inScheme lexvo: ;
    skos:notation "npo"^^xsd:string ;
    skos:prefLabel "Pochuri Naga"@en .

<http://lexvo.org/id/iso639-3/nps> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "nps"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "nps"^^xsd:string ;
    skos:prefLabel "Nipsan"@en .

<http://lexvo.org/id/iso639-3/npu> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "npu"^^xsd:string ;
    skos:altLabel "Naga, Puimei"@en ;
    skos:inScheme lexvo: ;
    skos:notation "npu"^^xsd:string ;
    skos:prefLabel "Puimei Naga"@en .

<http://lexvo.org/id/iso639-3/nqg> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "nqg"^^xsd:string ;
    skos:altLabel "Nago, Southern"@en ;
    skos:inScheme lexvo: ;
    skos:notation "nqg"^^xsd:string ;
    skos:prefLabel "Southern Nago"@en .

<http://lexvo.org/id/iso639-3/nqk> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "nqk"^^xsd:string ;
    skos:altLabel "Ede Nago, Kura"@en ;
    skos:inScheme lexvo: ;
    skos:notation "nqk"^^xsd:string ;
    skos:prefLabel "Kura Ede Nago"@en .

<http://lexvo.org/id/iso639-3/nqn> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "nqn"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "nqn"^^xsd:string ;
    skos:prefLabel "Nen"@en .

<http://lexvo.org/id/iso639-3/nqy> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "nqy"^^xsd:string ;
    skos:altLabel "Naga, Akyaung Ari"@en ;
    skos:inScheme lexvo: ;
    skos:notation "nqy"^^xsd:string ;
    skos:prefLabel "Akyaung Ari Naga"@en .

<http://lexvo.org/id/iso639-3/nrg> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "nrg"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "nrg"^^xsd:string ;
    skos:prefLabel "Narango"@en .

<http://lexvo.org/id/iso639-3/nrr> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "nrr"^^xsd:string ;
    skos:altLabel "Norra"@en ;
    skos:inScheme lexvo: ;
    skos:notation "nrr"^^xsd:string ;
    skos:prefLabel "Nora"@en .

<http://lexvo.org/id/iso639-3/nru> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "nru"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "nru"^^xsd:string ;
    skos:prefLabel "Narua"@en .

<http://lexvo.org/id/iso639-3/nsc> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "nsc"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "nsc"^^xsd:string ;
    skos:prefLabel "Nshi"@en .

<http://lexvo.org/id/iso639-3/nsd> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "nsd"^^xsd:string ;
    skos:altLabel "Nisu, Southern"@en ;
    skos:inScheme lexvo: ;
    skos:notation "nsd"^^xsd:string ;
    skos:prefLabel "Southern Nisu"@en .

<http://lexvo.org/id/iso639-3/nsf> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "nsf"^^xsd:string ;
    skos:altLabel "Nisu, Northwestern"@en ;
    skos:inScheme lexvo: ;
    skos:notation "nsf"^^xsd:string ;
    skos:prefLabel "Northwestern Nisu"@en .

<http://lexvo.org/id/iso639-3/nsh> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "nsh"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "nsh"^^xsd:string ;
    skos:prefLabel "Ngoshie"@en .

<http://lexvo.org/id/iso639-3/nsi> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "nsi"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "nsi"^^xsd:string ;
    skos:prefLabel "Nigerian Sign Language"@en .

<http://lexvo.org/id/iso639-3/nss> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "nss"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "nss"^^xsd:string ;
    skos:prefLabel "Nali"@en .

<http://lexvo.org/id/iso639-3/nsu> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "nsu"^^xsd:string ;
    skos:altLabel "Nahuatl, Sierra Negra"@en ;
    skos:inScheme lexvo: ;
    skos:notation "nsu"^^xsd:string ;
    skos:prefLabel "Sierra Negra Nahuatl"@en .

<http://lexvo.org/id/iso639-3/nsv> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "nsv"^^xsd:string ;
    skos:altLabel "Nisu, Southwestern"@en ;
    skos:inScheme lexvo: ;
    skos:notation "nsv"^^xsd:string ;
    skos:prefLabel "Southwestern Nisu"@en .

<http://lexvo.org/id/iso639-3/nsw> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "nsw"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "nsw"^^xsd:string ;
    skos:prefLabel "Navut"@en .

<http://lexvo.org/id/iso639-3/nsy> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "nsy"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "nsy"^^xsd:string ;
    skos:prefLabel "Nasal"@en .

<http://lexvo.org/id/iso639-3/nte> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "nte"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "nte"^^xsd:string ;
    skos:prefLabel "Nathembo"@en .

<http://lexvo.org/id/iso639-3/nti> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "nti"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "nti"^^xsd:string ;
    skos:prefLabel "Natioro"@en .

<http://lexvo.org/id/iso639-3/ntk> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ntk"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "ntk"^^xsd:string ;
    skos:prefLabel "Ikoma-Nata-Isenye"@en .

<http://lexvo.org/id/iso639-3/ntu> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ntu"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "ntu"^^xsd:string ;
    skos:prefLabel "Natügu"@en .

<http://lexvo.org/id/iso639-3/ntw> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ntw"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "ntw"^^xsd:string ;
    skos:prefLabel "Nottoway"@en .

<http://lexvo.org/id/iso639-3/ntx> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ntx"^^xsd:string ;
    skos:altLabel "Naga, Tangkhul (Myanmar)"@en,
        "Tangkhul Naga (Myanmar)"@en ;
    skos:inScheme lexvo: ;
    skos:notation "ntx"^^xsd:string ;
    skos:prefLabel "Tangkhul Naga"@en .

<http://lexvo.org/id/iso639-3/nty> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "nty"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "nty"^^xsd:string ;
    skos:prefLabel "Mantsi"@en .

<http://lexvo.org/id/iso639-3/ntz> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ntz"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "ntz"^^xsd:string ;
    skos:prefLabel "Natanzi"@en .

<http://lexvo.org/id/iso639-3/nua> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "nua"^^xsd:string ;
    skos:altLabel "Yuanga"@en ;
    skos:inScheme lexvo: ;
    skos:notation "nua"^^xsd:string ;
    skos:prefLabel "Yuaga"@en .

<http://lexvo.org/id/iso639-3/nuc> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "nuc"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "nuc"^^xsd:string ;
    skos:prefLabel "Nukuini"@en .

<http://lexvo.org/id/iso639-3/nud> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "nud"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "nud"^^xsd:string ;
    skos:prefLabel "Ngala"@en .

<http://lexvo.org/id/iso639-3/nue> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "nue"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "nue"^^xsd:string ;
    skos:prefLabel "Ngundu"@en .

<http://lexvo.org/id/iso639-3/nuh> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "nuh"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "nuh"^^xsd:string ;
    skos:prefLabel "Ndunda"@en .

<http://lexvo.org/id/iso639-3/nul> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "nul"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "nul"^^xsd:string ;
    skos:prefLabel "Nusa Laut"@en .

<http://lexvo.org/id/iso639-3/nuq> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "nuq"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "nuq"^^xsd:string ;
    skos:prefLabel "Nukumanu"@en .

<http://lexvo.org/id/iso639-3/nur> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "nur"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "nur"^^xsd:string ;
    skos:prefLabel "Nukuria"@en .

<http://lexvo.org/id/iso639-3/nuw> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "nuw"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "nuw"^^xsd:string ;
    skos:prefLabel "Nguluwan"@en .

<http://lexvo.org/id/iso639-3/nuz> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "nuz"^^xsd:string ;
    skos:altLabel "Nahuatl, Tlamacazapa"@en ;
    skos:inScheme lexvo: ;
    skos:notation "nuz"^^xsd:string ;
    skos:prefLabel "Tlamacazapa Nahuatl"@en .

<http://lexvo.org/id/iso639-3/nvh> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "nvh"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "nvh"^^xsd:string ;
    skos:prefLabel "Nasarian"@en .

<http://lexvo.org/id/iso639-3/nvm> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "nvm"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "nvm"^^xsd:string ;
    skos:prefLabel "Namiae"@en .

<http://lexvo.org/id/iso639-3/nvo> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "nvo"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "nvo"^^xsd:string ;
    skos:prefLabel "Nyokon"@en .

<http://lexvo.org/id/iso639-3/nwm> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "nwm"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "nwm"^^xsd:string ;
    skos:prefLabel "Nyamusa-Molo"@en .

<http://lexvo.org/id/iso639-3/nwr> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "nwr"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "nwr"^^xsd:string ;
    skos:prefLabel "Nawaru"@en .

<http://lexvo.org/id/iso639-3/nwx> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "nwx"^^xsd:string ;
    skos:altLabel "Newar, Middle"@en ;
    skos:inScheme lexvo: ;
    skos:notation "nwx"^^xsd:string ;
    skos:prefLabel "Middle Newar"@en .

<http://lexvo.org/id/iso639-3/nwy> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "nwy"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "nwy"^^xsd:string ;
    skos:prefLabel "Nottoway-Meherrin"@en .

<http://lexvo.org/id/iso639-3/nxa> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "nxa"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "nxa"^^xsd:string ;
    skos:prefLabel "Nauete"@en .

<http://lexvo.org/id/iso639-3/nxe> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "nxe"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "nxe"^^xsd:string ;
    skos:prefLabel "Nage"@en .

<http://lexvo.org/id/iso639-3/nxi> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "nxi"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "nxi"^^xsd:string ;
    skos:prefLabel "Nindi"@en .

<http://lexvo.org/id/iso639-3/nxk> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "nxk"^^xsd:string ;
    skos:altLabel "Naga, Koki"@en ;
    skos:inScheme lexvo: ;
    skos:notation "nxk"^^xsd:string ;
    skos:prefLabel "Koki Naga"@en .

<http://lexvo.org/id/iso639-3/nxl> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "nxl"^^xsd:string ;
    skos:altLabel "Nuaulu, South"@en ;
    skos:inScheme lexvo: ;
    skos:notation "nxl"^^xsd:string ;
    skos:prefLabel "South Nuaulu"@en .

<http://lexvo.org/id/iso639-3/nxm> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "nxm"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "nxm"^^xsd:string ;
    skos:prefLabel "Numidian"@en .

<http://lexvo.org/id/iso639-3/nxq> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "nxq"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "nxq"^^xsd:string ;
    skos:prefLabel "Naxi"@en .

<http://lexvo.org/id/iso639-3/nxr> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "nxr"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "nxr"^^xsd:string ;
    skos:prefLabel "Ninggerum"@en .

<http://lexvo.org/id/iso639-3/nxu> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "nxu"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "nxu"^^xsd:string ;
    skos:prefLabel "Narau"@en .

<http://lexvo.org/id/iso639-3/nyb> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "nyb"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "nyb"^^xsd:string ;
    skos:prefLabel "Nyangbo"@en .

<http://lexvo.org/id/iso639-3/nyc> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "nyc"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "nyc"^^xsd:string ;
    skos:prefLabel "Nyanga-li"@en .

<http://lexvo.org/id/iso639-3/nye> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "nye"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "nye"^^xsd:string ;
    skos:prefLabel "Nyengo"@en .

<http://lexvo.org/id/iso639-3/nyf> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "nyf"^^xsd:string ;
    skos:altLabel "Kigiryama"@en ;
    skos:inScheme lexvo: ;
    skos:notation "nyf"^^xsd:string ;
    skos:prefLabel "Giryama"@en .

<http://lexvo.org/id/iso639-3/nyg> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "nyg"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "nyg"^^xsd:string ;
    skos:prefLabel "Nyindu"@en .

<http://lexvo.org/id/iso639-3/nyl> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "nyl"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "nyl"^^xsd:string ;
    skos:prefLabel "Nyeu"@en .

<http://lexvo.org/id/iso639-3/nyq> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "nyq"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "nyq"^^xsd:string ;
    skos:prefLabel "Nayini"@en .

<http://lexvo.org/id/iso639-3/nyr> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "nyr"^^xsd:string ;
    skos:altLabel "Nyiha (Malawi)"@en ;
    skos:inScheme lexvo: ;
    skos:notation "nyr"^^xsd:string ;
    skos:prefLabel "Nyiha"@en .

<http://lexvo.org/id/iso639-3/nyx> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "nyx"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "nyx"^^xsd:string ;
    skos:prefLabel "Nganyaywana"@en .

<http://lexvo.org/id/iso639-3/nzu> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "nzu"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "nzu"^^xsd:string ;
    skos:prefLabel "Teke-Nzikou"@en .

<http://lexvo.org/id/iso639-3/oav> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "oav"^^xsd:string ;
    skos:altLabel "Avar, Old"@en ;
    skos:inScheme lexvo: ;
    skos:notation "oav"^^xsd:string ;
    skos:prefLabel "Old Avar"@en .

<http://lexvo.org/id/iso639-3/obk> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "obk"^^xsd:string ;
    skos:altLabel "Bontok, Southern"@en ;
    skos:inScheme lexvo: ;
    skos:notation "obk"^^xsd:string ;
    skos:prefLabel "Southern Bontok"@en .

<http://lexvo.org/id/iso639-3/obo> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "obo"^^xsd:string ;
    skos:altLabel "Manobo, Obo"@en ;
    skos:inScheme lexvo: ;
    skos:notation "obo"^^xsd:string ;
    skos:prefLabel "Obo Manobo"@en .

<http://lexvo.org/id/iso639-3/obt> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "obt"^^xsd:string ;
    skos:altLabel "Breton, Old"@en ;
    skos:inScheme lexvo: ;
    skos:notation "obt"^^xsd:string ;
    skos:prefLabel "Old Breton"@en .

<http://lexvo.org/id/iso639-3/obu> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "obu"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "obu"^^xsd:string ;
    skos:prefLabel "Obulom"@en .

<http://lexvo.org/id/iso639-3/oco> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "oco"^^xsd:string ;
    skos:altLabel "Cornish, Old"@en ;
    skos:inScheme lexvo: ;
    skos:notation "oco"^^xsd:string ;
    skos:prefLabel "Old Cornish"@en .

<http://lexvo.org/id/iso639-3/oda> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "oda"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "oda"^^xsd:string ;
    skos:prefLabel "Odut"@en .

<http://lexvo.org/id/iso639-3/odk> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "odk"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "odk"^^xsd:string ;
    skos:prefLabel "Od"@en .

<http://lexvo.org/id/iso639-3/oht> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "oht"^^xsd:string ;
    skos:altLabel "Hittite, Old"@en ;
    skos:inScheme lexvo: ;
    skos:notation "oht"^^xsd:string ;
    skos:prefLabel "Old Hittite"@en .

<http://lexvo.org/id/iso639-3/oin> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "oin"^^xsd:string ;
    skos:altLabel "One, Inebu"@en ;
    skos:inScheme lexvo: ;
    skos:notation "oin"^^xsd:string ;
    skos:prefLabel "Inebu One"@en .

<http://lexvo.org/id/iso639-3/oke> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "oke"^^xsd:string ;
    skos:altLabel "Okpe (Southwestern Edo)"@en ;
    skos:inScheme lexvo: ;
    skos:notation "oke"^^xsd:string ;
    skos:prefLabel "Okpe"@en .

<http://lexvo.org/id/iso639-3/okg> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "okg"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "okg"^^xsd:string ;
    skos:prefLabel "Koko Babangk"@en .

<http://lexvo.org/id/iso639-3/okh> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "okh"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "okh"^^xsd:string ;
    skos:prefLabel "Koresh-e Rostam"@en .

<http://lexvo.org/id/iso639-3/okk> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "okk"^^xsd:string ;
    skos:altLabel "One, Kwamtim"@en ;
    skos:inScheme lexvo: ;
    skos:notation "okk"^^xsd:string ;
    skos:prefLabel "Kwamtim One"@en .

<http://lexvo.org/id/iso639-3/okm> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "okm"^^xsd:string ;
    skos:altLabel "Korean, Middle (10th-16th cent.)"@en,
        "Middle Korean (10th-16th cent.)"@en ;
    skos:inScheme lexvo: ;
    skos:notation "okm"^^xsd:string ;
    skos:prefLabel "Middle Korean"@en .

<http://lexvo.org/id/iso639-3/okn> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "okn"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "okn"^^xsd:string ;
    skos:prefLabel "Oki-No-Erabu"@en .

<http://lexvo.org/id/iso639-3/okr> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "okr"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "okr"^^xsd:string ;
    skos:prefLabel "Kirike"@en .

<http://lexvo.org/id/iso639-3/oks> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "oks"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "oks"^^xsd:string ;
    skos:prefLabel "Oko-Eni-Osayen"@en .

<http://lexvo.org/id/iso639-3/okv> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "okv"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "okv"^^xsd:string ;
    skos:prefLabel "Orokaiva"@en .

<http://lexvo.org/id/iso639-3/okx> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "okx"^^xsd:string ;
    skos:altLabel "Okpe (Northwestern Edo)"@en ;
    skos:inScheme lexvo: ;
    skos:notation "okx"^^xsd:string ;
    skos:prefLabel "Okpe"@en .

<http://lexvo.org/id/iso639-3/ola> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ola"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "ola"^^xsd:string ;
    skos:prefLabel "Walungge"@en .

<http://lexvo.org/id/iso639-3/olm> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "olm"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "olm"^^xsd:string ;
    skos:prefLabel "Oloma"@en .

<http://lexvo.org/id/iso639-3/olr> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "olr"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "olr"^^xsd:string ;
    skos:prefLabel "Olrat"@en .

<http://lexvo.org/id/iso639-3/ome> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ome"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "ome"^^xsd:string ;
    skos:prefLabel "Omejes"@en .

<http://lexvo.org/id/iso639-3/omk> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "omk"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "omk"^^xsd:string ;
    skos:prefLabel "Omok"@en .

<http://lexvo.org/id/iso639-3/oml> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "oml"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "oml"^^xsd:string ;
    skos:prefLabel "Ombo"@en .

<http://lexvo.org/id/iso639-3/omn> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "omn"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "omn"^^xsd:string ;
    skos:prefLabel "Minoan"@en .

<http://lexvo.org/id/iso639-3/omp> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "omp"^^xsd:string ;
    skos:altLabel "Manipuri, Old"@en ;
    skos:inScheme lexvo: ;
    skos:notation "omp"^^xsd:string ;
    skos:prefLabel "Old Manipuri"@en .

<http://lexvo.org/id/iso639-3/omr> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "omr"^^xsd:string ;
    skos:altLabel "Marathi, Old"@en ;
    skos:inScheme lexvo: ;
    skos:notation "omr"^^xsd:string ;
    skos:prefLabel "Old Marathi"@en .

<http://lexvo.org/id/iso639-3/omw> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "omw"^^xsd:string ;
    skos:altLabel "Tairora, South"@en ;
    skos:inScheme lexvo: ;
    skos:notation "omw"^^xsd:string ;
    skos:prefLabel "South Tairora"@en .

<http://lexvo.org/id/iso639-3/omx> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "omx"^^xsd:string ;
    skos:altLabel "Mon, Old"@en ;
    skos:inScheme lexvo: ;
    skos:notation "omx"^^xsd:string ;
    skos:prefLabel "Old Mon"@en .

<http://lexvo.org/id/iso639-3/oni> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "oni"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "oni"^^xsd:string ;
    skos:prefLabel "Onin"@en .

<http://lexvo.org/id/iso639-3/onj> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "onj"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "onj"^^xsd:string ;
    skos:prefLabel "Onjob"@en .

<http://lexvo.org/id/iso639-3/onk> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "onk"^^xsd:string ;
    skos:altLabel "One, Kabore"@en ;
    skos:inScheme lexvo: ;
    skos:notation "onk"^^xsd:string ;
    skos:prefLabel "Kabore One"@en .

<http://lexvo.org/id/iso639-3/onn> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "onn"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "onn"^^xsd:string ;
    skos:prefLabel "Onobasulu"@en .

<http://lexvo.org/id/iso639-3/onp> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "onp"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "onp"^^xsd:string ;
    skos:prefLabel "Sartang"@en .

<http://lexvo.org/id/iso639-3/onr> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "onr"^^xsd:string ;
    skos:altLabel "One, Northern"@en ;
    skos:inScheme lexvo: ;
    skos:notation "onr"^^xsd:string ;
    skos:prefLabel "Northern One"@en .

<http://lexvo.org/id/iso639-3/ont> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ont"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "ont"^^xsd:string ;
    skos:prefLabel "Ontenu"@en .

<http://lexvo.org/id/iso639-3/onu> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "onu"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "onu"^^xsd:string ;
    skos:prefLabel "Unua"@en .

<http://lexvo.org/id/iso639-3/onx> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "onx"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "onx"^^xsd:string ;
    skos:prefLabel "Onin Based Pidgin"@en .

<http://lexvo.org/id/iso639-3/oog> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "oog"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "oog"^^xsd:string ;
    skos:prefLabel "Ong"@en .

<http://lexvo.org/id/iso639-3/oos> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "oos"^^xsd:string ;
    skos:altLabel "Ossetic, Old"@en ;
    skos:inScheme lexvo: ;
    skos:notation "oos"^^xsd:string ;
    skos:prefLabel "Old Ossetic"@en .

<http://lexvo.org/id/iso639-3/opk> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "opk"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "opk"^^xsd:string ;
    skos:prefLabel "Kopkaka"@en .

<http://lexvo.org/id/iso639-3/opo> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "opo"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "opo"^^xsd:string ;
    skos:prefLabel "Opao"@en .

<http://lexvo.org/id/iso639-3/ory> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ory"^^xsd:string ;
    skos:altLabel "Oriya (individual language)"@en ;
    skos:inScheme lexvo: ;
    skos:notation "ory"^^xsd:string ;
    skos:prefLabel "Oriya"@en .

<http://lexvo.org/id/iso639-3/orz> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "orz"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "orz"^^xsd:string ;
    skos:prefLabel "Ormu"@en .

<http://lexvo.org/id/iso639-3/oso> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "oso"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "oso"^^xsd:string ;
    skos:prefLabel "Ososo"@en .

<http://lexvo.org/id/iso639-3/osu> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "osu"^^xsd:string ;
    skos:altLabel "One, Southern"@en ;
    skos:inScheme lexvo: ;
    skos:notation "osu"^^xsd:string ;
    skos:prefLabel "Southern One"@en .

<http://lexvo.org/id/iso639-3/otb> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "otb"^^xsd:string ;
    skos:altLabel "Tibetan, Old"@en ;
    skos:inScheme lexvo: ;
    skos:notation "otb"^^xsd:string ;
    skos:prefLabel "Old Tibetan"@en .

<http://lexvo.org/id/iso639-3/otd> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "otd"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "otd"^^xsd:string ;
    skos:prefLabel "Ot Danum"@en .

<http://lexvo.org/id/iso639-3/otl> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "otl"^^xsd:string ;
    skos:altLabel "Otomi, Tilapa"@en ;
    skos:inScheme lexvo: ;
    skos:notation "otl"^^xsd:string ;
    skos:prefLabel "Tilapa Otomi"@en .

<http://lexvo.org/id/iso639-3/otn> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "otn"^^xsd:string ;
    skos:altLabel "Otomi, Tenango"@en ;
    skos:inScheme lexvo: ;
    skos:notation "otn"^^xsd:string ;
    skos:prefLabel "Tenango Otomi"@en .

<http://lexvo.org/id/iso639-3/ots> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ots"^^xsd:string ;
    skos:altLabel "Otomi, Estado de México"@en ;
    skos:inScheme lexvo: ;
    skos:notation "ots"^^xsd:string ;
    skos:prefLabel "Estado de México Otomi"@en .

<http://lexvo.org/id/iso639-3/otu> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "otu"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "otu"^^xsd:string ;
    skos:prefLabel "Otuke"@en .

<http://lexvo.org/id/iso639-3/otx> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "otx"^^xsd:string ;
    skos:altLabel "Otomi, Texcatepec"@en ;
    skos:inScheme lexvo: ;
    skos:notation "otx"^^xsd:string ;
    skos:prefLabel "Texcatepec Otomi"@en .

<http://lexvo.org/id/iso639-3/oty> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "oty"^^xsd:string ;
    skos:altLabel "Tamil, Old"@en ;
    skos:inScheme lexvo: ;
    skos:notation "oty"^^xsd:string ;
    skos:prefLabel "Old Tamil"@en .

<http://lexvo.org/id/iso639-3/oue> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "oue"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "oue"^^xsd:string ;
    skos:prefLabel "Oune"@en .

<http://lexvo.org/id/iso639-3/oui> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "oui"^^xsd:string ;
    skos:altLabel "Uighur, Old"@en ;
    skos:inScheme lexvo: ;
    skos:notation "oui"^^xsd:string ;
    skos:prefLabel "Old Uighur"@en .

<http://lexvo.org/id/iso639-3/oum> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "oum"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "oum"^^xsd:string ;
    skos:prefLabel "Ouma"@en .

<http://lexvo.org/id/iso639-3/oyy> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "oyy"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "oyy"^^xsd:string ;
    skos:prefLabel "Oya'oya"@en .

<http://lexvo.org/id/iso639-3/paf> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "paf"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "paf"^^xsd:string ;
    skos:prefLabel "Paranawát"@en .

<http://lexvo.org/id/iso639-3/pah> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "pah"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "pah"^^xsd:string ;
    skos:prefLabel "Tenharim"@en .

<http://lexvo.org/id/iso639-3/pak> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "pak"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "pak"^^xsd:string ;
    skos:prefLabel "Parakanã"@en .

<http://lexvo.org/id/iso639-3/pat> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "pat"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "pat"^^xsd:string ;
    skos:prefLabel "Papitalai"@en .

<http://lexvo.org/id/iso639-3/pax> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "pax"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "pax"^^xsd:string ;
    skos:prefLabel "Pankararé"@en .

<http://lexvo.org/id/iso639-3/paz> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "paz"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "paz"^^xsd:string ;
    skos:prefLabel "Pankararú"@en .

<http://lexvo.org/id/iso639-3/pbg> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "pbg"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "pbg"^^xsd:string ;
    skos:prefLabel "Paraujano"@en .

<http://lexvo.org/id/iso639-3/pbn> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "pbn"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "pbn"^^xsd:string ;
    skos:prefLabel "Kpasam"@en .

<http://lexvo.org/id/iso639-3/pbt> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "pbt"^^xsd:string ;
    skos:altLabel "Pashto, Southern"@en ;
    skos:inScheme lexvo: ;
    skos:notation "pbt"^^xsd:string ;
    skos:prefLabel "Southern Pashto"@en .

<http://lexvo.org/id/iso639-3/pbu> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "pbu"^^xsd:string ;
    skos:altLabel "Pashto, Northern"@en ;
    skos:inScheme lexvo: ;
    skos:notation "pbu"^^xsd:string ;
    skos:prefLabel "Northern Pashto"@en .

<http://lexvo.org/id/iso639-3/pca> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "pca"^^xsd:string ;
    skos:altLabel "Popoloca, Santa Inés Ahuatempan"@en ;
    skos:inScheme lexvo: ;
    skos:notation "pca"^^xsd:string ;
    skos:prefLabel "Santa Inés Ahuatempan Popoloca"@en .

<http://lexvo.org/id/iso639-3/pce> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "pce"^^xsd:string ;
    skos:altLabel "Palaung, Ruching"@en ;
    skos:inScheme lexvo: ;
    skos:notation "pce"^^xsd:string ;
    skos:prefLabel "Ruching Palaung"@en .

<http://lexvo.org/id/iso639-3/pcf> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "pcf"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "pcf"^^xsd:string ;
    skos:prefLabel "Paliyan"@en .

<http://lexvo.org/id/iso639-3/pcl> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "pcl"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "pcl"^^xsd:string ;
    skos:prefLabel "Pardhi"@en .

<http://lexvo.org/id/iso639-3/pcn> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "pcn"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "pcn"^^xsd:string ;
    skos:prefLabel "Piti"@en .

<http://lexvo.org/id/iso639-3/pcr> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "pcr"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "pcr"^^xsd:string ;
    skos:prefLabel "Panang"@en .

<http://lexvo.org/id/iso639-3/pda> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "pda"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "pda"^^xsd:string ;
    skos:prefLabel "Anam"@en .

<http://lexvo.org/id/iso639-3/pdi> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "pdi"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "pdi"^^xsd:string ;
    skos:prefLabel "Pa Di"@en .

<http://lexvo.org/id/iso639-3/pdn> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "pdn"^^xsd:string ;
    skos:altLabel "Podena"@en ;
    skos:inScheme lexvo: ;
    skos:notation "pdn"^^xsd:string ;
    skos:prefLabel "Fedan"@en .

<http://lexvo.org/id/iso639-3/pea> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "pea"^^xsd:string ;
    skos:altLabel "Indonesian, Peranakan"@en ;
    skos:inScheme lexvo: ;
    skos:notation "pea"^^xsd:string ;
    skos:prefLabel "Peranakan Indonesian"@en .

<http://lexvo.org/id/iso639-3/ped> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ped"^^xsd:string ;
    skos:altLabel "Mala (Papua New Guinea)"@en ;
    skos:inScheme lexvo: ;
    skos:notation "ped"^^xsd:string ;
    skos:prefLabel "Mala"@en .

<http://lexvo.org/id/iso639-3/pee> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "pee"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "pee"^^xsd:string ;
    skos:prefLabel "Taje"@en .

<http://lexvo.org/id/iso639-3/pek> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "pek"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "pek"^^xsd:string ;
    skos:prefLabel "Penchal"@en .

<http://lexvo.org/id/iso639-3/pel> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "pel"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "pel"^^xsd:string ;
    skos:prefLabel "Pekal"@en .

<http://lexvo.org/id/iso639-3/pep> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "pep"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "pep"^^xsd:string ;
    skos:prefLabel "Kunja"@en .

<http://lexvo.org/id/iso639-3/pez> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "pez"^^xsd:string ;
    skos:altLabel "Penan, Eastern"@en ;
    skos:inScheme lexvo: ;
    skos:notation "pez"^^xsd:string ;
    skos:prefLabel "Eastern Penan"@en .

<http://lexvo.org/id/iso639-3/pfa> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "pfa"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "pfa"^^xsd:string ;
    skos:prefLabel "Pááfang"@en .

<http://lexvo.org/id/iso639-3/pgg> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "pgg"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "pgg"^^xsd:string ;
    skos:prefLabel "Pangwali"@en .

<http://lexvo.org/id/iso639-3/pgn> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "pgn"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "pgn"^^xsd:string ;
    skos:prefLabel "Paelignian"@en .

<http://lexvo.org/id/iso639-3/pgs> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "pgs"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "pgs"^^xsd:string ;
    skos:prefLabel "Pangseng"@en .

<http://lexvo.org/id/iso639-3/phd> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "phd"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "phd"^^xsd:string ;
    skos:prefLabel "Phudagi"@en .

<http://lexvo.org/id/iso639-3/phg> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "phg"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "phg"^^xsd:string ;
    skos:prefLabel "Phuong"@en .

<http://lexvo.org/id/iso639-3/phk> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "phk"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "phk"^^xsd:string ;
    skos:prefLabel "Phake"@en .

<http://lexvo.org/id/iso639-3/phm> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "phm"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "phm"^^xsd:string ;
    skos:prefLabel "Phimbi"@en .

<http://lexvo.org/id/iso639-3/pho> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "pho"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "pho"^^xsd:string ;
    skos:prefLabel "Phunoi"@en .

<http://lexvo.org/id/iso639-3/phq> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "phq"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "phq"^^xsd:string ;
    skos:prefLabel "Phana'"@en .

<http://lexvo.org/id/iso639-3/phv> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "phv"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "phv"^^xsd:string ;
    skos:prefLabel "Pahlavani"@en .

<http://lexvo.org/id/iso639-3/phw> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "phw"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "phw"^^xsd:string ;
    skos:prefLabel "Phangduwali"@en .

<http://lexvo.org/id/iso639-3/pic> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "pic"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "pic"^^xsd:string ;
    skos:prefLabel "Pinji"@en .

<http://lexvo.org/id/iso639-3/pie> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "pie"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "pie"^^xsd:string ;
    skos:prefLabel "Piro"@en .

<http://lexvo.org/id/iso639-3/pii> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "pii"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "pii"^^xsd:string ;
    skos:prefLabel "Pini"@en .

<http://lexvo.org/id/iso639-3/pin> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "pin"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "pin"^^xsd:string ;
    skos:prefLabel "Piame"@en .

<http://lexvo.org/id/iso639-3/pix> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "pix"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "pix"^^xsd:string ;
    skos:prefLabel "Piu"@en .

<http://lexvo.org/id/iso639-3/piz> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "piz"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "piz"^^xsd:string ;
    skos:prefLabel "Pije"@en .

<http://lexvo.org/id/iso639-3/pkg> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "pkg"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "pkg"^^xsd:string ;
    skos:prefLabel "Pak-Tong"@en .

<http://lexvo.org/id/iso639-3/pkh> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "pkh"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "pkh"^^xsd:string ;
    skos:prefLabel "Pankhu"@en .

<http://lexvo.org/id/iso639-3/pkr> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "pkr"^^xsd:string ;
    skos:altLabel "Kurumba, Attapady"@en ;
    skos:inScheme lexvo: ;
    skos:notation "pkr"^^xsd:string ;
    skos:prefLabel "Attapady Kurumba"@en .

<http://lexvo.org/id/iso639-3/pkt> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "pkt"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "pkt"^^xsd:string ;
    skos:prefLabel "Maleng"@en .

<http://lexvo.org/id/iso639-3/pku> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "pku"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "pku"^^xsd:string ;
    skos:prefLabel "Paku"@en .

<http://lexvo.org/id/iso639-3/pla> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "pla"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "pla"^^xsd:string ;
    skos:prefLabel "Miani"@en .

<http://lexvo.org/id/iso639-3/plb> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "plb"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "plb"^^xsd:string ;
    skos:prefLabel "Polonombauk"@en .

<http://lexvo.org/id/iso639-3/plc> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "plc"^^xsd:string ;
    skos:altLabel "Palawano, Central"@en ;
    skos:inScheme lexvo: ;
    skos:notation "plc"^^xsd:string ;
    skos:prefLabel "Central Palawano"@en .

<http://lexvo.org/id/iso639-3/plj> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "plj"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "plj"^^xsd:string ;
    skos:prefLabel "Polci"@en .

<http://lexvo.org/id/iso639-3/plk> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "plk"^^xsd:string ;
    skos:altLabel "Shina, Kohistani"@en ;
    skos:inScheme lexvo: ;
    skos:notation "plk"^^xsd:string ;
    skos:prefLabel "Kohistani Shina"@en .

<http://lexvo.org/id/iso639-3/pll> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "pll"^^xsd:string ;
    skos:altLabel "Palaung, Shwe"@en ;
    skos:inScheme lexvo: ;
    skos:notation "pll"^^xsd:string ;
    skos:prefLabel "Shwe Palaung"@en .

<http://lexvo.org/id/iso639-3/pls> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "pls"^^xsd:string ;
    skos:altLabel "Popoloca, San Marcos Tlalcoyalco"@en ;
    skos:inScheme lexvo: ;
    skos:notation "pls"^^xsd:string ;
    skos:prefLabel "San Marcos Tlalcoyalco Popoloca"@en .

<http://lexvo.org/id/iso639-3/plt> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "plt"^^xsd:string ;
    skos:altLabel "Malagasy, Plateau"@en ;
    skos:inScheme lexvo: ;
    skos:notation "plt"^^xsd:string ;
    skos:prefLabel "Plateau Malagasy"@en .

<http://lexvo.org/id/iso639-3/plv> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "plv"^^xsd:string ;
    skos:altLabel "Palawano, Southwest"@en ;
    skos:inScheme lexvo: ;
    skos:notation "plv"^^xsd:string ;
    skos:prefLabel "Southwest Palawano"@en .

<http://lexvo.org/id/iso639-3/plw> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "plw"^^xsd:string ;
    skos:altLabel "Palawano, Brooke's Point"@en ;
    skos:inScheme lexvo: ;
    skos:notation "plw"^^xsd:string ;
    skos:prefLabel "Brooke's Point Palawano"@en .

<http://lexvo.org/id/iso639-3/plz> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "plz"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "plz"^^xsd:string ;
    skos:prefLabel "Paluan"@en .

<http://lexvo.org/id/iso639-3/pmc> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "pmc"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "pmc"^^xsd:string ;
    skos:prefLabel "Palumata"@en .

<http://lexvo.org/id/iso639-3/pme> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "pme"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "pme"^^xsd:string ;
    skos:prefLabel "Pwaamei"@en .

<http://lexvo.org/id/iso639-3/pmi> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "pmi"^^xsd:string ;
    skos:altLabel "Pumi, Northern"@en ;
    skos:inScheme lexvo: ;
    skos:notation "pmi"^^xsd:string ;
    skos:prefLabel "Northern Pumi"@en .

<http://lexvo.org/id/iso639-3/pmj> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "pmj"^^xsd:string ;
    skos:altLabel "Pumi, Southern"@en ;
    skos:inScheme lexvo: ;
    skos:notation "pmj"^^xsd:string ;
    skos:prefLabel "Southern Pumi"@en .

<http://lexvo.org/id/iso639-3/pmk> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "pmk"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "pmk"^^xsd:string ;
    skos:prefLabel "Pamlico"@en .

<http://lexvo.org/id/iso639-3/pmn> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "pmn"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "pmn"^^xsd:string ;
    skos:prefLabel "Pam"@en .

<http://lexvo.org/id/iso639-3/pmo> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "pmo"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "pmo"^^xsd:string ;
    skos:prefLabel "Pom"@en .

<http://lexvo.org/id/iso639-3/pmq> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "pmq"^^xsd:string ;
    skos:altLabel "Pame, Northern"@en ;
    skos:inScheme lexvo: ;
    skos:notation "pmq"^^xsd:string ;
    skos:prefLabel "Northern Pame"@en .

<http://lexvo.org/id/iso639-3/pmu> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "pmu"^^xsd:string ;
    skos:altLabel "Panjabi, Mirpur"@en ;
    skos:inScheme lexvo: ;
    skos:notation "pmu"^^xsd:string ;
    skos:prefLabel "Mirpur Panjabi"@en .

<http://lexvo.org/id/iso639-3/pmx> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "pmx"^^xsd:string ;
    skos:altLabel "Naga, Poumei"@en ;
    skos:inScheme lexvo: ;
    skos:notation "pmx"^^xsd:string ;
    skos:prefLabel "Poumei Naga"@en .

<http://lexvo.org/id/iso639-3/pmy> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "pmy"^^xsd:string ;
    skos:altLabel "Malay, Papuan"@en ;
    skos:inScheme lexvo: ;
    skos:notation "pmy"^^xsd:string ;
    skos:prefLabel "Papuan Malay"@en .

<http://lexvo.org/id/iso639-3/pmz> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "pmz"^^xsd:string ;
    skos:altLabel "Pame, Southern"@en ;
    skos:inScheme lexvo: ;
    skos:notation "pmz"^^xsd:string ;
    skos:prefLabel "Southern Pame"@en .

<http://lexvo.org/id/iso639-3/pna> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "pna"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "pna"^^xsd:string ;
    skos:prefLabel "Punan Bah-Biau"@en .

<http://lexvo.org/id/iso639-3/pnc> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "pnc"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "pnc"^^xsd:string ;
    skos:prefLabel "Pannei"@en .

<http://lexvo.org/id/iso639-3/pne> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "pne"^^xsd:string ;
    skos:altLabel "Penan, Western"@en ;
    skos:inScheme lexvo: ;
    skos:notation "pne"^^xsd:string ;
    skos:prefLabel "Western Penan"@en .

<http://lexvo.org/id/iso639-3/pni> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "pni"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "pni"^^xsd:string ;
    skos:prefLabel "Aoheng"@en .

<http://lexvo.org/id/iso639-3/pnm> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "pnm"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "pnm"^^xsd:string ;
    skos:prefLabel "Punan Batu 1"@en .

<http://lexvo.org/id/iso639-3/pno> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "pno"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "pno"^^xsd:string ;
    skos:prefLabel "Panobo"@en .

<http://lexvo.org/id/iso639-3/pnp> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "pnp"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "pnp"^^xsd:string ;
    skos:prefLabel "Pancana"@en .

<http://lexvo.org/id/iso639-3/pnq> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "pnq"^^xsd:string ;
    skos:altLabel "Pana (Burkina Faso)"@en ;
    skos:inScheme lexvo: ;
    skos:notation "pnq"^^xsd:string ;
    skos:prefLabel "Pana"@en .

<http://lexvo.org/id/iso639-3/pnr> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "pnr"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "pnr"^^xsd:string ;
    skos:prefLabel "Panim"@en .

<http://lexvo.org/id/iso639-3/pns> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "pns"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "pns"^^xsd:string ;
    skos:prefLabel "Ponosakan"@en .

<http://lexvo.org/id/iso639-3/pnv> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "pnv"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "pnv"^^xsd:string ;
    skos:prefLabel "Pinigura"@en .

<http://lexvo.org/id/iso639-3/pod> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "pod"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "pod"^^xsd:string ;
    skos:prefLabel "Ponares"@en .

<http://lexvo.org/id/iso639-3/pok> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "pok"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "pok"^^xsd:string ;
    skos:prefLabel "Pokangá"@en .

<http://lexvo.org/id/iso639-3/pop> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "pop"^^xsd:string ;
    skos:altLabel "Pwapwâ"@en ;
    skos:inScheme lexvo: ;
    skos:notation "pop"^^xsd:string ;
    skos:prefLabel "Pwapwa"@en .

<http://lexvo.org/id/iso639-3/pow> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "pow"^^xsd:string ;
    skos:altLabel "Popoloca, San Felipe Otlaltepec"@en ;
    skos:inScheme lexvo: ;
    skos:notation "pow"^^xsd:string ;
    skos:prefLabel "San Felipe Otlaltepec Popoloca"@en .

<http://lexvo.org/id/iso639-3/ppa> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ppa"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "ppa"^^xsd:string ;
    skos:prefLabel "Pao"@en .

<http://lexvo.org/id/iso639-3/ppe> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ppe"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "ppe"^^xsd:string ;
    skos:prefLabel "Papi"@en .

<http://lexvo.org/id/iso639-3/ppm> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ppm"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "ppm"^^xsd:string ;
    skos:prefLabel "Papuma"@en .

<http://lexvo.org/id/iso639-3/ppn> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ppn"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "ppn"^^xsd:string ;
    skos:prefLabel "Papapana"@en .

<http://lexvo.org/id/iso639-3/ppp> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ppp"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "ppp"^^xsd:string ;
    skos:prefLabel "Pelende"@en .

<http://lexvo.org/id/iso639-3/ppq> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ppq"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "ppq"^^xsd:string ;
    skos:prefLabel "Pei"@en .

<http://lexvo.org/id/iso639-3/ppr> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ppr"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "ppr"^^xsd:string ;
    skos:prefLabel "Piru"@en .

<http://lexvo.org/id/iso639-3/pps> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "pps"^^xsd:string ;
    skos:altLabel "Popoloca, San Luís Temalacayuca"@en ;
    skos:inScheme lexvo: ;
    skos:notation "pps"^^xsd:string ;
    skos:prefLabel "San Luís Temalacayuca Popoloca"@en .

<http://lexvo.org/id/iso639-3/prb> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "prb"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "prb"^^xsd:string ;
    skos:prefLabel "Lua'"@en .

<http://lexvo.org/id/iso639-3/prd> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "prd"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "prd"^^xsd:string ;
    skos:prefLabel "Parsi-Dari"@en .

<http://lexvo.org/id/iso639-3/prf> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "prf"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "prf"^^xsd:string ;
    skos:prefLabel "Paranan"@en .

<http://lexvo.org/id/iso639-3/prp> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "prp"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "prp"^^xsd:string ;
    skos:prefLabel "Parsi"@en .

<http://lexvo.org/id/iso639-3/prt> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "prt"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "prt"^^xsd:string ;
    skos:prefLabel "Phai"@en .

<http://lexvo.org/id/iso639-3/pru> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "pru"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "pru"^^xsd:string ;
    skos:prefLabel "Puragi"@en .

<http://lexvo.org/id/iso639-3/prw> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "prw"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "prw"^^xsd:string ;
    skos:prefLabel "Parawen"@en .

<http://lexvo.org/id/iso639-3/pry> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "pry"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "pry"^^xsd:string ;
    skos:prefLabel "Pray 3"@en .

<http://lexvo.org/id/iso639-3/psh> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "psh"^^xsd:string ;
    skos:altLabel "Pashayi, Southwest"@en ;
    skos:inScheme lexvo: ;
    skos:notation "psh"^^xsd:string ;
    skos:prefLabel "Southwest Pashayi"@en .

<http://lexvo.org/id/iso639-3/psi> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "psi"^^xsd:string ;
    skos:altLabel "Pashayi, Southeast"@en ;
    skos:inScheme lexvo: ;
    skos:notation "psi"^^xsd:string ;
    skos:prefLabel "Southeast Pashayi"@en .

<http://lexvo.org/id/iso639-3/psl> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "psl"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "psl"^^xsd:string ;
    skos:prefLabel "Puerto Rican Sign Language"@en .

<http://lexvo.org/id/iso639-3/psm> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "psm"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "psm"^^xsd:string ;
    skos:prefLabel "Pauserna"@en .

<http://lexvo.org/id/iso639-3/psn> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "psn"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "psn"^^xsd:string ;
    skos:prefLabel "Panasuan"@en .

<http://lexvo.org/id/iso639-3/psq> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "psq"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "psq"^^xsd:string ;
    skos:prefLabel "Pasi"@en .

<http://lexvo.org/id/iso639-3/psw> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "psw"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "psw"^^xsd:string ;
    skos:prefLabel "Port Sandwich"@en .

<http://lexvo.org/id/iso639-3/pta> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "pta"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "pta"^^xsd:string ;
    skos:prefLabel "Pai Tavytera"@en .

<http://lexvo.org/id/iso639-3/pti> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "pti"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "pti"^^xsd:string ;
    skos:prefLabel "Pintiini"@en .

<http://lexvo.org/id/iso639-3/ptn> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ptn"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "ptn"^^xsd:string ;
    skos:prefLabel "Patani"@en .

<http://lexvo.org/id/iso639-3/ptr> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ptr"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "ptr"^^xsd:string ;
    skos:prefLabel "Piamatsina"@en .

<http://lexvo.org/id/iso639-3/ptt> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ptt"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "ptt"^^xsd:string ;
    skos:prefLabel "Enrekang"@en .

<http://lexvo.org/id/iso639-3/ptv> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ptv"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "ptv"^^xsd:string ;
    skos:prefLabel "Port Vato"@en .

<http://lexvo.org/id/iso639-3/pty> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "pty"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "pty"^^xsd:string ;
    skos:prefLabel "Pathiya"@en .

<http://lexvo.org/id/iso639-3/pua> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "pua"^^xsd:string ;
    skos:altLabel "Purepecha, Western Highland"@en ;
    skos:inScheme lexvo: ;
    skos:notation "pua"^^xsd:string ;
    skos:prefLabel "Western Highland Purepecha"@en .

<http://lexvo.org/id/iso639-3/pub> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "pub"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "pub"^^xsd:string ;
    skos:prefLabel "Purum"@en .

<http://lexvo.org/id/iso639-3/puc> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "puc"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "puc"^^xsd:string ;
    skos:prefLabel "Punan Merap"@en .

<http://lexvo.org/id/iso639-3/pud> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "pud"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "pud"^^xsd:string ;
    skos:prefLabel "Punan Aput"@en .

<http://lexvo.org/id/iso639-3/puf> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "puf"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "puf"^^xsd:string ;
    skos:prefLabel "Punan Merah"@en .

<http://lexvo.org/id/iso639-3/puj> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "puj"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "puj"^^xsd:string ;
    skos:prefLabel "Punan Tubu"@en .

<http://lexvo.org/id/iso639-3/puk> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "puk"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "puk"^^xsd:string ;
    skos:prefLabel "Pu Ko"@en .

<http://lexvo.org/id/iso639-3/pup> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "pup"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "pup"^^xsd:string ;
    skos:prefLabel "Pulabu"@en .

<http://lexvo.org/id/iso639-3/put> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "put"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "put"^^xsd:string ;
    skos:prefLabel "Putoh"@en .

<http://lexvo.org/id/iso639-3/pux> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "pux"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "pux"^^xsd:string ;
    skos:prefLabel "Puare"@en .

<http://lexvo.org/id/iso639-3/puy> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "puy"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "puy"^^xsd:string ;
    skos:prefLabel "Purisimeño"@en .

<http://lexvo.org/id/iso639-3/puz> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "puz"^^xsd:string ;
    skos:altLabel "Naga, Purum"@en ;
    skos:inScheme lexvo: ;
    skos:notation "puz"^^xsd:string ;
    skos:prefLabel "Purum Naga"@en .

<http://lexvo.org/id/iso639-3/pwb> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "pwb"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "pwb"^^xsd:string ;
    skos:prefLabel "Panawa"@en .

<http://lexvo.org/id/iso639-3/pwm> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "pwm"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "pwm"^^xsd:string ;
    skos:prefLabel "Molbog"@en .

<http://lexvo.org/id/iso639-3/pwr> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "pwr"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "pwr"^^xsd:string ;
    skos:prefLabel "Powari"@en .

<http://lexvo.org/id/iso639-3/pxm> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "pxm"^^xsd:string ;
    skos:altLabel "Mixe, Quetzaltepec"@en ;
    skos:inScheme lexvo: ;
    skos:notation "pxm"^^xsd:string ;
    skos:prefLabel "Quetzaltepec Mixe"@en .

<http://lexvo.org/id/iso639-3/pye> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "pye"^^xsd:string ;
    skos:altLabel "Krumen, Pye"@en ;
    skos:inScheme lexvo: ;
    skos:notation "pye"^^xsd:string ;
    skos:prefLabel "Pye Krumen"@en .

<http://lexvo.org/id/iso639-3/pyn> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "pyn"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "pyn"^^xsd:string ;
    skos:prefLabel "Poyanáwa"@en .

<http://lexvo.org/id/iso639-3/pys> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "pys"^^xsd:string ;
    skos:altLabel "Lengua de Señas del Paraguay"@en ;
    skos:inScheme lexvo: ;
    skos:notation "pys"^^xsd:string ;
    skos:prefLabel "Paraguayan Sign Language"@en .

<http://lexvo.org/id/iso639-3/pyy> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "pyy"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "pyy"^^xsd:string ;
    skos:prefLabel "Pyen"@en .

<http://lexvo.org/id/iso639-3/pzn> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "pzn"^^xsd:string ;
    skos:altLabel "Naga, Para"@en ;
    skos:inScheme lexvo: ;
    skos:notation "pzn"^^xsd:string ;
    skos:prefLabel "Para Naga"@en .

<http://lexvo.org/id/iso639-3/qua> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "qua"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "qua"^^xsd:string ;
    skos:prefLabel "Quapaw"@en .

<http://lexvo.org/id/iso639-3/qub> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "qub"^^xsd:string ;
    skos:altLabel "Quechua, Huallaga Huánuco"@en ;
    skos:inScheme lexvo: ;
    skos:notation "qub"^^xsd:string ;
    skos:prefLabel "Huallaga Huánuco Quechua"@en .

<http://lexvo.org/id/iso639-3/qud> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "qud"^^xsd:string ;
    skos:altLabel "Quichua, Calderón Highland"@en ;
    skos:inScheme lexvo: ;
    skos:notation "qud"^^xsd:string ;
    skos:prefLabel "Calderón Highland Quichua"@en .

<http://lexvo.org/id/iso639-3/qul> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "qul"^^xsd:string ;
    skos:altLabel "Quechua, North Bolivian"@en ;
    skos:inScheme lexvo: ;
    skos:notation "qul"^^xsd:string ;
    skos:prefLabel "North Bolivian Quechua"@en .

<http://lexvo.org/id/iso639-3/qun> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "qun"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "qun"^^xsd:string ;
    skos:prefLabel "Quinault"@en .

<http://lexvo.org/id/iso639-3/qup> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "qup"^^xsd:string ;
    skos:altLabel "Quechua, Southern Pastaza"@en ;
    skos:inScheme lexvo: ;
    skos:notation "qup"^^xsd:string ;
    skos:prefLabel "Southern Pastaza Quechua"@en .

<http://lexvo.org/id/iso639-3/quq> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "quq"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "quq"^^xsd:string ;
    skos:prefLabel "Quinqui"@en .

<http://lexvo.org/id/iso639-3/qur> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "qur"^^xsd:string ;
    skos:altLabel "Quechua, Yanahuanca Pasco"@en ;
    skos:inScheme lexvo: ;
    skos:notation "qur"^^xsd:string ;
    skos:prefLabel "Yanahuanca Pasco Quechua"@en .

<http://lexvo.org/id/iso639-3/quw> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "quw"^^xsd:string ;
    skos:altLabel "Quichua, Tena Lowland"@en ;
    skos:inScheme lexvo: ;
    skos:notation "quw"^^xsd:string ;
    skos:prefLabel "Tena Lowland Quichua"@en .

<http://lexvo.org/id/iso639-3/qux> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "qux"^^xsd:string ;
    skos:altLabel "Quechua, Yauyos"@en ;
    skos:inScheme lexvo: ;
    skos:notation "qux"^^xsd:string ;
    skos:prefLabel "Yauyos Quechua"@en .

<http://lexvo.org/id/iso639-3/qva> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "qva"^^xsd:string ;
    skos:altLabel "Quechua, Ambo-Pasco"@en ;
    skos:inScheme lexvo: ;
    skos:notation "qva"^^xsd:string ;
    skos:prefLabel "Ambo-Pasco Quechua"@en .

<http://lexvo.org/id/iso639-3/qve> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "qve"^^xsd:string ;
    skos:altLabel "Quechua, Eastern Apurímac"@en ;
    skos:inScheme lexvo: ;
    skos:notation "qve"^^xsd:string ;
    skos:prefLabel "Eastern Apurímac Quechua"@en .

<http://lexvo.org/id/iso639-3/qvj> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "qvj"^^xsd:string ;
    skos:altLabel "Quichua, Loja Highland"@en ;
    skos:inScheme lexvo: ;
    skos:notation "qvj"^^xsd:string ;
    skos:prefLabel "Loja Highland Quichua"@en .

<http://lexvo.org/id/iso639-3/qvl> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "qvl"^^xsd:string ;
    skos:altLabel "Quechua, Cajatambo North Lima"@en ;
    skos:inScheme lexvo: ;
    skos:notation "qvl"^^xsd:string ;
    skos:prefLabel "Cajatambo North Lima Quechua"@en .

<http://lexvo.org/id/iso639-3/qvm> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "qvm"^^xsd:string ;
    skos:altLabel "Quechua, Margos-Yarowilca-Lauricocha"@en ;
    skos:inScheme lexvo: ;
    skos:notation "qvm"^^xsd:string ;
    skos:prefLabel "Margos-Yarowilca-Lauricocha Quechua"@en .

<http://lexvo.org/id/iso639-3/qvo> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "qvo"^^xsd:string ;
    skos:altLabel "Quechua, Napo Lowland"@en ;
    skos:inScheme lexvo: ;
    skos:notation "qvo"^^xsd:string ;
    skos:prefLabel "Napo Lowland Quechua"@en .

<http://lexvo.org/id/iso639-3/qvw> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "qvw"^^xsd:string ;
    skos:altLabel "Quechua, Huaylla Wanca"@en ;
    skos:inScheme lexvo: ;
    skos:notation "qvw"^^xsd:string ;
    skos:prefLabel "Huaylla Wanca Quechua"@en .

<http://lexvo.org/id/iso639-3/qvy> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "qvy"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "qvy"^^xsd:string ;
    skos:prefLabel "Queyu"@en .

<http://lexvo.org/id/iso639-3/qvz> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "qvz"^^xsd:string ;
    skos:altLabel "Quichua, Northern Pastaza"@en ;
    skos:inScheme lexvo: ;
    skos:notation "qvz"^^xsd:string ;
    skos:prefLabel "Northern Pastaza Quichua"@en .

<http://lexvo.org/id/iso639-3/qwa> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "qwa"^^xsd:string ;
    skos:altLabel "Quechua, Corongo Ancash"@en ;
    skos:inScheme lexvo: ;
    skos:notation "qwa"^^xsd:string ;
    skos:prefLabel "Corongo Ancash Quechua"@en .

<http://lexvo.org/id/iso639-3/qwc> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "qwc"^^xsd:string ;
    skos:altLabel "Quechua, Classical"@en ;
    skos:inScheme lexvo: ;
    skos:notation "qwc"^^xsd:string ;
    skos:prefLabel "Classical Quechua"@en .

<http://lexvo.org/id/iso639-3/qwh> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "qwh"^^xsd:string ;
    skos:altLabel "Quechua, Huaylas Ancash"@en ;
    skos:inScheme lexvo: ;
    skos:notation "qwh"^^xsd:string ;
    skos:prefLabel "Huaylas Ancash Quechua"@en .

<http://lexvo.org/id/iso639-3/qws> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "qws"^^xsd:string ;
    skos:altLabel "Quechua, Sihuas Ancash"@en ;
    skos:inScheme lexvo: ;
    skos:notation "qws"^^xsd:string ;
    skos:prefLabel "Sihuas Ancash Quechua"@en .

<http://lexvo.org/id/iso639-3/qwt> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "qwt"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "qwt"^^xsd:string ;
    skos:prefLabel "Kwalhioqua-Tlatskanai"@en .

<http://lexvo.org/id/iso639-3/qxc> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "qxc"^^xsd:string ;
    skos:altLabel "Quechua, Chincha"@en ;
    skos:inScheme lexvo: ;
    skos:notation "qxc"^^xsd:string ;
    skos:prefLabel "Chincha Quechua"@en .

<http://lexvo.org/id/iso639-3/qxh> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "qxh"^^xsd:string ;
    skos:altLabel "Quechua, Panao Huánuco"@en ;
    skos:inScheme lexvo: ;
    skos:notation "qxh"^^xsd:string ;
    skos:prefLabel "Panao Huánuco Quechua"@en .

<http://lexvo.org/id/iso639-3/qxl> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "qxl"^^xsd:string ;
    skos:altLabel "Quichua, Salasaca Highland"@en ;
    skos:inScheme lexvo: ;
    skos:notation "qxl"^^xsd:string ;
    skos:prefLabel "Salasaca Highland Quichua"@en .

<http://lexvo.org/id/iso639-3/qxn> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "qxn"^^xsd:string ;
    skos:altLabel "Quechua, Northern Conchucos Ancash"@en ;
    skos:inScheme lexvo: ;
    skos:notation "qxn"^^xsd:string ;
    skos:prefLabel "Northern Conchucos Ancash Quechua"@en .

<http://lexvo.org/id/iso639-3/qxo> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "qxo"^^xsd:string ;
    skos:altLabel "Quechua, Southern Conchucos Ancash"@en ;
    skos:inScheme lexvo: ;
    skos:notation "qxo"^^xsd:string ;
    skos:prefLabel "Southern Conchucos Ancash Quechua"@en .

<http://lexvo.org/id/iso639-3/qxr> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "qxr"^^xsd:string ;
    skos:altLabel "Quichua, Cañar Highland"@en ;
    skos:inScheme lexvo: ;
    skos:notation "qxr"^^xsd:string ;
    skos:prefLabel "Cañar Highland Quichua"@en .

<http://lexvo.org/id/iso639-3/qxt> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "qxt"^^xsd:string ;
    skos:altLabel "Quechua, Santa Ana de Tusi Pasco"@en ;
    skos:inScheme lexvo: ;
    skos:notation "qxt"^^xsd:string ;
    skos:prefLabel "Santa Ana de Tusi Pasco Quechua"@en .

<http://lexvo.org/id/iso639-3/qxu> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "qxu"^^xsd:string ;
    skos:altLabel "Quechua, Arequipa-La Unión"@en ;
    skos:inScheme lexvo: ;
    skos:notation "qxu"^^xsd:string ;
    skos:prefLabel "Arequipa-La Unión Quechua"@en .

<http://lexvo.org/id/iso639-3/qxw> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "qxw"^^xsd:string ;
    skos:altLabel "Quechua, Jauja Wanca"@en ;
    skos:inScheme lexvo: ;
    skos:notation "qxw"^^xsd:string ;
    skos:prefLabel "Jauja Wanca Quechua"@en .

<http://lexvo.org/id/iso639-3/raa> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "raa"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "raa"^^xsd:string ;
    skos:prefLabel "Dungmali"@en .

<http://lexvo.org/id/iso639-3/raf> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "raf"^^xsd:string ;
    skos:altLabel "Meohang, Western"@en ;
    skos:inScheme lexvo: ;
    skos:notation "raf"^^xsd:string ;
    skos:prefLabel "Western Meohang"@en .

<http://lexvo.org/id/iso639-3/rag> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "rag"^^xsd:string ;
    skos:altLabel "Lulogooli"@en ;
    skos:inScheme lexvo: ;
    skos:notation "rag"^^xsd:string ;
    skos:prefLabel "Logooli"@en .

<http://lexvo.org/id/iso639-3/rah> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "rah"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "rah"^^xsd:string ;
    skos:prefLabel "Rabha"@en .

<http://lexvo.org/id/iso639-3/rai> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "rai"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "rai"^^xsd:string ;
    skos:prefLabel "Ramoaaina"@en .

<http://lexvo.org/id/iso639-3/raq> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "raq"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "raq"^^xsd:string ;
    skos:prefLabel "Saam"@en .

<http://lexvo.org/id/iso639-3/rat> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "rat"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "rat"^^xsd:string ;
    skos:prefLabel "Razajerdi"@en .

<http://lexvo.org/id/iso639-3/rax> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "rax"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "rax"^^xsd:string ;
    skos:prefLabel "Rang"@en .

<http://lexvo.org/id/iso639-3/raz> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "raz"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "raz"^^xsd:string ;
    skos:prefLabel "Rahambuu"@en .

<http://lexvo.org/id/iso639-3/rbb> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "rbb"^^xsd:string ;
    skos:altLabel "Palaung, Rumai"@en ;
    skos:inScheme lexvo: ;
    skos:notation "rbb"^^xsd:string ;
    skos:prefLabel "Rumai Palaung"@en .

<http://lexvo.org/id/iso639-3/rbk> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "rbk"^^xsd:string ;
    skos:altLabel "Bontok, Northern"@en ;
    skos:inScheme lexvo: ;
    skos:notation "rbk"^^xsd:string ;
    skos:prefLabel "Northern Bontok"@en .

<http://lexvo.org/id/iso639-3/rbl> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "rbl"^^xsd:string ;
    skos:altLabel "Bikol, Miraya"@en ;
    skos:inScheme lexvo: ;
    skos:notation "rbl"^^xsd:string ;
    skos:prefLabel "Miraya Bikol"@en .

<http://lexvo.org/id/iso639-3/rbp> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "rbp"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "rbp"^^xsd:string ;
    skos:prefLabel "Barababaraba"@en .

<http://lexvo.org/id/iso639-3/rdb> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "rdb"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "rdb"^^xsd:string ;
    skos:prefLabel "Rudbari"@en .

<http://lexvo.org/id/iso639-3/rea> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "rea"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "rea"^^xsd:string ;
    skos:prefLabel "Rerau"@en .

<http://lexvo.org/id/iso639-3/reb> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "reb"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "reb"^^xsd:string ;
    skos:prefLabel "Rembong"@en .

<http://lexvo.org/id/iso639-3/ree> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ree"^^xsd:string ;
    skos:altLabel "Kayan, Rejang"@en ;
    skos:inScheme lexvo: ;
    skos:notation "ree"^^xsd:string ;
    skos:prefLabel "Rejang Kayan"@en .

<http://lexvo.org/id/iso639-3/reg> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "reg"^^xsd:string ;
    skos:altLabel "Kara (Tanzania)"@en ;
    skos:inScheme lexvo: ;
    skos:notation "reg"^^xsd:string ;
    skos:prefLabel "Kara"@en .

<http://lexvo.org/id/iso639-3/rei> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "rei"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "rei"^^xsd:string ;
    skos:prefLabel "Reli"@en .

<http://lexvo.org/id/iso639-3/rer> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "rer"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "rer"^^xsd:string ;
    skos:prefLabel "Rer Bare"@en .

<http://lexvo.org/id/iso639-3/ret> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ret"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "ret"^^xsd:string ;
    skos:prefLabel "Retta"@en .

<http://lexvo.org/id/iso639-3/rga> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "rga"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "rga"^^xsd:string ;
    skos:prefLabel "Roria"@en .

<http://lexvo.org/id/iso639-3/rgs> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "rgs"^^xsd:string ;
    skos:altLabel "Roglai, Southern"@en ;
    skos:inScheme lexvo: ;
    skos:notation "rgs"^^xsd:string ;
    skos:prefLabel "Southern Roglai"@en .

<http://lexvo.org/id/iso639-3/rgu> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "rgu"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "rgu"^^xsd:string ;
    skos:prefLabel "Ringgou"@en .

<http://lexvo.org/id/iso639-3/ria> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ria"^^xsd:string ;
    skos:altLabel "Riang (India)"@en ;
    skos:inScheme lexvo: ;
    skos:notation "ria"^^xsd:string ;
    skos:prefLabel "Riang"@en .

<http://lexvo.org/id/iso639-3/rie> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "rie"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "rie"^^xsd:string ;
    skos:prefLabel "Rien"@en .

<http://lexvo.org/id/iso639-3/riu> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "riu"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "riu"^^xsd:string ;
    skos:prefLabel "Riung"@en .

<http://lexvo.org/id/iso639-3/rjg> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "rjg"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "rjg"^^xsd:string ;
    skos:prefLabel "Rajong"@en .

<http://lexvo.org/id/iso639-3/rji> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "rji"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "rji"^^xsd:string ;
    skos:prefLabel "Raji"@en .

<http://lexvo.org/id/iso639-3/rjs> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "rjs"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "rjs"^^xsd:string ;
    skos:prefLabel "Rajbanshi"@en .

<http://lexvo.org/id/iso639-3/rka> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "rka"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "rka"^^xsd:string ;
    skos:prefLabel "Kraol"@en .

<http://lexvo.org/id/iso639-3/rki> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "rki"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "rki"^^xsd:string ;
    skos:prefLabel "Rakhine"@en .

<http://lexvo.org/id/iso639-3/rmc> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "rmc"^^xsd:string ;
    skos:altLabel "Romani, Carpathian"@en ;
    skos:inScheme lexvo: ;
    skos:notation "rmc"^^xsd:string ;
    skos:prefLabel "Carpathian Romani"@en .

<http://lexvo.org/id/iso639-3/rmd> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "rmd"^^xsd:string ;
    skos:altLabel "Danish, Traveller"@en ;
    skos:inScheme lexvo: ;
    skos:notation "rmd"^^xsd:string ;
    skos:prefLabel "Traveller Danish"@en .

<http://lexvo.org/id/iso639-3/rmk> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "rmk"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "rmk"^^xsd:string ;
    skos:prefLabel "Romkun"@en .

<http://lexvo.org/id/iso639-3/rmp> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "rmp"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "rmp"^^xsd:string ;
    skos:prefLabel "Rempi"@en .

<http://lexvo.org/id/iso639-3/rms> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "rms"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "rms"^^xsd:string ;
    skos:prefLabel "Romanian Sign Language"@en .

<http://lexvo.org/id/iso639-3/rmv> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "rmv"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "rmv"^^xsd:string ;
    skos:prefLabel "Romanova"@en .

<http://lexvo.org/id/iso639-3/rmx> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "rmx"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "rmx"^^xsd:string ;
    skos:prefLabel "Romam"@en .

<http://lexvo.org/id/iso639-3/rmz> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "rmz"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "rmz"^^xsd:string ;
    skos:prefLabel "Marma"@en .

<http://lexvo.org/id/iso639-3/rna> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "rna"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "rna"^^xsd:string ;
    skos:prefLabel "Runa"@en .

<http://lexvo.org/id/iso639-3/rnl> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "rnl"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "rnl"^^xsd:string ;
    skos:prefLabel "Ranglong"@en .

<http://lexvo.org/id/iso639-3/rnn> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "rnn"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "rnn"^^xsd:string ;
    skos:prefLabel "Roon"@en .

<http://lexvo.org/id/iso639-3/rnr> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "rnr"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "rnr"^^xsd:string ;
    skos:prefLabel "Nari Nari"@en .

<http://lexvo.org/id/iso639-3/rnw> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "rnw"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "rnw"^^xsd:string ;
    skos:prefLabel "Rungwa"@en .

<http://lexvo.org/id/iso639-3/rob> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "rob"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "rob"^^xsd:string ;
    skos:prefLabel "Tae'"@en .

<http://lexvo.org/id/iso639-3/roc> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "roc"^^xsd:string ;
    skos:altLabel "Roglai, Cacgia"@en ;
    skos:inScheme lexvo: ;
    skos:notation "roc"^^xsd:string ;
    skos:prefLabel "Cacgia Roglai"@en .

<http://lexvo.org/id/iso639-3/rod> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "rod"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "rod"^^xsd:string ;
    skos:prefLabel "Rogo"@en .

<http://lexvo.org/id/iso639-3/roe> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "roe"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "roe"^^xsd:string ;
    skos:prefLabel "Ronji"@en .

<http://lexvo.org/id/iso639-3/ror> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ror"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "ror"^^xsd:string ;
    skos:prefLabel "Rongga"@en .

<http://lexvo.org/id/iso639-3/row> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "row"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "row"^^xsd:string ;
    skos:prefLabel "Dela-Oenale"@en .

<http://lexvo.org/id/iso639-3/rpn> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "rpn"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "rpn"^^xsd:string ;
    skos:prefLabel "Repanbitip"@en .

<http://lexvo.org/id/iso639-3/rpt> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "rpt"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "rpt"^^xsd:string ;
    skos:prefLabel "Rapting"@en .

<http://lexvo.org/id/iso639-3/rri> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "rri"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "rri"^^xsd:string ;
    skos:prefLabel "Ririo"@en .

<http://lexvo.org/id/iso639-3/rrt> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "rrt"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "rrt"^^xsd:string ;
    skos:prefLabel "Arritinngithigh"@en .

<http://lexvo.org/id/iso639-3/rtc> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "rtc"^^xsd:string ;
    skos:altLabel "Chin, Rungtu"@en ;
    skos:inScheme lexvo: ;
    skos:notation "rtc"^^xsd:string ;
    skos:prefLabel "Rungtu Chin"@en .

<http://lexvo.org/id/iso639-3/rtw> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "rtw"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "rtw"^^xsd:string ;
    skos:prefLabel "Rathawi"@en .

<http://lexvo.org/id/iso639-3/ruc> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ruc"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "ruc"^^xsd:string ;
    skos:prefLabel "Ruuli"@en .

<http://lexvo.org/id/iso639-3/ruh> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ruh"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "ruh"^^xsd:string ;
    skos:prefLabel "Ruga"@en .

<http://lexvo.org/id/iso639-3/ruu> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ruu"^^xsd:string ;
    skos:altLabel "Lobu, Lanas"@en ;
    skos:inScheme lexvo: ;
    skos:notation "ruu"^^xsd:string ;
    skos:prefLabel "Lanas Lobu"@en .

<http://lexvo.org/id/iso639-3/ruy> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ruy"^^xsd:string ;
    skos:altLabel "Mala (Nigeria)"@en ;
    skos:inScheme lexvo: ;
    skos:notation "ruy"^^xsd:string ;
    skos:prefLabel "Mala"@en .

<http://lexvo.org/id/iso639-3/ruz> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ruz"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "ruz"^^xsd:string ;
    skos:prefLabel "Ruma"@en .

<http://lexvo.org/id/iso639-3/rwk> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "rwk"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "rwk"^^xsd:string ;
    skos:prefLabel "rwa"@br,
        "rwo"@ca,
        "罗瓦文"@cmn,
        "羅瓦文"@cmn-Hant,
        "rwa"@cs,
        "rwa"@da,
        "rwagbe"@ee,
        "Ρουά"@el,
        "Rwa"@en,
        "rwa"@es,
        "rwa"@et,
        "rwa"@fi,
        "rwa"@fr,
        "רווא"@he,
        "rwa"@hr,
        "rwo"@hu,
        "Rwa"@id,
        "rwa"@it,
        "ルワ語"@ja,
        "르와어"@ko,
        "ອາຣວາ"@lo,
        "rwa"@lt,
        "ruanda"@lv,
        "руа"@mk,
        "rwa"@nb,
        "Rwa"@nl,
        "rwa"@nn,
        "rwa"@pl,
        "rwa"@pt,
        "rwa"@ro,
        "руанда"@ru,
        "Kiruwa"@rwk,
        "rwa"@sk,
        "rwa"@sv,
        "Kirwo"@swh,
        "รวา"@th,
        "lea fakaluā"@to,
        "Rwa"@tr,
        "Рва"@uk,
        "Tiếng Rwa"@vi .

<http://lexvo.org/id/iso639-3/rwr> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "rwr"^^xsd:string ;
    skos:altLabel "Marwari (India)"@en ;
    skos:inScheme lexvo: ;
    skos:notation "rwr"^^xsd:string ;
    skos:prefLabel "Marwari"@en .

<http://lexvo.org/id/iso639-3/sae> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "sae"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "sae"^^xsd:string ;
    skos:prefLabel "Sabanê"@en .

<http://lexvo.org/id/iso639-3/saf> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "saf"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "saf"^^xsd:string ;
    skos:prefLabel "Safaliba"@en .

<http://lexvo.org/id/iso639-3/sak> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "sak"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "sak"^^xsd:string ;
    skos:prefLabel "Sake"@en .

<http://lexvo.org/id/iso639-3/sau> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "sau"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "sau"^^xsd:string ;
    skos:prefLabel "Saleman"@en .

<http://lexvo.org/id/iso639-3/sbd> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "sbd"^^xsd:string ;
    skos:altLabel "Samo, Southern"@en ;
    skos:inScheme lexvo: ;
    skos:notation "sbd"^^xsd:string ;
    skos:prefLabel "Southern Samo"@en .

<http://lexvo.org/id/iso639-3/sbg> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "sbg"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "sbg"^^xsd:string ;
    skos:prefLabel "Seget"@en .

<http://lexvo.org/id/iso639-3/sbi> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "sbi"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "sbi"^^xsd:string ;
    skos:prefLabel "Seti"@en .

<http://lexvo.org/id/iso639-3/sbl> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "sbl"^^xsd:string ;
    skos:altLabel "Sambal, Botolan"@en ;
    skos:inScheme lexvo: ;
    skos:notation "sbl"^^xsd:string ;
    skos:prefLabel "Botolan Sambal"@en .

<http://lexvo.org/id/iso639-3/sbm> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "sbm"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "sbm"^^xsd:string ;
    skos:prefLabel "Sagala"@en .

<http://lexvo.org/id/iso639-3/sbn> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "sbn"^^xsd:string ;
    skos:altLabel "Bhil, Sindhi"@en ;
    skos:inScheme lexvo: ;
    skos:notation "sbn"^^xsd:string ;
    skos:prefLabel "Sindhi Bhil"@en .

<http://lexvo.org/id/iso639-3/sbq> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "sbq"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "sbq"^^xsd:string ;
    skos:prefLabel "Sileibi"@en .

<http://lexvo.org/id/iso639-3/sbr> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "sbr"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "sbr"^^xsd:string ;
    skos:prefLabel "Sembakung Murut"@en .

<http://lexvo.org/id/iso639-3/sbt> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "sbt"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "sbt"^^xsd:string ;
    skos:prefLabel "Kimki"@en .

<http://lexvo.org/id/iso639-3/sbw> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "sbw"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "sbw"^^xsd:string ;
    skos:prefLabel "Simba"@en .

<http://lexvo.org/id/iso639-3/sbx> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "sbx"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "sbx"^^xsd:string ;
    skos:prefLabel "Seberuang"@en .

<http://lexvo.org/id/iso639-3/sbz> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "sbz"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "sbz"^^xsd:string ;
    skos:prefLabel "Sara Kaba"@en .

<http://lexvo.org/id/iso639-3/scf> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "scf"^^xsd:string ;
    skos:altLabel "Creole French, San Miguel"@en ;
    skos:inScheme lexvo: ;
    skos:notation "scf"^^xsd:string ;
    skos:prefLabel "San Miguel Creole French"@en .

<http://lexvo.org/id/iso639-3/sck> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "sck"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "sck"^^xsd:string ;
    skos:prefLabel "Sadri"@en .

<http://lexvo.org/id/iso639-3/scp> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "scp"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "scp"^^xsd:string ;
    skos:prefLabel "Helambu Sherpa"@en .

<http://lexvo.org/id/iso639-3/scs> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "scs"^^xsd:string ;
    skos:altLabel "Slavey, North"@en ;
    skos:inScheme lexvo: ;
    skos:notation "scs"^^xsd:string ;
    skos:prefLabel "North Slavey"@en .

<http://lexvo.org/id/iso639-3/scu> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "scu"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "scu"^^xsd:string ;
    skos:prefLabel "Shumcho"@en .

<http://lexvo.org/id/iso639-3/scv> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "scv"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "scv"^^xsd:string ;
    skos:prefLabel "Sheni"@en .

<http://lexvo.org/id/iso639-3/sde> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "sde"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "sde"^^xsd:string ;
    skos:prefLabel "Surubu"@en .

<http://lexvo.org/id/iso639-3/sdf> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "sdf"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "sdf"^^xsd:string ;
    skos:prefLabel "Sarli"@en .

<http://lexvo.org/id/iso639-3/sdk> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "sdk"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "sdk"^^xsd:string ;
    skos:prefLabel "Sos Kundi"@en .

<http://lexvo.org/id/iso639-3/sdr> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "sdr"^^xsd:string ;
    skos:altLabel "Sadri, Oraon"@en ;
    skos:inScheme lexvo: ;
    skos:notation "sdr"^^xsd:string ;
    skos:prefLabel "Oraon Sadri"@en .

<http://lexvo.org/id/iso639-3/sdu> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "sdu"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "sdu"^^xsd:string ;
    skos:prefLabel "Sarudu"@en .

<http://lexvo.org/id/iso639-3/sdx> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "sdx"^^xsd:string ;
    skos:altLabel "Melanau, Sibu"@en ;
    skos:inScheme lexvo: ;
    skos:notation "sdx"^^xsd:string ;
    skos:prefLabel "Sibu Melanau"@en .

<http://lexvo.org/id/iso639-3/seg> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "seg"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "seg"^^xsd:string ;
    skos:prefLabel "Segeju"@en .

<http://lexvo.org/id/iso639-3/sej> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "sej"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "sej"^^xsd:string ;
    skos:prefLabel "Sene"@en .

<http://lexvo.org/id/iso639-3/seu> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "seu"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "seu"^^xsd:string ;
    skos:prefLabel "Serui-Laut"@en .

<http://lexvo.org/id/iso639-3/sew> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "sew"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "sew"^^xsd:string ;
    skos:prefLabel "Sewa Bay"@en .

<http://lexvo.org/id/iso639-3/sfb> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "sfb"^^xsd:string ;
    skos:altLabel "Langue des signes de Belgique Francophone"@en ;
    skos:inScheme lexvo: ;
    skos:notation "sfb"^^xsd:string ;
    skos:prefLabel "French Belgian Sign Language"@en .

<http://lexvo.org/id/iso639-3/sfe> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "sfe"^^xsd:string ;
    skos:altLabel "Subanen, Eastern"@en ;
    skos:inScheme lexvo: ;
    skos:notation "sfe"^^xsd:string ;
    skos:prefLabel "Eastern Subanen"@en .

<http://lexvo.org/id/iso639-3/sfm> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "sfm"^^xsd:string ;
    skos:altLabel "Miao, Small Flowery"@en ;
    skos:inScheme lexvo: ;
    skos:notation "sfm"^^xsd:string ;
    skos:prefLabel "Small Flowery Miao"@en .

<http://lexvo.org/id/iso639-3/sge> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "sge"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "sge"^^xsd:string ;
    skos:prefLabel "Segai"@en .

<http://lexvo.org/id/iso639-3/sgg> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "sgg"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "sgg"^^xsd:string ;
    skos:prefLabel "Swiss-German Sign Language"@en .

<http://lexvo.org/id/iso639-3/sgj> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "sgj"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "sgj"^^xsd:string ;
    skos:prefLabel "Surgujia"@en .

<http://lexvo.org/id/iso639-3/sgk> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "sgk"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "sgk"^^xsd:string ;
    skos:prefLabel "Sangkong"@en .

<http://lexvo.org/id/iso639-3/sgm> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "sgm"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "sgm"^^xsd:string ;
    skos:prefLabel "Singa"@en .

<http://lexvo.org/id/iso639-3/sgo> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "sgo"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "sgo"^^xsd:string ;
    skos:prefLabel "Songa"@en .

<http://lexvo.org/id/iso639-3/sgp> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "sgp"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "sgp"^^xsd:string ;
    skos:prefLabel "Singpho"@en .

<http://lexvo.org/id/iso639-3/sgu> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "sgu"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "sgu"^^xsd:string ;
    skos:prefLabel "Salas"@en .

<http://lexvo.org/id/iso639-3/sgx> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "sgx"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "sgx"^^xsd:string ;
    skos:prefLabel "Sierra Leone Sign Language"@en .

<http://lexvo.org/id/iso639-3/shd> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "shd"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "shd"^^xsd:string ;
    skos:prefLabel "Kundal Shahi"@en .

<http://lexvo.org/id/iso639-3/shl> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "shl"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "shl"^^xsd:string ;
    skos:prefLabel "Shendu"@en .

<http://lexvo.org/id/iso639-3/shq> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "shq"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "shq"^^xsd:string ;
    skos:prefLabel "Sala"@en .

<http://lexvo.org/id/iso639-3/sib> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "sib"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "sib"^^xsd:string ;
    skos:prefLabel "Sebop"@en .

<http://lexvo.org/id/iso639-3/sie> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "sie"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "sie"^^xsd:string ;
    skos:prefLabel "Simaa"@en .

<http://lexvo.org/id/iso639-3/sih> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "sih"^^xsd:string ;
    skos:altLabel "Sîshëë"@en ;
    skos:inScheme lexvo: ;
    skos:notation "sih"^^xsd:string ;
    skos:prefLabel "Zire"@en .

<http://lexvo.org/id/iso639-3/sil> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "sil"^^xsd:string ;
    skos:altLabel "Sisaala, Tumulung"@en ;
    skos:inScheme lexvo: ;
    skos:notation "sil"^^xsd:string ;
    skos:prefLabel "Tumulung Sisaala"@en .

<http://lexvo.org/id/iso639-3/siq> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "siq"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "siq"^^xsd:string ;
    skos:prefLabel "Sonia"@en .

<http://lexvo.org/id/iso639-3/siu> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "siu"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "siu"^^xsd:string ;
    skos:prefLabel "Sinagen"@en .

<http://lexvo.org/id/iso639-3/siv> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "siv"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "siv"^^xsd:string ;
    skos:prefLabel "Sumariup"@en .

<http://lexvo.org/id/iso639-3/sjb> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "sjb"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "sjb"^^xsd:string ;
    skos:prefLabel "Sajau Basap"@en .

<http://lexvo.org/id/iso639-3/sjm> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "sjm"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "sjm"^^xsd:string ;
    skos:prefLabel "Mapun"@en .

<http://lexvo.org/id/iso639-3/sjp> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "sjp"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "sjp"^^xsd:string ;
    skos:prefLabel "Surjapuri"@en .

<http://lexvo.org/id/iso639-3/ska> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ska"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "ska"^^xsd:string ;
    skos:prefLabel "Skagit"@en .

<http://lexvo.org/id/iso639-3/skc> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "skc"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "skc"^^xsd:string ;
    skos:prefLabel "Ma Manda"@en .

<http://lexvo.org/id/iso639-3/skf> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "skf"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "skf"^^xsd:string ;
    skos:prefLabel "Sakirabiá"@en .

<http://lexvo.org/id/iso639-3/skg> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "skg"^^xsd:string ;
    skos:altLabel "Malagasy, Sakalava"@en ;
    skos:inScheme lexvo: ;
    skos:notation "skg"^^xsd:string ;
    skos:prefLabel "Sakalava Malagasy"@en .

<http://lexvo.org/id/iso639-3/skj> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "skj"^^xsd:string ;
    skos:altLabel "Seke (Nepal)"@en ;
    skos:inScheme lexvo: ;
    skos:notation "skj"^^xsd:string ;
    skos:prefLabel "Seke"@en .

<http://lexvo.org/id/iso639-3/skk> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "skk"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "skk"^^xsd:string ;
    skos:prefLabel "Sok"@en .

<http://lexvo.org/id/iso639-3/skm> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "skm"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "skm"^^xsd:string ;
    skos:prefLabel "Kutong"@en .

<http://lexvo.org/id/iso639-3/skn> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "skn"^^xsd:string ;
    skos:altLabel "Subanon, Kolibugan"@en ;
    skos:inScheme lexvo: ;
    skos:notation "skn"^^xsd:string ;
    skos:prefLabel "Kolibugan Subanon"@en .

<http://lexvo.org/id/iso639-3/sko> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "sko"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "sko"^^xsd:string ;
    skos:prefLabel "Seko Tengah"@en .

<http://lexvo.org/id/iso639-3/skp> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "skp"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "skp"^^xsd:string ;
    skos:prefLabel "Sekapan"@en .

<http://lexvo.org/id/iso639-3/skq> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "skq"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "skq"^^xsd:string ;
    skos:prefLabel "Sininkere"@en .

<http://lexvo.org/id/iso639-3/skx> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "skx"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "skx"^^xsd:string ;
    skos:prefLabel "Seko Padang"@en .

<http://lexvo.org/id/iso639-3/sky> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "sky"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "sky"^^xsd:string ;
    skos:prefLabel "Sikaiana"@en .

<http://lexvo.org/id/iso639-3/skz> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "skz"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "skz"^^xsd:string ;
    skos:prefLabel "Sekar"@en .

<http://lexvo.org/id/iso639-3/sld> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "sld"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "sld"^^xsd:string ;
    skos:prefLabel "Sissala"@en .

<http://lexvo.org/id/iso639-3/sle> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "sle"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "sle"^^xsd:string ;
    skos:prefLabel "Sholaga"@en .

<http://lexvo.org/id/iso639-3/slf> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "slf"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "slf"^^xsd:string ;
    skos:prefLabel "Swiss-Italian Sign Language"@en .

<http://lexvo.org/id/iso639-3/slg> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "slg"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "slg"^^xsd:string ;
    skos:prefLabel "Selungai Murut"@en .

<http://lexvo.org/id/iso639-3/slm> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "slm"^^xsd:string ;
    skos:altLabel "Sama, Pangutaran"@en ;
    skos:inScheme lexvo: ;
    skos:notation "slm"^^xsd:string ;
    skos:prefLabel "Pangutaran Sama"@en .

<http://lexvo.org/id/iso639-3/slt> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "slt"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "slt"^^xsd:string ;
    skos:prefLabel "Sila"@en .

<http://lexvo.org/id/iso639-3/slw> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "slw"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "slw"^^xsd:string ;
    skos:prefLabel "Sialum"@en .

<http://lexvo.org/id/iso639-3/smc> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "smc"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "smc"^^xsd:string ;
    skos:prefLabel "Som"@en .

<http://lexvo.org/id/iso639-3/smf> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "smf"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "smf"^^xsd:string ;
    skos:prefLabel "Auwe"@en .

<http://lexvo.org/id/iso639-3/smg> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "smg"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "smg"^^xsd:string ;
    skos:prefLabel "Simbali"@en .

<http://lexvo.org/id/iso639-3/smh> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "smh"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "smh"^^xsd:string ;
    skos:prefLabel "Samei"@en .

<http://lexvo.org/id/iso639-3/sml> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "sml"^^xsd:string ;
    skos:altLabel "Sama, Central"@en ;
    skos:inScheme lexvo: ;
    skos:notation "sml"^^xsd:string ;
    skos:prefLabel "Central Sama"@en .

<http://lexvo.org/id/iso639-3/smp> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "smp"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "smp"^^xsd:string ;
    skos:prefLabel "Samaritan"@en .

<http://lexvo.org/id/iso639-3/smt> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "smt"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "smt"^^xsd:string ;
    skos:prefLabel "Simte"@en .

<http://lexvo.org/id/iso639-3/smx> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "smx"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "smx"^^xsd:string ;
    skos:prefLabel "Samba"@en .

<http://lexvo.org/id/iso639-3/smy> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "smy"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "smy"^^xsd:string ;
    skos:prefLabel "Semnani"@en .

<http://lexvo.org/id/iso639-3/snb> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "snb"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "snb"^^xsd:string ;
    skos:prefLabel "Sebuyau"@en .

<http://lexvo.org/id/iso639-3/snh> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "snh"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "snh"^^xsd:string ;
    skos:prefLabel "Shinabo"@en .

<http://lexvo.org/id/iso639-3/sni> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "sni"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "sni"^^xsd:string ;
    skos:prefLabel "Sensi"@en .

<http://lexvo.org/id/iso639-3/snj> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "snj"^^xsd:string ;
    skos:altLabel "Sango, Riverain"@en ;
    skos:inScheme lexvo: ;
    skos:notation "snj"^^xsd:string ;
    skos:prefLabel "Riverain Sango"@en .

<http://lexvo.org/id/iso639-3/snl> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "snl"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "snl"^^xsd:string ;
    skos:prefLabel "Sangil"@en .

<http://lexvo.org/id/iso639-3/snm> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "snm"^^xsd:string ;
    skos:altLabel "Ma'di, Southern"@en ;
    skos:inScheme lexvo: ;
    skos:notation "snm"^^xsd:string ;
    skos:prefLabel "Southern Ma'di"@en .

<http://lexvo.org/id/iso639-3/sno> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "sno"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "sno"^^xsd:string ;
    skos:prefLabel "Snohomish"@en .

<http://lexvo.org/id/iso639-3/snr> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "snr"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "snr"^^xsd:string ;
    skos:prefLabel "Sihan"@en .

<http://lexvo.org/id/iso639-3/sns> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "sns"^^xsd:string ;
    skos:altLabel "South West Bay"@en ;
    skos:inScheme lexvo: ;
    skos:notation "sns"^^xsd:string ;
    skos:prefLabel "Nahavaq"@en .

<http://lexvo.org/id/iso639-3/snu> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "snu"^^xsd:string ;
    skos:altLabel "Senggi"@en ;
    skos:inScheme lexvo: ;
    skos:notation "snu"^^xsd:string ;
    skos:prefLabel "Viid"@en .

<http://lexvo.org/id/iso639-3/snx> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "snx"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "snx"^^xsd:string ;
    skos:prefLabel "Sam"@en .

<http://lexvo.org/id/iso639-3/snz> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "snz"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "snz"^^xsd:string ;
    skos:prefLabel "Sinsauru"@en .

<http://lexvo.org/id/iso639-3/soa> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "soa"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "soa"^^xsd:string ;
    skos:prefLabel "Thai Song"@en .

<http://lexvo.org/id/iso639-3/soi> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "soi"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "soi"^^xsd:string ;
    skos:prefLabel "Sonha"@en .

<http://lexvo.org/id/iso639-3/soj> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "soj"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "soj"^^xsd:string ;
    skos:prefLabel "Soi"@en .

<http://lexvo.org/id/iso639-3/sol> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "sol"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "sol"^^xsd:string ;
    skos:prefLabel "Solos"@en .

<http://lexvo.org/id/iso639-3/soo> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "soo"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "soo"^^xsd:string ;
    skos:prefLabel "Songo"@en .

<http://lexvo.org/id/iso639-3/sox> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "sox"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "sox"^^xsd:string ;
    skos:prefLabel "Swo"@en .

<http://lexvo.org/id/iso639-3/soy> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "soy"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "soy"^^xsd:string ;
    skos:prefLabel "Miyobe"@en .

<http://lexvo.org/id/iso639-3/spb> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "spb"^^xsd:string ;
    skos:altLabel "Sepa (Indonesia)"@en ;
    skos:inScheme lexvo: ;
    skos:notation "spb"^^xsd:string ;
    skos:prefLabel "Sepa"@en .

<http://lexvo.org/id/iso639-3/spe> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "spe"^^xsd:string ;
    skos:altLabel "Sepa (Papua New Guinea)"@en ;
    skos:inScheme lexvo: ;
    skos:notation "spe"^^xsd:string ;
    skos:prefLabel "Sepa"@en .

<http://lexvo.org/id/iso639-3/spg> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "spg"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "spg"^^xsd:string ;
    skos:prefLabel "Sian"@en .

<http://lexvo.org/id/iso639-3/spk> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "spk"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "spk"^^xsd:string ;
    skos:prefLabel "Sengo"@en .

<http://lexvo.org/id/iso639-3/spm> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "spm"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "spm"^^xsd:string ;
    skos:prefLabel "Akukem"@en .

<http://lexvo.org/id/iso639-3/spq> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "spq"^^xsd:string ;
    skos:altLabel "Spanish, Loreto-Ucayali"@en ;
    skos:inScheme lexvo: ;
    skos:notation "spq"^^xsd:string ;
    skos:prefLabel "Loreto-Ucayali Spanish"@en .

<http://lexvo.org/id/iso639-3/spr> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "spr"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "spr"^^xsd:string ;
    skos:prefLabel "Saparua"@en .

<http://lexvo.org/id/iso639-3/spv> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "spv"^^xsd:string ;
    skos:altLabel "Sambalpuri"@en ;
    skos:inScheme lexvo: ;
    skos:notation "spv"^^xsd:string ;
    skos:prefLabel "Kosli"@en .

<http://lexvo.org/id/iso639-3/sqa> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "sqa"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "sqa"^^xsd:string ;
    skos:prefLabel "Shama-Sambuga"@en .

<http://lexvo.org/id/iso639-3/sqh> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "sqh"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "sqh"^^xsd:string ;
    skos:prefLabel "Shau"@en .

<http://lexvo.org/id/iso639-3/sqk> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "sqk"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "sqk"^^xsd:string ;
    skos:prefLabel "Albanian Sign Language"@en .

<http://lexvo.org/id/iso639-3/sqm> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "sqm"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "sqm"^^xsd:string ;
    skos:prefLabel "Suma"@en .

<http://lexvo.org/id/iso639-3/sqo> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "sqo"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "sqo"^^xsd:string ;
    skos:prefLabel "Sorkhei"@en .

<http://lexvo.org/id/iso639-3/sqq> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "sqq"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "sqq"^^xsd:string ;
    skos:prefLabel "Sou"@en .

<http://lexvo.org/id/iso639-3/sra> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "sra"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "sra"^^xsd:string ;
    skos:prefLabel "Saruga"@en .

<http://lexvo.org/id/iso639-3/srf> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "srf"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "srf"^^xsd:string ;
    skos:prefLabel "Nafi"@en .

<http://lexvo.org/id/iso639-3/srg> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "srg"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "srg"^^xsd:string ;
    skos:prefLabel "Sulod"@en .

<http://lexvo.org/id/iso639-3/srk> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "srk"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "srk"^^xsd:string ;
    skos:prefLabel "Serudung Murut"@en .

<http://lexvo.org/id/iso639-3/srt> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "srt"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "srt"^^xsd:string ;
    skos:prefLabel "Sauri"@en .

<http://lexvo.org/id/iso639-3/srv> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "srv"^^xsd:string ;
    skos:altLabel "Sorsoganon, Southern"@en ;
    skos:inScheme lexvo: ;
    skos:notation "srv"^^xsd:string ;
    skos:prefLabel "Southern Sorsoganon"@en .

<http://lexvo.org/id/iso639-3/srw> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "srw"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "srw"^^xsd:string ;
    skos:prefLabel "Serua"@en .

<http://lexvo.org/id/iso639-3/srx> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "srx"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "srx"^^xsd:string ;
    skos:prefLabel "Sirmauri"@en .

<http://lexvo.org/id/iso639-3/sry> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "sry"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "sry"^^xsd:string ;
    skos:prefLabel "Sera"@en .

<http://lexvo.org/id/iso639-3/srz> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "srz"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "srz"^^xsd:string ;
    skos:prefLabel "Shahmirzadi"@en .

<http://lexvo.org/id/iso639-3/ssc> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ssc"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "ssc"^^xsd:string ;
    skos:prefLabel "Suba-Simbiti"@en .

<http://lexvo.org/id/iso639-3/ssq> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ssq"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "ssq"^^xsd:string ;
    skos:prefLabel "So'a"@en .

<http://lexvo.org/id/iso639-3/ssr> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ssr"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "ssr"^^xsd:string ;
    skos:prefLabel "Swiss-French Sign Language"@en .

<http://lexvo.org/id/iso639-3/ssx> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ssx"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "ssx"^^xsd:string ;
    skos:prefLabel "Samberigi"@en .

<http://lexvo.org/id/iso639-3/sta> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "sta"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "sta"^^xsd:string ;
    skos:prefLabel "Settla"@en .

<http://lexvo.org/id/iso639-3/stb> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "stb"^^xsd:string ;
    skos:altLabel "Subanen, Northern"@en ;
    skos:inScheme lexvo: ;
    skos:notation "stb"^^xsd:string ;
    skos:prefLabel "Northern Subanen"@en .

<http://lexvo.org/id/iso639-3/ste> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ste"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "ste"^^xsd:string ;
    skos:prefLabel "Liana-Seti"@en .

<http://lexvo.org/id/iso639-3/stf> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "stf"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "stf"^^xsd:string ;
    skos:prefLabel "Seta"@en .

<http://lexvo.org/id/iso639-3/stg> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "stg"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "stg"^^xsd:string ;
    skos:prefLabel "Trieng"@en .

<http://lexvo.org/id/iso639-3/sti> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "sti"^^xsd:string ;
    skos:altLabel "Stieng, Bulo"@en ;
    skos:inScheme lexvo: ;
    skos:notation "sti"^^xsd:string ;
    skos:prefLabel "Bulo Stieng"@en .

<http://lexvo.org/id/iso639-3/stj> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "stj"^^xsd:string ;
    skos:altLabel "Samo, Matya"@en ;
    skos:inScheme lexvo: ;
    skos:notation "stj"^^xsd:string ;
    skos:prefLabel "Matya Samo"@en .

<http://lexvo.org/id/iso639-3/stm> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "stm"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "stm"^^xsd:string ;
    skos:prefLabel "Setaman"@en .

<http://lexvo.org/id/iso639-3/stt> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "stt"^^xsd:string ;
    skos:altLabel "Stieng, Budeh"@en ;
    skos:inScheme lexvo: ;
    skos:notation "stt"^^xsd:string ;
    skos:prefLabel "Budeh Stieng"@en .

<http://lexvo.org/id/iso639-3/stu> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "stu"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "stu"^^xsd:string ;
    skos:prefLabel "Samtao"@en .

<http://lexvo.org/id/iso639-3/stv> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "stv"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "stv"^^xsd:string ;
    skos:prefLabel "Silt'e"@en .

<http://lexvo.org/id/iso639-3/stw> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "stw"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "stw"^^xsd:string ;
    skos:prefLabel "Satawalese"@en .

<http://lexvo.org/id/iso639-3/sub> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "sub"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "sub"^^xsd:string ;
    skos:prefLabel "Suku"@en .

<http://lexvo.org/id/iso639-3/suc> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "suc"^^xsd:string ;
    skos:altLabel "Subanon, Western"@en ;
    skos:inScheme lexvo: ;
    skos:notation "suc"^^xsd:string ;
    skos:prefLabel "Western Subanon"@en .

<http://lexvo.org/id/iso639-3/sug> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "sug"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "sug"^^xsd:string ;
    skos:prefLabel "Suganga"@en .

<http://lexvo.org/id/iso639-3/svb> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "svb"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "svb"^^xsd:string ;
    skos:prefLabel "Ulau-Suain"@en .

<http://lexvo.org/id/iso639-3/sve> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "sve"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "sve"^^xsd:string ;
    skos:prefLabel "Serili"@en .

<http://lexvo.org/id/iso639-3/svk> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "svk"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "svk"^^xsd:string ;
    skos:prefLabel "Slovakian Sign Language"@en .

<http://lexvo.org/id/iso639-3/svx> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "svx"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "svx"^^xsd:string ;
    skos:prefLabel "Skalvian"@en .

<http://lexvo.org/id/iso639-3/swc> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "swc"^^xsd:string ;
    skos:altLabel "Swahili, Congo"@en ;
    skos:inScheme lexvo: ;
    skos:notation "swc"^^xsd:string ;
    skos:prefLabel "suahili del Congo"@ca,
        "刚果斯瓦希里文"@cmn,
        "史瓦希里文（剛果）"@cmn-Hant,
        "swahilština (Kongo)"@cs,
        "Swahili'r Congo"@cy,
        "congolesisk swahili"@da,
        "Κονγκό Σουαχίλι"@el,
        "Congo Swahili"@en,
        "swahili del Congo"@es,
        "Kongo suahiili"@et,
        "سواحلی کنگویی"@fa,
        "kingwana"@fi,
        "swahili du Congo"@fr,
        "קונגו סוואהילי"@he,
        "kongoanski swahili"@hr,
        "kongói szuahéli"@hu,
        "Kongo Swahili"@id,
        "congo swahili"@it,
        "コンゴ・スワヒリ語"@ja,
        "콩고 스와힐리어"@ko,
        "ຊາວາຮີລີ-ຄອງໂກ"@lo,
        "Kongo svahili"@lt,
        "Kongo svahili"@lv,
        "конго свахили"@mk,
        "kongolesisk swahili"@nb,
        "Congo Swahili"@nl,
        "kongijski suahili"@pl,
        "suaili do Congo"@pt,
        "swahili Congo"@ro,
        "конголезский суахили"@ru,
        "konžská svahilčina"@sk,
        "Kongo-swahili"@sv,
        "Kiswahili ya Kongo"@swc,
        "Kingwana"@swh,
        "สวาฮีลี-คองโก"@th,
        "Kongo Svahili"@tr,
        "конгійське суахілі"@uk,
        "Tiếng Swahili Công-gô"@vi .

<http://lexvo.org/id/iso639-3/swj> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "swj"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "swj"^^xsd:string ;
    skos:prefLabel "Sira"@en .

<http://lexvo.org/id/iso639-3/swk> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "swk"^^xsd:string ;
    skos:altLabel "Sena, Malawi"@en ;
    skos:inScheme lexvo: ;
    skos:notation "swk"^^xsd:string ;
    skos:prefLabel "Malawi Sena"@en .

<http://lexvo.org/id/iso639-3/swm> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "swm"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "swm"^^xsd:string ;
    skos:prefLabel "Samosa"@en .

<http://lexvo.org/id/iso639-3/swp> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "swp"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "swp"^^xsd:string ;
    skos:prefLabel "Suau"@en .

<http://lexvo.org/id/iso639-3/swu> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "swu"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "swu"^^xsd:string ;
    skos:prefLabel "Suwawa"@en .

<http://lexvo.org/id/iso639-3/sxe> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "sxe"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "sxe"^^xsd:string ;
    skos:prefLabel "Sighu"@en .

<http://lexvo.org/id/iso639-3/sxg> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "sxg"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "sxg"^^xsd:string ;
    skos:prefLabel "Shixing"@en .

<http://lexvo.org/id/iso639-3/sxs> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "sxs"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "sxs"^^xsd:string ;
    skos:prefLabel "Sasaru"@en .

<http://lexvo.org/id/iso639-3/sya> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "sya"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "sya"^^xsd:string ;
    skos:prefLabel "Siang"@en .

<http://lexvo.org/id/iso639-3/syb> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "syb"^^xsd:string ;
    skos:altLabel "Subanen, Central"@en ;
    skos:inScheme lexvo: ;
    skos:notation "syb"^^xsd:string ;
    skos:prefLabel "Central Subanen"@en .

<http://lexvo.org/id/iso639-3/sym> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "sym"^^xsd:string ;
    skos:altLabel "Samo, Maya"@en ;
    skos:inScheme lexvo: ;
    skos:notation "sym"^^xsd:string ;
    skos:prefLabel "Maya Samo"@en .

<http://lexvo.org/id/iso639-3/syn> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "syn"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "syn"^^xsd:string ;
    skos:prefLabel "Senaya"@en .

<http://lexvo.org/id/iso639-3/syo> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "syo"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "syo"^^xsd:string ;
    skos:prefLabel "Suoy"@en .

<http://lexvo.org/id/iso639-3/syw> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "syw"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "syw"^^xsd:string ;
    skos:prefLabel "Kagate"@en .

<http://lexvo.org/id/iso639-3/szb> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "szb"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "szb"^^xsd:string ;
    skos:prefLabel "Ngalum"@en .

<http://lexvo.org/id/iso639-3/szd> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "szd"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "szd"^^xsd:string ;
    skos:prefLabel "Seru"@en .

<http://lexvo.org/id/iso639-3/szn> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "szn"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "szn"^^xsd:string ;
    skos:prefLabel "Sula"@en .

<http://lexvo.org/id/iso639-3/szv> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "szv"^^xsd:string ;
    skos:altLabel "Isu (Fako Division)"@en ;
    skos:inScheme lexvo: ;
    skos:notation "szv"^^xsd:string ;
    skos:prefLabel "Isu"@en .

<http://lexvo.org/id/iso639-3/taj> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "taj"^^xsd:string ;
    skos:altLabel "Tamang, Eastern"@en ;
    skos:inScheme lexvo: ;
    skos:notation "taj"^^xsd:string ;
    skos:prefLabel "Eastern Tamang"@en .

<http://lexvo.org/id/iso639-3/taq> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "taq"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "taq"^^xsd:string ;
    skos:prefLabel "Tamasheq"@en .

<http://lexvo.org/id/iso639-3/taw> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "taw"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "taw"^^xsd:string ;
    skos:prefLabel "Tai"@en .

<http://lexvo.org/id/iso639-3/tbe> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "tbe"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "tbe"^^xsd:string ;
    skos:prefLabel "Tanimbili"@en .

<http://lexvo.org/id/iso639-3/tbk> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "tbk"^^xsd:string ;
    skos:altLabel "Tagbanwa, Calamian"@en ;
    skos:inScheme lexvo: ;
    skos:notation "tbk"^^xsd:string ;
    skos:prefLabel "Calamian Tagbanwa"@en .

<http://lexvo.org/id/iso639-3/tbn> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "tbn"^^xsd:string ;
    skos:altLabel "Tunebo, Barro Negro"@en ;
    skos:inScheme lexvo: ;
    skos:notation "tbn"^^xsd:string ;
    skos:prefLabel "Barro Negro Tunebo"@en .

<http://lexvo.org/id/iso639-3/tbp> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "tbp"^^xsd:string ;
    skos:altLabel "Diebroud"@en ;
    skos:inScheme lexvo: ;
    skos:notation "tbp"^^xsd:string ;
    skos:prefLabel "Taworta"@en .

<http://lexvo.org/id/iso639-3/tbs> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "tbs"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "tbs"^^xsd:string ;
    skos:prefLabel "Tanguat"@en .

<http://lexvo.org/id/iso639-3/tbv> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "tbv"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "tbv"^^xsd:string ;
    skos:prefLabel "Tobo"@en .

<http://lexvo.org/id/iso639-3/tbx> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "tbx"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "tbx"^^xsd:string ;
    skos:prefLabel "Kapin"@en .

<http://lexvo.org/id/iso639-3/tcd> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "tcd"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "tcd"^^xsd:string ;
    skos:prefLabel "Tafi"@en .

<http://lexvo.org/id/iso639-3/tce> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "tce"^^xsd:string ;
    skos:altLabel "Tutchone, Southern"@en ;
    skos:inScheme lexvo: ;
    skos:notation "tce"^^xsd:string ;
    skos:prefLabel "Southern Tutchone"@en .

<http://lexvo.org/id/iso639-3/tcf> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "tcf"^^xsd:string ;
    skos:altLabel "Malinaltepec Tlapanec"@en,
        "Me'phaa, Malinaltepec"@en,
        "Tlapanec, Malinaltepec"@en ;
    skos:inScheme lexvo: ;
    skos:notation "tcf"^^xsd:string ;
    skos:prefLabel "Malinaltepec Me'phaa"@en .

<http://lexvo.org/id/iso639-3/tci> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "tci"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "tci"^^xsd:string ;
    skos:prefLabel "Wára"@en .

<http://lexvo.org/id/iso639-3/tck> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "tck"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "tck"^^xsd:string ;
    skos:prefLabel "Tchitchege"@en .

<http://lexvo.org/id/iso639-3/tcl> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "tcl"^^xsd:string ;
    skos:altLabel "Taman (Myanmar)"@en ;
    skos:inScheme lexvo: ;
    skos:notation "tcl"^^xsd:string ;
    skos:prefLabel "Taman"@en .

<http://lexvo.org/id/iso639-3/tcn> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "tcn"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "tcn"^^xsd:string ;
    skos:prefLabel "Tichurong"@en .

<http://lexvo.org/id/iso639-3/tco> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "tco"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "tco"^^xsd:string ;
    skos:prefLabel "Taungyo"@en .

<http://lexvo.org/id/iso639-3/tcp> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "tcp"^^xsd:string ;
    skos:altLabel "Chin, Tawr"@en ;
    skos:inScheme lexvo: ;
    skos:notation "tcp"^^xsd:string ;
    skos:prefLabel "Tawr Chin"@en .

<http://lexvo.org/id/iso639-3/tcq> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "tcq"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "tcq"^^xsd:string ;
    skos:prefLabel "Kaiy"@en .

<http://lexvo.org/id/iso639-3/tcu> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "tcu"^^xsd:string ;
    skos:altLabel "Tarahumara, Southeastern"@en ;
    skos:inScheme lexvo: ;
    skos:notation "tcu"^^xsd:string ;
    skos:prefLabel "Southeastern Tarahumara"@en .

<http://lexvo.org/id/iso639-3/tcw> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "tcw"^^xsd:string ;
    skos:altLabel "Totonac, Tecpatlán"@en ;
    skos:inScheme lexvo: ;
    skos:notation "tcw"^^xsd:string ;
    skos:prefLabel "Tecpatlán Totonac"@en .

<http://lexvo.org/id/iso639-3/tdb> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "tdb"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "tdb"^^xsd:string ;
    skos:prefLabel "Panchpargania"@en .

<http://lexvo.org/id/iso639-3/tdc> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "tdc"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "tdc"^^xsd:string ;
    skos:prefLabel "Emberá-Tadó"@en .

<http://lexvo.org/id/iso639-3/tdf> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "tdf"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "tdf"^^xsd:string ;
    skos:prefLabel "Talieng"@en .

<http://lexvo.org/id/iso639-3/tdg> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "tdg"^^xsd:string ;
    skos:altLabel "Tamang, Western"@en ;
    skos:inScheme lexvo: ;
    skos:notation "tdg"^^xsd:string ;
    skos:prefLabel "Western Tamang"@en .

<http://lexvo.org/id/iso639-3/tdi> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "tdi"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "tdi"^^xsd:string ;
    skos:prefLabel "Tomadino"@en .

<http://lexvo.org/id/iso639-3/tdj> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "tdj"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "tdj"^^xsd:string ;
    skos:prefLabel "Tajio"@en .

<http://lexvo.org/id/iso639-3/tdo> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "tdo"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "tdo"^^xsd:string ;
    skos:prefLabel "Teme"@en .

<http://lexvo.org/id/iso639-3/tdq> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "tdq"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "tdq"^^xsd:string ;
    skos:prefLabel "Tita"@en .

<http://lexvo.org/id/iso639-3/tdr> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "tdr"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "tdr"^^xsd:string ;
    skos:prefLabel "Todrah"@en .

<http://lexvo.org/id/iso639-3/tdt> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "tdt"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "tdt"^^xsd:string ;
    skos:prefLabel "Tetun Dili"@en .

<http://lexvo.org/id/iso639-3/tdu> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "tdu"^^xsd:string ;
    skos:altLabel "Dusun, Tempasuk"@en ;
    skos:inScheme lexvo: ;
    skos:notation "tdu"^^xsd:string ;
    skos:prefLabel "Tempasuk Dusun"@en .

<http://lexvo.org/id/iso639-3/tdx> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "tdx"^^xsd:string ;
    skos:altLabel "Malagasy, Tandroy-Mahafaly"@en ;
    skos:inScheme lexvo: ;
    skos:notation "tdx"^^xsd:string ;
    skos:prefLabel "Tandroy-Mahafaly Malagasy"@en .

<http://lexvo.org/id/iso639-3/ted> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ted"^^xsd:string ;
    skos:altLabel "Krumen, Tepo"@en ;
    skos:inScheme lexvo: ;
    skos:notation "ted"^^xsd:string ;
    skos:prefLabel "Tepo Krumen"@en .

<http://lexvo.org/id/iso639-3/tei> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "tei"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "tei"^^xsd:string ;
    skos:prefLabel "Torricelli"@en .

<http://lexvo.org/id/iso639-3/tes> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "tes"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "tes"^^xsd:string ;
    skos:prefLabel "Tengger"@en .

<http://lexvo.org/id/iso639-3/tev> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "tev"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "tev"^^xsd:string ;
    skos:prefLabel "Teor"@en .

<http://lexvo.org/id/iso639-3/tfo> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "tfo"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "tfo"^^xsd:string ;
    skos:prefLabel "Tefaro"@en .

<http://lexvo.org/id/iso639-3/tga> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "tga"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "tga"^^xsd:string ;
    skos:prefLabel "Sagalla"@en .

<http://lexvo.org/id/iso639-3/tgb> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "tgb"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "tgb"^^xsd:string ;
    skos:prefLabel "Tobilung"@en .

<http://lexvo.org/id/iso639-3/tge> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "tge"^^xsd:string ;
    skos:altLabel "Tamang, Eastern Gorkha"@en ;
    skos:inScheme lexvo: ;
    skos:notation "tge"^^xsd:string ;
    skos:prefLabel "Eastern Gorkha Tamang"@en .

<http://lexvo.org/id/iso639-3/tgi> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "tgi"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "tgi"^^xsd:string ;
    skos:prefLabel "Lawunuia"@en .

<http://lexvo.org/id/iso639-3/tgj> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "tgj"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "tgj"^^xsd:string ;
    skos:prefLabel "Tagin"@en .

<http://lexvo.org/id/iso639-3/tgn> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "tgn"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "tgn"^^xsd:string ;
    skos:prefLabel "Tandaganon"@en .

<http://lexvo.org/id/iso639-3/tgq> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "tgq"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "tgq"^^xsd:string ;
    skos:prefLabel "Tring"@en .

<http://lexvo.org/id/iso639-3/tgr> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "tgr"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "tgr"^^xsd:string ;
    skos:prefLabel "Tareng"@en .

<http://lexvo.org/id/iso639-3/tgs> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "tgs"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "tgs"^^xsd:string ;
    skos:prefLabel "Nume"@en .

<http://lexvo.org/id/iso639-3/tgt> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "tgt"^^xsd:string ;
    skos:altLabel "Tagbanwa, Central"@en ;
    skos:inScheme lexvo: ;
    skos:notation "tgt"^^xsd:string ;
    skos:prefLabel "Central Tagbanwa"@en .

<http://lexvo.org/id/iso639-3/thc> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "thc"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "thc"^^xsd:string ;
    skos:prefLabel "Tai Hang Tong"@en .

<http://lexvo.org/id/iso639-3/the> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "the"^^xsd:string ;
    skos:altLabel "Tharu, Chitwania"@en ;
    skos:inScheme lexvo: ;
    skos:notation "the"^^xsd:string ;
    skos:prefLabel "Chitwania Tharu"@en .

<http://lexvo.org/id/iso639-3/thh> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "thh"^^xsd:string ;
    skos:altLabel "Tarahumara, Northern"@en ;
    skos:inScheme lexvo: ;
    skos:notation "thh"^^xsd:string ;
    skos:prefLabel "Northern Tarahumara"@en .

<http://lexvo.org/id/iso639-3/thi> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "thi"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "thi"^^xsd:string ;
    skos:prefLabel "Tai Long"@en .

<http://lexvo.org/id/iso639-3/thk> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "thk"^^xsd:string ;
    skos:altLabel "Kitharaka"@en ;
    skos:inScheme lexvo: ;
    skos:notation "thk"^^xsd:string ;
    skos:prefLabel "Tharaka"@en .

<http://lexvo.org/id/iso639-3/thl> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "thl"^^xsd:string ;
    skos:altLabel "Tharu, Dangaura"@en ;
    skos:inScheme lexvo: ;
    skos:notation "thl"^^xsd:string ;
    skos:prefLabel "Dangaura Tharu"@en .

<http://lexvo.org/id/iso639-3/thn> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "thn"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "thn"^^xsd:string ;
    skos:prefLabel "Thachanadan"@en .

<http://lexvo.org/id/iso639-3/thq> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "thq"^^xsd:string ;
    skos:altLabel "Tharu, Kochila"@en ;
    skos:inScheme lexvo: ;
    skos:notation "thq"^^xsd:string ;
    skos:prefLabel "Kochila Tharu"@en .

<http://lexvo.org/id/iso639-3/thr> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "thr"^^xsd:string ;
    skos:altLabel "Tharu, Rana"@en ;
    skos:inScheme lexvo: ;
    skos:notation "thr"^^xsd:string ;
    skos:prefLabel "Rana Tharu"@en .

<http://lexvo.org/id/iso639-3/thw> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "thw"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "thw"^^xsd:string ;
    skos:prefLabel "Thudam"@en .

<http://lexvo.org/id/iso639-3/thx> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "thx"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "thx"^^xsd:string ;
    skos:prefLabel "The"@en .

<http://lexvo.org/id/iso639-3/thy> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "thy"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "thy"^^xsd:string ;
    skos:prefLabel "Tha"@en .

<http://lexvo.org/id/iso639-3/tia> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "tia"^^xsd:string ;
    skos:altLabel "Tamazight, Tidikelt"@en ;
    skos:inScheme lexvo: ;
    skos:notation "tia"^^xsd:string ;
    skos:prefLabel "Tidikelt Tamazight"@en .

<http://lexvo.org/id/iso639-3/tid> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "tid"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "tid"^^xsd:string ;
    skos:prefLabel "Tidong"@en .

<http://lexvo.org/id/iso639-3/tij> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "tij"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "tij"^^xsd:string ;
    skos:prefLabel "Tilung"@en .

<http://lexvo.org/id/iso639-3/tip> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "tip"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "tip"^^xsd:string ;
    skos:prefLabel "Trimuris"@en .

<http://lexvo.org/id/iso639-3/tis> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "tis"^^xsd:string ;
    skos:altLabel "Itneg, Masadiit"@en ;
    skos:inScheme lexvo: ;
    skos:notation "tis"^^xsd:string ;
    skos:prefLabel "Masadiit Itneg"@en .

<http://lexvo.org/id/iso639-3/tiu> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "tiu"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "tiu"^^xsd:string ;
    skos:prefLabel "Adasen"@en .

<http://lexvo.org/id/iso639-3/tji> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "tji"^^xsd:string ;
    skos:altLabel "Tujia, Northern"@en ;
    skos:inScheme lexvo: ;
    skos:notation "tji"^^xsd:string ;
    skos:prefLabel "Northern Tujia"@en .

<http://lexvo.org/id/iso639-3/tjl> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "tjl"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "tjl"^^xsd:string ;
    skos:prefLabel "Tai Laing"@en .

<http://lexvo.org/id/iso639-3/tjs> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "tjs"^^xsd:string ;
    skos:altLabel "Tujia, Southern"@en ;
    skos:inScheme lexvo: ;
    skos:notation "tjs"^^xsd:string ;
    skos:prefLabel "Southern Tujia"@en .

<http://lexvo.org/id/iso639-3/tkb> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "tkb"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "tkb"^^xsd:string ;
    skos:prefLabel "Buksa"@en .

<http://lexvo.org/id/iso639-3/tke> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "tke"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "tke"^^xsd:string ;
    skos:prefLabel "Takwane"@en .

<http://lexvo.org/id/iso639-3/tkf> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "tkf"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "tkf"^^xsd:string ;
    skos:prefLabel "Tukumanféd"@en .

<http://lexvo.org/id/iso639-3/tkg> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "tkg"^^xsd:string ;
    skos:altLabel "Malagasy, Tesaka"@en ;
    skos:inScheme lexvo: ;
    skos:notation "tkg"^^xsd:string ;
    skos:prefLabel "Tesaka Malagasy"@en .

<http://lexvo.org/id/iso639-3/tkn> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "tkn"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "tkn"^^xsd:string ;
    skos:prefLabel "Toku-No-Shima"@en .

<http://lexvo.org/id/iso639-3/tkt> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "tkt"^^xsd:string ;
    skos:altLabel "Tharu, Kathoriya"@en ;
    skos:inScheme lexvo: ;
    skos:notation "tkt"^^xsd:string ;
    skos:prefLabel "Kathoriya Tharu"@en .

<http://lexvo.org/id/iso639-3/tkx> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "tkx"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "tkx"^^xsd:string ;
    skos:prefLabel "Tangko"@en .

<http://lexvo.org/id/iso639-3/tkz> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "tkz"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "tkz"^^xsd:string ;
    skos:prefLabel "Takua"@en .

<http://lexvo.org/id/iso639-3/tla> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "tla"^^xsd:string ;
    skos:altLabel "Tepehuan, Southwestern"@en ;
    skos:inScheme lexvo: ;
    skos:notation "tla"^^xsd:string ;
    skos:prefLabel "Southwestern Tepehuan"@en .

<http://lexvo.org/id/iso639-3/tlk> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "tlk"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "tlk"^^xsd:string ;
    skos:prefLabel "Taloki"@en .

<http://lexvo.org/id/iso639-3/tln> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "tln"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "tln"^^xsd:string ;
    skos:prefLabel "Talondo'"@en .

<http://lexvo.org/id/iso639-3/tlp> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "tlp"^^xsd:string ;
    skos:altLabel "Totonac, Filomena Mata-Coahuitlán"@en ;
    skos:inScheme lexvo: ;
    skos:notation "tlp"^^xsd:string ;
    skos:prefLabel "Filomena Mata-Coahuitlán Totonac"@en .

<http://lexvo.org/id/iso639-3/tlq> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "tlq"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "tlq"^^xsd:string ;
    skos:prefLabel "Tai Loi"@en .

<http://lexvo.org/id/iso639-3/tlr> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "tlr"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "tlr"^^xsd:string ;
    skos:prefLabel "Talise"@en .

<http://lexvo.org/id/iso639-3/tls> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "tls"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "tls"^^xsd:string ;
    skos:prefLabel "Tambotalo"@en .

<http://lexvo.org/id/iso639-3/tlt> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "tlt"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "tlt"^^xsd:string ;
    skos:prefLabel "Teluti"@en .

<http://lexvo.org/id/iso639-3/tlu> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "tlu"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "tlu"^^xsd:string ;
    skos:prefLabel "Tulehu"@en .

<http://lexvo.org/id/iso639-3/tlv> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "tlv"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "tlv"^^xsd:string ;
    skos:prefLabel "Taliabu"@en .

<http://lexvo.org/id/iso639-3/tmb> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "tmb"^^xsd:string ;
    skos:altLabel "Katbol"@en ;
    skos:inScheme lexvo: ;
    skos:notation "tmb"^^xsd:string ;
    skos:prefLabel "Avava"@en .

<http://lexvo.org/id/iso639-3/tmi> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "tmi"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "tmi"^^xsd:string ;
    skos:prefLabel "Tutuba"@en .

<http://lexvo.org/id/iso639-3/tmk> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "tmk"^^xsd:string ;
    skos:altLabel "Tamang, Northwestern"@en ;
    skos:inScheme lexvo: ;
    skos:notation "tmk"^^xsd:string ;
    skos:prefLabel "Northwestern Tamang"@en .

<http://lexvo.org/id/iso639-3/tmm> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "tmm"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "tmm"^^xsd:string ;
    skos:prefLabel "Tai Thanh"@en .

<http://lexvo.org/id/iso639-3/tmp> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "tmp"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "tmp"^^xsd:string ;
    skos:prefLabel "Tai Mène"@en .

<http://lexvo.org/id/iso639-3/tmt> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "tmt"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "tmt"^^xsd:string ;
    skos:prefLabel "Tasmate"@en .

<http://lexvo.org/id/iso639-3/tmy> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "tmy"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "tmy"^^xsd:string ;
    skos:prefLabel "Tami"@en .

<http://lexvo.org/id/iso639-3/tmz> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "tmz"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "tmz"^^xsd:string ;
    skos:prefLabel "Tamanaku"@en .

<http://lexvo.org/id/iso639-3/tnb> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "tnb"^^xsd:string ;
    skos:altLabel "Tunebo, Western"@en ;
    skos:inScheme lexvo: ;
    skos:notation "tnb"^^xsd:string ;
    skos:prefLabel "Western Tunebo"@en .

<http://lexvo.org/id/iso639-3/tne> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "tne"^^xsd:string ;
    skos:altLabel "Kallahan, Tinoc"@en ;
    skos:inScheme lexvo: ;
    skos:notation "tne"^^xsd:string ;
    skos:prefLabel "Tinoc Kallahan"@en .

<http://lexvo.org/id/iso639-3/tnh> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "tnh"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "tnh"^^xsd:string ;
    skos:prefLabel "Maiani"@en .

<http://lexvo.org/id/iso639-3/tnn> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "tnn"^^xsd:string ;
    skos:altLabel "Tanna, North"@en ;
    skos:inScheme lexvo: ;
    skos:notation "tnn"^^xsd:string ;
    skos:prefLabel "North Tanna"@en .

<http://lexvo.org/id/iso639-3/tno> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "tno"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "tno"^^xsd:string ;
    skos:prefLabel "Toromono"@en .

<http://lexvo.org/id/iso639-3/tns> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "tns"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "tns"^^xsd:string ;
    skos:prefLabel "Tenis"@en .

<http://lexvo.org/id/iso639-3/tnu> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "tnu"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "tnu"^^xsd:string ;
    skos:prefLabel "Tay Khang"@en .

<http://lexvo.org/id/iso639-3/tnw> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "tnw"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "tnw"^^xsd:string ;
    skos:prefLabel "Tonsawang"@en .

<http://lexvo.org/id/iso639-3/tnx> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "tnx"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "tnx"^^xsd:string ;
    skos:prefLabel "Tanema"@en .

<http://lexvo.org/id/iso639-3/tny> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "tny"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "tny"^^xsd:string ;
    skos:prefLabel "Tongwe"@en .

<http://lexvo.org/id/iso639-3/toc> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "toc"^^xsd:string ;
    skos:altLabel "Totonac, Coyutla"@en ;
    skos:inScheme lexvo: ;
    skos:notation "toc"^^xsd:string ;
    skos:prefLabel "Coyutla Totonac"@en .

<http://lexvo.org/id/iso639-3/tod> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "tod"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "tod"^^xsd:string ;
    skos:prefLabel "Toma"@en .

<http://lexvo.org/id/iso639-3/toe> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "toe"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "toe"^^xsd:string ;
    skos:prefLabel "Tomedes"@en .

<http://lexvo.org/id/iso639-3/toh> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "toh"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "toh"^^xsd:string ;
    skos:prefLabel "Gitonga"@en .

<http://lexvo.org/id/iso639-3/tor> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "tor"^^xsd:string ;
    skos:altLabel "Banda, Togbo-Vara"@en ;
    skos:inScheme lexvo: ;
    skos:notation "tor"^^xsd:string ;
    skos:prefLabel "Togbo-Vara Banda"@en .

<http://lexvo.org/id/iso639-3/tou> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "tou"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "tou"^^xsd:string ;
    skos:prefLabel "Tho"@en .

<http://lexvo.org/id/iso639-3/tov> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "tov"^^xsd:string ;
    skos:altLabel "Taromi, Upper"@en ;
    skos:inScheme lexvo: ;
    skos:notation "tov"^^xsd:string ;
    skos:prefLabel "Upper Taromi"@en .

<http://lexvo.org/id/iso639-3/toy> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "toy"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "toy"^^xsd:string ;
    skos:prefLabel "Topoiyo"@en .

<http://lexvo.org/id/iso639-3/toz> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "toz"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "toz"^^xsd:string ;
    skos:prefLabel "To"@en .

<http://lexvo.org/id/iso639-3/tpa> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "tpa"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "tpa"^^xsd:string ;
    skos:prefLabel "Taupota"@en .

<http://lexvo.org/id/iso639-3/tpc> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "tpc"^^xsd:string ;
    skos:altLabel "Azoyú Tlapanec"@en,
        "Me'phaa, Azoyú"@en,
        "Tlapanec, Azoyú"@en ;
    skos:inScheme lexvo: ;
    skos:notation "tpc"^^xsd:string ;
    skos:prefLabel "Azoyú Me'phaa"@en .

<http://lexvo.org/id/iso639-3/tpe> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "tpe"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "tpe"^^xsd:string ;
    skos:prefLabel "Tippera"@en .

<http://lexvo.org/id/iso639-3/tpf> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "tpf"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "tpf"^^xsd:string ;
    skos:prefLabel "Tarpia"@en .

<http://lexvo.org/id/iso639-3/tpk> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "tpk"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "tpk"^^xsd:string ;
    skos:prefLabel "Tupinikin"@en .

<http://lexvo.org/id/iso639-3/tpl> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "tpl"^^xsd:string ;
    skos:altLabel "Me'phaa, Tlacoapa"@en,
        "Tlacoapa Tlapanec"@en,
        "Tlapanec, Tlacoapa"@en ;
    skos:inScheme lexvo: ;
    skos:notation "tpl"^^xsd:string ;
    skos:prefLabel "Tlacoapa Me'phaa"@en .

<http://lexvo.org/id/iso639-3/tpn> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "tpn"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "tpn"^^xsd:string ;
    skos:prefLabel "Tupinambá"@en .

<http://lexvo.org/id/iso639-3/tpo> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "tpo"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "tpo"^^xsd:string ;
    skos:prefLabel "Tai Pao"@en .

<http://lexvo.org/id/iso639-3/tpp> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "tpp"^^xsd:string ;
    skos:altLabel "Tepehua, Pisaflores"@en ;
    skos:inScheme lexvo: ;
    skos:notation "tpp"^^xsd:string ;
    skos:prefLabel "Pisaflores Tepehua"@en .

<http://lexvo.org/id/iso639-3/tpr> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "tpr"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "tpr"^^xsd:string ;
    skos:prefLabel "Tuparí"@en .

<http://lexvo.org/id/iso639-3/tpt> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "tpt"^^xsd:string ;
    skos:altLabel "Tepehua, Tlachichilco"@en ;
    skos:inScheme lexvo: ;
    skos:notation "tpt"^^xsd:string ;
    skos:prefLabel "Tlachichilco Tepehua"@en .

<http://lexvo.org/id/iso639-3/tpu> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "tpu"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "tpu"^^xsd:string ;
    skos:prefLabel "Tampuan"@en .

<http://lexvo.org/id/iso639-3/tpz> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "tpz"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "tpz"^^xsd:string ;
    skos:prefLabel "Tinputz"@en .

<http://lexvo.org/id/iso639-3/tqb> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "tqb"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "tqb"^^xsd:string ;
    skos:prefLabel "Tembé"@en .

<http://lexvo.org/id/iso639-3/tql> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "tql"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "tql"^^xsd:string ;
    skos:prefLabel "Lehali"@en .

<http://lexvo.org/id/iso639-3/tqm> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "tqm"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "tqm"^^xsd:string ;
    skos:prefLabel "Turumsa"@en .

<http://lexvo.org/id/iso639-3/tqn> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "tqn"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "tqn"^^xsd:string ;
    skos:prefLabel "Tenino"@en .

<http://lexvo.org/id/iso639-3/tqp> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "tqp"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "tqp"^^xsd:string ;
    skos:prefLabel "Tomoip"@en .

<http://lexvo.org/id/iso639-3/tqt> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "tqt"^^xsd:string ;
    skos:altLabel "Totonac, Western"@en ;
    skos:inScheme lexvo: ;
    skos:notation "tqt"^^xsd:string ;
    skos:prefLabel "Western Totonac"@en .

<http://lexvo.org/id/iso639-3/tra> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "tra"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "tra"^^xsd:string ;
    skos:prefLabel "Tirahi"@en .

<http://lexvo.org/id/iso639-3/trb> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "trb"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "trb"^^xsd:string ;
    skos:prefLabel "Terebu"@en .

<http://lexvo.org/id/iso639-3/tre> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "tre"^^xsd:string ;
    skos:altLabel "Tarangan, East"@en ;
    skos:inScheme lexvo: ;
    skos:notation "tre"^^xsd:string ;
    skos:prefLabel "East Tarangan"@en .

<http://lexvo.org/id/iso639-3/trh> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "trh"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "trh"^^xsd:string ;
    skos:prefLabel "Turaka"@en .

<http://lexvo.org/id/iso639-3/trn> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "trn"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "trn"^^xsd:string ;
    skos:prefLabel "Trinitario"@en .

<http://lexvo.org/id/iso639-3/trq> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "trq"^^xsd:string ;
    skos:altLabel "Triqui, San Martín Itunyoso"@en ;
    skos:inScheme lexvo: ;
    skos:notation "trq"^^xsd:string ;
    skos:prefLabel "San Martín Itunyoso Triqui"@en .

<http://lexvo.org/id/iso639-3/tru> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "tru"^^xsd:string ;
    skos:altLabel "Turoyo"@en ;
    skos:inScheme lexvo: ;
    skos:notation "tru"^^xsd:string ;
    skos:prefLabel "Surayt"@en .

<http://lexvo.org/id/iso639-3/trx> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "trx"^^xsd:string ;
    skos:altLabel "Bidayuh, Tringgus-Sembaan"@en ;
    skos:inScheme lexvo: ;
    skos:notation "trx"^^xsd:string ;
    skos:prefLabel "Tringgus-Sembaan Bidayuh"@en .

<http://lexvo.org/id/iso639-3/trz> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "trz"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "trz"^^xsd:string ;
    skos:prefLabel "Torá"@en .

<http://lexvo.org/id/iso639-3/tse> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "tse"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "tse"^^xsd:string ;
    skos:prefLabel "Tunisian Sign Language"@en .

<http://lexvo.org/id/iso639-3/tsf> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "tsf"^^xsd:string ;
    skos:altLabel "Tamang, Southwestern"@en ;
    skos:inScheme lexvo: ;
    skos:notation "tsf"^^xsd:string ;
    skos:prefLabel "Southwestern Tamang"@en .

<http://lexvo.org/id/iso639-3/tsk> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "tsk"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "tsk"^^xsd:string ;
    skos:prefLabel "Tseku"@en .

<http://lexvo.org/id/iso639-3/tsp> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "tsp"^^xsd:string ;
    skos:altLabel "Toussian, Northern"@en ;
    skos:inScheme lexvo: ;
    skos:notation "tsp"^^xsd:string ;
    skos:prefLabel "Northern Toussian"@en .

<http://lexvo.org/id/iso639-3/tsr> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "tsr"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "tsr"^^xsd:string ;
    skos:prefLabel "Akei"@en .

<http://lexvo.org/id/iso639-3/tsw> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "tsw"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "tsw"^^xsd:string ;
    skos:prefLabel "Tsishingini"@en .

<http://lexvo.org/id/iso639-3/ttd> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ttd"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "ttd"^^xsd:string ;
    skos:prefLabel "Tauade"@en .

<http://lexvo.org/id/iso639-3/tte> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "tte"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "tte"^^xsd:string ;
    skos:prefLabel "Bwanabwana"@en .

<http://lexvo.org/id/iso639-3/ttf> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ttf"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "ttf"^^xsd:string ;
    skos:prefLabel "Tuotomb"@en .

<http://lexvo.org/id/iso639-3/ttg> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ttg"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "ttg"^^xsd:string ;
    skos:prefLabel "Tutong"@en .

<http://lexvo.org/id/iso639-3/tth> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "tth"^^xsd:string ;
    skos:altLabel "Ta'oih, Upper"@en ;
    skos:inScheme lexvo: ;
    skos:notation "tth"^^xsd:string ;
    skos:prefLabel "Upper Ta'oih"@en .

<http://lexvo.org/id/iso639-3/ttk> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ttk"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "ttk"^^xsd:string ;
    skos:prefLabel "Totoro"@en .

<http://lexvo.org/id/iso639-3/ttl> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ttl"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "ttl"^^xsd:string ;
    skos:prefLabel "Totela"@en .

<http://lexvo.org/id/iso639-3/ttn> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ttn"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "ttn"^^xsd:string ;
    skos:prefLabel "Towei"@en .

<http://lexvo.org/id/iso639-3/tto> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "tto"^^xsd:string ;
    skos:altLabel "Ta'oih, Lower"@en ;
    skos:inScheme lexvo: ;
    skos:notation "tto"^^xsd:string ;
    skos:prefLabel "Lower Ta'oih"@en .

<http://lexvo.org/id/iso639-3/ttp> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ttp"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "ttp"^^xsd:string ;
    skos:prefLabel "Tombelala"@en .

<http://lexvo.org/id/iso639-3/ttu> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ttu"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "ttu"^^xsd:string ;
    skos:prefLabel "Torau"@en .

<http://lexvo.org/id/iso639-3/ttw> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ttw"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "ttw"^^xsd:string ;
    skos:prefLabel "Long Wat"@en .

<http://lexvo.org/id/iso639-3/ttz> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ttz"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "ttz"^^xsd:string ;
    skos:prefLabel "Tsum"@en .

<http://lexvo.org/id/iso639-3/tua> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "tua"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "tua"^^xsd:string ;
    skos:prefLabel "Wiarumus"@en .

<http://lexvo.org/id/iso639-3/tuf> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "tuf"^^xsd:string ;
    skos:altLabel "Tunebo, Central"@en ;
    skos:inScheme lexvo: ;
    skos:notation "tuf"^^xsd:string ;
    skos:prefLabel "Central Tunebo"@en .

<http://lexvo.org/id/iso639-3/tug> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "tug"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "tug"^^xsd:string ;
    skos:prefLabel "Tunia"@en .

<http://lexvo.org/id/iso639-3/tuu> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "tuu"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "tuu"^^xsd:string ;
    skos:prefLabel "Tututni"@en .

<http://lexvo.org/id/iso639-3/tux> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "tux"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "tux"^^xsd:string ;
    skos:prefLabel "Tuxináwa"@en .

<http://lexvo.org/id/iso639-3/tva> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "tva"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "tva"^^xsd:string ;
    skos:prefLabel "Vaghua"@en .

<http://lexvo.org/id/iso639-3/tve> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "tve"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "tve"^^xsd:string ;
    skos:prefLabel "Te'un"@en .

<http://lexvo.org/id/iso639-3/tvm> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "tvm"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "tvm"^^xsd:string ;
    skos:prefLabel "Tela-Masbuar"@en .

<http://lexvo.org/id/iso639-3/tvn> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "tvn"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "tvn"^^xsd:string ;
    skos:prefLabel "Tavoyan"@en .

<http://lexvo.org/id/iso639-3/tvs> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "tvs"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "tvs"^^xsd:string ;
    skos:prefLabel "Taveta"@en .

<http://lexvo.org/id/iso639-3/tvt> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "tvt"^^xsd:string ;
    skos:altLabel "Naga, Tutsa"@en ;
    skos:inScheme lexvo: ;
    skos:notation "tvt"^^xsd:string ;
    skos:prefLabel "Tutsa Naga"@en .

<http://lexvo.org/id/iso639-3/tvu> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "tvu"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "tvu"^^xsd:string ;
    skos:prefLabel "Tunen"@en .

<http://lexvo.org/id/iso639-3/tvw> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "tvw"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "tvw"^^xsd:string ;
    skos:prefLabel "Sedoa"@en .

<http://lexvo.org/id/iso639-3/twb> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "twb"^^xsd:string ;
    skos:altLabel "Tawbuid, Western"@en ;
    skos:inScheme lexvo: ;
    skos:notation "twb"^^xsd:string ;
    skos:prefLabel "Western Tawbuid"@en .

<http://lexvo.org/id/iso639-3/twe> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "twe"^^xsd:string ;
    skos:altLabel "Tewa (Indonesia)"@en ;
    skos:inScheme lexvo: ;
    skos:notation "twe"^^xsd:string ;
    skos:prefLabel "Tewa"@en .

<http://lexvo.org/id/iso639-3/twg> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "twg"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "twg"^^xsd:string ;
    skos:prefLabel "Tereweng"@en .

<http://lexvo.org/id/iso639-3/twl> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "twl"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "twl"^^xsd:string ;
    skos:prefLabel "Tawara"@en .

<http://lexvo.org/id/iso639-3/twn> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "twn"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "twn"^^xsd:string ;
    skos:prefLabel "Twendi"@en .

<http://lexvo.org/id/iso639-3/two> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "two"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "two"^^xsd:string ;
    skos:prefLabel "Tswapong"@en .

<http://lexvo.org/id/iso639-3/twp> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "twp"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "twp"^^xsd:string ;
    skos:prefLabel "Ere"@en .

<http://lexvo.org/id/iso639-3/twr> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "twr"^^xsd:string ;
    skos:altLabel "Tarahumara, Southwestern"@en ;
    skos:inScheme lexvo: ;
    skos:notation "twr"^^xsd:string ;
    skos:prefLabel "Southwestern Tarahumara"@en .

<http://lexvo.org/id/iso639-3/twt> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "twt"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "twt"^^xsd:string ;
    skos:prefLabel "Turiwára"@en .

<http://lexvo.org/id/iso639-3/twx> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "twx"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "twx"^^xsd:string ;
    skos:prefLabel "Tewe"@en .

<http://lexvo.org/id/iso639-3/twy> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "twy"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "twy"^^xsd:string ;
    skos:prefLabel "Tawoyan"@en .

<http://lexvo.org/id/iso639-3/txa> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "txa"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "txa"^^xsd:string ;
    skos:prefLabel "Tombonuo"@en .

<http://lexvo.org/id/iso639-3/txi> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "txi"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "txi"^^xsd:string ;
    skos:prefLabel "Ikpeng"@en .

<http://lexvo.org/id/iso639-3/txm> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "txm"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "txm"^^xsd:string ;
    skos:prefLabel "Tomini"@en .

<http://lexvo.org/id/iso639-3/txq> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "txq"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "txq"^^xsd:string ;
    skos:prefLabel "Tii"@en .

<http://lexvo.org/id/iso639-3/txs> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "txs"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "txs"^^xsd:string ;
    skos:prefLabel "Tonsea"@en .

<http://lexvo.org/id/iso639-3/txy> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "txy"^^xsd:string ;
    skos:altLabel "Malagasy, Tanosy"@en ;
    skos:inScheme lexvo: ;
    skos:notation "txy"^^xsd:string ;
    skos:prefLabel "Tanosy Malagasy"@en .

<http://lexvo.org/id/iso639-3/tyh> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "tyh"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "tyh"^^xsd:string ;
    skos:prefLabel "O'du"@en .

<http://lexvo.org/id/iso639-3/tyi> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "tyi"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "tyi"^^xsd:string ;
    skos:prefLabel "Teke-Tsaayi"@en .

<http://lexvo.org/id/iso639-3/tyj> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "tyj"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "tyj"^^xsd:string ;
    skos:prefLabel "Tai Do"@en .

<http://lexvo.org/id/iso639-3/tyl> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "tyl"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "tyl"^^xsd:string ;
    skos:prefLabel "Thu Lao"@en .

<http://lexvo.org/id/iso639-3/tyn> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "tyn"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "tyn"^^xsd:string ;
    skos:prefLabel "Kombai"@en .

<http://lexvo.org/id/iso639-3/tyr> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "tyr"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "tyr"^^xsd:string ;
    skos:prefLabel "Tai Daeng"@en .

<http://lexvo.org/id/iso639-3/tyt> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "tyt"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "tyt"^^xsd:string ;
    skos:prefLabel "Tày Tac"@en .

<http://lexvo.org/id/iso639-3/tyu> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "tyu"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "tyu"^^xsd:string ;
    skos:prefLabel "Kua"@en .

<http://lexvo.org/id/iso639-3/tyx> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "tyx"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "tyx"^^xsd:string ;
    skos:prefLabel "Teke-Tyee"@en .

<http://lexvo.org/id/iso639-3/uan> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "uan"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "uan"^^xsd:string ;
    skos:prefLabel "Kuan"@en .

<http://lexvo.org/id/iso639-3/uar> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "uar"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "uar"^^xsd:string ;
    skos:prefLabel "Tairuma"@en .

<http://lexvo.org/id/iso639-3/uba> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "uba"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "uba"^^xsd:string ;
    skos:prefLabel "Ubang"@en .

<http://lexvo.org/id/iso639-3/ubl> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ubl"^^xsd:string ;
    skos:altLabel "Bikol, Buhi'non"@en ;
    skos:inScheme lexvo: ;
    skos:notation "ubl"^^xsd:string ;
    skos:prefLabel "Buhi'non Bikol"@en .

<http://lexvo.org/id/iso639-3/ubr> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ubr"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "ubr"^^xsd:string ;
    skos:prefLabel "Ubir"@en .

<http://lexvo.org/id/iso639-3/uda> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "uda"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "uda"^^xsd:string ;
    skos:prefLabel "Uda"@en .

<http://lexvo.org/id/iso639-3/udg> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "udg"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "udg"^^xsd:string ;
    skos:prefLabel "Muduga"@en .

<http://lexvo.org/id/iso639-3/udj> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "udj"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "udj"^^xsd:string ;
    skos:prefLabel "Ujir"@en .

<http://lexvo.org/id/iso639-3/ues> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ues"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "ues"^^xsd:string ;
    skos:prefLabel "Kioko"@en .

<http://lexvo.org/id/iso639-3/ufi> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ufi"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "ufi"^^xsd:string ;
    skos:prefLabel "Ufim"@en .

<http://lexvo.org/id/iso639-3/ugb> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ugb"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "ugb"^^xsd:string ;
    skos:prefLabel "Kuku-Ugbanh"@en .

<http://lexvo.org/id/iso639-3/ugy> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ugy"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "ugy"^^xsd:string ;
    skos:prefLabel "Uruguayan Sign Language"@en .

<http://lexvo.org/id/iso639-3/uha> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "uha"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "uha"^^xsd:string ;
    skos:prefLabel "Uhami"@en .

<http://lexvo.org/id/iso639-3/uiv> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "uiv"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "uiv"^^xsd:string ;
    skos:prefLabel "Iyive"@en .

<http://lexvo.org/id/iso639-3/uka> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "uka"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "uka"^^xsd:string ;
    skos:prefLabel "Kaburi"@en .

<http://lexvo.org/id/iso639-3/ukg> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ukg"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "ukg"^^xsd:string ;
    skos:prefLabel "Ukuriguma"@en .

<http://lexvo.org/id/iso639-3/ukh> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ukh"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "ukh"^^xsd:string ;
    skos:prefLabel "Ukhwejo"@en .

<http://lexvo.org/id/iso639-3/ukl> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ukl"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "ukl"^^xsd:string ;
    skos:prefLabel "Ukrainian Sign Language"@en .

<http://lexvo.org/id/iso639-3/ukp> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ukp"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "ukp"^^xsd:string ;
    skos:prefLabel "Ukpe-Bayobiri"@en .

<http://lexvo.org/id/iso639-3/ukq> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ukq"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "ukq"^^xsd:string ;
    skos:prefLabel "Ukwa"@en .

<http://lexvo.org/id/iso639-3/uku> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "uku"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "uku"^^xsd:string ;
    skos:prefLabel "Ukue"@en .

<http://lexvo.org/id/iso639-3/ula> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ula"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "ula"^^xsd:string ;
    skos:prefLabel "Fungwa"@en .

<http://lexvo.org/id/iso639-3/ulb> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ulb"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "ulb"^^xsd:string ;
    skos:prefLabel "Ulukwumi"@en .

<http://lexvo.org/id/iso639-3/ull> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ull"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "ull"^^xsd:string ;
    skos:prefLabel "Ullatan"@en .

<http://lexvo.org/id/iso639-3/ulm> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ulm"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "ulm"^^xsd:string ;
    skos:prefLabel "Ulumanda'"@en .

<http://lexvo.org/id/iso639-3/ulu> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ulu"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "ulu"^^xsd:string ;
    skos:prefLabel "Uma' Lung"@en .

<http://lexvo.org/id/iso639-3/ulw> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ulw"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "ulw"^^xsd:string ;
    skos:prefLabel "Ulwa"@en .

<http://lexvo.org/id/iso639-3/umc> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "umc"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "umc"^^xsd:string ;
    skos:prefLabel "Marrucinian"@en .

<http://lexvo.org/id/iso639-3/umd> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "umd"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "umd"^^xsd:string ;
    skos:prefLabel "Umbindhamu"@en .

<http://lexvo.org/id/iso639-3/umg> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "umg"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "umg"^^xsd:string ;
    skos:prefLabel "Umbuygamu"@en .

<http://lexvo.org/id/iso639-3/umi> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "umi"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "umi"^^xsd:string ;
    skos:prefLabel "Ukit"@en .

<http://lexvo.org/id/iso639-3/umn> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "umn"^^xsd:string ;
    skos:altLabel "Naga, Makyan"@en ;
    skos:inScheme lexvo: ;
    skos:notation "umn"^^xsd:string ;
    skos:prefLabel "Makyan Naga"@en .

<http://lexvo.org/id/iso639-3/ump> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ump"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "ump"^^xsd:string ;
    skos:prefLabel "Umpila"@en .

<http://lexvo.org/id/iso639-3/ums> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ums"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "ums"^^xsd:string ;
    skos:prefLabel "Pendau"@en .

<http://lexvo.org/id/iso639-3/una> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "una"^^xsd:string ;
    skos:altLabel "Watut, North"@en ;
    skos:inScheme lexvo: ;
    skos:notation "una"^^xsd:string ;
    skos:prefLabel "North Watut"@en .

<http://lexvo.org/id/iso639-3/une> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "une"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "une"^^xsd:string ;
    skos:prefLabel "Uneme"@en .

<http://lexvo.org/id/iso639-3/unr> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "unr"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "unr"^^xsd:string ;
    skos:prefLabel "Mundari"@en .

<http://lexvo.org/id/iso639-3/unx> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "unx"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "unx"^^xsd:string ;
    skos:prefLabel "Munda"@en .

<http://lexvo.org/id/iso639-3/unz> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "unz"^^xsd:string ;
    skos:altLabel "Kaili, Unde"@en ;
    skos:inScheme lexvo: ;
    skos:notation "unz"^^xsd:string ;
    skos:prefLabel "Unde Kaili"@en .

<http://lexvo.org/id/iso639-3/uok> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "uok"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "uok"^^xsd:string ;
    skos:prefLabel "Uokha"@en .

<http://lexvo.org/id/iso639-3/upi> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "upi"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "upi"^^xsd:string ;
    skos:prefLabel "Umeda"@en .

<http://lexvo.org/id/iso639-3/urg> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "urg"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "urg"^^xsd:string ;
    skos:prefLabel "Urigina"@en .

<http://lexvo.org/id/iso639-3/url> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "url"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "url"^^xsd:string ;
    skos:prefLabel "Urali"@en .

<http://lexvo.org/id/iso639-3/urn> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "urn"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "urn"^^xsd:string ;
    skos:prefLabel "Uruangnirin"@en .

<http://lexvo.org/id/iso639-3/urp> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "urp"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "urp"^^xsd:string ;
    skos:prefLabel "Uru-Pa-In"@en .

<http://lexvo.org/id/iso639-3/urr> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "urr"^^xsd:string ;
    skos:altLabel "Lehalurup"@en ;
    skos:inScheme lexvo: ;
    skos:notation "urr"^^xsd:string ;
    skos:prefLabel "Löyöp"@en .

<http://lexvo.org/id/iso639-3/uru> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "uru"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "uru"^^xsd:string ;
    skos:prefLabel "Urumi"@en .

<http://lexvo.org/id/iso639-3/urx> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "urx"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "urx"^^xsd:string ;
    skos:prefLabel "Urimo"@en .

<http://lexvo.org/id/iso639-3/urz> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "urz"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "urz"^^xsd:string ;
    skos:prefLabel "Uru-Eu-Wau-Wau"@en .

<http://lexvo.org/id/iso639-3/usi> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "usi"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "usi"^^xsd:string ;
    skos:prefLabel "Usui"@en .

<http://lexvo.org/id/iso639-3/usk> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "usk"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "usk"^^xsd:string ;
    skos:prefLabel "Usaghade"@en .

<http://lexvo.org/id/iso639-3/usu> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "usu"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "usu"^^xsd:string ;
    skos:prefLabel "Uya"@en .

<http://lexvo.org/id/iso639-3/uta> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "uta"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "uta"^^xsd:string ;
    skos:prefLabel "Otank"@en .

<http://lexvo.org/id/iso639-3/utp> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "utp"^^xsd:string ;
    skos:altLabel "Amba (Solomon Islands)"@en ;
    skos:inScheme lexvo: ;
    skos:notation "utp"^^xsd:string ;
    skos:prefLabel "Amba"@en .

<http://lexvo.org/id/iso639-3/utu> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "utu"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "utu"^^xsd:string ;
    skos:prefLabel "Utu"@en .

<http://lexvo.org/id/iso639-3/uvh> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "uvh"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "uvh"^^xsd:string ;
    skos:prefLabel "Uri"@en .

<http://lexvo.org/id/iso639-3/uya> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "uya"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "uya"^^xsd:string ;
    skos:prefLabel "Doko-Uyanga"@en .

<http://lexvo.org/id/iso639-3/vaa> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "vaa"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "vaa"^^xsd:string ;
    skos:prefLabel "Vaagri Booli"@en .

<http://lexvo.org/id/iso639-3/vaj> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "vaj"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "vaj"^^xsd:string ;
    skos:prefLabel "Vasekela Bushman"@en .

<http://lexvo.org/id/iso639-3/val> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "val"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "val"^^xsd:string ;
    skos:prefLabel "Vehes"@en .

<http://lexvo.org/id/iso639-3/vav> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "vav"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "vav"^^xsd:string ;
    skos:prefLabel "Varli"@en .

<http://lexvo.org/id/iso639-3/vbb> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "vbb"^^xsd:string ;
    skos:altLabel "Babar, Southeast"@en ;
    skos:inScheme lexvo: ;
    skos:notation "vbb"^^xsd:string ;
    skos:prefLabel "Southeast Babar"@en .

<http://lexvo.org/id/iso639-3/vbk> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "vbk"^^xsd:string ;
    skos:altLabel "Bontok, Southwestern"@en ;
    skos:inScheme lexvo: ;
    skos:notation "vbk"^^xsd:string ;
    skos:prefLabel "Southwestern Bontok"@en .

<http://lexvo.org/id/iso639-3/vgr> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "vgr"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "vgr"^^xsd:string ;
    skos:prefLabel "Vaghri"@en .

<http://lexvo.org/id/iso639-3/vid> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "vid"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "vid"^^xsd:string ;
    skos:prefLabel "Vidunda"@en .

<http://lexvo.org/id/iso639-3/vin> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "vin"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "vin"^^xsd:string ;
    skos:prefLabel "Vinza"@en .

<http://lexvo.org/id/iso639-3/vis> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "vis"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "vis"^^xsd:string ;
    skos:prefLabel "Vishavan"@en .

<http://lexvo.org/id/iso639-3/vit> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "vit"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "vit"^^xsd:string ;
    skos:prefLabel "Viti"@en .

<http://lexvo.org/id/iso639-3/vka> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "vka"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "vka"^^xsd:string ;
    skos:prefLabel "Kariyarra"@en .

<http://lexvo.org/id/iso639-3/vki> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "vki"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "vki"^^xsd:string ;
    skos:prefLabel "Ija-Zuba"@en .

<http://lexvo.org/id/iso639-3/vkk> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "vkk"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "vkk"^^xsd:string ;
    skos:prefLabel "Kaur"@en .

<http://lexvo.org/id/iso639-3/vkl> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "vkl"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "vkl"^^xsd:string ;
    skos:prefLabel "Kulisusu"@en .

<http://lexvo.org/id/iso639-3/vkm> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "vkm"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "vkm"^^xsd:string ;
    skos:prefLabel "Kamakan"@en .

<http://lexvo.org/id/iso639-3/vko> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "vko"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "vko"^^xsd:string ;
    skos:prefLabel "Kodeoha"@en .

<http://lexvo.org/id/iso639-3/vlp> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "vlp"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "vlp"^^xsd:string ;
    skos:prefLabel "Valpei"@en .

<http://lexvo.org/id/iso639-3/vmc> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "vmc"^^xsd:string ;
    skos:altLabel "Mixtec, Juxtlahuaca"@en ;
    skos:inScheme lexvo: ;
    skos:notation "vmc"^^xsd:string ;
    skos:prefLabel "Juxtlahuaca Mixtec"@en .

<http://lexvo.org/id/iso639-3/vmd> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "vmd"^^xsd:string ;
    skos:altLabel "Koraga, Mudu"@en ;
    skos:inScheme lexvo: ;
    skos:notation "vmd"^^xsd:string ;
    skos:prefLabel "Mudu Koraga"@en .

<http://lexvo.org/id/iso639-3/vme> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "vme"^^xsd:string ;
    skos:altLabel "Masela, East"@en ;
    skos:inScheme lexvo: ;
    skos:notation "vme"^^xsd:string ;
    skos:prefLabel "East Masela"@en .

<http://lexvo.org/id/iso639-3/vmh> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "vmh"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "vmh"^^xsd:string ;
    skos:prefLabel "Maraghei"@en .

<http://lexvo.org/id/iso639-3/vmi> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "vmi"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "vmi"^^xsd:string ;
    skos:prefLabel "Miwa"@en .

<http://lexvo.org/id/iso639-3/vmj> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "vmj"^^xsd:string ;
    skos:altLabel "Mixtec, Ixtayutla"@en ;
    skos:inScheme lexvo: ;
    skos:notation "vmj"^^xsd:string ;
    skos:prefLabel "Ixtayutla Mixtec"@en .

<http://lexvo.org/id/iso639-3/vmm> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "vmm"^^xsd:string ;
    skos:altLabel "Mixtec, Mitlatongo"@en ;
    skos:inScheme lexvo: ;
    skos:notation "vmm"^^xsd:string ;
    skos:prefLabel "Mitlatongo Mixtec"@en .

<http://lexvo.org/id/iso639-3/vmp> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "vmp"^^xsd:string ;
    skos:altLabel "Mazatec, Soyaltepec"@en ;
    skos:inScheme lexvo: ;
    skos:notation "vmp"^^xsd:string ;
    skos:prefLabel "Soyaltepec Mazatec"@en .

<http://lexvo.org/id/iso639-3/vmq> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "vmq"^^xsd:string ;
    skos:altLabel "Mixtec, Soyaltepec"@en ;
    skos:inScheme lexvo: ;
    skos:notation "vmq"^^xsd:string ;
    skos:prefLabel "Soyaltepec Mixtec"@en .

<http://lexvo.org/id/iso639-3/vmr> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "vmr"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "vmr"^^xsd:string ;
    skos:prefLabel "Marenje"@en .

<http://lexvo.org/id/iso639-3/vms> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "vms"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "vms"^^xsd:string ;
    skos:prefLabel "Moksela"@en .

<http://lexvo.org/id/iso639-3/vmu> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "vmu"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "vmu"^^xsd:string ;
    skos:prefLabel "Muluridyi"@en .

<http://lexvo.org/id/iso639-3/vmx> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "vmx"^^xsd:string ;
    skos:altLabel "Mixtec, Tamazola"@en ;
    skos:inScheme lexvo: ;
    skos:notation "vmx"^^xsd:string ;
    skos:prefLabel "Tamazola Mixtec"@en .

<http://lexvo.org/id/iso639-3/vmy> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "vmy"^^xsd:string ;
    skos:altLabel "Mazatec, Ayautla"@en ;
    skos:inScheme lexvo: ;
    skos:notation "vmy"^^xsd:string ;
    skos:prefLabel "Ayautla Mazatec"@en .

<http://lexvo.org/id/iso639-3/vmz> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "vmz"^^xsd:string ;
    skos:altLabel "Mazatec, Mazatlán"@en ;
    skos:inScheme lexvo: ;
    skos:notation "vmz"^^xsd:string ;
    skos:prefLabel "Mazatlán Mazatec"@en .

<http://lexvo.org/id/iso639-3/vnk> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "vnk"^^xsd:string ;
    skos:altLabel "Lovono"@en ;
    skos:inScheme lexvo: ;
    skos:notation "vnk"^^xsd:string ;
    skos:prefLabel "Vano"@en .

<http://lexvo.org/id/iso639-3/vnm> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "vnm"^^xsd:string ;
    skos:altLabel "Vinmavis"@en ;
    skos:inScheme lexvo: ;
    skos:notation "vnm"^^xsd:string ;
    skos:prefLabel "Neve'ei"@en .

<http://lexvo.org/id/iso639-3/vnp> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "vnp"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "vnp"^^xsd:string ;
    skos:prefLabel "Vunapu"@en .

<http://lexvo.org/id/iso639-3/vra> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "vra"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "vra"^^xsd:string ;
    skos:prefLabel "Vera'a"@en .

<http://lexvo.org/id/iso639-3/vrs> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "vrs"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "vrs"^^xsd:string ;
    skos:prefLabel "Varisi"@en .

<http://lexvo.org/id/iso639-3/vrt> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "vrt"^^xsd:string ;
    skos:altLabel "Banam Bay"@en ;
    skos:inScheme lexvo: ;
    skos:notation "vrt"^^xsd:string ;
    skos:prefLabel "Burmbar"@en .

<http://lexvo.org/id/iso639-3/vsi> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "vsi"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "vsi"^^xsd:string ;
    skos:prefLabel "Moldova Sign Language"@en .

<http://lexvo.org/id/iso639-3/vto> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "vto"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "vto"^^xsd:string ;
    skos:prefLabel "Vitou"@en .

<http://lexvo.org/id/iso639-3/vum> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "vum"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "vum"^^xsd:string ;
    skos:prefLabel "Vumbu"@en .

<http://lexvo.org/id/iso639-3/vwa> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "vwa"^^xsd:string ;
    skos:altLabel "Awa (China)"@en ;
    skos:inScheme lexvo: ;
    skos:notation "vwa"^^xsd:string ;
    skos:prefLabel "Awa"@en .

<http://lexvo.org/id/iso639-3/waa> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "waa"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "waa"^^xsd:string ;
    skos:prefLabel "Walla Walla"@en .

<http://lexvo.org/id/iso639-3/wad> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "wad"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "wad"^^xsd:string ;
    skos:prefLabel "Wandamen"@en .

<http://lexvo.org/id/iso639-3/wag> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "wag"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "wag"^^xsd:string ;
    skos:prefLabel "Wa'ema"@en .

<http://lexvo.org/id/iso639-3/wah> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "wah"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "wah"^^xsd:string ;
    skos:prefLabel "Watubela"@en .

<http://lexvo.org/id/iso639-3/wai> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "wai"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "wai"^^xsd:string ;
    skos:prefLabel "Wares"@en .

<http://lexvo.org/id/iso639-3/waj> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "waj"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "waj"^^xsd:string ;
    skos:prefLabel "Waffa"@en .

<http://lexvo.org/id/iso639-3/wat> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "wat"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "wat"^^xsd:string ;
    skos:prefLabel "Kaninuwa"@en .

<http://lexvo.org/id/iso639-3/wav> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "wav"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "wav"^^xsd:string ;
    skos:prefLabel "Waka"@en .

<http://lexvo.org/id/iso639-3/waz> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "waz"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "waz"^^xsd:string ;
    skos:prefLabel "Wampur"@en .

<http://lexvo.org/id/iso639-3/wbb> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "wbb"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "wbb"^^xsd:string ;
    skos:prefLabel "Wabo"@en .

<http://lexvo.org/id/iso639-3/wbe> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "wbe"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "wbe"^^xsd:string ;
    skos:prefLabel "Waritai"@en .

<http://lexvo.org/id/iso639-3/wbh> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "wbh"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "wbh"^^xsd:string ;
    skos:prefLabel "Wanda"@en .

<http://lexvo.org/id/iso639-3/wbm> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "wbm"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "wbm"^^xsd:string ;
    skos:prefLabel "Wa"@en .

<http://lexvo.org/id/iso639-3/wbq> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "wbq"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "wbq"^^xsd:string ;
    skos:prefLabel "Waddar"@en .

<http://lexvo.org/id/iso639-3/wbt> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "wbt"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "wbt"^^xsd:string ;
    skos:prefLabel "Wanman"@en .

<http://lexvo.org/id/iso639-3/wdd> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "wdd"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "wdd"^^xsd:string ;
    skos:prefLabel "Wandji"@en .

<http://lexvo.org/id/iso639-3/wdu> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "wdu"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "wdu"^^xsd:string ;
    skos:prefLabel "Wadjigu"@en .

<http://lexvo.org/id/iso639-3/wea> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "wea"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "wea"^^xsd:string ;
    skos:prefLabel "Wewaw"@en .

<http://lexvo.org/id/iso639-3/wec> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "wec"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "wec"^^xsd:string ;
    skos:prefLabel "Wè Western"@en .

<http://lexvo.org/id/iso639-3/weh> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "weh"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "weh"^^xsd:string ;
    skos:prefLabel "Weh"@en .

<http://lexvo.org/id/iso639-3/wei> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "wei"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "wei"^^xsd:string ;
    skos:prefLabel "Kiunum"@en .

<http://lexvo.org/id/iso639-3/weo> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "weo"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "weo"^^xsd:string ;
    skos:prefLabel "Wemale"@en .

<http://lexvo.org/id/iso639-3/weu> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "weu"^^xsd:string ;
    skos:altLabel "Chin, Rawngtu"@en ;
    skos:inScheme lexvo: ;
    skos:notation "weu"^^xsd:string ;
    skos:prefLabel "Rawngtu Chin"@en .

<http://lexvo.org/id/iso639-3/wew> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "wew"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "wew"^^xsd:string ;
    skos:prefLabel "Wejewa"@en .

<http://lexvo.org/id/iso639-3/wfg> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "wfg"^^xsd:string ;
    skos:altLabel "Zorop"@en ;
    skos:inScheme lexvo: ;
    skos:notation "wfg"^^xsd:string ;
    skos:prefLabel "Yafi"@en .

<http://lexvo.org/id/iso639-3/wga> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "wga"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "wga"^^xsd:string ;
    skos:prefLabel "Wagaya"@en .

<http://lexvo.org/id/iso639-3/wgb> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "wgb"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "wgb"^^xsd:string ;
    skos:prefLabel "Wagawaga"@en .

<http://lexvo.org/id/iso639-3/wgg> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "wgg"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "wgg"^^xsd:string ;
    skos:prefLabel "Wangganguru"@en .

<http://lexvo.org/id/iso639-3/wgi> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "wgi"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "wgi"^^xsd:string ;
    skos:prefLabel "Wahgi"@en .

<http://lexvo.org/id/iso639-3/wgo> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "wgo"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "wgo"^^xsd:string ;
    skos:prefLabel "Waigeo"@en .

<http://lexvo.org/id/iso639-3/wgu> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "wgu"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "wgu"^^xsd:string ;
    skos:prefLabel "Wirangu"@en .

<http://lexvo.org/id/iso639-3/wha> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "wha"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "wha"^^xsd:string ;
    skos:prefLabel "Manusela"@en .

<http://lexvo.org/id/iso639-3/whg> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "whg"^^xsd:string ;
    skos:altLabel "Wahgi, North"@en ;
    skos:inScheme lexvo: ;
    skos:notation "whg"^^xsd:string ;
    skos:prefLabel "North Wahgi"@en .

<http://lexvo.org/id/iso639-3/whk> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "whk"^^xsd:string ;
    skos:altLabel "Kenyah, Wahau"@en ;
    skos:inScheme lexvo: ;
    skos:notation "whk"^^xsd:string ;
    skos:prefLabel "Wahau Kenyah"@en .

<http://lexvo.org/id/iso639-3/whu> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "whu"^^xsd:string ;
    skos:altLabel "Kayan, Wahau"@en ;
    skos:inScheme lexvo: ;
    skos:notation "whu"^^xsd:string ;
    skos:prefLabel "Wahau Kayan"@en .

<http://lexvo.org/id/iso639-3/wie> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "wie"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "wie"^^xsd:string ;
    skos:prefLabel "Wik-Epa"@en .

<http://lexvo.org/id/iso639-3/wif> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "wif"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "wif"^^xsd:string ;
    skos:prefLabel "Wik-Keyangan"@en .

<http://lexvo.org/id/iso639-3/wih> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "wih"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "wih"^^xsd:string ;
    skos:prefLabel "Wik-Me'anha"@en .

<http://lexvo.org/id/iso639-3/wii> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "wii"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "wii"^^xsd:string ;
    skos:prefLabel "Minidien"@en .

<http://lexvo.org/id/iso639-3/wij> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "wij"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "wij"^^xsd:string ;
    skos:prefLabel "Wik-Iiyanh"@en .

<http://lexvo.org/id/iso639-3/wil> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "wil"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "wil"^^xsd:string ;
    skos:prefLabel "Wilawila"@en .

<http://lexvo.org/id/iso639-3/wir> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "wir"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "wir"^^xsd:string ;
    skos:prefLabel "Wiraféd"@en .

<http://lexvo.org/id/iso639-3/wkb> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "wkb"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "wkb"^^xsd:string ;
    skos:prefLabel "Kumbaran"@en .

<http://lexvo.org/id/iso639-3/wkd> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "wkd"^^xsd:string ;
    skos:altLabel "Wakde"@en ;
    skos:inScheme lexvo: ;
    skos:notation "wkd"^^xsd:string ;
    skos:prefLabel "Mo"@en .

<http://lexvo.org/id/iso639-3/wkl> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "wkl"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "wkl"^^xsd:string ;
    skos:prefLabel "Kalanadi"@en .

<http://lexvo.org/id/iso639-3/wku> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "wku"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "wku"^^xsd:string ;
    skos:prefLabel "Kunduvadi"@en .

<http://lexvo.org/id/iso639-3/wkw> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "wkw"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "wkw"^^xsd:string ;
    skos:prefLabel "Wakawaka"@en .

<http://lexvo.org/id/iso639-3/wla> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "wla"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "wla"^^xsd:string ;
    skos:prefLabel "Walio"@en .

<http://lexvo.org/id/iso639-3/wlc> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "wlc"^^xsd:string ;
    skos:altLabel "Comorian, Mwali"@en ;
    skos:inScheme lexvo: ;
    skos:notation "wlc"^^xsd:string ;
    skos:prefLabel "Mwali Comorian"@en .

<http://lexvo.org/id/iso639-3/wle> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "wle"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "wle"^^xsd:string ;
    skos:prefLabel "Wolane"@en .

<http://lexvo.org/id/iso639-3/wll> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "wll"^^xsd:string ;
    skos:altLabel "Wali (Sudan)"@en ;
    skos:inScheme lexvo: ;
    skos:notation "wll"^^xsd:string ;
    skos:prefLabel "Wali"@en .

<http://lexvo.org/id/iso639-3/wlr> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "wlr"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "wlr"^^xsd:string ;
    skos:prefLabel "Wailapa"@en .

<http://lexvo.org/id/iso639-3/wlu> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "wlu"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "wlu"^^xsd:string ;
    skos:prefLabel "Wuliwuli"@en .

<http://lexvo.org/id/iso639-3/wlw> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "wlw"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "wlw"^^xsd:string ;
    skos:prefLabel "Walak"@en .

<http://lexvo.org/id/iso639-3/wly> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "wly"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "wly"^^xsd:string ;
    skos:prefLabel "Waling"@en .

<http://lexvo.org/id/iso639-3/wmc> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "wmc"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "wmc"^^xsd:string ;
    skos:prefLabel "Wamas"@en .

<http://lexvo.org/id/iso639-3/wmi> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "wmi"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "wmi"^^xsd:string ;
    skos:prefLabel "Wamin"@en .

<http://lexvo.org/id/iso639-3/wmm> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "wmm"^^xsd:string ;
    skos:altLabel "Maiwa (Indonesia)"@en ;
    skos:inScheme lexvo: ;
    skos:notation "wmm"^^xsd:string ;
    skos:prefLabel "Maiwa"@en .

<http://lexvo.org/id/iso639-3/wmn> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "wmn"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "wmn"^^xsd:string ;
    skos:prefLabel "Waamwang"@en .

<http://lexvo.org/id/iso639-3/wmx> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "wmx"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "wmx"^^xsd:string ;
    skos:prefLabel "Womo"@en .

<http://lexvo.org/id/iso639-3/wnb> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "wnb"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "wnb"^^xsd:string ;
    skos:prefLabel "Wanambre"@en .

<http://lexvo.org/id/iso639-3/wne> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "wne"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "wne"^^xsd:string ;
    skos:prefLabel "Waneci"@en .

<http://lexvo.org/id/iso639-3/wng> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "wng"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "wng"^^xsd:string ;
    skos:prefLabel "Wanggom"@en .

<http://lexvo.org/id/iso639-3/wni> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "wni"^^xsd:string ;
    skos:altLabel "Comorian, Ndzwani"@en ;
    skos:inScheme lexvo: ;
    skos:notation "wni"^^xsd:string ;
    skos:prefLabel "Ndzwani Comorian"@en .

<http://lexvo.org/id/iso639-3/wnm> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "wnm"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "wnm"^^xsd:string ;
    skos:prefLabel "Wanggamala"@en .

<http://lexvo.org/id/iso639-3/wno> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "wno"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "wno"^^xsd:string ;
    skos:prefLabel "Wano"@en .

<http://lexvo.org/id/iso639-3/wny> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "wny"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "wny"^^xsd:string ;
    skos:prefLabel "Wanyi"@en .

<http://lexvo.org/id/iso639-3/woc> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "woc"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "woc"^^xsd:string ;
    skos:prefLabel "Wogeo"@en .

<http://lexvo.org/id/iso639-3/wod> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "wod"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "wod"^^xsd:string ;
    skos:prefLabel "Wolani"@en .

<http://lexvo.org/id/iso639-3/wof> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "wof"^^xsd:string ;
    skos:altLabel "Wolof, Gambian"@en ;
    skos:inScheme lexvo: ;
    skos:notation "wof"^^xsd:string ;
    skos:prefLabel "Gambian Wolof"@en .

<http://lexvo.org/id/iso639-3/wok> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "wok"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "wok"^^xsd:string ;
    skos:prefLabel "Longto"@en .

<http://lexvo.org/id/iso639-3/won> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "won"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "won"^^xsd:string ;
    skos:prefLabel "Wongo"@en .

<http://lexvo.org/id/iso639-3/woo> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "woo"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "woo"^^xsd:string ;
    skos:prefLabel "Manombai"@en .

<http://lexvo.org/id/iso639-3/wor> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "wor"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "wor"^^xsd:string ;
    skos:prefLabel "Woria"@en .

<http://lexvo.org/id/iso639-3/wow> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "wow"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "wow"^^xsd:string ;
    skos:prefLabel "Wawonii"@en .

<http://lexvo.org/id/iso639-3/wrd> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "wrd"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "wrd"^^xsd:string ;
    skos:prefLabel "Warduji"@en .

<http://lexvo.org/id/iso639-3/wri> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "wri"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "wri"^^xsd:string ;
    skos:prefLabel "Wariyangga"@en .

<http://lexvo.org/id/iso639-3/wrk> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "wrk"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "wrk"^^xsd:string ;
    skos:prefLabel "Garrwa"@en .

<http://lexvo.org/id/iso639-3/wro> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "wro"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "wro"^^xsd:string ;
    skos:prefLabel "Worrorra"@en .

<http://lexvo.org/id/iso639-3/wru> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "wru"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "wru"^^xsd:string ;
    skos:prefLabel "Waru"@en .

<http://lexvo.org/id/iso639-3/wrv> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "wrv"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "wrv"^^xsd:string ;
    skos:prefLabel "Waruna"@en .

<http://lexvo.org/id/iso639-3/wrw> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "wrw"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "wrw"^^xsd:string ;
    skos:prefLabel "Gugu Warra"@en .

<http://lexvo.org/id/iso639-3/wrx> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "wrx"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "wrx"^^xsd:string ;
    skos:prefLabel "Wae Rana"@en .

<http://lexvo.org/id/iso639-3/wry> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "wry"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "wry"^^xsd:string ;
    skos:prefLabel "Merwari"@en .

<http://lexvo.org/id/iso639-3/wsi> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "wsi"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "wsi"^^xsd:string ;
    skos:prefLabel "Wusi"@en .

<http://lexvo.org/id/iso639-3/wsr> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "wsr"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "wsr"^^xsd:string ;
    skos:prefLabel "Owenia"@en .

<http://lexvo.org/id/iso639-3/wss> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "wss"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "wss"^^xsd:string ;
    skos:prefLabel "Wasa"@en .

<http://lexvo.org/id/iso639-3/wsv> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "wsv"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "wsv"^^xsd:string ;
    skos:prefLabel "Wotapuri-Katarqalai"@en .

<http://lexvo.org/id/iso639-3/wtk> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "wtk"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "wtk"^^xsd:string ;
    skos:prefLabel "Watakataui"@en .

<http://lexvo.org/id/iso639-3/wtw> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "wtw"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "wtw"^^xsd:string ;
    skos:prefLabel "Wotu"@en .

<http://lexvo.org/id/iso639-3/wua> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "wua"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "wua"^^xsd:string ;
    skos:prefLabel "Wikngenchera"@en .

<http://lexvo.org/id/iso639-3/wub> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "wub"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "wub"^^xsd:string ;
    skos:prefLabel "Wunambal"@en .

<http://lexvo.org/id/iso639-3/wud> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "wud"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "wud"^^xsd:string ;
    skos:prefLabel "Wudu"@en .

<http://lexvo.org/id/iso639-3/wul> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "wul"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "wul"^^xsd:string ;
    skos:prefLabel "Silimo"@en .

<http://lexvo.org/id/iso639-3/wum> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "wum"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "wum"^^xsd:string ;
    skos:prefLabel "Wumbvu"@en .

<http://lexvo.org/id/iso639-3/wuy> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "wuy"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "wuy"^^xsd:string ;
    skos:prefLabel "Wauyai"@en .

<http://lexvo.org/id/iso639-3/wwb> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "wwb"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "wwb"^^xsd:string ;
    skos:prefLabel "Wakabunga"@en .

<http://lexvo.org/id/iso639-3/wyr> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "wyr"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "wyr"^^xsd:string ;
    skos:prefLabel "Wayoró"@en .

<http://lexvo.org/id/iso639-3/xao> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "xao"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "xao"^^xsd:string ;
    skos:prefLabel "Khao"@en .

<http://lexvo.org/id/iso639-3/xap> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "xap"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "xap"^^xsd:string ;
    skos:prefLabel "Apalachee"@en .

<http://lexvo.org/id/iso639-3/xar> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "xar"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "xar"^^xsd:string ;
    skos:prefLabel "Karami"@en .

<http://lexvo.org/id/iso639-3/xau> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "xau"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "xau"^^xsd:string ;
    skos:prefLabel "Kauwera"@en .

<http://lexvo.org/id/iso639-3/xay> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "xay"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "xay"^^xsd:string ;
    skos:prefLabel "Kayan Mahakam"@en .

<http://lexvo.org/id/iso639-3/xbm> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "xbm"^^xsd:string ;
    skos:altLabel "Breton, Middle"@en ;
    skos:inScheme lexvo: ;
    skos:notation "xbm"^^xsd:string ;
    skos:prefLabel "Middle Breton"@en .

<http://lexvo.org/id/iso639-3/xbn> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "xbn"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "xbn"^^xsd:string ;
    skos:prefLabel "Kenaboi"@en .

<http://lexvo.org/id/iso639-3/xct> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "xct"^^xsd:string ;
    skos:altLabel "Tibetan, Classical"@en ;
    skos:inScheme lexvo: ;
    skos:notation "xct"^^xsd:string ;
    skos:prefLabel "Classical Tibetan"@en .

<http://lexvo.org/id/iso639-3/xcv> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "xcv"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "xcv"^^xsd:string ;
    skos:prefLabel "Chuvantsy"@en .

<http://lexvo.org/id/iso639-3/xdy> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "xdy"^^xsd:string ;
    skos:altLabel "Dayak, Malayic"@en ;
    skos:inScheme lexvo: ;
    skos:notation "xdy"^^xsd:string ;
    skos:prefLabel "Malayic Dayak"@en .

<http://lexvo.org/id/iso639-3/xem> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "xem"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "xem"^^xsd:string ;
    skos:prefLabel "Kembayan"@en .

<http://lexvo.org/id/iso639-3/xep> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "xep"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "xep"^^xsd:string ;
    skos:prefLabel "Epi-Olmec"@en .

<http://lexvo.org/id/iso639-3/xes> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "xes"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "xes"^^xsd:string ;
    skos:prefLabel "Kesawai"@en .

<http://lexvo.org/id/iso639-3/xeu> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "xeu"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "xeu"^^xsd:string ;
    skos:prefLabel "Keoru-Ahia"@en .

<http://lexvo.org/id/iso639-3/xgb> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "xgb"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "xgb"^^xsd:string ;
    skos:prefLabel "Gbin"@en .

<http://lexvo.org/id/iso639-3/xgu> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "xgu"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "xgu"^^xsd:string ;
    skos:prefLabel "Unggumi"@en .

<http://lexvo.org/id/iso639-3/xha> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "xha"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "xha"^^xsd:string ;
    skos:prefLabel "Harami"@en .

<http://lexvo.org/id/iso639-3/xhr> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "xhr"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "xhr"^^xsd:string ;
    skos:prefLabel "Hernican"@en .

<http://lexvo.org/id/iso639-3/xhv> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "xhv"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "xhv"^^xsd:string ;
    skos:prefLabel "Khua"@en .

<http://lexvo.org/id/iso639-3/xia> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "xia"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "xia"^^xsd:string ;
    skos:prefLabel "Xiandao"@en .

<http://lexvo.org/id/iso639-3/xip> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "xip"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "xip"^^xsd:string ;
    skos:prefLabel "Xipináwa"@en .

<http://lexvo.org/id/iso639-3/xka> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "xka"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "xka"^^xsd:string ;
    skos:prefLabel "Kalkoti"@en .

<http://lexvo.org/id/iso639-3/xkb> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "xkb"^^xsd:string ;
    skos:altLabel "Nago, Northern"@en ;
    skos:inScheme lexvo: ;
    skos:notation "xkb"^^xsd:string ;
    skos:prefLabel "Northern Nago"@en .

<http://lexvo.org/id/iso639-3/xkd> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "xkd"^^xsd:string ;
    skos:altLabel "Kayan, Mendalam"@en ;
    skos:inScheme lexvo: ;
    skos:notation "xkd"^^xsd:string ;
    skos:prefLabel "Mendalam Kayan"@en .

<http://lexvo.org/id/iso639-3/xkg> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "xkg"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "xkg"^^xsd:string ;
    skos:prefLabel "Kagoro"@en .

<http://lexvo.org/id/iso639-3/xkj> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "xkj"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "xkj"^^xsd:string ;
    skos:prefLabel "Kajali"@en .

<http://lexvo.org/id/iso639-3/xkk> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "xkk"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "xkk"^^xsd:string ;
    skos:prefLabel "Kaco'"@en .

<http://lexvo.org/id/iso639-3/xkl> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "xkl"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "xkl"^^xsd:string ;
    skos:prefLabel "Mainstream Kenyah"@en .

<http://lexvo.org/id/iso639-3/xkn> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "xkn"^^xsd:string ;
    skos:altLabel "Kayan, Kayan River"@en ;
    skos:inScheme lexvo: ;
    skos:notation "xkn"^^xsd:string ;
    skos:prefLabel "Kayan River Kayan"@en .

<http://lexvo.org/id/iso639-3/xko> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "xko"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "xko"^^xsd:string ;
    skos:prefLabel "Kiorr"@en .

<http://lexvo.org/id/iso639-3/xkq> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "xkq"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "xkq"^^xsd:string ;
    skos:prefLabel "Koroni"@en .

<http://lexvo.org/id/iso639-3/xks> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "xks"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "xks"^^xsd:string ;
    skos:prefLabel "Kumbewaha"@en .

<http://lexvo.org/id/iso639-3/xkt> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "xkt"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "xkt"^^xsd:string ;
    skos:prefLabel "Kantosi"@en .

<http://lexvo.org/id/iso639-3/xku> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "xku"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "xku"^^xsd:string ;
    skos:prefLabel "Kaamba"@en .

<http://lexvo.org/id/iso639-3/xky> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "xky"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "xky"^^xsd:string ;
    skos:prefLabel "Uma' Lasan"@en .

<http://lexvo.org/id/iso639-3/xlb> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "xlb"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "xlb"^^xsd:string ;
    skos:prefLabel "Loup B"@en .

<http://lexvo.org/id/iso639-3/xln> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "xln"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "xln"^^xsd:string ;
    skos:prefLabel "Alanic"@en .

<http://lexvo.org/id/iso639-3/xlo> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "xlo"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "xlo"^^xsd:string ;
    skos:prefLabel "Loup A"@en .

<http://lexvo.org/id/iso639-3/xlu> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "xlu"^^xsd:string ;
    skos:altLabel "Luwian, Cuneiform"@en ;
    skos:inScheme lexvo: ;
    skos:notation "xlu"^^xsd:string ;
    skos:prefLabel "Cuneiform Luwian"@en .

<http://lexvo.org/id/iso639-3/xma> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "xma"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "xma"^^xsd:string ;
    skos:prefLabel "Mushungulu"@en .

<http://lexvo.org/id/iso639-3/xmc> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "xmc"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "xmc"^^xsd:string ;
    skos:prefLabel "Makhuwa-Marrevone"@en .

<http://lexvo.org/id/iso639-3/xmg> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "xmg"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "xmg"^^xsd:string ;
    skos:prefLabel "Mengaka"@en .

<http://lexvo.org/id/iso639-3/xmh> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "xmh"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "xmh"^^xsd:string ;
    skos:prefLabel "Kuku-Muminh"@en .

<http://lexvo.org/id/iso639-3/xmn> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "xmn"^^xsd:string ;
    skos:altLabel "Persian, Manichaean Middle"@en ;
    skos:inScheme lexvo: ;
    skos:notation "xmn"^^xsd:string ;
    skos:prefLabel "Manichaean Middle Persian"@en .

<http://lexvo.org/id/iso639-3/xmo> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "xmo"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "xmo"^^xsd:string ;
    skos:prefLabel "Morerebi"@en .

<http://lexvo.org/id/iso639-3/xmp> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "xmp"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "xmp"^^xsd:string ;
    skos:prefLabel "Kuku-Mu'inh"@en .

<http://lexvo.org/id/iso639-3/xmq> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "xmq"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "xmq"^^xsd:string ;
    skos:prefLabel "Kuku-Mangk"@en .

<http://lexvo.org/id/iso639-3/xms> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "xms"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "xms"^^xsd:string ;
    skos:prefLabel "Moroccan Sign Language"@en .

<http://lexvo.org/id/iso639-3/xmt> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "xmt"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "xmt"^^xsd:string ;
    skos:prefLabel "Matbat"@en .

<http://lexvo.org/id/iso639-3/xmv> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "xmv"^^xsd:string ;
    skos:altLabel "Antankarana Malagasy"@en,
        "Malagasy, Antankarana"@en,
        "Malagasy, Tankarana"@en ;
    skos:inScheme lexvo: ;
    skos:notation "xmv"^^xsd:string ;
    skos:prefLabel "Tankarana Malagasy"@en .

<http://lexvo.org/id/iso639-3/xmw> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "xmw"^^xsd:string ;
    skos:altLabel "Malagasy, Tsimihety"@en ;
    skos:inScheme lexvo: ;
    skos:notation "xmw"^^xsd:string ;
    skos:prefLabel "Tsimihety Malagasy"@en .

<http://lexvo.org/id/iso639-3/xmx> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "xmx"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "xmx"^^xsd:string ;
    skos:prefLabel "Maden"@en .

<http://lexvo.org/id/iso639-3/xmy> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "xmy"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "xmy"^^xsd:string ;
    skos:prefLabel "Mayaguduna"@en .

<http://lexvo.org/id/iso639-3/xmz> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "xmz"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "xmz"^^xsd:string ;
    skos:prefLabel "Mori Bawah"@en .

<http://lexvo.org/id/iso639-3/xnh> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "xnh"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "xnh"^^xsd:string ;
    skos:prefLabel "Kuanhua"@en .

<http://lexvo.org/id/iso639-3/xnn> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "xnn"^^xsd:string ;
    skos:altLabel "Kankanay, Northern"@en ;
    skos:inScheme lexvo: ;
    skos:notation "xnn"^^xsd:string ;
    skos:prefLabel "Northern Kankanay"@en .

<http://lexvo.org/id/iso639-3/xns> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "xns"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "xns"^^xsd:string ;
    skos:prefLabel "Kanashi"@en .

<http://lexvo.org/id/iso639-3/xnz> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "xnz"^^xsd:string ;
    skos:altLabel "Mattoki"@en ;
    skos:inScheme lexvo: ;
    skos:notation "xnz"^^xsd:string ;
    skos:prefLabel "Kenzi"@en .

<http://lexvo.org/id/iso639-3/xoc> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "xoc"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "xoc"^^xsd:string ;
    skos:prefLabel "O'chi'chi'"@en .

<http://lexvo.org/id/iso639-3/xog> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "xog"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "xog"^^xsd:string ;
    skos:prefLabel "soga"@ca,
        "索加文"@cmn,
        "索加文"@cmn-Hant,
        "sogština"@cs,
        "soga"@da,
        "Σόγκα"@el,
        "Soga"@en,
        "soga"@es,
        "soga"@et,
        "soga"@fi,
        "soga"@fr,
        "סוגה"@he,
        "soga"@hr,
        "szoga"@hu,
        "Soga"@id,
        "soga"@it,
        "ソガ語"@ja,
        "소가어"@ko,
        "ໂຊກາ"@lo,
        "sogų"@lt,
        "sogu"@lv,
        "сога"@mk,
        "soga"@nb,
        "Soga"@nl,
        "soga"@pl,
        "soga"@pt,
        "soga"@ro,
        "сога"@ru,
        "soga"@sk,
        "lusoga"@sv,
        "โซกา"@th,
        "Soga"@tr,
        "сога"@uk,
        "Tiếng Soga"@vi,
        "Olusoga"@xog .

<http://lexvo.org/id/iso639-3/xoi> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "xoi"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "xoi"^^xsd:string ;
    skos:prefLabel "Kominimung"@en .

<http://lexvo.org/id/iso639-3/xoo> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "xoo"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "xoo"^^xsd:string ;
    skos:prefLabel "Xukurú"@en .

<http://lexvo.org/id/iso639-3/xor> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "xor"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "xor"^^xsd:string ;
    skos:prefLabel "Korubo"@en .

<http://lexvo.org/id/iso639-3/xow> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "xow"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "xow"^^xsd:string ;
    skos:prefLabel "Kowaki"@en .

<http://lexvo.org/id/iso639-3/xpj> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "xpj"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "xpj"^^xsd:string ;
    skos:prefLabel "Mpalitjanh"@en .

<http://lexvo.org/id/iso639-3/xpp> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "xpp"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "xpp"^^xsd:string ;
    skos:prefLabel "Puyo-Paekche"@en .

<http://lexvo.org/id/iso639-3/xqa> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "xqa"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "xqa"^^xsd:string ;
    skos:prefLabel "Karakhanid"@en .

<http://lexvo.org/id/iso639-3/xri> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "xri"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "xri"^^xsd:string ;
    skos:prefLabel "Krikati-Timbira"@en .

<http://lexvo.org/id/iso639-3/xrm> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "xrm"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "xrm"^^xsd:string ;
    skos:prefLabel "Armazic"@en .

<http://lexvo.org/id/iso639-3/xru> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "xru"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "xru"^^xsd:string ;
    skos:prefLabel "Marriammu"@en .

<http://lexvo.org/id/iso639-3/xrw> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "xrw"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "xrw"^^xsd:string ;
    skos:prefLabel "Karawa"@en .

<http://lexvo.org/id/iso639-3/xsh> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "xsh"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "xsh"^^xsd:string ;
    skos:prefLabel "Shamang"@en .

<http://lexvo.org/id/iso639-3/xsj> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "xsj"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "xsj"^^xsd:string ;
    skos:prefLabel "Subi"@en .

<http://lexvo.org/id/iso639-3/xsp> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "xsp"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "xsp"^^xsd:string ;
    skos:prefLabel "Silopi"@en .

<http://lexvo.org/id/iso639-3/xsq> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "xsq"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "xsq"^^xsd:string ;
    skos:prefLabel "Makhuwa-Saka"@en .

<http://lexvo.org/id/iso639-3/xta> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "xta"^^xsd:string ;
    skos:altLabel "Mixtec, Alcozauca"@en ;
    skos:inScheme lexvo: ;
    skos:notation "xta"^^xsd:string ;
    skos:prefLabel "Alcozauca Mixtec"@en .

<http://lexvo.org/id/iso639-3/xtb> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "xtb"^^xsd:string ;
    skos:altLabel "Mixtec, Chazumba"@en ;
    skos:inScheme lexvo: ;
    skos:notation "xtb"^^xsd:string ;
    skos:prefLabel "Chazumba Mixtec"@en .

<http://lexvo.org/id/iso639-3/xtd> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "xtd"^^xsd:string ;
    skos:altLabel "Mixtec, Diuxi-Tilantongo"@en ;
    skos:inScheme lexvo: ;
    skos:notation "xtd"^^xsd:string ;
    skos:prefLabel "Diuxi-Tilantongo Mixtec"@en .

<http://lexvo.org/id/iso639-3/xtg> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "xtg"^^xsd:string ;
    skos:altLabel "Gaulish, Transalpine"@en ;
    skos:inScheme lexvo: ;
    skos:notation "xtg"^^xsd:string ;
    skos:prefLabel "Transalpine Gaulish"@en .

<http://lexvo.org/id/iso639-3/xti> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "xti"^^xsd:string ;
    skos:altLabel "Mixtec, Sinicahua"@en ;
    skos:inScheme lexvo: ;
    skos:notation "xti"^^xsd:string ;
    skos:prefLabel "Sinicahua Mixtec"@en .

<http://lexvo.org/id/iso639-3/xtj> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "xtj"^^xsd:string ;
    skos:altLabel "Mixtec, San Juan Teita"@en ;
    skos:inScheme lexvo: ;
    skos:notation "xtj"^^xsd:string ;
    skos:prefLabel "San Juan Teita Mixtec"@en .

<http://lexvo.org/id/iso639-3/xtl> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "xtl"^^xsd:string ;
    skos:altLabel "Mixtec, Tijaltepec"@en ;
    skos:inScheme lexvo: ;
    skos:notation "xtl"^^xsd:string ;
    skos:prefLabel "Tijaltepec Mixtec"@en .

<http://lexvo.org/id/iso639-3/xtm> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "xtm"^^xsd:string ;
    skos:altLabel "Mixtec, Magdalena Peñasco"@en ;
    skos:inScheme lexvo: ;
    skos:notation "xtm"^^xsd:string ;
    skos:prefLabel "Magdalena Peñasco Mixtec"@en .

<http://lexvo.org/id/iso639-3/xtn> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "xtn"^^xsd:string ;
    skos:altLabel "Mixtec, Northern Tlaxiaco"@en ;
    skos:inScheme lexvo: ;
    skos:notation "xtn"^^xsd:string ;
    skos:prefLabel "Northern Tlaxiaco Mixtec"@en .

<http://lexvo.org/id/iso639-3/xtp> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "xtp"^^xsd:string ;
    skos:altLabel "Mixtec, San Miguel Piedras"@en ;
    skos:inScheme lexvo: ;
    skos:notation "xtp"^^xsd:string ;
    skos:prefLabel "San Miguel Piedras Mixtec"@en .

<http://lexvo.org/id/iso639-3/xtq> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "xtq"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "xtq"^^xsd:string ;
    skos:prefLabel "Tumshuqese"@en .

<http://lexvo.org/id/iso639-3/xtr> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "xtr"^^xsd:string ;
    skos:altLabel "Tripuri, Early"@en ;
    skos:inScheme lexvo: ;
    skos:notation "xtr"^^xsd:string ;
    skos:prefLabel "Early Tripuri"@en .

<http://lexvo.org/id/iso639-3/xts> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "xts"^^xsd:string ;
    skos:altLabel "Mixtec, Sindihui"@en ;
    skos:inScheme lexvo: ;
    skos:notation "xts"^^xsd:string ;
    skos:prefLabel "Sindihui Mixtec"@en .

<http://lexvo.org/id/iso639-3/xtt> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "xtt"^^xsd:string ;
    skos:altLabel "Mixtec, Tacahua"@en ;
    skos:inScheme lexvo: ;
    skos:notation "xtt"^^xsd:string ;
    skos:prefLabel "Tacahua Mixtec"@en .

<http://lexvo.org/id/iso639-3/xtu> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "xtu"^^xsd:string ;
    skos:altLabel "Mixtec, Cuyamecalco"@en ;
    skos:inScheme lexvo: ;
    skos:notation "xtu"^^xsd:string ;
    skos:prefLabel "Cuyamecalco Mixtec"@en .

<http://lexvo.org/id/iso639-3/xtw> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "xtw"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "xtw"^^xsd:string ;
    skos:prefLabel "Tawandê"@en .

<http://lexvo.org/id/iso639-3/xty> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "xty"^^xsd:string ;
    skos:altLabel "Mixtec, Yoloxochitl"@en ;
    skos:inScheme lexvo: ;
    skos:notation "xty"^^xsd:string ;
    skos:prefLabel "Yoloxochitl Mixtec"@en .

<http://lexvo.org/id/iso639-3/xtz> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "xtz"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "xtz"^^xsd:string ;
    skos:prefLabel "Tasmanian"@en .

<http://lexvo.org/id/iso639-3/xua> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "xua"^^xsd:string ;
    skos:altLabel "Kurumba, Alu"@en ;
    skos:inScheme lexvo: ;
    skos:notation "xua"^^xsd:string ;
    skos:prefLabel "Alu Kurumba"@en .

<http://lexvo.org/id/iso639-3/xud> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "xud"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "xud"^^xsd:string ;
    skos:prefLabel "Umiida"@en .

<http://lexvo.org/id/iso639-3/xuj> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "xuj"^^xsd:string ;
    skos:altLabel "Kurumba, Jennu"@en ;
    skos:inScheme lexvo: ;
    skos:notation "xuj"^^xsd:string ;
    skos:prefLabel "Jennu Kurumba"@en .

<http://lexvo.org/id/iso639-3/xun> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "xun"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "xun"^^xsd:string ;
    skos:prefLabel "Unggarranggu"@en .

<http://lexvo.org/id/iso639-3/xup> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "xup"^^xsd:string ;
    skos:altLabel "Umpqua, Upper"@en ;
    skos:inScheme lexvo: ;
    skos:notation "xup"^^xsd:string ;
    skos:prefLabel "Upper Umpqua"@en .

<http://lexvo.org/id/iso639-3/xut> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "xut"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "xut"^^xsd:string ;
    skos:prefLabel "Kuthant"@en .

<http://lexvo.org/id/iso639-3/xwl> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "xwl"^^xsd:string ;
    skos:altLabel "Gbe, Western Xwla"@en ;
    skos:inScheme lexvo: ;
    skos:notation "xwl"^^xsd:string ;
    skos:prefLabel "Western Xwla Gbe"@en .

<http://lexvo.org/id/iso639-3/xwo> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "xwo"^^xsd:string ;
    skos:altLabel "Oirat, Written"@en ;
    skos:inScheme lexvo: ;
    skos:notation "xwo"^^xsd:string ;
    skos:prefLabel "Written Oirat"@en .

<http://lexvo.org/id/iso639-3/xwr> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "xwr"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "xwr"^^xsd:string ;
    skos:prefLabel "Kwerba Mamberamo"@en .

<http://lexvo.org/id/iso639-3/xyl> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "xyl"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "xyl"^^xsd:string ;
    skos:prefLabel "Yalakalore"@en .

<http://lexvo.org/id/iso639-3/xzp> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "xzp"^^xsd:string ;
    skos:altLabel "Zapotec, Ancient"@en ;
    skos:inScheme lexvo: ;
    skos:notation "xzp"^^xsd:string ;
    skos:prefLabel "Ancient Zapotec"@en .

<http://lexvo.org/id/iso639-3/yab> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "yab"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "yab"^^xsd:string ;
    skos:prefLabel "Yuhup"@en .

<http://lexvo.org/id/iso639-3/yac> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "yac"^^xsd:string ;
    skos:altLabel "Yali, Pass Valley"@en ;
    skos:inScheme lexvo: ;
    skos:notation "yac"^^xsd:string ;
    skos:prefLabel "Pass Valley Yali"@en .

<http://lexvo.org/id/iso639-3/yak> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "yak"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "yak"^^xsd:string ;
    skos:prefLabel "Yakama"@en .

<http://lexvo.org/id/iso639-3/yan> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "yan"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "yan"^^xsd:string ;
    skos:prefLabel "Mayangna"@en .

<http://lexvo.org/id/iso639-3/yat> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "yat"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "yat"^^xsd:string ;
    skos:prefLabel "Yambeta"@en .

<http://lexvo.org/id/iso639-3/yav> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "yav"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "yav"^^xsd:string ;
    skos:prefLabel "yangben"@ca,
        "洋卞文"@cmn,
        "洋卞文"@cmn-Hant,
        "yangben"@cs,
        "yangben"@da,
        "yangbengbe"@ee,
        "Γιανγκμπέν"@el,
        "Yangben"@en,
        "yangben"@es,
        "yangbeni"@et,
        "yangben"@fi,
        "yangben"@fr,
        "יאנגבן"@he,
        "yangben"@hr,
        "jangben"@hu,
        "Yangben"@id,
        "yangben"@it,
        "ヤンベン語"@ja,
        "양본어"@ko,
        "ແຍງເບນ"@lo,
        "jangbenų"@lt,
        "janbaņu"@lv,
        "јенгбен"@mk,
        "yangben"@nb,
        "Yangben"@nl,
        "yangben"@nn,
        "Shwóŋò pʉa shÿó Mbafìa"@nnh,
        "yangben"@pl,
        "yangben"@pt,
        "yangben"@ro,
        "янбан"@ru,
        "jangben"@sk,
        "yangben"@sv,
        "แยงเบน"@th,
        "lea fakaʻiangipeni"@to,
        "Yangben"@tr,
        "Tiếng Yangben"@vi,
        "nuasue"@yav .

<http://lexvo.org/id/iso639-3/yaw> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "yaw"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "yaw"^^xsd:string ;
    skos:prefLabel "Yawalapití"@en .

<http://lexvo.org/id/iso639-3/yba> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "yba"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "yba"^^xsd:string ;
    skos:prefLabel "Yala"@en .

<http://lexvo.org/id/iso639-3/ybk> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ybk"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "ybk"^^xsd:string ;
    skos:prefLabel "Bokha"@en .

<http://lexvo.org/id/iso639-3/ybl> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ybl"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "ybl"^^xsd:string ;
    skos:prefLabel "Yukuben"@en .

<http://lexvo.org/id/iso639-3/ybm> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ybm"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "ybm"^^xsd:string ;
    skos:prefLabel "Yaben"@en .

<http://lexvo.org/id/iso639-3/ybo> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ybo"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "ybo"^^xsd:string ;
    skos:prefLabel "Yabong"@en .

<http://lexvo.org/id/iso639-3/ybx> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ybx"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "ybx"^^xsd:string ;
    skos:prefLabel "Yawiyo"@en .

<http://lexvo.org/id/iso639-3/yby> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "yby"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "yby"^^xsd:string ;
    skos:prefLabel "Yaweyuha"@en .

<http://lexvo.org/id/iso639-3/ych> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ych"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "ych"^^xsd:string ;
    skos:prefLabel "Chesu"@en .

<http://lexvo.org/id/iso639-3/ycl> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ycl"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "ycl"^^xsd:string ;
    skos:prefLabel "Lolopo"@en .

<http://lexvo.org/id/iso639-3/ycp> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ycp"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "ycp"^^xsd:string ;
    skos:prefLabel "Chepya"@en .

<http://lexvo.org/id/iso639-3/yde> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "yde"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "yde"^^xsd:string ;
    skos:prefLabel "Yangum Dey"@en .

<http://lexvo.org/id/iso639-3/ydk> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ydk"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "ydk"^^xsd:string ;
    skos:prefLabel "Yoidik"@en .

<http://lexvo.org/id/iso639-3/yds> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "yds"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "yds"^^xsd:string ;
    skos:prefLabel "Yiddish Sign Language"@en .

<http://lexvo.org/id/iso639-3/yea> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "yea"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "yea"^^xsd:string ;
    skos:prefLabel "Ravula"@en .

<http://lexvo.org/id/iso639-3/yec> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "yec"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "yec"^^xsd:string ;
    skos:prefLabel "Yeniche"@en .

<http://lexvo.org/id/iso639-3/yel> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "yel"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "yel"^^xsd:string ;
    skos:prefLabel "Yela"@en .

<http://lexvo.org/id/iso639-3/yev> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "yev"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "yev"^^xsd:string ;
    skos:prefLabel "Yapunda"@en .

<http://lexvo.org/id/iso639-3/yga> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "yga"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "yga"^^xsd:string ;
    skos:prefLabel "Malyangapa"@en .

<http://lexvo.org/id/iso639-3/ygl> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ygl"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "ygl"^^xsd:string ;
    skos:prefLabel "Yangum Gel"@en .

<http://lexvo.org/id/iso639-3/ygm> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ygm"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "ygm"^^xsd:string ;
    skos:prefLabel "Yagomi"@en .

<http://lexvo.org/id/iso639-3/ygp> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ygp"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "ygp"^^xsd:string ;
    skos:prefLabel "Gepo"@en .

<http://lexvo.org/id/iso639-3/yhl> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "yhl"^^xsd:string ;
    skos:altLabel "Phowa, Hlepho"@en ;
    skos:inScheme lexvo: ;
    skos:notation "yhl"^^xsd:string ;
    skos:prefLabel "Hlepho Phowa"@en .

<http://lexvo.org/id/iso639-3/yif> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "yif"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "yif"^^xsd:string ;
    skos:prefLabel "Ache"@en .

<http://lexvo.org/id/iso639-3/yig> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "yig"^^xsd:string ;
    skos:altLabel "Nasu, Wusa"@en ;
    skos:inScheme lexvo: ;
    skos:notation "yig"^^xsd:string ;
    skos:prefLabel "Wusa Nasu"@en .

<http://lexvo.org/id/iso639-3/yih> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "yih"^^xsd:string ;
    skos:altLabel "Yiddish, Western"@en ;
    skos:inScheme lexvo: ;
    skos:notation "yih"^^xsd:string ;
    skos:prefLabel "Western Yiddish"@en .

<http://lexvo.org/id/iso639-3/yik> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "yik"^^xsd:string ;
    skos:altLabel "Lalo, Dongshanba"@en ;
    skos:inScheme lexvo: ;
    skos:notation "yik"^^xsd:string ;
    skos:prefLabel "Dongshanba Lalo"@en .

<http://lexvo.org/id/iso639-3/yil> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "yil"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "yil"^^xsd:string ;
    skos:prefLabel "Yindjilandji"@en .

<http://lexvo.org/id/iso639-3/yin> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "yin"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "yin"^^xsd:string ;
    skos:prefLabel "Yinchia"@en .

<http://lexvo.org/id/iso639-3/yiq> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "yiq"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "yiq"^^xsd:string ;
    skos:prefLabel "Miqie"@en .

<http://lexvo.org/id/iso639-3/yir> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "yir"^^xsd:string ;
    skos:altLabel "Awyu, North"@en ;
    skos:inScheme lexvo: ;
    skos:notation "yir"^^xsd:string ;
    skos:prefLabel "North Awyu"@en .

<http://lexvo.org/id/iso639-3/yis> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "yis"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "yis"^^xsd:string ;
    skos:prefLabel "Yis"@en .

<http://lexvo.org/id/iso639-3/yit> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "yit"^^xsd:string ;
    skos:altLabel "Lalu, Eastern"@en ;
    skos:inScheme lexvo: ;
    skos:notation "yit"^^xsd:string ;
    skos:prefLabel "Eastern Lalu"@en .

<http://lexvo.org/id/iso639-3/yiu> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "yiu"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "yiu"^^xsd:string ;
    skos:prefLabel "Awu"@en .

<http://lexvo.org/id/iso639-3/yiv> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "yiv"^^xsd:string ;
    skos:altLabel "Nisu, Northern"@en ;
    skos:inScheme lexvo: ;
    skos:notation "yiv"^^xsd:string ;
    skos:prefLabel "Northern Nisu"@en .

<http://lexvo.org/id/iso639-3/ykk> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ykk"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "ykk"^^xsd:string ;
    skos:prefLabel "Yakaikeke"@en .

<http://lexvo.org/id/iso639-3/ykm> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ykm"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "ykm"^^xsd:string ;
    skos:prefLabel "Kap"@en .

<http://lexvo.org/id/iso639-3/ykn> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ykn"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "ykn"^^xsd:string ;
    skos:prefLabel "Kua-nsi"@en .

<http://lexvo.org/id/iso639-3/ykr> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ykr"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "ykr"^^xsd:string ;
    skos:prefLabel "Yekora"@en .

<http://lexvo.org/id/iso639-3/ykt> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ykt"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "ykt"^^xsd:string ;
    skos:prefLabel "Kathu"@en .

<http://lexvo.org/id/iso639-3/yku> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "yku"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "yku"^^xsd:string ;
    skos:prefLabel "Kuamasi"@en .

<http://lexvo.org/id/iso639-3/ylb> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ylb"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "ylb"^^xsd:string ;
    skos:prefLabel "Yaleba"@en .

<http://lexvo.org/id/iso639-3/ylg> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ylg"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "ylg"^^xsd:string ;
    skos:prefLabel "Yelogu"@en .

<http://lexvo.org/id/iso639-3/ylm> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ylm"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "ylm"^^xsd:string ;
    skos:prefLabel "Limi"@en .

<http://lexvo.org/id/iso639-3/yln> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "yln"^^xsd:string ;
    skos:altLabel "Buyang, Langnian"@en ;
    skos:inScheme lexvo: ;
    skos:notation "yln"^^xsd:string ;
    skos:prefLabel "Langnian Buyang"@en .

<http://lexvo.org/id/iso639-3/ylo> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ylo"^^xsd:string ;
    skos:altLabel "Yi, Naluo"@en ;
    skos:inScheme lexvo: ;
    skos:notation "ylo"^^xsd:string ;
    skos:prefLabel "Naluo Yi"@en .

<http://lexvo.org/id/iso639-3/ylu> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ylu"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "ylu"^^xsd:string ;
    skos:prefLabel "Aribwaung"@en .

<http://lexvo.org/id/iso639-3/ymb> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ymb"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "ymb"^^xsd:string ;
    skos:prefLabel "Yambes"@en .

<http://lexvo.org/id/iso639-3/ymc> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ymc"^^xsd:string ;
    skos:altLabel "Muji, Southern"@en ;
    skos:inScheme lexvo: ;
    skos:notation "ymc"^^xsd:string ;
    skos:prefLabel "Southern Muji"@en .

<http://lexvo.org/id/iso639-3/ymd> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ymd"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "ymd"^^xsd:string ;
    skos:prefLabel "Muda"@en .

<http://lexvo.org/id/iso639-3/ymg> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ymg"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "ymg"^^xsd:string ;
    skos:prefLabel "Yamongeri"@en .

<http://lexvo.org/id/iso639-3/ymh> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ymh"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "ymh"^^xsd:string ;
    skos:prefLabel "Mili"@en .

<http://lexvo.org/id/iso639-3/ymi> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ymi"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "ymi"^^xsd:string ;
    skos:prefLabel "Moji"@en .

<http://lexvo.org/id/iso639-3/ymk> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ymk"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "ymk"^^xsd:string ;
    skos:prefLabel "Makwe"@en .

<http://lexvo.org/id/iso639-3/yml> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "yml"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "yml"^^xsd:string ;
    skos:prefLabel "Iamalele"@en .

<http://lexvo.org/id/iso639-3/ymn> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ymn"^^xsd:string ;
    skos:altLabel "Yamna"@en ;
    skos:inScheme lexvo: ;
    skos:notation "ymn"^^xsd:string ;
    skos:prefLabel "Sunum"@en .

<http://lexvo.org/id/iso639-3/ymo> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ymo"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "ymo"^^xsd:string ;
    skos:prefLabel "Yangum Mon"@en .

<http://lexvo.org/id/iso639-3/ymp> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ymp"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "ymp"^^xsd:string ;
    skos:prefLabel "Yamap"@en .

<http://lexvo.org/id/iso639-3/ymq> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ymq"^^xsd:string ;
    skos:altLabel "Muji, Qila"@en ;
    skos:inScheme lexvo: ;
    skos:notation "ymq"^^xsd:string ;
    skos:prefLabel "Qila Muji"@en .

<http://lexvo.org/id/iso639-3/ymr> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ymr"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "ymr"^^xsd:string ;
    skos:prefLabel "Malasar"@en .

<http://lexvo.org/id/iso639-3/ymt> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ymt"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "ymt"^^xsd:string ;
    skos:prefLabel "Mator-Taygi-Karagas"@en .

<http://lexvo.org/id/iso639-3/ymx> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ymx"^^xsd:string ;
    skos:altLabel "Muji, Northern"@en ;
    skos:inScheme lexvo: ;
    skos:notation "ymx"^^xsd:string ;
    skos:prefLabel "Northern Muji"@en .

<http://lexvo.org/id/iso639-3/ymz> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ymz"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "ymz"^^xsd:string ;
    skos:prefLabel "Muzi"@en .

<http://lexvo.org/id/iso639-3/yna> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "yna"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "yna"^^xsd:string ;
    skos:prefLabel "Aluo"@en .

<http://lexvo.org/id/iso639-3/ynd> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ynd"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "ynd"^^xsd:string ;
    skos:prefLabel "Yandruwandha"@en .

<http://lexvo.org/id/iso639-3/yne> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "yne"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "yne"^^xsd:string ;
    skos:prefLabel "Lang'e"@en .

<http://lexvo.org/id/iso639-3/yng> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "yng"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "yng"^^xsd:string ;
    skos:prefLabel "Yango"@en .

<http://lexvo.org/id/iso639-3/ynh> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ynh"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "ynh"^^xsd:string ;
    skos:prefLabel "Yangho"@en .

<http://lexvo.org/id/iso639-3/ynl> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ynl"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "ynl"^^xsd:string ;
    skos:prefLabel "Yangulam"@en .

<http://lexvo.org/id/iso639-3/yno> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "yno"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "yno"^^xsd:string ;
    skos:prefLabel "Yong"@en .

<http://lexvo.org/id/iso639-3/ynq> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ynq"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "ynq"^^xsd:string ;
    skos:prefLabel "Yendang"@en .

<http://lexvo.org/id/iso639-3/ynu> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ynu"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "ynu"^^xsd:string ;
    skos:prefLabel "Yahuna"@en .

<http://lexvo.org/id/iso639-3/yob> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "yob"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "yob"^^xsd:string ;
    skos:prefLabel "Yoba"@en .

<http://lexvo.org/id/iso639-3/yog> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "yog"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "yog"^^xsd:string ;
    skos:prefLabel "Yogad"@en .

<http://lexvo.org/id/iso639-3/yom> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "yom"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "yom"^^xsd:string ;
    skos:prefLabel "Yombe"@en .

<http://lexvo.org/id/iso639-3/yos> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "yos"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "yos"^^xsd:string ;
    skos:prefLabel "Yos"@en .

<http://lexvo.org/id/iso639-3/yot> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "yot"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "yot"^^xsd:string ;
    skos:prefLabel "Yotti"@en .

<http://lexvo.org/id/iso639-3/yox> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "yox"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "yox"^^xsd:string ;
    skos:prefLabel "Yoron"@en .

<http://lexvo.org/id/iso639-3/yoy> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "yoy"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "yoy"^^xsd:string ;
    skos:prefLabel "Yoy"@en .

<http://lexvo.org/id/iso639-3/ypa> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ypa"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "ypa"^^xsd:string ;
    skos:prefLabel "Phala"@en .

<http://lexvo.org/id/iso639-3/ypb> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ypb"^^xsd:string ;
    skos:altLabel "Phowa, Labo"@en ;
    skos:inScheme lexvo: ;
    skos:notation "ypb"^^xsd:string ;
    skos:prefLabel "Labo Phowa"@en .

<http://lexvo.org/id/iso639-3/ypg> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ypg"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "ypg"^^xsd:string ;
    skos:prefLabel "Phola"@en .

<http://lexvo.org/id/iso639-3/yph> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "yph"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "yph"^^xsd:string ;
    skos:prefLabel "Phupha"@en .

<http://lexvo.org/id/iso639-3/ypm> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ypm"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "ypm"^^xsd:string ;
    skos:prefLabel "Phuma"@en .

<http://lexvo.org/id/iso639-3/ypn> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ypn"^^xsd:string ;
    skos:altLabel "Phowa, Ani"@en ;
    skos:inScheme lexvo: ;
    skos:notation "ypn"^^xsd:string ;
    skos:prefLabel "Ani Phowa"@en .

<http://lexvo.org/id/iso639-3/ypo> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ypo"^^xsd:string ;
    skos:altLabel "Phola, Alo"@en ;
    skos:inScheme lexvo: ;
    skos:notation "ypo"^^xsd:string ;
    skos:prefLabel "Alo Phola"@en .

<http://lexvo.org/id/iso639-3/ypp> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ypp"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "ypp"^^xsd:string ;
    skos:prefLabel "Phupa"@en .

<http://lexvo.org/id/iso639-3/ypz> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ypz"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "ypz"^^xsd:string ;
    skos:prefLabel "Phuza"@en .

<http://lexvo.org/id/iso639-3/yrn> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "yrn"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "yrn"^^xsd:string ;
    skos:prefLabel "Yerong"@en .

<http://lexvo.org/id/iso639-3/yrs> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "yrs"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "yrs"^^xsd:string ;
    skos:prefLabel "Yarsun"@en .

<http://lexvo.org/id/iso639-3/yrw> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "yrw"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "yrw"^^xsd:string ;
    skos:prefLabel "Yarawata"@en .

<http://lexvo.org/id/iso639-3/ysc> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ysc"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "ysc"^^xsd:string ;
    skos:prefLabel "Yassic"@en .

<http://lexvo.org/id/iso639-3/ysd> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ysd"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "ysd"^^xsd:string ;
    skos:prefLabel "Samatao"@en .

<http://lexvo.org/id/iso639-3/ysg> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ysg"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "ysg"^^xsd:string ;
    skos:prefLabel "Sonaga"@en .

<http://lexvo.org/id/iso639-3/ysl> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ysl"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "ysl"^^xsd:string ;
    skos:prefLabel "Yugoslavian Sign Language"@en .

<http://lexvo.org/id/iso639-3/yso> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "yso"^^xsd:string ;
    skos:altLabel "Nisi (China)"@en ;
    skos:inScheme lexvo: ;
    skos:notation "yso"^^xsd:string ;
    skos:prefLabel "Nisi"@en .

<http://lexvo.org/id/iso639-3/ysp> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ysp"^^xsd:string ;
    skos:altLabel "Lolopo, Southern"@en ;
    skos:inScheme lexvo: ;
    skos:notation "ysp"^^xsd:string ;
    skos:prefLabel "Southern Lolopo"@en .

<http://lexvo.org/id/iso639-3/ysy> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ysy"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "ysy"^^xsd:string ;
    skos:prefLabel "Sanie"@en .

<http://lexvo.org/id/iso639-3/yta> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "yta"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "yta"^^xsd:string ;
    skos:prefLabel "Talu"@en .

<http://lexvo.org/id/iso639-3/ytl> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ytl"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "ytl"^^xsd:string ;
    skos:prefLabel "Tanglang"@en .

<http://lexvo.org/id/iso639-3/ytp> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ytp"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "ytp"^^xsd:string ;
    skos:prefLabel "Thopho"@en .

<http://lexvo.org/id/iso639-3/ytw> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ytw"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "ytw"^^xsd:string ;
    skos:prefLabel "Yout Wam"@en .

<http://lexvo.org/id/iso639-3/yug> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "yug"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "yug"^^xsd:string ;
    skos:prefLabel "Yug"@en .

<http://lexvo.org/id/iso639-3/yuq> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "yuq"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "yuq"^^xsd:string ;
    skos:prefLabel "Yuqui"@en .

<http://lexvo.org/id/iso639-3/ywa> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ywa"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "ywa"^^xsd:string ;
    skos:prefLabel "Kalou"@en .

<http://lexvo.org/id/iso639-3/ywl> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ywl"^^xsd:string ;
    skos:altLabel "Lalu, Western"@en ;
    skos:inScheme lexvo: ;
    skos:notation "ywl"^^xsd:string ;
    skos:prefLabel "Western Lalu"@en .

<http://lexvo.org/id/iso639-3/ywn> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ywn"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "ywn"^^xsd:string ;
    skos:prefLabel "Yawanawa"@en .

<http://lexvo.org/id/iso639-3/ywq> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ywq"^^xsd:string ;
    skos:altLabel "Yi, Wuding-Luquan"@en ;
    skos:inScheme lexvo: ;
    skos:notation "ywq"^^xsd:string ;
    skos:prefLabel "Wuding-Luquan Yi"@en .

<http://lexvo.org/id/iso639-3/ywt> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ywt"^^xsd:string ;
    skos:altLabel "Lalo, Central"@en,
        "Lalo, Xishanba"@en,
        "Xishanba Lalo"@en ;
    skos:inScheme lexvo: ;
    skos:notation "ywt"^^xsd:string ;
    skos:prefLabel "Central Lalo"@en .

<http://lexvo.org/id/iso639-3/ywu> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ywu"^^xsd:string ;
    skos:altLabel "Nasu, Wumeng"@en ;
    skos:inScheme lexvo: ;
    skos:notation "ywu"^^xsd:string ;
    skos:prefLabel "Wumeng Nasu"@en .

<http://lexvo.org/id/iso639-3/yww> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "yww"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "yww"^^xsd:string ;
    skos:prefLabel "Yawarawarga"@en .

<http://lexvo.org/id/iso639-3/yyu> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "yyu"^^xsd:string ;
    skos:altLabel "Yau (Sandaun Province)"@en ;
    skos:inScheme lexvo: ;
    skos:notation "yyu"^^xsd:string ;
    skos:prefLabel "Yau"@en .

<http://lexvo.org/id/iso639-3/yyz> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "yyz"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "yyz"^^xsd:string ;
    skos:prefLabel "Ayizi"@en .

<http://lexvo.org/id/iso639-3/yzg> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "yzg"^^xsd:string ;
    skos:altLabel "Buyang, E'ma"@en ;
    skos:inScheme lexvo: ;
    skos:notation "yzg"^^xsd:string ;
    skos:prefLabel "E'ma Buyang"@en .

<http://lexvo.org/id/iso639-3/yzk> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "yzk"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "yzk"^^xsd:string ;
    skos:prefLabel "Zokhuo"@en .

<http://lexvo.org/id/iso639-3/zac> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "zac"^^xsd:string ;
    skos:altLabel "Zapotec, Ocotlán"@en ;
    skos:inScheme lexvo: ;
    skos:notation "zac"^^xsd:string ;
    skos:prefLabel "Ocotlán Zapotec"@en .

<http://lexvo.org/id/iso639-3/zad> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "zad"^^xsd:string ;
    skos:altLabel "Zapotec, Cajonos"@en ;
    skos:inScheme lexvo: ;
    skos:notation "zad"^^xsd:string ;
    skos:prefLabel "Cajonos Zapotec"@en .

<http://lexvo.org/id/iso639-3/zae> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "zae"^^xsd:string ;
    skos:altLabel "Zapotec, Yareni"@en ;
    skos:inScheme lexvo: ;
    skos:notation "zae"^^xsd:string ;
    skos:prefLabel "Yareni Zapotec"@en .

<http://lexvo.org/id/iso639-3/zaf> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "zaf"^^xsd:string ;
    skos:altLabel "Zapotec, Ayoquesco"@en ;
    skos:inScheme lexvo: ;
    skos:notation "zaf"^^xsd:string ;
    skos:prefLabel "Ayoquesco Zapotec"@en .

<http://lexvo.org/id/iso639-3/zal> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "zal"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "zal"^^xsd:string ;
    skos:prefLabel "Zauzou"@en .

<http://lexvo.org/id/iso639-3/zam> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "zam"^^xsd:string ;
    skos:altLabel "Zapotec, Miahuatlán"@en ;
    skos:inScheme lexvo: ;
    skos:notation "zam"^^xsd:string ;
    skos:prefLabel "Miahuatlán Zapotec"@en .

<http://lexvo.org/id/iso639-3/zao> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "zao"^^xsd:string ;
    skos:altLabel "Zapotec, Ozolotepec"@en ;
    skos:inScheme lexvo: ;
    skos:notation "zao"^^xsd:string ;
    skos:prefLabel "Ozolotepec Zapotec"@en .

<http://lexvo.org/id/iso639-3/zaq> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "zaq"^^xsd:string ;
    skos:altLabel "Zapotec, Aloápam"@en ;
    skos:inScheme lexvo: ;
    skos:notation "zaq"^^xsd:string ;
    skos:prefLabel "Aloápam Zapotec"@en .

<http://lexvo.org/id/iso639-3/zar> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "zar"^^xsd:string ;
    skos:altLabel "Zapotec, Rincón"@en ;
    skos:inScheme lexvo: ;
    skos:notation "zar"^^xsd:string ;
    skos:prefLabel "Rincón Zapotec"@en .

<http://lexvo.org/id/iso639-3/zas> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "zas"^^xsd:string ;
    skos:altLabel "Zapotec, Santo Domingo Albarradas"@en ;
    skos:inScheme lexvo: ;
    skos:notation "zas"^^xsd:string ;
    skos:prefLabel "Santo Domingo Albarradas Zapotec"@en .

<http://lexvo.org/id/iso639-3/zat> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "zat"^^xsd:string ;
    skos:altLabel "Zapotec, Tabaa"@en ;
    skos:inScheme lexvo: ;
    skos:notation "zat"^^xsd:string ;
    skos:prefLabel "Tabaa Zapotec"@en .

<http://lexvo.org/id/iso639-3/zau> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "zau"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "zau"^^xsd:string ;
    skos:prefLabel "Zangskari"@en .

<http://lexvo.org/id/iso639-3/zax> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "zax"^^xsd:string ;
    skos:altLabel "Zapotec, Xadani"@en ;
    skos:inScheme lexvo: ;
    skos:notation "zax"^^xsd:string ;
    skos:prefLabel "Xadani Zapotec"@en .

<http://lexvo.org/id/iso639-3/zbc> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "zbc"^^xsd:string ;
    skos:altLabel "Berawan, Central"@en ;
    skos:inScheme lexvo: ;
    skos:notation "zbc"^^xsd:string ;
    skos:prefLabel "Central Berawan"@en .

<http://lexvo.org/id/iso639-3/zbe> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "zbe"^^xsd:string ;
    skos:altLabel "Berawan, East"@en ;
    skos:inScheme lexvo: ;
    skos:notation "zbe"^^xsd:string ;
    skos:prefLabel "East Berawan"@en .

<http://lexvo.org/id/iso639-3/zbt> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "zbt"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "zbt"^^xsd:string ;
    skos:prefLabel "Batui"@en .

<http://lexvo.org/id/iso639-3/zbw> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "zbw"^^xsd:string ;
    skos:altLabel "Berawan, West"@en ;
    skos:inScheme lexvo: ;
    skos:notation "zbw"^^xsd:string ;
    skos:prefLabel "West Berawan"@en .

<http://lexvo.org/id/iso639-3/zca> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "zca"^^xsd:string ;
    skos:altLabel "Zapotec, Coatecas Altas"@en ;
    skos:inScheme lexvo: ;
    skos:notation "zca"^^xsd:string ;
    skos:prefLabel "Coatecas Altas Zapotec"@en .

<http://lexvo.org/id/iso639-3/zch> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "zch"^^xsd:string ;
    skos:altLabel "Zhuang, Central Hongshuihe"@en ;
    skos:inScheme lexvo: ;
    skos:notation "zch"^^xsd:string ;
    skos:prefLabel "Central Hongshuihe Zhuang"@en .

<http://lexvo.org/id/iso639-3/zdj> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "zdj"^^xsd:string ;
    skos:altLabel "Comorian, Ngazidja"@en ;
    skos:inScheme lexvo: ;
    skos:notation "zdj"^^xsd:string ;
    skos:prefLabel "Ngazidja Comorian"@en .

<http://lexvo.org/id/iso639-3/zeg> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "zeg"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "zeg"^^xsd:string ;
    skos:prefLabel "Zenag"@en .

<http://lexvo.org/id/iso639-3/zeh> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "zeh"^^xsd:string ;
    skos:altLabel "Zhuang, Eastern Hongshuihe"@en ;
    skos:inScheme lexvo: ;
    skos:notation "zeh"^^xsd:string ;
    skos:prefLabel "Eastern Hongshuihe Zhuang"@en .

<http://lexvo.org/id/iso639-3/zga> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "zga"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "zga"^^xsd:string ;
    skos:prefLabel "Kinga"@en .

<http://lexvo.org/id/iso639-3/zgb> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "zgb"^^xsd:string ;
    skos:altLabel "Zhuang, Guibei"@en ;
    skos:inScheme lexvo: ;
    skos:notation "zgb"^^xsd:string ;
    skos:prefLabel "Guibei Zhuang"@en .

<http://lexvo.org/id/iso639-3/zgm> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "zgm"^^xsd:string ;
    skos:altLabel "Zhuang, Minz"@en ;
    skos:inScheme lexvo: ;
    skos:notation "zgm"^^xsd:string ;
    skos:prefLabel "Minz Zhuang"@en .

<http://lexvo.org/id/iso639-3/zgn> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "zgn"^^xsd:string ;
    skos:altLabel "Zhuang, Guibian"@en ;
    skos:inScheme lexvo: ;
    skos:notation "zgn"^^xsd:string ;
    skos:prefLabel "Guibian Zhuang"@en .

<http://lexvo.org/id/iso639-3/zgr> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "zgr"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "zgr"^^xsd:string ;
    skos:prefLabel "Magori"@en .

<http://lexvo.org/id/iso639-3/zhd> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "zhd"^^xsd:string ;
    skos:altLabel "Zhuang, Dai"@en ;
    skos:inScheme lexvo: ;
    skos:notation "zhd"^^xsd:string ;
    skos:prefLabel "Dai Zhuang"@en .

<http://lexvo.org/id/iso639-3/zhi> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "zhi"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "zhi"^^xsd:string ;
    skos:prefLabel "Zhire"@en .

<http://lexvo.org/id/iso639-3/zhn> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "zhn"^^xsd:string ;
    skos:altLabel "Zhuang, Nong"@en ;
    skos:inScheme lexvo: ;
    skos:notation "zhn"^^xsd:string ;
    skos:prefLabel "Nong Zhuang"@en .

<http://lexvo.org/id/iso639-3/zhw> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "zhw"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "zhw"^^xsd:string ;
    skos:prefLabel "Zhoa"@en .

<http://lexvo.org/id/iso639-3/zib> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "zib"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "zib"^^xsd:string ;
    skos:prefLabel "Zimbabwe Sign Language"@en .

<http://lexvo.org/id/iso639-3/zin> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "zin"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "zin"^^xsd:string ;
    skos:prefLabel "Zinza"@en .

<http://lexvo.org/id/iso639-3/zir> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "zir"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "zir"^^xsd:string ;
    skos:prefLabel "Ziriya"@en .

<http://lexvo.org/id/iso639-3/ziw> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ziw"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "ziw"^^xsd:string ;
    skos:prefLabel "Zigula"@en .

<http://lexvo.org/id/iso639-3/zka> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "zka"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "zka"^^xsd:string ;
    skos:prefLabel "Kaimbulawa"@en .

<http://lexvo.org/id/iso639-3/zkb> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "zkb"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "zkb"^^xsd:string ;
    skos:prefLabel "Koibal"@en .

<http://lexvo.org/id/iso639-3/zkd> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "zkd"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "zkd"^^xsd:string ;
    skos:prefLabel "Kadu"@en .

<http://lexvo.org/id/iso639-3/zkh> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "zkh"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "zkh"^^xsd:string ;
    skos:prefLabel "Khorezmian"@en .

<http://lexvo.org/id/iso639-3/zkn> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "zkn"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "zkn"^^xsd:string ;
    skos:prefLabel "Kanan"@en .

<http://lexvo.org/id/iso639-3/zkv> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "zkv"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "zkv"^^xsd:string ;
    skos:prefLabel "Krevinian"@en .

<http://lexvo.org/id/iso639-3/zlj> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "zlj"^^xsd:string ;
    skos:altLabel "Zhuang, Liujiang"@en ;
    skos:inScheme lexvo: ;
    skos:notation "zlj"^^xsd:string ;
    skos:prefLabel "Liujiang Zhuang"@en .

<http://lexvo.org/id/iso639-3/zlm> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "zlm"^^xsd:string ;
    skos:altLabel "Malay (individual language)"@en ;
    skos:inScheme lexvo: ;
    skos:notation "zlm"^^xsd:string ;
    skos:prefLabel "Malay"@en .

<http://lexvo.org/id/iso639-3/zln> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "zln"^^xsd:string ;
    skos:altLabel "Zhuang, Lianshan"@en ;
    skos:inScheme lexvo: ;
    skos:notation "zln"^^xsd:string ;
    skos:prefLabel "Lianshan Zhuang"@en .

<http://lexvo.org/id/iso639-3/zlq> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "zlq"^^xsd:string ;
    skos:altLabel "Zhuang, Liuqian"@en ;
    skos:inScheme lexvo: ;
    skos:notation "zlq"^^xsd:string ;
    skos:prefLabel "Liuqian Zhuang"@en .

<http://lexvo.org/id/iso639-3/zma> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "zma"^^xsd:string ;
    skos:altLabel "Manda (Australia)"@en ;
    skos:inScheme lexvo: ;
    skos:notation "zma"^^xsd:string ;
    skos:prefLabel "Manda"@en .

<http://lexvo.org/id/iso639-3/zmd> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "zmd"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "zmd"^^xsd:string ;
    skos:prefLabel "Maridan"@en .

<http://lexvo.org/id/iso639-3/zmf> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "zmf"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "zmf"^^xsd:string ;
    skos:prefLabel "Mfinu"@en .

<http://lexvo.org/id/iso639-3/zmg> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "zmg"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "zmg"^^xsd:string ;
    skos:prefLabel "Marti Ke"@en .

<http://lexvo.org/id/iso639-3/zmj> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "zmj"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "zmj"^^xsd:string ;
    skos:prefLabel "Maridjabin"@en .

<http://lexvo.org/id/iso639-3/zmk> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "zmk"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "zmk"^^xsd:string ;
    skos:prefLabel "Mandandanyi"@en .

<http://lexvo.org/id/iso639-3/zmm> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "zmm"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "zmm"^^xsd:string ;
    skos:prefLabel "Marimanindji"@en .

<http://lexvo.org/id/iso639-3/zmn> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "zmn"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "zmn"^^xsd:string ;
    skos:prefLabel "Mbangwe"@en .

<http://lexvo.org/id/iso639-3/zms> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "zms"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "zms"^^xsd:string ;
    skos:prefLabel "Mbesa"@en .

<http://lexvo.org/id/iso639-3/zmv> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "zmv"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "zmv"^^xsd:string ;
    skos:prefLabel "Mbariman-Gudhinma"@en .

<http://lexvo.org/id/iso639-3/zmx> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "zmx"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "zmx"^^xsd:string ;
    skos:prefLabel "Bomitaba"@en .

<http://lexvo.org/id/iso639-3/zmy> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "zmy"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "zmy"^^xsd:string ;
    skos:prefLabel "Mariyedi"@en .

<http://lexvo.org/id/iso639-3/zna> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "zna"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "zna"^^xsd:string ;
    skos:prefLabel "Zan Gula"@en .

<http://lexvo.org/id/iso639-3/zoo> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "zoo"^^xsd:string ;
    skos:altLabel "Zapotec, Asunción Mixtepec"@en ;
    skos:inScheme lexvo: ;
    skos:notation "zoo"^^xsd:string ;
    skos:prefLabel "Asunción Mixtepec Zapotec"@en .

<http://lexvo.org/id/iso639-3/zpa> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "zpa"^^xsd:string ;
    skos:altLabel "Zapotec, Lachiguiri"@en ;
    skos:inScheme lexvo: ;
    skos:notation "zpa"^^xsd:string ;
    skos:prefLabel "Lachiguiri Zapotec"@en .

<http://lexvo.org/id/iso639-3/zpb> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "zpb"^^xsd:string ;
    skos:altLabel "Zapotec, Yautepec"@en ;
    skos:inScheme lexvo: ;
    skos:notation "zpb"^^xsd:string ;
    skos:prefLabel "Yautepec Zapotec"@en .

<http://lexvo.org/id/iso639-3/zpc> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "zpc"^^xsd:string ;
    skos:altLabel "Zapotec, Choapan"@en ;
    skos:inScheme lexvo: ;
    skos:notation "zpc"^^xsd:string ;
    skos:prefLabel "Choapan Zapotec"@en .

<http://lexvo.org/id/iso639-3/zpe> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "zpe"^^xsd:string ;
    skos:altLabel "Zapotec, Petapa"@en ;
    skos:inScheme lexvo: ;
    skos:notation "zpe"^^xsd:string ;
    skos:prefLabel "Petapa Zapotec"@en .

<http://lexvo.org/id/iso639-3/zpf> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "zpf"^^xsd:string ;
    skos:altLabel "Zapotec, San Pedro Quiatoni"@en ;
    skos:inScheme lexvo: ;
    skos:notation "zpf"^^xsd:string ;
    skos:prefLabel "San Pedro Quiatoni Zapotec"@en .

<http://lexvo.org/id/iso639-3/zpg> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "zpg"^^xsd:string ;
    skos:altLabel "Zapotec, Guevea De Humboldt"@en ;
    skos:inScheme lexvo: ;
    skos:notation "zpg"^^xsd:string ;
    skos:prefLabel "Guevea De Humboldt Zapotec"@en .

<http://lexvo.org/id/iso639-3/zph> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "zph"^^xsd:string ;
    skos:altLabel "Zapotec, Totomachapan"@en ;
    skos:inScheme lexvo: ;
    skos:notation "zph"^^xsd:string ;
    skos:prefLabel "Totomachapan Zapotec"@en .

<http://lexvo.org/id/iso639-3/zpj> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "zpj"^^xsd:string ;
    skos:altLabel "Zapotec, Quiavicuzas"@en ;
    skos:inScheme lexvo: ;
    skos:notation "zpj"^^xsd:string ;
    skos:prefLabel "Quiavicuzas Zapotec"@en .

<http://lexvo.org/id/iso639-3/zpk> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "zpk"^^xsd:string ;
    skos:altLabel "Zapotec, Tlacolulita"@en ;
    skos:inScheme lexvo: ;
    skos:notation "zpk"^^xsd:string ;
    skos:prefLabel "Tlacolulita Zapotec"@en .

<http://lexvo.org/id/iso639-3/zpl> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "zpl"^^xsd:string ;
    skos:altLabel "Zapotec, Lachixío"@en ;
    skos:inScheme lexvo: ;
    skos:notation "zpl"^^xsd:string ;
    skos:prefLabel "Lachixío Zapotec"@en .

<http://lexvo.org/id/iso639-3/zpn> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "zpn"^^xsd:string ;
    skos:altLabel "Zapotec, Santa Inés Yatzechi"@en ;
    skos:inScheme lexvo: ;
    skos:notation "zpn"^^xsd:string ;
    skos:prefLabel "Santa Inés Yatzechi Zapotec"@en .

<http://lexvo.org/id/iso639-3/zpo> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "zpo"^^xsd:string ;
    skos:altLabel "Zapotec, Amatlán"@en ;
    skos:inScheme lexvo: ;
    skos:notation "zpo"^^xsd:string ;
    skos:prefLabel "Amatlán Zapotec"@en .

<http://lexvo.org/id/iso639-3/zpp> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "zpp"^^xsd:string ;
    skos:altLabel "Zapotec, El Alto"@en ;
    skos:inScheme lexvo: ;
    skos:notation "zpp"^^xsd:string ;
    skos:prefLabel "El Alto Zapotec"@en .

<http://lexvo.org/id/iso639-3/zpr> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "zpr"^^xsd:string ;
    skos:altLabel "Zapotec, Santiago Xanica"@en ;
    skos:inScheme lexvo: ;
    skos:notation "zpr"^^xsd:string ;
    skos:prefLabel "Santiago Xanica Zapotec"@en .

<http://lexvo.org/id/iso639-3/zpt> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "zpt"^^xsd:string ;
    skos:altLabel "Zapotec, San Vicente Coatlán"@en ;
    skos:inScheme lexvo: ;
    skos:notation "zpt"^^xsd:string ;
    skos:prefLabel "San Vicente Coatlán Zapotec"@en .

<http://lexvo.org/id/iso639-3/zpu> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "zpu"^^xsd:string ;
    skos:altLabel "Zapotec, Yalálag"@en ;
    skos:inScheme lexvo: ;
    skos:notation "zpu"^^xsd:string ;
    skos:prefLabel "Yalálag Zapotec"@en .

<http://lexvo.org/id/iso639-3/zpv> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "zpv"^^xsd:string ;
    skos:altLabel "Zapotec, Chichicapan"@en ;
    skos:inScheme lexvo: ;
    skos:notation "zpv"^^xsd:string ;
    skos:prefLabel "Chichicapan Zapotec"@en .

<http://lexvo.org/id/iso639-3/zpw> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "zpw"^^xsd:string ;
    skos:altLabel "Zapotec, Zaniza"@en ;
    skos:inScheme lexvo: ;
    skos:notation "zpw"^^xsd:string ;
    skos:prefLabel "Zaniza Zapotec"@en .

<http://lexvo.org/id/iso639-3/zpx> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "zpx"^^xsd:string ;
    skos:altLabel "Zapotec, San Baltazar Loxicha"@en ;
    skos:inScheme lexvo: ;
    skos:notation "zpx"^^xsd:string ;
    skos:prefLabel "San Baltazar Loxicha Zapotec"@en .

<http://lexvo.org/id/iso639-3/zpy> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "zpy"^^xsd:string ;
    skos:altLabel "Zapotec, Mazaltepec"@en ;
    skos:inScheme lexvo: ;
    skos:notation "zpy"^^xsd:string ;
    skos:prefLabel "Mazaltepec Zapotec"@en .

<http://lexvo.org/id/iso639-3/zqe> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "zqe"^^xsd:string ;
    skos:altLabel "Zhuang, Qiubei"@en ;
    skos:inScheme lexvo: ;
    skos:notation "zqe"^^xsd:string ;
    skos:prefLabel "Qiubei Zhuang"@en .

<http://lexvo.org/id/iso639-3/zrg> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "zrg"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "zrg"^^xsd:string ;
    skos:prefLabel "Mirgan"@en .

<http://lexvo.org/id/iso639-3/zsa> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "zsa"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "zsa"^^xsd:string ;
    skos:prefLabel "Sarasira"@en .

<http://lexvo.org/id/iso639-3/zsm> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "zsm"^^xsd:string ;
    skos:altLabel "Malay, Standard"@en,
        "Standard Malay"@en ;
    skos:inScheme lexvo: ;
    skos:notation "zsm"^^xsd:string ;
    skos:prefLabel "Maleisies"@af,
        "Màlae"@agq,
        "Malay kasa"@ak,
        "ማላይኛ"@am,
        "لغة الملايو"@ar,
        "Kimalesia"@asa,
        "malayu"@ast,
        "malayca"@az,
        "Hɔp u makɛ᷆"@bas,
        "малайская"@be,
        "Ichi Maleshani"@bem,
        "Himalesia"@bez,
        "малайски"@bg,
        "malɛzikan"@bm,
        "মালে"@bn,
        "མ་ལ་ཡ་སྐད།"@bo,
        "malayseg"@br,
        "मलाय"@brx,
        "malajski"@bs,
        "малајски"@bs-Cyrl,
        "ማላይኛ"@byn,
        "malai"@ca,
        "Orumalesiya"@cgg,
        "马来文"@cmn,
        "馬來文"@cmn-Hant,
        "malajština"@cs,
        "Malai"@cy,
        "malay"@da,
        "Kimalesia"@dav,
        "Malaiisch"@de,
        "Maleezi senni"@dje,
        "maleesi"@dyo,
        "མ་ལེ་ཁ"@dz,
        "Kĩmalesia"@ebu,
        "malaygbe"@ee,
        "Μαλάι"@el,
        "Malay"@en,
        "malaja"@eo,
        "malayo"@es,
        "malai"@et,
        "malaysiera"@eu,
        "Ǹkɔ́bɔ malɛ́sian"@ewo,
        "مالایی"@fa,
        "Malayeere"@ff,
        "malaiji"@fi,
        "Malay"@fil,
        "malajiskt"@fo,
        "malais"@fr,
        "malês"@fur,
        "Malaeis"@ga,
        "Malaidhis"@gd,
        "malaio"@gl,
        "Malaiisch"@gsw,
        "મલય"@gu,
        "Kimalesia"@guz,
        "Harshen Malai"@ha,
        "מלאית"@he,
        "मलय"@hi,
        "malajski"@hr,
        "maláj"@hu,
        "Մալայերեն"@hy,
        "malay"@ia,
        "Melayu"@id,
        "Maleyi"@ig,
        "malaíska"@is,
        "malese"@it,
        "マレー語"@ja,
        "Kyimalesia"@jmc,
        "მალაიზიური"@ka,
        "Tamalawit"@kab,
        "Kimalesia"@kam,
        "Chimalesia"@kde,
        "malaiu"@kea,
        "Maleezi senni"@khq,
        "Kimalesia"@ki,
        "малай"@kk,
        "kutitab Malay"@kln,
        "ម៉ាឡេស៊ី"@km,
        "ಮಲಯ"@kn,
        "मलय"@knn,
        "말레이어"@ko,
        "مَلَے"@ks,
        "Kimalesia"@ksb,
        "rimalaí"@ksf,
        "Mallaijesch"@ksh,
        "малайча"@ky,
        "Kɨmelésia"@lag,
        "Lumalayi"@lg,
        "limalezi"@ln,
        "ເມລາຍ"@lo,
        "malajiečių"@lt,
        "Limalezia"@lu,
        "Kimalesia"@luo,
        "Kimalesia"@luy,
        "malajiešu"@lv,
        "nkʉtʉ́k ɔ́ɔ̄ malay"@mas,
        "Kĩmalesia"@mer,
        "male"@mfe,
        "Malay"@mg,
        "Imalesia"@mgh,
        "малезиски"@mk,
        "മലയ"@ml,
        "मलय"@mr,
        "Malajan"@mt,
        "malasiya"@mua,
        "မလေး"@my,
        "Malayǁî gowab"@naq,
        "malayisk"@nb,
        "isi-Malayi"@nd,
        "मलाया"@ne,
        "Maleis"@nl,
        "Kiɛl Malɛ̌siā"@nmg,
        "malayisk"@nn,
        "Thok mayɛyni"@nus,
        "Orumalesiya"@nyn,
        "Malaayiffaa"@om,
        "ମାଲୟ"@or,
        "malajski"@pl,
        "ملایا"@ps,
        "malaio"@pt,
        "malaic"@rm,
        "Ikinyamaleziya"@rn,
        "malay"@ro,
        "Kimalesia"@rof,
        "малайский"@ru,
        "Ikimalayi"@rw,
        "Kyimalesia"@rwk,
        "Kimalesia"@saq,
        "Ishimalesiya"@sbp,
        "malaio"@seh,
        "Maleezi senni"@ses,
        "Malëe"@sg,
        "ⵜⴰⵎⴰⵍⴰⵡⵉⵜ"@shi,
        "tamalawit"@shi-Latn,
        "මැලේ"@si,
        "malajčina"@sk,
        "malajščina"@sl,
        "chiMalay"@sn,
        "Malaay"@so,
        "Malajzisht"@sq,
        "Малајски"@sr,
        "Malajski"@sr-Latn,
        "Se-malay"@st,
        "malajiska"@sv,
        "Kimalesia"@swc,
        "Kimalesia"@swh,
        "மலாய்"@ta,
        "మలేయ్"@te,
        "Kimalesia"@teo,
        "มาเลย์"@th,
        "ማላይኛ"@ti,
        "ማላይኛ"@tig,
        "Malay"@tn,
        "lea fakamalei"@to,
        "Malayca"@tr,
        "Maleezi senni"@twq,
        "Tamalizit"@tzm,
        "малайська"@uk,
        "مالائی"@ur,
        "ꕮꔒꔀ"@vai,
        "Maléee"@vai-Latn,
        "Tiếng Ma-lay-xi-a"@vi,
        "Kyimalesia"@vun,
        "Malaíš"@wae,
        "Isi-Malay"@xh,
        "Olumalayi"@xog,
        "máliɛ"@yav,
        "Èdè Malaya"@yo,
        "Bahasa Melayu"@zsm,
        "isi-Malay"@zu .

<http://lexvo.org/id/iso639-3/zsr> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "zsr"^^xsd:string ;
    skos:altLabel "Zapotec, Southern Rincon"@en ;
    skos:inScheme lexvo: ;
    skos:notation "zsr"^^xsd:string ;
    skos:prefLabel "Southern Rincon Zapotec"@en .

<http://lexvo.org/id/iso639-3/zsu> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "zsu"^^xsd:string ;
    skos:inScheme lexvo: ;
    skos:notation "zsu"^^xsd:string ;
    skos:prefLabel "Sukurum"@en .

<http://lexvo.org/id/iso639-3/zte> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "zte"^^xsd:string ;
    skos:altLabel "Zapotec, Elotepec"@en ;
    skos:inScheme lexvo: ;
    skos:notation "zte"^^xsd:string ;
    skos:prefLabel "Elotepec Zapotec"@en .

<http://lexvo.org/id/iso639-3/ztg> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ztg"^^xsd:string ;
    skos:altLabel "Zapotec, Xanaguía"@en ;
    skos:inScheme lexvo: ;
    skos:notation "ztg"^^xsd:string ;
    skos:prefLabel "Xanaguía Zapotec"@en .

<http://lexvo.org/id/iso639-3/ztl> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ztl"^^xsd:string ;
    skos:altLabel "Zapotec, Lapaguía-Guivini"@en ;
    skos:inScheme lexvo: ;
    skos:notation "ztl"^^xsd:string ;
    skos:prefLabel "Lapaguía-Guivini Zapotec"@en .

<http://lexvo.org/id/iso639-3/ztm> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ztm"^^xsd:string ;
    skos:altLabel "Zapotec, San Agustín Mixtepec"@en ;
    skos:inScheme lexvo: ;
    skos:notation "ztm"^^xsd:string ;
    skos:prefLabel "San Agustín Mixtepec Zapotec"@en .

<http://lexvo.org/id/iso639-3/ztn> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ztn"^^xsd:string ;
    skos:altLabel "Zapotec, Santa Catarina Albarradas"@en ;
    skos:inScheme lexvo: ;
    skos:notation "ztn"^^xsd:string ;
    skos:prefLabel "Santa Catarina Albarradas Zapotec"@en .

<http://lexvo.org/id/iso639-3/ztp> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ztp"^^xsd:string ;
    skos:altLabel "Zapotec, Loxicha"@en ;
    skos:inScheme lexvo: ;
    skos:notation "ztp"^^xsd:string ;
    skos:prefLabel "Loxicha Zapotec"@en .

<http://lexvo.org/id/iso639-3/ztq> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ztq"^^xsd:string ;
    skos:altLabel "Zapotec, Quioquitani-Quierí"@en ;
    skos:inScheme lexvo: ;
    skos:notation "ztq"^^xsd:string ;
    skos:prefLabel "Quioquitani-Quierí Zapotec"@en .

<http://lexvo.org/id/iso639-3/zts> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "zts"^^xsd:string ;
    skos:altLabel "Zapotec, Tilquiapan"@en ;
    skos:inScheme lexvo: ;
    skos:notation "zts"^^xsd:string ;
    skos:prefLabel "Tilquiapan Zapotec"@en .

<http://lexvo.org/id/iso639-3/ztt> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ztt"^^xsd:string ;
    skos:altLabel "Zapotec, Tejalapan"@en ;
    skos:inScheme lexvo: ;
    skos:notation "ztt"^^xsd:string ;
    skos:prefLabel "Tejalapan Zapotec"@en .

<http://lexvo.org/id/iso639-3/ztu> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ztu"^^xsd:string ;
    skos:altLabel "Zapotec, Güilá"@en ;
    skos:inScheme lexvo: ;
    skos:notation "ztu"^^xsd:string ;
    skos:prefLabel "Güilá Zapotec"@en .

<http://lexvo.org/id/iso639-3/ztx> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ztx"^^xsd:string ;
    skos:altLabel "Zapotec, Zaachila"@en ;
    skos:inScheme lexvo: ;
    skos:notation "ztx"^^xsd:string ;
    skos:prefLabel "Zaachila Zapotec"@en .

<http://lexvo.org/id/iso639-3/zty> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "zty"^^xsd:string ;
    skos:altLabel "Zapotec, Yatee"@en ;
    skos:inScheme lexvo: ;
    skos:notation "zty"^^xsd:string ;
    skos:prefLabel "Yatee Zapotec"@en .

<http://lexvo.org/id/iso639-3/zyb> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "zyb"^^xsd:string ;
    skos:altLabel "Zhuang, Yongbei"@en ;
    skos:inScheme lexvo: ;
    skos:notation "zyb"^^xsd:string ;
    skos:prefLabel "Yongbei Zhuang"@en .

<http://lexvo.org/id/iso639-3/zyg> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "zyg"^^xsd:string ;
    skos:altLabel "Zhuang, Yang"@en ;
    skos:inScheme lexvo: ;
    skos:notation "zyg"^^xsd:string ;
    skos:prefLabel "Yang Zhuang"@en .

<http://lexvo.org/id/iso639-3/zyj> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "zyj"^^xsd:string ;
    skos:altLabel "Zhuang, Youjiang"@en ;
    skos:inScheme lexvo: ;
    skos:notation "zyj"^^xsd:string ;
    skos:prefLabel "Youjiang Zhuang"@en .

<http://lexvo.org/id/iso639-3/zyn> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "zyn"^^xsd:string ;
    skos:altLabel "Zhuang, Yongnan"@en ;
    skos:inScheme lexvo: ;
    skos:notation "zyn"^^xsd:string ;
    skos:prefLabel "Yongnan Zhuang"@en .

<http://lexvo.org/id/iso639-3/zzj> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "zzj"^^xsd:string ;
    skos:altLabel "Zhuang, Zuojiang"@en ;
    skos:inScheme lexvo: ;
    skos:notation "zzj"^^xsd:string ;
    skos:prefLabel "Zuojiang Zhuang"@en .

<http://lexvo.org/id/iso639-5/qwe> owl:sameAs <http://lexvo.org/id/iso639-3/que> .

<http://lexvo.org/id/iso639-5/sqj> owl:sameAs <http://lexvo.org/id/iso639-3/sqi> .

<http://lexvo.org/id/iso639-5/xgn> owl:sameAs <http://lexvo.org/id/iso639-3/mon> .

<http://lexvo.org/id/script/Afak> a lvont:Script ;
    rdfs:label "afaka"@ca,
        "阿法卡文"@cmn,
        "阿法卡文字"@cmn-Hant,
        "Afaka"@en,
        "afaka"@fi,
        "afaka"@fr,
        "Afaka"@id,
        "アファカ文字"@ja,
        "아파카 문자"@ko,
        "ອັບຟາກາ"@lo,
        "afaka"@pl,
        "afakiska"@sv,
        "อะฟาคา"@th,
        "Chữ Afaka"@vi ;
    lvont:iso15924Alphacode "Afak"^^xsd:string ;
    lvont:label <http://lexvo.org/id/term/cat/afaka>,
        <http://lexvo.org/id/term/cmn-Hant/%E9%98%BF%E6%B3%95%E5%8D%A1%E6%96%87%E5%AD%97>,
        <http://lexvo.org/id/term/cmn/%E9%98%BF%E6%B3%95%E5%8D%A1%E6%96%87>,
        <http://lexvo.org/id/term/eng/Afaka>,
        <http://lexvo.org/id/term/fin/afaka>,
        <http://lexvo.org/id/term/fra/afaka>,
        <http://lexvo.org/id/term/ind/Afaka>,
        <http://lexvo.org/id/term/jpn/%E3%82%A2%E3%83%95%E3%82%A1%E3%82%AB%E6%96%87%E5%AD%97>,
        <http://lexvo.org/id/term/kor/%EC%95%84%ED%8C%8C%EC%B9%B4%20%EB%AC%B8%EC%9E%90>,
        <http://lexvo.org/id/term/lao/%E0%BA%AD%E0%BA%B1%E0%BA%9A%E0%BA%9F%E0%BA%B2%E0%BA%81%E0%BA%B2>,
        <http://lexvo.org/id/term/pol/afaka>,
        <http://lexvo.org/id/term/swe/afakiska>,
        <http://lexvo.org/id/term/tha/%E0%B8%AD%E0%B8%B0%E0%B8%9F%E0%B8%B2%E0%B8%84%E0%B8%B2>,
        <http://lexvo.org/id/term/vie/Ch%E1%BB%AF%20Afaka> .

<http://lexvo.org/id/script/Aghb> a lvont:Script ;
    rdfs:label "Caucasian Albanian"@en,
        "aghbanien"@fr ;
    lvont:iso15924Alphacode "Aghb"^^xsd:string ;
    lvont:label <http://lexvo.org/id/term/eng/Caucasian%20Albanian>,
        <http://lexvo.org/id/term/fra/aghbanien> .

<http://lexvo.org/id/script/Arab> a lvont:Script ;
    rdfs:label "Arabies"@af,
        "Perso-Arabies"@af,
        "ዓረብኛ"@am,
        "ፔርሶ - አረቢክ"@am,
        "العربية"@ar,
        "العربية الفارسية"@ar,
        "árabe"@ast,
        "ərəb"@az,
        "арабскае"@be,
        "Арабска"@bg,
        "Персийско-арабски"@bg,
        "আরবি"@bn,
        "ফারসি-আরবি"@bn,
        "འ་ལ་པོའི་སྐད་ཡིག་།"@bo,
        "arabek"@br,
        "अरबी"@brx,
        "arapsko pismo"@bs,
        "арапско писмо"@bs-Cyrl,
        "персијско-арапско"@bs-Cyrl,
        "perso-àrabic"@ca,
        "àrab"@ca,
        "ᎡᎳᏈᎩ"@chr,
        "波斯阿拉伯文"@cmn,
        "阿拉伯文"@cmn,
        "波斯阿拉伯文字"@cmn-Hant,
        "波斯阿拉伯語"@cmn-Hant,
        "阿拉伯文"@cmn-Hant,
        "arabské"@cs,
        "persko-arabské"@cs,
        "Arabig"@cy,
        "arabisk"@da,
        "persisk-arabisk"@da,
        "Arabisch"@de,
        "Persisch"@de,
        "ཨེ་ར་བིཀ་ཡིག་གུ"@dz,
        "arabiagbeŋɔŋlɔ"@ee,
        "Αραβικό"@el,
        "Περσικό-Αραβικό"@el,
        "Arabic"@en,
        "Perso-Arabic"@en,
        "𐐇𐑉𐐲𐐺𐐮𐐿"@en-Dsrt,
        "perso-arábigo"@es,
        "árabe"@es,
        "Pärsia-araabia"@et,
        "araabia"@et,
        "Arabiera"@eu,
        "Persiar-arabiarra"@eu,
        "عربی"@fa,
        "فارسی-عربی"@fa,
        "arabialainen"@fi,
        "persialaisarabialainen"@fi,
        "Arabic"@fil,
        "Perso-Arabic"@fil,
        "Perso-arabe"@fr,
        "arabe"@fr,
        "arabo-persan"@fr,
        "arap"@fur,
        "Arabach"@ga,
        "Arabach"@gd,
        "Perso-Árabe"@gl,
        "Árabe"@gl,
        "Arabisch"@gsw,
        "અરેબી"@gu,
        "પર્સો-અરેબીક"@gu,
        "כתב פרסי-ערבי"@he,
        "ערבי"@he,
        "अरबी"@hi,
        "फ़ारसी-अरबी"@hi,
        "arapsko pismo"@hr,
        "perzijsko-arapsko pismo"@hr,
        "Arab"@hu,
        "Perzsa-arab"@hu,
        "Arab"@id,
        "Arab Persia"@id,
        "ꀊꇁꀨꁱꂷ"@ii,
        "Persneskt-arabískt"@is,
        "arabísk"@is,
        "arabo"@it,
        "arabo-persiano"@it,
        "アラビア文字"@ja,
        "ペルソ・アラビア文字"@ja,
        "არაბული"@ka,
        "arabiku"@kea,
        "араб жазылуы"@kk,
        "អារ៉ាប់"@km,
        "ಅರೇಬಿಕ್"@kn,
        "ಪರ್ಸೊ-ಅರೇಬಿಕ್"@kn,
        "아랍 문자"@ko,
        "페르소-아라비아어"@ko,
        "اَربی"@ks,
        "arraabesche Schreff"@ksh,
        "Arabek"@kw,
        "ອາຣັບ"@lo,
        "arabų"@lt,
        "persų-arabų"@lt,
        "arābu"@lv,
        "persiešu-arābu"@lv,
        "арапско писмо"@mk,
        "അറബി"@ml,
        "പേഴ്സോ-അറബിക്"@ml,
        "अरबी"@mr,
        "फारसी-अरबी"@mr,
        "Għarbi"@mt,
        "အာရေဗျ"@my,
        "arabisk"@nb,
        "persisk-arabisk"@nb,
        "अरब"@ne,
        "Arabisch"@nl,
        "Perso-Arabisch"@nl,
        "arabisk"@nn,
        "ଆରବିକ୍"@or,
        "Араббаг"@os,
        "العربية"@pa-Arab,
        "arabskie"@pl,
        "perso-arabskie"@pl,
        "عربي"@ps,
        "perso-árabe"@pt,
        "árabe"@pt,
        "arab"@rm,
        "alfabet persano-arab"@ro,
        "arabă"@ro,
        "Арабская"@ru,
        "Персидско-арабское"@ru,
        "Арааптыы"@sah,
        "arába"@se,
        "අරාබි"@si,
        "Perzsko-arabské znaky"@sk,
        "arabské"@sk,
        "Perzijskoarabski"@sl,
        "arabski"@sl,
        "арапско писмо"@sr,
        "персијско-арапско"@sr,
        "arapsko pismo"@sr-Latn,
        "arabiska"@sv,
        "Kiajemi/Kiarabu"@swh,
        "Kiarabu"@swh,
        "அரபிக்"@ta,
        "பெர்சோ அரபிக்"@ta,
        "అరబిక్"@te,
        "పెర్‌సో-అరబిక్"@te,
        "Арабӣ"@tg,
        "อาหรับ"@th,
        "เปอร์เซีย-อาหรับ"@th,
        "tohinima fakaʻalepea"@to,
        "Arap"@tr,
        "Fars-Arap"@tr,
        "Арабський"@uk,
        "Персько-арабський"@uk,
        "عربی"@ur,
        "فارسی عربی"@ur,
        "Араб"@uzn,
        "Chữ Ba Tư-Ả Rập"@vi,
        "Chữ Ả Rập"@vi,
        "Arabiš"@wae,
        "Arab"@zsm,
        "Perso-Arab"@zsm,
        "i-Perso-Arabic"@zu,
        "isi-Arab"@zu ;
    lvont:iso15924Alphacode "Arab"^^xsd:string ;
    lvont:label <http://lexvo.org/id/term/afr/Arabies>,
        <http://lexvo.org/id/term/afr/Perso-Arabies>,
        <http://lexvo.org/id/term/amh/%E1%8B%93%E1%88%A8%E1%89%A5%E1%8A%9B>,
        <http://lexvo.org/id/term/amh/%E1%8D%94%E1%88%AD%E1%88%B6%20-%20%E1%8A%A0%E1%88%A8%E1%89%A2%E1%8A%AD>,
        <http://lexvo.org/id/term/ara/%D8%A7%D9%84%D8%B9%D8%B1%D8%A8%D9%8A%D8%A9>,
        <http://lexvo.org/id/term/ara/%D8%A7%D9%84%D8%B9%D8%B1%D8%A8%D9%8A%D8%A9%20%D8%A7%D9%84%D9%81%D8%A7%D8%B1%D8%B3%D9%8A%D8%A9>,
        <http://lexvo.org/id/term/ast/%C3%A1rabe>,
        <http://lexvo.org/id/term/aze/%C9%99r%C9%99b>,
        <http://lexvo.org/id/term/bel/%D0%B0%D1%80%D0%B0%D0%B1%D1%81%D0%BA%D0%B0%D0%B5>,
        <http://lexvo.org/id/term/ben/%E0%A6%86%E0%A6%B0%E0%A6%AC%E0%A6%BF>,
        <http://lexvo.org/id/term/ben/%E0%A6%AB%E0%A6%BE%E0%A6%B0%E0%A6%B8%E0%A6%BF-%E0%A6%86%E0%A6%B0%E0%A6%AC%E0%A6%BF>,
        <http://lexvo.org/id/term/bod/%E0%BD%A0%E0%BC%8B%E0%BD%A3%E0%BC%8B%E0%BD%94%E0%BD%BC%E0%BD%A0%E0%BD%B2%E0%BC%8B%E0%BD%A6%E0%BE%90%E0%BD%91%E0%BC%8B%E0%BD%A1%E0%BD%B2%E0%BD%82%E0%BC%8B%E0%BC%8D>,
        <http://lexvo.org/id/term/bos-Cyrl/%D0%B0%D1%80%D0%B0%D0%BF%D1%81%D0%BA%D0%BE%20%D0%BF%D0%B8%D1%81%D0%BC%D0%BE>,
        <http://lexvo.org/id/term/bos-Cyrl/%D0%BF%D0%B5%D1%80%D1%81%D0%B8%D1%98%D1%81%D0%BA%D0%BE-%D0%B0%D1%80%D0%B0%D0%BF%D1%81%D0%BA%D0%BE>,
        <http://lexvo.org/id/term/bos/arapsko%20pismo>,
        <http://lexvo.org/id/term/bre/arabek>,
        <http://lexvo.org/id/term/brx/%E0%A4%85%E0%A4%B0%E0%A4%AC%E0%A5%80>,
        <http://lexvo.org/id/term/bul/%D0%90%D1%80%D0%B0%D0%B1%D1%81%D0%BA%D0%B0>,
        <http://lexvo.org/id/term/bul/%D0%9F%D0%B5%D1%80%D1%81%D0%B8%D0%B9%D1%81%D0%BA%D0%BE-%D0%B0%D1%80%D0%B0%D0%B1%D1%81%D0%BA%D0%B8>,
        <http://lexvo.org/id/term/cat/%C3%A0rab>,
        <http://lexvo.org/id/term/cat/perso-%C3%A0rabic>,
        <http://lexvo.org/id/term/ces/arabsk%C3%A9>,
        <http://lexvo.org/id/term/ces/persko-arabsk%C3%A9>,
        <http://lexvo.org/id/term/chr/%E1%8E%A1%E1%8E%B3%E1%8F%88%E1%8E%A9>,
        <http://lexvo.org/id/term/cmn-Hant/%E6%B3%A2%E6%96%AF%E9%98%BF%E6%8B%89%E4%BC%AF%E6%96%87%E5%AD%97>,
        <http://lexvo.org/id/term/cmn-Hant/%E6%B3%A2%E6%96%AF%E9%98%BF%E6%8B%89%E4%BC%AF%E8%AA%9E>,
        <http://lexvo.org/id/term/cmn-Hant/%E9%98%BF%E6%8B%89%E4%BC%AF%E6%96%87>,
        <http://lexvo.org/id/term/cmn/%E6%B3%A2%E6%96%AF%E9%98%BF%E6%8B%89%E4%BC%AF%E6%96%87>,
        <http://lexvo.org/id/term/cmn/%E9%98%BF%E6%8B%89%E4%BC%AF%E6%96%87>,
        <http://lexvo.org/id/term/cor/Arabek>,
        <http://lexvo.org/id/term/cym/Arabig>,
        <http://lexvo.org/id/term/dan/arabisk>,
        <http://lexvo.org/id/term/dan/persisk-arabisk>,
        <http://lexvo.org/id/term/deu/Arabisch>,
        <http://lexvo.org/id/term/deu/Persisch>,
        <http://lexvo.org/id/term/dzo/%E0%BD%A8%E0%BD%BA%E0%BC%8B%E0%BD%A2%E0%BC%8B%E0%BD%96%E0%BD%B2%E0%BD%80%E0%BC%8B%E0%BD%A1%E0%BD%B2%E0%BD%82%E0%BC%8B%E0%BD%82%E0%BD%B4>,
        <http://lexvo.org/id/term/ell/%CE%91%CF%81%CE%B1%CE%B2%CE%B9%CE%BA%CF%8C>,
        <http://lexvo.org/id/term/ell/%CE%A0%CE%B5%CF%81%CF%83%CE%B9%CE%BA%CF%8C-%CE%91%CF%81%CE%B1%CE%B2%CE%B9%CE%BA%CF%8C>,
        <http://lexvo.org/id/term/eng-Dsrt/%F0%90%90%87%F0%90%91%89%F0%90%90%B2%F0%90%90%BA%F0%90%90%AE%F0%90%90%BF>,
        <http://lexvo.org/id/term/eng/Arabic>,
        <http://lexvo.org/id/term/eng/Perso-Arabic>,
        <http://lexvo.org/id/term/est/P%C3%A4rsia-araabia>,
        <http://lexvo.org/id/term/est/araabia>,
        <http://lexvo.org/id/term/eus/Arabiera>,
        <http://lexvo.org/id/term/eus/Persiar-arabiarra>,
        <http://lexvo.org/id/term/ewe/arabiagbe%C5%8B%C9%94%C5%8Bl%C9%94>,
        <http://lexvo.org/id/term/fas/%D8%B9%D8%B1%D8%A8%DB%8C>,
        <http://lexvo.org/id/term/fas/%D9%81%D8%A7%D8%B1%D8%B3%DB%8C-%D8%B9%D8%B1%D8%A8%DB%8C>,
        <http://lexvo.org/id/term/fil/Arabic>,
        <http://lexvo.org/id/term/fil/Perso-Arabic>,
        <http://lexvo.org/id/term/fin/arabialainen>,
        <http://lexvo.org/id/term/fin/persialaisarabialainen>,
        <http://lexvo.org/id/term/fra/Perso-arabe>,
        <http://lexvo.org/id/term/fra/arabe>,
        <http://lexvo.org/id/term/fra/arabo-persan>,
        <http://lexvo.org/id/term/fur/arap>,
        <http://lexvo.org/id/term/gla/Arabach>,
        <http://lexvo.org/id/term/gle/Arabach>,
        <http://lexvo.org/id/term/glg/%C3%81rabe>,
        <http://lexvo.org/id/term/glg/Perso-%C3%81rabe>,
        <http://lexvo.org/id/term/gsw/Arabisch>,
        <http://lexvo.org/id/term/guj/%E0%AA%85%E0%AA%B0%E0%AB%87%E0%AA%AC%E0%AB%80>,
        <http://lexvo.org/id/term/guj/%E0%AA%AA%E0%AA%B0%E0%AB%8D%E0%AA%B8%E0%AB%8B-%E0%AA%85%E0%AA%B0%E0%AB%87%E0%AA%AC%E0%AB%80%E0%AA%95>,
        <http://lexvo.org/id/term/heb/%D7%9B%D7%AA%D7%91%20%D7%A4%D7%A8%D7%A1%D7%99-%D7%A2%D7%A8%D7%91%D7%99>,
        <http://lexvo.org/id/term/heb/%D7%A2%D7%A8%D7%91%D7%99>,
        <http://lexvo.org/id/term/hin/%E0%A4%85%E0%A4%B0%E0%A4%AC%E0%A5%80>,
        <http://lexvo.org/id/term/hin/%E0%A4%AB%E0%A4%BC%E0%A4%BE%E0%A4%B0%E0%A4%B8%E0%A5%80-%E0%A4%85%E0%A4%B0%E0%A4%AC%E0%A5%80>,
        <http://lexvo.org/id/term/hrv/arapsko%20pismo>,
        <http://lexvo.org/id/term/hrv/perzijsko-arapsko%20pismo>,
        <http://lexvo.org/id/term/hun/Arab>,
        <http://lexvo.org/id/term/hun/Perzsa-arab>,
        <http://lexvo.org/id/term/iii/%EA%80%8A%EA%87%81%EA%80%A8%EA%81%B1%EA%82%B7>,
        <http://lexvo.org/id/term/ind/Arab>,
        <http://lexvo.org/id/term/ind/Arab%20Persia>,
        <http://lexvo.org/id/term/isl/Persneskt-arab%C3%ADskt>,
        <http://lexvo.org/id/term/isl/arab%C3%ADsk>,
        <http://lexvo.org/id/term/ita/arabo>,
        <http://lexvo.org/id/term/ita/arabo-persiano>,
        <http://lexvo.org/id/term/jpn/%E3%82%A2%E3%83%A9%E3%83%93%E3%82%A2%E6%96%87%E5%AD%97>,
        <http://lexvo.org/id/term/jpn/%E3%83%9A%E3%83%AB%E3%82%BD%E3%83%BB%E3%82%A2%E3%83%A9%E3%83%93%E3%82%A2%E6%96%87%E5%AD%97>,
        <http://lexvo.org/id/term/kan/%E0%B2%85%E0%B2%B0%E0%B3%87%E0%B2%AC%E0%B2%BF%E0%B2%95%E0%B3%8D>,
        <http://lexvo.org/id/term/kan/%E0%B2%AA%E0%B2%B0%E0%B3%8D%E0%B2%B8%E0%B3%8A-%E0%B2%85%E0%B2%B0%E0%B3%87%E0%B2%AC%E0%B2%BF%E0%B2%95%E0%B3%8D>,
        <http://lexvo.org/id/term/kas/%D8%A7%D9%8E%D8%B1%D8%A8%DB%8C>,
        <http://lexvo.org/id/term/kat/%E1%83%90%E1%83%A0%E1%83%90%E1%83%91%E1%83%A3%E1%83%9A%E1%83%98>,
        <http://lexvo.org/id/term/kaz/%D0%B0%D1%80%D0%B0%D0%B1%20%D0%B6%D0%B0%D0%B7%D1%8B%D0%BB%D1%83%D1%8B>,
        <http://lexvo.org/id/term/kea/arabiku>,
        <http://lexvo.org/id/term/khm/%E1%9E%A2%E1%9E%B6%E1%9E%9A%E1%9F%89%E1%9E%B6%E1%9E%94%E1%9F%8B>,
        <http://lexvo.org/id/term/kor/%EC%95%84%EB%9E%8D%20%EB%AC%B8%EC%9E%90>,
        <http://lexvo.org/id/term/kor/%ED%8E%98%EB%A5%B4%EC%86%8C-%EC%95%84%EB%9D%BC%EB%B9%84%EC%95%84%EC%96%B4>,
        <http://lexvo.org/id/term/ksh/arraabesche%20Schreff>,
        <http://lexvo.org/id/term/lao/%E0%BA%AD%E0%BA%B2%E0%BA%A3%E0%BA%B1%E0%BA%9A>,
        <http://lexvo.org/id/term/lav/ar%C4%81bu>,
        <http://lexvo.org/id/term/lav/persie%C5%A1u-ar%C4%81bu>,
        <http://lexvo.org/id/term/lit/arab%C5%B3>,
        <http://lexvo.org/id/term/lit/pers%C5%B3-arab%C5%B3>,
        <http://lexvo.org/id/term/mal/%E0%B4%85%E0%B4%B1%E0%B4%AC%E0%B4%BF>,
        <http://lexvo.org/id/term/mal/%E0%B4%AA%E0%B5%87%E0%B4%B4%E0%B5%8D%E0%B4%B8%E0%B5%8B-%E0%B4%85%E0%B4%B1%E0%B4%AC%E0%B4%BF%E0%B4%95%E0%B5%8D>,
        <http://lexvo.org/id/term/mar/%E0%A4%85%E0%A4%B0%E0%A4%AC%E0%A5%80>,
        <http://lexvo.org/id/term/mar/%E0%A4%AB%E0%A4%BE%E0%A4%B0%E0%A4%B8%E0%A5%80-%E0%A4%85%E0%A4%B0%E0%A4%AC%E0%A5%80>,
        <http://lexvo.org/id/term/mkd/%D0%B0%D1%80%D0%B0%D0%BF%D1%81%D0%BA%D0%BE%20%D0%BF%D0%B8%D1%81%D0%BC%D0%BE>,
        <http://lexvo.org/id/term/mlt/G%C4%A7arbi>,
        <http://lexvo.org/id/term/mya/%E1%80%A1%E1%80%AC%E1%80%9B%E1%80%B1%E1%80%97%E1%80%BB>,
        <http://lexvo.org/id/term/nep/%E0%A4%85%E0%A4%B0%E0%A4%AC>,
        <http://lexvo.org/id/term/nld/Arabisch>,
        <http://lexvo.org/id/term/nld/Perso-Arabisch>,
        <http://lexvo.org/id/term/nno/arabisk>,
        <http://lexvo.org/id/term/nob/arabisk>,
        <http://lexvo.org/id/term/nob/persisk-arabisk>,
        <http://lexvo.org/id/term/ori/%E0%AC%86%E0%AC%B0%E0%AC%AC%E0%AC%BF%E0%AC%95%E0%AD%8D>,
        <http://lexvo.org/id/term/oss/%D0%90%D1%80%D0%B0%D0%B1%D0%B1%D0%B0%D0%B3>,
        <http://lexvo.org/id/term/pan-Arab/%D8%A7%D9%84%D8%B9%D8%B1%D8%A8%D9%8A%D8%A9>,
        <http://lexvo.org/id/term/pol/arabskie>,
        <http://lexvo.org/id/term/pol/perso-arabskie>,
        <http://lexvo.org/id/term/por/%C3%A1rabe>,
        <http://lexvo.org/id/term/por/perso-%C3%A1rabe>,
        <http://lexvo.org/id/term/pus/%D8%B9%D8%B1%D8%A8%D9%8A>,
        <http://lexvo.org/id/term/roh/arab>,
        <http://lexvo.org/id/term/ron/alfabet%20persano-arab>,
        <http://lexvo.org/id/term/ron/arab%C4%83>,
        <http://lexvo.org/id/term/rus/%D0%90%D1%80%D0%B0%D0%B1%D1%81%D0%BA%D0%B0%D1%8F>,
        <http://lexvo.org/id/term/rus/%D0%9F%D0%B5%D1%80%D1%81%D0%B8%D0%B4%D1%81%D0%BA%D0%BE-%D0%B0%D1%80%D0%B0%D0%B1%D1%81%D0%BA%D0%BE%D0%B5>,
        <http://lexvo.org/id/term/sah/%D0%90%D1%80%D0%B0%D0%B0%D0%BF%D1%82%D1%8B%D1%8B>,
        <http://lexvo.org/id/term/sin/%E0%B6%85%E0%B6%BB%E0%B7%8F%E0%B6%B6%E0%B7%92>,
        <http://lexvo.org/id/term/slk/Perzsko-arabsk%C3%A9%20znaky>,
        <http://lexvo.org/id/term/slk/arabsk%C3%A9>,
        <http://lexvo.org/id/term/slv/Perzijskoarabski>,
        <http://lexvo.org/id/term/slv/arabski>,
        <http://lexvo.org/id/term/sme/ar%C3%A1ba>,
        <http://lexvo.org/id/term/spa/%C3%A1rabe>,
        <http://lexvo.org/id/term/spa/perso-ar%C3%A1bigo>,
        <http://lexvo.org/id/term/srp-Latn/arapsko%20pismo>,
        <http://lexvo.org/id/term/srp/%D0%B0%D1%80%D0%B0%D0%BF%D1%81%D0%BA%D0%BE%20%D0%BF%D0%B8%D1%81%D0%BC%D0%BE>,
        <http://lexvo.org/id/term/srp/%D0%BF%D0%B5%D1%80%D1%81%D0%B8%D1%98%D1%81%D0%BA%D0%BE-%D0%B0%D1%80%D0%B0%D0%BF%D1%81%D0%BA%D0%BE>,
        <http://lexvo.org/id/term/swe/arabiska>,
        <http://lexvo.org/id/term/swh/Kiajemi%2FKiarabu>,
        <http://lexvo.org/id/term/swh/Kiarabu>,
        <http://lexvo.org/id/term/tam/%E0%AE%85%E0%AE%B0%E0%AE%AA%E0%AE%BF%E0%AE%95%E0%AF%8D>,
        <http://lexvo.org/id/term/tam/%E0%AE%AA%E0%AF%86%E0%AE%B0%E0%AF%8D%E0%AE%9A%E0%AF%8B%20%E0%AE%85%E0%AE%B0%E0%AE%AA%E0%AE%BF%E0%AE%95%E0%AF%8D>,
        <http://lexvo.org/id/term/tel/%E0%B0%85%E0%B0%B0%E0%B0%AC%E0%B0%BF%E0%B0%95%E0%B1%8D>,
        <http://lexvo.org/id/term/tel/%E0%B0%AA%E0%B1%86%E0%B0%B0%E0%B1%8D%E2%80%8C%E0%B0%B8%E0%B1%8B-%E0%B0%85%E0%B0%B0%E0%B0%AC%E0%B0%BF%E0%B0%95%E0%B1%8D>,
        <http://lexvo.org/id/term/tgk/%D0%90%D1%80%D0%B0%D0%B1%D3%A3>,
        <http://lexvo.org/id/term/tha/%E0%B8%AD%E0%B8%B2%E0%B8%AB%E0%B8%A3%E0%B8%B1%E0%B8%9A>,
        <http://lexvo.org/id/term/tha/%E0%B9%80%E0%B8%9B%E0%B8%AD%E0%B8%A3%E0%B9%8C%E0%B9%80%E0%B8%8B%E0%B8%B5%E0%B8%A2-%E0%B8%AD%E0%B8%B2%E0%B8%AB%E0%B8%A3%E0%B8%B1%E0%B8%9A>,
        <http://lexvo.org/id/term/ton/tohinima%20faka%CA%BBalepea>,
        <http://lexvo.org/id/term/tur/Arap>,
        <http://lexvo.org/id/term/tur/Fars-Arap>,
        <http://lexvo.org/id/term/ukr/%D0%90%D1%80%D0%B0%D0%B1%D1%81%D1%8C%D0%BA%D0%B8%D0%B9>,
        <http://lexvo.org/id/term/ukr/%D0%9F%D0%B5%D1%80%D1%81%D1%8C%D0%BA%D0%BE-%D0%B0%D1%80%D0%B0%D0%B1%D1%81%D1%8C%D0%BA%D0%B8%D0%B9>,
        <http://lexvo.org/id/term/urd/%D8%B9%D8%B1%D8%A8%DB%8C>,
        <http://lexvo.org/id/term/urd/%D9%81%D8%A7%D8%B1%D8%B3%DB%8C%20%D8%B9%D8%B1%D8%A8%DB%8C>,
        <http://lexvo.org/id/term/uzn/%D0%90%D1%80%D0%B0%D0%B1>,
        <http://lexvo.org/id/term/vie/Ch%E1%BB%AF%20%E1%BA%A2%20R%E1%BA%ADp>,
        <http://lexvo.org/id/term/vie/Ch%E1%BB%AF%20Ba%20T%C6%B0-%E1%BA%A2%20R%E1%BA%ADp>,
        <http://lexvo.org/id/term/wae/Arabi%C5%A1>,
        <http://lexvo.org/id/term/zsm/Arab>,
        <http://lexvo.org/id/term/zsm/Perso-Arab>,
        <http://lexvo.org/id/term/zul/i-Perso-Arabic>,
        <http://lexvo.org/id/term/zul/isi-Arab> .

<http://lexvo.org/id/script/Armi> a lvont:Script ;
    rdfs:label "armi"@az,
        "Арамейска"@bg,
        "আরমি"@bn,
        "arameek impalaerel"@br,
        "शहनशाही आरामाईक"@brx,
        "imperijsko aramejsko pismo"@bs,
        "империјско арамејско писмо"@bs-Cyrl,
        "arameu imperial"@ca,
        "皇室亚拉姆文"@cmn,
        "皇室亞美尼亞文"@cmn-Hant,
        "armi"@da,
        "Armi"@de,
        "aramia gbeŋɔŋlɔ"@ee,
        "Αυτοκρατορικό Αραμαϊκό"@el,
        "Imperial Aramaic"@en,
        "𐐆𐑋𐐹𐐮𐑉𐐨𐐲𐑊 𐐁𐑉𐐲𐑋𐐩𐐮𐐿"@en-Dsrt,
        "آرامی هخامنشی"@fa,
        "valtakunnanaramealainen"@fi,
        "araméen impérial"@fr,
        "Armi"@gsw,
        "ઇમ્પિરિયલ આર્મનિક"@gu,
        "इम्पिरियल आर्मेनिक"@hi,
        "aramejsko pismo"@hr,
        "Birodalmi arámi"@hu,
        "Aram Imperial"@id,
        "impéríska araméíska"@is,
        "帝国アラム文字"@ja,
        "ಇಂಪೀರಿಯಲ್ ಅರೆಮಾಯಿಕ್"@kn,
        "아랍제국 문자"@ko,
        "ອິມພີຮຽນ ອາເມອິກ"@lo,
        "imperinė aramaikų"@lt,
        "aramiešu"@lv,
        "അർമി"@ml,
        "इम्पिरियल आर्मेनिक"@mr,
        "arameisk"@nb,
        "आर्मी"@ne,
        "Keizerlijk Aramees"@nl,
        "armisk"@nn,
        "ଇମ୍ପେରିଆଲ୍ ଆରମିକ୍"@or,
        "armi"@pl,
        "aramaico imperial"@pt,
        "armi"@pt,
        "arameic imperial"@rm,
        "Арамейская"@ru,
        "imperialno-aramejski"@sl,
        "империјско арамејско писмо"@sr,
        "imperijsko aramejsko pismo"@sr-Latn,
        "imperisk arameiska"@sv,
        "இம்பேரியல் அரமெய்க்"@ta,
        "ఇంపీరియల్ అరామాక్"@te,
        "อิมพีเรียล อราเมอิก"@th,
        "İmparatorluk Aramicesi"@tr,
        "Армі"@uk,
        "Chữ Imperial Aramaic"@vi ;
    lvont:iso15924Alphacode "Armi"^^xsd:string ;
    lvont:label <http://lexvo.org/id/term/aze/armi>,
        <http://lexvo.org/id/term/ben/%E0%A6%86%E0%A6%B0%E0%A6%AE%E0%A6%BF>,
        <http://lexvo.org/id/term/bos-Cyrl/%D0%B8%D0%BC%D0%BF%D0%B5%D1%80%D0%B8%D1%98%D1%81%D0%BA%D0%BE%20%D0%B0%D1%80%D0%B0%D0%BC%D0%B5%D1%98%D1%81%D0%BA%D0%BE%20%D0%BF%D0%B8%D1%81%D0%BC%D0%BE>,
        <http://lexvo.org/id/term/bos/imperijsko%20aramejsko%20pismo>,
        <http://lexvo.org/id/term/bre/arameek%20impalaerel>,
        <http://lexvo.org/id/term/brx/%E0%A4%B6%E0%A4%B9%E0%A4%A8%E0%A4%B6%E0%A4%BE%E0%A4%B9%E0%A5%80%20%E0%A4%86%E0%A4%B0%E0%A4%BE%E0%A4%AE%E0%A4%BE%E0%A4%88%E0%A4%95>,
        <http://lexvo.org/id/term/bul/%D0%90%D1%80%D0%B0%D0%BC%D0%B5%D0%B9%D1%81%D0%BA%D0%B0>,
        <http://lexvo.org/id/term/cat/arameu%20imperial>,
        <http://lexvo.org/id/term/cmn-Hant/%E7%9A%87%E5%AE%A4%E4%BA%9E%E7%BE%8E%E5%B0%BC%E4%BA%9E%E6%96%87>,
        <http://lexvo.org/id/term/cmn/%E7%9A%87%E5%AE%A4%E4%BA%9A%E6%8B%89%E5%A7%86%E6%96%87>,
        <http://lexvo.org/id/term/dan/armi>,
        <http://lexvo.org/id/term/deu/Armi>,
        <http://lexvo.org/id/term/ell/%CE%91%CF%85%CF%84%CE%BF%CE%BA%CF%81%CE%B1%CF%84%CE%BF%CF%81%CE%B9%CE%BA%CF%8C%20%CE%91%CF%81%CE%B1%CE%BC%CE%B1%CF%8A%CE%BA%CF%8C>,
        <http://lexvo.org/id/term/eng-Dsrt/%F0%90%90%86%F0%90%91%8B%F0%90%90%B9%F0%90%90%AE%F0%90%91%89%F0%90%90%A8%F0%90%90%B2%F0%90%91%8A%20%F0%90%90%81%F0%90%91%89%F0%90%90%B2%F0%90%91%8B%F0%90%90%A9%F0%90%90%AE%F0%90%90%BF>,
        <http://lexvo.org/id/term/eng/Imperial%20Aramaic>,
        <http://lexvo.org/id/term/ewe/aramia%20gbe%C5%8B%C9%94%C5%8Bl%C9%94>,
        <http://lexvo.org/id/term/fas/%D8%A2%D8%B1%D8%A7%D9%85%DB%8C%20%D9%87%D8%AE%D8%A7%D9%85%D9%86%D8%B4%DB%8C>,
        <http://lexvo.org/id/term/fin/valtakunnanaramealainen>,
        <http://lexvo.org/id/term/fra/aram%C3%A9en%20imp%C3%A9rial>,
        <http://lexvo.org/id/term/gsw/Armi>,
        <http://lexvo.org/id/term/guj/%E0%AA%87%E0%AA%AE%E0%AB%8D%E0%AA%AA%E0%AA%BF%E0%AA%B0%E0%AA%BF%E0%AA%AF%E0%AA%B2%20%E0%AA%86%E0%AA%B0%E0%AB%8D%E0%AA%AE%E0%AA%A8%E0%AA%BF%E0%AA%95>,
        <http://lexvo.org/id/term/hin/%E0%A4%87%E0%A4%AE%E0%A5%8D%E0%A4%AA%E0%A4%BF%E0%A4%B0%E0%A4%BF%E0%A4%AF%E0%A4%B2%20%E0%A4%86%E0%A4%B0%E0%A5%8D%E0%A4%AE%E0%A5%87%E0%A4%A8%E0%A4%BF%E0%A4%95>,
        <http://lexvo.org/id/term/hrv/aramejsko%20pismo>,
        <http://lexvo.org/id/term/hun/Birodalmi%20ar%C3%A1mi>,
        <http://lexvo.org/id/term/ind/Aram%20Imperial>,
        <http://lexvo.org/id/term/isl/imp%C3%A9r%C3%ADska%20aram%C3%A9%C3%ADska>,
        <http://lexvo.org/id/term/jpn/%E5%B8%9D%E5%9B%BD%E3%82%A2%E3%83%A9%E3%83%A0%E6%96%87%E5%AD%97>,
        <http://lexvo.org/id/term/kan/%E0%B2%87%E0%B2%82%E0%B2%AA%E0%B3%80%E0%B2%B0%E0%B2%BF%E0%B2%AF%E0%B2%B2%E0%B3%8D%20%E0%B2%85%E0%B2%B0%E0%B3%86%E0%B2%AE%E0%B2%BE%E0%B2%AF%E0%B2%BF%E0%B2%95%E0%B3%8D>,
        <http://lexvo.org/id/term/kor/%EC%95%84%EB%9E%8D%EC%A0%9C%EA%B5%AD%20%EB%AC%B8%EC%9E%90>,
        <http://lexvo.org/id/term/lao/%E0%BA%AD%E0%BA%B4%E0%BA%A1%E0%BA%9E%E0%BA%B5%E0%BA%AE%E0%BA%BD%E0%BA%99%20%E0%BA%AD%E0%BA%B2%E0%BB%80%E0%BA%A1%E0%BA%AD%E0%BA%B4%E0%BA%81>,
        <http://lexvo.org/id/term/lav/aramie%C5%A1u>,
        <http://lexvo.org/id/term/lit/imperin%C4%97%20aramaik%C5%B3>,
        <http://lexvo.org/id/term/mal/%E0%B4%85%E0%B5%BC%E0%B4%AE%E0%B4%BF>,
        <http://lexvo.org/id/term/mar/%E0%A4%87%E0%A4%AE%E0%A5%8D%E0%A4%AA%E0%A4%BF%E0%A4%B0%E0%A4%BF%E0%A4%AF%E0%A4%B2%20%E0%A4%86%E0%A4%B0%E0%A5%8D%E0%A4%AE%E0%A5%87%E0%A4%A8%E0%A4%BF%E0%A4%95>,
        <http://lexvo.org/id/term/nep/%E0%A4%86%E0%A4%B0%E0%A5%8D%E0%A4%AE%E0%A5%80>,
        <http://lexvo.org/id/term/nld/Keizerlijk%20Aramees>,
        <http://lexvo.org/id/term/nno/armisk>,
        <http://lexvo.org/id/term/nob/arameisk>,
        <http://lexvo.org/id/term/ori/%E0%AC%87%E0%AC%AE%E0%AD%8D%E0%AC%AA%E0%AD%87%E0%AC%B0%E0%AC%BF%E0%AC%86%E0%AC%B2%E0%AD%8D%20%E0%AC%86%E0%AC%B0%E0%AC%AE%E0%AC%BF%E0%AC%95%E0%AD%8D>,
        <http://lexvo.org/id/term/pol/armi>,
        <http://lexvo.org/id/term/por/aramaico%20imperial>,
        <http://lexvo.org/id/term/por/armi>,
        <http://lexvo.org/id/term/roh/arameic%20imperial>,
        <http://lexvo.org/id/term/rus/%D0%90%D1%80%D0%B0%D0%BC%D0%B5%D0%B9%D1%81%D0%BA%D0%B0%D1%8F>,
        <http://lexvo.org/id/term/slv/imperialno-aramejski>,
        <http://lexvo.org/id/term/srp-Latn/imperijsko%20aramejsko%20pismo>,
        <http://lexvo.org/id/term/srp/%D0%B8%D0%BC%D0%BF%D0%B5%D1%80%D0%B8%D1%98%D1%81%D0%BA%D0%BE%20%D0%B0%D1%80%D0%B0%D0%BC%D0%B5%D1%98%D1%81%D0%BA%D0%BE%20%D0%BF%D0%B8%D1%81%D0%BC%D0%BE>,
        <http://lexvo.org/id/term/swe/imperisk%20arameiska>,
        <http://lexvo.org/id/term/tam/%E0%AE%87%E0%AE%AE%E0%AF%8D%E0%AE%AA%E0%AF%87%E0%AE%B0%E0%AE%BF%E0%AE%AF%E0%AE%B2%E0%AF%8D%20%E0%AE%85%E0%AE%B0%E0%AE%AE%E0%AF%86%E0%AE%AF%E0%AF%8D%E0%AE%95%E0%AF%8D>,
        <http://lexvo.org/id/term/tel/%E0%B0%87%E0%B0%82%E0%B0%AA%E0%B1%80%E0%B0%B0%E0%B0%BF%E0%B0%AF%E0%B0%B2%E0%B1%8D%20%E0%B0%85%E0%B0%B0%E0%B0%BE%E0%B0%AE%E0%B0%BE%E0%B0%95%E0%B1%8D>,
        <http://lexvo.org/id/term/tha/%E0%B8%AD%E0%B8%B4%E0%B8%A1%E0%B8%9E%E0%B8%B5%E0%B9%80%E0%B8%A3%E0%B8%B5%E0%B8%A2%E0%B8%A5%20%E0%B8%AD%E0%B8%A3%E0%B8%B2%E0%B9%80%E0%B8%A1%E0%B8%AD%E0%B8%B4%E0%B8%81>,
        <http://lexvo.org/id/term/tur/%C4%B0mparatorluk%20Aramicesi>,
        <http://lexvo.org/id/term/ukr/%D0%90%D1%80%D0%BC%D1%96>,
        <http://lexvo.org/id/term/vie/Ch%E1%BB%AF%20Imperial%20Aramaic> .

<http://lexvo.org/id/script/Armn> a lvont:Script ;
    rdfs:label "Armeens"@af,
        "አርሜንያዊ"@am,
        "الأرمينية"@ar,
        "armeniu"@ast,
        "erməni"@az,
        "армянскае"@be,
        "Арменска"@bg,
        "আর্মেনীয়"@bn,
        "armenianek"@br,
        "अर्मेनियाई"@brx,
        "jermensko pismo"@bs,
        "јерменско писмо"@bs-Cyrl,
        "armeni"@ca,
        "亚美尼亚文"@cmn,
        "亞美尼亞文"@cmn-Hant,
        "arménské"@cs,
        "Armenaidd"@cy,
        "armensk"@da,
        "Armenisch"@de,
        "ཨར་མི་ནི་ཡཱན་ཡིག་གུ"@dz,
        "armeniagbeŋɔŋlɔ"@ee,
        "Αρμενικό"@el,
        "Armenian"@en,
        "𐐂𐑉𐑋𐐨𐑌𐐨𐐲𐑌"@en-Dsrt,
        "armenio"@es,
        "armeenia"@et,
        "Armeniera"@eu,
        "ارمنی"@fa,
        "armenialainen"@fi,
        "Armenian"@fil,
        "arménien"@fr,
        "armen"@fur,
        "Airméanach"@ga,
        "Airmeineach"@gd,
        "Armenio"@gl,
        "Armenisch"@gsw,
        "અર્મેનિયન"@gu,
        "ארמני"@he,
        "अर्मेनियाई"@hi,
        "armensko pismo"@hr,
        "Örmény"@hu,
        "Armenia"@id,
        "armenska"@is,
        "armeno"@it,
        "アルメニア文字"@ja,
        "სომხური"@ka,
        "armeniu"@kea,
        "армян жазуы"@kk,
        "អារមេនី"@km,
        "ಅರ್ಮೇನಿಯನ್"@kn,
        "아르메니아 문자"@ko,
        "اَرمانیَن"@ks,
        "armeenesche Schreff"@ksh,
        "ອາເມີນ່ຽນ"@lo,
        "armėnų"@lt,
        "armēņu"@lv,
        "ерменско писмо"@mk,
        "അർമേനിയൻ"@ml,
        "अर्मेनियन"@mr,
        "အာမေးနီးယား"@my,
        "armensk"@nb,
        "आर्मेनियन"@ne,
        "Armeens"@nl,
        "armensk"@nn,
        "ଆର୍ମେନିଆନ୍"@or,
        "ormiańskie"@pl,
        "arménio"@pt,
        "armênio"@pt,
        "armen"@rm,
        "armeană"@ro,
        "Армянская"@ru,
        "Эрмээннии"@sah,
        "ආර්මේනියානු"@si,
        "Arménsky"@sk,
        "armenski"@sl,
        "јерменско писмо"@sr,
        "jermensko pismo"@sr-Latn,
        "armeniska"@sv,
        "Kiarmenia"@swh,
        "அர்மேனியன்"@ta,
        "అర్మేనియన్"@te,
        "อาร์เมเนีย"@th,
        "tohinima fakaʻamīnia"@to,
        "Ermeni"@tr,
        "Вірменський"@uk,
        "آرمینیائی"@ur,
        "Chữ Armenia"@vi,
        "Armeniš"@wae,
        "Armenia"@zsm,
        "isi-Armenian"@zu ;
    lvont:iso15924Alphacode "Armn"^^xsd:string ;
    lvont:label <http://lexvo.org/id/term/afr/Armeens>,
        <http://lexvo.org/id/term/amh/%E1%8A%A0%E1%88%AD%E1%88%9C%E1%8A%95%E1%8B%AB%E1%8B%8A>,
        <http://lexvo.org/id/term/ara/%D8%A7%D9%84%D8%A3%D8%B1%D9%85%D9%8A%D9%86%D9%8A%D8%A9>,
        <http://lexvo.org/id/term/ast/armeniu>,
        <http://lexvo.org/id/term/aze/erm%C9%99ni>,
        <http://lexvo.org/id/term/bel/%D0%B0%D1%80%D0%BC%D1%8F%D0%BD%D1%81%D0%BA%D0%B0%D0%B5>,
        <http://lexvo.org/id/term/ben/%E0%A6%86%E0%A6%B0%E0%A7%8D%E0%A6%AE%E0%A7%87%E0%A6%A8%E0%A7%80%E0%A6%AF%E0%A6%BC>,
        <http://lexvo.org/id/term/bos-Cyrl/%D1%98%D0%B5%D1%80%D0%BC%D0%B5%D0%BD%D1%81%D0%BA%D0%BE%20%D0%BF%D0%B8%D1%81%D0%BC%D0%BE>,
        <http://lexvo.org/id/term/bos/jermensko%20pismo>,
        <http://lexvo.org/id/term/bre/armenianek>,
        <http://lexvo.org/id/term/brx/%E0%A4%85%E0%A4%B0%E0%A5%8D%E0%A4%AE%E0%A5%87%E0%A4%A8%E0%A4%BF%E0%A4%AF%E0%A4%BE%E0%A4%88>,
        <http://lexvo.org/id/term/bul/%D0%90%D1%80%D0%BC%D0%B5%D0%BD%D1%81%D0%BA%D0%B0>,
        <http://lexvo.org/id/term/cat/armeni>,
        <http://lexvo.org/id/term/ces/arm%C3%A9nsk%C3%A9>,
        <http://lexvo.org/id/term/cmn-Hant/%E4%BA%9E%E7%BE%8E%E5%B0%BC%E4%BA%9E%E6%96%87>,
        <http://lexvo.org/id/term/cmn/%E4%BA%9A%E7%BE%8E%E5%B0%BC%E4%BA%9A%E6%96%87>,
        <http://lexvo.org/id/term/cym/Armenaidd>,
        <http://lexvo.org/id/term/dan/armensk>,
        <http://lexvo.org/id/term/deu/Armenisch>,
        <http://lexvo.org/id/term/dzo/%E0%BD%A8%E0%BD%A2%E0%BC%8B%E0%BD%98%E0%BD%B2%E0%BC%8B%E0%BD%93%E0%BD%B2%E0%BC%8B%E0%BD%A1%E0%BD%B1%E0%BD%93%E0%BC%8B%E0%BD%A1%E0%BD%B2%E0%BD%82%E0%BC%8B%E0%BD%82%E0%BD%B4>,
        <http://lexvo.org/id/term/ell/%CE%91%CF%81%CE%BC%CE%B5%CE%BD%CE%B9%CE%BA%CF%8C>,
        <http://lexvo.org/id/term/eng-Dsrt/%F0%90%90%82%F0%90%91%89%F0%90%91%8B%F0%90%90%A8%F0%90%91%8C%F0%90%90%A8%F0%90%90%B2%F0%90%91%8C>,
        <http://lexvo.org/id/term/eng/Armenian>,
        <http://lexvo.org/id/term/est/armeenia>,
        <http://lexvo.org/id/term/eus/Armeniera>,
        <http://lexvo.org/id/term/ewe/armeniagbe%C5%8B%C9%94%C5%8Bl%C9%94>,
        <http://lexvo.org/id/term/fas/%D8%A7%D8%B1%D9%85%D9%86%DB%8C>,
        <http://lexvo.org/id/term/fil/Armenian>,
        <http://lexvo.org/id/term/fin/armenialainen>,
        <http://lexvo.org/id/term/fra/arm%C3%A9nien>,
        <http://lexvo.org/id/term/fur/armen>,
        <http://lexvo.org/id/term/gla/Airmeineach>,
        <http://lexvo.org/id/term/gle/Airm%C3%A9anach>,
        <http://lexvo.org/id/term/glg/Armenio>,
        <http://lexvo.org/id/term/gsw/Armenisch>,
        <http://lexvo.org/id/term/guj/%E0%AA%85%E0%AA%B0%E0%AB%8D%E0%AA%AE%E0%AB%87%E0%AA%A8%E0%AA%BF%E0%AA%AF%E0%AA%A8>,
        <http://lexvo.org/id/term/heb/%D7%90%D7%A8%D7%9E%D7%A0%D7%99>,
        <http://lexvo.org/id/term/hin/%E0%A4%85%E0%A4%B0%E0%A5%8D%E0%A4%AE%E0%A5%87%E0%A4%A8%E0%A4%BF%E0%A4%AF%E0%A4%BE%E0%A4%88>,
        <http://lexvo.org/id/term/hrv/armensko%20pismo>,
        <http://lexvo.org/id/term/hun/%C3%96rm%C3%A9ny>,
        <http://lexvo.org/id/term/ind/Armenia>,
        <http://lexvo.org/id/term/isl/armenska>,
        <http://lexvo.org/id/term/ita/armeno>,
        <http://lexvo.org/id/term/jpn/%E3%82%A2%E3%83%AB%E3%83%A1%E3%83%8B%E3%82%A2%E6%96%87%E5%AD%97>,
        <http://lexvo.org/id/term/kan/%E0%B2%85%E0%B2%B0%E0%B3%8D%E0%B2%AE%E0%B3%87%E0%B2%A8%E0%B2%BF%E0%B2%AF%E0%B2%A8%E0%B3%8D>,
        <http://lexvo.org/id/term/kas/%D8%A7%D9%8E%D8%B1%D9%85%D8%A7%D9%86%DB%8C%D9%8E%D9%86>,
        <http://lexvo.org/id/term/kat/%E1%83%A1%E1%83%9D%E1%83%9B%E1%83%AE%E1%83%A3%E1%83%A0%E1%83%98>,
        <http://lexvo.org/id/term/kaz/%D0%B0%D1%80%D0%BC%D1%8F%D0%BD%20%D0%B6%D0%B0%D0%B7%D1%83%D1%8B>,
        <http://lexvo.org/id/term/kea/armeniu>,
        <http://lexvo.org/id/term/khm/%E1%9E%A2%E1%9E%B6%E1%9E%9A%E1%9E%98%E1%9F%81%E1%9E%93%E1%9E%B8>,
        <http://lexvo.org/id/term/kor/%EC%95%84%EB%A5%B4%EB%A9%94%EB%8B%88%EC%95%84%20%EB%AC%B8%EC%9E%90>,
        <http://lexvo.org/id/term/ksh/armeenesche%20Schreff>,
        <http://lexvo.org/id/term/lao/%E0%BA%AD%E0%BA%B2%E0%BB%80%E0%BA%A1%E0%BA%B5%E0%BA%99%E0%BB%88%E0%BA%BD%E0%BA%99>,
        <http://lexvo.org/id/term/lav/arm%C4%93%C5%86u>,
        <http://lexvo.org/id/term/lit/arm%C4%97n%C5%B3>,
        <http://lexvo.org/id/term/mal/%E0%B4%85%E0%B5%BC%E0%B4%AE%E0%B5%87%E0%B4%A8%E0%B4%BF%E0%B4%AF%E0%B5%BB>,
        <http://lexvo.org/id/term/mar/%E0%A4%85%E0%A4%B0%E0%A5%8D%E0%A4%AE%E0%A5%87%E0%A4%A8%E0%A4%BF%E0%A4%AF%E0%A4%A8>,
        <http://lexvo.org/id/term/mkd/%D0%B5%D1%80%D0%BC%D0%B5%D0%BD%D1%81%D0%BA%D0%BE%20%D0%BF%D0%B8%D1%81%D0%BC%D0%BE>,
        <http://lexvo.org/id/term/mya/%E1%80%A1%E1%80%AC%E1%80%99%E1%80%B1%E1%80%B8%E1%80%94%E1%80%AE%E1%80%B8%E1%80%9A%E1%80%AC%E1%80%B8>,
        <http://lexvo.org/id/term/nep/%E0%A4%86%E0%A4%B0%E0%A5%8D%E0%A4%AE%E0%A5%87%E0%A4%A8%E0%A4%BF%E0%A4%AF%E0%A4%A8>,
        <http://lexvo.org/id/term/nld/Armeens>,
        <http://lexvo.org/id/term/nno/armensk>,
        <http://lexvo.org/id/term/nob/armensk>,
        <http://lexvo.org/id/term/ori/%E0%AC%86%E0%AC%B0%E0%AD%8D%E0%AC%AE%E0%AD%87%E0%AC%A8%E0%AC%BF%E0%AC%86%E0%AC%A8%E0%AD%8D>,
        <http://lexvo.org/id/term/pol/ormia%C5%84skie>,
        <http://lexvo.org/id/term/por/arm%C3%A9nio>,
        <http://lexvo.org/id/term/por/arm%C3%AAnio>,
        <http://lexvo.org/id/term/roh/armen>,
        <http://lexvo.org/id/term/ron/armean%C4%83>,
        <http://lexvo.org/id/term/rus/%D0%90%D1%80%D0%BC%D1%8F%D0%BD%D1%81%D0%BA%D0%B0%D1%8F>,
        <http://lexvo.org/id/term/sah/%D0%AD%D1%80%D0%BC%D1%8D%D1%8D%D0%BD%D0%BD%D0%B8%D0%B8>,
        <http://lexvo.org/id/term/sin/%E0%B6%86%E0%B6%BB%E0%B7%8A%E0%B6%B8%E0%B7%9A%E0%B6%B1%E0%B7%92%E0%B6%BA%E0%B7%8F%E0%B6%B1%E0%B7%94>,
        <http://lexvo.org/id/term/slk/Arm%C3%A9nsky>,
        <http://lexvo.org/id/term/slv/armenski>,
        <http://lexvo.org/id/term/spa/armenio>,
        <http://lexvo.org/id/term/srp-Latn/jermensko%20pismo>,
        <http://lexvo.org/id/term/srp/%D1%98%D0%B5%D1%80%D0%BC%D0%B5%D0%BD%D1%81%D0%BA%D0%BE%20%D0%BF%D0%B8%D1%81%D0%BC%D0%BE>,
        <http://lexvo.org/id/term/swe/armeniska>,
        <http://lexvo.org/id/term/swh/Kiarmenia>,
        <http://lexvo.org/id/term/tam/%E0%AE%85%E0%AE%B0%E0%AF%8D%E0%AE%AE%E0%AF%87%E0%AE%A9%E0%AE%BF%E0%AE%AF%E0%AE%A9%E0%AF%8D>,
        <http://lexvo.org/id/term/tel/%E0%B0%85%E0%B0%B0%E0%B1%8D%E0%B0%AE%E0%B1%87%E0%B0%A8%E0%B0%BF%E0%B0%AF%E0%B0%A8%E0%B1%8D>,
        <http://lexvo.org/id/term/tha/%E0%B8%AD%E0%B8%B2%E0%B8%A3%E0%B9%8C%E0%B9%80%E0%B8%A1%E0%B9%80%E0%B8%99%E0%B8%B5%E0%B8%A2>,
        <http://lexvo.org/id/term/ton/tohinima%20faka%CA%BBam%C4%ABnia>,
        <http://lexvo.org/id/term/tur/Ermeni>,
        <http://lexvo.org/id/term/ukr/%D0%92%D1%96%D1%80%D0%BC%D0%B5%D0%BD%D1%81%D1%8C%D0%BA%D0%B8%D0%B9>,
        <http://lexvo.org/id/term/urd/%D8%A2%D8%B1%D9%85%DB%8C%D9%86%DB%8C%D8%A7%D8%A6%DB%8C>,
        <http://lexvo.org/id/term/vie/Ch%E1%BB%AF%20Armenia>,
        <http://lexvo.org/id/term/wae/Armeni%C5%A1>,
        <http://lexvo.org/id/term/zsm/Armenia>,
        <http://lexvo.org/id/term/zul/isi-Armenian> .

<http://lexvo.org/id/script/Avst> a lvont:Script ;
    rdfs:label "avestan"@az,
        "Авестанска"@bg,
        "আভেসতান"@bn,
        "avestek"@br,
        "अवस्तन्"@brx,
        "avestansko pismo"@bs,
        "авестанско писмо"@bs-Cyrl,
        "avèstic"@ca,
        "阿维斯陀文"@cmn,
        "阿維斯陀文"@cmn-Hant,
        "avestansk"@da,
        "Avestisch"@de,
        "avesta gbeŋɔŋlɔ"@ee,
        "Αβεστάν"@el,
        "Avestan"@en,
        "𐐊𐑂𐐯𐑅𐐻𐐲𐑌"@en-Dsrt,
        "avéstico"@es,
        "avesta"@et,
        "اوستایی"@fa,
        "avestalainen"@fi,
        "avestique"@fr,
        "Aveschtisch"@gsw,
        "અવેસ્તન"@gu,
        "अवेस्तन"@hi,
        "avestansko pismo"@hr,
        "Avesztán"@hu,
        "Avesta"@id,
        "avestíska"@is,
        "アヴェスター文字"@ja,
        "ಅವೆಸ್ತಾನ್"@kn,
        "아베스타 문자"@ko,
        "اَویستَن"@ks,
        "ອະເວສຕະ"@lo,
        "avestano"@lt,
        "അവെസ്ഥൻ"@ml,
        "अवेस्तान"@mr,
        "avestisk"@nb,
        "आभेस्टान"@ne,
        "Avestaans"@nl,
        "avestisk"@nn,
        "ଆବେସ୍ଥାନ୍"@or,
        "awestyjskie"@pl,
        "avéstico"@pt,
        "avestic"@rm,
        "Авестийская"@ru,
        "avestanski"@sl,
        "авестанско писмо"@sr,
        "avestansko pismo"@sr-Latn,
        "avestiska"@sv,
        "அவெஸ்தான்"@ta,
        "అవేస్టాన్"@te,
        "อเวสตะ"@th,
        "Avesta"@tr,
        "Авестійський"@uk,
        "Chữ Avestan"@vi ;
    lvont:iso15924Alphacode "Avst"^^xsd:string ;
    lvont:label <http://lexvo.org/id/term/aze/avestan>,
        <http://lexvo.org/id/term/ben/%E0%A6%86%E0%A6%AD%E0%A7%87%E0%A6%B8%E0%A6%A4%E0%A6%BE%E0%A6%A8>,
        <http://lexvo.org/id/term/bos-Cyrl/%D0%B0%D0%B2%D0%B5%D1%81%D1%82%D0%B0%D0%BD%D1%81%D0%BA%D0%BE%20%D0%BF%D0%B8%D1%81%D0%BC%D0%BE>,
        <http://lexvo.org/id/term/bos/avestansko%20pismo>,
        <http://lexvo.org/id/term/bre/avestek>,
        <http://lexvo.org/id/term/brx/%E0%A4%85%E0%A4%B5%E0%A4%B8%E0%A5%8D%E0%A4%A4%E0%A4%A8%E0%A5%8D>,
        <http://lexvo.org/id/term/bul/%D0%90%D0%B2%D0%B5%D1%81%D1%82%D0%B0%D0%BD%D1%81%D0%BA%D0%B0>,
        <http://lexvo.org/id/term/cat/av%C3%A8stic>,
        <http://lexvo.org/id/term/cmn-Hant/%E9%98%BF%E7%B6%AD%E6%96%AF%E9%99%80%E6%96%87>,
        <http://lexvo.org/id/term/cmn/%E9%98%BF%E7%BB%B4%E6%96%AF%E9%99%80%E6%96%87>,
        <http://lexvo.org/id/term/dan/avestansk>,
        <http://lexvo.org/id/term/deu/Avestisch>,
        <http://lexvo.org/id/term/ell/%CE%91%CE%B2%CE%B5%CF%83%CF%84%CE%AC%CE%BD>,
        <http://lexvo.org/id/term/eng-Dsrt/%F0%90%90%8A%F0%90%91%82%F0%90%90%AF%F0%90%91%85%F0%90%90%BB%F0%90%90%B2%F0%90%91%8C>,
        <http://lexvo.org/id/term/eng/Avestan>,
        <http://lexvo.org/id/term/est/avesta>,
        <http://lexvo.org/id/term/ewe/avesta%20gbe%C5%8B%C9%94%C5%8Bl%C9%94>,
        <http://lexvo.org/id/term/fas/%D8%A7%D9%88%D8%B3%D8%AA%D8%A7%DB%8C%DB%8C>,
        <http://lexvo.org/id/term/fin/avestalainen>,
        <http://lexvo.org/id/term/fra/avestique>,
        <http://lexvo.org/id/term/gsw/Aveschtisch>,
        <http://lexvo.org/id/term/guj/%E0%AA%85%E0%AA%B5%E0%AB%87%E0%AA%B8%E0%AB%8D%E0%AA%A4%E0%AA%A8>,
        <http://lexvo.org/id/term/hin/%E0%A4%85%E0%A4%B5%E0%A5%87%E0%A4%B8%E0%A5%8D%E0%A4%A4%E0%A4%A8>,
        <http://lexvo.org/id/term/hrv/avestansko%20pismo>,
        <http://lexvo.org/id/term/hun/Aveszt%C3%A1n>,
        <http://lexvo.org/id/term/ind/Avesta>,
        <http://lexvo.org/id/term/isl/avest%C3%ADska>,
        <http://lexvo.org/id/term/jpn/%E3%82%A2%E3%83%B4%E3%82%A7%E3%82%B9%E3%82%BF%E3%83%BC%E6%96%87%E5%AD%97>,
        <http://lexvo.org/id/term/kan/%E0%B2%85%E0%B2%B5%E0%B3%86%E0%B2%B8%E0%B3%8D%E0%B2%A4%E0%B2%BE%E0%B2%A8%E0%B3%8D>,
        <http://lexvo.org/id/term/kas/%D8%A7%D9%8E%D9%88%DB%8C%D8%B3%D8%AA%D9%8E%D9%86>,
        <http://lexvo.org/id/term/kor/%EC%95%84%EB%B2%A0%EC%8A%A4%ED%83%80%20%EB%AC%B8%EC%9E%90>,
        <http://lexvo.org/id/term/lao/%E0%BA%AD%E0%BA%B0%E0%BB%80%E0%BA%A7%E0%BA%AA%E0%BA%95%E0%BA%B0>,
        <http://lexvo.org/id/term/lit/avestano>,
        <http://lexvo.org/id/term/mal/%E0%B4%85%E0%B4%B5%E0%B5%86%E0%B4%B8%E0%B5%8D%E0%B4%A5%E0%B5%BB>,
        <http://lexvo.org/id/term/mar/%E0%A4%85%E0%A4%B5%E0%A5%87%E0%A4%B8%E0%A5%8D%E0%A4%A4%E0%A4%BE%E0%A4%A8>,
        <http://lexvo.org/id/term/nep/%E0%A4%86%E0%A4%AD%E0%A5%87%E0%A4%B8%E0%A5%8D%E0%A4%9F%E0%A4%BE%E0%A4%A8>,
        <http://lexvo.org/id/term/nld/Avestaans>,
        <http://lexvo.org/id/term/nno/avestisk>,
        <http://lexvo.org/id/term/nob/avestisk>,
        <http://lexvo.org/id/term/ori/%E0%AC%86%E0%AC%AC%E0%AD%87%E0%AC%B8%E0%AD%8D%E0%AC%A5%E0%AC%BE%E0%AC%A8%E0%AD%8D>,
        <http://lexvo.org/id/term/pol/awestyjskie>,
        <http://lexvo.org/id/term/por/av%C3%A9stico>,
        <http://lexvo.org/id/term/roh/avestic>,
        <http://lexvo.org/id/term/rus/%D0%90%D0%B2%D0%B5%D1%81%D1%82%D0%B8%D0%B9%D1%81%D0%BA%D0%B0%D1%8F>,
        <http://lexvo.org/id/term/slv/avestanski>,
        <http://lexvo.org/id/term/spa/av%C3%A9stico>,
        <http://lexvo.org/id/term/srp-Latn/avestansko%20pismo>,
        <http://lexvo.org/id/term/srp/%D0%B0%D0%B2%D0%B5%D1%81%D1%82%D0%B0%D0%BD%D1%81%D0%BA%D0%BE%20%D0%BF%D0%B8%D1%81%D0%BC%D0%BE>,
        <http://lexvo.org/id/term/swe/avestiska>,
        <http://lexvo.org/id/term/tam/%E0%AE%85%E0%AE%B5%E0%AF%86%E0%AE%B8%E0%AF%8D%E0%AE%A4%E0%AE%BE%E0%AE%A9%E0%AF%8D>,
        <http://lexvo.org/id/term/tel/%E0%B0%85%E0%B0%B5%E0%B1%87%E0%B0%B8%E0%B1%8D%E0%B0%9F%E0%B0%BE%E0%B0%A8%E0%B1%8D>,
        <http://lexvo.org/id/term/tha/%E0%B8%AD%E0%B9%80%E0%B8%A7%E0%B8%AA%E0%B8%95%E0%B8%B0>,
        <http://lexvo.org/id/term/tur/Avesta>,
        <http://lexvo.org/id/term/ukr/%D0%90%D0%B2%D0%B5%D1%81%D1%82%D1%96%D0%B9%D1%81%D1%8C%D0%BA%D0%B8%D0%B9>,
        <http://lexvo.org/id/term/vie/Ch%E1%BB%AF%20Avestan> .

<http://lexvo.org/id/script/Bali> a lvont:Script ;
    rdfs:label "البالية"@ar,
        "bali"@az,
        "Балийски"@bg,
        "বালীয়"@bn,
        "balinek"@br,
        "बाली"@brx,
        "balijsko pismo"@bs,
        "балијско писмо"@bs-Cyrl,
        "balinès"@ca,
        "巴厘文"@cmn,
        "峇里文"@cmn-Hant,
        "balijské"@cs,
        "balinesisk"@da,
        "Balinesisch"@de,
        "balini gbeŋɔŋlɔ"@ee,
        "Μπαλινίζ"@el,
        "Balinese"@en,
        "𐐒𐐪𐑊𐐲𐑌𐐨𐑆"@en-Dsrt,
        "balinés"@es,
        "bali"@et,
        "بالیایی"@fa,
        "balilainen"@fi,
        "balinais"@fr,
        "balinês"@fur,
        "Balinesisch"@gsw,
        "બાલીનીઝ"@gu,
        "באלינזי"@he,
        "बाली"@hi,
        "balijsko pismo"@hr,
        "Balinéz"@hu,
        "Bali"@id,
        "balinesíska"@is,
        "balinese"@it,
        "バリ文字"@ja,
        "ბალი"@ka,
        "ಬಾಲಿನೀಸ್"@kn,
        "발리 문자"@ko,
        "بالَنیٖز"@ks,
        "ບາລີ"@lo,
        "baliešu"@lv,
        "ബാലിനീസ്"@ml,
        "बाली"@mr,
        "balinesisk"@nb,
        "बाली"@ne,
        "Balinees"@nl,
        "balinesisk"@nn,
        "ବାଲିନୀଜ୍"@or,
        "balijskie"@pl,
        "balinês"@pt,
        "balinais"@rm,
        "balineză"@ro,
        "Балийская"@ru,
        "balijský"@sk,
        "balijski"@sl,
        "балијско писмо"@sr,
        "balijsko pismo"@sr-Latn,
        "balinesiska"@sv,
        "பாலினீஸ்"@ta,
        "బాలినీస్"@te,
        "บาหลี"@th,
        "Bali Dili"@tr,
        "Балійський"@uk,
        "Chữ Bali"@vi ;
    lvont:iso15924Alphacode "Bali"^^xsd:string ;
    lvont:label <http://lexvo.org/id/term/ara/%D8%A7%D9%84%D8%A8%D8%A7%D9%84%D9%8A%D8%A9>,
        <http://lexvo.org/id/term/aze/bali>,
        <http://lexvo.org/id/term/ben/%E0%A6%AC%E0%A6%BE%E0%A6%B2%E0%A7%80%E0%A6%AF%E0%A6%BC>,
        <http://lexvo.org/id/term/bos-Cyrl/%D0%B1%D0%B0%D0%BB%D0%B8%D1%98%D1%81%D0%BA%D0%BE%20%D0%BF%D0%B8%D1%81%D0%BC%D0%BE>,
        <http://lexvo.org/id/term/bos/balijsko%20pismo>,
        <http://lexvo.org/id/term/bre/balinek>,
        <http://lexvo.org/id/term/brx/%E0%A4%AC%E0%A4%BE%E0%A4%B2%E0%A5%80>,
        <http://lexvo.org/id/term/bul/%D0%91%D0%B0%D0%BB%D0%B8%D0%B9%D1%81%D0%BA%D0%B8>,
        <http://lexvo.org/id/term/cat/balin%C3%A8s>,
        <http://lexvo.org/id/term/ces/balijsk%C3%A9>,
        <http://lexvo.org/id/term/cmn-Hant/%E5%B3%87%E9%87%8C%E6%96%87>,
        <http://lexvo.org/id/term/cmn/%E5%B7%B4%E5%8E%98%E6%96%87>,
        <http://lexvo.org/id/term/dan/balinesisk>,
        <http://lexvo.org/id/term/deu/Balinesisch>,
        <http://lexvo.org/id/term/ell/%CE%9C%CF%80%CE%B1%CE%BB%CE%B9%CE%BD%CE%AF%CE%B6>,
        <http://lexvo.org/id/term/eng-Dsrt/%F0%90%90%92%F0%90%90%AA%F0%90%91%8A%F0%90%90%B2%F0%90%91%8C%F0%90%90%A8%F0%90%91%86>,
        <http://lexvo.org/id/term/eng/Balinese>,
        <http://lexvo.org/id/term/est/bali>,
        <http://lexvo.org/id/term/ewe/balini%20gbe%C5%8B%C9%94%C5%8Bl%C9%94>,
        <http://lexvo.org/id/term/fas/%D8%A8%D8%A7%D9%84%DB%8C%D8%A7%DB%8C%DB%8C>,
        <http://lexvo.org/id/term/fin/balilainen>,
        <http://lexvo.org/id/term/fra/balinais>,
        <http://lexvo.org/id/term/fur/balin%C3%AAs>,
        <http://lexvo.org/id/term/gsw/Balinesisch>,
        <http://lexvo.org/id/term/guj/%E0%AA%AC%E0%AA%BE%E0%AA%B2%E0%AB%80%E0%AA%A8%E0%AB%80%E0%AA%9D>,
        <http://lexvo.org/id/term/heb/%D7%91%D7%90%D7%9C%D7%99%D7%A0%D7%96%D7%99>,
        <http://lexvo.org/id/term/hin/%E0%A4%AC%E0%A4%BE%E0%A4%B2%E0%A5%80>,
        <http://lexvo.org/id/term/hrv/balijsko%20pismo>,
        <http://lexvo.org/id/term/hun/Balin%C3%A9z>,
        <http://lexvo.org/id/term/ind/Bali>,
        <http://lexvo.org/id/term/isl/balines%C3%ADska>,
        <http://lexvo.org/id/term/ita/balinese>,
        <http://lexvo.org/id/term/jpn/%E3%83%90%E3%83%AA%E6%96%87%E5%AD%97>,
        <http://lexvo.org/id/term/kan/%E0%B2%AC%E0%B2%BE%E0%B2%B2%E0%B2%BF%E0%B2%A8%E0%B3%80%E0%B2%B8%E0%B3%8D>,
        <http://lexvo.org/id/term/kas/%D8%A8%D8%A7%D9%84%D9%8E%D9%86%DB%8C%D9%96%D8%B2>,
        <http://lexvo.org/id/term/kat/%E1%83%91%E1%83%90%E1%83%9A%E1%83%98>,
        <http://lexvo.org/id/term/kor/%EB%B0%9C%EB%A6%AC%20%EB%AC%B8%EC%9E%90>,
        <http://lexvo.org/id/term/lao/%E0%BA%9A%E0%BA%B2%E0%BA%A5%E0%BA%B5>,
        <http://lexvo.org/id/term/lav/balie%C5%A1u>,
        <http://lexvo.org/id/term/mal/%E0%B4%AC%E0%B4%BE%E0%B4%B2%E0%B4%BF%E0%B4%A8%E0%B5%80%E0%B4%B8%E0%B5%8D>,
        <http://lexvo.org/id/term/mar/%E0%A4%AC%E0%A4%BE%E0%A4%B2%E0%A5%80>,
        <http://lexvo.org/id/term/nep/%E0%A4%AC%E0%A4%BE%E0%A4%B2%E0%A5%80>,
        <http://lexvo.org/id/term/nld/Balinees>,
        <http://lexvo.org/id/term/nno/balinesisk>,
        <http://lexvo.org/id/term/nob/balinesisk>,
        <http://lexvo.org/id/term/ori/%E0%AC%AC%E0%AC%BE%E0%AC%B2%E0%AC%BF%E0%AC%A8%E0%AD%80%E0%AC%9C%E0%AD%8D>,
        <http://lexvo.org/id/term/pol/balijskie>,
        <http://lexvo.org/id/term/por/balin%C3%AAs>,
        <http://lexvo.org/id/term/roh/balinais>,
        <http://lexvo.org/id/term/ron/balinez%C4%83>,
        <http://lexvo.org/id/term/rus/%D0%91%D0%B0%D0%BB%D0%B8%D0%B9%D1%81%D0%BA%D0%B0%D1%8F>,
        <http://lexvo.org/id/term/slk/balijsk%C3%BD>,
        <http://lexvo.org/id/term/slv/balijski>,
        <http://lexvo.org/id/term/spa/balin%C3%A9s>,
        <http://lexvo.org/id/term/srp-Latn/balijsko%20pismo>,
        <http://lexvo.org/id/term/srp/%D0%B1%D0%B0%D0%BB%D0%B8%D1%98%D1%81%D0%BA%D0%BE%20%D0%BF%D0%B8%D1%81%D0%BC%D0%BE>,
        <http://lexvo.org/id/term/swe/balinesiska>,
        <http://lexvo.org/id/term/tam/%E0%AE%AA%E0%AE%BE%E0%AE%B2%E0%AE%BF%E0%AE%A9%E0%AF%80%E0%AE%B8%E0%AF%8D>,
        <http://lexvo.org/id/term/tel/%E0%B0%AC%E0%B0%BE%E0%B0%B2%E0%B0%BF%E0%B0%A8%E0%B1%80%E0%B0%B8%E0%B1%8D>,
        <http://lexvo.org/id/term/tha/%E0%B8%9A%E0%B8%B2%E0%B8%AB%E0%B8%A5%E0%B8%B5>,
        <http://lexvo.org/id/term/tur/Bali%20Dili>,
        <http://lexvo.org/id/term/ukr/%D0%91%D0%B0%D0%BB%D1%96%D0%B9%D1%81%D1%8C%D0%BA%D0%B8%D0%B9>,
        <http://lexvo.org/id/term/vie/Ch%E1%BB%AF%20Bali> .

<http://lexvo.org/id/script/Bamu> a lvont:Script ;
    rdfs:label "bamum"@ca,
        "巴姆穆文"@cmn,
        "巴姆穆文"@cmn-Hant,
        "bamun"@da,
        "bamum gbeŋɔŋlɔ"@ee,
        "Bamum"@en,
        "bamum"@fi,
        "bamoum"@fr,
        "Bamum"@id,
        "bamun"@is,
        "バムン文字"@ja,
        "바뭄 문자"@ko,
        "ບາມູມ"@lo,
        "bamun"@nn,
        "bamum"@pl,
        "bamunska"@sv,
        "บามุม"@th,
        "Chữ Bamum"@vi ;
    lvont:iso15924Alphacode "Bamu"^^xsd:string ;
    lvont:label <http://lexvo.org/id/term/cat/bamum>,
        <http://lexvo.org/id/term/cmn-Hant/%E5%B7%B4%E5%A7%86%E7%A9%86%E6%96%87>,
        <http://lexvo.org/id/term/cmn/%E5%B7%B4%E5%A7%86%E7%A9%86%E6%96%87>,
        <http://lexvo.org/id/term/dan/bamun>,
        <http://lexvo.org/id/term/eng/Bamum>,
        <http://lexvo.org/id/term/ewe/bamum%20gbe%C5%8B%C9%94%C5%8Bl%C9%94>,
        <http://lexvo.org/id/term/fin/bamum>,
        <http://lexvo.org/id/term/fra/bamoum>,
        <http://lexvo.org/id/term/ind/Bamum>,
        <http://lexvo.org/id/term/isl/bamun>,
        <http://lexvo.org/id/term/jpn/%E3%83%90%E3%83%A0%E3%83%B3%E6%96%87%E5%AD%97>,
        <http://lexvo.org/id/term/kor/%EB%B0%94%EB%AD%84%20%EB%AC%B8%EC%9E%90>,
        <http://lexvo.org/id/term/lao/%E0%BA%9A%E0%BA%B2%E0%BA%A1%E0%BA%B9%E0%BA%A1>,
        <http://lexvo.org/id/term/nno/bamun>,
        <http://lexvo.org/id/term/pol/bamum>,
        <http://lexvo.org/id/term/swe/bamunska>,
        <http://lexvo.org/id/term/tha/%E0%B8%9A%E0%B8%B2%E0%B8%A1%E0%B8%B8%E0%B8%A1>,
        <http://lexvo.org/id/term/vie/Ch%E1%BB%AF%20Bamum> .

<http://lexvo.org/id/script/Bass> a lvont:Script ;
    rdfs:label "bassa vah"@ca,
        "巴萨文"@cmn,
        "巴薩文"@cmn-Hant,
        "Bassa Vah"@en,
        "bassa"@fi,
        "bassa"@fr,
        "Bassa Vah"@id,
        "バサ文字"@ja,
        "바사바흐 문자"@ko,
        "ບັດຊາ"@lo,
        "bassa"@pl,
        "bassaiska vah"@sv,
        "บัสซา"@th,
        "Chữ Bassa Vah"@vi ;
    lvont:iso15924Alphacode "Bass"^^xsd:string ;
    lvont:label <http://lexvo.org/id/term/cat/bassa%20vah>,
        <http://lexvo.org/id/term/cmn-Hant/%E5%B7%B4%E8%96%A9%E6%96%87>,
        <http://lexvo.org/id/term/cmn/%E5%B7%B4%E8%90%A8%E6%96%87>,
        <http://lexvo.org/id/term/eng/Bassa%20Vah>,
        <http://lexvo.org/id/term/fin/bassa>,
        <http://lexvo.org/id/term/fra/bassa>,
        <http://lexvo.org/id/term/ind/Bassa%20Vah>,
        <http://lexvo.org/id/term/jpn/%E3%83%90%E3%82%B5%E6%96%87%E5%AD%97>,
        <http://lexvo.org/id/term/kor/%EB%B0%94%EC%82%AC%EB%B0%94%ED%9D%90%20%EB%AC%B8%EC%9E%90>,
        <http://lexvo.org/id/term/lao/%E0%BA%9A%E0%BA%B1%E0%BA%94%E0%BA%8A%E0%BA%B2>,
        <http://lexvo.org/id/term/pol/bassa>,
        <http://lexvo.org/id/term/swe/bassaiska%20vah>,
        <http://lexvo.org/id/term/tha/%E0%B8%9A%E0%B8%B1%E0%B8%AA%E0%B8%8B%E0%B8%B2>,
        <http://lexvo.org/id/term/vie/Ch%E1%BB%AF%20Bassa%20Vah> .

<http://lexvo.org/id/script/Batk> a lvont:Script ;
    rdfs:label "الباتاك"@ar,
        "batak"@az,
        "Батакска"@bg,
        "বাটাক"@bn,
        "बटकी"@brx,
        "batak pismo"@bs,
        "батак писмо"@bs-Cyrl,
        "batak"@ca,
        "巴塔克文"@cmn,
        "巴塔克文"@cmn-Hant,
        "batacké"@cs,
        "batak"@da,
        "Battakisch"@de,
        "batak gbeŋɔŋlɔ"@ee,
        "Μπατάκ"@el,
        "Batak"@en,
        "𐐒𐐲𐐻𐐪𐐿"@en-Dsrt,
        "batak"@es,
        "bataki"@et,
        "باتاکی"@fa,
        "batakilainen"@fi,
        "batak"@fr,
        "batik"@fr,
        "Battakisch"@gsw,
        "બટાક"@gu,
        "बटकी"@hi,
        "batak pismo"@hr,
        "Batak"@hu,
        "Batak"@id,
        "batakíska"@is,
        "batak"@it,
        "バタク文字"@ja,
        "ბატაკი"@ka,
        "ಬಾಟಕ್"@kn,
        "바타크 문자"@ko,
        "باتَک"@ks,
        "ບາຕັກ"@lo,
        "batak"@lt,
        "ബട്ടക്"@ml,
        "बटाक"@mr,
        "batak"@nb,
        "बाटक"@ne,
        "Batak"@nl,
        "batak"@nn,
        "ବାଟାକ୍"@or,
        "batak"@pl,
        "bataque"@pt,
        "batak"@rm,
        "Батакская"@ru,
        "bataški"@sl,
        "батак писмо"@sr,
        "batak pismo"@sr-Latn,
        "batak"@sv,
        "பாடாக்"@ta,
        "బాటక్"@te,
        "บาตัก"@th,
        "Batak"@tr,
        "Батак"@uk,
        "Chữ Batak"@vi ;
    lvont:iso15924Alphacode "Batk"^^xsd:string ;
    lvont:label <http://lexvo.org/id/term/ara/%D8%A7%D9%84%D8%A8%D8%A7%D8%AA%D8%A7%D9%83>,
        <http://lexvo.org/id/term/aze/batak>,
        <http://lexvo.org/id/term/ben/%E0%A6%AC%E0%A6%BE%E0%A6%9F%E0%A6%BE%E0%A6%95>,
        <http://lexvo.org/id/term/bos-Cyrl/%D0%B1%D0%B0%D1%82%D0%B0%D0%BA%20%D0%BF%D0%B8%D1%81%D0%BC%D0%BE>,
        <http://lexvo.org/id/term/bos/batak%20pismo>,
        <http://lexvo.org/id/term/brx/%E0%A4%AC%E0%A4%9F%E0%A4%95%E0%A5%80>,
        <http://lexvo.org/id/term/bul/%D0%91%D0%B0%D1%82%D0%B0%D0%BA%D1%81%D0%BA%D0%B0>,
        <http://lexvo.org/id/term/cat/batak>,
        <http://lexvo.org/id/term/ces/batack%C3%A9>,
        <http://lexvo.org/id/term/cmn-Hant/%E5%B7%B4%E5%A1%94%E5%85%8B%E6%96%87>,
        <http://lexvo.org/id/term/cmn/%E5%B7%B4%E5%A1%94%E5%85%8B%E6%96%87>,
        <http://lexvo.org/id/term/dan/batak>,
        <http://lexvo.org/id/term/deu/Battakisch>,
        <http://lexvo.org/id/term/ell/%CE%9C%CF%80%CE%B1%CF%84%CE%AC%CE%BA>,
        <http://lexvo.org/id/term/eng-Dsrt/%F0%90%90%92%F0%90%90%B2%F0%90%90%BB%F0%90%90%AA%F0%90%90%BF>,
        <http://lexvo.org/id/term/eng/Batak>,
        <http://lexvo.org/id/term/est/bataki>,
        <http://lexvo.org/id/term/ewe/batak%20gbe%C5%8B%C9%94%C5%8Bl%C9%94>,
        <http://lexvo.org/id/term/fas/%D8%A8%D8%A7%D8%AA%D8%A7%DA%A9%DB%8C>,
        <http://lexvo.org/id/term/fin/batakilainen>,
        <http://lexvo.org/id/term/fra/batak>,
        <http://lexvo.org/id/term/fra/batik>,
        <http://lexvo.org/id/term/gsw/Battakisch>,
        <http://lexvo.org/id/term/guj/%E0%AA%AC%E0%AA%9F%E0%AA%BE%E0%AA%95>,
        <http://lexvo.org/id/term/hin/%E0%A4%AC%E0%A4%9F%E0%A4%95%E0%A5%80>,
        <http://lexvo.org/id/term/hrv/batak%20pismo>,
        <http://lexvo.org/id/term/hun/Batak>,
        <http://lexvo.org/id/term/ind/Batak>,
        <http://lexvo.org/id/term/isl/batak%C3%ADska>,
        <http://lexvo.org/id/term/ita/batak>,
        <http://lexvo.org/id/term/jpn/%E3%83%90%E3%82%BF%E3%82%AF%E6%96%87%E5%AD%97>,
        <http://lexvo.org/id/term/kan/%E0%B2%AC%E0%B2%BE%E0%B2%9F%E0%B2%95%E0%B3%8D>,
        <http://lexvo.org/id/term/kas/%D8%A8%D8%A7%D8%AA%D9%8E%DA%A9>,
        <http://lexvo.org/id/term/kat/%E1%83%91%E1%83%90%E1%83%A2%E1%83%90%E1%83%99%E1%83%98>,
        <http://lexvo.org/id/term/kor/%EB%B0%94%ED%83%80%ED%81%AC%20%EB%AC%B8%EC%9E%90>,
        <http://lexvo.org/id/term/lao/%E0%BA%9A%E0%BA%B2%E0%BA%95%E0%BA%B1%E0%BA%81>,
        <http://lexvo.org/id/term/lit/batak>,
        <http://lexvo.org/id/term/mal/%E0%B4%AC%E0%B4%9F%E0%B5%8D%E0%B4%9F%E0%B4%95%E0%B5%8D>,
        <http://lexvo.org/id/term/mar/%E0%A4%AC%E0%A4%9F%E0%A4%BE%E0%A4%95>,
        <http://lexvo.org/id/term/nep/%E0%A4%AC%E0%A4%BE%E0%A4%9F%E0%A4%95>,
        <http://lexvo.org/id/term/nld/Batak>,
        <http://lexvo.org/id/term/nno/batak>,
        <http://lexvo.org/id/term/nob/batak>,
        <http://lexvo.org/id/term/ori/%E0%AC%AC%E0%AC%BE%E0%AC%9F%E0%AC%BE%E0%AC%95%E0%AD%8D>,
        <http://lexvo.org/id/term/pol/batak>,
        <http://lexvo.org/id/term/por/bataque>,
        <http://lexvo.org/id/term/roh/batak>,
        <http://lexvo.org/id/term/rus/%D0%91%D0%B0%D1%82%D0%B0%D0%BA%D1%81%D0%BA%D0%B0%D1%8F>,
        <http://lexvo.org/id/term/slv/bata%C5%A1ki>,
        <http://lexvo.org/id/term/spa/batak>,
        <http://lexvo.org/id/term/srp-Latn/batak%20pismo>,
        <http://lexvo.org/id/term/srp/%D0%B1%D0%B0%D1%82%D0%B0%D0%BA%20%D0%BF%D0%B8%D1%81%D0%BC%D0%BE>,
        <http://lexvo.org/id/term/swe/batak>,
        <http://lexvo.org/id/term/tam/%E0%AE%AA%E0%AE%BE%E0%AE%9F%E0%AE%BE%E0%AE%95%E0%AF%8D>,
        <http://lexvo.org/id/term/tel/%E0%B0%AC%E0%B0%BE%E0%B0%9F%E0%B0%95%E0%B1%8D>,
        <http://lexvo.org/id/term/tha/%E0%B8%9A%E0%B8%B2%E0%B8%95%E0%B8%B1%E0%B8%81>,
        <http://lexvo.org/id/term/tur/Batak>,
        <http://lexvo.org/id/term/ukr/%D0%91%D0%B0%D1%82%D0%B0%D0%BA>,
        <http://lexvo.org/id/term/vie/Ch%E1%BB%AF%20Batak> .

<http://lexvo.org/id/script/Beng> a lvont:Script ;
    rdfs:label "Bengaals"@af,
        "ቤንጋሊ"@am,
        "البنغالية"@ar,
        "বঙালী"@as,
        "bengalín"@ast,
        "benqal"@az,
        "Бенгалска"@bg,
        "বাংলা"@bn,
        "bengali"@br,
        "बंगाली"@brx,
        "bengalsko pismo"@bs,
        "бенгалско писмо"@bs-Cyrl,
        "bengalí"@ca,
        "孟加拉文"@cmn,
        "孟加拉文"@cmn-Hant,
        "bengálské"@cs,
        "Bengali"@cy,
        "bengalesisk"@da,
        "Bengalisch"@de,
        "བངྒ་ལ་ཡིག་གུ"@dz,
        "bengaligbeŋɔŋlɔ"@ee,
        "Μπενγκάλι"@el,
        "Bengali"@en,
        "𐐒𐐯𐑌𐑀𐐪𐑊𐐨"@en-Dsrt,
        "bengalí"@es,
        "bengali"@et,
        "Bengalarra"@eu,
        "بنگالی"@fa,
        "bengalilainen"@fi,
        "Bengali"@fil,
        "bengalî"@fr,
        "bengâglî"@fr,
        "bengalês"@fur,
        "Beangálach"@ga,
        "Bengalí"@gl,
        "Bengalisch"@gsw,
        "બંગાળી"@gu,
        "בנגלי"@he,
        "बंगाली"@hi,
        "bengalsko pismo"@hr,
        "Bengáli"@hu,
        "Bengali"@id,
        "bengalska"@is,
        "bengali"@it,
        "ベンガル文字"@ja,
        "ბენგალური"@ka,
        "bengali"@kea,
        "бенгал"@kk,
        "បង់ក្លាដែស"@km,
        "ಬೆಂಗಾಲಿ"@kn,
        "벵골 문자"@ko,
        "بیٚنگٲلۍ"@ks,
        "bängjaalesche Schreff"@ksh,
        "ເບັງກາລີ"@lo,
        "bengalų"@lt,
        "bengāļu"@lv,
        "бенгалско писмо"@mk,
        "ബംഗാളി"@ml,
        "बंगाली"@mr,
        "ဘင်္ဂါလီ"@my,
        "bengalsk"@nb,
        "बङ्गाली"@ne,
        "Bengalees"@nl,
        "bengali"@nn,
        "ବଙ୍ଗାଳୀ"@or,
        "bengalskie"@pl,
        "bengali"@pt,
        "bengal"@rm,
        "bengali"@ro,
        "Бенгальская"@ru,
        "බෙංගාලි"@si,
        "bengálsky"@sk,
        "bengalski"@sl,
        "бенгалско писмо"@sr,
        "bengalsko pismo"@sr-Latn,
        "bengaliska"@sv,
        "Kibengali"@swh,
        "வங்காளம்"@ta,
        "బెంగాలి"@te,
        "เบงกาลี"@th,
        "tohinima fakapengila"@to,
        "Bengal"@tr,
        "Бенгальський"@uk,
        "بنگالی"@ur,
        "Chữ Bengali"@vi,
        "Bengališ"@wae,
        "Bengali"@zsm,
        "isi-Bengali"@zu ;
    lvont:iso15924Alphacode "Beng"^^xsd:string ;
    lvont:label <http://lexvo.org/id/term/afr/Bengaals>,
        <http://lexvo.org/id/term/amh/%E1%89%A4%E1%8A%95%E1%8C%8B%E1%88%8A>,
        <http://lexvo.org/id/term/ara/%D8%A7%D9%84%D8%A8%D9%86%D8%BA%D8%A7%D9%84%D9%8A%D8%A9>,
        <http://lexvo.org/id/term/asm/%E0%A6%AC%E0%A6%99%E0%A6%BE%E0%A6%B2%E0%A7%80>,
        <http://lexvo.org/id/term/ast/bengal%C3%ADn>,
        <http://lexvo.org/id/term/aze/benqal>,
        <http://lexvo.org/id/term/ben/%E0%A6%AC%E0%A6%BE%E0%A6%82%E0%A6%B2%E0%A6%BE>,
        <http://lexvo.org/id/term/bos-Cyrl/%D0%B1%D0%B5%D0%BD%D0%B3%D0%B0%D0%BB%D1%81%D0%BA%D0%BE%20%D0%BF%D0%B8%D1%81%D0%BC%D0%BE>,
        <http://lexvo.org/id/term/bos/bengalsko%20pismo>,
        <http://lexvo.org/id/term/bre/bengali>,
        <http://lexvo.org/id/term/brx/%E0%A4%AC%E0%A4%82%E0%A4%97%E0%A4%BE%E0%A4%B2%E0%A5%80>,
        <http://lexvo.org/id/term/bul/%D0%91%D0%B5%D0%BD%D0%B3%D0%B0%D0%BB%D1%81%D0%BA%D0%B0>,
        <http://lexvo.org/id/term/cat/bengal%C3%AD>,
        <http://lexvo.org/id/term/ces/beng%C3%A1lsk%C3%A9>,
        <http://lexvo.org/id/term/cmn-Hant/%E5%AD%9F%E5%8A%A0%E6%8B%89%E6%96%87>,
        <http://lexvo.org/id/term/cmn/%E5%AD%9F%E5%8A%A0%E6%8B%89%E6%96%87>,
        <http://lexvo.org/id/term/cym/Bengali>,
        <http://lexvo.org/id/term/dan/bengalesisk>,
        <http://lexvo.org/id/term/deu/Bengalisch>,
        <http://lexvo.org/id/term/dzo/%E0%BD%96%E0%BD%84%E0%BE%92%E0%BC%8B%E0%BD%A3%E0%BC%8B%E0%BD%A1%E0%BD%B2%E0%BD%82%E0%BC%8B%E0%BD%82%E0%BD%B4>,
        <http://lexvo.org/id/term/ell/%CE%9C%CF%80%CE%B5%CE%BD%CE%B3%CE%BA%CE%AC%CE%BB%CE%B9>,
        <http://lexvo.org/id/term/eng-Dsrt/%F0%90%90%92%F0%90%90%AF%F0%90%91%8C%F0%90%91%80%F0%90%90%AA%F0%90%91%8A%F0%90%90%A8>,
        <http://lexvo.org/id/term/eng/Bengali>,
        <http://lexvo.org/id/term/est/bengali>,
        <http://lexvo.org/id/term/eus/Bengalarra>,
        <http://lexvo.org/id/term/ewe/bengaligbe%C5%8B%C9%94%C5%8Bl%C9%94>,
        <http://lexvo.org/id/term/fas/%D8%A8%D9%86%DA%AF%D8%A7%D9%84%DB%8C>,
        <http://lexvo.org/id/term/fil/Bengali>,
        <http://lexvo.org/id/term/fin/bengalilainen>,
        <http://lexvo.org/id/term/fra/beng%C3%A2gl%C3%AE>,
        <http://lexvo.org/id/term/fra/bengal%C3%AE>,
        <http://lexvo.org/id/term/fur/bengal%C3%AAs>,
        <http://lexvo.org/id/term/gle/Beang%C3%A1lach>,
        <http://lexvo.org/id/term/glg/Bengal%C3%AD>,
        <http://lexvo.org/id/term/gsw/Bengalisch>,
        <http://lexvo.org/id/term/guj/%E0%AA%AC%E0%AA%82%E0%AA%97%E0%AA%BE%E0%AA%B3%E0%AB%80>,
        <http://lexvo.org/id/term/heb/%D7%91%D7%A0%D7%92%D7%9C%D7%99>,
        <http://lexvo.org/id/term/hin/%E0%A4%AC%E0%A4%82%E0%A4%97%E0%A4%BE%E0%A4%B2%E0%A5%80>,
        <http://lexvo.org/id/term/hrv/bengalsko%20pismo>,
        <http://lexvo.org/id/term/hun/Beng%C3%A1li>,
        <http://lexvo.org/id/term/ind/Bengali>,
        <http://lexvo.org/id/term/isl/bengalska>,
        <http://lexvo.org/id/term/ita/bengali>,
        <http://lexvo.org/id/term/jpn/%E3%83%99%E3%83%B3%E3%82%AC%E3%83%AB%E6%96%87%E5%AD%97>,
        <http://lexvo.org/id/term/kan/%E0%B2%AC%E0%B3%86%E0%B2%82%E0%B2%97%E0%B2%BE%E0%B2%B2%E0%B2%BF>,
        <http://lexvo.org/id/term/kas/%D8%A8%DB%8C%D9%9A%D9%86%DA%AF%D9%B2%D9%84%DB%8D>,
        <http://lexvo.org/id/term/kat/%E1%83%91%E1%83%94%E1%83%9C%E1%83%92%E1%83%90%E1%83%9A%E1%83%A3%E1%83%A0%E1%83%98>,
        <http://lexvo.org/id/term/kaz/%D0%B1%D0%B5%D0%BD%D0%B3%D0%B0%D0%BB>,
        <http://lexvo.org/id/term/kea/bengali>,
        <http://lexvo.org/id/term/khm/%E1%9E%94%E1%9E%84%E1%9F%8B%E1%9E%80%E1%9F%92%E1%9E%9B%E1%9E%B6%E1%9E%8A%E1%9F%82%E1%9E%9F>,
        <http://lexvo.org/id/term/kor/%EB%B2%B5%EA%B3%A8%20%EB%AC%B8%EC%9E%90>,
        <http://lexvo.org/id/term/ksh/b%C3%A4ngjaalesche%20Schreff>,
        <http://lexvo.org/id/term/lao/%E0%BB%80%E0%BA%9A%E0%BA%B1%E0%BA%87%E0%BA%81%E0%BA%B2%E0%BA%A5%E0%BA%B5>,
        <http://lexvo.org/id/term/lav/beng%C4%81%C4%BCu>,
        <http://lexvo.org/id/term/lit/bengal%C5%B3>,
        <http://lexvo.org/id/term/mal/%E0%B4%AC%E0%B4%82%E0%B4%97%E0%B4%BE%E0%B4%B3%E0%B4%BF>,
        <http://lexvo.org/id/term/mar/%E0%A4%AC%E0%A4%82%E0%A4%97%E0%A4%BE%E0%A4%B2%E0%A5%80>,
        <http://lexvo.org/id/term/mkd/%D0%B1%D0%B5%D0%BD%D0%B3%D0%B0%D0%BB%D1%81%D0%BA%D0%BE%20%D0%BF%D0%B8%D1%81%D0%BC%D0%BE>,
        <http://lexvo.org/id/term/mya/%E1%80%98%E1%80%84%E1%80%BA%E1%80%B9%E1%80%82%E1%80%AB%E1%80%9C%E1%80%AE>,
        <http://lexvo.org/id/term/nep/%E0%A4%AC%E0%A4%99%E0%A5%8D%E0%A4%97%E0%A4%BE%E0%A4%B2%E0%A5%80>,
        <http://lexvo.org/id/term/nld/Bengalees>,
        <http://lexvo.org/id/term/nno/bengali>,
        <http://lexvo.org/id/term/nob/bengalsk>,
        <http://lexvo.org/id/term/ori/%E0%AC%AC%E0%AC%99%E0%AD%8D%E0%AC%97%E0%AC%BE%E0%AC%B3%E0%AD%80>,
        <http://lexvo.org/id/term/pol/bengalskie>,
        <http://lexvo.org/id/term/por/bengali>,
        <http://lexvo.org/id/term/roh/bengal>,
        <http://lexvo.org/id/term/ron/bengali>,
        <http://lexvo.org/id/term/rus/%D0%91%D0%B5%D0%BD%D0%B3%D0%B0%D0%BB%D1%8C%D1%81%D0%BA%D0%B0%D1%8F>,
        <http://lexvo.org/id/term/sin/%E0%B6%B6%E0%B7%99%E0%B6%82%E0%B6%9C%E0%B7%8F%E0%B6%BD%E0%B7%92>,
        <http://lexvo.org/id/term/slk/beng%C3%A1lsky>,
        <http://lexvo.org/id/term/slv/bengalski>,
        <http://lexvo.org/id/term/spa/bengal%C3%AD>,
        <http://lexvo.org/id/term/srp-Latn/bengalsko%20pismo>,
        <http://lexvo.org/id/term/srp/%D0%B1%D0%B5%D0%BD%D0%B3%D0%B0%D0%BB%D1%81%D0%BA%D0%BE%20%D0%BF%D0%B8%D1%81%D0%BC%D0%BE>,
        <http://lexvo.org/id/term/swe/bengaliska>,
        <http://lexvo.org/id/term/swh/Kibengali>,
        <http://lexvo.org/id/term/tam/%E0%AE%B5%E0%AE%99%E0%AF%8D%E0%AE%95%E0%AE%BE%E0%AE%B3%E0%AE%AE%E0%AF%8D>,
        <http://lexvo.org/id/term/tel/%E0%B0%AC%E0%B1%86%E0%B0%82%E0%B0%97%E0%B0%BE%E0%B0%B2%E0%B0%BF>,
        <http://lexvo.org/id/term/tha/%E0%B9%80%E0%B8%9A%E0%B8%87%E0%B8%81%E0%B8%B2%E0%B8%A5%E0%B8%B5>,
        <http://lexvo.org/id/term/ton/tohinima%20fakapengila>,
        <http://lexvo.org/id/term/tur/Bengal>,
        <http://lexvo.org/id/term/ukr/%D0%91%D0%B5%D0%BD%D0%B3%D0%B0%D0%BB%D1%8C%D1%81%D1%8C%D0%BA%D0%B8%D0%B9>,
        <http://lexvo.org/id/term/urd/%D8%A8%D9%86%DA%AF%D8%A7%D9%84%DB%8C>,
        <http://lexvo.org/id/term/vie/Ch%E1%BB%AF%20Bengali>,
        <http://lexvo.org/id/term/wae/Bengali%C5%A1>,
        <http://lexvo.org/id/term/zsm/Bengali>,
        <http://lexvo.org/id/term/zul/isi-Bengali> .

<http://lexvo.org/id/script/Blis> a lvont:Script ;
    rdfs:label "رموز بليس"@ar,
        "blissymbols"@az,
        "Блис символи"@bg,
        "ব্লিসপ্রতীক"@bn,
        "ब्लीस चीन्ह"@brx,
        "blisimbolično pismo"@bs,
        "блисимболично писмо"@bs-Cyrl,
        "símbols Bliss"@ca,
        "布列斯符号"@cmn,
        "布列斯文"@cmn-Hant,
        "blissovo písmo"@cs,
        "blissymboler"@da,
        "Bliss-Symbole"@de,
        "bliss ŋɔŋlɔdzesi"@ee,
        "Σύμβολα Bliss"@el,
        "Blissymbols"@en,
        "𐐒𐑊𐐮𐑅𐐮𐑋𐐺𐐲𐑊𐑆"@en-Dsrt,
        "símbolos blis"@es,
        "Blissi sümbolid"@et,
        "نمادهای بلیس"@fa,
        "bliss-symbolit"@fi,
        "symboles Bliss"@fr,
        "Bliss-Symbool"@gsw,
        "બ્લિસિમ્બોલ્સ"@gu,
        "ब्लिसिम्बॉल्स"@hi,
        "blissymbols"@hr,
        "Bliss jelképrendszer"@hu,
        "Blissymbol"@id,
        "blisstégn"@is,
        "simboli bliss"@it,
        "ブリスシンボル"@ja,
        "ಬ್ಲಿಸ್‌ಸಿಂಬಲ್ಸ್"@kn,
        "블리스기호 문자"@ko,
        "بِلِس سِمبلز"@ks,
        "ບລິກຊິມໂບລສ"@lo,
        "„Bliss“ simboliai"@lt,
        "ബ്ലിസ് ചിത്ര ലിപി"@ml,
        "ब्लिसिम्बॉल्स"@mr,
        "blissymbol"@nb,
        "ब्लिजसिम्बोल्स"@ne,
        "Blissymbolen"@nl,
        "blissymbol"@nn,
        "ବ୍ଲିସିମ୍ବଲସ୍"@or,
        "symbole Blissa"@pl,
        "símbolos Bliss"@pt,
        "símbolos bliss"@pt,
        "simbols da Bliss"@rm,
        "Блиссимволика"@ru,
        "znakovna pisava Bliss"@sl,
        "блисимболично писмо"@sr,
        "blisimbolično pismo"@sr-Latn,
        "blissymboler"@sv,
        "ப்லிஸ்ஸிமிபால்ஸ்"@ta,
        "బ్లిస్సింబల్స్"@te,
        "บลิสซิมโบลส์"@th,
        "Blis Sembolleri"@tr,
        "Символи Блісса"@uk,
        "Chữ Blissymbols"@vi ;
    lvont:iso15924Alphacode "Blis"^^xsd:string ;
    lvont:label <http://lexvo.org/id/term/ara/%D8%B1%D9%85%D9%88%D8%B2%20%D8%A8%D9%84%D9%8A%D8%B3>,
        <http://lexvo.org/id/term/aze/blissymbols>,
        <http://lexvo.org/id/term/ben/%E0%A6%AC%E0%A7%8D%E0%A6%B2%E0%A6%BF%E0%A6%B8%E0%A6%AA%E0%A7%8D%E0%A6%B0%E0%A6%A4%E0%A7%80%E0%A6%95>,
        <http://lexvo.org/id/term/bos-Cyrl/%D0%B1%D0%BB%D0%B8%D1%81%D0%B8%D0%BC%D0%B1%D0%BE%D0%BB%D0%B8%D1%87%D0%BD%D0%BE%20%D0%BF%D0%B8%D1%81%D0%BC%D0%BE>,
        <http://lexvo.org/id/term/bos/blisimboli%C4%8Dno%20pismo>,
        <http://lexvo.org/id/term/brx/%E0%A4%AC%E0%A5%8D%E0%A4%B2%E0%A5%80%E0%A4%B8%20%E0%A4%9A%E0%A5%80%E0%A4%A8%E0%A5%8D%E0%A4%B9>,
        <http://lexvo.org/id/term/bul/%D0%91%D0%BB%D0%B8%D1%81%20%D1%81%D0%B8%D0%BC%D0%B2%D0%BE%D0%BB%D0%B8>,
        <http://lexvo.org/id/term/cat/s%C3%ADmbols%20Bliss>,
        <http://lexvo.org/id/term/ces/blissovo%20p%C3%ADsmo>,
        <http://lexvo.org/id/term/cmn-Hant/%E5%B8%83%E5%88%97%E6%96%AF%E6%96%87>,
        <http://lexvo.org/id/term/cmn/%E5%B8%83%E5%88%97%E6%96%AF%E7%AC%A6%E5%8F%B7>,
        <http://lexvo.org/id/term/dan/blissymboler>,
        <http://lexvo.org/id/term/deu/Bliss-Symbole>,
        <http://lexvo.org/id/term/ell/%CE%A3%CF%8D%CE%BC%CE%B2%CE%BF%CE%BB%CE%B1%20Bliss>,
        <http://lexvo.org/id/term/eng-Dsrt/%F0%90%90%92%F0%90%91%8A%F0%90%90%AE%F0%90%91%85%F0%90%90%AE%F0%90%91%8B%F0%90%90%BA%F0%90%90%B2%F0%90%91%8A%F0%90%91%86>,
        <http://lexvo.org/id/term/eng/Blissymbols>,
        <http://lexvo.org/id/term/est/Blissi%20s%C3%BCmbolid>,
        <http://lexvo.org/id/term/ewe/bliss%20%C5%8B%C9%94%C5%8Bl%C9%94dzesi>,
        <http://lexvo.org/id/term/fas/%D9%86%D9%85%D8%A7%D8%AF%D9%87%D8%A7%DB%8C%20%D8%A8%D9%84%DB%8C%D8%B3>,
        <http://lexvo.org/id/term/fin/bliss-symbolit>,
        <http://lexvo.org/id/term/fra/symboles%20Bliss>,
        <http://lexvo.org/id/term/gsw/Bliss-Symbool>,
        <http://lexvo.org/id/term/guj/%E0%AA%AC%E0%AB%8D%E0%AA%B2%E0%AA%BF%E0%AA%B8%E0%AA%BF%E0%AA%AE%E0%AB%8D%E0%AA%AC%E0%AB%8B%E0%AA%B2%E0%AB%8D%E0%AA%B8>,
        <http://lexvo.org/id/term/hin/%E0%A4%AC%E0%A5%8D%E0%A4%B2%E0%A4%BF%E0%A4%B8%E0%A4%BF%E0%A4%AE%E0%A5%8D%E0%A4%AC%E0%A5%89%E0%A4%B2%E0%A5%8D%E0%A4%B8>,
        <http://lexvo.org/id/term/hrv/blissymbols>,
        <http://lexvo.org/id/term/hun/Bliss%20jelk%C3%A9prendszer>,
        <http://lexvo.org/id/term/ind/Blissymbol>,
        <http://lexvo.org/id/term/isl/blisst%C3%A9gn>,
        <http://lexvo.org/id/term/ita/simboli%20bliss>,
        <http://lexvo.org/id/term/jpn/%E3%83%96%E3%83%AA%E3%82%B9%E3%82%B7%E3%83%B3%E3%83%9C%E3%83%AB>,
        <http://lexvo.org/id/term/kan/%E0%B2%AC%E0%B3%8D%E0%B2%B2%E0%B2%BF%E0%B2%B8%E0%B3%8D%E2%80%8C%E0%B2%B8%E0%B2%BF%E0%B2%82%E0%B2%AC%E0%B2%B2%E0%B3%8D%E0%B2%B8%E0%B3%8D>,
        <http://lexvo.org/id/term/kas/%D8%A8%D9%90%D9%84%D9%90%D8%B3%20%D8%B3%D9%90%D9%85%D8%A8%D9%84%D8%B2>,
        <http://lexvo.org/id/term/kor/%EB%B8%94%EB%A6%AC%EC%8A%A4%EA%B8%B0%ED%98%B8%20%EB%AC%B8%EC%9E%90>,
        <http://lexvo.org/id/term/lao/%E0%BA%9A%E0%BA%A5%E0%BA%B4%E0%BA%81%E0%BA%8A%E0%BA%B4%E0%BA%A1%E0%BB%82%E0%BA%9A%E0%BA%A5%E0%BA%AA>,
        <http://lexvo.org/id/term/lit/%E2%80%9EBliss%E2%80%9C%20simboliai>,
        <http://lexvo.org/id/term/mal/%E0%B4%AC%E0%B5%8D%E0%B4%B2%E0%B4%BF%E0%B4%B8%E0%B5%8D%20%E0%B4%9A%E0%B4%BF%E0%B4%A4%E0%B5%8D%E0%B4%B0%20%E0%B4%B2%E0%B4%BF%E0%B4%AA%E0%B4%BF>,
        <http://lexvo.org/id/term/mar/%E0%A4%AC%E0%A5%8D%E0%A4%B2%E0%A4%BF%E0%A4%B8%E0%A4%BF%E0%A4%AE%E0%A5%8D%E0%A4%AC%E0%A5%89%E0%A4%B2%E0%A5%8D%E0%A4%B8>,
        <http://lexvo.org/id/term/nep/%E0%A4%AC%E0%A5%8D%E0%A4%B2%E0%A4%BF%E0%A4%9C%E0%A4%B8%E0%A4%BF%E0%A4%AE%E0%A5%8D%E0%A4%AC%E0%A5%8B%E0%A4%B2%E0%A5%8D%E0%A4%B8>,
        <http://lexvo.org/id/term/nld/Blissymbolen>,
        <http://lexvo.org/id/term/nno/blissymbol>,
        <http://lexvo.org/id/term/nob/blissymbol>,
        <http://lexvo.org/id/term/ori/%E0%AC%AC%E0%AD%8D%E0%AC%B2%E0%AC%BF%E0%AC%B8%E0%AC%BF%E0%AC%AE%E0%AD%8D%E0%AC%AC%E0%AC%B2%E0%AC%B8%E0%AD%8D>,
        <http://lexvo.org/id/term/pol/symbole%20Blissa>,
        <http://lexvo.org/id/term/por/s%C3%ADmbolos%20Bliss>,
        <http://lexvo.org/id/term/por/s%C3%ADmbolos%20bliss>,
        <http://lexvo.org/id/term/roh/simbols%20da%20Bliss>,
        <http://lexvo.org/id/term/rus/%D0%91%D0%BB%D0%B8%D1%81%D1%81%D0%B8%D0%BC%D0%B2%D0%BE%D0%BB%D0%B8%D0%BA%D0%B0>,
        <http://lexvo.org/id/term/slv/znakovna%20pisava%20Bliss>,
        <http://lexvo.org/id/term/spa/s%C3%ADmbolos%20blis>,
        <http://lexvo.org/id/term/srp-Latn/blisimboli%C4%8Dno%20pismo>,
        <http://lexvo.org/id/term/srp/%D0%B1%D0%BB%D0%B8%D1%81%D0%B8%D0%BC%D0%B1%D0%BE%D0%BB%D0%B8%D1%87%D0%BD%D0%BE%20%D0%BF%D0%B8%D1%81%D0%BC%D0%BE>,
        <http://lexvo.org/id/term/swe/blissymboler>,
        <http://lexvo.org/id/term/tam/%E0%AE%AA%E0%AF%8D%E0%AE%B2%E0%AE%BF%E0%AE%B8%E0%AF%8D%E0%AE%B8%E0%AE%BF%E0%AE%AE%E0%AE%BF%E0%AE%AA%E0%AE%BE%E0%AE%B2%E0%AF%8D%E0%AE%B8%E0%AF%8D>,
        <http://lexvo.org/id/term/tel/%E0%B0%AC%E0%B1%8D%E0%B0%B2%E0%B0%BF%E0%B0%B8%E0%B1%8D%E0%B0%B8%E0%B0%BF%E0%B0%82%E0%B0%AC%E0%B0%B2%E0%B1%8D%E0%B0%B8%E0%B1%8D>,
        <http://lexvo.org/id/term/tha/%E0%B8%9A%E0%B8%A5%E0%B8%B4%E0%B8%AA%E0%B8%8B%E0%B8%B4%E0%B8%A1%E0%B9%82%E0%B8%9A%E0%B8%A5%E0%B8%AA%E0%B9%8C>,
        <http://lexvo.org/id/term/tur/Blis%20Sembolleri>,
        <http://lexvo.org/id/term/ukr/%D0%A1%D0%B8%D0%BC%D0%B2%D0%BE%D0%BB%D0%B8%20%D0%91%D0%BB%D1%96%D1%81%D1%81%D0%B0>,
        <http://lexvo.org/id/term/vie/Ch%E1%BB%AF%20Blissymbols> .

<http://lexvo.org/id/script/Bopo> a lvont:Script ;
    rdfs:label "Bopomofo"@af,
        "ቦፖሞፎ"@am,
        "البوبوموفو"@ar,
        "zhuyin"@ast,
        "Bopomofo"@az,
        "Бопомофо"@bg,
        "বোপোমোফো"@bn,
        "bopomofo"@br,
        "बोपोमोफो"@brx,
        "bopomofo pismo"@bs,
        "бопомофо писмо"@bs-Cyrl,
        "bopomofo"@ca,
        "汉语拼音"@cmn,
        "注音符號"@cmn-Hant,
        "bopomofo"@cs,
        "bopomofo"@da,
        "Bopomofo"@de,
        "བོ་པོ་མོ་ཕཱོ་ཡིག་གུ"@dz,
        "bopomfogbeŋɔŋlɔ"@ee,
        "Μποπομόφο"@el,
        "Bopomofo"@en,
        "𐐒𐐱𐐹𐐱𐑋𐐱𐑁𐐱"@en-Dsrt,
        "bopomofo"@es,
        "bopomofo"@et,
        "Bopomofo"@eu,
        "بوپوموفو"@fa,
        "bopomofo"@fi,
        "Bopomofo"@fil,
        "bopomofo"@fr,
        "Bopomofo"@gl,
        "Bopomofo"@gsw,
        "બોપોમોફો"@gu,
        "בופומופו"@he,
        "बोपोमोफो"@hi,
        "bopomofo pismo"@hr,
        "Bopomofo"@hu,
        "Bopomofo"@id,
        "Bopomofo"@is,
        "bopomofo"@it,
        "注音字母"@ja,
        "bopomofo"@kea,
        "បូផូម៉ូហ្វូ"@km,
        "ಬೋಪೊಮೋಫೋ"@kn,
        "주음부호"@ko,
        "بوپوموفو"@ks,
        "schineeseche Ömschreff Bopomofo"@ksh,
        "ໂບໂປໂມໂຟ"@lo,
        "bopomofo"@lt,
        "bopomofo"@lv,
        "бопомофо писмо"@mk,
        "ബോപ്പോമോഫോ"@ml,
        "बोपोमोफो"@mr,
        "bopomofo"@nb,
        "बोपोमोफो"@ne,
        "Bopomofo"@nl,
        "bopomofo"@nn,
        "ବୋପୋମୋଫୋ"@or,
        "bopomofo"@pl,
        "bopomofo"@pt,
        "bopomofo"@rm,
        "bopomofo"@ro,
        "Бопомофо"@ru,
        "බොෆෝමොෆෝ"@si,
        "Bopomofo"@sk,
        "bopomofo"@sl,
        "бопомофо писмо"@sr,
        "bopomofo pismo"@sr-Latn,
        "bopomofo"@sv,
        "Kibopomofo"@swh,
        "ப்ரபோமோஃபோ"@ta,
        "బోపోమోఫో"@te,
        "ปอพอมอฟอ"@th,
        "tohinima ongo fakasiaina"@to,
        "Bopomofo"@tr,
        "Бопомофо"@uk,
        "بوپوموفو"@ur,
        "Chữ Bopomofo"@vi,
        "Bopomofo"@zsm,
        "i-Bopomofo"@zu ;
    lvont:iso15924Alphacode "Bopo"^^xsd:string ;
    lvont:label <http://lexvo.org/id/term/afr/Bopomofo>,
        <http://lexvo.org/id/term/amh/%E1%89%A6%E1%8D%96%E1%88%9E%E1%8D%8E>,
        <http://lexvo.org/id/term/ara/%D8%A7%D9%84%D8%A8%D9%88%D8%A8%D9%88%D9%85%D9%88%D9%81%D9%88>,
        <http://lexvo.org/id/term/ast/zhuyin>,
        <http://lexvo.org/id/term/aze/Bopomofo>,
        <http://lexvo.org/id/term/ben/%E0%A6%AC%E0%A7%8B%E0%A6%AA%E0%A7%8B%E0%A6%AE%E0%A7%8B%E0%A6%AB%E0%A7%8B>,
        <http://lexvo.org/id/term/bos-Cyrl/%D0%B1%D0%BE%D0%BF%D0%BE%D0%BC%D0%BE%D1%84%D0%BE%20%D0%BF%D0%B8%D1%81%D0%BC%D0%BE>,
        <http://lexvo.org/id/term/bos/bopomofo%20pismo>,
        <http://lexvo.org/id/term/bre/bopomofo>,
        <http://lexvo.org/id/term/brx/%E0%A4%AC%E0%A5%8B%E0%A4%AA%E0%A5%8B%E0%A4%AE%E0%A5%8B%E0%A4%AB%E0%A5%8B>,
        <http://lexvo.org/id/term/bul/%D0%91%D0%BE%D0%BF%D0%BE%D0%BC%D0%BE%D1%84%D0%BE>,
        <http://lexvo.org/id/term/cat/bopomofo>,
        <http://lexvo.org/id/term/ces/bopomofo>,
        <http://lexvo.org/id/term/cmn-Hant/%E6%B3%A8%E9%9F%B3%E7%AC%A6%E8%99%9F>,
        <http://lexvo.org/id/term/cmn/%E6%B1%89%E8%AF%AD%E6%8B%BC%E9%9F%B3>,
        <http://lexvo.org/id/term/dan/bopomofo>,
        <http://lexvo.org/id/term/deu/Bopomofo>,
        <http://lexvo.org/id/term/dzo/%E0%BD%96%E0%BD%BC%E0%BC%8B%E0%BD%94%E0%BD%BC%E0%BC%8B%E0%BD%98%E0%BD%BC%E0%BC%8B%E0%BD%95%E0%BD%B1%E0%BD%BC%E0%BC%8B%E0%BD%A1%E0%BD%B2%E0%BD%82%E0%BC%8B%E0%BD%82%E0%BD%B4>,
        <http://lexvo.org/id/term/ell/%CE%9C%CF%80%CE%BF%CF%80%CE%BF%CE%BC%CF%8C%CF%86%CE%BF>,
        <http://lexvo.org/id/term/eng-Dsrt/%F0%90%90%92%F0%90%90%B1%F0%90%90%B9%F0%90%90%B1%F0%90%91%8B%F0%90%90%B1%F0%90%91%81%F0%90%90%B1>,
        <http://lexvo.org/id/term/eng/Bopomofo>,
        <http://lexvo.org/id/term/est/bopomofo>,
        <http://lexvo.org/id/term/eus/Bopomofo>,
        <http://lexvo.org/id/term/ewe/bopomfogbe%C5%8B%C9%94%C5%8Bl%C9%94>,
        <http://lexvo.org/id/term/fas/%D8%A8%D9%88%D9%BE%D9%88%D9%85%D9%88%D9%81%D9%88>,
        <http://lexvo.org/id/term/fil/Bopomofo>,
        <http://lexvo.org/id/term/fin/bopomofo>,
        <http://lexvo.org/id/term/fra/bopomofo>,
        <http://lexvo.org/id/term/glg/Bopomofo>,
        <http://lexvo.org/id/term/gsw/Bopomofo>,
        <http://lexvo.org/id/term/guj/%E0%AA%AC%E0%AB%8B%E0%AA%AA%E0%AB%8B%E0%AA%AE%E0%AB%8B%E0%AA%AB%E0%AB%8B>,
        <http://lexvo.org/id/term/heb/%D7%91%D7%95%D7%A4%D7%95%D7%9E%D7%95%D7%A4%D7%95>,
        <http://lexvo.org/id/term/hin/%E0%A4%AC%E0%A5%8B%E0%A4%AA%E0%A5%8B%E0%A4%AE%E0%A5%8B%E0%A4%AB%E0%A5%8B>,
        <http://lexvo.org/id/term/hrv/bopomofo%20pismo>,
        <http://lexvo.org/id/term/hun/Bopomofo>,
        <http://lexvo.org/id/term/ind/Bopomofo>,
        <http://lexvo.org/id/term/isl/Bopomofo>,
        <http://lexvo.org/id/term/ita/bopomofo>,
        <http://lexvo.org/id/term/jpn/%E6%B3%A8%E9%9F%B3%E5%AD%97%E6%AF%8D>,
        <http://lexvo.org/id/term/kan/%E0%B2%AC%E0%B3%8B%E0%B2%AA%E0%B3%8A%E0%B2%AE%E0%B3%8B%E0%B2%AB%E0%B3%8B>,
        <http://lexvo.org/id/term/kas/%D8%A8%D9%88%D9%BE%D9%88%D9%85%D9%88%D9%81%D9%88>,
        <http://lexvo.org/id/term/kea/bopomofo>,
        <http://lexvo.org/id/term/khm/%E1%9E%94%E1%9E%BC%E1%9E%95%E1%9E%BC%E1%9E%98%E1%9F%89%E1%9E%BC%E1%9E%A0%E1%9F%92%E1%9E%9C%E1%9E%BC>,
        <http://lexvo.org/id/term/kor/%EC%A3%BC%EC%9D%8C%EB%B6%80%ED%98%B8>,
        <http://lexvo.org/id/term/ksh/schineeseche%20%C3%96mschreff%20Bopomofo>,
        <http://lexvo.org/id/term/lao/%E0%BB%82%E0%BA%9A%E0%BB%82%E0%BA%9B%E0%BB%82%E0%BA%A1%E0%BB%82%E0%BA%9F>,
        <http://lexvo.org/id/term/lav/bopomofo>,
        <http://lexvo.org/id/term/lit/bopomofo>,
        <http://lexvo.org/id/term/mal/%E0%B4%AC%E0%B5%8B%E0%B4%AA%E0%B5%8D%E0%B4%AA%E0%B5%8B%E0%B4%AE%E0%B5%8B%E0%B4%AB%E0%B5%8B>,
        <http://lexvo.org/id/term/mar/%E0%A4%AC%E0%A5%8B%E0%A4%AA%E0%A5%8B%E0%A4%AE%E0%A5%8B%E0%A4%AB%E0%A5%8B>,
        <http://lexvo.org/id/term/mkd/%D0%B1%D0%BE%D0%BF%D0%BE%D0%BC%D0%BE%D1%84%D0%BE%20%D0%BF%D0%B8%D1%81%D0%BC%D0%BE>,
        <http://lexvo.org/id/term/nep/%E0%A4%AC%E0%A5%8B%E0%A4%AA%E0%A5%8B%E0%A4%AE%E0%A5%8B%E0%A4%AB%E0%A5%8B>,
        <http://lexvo.org/id/term/nld/Bopomofo>,
        <http://lexvo.org/id/term/nno/bopomofo>,
        <http://lexvo.org/id/term/nob/bopomofo>,
        <http://lexvo.org/id/term/ori/%E0%AC%AC%E0%AD%8B%E0%AC%AA%E0%AD%8B%E0%AC%AE%E0%AD%8B%E0%AC%AB%E0%AD%8B>,
        <http://lexvo.org/id/term/pol/bopomofo>,
        <http://lexvo.org/id/term/por/bopomofo>,
        <http://lexvo.org/id/term/roh/bopomofo>,
        <http://lexvo.org/id/term/ron/bopomofo>,
        <http://lexvo.org/id/term/rus/%D0%91%D0%BE%D0%BF%D0%BE%D0%BC%D0%BE%D1%84%D0%BE>,
        <http://lexvo.org/id/term/sin/%E0%B6%B6%E0%B7%9C%E0%B7%86%E0%B7%9D%E0%B6%B8%E0%B7%9C%E0%B7%86%E0%B7%9D>,
        <http://lexvo.org/id/term/slk/Bopomofo>,
        <http://lexvo.org/id/term/slv/bopomofo>,
        <http://lexvo.org/id/term/spa/bopomofo>,
        <http://lexvo.org/id/term/srp-Latn/bopomofo%20pismo>,
        <http://lexvo.org/id/term/srp/%D0%B1%D0%BE%D0%BF%D0%BE%D0%BC%D0%BE%D1%84%D0%BE%20%D0%BF%D0%B8%D1%81%D0%BC%D0%BE>,
        <http://lexvo.org/id/term/swe/bopomofo>,
        <http://lexvo.org/id/term/swh/Kibopomofo>,
        <http://lexvo.org/id/term/tam/%E0%AE%AA%E0%AF%8D%E0%AE%B0%E0%AE%AA%E0%AF%8B%E0%AE%AE%E0%AF%8B%E0%AE%83%E0%AE%AA%E0%AF%8B>,
        <http://lexvo.org/id/term/tel/%E0%B0%AC%E0%B1%8B%E0%B0%AA%E0%B1%8B%E0%B0%AE%E0%B1%8B%E0%B0%AB%E0%B1%8B>,
        <http://lexvo.org/id/term/tha/%E0%B8%9B%E0%B8%AD%E0%B8%9E%E0%B8%AD%E0%B8%A1%E0%B8%AD%E0%B8%9F%E0%B8%AD>,
        <http://lexvo.org/id/term/ton/tohinima%20ongo%20fakasiaina>,
        <http://lexvo.org/id/term/tur/Bopomofo>,
        <http://lexvo.org/id/term/ukr/%D0%91%D0%BE%D0%BF%D0%BE%D0%BC%D0%BE%D1%84%D0%BE>,
        <http://lexvo.org/id/term/urd/%D8%A8%D9%88%D9%BE%D9%88%D9%85%D9%88%D9%81%D9%88>,
        <http://lexvo.org/id/term/vie/Ch%E1%BB%AF%20Bopomofo>,
        <http://lexvo.org/id/term/zsm/Bopomofo>,
        <http://lexvo.org/id/term/zul/i-Bopomofo> .

<http://lexvo.org/id/script/Brah> a lvont:Script ;
    rdfs:label "الهندوسية"@ar,
        "brahmi"@az,
        "Брахми"@bg,
        "ব্রাহ্মী"@bn,
        "ब्रह्मी"@brx,
        "bramansko pismo"@bs,
        "браманско писмо"@bs-Cyrl,
        "brahmi"@ca,
        "婆罗米文字"@cmn,
        "婆羅米文"@cmn-Hant,
        "bráhmí"@cs,
        "bramisk"@da,
        "Brahmi"@de,
        "brami gbeŋɔŋlɔ"@ee,
        "Μπραχμί"@el,
        "Brahmi"@en,
        "𐐒𐑉𐐪𐑋𐐨"@en-Dsrt,
        "brahmi"@es,
        "brahmi"@et,
        "براهمی"@fa,
        "brahmi"@fi,
        "brahma"@fr,
        "brâhmî"@fr,
        "Brahmi"@gsw,
        "બ્રહ્મી"@gu,
        "ब्रह्मी"@hi,
        "brahmi pismo"@hr,
        "Brámi"@hu,
        "Brahmi"@id,
        "brahmíska"@is,
        "brahmi"@it,
        "ブラーフミー文字"@ja,
        "ಬ್ರಾಹ್ಮಿ"@kn,
        "브라미"@ko,
        "برٛاہمی"@ks,
        "ພຮາຫມີ"@lo,
        "brahmi"@lt,
        "brahmi"@lv,
        "ബ്രാഹ്മി"@ml,
        "ब्रह्मी"@mr,
        "ဗြဟ္မမီ"@my,
        "brahmi"@nb,
        "ब्राह्मी"@ne,
        "Brahmi"@nl,
        "brahmi"@nn,
        "ବ୍ରାହ୍ମୀ"@or,
        "brahmi"@pl,
        "brahmi"@pt,
        "brahmi"@rm,
        "Брахми"@ru,
        "bramanski"@sl,
        "браманско писмо"@sr,
        "Bramansko pismo"@sr-Latn,
        "brami"@sv,
        "பிரம்மி"@ta,
        "బ్రాహ్మి"@te,
        "พราหมี"@th,
        "Brahmi"@tr,
        "Брахмі"@uk,
        "Chữ Brahmi"@vi ;
    lvont:iso15924Alphacode "Brah"^^xsd:string ;
    lvont:label <http://lexvo.org/id/term/ara/%D8%A7%D9%84%D9%87%D9%86%D8%AF%D9%88%D8%B3%D9%8A%D8%A9>,
        <http://lexvo.org/id/term/aze/brahmi>,
        <http://lexvo.org/id/term/ben/%E0%A6%AC%E0%A7%8D%E0%A6%B0%E0%A6%BE%E0%A6%B9%E0%A7%8D%E0%A6%AE%E0%A7%80>,
        <http://lexvo.org/id/term/bos-Cyrl/%D0%B1%D1%80%D0%B0%D0%BC%D0%B0%D0%BD%D1%81%D0%BA%D0%BE%20%D0%BF%D0%B8%D1%81%D0%BC%D0%BE>,
        <http://lexvo.org/id/term/bos/bramansko%20pismo>,
        <http://lexvo.org/id/term/brx/%E0%A4%AC%E0%A5%8D%E0%A4%B0%E0%A4%B9%E0%A5%8D%E0%A4%AE%E0%A5%80>,
        <http://lexvo.org/id/term/bul/%D0%91%D1%80%D0%B0%D1%85%D0%BC%D0%B8>,
        <http://lexvo.org/id/term/cat/brahmi>,
        <http://lexvo.org/id/term/ces/br%C3%A1hm%C3%AD>,
        <http://lexvo.org/id/term/cmn-Hant/%E5%A9%86%E7%BE%85%E7%B1%B3%E6%96%87>,
        <http://lexvo.org/id/term/cmn/%E5%A9%86%E7%BD%97%E7%B1%B3%E6%96%87%E5%AD%97>,
        <http://lexvo.org/id/term/dan/bramisk>,
        <http://lexvo.org/id/term/deu/Brahmi>,
        <http://lexvo.org/id/term/ell/%CE%9C%CF%80%CF%81%CE%B1%CF%87%CE%BC%CE%AF>,
        <http://lexvo.org/id/term/eng-Dsrt/%F0%90%90%92%F0%90%91%89%F0%90%90%AA%F0%90%91%8B%F0%90%90%A8>,
        <http://lexvo.org/id/term/eng/Brahmi>,
        <http://lexvo.org/id/term/est/brahmi>,
        <http://lexvo.org/id/term/ewe/brami%20gbe%C5%8B%C9%94%C5%8Bl%C9%94>,
        <http://lexvo.org/id/term/fas/%D8%A8%D8%B1%D8%A7%D9%87%D9%85%DB%8C>,
        <http://lexvo.org/id/term/fin/brahmi>,
        <http://lexvo.org/id/term/fra/br%C3%A2hm%C3%AE>,
        <http://lexvo.org/id/term/fra/brahma>,
        <http://lexvo.org/id/term/gsw/Brahmi>,
        <http://lexvo.org/id/term/guj/%E0%AA%AC%E0%AB%8D%E0%AA%B0%E0%AA%B9%E0%AB%8D%E0%AA%AE%E0%AB%80>,
        <http://lexvo.org/id/term/hin/%E0%A4%AC%E0%A5%8D%E0%A4%B0%E0%A4%B9%E0%A5%8D%E0%A4%AE%E0%A5%80>,
        <http://lexvo.org/id/term/hrv/brahmi%20pismo>,
        <http://lexvo.org/id/term/hun/Br%C3%A1mi>,
        <http://lexvo.org/id/term/ind/Brahmi>,
        <http://lexvo.org/id/term/isl/brahm%C3%ADska>,
        <http://lexvo.org/id/term/ita/brahmi>,
        <http://lexvo.org/id/term/jpn/%E3%83%96%E3%83%A9%E3%83%BC%E3%83%95%E3%83%9F%E3%83%BC%E6%96%87%E5%AD%97>,
        <http://lexvo.org/id/term/kan/%E0%B2%AC%E0%B3%8D%E0%B2%B0%E0%B2%BE%E0%B2%B9%E0%B3%8D%E0%B2%AE%E0%B2%BF>,
        <http://lexvo.org/id/term/kas/%D8%A8%D8%B1%D9%9B%D8%A7%DB%81%D9%85%DB%8C>,
        <http://lexvo.org/id/term/kor/%EB%B8%8C%EB%9D%BC%EB%AF%B8>,
        <http://lexvo.org/id/term/lao/%E0%BA%9E%E0%BA%AE%E0%BA%B2%E0%BA%AB%E0%BA%A1%E0%BA%B5>,
        <http://lexvo.org/id/term/lav/brahmi>,
        <http://lexvo.org/id/term/lit/brahmi>,
        <http://lexvo.org/id/term/mal/%E0%B4%AC%E0%B5%8D%E0%B4%B0%E0%B4%BE%E0%B4%B9%E0%B5%8D%E0%B4%AE%E0%B4%BF>,
        <http://lexvo.org/id/term/mar/%E0%A4%AC%E0%A5%8D%E0%A4%B0%E0%A4%B9%E0%A5%8D%E0%A4%AE%E0%A5%80>,
        <http://lexvo.org/id/term/mya/%E1%80%97%E1%80%BC%E1%80%9F%E1%80%B9%E1%80%99%E1%80%99%E1%80%AE>,
        <http://lexvo.org/id/term/nep/%E0%A4%AC%E0%A5%8D%E0%A4%B0%E0%A4%BE%E0%A4%B9%E0%A5%8D%E0%A4%AE%E0%A5%80>,
        <http://lexvo.org/id/term/nld/Brahmi>,
        <http://lexvo.org/id/term/nno/brahmi>,
        <http://lexvo.org/id/term/nob/brahmi>,
        <http://lexvo.org/id/term/ori/%E0%AC%AC%E0%AD%8D%E0%AC%B0%E0%AC%BE%E0%AC%B9%E0%AD%8D%E0%AC%AE%E0%AD%80>,
        <http://lexvo.org/id/term/pol/brahmi>,
        <http://lexvo.org/id/term/por/brahmi>,
        <http://lexvo.org/id/term/roh/brahmi>,
        <http://lexvo.org/id/term/rus/%D0%91%D1%80%D0%B0%D1%85%D0%BC%D0%B8>,
        <http://lexvo.org/id/term/slv/bramanski>,
        <http://lexvo.org/id/term/spa/brahmi>,
        <http://lexvo.org/id/term/srp-Latn/Bramansko%20pismo>,
        <http://lexvo.org/id/term/srp/%D0%B1%D1%80%D0%B0%D0%BC%D0%B0%D0%BD%D1%81%D0%BA%D0%BE%20%D0%BF%D0%B8%D1%81%D0%BC%D0%BE>,
        <http://lexvo.org/id/term/swe/brami>,
        <http://lexvo.org/id/term/tam/%E0%AE%AA%E0%AE%BF%E0%AE%B0%E0%AE%AE%E0%AF%8D%E0%AE%AE%E0%AE%BF>,
        <http://lexvo.org/id/term/tel/%E0%B0%AC%E0%B1%8D%E0%B0%B0%E0%B0%BE%E0%B0%B9%E0%B1%8D%E0%B0%AE%E0%B0%BF>,
        <http://lexvo.org/id/term/tha/%E0%B8%9E%E0%B8%A3%E0%B8%B2%E0%B8%AB%E0%B8%A1%E0%B8%B5>,
        <http://lexvo.org/id/term/tur/Brahmi>,
        <http://lexvo.org/id/term/ukr/%D0%91%D1%80%D0%B0%D1%85%D0%BC%D1%96>,
        <http://lexvo.org/id/term/vie/Ch%E1%BB%AF%20Brahmi> .

<http://lexvo.org/id/script/Brai> a lvont:Script ;
    rdfs:label "Braille"@af,
        "ብሬይል"@am,
        "البرايل"@ar,
        "braille"@ast,
        "kor yazısı"@az,
        "Брайлова"@bg,
        "ব্রেইল"@bn,
        "Braille"@br,
        "ब्रेल"@brx,
        "brajevo pismo"@bs,
        "Брајево писмо"@bs-Cyrl,
        "Braille"@ca,
        "布莱叶盲文"@cmn,
        "盲人用點字法"@cmn-Hant,
        "braillovo písmo"@cs,
        "Braille"@cy,
        "blindskrift"@da,
        "Blindenschrift"@de,
        "འབུར་ཡིག"@dz,
        "braillegbeŋɔŋlɔ"@ee,
        "Μπράιγ"@el,
        "Braille"@en,
        "𐐒𐑉𐐩𐑊"@en-Dsrt,
        "braille"@es,
        "punktkiri"@et,
        "Braille"@eu,
        "بریل"@fa,
        "braille-pistekirjoitus"@fi,
        "Braille"@fil,
        "braille"@fr,
        "Braille"@fur,
        "Braille"@ga,
        "Braille"@gd,
        "Braille"@gl,
        "Blindäschrift"@gsw,
        "બ્રેલ"@gu,
        "ברייל"@he,
        "ब्रेल"@hi,
        "Brailleovo pismo"@hr,
        "Vakírás"@hu,
        "Braille"@id,
        "Blindraletur"@is,
        "braille"@it,
        "ブライユ点字"@ja,
        "ბრაილი"@ka,
        "អក្សរ​សម្រាប់មនុស្ស​ពិការ​ភ្នែក"@km,
        "ಬ್ರೈಲ್"@kn,
        "브라유 점자"@ko,
        "بریل"@ks,
        "Blindeschreff"@ksh,
        "ບຣິວລີ"@lo,
        "brailio"@lt,
        "Braila raksts"@lv,
        "браево писмо"@mk,
        "ബ്രെയ്‌ലി"@ml,
        "ब्रेल"@mr,
        "Braille"@mt,
        "braille"@nb,
        "ब्रेल"@ne,
        "Braille"@nl,
        "braille"@nn,
        "ବ୍ରିଲ୍"@or,
        "Braille’a"@pl,
        "braille"@pt,
        "scrittira da Braille"@rm,
        "braille"@ro,
        "Брайля"@ru,
        "බ්‍රේල්"@si,
        "Braillovo písmo"@sk,
        "braillova pisava"@sl,
        "Брајево писмо"@sr,
        "Brajevo pismo"@sr-Latn,
        "punktskrift"@sv,
        "Braille"@swh,
        "ப்ரைல்"@ta,
        "బ్రెయిల్"@te,
        "เบรลล์"@th,
        "tohinima laukonga ki he kui"@to,
        "Braille"@tr,
        "Шрифт Брайля"@uk,
        "بریل"@ur,
        "Chữ nổi Braille"@vi,
        "Braille"@zsm,
        "i-Braille"@zu ;
    lvont:iso15924Alphacode "Brai"^^xsd:string ;
    lvont:label <http://lexvo.org/id/term/afr/Braille>,
        <http://lexvo.org/id/term/amh/%E1%89%A5%E1%88%AC%E1%8B%AD%E1%88%8D>,
        <http://lexvo.org/id/term/ara/%D8%A7%D9%84%D8%A8%D8%B1%D8%A7%D9%8A%D9%84>,
        <http://lexvo.org/id/term/ast/braille>,
        <http://lexvo.org/id/term/aze/kor%20yaz%C4%B1s%C4%B1>,
        <http://lexvo.org/id/term/ben/%E0%A6%AC%E0%A7%8D%E0%A6%B0%E0%A7%87%E0%A6%87%E0%A6%B2>,
        <http://lexvo.org/id/term/bos-Cyrl/%D0%91%D1%80%D0%B0%D1%98%D0%B5%D0%B2%D0%BE%20%D0%BF%D0%B8%D1%81%D0%BC%D0%BE>,
        <http://lexvo.org/id/term/bos/brajevo%20pismo>,
        <http://lexvo.org/id/term/bre/Braille>,
        <http://lexvo.org/id/term/brx/%E0%A4%AC%E0%A5%8D%E0%A4%B0%E0%A5%87%E0%A4%B2>,
        <http://lexvo.org/id/term/bul/%D0%91%D1%80%D0%B0%D0%B9%D0%BB%D0%BE%D0%B2%D0%B0>,
        <http://lexvo.org/id/term/cat/Braille>,
        <http://lexvo.org/id/term/ces/braillovo%20p%C3%ADsmo>,
        <http://lexvo.org/id/term/cmn-Hant/%E7%9B%B2%E4%BA%BA%E7%94%A8%E9%BB%9E%E5%AD%97%E6%B3%95>,
        <http://lexvo.org/id/term/cmn/%E5%B8%83%E8%8E%B1%E5%8F%B6%E7%9B%B2%E6%96%87>,
        <http://lexvo.org/id/term/cym/Braille>,
        <http://lexvo.org/id/term/dan/blindskrift>,
        <http://lexvo.org/id/term/deu/Blindenschrift>,
        <http://lexvo.org/id/term/dzo/%E0%BD%A0%E0%BD%96%E0%BD%B4%E0%BD%A2%E0%BC%8B%E0%BD%A1%E0%BD%B2%E0%BD%82>,
        <http://lexvo.org/id/term/ell/%CE%9C%CF%80%CF%81%CE%AC%CE%B9%CE%B3>,
        <http://lexvo.org/id/term/eng-Dsrt/%F0%90%90%92%F0%90%91%89%F0%90%90%A9%F0%90%91%8A>,
        <http://lexvo.org/id/term/eng/Braille>,
        <http://lexvo.org/id/term/est/punktkiri>,
        <http://lexvo.org/id/term/eus/Braille>,
        <http://lexvo.org/id/term/ewe/braillegbe%C5%8B%C9%94%C5%8Bl%C9%94>,
        <http://lexvo.org/id/term/fas/%D8%A8%D8%B1%DB%8C%D9%84>,
        <http://lexvo.org/id/term/fil/Braille>,
        <http://lexvo.org/id/term/fin/braille-pistekirjoitus>,
        <http://lexvo.org/id/term/fra/braille>,
        <http://lexvo.org/id/term/fur/Braille>,
        <http://lexvo.org/id/term/gla/Braille>,
        <http://lexvo.org/id/term/gle/Braille>,
        <http://lexvo.org/id/term/glg/Braille>,
        <http://lexvo.org/id/term/gsw/Blind%C3%A4schrift>,
        <http://lexvo.org/id/term/guj/%E0%AA%AC%E0%AB%8D%E0%AA%B0%E0%AB%87%E0%AA%B2>,
        <http://lexvo.org/id/term/heb/%D7%91%D7%A8%D7%99%D7%99%D7%9C>,
        <http://lexvo.org/id/term/hin/%E0%A4%AC%E0%A5%8D%E0%A4%B0%E0%A5%87%E0%A4%B2>,
        <http://lexvo.org/id/term/hrv/Brailleovo%20pismo>,
        <http://lexvo.org/id/term/hun/Vak%C3%ADr%C3%A1s>,
        <http://lexvo.org/id/term/ind/Braille>,
        <http://lexvo.org/id/term/isl/Blindraletur>,
        <http://lexvo.org/id/term/ita/braille>,
        <http://lexvo.org/id/term/jpn/%E3%83%96%E3%83%A9%E3%82%A4%E3%83%A6%E7%82%B9%E5%AD%97>,
        <http://lexvo.org/id/term/kan/%E0%B2%AC%E0%B3%8D%E0%B2%B0%E0%B3%88%E0%B2%B2%E0%B3%8D>,
        <http://lexvo.org/id/term/kas/%D8%A8%D8%B1%DB%8C%D9%84>,
        <http://lexvo.org/id/term/kat/%E1%83%91%E1%83%A0%E1%83%90%E1%83%98%E1%83%9A%E1%83%98>,
        <http://lexvo.org/id/term/khm/%E1%9E%A2%E1%9E%80%E1%9F%92%E1%9E%9F%E1%9E%9A%E2%80%8B%E1%9E%9F%E1%9E%98%E1%9F%92%E1%9E%9A%E1%9E%B6%E1%9E%94%E1%9F%8B%E1%9E%98%E1%9E%93%E1%9E%BB%E1%9E%9F%E1%9F%92%E1%9E%9F%E2%80%8B%E1%9E%96%E1%9E%B7%E1%9E%80%E1%9E%B6%E1%9E%9A%E2%80%8B%E1%9E%97%E1%9F%92%E1%9E%93%E1%9F%82%E1%9E%80>,
        <http://lexvo.org/id/term/kor/%EB%B8%8C%EB%9D%BC%EC%9C%A0%20%EC%A0%90%EC%9E%90>,
        <http://lexvo.org/id/term/ksh/Blindeschreff>,
        <http://lexvo.org/id/term/lao/%E0%BA%9A%E0%BA%A3%E0%BA%B4%E0%BA%A7%E0%BA%A5%E0%BA%B5>,
        <http://lexvo.org/id/term/lav/Braila%20raksts>,
        <http://lexvo.org/id/term/lit/brailio>,
        <http://lexvo.org/id/term/mal/%E0%B4%AC%E0%B5%8D%E0%B4%B0%E0%B5%86%E0%B4%AF%E0%B5%8D%E2%80%8C%E0%B4%B2%E0%B4%BF>,
        <http://lexvo.org/id/term/mar/%E0%A4%AC%E0%A5%8D%E0%A4%B0%E0%A5%87%E0%A4%B2>,
        <http://lexvo.org/id/term/mkd/%D0%B1%D1%80%D0%B0%D0%B5%D0%B2%D0%BE%20%D0%BF%D0%B8%D1%81%D0%BC%D0%BE>,
        <http://lexvo.org/id/term/mlt/Braille>,
        <http://lexvo.org/id/term/nep/%E0%A4%AC%E0%A5%8D%E0%A4%B0%E0%A5%87%E0%A4%B2>,
        <http://lexvo.org/id/term/nld/Braille>,
        <http://lexvo.org/id/term/nno/braille>,
        <http://lexvo.org/id/term/nob/braille>,
        <http://lexvo.org/id/term/ori/%E0%AC%AC%E0%AD%8D%E0%AC%B0%E0%AC%BF%E0%AC%B2%E0%AD%8D>,
        <http://lexvo.org/id/term/pol/Braille%E2%80%99a>,
        <http://lexvo.org/id/term/por/braille>,
        <http://lexvo.org/id/term/roh/scrittira%20da%20Braille>,
        <http://lexvo.org/id/term/ron/braille>,
        <http://lexvo.org/id/term/rus/%D0%91%D1%80%D0%B0%D0%B9%D0%BB%D1%8F>,
        <http://lexvo.org/id/term/sin/%E0%B6%B6%E0%B7%8A%E2%80%8D%E0%B6%BB%E0%B7%9A%E0%B6%BD%E0%B7%8A>,
        <http://lexvo.org/id/term/slk/Braillovo%20p%C3%ADsmo>,
        <http://lexvo.org/id/term/slv/braillova%20pisava>,
        <http://lexvo.org/id/term/spa/braille>,
        <http://lexvo.org/id/term/srp-Latn/Brajevo%20pismo>,
        <http://lexvo.org/id/term/srp/%D0%91%D1%80%D0%B0%D1%98%D0%B5%D0%B2%D0%BE%20%D0%BF%D0%B8%D1%81%D0%BC%D0%BE>,
        <http://lexvo.org/id/term/swe/punktskrift>,
        <http://lexvo.org/id/term/swh/Braille>,
        <http://lexvo.org/id/term/tam/%E0%AE%AA%E0%AF%8D%E0%AE%B0%E0%AF%88%E0%AE%B2%E0%AF%8D>,
        <http://lexvo.org/id/term/tel/%E0%B0%AC%E0%B1%8D%E0%B0%B0%E0%B1%86%E0%B0%AF%E0%B0%BF%E0%B0%B2%E0%B1%8D>,
        <http://lexvo.org/id/term/tha/%E0%B9%80%E0%B8%9A%E0%B8%A3%E0%B8%A5%E0%B8%A5%E0%B9%8C>,
        <http://lexvo.org/id/term/ton/tohinima%20laukonga%20ki%20he%20kui>,
        <http://lexvo.org/id/term/tur/Braille>,
        <http://lexvo.org/id/term/ukr/%D0%A8%D1%80%D0%B8%D1%84%D1%82%20%D0%91%D1%80%D0%B0%D0%B9%D0%BB%D1%8F>,
        <http://lexvo.org/id/term/urd/%D8%A8%D8%B1%DB%8C%D9%84>,
        <http://lexvo.org/id/term/vie/Ch%E1%BB%AF%20n%E1%BB%95i%20Braille>,
        <http://lexvo.org/id/term/zsm/Braille>,
        <http://lexvo.org/id/term/zul/i-Braille> .

<http://lexvo.org/id/script/Bugi> a lvont:Script ;
    rdfs:label "البجينيز"@ar,
        "buqin"@az,
        "Бугинска"@bg,
        "বুগি"@bn,
        "बुगीनी"@brx,
        "buginsko pismo"@bs,
        "бугинско писмо"@bs-Cyrl,
        "buginès"@ca,
        "布吉文"@cmn,
        "布吉斯文"@cmn-Hant,
        "buginské"@cs,
        "buginesisk"@da,
        "Buginesisch"@de,
        "Μπούγκις"@el,
        "Buginese"@en,
        "𐐒𐐭𐑀𐐮𐑌𐐨𐑆"@en-Dsrt,
        "buginés"@es,
        "bugi"@et,
        "بوگیایی"@fa,
        "bugilainen"@fi,
        "bouguis"@fr,
        "buginês"@fur,
        "Buginesisch"@gsw,
        "બગિનીસ"@gu,
        "बगिनीस"@hi,
        "buginsko pismo"@hr,
        "Buginéz"@hu,
        "Bugis"@id,
        "buginesíska"@is,
        "buginese"@it,
        "ブギス文字"@ja,
        "ಬಗಿನೀಸ್"@kn,
        "부기 문자"@ko,
        "بُگِنیٖز"@ks,
        "ບູກິສ"@lo,
        "buginezų"@lt,
        "ബുഗിനീസ്"@ml,
        "बूगी"@mr,
        "buginesisk"@nb,
        "बुगिनिज"@ne,
        "Buginees"@nl,
        "buginesisk"@nn,
        "ବୁଗାନୀଜ୍"@or,
        "bugińskie"@pl,
        "buginês"@pt,
        "buginais"@rm,
        "Бугинизийская"@ru,
        "buginski"@sl,
        "бугинско писмо"@sr,
        "buginsko pismo"@sr-Latn,
        "buginesiska"@sv,
        "புகினீஸ்"@ta,
        "బ్యుగినీస్"@te,
        "บูกิส"@th,
        "Bugis"@tr,
        "Бугійський"@uk,
        "Chữ Bugin"@vi ;
    lvont:iso15924Alphacode "Bugi"^^xsd:string ;
    lvont:label <http://lexvo.org/id/term/ara/%D8%A7%D9%84%D8%A8%D8%AC%D9%8A%D9%86%D9%8A%D8%B2>,
        <http://lexvo.org/id/term/aze/buqin>,
        <http://lexvo.org/id/term/ben/%E0%A6%AC%E0%A7%81%E0%A6%97%E0%A6%BF>,
        <http://lexvo.org/id/term/bos-Cyrl/%D0%B1%D1%83%D0%B3%D0%B8%D0%BD%D1%81%D0%BA%D0%BE%20%D0%BF%D0%B8%D1%81%D0%BC%D0%BE>,
        <http://lexvo.org/id/term/bos/buginsko%20pismo>,
        <http://lexvo.org/id/term/brx/%E0%A4%AC%E0%A5%81%E0%A4%97%E0%A5%80%E0%A4%A8%E0%A5%80>,
        <http://lexvo.org/id/term/bul/%D0%91%D1%83%D0%B3%D0%B8%D0%BD%D1%81%D0%BA%D0%B0>,
        <http://lexvo.org/id/term/cat/bugin%C3%A8s>,
        <http://lexvo.org/id/term/ces/buginsk%C3%A9>,
        <http://lexvo.org/id/term/cmn-Hant/%E5%B8%83%E5%90%89%E6%96%AF%E6%96%87>,
        <http://lexvo.org/id/term/cmn/%E5%B8%83%E5%90%89%E6%96%87>,
        <http://lexvo.org/id/term/dan/buginesisk>,
        <http://lexvo.org/id/term/deu/Buginesisch>,
        <http://lexvo.org/id/term/ell/%CE%9C%CF%80%CE%BF%CF%8D%CE%B3%CE%BA%CE%B9%CF%82>,
        <http://lexvo.org/id/term/eng-Dsrt/%F0%90%90%92%F0%90%90%AD%F0%90%91%80%F0%90%90%AE%F0%90%91%8C%F0%90%90%A8%F0%90%91%86>,
        <http://lexvo.org/id/term/eng/Buginese>,
        <http://lexvo.org/id/term/est/bugi>,
        <http://lexvo.org/id/term/fas/%D8%A8%D9%88%DA%AF%DB%8C%D8%A7%DB%8C%DB%8C>,
        <http://lexvo.org/id/term/fin/bugilainen>,
        <http://lexvo.org/id/term/fra/bouguis>,
        <http://lexvo.org/id/term/fur/bugin%C3%AAs>,
        <http://lexvo.org/id/term/gsw/Buginesisch>,
        <http://lexvo.org/id/term/guj/%E0%AA%AC%E0%AA%97%E0%AA%BF%E0%AA%A8%E0%AB%80%E0%AA%B8>,
        <http://lexvo.org/id/term/hin/%E0%A4%AC%E0%A4%97%E0%A4%BF%E0%A4%A8%E0%A5%80%E0%A4%B8>,
        <http://lexvo.org/id/term/hrv/buginsko%20pismo>,
        <http://lexvo.org/id/term/hun/Bugin%C3%A9z>,
        <http://lexvo.org/id/term/ind/Bugis>,
        <http://lexvo.org/id/term/isl/bugines%C3%ADska>,
        <http://lexvo.org/id/term/ita/buginese>,
        <http://lexvo.org/id/term/jpn/%E3%83%96%E3%82%AE%E3%82%B9%E6%96%87%E5%AD%97>,
        <http://lexvo.org/id/term/kan/%E0%B2%AC%E0%B2%97%E0%B2%BF%E0%B2%A8%E0%B3%80%E0%B2%B8%E0%B3%8D>,
        <http://lexvo.org/id/term/kas/%D8%A8%D9%8F%DA%AF%D9%90%D9%86%DB%8C%D9%96%D8%B2>,
        <http://lexvo.org/id/term/kor/%EB%B6%80%EA%B8%B0%20%EB%AC%B8%EC%9E%90>,
        <http://lexvo.org/id/term/lao/%E0%BA%9A%E0%BA%B9%E0%BA%81%E0%BA%B4%E0%BA%AA>,
        <http://lexvo.org/id/term/lit/buginez%C5%B3>,
        <http://lexvo.org/id/term/mal/%E0%B4%AC%E0%B5%81%E0%B4%97%E0%B4%BF%E0%B4%A8%E0%B5%80%E0%B4%B8%E0%B5%8D>,
        <http://lexvo.org/id/term/mar/%E0%A4%AC%E0%A5%82%E0%A4%97%E0%A5%80>,
        <http://lexvo.org/id/term/nep/%E0%A4%AC%E0%A5%81%E0%A4%97%E0%A4%BF%E0%A4%A8%E0%A4%BF%E0%A4%9C>,
        <http://lexvo.org/id/term/nld/Buginees>,
        <http://lexvo.org/id/term/nno/buginesisk>,
        <http://lexvo.org/id/term/nob/buginesisk>,
        <http://lexvo.org/id/term/ori/%E0%AC%AC%E0%AD%81%E0%AC%97%E0%AC%BE%E0%AC%A8%E0%AD%80%E0%AC%9C%E0%AD%8D>,
        <http://lexvo.org/id/term/pol/bugi%C5%84skie>,
        <http://lexvo.org/id/term/por/bugin%C3%AAs>,
        <http://lexvo.org/id/term/roh/buginais>,
        <http://lexvo.org/id/term/rus/%D0%91%D1%83%D0%B3%D0%B8%D0%BD%D0%B8%D0%B7%D0%B8%D0%B9%D1%81%D0%BA%D0%B0%D1%8F>,
        <http://lexvo.org/id/term/slv/buginski>,
        <http://lexvo.org/id/term/spa/bugin%C3%A9s>,
        <http://lexvo.org/id/term/srp-Latn/buginsko%20pismo>,
        <http://lexvo.org/id/term/srp/%D0%B1%D1%83%D0%B3%D0%B8%D0%BD%D1%81%D0%BA%D0%BE%20%D0%BF%D0%B8%D1%81%D0%BC%D0%BE>,
        <http://lexvo.org/id/term/swe/buginesiska>,
        <http://lexvo.org/id/term/tam/%E0%AE%AA%E0%AF%81%E0%AE%95%E0%AE%BF%E0%AE%A9%E0%AF%80%E0%AE%B8%E0%AF%8D>,
        <http://lexvo.org/id/term/tel/%E0%B0%AC%E0%B1%8D%E0%B0%AF%E0%B1%81%E0%B0%97%E0%B0%BF%E0%B0%A8%E0%B1%80%E0%B0%B8%E0%B1%8D>,
        <http://lexvo.org/id/term/tha/%E0%B8%9A%E0%B8%B9%E0%B8%81%E0%B8%B4%E0%B8%AA>,
        <http://lexvo.org/id/term/tur/Bugis>,
        <http://lexvo.org/id/term/ukr/%D0%91%D1%83%D0%B3%D1%96%D0%B9%D1%81%D1%8C%D0%BA%D0%B8%D0%B9>,
        <http://lexvo.org/id/term/vie/Ch%E1%BB%AF%20Bugin> .

<http://lexvo.org/id/script/Buhd> a lvont:Script ;
    rdfs:label "ቡሂድ"@am,
        "البهيدية"@ar,
        "buhid"@az,
        "Бухид"@bg,
        "বুহিড"@bn,
        "बुहीद"@brx,
        "buhidsko pismo"@bs,
        "бухидско писмо"@bs-Cyrl,
        "buhid"@ca,
        "布希德文"@cmn,
        "布希德文"@cmn-Hant,
        "buhid"@cs,
        "buhid"@da,
        "Buhid"@de,
        "buhid gbeŋɔŋlɔ"@ee,
        "Μπουχίντ"@el,
        "Buhid"@en,
        "𐐒𐐭𐐸𐐮𐐼"@en-Dsrt,
        "buhid"@es,
        "buhidi"@et,
        "بوهید"@fa,
        "buhidilainen"@fi,
        "bouhide"@fr,
        "Buhid"@gsw,
        "બુહિદ"@gu,
        "बुहिद"@hi,
        "buhid pismo"@hr,
        "Buhid"@hu,
        "Buhid"@id,
        "buhid"@is,
        "buhid"@it,
        "ブヒッド文字"@ja,
        "ಬುಹಿದ್"@kn,
        "부히드 문자"@ko,
        "بُہِد"@ks,
        "ບູຮິດ"@lo,
        "buhid"@lt,
        "ബുഹിഡ്"@ml,
        "बुहिद"@mr,
        "buhid"@nb,
        "बुहिद"@ne,
        "Buhid"@nl,
        "buhid"@nn,
        "ବୁହିଦ୍"@or,
        "buhid"@pl,
        "buhid"@pt,
        "buhid"@rm,
        "Бухид"@ru,
        "buhidski"@sl,
        "бухидско писмо"@sr,
        "buhidsko pismo"@sr-Latn,
        "buhid"@sv,
        "புகித்"@ta,
        "బుహిడ్"@te,
        "บูฮิด"@th,
        "Buhid"@tr,
        "Бухід"@uk,
        "Chữ Buhid"@vi ;
    lvont:iso15924Alphacode "Buhd"^^xsd:string ;
    lvont:label <http://lexvo.org/id/term/amh/%E1%89%A1%E1%88%82%E1%8B%B5>,
        <http://lexvo.org/id/term/ara/%D8%A7%D9%84%D8%A8%D9%87%D9%8A%D8%AF%D9%8A%D8%A9>,
        <http://lexvo.org/id/term/aze/buhid>,
        <http://lexvo.org/id/term/ben/%E0%A6%AC%E0%A7%81%E0%A6%B9%E0%A6%BF%E0%A6%A1>,
        <http://lexvo.org/id/term/bos-Cyrl/%D0%B1%D1%83%D1%85%D0%B8%D0%B4%D1%81%D0%BA%D0%BE%20%D0%BF%D0%B8%D1%81%D0%BC%D0%BE>,
        <http://lexvo.org/id/term/bos/buhidsko%20pismo>,
        <http://lexvo.org/id/term/brx/%E0%A4%AC%E0%A5%81%E0%A4%B9%E0%A5%80%E0%A4%A6>,
        <http://lexvo.org/id/term/bul/%D0%91%D1%83%D1%85%D0%B8%D0%B4>,
        <http://lexvo.org/id/term/cat/buhid>,
        <http://lexvo.org/id/term/ces/buhid>,
        <http://lexvo.org/id/term/cmn-Hant/%E5%B8%83%E5%B8%8C%E5%BE%B7%E6%96%87>,
        <http://lexvo.org/id/term/cmn/%E5%B8%83%E5%B8%8C%E5%BE%B7%E6%96%87>,
        <http://lexvo.org/id/term/dan/buhid>,
        <http://lexvo.org/id/term/deu/Buhid>,
        <http://lexvo.org/id/term/ell/%CE%9C%CF%80%CE%BF%CF%85%CF%87%CE%AF%CE%BD%CF%84>,
        <http://lexvo.org/id/term/eng-Dsrt/%F0%90%90%92%F0%90%90%AD%F0%90%90%B8%F0%90%90%AE%F0%90%90%BC>,
        <http://lexvo.org/id/term/eng/Buhid>,
        <http://lexvo.org/id/term/est/buhidi>,
        <http://lexvo.org/id/term/ewe/buhid%20gbe%C5%8B%C9%94%C5%8Bl%C9%94>,
        <http://lexvo.org/id/term/fas/%D8%A8%D9%88%D9%87%DB%8C%D8%AF>,
        <http://lexvo.org/id/term/fin/buhidilainen>,
        <http://lexvo.org/id/term/fra/bouhide>,
        <http://lexvo.org/id/term/gsw/Buhid>,
        <http://lexvo.org/id/term/guj/%E0%AA%AC%E0%AB%81%E0%AA%B9%E0%AA%BF%E0%AA%A6>,
        <http://lexvo.org/id/term/hin/%E0%A4%AC%E0%A5%81%E0%A4%B9%E0%A4%BF%E0%A4%A6>,
        <http://lexvo.org/id/term/hrv/buhid%20pismo>,
        <http://lexvo.org/id/term/hun/Buhid>,
        <http://lexvo.org/id/term/ind/Buhid>,
        <http://lexvo.org/id/term/isl/buhid>,
        <http://lexvo.org/id/term/ita/buhid>,
        <http://lexvo.org/id/term/jpn/%E3%83%96%E3%83%92%E3%83%83%E3%83%89%E6%96%87%E5%AD%97>,
        <http://lexvo.org/id/term/kan/%E0%B2%AC%E0%B3%81%E0%B2%B9%E0%B2%BF%E0%B2%A6%E0%B3%8D>,
        <http://lexvo.org/id/term/kas/%D8%A8%D9%8F%DB%81%D9%90%D8%AF>,
        <http://lexvo.org/id/term/kor/%EB%B6%80%ED%9E%88%EB%93%9C%20%EB%AC%B8%EC%9E%90>,
        <http://lexvo.org/id/term/lao/%E0%BA%9A%E0%BA%B9%E0%BA%AE%E0%BA%B4%E0%BA%94>,
        <http://lexvo.org/id/term/lit/buhid>,
        <http://lexvo.org/id/term/mal/%E0%B4%AC%E0%B5%81%E0%B4%B9%E0%B4%BF%E0%B4%A1%E0%B5%8D>,
        <http://lexvo.org/id/term/mar/%E0%A4%AC%E0%A5%81%E0%A4%B9%E0%A4%BF%E0%A4%A6>,
        <http://lexvo.org/id/term/nep/%E0%A4%AC%E0%A5%81%E0%A4%B9%E0%A4%BF%E0%A4%A6>,
        <http://lexvo.org/id/term/nld/Buhid>,
        <http://lexvo.org/id/term/nno/buhid>,
        <http://lexvo.org/id/term/nob/buhid>,
        <http://lexvo.org/id/term/ori/%E0%AC%AC%E0%AD%81%E0%AC%B9%E0%AC%BF%E0%AC%A6%E0%AD%8D>,
        <http://lexvo.org/id/term/pol/buhid>,
        <http://lexvo.org/id/term/por/buhid>,
        <http://lexvo.org/id/term/roh/buhid>,
        <http://lexvo.org/id/term/rus/%D0%91%D1%83%D1%85%D0%B8%D0%B4>,
        <http://lexvo.org/id/term/slv/buhidski>,
        <http://lexvo.org/id/term/spa/buhid>,
        <http://lexvo.org/id/term/srp-Latn/buhidsko%20pismo>,
        <http://lexvo.org/id/term/srp/%D0%B1%D1%83%D1%85%D0%B8%D0%B4%D1%81%D0%BA%D0%BE%20%D0%BF%D0%B8%D1%81%D0%BC%D0%BE>,
        <http://lexvo.org/id/term/swe/buhid>,
        <http://lexvo.org/id/term/tam/%E0%AE%AA%E0%AF%81%E0%AE%95%E0%AE%BF%E0%AE%A4%E0%AF%8D>,
        <http://lexvo.org/id/term/tel/%E0%B0%AC%E0%B1%81%E0%B0%B9%E0%B0%BF%E0%B0%A1%E0%B1%8D>,
        <http://lexvo.org/id/term/tha/%E0%B8%9A%E0%B8%B9%E0%B8%AE%E0%B8%B4%E0%B8%94>,
        <http://lexvo.org/id/term/tur/Buhid>,
        <http://lexvo.org/id/term/ukr/%D0%91%D1%83%D1%85%D1%96%D0%B4>,
        <http://lexvo.org/id/term/vie/Ch%E1%BB%AF%20Buhid> .

<http://lexvo.org/id/script/Cakm> a lvont:Script ;
    rdfs:label "kakm"@az,
        "Чакма"@bg,
        "চাকমা"@bn,
        "čakmansko pismo"@bs,
        "чакманско писмо"@bs-Cyrl,
        "chakma"@ca,
        "查克马文"@cmn,
        "查克馬文"@cmn-Hant,
        "cakm"@da,
        "tsakma gbeŋɔŋlɔ"@ee,
        "Τσάκμα"@el,
        "Chakma"@en,
        "𐐕𐐪𐐿𐑋𐐲"@en-Dsrt,
        "کاکم"@fa,
        "chakmalainen"@fi,
        "chakma"@fr,
        "ચકમા"@gu,
        "चकमा"@hi,
        "chakma pismo"@hr,
        "Csakma"@hu,
        "Chakma"@id,
        "chakma"@is,
        "チャクマ文字"@ja,
        "ಕಾಕಂ"@kn,
        "차크마 문자"@ko,
        "ຊາກມາ"@lo,
        "čakma"@lt,
        "ചകം"@ml,
        "चकमा"@mr,
        "chakma"@nb,
        "काक्म्"@ne,
        "Chakma"@nl,
        "chakma"@nn,
        "ଚକମା"@or,
        "chakma"@pl,
        "cakm"@pt,
        "chakma"@pt,
        "chakma"@rm,
        "Чакмийская"@ru,
        "чакманско писмо"@sr,
        "čakmansko pismo"@sr-Latn,
        "chakma"@sv,
        "சக்மா"@ta,
        "చక్మా"@te,
        "ชากมา"@th,
        "Chakma"@tr,
        "Чакма"@uk,
        "Chữ Chakma"@vi ;
    lvont:iso15924Alphacode "Cakm"^^xsd:string ;
    lvont:label <http://lexvo.org/id/term/aze/kakm>,
        <http://lexvo.org/id/term/ben/%E0%A6%9A%E0%A6%BE%E0%A6%95%E0%A6%AE%E0%A6%BE>,
        <http://lexvo.org/id/term/bos-Cyrl/%D1%87%D0%B0%D0%BA%D0%BC%D0%B0%D0%BD%D1%81%D0%BA%D0%BE%20%D0%BF%D0%B8%D1%81%D0%BC%D0%BE>,
        <http://lexvo.org/id/term/bos/%C4%8Dakmansko%20pismo>,
        <http://lexvo.org/id/term/bul/%D0%A7%D0%B0%D0%BA%D0%BC%D0%B0>,
        <http://lexvo.org/id/term/cat/chakma>,
        <http://lexvo.org/id/term/cmn-Hant/%E6%9F%A5%E5%85%8B%E9%A6%AC%E6%96%87>,
        <http://lexvo.org/id/term/cmn/%E6%9F%A5%E5%85%8B%E9%A9%AC%E6%96%87>,
        <http://lexvo.org/id/term/dan/cakm>,
        <http://lexvo.org/id/term/ell/%CE%A4%CF%83%CE%AC%CE%BA%CE%BC%CE%B1>,
        <http://lexvo.org/id/term/eng-Dsrt/%F0%90%90%95%F0%90%90%AA%F0%90%90%BF%F0%90%91%8B%F0%90%90%B2>,
        <http://lexvo.org/id/term/eng/Chakma>,
        <http://lexvo.org/id/term/ewe/tsakma%20gbe%C5%8B%C9%94%C5%8Bl%C9%94>,
        <http://lexvo.org/id/term/fas/%DA%A9%D8%A7%DA%A9%D9%85>,
        <http://lexvo.org/id/term/fin/chakmalainen>,
        <http://lexvo.org/id/term/fra/chakma>,
        <http://lexvo.org/id/term/guj/%E0%AA%9A%E0%AA%95%E0%AA%AE%E0%AA%BE>,
        <http://lexvo.org/id/term/hin/%E0%A4%9A%E0%A4%95%E0%A4%AE%E0%A4%BE>,
        <http://lexvo.org/id/term/hrv/chakma%20pismo>,
        <http://lexvo.org/id/term/hun/Csakma>,
        <http://lexvo.org/id/term/ind/Chakma>,
        <http://lexvo.org/id/term/isl/chakma>,
        <http://lexvo.org/id/term/jpn/%E3%83%81%E3%83%A3%E3%82%AF%E3%83%9E%E6%96%87%E5%AD%97>,
        <http://lexvo.org/id/term/kan/%E0%B2%95%E0%B2%BE%E0%B2%95%E0%B2%82>,
        <http://lexvo.org/id/term/kor/%EC%B0%A8%ED%81%AC%EB%A7%88%20%EB%AC%B8%EC%9E%90>,
        <http://lexvo.org/id/term/lao/%E0%BA%8A%E0%BA%B2%E0%BA%81%E0%BA%A1%E0%BA%B2>,
        <http://lexvo.org/id/term/lit/%C4%8Dakma>,
        <http://lexvo.org/id/term/mal/%E0%B4%9A%E0%B4%95%E0%B4%82>,
        <http://lexvo.org/id/term/mar/%E0%A4%9A%E0%A4%95%E0%A4%AE%E0%A4%BE>,
        <http://lexvo.org/id/term/nep/%E0%A4%95%E0%A4%BE%E0%A4%95%E0%A5%8D%E0%A4%AE%E0%A5%8D>,
        <http://lexvo.org/id/term/nld/Chakma>,
        <http://lexvo.org/id/term/nno/chakma>,
        <http://lexvo.org/id/term/nob/chakma>,
        <http://lexvo.org/id/term/ori/%E0%AC%9A%E0%AC%95%E0%AC%AE%E0%AC%BE>,
        <http://lexvo.org/id/term/pol/chakma>,
        <http://lexvo.org/id/term/por/cakm>,
        <http://lexvo.org/id/term/por/chakma>,
        <http://lexvo.org/id/term/roh/chakma>,
        <http://lexvo.org/id/term/rus/%D0%A7%D0%B0%D0%BA%D0%BC%D0%B8%D0%B9%D1%81%D0%BA%D0%B0%D1%8F>,
        <http://lexvo.org/id/term/srp-Latn/%C4%8Dakmansko%20pismo>,
        <http://lexvo.org/id/term/srp/%D1%87%D0%B0%D0%BA%D0%BC%D0%B0%D0%BD%D1%81%D0%BA%D0%BE%20%D0%BF%D0%B8%D1%81%D0%BC%D0%BE>,
        <http://lexvo.org/id/term/swe/chakma>,
        <http://lexvo.org/id/term/tam/%E0%AE%9A%E0%AE%95%E0%AF%8D%E0%AE%AE%E0%AE%BE>,
        <http://lexvo.org/id/term/tel/%E0%B0%9A%E0%B0%95%E0%B1%8D%E0%B0%AE%E0%B0%BE>,
        <http://lexvo.org/id/term/tha/%E0%B8%8A%E0%B8%B2%E0%B8%81%E0%B8%A1%E0%B8%B2>,
        <http://lexvo.org/id/term/tur/Chakma>,
        <http://lexvo.org/id/term/ukr/%D0%A7%D0%B0%D0%BA%D0%BC%D0%B0>,
        <http://lexvo.org/id/term/vie/Ch%E1%BB%AF%20Chakma> .

<http://lexvo.org/id/script/Cans> a lvont:Script ;
    rdfs:label "የተዋሐዱ የካናዳ ጥንታዊ ምልክቶች"@am,
        "مقاطع كندية أصلية موحدة"@ar,
        "birləşmiş kanada yerli yazısı"@az,
        "Унифицирани символи на канадски аборигени"@bg,
        "সংযুক্ত কানাডিয়ান অ্যাব্রোজিনিয়ান সিলেবিক্স"@bn,
        "युनीफाईड कैनेडियन अबॉरीजीनल सीलैबीक्स"@brx,
        "Ujedinjeni kanadski aboridžinski silabici"@bs,
        "уједињени канадски абориџински силабици"@bs-Cyrl,
        "síl·labes dels aborígens canadencs unificats"@ca,
        "加拿大土著统一音节"@cmn,
        "加拿大原住民通用字符"@cmn-Hant,
        "slabičné písmo kanadských domorodců"@cs,
        "oprindelige canadiske symboler"@da,
        "UCAS"@de,
        "kanada wɔɖeka ƒe abɔridzin gbedodo"@ee,
        "Ενοποιημένοι Καναδεζικοί Συλλαβισμοί Ιθαγενών"@el,
        "Unified Canadian Aboriginal Syllabics"@en,
        "𐐏𐐭𐑌𐐮𐑁𐐴𐐼 𐐗𐐲𐑌𐐩𐐼𐐨𐐲𐑌 𐐈𐐺𐐬𐑉𐐮𐐾𐐲𐑊𐐲𐑊 𐐝𐐮𐑊𐐰𐐺𐐮𐐿𐑅"@en-Dsrt,
        "símbolos aborígenes canadienses unificados"@es,
        "Kanada põlisrahvaste ühtlustatud silpkiri"@et,
        "kanadalaisten alkuperäiskansojen yhtenäistetty tavukirjoitus"@fi,
        "syllabaire autochtone canadien unifié"@fr,
        "Silabari unificât aborigjens canadês"@fur,
        "Silabario aborixe canadiano unificado"@gl,
        "UCAS"@gsw,
        "યુનાઇટેડ કેનેડિયન એબોરિજનલ સિલેબિક્સ"@gu,
        "युनिफाइड कैनेडियन एबोरिजनल सिलेबिक्स"@hi,
        "unificirani kanadski aboriđinski slogovi"@hr,
        "Egyesített kanadai őslakos jelek"@hu,
        "Simbol Aborigin Kanada Kesatuan"@id,
        "simboli aborigeni canadesi unificati"@it,
        "統合カナダ先住民音節文字"@ja,
        "ಯುನಿಟೆಡ್ ಕೆನೆಡಿಯನ್ ಅಬೊರಿಜಿನಲ್ ಸಿಲ್ಯಾಬಿಕ್ಸ್"@kn,
        "통합 캐나다 토착어"@ko,
        "یُنِفایِڑ کنیڑِیَن ایٚب آرجِنَل سِلیبِک"@ks,
        "ສັນຍາລັກຊົນເຜົ່າພື້ນເມືອງແຄນນາດາ"@lo,
        "suvienodinti Kanados aborigenų silabiniai"@lt,
        "ഏകീകൃത കനേഡിയൻ ഗോത്രലിപി"@ml,
        "यूनिफाइड कॅनेडियन अ‍ॅबोरिदनल सिलॅबिक्स"@mr,
        "felles kanadiske urspråksstavelser"@nb,
        "Verenigde Canadese Aboriginal-symbolen"@nl,
        "felles kanadiske urspråksstavingar"@nn,
        "ୟୁନିଫାଏଡ୍ କାନାଡିଆନ୍ ଆବ୍ରୋଜିନାଲ୍ ସିଲାବିକସ୍"@or,
        "zunifikowane symbole kanadyjskich autochtonów"@pl,
        "escrita silábica unificada dos aborígenes canadenses"@pt,
        "simbols autoctons canadais unifitgads"@rm,
        "silabică aborigenă canadiană unificată"@ro,
        "Унифицированные Символы Канадских Аборигенов"@ru,
        "poenotena zlogovna pisava kanadskih staroselcev"@sl,
        "уједињени канадски абориџински силабици"@sr,
        "Ujedinjeni kanadski aboridžinski silabici"@sr-Latn,
        "kanadensiska stavelsetecken"@sv,
        "யுனிஃபைடு கனடியன் அபொரிஜினல் சிலபிக்ஸ்"@ta,
        "యునిఫైడ్ కెనెడియన్ అబొరిజినల్ సిలబిక్స్"@te,
        "สัญลักษณ์ชนเผ่าพื้นเมืองแคนาดา"@th,
        "UCAS"@tr,
        "Уніфіковані символи канадських тубільців"@uk,
        "Âm tiết Thổ dân Canada Hợp nhất"@vi ;
    lvont:iso15924Alphacode "Cans"^^xsd:string ;
    lvont:label <http://lexvo.org/id/term/amh/%E1%8B%A8%E1%89%B0%E1%8B%8B%E1%88%90%E1%8B%B1%20%E1%8B%A8%E1%8A%AB%E1%8A%93%E1%8B%B3%20%E1%8C%A5%E1%8A%95%E1%89%B3%E1%8B%8A%20%E1%88%9D%E1%88%8D%E1%8A%AD%E1%89%B6%E1%89%BD>,
        <http://lexvo.org/id/term/ara/%D9%85%D9%82%D8%A7%D8%B7%D8%B9%20%D9%83%D9%86%D8%AF%D9%8A%D8%A9%20%D8%A3%D8%B5%D9%84%D9%8A%D8%A9%20%D9%85%D9%88%D8%AD%D8%AF%D8%A9>,
        <http://lexvo.org/id/term/aze/birl%C9%99%C5%9Fmi%C5%9F%20kanada%20yerli%20yaz%C4%B1s%C4%B1>,
        <http://lexvo.org/id/term/ben/%E0%A6%B8%E0%A6%82%E0%A6%AF%E0%A7%81%E0%A6%95%E0%A7%8D%E0%A6%A4%20%E0%A6%95%E0%A6%BE%E0%A6%A8%E0%A6%BE%E0%A6%A1%E0%A6%BF%E0%A6%AF%E0%A6%BC%E0%A6%BE%E0%A6%A8%20%E0%A6%85%E0%A7%8D%E0%A6%AF%E0%A6%BE%E0%A6%AC%E0%A7%8D%E0%A6%B0%E0%A7%8B%E0%A6%9C%E0%A6%BF%E0%A6%A8%E0%A6%BF%E0%A6%AF%E0%A6%BC%E0%A6%BE%E0%A6%A8%20%E0%A6%B8%E0%A6%BF%E0%A6%B2%E0%A7%87%E0%A6%AC%E0%A6%BF%E0%A6%95%E0%A7%8D%E0%A6%B8>,
        <http://lexvo.org/id/term/bos-Cyrl/%D1%83%D1%98%D0%B5%D0%B4%D0%B8%D1%9A%D0%B5%D0%BD%D0%B8%20%D0%BA%D0%B0%D0%BD%D0%B0%D0%B4%D1%81%D0%BA%D0%B8%20%D0%B0%D0%B1%D0%BE%D1%80%D0%B8%D1%9F%D0%B8%D0%BD%D1%81%D0%BA%D0%B8%20%D1%81%D0%B8%D0%BB%D0%B0%D0%B1%D0%B8%D1%86%D0%B8>,
        <http://lexvo.org/id/term/bos/Ujedinjeni%20kanadski%20aborid%C5%BEinski%20silabici>,
        <http://lexvo.org/id/term/brx/%E0%A4%AF%E0%A5%81%E0%A4%A8%E0%A5%80%E0%A4%AB%E0%A4%BE%E0%A4%88%E0%A4%A1%20%E0%A4%95%E0%A5%88%E0%A4%A8%E0%A5%87%E0%A4%A1%E0%A4%BF%E0%A4%AF%E0%A4%A8%20%E0%A4%85%E0%A4%AC%E0%A5%89%E0%A4%B0%E0%A5%80%E0%A4%9C%E0%A5%80%E0%A4%A8%E0%A4%B2%20%E0%A4%B8%E0%A5%80%E0%A4%B2%E0%A5%88%E0%A4%AC%E0%A5%80%E0%A4%95%E0%A5%8D%E0%A4%B8>,
        <http://lexvo.org/id/term/bul/%D0%A3%D0%BD%D0%B8%D1%84%D0%B8%D1%86%D0%B8%D1%80%D0%B0%D0%BD%D0%B8%20%D1%81%D0%B8%D0%BC%D0%B2%D0%BE%D0%BB%D0%B8%20%D0%BD%D0%B0%20%D0%BA%D0%B0%D0%BD%D0%B0%D0%B4%D1%81%D0%BA%D0%B8%20%D0%B0%D0%B1%D0%BE%D1%80%D0%B8%D0%B3%D0%B5%D0%BD%D0%B8>,
        <http://lexvo.org/id/term/cat/s%C3%ADl%C2%B7labes%20dels%20abor%C3%ADgens%20canadencs%20unificats>,
        <http://lexvo.org/id/term/ces/slabi%C4%8Dn%C3%A9%20p%C3%ADsmo%20kanadsk%C3%BDch%20domorodc%C5%AF>,
        <http://lexvo.org/id/term/cmn-Hant/%E5%8A%A0%E6%8B%BF%E5%A4%A7%E5%8E%9F%E4%BD%8F%E6%B0%91%E9%80%9A%E7%94%A8%E5%AD%97%E7%AC%A6>,
        <http://lexvo.org/id/term/cmn/%E5%8A%A0%E6%8B%BF%E5%A4%A7%E5%9C%9F%E8%91%97%E7%BB%9F%E4%B8%80%E9%9F%B3%E8%8A%82>,
        <http://lexvo.org/id/term/dan/oprindelige%20canadiske%20symboler>,
        <http://lexvo.org/id/term/deu/UCAS>,
        <http://lexvo.org/id/term/ell/%CE%95%CE%BD%CE%BF%CF%80%CE%BF%CE%B9%CE%B7%CE%BC%CE%AD%CE%BD%CE%BF%CE%B9%20%CE%9A%CE%B1%CE%BD%CE%B1%CE%B4%CE%B5%CE%B6%CE%B9%CE%BA%CE%BF%CE%AF%20%CE%A3%CF%85%CE%BB%CE%BB%CE%B1%CE%B2%CE%B9%CF%83%CE%BC%CE%BF%CE%AF%20%CE%99%CE%B8%CE%B1%CE%B3%CE%B5%CE%BD%CF%8E%CE%BD>,
        <http://lexvo.org/id/term/eng-Dsrt/%F0%90%90%8F%F0%90%90%AD%F0%90%91%8C%F0%90%90%AE%F0%90%91%81%F0%90%90%B4%F0%90%90%BC%20%F0%90%90%97%F0%90%90%B2%F0%90%91%8C%F0%90%90%A9%F0%90%90%BC%F0%90%90%A8%F0%90%90%B2%F0%90%91%8C%20%F0%90%90%88%F0%90%90%BA%F0%90%90%AC%F0%90%91%89%F0%90%90%AE%F0%90%90%BE%F0%90%90%B2%F0%90%91%8A%F0%90%90%B2%F0%90%91%8A%20%F0%90%90%9D%F0%90%90%AE%F0%90%91%8A%F0%90%90%B0%F0%90%90%BA%F0%90%90%AE%F0%90%90%BF%F0%90%91%85>,
        <http://lexvo.org/id/term/eng/Unified%20Canadian%20Aboriginal%20Syllabics>,
        <http://lexvo.org/id/term/est/Kanada%20p%C3%B5lisrahvaste%20%C3%BChtlustatud%20silpkiri>,
        <http://lexvo.org/id/term/ewe/kanada%20w%C9%94%C9%96eka%20%C6%92e%20ab%C9%94ridzin%20gbedodo>,
        <http://lexvo.org/id/term/fin/kanadalaisten%20alkuper%C3%A4iskansojen%20yhten%C3%A4istetty%20tavukirjoitus>,
        <http://lexvo.org/id/term/fra/syllabaire%20autochtone%20canadien%20unifi%C3%A9>,
        <http://lexvo.org/id/term/fur/Silabari%20unific%C3%A2t%20aborigjens%20canad%C3%AAs>,
        <http://lexvo.org/id/term/glg/Silabario%20aborixe%20canadiano%20unificado>,
        <http://lexvo.org/id/term/gsw/UCAS>,
        <http://lexvo.org/id/term/guj/%E0%AA%AF%E0%AB%81%E0%AA%A8%E0%AA%BE%E0%AA%87%E0%AA%9F%E0%AB%87%E0%AA%A1%20%E0%AA%95%E0%AB%87%E0%AA%A8%E0%AB%87%E0%AA%A1%E0%AA%BF%E0%AA%AF%E0%AA%A8%20%E0%AA%8F%E0%AA%AC%E0%AB%8B%E0%AA%B0%E0%AA%BF%E0%AA%9C%E0%AA%A8%E0%AA%B2%20%E0%AA%B8%E0%AA%BF%E0%AA%B2%E0%AB%87%E0%AA%AC%E0%AA%BF%E0%AA%95%E0%AB%8D%E0%AA%B8>,
        <http://lexvo.org/id/term/hin/%E0%A4%AF%E0%A5%81%E0%A4%A8%E0%A4%BF%E0%A4%AB%E0%A4%BE%E0%A4%87%E0%A4%A1%20%E0%A4%95%E0%A5%88%E0%A4%A8%E0%A5%87%E0%A4%A1%E0%A4%BF%E0%A4%AF%E0%A4%A8%20%E0%A4%8F%E0%A4%AC%E0%A5%8B%E0%A4%B0%E0%A4%BF%E0%A4%9C%E0%A4%A8%E0%A4%B2%20%E0%A4%B8%E0%A4%BF%E0%A4%B2%E0%A5%87%E0%A4%AC%E0%A4%BF%E0%A4%95%E0%A5%8D%E0%A4%B8>,
        <http://lexvo.org/id/term/hrv/unificirani%20kanadski%20abori%C4%91inski%20slogovi>,
        <http://lexvo.org/id/term/hun/Egyes%C3%ADtett%20kanadai%20%C5%91slakos%20jelek>,
        <http://lexvo.org/id/term/ind/Simbol%20Aborigin%20Kanada%20Kesatuan>,
        <http://lexvo.org/id/term/ita/simboli%20aborigeni%20canadesi%20unificati>,
        <http://lexvo.org/id/term/jpn/%E7%B5%B1%E5%90%88%E3%82%AB%E3%83%8A%E3%83%80%E5%85%88%E4%BD%8F%E6%B0%91%E9%9F%B3%E7%AF%80%E6%96%87%E5%AD%97>,
        <http://lexvo.org/id/term/kan/%E0%B2%AF%E0%B3%81%E0%B2%A8%E0%B2%BF%E0%B2%9F%E0%B3%86%E0%B2%A1%E0%B3%8D%20%E0%B2%95%E0%B3%86%E0%B2%A8%E0%B3%86%E0%B2%A1%E0%B2%BF%E0%B2%AF%E0%B2%A8%E0%B3%8D%20%E0%B2%85%E0%B2%AC%E0%B3%8A%E0%B2%B0%E0%B2%BF%E0%B2%9C%E0%B2%BF%E0%B2%A8%E0%B2%B2%E0%B3%8D%20%E0%B2%B8%E0%B2%BF%E0%B2%B2%E0%B3%8D%E0%B2%AF%E0%B2%BE%E0%B2%AC%E0%B2%BF%E0%B2%95%E0%B3%8D%E0%B2%B8%E0%B3%8D>,
        <http://lexvo.org/id/term/kas/%DB%8C%D9%8F%D9%86%D9%90%D9%81%D8%A7%DB%8C%D9%90%DA%91%20%DA%A9%D9%86%DB%8C%DA%91%D9%90%DB%8C%D9%8E%D9%86%20%D8%A7%DB%8C%D9%9A%D8%A8%20%D8%A2%D8%B1%D8%AC%D9%90%D9%86%D9%8E%D9%84%20%D8%B3%D9%90%D9%84%DB%8C%D8%A8%D9%90%DA%A9>,
        <http://lexvo.org/id/term/kor/%ED%86%B5%ED%95%A9%20%EC%BA%90%EB%82%98%EB%8B%A4%20%ED%86%A0%EC%B0%A9%EC%96%B4>,
        <http://lexvo.org/id/term/lao/%E0%BA%AA%E0%BA%B1%E0%BA%99%E0%BA%8D%E0%BA%B2%E0%BA%A5%E0%BA%B1%E0%BA%81%E0%BA%8A%E0%BA%BB%E0%BA%99%E0%BB%80%E0%BA%9C%E0%BA%BB%E0%BB%88%E0%BA%B2%E0%BA%9E%E0%BA%B7%E0%BB%89%E0%BA%99%E0%BB%80%E0%BA%A1%E0%BA%B7%E0%BA%AD%E0%BA%87%E0%BB%81%E0%BA%84%E0%BA%99%E0%BA%99%E0%BA%B2%E0%BA%94%E0%BA%B2>,
        <http://lexvo.org/id/term/lit/suvienodinti%20Kanados%20aborigen%C5%B3%20silabiniai>,
        <http://lexvo.org/id/term/mal/%E0%B4%8F%E0%B4%95%E0%B5%80%E0%B4%95%E0%B5%83%E0%B4%A4%20%E0%B4%95%E0%B4%A8%E0%B5%87%E0%B4%A1%E0%B4%BF%E0%B4%AF%E0%B5%BB%20%E0%B4%97%E0%B5%8B%E0%B4%A4%E0%B5%8D%E0%B4%B0%E0%B4%B2%E0%B4%BF%E0%B4%AA%E0%B4%BF>,
        <http://lexvo.org/id/term/mar/%E0%A4%AF%E0%A5%82%E0%A4%A8%E0%A4%BF%E0%A4%AB%E0%A4%BE%E0%A4%87%E0%A4%A1%20%E0%A4%95%E0%A5%85%E0%A4%A8%E0%A5%87%E0%A4%A1%E0%A4%BF%E0%A4%AF%E0%A4%A8%20%E0%A4%85%E2%80%8D%E0%A5%85%E0%A4%AC%E0%A5%8B%E0%A4%B0%E0%A4%BF%E0%A4%A6%E0%A4%A8%E0%A4%B2%20%E0%A4%B8%E0%A4%BF%E0%A4%B2%E0%A5%85%E0%A4%AC%E0%A4%BF%E0%A4%95%E0%A5%8D%E0%A4%B8>,
        <http://lexvo.org/id/term/nld/Verenigde%20Canadese%20Aboriginal-symbolen>,
        <http://lexvo.org/id/term/nno/felles%20kanadiske%20urspr%C3%A5ksstavingar>,
        <http://lexvo.org/id/term/nob/felles%20kanadiske%20urspr%C3%A5ksstavelser>,
        <http://lexvo.org/id/term/ori/%E0%AD%9F%E0%AD%81%E0%AC%A8%E0%AC%BF%E0%AC%AB%E0%AC%BE%E0%AC%8F%E0%AC%A1%E0%AD%8D%20%E0%AC%95%E0%AC%BE%E0%AC%A8%E0%AC%BE%E0%AC%A1%E0%AC%BF%E0%AC%86%E0%AC%A8%E0%AD%8D%20%E0%AC%86%E0%AC%AC%E0%AD%8D%E0%AC%B0%E0%AD%8B%E0%AC%9C%E0%AC%BF%E0%AC%A8%E0%AC%BE%E0%AC%B2%E0%AD%8D%20%E0%AC%B8%E0%AC%BF%E0%AC%B2%E0%AC%BE%E0%AC%AC%E0%AC%BF%E0%AC%95%E0%AC%B8%E0%AD%8D>,
        <http://lexvo.org/id/term/pol/zunifikowane%20symbole%20kanadyjskich%20autochton%C3%B3w>,
        <http://lexvo.org/id/term/por/escrita%20sil%C3%A1bica%20unificada%20dos%20abor%C3%ADgenes%20canadenses>,
        <http://lexvo.org/id/term/roh/simbols%20autoctons%20canadais%20unifitgads>,
        <http://lexvo.org/id/term/ron/silabic%C4%83%20aborigen%C4%83%20canadian%C4%83%20unificat%C4%83>,
        <http://lexvo.org/id/term/rus/%D0%A3%D0%BD%D0%B8%D1%84%D0%B8%D1%86%D0%B8%D1%80%D0%BE%D0%B2%D0%B0%D0%BD%D0%BD%D1%8B%D0%B5%20%D0%A1%D0%B8%D0%BC%D0%B2%D0%BE%D0%BB%D1%8B%20%D0%9A%D0%B0%D0%BD%D0%B0%D0%B4%D1%81%D0%BA%D0%B8%D1%85%20%D0%90%D0%B1%D0%BE%D1%80%D0%B8%D0%B3%D0%B5%D0%BD%D0%BE%D0%B2>,
        <http://lexvo.org/id/term/slv/poenotena%20zlogovna%20pisava%20kanadskih%20staroselcev>,
        <http://lexvo.org/id/term/spa/s%C3%ADmbolos%20abor%C3%ADgenes%20canadienses%20unificados>,
        <http://lexvo.org/id/term/srp-Latn/Ujedinjeni%20kanadski%20aborid%C5%BEinski%20silabici>,
        <http://lexvo.org/id/term/srp/%D1%83%D1%98%D0%B5%D0%B4%D0%B8%D1%9A%D0%B5%D0%BD%D0%B8%20%D0%BA%D0%B0%D0%BD%D0%B0%D0%B4%D1%81%D0%BA%D0%B8%20%D0%B0%D0%B1%D0%BE%D1%80%D0%B8%D1%9F%D0%B8%D0%BD%D1%81%D0%BA%D0%B8%20%D1%81%D0%B8%D0%BB%D0%B0%D0%B1%D0%B8%D1%86%D0%B8>,
        <http://lexvo.org/id/term/swe/kanadensiska%20stavelsetecken>,
        <http://lexvo.org/id/term/tam/%E0%AE%AF%E0%AF%81%E0%AE%A9%E0%AE%BF%E0%AE%83%E0%AE%AA%E0%AF%88%E0%AE%9F%E0%AF%81%20%E0%AE%95%E0%AE%A9%E0%AE%9F%E0%AE%BF%E0%AE%AF%E0%AE%A9%E0%AF%8D%20%E0%AE%85%E0%AE%AA%E0%AF%8A%E0%AE%B0%E0%AE%BF%E0%AE%9C%E0%AE%BF%E0%AE%A9%E0%AE%B2%E0%AF%8D%20%E0%AE%9A%E0%AE%BF%E0%AE%B2%E0%AE%AA%E0%AE%BF%E0%AE%95%E0%AF%8D%E0%AE%B8%E0%AF%8D>,
        <http://lexvo.org/id/term/tel/%E0%B0%AF%E0%B1%81%E0%B0%A8%E0%B0%BF%E0%B0%AB%E0%B1%88%E0%B0%A1%E0%B1%8D%20%E0%B0%95%E0%B1%86%E0%B0%A8%E0%B1%86%E0%B0%A1%E0%B0%BF%E0%B0%AF%E0%B0%A8%E0%B1%8D%20%E0%B0%85%E0%B0%AC%E0%B1%8A%E0%B0%B0%E0%B0%BF%E0%B0%9C%E0%B0%BF%E0%B0%A8%E0%B0%B2%E0%B1%8D%20%E0%B0%B8%E0%B0%BF%E0%B0%B2%E0%B0%AC%E0%B0%BF%E0%B0%95%E0%B1%8D%E0%B0%B8%E0%B1%8D>,
        <http://lexvo.org/id/term/tha/%E0%B8%AA%E0%B8%B1%E0%B8%8D%E0%B8%A5%E0%B8%B1%E0%B8%81%E0%B8%A9%E0%B8%93%E0%B9%8C%E0%B8%8A%E0%B8%99%E0%B9%80%E0%B8%9C%E0%B9%88%E0%B8%B2%E0%B8%9E%E0%B8%B7%E0%B9%89%E0%B8%99%E0%B9%80%E0%B8%A1%E0%B8%B7%E0%B8%AD%E0%B8%87%E0%B9%81%E0%B8%84%E0%B8%99%E0%B8%B2%E0%B8%94%E0%B8%B2>,
        <http://lexvo.org/id/term/tur/UCAS>,
        <http://lexvo.org/id/term/ukr/%D0%A3%D0%BD%D1%96%D1%84%D1%96%D0%BA%D0%BE%D0%B2%D0%B0%D0%BD%D1%96%20%D1%81%D0%B8%D0%BC%D0%B2%D0%BE%D0%BB%D0%B8%20%D0%BA%D0%B0%D0%BD%D0%B0%D0%B4%D1%81%D1%8C%D0%BA%D0%B8%D1%85%20%D1%82%D1%83%D0%B1%D1%96%D0%BB%D1%8C%D1%86%D1%96%D0%B2>,
        <http://lexvo.org/id/term/vie/%C3%82m%20ti%E1%BA%BFt%20Th%E1%BB%95%20d%C3%A2n%20Canada%20H%E1%BB%A3p%20nh%E1%BA%A5t> .

<http://lexvo.org/id/script/Cari> a lvont:Script ;
    rdfs:label "الكارية"@ar,
        "kariyan"@az,
        "Карийска"@bg,
        "ক্যারিয়ান"@bn,
        "कारियन"@brx,
        "karijsko pismo"@bs,
        "каријско писмо"@bs-Cyrl,
        "carià"@ca,
        "卡里亚文"@cmn,
        "卡里亞文"@cmn-Hant,
        "kariansk"@da,
        "Karisch"@de,
        "karia gbeŋɔŋlɔ"@ee,
        "Καριάν"@el,
        "Carian"@en,
        "𐐗𐐱𐑉𐐨𐐲𐑌"@en-Dsrt,
        "cario"@es,
        "کاری"@fa,
        "kaarialainen"@fi,
        "carien"@fr,
        "Karisch"@gsw,
        "કરૈન"@gu,
        "करैन"@hi,
        "karijsko pismo"@hr,
        "Kari"@hu,
        "Karia"@id,
        "karíska"@is,
        "carian"@it,
        "カリア文字"@ja,
        "ಕರೇನ್"@kn,
        "카리 문자"@ko,
        "کاریَن"@ks,
        "ຄາເຮຍ"@lo,
        "karių"@lt,
        "ചരിയൻ"@ml,
        "कॅरियन"@mr,
        "karisk"@nb,
        "कारियन"@ne,
        "Carisch"@nl,
        "karisk"@nn,
        "କୈରନ୍"@or,
        "karyjskie"@pl,
        "cariano"@pt,
        "carian"@rm,
        "Карийская"@ru,
        "каријско писмо"@sr,
        "karijsko pismo"@sr-Latn,
        "kariska"@sv,
        "கரியன்"@ta,
        "కారియన్"@te,
        "คาเรีย"@th,
        "Karya"@tr,
        "Каріанський"@uk,
        "Chữ Caria"@vi ;
    lvont:iso15924Alphacode "Cari"^^xsd:string ;
    lvont:label <http://lexvo.org/id/term/ara/%D8%A7%D9%84%D9%83%D8%A7%D8%B1%D9%8A%D8%A9>,
        <http://lexvo.org/id/term/aze/kariyan>,
        <http://lexvo.org/id/term/ben/%E0%A6%95%E0%A7%8D%E0%A6%AF%E0%A6%BE%E0%A6%B0%E0%A6%BF%E0%A6%AF%E0%A6%BC%E0%A6%BE%E0%A6%A8>,
        <http://lexvo.org/id/term/bos-Cyrl/%D0%BA%D0%B0%D1%80%D0%B8%D1%98%D1%81%D0%BA%D0%BE%20%D0%BF%D0%B8%D1%81%D0%BC%D0%BE>,
        <http://lexvo.org/id/term/bos/karijsko%20pismo>,
        <http://lexvo.org/id/term/brx/%E0%A4%95%E0%A4%BE%E0%A4%B0%E0%A4%BF%E0%A4%AF%E0%A4%A8>,
        <http://lexvo.org/id/term/bul/%D0%9A%D0%B0%D1%80%D0%B8%D0%B9%D1%81%D0%BA%D0%B0>,
        <http://lexvo.org/id/term/cat/cari%C3%A0>,
        <http://lexvo.org/id/term/cmn-Hant/%E5%8D%A1%E9%87%8C%E4%BA%9E%E6%96%87>,
        <http://lexvo.org/id/term/cmn/%E5%8D%A1%E9%87%8C%E4%BA%9A%E6%96%87>,
        <http://lexvo.org/id/term/dan/kariansk>,
        <http://lexvo.org/id/term/deu/Karisch>,
        <http://lexvo.org/id/term/ell/%CE%9A%CE%B1%CF%81%CE%B9%CE%AC%CE%BD>,
        <http://lexvo.org/id/term/eng-Dsrt/%F0%90%90%97%F0%90%90%B1%F0%90%91%89%F0%90%90%A8%F0%90%90%B2%F0%90%91%8C>,
        <http://lexvo.org/id/term/eng/Carian>,
        <http://lexvo.org/id/term/ewe/karia%20gbe%C5%8B%C9%94%C5%8Bl%C9%94>,
        <http://lexvo.org/id/term/fas/%DA%A9%D8%A7%D8%B1%DB%8C>,
        <http://lexvo.org/id/term/fin/kaarialainen>,
        <http://lexvo.org/id/term/fra/carien>,
        <http://lexvo.org/id/term/gsw/Karisch>,
        <http://lexvo.org/id/term/guj/%E0%AA%95%E0%AA%B0%E0%AB%88%E0%AA%A8>,
        <http://lexvo.org/id/term/hin/%E0%A4%95%E0%A4%B0%E0%A5%88%E0%A4%A8>,
        <http://lexvo.org/id/term/hrv/karijsko%20pismo>,
        <http://lexvo.org/id/term/hun/Kari>,
        <http://lexvo.org/id/term/ind/Karia>,
        <http://lexvo.org/id/term/isl/kar%C3%ADska>,
        <http://lexvo.org/id/term/ita/carian>,
        <http://lexvo.org/id/term/jpn/%E3%82%AB%E3%83%AA%E3%82%A2%E6%96%87%E5%AD%97>,
        <http://lexvo.org/id/term/kan/%E0%B2%95%E0%B2%B0%E0%B3%87%E0%B2%A8%E0%B3%8D>,
        <http://lexvo.org/id/term/kas/%DA%A9%D8%A7%D8%B1%DB%8C%D9%8E%D9%86>,
        <http://lexvo.org/id/term/kor/%EC%B9%B4%EB%A6%AC%20%EB%AC%B8%EC%9E%90>,
        <http://lexvo.org/id/term/lao/%E0%BA%84%E0%BA%B2%E0%BB%80%E0%BA%AE%E0%BA%8D>,
        <http://lexvo.org/id/term/lit/kari%C5%B3>,
        <http://lexvo.org/id/term/mal/%E0%B4%9A%E0%B4%B0%E0%B4%BF%E0%B4%AF%E0%B5%BB>,
        <http://lexvo.org/id/term/mar/%E0%A4%95%E0%A5%85%E0%A4%B0%E0%A4%BF%E0%A4%AF%E0%A4%A8>,
        <http://lexvo.org/id/term/nep/%E0%A4%95%E0%A4%BE%E0%A4%B0%E0%A4%BF%E0%A4%AF%E0%A4%A8>,
        <http://lexvo.org/id/term/nld/Carisch>,
        <http://lexvo.org/id/term/nno/karisk>,
        <http://lexvo.org/id/term/nob/karisk>,
        <http://lexvo.org/id/term/ori/%E0%AC%95%E0%AD%88%E0%AC%B0%E0%AC%A8%E0%AD%8D>,
        <http://lexvo.org/id/term/pol/karyjskie>,
        <http://lexvo.org/id/term/por/cariano>,
        <http://lexvo.org/id/term/roh/carian>,
        <http://lexvo.org/id/term/rus/%D0%9A%D0%B0%D1%80%D0%B8%D0%B9%D1%81%D0%BA%D0%B0%D1%8F>,
        <http://lexvo.org/id/term/spa/cario>,
        <http://lexvo.org/id/term/srp-Latn/karijsko%20pismo>,
        <http://lexvo.org/id/term/srp/%D0%BA%D0%B0%D1%80%D0%B8%D1%98%D1%81%D0%BA%D0%BE%20%D0%BF%D0%B8%D1%81%D0%BC%D0%BE>,
        <http://lexvo.org/id/term/swe/kariska>,
        <http://lexvo.org/id/term/tam/%E0%AE%95%E0%AE%B0%E0%AE%BF%E0%AE%AF%E0%AE%A9%E0%AF%8D>,
        <http://lexvo.org/id/term/tel/%E0%B0%95%E0%B0%BE%E0%B0%B0%E0%B0%BF%E0%B0%AF%E0%B0%A8%E0%B1%8D>,
        <http://lexvo.org/id/term/tha/%E0%B8%84%E0%B8%B2%E0%B9%80%E0%B8%A3%E0%B8%B5%E0%B8%A2>,
        <http://lexvo.org/id/term/tur/Karya>,
        <http://lexvo.org/id/term/ukr/%D0%9A%D0%B0%D1%80%D1%96%D0%B0%D0%BD%D1%81%D1%8C%D0%BA%D0%B8%D0%B9>,
        <http://lexvo.org/id/term/vie/Ch%E1%BB%AF%20Caria> .

<http://lexvo.org/id/script/Cham> a lvont:Script ;
    rdfs:label "التشامية"@ar,
        "çam"@az,
        "Хамитска"@bg,
        "চ্যাম"@bn,
        "कॅम"@brx,
        "čamsko pismo"@bs,
        "чамско писмо"@bs-Cyrl,
        "cham"@ca,
        "占文"@cmn,
        "占文"@cmn-Hant,
        "čam"@cs,
        "cham"@da,
        "Cham"@de,
        "tsam gbeŋɔŋlɔ"@ee,
        "Τσαμ"@el,
        "Cham"@en,
        "𐐗𐐰𐑋"@en-Dsrt,
        "cham"@es,
        "tšami"@et,
        "چمی"@fa,
        "tšamilainen"@fi,
        "cham"@fr,
        "cham (čam, tcham)"@fr,
        "Cham"@gsw,
        "צ'אם"@he,
        "चाम"@hi,
        "čamsko pismo"@hr,
        "Csám"@hu,
        "Cham"@id,
        "chamíska"@is,
        "cham"@it,
        "チャム文字"@ja,
        "ಚಾಮ್"@kn,
        "칸 고어"@ko,
        "چَم"@ks,
        "ຈາມ"@lo,
        "čam"@lt,
        "ഛം"@ml,
        "चाम"@mr,
        "cham"@nb,
        "चाम"@ne,
        "Cham"@nl,
        "cham"@nn,
        "ଛମ୍"@or,
        "czamskie"@pl,
        "cham"@pt,
        "cham"@rm,
        "Чамская"@ru,
        "Cham"@sl,
        "чамско писмо"@sr,
        "čamsko pismo"@sr-Latn,
        "cham"@sv,
        "சாம்"@ta,
        "చామ్"@te,
        "จาม"@th,
        "Cham"@tr,
        "Хамітський"@uk,
        "Chữ Chăm"@vi ;
    lvont:iso15924Alphacode "Cham"^^xsd:string ;
    lvont:label <http://lexvo.org/id/term/ara/%D8%A7%D9%84%D8%AA%D8%B4%D8%A7%D9%85%D9%8A%D8%A9>,
        <http://lexvo.org/id/term/aze/%C3%A7am>,
        <http://lexvo.org/id/term/ben/%E0%A6%9A%E0%A7%8D%E0%A6%AF%E0%A6%BE%E0%A6%AE>,
        <http://lexvo.org/id/term/bos-Cyrl/%D1%87%D0%B0%D0%BC%D1%81%D0%BA%D0%BE%20%D0%BF%D0%B8%D1%81%D0%BC%D0%BE>,
        <http://lexvo.org/id/term/bos/%C4%8Damsko%20pismo>,
        <http://lexvo.org/id/term/brx/%E0%A4%95%E0%A5%85%E0%A4%AE>,
        <http://lexvo.org/id/term/bul/%D0%A5%D0%B0%D0%BC%D0%B8%D1%82%D1%81%D0%BA%D0%B0>,
        <http://lexvo.org/id/term/cat/cham>,
        <http://lexvo.org/id/term/ces/%C4%8Dam>,
        <http://lexvo.org/id/term/cmn-Hant/%E5%8D%A0%E6%96%87>,
        <http://lexvo.org/id/term/cmn/%E5%8D%A0%E6%96%87>,
        <http://lexvo.org/id/term/dan/cham>,
        <http://lexvo.org/id/term/deu/Cham>,
        <http://lexvo.org/id/term/ell/%CE%A4%CF%83%CE%B1%CE%BC>,
        <http://lexvo.org/id/term/eng-Dsrt/%F0%90%90%97%F0%90%90%B0%F0%90%91%8B>,
        <http://lexvo.org/id/term/eng/Cham>,
        <http://lexvo.org/id/term/est/t%C5%A1ami>,
        <http://lexvo.org/id/term/ewe/tsam%20gbe%C5%8B%C9%94%C5%8Bl%C9%94>,
        <http://lexvo.org/id/term/fas/%DA%86%D9%85%DB%8C>,
        <http://lexvo.org/id/term/fin/t%C5%A1amilainen>,
        <http://lexvo.org/id/term/fra/cham>,
        <http://lexvo.org/id/term/fra/cham%20(%C4%8Dam%2C%20tcham)>,
        <http://lexvo.org/id/term/gsw/Cham>,
        <http://lexvo.org/id/term/heb/%D7%A6'%D7%90%D7%9D>,
        <http://lexvo.org/id/term/hin/%E0%A4%9A%E0%A4%BE%E0%A4%AE>,
        <http://lexvo.org/id/term/hrv/%C4%8Damsko%20pismo>,
        <http://lexvo.org/id/term/hun/Cs%C3%A1m>,
        <http://lexvo.org/id/term/ind/Cham>,
        <http://lexvo.org/id/term/isl/cham%C3%ADska>,
        <http://lexvo.org/id/term/ita/cham>,
        <http://lexvo.org/id/term/jpn/%E3%83%81%E3%83%A3%E3%83%A0%E6%96%87%E5%AD%97>,
        <http://lexvo.org/id/term/kan/%E0%B2%9A%E0%B2%BE%E0%B2%AE%E0%B3%8D>,
        <http://lexvo.org/id/term/kas/%DA%86%D9%8E%D9%85>,
        <http://lexvo.org/id/term/kor/%EC%B9%B8%20%EA%B3%A0%EC%96%B4>,
        <http://lexvo.org/id/term/lao/%E0%BA%88%E0%BA%B2%E0%BA%A1>,
        <http://lexvo.org/id/term/lit/%C4%8Dam>,
        <http://lexvo.org/id/term/mal/%E0%B4%9B%E0%B4%82>,
        <http://lexvo.org/id/term/mar/%E0%A4%9A%E0%A4%BE%E0%A4%AE>,
        <http://lexvo.org/id/term/nep/%E0%A4%9A%E0%A4%BE%E0%A4%AE>,
        <http://lexvo.org/id/term/nld/Cham>,
        <http://lexvo.org/id/term/nno/cham>,
        <http://lexvo.org/id/term/nob/cham>,
        <http://lexvo.org/id/term/ori/%E0%AC%9B%E0%AC%AE%E0%AD%8D>,
        <http://lexvo.org/id/term/pol/czamskie>,
        <http://lexvo.org/id/term/por/cham>,
        <http://lexvo.org/id/term/roh/cham>,
        <http://lexvo.org/id/term/rus/%D0%A7%D0%B0%D0%BC%D1%81%D0%BA%D0%B0%D1%8F>,
        <http://lexvo.org/id/term/slv/Cham>,
        <http://lexvo.org/id/term/spa/cham>,
        <http://lexvo.org/id/term/srp-Latn/%C4%8Damsko%20pismo>,
        <http://lexvo.org/id/term/srp/%D1%87%D0%B0%D0%BC%D1%81%D0%BA%D0%BE%20%D0%BF%D0%B8%D1%81%D0%BC%D0%BE>,
        <http://lexvo.org/id/term/swe/cham>,
        <http://lexvo.org/id/term/tam/%E0%AE%9A%E0%AE%BE%E0%AE%AE%E0%AF%8D>,
        <http://lexvo.org/id/term/tel/%E0%B0%9A%E0%B0%BE%E0%B0%AE%E0%B1%8D>,
        <http://lexvo.org/id/term/tha/%E0%B8%88%E0%B8%B2%E0%B8%A1>,
        <http://lexvo.org/id/term/tur/Cham>,
        <http://lexvo.org/id/term/ukr/%D0%A5%D0%B0%D0%BC%D1%96%D1%82%D1%81%D1%8C%D0%BA%D0%B8%D0%B9>,
        <http://lexvo.org/id/term/vie/Ch%E1%BB%AF%20Ch%C4%83m> .

<http://lexvo.org/id/script/Cher> a lvont:Script ;
    rdfs:label "ቼሮኪ"@am,
        "الشيروكي"@ar,
        "çiroki"@az,
        "Чероки"@bg,
        "চেরোকি"@bn,
        "चिरूकी"@brx,
        "čeroki"@bs,
        "Чероки"@bs-Cyrl,
        "cherokee"@ca,
        "ᏣᎳᎩ"@chr,
        "切罗基文"@cmn,
        "柴羅基文"@cmn-Hant,
        "čerokí"@cs,
        "cherokee"@da,
        "Cherokee"@de,
        "tseroke gbeŋɔŋlɔ"@ee,
        "Τσερόκι"@el,
        "Cherokee"@en,
        "𐐕𐐯𐑉𐐬𐐿𐐨"@en-Dsrt,
        "cherokee"@es,
        "tšerokii"@et,
        "چروکیایی"@fa,
        "cherokeelainen"@fi,
        "cherokee"@fr,
        "tchérokî"@fr,
        "Cherokee"@gsw,
        "ચેરોકી"@gu,
        "צ׳ירוקי"@he,
        "चिरूकी"@hi,
        "čeroki pismo"@hr,
        "Cseroki"@hu,
        "Cherokee"@id,
        "cherokí"@is,
        "cherokee"@it,
        "チェロキー文字"@ja,
        "ಚೆರೋಕೀ"@kn,
        "체로키 문자"@ko,
        "چیٚروکی"@ks,
        "ເຊໂຮກີ"@lo,
        "čerokių"@lt,
        "irokēzu"@lv,
        "ചെറോക്കി"@ml,
        "चेरोकी"@mr,
        "cherokee"@nb,
        "चेरोकी"@ne,
        "Cherokee"@nl,
        "cherokee"@nn,
        "ଚିରୁକୀ"@or,
        "irokeski"@pl,
        "cherokee"@pt,
        "cherokee"@rm,
        "Чероки"@ru,
        "čerokeški"@sl,
        "Чероки"@sr,
        "Čeroki"@sr-Latn,
        "cherokee"@sv,
        "செரோக்கி"@ta,
        "చిరోకి"@te,
        "เชอโรกี"@th,
        "Çeroki"@tr,
        "Черокі"@uk,
        "Chữ Cherokee"@vi ;
    lvont:iso15924Alphacode "Cher"^^xsd:string ;
    lvont:label <http://lexvo.org/id/term/amh/%E1%89%BC%E1%88%AE%E1%8A%AA>,
        <http://lexvo.org/id/term/ara/%D8%A7%D9%84%D8%B4%D9%8A%D8%B1%D9%88%D9%83%D9%8A>,
        <http://lexvo.org/id/term/aze/%C3%A7iroki>,
        <http://lexvo.org/id/term/ben/%E0%A6%9A%E0%A7%87%E0%A6%B0%E0%A7%8B%E0%A6%95%E0%A6%BF>,
        <http://lexvo.org/id/term/bos-Cyrl/%D0%A7%D0%B5%D1%80%D0%BE%D0%BA%D0%B8>,
        <http://lexvo.org/id/term/bos/%C4%8Deroki>,
        <http://lexvo.org/id/term/brx/%E0%A4%9A%E0%A4%BF%E0%A4%B0%E0%A5%82%E0%A4%95%E0%A5%80>,
        <http://lexvo.org/id/term/bul/%D0%A7%D0%B5%D1%80%D0%BE%D0%BA%D0%B8>,
        <http://lexvo.org/id/term/cat/cherokee>,
        <http://lexvo.org/id/term/ces/%C4%8Derok%C3%AD>,
        <http://lexvo.org/id/term/chr/%E1%8F%A3%E1%8E%B3%E1%8E%A9>,
        <http://lexvo.org/id/term/cmn-Hant/%E6%9F%B4%E7%BE%85%E5%9F%BA%E6%96%87>,
        <http://lexvo.org/id/term/cmn/%E5%88%87%E7%BD%97%E5%9F%BA%E6%96%87>,
        <http://lexvo.org/id/term/dan/cherokee>,
        <http://lexvo.org/id/term/deu/Cherokee>,
        <http://lexvo.org/id/term/ell/%CE%A4%CF%83%CE%B5%CF%81%CF%8C%CE%BA%CE%B9>,
        <http://lexvo.org/id/term/eng-Dsrt/%F0%90%90%95%F0%90%90%AF%F0%90%91%89%F0%90%90%AC%F0%90%90%BF%F0%90%90%A8>,
        <http://lexvo.org/id/term/eng/Cherokee>,
        <http://lexvo.org/id/term/est/t%C5%A1erokii>,
        <http://lexvo.org/id/term/ewe/tseroke%20gbe%C5%8B%C9%94%C5%8Bl%C9%94>,
        <http://lexvo.org/id/term/fas/%DA%86%D8%B1%D9%88%DA%A9%DB%8C%D8%A7%DB%8C%DB%8C>,
        <http://lexvo.org/id/term/fin/cherokeelainen>,
        <http://lexvo.org/id/term/fra/cherokee>,
        <http://lexvo.org/id/term/fra/tch%C3%A9rok%C3%AE>,
        <http://lexvo.org/id/term/gsw/Cherokee>,
        <http://lexvo.org/id/term/guj/%E0%AA%9A%E0%AB%87%E0%AA%B0%E0%AB%8B%E0%AA%95%E0%AB%80>,
        <http://lexvo.org/id/term/heb/%D7%A6%D7%B3%D7%99%D7%A8%D7%95%D7%A7%D7%99>,
        <http://lexvo.org/id/term/hin/%E0%A4%9A%E0%A4%BF%E0%A4%B0%E0%A5%82%E0%A4%95%E0%A5%80>,
        <http://lexvo.org/id/term/hrv/%C4%8Deroki%20pismo>,
        <http://lexvo.org/id/term/hun/Cseroki>,
        <http://lexvo.org/id/term/ind/Cherokee>,
        <http://lexvo.org/id/term/isl/cherok%C3%AD>,
        <http://lexvo.org/id/term/ita/cherokee>,
        <http://lexvo.org/id/term/jpn/%E3%83%81%E3%82%A7%E3%83%AD%E3%82%AD%E3%83%BC%E6%96%87%E5%AD%97>,
        <http://lexvo.org/id/term/kan/%E0%B2%9A%E0%B3%86%E0%B2%B0%E0%B3%8B%E0%B2%95%E0%B3%80>,
        <http://lexvo.org/id/term/kas/%DA%86%DB%8C%D9%9A%D8%B1%D9%88%DA%A9%DB%8C>,
        <http://lexvo.org/id/term/kor/%EC%B2%B4%EB%A1%9C%ED%82%A4%20%EB%AC%B8%EC%9E%90>,
        <http://lexvo.org/id/term/lao/%E0%BB%80%E0%BA%8A%E0%BB%82%E0%BA%AE%E0%BA%81%E0%BA%B5>,
        <http://lexvo.org/id/term/lav/irok%C4%93zu>,
        <http://lexvo.org/id/term/lit/%C4%8Deroki%C5%B3>,
        <http://lexvo.org/id/term/mal/%E0%B4%9A%E0%B5%86%E0%B4%B1%E0%B5%8B%E0%B4%95%E0%B5%8D%E0%B4%95%E0%B4%BF>,
        <http://lexvo.org/id/term/mar/%E0%A4%9A%E0%A5%87%E0%A4%B0%E0%A5%8B%E0%A4%95%E0%A5%80>,
        <http://lexvo.org/id/term/nep/%E0%A4%9A%E0%A5%87%E0%A4%B0%E0%A5%8B%E0%A4%95%E0%A5%80>,
        <http://lexvo.org/id/term/nld/Cherokee>,
        <http://lexvo.org/id/term/nno/cherokee>,
        <http://lexvo.org/id/term/nob/cherokee>,
        <http://lexvo.org/id/term/ori/%E0%AC%9A%E0%AC%BF%E0%AC%B0%E0%AD%81%E0%AC%95%E0%AD%80>,
        <http://lexvo.org/id/term/pol/irokeski>,
        <http://lexvo.org/id/term/por/cherokee>,
        <http://lexvo.org/id/term/roh/cherokee>,
        <http://lexvo.org/id/term/rus/%D0%A7%D0%B5%D1%80%D0%BE%D0%BA%D0%B8>,
        <http://lexvo.org/id/term/slv/%C4%8Deroke%C5%A1ki>,
        <http://lexvo.org/id/term/spa/cherokee>,
        <http://lexvo.org/id/term/srp-Latn/%C4%8Ceroki>,
        <http://lexvo.org/id/term/srp/%D0%A7%D0%B5%D1%80%D0%BE%D0%BA%D0%B8>,
        <http://lexvo.org/id/term/swe/cherokee>,
        <http://lexvo.org/id/term/tam/%E0%AE%9A%E0%AF%86%E0%AE%B0%E0%AF%8B%E0%AE%95%E0%AF%8D%E0%AE%95%E0%AE%BF>,
        <http://lexvo.org/id/term/tel/%E0%B0%9A%E0%B0%BF%E0%B0%B0%E0%B1%8B%E0%B0%95%E0%B0%BF>,
        <http://lexvo.org/id/term/tha/%E0%B9%80%E0%B8%8A%E0%B8%AD%E0%B9%82%E0%B8%A3%E0%B8%81%E0%B8%B5>,
        <http://lexvo.org/id/term/tur/%C3%87eroki>,
        <http://lexvo.org/id/term/ukr/%D0%A7%D0%B5%D1%80%D0%BE%D0%BA%D1%96>,
        <http://lexvo.org/id/term/vie/Ch%E1%BB%AF%20Cherokee> .

<http://lexvo.org/id/script/Cirt> a lvont:Script ;
    rdfs:label "السيرث"@ar,
        "sirt"@az,
        "Кирт"@bg,
        "কির্ট"@bn,
        "सिर्थ"@brx,
        "cirt pismo"@bs,
        "цирт писмо"@bs-Cyrl,
        "cirth"@ca,
        "色斯文"@cmn,
        "色斯文"@cmn-Hant,
        "cirth"@cs,
        "cirt"@da,
        "Cirth"@de,
        "seif gbeŋɔŋlɔ"@ee,
        "Σερθ"@el,
        "Cirth"@en,
        "𐐗𐐲𐑉𐑃"@en-Dsrt,
        "cirth"@es,
        "cirth"@et,
        "کرت"@fa,
        "cirth"@fi,
        "cirth"@fr,
        "Cirth"@gsw,
        "સિર્થ"@gu,
        "किर्थ"@hi,
        "cirth pismo"@hr,
        "Cirth"@id,
        "círth"@is,
        "cirth"@it,
        "キアス文字"@ja,
        "ಸಿರ್ಥ್"@kn,
        "키르쓰"@ko,
        "کِرتھ"@ks,
        "ເຊີຮ"@lo,
        "kirt"@lt,
        "ചിർത്ത്"@ml,
        "किर्थ"@mr,
        "cirth"@nb,
        "किर्थ"@ne,
        "Cirth"@nl,
        "cirth"@nn,
        "ସିର୍ଥ"@or,
        "cirth"@pl,
        "cirth"@pt,
        "cirth"@rm,
        "Кирт"@ru,
        "kirt"@sl,
        "цирт писмо"@sr,
        "cirt pismo"@sr-Latn,
        "cirt"@sv,
        "கிர்த்"@ta,
        "సిర్థ్"@te,
        "เซิร์ท"@th,
        "Cirth"@tr,
        "Кирт"@uk,
        "Chữ Cirth"@vi ;
    lvont:iso15924Alphacode "Cirt"^^xsd:string ;
    lvont:label <http://lexvo.org/id/term/ara/%D8%A7%D9%84%D8%B3%D9%8A%D8%B1%D8%AB>,
        <http://lexvo.org/id/term/aze/sirt>,
        <http://lexvo.org/id/term/ben/%E0%A6%95%E0%A6%BF%E0%A6%B0%E0%A7%8D%E0%A6%9F>,
        <http://lexvo.org/id/term/bos-Cyrl/%D1%86%D0%B8%D1%80%D1%82%20%D0%BF%D0%B8%D1%81%D0%BC%D0%BE>,
        <http://lexvo.org/id/term/bos/cirt%20pismo>,
        <http://lexvo.org/id/term/brx/%E0%A4%B8%E0%A4%BF%E0%A4%B0%E0%A5%8D%E0%A4%A5>,
        <http://lexvo.org/id/term/bul/%D0%9A%D0%B8%D1%80%D1%82>,
        <http://lexvo.org/id/term/cat/cirth>,
        <http://lexvo.org/id/term/ces/cirth>,
        <http://lexvo.org/id/term/cmn-Hant/%E8%89%B2%E6%96%AF%E6%96%87>,
        <http://lexvo.org/id/term/cmn/%E8%89%B2%E6%96%AF%E6%96%87>,
        <http://lexvo.org/id/term/dan/cirt>,
        <http://lexvo.org/id/term/deu/Cirth>,
        <http://lexvo.org/id/term/ell/%CE%A3%CE%B5%CF%81%CE%B8>,
        <http://lexvo.org/id/term/eng-Dsrt/%F0%90%90%97%F0%90%90%B2%F0%90%91%89%F0%90%91%83>,
        <http://lexvo.org/id/term/eng/Cirth>,
        <http://lexvo.org/id/term/est/cirth>,
        <http://lexvo.org/id/term/ewe/seif%20gbe%C5%8B%C9%94%C5%8Bl%C9%94>,
        <http://lexvo.org/id/term/fas/%DA%A9%D8%B1%D8%AA>,
        <http://lexvo.org/id/term/fin/cirth>,
        <http://lexvo.org/id/term/fra/cirth>,
        <http://lexvo.org/id/term/gsw/Cirth>,
        <http://lexvo.org/id/term/guj/%E0%AA%B8%E0%AA%BF%E0%AA%B0%E0%AB%8D%E0%AA%A5>,
        <http://lexvo.org/id/term/hin/%E0%A4%95%E0%A4%BF%E0%A4%B0%E0%A5%8D%E0%A4%A5>,
        <http://lexvo.org/id/term/hrv/cirth%20pismo>,
        <http://lexvo.org/id/term/ind/Cirth>,
        <http://lexvo.org/id/term/isl/c%C3%ADrth>,
        <http://lexvo.org/id/term/ita/cirth>,
        <http://lexvo.org/id/term/jpn/%E3%82%AD%E3%82%A2%E3%82%B9%E6%96%87%E5%AD%97>,
        <http://lexvo.org/id/term/kan/%E0%B2%B8%E0%B2%BF%E0%B2%B0%E0%B3%8D%E0%B2%A5%E0%B3%8D>,
        <http://lexvo.org/id/term/kas/%DA%A9%D9%90%D8%B1%D8%AA%DA%BE>,
        <http://lexvo.org/id/term/kor/%ED%82%A4%EB%A5%B4%EC%93%B0>,
        <http://lexvo.org/id/term/lao/%E0%BB%80%E0%BA%8A%E0%BA%B5%E0%BA%AE>,
        <http://lexvo.org/id/term/lit/kirt>,
        <http://lexvo.org/id/term/mal/%E0%B4%9A%E0%B4%BF%E0%B5%BC%E0%B4%A4%E0%B5%8D%E0%B4%A4%E0%B5%8D>,
        <http://lexvo.org/id/term/mar/%E0%A4%95%E0%A4%BF%E0%A4%B0%E0%A5%8D%E0%A4%A5>,
        <http://lexvo.org/id/term/nep/%E0%A4%95%E0%A4%BF%E0%A4%B0%E0%A5%8D%E0%A4%A5>,
        <http://lexvo.org/id/term/nld/Cirth>,
        <http://lexvo.org/id/term/nno/cirth>,
        <http://lexvo.org/id/term/nob/cirth>,
        <http://lexvo.org/id/term/ori/%E0%AC%B8%E0%AC%BF%E0%AC%B0%E0%AD%8D%E0%AC%A5>,
        <http://lexvo.org/id/term/pol/cirth>,
        <http://lexvo.org/id/term/por/cirth>,
        <http://lexvo.org/id/term/roh/cirth>,
        <http://lexvo.org/id/term/rus/%D0%9A%D0%B8%D1%80%D1%82>,
        <http://lexvo.org/id/term/slv/kirt>,
        <http://lexvo.org/id/term/spa/cirth>,
        <http://lexvo.org/id/term/srp-Latn/cirt%20pismo>,
        <http://lexvo.org/id/term/srp/%D1%86%D0%B8%D1%80%D1%82%20%D0%BF%D0%B8%D1%81%D0%BC%D0%BE>,
        <http://lexvo.org/id/term/swe/cirt>,
        <http://lexvo.org/id/term/tam/%E0%AE%95%E0%AE%BF%E0%AE%B0%E0%AF%8D%E0%AE%A4%E0%AF%8D>,
        <http://lexvo.org/id/term/tel/%E0%B0%B8%E0%B0%BF%E0%B0%B0%E0%B1%8D%E0%B0%A5%E0%B1%8D>,
        <http://lexvo.org/id/term/tha/%E0%B9%80%E0%B8%8B%E0%B8%B4%E0%B8%A3%E0%B9%8C%E0%B8%97>,
        <http://lexvo.org/id/term/tur/Cirth>,
        <http://lexvo.org/id/term/ukr/%D0%9A%D0%B8%D1%80%D1%82>,
        <http://lexvo.org/id/term/vie/Ch%E1%BB%AF%20Cirth> .

<http://lexvo.org/id/script/Copt> a lvont:Script ;
    rdfs:label "Koptieses"@af,
        "ኮፕቲክ"@am,
        "القبطية"@ar,
        "koptik"@az,
        "Коптска"@bg,
        "কোপ্টিক"@bn,
        "koptek"@br,
        "कॉप्ट"@brx,
        "koptičko pismo"@bs,
        "коптичко писмо"@bs-Cyrl,
        "copte"@ca,
        "克普特文"@cmn,
        "科普特文"@cmn-Hant,
        "koptské"@cs,
        "koptisk"@da,
        "Koptisch"@de,
        "koptia gbeŋɔŋlɔ"@ee,
        "Κοπτικό"@el,
        "Coptic"@en,
        "𐐗𐐱𐐹𐐻𐐮𐐿"@en-Dsrt,
        "copto"@es,
        "kopti"@et,
        "قبطی"@fa,
        "koptilainen"@fi,
        "copte"@fr,
        "copt"@fur,
        "Koptisch"@gsw,
        "કોપ્ટિક"@gu,
        "קופטי"@he,
        "कॉप्टिक"@hi,
        "koptsko pismo"@hr,
        "Kopt"@hu,
        "Koptik"@id,
        "koptíska"@is,
        "copto"@it,
        "コプト文字"@ja,
        "კოპტური"@ka,
        "ಕಾಪ್ಟಿಕ್"@kn,
        "콥트 문자"@ko,
        "کاپٹِک"@ks,
        "ຄອບຕິກ"@lo,
        "koptų"@lt,
        "koptu"@lv,
        "കോപ്റ്റിക്"@ml,
        "कॉप्टिक"@mr,
        "koptisk"@nb,
        "कप्टिक"@ne,
        "Koptisch"@nl,
        "koptisk"@nn,
        "କପଟିକ୍"@or,
        "koptyjskie"@pl,
        "cóptico"@pt,
        "coptic"@rm,
        "coptă"@ro,
        "Коптская"@ru,
        "koptski"@sl,
        "коптичко писмо"@sr,
        "koptičko pismo"@sr-Latn,
        "koptiska"@sv,
        "காப்டிக்"@ta,
        "కోప్టిక్"@te,
        "คอปติก"@th,
        "Kıpti"@tr,
        "Коптський"@uk,
        "Chữ Coptic"@vi ;
    lvont:iso15924Alphacode "Copt"^^xsd:string ;
    lvont:label <http://lexvo.org/id/term/afr/Koptieses>,
        <http://lexvo.org/id/term/amh/%E1%8A%AE%E1%8D%95%E1%89%B2%E1%8A%AD>,
        <http://lexvo.org/id/term/ara/%D8%A7%D9%84%D9%82%D8%A8%D8%B7%D9%8A%D8%A9>,
        <http://lexvo.org/id/term/aze/koptik>,
        <http://lexvo.org/id/term/ben/%E0%A6%95%E0%A7%8B%E0%A6%AA%E0%A7%8D%E0%A6%9F%E0%A6%BF%E0%A6%95>,
        <http://lexvo.org/id/term/bos-Cyrl/%D0%BA%D0%BE%D0%BF%D1%82%D0%B8%D1%87%D0%BA%D0%BE%20%D0%BF%D0%B8%D1%81%D0%BC%D0%BE>,
        <http://lexvo.org/id/term/bos/kopti%C4%8Dko%20pismo>,
        <http://lexvo.org/id/term/bre/koptek>,
        <http://lexvo.org/id/term/brx/%E0%A4%95%E0%A5%89%E0%A4%AA%E0%A5%8D%E0%A4%9F>,
        <http://lexvo.org/id/term/bul/%D0%9A%D0%BE%D0%BF%D1%82%D1%81%D0%BA%D0%B0>,
        <http://lexvo.org/id/term/cat/copte>,
        <http://lexvo.org/id/term/ces/koptsk%C3%A9>,
        <http://lexvo.org/id/term/cmn-Hant/%E7%A7%91%E6%99%AE%E7%89%B9%E6%96%87>,
        <http://lexvo.org/id/term/cmn/%E5%85%8B%E6%99%AE%E7%89%B9%E6%96%87>,
        <http://lexvo.org/id/term/dan/koptisk>,
        <http://lexvo.org/id/term/deu/Koptisch>,
        <http://lexvo.org/id/term/ell/%CE%9A%CE%BF%CF%80%CF%84%CE%B9%CE%BA%CF%8C>,
        <http://lexvo.org/id/term/eng-Dsrt/%F0%90%90%97%F0%90%90%B1%F0%90%90%B9%F0%90%90%BB%F0%90%90%AE%F0%90%90%BF>,
        <http://lexvo.org/id/term/eng/Coptic>,
        <http://lexvo.org/id/term/est/kopti>,
        <http://lexvo.org/id/term/ewe/koptia%20gbe%C5%8B%C9%94%C5%8Bl%C9%94>,
        <http://lexvo.org/id/term/fas/%D9%82%D8%A8%D8%B7%DB%8C>,
        <http://lexvo.org/id/term/fin/koptilainen>,
        <http://lexvo.org/id/term/fra/copte>,
        <http://lexvo.org/id/term/fur/copt>,
        <http://lexvo.org/id/term/gsw/Koptisch>,
        <http://lexvo.org/id/term/guj/%E0%AA%95%E0%AB%8B%E0%AA%AA%E0%AB%8D%E0%AA%9F%E0%AA%BF%E0%AA%95>,
        <http://lexvo.org/id/term/heb/%D7%A7%D7%95%D7%A4%D7%98%D7%99>,
        <http://lexvo.org/id/term/hin/%E0%A4%95%E0%A5%89%E0%A4%AA%E0%A5%8D%E0%A4%9F%E0%A4%BF%E0%A4%95>,
        <http://lexvo.org/id/term/hrv/koptsko%20pismo>,
        <http://lexvo.org/id/term/hun/Kopt>,
        <http://lexvo.org/id/term/ind/Koptik>,
        <http://lexvo.org/id/term/isl/kopt%C3%ADska>,
        <http://lexvo.org/id/term/ita/copto>,
        <http://lexvo.org/id/term/jpn/%E3%82%B3%E3%83%97%E3%83%88%E6%96%87%E5%AD%97>,
        <http://lexvo.org/id/term/kan/%E0%B2%95%E0%B2%BE%E0%B2%AA%E0%B3%8D%E0%B2%9F%E0%B2%BF%E0%B2%95%E0%B3%8D>,
        <http://lexvo.org/id/term/kas/%DA%A9%D8%A7%D9%BE%D9%B9%D9%90%DA%A9>,
        <http://lexvo.org/id/term/kat/%E1%83%99%E1%83%9D%E1%83%9E%E1%83%A2%E1%83%A3%E1%83%A0%E1%83%98>,
        <http://lexvo.org/id/term/kor/%EC%BD%A5%ED%8A%B8%20%EB%AC%B8%EC%9E%90>,
        <http://lexvo.org/id/term/lao/%E0%BA%84%E0%BA%AD%E0%BA%9A%E0%BA%95%E0%BA%B4%E0%BA%81>,
        <http://lexvo.org/id/term/lav/koptu>,
        <http://lexvo.org/id/term/lit/kopt%C5%B3>,
        <http://lexvo.org/id/term/mal/%E0%B4%95%E0%B5%8B%E0%B4%AA%E0%B5%8D%E0%B4%B1%E0%B5%8D%E0%B4%B1%E0%B4%BF%E0%B4%95%E0%B5%8D>,
        <http://lexvo.org/id/term/mar/%E0%A4%95%E0%A5%89%E0%A4%AA%E0%A5%8D%E0%A4%9F%E0%A4%BF%E0%A4%95>,
        <http://lexvo.org/id/term/nep/%E0%A4%95%E0%A4%AA%E0%A5%8D%E0%A4%9F%E0%A4%BF%E0%A4%95>,
        <http://lexvo.org/id/term/nld/Koptisch>,
        <http://lexvo.org/id/term/nno/koptisk>,
        <http://lexvo.org/id/term/nob/koptisk>,
        <http://lexvo.org/id/term/ori/%E0%AC%95%E0%AC%AA%E0%AC%9F%E0%AC%BF%E0%AC%95%E0%AD%8D>,
        <http://lexvo.org/id/term/pol/koptyjskie>,
        <http://lexvo.org/id/term/por/c%C3%B3ptico>,
        <http://lexvo.org/id/term/roh/coptic>,
        <http://lexvo.org/id/term/ron/copt%C4%83>,
        <http://lexvo.org/id/term/rus/%D0%9A%D0%BE%D0%BF%D1%82%D1%81%D0%BA%D0%B0%D1%8F>,
        <http://lexvo.org/id/term/slv/koptski>,
        <http://lexvo.org/id/term/spa/copto>,
        <http://lexvo.org/id/term/srp-Latn/kopti%C4%8Dko%20pismo>,
        <http://lexvo.org/id/term/srp/%D0%BA%D0%BE%D0%BF%D1%82%D0%B8%D1%87%D0%BA%D0%BE%20%D0%BF%D0%B8%D1%81%D0%BC%D0%BE>,
        <http://lexvo.org/id/term/swe/koptiska>,
        <http://lexvo.org/id/term/tam/%E0%AE%95%E0%AE%BE%E0%AE%AA%E0%AF%8D%E0%AE%9F%E0%AE%BF%E0%AE%95%E0%AF%8D>,
        <http://lexvo.org/id/term/tel/%E0%B0%95%E0%B1%8B%E0%B0%AA%E0%B1%8D%E0%B0%9F%E0%B0%BF%E0%B0%95%E0%B1%8D>,
        <http://lexvo.org/id/term/tha/%E0%B8%84%E0%B8%AD%E0%B8%9B%E0%B8%95%E0%B8%B4%E0%B8%81>,
        <http://lexvo.org/id/term/tur/K%C4%B1pti>,
        <http://lexvo.org/id/term/ukr/%D0%9A%D0%BE%D0%BF%D1%82%D1%81%D1%8C%D0%BA%D0%B8%D0%B9>,
        <http://lexvo.org/id/term/vie/Ch%E1%BB%AF%20Coptic> .

<http://lexvo.org/id/script/Cprt> a lvont:Script ;
    rdfs:label "ሲፕሪኦት"@am,
        "القبرصية"@ar,
        "kipr"@az,
        "Кипърска"@bg,
        "সাইপ্রোয়েট"@bn,
        "सीप्रीओट्"@brx,
        "kiparsko pismo"@bs,
        "кипарско писмо"@bs-Cyrl,
        "xipriota"@ca,
        "塞浦路斯文"@cmn,
        "塞浦路斯文"@cmn-Hant,
        "cypriotisk"@da,
        "Zypriotisch"@de,
        "saipriot gbeŋɔŋlɔ"@ee,
        "Κυπριακό"@el,
        "Cypriot"@en,
        "𐐝𐐮𐐹𐑉𐐨𐐲𐐻"@en-Dsrt,
        "chipriota"@es,
        "muinasküprose"@et,
        "قبرسی"@fa,
        "muinaiskyproslainen"@fi,
        "syllabaire chypriote"@fr,
        "cipriot"@fur,
        "Zypriotisch"@gsw,
        "સિપ્રાયટ"@gu,
        "קפריסאי"@he,
        "काइप्रायट"@hi,
        "cypriot pismo"@hr,
        "Ciprusi"@hu,
        "Siprus"@id,
        "kypriotíska"@is,
        "cipriota"@it,
        "キプロス文字"@ja,
        "კვიპროსული"@ka,
        "ಸಿಪ್ರಿಯಾಟ್"@kn,
        "키프로스 문자"@ko,
        "کِپرایِٹ"@ks,
        "ໄຊເປຍ"@lo,
        "kipro"@lt,
        "സൈപ്രിയോട്ട്"@ml,
        "सायप्रिऑट"@mr,
        "kypriotisk"@nb,
        "कप्रियट"@ne,
        "Cyprisch"@nl,
        "kypriotisk"@nn,
        "ସିପ୍ରଅଟ୍"@or,
        "cypryjskie"@pl,
        "cipriota"@pt,
        "cipriot"@rm,
        "cipriotă"@ro,
        "Кипрская"@ru,
        "ciprski"@sl,
        "кипарско писмо"@sr,
        "kiparsko pismo"@sr-Latn,
        "cypriotiska"@sv,
        "சைப்ரியாட்"@ta,
        "సైప్రోట్"@te,
        "ไซเปรียท"@th,
        "Kıbrıs"@tr,
        "Кіпрський"@uk,
        "Chứ Síp"@vi ;
    lvont:iso15924Alphacode "Cprt"^^xsd:string ;
    lvont:label <http://lexvo.org/id/term/amh/%E1%88%B2%E1%8D%95%E1%88%AA%E1%8A%A6%E1%89%B5>,
        <http://lexvo.org/id/term/ara/%D8%A7%D9%84%D9%82%D8%A8%D8%B1%D8%B5%D9%8A%D8%A9>,
        <http://lexvo.org/id/term/aze/kipr>,
        <http://lexvo.org/id/term/ben/%E0%A6%B8%E0%A6%BE%E0%A6%87%E0%A6%AA%E0%A7%8D%E0%A6%B0%E0%A7%8B%E0%A6%AF%E0%A6%BC%E0%A7%87%E0%A6%9F>,
        <http://lexvo.org/id/term/bos-Cyrl/%D0%BA%D0%B8%D0%BF%D0%B0%D1%80%D1%81%D0%BA%D0%BE%20%D0%BF%D0%B8%D1%81%D0%BC%D0%BE>,
        <http://lexvo.org/id/term/bos/kiparsko%20pismo>,
        <http://lexvo.org/id/term/brx/%E0%A4%B8%E0%A5%80%E0%A4%AA%E0%A5%8D%E0%A4%B0%E0%A5%80%E0%A4%93%E0%A4%9F%E0%A5%8D>,
        <http://lexvo.org/id/term/bul/%D0%9A%D0%B8%D0%BF%D1%8A%D1%80%D1%81%D0%BA%D0%B0>,
        <http://lexvo.org/id/term/cat/xipriota>,
        <http://lexvo.org/id/term/cmn-Hant/%E5%A1%9E%E6%B5%A6%E8%B7%AF%E6%96%AF%E6%96%87>,
        <http://lexvo.org/id/term/cmn/%E5%A1%9E%E6%B5%A6%E8%B7%AF%E6%96%AF%E6%96%87>,
        <http://lexvo.org/id/term/dan/cypriotisk>,
        <http://lexvo.org/id/term/deu/Zypriotisch>,
        <http://lexvo.org/id/term/ell/%CE%9A%CF%85%CF%80%CF%81%CE%B9%CE%B1%CE%BA%CF%8C>,
        <http://lexvo.org/id/term/eng-Dsrt/%F0%90%90%9D%F0%90%90%AE%F0%90%90%B9%F0%90%91%89%F0%90%90%A8%F0%90%90%B2%F0%90%90%BB>,
        <http://lexvo.org/id/term/eng/Cypriot>,
        <http://lexvo.org/id/term/est/muinask%C3%BCprose>,
        <http://lexvo.org/id/term/ewe/saipriot%20gbe%C5%8B%C9%94%C5%8Bl%C9%94>,
        <http://lexvo.org/id/term/fas/%D9%82%D8%A8%D8%B1%D8%B3%DB%8C>,
        <http://lexvo.org/id/term/fin/muinaiskyproslainen>,
        <http://lexvo.org/id/term/fra/syllabaire%20chypriote>,
        <http://lexvo.org/id/term/fur/cipriot>,
        <http://lexvo.org/id/term/gsw/Zypriotisch>,
        <http://lexvo.org/id/term/guj/%E0%AA%B8%E0%AA%BF%E0%AA%AA%E0%AB%8D%E0%AA%B0%E0%AA%BE%E0%AA%AF%E0%AA%9F>,
        <http://lexvo.org/id/term/heb/%D7%A7%D7%A4%D7%A8%D7%99%D7%A1%D7%90%D7%99>,
        <http://lexvo.org/id/term/hin/%E0%A4%95%E0%A4%BE%E0%A4%87%E0%A4%AA%E0%A5%8D%E0%A4%B0%E0%A4%BE%E0%A4%AF%E0%A4%9F>,
        <http://lexvo.org/id/term/hrv/cypriot%20pismo>,
        <http://lexvo.org/id/term/hun/Ciprusi>,
        <http://lexvo.org/id/term/ind/Siprus>,
        <http://lexvo.org/id/term/isl/kypriot%C3%ADska>,
        <http://lexvo.org/id/term/ita/cipriota>,
        <http://lexvo.org/id/term/jpn/%E3%82%AD%E3%83%97%E3%83%AD%E3%82%B9%E6%96%87%E5%AD%97>,
        <http://lexvo.org/id/term/kan/%E0%B2%B8%E0%B2%BF%E0%B2%AA%E0%B3%8D%E0%B2%B0%E0%B2%BF%E0%B2%AF%E0%B2%BE%E0%B2%9F%E0%B3%8D>,
        <http://lexvo.org/id/term/kas/%DA%A9%D9%90%D9%BE%D8%B1%D8%A7%DB%8C%D9%90%D9%B9>,
        <http://lexvo.org/id/term/kat/%E1%83%99%E1%83%95%E1%83%98%E1%83%9E%E1%83%A0%E1%83%9D%E1%83%A1%E1%83%A3%E1%83%9A%E1%83%98>,
        <http://lexvo.org/id/term/kor/%ED%82%A4%ED%94%84%EB%A1%9C%EC%8A%A4%20%EB%AC%B8%EC%9E%90>,
        <http://lexvo.org/id/term/lao/%E0%BB%84%E0%BA%8A%E0%BB%80%E0%BA%9B%E0%BA%8D>,
        <http://lexvo.org/id/term/lit/kipro>,
        <http://lexvo.org/id/term/mal/%E0%B4%B8%E0%B5%88%E0%B4%AA%E0%B5%8D%E0%B4%B0%E0%B4%BF%E0%B4%AF%E0%B5%8B%E0%B4%9F%E0%B5%8D%E0%B4%9F%E0%B5%8D>,
        <http://lexvo.org/id/term/mar/%E0%A4%B8%E0%A4%BE%E0%A4%AF%E0%A4%AA%E0%A5%8D%E0%A4%B0%E0%A4%BF%E0%A4%91%E0%A4%9F>,
        <http://lexvo.org/id/term/nep/%E0%A4%95%E0%A4%AA%E0%A5%8D%E0%A4%B0%E0%A4%BF%E0%A4%AF%E0%A4%9F>,
        <http://lexvo.org/id/term/nld/Cyprisch>,
        <http://lexvo.org/id/term/nno/kypriotisk>,
        <http://lexvo.org/id/term/nob/kypriotisk>,
        <http://lexvo.org/id/term/ori/%E0%AC%B8%E0%AC%BF%E0%AC%AA%E0%AD%8D%E0%AC%B0%E0%AC%85%E0%AC%9F%E0%AD%8D>,
        <http://lexvo.org/id/term/pol/cypryjskie>,
        <http://lexvo.org/id/term/por/cipriota>,
        <http://lexvo.org/id/term/roh/cipriot>,
        <http://lexvo.org/id/term/ron/cipriot%C4%83>,
        <http://lexvo.org/id/term/rus/%D0%9A%D0%B8%D0%BF%D1%80%D1%81%D0%BA%D0%B0%D1%8F>,
        <http://lexvo.org/id/term/slv/ciprski>,
        <http://lexvo.org/id/term/spa/chipriota>,
        <http://lexvo.org/id/term/srp-Latn/kiparsko%20pismo>,
        <http://lexvo.org/id/term/srp/%D0%BA%D0%B8%D0%BF%D0%B0%D1%80%D1%81%D0%BA%D0%BE%20%D0%BF%D0%B8%D1%81%D0%BC%D0%BE>,
        <http://lexvo.org/id/term/swe/cypriotiska>,
        <http://lexvo.org/id/term/tam/%E0%AE%9A%E0%AF%88%E0%AE%AA%E0%AF%8D%E0%AE%B0%E0%AE%BF%E0%AE%AF%E0%AE%BE%E0%AE%9F%E0%AF%8D>,
        <http://lexvo.org/id/term/tel/%E0%B0%B8%E0%B1%88%E0%B0%AA%E0%B1%8D%E0%B0%B0%E0%B1%8B%E0%B0%9F%E0%B1%8D>,
        <http://lexvo.org/id/term/tha/%E0%B9%84%E0%B8%8B%E0%B9%80%E0%B8%9B%E0%B8%A3%E0%B8%B5%E0%B8%A2%E0%B8%97>,
        <http://lexvo.org/id/term/tur/K%C4%B1br%C4%B1s>,
        <http://lexvo.org/id/term/ukr/%D0%9A%D1%96%D0%BF%D1%80%D1%81%D1%8C%D0%BA%D0%B8%D0%B9>,
        <http://lexvo.org/id/term/vie/Ch%E1%BB%A9%20S%C3%ADp> .

<http://lexvo.org/id/script/Cyrl> a lvont:Script ;
    rdfs:label "Sirillies"@af,
        "ሲይሪልክ"@am,
        "السيريلية"@ar,
        "cirílicu"@ast,
        "kiril"@az,
        "кірылічны"@be,
        "Кирилица"@bg,
        "সিরিলিক"@bn,
        "གོ་སའི་ལ་ཧྥུ་སྐད་ཡིག་།"@bo,
        "kirillek"@br,
        "सिरिलिक्"@brx,
        "ćirilica"@bs,
        "Ћирилица"@bs-Cyrl,
        "ciríl·lic"@ca,
        "ᏲᏂᎢ ᏗᎪᏪᎵ"@chr,
        "西里尔文"@cmn,
        "斯拉夫文"@cmn-Hant,
        "西里爾語字母"@cmn-Hant,
        "cyrilice"@cs,
        "Cyrilig"@cy,
        "kyrillisk"@da,
        "Kyrillisch"@de,
        "སིརིལ་ལིཀ་ཡིག་གུ"@dz,
        "syrilliagbeŋɔŋlɔ"@ee,
        "Κυριλλικό"@el,
        "Cyrillic"@en,
        "𐐝𐐲𐑉𐐮𐑊𐐮𐐿"@en-Dsrt,
        "cirílico"@es,
        "kirillitsa"@et,
        "Zirilikoa"@eu,
        "سیریلی"@fa,
        "kyrillinen"@fi,
        "Cyrillic"@fil,
        "cyrillique"@fr,
        "cirilic"@fur,
        "Cirilleach"@ga,
        "Cirileach"@gd,
        "Cirílico"@gl,
        "Kyrillisch"@gsw,
        "સિરિલિક"@gu,
        "קירילי"@he,
        "सिरिलिक"@hi,
        "ćirilica"@hr,
        "Cirill"@hu,
        "Sirilik"@id,
        "ꀊꆨꌦꇁꃚꁱꂷ"@ii,
        "kyrillísk"@is,
        "cirillico"@it,
        "キリル文字"@ja,
        "კირილიცა"@ka,
        "siriliku"@kea,
        "кириллица"@kk,
        "ស៊ីរី"@km,
        "ಸಿರಿಲಿಕ್"@kn,
        "키릴 문자"@ko,
        "سَیرِلِک"@ks,
        "kürrellesche Schreff"@ksh,
        "ຊີຣິວລິກ"@lo,
        "kirilica"@lt,
        "kirilica"@lv,
        "кирилично писмо"@mk,
        "സിറിലിക്"@ml,
        "सीरिलिक"@mr,
        "Ċirilliku"@mt,
        "စစ်ရိလစ်"@my,
        "kyrillisk"@nb,
        "सिरिलिक"@ne,
        "Cyrillisch"@nl,
        "kyrillisk"@nn,
        "ସିରିଲିକ୍"@or,
        "Киррилицӕ"@os,
        "cyrylica"@pl,
        "cirílico"@pt,
        "cirillic"@rm,
        "chirilică"@ro,
        "Кириллица"@ru,
        "Нууччалыы"@sah,
        "kyrillalaš"@se,
        "සිරිලික්"@si,
        "Cyrilika"@sk,
        "cirilica"@sl,
        "Ћирилица"@sr,
        "Ćirilica"@sr-Latn,
        "kyrilliska"@sv,
        "Kisiriliki"@swh,
        "சிரிலிக்"@ta,
        "సిరిలిక్"@te,
        "ซีริลลิก"@th,
        "tohinima fakalūsia"@to,
        "Kiril"@tr,
        "Кириличний"@uk,
        "کریلِک"@ur,
        "Кирил"@uzn,
        "Kiril"@uzn-Latn,
        "Chữ Kirin"@vi,
        "Kirilliš"@wae,
        "Cyril"@zsm,
        "i-Cyrillic"@zu ;
    lvont:iso15924Alphacode "Cyrl"^^xsd:string ;
    lvont:label <http://lexvo.org/id/term/afr/Sirillies>,
        <http://lexvo.org/id/term/amh/%E1%88%B2%E1%8B%AD%E1%88%AA%E1%88%8D%E1%8A%AD>,
        <http://lexvo.org/id/term/ara/%D8%A7%D9%84%D8%B3%D9%8A%D8%B1%D9%8A%D9%84%D9%8A%D8%A9>,
        <http://lexvo.org/id/term/ast/cir%C3%ADlicu>,
        <http://lexvo.org/id/term/aze/kiril>,
        <http://lexvo.org/id/term/bel/%D0%BA%D1%96%D1%80%D1%8B%D0%BB%D1%96%D1%87%D0%BD%D1%8B>,
        <http://lexvo.org/id/term/ben/%E0%A6%B8%E0%A6%BF%E0%A6%B0%E0%A6%BF%E0%A6%B2%E0%A6%BF%E0%A6%95>,
        <http://lexvo.org/id/term/bod/%E0%BD%82%E0%BD%BC%E0%BC%8B%E0%BD%A6%E0%BD%A0%E0%BD%B2%E0%BC%8B%E0%BD%A3%E0%BC%8B%E0%BD%A7%E0%BE%A5%E0%BD%B4%E0%BC%8B%E0%BD%A6%E0%BE%90%E0%BD%91%E0%BC%8B%E0%BD%A1%E0%BD%B2%E0%BD%82%E0%BC%8B%E0%BC%8D>,
        <http://lexvo.org/id/term/bos-Cyrl/%D0%8B%D0%B8%D1%80%D0%B8%D0%BB%D0%B8%D1%86%D0%B0>,
        <http://lexvo.org/id/term/bos/%C4%87irilica>,
        <http://lexvo.org/id/term/bre/kirillek>,
        <http://lexvo.org/id/term/brx/%E0%A4%B8%E0%A4%BF%E0%A4%B0%E0%A4%BF%E0%A4%B2%E0%A4%BF%E0%A4%95%E0%A5%8D>,
        <http://lexvo.org/id/term/bul/%D0%9A%D0%B8%D1%80%D0%B8%D0%BB%D0%B8%D1%86%D0%B0>,
        <http://lexvo.org/id/term/cat/cir%C3%ADl%C2%B7lic>,
        <http://lexvo.org/id/term/ces/cyrilice>,
        <http://lexvo.org/id/term/chr/%E1%8F%B2%E1%8F%82%E1%8E%A2%20%E1%8F%97%E1%8E%AA%E1%8F%AA%E1%8E%B5>,
        <http://lexvo.org/id/term/cmn-Hant/%E6%96%AF%E6%8B%89%E5%A4%AB%E6%96%87>,
        <http://lexvo.org/id/term/cmn-Hant/%E8%A5%BF%E9%87%8C%E7%88%BE%E8%AA%9E%E5%AD%97%E6%AF%8D>,
        <http://lexvo.org/id/term/cmn/%E8%A5%BF%E9%87%8C%E5%B0%94%E6%96%87>,
        <http://lexvo.org/id/term/cym/Cyrilig>,
        <http://lexvo.org/id/term/dan/kyrillisk>,
        <http://lexvo.org/id/term/deu/Kyrillisch>,
        <http://lexvo.org/id/term/dzo/%E0%BD%A6%E0%BD%B2%E0%BD%A2%E0%BD%B2%E0%BD%A3%E0%BC%8B%E0%BD%A3%E0%BD%B2%E0%BD%80%E0%BC%8B%E0%BD%A1%E0%BD%B2%E0%BD%82%E0%BC%8B%E0%BD%82%E0%BD%B4>,
        <http://lexvo.org/id/term/ell/%CE%9A%CF%85%CF%81%CE%B9%CE%BB%CE%BB%CE%B9%CE%BA%CF%8C>,
        <http://lexvo.org/id/term/eng-Dsrt/%F0%90%90%9D%F0%90%90%B2%F0%90%91%89%F0%90%90%AE%F0%90%91%8A%F0%90%90%AE%F0%90%90%BF>,
        <http://lexvo.org/id/term/eng/Cyrillic>,
        <http://lexvo.org/id/term/est/kirillitsa>,
        <http://lexvo.org/id/term/eus/Zirilikoa>,
        <http://lexvo.org/id/term/ewe/syrilliagbe%C5%8B%C9%94%C5%8Bl%C9%94>,
        <http://lexvo.org/id/term/fas/%D8%B3%DB%8C%D8%B1%DB%8C%D9%84%DB%8C>,
        <http://lexvo.org/id/term/fil/Cyrillic>,
        <http://lexvo.org/id/term/fin/kyrillinen>,
        <http://lexvo.org/id/term/fra/cyrillique>,
        <http://lexvo.org/id/term/fur/cirilic>,
        <http://lexvo.org/id/term/gla/Cirileach>,
        <http://lexvo.org/id/term/gle/Cirilleach>,
        <http://lexvo.org/id/term/glg/Cir%C3%ADlico>,
        <http://lexvo.org/id/term/gsw/Kyrillisch>,
        <http://lexvo.org/id/term/guj/%E0%AA%B8%E0%AA%BF%E0%AA%B0%E0%AA%BF%E0%AA%B2%E0%AA%BF%E0%AA%95>,
        <http://lexvo.org/id/term/heb/%D7%A7%D7%99%D7%A8%D7%99%D7%9C%D7%99>,
        <http://lexvo.org/id/term/hin/%E0%A4%B8%E0%A4%BF%E0%A4%B0%E0%A4%BF%E0%A4%B2%E0%A4%BF%E0%A4%95>,
        <http://lexvo.org/id/term/hrv/%C4%87irilica>,
        <http://lexvo.org/id/term/hun/Cirill>,
        <http://lexvo.org/id/term/iii/%EA%80%8A%EA%86%A8%EA%8C%A6%EA%87%81%EA%83%9A%EA%81%B1%EA%82%B7>,
        <http://lexvo.org/id/term/ind/Sirilik>,
        <http://lexvo.org/id/term/isl/kyrill%C3%ADsk>,
        <http://lexvo.org/id/term/ita/cirillico>,
        <http://lexvo.org/id/term/jpn/%E3%82%AD%E3%83%AA%E3%83%AB%E6%96%87%E5%AD%97>,
        <http://lexvo.org/id/term/kan/%E0%B2%B8%E0%B2%BF%E0%B2%B0%E0%B2%BF%E0%B2%B2%E0%B2%BF%E0%B2%95%E0%B3%8D>,
        <http://lexvo.org/id/term/kas/%D8%B3%D9%8E%DB%8C%D8%B1%D9%90%D9%84%D9%90%DA%A9>,
        <http://lexvo.org/id/term/kat/%E1%83%99%E1%83%98%E1%83%A0%E1%83%98%E1%83%9A%E1%83%98%E1%83%AA%E1%83%90>,
        <http://lexvo.org/id/term/kaz/%D0%BA%D0%B8%D1%80%D0%B8%D0%BB%D0%BB%D0%B8%D1%86%D0%B0>,
        <http://lexvo.org/id/term/kea/siriliku>,
        <http://lexvo.org/id/term/khm/%E1%9E%9F%E1%9F%8A%E1%9E%B8%E1%9E%9A%E1%9E%B8>,
        <http://lexvo.org/id/term/kor/%ED%82%A4%EB%A6%B4%20%EB%AC%B8%EC%9E%90>,
        <http://lexvo.org/id/term/ksh/k%C3%BCrrellesche%20Schreff>,
        <http://lexvo.org/id/term/lao/%E0%BA%8A%E0%BA%B5%E0%BA%A3%E0%BA%B4%E0%BA%A7%E0%BA%A5%E0%BA%B4%E0%BA%81>,
        <http://lexvo.org/id/term/lav/kirilica>,
        <http://lexvo.org/id/term/lit/kirilica>,
        <http://lexvo.org/id/term/mal/%E0%B4%B8%E0%B4%BF%E0%B4%B1%E0%B4%BF%E0%B4%B2%E0%B4%BF%E0%B4%95%E0%B5%8D>,
        <http://lexvo.org/id/term/mar/%E0%A4%B8%E0%A5%80%E0%A4%B0%E0%A4%BF%E0%A4%B2%E0%A4%BF%E0%A4%95>,
        <http://lexvo.org/id/term/mkd/%D0%BA%D0%B8%D1%80%D0%B8%D0%BB%D0%B8%D1%87%D0%BD%D0%BE%20%D0%BF%D0%B8%D1%81%D0%BC%D0%BE>,
        <http://lexvo.org/id/term/mlt/%C4%8Airilliku>,
        <http://lexvo.org/id/term/mya/%E1%80%85%E1%80%85%E1%80%BA%E1%80%9B%E1%80%AD%E1%80%9C%E1%80%85%E1%80%BA>,
        <http://lexvo.org/id/term/nep/%E0%A4%B8%E0%A4%BF%E0%A4%B0%E0%A4%BF%E0%A4%B2%E0%A4%BF%E0%A4%95>,
        <http://lexvo.org/id/term/nld/Cyrillisch>,
        <http://lexvo.org/id/term/nno/kyrillisk>,
        <http://lexvo.org/id/term/nob/kyrillisk>,
        <http://lexvo.org/id/term/ori/%E0%AC%B8%E0%AC%BF%E0%AC%B0%E0%AC%BF%E0%AC%B2%E0%AC%BF%E0%AC%95%E0%AD%8D>,
        <http://lexvo.org/id/term/oss/%D0%9A%D0%B8%D1%80%D1%80%D0%B8%D0%BB%D0%B8%D1%86%D3%95>,
        <http://lexvo.org/id/term/pol/cyrylica>,
        <http://lexvo.org/id/term/por/cir%C3%ADlico>,
        <http://lexvo.org/id/term/roh/cirillic>,
        <http://lexvo.org/id/term/ron/chirilic%C4%83>,
        <http://lexvo.org/id/term/rus/%D0%9A%D0%B8%D1%80%D0%B8%D0%BB%D0%BB%D0%B8%D1%86%D0%B0>,
        <http://lexvo.org/id/term/sah/%D0%9D%D1%83%D1%83%D1%87%D1%87%D0%B0%D0%BB%D1%8B%D1%8B>,
        <http://lexvo.org/id/term/sin/%E0%B7%83%E0%B7%92%E0%B6%BB%E0%B7%92%E0%B6%BD%E0%B7%92%E0%B6%9A%E0%B7%8A>,
        <http://lexvo.org/id/term/slk/Cyrilika>,
        <http://lexvo.org/id/term/slv/cirilica>,
        <http://lexvo.org/id/term/sme/kyrillala%C5%A1>,
        <http://lexvo.org/id/term/spa/cir%C3%ADlico>,
        <http://lexvo.org/id/term/srp-Latn/%C4%86irilica>,
        <http://lexvo.org/id/term/srp/%D0%8B%D0%B8%D1%80%D0%B8%D0%BB%D0%B8%D1%86%D0%B0>,
        <http://lexvo.org/id/term/swe/kyrilliska>,
        <http://lexvo.org/id/term/swh/Kisiriliki>,
        <http://lexvo.org/id/term/tam/%E0%AE%9A%E0%AE%BF%E0%AE%B0%E0%AE%BF%E0%AE%B2%E0%AE%BF%E0%AE%95%E0%AF%8D>,
        <http://lexvo.org/id/term/tel/%E0%B0%B8%E0%B0%BF%E0%B0%B0%E0%B0%BF%E0%B0%B2%E0%B0%BF%E0%B0%95%E0%B1%8D>,
        <http://lexvo.org/id/term/tha/%E0%B8%8B%E0%B8%B5%E0%B8%A3%E0%B8%B4%E0%B8%A5%E0%B8%A5%E0%B8%B4%E0%B8%81>,
        <http://lexvo.org/id/term/ton/tohinima%20fakal%C5%ABsia>,
        <http://lexvo.org/id/term/tur/Kiril>,
        <http://lexvo.org/id/term/ukr/%D0%9A%D0%B8%D1%80%D0%B8%D0%BB%D0%B8%D1%87%D0%BD%D0%B8%D0%B9>,
        <http://lexvo.org/id/term/urd/%DA%A9%D8%B1%DB%8C%D9%84%D9%90%DA%A9>,
        <http://lexvo.org/id/term/uzn-Latn/Kiril>,
        <http://lexvo.org/id/term/uzn/%D0%9A%D0%B8%D1%80%D0%B8%D0%BB>,
        <http://lexvo.org/id/term/vie/Ch%E1%BB%AF%20Kirin>,
        <http://lexvo.org/id/term/wae/Kirilli%C5%A1>,
        <http://lexvo.org/id/term/zsm/Cyril>,
        <http://lexvo.org/id/term/zul/i-Cyrillic> .

<http://lexvo.org/id/script/Cyrs> a lvont:Script ;
    rdfs:label "Ou Kerkslawiese Sirillieses"@af,
        "السيريلية السلافية الكنسية القديمة"@ar,
        "qədimi kilsa kirili"@az,
        "Стар църковно-славянски вариант Кирилица"@bg,
        "প্রাচীন চার্চ স্লাভোনিক সিরিলিক"@bn,
        "पुरानी चर्च सिरिलिक्"@brx,
        "Staroslovenska crkvena ćirilica"@bs,
        "Старословенска црквена ћирилица"@bs-Cyrl,
        "ciríl·lic de l'antic eslau eclesiàstic"@ca,
        "西里尔文字（古教会斯拉夫文的变体）"@cmn,
        "西里爾文（古教會斯拉夫文變體）"@cmn-Hant,
        "cyrilce - staroslověnská"@cs,
        "kyrillisk - oldkirkeslavisk variant"@da,
        "Altkirchenslawisch"@de,
        "slavonia sirillia sɔleme gbeŋɔŋlɔ xoxotɔ"@ee,
        "Παλαιό Εκκλησιαστικό Σλαβικό Κυριλλικό"@el,
        "Cyrillic (Old Church Slavonic variant)"@en,
        "Old Church Slavonic Cyrillic"@en,
        "𐐄𐑊𐐼 𐐕𐐲𐑉𐐽 𐐝𐑊𐐲𐑂𐐱𐑌𐐮𐐿 𐐗𐐲𐑉𐐮𐑊𐐮𐐿"@en-Dsrt,
        "cirílico del antiguo eslavo eclesiástico"@es,
        "kirikuslaavi kirillitsa"@et,
        "kyrillinen muinaiskirkkoslaavimuunnelma"@fi,
        "cyrillique (variante slavonne)"@fr,
        "cirilic dal vieri slavonic de glesie"@fur,
        "Altchileslawisch"@gsw,
        "ઓલ્ડ ચર્ચ સ્લાવોનિક સિરિલિક"@gu,
        "קירילי סלאבוני כנסייתי עתיק"@he,
        "ओल्ड चर्च स्लावोनिक सिरिलिक"@hi,
        "staroslavenska crkvena čirilica"@hr,
        "Óegyházi szláv cirill"@hu,
        "Gereja Slavonia Sirilik Lama"@id,
        "cirillico antica chiesa slavonica"@it,
        "古代教会スラブ語キリル文字"@ja,
        "ძველი საეკლესიო კირილიცა"@ka,
        "ಪ್ರಾಚೀನ ಚರ್ಚ್ ಸ್ಲೋವಾನಿಕ್ ಸಿರಿಲಿಕ್"@kn,
        "고대교회슬라브어 키릴문자"@ko,
        "پرون چٔرچسلیوونِک سَیرِلِک"@ks,
        "ເຊຮັດສລາ ໂວນິກຊີຮິກລິກໂບຮານ"@lo,
        "senoji bažnytinė slavų kirilica"@lt,
        "senslāvu"@lv,
        "പുരാതന ചർച്ച് സ്ലവോണിക് സിറിലിക്"@ml,
        "पुरातन चर्च स्लाव्होनिक सिरिलिक"@mr,
        "kirkeslavisk kyrillisk"@nb,
        "Oudkerkslavisch Cyrillisch"@nl,
        "kyrillisk (kyrkjeslavisk variant)"@nn,
        "ଓଲ୍ଡ ଚର୍ଚ୍ଚ ସାଲଭୋନିକ୍ ସିରିଲିକ୍"@or,
        "cyrylica staro-cerkiewno-słowiańska"@pl,
        "cirílico eslavo eclesiástico"@pt,
        "slav da baselgia vegl"@rm,
        "chirilică slavonă bisericească veche"@ro,
        "Старославянская"@ru,
        "starocerkvenoslovanska cirilica"@sl,
        "Старословенска црквена ћирилица"@sr,
        "Staroslovenska crkvena ćirilica"@sr-Latn,
        "fornkyrkoslavisk kyrilliska"@sv,
        "பழைய சர்ச் ஸ்லவோனிக் சிரிலிக்"@ta,
        "ప్రాచీన చర్చ స్లావోనిక్ సిరిలిక్"@te,
        "เชอร์ชสลาโวนิกซีริลลิกโบราณ"@th,
        "Eski Kilise Slavcası Kiril"@tr,
        "Давньоцерковнослов'янський"@uk,
        "Chữ Kirin Slavơ Nhà thờ cổ"@vi ;
    lvont:iso15924Alphacode "Cyrs"^^xsd:string ;
    lvont:label <http://lexvo.org/id/term/afr/Ou%20Kerkslawiese%20Sirillieses>,
        <http://lexvo.org/id/term/ara/%D8%A7%D9%84%D8%B3%D9%8A%D8%B1%D9%8A%D9%84%D9%8A%D8%A9%20%D8%A7%D9%84%D8%B3%D9%84%D8%A7%D9%81%D9%8A%D8%A9%20%D8%A7%D9%84%D9%83%D9%86%D8%B3%D9%8A%D8%A9%20%D8%A7%D9%84%D9%82%D8%AF%D9%8A%D9%85%D8%A9>,
        <http://lexvo.org/id/term/aze/q%C9%99dimi%20kilsa%20kirili>,
        <http://lexvo.org/id/term/ben/%E0%A6%AA%E0%A7%8D%E0%A6%B0%E0%A6%BE%E0%A6%9A%E0%A7%80%E0%A6%A8%20%E0%A6%9A%E0%A6%BE%E0%A6%B0%E0%A7%8D%E0%A6%9A%20%E0%A6%B8%E0%A7%8D%E0%A6%B2%E0%A6%BE%E0%A6%AD%E0%A7%8B%E0%A6%A8%E0%A6%BF%E0%A6%95%20%E0%A6%B8%E0%A6%BF%E0%A6%B0%E0%A6%BF%E0%A6%B2%E0%A6%BF%E0%A6%95>,
        <http://lexvo.org/id/term/bos-Cyrl/%D0%A1%D1%82%D0%B0%D1%80%D0%BE%D1%81%D0%BB%D0%BE%D0%B2%D0%B5%D0%BD%D1%81%D0%BA%D0%B0%20%D1%86%D1%80%D0%BA%D0%B2%D0%B5%D0%BD%D0%B0%20%D1%9B%D0%B8%D1%80%D0%B8%D0%BB%D0%B8%D1%86%D0%B0>,
        <http://lexvo.org/id/term/bos/Staroslovenska%20crkvena%20%C4%87irilica>,
        <http://lexvo.org/id/term/brx/%E0%A4%AA%E0%A5%81%E0%A4%B0%E0%A4%BE%E0%A4%A8%E0%A5%80%20%E0%A4%9A%E0%A4%B0%E0%A5%8D%E0%A4%9A%20%E0%A4%B8%E0%A4%BF%E0%A4%B0%E0%A4%BF%E0%A4%B2%E0%A4%BF%E0%A4%95%E0%A5%8D>,
        <http://lexvo.org/id/term/bul/%D0%A1%D1%82%D0%B0%D1%80%20%D1%86%D1%8A%D1%80%D0%BA%D0%BE%D0%B2%D0%BD%D0%BE-%D1%81%D0%BB%D0%B0%D0%B2%D1%8F%D0%BD%D1%81%D0%BA%D0%B8%20%D0%B2%D0%B0%D1%80%D0%B8%D0%B0%D0%BD%D1%82%20%D0%9A%D0%B8%D1%80%D0%B8%D0%BB%D0%B8%D1%86%D0%B0>,
        <http://lexvo.org/id/term/cat/cir%C3%ADl%C2%B7lic%20de%20l'antic%20eslau%20eclesi%C3%A0stic>,
        <http://lexvo.org/id/term/ces/cyrilce%20-%20staroslov%C4%9Bnsk%C3%A1>,
        <http://lexvo.org/id/term/cmn-Hant/%E8%A5%BF%E9%87%8C%E7%88%BE%E6%96%87%EF%BC%88%E5%8F%A4%E6%95%99%E6%9C%83%E6%96%AF%E6%8B%89%E5%A4%AB%E6%96%87%E8%AE%8A%E9%AB%94%EF%BC%89>,
        <http://lexvo.org/id/term/cmn/%E8%A5%BF%E9%87%8C%E5%B0%94%E6%96%87%E5%AD%97%EF%BC%88%E5%8F%A4%E6%95%99%E4%BC%9A%E6%96%AF%E6%8B%89%E5%A4%AB%E6%96%87%E7%9A%84%E5%8F%98%E4%BD%93%EF%BC%89>,
        <http://lexvo.org/id/term/dan/kyrillisk%20-%20oldkirkeslavisk%20variant>,
        <http://lexvo.org/id/term/deu/Altkirchenslawisch>,
        <http://lexvo.org/id/term/ell/%CE%A0%CE%B1%CE%BB%CE%B1%CE%B9%CF%8C%20%CE%95%CE%BA%CE%BA%CE%BB%CE%B7%CF%83%CE%B9%CE%B1%CF%83%CF%84%CE%B9%CE%BA%CF%8C%20%CE%A3%CE%BB%CE%B1%CE%B2%CE%B9%CE%BA%CF%8C%20%CE%9A%CF%85%CF%81%CE%B9%CE%BB%CE%BB%CE%B9%CE%BA%CF%8C>,
        <http://lexvo.org/id/term/eng-Dsrt/%F0%90%90%84%F0%90%91%8A%F0%90%90%BC%20%F0%90%90%95%F0%90%90%B2%F0%90%91%89%F0%90%90%BD%20%F0%90%90%9D%F0%90%91%8A%F0%90%90%B2%F0%90%91%82%F0%90%90%B1%F0%90%91%8C%F0%90%90%AE%F0%90%90%BF%20%F0%90%90%97%F0%90%90%B2%F0%90%91%89%F0%90%90%AE%F0%90%91%8A%F0%90%90%AE%F0%90%90%BF>,
        <http://lexvo.org/id/term/eng/Cyrillic%20(Old%20Church%20Slavonic%20variant)>,
        <http://lexvo.org/id/term/eng/Old%20Church%20Slavonic%20Cyrillic>,
        <http://lexvo.org/id/term/est/kirikuslaavi%20kirillitsa>,
        <http://lexvo.org/id/term/ewe/slavonia%20sirillia%20s%C9%94leme%20gbe%C5%8B%C9%94%C5%8Bl%C9%94%20xoxot%C9%94>,
        <http://lexvo.org/id/term/fin/kyrillinen%20muinaiskirkkoslaavimuunnelma>,
        <http://lexvo.org/id/term/fra/cyrillique%20(variante%20slavonne)>,
        <http://lexvo.org/id/term/fur/cirilic%20dal%20vieri%20slavonic%20de%20glesie>,
        <http://lexvo.org/id/term/gsw/Altchileslawisch>,
        <http://lexvo.org/id/term/guj/%E0%AA%93%E0%AA%B2%E0%AB%8D%E0%AA%A1%20%E0%AA%9A%E0%AA%B0%E0%AB%8D%E0%AA%9A%20%E0%AA%B8%E0%AB%8D%E0%AA%B2%E0%AA%BE%E0%AA%B5%E0%AB%8B%E0%AA%A8%E0%AA%BF%E0%AA%95%20%E0%AA%B8%E0%AA%BF%E0%AA%B0%E0%AA%BF%E0%AA%B2%E0%AA%BF%E0%AA%95>,
        <http://lexvo.org/id/term/heb/%D7%A7%D7%99%D7%A8%D7%99%D7%9C%D7%99%20%D7%A1%D7%9C%D7%90%D7%91%D7%95%D7%A0%D7%99%20%D7%9B%D7%A0%D7%A1%D7%99%D7%99%D7%AA%D7%99%20%D7%A2%D7%AA%D7%99%D7%A7>,
        <http://lexvo.org/id/term/hin/%E0%A4%93%E0%A4%B2%E0%A5%8D%E0%A4%A1%20%E0%A4%9A%E0%A4%B0%E0%A5%8D%E0%A4%9A%20%E0%A4%B8%E0%A5%8D%E0%A4%B2%E0%A4%BE%E0%A4%B5%E0%A5%8B%E0%A4%A8%E0%A4%BF%E0%A4%95%20%E0%A4%B8%E0%A4%BF%E0%A4%B0%E0%A4%BF%E0%A4%B2%E0%A4%BF%E0%A4%95>,
        <http://lexvo.org/id/term/hrv/staroslavenska%20crkvena%20%C4%8Dirilica>,
        <http://lexvo.org/id/term/hun/%C3%93egyh%C3%A1zi%20szl%C3%A1v%20cirill>,
        <http://lexvo.org/id/term/ind/Gereja%20Slavonia%20Sirilik%20Lama>,
        <http://lexvo.org/id/term/ita/cirillico%20antica%20chiesa%20slavonica>,
        <http://lexvo.org/id/term/jpn/%E5%8F%A4%E4%BB%A3%E6%95%99%E4%BC%9A%E3%82%B9%E3%83%A9%E3%83%96%E8%AA%9E%E3%82%AD%E3%83%AA%E3%83%AB%E6%96%87%E5%AD%97>,
        <http://lexvo.org/id/term/kan/%E0%B2%AA%E0%B3%8D%E0%B2%B0%E0%B2%BE%E0%B2%9A%E0%B3%80%E0%B2%A8%20%E0%B2%9A%E0%B2%B0%E0%B3%8D%E0%B2%9A%E0%B3%8D%20%E0%B2%B8%E0%B3%8D%E0%B2%B2%E0%B3%8B%E0%B2%B5%E0%B2%BE%E0%B2%A8%E0%B2%BF%E0%B2%95%E0%B3%8D%20%E0%B2%B8%E0%B2%BF%E0%B2%B0%E0%B2%BF%E0%B2%B2%E0%B2%BF%E0%B2%95%E0%B3%8D>,
        <http://lexvo.org/id/term/kas/%D9%BE%D8%B1%D9%88%D9%86%20%DA%86%D9%94%D8%B1%DA%86%D8%B3%D9%84%DB%8C%D9%88%D9%88%D9%86%D9%90%DA%A9%20%D8%B3%D9%8E%DB%8C%D8%B1%D9%90%D9%84%D9%90%DA%A9>,
        <http://lexvo.org/id/term/kat/%E1%83%AB%E1%83%95%E1%83%94%E1%83%9A%E1%83%98%20%E1%83%A1%E1%83%90%E1%83%94%E1%83%99%E1%83%9A%E1%83%94%E1%83%A1%E1%83%98%E1%83%9D%20%E1%83%99%E1%83%98%E1%83%A0%E1%83%98%E1%83%9A%E1%83%98%E1%83%AA%E1%83%90>,
        <http://lexvo.org/id/term/kor/%EA%B3%A0%EB%8C%80%EA%B5%90%ED%9A%8C%EC%8A%AC%EB%9D%BC%EB%B8%8C%EC%96%B4%20%ED%82%A4%EB%A6%B4%EB%AC%B8%EC%9E%90>,
        <http://lexvo.org/id/term/lao/%E0%BB%80%E0%BA%8A%E0%BA%AE%E0%BA%B1%E0%BA%94%E0%BA%AA%E0%BA%A5%E0%BA%B2%20%E0%BB%82%E0%BA%A7%E0%BA%99%E0%BA%B4%E0%BA%81%E0%BA%8A%E0%BA%B5%E0%BA%AE%E0%BA%B4%E0%BA%81%E0%BA%A5%E0%BA%B4%E0%BA%81%E0%BB%82%E0%BA%9A%E0%BA%AE%E0%BA%B2%E0%BA%99>,
        <http://lexvo.org/id/term/lav/sensl%C4%81vu>,
        <http://lexvo.org/id/term/lit/senoji%20ba%C5%BEnytin%C4%97%20slav%C5%B3%20kirilica>,
        <http://lexvo.org/id/term/mal/%E0%B4%AA%E0%B5%81%E0%B4%B0%E0%B4%BE%E0%B4%A4%E0%B4%A8%20%E0%B4%9A%E0%B5%BC%E0%B4%9A%E0%B5%8D%E0%B4%9A%E0%B5%8D%20%E0%B4%B8%E0%B5%8D%E0%B4%B2%E0%B4%B5%E0%B5%8B%E0%B4%A3%E0%B4%BF%E0%B4%95%E0%B5%8D%20%E0%B4%B8%E0%B4%BF%E0%B4%B1%E0%B4%BF%E0%B4%B2%E0%B4%BF%E0%B4%95%E0%B5%8D>,
        <http://lexvo.org/id/term/mar/%E0%A4%AA%E0%A5%81%E0%A4%B0%E0%A4%BE%E0%A4%A4%E0%A4%A8%20%E0%A4%9A%E0%A4%B0%E0%A5%8D%E0%A4%9A%20%E0%A4%B8%E0%A5%8D%E0%A4%B2%E0%A4%BE%E0%A4%B5%E0%A5%8D%E0%A4%B9%E0%A5%8B%E0%A4%A8%E0%A4%BF%E0%A4%95%20%E0%A4%B8%E0%A4%BF%E0%A4%B0%E0%A4%BF%E0%A4%B2%E0%A4%BF%E0%A4%95>,
        <http://lexvo.org/id/term/nld/Oudkerkslavisch%20Cyrillisch>,
        <http://lexvo.org/id/term/nno/kyrillisk%20(kyrkjeslavisk%20variant)>,
        <http://lexvo.org/id/term/nob/kirkeslavisk%20kyrillisk>,
        <http://lexvo.org/id/term/ori/%E0%AC%93%E0%AC%B2%E0%AD%8D%E0%AC%A1%20%E0%AC%9A%E0%AC%B0%E0%AD%8D%E0%AC%9A%E0%AD%8D%E0%AC%9A%20%E0%AC%B8%E0%AC%BE%E0%AC%B2%E0%AC%AD%E0%AD%8B%E0%AC%A8%E0%AC%BF%E0%AC%95%E0%AD%8D%20%E0%AC%B8%E0%AC%BF%E0%AC%B0%E0%AC%BF%E0%AC%B2%E0%AC%BF%E0%AC%95%E0%AD%8D>,
        <http://lexvo.org/id/term/pol/cyrylica%20staro-cerkiewno-s%C5%82owia%C5%84ska>,
        <http://lexvo.org/id/term/por/cir%C3%ADlico%20eslavo%20eclesi%C3%A1stico>,
        <http://lexvo.org/id/term/roh/slav%20da%20baselgia%20vegl>,
        <http://lexvo.org/id/term/ron/chirilic%C4%83%20slavon%C4%83%20bisericeasc%C4%83%20veche>,
        <http://lexvo.org/id/term/rus/%D0%A1%D1%82%D0%B0%D1%80%D0%BE%D1%81%D0%BB%D0%B0%D0%B2%D1%8F%D0%BD%D1%81%D0%BA%D0%B0%D1%8F>,
        <http://lexvo.org/id/term/slv/starocerkvenoslovanska%20cirilica>,
        <http://lexvo.org/id/term/spa/cir%C3%ADlico%20del%20antiguo%20eslavo%20eclesi%C3%A1stico>,
        <http://lexvo.org/id/term/srp-Latn/Staroslovenska%20crkvena%20%C4%87irilica>,
        <http://lexvo.org/id/term/srp/%D0%A1%D1%82%D0%B0%D1%80%D0%BE%D1%81%D0%BB%D0%BE%D0%B2%D0%B5%D0%BD%D1%81%D0%BA%D0%B0%20%D1%86%D1%80%D0%BA%D0%B2%D0%B5%D0%BD%D0%B0%20%D1%9B%D0%B8%D1%80%D0%B8%D0%BB%D0%B8%D1%86%D0%B0>,
        <http://lexvo.org/id/term/swe/fornkyrkoslavisk%20kyrilliska>,
        <http://lexvo.org/id/term/tam/%E0%AE%AA%E0%AE%B4%E0%AF%88%E0%AE%AF%20%E0%AE%9A%E0%AE%B0%E0%AF%8D%E0%AE%9A%E0%AF%8D%20%E0%AE%B8%E0%AF%8D%E0%AE%B2%E0%AE%B5%E0%AF%8B%E0%AE%A9%E0%AE%BF%E0%AE%95%E0%AF%8D%20%E0%AE%9A%E0%AE%BF%E0%AE%B0%E0%AE%BF%E0%AE%B2%E0%AE%BF%E0%AE%95%E0%AF%8D>,
        <http://lexvo.org/id/term/tel/%E0%B0%AA%E0%B1%8D%E0%B0%B0%E0%B0%BE%E0%B0%9A%E0%B1%80%E0%B0%A8%20%E0%B0%9A%E0%B0%B0%E0%B1%8D%E0%B0%9A%20%E0%B0%B8%E0%B1%8D%E0%B0%B2%E0%B0%BE%E0%B0%B5%E0%B1%8B%E0%B0%A8%E0%B0%BF%E0%B0%95%E0%B1%8D%20%E0%B0%B8%E0%B0%BF%E0%B0%B0%E0%B0%BF%E0%B0%B2%E0%B0%BF%E0%B0%95%E0%B1%8D>,
        <http://lexvo.org/id/term/tha/%E0%B9%80%E0%B8%8A%E0%B8%AD%E0%B8%A3%E0%B9%8C%E0%B8%8A%E0%B8%AA%E0%B8%A5%E0%B8%B2%E0%B9%82%E0%B8%A7%E0%B8%99%E0%B8%B4%E0%B8%81%E0%B8%8B%E0%B8%B5%E0%B8%A3%E0%B8%B4%E0%B8%A5%E0%B8%A5%E0%B8%B4%E0%B8%81%E0%B9%82%E0%B8%9A%E0%B8%A3%E0%B8%B2%E0%B8%93>,
        <http://lexvo.org/id/term/tur/Eski%20Kilise%20Slavcas%C4%B1%20Kiril>,
        <http://lexvo.org/id/term/ukr/%D0%94%D0%B0%D0%B2%D0%BD%D1%8C%D0%BE%D1%86%D0%B5%D1%80%D0%BA%D0%BE%D0%B2%D0%BD%D0%BE%D1%81%D0%BB%D0%BE%D0%B2'%D1%8F%D0%BD%D1%81%D1%8C%D0%BA%D0%B8%D0%B9>,
        <http://lexvo.org/id/term/vie/Ch%E1%BB%AF%20Kirin%20Slav%C6%A1%20Nh%C3%A0%20th%E1%BB%9D%20c%E1%BB%95> .

<http://lexvo.org/id/script/Deva> a lvont:Script ;
    rdfs:label "Devanagari"@af,
        "ደቫንጋሪ"@am,
        "الديفاناجاري"@ar,
        "devanagari"@ast,
        "devanagari"@az,
        "Деванагари"@bg,
        "দেবনাগরি"@bn,
        "དེ་བ་ནཱ་ག་རཱི་སྐད་ཡིག"@bo,
        "devanagari"@br,
        "देवनागरी"@brx,
        "devanagari"@bs,
        "Деванагари"@bs-Cyrl,
        "devanagari"@ca,
        "天城文"@cmn,
        "天城文"@cmn-Hant,
        "梵文"@cmn-Hant,
        "dévanágárí"@cs,
        "Defanagari"@cy,
        "devanagari"@da,
        "Devanagari"@de,
        "དེ་ཝ་ན་ག་རི་ཡིག་གུ"@dz,
        "devanagarigbeŋɔŋlɔ"@ee,
        "Ντεβαναγκάρι"@el,
        "Devanagari"@en,
        "Devanagari (Nagari)"@en,
        "𐐔𐐩𐑂𐐲𐑌𐐪𐑀𐐲𐑉𐐨"@en-Dsrt,
        "devanagari"@es,
        "devanaagari"@et,
        "Devanagariarra"@eu,
        "دوناگری"@fa,
        "devanagari"@fi,
        "Devanagari"@fil,
        "dévanâgarî"@fr,
        "devanagari"@fur,
        "Déiveanágrach"@ga,
        "Devanagari"@gd,
        "Devanagari"@gl,
        "Tövanagaari"@gsw,
        "દેવનાગરી"@gu,
        "דוואנגרי"@he,
        "देवनागरी"@hi,
        "devangari pismo"@hr,
        "Devanagári"@hu,
        "Devanagari"@id,
        "Devanagari"@is,
        "devanagari"@it,
        "デーバナーガリー文字"@ja,
        "დევანაგარი"@ka,
        "devanagari"@kea,
        "Деванагари жазуы"@kk,
        "ដាវ៉ាន់ណាការិ"@km,
        "ದೇವನಾಗರಿ"@kn,
        "데바나가리 문자"@ko,
        "دیوناگری"@ks,
        "indesche Devanajari-Schreff"@ksh,
        "ດີວານາກາຮີ"@lo,
        "devanagari"@lt,
        "devānagāri"@lv,
        "деванагари"@mk,
        "ദേവനാഗരി"@ml,
        "देवनागरी"@mr,
        "ဒီဗနာဂရီ"@my,
        "devanagari"@nb,
        "देवानगरी"@ne,
        "Devanagari"@nl,
        "devanagari"@nn,
        "ଦେବାନଗିରି"@or,
        "ਦੇਵਨਾਗਰੀ"@pa,
        "devanagari"@pl,
        "devanágari"@pt,
        "devanagari"@rm,
        "devanagari"@ro,
        "Деванагари"@ru,
        "දේවනාගරී"@si,
        "Dévanágarí"@sk,
        "devanagarščica"@sl,
        "Деванагари"@sr,
        "Devanagari"@sr-Latn,
        "devanagari"@sv,
        "Kidevanagari"@swh,
        "தேவனாகரி"@ta,
        "దేవనాగరి"@te,
        "เทวนาครี"@th,
        "tohinima fakaʻinitia tēvanakali"@to,
        "Devanagari"@tr,
        "Деванагарі"@uk,
        "دیوناگری"@ur,
        "Chữ Devanagari"@vi,
        "Devanagari"@wae,
        "Devanagari"@zsm,
        "i-Devanagari"@zu ;
    lvont:iso15924Alphacode "Deva"^^xsd:string ;
    lvont:label <http://lexvo.org/id/term/afr/Devanagari>,
        <http://lexvo.org/id/term/amh/%E1%8B%B0%E1%89%AB%E1%8A%95%E1%8C%8B%E1%88%AA>,
        <http://lexvo.org/id/term/ara/%D8%A7%D9%84%D8%AF%D9%8A%D9%81%D8%A7%D9%86%D8%A7%D8%AC%D8%A7%D8%B1%D9%8A>,
        <http://lexvo.org/id/term/ast/devanagari>,
        <http://lexvo.org/id/term/aze/devanagari>,
        <http://lexvo.org/id/term/ben/%E0%A6%A6%E0%A7%87%E0%A6%AC%E0%A6%A8%E0%A6%BE%E0%A6%97%E0%A6%B0%E0%A6%BF>,
        <http://lexvo.org/id/term/bod/%E0%BD%91%E0%BD%BA%E0%BC%8B%E0%BD%96%E0%BC%8B%E0%BD%93%E0%BD%B1%E0%BC%8B%E0%BD%82%E0%BC%8B%E0%BD%A2%E0%BD%B1%E0%BD%B2%E0%BC%8B%E0%BD%A6%E0%BE%90%E0%BD%91%E0%BC%8B%E0%BD%A1%E0%BD%B2%E0%BD%82>,
        <http://lexvo.org/id/term/bos-Cyrl/%D0%94%D0%B5%D0%B2%D0%B0%D0%BD%D0%B0%D0%B3%D0%B0%D1%80%D0%B8>,
        <http://lexvo.org/id/term/bos/devanagari>,
        <http://lexvo.org/id/term/bre/devanagari>,
        <http://lexvo.org/id/term/brx/%E0%A4%A6%E0%A5%87%E0%A4%B5%E0%A4%A8%E0%A4%BE%E0%A4%97%E0%A4%B0%E0%A5%80>,
        <http://lexvo.org/id/term/bul/%D0%94%D0%B5%D0%B2%D0%B0%D0%BD%D0%B0%D0%B3%D0%B0%D1%80%D0%B8>,
        <http://lexvo.org/id/term/cat/devanagari>,
        <http://lexvo.org/id/term/ces/d%C3%A9van%C3%A1g%C3%A1r%C3%AD>,
        <http://lexvo.org/id/term/cmn-Hant/%E5%A4%A9%E5%9F%8E%E6%96%87>,
        <http://lexvo.org/id/term/cmn-Hant/%E6%A2%B5%E6%96%87>,
        <http://lexvo.org/id/term/cmn/%E5%A4%A9%E5%9F%8E%E6%96%87>,
        <http://lexvo.org/id/term/cym/Defanagari>,
        <http://lexvo.org/id/term/dan/devanagari>,
        <http://lexvo.org/id/term/deu/Devanagari>,
        <http://lexvo.org/id/term/dzo/%E0%BD%91%E0%BD%BA%E0%BC%8B%E0%BD%9D%E0%BC%8B%E0%BD%93%E0%BC%8B%E0%BD%82%E0%BC%8B%E0%BD%A2%E0%BD%B2%E0%BC%8B%E0%BD%A1%E0%BD%B2%E0%BD%82%E0%BC%8B%E0%BD%82%E0%BD%B4>,
        <http://lexvo.org/id/term/ell/%CE%9D%CF%84%CE%B5%CE%B2%CE%B1%CE%BD%CE%B1%CE%B3%CE%BA%CE%AC%CF%81%CE%B9>,
        <http://lexvo.org/id/term/eng-Dsrt/%F0%90%90%94%F0%90%90%A9%F0%90%91%82%F0%90%90%B2%F0%90%91%8C%F0%90%90%AA%F0%90%91%80%F0%90%90%B2%F0%90%91%89%F0%90%90%A8>,
        <http://lexvo.org/id/term/eng/Devanagari>,
        <http://lexvo.org/id/term/eng/Devanagari%20(Nagari)>,
        <http://lexvo.org/id/term/est/devanaagari>,
        <http://lexvo.org/id/term/eus/Devanagariarra>,
        <http://lexvo.org/id/term/ewe/devanagarigbe%C5%8B%C9%94%C5%8Bl%C9%94>,
        <http://lexvo.org/id/term/fas/%D8%AF%D9%88%D9%86%D8%A7%DA%AF%D8%B1%DB%8C>,
        <http://lexvo.org/id/term/fil/Devanagari>,
        <http://lexvo.org/id/term/fin/devanagari>,
        <http://lexvo.org/id/term/fra/d%C3%A9van%C3%A2gar%C3%AE>,
        <http://lexvo.org/id/term/fur/devanagari>,
        <http://lexvo.org/id/term/gla/Devanagari>,
        <http://lexvo.org/id/term/gle/D%C3%A9ivean%C3%A1grach>,
        <http://lexvo.org/id/term/glg/Devanagari>,
        <http://lexvo.org/id/term/gsw/T%C3%B6vanagaari>,
        <http://lexvo.org/id/term/guj/%E0%AA%A6%E0%AB%87%E0%AA%B5%E0%AA%A8%E0%AA%BE%E0%AA%97%E0%AA%B0%E0%AB%80>,
        <http://lexvo.org/id/term/heb/%D7%93%D7%95%D7%95%D7%90%D7%A0%D7%92%D7%A8%D7%99>,
        <http://lexvo.org/id/term/hin/%E0%A4%A6%E0%A5%87%E0%A4%B5%E0%A4%A8%E0%A4%BE%E0%A4%97%E0%A4%B0%E0%A5%80>,
        <http://lexvo.org/id/term/hrv/devangari%20pismo>,
        <http://lexvo.org/id/term/hun/Devanag%C3%A1ri>,
        <http://lexvo.org/id/term/ind/Devanagari>,
        <http://lexvo.org/id/term/isl/Devanagari>,
        <http://lexvo.org/id/term/ita/devanagari>,
        <http://lexvo.org/id/term/jpn/%E3%83%87%E3%83%BC%E3%83%90%E3%83%8A%E3%83%BC%E3%82%AC%E3%83%AA%E3%83%BC%E6%96%87%E5%AD%97>,
        <http://lexvo.org/id/term/kan/%E0%B2%A6%E0%B3%87%E0%B2%B5%E0%B2%A8%E0%B2%BE%E0%B2%97%E0%B2%B0%E0%B2%BF>,
        <http://lexvo.org/id/term/kas/%D8%AF%DB%8C%D9%88%D9%86%D8%A7%DA%AF%D8%B1%DB%8C>,
        <http://lexvo.org/id/term/kat/%E1%83%93%E1%83%94%E1%83%95%E1%83%90%E1%83%9C%E1%83%90%E1%83%92%E1%83%90%E1%83%A0%E1%83%98>,
        <http://lexvo.org/id/term/kaz/%D0%94%D0%B5%D0%B2%D0%B0%D0%BD%D0%B0%D0%B3%D0%B0%D1%80%D0%B8%20%D0%B6%D0%B0%D0%B7%D1%83%D1%8B>,
        <http://lexvo.org/id/term/kea/devanagari>,
        <http://lexvo.org/id/term/khm/%E1%9E%8A%E1%9E%B6%E1%9E%9C%E1%9F%89%E1%9E%B6%E1%9E%93%E1%9F%8B%E1%9E%8E%E1%9E%B6%E1%9E%80%E1%9E%B6%E1%9E%9A%E1%9E%B7>,
        <http://lexvo.org/id/term/kor/%EB%8D%B0%EB%B0%94%EB%82%98%EA%B0%80%EB%A6%AC%20%EB%AC%B8%EC%9E%90>,
        <http://lexvo.org/id/term/ksh/indesche%20Devanajari-Schreff>,
        <http://lexvo.org/id/term/lao/%E0%BA%94%E0%BA%B5%E0%BA%A7%E0%BA%B2%E0%BA%99%E0%BA%B2%E0%BA%81%E0%BA%B2%E0%BA%AE%E0%BA%B5>,
        <http://lexvo.org/id/term/lav/dev%C4%81nag%C4%81ri>,
        <http://lexvo.org/id/term/lit/devanagari>,
        <http://lexvo.org/id/term/mal/%E0%B4%A6%E0%B5%87%E0%B4%B5%E0%B4%A8%E0%B4%BE%E0%B4%97%E0%B4%B0%E0%B4%BF>,
        <http://lexvo.org/id/term/mar/%E0%A4%A6%E0%A5%87%E0%A4%B5%E0%A4%A8%E0%A4%BE%E0%A4%97%E0%A4%B0%E0%A5%80>,
        <http://lexvo.org/id/term/mkd/%D0%B4%D0%B5%D0%B2%D0%B0%D0%BD%D0%B0%D0%B3%D0%B0%D1%80%D0%B8>,
        <http://lexvo.org/id/term/mya/%E1%80%92%E1%80%AE%E1%80%97%E1%80%94%E1%80%AC%E1%80%82%E1%80%9B%E1%80%AE>,
        <http://lexvo.org/id/term/nep/%E0%A4%A6%E0%A5%87%E0%A4%B5%E0%A4%BE%E0%A4%A8%E0%A4%97%E0%A4%B0%E0%A5%80>,
        <http://lexvo.org/id/term/nld/Devanagari>,
        <http://lexvo.org/id/term/nno/devanagari>,
        <http://lexvo.org/id/term/nob/devanagari>,
        <http://lexvo.org/id/term/ori/%E0%AC%A6%E0%AD%87%E0%AC%AC%E0%AC%BE%E0%AC%A8%E0%AC%97%E0%AC%BF%E0%AC%B0%E0%AC%BF>,
        <http://lexvo.org/id/term/pan/%E0%A8%A6%E0%A9%87%E0%A8%B5%E0%A8%A8%E0%A8%BE%E0%A8%97%E0%A8%B0%E0%A9%80>,
        <http://lexvo.org/id/term/pol/devanagari>,
        <http://lexvo.org/id/term/por/devan%C3%A1gari>,
        <http://lexvo.org/id/term/roh/devanagari>,
        <http://lexvo.org/id/term/ron/devanagari>,
        <http://lexvo.org/id/term/rus/%D0%94%D0%B5%D0%B2%D0%B0%D0%BD%D0%B0%D0%B3%D0%B0%D1%80%D0%B8>,
        <http://lexvo.org/id/term/sin/%E0%B6%AF%E0%B7%9A%E0%B7%80%E0%B6%B1%E0%B7%8F%E0%B6%9C%E0%B6%BB%E0%B7%93>,
        <http://lexvo.org/id/term/slk/D%C3%A9van%C3%A1gar%C3%AD>,
        <http://lexvo.org/id/term/slv/devanagar%C5%A1%C4%8Dica>,
        <http://lexvo.org/id/term/spa/devanagari>,
        <http://lexvo.org/id/term/srp-Latn/Devanagari>,
        <http://lexvo.org/id/term/srp/%D0%94%D0%B5%D0%B2%D0%B0%D0%BD%D0%B0%D0%B3%D0%B0%D1%80%D0%B8>,
        <http://lexvo.org/id/term/swe/devanagari>,
        <http://lexvo.org/id/term/swh/Kidevanagari>,
        <http://lexvo.org/id/term/tam/%E0%AE%A4%E0%AF%87%E0%AE%B5%E0%AE%A9%E0%AE%BE%E0%AE%95%E0%AE%B0%E0%AE%BF>,
        <http://lexvo.org/id/term/tel/%E0%B0%A6%E0%B1%87%E0%B0%B5%E0%B0%A8%E0%B0%BE%E0%B0%97%E0%B0%B0%E0%B0%BF>,
        <http://lexvo.org/id/term/tha/%E0%B9%80%E0%B8%97%E0%B8%A7%E0%B8%99%E0%B8%B2%E0%B8%84%E0%B8%A3%E0%B8%B5>,
        <http://lexvo.org/id/term/ton/tohinima%20faka%CA%BBinitia%20t%C4%93vanakali>,
        <http://lexvo.org/id/term/tur/Devanagari>,
        <http://lexvo.org/id/term/ukr/%D0%94%D0%B5%D0%B2%D0%B0%D0%BD%D0%B0%D0%B3%D0%B0%D1%80%D1%96>,
        <http://lexvo.org/id/term/urd/%D8%AF%DB%8C%D9%88%D9%86%D8%A7%DA%AF%D8%B1%DB%8C>,
        <http://lexvo.org/id/term/vie/Ch%E1%BB%AF%20Devanagari>,
        <http://lexvo.org/id/term/wae/Devanagari>,
        <http://lexvo.org/id/term/zsm/Devanagari>,
        <http://lexvo.org/id/term/zul/i-Devanagari> .

<http://lexvo.org/id/script/Dsrt> a lvont:Script ;
    rdfs:label "ዴዘረት"@am,
        "الديسيريت"@ar,
        "deseret"@az,
        "Дезерет"@bg,
        "দেসেরাত"@bn,
        "देसेरट्"@brx,
        "dezeret"@bs,
        "Дезерет"@bs-Cyrl,
        "deseret"@ca,
        "德塞莱特文"@cmn,
        "德瑟雷特文"@cmn-Hant,
        "deseret"@cs,
        "deseret"@da,
        "Deseret"@de,
        "deseret gbeŋɔŋlɔ"@ee,
        "Ντεσερέ"@el,
        "Deseret"@en,
        "Deseret (Mormon)"@en,
        "𐐔𐐯𐑆𐐲𐑉𐐯𐐻"@en-Dsrt,
        "deseret"@es,
        "deseret"@et,
        "دیسرتی"@fa,
        "deseret"@fi,
        "déseret (mormon)"@fr,
        "déséret"@fr,
        "Teseret"@gsw,
        "ડેસરેટ"@gu,
        "डेसरेट"@hi,
        "deseret pismo"@hr,
        "Deseret"@hu,
        "Deseret"@id,
        "deseret"@is,
        "deseret"@it,
        "デセレット文字"@ja,
        "ಡಸರ್ಟ್"@kn,
        "디저렛 문자"@ko,
        "ڈیٚسٔریٚٹ"@ks,
        "ເດເຊເຮ"@lo,
        "deseretas"@lt,
        "ഡെസെർട്ട്"@ml,
        "डेसर्ट"@mr,
        "deseret"@nb,
        "डेसेरेट"@ne,
        "Deseret"@nl,
        "deseret"@nn,
        "ଡେସର୍ଟ"@or,
        "deseret"@pl,
        "deseret"@pt,
        "deseret"@rm,
        "mormonă"@ro,
        "Дезерет"@ru,
        "fonetska pisava deseret"@sl,
        "Дезерет"@sr,
        "Dezeret"@sr-Latn,
        "deseret"@sv,
        "டெசராட்"@ta,
        "డేసెరెట్"@te,
        "เดเซเรท"@th,
        "Deseret"@tr,
        "Дезерет"@uk,
        "Chữ Deseret"@vi ;
    lvont:iso15924Alphacode "Dsrt"^^xsd:string ;
    lvont:label <http://lexvo.org/id/term/amh/%E1%8B%B4%E1%8B%98%E1%88%A8%E1%89%B5>,
        <http://lexvo.org/id/term/ara/%D8%A7%D9%84%D8%AF%D9%8A%D8%B3%D9%8A%D8%B1%D9%8A%D8%AA>,
        <http://lexvo.org/id/term/aze/deseret>,
        <http://lexvo.org/id/term/ben/%E0%A6%A6%E0%A7%87%E0%A6%B8%E0%A7%87%E0%A6%B0%E0%A6%BE%E0%A6%A4>,
        <http://lexvo.org/id/term/bos-Cyrl/%D0%94%D0%B5%D0%B7%D0%B5%D1%80%D0%B5%D1%82>,
        <http://lexvo.org/id/term/bos/dezeret>,
        <http://lexvo.org/id/term/brx/%E0%A4%A6%E0%A5%87%E0%A4%B8%E0%A5%87%E0%A4%B0%E0%A4%9F%E0%A5%8D>,
        <http://lexvo.org/id/term/bul/%D0%94%D0%B5%D0%B7%D0%B5%D1%80%D0%B5%D1%82>,
        <http://lexvo.org/id/term/cat/deseret>,
        <http://lexvo.org/id/term/ces/deseret>,
        <http://lexvo.org/id/term/cmn-Hant/%E5%BE%B7%E7%91%9F%E9%9B%B7%E7%89%B9%E6%96%87>,
        <http://lexvo.org/id/term/cmn/%E5%BE%B7%E5%A1%9E%E8%8E%B1%E7%89%B9%E6%96%87>,
        <http://lexvo.org/id/term/dan/deseret>,
        <http://lexvo.org/id/term/deu/Deseret>,
        <http://lexvo.org/id/term/ell/%CE%9D%CF%84%CE%B5%CF%83%CE%B5%CF%81%CE%AD>,
        <http://lexvo.org/id/term/eng-Dsrt/%F0%90%90%94%F0%90%90%AF%F0%90%91%86%F0%90%90%B2%F0%90%91%89%F0%90%90%AF%F0%90%90%BB>,
        <http://lexvo.org/id/term/eng/Deseret>,
        <http://lexvo.org/id/term/eng/Deseret%20(Mormon)>,
        <http://lexvo.org/id/term/est/deseret>,
        <http://lexvo.org/id/term/ewe/deseret%20gbe%C5%8B%C9%94%C5%8Bl%C9%94>,
        <http://lexvo.org/id/term/fas/%D8%AF%DB%8C%D8%B3%D8%B1%D8%AA%DB%8C>,
        <http://lexvo.org/id/term/fin/deseret>,
        <http://lexvo.org/id/term/fra/d%C3%A9s%C3%A9ret>,
        <http://lexvo.org/id/term/fra/d%C3%A9seret%20(mormon)>,
        <http://lexvo.org/id/term/gsw/Teseret>,
        <http://lexvo.org/id/term/guj/%E0%AA%A1%E0%AB%87%E0%AA%B8%E0%AA%B0%E0%AB%87%E0%AA%9F>,
        <http://lexvo.org/id/term/hin/%E0%A4%A1%E0%A5%87%E0%A4%B8%E0%A4%B0%E0%A5%87%E0%A4%9F>,
        <http://lexvo.org/id/term/hrv/deseret%20pismo>,
        <http://lexvo.org/id/term/hun/Deseret>,
        <http://lexvo.org/id/term/ind/Deseret>,
        <http://lexvo.org/id/term/isl/deseret>,
        <http://lexvo.org/id/term/ita/deseret>,
        <http://lexvo.org/id/term/jpn/%E3%83%87%E3%82%BB%E3%83%AC%E3%83%83%E3%83%88%E6%96%87%E5%AD%97>,
        <http://lexvo.org/id/term/kan/%E0%B2%A1%E0%B2%B8%E0%B2%B0%E0%B3%8D%E0%B2%9F%E0%B3%8D>,
        <http://lexvo.org/id/term/kas/%DA%88%DB%8C%D9%9A%D8%B3%D9%94%D8%B1%DB%8C%D9%9A%D9%B9>,
        <http://lexvo.org/id/term/kor/%EB%94%94%EC%A0%80%EB%A0%9B%20%EB%AC%B8%EC%9E%90>,
        <http://lexvo.org/id/term/lao/%E0%BB%80%E0%BA%94%E0%BB%80%E0%BA%8A%E0%BB%80%E0%BA%AE>,
        <http://lexvo.org/id/term/lit/deseretas>,
        <http://lexvo.org/id/term/mal/%E0%B4%A1%E0%B5%86%E0%B4%B8%E0%B5%86%E0%B5%BC%E0%B4%9F%E0%B5%8D%E0%B4%9F%E0%B5%8D>,
        <http://lexvo.org/id/term/mar/%E0%A4%A1%E0%A5%87%E0%A4%B8%E0%A4%B0%E0%A5%8D%E0%A4%9F>,
        <http://lexvo.org/id/term/nep/%E0%A4%A1%E0%A5%87%E0%A4%B8%E0%A5%87%E0%A4%B0%E0%A5%87%E0%A4%9F>,
        <http://lexvo.org/id/term/nld/Deseret>,
        <http://lexvo.org/id/term/nno/deseret>,
        <http://lexvo.org/id/term/nob/deseret>,
        <http://lexvo.org/id/term/ori/%E0%AC%A1%E0%AD%87%E0%AC%B8%E0%AC%B0%E0%AD%8D%E0%AC%9F>,
        <http://lexvo.org/id/term/pol/deseret>,
        <http://lexvo.org/id/term/por/deseret>,
        <http://lexvo.org/id/term/roh/deseret>,
        <http://lexvo.org/id/term/ron/mormon%C4%83>,
        <http://lexvo.org/id/term/rus/%D0%94%D0%B5%D0%B7%D0%B5%D1%80%D0%B5%D1%82>,
        <http://lexvo.org/id/term/slv/fonetska%20pisava%20deseret>,
        <http://lexvo.org/id/term/spa/deseret>,
        <http://lexvo.org/id/term/srp-Latn/Dezeret>,
        <http://lexvo.org/id/term/srp/%D0%94%D0%B5%D0%B7%D0%B5%D1%80%D0%B5%D1%82>,
        <http://lexvo.org/id/term/swe/deseret>,
        <http://lexvo.org/id/term/tam/%E0%AE%9F%E0%AF%86%E0%AE%9A%E0%AE%B0%E0%AE%BE%E0%AE%9F%E0%AF%8D>,
        <http://lexvo.org/id/term/tel/%E0%B0%A1%E0%B1%87%E0%B0%B8%E0%B1%86%E0%B0%B0%E0%B1%86%E0%B0%9F%E0%B1%8D>,
        <http://lexvo.org/id/term/tha/%E0%B9%80%E0%B8%94%E0%B9%80%E0%B8%8B%E0%B9%80%E0%B8%A3%E0%B8%97>,
        <http://lexvo.org/id/term/tur/Deseret>,
        <http://lexvo.org/id/term/ukr/%D0%94%D0%B5%D0%B7%D0%B5%D1%80%D0%B5%D1%82>,
        <http://lexvo.org/id/term/vie/Ch%E1%BB%AF%20Deseret> .

<http://lexvo.org/id/script/Dupl> a lvont:Script ;
    rdfs:label "taquigrafia Duployé"@ca,
        "杜普洛伊速记"@cmn,
        "杜普洛伊速記"@cmn-Hant,
        "Duployan shorthand"@en,
        "Duployan shorthand, Duployan stenography"@en,
        "Duployén pikakirjoitus"@fi,
        "sténographie Duployé"@fr,
        "Stenografi Duployan"@id,
        "デュプロワエ式速記"@ja,
        "듀플로이안 문자"@ko,
        "ຊົວເລດັບໂລຍັນ"@lo,
        "Duploye'a"@pl,
        "Duployéstenografiska"@sv,
        "ชวเลขดัปโลยัน"@th,
        "Chữ tốc ký Duployan"@vi ;
    lvont:iso15924Alphacode "Dupl"^^xsd:string ;
    lvont:label <http://lexvo.org/id/term/cat/taquigrafia%20Duploy%C3%A9>,
        <http://lexvo.org/id/term/cmn-Hant/%E6%9D%9C%E6%99%AE%E6%B4%9B%E4%BC%8A%E9%80%9F%E8%A8%98>,
        <http://lexvo.org/id/term/cmn/%E6%9D%9C%E6%99%AE%E6%B4%9B%E4%BC%8A%E9%80%9F%E8%AE%B0>,
        <http://lexvo.org/id/term/eng/Duployan%20shorthand>,
        <http://lexvo.org/id/term/eng/Duployan%20shorthand%2C%20Duployan%20stenography>,
        <http://lexvo.org/id/term/fin/Duploy%C3%A9n%20pikakirjoitus>,
        <http://lexvo.org/id/term/fra/st%C3%A9nographie%20Duploy%C3%A9>,
        <http://lexvo.org/id/term/ind/Stenografi%20Duployan>,
        <http://lexvo.org/id/term/jpn/%E3%83%87%E3%83%A5%E3%83%97%E3%83%AD%E3%83%AF%E3%82%A8%E5%BC%8F%E9%80%9F%E8%A8%98>,
        <http://lexvo.org/id/term/kor/%EB%93%80%ED%94%8C%EB%A1%9C%EC%9D%B4%EC%95%88%20%EB%AC%B8%EC%9E%90>,
        <http://lexvo.org/id/term/lao/%E0%BA%8A%E0%BA%BB%E0%BA%A7%E0%BB%80%E0%BA%A5%E0%BA%94%E0%BA%B1%E0%BA%9A%E0%BB%82%E0%BA%A5%E0%BA%8D%E0%BA%B1%E0%BA%99>,
        <http://lexvo.org/id/term/pol/Duploye'a>,
        <http://lexvo.org/id/term/swe/Duploy%C3%A9stenografiska>,
        <http://lexvo.org/id/term/tha/%E0%B8%8A%E0%B8%A7%E0%B9%80%E0%B8%A5%E0%B8%82%E0%B8%94%E0%B8%B1%E0%B8%9B%E0%B9%82%E0%B8%A5%E0%B8%A2%E0%B8%B1%E0%B8%99>,
        <http://lexvo.org/id/term/vie/Ch%E1%BB%AF%20t%E1%BB%91c%20k%C3%BD%20Duployan> .

<http://lexvo.org/id/script/Egyd> a lvont:Script ;
    rdfs:label "الديموطيقية"@ar,
        "misir demotik"@az,
        "Египетско демотично писмо"@bg,
        "মিশরীয় ডেমোটিক"@bn,
        "मीस्री डैमोटीक्"@brx,
        "egipatsko narodno pismo"@bs,
        "египатско народно писмо"@bs-Cyrl,
        "demòtic egipci"@ca,
        "后期埃及文"@cmn,
        "古埃及世俗體"@cmn-Hant,
        "egyptské démotické"@cs,
        "egyptisk demotisk"@da,
        "Ägyptisch - Demotisch"@de,
        "egypte demotia gbeŋɔŋlɔ"@ee,
        "Λαϊκό Αιγυπτιακό"@el,
        "Egyptian demotic"@en,
        "𐐀𐐾𐐮𐐹𐐽𐐲𐑌 𐐼𐐲𐑋𐐱𐐻𐐮𐐿"@en-Dsrt,
        "egipcio demótico"@es,
        "egiptuse demootiline"@et,
        "egyptiläinen demoottinen"@fi,
        "démotique égyptien"@fr,
        "demotic egjizian"@fur,
        "Temozisch-Ägüptisch"@gsw,
        "ઇજિપ્શિયન ડેમોટિક"@gu,
        "इजिप्शियन डेमोटिक"@hi,
        "egipatsko narodno pismo"@hr,
        "Egyiptomi demotikus"@hu,
        "Demotik Mesir"@id,
        "egiziano demotico"@it,
        "エジプト民衆文字"@ja,
        "ეგვიპტური დემოტიკური"@ka,
        "ಈಜಿಪ್ಟಿಯನ್ ಡೆಮೋಟಿಕ್"@kn,
        "고대 이집트 민중문자"@ko,
        "اِجپشِیَن ڈِماٹِک"@ks,
        "ດີໂມຕິກອີຍິບ"@lo,
        "Egipto liaudies"@lt,
        "demotiskais raksts"@lv,
        "ഈജിപ്ഷ്യൻ ഡിമോട്ടിക്"@ml,
        "इजिप्शियन डेमोटिक"@mr,
        "egyptisk demotisk"@nb,
        "इजिप्टियन डेमोटिक"@ne,
        "Egyptisch demotisch"@nl,
        "egyptisk demotisk"@nn,
        "ଇଜିପ୍ଟିଆନ୍ ଡେମୋଟିକ୍"@or,
        "egipskie demotyczne"@pl,
        "demótico egípcio"@pt,
        "egípcio demótico"@pt,
        "egipzian demotic"@rm,
        "demotică egipteană"@ro,
        "Египетская демотическая"@ru,
        "demotska egipčanska pisava"@sl,
        "египатско народно писмо"@sr,
        "egipatsko narodno pismo"@sr-Latn,
        "demotiska"@sv,
        "எகிப்தியன் டெமோட்டிக்"@ta,
        "ఇజిప్షియన్ డెమోటిక్"@te,
        "ดีโมติกอียิปต์"@th,
        "Demotik Mısır"@tr,
        "Єгипетський демотичний"@uk,
        "Chữ Ai Cập bình dân"@vi ;
    lvont:iso15924Alphacode "Egyd"^^xsd:string ;
    lvont:label <http://lexvo.org/id/term/ara/%D8%A7%D9%84%D8%AF%D9%8A%D9%85%D9%88%D8%B7%D9%8A%D9%82%D9%8A%D8%A9>,
        <http://lexvo.org/id/term/aze/misir%20demotik>,
        <http://lexvo.org/id/term/ben/%E0%A6%AE%E0%A6%BF%E0%A6%B6%E0%A6%B0%E0%A7%80%E0%A6%AF%E0%A6%BC%20%E0%A6%A1%E0%A7%87%E0%A6%AE%E0%A7%8B%E0%A6%9F%E0%A6%BF%E0%A6%95>,
        <http://lexvo.org/id/term/bos-Cyrl/%D0%B5%D0%B3%D0%B8%D0%BF%D0%B0%D1%82%D1%81%D0%BA%D0%BE%20%D0%BD%D0%B0%D1%80%D0%BE%D0%B4%D0%BD%D0%BE%20%D0%BF%D0%B8%D1%81%D0%BC%D0%BE>,
        <http://lexvo.org/id/term/bos/egipatsko%20narodno%20pismo>,
        <http://lexvo.org/id/term/brx/%E0%A4%AE%E0%A5%80%E0%A4%B8%E0%A5%8D%E0%A4%B0%E0%A5%80%20%E0%A4%A1%E0%A5%88%E0%A4%AE%E0%A5%8B%E0%A4%9F%E0%A5%80%E0%A4%95%E0%A5%8D>,
        <http://lexvo.org/id/term/bul/%D0%95%D0%B3%D0%B8%D0%BF%D0%B5%D1%82%D1%81%D0%BA%D0%BE%20%D0%B4%D0%B5%D0%BC%D0%BE%D1%82%D0%B8%D1%87%D0%BD%D0%BE%20%D0%BF%D0%B8%D1%81%D0%BC%D0%BE>,
        <http://lexvo.org/id/term/cat/dem%C3%B2tic%20egipci>,
        <http://lexvo.org/id/term/ces/egyptsk%C3%A9%20d%C3%A9motick%C3%A9>,
        <http://lexvo.org/id/term/cmn-Hant/%E5%8F%A4%E5%9F%83%E5%8F%8A%E4%B8%96%E4%BF%97%E9%AB%94>,
        <http://lexvo.org/id/term/cmn/%E5%90%8E%E6%9C%9F%E5%9F%83%E5%8F%8A%E6%96%87>,
        <http://lexvo.org/id/term/dan/egyptisk%20demotisk>,
        <http://lexvo.org/id/term/deu/%C3%84gyptisch%20-%20Demotisch>,
        <http://lexvo.org/id/term/ell/%CE%9B%CE%B1%CF%8A%CE%BA%CF%8C%20%CE%91%CE%B9%CE%B3%CF%85%CF%80%CF%84%CE%B9%CE%B1%CE%BA%CF%8C>,
        <http://lexvo.org/id/term/eng-Dsrt/%F0%90%90%80%F0%90%90%BE%F0%90%90%AE%F0%90%90%B9%F0%90%90%BD%F0%90%90%B2%F0%90%91%8C%20%F0%90%90%BC%F0%90%90%B2%F0%90%91%8B%F0%90%90%B1%F0%90%90%BB%F0%90%90%AE%F0%90%90%BF>,
        <http://lexvo.org/id/term/eng/Egyptian%20demotic>,
        <http://lexvo.org/id/term/est/egiptuse%20demootiline>,
        <http://lexvo.org/id/term/ewe/egypte%20demotia%20gbe%C5%8B%C9%94%C5%8Bl%C9%94>,
        <http://lexvo.org/id/term/fin/egyptil%C3%A4inen%20demoottinen>,
        <http://lexvo.org/id/term/fra/d%C3%A9motique%20%C3%A9gyptien>,
        <http://lexvo.org/id/term/fur/demotic%20egjizian>,
        <http://lexvo.org/id/term/gsw/Temozisch-%C3%84g%C3%BCptisch>,
        <http://lexvo.org/id/term/guj/%E0%AA%87%E0%AA%9C%E0%AA%BF%E0%AA%AA%E0%AB%8D%E0%AA%B6%E0%AA%BF%E0%AA%AF%E0%AA%A8%20%E0%AA%A1%E0%AB%87%E0%AA%AE%E0%AB%8B%E0%AA%9F%E0%AA%BF%E0%AA%95>,
        <http://lexvo.org/id/term/hin/%E0%A4%87%E0%A4%9C%E0%A4%BF%E0%A4%AA%E0%A5%8D%E0%A4%B6%E0%A4%BF%E0%A4%AF%E0%A4%A8%20%E0%A4%A1%E0%A5%87%E0%A4%AE%E0%A5%8B%E0%A4%9F%E0%A4%BF%E0%A4%95>,
        <http://lexvo.org/id/term/hrv/egipatsko%20narodno%20pismo>,
        <http://lexvo.org/id/term/hun/Egyiptomi%20demotikus>,
        <http://lexvo.org/id/term/ind/Demotik%20Mesir>,
        <http://lexvo.org/id/term/ita/egiziano%20demotico>,
        <http://lexvo.org/id/term/jpn/%E3%82%A8%E3%82%B8%E3%83%97%E3%83%88%E6%B0%91%E8%A1%86%E6%96%87%E5%AD%97>,
        <http://lexvo.org/id/term/kan/%E0%B2%88%E0%B2%9C%E0%B2%BF%E0%B2%AA%E0%B3%8D%E0%B2%9F%E0%B2%BF%E0%B2%AF%E0%B2%A8%E0%B3%8D%20%E0%B2%A1%E0%B3%86%E0%B2%AE%E0%B3%8B%E0%B2%9F%E0%B2%BF%E0%B2%95%E0%B3%8D>,
        <http://lexvo.org/id/term/kas/%D8%A7%D9%90%D8%AC%D9%BE%D8%B4%D9%90%DB%8C%D9%8E%D9%86%20%DA%88%D9%90%D9%85%D8%A7%D9%B9%D9%90%DA%A9>,
        <http://lexvo.org/id/term/kat/%E1%83%94%E1%83%92%E1%83%95%E1%83%98%E1%83%9E%E1%83%A2%E1%83%A3%E1%83%A0%E1%83%98%20%E1%83%93%E1%83%94%E1%83%9B%E1%83%9D%E1%83%A2%E1%83%98%E1%83%99%E1%83%A3%E1%83%A0%E1%83%98>,
        <http://lexvo.org/id/term/kor/%EA%B3%A0%EB%8C%80%20%EC%9D%B4%EC%A7%91%ED%8A%B8%20%EB%AF%BC%EC%A4%91%EB%AC%B8%EC%9E%90>,
        <http://lexvo.org/id/term/lao/%E0%BA%94%E0%BA%B5%E0%BB%82%E0%BA%A1%E0%BA%95%E0%BA%B4%E0%BA%81%E0%BA%AD%E0%BA%B5%E0%BA%8D%E0%BA%B4%E0%BA%9A>,
        <http://lexvo.org/id/term/lav/demotiskais%20raksts>,
        <http://lexvo.org/id/term/lit/Egipto%20liaudies>,
        <http://lexvo.org/id/term/mal/%E0%B4%88%E0%B4%9C%E0%B4%BF%E0%B4%AA%E0%B5%8D%E0%B4%B7%E0%B5%8D%E0%B4%AF%E0%B5%BB%20%E0%B4%A1%E0%B4%BF%E0%B4%AE%E0%B5%8B%E0%B4%9F%E0%B5%8D%E0%B4%9F%E0%B4%BF%E0%B4%95%E0%B5%8D>,
        <http://lexvo.org/id/term/mar/%E0%A4%87%E0%A4%9C%E0%A4%BF%E0%A4%AA%E0%A5%8D%E0%A4%B6%E0%A4%BF%E0%A4%AF%E0%A4%A8%20%E0%A4%A1%E0%A5%87%E0%A4%AE%E0%A5%8B%E0%A4%9F%E0%A4%BF%E0%A4%95>,
        <http://lexvo.org/id/term/nep/%E0%A4%87%E0%A4%9C%E0%A4%BF%E0%A4%AA%E0%A5%8D%E0%A4%9F%E0%A4%BF%E0%A4%AF%E0%A4%A8%20%E0%A4%A1%E0%A5%87%E0%A4%AE%E0%A5%8B%E0%A4%9F%E0%A4%BF%E0%A4%95>,
        <http://lexvo.org/id/term/nld/Egyptisch%20demotisch>,
        <http://lexvo.org/id/term/nno/egyptisk%20demotisk>,
        <http://lexvo.org/id/term/nob/egyptisk%20demotisk>,
        <http://lexvo.org/id/term/ori/%E0%AC%87%E0%AC%9C%E0%AC%BF%E0%AC%AA%E0%AD%8D%E0%AC%9F%E0%AC%BF%E0%AC%86%E0%AC%A8%E0%AD%8D%20%E0%AC%A1%E0%AD%87%E0%AC%AE%E0%AD%8B%E0%AC%9F%E0%AC%BF%E0%AC%95%E0%AD%8D>,
        <http://lexvo.org/id/term/pol/egipskie%20demotyczne>,
        <http://lexvo.org/id/term/por/dem%C3%B3tico%20eg%C3%ADpcio>,
        <http://lexvo.org/id/term/por/eg%C3%ADpcio%20dem%C3%B3tico>,
        <http://lexvo.org/id/term/roh/egipzian%20demotic>,
        <http://lexvo.org/id/term/ron/demotic%C4%83%20egiptean%C4%83>,
        <http://lexvo.org/id/term/rus/%D0%95%D0%B3%D0%B8%D0%BF%D0%B5%D1%82%D1%81%D0%BA%D0%B0%D1%8F%20%D0%B4%D0%B5%D0%BC%D0%BE%D1%82%D0%B8%D1%87%D0%B5%D1%81%D0%BA%D0%B0%D1%8F>,
        <http://lexvo.org/id/term/slv/demotska%20egip%C4%8Danska%20pisava>,
        <http://lexvo.org/id/term/spa/egipcio%20dem%C3%B3tico>,
        <http://lexvo.org/id/term/srp-Latn/egipatsko%20narodno%20pismo>,
        <http://lexvo.org/id/term/srp/%D0%B5%D0%B3%D0%B8%D0%BF%D0%B0%D1%82%D1%81%D0%BA%D0%BE%20%D0%BD%D0%B0%D1%80%D0%BE%D0%B4%D0%BD%D0%BE%20%D0%BF%D0%B8%D1%81%D0%BC%D0%BE>,
        <http://lexvo.org/id/term/swe/demotiska>,
        <http://lexvo.org/id/term/tam/%E0%AE%8E%E0%AE%95%E0%AE%BF%E0%AE%AA%E0%AF%8D%E0%AE%A4%E0%AE%BF%E0%AE%AF%E0%AE%A9%E0%AF%8D%20%E0%AE%9F%E0%AF%86%E0%AE%AE%E0%AF%8B%E0%AE%9F%E0%AF%8D%E0%AE%9F%E0%AE%BF%E0%AE%95%E0%AF%8D>,
        <http://lexvo.org/id/term/tel/%E0%B0%87%E0%B0%9C%E0%B0%BF%E0%B0%AA%E0%B1%8D%E0%B0%B7%E0%B0%BF%E0%B0%AF%E0%B0%A8%E0%B1%8D%20%E0%B0%A1%E0%B1%86%E0%B0%AE%E0%B1%8B%E0%B0%9F%E0%B0%BF%E0%B0%95%E0%B1%8D>,
        <http://lexvo.org/id/term/tha/%E0%B8%94%E0%B8%B5%E0%B9%82%E0%B8%A1%E0%B8%95%E0%B8%B4%E0%B8%81%E0%B8%AD%E0%B8%B5%E0%B8%A2%E0%B8%B4%E0%B8%9B%E0%B8%95%E0%B9%8C>,
        <http://lexvo.org/id/term/tur/Demotik%20M%C4%B1s%C4%B1r>,
        <http://lexvo.org/id/term/ukr/%D0%84%D0%B3%D0%B8%D0%BF%D0%B5%D1%82%D1%81%D1%8C%D0%BA%D0%B8%D0%B9%20%D0%B4%D0%B5%D0%BC%D0%BE%D1%82%D0%B8%D1%87%D0%BD%D0%B8%D0%B9>,
        <http://lexvo.org/id/term/vie/Ch%E1%BB%AF%20Ai%20C%E1%BA%ADp%20b%C3%ACnh%20d%C3%A2n> .

<http://lexvo.org/id/script/Egyh> a lvont:Script ;
    rdfs:label "الهيراطيقية"@ar,
        "misir hiyeratik"@az,
        "Египетско йератично писмо"@bg,
        "মিশরীয় হায়রেটিক"@bn,
        "मीस्री हैरैटीक्"@brx,
        "egipatsko hijeratsko pismo"@bs,
        "египатско хијератско писмо"@bs-Cyrl,
        "hieràtic egipci"@ca,
        "古埃及僧侣书写体"@cmn,
        "古埃及僧侶體"@cmn-Hant,
        "egyptské hieratické"@cs,
        "egyptisk hieratisk"@da,
        "Ägyptisch - Hieratisch"@de,
        "egypte hieratia gbeŋɔŋlɔ"@ee,
        "Ιερατικό Αιγυπτιακό"@el,
        "Egyptian hieratic"@en,
        "𐐀𐐾𐐮𐐹𐐽𐐲𐑌 𐐸𐐴𐑉𐐰𐐻𐐮𐐿"@en-Dsrt,
        "egipcio hierático"@es,
        "egiptuse hieraatiline"@et,
        "کاهنی مصری"@fa,
        "egyptiläinen hieraattinen"@fi,
        "hiératique égyptien"@fr,
        "jeratic egjizian"@fur,
        "Hiraazisch-Ägüptisch"@gsw,
        "ઇજિપ્શિયન હાઇરેટિક"@gu,
        "इजिप्शियन हाइरेटिक"@hi,
        "egipatsko hijeratsko pismo"@hr,
        "Egyiptomi hieratikus"@hu,
        "Hieratik Mesir"@id,
        "ieratico egiziano"@it,
        "エジプト神官文字"@ja,
        "ეგვიპტური ჰიერატიკული"@ka,
        "ಈಜಿಪ್ಟಿಯನ್ ಹಯಾರಿಟಿಕ್"@kn,
        "고대 이집트 신관문자"@ko,
        "اِجِپشَن ہَیریٹِک"@ks,
        "ເຮຍຮາຕິກອີຍິບ"@lo,
        "Egipto žynių"@lt,
        "hierātiskais raksts"@lv,
        "ഈജിപ്ഷ്യൻ ഹിരാറ്റിക്"@ml,
        "इजिप्शियन हायरेटिक"@mr,
        "egyptisk hieratisk"@nb,
        "इजिप्टियन हाइरटिक"@ne,
        "Egyptisch hiëratisch"@nl,
        "egyptisk hieratisk"@nn,
        "ଇଜିପ୍ଟିଆନ୍ ହାଇଅରଟିକ୍"@or,
        "egipskie hieratyczne"@pl,
        "egípcio hierático"@pt,
        "hierático egípcio"@pt,
        "egipzian ieratic"@rm,
        "hieratică egipteană"@ro,
        "Египетская иератическая"@ru,
        "hieratska egipčanska pisava"@sl,
        "египатско хијератско писмо"@sr,
        "egipatsko hijeratsko pismo"@sr-Latn,
        "hieratiska"@sv,
        "எகிப்தியன் ஹைரேட்டிக்"@ta,
        "ఇజిప్షియన్ హైరాటిక్"@te,
        "เฮียราติกอียิปต์"@th,
        "Hiyeratik Mısır"@tr,
        "Єгипетський ієратичний"@uk,
        "Chữ Ai Cập thày tu"@vi ;
    lvont:iso15924Alphacode "Egyh"^^xsd:string ;
    lvont:label <http://lexvo.org/id/term/ara/%D8%A7%D9%84%D9%87%D9%8A%D8%B1%D8%A7%D8%B7%D9%8A%D9%82%D9%8A%D8%A9>,
        <http://lexvo.org/id/term/aze/misir%20hiyeratik>,
        <http://lexvo.org/id/term/ben/%E0%A6%AE%E0%A6%BF%E0%A6%B6%E0%A6%B0%E0%A7%80%E0%A6%AF%E0%A6%BC%20%E0%A6%B9%E0%A6%BE%E0%A6%AF%E0%A6%BC%E0%A6%B0%E0%A7%87%E0%A6%9F%E0%A6%BF%E0%A6%95>,
        <http://lexvo.org/id/term/bos-Cyrl/%D0%B5%D0%B3%D0%B8%D0%BF%D0%B0%D1%82%D1%81%D0%BA%D0%BE%20%D1%85%D0%B8%D1%98%D0%B5%D1%80%D0%B0%D1%82%D1%81%D0%BA%D0%BE%20%D0%BF%D0%B8%D1%81%D0%BC%D0%BE>,
        <http://lexvo.org/id/term/bos/egipatsko%20hijeratsko%20pismo>,
        <http://lexvo.org/id/term/brx/%E0%A4%AE%E0%A5%80%E0%A4%B8%E0%A5%8D%E0%A4%B0%E0%A5%80%20%E0%A4%B9%E0%A5%88%E0%A4%B0%E0%A5%88%E0%A4%9F%E0%A5%80%E0%A4%95%E0%A5%8D>,
        <http://lexvo.org/id/term/bul/%D0%95%D0%B3%D0%B8%D0%BF%D0%B5%D1%82%D1%81%D0%BA%D0%BE%20%D0%B9%D0%B5%D1%80%D0%B0%D1%82%D0%B8%D1%87%D0%BD%D0%BE%20%D0%BF%D0%B8%D1%81%D0%BC%D0%BE>,
        <http://lexvo.org/id/term/cat/hier%C3%A0tic%20egipci>,
        <http://lexvo.org/id/term/ces/egyptsk%C3%A9%20hieratick%C3%A9>,
        <http://lexvo.org/id/term/cmn-Hant/%E5%8F%A4%E5%9F%83%E5%8F%8A%E5%83%A7%E4%BE%B6%E9%AB%94>,
        <http://lexvo.org/id/term/cmn/%E5%8F%A4%E5%9F%83%E5%8F%8A%E5%83%A7%E4%BE%A3%E4%B9%A6%E5%86%99%E4%BD%93>,
        <http://lexvo.org/id/term/dan/egyptisk%20hieratisk>,
        <http://lexvo.org/id/term/deu/%C3%84gyptisch%20-%20Hieratisch>,
        <http://lexvo.org/id/term/ell/%CE%99%CE%B5%CF%81%CE%B1%CF%84%CE%B9%CE%BA%CF%8C%20%CE%91%CE%B9%CE%B3%CF%85%CF%80%CF%84%CE%B9%CE%B1%CE%BA%CF%8C>,
        <http://lexvo.org/id/term/eng-Dsrt/%F0%90%90%80%F0%90%90%BE%F0%90%90%AE%F0%90%90%B9%F0%90%90%BD%F0%90%90%B2%F0%90%91%8C%20%F0%90%90%B8%F0%90%90%B4%F0%90%91%89%F0%90%90%B0%F0%90%90%BB%F0%90%90%AE%F0%90%90%BF>,
        <http://lexvo.org/id/term/eng/Egyptian%20hieratic>,
        <http://lexvo.org/id/term/est/egiptuse%20hieraatiline>,
        <http://lexvo.org/id/term/ewe/egypte%20hieratia%20gbe%C5%8B%C9%94%C5%8Bl%C9%94>,
        <http://lexvo.org/id/term/fas/%DA%A9%D8%A7%D9%87%D9%86%DB%8C%20%D9%85%D8%B5%D8%B1%DB%8C>,
        <http://lexvo.org/id/term/fin/egyptil%C3%A4inen%20hieraattinen>,
        <http://lexvo.org/id/term/fra/hi%C3%A9ratique%20%C3%A9gyptien>,
        <http://lexvo.org/id/term/fur/jeratic%20egjizian>,
        <http://lexvo.org/id/term/gsw/Hiraazisch-%C3%84g%C3%BCptisch>,
        <http://lexvo.org/id/term/guj/%E0%AA%87%E0%AA%9C%E0%AA%BF%E0%AA%AA%E0%AB%8D%E0%AA%B6%E0%AA%BF%E0%AA%AF%E0%AA%A8%20%E0%AA%B9%E0%AA%BE%E0%AA%87%E0%AA%B0%E0%AB%87%E0%AA%9F%E0%AA%BF%E0%AA%95>,
        <http://lexvo.org/id/term/hin/%E0%A4%87%E0%A4%9C%E0%A4%BF%E0%A4%AA%E0%A5%8D%E0%A4%B6%E0%A4%BF%E0%A4%AF%E0%A4%A8%20%E0%A4%B9%E0%A4%BE%E0%A4%87%E0%A4%B0%E0%A5%87%E0%A4%9F%E0%A4%BF%E0%A4%95>,
        <http://lexvo.org/id/term/hrv/egipatsko%20hijeratsko%20pismo>,
        <http://lexvo.org/id/term/hun/Egyiptomi%20hieratikus>,
        <http://lexvo.org/id/term/ind/Hieratik%20Mesir>,
        <http://lexvo.org/id/term/ita/ieratico%20egiziano>,
        <http://lexvo.org/id/term/jpn/%E3%82%A8%E3%82%B8%E3%83%97%E3%83%88%E7%A5%9E%E5%AE%98%E6%96%87%E5%AD%97>,
        <http://lexvo.org/id/term/kan/%E0%B2%88%E0%B2%9C%E0%B2%BF%E0%B2%AA%E0%B3%8D%E0%B2%9F%E0%B2%BF%E0%B2%AF%E0%B2%A8%E0%B3%8D%20%E0%B2%B9%E0%B2%AF%E0%B2%BE%E0%B2%B0%E0%B2%BF%E0%B2%9F%E0%B2%BF%E0%B2%95%E0%B3%8D>,
        <http://lexvo.org/id/term/kas/%D8%A7%D9%90%D8%AC%D9%90%D9%BE%D8%B4%D9%8E%D9%86%20%DB%81%D9%8E%DB%8C%D8%B1%DB%8C%D9%B9%D9%90%DA%A9>,
        <http://lexvo.org/id/term/kat/%E1%83%94%E1%83%92%E1%83%95%E1%83%98%E1%83%9E%E1%83%A2%E1%83%A3%E1%83%A0%E1%83%98%20%E1%83%B0%E1%83%98%E1%83%94%E1%83%A0%E1%83%90%E1%83%A2%E1%83%98%E1%83%99%E1%83%A3%E1%83%9A%E1%83%98>,
        <http://lexvo.org/id/term/kor/%EA%B3%A0%EB%8C%80%20%EC%9D%B4%EC%A7%91%ED%8A%B8%20%EC%8B%A0%EA%B4%80%EB%AC%B8%EC%9E%90>,
        <http://lexvo.org/id/term/lao/%E0%BB%80%E0%BA%AE%E0%BA%8D%E0%BA%AE%E0%BA%B2%E0%BA%95%E0%BA%B4%E0%BA%81%E0%BA%AD%E0%BA%B5%E0%BA%8D%E0%BA%B4%E0%BA%9A>,
        <http://lexvo.org/id/term/lav/hier%C4%81tiskais%20raksts>,
        <http://lexvo.org/id/term/lit/Egipto%20%C5%BEyni%C5%B3>,
        <http://lexvo.org/id/term/mal/%E0%B4%88%E0%B4%9C%E0%B4%BF%E0%B4%AA%E0%B5%8D%E0%B4%B7%E0%B5%8D%E0%B4%AF%E0%B5%BB%20%E0%B4%B9%E0%B4%BF%E0%B4%B0%E0%B4%BE%E0%B4%B1%E0%B5%8D%E0%B4%B1%E0%B4%BF%E0%B4%95%E0%B5%8D>,
        <http://lexvo.org/id/term/mar/%E0%A4%87%E0%A4%9C%E0%A4%BF%E0%A4%AA%E0%A5%8D%E0%A4%B6%E0%A4%BF%E0%A4%AF%E0%A4%A8%20%E0%A4%B9%E0%A4%BE%E0%A4%AF%E0%A4%B0%E0%A5%87%E0%A4%9F%E0%A4%BF%E0%A4%95>,
        <http://lexvo.org/id/term/nep/%E0%A4%87%E0%A4%9C%E0%A4%BF%E0%A4%AA%E0%A5%8D%E0%A4%9F%E0%A4%BF%E0%A4%AF%E0%A4%A8%20%E0%A4%B9%E0%A4%BE%E0%A4%87%E0%A4%B0%E0%A4%9F%E0%A4%BF%E0%A4%95>,
        <http://lexvo.org/id/term/nld/Egyptisch%20hi%C3%ABratisch>,
        <http://lexvo.org/id/term/nno/egyptisk%20hieratisk>,
        <http://lexvo.org/id/term/nob/egyptisk%20hieratisk>,
        <http://lexvo.org/id/term/ori/%E0%AC%87%E0%AC%9C%E0%AC%BF%E0%AC%AA%E0%AD%8D%E0%AC%9F%E0%AC%BF%E0%AC%86%E0%AC%A8%E0%AD%8D%20%E0%AC%B9%E0%AC%BE%E0%AC%87%E0%AC%85%E0%AC%B0%E0%AC%9F%E0%AC%BF%E0%AC%95%E0%AD%8D>,
        <http://lexvo.org/id/term/pol/egipskie%20hieratyczne>,
        <http://lexvo.org/id/term/por/eg%C3%ADpcio%20hier%C3%A1tico>,
        <http://lexvo.org/id/term/por/hier%C3%A1tico%20eg%C3%ADpcio>,
        <http://lexvo.org/id/term/roh/egipzian%20ieratic>,
        <http://lexvo.org/id/term/ron/hieratic%C4%83%20egiptean%C4%83>,
        <http://lexvo.org/id/term/rus/%D0%95%D0%B3%D0%B8%D0%BF%D0%B5%D1%82%D1%81%D0%BA%D0%B0%D1%8F%20%D0%B8%D0%B5%D1%80%D0%B0%D1%82%D0%B8%D1%87%D0%B5%D1%81%D0%BA%D0%B0%D1%8F>,
        <http://lexvo.org/id/term/slv/hieratska%20egip%C4%8Danska%20pisava>,
        <http://lexvo.org/id/term/spa/egipcio%20hier%C3%A1tico>,
        <http://lexvo.org/id/term/srp-Latn/egipatsko%20hijeratsko%20pismo>,
        <http://lexvo.org/id/term/srp/%D0%B5%D0%B3%D0%B8%D0%BF%D0%B0%D1%82%D1%81%D0%BA%D0%BE%20%D1%85%D0%B8%D1%98%D0%B5%D1%80%D0%B0%D1%82%D1%81%D0%BA%D0%BE%20%D0%BF%D0%B8%D1%81%D0%BC%D0%BE>,
        <http://lexvo.org/id/term/swe/hieratiska>,
        <http://lexvo.org/id/term/tam/%E0%AE%8E%E0%AE%95%E0%AE%BF%E0%AE%AA%E0%AF%8D%E0%AE%A4%E0%AE%BF%E0%AE%AF%E0%AE%A9%E0%AF%8D%20%E0%AE%B9%E0%AF%88%E0%AE%B0%E0%AF%87%E0%AE%9F%E0%AF%8D%E0%AE%9F%E0%AE%BF%E0%AE%95%E0%AF%8D>,
        <http://lexvo.org/id/term/tel/%E0%B0%87%E0%B0%9C%E0%B0%BF%E0%B0%AA%E0%B1%8D%E0%B0%B7%E0%B0%BF%E0%B0%AF%E0%B0%A8%E0%B1%8D%20%E0%B0%B9%E0%B1%88%E0%B0%B0%E0%B0%BE%E0%B0%9F%E0%B0%BF%E0%B0%95%E0%B1%8D>,
        <http://lexvo.org/id/term/tha/%E0%B9%80%E0%B8%AE%E0%B8%B5%E0%B8%A2%E0%B8%A3%E0%B8%B2%E0%B8%95%E0%B8%B4%E0%B8%81%E0%B8%AD%E0%B8%B5%E0%B8%A2%E0%B8%B4%E0%B8%9B%E0%B8%95%E0%B9%8C>,
        <http://lexvo.org/id/term/tur/Hiyeratik%20M%C4%B1s%C4%B1r>,
        <http://lexvo.org/id/term/ukr/%D0%84%D0%B3%D0%B8%D0%BF%D0%B5%D1%82%D1%81%D1%8C%D0%BA%D0%B8%D0%B9%20%D1%96%D1%94%D1%80%D0%B0%D1%82%D0%B8%D1%87%D0%BD%D0%B8%D0%B9>,
        <http://lexvo.org/id/term/vie/Ch%E1%BB%AF%20Ai%20C%E1%BA%ADp%20th%C3%A0y%20tu> .

<http://lexvo.org/id/script/Egyp> a lvont:Script ;
    rdfs:label "Egiptieses hiërogliewe"@af,
        "الهيروغليفية"@ar,
        "misir hiyeroqlif"@az,
        "Египетски йероглифи"@bg,
        "মিশরীয় হায়ারোগ্লিপ"@bn,
        "hieroglifoù egiptek"@br,
        "मीस्री हैरोग्लीफ़्"@brx,
        "egipatski hijeroglifi"@bs,
        "египатски хијероглифи"@bs-Cyrl,
        "jeroglífic egipci"@ca,
        "古埃及象形文"@cmn,
        "古埃及象形文字"@cmn-Hant,
        "egyptské hieroglyfy"@cs,
        "egyptiske hieroglyffer"@da,
        "Ägyptische Hieroglyphen"@de,
        "egypte hieroglif nuŋɔŋlɔ"@ee,
        "Αιγυπτιακά Ιερογλυφικά"@el,
        "Egyptian hieroglyphs"@en,
        "𐐀𐐾𐐮𐐹𐐽𐐲𐑌 𐐸𐐴𐑉𐐬𐑀𐑊𐐮𐑁𐐮𐐿𐑅"@en-Dsrt,
        "jeroglíficos egipcios"@es,
        "egiptuse hieroglüüfkiri"@et,
        "هیروگلیف مصری"@fa,
        "egyptiläiset hieroglyfit"@fi,
        "hiéroglyphes égyptiens"@fr,
        "jeroglifics egjizians"@fur,
        "Ägüptischi Hiroglüüfe"@gsw,
        "ઇજિપ્શિયન હાઇરોગ્લિફ્સ"@gu,
        "כתב חרטומים"@he,
        "इजिप्शियन हाइरोग्लिफ्स"@hi,
        "egipatski hijeroglifi"@hr,
        "Egyiptomi hieroglifák"@hu,
        "Hieroglip Mesir"@id,
        "geroglifici egiziani"@it,
        "エジプト聖刻文字"@ja,
        "ეგვიპტური იეროგლიფური"@ka,
        "ಈಜಿಪ್ಟಿಯನ್ ಹೀರೋಗ್ಲಿಫ್ಸ್"@kn,
        "고대 이집트 신성문자"@ko,
        "اِجِپشَن ہَیروگلِپھس"@ks,
        "ເຮຍໂຮກລິຟອີຍິບ"@lo,
        "egipto hieroglifai"@lt,
        "ēģiptiešu hieroglifi"@lv,
        "ഈജിപ്ഷ്യൻ ചിത്രലിപി"@ml,
        "इजिप्शियन हायरोग्लिफ्स"@mr,
        "egyptiske hieroglyfer"@nb,
        "इजिप्टियन हाइरोग्लिफ्स"@ne,
        "Egyptische hiërogliefen"@nl,
        "egyptiske hieroglyfar"@nn,
        "ଇଜିପ୍ଟିଆନ୍ ହାଅରଗ୍ଲିପସ୍"@or,
        "hieroglify egipskie"@pl,
        "hieróglifos egípcios"@pt,
        "ieroglifas egipzianas"@rm,
        "hieroglife egiptene"@ro,
        "Египетская иероглифическая"@ru,
        "egyptské hieroglyfy"@sk,
        "egipčanska slikovna pisava"@sl,
        "египатски хијероглифи"@sr,
        "Egipatski hijeroglifi"@sr-Latn,
        "egyptiska hieroglyfer"@sv,
        "எகிப்தியன் ஹைரோகிளிப்ஸ்"@ta,
        "ఇజిప్షియన్ హైరోగ్లైఫ్స్"@te,
        "เฮียโรกลิฟส์อียิปต์"@th,
        "tohinima tongitapu fakaʻisipite"@to,
        "Mısır Hiyeroglifleri"@tr,
        "Єгипетський ієрогліфічний"@uk,
        "Chữ tượng hình Ai Cập"@vi ;
    lvont:iso15924Alphacode "Egyp"^^xsd:string ;
    lvont:label <http://lexvo.org/id/term/afr/Egiptieses%20hi%C3%ABrogliewe>,
        <http://lexvo.org/id/term/ara/%D8%A7%D9%84%D9%87%D9%8A%D8%B1%D9%88%D8%BA%D9%84%D9%8A%D9%81%D9%8A%D8%A9>,
        <http://lexvo.org/id/term/aze/misir%20hiyeroqlif>,
        <http://lexvo.org/id/term/ben/%E0%A6%AE%E0%A6%BF%E0%A6%B6%E0%A6%B0%E0%A7%80%E0%A6%AF%E0%A6%BC%20%E0%A6%B9%E0%A6%BE%E0%A6%AF%E0%A6%BC%E0%A6%BE%E0%A6%B0%E0%A7%8B%E0%A6%97%E0%A7%8D%E0%A6%B2%E0%A6%BF%E0%A6%AA>,
        <http://lexvo.org/id/term/bos-Cyrl/%D0%B5%D0%B3%D0%B8%D0%BF%D0%B0%D1%82%D1%81%D0%BA%D0%B8%20%D1%85%D0%B8%D1%98%D0%B5%D1%80%D0%BE%D0%B3%D0%BB%D0%B8%D1%84%D0%B8>,
        <http://lexvo.org/id/term/bos/egipatski%20hijeroglifi>,
        <http://lexvo.org/id/term/bre/hieroglifo%C3%B9%20egiptek>,
        <http://lexvo.org/id/term/brx/%E0%A4%AE%E0%A5%80%E0%A4%B8%E0%A5%8D%E0%A4%B0%E0%A5%80%20%E0%A4%B9%E0%A5%88%E0%A4%B0%E0%A5%8B%E0%A4%97%E0%A5%8D%E0%A4%B2%E0%A5%80%E0%A4%AB%E0%A4%BC%E0%A5%8D>,
        <http://lexvo.org/id/term/bul/%D0%95%D0%B3%D0%B8%D0%BF%D0%B5%D1%82%D1%81%D0%BA%D0%B8%20%D0%B9%D0%B5%D1%80%D0%BE%D0%B3%D0%BB%D0%B8%D1%84%D0%B8>,
        <http://lexvo.org/id/term/cat/jerogl%C3%ADfic%20egipci>,
        <http://lexvo.org/id/term/ces/egyptsk%C3%A9%20hieroglyfy>,
        <http://lexvo.org/id/term/cmn-Hant/%E5%8F%A4%E5%9F%83%E5%8F%8A%E8%B1%A1%E5%BD%A2%E6%96%87%E5%AD%97>,
        <http://lexvo.org/id/term/cmn/%E5%8F%A4%E5%9F%83%E5%8F%8A%E8%B1%A1%E5%BD%A2%E6%96%87>,
        <http://lexvo.org/id/term/dan/egyptiske%20hieroglyffer>,
        <http://lexvo.org/id/term/deu/%C3%84gyptische%20Hieroglyphen>,
        <http://lexvo.org/id/term/ell/%CE%91%CE%B9%CE%B3%CF%85%CF%80%CF%84%CE%B9%CE%B1%CE%BA%CE%AC%20%CE%99%CE%B5%CF%81%CE%BF%CE%B3%CE%BB%CF%85%CF%86%CE%B9%CE%BA%CE%AC>,
        <http://lexvo.org/id/term/eng-Dsrt/%F0%90%90%80%F0%90%90%BE%F0%90%90%AE%F0%90%90%B9%F0%90%90%BD%F0%90%90%B2%F0%90%91%8C%20%F0%90%90%B8%F0%90%90%B4%F0%90%91%89%F0%90%90%AC%F0%90%91%80%F0%90%91%8A%F0%90%90%AE%F0%90%91%81%F0%90%90%AE%F0%90%90%BF%F0%90%91%85>,
        <http://lexvo.org/id/term/eng/Egyptian%20hieroglyphs>,
        <http://lexvo.org/id/term/est/egiptuse%20hierogl%C3%BC%C3%BCfkiri>,
        <http://lexvo.org/id/term/ewe/egypte%20hieroglif%20nu%C5%8B%C9%94%C5%8Bl%C9%94>,
        <http://lexvo.org/id/term/fas/%D9%87%DB%8C%D8%B1%D9%88%DA%AF%D9%84%DB%8C%D9%81%20%D9%85%D8%B5%D8%B1%DB%8C>,
        <http://lexvo.org/id/term/fin/egyptil%C3%A4iset%20hieroglyfit>,
        <http://lexvo.org/id/term/fra/hi%C3%A9roglyphes%20%C3%A9gyptiens>,
        <http://lexvo.org/id/term/fur/jeroglifics%20egjizians>,
        <http://lexvo.org/id/term/gsw/%C3%84g%C3%BCptischi%20Hirogl%C3%BC%C3%BCfe>,
        <http://lexvo.org/id/term/guj/%E0%AA%87%E0%AA%9C%E0%AA%BF%E0%AA%AA%E0%AB%8D%E0%AA%B6%E0%AA%BF%E0%AA%AF%E0%AA%A8%20%E0%AA%B9%E0%AA%BE%E0%AA%87%E0%AA%B0%E0%AB%8B%E0%AA%97%E0%AB%8D%E0%AA%B2%E0%AA%BF%E0%AA%AB%E0%AB%8D%E0%AA%B8>,
        <http://lexvo.org/id/term/heb/%D7%9B%D7%AA%D7%91%20%D7%97%D7%A8%D7%98%D7%95%D7%9E%D7%99%D7%9D>,
        <http://lexvo.org/id/term/hin/%E0%A4%87%E0%A4%9C%E0%A4%BF%E0%A4%AA%E0%A5%8D%E0%A4%B6%E0%A4%BF%E0%A4%AF%E0%A4%A8%20%E0%A4%B9%E0%A4%BE%E0%A4%87%E0%A4%B0%E0%A5%8B%E0%A4%97%E0%A5%8D%E0%A4%B2%E0%A4%BF%E0%A4%AB%E0%A5%8D%E0%A4%B8>,
        <http://lexvo.org/id/term/hrv/egipatski%20hijeroglifi>,
        <http://lexvo.org/id/term/hun/Egyiptomi%20hieroglif%C3%A1k>,
        <http://lexvo.org/id/term/ind/Hieroglip%20Mesir>,
        <http://lexvo.org/id/term/ita/geroglifici%20egiziani>,
        <http://lexvo.org/id/term/jpn/%E3%82%A8%E3%82%B8%E3%83%97%E3%83%88%E8%81%96%E5%88%BB%E6%96%87%E5%AD%97>,
        <http://lexvo.org/id/term/kan/%E0%B2%88%E0%B2%9C%E0%B2%BF%E0%B2%AA%E0%B3%8D%E0%B2%9F%E0%B2%BF%E0%B2%AF%E0%B2%A8%E0%B3%8D%20%E0%B2%B9%E0%B3%80%E0%B2%B0%E0%B3%8B%E0%B2%97%E0%B3%8D%E0%B2%B2%E0%B2%BF%E0%B2%AB%E0%B3%8D%E0%B2%B8%E0%B3%8D>,
        <http://lexvo.org/id/term/kas/%D8%A7%D9%90%D8%AC%D9%90%D9%BE%D8%B4%D9%8E%D9%86%20%DB%81%D9%8E%DB%8C%D8%B1%D9%88%DA%AF%D9%84%D9%90%D9%BE%DA%BE%D8%B3>,
        <http://lexvo.org/id/term/kat/%E1%83%94%E1%83%92%E1%83%95%E1%83%98%E1%83%9E%E1%83%A2%E1%83%A3%E1%83%A0%E1%83%98%20%E1%83%98%E1%83%94%E1%83%A0%E1%83%9D%E1%83%92%E1%83%9A%E1%83%98%E1%83%A4%E1%83%A3%E1%83%A0%E1%83%98>,
        <http://lexvo.org/id/term/kor/%EA%B3%A0%EB%8C%80%20%EC%9D%B4%EC%A7%91%ED%8A%B8%20%EC%8B%A0%EC%84%B1%EB%AC%B8%EC%9E%90>,
        <http://lexvo.org/id/term/lao/%E0%BB%80%E0%BA%AE%E0%BA%8D%E0%BB%82%E0%BA%AE%E0%BA%81%E0%BA%A5%E0%BA%B4%E0%BA%9F%E0%BA%AD%E0%BA%B5%E0%BA%8D%E0%BA%B4%E0%BA%9A>,
        <http://lexvo.org/id/term/lav/%C4%93%C4%A3iptie%C5%A1u%20hieroglifi>,
        <http://lexvo.org/id/term/lit/egipto%20hieroglifai>,
        <http://lexvo.org/id/term/mal/%E0%B4%88%E0%B4%9C%E0%B4%BF%E0%B4%AA%E0%B5%8D%E0%B4%B7%E0%B5%8D%E0%B4%AF%E0%B5%BB%20%E0%B4%9A%E0%B4%BF%E0%B4%A4%E0%B5%8D%E0%B4%B0%E0%B4%B2%E0%B4%BF%E0%B4%AA%E0%B4%BF>,
        <http://lexvo.org/id/term/mar/%E0%A4%87%E0%A4%9C%E0%A4%BF%E0%A4%AA%E0%A5%8D%E0%A4%B6%E0%A4%BF%E0%A4%AF%E0%A4%A8%20%E0%A4%B9%E0%A4%BE%E0%A4%AF%E0%A4%B0%E0%A5%8B%E0%A4%97%E0%A5%8D%E0%A4%B2%E0%A4%BF%E0%A4%AB%E0%A5%8D%E0%A4%B8>,
        <http://lexvo.org/id/term/nep/%E0%A4%87%E0%A4%9C%E0%A4%BF%E0%A4%AA%E0%A5%8D%E0%A4%9F%E0%A4%BF%E0%A4%AF%E0%A4%A8%20%E0%A4%B9%E0%A4%BE%E0%A4%87%E0%A4%B0%E0%A5%8B%E0%A4%97%E0%A5%8D%E0%A4%B2%E0%A4%BF%E0%A4%AB%E0%A5%8D%E0%A4%B8>,
        <http://lexvo.org/id/term/nld/Egyptische%20hi%C3%ABrogliefen>,
        <http://lexvo.org/id/term/nno/egyptiske%20hieroglyfar>,
        <http://lexvo.org/id/term/nob/egyptiske%20hieroglyfer>,
        <http://lexvo.org/id/term/ori/%E0%AC%87%E0%AC%9C%E0%AC%BF%E0%AC%AA%E0%AD%8D%E0%AC%9F%E0%AC%BF%E0%AC%86%E0%AC%A8%E0%AD%8D%20%E0%AC%B9%E0%AC%BE%E0%AC%85%E0%AC%B0%E0%AC%97%E0%AD%8D%E0%AC%B2%E0%AC%BF%E0%AC%AA%E0%AC%B8%E0%AD%8D>,
        <http://lexvo.org/id/term/pol/hieroglify%20egipskie>,
        <http://lexvo.org/id/term/por/hier%C3%B3glifos%20eg%C3%ADpcios>,
        <http://lexvo.org/id/term/roh/ieroglifas%20egipzianas>,
        <http://lexvo.org/id/term/ron/hieroglife%20egiptene>,
        <http://lexvo.org/id/term/rus/%D0%95%D0%B3%D0%B8%D0%BF%D0%B5%D1%82%D1%81%D0%BA%D0%B0%D1%8F%20%D0%B8%D0%B5%D1%80%D0%BE%D0%B3%D0%BB%D0%B8%D1%84%D0%B8%D1%87%D0%B5%D1%81%D0%BA%D0%B0%D1%8F>,
        <http://lexvo.org/id/term/slk/egyptsk%C3%A9%20hieroglyfy>,
        <http://lexvo.org/id/term/slv/egip%C4%8Danska%20slikovna%20pisava>,
        <http://lexvo.org/id/term/spa/jerogl%C3%ADficos%20egipcios>,
        <http://lexvo.org/id/term/srp-Latn/Egipatski%20hijeroglifi>,
        <http://lexvo.org/id/term/srp/%D0%B5%D0%B3%D0%B8%D0%BF%D0%B0%D1%82%D1%81%D0%BA%D0%B8%20%D1%85%D0%B8%D1%98%D0%B5%D1%80%D0%BE%D0%B3%D0%BB%D0%B8%D1%84%D0%B8>,
        <http://lexvo.org/id/term/swe/egyptiska%20hieroglyfer>,
        <http://lexvo.org/id/term/tam/%E0%AE%8E%E0%AE%95%E0%AE%BF%E0%AE%AA%E0%AF%8D%E0%AE%A4%E0%AE%BF%E0%AE%AF%E0%AE%A9%E0%AF%8D%20%E0%AE%B9%E0%AF%88%E0%AE%B0%E0%AF%8B%E0%AE%95%E0%AE%BF%E0%AE%B3%E0%AE%BF%E0%AE%AA%E0%AF%8D%E0%AE%B8%E0%AF%8D>,
        <http://lexvo.org/id/term/tel/%E0%B0%87%E0%B0%9C%E0%B0%BF%E0%B0%AA%E0%B1%8D%E0%B0%B7%E0%B0%BF%E0%B0%AF%E0%B0%A8%E0%B1%8D%20%E0%B0%B9%E0%B1%88%E0%B0%B0%E0%B1%8B%E0%B0%97%E0%B1%8D%E0%B0%B2%E0%B1%88%E0%B0%AB%E0%B1%8D%E0%B0%B8%E0%B1%8D>,
        <http://lexvo.org/id/term/tha/%E0%B9%80%E0%B8%AE%E0%B8%B5%E0%B8%A2%E0%B9%82%E0%B8%A3%E0%B8%81%E0%B8%A5%E0%B8%B4%E0%B8%9F%E0%B8%AA%E0%B9%8C%E0%B8%AD%E0%B8%B5%E0%B8%A2%E0%B8%B4%E0%B8%9B%E0%B8%95%E0%B9%8C>,
        <http://lexvo.org/id/term/ton/tohinima%20tongitapu%20faka%CA%BBisipite>,
        <http://lexvo.org/id/term/tur/M%C4%B1s%C4%B1r%20Hiyeroglifleri>,
        <http://lexvo.org/id/term/ukr/%D0%84%D0%B3%D0%B8%D0%BF%D0%B5%D1%82%D1%81%D1%8C%D0%BA%D0%B8%D0%B9%20%D1%96%D1%94%D1%80%D0%BE%D0%B3%D0%BB%D1%96%D1%84%D1%96%D1%87%D0%BD%D0%B8%D0%B9>,
        <http://lexvo.org/id/term/vie/Ch%E1%BB%AF%20t%C6%B0%E1%BB%A3ng%20h%C3%ACnh%20Ai%20C%E1%BA%ADp> .

<http://lexvo.org/id/script/Elba> a lvont:Script ;
    rdfs:label "Elbasan"@en,
        "elbasan"@fr ;
    lvont:iso15924Alphacode "Elba"^^xsd:string ;
    lvont:label <http://lexvo.org/id/term/eng/Elbasan>,
        <http://lexvo.org/id/term/fra/elbasan> .

<http://lexvo.org/id/script/Ethi> a lvont:Script ;
    rdfs:label "Etiopies"@af,
        "ኢትዮፒክ"@am,
        "الأثيوبية"@ar,
        "etíope"@ast,
        "efiopiya"@az,
        "Етиопска"@bg,
        "ইথিওপিয়"@bn,
        "etiopek"@br,
        "ईथोपियाई"@brx,
        "etiopsko pismo"@bs,
        "етиопско писмо"@bs-Cyrl,
        "etiòpic"@ca,
        "埃塞俄比亚文"@cmn,
        "衣索匹亞文"@cmn-Hant,
        "etiopské"@cs,
        "Ethiopig"@cy,
        "etiopisk"@da,
        "Äthiopisch"@de,
        "ཨི་ཐི་ཡོ་པིཀ྄་ཡིག་གུ"@dz,
        "ethiopiagbeŋɔŋlɔ"@ee,
        "Αιθιοπικό"@el,
        "Ethiopic"@en,
        "Ethiopic (Geʻez)"@en,
        "𐐀𐑃𐐨𐐪𐐹𐐮𐐿"@en-Dsrt,
        "etiópico"@es,
        "etioopia"@et,
        "Etiopiarra"@eu,
        "اتیوپیایی"@fa,
        "etiopialainen"@fi,
        "ge’ez"@fi,
        "Ethiopic"@fil,
        "éthiopien (geʻez, guèze)"@fr,
        "éthiopique"@fr,
        "etiopic"@fur,
        "Aetópach"@ga,
        "Geez"@gd,
        "Etíope"@gl,
        "Äzioopisch"@gsw,
        "ઇથિયોપિક"@gu,
        "אתיופי"@he,
        "ईथोपियाई"@hi,
        "etiopsko pimo"@hr,
        "Etióp"@hu,
        "Etiopia"@id,
        "eþíópísk"@is,
        "etiope"@it,
        "エチオピア文字"@ja,
        "ეთიოპური"@ka,
        "etiopiku"@kea,
        "Эфиопия жазуы"@kk,
        "អេត្យូពី"@km,
        "ಇಥಿಯೋಪಿಯಾ"@kn,
        "에티오피아 문자"@ko,
        "اِتھیوپِک"@ks,
        "ätejoopesche Schreff"@ksh,
        "ອີທິໂອປິກ"@lo,
        "etiopų"@lt,
        "etiopiešu"@lv,
        "етиопско писмо"@mk,
        "എത്യോപിക്"@ml,
        "ईथिओपिक"@mr,
        "အီသီယိုးပီးယား"@my,
        "etiopisk"@nb,
        "इथियोपिक"@ne,
        "Ethiopisch"@nl,
        "etiopisk"@nn,
        "ଇଥୋପିକ୍"@or,
        "etiopskie"@pl,
        "etiópico"@pt,
        "etiopic"@rm,
        "etiopiană"@ro,
        "Эфиопская"@ru,
        "ඉතියෝපියානු"@si,
        "etiópsky"@sk,
        "etiopski"@sl,
        "етиопско писмо"@sr,
        "etiopsko pismo"@sr-Latn,
        "etiopiska"@sv,
        "Kiethiopia"@swh,
        "யெத்தியோப்பிக்"@ta,
        "ఇతియోపిక్"@te,
        "เอทิโอปิก"@th,
        "ፊደል"@ti,
        "tohinima fakaʻitiopea"@to,
        "Etiyopya"@tr,
        "Ефіопський"@uk,
        "ایتھوپیا کا باشندہ"@ur,
        "Chữ Ethiopia"@vi,
        "Ethiopiš"@wae,
        "Ethiopia"@zsm,
        "i-Ethiopic"@zu ;
    lvont:iso15924Alphacode "Ethi"^^xsd:string ;
    lvont:label <http://lexvo.org/id/term/afr/Etiopies>,
        <http://lexvo.org/id/term/amh/%E1%8A%A2%E1%89%B5%E1%8B%AE%E1%8D%92%E1%8A%AD>,
        <http://lexvo.org/id/term/ara/%D8%A7%D9%84%D8%A3%D8%AB%D9%8A%D9%88%D8%A8%D9%8A%D8%A9>,
        <http://lexvo.org/id/term/ast/et%C3%ADope>,
        <http://lexvo.org/id/term/aze/efiopiya>,
        <http://lexvo.org/id/term/ben/%E0%A6%87%E0%A6%A5%E0%A6%BF%E0%A6%93%E0%A6%AA%E0%A6%BF%E0%A6%AF%E0%A6%BC>,
        <http://lexvo.org/id/term/bos-Cyrl/%D0%B5%D1%82%D0%B8%D0%BE%D0%BF%D1%81%D0%BA%D0%BE%20%D0%BF%D0%B8%D1%81%D0%BC%D0%BE>,
        <http://lexvo.org/id/term/bos/etiopsko%20pismo>,
        <http://lexvo.org/id/term/bre/etiopek>,
        <http://lexvo.org/id/term/brx/%E0%A4%88%E0%A4%A5%E0%A5%8B%E0%A4%AA%E0%A4%BF%E0%A4%AF%E0%A4%BE%E0%A4%88>,
        <http://lexvo.org/id/term/bul/%D0%95%D1%82%D0%B8%D0%BE%D0%BF%D1%81%D0%BA%D0%B0>,
        <http://lexvo.org/id/term/cat/eti%C3%B2pic>,
        <http://lexvo.org/id/term/ces/etiopsk%C3%A9>,
        <http://lexvo.org/id/term/cmn-Hant/%E8%A1%A3%E7%B4%A2%E5%8C%B9%E4%BA%9E%E6%96%87>,
        <http://lexvo.org/id/term/cmn/%E5%9F%83%E5%A1%9E%E4%BF%84%E6%AF%94%E4%BA%9A%E6%96%87>,
        <http://lexvo.org/id/term/cym/Ethiopig>,
        <http://lexvo.org/id/term/dan/etiopisk>,
        <http://lexvo.org/id/term/deu/%C3%84thiopisch>,
        <http://lexvo.org/id/term/dzo/%E0%BD%A8%E0%BD%B2%E0%BC%8B%E0%BD%90%E0%BD%B2%E0%BC%8B%E0%BD%A1%E0%BD%BC%E0%BC%8B%E0%BD%94%E0%BD%B2%E0%BD%80%E0%BE%84%E0%BC%8B%E0%BD%A1%E0%BD%B2%E0%BD%82%E0%BC%8B%E0%BD%82%E0%BD%B4>,
        <http://lexvo.org/id/term/ell/%CE%91%CE%B9%CE%B8%CE%B9%CE%BF%CF%80%CE%B9%CE%BA%CF%8C>,
        <http://lexvo.org/id/term/eng-Dsrt/%F0%90%90%80%F0%90%91%83%F0%90%90%A8%F0%90%90%AA%F0%90%90%B9%F0%90%90%AE%F0%90%90%BF>,
        <http://lexvo.org/id/term/eng/Ethiopic>,
        <http://lexvo.org/id/term/eng/Ethiopic%20(Ge%CA%BBez)>,
        <http://lexvo.org/id/term/est/etioopia>,
        <http://lexvo.org/id/term/eus/Etiopiarra>,
        <http://lexvo.org/id/term/ewe/ethiopiagbe%C5%8B%C9%94%C5%8Bl%C9%94>,
        <http://lexvo.org/id/term/fas/%D8%A7%D8%AA%DB%8C%D9%88%D9%BE%DB%8C%D8%A7%DB%8C%DB%8C>,
        <http://lexvo.org/id/term/fil/Ethiopic>,
        <http://lexvo.org/id/term/fin/etiopialainen>,
        <http://lexvo.org/id/term/fin/ge%E2%80%99ez>,
        <http://lexvo.org/id/term/fra/%C3%A9thiopien%20(ge%CA%BBez%2C%20gu%C3%A8ze)>,
        <http://lexvo.org/id/term/fra/%C3%A9thiopique>,
        <http://lexvo.org/id/term/fur/etiopic>,
        <http://lexvo.org/id/term/gla/Geez>,
        <http://lexvo.org/id/term/gle/Aet%C3%B3pach>,
        <http://lexvo.org/id/term/glg/Et%C3%ADope>,
        <http://lexvo.org/id/term/gsw/%C3%84zioopisch>,
        <http://lexvo.org/id/term/guj/%E0%AA%87%E0%AA%A5%E0%AA%BF%E0%AA%AF%E0%AB%8B%E0%AA%AA%E0%AA%BF%E0%AA%95>,
        <http://lexvo.org/id/term/heb/%D7%90%D7%AA%D7%99%D7%95%D7%A4%D7%99>,
        <http://lexvo.org/id/term/hin/%E0%A4%88%E0%A4%A5%E0%A5%8B%E0%A4%AA%E0%A4%BF%E0%A4%AF%E0%A4%BE%E0%A4%88>,
        <http://lexvo.org/id/term/hrv/etiopsko%20pimo>,
        <http://lexvo.org/id/term/hun/Eti%C3%B3p>,
        <http://lexvo.org/id/term/ind/Etiopia>,
        <http://lexvo.org/id/term/isl/e%C3%BE%C3%AD%C3%B3p%C3%ADsk>,
        <http://lexvo.org/id/term/ita/etiope>,
        <http://lexvo.org/id/term/jpn/%E3%82%A8%E3%83%81%E3%82%AA%E3%83%94%E3%82%A2%E6%96%87%E5%AD%97>,
        <http://lexvo.org/id/term/kan/%E0%B2%87%E0%B2%A5%E0%B2%BF%E0%B2%AF%E0%B3%8B%E0%B2%AA%E0%B2%BF%E0%B2%AF%E0%B2%BE>,
        <http://lexvo.org/id/term/kas/%D8%A7%D9%90%D8%AA%DA%BE%DB%8C%D9%88%D9%BE%D9%90%DA%A9>,
        <http://lexvo.org/id/term/kat/%E1%83%94%E1%83%97%E1%83%98%E1%83%9D%E1%83%9E%E1%83%A3%E1%83%A0%E1%83%98>,
        <http://lexvo.org/id/term/kaz/%D0%AD%D1%84%D0%B8%D0%BE%D0%BF%D0%B8%D1%8F%20%D0%B6%D0%B0%D0%B7%D1%83%D1%8B>,
        <http://lexvo.org/id/term/kea/etiopiku>,
        <http://lexvo.org/id/term/khm/%E1%9E%A2%E1%9F%81%E1%9E%8F%E1%9F%92%E1%9E%99%E1%9E%BC%E1%9E%96%E1%9E%B8>,
        <http://lexvo.org/id/term/kor/%EC%97%90%ED%8B%B0%EC%98%A4%ED%94%BC%EC%95%84%20%EB%AC%B8%EC%9E%90>,
        <http://lexvo.org/id/term/ksh/%C3%A4tejoopesche%20Schreff>,
        <http://lexvo.org/id/term/lao/%E0%BA%AD%E0%BA%B5%E0%BA%97%E0%BA%B4%E0%BB%82%E0%BA%AD%E0%BA%9B%E0%BA%B4%E0%BA%81>,
        <http://lexvo.org/id/term/lav/etiopie%C5%A1u>,
        <http://lexvo.org/id/term/lit/etiop%C5%B3>,
        <http://lexvo.org/id/term/mal/%E0%B4%8E%E0%B4%A4%E0%B5%8D%E0%B4%AF%E0%B5%8B%E0%B4%AA%E0%B4%BF%E0%B4%95%E0%B5%8D>,
        <http://lexvo.org/id/term/mar/%E0%A4%88%E0%A4%A5%E0%A4%BF%E0%A4%93%E0%A4%AA%E0%A4%BF%E0%A4%95>,
        <http://lexvo.org/id/term/mkd/%D0%B5%D1%82%D0%B8%D0%BE%D0%BF%D1%81%D0%BA%D0%BE%20%D0%BF%D0%B8%D1%81%D0%BC%D0%BE>,
        <http://lexvo.org/id/term/mya/%E1%80%A1%E1%80%AE%E1%80%9E%E1%80%AE%E1%80%9A%E1%80%AD%E1%80%AF%E1%80%B8%E1%80%95%E1%80%AE%E1%80%B8%E1%80%9A%E1%80%AC%E1%80%B8>,
        <http://lexvo.org/id/term/nep/%E0%A4%87%E0%A4%A5%E0%A4%BF%E0%A4%AF%E0%A5%8B%E0%A4%AA%E0%A4%BF%E0%A4%95>,
        <http://lexvo.org/id/term/nld/Ethiopisch>,
        <http://lexvo.org/id/term/nno/etiopisk>,
        <http://lexvo.org/id/term/nob/etiopisk>,
        <http://lexvo.org/id/term/ori/%E0%AC%87%E0%AC%A5%E0%AD%8B%E0%AC%AA%E0%AC%BF%E0%AC%95%E0%AD%8D>,
        <http://lexvo.org/id/term/pol/etiopskie>,
        <http://lexvo.org/id/term/por/eti%C3%B3pico>,
        <http://lexvo.org/id/term/roh/etiopic>,
        <http://lexvo.org/id/term/ron/etiopian%C4%83>,
        <http://lexvo.org/id/term/rus/%D0%AD%D1%84%D0%B8%D0%BE%D0%BF%D1%81%D0%BA%D0%B0%D1%8F>,
        <http://lexvo.org/id/term/sin/%E0%B6%89%E0%B6%AD%E0%B7%92%E0%B6%BA%E0%B7%9D%E0%B6%B4%E0%B7%92%E0%B6%BA%E0%B7%8F%E0%B6%B1%E0%B7%94>,
        <http://lexvo.org/id/term/slk/eti%C3%B3psky>,
        <http://lexvo.org/id/term/slv/etiopski>,
        <http://lexvo.org/id/term/spa/eti%C3%B3pico>,
        <http://lexvo.org/id/term/srp-Latn/etiopsko%20pismo>,
        <http://lexvo.org/id/term/srp/%D0%B5%D1%82%D0%B8%D0%BE%D0%BF%D1%81%D0%BA%D0%BE%20%D0%BF%D0%B8%D1%81%D0%BC%D0%BE>,
        <http://lexvo.org/id/term/swe/etiopiska>,
        <http://lexvo.org/id/term/swh/Kiethiopia>,
        <http://lexvo.org/id/term/tam/%E0%AE%AF%E0%AF%86%E0%AE%A4%E0%AF%8D%E0%AE%A4%E0%AE%BF%E0%AE%AF%E0%AF%8B%E0%AE%AA%E0%AF%8D%E0%AE%AA%E0%AE%BF%E0%AE%95%E0%AF%8D>,
        <http://lexvo.org/id/term/tel/%E0%B0%87%E0%B0%A4%E0%B0%BF%E0%B0%AF%E0%B1%8B%E0%B0%AA%E0%B0%BF%E0%B0%95%E0%B1%8D>,
        <http://lexvo.org/id/term/tha/%E0%B9%80%E0%B8%AD%E0%B8%97%E0%B8%B4%E0%B9%82%E0%B8%AD%E0%B8%9B%E0%B8%B4%E0%B8%81>,
        <http://lexvo.org/id/term/tir/%E1%8D%8A%E1%8B%B0%E1%88%8D>,
        <http://lexvo.org/id/term/ton/tohinima%20faka%CA%BBitiopea>,
        <http://lexvo.org/id/term/tur/Etiyopya>,
        <http://lexvo.org/id/term/ukr/%D0%95%D1%84%D1%96%D0%BE%D0%BF%D1%81%D1%8C%D0%BA%D0%B8%D0%B9>,
        <http://lexvo.org/id/term/urd/%D8%A7%DB%8C%D8%AA%DA%BE%D9%88%D9%BE%DB%8C%D8%A7%20%DA%A9%D8%A7%20%D8%A8%D8%A7%D8%B4%D9%86%D8%AF%DB%81>,
        <http://lexvo.org/id/term/vie/Ch%E1%BB%AF%20Ethiopia>,
        <http://lexvo.org/id/term/wae/Ethiopi%C5%A1>,
        <http://lexvo.org/id/term/zsm/Ethiopia>,
        <http://lexvo.org/id/term/zul/i-Ethiopic> .

<http://lexvo.org/id/script/Geok> a lvont:Script ;
    rdfs:label "الأبجدية الجورجية - أسومتافرلي و نسخري"@ar,
        "gürcü xutsuri"@az,
        "Грузинска хуцури"@bg,
        "জর্জিয় খুৎসুরি"@bn,
        "जोर्जीयन खुतसुरी"@brx,
        "gruzijsko khutsuri pismo"@bs,
        "грузијско кхутсури писмо"@bs-Cyrl,
        "georgià hucuri"@ca,
        "格鲁吉亚文（教堂体）"@cmn,
        "格魯吉亞語系（阿索他路里和努斯克胡里文）"@cmn-Hant,
        "georgisk kutsuri"@da,
        "Khutsuri"@de,
        "dzɔdzia khutsiria gbeŋɔŋlɔ"@ee,
        "Γεωργιανό Κχουτσούρι"@el,
        "Georgian Khutsuri"@en,
        "Khutsuri (Asomtavruli and Nuskhuri)"@en,
        "𐐖𐐱𐑉𐐾𐐲𐑌 𐐗𐐳𐐻𐑅𐐭𐑉𐐨"@en-Dsrt,
        "georgiano eclesiástico"@es,
        "gruusia hutsuri"@et,
        "گرجی خوتسوری"@fa,
        "khutsuri"@fi,
        "muinaisgeorgialainen"@fi,
        "géorgien khoutsouri"@fr,
        "khoutsouri (assomtavrouli et nouskhouri)"@fr,
        "Ghutsuri"@gsw,
        "જ્યોર્જિઅન ખુતસુરી"@gu,
        "जॉर्जियन खुतसुरी"@hi,
        "gruzijsko khutsuri pismo"@hr,
        "Grúz kucsuri"@hu,
        "Georgian Khutsuri"@id,
        "georgíska (khutsuri)"@is,
        "kutsuri"@it,
        "グルジア文字[フツリ]"@ja,
        "ხუცური"@ka,
        "ಜಾರ್ಜಿಯನ್ ಖುಸ್ತುರಿ"@kn,
        "그루지야 쿠츠리 문자"@ko,
        "جارجِیَن کھتسوری"@ks,
        "ຄອດຊູຮີຈໍເຈຍ"@lo,
        "gruzinų kutsuri"@lt,
        "ജോർജ്ജിയൻ ഖുട്സുരി"@ml,
        "जॉर्जियन खुत्सुरी"@mr,
        "georgisk khutsuri"@nb,
        "ग्रुजियाली खुट्सुरी"@ne,
        "Georgisch Khutsuri"@nl,
        "khutsuri (asomtavruli og nuskhuri)"@nn,
        "ଜର୍ଜିଆନ୍ ଖୁଟସୁରୀ"@or,
        "gruzińskie chucuri"@pl,
        "khutsuri georgiano"@pt,
        "kutsuri"@rm,
        "georgiană bisericească"@ro,
        "Грузинская хуцури"@ru,
        "cerkvenogruzijski"@sl,
        "грузијско кхутсури писмо"@sr,
        "gruzijsko khutsuri pismo"@sr-Latn,
        "kutsuri"@sv,
        "ஜியார்ஜியன் குட்சுரி"@ta,
        "జార్జియన్ ఖట్సూరి"@te,
        "คัตซูรีจอร์เจีย"@th,
        "Hutsuri Gürcü"@tr,
        "Кхутсурі"@uk,
        "Chữ Khutsuri Georgia"@vi ;
    lvont:iso15924Alphacode "Geok"^^xsd:string ;
    lvont:label <http://lexvo.org/id/term/ara/%D8%A7%D9%84%D8%A3%D8%A8%D8%AC%D8%AF%D9%8A%D8%A9%20%D8%A7%D9%84%D8%AC%D9%88%D8%B1%D8%AC%D9%8A%D8%A9%20-%20%D8%A3%D8%B3%D9%88%D9%85%D8%AA%D8%A7%D9%81%D8%B1%D9%84%D9%8A%20%D9%88%20%D9%86%D8%B3%D8%AE%D8%B1%D9%8A>,
        <http://lexvo.org/id/term/aze/g%C3%BCrc%C3%BC%20xutsuri>,
        <http://lexvo.org/id/term/ben/%E0%A6%9C%E0%A6%B0%E0%A7%8D%E0%A6%9C%E0%A6%BF%E0%A6%AF%E0%A6%BC%20%E0%A6%96%E0%A7%81%E0%A7%8E%E0%A6%B8%E0%A7%81%E0%A6%B0%E0%A6%BF>,
        <http://lexvo.org/id/term/bos-Cyrl/%D0%B3%D1%80%D1%83%D0%B7%D0%B8%D1%98%D1%81%D0%BA%D0%BE%20%D0%BA%D1%85%D1%83%D1%82%D1%81%D1%83%D1%80%D0%B8%20%D0%BF%D0%B8%D1%81%D0%BC%D0%BE>,
        <http://lexvo.org/id/term/bos/gruzijsko%20khutsuri%20pismo>,
        <http://lexvo.org/id/term/brx/%E0%A4%9C%E0%A5%8B%E0%A4%B0%E0%A5%8D%E0%A4%9C%E0%A5%80%E0%A4%AF%E0%A4%A8%20%E0%A4%96%E0%A5%81%E0%A4%A4%E0%A4%B8%E0%A5%81%E0%A4%B0%E0%A5%80>,
        <http://lexvo.org/id/term/bul/%D0%93%D1%80%D1%83%D0%B7%D0%B8%D0%BD%D1%81%D0%BA%D0%B0%20%D1%85%D1%83%D1%86%D1%83%D1%80%D0%B8>,
        <http://lexvo.org/id/term/cat/georgi%C3%A0%20hucuri>,
        <http://lexvo.org/id/term/cmn-Hant/%E6%A0%BC%E9%AD%AF%E5%90%89%E4%BA%9E%E8%AA%9E%E7%B3%BB%EF%BC%88%E9%98%BF%E7%B4%A2%E4%BB%96%E8%B7%AF%E9%87%8C%E5%92%8C%E5%8A%AA%E6%96%AF%E5%85%8B%E8%83%A1%E9%87%8C%E6%96%87%EF%BC%89>,
        <http://lexvo.org/id/term/cmn/%E6%A0%BC%E9%B2%81%E5%90%89%E4%BA%9A%E6%96%87%EF%BC%88%E6%95%99%E5%A0%82%E4%BD%93%EF%BC%89>,
        <http://lexvo.org/id/term/dan/georgisk%20kutsuri>,
        <http://lexvo.org/id/term/deu/Khutsuri>,
        <http://lexvo.org/id/term/ell/%CE%93%CE%B5%CF%89%CF%81%CE%B3%CE%B9%CE%B1%CE%BD%CF%8C%20%CE%9A%CF%87%CE%BF%CF%85%CF%84%CF%83%CE%BF%CF%8D%CF%81%CE%B9>,
        <http://lexvo.org/id/term/eng-Dsrt/%F0%90%90%96%F0%90%90%B1%F0%90%91%89%F0%90%90%BE%F0%90%90%B2%F0%90%91%8C%20%F0%90%90%97%F0%90%90%B3%F0%90%90%BB%F0%90%91%85%F0%90%90%AD%F0%90%91%89%F0%90%90%A8>,
        <http://lexvo.org/id/term/eng/Georgian%20Khutsuri>,
        <http://lexvo.org/id/term/eng/Khutsuri%20(Asomtavruli%20and%20Nuskhuri)>,
        <http://lexvo.org/id/term/est/gruusia%20hutsuri>,
        <http://lexvo.org/id/term/ewe/dz%C9%94dzia%20khutsiria%20gbe%C5%8B%C9%94%C5%8Bl%C9%94>,
        <http://lexvo.org/id/term/fas/%DA%AF%D8%B1%D8%AC%DB%8C%20%D8%AE%D9%88%D8%AA%D8%B3%D9%88%D8%B1%DB%8C>,
        <http://lexvo.org/id/term/fin/khutsuri>,
        <http://lexvo.org/id/term/fin/muinaisgeorgialainen>,
        <http://lexvo.org/id/term/fra/g%C3%A9orgien%20khoutsouri>,
        <http://lexvo.org/id/term/fra/khoutsouri%20(assomtavrouli%20et%20nouskhouri)>,
        <http://lexvo.org/id/term/gsw/Ghutsuri>,
        <http://lexvo.org/id/term/guj/%E0%AA%9C%E0%AB%8D%E0%AA%AF%E0%AB%8B%E0%AA%B0%E0%AB%8D%E0%AA%9C%E0%AA%BF%E0%AA%85%E0%AA%A8%20%E0%AA%96%E0%AB%81%E0%AA%A4%E0%AA%B8%E0%AB%81%E0%AA%B0%E0%AB%80>,
        <http://lexvo.org/id/term/hin/%E0%A4%9C%E0%A5%89%E0%A4%B0%E0%A5%8D%E0%A4%9C%E0%A4%BF%E0%A4%AF%E0%A4%A8%20%E0%A4%96%E0%A5%81%E0%A4%A4%E0%A4%B8%E0%A5%81%E0%A4%B0%E0%A5%80>,
        <http://lexvo.org/id/term/hrv/gruzijsko%20khutsuri%20pismo>,
        <http://lexvo.org/id/term/hun/Gr%C3%BAz%20kucsuri>,
        <http://lexvo.org/id/term/ind/Georgian%20Khutsuri>,
        <http://lexvo.org/id/term/isl/georg%C3%ADska%20(khutsuri)>,
        <http://lexvo.org/id/term/ita/kutsuri>,
        <http://lexvo.org/id/term/jpn/%E3%82%B0%E3%83%AB%E3%82%B8%E3%82%A2%E6%96%87%E5%AD%97%5B%E3%83%95%E3%83%84%E3%83%AA%5D>,
        <http://lexvo.org/id/term/kan/%E0%B2%9C%E0%B2%BE%E0%B2%B0%E0%B3%8D%E0%B2%9C%E0%B2%BF%E0%B2%AF%E0%B2%A8%E0%B3%8D%20%E0%B2%96%E0%B3%81%E0%B2%B8%E0%B3%8D%E0%B2%A4%E0%B3%81%E0%B2%B0%E0%B2%BF>,
        <http://lexvo.org/id/term/kas/%D8%AC%D8%A7%D8%B1%D8%AC%D9%90%DB%8C%D9%8E%D9%86%20%DA%A9%DA%BE%D8%AA%D8%B3%D9%88%D8%B1%DB%8C>,
        <http://lexvo.org/id/term/kat/%E1%83%AE%E1%83%A3%E1%83%AA%E1%83%A3%E1%83%A0%E1%83%98>,
        <http://lexvo.org/id/term/kor/%EA%B7%B8%EB%A3%A8%EC%A7%80%EC%95%BC%20%EC%BF%A0%EC%B8%A0%EB%A6%AC%20%EB%AC%B8%EC%9E%90>,
        <http://lexvo.org/id/term/lao/%E0%BA%84%E0%BA%AD%E0%BA%94%E0%BA%8A%E0%BA%B9%E0%BA%AE%E0%BA%B5%E0%BA%88%E0%BB%8D%E0%BB%80%E0%BA%88%E0%BA%8D>,
        <http://lexvo.org/id/term/lit/gruzin%C5%B3%20kutsuri>,
        <http://lexvo.org/id/term/mal/%E0%B4%9C%E0%B5%8B%E0%B5%BC%E0%B4%9C%E0%B5%8D%E0%B4%9C%E0%B4%BF%E0%B4%AF%E0%B5%BB%20%E0%B4%96%E0%B5%81%E0%B4%9F%E0%B5%8D%E0%B4%B8%E0%B5%81%E0%B4%B0%E0%B4%BF>,
        <http://lexvo.org/id/term/mar/%E0%A4%9C%E0%A5%89%E0%A4%B0%E0%A5%8D%E0%A4%9C%E0%A4%BF%E0%A4%AF%E0%A4%A8%20%E0%A4%96%E0%A5%81%E0%A4%A4%E0%A5%8D%E0%A4%B8%E0%A5%81%E0%A4%B0%E0%A5%80>,
        <http://lexvo.org/id/term/nep/%E0%A4%97%E0%A5%8D%E0%A4%B0%E0%A5%81%E0%A4%9C%E0%A4%BF%E0%A4%AF%E0%A4%BE%E0%A4%B2%E0%A5%80%20%E0%A4%96%E0%A5%81%E0%A4%9F%E0%A5%8D%E0%A4%B8%E0%A5%81%E0%A4%B0%E0%A5%80>,
        <http://lexvo.org/id/term/nld/Georgisch%20Khutsuri>,
        <http://lexvo.org/id/term/nno/khutsuri%20(asomtavruli%20og%20nuskhuri)>,
        <http://lexvo.org/id/term/nob/georgisk%20khutsuri>,
        <http://lexvo.org/id/term/ori/%E0%AC%9C%E0%AC%B0%E0%AD%8D%E0%AC%9C%E0%AC%BF%E0%AC%86%E0%AC%A8%E0%AD%8D%20%E0%AC%96%E0%AD%81%E0%AC%9F%E0%AC%B8%E0%AD%81%E0%AC%B0%E0%AD%80>,
        <http://lexvo.org/id/term/pol/gruzi%C5%84skie%20chucuri>,
        <http://lexvo.org/id/term/por/khutsuri%20georgiano>,
        <http://lexvo.org/id/term/roh/kutsuri>,
        <http://lexvo.org/id/term/ron/georgian%C4%83%20bisericeasc%C4%83>,
        <http://lexvo.org/id/term/rus/%D0%93%D1%80%D1%83%D0%B7%D0%B8%D0%BD%D1%81%D0%BA%D0%B0%D1%8F%20%D1%85%D1%83%D1%86%D1%83%D1%80%D0%B8>,
        <http://lexvo.org/id/term/slv/cerkvenogruzijski>,
        <http://lexvo.org/id/term/spa/georgiano%20eclesi%C3%A1stico>,
        <http://lexvo.org/id/term/srp-Latn/gruzijsko%20khutsuri%20pismo>,
        <http://lexvo.org/id/term/srp/%D0%B3%D1%80%D1%83%D0%B7%D0%B8%D1%98%D1%81%D0%BA%D0%BE%20%D0%BA%D1%85%D1%83%D1%82%D1%81%D1%83%D1%80%D0%B8%20%D0%BF%D0%B8%D1%81%D0%BC%D0%BE>,
        <http://lexvo.org/id/term/swe/kutsuri>,
        <http://lexvo.org/id/term/tam/%E0%AE%9C%E0%AE%BF%E0%AE%AF%E0%AE%BE%E0%AE%B0%E0%AF%8D%E0%AE%9C%E0%AE%BF%E0%AE%AF%E0%AE%A9%E0%AF%8D%20%E0%AE%95%E0%AF%81%E0%AE%9F%E0%AF%8D%E0%AE%9A%E0%AF%81%E0%AE%B0%E0%AE%BF>,
        <http://lexvo.org/id/term/tel/%E0%B0%9C%E0%B0%BE%E0%B0%B0%E0%B1%8D%E0%B0%9C%E0%B0%BF%E0%B0%AF%E0%B0%A8%E0%B1%8D%20%E0%B0%96%E0%B0%9F%E0%B1%8D%E0%B0%B8%E0%B1%82%E0%B0%B0%E0%B0%BF>,
        <http://lexvo.org/id/term/tha/%E0%B8%84%E0%B8%B1%E0%B8%95%E0%B8%8B%E0%B8%B9%E0%B8%A3%E0%B8%B5%E0%B8%88%E0%B8%AD%E0%B8%A3%E0%B9%8C%E0%B9%80%E0%B8%88%E0%B8%B5%E0%B8%A2>,
        <http://lexvo.org/id/term/tur/Hutsuri%20G%C3%BCrc%C3%BC>,
        <http://lexvo.org/id/term/ukr/%D0%9A%D1%85%D1%83%D1%82%D1%81%D1%83%D1%80%D1%96>,
        <http://lexvo.org/id/term/vie/Ch%E1%BB%AF%20Khutsuri%20Georgia> .

<http://lexvo.org/id/script/Geor> a lvont:Script ;
    rdfs:label "Georgies"@af,
        "ጆርጂያዊ"@am,
        "الجورجية"@ar,
        "xeorxanu"@ast,
        "gürcü"@az,
        "грузінскае"@be,
        "Грузинска"@bg,
        "জর্জিয়ান"@bn,
        "jorjianek"@br,
        "जोर्जीयन"@brx,
        "gruzijsko pismo"@bs,
        "грузијско писмо"@bs-Cyrl,
        "georgià"@ca,
        "格鲁吉亚文"@cmn,
        "喬治亞文"@cmn-Hant,
        "gruzínské"@cs,
        "Georgaidd"@cy,
        "georgisk"@da,
        "Georgisch"@de,
        "ཇཽ་ཇི་ཡཱན་ཡིག་གུ"@dz,
        "gɔgiagbeŋɔŋlɔ"@ee,
        "Γεωργιανό"@el,
        "Georgian"@en,
        "Georgian (Mkhedruli)"@en,
        "𐐖𐐬𐑉𐐾𐐲𐑌"@en-Dsrt,
        "georgiano"@es,
        "gruusia"@et,
        "Georgiera"@eu,
        "گرجی"@fa,
        "georgialainen"@fi,
        "mkhedruli"@fi,
        "Georgian"@fil,
        "géorgien"@fr,
        "géorgien (mkhédrouli)"@fr,
        "georgjian"@fur,
        "Cairtbheileach"@gd,
        "Xeorxiano"@gl,
        "Georgisch"@gsw,
        "જ્યોર્જિઅન"@gu,
        "גאורגי"@he,
        "जॉर्जियन"@hi,
        "gruzijsko pismo"@hr,
        "Grúz"@hu,
        "Georgia"@id,
        "georgrísk"@is,
        "georgiano"@it,
        "グルジア文字"@ja,
        "ქართული"@ka,
        "jorjianu"@kea,
        "Грузин жазуы"@kk,
        "ហ្សកហ្ស៊ី"@km,
        "ಜಾರ್ಜಿಯನ್"@kn,
        "그루지야 문자"@ko,
        "جارجِیَن"@ks,
        "je'orrjesche Schreff"@ksh,
        "ຈໍເຈຍ"@lo,
        "gruzinų"@lt,
        "gruzīnu"@lv,
        "грузиско писмо"@mk,
        "ജോർജ്ജിയൻ"@ml,
        "जॉर्जियन"@mr,
        "ဂျော်ဂျီယန်"@my,
        "georgisk"@nb,
        "ग्रुजियाली"@ne,
        "Georgisch"@nl,
        "georgisk"@nn,
        "ଜର୍ଜିଆନ୍"@or,
        "gruzińskie"@pl,
        "georgiano"@pt,
        "georgian"@rm,
        "georgiană"@ro,
        "Грузинская"@ru,
        "ජෝර්ජියානු"@si,
        "Gruzínčina"@sk,
        "gruzijski"@sl,
        "грузијско писмо"@sr,
        "gruzijsko pismo"@sr-Latn,
        "georgiska"@sv,
        "Kijojia"@swh,
        "ஜார்ஜியன்"@ta,
        "జార్జియన్"@te,
        "จอร์เจีย"@th,
        "tohinima fakasōsia"@to,
        "Gürcü"@tr,
        "Грузинський"@uk,
        "جارجیا کا باشندہ"@ur,
        "Chữ Georgia"@vi,
        "Georgiš"@wae,
        "Georgia"@zsm,
        "isi-Georgian"@zu ;
    lvont:iso15924Alphacode "Geor"^^xsd:string ;
    lvont:label <http://lexvo.org/id/term/afr/Georgies>,
        <http://lexvo.org/id/term/amh/%E1%8C%86%E1%88%AD%E1%8C%82%E1%8B%AB%E1%8B%8A>,
        <http://lexvo.org/id/term/ara/%D8%A7%D9%84%D8%AC%D9%88%D8%B1%D8%AC%D9%8A%D8%A9>,
        <http://lexvo.org/id/term/ast/xeorxanu>,
        <http://lexvo.org/id/term/aze/g%C3%BCrc%C3%BC>,
        <http://lexvo.org/id/term/bel/%D0%B3%D1%80%D1%83%D0%B7%D1%96%D0%BD%D1%81%D0%BA%D0%B0%D0%B5>,
        <http://lexvo.org/id/term/ben/%E0%A6%9C%E0%A6%B0%E0%A7%8D%E0%A6%9C%E0%A6%BF%E0%A6%AF%E0%A6%BC%E0%A6%BE%E0%A6%A8>,
        <http://lexvo.org/id/term/bos-Cyrl/%D0%B3%D1%80%D1%83%D0%B7%D0%B8%D1%98%D1%81%D0%BA%D0%BE%20%D0%BF%D0%B8%D1%81%D0%BC%D0%BE>,
        <http://lexvo.org/id/term/bos/gruzijsko%20pismo>,
        <http://lexvo.org/id/term/bre/jorjianek>,
        <http://lexvo.org/id/term/brx/%E0%A4%9C%E0%A5%8B%E0%A4%B0%E0%A5%8D%E0%A4%9C%E0%A5%80%E0%A4%AF%E0%A4%A8>,
        <http://lexvo.org/id/term/bul/%D0%93%D1%80%D1%83%D0%B7%D0%B8%D0%BD%D1%81%D0%BA%D0%B0>,
        <http://lexvo.org/id/term/cat/georgi%C3%A0>,
        <http://lexvo.org/id/term/ces/gruz%C3%ADnsk%C3%A9>,
        <http://lexvo.org/id/term/cmn-Hant/%E5%96%AC%E6%B2%BB%E4%BA%9E%E6%96%87>,
        <http://lexvo.org/id/term/cmn/%E6%A0%BC%E9%B2%81%E5%90%89%E4%BA%9A%E6%96%87>,
        <http://lexvo.org/id/term/cym/Georgaidd>,
        <http://lexvo.org/id/term/dan/georgisk>,
        <http://lexvo.org/id/term/deu/Georgisch>,
        <http://lexvo.org/id/term/dzo/%E0%BD%87%E0%BD%BD%E0%BC%8B%E0%BD%87%E0%BD%B2%E0%BC%8B%E0%BD%A1%E0%BD%B1%E0%BD%93%E0%BC%8B%E0%BD%A1%E0%BD%B2%E0%BD%82%E0%BC%8B%E0%BD%82%E0%BD%B4>,
        <http://lexvo.org/id/term/ell/%CE%93%CE%B5%CF%89%CF%81%CE%B3%CE%B9%CE%B1%CE%BD%CF%8C>,
        <http://lexvo.org/id/term/eng-Dsrt/%F0%90%90%96%F0%90%90%AC%F0%90%91%89%F0%90%90%BE%F0%90%90%B2%F0%90%91%8C>,
        <http://lexvo.org/id/term/eng/Georgian>,
        <http://lexvo.org/id/term/eng/Georgian%20(Mkhedruli)>,
        <http://lexvo.org/id/term/est/gruusia>,
        <http://lexvo.org/id/term/eus/Georgiera>,
        <http://lexvo.org/id/term/ewe/g%C9%94giagbe%C5%8B%C9%94%C5%8Bl%C9%94>,
        <http://lexvo.org/id/term/fas/%DA%AF%D8%B1%D8%AC%DB%8C>,
        <http://lexvo.org/id/term/fil/Georgian>,
        <http://lexvo.org/id/term/fin/georgialainen>,
        <http://lexvo.org/id/term/fin/mkhedruli>,
        <http://lexvo.org/id/term/fra/g%C3%A9orgien>,
        <http://lexvo.org/id/term/fra/g%C3%A9orgien%20(mkh%C3%A9drouli)>,
        <http://lexvo.org/id/term/fur/georgjian>,
        <http://lexvo.org/id/term/gla/Cairtbheileach>,
        <http://lexvo.org/id/term/glg/Xeorxiano>,
        <http://lexvo.org/id/term/gsw/Georgisch>,
        <http://lexvo.org/id/term/guj/%E0%AA%9C%E0%AB%8D%E0%AA%AF%E0%AB%8B%E0%AA%B0%E0%AB%8D%E0%AA%9C%E0%AA%BF%E0%AA%85%E0%AA%A8>,
        <http://lexvo.org/id/term/heb/%D7%92%D7%90%D7%95%D7%A8%D7%92%D7%99>,
        <http://lexvo.org/id/term/hin/%E0%A4%9C%E0%A5%89%E0%A4%B0%E0%A5%8D%E0%A4%9C%E0%A4%BF%E0%A4%AF%E0%A4%A8>,
        <http://lexvo.org/id/term/hrv/gruzijsko%20pismo>,
        <http://lexvo.org/id/term/hun/Gr%C3%BAz>,
        <http://lexvo.org/id/term/ind/Georgia>,
        <http://lexvo.org/id/term/isl/georgr%C3%ADsk>,
        <http://lexvo.org/id/term/ita/georgiano>,
        <http://lexvo.org/id/term/jpn/%E3%82%B0%E3%83%AB%E3%82%B8%E3%82%A2%E6%96%87%E5%AD%97>,
        <http://lexvo.org/id/term/kan/%E0%B2%9C%E0%B2%BE%E0%B2%B0%E0%B3%8D%E0%B2%9C%E0%B2%BF%E0%B2%AF%E0%B2%A8%E0%B3%8D>,
        <http://lexvo.org/id/term/kas/%D8%AC%D8%A7%D8%B1%D8%AC%D9%90%DB%8C%D9%8E%D9%86>,
        <http://lexvo.org/id/term/kat/%E1%83%A5%E1%83%90%E1%83%A0%E1%83%97%E1%83%A3%E1%83%9A%E1%83%98>,
        <http://lexvo.org/id/term/kaz/%D0%93%D1%80%D1%83%D0%B7%D0%B8%D0%BD%20%D0%B6%D0%B0%D0%B7%D1%83%D1%8B>,
        <http://lexvo.org/id/term/kea/jorjianu>,
        <http://lexvo.org/id/term/khm/%E1%9E%A0%E1%9F%92%E1%9E%9F%E1%9E%80%E1%9E%A0%E1%9F%92%E1%9E%9F%E1%9F%8A%E1%9E%B8>,
        <http://lexvo.org/id/term/kor/%EA%B7%B8%EB%A3%A8%EC%A7%80%EC%95%BC%20%EB%AC%B8%EC%9E%90>,
        <http://lexvo.org/id/term/ksh/je'orrjesche%20Schreff>,
        <http://lexvo.org/id/term/lao/%E0%BA%88%E0%BB%8D%E0%BB%80%E0%BA%88%E0%BA%8D>,
        <http://lexvo.org/id/term/lav/gruz%C4%ABnu>,
        <http://lexvo.org/id/term/lit/gruzin%C5%B3>,
        <http://lexvo.org/id/term/mal/%E0%B4%9C%E0%B5%8B%E0%B5%BC%E0%B4%9C%E0%B5%8D%E0%B4%9C%E0%B4%BF%E0%B4%AF%E0%B5%BB>,
        <http://lexvo.org/id/term/mar/%E0%A4%9C%E0%A5%89%E0%A4%B0%E0%A5%8D%E0%A4%9C%E0%A4%BF%E0%A4%AF%E0%A4%A8>,
        <http://lexvo.org/id/term/mkd/%D0%B3%D1%80%D1%83%D0%B7%D0%B8%D1%81%D0%BA%D0%BE%20%D0%BF%D0%B8%D1%81%D0%BC%D0%BE>,
        <http://lexvo.org/id/term/mya/%E1%80%82%E1%80%BB%E1%80%B1%E1%80%AC%E1%80%BA%E1%80%82%E1%80%BB%E1%80%AE%E1%80%9A%E1%80%94%E1%80%BA>,
        <http://lexvo.org/id/term/nep/%E0%A4%97%E0%A5%8D%E0%A4%B0%E0%A5%81%E0%A4%9C%E0%A4%BF%E0%A4%AF%E0%A4%BE%E0%A4%B2%E0%A5%80>,
        <http://lexvo.org/id/term/nld/Georgisch>,
        <http://lexvo.org/id/term/nno/georgisk>,
        <http://lexvo.org/id/term/nob/georgisk>,
        <http://lexvo.org/id/term/ori/%E0%AC%9C%E0%AC%B0%E0%AD%8D%E0%AC%9C%E0%AC%BF%E0%AC%86%E0%AC%A8%E0%AD%8D>,
        <http://lexvo.org/id/term/pol/gruzi%C5%84skie>,
        <http://lexvo.org/id/term/por/georgiano>,
        <http://lexvo.org/id/term/roh/georgian>,
        <http://lexvo.org/id/term/ron/georgian%C4%83>,
        <http://lexvo.org/id/term/rus/%D0%93%D1%80%D1%83%D0%B7%D0%B8%D0%BD%D1%81%D0%BA%D0%B0%D1%8F>,
        <http://lexvo.org/id/term/sin/%E0%B6%A2%E0%B7%9D%E0%B6%BB%E0%B7%8A%E0%B6%A2%E0%B7%92%E0%B6%BA%E0%B7%8F%E0%B6%B1%E0%B7%94>,
        <http://lexvo.org/id/term/slk/Gruz%C3%ADn%C4%8Dina>,
        <http://lexvo.org/id/term/slv/gruzijski>,
        <http://lexvo.org/id/term/spa/georgiano>,
        <http://lexvo.org/id/term/srp-Latn/gruzijsko%20pismo>,
        <http://lexvo.org/id/term/srp/%D0%B3%D1%80%D1%83%D0%B7%D0%B8%D1%98%D1%81%D0%BA%D0%BE%20%D0%BF%D0%B8%D1%81%D0%BC%D0%BE>,
        <http://lexvo.org/id/term/swe/georgiska>,
        <http://lexvo.org/id/term/swh/Kijojia>,
        <http://lexvo.org/id/term/tam/%E0%AE%9C%E0%AE%BE%E0%AE%B0%E0%AF%8D%E0%AE%9C%E0%AE%BF%E0%AE%AF%E0%AE%A9%E0%AF%8D>,
        <http://lexvo.org/id/term/tel/%E0%B0%9C%E0%B0%BE%E0%B0%B0%E0%B1%8D%E0%B0%9C%E0%B0%BF%E0%B0%AF%E0%B0%A8%E0%B1%8D>,
        <http://lexvo.org/id/term/tha/%E0%B8%88%E0%B8%AD%E0%B8%A3%E0%B9%8C%E0%B9%80%E0%B8%88%E0%B8%B5%E0%B8%A2>,
        <http://lexvo.org/id/term/ton/tohinima%20fakas%C5%8Dsia>,
        <http://lexvo.org/id/term/tur/G%C3%BCrc%C3%BC>,
        <http://lexvo.org/id/term/ukr/%D0%93%D1%80%D1%83%D0%B7%D0%B8%D0%BD%D1%81%D1%8C%D0%BA%D0%B8%D0%B9>,
        <http://lexvo.org/id/term/urd/%D8%AC%D8%A7%D8%B1%D8%AC%DB%8C%D8%A7%20%DA%A9%D8%A7%20%D8%A8%D8%A7%D8%B4%D9%86%D8%AF%DB%81>,
        <http://lexvo.org/id/term/vie/Ch%E1%BB%AF%20Georgia>,
        <http://lexvo.org/id/term/wae/Georgi%C5%A1>,
        <http://lexvo.org/id/term/zsm/Georgia>,
        <http://lexvo.org/id/term/zul/isi-Georgian> .

<http://lexvo.org/id/script/Glag> a lvont:Script ;
    rdfs:label "الجلاجوليتيك"@ar,
        "qlaqolitik"@az,
        "Глаголическа"@bg,
        "গ্লাগোলিটিক"@bn,
        "glagolitek"@br,
        "ग्लैगोलिटीक"@brx,
        "glagoljica"@bs,
        "глагољица"@bs-Cyrl,
        "glagolític"@ca,
        "格拉哥里文"@cmn,
        "格拉哥里文"@cmn-Hant,
        "hlaholice"@cs,
        "glagolitisk"@da,
        "Glagolitisch"@de,
        "glagolitia gbeŋɔŋlɔ"@ee,
        "Γκλαγκολιτικό"@el,
        "Glagolitic"@en,
        "𐐘𐑊𐐰𐑀𐐬𐑊𐐮𐐻𐐮𐐿"@en-Dsrt,
        "glagolítico"@es,
        "glagoolitsa"@et,
        "گلاگولیتیک"@fa,
        "glagoliittinen"@fi,
        "glagolitique"@fr,
        "glagolitic"@fur,
        "Glagolitisch"@gsw,
        "ગ્લેગોલિટિક"@gu,
        "ग्लेगोलिटिक"@hi,
        "glagoljica"@hr,
        "Glagolitikus"@hu,
        "Glagolitic"@id,
        "glagolitico"@it,
        "グラゴル文字"@ja,
        "გლაგოლიცა"@ka,
        "ಗ್ಲಾಗೋಲಿಟಿಕ್"@kn,
        "글라골 문자"@ko,
        "گلیگولِٹِک"@ks,
        "ກລາໂກລິຕິກ"@lo,
        "glagolitik"@lt,
        "ഗ്ലഗോലിറ്റിക്"@ml,
        "ग्लॅगोलिटिक"@mr,
        "glagolittisk"@nb,
        "ग्लागोलिटिक"@ne,
        "Glagolitisch"@nl,
        "glagolittisk"@nn,
        "ଗ୍ଲାଗ୍ଲୋଟିକ୍"@or,
        "głagolica"@pl,
        "glagolítico"@pt,
        "glagolitic"@rm,
        "glagolitică"@ro,
        "Глаголица"@ru,
        "hlaholika"@sk,
        "glagoliški"@sl,
        "глагољица"@sr,
        "glagoljica"@sr-Latn,
        "glagolitiska"@sv,
        "க்லாகோலிடிக்"@ta,
        "గ్లాగో లిటిక్"@te,
        "กลาโกลิติก"@th,
        "Glagolit"@tr,
        "Глаголичний"@uk,
        "Chữ Glagolitic"@vi ;
    lvont:iso15924Alphacode "Glag"^^xsd:string ;
    lvont:label <http://lexvo.org/id/term/ara/%D8%A7%D9%84%D8%AC%D9%84%D8%A7%D8%AC%D9%88%D9%84%D9%8A%D8%AA%D9%8A%D9%83>,
        <http://lexvo.org/id/term/aze/qlaqolitik>,
        <http://lexvo.org/id/term/ben/%E0%A6%97%E0%A7%8D%E0%A6%B2%E0%A6%BE%E0%A6%97%E0%A7%8B%E0%A6%B2%E0%A6%BF%E0%A6%9F%E0%A6%BF%E0%A6%95>,
        <http://lexvo.org/id/term/bos-Cyrl/%D0%B3%D0%BB%D0%B0%D0%B3%D0%BE%D1%99%D0%B8%D1%86%D0%B0>,
        <http://lexvo.org/id/term/bos/glagoljica>,
        <http://lexvo.org/id/term/bre/glagolitek>,
        <http://lexvo.org/id/term/brx/%E0%A4%97%E0%A5%8D%E0%A4%B2%E0%A5%88%E0%A4%97%E0%A5%8B%E0%A4%B2%E0%A4%BF%E0%A4%9F%E0%A5%80%E0%A4%95>,
        <http://lexvo.org/id/term/bul/%D0%93%D0%BB%D0%B0%D0%B3%D0%BE%D0%BB%D0%B8%D1%87%D0%B5%D1%81%D0%BA%D0%B0>,
        <http://lexvo.org/id/term/cat/glagol%C3%ADtic>,
        <http://lexvo.org/id/term/ces/hlaholice>,
        <http://lexvo.org/id/term/cmn-Hant/%E6%A0%BC%E6%8B%89%E5%93%A5%E9%87%8C%E6%96%87>,
        <http://lexvo.org/id/term/cmn/%E6%A0%BC%E6%8B%89%E5%93%A5%E9%87%8C%E6%96%87>,
        <http://lexvo.org/id/term/dan/glagolitisk>,
        <http://lexvo.org/id/term/deu/Glagolitisch>,
        <http://lexvo.org/id/term/ell/%CE%93%CE%BA%CE%BB%CE%B1%CE%B3%CE%BA%CE%BF%CE%BB%CE%B9%CF%84%CE%B9%CE%BA%CF%8C>,
        <http://lexvo.org/id/term/eng-Dsrt/%F0%90%90%98%F0%90%91%8A%F0%90%90%B0%F0%90%91%80%F0%90%90%AC%F0%90%91%8A%F0%90%90%AE%F0%90%90%BB%F0%90%90%AE%F0%90%90%BF>,
        <http://lexvo.org/id/term/eng/Glagolitic>,
        <http://lexvo.org/id/term/est/glagoolitsa>,
        <http://lexvo.org/id/term/ewe/glagolitia%20gbe%C5%8B%C9%94%C5%8Bl%C9%94>,
        <http://lexvo.org/id/term/fas/%DA%AF%D9%84%D8%A7%DA%AF%D9%88%D9%84%DB%8C%D8%AA%DB%8C%DA%A9>,
        <http://lexvo.org/id/term/fin/glagoliittinen>,
        <http://lexvo.org/id/term/fra/glagolitique>,
        <http://lexvo.org/id/term/fur/glagolitic>,
        <http://lexvo.org/id/term/gsw/Glagolitisch>,
        <http://lexvo.org/id/term/guj/%E0%AA%97%E0%AB%8D%E0%AA%B2%E0%AB%87%E0%AA%97%E0%AB%8B%E0%AA%B2%E0%AA%BF%E0%AA%9F%E0%AA%BF%E0%AA%95>,
        <http://lexvo.org/id/term/hin/%E0%A4%97%E0%A5%8D%E0%A4%B2%E0%A5%87%E0%A4%97%E0%A5%8B%E0%A4%B2%E0%A4%BF%E0%A4%9F%E0%A4%BF%E0%A4%95>,
        <http://lexvo.org/id/term/hrv/glagoljica>,
        <http://lexvo.org/id/term/hun/Glagolitikus>,
        <http://lexvo.org/id/term/ind/Glagolitic>,
        <http://lexvo.org/id/term/ita/glagolitico>,
        <http://lexvo.org/id/term/jpn/%E3%82%B0%E3%83%A9%E3%82%B4%E3%83%AB%E6%96%87%E5%AD%97>,
        <http://lexvo.org/id/term/kan/%E0%B2%97%E0%B3%8D%E0%B2%B2%E0%B2%BE%E0%B2%97%E0%B3%8B%E0%B2%B2%E0%B2%BF%E0%B2%9F%E0%B2%BF%E0%B2%95%E0%B3%8D>,
        <http://lexvo.org/id/term/kas/%DA%AF%D9%84%DB%8C%DA%AF%D9%88%D9%84%D9%90%D9%B9%D9%90%DA%A9>,
        <http://lexvo.org/id/term/kat/%E1%83%92%E1%83%9A%E1%83%90%E1%83%92%E1%83%9D%E1%83%9A%E1%83%98%E1%83%AA%E1%83%90>,
        <http://lexvo.org/id/term/kor/%EA%B8%80%EB%9D%BC%EA%B3%A8%20%EB%AC%B8%EC%9E%90>,
        <http://lexvo.org/id/term/lao/%E0%BA%81%E0%BA%A5%E0%BA%B2%E0%BB%82%E0%BA%81%E0%BA%A5%E0%BA%B4%E0%BA%95%E0%BA%B4%E0%BA%81>,
        <http://lexvo.org/id/term/lit/glagolitik>,
        <http://lexvo.org/id/term/mal/%E0%B4%97%E0%B5%8D%E0%B4%B2%E0%B4%97%E0%B5%8B%E0%B4%B2%E0%B4%BF%E0%B4%B1%E0%B5%8D%E0%B4%B1%E0%B4%BF%E0%B4%95%E0%B5%8D>,
        <http://lexvo.org/id/term/mar/%E0%A4%97%E0%A5%8D%E0%A4%B2%E0%A5%85%E0%A4%97%E0%A5%8B%E0%A4%B2%E0%A4%BF%E0%A4%9F%E0%A4%BF%E0%A4%95>,
        <http://lexvo.org/id/term/nep/%E0%A4%97%E0%A5%8D%E0%A4%B2%E0%A4%BE%E0%A4%97%E0%A5%8B%E0%A4%B2%E0%A4%BF%E0%A4%9F%E0%A4%BF%E0%A4%95>,
        <http://lexvo.org/id/term/nld/Glagolitisch>,
        <http://lexvo.org/id/term/nno/glagolittisk>,
        <http://lexvo.org/id/term/nob/glagolittisk>,
        <http://lexvo.org/id/term/ori/%E0%AC%97%E0%AD%8D%E0%AC%B2%E0%AC%BE%E0%AC%97%E0%AD%8D%E0%AC%B2%E0%AD%8B%E0%AC%9F%E0%AC%BF%E0%AC%95%E0%AD%8D>,
        <http://lexvo.org/id/term/pol/g%C5%82agolica>,
        <http://lexvo.org/id/term/por/glagol%C3%ADtico>,
        <http://lexvo.org/id/term/roh/glagolitic>,
        <http://lexvo.org/id/term/ron/glagolitic%C4%83>,
        <http://lexvo.org/id/term/rus/%D0%93%D0%BB%D0%B0%D0%B3%D0%BE%D0%BB%D0%B8%D1%86%D0%B0>,
        <http://lexvo.org/id/term/slk/hlaholika>,
        <http://lexvo.org/id/term/slv/glagoli%C5%A1ki>,
        <http://lexvo.org/id/term/spa/glagol%C3%ADtico>,
        <http://lexvo.org/id/term/srp-Latn/glagoljica>,
        <http://lexvo.org/id/term/srp/%D0%B3%D0%BB%D0%B0%D0%B3%D0%BE%D1%99%D0%B8%D1%86%D0%B0>,
        <http://lexvo.org/id/term/swe/glagolitiska>,
        <http://lexvo.org/id/term/tam/%E0%AE%95%E0%AF%8D%E0%AE%B2%E0%AE%BE%E0%AE%95%E0%AF%8B%E0%AE%B2%E0%AE%BF%E0%AE%9F%E0%AE%BF%E0%AE%95%E0%AF%8D>,
        <http://lexvo.org/id/term/tel/%E0%B0%97%E0%B1%8D%E0%B0%B2%E0%B0%BE%E0%B0%97%E0%B1%8B%20%E0%B0%B2%E0%B0%BF%E0%B0%9F%E0%B0%BF%E0%B0%95%E0%B1%8D>,
        <http://lexvo.org/id/term/tha/%E0%B8%81%E0%B8%A5%E0%B8%B2%E0%B9%82%E0%B8%81%E0%B8%A5%E0%B8%B4%E0%B8%95%E0%B8%B4%E0%B8%81>,
        <http://lexvo.org/id/term/tur/Glagolit>,
        <http://lexvo.org/id/term/ukr/%D0%93%D0%BB%D0%B0%D0%B3%D0%BE%D0%BB%D0%B8%D1%87%D0%BD%D0%B8%D0%B9>,
        <http://lexvo.org/id/term/vie/Ch%E1%BB%AF%20Glagolitic> .

<http://lexvo.org/id/script/Goth> a lvont:Script ;
    rdfs:label "Gotieses"@af,
        "ጐቲክ"@am,
        "القوطية"@ar,
        "qotik"@az,
        "Готическа"@bg,
        "গোথিক"@bn,
        "gotek"@br,
        "गौथीक"@brx,
        "gotika"@bs,
        "Готика"@bs-Cyrl,
        "gòtic"@ca,
        "哥特文"@cmn,
        "歌德文"@cmn-Hant,
        "gotické"@cs,
        "gotisk"@da,
        "Gotisch"@de,
        "gothia gbeŋɔŋlɔ"@ee,
        "Γοτθικό"@el,
        "Gothic"@en,
        "𐐘𐐱𐑃𐐮𐐿"@en-Dsrt,
        "gótico"@es,
        "gooti"@et,
        "گوتیک"@fa,
        "goottilainen"@fi,
        "gotique"@fr,
        "gotic"@fur,
        "Gotach"@ga,
        "Gotisch"@gsw,
        "ગોથિક"@gu,
        "גותי"@he,
        "गोथिक"@hi,
        "gotičko pismo"@hr,
        "Gót"@hu,
        "Gothic"@id,
        "gotico"@it,
        "ゴート文字"@ja,
        "გოთური"@ka,
        "ಗೋತಿಕ್"@kn,
        "고트 문자"@ko,
        "گوتھِک"@ks,
        "ໂກຮິກ"@lo,
        "gotų"@lt,
        "gotu"@lv,
        "ഗോഥിക്"@ml,
        "गोथिक"@mr,
        "gotisk"@nb,
        "गोथिक"@ne,
        "Gothisch"@nl,
        "gotisk"@nn,
        "ଗୋଥିକ୍"@or,
        "gotyckie"@pl,
        "gótico"@pt,
        "gotic"@rm,
        "gotică"@ro,
        "Готская"@ru,
        "gotický"@sk,
        "gotski"@sl,
        "Готика"@sr,
        "Gotika"@sr-Latn,
        "gotiska"@sv,
        "கோதிக்"@ta,
        "గోతిక్"@te,
        "โกธิก"@th,
        "Gotik"@tr,
        "Готичний"@uk,
        "Chữ Gô-tích"@vi ;
    lvont:iso15924Alphacode "Goth"^^xsd:string ;
    lvont:label <http://lexvo.org/id/term/afr/Gotieses>,
        <http://lexvo.org/id/term/amh/%E1%8C%90%E1%89%B2%E1%8A%AD>,
        <http://lexvo.org/id/term/ara/%D8%A7%D9%84%D9%82%D9%88%D8%B7%D9%8A%D8%A9>,
        <http://lexvo.org/id/term/aze/qotik>,
        <http://lexvo.org/id/term/ben/%E0%A6%97%E0%A7%8B%E0%A6%A5%E0%A6%BF%E0%A6%95>,
        <http://lexvo.org/id/term/bos-Cyrl/%D0%93%D0%BE%D1%82%D0%B8%D0%BA%D0%B0>,
        <http://lexvo.org/id/term/bos/gotika>,
        <http://lexvo.org/id/term/bre/gotek>,
        <http://lexvo.org/id/term/brx/%E0%A4%97%E0%A5%8C%E0%A4%A5%E0%A5%80%E0%A4%95>,
        <http://lexvo.org/id/term/bul/%D0%93%D0%BE%D1%82%D0%B8%D1%87%D0%B5%D1%81%D0%BA%D0%B0>,
        <http://lexvo.org/id/term/cat/g%C3%B2tic>,
        <http://lexvo.org/id/term/ces/gotick%C3%A9>,
        <http://lexvo.org/id/term/cmn-Hant/%E6%AD%8C%E5%BE%B7%E6%96%87>,
        <http://lexvo.org/id/term/cmn/%E5%93%A5%E7%89%B9%E6%96%87>,
        <http://lexvo.org/id/term/dan/gotisk>,
        <http://lexvo.org/id/term/deu/Gotisch>,
        <http://lexvo.org/id/term/ell/%CE%93%CE%BF%CF%84%CE%B8%CE%B9%CE%BA%CF%8C>,
        <http://lexvo.org/id/term/eng-Dsrt/%F0%90%90%98%F0%90%90%B1%F0%90%91%83%F0%90%90%AE%F0%90%90%BF>,
        <http://lexvo.org/id/term/eng/Gothic>,
        <http://lexvo.org/id/term/est/gooti>,
        <http://lexvo.org/id/term/ewe/gothia%20gbe%C5%8B%C9%94%C5%8Bl%C9%94>,
        <http://lexvo.org/id/term/fas/%DA%AF%D9%88%D8%AA%DB%8C%DA%A9>,
        <http://lexvo.org/id/term/fin/goottilainen>,
        <http://lexvo.org/id/term/fra/gotique>,
        <http://lexvo.org/id/term/fur/gotic>,
        <http://lexvo.org/id/term/gle/Gotach>,
        <http://lexvo.org/id/term/gsw/Gotisch>,
        <http://lexvo.org/id/term/guj/%E0%AA%97%E0%AB%8B%E0%AA%A5%E0%AA%BF%E0%AA%95>,
        <http://lexvo.org/id/term/heb/%D7%92%D7%95%D7%AA%D7%99>,
        <http://lexvo.org/id/term/hin/%E0%A4%97%E0%A5%8B%E0%A4%A5%E0%A4%BF%E0%A4%95>,
        <http://lexvo.org/id/term/hrv/goti%C4%8Dko%20pismo>,
        <http://lexvo.org/id/term/hun/G%C3%B3t>,
        <http://lexvo.org/id/term/ind/Gothic>,
        <http://lexvo.org/id/term/ita/gotico>,
        <http://lexvo.org/id/term/jpn/%E3%82%B4%E3%83%BC%E3%83%88%E6%96%87%E5%AD%97>,
        <http://lexvo.org/id/term/kan/%E0%B2%97%E0%B3%8B%E0%B2%A4%E0%B2%BF%E0%B2%95%E0%B3%8D>,
        <http://lexvo.org/id/term/kas/%DA%AF%D9%88%D8%AA%DA%BE%D9%90%DA%A9>,
        <http://lexvo.org/id/term/kat/%E1%83%92%E1%83%9D%E1%83%97%E1%83%A3%E1%83%A0%E1%83%98>,
        <http://lexvo.org/id/term/kor/%EA%B3%A0%ED%8A%B8%20%EB%AC%B8%EC%9E%90>,
        <http://lexvo.org/id/term/lao/%E0%BB%82%E0%BA%81%E0%BA%AE%E0%BA%B4%E0%BA%81>,
        <http://lexvo.org/id/term/lav/gotu>,
        <http://lexvo.org/id/term/lit/got%C5%B3>,
        <http://lexvo.org/id/term/mal/%E0%B4%97%E0%B5%8B%E0%B4%A5%E0%B4%BF%E0%B4%95%E0%B5%8D>,
        <http://lexvo.org/id/term/mar/%E0%A4%97%E0%A5%8B%E0%A4%A5%E0%A4%BF%E0%A4%95>,
        <http://lexvo.org/id/term/nep/%E0%A4%97%E0%A5%8B%E0%A4%A5%E0%A4%BF%E0%A4%95>,
        <http://lexvo.org/id/term/nld/Gothisch>,
        <http://lexvo.org/id/term/nno/gotisk>,
        <http://lexvo.org/id/term/nob/gotisk>,
        <http://lexvo.org/id/term/ori/%E0%AC%97%E0%AD%8B%E0%AC%A5%E0%AC%BF%E0%AC%95%E0%AD%8D>,
        <http://lexvo.org/id/term/pol/gotyckie>,
        <http://lexvo.org/id/term/por/g%C3%B3tico>,
        <http://lexvo.org/id/term/roh/gotic>,
        <http://lexvo.org/id/term/ron/gotic%C4%83>,
        <http://lexvo.org/id/term/rus/%D0%93%D0%BE%D1%82%D1%81%D0%BA%D0%B0%D1%8F>,
        <http://lexvo.org/id/term/slk/gotick%C3%BD>,
        <http://lexvo.org/id/term/slv/gotski>,
        <http://lexvo.org/id/term/spa/g%C3%B3tico>,
        <http://lexvo.org/id/term/srp-Latn/Gotika>,
        <http://lexvo.org/id/term/srp/%D0%93%D0%BE%D1%82%D0%B8%D0%BA%D0%B0>,
        <http://lexvo.org/id/term/swe/gotiska>,
        <http://lexvo.org/id/term/tam/%E0%AE%95%E0%AF%8B%E0%AE%A4%E0%AE%BF%E0%AE%95%E0%AF%8D>,
        <http://lexvo.org/id/term/tel/%E0%B0%97%E0%B1%8B%E0%B0%A4%E0%B0%BF%E0%B0%95%E0%B1%8D>,
        <http://lexvo.org/id/term/tha/%E0%B9%82%E0%B8%81%E0%B8%98%E0%B8%B4%E0%B8%81>,
        <http://lexvo.org/id/term/tur/Gotik>,
        <http://lexvo.org/id/term/ukr/%D0%93%D0%BE%D1%82%D0%B8%D1%87%D0%BD%D0%B8%D0%B9>,
        <http://lexvo.org/id/term/vie/Ch%E1%BB%AF%20G%C3%B4-t%C3%ADch> .

<http://lexvo.org/id/script/Gran> a lvont:Script ;
    rdfs:label "grantha"@ca,
        "格兰塔文"@cmn,
        "格蘭他文字"@cmn-Hant,
        "oldtamilsk"@da,
        "grantha gbeŋɔŋlɔ"@ee,
        "Grantha"@en,
        "grantha"@fi,
        "grantha"@fr,
        "Grantha"@id,
        "グランタ文字"@ja,
        "그란타 문자"@ko,
        "ເຄນທາ"@lo,
        "gammeltamilsk"@nb,
        "gammaltamilsk"@nn,
        "grantha"@pl,
        "gammaltamilska"@sv,
        "คฤณห์"@th,
        "Chữ Grantha"@vi ;
    lvont:iso15924Alphacode "Gran"^^xsd:string ;
    lvont:label <http://lexvo.org/id/term/cat/grantha>,
        <http://lexvo.org/id/term/cmn-Hant/%E6%A0%BC%E8%98%AD%E4%BB%96%E6%96%87%E5%AD%97>,
        <http://lexvo.org/id/term/cmn/%E6%A0%BC%E5%85%B0%E5%A1%94%E6%96%87>,
        <http://lexvo.org/id/term/dan/oldtamilsk>,
        <http://lexvo.org/id/term/eng/Grantha>,
        <http://lexvo.org/id/term/ewe/grantha%20gbe%C5%8B%C9%94%C5%8Bl%C9%94>,
        <http://lexvo.org/id/term/fin/grantha>,
        <http://lexvo.org/id/term/fra/grantha>,
        <http://lexvo.org/id/term/ind/Grantha>,
        <http://lexvo.org/id/term/jpn/%E3%82%B0%E3%83%A9%E3%83%B3%E3%82%BF%E6%96%87%E5%AD%97>,
        <http://lexvo.org/id/term/kor/%EA%B7%B8%EB%9E%80%ED%83%80%20%EB%AC%B8%EC%9E%90>,
        <http://lexvo.org/id/term/lao/%E0%BB%80%E0%BA%84%E0%BA%99%E0%BA%97%E0%BA%B2>,
        <http://lexvo.org/id/term/nno/gammaltamilsk>,
        <http://lexvo.org/id/term/nob/gammeltamilsk>,
        <http://lexvo.org/id/term/pol/grantha>,
        <http://lexvo.org/id/term/swe/gammaltamilska>,
        <http://lexvo.org/id/term/tha/%E0%B8%84%E0%B8%A4%E0%B8%93%E0%B8%AB%E0%B9%8C>,
        <http://lexvo.org/id/term/vie/Ch%E1%BB%AF%20Grantha> .

<http://lexvo.org/id/script/Grek> a lvont:Script ;
    rdfs:label "Grieks"@af,
        "ግሪክ"@am,
        "اليونانية"@ar,
        "griegu"@ast,
        "yunan"@az,
        "Гръцка"@bg,
        "গ্রিক"@bn,
        "gresianek"@br,
        "ग्रीक"@brx,
        "grčko pismo"@bs,
        "грчко писмо"@bs-Cyrl,
        "grec"@ca,
        "希腊文"@cmn,
        "希臘文"@cmn-Hant,
        "řecké"@cs,
        "Groegaidd"@cy,
        "græsk"@da,
        "Griechisch"@de,
        "གྲིཀ་ཡིག་གུ"@dz,
        "grisigbeŋɔŋlɔ"@ee,
        "Ελληνικό"@el,
        "Greek"@en,
        "𐐘𐑉𐐨𐐿"@en-Dsrt,
        "griego"@es,
        "kreeka"@et,
        "Greziera"@eu,
        "یونانی"@fa,
        "kreikkalainen"@fi,
        "Greek"@fil,
        "grec"@fr,
        "grêc"@fur,
        "Gréagach"@ga,
        "Greugach"@gd,
        "Grego"@gl,
        "Griechisch"@gsw,
        "ગ્રીક"@gu,
        "יווני"@he,
        "ग्रीक"@hi,
        "grčko pismo"@hr,
        "Görög"@hu,
        "Yunani"@id,
        "grísk"@is,
        "greco"@it,
        "ギリシャ文字"@ja,
        "ბერძნული"@ka,
        "gregu"@kea,
        "Грек жазуы"@kk,
        "ក្រិក"@km,
        "ಗ್ರೀಕ್"@kn,
        "그리스 문자"@ko,
        "گرَنتھا"@ks,
        "jriischesche Schreff"@ksh,
        "ເກຣັກ"@lo,
        "graikų"@lt,
        "grieķu"@lv,
        "грчко писмо"@mk,
        "ഗ്രീക്ക്"@ml,
        "ग्रीक"@mr,
        "Grieg"@mt,
        "ဂရိ"@my,
        "gresk"@nb,
        "ग्रीक"@ne,
        "Grieks"@nl,
        "gresk"@nn,
        "ଗ୍ରୀକ୍"@or,
        "greckie"@pl,
        "grego"@pt,
        "grec"@rm,
        "greacă"@ro,
        "Греческая"@ru,
        "Кириэктии"@sah,
        "greikkalaš"@se,
        "ග්‍රීක"@si,
        "Grécky"@sk,
        "grški"@sl,
        "грчко писмо"@sr,
        "grčko pismo"@sr-Latn,
        "grekiska"@sv,
        "Kigiriki"@swh,
        "கிரேக்கம்"@ta,
        "గ్రీక్"@te,
        "กรีก"@th,
        "tohinima fakakalisi"@to,
        "Yunan"@tr,
        "Грецький"@uk,
        "یونانی"@ur,
        "Chữ Hy Lạp"@vi,
        "Gričiš"@wae,
        "Greek"@zsm,
        "isi-Greek"@zu ;
    lvont:iso15924Alphacode "Grek"^^xsd:string ;
    lvont:label <http://lexvo.org/id/term/afr/Grieks>,
        <http://lexvo.org/id/term/amh/%E1%8C%8D%E1%88%AA%E1%8A%AD>,
        <http://lexvo.org/id/term/ara/%D8%A7%D9%84%D9%8A%D9%88%D9%86%D8%A7%D9%86%D9%8A%D8%A9>,
        <http://lexvo.org/id/term/ast/griegu>,
        <http://lexvo.org/id/term/aze/yunan>,
        <http://lexvo.org/id/term/ben/%E0%A6%97%E0%A7%8D%E0%A6%B0%E0%A6%BF%E0%A6%95>,
        <http://lexvo.org/id/term/bos-Cyrl/%D0%B3%D1%80%D1%87%D0%BA%D0%BE%20%D0%BF%D0%B8%D1%81%D0%BC%D0%BE>,
        <http://lexvo.org/id/term/bos/gr%C4%8Dko%20pismo>,
        <http://lexvo.org/id/term/bre/gresianek>,
        <http://lexvo.org/id/term/brx/%E0%A4%97%E0%A5%8D%E0%A4%B0%E0%A5%80%E0%A4%95>,
        <http://lexvo.org/id/term/bul/%D0%93%D1%80%D1%8A%D1%86%D0%BA%D0%B0>,
        <http://lexvo.org/id/term/cat/grec>,
        <http://lexvo.org/id/term/ces/%C5%99eck%C3%A9>,
        <http://lexvo.org/id/term/cmn-Hant/%E5%B8%8C%E8%87%98%E6%96%87>,
        <http://lexvo.org/id/term/cmn/%E5%B8%8C%E8%85%8A%E6%96%87>,
        <http://lexvo.org/id/term/cym/Groegaidd>,
        <http://lexvo.org/id/term/dan/gr%C3%A6sk>,
        <http://lexvo.org/id/term/deu/Griechisch>,
        <http://lexvo.org/id/term/dzo/%E0%BD%82%E0%BE%B2%E0%BD%B2%E0%BD%80%E0%BC%8B%E0%BD%A1%E0%BD%B2%E0%BD%82%E0%BC%8B%E0%BD%82%E0%BD%B4>,
        <http://lexvo.org/id/term/ell/%CE%95%CE%BB%CE%BB%CE%B7%CE%BD%CE%B9%CE%BA%CF%8C>,
        <http://lexvo.org/id/term/eng-Dsrt/%F0%90%90%98%F0%90%91%89%F0%90%90%A8%F0%90%90%BF>,
        <http://lexvo.org/id/term/eng/Greek>,
        <http://lexvo.org/id/term/est/kreeka>,
        <http://lexvo.org/id/term/eus/Greziera>,
        <http://lexvo.org/id/term/ewe/grisigbe%C5%8B%C9%94%C5%8Bl%C9%94>,
        <http://lexvo.org/id/term/fas/%DB%8C%D9%88%D9%86%D8%A7%D9%86%DB%8C>,
        <http://lexvo.org/id/term/fil/Greek>,
        <http://lexvo.org/id/term/fin/kreikkalainen>,
        <http://lexvo.org/id/term/fra/grec>,
        <http://lexvo.org/id/term/fur/gr%C3%AAc>,
        <http://lexvo.org/id/term/gla/Greugach>,
        <http://lexvo.org/id/term/gle/Gr%C3%A9agach>,
        <http://lexvo.org/id/term/glg/Grego>,
        <http://lexvo.org/id/term/gsw/Griechisch>,
        <http://lexvo.org/id/term/guj/%E0%AA%97%E0%AB%8D%E0%AA%B0%E0%AB%80%E0%AA%95>,
        <http://lexvo.org/id/term/heb/%D7%99%D7%95%D7%95%D7%A0%D7%99>,
        <http://lexvo.org/id/term/hin/%E0%A4%97%E0%A5%8D%E0%A4%B0%E0%A5%80%E0%A4%95>,
        <http://lexvo.org/id/term/hrv/gr%C4%8Dko%20pismo>,
        <http://lexvo.org/id/term/hun/G%C3%B6r%C3%B6g>,
        <http://lexvo.org/id/term/ind/Yunani>,
        <http://lexvo.org/id/term/isl/gr%C3%ADsk>,
        <http://lexvo.org/id/term/ita/greco>,
        <http://lexvo.org/id/term/jpn/%E3%82%AE%E3%83%AA%E3%82%B7%E3%83%A3%E6%96%87%E5%AD%97>,
        <http://lexvo.org/id/term/kan/%E0%B2%97%E0%B3%8D%E0%B2%B0%E0%B3%80%E0%B2%95%E0%B3%8D>,
        <http://lexvo.org/id/term/kas/%DA%AF%D8%B1%D9%8E%D9%86%D8%AA%DA%BE%D8%A7>,
        <http://lexvo.org/id/term/kat/%E1%83%91%E1%83%94%E1%83%A0%E1%83%AB%E1%83%9C%E1%83%A3%E1%83%9A%E1%83%98>,
        <http://lexvo.org/id/term/kaz/%D0%93%D1%80%D0%B5%D0%BA%20%D0%B6%D0%B0%D0%B7%D1%83%D1%8B>,
        <http://lexvo.org/id/term/kea/gregu>,
        <http://lexvo.org/id/term/khm/%E1%9E%80%E1%9F%92%E1%9E%9A%E1%9E%B7%E1%9E%80>,
        <http://lexvo.org/id/term/kor/%EA%B7%B8%EB%A6%AC%EC%8A%A4%20%EB%AC%B8%EC%9E%90>,
        <http://lexvo.org/id/term/ksh/jriischesche%20Schreff>,
        <http://lexvo.org/id/term/lao/%E0%BB%80%E0%BA%81%E0%BA%A3%E0%BA%B1%E0%BA%81>,
        <http://lexvo.org/id/term/lav/grie%C4%B7u>,
        <http://lexvo.org/id/term/lit/graik%C5%B3>,
        <http://lexvo.org/id/term/mal/%E0%B4%97%E0%B5%8D%E0%B4%B0%E0%B5%80%E0%B4%95%E0%B5%8D%E0%B4%95%E0%B5%8D>,
        <http://lexvo.org/id/term/mar/%E0%A4%97%E0%A5%8D%E0%A4%B0%E0%A5%80%E0%A4%95>,
        <http://lexvo.org/id/term/mkd/%D0%B3%D1%80%D1%87%D0%BA%D0%BE%20%D0%BF%D0%B8%D1%81%D0%BC%D0%BE>,
        <http://lexvo.org/id/term/mlt/Grieg>,
        <http://lexvo.org/id/term/mya/%E1%80%82%E1%80%9B%E1%80%AD>,
        <http://lexvo.org/id/term/nep/%E0%A4%97%E0%A5%8D%E0%A4%B0%E0%A5%80%E0%A4%95>,
        <http://lexvo.org/id/term/nld/Grieks>,
        <http://lexvo.org/id/term/nno/gresk>,
        <http://lexvo.org/id/term/nob/gresk>,
        <http://lexvo.org/id/term/ori/%E0%AC%97%E0%AD%8D%E0%AC%B0%E0%AD%80%E0%AC%95%E0%AD%8D>,
        <http://lexvo.org/id/term/pol/greckie>,
        <http://lexvo.org/id/term/por/grego>,
        <http://lexvo.org/id/term/roh/grec>,
        <http://lexvo.org/id/term/ron/greac%C4%83>,
        <http://lexvo.org/id/term/rus/%D0%93%D1%80%D0%B5%D1%87%D0%B5%D1%81%D0%BA%D0%B0%D1%8F>,
        <http://lexvo.org/id/term/sah/%D0%9A%D0%B8%D1%80%D0%B8%D1%8D%D0%BA%D1%82%D0%B8%D0%B8>,
        <http://lexvo.org/id/term/sin/%E0%B6%9C%E0%B7%8A%E2%80%8D%E0%B6%BB%E0%B7%93%E0%B6%9A>,
        <http://lexvo.org/id/term/slk/Gr%C3%A9cky>,
        <http://lexvo.org/id/term/slv/gr%C5%A1ki>,
        <http://lexvo.org/id/term/sme/greikkala%C5%A1>,
        <http://lexvo.org/id/term/spa/griego>,
        <http://lexvo.org/id/term/srp-Latn/gr%C4%8Dko%20pismo>,
        <http://lexvo.org/id/term/srp/%D0%B3%D1%80%D1%87%D0%BA%D0%BE%20%D0%BF%D0%B8%D1%81%D0%BC%D0%BE>,
        <http://lexvo.org/id/term/swe/grekiska>,
        <http://lexvo.org/id/term/swh/Kigiriki>,
        <http://lexvo.org/id/term/tam/%E0%AE%95%E0%AE%BF%E0%AE%B0%E0%AF%87%E0%AE%95%E0%AF%8D%E0%AE%95%E0%AE%AE%E0%AF%8D>,
        <http://lexvo.org/id/term/tel/%E0%B0%97%E0%B1%8D%E0%B0%B0%E0%B1%80%E0%B0%95%E0%B1%8D>,
        <http://lexvo.org/id/term/tha/%E0%B8%81%E0%B8%A3%E0%B8%B5%E0%B8%81>,
        <http://lexvo.org/id/term/ton/tohinima%20fakakalisi>,
        <http://lexvo.org/id/term/tur/Yunan>,
        <http://lexvo.org/id/term/ukr/%D0%93%D1%80%D0%B5%D1%86%D1%8C%D0%BA%D0%B8%D0%B9>,
        <http://lexvo.org/id/term/urd/%DB%8C%D9%88%D9%86%D8%A7%D9%86%DB%8C>,
        <http://lexvo.org/id/term/vie/Ch%E1%BB%AF%20Hy%20L%E1%BA%A1p>,
        <http://lexvo.org/id/term/wae/Gri%C4%8Di%C5%A1>,
        <http://lexvo.org/id/term/zsm/Greek>,
        <http://lexvo.org/id/term/zul/isi-Greek> .

<http://lexvo.org/id/script/Gujr> a lvont:Script ;
    rdfs:label "Gudjarati"@af,
        "ጉጃራቲ"@am,
        "التاغجراتية"@ar,
        "guyarati"@ast,
        "qucarat"@az,
        "Гуджарати"@bg,
        "গুজরাটি"@bn,
        "གུཇ་རཱཏི་སྐད།"@bo,
        "gujarati"@br,
        "गुजराती"@brx,
        "gužarati pismo"@bs,
        "гујарати писмо"@bs-Cyrl,
        "gujarati"@ca,
        "古吉拉特文"@cmn,
        "古吉拉特文"@cmn-Hant,
        "gudžarátí"@cs,
        "gujarati"@da,
        "Gujarati"@de,
        "གུ་ཇ་ར་ཏི་ཡིག་གུ"@dz,
        "gudzaratigbeŋɔŋlɔ"@ee,
        "Γκουγιαράτι"@el,
        "Gujarati"@en,
        "𐐘𐐳𐐾𐐲𐑉𐐪𐐼𐐨"@en-Dsrt,
        "gujarati"@es,
        "gudžarati"@et,
        "Gujaratearra"@eu,
        "گجراتی"@fa,
        "gudžaratilainen"@fi,
        "Gujarati"@fil,
        "goudjarâtî"@fr,
        "goudjarâtî (gujrâtî)"@fr,
        "gujarati"@fur,
        "Gúisearátach"@ga,
        "Guxarati"@gl,
        "Guscharati"@gsw,
        "ગુજરાતી"@gu,
        "גוג'רטי"@he,
        "गुजराती"@hi,
        "gujarati pismo"@hr,
        "Gudzsaráti"@hu,
        "Gujarati"@id,
        "Gujarati"@is,
        "gujarati"@it,
        "グジャラート文字"@ja,
        "გუჯარათული"@ka,
        "gujarati"@kea,
        "Гуджарати жазуы"@kk,
        "កុដ្យារ៉ាទី"@km,
        "ಗುಜರಾತಿ"@kn,
        "구쟈라티 문자"@ko,
        "گریٖک"@ks,
        "jujaraatesche Schreff"@ksh,
        "ຈູຈາລາຕິ"@lo,
        "gudžaratų"@lt,
        "gudžaratu"@lv,
        "гуџарати писмо"@mk,
        "ഗുജറാത്തി"@ml,
        "गुजराती"@mr,
        "ဂုဂျာရသီ"@my,
        "gujarati"@nb,
        "गुजराती"@ne,
        "Gujarati"@nl,
        "gujarati"@nn,
        "ଗୁଜୁରାଟୀ"@or,
        "gudźarackie"@pl,
        "gujerati"@pt,
        "gujarati"@rm,
        "gujarati"@ro,
        "Гуджарати"@ru,
        "ගුජරාටි"@si,
        "Gudžarátčina"@sk,
        "gudžaratski"@sl,
        "гујарати писмо"@sr,
        "gužarati pismo"@sr-Latn,
        "gujarati"@sv,
        "Kigujarati"@swh,
        "குஜராத்தி"@ta,
        "గుజరాతీ"@te,
        "คุชราต"@th,
        "tohinima fakaʻinitia kutalati"@to,
        "Gucerat"@tr,
        "Гуджараті"@uk,
        "گجراتی"@ur,
        "Chữ Gujarati"@vi,
        "Gujarati"@wae,
        "Gujarat"@zsm,
        "isi-Gujarati"@zu ;
    lvont:iso15924Alphacode "Gujr"^^xsd:string ;
    lvont:label <http://lexvo.org/id/term/afr/Gudjarati>,
        <http://lexvo.org/id/term/amh/%E1%8C%89%E1%8C%83%E1%88%AB%E1%89%B2>,
        <http://lexvo.org/id/term/ara/%D8%A7%D9%84%D8%AA%D8%A7%D8%BA%D8%AC%D8%B1%D8%A7%D8%AA%D9%8A%D8%A9>,
        <http://lexvo.org/id/term/ast/guyarati>,
        <http://lexvo.org/id/term/aze/qucarat>,
        <http://lexvo.org/id/term/ben/%E0%A6%97%E0%A7%81%E0%A6%9C%E0%A6%B0%E0%A6%BE%E0%A6%9F%E0%A6%BF>,
        <http://lexvo.org/id/term/bod/%E0%BD%82%E0%BD%B4%E0%BD%87%E0%BC%8B%E0%BD%A2%E0%BD%B1%E0%BD%8F%E0%BD%B2%E0%BC%8B%E0%BD%A6%E0%BE%90%E0%BD%91%E0%BC%8D>,
        <http://lexvo.org/id/term/bos-Cyrl/%D0%B3%D1%83%D1%98%D0%B0%D1%80%D0%B0%D1%82%D0%B8%20%D0%BF%D0%B8%D1%81%D0%BC%D0%BE>,
        <http://lexvo.org/id/term/bos/gu%C5%BEarati%20pismo>,
        <http://lexvo.org/id/term/bre/gujarati>,
        <http://lexvo.org/id/term/brx/%E0%A4%97%E0%A5%81%E0%A4%9C%E0%A4%B0%E0%A4%BE%E0%A4%A4%E0%A5%80>,
        <http://lexvo.org/id/term/bul/%D0%93%D1%83%D0%B4%D0%B6%D0%B0%D1%80%D0%B0%D1%82%D0%B8>,
        <http://lexvo.org/id/term/cat/gujarati>,
        <http://lexvo.org/id/term/ces/gud%C5%BEar%C3%A1t%C3%AD>,
        <http://lexvo.org/id/term/cmn-Hant/%E5%8F%A4%E5%90%89%E6%8B%89%E7%89%B9%E6%96%87>,
        <http://lexvo.org/id/term/cmn/%E5%8F%A4%E5%90%89%E6%8B%89%E7%89%B9%E6%96%87>,
        <http://lexvo.org/id/term/dan/gujarati>,
        <http://lexvo.org/id/term/deu/Gujarati>,
        <http://lexvo.org/id/term/dzo/%E0%BD%82%E0%BD%B4%E0%BC%8B%E0%BD%87%E0%BC%8B%E0%BD%A2%E0%BC%8B%E0%BD%8F%E0%BD%B2%E0%BC%8B%E0%BD%A1%E0%BD%B2%E0%BD%82%E0%BC%8B%E0%BD%82%E0%BD%B4>,
        <http://lexvo.org/id/term/ell/%CE%93%CE%BA%CE%BF%CF%85%CE%B3%CE%B9%CE%B1%CF%81%CE%AC%CF%84%CE%B9>,
        <http://lexvo.org/id/term/eng-Dsrt/%F0%90%90%98%F0%90%90%B3%F0%90%90%BE%F0%90%90%B2%F0%90%91%89%F0%90%90%AA%F0%90%90%BC%F0%90%90%A8>,
        <http://lexvo.org/id/term/eng/Gujarati>,
        <http://lexvo.org/id/term/est/gud%C5%BEarati>,
        <http://lexvo.org/id/term/eus/Gujaratearra>,
        <http://lexvo.org/id/term/ewe/gudzaratigbe%C5%8B%C9%94%C5%8Bl%C9%94>,
        <http://lexvo.org/id/term/fas/%DA%AF%D8%AC%D8%B1%D8%A7%D8%AA%DB%8C>,
        <http://lexvo.org/id/term/fil/Gujarati>,
        <http://lexvo.org/id/term/fin/gud%C5%BEaratilainen>,
        <http://lexvo.org/id/term/fra/goudjar%C3%A2t%C3%AE>,
        <http://lexvo.org/id/term/fra/goudjar%C3%A2t%C3%AE%20(gujr%C3%A2t%C3%AE)>,
        <http://lexvo.org/id/term/fur/gujarati>,
        <http://lexvo.org/id/term/gle/G%C3%BAisear%C3%A1tach>,
        <http://lexvo.org/id/term/glg/Guxarati>,
        <http://lexvo.org/id/term/gsw/Guscharati>,
        <http://lexvo.org/id/term/guj/%E0%AA%97%E0%AB%81%E0%AA%9C%E0%AA%B0%E0%AA%BE%E0%AA%A4%E0%AB%80>,
        <http://lexvo.org/id/term/heb/%D7%92%D7%95%D7%92'%D7%A8%D7%98%D7%99>,
        <http://lexvo.org/id/term/hin/%E0%A4%97%E0%A5%81%E0%A4%9C%E0%A4%B0%E0%A4%BE%E0%A4%A4%E0%A5%80>,
        <http://lexvo.org/id/term/hrv/gujarati%20pismo>,
        <http://lexvo.org/id/term/hun/Gudzsar%C3%A1ti>,
        <http://lexvo.org/id/term/ind/Gujarati>,
        <http://lexvo.org/id/term/isl/Gujarati>,
        <http://lexvo.org/id/term/ita/gujarati>,
        <http://lexvo.org/id/term/jpn/%E3%82%B0%E3%82%B8%E3%83%A3%E3%83%A9%E3%83%BC%E3%83%88%E6%96%87%E5%AD%97>,
        <http://lexvo.org/id/term/kan/%E0%B2%97%E0%B3%81%E0%B2%9C%E0%B2%B0%E0%B2%BE%E0%B2%A4%E0%B2%BF>,
        <http://lexvo.org/id/term/kas/%DA%AF%D8%B1%DB%8C%D9%96%DA%A9>,
        <http://lexvo.org/id/term/kat/%E1%83%92%E1%83%A3%E1%83%AF%E1%83%90%E1%83%A0%E1%83%90%E1%83%97%E1%83%A3%E1%83%9A%E1%83%98>,
        <http://lexvo.org/id/term/kaz/%D0%93%D1%83%D0%B4%D0%B6%D0%B0%D1%80%D0%B0%D1%82%D0%B8%20%D0%B6%D0%B0%D0%B7%D1%83%D1%8B>,
        <http://lexvo.org/id/term/kea/gujarati>,
        <http://lexvo.org/id/term/khm/%E1%9E%80%E1%9E%BB%E1%9E%8A%E1%9F%92%E1%9E%99%E1%9E%B6%E1%9E%9A%E1%9F%89%E1%9E%B6%E1%9E%91%E1%9E%B8>,
        <http://lexvo.org/id/term/kor/%EA%B5%AC%EC%9F%88%EB%9D%BC%ED%8B%B0%20%EB%AC%B8%EC%9E%90>,
        <http://lexvo.org/id/term/ksh/jujaraatesche%20Schreff>,
        <http://lexvo.org/id/term/lao/%E0%BA%88%E0%BA%B9%E0%BA%88%E0%BA%B2%E0%BA%A5%E0%BA%B2%E0%BA%95%E0%BA%B4>,
        <http://lexvo.org/id/term/lav/gud%C5%BEaratu>,
        <http://lexvo.org/id/term/lit/gud%C5%BEarat%C5%B3>,
        <http://lexvo.org/id/term/mal/%E0%B4%97%E0%B5%81%E0%B4%9C%E0%B4%B1%E0%B4%BE%E0%B4%A4%E0%B5%8D%E0%B4%A4%E0%B4%BF>,
        <http://lexvo.org/id/term/mar/%E0%A4%97%E0%A5%81%E0%A4%9C%E0%A4%B0%E0%A4%BE%E0%A4%A4%E0%A5%80>,
        <http://lexvo.org/id/term/mkd/%D0%B3%D1%83%D1%9F%D0%B0%D1%80%D0%B0%D1%82%D0%B8%20%D0%BF%D0%B8%D1%81%D0%BC%D0%BE>,
        <http://lexvo.org/id/term/mya/%E1%80%82%E1%80%AF%E1%80%82%E1%80%BB%E1%80%AC%E1%80%9B%E1%80%9E%E1%80%AE>,
        <http://lexvo.org/id/term/nep/%E0%A4%97%E0%A5%81%E0%A4%9C%E0%A4%B0%E0%A4%BE%E0%A4%A4%E0%A5%80>,
        <http://lexvo.org/id/term/nld/Gujarati>,
        <http://lexvo.org/id/term/nno/gujarati>,
        <http://lexvo.org/id/term/nob/gujarati>,
        <http://lexvo.org/id/term/ori/%E0%AC%97%E0%AD%81%E0%AC%9C%E0%AD%81%E0%AC%B0%E0%AC%BE%E0%AC%9F%E0%AD%80>,
        <http://lexvo.org/id/term/pol/gud%C5%BAarackie>,
        <http://lexvo.org/id/term/por/gujerati>,
        <http://lexvo.org/id/term/roh/gujarati>,
        <http://lexvo.org/id/term/ron/gujarati>,
        <http://lexvo.org/id/term/rus/%D0%93%D1%83%D0%B4%D0%B6%D0%B0%D1%80%D0%B0%D1%82%D0%B8>,
        <http://lexvo.org/id/term/sin/%E0%B6%9C%E0%B7%94%E0%B6%A2%E0%B6%BB%E0%B7%8F%E0%B6%A7%E0%B7%92>,
        <http://lexvo.org/id/term/slk/Gud%C5%BEar%C3%A1t%C4%8Dina>,
        <http://lexvo.org/id/term/slv/gud%C5%BEaratski>,
        <http://lexvo.org/id/term/spa/gujarati>,
        <http://lexvo.org/id/term/srp-Latn/gu%C5%BEarati%20pismo>,
        <http://lexvo.org/id/term/srp/%D0%B3%D1%83%D1%98%D0%B0%D1%80%D0%B0%D1%82%D0%B8%20%D0%BF%D0%B8%D1%81%D0%BC%D0%BE>,
        <http://lexvo.org/id/term/swe/gujarati>,
        <http://lexvo.org/id/term/swh/Kigujarati>,
        <http://lexvo.org/id/term/tam/%E0%AE%95%E0%AF%81%E0%AE%9C%E0%AE%B0%E0%AE%BE%E0%AE%A4%E0%AF%8D%E0%AE%A4%E0%AE%BF>,
        <http://lexvo.org/id/term/tel/%E0%B0%97%E0%B1%81%E0%B0%9C%E0%B0%B0%E0%B0%BE%E0%B0%A4%E0%B1%80>,
        <http://lexvo.org/id/term/tha/%E0%B8%84%E0%B8%B8%E0%B8%8A%E0%B8%A3%E0%B8%B2%E0%B8%95>,
        <http://lexvo.org/id/term/ton/tohinima%20faka%CA%BBinitia%20kutalati>,
        <http://lexvo.org/id/term/tur/Gucerat>,
        <http://lexvo.org/id/term/ukr/%D0%93%D1%83%D0%B4%D0%B6%D0%B0%D1%80%D0%B0%D1%82%D1%96>,
        <http://lexvo.org/id/term/urd/%DA%AF%D8%AC%D8%B1%D8%A7%D8%AA%DB%8C>,
        <http://lexvo.org/id/term/vie/Ch%E1%BB%AF%20Gujarati>,
        <http://lexvo.org/id/term/wae/Gujarati>,
        <http://lexvo.org/id/term/zsm/Gujarat>,
        <http://lexvo.org/id/term/zul/isi-Gujarati> .

<http://lexvo.org/id/script/Guru> a lvont:Script ;
    rdfs:label "Gurmukhi"@af,
        "ጉርሙኪ"@am,
        "الجرمخي"@ar,
        "gurmukhi"@ast,
        "qurmuxi"@az,
        "Гурмукхи"@bg,
        "গুরুমুখি"@bn,
        "gurmukhi"@br,
        "गुरमुखी"@brx,
        "gurmukhi pismo"@bs,
        "гурмуки писмо"@bs-Cyrl,
        "gurmukhi"@ca,
        "果鲁穆奇文"@cmn,
        "古爾穆奇文"@cmn-Hant,
        "gurmukhi"@cs,
        "gurmukhi"@da,
        "Gurmukhi"@de,
        "གུ་རུ་མུ་ཁ་ཡིག་གུ"@dz,
        "gurmukhigbeŋɔŋlɔ"@ee,
        "Γκουρμουκχί"@el,
        "Gurmukhi"@en,
        "𐐘𐐳𐑉𐑋𐐲𐐿𐐨"@en-Dsrt,
        "gurmuji"@es,
        "gurmukhi"@et,
        "Gurmukhiarra"@eu,
        "گورومخی"@fa,
        "gurmukhi"@fi,
        "Gurmukhi"@fil,
        "gourmoukhî"@fr,
        "Gurmúcach"@ga,
        "Gurmukhi"@gl,
        "Gurmukhi"@gsw,
        "ગુરૂમુખી"@gu,
        "גורמוקי"@he,
        "गुरमुखी"@hi,
        "gurmukhi pismo"@hr,
        "Gurmuki"@hu,
        "Gurmukhi"@id,
        "Gurmukhi"@is,
        "gurmukhi"@it,
        "グルムキー文字"@ja,
        "გურმუხული"@ka,
        "gurmuki"@kea,
        "កុមុយឃី"@km,
        "ಗುರುಮುಖಿ"@kn,
        "구르무키 문자"@ko,
        "گُجرٲتۍ"@ks,
        "indesche Gurmukhi-Schreff"@ksh,
        "ເຈິຣມູຄິ"@lo,
        "gurmuki"@lt,
        "pandžabu"@lv,
        "гурмуки писмо"@mk,
        "ഗുരുമുഖി"@ml,
        "गुरुमुखी"@mr,
        "gurmukhi"@nb,
        "गुरूमुखी"@ne,
        "Gurmukhi"@nl,
        "gurmukhi"@nn,
        "ଗୁରୁମୁଖୀ"@or,
        "ਗੁਰਮੁਖੀ"@pa,
        "گُرمُکھی"@pa-Arab,
        "gurmukhi"@pl,
        "gurmuqui"@pt,
        "gurmukhi"@rm,
        "gurmukhi"@ro,
        "Гурмукхи"@ru,
        "ගර්මුකිහ්"@si,
        "Gurmukhi"@sk,
        "gurmuki"@sl,
        "гурмуки писмо"@sr,
        "gurmukhi pismo"@sr-Latn,
        "gurmukhi"@sv,
        "Kigurmukhi"@swh,
        "குர்முகி"@ta,
        "గుర్ముఖి"@te,
        "กูร์มูคี"@th,
        "tohinima fakapūnusapi"@to,
        "Gurmukhi"@tr,
        "Гурмухі"@uk,
        "گرمکھی"@ur,
        "Chữ Gurmukhi"@vi,
        "Gurmukhi"@zsm,
        "i-Gurmukhi"@zu ;
    lvont:iso15924Alphacode "Guru"^^xsd:string ;
    lvont:label <http://lexvo.org/id/term/afr/Gurmukhi>,
        <http://lexvo.org/id/term/amh/%E1%8C%89%E1%88%AD%E1%88%99%E1%8A%AA>,
        <http://lexvo.org/id/term/ara/%D8%A7%D9%84%D8%AC%D8%B1%D9%85%D8%AE%D9%8A>,
        <http://lexvo.org/id/term/ast/gurmukhi>,
        <http://lexvo.org/id/term/aze/qurmuxi>,
        <http://lexvo.org/id/term/ben/%E0%A6%97%E0%A7%81%E0%A6%B0%E0%A7%81%E0%A6%AE%E0%A7%81%E0%A6%96%E0%A6%BF>,
        <http://lexvo.org/id/term/bos-Cyrl/%D0%B3%D1%83%D1%80%D0%BC%D1%83%D0%BA%D0%B8%20%D0%BF%D0%B8%D1%81%D0%BC%D0%BE>,
        <http://lexvo.org/id/term/bos/gurmukhi%20pismo>,
        <http://lexvo.org/id/term/bre/gurmukhi>,
        <http://lexvo.org/id/term/brx/%E0%A4%97%E0%A5%81%E0%A4%B0%E0%A4%AE%E0%A5%81%E0%A4%96%E0%A5%80>,
        <http://lexvo.org/id/term/bul/%D0%93%D1%83%D1%80%D0%BC%D1%83%D0%BA%D1%85%D0%B8>,
        <http://lexvo.org/id/term/cat/gurmukhi>,
        <http://lexvo.org/id/term/ces/gurmukhi>,
        <http://lexvo.org/id/term/cmn-Hant/%E5%8F%A4%E7%88%BE%E7%A9%86%E5%A5%87%E6%96%87>,
        <http://lexvo.org/id/term/cmn/%E6%9E%9C%E9%B2%81%E7%A9%86%E5%A5%87%E6%96%87>,
        <http://lexvo.org/id/term/dan/gurmukhi>,
        <http://lexvo.org/id/term/deu/Gurmukhi>,
        <http://lexvo.org/id/term/dzo/%E0%BD%82%E0%BD%B4%E0%BC%8B%E0%BD%A2%E0%BD%B4%E0%BC%8B%E0%BD%98%E0%BD%B4%E0%BC%8B%E0%BD%81%E0%BC%8B%E0%BD%A1%E0%BD%B2%E0%BD%82%E0%BC%8B%E0%BD%82%E0%BD%B4>,
        <http://lexvo.org/id/term/ell/%CE%93%CE%BA%CE%BF%CF%85%CF%81%CE%BC%CE%BF%CF%85%CE%BA%CF%87%CE%AF>,
        <http://lexvo.org/id/term/eng-Dsrt/%F0%90%90%98%F0%90%90%B3%F0%90%91%89%F0%90%91%8B%F0%90%90%B2%F0%90%90%BF%F0%90%90%A8>,
        <http://lexvo.org/id/term/eng/Gurmukhi>,
        <http://lexvo.org/id/term/est/gurmukhi>,
        <http://lexvo.org/id/term/eus/Gurmukhiarra>,
        <http://lexvo.org/id/term/ewe/gurmukhigbe%C5%8B%C9%94%C5%8Bl%C9%94>,
        <http://lexvo.org/id/term/fas/%DA%AF%D9%88%D8%B1%D9%88%D9%85%D8%AE%DB%8C>,
        <http://lexvo.org/id/term/fil/Gurmukhi>,
        <http://lexvo.org/id/term/fin/gurmukhi>,
        <http://lexvo.org/id/term/fra/gourmoukh%C3%AE>,
        <http://lexvo.org/id/term/gle/Gurm%C3%BAcach>,
        <http://lexvo.org/id/term/glg/Gurmukhi>,
        <http://lexvo.org/id/term/gsw/Gurmukhi>,
        <http://lexvo.org/id/term/guj/%E0%AA%97%E0%AB%81%E0%AA%B0%E0%AB%82%E0%AA%AE%E0%AB%81%E0%AA%96%E0%AB%80>,
        <http://lexvo.org/id/term/heb/%D7%92%D7%95%D7%A8%D7%9E%D7%95%D7%A7%D7%99>,
        <http://lexvo.org/id/term/hin/%E0%A4%97%E0%A5%81%E0%A4%B0%E0%A4%AE%E0%A5%81%E0%A4%96%E0%A5%80>,
        <http://lexvo.org/id/term/hrv/gurmukhi%20pismo>,
        <http://lexvo.org/id/term/hun/Gurmuki>,
        <http://lexvo.org/id/term/ind/Gurmukhi>,
        <http://lexvo.org/id/term/isl/Gurmukhi>,
        <http://lexvo.org/id/term/ita/gurmukhi>,
        <http://lexvo.org/id/term/jpn/%E3%82%B0%E3%83%AB%E3%83%A0%E3%82%AD%E3%83%BC%E6%96%87%E5%AD%97>,
        <http://lexvo.org/id/term/kan/%E0%B2%97%E0%B3%81%E0%B2%B0%E0%B3%81%E0%B2%AE%E0%B3%81%E0%B2%96%E0%B2%BF>,
        <http://lexvo.org/id/term/kas/%DA%AF%D9%8F%D8%AC%D8%B1%D9%B2%D8%AA%DB%8D>,
        <http://lexvo.org/id/term/kat/%E1%83%92%E1%83%A3%E1%83%A0%E1%83%9B%E1%83%A3%E1%83%AE%E1%83%A3%E1%83%9A%E1%83%98>,
        <http://lexvo.org/id/term/kea/gurmuki>,
        <http://lexvo.org/id/term/khm/%E1%9E%80%E1%9E%BB%E1%9E%98%E1%9E%BB%E1%9E%99%E1%9E%83%E1%9E%B8>,
        <http://lexvo.org/id/term/kor/%EA%B5%AC%EB%A5%B4%EB%AC%B4%ED%82%A4%20%EB%AC%B8%EC%9E%90>,
        <http://lexvo.org/id/term/ksh/indesche%20Gurmukhi-Schreff>,
        <http://lexvo.org/id/term/lao/%E0%BB%80%E0%BA%88%E0%BA%B4%E0%BA%A3%E0%BA%A1%E0%BA%B9%E0%BA%84%E0%BA%B4>,
        <http://lexvo.org/id/term/lav/pand%C5%BEabu>,
        <http://lexvo.org/id/term/lit/gurmuki>,
        <http://lexvo.org/id/term/mal/%E0%B4%97%E0%B5%81%E0%B4%B0%E0%B5%81%E0%B4%AE%E0%B5%81%E0%B4%96%E0%B4%BF>,
        <http://lexvo.org/id/term/mar/%E0%A4%97%E0%A5%81%E0%A4%B0%E0%A5%81%E0%A4%AE%E0%A5%81%E0%A4%96%E0%A5%80>,
        <http://lexvo.org/id/term/mkd/%D0%B3%D1%83%D1%80%D0%BC%D1%83%D0%BA%D0%B8%20%D0%BF%D0%B8%D1%81%D0%BC%D0%BE>,
        <http://lexvo.org/id/term/nep/%E0%A4%97%E0%A5%81%E0%A4%B0%E0%A5%82%E0%A4%AE%E0%A5%81%E0%A4%96%E0%A5%80>,
        <http://lexvo.org/id/term/nld/Gurmukhi>,
        <http://lexvo.org/id/term/nno/gurmukhi>,
        <http://lexvo.org/id/term/nob/gurmukhi>,
        <http://lexvo.org/id/term/ori/%E0%AC%97%E0%AD%81%E0%AC%B0%E0%AD%81%E0%AC%AE%E0%AD%81%E0%AC%96%E0%AD%80>,
        <http://lexvo.org/id/term/pan-Arab/%DA%AF%D9%8F%D8%B1%D9%85%D9%8F%DA%A9%DA%BE%DB%8C>,
        <http://lexvo.org/id/term/pan/%E0%A8%97%E0%A9%81%E0%A8%B0%E0%A8%AE%E0%A9%81%E0%A8%96%E0%A9%80>,
        <http://lexvo.org/id/term/pol/gurmukhi>,
        <http://lexvo.org/id/term/por/gurmuqui>,
        <http://lexvo.org/id/term/roh/gurmukhi>,
        <http://lexvo.org/id/term/ron/gurmukhi>,
        <http://lexvo.org/id/term/rus/%D0%93%D1%83%D1%80%D0%BC%D1%83%D0%BA%D1%85%D0%B8>,
        <http://lexvo.org/id/term/sin/%E0%B6%9C%E0%B6%BB%E0%B7%8A%E0%B6%B8%E0%B7%94%E0%B6%9A%E0%B7%92%E0%B7%84%E0%B7%8A>,
        <http://lexvo.org/id/term/slk/Gurmukhi>,
        <http://lexvo.org/id/term/slv/gurmuki>,
        <http://lexvo.org/id/term/spa/gurmuji>,
        <http://lexvo.org/id/term/srp-Latn/gurmukhi%20pismo>,
        <http://lexvo.org/id/term/srp/%D0%B3%D1%83%D1%80%D0%BC%D1%83%D0%BA%D0%B8%20%D0%BF%D0%B8%D1%81%D0%BC%D0%BE>,
        <http://lexvo.org/id/term/swe/gurmukhi>,
        <http://lexvo.org/id/term/swh/Kigurmukhi>,
        <http://lexvo.org/id/term/tam/%E0%AE%95%E0%AF%81%E0%AE%B0%E0%AF%8D%E0%AE%AE%E0%AF%81%E0%AE%95%E0%AE%BF>,
        <http://lexvo.org/id/term/tel/%E0%B0%97%E0%B1%81%E0%B0%B0%E0%B1%8D%E0%B0%AE%E0%B1%81%E0%B0%96%E0%B0%BF>,
        <http://lexvo.org/id/term/tha/%E0%B8%81%E0%B8%B9%E0%B8%A3%E0%B9%8C%E0%B8%A1%E0%B8%B9%E0%B8%84%E0%B8%B5>,
        <http://lexvo.org/id/term/ton/tohinima%20fakap%C5%ABnusapi>,
        <http://lexvo.org/id/term/tur/Gurmukhi>,
        <http://lexvo.org/id/term/ukr/%D0%93%D1%83%D1%80%D0%BC%D1%83%D1%85%D1%96>,
        <http://lexvo.org/id/term/urd/%DA%AF%D8%B1%D9%85%DA%A9%DA%BE%DB%8C>,
        <http://lexvo.org/id/term/vie/Ch%E1%BB%AF%20Gurmukhi>,
        <http://lexvo.org/id/term/zsm/Gurmukhi>,
        <http://lexvo.org/id/term/zul/i-Gurmukhi> .

<http://lexvo.org/id/script/Hang> a lvont:Script ;
    rdfs:label "Hangul"@af,
        "ሐንጉል"@am,
        "الهانغول"@ar,
        "hangul"@ast,
        "hanqul"@az,
        "Хангул"@bg,
        "হাঙ্গুল"@bn,
        "hangeul"@br,
        "हंगुल"@brx,
        "hangul pismo"@bs,
        "хангул"@bs-Cyrl,
        "hangul"@ca,
        "韩文字"@cmn,
        "諺文"@cmn-Hant,
        "韓文字母"@cmn-Hant,
        "hangul"@cs,
        "hangul"@da,
        "Hangul"@de,
        "ཧཱན་གུལ་ཡིག་གུ"@dz,
        "hangulgbeŋɔŋlɔ"@ee,
        "Χανγκούλ"@el,
        "Hangul"@en,
        "Hangul (Hangŭl, Hangeul)"@en,
        "𐐐𐐪𐑌𐑀𐐲𐑊"@en-Dsrt,
        "hangul"@es,
        "hanguli"@et,
        "Hangularra"@eu,
        "هانگول"@fa,
        "hangul"@fi,
        "Hangul"@fil,
        "hangûl"@fr,
        "hangûl (hangŭl, hangeul)"@fr,
        "Hangalach"@ga,
        "Hangul"@gd,
        "Hangul"@gl,
        "Hangul"@gsw,
        "હંગુલ"@gu,
        "האנגול"@he,
        "हंगुल"@hi,
        "hangul pismo"@hr,
        "Hangul"@hu,
        "Hangul"@id,
        "hangul"@is,
        "hangul"@it,
        "ハングル"@ja,
        "angul"@kea,
        "ហាំងកុល"@km,
        "ಹ್ಯಾಂಗಲ್"@kn,
        "한글"@ko,
        "ہانٛگُل"@ks,
        "korrejaanesche Schreff"@ksh,
        "ຮັນກຣູ"@lo,
        "hangul"@lt,
        "hangila"@lv,
        "хангул"@mk,
        "ഹാംഗുൾ"@ml,
        "हंगुल"@mr,
        "ဟန်ဂူးလ်"@my,
        "hangul"@nb,
        "हान्गुल"@ne,
        "Hangul"@nl,
        "hangul"@nn,
        "ହାଙ୍ଗୁଲ୍"@or,
        "hangyl"@pl,
        "hangul"@pt,
        "hangul"@rm,
        "hangul"@ro,
        "Хангул"@ru,
        "hangul"@se,
        "හැන්ගුල්"@si,
        "Hangul"@sk,
        "hangul"@sl,
        "хангул"@sr,
        "hangul pismo"@sr-Latn,
        "hangul"@sv,
        "Kihangul"@swh,
        "ஹங்குல்"@ta,
        "హంగుల్"@te,
        "ฮันกูล"@th,
        "tohinima fakakōlea hāngūlu"@to,
        "Hangıl"@tr,
        "Хангул"@uk,
        "ہنگول"@ur,
        "Chữ Hangul"@vi,
        "Hangul"@zsm,
        "i-Hangul"@zu ;
    lvont:iso15924Alphacode "Hang"^^xsd:string ;
    lvont:label <http://lexvo.org/id/term/afr/Hangul>,
        <http://lexvo.org/id/term/amh/%E1%88%90%E1%8A%95%E1%8C%89%E1%88%8D>,
        <http://lexvo.org/id/term/ara/%D8%A7%D9%84%D9%87%D8%A7%D9%86%D8%BA%D9%88%D9%84>,
        <http://lexvo.org/id/term/ast/hangul>,
        <http://lexvo.org/id/term/aze/hanqul>,
        <http://lexvo.org/id/term/ben/%E0%A6%B9%E0%A6%BE%E0%A6%99%E0%A7%8D%E0%A6%97%E0%A7%81%E0%A6%B2>,
        <http://lexvo.org/id/term/bos-Cyrl/%D1%85%D0%B0%D0%BD%D0%B3%D1%83%D0%BB>,
        <http://lexvo.org/id/term/bos/hangul%20pismo>,
        <http://lexvo.org/id/term/bre/hangeul>,
        <http://lexvo.org/id/term/brx/%E0%A4%B9%E0%A4%82%E0%A4%97%E0%A5%81%E0%A4%B2>,
        <http://lexvo.org/id/term/bul/%D0%A5%D0%B0%D0%BD%D0%B3%D1%83%D0%BB>,
        <http://lexvo.org/id/term/cat/hangul>,
        <http://lexvo.org/id/term/ces/hangul>,
        <http://lexvo.org/id/term/cmn-Hant/%E8%AB%BA%E6%96%87>,
        <http://lexvo.org/id/term/cmn-Hant/%E9%9F%93%E6%96%87%E5%AD%97%E6%AF%8D>,
        <http://lexvo.org/id/term/cmn/%E9%9F%A9%E6%96%87%E5%AD%97>,
        <http://lexvo.org/id/term/dan/hangul>,
        <http://lexvo.org/id/term/deu/Hangul>,
        <http://lexvo.org/id/term/dzo/%E0%BD%A7%E0%BD%B1%E0%BD%93%E0%BC%8B%E0%BD%82%E0%BD%B4%E0%BD%A3%E0%BC%8B%E0%BD%A1%E0%BD%B2%E0%BD%82%E0%BC%8B%E0%BD%82%E0%BD%B4>,
        <http://lexvo.org/id/term/ell/%CE%A7%CE%B1%CE%BD%CE%B3%CE%BA%CE%BF%CF%8D%CE%BB>,
        <http://lexvo.org/id/term/eng-Dsrt/%F0%90%90%90%F0%90%90%AA%F0%90%91%8C%F0%90%91%80%F0%90%90%B2%F0%90%91%8A>,
        <http://lexvo.org/id/term/eng/Hangul>,
        <http://lexvo.org/id/term/eng/Hangul%20(Hang%C5%ADl%2C%20Hangeul)>,
        <http://lexvo.org/id/term/est/hanguli>,
        <http://lexvo.org/id/term/eus/Hangularra>,
        <http://lexvo.org/id/term/ewe/hangulgbe%C5%8B%C9%94%C5%8Bl%C9%94>,
        <http://lexvo.org/id/term/fas/%D9%87%D8%A7%D9%86%DA%AF%D9%88%D9%84>,
        <http://lexvo.org/id/term/fil/Hangul>,
        <http://lexvo.org/id/term/fin/hangul>,
        <http://lexvo.org/id/term/fra/hang%C3%BBl>,
        <http://lexvo.org/id/term/fra/hang%C3%BBl%20(hang%C5%ADl%2C%20hangeul)>,
        <http://lexvo.org/id/term/gla/Hangul>,
        <http://lexvo.org/id/term/gle/Hangalach>,
        <http://lexvo.org/id/term/glg/Hangul>,
        <http://lexvo.org/id/term/gsw/Hangul>,
        <http://lexvo.org/id/term/guj/%E0%AA%B9%E0%AA%82%E0%AA%97%E0%AB%81%E0%AA%B2>,
        <http://lexvo.org/id/term/heb/%D7%94%D7%90%D7%A0%D7%92%D7%95%D7%9C>,
        <http://lexvo.org/id/term/hin/%E0%A4%B9%E0%A4%82%E0%A4%97%E0%A5%81%E0%A4%B2>,
        <http://lexvo.org/id/term/hrv/hangul%20pismo>,
        <http://lexvo.org/id/term/hun/Hangul>,
        <http://lexvo.org/id/term/ind/Hangul>,
        <http://lexvo.org/id/term/isl/hangul>,
        <http://lexvo.org/id/term/ita/hangul>,
        <http://lexvo.org/id/term/jpn/%E3%83%8F%E3%83%B3%E3%82%B0%E3%83%AB>,
        <http://lexvo.org/id/term/kan/%E0%B2%B9%E0%B3%8D%E0%B2%AF%E0%B2%BE%E0%B2%82%E0%B2%97%E0%B2%B2%E0%B3%8D>,
        <http://lexvo.org/id/term/kas/%DB%81%D8%A7%D9%86%D9%9B%DA%AF%D9%8F%D9%84>,
        <http://lexvo.org/id/term/kea/angul>,
        <http://lexvo.org/id/term/khm/%E1%9E%A0%E1%9E%B6%E1%9F%86%E1%9E%84%E1%9E%80%E1%9E%BB%E1%9E%9B>,
        <http://lexvo.org/id/term/kor/%ED%95%9C%EA%B8%80>,
        <http://lexvo.org/id/term/ksh/korrejaanesche%20Schreff>,
        <http://lexvo.org/id/term/lao/%E0%BA%AE%E0%BA%B1%E0%BA%99%E0%BA%81%E0%BA%A3%E0%BA%B9>,
        <http://lexvo.org/id/term/lav/hangila>,
        <http://lexvo.org/id/term/lit/hangul>,
        <http://lexvo.org/id/term/mal/%E0%B4%B9%E0%B4%BE%E0%B4%82%E0%B4%97%E0%B5%81%E0%B5%BE>,
        <http://lexvo.org/id/term/mar/%E0%A4%B9%E0%A4%82%E0%A4%97%E0%A5%81%E0%A4%B2>,
        <http://lexvo.org/id/term/mkd/%D1%85%D0%B0%D0%BD%D0%B3%D1%83%D0%BB>,
        <http://lexvo.org/id/term/mya/%E1%80%9F%E1%80%94%E1%80%BA%E1%80%82%E1%80%B0%E1%80%B8%E1%80%9C%E1%80%BA>,
        <http://lexvo.org/id/term/nep/%E0%A4%B9%E0%A4%BE%E0%A4%A8%E0%A5%8D%E0%A4%97%E0%A5%81%E0%A4%B2>,
        <http://lexvo.org/id/term/nld/Hangul>,
        <http://lexvo.org/id/term/nno/hangul>,
        <http://lexvo.org/id/term/nob/hangul>,
        <http://lexvo.org/id/term/ori/%E0%AC%B9%E0%AC%BE%E0%AC%99%E0%AD%8D%E0%AC%97%E0%AD%81%E0%AC%B2%E0%AD%8D>,
        <http://lexvo.org/id/term/pol/hangyl>,
        <http://lexvo.org/id/term/por/hangul>,
        <http://lexvo.org/id/term/roh/hangul>,
        <http://lexvo.org/id/term/ron/hangul>,
        <http://lexvo.org/id/term/rus/%D0%A5%D0%B0%D0%BD%D0%B3%D1%83%D0%BB>,
        <http://lexvo.org/id/term/sin/%E0%B7%84%E0%B7%90%E0%B6%B1%E0%B7%8A%E0%B6%9C%E0%B7%94%E0%B6%BD%E0%B7%8A>,
        <http://lexvo.org/id/term/slk/Hangul>,
        <http://lexvo.org/id/term/slv/hangul>,
        <http://lexvo.org/id/term/sme/hangul>,
        <http://lexvo.org/id/term/spa/hangul>,
        <http://lexvo.org/id/term/srp-Latn/hangul%20pismo>,
        <http://lexvo.org/id/term/srp/%D1%85%D0%B0%D0%BD%D0%B3%D1%83%D0%BB>,
        <http://lexvo.org/id/term/swe/hangul>,
        <http://lexvo.org/id/term/swh/Kihangul>,
        <http://lexvo.org/id/term/tam/%E0%AE%B9%E0%AE%99%E0%AF%8D%E0%AE%95%E0%AF%81%E0%AE%B2%E0%AF%8D>,
        <http://lexvo.org/id/term/tel/%E0%B0%B9%E0%B0%82%E0%B0%97%E0%B1%81%E0%B0%B2%E0%B1%8D>,
        <http://lexvo.org/id/term/tha/%E0%B8%AE%E0%B8%B1%E0%B8%99%E0%B8%81%E0%B8%B9%E0%B8%A5>,
        <http://lexvo.org/id/term/ton/tohinima%20fakak%C5%8Dlea%20h%C4%81ng%C5%ABlu>,
        <http://lexvo.org/id/term/tur/Hang%C4%B1l>,
        <http://lexvo.org/id/term/ukr/%D0%A5%D0%B0%D0%BD%D0%B3%D1%83%D0%BB>,
        <http://lexvo.org/id/term/urd/%DB%81%D9%86%DA%AF%D9%88%D9%84>,
        <http://lexvo.org/id/term/vie/Ch%E1%BB%AF%20Hangul>,
        <http://lexvo.org/id/term/zsm/Hangul>,
        <http://lexvo.org/id/term/zul/i-Hangul> .

<http://lexvo.org/id/script/Hani> a lvont:Script ;
    rdfs:label "Han"@af,
        "ሃን"@am,
        "الهان"@ar,
        "escritura china"@ast,
        "han"@az,
        "Китайска"@bg,
        "হ্যান"@bn,
        "han"@br,
        "हान"@brx,
        "han pismo"@bs,
        "хан"@bs-Cyrl,
        "han"@ca,
        "汉字"@cmn,
        "漢語"@cmn-Hant,
        "han"@cs,
        "Han"@cy,
        "han"@da,
        "Chinesisch"@de,
        "རྒྱ་ནག་ཡིག་གུ"@dz,
        "hangbeŋɔŋlɔ"@ee,
        "Χαν"@el,
        "Han"@en,
        "Han (Hanzi, Kanji, Hanja)"@en,
        "𐐐𐐪𐑌"@en-Dsrt,
        "han"@es,
        "hiina han"@et,
        "Txinatar idazkera"@eu,
        "هان"@fa,
        "kiinalainen han"@fi,
        "Han"@fil,
        "idéogrammes han (sinogrammes)"@fr,
        "sinogrammes"@fr,
        "han"@fur,
        "Han"@ga,
        "Han"@gd,
        "Han"@gl,
        "Chineesisch"@gsw,
        "હાન"@gu,
        "האן"@he,
        "हन"@hi,
        "han pismo"@hr,
        "Han"@hu,
        "Han"@id,
        "kínversk"@is,
        "han"@it,
        "漢字"@ja,
        "ჰანი"@ka,
        "han"@kea,
        "ហាន"@km,
        "ಹಾನ್"@kn,
        "한자"@ko,
        "ہان"@ks,
        "en schineesesche Schreff"@ksh,
        "ແຮນ"@lo,
        "han"@lt,
        "ķīniešu"@lv,
        "хан"@mk,
        "ഹാൻ"@ml,
        "हान"@mr,
        "ဟန်"@my,
        "han"@nb,
        "हान"@ne,
        "Han"@nl,
        "han"@nn,
        "ହାନ୍"@or,
        "han"@pl,
        "han"@pt,
        "han"@rm,
        "ideografică"@ro,
        "Китайская"@ru,
        "kiinnaš"@se,
        "හන්"@si,
        "Han"@sk,
        "kanji"@sl,
        "хан"@sr,
        "han pismo"@sr-Latn,
        "han"@sv,
        "Kihan"@swh,
        "ஹான்"@ta,
        "హాన్"@te,
        "ฮั่น"@th,
        "tohinima fakasiaina"@to,
        "Han"@tr,
        "Китайський"@uk,
        "ہان"@ur,
        "Chữ Hán"@vi,
        "Han"@zsm,
        "i-Han"@zu ;
    lvont:iso15924Alphacode "Hani"^^xsd:string ;
    lvont:label <http://lexvo.org/id/term/afr/Han>,
        <http://lexvo.org/id/term/amh/%E1%88%83%E1%8A%95>,
        <http://lexvo.org/id/term/ara/%D8%A7%D9%84%D9%87%D8%A7%D9%86>,
        <http://lexvo.org/id/term/ast/escritura%20china>,
        <http://lexvo.org/id/term/aze/han>,
        <http://lexvo.org/id/term/ben/%E0%A6%B9%E0%A7%8D%E0%A6%AF%E0%A6%BE%E0%A6%A8>,
        <http://lexvo.org/id/term/bos-Cyrl/%D1%85%D0%B0%D0%BD>,
        <http://lexvo.org/id/term/bos/han%20pismo>,
        <http://lexvo.org/id/term/bre/han>,
        <http://lexvo.org/id/term/brx/%E0%A4%B9%E0%A4%BE%E0%A4%A8>,
        <http://lexvo.org/id/term/bul/%D0%9A%D0%B8%D1%82%D0%B0%D0%B9%D1%81%D0%BA%D0%B0>,
        <http://lexvo.org/id/term/cat/han>,
        <http://lexvo.org/id/term/ces/han>,
        <http://lexvo.org/id/term/cmn-Hant/%E6%BC%A2%E8%AA%9E>,
        <http://lexvo.org/id/term/cmn/%E6%B1%89%E5%AD%97>,
        <http://lexvo.org/id/term/cym/Han>,
        <http://lexvo.org/id/term/dan/han>,
        <http://lexvo.org/id/term/deu/Chinesisch>,
        <http://lexvo.org/id/term/dzo/%E0%BD%A2%E0%BE%92%E0%BE%B1%E0%BC%8B%E0%BD%93%E0%BD%82%E0%BC%8B%E0%BD%A1%E0%BD%B2%E0%BD%82%E0%BC%8B%E0%BD%82%E0%BD%B4>,
        <http://lexvo.org/id/term/ell/%CE%A7%CE%B1%CE%BD>,
        <http://lexvo.org/id/term/eng-Dsrt/%F0%90%90%90%F0%90%90%AA%F0%90%91%8C>,
        <http://lexvo.org/id/term/eng/Han>,
        <http://lexvo.org/id/term/eng/Han%20(Hanzi%2C%20Kanji%2C%20Hanja)>,
        <http://lexvo.org/id/term/est/hiina%20han>,
        <http://lexvo.org/id/term/eus/Txinatar%20idazkera>,
        <http://lexvo.org/id/term/ewe/hangbe%C5%8B%C9%94%C5%8Bl%C9%94>,
        <http://lexvo.org/id/term/fas/%D9%87%D8%A7%D9%86>,
        <http://lexvo.org/id/term/fil/Han>,
        <http://lexvo.org/id/term/fin/kiinalainen%20han>,
        <http://lexvo.org/id/term/fra/id%C3%A9ogrammes%20han%20(sinogrammes)>,
        <http://lexvo.org/id/term/fra/sinogrammes>,
        <http://lexvo.org/id/term/fur/han>,
        <http://lexvo.org/id/term/gla/Han>,
        <http://lexvo.org/id/term/gle/Han>,
        <http://lexvo.org/id/term/glg/Han>,
        <http://lexvo.org/id/term/gsw/Chineesisch>,
        <http://lexvo.org/id/term/guj/%E0%AA%B9%E0%AA%BE%E0%AA%A8>,
        <http://lexvo.org/id/term/heb/%D7%94%D7%90%D7%9F>,
        <http://lexvo.org/id/term/hin/%E0%A4%B9%E0%A4%A8>,
        <http://lexvo.org/id/term/hrv/han%20pismo>,
        <http://lexvo.org/id/term/hun/Han>,
        <http://lexvo.org/id/term/ind/Han>,
        <http://lexvo.org/id/term/isl/k%C3%ADnversk>,
        <http://lexvo.org/id/term/ita/han>,
        <http://lexvo.org/id/term/jpn/%E6%BC%A2%E5%AD%97>,
        <http://lexvo.org/id/term/kan/%E0%B2%B9%E0%B2%BE%E0%B2%A8%E0%B3%8D>,
        <http://lexvo.org/id/term/kas/%DB%81%D8%A7%D9%86>,
        <http://lexvo.org/id/term/kat/%E1%83%B0%E1%83%90%E1%83%9C%E1%83%98>,
        <http://lexvo.org/id/term/kea/han>,
        <http://lexvo.org/id/term/khm/%E1%9E%A0%E1%9E%B6%E1%9E%93>,
        <http://lexvo.org/id/term/kor/%ED%95%9C%EC%9E%90>,
        <http://lexvo.org/id/term/ksh/en%20schineesesche%20Schreff>,
        <http://lexvo.org/id/term/lao/%E0%BB%81%E0%BA%AE%E0%BA%99>,
        <http://lexvo.org/id/term/lav/%C4%B7%C4%ABnie%C5%A1u>,
        <http://lexvo.org/id/term/lit/han>,
        <http://lexvo.org/id/term/mal/%E0%B4%B9%E0%B4%BE%E0%B5%BB>,
        <http://lexvo.org/id/term/mar/%E0%A4%B9%E0%A4%BE%E0%A4%A8>,
        <http://lexvo.org/id/term/mkd/%D1%85%D0%B0%D0%BD>,
        <http://lexvo.org/id/term/mya/%E1%80%9F%E1%80%94%E1%80%BA>,
        <http://lexvo.org/id/term/nep/%E0%A4%B9%E0%A4%BE%E0%A4%A8>,
        <http://lexvo.org/id/term/nld/Han>,
        <http://lexvo.org/id/term/nno/han>,
        <http://lexvo.org/id/term/nob/han>,
        <http://lexvo.org/id/term/ori/%E0%AC%B9%E0%AC%BE%E0%AC%A8%E0%AD%8D>,
        <http://lexvo.org/id/term/pol/han>,
        <http://lexvo.org/id/term/por/han>,
        <http://lexvo.org/id/term/roh/han>,
        <http://lexvo.org/id/term/ron/ideografic%C4%83>,
        <http://lexvo.org/id/term/rus/%D0%9A%D0%B8%D1%82%D0%B0%D0%B9%D1%81%D0%BA%D0%B0%D1%8F>,
        <http://lexvo.org/id/term/sin/%E0%B7%84%E0%B6%B1%E0%B7%8A>,
        <http://lexvo.org/id/term/slk/Han>,
        <http://lexvo.org/id/term/slv/kanji>,
        <http://lexvo.org/id/term/sme/kiinna%C5%A1>,
        <http://lexvo.org/id/term/spa/han>,
        <http://lexvo.org/id/term/srp-Latn/han%20pismo>,
        <http://lexvo.org/id/term/srp/%D1%85%D0%B0%D0%BD>,
        <http://lexvo.org/id/term/swe/han>,
        <http://lexvo.org/id/term/swh/Kihan>,
        <http://lexvo.org/id/term/tam/%E0%AE%B9%E0%AE%BE%E0%AE%A9%E0%AF%8D>,
        <http://lexvo.org/id/term/tel/%E0%B0%B9%E0%B0%BE%E0%B0%A8%E0%B1%8D>,
        <http://lexvo.org/id/term/tha/%E0%B8%AE%E0%B8%B1%E0%B9%88%E0%B8%99>,
        <http://lexvo.org/id/term/ton/tohinima%20fakasiaina>,
        <http://lexvo.org/id/term/tur/Han>,
        <http://lexvo.org/id/term/ukr/%D0%9A%D0%B8%D1%82%D0%B0%D0%B9%D1%81%D1%8C%D0%BA%D0%B8%D0%B9>,
        <http://lexvo.org/id/term/urd/%DB%81%D8%A7%D9%86>,
        <http://lexvo.org/id/term/vie/Ch%E1%BB%AF%20H%C3%A1n>,
        <http://lexvo.org/id/term/zsm/Han>,
        <http://lexvo.org/id/term/zul/i-Han> .

<http://lexvo.org/id/script/Hano> a lvont:Script ;
    rdfs:label "ሀኑኦ"@am,
        "الهانونو"@ar,
        "hanunu"@az,
        "Хануну"@bg,
        "হ্যানুনু"@bn,
        "हानुनु"@brx,
        "hanuno pismo"@bs,
        "хануно"@bs-Cyrl,
        "hanunoo"@ca,
        "汉奴罗文"@cmn,
        "哈努諾文"@cmn-Hant,
        "hanunóo"@cs,
        "hanunoo"@da,
        "Hanunoo"@de,
        "hanuno gbeŋɔŋlɔ"@ee,
        "Χανούνου"@el,
        "Hanunoo"@en,
        "Hanunoo (Hanunóo)"@en,
        "𐐐𐐲𐑌𐐭𐐲𐑌𐐭"@en-Dsrt,
        "hanunoo"@es,
        "hanunoo"@et,
        "هانونویی"@fa,
        "hanunoolainen"@fi,
        "hanounóo"@fr,
        "Hanunoo"@gsw,
        "હનુનૂ"@gu,
        "हनुनू"@hi,
        "hanunoo pismo"@hr,
        "Hanunoo"@hu,
        "Hanunoo"@id,
        "hanunoo"@it,
        "ハヌノオ文字"@ja,
        "ಹನೂನೂ"@kn,
        "하누누 문자"@ko,
        "ہانُنوٗ"@ks,
        "ຮານູໂນໂອ"@lo,
        "hanuno"@lt,
        "ഹനുനൂ"@ml,
        "हनुनू"@mr,
        "hanunoo"@nb,
        "हानुनु"@ne,
        "Hanunoo"@nl,
        "hanunoo"@nn,
        "ହାନୁନ୍"@or,
        "hanunoo"@pl,
        "hanunoo"@pt,
        "hanunoo"@rm,
        "Хануну"@ru,
        "hanunski"@sl,
        "хануно"@sr,
        "hanuno pismo"@sr-Latn,
        "hanunå"@sv,
        "ஹனுனூ"@ta,
        "హనునూ"@te,
        "ฮานูโนโอ"@th,
        "Hanunoo"@tr,
        "Хануну"@uk,
        "Chữ Hanunoo"@vi ;
    lvont:iso15924Alphacode "Hano"^^xsd:string ;
    lvont:label <http://lexvo.org/id/term/amh/%E1%88%80%E1%8A%91%E1%8A%A6>,
        <http://lexvo.org/id/term/ara/%D8%A7%D9%84%D9%87%D8%A7%D9%86%D9%88%D9%86%D9%88>,
        <http://lexvo.org/id/term/aze/hanunu>,
        <http://lexvo.org/id/term/ben/%E0%A6%B9%E0%A7%8D%E0%A6%AF%E0%A6%BE%E0%A6%A8%E0%A7%81%E0%A6%A8%E0%A7%81>,
        <http://lexvo.org/id/term/bos-Cyrl/%D1%85%D0%B0%D0%BD%D1%83%D0%BD%D0%BE>,
        <http://lexvo.org/id/term/bos/hanuno%20pismo>,
        <http://lexvo.org/id/term/brx/%E0%A4%B9%E0%A4%BE%E0%A4%A8%E0%A5%81%E0%A4%A8%E0%A5%81>,
        <http://lexvo.org/id/term/bul/%D0%A5%D0%B0%D0%BD%D1%83%D0%BD%D1%83>,
        <http://lexvo.org/id/term/cat/hanunoo>,
        <http://lexvo.org/id/term/ces/hanun%C3%B3o>,
        <http://lexvo.org/id/term/cmn-Hant/%E5%93%88%E5%8A%AA%E8%AB%BE%E6%96%87>,
        <http://lexvo.org/id/term/cmn/%E6%B1%89%E5%A5%B4%E7%BD%97%E6%96%87>,
        <http://lexvo.org/id/term/dan/hanunoo>,
        <http://lexvo.org/id/term/deu/Hanunoo>,
        <http://lexvo.org/id/term/ell/%CE%A7%CE%B1%CE%BD%CE%BF%CF%8D%CE%BD%CE%BF%CF%85>,
        <http://lexvo.org/id/term/eng-Dsrt/%F0%90%90%90%F0%90%90%B2%F0%90%91%8C%F0%90%90%AD%F0%90%90%B2%F0%90%91%8C%F0%90%90%AD>,
        <http://lexvo.org/id/term/eng/Hanunoo>,
        <http://lexvo.org/id/term/eng/Hanunoo%20(Hanun%C3%B3o)>,
        <http://lexvo.org/id/term/est/hanunoo>,
        <http://lexvo.org/id/term/ewe/hanuno%20gbe%C5%8B%C9%94%C5%8Bl%C9%94>,
        <http://lexvo.org/id/term/fas/%D9%87%D8%A7%D9%86%D9%88%D9%86%D9%88%DB%8C%DB%8C>,
        <http://lexvo.org/id/term/fin/hanunoolainen>,
        <http://lexvo.org/id/term/fra/hanoun%C3%B3o>,
        <http://lexvo.org/id/term/gsw/Hanunoo>,
        <http://lexvo.org/id/term/guj/%E0%AA%B9%E0%AA%A8%E0%AB%81%E0%AA%A8%E0%AB%82>,
        <http://lexvo.org/id/term/hin/%E0%A4%B9%E0%A4%A8%E0%A5%81%E0%A4%A8%E0%A5%82>,
        <http://lexvo.org/id/term/hrv/hanunoo%20pismo>,
        <http://lexvo.org/id/term/hun/Hanunoo>,
        <http://lexvo.org/id/term/ind/Hanunoo>,
        <http://lexvo.org/id/term/ita/hanunoo>,
        <http://lexvo.org/id/term/jpn/%E3%83%8F%E3%83%8C%E3%83%8E%E3%82%AA%E6%96%87%E5%AD%97>,
        <http://lexvo.org/id/term/kan/%E0%B2%B9%E0%B2%A8%E0%B3%82%E0%B2%A8%E0%B3%82>,
        <http://lexvo.org/id/term/kas/%DB%81%D8%A7%D9%86%D9%8F%D9%86%D9%88%D9%97>,
        <http://lexvo.org/id/term/kor/%ED%95%98%EB%88%84%EB%88%84%20%EB%AC%B8%EC%9E%90>,
        <http://lexvo.org/id/term/lao/%E0%BA%AE%E0%BA%B2%E0%BA%99%E0%BA%B9%E0%BB%82%E0%BA%99%E0%BB%82%E0%BA%AD>,
        <http://lexvo.org/id/term/lit/hanuno>,
        <http://lexvo.org/id/term/mal/%E0%B4%B9%E0%B4%A8%E0%B5%81%E0%B4%A8%E0%B5%82>,
        <http://lexvo.org/id/term/mar/%E0%A4%B9%E0%A4%A8%E0%A5%81%E0%A4%A8%E0%A5%82>,
        <http://lexvo.org/id/term/nep/%E0%A4%B9%E0%A4%BE%E0%A4%A8%E0%A5%81%E0%A4%A8%E0%A5%81>,
        <http://lexvo.org/id/term/nld/Hanunoo>,
        <http://lexvo.org/id/term/nno/hanunoo>,
        <http://lexvo.org/id/term/nob/hanunoo>,
        <http://lexvo.org/id/term/ori/%E0%AC%B9%E0%AC%BE%E0%AC%A8%E0%AD%81%E0%AC%A8%E0%AD%8D>,
        <http://lexvo.org/id/term/pol/hanunoo>,
        <http://lexvo.org/id/term/por/hanunoo>,
        <http://lexvo.org/id/term/roh/hanunoo>,
        <http://lexvo.org/id/term/rus/%D0%A5%D0%B0%D0%BD%D1%83%D0%BD%D1%83>,
        <http://lexvo.org/id/term/slv/hanunski>,
        <http://lexvo.org/id/term/spa/hanunoo>,
        <http://lexvo.org/id/term/srp-Latn/hanuno%20pismo>,
        <http://lexvo.org/id/term/srp/%D1%85%D0%B0%D0%BD%D1%83%D0%BD%D0%BE>,
        <http://lexvo.org/id/term/swe/hanun%C3%A5>,
        <http://lexvo.org/id/term/tam/%E0%AE%B9%E0%AE%A9%E0%AF%81%E0%AE%A9%E0%AF%82>,
        <http://lexvo.org/id/term/tel/%E0%B0%B9%E0%B0%A8%E0%B1%81%E0%B0%A8%E0%B1%82>,
        <http://lexvo.org/id/term/tha/%E0%B8%AE%E0%B8%B2%E0%B8%99%E0%B8%B9%E0%B9%82%E0%B8%99%E0%B9%82%E0%B8%AD>,
        <http://lexvo.org/id/term/tur/Hanunoo>,
        <http://lexvo.org/id/term/ukr/%D0%A5%D0%B0%D0%BD%D1%83%D0%BD%D1%83>,
        <http://lexvo.org/id/term/vie/Ch%E1%BB%AF%20Hanunoo> .

<http://lexvo.org/id/script/Hans> a lvont:Script ;
    rdfs:label "Vereenvoudig"@af,
        "Vereenvoudigde Han"@af,
        "ቀለል ያለ"@am,
        "ቀለል ያለ ሃን"@am,
        "المبسطة"@ar,
        "الهان المبسطة"@ar,
        "chinu simplificáu"@ast,
        "basitləştirilmiş han"@az,
        "спрошчанае кітайскае"@be,
        "Опростен китайски"@bg,
        "Опростен хан"@bg,
        "সরলিকৃত হ্যান"@bn,
        "সরলীকৃত হ্যান"@bn,
        "སླ་བསྡུའི་རྒྱའི་སྐད་ཡིག།"@bo,
        "han eeunaet"@br,
        "सरलीकृत हान"@brx,
        "pojednostavljeno kinesko pismo"@bs,
        "поједностављени хан"@bs-Cyrl,
        "поједностављено кинеско писмо"@bs-Cyrl,
        "simplificat"@ca,
        "xinès simplificat"@ca,
        "ᎠᎯᏗᎨ ᏓᎶᏂᎨ"@chr,
        "简体中文"@cmn,
        "簡體中文"@cmn-Hant,
        "han - zjednodušené"@cs,
        "zjednodušené"@cs,
        "Han syml"@cy,
        "forenklet"@da,
        "forenklet han"@da,
        "Vereinfacht"@de,
        "Vereinfachtes Chinesisch"@de,
        "རྒྱ་ཡིག་ ལུགས་གསར་"@dz,
        "tsainagbeŋɔŋlɔ"@ee,
        "Απλοποιημένα Χαν"@el,
        "Απλοποιημένο Κινεζικό"@el,
        "Han (Simplified variant)"@en,
        "Simplified"@en,
        "Simplified Han"@en,
        "𐐝𐐮𐑋𐐹𐑊𐐮𐑁𐐴𐐼 𐐐𐐪𐑌"@en-Dsrt,
        "Han simplificado"@es,
        "han simplificado"@es,
        "hanzi simplificado"@es,
        "hiina lihtsustatud"@et,
        "lihtsustatud han"@et,
        "Idazkera txinatar sinplifikatua"@eu,
        "Sinplifikatua"@eu,
        "ساده‌شده"@fa,
        "هان ساده‌شده"@fa,
        "kiinalainen yksinkertaistettu han"@fi,
        "yksinkertaistettu han"@fi,
        "Pinasimple"@fil,
        "Simplified Han"@fil,
        "chinois simplifié"@fr,
        "idéogrammes han (variante simplifiée)"@fr,
        "idéogrammes han simplifiés"@fr,
        "simplifié"@fr,
        "Han semplificât"@fur,
        "Han Símplithe"@ga,
        "Han simplificado"@gl,
        "Simplificado"@gl,
        "Veräifachti Chineesischi Schrift"@gsw,
        "સરળીકૃત"@gu,
        "સરળીકૃત હેન"@gu,
        "האן מפושט"@he,
        "כתב האן פשוט"@he,
        "सरलीकृत हन"@hi,
        "सरलीकृत हान"@hi,
        "pojednostavljeno hansko pismo"@hr,
        "Egyszerűsített Han"@hu,
        "Egyszerűsített kínai"@hu,
        "Han Sederhana"@id,
        "Sederhana"@id,
        "ꈝꐯꉌꈲꁱꂷ"@ii,
        "Einfaldað"@is,
        "Einfaldað han"@is,
        "han semplificati"@it,
        "han semplificato"@it,
        "漢字[簡体字]"@ja,
        "簡体字"@ja,
        "გამარტივებული ჰანი"@ka,
        "han simplifikadu"@kea,
        "қарапайым қытай иероглифы"@kk,
        "អក្សរ​ចិន​កាត់"@km,
        "ಸರಳೀಕೃತ ಹಾನ್"@kn,
        "한자 간체"@ko,
        "한자(간체)"@ko,
        "سِمپلِفایِڑ ہان"@ks,
        "eijfacher schineesesche Schreff"@ksh,
        "ຊິມປີຟາຍ"@lo,
        "supaprastinti"@lt,
        "supaprastinti han"@lt,
        "hanu vienkāršotā"@lv,
        "ķīniešu vienkāršotā"@lv,
        "Поедноставено"@mk,
        "പരിഷ്കൃത ഹാൻ"@ml,
        "ലളിതവൽക്കരിച്ച ഹാൻ"@ml,
        "सरलीकृत हन"@mr,
        "सरलीकृत हान"@mr,
        "Ħan Sempliċi"@mt,
        "ရိုးရှင်းသော တရုတ်"@my,
        "forenklet"@nb,
        "forenklet han"@nb,
        "सरलिकृत"@ne,
        "Vereenvoudigd"@nl,
        "Vereenvoudigd Chinees"@nl,
        "forenkla kinesisk"@nn,
        "ସରଳୀକୃତ ହାନ୍"@or,
        "Ӕнцонгонд китайаг"@os,
        "chiński uproszczony"@pl,
        "uproszczony han"@pl,
        "Hän simplificado"@pt,
        "han simplificado"@pt,
        "scrittira chinaisa simplifitgada"@rm,
        "alfabet han simplificat"@ro,
        "ideografică simplificată"@ro,
        "Упрощенная китайская"@ru,
        "Упрощенный китайский"@ru,
        "álki"@se,
        "සරළ"@si,
        "Zjednodušené čínske"@sk,
        "han – zjednodušené"@sk,
        "Poenostavljeni han"@sl,
        "poenostavljena pisava han"@sl,
        "поједностављено кинеско писмо"@sr,
        "поједностављено хан писмо"@sr,
        "pojednostavljeno kinesko pismo"@sr-Latn,
        "förenklade"@sv,
        "förenklade han-tecken"@sv,
        "Kihan Rahisi"@swh,
        "Rahisi"@swh,
        "எளிதாக்கப்பட்ட ஹான்"@ta,
        "எளிதாக்கப்பட்டது"@ta,
        "సరళీకృతం చెయ్యబడిన హ్యాన్"@te,
        "సరళీక్రితమైన హాన్"@te,
        "ฮั่นประยุกต์"@th,
        "tohinima fakasiaina fakafaingofua"@to,
        "Basitleştirilmiş"@tr,
        "Basitleştirilmiş Han"@tr,
        "Китайський спрощений"@uk,
        "Спрощений"@uk,
        "آسان"@ur,
        "آسان ہان"@ur,
        "Chữ Hán giản thể"@vi,
        "Giản thể"@vi,
        "Vereifačt"@wae,
        "Han Ringkas"@zsm,
        "Ringkas"@zsm,
        "i-Simplified"@zu,
        "i-Simplified Han"@zu ;
    lvont:iso15924Alphacode "Hans"^^xsd:string ;
    lvont:label <http://lexvo.org/id/term/afr/Vereenvoudig>,
        <http://lexvo.org/id/term/afr/Vereenvoudigde%20Han>,
        <http://lexvo.org/id/term/amh/%E1%89%80%E1%88%88%E1%88%8D%20%E1%8B%AB%E1%88%88>,
        <http://lexvo.org/id/term/amh/%E1%89%80%E1%88%88%E1%88%8D%20%E1%8B%AB%E1%88%88%20%E1%88%83%E1%8A%95>,
        <http://lexvo.org/id/term/ara/%D8%A7%D9%84%D9%85%D8%A8%D8%B3%D8%B7%D8%A9>,
        <http://lexvo.org/id/term/ara/%D8%A7%D9%84%D9%87%D8%A7%D9%86%20%D8%A7%D9%84%D9%85%D8%A8%D8%B3%D8%B7%D8%A9>,
        <http://lexvo.org/id/term/ast/chinu%20simplific%C3%A1u>,
        <http://lexvo.org/id/term/aze/basitl%C9%99%C5%9Ftirilmi%C5%9F%20han>,
        <http://lexvo.org/id/term/bel/%D1%81%D0%BF%D1%80%D0%BE%D1%88%D1%87%D0%B0%D0%BD%D0%B0%D0%B5%20%D0%BA%D1%96%D1%82%D0%B0%D0%B9%D1%81%D0%BA%D0%B0%D0%B5>,
        <http://lexvo.org/id/term/ben/%E0%A6%B8%E0%A6%B0%E0%A6%B2%E0%A6%BF%E0%A6%95%E0%A7%83%E0%A6%A4%20%E0%A6%B9%E0%A7%8D%E0%A6%AF%E0%A6%BE%E0%A6%A8>,
        <http://lexvo.org/id/term/ben/%E0%A6%B8%E0%A6%B0%E0%A6%B2%E0%A7%80%E0%A6%95%E0%A7%83%E0%A6%A4%20%E0%A6%B9%E0%A7%8D%E0%A6%AF%E0%A6%BE%E0%A6%A8>,
        <http://lexvo.org/id/term/bod/%E0%BD%A6%E0%BE%B3%E0%BC%8B%E0%BD%96%E0%BD%A6%E0%BE%A1%E0%BD%B4%E0%BD%A0%E0%BD%B2%E0%BC%8B%E0%BD%A2%E0%BE%92%E0%BE%B1%E0%BD%A0%E0%BD%B2%E0%BC%8B%E0%BD%A6%E0%BE%90%E0%BD%91%E0%BC%8B%E0%BD%A1%E0%BD%B2%E0%BD%82%E0%BC%8D>,
        <http://lexvo.org/id/term/bos-Cyrl/%D0%BF%D0%BE%D1%98%D0%B5%D0%B4%D0%BD%D0%BE%D1%81%D1%82%D0%B0%D0%B2%D1%99%D0%B5%D0%BD%D0%B8%20%D1%85%D0%B0%D0%BD>,
        <http://lexvo.org/id/term/bos-Cyrl/%D0%BF%D0%BE%D1%98%D0%B5%D0%B4%D0%BD%D0%BE%D1%81%D1%82%D0%B0%D0%B2%D1%99%D0%B5%D0%BD%D0%BE%20%D0%BA%D0%B8%D0%BD%D0%B5%D1%81%D0%BA%D0%BE%20%D0%BF%D0%B8%D1%81%D0%BC%D0%BE>,
        <http://lexvo.org/id/term/bos/pojednostavljeno%20kinesko%20pismo>,
        <http://lexvo.org/id/term/bre/han%20eeunaet>,
        <http://lexvo.org/id/term/brx/%E0%A4%B8%E0%A4%B0%E0%A4%B2%E0%A5%80%E0%A4%95%E0%A5%83%E0%A4%A4%20%E0%A4%B9%E0%A4%BE%E0%A4%A8>,
        <http://lexvo.org/id/term/bul/%D0%9E%D0%BF%D1%80%D0%BE%D1%81%D1%82%D0%B5%D0%BD%20%D0%BA%D0%B8%D1%82%D0%B0%D0%B9%D1%81%D0%BA%D0%B8>,
        <http://lexvo.org/id/term/bul/%D0%9E%D0%BF%D1%80%D0%BE%D1%81%D1%82%D0%B5%D0%BD%20%D1%85%D0%B0%D0%BD>,
        <http://lexvo.org/id/term/cat/simplificat>,
        <http://lexvo.org/id/term/cat/xin%C3%A8s%20simplificat>,
        <http://lexvo.org/id/term/ces/han%20-%20zjednodu%C5%A1en%C3%A9>,
        <http://lexvo.org/id/term/ces/zjednodu%C5%A1en%C3%A9>,
        <http://lexvo.org/id/term/chr/%E1%8E%A0%E1%8E%AF%E1%8F%97%E1%8E%A8%20%E1%8F%93%E1%8E%B6%E1%8F%82%E1%8E%A8>,
        <http://lexvo.org/id/term/cmn-Hant/%E7%B0%A1%E9%AB%94%E4%B8%AD%E6%96%87>,
        <http://lexvo.org/id/term/cmn/%E7%AE%80%E4%BD%93%E4%B8%AD%E6%96%87>,
        <http://lexvo.org/id/term/cym/Han%20syml>,
        <http://lexvo.org/id/term/dan/forenklet>,
        <http://lexvo.org/id/term/dan/forenklet%20han>,
        <http://lexvo.org/id/term/deu/Vereinfacht>,
        <http://lexvo.org/id/term/deu/Vereinfachtes%20Chinesisch>,
        <http://lexvo.org/id/term/dzo/%E0%BD%A2%E0%BE%92%E0%BE%B1%E0%BC%8B%E0%BD%A1%E0%BD%B2%E0%BD%82%E0%BC%8B%20%E0%BD%A3%E0%BD%B4%E0%BD%82%E0%BD%A6%E0%BC%8B%E0%BD%82%E0%BD%A6%E0%BD%A2%E0%BC%8B>,
        <http://lexvo.org/id/term/ell/%CE%91%CF%80%CE%BB%CE%BF%CF%80%CE%BF%CE%B9%CE%B7%CE%BC%CE%AD%CE%BD%CE%B1%20%CE%A7%CE%B1%CE%BD>,
        <http://lexvo.org/id/term/ell/%CE%91%CF%80%CE%BB%CE%BF%CF%80%CE%BF%CE%B9%CE%B7%CE%BC%CE%AD%CE%BD%CE%BF%20%CE%9A%CE%B9%CE%BD%CE%B5%CE%B6%CE%B9%CE%BA%CF%8C>,
        <http://lexvo.org/id/term/eng-Dsrt/%F0%90%90%9D%F0%90%90%AE%F0%90%91%8B%F0%90%90%B9%F0%90%91%8A%F0%90%90%AE%F0%90%91%81%F0%90%90%B4%F0%90%90%BC%20%F0%90%90%90%F0%90%90%AA%F0%90%91%8C>,
        <http://lexvo.org/id/term/eng/Han%20(Simplified%20variant)>,
        <http://lexvo.org/id/term/eng/Simplified>,
        <http://lexvo.org/id/term/eng/Simplified%20Han>,
        <http://lexvo.org/id/term/est/hiina%20lihtsustatud>,
        <http://lexvo.org/id/term/est/lihtsustatud%20han>,
        <http://lexvo.org/id/term/eus/Idazkera%20txinatar%20sinplifikatua>,
        <http://lexvo.org/id/term/eus/Sinplifikatua>,
        <http://lexvo.org/id/term/ewe/tsainagbe%C5%8B%C9%94%C5%8Bl%C9%94>,
        <http://lexvo.org/id/term/fas/%D8%B3%D8%A7%D8%AF%D9%87%E2%80%8C%D8%B4%D8%AF%D9%87>,
        <http://lexvo.org/id/term/fas/%D9%87%D8%A7%D9%86%20%D8%B3%D8%A7%D8%AF%D9%87%E2%80%8C%D8%B4%D8%AF%D9%87>,
        <http://lexvo.org/id/term/fil/Pinasimple>,
        <http://lexvo.org/id/term/fil/Simplified%20Han>,
        <http://lexvo.org/id/term/fin/kiinalainen%20yksinkertaistettu%20han>,
        <http://lexvo.org/id/term/fin/yksinkertaistettu%20han>,
        <http://lexvo.org/id/term/fra/chinois%20simplifi%C3%A9>,
        <http://lexvo.org/id/term/fra/id%C3%A9ogrammes%20han%20(variante%20simplifi%C3%A9e)>,
        <http://lexvo.org/id/term/fra/id%C3%A9ogrammes%20han%20simplifi%C3%A9s>,
        <http://lexvo.org/id/term/fra/simplifi%C3%A9>,
        <http://lexvo.org/id/term/fur/Han%20semplific%C3%A2t>,
        <http://lexvo.org/id/term/gle/Han%20S%C3%ADmplithe>,
        <http://lexvo.org/id/term/glg/Han%20simplificado>,
        <http://lexvo.org/id/term/glg/Simplificado>,
        <http://lexvo.org/id/term/gsw/Ver%C3%A4ifachti%20Chineesischi%20Schrift>,
        <http://lexvo.org/id/term/guj/%E0%AA%B8%E0%AA%B0%E0%AA%B3%E0%AB%80%E0%AA%95%E0%AB%83%E0%AA%A4>,
        <http://lexvo.org/id/term/guj/%E0%AA%B8%E0%AA%B0%E0%AA%B3%E0%AB%80%E0%AA%95%E0%AB%83%E0%AA%A4%20%E0%AA%B9%E0%AB%87%E0%AA%A8>,
        <http://lexvo.org/id/term/heb/%D7%94%D7%90%D7%9F%20%D7%9E%D7%A4%D7%95%D7%A9%D7%98>,
        <http://lexvo.org/id/term/heb/%D7%9B%D7%AA%D7%91%20%D7%94%D7%90%D7%9F%20%D7%A4%D7%A9%D7%95%D7%98>,
        <http://lexvo.org/id/term/hin/%E0%A4%B8%E0%A4%B0%E0%A4%B2%E0%A5%80%E0%A4%95%E0%A5%83%E0%A4%A4%20%E0%A4%B9%E0%A4%A8>,
        <http://lexvo.org/id/term/hin/%E0%A4%B8%E0%A4%B0%E0%A4%B2%E0%A5%80%E0%A4%95%E0%A5%83%E0%A4%A4%20%E0%A4%B9%E0%A4%BE%E0%A4%A8>,
        <http://lexvo.org/id/term/hrv/pojednostavljeno%20hansko%20pismo>,
        <http://lexvo.org/id/term/hun/Egyszer%C5%B1s%C3%ADtett%20Han>,
        <http://lexvo.org/id/term/hun/Egyszer%C5%B1s%C3%ADtett%20k%C3%ADnai>,
        <http://lexvo.org/id/term/iii/%EA%88%9D%EA%90%AF%EA%89%8C%EA%88%B2%EA%81%B1%EA%82%B7>,
        <http://lexvo.org/id/term/ind/Han%20Sederhana>,
        <http://lexvo.org/id/term/ind/Sederhana>,
        <http://lexvo.org/id/term/isl/Einfalda%C3%B0>,
        <http://lexvo.org/id/term/isl/Einfalda%C3%B0%20han>,
        <http://lexvo.org/id/term/ita/han%20semplificati>,
        <http://lexvo.org/id/term/ita/han%20semplificato>,
        <http://lexvo.org/id/term/jpn/%E6%BC%A2%E5%AD%97%5B%E7%B0%A1%E4%BD%93%E5%AD%97%5D>,
        <http://lexvo.org/id/term/jpn/%E7%B0%A1%E4%BD%93%E5%AD%97>,
        <http://lexvo.org/id/term/kan/%E0%B2%B8%E0%B2%B0%E0%B2%B3%E0%B3%80%E0%B2%95%E0%B3%83%E0%B2%A4%20%E0%B2%B9%E0%B2%BE%E0%B2%A8%E0%B3%8D>,
        <http://lexvo.org/id/term/kas/%D8%B3%D9%90%D9%85%D9%BE%D9%84%D9%90%D9%81%D8%A7%DB%8C%D9%90%DA%91%20%DB%81%D8%A7%D9%86>,
        <http://lexvo.org/id/term/kat/%E1%83%92%E1%83%90%E1%83%9B%E1%83%90%E1%83%A0%E1%83%A2%E1%83%98%E1%83%95%E1%83%94%E1%83%91%E1%83%A3%E1%83%9A%E1%83%98%20%E1%83%B0%E1%83%90%E1%83%9C%E1%83%98>,
        <http://lexvo.org/id/term/kaz/%D2%9B%D0%B0%D1%80%D0%B0%D0%BF%D0%B0%D0%B9%D1%8B%D0%BC%20%D2%9B%D1%8B%D1%82%D0%B0%D0%B9%20%D0%B8%D0%B5%D1%80%D0%BE%D0%B3%D0%BB%D0%B8%D1%84%D1%8B>,
        <http://lexvo.org/id/term/kea/han%20simplifikadu>,
        <http://lexvo.org/id/term/khm/%E1%9E%A2%E1%9E%80%E1%9F%92%E1%9E%9F%E1%9E%9A%E2%80%8B%E1%9E%85%E1%9E%B7%E1%9E%93%E2%80%8B%E1%9E%80%E1%9E%B6%E1%9E%8F%E1%9F%8B>,
        <http://lexvo.org/id/term/kor/%ED%95%9C%EC%9E%90%20%EA%B0%84%EC%B2%B4>,
        <http://lexvo.org/id/term/kor/%ED%95%9C%EC%9E%90(%EA%B0%84%EC%B2%B4)>,
        <http://lexvo.org/id/term/ksh/eijfacher%20schineesesche%20Schreff>,
        <http://lexvo.org/id/term/lao/%E0%BA%8A%E0%BA%B4%E0%BA%A1%E0%BA%9B%E0%BA%B5%E0%BA%9F%E0%BA%B2%E0%BA%8D>,
        <http://lexvo.org/id/term/lav/%C4%B7%C4%ABnie%C5%A1u%20vienk%C4%81r%C5%A1ot%C4%81>,
        <http://lexvo.org/id/term/lav/hanu%20vienk%C4%81r%C5%A1ot%C4%81>,
        <http://lexvo.org/id/term/lit/supaprastinti>,
        <http://lexvo.org/id/term/lit/supaprastinti%20han>,
        <http://lexvo.org/id/term/mal/%E0%B4%AA%E0%B4%B0%E0%B4%BF%E0%B4%B7%E0%B5%8D%E0%B4%95%E0%B5%83%E0%B4%A4%20%E0%B4%B9%E0%B4%BE%E0%B5%BB>,
        <http://lexvo.org/id/term/mal/%E0%B4%B2%E0%B4%B3%E0%B4%BF%E0%B4%A4%E0%B4%B5%E0%B5%BD%E0%B4%95%E0%B5%8D%E0%B4%95%E0%B4%B0%E0%B4%BF%E0%B4%9A%E0%B5%8D%E0%B4%9A%20%E0%B4%B9%E0%B4%BE%E0%B5%BB>,
        <http://lexvo.org/id/term/mar/%E0%A4%B8%E0%A4%B0%E0%A4%B2%E0%A5%80%E0%A4%95%E0%A5%83%E0%A4%A4%20%E0%A4%B9%E0%A4%A8>,
        <http://lexvo.org/id/term/mar/%E0%A4%B8%E0%A4%B0%E0%A4%B2%E0%A5%80%E0%A4%95%E0%A5%83%E0%A4%A4%20%E0%A4%B9%E0%A4%BE%E0%A4%A8>,
        <http://lexvo.org/id/term/mkd/%D0%9F%D0%BE%D0%B5%D0%B4%D0%BD%D0%BE%D1%81%D1%82%D0%B0%D0%B2%D0%B5%D0%BD%D0%BE>,
        <http://lexvo.org/id/term/mlt/%C4%A6an%20Sempli%C4%8Bi>,
        <http://lexvo.org/id/term/mya/%E1%80%9B%E1%80%AD%E1%80%AF%E1%80%B8%E1%80%9B%E1%80%BE%E1%80%84%E1%80%BA%E1%80%B8%E1%80%9E%E1%80%B1%E1%80%AC%20%E1%80%90%E1%80%9B%E1%80%AF%E1%80%90%E1%80%BA>,
        <http://lexvo.org/id/term/nep/%E0%A4%B8%E0%A4%B0%E0%A4%B2%E0%A4%BF%E0%A4%95%E0%A5%83%E0%A4%A4>,
        <http://lexvo.org/id/term/nld/Vereenvoudigd>,
        <http://lexvo.org/id/term/nld/Vereenvoudigd%20Chinees>,
        <http://lexvo.org/id/term/nno/forenkla%20kinesisk>,
        <http://lexvo.org/id/term/nob/forenklet>,
        <http://lexvo.org/id/term/nob/forenklet%20han>,
        <http://lexvo.org/id/term/ori/%E0%AC%B8%E0%AC%B0%E0%AC%B3%E0%AD%80%E0%AC%95%E0%AD%83%E0%AC%A4%20%E0%AC%B9%E0%AC%BE%E0%AC%A8%E0%AD%8D>,
        <http://lexvo.org/id/term/oss/%D3%94%D0%BD%D1%86%D0%BE%D0%BD%D0%B3%D0%BE%D0%BD%D0%B4%20%D0%BA%D0%B8%D1%82%D0%B0%D0%B9%D0%B0%D0%B3>,
        <http://lexvo.org/id/term/pol/chi%C5%84ski%20uproszczony>,
        <http://lexvo.org/id/term/pol/uproszczony%20han>,
        <http://lexvo.org/id/term/por/H%C3%A4n%20simplificado>,
        <http://lexvo.org/id/term/por/han%20simplificado>,
        <http://lexvo.org/id/term/roh/scrittira%20chinaisa%20simplifitgada>,
        <http://lexvo.org/id/term/ron/alfabet%20han%20simplificat>,
        <http://lexvo.org/id/term/ron/ideografic%C4%83%20simplificat%C4%83>,
        <http://lexvo.org/id/term/rus/%D0%A3%D0%BF%D1%80%D0%BE%D1%89%D0%B5%D0%BD%D0%BD%D0%B0%D1%8F%20%D0%BA%D0%B8%D1%82%D0%B0%D0%B9%D1%81%D0%BA%D0%B0%D1%8F>,
        <http://lexvo.org/id/term/rus/%D0%A3%D0%BF%D1%80%D0%BE%D1%89%D0%B5%D0%BD%D0%BD%D1%8B%D0%B9%20%D0%BA%D0%B8%D1%82%D0%B0%D0%B9%D1%81%D0%BA%D0%B8%D0%B9>,
        <http://lexvo.org/id/term/sin/%E0%B7%83%E0%B6%BB%E0%B7%85>,
        <http://lexvo.org/id/term/slk/Zjednodu%C5%A1en%C3%A9%20%C4%8D%C3%ADnske>,
        <http://lexvo.org/id/term/slk/han%20%E2%80%93%20zjednodu%C5%A1en%C3%A9>,
        <http://lexvo.org/id/term/slv/Poenostavljeni%20han>,
        <http://lexvo.org/id/term/slv/poenostavljena%20pisava%20han>,
        <http://lexvo.org/id/term/sme/%C3%A1lki>,
        <http://lexvo.org/id/term/spa/Han%20simplificado>,
        <http://lexvo.org/id/term/spa/han%20simplificado>,
        <http://lexvo.org/id/term/spa/hanzi%20simplificado>,
        <http://lexvo.org/id/term/srp-Latn/pojednostavljeno%20kinesko%20pismo>,
        <http://lexvo.org/id/term/srp/%D0%BF%D0%BE%D1%98%D0%B5%D0%B4%D0%BD%D0%BE%D1%81%D1%82%D0%B0%D0%B2%D1%99%D0%B5%D0%BD%D0%BE%20%D0%BA%D0%B8%D0%BD%D0%B5%D1%81%D0%BA%D0%BE%20%D0%BF%D0%B8%D1%81%D0%BC%D0%BE>,
        <http://lexvo.org/id/term/srp/%D0%BF%D0%BE%D1%98%D0%B5%D0%B4%D0%BD%D0%BE%D1%81%D1%82%D0%B0%D0%B2%D1%99%D0%B5%D0%BD%D0%BE%20%D1%85%D0%B0%D0%BD%20%D0%BF%D0%B8%D1%81%D0%BC%D0%BE>,
        <http://lexvo.org/id/term/swe/f%C3%B6renklade>,
        <http://lexvo.org/id/term/swe/f%C3%B6renklade%20han-tecken>,
        <http://lexvo.org/id/term/swh/Kihan%20Rahisi>,
        <http://lexvo.org/id/term/swh/Rahisi>,
        <http://lexvo.org/id/term/tam/%E0%AE%8E%E0%AE%B3%E0%AE%BF%E0%AE%A4%E0%AE%BE%E0%AE%95%E0%AF%8D%E0%AE%95%E0%AE%AA%E0%AF%8D%E0%AE%AA%E0%AE%9F%E0%AF%8D%E0%AE%9F%20%E0%AE%B9%E0%AE%BE%E0%AE%A9%E0%AF%8D>,
        <http://lexvo.org/id/term/tam/%E0%AE%8E%E0%AE%B3%E0%AE%BF%E0%AE%A4%E0%AE%BE%E0%AE%95%E0%AF%8D%E0%AE%95%E0%AE%AA%E0%AF%8D%E0%AE%AA%E0%AE%9F%E0%AF%8D%E0%AE%9F%E0%AE%A4%E0%AF%81>,
        <http://lexvo.org/id/term/tel/%E0%B0%B8%E0%B0%B0%E0%B0%B3%E0%B1%80%E0%B0%95%E0%B1%83%E0%B0%A4%E0%B0%82%20%E0%B0%9A%E0%B1%86%E0%B0%AF%E0%B1%8D%E0%B0%AF%E0%B0%AC%E0%B0%A1%E0%B0%BF%E0%B0%A8%20%E0%B0%B9%E0%B1%8D%E0%B0%AF%E0%B0%BE%E0%B0%A8%E0%B1%8D>,
        <http://lexvo.org/id/term/tel/%E0%B0%B8%E0%B0%B0%E0%B0%B3%E0%B1%80%E0%B0%95%E0%B1%8D%E0%B0%B0%E0%B0%BF%E0%B0%A4%E0%B0%AE%E0%B1%88%E0%B0%A8%20%E0%B0%B9%E0%B0%BE%E0%B0%A8%E0%B1%8D>,
        <http://lexvo.org/id/term/tha/%E0%B8%AE%E0%B8%B1%E0%B9%88%E0%B8%99%E0%B8%9B%E0%B8%A3%E0%B8%B0%E0%B8%A2%E0%B8%B8%E0%B8%81%E0%B8%95%E0%B9%8C>,
        <http://lexvo.org/id/term/ton/tohinima%20fakasiaina%20fakafaingofua>,
        <http://lexvo.org/id/term/tur/Basitle%C5%9Ftirilmi%C5%9F>,
        <http://lexvo.org/id/term/tur/Basitle%C5%9Ftirilmi%C5%9F%20Han>,
        <http://lexvo.org/id/term/ukr/%D0%9A%D0%B8%D1%82%D0%B0%D0%B9%D1%81%D1%8C%D0%BA%D0%B8%D0%B9%20%D1%81%D0%BF%D1%80%D0%BE%D1%89%D0%B5%D0%BD%D0%B8%D0%B9>,
        <http://lexvo.org/id/term/ukr/%D0%A1%D0%BF%D1%80%D0%BE%D1%89%D0%B5%D0%BD%D0%B8%D0%B9>,
        <http://lexvo.org/id/term/urd/%D8%A2%D8%B3%D8%A7%D9%86>,
        <http://lexvo.org/id/term/urd/%D8%A2%D8%B3%D8%A7%D9%86%20%DB%81%D8%A7%D9%86>,
        <http://lexvo.org/id/term/vie/Ch%E1%BB%AF%20H%C3%A1n%20gi%E1%BA%A3n%20th%E1%BB%83>,
        <http://lexvo.org/id/term/vie/Gi%E1%BA%A3n%20th%E1%BB%83>,
        <http://lexvo.org/id/term/wae/Vereifa%C4%8Dt>,
        <http://lexvo.org/id/term/zsm/Han%20Ringkas>,
        <http://lexvo.org/id/term/zsm/Ringkas>,
        <http://lexvo.org/id/term/zul/i-Simplified>,
        <http://lexvo.org/id/term/zul/i-Simplified%20Han> .

<http://lexvo.org/id/script/Hant> a lvont:Script ;
    rdfs:label "Tradisioneel"@af,
        "Tradisionele Han"@af,
        "ባህላዊ"@am,
        "ባህላዊ ሃን"@am,
        "التقليدية"@ar,
        "الهان التقليدية"@ar,
        "chinu tradicional"@ast,
        "qədimi han"@az,
        "традыцыйнае кітайскае"@be,
        "Традиционен китайски"@bg,
        "Традиционен хан"@bg,
        "ঐতিহ্যবাহী হ্যান"@bn,
        "প্রথাগত হ্যান"@bn,
        "གནའ་དུས་རྒྱའི་སྐད་ཡིག།"@bo,
        "han hengounel"@br,
        "पारम्परिक हान"@brx,
        "tradicionalno kinesko pismo"@bs,
        "традиционални хан"@bs-Cyrl,
        "традиционално кинеско писмо"@bs-Cyrl,
        "tradicional"@ca,
        "xinès tradicional"@ca,
        "ᎤᏦᏍᏗ ᏓᎶᏂᎨ"@chr,
        "繁体中文"@cmn,
        "繁體中文"@cmn-Hant,
        "繁體漢字"@cmn-Hant,
        "han - tradiční"@cs,
        "tradiční"@cs,
        "Han traddodiadol"@cy,
        "traditionelt"@da,
        "traditionelt han"@da,
        "Traditionell"@de,
        "Traditionelles Chinesisch"@de,
        "ལུགས་རྙིང་ རྒྱ་ཡིག"@dz,
        "blema tsainagbeŋɔŋlɔ"@ee,
        "Παραδοσιακά Χαν"@el,
        "Παραδοσιακό Κινεζικό"@el,
        "Han (Traditional variant)"@en,
        "Traditional"@en,
        "Traditional Han"@en,
        "𐐓𐑉𐐲𐐼𐐮𐑇𐐲𐑌𐐲𐑊 𐐐𐐪𐑌"@en-Dsrt,
        "Han tradicional"@es,
        "han tradicional"@es,
        "hanzi tradicional"@es,
        "hiina traditsiooniline"@et,
        "traditsiooniline han"@et,
        "Idazkera txinatar tradizionala"@eu,
        "Tradizionala"@eu,
        "سنتی"@fa,
        "هان سنتی"@fa,
        "kiinalainen perinteinen han"@fi,
        "perinteinen han"@fi,
        "Tradisyunal"@fil,
        "Tradisyunal Han"@fil,
        "chinois traditionnel"@fr,
        "idéogrammes han (variante traditionnelle)"@fr,
        "idéogrammes han traditionnels"@fr,
        "traditionnel"@fr,
        "Han tradizionâl"@fur,
        "Han Traidisiúnta"@ga,
        "Han tradicional"@gl,
        "Tradicional"@gl,
        "Tradizionelli Chineesischi Schrift"@gsw,
        "પરંપરાગત"@gu,
        "પરંપરાગત હાન"@gu,
        "האן מסורתי"@he,
        "כתב האן מסורתי"@he,
        "पारंपरिक हान"@hi,
        "पारम्परिक हन"@hi,
        "tradicionalno han pismo"@hr,
        "tradicionalno hansko pismo"@hr,
        "Hagyományos Han"@hu,
        "Hagyományos kínai"@hu,
        "Han Tradisional"@id,
        "Tradisional"@id,
        "ꀎꋏꉌꈲꁱꂷ"@ii,
        "Hefðbundið"@is,
        "Hefðbundið han"@is,
        "han tradizionale"@it,
        "han tradizionali"@it,
        "漢字[繁体字]"@ja,
        "繁体字"@ja,
        "ტრადიციული ჰანი"@ka,
        "han tradisional"@kea,
        "дәстүрлік қытай иероглифы"@kk,
        "អក្សរ​ចិន​ពេញ"@km,
        "ಸಾಂಪ್ರದಾಯಿಕ ಹಾನ್"@kn,
        "한자 번체"@ko,
        "한자(번체)"@ko,
        "ٹریڑِشَنَل"@ks,
        "tradizjonäll schineesesche Schreff"@ksh,
        "ທາດິດເຊິນນໍ"@lo,
        "tradiciniai"@lt,
        "tradiciniai han"@lt,
        "hanu tradicionālā"@lv,
        "ķīniešu tradicionālā"@lv,
        "Традиционално"@mk,
        "പരമ്പരാഗത ഹാൻ"@ml,
        "पारंपारिक हन"@mr,
        "पारंपारिक हान"@mr,
        "Ħan Tradizzjonali"@mt,
        "ရှေးရိုးစဉ်လာ တရုတ်"@my,
        "tradisjonell"@nb,
        "tradisjonell han"@nb,
        "परम्परागत"@ne,
        "Traditioneel"@nl,
        "Traditioneel Chinees"@nl,
        "tradisjonell kinesisk"@nn,
        "ପାରମ୍ପରିକ୍ ହାନ୍"@or,
        "Традицион китайаг"@os,
        "chiński tradycyjny"@pl,
        "tradycyjny han"@pl,
        "Hän tradicional"@pt,
        "han tradicional"@pt,
        "scrittira chinaisa tradiziunala"@rm,
        "alfabet han tradiţional"@ro,
        "ideografică tradițională"@ro,
        "Традиционная китайская"@ru,
        "Традиционный китайский"@ru,
        "árbevirolaš"@se,
        "සාම්ප්‍රදායික"@si,
        "Tradičné čínske"@sk,
        "han – tradičné"@sk,
        "Tradicionalni han"@sl,
        "tradicionalna pisava han"@sl,
        "традиционално кинеско писмо"@sr,
        "традиционално хан писмо"@sr,
        "tradicionalno kinesko pismo"@sr-Latn,
        "traditionella"@sv,
        "traditionella han-tecken"@sv,
        "Kihan cha Jadi"@swh,
        "பாரம்பரிய ஹான்"@ta,
        "பாரம்பரியம்"@ta,
        "సాంప్రదాయ హాన్"@te,
        "సాంప్రదాయ హ్యాన్"@te,
        "ฮั่นดั้งเดิม"@th,
        "tohinima tukufakaholo fakasiaina"@to,
        "Geleneksel"@tr,
        "Geleneksel Han"@tr,
        "Китайський традиційний"@uk,
        "Традиційний"@uk,
        "روایتی"@ur,
        "روایتی ہان"@ur,
        "Chữ Hán phồn thể"@vi,
        "Phồn thể"@vi,
        "Traditionell"@wae,
        "Han Tradisional"@zsm,
        "Tradisional"@zsm,
        "Okosiko"@zu,
        "i-Traditional Han"@zu ;
    lvont:iso15924Alphacode "Hant"^^xsd:string ;
    lvont:label <http://lexvo.org/id/term/afr/Tradisioneel>,
        <http://lexvo.org/id/term/afr/Tradisionele%20Han>,
        <http://lexvo.org/id/term/amh/%E1%89%A3%E1%88%85%E1%88%8B%E1%8B%8A>,
        <http://lexvo.org/id/term/amh/%E1%89%A3%E1%88%85%E1%88%8B%E1%8B%8A%20%E1%88%83%E1%8A%95>,
        <http://lexvo.org/id/term/ara/%D8%A7%D9%84%D8%AA%D9%82%D9%84%D9%8A%D8%AF%D9%8A%D8%A9>,
        <http://lexvo.org/id/term/ara/%D8%A7%D9%84%D9%87%D8%A7%D9%86%20%D8%A7%D9%84%D8%AA%D9%82%D9%84%D9%8A%D8%AF%D9%8A%D8%A9>,
        <http://lexvo.org/id/term/ast/chinu%20tradicional>,
        <http://lexvo.org/id/term/aze/q%C9%99dimi%20han>,
        <http://lexvo.org/id/term/bel/%D1%82%D1%80%D0%B0%D0%B4%D1%8B%D1%86%D1%8B%D0%B9%D0%BD%D0%B0%D0%B5%20%D0%BA%D1%96%D1%82%D0%B0%D0%B9%D1%81%D0%BA%D0%B0%D0%B5>,
        <http://lexvo.org/id/term/ben/%E0%A6%90%E0%A6%A4%E0%A6%BF%E0%A6%B9%E0%A7%8D%E0%A6%AF%E0%A6%AC%E0%A6%BE%E0%A6%B9%E0%A7%80%20%E0%A6%B9%E0%A7%8D%E0%A6%AF%E0%A6%BE%E0%A6%A8>,
        <http://lexvo.org/id/term/ben/%E0%A6%AA%E0%A7%8D%E0%A6%B0%E0%A6%A5%E0%A6%BE%E0%A6%97%E0%A6%A4%20%E0%A6%B9%E0%A7%8D%E0%A6%AF%E0%A6%BE%E0%A6%A8>,
        <http://lexvo.org/id/term/bod/%E0%BD%82%E0%BD%93%E0%BD%A0%E0%BC%8B%E0%BD%91%E0%BD%B4%E0%BD%A6%E0%BC%8B%E0%BD%A2%E0%BE%92%E0%BE%B1%E0%BD%A0%E0%BD%B2%E0%BC%8B%E0%BD%A6%E0%BE%90%E0%BD%91%E0%BC%8B%E0%BD%A1%E0%BD%B2%E0%BD%82%E0%BC%8D>,
        <http://lexvo.org/id/term/bos-Cyrl/%D1%82%D1%80%D0%B0%D0%B4%D0%B8%D1%86%D0%B8%D0%BE%D0%BD%D0%B0%D0%BB%D0%BD%D0%B8%20%D1%85%D0%B0%D0%BD>,
        <http://lexvo.org/id/term/bos-Cyrl/%D1%82%D1%80%D0%B0%D0%B4%D0%B8%D1%86%D0%B8%D0%BE%D0%BD%D0%B0%D0%BB%D0%BD%D0%BE%20%D0%BA%D0%B8%D0%BD%D0%B5%D1%81%D0%BA%D0%BE%20%D0%BF%D0%B8%D1%81%D0%BC%D0%BE>,
        <http://lexvo.org/id/term/bos/tradicionalno%20kinesko%20pismo>,
        <http://lexvo.org/id/term/bre/han%20hengounel>,
        <http://lexvo.org/id/term/brx/%E0%A4%AA%E0%A4%BE%E0%A4%B0%E0%A4%AE%E0%A5%8D%E0%A4%AA%E0%A4%B0%E0%A4%BF%E0%A4%95%20%E0%A4%B9%E0%A4%BE%E0%A4%A8>,
        <http://lexvo.org/id/term/bul/%D0%A2%D1%80%D0%B0%D0%B4%D0%B8%D1%86%D0%B8%D0%BE%D0%BD%D0%B5%D0%BD%20%D0%BA%D0%B8%D1%82%D0%B0%D0%B9%D1%81%D0%BA%D0%B8>,
        <http://lexvo.org/id/term/bul/%D0%A2%D1%80%D0%B0%D0%B4%D0%B8%D1%86%D0%B8%D0%BE%D0%BD%D0%B5%D0%BD%20%D1%85%D0%B0%D0%BD>,
        <http://lexvo.org/id/term/cat/tradicional>,
        <http://lexvo.org/id/term/cat/xin%C3%A8s%20tradicional>,
        <http://lexvo.org/id/term/ces/han%20-%20tradi%C4%8Dn%C3%AD>,
        <http://lexvo.org/id/term/ces/tradi%C4%8Dn%C3%AD>,
        <http://lexvo.org/id/term/chr/%E1%8E%A4%E1%8F%A6%E1%8F%8D%E1%8F%97%20%E1%8F%93%E1%8E%B6%E1%8F%82%E1%8E%A8>,
        <http://lexvo.org/id/term/cmn-Hant/%E7%B9%81%E9%AB%94%E4%B8%AD%E6%96%87>,
        <http://lexvo.org/id/term/cmn-Hant/%E7%B9%81%E9%AB%94%E6%BC%A2%E5%AD%97>,
        <http://lexvo.org/id/term/cmn/%E7%B9%81%E4%BD%93%E4%B8%AD%E6%96%87>,
        <http://lexvo.org/id/term/cym/Han%20traddodiadol>,
        <http://lexvo.org/id/term/dan/traditionelt>,
        <http://lexvo.org/id/term/dan/traditionelt%20han>,
        <http://lexvo.org/id/term/deu/Traditionell>,
        <http://lexvo.org/id/term/deu/Traditionelles%20Chinesisch>,
        <http://lexvo.org/id/term/dzo/%E0%BD%A3%E0%BD%B4%E0%BD%82%E0%BD%A6%E0%BC%8B%E0%BD%A2%E0%BE%99%E0%BD%B2%E0%BD%84%E0%BC%8B%20%E0%BD%A2%E0%BE%92%E0%BE%B1%E0%BC%8B%E0%BD%A1%E0%BD%B2%E0%BD%82>,
        <http://lexvo.org/id/term/ell/%CE%A0%CE%B1%CF%81%CE%B1%CE%B4%CE%BF%CF%83%CE%B9%CE%B1%CE%BA%CE%AC%20%CE%A7%CE%B1%CE%BD>,
        <http://lexvo.org/id/term/ell/%CE%A0%CE%B1%CF%81%CE%B1%CE%B4%CE%BF%CF%83%CE%B9%CE%B1%CE%BA%CF%8C%20%CE%9A%CE%B9%CE%BD%CE%B5%CE%B6%CE%B9%CE%BA%CF%8C>,
        <http://lexvo.org/id/term/eng-Dsrt/%F0%90%90%93%F0%90%91%89%F0%90%90%B2%F0%90%90%BC%F0%90%90%AE%F0%90%91%87%F0%90%90%B2%F0%90%91%8C%F0%90%90%B2%F0%90%91%8A%20%F0%90%90%90%F0%90%90%AA%F0%90%91%8C>,
        <http://lexvo.org/id/term/eng/Han%20(Traditional%20variant)>,
        <http://lexvo.org/id/term/eng/Traditional>,
        <http://lexvo.org/id/term/eng/Traditional%20Han>,
        <http://lexvo.org/id/term/est/hiina%20traditsiooniline>,
        <http://lexvo.org/id/term/est/traditsiooniline%20han>,
        <http://lexvo.org/id/term/eus/Idazkera%20txinatar%20tradizionala>,
        <http://lexvo.org/id/term/eus/Tradizionala>,
        <http://lexvo.org/id/term/ewe/blema%20tsainagbe%C5%8B%C9%94%C5%8Bl%C9%94>,
        <http://lexvo.org/id/term/fas/%D8%B3%D9%86%D8%AA%DB%8C>,
        <http://lexvo.org/id/term/fas/%D9%87%D8%A7%D9%86%20%D8%B3%D9%86%D8%AA%DB%8C>,
        <http://lexvo.org/id/term/fil/Tradisyunal>,
        <http://lexvo.org/id/term/fil/Tradisyunal%20Han>,
        <http://lexvo.org/id/term/fin/kiinalainen%20perinteinen%20han>,
        <http://lexvo.org/id/term/fin/perinteinen%20han>,
        <http://lexvo.org/id/term/fra/chinois%20traditionnel>,
        <http://lexvo.org/id/term/fra/id%C3%A9ogrammes%20han%20(variante%20traditionnelle)>,
        <http://lexvo.org/id/term/fra/id%C3%A9ogrammes%20han%20traditionnels>,
        <http://lexvo.org/id/term/fra/traditionnel>,
        <http://lexvo.org/id/term/fur/Han%20tradizion%C3%A2l>,
        <http://lexvo.org/id/term/gle/Han%20Traidisi%C3%BAnta>,
        <http://lexvo.org/id/term/glg/Han%20tradicional>,
        <http://lexvo.org/id/term/glg/Tradicional>,
        <http://lexvo.org/id/term/gsw/Tradizionelli%20Chineesischi%20Schrift>,
        <http://lexvo.org/id/term/guj/%E0%AA%AA%E0%AA%B0%E0%AA%82%E0%AA%AA%E0%AA%B0%E0%AA%BE%E0%AA%97%E0%AA%A4>,
        <http://lexvo.org/id/term/guj/%E0%AA%AA%E0%AA%B0%E0%AA%82%E0%AA%AA%E0%AA%B0%E0%AA%BE%E0%AA%97%E0%AA%A4%20%E0%AA%B9%E0%AA%BE%E0%AA%A8>,
        <http://lexvo.org/id/term/heb/%D7%94%D7%90%D7%9F%20%D7%9E%D7%A1%D7%95%D7%A8%D7%AA%D7%99>,
        <http://lexvo.org/id/term/heb/%D7%9B%D7%AA%D7%91%20%D7%94%D7%90%D7%9F%20%D7%9E%D7%A1%D7%95%D7%A8%D7%AA%D7%99>,
        <http://lexvo.org/id/term/hin/%E0%A4%AA%E0%A4%BE%E0%A4%B0%E0%A4%82%E0%A4%AA%E0%A4%B0%E0%A4%BF%E0%A4%95%20%E0%A4%B9%E0%A4%BE%E0%A4%A8>,
        <http://lexvo.org/id/term/hin/%E0%A4%AA%E0%A4%BE%E0%A4%B0%E0%A4%AE%E0%A5%8D%E0%A4%AA%E0%A4%B0%E0%A4%BF%E0%A4%95%20%E0%A4%B9%E0%A4%A8>,
        <http://lexvo.org/id/term/hrv/tradicionalno%20han%20pismo>,
        <http://lexvo.org/id/term/hrv/tradicionalno%20hansko%20pismo>,
        <http://lexvo.org/id/term/hun/Hagyom%C3%A1nyos%20Han>,
        <http://lexvo.org/id/term/hun/Hagyom%C3%A1nyos%20k%C3%ADnai>,
        <http://lexvo.org/id/term/iii/%EA%80%8E%EA%8B%8F%EA%89%8C%EA%88%B2%EA%81%B1%EA%82%B7>,
        <http://lexvo.org/id/term/ind/Han%20Tradisional>,
        <http://lexvo.org/id/term/ind/Tradisional>,
        <http://lexvo.org/id/term/isl/Hef%C3%B0bundi%C3%B0>,
        <http://lexvo.org/id/term/isl/Hef%C3%B0bundi%C3%B0%20han>,
        <http://lexvo.org/id/term/ita/han%20tradizionale>,
        <http://lexvo.org/id/term/ita/han%20tradizionali>,
        <http://lexvo.org/id/term/jpn/%E6%BC%A2%E5%AD%97%5B%E7%B9%81%E4%BD%93%E5%AD%97%5D>,
        <http://lexvo.org/id/term/jpn/%E7%B9%81%E4%BD%93%E5%AD%97>,
        <http://lexvo.org/id/term/kan/%E0%B2%B8%E0%B2%BE%E0%B2%82%E0%B2%AA%E0%B3%8D%E0%B2%B0%E0%B2%A6%E0%B2%BE%E0%B2%AF%E0%B2%BF%E0%B2%95%20%E0%B2%B9%E0%B2%BE%E0%B2%A8%E0%B3%8D>,
        <http://lexvo.org/id/term/kas/%D9%B9%D8%B1%DB%8C%DA%91%D9%90%D8%B4%D9%8E%D9%86%D9%8E%D9%84>,
        <http://lexvo.org/id/term/kat/%E1%83%A2%E1%83%A0%E1%83%90%E1%83%93%E1%83%98%E1%83%AA%E1%83%98%E1%83%A3%E1%83%9A%E1%83%98%20%E1%83%B0%E1%83%90%E1%83%9C%E1%83%98>,
        <http://lexvo.org/id/term/kaz/%D0%B4%D3%99%D1%81%D1%82%D2%AF%D1%80%D0%BB%D1%96%D0%BA%20%D2%9B%D1%8B%D1%82%D0%B0%D0%B9%20%D0%B8%D0%B5%D1%80%D0%BE%D0%B3%D0%BB%D0%B8%D1%84%D1%8B>,
        <http://lexvo.org/id/term/kea/han%20tradisional>,
        <http://lexvo.org/id/term/khm/%E1%9E%A2%E1%9E%80%E1%9F%92%E1%9E%9F%E1%9E%9A%E2%80%8B%E1%9E%85%E1%9E%B7%E1%9E%93%E2%80%8B%E1%9E%96%E1%9F%81%E1%9E%89>,
        <http://lexvo.org/id/term/kor/%ED%95%9C%EC%9E%90%20%EB%B2%88%EC%B2%B4>,
        <http://lexvo.org/id/term/kor/%ED%95%9C%EC%9E%90(%EB%B2%88%EC%B2%B4)>,
        <http://lexvo.org/id/term/ksh/tradizjon%C3%A4ll%20schineesesche%20Schreff>,
        <http://lexvo.org/id/term/lao/%E0%BA%97%E0%BA%B2%E0%BA%94%E0%BA%B4%E0%BA%94%E0%BB%80%E0%BA%8A%E0%BA%B4%E0%BA%99%E0%BA%99%E0%BB%8D>,
        <http://lexvo.org/id/term/lav/%C4%B7%C4%ABnie%C5%A1u%20tradicion%C4%81l%C4%81>,
        <http://lexvo.org/id/term/lav/hanu%20tradicion%C4%81l%C4%81>,
        <http://lexvo.org/id/term/lit/tradiciniai>,
        <http://lexvo.org/id/term/lit/tradiciniai%20han>,
        <http://lexvo.org/id/term/mal/%E0%B4%AA%E0%B4%B0%E0%B4%AE%E0%B5%8D%E0%B4%AA%E0%B4%B0%E0%B4%BE%E0%B4%97%E0%B4%A4%20%E0%B4%B9%E0%B4%BE%E0%B5%BB>,
        <http://lexvo.org/id/term/mar/%E0%A4%AA%E0%A4%BE%E0%A4%B0%E0%A4%82%E0%A4%AA%E0%A4%BE%E0%A4%B0%E0%A4%BF%E0%A4%95%20%E0%A4%B9%E0%A4%A8>,
        <http://lexvo.org/id/term/mar/%E0%A4%AA%E0%A4%BE%E0%A4%B0%E0%A4%82%E0%A4%AA%E0%A4%BE%E0%A4%B0%E0%A4%BF%E0%A4%95%20%E0%A4%B9%E0%A4%BE%E0%A4%A8>,
        <http://lexvo.org/id/term/mkd/%D0%A2%D1%80%D0%B0%D0%B4%D0%B8%D1%86%D0%B8%D0%BE%D0%BD%D0%B0%D0%BB%D0%BD%D0%BE>,
        <http://lexvo.org/id/term/mlt/%C4%A6an%20Tradizzjonali>,
        <http://lexvo.org/id/term/mya/%E1%80%9B%E1%80%BE%E1%80%B1%E1%80%B8%E1%80%9B%E1%80%AD%E1%80%AF%E1%80%B8%E1%80%85%E1%80%89%E1%80%BA%E1%80%9C%E1%80%AC%20%E1%80%90%E1%80%9B%E1%80%AF%E1%80%90%E1%80%BA>,
        <http://lexvo.org/id/term/nep/%E0%A4%AA%E0%A4%B0%E0%A4%AE%E0%A5%8D%E0%A4%AA%E0%A4%B0%E0%A4%BE%E0%A4%97%E0%A4%A4>,
        <http://lexvo.org/id/term/nld/Traditioneel>,
        <http://lexvo.org/id/term/nld/Traditioneel%20Chinees>,
        <http://lexvo.org/id/term/nno/tradisjonell%20kinesisk>,
        <http://lexvo.org/id/term/nob/tradisjonell>,
        <http://lexvo.org/id/term/nob/tradisjonell%20han>,
        <http://lexvo.org/id/term/ori/%E0%AC%AA%E0%AC%BE%E0%AC%B0%E0%AC%AE%E0%AD%8D%E0%AC%AA%E0%AC%B0%E0%AC%BF%E0%AC%95%E0%AD%8D%20%E0%AC%B9%E0%AC%BE%E0%AC%A8%E0%AD%8D>,
        <http://lexvo.org/id/term/oss/%D0%A2%D1%80%D0%B0%D0%B4%D0%B8%D1%86%D0%B8%D0%BE%D0%BD%20%D0%BA%D0%B8%D1%82%D0%B0%D0%B9%D0%B0%D0%B3>,
        <http://lexvo.org/id/term/pol/chi%C5%84ski%20tradycyjny>,
        <http://lexvo.org/id/term/pol/tradycyjny%20han>,
        <http://lexvo.org/id/term/por/H%C3%A4n%20tradicional>,
        <http://lexvo.org/id/term/por/han%20tradicional>,
        <http://lexvo.org/id/term/roh/scrittira%20chinaisa%20tradiziunala>,
        <http://lexvo.org/id/term/ron/alfabet%20han%20tradi%C5%A3ional>,
        <http://lexvo.org/id/term/ron/ideografic%C4%83%20tradi%C8%9Bional%C4%83>,
        <http://lexvo.org/id/term/rus/%D0%A2%D1%80%D0%B0%D0%B4%D0%B8%D1%86%D0%B8%D0%BE%D0%BD%D0%BD%D0%B0%D1%8F%20%D0%BA%D0%B8%D1%82%D0%B0%D0%B9%D1%81%D0%BA%D0%B0%D1%8F>,
        <http://lexvo.org/id/term/rus/%D0%A2%D1%80%D0%B0%D0%B4%D0%B8%D1%86%D0%B8%D0%BE%D0%BD%D0%BD%D1%8B%D0%B9%20%D0%BA%D0%B8%D1%82%D0%B0%D0%B9%D1%81%D0%BA%D0%B8%D0%B9>,
        <http://lexvo.org/id/term/sin/%E0%B7%83%E0%B7%8F%E0%B6%B8%E0%B7%8A%E0%B6%B4%E0%B7%8A%E2%80%8D%E0%B6%BB%E0%B6%AF%E0%B7%8F%E0%B6%BA%E0%B7%92%E0%B6%9A>,
        <http://lexvo.org/id/term/slk/Tradi%C4%8Dn%C3%A9%20%C4%8D%C3%ADnske>,
        <http://lexvo.org/id/term/slk/han%20%E2%80%93%20tradi%C4%8Dn%C3%A9>,
        <http://lexvo.org/id/term/slv/Tradicionalni%20han>,
        <http://lexvo.org/id/term/slv/tradicionalna%20pisava%20han>,
        <http://lexvo.org/id/term/sme/%C3%A1rbevirola%C5%A1>,
        <http://lexvo.org/id/term/spa/Han%20tradicional>,
        <http://lexvo.org/id/term/spa/han%20tradicional>,
        <http://lexvo.org/id/term/spa/hanzi%20tradicional>,
        <http://lexvo.org/id/term/srp-Latn/tradicionalno%20kinesko%20pismo>,
        <http://lexvo.org/id/term/srp/%D1%82%D1%80%D0%B0%D0%B4%D0%B8%D1%86%D0%B8%D0%BE%D0%BD%D0%B0%D0%BB%D0%BD%D0%BE%20%D0%BA%D0%B8%D0%BD%D0%B5%D1%81%D0%BA%D0%BE%20%D0%BF%D0%B8%D1%81%D0%BC%D0%BE>,
        <http://lexvo.org/id/term/srp/%D1%82%D1%80%D0%B0%D0%B4%D0%B8%D1%86%D0%B8%D0%BE%D0%BD%D0%B0%D0%BB%D0%BD%D0%BE%20%D1%85%D0%B0%D0%BD%20%D0%BF%D0%B8%D1%81%D0%BC%D0%BE>,
        <http://lexvo.org/id/term/swe/traditionella>,
        <http://lexvo.org/id/term/swe/traditionella%20han-tecken>,
        <http://lexvo.org/id/term/swh/Kihan%20cha%20Jadi>,
        <http://lexvo.org/id/term/tam/%E0%AE%AA%E0%AE%BE%E0%AE%B0%E0%AE%AE%E0%AF%8D%E0%AE%AA%E0%AE%B0%E0%AE%BF%E0%AE%AF%20%E0%AE%B9%E0%AE%BE%E0%AE%A9%E0%AF%8D>,
        <http://lexvo.org/id/term/tam/%E0%AE%AA%E0%AE%BE%E0%AE%B0%E0%AE%AE%E0%AF%8D%E0%AE%AA%E0%AE%B0%E0%AE%BF%E0%AE%AF%E0%AE%AE%E0%AF%8D>,
        <http://lexvo.org/id/term/tel/%E0%B0%B8%E0%B0%BE%E0%B0%82%E0%B0%AA%E0%B1%8D%E0%B0%B0%E0%B0%A6%E0%B0%BE%E0%B0%AF%20%E0%B0%B9%E0%B0%BE%E0%B0%A8%E0%B1%8D>,
        <http://lexvo.org/id/term/tel/%E0%B0%B8%E0%B0%BE%E0%B0%82%E0%B0%AA%E0%B1%8D%E0%B0%B0%E0%B0%A6%E0%B0%BE%E0%B0%AF%20%E0%B0%B9%E0%B1%8D%E0%B0%AF%E0%B0%BE%E0%B0%A8%E0%B1%8D>,
        <http://lexvo.org/id/term/tha/%E0%B8%AE%E0%B8%B1%E0%B9%88%E0%B8%99%E0%B8%94%E0%B8%B1%E0%B9%89%E0%B8%87%E0%B9%80%E0%B8%94%E0%B8%B4%E0%B8%A1>,
        <http://lexvo.org/id/term/ton/tohinima%20tukufakaholo%20fakasiaina>,
        <http://lexvo.org/id/term/tur/Geleneksel>,
        <http://lexvo.org/id/term/tur/Geleneksel%20Han>,
        <http://lexvo.org/id/term/ukr/%D0%9A%D0%B8%D1%82%D0%B0%D0%B9%D1%81%D1%8C%D0%BA%D0%B8%D0%B9%20%D1%82%D1%80%D0%B0%D0%B4%D0%B8%D1%86%D1%96%D0%B9%D0%BD%D0%B8%D0%B9>,
        <http://lexvo.org/id/term/ukr/%D0%A2%D1%80%D0%B0%D0%B4%D0%B8%D1%86%D1%96%D0%B9%D0%BD%D0%B8%D0%B9>,
        <http://lexvo.org/id/term/urd/%D8%B1%D9%88%D8%A7%DB%8C%D8%AA%DB%8C>,
        <http://lexvo.org/id/term/urd/%D8%B1%D9%88%D8%A7%DB%8C%D8%AA%DB%8C%20%DB%81%D8%A7%D9%86>,
        <http://lexvo.org/id/term/vie/Ch%E1%BB%AF%20H%C3%A1n%20ph%E1%BB%93n%20th%E1%BB%83>,
        <http://lexvo.org/id/term/vie/Ph%E1%BB%93n%20th%E1%BB%83>,
        <http://lexvo.org/id/term/wae/Traditionell>,
        <http://lexvo.org/id/term/zsm/Han%20Tradisional>,
        <http://lexvo.org/id/term/zsm/Tradisional>,
        <http://lexvo.org/id/term/zul/Okosiko>,
        <http://lexvo.org/id/term/zul/i-Traditional%20Han> .

<http://lexvo.org/id/script/Hebr> a lvont:Script ;
    rdfs:label "Hebreeus"@af,
        "እብራይስጥ"@am,
        "العبرية"@ar,
        "hebréu"@ast,
        "yahudi"@az,
        "габрэйскае"@be,
        "Иврит"@bg,
        "হিব্রু"@bn,
        "hebraek"@br,
        "हिब्रू"@brx,
        "hebrejsko pismo"@bs,
        "хебрејско писмо"@bs-Cyrl,
        "hebreu"@ca,
        "希伯来文"@cmn,
        "希伯來文"@cmn-Hant,
        "hebrejské"@cs,
        "Hebrëig"@cy,
        "hebraisk"@da,
        "Hebräisch"@de,
        "ཧེ་བྲུ་ཡིག་གུ"@dz,
        "hebrigbeŋɔŋlɔ"@ee,
        "Εβραϊκό"@el,
        "Hebrew"@en,
        "𐐐𐐨𐐺𐑉𐐭"@en-Dsrt,
        "hebreo"@es,
        "heebrea"@et,
        "Hebreera"@eu,
        "عبری"@fa,
        "heprealainen"@fi,
        "Hebrew"@fil,
        "hébreu"@fr,
        "ebreu"@fur,
        "Eabhrach"@ga,
        "Eabhrach"@gd,
        "Hebreo"@gl,
        "Hebräisch"@gsw,
        "હીબ્રુ"@gu,
        "עברי"@he,
        "हिब्रू"@hi,
        "hebrejsko pismo"@hr,
        "Héber"@hu,
        "Ibrani"@id,
        "hebreska"@is,
        "ebraico"@it,
        "ヘブライ文字"@ja,
        "ებრაული"@ka,
        "ebraiku"@kea,
        "Иврит"@kk,
        "អ៊ីស្រាអែល"@km,
        "ಹೀಬ್ರೂ"@kn,
        "히브리 문자"@ko,
        "ہِبرِو"@ks,
        "hebrääjesche Schreff"@ksh,
        "ຮີເບວ"@lo,
        "hebrajų"@lt,
        "ivrits"@lv,
        "хебрејско писмо"@mk,
        "ഹീബ്രു"@ml,
        "हिब्रू"@mr,
        "ဟီဗရူး"@my,
        "hebraisk"@nb,
        "हिब्रु"@ne,
        "Hebreeuws"@nl,
        "hebraisk"@nn,
        "ହେବ୍ର୍ୟୁ"@or,
        "hebrajskie"@pl,
        "hebraico"@pt,
        "ebraic"@rm,
        "ebraică"@ro,
        "Иврит"@ru,
        "හීබෲ"@si,
        "hebrejský"@sk,
        "hebrejski"@sl,
        "хебрејско писмо"@sr,
        "hebrejsko pismo"@sr-Latn,
        "hebreiska"@sv,
        "Kiebrania"@swh,
        "ஹிப்ரூ"@ta,
        "హీబ్రు"@te,
        "ฮีบรู"@th,
        "tohinima fakahepelū"@to,
        "İbrani"@tr,
        "Іврит"@uk,
        "عبرانی"@ur,
        "Chữ Do Thái"@vi,
        "Hebräiš"@wae,
        "Ibrani"@zsm,
        "isi-Hebrew"@zu ;
    lvont:iso15924Alphacode "Hebr"^^xsd:string ;
    lvont:label <http://lexvo.org/id/term/afr/Hebreeus>,
        <http://lexvo.org/id/term/amh/%E1%8A%A5%E1%89%A5%E1%88%AB%E1%8B%AD%E1%88%B5%E1%8C%A5>,
        <http://lexvo.org/id/term/ara/%D8%A7%D9%84%D8%B9%D8%A8%D8%B1%D9%8A%D8%A9>,
        <http://lexvo.org/id/term/ast/hebr%C3%A9u>,
        <http://lexvo.org/id/term/aze/yahudi>,
        <http://lexvo.org/id/term/bel/%D0%B3%D0%B0%D0%B1%D1%80%D1%8D%D0%B9%D1%81%D0%BA%D0%B0%D0%B5>,
        <http://lexvo.org/id/term/ben/%E0%A6%B9%E0%A6%BF%E0%A6%AC%E0%A7%8D%E0%A6%B0%E0%A7%81>,
        <http://lexvo.org/id/term/bos-Cyrl/%D1%85%D0%B5%D0%B1%D1%80%D0%B5%D1%98%D1%81%D0%BA%D0%BE%20%D0%BF%D0%B8%D1%81%D0%BC%D0%BE>,
        <http://lexvo.org/id/term/bos/hebrejsko%20pismo>,
        <http://lexvo.org/id/term/bre/hebraek>,
        <http://lexvo.org/id/term/brx/%E0%A4%B9%E0%A4%BF%E0%A4%AC%E0%A5%8D%E0%A4%B0%E0%A5%82>,
        <http://lexvo.org/id/term/bul/%D0%98%D0%B2%D1%80%D0%B8%D1%82>,
        <http://lexvo.org/id/term/cat/hebreu>,
        <http://lexvo.org/id/term/ces/hebrejsk%C3%A9>,
        <http://lexvo.org/id/term/cmn-Hant/%E5%B8%8C%E4%BC%AF%E4%BE%86%E6%96%87>,
        <http://lexvo.org/id/term/cmn/%E5%B8%8C%E4%BC%AF%E6%9D%A5%E6%96%87>,
        <http://lexvo.org/id/term/cym/Hebr%C3%ABig>,
        <http://lexvo.org/id/term/dan/hebraisk>,
        <http://lexvo.org/id/term/deu/Hebr%C3%A4isch>,
        <http://lexvo.org/id/term/dzo/%E0%BD%A7%E0%BD%BA%E0%BC%8B%E0%BD%96%E0%BE%B2%E0%BD%B4%E0%BC%8B%E0%BD%A1%E0%BD%B2%E0%BD%82%E0%BC%8B%E0%BD%82%E0%BD%B4>,
        <http://lexvo.org/id/term/ell/%CE%95%CE%B2%CF%81%CE%B1%CF%8A%CE%BA%CF%8C>,
        <http://lexvo.org/id/term/eng-Dsrt/%F0%90%90%90%F0%90%90%A8%F0%90%90%BA%F0%90%91%89%F0%90%90%AD>,
        <http://lexvo.org/id/term/eng/Hebrew>,
        <http://lexvo.org/id/term/est/heebrea>,
        <http://lexvo.org/id/term/eus/Hebreera>,
        <http://lexvo.org/id/term/ewe/hebrigbe%C5%8B%C9%94%C5%8Bl%C9%94>,
        <http://lexvo.org/id/term/fas/%D8%B9%D8%A8%D8%B1%DB%8C>,
        <http://lexvo.org/id/term/fil/Hebrew>,
        <http://lexvo.org/id/term/fin/heprealainen>,
        <http://lexvo.org/id/term/fra/h%C3%A9breu>,
        <http://lexvo.org/id/term/fur/ebreu>,
        <http://lexvo.org/id/term/gla/Eabhrach>,
        <http://lexvo.org/id/term/gle/Eabhrach>,
        <http://lexvo.org/id/term/glg/Hebreo>,
        <http://lexvo.org/id/term/gsw/Hebr%C3%A4isch>,
        <http://lexvo.org/id/term/guj/%E0%AA%B9%E0%AB%80%E0%AA%AC%E0%AB%8D%E0%AA%B0%E0%AB%81>,
        <http://lexvo.org/id/term/heb/%D7%A2%D7%91%D7%A8%D7%99>,
        <http://lexvo.org/id/term/hin/%E0%A4%B9%E0%A4%BF%E0%A4%AC%E0%A5%8D%E0%A4%B0%E0%A5%82>,
        <http://lexvo.org/id/term/hrv/hebrejsko%20pismo>,
        <http://lexvo.org/id/term/hun/H%C3%A9ber>,
        <http://lexvo.org/id/term/ind/Ibrani>,
        <http://lexvo.org/id/term/isl/hebreska>,
        <http://lexvo.org/id/term/ita/ebraico>,
        <http://lexvo.org/id/term/jpn/%E3%83%98%E3%83%96%E3%83%A9%E3%82%A4%E6%96%87%E5%AD%97>,
        <http://lexvo.org/id/term/kan/%E0%B2%B9%E0%B3%80%E0%B2%AC%E0%B3%8D%E0%B2%B0%E0%B3%82>,
        <http://lexvo.org/id/term/kas/%DB%81%D9%90%D8%A8%D8%B1%D9%90%D9%88>,
        <http://lexvo.org/id/term/kat/%E1%83%94%E1%83%91%E1%83%A0%E1%83%90%E1%83%A3%E1%83%9A%E1%83%98>,
        <http://lexvo.org/id/term/kaz/%D0%98%D0%B2%D1%80%D0%B8%D1%82>,
        <http://lexvo.org/id/term/kea/ebraiku>,
        <http://lexvo.org/id/term/khm/%E1%9E%A2%E1%9F%8A%E1%9E%B8%E1%9E%9F%E1%9F%92%E1%9E%9A%E1%9E%B6%E1%9E%A2%E1%9F%82%E1%9E%9B>,
        <http://lexvo.org/id/term/kor/%ED%9E%88%EB%B8%8C%EB%A6%AC%20%EB%AC%B8%EC%9E%90>,
        <http://lexvo.org/id/term/ksh/hebr%C3%A4%C3%A4jesche%20Schreff>,
        <http://lexvo.org/id/term/lao/%E0%BA%AE%E0%BA%B5%E0%BB%80%E0%BA%9A%E0%BA%A7>,
        <http://lexvo.org/id/term/lav/ivrits>,
        <http://lexvo.org/id/term/lit/hebraj%C5%B3>,
        <http://lexvo.org/id/term/mal/%E0%B4%B9%E0%B5%80%E0%B4%AC%E0%B5%8D%E0%B4%B0%E0%B5%81>,
        <http://lexvo.org/id/term/mar/%E0%A4%B9%E0%A4%BF%E0%A4%AC%E0%A5%8D%E0%A4%B0%E0%A5%82>,
        <http://lexvo.org/id/term/mkd/%D1%85%D0%B5%D0%B1%D1%80%D0%B5%D1%98%D1%81%D0%BA%D0%BE%20%D0%BF%D0%B8%D1%81%D0%BC%D0%BE>,
        <http://lexvo.org/id/term/mya/%E1%80%9F%E1%80%AE%E1%80%97%E1%80%9B%E1%80%B0%E1%80%B8>,
        <http://lexvo.org/id/term/nep/%E0%A4%B9%E0%A4%BF%E0%A4%AC%E0%A5%8D%E0%A4%B0%E0%A5%81>,
        <http://lexvo.org/id/term/nld/Hebreeuws>,
        <http://lexvo.org/id/term/nno/hebraisk>,
        <http://lexvo.org/id/term/nob/hebraisk>,
        <http://lexvo.org/id/term/ori/%E0%AC%B9%E0%AD%87%E0%AC%AC%E0%AD%8D%E0%AC%B0%E0%AD%8D%E0%AD%9F%E0%AD%81>,
        <http://lexvo.org/id/term/pol/hebrajskie>,
        <http://lexvo.org/id/term/por/hebraico>,
        <http://lexvo.org/id/term/roh/ebraic>,
        <http://lexvo.org/id/term/ron/ebraic%C4%83>,
        <http://lexvo.org/id/term/rus/%D0%98%D0%B2%D1%80%D0%B8%D1%82>,
        <http://lexvo.org/id/term/sin/%E0%B7%84%E0%B7%93%E0%B6%B6%E0%B7%B2>,
        <http://lexvo.org/id/term/slk/hebrejsk%C3%BD>,
        <http://lexvo.org/id/term/slv/hebrejski>,
        <http://lexvo.org/id/term/spa/hebreo>,
        <http://lexvo.org/id/term/srp-Latn/hebrejsko%20pismo>,
        <http://lexvo.org/id/term/srp/%D1%85%D0%B5%D0%B1%D1%80%D0%B5%D1%98%D1%81%D0%BA%D0%BE%20%D0%BF%D0%B8%D1%81%D0%BC%D0%BE>,
        <http://lexvo.org/id/term/swe/hebreiska>,
        <http://lexvo.org/id/term/swh/Kiebrania>,
        <http://lexvo.org/id/term/tam/%E0%AE%B9%E0%AE%BF%E0%AE%AA%E0%AF%8D%E0%AE%B0%E0%AF%82>,
        <http://lexvo.org/id/term/tel/%E0%B0%B9%E0%B1%80%E0%B0%AC%E0%B1%8D%E0%B0%B0%E0%B1%81>,
        <http://lexvo.org/id/term/tha/%E0%B8%AE%E0%B8%B5%E0%B8%9A%E0%B8%A3%E0%B8%B9>,
        <http://lexvo.org/id/term/ton/tohinima%20fakahepel%C5%AB>,
        <http://lexvo.org/id/term/tur/%C4%B0brani>,
        <http://lexvo.org/id/term/ukr/%D0%86%D0%B2%D1%80%D0%B8%D1%82>,
        <http://lexvo.org/id/term/urd/%D8%B9%D8%A8%D8%B1%D8%A7%D9%86%DB%8C>,
        <http://lexvo.org/id/term/vie/Ch%E1%BB%AF%20Do%20Th%C3%A1i>,
        <http://lexvo.org/id/term/wae/Hebr%C3%A4i%C5%A1>,
        <http://lexvo.org/id/term/zsm/Ibrani>,
        <http://lexvo.org/id/term/zul/isi-Hebrew> .

<http://lexvo.org/id/script/Hira> a lvont:Script ;
    rdfs:label "Hiragana"@af,
        "ሂራጋና"@am,
        "الهيراجانا"@ar,
        "ḥiragana"@ast,
        "iragana"@az,
        "Японски хирагана"@bg,
        "হিরাগানা"@bn,
        "hiragana"@br,
        "हीरागाना"@brx,
        "Hiragana"@bs,
        "Хирагана"@bs-Cyrl,
        "hiragana"@ca,
        "平假名"@cmn,
        "平假名"@cmn-Hant,
        "hiragana"@cs,
        "hiragana"@da,
        "Hiragana"@de,
        "ཇ་པཱན་གྱི་ཧི་ར་ག་ན་ཡིག་གུ"@dz,
        "hiraganagbeŋɔŋlɔ"@ee,
        "Χιραγκάνα"@el,
        "Hiragana"@en,
        "𐐐𐐮𐑉𐐲𐑀𐐪𐑌𐐲"@en-Dsrt,
        "hiragana"@es,
        "hiragana"@et,
        "Hiraganarra"@eu,
        "هیراگانا"@fa,
        "hiragana"@fi,
        "Hiragana"@fil,
        "hiragana"@fr,
        "Híreagánach"@ga,
        "Hiragana"@gd,
        "Hiragana"@gl,
        "Hiragana"@gsw,
        "હિરાગાના"@gu,
        "הירגאנה"@he,
        "हीरागाना"@hi,
        "hiragana pismo"@hr,
        "Hiragana"@hu,
        "Hiragana"@id,
        "hiragana"@is,
        "hiragana"@it,
        "ひらがな"@ja,
        "ჰირაგანა"@ka,
        "iragana"@kea,
        "ហ៊ីរ៉ាកាណា"@km,
        "ಹಿರಗಾನಾ"@kn,
        "히라가나"@ko,
        "ہیٖراگانا"@ks,
        "japaanesche Hiddajaana-Schreff"@ksh,
        "ຮາຍຮາການາ"@lo,
        "hiragana"@lt,
        "hiragana"@lv,
        "хирагана"@mk,
        "ഹിരാഗാന"@ml,
        "हिरागाना"@mr,
        "ဟိရဂဏ"@my,
        "hiragana"@nb,
        "हिरागाना"@ne,
        "Hiragana"@nl,
        "hiragana"@nn,
        "ହିରାଗାନା"@or,
        "hiragana"@pl,
        "hiragana"@pt,
        "hiragana"@rm,
        "hiragana"@ro,
        "Хирагана"@ru,
        "hiragana"@se,
        "හිරඟනා"@si,
        "Hiragana"@sk,
        "hiragana"@sl,
        "Хирагана"@sr,
        "Hiragana"@sr-Latn,
        "hiragana"@sv,
        "Kihiragana"@swh,
        "ஹிராகானா"@ta,
        "హిరాగాన"@te,
        "ฮิระงะนะ"@th,
        "tohinima fakasiapani hilakana"@to,
        "Hiragana"@tr,
        "Хірагана"@uk,
        "ہیراگینا"@ur,
        "Chữ Hiragana"@vi,
        "Hiragana"@zsm,
        "i-Hiragana"@zu ;
    lvont:iso15924Alphacode "Hira"^^xsd:string ;
    lvont:label <http://lexvo.org/id/term/afr/Hiragana>,
        <http://lexvo.org/id/term/amh/%E1%88%82%E1%88%AB%E1%8C%8B%E1%8A%93>,
        <http://lexvo.org/id/term/ara/%D8%A7%D9%84%D9%87%D9%8A%D8%B1%D8%A7%D8%AC%D8%A7%D9%86%D8%A7>,
        <http://lexvo.org/id/term/ast/%E1%B8%A5iragana>,
        <http://lexvo.org/id/term/aze/iragana>,
        <http://lexvo.org/id/term/ben/%E0%A6%B9%E0%A6%BF%E0%A6%B0%E0%A6%BE%E0%A6%97%E0%A6%BE%E0%A6%A8%E0%A6%BE>,
        <http://lexvo.org/id/term/bos-Cyrl/%D0%A5%D0%B8%D1%80%D0%B0%D0%B3%D0%B0%D0%BD%D0%B0>,
        <http://lexvo.org/id/term/bos/Hiragana>,
        <http://lexvo.org/id/term/bre/hiragana>,
        <http://lexvo.org/id/term/brx/%E0%A4%B9%E0%A5%80%E0%A4%B0%E0%A4%BE%E0%A4%97%E0%A4%BE%E0%A4%A8%E0%A4%BE>,
        <http://lexvo.org/id/term/bul/%D0%AF%D0%BF%D0%BE%D0%BD%D1%81%D0%BA%D0%B8%20%D1%85%D0%B8%D1%80%D0%B0%D0%B3%D0%B0%D0%BD%D0%B0>,
        <http://lexvo.org/id/term/cat/hiragana>,
        <http://lexvo.org/id/term/ces/hiragana>,
        <http://lexvo.org/id/term/cmn-Hant/%E5%B9%B3%E5%81%87%E5%90%8D>,
        <http://lexvo.org/id/term/cmn/%E5%B9%B3%E5%81%87%E5%90%8D>,
        <http://lexvo.org/id/term/dan/hiragana>,
        <http://lexvo.org/id/term/deu/Hiragana>,
        <http://lexvo.org/id/term/dzo/%E0%BD%87%E0%BC%8B%E0%BD%94%E0%BD%B1%E0%BD%93%E0%BC%8B%E0%BD%82%E0%BE%B1%E0%BD%B2%E0%BC%8B%E0%BD%A7%E0%BD%B2%E0%BC%8B%E0%BD%A2%E0%BC%8B%E0%BD%82%E0%BC%8B%E0%BD%93%E0%BC%8B%E0%BD%A1%E0%BD%B2%E0%BD%82%E0%BC%8B%E0%BD%82%E0%BD%B4>,
        <http://lexvo.org/id/term/ell/%CE%A7%CE%B9%CF%81%CE%B1%CE%B3%CE%BA%CE%AC%CE%BD%CE%B1>,
        <http://lexvo.org/id/term/eng-Dsrt/%F0%90%90%90%F0%90%90%AE%F0%90%91%89%F0%90%90%B2%F0%90%91%80%F0%90%90%AA%F0%90%91%8C%F0%90%90%B2>,
        <http://lexvo.org/id/term/eng/Hiragana>,
        <http://lexvo.org/id/term/est/hiragana>,
        <http://lexvo.org/id/term/eus/Hiraganarra>,
        <http://lexvo.org/id/term/ewe/hiraganagbe%C5%8B%C9%94%C5%8Bl%C9%94>,
        <http://lexvo.org/id/term/fas/%D9%87%DB%8C%D8%B1%D8%A7%DA%AF%D8%A7%D9%86%D8%A7>,
        <http://lexvo.org/id/term/fil/Hiragana>,
        <http://lexvo.org/id/term/fin/hiragana>,
        <http://lexvo.org/id/term/fra/hiragana>,
        <http://lexvo.org/id/term/gla/Hiragana>,
        <http://lexvo.org/id/term/gle/H%C3%ADreag%C3%A1nach>,
        <http://lexvo.org/id/term/glg/Hiragana>,
        <http://lexvo.org/id/term/gsw/Hiragana>,
        <http://lexvo.org/id/term/guj/%E0%AA%B9%E0%AA%BF%E0%AA%B0%E0%AA%BE%E0%AA%97%E0%AA%BE%E0%AA%A8%E0%AA%BE>,
        <http://lexvo.org/id/term/heb/%D7%94%D7%99%D7%A8%D7%92%D7%90%D7%A0%D7%94>,
        <http://lexvo.org/id/term/hin/%E0%A4%B9%E0%A5%80%E0%A4%B0%E0%A4%BE%E0%A4%97%E0%A4%BE%E0%A4%A8%E0%A4%BE>,
        <http://lexvo.org/id/term/hrv/hiragana%20pismo>,
        <http://lexvo.org/id/term/hun/Hiragana>,
        <http://lexvo.org/id/term/ind/Hiragana>,
        <http://lexvo.org/id/term/isl/hiragana>,
        <http://lexvo.org/id/term/ita/hiragana>,
        <http://lexvo.org/id/term/jpn/%E3%81%B2%E3%82%89%E3%81%8C%E3%81%AA>,
        <http://lexvo.org/id/term/kan/%E0%B2%B9%E0%B2%BF%E0%B2%B0%E0%B2%97%E0%B2%BE%E0%B2%A8%E0%B2%BE>,
        <http://lexvo.org/id/term/kas/%DB%81%DB%8C%D9%96%D8%B1%D8%A7%DA%AF%D8%A7%D9%86%D8%A7>,
        <http://lexvo.org/id/term/kat/%E1%83%B0%E1%83%98%E1%83%A0%E1%83%90%E1%83%92%E1%83%90%E1%83%9C%E1%83%90>,
        <http://lexvo.org/id/term/kea/iragana>,
        <http://lexvo.org/id/term/khm/%E1%9E%A0%E1%9F%8A%E1%9E%B8%E1%9E%9A%E1%9F%89%E1%9E%B6%E1%9E%80%E1%9E%B6%E1%9E%8E%E1%9E%B6>,
        <http://lexvo.org/id/term/kor/%ED%9E%88%EB%9D%BC%EA%B0%80%EB%82%98>,
        <http://lexvo.org/id/term/ksh/japaanesche%20Hiddajaana-Schreff>,
        <http://lexvo.org/id/term/lao/%E0%BA%AE%E0%BA%B2%E0%BA%8D%E0%BA%AE%E0%BA%B2%E0%BA%81%E0%BA%B2%E0%BA%99%E0%BA%B2>,
        <http://lexvo.org/id/term/lav/hiragana>,
        <http://lexvo.org/id/term/lit/hiragana>,
        <http://lexvo.org/id/term/mal/%E0%B4%B9%E0%B4%BF%E0%B4%B0%E0%B4%BE%E0%B4%97%E0%B4%BE%E0%B4%A8>,
        <http://lexvo.org/id/term/mar/%E0%A4%B9%E0%A4%BF%E0%A4%B0%E0%A4%BE%E0%A4%97%E0%A4%BE%E0%A4%A8%E0%A4%BE>,
        <http://lexvo.org/id/term/mkd/%D1%85%D0%B8%D1%80%D0%B0%D0%B3%D0%B0%D0%BD%D0%B0>,
        <http://lexvo.org/id/term/mya/%E1%80%9F%E1%80%AD%E1%80%9B%E1%80%82%E1%80%8F>,
        <http://lexvo.org/id/term/nep/%E0%A4%B9%E0%A4%BF%E0%A4%B0%E0%A4%BE%E0%A4%97%E0%A4%BE%E0%A4%A8%E0%A4%BE>,
        <http://lexvo.org/id/term/nld/Hiragana>,
        <http://lexvo.org/id/term/nno/hiragana>,
        <http://lexvo.org/id/term/nob/hiragana>,
        <http://lexvo.org/id/term/ori/%E0%AC%B9%E0%AC%BF%E0%AC%B0%E0%AC%BE%E0%AC%97%E0%AC%BE%E0%AC%A8%E0%AC%BE>,
        <http://lexvo.org/id/term/pol/hiragana>,
        <http://lexvo.org/id/term/por/hiragana>,
        <http://lexvo.org/id/term/roh/hiragana>,
        <http://lexvo.org/id/term/ron/hiragana>,
        <http://lexvo.org/id/term/rus/%D0%A5%D0%B8%D1%80%D0%B0%D0%B3%D0%B0%D0%BD%D0%B0>,
        <http://lexvo.org/id/term/sin/%E0%B7%84%E0%B7%92%E0%B6%BB%E0%B6%9F%E0%B6%B1%E0%B7%8F>,
        <http://lexvo.org/id/term/slk/Hiragana>,
        <http://lexvo.org/id/term/slv/hiragana>,
        <http://lexvo.org/id/term/sme/hiragana>,
        <http://lexvo.org/id/term/spa/hiragana>,
        <http://lexvo.org/id/term/srp-Latn/Hiragana>,
        <http://lexvo.org/id/term/srp/%D0%A5%D0%B8%D1%80%D0%B0%D0%B3%D0%B0%D0%BD%D0%B0>,
        <http://lexvo.org/id/term/swe/hiragana>,
        <http://lexvo.org/id/term/swh/Kihiragana>,
        <http://lexvo.org/id/term/tam/%E0%AE%B9%E0%AE%BF%E0%AE%B0%E0%AE%BE%E0%AE%95%E0%AE%BE%E0%AE%A9%E0%AE%BE>,
        <http://lexvo.org/id/term/tel/%E0%B0%B9%E0%B0%BF%E0%B0%B0%E0%B0%BE%E0%B0%97%E0%B0%BE%E0%B0%A8>,
        <http://lexvo.org/id/term/tha/%E0%B8%AE%E0%B8%B4%E0%B8%A3%E0%B8%B0%E0%B8%87%E0%B8%B0%E0%B8%99%E0%B8%B0>,
        <http://lexvo.org/id/term/ton/tohinima%20fakasiapani%20hilakana>,
        <http://lexvo.org/id/term/tur/Hiragana>,
        <http://lexvo.org/id/term/ukr/%D0%A5%D1%96%D1%80%D0%B0%D0%B3%D0%B0%D0%BD%D0%B0>,
        <http://lexvo.org/id/term/urd/%DB%81%DB%8C%D8%B1%D8%A7%DA%AF%DB%8C%D9%86%D8%A7>,
        <http://lexvo.org/id/term/vie/Ch%E1%BB%AF%20Hiragana>,
        <http://lexvo.org/id/term/zsm/Hiragana>,
        <http://lexvo.org/id/term/zul/i-Hiragana> .

<http://lexvo.org/id/script/Hluw> a lvont:Script ;
    rdfs:label "jeroglífic anatoli"@ca,
        "安那托利亚象形文字"@cmn,
        "安那托利亞象形文字"@cmn-Hant,
        "Anatolian Hieroglyphs"@en,
        "Anatolian Hieroglyphs (Luwian Hieroglyphs, Hittite Hieroglyphs)"@en,
        "هیروگلیف‌های آناتولی"@fa,
        "anatolialaiset hieroglyfit"@fi,
        "hiéroglyphes anatoliens"@fr,
        "hiéroglyphes anatoliens (hiéroglyphes louvites, hiéroglyphes hittites)"@fr,
        "Hieroglif Anatolia"@id,
        "アナトリア象形文字"@ja,
        "아나톨리아 상형문자"@ko,
        "ອັກລຮະອານາໂຕເລຍ"@lo,
        "hieroglify anatolijskie"@pl,
        "hittitiska hieroglyfer"@sv,
        "อักขระอานาโตเลีย"@th,
        "Anadolu Hiyeroglifleri"@tr,
        "Chữ tượng hình Anatolia"@vi ;
    lvont:iso15924Alphacode "Hluw"^^xsd:string ;
    lvont:label <http://lexvo.org/id/term/cat/jerogl%C3%ADfic%20anatoli>,
        <http://lexvo.org/id/term/cmn-Hant/%E5%AE%89%E9%82%A3%E6%89%98%E5%88%A9%E4%BA%9E%E8%B1%A1%E5%BD%A2%E6%96%87%E5%AD%97>,
        <http://lexvo.org/id/term/cmn/%E5%AE%89%E9%82%A3%E6%89%98%E5%88%A9%E4%BA%9A%E8%B1%A1%E5%BD%A2%E6%96%87%E5%AD%97>,
        <http://lexvo.org/id/term/eng/Anatolian%20Hieroglyphs>,
        <http://lexvo.org/id/term/eng/Anatolian%20Hieroglyphs%20(Luwian%20Hieroglyphs%2C%20Hittite%20Hieroglyphs)>,
        <http://lexvo.org/id/term/fas/%D9%87%DB%8C%D8%B1%D9%88%DA%AF%D9%84%DB%8C%D9%81%E2%80%8C%D9%87%D8%A7%DB%8C%20%D8%A2%D9%86%D8%A7%D8%AA%D9%88%D9%84%DB%8C>,
        <http://lexvo.org/id/term/fin/anatolialaiset%20hieroglyfit>,
        <http://lexvo.org/id/term/fra/hi%C3%A9roglyphes%20anatoliens>,
        <http://lexvo.org/id/term/fra/hi%C3%A9roglyphes%20anatoliens%20(hi%C3%A9roglyphes%20louvites%2C%20hi%C3%A9roglyphes%20hittites)>,
        <http://lexvo.org/id/term/ind/Hieroglif%20Anatolia>,
        <http://lexvo.org/id/term/jpn/%E3%82%A2%E3%83%8A%E3%83%88%E3%83%AA%E3%82%A2%E8%B1%A1%E5%BD%A2%E6%96%87%E5%AD%97>,
        <http://lexvo.org/id/term/kor/%EC%95%84%EB%82%98%ED%86%A8%EB%A6%AC%EC%95%84%20%EC%83%81%ED%98%95%EB%AC%B8%EC%9E%90>,
        <http://lexvo.org/id/term/lao/%E0%BA%AD%E0%BA%B1%E0%BA%81%E0%BA%A5%E0%BA%AE%E0%BA%B0%E0%BA%AD%E0%BA%B2%E0%BA%99%E0%BA%B2%E0%BB%82%E0%BA%95%E0%BB%80%E0%BA%A5%E0%BA%8D>,
        <http://lexvo.org/id/term/pol/hieroglify%20anatolijskie>,
        <http://lexvo.org/id/term/swe/hittitiska%20hieroglyfer>,
        <http://lexvo.org/id/term/tha/%E0%B8%AD%E0%B8%B1%E0%B8%81%E0%B8%82%E0%B8%A3%E0%B8%B0%E0%B8%AD%E0%B8%B2%E0%B8%99%E0%B8%B2%E0%B9%82%E0%B8%95%E0%B9%80%E0%B8%A5%E0%B8%B5%E0%B8%A2>,
        <http://lexvo.org/id/term/tur/Anadolu%20Hiyeroglifleri>,
        <http://lexvo.org/id/term/vie/Ch%E1%BB%AF%20t%C6%B0%E1%BB%A3ng%20h%C3%ACnh%20Anatolia> .

<http://lexvo.org/id/script/Hmng> a lvont:Script ;
    rdfs:label "الباهوه همونج"@ar,
        "pahav monq"@az,
        "Пахау хмонг"@bg,
        "ফাহাও মঙ"@bn,
        "पाहवाह ह्मौंग"@brx,
        "pahawh hmong pismo"@bs,
        "пахав хмонг писмо"@bs-Cyrl,
        "pahawh hmong"@ca,
        "杨松录苗文"@cmn,
        "楊松錄苗文"@cmn-Hant,
        "hmongské"@cs,
        "pahawh hmong"@da,
        "Pahawh Hmong"@de,
        "pahawh hmong gbeŋɔŋlɔ"@ee,
        "Παχάχ Χμονγκ"@el,
        "Pahawh Hmong"@en,
        "pahawh hmong"@es,
        "pahawh hmong"@fi,
        "pahawh hmong"@fr,
        "Pahawh Hmong"@gsw,
        "પહાઉ મોન્ગ"@gu,
        "पाहो ह्मोन्ग"@hi,
        "pahawh hmong pismo"@hr,
        "Pahawh hmong"@hu,
        "Pahawh Hmong"@id,
        "pahawn hmong"@it,
        "パハウ・フモン文字"@ja,
        "ಪಹವ್ ಹ್ಮೋಂಗ್"@kn,
        "파하우 몽 문자"@ko,
        "پَہاو مانٛگ"@ks,
        "ປາເຮາເມັງ"@lo,
        "pahav hmong"@lt,
        "പഹ്വാ ഹമോംഗ്"@ml,
        "पहाउ मंग"@mr,
        "pahawh hmong"@nb,
        "पहावह हमोङ्ग"@ne,
        "Pahawh Hmong"@nl,
        "pahawk hmong"@nn,
        "ପାହୋ ହୋଙ୍ଗ"@or,
        "pahawh hmong"@pl,
        "pahawh hmong"@pt,
        "pahawn hmong"@rm,
        "Пахау хмонг"@ru,
        "pahavhmonska zlogovna pisava"@sl,
        "пахав хмонг писмо"@sr,
        "pahawh hmong pismo"@sr-Latn,
        "pahaw mong"@sv,
        "பஹாவ் மாங்க்"@ta,
        "పాహవా హ్మోంగ్"@te,
        "ปาเฮาห์ม้ง"@th,
        "Pahavh Hmong"@tr,
        "Пахау хмонг"@uk,
        "Chữ Pahawh Hmong"@vi ;
    lvont:iso15924Alphacode "Hmng"^^xsd:string ;
    lvont:label <http://lexvo.org/id/term/ara/%D8%A7%D9%84%D8%A8%D8%A7%D9%87%D9%88%D9%87%20%D9%87%D9%85%D9%88%D9%86%D8%AC>,
        <http://lexvo.org/id/term/aze/pahav%20monq>,
        <http://lexvo.org/id/term/ben/%E0%A6%AB%E0%A6%BE%E0%A6%B9%E0%A6%BE%E0%A6%93%20%E0%A6%AE%E0%A6%99>,
        <http://lexvo.org/id/term/bos-Cyrl/%D0%BF%D0%B0%D1%85%D0%B0%D0%B2%20%D1%85%D0%BC%D0%BE%D0%BD%D0%B3%20%D0%BF%D0%B8%D1%81%D0%BC%D0%BE>,
        <http://lexvo.org/id/term/bos/pahawh%20hmong%20pismo>,
        <http://lexvo.org/id/term/brx/%E0%A4%AA%E0%A4%BE%E0%A4%B9%E0%A4%B5%E0%A4%BE%E0%A4%B9%20%E0%A4%B9%E0%A5%8D%E0%A4%AE%E0%A5%8C%E0%A4%82%E0%A4%97>,
        <http://lexvo.org/id/term/bul/%D0%9F%D0%B0%D1%85%D0%B0%D1%83%20%D1%85%D0%BC%D0%BE%D0%BD%D0%B3>,
        <http://lexvo.org/id/term/cat/pahawh%20hmong>,
        <http://lexvo.org/id/term/ces/hmongsk%C3%A9>,
        <http://lexvo.org/id/term/cmn-Hant/%E6%A5%8A%E6%9D%BE%E9%8C%84%E8%8B%97%E6%96%87>,
        <http://lexvo.org/id/term/cmn/%E6%9D%A8%E6%9D%BE%E5%BD%95%E8%8B%97%E6%96%87>,
        <http://lexvo.org/id/term/dan/pahawh%20hmong>,
        <http://lexvo.org/id/term/deu/Pahawh%20Hmong>,
        <http://lexvo.org/id/term/ell/%CE%A0%CE%B1%CF%87%CE%AC%CF%87%20%CE%A7%CE%BC%CE%BF%CE%BD%CE%B3%CE%BA>,
        <http://lexvo.org/id/term/eng/Pahawh%20Hmong>,
        <http://lexvo.org/id/term/ewe/pahawh%20hmong%20gbe%C5%8B%C9%94%C5%8Bl%C9%94>,
        <http://lexvo.org/id/term/fin/pahawh%20hmong>,
        <http://lexvo.org/id/term/fra/pahawh%20hmong>,
        <http://lexvo.org/id/term/gsw/Pahawh%20Hmong>,
        <http://lexvo.org/id/term/guj/%E0%AA%AA%E0%AA%B9%E0%AA%BE%E0%AA%89%20%E0%AA%AE%E0%AB%8B%E0%AA%A8%E0%AB%8D%E0%AA%97>,
        <http://lexvo.org/id/term/hin/%E0%A4%AA%E0%A4%BE%E0%A4%B9%E0%A5%8B%20%E0%A4%B9%E0%A5%8D%E0%A4%AE%E0%A5%8B%E0%A4%A8%E0%A5%8D%E0%A4%97>,
        <http://lexvo.org/id/term/hrv/pahawh%20hmong%20pismo>,
        <http://lexvo.org/id/term/hun/Pahawh%20hmong>,
        <http://lexvo.org/id/term/ind/Pahawh%20Hmong>,
        <http://lexvo.org/id/term/ita/pahawn%20hmong>,
        <http://lexvo.org/id/term/jpn/%E3%83%91%E3%83%8F%E3%82%A6%E3%83%BB%E3%83%95%E3%83%A2%E3%83%B3%E6%96%87%E5%AD%97>,
        <http://lexvo.org/id/term/kan/%E0%B2%AA%E0%B2%B9%E0%B2%B5%E0%B3%8D%20%E0%B2%B9%E0%B3%8D%E0%B2%AE%E0%B3%8B%E0%B2%82%E0%B2%97%E0%B3%8D>,
        <http://lexvo.org/id/term/kas/%D9%BE%D9%8E%DB%81%D8%A7%D9%88%20%D9%85%D8%A7%D9%86%D9%9B%DA%AF>,
        <http://lexvo.org/id/term/kor/%ED%8C%8C%ED%95%98%EC%9A%B0%20%EB%AA%BD%20%EB%AC%B8%EC%9E%90>,
        <http://lexvo.org/id/term/lao/%E0%BA%9B%E0%BA%B2%E0%BB%80%E0%BA%AE%E0%BA%B2%E0%BB%80%E0%BA%A1%E0%BA%B1%E0%BA%87>,
        <http://lexvo.org/id/term/lit/pahav%20hmong>,
        <http://lexvo.org/id/term/mal/%E0%B4%AA%E0%B4%B9%E0%B5%8D%E0%B4%B5%E0%B4%BE%20%E0%B4%B9%E0%B4%AE%E0%B5%8B%E0%B4%82%E0%B4%97%E0%B5%8D>,
        <http://lexvo.org/id/term/mar/%E0%A4%AA%E0%A4%B9%E0%A4%BE%E0%A4%89%20%E0%A4%AE%E0%A4%82%E0%A4%97>,
        <http://lexvo.org/id/term/nep/%E0%A4%AA%E0%A4%B9%E0%A4%BE%E0%A4%B5%E0%A4%B9%20%E0%A4%B9%E0%A4%AE%E0%A5%8B%E0%A4%99%E0%A5%8D%E0%A4%97>,
        <http://lexvo.org/id/term/nld/Pahawh%20Hmong>,
        <http://lexvo.org/id/term/nno/pahawk%20hmong>,
        <http://lexvo.org/id/term/nob/pahawh%20hmong>,
        <http://lexvo.org/id/term/ori/%E0%AC%AA%E0%AC%BE%E0%AC%B9%E0%AD%8B%20%E0%AC%B9%E0%AD%8B%E0%AC%99%E0%AD%8D%E0%AC%97>,
        <http://lexvo.org/id/term/pol/pahawh%20hmong>,
        <http://lexvo.org/id/term/por/pahawh%20hmong>,
        <http://lexvo.org/id/term/roh/pahawn%20hmong>,
        <http://lexvo.org/id/term/rus/%D0%9F%D0%B0%D1%85%D0%B0%D1%83%20%D1%85%D0%BC%D0%BE%D0%BD%D0%B3>,
        <http://lexvo.org/id/term/slv/pahavhmonska%20zlogovna%20pisava>,
        <http://lexvo.org/id/term/spa/pahawh%20hmong>,
        <http://lexvo.org/id/term/srp-Latn/pahawh%20hmong%20pismo>,
        <http://lexvo.org/id/term/srp/%D0%BF%D0%B0%D1%85%D0%B0%D0%B2%20%D1%85%D0%BC%D0%BE%D0%BD%D0%B3%20%D0%BF%D0%B8%D1%81%D0%BC%D0%BE>,
        <http://lexvo.org/id/term/swe/pahaw%20mong>,
        <http://lexvo.org/id/term/tam/%E0%AE%AA%E0%AE%B9%E0%AE%BE%E0%AE%B5%E0%AF%8D%20%E0%AE%AE%E0%AE%BE%E0%AE%99%E0%AF%8D%E0%AE%95%E0%AF%8D>,
        <http://lexvo.org/id/term/tel/%E0%B0%AA%E0%B0%BE%E0%B0%B9%E0%B0%B5%E0%B0%BE%20%E0%B0%B9%E0%B1%8D%E0%B0%AE%E0%B1%8B%E0%B0%82%E0%B0%97%E0%B1%8D>,
        <http://lexvo.org/id/term/tha/%E0%B8%9B%E0%B8%B2%E0%B9%80%E0%B8%AE%E0%B8%B2%E0%B8%AB%E0%B9%8C%E0%B8%A1%E0%B9%89%E0%B8%87>,
        <http://lexvo.org/id/term/tur/Pahavh%20Hmong>,
        <http://lexvo.org/id/term/ukr/%D0%9F%D0%B0%D1%85%D0%B0%D1%83%20%D1%85%D0%BC%D0%BE%D0%BD%D0%B3>,
        <http://lexvo.org/id/term/vie/Ch%E1%BB%AF%20Pahawh%20Hmong> .

<http://lexvo.org/id/script/Hrkt> a lvont:Script ;
    rdfs:label "ካታካና ወይንም ሂራጋና"@am,
        "الكتكانا أو الهيراجانا"@ar,
        "katakana vəya hiraqana"@az,
        "Катакана или Хирагана"@bg,
        "কাটাকানা অথবা হিরাগানা"@bn,
        "काताकाना या हीरागाना"@brx,
        "Katakana ili Hiragana"@bs,
        "Катакана или Хирагана"@bs-Cyrl,
        "katakana o hiragana"@ca,
        "片假名或平假名"@cmn,
        "片假名或平假名"@cmn-Hant,
        "katakana nebo hiragana"@cs,
        "katakana eller hiragana"@da,
        "Katakana oder Hiragana"@de,
        "dzapan gbedodo tɔxee"@ee,
        "Κατακάνα ή Χιραγκάνα"@el,
        "Japanese syllabaries"@en,
        "Japanese syllabaries (alias for Hiragana + Katakana)"@en,
        "𐐗𐐪𐐻𐐲𐐿𐐪𐑌𐐲 𐐬𐑉 𐐐𐐮𐑉𐐲𐑀𐐪𐑌𐐲"@en-Dsrt,
        "katakana o hiragana"@es,
        "katakana või hiragana"@et,
        "سیلابی‌های ژاپنی"@fa,
        "hiragana tai katakana"@fi,
        "katakana ou hiragana"@fr,
        "syllabaires japonais (alias pour hiragana + katakana)"@fr,
        "katakana o hiragana"@fur,
        "Catacánach nó Híreagánach"@ga,
        "Katakana no Hiragana"@gd,
        "Katakana oder Hiragana"@gsw,
        "કતાકના અને હિરાગના"@gu,
        "कचाकना और हिरागना"@hi,
        "katakana ili hiragana pismo"@hr,
        "Katakana vagy hiragana"@hu,
        "Katakana atau Hiragana"@id,
        "katakana eða hiragana"@is,
        "katanaka o hiragana"@it,
        "仮名"@ja,
        "კატაკანა ან ჰირაგანა"@ka,
        "ಕಟಕಾನಾ ಅಥವಾ ಹಿರಗಾನಾ"@kn,
        "가나"@ko,
        "کَٹاکانا یا ہِراگانا"@ks,
        "ຄະຕະກະນະຫຮືຮີຮະງະນະ"@lo,
        "katakana / hiragana"@lt,
        "katakana vai hiragana"@lv,
        "കടകാനയോ ഹിരാഗാനയോ"@ml,
        "कॅटाकना आणि हिरागाना"@mr,
        "ခတခဏ သို့မဟုတ် ဟိရဂဏ"@my,
        "katakana eller hiragana"@nb,
        "काताकाना वा हिरागाना"@ne,
        "Katakana of Hiragana"@nl,
        "katakana eller hiragana"@nn,
        "କାଟାକାନ୍ କିମ୍ବା ହିରାଗାନ୍"@or,
        "katakana lub hiragana"@pl,
        "katakana ou hiragana"@pt,
        "katanaka u hiragana"@rm,
        "katakana sau hiragana"@ro,
        "Катакана или хирагана"@ru,
        "katakana ali hiragana"@sl,
        "Катакана или Хирагана"@sr,
        "Katakana ili Hiragana"@sr-Latn,
        "katakana/hiragana"@sv,
        "கடாகானா அல்லது ஹிராகானா"@ta,
        "కాటాకాన లేదా హిరాగన"@te,
        "คะตะกะนะหรือฮิระงะนะ"@th,
        "Katakana veya Hiragana"@tr,
        "Катакана чи хірагана"@uk,
        "Bảng ký hiệu âm tiết Tiếng Nhật"@vi ;
    lvont:iso15924Alphacode "Hrkt"^^xsd:string ;
    lvont:label <http://lexvo.org/id/term/amh/%E1%8A%AB%E1%89%B3%E1%8A%AB%E1%8A%93%20%E1%8B%88%E1%8B%AD%E1%8A%95%E1%88%9D%20%E1%88%82%E1%88%AB%E1%8C%8B%E1%8A%93>,
        <http://lexvo.org/id/term/ara/%D8%A7%D9%84%D9%83%D8%AA%D9%83%D8%A7%D9%86%D8%A7%20%D8%A3%D9%88%20%D8%A7%D9%84%D9%87%D9%8A%D8%B1%D8%A7%D8%AC%D8%A7%D9%86%D8%A7>,
        <http://lexvo.org/id/term/aze/katakana%20v%C9%99ya%20hiraqana>,
        <http://lexvo.org/id/term/ben/%E0%A6%95%E0%A6%BE%E0%A6%9F%E0%A6%BE%E0%A6%95%E0%A6%BE%E0%A6%A8%E0%A6%BE%20%E0%A6%85%E0%A6%A5%E0%A6%AC%E0%A6%BE%20%E0%A6%B9%E0%A6%BF%E0%A6%B0%E0%A6%BE%E0%A6%97%E0%A6%BE%E0%A6%A8%E0%A6%BE>,
        <http://lexvo.org/id/term/bos-Cyrl/%D0%9A%D0%B0%D1%82%D0%B0%D0%BA%D0%B0%D0%BD%D0%B0%20%D0%B8%D0%BB%D0%B8%20%D0%A5%D0%B8%D1%80%D0%B0%D0%B3%D0%B0%D0%BD%D0%B0>,
        <http://lexvo.org/id/term/bos/Katakana%20ili%20Hiragana>,
        <http://lexvo.org/id/term/brx/%E0%A4%95%E0%A4%BE%E0%A4%A4%E0%A4%BE%E0%A4%95%E0%A4%BE%E0%A4%A8%E0%A4%BE%20%E0%A4%AF%E0%A4%BE%20%E0%A4%B9%E0%A5%80%E0%A4%B0%E0%A4%BE%E0%A4%97%E0%A4%BE%E0%A4%A8%E0%A4%BE>,
        <http://lexvo.org/id/term/bul/%D0%9A%D0%B0%D1%82%D0%B0%D0%BA%D0%B0%D0%BD%D0%B0%20%D0%B8%D0%BB%D0%B8%20%D0%A5%D0%B8%D1%80%D0%B0%D0%B3%D0%B0%D0%BD%D0%B0>,
        <http://lexvo.org/id/term/cat/katakana%20o%20hiragana>,
        <http://lexvo.org/id/term/ces/katakana%20nebo%20hiragana>,
        <http://lexvo.org/id/term/cmn-Hant/%E7%89%87%E5%81%87%E5%90%8D%E6%88%96%E5%B9%B3%E5%81%87%E5%90%8D>,
        <http://lexvo.org/id/term/cmn/%E7%89%87%E5%81%87%E5%90%8D%E6%88%96%E5%B9%B3%E5%81%87%E5%90%8D>,
        <http://lexvo.org/id/term/dan/katakana%20eller%20hiragana>,
        <http://lexvo.org/id/term/deu/Katakana%20oder%20Hiragana>,
        <http://lexvo.org/id/term/ell/%CE%9A%CE%B1%CF%84%CE%B1%CE%BA%CE%AC%CE%BD%CE%B1%20%CE%AE%20%CE%A7%CE%B9%CF%81%CE%B1%CE%B3%CE%BA%CE%AC%CE%BD%CE%B1>,
        <http://lexvo.org/id/term/eng-Dsrt/%F0%90%90%97%F0%90%90%AA%F0%90%90%BB%F0%90%90%B2%F0%90%90%BF%F0%90%90%AA%F0%90%91%8C%F0%90%90%B2%20%F0%90%90%AC%F0%90%91%89%20%F0%90%90%90%F0%90%90%AE%F0%90%91%89%F0%90%90%B2%F0%90%91%80%F0%90%90%AA%F0%90%91%8C%F0%90%90%B2>,
        <http://lexvo.org/id/term/eng/Japanese%20syllabaries>,
        <http://lexvo.org/id/term/eng/Japanese%20syllabaries%20(alias%20for%20Hiragana%20%2B%20Katakana)>,
        <http://lexvo.org/id/term/est/katakana%20v%C3%B5i%20hiragana>,
        <http://lexvo.org/id/term/ewe/dzapan%20gbedodo%20t%C9%94xee>,
        <http://lexvo.org/id/term/fas/%D8%B3%DB%8C%D9%84%D8%A7%D8%A8%DB%8C%E2%80%8C%D9%87%D8%A7%DB%8C%20%DA%98%D8%A7%D9%BE%D9%86%DB%8C>,
        <http://lexvo.org/id/term/fin/hiragana%20tai%20katakana>,
        <http://lexvo.org/id/term/fra/katakana%20ou%20hiragana>,
        <http://lexvo.org/id/term/fra/syllabaires%20japonais%20(alias%20pour%20hiragana%20%2B%20katakana)>,
        <http://lexvo.org/id/term/fur/katakana%20o%20hiragana>,
        <http://lexvo.org/id/term/gla/Katakana%20no%20Hiragana>,
        <http://lexvo.org/id/term/gle/Catac%C3%A1nach%20n%C3%B3%20H%C3%ADreag%C3%A1nach>,
        <http://lexvo.org/id/term/gsw/Katakana%20oder%20Hiragana>,
        <http://lexvo.org/id/term/guj/%E0%AA%95%E0%AA%A4%E0%AA%BE%E0%AA%95%E0%AA%A8%E0%AA%BE%20%E0%AA%85%E0%AA%A8%E0%AB%87%20%E0%AA%B9%E0%AA%BF%E0%AA%B0%E0%AA%BE%E0%AA%97%E0%AA%A8%E0%AA%BE>,
        <http://lexvo.org/id/term/hin/%E0%A4%95%E0%A4%9A%E0%A4%BE%E0%A4%95%E0%A4%A8%E0%A4%BE%20%E0%A4%94%E0%A4%B0%20%E0%A4%B9%E0%A4%BF%E0%A4%B0%E0%A4%BE%E0%A4%97%E0%A4%A8%E0%A4%BE>,
        <http://lexvo.org/id/term/hrv/katakana%20ili%20hiragana%20pismo>,
        <http://lexvo.org/id/term/hun/Katakana%20vagy%20hiragana>,
        <http://lexvo.org/id/term/ind/Katakana%20atau%20Hiragana>,
        <http://lexvo.org/id/term/isl/katakana%20e%C3%B0a%20hiragana>,
        <http://lexvo.org/id/term/ita/katanaka%20o%20hiragana>,
        <http://lexvo.org/id/term/jpn/%E4%BB%AE%E5%90%8D>,
        <http://lexvo.org/id/term/kan/%E0%B2%95%E0%B2%9F%E0%B2%95%E0%B2%BE%E0%B2%A8%E0%B2%BE%20%E0%B2%85%E0%B2%A5%E0%B2%B5%E0%B2%BE%20%E0%B2%B9%E0%B2%BF%E0%B2%B0%E0%B2%97%E0%B2%BE%E0%B2%A8%E0%B2%BE>,
        <http://lexvo.org/id/term/kas/%DA%A9%D9%8E%D9%B9%D8%A7%DA%A9%D8%A7%D9%86%D8%A7%20%DB%8C%D8%A7%20%DB%81%D9%90%D8%B1%D8%A7%DA%AF%D8%A7%D9%86%D8%A7>,
        <http://lexvo.org/id/term/kat/%E1%83%99%E1%83%90%E1%83%A2%E1%83%90%E1%83%99%E1%83%90%E1%83%9C%E1%83%90%20%E1%83%90%E1%83%9C%20%E1%83%B0%E1%83%98%E1%83%A0%E1%83%90%E1%83%92%E1%83%90%E1%83%9C%E1%83%90>,
        <http://lexvo.org/id/term/kor/%EA%B0%80%EB%82%98>,
        <http://lexvo.org/id/term/lao/%E0%BA%84%E0%BA%B0%E0%BA%95%E0%BA%B0%E0%BA%81%E0%BA%B0%E0%BA%99%E0%BA%B0%E0%BA%AB%E0%BA%AE%E0%BA%B7%E0%BA%AE%E0%BA%B5%E0%BA%AE%E0%BA%B0%E0%BA%87%E0%BA%B0%E0%BA%99%E0%BA%B0>,
        <http://lexvo.org/id/term/lav/katakana%20vai%20hiragana>,
        <http://lexvo.org/id/term/lit/katakana%20%2F%20hiragana>,
        <http://lexvo.org/id/term/mal/%E0%B4%95%E0%B4%9F%E0%B4%95%E0%B4%BE%E0%B4%A8%E0%B4%AF%E0%B5%8B%20%E0%B4%B9%E0%B4%BF%E0%B4%B0%E0%B4%BE%E0%B4%97%E0%B4%BE%E0%B4%A8%E0%B4%AF%E0%B5%8B>,
        <http://lexvo.org/id/term/mar/%E0%A4%95%E0%A5%85%E0%A4%9F%E0%A4%BE%E0%A4%95%E0%A4%A8%E0%A4%BE%20%E0%A4%86%E0%A4%A3%E0%A4%BF%20%E0%A4%B9%E0%A4%BF%E0%A4%B0%E0%A4%BE%E0%A4%97%E0%A4%BE%E0%A4%A8%E0%A4%BE>,
        <http://lexvo.org/id/term/mya/%E1%80%81%E1%80%90%E1%80%81%E1%80%8F%20%E1%80%9E%E1%80%AD%E1%80%AF%E1%80%B7%E1%80%99%E1%80%9F%E1%80%AF%E1%80%90%E1%80%BA%20%E1%80%9F%E1%80%AD%E1%80%9B%E1%80%82%E1%80%8F>,
        <http://lexvo.org/id/term/nep/%E0%A4%95%E0%A4%BE%E0%A4%A4%E0%A4%BE%E0%A4%95%E0%A4%BE%E0%A4%A8%E0%A4%BE%20%E0%A4%B5%E0%A4%BE%20%E0%A4%B9%E0%A4%BF%E0%A4%B0%E0%A4%BE%E0%A4%97%E0%A4%BE%E0%A4%A8%E0%A4%BE>,
        <http://lexvo.org/id/term/nld/Katakana%20of%20Hiragana>,
        <http://lexvo.org/id/term/nno/katakana%20eller%20hiragana>,
        <http://lexvo.org/id/term/nob/katakana%20eller%20hiragana>,
        <http://lexvo.org/id/term/ori/%E0%AC%95%E0%AC%BE%E0%AC%9F%E0%AC%BE%E0%AC%95%E0%AC%BE%E0%AC%A8%E0%AD%8D%20%E0%AC%95%E0%AC%BF%E0%AC%AE%E0%AD%8D%E0%AC%AC%E0%AC%BE%20%E0%AC%B9%E0%AC%BF%E0%AC%B0%E0%AC%BE%E0%AC%97%E0%AC%BE%E0%AC%A8%E0%AD%8D>,
        <http://lexvo.org/id/term/pol/katakana%20lub%20hiragana>,
        <http://lexvo.org/id/term/por/katakana%20ou%20hiragana>,
        <http://lexvo.org/id/term/roh/katanaka%20u%20hiragana>,
        <http://lexvo.org/id/term/ron/katakana%20sau%20hiragana>,
        <http://lexvo.org/id/term/rus/%D0%9A%D0%B0%D1%82%D0%B0%D0%BA%D0%B0%D0%BD%D0%B0%20%D0%B8%D0%BB%D0%B8%20%D1%85%D0%B8%D1%80%D0%B0%D0%B3%D0%B0%D0%BD%D0%B0>,
        <http://lexvo.org/id/term/slv/katakana%20ali%20hiragana>,
        <http://lexvo.org/id/term/spa/katakana%20o%20hiragana>,
        <http://lexvo.org/id/term/srp-Latn/Katakana%20ili%20Hiragana>,
        <http://lexvo.org/id/term/srp/%D0%9A%D0%B0%D1%82%D0%B0%D0%BA%D0%B0%D0%BD%D0%B0%20%D0%B8%D0%BB%D0%B8%20%D0%A5%D0%B8%D1%80%D0%B0%D0%B3%D0%B0%D0%BD%D0%B0>,
        <http://lexvo.org/id/term/swe/katakana%2Fhiragana>,
        <http://lexvo.org/id/term/tam/%E0%AE%95%E0%AE%9F%E0%AE%BE%E0%AE%95%E0%AE%BE%E0%AE%A9%E0%AE%BE%20%E0%AE%85%E0%AE%B2%E0%AF%8D%E0%AE%B2%E0%AE%A4%E0%AF%81%20%E0%AE%B9%E0%AE%BF%E0%AE%B0%E0%AE%BE%E0%AE%95%E0%AE%BE%E0%AE%A9%E0%AE%BE>,
        <http://lexvo.org/id/term/tel/%E0%B0%95%E0%B0%BE%E0%B0%9F%E0%B0%BE%E0%B0%95%E0%B0%BE%E0%B0%A8%20%E0%B0%B2%E0%B1%87%E0%B0%A6%E0%B0%BE%20%E0%B0%B9%E0%B0%BF%E0%B0%B0%E0%B0%BE%E0%B0%97%E0%B0%A8>,
        <http://lexvo.org/id/term/tha/%E0%B8%84%E0%B8%B0%E0%B8%95%E0%B8%B0%E0%B8%81%E0%B8%B0%E0%B8%99%E0%B8%B0%E0%B8%AB%E0%B8%A3%E0%B8%B7%E0%B8%AD%E0%B8%AE%E0%B8%B4%E0%B8%A3%E0%B8%B0%E0%B8%87%E0%B8%B0%E0%B8%99%E0%B8%B0>,
        <http://lexvo.org/id/term/tur/Katakana%20veya%20Hiragana>,
        <http://lexvo.org/id/term/ukr/%D0%9A%D0%B0%D1%82%D0%B0%D0%BA%D0%B0%D0%BD%D0%B0%20%D1%87%D0%B8%20%D1%85%D1%96%D1%80%D0%B0%D0%B3%D0%B0%D0%BD%D0%B0>,
        <http://lexvo.org/id/term/vie/B%E1%BA%A3ng%20k%C3%BD%20hi%E1%BB%87u%20%C3%A2m%20ti%E1%BA%BFt%20Ti%E1%BA%BFng%20Nh%E1%BA%ADt> .

<http://lexvo.org/id/script/Hung> a lvont:Script ;
    rdfs:label "المجرية القديمة"@ar,
        "qədimi macar"@az,
        "Староунгарска"@bg,
        "পুরোনো হাঙ্গেরীয়"@bn,
        "पुरानी हंगैरीयन"@brx,
        "Staromađarsko pismo"@bs,
        "старомађарско писмо"@bs-Cyrl,
        "hongarès antic"@ca,
        "古匈牙利文"@cmn,
        "古匈牙利文"@cmn-Hant,
        "staromaďarské"@cs,
        "oldungarsk"@da,
        "Altungarisch"@de,
        "hungaria gbeŋɔŋlɔ xoxotɔ"@ee,
        "Παλαιό Ουγγρικό"@el,
        "Old Hungarian"@en,
        "Old Hungarian (Hungarian Runic)"@en,
        "𐐄𐑊𐐼 𐐐𐐲𐑍𐐩𐑉𐐨𐐲𐑌"@en-Dsrt,
        "húngaro antiguo"@es,
        "vanaungari"@et,
        "مجاری باستان"@fa,
        "muinaisunkarilainen"@fi,
        "ancien hongrois"@fr,
        "runes hongroises (ancien hongrois)"@fr,
        "vieri ongjarês"@fur,
        "Altungarisch"@gsw,
        "ઓલ્ડ હંગેરિયન"@gu,
        "הונגרי עתיק"@he,
        "ऑल्ड हंगेरियन"@hi,
        "staro mađarsko pismo"@hr,
        "Ómagyar"@hu,
        "Hungaria Kuno"@id,
        "antico ungherese"@it,
        "古代ハンガリー文字"@ja,
        "ძველი უნგრული"@ka,
        "ಪ್ರಾಚೀನ ಹಂಗೇರಿಯನ್"@kn,
        "고대 헝가리 문자"@ko,
        "پرون ہَنگیریَن"@ks,
        "ຮັງກາຮີໂບຮານ"@lo,
        "senasis vengrų"@lt,
        "senungāru"@lv,
        "പുരാതന ഹംഗേറിയൻ"@ml,
        "पुरातन हंगेरियन"@mr,
        "gammelungarsk"@nb,
        "पुरानो हङ्गेरियाली"@ne,
        "Oudhongaars"@nl,
        "gammalungarsk"@nn,
        "ପୁରୁଣା ହଙ୍ଗେରିଆନ୍"@or,
        "starowęgierskie"@pl,
        "húngaro antigo"@pt,
        "ungarais vegl"@rm,
        "maghiară veche"@ro,
        "Старовенгерская"@ru,
        "staroogrski"@sl,
        "старомађарско писмо"@sr,
        "Staromađarsko pismo"@sr-Latn,
        "fornungerska"@sv,
        "பழைய ஹங்கேரியன்"@ta,
        "ప్రాచీన హంగేరియన్"@te,
        "ฮังการีโบราณ"@th,
        "Eski Macar"@tr,
        "Давньоугорський"@uk,
        "Chữ Hungary cổ"@vi ;
    lvont:iso15924Alphacode "Hung"^^xsd:string ;
    lvont:label <http://lexvo.org/id/term/ara/%D8%A7%D9%84%D9%85%D8%AC%D8%B1%D9%8A%D8%A9%20%D8%A7%D9%84%D9%82%D8%AF%D9%8A%D9%85%D8%A9>,
        <http://lexvo.org/id/term/aze/q%C9%99dimi%20macar>,
        <http://lexvo.org/id/term/ben/%E0%A6%AA%E0%A7%81%E0%A6%B0%E0%A7%8B%E0%A6%A8%E0%A7%8B%20%E0%A6%B9%E0%A6%BE%E0%A6%99%E0%A7%8D%E0%A6%97%E0%A7%87%E0%A6%B0%E0%A7%80%E0%A6%AF%E0%A6%BC>,
        <http://lexvo.org/id/term/bos-Cyrl/%D1%81%D1%82%D0%B0%D1%80%D0%BE%D0%BC%D0%B0%D1%92%D0%B0%D1%80%D1%81%D0%BA%D0%BE%20%D0%BF%D0%B8%D1%81%D0%BC%D0%BE>,
        <http://lexvo.org/id/term/bos/Staroma%C4%91arsko%20pismo>,
        <http://lexvo.org/id/term/brx/%E0%A4%AA%E0%A5%81%E0%A4%B0%E0%A4%BE%E0%A4%A8%E0%A5%80%20%E0%A4%B9%E0%A4%82%E0%A4%97%E0%A5%88%E0%A4%B0%E0%A5%80%E0%A4%AF%E0%A4%A8>,
        <http://lexvo.org/id/term/bul/%D0%A1%D1%82%D0%B0%D1%80%D0%BE%D1%83%D0%BD%D0%B3%D0%B0%D1%80%D1%81%D0%BA%D0%B0>,
        <http://lexvo.org/id/term/cat/hongar%C3%A8s%20antic>,
        <http://lexvo.org/id/term/ces/staroma%C4%8Farsk%C3%A9>,
        <http://lexvo.org/id/term/cmn-Hant/%E5%8F%A4%E5%8C%88%E7%89%99%E5%88%A9%E6%96%87>,
        <http://lexvo.org/id/term/cmn/%E5%8F%A4%E5%8C%88%E7%89%99%E5%88%A9%E6%96%87>,
        <http://lexvo.org/id/term/dan/oldungarsk>,
        <http://lexvo.org/id/term/deu/Altungarisch>,
        <http://lexvo.org/id/term/ell/%CE%A0%CE%B1%CE%BB%CE%B1%CE%B9%CF%8C%20%CE%9F%CF%85%CE%B3%CE%B3%CF%81%CE%B9%CE%BA%CF%8C>,
        <http://lexvo.org/id/term/eng-Dsrt/%F0%90%90%84%F0%90%91%8A%F0%90%90%BC%20%F0%90%90%90%F0%90%90%B2%F0%90%91%8D%F0%90%90%A9%F0%90%91%89%F0%90%90%A8%F0%90%90%B2%F0%90%91%8C>,
        <http://lexvo.org/id/term/eng/Old%20Hungarian>,
        <http://lexvo.org/id/term/eng/Old%20Hungarian%20(Hungarian%20Runic)>,
        <http://lexvo.org/id/term/est/vanaungari>,
        <http://lexvo.org/id/term/ewe/hungaria%20gbe%C5%8B%C9%94%C5%8Bl%C9%94%20xoxot%C9%94>,
        <http://lexvo.org/id/term/fas/%D9%85%D8%AC%D8%A7%D8%B1%DB%8C%20%D8%A8%D8%A7%D8%B3%D8%AA%D8%A7%D9%86>,
        <http://lexvo.org/id/term/fin/muinaisunkarilainen>,
        <http://lexvo.org/id/term/fra/ancien%20hongrois>,
        <http://lexvo.org/id/term/fra/runes%20hongroises%20(ancien%20hongrois)>,
        <http://lexvo.org/id/term/fur/vieri%20ongjar%C3%AAs>,
        <http://lexvo.org/id/term/gsw/Altungarisch>,
        <http://lexvo.org/id/term/guj/%E0%AA%93%E0%AA%B2%E0%AB%8D%E0%AA%A1%20%E0%AA%B9%E0%AA%82%E0%AA%97%E0%AB%87%E0%AA%B0%E0%AA%BF%E0%AA%AF%E0%AA%A8>,
        <http://lexvo.org/id/term/heb/%D7%94%D7%95%D7%A0%D7%92%D7%A8%D7%99%20%D7%A2%D7%AA%D7%99%D7%A7>,
        <http://lexvo.org/id/term/hin/%E0%A4%91%E0%A4%B2%E0%A5%8D%E0%A4%A1%20%E0%A4%B9%E0%A4%82%E0%A4%97%E0%A5%87%E0%A4%B0%E0%A4%BF%E0%A4%AF%E0%A4%A8>,
        <http://lexvo.org/id/term/hrv/staro%20ma%C4%91arsko%20pismo>,
        <http://lexvo.org/id/term/hun/%C3%93magyar>,
        <http://lexvo.org/id/term/ind/Hungaria%20Kuno>,
        <http://lexvo.org/id/term/ita/antico%20ungherese>,
        <http://lexvo.org/id/term/jpn/%E5%8F%A4%E4%BB%A3%E3%83%8F%E3%83%B3%E3%82%AC%E3%83%AA%E3%83%BC%E6%96%87%E5%AD%97>,
        <http://lexvo.org/id/term/kan/%E0%B2%AA%E0%B3%8D%E0%B2%B0%E0%B2%BE%E0%B2%9A%E0%B3%80%E0%B2%A8%20%E0%B2%B9%E0%B2%82%E0%B2%97%E0%B3%87%E0%B2%B0%E0%B2%BF%E0%B2%AF%E0%B2%A8%E0%B3%8D>,
        <http://lexvo.org/id/term/kas/%D9%BE%D8%B1%D9%88%D9%86%20%DB%81%D9%8E%D9%86%DA%AF%DB%8C%D8%B1%DB%8C%D9%8E%D9%86>,
        <http://lexvo.org/id/term/kat/%E1%83%AB%E1%83%95%E1%83%94%E1%83%9A%E1%83%98%20%E1%83%A3%E1%83%9C%E1%83%92%E1%83%A0%E1%83%A3%E1%83%9A%E1%83%98>,
        <http://lexvo.org/id/term/kor/%EA%B3%A0%EB%8C%80%20%ED%97%9D%EA%B0%80%EB%A6%AC%20%EB%AC%B8%EC%9E%90>,
        <http://lexvo.org/id/term/lao/%E0%BA%AE%E0%BA%B1%E0%BA%87%E0%BA%81%E0%BA%B2%E0%BA%AE%E0%BA%B5%E0%BB%82%E0%BA%9A%E0%BA%AE%E0%BA%B2%E0%BA%99>,
        <http://lexvo.org/id/term/lav/senung%C4%81ru>,
        <http://lexvo.org/id/term/lit/senasis%20vengr%C5%B3>,
        <http://lexvo.org/id/term/mal/%E0%B4%AA%E0%B5%81%E0%B4%B0%E0%B4%BE%E0%B4%A4%E0%B4%A8%20%E0%B4%B9%E0%B4%82%E0%B4%97%E0%B5%87%E0%B4%B1%E0%B4%BF%E0%B4%AF%E0%B5%BB>,
        <http://lexvo.org/id/term/mar/%E0%A4%AA%E0%A5%81%E0%A4%B0%E0%A4%BE%E0%A4%A4%E0%A4%A8%20%E0%A4%B9%E0%A4%82%E0%A4%97%E0%A5%87%E0%A4%B0%E0%A4%BF%E0%A4%AF%E0%A4%A8>,
        <http://lexvo.org/id/term/nep/%E0%A4%AA%E0%A5%81%E0%A4%B0%E0%A4%BE%E0%A4%A8%E0%A5%8B%20%E0%A4%B9%E0%A4%99%E0%A5%8D%E0%A4%97%E0%A5%87%E0%A4%B0%E0%A4%BF%E0%A4%AF%E0%A4%BE%E0%A4%B2%E0%A5%80>,
        <http://lexvo.org/id/term/nld/Oudhongaars>,
        <http://lexvo.org/id/term/nno/gammalungarsk>,
        <http://lexvo.org/id/term/nob/gammelungarsk>,
        <http://lexvo.org/id/term/ori/%E0%AC%AA%E0%AD%81%E0%AC%B0%E0%AD%81%E0%AC%A3%E0%AC%BE%20%E0%AC%B9%E0%AC%99%E0%AD%8D%E0%AC%97%E0%AD%87%E0%AC%B0%E0%AC%BF%E0%AC%86%E0%AC%A8%E0%AD%8D>,
        <http://lexvo.org/id/term/pol/starow%C4%99gierskie>,
        <http://lexvo.org/id/term/por/h%C3%BAngaro%20antigo>,
        <http://lexvo.org/id/term/roh/ungarais%20vegl>,
        <http://lexvo.org/id/term/ron/maghiar%C4%83%20veche>,
        <http://lexvo.org/id/term/rus/%D0%A1%D1%82%D0%B0%D1%80%D0%BE%D0%B2%D0%B5%D0%BD%D0%B3%D0%B5%D1%80%D1%81%D0%BA%D0%B0%D1%8F>,
        <http://lexvo.org/id/term/slv/staroogrski>,
        <http://lexvo.org/id/term/spa/h%C3%BAngaro%20antiguo>,
        <http://lexvo.org/id/term/srp-Latn/Staroma%C4%91arsko%20pismo>,
        <http://lexvo.org/id/term/srp/%D1%81%D1%82%D0%B0%D1%80%D0%BE%D0%BC%D0%B0%D1%92%D0%B0%D1%80%D1%81%D0%BA%D0%BE%20%D0%BF%D0%B8%D1%81%D0%BC%D0%BE>,
        <http://lexvo.org/id/term/swe/fornungerska>,
        <http://lexvo.org/id/term/tam/%E0%AE%AA%E0%AE%B4%E0%AF%88%E0%AE%AF%20%E0%AE%B9%E0%AE%99%E0%AF%8D%E0%AE%95%E0%AF%87%E0%AE%B0%E0%AE%BF%E0%AE%AF%E0%AE%A9%E0%AF%8D>,
        <http://lexvo.org/id/term/tel/%E0%B0%AA%E0%B1%8D%E0%B0%B0%E0%B0%BE%E0%B0%9A%E0%B1%80%E0%B0%A8%20%E0%B0%B9%E0%B0%82%E0%B0%97%E0%B1%87%E0%B0%B0%E0%B0%BF%E0%B0%AF%E0%B0%A8%E0%B1%8D>,
        <http://lexvo.org/id/term/tha/%E0%B8%AE%E0%B8%B1%E0%B8%87%E0%B8%81%E0%B8%B2%E0%B8%A3%E0%B8%B5%E0%B9%82%E0%B8%9A%E0%B8%A3%E0%B8%B2%E0%B8%93>,
        <http://lexvo.org/id/term/tur/Eski%20Macar>,
        <http://lexvo.org/id/term/ukr/%D0%94%D0%B0%D0%B2%D0%BD%D1%8C%D0%BE%D1%83%D0%B3%D0%BE%D1%80%D1%81%D1%8C%D0%BA%D0%B8%D0%B9>,
        <http://lexvo.org/id/term/vie/Ch%E1%BB%AF%20Hungary%20c%E1%BB%95> .

<http://lexvo.org/id/script/Inds> a lvont:Script ;
    rdfs:label "اندس - هارابان"@ar,
        "hindistan"@az,
        "Харапска"@bg,
        "সিন্ধু"@bn,
        "सिन्धु"@brx,
        "induško ismo"@bs,
        "индушко писмо"@bs-Cyrl,
        "escriptura de la vall de l'Indus"@ca,
        "古希腊哈拉潘"@cmn,
        "印度河流域（哈拉帕文）"@cmn-Hant,
        "harappské"@cs,
        "indus"@da,
        "Indus-Schrift"@de,
        "indus gbeŋɔŋlɔ"@ee,
        "Ίνδους"@el,
        "Indus"@en,
        "Indus (Harappan)"@en,
        "𐐆𐑌𐐼𐐲𐑅"@en-Dsrt,
        "Indio (harappan)"@es,
        "induse"@et,
        "ایندوس"@fa,
        "induslainen"@fi,
        "indus"@fr,
        "Indus-Schrift"@gsw,
        "સિન્ધુ"@gu,
        "אינדוס"@he,
        "सिन्धु"@hi,
        "indijsko pismo"@hr,
        "Indus"@hu,
        "Indus"@id,
        "indu"@it,
        "インダス文字"@ja,
        "ಸಿಂಧೂ"@kn,
        "인더스 문자"@ko,
        "اِنڈَس"@ks,
        "ອິນດັດ"@lo,
        "indus"@lt,
        "സിന്ധു"@ml,
        "सिन्धु"@mr,
        "indus"@nb,
        "इन्दुस"@ne,
        "Indus"@nl,
        "indus"@nn,
        "ସିନ୍ଧୁ"@or,
        "indus"@pl,
        "indo"@pt,
        "indus"@pt,
        "indus"@rm,
        "indus"@ro,
        "Хараппская (письменность долины Инда)"@ru,
        "induški"@sl,
        "индушко писмо"@sr,
        "induško ismo"@sr-Latn,
        "indus"@sv,
        "சிந்து"@ta,
        "సింధు"@te,
        "อินดัส"@th,
        "Indus"@tr,
        "Харапський"@uk,
        "Chữ Indus"@vi ;
    lvont:iso15924Alphacode "Inds"^^xsd:string ;
    lvont:label <http://lexvo.org/id/term/ara/%D8%A7%D9%86%D8%AF%D8%B3%20-%20%D9%87%D8%A7%D8%B1%D8%A7%D8%A8%D8%A7%D9%86>,
        <http://lexvo.org/id/term/aze/hindistan>,
        <http://lexvo.org/id/term/ben/%E0%A6%B8%E0%A6%BF%E0%A6%A8%E0%A7%8D%E0%A6%A7%E0%A7%81>,
        <http://lexvo.org/id/term/bos-Cyrl/%D0%B8%D0%BD%D0%B4%D1%83%D1%88%D0%BA%D0%BE%20%D0%BF%D0%B8%D1%81%D0%BC%D0%BE>,
        <http://lexvo.org/id/term/bos/indu%C5%A1ko%20ismo>,
        <http://lexvo.org/id/term/brx/%E0%A4%B8%E0%A4%BF%E0%A4%A8%E0%A5%8D%E0%A4%A7%E0%A5%81>,
        <http://lexvo.org/id/term/bul/%D0%A5%D0%B0%D1%80%D0%B0%D0%BF%D1%81%D0%BA%D0%B0>,
        <http://lexvo.org/id/term/cat/escriptura%20de%20la%20vall%20de%20l'Indus>,
        <http://lexvo.org/id/term/ces/harappsk%C3%A9>,
        <http://lexvo.org/id/term/cmn-Hant/%E5%8D%B0%E5%BA%A6%E6%B2%B3%E6%B5%81%E5%9F%9F%EF%BC%88%E5%93%88%E6%8B%89%E5%B8%95%E6%96%87%EF%BC%89>,
        <http://lexvo.org/id/term/cmn/%E5%8F%A4%E5%B8%8C%E8%85%8A%E5%93%88%E6%8B%89%E6%BD%98>,
        <http://lexvo.org/id/term/dan/indus>,
        <http://lexvo.org/id/term/deu/Indus-Schrift>,
        <http://lexvo.org/id/term/ell/%CE%8A%CE%BD%CE%B4%CE%BF%CF%85%CF%82>,
        <http://lexvo.org/id/term/eng-Dsrt/%F0%90%90%86%F0%90%91%8C%F0%90%90%BC%F0%90%90%B2%F0%90%91%85>,
        <http://lexvo.org/id/term/eng/Indus>,
        <http://lexvo.org/id/term/eng/Indus%20(Harappan)>,
        <http://lexvo.org/id/term/est/induse>,
        <http://lexvo.org/id/term/ewe/indus%20gbe%C5%8B%C9%94%C5%8Bl%C9%94>,
        <http://lexvo.org/id/term/fas/%D8%A7%DB%8C%D9%86%D8%AF%D9%88%D8%B3>,
        <http://lexvo.org/id/term/fin/induslainen>,
        <http://lexvo.org/id/term/fra/indus>,
        <http://lexvo.org/id/term/gsw/Indus-Schrift>,
        <http://lexvo.org/id/term/guj/%E0%AA%B8%E0%AA%BF%E0%AA%A8%E0%AB%8D%E0%AA%A7%E0%AB%81>,
        <http://lexvo.org/id/term/heb/%D7%90%D7%99%D7%A0%D7%93%D7%95%D7%A1>,
        <http://lexvo.org/id/term/hin/%E0%A4%B8%E0%A4%BF%E0%A4%A8%E0%A5%8D%E0%A4%A7%E0%A5%81>,
        <http://lexvo.org/id/term/hrv/indijsko%20pismo>,
        <http://lexvo.org/id/term/hun/Indus>,
        <http://lexvo.org/id/term/ind/Indus>,
        <http://lexvo.org/id/term/ita/indu>,
        <http://lexvo.org/id/term/jpn/%E3%82%A4%E3%83%B3%E3%83%80%E3%82%B9%E6%96%87%E5%AD%97>,
        <http://lexvo.org/id/term/kan/%E0%B2%B8%E0%B2%BF%E0%B2%82%E0%B2%A7%E0%B3%82>,
        <http://lexvo.org/id/term/kas/%D8%A7%D9%90%D9%86%DA%88%D9%8E%D8%B3>,
        <http://lexvo.org/id/term/kor/%EC%9D%B8%EB%8D%94%EC%8A%A4%20%EB%AC%B8%EC%9E%90>,
        <http://lexvo.org/id/term/lao/%E0%BA%AD%E0%BA%B4%E0%BA%99%E0%BA%94%E0%BA%B1%E0%BA%94>,
        <http://lexvo.org/id/term/lit/indus>,
        <http://lexvo.org/id/term/mal/%E0%B4%B8%E0%B4%BF%E0%B4%A8%E0%B5%8D%E0%B4%A7%E0%B5%81>,
        <http://lexvo.org/id/term/mar/%E0%A4%B8%E0%A4%BF%E0%A4%A8%E0%A5%8D%E0%A4%A7%E0%A5%81>,
        <http://lexvo.org/id/term/nep/%E0%A4%87%E0%A4%A8%E0%A5%8D%E0%A4%A6%E0%A5%81%E0%A4%B8>,
        <http://lexvo.org/id/term/nld/Indus>,
        <http://lexvo.org/id/term/nno/indus>,
        <http://lexvo.org/id/term/nob/indus>,
        <http://lexvo.org/id/term/ori/%E0%AC%B8%E0%AC%BF%E0%AC%A8%E0%AD%8D%E0%AC%A7%E0%AD%81>,
        <http://lexvo.org/id/term/pol/indus>,
        <http://lexvo.org/id/term/por/indo>,
        <http://lexvo.org/id/term/por/indus>,
        <http://lexvo.org/id/term/roh/indus>,
        <http://lexvo.org/id/term/ron/indus>,
        <http://lexvo.org/id/term/rus/%D0%A5%D0%B0%D1%80%D0%B0%D0%BF%D0%BF%D1%81%D0%BA%D0%B0%D1%8F%20(%D0%BF%D0%B8%D1%81%D1%8C%D0%BC%D0%B5%D0%BD%D0%BD%D0%BE%D1%81%D1%82%D1%8C%20%D0%B4%D0%BE%D0%BB%D0%B8%D0%BD%D1%8B%20%D0%98%D0%BD%D0%B4%D0%B0)>,
        <http://lexvo.org/id/term/slv/indu%C5%A1ki>,
        <http://lexvo.org/id/term/spa/Indio%20(harappan)>,
        <http://lexvo.org/id/term/srp-Latn/indu%C5%A1ko%20ismo>,
        <http://lexvo.org/id/term/srp/%D0%B8%D0%BD%D0%B4%D1%83%D1%88%D0%BA%D0%BE%20%D0%BF%D0%B8%D1%81%D0%BC%D0%BE>,
        <http://lexvo.org/id/term/swe/indus>,
        <http://lexvo.org/id/term/tam/%E0%AE%9A%E0%AE%BF%E0%AE%A8%E0%AF%8D%E0%AE%A4%E0%AF%81>,
        <http://lexvo.org/id/term/tel/%E0%B0%B8%E0%B0%BF%E0%B0%82%E0%B0%A7%E0%B1%81>,
        <http://lexvo.org/id/term/tha/%E0%B8%AD%E0%B8%B4%E0%B8%99%E0%B8%94%E0%B8%B1%E0%B8%AA>,
        <http://lexvo.org/id/term/tur/Indus>,
        <http://lexvo.org/id/term/ukr/%D0%A5%D0%B0%D1%80%D0%B0%D0%BF%D1%81%D1%8C%D0%BA%D0%B8%D0%B9>,
        <http://lexvo.org/id/term/vie/Ch%E1%BB%AF%20Indus> .

<http://lexvo.org/id/script/Ital> a lvont:Script ;
    rdfs:label "الإيطالية القديمة"@ar,
        "qədimi italyalı"@az,
        "Древно италийска"@bg,
        "প্রাচীন ইতালি"@bn,
        "henitalek"@br,
        "पुरानी इटैलियन"@brx,
        "staro italsko pismo"@bs,
        "стари италик"@bs-Cyrl,
        "cursiva antiga"@ca,
        "古意大利文"@cmn,
        "古意大利文"@cmn-Hant,
        "etruské"@cs,
        "Olditalisk"@da,
        "Altitalisch"@de,
        "aitalik xoxotɔ"@ee,
        "Παλαιό Ιταλικό"@el,
        "Old Italic"@en,
        "Old Italic (Etruscan, Oscan, etc.)"@en,
        "𐐄𐑊𐐼 𐐆𐐻𐐰𐑊𐐮𐐿"@en-Dsrt,
        "antigua bastardilla"@es,
        "vanaitali"@et,
        "muinaisitalialainen"@fi,
        "ancien italique"@fr,
        "ancien italique (étrusque, osque, etc.)"@fr,
        "vieri italic"@fur,
        "Altitalisch"@gsw,
        "જૂનુ ઇટાલિક"@gu,
        "איטלקי עתיק"@he,
        "पुरानी इटली"@hi,
        "staro talijansko pismo"@hr,
        "Régi olasz"@hu,
        "Italia Lama"@id,
        "italico antico"@it,
        "古イタリア文字"@ja,
        "ಪ್ರಾಚೀನ್ ಇಟಾಲಿಕ್"@kn,
        "고대 이탈리아 문자"@ko,
        "اولڈ اِٹیلِک"@ks,
        "ອີຕາລີໂບຮານ"@lo,
        "senasis italų"@lt,
        "vecitāļu"@lv,
        "പഴയ ഇറ്റാലിയൻ"@ml,
        "जुनी इटालिक"@mr,
        "gammelitalisk"@nb,
        "पुरानो इटालिक"@ne,
        "Oud-italisch"@nl,
        "gammalitalisk"@nn,
        "ପୁରୁଣା ଇଟାଲୀ"@or,
        "starowłoskie"@pl,
        "itálico antigo"@pt,
        "italic vegl"@rm,
        "italică veche"@ro,
        "Староитальянская"@ru,
        "staroitalski"@sl,
        "стари италик"@sr,
        "staro italsko pismo"@sr-Latn,
        "fornitaliska"@sv,
        "பழைய இத்தாலி"@ta,
        "ప్రాచిన ఐటాలిక్"@te,
        "อิตาลีโบราณ"@th,
        "Eski İtalyan"@tr,
        "Давньоіталійський"@uk,
        "Chữ Italic cổ"@vi ;
    lvont:iso15924Alphacode "Ital"^^xsd:string ;
    lvont:label <http://lexvo.org/id/term/ara/%D8%A7%D9%84%D8%A5%D9%8A%D8%B7%D8%A7%D9%84%D9%8A%D8%A9%20%D8%A7%D9%84%D9%82%D8%AF%D9%8A%D9%85%D8%A9>,
        <http://lexvo.org/id/term/aze/q%C9%99dimi%20italyal%C4%B1>,
        <http://lexvo.org/id/term/ben/%E0%A6%AA%E0%A7%8D%E0%A6%B0%E0%A6%BE%E0%A6%9A%E0%A7%80%E0%A6%A8%20%E0%A6%87%E0%A6%A4%E0%A6%BE%E0%A6%B2%E0%A6%BF>,
        <http://lexvo.org/id/term/bos-Cyrl/%D1%81%D1%82%D0%B0%D1%80%D0%B8%20%D0%B8%D1%82%D0%B0%D0%BB%D0%B8%D0%BA>,
        <http://lexvo.org/id/term/bos/staro%20italsko%20pismo>,
        <http://lexvo.org/id/term/bre/henitalek>,
        <http://lexvo.org/id/term/brx/%E0%A4%AA%E0%A5%81%E0%A4%B0%E0%A4%BE%E0%A4%A8%E0%A5%80%20%E0%A4%87%E0%A4%9F%E0%A5%88%E0%A4%B2%E0%A4%BF%E0%A4%AF%E0%A4%A8>,
        <http://lexvo.org/id/term/bul/%D0%94%D1%80%D0%B5%D0%B2%D0%BD%D0%BE%20%D0%B8%D1%82%D0%B0%D0%BB%D0%B8%D0%B9%D1%81%D0%BA%D0%B0>,
        <http://lexvo.org/id/term/cat/cursiva%20antiga>,
        <http://lexvo.org/id/term/ces/etrusk%C3%A9>,
        <http://lexvo.org/id/term/cmn-Hant/%E5%8F%A4%E6%84%8F%E5%A4%A7%E5%88%A9%E6%96%87>,
        <http://lexvo.org/id/term/cmn/%E5%8F%A4%E6%84%8F%E5%A4%A7%E5%88%A9%E6%96%87>,
        <http://lexvo.org/id/term/dan/Olditalisk>,
        <http://lexvo.org/id/term/deu/Altitalisch>,
        <http://lexvo.org/id/term/ell/%CE%A0%CE%B1%CE%BB%CE%B1%CE%B9%CF%8C%20%CE%99%CF%84%CE%B1%CE%BB%CE%B9%CE%BA%CF%8C>,
        <http://lexvo.org/id/term/eng-Dsrt/%F0%90%90%84%F0%90%91%8A%F0%90%90%BC%20%F0%90%90%86%F0%90%90%BB%F0%90%90%B0%F0%90%91%8A%F0%90%90%AE%F0%90%90%BF>,
        <http://lexvo.org/id/term/eng/Old%20Italic>,
        <http://lexvo.org/id/term/eng/Old%20Italic%20(Etruscan%2C%20Oscan%2C%20etc.)>,
        <http://lexvo.org/id/term/est/vanaitali>,
        <http://lexvo.org/id/term/ewe/aitalik%20xoxot%C9%94>,
        <http://lexvo.org/id/term/fin/muinaisitalialainen>,
        <http://lexvo.org/id/term/fra/ancien%20italique>,
        <http://lexvo.org/id/term/fra/ancien%20italique%20(%C3%A9trusque%2C%20osque%2C%20etc.)>,
        <http://lexvo.org/id/term/fur/vieri%20italic>,
        <http://lexvo.org/id/term/gsw/Altitalisch>,
        <http://lexvo.org/id/term/guj/%E0%AA%9C%E0%AB%82%E0%AA%A8%E0%AB%81%20%E0%AA%87%E0%AA%9F%E0%AA%BE%E0%AA%B2%E0%AA%BF%E0%AA%95>,
        <http://lexvo.org/id/term/heb/%D7%90%D7%99%D7%98%D7%9C%D7%A7%D7%99%20%D7%A2%D7%AA%D7%99%D7%A7>,
        <http://lexvo.org/id/term/hin/%E0%A4%AA%E0%A5%81%E0%A4%B0%E0%A4%BE%E0%A4%A8%E0%A5%80%20%E0%A4%87%E0%A4%9F%E0%A4%B2%E0%A5%80>,
        <http://lexvo.org/id/term/hrv/staro%20talijansko%20pismo>,
        <http://lexvo.org/id/term/hun/R%C3%A9gi%20olasz>,
        <http://lexvo.org/id/term/ind/Italia%20Lama>,
        <http://lexvo.org/id/term/ita/italico%20antico>,
        <http://lexvo.org/id/term/jpn/%E5%8F%A4%E3%82%A4%E3%82%BF%E3%83%AA%E3%82%A2%E6%96%87%E5%AD%97>,
        <http://lexvo.org/id/term/kan/%E0%B2%AA%E0%B3%8D%E0%B2%B0%E0%B2%BE%E0%B2%9A%E0%B3%80%E0%B2%A8%E0%B3%8D%20%E0%B2%87%E0%B2%9F%E0%B2%BE%E0%B2%B2%E0%B2%BF%E0%B2%95%E0%B3%8D>,
        <http://lexvo.org/id/term/kas/%D8%A7%D9%88%D9%84%DA%88%20%D8%A7%D9%90%D9%B9%DB%8C%D9%84%D9%90%DA%A9>,
        <http://lexvo.org/id/term/kor/%EA%B3%A0%EB%8C%80%20%EC%9D%B4%ED%83%88%EB%A6%AC%EC%95%84%20%EB%AC%B8%EC%9E%90>,
        <http://lexvo.org/id/term/lao/%E0%BA%AD%E0%BA%B5%E0%BA%95%E0%BA%B2%E0%BA%A5%E0%BA%B5%E0%BB%82%E0%BA%9A%E0%BA%AE%E0%BA%B2%E0%BA%99>,
        <http://lexvo.org/id/term/lav/vecit%C4%81%C4%BCu>,
        <http://lexvo.org/id/term/lit/senasis%20ital%C5%B3>,
        <http://lexvo.org/id/term/mal/%E0%B4%AA%E0%B4%B4%E0%B4%AF%20%E0%B4%87%E0%B4%B1%E0%B5%8D%E0%B4%B1%E0%B4%BE%E0%B4%B2%E0%B4%BF%E0%B4%AF%E0%B5%BB>,
        <http://lexvo.org/id/term/mar/%E0%A4%9C%E0%A5%81%E0%A4%A8%E0%A5%80%20%E0%A4%87%E0%A4%9F%E0%A4%BE%E0%A4%B2%E0%A4%BF%E0%A4%95>,
        <http://lexvo.org/id/term/nep/%E0%A4%AA%E0%A5%81%E0%A4%B0%E0%A4%BE%E0%A4%A8%E0%A5%8B%20%E0%A4%87%E0%A4%9F%E0%A4%BE%E0%A4%B2%E0%A4%BF%E0%A4%95>,
        <http://lexvo.org/id/term/nld/Oud-italisch>,
        <http://lexvo.org/id/term/nno/gammalitalisk>,
        <http://lexvo.org/id/term/nob/gammelitalisk>,
        <http://lexvo.org/id/term/ori/%E0%AC%AA%E0%AD%81%E0%AC%B0%E0%AD%81%E0%AC%A3%E0%AC%BE%20%E0%AC%87%E0%AC%9F%E0%AC%BE%E0%AC%B2%E0%AD%80>,
        <http://lexvo.org/id/term/pol/starow%C5%82oskie>,
        <http://lexvo.org/id/term/por/it%C3%A1lico%20antigo>,
        <http://lexvo.org/id/term/roh/italic%20vegl>,
        <http://lexvo.org/id/term/ron/italic%C4%83%20veche>,
        <http://lexvo.org/id/term/rus/%D0%A1%D1%82%D0%B0%D1%80%D0%BE%D0%B8%D1%82%D0%B0%D0%BB%D1%8C%D1%8F%D0%BD%D1%81%D0%BA%D0%B0%D1%8F>,
        <http://lexvo.org/id/term/slv/staroitalski>,
        <http://lexvo.org/id/term/spa/antigua%20bastardilla>,
        <http://lexvo.org/id/term/srp-Latn/staro%20italsko%20pismo>,
        <http://lexvo.org/id/term/srp/%D1%81%D1%82%D0%B0%D1%80%D0%B8%20%D0%B8%D1%82%D0%B0%D0%BB%D0%B8%D0%BA>,
        <http://lexvo.org/id/term/swe/fornitaliska>,
        <http://lexvo.org/id/term/tam/%E0%AE%AA%E0%AE%B4%E0%AF%88%E0%AE%AF%20%E0%AE%87%E0%AE%A4%E0%AF%8D%E0%AE%A4%E0%AE%BE%E0%AE%B2%E0%AE%BF>,
        <http://lexvo.org/id/term/tel/%E0%B0%AA%E0%B1%8D%E0%B0%B0%E0%B0%BE%E0%B0%9A%E0%B0%BF%E0%B0%A8%20%E0%B0%90%E0%B0%9F%E0%B0%BE%E0%B0%B2%E0%B0%BF%E0%B0%95%E0%B1%8D>,
        <http://lexvo.org/id/term/tha/%E0%B8%AD%E0%B8%B4%E0%B8%95%E0%B8%B2%E0%B8%A5%E0%B8%B5%E0%B9%82%E0%B8%9A%E0%B8%A3%E0%B8%B2%E0%B8%93>,
        <http://lexvo.org/id/term/tur/Eski%20%C4%B0talyan>,
        <http://lexvo.org/id/term/ukr/%D0%94%D0%B0%D0%B2%D0%BD%D1%8C%D0%BE%D1%96%D1%82%D0%B0%D0%BB%D1%96%D0%B9%D1%81%D1%8C%D0%BA%D0%B8%D0%B9>,
        <http://lexvo.org/id/term/vie/Ch%E1%BB%AF%20Italic%20c%E1%BB%95> .

<http://lexvo.org/id/script/Java> a lvont:Script ;
    rdfs:label "الجاوية"@ar,
        "cava"@az,
        "Яванска"@bg,
        "জাভানিজ"@bn,
        "javanek"@br,
        "जावानीस"@brx,
        "javansko pismo"@bs,
        "јаванско писмо"@bs-Cyrl,
        "javanès"@ca,
        "爪哇文"@cmn,
        "爪哇文"@cmn-Hant,
        "javánské"@cs,
        "javanesisk"@da,
        "Javanesisch"@de,
        "dzavanese gbeŋɔŋlɔ"@ee,
        "Ιαβανεζικό"@el,
        "Javanese"@en,
        "𐐖𐐪𐑂𐐲𐑌𐐨𐑆"@en-Dsrt,
        "javanés"@es,
        "jaava"@et,
        "جاوه‌ای"@fa,
        "jaavalainen"@fi,
        "javanais"@fr,
        "gjavanês"@fur,
        "Javanesisch"@gsw,
        "જાવાનીસ"@gu,
        "ג'אוונזי"@he,
        "जावानीस"@hi,
        "javansko pismo"@hr,
        "Jávai"@hu,
        "Jawa"@id,
        "javanesíska"@is,
        "javanese"@it,
        "ジャワ文字"@ja,
        "ಜಾವನೀಸ್"@kn,
        "자바 문자"@ko,
        "جاوَنیٖز"@ks,
        "ຈາວາ"@lo,
        "javiečių"@lt,
        "javiešu"@lv,
        "ജാവനീസ്"@ml,
        "जावानीस"@mr,
        "ဂျာဗားနီးစ်"@my,
        "javanesisk"@nb,
        "जाभानी"@ne,
        "Javaans"@nl,
        "javanesisk"@nn,
        "ଜାଭାନୀଜ୍"@or,
        "jawajskie"@pl,
        "javanês"@pt,
        "javanais"@rm,
        "javaneză"@ro,
        "Яванская"@ru,
        "javanski"@sl,
        "јаванско писмо"@sr,
        "javansko pismo"@sr-Latn,
        "javanska"@sv,
        "ஜாவனீஸ்"@ta,
        "జావనీస్"@te,
        "ชวา"@th,
        "Cava Dili"@tr,
        "Яванський"@uk,
        "Chữ Java"@vi ;
    lvont:iso15924Alphacode "Java"^^xsd:string ;
    lvont:label <http://lexvo.org/id/term/ara/%D8%A7%D9%84%D8%AC%D8%A7%D9%88%D9%8A%D8%A9>,
        <http://lexvo.org/id/term/aze/cava>,
        <http://lexvo.org/id/term/ben/%E0%A6%9C%E0%A6%BE%E0%A6%AD%E0%A6%BE%E0%A6%A8%E0%A6%BF%E0%A6%9C>,
        <http://lexvo.org/id/term/bos-Cyrl/%D1%98%D0%B0%D0%B2%D0%B0%D0%BD%D1%81%D0%BA%D0%BE%20%D0%BF%D0%B8%D1%81%D0%BC%D0%BE>,
        <http://lexvo.org/id/term/bos/javansko%20pismo>,
        <http://lexvo.org/id/term/bre/javanek>,
        <http://lexvo.org/id/term/brx/%E0%A4%9C%E0%A4%BE%E0%A4%B5%E0%A4%BE%E0%A4%A8%E0%A5%80%E0%A4%B8>,
        <http://lexvo.org/id/term/bul/%D0%AF%D0%B2%D0%B0%D0%BD%D1%81%D0%BA%D0%B0>,
        <http://lexvo.org/id/term/cat/javan%C3%A8s>,
        <http://lexvo.org/id/term/ces/jav%C3%A1nsk%C3%A9>,
        <http://lexvo.org/id/term/cmn-Hant/%E7%88%AA%E5%93%87%E6%96%87>,
        <http://lexvo.org/id/term/cmn/%E7%88%AA%E5%93%87%E6%96%87>,
        <http://lexvo.org/id/term/dan/javanesisk>,
        <http://lexvo.org/id/term/deu/Javanesisch>,
        <http://lexvo.org/id/term/ell/%CE%99%CE%B1%CE%B2%CE%B1%CE%BD%CE%B5%CE%B6%CE%B9%CE%BA%CF%8C>,
        <http://lexvo.org/id/term/eng-Dsrt/%F0%90%90%96%F0%90%90%AA%F0%90%91%82%F0%90%90%B2%F0%90%91%8C%F0%90%90%A8%F0%90%91%86>,
        <http://lexvo.org/id/term/eng/Javanese>,
        <http://lexvo.org/id/term/est/jaava>,
        <http://lexvo.org/id/term/ewe/dzavanese%20gbe%C5%8B%C9%94%C5%8Bl%C9%94>,
        <http://lexvo.org/id/term/fas/%D8%AC%D8%A7%D9%88%D9%87%E2%80%8C%D8%A7%DB%8C>,
        <http://lexvo.org/id/term/fin/jaavalainen>,
        <http://lexvo.org/id/term/fra/javanais>,
        <http://lexvo.org/id/term/fur/gjavan%C3%AAs>,
        <http://lexvo.org/id/term/gsw/Javanesisch>,
        <http://lexvo.org/id/term/guj/%E0%AA%9C%E0%AA%BE%E0%AA%B5%E0%AA%BE%E0%AA%A8%E0%AB%80%E0%AA%B8>,
        <http://lexvo.org/id/term/heb/%D7%92'%D7%90%D7%95%D7%95%D7%A0%D7%96%D7%99>,
        <http://lexvo.org/id/term/hin/%E0%A4%9C%E0%A4%BE%E0%A4%B5%E0%A4%BE%E0%A4%A8%E0%A5%80%E0%A4%B8>,
        <http://lexvo.org/id/term/hrv/javansko%20pismo>,
        <http://lexvo.org/id/term/hun/J%C3%A1vai>,
        <http://lexvo.org/id/term/ind/Jawa>,
        <http://lexvo.org/id/term/isl/javanes%C3%ADska>,
        <http://lexvo.org/id/term/ita/javanese>,
        <http://lexvo.org/id/term/jpn/%E3%82%B8%E3%83%A3%E3%83%AF%E6%96%87%E5%AD%97>,
        <http://lexvo.org/id/term/kan/%E0%B2%9C%E0%B2%BE%E0%B2%B5%E0%B2%A8%E0%B3%80%E0%B2%B8%E0%B3%8D>,
        <http://lexvo.org/id/term/kas/%D8%AC%D8%A7%D9%88%D9%8E%D9%86%DB%8C%D9%96%D8%B2>,
        <http://lexvo.org/id/term/kor/%EC%9E%90%EB%B0%94%20%EB%AC%B8%EC%9E%90>,
        <http://lexvo.org/id/term/lao/%E0%BA%88%E0%BA%B2%E0%BA%A7%E0%BA%B2>,
        <http://lexvo.org/id/term/lav/javie%C5%A1u>,
        <http://lexvo.org/id/term/lit/javie%C4%8Di%C5%B3>,
        <http://lexvo.org/id/term/mal/%E0%B4%9C%E0%B4%BE%E0%B4%B5%E0%B4%A8%E0%B5%80%E0%B4%B8%E0%B5%8D>,
        <http://lexvo.org/id/term/mar/%E0%A4%9C%E0%A4%BE%E0%A4%B5%E0%A4%BE%E0%A4%A8%E0%A5%80%E0%A4%B8>,
        <http://lexvo.org/id/term/mya/%E1%80%82%E1%80%BB%E1%80%AC%E1%80%97%E1%80%AC%E1%80%B8%E1%80%94%E1%80%AE%E1%80%B8%E1%80%85%E1%80%BA>,
        <http://lexvo.org/id/term/nep/%E0%A4%9C%E0%A4%BE%E0%A4%AD%E0%A4%BE%E0%A4%A8%E0%A5%80>,
        <http://lexvo.org/id/term/nld/Javaans>,
        <http://lexvo.org/id/term/nno/javanesisk>,
        <http://lexvo.org/id/term/nob/javanesisk>,
        <http://lexvo.org/id/term/ori/%E0%AC%9C%E0%AC%BE%E0%AC%AD%E0%AC%BE%E0%AC%A8%E0%AD%80%E0%AC%9C%E0%AD%8D>,
        <http://lexvo.org/id/term/pol/jawajskie>,
        <http://lexvo.org/id/term/por/javan%C3%AAs>,
        <http://lexvo.org/id/term/roh/javanais>,
        <http://lexvo.org/id/term/ron/javanez%C4%83>,
        <http://lexvo.org/id/term/rus/%D0%AF%D0%B2%D0%B0%D0%BD%D1%81%D0%BA%D0%B0%D1%8F>,
        <http://lexvo.org/id/term/slv/javanski>,
        <http://lexvo.org/id/term/spa/javan%C3%A9s>,
        <http://lexvo.org/id/term/srp-Latn/javansko%20pismo>,
        <http://lexvo.org/id/term/srp/%D1%98%D0%B0%D0%B2%D0%B0%D0%BD%D1%81%D0%BA%D0%BE%20%D0%BF%D0%B8%D1%81%D0%BC%D0%BE>,
        <http://lexvo.org/id/term/swe/javanska>,
        <http://lexvo.org/id/term/tam/%E0%AE%9C%E0%AE%BE%E0%AE%B5%E0%AE%A9%E0%AF%80%E0%AE%B8%E0%AF%8D>,
        <http://lexvo.org/id/term/tel/%E0%B0%9C%E0%B0%BE%E0%B0%B5%E0%B0%A8%E0%B1%80%E0%B0%B8%E0%B1%8D>,
        <http://lexvo.org/id/term/tha/%E0%B8%8A%E0%B8%A7%E0%B8%B2>,
        <http://lexvo.org/id/term/tur/Cava%20Dili>,
        <http://lexvo.org/id/term/ukr/%D0%AF%D0%B2%D0%B0%D0%BD%D1%81%D1%8C%D0%BA%D0%B8%D0%B9>,
        <http://lexvo.org/id/term/vie/Ch%E1%BB%AF%20Java> .

<http://lexvo.org/id/script/Jpan> a lvont:Script ;
    rdfs:label "Japannees"@af,
        "ጃፓንኛ"@am,
        "اليابانية"@ar,
        "xaponés"@ast,
        "yapon"@az,
        "японскае"@be,
        "Японска"@bg,
        "জাপানী"@bn,
        "japanek"@br,
        "जापानी"@brx,
        "japansko pismo"@bs,
        "јапанско писмо"@bs-Cyrl,
        "japonès"@ca,
        "日文"@cmn,
        "日文"@cmn-Hant,
        "japonské"@cs,
        "Japanaidd"@cy,
        "japansk"@da,
        "Japanisch"@de,
        "ཇ་པཱན་ཡིག་གུ"@dz,
        "dzapangbeŋɔŋlɔ"@ee,
        "Ιαπωνικό"@el,
        "Japanese"@en,
        "Japanese (alias for Han + Hiragana + Katakana)"@en,
        "𐐖𐐪𐐹𐐲𐑌𐐨𐑆"@en-Dsrt,
        "japonés"@es,
        "jaapani"@et,
        "Japoniera"@eu,
        "ژاپنی"@fa,
        "japanilainen"@fi,
        "Japanese"@fil,
        "japonais"@fr,
        "japonais (alias pour han + hiragana + katakana)"@fr,
        "gjaponês"@fur,
        "Seapánach"@ga,
        "Seapanach"@gd,
        "Xaponés"@gl,
        "Japanisch"@gsw,
        "જાપાની"@gu,
        "יפני"@he,
        "जापानी"@hi,
        "japansko pismo"@hr,
        "Japán"@hu,
        "Jepang"@id,
        "japönsk"@is,
        "giapponese"@it,
        "日本語の文字"@ja,
        "იაპონური"@ka,
        "japones"@kea,
        "жапон"@kk,
        "ជប៉ុន"@km,
        "ಜಾಪನೀಸ್"@kn,
        "일본 문자"@ko,
        "جیٚپَنیٖز"@ks,
        "en japaanesche Schreff"@ksh,
        "ຍີ່ປຸ່ນ"@lo,
        "japonų"@lt,
        "japāņu"@lv,
        "јапонско писмо"@mk,
        "ജാപ്പനീസ്"@ml,
        "जपानी"@mr,
        "ဂျပန်"@my,
        "japansk"@nb,
        "जापानी"@ne,
        "Japans"@nl,
        "japansk"@nn,
        "ଜାପାନୀଜ୍"@or,
        "japońskie"@pl,
        "japonês"@pt,
        "giapunais"@rm,
        "japoneză"@ro,
        "Японская"@ru,
        "Дьоппуоннуу"@sah,
        "ජපන්"@si,
        "japonské"@sk,
        "japonski"@sl,
        "јапанско писмо"@sr,
        "japansko pismo"@sr-Latn,
        "japanska"@sv,
        "Kijapani"@swh,
        "ஜாப்பனீஸ்"@ta,
        "జాపనీస్"@te,
        "ญี่ปุ่น"@th,
        "tohinima fakasiapani"@to,
        "Japon"@tr,
        "Японський"@uk,
        "جاپانی"@ur,
        "Nhật Bản"@vi,
        "Japaniš"@wae,
        "Jepun"@zsm,
        "isi-Japanese"@zu ;
    lvont:iso15924Alphacode "Jpan"^^xsd:string ;
    lvont:label <http://lexvo.org/id/term/afr/Japannees>,
        <http://lexvo.org/id/term/amh/%E1%8C%83%E1%8D%93%E1%8A%95%E1%8A%9B>,
        <http://lexvo.org/id/term/ara/%D8%A7%D9%84%D9%8A%D8%A7%D8%A8%D8%A7%D9%86%D9%8A%D8%A9>,
        <http://lexvo.org/id/term/ast/xapon%C3%A9s>,
        <http://lexvo.org/id/term/aze/yapon>,
        <http://lexvo.org/id/term/bel/%D1%8F%D0%BF%D0%BE%D0%BD%D1%81%D0%BA%D0%B0%D0%B5>,
        <http://lexvo.org/id/term/ben/%E0%A6%9C%E0%A6%BE%E0%A6%AA%E0%A6%BE%E0%A6%A8%E0%A7%80>,
        <http://lexvo.org/id/term/bos-Cyrl/%D1%98%D0%B0%D0%BF%D0%B0%D0%BD%D1%81%D0%BA%D0%BE%20%D0%BF%D0%B8%D1%81%D0%BC%D0%BE>,
        <http://lexvo.org/id/term/bos/japansko%20pismo>,
        <http://lexvo.org/id/term/bre/japanek>,
        <http://lexvo.org/id/term/brx/%E0%A4%9C%E0%A4%BE%E0%A4%AA%E0%A4%BE%E0%A4%A8%E0%A5%80>,
        <http://lexvo.org/id/term/bul/%D0%AF%D0%BF%D0%BE%D0%BD%D1%81%D0%BA%D0%B0>,
        <http://lexvo.org/id/term/cat/japon%C3%A8s>,
        <http://lexvo.org/id/term/ces/japonsk%C3%A9>,
        <http://lexvo.org/id/term/cmn-Hant/%E6%97%A5%E6%96%87>,
        <http://lexvo.org/id/term/cmn/%E6%97%A5%E6%96%87>,
        <http://lexvo.org/id/term/cym/Japanaidd>,
        <http://lexvo.org/id/term/dan/japansk>,
        <http://lexvo.org/id/term/deu/Japanisch>,
        <http://lexvo.org/id/term/dzo/%E0%BD%87%E0%BC%8B%E0%BD%94%E0%BD%B1%E0%BD%93%E0%BC%8B%E0%BD%A1%E0%BD%B2%E0%BD%82%E0%BC%8B%E0%BD%82%E0%BD%B4>,
        <http://lexvo.org/id/term/ell/%CE%99%CE%B1%CF%80%CF%89%CE%BD%CE%B9%CE%BA%CF%8C>,
        <http://lexvo.org/id/term/eng-Dsrt/%F0%90%90%96%F0%90%90%AA%F0%90%90%B9%F0%90%90%B2%F0%90%91%8C%F0%90%90%A8%F0%90%91%86>,
        <http://lexvo.org/id/term/eng/Japanese>,
        <http://lexvo.org/id/term/eng/Japanese%20(alias%20for%20Han%20%2B%20Hiragana%20%2B%20Katakana)>,
        <http://lexvo.org/id/term/est/jaapani>,
        <http://lexvo.org/id/term/eus/Japoniera>,
        <http://lexvo.org/id/term/ewe/dzapangbe%C5%8B%C9%94%C5%8Bl%C9%94>,
        <http://lexvo.org/id/term/fas/%DA%98%D8%A7%D9%BE%D9%86%DB%8C>,
        <http://lexvo.org/id/term/fil/Japanese>,
        <http://lexvo.org/id/term/fin/japanilainen>,
        <http://lexvo.org/id/term/fra/japonais>,
        <http://lexvo.org/id/term/fra/japonais%20(alias%20pour%20han%20%2B%20hiragana%20%2B%20katakana)>,
        <http://lexvo.org/id/term/fur/gjapon%C3%AAs>,
        <http://lexvo.org/id/term/gla/Seapanach>,
        <http://lexvo.org/id/term/gle/Seap%C3%A1nach>,
        <http://lexvo.org/id/term/glg/Xapon%C3%A9s>,
        <http://lexvo.org/id/term/gsw/Japanisch>,
        <http://lexvo.org/id/term/guj/%E0%AA%9C%E0%AA%BE%E0%AA%AA%E0%AA%BE%E0%AA%A8%E0%AB%80>,
        <http://lexvo.org/id/term/heb/%D7%99%D7%A4%D7%A0%D7%99>,
        <http://lexvo.org/id/term/hin/%E0%A4%9C%E0%A4%BE%E0%A4%AA%E0%A4%BE%E0%A4%A8%E0%A5%80>,
        <http://lexvo.org/id/term/hrv/japansko%20pismo>,
        <http://lexvo.org/id/term/hun/Jap%C3%A1n>,
        <http://lexvo.org/id/term/ind/Jepang>,
        <http://lexvo.org/id/term/isl/jap%C3%B6nsk>,
        <http://lexvo.org/id/term/ita/giapponese>,
        <http://lexvo.org/id/term/jpn/%E6%97%A5%E6%9C%AC%E8%AA%9E%E3%81%AE%E6%96%87%E5%AD%97>,
        <http://lexvo.org/id/term/kan/%E0%B2%9C%E0%B2%BE%E0%B2%AA%E0%B2%A8%E0%B3%80%E0%B2%B8%E0%B3%8D>,
        <http://lexvo.org/id/term/kas/%D8%AC%DB%8C%D9%9A%D9%BE%D9%8E%D9%86%DB%8C%D9%96%D8%B2>,
        <http://lexvo.org/id/term/kat/%E1%83%98%E1%83%90%E1%83%9E%E1%83%9D%E1%83%9C%E1%83%A3%E1%83%A0%E1%83%98>,
        <http://lexvo.org/id/term/kaz/%D0%B6%D0%B0%D0%BF%D0%BE%D0%BD>,
        <http://lexvo.org/id/term/kea/japones>,
        <http://lexvo.org/id/term/khm/%E1%9E%87%E1%9E%94%E1%9F%89%E1%9E%BB%E1%9E%93>,
        <http://lexvo.org/id/term/kor/%EC%9D%BC%EB%B3%B8%20%EB%AC%B8%EC%9E%90>,
        <http://lexvo.org/id/term/ksh/en%20japaanesche%20Schreff>,
        <http://lexvo.org/id/term/lao/%E0%BA%8D%E0%BA%B5%E0%BB%88%E0%BA%9B%E0%BA%B8%E0%BB%88%E0%BA%99>,
        <http://lexvo.org/id/term/lav/jap%C4%81%C5%86u>,
        <http://lexvo.org/id/term/lit/japon%C5%B3>,
        <http://lexvo.org/id/term/mal/%E0%B4%9C%E0%B4%BE%E0%B4%AA%E0%B5%8D%E0%B4%AA%E0%B4%A8%E0%B5%80%E0%B4%B8%E0%B5%8D>,
        <http://lexvo.org/id/term/mar/%E0%A4%9C%E0%A4%AA%E0%A4%BE%E0%A4%A8%E0%A5%80>,
        <http://lexvo.org/id/term/mkd/%D1%98%D0%B0%D0%BF%D0%BE%D0%BD%D1%81%D0%BA%D0%BE%20%D0%BF%D0%B8%D1%81%D0%BC%D0%BE>,
        <http://lexvo.org/id/term/mya/%E1%80%82%E1%80%BB%E1%80%95%E1%80%94%E1%80%BA>,
        <http://lexvo.org/id/term/nep/%E0%A4%9C%E0%A4%BE%E0%A4%AA%E0%A4%BE%E0%A4%A8%E0%A5%80>,
        <http://lexvo.org/id/term/nld/Japans>,
        <http://lexvo.org/id/term/nno/japansk>,
        <http://lexvo.org/id/term/nob/japansk>,
        <http://lexvo.org/id/term/ori/%E0%AC%9C%E0%AC%BE%E0%AC%AA%E0%AC%BE%E0%AC%A8%E0%AD%80%E0%AC%9C%E0%AD%8D>,
        <http://lexvo.org/id/term/pol/japo%C5%84skie>,
        <http://lexvo.org/id/term/por/japon%C3%AAs>,
        <http://lexvo.org/id/term/roh/giapunais>,
        <http://lexvo.org/id/term/ron/japonez%C4%83>,
        <http://lexvo.org/id/term/rus/%D0%AF%D0%BF%D0%BE%D0%BD%D1%81%D0%BA%D0%B0%D1%8F>,
        <http://lexvo.org/id/term/sah/%D0%94%D1%8C%D0%BE%D0%BF%D0%BF%D1%83%D0%BE%D0%BD%D0%BD%D1%83%D1%83>,
        <http://lexvo.org/id/term/sin/%E0%B6%A2%E0%B6%B4%E0%B6%B1%E0%B7%8A>,
        <http://lexvo.org/id/term/slk/japonsk%C3%A9>,
        <http://lexvo.org/id/term/slv/japonski>,
        <http://lexvo.org/id/term/spa/japon%C3%A9s>,
        <http://lexvo.org/id/term/srp-Latn/japansko%20pismo>,
        <http://lexvo.org/id/term/srp/%D1%98%D0%B0%D0%BF%D0%B0%D0%BD%D1%81%D0%BA%D0%BE%20%D0%BF%D0%B8%D1%81%D0%BC%D0%BE>,
        <http://lexvo.org/id/term/swe/japanska>,
        <http://lexvo.org/id/term/swh/Kijapani>,
        <http://lexvo.org/id/term/tam/%E0%AE%9C%E0%AE%BE%E0%AE%AA%E0%AF%8D%E0%AE%AA%E0%AE%A9%E0%AF%80%E0%AE%B8%E0%AF%8D>,
        <http://lexvo.org/id/term/tel/%E0%B0%9C%E0%B0%BE%E0%B0%AA%E0%B0%A8%E0%B1%80%E0%B0%B8%E0%B1%8D>,
        <http://lexvo.org/id/term/tha/%E0%B8%8D%E0%B8%B5%E0%B9%88%E0%B8%9B%E0%B8%B8%E0%B9%88%E0%B8%99>,
        <http://lexvo.org/id/term/ton/tohinima%20fakasiapani>,
        <http://lexvo.org/id/term/tur/Japon>,
        <http://lexvo.org/id/term/ukr/%D0%AF%D0%BF%D0%BE%D0%BD%D1%81%D1%8C%D0%BA%D0%B8%D0%B9>,
        <http://lexvo.org/id/term/urd/%D8%AC%D8%A7%D9%BE%D8%A7%D9%86%DB%8C>,
        <http://lexvo.org/id/term/vie/Nh%E1%BA%ADt%20B%E1%BA%A3n>,
        <http://lexvo.org/id/term/wae/Japani%C5%A1>,
        <http://lexvo.org/id/term/zsm/Jepun>,
        <http://lexvo.org/id/term/zul/isi-Japanese> .

<http://lexvo.org/id/script/Jurc> a lvont:Script ;
    rdfs:label "jürchen"@ca,
        "女真文"@cmn,
        "女真文字"@cmn-Hant,
        "Jurchen"@en,
        "džurtšen"@fi,
        "jurchen"@fr,
        "Jurchen"@id,
        "女真文字"@ja,
        "줄첸 문자"@ko,
        "ຈູຮເຊັນ"@lo,
        "jurchen"@pl,
        "jurchenska"@sv,
        "จูร์เชน"@th,
        "Chữ Jurchen"@vi ;
    lvont:iso15924Alphacode "Jurc"^^xsd:string ;
    lvont:label <http://lexvo.org/id/term/cat/j%C3%BCrchen>,
        <http://lexvo.org/id/term/cmn-Hant/%E5%A5%B3%E7%9C%9F%E6%96%87%E5%AD%97>,
        <http://lexvo.org/id/term/cmn/%E5%A5%B3%E7%9C%9F%E6%96%87>,
        <http://lexvo.org/id/term/eng/Jurchen>,
        <http://lexvo.org/id/term/fin/d%C5%BEurt%C5%A1en>,
        <http://lexvo.org/id/term/fra/jurchen>,
        <http://lexvo.org/id/term/ind/Jurchen>,
        <http://lexvo.org/id/term/jpn/%E5%A5%B3%E7%9C%9F%E6%96%87%E5%AD%97>,
        <http://lexvo.org/id/term/kor/%EC%A4%84%EC%B2%B8%20%EB%AC%B8%EC%9E%90>,
        <http://lexvo.org/id/term/lao/%E0%BA%88%E0%BA%B9%E0%BA%AE%E0%BB%80%E0%BA%8A%E0%BA%B1%E0%BA%99>,
        <http://lexvo.org/id/term/pol/jurchen>,
        <http://lexvo.org/id/term/swe/jurchenska>,
        <http://lexvo.org/id/term/tha/%E0%B8%88%E0%B8%B9%E0%B8%A3%E0%B9%8C%E0%B9%80%E0%B8%8A%E0%B8%99>,
        <http://lexvo.org/id/term/vie/Ch%E1%BB%AF%20Jurchen> .

<http://lexvo.org/id/script/Kali> a lvont:Script ;
    rdfs:label "الكياه لى"@ar,
        "kayax li"@az,
        "Кая Ли"@bg,
        "কায়াহ লি"@bn,
        "कायाह ली"@brx,
        "kajah li pismo"@bs,
        "кајах-ли писмо"@bs-Cyrl,
        "kayah li"@ca,
        "克耶李文字"@cmn,
        "克耶李文"@cmn-Hant,
        "kayah li"@cs,
        "kaya li"@da,
        "Kayah Li"@de,
        "kayah li gbeŋɔŋlɔ"@ee,
        "Καγιάχ Λι"@el,
        "Kayah Li"@en,
        "𐐗𐐪𐐷𐐪 𐐢𐐨"@en-Dsrt,
        "kayah li"@es,
        "kaja li"@et,
        "کایالی"@fa,
        "kayah li"@fi,
        "kayah li"@fr,
        "Kayah Li"@gsw,
        "કાયાહ લી"@gu,
        "कायाह ली"@hi,
        "kayah li pismo"@hr,
        "Kajah li"@hu,
        "Kayah Li"@id,
        "kayah li"@is,
        "kayah li"@it,
        "カヤー文字"@ja,
        "ಕೆಯಾ ಲಿ"@kn,
        "카야 리 문자"@ko,
        "کایا لی"@ks,
        "ຄຍາ"@lo,
        "kajah li"@lt,
        "കയാ ലി"@ml,
        "कायाह ली"@mr,
        "ကယားလီ"@my,
        "kayah li"@nb,
        "कायाहली"@ne,
        "Kayah Li"@nl,
        "kayah li"@nn,
        "କାୟାହା ଲୀ"@or,
        "kayah li"@pl,
        "kayah li"@pt,
        "kayah li"@rm,
        "Кайа"@ru,
        "karenski"@sl,
        "кајах-ли писмо"@sr,
        "kajah li pismo"@sr-Latn,
        "kaya li"@sv,
        "கயாஹ் லீ"@ta,
        "కాయాహ్ లి"@te,
        "คยาห์"@th,
        "Kayah Li"@tr,
        "Кая Лі"@uk,
        "Chữ Kayah Li"@vi ;
    lvont:iso15924Alphacode "Kali"^^xsd:string ;
    lvont:label <http://lexvo.org/id/term/ara/%D8%A7%D9%84%D9%83%D9%8A%D8%A7%D9%87%20%D9%84%D9%89>,
        <http://lexvo.org/id/term/aze/kayax%20li>,
        <http://lexvo.org/id/term/ben/%E0%A6%95%E0%A6%BE%E0%A6%AF%E0%A6%BC%E0%A6%BE%E0%A6%B9%20%E0%A6%B2%E0%A6%BF>,
        <http://lexvo.org/id/term/bos-Cyrl/%D0%BA%D0%B0%D1%98%D0%B0%D1%85-%D0%BB%D0%B8%20%D0%BF%D0%B8%D1%81%D0%BC%D0%BE>,
        <http://lexvo.org/id/term/bos/kajah%20li%20pismo>,
        <http://lexvo.org/id/term/brx/%E0%A4%95%E0%A4%BE%E0%A4%AF%E0%A4%BE%E0%A4%B9%20%E0%A4%B2%E0%A5%80>,
        <http://lexvo.org/id/term/bul/%D0%9A%D0%B0%D1%8F%20%D0%9B%D0%B8>,
        <http://lexvo.org/id/term/cat/kayah%20li>,
        <http://lexvo.org/id/term/ces/kayah%20li>,
        <http://lexvo.org/id/term/cmn-Hant/%E5%85%8B%E8%80%B6%E6%9D%8E%E6%96%87>,
        <http://lexvo.org/id/term/cmn/%E5%85%8B%E8%80%B6%E6%9D%8E%E6%96%87%E5%AD%97>,
        <http://lexvo.org/id/term/dan/kaya%20li>,
        <http://lexvo.org/id/term/deu/Kayah%20Li>,
        <http://lexvo.org/id/term/ell/%CE%9A%CE%B1%CE%B3%CE%B9%CE%AC%CF%87%20%CE%9B%CE%B9>,
        <http://lexvo.org/id/term/eng-Dsrt/%F0%90%90%97%F0%90%90%AA%F0%90%90%B7%F0%90%90%AA%20%F0%90%90%A2%F0%90%90%A8>,
        <http://lexvo.org/id/term/eng/Kayah%20Li>,
        <http://lexvo.org/id/term/est/kaja%20li>,
        <http://lexvo.org/id/term/ewe/kayah%20li%20gbe%C5%8B%C9%94%C5%8Bl%C9%94>,
        <http://lexvo.org/id/term/fas/%DA%A9%D8%A7%DB%8C%D8%A7%D9%84%DB%8C>,
        <http://lexvo.org/id/term/fin/kayah%20li>,
        <http://lexvo.org/id/term/fra/kayah%20li>,
        <http://lexvo.org/id/term/gsw/Kayah%20Li>,
        <http://lexvo.org/id/term/guj/%E0%AA%95%E0%AA%BE%E0%AA%AF%E0%AA%BE%E0%AA%B9%20%E0%AA%B2%E0%AB%80>,
        <http://lexvo.org/id/term/hin/%E0%A4%95%E0%A4%BE%E0%A4%AF%E0%A4%BE%E0%A4%B9%20%E0%A4%B2%E0%A5%80>,
        <http://lexvo.org/id/term/hrv/kayah%20li%20pismo>,
        <http://lexvo.org/id/term/hun/Kajah%20li>,
        <http://lexvo.org/id/term/ind/Kayah%20Li>,
        <http://lexvo.org/id/term/isl/kayah%20li>,
        <http://lexvo.org/id/term/ita/kayah%20li>,
        <http://lexvo.org/id/term/jpn/%E3%82%AB%E3%83%A4%E3%83%BC%E6%96%87%E5%AD%97>,
        <http://lexvo.org/id/term/kan/%E0%B2%95%E0%B3%86%E0%B2%AF%E0%B2%BE%20%E0%B2%B2%E0%B2%BF>,
        <http://lexvo.org/id/term/kas/%DA%A9%D8%A7%DB%8C%D8%A7%20%D9%84%DB%8C>,
        <http://lexvo.org/id/term/kor/%EC%B9%B4%EC%95%BC%20%EB%A6%AC%20%EB%AC%B8%EC%9E%90>,
        <http://lexvo.org/id/term/lao/%E0%BA%84%E0%BA%8D%E0%BA%B2>,
        <http://lexvo.org/id/term/lit/kajah%20li>,
        <http://lexvo.org/id/term/mal/%E0%B4%95%E0%B4%AF%E0%B4%BE%20%E0%B4%B2%E0%B4%BF>,
        <http://lexvo.org/id/term/mar/%E0%A4%95%E0%A4%BE%E0%A4%AF%E0%A4%BE%E0%A4%B9%20%E0%A4%B2%E0%A5%80>,
        <http://lexvo.org/id/term/mya/%E1%80%80%E1%80%9A%E1%80%AC%E1%80%B8%E1%80%9C%E1%80%AE>,
        <http://lexvo.org/id/term/nep/%E0%A4%95%E0%A4%BE%E0%A4%AF%E0%A4%BE%E0%A4%B9%E0%A4%B2%E0%A5%80>,
        <http://lexvo.org/id/term/nld/Kayah%20Li>,
        <http://lexvo.org/id/term/nno/kayah%20li>,
        <http://lexvo.org/id/term/nob/kayah%20li>,
        <http://lexvo.org/id/term/ori/%E0%AC%95%E0%AC%BE%E0%AD%9F%E0%AC%BE%E0%AC%B9%E0%AC%BE%20%E0%AC%B2%E0%AD%80>,
        <http://lexvo.org/id/term/pol/kayah%20li>,
        <http://lexvo.org/id/term/por/kayah%20li>,
        <http://lexvo.org/id/term/roh/kayah%20li>,
        <http://lexvo.org/id/term/rus/%D0%9A%D0%B0%D0%B9%D0%B0>,
        <http://lexvo.org/id/term/slv/karenski>,
        <http://lexvo.org/id/term/spa/kayah%20li>,
        <http://lexvo.org/id/term/srp-Latn/kajah%20li%20pismo>,
        <http://lexvo.org/id/term/srp/%D0%BA%D0%B0%D1%98%D0%B0%D1%85-%D0%BB%D0%B8%20%D0%BF%D0%B8%D1%81%D0%BC%D0%BE>,
        <http://lexvo.org/id/term/swe/kaya%20li>,
        <http://lexvo.org/id/term/tam/%E0%AE%95%E0%AE%AF%E0%AE%BE%E0%AE%B9%E0%AF%8D%20%E0%AE%B2%E0%AF%80>,
        <http://lexvo.org/id/term/tel/%E0%B0%95%E0%B0%BE%E0%B0%AF%E0%B0%BE%E0%B0%B9%E0%B1%8D%20%E0%B0%B2%E0%B0%BF>,
        <http://lexvo.org/id/term/tha/%E0%B8%84%E0%B8%A2%E0%B8%B2%E0%B8%AB%E0%B9%8C>,
        <http://lexvo.org/id/term/tur/Kayah%20Li>,
        <http://lexvo.org/id/term/ukr/%D0%9A%D0%B0%D1%8F%20%D0%9B%D1%96>,
        <http://lexvo.org/id/term/vie/Ch%E1%BB%AF%20Kayah%20Li> .

<http://lexvo.org/id/script/Kana> a lvont:Script ;
    rdfs:label "Katakana"@af,
        "ካታካና"@am,
        "الكتكانا"@ar,
        "katakana"@ast,
        "katakana"@az,
        "Японски катакана"@bg,
        "কাটাকানা"@bn,
        "katakana"@br,
        "काताकाना"@brx,
        "Katakana"@bs,
        "Катакана"@bs-Cyrl,
        "katakana"@ca,
        "片假名"@cmn,
        "片假名"@cmn-Hant,
        "katakana"@cs,
        "katakana"@da,
        "Katakana"@de,
        "ཇ་པཱན་གྱི་ཀ་ཏ་ཀ་ན་ཡིག་གུ"@dz,
        "katakanagbeŋɔŋlɔ"@ee,
        "Κατακάνα"@el,
        "Katakana"@en,
        "𐐗𐐪𐐻𐐲𐐿𐐪𐑌𐐲"@en-Dsrt,
        "katakana"@es,
        "katakana"@et,
        "Katakana"@eu,
        "کاتاکانا"@fa,
        "katakana"@fi,
        "Katakana"@fil,
        "katakana"@fr,
        "Catacánach"@ga,
        "Katakana"@gd,
        "Katakana"@gl,
        "Katakana"@gsw,
        "કટાકાના"@gu,
        "קטקאנה"@he,
        "कटाकना"@hi,
        "katakana pismo"@hr,
        "Katakana"@hu,
        "Katakana"@id,
        "katakana"@is,
        "katakana"@it,
        "カタカナ"@ja,
        "კატაკანა"@ka,
        "katakana"@kea,
        "катакана"@kk,
        "កតាកាណា"@km,
        "ಕಟಕಾನಾ"@kn,
        "가타카나"@ko,
        "کَتاکانا"@ks,
        "japaanesche Kattakaana-Schreff"@ksh,
        "ການາການາ"@lo,
        "katakana"@lt,
        "katakana"@lv,
        "катакана"@mk,
        "കടകാന"@ml,
        "कॅटाकाना"@mr,
        "ခတခဏ"@my,
        "katakana"@nb,
        "काताकाना"@ne,
        "Katakana"@nl,
        "katakana"@nn,
        "କାଟକାନ୍"@or,
        "katakana"@pl,
        "katakana"@pt,
        "katakana"@rm,
        "katakana"@ro,
        "Катакана"@ru,
        "katakana"@se,
        "කටකන"@si,
        "Katakana"@sk,
        "katakana"@sl,
        "Катакана"@sr,
        "Katakana"@sr-Latn,
        "katakana"@sv,
        "Kikatakana"@swh,
        "கடகனா"@ta,
        "కాటాకాన"@te,
        "คะตะกะนะ"@th,
        "tohinima fakasiapani katakana"@to,
        "Katakana"@tr,
        "Катакана"@uk,
        "کٹاکانا"@ur,
        "Chữ Katakana"@vi,
        "Katakana"@zsm,
        "i-Katakana"@zu ;
    lvont:iso15924Alphacode "Kana"^^xsd:string ;
    lvont:label <http://lexvo.org/id/term/afr/Katakana>,
        <http://lexvo.org/id/term/amh/%E1%8A%AB%E1%89%B3%E1%8A%AB%E1%8A%93>,
        <http://lexvo.org/id/term/ara/%D8%A7%D9%84%D9%83%D8%AA%D9%83%D8%A7%D9%86%D8%A7>,
        <http://lexvo.org/id/term/ast/katakana>,
        <http://lexvo.org/id/term/aze/katakana>,
        <http://lexvo.org/id/term/ben/%E0%A6%95%E0%A6%BE%E0%A6%9F%E0%A6%BE%E0%A6%95%E0%A6%BE%E0%A6%A8%E0%A6%BE>,
        <http://lexvo.org/id/term/bos-Cyrl/%D0%9A%D0%B0%D1%82%D0%B0%D0%BA%D0%B0%D0%BD%D0%B0>,
        <http://lexvo.org/id/term/bos/Katakana>,
        <http://lexvo.org/id/term/bre/katakana>,
        <http://lexvo.org/id/term/brx/%E0%A4%95%E0%A4%BE%E0%A4%A4%E0%A4%BE%E0%A4%95%E0%A4%BE%E0%A4%A8%E0%A4%BE>,
        <http://lexvo.org/id/term/bul/%D0%AF%D0%BF%D0%BE%D0%BD%D1%81%D0%BA%D0%B8%20%D0%BA%D0%B0%D1%82%D0%B0%D0%BA%D0%B0%D0%BD%D0%B0>,
        <http://lexvo.org/id/term/cat/katakana>,
        <http://lexvo.org/id/term/ces/katakana>,
        <http://lexvo.org/id/term/cmn-Hant/%E7%89%87%E5%81%87%E5%90%8D>,
        <http://lexvo.org/id/term/cmn/%E7%89%87%E5%81%87%E5%90%8D>,
        <http://lexvo.org/id/term/dan/katakana>,
        <http://lexvo.org/id/term/deu/Katakana>,
        <http://lexvo.org/id/term/dzo/%E0%BD%87%E0%BC%8B%E0%BD%94%E0%BD%B1%E0%BD%93%E0%BC%8B%E0%BD%82%E0%BE%B1%E0%BD%B2%E0%BC%8B%E0%BD%80%E0%BC%8B%E0%BD%8F%E0%BC%8B%E0%BD%80%E0%BC%8B%E0%BD%93%E0%BC%8B%E0%BD%A1%E0%BD%B2%E0%BD%82%E0%BC%8B%E0%BD%82%E0%BD%B4>,
        <http://lexvo.org/id/term/ell/%CE%9A%CE%B1%CF%84%CE%B1%CE%BA%CE%AC%CE%BD%CE%B1>,
        <http://lexvo.org/id/term/eng-Dsrt/%F0%90%90%97%F0%90%90%AA%F0%90%90%BB%F0%90%90%B2%F0%90%90%BF%F0%90%90%AA%F0%90%91%8C%F0%90%90%B2>,
        <http://lexvo.org/id/term/eng/Katakana>,
        <http://lexvo.org/id/term/est/katakana>,
        <http://lexvo.org/id/term/eus/Katakana>,
        <http://lexvo.org/id/term/ewe/katakanagbe%C5%8B%C9%94%C5%8Bl%C9%94>,
        <http://lexvo.org/id/term/fas/%DA%A9%D8%A7%D8%AA%D8%A7%DA%A9%D8%A7%D9%86%D8%A7>,
        <http://lexvo.org/id/term/fil/Katakana>,
        <http://lexvo.org/id/term/fin/katakana>,
        <http://lexvo.org/id/term/fra/katakana>,
        <http://lexvo.org/id/term/gla/Katakana>,
        <http://lexvo.org/id/term/gle/Catac%C3%A1nach>,
        <http://lexvo.org/id/term/glg/Katakana>,
        <http://lexvo.org/id/term/gsw/Katakana>,
        <http://lexvo.org/id/term/guj/%E0%AA%95%E0%AA%9F%E0%AA%BE%E0%AA%95%E0%AA%BE%E0%AA%A8%E0%AA%BE>,
        <http://lexvo.org/id/term/heb/%D7%A7%D7%98%D7%A7%D7%90%D7%A0%D7%94>,
        <http://lexvo.org/id/term/hin/%E0%A4%95%E0%A4%9F%E0%A4%BE%E0%A4%95%E0%A4%A8%E0%A4%BE>,
        <http://lexvo.org/id/term/hrv/katakana%20pismo>,
        <http://lexvo.org/id/term/hun/Katakana>,
        <http://lexvo.org/id/term/ind/Katakana>,
        <http://lexvo.org/id/term/isl/katakana>,
        <http://lexvo.org/id/term/ita/katakana>,
        <http://lexvo.org/id/term/jpn/%E3%82%AB%E3%82%BF%E3%82%AB%E3%83%8A>,
        <http://lexvo.org/id/term/kan/%E0%B2%95%E0%B2%9F%E0%B2%95%E0%B2%BE%E0%B2%A8%E0%B2%BE>,
        <http://lexvo.org/id/term/kas/%DA%A9%D9%8E%D8%AA%D8%A7%DA%A9%D8%A7%D9%86%D8%A7>,
        <http://lexvo.org/id/term/kat/%E1%83%99%E1%83%90%E1%83%A2%E1%83%90%E1%83%99%E1%83%90%E1%83%9C%E1%83%90>,
        <http://lexvo.org/id/term/kaz/%D0%BA%D0%B0%D1%82%D0%B0%D0%BA%D0%B0%D0%BD%D0%B0>,
        <http://lexvo.org/id/term/kea/katakana>,
        <http://lexvo.org/id/term/khm/%E1%9E%80%E1%9E%8F%E1%9E%B6%E1%9E%80%E1%9E%B6%E1%9E%8E%E1%9E%B6>,
        <http://lexvo.org/id/term/kor/%EA%B0%80%ED%83%80%EC%B9%B4%EB%82%98>,
        <http://lexvo.org/id/term/ksh/japaanesche%20Kattakaana-Schreff>,
        <http://lexvo.org/id/term/lao/%E0%BA%81%E0%BA%B2%E0%BA%99%E0%BA%B2%E0%BA%81%E0%BA%B2%E0%BA%99%E0%BA%B2>,
        <http://lexvo.org/id/term/lav/katakana>,
        <http://lexvo.org/id/term/lit/katakana>,
        <http://lexvo.org/id/term/mal/%E0%B4%95%E0%B4%9F%E0%B4%95%E0%B4%BE%E0%B4%A8>,
        <http://lexvo.org/id/term/mar/%E0%A4%95%E0%A5%85%E0%A4%9F%E0%A4%BE%E0%A4%95%E0%A4%BE%E0%A4%A8%E0%A4%BE>,
        <http://lexvo.org/id/term/mkd/%D0%BA%D0%B0%D1%82%D0%B0%D0%BA%D0%B0%D0%BD%D0%B0>,
        <http://lexvo.org/id/term/mya/%E1%80%81%E1%80%90%E1%80%81%E1%80%8F>,
        <http://lexvo.org/id/term/nep/%E0%A4%95%E0%A4%BE%E0%A4%A4%E0%A4%BE%E0%A4%95%E0%A4%BE%E0%A4%A8%E0%A4%BE>,
        <http://lexvo.org/id/term/nld/Katakana>,
        <http://lexvo.org/id/term/nno/katakana>,
        <http://lexvo.org/id/term/nob/katakana>,
        <http://lexvo.org/id/term/ori/%E0%AC%95%E0%AC%BE%E0%AC%9F%E0%AC%95%E0%AC%BE%E0%AC%A8%E0%AD%8D>,
        <http://lexvo.org/id/term/pol/katakana>,
        <http://lexvo.org/id/term/por/katakana>,
        <http://lexvo.org/id/term/roh/katakana>,
        <http://lexvo.org/id/term/ron/katakana>,
        <http://lexvo.org/id/term/rus/%D0%9A%D0%B0%D1%82%D0%B0%D0%BA%D0%B0%D0%BD%D0%B0>,
        <http://lexvo.org/id/term/sin/%E0%B6%9A%E0%B6%A7%E0%B6%9A%E0%B6%B1>,
        <http://lexvo.org/id/term/slk/Katakana>,
        <http://lexvo.org/id/term/slv/katakana>,
        <http://lexvo.org/id/term/sme/katakana>,
        <http://lexvo.org/id/term/spa/katakana>,
        <http://lexvo.org/id/term/srp-Latn/Katakana>,
        <http://lexvo.org/id/term/srp/%D0%9A%D0%B0%D1%82%D0%B0%D0%BA%D0%B0%D0%BD%D0%B0>,
        <http://lexvo.org/id/term/swe/katakana>,
        <http://lexvo.org/id/term/swh/Kikatakana>,
        <http://lexvo.org/id/term/tam/%E0%AE%95%E0%AE%9F%E0%AE%95%E0%AE%A9%E0%AE%BE>,
        <http://lexvo.org/id/term/tel/%E0%B0%95%E0%B0%BE%E0%B0%9F%E0%B0%BE%E0%B0%95%E0%B0%BE%E0%B0%A8>,
        <http://lexvo.org/id/term/tha/%E0%B8%84%E0%B8%B0%E0%B8%95%E0%B8%B0%E0%B8%81%E0%B8%B0%E0%B8%99%E0%B8%B0>,
        <http://lexvo.org/id/term/ton/tohinima%20fakasiapani%20katakana>,
        <http://lexvo.org/id/term/tur/Katakana>,
        <http://lexvo.org/id/term/ukr/%D0%9A%D0%B0%D1%82%D0%B0%D0%BA%D0%B0%D0%BD%D0%B0>,
        <http://lexvo.org/id/term/urd/%DA%A9%D9%B9%D8%A7%DA%A9%D8%A7%D9%86%D8%A7>,
        <http://lexvo.org/id/term/vie/Ch%E1%BB%AF%20Katakana>,
        <http://lexvo.org/id/term/zsm/Katakana>,
        <http://lexvo.org/id/term/zul/i-Katakana> .

<http://lexvo.org/id/script/Khar> a lvont:Script ;
    rdfs:label "الخاروشتى"@ar,
        "xaroşti"@az,
        "Кхароштхи"@bg,
        "খরোষ্ঠী"@bn,
        "खरोष्टी"@brx,
        "karošti pismo"@bs,
        "карошти писмо"@bs-Cyrl,
        "kharosthi"@ca,
        "卡罗须提文"@cmn,
        "卡羅須提文"@cmn-Hant,
        "kháróšthí"@cs,
        "kharoshti"@da,
        "Kharoshthi"@de,
        "kharoshthi gbeŋɔŋlɔ"@ee,
        "Καρόσθι"@el,
        "Kharoshthi"@en,
        "𐐗𐐲𐑉𐐬𐑇𐑃𐐨"@en-Dsrt,
        "kharosthi"@es,
        "kharoshthi"@et,
        "kharosthi"@fi,
        "kharochthî"@fr,
        "Kharoshthi"@gsw,
        "ખારોશ્થી"@gu,
        "खारोशथी"@hi,
        "kharoshthi pismo"@hr,
        "Kharoshthi"@hu,
        "Kharoshthi"@id,
        "kharoshthi"@it,
        "カローシュティー文字"@ja,
        "ಖರೋಶ್ತಿ"@kn,
        "카로슈티 문자"@ko,
        "خَروشتھی"@ks,
        "ຂໍໂຮກສີ"@lo,
        "karošti"@lt,
        "ഖരോഷ്ടി"@ml,
        "खारोश्थी"@mr,
        "kharoshthi"@nb,
        "खारोस्थिति"@ne,
        "Kharoshthi"@nl,
        "kharoshthi"@nn,
        "ଖାରୋସ୍ଥି"@or,
        "charosti"@pl,
        "kharoshthi"@pt,
        "kharoshthi"@rm,
        "Кхароштхи"@ru,
        "gandarski"@sl,
        "карошти писмо"@sr,
        "karošti pismo"@sr-Latn,
        "kharoshti"@sv,
        "கரோஷ்டி"@ta,
        "ఖరోషథి"@te,
        "ขโรษฐี"@th,
        "Kharoshthi"@tr,
        "Кхароштхі"@uk,
        "Chữ Kharoshthi"@vi ;
    lvont:iso15924Alphacode "Khar"^^xsd:string ;
    lvont:label <http://lexvo.org/id/term/ara/%D8%A7%D9%84%D8%AE%D8%A7%D8%B1%D9%88%D8%B4%D8%AA%D9%89>,
        <http://lexvo.org/id/term/aze/xaro%C5%9Fti>,
        <http://lexvo.org/id/term/ben/%E0%A6%96%E0%A6%B0%E0%A7%8B%E0%A6%B7%E0%A7%8D%E0%A6%A0%E0%A7%80>,
        <http://lexvo.org/id/term/bos-Cyrl/%D0%BA%D0%B0%D1%80%D0%BE%D1%88%D1%82%D0%B8%20%D0%BF%D0%B8%D1%81%D0%BC%D0%BE>,
        <http://lexvo.org/id/term/bos/karo%C5%A1ti%20pismo>,
        <http://lexvo.org/id/term/brx/%E0%A4%96%E0%A4%B0%E0%A5%8B%E0%A4%B7%E0%A5%8D%E0%A4%9F%E0%A5%80>,
        <http://lexvo.org/id/term/bul/%D0%9A%D1%85%D0%B0%D1%80%D0%BE%D1%88%D1%82%D1%85%D0%B8>,
        <http://lexvo.org/id/term/cat/kharosthi>,
        <http://lexvo.org/id/term/ces/kh%C3%A1r%C3%B3%C5%A1th%C3%AD>,
        <http://lexvo.org/id/term/cmn-Hant/%E5%8D%A1%E7%BE%85%E9%A0%88%E6%8F%90%E6%96%87>,
        <http://lexvo.org/id/term/cmn/%E5%8D%A1%E7%BD%97%E9%A1%BB%E6%8F%90%E6%96%87>,
        <http://lexvo.org/id/term/dan/kharoshti>,
        <http://lexvo.org/id/term/deu/Kharoshthi>,
        <http://lexvo.org/id/term/ell/%CE%9A%CE%B1%CF%81%CF%8C%CF%83%CE%B8%CE%B9>,
        <http://lexvo.org/id/term/eng-Dsrt/%F0%90%90%97%F0%90%90%B2%F0%90%91%89%F0%90%90%AC%F0%90%91%87%F0%90%91%83%F0%90%90%A8>,
        <http://lexvo.org/id/term/eng/Kharoshthi>,
        <http://lexvo.org/id/term/est/kharoshthi>,
        <http://lexvo.org/id/term/ewe/kharoshthi%20gbe%C5%8B%C9%94%C5%8Bl%C9%94>,
        <http://lexvo.org/id/term/fin/kharosthi>,
        <http://lexvo.org/id/term/fra/kharochth%C3%AE>,
        <http://lexvo.org/id/term/gsw/Kharoshthi>,
        <http://lexvo.org/id/term/guj/%E0%AA%96%E0%AA%BE%E0%AA%B0%E0%AB%8B%E0%AA%B6%E0%AB%8D%E0%AA%A5%E0%AB%80>,
        <http://lexvo.org/id/term/hin/%E0%A4%96%E0%A4%BE%E0%A4%B0%E0%A5%8B%E0%A4%B6%E0%A4%A5%E0%A5%80>,
        <http://lexvo.org/id/term/hrv/kharoshthi%20pismo>,
        <http://lexvo.org/id/term/hun/Kharoshthi>,
        <http://lexvo.org/id/term/ind/Kharoshthi>,
        <http://lexvo.org/id/term/ita/kharoshthi>,
        <http://lexvo.org/id/term/jpn/%E3%82%AB%E3%83%AD%E3%83%BC%E3%82%B7%E3%83%A5%E3%83%86%E3%82%A3%E3%83%BC%E6%96%87%E5%AD%97>,
        <http://lexvo.org/id/term/kan/%E0%B2%96%E0%B2%B0%E0%B3%8B%E0%B2%B6%E0%B3%8D%E0%B2%A4%E0%B2%BF>,
        <http://lexvo.org/id/term/kas/%D8%AE%D9%8E%D8%B1%D9%88%D8%B4%D8%AA%DA%BE%DB%8C>,
        <http://lexvo.org/id/term/kor/%EC%B9%B4%EB%A1%9C%EC%8A%88%ED%8B%B0%20%EB%AC%B8%EC%9E%90>,
        <http://lexvo.org/id/term/lao/%E0%BA%82%E0%BB%8D%E0%BB%82%E0%BA%AE%E0%BA%81%E0%BA%AA%E0%BA%B5>,
        <http://lexvo.org/id/term/lit/karo%C5%A1ti>,
        <http://lexvo.org/id/term/mal/%E0%B4%96%E0%B4%B0%E0%B5%8B%E0%B4%B7%E0%B5%8D%E0%B4%9F%E0%B4%BF>,
        <http://lexvo.org/id/term/mar/%E0%A4%96%E0%A4%BE%E0%A4%B0%E0%A5%8B%E0%A4%B6%E0%A5%8D%E0%A4%A5%E0%A5%80>,
        <http://lexvo.org/id/term/nep/%E0%A4%96%E0%A4%BE%E0%A4%B0%E0%A5%8B%E0%A4%B8%E0%A5%8D%E0%A4%A5%E0%A4%BF%E0%A4%A4%E0%A4%BF>,
        <http://lexvo.org/id/term/nld/Kharoshthi>,
        <http://lexvo.org/id/term/nno/kharoshthi>,
        <http://lexvo.org/id/term/nob/kharoshthi>,
        <http://lexvo.org/id/term/ori/%E0%AC%96%E0%AC%BE%E0%AC%B0%E0%AD%8B%E0%AC%B8%E0%AD%8D%E0%AC%A5%E0%AC%BF>,
        <http://lexvo.org/id/term/pol/charosti>,
        <http://lexvo.org/id/term/por/kharoshthi>,
        <http://lexvo.org/id/term/roh/kharoshthi>,
        <http://lexvo.org/id/term/rus/%D0%9A%D1%85%D0%B0%D1%80%D0%BE%D1%88%D1%82%D1%85%D0%B8>,
        <http://lexvo.org/id/term/slv/gandarski>,
        <http://lexvo.org/id/term/spa/kharosthi>,
        <http://lexvo.org/id/term/srp-Latn/karo%C5%A1ti%20pismo>,
        <http://lexvo.org/id/term/srp/%D0%BA%D0%B0%D1%80%D0%BE%D1%88%D1%82%D0%B8%20%D0%BF%D0%B8%D1%81%D0%BC%D0%BE>,
        <http://lexvo.org/id/term/swe/kharoshti>,
        <http://lexvo.org/id/term/tam/%E0%AE%95%E0%AE%B0%E0%AF%8B%E0%AE%B7%E0%AF%8D%E0%AE%9F%E0%AE%BF>,
        <http://lexvo.org/id/term/tel/%E0%B0%96%E0%B0%B0%E0%B1%8B%E0%B0%B7%E0%B0%A5%E0%B0%BF>,
        <http://lexvo.org/id/term/tha/%E0%B8%82%E0%B9%82%E0%B8%A3%E0%B8%A9%E0%B8%90%E0%B8%B5>,
        <http://lexvo.org/id/term/tur/Kharoshthi>,
        <http://lexvo.org/id/term/ukr/%D0%9A%D1%85%D0%B0%D1%80%D0%BE%D1%88%D1%82%D1%85%D1%96>,
        <http://lexvo.org/id/term/vie/Ch%E1%BB%AF%20Kharoshthi> .

<http://lexvo.org/id/script/Khmr> a lvont:Script ;
    rdfs:label "Khmer"@af,
        "ክህመር"@am,
        "الخميرية"@ar,
        "ḥemer"@ast,
        "xmer"@az,
        "Кхмерска"@bg,
        "খমের"@bn,
        "khmer"@br,
        "ख्मेर"@brx,
        "kmersko pismo"@bs,
        "кмерско писмо"@bs-Cyrl,
        "khmer"@ca,
        "高棉文"@cmn,
        "高棉文"@cmn-Hant,
        "khmerské"@cs,
        "khmerisk"@da,
        "Khmer"@de,
        "ཁེ་མེར་ཡིག་གུ"@dz,
        "khmergbeŋɔŋlɔ"@ee,
        "Χμερ"@el,
        "Khmer"@en,
        "𐐗𐐲𐑋𐐯𐑉"@en-Dsrt,
        "jemer"@es,
        "khmeeri"@et,
        "Khmerarra"@eu,
        "خمری"@fa,
        "khmeriläinen"@fi,
        "Khmer"@fil,
        "khmer"@fr,
        "khmer"@fur,
        "Cmèarach"@gd,
        "Camboxano"@gl,
        "Khmer"@gsw,
        "ખ્મેર"@gu,
        "קמרית"@he,
        "खमेर"@hi,
        "kmersko pismo"@hr,
        "Khmer"@hu,
        "Khmer"@id,
        "Khmer"@is,
        "khmer"@it,
        "クメール文字"@ja,
        "ქჰმერული"@ka,
        "kmer"@kea,
        "Кхмер"@kk,
        "ខ្មែរ"@km,
        "ಖಮೇರ್"@kn,
        "크메르 문자"@ko,
        "کھٕمیر"@ks,
        "Khmer-Schreff"@ksh,
        "ກຳປູເຈຍ"@lo,
        "khmerų"@lt,
        "khmeru"@lv,
        "кмер"@mk,
        "ഖമർ"@ml,
        "ख्मेर"@mr,
        "ခမာ"@my,
        "khmer"@nb,
        "खमेर"@ne,
        "Khmer"@nl,
        "khmer"@nn,
        "ଖ୍ମେର୍"@or,
        "khmerskie"@pl,
        "khmer"@pt,
        "khmer/cambodschan"@rm,
        "khmeră"@ro,
        "Кхмерская"@ru,
        "කමර්"@si,
        "kmérsky"@sk,
        "kmerski"@sl,
        "кмерско писмо"@sr,
        "kmersko pismo"@sr-Latn,
        "khmeriska"@sv,
        "Kikambodia"@swh,
        "கமெர்"@ta,
        "ఖమ్ర్"@te,
        "เขมร"@th,
        "tohinima fakakemipōtia"@to,
        "Kmer"@tr,
        "Кхмерський"@uk,
        "خمیر"@ur,
        "Chữ Khơ-me"@vi,
        "Khmer"@wae,
        "Khmer"@zsm,
        "isi-Khmer"@zu ;
    lvont:iso15924Alphacode "Khmr"^^xsd:string ;
    lvont:label <http://lexvo.org/id/term/afr/Khmer>,
        <http://lexvo.org/id/term/amh/%E1%8A%AD%E1%88%85%E1%88%98%E1%88%AD>,
        <http://lexvo.org/id/term/ara/%D8%A7%D9%84%D8%AE%D9%85%D9%8A%D8%B1%D9%8A%D8%A9>,
        <http://lexvo.org/id/term/ast/%E1%B8%A5emer>,
        <http://lexvo.org/id/term/aze/xmer>,
        <http://lexvo.org/id/term/ben/%E0%A6%96%E0%A6%AE%E0%A7%87%E0%A6%B0>,
        <http://lexvo.org/id/term/bos-Cyrl/%D0%BA%D0%BC%D0%B5%D1%80%D1%81%D0%BA%D0%BE%20%D0%BF%D0%B8%D1%81%D0%BC%D0%BE>,
        <http://lexvo.org/id/term/bos/kmersko%20pismo>,
        <http://lexvo.org/id/term/bre/khmer>,
        <http://lexvo.org/id/term/brx/%E0%A4%96%E0%A5%8D%E0%A4%AE%E0%A5%87%E0%A4%B0>,
        <http://lexvo.org/id/term/bul/%D0%9A%D1%85%D0%BC%D0%B5%D1%80%D1%81%D0%BA%D0%B0>,
        <http://lexvo.org/id/term/cat/khmer>,
        <http://lexvo.org/id/term/ces/khmersk%C3%A9>,
        <http://lexvo.org/id/term/cmn-Hant/%E9%AB%98%E6%A3%89%E6%96%87>,
        <http://lexvo.org/id/term/cmn/%E9%AB%98%E6%A3%89%E6%96%87>,
        <http://lexvo.org/id/term/dan/khmerisk>,
        <http://lexvo.org/id/term/deu/Khmer>,
        <http://lexvo.org/id/term/dzo/%E0%BD%81%E0%BD%BA%E0%BC%8B%E0%BD%98%E0%BD%BA%E0%BD%A2%E0%BC%8B%E0%BD%A1%E0%BD%B2%E0%BD%82%E0%BC%8B%E0%BD%82%E0%BD%B4>,
        <http://lexvo.org/id/term/ell/%CE%A7%CE%BC%CE%B5%CF%81>,
        <http://lexvo.org/id/term/eng-Dsrt/%F0%90%90%97%F0%90%90%B2%F0%90%91%8B%F0%90%90%AF%F0%90%91%89>,
        <http://lexvo.org/id/term/eng/Khmer>,
        <http://lexvo.org/id/term/est/khmeeri>,
        <http://lexvo.org/id/term/eus/Khmerarra>,
        <http://lexvo.org/id/term/ewe/khmergbe%C5%8B%C9%94%C5%8Bl%C9%94>,
        <http://lexvo.org/id/term/fas/%D8%AE%D9%85%D8%B1%DB%8C>,
        <http://lexvo.org/id/term/fil/Khmer>,
        <http://lexvo.org/id/term/fin/khmeril%C3%A4inen>,
        <http://lexvo.org/id/term/fra/khmer>,
        <http://lexvo.org/id/term/fur/khmer>,
        <http://lexvo.org/id/term/gla/Cm%C3%A8arach>,
        <http://lexvo.org/id/term/glg/Camboxano>,
        <http://lexvo.org/id/term/gsw/Khmer>,
        <http://lexvo.org/id/term/guj/%E0%AA%96%E0%AB%8D%E0%AA%AE%E0%AB%87%E0%AA%B0>,
        <http://lexvo.org/id/term/heb/%D7%A7%D7%9E%D7%A8%D7%99%D7%AA>,
        <http://lexvo.org/id/term/hin/%E0%A4%96%E0%A4%AE%E0%A5%87%E0%A4%B0>,
        <http://lexvo.org/id/term/hrv/kmersko%20pismo>,
        <http://lexvo.org/id/term/hun/Khmer>,
        <http://lexvo.org/id/term/ind/Khmer>,
        <http://lexvo.org/id/term/isl/Khmer>,
        <http://lexvo.org/id/term/ita/khmer>,
        <http://lexvo.org/id/term/jpn/%E3%82%AF%E3%83%A1%E3%83%BC%E3%83%AB%E6%96%87%E5%AD%97>,
        <http://lexvo.org/id/term/kan/%E0%B2%96%E0%B2%AE%E0%B3%87%E0%B2%B0%E0%B3%8D>,
        <http://lexvo.org/id/term/kas/%DA%A9%DA%BE%D9%95%D9%85%DB%8C%D8%B1>,
        <http://lexvo.org/id/term/kat/%E1%83%A5%E1%83%B0%E1%83%9B%E1%83%94%E1%83%A0%E1%83%A3%E1%83%9A%E1%83%98>,
        <http://lexvo.org/id/term/kaz/%D0%9A%D1%85%D0%BC%D0%B5%D1%80>,
        <http://lexvo.org/id/term/kea/kmer>,
        <http://lexvo.org/id/term/khm/%E1%9E%81%E1%9F%92%E1%9E%98%E1%9F%82%E1%9E%9A>,
        <http://lexvo.org/id/term/kor/%ED%81%AC%EB%A9%94%EB%A5%B4%20%EB%AC%B8%EC%9E%90>,
        <http://lexvo.org/id/term/ksh/Khmer-Schreff>,
        <http://lexvo.org/id/term/lao/%E0%BA%81%E0%BA%B3%E0%BA%9B%E0%BA%B9%E0%BB%80%E0%BA%88%E0%BA%8D>,
        <http://lexvo.org/id/term/lav/khmeru>,
        <http://lexvo.org/id/term/lit/khmer%C5%B3>,
        <http://lexvo.org/id/term/mal/%E0%B4%96%E0%B4%AE%E0%B5%BC>,
        <http://lexvo.org/id/term/mar/%E0%A4%96%E0%A5%8D%E0%A4%AE%E0%A5%87%E0%A4%B0>,
        <http://lexvo.org/id/term/mkd/%D0%BA%D0%BC%D0%B5%D1%80>,
        <http://lexvo.org/id/term/mya/%E1%80%81%E1%80%99%E1%80%AC>,
        <http://lexvo.org/id/term/nep/%E0%A4%96%E0%A4%AE%E0%A5%87%E0%A4%B0>,
        <http://lexvo.org/id/term/nld/Khmer>,
        <http://lexvo.org/id/term/nno/khmer>,
        <http://lexvo.org/id/term/nob/khmer>,
        <http://lexvo.org/id/term/ori/%E0%AC%96%E0%AD%8D%E0%AC%AE%E0%AD%87%E0%AC%B0%E0%AD%8D>,
        <http://lexvo.org/id/term/pol/khmerskie>,
        <http://lexvo.org/id/term/por/khmer>,
        <http://lexvo.org/id/term/roh/khmer%2Fcambodschan>,
        <http://lexvo.org/id/term/ron/khmer%C4%83>,
        <http://lexvo.org/id/term/rus/%D0%9A%D1%85%D0%BC%D0%B5%D1%80%D1%81%D0%BA%D0%B0%D1%8F>,
        <http://lexvo.org/id/term/sin/%E0%B6%9A%E0%B6%B8%E0%B6%BB%E0%B7%8A>,
        <http://lexvo.org/id/term/slk/km%C3%A9rsky>,
        <http://lexvo.org/id/term/slv/kmerski>,
        <http://lexvo.org/id/term/spa/jemer>,
        <http://lexvo.org/id/term/srp-Latn/kmersko%20pismo>,
        <http://lexvo.org/id/term/srp/%D0%BA%D0%BC%D0%B5%D1%80%D1%81%D0%BA%D0%BE%20%D0%BF%D0%B8%D1%81%D0%BC%D0%BE>,
        <http://lexvo.org/id/term/swe/khmeriska>,
        <http://lexvo.org/id/term/swh/Kikambodia>,
        <http://lexvo.org/id/term/tam/%E0%AE%95%E0%AE%AE%E0%AF%86%E0%AE%B0%E0%AF%8D>,
        <http://lexvo.org/id/term/tel/%E0%B0%96%E0%B0%AE%E0%B1%8D%E0%B0%B0%E0%B1%8D>,
        <http://lexvo.org/id/term/tha/%E0%B9%80%E0%B8%82%E0%B8%A1%E0%B8%A3>,
        <http://lexvo.org/id/term/ton/tohinima%20fakakemip%C5%8Dtia>,
        <http://lexvo.org/id/term/tur/Kmer>,
        <http://lexvo.org/id/term/ukr/%D0%9A%D1%85%D0%BC%D0%B5%D1%80%D1%81%D1%8C%D0%BA%D0%B8%D0%B9>,
        <http://lexvo.org/id/term/urd/%D8%AE%D9%85%DB%8C%D8%B1>,
        <http://lexvo.org/id/term/vie/Ch%E1%BB%AF%20Kh%C6%A1-me>,
        <http://lexvo.org/id/term/wae/Khmer>,
        <http://lexvo.org/id/term/zsm/Khmer>,
        <http://lexvo.org/id/term/zul/isi-Khmer> .

<http://lexvo.org/id/script/Khoj> a lvont:Script ;
    rdfs:label "khoja"@ca,
        "克吉奇文字"@cmn,
        "克吉奇文字"@cmn-Hant,
        "khodziki gbeŋɔŋlɔ"@ee,
        "Khojki"@en,
        "خواجکی"@fa,
        "khojki"@fi,
        "khojkî"@fr,
        "Khojki"@id,
        "ホジャ文字"@ja,
        "코즈키 문자"@ko,
        "ຄໍຈຄີ"@lo,
        "khojki"@pl,
        "khojkiska"@sv,
        "คอจคี"@th,
        "Chữ Khojki"@vi ;
    lvont:iso15924Alphacode "Khoj"^^xsd:string ;
    lvont:label <http://lexvo.org/id/term/cat/khoja>,
        <http://lexvo.org/id/term/cmn-Hant/%E5%85%8B%E5%90%89%E5%A5%87%E6%96%87%E5%AD%97>,
        <http://lexvo.org/id/term/cmn/%E5%85%8B%E5%90%89%E5%A5%87%E6%96%87%E5%AD%97>,
        <http://lexvo.org/id/term/eng/Khojki>,
        <http://lexvo.org/id/term/ewe/khodziki%20gbe%C5%8B%C9%94%C5%8Bl%C9%94>,
        <http://lexvo.org/id/term/fas/%D8%AE%D9%88%D8%A7%D8%AC%DA%A9%DB%8C>,
        <http://lexvo.org/id/term/fin/khojki>,
        <http://lexvo.org/id/term/fra/khojk%C3%AE>,
        <http://lexvo.org/id/term/ind/Khojki>,
        <http://lexvo.org/id/term/jpn/%E3%83%9B%E3%82%B8%E3%83%A3%E6%96%87%E5%AD%97>,
        <http://lexvo.org/id/term/kor/%EC%BD%94%EC%A6%88%ED%82%A4%20%EB%AC%B8%EC%9E%90>,
        <http://lexvo.org/id/term/lao/%E0%BA%84%E0%BB%8D%E0%BA%88%E0%BA%84%E0%BA%B5>,
        <http://lexvo.org/id/term/pol/khojki>,
        <http://lexvo.org/id/term/swe/khojkiska>,
        <http://lexvo.org/id/term/tha/%E0%B8%84%E0%B8%AD%E0%B8%88%E0%B8%84%E0%B8%B5>,
        <http://lexvo.org/id/term/vie/Ch%E1%BB%AF%20Khojki> .

<http://lexvo.org/id/script/Knda> a lvont:Script ;
    rdfs:label "Kannada"@af,
        "ካንአዳ"@am,
        "الكانادا"@ar,
        "canarés"@ast,
        "kannada"@az,
        "Каннада"@bg,
        "কানাড়া"@bn,
        "kannada"@br,
        "कन्नड़"@brx,
        "kannada pismo"@bs,
        "каннада писмо"@bs-Cyrl,
        "kannada"@ca,
        "卡纳达文"@cmn,
        "卡纳塔克文"@cmn-Hans,
        "坎那達文"@cmn-Hant,
        "kannadské"@cs,
        "kannada"@da,
        "Kannada"@de,
        "ཀ་ན་ཌ་ཡིག་གུ"@dz,
        "kannadagbeŋɔŋlɔ"@ee,
        "Κανάντα"@el,
        "Kannada"@en,
        "𐐗𐐪𐑌𐐲𐐼𐐲"@en-Dsrt,
        "canarés"@es,
        "kannada"@et,
        "Kannadarra"@eu,
        "کاناده‌ای"@fa,
        "kannadalainen"@fi,
        "Kannada"@fil,
        "kannara"@fr,
        "kannara (canara)"@fr,
        "kannada"@fur,
        "Cannadach"@ga,
        "Kannada"@gd,
        "Kannadés"@gl,
        "Kannada"@gsw,
        "કન્નડા"@gu,
        "קאנדה"@he,
        "कन्नड़"@hi,
        "kannada pismo"@hr,
        "Kannada"@hu,
        "Kannada"@id,
        "Kannada"@is,
        "kannada"@it,
        "カンナダ文字"@ja,
        "kanares"@kea,
        "Каннада"@kk,
        "កណាដា"@km,
        "ಕನ್ನಡ"@kn,
        "칸나다 문자"@ko,
        "کَنَڑا"@ks,
        "indesche Kannada-Schreff"@ksh,
        "ແຄນນາດາ"@lo,
        "kanadiečių"@lt,
        "kannaru"@lv,
        "каннада писмо"@mk,
        "കന്നഡ"@ml,
        "कन्नड"@mr,
        "kannada"@nb,
        "कान्नाडा"@ne,
        "Kannada"@nl,
        "kannada"@nn,
        "କନ୍ନଡ"@or,
        "kannada"@pl,
        "kannada"@pt,
        "kannada"@rm,
        "kannada"@ro,
        "Каннада"@ru,
        "කණ්ණඩ"@si,
        "Kannadčina"@sk,
        "kanadski"@sl,
        "каннада писмо"@sr,
        "kannada pismo"@sr-Latn,
        "kanaresiska"@sv,
        "Kikannada"@swh,
        "கன்னடம்"@ta,
        "కన్నడ"@te,
        "กันนาดา"@th,
        "tohinima fakaʻinitia kānatā"@to,
        "Kannada"@tr,
        "Каннада"@uk,
        "کنڑ"@ur,
        "Chữ Kannada"@vi,
        "Kannada"@wae,
        "Kannada"@zsm,
        "isi-Kannada"@zu ;
    lvont:iso15924Alphacode "Knda"^^xsd:string ;
    lvont:label <http://lexvo.org/id/term/afr/Kannada>,
        <http://lexvo.org/id/term/amh/%E1%8A%AB%E1%8A%95%E1%8A%A0%E1%8B%B3>,
        <http://lexvo.org/id/term/ara/%D8%A7%D9%84%D9%83%D8%A7%D9%86%D8%A7%D8%AF%D8%A7>,
        <http://lexvo.org/id/term/ast/canar%C3%A9s>,
        <http://lexvo.org/id/term/aze/kannada>,
        <http://lexvo.org/id/term/ben/%E0%A6%95%E0%A6%BE%E0%A6%A8%E0%A6%BE%E0%A6%A1%E0%A6%BC%E0%A6%BE>,
        <http://lexvo.org/id/term/bos-Cyrl/%D0%BA%D0%B0%D0%BD%D0%BD%D0%B0%D0%B4%D0%B0%20%D0%BF%D0%B8%D1%81%D0%BC%D0%BE>,
        <http://lexvo.org/id/term/bos/kannada%20pismo>,
        <http://lexvo.org/id/term/bre/kannada>,
        <http://lexvo.org/id/term/brx/%E0%A4%95%E0%A4%A8%E0%A5%8D%E0%A4%A8%E0%A4%A1%E0%A4%BC>,
        <http://lexvo.org/id/term/bul/%D0%9A%D0%B0%D0%BD%D0%BD%D0%B0%D0%B4%D0%B0>,
        <http://lexvo.org/id/term/cat/kannada>,
        <http://lexvo.org/id/term/ces/kannadsk%C3%A9>,
        <http://lexvo.org/id/term/cmn-Hans/%E5%8D%A1%E7%BA%B3%E5%A1%94%E5%85%8B%E6%96%87>,
        <http://lexvo.org/id/term/cmn-Hant/%E5%9D%8E%E9%82%A3%E9%81%94%E6%96%87>,
        <http://lexvo.org/id/term/cmn/%E5%8D%A1%E7%BA%B3%E8%BE%BE%E6%96%87>,
        <http://lexvo.org/id/term/dan/kannada>,
        <http://lexvo.org/id/term/deu/Kannada>,
        <http://lexvo.org/id/term/dzo/%E0%BD%80%E0%BC%8B%E0%BD%93%E0%BC%8B%E0%BD%8C%E0%BC%8B%E0%BD%A1%E0%BD%B2%E0%BD%82%E0%BC%8B%E0%BD%82%E0%BD%B4>,
        <http://lexvo.org/id/term/ell/%CE%9A%CE%B1%CE%BD%CE%AC%CE%BD%CF%84%CE%B1>,
        <http://lexvo.org/id/term/eng-Dsrt/%F0%90%90%97%F0%90%90%AA%F0%90%91%8C%F0%90%90%B2%F0%90%90%BC%F0%90%90%B2>,
        <http://lexvo.org/id/term/eng/Kannada>,
        <http://lexvo.org/id/term/est/kannada>,
        <http://lexvo.org/id/term/eus/Kannadarra>,
        <http://lexvo.org/id/term/ewe/kannadagbe%C5%8B%C9%94%C5%8Bl%C9%94>,
        <http://lexvo.org/id/term/fas/%DA%A9%D8%A7%D9%86%D8%A7%D8%AF%D9%87%E2%80%8C%D8%A7%DB%8C>,
        <http://lexvo.org/id/term/fil/Kannada>,
        <http://lexvo.org/id/term/fin/kannadalainen>,
        <http://lexvo.org/id/term/fra/kannara>,
        <http://lexvo.org/id/term/fra/kannara%20(canara)>,
        <http://lexvo.org/id/term/fur/kannada>,
        <http://lexvo.org/id/term/gla/Kannada>,
        <http://lexvo.org/id/term/gle/Cannadach>,
        <http://lexvo.org/id/term/glg/Kannad%C3%A9s>,
        <http://lexvo.org/id/term/gsw/Kannada>,
        <http://lexvo.org/id/term/guj/%E0%AA%95%E0%AA%A8%E0%AB%8D%E0%AA%A8%E0%AA%A1%E0%AA%BE>,
        <http://lexvo.org/id/term/heb/%D7%A7%D7%90%D7%A0%D7%93%D7%94>,
        <http://lexvo.org/id/term/hin/%E0%A4%95%E0%A4%A8%E0%A5%8D%E0%A4%A8%E0%A4%A1%E0%A4%BC>,
        <http://lexvo.org/id/term/hrv/kannada%20pismo>,
        <http://lexvo.org/id/term/hun/Kannada>,
        <http://lexvo.org/id/term/ind/Kannada>,
        <http://lexvo.org/id/term/isl/Kannada>,
        <http://lexvo.org/id/term/ita/kannada>,
        <http://lexvo.org/id/term/jpn/%E3%82%AB%E3%83%B3%E3%83%8A%E3%83%80%E6%96%87%E5%AD%97>,
        <http://lexvo.org/id/term/kan/%E0%B2%95%E0%B2%A8%E0%B3%8D%E0%B2%A8%E0%B2%A1>,
        <http://lexvo.org/id/term/kas/%DA%A9%D9%8E%D9%86%D9%8E%DA%91%D8%A7>,
        <http://lexvo.org/id/term/kaz/%D0%9A%D0%B0%D0%BD%D0%BD%D0%B0%D0%B4%D0%B0>,
        <http://lexvo.org/id/term/kea/kanares>,
        <http://lexvo.org/id/term/khm/%E1%9E%80%E1%9E%8E%E1%9E%B6%E1%9E%8A%E1%9E%B6>,
        <http://lexvo.org/id/term/kor/%EC%B9%B8%EB%82%98%EB%8B%A4%20%EB%AC%B8%EC%9E%90>,
        <http://lexvo.org/id/term/ksh/indesche%20Kannada-Schreff>,
        <http://lexvo.org/id/term/lao/%E0%BB%81%E0%BA%84%E0%BA%99%E0%BA%99%E0%BA%B2%E0%BA%94%E0%BA%B2>,
        <http://lexvo.org/id/term/lav/kannaru>,
        <http://lexvo.org/id/term/lit/kanadie%C4%8Di%C5%B3>,
        <http://lexvo.org/id/term/mal/%E0%B4%95%E0%B4%A8%E0%B5%8D%E0%B4%A8%E0%B4%A1>,
        <http://lexvo.org/id/term/mar/%E0%A4%95%E0%A4%A8%E0%A5%8D%E0%A4%A8%E0%A4%A1>,
        <http://lexvo.org/id/term/mkd/%D0%BA%D0%B0%D0%BD%D0%BD%D0%B0%D0%B4%D0%B0%20%D0%BF%D0%B8%D1%81%D0%BC%D0%BE>,
        <http://lexvo.org/id/term/nep/%E0%A4%95%E0%A4%BE%E0%A4%A8%E0%A5%8D%E0%A4%A8%E0%A4%BE%E0%A4%A1%E0%A4%BE>,
        <http://lexvo.org/id/term/nld/Kannada>,
        <http://lexvo.org/id/term/nno/kannada>,
        <http://lexvo.org/id/term/nob/kannada>,
        <http://lexvo.org/id/term/ori/%E0%AC%95%E0%AC%A8%E0%AD%8D%E0%AC%A8%E0%AC%A1>,
        <http://lexvo.org/id/term/pol/kannada>,
        <http://lexvo.org/id/term/por/kannada>,
        <http://lexvo.org/id/term/roh/kannada>,
        <http://lexvo.org/id/term/ron/kannada>,
        <http://lexvo.org/id/term/rus/%D0%9A%D0%B0%D0%BD%D0%BD%D0%B0%D0%B4%D0%B0>,
        <http://lexvo.org/id/term/sin/%E0%B6%9A%E0%B6%AB%E0%B7%8A%E0%B6%AB%E0%B6%A9>,
        <http://lexvo.org/id/term/slk/Kannad%C4%8Dina>,
        <http://lexvo.org/id/term/slv/kanadski>,
        <http://lexvo.org/id/term/spa/canar%C3%A9s>,
        <http://lexvo.org/id/term/srp-Latn/kannada%20pismo>,
        <http://lexvo.org/id/term/srp/%D0%BA%D0%B0%D0%BD%D0%BD%D0%B0%D0%B4%D0%B0%20%D0%BF%D0%B8%D1%81%D0%BC%D0%BE>,
        <http://lexvo.org/id/term/swe/kanaresiska>,
        <http://lexvo.org/id/term/swh/Kikannada>,
        <http://lexvo.org/id/term/tam/%E0%AE%95%E0%AE%A9%E0%AF%8D%E0%AE%A9%E0%AE%9F%E0%AE%AE%E0%AF%8D>,
        <http://lexvo.org/id/term/tel/%E0%B0%95%E0%B0%A8%E0%B1%8D%E0%B0%A8%E0%B0%A1>,
        <http://lexvo.org/id/term/tha/%E0%B8%81%E0%B8%B1%E0%B8%99%E0%B8%99%E0%B8%B2%E0%B8%94%E0%B8%B2>,
        <http://lexvo.org/id/term/ton/tohinima%20faka%CA%BBinitia%20k%C4%81nat%C4%81>,
        <http://lexvo.org/id/term/tur/Kannada>,
        <http://lexvo.org/id/term/ukr/%D0%9A%D0%B0%D0%BD%D0%BD%D0%B0%D0%B4%D0%B0>,
        <http://lexvo.org/id/term/urd/%DA%A9%D9%86%DA%91>,
        <http://lexvo.org/id/term/vie/Ch%E1%BB%AF%20Kannada>,
        <http://lexvo.org/id/term/wae/Kannada>,
        <http://lexvo.org/id/term/zsm/Kannada>,
        <http://lexvo.org/id/term/zul/isi-Kannada> .

<http://lexvo.org/id/script/Kore> a lvont:Script ;
    rdfs:label "Koreaans"@af,
        "ኮሪያኛ"@am,
        "الكورية"@ar,
        "coreanu"@ast,
        "korean"@az,
        "Корейска"@bg,
        "কোরিয়ান"@bn,
        "koreanek"@br,
        "कोरियाई"@brx,
        "korejsko pismo"@bs,
        "корејско писмо"@bs-Cyrl,
        "coreà"@ca,
        "韩文"@cmn,
        "韓文"@cmn-Hant,
        "korejské"@cs,
        "koreansk"@da,
        "Koreanisch"@de,
        "ཀོ་རི་ཡཱན་ཡིག་གུ"@dz,
        "koreagbeŋɔŋlɔ"@ee,
        "Κορεατικό"@el,
        "Korean"@en,
        "Korean (alias for Hangul + Han)"@en,
        "𐐗𐐬𐑉𐐨𐐲𐑌"@en-Dsrt,
        "coreano"@es,
        "koreani"@et,
        "Koreera"@eu,
        "کره‌ای"@fa,
        "korealainen"@fi,
        "Korean"@fil,
        "coréen"@fr,
        "coréen (alias pour hangûl + han)"@fr,
        "corean"@fur,
        "Cóiréach"@ga,
        "Coireanach"@gd,
        "Coreano"@gl,
        "Koreanisch"@gsw,
        "કોરિયન"@gu,
        "קוריאני"@he,
        "कोरियाई"@hi,
        "korejsko pismo"@hr,
        "Koreai"@hu,
        "Korea"@id,
        "Kóreskt"@is,
        "coreano"@it,
        "韓国語の文字"@ja,
        "koreanu"@kea,
        "Корей жазуы"@kk,
        "កូរ៉េ"@km,
        "ಕೊರಿಯನ್"@kn,
        "한국어"@ko,
        "کوریَن"@ks,
        "korrejaanesche Schreff udder en schineesesche Schreff"@ksh,
        "ເກົາຫຼີ"@lo,
        "korėjiečių"@lt,
        "korejiešu"@lv,
        "корејско писмо"@mk,
        "കൊറിയൻ"@ml,
        "कोरियन"@mr,
        "ကိုးရီးယား"@my,
        "koreansk"@nb,
        "कोरियन"@ne,
        "Koreaans"@nl,
        "koreansk"@nn,
        "କୋରିଆନ୍"@or,
        "koreańskie"@pl,
        "coreano"@pt,
        "corean"@rm,
        "coreeană"@ro,
        "Корейская"@ru,
        "Кэриэйдии"@sah,
        "කොරියානු"@si,
        "kórejské"@sk,
        "korejski"@sl,
        "корејско писмо"@sr,
        "Korejsko pismo"@sr-Latn,
        "koreanska"@sv,
        "Kikorea"@swh,
        "கொரியன்"@ta,
        "కొరియన్"@te,
        "เกาหลี"@th,
        "tohinima fakakōlea"@to,
        "Kore"@tr,
        "Корейський"@uk,
        "کوریائی"@ur,
        "Hàn Quốc"@vi,
        "Korianiš"@wae,
        "Korea"@zsm,
        "isi-Korean"@zu ;
    lvont:iso15924Alphacode "Kore"^^xsd:string ;
    lvont:label <http://lexvo.org/id/term/afr/Koreaans>,
        <http://lexvo.org/id/term/amh/%E1%8A%AE%E1%88%AA%E1%8B%AB%E1%8A%9B>,
        <http://lexvo.org/id/term/ara/%D8%A7%D9%84%D9%83%D9%88%D8%B1%D9%8A%D8%A9>,
        <http://lexvo.org/id/term/ast/coreanu>,
        <http://lexvo.org/id/term/aze/korean>,
        <http://lexvo.org/id/term/ben/%E0%A6%95%E0%A7%8B%E0%A6%B0%E0%A6%BF%E0%A6%AF%E0%A6%BC%E0%A6%BE%E0%A6%A8>,
        <http://lexvo.org/id/term/bos-Cyrl/%D0%BA%D0%BE%D1%80%D0%B5%D1%98%D1%81%D0%BA%D0%BE%20%D0%BF%D0%B8%D1%81%D0%BC%D0%BE>,
        <http://lexvo.org/id/term/bos/korejsko%20pismo>,
        <http://lexvo.org/id/term/bre/koreanek>,
        <http://lexvo.org/id/term/brx/%E0%A4%95%E0%A5%8B%E0%A4%B0%E0%A4%BF%E0%A4%AF%E0%A4%BE%E0%A4%88>,
        <http://lexvo.org/id/term/bul/%D0%9A%D0%BE%D1%80%D0%B5%D0%B9%D1%81%D0%BA%D0%B0>,
        <http://lexvo.org/id/term/cat/core%C3%A0>,
        <http://lexvo.org/id/term/ces/korejsk%C3%A9>,
        <http://lexvo.org/id/term/cmn-Hant/%E9%9F%93%E6%96%87>,
        <http://lexvo.org/id/term/cmn/%E9%9F%A9%E6%96%87>,
        <http://lexvo.org/id/term/dan/koreansk>,
        <http://lexvo.org/id/term/deu/Koreanisch>,
        <http://lexvo.org/id/term/dzo/%E0%BD%80%E0%BD%BC%E0%BC%8B%E0%BD%A2%E0%BD%B2%E0%BC%8B%E0%BD%A1%E0%BD%B1%E0%BD%93%E0%BC%8B%E0%BD%A1%E0%BD%B2%E0%BD%82%E0%BC%8B%E0%BD%82%E0%BD%B4>,
        <http://lexvo.org/id/term/ell/%CE%9A%CE%BF%CF%81%CE%B5%CE%B1%CF%84%CE%B9%CE%BA%CF%8C>,
        <http://lexvo.org/id/term/eng-Dsrt/%F0%90%90%97%F0%90%90%AC%F0%90%91%89%F0%90%90%A8%F0%90%90%B2%F0%90%91%8C>,
        <http://lexvo.org/id/term/eng/Korean>,
        <http://lexvo.org/id/term/eng/Korean%20(alias%20for%20Hangul%20%2B%20Han)>,
        <http://lexvo.org/id/term/est/koreani>,
        <http://lexvo.org/id/term/eus/Koreera>,
        <http://lexvo.org/id/term/ewe/koreagbe%C5%8B%C9%94%C5%8Bl%C9%94>,
        <http://lexvo.org/id/term/fas/%DA%A9%D8%B1%D9%87%E2%80%8C%D8%A7%DB%8C>,
        <http://lexvo.org/id/term/fil/Korean>,
        <http://lexvo.org/id/term/fin/korealainen>,
        <http://lexvo.org/id/term/fra/cor%C3%A9en>,
        <http://lexvo.org/id/term/fra/cor%C3%A9en%20(alias%20pour%20hang%C3%BBl%20%2B%20han)>,
        <http://lexvo.org/id/term/fur/corean>,
        <http://lexvo.org/id/term/gla/Coireanach>,
        <http://lexvo.org/id/term/gle/C%C3%B3ir%C3%A9ach>,
        <http://lexvo.org/id/term/glg/Coreano>,
        <http://lexvo.org/id/term/gsw/Koreanisch>,
        <http://lexvo.org/id/term/guj/%E0%AA%95%E0%AB%8B%E0%AA%B0%E0%AA%BF%E0%AA%AF%E0%AA%A8>,
        <http://lexvo.org/id/term/heb/%D7%A7%D7%95%D7%A8%D7%99%D7%90%D7%A0%D7%99>,
        <http://lexvo.org/id/term/hin/%E0%A4%95%E0%A5%8B%E0%A4%B0%E0%A4%BF%E0%A4%AF%E0%A4%BE%E0%A4%88>,
        <http://lexvo.org/id/term/hrv/korejsko%20pismo>,
        <http://lexvo.org/id/term/hun/Koreai>,
        <http://lexvo.org/id/term/ind/Korea>,
        <http://lexvo.org/id/term/isl/K%C3%B3reskt>,
        <http://lexvo.org/id/term/ita/coreano>,
        <http://lexvo.org/id/term/jpn/%E9%9F%93%E5%9B%BD%E8%AA%9E%E3%81%AE%E6%96%87%E5%AD%97>,
        <http://lexvo.org/id/term/kan/%E0%B2%95%E0%B3%8A%E0%B2%B0%E0%B2%BF%E0%B2%AF%E0%B2%A8%E0%B3%8D>,
        <http://lexvo.org/id/term/kas/%DA%A9%D9%88%D8%B1%DB%8C%D9%8E%D9%86>,
        <http://lexvo.org/id/term/kaz/%D0%9A%D0%BE%D1%80%D0%B5%D0%B9%20%D0%B6%D0%B0%D0%B7%D1%83%D1%8B>,
        <http://lexvo.org/id/term/kea/koreanu>,
        <http://lexvo.org/id/term/khm/%E1%9E%80%E1%9E%BC%E1%9E%9A%E1%9F%89%E1%9F%81>,
        <http://lexvo.org/id/term/kor/%ED%95%9C%EA%B5%AD%EC%96%B4>,
        <http://lexvo.org/id/term/ksh/korrejaanesche%20Schreff%20udder%20en%20schineesesche%20Schreff>,
        <http://lexvo.org/id/term/lao/%E0%BB%80%E0%BA%81%E0%BA%BB%E0%BA%B2%E0%BA%AB%E0%BA%BC%E0%BA%B5>,
        <http://lexvo.org/id/term/lav/korejie%C5%A1u>,
        <http://lexvo.org/id/term/lit/kor%C4%97jie%C4%8Di%C5%B3>,
        <http://lexvo.org/id/term/mal/%E0%B4%95%E0%B5%8A%E0%B4%B1%E0%B4%BF%E0%B4%AF%E0%B5%BB>,
        <http://lexvo.org/id/term/mar/%E0%A4%95%E0%A5%8B%E0%A4%B0%E0%A4%BF%E0%A4%AF%E0%A4%A8>,
        <http://lexvo.org/id/term/mkd/%D0%BA%D0%BE%D1%80%D0%B5%D1%98%D1%81%D0%BA%D0%BE%20%D0%BF%D0%B8%D1%81%D0%BC%D0%BE>,
        <http://lexvo.org/id/term/mya/%E1%80%80%E1%80%AD%E1%80%AF%E1%80%B8%E1%80%9B%E1%80%AE%E1%80%B8%E1%80%9A%E1%80%AC%E1%80%B8>,
        <http://lexvo.org/id/term/nep/%E0%A4%95%E0%A5%8B%E0%A4%B0%E0%A4%BF%E0%A4%AF%E0%A4%A8>,
        <http://lexvo.org/id/term/nld/Koreaans>,
        <http://lexvo.org/id/term/nno/koreansk>,
        <http://lexvo.org/id/term/nob/koreansk>,
        <http://lexvo.org/id/term/ori/%E0%AC%95%E0%AD%8B%E0%AC%B0%E0%AC%BF%E0%AC%86%E0%AC%A8%E0%AD%8D>,
        <http://lexvo.org/id/term/pol/korea%C5%84skie>,
        <http://lexvo.org/id/term/por/coreano>,
        <http://lexvo.org/id/term/roh/corean>,
        <http://lexvo.org/id/term/ron/coreean%C4%83>,
        <http://lexvo.org/id/term/rus/%D0%9A%D0%BE%D1%80%D0%B5%D0%B9%D1%81%D0%BA%D0%B0%D1%8F>,
        <http://lexvo.org/id/term/sah/%D0%9A%D1%8D%D1%80%D0%B8%D1%8D%D0%B9%D0%B4%D0%B8%D0%B8>,
        <http://lexvo.org/id/term/sin/%E0%B6%9A%E0%B7%9C%E0%B6%BB%E0%B7%92%E0%B6%BA%E0%B7%8F%E0%B6%B1%E0%B7%94>,
        <http://lexvo.org/id/term/slk/k%C3%B3rejsk%C3%A9>,
        <http://lexvo.org/id/term/slv/korejski>,
        <http://lexvo.org/id/term/spa/coreano>,
        <http://lexvo.org/id/term/srp-Latn/Korejsko%20pismo>,
        <http://lexvo.org/id/term/srp/%D0%BA%D0%BE%D1%80%D0%B5%D1%98%D1%81%D0%BA%D0%BE%20%D0%BF%D0%B8%D1%81%D0%BC%D0%BE>,
        <http://lexvo.org/id/term/swe/koreanska>,
        <http://lexvo.org/id/term/swh/Kikorea>,
        <http://lexvo.org/id/term/tam/%E0%AE%95%E0%AF%8A%E0%AE%B0%E0%AE%BF%E0%AE%AF%E0%AE%A9%E0%AF%8D>,
        <http://lexvo.org/id/term/tel/%E0%B0%95%E0%B1%8A%E0%B0%B0%E0%B0%BF%E0%B0%AF%E0%B0%A8%E0%B1%8D>,
        <http://lexvo.org/id/term/tha/%E0%B9%80%E0%B8%81%E0%B8%B2%E0%B8%AB%E0%B8%A5%E0%B8%B5>,
        <http://lexvo.org/id/term/ton/tohinima%20fakak%C5%8Dlea>,
        <http://lexvo.org/id/term/tur/Kore>,
        <http://lexvo.org/id/term/ukr/%D0%9A%D0%BE%D1%80%D0%B5%D0%B9%D1%81%D1%8C%D0%BA%D0%B8%D0%B9>,
        <http://lexvo.org/id/term/urd/%DA%A9%D9%88%D8%B1%DB%8C%D8%A7%D8%A6%DB%8C>,
        <http://lexvo.org/id/term/vie/H%C3%A0n%20Qu%E1%BB%91c>,
        <http://lexvo.org/id/term/wae/Koriani%C5%A1>,
        <http://lexvo.org/id/term/zsm/Korea>,
        <http://lexvo.org/id/term/zul/isi-Korean> .

<http://lexvo.org/id/script/Kpel> a lvont:Script ;
    rdfs:label "kpelle"@ca,
        "克佩列文"@cmn,
        "克培列文"@cmn-Hant,
        "Kpelle"@en,
        "kpelle"@fi,
        "kpellé"@fr,
        "kpèllé"@fr,
        "Kpelle"@id,
        "クペレ文字"@ja,
        "크펠레 문자"@ko,
        "ເປລເລ"@lo,
        "kpelle"@pl,
        "kpellé"@sv,
        "เปลเล"@th,
        "Chữ Kpelle"@vi ;
    lvont:iso15924Alphacode "Kpel"^^xsd:string ;
    lvont:label <http://lexvo.org/id/term/cat/kpelle>,
        <http://lexvo.org/id/term/cmn-Hant/%E5%85%8B%E5%9F%B9%E5%88%97%E6%96%87>,
        <http://lexvo.org/id/term/cmn/%E5%85%8B%E4%BD%A9%E5%88%97%E6%96%87>,
        <http://lexvo.org/id/term/eng/Kpelle>,
        <http://lexvo.org/id/term/fin/kpelle>,
        <http://lexvo.org/id/term/fra/kp%C3%A8ll%C3%A9>,
        <http://lexvo.org/id/term/fra/kpell%C3%A9>,
        <http://lexvo.org/id/term/ind/Kpelle>,
        <http://lexvo.org/id/term/jpn/%E3%82%AF%E3%83%9A%E3%83%AC%E6%96%87%E5%AD%97>,
        <http://lexvo.org/id/term/kor/%ED%81%AC%ED%8E%A0%EB%A0%88%20%EB%AC%B8%EC%9E%90>,
        <http://lexvo.org/id/term/lao/%E0%BB%80%E0%BA%9B%E0%BA%A5%E0%BB%80%E0%BA%A5>,
        <http://lexvo.org/id/term/pol/kpelle>,
        <http://lexvo.org/id/term/swe/kpell%C3%A9>,
        <http://lexvo.org/id/term/tha/%E0%B9%80%E0%B8%9B%E0%B8%A5%E0%B9%80%E0%B8%A5>,
        <http://lexvo.org/id/term/vie/Ch%E1%BB%AF%20Kpelle> .

<http://lexvo.org/id/script/Kthi> a lvont:Script ;
    rdfs:label "kti"@az,
        "Кайтхи"@bg,
        "কাইথি"@bn,
        "kaićansko pismo"@bs,
        "каити"@bs-Cyrl,
        "kaithi"@ca,
        "凯提文"@cmn,
        "凱提文"@cmn-Hant,
        "kthi"@da,
        "kaithi gbeŋɔŋlɔ"@ee,
        "Καϊθί"@el,
        "Kaithi"@en,
        "𐐗𐐴𐐮𐐻𐐨"@en-Dsrt,
        "کثی"@fa,
        "kaithi"@fi,
        "kaithî"@fr,
        "કૈથી"@gu,
        "कैथी"@hi,
        "kaithi pismo"@hr,
        "Kaithi"@hu,
        "Kaithi"@id,
        "kaithíska"@is,
        "カイティ文字"@ja,
        "ಕೈಥಿ"@kn,
        "카이시 문자"@ko,
        "ກາຍຕິ"@lo,
        "kaithi"@lt,
        "ക്തി"@ml,
        "काइथी"@mr,
        "kaithisk"@nb,
        "क्थी"@ne,
        "Kaithi"@nl,
        "kaithisk"@nn,
        "କୈଥି"@or,
        "kaithi"@pl,
        "kaithi"@pt,
        "kthi"@pt,
        "kaithi"@rm,
        "Кайтхи"@ru,
        "kajatski"@sl,
        "каити"@sr,
        "kaićansko pismo"@sr-Latn,
        "kaithiska"@sv,
        "காய்தி"@ta,
        "కైథి"@te,
        "กายติ"@th,
        "Kaithi"@tr,
        "Каїті"@uk,
        "Chữ Kaithi"@vi ;
    lvont:iso15924Alphacode "Kthi"^^xsd:string ;
    lvont:label <http://lexvo.org/id/term/aze/kti>,
        <http://lexvo.org/id/term/ben/%E0%A6%95%E0%A6%BE%E0%A6%87%E0%A6%A5%E0%A6%BF>,
        <http://lexvo.org/id/term/bos-Cyrl/%D0%BA%D0%B0%D0%B8%D1%82%D0%B8>,
        <http://lexvo.org/id/term/bos/kai%C4%87ansko%20pismo>,
        <http://lexvo.org/id/term/bul/%D0%9A%D0%B0%D0%B9%D1%82%D1%85%D0%B8>,
        <http://lexvo.org/id/term/cat/kaithi>,
        <http://lexvo.org/id/term/cmn-Hant/%E5%87%B1%E6%8F%90%E6%96%87>,
        <http://lexvo.org/id/term/cmn/%E5%87%AF%E6%8F%90%E6%96%87>,
        <http://lexvo.org/id/term/dan/kthi>,
        <http://lexvo.org/id/term/ell/%CE%9A%CE%B1%CF%8A%CE%B8%CE%AF>,
        <http://lexvo.org/id/term/eng-Dsrt/%F0%90%90%97%F0%90%90%B4%F0%90%90%AE%F0%90%90%BB%F0%90%90%A8>,
        <http://lexvo.org/id/term/eng/Kaithi>,
        <http://lexvo.org/id/term/ewe/kaithi%20gbe%C5%8B%C9%94%C5%8Bl%C9%94>,
        <http://lexvo.org/id/term/fas/%DA%A9%D8%AB%DB%8C>,
        <http://lexvo.org/id/term/fin/kaithi>,
        <http://lexvo.org/id/term/fra/kaith%C3%AE>,
        <http://lexvo.org/id/term/guj/%E0%AA%95%E0%AB%88%E0%AA%A5%E0%AB%80>,
        <http://lexvo.org/id/term/hin/%E0%A4%95%E0%A5%88%E0%A4%A5%E0%A5%80>,
        <http://lexvo.org/id/term/hrv/kaithi%20pismo>,
        <http://lexvo.org/id/term/hun/Kaithi>,
        <http://lexvo.org/id/term/ind/Kaithi>,
        <http://lexvo.org/id/term/isl/kaith%C3%ADska>,
        <http://lexvo.org/id/term/jpn/%E3%82%AB%E3%82%A4%E3%83%86%E3%82%A3%E6%96%87%E5%AD%97>,
        <http://lexvo.org/id/term/kan/%E0%B2%95%E0%B3%88%E0%B2%A5%E0%B2%BF>,
        <http://lexvo.org/id/term/kor/%EC%B9%B4%EC%9D%B4%EC%8B%9C%20%EB%AC%B8%EC%9E%90>,
        <http://lexvo.org/id/term/lao/%E0%BA%81%E0%BA%B2%E0%BA%8D%E0%BA%95%E0%BA%B4>,
        <http://lexvo.org/id/term/lit/kaithi>,
        <http://lexvo.org/id/term/mal/%E0%B4%95%E0%B5%8D%E0%B4%A4%E0%B4%BF>,
        <http://lexvo.org/id/term/mar/%E0%A4%95%E0%A4%BE%E0%A4%87%E0%A4%A5%E0%A5%80>,
        <http://lexvo.org/id/term/nep/%E0%A4%95%E0%A5%8D%E0%A4%A5%E0%A5%80>,
        <http://lexvo.org/id/term/nld/Kaithi>,
        <http://lexvo.org/id/term/nno/kaithisk>,
        <http://lexvo.org/id/term/nob/kaithisk>,
        <http://lexvo.org/id/term/ori/%E0%AC%95%E0%AD%88%E0%AC%A5%E0%AC%BF>,
        <http://lexvo.org/id/term/pol/kaithi>,
        <http://lexvo.org/id/term/por/kaithi>,
        <http://lexvo.org/id/term/por/kthi>,
        <http://lexvo.org/id/term/roh/kaithi>,
        <http://lexvo.org/id/term/rus/%D0%9A%D0%B0%D0%B9%D1%82%D1%85%D0%B8>,
        <http://lexvo.org/id/term/slv/kajatski>,
        <http://lexvo.org/id/term/srp-Latn/kai%C4%87ansko%20pismo>,
        <http://lexvo.org/id/term/srp/%D0%BA%D0%B0%D0%B8%D1%82%D0%B8>,
        <http://lexvo.org/id/term/swe/kaithiska>,
        <http://lexvo.org/id/term/tam/%E0%AE%95%E0%AE%BE%E0%AE%AF%E0%AF%8D%E0%AE%A4%E0%AE%BF>,
        <http://lexvo.org/id/term/tel/%E0%B0%95%E0%B1%88%E0%B0%A5%E0%B0%BF>,
        <http://lexvo.org/id/term/tha/%E0%B8%81%E0%B8%B2%E0%B8%A2%E0%B8%95%E0%B8%B4>,
        <http://lexvo.org/id/term/tur/Kaithi>,
        <http://lexvo.org/id/term/ukr/%D0%9A%D0%B0%D1%97%D1%82%D1%96>,
        <http://lexvo.org/id/term/vie/Ch%E1%BB%AF%20Kaithi> .

<http://lexvo.org/id/script/Lana> a lvont:Script ;
    rdfs:label "الانا"@ar,
        "lanna"@az,
        "Ланна"@bg,
        "লান্না"@bn,
        "लाना"@brx,
        "lanna pismo"@bs,
        "ланна писмо"@bs-Cyrl,
        "lanna"@ca,
        "兰拿文"@cmn,
        "藍拿文"@cmn-Hant,
        "lanna"@da,
        "Lanna"@de,
        "lanna gbeŋɔŋlɔ"@ee,
        "Λάννα"@el,
        "Lanna"@en,
        "Tai Tham (Lanna)"@en,
        "𐐢𐐪𐑌𐐲"@en-Dsrt,
        "lanna"@es,
        "لانایی"@fa,
        "lanna"@fi,
        "lanna"@fr,
        "taï tham (lanna)"@fr,
        "Lanna"@gsw,
        "લાના"@gu,
        "लाना"@hi,
        "lanna pismo"@hr,
        "Lanna"@hu,
        "Lanna"@id,
        "lanna"@is,
        "lanna"@it,
        "ラーンナー文字"@ja,
        "ಲಾನಾ"@kn,
        "란나 문자"@ko,
        "لانا"@ks,
        "ລ້ານນາ"@lo,
        "lana"@lt,
        "ലന്ന"@ml,
        "लाना"@mr,
        "lanna"@nb,
        "लान्ना"@ne,
        "Lanna"@nl,
        "lanna"@nn,
        "ଲାନା"@or,
        "lanna"@pl,
        "lanna"@pt,
        "lanna"@rm,
        "Ланна"@ru,
        "ланна писмо"@sr,
        "lanna pismo"@sr-Latn,
        "lanna"@sv,
        "லன்னா"@ta,
        "లన్నా"@te,
        "ล้านนา"@th,
        "Lanna"@tr,
        "Ланна"@uk,
        "Chữ Lanna"@vi ;
    lvont:iso15924Alphacode "Lana"^^xsd:string ;
    lvont:label <http://lexvo.org/id/term/ara/%D8%A7%D9%84%D8%A7%D9%86%D8%A7>,
        <http://lexvo.org/id/term/aze/lanna>,
        <http://lexvo.org/id/term/ben/%E0%A6%B2%E0%A6%BE%E0%A6%A8%E0%A7%8D%E0%A6%A8%E0%A6%BE>,
        <http://lexvo.org/id/term/bos-Cyrl/%D0%BB%D0%B0%D0%BD%D0%BD%D0%B0%20%D0%BF%D0%B8%D1%81%D0%BC%D0%BE>,
        <http://lexvo.org/id/term/bos/lanna%20pismo>,
        <http://lexvo.org/id/term/brx/%E0%A4%B2%E0%A4%BE%E0%A4%A8%E0%A4%BE>,
        <http://lexvo.org/id/term/bul/%D0%9B%D0%B0%D0%BD%D0%BD%D0%B0>,
        <http://lexvo.org/id/term/cat/lanna>,
        <http://lexvo.org/id/term/cmn-Hant/%E8%97%8D%E6%8B%BF%E6%96%87>,
        <http://lexvo.org/id/term/cmn/%E5%85%B0%E6%8B%BF%E6%96%87>,
        <http://lexvo.org/id/term/dan/lanna>,
        <http://lexvo.org/id/term/deu/Lanna>,
        <http://lexvo.org/id/term/ell/%CE%9B%CE%AC%CE%BD%CE%BD%CE%B1>,
        <http://lexvo.org/id/term/eng-Dsrt/%F0%90%90%A2%F0%90%90%AA%F0%90%91%8C%F0%90%90%B2>,
        <http://lexvo.org/id/term/eng/Lanna>,
        <http://lexvo.org/id/term/eng/Tai%20Tham%20(Lanna)>,
        <http://lexvo.org/id/term/ewe/lanna%20gbe%C5%8B%C9%94%C5%8Bl%C9%94>,
        <http://lexvo.org/id/term/fas/%D9%84%D8%A7%D9%86%D8%A7%DB%8C%DB%8C>,
        <http://lexvo.org/id/term/fin/lanna>,
        <http://lexvo.org/id/term/fra/lanna>,
        <http://lexvo.org/id/term/fra/ta%C3%AF%20tham%20(lanna)>,
        <http://lexvo.org/id/term/gsw/Lanna>,
        <http://lexvo.org/id/term/guj/%E0%AA%B2%E0%AA%BE%E0%AA%A8%E0%AA%BE>,
        <http://lexvo.org/id/term/hin/%E0%A4%B2%E0%A4%BE%E0%A4%A8%E0%A4%BE>,
        <http://lexvo.org/id/term/hrv/lanna%20pismo>,
        <http://lexvo.org/id/term/hun/Lanna>,
        <http://lexvo.org/id/term/ind/Lanna>,
        <http://lexvo.org/id/term/isl/lanna>,
        <http://lexvo.org/id/term/ita/lanna>,
        <http://lexvo.org/id/term/jpn/%E3%83%A9%E3%83%BC%E3%83%B3%E3%83%8A%E3%83%BC%E6%96%87%E5%AD%97>,
        <http://lexvo.org/id/term/kan/%E0%B2%B2%E0%B2%BE%E0%B2%A8%E0%B2%BE>,
        <http://lexvo.org/id/term/kas/%D9%84%D8%A7%D9%86%D8%A7>,
        <http://lexvo.org/id/term/kor/%EB%9E%80%EB%82%98%20%EB%AC%B8%EC%9E%90>,
        <http://lexvo.org/id/term/lao/%E0%BA%A5%E0%BB%89%E0%BA%B2%E0%BA%99%E0%BA%99%E0%BA%B2>,
        <http://lexvo.org/id/term/lit/lana>,
        <http://lexvo.org/id/term/mal/%E0%B4%B2%E0%B4%A8%E0%B5%8D%E0%B4%A8>,
        <http://lexvo.org/id/term/mar/%E0%A4%B2%E0%A4%BE%E0%A4%A8%E0%A4%BE>,
        <http://lexvo.org/id/term/nep/%E0%A4%B2%E0%A4%BE%E0%A4%A8%E0%A5%8D%E0%A4%A8%E0%A4%BE>,
        <http://lexvo.org/id/term/nld/Lanna>,
        <http://lexvo.org/id/term/nno/lanna>,
        <http://lexvo.org/id/term/nob/lanna>,
        <http://lexvo.org/id/term/ori/%E0%AC%B2%E0%AC%BE%E0%AC%A8%E0%AC%BE>,
        <http://lexvo.org/id/term/pol/lanna>,
        <http://lexvo.org/id/term/por/lanna>,
        <http://lexvo.org/id/term/roh/lanna>,
        <http://lexvo.org/id/term/rus/%D0%9B%D0%B0%D0%BD%D0%BD%D0%B0>,
        <http://lexvo.org/id/term/spa/lanna>,
        <http://lexvo.org/id/term/srp-Latn/lanna%20pismo>,
        <http://lexvo.org/id/term/srp/%D0%BB%D0%B0%D0%BD%D0%BD%D0%B0%20%D0%BF%D0%B8%D1%81%D0%BC%D0%BE>,
        <http://lexvo.org/id/term/swe/lanna>,
        <http://lexvo.org/id/term/tam/%E0%AE%B2%E0%AE%A9%E0%AF%8D%E0%AE%A9%E0%AE%BE>,
        <http://lexvo.org/id/term/tel/%E0%B0%B2%E0%B0%A8%E0%B1%8D%E0%B0%A8%E0%B0%BE>,
        <http://lexvo.org/id/term/tha/%E0%B8%A5%E0%B9%89%E0%B8%B2%E0%B8%99%E0%B8%99%E0%B8%B2>,
        <http://lexvo.org/id/term/tur/Lanna>,
        <http://lexvo.org/id/term/ukr/%D0%9B%D0%B0%D0%BD%D0%BD%D0%B0>,
        <http://lexvo.org/id/term/vie/Ch%E1%BB%AF%20Lanna> .

<http://lexvo.org/id/script/Laoo> a lvont:Script ;
    rdfs:label "Lao"@af,
        "ላኦ"@am,
        "اللاو"@ar,
        "laosianu"@ast,
        "lao"@az,
        "Лаоска"@bg,
        "লাও"@bn,
        "laosek"@br,
        "लाओ"@brx,
        "lao pismo"@bs,
        "лаошко писмо"@bs-Cyrl,
        "lao"@ca,
        "老挝文"@cmn,
        "寮國文"@cmn-Hant,
        "laoské"@cs,
        "laotisk"@da,
        "Laotisch"@de,
        "ལའོ་ཡིག་གུ"@dz,
        "laogbeŋɔŋlɔ"@ee,
        "Λάος"@el,
        "Lao"@en,
        "𐐢𐐵"@en-Dsrt,
        "lao"@es,
        "lao"@et,
        "Laoarra"@eu,
        "لائوسی"@fa,
        "laolainen"@fi,
        "Lao"@fil,
        "lao"@fr,
        "laotien"@fr,
        "lao"@fur,
        "Laosiano"@gl,
        "Laotisch"@gsw,
        "લાઓ"@gu,
        "לאית"@he,
        "लाओ"@hi,
        "laosko pismo"@hr,
        "Lao"@hu,
        "Laos"@id,
        "Lao"@is,
        "lao"@it,
        "ラオ文字"@ja,
        "ლაოსური"@ka,
        "lausianu"@kea,
        "Лаос жазуы"@kk,
        "ឡាវ"@km,
        "ಲಾವೋ"@kn,
        "라오 문자"@ko,
        "لاو"@ks,
        "lahootesche Schreff"@ksh,
        "ລາວ"@lo,
        "lao"@lt,
        "lao"@lv,
        "лаоско писмо"@mk,
        "ലാവോ"@ml,
        "लाओ"@mr,
        "လာအို"@my,
        "laotisk"@nb,
        "लाओ"@ne,
        "Lao"@nl,
        "laotisk"@nn,
        "ଲାଓ"@or,
        "laotańskie"@pl,
        "lao"@pt,
        "laot"@rm,
        "laoțiană"@ro,
        "Лаосская"@ru,
        "ලාවෝ"@si,
        "Lao"@sk,
        "laoški"@sl,
        "лаошко писмо"@sr,
        "lao pismo"@sr-Latn,
        "laotiska"@sv,
        "Kilaosi"@swh,
        "லௌ"@ta,
        "లాఓ"@te,
        "ลาว"@th,
        "tohinima fakalau"@to,
        "Lao"@tr,
        "Лаоський"@uk,
        "لاؤ"@ur,
        "Chữ Lào"@vi,
        "Laotiš"@wae,
        "Lao"@zsm,
        "i-Lao"@zu ;
    lvont:iso15924Alphacode "Laoo"^^xsd:string ;
    lvont:label <http://lexvo.org/id/term/afr/Lao>,
        <http://lexvo.org/id/term/amh/%E1%88%8B%E1%8A%A6>,
        <http://lexvo.org/id/term/ara/%D8%A7%D9%84%D9%84%D8%A7%D9%88>,
        <http://lexvo.org/id/term/ast/laosianu>,
        <http://lexvo.org/id/term/aze/lao>,
        <http://lexvo.org/id/term/ben/%E0%A6%B2%E0%A6%BE%E0%A6%93>,
        <http://lexvo.org/id/term/bos-Cyrl/%D0%BB%D0%B0%D0%BE%D1%88%D0%BA%D0%BE%20%D0%BF%D0%B8%D1%81%D0%BC%D0%BE>,
        <http://lexvo.org/id/term/bos/lao%20pismo>,
        <http://lexvo.org/id/term/bre/laosek>,
        <http://lexvo.org/id/term/brx/%E0%A4%B2%E0%A4%BE%E0%A4%93>,
        <http://lexvo.org/id/term/bul/%D0%9B%D0%B0%D0%BE%D1%81%D0%BA%D0%B0>,
        <http://lexvo.org/id/term/cat/lao>,
        <http://lexvo.org/id/term/ces/laosk%C3%A9>,
        <http://lexvo.org/id/term/cmn-Hant/%E5%AF%AE%E5%9C%8B%E6%96%87>,
        <http://lexvo.org/id/term/cmn/%E8%80%81%E6%8C%9D%E6%96%87>,
        <http://lexvo.org/id/term/dan/laotisk>,
        <http://lexvo.org/id/term/deu/Laotisch>,
        <http://lexvo.org/id/term/dzo/%E0%BD%A3%E0%BD%A0%E0%BD%BC%E0%BC%8B%E0%BD%A1%E0%BD%B2%E0%BD%82%E0%BC%8B%E0%BD%82%E0%BD%B4>,
        <http://lexvo.org/id/term/ell/%CE%9B%CE%AC%CE%BF%CF%82>,
        <http://lexvo.org/id/term/eng-Dsrt/%F0%90%90%A2%F0%90%90%B5>,
        <http://lexvo.org/id/term/eng/Lao>,
        <http://lexvo.org/id/term/est/lao>,
        <http://lexvo.org/id/term/eus/Laoarra>,
        <http://lexvo.org/id/term/ewe/laogbe%C5%8B%C9%94%C5%8Bl%C9%94>,
        <http://lexvo.org/id/term/fas/%D9%84%D8%A7%D8%A6%D9%88%D8%B3%DB%8C>,
        <http://lexvo.org/id/term/fil/Lao>,
        <http://lexvo.org/id/term/fin/laolainen>,
        <http://lexvo.org/id/term/fra/lao>,
        <http://lexvo.org/id/term/fra/laotien>,
        <http://lexvo.org/id/term/fur/lao>,
        <http://lexvo.org/id/term/glg/Laosiano>,
        <http://lexvo.org/id/term/gsw/Laotisch>,
        <http://lexvo.org/id/term/guj/%E0%AA%B2%E0%AA%BE%E0%AA%93>,
        <http://lexvo.org/id/term/heb/%D7%9C%D7%90%D7%99%D7%AA>,
        <http://lexvo.org/id/term/hin/%E0%A4%B2%E0%A4%BE%E0%A4%93>,
        <http://lexvo.org/id/term/hrv/laosko%20pismo>,
        <http://lexvo.org/id/term/hun/Lao>,
        <http://lexvo.org/id/term/ind/Laos>,
        <http://lexvo.org/id/term/isl/Lao>,
        <http://lexvo.org/id/term/ita/lao>,
        <http://lexvo.org/id/term/jpn/%E3%83%A9%E3%82%AA%E6%96%87%E5%AD%97>,
        <http://lexvo.org/id/term/kan/%E0%B2%B2%E0%B2%BE%E0%B2%B5%E0%B3%8B>,
        <http://lexvo.org/id/term/kas/%D9%84%D8%A7%D9%88>,
        <http://lexvo.org/id/term/kat/%E1%83%9A%E1%83%90%E1%83%9D%E1%83%A1%E1%83%A3%E1%83%A0%E1%83%98>,
        <http://lexvo.org/id/term/kaz/%D0%9B%D0%B0%D0%BE%D1%81%20%D0%B6%D0%B0%D0%B7%D1%83%D1%8B>,
        <http://lexvo.org/id/term/kea/lausianu>,
        <http://lexvo.org/id/term/khm/%E1%9E%A1%E1%9E%B6%E1%9E%9C>,
        <http://lexvo.org/id/term/kor/%EB%9D%BC%EC%98%A4%20%EB%AC%B8%EC%9E%90>,
        <http://lexvo.org/id/term/ksh/lahootesche%20Schreff>,
        <http://lexvo.org/id/term/lao/%E0%BA%A5%E0%BA%B2%E0%BA%A7>,
        <http://lexvo.org/id/term/lav/lao>,
        <http://lexvo.org/id/term/lit/lao>,
        <http://lexvo.org/id/term/mal/%E0%B4%B2%E0%B4%BE%E0%B4%B5%E0%B5%8B>,
        <http://lexvo.org/id/term/mar/%E0%A4%B2%E0%A4%BE%E0%A4%93>,
        <http://lexvo.org/id/term/mkd/%D0%BB%D0%B0%D0%BE%D1%81%D0%BA%D0%BE%20%D0%BF%D0%B8%D1%81%D0%BC%D0%BE>,
        <http://lexvo.org/id/term/mya/%E1%80%9C%E1%80%AC%E1%80%A1%E1%80%AD%E1%80%AF>,
        <http://lexvo.org/id/term/nep/%E0%A4%B2%E0%A4%BE%E0%A4%93>,
        <http://lexvo.org/id/term/nld/Lao>,
        <http://lexvo.org/id/term/nno/laotisk>,
        <http://lexvo.org/id/term/nob/laotisk>,
        <http://lexvo.org/id/term/ori/%E0%AC%B2%E0%AC%BE%E0%AC%93>,
        <http://lexvo.org/id/term/pol/laota%C5%84skie>,
        <http://lexvo.org/id/term/por/lao>,
        <http://lexvo.org/id/term/roh/laot>,
        <http://lexvo.org/id/term/ron/lao%C8%9Bian%C4%83>,
        <http://lexvo.org/id/term/rus/%D0%9B%D0%B0%D0%BE%D1%81%D1%81%D0%BA%D0%B0%D1%8F>,
        <http://lexvo.org/id/term/sin/%E0%B6%BD%E0%B7%8F%E0%B7%80%E0%B7%9D>,
        <http://lexvo.org/id/term/slk/Lao>,
        <http://lexvo.org/id/term/slv/lao%C5%A1ki>,
        <http://lexvo.org/id/term/spa/lao>,
        <http://lexvo.org/id/term/srp-Latn/lao%20pismo>,
        <http://lexvo.org/id/term/srp/%D0%BB%D0%B0%D0%BE%D1%88%D0%BA%D0%BE%20%D0%BF%D0%B8%D1%81%D0%BC%D0%BE>,
        <http://lexvo.org/id/term/swe/laotiska>,
        <http://lexvo.org/id/term/swh/Kilaosi>,
        <http://lexvo.org/id/term/tam/%E0%AE%B2%E0%AF%8C>,
        <http://lexvo.org/id/term/tel/%E0%B0%B2%E0%B0%BE%E0%B0%93>,
        <http://lexvo.org/id/term/tha/%E0%B8%A5%E0%B8%B2%E0%B8%A7>,
        <http://lexvo.org/id/term/ton/tohinima%20fakalau>,
        <http://lexvo.org/id/term/tur/Lao>,
        <http://lexvo.org/id/term/ukr/%D0%9B%D0%B0%D0%BE%D1%81%D1%8C%D0%BA%D0%B8%D0%B9>,
        <http://lexvo.org/id/term/urd/%D9%84%D8%A7%D8%A4>,
        <http://lexvo.org/id/term/vie/Ch%E1%BB%AF%20L%C3%A0o>,
        <http://lexvo.org/id/term/wae/Laoti%C5%A1>,
        <http://lexvo.org/id/term/zsm/Lao>,
        <http://lexvo.org/id/term/zul/i-Lao> .

<http://lexvo.org/id/script/Latf> a lvont:Script ;
    rdfs:label "اللاتينية - متغير فراكتر"@ar,
        "fraktur latını"@az,
        "Латинска фрактура"@bg,
        "ফ্রাক্টুর ল্যাটিন"@bn,
        "फ्रैक्तुर लैटिन"@brx,
        "latinica (fraktur varijanta)"@bs,
        "латиница (фрактур варијанта)"@bs-Cyrl,
        "llatí fraktur"@ca,
        "拉丁文（哥特式字体变体）"@cmn,
        "拉丁文（尖角體活字變體）"@cmn-Hant,
        "latinka - lomená"@cs,
        "latinsk - frakturvariant"@da,
        "Lateinisch - Fraktur-Variante"@de,
        "fraktur latin gbeŋɔŋlɔ"@ee,
        "Φράκτουρ Λατινικό"@el,
        "Fraktur Latin"@en,
        "Latin (Fraktur variant)"@en,
        "𐐙𐑉𐐰𐐿𐐻𐐲𐑉 𐐢𐐰𐐻𐐮𐑌"@en-Dsrt,
        "latino fraktur"@es,
        "ladina fraktuurkiri"@et,
        "لاتینی فراکتور"@fa,
        "latinalainen fraktuuramuunnelma"@fi,
        "latin (variante brisée)"@fr,
        "latin Fraktur"@fur,
        "Latiinisch - Fraktur-Variante"@gsw,
        "ફ્રેકતુર લેટિન"@gu,
        "फ्रैकतुर लैटिन"@hi,
        "fraktur latinica"@hr,
        "Fraktur latin"@hu,
        "Latin Fraktur"@id,
        "frakturlatnéska"@is,
        "variante fraktur del latino"@it,
        "ラテン文字[ドイツ文字]"@ja,
        "ಫ್ರಾಕ್ತರ್ ಲ್ಯಾಟಿನ್"@kn,
        "독일식 로마자"@ko,
        "فرٛکتُر لیٹِن"@ks,
        "ລາຕິນ-ຟຮັ່ງເຕຣ"@lo,
        "fraktur lotynų"@lt,
        "ഫ്രാക്ടുർ ലാറ്റിൻ"@ml,
        "फ्रॅक्तुर लॅटिन"@mr,
        "frakturlatinsk"@nb,
        "फ्राक्टुर ल्याटिन"@ne,
        "Gotisch Latijn"@nl,
        "latinsk (frakturvariant)"@nn,
        "ଫ୍ରାକଥୁର୍ ଲାଟିନ୍"@or,
        "łaciński - fraktura"@pl,
        "latim fraktur"@pt,
        "latin (scrittira gotica)"@rm,
        "latină Fraktur"@ro,
        "Латинская фрактура"@ru,
        "fraktura"@sl,
        "латиница (фрактур варијанта)"@sr,
        "Latinica (Fraktur varijanta)"@sr-Latn,
        "frakturlatin"@sv,
        "ஃப்ரக்டூர் லெத்தின்"@ta,
        "ఫ్రాక్టూర్ లాటిన్"@te,
        "ลาติน - ฟรังเตอร์"@th,
        "Fraktur Latin"@tr,
        "Латинський фрактурний"@uk,
        "Chữ La-tinh Fraktur"@vi ;
    lvont:iso15924Alphacode "Latf"^^xsd:string ;
    lvont:label <http://lexvo.org/id/term/ara/%D8%A7%D9%84%D9%84%D8%A7%D8%AA%D9%8A%D9%86%D9%8A%D8%A9%20-%20%D9%85%D8%AA%D8%BA%D9%8A%D8%B1%20%D9%81%D8%B1%D8%A7%D9%83%D8%AA%D8%B1>,
        <http://lexvo.org/id/term/aze/fraktur%20lat%C4%B1n%C4%B1>,
        <http://lexvo.org/id/term/ben/%E0%A6%AB%E0%A7%8D%E0%A6%B0%E0%A6%BE%E0%A6%95%E0%A7%8D%E0%A6%9F%E0%A7%81%E0%A6%B0%20%E0%A6%B2%E0%A7%8D%E0%A6%AF%E0%A6%BE%E0%A6%9F%E0%A6%BF%E0%A6%A8>,
        <http://lexvo.org/id/term/bos-Cyrl/%D0%BB%D0%B0%D1%82%D0%B8%D0%BD%D0%B8%D1%86%D0%B0%20(%D1%84%D1%80%D0%B0%D0%BA%D1%82%D1%83%D1%80%20%D0%B2%D0%B0%D1%80%D0%B8%D1%98%D0%B0%D0%BD%D1%82%D0%B0)>,
        <http://lexvo.org/id/term/bos/latinica%20(fraktur%20varijanta)>,
        <http://lexvo.org/id/term/brx/%E0%A4%AB%E0%A5%8D%E0%A4%B0%E0%A5%88%E0%A4%95%E0%A5%8D%E0%A4%A4%E0%A5%81%E0%A4%B0%20%E0%A4%B2%E0%A5%88%E0%A4%9F%E0%A4%BF%E0%A4%A8>,
        <http://lexvo.org/id/term/bul/%D0%9B%D0%B0%D1%82%D0%B8%D0%BD%D1%81%D0%BA%D0%B0%20%D1%84%D1%80%D0%B0%D0%BA%D1%82%D1%83%D1%80%D0%B0>,
        <http://lexvo.org/id/term/cat/llat%C3%AD%20fraktur>,
        <http://lexvo.org/id/term/ces/latinka%20-%20lomen%C3%A1>,
        <http://lexvo.org/id/term/cmn-Hant/%E6%8B%89%E4%B8%81%E6%96%87%EF%BC%88%E5%B0%96%E8%A7%92%E9%AB%94%E6%B4%BB%E5%AD%97%E8%AE%8A%E9%AB%94%EF%BC%89>,
        <http://lexvo.org/id/term/cmn/%E6%8B%89%E4%B8%81%E6%96%87%EF%BC%88%E5%93%A5%E7%89%B9%E5%BC%8F%E5%AD%97%E4%BD%93%E5%8F%98%E4%BD%93%EF%BC%89>,
        <http://lexvo.org/id/term/dan/latinsk%20-%20frakturvariant>,
        <http://lexvo.org/id/term/deu/Lateinisch%20-%20Fraktur-Variante>,
        <http://lexvo.org/id/term/ell/%CE%A6%CF%81%CE%AC%CE%BA%CF%84%CE%BF%CF%85%CF%81%20%CE%9B%CE%B1%CF%84%CE%B9%CE%BD%CE%B9%CE%BA%CF%8C>,
        <http://lexvo.org/id/term/eng-Dsrt/%F0%90%90%99%F0%90%91%89%F0%90%90%B0%F0%90%90%BF%F0%90%90%BB%F0%90%90%B2%F0%90%91%89%20%F0%90%90%A2%F0%90%90%B0%F0%90%90%BB%F0%90%90%AE%F0%90%91%8C>,
        <http://lexvo.org/id/term/eng/Fraktur%20Latin>,
        <http://lexvo.org/id/term/eng/Latin%20(Fraktur%20variant)>,
        <http://lexvo.org/id/term/est/ladina%20fraktuurkiri>,
        <http://lexvo.org/id/term/ewe/fraktur%20latin%20gbe%C5%8B%C9%94%C5%8Bl%C9%94>,
        <http://lexvo.org/id/term/fas/%D9%84%D8%A7%D8%AA%DB%8C%D9%86%DB%8C%20%D9%81%D8%B1%D8%A7%DA%A9%D8%AA%D9%88%D8%B1>,
        <http://lexvo.org/id/term/fin/latinalainen%20fraktuuramuunnelma>,
        <http://lexvo.org/id/term/fra/latin%20(variante%20bris%C3%A9e)>,
        <http://lexvo.org/id/term/fur/latin%20Fraktur>,
        <http://lexvo.org/id/term/gsw/Latiinisch%20-%20Fraktur-Variante>,
        <http://lexvo.org/id/term/guj/%E0%AA%AB%E0%AB%8D%E0%AA%B0%E0%AB%87%E0%AA%95%E0%AA%A4%E0%AB%81%E0%AA%B0%20%E0%AA%B2%E0%AB%87%E0%AA%9F%E0%AA%BF%E0%AA%A8>,
        <http://lexvo.org/id/term/hin/%E0%A4%AB%E0%A5%8D%E0%A4%B0%E0%A5%88%E0%A4%95%E0%A4%A4%E0%A5%81%E0%A4%B0%20%E0%A4%B2%E0%A5%88%E0%A4%9F%E0%A4%BF%E0%A4%A8>,
        <http://lexvo.org/id/term/hrv/fraktur%20latinica>,
        <http://lexvo.org/id/term/hun/Fraktur%20latin>,
        <http://lexvo.org/id/term/ind/Latin%20Fraktur>,
        <http://lexvo.org/id/term/isl/frakturlatn%C3%A9ska>,
        <http://lexvo.org/id/term/ita/variante%20fraktur%20del%20latino>,
        <http://lexvo.org/id/term/jpn/%E3%83%A9%E3%83%86%E3%83%B3%E6%96%87%E5%AD%97%5B%E3%83%89%E3%82%A4%E3%83%84%E6%96%87%E5%AD%97%5D>,
        <http://lexvo.org/id/term/kan/%E0%B2%AB%E0%B3%8D%E0%B2%B0%E0%B2%BE%E0%B2%95%E0%B3%8D%E0%B2%A4%E0%B2%B0%E0%B3%8D%20%E0%B2%B2%E0%B3%8D%E0%B2%AF%E0%B2%BE%E0%B2%9F%E0%B2%BF%E0%B2%A8%E0%B3%8D>,
        <http://lexvo.org/id/term/kas/%D9%81%D8%B1%D9%9B%DA%A9%D8%AA%D9%8F%D8%B1%20%D9%84%DB%8C%D9%B9%D9%90%D9%86>,
        <http://lexvo.org/id/term/kor/%EB%8F%85%EC%9D%BC%EC%8B%9D%20%EB%A1%9C%EB%A7%88%EC%9E%90>,
        <http://lexvo.org/id/term/lao/%E0%BA%A5%E0%BA%B2%E0%BA%95%E0%BA%B4%E0%BA%99-%E0%BA%9F%E0%BA%AE%E0%BA%B1%E0%BB%88%E0%BA%87%E0%BB%80%E0%BA%95%E0%BA%A3>,
        <http://lexvo.org/id/term/lit/fraktur%20lotyn%C5%B3>,
        <http://lexvo.org/id/term/mal/%E0%B4%AB%E0%B5%8D%E0%B4%B0%E0%B4%BE%E0%B4%95%E0%B5%8D%E0%B4%9F%E0%B5%81%E0%B5%BC%20%E0%B4%B2%E0%B4%BE%E0%B4%B1%E0%B5%8D%E0%B4%B1%E0%B4%BF%E0%B5%BB>,
        <http://lexvo.org/id/term/mar/%E0%A4%AB%E0%A5%8D%E0%A4%B0%E0%A5%85%E0%A4%95%E0%A5%8D%E0%A4%A4%E0%A5%81%E0%A4%B0%20%E0%A4%B2%E0%A5%85%E0%A4%9F%E0%A4%BF%E0%A4%A8>,
        <http://lexvo.org/id/term/nep/%E0%A4%AB%E0%A5%8D%E0%A4%B0%E0%A4%BE%E0%A4%95%E0%A5%8D%E0%A4%9F%E0%A5%81%E0%A4%B0%20%E0%A4%B2%E0%A5%8D%E0%A4%AF%E0%A4%BE%E0%A4%9F%E0%A4%BF%E0%A4%A8>,
        <http://lexvo.org/id/term/nld/Gotisch%20Latijn>,
        <http://lexvo.org/id/term/nno/latinsk%20(frakturvariant)>,
        <http://lexvo.org/id/term/nob/frakturlatinsk>,
        <http://lexvo.org/id/term/ori/%E0%AC%AB%E0%AD%8D%E0%AC%B0%E0%AC%BE%E0%AC%95%E0%AC%A5%E0%AD%81%E0%AC%B0%E0%AD%8D%20%E0%AC%B2%E0%AC%BE%E0%AC%9F%E0%AC%BF%E0%AC%A8%E0%AD%8D>,
        <http://lexvo.org/id/term/pol/%C5%82aci%C5%84ski%20-%20fraktura>,
        <http://lexvo.org/id/term/por/latim%20fraktur>,
        <http://lexvo.org/id/term/roh/latin%20(scrittira%20gotica)>,
        <http://lexvo.org/id/term/ron/latin%C4%83%20Fraktur>,
        <http://lexvo.org/id/term/rus/%D0%9B%D0%B0%D1%82%D0%B8%D0%BD%D1%81%D0%BA%D0%B0%D1%8F%20%D1%84%D1%80%D0%B0%D0%BA%D1%82%D1%83%D1%80%D0%B0>,
        <http://lexvo.org/id/term/slv/fraktura>,
        <http://lexvo.org/id/term/spa/latino%20fraktur>,
        <http://lexvo.org/id/term/srp-Latn/Latinica%20(Fraktur%20varijanta)>,
        <http://lexvo.org/id/term/srp/%D0%BB%D0%B0%D1%82%D0%B8%D0%BD%D0%B8%D1%86%D0%B0%20(%D1%84%D1%80%D0%B0%D0%BA%D1%82%D1%83%D1%80%20%D0%B2%D0%B0%D1%80%D0%B8%D1%98%D0%B0%D0%BD%D1%82%D0%B0)>,
        <http://lexvo.org/id/term/swe/frakturlatin>,
        <http://lexvo.org/id/term/tam/%E0%AE%83%E0%AE%AA%E0%AF%8D%E0%AE%B0%E0%AE%95%E0%AF%8D%E0%AE%9F%E0%AF%82%E0%AE%B0%E0%AF%8D%20%E0%AE%B2%E0%AF%86%E0%AE%A4%E0%AF%8D%E0%AE%A4%E0%AE%BF%E0%AE%A9%E0%AF%8D>,
        <http://lexvo.org/id/term/tel/%E0%B0%AB%E0%B1%8D%E0%B0%B0%E0%B0%BE%E0%B0%95%E0%B1%8D%E0%B0%9F%E0%B1%82%E0%B0%B0%E0%B1%8D%20%E0%B0%B2%E0%B0%BE%E0%B0%9F%E0%B0%BF%E0%B0%A8%E0%B1%8D>,
        <http://lexvo.org/id/term/tha/%E0%B8%A5%E0%B8%B2%E0%B8%95%E0%B8%B4%E0%B8%99%20-%20%E0%B8%9F%E0%B8%A3%E0%B8%B1%E0%B8%87%E0%B9%80%E0%B8%95%E0%B8%AD%E0%B8%A3%E0%B9%8C>,
        <http://lexvo.org/id/term/tur/Fraktur%20Latin>,
        <http://lexvo.org/id/term/ukr/%D0%9B%D0%B0%D1%82%D0%B8%D0%BD%D1%81%D1%8C%D0%BA%D0%B8%D0%B9%20%D1%84%D1%80%D0%B0%D0%BA%D1%82%D1%83%D1%80%D0%BD%D0%B8%D0%B9>,
        <http://lexvo.org/id/term/vie/Ch%E1%BB%AF%20La-tinh%20Fraktur> .

<http://lexvo.org/id/script/Latg> a lvont:Script ;
    rdfs:label "اللاتينية - متغير غيلى"@ar,
        "gael latını"@az,
        "Галска латинска"@bg,
        "গ্যালিক ল্যাটিন"@bn,
        "latin gouezelek"@br,
        "गैलीक लैटिन"@brx,
        "galska latinica"@bs,
        "галска латиница"@bs-Cyrl,
        "llatí gaèlic"@ca,
        "拉丁文（盖尔文变体）"@cmn,
        "拉丁文（蓋爾語變體）"@cmn-Hant,
        "latinka - galská"@cs,
        "latinsk - gælisk variant"@da,
        "Lateinisch - Gälische Variante"@de,
        "gaelia latin gbeŋɔŋlɔ"@ee,
        "Γαελικό Λατινικό"@el,
        "Gaelic Latin"@en,
        "Latin (Gaelic variant)"@en,
        "𐐘𐐩𐑊𐐮𐐿 𐐢𐐰𐐻𐐮𐑌"@en-Dsrt,
        "latino gaélico"@es,
        "ladina keldi kiri"@et,
        "لاتینی گیلی"@fa,
        "latinalainen gaelimuunnelma"@fi,
        "latin (variante gaélique)"@fr,
        "latin gaelic"@fur,
        "Cló Gaelach"@ga,
        "Gàidhealach Laideannach"@gd,
        "Latiinisch - Gäälischi Variante"@gsw,
        "ગૈલિક લેટિન"@gu,
        "לטיני גאלי"@he,
        "गैलिक लेटिन"@hi,
        "keltska latinica"@hr,
        "Gael latin"@hu,
        "Latin Gaelik"@id,
        "gaeliklatnéska"@is,
        "variante gaelica del latino"@it,
        "ラテン文字 [ゲール文字]"@ja,
        "ಗೇಲಿಕ್ ಲ್ಯಾಟಿನ್"@kn,
        "아일랜드식 로마자"@ko,
        "گیلِک لیٹَن"@ks,
        "ລາຕິນ-ແກລິກ"@lo,
        "gėlų lotynų"@lt,
        "ഗെയ്‌ലിക് ലാറ്റിൻ"@ml,
        "गाएलिक लेटिन"@mr,
        "gælisk latinsk"@nb,
        "ग्यालिक ल्याटिन"@ne,
        "Gaelisch Latijn"@nl,
        "latinsk (gælisk variant)"@nn,
        "ଗାଏଲିକ୍ ଲାଟିନ୍"@or,
        "łaciński - odmiana gaelicka"@pl,
        "latim gaélico"@pt,
        "latin (scrittira gaelica)"@rm,
        "latină gaelică"@ro,
        "Гэльская латинская"@ru,
        "gelski latinični"@sl,
        "галска латиница"@sr,
        "Galska latinica"@sr-Latn,
        "gaeliskt latin"@sv,
        "கேலிக் லெத்தின்"@ta,
        "గేలిక్ లాటిన్"@te,
        "ลาติน - แกลิก"@th,
        "Gael Latin"@tr,
        "Латинський гельський"@uk,
        "Chữ La-tinh Xcốt-len"@vi ;
    lvont:iso15924Alphacode "Latg"^^xsd:string ;
    lvont:label <http://lexvo.org/id/term/ara/%D8%A7%D9%84%D9%84%D8%A7%D8%AA%D9%8A%D9%86%D9%8A%D8%A9%20-%20%D9%85%D8%AA%D8%BA%D9%8A%D8%B1%20%D8%BA%D9%8A%D9%84%D9%89>,
        <http://lexvo.org/id/term/aze/gael%20lat%C4%B1n%C4%B1>,
        <http://lexvo.org/id/term/ben/%E0%A6%97%E0%A7%8D%E0%A6%AF%E0%A6%BE%E0%A6%B2%E0%A6%BF%E0%A6%95%20%E0%A6%B2%E0%A7%8D%E0%A6%AF%E0%A6%BE%E0%A6%9F%E0%A6%BF%E0%A6%A8>,
        <http://lexvo.org/id/term/bos-Cyrl/%D0%B3%D0%B0%D0%BB%D1%81%D0%BA%D0%B0%20%D0%BB%D0%B0%D1%82%D0%B8%D0%BD%D0%B8%D1%86%D0%B0>,
        <http://lexvo.org/id/term/bos/galska%20latinica>,
        <http://lexvo.org/id/term/bre/latin%20gouezelek>,
        <http://lexvo.org/id/term/brx/%E0%A4%97%E0%A5%88%E0%A4%B2%E0%A5%80%E0%A4%95%20%E0%A4%B2%E0%A5%88%E0%A4%9F%E0%A4%BF%E0%A4%A8>,
        <http://lexvo.org/id/term/bul/%D0%93%D0%B0%D0%BB%D1%81%D0%BA%D0%B0%20%D0%BB%D0%B0%D1%82%D0%B8%D0%BD%D1%81%D0%BA%D0%B0>,
        <http://lexvo.org/id/term/cat/llat%C3%AD%20ga%C3%A8lic>,
        <http://lexvo.org/id/term/ces/latinka%20-%20galsk%C3%A1>,
        <http://lexvo.org/id/term/cmn-Hant/%E6%8B%89%E4%B8%81%E6%96%87%EF%BC%88%E8%93%8B%E7%88%BE%E8%AA%9E%E8%AE%8A%E9%AB%94%EF%BC%89>,
        <http://lexvo.org/id/term/cmn/%E6%8B%89%E4%B8%81%E6%96%87%EF%BC%88%E7%9B%96%E5%B0%94%E6%96%87%E5%8F%98%E4%BD%93%EF%BC%89>,
        <http://lexvo.org/id/term/dan/latinsk%20-%20g%C3%A6lisk%20variant>,
        <http://lexvo.org/id/term/deu/Lateinisch%20-%20G%C3%A4lische%20Variante>,
        <http://lexvo.org/id/term/ell/%CE%93%CE%B1%CE%B5%CE%BB%CE%B9%CE%BA%CF%8C%20%CE%9B%CE%B1%CF%84%CE%B9%CE%BD%CE%B9%CE%BA%CF%8C>,
        <http://lexvo.org/id/term/eng-Dsrt/%F0%90%90%98%F0%90%90%A9%F0%90%91%8A%F0%90%90%AE%F0%90%90%BF%20%F0%90%90%A2%F0%90%90%B0%F0%90%90%BB%F0%90%90%AE%F0%90%91%8C>,
        <http://lexvo.org/id/term/eng/Gaelic%20Latin>,
        <http://lexvo.org/id/term/eng/Latin%20(Gaelic%20variant)>,
        <http://lexvo.org/id/term/est/ladina%20keldi%20kiri>,
        <http://lexvo.org/id/term/ewe/gaelia%20latin%20gbe%C5%8B%C9%94%C5%8Bl%C9%94>,
        <http://lexvo.org/id/term/fas/%D9%84%D8%A7%D8%AA%DB%8C%D9%86%DB%8C%20%DA%AF%DB%8C%D9%84%DB%8C>,
        <http://lexvo.org/id/term/fin/latinalainen%20gaelimuunnelma>,
        <http://lexvo.org/id/term/fra/latin%20(variante%20ga%C3%A9lique)>,
        <http://lexvo.org/id/term/fur/latin%20gaelic>,
        <http://lexvo.org/id/term/gla/G%C3%A0idhealach%20Laideannach>,
        <http://lexvo.org/id/term/gle/Cl%C3%B3%20Gaelach>,
        <http://lexvo.org/id/term/gsw/Latiinisch%20-%20G%C3%A4%C3%A4lischi%20Variante>,
        <http://lexvo.org/id/term/guj/%E0%AA%97%E0%AB%88%E0%AA%B2%E0%AA%BF%E0%AA%95%20%E0%AA%B2%E0%AB%87%E0%AA%9F%E0%AA%BF%E0%AA%A8>,
        <http://lexvo.org/id/term/heb/%D7%9C%D7%98%D7%99%D7%A0%D7%99%20%D7%92%D7%90%D7%9C%D7%99>,
        <http://lexvo.org/id/term/hin/%E0%A4%97%E0%A5%88%E0%A4%B2%E0%A4%BF%E0%A4%95%20%E0%A4%B2%E0%A5%87%E0%A4%9F%E0%A4%BF%E0%A4%A8>,
        <http://lexvo.org/id/term/hrv/keltska%20latinica>,
        <http://lexvo.org/id/term/hun/Gael%20latin>,
        <http://lexvo.org/id/term/ind/Latin%20Gaelik>,
        <http://lexvo.org/id/term/isl/gaeliklatn%C3%A9ska>,
        <http://lexvo.org/id/term/ita/variante%20gaelica%20del%20latino>,
        <http://lexvo.org/id/term/jpn/%E3%83%A9%E3%83%86%E3%83%B3%E6%96%87%E5%AD%97%20%5B%E3%82%B2%E3%83%BC%E3%83%AB%E6%96%87%E5%AD%97%5D>,
        <http://lexvo.org/id/term/kan/%E0%B2%97%E0%B3%87%E0%B2%B2%E0%B2%BF%E0%B2%95%E0%B3%8D%20%E0%B2%B2%E0%B3%8D%E0%B2%AF%E0%B2%BE%E0%B2%9F%E0%B2%BF%E0%B2%A8%E0%B3%8D>,
        <http://lexvo.org/id/term/kas/%DA%AF%DB%8C%D9%84%D9%90%DA%A9%20%D9%84%DB%8C%D9%B9%D9%8E%D9%86>,
        <http://lexvo.org/id/term/kor/%EC%95%84%EC%9D%BC%EB%9E%9C%EB%93%9C%EC%8B%9D%20%EB%A1%9C%EB%A7%88%EC%9E%90>,
        <http://lexvo.org/id/term/lao/%E0%BA%A5%E0%BA%B2%E0%BA%95%E0%BA%B4%E0%BA%99-%E0%BB%81%E0%BA%81%E0%BA%A5%E0%BA%B4%E0%BA%81>,
        <http://lexvo.org/id/term/lit/g%C4%97l%C5%B3%20lotyn%C5%B3>,
        <http://lexvo.org/id/term/mal/%E0%B4%97%E0%B5%86%E0%B4%AF%E0%B5%8D%E2%80%8C%E0%B4%B2%E0%B4%BF%E0%B4%95%E0%B5%8D%20%E0%B4%B2%E0%B4%BE%E0%B4%B1%E0%B5%8D%E0%B4%B1%E0%B4%BF%E0%B5%BB>,
        <http://lexvo.org/id/term/mar/%E0%A4%97%E0%A4%BE%E0%A4%8F%E0%A4%B2%E0%A4%BF%E0%A4%95%20%E0%A4%B2%E0%A5%87%E0%A4%9F%E0%A4%BF%E0%A4%A8>,
        <http://lexvo.org/id/term/nep/%E0%A4%97%E0%A5%8D%E0%A4%AF%E0%A4%BE%E0%A4%B2%E0%A4%BF%E0%A4%95%20%E0%A4%B2%E0%A5%8D%E0%A4%AF%E0%A4%BE%E0%A4%9F%E0%A4%BF%E0%A4%A8>,
        <http://lexvo.org/id/term/nld/Gaelisch%20Latijn>,
        <http://lexvo.org/id/term/nno/latinsk%20(g%C3%A6lisk%20variant)>,
        <http://lexvo.org/id/term/nob/g%C3%A6lisk%20latinsk>,
        <http://lexvo.org/id/term/ori/%E0%AC%97%E0%AC%BE%E0%AC%8F%E0%AC%B2%E0%AC%BF%E0%AC%95%E0%AD%8D%20%E0%AC%B2%E0%AC%BE%E0%AC%9F%E0%AC%BF%E0%AC%A8%E0%AD%8D>,
        <http://lexvo.org/id/term/pol/%C5%82aci%C5%84ski%20-%20odmiana%20gaelicka>,
        <http://lexvo.org/id/term/por/latim%20ga%C3%A9lico>,
        <http://lexvo.org/id/term/roh/latin%20(scrittira%20gaelica)>,
        <http://lexvo.org/id/term/ron/latin%C4%83%20gaelic%C4%83>,
        <http://lexvo.org/id/term/rus/%D0%93%D1%8D%D0%BB%D1%8C%D1%81%D0%BA%D0%B0%D1%8F%20%D0%BB%D0%B0%D1%82%D0%B8%D0%BD%D1%81%D0%BA%D0%B0%D1%8F>,
        <http://lexvo.org/id/term/slv/gelski%20latini%C4%8Dni>,
        <http://lexvo.org/id/term/spa/latino%20ga%C3%A9lico>,
        <http://lexvo.org/id/term/srp-Latn/Galska%20latinica>,
        <http://lexvo.org/id/term/srp/%D0%B3%D0%B0%D0%BB%D1%81%D0%BA%D0%B0%20%D0%BB%D0%B0%D1%82%D0%B8%D0%BD%D0%B8%D1%86%D0%B0>,
        <http://lexvo.org/id/term/swe/gaeliskt%20latin>,
        <http://lexvo.org/id/term/tam/%E0%AE%95%E0%AF%87%E0%AE%B2%E0%AE%BF%E0%AE%95%E0%AF%8D%20%E0%AE%B2%E0%AF%86%E0%AE%A4%E0%AF%8D%E0%AE%A4%E0%AE%BF%E0%AE%A9%E0%AF%8D>,
        <http://lexvo.org/id/term/tel/%E0%B0%97%E0%B1%87%E0%B0%B2%E0%B0%BF%E0%B0%95%E0%B1%8D%20%E0%B0%B2%E0%B0%BE%E0%B0%9F%E0%B0%BF%E0%B0%A8%E0%B1%8D>,
        <http://lexvo.org/id/term/tha/%E0%B8%A5%E0%B8%B2%E0%B8%95%E0%B8%B4%E0%B8%99%20-%20%E0%B9%81%E0%B8%81%E0%B8%A5%E0%B8%B4%E0%B8%81>,
        <http://lexvo.org/id/term/tur/Gael%20Latin>,
        <http://lexvo.org/id/term/ukr/%D0%9B%D0%B0%D1%82%D0%B8%D0%BD%D1%81%D1%8C%D0%BA%D0%B8%D0%B9%20%D0%B3%D0%B5%D0%BB%D1%8C%D1%81%D1%8C%D0%BA%D0%B8%D0%B9>,
        <http://lexvo.org/id/term/vie/Ch%E1%BB%AF%20La-tinh%20Xc%E1%BB%91t-len> .

<http://lexvo.org/id/script/Latn> a lvont:Script ;
    rdfs:label "Latin"@aa,
        "Latyn"@af,
        "ላቲን"@am,
        "اللاتينية"@ar,
        "llatín"@ast,
        "latın"@az,
        "лацінскі"@be,
        "Латинска"@bg,
        "ল্যাটিন"@bn,
        "ལ་ཏིན་སྐད་ཡིག་།"@bo,
        "latin"@br,
        "लैटिन"@brx,
        "latinica"@bs,
        "Латиница"@bs-Cyrl,
        "ላቲን"@byn,
        "llatí"@ca,
        "ᎳᏗᎾ"@chr,
        "拉丁文"@cmn,
        "拉丁文"@cmn-Hant,
        "latinka"@cs,
        "Lladin"@cy,
        "latinsk"@da,
        "Lateinisch"@de,
        "ལེ་ཊིན་ཡིག་གུ"@dz,
        "latingbeŋɔŋlɔ"@ee,
        "Λατινικό"@el,
        "Latin"@en,
        "𐐢𐐰𐐻𐐮𐑌"@en-Dsrt,
        "latín"@es,
        "ladina"@et,
        "Latina"@eu,
        "لاتینی"@fa,
        "latinalainen"@fi,
        "Latin"@fil,
        "latinske"@fo,
        "latin"@fr,
        "latin"@fur,
        "Laidineach"@ga,
        "Laideannach"@gd,
        "Latino"@gl,
        "Latiinisch"@gsw,
        "લેટિન"@gu,
        "לטיני"@he,
        "लाटिन"@hi,
        "latinica"@hr,
        "Latin"@hu,
        "Latin"@id,
        "ꇁꄀꁱꂷ"@ii,
        "latnesk"@is,
        "latino"@it,
        "ラテン文字"@ja,
        "mík -ŋwa’nɛ yi ɛ́ líŋɛ́nɛ Latɛ̂ŋ"@jgo,
        "ლათინური"@ka,
        "latinu"@kea,
        "латын жазылуы"@kk,
        "latin allakkat"@kl,
        "ឡាតាំង"@km,
        "ಲ್ಯಾಟಿನ್"@kn,
        "로마자"@ko,
        "لیٹِن"@ks,
        "lateinesche Schreff"@ksh,
        "ຕາຕີນ"@lo,
        "lotynų"@lt,
        "latīņu"@lv,
        "ngam ŋwaʼri"@mgo,
        "латинично писмо"@mk,
        "ലാറ്റിൻ"@ml,
        "लॅटिन"@mr,
        "Latin"@mt,
        "လက်တင်"@my,
        "latinsk"@nb,
        "ल्याटिन"@ne,
        "Latijn"@nl,
        "latinsk"@nn,
        "Latin"@om,
        "ଲାଟିନ୍"@or,
        "Латинаг"@os,
        "łacińskie"@pl,
        "latim"@pt,
        "latin"@rm,
        "latină"@ro,
        "Латиница"@ru,
        "Латыынныы"@sah,
        "láhtenaš"@se,
        "ලතින්"@si,
        "latinka"@sk,
        "latinica"@sl,
        "Laatiin"@so,
        "Latine"@sq,
        "Латиница"@sr,
        "Latinica"@sr-Latn,
        "Latin"@ssy,
        "latinska"@sv,
        "Kilatini"@swh,
        "லத்தின்"@ta,
        "లాటిన్"@te,
        "ละติน"@th,
        "ላቲን"@ti,
        "ላቲን"@tig,
        "tohinima fakalatina"@to,
        "Latin"@tr,
        "Латинський"@uk,
        "لاطینی"@ur,
        "Лотин"@uzn,
        "Lotin"@uzn-Latn,
        "Chữ La tinh"@vi,
        "Latiniš"@wae,
        "ላቲን"@wal,
        "Latin"@zsm,
        "isi-Latin"@zu ;
    lvont:iso15924Alphacode "Latn"^^xsd:string ;
    lvont:label <http://lexvo.org/id/term/aar/Latin>,
        <http://lexvo.org/id/term/afr/Latyn>,
        <http://lexvo.org/id/term/amh/%E1%88%8B%E1%89%B2%E1%8A%95>,
        <http://lexvo.org/id/term/ara/%D8%A7%D9%84%D9%84%D8%A7%D8%AA%D9%8A%D9%86%D9%8A%D8%A9>,
        <http://lexvo.org/id/term/ast/llat%C3%ADn>,
        <http://lexvo.org/id/term/aze/lat%C4%B1n>,
        <http://lexvo.org/id/term/bel/%D0%BB%D0%B0%D1%86%D1%96%D0%BD%D1%81%D0%BA%D1%96>,
        <http://lexvo.org/id/term/ben/%E0%A6%B2%E0%A7%8D%E0%A6%AF%E0%A6%BE%E0%A6%9F%E0%A6%BF%E0%A6%A8>,
        <http://lexvo.org/id/term/bod/%E0%BD%A3%E0%BC%8B%E0%BD%8F%E0%BD%B2%E0%BD%93%E0%BC%8B%E0%BD%A6%E0%BE%90%E0%BD%91%E0%BC%8B%E0%BD%A1%E0%BD%B2%E0%BD%82%E0%BC%8B%E0%BC%8D>,
        <http://lexvo.org/id/term/bos-Cyrl/%D0%9B%D0%B0%D1%82%D0%B8%D0%BD%D0%B8%D1%86%D0%B0>,
        <http://lexvo.org/id/term/bos/latinica>,
        <http://lexvo.org/id/term/bre/latin>,
        <http://lexvo.org/id/term/brx/%E0%A4%B2%E0%A5%88%E0%A4%9F%E0%A4%BF%E0%A4%A8>,
        <http://lexvo.org/id/term/bul/%D0%9B%D0%B0%D1%82%D0%B8%D0%BD%D1%81%D0%BA%D0%B0>,
        <http://lexvo.org/id/term/byn/%E1%88%8B%E1%89%B2%E1%8A%95>,
        <http://lexvo.org/id/term/cat/llat%C3%AD>,
        <http://lexvo.org/id/term/ces/latinka>,
        <http://lexvo.org/id/term/chr/%E1%8E%B3%E1%8F%97%E1%8E%BE>,
        <http://lexvo.org/id/term/cmn-Hant/%E6%8B%89%E4%B8%81%E6%96%87>,
        <http://lexvo.org/id/term/cmn/%E6%8B%89%E4%B8%81%E6%96%87>,
        <http://lexvo.org/id/term/cym/Lladin>,
        <http://lexvo.org/id/term/dan/latinsk>,
        <http://lexvo.org/id/term/deu/Lateinisch>,
        <http://lexvo.org/id/term/dzo/%E0%BD%A3%E0%BD%BA%E0%BC%8B%E0%BD%8A%E0%BD%B2%E0%BD%93%E0%BC%8B%E0%BD%A1%E0%BD%B2%E0%BD%82%E0%BC%8B%E0%BD%82%E0%BD%B4>,
        <http://lexvo.org/id/term/ell/%CE%9B%CE%B1%CF%84%CE%B9%CE%BD%CE%B9%CE%BA%CF%8C>,
        <http://lexvo.org/id/term/eng-Dsrt/%F0%90%90%A2%F0%90%90%B0%F0%90%90%BB%F0%90%90%AE%F0%90%91%8C>,
        <http://lexvo.org/id/term/eng/Latin>,
        <http://lexvo.org/id/term/est/ladina>,
        <http://lexvo.org/id/term/eus/Latina>,
        <http://lexvo.org/id/term/ewe/latingbe%C5%8B%C9%94%C5%8Bl%C9%94>,
        <http://lexvo.org/id/term/fao/latinske>,
        <http://lexvo.org/id/term/fas/%D9%84%D8%A7%D8%AA%DB%8C%D9%86%DB%8C>,
        <http://lexvo.org/id/term/fil/Latin>,
        <http://lexvo.org/id/term/fin/latinalainen>,
        <http://lexvo.org/id/term/fra/latin>,
        <http://lexvo.org/id/term/fur/latin>,
        <http://lexvo.org/id/term/gla/Laideannach>,
        <http://lexvo.org/id/term/gle/Laidineach>,
        <http://lexvo.org/id/term/glg/Latino>,
        <http://lexvo.org/id/term/gsw/Latiinisch>,
        <http://lexvo.org/id/term/guj/%E0%AA%B2%E0%AB%87%E0%AA%9F%E0%AA%BF%E0%AA%A8>,
        <http://lexvo.org/id/term/heb/%D7%9C%D7%98%D7%99%D7%A0%D7%99>,
        <http://lexvo.org/id/term/hin/%E0%A4%B2%E0%A4%BE%E0%A4%9F%E0%A4%BF%E0%A4%A8>,
        <http://lexvo.org/id/term/hrv/latinica>,
        <http://lexvo.org/id/term/hun/Latin>,
        <http://lexvo.org/id/term/iii/%EA%87%81%EA%84%80%EA%81%B1%EA%82%B7>,
        <http://lexvo.org/id/term/ind/Latin>,
        <http://lexvo.org/id/term/isl/latnesk>,
        <http://lexvo.org/id/term/ita/latino>,
        <http://lexvo.org/id/term/jgo/m%C3%ADk%20-%C5%8Bwa%E2%80%99n%C9%9B%20yi%20%C9%9B%CC%81%20l%C3%AD%C5%8B%C9%9B%CC%81n%C9%9B%20Lat%C9%9B%CC%82%C5%8B>,
        <http://lexvo.org/id/term/jpn/%E3%83%A9%E3%83%86%E3%83%B3%E6%96%87%E5%AD%97>,
        <http://lexvo.org/id/term/kal/latin%20allakkat>,
        <http://lexvo.org/id/term/kan/%E0%B2%B2%E0%B3%8D%E0%B2%AF%E0%B2%BE%E0%B2%9F%E0%B2%BF%E0%B2%A8%E0%B3%8D>,
        <http://lexvo.org/id/term/kas/%D9%84%DB%8C%D9%B9%D9%90%D9%86>,
        <http://lexvo.org/id/term/kat/%E1%83%9A%E1%83%90%E1%83%97%E1%83%98%E1%83%9C%E1%83%A3%E1%83%A0%E1%83%98>,
        <http://lexvo.org/id/term/kaz/%D0%BB%D0%B0%D1%82%D1%8B%D0%BD%20%D0%B6%D0%B0%D0%B7%D1%8B%D0%BB%D1%83%D1%8B>,
        <http://lexvo.org/id/term/kea/latinu>,
        <http://lexvo.org/id/term/khm/%E1%9E%A1%E1%9E%B6%E1%9E%8F%E1%9E%B6%E1%9F%86%E1%9E%84>,
        <http://lexvo.org/id/term/kor/%EB%A1%9C%EB%A7%88%EC%9E%90>,
        <http://lexvo.org/id/term/ksh/lateinesche%20Schreff>,
        <http://lexvo.org/id/term/lao/%E0%BA%95%E0%BA%B2%E0%BA%95%E0%BA%B5%E0%BA%99>,
        <http://lexvo.org/id/term/lav/lat%C4%AB%C5%86u>,
        <http://lexvo.org/id/term/lit/lotyn%C5%B3>,
        <http://lexvo.org/id/term/mal/%E0%B4%B2%E0%B4%BE%E0%B4%B1%E0%B5%8D%E0%B4%B1%E0%B4%BF%E0%B5%BB>,
        <http://lexvo.org/id/term/mar/%E0%A4%B2%E0%A5%85%E0%A4%9F%E0%A4%BF%E0%A4%A8>,
        <http://lexvo.org/id/term/mgo/ngam%20%C5%8Bwa%CA%BCri>,
        <http://lexvo.org/id/term/mkd/%D0%BB%D0%B0%D1%82%D0%B8%D0%BD%D0%B8%D1%87%D0%BD%D0%BE%20%D0%BF%D0%B8%D1%81%D0%BC%D0%BE>,
        <http://lexvo.org/id/term/mlt/Latin>,
        <http://lexvo.org/id/term/mya/%E1%80%9C%E1%80%80%E1%80%BA%E1%80%90%E1%80%84%E1%80%BA>,
        <http://lexvo.org/id/term/nep/%E0%A4%B2%E0%A5%8D%E0%A4%AF%E0%A4%BE%E0%A4%9F%E0%A4%BF%E0%A4%A8>,
        <http://lexvo.org/id/term/nld/Latijn>,
        <http://lexvo.org/id/term/nno/latinsk>,
        <http://lexvo.org/id/term/nob/latinsk>,
        <http://lexvo.org/id/term/ori/%E0%AC%B2%E0%AC%BE%E0%AC%9F%E0%AC%BF%E0%AC%A8%E0%AD%8D>,
        <http://lexvo.org/id/term/orm/Latin>,
        <http://lexvo.org/id/term/oss/%D0%9B%D0%B0%D1%82%D0%B8%D0%BD%D0%B0%D0%B3>,
        <http://lexvo.org/id/term/pol/%C5%82aci%C5%84skie>,
        <http://lexvo.org/id/term/por/latim>,
        <http://lexvo.org/id/term/roh/latin>,
        <http://lexvo.org/id/term/ron/latin%C4%83>,
        <http://lexvo.org/id/term/rus/%D0%9B%D0%B0%D1%82%D0%B8%D0%BD%D0%B8%D1%86%D0%B0>,
        <http://lexvo.org/id/term/sah/%D0%9B%D0%B0%D1%82%D1%8B%D1%8B%D0%BD%D0%BD%D1%8B%D1%8B>,
        <http://lexvo.org/id/term/sin/%E0%B6%BD%E0%B6%AD%E0%B7%92%E0%B6%B1%E0%B7%8A>,
        <http://lexvo.org/id/term/slk/latinka>,
        <http://lexvo.org/id/term/slv/latinica>,
        <http://lexvo.org/id/term/sme/l%C3%A1htena%C5%A1>,
        <http://lexvo.org/id/term/som/Laatiin>,
        <http://lexvo.org/id/term/spa/lat%C3%ADn>,
        <http://lexvo.org/id/term/sqi/Latine>,
        <http://lexvo.org/id/term/srp-Latn/Latinica>,
        <http://lexvo.org/id/term/srp/%D0%9B%D0%B0%D1%82%D0%B8%D0%BD%D0%B8%D1%86%D0%B0>,
        <http://lexvo.org/id/term/ssy/Latin>,
        <http://lexvo.org/id/term/swe/latinska>,
        <http://lexvo.org/id/term/swh/Kilatini>,
        <http://lexvo.org/id/term/tam/%E0%AE%B2%E0%AE%A4%E0%AF%8D%E0%AE%A4%E0%AE%BF%E0%AE%A9%E0%AF%8D>,
        <http://lexvo.org/id/term/tel/%E0%B0%B2%E0%B0%BE%E0%B0%9F%E0%B0%BF%E0%B0%A8%E0%B1%8D>,
        <http://lexvo.org/id/term/tha/%E0%B8%A5%E0%B8%B0%E0%B8%95%E0%B8%B4%E0%B8%99>,
        <http://lexvo.org/id/term/tig/%E1%88%8B%E1%89%B2%E1%8A%95>,
        <http://lexvo.org/id/term/tir/%E1%88%8B%E1%89%B2%E1%8A%95>,
        <http://lexvo.org/id/term/ton/tohinima%20fakalatina>,
        <http://lexvo.org/id/term/tur/Latin>,
        <http://lexvo.org/id/term/ukr/%D0%9B%D0%B0%D1%82%D0%B8%D0%BD%D1%81%D1%8C%D0%BA%D0%B8%D0%B9>,
        <http://lexvo.org/id/term/urd/%D9%84%D8%A7%D8%B7%DB%8C%D9%86%DB%8C>,
        <http://lexvo.org/id/term/uzn-Latn/Lotin>,
        <http://lexvo.org/id/term/uzn/%D0%9B%D0%BE%D1%82%D0%B8%D0%BD>,
        <http://lexvo.org/id/term/vie/Ch%E1%BB%AF%20La%20tinh>,
        <http://lexvo.org/id/term/wae/Latini%C5%A1>,
        <http://lexvo.org/id/term/wal/%E1%88%8B%E1%89%B2%E1%8A%95>,
        <http://lexvo.org/id/term/zsm/Latin>,
        <http://lexvo.org/id/term/zul/isi-Latin> .

<http://lexvo.org/id/script/Lepc> a lvont:Script ;
    rdfs:label "الليبتشا - رونج"@ar,
        "lepçə"@az,
        "Лепча"@bg,
        "লেপ্চা"@bn,
        "लेपचा"@brx,
        "lepča pismo"@bs,
        "лепча писмо"@bs-Cyrl,
        "lepcha"@ca,
        "雷布查文"@cmn,
        "雷布查文"@cmn-Hant,
        "lepčské"@cs,
        "lepcha"@da,
        "Lepcha"@de,
        "leptsa gbeŋɔŋlɔ"@ee,
        "Λέπτσα"@el,
        "Lepcha"@en,
        "Lepcha (Róng)"@en,
        "𐐢𐐯𐐹𐐽𐐲"@en-Dsrt,
        "lepcha"@es,
        "leptša"@et,
        "lepchalainen"@fi,
        "lepcha"@fr,
        "lepcha (róng)"@fr,
        "Lepcha"@gsw,
        "લેપચા"@gu,
        "लेपचा"@hi,
        "lepcha pismo"@hr,
        "Lepcha"@hu,
        "Lepcha"@id,
        "lepcha"@is,
        "lepcha"@it,
        "レプチャ文字"@ja,
        "ಲೆಪ್ಚಾ"@kn,
        "렙차 문자"@ko,
        "لیٚپکا"@ks,
        "ເລຊາ"@lo,
        "lepča"@lt,
        "ലെപ്ച"@ml,
        "लेपचा"@mr,
        "lepcha"@nb,
        "लेप्चा"@ne,
        "Lepcha"@nl,
        "lepcha"@nn,
        "ଲେପଚା"@or,
        "lepcha"@pl,
        "lepcha"@pt,
        "lepcha"@rm,
        "Лепха"@ru,
        "lepški"@sl,
        "лепча писмо"@sr,
        "lepča pismo"@sr-Latn,
        "rong"@sv,
        "லெப்சா"@ta,
        "లేప్చా"@te,
        "เลปชา"@th,
        "Lepcha"@tr,
        "Лепча"@uk,
        "Chữ Lepcha"@vi ;
    lvont:iso15924Alphacode "Lepc"^^xsd:string ;
    lvont:label <http://lexvo.org/id/term/ara/%D8%A7%D9%84%D9%84%D9%8A%D8%A8%D8%AA%D8%B4%D8%A7%20-%20%D8%B1%D9%88%D9%86%D8%AC>,
        <http://lexvo.org/id/term/aze/lep%C3%A7%C9%99>,
        <http://lexvo.org/id/term/ben/%E0%A6%B2%E0%A7%87%E0%A6%AA%E0%A7%8D%E0%A6%9A%E0%A6%BE>,
        <http://lexvo.org/id/term/bos-Cyrl/%D0%BB%D0%B5%D0%BF%D1%87%D0%B0%20%D0%BF%D0%B8%D1%81%D0%BC%D0%BE>,
        <http://lexvo.org/id/term/bos/lep%C4%8Da%20pismo>,
        <http://lexvo.org/id/term/brx/%E0%A4%B2%E0%A5%87%E0%A4%AA%E0%A4%9A%E0%A4%BE>,
        <http://lexvo.org/id/term/bul/%D0%9B%D0%B5%D0%BF%D1%87%D0%B0>,
        <http://lexvo.org/id/term/cat/lepcha>,
        <http://lexvo.org/id/term/ces/lep%C4%8Dsk%C3%A9>,
        <http://lexvo.org/id/term/cmn-Hant/%E9%9B%B7%E5%B8%83%E6%9F%A5%E6%96%87>,
        <http://lexvo.org/id/term/cmn/%E9%9B%B7%E5%B8%83%E6%9F%A5%E6%96%87>,
        <http://lexvo.org/id/term/dan/lepcha>,
        <http://lexvo.org/id/term/deu/Lepcha>,
        <http://lexvo.org/id/term/ell/%CE%9B%CE%AD%CF%80%CF%84%CF%83%CE%B1>,
        <http://lexvo.org/id/term/eng-Dsrt/%F0%90%90%A2%F0%90%90%AF%F0%90%90%B9%F0%90%90%BD%F0%90%90%B2>,
        <http://lexvo.org/id/term/eng/Lepcha>,
        <http://lexvo.org/id/term/eng/Lepcha%20(R%C3%B3ng)>,
        <http://lexvo.org/id/term/est/lept%C5%A1a>,
        <http://lexvo.org/id/term/ewe/leptsa%20gbe%C5%8B%C9%94%C5%8Bl%C9%94>,
        <http://lexvo.org/id/term/fin/lepchalainen>,
        <http://lexvo.org/id/term/fra/lepcha>,
        <http://lexvo.org/id/term/fra/lepcha%20(r%C3%B3ng)>,
        <http://lexvo.org/id/term/gsw/Lepcha>,
        <http://lexvo.org/id/term/guj/%E0%AA%B2%E0%AB%87%E0%AA%AA%E0%AA%9A%E0%AA%BE>,
        <http://lexvo.org/id/term/hin/%E0%A4%B2%E0%A5%87%E0%A4%AA%E0%A4%9A%E0%A4%BE>,
        <http://lexvo.org/id/term/hrv/lepcha%20pismo>,
        <http://lexvo.org/id/term/hun/Lepcha>,
        <http://lexvo.org/id/term/ind/Lepcha>,
        <http://lexvo.org/id/term/isl/lepcha>,
        <http://lexvo.org/id/term/ita/lepcha>,
        <http://lexvo.org/id/term/jpn/%E3%83%AC%E3%83%97%E3%83%81%E3%83%A3%E6%96%87%E5%AD%97>,
        <http://lexvo.org/id/term/kan/%E0%B2%B2%E0%B3%86%E0%B2%AA%E0%B3%8D%E0%B2%9A%E0%B2%BE>,
        <http://lexvo.org/id/term/kas/%D9%84%DB%8C%D9%9A%D9%BE%DA%A9%D8%A7>,
        <http://lexvo.org/id/term/kor/%EB%A0%99%EC%B0%A8%20%EB%AC%B8%EC%9E%90>,
        <http://lexvo.org/id/term/lao/%E0%BB%80%E0%BA%A5%E0%BA%8A%E0%BA%B2>,
        <http://lexvo.org/id/term/lit/lep%C4%8Da>,
        <http://lexvo.org/id/term/mal/%E0%B4%B2%E0%B5%86%E0%B4%AA%E0%B5%8D%E0%B4%9A>,
        <http://lexvo.org/id/term/mar/%E0%A4%B2%E0%A5%87%E0%A4%AA%E0%A4%9A%E0%A4%BE>,
        <http://lexvo.org/id/term/nep/%E0%A4%B2%E0%A5%87%E0%A4%AA%E0%A5%8D%E0%A4%9A%E0%A4%BE>,
        <http://lexvo.org/id/term/nld/Lepcha>,
        <http://lexvo.org/id/term/nno/lepcha>,
        <http://lexvo.org/id/term/nob/lepcha>,
        <http://lexvo.org/id/term/ori/%E0%AC%B2%E0%AD%87%E0%AC%AA%E0%AC%9A%E0%AC%BE>,
        <http://lexvo.org/id/term/pol/lepcha>,
        <http://lexvo.org/id/term/por/lepcha>,
        <http://lexvo.org/id/term/roh/lepcha>,
        <http://lexvo.org/id/term/rus/%D0%9B%D0%B5%D0%BF%D1%85%D0%B0>,
        <http://lexvo.org/id/term/slv/lep%C5%A1ki>,
        <http://lexvo.org/id/term/spa/lepcha>,
        <http://lexvo.org/id/term/srp-Latn/lep%C4%8Da%20pismo>,
        <http://lexvo.org/id/term/srp/%D0%BB%D0%B5%D0%BF%D1%87%D0%B0%20%D0%BF%D0%B8%D1%81%D0%BC%D0%BE>,
        <http://lexvo.org/id/term/swe/rong>,
        <http://lexvo.org/id/term/tam/%E0%AE%B2%E0%AF%86%E0%AE%AA%E0%AF%8D%E0%AE%9A%E0%AE%BE>,
        <http://lexvo.org/id/term/tel/%E0%B0%B2%E0%B1%87%E0%B0%AA%E0%B1%8D%E0%B0%9A%E0%B0%BE>,
        <http://lexvo.org/id/term/tha/%E0%B9%80%E0%B8%A5%E0%B8%9B%E0%B8%8A%E0%B8%B2>,
        <http://lexvo.org/id/term/tur/Lepcha>,
        <http://lexvo.org/id/term/ukr/%D0%9B%D0%B5%D0%BF%D1%87%D0%B0>,
        <http://lexvo.org/id/term/vie/Ch%E1%BB%AF%20Lepcha> .

<http://lexvo.org/id/script/Limb> a lvont:Script ;
    rdfs:label "ሊምቡ"@am,
        "الليمبو"@ar,
        "limbu"@az,
        "Лимбу"@bg,
        "লিম্বু"@bn,
        "लिम्बु"@brx,
        "limbu pismo"@bs,
        "лимбу писмо"@bs-Cyrl,
        "limbu"@ca,
        "林布文"@cmn,
        "林佈文"@cmn-Hant,
        "limbu"@da,
        "Limbu"@de,
        "ལིམ་བུ"@dz,
        "limbu gbeŋɔŋlɔ"@ee,
        "Λιμπού"@el,
        "Limbu"@en,
        "𐐢𐐮𐑋𐐺𐐭"@en-Dsrt,
        "limbu"@es,
        "limbu"@et,
        "لیمبایی"@fa,
        "limbulainen"@fi,
        "limbou"@fr,
        "Limbu"@gsw,
        "લિમ્બૂ"@gu,
        "लिम्बू"@hi,
        "limbu pismo"@hr,
        "Limbu"@hu,
        "Limbu"@id,
        "limbu"@is,
        "limbu"@it,
        "リンブ文字"@ja,
        "ಲಿಂಬು"@kn,
        "림부 문자"@ko,
        "لِمبوٗ"@ks,
        "ລິມບູ"@lo,
        "limbu"@lt,
        "ലിംബു"@ml,
        "लिम्बू"@mr,
        "limbu"@nb,
        "लिम्बु"@ne,
        "Limbu"@nl,
        "lumbu"@nn,
        "ଲିମ୍ବୁ"@or,
        "limbu"@pl,
        "limbu"@pt,
        "limbu"@rm,
        "Лимбу"@ru,
        "limbuški"@sl,
        "лимбу писмо"@sr,
        "limbu pismo"@sr-Latn,
        "limbu"@sv,
        "லிம்பு"@ta,
        "లింబు"@te,
        "ลิมบู"@th,
        "Limbu"@tr,
        "Лімбу"@uk,
        "Chữ Limbu"@vi ;
    lvont:iso15924Alphacode "Limb"^^xsd:string ;
    lvont:label <http://lexvo.org/id/term/amh/%E1%88%8A%E1%88%9D%E1%89%A1>,
        <http://lexvo.org/id/term/ara/%D8%A7%D9%84%D9%84%D9%8A%D9%85%D8%A8%D9%88>,
        <http://lexvo.org/id/term/aze/limbu>,
        <http://lexvo.org/id/term/ben/%E0%A6%B2%E0%A6%BF%E0%A6%AE%E0%A7%8D%E0%A6%AC%E0%A7%81>,
        <http://lexvo.org/id/term/bos-Cyrl/%D0%BB%D0%B8%D0%BC%D0%B1%D1%83%20%D0%BF%D0%B8%D1%81%D0%BC%D0%BE>,
        <http://lexvo.org/id/term/bos/limbu%20pismo>,
        <http://lexvo.org/id/term/brx/%E0%A4%B2%E0%A4%BF%E0%A4%AE%E0%A5%8D%E0%A4%AC%E0%A5%81>,
        <http://lexvo.org/id/term/bul/%D0%9B%D0%B8%D0%BC%D0%B1%D1%83>,
        <http://lexvo.org/id/term/cat/limbu>,
        <http://lexvo.org/id/term/cmn-Hant/%E6%9E%97%E4%BD%88%E6%96%87>,
        <http://lexvo.org/id/term/cmn/%E6%9E%97%E5%B8%83%E6%96%87>,
        <http://lexvo.org/id/term/dan/limbu>,
        <http://lexvo.org/id/term/deu/Limbu>,
        <http://lexvo.org/id/term/dzo/%E0%BD%A3%E0%BD%B2%E0%BD%98%E0%BC%8B%E0%BD%96%E0%BD%B4>,
        <http://lexvo.org/id/term/ell/%CE%9B%CE%B9%CE%BC%CF%80%CE%BF%CF%8D>,
        <http://lexvo.org/id/term/eng-Dsrt/%F0%90%90%A2%F0%90%90%AE%F0%90%91%8B%F0%90%90%BA%F0%90%90%AD>,
        <http://lexvo.org/id/term/eng/Limbu>,
        <http://lexvo.org/id/term/est/limbu>,
        <http://lexvo.org/id/term/ewe/limbu%20gbe%C5%8B%C9%94%C5%8Bl%C9%94>,
        <http://lexvo.org/id/term/fas/%D9%84%DB%8C%D9%85%D8%A8%D8%A7%DB%8C%DB%8C>,
        <http://lexvo.org/id/term/fin/limbulainen>,
        <http://lexvo.org/id/term/fra/limbou>,
        <http://lexvo.org/id/term/gsw/Limbu>,
        <http://lexvo.org/id/term/guj/%E0%AA%B2%E0%AA%BF%E0%AA%AE%E0%AB%8D%E0%AA%AC%E0%AB%82>,
        <http://lexvo.org/id/term/hin/%E0%A4%B2%E0%A4%BF%E0%A4%AE%E0%A5%8D%E0%A4%AC%E0%A5%82>,
        <http://lexvo.org/id/term/hrv/limbu%20pismo>,
        <http://lexvo.org/id/term/hun/Limbu>,
        <http://lexvo.org/id/term/ind/Limbu>,
        <http://lexvo.org/id/term/isl/limbu>,
        <http://lexvo.org/id/term/ita/limbu>,
        <http://lexvo.org/id/term/jpn/%E3%83%AA%E3%83%B3%E3%83%96%E6%96%87%E5%AD%97>,
        <http://lexvo.org/id/term/kan/%E0%B2%B2%E0%B2%BF%E0%B2%82%E0%B2%AC%E0%B3%81>,
        <http://lexvo.org/id/term/kas/%D9%84%D9%90%D9%85%D8%A8%D9%88%D9%97>,
        <http://lexvo.org/id/term/kor/%EB%A6%BC%EB%B6%80%20%EB%AC%B8%EC%9E%90>,
        <http://lexvo.org/id/term/lao/%E0%BA%A5%E0%BA%B4%E0%BA%A1%E0%BA%9A%E0%BA%B9>,
        <http://lexvo.org/id/term/lit/limbu>,
        <http://lexvo.org/id/term/mal/%E0%B4%B2%E0%B4%BF%E0%B4%82%E0%B4%AC%E0%B5%81>,
        <http://lexvo.org/id/term/mar/%E0%A4%B2%E0%A4%BF%E0%A4%AE%E0%A5%8D%E0%A4%AC%E0%A5%82>,
        <http://lexvo.org/id/term/nep/%E0%A4%B2%E0%A4%BF%E0%A4%AE%E0%A5%8D%E0%A4%AC%E0%A5%81>,
        <http://lexvo.org/id/term/nld/Limbu>,
        <http://lexvo.org/id/term/nno/lumbu>,
        <http://lexvo.org/id/term/nob/limbu>,
        <http://lexvo.org/id/term/ori/%E0%AC%B2%E0%AC%BF%E0%AC%AE%E0%AD%8D%E0%AC%AC%E0%AD%81>,
        <http://lexvo.org/id/term/pol/limbu>,
        <http://lexvo.org/id/term/por/limbu>,
        <http://lexvo.org/id/term/roh/limbu>,
        <http://lexvo.org/id/term/rus/%D0%9B%D0%B8%D0%BC%D0%B1%D1%83>,
        <http://lexvo.org/id/term/slv/limbu%C5%A1ki>,
        <http://lexvo.org/id/term/spa/limbu>,
        <http://lexvo.org/id/term/srp-Latn/limbu%20pismo>,
        <http://lexvo.org/id/term/srp/%D0%BB%D0%B8%D0%BC%D0%B1%D1%83%20%D0%BF%D0%B8%D1%81%D0%BC%D0%BE>,
        <http://lexvo.org/id/term/swe/limbu>,
        <http://lexvo.org/id/term/tam/%E0%AE%B2%E0%AE%BF%E0%AE%AE%E0%AF%8D%E0%AE%AA%E0%AF%81>,
        <http://lexvo.org/id/term/tel/%E0%B0%B2%E0%B0%BF%E0%B0%82%E0%B0%AC%E0%B1%81>,
        <http://lexvo.org/id/term/tha/%E0%B8%A5%E0%B8%B4%E0%B8%A1%E0%B8%9A%E0%B8%B9>,
        <http://lexvo.org/id/term/tur/Limbu>,
        <http://lexvo.org/id/term/ukr/%D0%9B%D1%96%D0%BC%D0%B1%D1%83>,
        <http://lexvo.org/id/term/vie/Ch%E1%BB%AF%20Limbu> .

<http://lexvo.org/id/script/Lina> a lvont:Script ;
    rdfs:label "ሊኒያር ኤ"@am,
        "الخطية أ"@ar,
        "Линейна А"@bg,
        "লিনিয়ার এ"@bn,
        "लीनीयर ए"@brx,
        "linearno A pismo"@bs,
        "линеарно А писмо"@bs-Cyrl,
        "lineal A"@ca,
        "线形文字（A）"@cmn,
        "線性文字（A）"@cmn-Hant,
        "lineární A"@cs,
        "lineær A"@da,
        "Linear A"@de,
        "linia a gbeŋɔŋlɔ"@ee,
        "Γραμμικό Α"@el,
        "Linear A"@en,
        "𐐢𐐮𐑌𐐨𐐲𐑉 𐐁"@en-Dsrt,
        "lineal A"@es,
        "lineaar-A"@et,
        "خطی الف"@fa,
        "lineaari-A"@fi,
        "linéaire A"@fr,
        "lineâr A"@fur,
        "Linear A"@gsw,
        "લીનિયર અ"@gu,
        "लीनियर A"@hi,
        "linear A pismo"@hr,
        "Lineáris A"@hu,
        "Linear A"@id,
        "lineare A"@it,
        "線文字A"@ja,
        "წრფივი A"@ka,
        "ಲೀನಯರ್ ಎ"@kn,
        "선형 문자(A)"@ko,
        "لیٖنیَر اے"@ks,
        "ລີເນຍ"@lo,
        "linijiniai A"@lt,
        "lineārā A"@lv,
        "സമരേഖയിലുള്ള എ"@ml,
        "लीनियार अ"@mr,
        "lineær A"@nb,
        "Lineair A"@nl,
        "lineær A"@nn,
        "ଲିନିୟର୍"@or,
        "linearne A"@pl,
        "A linear"@pt,
        "linear A"@pt,
        "linear A"@rm,
        "lineară A"@ro,
        "Линейное письмо А"@ru,
        "lineárna A"@sk,
        "linearna pisava A"@sl,
        "линеарно А писмо"@sr,
        "linearno A pismo"@sr-Latn,
        "linjär A"@sv,
        "லினியர் ஏ"@ta,
        "లినియర్ ఎ"@te,
        "ลีเนียร์เอ"@th,
        "Lineer A"@tr,
        "Лінійний А"@uk,
        "Chữ Linear A"@vi ;
    lvont:iso15924Alphacode "Lina"^^xsd:string ;
    lvont:label <http://lexvo.org/id/term/amh/%E1%88%8A%E1%8A%92%E1%8B%AB%E1%88%AD%20%E1%8A%A4>,
        <http://lexvo.org/id/term/ara/%D8%A7%D9%84%D8%AE%D8%B7%D9%8A%D8%A9%20%D8%A3>,
        <http://lexvo.org/id/term/ben/%E0%A6%B2%E0%A6%BF%E0%A6%A8%E0%A6%BF%E0%A6%AF%E0%A6%BC%E0%A6%BE%E0%A6%B0%20%E0%A6%8F>,
        <http://lexvo.org/id/term/bos-Cyrl/%D0%BB%D0%B8%D0%BD%D0%B5%D0%B0%D1%80%D0%BD%D0%BE%20%D0%90%20%D0%BF%D0%B8%D1%81%D0%BC%D0%BE>,
        <http://lexvo.org/id/term/bos/linearno%20A%20pismo>,
        <http://lexvo.org/id/term/brx/%E0%A4%B2%E0%A5%80%E0%A4%A8%E0%A5%80%E0%A4%AF%E0%A4%B0%20%E0%A4%8F>,
        <http://lexvo.org/id/term/bul/%D0%9B%D0%B8%D0%BD%D0%B5%D0%B9%D0%BD%D0%B0%20%D0%90>,
        <http://lexvo.org/id/term/cat/lineal%20A>,
        <http://lexvo.org/id/term/ces/line%C3%A1rn%C3%AD%20A>,
        <http://lexvo.org/id/term/cmn-Hant/%E7%B7%9A%E6%80%A7%E6%96%87%E5%AD%97%EF%BC%88A%EF%BC%89>,
        <http://lexvo.org/id/term/cmn/%E7%BA%BF%E5%BD%A2%E6%96%87%E5%AD%97%EF%BC%88A%EF%BC%89>,
        <http://lexvo.org/id/term/dan/line%C3%A6r%20A>,
        <http://lexvo.org/id/term/deu/Linear%20A>,
        <http://lexvo.org/id/term/ell/%CE%93%CF%81%CE%B1%CE%BC%CE%BC%CE%B9%CE%BA%CF%8C%20%CE%91>,
        <http://lexvo.org/id/term/eng-Dsrt/%F0%90%90%A2%F0%90%90%AE%F0%90%91%8C%F0%90%90%A8%F0%90%90%B2%F0%90%91%89%20%F0%90%90%81>,
        <http://lexvo.org/id/term/eng/Linear%20A>,
        <http://lexvo.org/id/term/est/lineaar-A>,
        <http://lexvo.org/id/term/ewe/linia%20a%20gbe%C5%8B%C9%94%C5%8Bl%C9%94>,
        <http://lexvo.org/id/term/fas/%D8%AE%D8%B7%DB%8C%20%D8%A7%D9%84%D9%81>,
        <http://lexvo.org/id/term/fin/lineaari-A>,
        <http://lexvo.org/id/term/fra/lin%C3%A9aire%20A>,
        <http://lexvo.org/id/term/fur/line%C3%A2r%20A>,
        <http://lexvo.org/id/term/gsw/Linear%20A>,
        <http://lexvo.org/id/term/guj/%E0%AA%B2%E0%AB%80%E0%AA%A8%E0%AA%BF%E0%AA%AF%E0%AA%B0%20%E0%AA%85>,
        <http://lexvo.org/id/term/hin/%E0%A4%B2%E0%A5%80%E0%A4%A8%E0%A4%BF%E0%A4%AF%E0%A4%B0%20A>,
        <http://lexvo.org/id/term/hrv/linear%20A%20pismo>,
        <http://lexvo.org/id/term/hun/Line%C3%A1ris%20A>,
        <http://lexvo.org/id/term/ind/Linear%20A>,
        <http://lexvo.org/id/term/ita/lineare%20A>,
        <http://lexvo.org/id/term/jpn/%E7%B7%9A%E6%96%87%E5%AD%97A>,
        <http://lexvo.org/id/term/kan/%E0%B2%B2%E0%B3%80%E0%B2%A8%E0%B2%AF%E0%B2%B0%E0%B3%8D%20%E0%B2%8E>,
        <http://lexvo.org/id/term/kas/%D9%84%DB%8C%D9%96%D9%86%DB%8C%D9%8E%D8%B1%20%D8%A7%DB%92>,
        <http://lexvo.org/id/term/kat/%E1%83%AC%E1%83%A0%E1%83%A4%E1%83%98%E1%83%95%E1%83%98%20A>,
        <http://lexvo.org/id/term/kor/%EC%84%A0%ED%98%95%20%EB%AC%B8%EC%9E%90(A)>,
        <http://lexvo.org/id/term/lao/%E0%BA%A5%E0%BA%B5%E0%BB%80%E0%BA%99%E0%BA%8D>,
        <http://lexvo.org/id/term/lav/line%C4%81r%C4%81%20A>,
        <http://lexvo.org/id/term/lit/linijiniai%20A>,
        <http://lexvo.org/id/term/mal/%E0%B4%B8%E0%B4%AE%E0%B4%B0%E0%B5%87%E0%B4%96%E0%B4%AF%E0%B4%BF%E0%B4%B2%E0%B5%81%E0%B4%B3%E0%B5%8D%E0%B4%B3%20%E0%B4%8E>,
        <http://lexvo.org/id/term/mar/%E0%A4%B2%E0%A5%80%E0%A4%A8%E0%A4%BF%E0%A4%AF%E0%A4%BE%E0%A4%B0%20%E0%A4%85>,
        <http://lexvo.org/id/term/nld/Lineair%20A>,
        <http://lexvo.org/id/term/nno/line%C3%A6r%20A>,
        <http://lexvo.org/id/term/nob/line%C3%A6r%20A>,
        <http://lexvo.org/id/term/ori/%E0%AC%B2%E0%AC%BF%E0%AC%A8%E0%AC%BF%E0%AD%9F%E0%AC%B0%E0%AD%8D>,
        <http://lexvo.org/id/term/pol/linearne%20A>,
        <http://lexvo.org/id/term/por/A%20linear>,
        <http://lexvo.org/id/term/por/linear%20A>,
        <http://lexvo.org/id/term/roh/linear%20A>,
        <http://lexvo.org/id/term/ron/linear%C4%83%20A>,
        <http://lexvo.org/id/term/rus/%D0%9B%D0%B8%D0%BD%D0%B5%D0%B9%D0%BD%D0%BE%D0%B5%20%D0%BF%D0%B8%D1%81%D1%8C%D0%BC%D0%BE%20%D0%90>,
        <http://lexvo.org/id/term/slk/line%C3%A1rna%20A>,
        <http://lexvo.org/id/term/slv/linearna%20pisava%20A>,
        <http://lexvo.org/id/term/spa/lineal%20A>,
        <http://lexvo.org/id/term/srp-Latn/linearno%20A%20pismo>,
        <http://lexvo.org/id/term/srp/%D0%BB%D0%B8%D0%BD%D0%B5%D0%B0%D1%80%D0%BD%D0%BE%20%D0%90%20%D0%BF%D0%B8%D1%81%D0%BC%D0%BE>,
        <http://lexvo.org/id/term/swe/linj%C3%A4r%20A>,
        <http://lexvo.org/id/term/tam/%E0%AE%B2%E0%AE%BF%E0%AE%A9%E0%AE%BF%E0%AE%AF%E0%AE%B0%E0%AF%8D%20%E0%AE%8F>,
        <http://lexvo.org/id/term/tel/%E0%B0%B2%E0%B0%BF%E0%B0%A8%E0%B0%BF%E0%B0%AF%E0%B0%B0%E0%B1%8D%20%E0%B0%8E>,
        <http://lexvo.org/id/term/tha/%E0%B8%A5%E0%B8%B5%E0%B9%80%E0%B8%99%E0%B8%B5%E0%B8%A2%E0%B8%A3%E0%B9%8C%E0%B9%80%E0%B8%AD>,
        <http://lexvo.org/id/term/tur/Lineer%20A>,
        <http://lexvo.org/id/term/ukr/%D0%9B%D1%96%D0%BD%D1%96%D0%B9%D0%BD%D0%B8%D0%B9%20%D0%90>,
        <http://lexvo.org/id/term/vie/Ch%E1%BB%AF%20Linear%20A> .

<http://lexvo.org/id/script/Linb> a lvont:Script ;
    rdfs:label "ሊኒያር ቢ"@am,
        "الخطية ب"@ar,
        "Линейна Б"@bg,
        "লিনিয়ার বি"@bn,
        "लीनीयर बी"@brx,
        "linearno B pismo"@bs,
        "линеарно Б писмо"@bs-Cyrl,
        "lineal B"@ca,
        "线形文字（B）"@cmn,
        "線性文字（B）"@cmn-Hant,
        "lineární B"@cs,
        "lineær B"@da,
        "Linear B"@de,
        "linea b gbeŋɔŋlɔ"@ee,
        "Γραμμικό Β"@el,
        "Linear B"@en,
        "𐐢𐐮𐑌𐐨𐐲𐑉 𐐒"@en-Dsrt,
        "lineal B"@es,
        "lineaar-B"@et,
        "خطی ب"@fa,
        "lineaari-B"@fi,
        "linéaire B"@fr,
        "lineâr B"@fur,
        "Linear B"@gsw,
        "લીનિયર બી"@gu,
        "लीनियर बी"@hi,
        "linear B pismo"@hr,
        "Lineáris B"@hu,
        "Linear B"@id,
        "lineare B"@it,
        "線文字B"@ja,
        "წრფივი B"@ka,
        "ಲೀನಯರ್ ಬಿ"@kn,
        "선형 문자(B)"@ko,
        "لیٖنیَر بی"@ks,
        "ລີເນຍຣ"@lo,
        "linijiniai B"@lt,
        "lineārā B"@lv,
        "ലീനിയർ ബി"@ml,
        "लीनियर बी"@mr,
        "lineær B"@nb,
        "Lineair B"@nl,
        "lineær B"@nn,
        "ଲିନିୟର୍ ବି"@or,
        "linearne B"@pl,
        "B linear"@pt,
        "linear B"@pt,
        "linear B"@rm,
        "lineară B"@ro,
        "Линейное письмо Б"@ru,
        "lineárna B"@sk,
        "linearna pisava B"@sl,
        "линеарно Б писмо"@sr,
        "linearno B pismo"@sr-Latn,
        "linjär B"@sv,
        "லினியர் பி"@ta,
        "లినియర్ బి"@te,
        "ลีเนียร์บี"@th,
        "Lineer B"@tr,
        "Лінійний В"@uk,
        "Chữ Linear B"@vi ;
    lvont:iso15924Alphacode "Linb"^^xsd:string ;
    lvont:label <http://lexvo.org/id/term/amh/%E1%88%8A%E1%8A%92%E1%8B%AB%E1%88%AD%20%E1%89%A2>,
        <http://lexvo.org/id/term/ara/%D8%A7%D9%84%D8%AE%D8%B7%D9%8A%D8%A9%20%D8%A8>,
        <http://lexvo.org/id/term/ben/%E0%A6%B2%E0%A6%BF%E0%A6%A8%E0%A6%BF%E0%A6%AF%E0%A6%BC%E0%A6%BE%E0%A6%B0%20%E0%A6%AC%E0%A6%BF>,
        <http://lexvo.org/id/term/bos-Cyrl/%D0%BB%D0%B8%D0%BD%D0%B5%D0%B0%D1%80%D0%BD%D0%BE%20%D0%91%20%D0%BF%D0%B8%D1%81%D0%BC%D0%BE>,
        <http://lexvo.org/id/term/bos/linearno%20B%20pismo>,
        <http://lexvo.org/id/term/brx/%E0%A4%B2%E0%A5%80%E0%A4%A8%E0%A5%80%E0%A4%AF%E0%A4%B0%20%E0%A4%AC%E0%A5%80>,
        <http://lexvo.org/id/term/bul/%D0%9B%D0%B8%D0%BD%D0%B5%D0%B9%D0%BD%D0%B0%20%D0%91>,
        <http://lexvo.org/id/term/cat/lineal%20B>,
        <http://lexvo.org/id/term/ces/line%C3%A1rn%C3%AD%20B>,
        <http://lexvo.org/id/term/cmn-Hant/%E7%B7%9A%E6%80%A7%E6%96%87%E5%AD%97%EF%BC%88B%EF%BC%89>,
        <http://lexvo.org/id/term/cmn/%E7%BA%BF%E5%BD%A2%E6%96%87%E5%AD%97%EF%BC%88B%EF%BC%89>,
        <http://lexvo.org/id/term/dan/line%C3%A6r%20B>,
        <http://lexvo.org/id/term/deu/Linear%20B>,
        <http://lexvo.org/id/term/ell/%CE%93%CF%81%CE%B1%CE%BC%CE%BC%CE%B9%CE%BA%CF%8C%20%CE%92>,
        <http://lexvo.org/id/term/eng-Dsrt/%F0%90%90%A2%F0%90%90%AE%F0%90%91%8C%F0%90%90%A8%F0%90%90%B2%F0%90%91%89%20%F0%90%90%92>,
        <http://lexvo.org/id/term/eng/Linear%20B>,
        <http://lexvo.org/id/term/est/lineaar-B>,
        <http://lexvo.org/id/term/ewe/linea%20b%20gbe%C5%8B%C9%94%C5%8Bl%C9%94>,
        <http://lexvo.org/id/term/fas/%D8%AE%D8%B7%DB%8C%20%D8%A8>,
        <http://lexvo.org/id/term/fin/lineaari-B>,
        <http://lexvo.org/id/term/fra/lin%C3%A9aire%20B>,
        <http://lexvo.org/id/term/fur/line%C3%A2r%20B>,
        <http://lexvo.org/id/term/gsw/Linear%20B>,
        <http://lexvo.org/id/term/guj/%E0%AA%B2%E0%AB%80%E0%AA%A8%E0%AA%BF%E0%AA%AF%E0%AA%B0%20%E0%AA%AC%E0%AB%80>,
        <http://lexvo.org/id/term/hin/%E0%A4%B2%E0%A5%80%E0%A4%A8%E0%A4%BF%E0%A4%AF%E0%A4%B0%20%E0%A4%AC%E0%A5%80>,
        <http://lexvo.org/id/term/hrv/linear%20B%20pismo>,
        <http://lexvo.org/id/term/hun/Line%C3%A1ris%20B>,
        <http://lexvo.org/id/term/ind/Linear%20B>,
        <http://lexvo.org/id/term/ita/lineare%20B>,
        <http://lexvo.org/id/term/jpn/%E7%B7%9A%E6%96%87%E5%AD%97B>,
        <http://lexvo.org/id/term/kan/%E0%B2%B2%E0%B3%80%E0%B2%A8%E0%B2%AF%E0%B2%B0%E0%B3%8D%20%E0%B2%AC%E0%B2%BF>,
        <http://lexvo.org/id/term/kas/%D9%84%DB%8C%D9%96%D9%86%DB%8C%D9%8E%D8%B1%20%D8%A8%DB%8C>,
        <http://lexvo.org/id/term/kat/%E1%83%AC%E1%83%A0%E1%83%A4%E1%83%98%E1%83%95%E1%83%98%20B>,
        <http://lexvo.org/id/term/kor/%EC%84%A0%ED%98%95%20%EB%AC%B8%EC%9E%90(B)>,
        <http://lexvo.org/id/term/lao/%E0%BA%A5%E0%BA%B5%E0%BB%80%E0%BA%99%E0%BA%8D%E0%BA%A3>,
        <http://lexvo.org/id/term/lav/line%C4%81r%C4%81%20B>,
        <http://lexvo.org/id/term/lit/linijiniai%20B>,
        <http://lexvo.org/id/term/mal/%E0%B4%B2%E0%B5%80%E0%B4%A8%E0%B4%BF%E0%B4%AF%E0%B5%BC%20%E0%B4%AC%E0%B4%BF>,
        <http://lexvo.org/id/term/mar/%E0%A4%B2%E0%A5%80%E0%A4%A8%E0%A4%BF%E0%A4%AF%E0%A4%B0%20%E0%A4%AC%E0%A5%80>,
        <http://lexvo.org/id/term/nld/Lineair%20B>,
        <http://lexvo.org/id/term/nno/line%C3%A6r%20B>,
        <http://lexvo.org/id/term/nob/line%C3%A6r%20B>,
        <http://lexvo.org/id/term/ori/%E0%AC%B2%E0%AC%BF%E0%AC%A8%E0%AC%BF%E0%AD%9F%E0%AC%B0%E0%AD%8D%20%E0%AC%AC%E0%AC%BF>,
        <http://lexvo.org/id/term/pol/linearne%20B>,
        <http://lexvo.org/id/term/por/B%20linear>,
        <http://lexvo.org/id/term/por/linear%20B>,
        <http://lexvo.org/id/term/roh/linear%20B>,
        <http://lexvo.org/id/term/ron/linear%C4%83%20B>,
        <http://lexvo.org/id/term/rus/%D0%9B%D0%B8%D0%BD%D0%B5%D0%B9%D0%BD%D0%BE%D0%B5%20%D0%BF%D0%B8%D1%81%D1%8C%D0%BC%D0%BE%20%D0%91>,
        <http://lexvo.org/id/term/slk/line%C3%A1rna%20B>,
        <http://lexvo.org/id/term/slv/linearna%20pisava%20B>,
        <http://lexvo.org/id/term/spa/lineal%20B>,
        <http://lexvo.org/id/term/srp-Latn/linearno%20B%20pismo>,
        <http://lexvo.org/id/term/srp/%D0%BB%D0%B8%D0%BD%D0%B5%D0%B0%D1%80%D0%BD%D0%BE%20%D0%91%20%D0%BF%D0%B8%D1%81%D0%BC%D0%BE>,
        <http://lexvo.org/id/term/swe/linj%C3%A4r%20B>,
        <http://lexvo.org/id/term/tam/%E0%AE%B2%E0%AE%BF%E0%AE%A9%E0%AE%BF%E0%AE%AF%E0%AE%B0%E0%AF%8D%20%E0%AE%AA%E0%AE%BF>,
        <http://lexvo.org/id/term/tel/%E0%B0%B2%E0%B0%BF%E0%B0%A8%E0%B0%BF%E0%B0%AF%E0%B0%B0%E0%B1%8D%20%E0%B0%AC%E0%B0%BF>,
        <http://lexvo.org/id/term/tha/%E0%B8%A5%E0%B8%B5%E0%B9%80%E0%B8%99%E0%B8%B5%E0%B8%A2%E0%B8%A3%E0%B9%8C%E0%B8%9A%E0%B8%B5>,
        <http://lexvo.org/id/term/tur/Lineer%20B>,
        <http://lexvo.org/id/term/ukr/%D0%9B%D1%96%D0%BD%D1%96%D0%B9%D0%BD%D0%B8%D0%B9%20%D0%92>,
        <http://lexvo.org/id/term/vie/Ch%E1%BB%AF%20Linear%20B> .

<http://lexvo.org/id/script/Lisu> a lvont:Script ;
    rdfs:label "lisu"@ca,
        "傈僳文"@cmn,
        "栗僳文"@cmn-Hant,
        "Fraser"@da,
        "fraser gbeŋɔŋlɔ"@ee,
        "Fraser"@en,
        "Lisu (Fraser)"@en,
        "Fraserin aakkoset"@fi,
        "lisu"@fr,
        "lisu (Fraser)"@fr,
        "Lisu"@id,
        "Fraser"@is,
        "フレイザー文字"@ja,
        "프레이저 문자"@ko,
        "ເຟຣເຊຮ"@lo,
        "Fraser"@nb,
        "Fraser"@nn,
        "alfabet Frasera"@pl,
        "Fraser"@sv,
        "เฟรเซอร์"@th,
        "Chữ Fraser"@vi ;
    lvont:iso15924Alphacode "Lisu"^^xsd:string ;
    lvont:label <http://lexvo.org/id/term/cat/lisu>,
        <http://lexvo.org/id/term/cmn-Hant/%E6%A0%97%E5%83%B3%E6%96%87>,
        <http://lexvo.org/id/term/cmn/%E5%82%88%E5%83%B3%E6%96%87>,
        <http://lexvo.org/id/term/dan/Fraser>,
        <http://lexvo.org/id/term/eng/Fraser>,
        <http://lexvo.org/id/term/eng/Lisu%20(Fraser)>,
        <http://lexvo.org/id/term/ewe/fraser%20gbe%C5%8B%C9%94%C5%8Bl%C9%94>,
        <http://lexvo.org/id/term/fin/Fraserin%20aakkoset>,
        <http://lexvo.org/id/term/fra/lisu>,
        <http://lexvo.org/id/term/fra/lisu%20(Fraser)>,
        <http://lexvo.org/id/term/ind/Lisu>,
        <http://lexvo.org/id/term/isl/Fraser>,
        <http://lexvo.org/id/term/jpn/%E3%83%95%E3%83%AC%E3%82%A4%E3%82%B6%E3%83%BC%E6%96%87%E5%AD%97>,
        <http://lexvo.org/id/term/kor/%ED%94%84%EB%A0%88%EC%9D%B4%EC%A0%80%20%EB%AC%B8%EC%9E%90>,
        <http://lexvo.org/id/term/lao/%E0%BB%80%E0%BA%9F%E0%BA%A3%E0%BB%80%E0%BA%8A%E0%BA%AE>,
        <http://lexvo.org/id/term/nno/Fraser>,
        <http://lexvo.org/id/term/nob/Fraser>,
        <http://lexvo.org/id/term/pol/alfabet%20Frasera>,
        <http://lexvo.org/id/term/swe/Fraser>,
        <http://lexvo.org/id/term/tha/%E0%B9%80%E0%B8%9F%E0%B8%A3%E0%B9%80%E0%B8%8B%E0%B8%AD%E0%B8%A3%E0%B9%8C>,
        <http://lexvo.org/id/term/vie/Ch%E1%BB%AF%20Fraser> .

<http://lexvo.org/id/script/Loma> a lvont:Script ;
    rdfs:label "loma"@ca,
        "洛马文"@cmn,
        "洛馬文"@cmn-Hant,
        "Loma"@en,
        "loma"@fi,
        "loma"@fr,
        "Loma"@id,
        "ロマ文字"@ja,
        "로마 문자"@ko,
        "ໂລມາ"@lo,
        "loma"@pl,
        "loma"@sv,
        "โลมา"@th,
        "Chữ Loma"@vi ;
    lvont:iso15924Alphacode "Loma"^^xsd:string ;
    lvont:label <http://lexvo.org/id/term/cat/loma>,
        <http://lexvo.org/id/term/cmn-Hant/%E6%B4%9B%E9%A6%AC%E6%96%87>,
        <http://lexvo.org/id/term/cmn/%E6%B4%9B%E9%A9%AC%E6%96%87>,
        <http://lexvo.org/id/term/eng/Loma>,
        <http://lexvo.org/id/term/fin/loma>,
        <http://lexvo.org/id/term/fra/loma>,
        <http://lexvo.org/id/term/ind/Loma>,
        <http://lexvo.org/id/term/jpn/%E3%83%AD%E3%83%9E%E6%96%87%E5%AD%97>,
        <http://lexvo.org/id/term/kor/%EB%A1%9C%EB%A7%88%20%EB%AC%B8%EC%9E%90>,
        <http://lexvo.org/id/term/lao/%E0%BB%82%E0%BA%A5%E0%BA%A1%E0%BA%B2>,
        <http://lexvo.org/id/term/pol/loma>,
        <http://lexvo.org/id/term/swe/loma>,
        <http://lexvo.org/id/term/tha/%E0%B9%82%E0%B8%A5%E0%B8%A1%E0%B8%B2>,
        <http://lexvo.org/id/term/vie/Ch%E1%BB%AF%20Loma> .

<http://lexvo.org/id/script/Lyci> a lvont:Script ;
    rdfs:label "الليسية"@ar,
        "lusian"@az,
        "Лицийска"@bg,
        "লাইসিয়ান"@bn,
        "लीसीयन"@brx,
        "lisijsko pismo"@bs,
        "лисијско писмо"@bs-Cyrl,
        "lici"@ca,
        "利西亚文"@cmn,
        "呂西亞語"@cmn-Hant,
        "lykisk"@da,
        "Lykisch"@de,
        "lisia gbeŋɔŋlɔ"@ee,
        "Λυκιανικό"@el,
        "Lycian"@en,
        "𐐢𐐮𐑇𐐲𐑌"@en-Dsrt,
        "licio"@es,
        "لسیایی"@fa,
        "lyykialainen"@fi,
        "lycien"@fr,
        "Lykisch"@gsw,
        "લિશિયન"@gu,
        "लिशियन"@hi,
        "likijsko pismo"@hr,
        "Líciai"@hu,
        "Lycia"@id,
        "lykíska"@is,
        "lyci"@it,
        "リキア文字"@ja,
        "ಲೈಸಿಯನ್"@kn,
        "리키아 문자"@ko,
        "لیسِیَن"@ks,
        "ໄລເຊຍ"@lo,
        "lician"@lt,
        "ലൈസിൻ"@ml,
        "लायशियान"@mr,
        "lykisk"@nb,
        "लाइसियन"@ne,
        "Lycisch"@nl,
        "lykisk"@nn,
        "ଲିଶିୟନ୍"@or,
        "likijskie"@pl,
        "lício"@pt,
        "lichic"@rm,
        "Лициан"@ru,
        "licijski"@sl,
        "лисијско писмо"@sr,
        "lisijsko pismo"@sr-Latn,
        "lykiska"@sv,
        "லிசியன்"@ta,
        "లిసియన్"@te,
        "ไลเซีย"@th,
        "Likya"@tr,
        "Лікійський"@uk,
        "Chữ Lycia"@vi ;
    lvont:iso15924Alphacode "Lyci"^^xsd:string ;
    lvont:label <http://lexvo.org/id/term/ara/%D8%A7%D9%84%D9%84%D9%8A%D8%B3%D9%8A%D8%A9>,
        <http://lexvo.org/id/term/aze/lusian>,
        <http://lexvo.org/id/term/ben/%E0%A6%B2%E0%A6%BE%E0%A6%87%E0%A6%B8%E0%A6%BF%E0%A6%AF%E0%A6%BC%E0%A6%BE%E0%A6%A8>,
        <http://lexvo.org/id/term/bos-Cyrl/%D0%BB%D0%B8%D1%81%D0%B8%D1%98%D1%81%D0%BA%D0%BE%20%D0%BF%D0%B8%D1%81%D0%BC%D0%BE>,
        <http://lexvo.org/id/term/bos/lisijsko%20pismo>,
        <http://lexvo.org/id/term/brx/%E0%A4%B2%E0%A5%80%E0%A4%B8%E0%A5%80%E0%A4%AF%E0%A4%A8>,
        <http://lexvo.org/id/term/bul/%D0%9B%D0%B8%D1%86%D0%B8%D0%B9%D1%81%D0%BA%D0%B0>,
        <http://lexvo.org/id/term/cat/lici>,
        <http://lexvo.org/id/term/cmn-Hant/%E5%91%82%E8%A5%BF%E4%BA%9E%E8%AA%9E>,
        <http://lexvo.org/id/term/cmn/%E5%88%A9%E8%A5%BF%E4%BA%9A%E6%96%87>,
        <http://lexvo.org/id/term/dan/lykisk>,
        <http://lexvo.org/id/term/deu/Lykisch>,
        <http://lexvo.org/id/term/ell/%CE%9B%CF%85%CE%BA%CE%B9%CE%B1%CE%BD%CE%B9%CE%BA%CF%8C>,
        <http://lexvo.org/id/term/eng-Dsrt/%F0%90%90%A2%F0%90%90%AE%F0%90%91%87%F0%90%90%B2%F0%90%91%8C>,
        <http://lexvo.org/id/term/eng/Lycian>,
        <http://lexvo.org/id/term/ewe/lisia%20gbe%C5%8B%C9%94%C5%8Bl%C9%94>,
        <http://lexvo.org/id/term/fas/%D9%84%D8%B3%DB%8C%D8%A7%DB%8C%DB%8C>,
        <http://lexvo.org/id/term/fin/lyykialainen>,
        <http://lexvo.org/id/term/fra/lycien>,
        <http://lexvo.org/id/term/gsw/Lykisch>,
        <http://lexvo.org/id/term/guj/%E0%AA%B2%E0%AA%BF%E0%AA%B6%E0%AA%BF%E0%AA%AF%E0%AA%A8>,
        <http://lexvo.org/id/term/hin/%E0%A4%B2%E0%A4%BF%E0%A4%B6%E0%A4%BF%E0%A4%AF%E0%A4%A8>,
        <http://lexvo.org/id/term/hrv/likijsko%20pismo>,
        <http://lexvo.org/id/term/hun/L%C3%ADciai>,
        <http://lexvo.org/id/term/ind/Lycia>,
        <http://lexvo.org/id/term/isl/lyk%C3%ADska>,
        <http://lexvo.org/id/term/ita/lyci>,
        <http://lexvo.org/id/term/jpn/%E3%83%AA%E3%82%AD%E3%82%A2%E6%96%87%E5%AD%97>,
        <http://lexvo.org/id/term/kan/%E0%B2%B2%E0%B3%88%E0%B2%B8%E0%B2%BF%E0%B2%AF%E0%B2%A8%E0%B3%8D>,
        <http://lexvo.org/id/term/kas/%D9%84%DB%8C%D8%B3%D9%90%DB%8C%D9%8E%D9%86>,
        <http://lexvo.org/id/term/kor/%EB%A6%AC%ED%82%A4%EC%95%84%20%EB%AC%B8%EC%9E%90>,
        <http://lexvo.org/id/term/lao/%E0%BB%84%E0%BA%A5%E0%BB%80%E0%BA%8A%E0%BA%8D>,
        <http://lexvo.org/id/term/lit/lician>,
        <http://lexvo.org/id/term/mal/%E0%B4%B2%E0%B5%88%E0%B4%B8%E0%B4%BF%E0%B5%BB>,
        <http://lexvo.org/id/term/mar/%E0%A4%B2%E0%A4%BE%E0%A4%AF%E0%A4%B6%E0%A4%BF%E0%A4%AF%E0%A4%BE%E0%A4%A8>,
        <http://lexvo.org/id/term/nep/%E0%A4%B2%E0%A4%BE%E0%A4%87%E0%A4%B8%E0%A4%BF%E0%A4%AF%E0%A4%A8>,
        <http://lexvo.org/id/term/nld/Lycisch>,
        <http://lexvo.org/id/term/nno/lykisk>,
        <http://lexvo.org/id/term/nob/lykisk>,
        <http://lexvo.org/id/term/ori/%E0%AC%B2%E0%AC%BF%E0%AC%B6%E0%AC%BF%E0%AD%9F%E0%AC%A8%E0%AD%8D>,
        <http://lexvo.org/id/term/pol/likijskie>,
        <http://lexvo.org/id/term/por/l%C3%ADcio>,
        <http://lexvo.org/id/term/roh/lichic>,
        <http://lexvo.org/id/term/rus/%D0%9B%D0%B8%D1%86%D0%B8%D0%B0%D0%BD>,
        <http://lexvo.org/id/term/slv/licijski>,
        <http://lexvo.org/id/term/spa/licio>,
        <http://lexvo.org/id/term/srp-Latn/lisijsko%20pismo>,
        <http://lexvo.org/id/term/srp/%D0%BB%D0%B8%D1%81%D0%B8%D1%98%D1%81%D0%BA%D0%BE%20%D0%BF%D0%B8%D1%81%D0%BC%D0%BE>,
        <http://lexvo.org/id/term/swe/lykiska>,
        <http://lexvo.org/id/term/tam/%E0%AE%B2%E0%AE%BF%E0%AE%9A%E0%AE%BF%E0%AE%AF%E0%AE%A9%E0%AF%8D>,
        <http://lexvo.org/id/term/tel/%E0%B0%B2%E0%B0%BF%E0%B0%B8%E0%B0%BF%E0%B0%AF%E0%B0%A8%E0%B1%8D>,
        <http://lexvo.org/id/term/tha/%E0%B9%84%E0%B8%A5%E0%B9%80%E0%B8%8B%E0%B8%B5%E0%B8%A2>,
        <http://lexvo.org/id/term/tur/Likya>,
        <http://lexvo.org/id/term/ukr/%D0%9B%D1%96%D0%BA%D1%96%D0%B9%D1%81%D1%8C%D0%BA%D0%B8%D0%B9>,
        <http://lexvo.org/id/term/vie/Ch%E1%BB%AF%20Lycia> .

<http://lexvo.org/id/script/Lydi> a lvont:Script ;
    rdfs:label "الليدية"@ar,
        "ludian"@az,
        "Лидийска"@bg,
        "লাইডিয়ান"@bn,
        "लीडीयन"@brx,
        "lidijsko pismo"@bs,
        "лидијско писмо"@bs-Cyrl,
        "lidi"@ca,
        "吕底亚文"@cmn,
        "里底亞語"@cmn-Hant,
        "lydisk"@da,
        "Lydisch"@de,
        "lidia gbeŋɔŋlɔ"@ee,
        "Λυδιανικό"@el,
        "Lydian"@en,
        "𐐢𐐮𐐼𐐨𐐲𐑌"@en-Dsrt,
        "lidio"@es,
        "lüüdi"@et,
        "لدیایی"@fa,
        "lyydialainen"@fi,
        "lydien"@fr,
        "Lydisch"@gsw,
        "લિડિયન"@gu,
        "लिडियन"@hi,
        "lidijsko pismo"@hr,
        "Lídiai"@hu,
        "Lydia"@id,
        "lydíska"@is,
        "lydi"@it,
        "リディア文字"@ja,
        "ಲಿಡಿಯನ್"@kn,
        "리디아 문자"@ko,
        "لیدِیَن"@ks,
        "ລີເດຍ"@lo,
        "lidian"@lt,
        "līdiešu"@lv,
        "ലൈഡിയൻ"@ml,
        "लायडियान"@mr,
        "lydisk"@nb,
        "लाइडियन"@ne,
        "Lydisch"@nl,
        "lydisk"@nn,
        "ଲିଡିୟନ୍"@or,
        "lidyjskie"@pl,
        "lídio"@pt,
        "lidic"@rm,
        "lidiană"@ro,
        "Лидийская"@ru,
        "lidijski"@sl,
        "лидијско писмо"@sr,
        "lidijsko pismo"@sr-Latn,
        "lydiska"@sv,
        "லிடியன்"@ta,
        "లిడియన్"@te,
        "ลีเดีย"@th,
        "Lidya"@tr,
        "Лідійський"@uk,
        "Chữ Lydia"@vi ;
    lvont:iso15924Alphacode "Lydi"^^xsd:string ;
    lvont:label <http://lexvo.org/id/term/ara/%D8%A7%D9%84%D9%84%D9%8A%D8%AF%D9%8A%D8%A9>,
        <http://lexvo.org/id/term/aze/ludian>,
        <http://lexvo.org/id/term/ben/%E0%A6%B2%E0%A6%BE%E0%A6%87%E0%A6%A1%E0%A6%BF%E0%A6%AF%E0%A6%BC%E0%A6%BE%E0%A6%A8>,
        <http://lexvo.org/id/term/bos-Cyrl/%D0%BB%D0%B8%D0%B4%D0%B8%D1%98%D1%81%D0%BA%D0%BE%20%D0%BF%D0%B8%D1%81%D0%BC%D0%BE>,
        <http://lexvo.org/id/term/bos/lidijsko%20pismo>,
        <http://lexvo.org/id/term/brx/%E0%A4%B2%E0%A5%80%E0%A4%A1%E0%A5%80%E0%A4%AF%E0%A4%A8>,
        <http://lexvo.org/id/term/bul/%D0%9B%D0%B8%D0%B4%D0%B8%D0%B9%D1%81%D0%BA%D0%B0>,
        <http://lexvo.org/id/term/cat/lidi>,
        <http://lexvo.org/id/term/cmn-Hant/%E9%87%8C%E5%BA%95%E4%BA%9E%E8%AA%9E>,
        <http://lexvo.org/id/term/cmn/%E5%90%95%E5%BA%95%E4%BA%9A%E6%96%87>,
        <http://lexvo.org/id/term/dan/lydisk>,
        <http://lexvo.org/id/term/deu/Lydisch>,
        <http://lexvo.org/id/term/ell/%CE%9B%CF%85%CE%B4%CE%B9%CE%B1%CE%BD%CE%B9%CE%BA%CF%8C>,
        <http://lexvo.org/id/term/eng-Dsrt/%F0%90%90%A2%F0%90%90%AE%F0%90%90%BC%F0%90%90%A8%F0%90%90%B2%F0%90%91%8C>,
        <http://lexvo.org/id/term/eng/Lydian>,
        <http://lexvo.org/id/term/est/l%C3%BC%C3%BCdi>,
        <http://lexvo.org/id/term/ewe/lidia%20gbe%C5%8B%C9%94%C5%8Bl%C9%94>,
        <http://lexvo.org/id/term/fas/%D9%84%D8%AF%DB%8C%D8%A7%DB%8C%DB%8C>,
        <http://lexvo.org/id/term/fin/lyydialainen>,
        <http://lexvo.org/id/term/fra/lydien>,
        <http://lexvo.org/id/term/gsw/Lydisch>,
        <http://lexvo.org/id/term/guj/%E0%AA%B2%E0%AA%BF%E0%AA%A1%E0%AA%BF%E0%AA%AF%E0%AA%A8>,
        <http://lexvo.org/id/term/hin/%E0%A4%B2%E0%A4%BF%E0%A4%A1%E0%A4%BF%E0%A4%AF%E0%A4%A8>,
        <http://lexvo.org/id/term/hrv/lidijsko%20pismo>,
        <http://lexvo.org/id/term/hun/L%C3%ADdiai>,
        <http://lexvo.org/id/term/ind/Lydia>,
        <http://lexvo.org/id/term/isl/lyd%C3%ADska>,
        <http://lexvo.org/id/term/ita/lydi>,
        <http://lexvo.org/id/term/jpn/%E3%83%AA%E3%83%87%E3%82%A3%E3%82%A2%E6%96%87%E5%AD%97>,
        <http://lexvo.org/id/term/kan/%E0%B2%B2%E0%B2%BF%E0%B2%A1%E0%B2%BF%E0%B2%AF%E0%B2%A8%E0%B3%8D>,
        <http://lexvo.org/id/term/kas/%D9%84%DB%8C%D8%AF%D9%90%DB%8C%D9%8E%D9%86>,
        <http://lexvo.org/id/term/kor/%EB%A6%AC%EB%94%94%EC%95%84%20%EB%AC%B8%EC%9E%90>,
        <http://lexvo.org/id/term/lao/%E0%BA%A5%E0%BA%B5%E0%BB%80%E0%BA%94%E0%BA%8D>,
        <http://lexvo.org/id/term/lav/l%C4%ABdie%C5%A1u>,
        <http://lexvo.org/id/term/lit/lidian>,
        <http://lexvo.org/id/term/mal/%E0%B4%B2%E0%B5%88%E0%B4%A1%E0%B4%BF%E0%B4%AF%E0%B5%BB>,
        <http://lexvo.org/id/term/mar/%E0%A4%B2%E0%A4%BE%E0%A4%AF%E0%A4%A1%E0%A4%BF%E0%A4%AF%E0%A4%BE%E0%A4%A8>,
        <http://lexvo.org/id/term/nep/%E0%A4%B2%E0%A4%BE%E0%A4%87%E0%A4%A1%E0%A4%BF%E0%A4%AF%E0%A4%A8>,
        <http://lexvo.org/id/term/nld/Lydisch>,
        <http://lexvo.org/id/term/nno/lydisk>,
        <http://lexvo.org/id/term/nob/lydisk>,
        <http://lexvo.org/id/term/ori/%E0%AC%B2%E0%AC%BF%E0%AC%A1%E0%AC%BF%E0%AD%9F%E0%AC%A8%E0%AD%8D>,
        <http://lexvo.org/id/term/pol/lidyjskie>,
        <http://lexvo.org/id/term/por/l%C3%ADdio>,
        <http://lexvo.org/id/term/roh/lidic>,
        <http://lexvo.org/id/term/ron/lidian%C4%83>,
        <http://lexvo.org/id/term/rus/%D0%9B%D0%B8%D0%B4%D0%B8%D0%B9%D1%81%D0%BA%D0%B0%D1%8F>,
        <http://lexvo.org/id/term/slv/lidijski>,
        <http://lexvo.org/id/term/spa/lidio>,
        <http://lexvo.org/id/term/srp-Latn/lidijsko%20pismo>,
        <http://lexvo.org/id/term/srp/%D0%BB%D0%B8%D0%B4%D0%B8%D1%98%D1%81%D0%BA%D0%BE%20%D0%BF%D0%B8%D1%81%D0%BC%D0%BE>,
        <http://lexvo.org/id/term/swe/lydiska>,
        <http://lexvo.org/id/term/tam/%E0%AE%B2%E0%AE%BF%E0%AE%9F%E0%AE%BF%E0%AE%AF%E0%AE%A9%E0%AF%8D>,
        <http://lexvo.org/id/term/tel/%E0%B0%B2%E0%B0%BF%E0%B0%A1%E0%B0%BF%E0%B0%AF%E0%B0%A8%E0%B1%8D>,
        <http://lexvo.org/id/term/tha/%E0%B8%A5%E0%B8%B5%E0%B9%80%E0%B8%94%E0%B8%B5%E0%B8%A2>,
        <http://lexvo.org/id/term/tur/Lidya>,
        <http://lexvo.org/id/term/ukr/%D0%9B%D1%96%D0%B4%D1%96%D0%B9%D1%81%D1%8C%D0%BA%D0%B8%D0%B9>,
        <http://lexvo.org/id/term/vie/Ch%E1%BB%AF%20Lydia> .

<http://lexvo.org/id/script/Mahj> a lvont:Script ;
    rdfs:label "Mahajani"@en,
        "mahâjanî"@fr ;
    lvont:iso15924Alphacode "Mahj"^^xsd:string ;
    lvont:label <http://lexvo.org/id/term/eng/Mahajani>,
        <http://lexvo.org/id/term/fra/mah%C3%A2jan%C3%AE> .

<http://lexvo.org/id/script/Mand> a lvont:Script ;
    rdfs:label "المانداينية"@ar,
        "mandayen"@az,
        "Мандаринска"@bg,
        "ম্যান্ডায়ীন"@bn,
        "मांडे"@brx,
        "mandeansko pismo"@bs,
        "мандеанско писмо"@bs-Cyrl,
        "mandaic"@ca,
        "阿拉米文"@cmn,
        "曼安底文"@cmn-Hant,
        "mandejské"@cs,
        "mandaisk"@da,
        "Mandäisch"@de,
        "mandae gbeŋɔŋlɔ"@ee,
        "Μανδαϊκό"@el,
        "Mandaean"@en,
        "Mandaic, Mandaean"@en,
        "𐐣𐐰𐑌𐐼𐐨𐐲𐑌"@en-Dsrt,
        "mandeo"@es,
        "mandea"@et,
        "منده‌ای"@fa,
        "mandealainen"@fi,
        "mandéen"@fr,
        "Mandäisch"@gsw,
        "માન્ડાયીન"@gu,
        "मनडेन"@hi,
        "mandai pismo"@hr,
        "Mandai"@hu,
        "Mandae"@id,
        "mandaíska"@is,
        "mandaico"@it,
        "マンダ文字"@ja,
        "ಮಂಡೇಯನ್"@kn,
        "만다이아 문자"@ko,
        "مَندییَن"@ks,
        "ແມນດຽນ"@lo,
        "mandėjų"@lt,
        "മൻഡേയൻ"@ml,
        "मान्डायीन"@mr,
        "mandaisk"@nb,
        "मान्डाएन"@ne,
        "Mandaeans"@nl,
        "mandaisk"@nn,
        "ମାନଡେନ୍"@or,
        "mandejskie"@pl,
        "mandaico"@pt,
        "mandeu"@pt,
        "mandaic"@rm,
        "Мандейская"@ru,
        "mandanski"@sl,
        "мандеанско писмо"@sr,
        "mandeansko pismo"@sr-Latn,
        "mandaéiska"@sv,
        "மேன்டியன்"@ta,
        "మాన్డియన్"@te,
        "แมนเดียน"@th,
        "Manden"@tr,
        "Мандейський"@uk,
        "Chữ Mandaean"@vi ;
    lvont:iso15924Alphacode "Mand"^^xsd:string ;
    lvont:label <http://lexvo.org/id/term/ara/%D8%A7%D9%84%D9%85%D8%A7%D9%86%D8%AF%D8%A7%D9%8A%D9%86%D9%8A%D8%A9>,
        <http://lexvo.org/id/term/aze/mandayen>,
        <http://lexvo.org/id/term/ben/%E0%A6%AE%E0%A7%8D%E0%A6%AF%E0%A6%BE%E0%A6%A8%E0%A7%8D%E0%A6%A1%E0%A6%BE%E0%A6%AF%E0%A6%BC%E0%A7%80%E0%A6%A8>,
        <http://lexvo.org/id/term/bos-Cyrl/%D0%BC%D0%B0%D0%BD%D0%B4%D0%B5%D0%B0%D0%BD%D1%81%D0%BA%D0%BE%20%D0%BF%D0%B8%D1%81%D0%BC%D0%BE>,
        <http://lexvo.org/id/term/bos/mandeansko%20pismo>,
        <http://lexvo.org/id/term/brx/%E0%A4%AE%E0%A4%BE%E0%A4%82%E0%A4%A1%E0%A5%87>,
        <http://lexvo.org/id/term/bul/%D0%9C%D0%B0%D0%BD%D0%B4%D0%B0%D1%80%D0%B8%D0%BD%D1%81%D0%BA%D0%B0>,
        <http://lexvo.org/id/term/cat/mandaic>,
        <http://lexvo.org/id/term/ces/mandejsk%C3%A9>,
        <http://lexvo.org/id/term/cmn-Hant/%E6%9B%BC%E5%AE%89%E5%BA%95%E6%96%87>,
        <http://lexvo.org/id/term/cmn/%E9%98%BF%E6%8B%89%E7%B1%B3%E6%96%87>,
        <http://lexvo.org/id/term/dan/mandaisk>,
        <http://lexvo.org/id/term/deu/Mand%C3%A4isch>,
        <http://lexvo.org/id/term/ell/%CE%9C%CE%B1%CE%BD%CE%B4%CE%B1%CF%8A%CE%BA%CF%8C>,
        <http://lexvo.org/id/term/eng-Dsrt/%F0%90%90%A3%F0%90%90%B0%F0%90%91%8C%F0%90%90%BC%F0%90%90%A8%F0%90%90%B2%F0%90%91%8C>,
        <http://lexvo.org/id/term/eng/Mandaean>,
        <http://lexvo.org/id/term/eng/Mandaic%2C%20Mandaean>,
        <http://lexvo.org/id/term/est/mandea>,
        <http://lexvo.org/id/term/ewe/mandae%20gbe%C5%8B%C9%94%C5%8Bl%C9%94>,
        <http://lexvo.org/id/term/fas/%D9%85%D9%86%D8%AF%D9%87%E2%80%8C%D8%A7%DB%8C>,
        <http://lexvo.org/id/term/fin/mandealainen>,
        <http://lexvo.org/id/term/fra/mand%C3%A9en>,
        <http://lexvo.org/id/term/gsw/Mand%C3%A4isch>,
        <http://lexvo.org/id/term/guj/%E0%AA%AE%E0%AA%BE%E0%AA%A8%E0%AB%8D%E0%AA%A1%E0%AA%BE%E0%AA%AF%E0%AB%80%E0%AA%A8>,
        <http://lexvo.org/id/term/hin/%E0%A4%AE%E0%A4%A8%E0%A4%A1%E0%A5%87%E0%A4%A8>,
        <http://lexvo.org/id/term/hrv/mandai%20pismo>,
        <http://lexvo.org/id/term/hun/Mandai>,
        <http://lexvo.org/id/term/ind/Mandae>,
        <http://lexvo.org/id/term/isl/manda%C3%ADska>,
        <http://lexvo.org/id/term/ita/mandaico>,
        <http://lexvo.org/id/term/jpn/%E3%83%9E%E3%83%B3%E3%83%80%E6%96%87%E5%AD%97>,
        <http://lexvo.org/id/term/kan/%E0%B2%AE%E0%B2%82%E0%B2%A1%E0%B3%87%E0%B2%AF%E0%B2%A8%E0%B3%8D>,
        <http://lexvo.org/id/term/kas/%D9%85%D9%8E%D9%86%D8%AF%DB%8C%DB%8C%D9%8E%D9%86>,
        <http://lexvo.org/id/term/kor/%EB%A7%8C%EB%8B%A4%EC%9D%B4%EC%95%84%20%EB%AC%B8%EC%9E%90>,
        <http://lexvo.org/id/term/lao/%E0%BB%81%E0%BA%A1%E0%BA%99%E0%BA%94%E0%BA%BD%E0%BA%99>,
        <http://lexvo.org/id/term/lit/mand%C4%97j%C5%B3>,
        <http://lexvo.org/id/term/mal/%E0%B4%AE%E0%B5%BB%E0%B4%A1%E0%B5%87%E0%B4%AF%E0%B5%BB>,
        <http://lexvo.org/id/term/mar/%E0%A4%AE%E0%A4%BE%E0%A4%A8%E0%A5%8D%E0%A4%A1%E0%A4%BE%E0%A4%AF%E0%A5%80%E0%A4%A8>,
        <http://lexvo.org/id/term/nep/%E0%A4%AE%E0%A4%BE%E0%A4%A8%E0%A5%8D%E0%A4%A1%E0%A4%BE%E0%A4%8F%E0%A4%A8>,
        <http://lexvo.org/id/term/nld/Mandaeans>,
        <http://lexvo.org/id/term/nno/mandaisk>,
        <http://lexvo.org/id/term/nob/mandaisk>,
        <http://lexvo.org/id/term/ori/%E0%AC%AE%E0%AC%BE%E0%AC%A8%E0%AC%A1%E0%AD%87%E0%AC%A8%E0%AD%8D>,
        <http://lexvo.org/id/term/pol/mandejskie>,
        <http://lexvo.org/id/term/por/mandaico>,
        <http://lexvo.org/id/term/por/mandeu>,
        <http://lexvo.org/id/term/roh/mandaic>,
        <http://lexvo.org/id/term/rus/%D0%9C%D0%B0%D0%BD%D0%B4%D0%B5%D0%B9%D1%81%D0%BA%D0%B0%D1%8F>,
        <http://lexvo.org/id/term/slv/mandanski>,
        <http://lexvo.org/id/term/spa/mandeo>,
        <http://lexvo.org/id/term/srp-Latn/mandeansko%20pismo>,
        <http://lexvo.org/id/term/srp/%D0%BC%D0%B0%D0%BD%D0%B4%D0%B5%D0%B0%D0%BD%D1%81%D0%BA%D0%BE%20%D0%BF%D0%B8%D1%81%D0%BC%D0%BE>,
        <http://lexvo.org/id/term/swe/manda%C3%A9iska>,
        <http://lexvo.org/id/term/tam/%E0%AE%AE%E0%AF%87%E0%AE%A9%E0%AF%8D%E0%AE%9F%E0%AE%BF%E0%AE%AF%E0%AE%A9%E0%AF%8D>,
        <http://lexvo.org/id/term/tel/%E0%B0%AE%E0%B0%BE%E0%B0%A8%E0%B1%8D%E0%B0%A1%E0%B0%BF%E0%B0%AF%E0%B0%A8%E0%B1%8D>,
        <http://lexvo.org/id/term/tha/%E0%B9%81%E0%B8%A1%E0%B8%99%E0%B9%80%E0%B8%94%E0%B8%B5%E0%B8%A2%E0%B8%99>,
        <http://lexvo.org/id/term/tur/Manden>,
        <http://lexvo.org/id/term/ukr/%D0%9C%D0%B0%D0%BD%D0%B4%D0%B5%D0%B9%D1%81%D1%8C%D0%BA%D0%B8%D0%B9>,
        <http://lexvo.org/id/term/vie/Ch%E1%BB%AF%20Mandaean> .

<http://lexvo.org/id/script/Mani> a lvont:Script ;
    rdfs:label "maniçayen"@az,
        "Манихейска"@bg,
        "ম্যানিচাইন"@bn,
        "मानीकी"@brx,
        "manihejsko pismo"@bs,
        "манихејско писмо"@bs-Cyrl,
        "maniqueu"@ca,
        "摩尼教文"@cmn,
        "摩尼教文"@cmn-Hant,
        "manikæisk"@da,
        "Manichäisch"@de,
        "manitsia gbeŋɔŋlɔ"@ee,
        "Μανιχαϊκό"@el,
        "Manichaean"@en,
        "𐐣𐐰𐑌𐐲𐐿𐐨𐐲𐑌"@en-Dsrt,
        "مانوی"@fa,
        "manikealainen"@fi,
        "manichéen"@fr,
        "Manichäisch"@gsw,
        "માનીચાયીન"@gu,
        "मनीशीन"@hi,
        "manihejsko pismo"@hr,
        "Manicheus"@hu,
        "Manikhei"@id,
        "manikeíska"@is,
        "マニ文字"@ja,
        "ಮನಿಚೈಯನ್"@kn,
        "마니교 문자"@ko,
        "مانیشییَن"@ks,
        "ມານິແຊນ"@lo,
        "maničų"@lt,
        "മണിചേയൻ"@ml,
        "मानीचायीन"@mr,
        "manikeisk"@nb,
        "मानिकाएन"@ne,
        "Manicheaans"@nl,
        "manikeisk"@nn,
        "ମନଶୀନ୍"@or,
        "manichejskie"@pl,
        "maniqueano"@pt,
        "manicheic"@rm,
        "Манихейская"@ru,
        "manihejski"@sl,
        "манихејско писмо"@sr,
        "manihejsko pismo"@sr-Latn,
        "manikeanska"@sv,
        "மனிசெய்ன்"@ta,
        "మానిచేన్"@te,
        "มานิแชน"@th,
        "Маніхейський"@uk,
        "Chữ Manichaean"@vi ;
    lvont:iso15924Alphacode "Mani"^^xsd:string ;
    lvont:label <http://lexvo.org/id/term/aze/mani%C3%A7ayen>,
        <http://lexvo.org/id/term/ben/%E0%A6%AE%E0%A7%8D%E0%A6%AF%E0%A6%BE%E0%A6%A8%E0%A6%BF%E0%A6%9A%E0%A6%BE%E0%A6%87%E0%A6%A8>,
        <http://lexvo.org/id/term/bos-Cyrl/%D0%BC%D0%B0%D0%BD%D0%B8%D1%85%D0%B5%D1%98%D1%81%D0%BA%D0%BE%20%D0%BF%D0%B8%D1%81%D0%BC%D0%BE>,
        <http://lexvo.org/id/term/bos/manihejsko%20pismo>,
        <http://lexvo.org/id/term/brx/%E0%A4%AE%E0%A4%BE%E0%A4%A8%E0%A5%80%E0%A4%95%E0%A5%80>,
        <http://lexvo.org/id/term/bul/%D0%9C%D0%B0%D0%BD%D0%B8%D1%85%D0%B5%D0%B9%D1%81%D0%BA%D0%B0>,
        <http://lexvo.org/id/term/cat/maniqueu>,
        <http://lexvo.org/id/term/cmn-Hant/%E6%91%A9%E5%B0%BC%E6%95%99%E6%96%87>,
        <http://lexvo.org/id/term/cmn/%E6%91%A9%E5%B0%BC%E6%95%99%E6%96%87>,
        <http://lexvo.org/id/term/dan/manik%C3%A6isk>,
        <http://lexvo.org/id/term/deu/Manich%C3%A4isch>,
        <http://lexvo.org/id/term/ell/%CE%9C%CE%B1%CE%BD%CE%B9%CF%87%CE%B1%CF%8A%CE%BA%CF%8C>,
        <http://lexvo.org/id/term/eng-Dsrt/%F0%90%90%A3%F0%90%90%B0%F0%90%91%8C%F0%90%90%B2%F0%90%90%BF%F0%90%90%A8%F0%90%90%B2%F0%90%91%8C>,
        <http://lexvo.org/id/term/eng/Manichaean>,
        <http://lexvo.org/id/term/ewe/manitsia%20gbe%C5%8B%C9%94%C5%8Bl%C9%94>,
        <http://lexvo.org/id/term/fas/%D9%85%D8%A7%D9%86%D9%88%DB%8C>,
        <http://lexvo.org/id/term/fin/manikealainen>,
        <http://lexvo.org/id/term/fra/manich%C3%A9en>,
        <http://lexvo.org/id/term/gsw/Manich%C3%A4isch>,
        <http://lexvo.org/id/term/guj/%E0%AA%AE%E0%AA%BE%E0%AA%A8%E0%AB%80%E0%AA%9A%E0%AA%BE%E0%AA%AF%E0%AB%80%E0%AA%A8>,
        <http://lexvo.org/id/term/hin/%E0%A4%AE%E0%A4%A8%E0%A5%80%E0%A4%B6%E0%A5%80%E0%A4%A8>,
        <http://lexvo.org/id/term/hrv/manihejsko%20pismo>,
        <http://lexvo.org/id/term/hun/Manicheus>,
        <http://lexvo.org/id/term/ind/Manikhei>,
        <http://lexvo.org/id/term/isl/manike%C3%ADska>,
        <http://lexvo.org/id/term/jpn/%E3%83%9E%E3%83%8B%E6%96%87%E5%AD%97>,
        <http://lexvo.org/id/term/kan/%E0%B2%AE%E0%B2%A8%E0%B2%BF%E0%B2%9A%E0%B3%88%E0%B2%AF%E0%B2%A8%E0%B3%8D>,
        <http://lexvo.org/id/term/kas/%D9%85%D8%A7%D9%86%DB%8C%D8%B4%DB%8C%DB%8C%D9%8E%D9%86>,
        <http://lexvo.org/id/term/kor/%EB%A7%88%EB%8B%88%EA%B5%90%20%EB%AC%B8%EC%9E%90>,
        <http://lexvo.org/id/term/lao/%E0%BA%A1%E0%BA%B2%E0%BA%99%E0%BA%B4%E0%BB%81%E0%BA%8A%E0%BA%99>,
        <http://lexvo.org/id/term/lit/mani%C4%8D%C5%B3>,
        <http://lexvo.org/id/term/mal/%E0%B4%AE%E0%B4%A3%E0%B4%BF%E0%B4%9A%E0%B5%87%E0%B4%AF%E0%B5%BB>,
        <http://lexvo.org/id/term/mar/%E0%A4%AE%E0%A4%BE%E0%A4%A8%E0%A5%80%E0%A4%9A%E0%A4%BE%E0%A4%AF%E0%A5%80%E0%A4%A8>,
        <http://lexvo.org/id/term/nep/%E0%A4%AE%E0%A4%BE%E0%A4%A8%E0%A4%BF%E0%A4%95%E0%A4%BE%E0%A4%8F%E0%A4%A8>,
        <http://lexvo.org/id/term/nld/Manicheaans>,
        <http://lexvo.org/id/term/nno/manikeisk>,
        <http://lexvo.org/id/term/nob/manikeisk>,
        <http://lexvo.org/id/term/ori/%E0%AC%AE%E0%AC%A8%E0%AC%B6%E0%AD%80%E0%AC%A8%E0%AD%8D>,
        <http://lexvo.org/id/term/pol/manichejskie>,
        <http://lexvo.org/id/term/por/maniqueano>,
        <http://lexvo.org/id/term/roh/manicheic>,
        <http://lexvo.org/id/term/rus/%D0%9C%D0%B0%D0%BD%D0%B8%D1%85%D0%B5%D0%B9%D1%81%D0%BA%D0%B0%D1%8F>,
        <http://lexvo.org/id/term/slv/manihejski>,
        <http://lexvo.org/id/term/srp-Latn/manihejsko%20pismo>,
        <http://lexvo.org/id/term/srp/%D0%BC%D0%B0%D0%BD%D0%B8%D1%85%D0%B5%D1%98%D1%81%D0%BA%D0%BE%20%D0%BF%D0%B8%D1%81%D0%BC%D0%BE>,
        <http://lexvo.org/id/term/swe/manikeanska>,
        <http://lexvo.org/id/term/tam/%E0%AE%AE%E0%AE%A9%E0%AE%BF%E0%AE%9A%E0%AF%86%E0%AE%AF%E0%AF%8D%E0%AE%A9%E0%AF%8D>,
        <http://lexvo.org/id/term/tel/%E0%B0%AE%E0%B0%BE%E0%B0%A8%E0%B0%BF%E0%B0%9A%E0%B1%87%E0%B0%A8%E0%B1%8D>,
        <http://lexvo.org/id/term/tha/%E0%B8%A1%E0%B8%B2%E0%B8%99%E0%B8%B4%E0%B9%81%E0%B8%8A%E0%B8%99>,
        <http://lexvo.org/id/term/ukr/%D0%9C%D0%B0%D0%BD%D1%96%D1%85%D0%B5%D0%B9%D1%81%D1%8C%D0%BA%D0%B8%D0%B9>,
        <http://lexvo.org/id/term/vie/Ch%E1%BB%AF%20Manichaean> .

<http://lexvo.org/id/script/Maya> a lvont:Script ;
    rdfs:label "المايا الهيروغليفية"@ar,
        "maya hiyeroqlifi"@az,
        "Йероглифи на Маите"@bg,
        "মায়ান হায়ারোগ্লিপ"@bn,
        "hieroglifoù mayaek"@br,
        "माया हीरोग्लीफ्"@brx,
        "majanski hijeroglifi"@bs,
        "мајански хијероглифи"@bs-Cyrl,
        "jeroglífics maies"@ca,
        "玛雅圣符文"@cmn,
        "瑪雅象形文字"@cmn-Hant,
        "mayské hieroglyfy"@cs,
        "mayahieroglyffer"@da,
        "Maya-Hieroglyphen"@de,
        "mayan hieroglif gbeŋɔŋlɔ"@ee,
        "Ιερογλυφικά Μάγια"@el,
        "Mayan hieroglyphs"@en,
        "𐐣𐐴𐐲𐑌 𐐸𐐴𐑉𐐬𐑀𐑊𐐮𐑁𐐮𐐿"@en-Dsrt,
        "jeroglíficos mayas"@es,
        "maaja hieroglüüfkiri"@et,
        "هیروگلیف مایایی"@fa,
        "maya-hieroglyfit"@fi,
        "hiéroglyphes mayas"@fr,
        "jeroglifics Maya"@fur,
        "Maya-Hieroglyphä"@gsw,
        "મયાન હાઇરોગ્લિફ્સ"@gu,
        "מאיה"@he,
        "मयान हाइरोग्लिफ्स"@hi,
        "majanski hijeroglifi"@hr,
        "Maja hieroglifák"@hu,
        "Hieroglip Maya"@id,
        "geroglifici maya"@it,
        "マヤ象形文字"@ja,
        "მაიას იეროგლიფები"@ka,
        "ಮಯಾನ್ ಹೀರೋಗ್ಲಿಫ್ಸ್"@kn,
        "마야 상형 문자"@ko,
        "مایَن ہیٖروگلِپھ"@ks,
        "ມາຍາໄຮໂຮກລິບ"@lo,
        "malų hieroglifai"@lt,
        "maiju"@lv,
        "മായൻ ചിത്രലിപി"@ml,
        "मायान हाइरोग्लिफ्स"@mr,
        "maya-hieroglyfer"@nb,
        "माया हाइरोग्लिफ्स"@ne,
        "Mayahiërogliefen"@nl,
        "maya-hieroglyfar"@nn,
        "ମୟାନ୍ ହାୟରଲଜିକସ୍"@or,
        "hieroglify Majów"@pl,
        "hieróglifos maias"@pt,
        "ieroglifas maya"@rm,
        "hieroglife maya"@ro,
        "Майя"@ru,
        "mayské hieroglyfy"@sk,
        "majevska slikovna pisava"@sl,
        "мајански хијероглифи"@sr,
        "majanski hijeroglifi"@sr-Latn,
        "mayahieroglyfer"@sv,
        "மயான் ஹைரோகிளிப்"@ta,
        "మాయన్ హైరోగ్లైఫ్స్"@te,
        "มายาไฮโรกลิฟส์"@th,
        "Maya Hiyeroglifleri"@tr,
        "Майя ієрогліфічний"@uk,
        "Chữ tượng hình Maya"@vi ;
    lvont:iso15924Alphacode "Maya"^^xsd:string ;
    lvont:label <http://lexvo.org/id/term/ara/%D8%A7%D9%84%D9%85%D8%A7%D9%8A%D8%A7%20%D8%A7%D9%84%D9%87%D9%8A%D8%B1%D9%88%D8%BA%D9%84%D9%8A%D9%81%D9%8A%D8%A9>,
        <http://lexvo.org/id/term/aze/maya%20hiyeroqlifi>,
        <http://lexvo.org/id/term/ben/%E0%A6%AE%E0%A6%BE%E0%A6%AF%E0%A6%BC%E0%A6%BE%E0%A6%A8%20%E0%A6%B9%E0%A6%BE%E0%A6%AF%E0%A6%BC%E0%A6%BE%E0%A6%B0%E0%A7%8B%E0%A6%97%E0%A7%8D%E0%A6%B2%E0%A6%BF%E0%A6%AA>,
        <http://lexvo.org/id/term/bos-Cyrl/%D0%BC%D0%B0%D1%98%D0%B0%D0%BD%D1%81%D0%BA%D0%B8%20%D1%85%D0%B8%D1%98%D0%B5%D1%80%D0%BE%D0%B3%D0%BB%D0%B8%D1%84%D0%B8>,
        <http://lexvo.org/id/term/bos/majanski%20hijeroglifi>,
        <http://lexvo.org/id/term/bre/hieroglifo%C3%B9%20mayaek>,
        <http://lexvo.org/id/term/brx/%E0%A4%AE%E0%A4%BE%E0%A4%AF%E0%A4%BE%20%E0%A4%B9%E0%A5%80%E0%A4%B0%E0%A5%8B%E0%A4%97%E0%A5%8D%E0%A4%B2%E0%A5%80%E0%A4%AB%E0%A5%8D>,
        <http://lexvo.org/id/term/bul/%D0%99%D0%B5%D1%80%D0%BE%D0%B3%D0%BB%D0%B8%D1%84%D0%B8%20%D0%BD%D0%B0%20%D0%9C%D0%B0%D0%B8%D1%82%D0%B5>,
        <http://lexvo.org/id/term/cat/jerogl%C3%ADfics%20maies>,
        <http://lexvo.org/id/term/ces/maysk%C3%A9%20hieroglyfy>,
        <http://lexvo.org/id/term/cmn-Hant/%E7%91%AA%E9%9B%85%E8%B1%A1%E5%BD%A2%E6%96%87%E5%AD%97>,
        <http://lexvo.org/id/term/cmn/%E7%8E%9B%E9%9B%85%E5%9C%A3%E7%AC%A6%E6%96%87>,
        <http://lexvo.org/id/term/dan/mayahieroglyffer>,
        <http://lexvo.org/id/term/deu/Maya-Hieroglyphen>,
        <http://lexvo.org/id/term/ell/%CE%99%CE%B5%CF%81%CE%BF%CE%B3%CE%BB%CF%85%CF%86%CE%B9%CE%BA%CE%AC%20%CE%9C%CE%AC%CE%B3%CE%B9%CE%B1>,
        <http://lexvo.org/id/term/eng-Dsrt/%F0%90%90%A3%F0%90%90%B4%F0%90%90%B2%F0%90%91%8C%20%F0%90%90%B8%F0%90%90%B4%F0%90%91%89%F0%90%90%AC%F0%90%91%80%F0%90%91%8A%F0%90%90%AE%F0%90%91%81%F0%90%90%AE%F0%90%90%BF>,
        <http://lexvo.org/id/term/eng/Mayan%20hieroglyphs>,
        <http://lexvo.org/id/term/est/maaja%20hierogl%C3%BC%C3%BCfkiri>,
        <http://lexvo.org/id/term/ewe/mayan%20hieroglif%20gbe%C5%8B%C9%94%C5%8Bl%C9%94>,
        <http://lexvo.org/id/term/fas/%D9%87%DB%8C%D8%B1%D9%88%DA%AF%D9%84%DB%8C%D9%81%20%D9%85%D8%A7%DB%8C%D8%A7%DB%8C%DB%8C>,
        <http://lexvo.org/id/term/fin/maya-hieroglyfit>,
        <http://lexvo.org/id/term/fra/hi%C3%A9roglyphes%20mayas>,
        <http://lexvo.org/id/term/fur/jeroglifics%20Maya>,
        <http://lexvo.org/id/term/gsw/Maya-Hieroglyph%C3%A4>,
        <http://lexvo.org/id/term/guj/%E0%AA%AE%E0%AA%AF%E0%AA%BE%E0%AA%A8%20%E0%AA%B9%E0%AA%BE%E0%AA%87%E0%AA%B0%E0%AB%8B%E0%AA%97%E0%AB%8D%E0%AA%B2%E0%AA%BF%E0%AA%AB%E0%AB%8D%E0%AA%B8>,
        <http://lexvo.org/id/term/heb/%D7%9E%D7%90%D7%99%D7%94>,
        <http://lexvo.org/id/term/hin/%E0%A4%AE%E0%A4%AF%E0%A4%BE%E0%A4%A8%20%E0%A4%B9%E0%A4%BE%E0%A4%87%E0%A4%B0%E0%A5%8B%E0%A4%97%E0%A5%8D%E0%A4%B2%E0%A4%BF%E0%A4%AB%E0%A5%8D%E0%A4%B8>,
        <http://lexvo.org/id/term/hrv/majanski%20hijeroglifi>,
        <http://lexvo.org/id/term/hun/Maja%20hieroglif%C3%A1k>,
        <http://lexvo.org/id/term/ind/Hieroglip%20Maya>,
        <http://lexvo.org/id/term/ita/geroglifici%20maya>,
        <http://lexvo.org/id/term/jpn/%E3%83%9E%E3%83%A4%E8%B1%A1%E5%BD%A2%E6%96%87%E5%AD%97>,
        <http://lexvo.org/id/term/kan/%E0%B2%AE%E0%B2%AF%E0%B2%BE%E0%B2%A8%E0%B3%8D%20%E0%B2%B9%E0%B3%80%E0%B2%B0%E0%B3%8B%E0%B2%97%E0%B3%8D%E0%B2%B2%E0%B2%BF%E0%B2%AB%E0%B3%8D%E0%B2%B8%E0%B3%8D>,
        <http://lexvo.org/id/term/kas/%D9%85%D8%A7%DB%8C%D9%8E%D9%86%20%DB%81%DB%8C%D9%96%D8%B1%D9%88%DA%AF%D9%84%D9%90%D9%BE%DA%BE>,
        <http://lexvo.org/id/term/kat/%E1%83%9B%E1%83%90%E1%83%98%E1%83%90%E1%83%A1%20%E1%83%98%E1%83%94%E1%83%A0%E1%83%9D%E1%83%92%E1%83%9A%E1%83%98%E1%83%A4%E1%83%94%E1%83%91%E1%83%98>,
        <http://lexvo.org/id/term/kor/%EB%A7%88%EC%95%BC%20%EC%83%81%ED%98%95%20%EB%AC%B8%EC%9E%90>,
        <http://lexvo.org/id/term/lao/%E0%BA%A1%E0%BA%B2%E0%BA%8D%E0%BA%B2%E0%BB%84%E0%BA%AE%E0%BB%82%E0%BA%AE%E0%BA%81%E0%BA%A5%E0%BA%B4%E0%BA%9A>,
        <http://lexvo.org/id/term/lav/maiju>,
        <http://lexvo.org/id/term/lit/mal%C5%B3%20hieroglifai>,
        <http://lexvo.org/id/term/mal/%E0%B4%AE%E0%B4%BE%E0%B4%AF%E0%B5%BB%20%E0%B4%9A%E0%B4%BF%E0%B4%A4%E0%B5%8D%E0%B4%B0%E0%B4%B2%E0%B4%BF%E0%B4%AA%E0%B4%BF>,
        <http://lexvo.org/id/term/mar/%E0%A4%AE%E0%A4%BE%E0%A4%AF%E0%A4%BE%E0%A4%A8%20%E0%A4%B9%E0%A4%BE%E0%A4%87%E0%A4%B0%E0%A5%8B%E0%A4%97%E0%A5%8D%E0%A4%B2%E0%A4%BF%E0%A4%AB%E0%A5%8D%E0%A4%B8>,
        <http://lexvo.org/id/term/nep/%E0%A4%AE%E0%A4%BE%E0%A4%AF%E0%A4%BE%20%E0%A4%B9%E0%A4%BE%E0%A4%87%E0%A4%B0%E0%A5%8B%E0%A4%97%E0%A5%8D%E0%A4%B2%E0%A4%BF%E0%A4%AB%E0%A5%8D%E0%A4%B8>,
        <http://lexvo.org/id/term/nld/Mayahi%C3%ABrogliefen>,
        <http://lexvo.org/id/term/nno/maya-hieroglyfar>,
        <http://lexvo.org/id/term/nob/maya-hieroglyfer>,
        <http://lexvo.org/id/term/ori/%E0%AC%AE%E0%AD%9F%E0%AC%BE%E0%AC%A8%E0%AD%8D%20%E0%AC%B9%E0%AC%BE%E0%AD%9F%E0%AC%B0%E0%AC%B2%E0%AC%9C%E0%AC%BF%E0%AC%95%E0%AC%B8%E0%AD%8D>,
        <http://lexvo.org/id/term/pol/hieroglify%20Maj%C3%B3w>,
        <http://lexvo.org/id/term/por/hier%C3%B3glifos%20maias>,
        <http://lexvo.org/id/term/roh/ieroglifas%20maya>,
        <http://lexvo.org/id/term/ron/hieroglife%20maya>,
        <http://lexvo.org/id/term/rus/%D0%9C%D0%B0%D0%B9%D1%8F>,
        <http://lexvo.org/id/term/slk/maysk%C3%A9%20hieroglyfy>,
        <http://lexvo.org/id/term/slv/majevska%20slikovna%20pisava>,
        <http://lexvo.org/id/term/spa/jerogl%C3%ADficos%20mayas>,
        <http://lexvo.org/id/term/srp-Latn/majanski%20hijeroglifi>,
        <http://lexvo.org/id/term/srp/%D0%BC%D0%B0%D1%98%D0%B0%D0%BD%D1%81%D0%BA%D0%B8%20%D1%85%D0%B8%D1%98%D0%B5%D1%80%D0%BE%D0%B3%D0%BB%D0%B8%D1%84%D0%B8>,
        <http://lexvo.org/id/term/swe/mayahieroglyfer>,
        <http://lexvo.org/id/term/tam/%E0%AE%AE%E0%AE%AF%E0%AE%BE%E0%AE%A9%E0%AF%8D%20%E0%AE%B9%E0%AF%88%E0%AE%B0%E0%AF%8B%E0%AE%95%E0%AE%BF%E0%AE%B3%E0%AE%BF%E0%AE%AA%E0%AF%8D>,
        <http://lexvo.org/id/term/tel/%E0%B0%AE%E0%B0%BE%E0%B0%AF%E0%B0%A8%E0%B1%8D%20%E0%B0%B9%E0%B1%88%E0%B0%B0%E0%B1%8B%E0%B0%97%E0%B1%8D%E0%B0%B2%E0%B1%88%E0%B0%AB%E0%B1%8D%E0%B0%B8%E0%B1%8D>,
        <http://lexvo.org/id/term/tha/%E0%B8%A1%E0%B8%B2%E0%B8%A2%E0%B8%B2%E0%B9%84%E0%B8%AE%E0%B9%82%E0%B8%A3%E0%B8%81%E0%B8%A5%E0%B8%B4%E0%B8%9F%E0%B8%AA%E0%B9%8C>,
        <http://lexvo.org/id/term/tur/Maya%20Hiyeroglifleri>,
        <http://lexvo.org/id/term/ukr/%D0%9C%D0%B0%D0%B9%D1%8F%20%D1%96%D1%94%D1%80%D0%BE%D0%B3%D0%BB%D1%96%D1%84%D1%96%D1%87%D0%BD%D0%B8%D0%B9>,
        <http://lexvo.org/id/term/vie/Ch%E1%BB%AF%20t%C6%B0%E1%BB%A3ng%20h%C3%ACnh%20Maya> .

<http://lexvo.org/id/script/Mend> a lvont:Script ;
    rdfs:label "mende"@ca,
        "门迪文"@cmn,
        "門德文"@cmn-Hant,
        "Mende"@en,
        "mende"@fi,
        "mendé"@fr,
        "Mende"@id,
        "メンデ文字"@ja,
        "멘데 문자"@ko,
        "ເມນເດ"@lo,
        "mende"@pl,
        "mende"@sv,
        "เมนเด"@th,
        "Chữ Mende"@vi ;
    lvont:iso15924Alphacode "Mend"^^xsd:string ;
    lvont:label <http://lexvo.org/id/term/cat/mende>,
        <http://lexvo.org/id/term/cmn-Hant/%E9%96%80%E5%BE%B7%E6%96%87>,
        <http://lexvo.org/id/term/cmn/%E9%97%A8%E8%BF%AA%E6%96%87>,
        <http://lexvo.org/id/term/eng/Mende>,
        <http://lexvo.org/id/term/fin/mende>,
        <http://lexvo.org/id/term/fra/mend%C3%A9>,
        <http://lexvo.org/id/term/ind/Mende>,
        <http://lexvo.org/id/term/jpn/%E3%83%A1%E3%83%B3%E3%83%87%E6%96%87%E5%AD%97>,
        <http://lexvo.org/id/term/kor/%EB%A9%98%EB%8D%B0%20%EB%AC%B8%EC%9E%90>,
        <http://lexvo.org/id/term/lao/%E0%BB%80%E0%BA%A1%E0%BA%99%E0%BB%80%E0%BA%94>,
        <http://lexvo.org/id/term/pol/mende>,
        <http://lexvo.org/id/term/swe/mende>,
        <http://lexvo.org/id/term/tha/%E0%B9%80%E0%B8%A1%E0%B8%99%E0%B9%80%E0%B8%94>,
        <http://lexvo.org/id/term/vie/Ch%E1%BB%AF%20Mende> .

<http://lexvo.org/id/script/Merc> a lvont:Script ;
    rdfs:label "cursiva meroítica"@ca,
        "麦罗埃草书"@cmn,
        "麥羅埃文（曲線字體）"@cmn-Hant,
        "meroitia atsyia gbeŋɔŋlɔ"@ee,
        "Meroitic Cursive"@en,
        "meroiittinen kursiivikirjoitus"@fi,
        "cursif méroïtique"@fr,
        "Kursif Meroitik"@id,
        "メロエ文字草書体"@ja,
        "메로에 필기체"@ko,
        "ເຄເລີຊີເມໂຮອິຕິກ"@lo,
        "meroickie (kursywa)"@pl,
        "kursiv-meroitiska"@sv,
        "เคอร์ซีฟ-เมโรอิติก"@th,
        "Chữ Meroitic Nét thảo"@vi ;
    lvont:iso15924Alphacode "Merc"^^xsd:string ;
    lvont:label <http://lexvo.org/id/term/cat/cursiva%20mero%C3%ADtica>,
        <http://lexvo.org/id/term/cmn-Hant/%E9%BA%A5%E7%BE%85%E5%9F%83%E6%96%87%EF%BC%88%E6%9B%B2%E7%B7%9A%E5%AD%97%E9%AB%94%EF%BC%89>,
        <http://lexvo.org/id/term/cmn/%E9%BA%A6%E7%BD%97%E5%9F%83%E8%8D%89%E4%B9%A6>,
        <http://lexvo.org/id/term/eng/Meroitic%20Cursive>,
        <http://lexvo.org/id/term/ewe/meroitia%20atsyia%20gbe%C5%8B%C9%94%C5%8Bl%C9%94>,
        <http://lexvo.org/id/term/fin/meroiittinen%20kursiivikirjoitus>,
        <http://lexvo.org/id/term/fra/cursif%20m%C3%A9ro%C3%AFtique>,
        <http://lexvo.org/id/term/ind/Kursif%20Meroitik>,
        <http://lexvo.org/id/term/jpn/%E3%83%A1%E3%83%AD%E3%82%A8%E6%96%87%E5%AD%97%E8%8D%89%E6%9B%B8%E4%BD%93>,
        <http://lexvo.org/id/term/kor/%EB%A9%94%EB%A1%9C%EC%97%90%20%ED%95%84%EA%B8%B0%EC%B2%B4>,
        <http://lexvo.org/id/term/lao/%E0%BB%80%E0%BA%84%E0%BB%80%E0%BA%A5%E0%BA%B5%E0%BA%8A%E0%BA%B5%E0%BB%80%E0%BA%A1%E0%BB%82%E0%BA%AE%E0%BA%AD%E0%BA%B4%E0%BA%95%E0%BA%B4%E0%BA%81>,
        <http://lexvo.org/id/term/pol/meroickie%20(kursywa)>,
        <http://lexvo.org/id/term/swe/kursiv-meroitiska>,
        <http://lexvo.org/id/term/tha/%E0%B9%80%E0%B8%84%E0%B8%AD%E0%B8%A3%E0%B9%8C%E0%B8%8B%E0%B8%B5%E0%B8%9F-%E0%B9%80%E0%B8%A1%E0%B9%82%E0%B8%A3%E0%B8%AD%E0%B8%B4%E0%B8%95%E0%B8%B4%E0%B8%81>,
        <http://lexvo.org/id/term/vie/Ch%E1%BB%AF%20Meroitic%20N%C3%A9t%20th%E1%BA%A3o> .

<http://lexvo.org/id/script/Mero> a lvont:Script ;
    rdfs:label "الميرويتيك"@ar,
        "meroytik"@az,
        "Мероитска"@bg,
        "মেরোইটিক"@bn,
        "मेरोईटीक्"@brx,
        "meroitik pismo"@bs,
        "мероитик писмо"@bs-Cyrl,
        "meroític"@ca,
        "麦若提克文"@cmn,
        "麥羅埃文"@cmn-Hant,
        "meroitické"@cs,
        "meroitisk"@da,
        "Meroitisch"@de,
        "meroitia gbeŋɔŋlɔ"@ee,
        "Μεροϊτικό"@el,
        "Meroitic"@en,
        "Meroitic Hieroglyphs"@en,
        "𐐣𐐯𐑉𐐬𐐮𐐻𐐮𐐿"@en-Dsrt,
        "meroítico"@es,
        "meroe"@et,
        "مروییتی"@fa,
        "meroiittinen"@fi,
        "hiéroglyphes méroïtiques"@fr,
        "méroïtique"@fr,
        "Meroitisch"@gsw,
        "મેરોઇટિક"@gu,
        "मेरोइटिक"@hi,
        "meroitic pismo"@hr,
        "Meroitikus"@hu,
        "Meroitik"@id,
        "meroitíska"@is,
        "meroitico"@it,
        "メロエ文字"@ja,
        "ಮೆರೊಯಿಟಿಕ್"@kn,
        "메로에 문자"@ko,
        "مِرایٹِک"@ks,
        "ເມໂຮຕິກ"@lo,
        "meroitik"@lt,
        "മെറോയിറ്റിക്"@ml,
        "मेरोइटिक"@mr,
        "meroitisk"@nb,
        "मेरियोटिक"@ne,
        "Meroïtisch"@nl,
        "meroitisk"@nn,
        "ମେରୋଇଟିକ୍"@or,
        "meroickie"@pl,
        "meroítico"@pt,
        "meroitic"@rm,
        "Мероитская"@ru,
        "meroitski"@sl,
        "мероитик писмо"@sr,
        "meroitik pismo"@sr-Latn,
        "meriotiska"@sv,
        "meroitiska"@sv,
        "மெராய்டிக்"@ta,
        "మెరోఇటిక్"@te,
        "เมโรติก"@th,
        "Meroitik"@tr,
        "Мероїтський"@uk,
        "Chữ Meroitic"@vi ;
    lvont:iso15924Alphacode "Mero"^^xsd:string ;
    lvont:label <http://lexvo.org/id/term/ara/%D8%A7%D9%84%D9%85%D9%8A%D8%B1%D9%88%D9%8A%D8%AA%D9%8A%D9%83>,
        <http://lexvo.org/id/term/aze/meroytik>,
        <http://lexvo.org/id/term/ben/%E0%A6%AE%E0%A7%87%E0%A6%B0%E0%A7%8B%E0%A6%87%E0%A6%9F%E0%A6%BF%E0%A6%95>,
        <http://lexvo.org/id/term/bos-Cyrl/%D0%BC%D0%B5%D1%80%D0%BE%D0%B8%D1%82%D0%B8%D0%BA%20%D0%BF%D0%B8%D1%81%D0%BC%D0%BE>,
        <http://lexvo.org/id/term/bos/meroitik%20pismo>,
        <http://lexvo.org/id/term/brx/%E0%A4%AE%E0%A5%87%E0%A4%B0%E0%A5%8B%E0%A4%88%E0%A4%9F%E0%A5%80%E0%A4%95%E0%A5%8D>,
        <http://lexvo.org/id/term/bul/%D0%9C%D0%B5%D1%80%D0%BE%D0%B8%D1%82%D1%81%D0%BA%D0%B0>,
        <http://lexvo.org/id/term/cat/mero%C3%ADtic>,
        <http://lexvo.org/id/term/ces/meroitick%C3%A9>,
        <http://lexvo.org/id/term/cmn-Hant/%E9%BA%A5%E7%BE%85%E5%9F%83%E6%96%87>,
        <http://lexvo.org/id/term/cmn/%E9%BA%A6%E8%8B%A5%E6%8F%90%E5%85%8B%E6%96%87>,
        <http://lexvo.org/id/term/dan/meroitisk>,
        <http://lexvo.org/id/term/deu/Meroitisch>,
        <http://lexvo.org/id/term/ell/%CE%9C%CE%B5%CF%81%CE%BF%CF%8A%CF%84%CE%B9%CE%BA%CF%8C>,
        <http://lexvo.org/id/term/eng-Dsrt/%F0%90%90%A3%F0%90%90%AF%F0%90%91%89%F0%90%90%AC%F0%90%90%AE%F0%90%90%BB%F0%90%90%AE%F0%90%90%BF>,
        <http://lexvo.org/id/term/eng/Meroitic>,
        <http://lexvo.org/id/term/eng/Meroitic%20Hieroglyphs>,
        <http://lexvo.org/id/term/est/meroe>,
        <http://lexvo.org/id/term/ewe/meroitia%20gbe%C5%8B%C9%94%C5%8Bl%C9%94>,
        <http://lexvo.org/id/term/fas/%D9%85%D8%B1%D9%88%DB%8C%DB%8C%D8%AA%DB%8C>,
        <http://lexvo.org/id/term/fin/meroiittinen>,
        <http://lexvo.org/id/term/fra/hi%C3%A9roglyphes%20m%C3%A9ro%C3%AFtiques>,
        <http://lexvo.org/id/term/fra/m%C3%A9ro%C3%AFtique>,
        <http://lexvo.org/id/term/gsw/Meroitisch>,
        <http://lexvo.org/id/term/guj/%E0%AA%AE%E0%AB%87%E0%AA%B0%E0%AB%8B%E0%AA%87%E0%AA%9F%E0%AA%BF%E0%AA%95>,
        <http://lexvo.org/id/term/hin/%E0%A4%AE%E0%A5%87%E0%A4%B0%E0%A5%8B%E0%A4%87%E0%A4%9F%E0%A4%BF%E0%A4%95>,
        <http://lexvo.org/id/term/hrv/meroitic%20pismo>,
        <http://lexvo.org/id/term/hun/Meroitikus>,
        <http://lexvo.org/id/term/ind/Meroitik>,
        <http://lexvo.org/id/term/isl/meroit%C3%ADska>,
        <http://lexvo.org/id/term/ita/meroitico>,
        <http://lexvo.org/id/term/jpn/%E3%83%A1%E3%83%AD%E3%82%A8%E6%96%87%E5%AD%97>,
        <http://lexvo.org/id/term/kan/%E0%B2%AE%E0%B3%86%E0%B2%B0%E0%B3%8A%E0%B2%AF%E0%B2%BF%E0%B2%9F%E0%B2%BF%E0%B2%95%E0%B3%8D>,
        <http://lexvo.org/id/term/kas/%D9%85%D9%90%D8%B1%D8%A7%DB%8C%D9%B9%D9%90%DA%A9>,
        <http://lexvo.org/id/term/kor/%EB%A9%94%EB%A1%9C%EC%97%90%20%EB%AC%B8%EC%9E%90>,
        <http://lexvo.org/id/term/lao/%E0%BB%80%E0%BA%A1%E0%BB%82%E0%BA%AE%E0%BA%95%E0%BA%B4%E0%BA%81>,
        <http://lexvo.org/id/term/lit/meroitik>,
        <http://lexvo.org/id/term/mal/%E0%B4%AE%E0%B5%86%E0%B4%B1%E0%B5%8B%E0%B4%AF%E0%B4%BF%E0%B4%B1%E0%B5%8D%E0%B4%B1%E0%B4%BF%E0%B4%95%E0%B5%8D>,
        <http://lexvo.org/id/term/mar/%E0%A4%AE%E0%A5%87%E0%A4%B0%E0%A5%8B%E0%A4%87%E0%A4%9F%E0%A4%BF%E0%A4%95>,
        <http://lexvo.org/id/term/nep/%E0%A4%AE%E0%A5%87%E0%A4%B0%E0%A4%BF%E0%A4%AF%E0%A5%8B%E0%A4%9F%E0%A4%BF%E0%A4%95>,
        <http://lexvo.org/id/term/nld/Mero%C3%AFtisch>,
        <http://lexvo.org/id/term/nno/meroitisk>,
        <http://lexvo.org/id/term/nob/meroitisk>,
        <http://lexvo.org/id/term/ori/%E0%AC%AE%E0%AD%87%E0%AC%B0%E0%AD%8B%E0%AC%87%E0%AC%9F%E0%AC%BF%E0%AC%95%E0%AD%8D>,
        <http://lexvo.org/id/term/pol/meroickie>,
        <http://lexvo.org/id/term/por/mero%C3%ADtico>,
        <http://lexvo.org/id/term/roh/meroitic>,
        <http://lexvo.org/id/term/rus/%D0%9C%D0%B5%D1%80%D0%BE%D0%B8%D1%82%D1%81%D0%BA%D0%B0%D1%8F>,
        <http://lexvo.org/id/term/slv/meroitski>,
        <http://lexvo.org/id/term/spa/mero%C3%ADtico>,
        <http://lexvo.org/id/term/srp-Latn/meroitik%20pismo>,
        <http://lexvo.org/id/term/srp/%D0%BC%D0%B5%D1%80%D0%BE%D0%B8%D1%82%D0%B8%D0%BA%20%D0%BF%D0%B8%D1%81%D0%BC%D0%BE>,
        <http://lexvo.org/id/term/swe/meriotiska>,
        <http://lexvo.org/id/term/swe/meroitiska>,
        <http://lexvo.org/id/term/tam/%E0%AE%AE%E0%AF%86%E0%AE%B0%E0%AE%BE%E0%AE%AF%E0%AF%8D%E0%AE%9F%E0%AE%BF%E0%AE%95%E0%AF%8D>,
        <http://lexvo.org/id/term/tel/%E0%B0%AE%E0%B1%86%E0%B0%B0%E0%B1%8B%E0%B0%87%E0%B0%9F%E0%B0%BF%E0%B0%95%E0%B1%8D>,
        <http://lexvo.org/id/term/tha/%E0%B9%80%E0%B8%A1%E0%B9%82%E0%B8%A3%E0%B8%95%E0%B8%B4%E0%B8%81>,
        <http://lexvo.org/id/term/tur/Meroitik>,
        <http://lexvo.org/id/term/ukr/%D0%9C%D0%B5%D1%80%D0%BE%D1%97%D1%82%D1%81%D1%8C%D0%BA%D0%B8%D0%B9>,
        <http://lexvo.org/id/term/vie/Ch%E1%BB%AF%20Meroitic> .

<http://lexvo.org/id/script/Mlym> a lvont:Script ;
    rdfs:label "Malabaars"@af,
        "ማላያልም"@am,
        "الماليالام"@ar,
        "malayalam"@ast,
        "malayalam"@az,
        "Малаялам"@bg,
        "মালায়ালাম"@bn,
        "malayalam"@br,
        "मलयालम्"@brx,
        "malajalam pismo"@bs,
        "малајалам писмо"@bs-Cyrl,
        "malaialam"@ca,
        "马拉雅拉姆文"@cmn,
        "馬來亞拉姆文"@cmn-Hant,
        "malajlámské"@cs,
        "malayalam"@da,
        "Malaysisch"@de,
        "མ་ལ་ཡ་ལམ་ཡིག་གུ"@dz,
        "malayagbeŋɔŋlɔ"@ee,
        "Μαλαγιάλαμ"@el,
        "Malayalam"@en,
        "𐐣𐐲𐑊𐐩𐐲𐑊𐐪𐑋"@en-Dsrt,
        "malayálam"@es,
        "malajalami"@et,
        "Malayalamera"@eu,
        "مالایالامی"@fa,
        "malajalamilainen"@fi,
        "Malayalam"@fil,
        "malayâlam"@fr,
        "malayalam"@fur,
        "Mailéalamach"@ga,
        "Malayalam"@gd,
        "Malabar"@gl,
        "Malaysisch"@gsw,
        "મલયાલમ"@gu,
        "מליאלאם"@he,
        "मलयालम"@hi,
        "majalajam pismo"@hr,
        "Malajálam"@hu,
        "Malayalam"@id,
        "Malayalam"@is,
        "malayalam"@it,
        "マラヤーラム文字"@ja,
        "malaialam"@kea,
        "Малаял"@kk,
        "មលយាល័ម"@km,
        "ಮಲೆಯಾಳಂ"@kn,
        "말라얄람 문자"@ko,
        "مَلیالَم"@ks,
        "indesche Malajalam-Schreff"@ksh,
        "ມາລາຢາລາມ"@lo,
        "malajalių"@lt,
        "malajalu"@lv,
        "малајаламско писмо"@mk,
        "മലയാളം"@ml,
        "मल्याळी"@mr,
        "malayalam"@nb,
        "मलायालम"@ne,
        "Malayalam"@nl,
        "malayalam"@nn,
        "ମାଲୟଲମ୍"@or,
        "malayalam"@pl,
        "malaiala"@pt,
        "malaisian"@rm,
        "malayalam"@ro,
        "Малаяльская"@ru,
        "මලයාලම්"@si,
        "Malajámčina"@sk,
        "malajalamski"@sl,
        "малајалам писмо"@sr,
        "malajalam pismo"@sr-Latn,
        "malayalam"@sv,
        "Kimalayalam"@swh,
        "மலையாளம்"@ta,
        "మలయాళం"@te,
        "มาลายาลัม"@th,
        "tohinima fakaʻinitia malāialemi"@to,
        "Malayalam"@tr,
        "Малайялам"@uk,
        "ملیالم"@ur,
        "Chữ Malayalam"@vi,
        "Malaisiš"@wae,
        "Malayalam"@zsm,
        "isi-Malayalam"@zu ;
    lvont:iso15924Alphacode "Mlym"^^xsd:string ;
    lvont:label <http://lexvo.org/id/term/afr/Malabaars>,
        <http://lexvo.org/id/term/amh/%E1%88%9B%E1%88%8B%E1%8B%AB%E1%88%8D%E1%88%9D>,
        <http://lexvo.org/id/term/ara/%D8%A7%D9%84%D9%85%D8%A7%D9%84%D9%8A%D8%A7%D9%84%D8%A7%D9%85>,
        <http://lexvo.org/id/term/ast/malayalam>,
        <http://lexvo.org/id/term/aze/malayalam>,
        <http://lexvo.org/id/term/ben/%E0%A6%AE%E0%A6%BE%E0%A6%B2%E0%A6%BE%E0%A6%AF%E0%A6%BC%E0%A6%BE%E0%A6%B2%E0%A6%BE%E0%A6%AE>,
        <http://lexvo.org/id/term/bos-Cyrl/%D0%BC%D0%B0%D0%BB%D0%B0%D1%98%D0%B0%D0%BB%D0%B0%D0%BC%20%D0%BF%D0%B8%D1%81%D0%BC%D0%BE>,
        <http://lexvo.org/id/term/bos/malajalam%20pismo>,
        <http://lexvo.org/id/term/bre/malayalam>,
        <http://lexvo.org/id/term/brx/%E0%A4%AE%E0%A4%B2%E0%A4%AF%E0%A4%BE%E0%A4%B2%E0%A4%AE%E0%A5%8D>,
        <http://lexvo.org/id/term/bul/%D0%9C%D0%B0%D0%BB%D0%B0%D1%8F%D0%BB%D0%B0%D0%BC>,
        <http://lexvo.org/id/term/cat/malaialam>,
        <http://lexvo.org/id/term/ces/malajl%C3%A1msk%C3%A9>,
        <http://lexvo.org/id/term/cmn-Hant/%E9%A6%AC%E4%BE%86%E4%BA%9E%E6%8B%89%E5%A7%86%E6%96%87>,
        <http://lexvo.org/id/term/cmn/%E9%A9%AC%E6%8B%89%E9%9B%85%E6%8B%89%E5%A7%86%E6%96%87>,
        <http://lexvo.org/id/term/dan/malayalam>,
        <http://lexvo.org/id/term/deu/Malaysisch>,
        <http://lexvo.org/id/term/dzo/%E0%BD%98%E0%BC%8B%E0%BD%A3%E0%BC%8B%E0%BD%A1%E0%BC%8B%E0%BD%A3%E0%BD%98%E0%BC%8B%E0%BD%A1%E0%BD%B2%E0%BD%82%E0%BC%8B%E0%BD%82%E0%BD%B4>,
        <http://lexvo.org/id/term/ell/%CE%9C%CE%B1%CE%BB%CE%B1%CE%B3%CE%B9%CE%AC%CE%BB%CE%B1%CE%BC>,
        <http://lexvo.org/id/term/eng-Dsrt/%F0%90%90%A3%F0%90%90%B2%F0%90%91%8A%F0%90%90%A9%F0%90%90%B2%F0%90%91%8A%F0%90%90%AA%F0%90%91%8B>,
        <http://lexvo.org/id/term/eng/Malayalam>,
        <http://lexvo.org/id/term/est/malajalami>,
        <http://lexvo.org/id/term/eus/Malayalamera>,
        <http://lexvo.org/id/term/ewe/malayagbe%C5%8B%C9%94%C5%8Bl%C9%94>,
        <http://lexvo.org/id/term/fas/%D9%85%D8%A7%D9%84%D8%A7%DB%8C%D8%A7%D9%84%D8%A7%D9%85%DB%8C>,
        <http://lexvo.org/id/term/fil/Malayalam>,
        <http://lexvo.org/id/term/fin/malajalamilainen>,
        <http://lexvo.org/id/term/fra/malay%C3%A2lam>,
        <http://lexvo.org/id/term/fur/malayalam>,
        <http://lexvo.org/id/term/gla/Malayalam>,
        <http://lexvo.org/id/term/gle/Mail%C3%A9alamach>,
        <http://lexvo.org/id/term/glg/Malabar>,
        <http://lexvo.org/id/term/gsw/Malaysisch>,
        <http://lexvo.org/id/term/guj/%E0%AA%AE%E0%AA%B2%E0%AA%AF%E0%AA%BE%E0%AA%B2%E0%AA%AE>,
        <http://lexvo.org/id/term/heb/%D7%9E%D7%9C%D7%99%D7%90%D7%9C%D7%90%D7%9D>,
        <http://lexvo.org/id/term/hin/%E0%A4%AE%E0%A4%B2%E0%A4%AF%E0%A4%BE%E0%A4%B2%E0%A4%AE>,
        <http://lexvo.org/id/term/hrv/majalajam%20pismo>,
        <http://lexvo.org/id/term/hun/Malaj%C3%A1lam>,
        <http://lexvo.org/id/term/ind/Malayalam>,
        <http://lexvo.org/id/term/isl/Malayalam>,
        <http://lexvo.org/id/term/ita/malayalam>,
        <http://lexvo.org/id/term/jpn/%E3%83%9E%E3%83%A9%E3%83%A4%E3%83%BC%E3%83%A9%E3%83%A0%E6%96%87%E5%AD%97>,
        <http://lexvo.org/id/term/kan/%E0%B2%AE%E0%B2%B2%E0%B3%86%E0%B2%AF%E0%B2%BE%E0%B2%B3%E0%B2%82>,
        <http://lexvo.org/id/term/kas/%D9%85%D9%8E%D9%84%DB%8C%D8%A7%D9%84%D9%8E%D9%85>,
        <http://lexvo.org/id/term/kaz/%D0%9C%D0%B0%D0%BB%D0%B0%D1%8F%D0%BB>,
        <http://lexvo.org/id/term/kea/malaialam>,
        <http://lexvo.org/id/term/khm/%E1%9E%98%E1%9E%9B%E1%9E%99%E1%9E%B6%E1%9E%9B%E1%9F%90%E1%9E%98>,
        <http://lexvo.org/id/term/kor/%EB%A7%90%EB%9D%BC%EC%96%84%EB%9E%8C%20%EB%AC%B8%EC%9E%90>,
        <http://lexvo.org/id/term/ksh/indesche%20Malajalam-Schreff>,
        <http://lexvo.org/id/term/lao/%E0%BA%A1%E0%BA%B2%E0%BA%A5%E0%BA%B2%E0%BA%A2%E0%BA%B2%E0%BA%A5%E0%BA%B2%E0%BA%A1>,
        <http://lexvo.org/id/term/lav/malajalu>,
        <http://lexvo.org/id/term/lit/malajali%C5%B3>,
        <http://lexvo.org/id/term/mal/%E0%B4%AE%E0%B4%B2%E0%B4%AF%E0%B4%BE%E0%B4%B3%E0%B4%82>,
        <http://lexvo.org/id/term/mar/%E0%A4%AE%E0%A4%B2%E0%A5%8D%E0%A4%AF%E0%A4%BE%E0%A4%B3%E0%A5%80>,
        <http://lexvo.org/id/term/mkd/%D0%BC%D0%B0%D0%BB%D0%B0%D1%98%D0%B0%D0%BB%D0%B0%D0%BC%D1%81%D0%BA%D0%BE%20%D0%BF%D0%B8%D1%81%D0%BC%D0%BE>,
        <http://lexvo.org/id/term/nep/%E0%A4%AE%E0%A4%B2%E0%A4%BE%E0%A4%AF%E0%A4%BE%E0%A4%B2%E0%A4%AE>,
        <http://lexvo.org/id/term/nld/Malayalam>,
        <http://lexvo.org/id/term/nno/malayalam>,
        <http://lexvo.org/id/term/nob/malayalam>,
        <http://lexvo.org/id/term/ori/%E0%AC%AE%E0%AC%BE%E0%AC%B2%E0%AD%9F%E0%AC%B2%E0%AC%AE%E0%AD%8D>,
        <http://lexvo.org/id/term/pol/malayalam>,
        <http://lexvo.org/id/term/por/malaiala>,
        <http://lexvo.org/id/term/roh/malaisian>,
        <http://lexvo.org/id/term/ron/malayalam>,
        <http://lexvo.org/id/term/rus/%D0%9C%D0%B0%D0%BB%D0%B0%D1%8F%D0%BB%D1%8C%D1%81%D0%BA%D0%B0%D1%8F>,
        <http://lexvo.org/id/term/sin/%E0%B6%B8%E0%B6%BD%E0%B6%BA%E0%B7%8F%E0%B6%BD%E0%B6%B8%E0%B7%8A>,
        <http://lexvo.org/id/term/slk/Malaj%C3%A1m%C4%8Dina>,
        <http://lexvo.org/id/term/slv/malajalamski>,
        <http://lexvo.org/id/term/spa/malay%C3%A1lam>,
        <http://lexvo.org/id/term/srp-Latn/malajalam%20pismo>,
        <http://lexvo.org/id/term/srp/%D0%BC%D0%B0%D0%BB%D0%B0%D1%98%D0%B0%D0%BB%D0%B0%D0%BC%20%D0%BF%D0%B8%D1%81%D0%BC%D0%BE>,
        <http://lexvo.org/id/term/swe/malayalam>,
        <http://lexvo.org/id/term/swh/Kimalayalam>,
        <http://lexvo.org/id/term/tam/%E0%AE%AE%E0%AE%B2%E0%AF%88%E0%AE%AF%E0%AE%BE%E0%AE%B3%E0%AE%AE%E0%AF%8D>,
        <http://lexvo.org/id/term/tel/%E0%B0%AE%E0%B0%B2%E0%B0%AF%E0%B0%BE%E0%B0%B3%E0%B0%82>,
        <http://lexvo.org/id/term/tha/%E0%B8%A1%E0%B8%B2%E0%B8%A5%E0%B8%B2%E0%B8%A2%E0%B8%B2%E0%B8%A5%E0%B8%B1%E0%B8%A1>,
        <http://lexvo.org/id/term/ton/tohinima%20faka%CA%BBinitia%20mal%C4%81ialemi>,
        <http://lexvo.org/id/term/tur/Malayalam>,
        <http://lexvo.org/id/term/ukr/%D0%9C%D0%B0%D0%BB%D0%B0%D0%B9%D1%8F%D0%BB%D0%B0%D0%BC>,
        <http://lexvo.org/id/term/urd/%D9%85%D9%84%DB%8C%D8%A7%D9%84%D9%85>,
        <http://lexvo.org/id/term/vie/Ch%E1%BB%AF%20Malayalam>,
        <http://lexvo.org/id/term/wae/Malaisi%C5%A1>,
        <http://lexvo.org/id/term/zsm/Malayalam>,
        <http://lexvo.org/id/term/zul/isi-Malayalam> .

<http://lexvo.org/id/script/Mong> a lvont:Script ;
    rdfs:label "Mongools"@af,
        "ሞንጎሊያዊ"@am,
        "المغولية"@ar,
        "mongol"@ast,
        "monqol"@az,
        "Монголска"@bg,
        "মোঙ্গোলীয়"@bn,
        "mongolek"@br,
        "मंगोलियाई"@brx,
        "mongolsko pismo"@bs,
        "монголско писмо"@bs-Cyrl,
        "mongol"@ca,
        "蒙古文"@cmn,
        "蒙古文"@cmn-Hant,
        "mongolské"@cs,
        "mongolsk"@da,
        "Mongolisch"@de,
        "སོག་པོའི་ཡིག་གུ"@dz,
        "mongoliagbeŋɔŋlɔ"@ee,
        "Μογγολικό"@el,
        "Mongolian"@en,
        "𐐣𐐱𐑍𐐬𐑊𐐨𐐲𐑌"@en-Dsrt,
        "mongol"@es,
        "mongoli"@et,
        "Mongoliera"@eu,
        "مغلی"@fa,
        "مغولی"@fa,
        "mongolilainen"@fi,
        "Mongolian"@fil,
        "mongol"@fr,
        "mongul"@fur,
        "Mongólach"@ga,
        "Mongolach"@gd,
        "Mongol"@gl,
        "Mongolisch"@gsw,
        "મોંગોલિયન"@gu,
        "מונגולי"@he,
        "मंगोलियाई"@hi,
        "mongolijsko pismo"@hr,
        "Mongol"@hu,
        "Mongolia"@id,
        "Mongólskt"@is,
        "mongolo"@it,
        "モンゴル文字"@ja,
        "მონღოლური"@ka,
        "mongol"@kea,
        "ម៉ុងហ្គោលី"@km,
        "ಮಂಗೋಲಿಯನ್"@kn,
        "몽골 문자"@ko,
        "مَنٛگولیَن"@ks,
        "mongjoolesche Schreff"@ksh,
        "ມົງໂກລຽນ"@lo,
        "mongolų"@lt,
        "mongoļu"@lv,
        "монголско писмо"@mk,
        "മംഗോളിയൻ"@ml,
        "मंगोलियन"@mr,
        "မွန်ဂိုလီးယား"@my,
        "mongolsk"@nb,
        "मङ्गोल"@ne,
        "Mongools"@nl,
        "mongolsk"@nn,
        "ମଙ୍ଗୋଲିଆନ୍"@or,
        "mongolskie"@pl,
        "mongol"@pt,
        "mongolic"@rm,
        "mongolă"@ro,
        "Монгольская"@ru,
        "මොන්ගෝලියානු"@si,
        "mongolský"@sk,
        "mongolski"@sl,
        "монголско писмо"@sr,
        "Mongolsko pismo"@sr-Latn,
        "mongoliska"@sv,
        "Mongolia"@swh,
        "மங்கோலியன்"@ta,
        "మంగోలియన్"@te,
        "มองโกเลีย"@th,
        "tohinima fakamongokōlia"@to,
        "Moğol"@tr,
        "Монгольський"@uk,
        "منگولیائی"@ur,
        "Chữ Mông Cổ"@vi,
        "Mongolia"@zsm,
        "isi-Mongolian"@zu ;
    lvont:iso15924Alphacode "Mong"^^xsd:string ;
    lvont:label <http://lexvo.org/id/term/afr/Mongools>,
        <http://lexvo.org/id/term/amh/%E1%88%9E%E1%8A%95%E1%8C%8E%E1%88%8A%E1%8B%AB%E1%8B%8A>,
        <http://lexvo.org/id/term/ara/%D8%A7%D9%84%D9%85%D8%BA%D9%88%D9%84%D9%8A%D8%A9>,
        <http://lexvo.org/id/term/ast/mongol>,
        <http://lexvo.org/id/term/aze/monqol>,
        <http://lexvo.org/id/term/ben/%E0%A6%AE%E0%A7%8B%E0%A6%99%E0%A7%8D%E0%A6%97%E0%A7%8B%E0%A6%B2%E0%A7%80%E0%A6%AF%E0%A6%BC>,
        <http://lexvo.org/id/term/bos-Cyrl/%D0%BC%D0%BE%D0%BD%D0%B3%D0%BE%D0%BB%D1%81%D0%BA%D0%BE%20%D0%BF%D0%B8%D1%81%D0%BC%D0%BE>,
        <http://lexvo.org/id/term/bos/mongolsko%20pismo>,
        <http://lexvo.org/id/term/bre/mongolek>,
        <http://lexvo.org/id/term/brx/%E0%A4%AE%E0%A4%82%E0%A4%97%E0%A5%8B%E0%A4%B2%E0%A4%BF%E0%A4%AF%E0%A4%BE%E0%A4%88>,
        <http://lexvo.org/id/term/bul/%D0%9C%D0%BE%D0%BD%D0%B3%D0%BE%D0%BB%D1%81%D0%BA%D0%B0>,
        <http://lexvo.org/id/term/cat/mongol>,
        <http://lexvo.org/id/term/ces/mongolsk%C3%A9>,
        <http://lexvo.org/id/term/cmn-Hant/%E8%92%99%E5%8F%A4%E6%96%87>,
        <http://lexvo.org/id/term/cmn/%E8%92%99%E5%8F%A4%E6%96%87>,
        <http://lexvo.org/id/term/dan/mongolsk>,
        <http://lexvo.org/id/term/deu/Mongolisch>,
        <http://lexvo.org/id/term/dzo/%E0%BD%A6%E0%BD%BC%E0%BD%82%E0%BC%8B%E0%BD%94%E0%BD%BC%E0%BD%A0%E0%BD%B2%E0%BC%8B%E0%BD%A1%E0%BD%B2%E0%BD%82%E0%BC%8B%E0%BD%82%E0%BD%B4>,
        <http://lexvo.org/id/term/ell/%CE%9C%CE%BF%CE%B3%CE%B3%CE%BF%CE%BB%CE%B9%CE%BA%CF%8C>,
        <http://lexvo.org/id/term/eng-Dsrt/%F0%90%90%A3%F0%90%90%B1%F0%90%91%8D%F0%90%90%AC%F0%90%91%8A%F0%90%90%A8%F0%90%90%B2%F0%90%91%8C>,
        <http://lexvo.org/id/term/eng/Mongolian>,
        <http://lexvo.org/id/term/est/mongoli>,
        <http://lexvo.org/id/term/eus/Mongoliera>,
        <http://lexvo.org/id/term/ewe/mongoliagbe%C5%8B%C9%94%C5%8Bl%C9%94>,
        <http://lexvo.org/id/term/fas/%D9%85%D8%BA%D9%84%DB%8C>,
        <http://lexvo.org/id/term/fas/%D9%85%D8%BA%D9%88%D9%84%DB%8C>,
        <http://lexvo.org/id/term/fil/Mongolian>,
        <http://lexvo.org/id/term/fin/mongolilainen>,
        <http://lexvo.org/id/term/fra/mongol>,
        <http://lexvo.org/id/term/fur/mongul>,
        <http://lexvo.org/id/term/gla/Mongolach>,
        <http://lexvo.org/id/term/gle/Mong%C3%B3lach>,
        <http://lexvo.org/id/term/glg/Mongol>,
        <http://lexvo.org/id/term/gsw/Mongolisch>,
        <http://lexvo.org/id/term/guj/%E0%AA%AE%E0%AB%8B%E0%AA%82%E0%AA%97%E0%AB%8B%E0%AA%B2%E0%AA%BF%E0%AA%AF%E0%AA%A8>,
        <http://lexvo.org/id/term/heb/%D7%9E%D7%95%D7%A0%D7%92%D7%95%D7%9C%D7%99>,
        <http://lexvo.org/id/term/hin/%E0%A4%AE%E0%A4%82%E0%A4%97%E0%A5%8B%E0%A4%B2%E0%A4%BF%E0%A4%AF%E0%A4%BE%E0%A4%88>,
        <http://lexvo.org/id/term/hrv/mongolijsko%20pismo>,
        <http://lexvo.org/id/term/hun/Mongol>,
        <http://lexvo.org/id/term/ind/Mongolia>,
        <http://lexvo.org/id/term/isl/Mong%C3%B3lskt>,
        <http://lexvo.org/id/term/ita/mongolo>,
        <http://lexvo.org/id/term/jpn/%E3%83%A2%E3%83%B3%E3%82%B4%E3%83%AB%E6%96%87%E5%AD%97>,
        <http://lexvo.org/id/term/kan/%E0%B2%AE%E0%B2%82%E0%B2%97%E0%B3%8B%E0%B2%B2%E0%B2%BF%E0%B2%AF%E0%B2%A8%E0%B3%8D>,
        <http://lexvo.org/id/term/kas/%D9%85%D9%8E%D9%86%D9%9B%DA%AF%D9%88%D9%84%DB%8C%D9%8E%D9%86>,
        <http://lexvo.org/id/term/kat/%E1%83%9B%E1%83%9D%E1%83%9C%E1%83%A6%E1%83%9D%E1%83%9A%E1%83%A3%E1%83%A0%E1%83%98>,
        <http://lexvo.org/id/term/kea/mongol>,
        <http://lexvo.org/id/term/khm/%E1%9E%98%E1%9F%89%E1%9E%BB%E1%9E%84%E1%9E%A0%E1%9F%92%E1%9E%82%E1%9F%84%E1%9E%9B%E1%9E%B8>,
        <http://lexvo.org/id/term/kor/%EB%AA%BD%EA%B3%A8%20%EB%AC%B8%EC%9E%90>,
        <http://lexvo.org/id/term/ksh/mongjoolesche%20Schreff>,
        <http://lexvo.org/id/term/lao/%E0%BA%A1%E0%BA%BB%E0%BA%87%E0%BB%82%E0%BA%81%E0%BA%A5%E0%BA%BD%E0%BA%99>,
        <http://lexvo.org/id/term/lav/mongo%C4%BCu>,
        <http://lexvo.org/id/term/lit/mongol%C5%B3>,
        <http://lexvo.org/id/term/mal/%E0%B4%AE%E0%B4%82%E0%B4%97%E0%B5%8B%E0%B4%B3%E0%B4%BF%E0%B4%AF%E0%B5%BB>,
        <http://lexvo.org/id/term/mar/%E0%A4%AE%E0%A4%82%E0%A4%97%E0%A5%8B%E0%A4%B2%E0%A4%BF%E0%A4%AF%E0%A4%A8>,
        <http://lexvo.org/id/term/mkd/%D0%BC%D0%BE%D0%BD%D0%B3%D0%BE%D0%BB%D1%81%D0%BA%D0%BE%20%D0%BF%D0%B8%D1%81%D0%BC%D0%BE>,
        <http://lexvo.org/id/term/mya/%E1%80%99%E1%80%BD%E1%80%94%E1%80%BA%E1%80%82%E1%80%AD%E1%80%AF%E1%80%9C%E1%80%AE%E1%80%B8%E1%80%9A%E1%80%AC%E1%80%B8>,
        <http://lexvo.org/id/term/nep/%E0%A4%AE%E0%A4%99%E0%A5%8D%E0%A4%97%E0%A5%8B%E0%A4%B2>,
        <http://lexvo.org/id/term/nld/Mongools>,
        <http://lexvo.org/id/term/nno/mongolsk>,
        <http://lexvo.org/id/term/nob/mongolsk>,
        <http://lexvo.org/id/term/ori/%E0%AC%AE%E0%AC%99%E0%AD%8D%E0%AC%97%E0%AD%8B%E0%AC%B2%E0%AC%BF%E0%AC%86%E0%AC%A8%E0%AD%8D>,
        <http://lexvo.org/id/term/pol/mongolskie>,
        <http://lexvo.org/id/term/por/mongol>,
        <http://lexvo.org/id/term/roh/mongolic>,
        <http://lexvo.org/id/term/ron/mongol%C4%83>,
        <http://lexvo.org/id/term/rus/%D0%9C%D0%BE%D0%BD%D0%B3%D0%BE%D0%BB%D1%8C%D1%81%D0%BA%D0%B0%D1%8F>,
        <http://lexvo.org/id/term/sin/%E0%B6%B8%E0%B7%9C%E0%B6%B1%E0%B7%8A%E0%B6%9C%E0%B7%9D%E0%B6%BD%E0%B7%92%E0%B6%BA%E0%B7%8F%E0%B6%B1%E0%B7%94>,
        <http://lexvo.org/id/term/slk/mongolsk%C3%BD>,
        <http://lexvo.org/id/term/slv/mongolski>,
        <http://lexvo.org/id/term/spa/mongol>,
        <http://lexvo.org/id/term/srp-Latn/Mongolsko%20pismo>,
        <http://lexvo.org/id/term/srp/%D0%BC%D0%BE%D0%BD%D0%B3%D0%BE%D0%BB%D1%81%D0%BA%D0%BE%20%D0%BF%D0%B8%D1%81%D0%BC%D0%BE>,
        <http://lexvo.org/id/term/swe/mongoliska>,
        <http://lexvo.org/id/term/swh/Mongolia>,
        <http://lexvo.org/id/term/tam/%E0%AE%AE%E0%AE%99%E0%AF%8D%E0%AE%95%E0%AF%8B%E0%AE%B2%E0%AE%BF%E0%AE%AF%E0%AE%A9%E0%AF%8D>,
        <http://lexvo.org/id/term/tel/%E0%B0%AE%E0%B0%82%E0%B0%97%E0%B1%8B%E0%B0%B2%E0%B0%BF%E0%B0%AF%E0%B0%A8%E0%B1%8D>,
        <http://lexvo.org/id/term/tha/%E0%B8%A1%E0%B8%AD%E0%B8%87%E0%B9%82%E0%B8%81%E0%B9%80%E0%B8%A5%E0%B8%B5%E0%B8%A2>,
        <http://lexvo.org/id/term/ton/tohinima%20fakamongok%C5%8Dlia>,
        <http://lexvo.org/id/term/tur/Mo%C4%9Fol>,
        <http://lexvo.org/id/term/ukr/%D0%9C%D0%BE%D0%BD%D0%B3%D0%BE%D0%BB%D1%8C%D1%81%D1%8C%D0%BA%D0%B8%D0%B9>,
        <http://lexvo.org/id/term/urd/%D9%85%D9%86%DA%AF%D9%88%D9%84%DB%8C%D8%A7%D8%A6%DB%8C>,
        <http://lexvo.org/id/term/vie/Ch%E1%BB%AF%20M%C3%B4ng%20C%E1%BB%95>,
        <http://lexvo.org/id/term/zsm/Mongolia>,
        <http://lexvo.org/id/term/zul/isi-Mongolian> .

<http://lexvo.org/id/script/Moon> a lvont:Script ;
    rdfs:label "مون"@ar,
        "mun"@az,
        "Мун"@bg,
        "মুন"@bn,
        "मुन्"@brx,
        "mesečevo pismo"@bs,
        "месечево писмо"@bs-Cyrl,
        "moon"@ca,
        "韩文语系"@cmn,
        "蒙氏點字"@cmn-Hant,
        "moon"@da,
        "Moon"@de,
        "moon gbeŋɔŋlɔ"@ee,
        "Μουν"@el,
        "Moon"@en,
        "Moon (Moon code, Moon script, Moon type)"@en,
        "𐐣𐐭𐑌"@en-Dsrt,
        "moon"@es,
        "مونی"@fa,
        "moon-kohokirjoitus"@fi,
        "moon"@fr,
        "écriture Moon"@fr,
        "Moon"@gsw,
        "મૂન"@gu,
        "मून"@hi,
        "moon pismo"@hr,
        "Moon"@hu,
        "Moon"@id,
        "moon"@is,
        "moon"@it,
        "ムーン文字"@ja,
        "ಮೂನ್"@kn,
        "문 문자"@ko,
        "موٗن"@ks,
        "ມູນ"@lo,
        "mūn"@lt,
        "Mūna raksts"@lv,
        "മൂൺ"@ml,
        "मून"@mr,
        "moon"@nb,
        "जून"@ne,
        "Moon"@nl,
        "moon"@nn,
        "ଚନ୍ଦ୍ର"@or,
        "Moon'a"@pl,
        "moon"@pt,
        "moon"@rm,
        "Азбука Муна"@ru,
        "Moonova pisava za slepe"@sl,
        "месечево писмо"@sr,
        "mesečevo pismo"@sr-Latn,
        "moon"@sv,
        "மூன்"@ta,
        "మూన్"@te,
        "มูน"@th,
        "Moon"@tr,
        "Мун"@uk,
        "Chữ nổi Moon"@vi ;
    lvont:iso15924Alphacode "Moon"^^xsd:string ;
    lvont:label <http://lexvo.org/id/term/ara/%D9%85%D9%88%D9%86>,
        <http://lexvo.org/id/term/aze/mun>,
        <http://lexvo.org/id/term/ben/%E0%A6%AE%E0%A7%81%E0%A6%A8>,
        <http://lexvo.org/id/term/bos-Cyrl/%D0%BC%D0%B5%D1%81%D0%B5%D1%87%D0%B5%D0%B2%D0%BE%20%D0%BF%D0%B8%D1%81%D0%BC%D0%BE>,
        <http://lexvo.org/id/term/bos/mese%C4%8Devo%20pismo>,
        <http://lexvo.org/id/term/brx/%E0%A4%AE%E0%A5%81%E0%A4%A8%E0%A5%8D>,
        <http://lexvo.org/id/term/bul/%D0%9C%D1%83%D0%BD>,
        <http://lexvo.org/id/term/cat/moon>,
        <http://lexvo.org/id/term/cmn-Hant/%E8%92%99%E6%B0%8F%E9%BB%9E%E5%AD%97>,
        <http://lexvo.org/id/term/cmn/%E9%9F%A9%E6%96%87%E8%AF%AD%E7%B3%BB>,
        <http://lexvo.org/id/term/dan/moon>,
        <http://lexvo.org/id/term/deu/Moon>,
        <http://lexvo.org/id/term/ell/%CE%9C%CE%BF%CF%85%CE%BD>,
        <http://lexvo.org/id/term/eng-Dsrt/%F0%90%90%A3%F0%90%90%AD%F0%90%91%8C>,
        <http://lexvo.org/id/term/eng/Moon>,
        <http://lexvo.org/id/term/eng/Moon%20(Moon%20code%2C%20Moon%20script%2C%20Moon%20type)>,
        <http://lexvo.org/id/term/ewe/moon%20gbe%C5%8B%C9%94%C5%8Bl%C9%94>,
        <http://lexvo.org/id/term/fas/%D9%85%D9%88%D9%86%DB%8C>,
        <http://lexvo.org/id/term/fin/moon-kohokirjoitus>,
        <http://lexvo.org/id/term/fra/%C3%A9criture%20Moon>,
        <http://lexvo.org/id/term/fra/moon>,
        <http://lexvo.org/id/term/gsw/Moon>,
        <http://lexvo.org/id/term/guj/%E0%AA%AE%E0%AB%82%E0%AA%A8>,
        <http://lexvo.org/id/term/hin/%E0%A4%AE%E0%A5%82%E0%A4%A8>,
        <http://lexvo.org/id/term/hrv/moon%20pismo>,
        <http://lexvo.org/id/term/hun/Moon>,
        <http://lexvo.org/id/term/ind/Moon>,
        <http://lexvo.org/id/term/isl/moon>,
        <http://lexvo.org/id/term/ita/moon>,
        <http://lexvo.org/id/term/jpn/%E3%83%A0%E3%83%BC%E3%83%B3%E6%96%87%E5%AD%97>,
        <http://lexvo.org/id/term/kan/%E0%B2%AE%E0%B3%82%E0%B2%A8%E0%B3%8D>,
        <http://lexvo.org/id/term/kas/%D9%85%D9%88%D9%97%D9%86>,
        <http://lexvo.org/id/term/kor/%EB%AC%B8%20%EB%AC%B8%EC%9E%90>,
        <http://lexvo.org/id/term/lao/%E0%BA%A1%E0%BA%B9%E0%BA%99>,
        <http://lexvo.org/id/term/lav/M%C5%ABna%20raksts>,
        <http://lexvo.org/id/term/lit/m%C5%ABn>,
        <http://lexvo.org/id/term/mal/%E0%B4%AE%E0%B5%82%E0%B5%BA>,
        <http://lexvo.org/id/term/mar/%E0%A4%AE%E0%A5%82%E0%A4%A8>,
        <http://lexvo.org/id/term/nep/%E0%A4%9C%E0%A5%82%E0%A4%A8>,
        <http://lexvo.org/id/term/nld/Moon>,
        <http://lexvo.org/id/term/nno/moon>,
        <http://lexvo.org/id/term/nob/moon>,
        <http://lexvo.org/id/term/ori/%E0%AC%9A%E0%AC%A8%E0%AD%8D%E0%AC%A6%E0%AD%8D%E0%AC%B0>,
        <http://lexvo.org/id/term/pol/Moon'a>,
        <http://lexvo.org/id/term/por/moon>,
        <http://lexvo.org/id/term/roh/moon>,
        <http://lexvo.org/id/term/rus/%D0%90%D0%B7%D0%B1%D1%83%D0%BA%D0%B0%20%D0%9C%D1%83%D0%BD%D0%B0>,
        <http://lexvo.org/id/term/slv/Moonova%20pisava%20za%20slepe>,
        <http://lexvo.org/id/term/spa/moon>,
        <http://lexvo.org/id/term/srp-Latn/mese%C4%8Devo%20pismo>,
        <http://lexvo.org/id/term/srp/%D0%BC%D0%B5%D1%81%D0%B5%D1%87%D0%B5%D0%B2%D0%BE%20%D0%BF%D0%B8%D1%81%D0%BC%D0%BE>,
        <http://lexvo.org/id/term/swe/moon>,
        <http://lexvo.org/id/term/tam/%E0%AE%AE%E0%AF%82%E0%AE%A9%E0%AF%8D>,
        <http://lexvo.org/id/term/tel/%E0%B0%AE%E0%B1%82%E0%B0%A8%E0%B1%8D>,
        <http://lexvo.org/id/term/tha/%E0%B8%A1%E0%B8%B9%E0%B8%99>,
        <http://lexvo.org/id/term/tur/Moon>,
        <http://lexvo.org/id/term/ukr/%D0%9C%D1%83%D0%BD>,
        <http://lexvo.org/id/term/vie/Ch%E1%BB%AF%20n%E1%BB%95i%20Moon> .

<http://lexvo.org/id/script/Mroo> a lvont:Script ;
    rdfs:label "mro"@ca,
        "谬文"@cmn,
        "謬文"@cmn-Hant,
        "Mro"@en,
        "Mro, Mru"@en,
        "mro"@fi,
        "mro"@fr,
        "Mro"@id,
        "ムロ文字"@ja,
        "므로 문자"@ko,
        "ເມໂຮ"@lo,
        "mro"@pl,
        "mru"@sv,
        "มโร"@th,
        "Chữ Mro"@vi ;
    lvont:iso15924Alphacode "Mroo"^^xsd:string ;
    lvont:label <http://lexvo.org/id/term/cat/mro>,
        <http://lexvo.org/id/term/cmn-Hant/%E8%AC%AC%E6%96%87>,
        <http://lexvo.org/id/term/cmn/%E8%B0%AC%E6%96%87>,
        <http://lexvo.org/id/term/eng/Mro>,
        <http://lexvo.org/id/term/eng/Mro%2C%20Mru>,
        <http://lexvo.org/id/term/fin/mro>,
        <http://lexvo.org/id/term/fra/mro>,
        <http://lexvo.org/id/term/ind/Mro>,
        <http://lexvo.org/id/term/jpn/%E3%83%A0%E3%83%AD%E6%96%87%E5%AD%97>,
        <http://lexvo.org/id/term/kor/%EB%AF%80%EB%A1%9C%20%EB%AC%B8%EC%9E%90>,
        <http://lexvo.org/id/term/lao/%E0%BB%80%E0%BA%A1%E0%BB%82%E0%BA%AE>,
        <http://lexvo.org/id/term/pol/mro>,
        <http://lexvo.org/id/term/swe/mru>,
        <http://lexvo.org/id/term/tha/%E0%B8%A1%E0%B9%82%E0%B8%A3>,
        <http://lexvo.org/id/term/vie/Ch%E1%BB%AF%20Mro> .

<http://lexvo.org/id/script/Mtei> a lvont:Script ;
    rdfs:label "meytey mayek"@az,
        "Манипури"@bg,
        "মেইটেই মায়েক"@bn,
        "मेतेई मयेक"@brx,
        "meitei majek pismo"@bs,
        "меитеи мајек писмо"@bs-Cyrl,
        "manipurí"@ca,
        "曼尼普尔文"@cmn,
        "曼尼普爾文"@cmn-Hant,
        "meitei-mayek"@da,
        "Meitei Mayek"@de,
        "meitei mayek gbeŋɔŋlɔ"@ee,
        "Μεϊτέι Μάγεκ"@el,
        "Meitei Mayek"@en,
        "Meitei Mayek (Meithei, Meetei)"@en,
        "𐐣𐐩𐐻𐐩 𐐣𐐴𐐯𐐿"@en-Dsrt,
        "manipuri"@es,
        "مایک میتی"@fa,
        "meitei"@fi,
        "meitei mayek"@fi,
        "meitei mayek"@fr,
        "Meitei Mayek"@gsw,
        "મેઇતેઇ માયેક"@gu,
        "मेइतेइ मायेक"@hi,
        "meitei mayek pismo"@hr,
        "Meitei mayek"@hu,
        "Meitei Mayek"@id,
        "meitei mayek"@is,
        "meetei mayek"@it,
        "メイテイ文字"@ja,
        "ಮೈತಿ ಮಯೆಕ್"@kn,
        "메이테이 마옉 문자"@ko,
        "میتی مایَک"@ks,
        "ເມເທມາເຍກ"@lo,
        "meitei majek"@lt,
        "മേറ്റി മായക്"@ml,
        "मेइतेइ मायेक"@mr,
        "meitei-mayek"@nb,
        "माइटेइ मायेक"@ne,
        "Meitei"@nl,
        "meitei-mayek"@nn,
        "ମାଏତି ମାୟେକ୍"@or,
        "meitei mayek"@pl,
        "meitei mayek"@pt,
        "meetei mayek"@rm,
        "Манипури"@ru,
        "manipurski"@sl,
        "меитеи мајек писмо"@sr,
        "meitei majek pismo"@sr-Latn,
        "meitei-mayek"@sv,
        "மெய்தெய் மயக்"@ta,
        "మీటి మయెక్"@te,
        "เมเทมาเยก"@th,
        "Meitei Mayek"@tr,
        "Мейтей майєк"@uk,
        "Chữ Meitei Mayek"@vi ;
    lvont:iso15924Alphacode "Mtei"^^xsd:string ;
    lvont:label <http://lexvo.org/id/term/aze/meytey%20mayek>,
        <http://lexvo.org/id/term/ben/%E0%A6%AE%E0%A7%87%E0%A6%87%E0%A6%9F%E0%A7%87%E0%A6%87%20%E0%A6%AE%E0%A6%BE%E0%A6%AF%E0%A6%BC%E0%A7%87%E0%A6%95>,
        <http://lexvo.org/id/term/bos-Cyrl/%D0%BC%D0%B5%D0%B8%D1%82%D0%B5%D0%B8%20%D0%BC%D0%B0%D1%98%D0%B5%D0%BA%20%D0%BF%D0%B8%D1%81%D0%BC%D0%BE>,
        <http://lexvo.org/id/term/bos/meitei%20majek%20pismo>,
        <http://lexvo.org/id/term/brx/%E0%A4%AE%E0%A5%87%E0%A4%A4%E0%A5%87%E0%A4%88%20%E0%A4%AE%E0%A4%AF%E0%A5%87%E0%A4%95>,
        <http://lexvo.org/id/term/bul/%D0%9C%D0%B0%D0%BD%D0%B8%D0%BF%D1%83%D1%80%D0%B8>,
        <http://lexvo.org/id/term/cat/manipur%C3%AD>,
        <http://lexvo.org/id/term/cmn-Hant/%E6%9B%BC%E5%B0%BC%E6%99%AE%E7%88%BE%E6%96%87>,
        <http://lexvo.org/id/term/cmn/%E6%9B%BC%E5%B0%BC%E6%99%AE%E5%B0%94%E6%96%87>,
        <http://lexvo.org/id/term/dan/meitei-mayek>,
        <http://lexvo.org/id/term/deu/Meitei%20Mayek>,
        <http://lexvo.org/id/term/ell/%CE%9C%CE%B5%CF%8A%CF%84%CE%AD%CE%B9%20%CE%9C%CE%AC%CE%B3%CE%B5%CE%BA>,
        <http://lexvo.org/id/term/eng-Dsrt/%F0%90%90%A3%F0%90%90%A9%F0%90%90%BB%F0%90%90%A9%20%F0%90%90%A3%F0%90%90%B4%F0%90%90%AF%F0%90%90%BF>,
        <http://lexvo.org/id/term/eng/Meitei%20Mayek>,
        <http://lexvo.org/id/term/eng/Meitei%20Mayek%20(Meithei%2C%20Meetei)>,
        <http://lexvo.org/id/term/ewe/meitei%20mayek%20gbe%C5%8B%C9%94%C5%8Bl%C9%94>,
        <http://lexvo.org/id/term/fas/%D9%85%D8%A7%DB%8C%DA%A9%20%D9%85%DB%8C%D8%AA%DB%8C>,
        <http://lexvo.org/id/term/fin/meitei>,
        <http://lexvo.org/id/term/fin/meitei%20mayek>,
        <http://lexvo.org/id/term/fra/meitei%20mayek>,
        <http://lexvo.org/id/term/gsw/Meitei%20Mayek>,
        <http://lexvo.org/id/term/guj/%E0%AA%AE%E0%AB%87%E0%AA%87%E0%AA%A4%E0%AB%87%E0%AA%87%20%E0%AA%AE%E0%AA%BE%E0%AA%AF%E0%AB%87%E0%AA%95>,
        <http://lexvo.org/id/term/hin/%E0%A4%AE%E0%A5%87%E0%A4%87%E0%A4%A4%E0%A5%87%E0%A4%87%20%E0%A4%AE%E0%A4%BE%E0%A4%AF%E0%A5%87%E0%A4%95>,
        <http://lexvo.org/id/term/hrv/meitei%20mayek%20pismo>,
        <http://lexvo.org/id/term/hun/Meitei%20mayek>,
        <http://lexvo.org/id/term/ind/Meitei%20Mayek>,
        <http://lexvo.org/id/term/isl/meitei%20mayek>,
        <http://lexvo.org/id/term/ita/meetei%20mayek>,
        <http://lexvo.org/id/term/jpn/%E3%83%A1%E3%82%A4%E3%83%86%E3%82%A4%E6%96%87%E5%AD%97>,
        <http://lexvo.org/id/term/kan/%E0%B2%AE%E0%B3%88%E0%B2%A4%E0%B2%BF%20%E0%B2%AE%E0%B2%AF%E0%B3%86%E0%B2%95%E0%B3%8D>,
        <http://lexvo.org/id/term/kas/%D9%85%DB%8C%D8%AA%DB%8C%20%D9%85%D8%A7%DB%8C%D9%8E%DA%A9>,
        <http://lexvo.org/id/term/kor/%EB%A9%94%EC%9D%B4%ED%85%8C%EC%9D%B4%20%EB%A7%88%EC%98%89%20%EB%AC%B8%EC%9E%90>,
        <http://lexvo.org/id/term/lao/%E0%BB%80%E0%BA%A1%E0%BB%80%E0%BA%97%E0%BA%A1%E0%BA%B2%E0%BB%80%E0%BA%8D%E0%BA%81>,
        <http://lexvo.org/id/term/lit/meitei%20majek>,
        <http://lexvo.org/id/term/mal/%E0%B4%AE%E0%B5%87%E0%B4%B1%E0%B5%8D%E0%B4%B1%E0%B4%BF%20%E0%B4%AE%E0%B4%BE%E0%B4%AF%E0%B4%95%E0%B5%8D>,
        <http://lexvo.org/id/term/mar/%E0%A4%AE%E0%A5%87%E0%A4%87%E0%A4%A4%E0%A5%87%E0%A4%87%20%E0%A4%AE%E0%A4%BE%E0%A4%AF%E0%A5%87%E0%A4%95>,
        <http://lexvo.org/id/term/nep/%E0%A4%AE%E0%A4%BE%E0%A4%87%E0%A4%9F%E0%A5%87%E0%A4%87%20%E0%A4%AE%E0%A4%BE%E0%A4%AF%E0%A5%87%E0%A4%95>,
        <http://lexvo.org/id/term/nld/Meitei>,
        <http://lexvo.org/id/term/nno/meitei-mayek>,
        <http://lexvo.org/id/term/nob/meitei-mayek>,
        <http://lexvo.org/id/term/ori/%E0%AC%AE%E0%AC%BE%E0%AC%8F%E0%AC%A4%E0%AC%BF%20%E0%AC%AE%E0%AC%BE%E0%AD%9F%E0%AD%87%E0%AC%95%E0%AD%8D>,
        <http://lexvo.org/id/term/pol/meitei%20mayek>,
        <http://lexvo.org/id/term/por/meitei%20mayek>,
        <http://lexvo.org/id/term/roh/meetei%20mayek>,
        <http://lexvo.org/id/term/rus/%D0%9C%D0%B0%D0%BD%D0%B8%D0%BF%D1%83%D1%80%D0%B8>,
        <http://lexvo.org/id/term/slv/manipurski>,
        <http://lexvo.org/id/term/spa/manipuri>,
        <http://lexvo.org/id/term/srp-Latn/meitei%20majek%20pismo>,
        <http://lexvo.org/id/term/srp/%D0%BC%D0%B5%D0%B8%D1%82%D0%B5%D0%B8%20%D0%BC%D0%B0%D1%98%D0%B5%D0%BA%20%D0%BF%D0%B8%D1%81%D0%BC%D0%BE>,
        <http://lexvo.org/id/term/swe/meitei-mayek>,
        <http://lexvo.org/id/term/tam/%E0%AE%AE%E0%AF%86%E0%AE%AF%E0%AF%8D%E0%AE%A4%E0%AF%86%E0%AE%AF%E0%AF%8D%20%E0%AE%AE%E0%AE%AF%E0%AE%95%E0%AF%8D>,
        <http://lexvo.org/id/term/tel/%E0%B0%AE%E0%B1%80%E0%B0%9F%E0%B0%BF%20%E0%B0%AE%E0%B0%AF%E0%B1%86%E0%B0%95%E0%B1%8D>,
        <http://lexvo.org/id/term/tha/%E0%B9%80%E0%B8%A1%E0%B9%80%E0%B8%97%E0%B8%A1%E0%B8%B2%E0%B9%80%E0%B8%A2%E0%B8%81>,
        <http://lexvo.org/id/term/tur/Meitei%20Mayek>,
        <http://lexvo.org/id/term/ukr/%D0%9C%D0%B5%D0%B9%D1%82%D0%B5%D0%B9%20%D0%BC%D0%B0%D0%B9%D1%94%D0%BA>,
        <http://lexvo.org/id/term/vie/Ch%E1%BB%AF%20Meitei%20Mayek> .

<http://lexvo.org/id/script/Mymr> a lvont:Script ;
    rdfs:label "Mianmar"@af,
        "ምያንማር"@am,
        "الميانمار"@ar,
        "birmanu"@ast,
        "miyanmar"@az,
        "Бирманска"@bg,
        "মায়ানমার"@bn,
        "འབར་མའི་སྐད་ཡིག"@bo,
        "myanmar"@br,
        "म्यानमार्"@brx,
        "mianmarko pismo"@bs,
        "мијанмарско писмо"@bs-Cyrl,
        "birmà"@ca,
        "缅甸文"@cmn,
        "緬甸文"@cmn-Hant,
        "myanmarské"@cs,
        "myanmarsk"@da,
        "Birmanisch"@de,
        "བར་མིས་ཡིག་གུ"@dz,
        "myanmargbeŋɔŋlɔ"@ee,
        "Μιανμάρ"@el,
        "Myanmar"@en,
        "Myanmar (Burmese)"@en,
        "𐐣𐐨𐐲𐑌𐑋𐐪𐑉"@en-Dsrt,
        "birmano"@es,
        "birma"@et,
        "Myanmar"@eu,
        "میانمار"@fa,
        "burmalainen"@fi,
        "Myanmar"@fil,
        "birman"@fr,
        "myanmar"@fur,
        "Birmania"@gl,
        "Burmesisch"@gsw,
        "મ્યાંમાર"@gu,
        "מיאנמר"@he,
        "म्यांमार"@hi,
        "mianmarko pismo"@hr,
        "Burmai"@hu,
        "Myanmar"@id,
        "Myanmar"@is,
        "myanmar"@it,
        "ミャンマー文字"@ja,
        "birmanes"@kea,
        "Маянмар"@kk,
        "ភូមា"@km,
        "ಮ್ಯಾನ್ಮಾರ್"@kn,
        "미얀마 문자"@ko,
        "مَیَنمار"@ks,
        "birmaanesche Schreff"@ksh,
        "ມີຢານມາ"@lo,
        "birmiečių"@lt,
        "birmiešu"@lv,
        "мјанмарско писмо"@mk,
        "മ്യാൻമാർ"@ml,
        "म्यानमार"@mr,
        "မြန်မာ"@my,
        "myanmar"@nb,
        "म्यान्मार"@ne,
        "Myanmar"@nl,
        "myanmar"@nn,
        "ମିଆମାର୍"@or,
        "birmańskie"@pl,
        "birmanês"@pt,
        "burmais"@rm,
        "birmană"@ro,
        "Майанмарская"@ru,
        "මියන්මාර"@si,
        "Mjanmarsko"@sk,
        "mjanmarski"@sl,
        "мијанмарско писмо"@sr,
        "mianmarko pismo"@sr-Latn,
        "burmesiska"@sv,
        "Myama"@swh,
        "மியான்மர்"@ta,
        "మయాన్మార్"@te,
        "พม่า"@th,
        "tohinima fakapema"@to,
        "Burma"@tr,
        "Мʼянмар"@uk,
        "میانمار"@ur,
        "Myanma"@vi,
        "Burmesiš"@wae,
        "Myammar"@zsm,
        "i-Myanmar"@zu ;
    lvont:iso15924Alphacode "Mymr"^^xsd:string ;
    lvont:label <http://lexvo.org/id/term/afr/Mianmar>,
        <http://lexvo.org/id/term/amh/%E1%88%9D%E1%8B%AB%E1%8A%95%E1%88%9B%E1%88%AD>,
        <http://lexvo.org/id/term/ara/%D8%A7%D9%84%D9%85%D9%8A%D8%A7%D9%86%D9%85%D8%A7%D8%B1>,
        <http://lexvo.org/id/term/ast/birmanu>,
        <http://lexvo.org/id/term/aze/miyanmar>,
        <http://lexvo.org/id/term/ben/%E0%A6%AE%E0%A6%BE%E0%A6%AF%E0%A6%BC%E0%A6%BE%E0%A6%A8%E0%A6%AE%E0%A6%BE%E0%A6%B0>,
        <http://lexvo.org/id/term/bod/%E0%BD%A0%E0%BD%96%E0%BD%A2%E0%BC%8B%E0%BD%98%E0%BD%A0%E0%BD%B2%E0%BC%8B%E0%BD%A6%E0%BE%90%E0%BD%91%E0%BC%8B%E0%BD%A1%E0%BD%B2%E0%BD%82>,
        <http://lexvo.org/id/term/bos-Cyrl/%D0%BC%D0%B8%D1%98%D0%B0%D0%BD%D0%BC%D0%B0%D1%80%D1%81%D0%BA%D0%BE%20%D0%BF%D0%B8%D1%81%D0%BC%D0%BE>,
        <http://lexvo.org/id/term/bos/mianmarko%20pismo>,
        <http://lexvo.org/id/term/bre/myanmar>,
        <http://lexvo.org/id/term/brx/%E0%A4%AE%E0%A5%8D%E0%A4%AF%E0%A4%BE%E0%A4%A8%E0%A4%AE%E0%A4%BE%E0%A4%B0%E0%A5%8D>,
        <http://lexvo.org/id/term/bul/%D0%91%D0%B8%D1%80%D0%BC%D0%B0%D0%BD%D1%81%D0%BA%D0%B0>,
        <http://lexvo.org/id/term/cat/birm%C3%A0>,
        <http://lexvo.org/id/term/ces/myanmarsk%C3%A9>,
        <http://lexvo.org/id/term/cmn-Hant/%E7%B7%AC%E7%94%B8%E6%96%87>,
        <http://lexvo.org/id/term/cmn/%E7%BC%85%E7%94%B8%E6%96%87>,
        <http://lexvo.org/id/term/dan/myanmarsk>,
        <http://lexvo.org/id/term/deu/Birmanisch>,
        <http://lexvo.org/id/term/dzo/%E0%BD%96%E0%BD%A2%E0%BC%8B%E0%BD%98%E0%BD%B2%E0%BD%A6%E0%BC%8B%E0%BD%A1%E0%BD%B2%E0%BD%82%E0%BC%8B%E0%BD%82%E0%BD%B4>,
        <http://lexvo.org/id/term/ell/%CE%9C%CE%B9%CE%B1%CE%BD%CE%BC%CE%AC%CF%81>,
        <http://lexvo.org/id/term/eng-Dsrt/%F0%90%90%A3%F0%90%90%A8%F0%90%90%B2%F0%90%91%8C%F0%90%91%8B%F0%90%90%AA%F0%90%91%89>,
        <http://lexvo.org/id/term/eng/Myanmar>,
        <http://lexvo.org/id/term/eng/Myanmar%20(Burmese)>,
        <http://lexvo.org/id/term/est/birma>,
        <http://lexvo.org/id/term/eus/Myanmar>,
        <http://lexvo.org/id/term/ewe/myanmargbe%C5%8B%C9%94%C5%8Bl%C9%94>,
        <http://lexvo.org/id/term/fas/%D9%85%DB%8C%D8%A7%D9%86%D9%85%D8%A7%D8%B1>,
        <http://lexvo.org/id/term/fil/Myanmar>,
        <http://lexvo.org/id/term/fin/burmalainen>,
        <http://lexvo.org/id/term/fra/birman>,
        <http://lexvo.org/id/term/fur/myanmar>,
        <http://lexvo.org/id/term/glg/Birmania>,
        <http://lexvo.org/id/term/gsw/Burmesisch>,
        <http://lexvo.org/id/term/guj/%E0%AA%AE%E0%AB%8D%E0%AA%AF%E0%AA%BE%E0%AA%82%E0%AA%AE%E0%AA%BE%E0%AA%B0>,
        <http://lexvo.org/id/term/heb/%D7%9E%D7%99%D7%90%D7%A0%D7%9E%D7%A8>,
        <http://lexvo.org/id/term/hin/%E0%A4%AE%E0%A5%8D%E0%A4%AF%E0%A4%BE%E0%A4%82%E0%A4%AE%E0%A4%BE%E0%A4%B0>,
        <http://lexvo.org/id/term/hrv/mianmarko%20pismo>,
        <http://lexvo.org/id/term/hun/Burmai>,
        <http://lexvo.org/id/term/ind/Myanmar>,
        <http://lexvo.org/id/term/isl/Myanmar>,
        <http://lexvo.org/id/term/ita/myanmar>,
        <http://lexvo.org/id/term/jpn/%E3%83%9F%E3%83%A3%E3%83%B3%E3%83%9E%E3%83%BC%E6%96%87%E5%AD%97>,
        <http://lexvo.org/id/term/kan/%E0%B2%AE%E0%B3%8D%E0%B2%AF%E0%B2%BE%E0%B2%A8%E0%B3%8D%E0%B2%AE%E0%B2%BE%E0%B2%B0%E0%B3%8D>,
        <http://lexvo.org/id/term/kas/%D9%85%D9%8E%DB%8C%D9%8E%D9%86%D9%85%D8%A7%D8%B1>,
        <http://lexvo.org/id/term/kaz/%D0%9C%D0%B0%D1%8F%D0%BD%D0%BC%D0%B0%D1%80>,
        <http://lexvo.org/id/term/kea/birmanes>,
        <http://lexvo.org/id/term/khm/%E1%9E%97%E1%9E%BC%E1%9E%98%E1%9E%B6>,
        <http://lexvo.org/id/term/kor/%EB%AF%B8%EC%96%80%EB%A7%88%20%EB%AC%B8%EC%9E%90>,
        <http://lexvo.org/id/term/ksh/birmaanesche%20Schreff>,
        <http://lexvo.org/id/term/lao/%E0%BA%A1%E0%BA%B5%E0%BA%A2%E0%BA%B2%E0%BA%99%E0%BA%A1%E0%BA%B2>,
        <http://lexvo.org/id/term/lav/birmie%C5%A1u>,
        <http://lexvo.org/id/term/lit/birmie%C4%8Di%C5%B3>,
        <http://lexvo.org/id/term/mal/%E0%B4%AE%E0%B5%8D%E0%B4%AF%E0%B4%BE%E0%B5%BB%E0%B4%AE%E0%B4%BE%E0%B5%BC>,
        <http://lexvo.org/id/term/mar/%E0%A4%AE%E0%A5%8D%E0%A4%AF%E0%A4%BE%E0%A4%A8%E0%A4%AE%E0%A4%BE%E0%A4%B0>,
        <http://lexvo.org/id/term/mkd/%D0%BC%D1%98%D0%B0%D0%BD%D0%BC%D0%B0%D1%80%D1%81%D0%BA%D0%BE%20%D0%BF%D0%B8%D1%81%D0%BC%D0%BE>,
        <http://lexvo.org/id/term/mya/%E1%80%99%E1%80%BC%E1%80%94%E1%80%BA%E1%80%99%E1%80%AC>,
        <http://lexvo.org/id/term/nep/%E0%A4%AE%E0%A5%8D%E0%A4%AF%E0%A4%BE%E0%A4%A8%E0%A5%8D%E0%A4%AE%E0%A4%BE%E0%A4%B0>,
        <http://lexvo.org/id/term/nld/Myanmar>,
        <http://lexvo.org/id/term/nno/myanmar>,
        <http://lexvo.org/id/term/nob/myanmar>,
        <http://lexvo.org/id/term/ori/%E0%AC%AE%E0%AC%BF%E0%AC%86%E0%AC%AE%E0%AC%BE%E0%AC%B0%E0%AD%8D>,
        <http://lexvo.org/id/term/pol/birma%C5%84skie>,
        <http://lexvo.org/id/term/por/birman%C3%AAs>,
        <http://lexvo.org/id/term/roh/burmais>,
        <http://lexvo.org/id/term/ron/birman%C4%83>,
        <http://lexvo.org/id/term/rus/%D0%9C%D0%B0%D0%B9%D0%B0%D0%BD%D0%BC%D0%B0%D1%80%D1%81%D0%BA%D0%B0%D1%8F>,
        <http://lexvo.org/id/term/sin/%E0%B6%B8%E0%B7%92%E0%B6%BA%E0%B6%B1%E0%B7%8A%E0%B6%B8%E0%B7%8F%E0%B6%BB>,
        <http://lexvo.org/id/term/slk/Mjanmarsko>,
        <http://lexvo.org/id/term/slv/mjanmarski>,
        <http://lexvo.org/id/term/spa/birmano>,
        <http://lexvo.org/id/term/srp-Latn/mianmarko%20pismo>,
        <http://lexvo.org/id/term/srp/%D0%BC%D0%B8%D1%98%D0%B0%D0%BD%D0%BC%D0%B0%D1%80%D1%81%D0%BA%D0%BE%20%D0%BF%D0%B8%D1%81%D0%BC%D0%BE>,
        <http://lexvo.org/id/term/swe/burmesiska>,
        <http://lexvo.org/id/term/swh/Myama>,
        <http://lexvo.org/id/term/tam/%E0%AE%AE%E0%AE%BF%E0%AE%AF%E0%AE%BE%E0%AE%A9%E0%AF%8D%E0%AE%AE%E0%AE%B0%E0%AF%8D>,
        <http://lexvo.org/id/term/tel/%E0%B0%AE%E0%B0%AF%E0%B0%BE%E0%B0%A8%E0%B1%8D%E0%B0%AE%E0%B0%BE%E0%B0%B0%E0%B1%8D>,
        <http://lexvo.org/id/term/tha/%E0%B8%9E%E0%B8%A1%E0%B9%88%E0%B8%B2>,
        <http://lexvo.org/id/term/ton/tohinima%20fakapema>,
        <http://lexvo.org/id/term/tur/Burma>,
        <http://lexvo.org/id/term/ukr/%D0%9C%CA%BC%D1%8F%D0%BD%D0%BC%D0%B0%D1%80>,
        <http://lexvo.org/id/term/urd/%D9%85%DB%8C%D8%A7%D9%86%D9%85%D8%A7%D8%B1>,
        <http://lexvo.org/id/term/vie/Myanma>,
        <http://lexvo.org/id/term/wae/Burmesi%C5%A1>,
        <http://lexvo.org/id/term/zsm/Myammar>,
        <http://lexvo.org/id/term/zul/i-Myanmar> .

<http://lexvo.org/id/script/Narb> a lvont:Script ;
    rdfs:label "العربية الشمالية القديمة"@ar,
        "antic nord-aràbic"@ca,
        "古北方阿拉伯文"@cmn,
        "古北阿拉伯文"@cmn-Hant,
        "Old North Arabian"@en,
        "Old North Arabian (Ancient North Arabian)"@en,
        "muinaispohjoisarabialainen"@fi,
        "nord-arabique"@fr,
        "Arab Utara Kuno"@id,
        "古代北アラビア文字"@ja,
        "옛 북부 아라비아 문자"@ko,
        "ອາຮະເບຍເໜືອໂບຮານ"@lo,
        "staroarabskie północne"@pl,
        "fornnordarabiska"@sv,
        "อาระเบียเหนือโบราณ"@th,
        "Chữ Bắc Ả Rập cổ"@vi ;
    lvont:iso15924Alphacode "Narb"^^xsd:string ;
    lvont:label <http://lexvo.org/id/term/ara/%D8%A7%D9%84%D8%B9%D8%B1%D8%A8%D9%8A%D8%A9%20%D8%A7%D9%84%D8%B4%D9%85%D8%A7%D9%84%D9%8A%D8%A9%20%D8%A7%D9%84%D9%82%D8%AF%D9%8A%D9%85%D8%A9>,
        <http://lexvo.org/id/term/cat/antic%20nord-ar%C3%A0bic>,
        <http://lexvo.org/id/term/cmn-Hant/%E5%8F%A4%E5%8C%97%E9%98%BF%E6%8B%89%E4%BC%AF%E6%96%87>,
        <http://lexvo.org/id/term/cmn/%E5%8F%A4%E5%8C%97%E6%96%B9%E9%98%BF%E6%8B%89%E4%BC%AF%E6%96%87>,
        <http://lexvo.org/id/term/eng/Old%20North%20Arabian>,
        <http://lexvo.org/id/term/eng/Old%20North%20Arabian%20(Ancient%20North%20Arabian)>,
        <http://lexvo.org/id/term/fin/muinaispohjoisarabialainen>,
        <http://lexvo.org/id/term/fra/nord-arabique>,
        <http://lexvo.org/id/term/ind/Arab%20Utara%20Kuno>,
        <http://lexvo.org/id/term/jpn/%E5%8F%A4%E4%BB%A3%E5%8C%97%E3%82%A2%E3%83%A9%E3%83%93%E3%82%A2%E6%96%87%E5%AD%97>,
        <http://lexvo.org/id/term/kor/%EC%98%9B%20%EB%B6%81%EB%B6%80%20%EC%95%84%EB%9D%BC%EB%B9%84%EC%95%84%20%EB%AC%B8%EC%9E%90>,
        <http://lexvo.org/id/term/lao/%E0%BA%AD%E0%BA%B2%E0%BA%AE%E0%BA%B0%E0%BB%80%E0%BA%9A%E0%BA%8D%E0%BB%80%E0%BB%9C%E0%BA%B7%E0%BA%AD%E0%BB%82%E0%BA%9A%E0%BA%AE%E0%BA%B2%E0%BA%99>,
        <http://lexvo.org/id/term/pol/staroarabskie%20p%C3%B3%C5%82nocne>,
        <http://lexvo.org/id/term/swe/fornnordarabiska>,
        <http://lexvo.org/id/term/tha/%E0%B8%AD%E0%B8%B2%E0%B8%A3%E0%B8%B0%E0%B9%80%E0%B8%9A%E0%B8%B5%E0%B8%A2%E0%B9%80%E0%B8%AB%E0%B8%99%E0%B8%B7%E0%B8%AD%E0%B9%82%E0%B8%9A%E0%B8%A3%E0%B8%B2%E0%B8%93>,
        <http://lexvo.org/id/term/vie/Ch%E1%BB%AF%20B%E1%BA%AFc%20%E1%BA%A2%20R%E1%BA%ADp%20c%E1%BB%95> .

<http://lexvo.org/id/script/Nbat> a lvont:Script ;
    rdfs:label "nabateu"@ca,
        "纳巴泰文"@cmn,
        "納巴泰文字"@cmn-Hant,
        "Nabataean"@en,
        "نبطی"@fa,
        "nabatealainen"@fi,
        "nabatéen"@fr,
        "Nabataea"@id,
        "ナバテア文字"@ja,
        "나바테아 문자"@ko,
        "ນາບາທາທຽນ"@lo,
        "nabatejskie"@pl,
        "nabatateiska"@sv,
        "นาบาทาเอียน"@th,
        "Chữ Nabataean"@vi ;
    lvont:iso15924Alphacode "Nbat"^^xsd:string ;
    lvont:label <http://lexvo.org/id/term/cat/nabateu>,
        <http://lexvo.org/id/term/cmn-Hant/%E7%B4%8D%E5%B7%B4%E6%B3%B0%E6%96%87%E5%AD%97>,
        <http://lexvo.org/id/term/cmn/%E7%BA%B3%E5%B7%B4%E6%B3%B0%E6%96%87>,
        <http://lexvo.org/id/term/eng/Nabataean>,
        <http://lexvo.org/id/term/fas/%D9%86%D8%A8%D8%B7%DB%8C>,
        <http://lexvo.org/id/term/fin/nabatealainen>,
        <http://lexvo.org/id/term/fra/nabat%C3%A9en>,
        <http://lexvo.org/id/term/ind/Nabataea>,
        <http://lexvo.org/id/term/jpn/%E3%83%8A%E3%83%90%E3%83%86%E3%82%A2%E6%96%87%E5%AD%97>,
        <http://lexvo.org/id/term/kor/%EB%82%98%EB%B0%94%ED%85%8C%EC%95%84%20%EB%AC%B8%EC%9E%90>,
        <http://lexvo.org/id/term/lao/%E0%BA%99%E0%BA%B2%E0%BA%9A%E0%BA%B2%E0%BA%97%E0%BA%B2%E0%BA%97%E0%BA%BD%E0%BA%99>,
        <http://lexvo.org/id/term/pol/nabatejskie>,
        <http://lexvo.org/id/term/swe/nabatateiska>,
        <http://lexvo.org/id/term/tha/%E0%B8%99%E0%B8%B2%E0%B8%9A%E0%B8%B2%E0%B8%97%E0%B8%B2%E0%B9%80%E0%B8%AD%E0%B8%B5%E0%B8%A2%E0%B8%99>,
        <http://lexvo.org/id/term/vie/Ch%E1%BB%AF%20Nabataean> .

<http://lexvo.org/id/script/Nkgb> a lvont:Script ;
    rdfs:label "geba"@ca,
        "纳西格巴文"@cmn,
        "納西格巴文"@cmn-Hant,
        "naxi geba gbeŋɔŋlɔ"@ee,
        "Nakhi Geba ('Na-'Khi ²Ggŏ-¹baw, Naxi Geba)"@en,
        "Naxi Geba"@en,
        "naxi geba"@fi,
        "nakhi géba"@fr,
        "Naxi Geba"@id,
        "ナシ族ゲバ文字"@ja,
        "나시 게바 문자"@ko,
        "ກີບາ-ນາຊີ"@lo,
        "geba"@pl,
        "naxi geba"@sv,
        "กีบา-นาซี"@th,
        "Chữ Naxi Geba"@vi ;
    lvont:iso15924Alphacode "Nkgb"^^xsd:string ;
    lvont:label <http://lexvo.org/id/term/cat/geba>,
        <http://lexvo.org/id/term/cmn-Hant/%E7%B4%8D%E8%A5%BF%E6%A0%BC%E5%B7%B4%E6%96%87>,
        <http://lexvo.org/id/term/cmn/%E7%BA%B3%E8%A5%BF%E6%A0%BC%E5%B7%B4%E6%96%87>,
        <http://lexvo.org/id/term/eng/Nakhi%20Geba%20('Na-'Khi%20%C2%B2Gg%C5%8F-%C2%B9baw%2C%20Naxi%20Geba)>,
        <http://lexvo.org/id/term/eng/Naxi%20Geba>,
        <http://lexvo.org/id/term/ewe/naxi%20geba%20gbe%C5%8B%C9%94%C5%8Bl%C9%94>,
        <http://lexvo.org/id/term/fin/naxi%20geba>,
        <http://lexvo.org/id/term/fra/nakhi%20g%C3%A9ba>,
        <http://lexvo.org/id/term/ind/Naxi%20Geba>,
        <http://lexvo.org/id/term/jpn/%E3%83%8A%E3%82%B7%E6%97%8F%E3%82%B2%E3%83%90%E6%96%87%E5%AD%97>,
        <http://lexvo.org/id/term/kor/%EB%82%98%EC%8B%9C%20%EA%B2%8C%EB%B0%94%20%EB%AC%B8%EC%9E%90>,
        <http://lexvo.org/id/term/lao/%E0%BA%81%E0%BA%B5%E0%BA%9A%E0%BA%B2-%E0%BA%99%E0%BA%B2%E0%BA%8A%E0%BA%B5>,
        <http://lexvo.org/id/term/pol/geba>,
        <http://lexvo.org/id/term/swe/naxi%20geba>,
        <http://lexvo.org/id/term/tha/%E0%B8%81%E0%B8%B5%E0%B8%9A%E0%B8%B2-%E0%B8%99%E0%B8%B2%E0%B8%8B%E0%B8%B5>,
        <http://lexvo.org/id/term/vie/Ch%E1%BB%AF%20Naxi%20Geba> .

<http://lexvo.org/id/script/Nkoo> a lvont:Script ;
    rdfs:label "أنكو"@ar,
        "nko"@az,
        "Н'Ко"@bg,
        "এনকো"@bn,
        "न्गको"@brx,
        "n'ko pismo"@bs,
        "н’ко писмо"@bs-Cyrl,
        "n’Ko"@ca,
        "西非书面文字（N’Ko）"@cmn,
        "西非書面語言 (N’Ko)"@cmn-Hant,
        "n'ko"@da,
        "N’Ko"@de,
        "n'ko gbeŋɔŋlɔ"@ee,
        "Ν'Κο"@el,
        "N’Ko"@en,
        "𐐤’𐐗𐐬"@en-Dsrt,
        "n’ko"@es,
        "nkoo"@et,
        "n'ko"@fi,
        "n’ko"@fr,
        "N’Ko"@gsw,
        "એન' કો"@gu,
        "एन्'को"@hi,
        "n'ko pismo"@hr,
        "N'ko"@hu,
        "N'Ko"@id,
        "n-kó"@is,
        "n'ko"@it,
        "ンコ文字"@ja,
        "ಎನ್‍ಕೋ"@kn,
        "응코 문자"@ko,
        "ایٚن کو"@ks,
        "ເອັນໂກ"@lo,
        "enko"@lt,
        "എൻകോ"@ml,
        "एन्'को"@mr,
        "n'ko"@nb,
        "एन्को"@ne,
        "N’Ko"@nl,
        "n'ko"@nn,
        "ଏନ୍ କୋ"@or,
        "n'ko"@pl,
        "n'ko"@pt,
        "n’ko"@pt,
        "n'ko"@rm,
        "Нко"@ru,
        "н’ко писмо"@sr,
        "n'ko pismo"@sr-Latn,
        "n-kå"@sv,
        "என்'கோ"@ta,
        "న్కో"@te,
        "เอ็นโก"@th,
        "N’Ko"@tr,
        "Нко"@uk,
        "Chữ N’Ko"@vi ;
    lvont:iso15924Alphacode "Nkoo"^^xsd:string ;
    lvont:label <http://lexvo.org/id/term/ara/%D8%A3%D9%86%D9%83%D9%88>,
        <http://lexvo.org/id/term/aze/nko>,
        <http://lexvo.org/id/term/ben/%E0%A6%8F%E0%A6%A8%E0%A6%95%E0%A7%8B>,
        <http://lexvo.org/id/term/bos-Cyrl/%D0%BD%E2%80%99%D0%BA%D0%BE%20%D0%BF%D0%B8%D1%81%D0%BC%D0%BE>,
        <http://lexvo.org/id/term/bos/n'ko%20pismo>,
        <http://lexvo.org/id/term/brx/%E0%A4%A8%E0%A5%8D%E0%A4%97%E0%A4%95%E0%A5%8B>,
        <http://lexvo.org/id/term/bul/%D0%9D'%D0%9A%D0%BE>,
        <http://lexvo.org/id/term/cat/n%E2%80%99Ko>,
        <http://lexvo.org/id/term/cmn-Hant/%E8%A5%BF%E9%9D%9E%E6%9B%B8%E9%9D%A2%E8%AA%9E%E8%A8%80%20(N%E2%80%99Ko)>,
        <http://lexvo.org/id/term/cmn/%E8%A5%BF%E9%9D%9E%E4%B9%A6%E9%9D%A2%E6%96%87%E5%AD%97%EF%BC%88N%E2%80%99Ko%EF%BC%89>,
        <http://lexvo.org/id/term/dan/n'ko>,
        <http://lexvo.org/id/term/deu/N%E2%80%99Ko>,
        <http://lexvo.org/id/term/ell/%CE%9D'%CE%9A%CE%BF>,
        <http://lexvo.org/id/term/eng-Dsrt/%F0%90%90%A4%E2%80%99%F0%90%90%97%F0%90%90%AC>,
        <http://lexvo.org/id/term/eng/N%E2%80%99Ko>,
        <http://lexvo.org/id/term/est/nkoo>,
        <http://lexvo.org/id/term/ewe/n'ko%20gbe%C5%8B%C9%94%C5%8Bl%C9%94>,
        <http://lexvo.org/id/term/fin/n'ko>,
        <http://lexvo.org/id/term/fra/n%E2%80%99ko>,
        <http://lexvo.org/id/term/gsw/N%E2%80%99Ko>,
        <http://lexvo.org/id/term/guj/%E0%AA%8F%E0%AA%A8'%20%E0%AA%95%E0%AB%8B>,
        <http://lexvo.org/id/term/hin/%E0%A4%8F%E0%A4%A8%E0%A5%8D'%E0%A4%95%E0%A5%8B>,
        <http://lexvo.org/id/term/hrv/n'ko%20pismo>,
        <http://lexvo.org/id/term/hun/N'ko>,
        <http://lexvo.org/id/term/ind/N'Ko>,
        <http://lexvo.org/id/term/isl/n-k%C3%B3>,
        <http://lexvo.org/id/term/ita/n'ko>,
        <http://lexvo.org/id/term/jpn/%E3%83%B3%E3%82%B3%E6%96%87%E5%AD%97>,
        <http://lexvo.org/id/term/kan/%E0%B2%8E%E0%B2%A8%E0%B3%8D%E2%80%8D%E0%B2%95%E0%B3%8B>,
        <http://lexvo.org/id/term/kas/%D8%A7%DB%8C%D9%9A%D9%86%20%DA%A9%D9%88>,
        <http://lexvo.org/id/term/kor/%EC%9D%91%EC%BD%94%20%EB%AC%B8%EC%9E%90>,
        <http://lexvo.org/id/term/lao/%E0%BB%80%E0%BA%AD%E0%BA%B1%E0%BA%99%E0%BB%82%E0%BA%81>,
        <http://lexvo.org/id/term/lit/enko>,
        <http://lexvo.org/id/term/mal/%E0%B4%8E%E0%B5%BB%E0%B4%95%E0%B5%8B>,
        <http://lexvo.org/id/term/mar/%E0%A4%8F%E0%A4%A8%E0%A5%8D'%E0%A4%95%E0%A5%8B>,
        <http://lexvo.org/id/term/nep/%E0%A4%8F%E0%A4%A8%E0%A5%8D%E0%A4%95%E0%A5%8B>,
        <http://lexvo.org/id/term/nld/N%E2%80%99Ko>,
        <http://lexvo.org/id/term/nno/n'ko>,
        <http://lexvo.org/id/term/nob/n'ko>,
        <http://lexvo.org/id/term/ori/%E0%AC%8F%E0%AC%A8%E0%AD%8D%20%E0%AC%95%E0%AD%8B>,
        <http://lexvo.org/id/term/pol/n'ko>,
        <http://lexvo.org/id/term/por/n%E2%80%99ko>,
        <http://lexvo.org/id/term/por/n'ko>,
        <http://lexvo.org/id/term/roh/n'ko>,
        <http://lexvo.org/id/term/rus/%D0%9D%D0%BA%D0%BE>,
        <http://lexvo.org/id/term/spa/n%E2%80%99ko>,
        <http://lexvo.org/id/term/srp-Latn/n'ko%20pismo>,
        <http://lexvo.org/id/term/srp/%D0%BD%E2%80%99%D0%BA%D0%BE%20%D0%BF%D0%B8%D1%81%D0%BC%D0%BE>,
        <http://lexvo.org/id/term/swe/n-k%C3%A5>,
        <http://lexvo.org/id/term/tam/%E0%AE%8E%E0%AE%A9%E0%AF%8D'%E0%AE%95%E0%AF%8B>,
        <http://lexvo.org/id/term/tel/%E0%B0%A8%E0%B1%8D%E0%B0%95%E0%B1%8B>,
        <http://lexvo.org/id/term/tha/%E0%B9%80%E0%B8%AD%E0%B9%87%E0%B8%99%E0%B9%82%E0%B8%81>,
        <http://lexvo.org/id/term/tur/N%E2%80%99Ko>,
        <http://lexvo.org/id/term/ukr/%D0%9D%D0%BA%D0%BE>,
        <http://lexvo.org/id/term/vie/Ch%E1%BB%AF%20N%E2%80%99Ko> .

<http://lexvo.org/id/script/Nshu> a lvont:Script ;
    rdfs:label "nü shu"@ca,
        "女书"@cmn,
        "女書文字"@cmn-Hant,
        "Nüshu"@en,
        "nüshu"@fi,
        "nüshu"@fr,
        "Nushu"@id,
        "女書"@ja,
        "누슈 문자"@ko,
        "ນຸຊຸ"@lo,
        "nüshu"@pl,
        "nüshu"@sv,
        "นุซุ"@th,
        "Chữ Nüshu"@vi ;
    lvont:iso15924Alphacode "Nshu"^^xsd:string ;
    lvont:label <http://lexvo.org/id/term/cat/n%C3%BC%20shu>,
        <http://lexvo.org/id/term/cmn-Hant/%E5%A5%B3%E6%9B%B8%E6%96%87%E5%AD%97>,
        <http://lexvo.org/id/term/cmn/%E5%A5%B3%E4%B9%A6>,
        <http://lexvo.org/id/term/eng/N%C3%BCshu>,
        <http://lexvo.org/id/term/fin/n%C3%BCshu>,
        <http://lexvo.org/id/term/fra/n%C3%BCshu>,
        <http://lexvo.org/id/term/ind/Nushu>,
        <http://lexvo.org/id/term/jpn/%E5%A5%B3%E6%9B%B8>,
        <http://lexvo.org/id/term/kor/%EB%88%84%EC%8A%88%20%EB%AC%B8%EC%9E%90>,
        <http://lexvo.org/id/term/lao/%E0%BA%99%E0%BA%B8%E0%BA%8A%E0%BA%B8>,
        <http://lexvo.org/id/term/pol/n%C3%BCshu>,
        <http://lexvo.org/id/term/swe/n%C3%BCshu>,
        <http://lexvo.org/id/term/tha/%E0%B8%99%E0%B8%B8%E0%B8%8B%E0%B8%B8>,
        <http://lexvo.org/id/term/vie/Ch%E1%BB%AF%20N%C3%BCshu> .

<http://lexvo.org/id/script/Ogam> a lvont:Script ;
    rdfs:label "ኦግሀም"@am,
        "الأوجهام"@ar,
        "oğam"@az,
        "Огамическа"@bg,
        "ওঘাম"@bn,
        "ogam"@br,
        "ओगहैम"@brx,
        "ogham pismo"@bs,
        "огамско писмо"@bs-Cyrl,
        "ogham"@ca,
        "欧甘文"@cmn,
        "歐甘文"@cmn-Hant,
        "ogamské"@cs,
        "Ogam"@cy,
        "ogham"@da,
        "Ogham"@de,
        "ogham gbeŋɔŋlɔ"@ee,
        "Όγκχαμ"@el,
        "Ogham"@en,
        "𐐄𐐲𐑋"@en-Dsrt,
        "ogham"@es,
        "ogam"@et,
        "اوگامی"@fa,
        "ogam"@fi,
        "ogam"@fr,
        "Ogham"@ga,
        "Ogham-chraobh"@gd,
        "Ogham"@gsw,
        "ઓઘામ"@gu,
        "ओगम"@hi,
        "ogham pismo"@hr,
        "Ogham"@hu,
        "Ogham"@id,
        "ogham"@is,
        "ogham"@it,
        "オガム文字"@ja,
        "ಓಘಮ್"@kn,
        "오검 문자"@ko,
        "اوگہام"@ks,
        "ອອກຄອນ"@lo,
        "ogham"@lt,
        "ogamiskais raksts"@lv,
        "ഒഖാം"@ml,
        "ओघाम"@mr,
        "ogham"@nb,
        "ओघाम"@ne,
        "Ogham"@nl,
        "ogham"@nn,
        "ଓଘାମା"@or,
        "ogham"@pl,
        "ogâmico"@pt,
        "ogham"@rm,
        "Огамическая"@ru,
        "ogamski"@sl,
        "огамско писмо"@sr,
        "ogham pismo"@sr-Latn,
        "ogham"@sv,
        "ஒகாம்"@ta,
        "ఒఘమ్"@te,
        "โอคัม"@th,
        "Ogham"@tr,
        "Огамічний"@uk,
        "Chữ Ogham"@vi ;
    lvont:iso15924Alphacode "Ogam"^^xsd:string ;
    lvont:label <http://lexvo.org/id/term/amh/%E1%8A%A6%E1%8C%8D%E1%88%80%E1%88%9D>,
        <http://lexvo.org/id/term/ara/%D8%A7%D9%84%D8%A3%D9%88%D8%AC%D9%87%D8%A7%D9%85>,
        <http://lexvo.org/id/term/aze/o%C4%9Fam>,
        <http://lexvo.org/id/term/ben/%E0%A6%93%E0%A6%98%E0%A6%BE%E0%A6%AE>,
        <http://lexvo.org/id/term/bos-Cyrl/%D0%BE%D0%B3%D0%B0%D0%BC%D1%81%D0%BA%D0%BE%20%D0%BF%D0%B8%D1%81%D0%BC%D0%BE>,
        <http://lexvo.org/id/term/bos/ogham%20pismo>,
        <http://lexvo.org/id/term/bre/ogam>,
        <http://lexvo.org/id/term/brx/%E0%A4%93%E0%A4%97%E0%A4%B9%E0%A5%88%E0%A4%AE>,
        <http://lexvo.org/id/term/bul/%D0%9E%D0%B3%D0%B0%D0%BC%D0%B8%D1%87%D0%B5%D1%81%D0%BA%D0%B0>,
        <http://lexvo.org/id/term/cat/ogham>,
        <http://lexvo.org/id/term/ces/ogamsk%C3%A9>,
        <http://lexvo.org/id/term/cmn-Hant/%E6%AD%90%E7%94%98%E6%96%87>,
        <http://lexvo.org/id/term/cmn/%E6%AC%A7%E7%94%98%E6%96%87>,
        <http://lexvo.org/id/term/cym/Ogam>,
        <http://lexvo.org/id/term/dan/ogham>,
        <http://lexvo.org/id/term/deu/Ogham>,
        <http://lexvo.org/id/term/ell/%CE%8C%CE%B3%CE%BA%CF%87%CE%B1%CE%BC>,
        <http://lexvo.org/id/term/eng-Dsrt/%F0%90%90%84%F0%90%90%B2%F0%90%91%8B>,
        <http://lexvo.org/id/term/eng/Ogham>,
        <http://lexvo.org/id/term/est/ogam>,
        <http://lexvo.org/id/term/ewe/ogham%20gbe%C5%8B%C9%94%C5%8Bl%C9%94>,
        <http://lexvo.org/id/term/fas/%D8%A7%D9%88%DA%AF%D8%A7%D9%85%DB%8C>,
        <http://lexvo.org/id/term/fin/ogam>,
        <http://lexvo.org/id/term/fra/ogam>,
        <http://lexvo.org/id/term/gla/Ogham-chraobh>,
        <http://lexvo.org/id/term/gle/Ogham>,
        <http://lexvo.org/id/term/gsw/Ogham>,
        <http://lexvo.org/id/term/guj/%E0%AA%93%E0%AA%98%E0%AA%BE%E0%AA%AE>,
        <http://lexvo.org/id/term/hin/%E0%A4%93%E0%A4%97%E0%A4%AE>,
        <http://lexvo.org/id/term/hrv/ogham%20pismo>,
        <http://lexvo.org/id/term/hun/Ogham>,
        <http://lexvo.org/id/term/ind/Ogham>,
        <http://lexvo.org/id/term/isl/ogham>,
        <http://lexvo.org/id/term/ita/ogham>,
        <http://lexvo.org/id/term/jpn/%E3%82%AA%E3%82%AC%E3%83%A0%E6%96%87%E5%AD%97>,
        <http://lexvo.org/id/term/kan/%E0%B2%93%E0%B2%98%E0%B2%AE%E0%B3%8D>,
        <http://lexvo.org/id/term/kas/%D8%A7%D9%88%DA%AF%DB%81%D8%A7%D9%85>,
        <http://lexvo.org/id/term/kor/%EC%98%A4%EA%B2%80%20%EB%AC%B8%EC%9E%90>,
        <http://lexvo.org/id/term/lao/%E0%BA%AD%E0%BA%AD%E0%BA%81%E0%BA%84%E0%BA%AD%E0%BA%99>,
        <http://lexvo.org/id/term/lav/ogamiskais%20raksts>,
        <http://lexvo.org/id/term/lit/ogham>,
        <http://lexvo.org/id/term/mal/%E0%B4%92%E0%B4%96%E0%B4%BE%E0%B4%82>,
        <http://lexvo.org/id/term/mar/%E0%A4%93%E0%A4%98%E0%A4%BE%E0%A4%AE>,
        <http://lexvo.org/id/term/nep/%E0%A4%93%E0%A4%98%E0%A4%BE%E0%A4%AE>,
        <http://lexvo.org/id/term/nld/Ogham>,
        <http://lexvo.org/id/term/nno/ogham>,
        <http://lexvo.org/id/term/nob/ogham>,
        <http://lexvo.org/id/term/ori/%E0%AC%93%E0%AC%98%E0%AC%BE%E0%AC%AE%E0%AC%BE>,
        <http://lexvo.org/id/term/pol/ogham>,
        <http://lexvo.org/id/term/por/og%C3%A2mico>,
        <http://lexvo.org/id/term/roh/ogham>,
        <http://lexvo.org/id/term/rus/%D0%9E%D0%B3%D0%B0%D0%BC%D0%B8%D1%87%D0%B5%D1%81%D0%BA%D0%B0%D1%8F>,
        <http://lexvo.org/id/term/slv/ogamski>,
        <http://lexvo.org/id/term/spa/ogham>,
        <http://lexvo.org/id/term/srp-Latn/ogham%20pismo>,
        <http://lexvo.org/id/term/srp/%D0%BE%D0%B3%D0%B0%D0%BC%D1%81%D0%BA%D0%BE%20%D0%BF%D0%B8%D1%81%D0%BC%D0%BE>,
        <http://lexvo.org/id/term/swe/ogham>,
        <http://lexvo.org/id/term/tam/%E0%AE%92%E0%AE%95%E0%AE%BE%E0%AE%AE%E0%AF%8D>,
        <http://lexvo.org/id/term/tel/%E0%B0%92%E0%B0%98%E0%B0%AE%E0%B1%8D>,
        <http://lexvo.org/id/term/tha/%E0%B9%82%E0%B8%AD%E0%B8%84%E0%B8%B1%E0%B8%A1>,
        <http://lexvo.org/id/term/tur/Ogham>,
        <http://lexvo.org/id/term/ukr/%D0%9E%D0%B3%D0%B0%D0%BC%D1%96%D1%87%D0%BD%D0%B8%D0%B9>,
        <http://lexvo.org/id/term/vie/Ch%E1%BB%AF%20Ogham> .

<http://lexvo.org/id/script/Olck> a lvont:Script ;
    rdfs:label "ol çiki"@az,
        "Ол Чики"@bg,
        "ওল চিকি"@bn,
        "ओल चीकी"@brx,
        "ol čiki pismo"@bs,
        "ол чики писмо"@bs-Cyrl,
        "santali"@ca,
        "桑塔利文"@cmn,
        "桑塔利文"@cmn-Hant,
        "ol-chiki"@da,
        "Ol Chiki"@de,
        "ol tsiki gbeŋɔŋlɔ"@ee,
        "Ολ Τσίκι"@el,
        "Ol Chiki"@en,
        "Ol Chiki (Ol Cemet’, Ol, Santali)"@en,
        "𐐄𐑊 𐐕𐐨𐐿𐐨"@en-Dsrt,
        "ol ciki"@es,
        "ol chiki"@fi,
        "ol tchiki"@fr,
        "Ol Chiki"@gsw,
        "ઓલ ચિકી"@gu,
        "ऑल चिकी"@hi,
        "ol chiki pismo"@hr,
        "Ol chiki"@hu,
        "Chiki Lama"@id,
        "ol chiki"@is,
        "ol chiki"@it,
        "オルチキ文字"@ja,
        "ಓಲ್ ಚಿಕಿ"@kn,
        "올 치키 문자"@ko,
        "اول چِکی"@ks,
        "ໂອຊິກິ"@lo,
        "ol čiki"@lt,
        "ഒൽ ചിക്കി"@ml,
        "ओल चिकि"@mr,
        "ol-chiki"@nb,
        "ओलचिकी"@ne,
        "Ol Chiki"@nl,
        "ol-chiki"@nn,
        "ଓଲ୍ ଚିକି"@or,
        "ol chiki"@pl,
        "ol chiki"@pt,
        "ol chiki"@rm,
        "Ол Чики"@ru,
        "santalski"@sl,
        "ол чики писмо"@sr,
        "ol čiki pismo"@sr-Latn,
        "ol-chiki"@sv,
        "ஒல் சிக்கி"@ta,
        "ఓల్ చికి"@te,
        "โอลชิกิ"@th,
        "Ol Chiki"@tr,
        "Сантальський"@uk,
        "Chữ Ol Chiki"@vi ;
    lvont:iso15924Alphacode "Olck"^^xsd:string ;
    lvont:label <http://lexvo.org/id/term/aze/ol%20%C3%A7iki>,
        <http://lexvo.org/id/term/ben/%E0%A6%93%E0%A6%B2%20%E0%A6%9A%E0%A6%BF%E0%A6%95%E0%A6%BF>,
        <http://lexvo.org/id/term/bos-Cyrl/%D0%BE%D0%BB%20%D1%87%D0%B8%D0%BA%D0%B8%20%D0%BF%D0%B8%D1%81%D0%BC%D0%BE>,
        <http://lexvo.org/id/term/bos/ol%20%C4%8Diki%20pismo>,
        <http://lexvo.org/id/term/brx/%E0%A4%93%E0%A4%B2%20%E0%A4%9A%E0%A5%80%E0%A4%95%E0%A5%80>,
        <http://lexvo.org/id/term/bul/%D0%9E%D0%BB%20%D0%A7%D0%B8%D0%BA%D0%B8>,
        <http://lexvo.org/id/term/cat/santali>,
        <http://lexvo.org/id/term/cmn-Hant/%E6%A1%91%E5%A1%94%E5%88%A9%E6%96%87>,
        <http://lexvo.org/id/term/cmn/%E6%A1%91%E5%A1%94%E5%88%A9%E6%96%87>,
        <http://lexvo.org/id/term/dan/ol-chiki>,
        <http://lexvo.org/id/term/deu/Ol%20Chiki>,
        <http://lexvo.org/id/term/ell/%CE%9F%CE%BB%20%CE%A4%CF%83%CE%AF%CE%BA%CE%B9>,
        <http://lexvo.org/id/term/eng-Dsrt/%F0%90%90%84%F0%90%91%8A%20%F0%90%90%95%F0%90%90%A8%F0%90%90%BF%F0%90%90%A8>,
        <http://lexvo.org/id/term/eng/Ol%20Chiki>,
        <http://lexvo.org/id/term/eng/Ol%20Chiki%20(Ol%20Cemet%E2%80%99%2C%20Ol%2C%20Santali)>,
        <http://lexvo.org/id/term/ewe/ol%20tsiki%20gbe%C5%8B%C9%94%C5%8Bl%C9%94>,
        <http://lexvo.org/id/term/fin/ol%20chiki>,
        <http://lexvo.org/id/term/fra/ol%20tchiki>,
        <http://lexvo.org/id/term/gsw/Ol%20Chiki>,
        <http://lexvo.org/id/term/guj/%E0%AA%93%E0%AA%B2%20%E0%AA%9A%E0%AA%BF%E0%AA%95%E0%AB%80>,
        <http://lexvo.org/id/term/hin/%E0%A4%91%E0%A4%B2%20%E0%A4%9A%E0%A4%BF%E0%A4%95%E0%A5%80>,
        <http://lexvo.org/id/term/hrv/ol%20chiki%20pismo>,
        <http://lexvo.org/id/term/hun/Ol%20chiki>,
        <http://lexvo.org/id/term/ind/Chiki%20Lama>,
        <http://lexvo.org/id/term/isl/ol%20chiki>,
        <http://lexvo.org/id/term/ita/ol%20chiki>,
        <http://lexvo.org/id/term/jpn/%E3%82%AA%E3%83%AB%E3%83%81%E3%82%AD%E6%96%87%E5%AD%97>,
        <http://lexvo.org/id/term/kan/%E0%B2%93%E0%B2%B2%E0%B3%8D%20%E0%B2%9A%E0%B2%BF%E0%B2%95%E0%B2%BF>,
        <http://lexvo.org/id/term/kas/%D8%A7%D9%88%D9%84%20%DA%86%D9%90%DA%A9%DB%8C>,
        <http://lexvo.org/id/term/kor/%EC%98%AC%20%EC%B9%98%ED%82%A4%20%EB%AC%B8%EC%9E%90>,
        <http://lexvo.org/id/term/lao/%E0%BB%82%E0%BA%AD%E0%BA%8A%E0%BA%B4%E0%BA%81%E0%BA%B4>,
        <http://lexvo.org/id/term/lit/ol%20%C4%8Diki>,
        <http://lexvo.org/id/term/mal/%E0%B4%92%E0%B5%BD%20%E0%B4%9A%E0%B4%BF%E0%B4%95%E0%B5%8D%E0%B4%95%E0%B4%BF>,
        <http://lexvo.org/id/term/mar/%E0%A4%93%E0%A4%B2%20%E0%A4%9A%E0%A4%BF%E0%A4%95%E0%A4%BF>,
        <http://lexvo.org/id/term/nep/%E0%A4%93%E0%A4%B2%E0%A4%9A%E0%A4%BF%E0%A4%95%E0%A5%80>,
        <http://lexvo.org/id/term/nld/Ol%20Chiki>,
        <http://lexvo.org/id/term/nno/ol-chiki>,
        <http://lexvo.org/id/term/nob/ol-chiki>,
        <http://lexvo.org/id/term/ori/%E0%AC%93%E0%AC%B2%E0%AD%8D%20%E0%AC%9A%E0%AC%BF%E0%AC%95%E0%AC%BF>,
        <http://lexvo.org/id/term/pol/ol%20chiki>,
        <http://lexvo.org/id/term/por/ol%20chiki>,
        <http://lexvo.org/id/term/roh/ol%20chiki>,
        <http://lexvo.org/id/term/rus/%D0%9E%D0%BB%20%D0%A7%D0%B8%D0%BA%D0%B8>,
        <http://lexvo.org/id/term/slv/santalski>,
        <http://lexvo.org/id/term/spa/ol%20ciki>,
        <http://lexvo.org/id/term/srp-Latn/ol%20%C4%8Diki%20pismo>,
        <http://lexvo.org/id/term/srp/%D0%BE%D0%BB%20%D1%87%D0%B8%D0%BA%D0%B8%20%D0%BF%D0%B8%D1%81%D0%BC%D0%BE>,
        <http://lexvo.org/id/term/swe/ol-chiki>,
        <http://lexvo.org/id/term/tam/%E0%AE%92%E0%AE%B2%E0%AF%8D%20%E0%AE%9A%E0%AE%BF%E0%AE%95%E0%AF%8D%E0%AE%95%E0%AE%BF>,
        <http://lexvo.org/id/term/tel/%E0%B0%93%E0%B0%B2%E0%B1%8D%20%E0%B0%9A%E0%B0%BF%E0%B0%95%E0%B0%BF>,
        <http://lexvo.org/id/term/tha/%E0%B9%82%E0%B8%AD%E0%B8%A5%E0%B8%8A%E0%B8%B4%E0%B8%81%E0%B8%B4>,
        <http://lexvo.org/id/term/tur/Ol%20Chiki>,
        <http://lexvo.org/id/term/ukr/%D0%A1%D0%B0%D0%BD%D1%82%D0%B0%D0%BB%D1%8C%D1%81%D1%8C%D0%BA%D0%B8%D0%B9>,
        <http://lexvo.org/id/term/vie/Ch%E1%BB%AF%20Ol%20Chiki> .

<http://lexvo.org/id/script/Orkh> a lvont:Script ;
    rdfs:label "الأورخون"@ar,
        "orxon"@az,
        "Орхоно-енисейска"@bg,
        "অর্খোন"@bn,
        "ओरखोन"@brx,
        "orkhon pismo"@bs,
        "орконско писмо"@bs-Cyrl,
        "orkhon"@ca,
        "鄂尔浑文"@cmn,
        "鄂爾渾文"@cmn-Hant,
        "orchonské"@cs,
        "orkhon"@da,
        "Orchon-Runen"@de,
        "orkhon gbeŋɔŋlɔ"@ee,
        "Όρκχον"@el,
        "Old Turkic, Orkhon Runic"@en,
        "Orkhon"@en,
        "𐐄𐑉𐐿𐐱𐑌"@en-Dsrt,
        "orkhon"@es,
        "orhoni"@et,
        "اورخونی"@fa,
        "orkhon"@fi,
        "orkhon"@fr,
        "Orchon-Runä"@gsw,
        "ઓરખોન"@gu,
        "ओरखोन"@hi,
        "orkhon pismo"@hr,
        "Orhon"@hu,
        "Orkhon"@id,
        "orkhon"@is,
        "orkhon"@it,
        "オルホン文字"@ja,
        "ಓರ್ಖೋನ್"@kn,
        "오르혼어"@ko,
        "اورکھون"@ks,
        "ອອກສມັນຍາ"@lo,
        "orkon"@lt,
        "ഒർഖോൺ"@ml,
        "ओर्खोन"@mr,
        "orkhon"@nb,
        "ओर्खोन"@ne,
        "Orkhon"@nl,
        "orkhon"@nn,
        "ଓରୋଖନ୍"@or,
        "orchońskie"@pl,
        "orkhon"@pt,
        "orkhon"@rm,
        "Орхоно-енисейская"@ru,
        "orkonski"@sl,
        "орконско писмо"@sr,
        "orkhon pismo"@sr-Latn,
        "orkon"@sv,
        "ஆர்கான்"@ta,
        "ఓర్ఖోన్"@te,
        "ออร์คอน"@th,
        "Orhun"@tr,
        "Орхонський"@uk,
        "Chữ Orkhon"@vi ;
    lvont:iso15924Alphacode "Orkh"^^xsd:string ;
    lvont:label <http://lexvo.org/id/term/ara/%D8%A7%D9%84%D8%A3%D9%88%D8%B1%D8%AE%D9%88%D9%86>,
        <http://lexvo.org/id/term/aze/orxon>,
        <http://lexvo.org/id/term/ben/%E0%A6%85%E0%A6%B0%E0%A7%8D%E0%A6%96%E0%A7%8B%E0%A6%A8>,
        <http://lexvo.org/id/term/bos-Cyrl/%D0%BE%D1%80%D0%BA%D0%BE%D0%BD%D1%81%D0%BA%D0%BE%20%D0%BF%D0%B8%D1%81%D0%BC%D0%BE>,
        <http://lexvo.org/id/term/bos/orkhon%20pismo>,
        <http://lexvo.org/id/term/brx/%E0%A4%93%E0%A4%B0%E0%A4%96%E0%A5%8B%E0%A4%A8>,
        <http://lexvo.org/id/term/bul/%D0%9E%D1%80%D1%85%D0%BE%D0%BD%D0%BE-%D0%B5%D0%BD%D0%B8%D1%81%D0%B5%D0%B9%D1%81%D0%BA%D0%B0>,
        <http://lexvo.org/id/term/cat/orkhon>,
        <http://lexvo.org/id/term/ces/orchonsk%C3%A9>,
        <http://lexvo.org/id/term/cmn-Hant/%E9%84%82%E7%88%BE%E6%B8%BE%E6%96%87>,
        <http://lexvo.org/id/term/cmn/%E9%84%82%E5%B0%94%E6%B5%91%E6%96%87>,
        <http://lexvo.org/id/term/dan/orkhon>,
        <http://lexvo.org/id/term/deu/Orchon-Runen>,
        <http://lexvo.org/id/term/ell/%CE%8C%CF%81%CE%BA%CF%87%CE%BF%CE%BD>,
        <http://lexvo.org/id/term/eng-Dsrt/%F0%90%90%84%F0%90%91%89%F0%90%90%BF%F0%90%90%B1%F0%90%91%8C>,
        <http://lexvo.org/id/term/eng/Old%20Turkic%2C%20Orkhon%20Runic>,
        <http://lexvo.org/id/term/eng/Orkhon>,
        <http://lexvo.org/id/term/est/orhoni>,
        <http://lexvo.org/id/term/ewe/orkhon%20gbe%C5%8B%C9%94%C5%8Bl%C9%94>,
        <http://lexvo.org/id/term/fas/%D8%A7%D9%88%D8%B1%D8%AE%D9%88%D9%86%DB%8C>,
        <http://lexvo.org/id/term/fin/orkhon>,
        <http://lexvo.org/id/term/fra/orkhon>,
        <http://lexvo.org/id/term/gsw/Orchon-Run%C3%A4>,
        <http://lexvo.org/id/term/guj/%E0%AA%93%E0%AA%B0%E0%AA%96%E0%AB%8B%E0%AA%A8>,
        <http://lexvo.org/id/term/hin/%E0%A4%93%E0%A4%B0%E0%A4%96%E0%A5%8B%E0%A4%A8>,
        <http://lexvo.org/id/term/hrv/orkhon%20pismo>,
        <http://lexvo.org/id/term/hun/Orhon>,
        <http://lexvo.org/id/term/ind/Orkhon>,
        <http://lexvo.org/id/term/isl/orkhon>,
        <http://lexvo.org/id/term/ita/orkhon>,
        <http://lexvo.org/id/term/jpn/%E3%82%AA%E3%83%AB%E3%83%9B%E3%83%B3%E6%96%87%E5%AD%97>,
        <http://lexvo.org/id/term/kan/%E0%B2%93%E0%B2%B0%E0%B3%8D%E0%B2%96%E0%B3%8B%E0%B2%A8%E0%B3%8D>,
        <http://lexvo.org/id/term/kas/%D8%A7%D9%88%D8%B1%DA%A9%DA%BE%D9%88%D9%86>,
        <http://lexvo.org/id/term/kor/%EC%98%A4%EB%A5%B4%ED%98%BC%EC%96%B4>,
        <http://lexvo.org/id/term/lao/%E0%BA%AD%E0%BA%AD%E0%BA%81%E0%BA%AA%E0%BA%A1%E0%BA%B1%E0%BA%99%E0%BA%8D%E0%BA%B2>,
        <http://lexvo.org/id/term/lit/orkon>,
        <http://lexvo.org/id/term/mal/%E0%B4%92%E0%B5%BC%E0%B4%96%E0%B5%8B%E0%B5%BA>,
        <http://lexvo.org/id/term/mar/%E0%A4%93%E0%A4%B0%E0%A5%8D%E0%A4%96%E0%A5%8B%E0%A4%A8>,
        <http://lexvo.org/id/term/nep/%E0%A4%93%E0%A4%B0%E0%A5%8D%E0%A4%96%E0%A5%8B%E0%A4%A8>,
        <http://lexvo.org/id/term/nld/Orkhon>,
        <http://lexvo.org/id/term/nno/orkhon>,
        <http://lexvo.org/id/term/nob/orkhon>,
        <http://lexvo.org/id/term/ori/%E0%AC%93%E0%AC%B0%E0%AD%8B%E0%AC%96%E0%AC%A8%E0%AD%8D>,
        <http://lexvo.org/id/term/pol/orcho%C5%84skie>,
        <http://lexvo.org/id/term/por/orkhon>,
        <http://lexvo.org/id/term/roh/orkhon>,
        <http://lexvo.org/id/term/rus/%D0%9E%D1%80%D1%85%D0%BE%D0%BD%D0%BE-%D0%B5%D0%BD%D0%B8%D1%81%D0%B5%D0%B9%D1%81%D0%BA%D0%B0%D1%8F>,
        <http://lexvo.org/id/term/slv/orkonski>,
        <http://lexvo.org/id/term/spa/orkhon>,
        <http://lexvo.org/id/term/srp-Latn/orkhon%20pismo>,
        <http://lexvo.org/id/term/srp/%D0%BE%D1%80%D0%BA%D0%BE%D0%BD%D1%81%D0%BA%D0%BE%20%D0%BF%D0%B8%D1%81%D0%BC%D0%BE>,
        <http://lexvo.org/id/term/swe/orkon>,
        <http://lexvo.org/id/term/tam/%E0%AE%86%E0%AE%B0%E0%AF%8D%E0%AE%95%E0%AE%BE%E0%AE%A9%E0%AF%8D>,
        <http://lexvo.org/id/term/tel/%E0%B0%93%E0%B0%B0%E0%B1%8D%E0%B0%96%E0%B1%8B%E0%B0%A8%E0%B1%8D>,
        <http://lexvo.org/id/term/tha/%E0%B8%AD%E0%B8%AD%E0%B8%A3%E0%B9%8C%E0%B8%84%E0%B8%AD%E0%B8%99>,
        <http://lexvo.org/id/term/tur/Orhun>,
        <http://lexvo.org/id/term/ukr/%D0%9E%D1%80%D1%85%D0%BE%D0%BD%D1%81%D1%8C%D0%BA%D0%B8%D0%B9>,
        <http://lexvo.org/id/term/vie/Ch%E1%BB%AF%20Orkhon> .

<http://lexvo.org/id/script/Orya> a lvont:Script ;
    rdfs:label "Oriya"@af,
        "ኦሪያ"@am,
        "الأوريا"@ar,
        "oriya"@ast,
        "oriya"@az,
        "Ория"@bg,
        "উড়িয়া"@bn,
        "oriya"@br,
        "उड़िया"@brx,
        "orija pismo"@bs,
        "оријанско писмо"@bs-Cyrl,
        "oriya"@ca,
        "奥里亚文"@cmn,
        "歐利亞文"@cmn-Hant,
        "uríské"@cs,
        "oriya"@da,
        "Oriya"@de,
        "ཨོ་རི་ཡ་ཡིག་གུ"@dz,
        "oriyagbeŋɔŋlɔ"@ee,
        "Ορίγια"@el,
        "Oriya"@en,
        "𐐉𐑉𐐨𐐲"@en-Dsrt,
        "oriya"@es,
        "oria"@et,
        "Oriyera"@eu,
        "اوریه‌ای"@fa,
        "orijalainen"@fi,
        "Oriya"@fil,
        "oriyâ"@fr,
        "oriya"@fur,
        "Oiríseach"@ga,
        "Oriya"@gl,
        "Oriya"@gsw,
        "ઉડિયા"@gu,
        "אורייה"@he,
        "उडिया"@hi,
        "oriya pismo"@hr,
        "Oriya"@hu,
        "Oriya"@id,
        "Oriya"@is,
        "oriya"@it,
        "オリヤー文字"@ja,
        "oriya"@kea,
        "Ория"@kk,
        "អូរីយ៉ា"@km,
        "ಓರಿಯಾ"@kn,
        "오리야 문자"@ko,
        "اورِیا"@ks,
        "indesche Orija-Schreff"@ksh,
        "ໂອລິຍາ"@lo,
        "orijų"@lt,
        "oriju"@lv,
        "оријанско писмо"@mk,
        "ഒറിയ"@ml,
        "उडिया"@mr,
        "oriya"@nb,
        "ओरिया"@ne,
        "Odia"@nl,
        "oriya"@nn,
        "ଓଡିଆ"@or,
        "oriya"@pl,
        "oriya"@pt,
        "oriya"@rm,
        "oriya"@ro,
        "Ория"@ru,
        "ඔරියා"@si,
        "Oríjčina"@sk,
        "orijski"@sl,
        "оријанско писмо"@sr,
        "orija pismo"@sr-Latn,
        "oriya"@sv,
        "Kioriya"@swh,
        "ஒரியா"@ta,
        "ఒరియా"@te,
        "โอริยา"@th,
        "tohinima fakaʻinitia ʻolāea"@to,
        "Oriya"@tr,
        "Орія"@uk,
        "اڑیہ"@ur,
        "Chữ Oriya"@vi,
        "Oriya"@wae,
        "Oriya"@zsm,
        "isi-Oriya"@zu ;
    lvont:iso15924Alphacode "Orya"^^xsd:string ;
    lvont:label <http://lexvo.org/id/term/afr/Oriya>,
        <http://lexvo.org/id/term/amh/%E1%8A%A6%E1%88%AA%E1%8B%AB>,
        <http://lexvo.org/id/term/ara/%D8%A7%D9%84%D8%A3%D9%88%D8%B1%D9%8A%D8%A7>,
        <http://lexvo.org/id/term/ast/oriya>,
        <http://lexvo.org/id/term/aze/oriya>,
        <http://lexvo.org/id/term/ben/%E0%A6%89%E0%A6%A1%E0%A6%BC%E0%A6%BF%E0%A6%AF%E0%A6%BC%E0%A6%BE>,
        <http://lexvo.org/id/term/bos-Cyrl/%D0%BE%D1%80%D0%B8%D1%98%D0%B0%D0%BD%D1%81%D0%BA%D0%BE%20%D0%BF%D0%B8%D1%81%D0%BC%D0%BE>,
        <http://lexvo.org/id/term/bos/orija%20pismo>,
        <http://lexvo.org/id/term/bre/oriya>,
        <http://lexvo.org/id/term/brx/%E0%A4%89%E0%A4%A1%E0%A4%BC%E0%A4%BF%E0%A4%AF%E0%A4%BE>,
        <http://lexvo.org/id/term/bul/%D0%9E%D1%80%D0%B8%D1%8F>,
        <http://lexvo.org/id/term/cat/oriya>,
        <http://lexvo.org/id/term/ces/ur%C3%ADsk%C3%A9>,
        <http://lexvo.org/id/term/cmn-Hant/%E6%AD%90%E5%88%A9%E4%BA%9E%E6%96%87>,
        <http://lexvo.org/id/term/cmn/%E5%A5%A5%E9%87%8C%E4%BA%9A%E6%96%87>,
        <http://lexvo.org/id/term/dan/oriya>,
        <http://lexvo.org/id/term/deu/Oriya>,
        <http://lexvo.org/id/term/dzo/%E0%BD%A8%E0%BD%BC%E0%BC%8B%E0%BD%A2%E0%BD%B2%E0%BC%8B%E0%BD%A1%E0%BC%8B%E0%BD%A1%E0%BD%B2%E0%BD%82%E0%BC%8B%E0%BD%82%E0%BD%B4>,
        <http://lexvo.org/id/term/ell/%CE%9F%CF%81%CE%AF%CE%B3%CE%B9%CE%B1>,
        <http://lexvo.org/id/term/eng-Dsrt/%F0%90%90%89%F0%90%91%89%F0%90%90%A8%F0%90%90%B2>,
        <http://lexvo.org/id/term/eng/Oriya>,
        <http://lexvo.org/id/term/est/oria>,
        <http://lexvo.org/id/term/eus/Oriyera>,
        <http://lexvo.org/id/term/ewe/oriyagbe%C5%8B%C9%94%C5%8Bl%C9%94>,
        <http://lexvo.org/id/term/fas/%D8%A7%D9%88%D8%B1%DB%8C%D9%87%E2%80%8C%D8%A7%DB%8C>,
        <http://lexvo.org/id/term/fil/Oriya>,
        <http://lexvo.org/id/term/fin/orijalainen>,
        <http://lexvo.org/id/term/fra/oriy%C3%A2>,
        <http://lexvo.org/id/term/fur/oriya>,
        <http://lexvo.org/id/term/gle/Oir%C3%ADseach>,
        <http://lexvo.org/id/term/glg/Oriya>,
        <http://lexvo.org/id/term/gsw/Oriya>,
        <http://lexvo.org/id/term/guj/%E0%AA%89%E0%AA%A1%E0%AA%BF%E0%AA%AF%E0%AA%BE>,
        <http://lexvo.org/id/term/heb/%D7%90%D7%95%D7%A8%D7%99%D7%99%D7%94>,
        <http://lexvo.org/id/term/hin/%E0%A4%89%E0%A4%A1%E0%A4%BF%E0%A4%AF%E0%A4%BE>,
        <http://lexvo.org/id/term/hrv/oriya%20pismo>,
        <http://lexvo.org/id/term/hun/Oriya>,
        <http://lexvo.org/id/term/ind/Oriya>,
        <http://lexvo.org/id/term/isl/Oriya>,
        <http://lexvo.org/id/term/ita/oriya>,
        <http://lexvo.org/id/term/jpn/%E3%82%AA%E3%83%AA%E3%83%A4%E3%83%BC%E6%96%87%E5%AD%97>,
        <http://lexvo.org/id/term/kan/%E0%B2%93%E0%B2%B0%E0%B2%BF%E0%B2%AF%E0%B2%BE>,
        <http://lexvo.org/id/term/kas/%D8%A7%D9%88%D8%B1%D9%90%DB%8C%D8%A7>,
        <http://lexvo.org/id/term/kaz/%D0%9E%D1%80%D0%B8%D1%8F>,
        <http://lexvo.org/id/term/kea/oriya>,
        <http://lexvo.org/id/term/khm/%E1%9E%A2%E1%9E%BC%E1%9E%9A%E1%9E%B8%E1%9E%99%E1%9F%89%E1%9E%B6>,
        <http://lexvo.org/id/term/kor/%EC%98%A4%EB%A6%AC%EC%95%BC%20%EB%AC%B8%EC%9E%90>,
        <http://lexvo.org/id/term/ksh/indesche%20Orija-Schreff>,
        <http://lexvo.org/id/term/lao/%E0%BB%82%E0%BA%AD%E0%BA%A5%E0%BA%B4%E0%BA%8D%E0%BA%B2>,
        <http://lexvo.org/id/term/lav/oriju>,
        <http://lexvo.org/id/term/lit/orij%C5%B3>,
        <http://lexvo.org/id/term/mal/%E0%B4%92%E0%B4%B1%E0%B4%BF%E0%B4%AF>,
        <http://lexvo.org/id/term/mar/%E0%A4%89%E0%A4%A1%E0%A4%BF%E0%A4%AF%E0%A4%BE>,
        <http://lexvo.org/id/term/mkd/%D0%BE%D1%80%D0%B8%D1%98%D0%B0%D0%BD%D1%81%D0%BA%D0%BE%20%D0%BF%D0%B8%D1%81%D0%BC%D0%BE>,
        <http://lexvo.org/id/term/nep/%E0%A4%93%E0%A4%B0%E0%A4%BF%E0%A4%AF%E0%A4%BE>,
        <http://lexvo.org/id/term/nld/Odia>,
        <http://lexvo.org/id/term/nno/oriya>,
        <http://lexvo.org/id/term/nob/oriya>,
        <http://lexvo.org/id/term/ori/%E0%AC%93%E0%AC%A1%E0%AC%BF%E0%AC%86>,
        <http://lexvo.org/id/term/pol/oriya>,
        <http://lexvo.org/id/term/por/oriya>,
        <http://lexvo.org/id/term/roh/oriya>,
        <http://lexvo.org/id/term/ron/oriya>,
        <http://lexvo.org/id/term/rus/%D0%9E%D1%80%D0%B8%D1%8F>,
        <http://lexvo.org/id/term/sin/%E0%B6%94%E0%B6%BB%E0%B7%92%E0%B6%BA%E0%B7%8F>,
        <http://lexvo.org/id/term/slk/Or%C3%ADj%C4%8Dina>,
        <http://lexvo.org/id/term/slv/orijski>,
        <http://lexvo.org/id/term/spa/oriya>,
        <http://lexvo.org/id/term/srp-Latn/orija%20pismo>,
        <http://lexvo.org/id/term/srp/%D0%BE%D1%80%D0%B8%D1%98%D0%B0%D0%BD%D1%81%D0%BA%D0%BE%20%D0%BF%D0%B8%D1%81%D0%BC%D0%BE>,
        <http://lexvo.org/id/term/swe/oriya>,
        <http://lexvo.org/id/term/swh/Kioriya>,
        <http://lexvo.org/id/term/tam/%E0%AE%92%E0%AE%B0%E0%AE%BF%E0%AE%AF%E0%AE%BE>,
        <http://lexvo.org/id/term/tel/%E0%B0%92%E0%B0%B0%E0%B0%BF%E0%B0%AF%E0%B0%BE>,
        <http://lexvo.org/id/term/tha/%E0%B9%82%E0%B8%AD%E0%B8%A3%E0%B8%B4%E0%B8%A2%E0%B8%B2>,
        <http://lexvo.org/id/term/ton/tohinima%20faka%CA%BBinitia%20%CA%BBol%C4%81ea>,
        <http://lexvo.org/id/term/tur/Oriya>,
        <http://lexvo.org/id/term/ukr/%D0%9E%D1%80%D1%96%D1%8F>,
        <http://lexvo.org/id/term/urd/%D8%A7%DA%91%DB%8C%DB%81>,
        <http://lexvo.org/id/term/vie/Ch%E1%BB%AF%20Oriya>,
        <http://lexvo.org/id/term/wae/Oriya>,
        <http://lexvo.org/id/term/zsm/Oriya>,
        <http://lexvo.org/id/term/zul/isi-Oriya> .

<http://lexvo.org/id/script/Osma> a lvont:Script ;
    rdfs:label "ኦስማኒያ"@am,
        "الأوسمانيا"@ar,
        "osmanya"@az,
        "Османска"@bg,
        "ওসমানিয়"@bn,
        "ओस्मानिया"@brx,
        "osmanja pismo"@bs,
        "осмањанско писмо"@bs-Cyrl,
        "osmanya"@ca,
        "奥斯曼亚文"@cmn,
        "歐斯曼亞文"@cmn-Hant,
        "osmanské"@cs,
        "osmannisk"@da,
        "Osmanisch"@de,
        "osmaya gbeŋɔŋlɔ"@ee,
        "Οσμάνγια"@el,
        "Osmanya"@en,
        "𐐉𐑅𐑋𐐪𐑌𐐷𐐪"@en-Dsrt,
        "osmaniya"@es,
        "osmanja"@et,
        "osmanjalainen"@fi,
        "osmanais"@fr,
        "Osmanisch"@gsw,
        "ઓસ્માન્યા"@gu,
        "ओस्मान्या"@hi,
        "osmanya pismo"@hr,
        "Oszmán"@hu,
        "Osmanya"@id,
        "osmanya"@it,
        "オスマニア文字"@ja,
        "ಓಸ್ಮಾನ್ಯಾ"@kn,
        "오스마니아 문자"@ko,
        "اوسمانیا"@ks,
        "ຟາກສປາ"@lo,
        "osmanų"@lt,
        "osmaņu turku"@lv,
        "ഒസ്‌മാനിയ"@ml,
        "उस्मानिया"@mr,
        "osmanya"@nb,
        "ओस्मान्या"@ne,
        "Osmanya"@nl,
        "osmanya"@nn,
        "ଓସୋମାନିୟା"@or,
        "osmanya"@pl,
        "osmania"@pt,
        "osman"@rm,
        "Османская"@ru,
        "osmanský"@sk,
        "osmanski"@sl,
        "осмањанско писмо"@sr,
        "osmanja pismo"@sr-Latn,
        "osmanja"@sv,
        "ஒஸ்மான்யா"@ta,
        "ఓసమాన్య"@te,
        "ออสมันยา"@th,
        "Osmanya"@tr,
        "Османський"@uk,
        "Chữ Osmanya"@vi ;
    lvont:iso15924Alphacode "Osma"^^xsd:string ;
    lvont:label <http://lexvo.org/id/term/amh/%E1%8A%A6%E1%88%B5%E1%88%9B%E1%8A%92%E1%8B%AB>,
        <http://lexvo.org/id/term/ara/%D8%A7%D9%84%D8%A3%D9%88%D8%B3%D9%85%D8%A7%D9%86%D9%8A%D8%A7>,
        <http://lexvo.org/id/term/aze/osmanya>,
        <http://lexvo.org/id/term/ben/%E0%A6%93%E0%A6%B8%E0%A6%AE%E0%A6%BE%E0%A6%A8%E0%A6%BF%E0%A6%AF%E0%A6%BC>,
        <http://lexvo.org/id/term/bos-Cyrl/%D0%BE%D1%81%D0%BC%D0%B0%D1%9A%D0%B0%D0%BD%D1%81%D0%BA%D0%BE%20%D0%BF%D0%B8%D1%81%D0%BC%D0%BE>,
        <http://lexvo.org/id/term/bos/osmanja%20pismo>,
        <http://lexvo.org/id/term/brx/%E0%A4%93%E0%A4%B8%E0%A5%8D%E0%A4%AE%E0%A4%BE%E0%A4%A8%E0%A4%BF%E0%A4%AF%E0%A4%BE>,
        <http://lexvo.org/id/term/bul/%D0%9E%D1%81%D0%BC%D0%B0%D0%BD%D1%81%D0%BA%D0%B0>,
        <http://lexvo.org/id/term/cat/osmanya>,
        <http://lexvo.org/id/term/ces/osmansk%C3%A9>,
        <http://lexvo.org/id/term/cmn-Hant/%E6%AD%90%E6%96%AF%E6%9B%BC%E4%BA%9E%E6%96%87>,
        <http://lexvo.org/id/term/cmn/%E5%A5%A5%E6%96%AF%E6%9B%BC%E4%BA%9A%E6%96%87>,
        <http://lexvo.org/id/term/dan/osmannisk>,
        <http://lexvo.org/id/term/deu/Osmanisch>,
        <http://lexvo.org/id/term/ell/%CE%9F%CF%83%CE%BC%CE%AC%CE%BD%CE%B3%CE%B9%CE%B1>,
        <http://lexvo.org/id/term/eng-Dsrt/%F0%90%90%89%F0%90%91%85%F0%90%91%8B%F0%90%90%AA%F0%90%91%8C%F0%90%90%B7%F0%90%90%AA>,
        <http://lexvo.org/id/term/eng/Osmanya>,
        <http://lexvo.org/id/term/est/osmanja>,
        <http://lexvo.org/id/term/ewe/osmaya%20gbe%C5%8B%C9%94%C5%8Bl%C9%94>,
        <http://lexvo.org/id/term/fin/osmanjalainen>,
        <http://lexvo.org/id/term/fra/osmanais>,
        <http://lexvo.org/id/term/gsw/Osmanisch>,
        <http://lexvo.org/id/term/guj/%E0%AA%93%E0%AA%B8%E0%AB%8D%E0%AA%AE%E0%AA%BE%E0%AA%A8%E0%AB%8D%E0%AA%AF%E0%AA%BE>,
        <http://lexvo.org/id/term/hin/%E0%A4%93%E0%A4%B8%E0%A5%8D%E0%A4%AE%E0%A4%BE%E0%A4%A8%E0%A5%8D%E0%A4%AF%E0%A4%BE>,
        <http://lexvo.org/id/term/hrv/osmanya%20pismo>,
        <http://lexvo.org/id/term/hun/Oszm%C3%A1n>,
        <http://lexvo.org/id/term/ind/Osmanya>,
        <http://lexvo.org/id/term/ita/osmanya>,
        <http://lexvo.org/id/term/jpn/%E3%82%AA%E3%82%B9%E3%83%9E%E3%83%8B%E3%82%A2%E6%96%87%E5%AD%97>,
        <http://lexvo.org/id/term/kan/%E0%B2%93%E0%B2%B8%E0%B3%8D%E0%B2%AE%E0%B2%BE%E0%B2%A8%E0%B3%8D%E0%B2%AF%E0%B2%BE>,
        <http://lexvo.org/id/term/kas/%D8%A7%D9%88%D8%B3%D9%85%D8%A7%D9%86%DB%8C%D8%A7>,
        <http://lexvo.org/id/term/kor/%EC%98%A4%EC%8A%A4%EB%A7%88%EB%8B%88%EC%95%84%20%EB%AC%B8%EC%9E%90>,
        <http://lexvo.org/id/term/lao/%E0%BA%9F%E0%BA%B2%E0%BA%81%E0%BA%AA%E0%BA%9B%E0%BA%B2>,
        <http://lexvo.org/id/term/lav/osma%C5%86u%20turku>,
        <http://lexvo.org/id/term/lit/osman%C5%B3>,
        <http://lexvo.org/id/term/mal/%E0%B4%92%E0%B4%B8%E0%B5%8D%E2%80%8C%E0%B4%AE%E0%B4%BE%E0%B4%A8%E0%B4%BF%E0%B4%AF>,
        <http://lexvo.org/id/term/mar/%E0%A4%89%E0%A4%B8%E0%A5%8D%E0%A4%AE%E0%A4%BE%E0%A4%A8%E0%A4%BF%E0%A4%AF%E0%A4%BE>,
        <http://lexvo.org/id/term/nep/%E0%A4%93%E0%A4%B8%E0%A5%8D%E0%A4%AE%E0%A4%BE%E0%A4%A8%E0%A5%8D%E0%A4%AF%E0%A4%BE>,
        <http://lexvo.org/id/term/nld/Osmanya>,
        <http://lexvo.org/id/term/nno/osmanya>,
        <http://lexvo.org/id/term/nob/osmanya>,
        <http://lexvo.org/id/term/ori/%E0%AC%93%E0%AC%B8%E0%AD%8B%E0%AC%AE%E0%AC%BE%E0%AC%A8%E0%AC%BF%E0%AD%9F%E0%AC%BE>,
        <http://lexvo.org/id/term/pol/osmanya>,
        <http://lexvo.org/id/term/por/osmania>,
        <http://lexvo.org/id/term/roh/osman>,
        <http://lexvo.org/id/term/rus/%D0%9E%D1%81%D0%BC%D0%B0%D0%BD%D1%81%D0%BA%D0%B0%D1%8F>,
        <http://lexvo.org/id/term/slk/osmansk%C3%BD>,
        <http://lexvo.org/id/term/slv/osmanski>,
        <http://lexvo.org/id/term/spa/osmaniya>,
        <http://lexvo.org/id/term/srp-Latn/osmanja%20pismo>,
        <http://lexvo.org/id/term/srp/%D0%BE%D1%81%D0%BC%D0%B0%D1%9A%D0%B0%D0%BD%D1%81%D0%BA%D0%BE%20%D0%BF%D0%B8%D1%81%D0%BC%D0%BE>,
        <http://lexvo.org/id/term/swe/osmanja>,
        <http://lexvo.org/id/term/tam/%E0%AE%92%E0%AE%B8%E0%AF%8D%E0%AE%AE%E0%AE%BE%E0%AE%A9%E0%AF%8D%E0%AE%AF%E0%AE%BE>,
        <http://lexvo.org/id/term/tel/%E0%B0%93%E0%B0%B8%E0%B0%AE%E0%B0%BE%E0%B0%A8%E0%B1%8D%E0%B0%AF>,
        <http://lexvo.org/id/term/tha/%E0%B8%AD%E0%B8%AD%E0%B8%AA%E0%B8%A1%E0%B8%B1%E0%B8%99%E0%B8%A2%E0%B8%B2>,
        <http://lexvo.org/id/term/tur/Osmanya>,
        <http://lexvo.org/id/term/ukr/%D0%9E%D1%81%D0%BC%D0%B0%D0%BD%D1%81%D1%8C%D0%BA%D0%B8%D0%B9>,
        <http://lexvo.org/id/term/vie/Ch%E1%BB%AF%20Osmanya> .

<http://lexvo.org/id/script/Palm> a lvont:Script ;
    rdfs:label "palmirè"@ca,
        "帕尔迈拉文"@cmn,
        "帕米瑞拉文字"@cmn-Hant,
        "Palmyrene"@en,
        "palmyralainen"@fi,
        "palmyrénien"@fr,
        "Palmira"@id,
        "パルミラ文字"@ja,
        "팔미라 문자"@ko,
        "ພາລໄມຮິນ"@lo,
        "palmirskie"@pl,
        "palmyreniska"@sv,
        "พาลไมรีน"@th,
        "Chữ Palmyrene"@vi ;
    lvont:iso15924Alphacode "Palm"^^xsd:string ;
    lvont:label <http://lexvo.org/id/term/cat/palmir%C3%A8>,
        <http://lexvo.org/id/term/cmn-Hant/%E5%B8%95%E7%B1%B3%E7%91%9E%E6%8B%89%E6%96%87%E5%AD%97>,
        <http://lexvo.org/id/term/cmn/%E5%B8%95%E5%B0%94%E8%BF%88%E6%8B%89%E6%96%87>,
        <http://lexvo.org/id/term/eng/Palmyrene>,
        <http://lexvo.org/id/term/fin/palmyralainen>,
        <http://lexvo.org/id/term/fra/palmyr%C3%A9nien>,
        <http://lexvo.org/id/term/ind/Palmira>,
        <http://lexvo.org/id/term/jpn/%E3%83%91%E3%83%AB%E3%83%9F%E3%83%A9%E6%96%87%E5%AD%97>,
        <http://lexvo.org/id/term/kor/%ED%8C%94%EB%AF%B8%EB%9D%BC%20%EB%AC%B8%EC%9E%90>,
        <http://lexvo.org/id/term/lao/%E0%BA%9E%E0%BA%B2%E0%BA%A5%E0%BB%84%E0%BA%A1%E0%BA%AE%E0%BA%B4%E0%BA%99>,
        <http://lexvo.org/id/term/pol/palmirskie>,
        <http://lexvo.org/id/term/swe/palmyreniska>,
        <http://lexvo.org/id/term/tha/%E0%B8%9E%E0%B8%B2%E0%B8%A5%E0%B9%84%E0%B8%A1%E0%B8%A3%E0%B8%B5%E0%B8%99>,
        <http://lexvo.org/id/term/vie/Ch%E1%BB%AF%20Palmyrene> .

<http://lexvo.org/id/script/Perm> a lvont:Script ;
    rdfs:label "البيرميكية القديمة"@ar,
        "qədimi permik"@az,
        "Древно пермска"@bg,
        "প্রাচীন পার্মিক"@bn,
        "पुरानी पर्मीक्"@brx,
        "staro permiksko pismo"@bs,
        "старо пермикско писмо"@bs-Cyrl,
        "antic pèrmic"@ca,
        "古彼尔姆文"@cmn,
        "古彼爾姆諸文"@cmn-Hant,
        "staropermské"@cs,
        "oldpermisk"@da,
        "Altpermisch"@de,
        "permia gbeŋɔŋlɔ xoxotɔ"@ee,
        "Παλαιό Περμικό"@el,
        "Old Permic"@en,
        "𐐄𐑊𐐼 𐐑𐐯𐑉𐑋𐐮𐐿"@en-Dsrt,
        "permiano antiguo"@es,
        "vanapermi"@et,
        "پرمی باستان"@fa,
        "muinaispermiläinen"@fi,
        "ancien permien"@fr,
        "Altpermisch"@gsw,
        "ઓલ્ડ પરમિક"@gu,
        "ओल्ड परमिक"@hi,
        "staro permic pismo"@hr,
        "Ópermikus"@hu,
        "Permik Kuno"@id,
        "permico antico"@it,
        "古ぺルム文字"@ja,
        "ಪ್ರಾಚೀನ ಪೆರ್ಮಿಕ್"@kn,
        "고대 페름 문자"@ko,
        "اولڈ پٔرمِک"@ks,
        "ເພີມີໂບຮານ"@lo,
        "senieji permės"@lt,
        "പുരാതന പെർമിക്"@ml,
        "पुरातन पर्मिक"@mr,
        "gammelpermisk"@nb,
        "पुरानो पर्मिक"@ne,
        "Oudpermisch"@nl,
        "gammalpermisk"@nn,
        "ଓଲ୍ଡ ପରମିକ୍"@or,
        "staropermskie"@pl,
        "pérmico antigo"@pt,
        "permic vegl"@rm,
        "Древнепермская"@ru,
        "staropermijski"@sl,
        "старо пермикско писмо"@sr,
        "staro permiksko pismo"@sr-Latn,
        "fornpermiska"@sv,
        "பழைய பெர்மிக்"@ta,
        "ప్రాచీన పెర్మిక్"@te,
        "เปอร์มิกโบราณ"@th,
        "Eski Permik"@tr,
        "Давньопермський"@uk,
        "Chữ Permic cổ"@vi ;
    lvont:iso15924Alphacode "Perm"^^xsd:string ;
    lvont:label <http://lexvo.org/id/term/ara/%D8%A7%D9%84%D8%A8%D9%8A%D8%B1%D9%85%D9%8A%D9%83%D9%8A%D8%A9%20%D8%A7%D9%84%D9%82%D8%AF%D9%8A%D9%85%D8%A9>,
        <http://lexvo.org/id/term/aze/q%C9%99dimi%20permik>,
        <http://lexvo.org/id/term/ben/%E0%A6%AA%E0%A7%8D%E0%A6%B0%E0%A6%BE%E0%A6%9A%E0%A7%80%E0%A6%A8%20%E0%A6%AA%E0%A6%BE%E0%A6%B0%E0%A7%8D%E0%A6%AE%E0%A6%BF%E0%A6%95>,
        <http://lexvo.org/id/term/bos-Cyrl/%D1%81%D1%82%D0%B0%D1%80%D0%BE%20%D0%BF%D0%B5%D1%80%D0%BC%D0%B8%D0%BA%D1%81%D0%BA%D0%BE%20%D0%BF%D0%B8%D1%81%D0%BC%D0%BE>,
        <http://lexvo.org/id/term/bos/staro%20permiksko%20pismo>,
        <http://lexvo.org/id/term/brx/%E0%A4%AA%E0%A5%81%E0%A4%B0%E0%A4%BE%E0%A4%A8%E0%A5%80%20%E0%A4%AA%E0%A4%B0%E0%A5%8D%E0%A4%AE%E0%A5%80%E0%A4%95%E0%A5%8D>,
        <http://lexvo.org/id/term/bul/%D0%94%D1%80%D0%B5%D0%B2%D0%BD%D0%BE%20%D0%BF%D0%B5%D1%80%D0%BC%D1%81%D0%BA%D0%B0>,
        <http://lexvo.org/id/term/cat/antic%20p%C3%A8rmic>,
        <http://lexvo.org/id/term/ces/staropermsk%C3%A9>,
        <http://lexvo.org/id/term/cmn-Hant/%E5%8F%A4%E5%BD%BC%E7%88%BE%E5%A7%86%E8%AB%B8%E6%96%87>,
        <http://lexvo.org/id/term/cmn/%E5%8F%A4%E5%BD%BC%E5%B0%94%E5%A7%86%E6%96%87>,
        <http://lexvo.org/id/term/dan/oldpermisk>,
        <http://lexvo.org/id/term/deu/Altpermisch>,
        <http://lexvo.org/id/term/ell/%CE%A0%CE%B1%CE%BB%CE%B1%CE%B9%CF%8C%20%CE%A0%CE%B5%CF%81%CE%BC%CE%B9%CE%BA%CF%8C>,
        <http://lexvo.org/id/term/eng-Dsrt/%F0%90%90%84%F0%90%91%8A%F0%90%90%BC%20%F0%90%90%91%F0%90%90%AF%F0%90%91%89%F0%90%91%8B%F0%90%90%AE%F0%90%90%BF>,
        <http://lexvo.org/id/term/eng/Old%20Permic>,
        <http://lexvo.org/id/term/est/vanapermi>,
        <http://lexvo.org/id/term/ewe/permia%20gbe%C5%8B%C9%94%C5%8Bl%C9%94%20xoxot%C9%94>,
        <http://lexvo.org/id/term/fas/%D9%BE%D8%B1%D9%85%DB%8C%20%D8%A8%D8%A7%D8%B3%D8%AA%D8%A7%D9%86>,
        <http://lexvo.org/id/term/fin/muinaispermil%C3%A4inen>,
        <http://lexvo.org/id/term/fra/ancien%20permien>,
        <http://lexvo.org/id/term/gsw/Altpermisch>,
        <http://lexvo.org/id/term/guj/%E0%AA%93%E0%AA%B2%E0%AB%8D%E0%AA%A1%20%E0%AA%AA%E0%AA%B0%E0%AA%AE%E0%AA%BF%E0%AA%95>,
        <http://lexvo.org/id/term/hin/%E0%A4%93%E0%A4%B2%E0%A5%8D%E0%A4%A1%20%E0%A4%AA%E0%A4%B0%E0%A4%AE%E0%A4%BF%E0%A4%95>,
        <http://lexvo.org/id/term/hrv/staro%20permic%20pismo>,
        <http://lexvo.org/id/term/hun/%C3%93permikus>,
        <http://lexvo.org/id/term/ind/Permik%20Kuno>,
        <http://lexvo.org/id/term/ita/permico%20antico>,
        <http://lexvo.org/id/term/jpn/%E5%8F%A4%E3%81%BA%E3%83%AB%E3%83%A0%E6%96%87%E5%AD%97>,
        <http://lexvo.org/id/term/kan/%E0%B2%AA%E0%B3%8D%E0%B2%B0%E0%B2%BE%E0%B2%9A%E0%B3%80%E0%B2%A8%20%E0%B2%AA%E0%B3%86%E0%B2%B0%E0%B3%8D%E0%B2%AE%E0%B2%BF%E0%B2%95%E0%B3%8D>,
        <http://lexvo.org/id/term/kas/%D8%A7%D9%88%D9%84%DA%88%20%D9%BE%D9%94%D8%B1%D9%85%D9%90%DA%A9>,
        <http://lexvo.org/id/term/kor/%EA%B3%A0%EB%8C%80%20%ED%8E%98%EB%A6%84%20%EB%AC%B8%EC%9E%90>,
        <http://lexvo.org/id/term/lao/%E0%BB%80%E0%BA%9E%E0%BA%B5%E0%BA%A1%E0%BA%B5%E0%BB%82%E0%BA%9A%E0%BA%AE%E0%BA%B2%E0%BA%99>,
        <http://lexvo.org/id/term/lit/senieji%20perm%C4%97s>,
        <http://lexvo.org/id/term/mal/%E0%B4%AA%E0%B5%81%E0%B4%B0%E0%B4%BE%E0%B4%A4%E0%B4%A8%20%E0%B4%AA%E0%B5%86%E0%B5%BC%E0%B4%AE%E0%B4%BF%E0%B4%95%E0%B5%8D>,
        <http://lexvo.org/id/term/mar/%E0%A4%AA%E0%A5%81%E0%A4%B0%E0%A4%BE%E0%A4%A4%E0%A4%A8%20%E0%A4%AA%E0%A4%B0%E0%A5%8D%E0%A4%AE%E0%A4%BF%E0%A4%95>,
        <http://lexvo.org/id/term/nep/%E0%A4%AA%E0%A5%81%E0%A4%B0%E0%A4%BE%E0%A4%A8%E0%A5%8B%20%E0%A4%AA%E0%A4%B0%E0%A5%8D%E0%A4%AE%E0%A4%BF%E0%A4%95>,
        <http://lexvo.org/id/term/nld/Oudpermisch>,
        <http://lexvo.org/id/term/nno/gammalpermisk>,
        <http://lexvo.org/id/term/nob/gammelpermisk>,
        <http://lexvo.org/id/term/ori/%E0%AC%93%E0%AC%B2%E0%AD%8D%E0%AC%A1%20%E0%AC%AA%E0%AC%B0%E0%AC%AE%E0%AC%BF%E0%AC%95%E0%AD%8D>,
        <http://lexvo.org/id/term/pol/staropermskie>,
        <http://lexvo.org/id/term/por/p%C3%A9rmico%20antigo>,
        <http://lexvo.org/id/term/roh/permic%20vegl>,
        <http://lexvo.org/id/term/rus/%D0%94%D1%80%D0%B5%D0%B2%D0%BD%D0%B5%D0%BF%D0%B5%D1%80%D0%BC%D1%81%D0%BA%D0%B0%D1%8F>,
        <http://lexvo.org/id/term/slv/staropermijski>,
        <http://lexvo.org/id/term/spa/permiano%20antiguo>,
        <http://lexvo.org/id/term/srp-Latn/staro%20permiksko%20pismo>,
        <http://lexvo.org/id/term/srp/%D1%81%D1%82%D0%B0%D1%80%D0%BE%20%D0%BF%D0%B5%D1%80%D0%BC%D0%B8%D0%BA%D1%81%D0%BA%D0%BE%20%D0%BF%D0%B8%D1%81%D0%BC%D0%BE>,
        <http://lexvo.org/id/term/swe/fornpermiska>,
        <http://lexvo.org/id/term/tam/%E0%AE%AA%E0%AE%B4%E0%AF%88%E0%AE%AF%20%E0%AE%AA%E0%AF%86%E0%AE%B0%E0%AF%8D%E0%AE%AE%E0%AE%BF%E0%AE%95%E0%AF%8D>,
        <http://lexvo.org/id/term/tel/%E0%B0%AA%E0%B1%8D%E0%B0%B0%E0%B0%BE%E0%B0%9A%E0%B1%80%E0%B0%A8%20%E0%B0%AA%E0%B1%86%E0%B0%B0%E0%B1%8D%E0%B0%AE%E0%B0%BF%E0%B0%95%E0%B1%8D>,
        <http://lexvo.org/id/term/tha/%E0%B9%80%E0%B8%9B%E0%B8%AD%E0%B8%A3%E0%B9%8C%E0%B8%A1%E0%B8%B4%E0%B8%81%E0%B9%82%E0%B8%9A%E0%B8%A3%E0%B8%B2%E0%B8%93>,
        <http://lexvo.org/id/term/tur/Eski%20Permik>,
        <http://lexvo.org/id/term/ukr/%D0%94%D0%B0%D0%B2%D0%BD%D1%8C%D0%BE%D0%BF%D0%B5%D1%80%D0%BC%D1%81%D1%8C%D0%BA%D0%B8%D0%B9>,
        <http://lexvo.org/id/term/vie/Ch%E1%BB%AF%20Permic%20c%E1%BB%95> .

<http://lexvo.org/id/script/Phag> a lvont:Script ;
    rdfs:label "الفاجسبا"@ar,
        "faqs-pa"@az,
        "Фагс-па"@bg,
        "ফাগ্স-পা"@bn,
        "फाग्स पा"@brx,
        "phags-pa pismo"@bs,
        "пагс-па писмо"@bs-Cyrl,
        "phagspa"@ca,
        "八思巴文"@cmn,
        "八思巴文"@cmn-Hant,
        "phags-pa"@da,
        "Phags-pa"@de,
        "phags-pa gbeŋɔŋlɔ"@ee,
        "Παγκς-πα"@el,
        "Phags-pa"@en,
        "phags-pa"@es,
        "phags-pa"@et,
        "phags-pa"@fi,
        "phags pa"@fr,
        "’phags pa"@fr,
        "Phags-pa"@gsw,
        "ફાગ્સ-પા"@gu,
        "फाग्स-पा"@hi,
        "phags-pa pismo"@hr,
        "Phags-pa"@hu,
        "Phags-pa"@id,
        "phags-pa"@it,
        "パスパ文字"@ja,
        "ಫಾಗ್ಸ್-ಪಾ"@kn,
        "파스파 문자"@ko,
        "پھاگس پا"@ks,
        "ຟາກສ-ປາ"@lo,
        "pagsa pa"@lt,
        "ഫഗസ് പ"@ml,
        "फाग्स-पा"@mr,
        "phags-pa"@nb,
        "फाग्स-पा"@ne,
        "Phags-pa"@nl,
        "phags-pa"@nn,
        "ଫାଗସ୍-ପା"@or,
        "phags-pa"@pl,
        "phags-pa"@pt,
        "phags-pa"@rm,
        "Пагспа"@ru,
        "pagpajski"@sl,
        "пагс-па писмо"@sr,
        "phags-pa pismo"@sr-Latn,
        "phags-pa"@sv,
        "பக்ஸ்-பா"@ta,
        "ఫాగ్స్-పా"@te,
        "ฟากส์-ปา"@th,
        "Phags-pa"@tr,
        "Пхагс-па"@uk,
        "Chữ Phags-pa"@vi ;
    lvont:iso15924Alphacode "Phag"^^xsd:string ;
    lvont:label <http://lexvo.org/id/term/ara/%D8%A7%D9%84%D9%81%D8%A7%D8%AC%D8%B3%D8%A8%D8%A7>,
        <http://lexvo.org/id/term/aze/faqs-pa>,
        <http://lexvo.org/id/term/ben/%E0%A6%AB%E0%A6%BE%E0%A6%97%E0%A7%8D%E0%A6%B8-%E0%A6%AA%E0%A6%BE>,
        <http://lexvo.org/id/term/bos-Cyrl/%D0%BF%D0%B0%D0%B3%D1%81-%D0%BF%D0%B0%20%D0%BF%D0%B8%D1%81%D0%BC%D0%BE>,
        <http://lexvo.org/id/term/bos/phags-pa%20pismo>,
        <http://lexvo.org/id/term/brx/%E0%A4%AB%E0%A4%BE%E0%A4%97%E0%A5%8D%E0%A4%B8%20%E0%A4%AA%E0%A4%BE>,
        <http://lexvo.org/id/term/bul/%D0%A4%D0%B0%D0%B3%D1%81-%D0%BF%D0%B0>,
        <http://lexvo.org/id/term/cat/phagspa>,
        <http://lexvo.org/id/term/cmn-Hant/%E5%85%AB%E6%80%9D%E5%B7%B4%E6%96%87>,
        <http://lexvo.org/id/term/cmn/%E5%85%AB%E6%80%9D%E5%B7%B4%E6%96%87>,
        <http://lexvo.org/id/term/dan/phags-pa>,
        <http://lexvo.org/id/term/deu/Phags-pa>,
        <http://lexvo.org/id/term/ell/%CE%A0%CE%B1%CE%B3%CE%BA%CF%82-%CF%80%CE%B1>,
        <http://lexvo.org/id/term/eng/Phags-pa>,
        <http://lexvo.org/id/term/est/phags-pa>,
        <http://lexvo.org/id/term/ewe/phags-pa%20gbe%C5%8B%C9%94%C5%8Bl%C9%94>,
        <http://lexvo.org/id/term/fin/phags-pa>,
        <http://lexvo.org/id/term/fra/%E2%80%99phags%20pa>,
        <http://lexvo.org/id/term/fra/phags%20pa>,
        <http://lexvo.org/id/term/gsw/Phags-pa>,
        <http://lexvo.org/id/term/guj/%E0%AA%AB%E0%AA%BE%E0%AA%97%E0%AB%8D%E0%AA%B8-%E0%AA%AA%E0%AA%BE>,
        <http://lexvo.org/id/term/hin/%E0%A4%AB%E0%A4%BE%E0%A4%97%E0%A5%8D%E0%A4%B8-%E0%A4%AA%E0%A4%BE>,
        <http://lexvo.org/id/term/hrv/phags-pa%20pismo>,
        <http://lexvo.org/id/term/hun/Phags-pa>,
        <http://lexvo.org/id/term/ind/Phags-pa>,
        <http://lexvo.org/id/term/ita/phags-pa>,
        <http://lexvo.org/id/term/jpn/%E3%83%91%E3%82%B9%E3%83%91%E6%96%87%E5%AD%97>,
        <http://lexvo.org/id/term/kan/%E0%B2%AB%E0%B2%BE%E0%B2%97%E0%B3%8D%E0%B2%B8%E0%B3%8D-%E0%B2%AA%E0%B2%BE>,
        <http://lexvo.org/id/term/kas/%D9%BE%DA%BE%D8%A7%DA%AF%D8%B3%20%D9%BE%D8%A7>,
        <http://lexvo.org/id/term/kor/%ED%8C%8C%EC%8A%A4%ED%8C%8C%20%EB%AC%B8%EC%9E%90>,
        <http://lexvo.org/id/term/lao/%E0%BA%9F%E0%BA%B2%E0%BA%81%E0%BA%AA-%E0%BA%9B%E0%BA%B2>,
        <http://lexvo.org/id/term/lit/pagsa%20pa>,
        <http://lexvo.org/id/term/mal/%E0%B4%AB%E0%B4%97%E0%B4%B8%E0%B5%8D%20%E0%B4%AA>,
        <http://lexvo.org/id/term/mar/%E0%A4%AB%E0%A4%BE%E0%A4%97%E0%A5%8D%E0%A4%B8-%E0%A4%AA%E0%A4%BE>,
        <http://lexvo.org/id/term/nep/%E0%A4%AB%E0%A4%BE%E0%A4%97%E0%A5%8D%E0%A4%B8-%E0%A4%AA%E0%A4%BE>,
        <http://lexvo.org/id/term/nld/Phags-pa>,
        <http://lexvo.org/id/term/nno/phags-pa>,
        <http://lexvo.org/id/term/nob/phags-pa>,
        <http://lexvo.org/id/term/ori/%E0%AC%AB%E0%AC%BE%E0%AC%97%E0%AC%B8%E0%AD%8D-%E0%AC%AA%E0%AC%BE>,
        <http://lexvo.org/id/term/pol/phags-pa>,
        <http://lexvo.org/id/term/por/phags-pa>,
        <http://lexvo.org/id/term/roh/phags-pa>,
        <http://lexvo.org/id/term/rus/%D0%9F%D0%B0%D0%B3%D1%81%D0%BF%D0%B0>,
        <http://lexvo.org/id/term/slv/pagpajski>,
        <http://lexvo.org/id/term/spa/phags-pa>,
        <http://lexvo.org/id/term/srp-Latn/phags-pa%20pismo>,
        <http://lexvo.org/id/term/srp/%D0%BF%D0%B0%D0%B3%D1%81-%D0%BF%D0%B0%20%D0%BF%D0%B8%D1%81%D0%BC%D0%BE>,
        <http://lexvo.org/id/term/swe/phags-pa>,
        <http://lexvo.org/id/term/tam/%E0%AE%AA%E0%AE%95%E0%AF%8D%E0%AE%B8%E0%AF%8D-%E0%AE%AA%E0%AE%BE>,
        <http://lexvo.org/id/term/tel/%E0%B0%AB%E0%B0%BE%E0%B0%97%E0%B1%8D%E0%B0%B8%E0%B1%8D-%E0%B0%AA%E0%B0%BE>,
        <http://lexvo.org/id/term/tha/%E0%B8%9F%E0%B8%B2%E0%B8%81%E0%B8%AA%E0%B9%8C-%E0%B8%9B%E0%B8%B2>,
        <http://lexvo.org/id/term/tur/Phags-pa>,
        <http://lexvo.org/id/term/ukr/%D0%9F%D1%85%D0%B0%D0%B3%D1%81-%D0%BF%D0%B0>,
        <http://lexvo.org/id/term/vie/Ch%E1%BB%AF%20Phags-pa> .

<http://lexvo.org/id/script/Phli> a lvont:Script ;
    rdfs:label "fli"@az,
        "খদিত পাহলভি"@bn,
        "pisani pahlavi"@bs,
        "писани пахлави"@bs-Cyrl,
        "pahlavi inscripcional"@ca,
        "巴列维文碑铭体"@cmn,
        "巴列維文（碑銘體）"@cmn-Hant,
        "phli"@da,
        "pahlavi gbeŋɔŋlɔ tɔxee"@ee,
        "Επιγραφικό Παχλάβι"@el,
        "Inscriptional Pahlavi"@en,
        "𐐆𐑌𐑅𐐿𐑉𐐮𐐹𐑇𐐲𐑌𐐲𐑊 𐐑𐐪𐑊𐐲𐑂𐐨"@en-Dsrt,
        "پهلوی کتیبه‌ای"@fa,
        "piirtokirjoituspahlavilainen"@fi,
        "pehlevi des inscriptions"@fr,
        "ઇન્સ્ક્રિપ્શનલ પહલવી"@gu,
        "इंस्क्रिपश्नल पाहलवी"@hi,
        "pisani pahlavi"@hr,
        "Felriatos pahlavi"@hu,
        "Pahlevi"@id,
        "碑文パフラヴィー文字"@ja,
        "ಇನ್ಸ್‌ಕ್ರಿಪ್ಶನಲ್ ಪಾಹ್ಲವಿ"@kn,
        "명문 팔라비 문자"@ko,
        "ປະຫລາວີອິນສຄິບຊັນແນລ"@lo,
        "rašytiniai pahlavi"@lt,
        "എഴുത്തു പഹൽവി"@ml,
        "इन्स्क्रिप्शनल पाहलवी"@mr,
        "inskripsjonspahlavi"@nb,
        "फ्लि"@ne,
        "Inscriptioneel Pahlavi"@nl,
        "inskripsjonspahlavi"@nn,
        "ଇନସ୍କ୍ରୀପସାନଲ୍ ପାହାଲାୱୀ"@or,
        "inskrypcyjne pahlawi"@pl,
        "pahlavi escrito"@pt,
        "phli"@pt,
        "pahlavi dad inscripziuns"@rm,
        "vrezani napisi pahlavi"@sl,
        "писани пахлави"@sr,
        "pisani pahlavi"@sr-Latn,
        "tidig pahlavi"@sv,
        "இன்ஸ்கிரிப்ஷனல் பஹலவி"@ta,
        "ఇంస్క్రిప్షనాల్ పహ్లావి"@te,
        "ปะห์ลาวีอินสคริปชันแนล"@th,
        "Pehlevi Kitabe Dili"@tr,
        "Пехлеві написів"@uk,
        "Chữ Pahlavi Văn bia"@vi ;
    lvont:iso15924Alphacode "Phli"^^xsd:string ;
    lvont:label <http://lexvo.org/id/term/aze/fli>,
        <http://lexvo.org/id/term/ben/%E0%A6%96%E0%A6%A6%E0%A6%BF%E0%A6%A4%20%E0%A6%AA%E0%A6%BE%E0%A6%B9%E0%A6%B2%E0%A6%AD%E0%A6%BF>,
        <http://lexvo.org/id/term/bos-Cyrl/%D0%BF%D0%B8%D1%81%D0%B0%D0%BD%D0%B8%20%D0%BF%D0%B0%D1%85%D0%BB%D0%B0%D0%B2%D0%B8>,
        <http://lexvo.org/id/term/bos/pisani%20pahlavi>,
        <http://lexvo.org/id/term/cat/pahlavi%20inscripcional>,
        <http://lexvo.org/id/term/cmn-Hant/%E5%B7%B4%E5%88%97%E7%B6%AD%E6%96%87%EF%BC%88%E7%A2%91%E9%8A%98%E9%AB%94%EF%BC%89>,
        <http://lexvo.org/id/term/cmn/%E5%B7%B4%E5%88%97%E7%BB%B4%E6%96%87%E7%A2%91%E9%93%AD%E4%BD%93>,
        <http://lexvo.org/id/term/dan/phli>,
        <http://lexvo.org/id/term/ell/%CE%95%CF%80%CE%B9%CE%B3%CF%81%CE%B1%CF%86%CE%B9%CE%BA%CF%8C%20%CE%A0%CE%B1%CF%87%CE%BB%CE%AC%CE%B2%CE%B9>,
        <http://lexvo.org/id/term/eng-Dsrt/%F0%90%90%86%F0%90%91%8C%F0%90%91%85%F0%90%90%BF%F0%90%91%89%F0%90%90%AE%F0%90%90%B9%F0%90%91%87%F0%90%90%B2%F0%90%91%8C%F0%90%90%B2%F0%90%91%8A%20%F0%90%90%91%F0%90%90%AA%F0%90%91%8A%F0%90%90%B2%F0%90%91%82%F0%90%90%A8>,
        <http://lexvo.org/id/term/eng/Inscriptional%20Pahlavi>,
        <http://lexvo.org/id/term/ewe/pahlavi%20gbe%C5%8B%C9%94%C5%8Bl%C9%94%20t%C9%94xee>,
        <http://lexvo.org/id/term/fas/%D9%BE%D9%87%D9%84%D9%88%DB%8C%20%DA%A9%D8%AA%DB%8C%D8%A8%D9%87%E2%80%8C%D8%A7%DB%8C>,
        <http://lexvo.org/id/term/fin/piirtokirjoituspahlavilainen>,
        <http://lexvo.org/id/term/fra/pehlevi%20des%20inscriptions>,
        <http://lexvo.org/id/term/guj/%E0%AA%87%E0%AA%A8%E0%AB%8D%E0%AA%B8%E0%AB%8D%E0%AA%95%E0%AB%8D%E0%AA%B0%E0%AA%BF%E0%AA%AA%E0%AB%8D%E0%AA%B6%E0%AA%A8%E0%AA%B2%20%E0%AA%AA%E0%AA%B9%E0%AA%B2%E0%AA%B5%E0%AB%80>,
        <http://lexvo.org/id/term/hin/%E0%A4%87%E0%A4%82%E0%A4%B8%E0%A5%8D%E0%A4%95%E0%A5%8D%E0%A4%B0%E0%A4%BF%E0%A4%AA%E0%A4%B6%E0%A5%8D%E0%A4%A8%E0%A4%B2%20%E0%A4%AA%E0%A4%BE%E0%A4%B9%E0%A4%B2%E0%A4%B5%E0%A5%80>,
        <http://lexvo.org/id/term/hrv/pisani%20pahlavi>,
        <http://lexvo.org/id/term/hun/Felriatos%20pahlavi>,
        <http://lexvo.org/id/term/ind/Pahlevi>,
        <http://lexvo.org/id/term/jpn/%E7%A2%91%E6%96%87%E3%83%91%E3%83%95%E3%83%A9%E3%83%B4%E3%82%A3%E3%83%BC%E6%96%87%E5%AD%97>,
        <http://lexvo.org/id/term/kan/%E0%B2%87%E0%B2%A8%E0%B3%8D%E0%B2%B8%E0%B3%8D%E2%80%8C%E0%B2%95%E0%B3%8D%E0%B2%B0%E0%B2%BF%E0%B2%AA%E0%B3%8D%E0%B2%B6%E0%B2%A8%E0%B2%B2%E0%B3%8D%20%E0%B2%AA%E0%B2%BE%E0%B2%B9%E0%B3%8D%E0%B2%B2%E0%B2%B5%E0%B2%BF>,
        <http://lexvo.org/id/term/kor/%EB%AA%85%EB%AC%B8%20%ED%8C%94%EB%9D%BC%EB%B9%84%20%EB%AC%B8%EC%9E%90>,
        <http://lexvo.org/id/term/lao/%E0%BA%9B%E0%BA%B0%E0%BA%AB%E0%BA%A5%E0%BA%B2%E0%BA%A7%E0%BA%B5%E0%BA%AD%E0%BA%B4%E0%BA%99%E0%BA%AA%E0%BA%84%E0%BA%B4%E0%BA%9A%E0%BA%8A%E0%BA%B1%E0%BA%99%E0%BB%81%E0%BA%99%E0%BA%A5>,
        <http://lexvo.org/id/term/lit/ra%C5%A1ytiniai%20pahlavi>,
        <http://lexvo.org/id/term/mal/%E0%B4%8E%E0%B4%B4%E0%B5%81%E0%B4%A4%E0%B5%8D%E0%B4%A4%E0%B5%81%20%E0%B4%AA%E0%B4%B9%E0%B5%BD%E0%B4%B5%E0%B4%BF>,
        <http://lexvo.org/id/term/mar/%E0%A4%87%E0%A4%A8%E0%A5%8D%E0%A4%B8%E0%A5%8D%E0%A4%95%E0%A5%8D%E0%A4%B0%E0%A4%BF%E0%A4%AA%E0%A5%8D%E0%A4%B6%E0%A4%A8%E0%A4%B2%20%E0%A4%AA%E0%A4%BE%E0%A4%B9%E0%A4%B2%E0%A4%B5%E0%A5%80>,
        <http://lexvo.org/id/term/nep/%E0%A4%AB%E0%A5%8D%E0%A4%B2%E0%A4%BF>,
        <http://lexvo.org/id/term/nld/Inscriptioneel%20Pahlavi>,
        <http://lexvo.org/id/term/nno/inskripsjonspahlavi>,
        <http://lexvo.org/id/term/nob/inskripsjonspahlavi>,
        <http://lexvo.org/id/term/ori/%E0%AC%87%E0%AC%A8%E0%AC%B8%E0%AD%8D%E0%AC%95%E0%AD%8D%E0%AC%B0%E0%AD%80%E0%AC%AA%E0%AC%B8%E0%AC%BE%E0%AC%A8%E0%AC%B2%E0%AD%8D%20%E0%AC%AA%E0%AC%BE%E0%AC%B9%E0%AC%BE%E0%AC%B2%E0%AC%BE%E0%AD%B1%E0%AD%80>,
        <http://lexvo.org/id/term/pol/inskrypcyjne%20pahlawi>,
        <http://lexvo.org/id/term/por/pahlavi%20escrito>,
        <http://lexvo.org/id/term/por/phli>,
        <http://lexvo.org/id/term/roh/pahlavi%20dad%20inscripziuns>,
        <http://lexvo.org/id/term/slv/vrezani%20napisi%20pahlavi>,
        <http://lexvo.org/id/term/srp-Latn/pisani%20pahlavi>,
        <http://lexvo.org/id/term/srp/%D0%BF%D0%B8%D1%81%D0%B0%D0%BD%D0%B8%20%D0%BF%D0%B0%D1%85%D0%BB%D0%B0%D0%B2%D0%B8>,
        <http://lexvo.org/id/term/swe/tidig%20pahlavi>,
        <http://lexvo.org/id/term/tam/%E0%AE%87%E0%AE%A9%E0%AF%8D%E0%AE%B8%E0%AF%8D%E0%AE%95%E0%AE%BF%E0%AE%B0%E0%AE%BF%E0%AE%AA%E0%AF%8D%E0%AE%B7%E0%AE%A9%E0%AE%B2%E0%AF%8D%20%E0%AE%AA%E0%AE%B9%E0%AE%B2%E0%AE%B5%E0%AE%BF>,
        <http://lexvo.org/id/term/tel/%E0%B0%87%E0%B0%82%E0%B0%B8%E0%B1%8D%E0%B0%95%E0%B1%8D%E0%B0%B0%E0%B0%BF%E0%B0%AA%E0%B1%8D%E0%B0%B7%E0%B0%A8%E0%B0%BE%E0%B0%B2%E0%B1%8D%20%E0%B0%AA%E0%B0%B9%E0%B1%8D%E0%B0%B2%E0%B0%BE%E0%B0%B5%E0%B0%BF>,
        <http://lexvo.org/id/term/tha/%E0%B8%9B%E0%B8%B0%E0%B8%AB%E0%B9%8C%E0%B8%A5%E0%B8%B2%E0%B8%A7%E0%B8%B5%E0%B8%AD%E0%B8%B4%E0%B8%99%E0%B8%AA%E0%B8%84%E0%B8%A3%E0%B8%B4%E0%B8%9B%E0%B8%8A%E0%B8%B1%E0%B8%99%E0%B9%81%E0%B8%99%E0%B8%A5>,
        <http://lexvo.org/id/term/tur/Pehlevi%20Kitabe%20Dili>,
        <http://lexvo.org/id/term/ukr/%D0%9F%D0%B5%D1%85%D0%BB%D0%B5%D0%B2%D1%96%20%D0%BD%D0%B0%D0%BF%D0%B8%D1%81%D1%96%D0%B2>,
        <http://lexvo.org/id/term/vie/Ch%E1%BB%AF%20Pahlavi%20V%C4%83n%20bia> .

<http://lexvo.org/id/script/Phlp> a lvont:Script ;
    rdfs:label "flp"@az,
        "সল্টার পাহলভি"@bn,
        "psalter pahlavi"@bs,
        "псалтер пахлави"@bs-Cyrl,
        "psalter pahlavi"@ca,
        "巴列维文（圣诗体）"@cmn,
        "巴列維文（聖詩體）"@cmn-Hant,
        "phlp"@da,
        "psamta pahlavi gbeŋɔŋlɔ"@ee,
        "Ψάλτερ Παχλάβι"@el,
        "Psalter Pahlavi"@en,
        "𐐝𐐱𐑊𐐻𐐲𐑉 𐐑𐐪𐑊𐐲𐑂𐐨"@en-Dsrt,
        "پهلوی زبوری"@fa,
        "psalttaripahlavilainen"@fi,
        "pehlevi des psautiers"@fr,
        "સાલટર પહલવી"@gu,
        "सॉल्टर पाहलवी"@hi,
        "psalter pahlavi"@hr,
        "Psalter pahlavi"@hu,
        "Mazmur Pahlevi"@id,
        "詩編用パフラヴィー文字"@ja,
        "ಸಾಲ್ಟರ್ ಪಾಹ್ಲವಿ"@kn,
        "솔터 팔라비 문자"@ko,
        "ປະຫລາວີຊອດເຕຮ໌"@lo,
        "pselter pahlavi"@lt,
        "സാൾട്ടർ പഹൽവി"@ml,
        "सॉल्टर पाहलवी"@mr,
        "psalter pahlavi"@nb,
        "फ्ल्प"@ne,
        "Psalmen Pahlavi"@nl,
        "salmepahlavi"@nn,
        "ସ୍ଲାଟର୍ ପାହାଲାୱୀ"@or,
        "pahlawi psałterzowy"@pl,
        "phlp"@pt,
        "pahlavi da psalms"@rm,
        "psalmski pahlavi"@sl,
        "псалтер пахлави"@sr,
        "psalter pahlavi"@sr-Latn,
        "psaltaren-pahlavi"@sv,
        "சால்டர் பஹலவி"@ta,
        "సల్టార్ పహ్లావి"@te,
        "ปะห์ลาวีซอลเตอร์"@th,
        "Psalter Pehlevi"@tr,
        "Пехлеві релігійний"@uk,
        "Chữ Pahlavi Thánh ca"@vi ;
    lvont:iso15924Alphacode "Phlp"^^xsd:string ;
    lvont:label <http://lexvo.org/id/term/aze/flp>,
        <http://lexvo.org/id/term/ben/%E0%A6%B8%E0%A6%B2%E0%A7%8D%E0%A6%9F%E0%A6%BE%E0%A6%B0%20%E0%A6%AA%E0%A6%BE%E0%A6%B9%E0%A6%B2%E0%A6%AD%E0%A6%BF>,
        <http://lexvo.org/id/term/bos-Cyrl/%D0%BF%D1%81%D0%B0%D0%BB%D1%82%D0%B5%D1%80%20%D0%BF%D0%B0%D1%85%D0%BB%D0%B0%D0%B2%D0%B8>,
        <http://lexvo.org/id/term/bos/psalter%20pahlavi>,
        <http://lexvo.org/id/term/cat/psalter%20pahlavi>,
        <http://lexvo.org/id/term/cmn-Hant/%E5%B7%B4%E5%88%97%E7%B6%AD%E6%96%87%EF%BC%88%E8%81%96%E8%A9%A9%E9%AB%94%EF%BC%89>,
        <http://lexvo.org/id/term/cmn/%E5%B7%B4%E5%88%97%E7%BB%B4%E6%96%87%EF%BC%88%E5%9C%A3%E8%AF%97%E4%BD%93%EF%BC%89>,
        <http://lexvo.org/id/term/dan/phlp>,
        <http://lexvo.org/id/term/ell/%CE%A8%CE%AC%CE%BB%CF%84%CE%B5%CF%81%20%CE%A0%CE%B1%CF%87%CE%BB%CE%AC%CE%B2%CE%B9>,
        <http://lexvo.org/id/term/eng-Dsrt/%F0%90%90%9D%F0%90%90%B1%F0%90%91%8A%F0%90%90%BB%F0%90%90%B2%F0%90%91%89%20%F0%90%90%91%F0%90%90%AA%F0%90%91%8A%F0%90%90%B2%F0%90%91%82%F0%90%90%A8>,
        <http://lexvo.org/id/term/eng/Psalter%20Pahlavi>,
        <http://lexvo.org/id/term/ewe/psamta%20pahlavi%20gbe%C5%8B%C9%94%C5%8Bl%C9%94>,
        <http://lexvo.org/id/term/fas/%D9%BE%D9%87%D9%84%D9%88%DB%8C%20%D8%B2%D8%A8%D9%88%D8%B1%DB%8C>,
        <http://lexvo.org/id/term/fin/psalttaripahlavilainen>,
        <http://lexvo.org/id/term/fra/pehlevi%20des%20psautiers>,
        <http://lexvo.org/id/term/guj/%E0%AA%B8%E0%AA%BE%E0%AA%B2%E0%AA%9F%E0%AA%B0%20%E0%AA%AA%E0%AA%B9%E0%AA%B2%E0%AA%B5%E0%AB%80>,
        <http://lexvo.org/id/term/hin/%E0%A4%B8%E0%A5%89%E0%A4%B2%E0%A5%8D%E0%A4%9F%E0%A4%B0%20%E0%A4%AA%E0%A4%BE%E0%A4%B9%E0%A4%B2%E0%A4%B5%E0%A5%80>,
        <http://lexvo.org/id/term/hrv/psalter%20pahlavi>,
        <http://lexvo.org/id/term/hun/Psalter%20pahlavi>,
        <http://lexvo.org/id/term/ind/Mazmur%20Pahlevi>,
        <http://lexvo.org/id/term/jpn/%E8%A9%A9%E7%B7%A8%E7%94%A8%E3%83%91%E3%83%95%E3%83%A9%E3%83%B4%E3%82%A3%E3%83%BC%E6%96%87%E5%AD%97>,
        <http://lexvo.org/id/term/kan/%E0%B2%B8%E0%B2%BE%E0%B2%B2%E0%B3%8D%E0%B2%9F%E0%B2%B0%E0%B3%8D%20%E0%B2%AA%E0%B2%BE%E0%B2%B9%E0%B3%8D%E0%B2%B2%E0%B2%B5%E0%B2%BF>,
        <http://lexvo.org/id/term/kor/%EC%86%94%ED%84%B0%20%ED%8C%94%EB%9D%BC%EB%B9%84%20%EB%AC%B8%EC%9E%90>,
        <http://lexvo.org/id/term/lao/%E0%BA%9B%E0%BA%B0%E0%BA%AB%E0%BA%A5%E0%BA%B2%E0%BA%A7%E0%BA%B5%E0%BA%8A%E0%BA%AD%E0%BA%94%E0%BB%80%E0%BA%95%E0%BA%AE%E0%BB%8C>,
        <http://lexvo.org/id/term/lit/pselter%20pahlavi>,
        <http://lexvo.org/id/term/mal/%E0%B4%B8%E0%B4%BE%E0%B5%BE%E0%B4%9F%E0%B5%8D%E0%B4%9F%E0%B5%BC%20%E0%B4%AA%E0%B4%B9%E0%B5%BD%E0%B4%B5%E0%B4%BF>,
        <http://lexvo.org/id/term/mar/%E0%A4%B8%E0%A5%89%E0%A4%B2%E0%A5%8D%E0%A4%9F%E0%A4%B0%20%E0%A4%AA%E0%A4%BE%E0%A4%B9%E0%A4%B2%E0%A4%B5%E0%A5%80>,
        <http://lexvo.org/id/term/nep/%E0%A4%AB%E0%A5%8D%E0%A4%B2%E0%A5%8D%E0%A4%AA>,
        <http://lexvo.org/id/term/nld/Psalmen%20Pahlavi>,
        <http://lexvo.org/id/term/nno/salmepahlavi>,
        <http://lexvo.org/id/term/nob/psalter%20pahlavi>,
        <http://lexvo.org/id/term/ori/%E0%AC%B8%E0%AD%8D%E0%AC%B2%E0%AC%BE%E0%AC%9F%E0%AC%B0%E0%AD%8D%20%E0%AC%AA%E0%AC%BE%E0%AC%B9%E0%AC%BE%E0%AC%B2%E0%AC%BE%E0%AD%B1%E0%AD%80>,
        <http://lexvo.org/id/term/pol/pahlawi%20psa%C5%82terzowy>,
        <http://lexvo.org/id/term/por/phlp>,
        <http://lexvo.org/id/term/roh/pahlavi%20da%20psalms>,
        <http://lexvo.org/id/term/slv/psalmski%20pahlavi>,
        <http://lexvo.org/id/term/srp-Latn/psalter%20pahlavi>,
        <http://lexvo.org/id/term/srp/%D0%BF%D1%81%D0%B0%D0%BB%D1%82%D0%B5%D1%80%20%D0%BF%D0%B0%D1%85%D0%BB%D0%B0%D0%B2%D0%B8>,
        <http://lexvo.org/id/term/swe/psaltaren-pahlavi>,
        <http://lexvo.org/id/term/tam/%E0%AE%9A%E0%AE%BE%E0%AE%B2%E0%AF%8D%E0%AE%9F%E0%AE%B0%E0%AF%8D%20%E0%AE%AA%E0%AE%B9%E0%AE%B2%E0%AE%B5%E0%AE%BF>,
        <http://lexvo.org/id/term/tel/%E0%B0%B8%E0%B0%B2%E0%B1%8D%E0%B0%9F%E0%B0%BE%E0%B0%B0%E0%B1%8D%20%E0%B0%AA%E0%B0%B9%E0%B1%8D%E0%B0%B2%E0%B0%BE%E0%B0%B5%E0%B0%BF>,
        <http://lexvo.org/id/term/tha/%E0%B8%9B%E0%B8%B0%E0%B8%AB%E0%B9%8C%E0%B8%A5%E0%B8%B2%E0%B8%A7%E0%B8%B5%E0%B8%8B%E0%B8%AD%E0%B8%A5%E0%B9%80%E0%B8%95%E0%B8%AD%E0%B8%A3%E0%B9%8C>,
        <http://lexvo.org/id/term/tur/Psalter%20Pehlevi>,
        <http://lexvo.org/id/term/ukr/%D0%9F%D0%B5%D1%85%D0%BB%D0%B5%D0%B2%D1%96%20%D1%80%D0%B5%D0%BB%D1%96%D0%B3%D1%96%D0%B9%D0%BD%D0%B8%D0%B9>,
        <http://lexvo.org/id/term/vie/Ch%E1%BB%AF%20Pahlavi%20Th%C3%A1nh%20ca> .

<http://lexvo.org/id/script/Phlv> a lvont:Script ;
    rdfs:label "kitab paxlavi"@az,
        "Пахлавска"@bg,
        "পুস্তক পাহলভি"@bn,
        "बुक (सालटर) पहलवी"@brx,
        "pahlavi pismo"@bs,
        "пахлави писмо"@bs-Cyrl,
        "pahlavi"@ca,
        "巴列维文（书体）"@cmn,
        "巴列維文（書體）"@cmn-Hant,
        "pahlavi"@da,
        "Pahlavi"@de,
        "agbaleme pahlavi gbeŋɔŋlɔ"@ee,
        "Μπουκ Παχλαβί"@el,
        "Book Pahlavi"@en,
        "𐐒𐐳𐐿 𐐑𐐪𐑊𐐲𐑂𐐨"@en-Dsrt,
        "پهلوی کتابی"@fa,
        "kirjapahlavilainen"@fi,
        "pehlevi des livres"@fr,
        "Pahlavi"@gsw,
        "બુક પહલવી"@gu,
        "बुक पाहलवी"@hi,
        "pahlavi pismo"@hr,
        "Könyv pahlavi"@hu,
        "Kitab Pahlevi"@id,
        "書物用パフラヴィー文字"@ja,
        "ಬುಕ್ ಪಾಹ್ಲವಿ"@kn,
        "북 팔라비 문자"@ko,
        "بوٗک پَہَلوی"@ks,
        "ປະຫລາວີບຸກ"@lo,
        "buk pahvali"@lt,
        "പഹൽവി ലിപി"@ml,
        "बुक पाहलवी"@mr,
        "pahlavi"@nb,
        "बुक पहल्भी"@ne,
        "Boek Pahlavi"@nl,
        "pahlavi"@nn,
        "ବୁକ୍ ପାହାଲାୱୀ"@or,
        "pahlawi książkowy"@pl,
        "pahlavi antigo"@pt,
        "pahlavi da cudeschs"@rm,
        "Пахлави книжная"@ru,
        "knjižno palavanski"@sl,
        "пахлави писмо"@sr,
        "pahlavi pismo"@sr-Latn,
        "bokpahlavi"@sv,
        "புக் பஹலவி"@ta,
        "పుస్తక పహ్లావి"@te,
        "ปะห์ลาวีบุ๊ก"@th,
        "Kitap Pehlevi Dili"@tr,
        "Пехлеві літературний"@uk,
        "Chữ Pahlavi Sách"@vi ;
    lvont:iso15924Alphacode "Phlv"^^xsd:string ;
    lvont:label <http://lexvo.org/id/term/aze/kitab%20paxlavi>,
        <http://lexvo.org/id/term/ben/%E0%A6%AA%E0%A7%81%E0%A6%B8%E0%A7%8D%E0%A6%A4%E0%A6%95%20%E0%A6%AA%E0%A6%BE%E0%A6%B9%E0%A6%B2%E0%A6%AD%E0%A6%BF>,
        <http://lexvo.org/id/term/bos-Cyrl/%D0%BF%D0%B0%D1%85%D0%BB%D0%B0%D0%B2%D0%B8%20%D0%BF%D0%B8%D1%81%D0%BC%D0%BE>,
        <http://lexvo.org/id/term/bos/pahlavi%20pismo>,
        <http://lexvo.org/id/term/brx/%E0%A4%AC%E0%A5%81%E0%A4%95%20(%E0%A4%B8%E0%A4%BE%E0%A4%B2%E0%A4%9F%E0%A4%B0)%20%E0%A4%AA%E0%A4%B9%E0%A4%B2%E0%A4%B5%E0%A5%80>,
        <http://lexvo.org/id/term/bul/%D0%9F%D0%B0%D1%85%D0%BB%D0%B0%D0%B2%D1%81%D0%BA%D0%B0>,
        <http://lexvo.org/id/term/cat/pahlavi>,
        <http://lexvo.org/id/term/cmn-Hant/%E5%B7%B4%E5%88%97%E7%B6%AD%E6%96%87%EF%BC%88%E6%9B%B8%E9%AB%94%EF%BC%89>,
        <http://lexvo.org/id/term/cmn/%E5%B7%B4%E5%88%97%E7%BB%B4%E6%96%87%EF%BC%88%E4%B9%A6%E4%BD%93%EF%BC%89>,
        <http://lexvo.org/id/term/dan/pahlavi>,
        <http://lexvo.org/id/term/deu/Pahlavi>,
        <http://lexvo.org/id/term/ell/%CE%9C%CF%80%CE%BF%CF%85%CE%BA%20%CE%A0%CE%B1%CF%87%CE%BB%CE%B1%CE%B2%CE%AF>,
        <http://lexvo.org/id/term/eng-Dsrt/%F0%90%90%92%F0%90%90%B3%F0%90%90%BF%20%F0%90%90%91%F0%90%90%AA%F0%90%91%8A%F0%90%90%B2%F0%90%91%82%F0%90%90%A8>,
        <http://lexvo.org/id/term/eng/Book%20Pahlavi>,
        <http://lexvo.org/id/term/ewe/agbaleme%20pahlavi%20gbe%C5%8B%C9%94%C5%8Bl%C9%94>,
        <http://lexvo.org/id/term/fas/%D9%BE%D9%87%D9%84%D9%88%DB%8C%20%DA%A9%D8%AA%D8%A7%D8%A8%DB%8C>,
        <http://lexvo.org/id/term/fin/kirjapahlavilainen>,
        <http://lexvo.org/id/term/fra/pehlevi%20des%20livres>,
        <http://lexvo.org/id/term/gsw/Pahlavi>,
        <http://lexvo.org/id/term/guj/%E0%AA%AC%E0%AB%81%E0%AA%95%20%E0%AA%AA%E0%AA%B9%E0%AA%B2%E0%AA%B5%E0%AB%80>,
        <http://lexvo.org/id/term/hin/%E0%A4%AC%E0%A5%81%E0%A4%95%20%E0%A4%AA%E0%A4%BE%E0%A4%B9%E0%A4%B2%E0%A4%B5%E0%A5%80>,
        <http://lexvo.org/id/term/hrv/pahlavi%20pismo>,
        <http://lexvo.org/id/term/hun/K%C3%B6nyv%20pahlavi>,
        <http://lexvo.org/id/term/ind/Kitab%20Pahlevi>,
        <http://lexvo.org/id/term/jpn/%E6%9B%B8%E7%89%A9%E7%94%A8%E3%83%91%E3%83%95%E3%83%A9%E3%83%B4%E3%82%A3%E3%83%BC%E6%96%87%E5%AD%97>,
        <http://lexvo.org/id/term/kan/%E0%B2%AC%E0%B3%81%E0%B2%95%E0%B3%8D%20%E0%B2%AA%E0%B2%BE%E0%B2%B9%E0%B3%8D%E0%B2%B2%E0%B2%B5%E0%B2%BF>,
        <http://lexvo.org/id/term/kas/%D8%A8%D9%88%D9%97%DA%A9%20%D9%BE%D9%8E%DB%81%D9%8E%D9%84%D9%88%DB%8C>,
        <http://lexvo.org/id/term/kor/%EB%B6%81%20%ED%8C%94%EB%9D%BC%EB%B9%84%20%EB%AC%B8%EC%9E%90>,
        <http://lexvo.org/id/term/lao/%E0%BA%9B%E0%BA%B0%E0%BA%AB%E0%BA%A5%E0%BA%B2%E0%BA%A7%E0%BA%B5%E0%BA%9A%E0%BA%B8%E0%BA%81>,
        <http://lexvo.org/id/term/lit/buk%20pahvali>,
        <http://lexvo.org/id/term/mal/%E0%B4%AA%E0%B4%B9%E0%B5%BD%E0%B4%B5%E0%B4%BF%20%E0%B4%B2%E0%B4%BF%E0%B4%AA%E0%B4%BF>,
        <http://lexvo.org/id/term/mar/%E0%A4%AC%E0%A5%81%E0%A4%95%20%E0%A4%AA%E0%A4%BE%E0%A4%B9%E0%A4%B2%E0%A4%B5%E0%A5%80>,
        <http://lexvo.org/id/term/nep/%E0%A4%AC%E0%A5%81%E0%A4%95%20%E0%A4%AA%E0%A4%B9%E0%A4%B2%E0%A5%8D%E0%A4%AD%E0%A5%80>,
        <http://lexvo.org/id/term/nld/Boek%20Pahlavi>,
        <http://lexvo.org/id/term/nno/pahlavi>,
        <http://lexvo.org/id/term/nob/pahlavi>,
        <http://lexvo.org/id/term/ori/%E0%AC%AC%E0%AD%81%E0%AC%95%E0%AD%8D%20%E0%AC%AA%E0%AC%BE%E0%AC%B9%E0%AC%BE%E0%AC%B2%E0%AC%BE%E0%AD%B1%E0%AD%80>,
        <http://lexvo.org/id/term/pol/pahlawi%20ksi%C4%85%C5%BCkowy>,
        <http://lexvo.org/id/term/por/pahlavi%20antigo>,
        <http://lexvo.org/id/term/roh/pahlavi%20da%20cudeschs>,
        <http://lexvo.org/id/term/rus/%D0%9F%D0%B0%D1%85%D0%BB%D0%B0%D0%B2%D0%B8%20%D0%BA%D0%BD%D0%B8%D0%B6%D0%BD%D0%B0%D1%8F>,
        <http://lexvo.org/id/term/slv/knji%C5%BEno%20palavanski>,
        <http://lexvo.org/id/term/srp-Latn/pahlavi%20pismo>,
        <http://lexvo.org/id/term/srp/%D0%BF%D0%B0%D1%85%D0%BB%D0%B0%D0%B2%D0%B8%20%D0%BF%D0%B8%D1%81%D0%BC%D0%BE>,
        <http://lexvo.org/id/term/swe/bokpahlavi>,
        <http://lexvo.org/id/term/tam/%E0%AE%AA%E0%AF%81%E0%AE%95%E0%AF%8D%20%E0%AE%AA%E0%AE%B9%E0%AE%B2%E0%AE%B5%E0%AE%BF>,
        <http://lexvo.org/id/term/tel/%E0%B0%AA%E0%B1%81%E0%B0%B8%E0%B1%8D%E0%B0%A4%E0%B0%95%20%E0%B0%AA%E0%B0%B9%E0%B1%8D%E0%B0%B2%E0%B0%BE%E0%B0%B5%E0%B0%BF>,
        <http://lexvo.org/id/term/tha/%E0%B8%9B%E0%B8%B0%E0%B8%AB%E0%B9%8C%E0%B8%A5%E0%B8%B2%E0%B8%A7%E0%B8%B5%E0%B8%9A%E0%B8%B8%E0%B9%8A%E0%B8%81>,
        <http://lexvo.org/id/term/tur/Kitap%20Pehlevi%20Dili>,
        <http://lexvo.org/id/term/ukr/%D0%9F%D0%B5%D1%85%D0%BB%D0%B5%D0%B2%D1%96%20%D0%BB%D1%96%D1%82%D0%B5%D1%80%D0%B0%D1%82%D1%83%D1%80%D0%BD%D0%B8%D0%B9>,
        <http://lexvo.org/id/term/vie/Ch%E1%BB%AF%20Pahlavi%20S%C3%A1ch> .

<http://lexvo.org/id/script/Phnx> a lvont:Script ;
    rdfs:label "Fenisieses"@af,
        "الفينيقية"@ar,
        "foenik"@az,
        "Финикийска"@bg,
        "ফিনিশিয়"@bn,
        "फोनीशीयन"@brx,
        "feničansko pismo"@bs,
        "Феничанско писмо"@bs-Cyrl,
        "fenici"@ca,
        "腓尼基文"@cmn,
        "腓尼基文"@cmn-Hant,
        "fénické"@cs,
        "fønikisk"@da,
        "Phönizisch"@de,
        "foenesia gbeŋɔŋlɔ"@ee,
        "Φοινικικό"@el,
        "Phoenician"@en,
        "𐐙𐐬𐑌𐐨𐑇𐐲𐑌"@en-Dsrt,
        "fenicio"@es,
        "foiniikia"@et,
        "فنیقی"@fa,
        "foinikialainen"@fi,
        "phénicien"@fr,
        "Phönizisch"@gsw,
        "ફોનિશિયન"@gu,
        "פיניקי"@he,
        "फोनिशियन"@hi,
        "feničko pismo"@hr,
        "Főniciai"@hu,
        "Phoenix"@id,
        "fenicio"@it,
        "フェニキア文字"@ja,
        "ფინიკიური"@ka,
        "ಫೀನಿಶಿಯನ್"@kn,
        "페니키아 문자"@ko,
        "پھونِشِیَن"@ks,
        "ຟີນິເຊຍ"@lo,
        "foenikų"@lt,
        "feniķiešu"@lv,
        "ഫിനീഷ്യൻ"@ml,
        "फोनिशियन"@mr,
        "fønikisk"@nb,
        "फोनिसियन"@ne,
        "Foenicisch"@nl,
        "fønikisk"@nn,
        "ଫେନୋସିଆନ୍"@or,
        "fenicki"@pl,
        "fenício"@pt,
        "fenizian"@rm,
        "feniciană"@ro,
        "Финикийская"@ru,
        "feničanski"@sl,
        "Феничанско писмо"@sr,
        "Feničansko pismo"@sr-Latn,
        "fenikiska"@sv,
        "ஃபோனேஷியன்"@ta,
        "ఫోనిశియన్"@te,
        "ฟินิเชีย"@th,
        "Fenike"@tr,
        "Фінікійський"@uk,
        "Chữ Phoenicia"@vi ;
    lvont:iso15924Alphacode "Phnx"^^xsd:string ;
    lvont:label <http://lexvo.org/id/term/afr/Fenisieses>,
        <http://lexvo.org/id/term/ara/%D8%A7%D9%84%D9%81%D9%8A%D9%86%D9%8A%D9%82%D9%8A%D8%A9>,
        <http://lexvo.org/id/term/aze/foenik>,
        <http://lexvo.org/id/term/ben/%E0%A6%AB%E0%A6%BF%E0%A6%A8%E0%A6%BF%E0%A6%B6%E0%A6%BF%E0%A6%AF%E0%A6%BC>,
        <http://lexvo.org/id/term/bos-Cyrl/%D0%A4%D0%B5%D0%BD%D0%B8%D1%87%D0%B0%D0%BD%D1%81%D0%BA%D0%BE%20%D0%BF%D0%B8%D1%81%D0%BC%D0%BE>,
        <http://lexvo.org/id/term/bos/feni%C4%8Dansko%20pismo>,
        <http://lexvo.org/id/term/brx/%E0%A4%AB%E0%A5%8B%E0%A4%A8%E0%A5%80%E0%A4%B6%E0%A5%80%E0%A4%AF%E0%A4%A8>,
        <http://lexvo.org/id/term/bul/%D0%A4%D0%B8%D0%BD%D0%B8%D0%BA%D0%B8%D0%B9%D1%81%D0%BA%D0%B0>,
        <http://lexvo.org/id/term/cat/fenici>,
        <http://lexvo.org/id/term/ces/f%C3%A9nick%C3%A9>,
        <http://lexvo.org/id/term/cmn-Hant/%E8%85%93%E5%B0%BC%E5%9F%BA%E6%96%87>,
        <http://lexvo.org/id/term/cmn/%E8%85%93%E5%B0%BC%E5%9F%BA%E6%96%87>,
        <http://lexvo.org/id/term/dan/f%C3%B8nikisk>,
        <http://lexvo.org/id/term/deu/Ph%C3%B6nizisch>,
        <http://lexvo.org/id/term/ell/%CE%A6%CE%BF%CE%B9%CE%BD%CE%B9%CE%BA%CE%B9%CE%BA%CF%8C>,
        <http://lexvo.org/id/term/eng-Dsrt/%F0%90%90%99%F0%90%90%AC%F0%90%91%8C%F0%90%90%A8%F0%90%91%87%F0%90%90%B2%F0%90%91%8C>,
        <http://lexvo.org/id/term/eng/Phoenician>,
        <http://lexvo.org/id/term/est/foiniikia>,
        <http://lexvo.org/id/term/ewe/foenesia%20gbe%C5%8B%C9%94%C5%8Bl%C9%94>,
        <http://lexvo.org/id/term/fas/%D9%81%D9%86%DB%8C%D9%82%DB%8C>,
        <http://lexvo.org/id/term/fin/foinikialainen>,
        <http://lexvo.org/id/term/fra/ph%C3%A9nicien>,
        <http://lexvo.org/id/term/gsw/Ph%C3%B6nizisch>,
        <http://lexvo.org/id/term/guj/%E0%AA%AB%E0%AB%8B%E0%AA%A8%E0%AA%BF%E0%AA%B6%E0%AA%BF%E0%AA%AF%E0%AA%A8>,
        <http://lexvo.org/id/term/heb/%D7%A4%D7%99%D7%A0%D7%99%D7%A7%D7%99>,
        <http://lexvo.org/id/term/hin/%E0%A4%AB%E0%A5%8B%E0%A4%A8%E0%A4%BF%E0%A4%B6%E0%A4%BF%E0%A4%AF%E0%A4%A8>,
        <http://lexvo.org/id/term/hrv/feni%C4%8Dko%20pismo>,
        <http://lexvo.org/id/term/hun/F%C5%91niciai>,
        <http://lexvo.org/id/term/ind/Phoenix>,
        <http://lexvo.org/id/term/ita/fenicio>,
        <http://lexvo.org/id/term/jpn/%E3%83%95%E3%82%A7%E3%83%8B%E3%82%AD%E3%82%A2%E6%96%87%E5%AD%97>,
        <http://lexvo.org/id/term/kan/%E0%B2%AB%E0%B3%80%E0%B2%A8%E0%B2%BF%E0%B2%B6%E0%B2%BF%E0%B2%AF%E0%B2%A8%E0%B3%8D>,
        <http://lexvo.org/id/term/kas/%D9%BE%DA%BE%D9%88%D9%86%D9%90%D8%B4%D9%90%DB%8C%D9%8E%D9%86>,
        <http://lexvo.org/id/term/kat/%E1%83%A4%E1%83%98%E1%83%9C%E1%83%98%E1%83%99%E1%83%98%E1%83%A3%E1%83%A0%E1%83%98>,
        <http://lexvo.org/id/term/kor/%ED%8E%98%EB%8B%88%ED%82%A4%EC%95%84%20%EB%AC%B8%EC%9E%90>,
        <http://lexvo.org/id/term/lao/%E0%BA%9F%E0%BA%B5%E0%BA%99%E0%BA%B4%E0%BB%80%E0%BA%8A%E0%BA%8D>,
        <http://lexvo.org/id/term/lav/feni%C4%B7ie%C5%A1u>,
        <http://lexvo.org/id/term/lit/foenik%C5%B3>,
        <http://lexvo.org/id/term/mal/%E0%B4%AB%E0%B4%BF%E0%B4%A8%E0%B5%80%E0%B4%B7%E0%B5%8D%E0%B4%AF%E0%B5%BB>,
        <http://lexvo.org/id/term/mar/%E0%A4%AB%E0%A5%8B%E0%A4%A8%E0%A4%BF%E0%A4%B6%E0%A4%BF%E0%A4%AF%E0%A4%A8>,
        <http://lexvo.org/id/term/nep/%E0%A4%AB%E0%A5%8B%E0%A4%A8%E0%A4%BF%E0%A4%B8%E0%A4%BF%E0%A4%AF%E0%A4%A8>,
        <http://lexvo.org/id/term/nld/Foenicisch>,
        <http://lexvo.org/id/term/nno/f%C3%B8nikisk>,
        <http://lexvo.org/id/term/nob/f%C3%B8nikisk>,
        <http://lexvo.org/id/term/ori/%E0%AC%AB%E0%AD%87%E0%AC%A8%E0%AD%8B%E0%AC%B8%E0%AC%BF%E0%AC%86%E0%AC%A8%E0%AD%8D>,
        <http://lexvo.org/id/term/pol/fenicki>,
        <http://lexvo.org/id/term/por/fen%C3%ADcio>,
        <http://lexvo.org/id/term/roh/fenizian>,
        <http://lexvo.org/id/term/ron/fenician%C4%83>,
        <http://lexvo.org/id/term/rus/%D0%A4%D0%B8%D0%BD%D0%B8%D0%BA%D0%B8%D0%B9%D1%81%D0%BA%D0%B0%D1%8F>,
        <http://lexvo.org/id/term/slv/feni%C4%8Danski>,
        <http://lexvo.org/id/term/spa/fenicio>,
        <http://lexvo.org/id/term/srp-Latn/Feni%C4%8Dansko%20pismo>,
        <http://lexvo.org/id/term/srp/%D0%A4%D0%B5%D0%BD%D0%B8%D1%87%D0%B0%D0%BD%D1%81%D0%BA%D0%BE%20%D0%BF%D0%B8%D1%81%D0%BC%D0%BE>,
        <http://lexvo.org/id/term/swe/fenikiska>,
        <http://lexvo.org/id/term/tam/%E0%AE%83%E0%AE%AA%E0%AF%8B%E0%AE%A9%E0%AF%87%E0%AE%B7%E0%AE%BF%E0%AE%AF%E0%AE%A9%E0%AF%8D>,
        <http://lexvo.org/id/term/tel/%E0%B0%AB%E0%B1%8B%E0%B0%A8%E0%B0%BF%E0%B0%B6%E0%B0%BF%E0%B0%AF%E0%B0%A8%E0%B1%8D>,
        <http://lexvo.org/id/term/tha/%E0%B8%9F%E0%B8%B4%E0%B8%99%E0%B8%B4%E0%B9%80%E0%B8%8A%E0%B8%B5%E0%B8%A2>,
        <http://lexvo.org/id/term/tur/Fenike>,
        <http://lexvo.org/id/term/ukr/%D0%A4%D1%96%D0%BD%D1%96%D0%BA%D1%96%D0%B9%D1%81%D1%8C%D0%BA%D0%B8%D0%B9>,
        <http://lexvo.org/id/term/vie/Ch%E1%BB%AF%20Phoenicia> .

<http://lexvo.org/id/script/Plrd> a lvont:Script ;
    rdfs:label "الصوتيات الجماء"@ar,
        "polard fonetik"@az,
        "Писменост Полард"@bg,
        "পোলার্ড ধ্বনিক"@bn,
        "पौलार्ड़ फोनेटीक"@brx,
        "polard fonetsko pismo"@bs,
        "поралд фонетско писмо"@bs-Cyrl,
        "pollard miao"@ca,
        "波拉德音标文字"@cmn,
        "柏格理拼音符"@cmn-Hant,
        "pollardova fonetická abeceda"@cs,
        "pollardtegn"@da,
        "Pollard Phonetisch"@de,
        "pollard gbegbɔgblɔ"@ee,
        "Φωνητικό Πόλαρντ"@el,
        "Miao (Pollard)"@en,
        "Pollard Phonetic"@en,
        "𐐑𐐱𐑊𐐲𐑉𐐼 𐐙𐐬𐑌𐐯𐐻𐐮𐐿"@en-Dsrt,
        "Pollard Miao"@es,
        "Pollardi miao"@et,
        "Pollardin foneettinen"@fi,
        "miao (Pollard)"@fr,
        "phonétique de Pollard"@fr,
        "Pollard Phonetisch"@gsw,
        "પોલાર્ડ ફોનેટિક"@gu,
        "पॉलार्ड फोनेटिक"@hi,
        "pollard fonetsko pismo"@hr,
        "Pollard fonetikus"@hu,
        "Fonetik Pollard"@id,
        "Pollard"@is,
        "fonetica di pollard"@it,
        "ポラード音声記号"@ja,
        "ಪೊಲ್ಲಾರ್ಡ್ ಫೊನೆಟಿಕ್"@kn,
        "폴라드 표음 문자"@ko,
        "پولاڑ پھونِٹِک"@ks,
        "ສັດຕະສາດພໍຮລາ"@lo,
        "polard fonetinė"@lt,
        "പൊള്ളാർഡ് ശബ്ദലിപി"@ml,
        "पोलार्ड फोनेटिक"@mr,
        "pollard-fonetisk"@nb,
        "पोल्लार्ड फोनेटिक"@ne,
        "Pollard-fonetisch"@nl,
        "pollard-fonetisk"@nn,
        "ପୋଲାର୍ଡ ଫୋନେଟିକ୍"@or,
        "fonetyczny Pollard'a"@pl,
        "fonético pollard"@pt,
        "fonetica da Pollard"@rm,
        "Поллардовская фонетика"@ru,
        "Pollardova fonetska pisava"@sl,
        "поралд фонетско писмо"@sr,
        "polard fonetsko pismo"@sr-Latn,
        "pollardtecken"@sv,
        "போலார்ட் ஃபொனெட்டிக்"@ta,
        "పోల్లర్డ్ ఫోనెటిక్"@te,
        "สัทศาสตร์พอลลาร์ด"@th,
        "Pollard Fonetik"@tr,
        "Писемність Полларда"@uk,
        "Ngữ âm Pollard"@vi ;
    lvont:iso15924Alphacode "Plrd"^^xsd:string ;
    lvont:label <http://lexvo.org/id/term/ara/%D8%A7%D9%84%D8%B5%D9%88%D8%AA%D9%8A%D8%A7%D8%AA%20%D8%A7%D9%84%D8%AC%D9%85%D8%A7%D8%A1>,
        <http://lexvo.org/id/term/aze/polard%20fonetik>,
        <http://lexvo.org/id/term/ben/%E0%A6%AA%E0%A7%8B%E0%A6%B2%E0%A6%BE%E0%A6%B0%E0%A7%8D%E0%A6%A1%20%E0%A6%A7%E0%A7%8D%E0%A6%AC%E0%A6%A8%E0%A6%BF%E0%A6%95>,
        <http://lexvo.org/id/term/bos-Cyrl/%D0%BF%D0%BE%D1%80%D0%B0%D0%BB%D0%B4%20%D1%84%D0%BE%D0%BD%D0%B5%D1%82%D1%81%D0%BA%D0%BE%20%D0%BF%D0%B8%D1%81%D0%BC%D0%BE>,
        <http://lexvo.org/id/term/bos/polard%20fonetsko%20pismo>,
        <http://lexvo.org/id/term/brx/%E0%A4%AA%E0%A5%8C%E0%A4%B2%E0%A4%BE%E0%A4%B0%E0%A5%8D%E0%A4%A1%E0%A4%BC%20%E0%A4%AB%E0%A5%8B%E0%A4%A8%E0%A5%87%E0%A4%9F%E0%A5%80%E0%A4%95>,
        <http://lexvo.org/id/term/bul/%D0%9F%D0%B8%D1%81%D0%BC%D0%B5%D0%BD%D0%BE%D1%81%D1%82%20%D0%9F%D0%BE%D0%BB%D0%B0%D1%80%D0%B4>,
        <http://lexvo.org/id/term/cat/pollard%20miao>,
        <http://lexvo.org/id/term/ces/pollardova%20fonetick%C3%A1%20abeceda>,
        <http://lexvo.org/id/term/cmn-Hant/%E6%9F%8F%E6%A0%BC%E7%90%86%E6%8B%BC%E9%9F%B3%E7%AC%A6>,
        <http://lexvo.org/id/term/cmn/%E6%B3%A2%E6%8B%89%E5%BE%B7%E9%9F%B3%E6%A0%87%E6%96%87%E5%AD%97>,
        <http://lexvo.org/id/term/dan/pollardtegn>,
        <http://lexvo.org/id/term/deu/Pollard%20Phonetisch>,
        <http://lexvo.org/id/term/ell/%CE%A6%CF%89%CE%BD%CE%B7%CF%84%CE%B9%CE%BA%CF%8C%20%CE%A0%CF%8C%CE%BB%CE%B1%CF%81%CE%BD%CF%84>,
        <http://lexvo.org/id/term/eng-Dsrt/%F0%90%90%91%F0%90%90%B1%F0%90%91%8A%F0%90%90%B2%F0%90%91%89%F0%90%90%BC%20%F0%90%90%99%F0%90%90%AC%F0%90%91%8C%F0%90%90%AF%F0%90%90%BB%F0%90%90%AE%F0%90%90%BF>,
        <http://lexvo.org/id/term/eng/Miao%20(Pollard)>,
        <http://lexvo.org/id/term/eng/Pollard%20Phonetic>,
        <http://lexvo.org/id/term/est/Pollardi%20miao>,
        <http://lexvo.org/id/term/ewe/pollard%20gbegb%C9%94gbl%C9%94>,
        <http://lexvo.org/id/term/fin/Pollardin%20foneettinen>,
        <http://lexvo.org/id/term/fra/miao%20(Pollard)>,
        <http://lexvo.org/id/term/fra/phon%C3%A9tique%20de%20Pollard>,
        <http://lexvo.org/id/term/gsw/Pollard%20Phonetisch>,
        <http://lexvo.org/id/term/guj/%E0%AA%AA%E0%AB%8B%E0%AA%B2%E0%AA%BE%E0%AA%B0%E0%AB%8D%E0%AA%A1%20%E0%AA%AB%E0%AB%8B%E0%AA%A8%E0%AB%87%E0%AA%9F%E0%AA%BF%E0%AA%95>,
        <http://lexvo.org/id/term/hin/%E0%A4%AA%E0%A5%89%E0%A4%B2%E0%A4%BE%E0%A4%B0%E0%A5%8D%E0%A4%A1%20%E0%A4%AB%E0%A5%8B%E0%A4%A8%E0%A5%87%E0%A4%9F%E0%A4%BF%E0%A4%95>,
        <http://lexvo.org/id/term/hrv/pollard%20fonetsko%20pismo>,
        <http://lexvo.org/id/term/hun/Pollard%20fonetikus>,
        <http://lexvo.org/id/term/ind/Fonetik%20Pollard>,
        <http://lexvo.org/id/term/isl/Pollard>,
        <http://lexvo.org/id/term/ita/fonetica%20di%20pollard>,
        <http://lexvo.org/id/term/jpn/%E3%83%9D%E3%83%A9%E3%83%BC%E3%83%89%E9%9F%B3%E5%A3%B0%E8%A8%98%E5%8F%B7>,
        <http://lexvo.org/id/term/kan/%E0%B2%AA%E0%B3%8A%E0%B2%B2%E0%B3%8D%E0%B2%B2%E0%B2%BE%E0%B2%B0%E0%B3%8D%E0%B2%A1%E0%B3%8D%20%E0%B2%AB%E0%B3%8A%E0%B2%A8%E0%B3%86%E0%B2%9F%E0%B2%BF%E0%B2%95%E0%B3%8D>,
        <http://lexvo.org/id/term/kas/%D9%BE%D9%88%D9%84%D8%A7%DA%91%20%D9%BE%DA%BE%D9%88%D9%86%D9%90%D9%B9%D9%90%DA%A9>,
        <http://lexvo.org/id/term/kor/%ED%8F%B4%EB%9D%BC%EB%93%9C%20%ED%91%9C%EC%9D%8C%20%EB%AC%B8%EC%9E%90>,
        <http://lexvo.org/id/term/lao/%E0%BA%AA%E0%BA%B1%E0%BA%94%E0%BA%95%E0%BA%B0%E0%BA%AA%E0%BA%B2%E0%BA%94%E0%BA%9E%E0%BB%8D%E0%BA%AE%E0%BA%A5%E0%BA%B2>,
        <http://lexvo.org/id/term/lit/polard%20fonetin%C4%97>,
        <http://lexvo.org/id/term/mal/%E0%B4%AA%E0%B5%8A%E0%B4%B3%E0%B5%8D%E0%B4%B3%E0%B4%BE%E0%B5%BC%E0%B4%A1%E0%B5%8D%20%E0%B4%B6%E0%B4%AC%E0%B5%8D%E0%B4%A6%E0%B4%B2%E0%B4%BF%E0%B4%AA%E0%B4%BF>,
        <http://lexvo.org/id/term/mar/%E0%A4%AA%E0%A5%8B%E0%A4%B2%E0%A4%BE%E0%A4%B0%E0%A5%8D%E0%A4%A1%20%E0%A4%AB%E0%A5%8B%E0%A4%A8%E0%A5%87%E0%A4%9F%E0%A4%BF%E0%A4%95>,
        <http://lexvo.org/id/term/nep/%E0%A4%AA%E0%A5%8B%E0%A4%B2%E0%A5%8D%E0%A4%B2%E0%A4%BE%E0%A4%B0%E0%A5%8D%E0%A4%A1%20%E0%A4%AB%E0%A5%8B%E0%A4%A8%E0%A5%87%E0%A4%9F%E0%A4%BF%E0%A4%95>,
        <http://lexvo.org/id/term/nld/Pollard-fonetisch>,
        <http://lexvo.org/id/term/nno/pollard-fonetisk>,
        <http://lexvo.org/id/term/nob/pollard-fonetisk>,
        <http://lexvo.org/id/term/ori/%E0%AC%AA%E0%AD%8B%E0%AC%B2%E0%AC%BE%E0%AC%B0%E0%AD%8D%E0%AC%A1%20%E0%AC%AB%E0%AD%8B%E0%AC%A8%E0%AD%87%E0%AC%9F%E0%AC%BF%E0%AC%95%E0%AD%8D>,
        <http://lexvo.org/id/term/pol/fonetyczny%20Pollard'a>,
        <http://lexvo.org/id/term/por/fon%C3%A9tico%20pollard>,
        <http://lexvo.org/id/term/roh/fonetica%20da%20Pollard>,
        <http://lexvo.org/id/term/rus/%D0%9F%D0%BE%D0%BB%D0%BB%D0%B0%D1%80%D0%B4%D0%BE%D0%B2%D1%81%D0%BA%D0%B0%D1%8F%20%D1%84%D0%BE%D0%BD%D0%B5%D1%82%D0%B8%D0%BA%D0%B0>,
        <http://lexvo.org/id/term/slv/Pollardova%20fonetska%20pisava>,
        <http://lexvo.org/id/term/spa/Pollard%20Miao>,
        <http://lexvo.org/id/term/srp-Latn/polard%20fonetsko%20pismo>,
        <http://lexvo.org/id/term/srp/%D0%BF%D0%BE%D1%80%D0%B0%D0%BB%D0%B4%20%D1%84%D0%BE%D0%BD%D0%B5%D1%82%D1%81%D0%BA%D0%BE%20%D0%BF%D0%B8%D1%81%D0%BC%D0%BE>,
        <http://lexvo.org/id/term/swe/pollardtecken>,
        <http://lexvo.org/id/term/tam/%E0%AE%AA%E0%AF%8B%E0%AE%B2%E0%AE%BE%E0%AE%B0%E0%AF%8D%E0%AE%9F%E0%AF%8D%20%E0%AE%83%E0%AE%AA%E0%AF%8A%E0%AE%A9%E0%AF%86%E0%AE%9F%E0%AF%8D%E0%AE%9F%E0%AE%BF%E0%AE%95%E0%AF%8D>,
        <http://lexvo.org/id/term/tel/%E0%B0%AA%E0%B1%8B%E0%B0%B2%E0%B1%8D%E0%B0%B2%E0%B0%B0%E0%B1%8D%E0%B0%A1%E0%B1%8D%20%E0%B0%AB%E0%B1%8B%E0%B0%A8%E0%B1%86%E0%B0%9F%E0%B0%BF%E0%B0%95%E0%B1%8D>,
        <http://lexvo.org/id/term/tha/%E0%B8%AA%E0%B8%B1%E0%B8%97%E0%B8%A8%E0%B8%B2%E0%B8%AA%E0%B8%95%E0%B8%A3%E0%B9%8C%E0%B8%9E%E0%B8%AD%E0%B8%A5%E0%B8%A5%E0%B8%B2%E0%B8%A3%E0%B9%8C%E0%B8%94>,
        <http://lexvo.org/id/term/tur/Pollard%20Fonetik>,
        <http://lexvo.org/id/term/ukr/%D0%9F%D0%B8%D1%81%D0%B5%D0%BC%D0%BD%D1%96%D1%81%D1%82%D1%8C%20%D0%9F%D0%BE%D0%BB%D0%BB%D0%B0%D1%80%D0%B4%D0%B0>,
        <http://lexvo.org/id/term/vie/Ng%E1%BB%AF%20%C3%A2m%20Pollard> .

<http://lexvo.org/id/script/Prti> a lvont:Script ;
    rdfs:label "prti"@az,
        "পার্থিয়ন"@bn,
        "pisani partian"@bs,
        "писани партиан"@bs-Cyrl,
        "parthià inscripcional"@ca,
        "帕提亚文碑铭体"@cmn,
        "帕提亞文（碑銘體）"@cmn-Hant,
        "prti"@da,
        "parthia gbeŋɔŋlɔ tɔxee"@ee,
        "Επιγραφικό Παρθιάν"@el,
        "Inscriptional Parthian"@en,
        "𐐆𐑌𐑅𐐿𐑉𐐮𐐹𐑇𐐲𐑌𐐲𐑊 𐐑𐐱𐑉𐑃𐐨𐐲𐑌"@en-Dsrt,
        "پارتی کتیبه‌ای"@fa,
        "piirtokirjoitusparthialainen"@fi,
        "parthe des inscriptions"@fr,
        "ઇન્સ્ક્રિપ્શનલ પાર્થિયન"@gu,
        "इंस्क्रिपश्नल पार्थियन"@hi,
        "pisani parthian"@hr,
        "Feliratos parthian"@hu,
        "Prasasti Parthia"@id,
        "碑文パルティア文字"@ja,
        "ಇನ್ಸ್‌ಕ್ರಿಪ್ಶನಲ್ ಪಾರ್ಥಿಯನ್"@kn,
        "명문 파라티아 문자"@ko,
        "ພາຮ໌ເທຍອິນສຄຮິປຊັນແນລ"@lo,
        "rašytiniai partų"@lt,
        "പൃതി"@ml,
        "इन्स्क्रिप्शनल पर्थियन"@mr,
        "inskripsjonsparthisk"@nb,
        "पिआरटी"@ne,
        "Inscriptioneel Parthisch"@nl,
        "inskripsjonsparthisk"@nn,
        "ଇନସ୍କ୍ରୀପସାନଲ୍ ପାର୍ଥିଆନ୍"@or,
        "partyjski inskrypcyjny"@pl,
        "parthian escrito"@pt,
        "prti"@pt,
        "partic dad inscripziuns"@rm,
        "писани партиан"@sr,
        "pisani partian"@sr-Latn,
        "tidig parthianska"@sv,
        "இன்ஸ்கிரிப்ஷனல் பார்த்தியன்"@ta,
        "ఇంస్క్రిప్షనాల్ పార్థియన్"@te,
        "พาร์เทียอินสคริปชันแนล"@th,
        "Partça Kitabe Dili"@tr,
        "Парфянський"@uk,
        "Chữ Parthia Văn bia"@vi ;
    lvont:iso15924Alphacode "Prti"^^xsd:string ;
    lvont:label <http://lexvo.org/id/term/aze/prti>,
        <http://lexvo.org/id/term/ben/%E0%A6%AA%E0%A6%BE%E0%A6%B0%E0%A7%8D%E0%A6%A5%E0%A6%BF%E0%A6%AF%E0%A6%BC%E0%A6%A8>,
        <http://lexvo.org/id/term/bos-Cyrl/%D0%BF%D0%B8%D1%81%D0%B0%D0%BD%D0%B8%20%D0%BF%D0%B0%D1%80%D1%82%D0%B8%D0%B0%D0%BD>,
        <http://lexvo.org/id/term/bos/pisani%20partian>,
        <http://lexvo.org/id/term/cat/parthi%C3%A0%20inscripcional>,
        <http://lexvo.org/id/term/cmn-Hant/%E5%B8%95%E6%8F%90%E4%BA%9E%E6%96%87%EF%BC%88%E7%A2%91%E9%8A%98%E9%AB%94%EF%BC%89>,
        <http://lexvo.org/id/term/cmn/%E5%B8%95%E6%8F%90%E4%BA%9A%E6%96%87%E7%A2%91%E9%93%AD%E4%BD%93>,
        <http://lexvo.org/id/term/dan/prti>,
        <http://lexvo.org/id/term/ell/%CE%95%CF%80%CE%B9%CE%B3%CF%81%CE%B1%CF%86%CE%B9%CE%BA%CF%8C%20%CE%A0%CE%B1%CF%81%CE%B8%CE%B9%CE%AC%CE%BD>,
        <http://lexvo.org/id/term/eng-Dsrt/%F0%90%90%86%F0%90%91%8C%F0%90%91%85%F0%90%90%BF%F0%90%91%89%F0%90%90%AE%F0%90%90%B9%F0%90%91%87%F0%90%90%B2%F0%90%91%8C%F0%90%90%B2%F0%90%91%8A%20%F0%90%90%91%F0%90%90%B1%F0%90%91%89%F0%90%91%83%F0%90%90%A8%F0%90%90%B2%F0%90%91%8C>,
        <http://lexvo.org/id/term/eng/Inscriptional%20Parthian>,
        <http://lexvo.org/id/term/ewe/parthia%20gbe%C5%8B%C9%94%C5%8Bl%C9%94%20t%C9%94xee>,
        <http://lexvo.org/id/term/fas/%D9%BE%D8%A7%D8%B1%D8%AA%DB%8C%20%DA%A9%D8%AA%DB%8C%D8%A8%D9%87%E2%80%8C%D8%A7%DB%8C>,
        <http://lexvo.org/id/term/fin/piirtokirjoitusparthialainen>,
        <http://lexvo.org/id/term/fra/parthe%20des%20inscriptions>,
        <http://lexvo.org/id/term/guj/%E0%AA%87%E0%AA%A8%E0%AB%8D%E0%AA%B8%E0%AB%8D%E0%AA%95%E0%AB%8D%E0%AA%B0%E0%AA%BF%E0%AA%AA%E0%AB%8D%E0%AA%B6%E0%AA%A8%E0%AA%B2%20%E0%AA%AA%E0%AA%BE%E0%AA%B0%E0%AB%8D%E0%AA%A5%E0%AA%BF%E0%AA%AF%E0%AA%A8>,
        <http://lexvo.org/id/term/hin/%E0%A4%87%E0%A4%82%E0%A4%B8%E0%A5%8D%E0%A4%95%E0%A5%8D%E0%A4%B0%E0%A4%BF%E0%A4%AA%E0%A4%B6%E0%A5%8D%E0%A4%A8%E0%A4%B2%20%E0%A4%AA%E0%A4%BE%E0%A4%B0%E0%A5%8D%E0%A4%A5%E0%A4%BF%E0%A4%AF%E0%A4%A8>,
        <http://lexvo.org/id/term/hrv/pisani%20parthian>,
        <http://lexvo.org/id/term/hun/Feliratos%20parthian>,
        <http://lexvo.org/id/term/ind/Prasasti%20Parthia>,
        <http://lexvo.org/id/term/jpn/%E7%A2%91%E6%96%87%E3%83%91%E3%83%AB%E3%83%86%E3%82%A3%E3%82%A2%E6%96%87%E5%AD%97>,
        <http://lexvo.org/id/term/kan/%E0%B2%87%E0%B2%A8%E0%B3%8D%E0%B2%B8%E0%B3%8D%E2%80%8C%E0%B2%95%E0%B3%8D%E0%B2%B0%E0%B2%BF%E0%B2%AA%E0%B3%8D%E0%B2%B6%E0%B2%A8%E0%B2%B2%E0%B3%8D%20%E0%B2%AA%E0%B2%BE%E0%B2%B0%E0%B3%8D%E0%B2%A5%E0%B2%BF%E0%B2%AF%E0%B2%A8%E0%B3%8D>,
        <http://lexvo.org/id/term/kor/%EB%AA%85%EB%AC%B8%20%ED%8C%8C%EB%9D%BC%ED%8B%B0%EC%95%84%20%EB%AC%B8%EC%9E%90>,
        <http://lexvo.org/id/term/lao/%E0%BA%9E%E0%BA%B2%E0%BA%AE%E0%BB%8C%E0%BB%80%E0%BA%97%E0%BA%8D%E0%BA%AD%E0%BA%B4%E0%BA%99%E0%BA%AA%E0%BA%84%E0%BA%AE%E0%BA%B4%E0%BA%9B%E0%BA%8A%E0%BA%B1%E0%BA%99%E0%BB%81%E0%BA%99%E0%BA%A5>,
        <http://lexvo.org/id/term/lit/ra%C5%A1ytiniai%20part%C5%B3>,
        <http://lexvo.org/id/term/mal/%E0%B4%AA%E0%B5%83%E0%B4%A4%E0%B4%BF>,
        <http://lexvo.org/id/term/mar/%E0%A4%87%E0%A4%A8%E0%A5%8D%E0%A4%B8%E0%A5%8D%E0%A4%95%E0%A5%8D%E0%A4%B0%E0%A4%BF%E0%A4%AA%E0%A5%8D%E0%A4%B6%E0%A4%A8%E0%A4%B2%20%E0%A4%AA%E0%A4%B0%E0%A5%8D%E0%A4%A5%E0%A4%BF%E0%A4%AF%E0%A4%A8>,
        <http://lexvo.org/id/term/nep/%E0%A4%AA%E0%A4%BF%E0%A4%86%E0%A4%B0%E0%A4%9F%E0%A5%80>,
        <http://lexvo.org/id/term/nld/Inscriptioneel%20Parthisch>,
        <http://lexvo.org/id/term/nno/inskripsjonsparthisk>,
        <http://lexvo.org/id/term/nob/inskripsjonsparthisk>,
        <http://lexvo.org/id/term/ori/%E0%AC%87%E0%AC%A8%E0%AC%B8%E0%AD%8D%E0%AC%95%E0%AD%8D%E0%AC%B0%E0%AD%80%E0%AC%AA%E0%AC%B8%E0%AC%BE%E0%AC%A8%E0%AC%B2%E0%AD%8D%20%E0%AC%AA%E0%AC%BE%E0%AC%B0%E0%AD%8D%E0%AC%A5%E0%AC%BF%E0%AC%86%E0%AC%A8%E0%AD%8D>,
        <http://lexvo.org/id/term/pol/partyjski%20inskrypcyjny>,
        <http://lexvo.org/id/term/por/parthian%20escrito>,
        <http://lexvo.org/id/term/por/prti>,
        <http://lexvo.org/id/term/roh/partic%20dad%20inscripziuns>,
        <http://lexvo.org/id/term/srp-Latn/pisani%20partian>,
        <http://lexvo.org/id/term/srp/%D0%BF%D0%B8%D1%81%D0%B0%D0%BD%D0%B8%20%D0%BF%D0%B0%D1%80%D1%82%D0%B8%D0%B0%D0%BD>,
        <http://lexvo.org/id/term/swe/tidig%20parthianska>,
        <http://lexvo.org/id/term/tam/%E0%AE%87%E0%AE%A9%E0%AF%8D%E0%AE%B8%E0%AF%8D%E0%AE%95%E0%AE%BF%E0%AE%B0%E0%AE%BF%E0%AE%AA%E0%AF%8D%E0%AE%B7%E0%AE%A9%E0%AE%B2%E0%AF%8D%20%E0%AE%AA%E0%AE%BE%E0%AE%B0%E0%AF%8D%E0%AE%A4%E0%AF%8D%E0%AE%A4%E0%AE%BF%E0%AE%AF%E0%AE%A9%E0%AF%8D>,
        <http://lexvo.org/id/term/tel/%E0%B0%87%E0%B0%82%E0%B0%B8%E0%B1%8D%E0%B0%95%E0%B1%8D%E0%B0%B0%E0%B0%BF%E0%B0%AA%E0%B1%8D%E0%B0%B7%E0%B0%A8%E0%B0%BE%E0%B0%B2%E0%B1%8D%20%E0%B0%AA%E0%B0%BE%E0%B0%B0%E0%B1%8D%E0%B0%A5%E0%B0%BF%E0%B0%AF%E0%B0%A8%E0%B1%8D>,
        <http://lexvo.org/id/term/tha/%E0%B8%9E%E0%B8%B2%E0%B8%A3%E0%B9%8C%E0%B9%80%E0%B8%97%E0%B8%B5%E0%B8%A2%E0%B8%AD%E0%B8%B4%E0%B8%99%E0%B8%AA%E0%B8%84%E0%B8%A3%E0%B8%B4%E0%B8%9B%E0%B8%8A%E0%B8%B1%E0%B8%99%E0%B9%81%E0%B8%99%E0%B8%A5>,
        <http://lexvo.org/id/term/tur/Part%C3%A7a%20Kitabe%20Dili>,
        <http://lexvo.org/id/term/ukr/%D0%9F%D0%B0%D1%80%D1%84%D1%8F%D0%BD%D1%81%D1%8C%D0%BA%D0%B8%D0%B9>,
        <http://lexvo.org/id/term/vie/Ch%E1%BB%AF%20Parthia%20V%C4%83n%20bia> .

<http://lexvo.org/id/script/Qaaa> a lvont:Script ;
    rdfs:label "Reserved for private use (start)"@en,
        "réservé à l’usage privé (début)"@fr ;
    lvont:iso15924Alphacode "Qaaa"^^xsd:string ;
    lvont:label <http://lexvo.org/id/term/eng/Reserved%20for%20private%20use%20(start)>,
        <http://lexvo.org/id/term/fra/r%C3%A9serv%C3%A9%20%C3%A0%20l%E2%80%99usage%20priv%C3%A9%20(d%C3%A9but)> .

<http://lexvo.org/id/script/Qabx> a lvont:Script ;
    rdfs:label "Reserved for private use (end)"@en,
        "réservé à l’usage privé (fin)"@fr ;
    lvont:iso15924Alphacode "Qabx"^^xsd:string ;
    lvont:label <http://lexvo.org/id/term/eng/Reserved%20for%20private%20use%20(end)>,
        <http://lexvo.org/id/term/fra/r%C3%A9serv%C3%A9%20%C3%A0%20l%E2%80%99usage%20priv%C3%A9%20(fin)> .

<http://lexvo.org/id/script/Rjng> a lvont:Script ;
    rdfs:label "recəng"@az,
        "রেজ্যাঙ্গ"@bn,
        "रेजेंग"@brx,
        "rejang pismo"@bs,
        "рејанг писмо"@bs-Cyrl,
        "rejang"@ca,
        "拉让文"@cmn,
        "拉讓文"@cmn-Hant,
        "rejang"@da,
        "Rejang"@de,
        "redza gbeŋɔŋlɔ"@ee,
        "Ρετζάνγκ"@el,
        "Rejang"@en,
        "Rejang (Redjang, Kaganga)"@en,
        "𐐡𐐲𐐾𐐰𐑍"@en-Dsrt,
        "rejang"@es,
        "رجنگی"@fa,
        "rejang"@fi,
        "redjang (kaganga)"@fr,
        "rejang"@fr,
        "Rejang"@gsw,
        "રીજાંગ"@gu,
        "रीजांग"@hi,
        "rejang pismo"@hr,
        "Redzsang"@hu,
        "Rejang"@id,
        "rejang"@is,
        "rejang"@it,
        "ルジャン文字"@ja,
        "ರೆಜಾಂಗ್"@kn,
        "레장 문자"@ko,
        "ریجَنٛگ"@ks,
        "ເຮຈັງ"@lo,
        "rejang"@lt,
        "റെജാംഗ്"@ml,
        "रीजांग"@mr,
        "rejang"@nb,
        "रेजाङ"@ne,
        "Rejang"@nl,
        "rejang"@nn,
        "ରେଜାଙ୍ଗ"@or,
        "rejang"@pl,
        "rejang"@pt,
        "rejang"@rm,
        "Реджангская"@ru,
        "рејанг писмо"@sr,
        "rejang pismo"@sr-Latn,
        "rejang"@sv,
        "ரெஜெய்ன்"@ta,
        "రేజాంగ్"@te,
        "เรจัง"@th,
        "Rejang"@tr,
        "Реджанг"@uk,
        "Chữ Rejang"@vi ;
    lvont:iso15924Alphacode "Rjng"^^xsd:string ;
    lvont:label <http://lexvo.org/id/term/aze/rec%C9%99ng>,
        <http://lexvo.org/id/term/ben/%E0%A6%B0%E0%A7%87%E0%A6%9C%E0%A7%8D%E0%A6%AF%E0%A6%BE%E0%A6%99%E0%A7%8D%E0%A6%97>,
        <http://lexvo.org/id/term/bos-Cyrl/%D1%80%D0%B5%D1%98%D0%B0%D0%BD%D0%B3%20%D0%BF%D0%B8%D1%81%D0%BC%D0%BE>,
        <http://lexvo.org/id/term/bos/rejang%20pismo>,
        <http://lexvo.org/id/term/brx/%E0%A4%B0%E0%A5%87%E0%A4%9C%E0%A5%87%E0%A4%82%E0%A4%97>,
        <http://lexvo.org/id/term/cat/rejang>,
        <http://lexvo.org/id/term/cmn-Hant/%E6%8B%89%E8%AE%93%E6%96%87>,
        <http://lexvo.org/id/term/cmn/%E6%8B%89%E8%AE%A9%E6%96%87>,
        <http://lexvo.org/id/term/dan/rejang>,
        <http://lexvo.org/id/term/deu/Rejang>,
        <http://lexvo.org/id/term/ell/%CE%A1%CE%B5%CF%84%CE%B6%CE%AC%CE%BD%CE%B3%CE%BA>,
        <http://lexvo.org/id/term/eng-Dsrt/%F0%90%90%A1%F0%90%90%B2%F0%90%90%BE%F0%90%90%B0%F0%90%91%8D>,
        <http://lexvo.org/id/term/eng/Rejang>,
        <http://lexvo.org/id/term/eng/Rejang%20(Redjang%2C%20Kaganga)>,
        <http://lexvo.org/id/term/ewe/redza%20gbe%C5%8B%C9%94%C5%8Bl%C9%94>,
        <http://lexvo.org/id/term/fas/%D8%B1%D8%AC%D9%86%DA%AF%DB%8C>,
        <http://lexvo.org/id/term/fin/rejang>,
        <http://lexvo.org/id/term/fra/redjang%20(kaganga)>,
        <http://lexvo.org/id/term/fra/rejang>,
        <http://lexvo.org/id/term/gsw/Rejang>,
        <http://lexvo.org/id/term/guj/%E0%AA%B0%E0%AB%80%E0%AA%9C%E0%AA%BE%E0%AA%82%E0%AA%97>,
        <http://lexvo.org/id/term/hin/%E0%A4%B0%E0%A5%80%E0%A4%9C%E0%A4%BE%E0%A4%82%E0%A4%97>,
        <http://lexvo.org/id/term/hrv/rejang%20pismo>,
        <http://lexvo.org/id/term/hun/Redzsang>,
        <http://lexvo.org/id/term/ind/Rejang>,
        <http://lexvo.org/id/term/isl/rejang>,
        <http://lexvo.org/id/term/ita/rejang>,
        <http://lexvo.org/id/term/jpn/%E3%83%AB%E3%82%B8%E3%83%A3%E3%83%B3%E6%96%87%E5%AD%97>,
        <http://lexvo.org/id/term/kan/%E0%B2%B0%E0%B3%86%E0%B2%9C%E0%B2%BE%E0%B2%82%E0%B2%97%E0%B3%8D>,
        <http://lexvo.org/id/term/kas/%D8%B1%DB%8C%D8%AC%D9%8E%D9%86%D9%9B%DA%AF>,
        <http://lexvo.org/id/term/kor/%EB%A0%88%EC%9E%A5%20%EB%AC%B8%EC%9E%90>,
        <http://lexvo.org/id/term/lao/%E0%BB%80%E0%BA%AE%E0%BA%88%E0%BA%B1%E0%BA%87>,
        <http://lexvo.org/id/term/lit/rejang>,
        <http://lexvo.org/id/term/mal/%E0%B4%B1%E0%B5%86%E0%B4%9C%E0%B4%BE%E0%B4%82%E0%B4%97%E0%B5%8D>,
        <http://lexvo.org/id/term/mar/%E0%A4%B0%E0%A5%80%E0%A4%9C%E0%A4%BE%E0%A4%82%E0%A4%97>,
        <http://lexvo.org/id/term/nep/%E0%A4%B0%E0%A5%87%E0%A4%9C%E0%A4%BE%E0%A4%99>,
        <http://lexvo.org/id/term/nld/Rejang>,
        <http://lexvo.org/id/term/nno/rejang>,
        <http://lexvo.org/id/term/nob/rejang>,
        <http://lexvo.org/id/term/ori/%E0%AC%B0%E0%AD%87%E0%AC%9C%E0%AC%BE%E0%AC%99%E0%AD%8D%E0%AC%97>,
        <http://lexvo.org/id/term/pol/rejang>,
        <http://lexvo.org/id/term/por/rejang>,
        <http://lexvo.org/id/term/roh/rejang>,
        <http://lexvo.org/id/term/rus/%D0%A0%D0%B5%D0%B4%D0%B6%D0%B0%D0%BD%D0%B3%D1%81%D0%BA%D0%B0%D1%8F>,
        <http://lexvo.org/id/term/spa/rejang>,
        <http://lexvo.org/id/term/srp-Latn/rejang%20pismo>,
        <http://lexvo.org/id/term/srp/%D1%80%D0%B5%D1%98%D0%B0%D0%BD%D0%B3%20%D0%BF%D0%B8%D1%81%D0%BC%D0%BE>,
        <http://lexvo.org/id/term/swe/rejang>,
        <http://lexvo.org/id/term/tam/%E0%AE%B0%E0%AF%86%E0%AE%9C%E0%AF%86%E0%AE%AF%E0%AF%8D%E0%AE%A9%E0%AF%8D>,
        <http://lexvo.org/id/term/tel/%E0%B0%B0%E0%B1%87%E0%B0%9C%E0%B0%BE%E0%B0%82%E0%B0%97%E0%B1%8D>,
        <http://lexvo.org/id/term/tha/%E0%B9%80%E0%B8%A3%E0%B8%88%E0%B8%B1%E0%B8%87>,
        <http://lexvo.org/id/term/tur/Rejang>,
        <http://lexvo.org/id/term/ukr/%D0%A0%D0%B5%D0%B4%D0%B6%D0%B0%D0%BD%D0%B3>,
        <http://lexvo.org/id/term/vie/Ch%E1%BB%AF%20Rejang> .

<http://lexvo.org/id/script/Roro> a lvont:Script ;
    rdfs:label "رنجورنجو"@ar,
        "ronqoronqo"@az,
        "Ронго-ронго"@bg,
        "রোঙ্গোরোঙ্গো"@bn,
        "रोंगोरोंगो"@brx,
        "rongorongo pismo"@bs,
        "ронгоронго писмо"@bs-Cyrl,
        "rongo-rongo"@ca,
        "朗格朗格文"@cmn,
        "朗格朗格象形文"@cmn-Hant,
        "rongorongo"@cs,
        "rongo-rongo"@da,
        "Rongorongo"@de,
        "rongorongo gbeŋɔŋlɔ"@ee,
        "Ρονγκορόνγκο"@el,
        "Rongorongo"@en,
        "𐐡𐐪𐑍𐑀𐐬𐑉𐐪𐑌𐑀𐐬"@en-Dsrt,
        "rongo-rongo"@es,
        "rongorongo"@et,
        "rongorongo"@fi,
        "rongorongo"@fr,
        "Rongorongo"@gsw,
        "રોંગોરોંગો"@gu,
        "रोन्गोरोन्गो"@hi,
        "rongorongo pismo"@hr,
        "Rongorongo"@hu,
        "Rongorongo"@id,
        "rongorongo"@is,
        "rongorongo"@it,
        "ロンゴロンゴ文字"@ja,
        "ರೋಂಗೋರೋಂಗೋ"@kn,
        "롱고롱고"@ko,
        "رونٛگو رونٛگو"@ks,
        "ຮອງໂກຮອງໂກ"@lo,
        "rongorongo"@lt,
        "rongorongo"@lv,
        "റൊംഗോറൊംഗോ"@ml,
        "रोन्गोरोन्गो"@mr,
        "rongorongo"@nb,
        "रोङ्गोरोङ्गो"@ne,
        "Rongorongo"@nl,
        "rongorongo"@nn,
        "ରୋଙ୍ଗୋରୋଙ୍ଗୋ"@or,
        "rongorongo"@pl,
        "rongorongo"@pt,
        "rongorongo"@rm,
        "Ронго-ронго"@ru,
        "rongorongo"@sl,
        "ронгоронго писмо"@sr,
        "rongorongo pismo"@sr-Latn,
        "rongo-rongo"@sv,
        "ரொங்கோரொங்கோ"@ta,
        "రోంగో రోంగో"@te,
        "รองโกรองโก"@th,
        "Rongorongo"@tr,
        "Ронго-ронго"@uk,
        "Chữ Rongorongo"@vi ;
    lvont:iso15924Alphacode "Roro"^^xsd:string ;
    lvont:label <http://lexvo.org/id/term/ara/%D8%B1%D9%86%D8%AC%D9%88%D8%B1%D9%86%D8%AC%D9%88>,
        <http://lexvo.org/id/term/aze/ronqoronqo>,
        <http://lexvo.org/id/term/ben/%E0%A6%B0%E0%A7%8B%E0%A6%99%E0%A7%8D%E0%A6%97%E0%A7%8B%E0%A6%B0%E0%A7%8B%E0%A6%99%E0%A7%8D%E0%A6%97%E0%A7%8B>,
        <http://lexvo.org/id/term/bos-Cyrl/%D1%80%D0%BE%D0%BD%D0%B3%D0%BE%D1%80%D0%BE%D0%BD%D0%B3%D0%BE%20%D0%BF%D0%B8%D1%81%D0%BC%D0%BE>,
        <http://lexvo.org/id/term/bos/rongorongo%20pismo>,
        <http://lexvo.org/id/term/brx/%E0%A4%B0%E0%A5%8B%E0%A4%82%E0%A4%97%E0%A5%8B%E0%A4%B0%E0%A5%8B%E0%A4%82%E0%A4%97%E0%A5%8B>,
        <http://lexvo.org/id/term/bul/%D0%A0%D0%BE%D0%BD%D0%B3%D0%BE-%D1%80%D0%BE%D0%BD%D0%B3%D0%BE>,
        <http://lexvo.org/id/term/cat/rongo-rongo>,
        <http://lexvo.org/id/term/ces/rongorongo>,
        <http://lexvo.org/id/term/cmn-Hant/%E6%9C%97%E6%A0%BC%E6%9C%97%E6%A0%BC%E8%B1%A1%E5%BD%A2%E6%96%87>,
        <http://lexvo.org/id/term/cmn/%E6%9C%97%E6%A0%BC%E6%9C%97%E6%A0%BC%E6%96%87>,
        <http://lexvo.org/id/term/dan/rongo-rongo>,
        <http://lexvo.org/id/term/deu/Rongorongo>,
        <http://lexvo.org/id/term/ell/%CE%A1%CE%BF%CE%BD%CE%B3%CE%BA%CE%BF%CF%81%CF%8C%CE%BD%CE%B3%CE%BA%CE%BF>,
        <http://lexvo.org/id/term/eng-Dsrt/%F0%90%90%A1%F0%90%90%AA%F0%90%91%8D%F0%90%91%80%F0%90%90%AC%F0%90%91%89%F0%90%90%AA%F0%90%91%8C%F0%90%91%80%F0%90%90%AC>,
        <http://lexvo.org/id/term/eng/Rongorongo>,
        <http://lexvo.org/id/term/est/rongorongo>,
        <http://lexvo.org/id/term/ewe/rongorongo%20gbe%C5%8B%C9%94%C5%8Bl%C9%94>,
        <http://lexvo.org/id/term/fin/rongorongo>,
        <http://lexvo.org/id/term/fra/rongorongo>,
        <http://lexvo.org/id/term/gsw/Rongorongo>,
        <http://lexvo.org/id/term/guj/%E0%AA%B0%E0%AB%8B%E0%AA%82%E0%AA%97%E0%AB%8B%E0%AA%B0%E0%AB%8B%E0%AA%82%E0%AA%97%E0%AB%8B>,
        <http://lexvo.org/id/term/hin/%E0%A4%B0%E0%A5%8B%E0%A4%A8%E0%A5%8D%E0%A4%97%E0%A5%8B%E0%A4%B0%E0%A5%8B%E0%A4%A8%E0%A5%8D%E0%A4%97%E0%A5%8B>,
        <http://lexvo.org/id/term/hrv/rongorongo%20pismo>,
        <http://lexvo.org/id/term/hun/Rongorongo>,
        <http://lexvo.org/id/term/ind/Rongorongo>,
        <http://lexvo.org/id/term/isl/rongorongo>,
        <http://lexvo.org/id/term/ita/rongorongo>,
        <http://lexvo.org/id/term/jpn/%E3%83%AD%E3%83%B3%E3%82%B4%E3%83%AD%E3%83%B3%E3%82%B4%E6%96%87%E5%AD%97>,
        <http://lexvo.org/id/term/kan/%E0%B2%B0%E0%B3%8B%E0%B2%82%E0%B2%97%E0%B3%8B%E0%B2%B0%E0%B3%8B%E0%B2%82%E0%B2%97%E0%B3%8B>,
        <http://lexvo.org/id/term/kas/%D8%B1%D9%88%D9%86%D9%9B%DA%AF%D9%88%20%D8%B1%D9%88%D9%86%D9%9B%DA%AF%D9%88>,
        <http://lexvo.org/id/term/kor/%EB%A1%B1%EA%B3%A0%EB%A1%B1%EA%B3%A0>,
        <http://lexvo.org/id/term/lao/%E0%BA%AE%E0%BA%AD%E0%BA%87%E0%BB%82%E0%BA%81%E0%BA%AE%E0%BA%AD%E0%BA%87%E0%BB%82%E0%BA%81>,
        <http://lexvo.org/id/term/lav/rongorongo>,
        <http://lexvo.org/id/term/lit/rongorongo>,
        <http://lexvo.org/id/term/mal/%E0%B4%B1%E0%B5%8A%E0%B4%82%E0%B4%97%E0%B5%8B%E0%B4%B1%E0%B5%8A%E0%B4%82%E0%B4%97%E0%B5%8B>,
        <http://lexvo.org/id/term/mar/%E0%A4%B0%E0%A5%8B%E0%A4%A8%E0%A5%8D%E0%A4%97%E0%A5%8B%E0%A4%B0%E0%A5%8B%E0%A4%A8%E0%A5%8D%E0%A4%97%E0%A5%8B>,
        <http://lexvo.org/id/term/nep/%E0%A4%B0%E0%A5%8B%E0%A4%99%E0%A5%8D%E0%A4%97%E0%A5%8B%E0%A4%B0%E0%A5%8B%E0%A4%99%E0%A5%8D%E0%A4%97%E0%A5%8B>,
        <http://lexvo.org/id/term/nld/Rongorongo>,
        <http://lexvo.org/id/term/nno/rongorongo>,
        <http://lexvo.org/id/term/nob/rongorongo>,
        <http://lexvo.org/id/term/ori/%E0%AC%B0%E0%AD%8B%E0%AC%99%E0%AD%8D%E0%AC%97%E0%AD%8B%E0%AC%B0%E0%AD%8B%E0%AC%99%E0%AD%8D%E0%AC%97%E0%AD%8B>,
        <http://lexvo.org/id/term/pol/rongorongo>,
        <http://lexvo.org/id/term/por/rongorongo>,
        <http://lexvo.org/id/term/roh/rongorongo>,
        <http://lexvo.org/id/term/rus/%D0%A0%D0%BE%D0%BD%D0%B3%D0%BE-%D1%80%D0%BE%D0%BD%D0%B3%D0%BE>,
        <http://lexvo.org/id/term/slv/rongorongo>,
        <http://lexvo.org/id/term/spa/rongo-rongo>,
        <http://lexvo.org/id/term/srp-Latn/rongorongo%20pismo>,
        <http://lexvo.org/id/term/srp/%D1%80%D0%BE%D0%BD%D0%B3%D0%BE%D1%80%D0%BE%D0%BD%D0%B3%D0%BE%20%D0%BF%D0%B8%D1%81%D0%BC%D0%BE>,
        <http://lexvo.org/id/term/swe/rongo-rongo>,
        <http://lexvo.org/id/term/tam/%E0%AE%B0%E0%AF%8A%E0%AE%99%E0%AF%8D%E0%AE%95%E0%AF%8B%E0%AE%B0%E0%AF%8A%E0%AE%99%E0%AF%8D%E0%AE%95%E0%AF%8B>,
        <http://lexvo.org/id/term/tel/%E0%B0%B0%E0%B1%8B%E0%B0%82%E0%B0%97%E0%B1%8B%20%E0%B0%B0%E0%B1%8B%E0%B0%82%E0%B0%97%E0%B1%8B>,
        <http://lexvo.org/id/term/tha/%E0%B8%A3%E0%B8%AD%E0%B8%87%E0%B9%82%E0%B8%81%E0%B8%A3%E0%B8%AD%E0%B8%87%E0%B9%82%E0%B8%81>,
        <http://lexvo.org/id/term/tur/Rongorongo>,
        <http://lexvo.org/id/term/ukr/%D0%A0%D0%BE%D0%BD%D0%B3%D0%BE-%D1%80%D0%BE%D0%BD%D0%B3%D0%BE>,
        <http://lexvo.org/id/term/vie/Ch%E1%BB%AF%20Rongorongo> .

<http://lexvo.org/id/script/Runr> a lvont:Script ;
    rdfs:label "ሩኒክ"@am,
        "الروني"@ar,
        "runik"@az,
        "Руническа"@bg,
        "রুনিক"@bn,
        "runek"@br,
        "रूनिक"@brx,
        "runsko pismo"@bs,
        "рунско писмо"@bs-Cyrl,
        "rúnic"@ca,
        "古代北欧文"@cmn,
        "古北歐文字"@cmn-Hant,
        "runové"@cs,
        "runer"@da,
        "Runenschrift"@de,
        "runia gbeŋɔŋlɔ"@ee,
        "Ρουνίκ"@el,
        "Runic"@en,
        "𐐡𐐭𐑌𐐮𐐿"@en-Dsrt,
        "rúnico"@es,
        "ruunikiri"@et,
        "رونی"@fa,
        "riimukirjoitus"@fi,
        "runique"@fr,
        "runic"@fur,
        "Rúnach"@ga,
        "Rùn-sgrìobhach"@gd,
        "Runäschrift"@gsw,
        "રૂનિક"@gu,
        "רוני"@he,
        "रूनिक"@hi,
        "runsko pismo"@hr,
        "Runikus"@hu,
        "Runik"@id,
        "rúntégn"@is,
        "runico"@it,
        "ルーン文字"@ja,
        "რუნული"@ka,
        "ರೂನಿಕ್"@kn,
        "룬 문자"@ko,
        "رَنِک"@ks,
        "ຮູນິກ"@lo,
        "runų"@lt,
        "rūnu raksts"@lv,
        "റുണിക്"@ml,
        "रूनिक"@mr,
        "runer"@nb,
        "रूनिक"@ne,
        "Runic"@nl,
        "runer"@nn,
        "ରନିକ୍"@or,
        "runiczne"@pl,
        "rúnico"@pt,
        "runic"@rm,
        "runică"@ro,
        "Руническая"@ru,
        "Runové písmo"@sk,
        "runski"@sl,
        "рунско писмо"@sr,
        "runsko pismo"@sr-Latn,
        "runor"@sv,
        "ருனிக்"@ta,
        "రూనిక్"@te,
        "รูนิก"@th,
        "Runik"@tr,
        "Рунічний"@uk,
        "Chữ Runic"@vi ;
    lvont:iso15924Alphacode "Runr"^^xsd:string ;
    lvont:label <http://lexvo.org/id/term/amh/%E1%88%A9%E1%8A%92%E1%8A%AD>,
        <http://lexvo.org/id/term/ara/%D8%A7%D9%84%D8%B1%D9%88%D9%86%D9%8A>,
        <http://lexvo.org/id/term/aze/runik>,
        <http://lexvo.org/id/term/ben/%E0%A6%B0%E0%A7%81%E0%A6%A8%E0%A6%BF%E0%A6%95>,
        <http://lexvo.org/id/term/bos-Cyrl/%D1%80%D1%83%D0%BD%D1%81%D0%BA%D0%BE%20%D0%BF%D0%B8%D1%81%D0%BC%D0%BE>,
        <http://lexvo.org/id/term/bos/runsko%20pismo>,
        <http://lexvo.org/id/term/bre/runek>,
        <http://lexvo.org/id/term/brx/%E0%A4%B0%E0%A5%82%E0%A4%A8%E0%A4%BF%E0%A4%95>,
        <http://lexvo.org/id/term/bul/%D0%A0%D1%83%D0%BD%D0%B8%D1%87%D0%B5%D1%81%D0%BA%D0%B0>,
        <http://lexvo.org/id/term/cat/r%C3%BAnic>,
        <http://lexvo.org/id/term/ces/runov%C3%A9>,
        <http://lexvo.org/id/term/cmn-Hant/%E5%8F%A4%E5%8C%97%E6%AD%90%E6%96%87%E5%AD%97>,
        <http://lexvo.org/id/term/cmn/%E5%8F%A4%E4%BB%A3%E5%8C%97%E6%AC%A7%E6%96%87>,
        <http://lexvo.org/id/term/dan/runer>,
        <http://lexvo.org/id/term/deu/Runenschrift>,
        <http://lexvo.org/id/term/ell/%CE%A1%CE%BF%CF%85%CE%BD%CE%AF%CE%BA>,
        <http://lexvo.org/id/term/eng-Dsrt/%F0%90%90%A1%F0%90%90%AD%F0%90%91%8C%F0%90%90%AE%F0%90%90%BF>,
        <http://lexvo.org/id/term/eng/Runic>,
        <http://lexvo.org/id/term/est/ruunikiri>,
        <http://lexvo.org/id/term/ewe/runia%20gbe%C5%8B%C9%94%C5%8Bl%C9%94>,
        <http://lexvo.org/id/term/fas/%D8%B1%D9%88%D9%86%DB%8C>,
        <http://lexvo.org/id/term/fin/riimukirjoitus>,
        <http://lexvo.org/id/term/fra/runique>,
        <http://lexvo.org/id/term/fur/runic>,
        <http://lexvo.org/id/term/gla/R%C3%B9n-sgr%C3%ACobhach>,
        <http://lexvo.org/id/term/gle/R%C3%BAnach>,
        <http://lexvo.org/id/term/gsw/Run%C3%A4schrift>,
        <http://lexvo.org/id/term/guj/%E0%AA%B0%E0%AB%82%E0%AA%A8%E0%AA%BF%E0%AA%95>,
        <http://lexvo.org/id/term/heb/%D7%A8%D7%95%D7%A0%D7%99>,
        <http://lexvo.org/id/term/hin/%E0%A4%B0%E0%A5%82%E0%A4%A8%E0%A4%BF%E0%A4%95>,
        <http://lexvo.org/id/term/hrv/runsko%20pismo>,
        <http://lexvo.org/id/term/hun/Runikus>,
        <http://lexvo.org/id/term/ind/Runik>,
        <http://lexvo.org/id/term/isl/r%C3%BAnt%C3%A9gn>,
        <http://lexvo.org/id/term/ita/runico>,
        <http://lexvo.org/id/term/jpn/%E3%83%AB%E3%83%BC%E3%83%B3%E6%96%87%E5%AD%97>,
        <http://lexvo.org/id/term/kan/%E0%B2%B0%E0%B3%82%E0%B2%A8%E0%B2%BF%E0%B2%95%E0%B3%8D>,
        <http://lexvo.org/id/term/kas/%D8%B1%D9%8E%D9%86%D9%90%DA%A9>,
        <http://lexvo.org/id/term/kat/%E1%83%A0%E1%83%A3%E1%83%9C%E1%83%A3%E1%83%9A%E1%83%98>,
        <http://lexvo.org/id/term/kor/%EB%A3%AC%20%EB%AC%B8%EC%9E%90>,
        <http://lexvo.org/id/term/lao/%E0%BA%AE%E0%BA%B9%E0%BA%99%E0%BA%B4%E0%BA%81>,
        <http://lexvo.org/id/term/lav/r%C5%ABnu%20raksts>,
        <http://lexvo.org/id/term/lit/run%C5%B3>,
        <http://lexvo.org/id/term/mal/%E0%B4%B1%E0%B5%81%E0%B4%A3%E0%B4%BF%E0%B4%95%E0%B5%8D>,
        <http://lexvo.org/id/term/mar/%E0%A4%B0%E0%A5%82%E0%A4%A8%E0%A4%BF%E0%A4%95>,
        <http://lexvo.org/id/term/nep/%E0%A4%B0%E0%A5%82%E0%A4%A8%E0%A4%BF%E0%A4%95>,
        <http://lexvo.org/id/term/nld/Runic>,
        <http://lexvo.org/id/term/nno/runer>,
        <http://lexvo.org/id/term/nob/runer>,
        <http://lexvo.org/id/term/ori/%E0%AC%B0%E0%AC%A8%E0%AC%BF%E0%AC%95%E0%AD%8D>,
        <http://lexvo.org/id/term/pol/runiczne>,
        <http://lexvo.org/id/term/por/r%C3%BAnico>,
        <http://lexvo.org/id/term/roh/runic>,
        <http://lexvo.org/id/term/ron/runic%C4%83>,
        <http://lexvo.org/id/term/rus/%D0%A0%D1%83%D0%BD%D0%B8%D1%87%D0%B5%D1%81%D0%BA%D0%B0%D1%8F>,
        <http://lexvo.org/id/term/slk/Runov%C3%A9%20p%C3%ADsmo>,
        <http://lexvo.org/id/term/slv/runski>,
        <http://lexvo.org/id/term/spa/r%C3%BAnico>,
        <http://lexvo.org/id/term/srp-Latn/runsko%20pismo>,
        <http://lexvo.org/id/term/srp/%D1%80%D1%83%D0%BD%D1%81%D0%BA%D0%BE%20%D0%BF%D0%B8%D1%81%D0%BC%D0%BE>,
        <http://lexvo.org/id/term/swe/runor>,
        <http://lexvo.org/id/term/tam/%E0%AE%B0%E0%AF%81%E0%AE%A9%E0%AE%BF%E0%AE%95%E0%AF%8D>,
        <http://lexvo.org/id/term/tel/%E0%B0%B0%E0%B1%82%E0%B0%A8%E0%B0%BF%E0%B0%95%E0%B1%8D>,
        <http://lexvo.org/id/term/tha/%E0%B8%A3%E0%B8%B9%E0%B8%99%E0%B8%B4%E0%B8%81>,
        <http://lexvo.org/id/term/tur/Runik>,
        <http://lexvo.org/id/term/ukr/%D0%A0%D1%83%D0%BD%D1%96%D1%87%D0%BD%D0%B8%D0%B9>,
        <http://lexvo.org/id/term/vie/Ch%E1%BB%AF%20Runic> .

<http://lexvo.org/id/script/Samr> a lvont:Script ;
    rdfs:label "samaritan"@az,
        "Самаританска"@bg,
        "সমেরিটন"@bn,
        "समारती"@brx,
        "samaritansko pismo"@bs,
        "самаританско писмо"@bs-Cyrl,
        "samarità"@ca,
        "撒马利亚文"@cmn,
        "撒馬利亞文"@cmn-Hant,
        "samaritansk"@da,
        "Samaritanisch"@de,
        "samaria gbeŋɔŋlɔ"@ee,
        "Σαμαριτικό"@el,
        "Samaritan"@en,
        "𐐝𐐲𐑋𐐯𐑉𐐲𐐻𐐲𐑌"@en-Dsrt,
        "سامری"@fa,
        "samarianaramealainen"@fi,
        "samaritain"@fr,
        "Samaritanisch"@gsw,
        "સમરિટાન"@gu,
        "समरिटन"@hi,
        "samaritansko pismo"@hr,
        "Szamaritán"@hu,
        "Samaria"@id,
        "samaríska"@is,
        "サマリア文字"@ja,
        "ಸಮಾರಿಟನ್"@kn,
        "사마리아 문자"@ko,
        "سَمارِٹَن"@ks,
        "ຊາມາເລຍ"@lo,
        "samariečių"@lt,
        "samariešu"@lv,
        "സമരിയ"@ml,
        "समरिटान"@mr,
        "samaritansk"@nb,
        "समारिटन"@ne,
        "Samaritaans"@nl,
        "samaritansk"@nn,
        "ସମୌରିଟନ୍"@or,
        "samarytański"@pl,
        "samaritano"@pt,
        "samaritan"@rm,
        "Самаритянская"@ru,
        "samaritanski"@sl,
        "самаританско писмо"@sr,
        "samaritansko pismo"@sr-Latn,
        "samaritiska"@sv,
        "சமாரிடன்"@ta,
        "సమారిటన్"@te,
        "ซามาเรีย"@th,
        "Samarit"@tr,
        "Самаритянський"@uk,
        "Chữ Samaritan"@vi ;
    lvont:iso15924Alphacode "Samr"^^xsd:string ;
    lvont:label <http://lexvo.org/id/term/aze/samaritan>,
        <http://lexvo.org/id/term/ben/%E0%A6%B8%E0%A6%AE%E0%A7%87%E0%A6%B0%E0%A6%BF%E0%A6%9F%E0%A6%A8>,
        <http://lexvo.org/id/term/bos-Cyrl/%D1%81%D0%B0%D0%BC%D0%B0%D1%80%D0%B8%D1%82%D0%B0%D0%BD%D1%81%D0%BA%D0%BE%20%D0%BF%D0%B8%D1%81%D0%BC%D0%BE>,
        <http://lexvo.org/id/term/bos/samaritansko%20pismo>,
        <http://lexvo.org/id/term/brx/%E0%A4%B8%E0%A4%AE%E0%A4%BE%E0%A4%B0%E0%A4%A4%E0%A5%80>,
        <http://lexvo.org/id/term/bul/%D0%A1%D0%B0%D0%BC%D0%B0%D1%80%D0%B8%D1%82%D0%B0%D0%BD%D1%81%D0%BA%D0%B0>,
        <http://lexvo.org/id/term/cat/samarit%C3%A0>,
        <http://lexvo.org/id/term/cmn-Hant/%E6%92%92%E9%A6%AC%E5%88%A9%E4%BA%9E%E6%96%87>,
        <http://lexvo.org/id/term/cmn/%E6%92%92%E9%A9%AC%E5%88%A9%E4%BA%9A%E6%96%87>,
        <http://lexvo.org/id/term/dan/samaritansk>,
        <http://lexvo.org/id/term/deu/Samaritanisch>,
        <http://lexvo.org/id/term/ell/%CE%A3%CE%B1%CE%BC%CE%B1%CF%81%CE%B9%CF%84%CE%B9%CE%BA%CF%8C>,
        <http://lexvo.org/id/term/eng-Dsrt/%F0%90%90%9D%F0%90%90%B2%F0%90%91%8B%F0%90%90%AF%F0%90%91%89%F0%90%90%B2%F0%90%90%BB%F0%90%90%B2%F0%90%91%8C>,
        <http://lexvo.org/id/term/eng/Samaritan>,
        <http://lexvo.org/id/term/ewe/samaria%20gbe%C5%8B%C9%94%C5%8Bl%C9%94>,
        <http://lexvo.org/id/term/fas/%D8%B3%D8%A7%D9%85%D8%B1%DB%8C>,
        <http://lexvo.org/id/term/fin/samarianaramealainen>,
        <http://lexvo.org/id/term/fra/samaritain>,
        <http://lexvo.org/id/term/gsw/Samaritanisch>,
        <http://lexvo.org/id/term/guj/%E0%AA%B8%E0%AA%AE%E0%AA%B0%E0%AA%BF%E0%AA%9F%E0%AA%BE%E0%AA%A8>,
        <http://lexvo.org/id/term/hin/%E0%A4%B8%E0%A4%AE%E0%A4%B0%E0%A4%BF%E0%A4%9F%E0%A4%A8>,
        <http://lexvo.org/id/term/hrv/samaritansko%20pismo>,
        <http://lexvo.org/id/term/hun/Szamarit%C3%A1n>,
        <http://lexvo.org/id/term/ind/Samaria>,
        <http://lexvo.org/id/term/isl/samar%C3%ADska>,
        <http://lexvo.org/id/term/jpn/%E3%82%B5%E3%83%9E%E3%83%AA%E3%82%A2%E6%96%87%E5%AD%97>,
        <http://lexvo.org/id/term/kan/%E0%B2%B8%E0%B2%AE%E0%B2%BE%E0%B2%B0%E0%B2%BF%E0%B2%9F%E0%B2%A8%E0%B3%8D>,
        <http://lexvo.org/id/term/kas/%D8%B3%D9%8E%D9%85%D8%A7%D8%B1%D9%90%D9%B9%D9%8E%D9%86>,
        <http://lexvo.org/id/term/kor/%EC%82%AC%EB%A7%88%EB%A6%AC%EC%95%84%20%EB%AC%B8%EC%9E%90>,
        <http://lexvo.org/id/term/lao/%E0%BA%8A%E0%BA%B2%E0%BA%A1%E0%BA%B2%E0%BB%80%E0%BA%A5%E0%BA%8D>,
        <http://lexvo.org/id/term/lav/samarie%C5%A1u>,
        <http://lexvo.org/id/term/lit/samarie%C4%8Di%C5%B3>,
        <http://lexvo.org/id/term/mal/%E0%B4%B8%E0%B4%AE%E0%B4%B0%E0%B4%BF%E0%B4%AF>,
        <http://lexvo.org/id/term/mar/%E0%A4%B8%E0%A4%AE%E0%A4%B0%E0%A4%BF%E0%A4%9F%E0%A4%BE%E0%A4%A8>,
        <http://lexvo.org/id/term/nep/%E0%A4%B8%E0%A4%AE%E0%A4%BE%E0%A4%B0%E0%A4%BF%E0%A4%9F%E0%A4%A8>,
        <http://lexvo.org/id/term/nld/Samaritaans>,
        <http://lexvo.org/id/term/nno/samaritansk>,
        <http://lexvo.org/id/term/nob/samaritansk>,
        <http://lexvo.org/id/term/ori/%E0%AC%B8%E0%AC%AE%E0%AD%8C%E0%AC%B0%E0%AC%BF%E0%AC%9F%E0%AC%A8%E0%AD%8D>,
        <http://lexvo.org/id/term/pol/samaryta%C5%84ski>,
        <http://lexvo.org/id/term/por/samaritano>,
        <http://lexvo.org/id/term/roh/samaritan>,
        <http://lexvo.org/id/term/rus/%D0%A1%D0%B0%D0%BC%D0%B0%D1%80%D0%B8%D1%82%D1%8F%D0%BD%D1%81%D0%BA%D0%B0%D1%8F>,
        <http://lexvo.org/id/term/slv/samaritanski>,
        <http://lexvo.org/id/term/srp-Latn/samaritansko%20pismo>,
        <http://lexvo.org/id/term/srp/%D1%81%D0%B0%D0%BC%D0%B0%D1%80%D0%B8%D1%82%D0%B0%D0%BD%D1%81%D0%BA%D0%BE%20%D0%BF%D0%B8%D1%81%D0%BC%D0%BE>,
        <http://lexvo.org/id/term/swe/samaritiska>,
        <http://lexvo.org/id/term/tam/%E0%AE%9A%E0%AE%AE%E0%AE%BE%E0%AE%B0%E0%AE%BF%E0%AE%9F%E0%AE%A9%E0%AF%8D>,
        <http://lexvo.org/id/term/tel/%E0%B0%B8%E0%B0%AE%E0%B0%BE%E0%B0%B0%E0%B0%BF%E0%B0%9F%E0%B0%A8%E0%B1%8D>,
        <http://lexvo.org/id/term/tha/%E0%B8%8B%E0%B8%B2%E0%B8%A1%E0%B8%B2%E0%B9%80%E0%B8%A3%E0%B8%B5%E0%B8%A2>,
        <http://lexvo.org/id/term/tur/Samarit>,
        <http://lexvo.org/id/term/ukr/%D0%A1%D0%B0%D0%BC%D0%B0%D1%80%D0%B8%D1%82%D1%8F%D0%BD%D1%81%D1%8C%D0%BA%D0%B8%D0%B9>,
        <http://lexvo.org/id/term/vie/Ch%E1%BB%AF%20Samaritan> .

<http://lexvo.org/id/script/Sara> a lvont:Script ;
    rdfs:label "الساراتي"@ar,
        "sarati"@az,
        "Сарати"@bg,
        "সারাতি"@bn,
        "सराती"@brx,
        "sarati pismo"@bs,
        "сарати писмо"@bs-Cyrl,
        "sarati"@ca,
        "沙拉堤文"@cmn,
        "沙拉堤文"@cmn-Hant,
        "sarati"@da,
        "Sarati"@de,
        "sarati gbeŋɔŋlɔ"@ee,
        "Σαράθι"@el,
        "Sarati"@en,
        "𐐝𐐪𐑉𐐪𐐮𐐻𐐨"@en-Dsrt,
        "sarati"@es,
        "sarati"@et,
        "ساراتی"@fa,
        "sarati"@fi,
        "sarati"@fr,
        "Sarati"@gsw,
        "સરાતી"@gu,
        "सराती"@hi,
        "sarati pismo"@hr,
        "Szarati"@hu,
        "Sarati"@id,
        "saratí"@is,
        "sarati"@it,
        "サラティ文字"@ja,
        "ಸರಾಟಿ"@kn,
        "사라티"@ko,
        "سَراتی"@ks,
        "ຊາຮາຕິ"@lo,
        "sarati"@lt,
        "സരതി"@ml,
        "सराती"@mr,
        "sarati"@nb,
        "सारती"@ne,
        "Sarati"@nl,
        "sarati"@nn,
        "ସାରାତି"@or,
        "sarati"@pl,
        "sarati"@pt,
        "sarati"@rm,
        "Сарати"@ru,
        "saratski"@sl,
        "сарати писмо"@sr,
        "sarati pismo"@sr-Latn,
        "sarati"@sv,
        "சாராதி"@ta,
        "సరాటి"@te,
        "ซาราติ"@th,
        "Sarati"@tr,
        "Сараті"@uk,
        "Chữ Sarati"@vi ;
    lvont:iso15924Alphacode "Sara"^^xsd:string ;
    lvont:label <http://lexvo.org/id/term/ara/%D8%A7%D9%84%D8%B3%D8%A7%D8%B1%D8%A7%D8%AA%D9%8A>,
        <http://lexvo.org/id/term/aze/sarati>,
        <http://lexvo.org/id/term/ben/%E0%A6%B8%E0%A6%BE%E0%A6%B0%E0%A6%BE%E0%A6%A4%E0%A6%BF>,
        <http://lexvo.org/id/term/bos-Cyrl/%D1%81%D0%B0%D1%80%D0%B0%D1%82%D0%B8%20%D0%BF%D0%B8%D1%81%D0%BC%D0%BE>,
        <http://lexvo.org/id/term/bos/sarati%20pismo>,
        <http://lexvo.org/id/term/brx/%E0%A4%B8%E0%A4%B0%E0%A4%BE%E0%A4%A4%E0%A5%80>,
        <http://lexvo.org/id/term/bul/%D0%A1%D0%B0%D1%80%D0%B0%D1%82%D0%B8>,
        <http://lexvo.org/id/term/cat/sarati>,
        <http://lexvo.org/id/term/cmn-Hant/%E6%B2%99%E6%8B%89%E5%A0%A4%E6%96%87>,
        <http://lexvo.org/id/term/cmn/%E6%B2%99%E6%8B%89%E5%A0%A4%E6%96%87>,
        <http://lexvo.org/id/term/dan/sarati>,
        <http://lexvo.org/id/term/deu/Sarati>,
        <http://lexvo.org/id/term/ell/%CE%A3%CE%B1%CF%81%CE%AC%CE%B8%CE%B9>,
        <http://lexvo.org/id/term/eng-Dsrt/%F0%90%90%9D%F0%90%90%AA%F0%90%91%89%F0%90%90%AA%F0%90%90%AE%F0%90%90%BB%F0%90%90%A8>,
        <http://lexvo.org/id/term/eng/Sarati>,
        <http://lexvo.org/id/term/est/sarati>,
        <http://lexvo.org/id/term/ewe/sarati%20gbe%C5%8B%C9%94%C5%8Bl%C9%94>,
        <http://lexvo.org/id/term/fas/%D8%B3%D8%A7%D8%B1%D8%A7%D8%AA%DB%8C>,
        <http://lexvo.org/id/term/fin/sarati>,
        <http://lexvo.org/id/term/fra/sarati>,
        <http://lexvo.org/id/term/gsw/Sarati>,
        <http://lexvo.org/id/term/guj/%E0%AA%B8%E0%AA%B0%E0%AA%BE%E0%AA%A4%E0%AB%80>,
        <http://lexvo.org/id/term/hin/%E0%A4%B8%E0%A4%B0%E0%A4%BE%E0%A4%A4%E0%A5%80>,
        <http://lexvo.org/id/term/hrv/sarati%20pismo>,
        <http://lexvo.org/id/term/hun/Szarati>,
        <http://lexvo.org/id/term/ind/Sarati>,
        <http://lexvo.org/id/term/isl/sarat%C3%AD>,
        <http://lexvo.org/id/term/ita/sarati>,
        <http://lexvo.org/id/term/jpn/%E3%82%B5%E3%83%A9%E3%83%86%E3%82%A3%E6%96%87%E5%AD%97>,
        <http://lexvo.org/id/term/kan/%E0%B2%B8%E0%B2%B0%E0%B2%BE%E0%B2%9F%E0%B2%BF>,
        <http://lexvo.org/id/term/kas/%D8%B3%D9%8E%D8%B1%D8%A7%D8%AA%DB%8C>,
        <http://lexvo.org/id/term/kor/%EC%82%AC%EB%9D%BC%ED%8B%B0>,
        <http://lexvo.org/id/term/lao/%E0%BA%8A%E0%BA%B2%E0%BA%AE%E0%BA%B2%E0%BA%95%E0%BA%B4>,
        <http://lexvo.org/id/term/lit/sarati>,
        <http://lexvo.org/id/term/mal/%E0%B4%B8%E0%B4%B0%E0%B4%A4%E0%B4%BF>,
        <http://lexvo.org/id/term/mar/%E0%A4%B8%E0%A4%B0%E0%A4%BE%E0%A4%A4%E0%A5%80>,
        <http://lexvo.org/id/term/nep/%E0%A4%B8%E0%A4%BE%E0%A4%B0%E0%A4%A4%E0%A5%80>,
        <http://lexvo.org/id/term/nld/Sarati>,
        <http://lexvo.org/id/term/nno/sarati>,
        <http://lexvo.org/id/term/nob/sarati>,
        <http://lexvo.org/id/term/ori/%E0%AC%B8%E0%AC%BE%E0%AC%B0%E0%AC%BE%E0%AC%A4%E0%AC%BF>,
        <http://lexvo.org/id/term/pol/sarati>,
        <http://lexvo.org/id/term/por/sarati>,
        <http://lexvo.org/id/term/roh/sarati>,
        <http://lexvo.org/id/term/rus/%D0%A1%D0%B0%D1%80%D0%B0%D1%82%D0%B8>,
        <http://lexvo.org/id/term/slv/saratski>,
        <http://lexvo.org/id/term/spa/sarati>,
        <http://lexvo.org/id/term/srp-Latn/sarati%20pismo>,
        <http://lexvo.org/id/term/srp/%D1%81%D0%B0%D1%80%D0%B0%D1%82%D0%B8%20%D0%BF%D0%B8%D1%81%D0%BC%D0%BE>,
        <http://lexvo.org/id/term/swe/sarati>,
        <http://lexvo.org/id/term/tam/%E0%AE%9A%E0%AE%BE%E0%AE%B0%E0%AE%BE%E0%AE%A4%E0%AE%BF>,
        <http://lexvo.org/id/term/tel/%E0%B0%B8%E0%B0%B0%E0%B0%BE%E0%B0%9F%E0%B0%BF>,
        <http://lexvo.org/id/term/tha/%E0%B8%8B%E0%B8%B2%E0%B8%A3%E0%B8%B2%E0%B8%95%E0%B8%B4>,
        <http://lexvo.org/id/term/tur/Sarati>,
        <http://lexvo.org/id/term/ukr/%D0%A1%D0%B0%D1%80%D0%B0%D1%82%D1%96>,
        <http://lexvo.org/id/term/vie/Ch%E1%BB%AF%20Sarati> .

<http://lexvo.org/id/script/Sarb> a lvont:Script ;
    rdfs:label "العربية الجنوبية القديمة"@ar,
        "sud-aràbic antic"@ca,
        "古南阿拉伯文"@cmn,
        "古南阿拉伯文"@cmn-Hant,
        "oldsørarabisk"@da,
        "anyiehe arabia gbeŋɔŋlɔ xoxotɔ"@ee,
        "Old South Arabian"@en,
        "muinaiseteläarabialainen"@fi,
        "sud-arabique"@fr,
        "sud-arabique, himyarite"@fr,
        "Arab Selatan Kuno"@id,
        "古代南アラビア文字"@ja,
        "옛 남부 아라비아 문자"@ko,
        "ອາລະເບຍໃຕ້ໂບຮານ"@lo,
        "gammelsørarabisk"@nb,
        "gammalsydarabisk"@nn,
        "staroarabskie południowe"@pl,
        "fornsydarabiska"@sv,
        "อาระเบียใต้โบราณ"@th,
        "Chữ Nam Ả Rập cổ"@vi ;
    lvont:iso15924Alphacode "Sarb"^^xsd:string ;
    lvont:label <http://lexvo.org/id/term/ara/%D8%A7%D9%84%D8%B9%D8%B1%D8%A8%D9%8A%D8%A9%20%D8%A7%D9%84%D8%AC%D9%86%D9%88%D8%A8%D9%8A%D8%A9%20%D8%A7%D9%84%D9%82%D8%AF%D9%8A%D9%85%D8%A9>,
        <http://lexvo.org/id/term/cat/sud-ar%C3%A0bic%20antic>,
        <http://lexvo.org/id/term/cmn-Hant/%E5%8F%A4%E5%8D%97%E9%98%BF%E6%8B%89%E4%BC%AF%E6%96%87>,
        <http://lexvo.org/id/term/cmn/%E5%8F%A4%E5%8D%97%E9%98%BF%E6%8B%89%E4%BC%AF%E6%96%87>,
        <http://lexvo.org/id/term/dan/olds%C3%B8rarabisk>,
        <http://lexvo.org/id/term/eng/Old%20South%20Arabian>,
        <http://lexvo.org/id/term/ewe/anyiehe%20arabia%20gbe%C5%8B%C9%94%C5%8Bl%C9%94%20xoxot%C9%94>,
        <http://lexvo.org/id/term/fin/muinaisetel%C3%A4arabialainen>,
        <http://lexvo.org/id/term/fra/sud-arabique>,
        <http://lexvo.org/id/term/fra/sud-arabique%2C%20himyarite>,
        <http://lexvo.org/id/term/ind/Arab%20Selatan%20Kuno>,
        <http://lexvo.org/id/term/jpn/%E5%8F%A4%E4%BB%A3%E5%8D%97%E3%82%A2%E3%83%A9%E3%83%93%E3%82%A2%E6%96%87%E5%AD%97>,
        <http://lexvo.org/id/term/kor/%EC%98%9B%20%EB%82%A8%EB%B6%80%20%EC%95%84%EB%9D%BC%EB%B9%84%EC%95%84%20%EB%AC%B8%EC%9E%90>,
        <http://lexvo.org/id/term/lao/%E0%BA%AD%E0%BA%B2%E0%BA%A5%E0%BA%B0%E0%BB%80%E0%BA%9A%E0%BA%8D%E0%BB%83%E0%BA%95%E0%BB%89%E0%BB%82%E0%BA%9A%E0%BA%AE%E0%BA%B2%E0%BA%99>,
        <http://lexvo.org/id/term/nno/gammalsydarabisk>,
        <http://lexvo.org/id/term/nob/gammels%C3%B8rarabisk>,
        <http://lexvo.org/id/term/pol/staroarabskie%20po%C5%82udniowe>,
        <http://lexvo.org/id/term/swe/fornsydarabiska>,
        <http://lexvo.org/id/term/tha/%E0%B8%AD%E0%B8%B2%E0%B8%A3%E0%B8%B0%E0%B9%80%E0%B8%9A%E0%B8%B5%E0%B8%A2%E0%B9%83%E0%B8%95%E0%B9%89%E0%B9%82%E0%B8%9A%E0%B8%A3%E0%B8%B2%E0%B8%93>,
        <http://lexvo.org/id/term/vie/Ch%E1%BB%AF%20Nam%20%E1%BA%A2%20R%E1%BA%ADp%20c%E1%BB%95> .

<http://lexvo.org/id/script/Saur> a lvont:Script ;
    rdfs:label "saurastra"@az,
        "Саураштра"@bg,
        "সৌরাষ্ট্র"@bn,
        "सौराष्ट्र"@brx,
        "sauraštra pismo"@bs,
        "саураштра писмо"@bs-Cyrl,
        "saurashtra"@ca,
        "索拉什特拉文"@cmn,
        "索拉什特拉文"@cmn-Hant,
        "saurashtra"@da,
        "Saurashtra"@de,
        "saurashtra gbeŋɔŋlɔ"@ee,
        "Σαουράστρα"@el,
        "Saurashtra"@en,
        "𐐝𐐰𐐭𐑉𐐪𐑇𐐻𐑉𐐪"@en-Dsrt,
        "saurashtra"@es,
        "سوراشترایی"@fa,
        "saurashtra"@fi,
        "saurachtra"@fr,
        "saurashtra"@fr,
        "Saurashtra"@gsw,
        "સૌરાષ્ટ્ર"@gu,
        "सौराष्ट्र"@hi,
        "saurashtra pismo"@hr,
        "Szaurastra"@hu,
        "Saurashtra"@id,
        "saurashtra"@is,
        "saurashtra"@it,
        "サウラーシュトラ文字"@ja,
        "ಸೌರಾಷ್ಟ್ರ"@kn,
        "사우라슈트라 문자"@ko,
        "سوراشٹرا"@ks,
        "ໂສຮັດຕຣະ"@lo,
        "sauraštra"@lt,
        "സൗരാഷ്ട്ര"@ml,
        "सौराष्ट्र"@mr,
        "saurashtra"@nb,
        "सौराष्ट्र"@ne,
        "Saurashtra"@nl,
        "saurashtra"@nn,
        "ସୌରାଷ୍ଟ୍ର"@or,
        "saurashtra"@pl,
        "saurashtra"@pt,
        "saurashtra"@rm,
        "Саураштра"@ru,
        "саураштра писмо"@sr,
        "sauraštra pismo"@sr-Latn,
        "saurashtra"@sv,
        "சௌராஷ்ட்ரா"@ta,
        "సౌరాష్ట్ర"@te,
        "โสวรัสตระ"@th,
        "Saurashtra"@tr,
        "Саураштра"@uk,
        "Chữ Saurashtra"@vi ;
    lvont:iso15924Alphacode "Saur"^^xsd:string ;
    lvont:label <http://lexvo.org/id/term/aze/saurastra>,
        <http://lexvo.org/id/term/ben/%E0%A6%B8%E0%A7%8C%E0%A6%B0%E0%A6%BE%E0%A6%B7%E0%A7%8D%E0%A6%9F%E0%A7%8D%E0%A6%B0>,
        <http://lexvo.org/id/term/bos-Cyrl/%D1%81%D0%B0%D1%83%D1%80%D0%B0%D1%88%D1%82%D1%80%D0%B0%20%D0%BF%D0%B8%D1%81%D0%BC%D0%BE>,
        <http://lexvo.org/id/term/bos/saura%C5%A1tra%20pismo>,
        <http://lexvo.org/id/term/brx/%E0%A4%B8%E0%A5%8C%E0%A4%B0%E0%A4%BE%E0%A4%B7%E0%A5%8D%E0%A4%9F%E0%A5%8D%E0%A4%B0>,
        <http://lexvo.org/id/term/bul/%D0%A1%D0%B0%D1%83%D1%80%D0%B0%D1%88%D1%82%D1%80%D0%B0>,
        <http://lexvo.org/id/term/cat/saurashtra>,
        <http://lexvo.org/id/term/cmn-Hant/%E7%B4%A2%E6%8B%89%E4%BB%80%E7%89%B9%E6%8B%89%E6%96%87>,
        <http://lexvo.org/id/term/cmn/%E7%B4%A2%E6%8B%89%E4%BB%80%E7%89%B9%E6%8B%89%E6%96%87>,
        <http://lexvo.org/id/term/dan/saurashtra>,
        <http://lexvo.org/id/term/deu/Saurashtra>,
        <http://lexvo.org/id/term/ell/%CE%A3%CE%B1%CE%BF%CF%85%CF%81%CE%AC%CF%83%CF%84%CF%81%CE%B1>,
        <http://lexvo.org/id/term/eng-Dsrt/%F0%90%90%9D%F0%90%90%B0%F0%90%90%AD%F0%90%91%89%F0%90%90%AA%F0%90%91%87%F0%90%90%BB%F0%90%91%89%F0%90%90%AA>,
        <http://lexvo.org/id/term/eng/Saurashtra>,
        <http://lexvo.org/id/term/ewe/saurashtra%20gbe%C5%8B%C9%94%C5%8Bl%C9%94>,
        <http://lexvo.org/id/term/fas/%D8%B3%D9%88%D8%B1%D8%A7%D8%B4%D8%AA%D8%B1%D8%A7%DB%8C%DB%8C>,
        <http://lexvo.org/id/term/fin/saurashtra>,
        <http://lexvo.org/id/term/fra/saurachtra>,
        <http://lexvo.org/id/term/fra/saurashtra>,
        <http://lexvo.org/id/term/gsw/Saurashtra>,
        <http://lexvo.org/id/term/guj/%E0%AA%B8%E0%AB%8C%E0%AA%B0%E0%AA%BE%E0%AA%B7%E0%AB%8D%E0%AA%9F%E0%AB%8D%E0%AA%B0>,
        <http://lexvo.org/id/term/hin/%E0%A4%B8%E0%A5%8C%E0%A4%B0%E0%A4%BE%E0%A4%B7%E0%A5%8D%E0%A4%9F%E0%A5%8D%E0%A4%B0>,
        <http://lexvo.org/id/term/hrv/saurashtra%20pismo>,
        <http://lexvo.org/id/term/hun/Szaurastra>,
        <http://lexvo.org/id/term/ind/Saurashtra>,
        <http://lexvo.org/id/term/isl/saurashtra>,
        <http://lexvo.org/id/term/ita/saurashtra>,
        <http://lexvo.org/id/term/jpn/%E3%82%B5%E3%82%A6%E3%83%A9%E3%83%BC%E3%82%B7%E3%83%A5%E3%83%88%E3%83%A9%E6%96%87%E5%AD%97>,
        <http://lexvo.org/id/term/kan/%E0%B2%B8%E0%B3%8C%E0%B2%B0%E0%B2%BE%E0%B2%B7%E0%B3%8D%E0%B2%9F%E0%B3%8D%E0%B2%B0>,
        <http://lexvo.org/id/term/kas/%D8%B3%D9%88%D8%B1%D8%A7%D8%B4%D9%B9%D8%B1%D8%A7>,
        <http://lexvo.org/id/term/kor/%EC%82%AC%EC%9A%B0%EB%9D%BC%EC%8A%88%ED%8A%B8%EB%9D%BC%20%EB%AC%B8%EC%9E%90>,
        <http://lexvo.org/id/term/lao/%E0%BB%82%E0%BA%AA%E0%BA%AE%E0%BA%B1%E0%BA%94%E0%BA%95%E0%BA%A3%E0%BA%B0>,
        <http://lexvo.org/id/term/lit/saura%C5%A1tra>,
        <http://lexvo.org/id/term/mal/%E0%B4%B8%E0%B5%97%E0%B4%B0%E0%B4%BE%E0%B4%B7%E0%B5%8D%E0%B4%9F%E0%B5%8D%E0%B4%B0>,
        <http://lexvo.org/id/term/mar/%E0%A4%B8%E0%A5%8C%E0%A4%B0%E0%A4%BE%E0%A4%B7%E0%A5%8D%E0%A4%9F%E0%A5%8D%E0%A4%B0>,
        <http://lexvo.org/id/term/nep/%E0%A4%B8%E0%A5%8C%E0%A4%B0%E0%A4%BE%E0%A4%B7%E0%A5%8D%E0%A4%9F%E0%A5%8D%E0%A4%B0>,
        <http://lexvo.org/id/term/nld/Saurashtra>,
        <http://lexvo.org/id/term/nno/saurashtra>,
        <http://lexvo.org/id/term/nob/saurashtra>,
        <http://lexvo.org/id/term/ori/%E0%AC%B8%E0%AD%8C%E0%AC%B0%E0%AC%BE%E0%AC%B7%E0%AD%8D%E0%AC%9F%E0%AD%8D%E0%AC%B0>,
        <http://lexvo.org/id/term/pol/saurashtra>,
        <http://lexvo.org/id/term/por/saurashtra>,
        <http://lexvo.org/id/term/roh/saurashtra>,
        <http://lexvo.org/id/term/rus/%D0%A1%D0%B0%D1%83%D1%80%D0%B0%D1%88%D1%82%D1%80%D0%B0>,
        <http://lexvo.org/id/term/spa/saurashtra>,
        <http://lexvo.org/id/term/srp-Latn/saura%C5%A1tra%20pismo>,
        <http://lexvo.org/id/term/srp/%D1%81%D0%B0%D1%83%D1%80%D0%B0%D1%88%D1%82%D1%80%D0%B0%20%D0%BF%D0%B8%D1%81%D0%BC%D0%BE>,
        <http://lexvo.org/id/term/swe/saurashtra>,
        <http://lexvo.org/id/term/tam/%E0%AE%9A%E0%AF%8C%E0%AE%B0%E0%AE%BE%E0%AE%B7%E0%AF%8D%E0%AE%9F%E0%AF%8D%E0%AE%B0%E0%AE%BE>,
        <http://lexvo.org/id/term/tel/%E0%B0%B8%E0%B1%8C%E0%B0%B0%E0%B0%BE%E0%B0%B7%E0%B1%8D%E0%B0%9F%E0%B1%8D%E0%B0%B0>,
        <http://lexvo.org/id/term/tha/%E0%B9%82%E0%B8%AA%E0%B8%A7%E0%B8%A3%E0%B8%B1%E0%B8%AA%E0%B8%95%E0%B8%A3%E0%B8%B0>,
        <http://lexvo.org/id/term/tur/Saurashtra>,
        <http://lexvo.org/id/term/ukr/%D0%A1%D0%B0%D1%83%D1%80%D0%B0%D1%88%D1%82%D1%80%D0%B0>,
        <http://lexvo.org/id/term/vie/Ch%E1%BB%AF%20Saurashtra> .

<http://lexvo.org/id/script/Sgnw> a lvont:Script ;
    rdfs:label "işarət yazısı"@az,
        "চিহ্ন লিখন"@bn,
        "सांकेतिक लेख"@brx,
        "znakovno pismo"@bs,
        "знаковно писмо"@bs-Cyrl,
        "escriptura de signes"@ca,
        "书写符号"@cmn,
        "手語書寫符號"@cmn-Hant,
        "tegnskrift"@da,
        "Gebärdensprache"@de,
        "atsyia nuŋɔŋlɔ"@ee,
        "Νοηματική γραφή"@el,
        "SignWriting"@en,
        "𐐝𐐴𐑌 𐐡𐐴𐐻𐐨𐑍"@en-Dsrt,
        "SignWriting"@es,
        "SignWriting"@fi,
        "SignÉcriture, SignWriting"@fr,
        "écriture des signes"@fr,
        "Gebäärdeschpraach"@gsw,
        "સંકેત લિપી"@gu,
        "सांकेतिक लेख"@hi,
        "znakovno pismo"@hr,
        "Jelírás"@hu,
        "Tulisan Isyarat"@id,
        "linguaggio dei segni"@it,
        "手話文字"@ja,
        "ಸೈನ್‌ರೈಟಿಂಗ್"@kn,
        "수화 문자"@ko,
        "اِشارٲتی لِکھٲے"@ks,
        "ໄຊນ໌ໄຮຕີ້ງ"@lo,
        "ženklų raštas"@lt,
        "ചിഹ്നലിപി"@ml,
        "संकेत लिपी"@mr,
        "tegnskrift"@nb,
        "साइनराइटिङ"@ne,
        "SignWriting"@nl,
        "teiknskrift"@nn,
        "ସାଙ୍କେତିକ ଲିଖ"@or,
        "pismo znakowe"@pl,
        "escrita gestual"@pt,
        "signwriting"@pt,
        "lingua da segns"@rm,
        "Язык знаков"@ru,
        "znakovna pisava"@sl,
        "знаковно писмо"@sr,
        "znakovno pismo"@sr-Latn,
        "teckningsskrift"@sv,
        "ஸைன்எழுத்து"@ta,
        "సంజ్ఞ లిపి"@te,
        "ไซน์ไรติ้ง"@th,
        "İşaret Dili"@tr,
        "Знаковий"@uk,
        "Chữ viết Ký hiệu"@vi ;
    lvont:iso15924Alphacode "Sgnw"^^xsd:string ;
    lvont:label <http://lexvo.org/id/term/aze/i%C5%9Far%C9%99t%20yaz%C4%B1s%C4%B1>,
        <http://lexvo.org/id/term/ben/%E0%A6%9A%E0%A6%BF%E0%A6%B9%E0%A7%8D%E0%A6%A8%20%E0%A6%B2%E0%A6%BF%E0%A6%96%E0%A6%A8>,
        <http://lexvo.org/id/term/bos-Cyrl/%D0%B7%D0%BD%D0%B0%D0%BA%D0%BE%D0%B2%D0%BD%D0%BE%20%D0%BF%D0%B8%D1%81%D0%BC%D0%BE>,
        <http://lexvo.org/id/term/bos/znakovno%20pismo>,
        <http://lexvo.org/id/term/brx/%E0%A4%B8%E0%A4%BE%E0%A4%82%E0%A4%95%E0%A5%87%E0%A4%A4%E0%A4%BF%E0%A4%95%20%E0%A4%B2%E0%A5%87%E0%A4%96>,
        <http://lexvo.org/id/term/cat/escriptura%20de%20signes>,
        <http://lexvo.org/id/term/cmn-Hant/%E6%89%8B%E8%AA%9E%E6%9B%B8%E5%AF%AB%E7%AC%A6%E8%99%9F>,
        <http://lexvo.org/id/term/cmn/%E4%B9%A6%E5%86%99%E7%AC%A6%E5%8F%B7>,
        <http://lexvo.org/id/term/dan/tegnskrift>,
        <http://lexvo.org/id/term/deu/Geb%C3%A4rdensprache>,
        <http://lexvo.org/id/term/ell/%CE%9D%CE%BF%CE%B7%CE%BC%CE%B1%CF%84%CE%B9%CE%BA%CE%AE%20%CE%B3%CF%81%CE%B1%CF%86%CE%AE>,
        <http://lexvo.org/id/term/eng-Dsrt/%F0%90%90%9D%F0%90%90%B4%F0%90%91%8C%20%F0%90%90%A1%F0%90%90%B4%F0%90%90%BB%F0%90%90%A8%F0%90%91%8D>,
        <http://lexvo.org/id/term/eng/SignWriting>,
        <http://lexvo.org/id/term/ewe/atsyia%20nu%C5%8B%C9%94%C5%8Bl%C9%94>,
        <http://lexvo.org/id/term/fin/SignWriting>,
        <http://lexvo.org/id/term/fra/%C3%A9criture%20des%20signes>,
        <http://lexvo.org/id/term/fra/Sign%C3%89criture%2C%20SignWriting>,
        <http://lexvo.org/id/term/gsw/Geb%C3%A4%C3%A4rdeschpraach>,
        <http://lexvo.org/id/term/guj/%E0%AA%B8%E0%AA%82%E0%AA%95%E0%AB%87%E0%AA%A4%20%E0%AA%B2%E0%AA%BF%E0%AA%AA%E0%AB%80>,
        <http://lexvo.org/id/term/hin/%E0%A4%B8%E0%A4%BE%E0%A4%82%E0%A4%95%E0%A5%87%E0%A4%A4%E0%A4%BF%E0%A4%95%20%E0%A4%B2%E0%A5%87%E0%A4%96>,
        <http://lexvo.org/id/term/hrv/znakovno%20pismo>,
        <http://lexvo.org/id/term/hun/Jel%C3%ADr%C3%A1s>,
        <http://lexvo.org/id/term/ind/Tulisan%20Isyarat>,
        <http://lexvo.org/id/term/ita/linguaggio%20dei%20segni>,
        <http://lexvo.org/id/term/jpn/%E6%89%8B%E8%A9%B1%E6%96%87%E5%AD%97>,
        <http://lexvo.org/id/term/kan/%E0%B2%B8%E0%B3%88%E0%B2%A8%E0%B3%8D%E2%80%8C%E0%B2%B0%E0%B3%88%E0%B2%9F%E0%B2%BF%E0%B2%82%E0%B2%97%E0%B3%8D>,
        <http://lexvo.org/id/term/kas/%D8%A7%D9%90%D8%B4%D8%A7%D8%B1%D9%B2%D8%AA%DB%8C%20%D9%84%D9%90%DA%A9%DA%BE%D9%B2%DB%92>,
        <http://lexvo.org/id/term/kor/%EC%88%98%ED%99%94%20%EB%AC%B8%EC%9E%90>,
        <http://lexvo.org/id/term/lao/%E0%BB%84%E0%BA%8A%E0%BA%99%E0%BB%8C%E0%BB%84%E0%BA%AE%E0%BA%95%E0%BA%B5%E0%BB%89%E0%BA%87>,
        <http://lexvo.org/id/term/lit/%C5%BEenkl%C5%B3%20ra%C5%A1tas>,
        <http://lexvo.org/id/term/mal/%E0%B4%9A%E0%B4%BF%E0%B4%B9%E0%B5%8D%E0%B4%A8%E0%B4%B2%E0%B4%BF%E0%B4%AA%E0%B4%BF>,
        <http://lexvo.org/id/term/mar/%E0%A4%B8%E0%A4%82%E0%A4%95%E0%A5%87%E0%A4%A4%20%E0%A4%B2%E0%A4%BF%E0%A4%AA%E0%A5%80>,
        <http://lexvo.org/id/term/nep/%E0%A4%B8%E0%A4%BE%E0%A4%87%E0%A4%A8%E0%A4%B0%E0%A4%BE%E0%A4%87%E0%A4%9F%E0%A4%BF%E0%A4%99>,
        <http://lexvo.org/id/term/nld/SignWriting>,
        <http://lexvo.org/id/term/nno/teiknskrift>,
        <http://lexvo.org/id/term/nob/tegnskrift>,
        <http://lexvo.org/id/term/ori/%E0%AC%B8%E0%AC%BE%E0%AC%99%E0%AD%8D%E0%AC%95%E0%AD%87%E0%AC%A4%E0%AC%BF%E0%AC%95%20%E0%AC%B2%E0%AC%BF%E0%AC%96>,
        <http://lexvo.org/id/term/pol/pismo%20znakowe>,
        <http://lexvo.org/id/term/por/escrita%20gestual>,
        <http://lexvo.org/id/term/por/signwriting>,
        <http://lexvo.org/id/term/roh/lingua%20da%20segns>,
        <http://lexvo.org/id/term/rus/%D0%AF%D0%B7%D1%8B%D0%BA%20%D0%B7%D0%BD%D0%B0%D0%BA%D0%BE%D0%B2>,
        <http://lexvo.org/id/term/slv/znakovna%20pisava>,
        <http://lexvo.org/id/term/spa/SignWriting>,
        <http://lexvo.org/id/term/srp-Latn/znakovno%20pismo>,
        <http://lexvo.org/id/term/srp/%D0%B7%D0%BD%D0%B0%D0%BA%D0%BE%D0%B2%D0%BD%D0%BE%20%D0%BF%D0%B8%D1%81%D0%BC%D0%BE>,
        <http://lexvo.org/id/term/swe/teckningsskrift>,
        <http://lexvo.org/id/term/tam/%E0%AE%B8%E0%AF%88%E0%AE%A9%E0%AF%8D%E0%AE%8E%E0%AE%B4%E0%AF%81%E0%AE%A4%E0%AF%8D%E0%AE%A4%E0%AF%81>,
        <http://lexvo.org/id/term/tel/%E0%B0%B8%E0%B0%82%E0%B0%9C%E0%B1%8D%E0%B0%9E%20%E0%B0%B2%E0%B0%BF%E0%B0%AA%E0%B0%BF>,
        <http://lexvo.org/id/term/tha/%E0%B9%84%E0%B8%8B%E0%B8%99%E0%B9%8C%E0%B9%84%E0%B8%A3%E0%B8%95%E0%B8%B4%E0%B9%89%E0%B8%87>,
        <http://lexvo.org/id/term/tur/%C4%B0%C5%9Faret%20Dili>,
        <http://lexvo.org/id/term/ukr/%D0%97%D0%BD%D0%B0%D0%BA%D0%BE%D0%B2%D0%B8%D0%B9>,
        <http://lexvo.org/id/term/vie/Ch%E1%BB%AF%20vi%E1%BA%BFt%20K%C3%BD%20hi%E1%BB%87u> .

<http://lexvo.org/id/script/Shaw> a lvont:Script ;
    rdfs:label "የሻቪያ ፊደል"@am,
        "الشواني"@ar,
        "şavyan"@az,
        "সাভিয়ান"@bn,
        "शेवियन"@brx,
        "šavian pismo"@bs,
        "шавијанско писмо"@bs-Cyrl,
        "shavià"@ca,
        "萧伯纳式文"@cmn,
        "簫柏納字符"@cmn-Hant,
        "shawova abeceda"@cs,
        "shavisk"@da,
        "Shaw-Alphabet"@de,
        "tsavia gbeŋɔŋlɔ"@ee,
        "Σαβιανό"@el,
        "Shavian"@en,
        "Shavian (Shaw)"@en,
        "𐐟𐐩𐑂𐐨𐐲𐑌"@en-Dsrt,
        "shaviano"@es,
        "Shaw tähestik"@et,
        "شاوی"@fa,
        "shaw’lainen"@fi,
        "shavien"@fr,
        "shavien (Shaw)"@fr,
        "Shaw-Alphabet"@gsw,
        "શાવિયાન"@gu,
        "शावियान"@hi,
        "shavian pismo"@hr,
        "Shaw ábécé"@hu,
        "Shavia"@id,
        "shavíska"@is,
        "shaviano"@it,
        "ショー文字"@ja,
        "ಶಾವಿಯಾನ್"@kn,
        "샤비안 문자"@ko,
        "شاویَن"@ks,
        "ຊອວຽນ"@lo,
        "šavių"@lt,
        "ഷാവിയൻ"@ml,
        "शॅव्हियन"@mr,
        "shavisk"@nb,
        "शाभियन"@ne,
        "Shavian"@nl,
        "shavisk"@nn,
        "ସାବିୟାନ୍"@or,
        "shawa"@pl,
        "shaviano"@pt,
        "shavian"@rm,
        "Алфавит Шоу"@ru,
        "šojevski"@sl,
        "шавијанско писмо"@sr,
        "šavian pismo"@sr-Latn,
        "shawiska"@sv,
        "ஷவியான்"@ta,
        "షవియాన్"@te,
        "ซอเวียน"@th,
        "Shavian"@tr,
        "Шоу"@uk,
        "Chữ Shavian"@vi ;
    lvont:iso15924Alphacode "Shaw"^^xsd:string ;
    lvont:label <http://lexvo.org/id/term/amh/%E1%8B%A8%E1%88%BB%E1%89%AA%E1%8B%AB%20%E1%8D%8A%E1%8B%B0%E1%88%8D>,
        <http://lexvo.org/id/term/ara/%D8%A7%D9%84%D8%B4%D9%88%D8%A7%D9%86%D9%8A>,
        <http://lexvo.org/id/term/aze/%C5%9Favyan>,
        <http://lexvo.org/id/term/ben/%E0%A6%B8%E0%A6%BE%E0%A6%AD%E0%A6%BF%E0%A6%AF%E0%A6%BC%E0%A6%BE%E0%A6%A8>,
        <http://lexvo.org/id/term/bos-Cyrl/%D1%88%D0%B0%D0%B2%D0%B8%D1%98%D0%B0%D0%BD%D1%81%D0%BA%D0%BE%20%D0%BF%D0%B8%D1%81%D0%BC%D0%BE>,
        <http://lexvo.org/id/term/bos/%C5%A1avian%20pismo>,
        <http://lexvo.org/id/term/brx/%E0%A4%B6%E0%A5%87%E0%A4%B5%E0%A4%BF%E0%A4%AF%E0%A4%A8>,
        <http://lexvo.org/id/term/cat/shavi%C3%A0>,
        <http://lexvo.org/id/term/ces/shawova%20abeceda>,
        <http://lexvo.org/id/term/cmn-Hant/%E7%B0%AB%E6%9F%8F%E7%B4%8D%E5%AD%97%E7%AC%A6>,
        <http://lexvo.org/id/term/cmn/%E8%90%A7%E4%BC%AF%E7%BA%B3%E5%BC%8F%E6%96%87>,
        <http://lexvo.org/id/term/dan/shavisk>,
        <http://lexvo.org/id/term/deu/Shaw-Alphabet>,
        <http://lexvo.org/id/term/ell/%CE%A3%CE%B1%CE%B2%CE%B9%CE%B1%CE%BD%CF%8C>,
        <http://lexvo.org/id/term/eng-Dsrt/%F0%90%90%9F%F0%90%90%A9%F0%90%91%82%F0%90%90%A8%F0%90%90%B2%F0%90%91%8C>,
        <http://lexvo.org/id/term/eng/Shavian>,
        <http://lexvo.org/id/term/eng/Shavian%20(Shaw)>,
        <http://lexvo.org/id/term/est/Shaw%20t%C3%A4hestik>,
        <http://lexvo.org/id/term/ewe/tsavia%20gbe%C5%8B%C9%94%C5%8Bl%C9%94>,
        <http://lexvo.org/id/term/fas/%D8%B4%D8%A7%D9%88%DB%8C>,
        <http://lexvo.org/id/term/fin/shaw%E2%80%99lainen>,
        <http://lexvo.org/id/term/fra/shavien>,
        <http://lexvo.org/id/term/fra/shavien%20(Shaw)>,
        <http://lexvo.org/id/term/gsw/Shaw-Alphabet>,
        <http://lexvo.org/id/term/guj/%E0%AA%B6%E0%AA%BE%E0%AA%B5%E0%AA%BF%E0%AA%AF%E0%AA%BE%E0%AA%A8>,
        <http://lexvo.org/id/term/hin/%E0%A4%B6%E0%A4%BE%E0%A4%B5%E0%A4%BF%E0%A4%AF%E0%A4%BE%E0%A4%A8>,
        <http://lexvo.org/id/term/hrv/shavian%20pismo>,
        <http://lexvo.org/id/term/hun/Shaw%20%C3%A1b%C3%A9c%C3%A9>,
        <http://lexvo.org/id/term/ind/Shavia>,
        <http://lexvo.org/id/term/isl/shav%C3%ADska>,
        <http://lexvo.org/id/term/ita/shaviano>,
        <http://lexvo.org/id/term/jpn/%E3%82%B7%E3%83%A7%E3%83%BC%E6%96%87%E5%AD%97>,
        <http://lexvo.org/id/term/kan/%E0%B2%B6%E0%B2%BE%E0%B2%B5%E0%B2%BF%E0%B2%AF%E0%B2%BE%E0%B2%A8%E0%B3%8D>,
        <http://lexvo.org/id/term/kas/%D8%B4%D8%A7%D9%88%DB%8C%D9%8E%D9%86>,
        <http://lexvo.org/id/term/kor/%EC%83%A4%EB%B9%84%EC%95%88%20%EB%AC%B8%EC%9E%90>,
        <http://lexvo.org/id/term/lao/%E0%BA%8A%E0%BA%AD%E0%BA%A7%E0%BA%BD%E0%BA%99>,
        <http://lexvo.org/id/term/lit/%C5%A1avi%C5%B3>,
        <http://lexvo.org/id/term/mal/%E0%B4%B7%E0%B4%BE%E0%B4%B5%E0%B4%BF%E0%B4%AF%E0%B5%BB>,
        <http://lexvo.org/id/term/mar/%E0%A4%B6%E0%A5%85%E0%A4%B5%E0%A5%8D%E0%A4%B9%E0%A4%BF%E0%A4%AF%E0%A4%A8>,
        <http://lexvo.org/id/term/nep/%E0%A4%B6%E0%A4%BE%E0%A4%AD%E0%A4%BF%E0%A4%AF%E0%A4%A8>,
        <http://lexvo.org/id/term/nld/Shavian>,
        <http://lexvo.org/id/term/nno/shavisk>,
        <http://lexvo.org/id/term/nob/shavisk>,
        <http://lexvo.org/id/term/ori/%E0%AC%B8%E0%AC%BE%E0%AC%AC%E0%AC%BF%E0%AD%9F%E0%AC%BE%E0%AC%A8%E0%AD%8D>,
        <http://lexvo.org/id/term/pol/shawa>,
        <http://lexvo.org/id/term/por/shaviano>,
        <http://lexvo.org/id/term/roh/shavian>,
        <http://lexvo.org/id/term/rus/%D0%90%D0%BB%D1%84%D0%B0%D0%B2%D0%B8%D1%82%20%D0%A8%D0%BE%D1%83>,
        <http://lexvo.org/id/term/slv/%C5%A1ojevski>,
        <http://lexvo.org/id/term/spa/shaviano>,
        <http://lexvo.org/id/term/srp-Latn/%C5%A1avian%20pismo>,
        <http://lexvo.org/id/term/srp/%D1%88%D0%B0%D0%B2%D0%B8%D1%98%D0%B0%D0%BD%D1%81%D0%BA%D0%BE%20%D0%BF%D0%B8%D1%81%D0%BC%D0%BE>,
        <http://lexvo.org/id/term/swe/shawiska>,
        <http://lexvo.org/id/term/tam/%E0%AE%B7%E0%AE%B5%E0%AE%BF%E0%AE%AF%E0%AE%BE%E0%AE%A9%E0%AF%8D>,
        <http://lexvo.org/id/term/tel/%E0%B0%B7%E0%B0%B5%E0%B0%BF%E0%B0%AF%E0%B0%BE%E0%B0%A8%E0%B1%8D>,
        <http://lexvo.org/id/term/tha/%E0%B8%8B%E0%B8%AD%E0%B9%80%E0%B8%A7%E0%B8%B5%E0%B8%A2%E0%B8%99>,
        <http://lexvo.org/id/term/tur/Shavian>,
        <http://lexvo.org/id/term/ukr/%D0%A8%D0%BE%D1%83>,
        <http://lexvo.org/id/term/vie/Ch%E1%BB%AF%20Shavian> .

<http://lexvo.org/id/script/Shrd> a lvont:Script ;
    rdfs:label "shrada"@ca,
        "夏拉达文"@cmn,
        "夏拉達文"@cmn-Hant,
        "Sharada"@en,
        "Sharada, Śāradā"@en,
        "sarada"@fi,
        "charada"@fr,
        "charada, shard"@fr,
        "Sharada"@id,
        "シャーラダー文字"@ja,
        "사라다 문자"@ko,
        "ຊາຮາດາ"@lo,
        "śarada"@pl,
        "sharada"@sv,
        "ชาราดา"@th,
        "Chữ Sharada"@vi ;
    lvont:iso15924Alphacode "Shrd"^^xsd:string ;
    lvont:label <http://lexvo.org/id/term/cat/shrada>,
        <http://lexvo.org/id/term/cmn-Hant/%E5%A4%8F%E6%8B%89%E9%81%94%E6%96%87>,
        <http://lexvo.org/id/term/cmn/%E5%A4%8F%E6%8B%89%E8%BE%BE%E6%96%87>,
        <http://lexvo.org/id/term/eng/Sharada>,
        <http://lexvo.org/id/term/eng/Sharada%2C%20%C5%9A%C4%81rad%C4%81>,
        <http://lexvo.org/id/term/fin/sarada>,
        <http://lexvo.org/id/term/fra/charada>,
        <http://lexvo.org/id/term/fra/charada%2C%20shard>,
        <http://lexvo.org/id/term/ind/Sharada>,
        <http://lexvo.org/id/term/jpn/%E3%82%B7%E3%83%A3%E3%83%BC%E3%83%A9%E3%83%80%E3%83%BC%E6%96%87%E5%AD%97>,
        <http://lexvo.org/id/term/kor/%EC%82%AC%EB%9D%BC%EB%8B%A4%20%EB%AC%B8%EC%9E%90>,
        <http://lexvo.org/id/term/lao/%E0%BA%8A%E0%BA%B2%E0%BA%AE%E0%BA%B2%E0%BA%94%E0%BA%B2>,
        <http://lexvo.org/id/term/pol/%C5%9Barada>,
        <http://lexvo.org/id/term/swe/sharada>,
        <http://lexvo.org/id/term/tha/%E0%B8%8A%E0%B8%B2%E0%B8%A3%E0%B8%B2%E0%B8%94%E0%B8%B2>,
        <http://lexvo.org/id/term/vie/Ch%E1%BB%AF%20Sharada> .

<http://lexvo.org/id/script/Sind> a lvont:Script ;
    rdfs:label "devangari"@ca,
        "信德文"@cmn,
        "信德文"@cmn-Hant,
        "Khudawadi"@en,
        "Khudawadi, Sindhi"@en,
        "khudabadi"@fi,
        "khoudawadî, sindhî"@fr,
        "sindhî"@fr,
        "Khudawadi"@id,
        "クダワディ文字"@ja,
        "쿠다와디 문자"@ko,
        "ດຸດາວາດີ"@lo,
        "khudawadi"@pl,
        "sindhiska"@sv,
        "คุดาวาดี"@th,
        "Chữ Khudawadi"@vi ;
    lvont:iso15924Alphacode "Sind"^^xsd:string ;
    lvont:label <http://lexvo.org/id/term/cat/devangari>,
        <http://lexvo.org/id/term/cmn-Hant/%E4%BF%A1%E5%BE%B7%E6%96%87>,
        <http://lexvo.org/id/term/cmn/%E4%BF%A1%E5%BE%B7%E6%96%87>,
        <http://lexvo.org/id/term/eng/Khudawadi>,
        <http://lexvo.org/id/term/eng/Khudawadi%2C%20Sindhi>,
        <http://lexvo.org/id/term/fin/khudabadi>,
        <http://lexvo.org/id/term/fra/khoudawad%C3%AE%2C%20sindh%C3%AE>,
        <http://lexvo.org/id/term/fra/sindh%C3%AE>,
        <http://lexvo.org/id/term/ind/Khudawadi>,
        <http://lexvo.org/id/term/jpn/%E3%82%AF%E3%83%80%E3%83%AF%E3%83%87%E3%82%A3%E6%96%87%E5%AD%97>,
        <http://lexvo.org/id/term/kor/%EC%BF%A0%EB%8B%A4%EC%99%80%EB%94%94%20%EB%AC%B8%EC%9E%90>,
        <http://lexvo.org/id/term/lao/%E0%BA%94%E0%BA%B8%E0%BA%94%E0%BA%B2%E0%BA%A7%E0%BA%B2%E0%BA%94%E0%BA%B5>,
        <http://lexvo.org/id/term/pol/khudawadi>,
        <http://lexvo.org/id/term/swe/sindhiska>,
        <http://lexvo.org/id/term/tha/%E0%B8%84%E0%B8%B8%E0%B8%94%E0%B8%B2%E0%B8%A7%E0%B8%B2%E0%B8%94%E0%B8%B5>,
        <http://lexvo.org/id/term/vie/Ch%E1%BB%AF%20Khudawadi> .

<http://lexvo.org/id/script/Sinh> a lvont:Script ;
    rdfs:label "Sinhala"@af,
        "ሲንሃላ"@am,
        "السينهالا"@ar,
        "cingalés"@ast,
        "sinhala"@az,
        "Синхалска"@bg,
        "সিংহলি"@bn,
        "singhalek"@br,
        "सिंहाली"@brx,
        "sinhala pismo"@bs,
        "синхала писмо"@bs-Cyrl,
        "singalès"@ca,
        "僧伽罗文"@cmn,
        "辛哈拉文"@cmn-Hans,
        "錫蘭文"@cmn-Hant,
        "sinhálské"@cs,
        "singalesisk"@da,
        "Singhalesisch"@de,
        "སིན་ཧ་ལ་རིག་གུ"@dz,
        "sinhalagbeŋɔŋlɔ"@ee,
        "Σινχάλα"@el,
        "Sinhala"@en,
        "𐐝𐐮𐑌𐐸𐐪𐑊𐐲"@en-Dsrt,
        "binhala"@es,
        "singali"@et,
        "Sinhalarra"@eu,
        "سینهالی"@fa,
        "sinhalilainen"@fi,
        "Sinhala"@fil,
        "cingalais"@fr,
        "singhalais"@fr,
        "sinhala"@fur,
        "Sinhala"@gd,
        "Cingalés"@gl,
        "Singhalesisch"@gsw,
        "સિંહલી"@gu,
        "סינהלה"@he,
        "सिहंली"@hi,
        "singaleško pismo"@hr,
        "Szingaléz"@hu,
        "Sinhala"@id,
        "Sinhala"@is,
        "singalese"@it,
        "シンハラ文字"@ja,
        "singales"@kea,
        "Сингаль"@kk,
        "ស្រីលង្ការ"@km,
        "ಸಿಂಹಳ"@kn,
        "신할라 문자"@ko,
        "سِنہالا"@ks,
        "singjaleesesche Schreff"@ksh,
        "ສິນຫາລາ"@lo,
        "sinhalų"@lt,
        "sinhalas"@lv,
        "синхала писмо"@mk,
        "സിംഹള"@ml,
        "सिंहली"@mr,
        "ဆင်ဟာလ"@my,
        "sinhala"@nb,
        "सिन्हाला"@ne,
        "Sinhala"@nl,
        "sinhala"@nn,
        "ସିଂହଳ"@or,
        "syngaleskie"@pl,
        "cingalês"@pt,
        "singalais"@rm,
        "singaleză"@ro,
        "Сингальская"@ru,
        "සිංහල"@si,
        "Sinhálske písmo"@sk,
        "sinhalski"@sl,
        "синхала писмо"@sr,
        "sinhala pismo"@sr-Latn,
        "singalesiska"@sv,
        "Kisinhala"@swh,
        "சிங்கலம்"@ta,
        "సింహాల"@te,
        "สิงหล"@th,
        "tohinima fakaselengika"@to,
        "Seylan"@tr,
        "Сингальський"@uk,
        "سنہالا"@ur,
        "Chữ Sinhala"@vi,
        "Singalesiš"@wae,
        "Sinhala"@zsm,
        "i-Sinhala"@zu ;
    lvont:iso15924Alphacode "Sinh"^^xsd:string ;
    lvont:label <http://lexvo.org/id/term/afr/Sinhala>,
        <http://lexvo.org/id/term/amh/%E1%88%B2%E1%8A%95%E1%88%83%E1%88%8B>,
        <http://lexvo.org/id/term/ara/%D8%A7%D9%84%D8%B3%D9%8A%D9%86%D9%87%D8%A7%D9%84%D8%A7>,
        <http://lexvo.org/id/term/ast/cingal%C3%A9s>,
        <http://lexvo.org/id/term/aze/sinhala>,
        <http://lexvo.org/id/term/ben/%E0%A6%B8%E0%A6%BF%E0%A6%82%E0%A6%B9%E0%A6%B2%E0%A6%BF>,
        <http://lexvo.org/id/term/bos-Cyrl/%D1%81%D0%B8%D0%BD%D1%85%D0%B0%D0%BB%D0%B0%20%D0%BF%D0%B8%D1%81%D0%BC%D0%BE>,
        <http://lexvo.org/id/term/bos/sinhala%20pismo>,
        <http://lexvo.org/id/term/bre/singhalek>,
        <http://lexvo.org/id/term/brx/%E0%A4%B8%E0%A4%BF%E0%A4%82%E0%A4%B9%E0%A4%BE%E0%A4%B2%E0%A5%80>,
        <http://lexvo.org/id/term/bul/%D0%A1%D0%B8%D0%BD%D1%85%D0%B0%D0%BB%D1%81%D0%BA%D0%B0>,
        <http://lexvo.org/id/term/cat/singal%C3%A8s>,
        <http://lexvo.org/id/term/ces/sinh%C3%A1lsk%C3%A9>,
        <http://lexvo.org/id/term/cmn-Hans/%E8%BE%9B%E5%93%88%E6%8B%89%E6%96%87>,
        <http://lexvo.org/id/term/cmn-Hant/%E9%8C%AB%E8%98%AD%E6%96%87>,
        <http://lexvo.org/id/term/cmn/%E5%83%A7%E4%BC%BD%E7%BD%97%E6%96%87>,
        <http://lexvo.org/id/term/dan/singalesisk>,
        <http://lexvo.org/id/term/deu/Singhalesisch>,
        <http://lexvo.org/id/term/dzo/%E0%BD%A6%E0%BD%B2%E0%BD%93%E0%BC%8B%E0%BD%A7%E0%BC%8B%E0%BD%A3%E0%BC%8B%E0%BD%A2%E0%BD%B2%E0%BD%82%E0%BC%8B%E0%BD%82%E0%BD%B4>,
        <http://lexvo.org/id/term/ell/%CE%A3%CE%B9%CE%BD%CF%87%CE%AC%CE%BB%CE%B1>,
        <http://lexvo.org/id/term/eng-Dsrt/%F0%90%90%9D%F0%90%90%AE%F0%90%91%8C%F0%90%90%B8%F0%90%90%AA%F0%90%91%8A%F0%90%90%B2>,
        <http://lexvo.org/id/term/eng/Sinhala>,
        <http://lexvo.org/id/term/est/singali>,
        <http://lexvo.org/id/term/eus/Sinhalarra>,
        <http://lexvo.org/id/term/ewe/sinhalagbe%C5%8B%C9%94%C5%8Bl%C9%94>,
        <http://lexvo.org/id/term/fas/%D8%B3%DB%8C%D9%86%D9%87%D8%A7%D9%84%DB%8C>,
        <http://lexvo.org/id/term/fil/Sinhala>,
        <http://lexvo.org/id/term/fin/sinhalilainen>,
        <http://lexvo.org/id/term/fra/cingalais>,
        <http://lexvo.org/id/term/fra/singhalais>,
        <http://lexvo.org/id/term/fur/sinhala>,
        <http://lexvo.org/id/term/gla/Sinhala>,
        <http://lexvo.org/id/term/glg/Cingal%C3%A9s>,
        <http://lexvo.org/id/term/gsw/Singhalesisch>,
        <http://lexvo.org/id/term/guj/%E0%AA%B8%E0%AA%BF%E0%AA%82%E0%AA%B9%E0%AA%B2%E0%AB%80>,
        <http://lexvo.org/id/term/heb/%D7%A1%D7%99%D7%A0%D7%94%D7%9C%D7%94>,
        <http://lexvo.org/id/term/hin/%E0%A4%B8%E0%A4%BF%E0%A4%B9%E0%A4%82%E0%A4%B2%E0%A5%80>,
        <http://lexvo.org/id/term/hrv/singale%C5%A1ko%20pismo>,
        <http://lexvo.org/id/term/hun/Szingal%C3%A9z>,
        <http://lexvo.org/id/term/ind/Sinhala>,
        <http://lexvo.org/id/term/isl/Sinhala>,
        <http://lexvo.org/id/term/ita/singalese>,
        <http://lexvo.org/id/term/jpn/%E3%82%B7%E3%83%B3%E3%83%8F%E3%83%A9%E6%96%87%E5%AD%97>,
        <http://lexvo.org/id/term/kan/%E0%B2%B8%E0%B2%BF%E0%B2%82%E0%B2%B9%E0%B2%B3>,
        <http://lexvo.org/id/term/kas/%D8%B3%D9%90%D9%86%DB%81%D8%A7%D9%84%D8%A7>,
        <http://lexvo.org/id/term/kaz/%D0%A1%D0%B8%D0%BD%D0%B3%D0%B0%D0%BB%D1%8C>,
        <http://lexvo.org/id/term/kea/singales>,
        <http://lexvo.org/id/term/khm/%E1%9E%9F%E1%9F%92%E1%9E%9A%E1%9E%B8%E1%9E%9B%E1%9E%84%E1%9F%92%E1%9E%80%E1%9E%B6%E1%9E%9A>,
        <http://lexvo.org/id/term/kor/%EC%8B%A0%ED%95%A0%EB%9D%BC%20%EB%AC%B8%EC%9E%90>,
        <http://lexvo.org/id/term/ksh/singjaleesesche%20Schreff>,
        <http://lexvo.org/id/term/lao/%E0%BA%AA%E0%BA%B4%E0%BA%99%E0%BA%AB%E0%BA%B2%E0%BA%A5%E0%BA%B2>,
        <http://lexvo.org/id/term/lav/sinhalas>,
        <http://lexvo.org/id/term/lit/sinhal%C5%B3>,
        <http://lexvo.org/id/term/mal/%E0%B4%B8%E0%B4%BF%E0%B4%82%E0%B4%B9%E0%B4%B3>,
        <http://lexvo.org/id/term/mar/%E0%A4%B8%E0%A4%BF%E0%A4%82%E0%A4%B9%E0%A4%B2%E0%A5%80>,
        <http://lexvo.org/id/term/mkd/%D1%81%D0%B8%D0%BD%D1%85%D0%B0%D0%BB%D0%B0%20%D0%BF%D0%B8%D1%81%D0%BC%D0%BE>,
        <http://lexvo.org/id/term/mya/%E1%80%86%E1%80%84%E1%80%BA%E1%80%9F%E1%80%AC%E1%80%9C>,
        <http://lexvo.org/id/term/nep/%E0%A4%B8%E0%A4%BF%E0%A4%A8%E0%A5%8D%E0%A4%B9%E0%A4%BE%E0%A4%B2%E0%A4%BE>,
        <http://lexvo.org/id/term/nld/Sinhala>,
        <http://lexvo.org/id/term/nno/sinhala>,
        <http://lexvo.org/id/term/nob/sinhala>,
        <http://lexvo.org/id/term/ori/%E0%AC%B8%E0%AC%BF%E0%AC%82%E0%AC%B9%E0%AC%B3>,
        <http://lexvo.org/id/term/pol/syngaleskie>,
        <http://lexvo.org/id/term/por/cingal%C3%AAs>,
        <http://lexvo.org/id/term/roh/singalais>,
        <http://lexvo.org/id/term/ron/singalez%C4%83>,
        <http://lexvo.org/id/term/rus/%D0%A1%D0%B8%D0%BD%D0%B3%D0%B0%D0%BB%D1%8C%D1%81%D0%BA%D0%B0%D1%8F>,
        <http://lexvo.org/id/term/sin/%E0%B7%83%E0%B7%92%E0%B6%82%E0%B7%84%E0%B6%BD>,
        <http://lexvo.org/id/term/slk/Sinh%C3%A1lske%20p%C3%ADsmo>,
        <http://lexvo.org/id/term/slv/sinhalski>,
        <http://lexvo.org/id/term/spa/binhala>,
        <http://lexvo.org/id/term/srp-Latn/sinhala%20pismo>,
        <http://lexvo.org/id/term/srp/%D1%81%D0%B8%D0%BD%D1%85%D0%B0%D0%BB%D0%B0%20%D0%BF%D0%B8%D1%81%D0%BC%D0%BE>,
        <http://lexvo.org/id/term/swe/singalesiska>,
        <http://lexvo.org/id/term/swh/Kisinhala>,
        <http://lexvo.org/id/term/tam/%E0%AE%9A%E0%AE%BF%E0%AE%99%E0%AF%8D%E0%AE%95%E0%AE%B2%E0%AE%AE%E0%AF%8D>,
        <http://lexvo.org/id/term/tel/%E0%B0%B8%E0%B0%BF%E0%B0%82%E0%B0%B9%E0%B0%BE%E0%B0%B2>,
        <http://lexvo.org/id/term/tha/%E0%B8%AA%E0%B8%B4%E0%B8%87%E0%B8%AB%E0%B8%A5>,
        <http://lexvo.org/id/term/ton/tohinima%20fakaselengika>,
        <http://lexvo.org/id/term/tur/Seylan>,
        <http://lexvo.org/id/term/ukr/%D0%A1%D0%B8%D0%BD%D0%B3%D0%B0%D0%BB%D1%8C%D1%81%D1%8C%D0%BA%D0%B8%D0%B9>,
        <http://lexvo.org/id/term/urd/%D8%B3%D9%86%DB%81%D8%A7%D9%84%D8%A7>,
        <http://lexvo.org/id/term/vie/Ch%E1%BB%AF%20Sinhala>,
        <http://lexvo.org/id/term/wae/Singalesi%C5%A1>,
        <http://lexvo.org/id/term/zsm/Sinhala>,
        <http://lexvo.org/id/term/zul/i-Sinhala> .

<http://lexvo.org/id/script/Sora> a lvont:Script ;
    rdfs:label "sora sompeng"@ca,
        "索朗桑朋文"@cmn,
        "索朗桑朋文字"@cmn-Hant,
        "Sora Sompeng"@en,
        "sorang sompeng"@fi,
        "sora sompeng"@fr,
        "Sora Sompeng"@id,
        "ソラング・ソンペング文字"@ja,
        "소라 솜펭 문자"@ko,
        "ໂສຮາສົມເປັງ"@lo,
        "sorang sompeng"@pl,
        "sora sompeng"@sv,
        "โสราสมเป็ง"@th,
        "Chữ Sora Sompeng"@vi ;
    lvont:iso15924Alphacode "Sora"^^xsd:string ;
    lvont:label <http://lexvo.org/id/term/cat/sora%20sompeng>,
        <http://lexvo.org/id/term/cmn-Hant/%E7%B4%A2%E6%9C%97%E6%A1%91%E6%9C%8B%E6%96%87%E5%AD%97>,
        <http://lexvo.org/id/term/cmn/%E7%B4%A2%E6%9C%97%E6%A1%91%E6%9C%8B%E6%96%87>,
        <http://lexvo.org/id/term/eng/Sora%20Sompeng>,
        <http://lexvo.org/id/term/fin/sorang%20sompeng>,
        <http://lexvo.org/id/term/fra/sora%20sompeng>,
        <http://lexvo.org/id/term/ind/Sora%20Sompeng>,
        <http://lexvo.org/id/term/jpn/%E3%82%BD%E3%83%A9%E3%83%B3%E3%82%B0%E3%83%BB%E3%82%BD%E3%83%B3%E3%83%9A%E3%83%B3%E3%82%B0%E6%96%87%E5%AD%97>,
        <http://lexvo.org/id/term/kor/%EC%86%8C%EB%9D%BC%20%EC%86%9C%ED%8E%AD%20%EB%AC%B8%EC%9E%90>,
        <http://lexvo.org/id/term/lao/%E0%BB%82%E0%BA%AA%E0%BA%AE%E0%BA%B2%E0%BA%AA%E0%BA%BB%E0%BA%A1%E0%BB%80%E0%BA%9B%E0%BA%B1%E0%BA%87>,
        <http://lexvo.org/id/term/pol/sorang%20sompeng>,
        <http://lexvo.org/id/term/swe/sora%20sompeng>,
        <http://lexvo.org/id/term/tha/%E0%B9%82%E0%B8%AA%E0%B8%A3%E0%B8%B2%E0%B8%AA%E0%B8%A1%E0%B9%80%E0%B8%9B%E0%B9%87%E0%B8%87>,
        <http://lexvo.org/id/term/vie/Ch%E1%BB%AF%20Sora%20Sompeng> .

<http://lexvo.org/id/script/Sund> a lvont:Script ;
    rdfs:label "السوندانية"@ar,
        "sundan"@az,
        "Сунданска"@bg,
        "সান্দানিজ"@bn,
        "sundanek"@br,
        "सूडानी"@brx,
        "sudansko pismo"@bs,
        "суданско писмо"@bs-Cyrl,
        "sundanès"@ca,
        "巽他文"@cmn,
        "巽他文"@cmn-Hant,
        "sundanesisk"@da,
        "Sundanesisch"@de,
        "sundana gbeŋɔŋlɔ"@ee,
        "Σουδανεζικό"@el,
        "Sundanese"@en,
        "𐐝𐐲𐑌𐐼𐐲𐑌𐐨𐑆"@en-Dsrt,
        "sundanés"@es,
        "sundalainen"@fi,
        "sundanais"@fr,
        "Sundanesisch"@gsw,
        "સુદાનીઝ"@gu,
        "सूडानी"@hi,
        "sudansko pismo"@hr,
        "Szundanéz"@hu,
        "Sunda"@id,
        "sundanesíska"@is,
        "sundanese"@it,
        "スンダ文字"@ja,
        "ಸುಂಡಾನೀಸ್"@kn,
        "순다 문자"@ko,
        "سَنڈَنیٖز"@ks,
        "ຊຸນດາ"@lo,
        "sundų"@lt,
        "zundu"@lv,
        "സന്താനീസ്"@ml,
        "सूदानी"@mr,
        "ဆူဒန်"@my,
        "sundanesisk"@nb,
        "सुडानी"@ne,
        "Soendanees"@nl,
        "sundanesisk"@nn,
        "ସୁଦାନୀଜ୍"@or,
        "sundajskie"@pl,
        "sundanês"@pt,
        "sundanais"@rm,
        "Сунданская"@ru,
        "sundanski"@sl,
        "суданско писмо"@sr,
        "sudansko pismo"@sr-Latn,
        "sundanesiska"@sv,
        "சுந்தானீஸ்"@ta,
        "సుడానీస్"@te,
        "ซุนดา"@th,
        "Sunda"@tr,
        "Сунданський"@uk,
        "Chữ Xu-đăng"@vi ;
    lvont:iso15924Alphacode "Sund"^^xsd:string ;
    lvont:label <http://lexvo.org/id/term/ara/%D8%A7%D9%84%D8%B3%D9%88%D9%86%D8%AF%D8%A7%D9%86%D9%8A%D8%A9>,
        <http://lexvo.org/id/term/aze/sundan>,
        <http://lexvo.org/id/term/ben/%E0%A6%B8%E0%A6%BE%E0%A6%A8%E0%A7%8D%E0%A6%A6%E0%A6%BE%E0%A6%A8%E0%A6%BF%E0%A6%9C>,
        <http://lexvo.org/id/term/bos-Cyrl/%D1%81%D1%83%D0%B4%D0%B0%D0%BD%D1%81%D0%BA%D0%BE%20%D0%BF%D0%B8%D1%81%D0%BC%D0%BE>,
        <http://lexvo.org/id/term/bos/sudansko%20pismo>,
        <http://lexvo.org/id/term/bre/sundanek>,
        <http://lexvo.org/id/term/brx/%E0%A4%B8%E0%A5%82%E0%A4%A1%E0%A4%BE%E0%A4%A8%E0%A5%80>,
        <http://lexvo.org/id/term/bul/%D0%A1%D1%83%D0%BD%D0%B4%D0%B0%D0%BD%D1%81%D0%BA%D0%B0>,
        <http://lexvo.org/id/term/cat/sundan%C3%A8s>,
        <http://lexvo.org/id/term/cmn-Hant/%E5%B7%BD%E4%BB%96%E6%96%87>,
        <http://lexvo.org/id/term/cmn/%E5%B7%BD%E4%BB%96%E6%96%87>,
        <http://lexvo.org/id/term/dan/sundanesisk>,
        <http://lexvo.org/id/term/deu/Sundanesisch>,
        <http://lexvo.org/id/term/ell/%CE%A3%CE%BF%CF%85%CE%B4%CE%B1%CE%BD%CE%B5%CE%B6%CE%B9%CE%BA%CF%8C>,
        <http://lexvo.org/id/term/eng-Dsrt/%F0%90%90%9D%F0%90%90%B2%F0%90%91%8C%F0%90%90%BC%F0%90%90%B2%F0%90%91%8C%F0%90%90%A8%F0%90%91%86>,
        <http://lexvo.org/id/term/eng/Sundanese>,
        <http://lexvo.org/id/term/ewe/sundana%20gbe%C5%8B%C9%94%C5%8Bl%C9%94>,
        <http://lexvo.org/id/term/fin/sundalainen>,
        <http://lexvo.org/id/term/fra/sundanais>,
        <http://lexvo.org/id/term/gsw/Sundanesisch>,
        <http://lexvo.org/id/term/guj/%E0%AA%B8%E0%AB%81%E0%AA%A6%E0%AA%BE%E0%AA%A8%E0%AB%80%E0%AA%9D>,
        <http://lexvo.org/id/term/hin/%E0%A4%B8%E0%A5%82%E0%A4%A1%E0%A4%BE%E0%A4%A8%E0%A5%80>,
        <http://lexvo.org/id/term/hrv/sudansko%20pismo>,
        <http://lexvo.org/id/term/hun/Szundan%C3%A9z>,
        <http://lexvo.org/id/term/ind/Sunda>,
        <http://lexvo.org/id/term/isl/sundanes%C3%ADska>,
        <http://lexvo.org/id/term/ita/sundanese>,
        <http://lexvo.org/id/term/jpn/%E3%82%B9%E3%83%B3%E3%83%80%E6%96%87%E5%AD%97>,
        <http://lexvo.org/id/term/kan/%E0%B2%B8%E0%B3%81%E0%B2%82%E0%B2%A1%E0%B2%BE%E0%B2%A8%E0%B3%80%E0%B2%B8%E0%B3%8D>,
        <http://lexvo.org/id/term/kas/%D8%B3%D9%8E%D9%86%DA%88%D9%8E%D9%86%DB%8C%D9%96%D8%B2>,
        <http://lexvo.org/id/term/kor/%EC%88%9C%EB%8B%A4%20%EB%AC%B8%EC%9E%90>,
        <http://lexvo.org/id/term/lao/%E0%BA%8A%E0%BA%B8%E0%BA%99%E0%BA%94%E0%BA%B2>,
        <http://lexvo.org/id/term/lav/zundu>,
        <http://lexvo.org/id/term/lit/sund%C5%B3>,
        <http://lexvo.org/id/term/mal/%E0%B4%B8%E0%B4%A8%E0%B5%8D%E0%B4%A4%E0%B4%BE%E0%B4%A8%E0%B5%80%E0%B4%B8%E0%B5%8D>,
        <http://lexvo.org/id/term/mar/%E0%A4%B8%E0%A5%82%E0%A4%A6%E0%A4%BE%E0%A4%A8%E0%A5%80>,
        <http://lexvo.org/id/term/mya/%E1%80%86%E1%80%B0%E1%80%92%E1%80%94%E1%80%BA>,
        <http://lexvo.org/id/term/nep/%E0%A4%B8%E0%A5%81%E0%A4%A1%E0%A4%BE%E0%A4%A8%E0%A5%80>,
        <http://lexvo.org/id/term/nld/Soendanees>,
        <http://lexvo.org/id/term/nno/sundanesisk>,
        <http://lexvo.org/id/term/nob/sundanesisk>,
        <http://lexvo.org/id/term/ori/%E0%AC%B8%E0%AD%81%E0%AC%A6%E0%AC%BE%E0%AC%A8%E0%AD%80%E0%AC%9C%E0%AD%8D>,
        <http://lexvo.org/id/term/pol/sundajskie>,
        <http://lexvo.org/id/term/por/sundan%C3%AAs>,
        <http://lexvo.org/id/term/roh/sundanais>,
        <http://lexvo.org/id/term/rus/%D0%A1%D1%83%D0%BD%D0%B4%D0%B0%D0%BD%D1%81%D0%BA%D0%B0%D1%8F>,
        <http://lexvo.org/id/term/slv/sundanski>,
        <http://lexvo.org/id/term/spa/sundan%C3%A9s>,
        <http://lexvo.org/id/term/srp-Latn/sudansko%20pismo>,
        <http://lexvo.org/id/term/srp/%D1%81%D1%83%D0%B4%D0%B0%D0%BD%D1%81%D0%BA%D0%BE%20%D0%BF%D0%B8%D1%81%D0%BC%D0%BE>,
        <http://lexvo.org/id/term/swe/sundanesiska>,
        <http://lexvo.org/id/term/tam/%E0%AE%9A%E0%AF%81%E0%AE%A8%E0%AF%8D%E0%AE%A4%E0%AE%BE%E0%AE%A9%E0%AF%80%E0%AE%B8%E0%AF%8D>,
        <http://lexvo.org/id/term/tel/%E0%B0%B8%E0%B1%81%E0%B0%A1%E0%B0%BE%E0%B0%A8%E0%B1%80%E0%B0%B8%E0%B1%8D>,
        <http://lexvo.org/id/term/tha/%E0%B8%8B%E0%B8%B8%E0%B8%99%E0%B8%94%E0%B8%B2>,
        <http://lexvo.org/id/term/tur/Sunda>,
        <http://lexvo.org/id/term/ukr/%D0%A1%D1%83%D0%BD%D0%B4%D0%B0%D0%BD%D1%81%D1%8C%D0%BA%D0%B8%D0%B9>,
        <http://lexvo.org/id/term/vie/Ch%E1%BB%AF%20Xu-%C4%91%C4%83ng> .

<http://lexvo.org/id/script/Sylo> a lvont:Script ;
    rdfs:label "السيلوتي ناغري"@ar,
        "siloti nəqri"@az,
        "Силоти Нагри"@bg,
        "সিলেটি নাগরি"@bn,
        "सील्होटी नागरी"@brx,
        "siloti nagri pismo"@bs,
        "силоти нагри писмо"@bs-Cyrl,
        "syloti nagri"@ca,
        "锡尔赫特文"@cmn,
        "希洛弟納格里文"@cmn-Hant,
        "syloti nagri"@da,
        "Syloti Nagri"@de,
        "sailoti nagri gbeŋɔŋlɔ"@ee,
        "Συλότι Νάγκρι"@el,
        "Syloti Nagri"@en,
        "𐐝𐐴𐑊𐐱𐐻𐐨 𐐤𐐰𐑀𐑉𐐨"@en-Dsrt,
        "syloti nagri"@es,
        "silotinagri"@et,
        "سیلوتی نگاری"@fa,
        "syloti nagri"@fi,
        "sylotî nâgrî"@fr,
        "Syloti Nagri"@gsw,
        "સિલોતી નાગરી"@gu,
        "सिलोती नागरी"@hi,
        "syloti nagri pismo"@hr,
        "Sylheti nagári"@hu,
        "Syloti Nagri"@id,
        "syloti nagri"@is,
        "syloti nagri"@it,
        "シロティ・ナグリ文字"@ja,
        "ಸೈಲೋಟಿ ನಗ್ರಿ"@kn,
        "실헤티 나가리"@ko,
        "سیلوتی ناگری"@ks,
        "ຊີໂລຕິນາກຣີ"@lo,
        "syloti nagri"@lt,
        "സൈലോതി നാഗരി"@ml,
        "सिलोती नागरी"@mr,
        "syloti nagri"@nb,
        "स्ल्योटी नाग्री"@ne,
        "Syloti Nagri"@nl,
        "syloti nagri"@nn,
        "ସୀଲିତୋ ନଗରୀ"@or,
        "syloti nagri"@pl,
        "siloti nagri"@pt,
        "syloti nagri"@pt,
        "syloti nagri"@rm,
        "Силоти Нагри"@ru,
        "siletsko-nagarijski"@sl,
        "силоти нагри писмо"@sr,
        "siloti nagri pismo"@sr-Latn,
        "syloti nagri"@sv,
        "சிலோடி நக்ரி"@ta,
        "స్లోటి నాగ్రి"@te,
        "ซิโลตินากรี"@th,
        "Syloti Nagri"@tr,
        "Сілоті нагрі"@uk,
        "Chữ Syloti Nagri"@vi ;
    lvont:iso15924Alphacode "Sylo"^^xsd:string ;
    lvont:label <http://lexvo.org/id/term/ara/%D8%A7%D9%84%D8%B3%D9%8A%D9%84%D9%88%D8%AA%D9%8A%20%D9%86%D8%A7%D8%BA%D8%B1%D9%8A>,
        <http://lexvo.org/id/term/aze/siloti%20n%C9%99qri>,
        <http://lexvo.org/id/term/ben/%E0%A6%B8%E0%A6%BF%E0%A6%B2%E0%A7%87%E0%A6%9F%E0%A6%BF%20%E0%A6%A8%E0%A6%BE%E0%A6%97%E0%A6%B0%E0%A6%BF>,
        <http://lexvo.org/id/term/bos-Cyrl/%D1%81%D0%B8%D0%BB%D0%BE%D1%82%D0%B8%20%D0%BD%D0%B0%D0%B3%D1%80%D0%B8%20%D0%BF%D0%B8%D1%81%D0%BC%D0%BE>,
        <http://lexvo.org/id/term/bos/siloti%20nagri%20pismo>,
        <http://lexvo.org/id/term/brx/%E0%A4%B8%E0%A5%80%E0%A4%B2%E0%A5%8D%E0%A4%B9%E0%A5%8B%E0%A4%9F%E0%A5%80%20%E0%A4%A8%E0%A4%BE%E0%A4%97%E0%A4%B0%E0%A5%80>,
        <http://lexvo.org/id/term/bul/%D0%A1%D0%B8%D0%BB%D0%BE%D1%82%D0%B8%20%D0%9D%D0%B0%D0%B3%D1%80%D0%B8>,
        <http://lexvo.org/id/term/cat/syloti%20nagri>,
        <http://lexvo.org/id/term/cmn-Hant/%E5%B8%8C%E6%B4%9B%E5%BC%9F%E7%B4%8D%E6%A0%BC%E9%87%8C%E6%96%87>,
        <http://lexvo.org/id/term/cmn/%E9%94%A1%E5%B0%94%E8%B5%AB%E7%89%B9%E6%96%87>,
        <http://lexvo.org/id/term/dan/syloti%20nagri>,
        <http://lexvo.org/id/term/deu/Syloti%20Nagri>,
        <http://lexvo.org/id/term/ell/%CE%A3%CF%85%CE%BB%CF%8C%CF%84%CE%B9%20%CE%9D%CE%AC%CE%B3%CE%BA%CF%81%CE%B9>,
        <http://lexvo.org/id/term/eng-Dsrt/%F0%90%90%9D%F0%90%90%B4%F0%90%91%8A%F0%90%90%B1%F0%90%90%BB%F0%90%90%A8%20%F0%90%90%A4%F0%90%90%B0%F0%90%91%80%F0%90%91%89%F0%90%90%A8>,
        <http://lexvo.org/id/term/eng/Syloti%20Nagri>,
        <http://lexvo.org/id/term/est/silotinagri>,
        <http://lexvo.org/id/term/ewe/sailoti%20nagri%20gbe%C5%8B%C9%94%C5%8Bl%C9%94>,
        <http://lexvo.org/id/term/fas/%D8%B3%DB%8C%D9%84%D9%88%D8%AA%DB%8C%20%D9%86%DA%AF%D8%A7%D8%B1%DB%8C>,
        <http://lexvo.org/id/term/fin/syloti%20nagri>,
        <http://lexvo.org/id/term/fra/sylot%C3%AE%20n%C3%A2gr%C3%AE>,
        <http://lexvo.org/id/term/gsw/Syloti%20Nagri>,
        <http://lexvo.org/id/term/guj/%E0%AA%B8%E0%AA%BF%E0%AA%B2%E0%AB%8B%E0%AA%A4%E0%AB%80%20%E0%AA%A8%E0%AA%BE%E0%AA%97%E0%AA%B0%E0%AB%80>,
        <http://lexvo.org/id/term/hin/%E0%A4%B8%E0%A4%BF%E0%A4%B2%E0%A5%8B%E0%A4%A4%E0%A5%80%20%E0%A4%A8%E0%A4%BE%E0%A4%97%E0%A4%B0%E0%A5%80>,
        <http://lexvo.org/id/term/hrv/syloti%20nagri%20pismo>,
        <http://lexvo.org/id/term/hun/Sylheti%20nag%C3%A1ri>,
        <http://lexvo.org/id/term/ind/Syloti%20Nagri>,
        <http://lexvo.org/id/term/isl/syloti%20nagri>,
        <http://lexvo.org/id/term/ita/syloti%20nagri>,
        <http://lexvo.org/id/term/jpn/%E3%82%B7%E3%83%AD%E3%83%86%E3%82%A3%E3%83%BB%E3%83%8A%E3%82%B0%E3%83%AA%E6%96%87%E5%AD%97>,
        <http://lexvo.org/id/term/kan/%E0%B2%B8%E0%B3%88%E0%B2%B2%E0%B3%8B%E0%B2%9F%E0%B2%BF%20%E0%B2%A8%E0%B2%97%E0%B3%8D%E0%B2%B0%E0%B2%BF>,
        <http://lexvo.org/id/term/kas/%D8%B3%DB%8C%D9%84%D9%88%D8%AA%DB%8C%20%D9%86%D8%A7%DA%AF%D8%B1%DB%8C>,
        <http://lexvo.org/id/term/kor/%EC%8B%A4%ED%97%A4%ED%8B%B0%20%EB%82%98%EA%B0%80%EB%A6%AC>,
        <http://lexvo.org/id/term/lao/%E0%BA%8A%E0%BA%B5%E0%BB%82%E0%BA%A5%E0%BA%95%E0%BA%B4%E0%BA%99%E0%BA%B2%E0%BA%81%E0%BA%A3%E0%BA%B5>,
        <http://lexvo.org/id/term/lit/syloti%20nagri>,
        <http://lexvo.org/id/term/mal/%E0%B4%B8%E0%B5%88%E0%B4%B2%E0%B5%8B%E0%B4%A4%E0%B4%BF%20%E0%B4%A8%E0%B4%BE%E0%B4%97%E0%B4%B0%E0%B4%BF>,
        <http://lexvo.org/id/term/mar/%E0%A4%B8%E0%A4%BF%E0%A4%B2%E0%A5%8B%E0%A4%A4%E0%A5%80%20%E0%A4%A8%E0%A4%BE%E0%A4%97%E0%A4%B0%E0%A5%80>,
        <http://lexvo.org/id/term/nep/%E0%A4%B8%E0%A5%8D%E0%A4%B2%E0%A5%8D%E0%A4%AF%E0%A5%8B%E0%A4%9F%E0%A5%80%20%E0%A4%A8%E0%A4%BE%E0%A4%97%E0%A5%8D%E0%A4%B0%E0%A5%80>,
        <http://lexvo.org/id/term/nld/Syloti%20Nagri>,
        <http://lexvo.org/id/term/nno/syloti%20nagri>,
        <http://lexvo.org/id/term/nob/syloti%20nagri>,
        <http://lexvo.org/id/term/ori/%E0%AC%B8%E0%AD%80%E0%AC%B2%E0%AC%BF%E0%AC%A4%E0%AD%8B%20%E0%AC%A8%E0%AC%97%E0%AC%B0%E0%AD%80>,
        <http://lexvo.org/id/term/pol/syloti%20nagri>,
        <http://lexvo.org/id/term/por/siloti%20nagri>,
        <http://lexvo.org/id/term/por/syloti%20nagri>,
        <http://lexvo.org/id/term/roh/syloti%20nagri>,
        <http://lexvo.org/id/term/rus/%D0%A1%D0%B8%D0%BB%D0%BE%D1%82%D0%B8%20%D0%9D%D0%B0%D0%B3%D1%80%D0%B8>,
        <http://lexvo.org/id/term/slv/siletsko-nagarijski>,
        <http://lexvo.org/id/term/spa/syloti%20nagri>,
        <http://lexvo.org/id/term/srp-Latn/siloti%20nagri%20pismo>,
        <http://lexvo.org/id/term/srp/%D1%81%D0%B8%D0%BB%D0%BE%D1%82%D0%B8%20%D0%BD%D0%B0%D0%B3%D1%80%D0%B8%20%D0%BF%D0%B8%D1%81%D0%BC%D0%BE>,
        <http://lexvo.org/id/term/swe/syloti%20nagri>,
        <http://lexvo.org/id/term/tam/%E0%AE%9A%E0%AE%BF%E0%AE%B2%E0%AF%8B%E0%AE%9F%E0%AE%BF%20%E0%AE%A8%E0%AE%95%E0%AF%8D%E0%AE%B0%E0%AE%BF>,
        <http://lexvo.org/id/term/tel/%E0%B0%B8%E0%B1%8D%E0%B0%B2%E0%B1%8B%E0%B0%9F%E0%B0%BF%20%E0%B0%A8%E0%B0%BE%E0%B0%97%E0%B1%8D%E0%B0%B0%E0%B0%BF>,
        <http://lexvo.org/id/term/tha/%E0%B8%8B%E0%B8%B4%E0%B9%82%E0%B8%A5%E0%B8%95%E0%B8%B4%E0%B8%99%E0%B8%B2%E0%B8%81%E0%B8%A3%E0%B8%B5>,
        <http://lexvo.org/id/term/tur/Syloti%20Nagri>,
        <http://lexvo.org/id/term/ukr/%D0%A1%D1%96%D0%BB%D0%BE%D1%82%D1%96%20%D0%BD%D0%B0%D0%B3%D1%80%D1%96>,
        <http://lexvo.org/id/term/vie/Ch%E1%BB%AF%20Syloti%20Nagri> .

<http://lexvo.org/id/script/Syrc> a lvont:Script ;
    rdfs:label "ሲሪክ"@am,
        "السريانية"@ar,
        "siryak"@az,
        "Сирийска"@bg,
        "সিরিয়াক"@bn,
        "siriek"@br,
        "सीरीआक"@brx,
        "sirijsko pismo"@bs,
        "сиријско писмо"@bs-Cyrl,
        "siríac"@ca,
        "叙利亚文"@cmn,
        "敍利亞文"@cmn-Hant,
        "syrské"@cs,
        "syrisk"@da,
        "Syrisch"@de,
        "siriak gbeŋɔŋlɔ"@ee,
        "Συριακό"@el,
        "Syriac"@en,
        "𐐝𐐮𐑉𐐨𐐰𐐿"@en-Dsrt,
        "siriaco"@es,
        "assüüria"@et,
        "سریانی"@fa,
        "syyrialainen"@fi,
        "syriaque"@fr,
        "siriac"@fur,
        "Syrisch"@gsw,
        "સિરિયેક"@gu,
        "סורי"@he,
        "सिरियेक"@hi,
        "sirijsko pismo"@hr,
        "Szíriai"@hu,
        "Suriah"@id,
        "syriakíska"@is,
        "siriano"@it,
        "シリア文字"@ja,
        "სირიული"@ka,
        "ಸಿರಿಯಾಕ್"@kn,
        "시리아 문자"@ko,
        "سیٖرِیَک"@ks,
        "ຊີເຮຍ"@lo,
        "sirų"@lt,
        "sīriešu"@lv,
        "സിറിയക്ക്"@ml,
        "सिरीयाक"@mr,
        "syrisk"@nb,
        "सिरियाक"@ne,
        "Syriac"@nl,
        "syriakisk"@nn,
        "ସିରିୟାକ୍"@or,
        "syryjski"@pl,
        "siríaco"@pt,
        "siric"@rm,
        "siriacă"@ro,
        "Сирийская"@ru,
        "sirijski"@sl,
        "сиријско писмо"@sr,
        "sirijsko pismo"@sr-Latn,
        "syriska"@sv,
        "சிரியாக்"@ta,
        "సిరియాక్"@te,
        "ซีเรีย"@th,
        "Süryani"@tr,
        "Сирійський"@uk,
        "Chữ Syria"@vi ;
    lvont:iso15924Alphacode "Syrc"^^xsd:string ;
    lvont:label <http://lexvo.org/id/term/amh/%E1%88%B2%E1%88%AA%E1%8A%AD>,
        <http://lexvo.org/id/term/ara/%D8%A7%D9%84%D8%B3%D8%B1%D9%8A%D8%A7%D9%86%D9%8A%D8%A9>,
        <http://lexvo.org/id/term/aze/siryak>,
        <http://lexvo.org/id/term/ben/%E0%A6%B8%E0%A6%BF%E0%A6%B0%E0%A6%BF%E0%A6%AF%E0%A6%BC%E0%A6%BE%E0%A6%95>,
        <http://lexvo.org/id/term/bos-Cyrl/%D1%81%D0%B8%D1%80%D0%B8%D1%98%D1%81%D0%BA%D0%BE%20%D0%BF%D0%B8%D1%81%D0%BC%D0%BE>,
        <http://lexvo.org/id/term/bos/sirijsko%20pismo>,
        <http://lexvo.org/id/term/bre/siriek>,
        <http://lexvo.org/id/term/brx/%E0%A4%B8%E0%A5%80%E0%A4%B0%E0%A5%80%E0%A4%86%E0%A4%95>,
        <http://lexvo.org/id/term/bul/%D0%A1%D0%B8%D1%80%D0%B8%D0%B9%D1%81%D0%BA%D0%B0>,
        <http://lexvo.org/id/term/cat/sir%C3%ADac>,
        <http://lexvo.org/id/term/ces/syrsk%C3%A9>,
        <http://lexvo.org/id/term/cmn-Hant/%E6%95%8D%E5%88%A9%E4%BA%9E%E6%96%87>,
        <http://lexvo.org/id/term/cmn/%E5%8F%99%E5%88%A9%E4%BA%9A%E6%96%87>,
        <http://lexvo.org/id/term/dan/syrisk>,
        <http://lexvo.org/id/term/deu/Syrisch>,
        <http://lexvo.org/id/term/ell/%CE%A3%CF%85%CF%81%CE%B9%CE%B1%CE%BA%CF%8C>,
        <http://lexvo.org/id/term/eng-Dsrt/%F0%90%90%9D%F0%90%90%AE%F0%90%91%89%F0%90%90%A8%F0%90%90%B0%F0%90%90%BF>,
        <http://lexvo.org/id/term/eng/Syriac>,
        <http://lexvo.org/id/term/est/ass%C3%BC%C3%BCria>,
        <http://lexvo.org/id/term/ewe/siriak%20gbe%C5%8B%C9%94%C5%8Bl%C9%94>,
        <http://lexvo.org/id/term/fas/%D8%B3%D8%B1%DB%8C%D8%A7%D9%86%DB%8C>,
        <http://lexvo.org/id/term/fin/syyrialainen>,
        <http://lexvo.org/id/term/fra/syriaque>,
        <http://lexvo.org/id/term/fur/siriac>,
        <http://lexvo.org/id/term/gsw/Syrisch>,
        <http://lexvo.org/id/term/guj/%E0%AA%B8%E0%AA%BF%E0%AA%B0%E0%AA%BF%E0%AA%AF%E0%AB%87%E0%AA%95>,
        <http://lexvo.org/id/term/heb/%D7%A1%D7%95%D7%A8%D7%99>,
        <http://lexvo.org/id/term/hin/%E0%A4%B8%E0%A4%BF%E0%A4%B0%E0%A4%BF%E0%A4%AF%E0%A5%87%E0%A4%95>,
        <http://lexvo.org/id/term/hrv/sirijsko%20pismo>,
        <http://lexvo.org/id/term/hun/Sz%C3%ADriai>,
        <http://lexvo.org/id/term/ind/Suriah>,
        <http://lexvo.org/id/term/isl/syriak%C3%ADska>,
        <http://lexvo.org/id/term/ita/siriano>,
        <http://lexvo.org/id/term/jpn/%E3%82%B7%E3%83%AA%E3%82%A2%E6%96%87%E5%AD%97>,
        <http://lexvo.org/id/term/kan/%E0%B2%B8%E0%B2%BF%E0%B2%B0%E0%B2%BF%E0%B2%AF%E0%B2%BE%E0%B2%95%E0%B3%8D>,
        <http://lexvo.org/id/term/kas/%D8%B3%DB%8C%D9%96%D8%B1%D9%90%DB%8C%D9%8E%DA%A9>,
        <http://lexvo.org/id/term/kat/%E1%83%A1%E1%83%98%E1%83%A0%E1%83%98%E1%83%A3%E1%83%9A%E1%83%98>,
        <http://lexvo.org/id/term/kor/%EC%8B%9C%EB%A6%AC%EC%95%84%20%EB%AC%B8%EC%9E%90>,
        <http://lexvo.org/id/term/lao/%E0%BA%8A%E0%BA%B5%E0%BB%80%E0%BA%AE%E0%BA%8D>,
        <http://lexvo.org/id/term/lav/s%C4%ABrie%C5%A1u>,
        <http://lexvo.org/id/term/lit/sir%C5%B3>,
        <http://lexvo.org/id/term/mal/%E0%B4%B8%E0%B4%BF%E0%B4%B1%E0%B4%BF%E0%B4%AF%E0%B4%95%E0%B5%8D%E0%B4%95%E0%B5%8D>,
        <http://lexvo.org/id/term/mar/%E0%A4%B8%E0%A4%BF%E0%A4%B0%E0%A5%80%E0%A4%AF%E0%A4%BE%E0%A4%95>,
        <http://lexvo.org/id/term/nep/%E0%A4%B8%E0%A4%BF%E0%A4%B0%E0%A4%BF%E0%A4%AF%E0%A4%BE%E0%A4%95>,
        <http://lexvo.org/id/term/nld/Syriac>,
        <http://lexvo.org/id/term/nno/syriakisk>,
        <http://lexvo.org/id/term/nob/syrisk>,
        <http://lexvo.org/id/term/ori/%E0%AC%B8%E0%AC%BF%E0%AC%B0%E0%AC%BF%E0%AD%9F%E0%AC%BE%E0%AC%95%E0%AD%8D>,
        <http://lexvo.org/id/term/pol/syryjski>,
        <http://lexvo.org/id/term/por/sir%C3%ADaco>,
        <http://lexvo.org/id/term/roh/siric>,
        <http://lexvo.org/id/term/ron/siriac%C4%83>,
        <http://lexvo.org/id/term/rus/%D0%A1%D0%B8%D1%80%D0%B8%D0%B9%D1%81%D0%BA%D0%B0%D1%8F>,
        <http://lexvo.org/id/term/slv/sirijski>,
        <http://lexvo.org/id/term/spa/siriaco>,
        <http://lexvo.org/id/term/srp-Latn/sirijsko%20pismo>,
        <http://lexvo.org/id/term/srp/%D1%81%D0%B8%D1%80%D0%B8%D1%98%D1%81%D0%BA%D0%BE%20%D0%BF%D0%B8%D1%81%D0%BC%D0%BE>,
        <http://lexvo.org/id/term/swe/syriska>,
        <http://lexvo.org/id/term/tam/%E0%AE%9A%E0%AE%BF%E0%AE%B0%E0%AE%BF%E0%AE%AF%E0%AE%BE%E0%AE%95%E0%AF%8D>,
        <http://lexvo.org/id/term/tel/%E0%B0%B8%E0%B0%BF%E0%B0%B0%E0%B0%BF%E0%B0%AF%E0%B0%BE%E0%B0%95%E0%B1%8D>,
        <http://lexvo.org/id/term/tha/%E0%B8%8B%E0%B8%B5%E0%B9%80%E0%B8%A3%E0%B8%B5%E0%B8%A2>,
        <http://lexvo.org/id/term/tur/S%C3%BCryani>,
        <http://lexvo.org/id/term/ukr/%D0%A1%D0%B8%D1%80%D1%96%D0%B9%D1%81%D1%8C%D0%BA%D0%B8%D0%B9>,
        <http://lexvo.org/id/term/vie/Ch%E1%BB%AF%20Syria> .

<http://lexvo.org/id/script/Syre> a lvont:Script ;
    rdfs:label "السريانية الأسترنجيلية"@ar,
        "estrangela süryanice"@az,
        "Сирийска естрангело"@bg,
        "এস্ট্রেঙ্গেলো সিরিয়াক"@bn,
        "एस्ट्रांगलो सीरीआक"@brx,
        "sirijsko estrangelo pismo"@bs,
        "сиријско естрангело писмо"@bs-Cyrl,
        "siríac estrangelo"@ca,
        "福音体叙利亚文"@cmn,
        "敘利亞文（福音體文字變體）"@cmn-Hant,
        "syrské - estrangelo"@cs,
        "syrisk - estrangelovariant"@da,
        "Syrisch - Estrangelo-Variante"@de,
        "estrangelo siria gbeŋɔŋlɔ"@ee,
        "Εστραντζέλο Συριακό"@el,
        "Estrangelo Syriac"@en,
        "Syriac (Estrangelo variant)"@en,
        "𐐇𐑅𐐻𐑉𐐪𐑍𐐾𐐯𐑊𐐬 𐐝𐐮𐑉𐐨𐐰𐐿"@en-Dsrt,
        "siriaco estrangelo"@es,
        "assüüria estrangelo"@et,
        "سریانی استرانگلو"@fa,
        "syyrialainen estrangelo-muunnelma"@fi,
        "syriaque (variante estranghélo)"@fr,
        "syriaque estranghélo"@fr,
        "siriac Estrangelo"@fur,
        "Syrisch - Eschtrangelo-Variante"@gsw,
        "એસ્ત્રેન્જેલો સિરિયાક"@gu,
        "एस्त्रेन्जेलो सिरिएक"@hi,
        "sirijsko estrangelo pismo"@hr,
        "Estrangelo szíriai"@hu,
        "Suriah Estrangelo"@id,
        "siriaco estrangelo"@it,
        "シリア文字[エストランゲロ文字]"@ja,
        "ესტრანჯელოსეული სირიული"@ka,
        "ಎಸ್ಟ್ರಾಂಜಿಲೋ ಸಿರಿಯಾಕ್"@kn,
        "에스트랑겔로식 시리아 문자"@ko,
        "ایٚسٹرینجِلو سیٖرِیَک"@ks,
        "ຊີເຮຍເອສທຮານຈີໂລ"@lo,
        "estrangelo siriečių"@lt,
        "എസ്റ്റ്രാംഗ്ലോ സിറിയക്"@ml,
        "एस्त्ट्रेन्जेलो सिरियाक"@mr,
        "estrangelosyriakisk"@nb,
        "इस्ट्रेनजेलो सिरियाक"@ne,
        "Estrangelo Aramees"@nl,
        "syriakisk (estrangelo-variant)"@nn,
        "ଏଷ୍ଟ୍ରାଙ୍ଗେଲୋ ସିରିକ୍"@or,
        "syriacki estrangelo"@pl,
        "siríaco estrangelo"@pt,
        "siric estrangelo"@rm,
        "Сирийская эстрангело"@ru,
        "sirska abeceda estrangelo"@sl,
        "сиријско естрангело писмо"@sr,
        "sirijsko estrangelo pismo"@sr-Latn,
        "estrangelosyriska"@sv,
        "எஸ்ட்ரெங்கெலோ சிரியாக்"@ta,
        "ఎస్ట్రానజీలో సిరియాక్"@te,
        "ซีเรียเอสทรานจีโล"@th,
        "Estrangela Süryani"@tr,
        "Давньосирійський естрангело"@uk,
        "Chữ Estrangelo Syriac"@vi ;
    lvont:iso15924Alphacode "Syre"^^xsd:string ;
    lvont:label <http://lexvo.org/id/term/ara/%D8%A7%D9%84%D8%B3%D8%B1%D9%8A%D8%A7%D9%86%D9%8A%D8%A9%20%D8%A7%D9%84%D8%A3%D8%B3%D8%AA%D8%B1%D9%86%D8%AC%D9%8A%D9%84%D9%8A%D8%A9>,
        <http://lexvo.org/id/term/aze/estrangela%20s%C3%BCryanice>,
        <http://lexvo.org/id/term/ben/%E0%A6%8F%E0%A6%B8%E0%A7%8D%E0%A6%9F%E0%A7%8D%E0%A6%B0%E0%A7%87%E0%A6%99%E0%A7%8D%E0%A6%97%E0%A7%87%E0%A6%B2%E0%A7%8B%20%E0%A6%B8%E0%A6%BF%E0%A6%B0%E0%A6%BF%E0%A6%AF%E0%A6%BC%E0%A6%BE%E0%A6%95>,
        <http://lexvo.org/id/term/bos-Cyrl/%D1%81%D0%B8%D1%80%D0%B8%D1%98%D1%81%D0%BA%D0%BE%20%D0%B5%D1%81%D1%82%D1%80%D0%B0%D0%BD%D0%B3%D0%B5%D0%BB%D0%BE%20%D0%BF%D0%B8%D1%81%D0%BC%D0%BE>,
        <http://lexvo.org/id/term/bos/sirijsko%20estrangelo%20pismo>,
        <http://lexvo.org/id/term/brx/%E0%A4%8F%E0%A4%B8%E0%A5%8D%E0%A4%9F%E0%A5%8D%E0%A4%B0%E0%A4%BE%E0%A4%82%E0%A4%97%E0%A4%B2%E0%A5%8B%20%E0%A4%B8%E0%A5%80%E0%A4%B0%E0%A5%80%E0%A4%86%E0%A4%95>,
        <http://lexvo.org/id/term/bul/%D0%A1%D0%B8%D1%80%D0%B8%D0%B9%D1%81%D0%BA%D0%B0%20%D0%B5%D1%81%D1%82%D1%80%D0%B0%D0%BD%D0%B3%D0%B5%D0%BB%D0%BE>,
        <http://lexvo.org/id/term/cat/sir%C3%ADac%20estrangelo>,
        <http://lexvo.org/id/term/ces/syrsk%C3%A9%20-%20estrangelo>,
        <http://lexvo.org/id/term/cmn-Hant/%E6%95%98%E5%88%A9%E4%BA%9E%E6%96%87%EF%BC%88%E7%A6%8F%E9%9F%B3%E9%AB%94%E6%96%87%E5%AD%97%E8%AE%8A%E9%AB%94%EF%BC%89>,
        <http://lexvo.org/id/term/cmn/%E7%A6%8F%E9%9F%B3%E4%BD%93%E5%8F%99%E5%88%A9%E4%BA%9A%E6%96%87>,
        <http://lexvo.org/id/term/dan/syrisk%20-%20estrangelovariant>,
        <http://lexvo.org/id/term/deu/Syrisch%20-%20Estrangelo-Variante>,
        <http://lexvo.org/id/term/ell/%CE%95%CF%83%CF%84%CF%81%CE%B1%CE%BD%CF%84%CE%B6%CE%AD%CE%BB%CE%BF%20%CE%A3%CF%85%CF%81%CE%B9%CE%B1%CE%BA%CF%8C>,
        <http://lexvo.org/id/term/eng-Dsrt/%F0%90%90%87%F0%90%91%85%F0%90%90%BB%F0%90%91%89%F0%90%90%AA%F0%90%91%8D%F0%90%90%BE%F0%90%90%AF%F0%90%91%8A%F0%90%90%AC%20%F0%90%90%9D%F0%90%90%AE%F0%90%91%89%F0%90%90%A8%F0%90%90%B0%F0%90%90%BF>,
        <http://lexvo.org/id/term/eng/Estrangelo%20Syriac>,
        <http://lexvo.org/id/term/eng/Syriac%20(Estrangelo%20variant)>,
        <http://lexvo.org/id/term/est/ass%C3%BC%C3%BCria%20estrangelo>,
        <http://lexvo.org/id/term/ewe/estrangelo%20siria%20gbe%C5%8B%C9%94%C5%8Bl%C9%94>,
        <http://lexvo.org/id/term/fas/%D8%B3%D8%B1%DB%8C%D8%A7%D9%86%DB%8C%20%D8%A7%D8%B3%D8%AA%D8%B1%D8%A7%D9%86%DA%AF%D9%84%D9%88>,
        <http://lexvo.org/id/term/fin/syyrialainen%20estrangelo-muunnelma>,
        <http://lexvo.org/id/term/fra/syriaque%20(variante%20estrangh%C3%A9lo)>,
        <http://lexvo.org/id/term/fra/syriaque%20estrangh%C3%A9lo>,
        <http://lexvo.org/id/term/fur/siriac%20Estrangelo>,
        <http://lexvo.org/id/term/gsw/Syrisch%20-%20Eschtrangelo-Variante>,
        <http://lexvo.org/id/term/guj/%E0%AA%8F%E0%AA%B8%E0%AB%8D%E0%AA%A4%E0%AB%8D%E0%AA%B0%E0%AB%87%E0%AA%A8%E0%AB%8D%E0%AA%9C%E0%AB%87%E0%AA%B2%E0%AB%8B%20%E0%AA%B8%E0%AA%BF%E0%AA%B0%E0%AA%BF%E0%AA%AF%E0%AA%BE%E0%AA%95>,
        <http://lexvo.org/id/term/hin/%E0%A4%8F%E0%A4%B8%E0%A5%8D%E0%A4%A4%E0%A5%8D%E0%A4%B0%E0%A5%87%E0%A4%A8%E0%A5%8D%E0%A4%9C%E0%A5%87%E0%A4%B2%E0%A5%8B%20%E0%A4%B8%E0%A4%BF%E0%A4%B0%E0%A4%BF%E0%A4%8F%E0%A4%95>,
        <http://lexvo.org/id/term/hrv/sirijsko%20estrangelo%20pismo>,
        <http://lexvo.org/id/term/hun/Estrangelo%20sz%C3%ADriai>,
        <http://lexvo.org/id/term/ind/Suriah%20Estrangelo>,
        <http://lexvo.org/id/term/ita/siriaco%20estrangelo>,
        <http://lexvo.org/id/term/jpn/%E3%82%B7%E3%83%AA%E3%82%A2%E6%96%87%E5%AD%97%5B%E3%82%A8%E3%82%B9%E3%83%88%E3%83%A9%E3%83%B3%E3%82%B2%E3%83%AD%E6%96%87%E5%AD%97%5D>,
        <http://lexvo.org/id/term/kan/%E0%B2%8E%E0%B2%B8%E0%B3%8D%E0%B2%9F%E0%B3%8D%E0%B2%B0%E0%B2%BE%E0%B2%82%E0%B2%9C%E0%B2%BF%E0%B2%B2%E0%B3%8B%20%E0%B2%B8%E0%B2%BF%E0%B2%B0%E0%B2%BF%E0%B2%AF%E0%B2%BE%E0%B2%95%E0%B3%8D>,
        <http://lexvo.org/id/term/kas/%D8%A7%DB%8C%D9%9A%D8%B3%D9%B9%D8%B1%DB%8C%D9%86%D8%AC%D9%90%D9%84%D9%88%20%D8%B3%DB%8C%D9%96%D8%B1%D9%90%DB%8C%D9%8E%DA%A9>,
        <http://lexvo.org/id/term/kat/%E1%83%94%E1%83%A1%E1%83%A2%E1%83%A0%E1%83%90%E1%83%9C%E1%83%AF%E1%83%94%E1%83%9A%E1%83%9D%E1%83%A1%E1%83%94%E1%83%A3%E1%83%9A%E1%83%98%20%E1%83%A1%E1%83%98%E1%83%A0%E1%83%98%E1%83%A3%E1%83%9A%E1%83%98>,
        <http://lexvo.org/id/term/kor/%EC%97%90%EC%8A%A4%ED%8A%B8%EB%9E%91%EA%B2%94%EB%A1%9C%EC%8B%9D%20%EC%8B%9C%EB%A6%AC%EC%95%84%20%EB%AC%B8%EC%9E%90>,
        <http://lexvo.org/id/term/lao/%E0%BA%8A%E0%BA%B5%E0%BB%80%E0%BA%AE%E0%BA%8D%E0%BB%80%E0%BA%AD%E0%BA%AA%E0%BA%97%E0%BA%AE%E0%BA%B2%E0%BA%99%E0%BA%88%E0%BA%B5%E0%BB%82%E0%BA%A5>,
        <http://lexvo.org/id/term/lit/estrangelo%20sirie%C4%8Di%C5%B3>,
        <http://lexvo.org/id/term/mal/%E0%B4%8E%E0%B4%B8%E0%B5%8D%E0%B4%B1%E0%B5%8D%E0%B4%B1%E0%B5%8D%E0%B4%B0%E0%B4%BE%E0%B4%82%E0%B4%97%E0%B5%8D%E0%B4%B2%E0%B5%8B%20%E0%B4%B8%E0%B4%BF%E0%B4%B1%E0%B4%BF%E0%B4%AF%E0%B4%95%E0%B5%8D>,
        <http://lexvo.org/id/term/mar/%E0%A4%8F%E0%A4%B8%E0%A5%8D%E0%A4%A4%E0%A5%8D%E0%A4%9F%E0%A5%8D%E0%A4%B0%E0%A5%87%E0%A4%A8%E0%A5%8D%E0%A4%9C%E0%A5%87%E0%A4%B2%E0%A5%8B%20%E0%A4%B8%E0%A4%BF%E0%A4%B0%E0%A4%BF%E0%A4%AF%E0%A4%BE%E0%A4%95>,
        <http://lexvo.org/id/term/nep/%E0%A4%87%E0%A4%B8%E0%A5%8D%E0%A4%9F%E0%A5%8D%E0%A4%B0%E0%A5%87%E0%A4%A8%E0%A4%9C%E0%A5%87%E0%A4%B2%E0%A5%8B%20%E0%A4%B8%E0%A4%BF%E0%A4%B0%E0%A4%BF%E0%A4%AF%E0%A4%BE%E0%A4%95>,
        <http://lexvo.org/id/term/nld/Estrangelo%20Aramees>,
        <http://lexvo.org/id/term/nno/syriakisk%20(estrangelo-variant)>,
        <http://lexvo.org/id/term/nob/estrangelosyriakisk>,
        <http://lexvo.org/id/term/ori/%E0%AC%8F%E0%AC%B7%E0%AD%8D%E0%AC%9F%E0%AD%8D%E0%AC%B0%E0%AC%BE%E0%AC%99%E0%AD%8D%E0%AC%97%E0%AD%87%E0%AC%B2%E0%AD%8B%20%E0%AC%B8%E0%AC%BF%E0%AC%B0%E0%AC%BF%E0%AC%95%E0%AD%8D>,
        <http://lexvo.org/id/term/pol/syriacki%20estrangelo>,
        <http://lexvo.org/id/term/por/sir%C3%ADaco%20estrangelo>,
        <http://lexvo.org/id/term/roh/siric%20estrangelo>,
        <http://lexvo.org/id/term/rus/%D0%A1%D0%B8%D1%80%D0%B8%D0%B9%D1%81%D0%BA%D0%B0%D1%8F%20%D1%8D%D1%81%D1%82%D1%80%D0%B0%D0%BD%D0%B3%D0%B5%D0%BB%D0%BE>,
        <http://lexvo.org/id/term/slv/sirska%20abeceda%20estrangelo>,
        <http://lexvo.org/id/term/spa/siriaco%20estrangelo>,
        <http://lexvo.org/id/term/srp-Latn/sirijsko%20estrangelo%20pismo>,
        <http://lexvo.org/id/term/srp/%D1%81%D0%B8%D1%80%D0%B8%D1%98%D1%81%D0%BA%D0%BE%20%D0%B5%D1%81%D1%82%D1%80%D0%B0%D0%BD%D0%B3%D0%B5%D0%BB%D0%BE%20%D0%BF%D0%B8%D1%81%D0%BC%D0%BE>,
        <http://lexvo.org/id/term/swe/estrangelosyriska>,
        <http://lexvo.org/id/term/tam/%E0%AE%8E%E0%AE%B8%E0%AF%8D%E0%AE%9F%E0%AF%8D%E0%AE%B0%E0%AF%86%E0%AE%99%E0%AF%8D%E0%AE%95%E0%AF%86%E0%AE%B2%E0%AF%8B%20%E0%AE%9A%E0%AE%BF%E0%AE%B0%E0%AE%BF%E0%AE%AF%E0%AE%BE%E0%AE%95%E0%AF%8D>,
        <http://lexvo.org/id/term/tel/%E0%B0%8E%E0%B0%B8%E0%B1%8D%E0%B0%9F%E0%B1%8D%E0%B0%B0%E0%B0%BE%E0%B0%A8%E0%B0%9C%E0%B1%80%E0%B0%B2%E0%B1%8B%20%E0%B0%B8%E0%B0%BF%E0%B0%B0%E0%B0%BF%E0%B0%AF%E0%B0%BE%E0%B0%95%E0%B1%8D>,
        <http://lexvo.org/id/term/tha/%E0%B8%8B%E0%B8%B5%E0%B9%80%E0%B8%A3%E0%B8%B5%E0%B8%A2%E0%B9%80%E0%B8%AD%E0%B8%AA%E0%B8%97%E0%B8%A3%E0%B8%B2%E0%B8%99%E0%B8%88%E0%B8%B5%E0%B9%82%E0%B8%A5>,
        <http://lexvo.org/id/term/tur/Estrangela%20S%C3%BCryani>,
        <http://lexvo.org/id/term/ukr/%D0%94%D0%B0%D0%B2%D0%BD%D1%8C%D0%BE%D1%81%D0%B8%D1%80%D1%96%D0%B9%D1%81%D1%8C%D0%BA%D0%B8%D0%B9%20%D0%B5%D1%81%D1%82%D1%80%D0%B0%D0%BD%D0%B3%D0%B5%D0%BB%D0%BE>,
        <http://lexvo.org/id/term/vie/Ch%E1%BB%AF%20Estrangelo%20Syriac> .

<http://lexvo.org/id/script/Syrj> a lvont:Script ;
    rdfs:label "السريانية الغربية"@ar,
        "Западна сирийска"@bg,
        "পশ্চিমাঞ্চলীয় সিরিয়াক"@bn,
        "siriek ar c'hornôg"@br,
        "पश्चीमी सीरीआक"@brx,
        "zapadnosirijsko pismo"@bs,
        "западносиријско писмо"@bs-Cyrl,
        "siríac occidental"@ca,
        "西叙利亚文"@cmn,
        "敘利亞文（西方文字變體）"@cmn-Hant,
        "syrské - západní"@cs,
        "vestsyrisk"@da,
        "Westsyrisch"@de,
        "ɣetoɖoƒe siria gbeŋɔŋlɔ"@ee,
        "Δυτικό Συριακό"@el,
        "Syriac (Western variant)"@en,
        "Western Syriac"@en,
        "𐐎𐐯𐑅𐐻𐐲𐑉𐑌 𐐝𐐮𐑉𐐨𐐰𐐿"@en-Dsrt,
        "siriaco occidental"@es,
        "lääneassüüria"@et,
        "سریانی غربی"@fa,
        "syyrialainen läntinen muunnelma"@fi,
        "syriaque (variante occidentale)"@fr,
        "syriaque occidental"@fr,
        "siriac ocidentâl"@fur,
        "Weschtsyrisch"@gsw,
        "પશ્ચિમ સિરિયાક"@gu,
        "סורי מערבי"@he,
        "पश्चिम सिरिएक"@hi,
        "pismo zapadne Sirije"@hr,
        "Nyugat-szíriai"@hu,
        "Suriah Barat"@id,
        "siriaco occidentale"@it,
        "シリア文字[西方シリア文字]"@ja,
        "დასავლეთი სირიული"@ka,
        "ಪಶ್ಚಿಮ ಸಿರಿಯಾಕ್"@kn,
        "서부 시리아 문자"@ko,
        "مغرِبی سیٖریَک"@ks,
        "ຊີເຮຍຕາເວັນຕົກ"@lo,
        "vakarų sirų"@lt,
        "rietumsīriešu"@lv,
        "പശ്ചിമസുറിയാനി"@ml,
        "पश्चिमी सिरियाक"@mr,
        "vestlig syriakisk"@nb,
        "पश्चिमी सिरियाक"@ne,
        "West-Aramees"@nl,
        "syriakisk (vestleg variant)"@nn,
        "ୱେଷ୍ଟର୍ନ ସିରିକ୍"@or,
        "syryjski (odmiana zachodnia)"@pl,
        "siríaco ocidental"@pt,
        "siric dal vest"@rm,
        "siriacă occidentală"@ro,
        "Западносирийская"@ru,
        "zahodnosirijski"@sl,
        "западносиријско писмо"@sr,
        "Zapadnosirijsko pismo"@sr-Latn,
        "västsyriska"@sv,
        "மேற்கு சிரியாக்"@ta,
        "పశ్చిమ సిరియాక్"@te,
        "ซีเรียตะวันตก"@th,
        "Batı Süryani"@tr,
        "Давньосирійський західний"@uk,
        "Chữ Tây Syria"@vi ;
    lvont:iso15924Alphacode "Syrj"^^xsd:string ;
    lvont:label <http://lexvo.org/id/term/ara/%D8%A7%D9%84%D8%B3%D8%B1%D9%8A%D8%A7%D9%86%D9%8A%D8%A9%20%D8%A7%D9%84%D8%BA%D8%B1%D8%A8%D9%8A%D8%A9>,
        <http://lexvo.org/id/term/ben/%E0%A6%AA%E0%A6%B6%E0%A7%8D%E0%A6%9A%E0%A6%BF%E0%A6%AE%E0%A6%BE%E0%A6%9E%E0%A7%8D%E0%A6%9A%E0%A6%B2%E0%A7%80%E0%A6%AF%E0%A6%BC%20%E0%A6%B8%E0%A6%BF%E0%A6%B0%E0%A6%BF%E0%A6%AF%E0%A6%BC%E0%A6%BE%E0%A6%95>,
        <http://lexvo.org/id/term/bos-Cyrl/%D0%B7%D0%B0%D0%BF%D0%B0%D0%B4%D0%BD%D0%BE%D1%81%D0%B8%D1%80%D0%B8%D1%98%D1%81%D0%BA%D0%BE%20%D0%BF%D0%B8%D1%81%D0%BC%D0%BE>,
        <http://lexvo.org/id/term/bos/zapadnosirijsko%20pismo>,
        <http://lexvo.org/id/term/bre/siriek%20ar%20c'horn%C3%B4g>,
        <http://lexvo.org/id/term/brx/%E0%A4%AA%E0%A4%B6%E0%A5%8D%E0%A4%9A%E0%A5%80%E0%A4%AE%E0%A5%80%20%E0%A4%B8%E0%A5%80%E0%A4%B0%E0%A5%80%E0%A4%86%E0%A4%95>,
        <http://lexvo.org/id/term/bul/%D0%97%D0%B0%D0%BF%D0%B0%D0%B4%D0%BD%D0%B0%20%D1%81%D0%B8%D1%80%D0%B8%D0%B9%D1%81%D0%BA%D0%B0>,
        <http://lexvo.org/id/term/cat/sir%C3%ADac%20occidental>,
        <http://lexvo.org/id/term/ces/syrsk%C3%A9%20-%20z%C3%A1padn%C3%AD>,
        <http://lexvo.org/id/term/cmn-Hant/%E6%95%98%E5%88%A9%E4%BA%9E%E6%96%87%EF%BC%88%E8%A5%BF%E6%96%B9%E6%96%87%E5%AD%97%E8%AE%8A%E9%AB%94%EF%BC%89>,
        <http://lexvo.org/id/term/cmn/%E8%A5%BF%E5%8F%99%E5%88%A9%E4%BA%9A%E6%96%87>,
        <http://lexvo.org/id/term/dan/vestsyrisk>,
        <http://lexvo.org/id/term/deu/Westsyrisch>,
        <http://lexvo.org/id/term/ell/%CE%94%CF%85%CF%84%CE%B9%CE%BA%CF%8C%20%CE%A3%CF%85%CF%81%CE%B9%CE%B1%CE%BA%CF%8C>,
        <http://lexvo.org/id/term/eng-Dsrt/%F0%90%90%8E%F0%90%90%AF%F0%90%91%85%F0%90%90%BB%F0%90%90%B2%F0%90%91%89%F0%90%91%8C%20%F0%90%90%9D%F0%90%90%AE%F0%90%91%89%F0%90%90%A8%F0%90%90%B0%F0%90%90%BF>,
        <http://lexvo.org/id/term/eng/Syriac%20(Western%20variant)>,
        <http://lexvo.org/id/term/eng/Western%20Syriac>,
        <http://lexvo.org/id/term/est/l%C3%A4%C3%A4neass%C3%BC%C3%BCria>,
        <http://lexvo.org/id/term/ewe/%C9%A3eto%C9%96o%C6%92e%20siria%20gbe%C5%8B%C9%94%C5%8Bl%C9%94>,
        <http://lexvo.org/id/term/fas/%D8%B3%D8%B1%DB%8C%D8%A7%D9%86%DB%8C%20%D8%BA%D8%B1%D8%A8%DB%8C>,
        <http://lexvo.org/id/term/fin/syyrialainen%20l%C3%A4ntinen%20muunnelma>,
        <http://lexvo.org/id/term/fra/syriaque%20(variante%20occidentale)>,
        <http://lexvo.org/id/term/fra/syriaque%20occidental>,
        <http://lexvo.org/id/term/fur/siriac%20ocident%C3%A2l>,
        <http://lexvo.org/id/term/gsw/Weschtsyrisch>,
        <http://lexvo.org/id/term/guj/%E0%AA%AA%E0%AA%B6%E0%AB%8D%E0%AA%9A%E0%AA%BF%E0%AA%AE%20%E0%AA%B8%E0%AA%BF%E0%AA%B0%E0%AA%BF%E0%AA%AF%E0%AA%BE%E0%AA%95>,
        <http://lexvo.org/id/term/heb/%D7%A1%D7%95%D7%A8%D7%99%20%D7%9E%D7%A2%D7%A8%D7%91%D7%99>,
        <http://lexvo.org/id/term/hin/%E0%A4%AA%E0%A4%B6%E0%A5%8D%E0%A4%9A%E0%A4%BF%E0%A4%AE%20%E0%A4%B8%E0%A4%BF%E0%A4%B0%E0%A4%BF%E0%A4%8F%E0%A4%95>,
        <http://lexvo.org/id/term/hrv/pismo%20zapadne%20Sirije>,
        <http://lexvo.org/id/term/hun/Nyugat-sz%C3%ADriai>,
        <http://lexvo.org/id/term/ind/Suriah%20Barat>,
        <http://lexvo.org/id/term/ita/siriaco%20occidentale>,
        <http://lexvo.org/id/term/jpn/%E3%82%B7%E3%83%AA%E3%82%A2%E6%96%87%E5%AD%97%5B%E8%A5%BF%E6%96%B9%E3%82%B7%E3%83%AA%E3%82%A2%E6%96%87%E5%AD%97%5D>,
        <http://lexvo.org/id/term/kan/%E0%B2%AA%E0%B2%B6%E0%B3%8D%E0%B2%9A%E0%B2%BF%E0%B2%AE%20%E0%B2%B8%E0%B2%BF%E0%B2%B0%E0%B2%BF%E0%B2%AF%E0%B2%BE%E0%B2%95%E0%B3%8D>,
        <http://lexvo.org/id/term/kas/%D9%85%D8%BA%D8%B1%D9%90%D8%A8%DB%8C%20%D8%B3%DB%8C%D9%96%D8%B1%DB%8C%D9%8E%DA%A9>,
        <http://lexvo.org/id/term/kat/%E1%83%93%E1%83%90%E1%83%A1%E1%83%90%E1%83%95%E1%83%9A%E1%83%94%E1%83%97%E1%83%98%20%E1%83%A1%E1%83%98%E1%83%A0%E1%83%98%E1%83%A3%E1%83%9A%E1%83%98>,
        <http://lexvo.org/id/term/kor/%EC%84%9C%EB%B6%80%20%EC%8B%9C%EB%A6%AC%EC%95%84%20%EB%AC%B8%EC%9E%90>,
        <http://lexvo.org/id/term/lao/%E0%BA%8A%E0%BA%B5%E0%BB%80%E0%BA%AE%E0%BA%8D%E0%BA%95%E0%BA%B2%E0%BB%80%E0%BA%A7%E0%BA%B1%E0%BA%99%E0%BA%95%E0%BA%BB%E0%BA%81>,
        <http://lexvo.org/id/term/lav/rietums%C4%ABrie%C5%A1u>,
        <http://lexvo.org/id/term/lit/vakar%C5%B3%20sir%C5%B3>,
        <http://lexvo.org/id/term/mal/%E0%B4%AA%E0%B4%B6%E0%B5%8D%E0%B4%9A%E0%B4%BF%E0%B4%AE%E0%B4%B8%E0%B5%81%E0%B4%B1%E0%B4%BF%E0%B4%AF%E0%B4%BE%E0%B4%A8%E0%B4%BF>,
        <http://lexvo.org/id/term/mar/%E0%A4%AA%E0%A4%B6%E0%A5%8D%E0%A4%9A%E0%A4%BF%E0%A4%AE%E0%A5%80%20%E0%A4%B8%E0%A4%BF%E0%A4%B0%E0%A4%BF%E0%A4%AF%E0%A4%BE%E0%A4%95>,
        <http://lexvo.org/id/term/nep/%E0%A4%AA%E0%A4%B6%E0%A5%8D%E0%A4%9A%E0%A4%BF%E0%A4%AE%E0%A5%80%20%E0%A4%B8%E0%A4%BF%E0%A4%B0%E0%A4%BF%E0%A4%AF%E0%A4%BE%E0%A4%95>,
        <http://lexvo.org/id/term/nld/West-Aramees>,
        <http://lexvo.org/id/term/nno/syriakisk%20(vestleg%20variant)>,
        <http://lexvo.org/id/term/nob/vestlig%20syriakisk>,
        <http://lexvo.org/id/term/ori/%E0%AD%B1%E0%AD%87%E0%AC%B7%E0%AD%8D%E0%AC%9F%E0%AC%B0%E0%AD%8D%E0%AC%A8%20%E0%AC%B8%E0%AC%BF%E0%AC%B0%E0%AC%BF%E0%AC%95%E0%AD%8D>,
        <http://lexvo.org/id/term/pol/syryjski%20(odmiana%20zachodnia)>,
        <http://lexvo.org/id/term/por/sir%C3%ADaco%20ocidental>,
        <http://lexvo.org/id/term/roh/siric%20dal%20vest>,
        <http://lexvo.org/id/term/ron/siriac%C4%83%20occidental%C4%83>,
        <http://lexvo.org/id/term/rus/%D0%97%D0%B0%D0%BF%D0%B0%D0%B4%D0%BD%D0%BE%D1%81%D0%B8%D1%80%D0%B8%D0%B9%D1%81%D0%BA%D0%B0%D1%8F>,
        <http://lexvo.org/id/term/slv/zahodnosirijski>,
        <http://lexvo.org/id/term/spa/siriaco%20occidental>,
        <http://lexvo.org/id/term/srp-Latn/Zapadnosirijsko%20pismo>,
        <http://lexvo.org/id/term/srp/%D0%B7%D0%B0%D0%BF%D0%B0%D0%B4%D0%BD%D0%BE%D1%81%D0%B8%D1%80%D0%B8%D1%98%D1%81%D0%BA%D0%BE%20%D0%BF%D0%B8%D1%81%D0%BC%D0%BE>,
        <http://lexvo.org/id/term/swe/v%C3%A4stsyriska>,
        <http://lexvo.org/id/term/tam/%E0%AE%AE%E0%AF%87%E0%AE%B1%E0%AF%8D%E0%AE%95%E0%AF%81%20%E0%AE%9A%E0%AE%BF%E0%AE%B0%E0%AE%BF%E0%AE%AF%E0%AE%BE%E0%AE%95%E0%AF%8D>,
        <http://lexvo.org/id/term/tel/%E0%B0%AA%E0%B0%B6%E0%B1%8D%E0%B0%9A%E0%B0%BF%E0%B0%AE%20%E0%B0%B8%E0%B0%BF%E0%B0%B0%E0%B0%BF%E0%B0%AF%E0%B0%BE%E0%B0%95%E0%B1%8D>,
        <http://lexvo.org/id/term/tha/%E0%B8%8B%E0%B8%B5%E0%B9%80%E0%B8%A3%E0%B8%B5%E0%B8%A2%E0%B8%95%E0%B8%B0%E0%B8%A7%E0%B8%B1%E0%B8%99%E0%B8%95%E0%B8%81>,
        <http://lexvo.org/id/term/tur/Bat%C4%B1%20S%C3%BCryani>,
        <http://lexvo.org/id/term/ukr/%D0%94%D0%B0%D0%B2%D0%BD%D1%8C%D0%BE%D1%81%D0%B8%D1%80%D1%96%D0%B9%D1%81%D1%8C%D0%BA%D0%B8%D0%B9%20%D0%B7%D0%B0%D1%85%D1%96%D0%B4%D0%BD%D0%B8%D0%B9>,
        <http://lexvo.org/id/term/vie/Ch%E1%BB%AF%20T%C3%A2y%20Syria> .

<http://lexvo.org/id/script/Syrn> a lvont:Script ;
    rdfs:label "السريانية الشرقية"@ar,
        "Източна сирийска"@bg,
        "পূর্বাঞ্চলীয় সিরিয়াক"@bn,
        "siriek ar reter"@br,
        "पूर्वी सीरीआक"@brx,
        "pismo istočne Sirije"@bs,
        "писмо источне Сирије"@bs-Cyrl,
        "siríac oriental"@ca,
        "东叙利亚文"@cmn,
        "敘利亞文（東方文字變體）"@cmn-Hant,
        "syrské - východní"@cs,
        "østsyriakisk"@da,
        "Ostsyrisch"@de,
        "ɣedzeƒe siria gbeŋɔŋlɔ"@ee,
        "Ανατολικό Συριακό"@el,
        "Eastern Syriac"@en,
        "Syriac (Eastern variant)"@en,
        "𐐀𐑅𐐻𐐲𐑉𐑌 𐐝𐐮𐑉𐐨𐐰𐐿"@en-Dsrt,
        "siriaco oriental"@es,
        "idaassüüria"@et,
        "سریانی شرقی"@fa,
        "syyrialainen itäinen muunnelma"@fi,
        "syriaque (variante orientale)"@fr,
        "syriaque oriental"@fr,
        "siriac orientâl"@fur,
        "Oschtsyrisch"@gsw,
        "પૂર્વ સિરિયાક"@gu,
        "סורי מזרחי"@he,
        "पूर्व सिरिएक"@hi,
        "pismo istočne Sirije"@hr,
        "Kelet-szíriai"@hu,
        "Suriah Timur"@id,
        "siriaco orientale"@it,
        "シリア文字[東方シリア文字]"@ja,
        "აღმოსავლეთი სირიული"@ka,
        "ಪೂರ್ವ ಸಿರಿಯಾಕ್"@kn,
        "동부 시리아 문자"@ko,
        "مشرَقی سیٖریَک"@ks,
        "ຊີເຮຍຕາເວັນອອກ"@lo,
        "rytų sirų"@lt,
        "austrumsīriešu"@lv,
        "കിഴക്കൻ സിറിയക്"@ml,
        "पूर्वी सिरियाक"@mr,
        "østlig syriakisk"@nb,
        "पूर्वी सिरियाक"@ne,
        "Oost-Aramees"@nl,
        "syriakisk (austleg variant)"@nn,
        "ଇଷ୍ଟର୍ନ ସିରିକ୍"@or,
        "syryjski (odmiana wschodnia)"@pl,
        "siríaco oriental"@pt,
        "siric da l'ost"@rm,
        "siriacă orientală"@ro,
        "Восточно-сирийская"@ru,
        "vzhodnosirijski"@sl,
        "писмо источне Сирије"@sr,
        "pismo istočne Sirije"@sr-Latn,
        "östsyriska"@sv,
        "கிழக்கு சிரியாக்"@ta,
        "తూర్పు సిరియాక్"@te,
        "ซีเรียตะวันออก"@th,
        "Doğu Süryani"@tr,
        "Давньосирійський східний"@uk,
        "Chữ Đông Syria"@vi ;
    lvont:iso15924Alphacode "Syrn"^^xsd:string ;
    lvont:label <http://lexvo.org/id/term/ara/%D8%A7%D9%84%D8%B3%D8%B1%D9%8A%D8%A7%D9%86%D9%8A%D8%A9%20%D8%A7%D9%84%D8%B4%D8%B1%D9%82%D9%8A%D8%A9>,
        <http://lexvo.org/id/term/ben/%E0%A6%AA%E0%A7%82%E0%A6%B0%E0%A7%8D%E0%A6%AC%E0%A6%BE%E0%A6%9E%E0%A7%8D%E0%A6%9A%E0%A6%B2%E0%A7%80%E0%A6%AF%E0%A6%BC%20%E0%A6%B8%E0%A6%BF%E0%A6%B0%E0%A6%BF%E0%A6%AF%E0%A6%BC%E0%A6%BE%E0%A6%95>,
        <http://lexvo.org/id/term/bos-Cyrl/%D0%BF%D0%B8%D1%81%D0%BC%D0%BE%20%D0%B8%D1%81%D1%82%D0%BE%D1%87%D0%BD%D0%B5%20%D0%A1%D0%B8%D1%80%D0%B8%D1%98%D0%B5>,
        <http://lexvo.org/id/term/bos/pismo%20isto%C4%8Dne%20Sirije>,
        <http://lexvo.org/id/term/bre/siriek%20ar%20reter>,
        <http://lexvo.org/id/term/brx/%E0%A4%AA%E0%A5%82%E0%A4%B0%E0%A5%8D%E0%A4%B5%E0%A5%80%20%E0%A4%B8%E0%A5%80%E0%A4%B0%E0%A5%80%E0%A4%86%E0%A4%95>,
        <http://lexvo.org/id/term/bul/%D0%98%D0%B7%D1%82%D0%BE%D1%87%D0%BD%D0%B0%20%D1%81%D0%B8%D1%80%D0%B8%D0%B9%D1%81%D0%BA%D0%B0>,
        <http://lexvo.org/id/term/cat/sir%C3%ADac%20oriental>,
        <http://lexvo.org/id/term/ces/syrsk%C3%A9%20-%20v%C3%BDchodn%C3%AD>,
        <http://lexvo.org/id/term/cmn-Hant/%E6%95%98%E5%88%A9%E4%BA%9E%E6%96%87%EF%BC%88%E6%9D%B1%E6%96%B9%E6%96%87%E5%AD%97%E8%AE%8A%E9%AB%94%EF%BC%89>,
        <http://lexvo.org/id/term/cmn/%E4%B8%9C%E5%8F%99%E5%88%A9%E4%BA%9A%E6%96%87>,
        <http://lexvo.org/id/term/dan/%C3%B8stsyriakisk>,
        <http://lexvo.org/id/term/deu/Ostsyrisch>,
        <http://lexvo.org/id/term/ell/%CE%91%CE%BD%CE%B1%CF%84%CE%BF%CE%BB%CE%B9%CE%BA%CF%8C%20%CE%A3%CF%85%CF%81%CE%B9%CE%B1%CE%BA%CF%8C>,
        <http://lexvo.org/id/term/eng-Dsrt/%F0%90%90%80%F0%90%91%85%F0%90%90%BB%F0%90%90%B2%F0%90%91%89%F0%90%91%8C%20%F0%90%90%9D%F0%90%90%AE%F0%90%91%89%F0%90%90%A8%F0%90%90%B0%F0%90%90%BF>,
        <http://lexvo.org/id/term/eng/Eastern%20Syriac>,
        <http://lexvo.org/id/term/eng/Syriac%20(Eastern%20variant)>,
        <http://lexvo.org/id/term/est/idaass%C3%BC%C3%BCria>,
        <http://lexvo.org/id/term/ewe/%C9%A3edze%C6%92e%20siria%20gbe%C5%8B%C9%94%C5%8Bl%C9%94>,
        <http://lexvo.org/id/term/fas/%D8%B3%D8%B1%DB%8C%D8%A7%D9%86%DB%8C%20%D8%B4%D8%B1%D9%82%DB%8C>,
        <http://lexvo.org/id/term/fin/syyrialainen%20it%C3%A4inen%20muunnelma>,
        <http://lexvo.org/id/term/fra/syriaque%20(variante%20orientale)>,
        <http://lexvo.org/id/term/fra/syriaque%20oriental>,
        <http://lexvo.org/id/term/fur/siriac%20orient%C3%A2l>,
        <http://lexvo.org/id/term/gsw/Oschtsyrisch>,
        <http://lexvo.org/id/term/guj/%E0%AA%AA%E0%AB%82%E0%AA%B0%E0%AB%8D%E0%AA%B5%20%E0%AA%B8%E0%AA%BF%E0%AA%B0%E0%AA%BF%E0%AA%AF%E0%AA%BE%E0%AA%95>,
        <http://lexvo.org/id/term/heb/%D7%A1%D7%95%D7%A8%D7%99%20%D7%9E%D7%96%D7%A8%D7%97%D7%99>,
        <http://lexvo.org/id/term/hin/%E0%A4%AA%E0%A5%82%E0%A4%B0%E0%A5%8D%E0%A4%B5%20%E0%A4%B8%E0%A4%BF%E0%A4%B0%E0%A4%BF%E0%A4%8F%E0%A4%95>,
        <http://lexvo.org/id/term/hrv/pismo%20isto%C4%8Dne%20Sirije>,
        <http://lexvo.org/id/term/hun/Kelet-sz%C3%ADriai>,
        <http://lexvo.org/id/term/ind/Suriah%20Timur>,
        <http://lexvo.org/id/term/ita/siriaco%20orientale>,
        <http://lexvo.org/id/term/jpn/%E3%82%B7%E3%83%AA%E3%82%A2%E6%96%87%E5%AD%97%5B%E6%9D%B1%E6%96%B9%E3%82%B7%E3%83%AA%E3%82%A2%E6%96%87%E5%AD%97%5D>,
        <http://lexvo.org/id/term/kan/%E0%B2%AA%E0%B3%82%E0%B2%B0%E0%B3%8D%E0%B2%B5%20%E0%B2%B8%E0%B2%BF%E0%B2%B0%E0%B2%BF%E0%B2%AF%E0%B2%BE%E0%B2%95%E0%B3%8D>,
        <http://lexvo.org/id/term/kas/%D9%85%D8%B4%D8%B1%D9%8E%D9%82%DB%8C%20%D8%B3%DB%8C%D9%96%D8%B1%DB%8C%D9%8E%DA%A9>,
        <http://lexvo.org/id/term/kat/%E1%83%90%E1%83%A6%E1%83%9B%E1%83%9D%E1%83%A1%E1%83%90%E1%83%95%E1%83%9A%E1%83%94%E1%83%97%E1%83%98%20%E1%83%A1%E1%83%98%E1%83%A0%E1%83%98%E1%83%A3%E1%83%9A%E1%83%98>,
        <http://lexvo.org/id/term/kor/%EB%8F%99%EB%B6%80%20%EC%8B%9C%EB%A6%AC%EC%95%84%20%EB%AC%B8%EC%9E%90>,
        <http://lexvo.org/id/term/lao/%E0%BA%8A%E0%BA%B5%E0%BB%80%E0%BA%AE%E0%BA%8D%E0%BA%95%E0%BA%B2%E0%BB%80%E0%BA%A7%E0%BA%B1%E0%BA%99%E0%BA%AD%E0%BA%AD%E0%BA%81>,
        <http://lexvo.org/id/term/lav/austrums%C4%ABrie%C5%A1u>,
        <http://lexvo.org/id/term/lit/ryt%C5%B3%20sir%C5%B3>,
        <http://lexvo.org/id/term/mal/%E0%B4%95%E0%B4%BF%E0%B4%B4%E0%B4%95%E0%B5%8D%E0%B4%95%E0%B5%BB%20%E0%B4%B8%E0%B4%BF%E0%B4%B1%E0%B4%BF%E0%B4%AF%E0%B4%95%E0%B5%8D>,
        <http://lexvo.org/id/term/mar/%E0%A4%AA%E0%A5%82%E0%A4%B0%E0%A5%8D%E0%A4%B5%E0%A5%80%20%E0%A4%B8%E0%A4%BF%E0%A4%B0%E0%A4%BF%E0%A4%AF%E0%A4%BE%E0%A4%95>,
        <http://lexvo.org/id/term/nep/%E0%A4%AA%E0%A5%82%E0%A4%B0%E0%A5%8D%E0%A4%B5%E0%A5%80%20%E0%A4%B8%E0%A4%BF%E0%A4%B0%E0%A4%BF%E0%A4%AF%E0%A4%BE%E0%A4%95>,
        <http://lexvo.org/id/term/nld/Oost-Aramees>,
        <http://lexvo.org/id/term/nno/syriakisk%20(austleg%20variant)>,
        <http://lexvo.org/id/term/nob/%C3%B8stlig%20syriakisk>,
        <http://lexvo.org/id/term/ori/%E0%AC%87%E0%AC%B7%E0%AD%8D%E0%AC%9F%E0%AC%B0%E0%AD%8D%E0%AC%A8%20%E0%AC%B8%E0%AC%BF%E0%AC%B0%E0%AC%BF%E0%AC%95%E0%AD%8D>,
        <http://lexvo.org/id/term/pol/syryjski%20(odmiana%20wschodnia)>,
        <http://lexvo.org/id/term/por/sir%C3%ADaco%20oriental>,
        <http://lexvo.org/id/term/roh/siric%20da%20l'ost>,
        <http://lexvo.org/id/term/ron/siriac%C4%83%20oriental%C4%83>,
        <http://lexvo.org/id/term/rus/%D0%92%D0%BE%D1%81%D1%82%D0%BE%D1%87%D0%BD%D0%BE-%D1%81%D0%B8%D1%80%D0%B8%D0%B9%D1%81%D0%BA%D0%B0%D1%8F>,
        <http://lexvo.org/id/term/slv/vzhodnosirijski>,
        <http://lexvo.org/id/term/spa/siriaco%20oriental>,
        <http://lexvo.org/id/term/srp-Latn/pismo%20isto%C4%8Dne%20Sirije>,
        <http://lexvo.org/id/term/srp/%D0%BF%D0%B8%D1%81%D0%BC%D0%BE%20%D0%B8%D1%81%D1%82%D0%BE%D1%87%D0%BD%D0%B5%20%D0%A1%D0%B8%D1%80%D0%B8%D1%98%D0%B5>,
        <http://lexvo.org/id/term/swe/%C3%B6stsyriska>,
        <http://lexvo.org/id/term/tam/%E0%AE%95%E0%AE%BF%E0%AE%B4%E0%AE%95%E0%AF%8D%E0%AE%95%E0%AF%81%20%E0%AE%9A%E0%AE%BF%E0%AE%B0%E0%AE%BF%E0%AE%AF%E0%AE%BE%E0%AE%95%E0%AF%8D>,
        <http://lexvo.org/id/term/tel/%E0%B0%A4%E0%B1%82%E0%B0%B0%E0%B1%8D%E0%B0%AA%E0%B1%81%20%E0%B0%B8%E0%B0%BF%E0%B0%B0%E0%B0%BF%E0%B0%AF%E0%B0%BE%E0%B0%95%E0%B1%8D>,
        <http://lexvo.org/id/term/tha/%E0%B8%8B%E0%B8%B5%E0%B9%80%E0%B8%A3%E0%B8%B5%E0%B8%A2%E0%B8%95%E0%B8%B0%E0%B8%A7%E0%B8%B1%E0%B8%99%E0%B8%AD%E0%B8%AD%E0%B8%81>,
        <http://lexvo.org/id/term/tur/Do%C4%9Fu%20S%C3%BCryani>,
        <http://lexvo.org/id/term/ukr/%D0%94%D0%B0%D0%B2%D0%BD%D1%8C%D0%BE%D1%81%D0%B8%D1%80%D1%96%D0%B9%D1%81%D1%8C%D0%BA%D0%B8%D0%B9%20%D1%81%D1%85%D1%96%D0%B4%D0%BD%D0%B8%D0%B9>,
        <http://lexvo.org/id/term/vie/Ch%E1%BB%AF%20%C4%90%C3%B4ng%20Syria> .

<http://lexvo.org/id/script/Tagb> a lvont:Script ;
    rdfs:label "ትአግባንዋ"@am,
        "التاجبانوا"@ar,
        "taqbanva"@az,
        "Тагбанва"@bg,
        "টাগোওয়ানা"@bn,
        "तागबानवा"@brx,
        "tagbanva pismo"@bs,
        "тагбанва писмо"@bs-Cyrl,
        "tagbanwa"@ca,
        "塔格班瓦文"@cmn,
        "南島文"@cmn-Hant,
        "tagbanwa"@cs,
        "tagbanwa"@da,
        "Tagbanwa"@de,
        "tagbanwa gbeŋɔŋlɔ"@ee,
        "Ταγκμάνγουα"@el,
        "Tagbanwa"@en,
        "𐐓𐐲𐑀𐐺𐐪𐑌𐐶𐐪"@en-Dsrt,
        "tagbanúa"@es,
        "tagbanwa"@et,
        "تگبنوایی"@fa,
        "tagbanwalainen"@fi,
        "tagbanoua"@fr,
        "Tagbanwa"@gsw,
        "તગબન્વા"@gu,
        "तगबन्वा"@hi,
        "tagbanwa pismo"@hr,
        "Tagbanwa"@hu,
        "Tagbanwa"@id,
        "tagbanwa"@it,
        "タグバンワ文字"@ja,
        "ಟಾಗ್ಬಾನವಾ"@kn,
        "타그반와 문자"@ko,
        "تَگبَنوا"@ks,
        "ຕັກບັນວາ"@lo,
        "tagbanva"@lt,
        "തഗ്ബൻവാ"@ml,
        "तगोआन्वा"@mr,
        "tagbanwa"@nb,
        "टाग्वान्वा"@ne,
        "Tagbanwa"@nl,
        "tagbanwa"@nn,
        "ତଗବାନ୍ୱା"@or,
        "tagbanwa"@pl,
        "tagbanwa"@pt,
        "tagbanwa"@rm,
        "Тагбанва"@ru,
        "tagbanski"@sl,
        "тагбанва писмо"@sr,
        "tagbanva pismo"@sr-Latn,
        "tagbanwa"@sv,
        "தகோவானா"@ta,
        "టాగ్బానవా"@te,
        "ตักบันวา"@th,
        "Tagbanva"@tr,
        "Тагбанва"@uk,
        "Chữ Tagbanwa"@vi ;
    lvont:iso15924Alphacode "Tagb"^^xsd:string ;
    lvont:label <http://lexvo.org/id/term/amh/%E1%89%B5%E1%8A%A0%E1%8C%8D%E1%89%A3%E1%8A%95%E1%8B%8B>,
        <http://lexvo.org/id/term/ara/%D8%A7%D9%84%D8%AA%D8%A7%D8%AC%D8%A8%D8%A7%D9%86%D9%88%D8%A7>,
        <http://lexvo.org/id/term/aze/taqbanva>,
        <http://lexvo.org/id/term/ben/%E0%A6%9F%E0%A6%BE%E0%A6%97%E0%A7%8B%E0%A6%93%E0%A6%AF%E0%A6%BC%E0%A6%BE%E0%A6%A8%E0%A6%BE>,
        <http://lexvo.org/id/term/bos-Cyrl/%D1%82%D0%B0%D0%B3%D0%B1%D0%B0%D0%BD%D0%B2%D0%B0%20%D0%BF%D0%B8%D1%81%D0%BC%D0%BE>,
        <http://lexvo.org/id/term/bos/tagbanva%20pismo>,
        <http://lexvo.org/id/term/brx/%E0%A4%A4%E0%A4%BE%E0%A4%97%E0%A4%AC%E0%A4%BE%E0%A4%A8%E0%A4%B5%E0%A4%BE>,
        <http://lexvo.org/id/term/bul/%D0%A2%D0%B0%D0%B3%D0%B1%D0%B0%D0%BD%D0%B2%D0%B0>,
        <http://lexvo.org/id/term/cat/tagbanwa>,
        <http://lexvo.org/id/term/ces/tagbanwa>,
        <http://lexvo.org/id/term/cmn-Hant/%E5%8D%97%E5%B3%B6%E6%96%87>,
        <http://lexvo.org/id/term/cmn/%E5%A1%94%E6%A0%BC%E7%8F%AD%E7%93%A6%E6%96%87>,
        <http://lexvo.org/id/term/dan/tagbanwa>,
        <http://lexvo.org/id/term/deu/Tagbanwa>,
        <http://lexvo.org/id/term/ell/%CE%A4%CE%B1%CE%B3%CE%BA%CE%BC%CE%AC%CE%BD%CE%B3%CE%BF%CF%85%CE%B1>,
        <http://lexvo.org/id/term/eng-Dsrt/%F0%90%90%93%F0%90%90%B2%F0%90%91%80%F0%90%90%BA%F0%90%90%AA%F0%90%91%8C%F0%90%90%B6%F0%90%90%AA>,
        <http://lexvo.org/id/term/eng/Tagbanwa>,
        <http://lexvo.org/id/term/est/tagbanwa>,
        <http://lexvo.org/id/term/ewe/tagbanwa%20gbe%C5%8B%C9%94%C5%8Bl%C9%94>,
        <http://lexvo.org/id/term/fas/%D8%AA%DA%AF%D8%A8%D9%86%D9%88%D8%A7%DB%8C%DB%8C>,
        <http://lexvo.org/id/term/fin/tagbanwalainen>,
        <http://lexvo.org/id/term/fra/tagbanoua>,
        <http://lexvo.org/id/term/gsw/Tagbanwa>,
        <http://lexvo.org/id/term/guj/%E0%AA%A4%E0%AA%97%E0%AA%AC%E0%AA%A8%E0%AB%8D%E0%AA%B5%E0%AA%BE>,
        <http://lexvo.org/id/term/hin/%E0%A4%A4%E0%A4%97%E0%A4%AC%E0%A4%A8%E0%A5%8D%E0%A4%B5%E0%A4%BE>,
        <http://lexvo.org/id/term/hrv/tagbanwa%20pismo>,
        <http://lexvo.org/id/term/hun/Tagbanwa>,
        <http://lexvo.org/id/term/ind/Tagbanwa>,
        <http://lexvo.org/id/term/ita/tagbanwa>,
        <http://lexvo.org/id/term/jpn/%E3%82%BF%E3%82%B0%E3%83%90%E3%83%B3%E3%83%AF%E6%96%87%E5%AD%97>,
        <http://lexvo.org/id/term/kan/%E0%B2%9F%E0%B2%BE%E0%B2%97%E0%B3%8D%E0%B2%AC%E0%B2%BE%E0%B2%A8%E0%B2%B5%E0%B2%BE>,
        <http://lexvo.org/id/term/kas/%D8%AA%D9%8E%DA%AF%D8%A8%D9%8E%D9%86%D9%88%D8%A7>,
        <http://lexvo.org/id/term/kor/%ED%83%80%EA%B7%B8%EB%B0%98%EC%99%80%20%EB%AC%B8%EC%9E%90>,
        <http://lexvo.org/id/term/lao/%E0%BA%95%E0%BA%B1%E0%BA%81%E0%BA%9A%E0%BA%B1%E0%BA%99%E0%BA%A7%E0%BA%B2>,
        <http://lexvo.org/id/term/lit/tagbanva>,
        <http://lexvo.org/id/term/mal/%E0%B4%A4%E0%B4%97%E0%B5%8D%E0%B4%AC%E0%B5%BB%E0%B4%B5%E0%B4%BE>,
        <http://lexvo.org/id/term/mar/%E0%A4%A4%E0%A4%97%E0%A5%8B%E0%A4%86%E0%A4%A8%E0%A5%8D%E0%A4%B5%E0%A4%BE>,
        <http://lexvo.org/id/term/nep/%E0%A4%9F%E0%A4%BE%E0%A4%97%E0%A5%8D%E0%A4%B5%E0%A4%BE%E0%A4%A8%E0%A5%8D%E0%A4%B5%E0%A4%BE>,
        <http://lexvo.org/id/term/nld/Tagbanwa>,
        <http://lexvo.org/id/term/nno/tagbanwa>,
        <http://lexvo.org/id/term/nob/tagbanwa>,
        <http://lexvo.org/id/term/ori/%E0%AC%A4%E0%AC%97%E0%AC%AC%E0%AC%BE%E0%AC%A8%E0%AD%8D%E0%AD%B1%E0%AC%BE>,
        <http://lexvo.org/id/term/pol/tagbanwa>,
        <http://lexvo.org/id/term/por/tagbanwa>,
        <http://lexvo.org/id/term/roh/tagbanwa>,
        <http://lexvo.org/id/term/rus/%D0%A2%D0%B0%D0%B3%D0%B1%D0%B0%D0%BD%D0%B2%D0%B0>,
        <http://lexvo.org/id/term/slv/tagbanski>,
        <http://lexvo.org/id/term/spa/tagban%C3%BAa>,
        <http://lexvo.org/id/term/srp-Latn/tagbanva%20pismo>,
        <http://lexvo.org/id/term/srp/%D1%82%D0%B0%D0%B3%D0%B1%D0%B0%D0%BD%D0%B2%D0%B0%20%D0%BF%D0%B8%D1%81%D0%BC%D0%BE>,
        <http://lexvo.org/id/term/swe/tagbanwa>,
        <http://lexvo.org/id/term/tam/%E0%AE%A4%E0%AE%95%E0%AF%8B%E0%AE%B5%E0%AE%BE%E0%AE%A9%E0%AE%BE>,
        <http://lexvo.org/id/term/tel/%E0%B0%9F%E0%B0%BE%E0%B0%97%E0%B1%8D%E0%B0%AC%E0%B0%BE%E0%B0%A8%E0%B0%B5%E0%B0%BE>,
        <http://lexvo.org/id/term/tha/%E0%B8%95%E0%B8%B1%E0%B8%81%E0%B8%9A%E0%B8%B1%E0%B8%99%E0%B8%A7%E0%B8%B2>,
        <http://lexvo.org/id/term/tur/Tagbanva>,
        <http://lexvo.org/id/term/ukr/%D0%A2%D0%B0%D0%B3%D0%B1%D0%B0%D0%BD%D0%B2%D0%B0>,
        <http://lexvo.org/id/term/vie/Ch%E1%BB%AF%20Tagbanwa> .

<http://lexvo.org/id/script/Takr> a lvont:Script ;
    rdfs:label "takri"@ca,
        "泰克里文"@cmn,
        "塔卡里文字"@cmn-Hant,
        "Takri"@en,
        "Takri, Ṭākrī, Ṭāṅkrī"@en,
        "takri"@fi,
        "tâkrî"@fr,
        "Takri"@id,
        "タークリー文字"@ja,
        "타크리 문자"@ko,
        "ທາຄຮີ"@lo,
        "takri"@pl,
        "takritiska"@sv,
        "ทาครี"@th,
        "Chữ Takri"@vi ;
    lvont:iso15924Alphacode "Takr"^^xsd:string ;
    lvont:label <http://lexvo.org/id/term/cat/takri>,
        <http://lexvo.org/id/term/cmn-Hant/%E5%A1%94%E5%8D%A1%E9%87%8C%E6%96%87%E5%AD%97>,
        <http://lexvo.org/id/term/cmn/%E6%B3%B0%E5%85%8B%E9%87%8C%E6%96%87>,
        <http://lexvo.org/id/term/eng/Takri>,
        <http://lexvo.org/id/term/eng/Takri%2C%20%E1%B9%AC%C4%81kr%C4%AB%2C%20%E1%B9%AC%C4%81%E1%B9%85kr%C4%AB>,
        <http://lexvo.org/id/term/fin/takri>,
        <http://lexvo.org/id/term/fra/t%C3%A2kr%C3%AE>,
        <http://lexvo.org/id/term/ind/Takri>,
        <http://lexvo.org/id/term/jpn/%E3%82%BF%E3%83%BC%E3%82%AF%E3%83%AA%E3%83%BC%E6%96%87%E5%AD%97>,
        <http://lexvo.org/id/term/kor/%ED%83%80%ED%81%AC%EB%A6%AC%20%EB%AC%B8%EC%9E%90>,
        <http://lexvo.org/id/term/lao/%E0%BA%97%E0%BA%B2%E0%BA%84%E0%BA%AE%E0%BA%B5>,
        <http://lexvo.org/id/term/pol/takri>,
        <http://lexvo.org/id/term/swe/takritiska>,
        <http://lexvo.org/id/term/tha/%E0%B8%97%E0%B8%B2%E0%B8%84%E0%B8%A3%E0%B8%B5>,
        <http://lexvo.org/id/term/vie/Ch%E1%BB%AF%20Takri> .

<http://lexvo.org/id/script/Tale> a lvont:Script ;
    rdfs:label "ታኢ ለ"@am,
        "التاي لي"@ar,
        "tay le"@az,
        "Тай Ле"@bg,
        "তাইলে"@bn,
        "ताई ले"@brx,
        "tai le pismo"@bs,
        "таи ле писмо"@bs-Cyrl,
        "tai le"@ca,
        "泰乐文"@cmn,
        "傣哪文"@cmn-Hant,
        "tai le"@da,
        "Tai Le"@de,
        "tai le gbeŋɔŋlɔ"@ee,
        "Τάι Λε"@el,
        "Tai Le"@en,
        "𐐓𐐴 𐐢𐐯"@en-Dsrt,
        "tai le"@es,
        "tai le"@et,
        "tailelainen"@fi,
        "taï-le"@fr,
        "Tai Le"@gsw,
        "તાઇ લી"@gu,
        "ताई ली"@hi,
        "tai le pismo"@hr,
        "Tai Le"@hu,
        "Tai Le"@id,
        "tai le"@is,
        "tai le"@it,
        "タイ・レ文字"@ja,
        "ಥಾಯ್ ಲಿ"@kn,
        "타이 레 문자"@ko,
        "تَیلیے"@ks,
        "ໄທເລ"@lo,
        "tai le"@lt,
        "തായ് ലേ"@ml,
        "ताई ली"@mr,
        "တိုင်လီ"@my,
        "tai le"@nb,
        "टाइले"@ne,
        "Tai Le"@nl,
        "tai le"@nn,
        "ତାଇ ଲେ"@or,
        "tai le"@pl,
        "tai Le"@pt,
        "tai le"@pt,
        "tai le"@rm,
        "Тайский Ле"@ru,
        "таи ле писмо"@sr,
        "tai le pismo"@sr-Latn,
        "tai le"@sv,
        "தாய் லே"@ta,
        "తై లీ"@te,
        "ไทเล"@th,
        "Tai Le"@tr,
        "Тай-лі"@uk,
        "Chữ Thái Na"@vi ;
    lvont:iso15924Alphacode "Tale"^^xsd:string ;
    lvont:label <http://lexvo.org/id/term/amh/%E1%89%B3%E1%8A%A2%20%E1%88%88>,
        <http://lexvo.org/id/term/ara/%D8%A7%D9%84%D8%AA%D8%A7%D9%8A%20%D9%84%D9%8A>,
        <http://lexvo.org/id/term/aze/tay%20le>,
        <http://lexvo.org/id/term/ben/%E0%A6%A4%E0%A6%BE%E0%A6%87%E0%A6%B2%E0%A7%87>,
        <http://lexvo.org/id/term/bos-Cyrl/%D1%82%D0%B0%D0%B8%20%D0%BB%D0%B5%20%D0%BF%D0%B8%D1%81%D0%BC%D0%BE>,
        <http://lexvo.org/id/term/bos/tai%20le%20pismo>,
        <http://lexvo.org/id/term/brx/%E0%A4%A4%E0%A4%BE%E0%A4%88%20%E0%A4%B2%E0%A5%87>,
        <http://lexvo.org/id/term/bul/%D0%A2%D0%B0%D0%B9%20%D0%9B%D0%B5>,
        <http://lexvo.org/id/term/cat/tai%20le>,
        <http://lexvo.org/id/term/cmn-Hant/%E5%82%A3%E5%93%AA%E6%96%87>,
        <http://lexvo.org/id/term/cmn/%E6%B3%B0%E4%B9%90%E6%96%87>,
        <http://lexvo.org/id/term/dan/tai%20le>,
        <http://lexvo.org/id/term/deu/Tai%20Le>,
        <http://lexvo.org/id/term/ell/%CE%A4%CE%AC%CE%B9%20%CE%9B%CE%B5>,
        <http://lexvo.org/id/term/eng-Dsrt/%F0%90%90%93%F0%90%90%B4%20%F0%90%90%A2%F0%90%90%AF>,
        <http://lexvo.org/id/term/eng/Tai%20Le>,
        <http://lexvo.org/id/term/est/tai%20le>,
        <http://lexvo.org/id/term/ewe/tai%20le%20gbe%C5%8B%C9%94%C5%8Bl%C9%94>,
        <http://lexvo.org/id/term/fin/tailelainen>,
        <http://lexvo.org/id/term/fra/ta%C3%AF-le>,
        <http://lexvo.org/id/term/gsw/Tai%20Le>,
        <http://lexvo.org/id/term/guj/%E0%AA%A4%E0%AA%BE%E0%AA%87%20%E0%AA%B2%E0%AB%80>,
        <http://lexvo.org/id/term/hin/%E0%A4%A4%E0%A4%BE%E0%A4%88%20%E0%A4%B2%E0%A5%80>,
        <http://lexvo.org/id/term/hrv/tai%20le%20pismo>,
        <http://lexvo.org/id/term/hun/Tai%20Le>,
        <http://lexvo.org/id/term/ind/Tai%20Le>,
        <http://lexvo.org/id/term/isl/tai%20le>,
        <http://lexvo.org/id/term/ita/tai%20le>,
        <http://lexvo.org/id/term/jpn/%E3%82%BF%E3%82%A4%E3%83%BB%E3%83%AC%E6%96%87%E5%AD%97>,
        <http://lexvo.org/id/term/kan/%E0%B2%A5%E0%B2%BE%E0%B2%AF%E0%B3%8D%20%E0%B2%B2%E0%B2%BF>,
        <http://lexvo.org/id/term/kas/%D8%AA%D9%8E%DB%8C%D9%84%DB%8C%DB%92>,
        <http://lexvo.org/id/term/kor/%ED%83%80%EC%9D%B4%20%EB%A0%88%20%EB%AC%B8%EC%9E%90>,
        <http://lexvo.org/id/term/lao/%E0%BB%84%E0%BA%97%E0%BB%80%E0%BA%A5>,
        <http://lexvo.org/id/term/lit/tai%20le>,
        <http://lexvo.org/id/term/mal/%E0%B4%A4%E0%B4%BE%E0%B4%AF%E0%B5%8D%20%E0%B4%B2%E0%B5%87>,
        <http://lexvo.org/id/term/mar/%E0%A4%A4%E0%A4%BE%E0%A4%88%20%E0%A4%B2%E0%A5%80>,
        <http://lexvo.org/id/term/mya/%E1%80%90%E1%80%AD%E1%80%AF%E1%80%84%E1%80%BA%E1%80%9C%E1%80%AE>,
        <http://lexvo.org/id/term/nep/%E0%A4%9F%E0%A4%BE%E0%A4%87%E0%A4%B2%E0%A5%87>,
        <http://lexvo.org/id/term/nld/Tai%20Le>,
        <http://lexvo.org/id/term/nno/tai%20le>,
        <http://lexvo.org/id/term/nob/tai%20le>,
        <http://lexvo.org/id/term/ori/%E0%AC%A4%E0%AC%BE%E0%AC%87%20%E0%AC%B2%E0%AD%87>,
        <http://lexvo.org/id/term/pol/tai%20le>,
        <http://lexvo.org/id/term/por/tai%20Le>,
        <http://lexvo.org/id/term/por/tai%20le>,
        <http://lexvo.org/id/term/roh/tai%20le>,
        <http://lexvo.org/id/term/rus/%D0%A2%D0%B0%D0%B9%D1%81%D0%BA%D0%B8%D0%B9%20%D0%9B%D0%B5>,
        <http://lexvo.org/id/term/spa/tai%20le>,
        <http://lexvo.org/id/term/srp-Latn/tai%20le%20pismo>,
        <http://lexvo.org/id/term/srp/%D1%82%D0%B0%D0%B8%20%D0%BB%D0%B5%20%D0%BF%D0%B8%D1%81%D0%BC%D0%BE>,
        <http://lexvo.org/id/term/swe/tai%20le>,
        <http://lexvo.org/id/term/tam/%E0%AE%A4%E0%AE%BE%E0%AE%AF%E0%AF%8D%20%E0%AE%B2%E0%AF%87>,
        <http://lexvo.org/id/term/tel/%E0%B0%A4%E0%B1%88%20%E0%B0%B2%E0%B1%80>,
        <http://lexvo.org/id/term/tha/%E0%B9%84%E0%B8%97%E0%B9%80%E0%B8%A5>,
        <http://lexvo.org/id/term/tur/Tai%20Le>,
        <http://lexvo.org/id/term/ukr/%D0%A2%D0%B0%D0%B9-%D0%BB%D1%96>,
        <http://lexvo.org/id/term/vie/Ch%E1%BB%AF%20Th%C3%A1i%20Na> .

<http://lexvo.org/id/script/Talu> a lvont:Script ;
    rdfs:label "አዲስ ታኢ ሉ"@am,
        "التاى لى الجديد"@ar,
        "təzə tay lu"@az,
        "Нова Тай Ле"@bg,
        "নতুন তাই লু"@bn,
        "नया ताई लुए"@brx,
        "novo tai lue pismo"@bs,
        "нови таи луе"@bs-Cyrl,
        "nou tai lue"@ca,
        "新傣文"@cmn,
        "西雙版納新傣文"@cmn-Hant,
        "tai lue"@da,
        "Tai Lue"@de,
        "tail lue gbeŋɔŋlɔ yeye"@ee,
        "Νέο Τάι Λούε"@el,
        "New Tai Lue"@en,
        "𐐤𐐭 𐐓𐐴 𐐢𐐭𐐯"@en-Dsrt,
        "nuevo tai lue"@es,
        "lihtsustatud tai lue"@et,
        "uusi tailuelainen"@fi,
        "nouveau taï-lue"@fr,
        "Tai Lue"@gsw,
        "નવીન તાઇ લૂ"@gu,
        "नया ताई लु"@hi,
        "novo tai lue pismo"@hr,
        "Új tai lue"@hu,
        "Tai Lue Baru"@id,
        "tai lue"@it,
        "新タイ・ルー文字"@ja,
        "ನ್ಯೂ ಥಾಯ್ ಲುಇ"@kn,
        "신 타이 루에"@ko,
        "نوٚو تیلو"@ks,
        "ໄທລື້ໃໝ່"@lo,
        "naujasis Tailando lue"@lt,
        "പുതിയ തായ് ല്യൂ"@ml,
        "नवीन ताई लू"@mr,
        "ny tai lue"@nb,
        "न्यू टाइ लुइ"@ne,
        "Nieuw Tai Lue"@nl,
        "ny tai lue"@nn,
        "ନୂତନ ତାଇ ଲୁଏ"@or,
        "nowy tai lue"@pl,
        "novo tai lue"@pt,
        "tai lue"@rm,
        "Новый Тайский Ле"@ru,
        "нови таи луе"@sr,
        "novo tai lue pismo"@sr-Latn,
        "tai lue"@sv,
        "புதிய தை லூ"@ta,
        "క్రొత్త టై లుఇ"@te,
        "ไทลื้อใหม่"@th,
        "New Tai Lue"@tr,
        "Новий тайський луе"@uk,
        "Chữ Thái Lặc mới"@vi ;
    lvont:iso15924Alphacode "Talu"^^xsd:string ;
    lvont:label <http://lexvo.org/id/term/amh/%E1%8A%A0%E1%8B%B2%E1%88%B5%20%E1%89%B3%E1%8A%A2%20%E1%88%89>,
        <http://lexvo.org/id/term/ara/%D8%A7%D9%84%D8%AA%D8%A7%D9%89%20%D9%84%D9%89%20%D8%A7%D9%84%D8%AC%D8%AF%D9%8A%D8%AF>,
        <http://lexvo.org/id/term/aze/t%C9%99z%C9%99%20tay%20lu>,
        <http://lexvo.org/id/term/ben/%E0%A6%A8%E0%A6%A4%E0%A7%81%E0%A6%A8%20%E0%A6%A4%E0%A6%BE%E0%A6%87%20%E0%A6%B2%E0%A7%81>,
        <http://lexvo.org/id/term/bos-Cyrl/%D0%BD%D0%BE%D0%B2%D0%B8%20%D1%82%D0%B0%D0%B8%20%D0%BB%D1%83%D0%B5>,
        <http://lexvo.org/id/term/bos/novo%20tai%20lue%20pismo>,
        <http://lexvo.org/id/term/brx/%E0%A4%A8%E0%A4%AF%E0%A4%BE%20%E0%A4%A4%E0%A4%BE%E0%A4%88%20%E0%A4%B2%E0%A5%81%E0%A4%8F>,
        <http://lexvo.org/id/term/bul/%D0%9D%D0%BE%D0%B2%D0%B0%20%D0%A2%D0%B0%D0%B9%20%D0%9B%D0%B5>,
        <http://lexvo.org/id/term/cat/nou%20tai%20lue>,
        <http://lexvo.org/id/term/cmn-Hant/%E8%A5%BF%E9%9B%99%E7%89%88%E7%B4%8D%E6%96%B0%E5%82%A3%E6%96%87>,
        <http://lexvo.org/id/term/cmn/%E6%96%B0%E5%82%A3%E6%96%87>,
        <http://lexvo.org/id/term/dan/tai%20lue>,
        <http://lexvo.org/id/term/deu/Tai%20Lue>,
        <http://lexvo.org/id/term/ell/%CE%9D%CE%AD%CE%BF%20%CE%A4%CE%AC%CE%B9%20%CE%9B%CE%BF%CF%8D%CE%B5>,
        <http://lexvo.org/id/term/eng-Dsrt/%F0%90%90%A4%F0%90%90%AD%20%F0%90%90%93%F0%90%90%B4%20%F0%90%90%A2%F0%90%90%AD%F0%90%90%AF>,
        <http://lexvo.org/id/term/eng/New%20Tai%20Lue>,
        <http://lexvo.org/id/term/est/lihtsustatud%20tai%20lue>,
        <http://lexvo.org/id/term/ewe/tail%20lue%20gbe%C5%8B%C9%94%C5%8Bl%C9%94%20yeye>,
        <http://lexvo.org/id/term/fin/uusi%20tailuelainen>,
        <http://lexvo.org/id/term/fra/nouveau%20ta%C3%AF-lue>,
        <http://lexvo.org/id/term/gsw/Tai%20Lue>,
        <http://lexvo.org/id/term/guj/%E0%AA%A8%E0%AA%B5%E0%AB%80%E0%AA%A8%20%E0%AA%A4%E0%AA%BE%E0%AA%87%20%E0%AA%B2%E0%AB%82>,
        <http://lexvo.org/id/term/hin/%E0%A4%A8%E0%A4%AF%E0%A4%BE%20%E0%A4%A4%E0%A4%BE%E0%A4%88%20%E0%A4%B2%E0%A5%81>,
        <http://lexvo.org/id/term/hrv/novo%20tai%20lue%20pismo>,
        <http://lexvo.org/id/term/hun/%C3%9Aj%20tai%20lue>,
        <http://lexvo.org/id/term/ind/Tai%20Lue%20Baru>,
        <http://lexvo.org/id/term/ita/tai%20lue>,
        <http://lexvo.org/id/term/jpn/%E6%96%B0%E3%82%BF%E3%82%A4%E3%83%BB%E3%83%AB%E3%83%BC%E6%96%87%E5%AD%97>,
        <http://lexvo.org/id/term/kan/%E0%B2%A8%E0%B3%8D%E0%B2%AF%E0%B3%82%20%E0%B2%A5%E0%B2%BE%E0%B2%AF%E0%B3%8D%20%E0%B2%B2%E0%B3%81%E0%B2%87>,
        <http://lexvo.org/id/term/kas/%D9%86%D9%88%D9%9A%D9%88%20%D8%AA%DB%8C%D9%84%D9%88>,
        <http://lexvo.org/id/term/kor/%EC%8B%A0%20%ED%83%80%EC%9D%B4%20%EB%A3%A8%EC%97%90>,
        <http://lexvo.org/id/term/lao/%E0%BB%84%E0%BA%97%E0%BA%A5%E0%BA%B7%E0%BB%89%E0%BB%83%E0%BB%9D%E0%BB%88>,
        <http://lexvo.org/id/term/lit/naujasis%20Tailando%20lue>,
        <http://lexvo.org/id/term/mal/%E0%B4%AA%E0%B5%81%E0%B4%A4%E0%B4%BF%E0%B4%AF%20%E0%B4%A4%E0%B4%BE%E0%B4%AF%E0%B5%8D%20%E0%B4%B2%E0%B5%8D%E0%B4%AF%E0%B5%82>,
        <http://lexvo.org/id/term/mar/%E0%A4%A8%E0%A4%B5%E0%A5%80%E0%A4%A8%20%E0%A4%A4%E0%A4%BE%E0%A4%88%20%E0%A4%B2%E0%A5%82>,
        <http://lexvo.org/id/term/nep/%E0%A4%A8%E0%A5%8D%E0%A4%AF%E0%A5%82%20%E0%A4%9F%E0%A4%BE%E0%A4%87%20%E0%A4%B2%E0%A5%81%E0%A4%87>,
        <http://lexvo.org/id/term/nld/Nieuw%20Tai%20Lue>,
        <http://lexvo.org/id/term/nno/ny%20tai%20lue>,
        <http://lexvo.org/id/term/nob/ny%20tai%20lue>,
        <http://lexvo.org/id/term/ori/%E0%AC%A8%E0%AD%82%E0%AC%A4%E0%AC%A8%20%E0%AC%A4%E0%AC%BE%E0%AC%87%20%E0%AC%B2%E0%AD%81%E0%AC%8F>,
        <http://lexvo.org/id/term/pol/nowy%20tai%20lue>,
        <http://lexvo.org/id/term/por/novo%20tai%20lue>,
        <http://lexvo.org/id/term/roh/tai%20lue>,
        <http://lexvo.org/id/term/rus/%D0%9D%D0%BE%D0%B2%D1%8B%D0%B9%20%D0%A2%D0%B0%D0%B9%D1%81%D0%BA%D0%B8%D0%B9%20%D0%9B%D0%B5>,
        <http://lexvo.org/id/term/spa/nuevo%20tai%20lue>,
        <http://lexvo.org/id/term/srp-Latn/novo%20tai%20lue%20pismo>,
        <http://lexvo.org/id/term/srp/%D0%BD%D0%BE%D0%B2%D0%B8%20%D1%82%D0%B0%D0%B8%20%D0%BB%D1%83%D0%B5>,
        <http://lexvo.org/id/term/swe/tai%20lue>,
        <http://lexvo.org/id/term/tam/%E0%AE%AA%E0%AF%81%E0%AE%A4%E0%AE%BF%E0%AE%AF%20%E0%AE%A4%E0%AF%88%20%E0%AE%B2%E0%AF%82>,
        <http://lexvo.org/id/term/tel/%E0%B0%95%E0%B1%8D%E0%B0%B0%E0%B1%8A%E0%B0%A4%E0%B1%8D%E0%B0%A4%20%E0%B0%9F%E0%B1%88%20%E0%B0%B2%E0%B1%81%E0%B0%87>,
        <http://lexvo.org/id/term/tha/%E0%B9%84%E0%B8%97%E0%B8%A5%E0%B8%B7%E0%B9%89%E0%B8%AD%E0%B9%83%E0%B8%AB%E0%B8%A1%E0%B9%88>,
        <http://lexvo.org/id/term/tur/New%20Tai%20Lue>,
        <http://lexvo.org/id/term/ukr/%D0%9D%D0%BE%D0%B2%D0%B8%D0%B9%20%D1%82%D0%B0%D0%B9%D1%81%D1%8C%D0%BA%D0%B8%D0%B9%20%D0%BB%D1%83%D0%B5>,
        <http://lexvo.org/id/term/vie/Ch%E1%BB%AF%20Th%C3%A1i%20L%E1%BA%B7c%20m%E1%BB%9Bi> .

<http://lexvo.org/id/script/Taml> a lvont:Script ;
    rdfs:label "Tamil"@af,
        "ታሚል"@am,
        "التاميلية"@ar,
        "tamil"@ast,
        "tamil"@az,
        "Тамилска"@bg,
        "তামিল"@bn,
        "tamilek"@br,
        "तमीळ"@brx,
        "tamilsko pismo"@bs,
        "тамилско писмо"@bs-Cyrl,
        "tàmil"@ca,
        "泰米尔文"@cmn,
        "坦米爾文"@cmn-Hant,
        "tamilské"@cs,
        "tamilsk"@da,
        "Tamilisch"@de,
        "ཏ་མིལ་ཡིག་གུ"@dz,
        "tamilgbeŋɔŋlɔ"@ee,
        "Ταμίλ"@el,
        "Tamil"@en,
        "𐐓𐐰𐑋𐐮𐑊"@en-Dsrt,
        "tamil"@es,
        "tamili"@et,
        "Tamilarra"@eu,
        "تامیلی"@fa,
        "tamililainen"@fi,
        "Tamil"@fil,
        "tamoul"@fr,
        "tamil"@fur,
        "Tamalach"@ga,
        "Taimil"@gd,
        "Támil"@gl,
        "Tamilisch"@gsw,
        "તમિલ"@gu,
        "טמיל"@he,
        "तमिल"@hi,
        "tamilsko pismo"@hr,
        "Tamil"@hu,
        "Tamil"@id,
        "Tamílskt"@is,
        "tamil"@it,
        "タミール文字"@ja,
        "ტამილური"@ka,
        "tamil"@kea,
        "Тамиль"@kk,
        "តាមីល"@km,
        "ತಮಿಳು"@kn,
        "타밀 문자"@ko,
        "تَمِل"@ks,
        "tamiilesche Schreff"@ksh,
        "ທາມມິວ"@lo,
        "tamilų"@lt,
        "tamilu"@lv,
        "тамилско писмо"@mk,
        "തമിഴ്"@ml,
        "तमिळ"@mr,
        "တမီးလ်"@my,
        "tamil"@nb,
        "तामिल"@ne,
        "Tamil"@nl,
        "tamilsk"@nn,
        "ତାମିଲ୍"@or,
        "tamilskie"@pl,
        "tâmil"@pt,
        "tamil"@rm,
        "tamilă"@ro,
        "Тамильская"@ru,
        "දෙමල"@si,
        "Tamilčina"@sk,
        "tamilski"@sl,
        "тамилско писмо"@sr,
        "tamilsko pismo"@sr-Latn,
        "tamilska"@sv,
        "Kitamil"@swh,
        "தமிழ்"@ta,
        "తమిళము"@te,
        "ทมิฬ"@th,
        "tohinima fakatemole"@to,
        "Tamil"@tr,
        "Тамільський"@uk,
        "تمل"@ur,
        "Chữ Tamil"@vi,
        "Tamiliš"@wae,
        "Tamil"@zsm,
        "isi-Tamil"@zu ;
    lvont:iso15924Alphacode "Taml"^^xsd:string ;
    lvont:label <http://lexvo.org/id/term/afr/Tamil>,
        <http://lexvo.org/id/term/amh/%E1%89%B3%E1%88%9A%E1%88%8D>,
        <http://lexvo.org/id/term/ara/%D8%A7%D9%84%D8%AA%D8%A7%D9%85%D9%8A%D9%84%D9%8A%D8%A9>,
        <http://lexvo.org/id/term/ast/tamil>,
        <http://lexvo.org/id/term/aze/tamil>,
        <http://lexvo.org/id/term/ben/%E0%A6%A4%E0%A6%BE%E0%A6%AE%E0%A6%BF%E0%A6%B2>,
        <http://lexvo.org/id/term/bos-Cyrl/%D1%82%D0%B0%D0%BC%D0%B8%D0%BB%D1%81%D0%BA%D0%BE%20%D0%BF%D0%B8%D1%81%D0%BC%D0%BE>,
        <http://lexvo.org/id/term/bos/tamilsko%20pismo>,
        <http://lexvo.org/id/term/bre/tamilek>,
        <http://lexvo.org/id/term/brx/%E0%A4%A4%E0%A4%AE%E0%A5%80%E0%A4%B3>,
        <http://lexvo.org/id/term/bul/%D0%A2%D0%B0%D0%BC%D0%B8%D0%BB%D1%81%D0%BA%D0%B0>,
        <http://lexvo.org/id/term/cat/t%C3%A0mil>,
        <http://lexvo.org/id/term/ces/tamilsk%C3%A9>,
        <http://lexvo.org/id/term/cmn-Hant/%E5%9D%A6%E7%B1%B3%E7%88%BE%E6%96%87>,
        <http://lexvo.org/id/term/cmn/%E6%B3%B0%E7%B1%B3%E5%B0%94%E6%96%87>,
        <http://lexvo.org/id/term/dan/tamilsk>,
        <http://lexvo.org/id/term/deu/Tamilisch>,
        <http://lexvo.org/id/term/dzo/%E0%BD%8F%E0%BC%8B%E0%BD%98%E0%BD%B2%E0%BD%A3%E0%BC%8B%E0%BD%A1%E0%BD%B2%E0%BD%82%E0%BC%8B%E0%BD%82%E0%BD%B4>,
        <http://lexvo.org/id/term/ell/%CE%A4%CE%B1%CE%BC%CE%AF%CE%BB>,
        <http://lexvo.org/id/term/eng-Dsrt/%F0%90%90%93%F0%90%90%B0%F0%90%91%8B%F0%90%90%AE%F0%90%91%8A>,
        <http://lexvo.org/id/term/eng/Tamil>,
        <http://lexvo.org/id/term/est/tamili>,
        <http://lexvo.org/id/term/eus/Tamilarra>,
        <http://lexvo.org/id/term/ewe/tamilgbe%C5%8B%C9%94%C5%8Bl%C9%94>,
        <http://lexvo.org/id/term/fas/%D8%AA%D8%A7%D9%85%DB%8C%D9%84%DB%8C>,
        <http://lexvo.org/id/term/fil/Tamil>,
        <http://lexvo.org/id/term/fin/tamililainen>,
        <http://lexvo.org/id/term/fra/tamoul>,
        <http://lexvo.org/id/term/fur/tamil>,
        <http://lexvo.org/id/term/gla/Taimil>,
        <http://lexvo.org/id/term/gle/Tamalach>,
        <http://lexvo.org/id/term/glg/T%C3%A1mil>,
        <http://lexvo.org/id/term/gsw/Tamilisch>,
        <http://lexvo.org/id/term/guj/%E0%AA%A4%E0%AA%AE%E0%AA%BF%E0%AA%B2>,
        <http://lexvo.org/id/term/heb/%D7%98%D7%9E%D7%99%D7%9C>,
        <http://lexvo.org/id/term/hin/%E0%A4%A4%E0%A4%AE%E0%A4%BF%E0%A4%B2>,
        <http://lexvo.org/id/term/hrv/tamilsko%20pismo>,
        <http://lexvo.org/id/term/hun/Tamil>,
        <http://lexvo.org/id/term/ind/Tamil>,
        <http://lexvo.org/id/term/isl/Tam%C3%ADlskt>,
        <http://lexvo.org/id/term/ita/tamil>,
        <http://lexvo.org/id/term/jpn/%E3%82%BF%E3%83%9F%E3%83%BC%E3%83%AB%E6%96%87%E5%AD%97>,
        <http://lexvo.org/id/term/kan/%E0%B2%A4%E0%B2%AE%E0%B2%BF%E0%B2%B3%E0%B3%81>,
        <http://lexvo.org/id/term/kas/%D8%AA%D9%8E%D9%85%D9%90%D9%84>,
        <http://lexvo.org/id/term/kat/%E1%83%A2%E1%83%90%E1%83%9B%E1%83%98%E1%83%9A%E1%83%A3%E1%83%A0%E1%83%98>,
        <http://lexvo.org/id/term/kaz/%D0%A2%D0%B0%D0%BC%D0%B8%D0%BB%D1%8C>,
        <http://lexvo.org/id/term/kea/tamil>,
        <http://lexvo.org/id/term/khm/%E1%9E%8F%E1%9E%B6%E1%9E%98%E1%9E%B8%E1%9E%9B>,
        <http://lexvo.org/id/term/kor/%ED%83%80%EB%B0%80%20%EB%AC%B8%EC%9E%90>,
        <http://lexvo.org/id/term/ksh/tamiilesche%20Schreff>,
        <http://lexvo.org/id/term/lao/%E0%BA%97%E0%BA%B2%E0%BA%A1%E0%BA%A1%E0%BA%B4%E0%BA%A7>,
        <http://lexvo.org/id/term/lav/tamilu>,
        <http://lexvo.org/id/term/lit/tamil%C5%B3>,
        <http://lexvo.org/id/term/mal/%E0%B4%A4%E0%B4%AE%E0%B4%BF%E0%B4%B4%E0%B5%8D>,
        <http://lexvo.org/id/term/mar/%E0%A4%A4%E0%A4%AE%E0%A4%BF%E0%A4%B3>,
        <http://lexvo.org/id/term/mkd/%D1%82%D0%B0%D0%BC%D0%B8%D0%BB%D1%81%D0%BA%D0%BE%20%D0%BF%D0%B8%D1%81%D0%BC%D0%BE>,
        <http://lexvo.org/id/term/mya/%E1%80%90%E1%80%99%E1%80%AE%E1%80%B8%E1%80%9C%E1%80%BA>,
        <http://lexvo.org/id/term/nep/%E0%A4%A4%E0%A4%BE%E0%A4%AE%E0%A4%BF%E0%A4%B2>,
        <http://lexvo.org/id/term/nld/Tamil>,
        <http://lexvo.org/id/term/nno/tamilsk>,
        <http://lexvo.org/id/term/nob/tamil>,
        <http://lexvo.org/id/term/ori/%E0%AC%A4%E0%AC%BE%E0%AC%AE%E0%AC%BF%E0%AC%B2%E0%AD%8D>,
        <http://lexvo.org/id/term/pol/tamilskie>,
        <http://lexvo.org/id/term/por/t%C3%A2mil>,
        <http://lexvo.org/id/term/roh/tamil>,
        <http://lexvo.org/id/term/ron/tamil%C4%83>,
        <http://lexvo.org/id/term/rus/%D0%A2%D0%B0%D0%BC%D0%B8%D0%BB%D1%8C%D1%81%D0%BA%D0%B0%D1%8F>,
        <http://lexvo.org/id/term/sin/%E0%B6%AF%E0%B7%99%E0%B6%B8%E0%B6%BD>,
        <http://lexvo.org/id/term/slk/Tamil%C4%8Dina>,
        <http://lexvo.org/id/term/slv/tamilski>,
        <http://lexvo.org/id/term/spa/tamil>,
        <http://lexvo.org/id/term/srp-Latn/tamilsko%20pismo>,
        <http://lexvo.org/id/term/srp/%D1%82%D0%B0%D0%BC%D0%B8%D0%BB%D1%81%D0%BA%D0%BE%20%D0%BF%D0%B8%D1%81%D0%BC%D0%BE>,
        <http://lexvo.org/id/term/swe/tamilska>,
        <http://lexvo.org/id/term/swh/Kitamil>,
        <http://lexvo.org/id/term/tam/%E0%AE%A4%E0%AE%AE%E0%AE%BF%E0%AE%B4%E0%AF%8D>,
        <http://lexvo.org/id/term/tel/%E0%B0%A4%E0%B0%AE%E0%B0%BF%E0%B0%B3%E0%B0%AE%E0%B1%81>,
        <http://lexvo.org/id/term/tha/%E0%B8%97%E0%B8%A1%E0%B8%B4%E0%B8%AC>,
        <http://lexvo.org/id/term/ton/tohinima%20fakatemole>,
        <http://lexvo.org/id/term/tur/Tamil>,
        <http://lexvo.org/id/term/ukr/%D0%A2%D0%B0%D0%BC%D1%96%D0%BB%D1%8C%D1%81%D1%8C%D0%BA%D0%B8%D0%B9>,
        <http://lexvo.org/id/term/urd/%D8%AA%D9%85%D9%84>,
        <http://lexvo.org/id/term/vie/Ch%E1%BB%AF%20Tamil>,
        <http://lexvo.org/id/term/wae/Tamili%C5%A1>,
        <http://lexvo.org/id/term/zsm/Tamil>,
        <http://lexvo.org/id/term/zul/isi-Tamil> .

<http://lexvo.org/id/script/Tang> a lvont:Script ;
    rdfs:label "tangut"@ca,
        "唐古特文"@cmn,
        "西夏文"@cmn-Hant,
        "Tangut"@en,
        "tangut"@fi,
        "tangoute"@fr,
        "Tangut"@id,
        "西夏文字"@ja,
        "탕구트 문자"@ko,
        "ຕັນກັນ"@lo,
        "tanguckie"@pl,
        "tangutiska"@sv,
        "ตันกัท"@th,
        "Chữ Tangut"@vi ;
    lvont:iso15924Alphacode "Tang"^^xsd:string ;
    lvont:label <http://lexvo.org/id/term/cat/tangut>,
        <http://lexvo.org/id/term/cmn-Hant/%E8%A5%BF%E5%A4%8F%E6%96%87>,
        <http://lexvo.org/id/term/cmn/%E5%94%90%E5%8F%A4%E7%89%B9%E6%96%87>,
        <http://lexvo.org/id/term/eng/Tangut>,
        <http://lexvo.org/id/term/fin/tangut>,
        <http://lexvo.org/id/term/fra/tangoute>,
        <http://lexvo.org/id/term/ind/Tangut>,
        <http://lexvo.org/id/term/jpn/%E8%A5%BF%E5%A4%8F%E6%96%87%E5%AD%97>,
        <http://lexvo.org/id/term/kor/%ED%83%95%EA%B5%AC%ED%8A%B8%20%EB%AC%B8%EC%9E%90>,
        <http://lexvo.org/id/term/lao/%E0%BA%95%E0%BA%B1%E0%BA%99%E0%BA%81%E0%BA%B1%E0%BA%99>,
        <http://lexvo.org/id/term/pol/tanguckie>,
        <http://lexvo.org/id/term/swe/tangutiska>,
        <http://lexvo.org/id/term/tha/%E0%B8%95%E0%B8%B1%E0%B8%99%E0%B8%81%E0%B8%B1%E0%B8%97>,
        <http://lexvo.org/id/term/vie/Ch%E1%BB%AF%20Tangut> .

<http://lexvo.org/id/script/Tavt> a lvont:Script ;
    rdfs:label "tavt"@az,
        "তাই ভিয়েৎ"@bn,
        "tai viet pismo"@bs,
        "таи виет писмо"@bs-Cyrl,
        "tai viet"@ca,
        "越南傣文"@cmn,
        "傣擔文"@cmn-Hant,
        "tavt"@da,
        "tai viet gbeŋɔŋlɔ"@ee,
        "Τάι Βιέτ"@el,
        "Tai Viet"@en,
        "𐐓𐐴 𐐚𐐨𐐯𐐻"@en-Dsrt,
        "tai viet"@fi,
        "taï viêt"@fr,
        "તાઇ વેઇત"@gu,
        "ताई विएत"@hi,
        "tai viet pismo"@hr,
        "Tai viet"@hu,
        "Tai Viet"@id,
        "tai viet"@is,
        "タイ・ヴェト文字"@ja,
        "ಥಾಯ್ ವಿಯೆಟ್"@kn,
        "태국 베트남 문자"@ko,
        "ໄທຫວຽດ"@lo,
        "tai vet"@lt,
        "ത്വട്"@ml,
        "ताई विएत"@mr,
        "tai viet"@nb,
        "टाभ्ट"@ne,
        "Tai Viet"@nl,
        "tai viet"@nn,
        "ତାଇ ଭିଏତ୍"@or,
        "tai viet"@pl,
        "tavt"@pt,
        "tai viet"@rm,
        "tajsko-vietnamski"@sl,
        "таи виет писмо"@sr,
        "tai viet pismo"@sr-Latn,
        "tai viet"@sv,
        "தை வியத்"@ta,
        "టై వియట్"@te,
        "ไทเวียต"@th,
        "Tai Viet"@tr,
        "Тай-в'єт"@uk,
        "Chữ Thái Việt"@vi ;
    lvont:iso15924Alphacode "Tavt"^^xsd:string ;
    lvont:label <http://lexvo.org/id/term/aze/tavt>,
        <http://lexvo.org/id/term/ben/%E0%A6%A4%E0%A6%BE%E0%A6%87%20%E0%A6%AD%E0%A6%BF%E0%A6%AF%E0%A6%BC%E0%A7%87%E0%A7%8E>,
        <http://lexvo.org/id/term/bos-Cyrl/%D1%82%D0%B0%D0%B8%20%D0%B2%D0%B8%D0%B5%D1%82%20%D0%BF%D0%B8%D1%81%D0%BC%D0%BE>,
        <http://lexvo.org/id/term/bos/tai%20viet%20pismo>,
        <http://lexvo.org/id/term/cat/tai%20viet>,
        <http://lexvo.org/id/term/cmn-Hant/%E5%82%A3%E6%93%94%E6%96%87>,
        <http://lexvo.org/id/term/cmn/%E8%B6%8A%E5%8D%97%E5%82%A3%E6%96%87>,
        <http://lexvo.org/id/term/dan/tavt>,
        <http://lexvo.org/id/term/ell/%CE%A4%CE%AC%CE%B9%20%CE%92%CE%B9%CE%AD%CF%84>,
        <http://lexvo.org/id/term/eng-Dsrt/%F0%90%90%93%F0%90%90%B4%20%F0%90%90%9A%F0%90%90%A8%F0%90%90%AF%F0%90%90%BB>,
        <http://lexvo.org/id/term/eng/Tai%20Viet>,
        <http://lexvo.org/id/term/ewe/tai%20viet%20gbe%C5%8B%C9%94%C5%8Bl%C9%94>,
        <http://lexvo.org/id/term/fin/tai%20viet>,
        <http://lexvo.org/id/term/fra/ta%C3%AF%20vi%C3%AAt>,
        <http://lexvo.org/id/term/guj/%E0%AA%A4%E0%AA%BE%E0%AA%87%20%E0%AA%B5%E0%AB%87%E0%AA%87%E0%AA%A4>,
        <http://lexvo.org/id/term/hin/%E0%A4%A4%E0%A4%BE%E0%A4%88%20%E0%A4%B5%E0%A4%BF%E0%A4%8F%E0%A4%A4>,
        <http://lexvo.org/id/term/hrv/tai%20viet%20pismo>,
        <http://lexvo.org/id/term/hun/Tai%20viet>,
        <http://lexvo.org/id/term/ind/Tai%20Viet>,
        <http://lexvo.org/id/term/isl/tai%20viet>,
        <http://lexvo.org/id/term/jpn/%E3%82%BF%E3%82%A4%E3%83%BB%E3%83%B4%E3%82%A7%E3%83%88%E6%96%87%E5%AD%97>,
        <http://lexvo.org/id/term/kan/%E0%B2%A5%E0%B2%BE%E0%B2%AF%E0%B3%8D%20%E0%B2%B5%E0%B2%BF%E0%B2%AF%E0%B3%86%E0%B2%9F%E0%B3%8D>,
        <http://lexvo.org/id/term/kor/%ED%83%9C%EA%B5%AD%20%EB%B2%A0%ED%8A%B8%EB%82%A8%20%EB%AC%B8%EC%9E%90>,
        <http://lexvo.org/id/term/lao/%E0%BB%84%E0%BA%97%E0%BA%AB%E0%BA%A7%E0%BA%BD%E0%BA%94>,
        <http://lexvo.org/id/term/lit/tai%20vet>,
        <http://lexvo.org/id/term/mal/%E0%B4%A4%E0%B5%8D%E0%B4%B5%E0%B4%9F%E0%B5%8D>,
        <http://lexvo.org/id/term/mar/%E0%A4%A4%E0%A4%BE%E0%A4%88%20%E0%A4%B5%E0%A4%BF%E0%A4%8F%E0%A4%A4>,
        <http://lexvo.org/id/term/nep/%E0%A4%9F%E0%A4%BE%E0%A4%AD%E0%A5%8D%E0%A4%9F>,
        <http://lexvo.org/id/term/nld/Tai%20Viet>,
        <http://lexvo.org/id/term/nno/tai%20viet>,
        <http://lexvo.org/id/term/nob/tai%20viet>,
        <http://lexvo.org/id/term/ori/%E0%AC%A4%E0%AC%BE%E0%AC%87%20%E0%AC%AD%E0%AC%BF%E0%AC%8F%E0%AC%A4%E0%AD%8D>,
        <http://lexvo.org/id/term/pol/tai%20viet>,
        <http://lexvo.org/id/term/por/tavt>,
        <http://lexvo.org/id/term/roh/tai%20viet>,
        <http://lexvo.org/id/term/slv/tajsko-vietnamski>,
        <http://lexvo.org/id/term/srp-Latn/tai%20viet%20pismo>,
        <http://lexvo.org/id/term/srp/%D1%82%D0%B0%D0%B8%20%D0%B2%D0%B8%D0%B5%D1%82%20%D0%BF%D0%B8%D1%81%D0%BC%D0%BE>,
        <http://lexvo.org/id/term/swe/tai%20viet>,
        <http://lexvo.org/id/term/tam/%E0%AE%A4%E0%AF%88%20%E0%AE%B5%E0%AE%BF%E0%AE%AF%E0%AE%A4%E0%AF%8D>,
        <http://lexvo.org/id/term/tel/%E0%B0%9F%E0%B1%88%20%E0%B0%B5%E0%B0%BF%E0%B0%AF%E0%B0%9F%E0%B1%8D>,
        <http://lexvo.org/id/term/tha/%E0%B9%84%E0%B8%97%E0%B9%80%E0%B8%A7%E0%B8%B5%E0%B8%A2%E0%B8%95>,
        <http://lexvo.org/id/term/tur/Tai%20Viet>,
        <http://lexvo.org/id/term/ukr/%D0%A2%D0%B0%D0%B9-%D0%B2'%D1%94%D1%82>,
        <http://lexvo.org/id/term/vie/Ch%E1%BB%AF%20Th%C3%A1i%20Vi%E1%BB%87t> .

<http://lexvo.org/id/script/Telu> a lvont:Script ;
    rdfs:label "Telugu"@af,
        "ተልጉ"@am,
        "التيلجو"@ar,
        "telugu"@ast,
        "telugu"@az,
        "Телугу"@bg,
        "তেলেগু"@bn,
        "telougou"@br,
        "तेलुगु"@brx,
        "telugu pismo"@bs,
        "телугу писмо"@bs-Cyrl,
        "telugu"@ca,
        "泰卢固文"@cmn,
        "泰魯古文"@cmn-Hant,
        "telugské"@cs,
        "telugu"@da,
        "Telugu"@de,
        "ཏེ་ལུ་གུ་ཡིག་གུ"@dz,
        "telegugbeŋɔŋlɔ"@ee,
        "Τελούγκου"@el,
        "Telugu"@en,
        "𐐓𐐯𐑊𐐭𐑀𐐭"@en-Dsrt,
        "telugu"@es,
        "telugu"@et,
        "Teluguarra"@eu,
        "تلوگویی"@fa,
        "telugulainen"@fi,
        "Telugu"@fil,
        "télougou"@fr,
        "telegu"@fur,
        "Teileagúch"@ga,
        "Telugu"@gd,
        "Telugú"@gl,
        "Telugu"@gsw,
        "તેલુગુ"@gu,
        "טלוגו"@he,
        "तेलुगू"@hi,
        "telugu pismo"@hr,
        "Telugu"@hu,
        "Telugu"@id,
        "Telúgú"@is,
        "telugu"@it,
        "テルグ文字"@ja,
        "telugu"@kea,
        "Телугу"@kk,
        "តេលុគុ"@km,
        "ತೆಲುಗು"@kn,
        "텔루구 문자"@ko,
        "تیلگوٗ"@ks,
        "indesche Telugu-Schreff"@ksh,
        "ເທລັງກູ"@lo,
        "telugų"@lt,
        "telugu"@lv,
        "телугу писмо"@mk,
        "തെലുങ്ക്"@ml,
        "तेलगु"@mr,
        "telugu"@nb,
        "टेलेगु"@ne,
        "Telugu"@nl,
        "telugu"@nn,
        "ତେଲୁଗୁ"@or,
        "telugu"@pl,
        "telugu"@pt,
        "télugo"@pt,
        "telugu"@rm,
        "telugu"@ro,
        "Телугу"@ru,
        "තෙළිඟු"@si,
        "Telugčina"@sk,
        "teluški"@sl,
        "телугу писмо"@sr,
        "telugu pismo"@sr-Latn,
        "telugu"@sv,
        "Kitelugu"@swh,
        "தெலுங்கு"@ta,
        "తెలుగు"@te,
        "เทลูกู"@th,
        "tohinima fakaʻinitia teluku"@to,
        "Telugu"@tr,
        "Телугу"@uk,
        "تیلگو"@ur,
        "Chữ Telugu"@vi,
        "Telugu"@wae,
        "Telugu"@zsm,
        "isi-Telugu"@zu ;
    lvont:iso15924Alphacode "Telu"^^xsd:string ;
    lvont:label <http://lexvo.org/id/term/afr/Telugu>,
        <http://lexvo.org/id/term/amh/%E1%89%B0%E1%88%8D%E1%8C%89>,
        <http://lexvo.org/id/term/ara/%D8%A7%D9%84%D8%AA%D9%8A%D9%84%D8%AC%D9%88>,
        <http://lexvo.org/id/term/ast/telugu>,
        <http://lexvo.org/id/term/aze/telugu>,
        <http://lexvo.org/id/term/ben/%E0%A6%A4%E0%A7%87%E0%A6%B2%E0%A7%87%E0%A6%97%E0%A7%81>,
        <http://lexvo.org/id/term/bos-Cyrl/%D1%82%D0%B5%D0%BB%D1%83%D0%B3%D1%83%20%D0%BF%D0%B8%D1%81%D0%BC%D0%BE>,
        <http://lexvo.org/id/term/bos/telugu%20pismo>,
        <http://lexvo.org/id/term/bre/telougou>,
        <http://lexvo.org/id/term/brx/%E0%A4%A4%E0%A5%87%E0%A4%B2%E0%A5%81%E0%A4%97%E0%A5%81>,
        <http://lexvo.org/id/term/bul/%D0%A2%D0%B5%D0%BB%D1%83%D0%B3%D1%83>,
        <http://lexvo.org/id/term/cat/telugu>,
        <http://lexvo.org/id/term/ces/telugsk%C3%A9>,
        <http://lexvo.org/id/term/cmn-Hant/%E6%B3%B0%E9%AD%AF%E5%8F%A4%E6%96%87>,
        <http://lexvo.org/id/term/cmn/%E6%B3%B0%E5%8D%A2%E5%9B%BA%E6%96%87>,
        <http://lexvo.org/id/term/dan/telugu>,
        <http://lexvo.org/id/term/deu/Telugu>,
        <http://lexvo.org/id/term/dzo/%E0%BD%8F%E0%BD%BA%E0%BC%8B%E0%BD%A3%E0%BD%B4%E0%BC%8B%E0%BD%82%E0%BD%B4%E0%BC%8B%E0%BD%A1%E0%BD%B2%E0%BD%82%E0%BC%8B%E0%BD%82%E0%BD%B4>,
        <http://lexvo.org/id/term/ell/%CE%A4%CE%B5%CE%BB%CE%BF%CF%8D%CE%B3%CE%BA%CE%BF%CF%85>,
        <http://lexvo.org/id/term/eng-Dsrt/%F0%90%90%93%F0%90%90%AF%F0%90%91%8A%F0%90%90%AD%F0%90%91%80%F0%90%90%AD>,
        <http://lexvo.org/id/term/eng/Telugu>,
        <http://lexvo.org/id/term/est/telugu>,
        <http://lexvo.org/id/term/eus/Teluguarra>,
        <http://lexvo.org/id/term/ewe/telegugbe%C5%8B%C9%94%C5%8Bl%C9%94>,
        <http://lexvo.org/id/term/fas/%D8%AA%D9%84%D9%88%DA%AF%D9%88%DB%8C%DB%8C>,
        <http://lexvo.org/id/term/fil/Telugu>,
        <http://lexvo.org/id/term/fin/telugulainen>,
        <http://lexvo.org/id/term/fra/t%C3%A9lougou>,
        <http://lexvo.org/id/term/fur/telegu>,
        <http://lexvo.org/id/term/gla/Telugu>,
        <http://lexvo.org/id/term/gle/Teileag%C3%BAch>,
        <http://lexvo.org/id/term/glg/Telug%C3%BA>,
        <http://lexvo.org/id/term/gsw/Telugu>,
        <http://lexvo.org/id/term/guj/%E0%AA%A4%E0%AB%87%E0%AA%B2%E0%AB%81%E0%AA%97%E0%AB%81>,
        <http://lexvo.org/id/term/heb/%D7%98%D7%9C%D7%95%D7%92%D7%95>,
        <http://lexvo.org/id/term/hin/%E0%A4%A4%E0%A5%87%E0%A4%B2%E0%A5%81%E0%A4%97%E0%A5%82>,
        <http://lexvo.org/id/term/hrv/telugu%20pismo>,
        <http://lexvo.org/id/term/hun/Telugu>,
        <http://lexvo.org/id/term/ind/Telugu>,
        <http://lexvo.org/id/term/isl/Tel%C3%BAg%C3%BA>,
        <http://lexvo.org/id/term/ita/telugu>,
        <http://lexvo.org/id/term/jpn/%E3%83%86%E3%83%AB%E3%82%B0%E6%96%87%E5%AD%97>,
        <http://lexvo.org/id/term/kan/%E0%B2%A4%E0%B3%86%E0%B2%B2%E0%B3%81%E0%B2%97%E0%B3%81>,
        <http://lexvo.org/id/term/kas/%D8%AA%DB%8C%D9%84%DA%AF%D9%88%D9%97>,
        <http://lexvo.org/id/term/kaz/%D0%A2%D0%B5%D0%BB%D1%83%D0%B3%D1%83>,
        <http://lexvo.org/id/term/kea/telugu>,
        <http://lexvo.org/id/term/khm/%E1%9E%8F%E1%9F%81%E1%9E%9B%E1%9E%BB%E1%9E%82%E1%9E%BB>,
        <http://lexvo.org/id/term/kor/%ED%85%94%EB%A3%A8%EA%B5%AC%20%EB%AC%B8%EC%9E%90>,
        <http://lexvo.org/id/term/ksh/indesche%20Telugu-Schreff>,
        <http://lexvo.org/id/term/lao/%E0%BB%80%E0%BA%97%E0%BA%A5%E0%BA%B1%E0%BA%87%E0%BA%81%E0%BA%B9>,
        <http://lexvo.org/id/term/lav/telugu>,
        <http://lexvo.org/id/term/lit/telug%C5%B3>,
        <http://lexvo.org/id/term/mal/%E0%B4%A4%E0%B5%86%E0%B4%B2%E0%B5%81%E0%B4%99%E0%B5%8D%E0%B4%95%E0%B5%8D>,
        <http://lexvo.org/id/term/mar/%E0%A4%A4%E0%A5%87%E0%A4%B2%E0%A4%97%E0%A5%81>,
        <http://lexvo.org/id/term/mkd/%D1%82%D0%B5%D0%BB%D1%83%D0%B3%D1%83%20%D0%BF%D0%B8%D1%81%D0%BC%D0%BE>,
        <http://lexvo.org/id/term/nep/%E0%A4%9F%E0%A5%87%E0%A4%B2%E0%A5%87%E0%A4%97%E0%A5%81>,
        <http://lexvo.org/id/term/nld/Telugu>,
        <http://lexvo.org/id/term/nno/telugu>,
        <http://lexvo.org/id/term/nob/telugu>,
        <http://lexvo.org/id/term/ori/%E0%AC%A4%E0%AD%87%E0%AC%B2%E0%AD%81%E0%AC%97%E0%AD%81>,
        <http://lexvo.org/id/term/pol/telugu>,
        <http://lexvo.org/id/term/por/t%C3%A9lugo>,
        <http://lexvo.org/id/term/por/telugu>,
        <http://lexvo.org/id/term/roh/telugu>,
        <http://lexvo.org/id/term/ron/telugu>,
        <http://lexvo.org/id/term/rus/%D0%A2%D0%B5%D0%BB%D1%83%D0%B3%D1%83>,
        <http://lexvo.org/id/term/sin/%E0%B6%AD%E0%B7%99%E0%B7%85%E0%B7%92%E0%B6%9F%E0%B7%94>,
        <http://lexvo.org/id/term/slk/Telug%C4%8Dina>,
        <http://lexvo.org/id/term/slv/telu%C5%A1ki>,
        <http://lexvo.org/id/term/spa/telugu>,
        <http://lexvo.org/id/term/srp-Latn/telugu%20pismo>,
        <http://lexvo.org/id/term/srp/%D1%82%D0%B5%D0%BB%D1%83%D0%B3%D1%83%20%D0%BF%D0%B8%D1%81%D0%BC%D0%BE>,
        <http://lexvo.org/id/term/swe/telugu>,
        <http://lexvo.org/id/term/swh/Kitelugu>,
        <http://lexvo.org/id/term/tam/%E0%AE%A4%E0%AF%86%E0%AE%B2%E0%AF%81%E0%AE%99%E0%AF%8D%E0%AE%95%E0%AF%81>,
        <http://lexvo.org/id/term/tel/%E0%B0%A4%E0%B1%86%E0%B0%B2%E0%B1%81%E0%B0%97%E0%B1%81>,
        <http://lexvo.org/id/term/tha/%E0%B9%80%E0%B8%97%E0%B8%A5%E0%B8%B9%E0%B8%81%E0%B8%B9>,
        <http://lexvo.org/id/term/ton/tohinima%20faka%CA%BBinitia%20teluku>,
        <http://lexvo.org/id/term/tur/Telugu>,
        <http://lexvo.org/id/term/ukr/%D0%A2%D0%B5%D0%BB%D1%83%D0%B3%D1%83>,
        <http://lexvo.org/id/term/urd/%D8%AA%DB%8C%D9%84%DA%AF%D9%88>,
        <http://lexvo.org/id/term/vie/Ch%E1%BB%AF%20Telugu>,
        <http://lexvo.org/id/term/wae/Telugu>,
        <http://lexvo.org/id/term/zsm/Telugu>,
        <http://lexvo.org/id/term/zul/isi-Telugu> .

<http://lexvo.org/id/script/Teng> a lvont:Script ;
    rdfs:label "التينجوار"@ar,
        "tengvar"@az,
        "তেঙ্গোয়ার"@bn,
        "तेंगवार"@brx,
        "tengvar pismo"@bs,
        "тенгвар писмо"@bs-Cyrl,
        "tengwar"@ca,
        "腾格瓦文字"@cmn,
        "談格瓦文"@cmn-Hant,
        "tengwar"@cs,
        "tengwar"@da,
        "Tengwar"@de,
        "tengwar gbeŋɔŋlɔ"@ee,
        "Τεγνγουάρ"@el,
        "Tengwar"@en,
        "𐐓𐐯𐑍𐐶𐐪𐑉"@en-Dsrt,
        "tengwar"@es,
        "tengwar"@et,
        "تنگوار"@fa,
        "tengwar"@fi,
        "tengwar"@fr,
        "Tengwar"@gsw,
        "તેન્ગવાર"@gu,
        "तेन्गवार"@hi,
        "tengwar pismo"@hr,
        "Tengwar"@hu,
        "Tenghwar"@id,
        "tengvar"@is,
        "tengwar"@it,
        "テングワール文字"@ja,
        "ತೆಂಗ್‌ವಾರ್"@kn,
        "텡과르 문자"@ko,
        "تیٚنگوار"@ks,
        "ເທງກວາຮ"@lo,
        "tengvar"@lt,
        "തെംഗ്വർ"@ml,
        "तेन्गवार"@mr,
        "tengwar"@nb,
        "टेङ्वार"@ne,
        "Tengwar"@nl,
        "tengwar"@nn,
        "ତେଙ୍ଗୱାର୍"@or,
        "tengwar"@pl,
        "tengwar"@pt,
        "tengwar"@rm,
        "Тенгварская"@ru,
        "tengvarski"@sl,
        "тенгвар писмо"@sr,
        "tengvar pismo"@sr-Latn,
        "tengwar"@sv,
        "தெங்வார்"@ta,
        "టేంగ్వార్"@te,
        "เทงกวาร์"@th,
        "Tengvar"@tr,
        "Тенгвар"@uk,
        "Chữ Tengwar"@vi ;
    lvont:iso15924Alphacode "Teng"^^xsd:string ;
    lvont:label <http://lexvo.org/id/term/ara/%D8%A7%D9%84%D8%AA%D9%8A%D9%86%D8%AC%D9%88%D8%A7%D8%B1>,
        <http://lexvo.org/id/term/aze/tengvar>,
        <http://lexvo.org/id/term/ben/%E0%A6%A4%E0%A7%87%E0%A6%99%E0%A7%8D%E0%A6%97%E0%A7%8B%E0%A6%AF%E0%A6%BC%E0%A6%BE%E0%A6%B0>,
        <http://lexvo.org/id/term/bos-Cyrl/%D1%82%D0%B5%D0%BD%D0%B3%D0%B2%D0%B0%D1%80%20%D0%BF%D0%B8%D1%81%D0%BC%D0%BE>,
        <http://lexvo.org/id/term/bos/tengvar%20pismo>,
        <http://lexvo.org/id/term/brx/%E0%A4%A4%E0%A5%87%E0%A4%82%E0%A4%97%E0%A4%B5%E0%A4%BE%E0%A4%B0>,
        <http://lexvo.org/id/term/cat/tengwar>,
        <http://lexvo.org/id/term/ces/tengwar>,
        <http://lexvo.org/id/term/cmn-Hant/%E8%AB%87%E6%A0%BC%E7%93%A6%E6%96%87>,
        <http://lexvo.org/id/term/cmn/%E8%85%BE%E6%A0%BC%E7%93%A6%E6%96%87%E5%AD%97>,
        <http://lexvo.org/id/term/dan/tengwar>,
        <http://lexvo.org/id/term/deu/Tengwar>,
        <http://lexvo.org/id/term/ell/%CE%A4%CE%B5%CE%B3%CE%BD%CE%B3%CE%BF%CF%85%CE%AC%CF%81>,
        <http://lexvo.org/id/term/eng-Dsrt/%F0%90%90%93%F0%90%90%AF%F0%90%91%8D%F0%90%90%B6%F0%90%90%AA%F0%90%91%89>,
        <http://lexvo.org/id/term/eng/Tengwar>,
        <http://lexvo.org/id/term/est/tengwar>,
        <http://lexvo.org/id/term/ewe/tengwar%20gbe%C5%8B%C9%94%C5%8Bl%C9%94>,
        <http://lexvo.org/id/term/fas/%D8%AA%D9%86%DA%AF%D9%88%D8%A7%D8%B1>,
        <http://lexvo.org/id/term/fin/tengwar>,
        <http://lexvo.org/id/term/fra/tengwar>,
        <http://lexvo.org/id/term/gsw/Tengwar>,
        <http://lexvo.org/id/term/guj/%E0%AA%A4%E0%AB%87%E0%AA%A8%E0%AB%8D%E0%AA%97%E0%AA%B5%E0%AA%BE%E0%AA%B0>,
        <http://lexvo.org/id/term/hin/%E0%A4%A4%E0%A5%87%E0%A4%A8%E0%A5%8D%E0%A4%97%E0%A4%B5%E0%A4%BE%E0%A4%B0>,
        <http://lexvo.org/id/term/hrv/tengwar%20pismo>,
        <http://lexvo.org/id/term/hun/Tengwar>,
        <http://lexvo.org/id/term/ind/Tenghwar>,
        <http://lexvo.org/id/term/isl/tengvar>,
        <http://lexvo.org/id/term/ita/tengwar>,
        <http://lexvo.org/id/term/jpn/%E3%83%86%E3%83%B3%E3%82%B0%E3%83%AF%E3%83%BC%E3%83%AB%E6%96%87%E5%AD%97>,
        <http://lexvo.org/id/term/kan/%E0%B2%A4%E0%B3%86%E0%B2%82%E0%B2%97%E0%B3%8D%E2%80%8C%E0%B2%B5%E0%B2%BE%E0%B2%B0%E0%B3%8D>,
        <http://lexvo.org/id/term/kas/%D8%AA%DB%8C%D9%9A%D9%86%DA%AF%D9%88%D8%A7%D8%B1>,
        <http://lexvo.org/id/term/kor/%ED%85%A1%EA%B3%BC%EB%A5%B4%20%EB%AC%B8%EC%9E%90>,
        <http://lexvo.org/id/term/lao/%E0%BB%80%E0%BA%97%E0%BA%87%E0%BA%81%E0%BA%A7%E0%BA%B2%E0%BA%AE>,
        <http://lexvo.org/id/term/lit/tengvar>,
        <http://lexvo.org/id/term/mal/%E0%B4%A4%E0%B5%86%E0%B4%82%E0%B4%97%E0%B5%8D%E0%B4%B5%E0%B5%BC>,
        <http://lexvo.org/id/term/mar/%E0%A4%A4%E0%A5%87%E0%A4%A8%E0%A5%8D%E0%A4%97%E0%A4%B5%E0%A4%BE%E0%A4%B0>,
        <http://lexvo.org/id/term/nep/%E0%A4%9F%E0%A5%87%E0%A4%99%E0%A5%8D%E0%A4%B5%E0%A4%BE%E0%A4%B0>,
        <http://lexvo.org/id/term/nld/Tengwar>,
        <http://lexvo.org/id/term/nno/tengwar>,
        <http://lexvo.org/id/term/nob/tengwar>,
        <http://lexvo.org/id/term/ori/%E0%AC%A4%E0%AD%87%E0%AC%99%E0%AD%8D%E0%AC%97%E0%AD%B1%E0%AC%BE%E0%AC%B0%E0%AD%8D>,
        <http://lexvo.org/id/term/pol/tengwar>,
        <http://lexvo.org/id/term/por/tengwar>,
        <http://lexvo.org/id/term/roh/tengwar>,
        <http://lexvo.org/id/term/rus/%D0%A2%D0%B5%D0%BD%D0%B3%D0%B2%D0%B0%D1%80%D1%81%D0%BA%D0%B0%D1%8F>,
        <http://lexvo.org/id/term/slv/tengvarski>,
        <http://lexvo.org/id/term/spa/tengwar>,
        <http://lexvo.org/id/term/srp-Latn/tengvar%20pismo>,
        <http://lexvo.org/id/term/srp/%D1%82%D0%B5%D0%BD%D0%B3%D0%B2%D0%B0%D1%80%20%D0%BF%D0%B8%D1%81%D0%BC%D0%BE>,
        <http://lexvo.org/id/term/swe/tengwar>,
        <http://lexvo.org/id/term/tam/%E0%AE%A4%E0%AF%86%E0%AE%99%E0%AF%8D%E0%AE%B5%E0%AE%BE%E0%AE%B0%E0%AF%8D>,
        <http://lexvo.org/id/term/tel/%E0%B0%9F%E0%B1%87%E0%B0%82%E0%B0%97%E0%B1%8D%E0%B0%B5%E0%B0%BE%E0%B0%B0%E0%B1%8D>,
        <http://lexvo.org/id/term/tha/%E0%B9%80%E0%B8%97%E0%B8%87%E0%B8%81%E0%B8%A7%E0%B8%B2%E0%B8%A3%E0%B9%8C>,
        <http://lexvo.org/id/term/tur/Tengvar>,
        <http://lexvo.org/id/term/ukr/%D0%A2%D0%B5%D0%BD%D0%B3%D0%B2%D0%B0%D1%80>,
        <http://lexvo.org/id/term/vie/Ch%E1%BB%AF%20Tengwar> .

<http://lexvo.org/id/script/Tfng> a lvont:Script ;
    rdfs:label "التيفيناغ"@ar,
        "tifinaq"@az,
        "তিফিনাগ"@bn,
        "तीफीनाग़"@brx,
        "tifinag pismo"@bs,
        "тифинаг писмо"@bs-Cyrl,
        "tifinagh"@ca,
        "提非纳文"@cmn,
        "提非納文"@cmn-Hant,
        "berberské"@cs,
        "tifinagh"@da,
        "Tifinagh"@de,
        "tifinagh gbeŋɔŋlɔ"@ee,
        "Τιφινάγκ"@el,
        "Tifinagh"@en,
        "Tifinagh (Berber)"@en,
        "𐐓𐐮𐑁𐐮𐑌𐐪"@en-Dsrt,
        "tifinagh"@es,
        "tifinagi"@et,
        "tifinagh"@fi,
        "tifinagh"@fr,
        "tifinagh (berbère)"@fr,
        "Tifinagh"@gd,
        "Tifinagh"@gsw,
        "તિફિનાઘ"@gu,
        "तिफिनाघ"@hi,
        "tifinar"@hr,
        "Berber"@hu,
        "Tifinagh"@id,
        "tifinagh"@is,
        "tifinagh"@it,
        "ティフナグ文字"@ja,
        "ಟಿಫಿನಾಘ್"@kn,
        "티피나그 문자"@ko,
        "تِفِناگ"@ks,
        "ທີຟີນາກ"@lo,
        "tifinag"@lt,
        "തിഫിനാഗ്"@ml,
        "तिफिनाघ"@mr,
        "tifinagh"@nb,
        "टिफिनाघ"@ne,
        "Tifinagh"@nl,
        "tifinagh"@nn,
        "ତିଫିଙ୍ଘା"@or,
        "tifinagh (berberski)"@pl,
        "tifinagh"@pt,
        "tifinagh"@rm,
        "berberă"@ro,
        "Древнеливийская"@ru,
        "tifinajski"@sl,
        "тифинаг писмо"@sr,
        "tifinag pismo"@sr-Latn,
        "tifinaghiska"@sv,
        "டிஃபினாக்"@ta,
        "టిఫీనాఘ్"@te,
        "ทิฟินาก"@th,
        "Tifinagh"@tr,
        "Тифінаг"@uk,
        "Chữ Tifinagh"@vi ;
    lvont:iso15924Alphacode "Tfng"^^xsd:string ;
    lvont:label <http://lexvo.org/id/term/ara/%D8%A7%D9%84%D8%AA%D9%8A%D9%81%D9%8A%D9%86%D8%A7%D8%BA>,
        <http://lexvo.org/id/term/aze/tifinaq>,
        <http://lexvo.org/id/term/ben/%E0%A6%A4%E0%A6%BF%E0%A6%AB%E0%A6%BF%E0%A6%A8%E0%A6%BE%E0%A6%97>,
        <http://lexvo.org/id/term/bos-Cyrl/%D1%82%D0%B8%D1%84%D0%B8%D0%BD%D0%B0%D0%B3%20%D0%BF%D0%B8%D1%81%D0%BC%D0%BE>,
        <http://lexvo.org/id/term/bos/tifinag%20pismo>,
        <http://lexvo.org/id/term/brx/%E0%A4%A4%E0%A5%80%E0%A4%AB%E0%A5%80%E0%A4%A8%E0%A4%BE%E0%A4%97%E0%A4%BC>,
        <http://lexvo.org/id/term/cat/tifinagh>,
        <http://lexvo.org/id/term/ces/berbersk%C3%A9>,
        <http://lexvo.org/id/term/cmn-Hant/%E6%8F%90%E9%9D%9E%E7%B4%8D%E6%96%87>,
        <http://lexvo.org/id/term/cmn/%E6%8F%90%E9%9D%9E%E7%BA%B3%E6%96%87>,
        <http://lexvo.org/id/term/dan/tifinagh>,
        <http://lexvo.org/id/term/deu/Tifinagh>,
        <http://lexvo.org/id/term/ell/%CE%A4%CE%B9%CF%86%CE%B9%CE%BD%CE%AC%CE%B3%CE%BA>,
        <http://lexvo.org/id/term/eng-Dsrt/%F0%90%90%93%F0%90%90%AE%F0%90%91%81%F0%90%90%AE%F0%90%91%8C%F0%90%90%AA>,
        <http://lexvo.org/id/term/eng/Tifinagh>,
        <http://lexvo.org/id/term/eng/Tifinagh%20(Berber)>,
        <http://lexvo.org/id/term/est/tifinagi>,
        <http://lexvo.org/id/term/ewe/tifinagh%20gbe%C5%8B%C9%94%C5%8Bl%C9%94>,
        <http://lexvo.org/id/term/fin/tifinagh>,
        <http://lexvo.org/id/term/fra/tifinagh>,
        <http://lexvo.org/id/term/fra/tifinagh%20(berb%C3%A8re)>,
        <http://lexvo.org/id/term/gla/Tifinagh>,
        <http://lexvo.org/id/term/gsw/Tifinagh>,
        <http://lexvo.org/id/term/guj/%E0%AA%A4%E0%AA%BF%E0%AA%AB%E0%AA%BF%E0%AA%A8%E0%AA%BE%E0%AA%98>,
        <http://lexvo.org/id/term/hin/%E0%A4%A4%E0%A4%BF%E0%A4%AB%E0%A4%BF%E0%A4%A8%E0%A4%BE%E0%A4%98>,
        <http://lexvo.org/id/term/hrv/tifinar>,
        <http://lexvo.org/id/term/hun/Berber>,
        <http://lexvo.org/id/term/ind/Tifinagh>,
        <http://lexvo.org/id/term/isl/tifinagh>,
        <http://lexvo.org/id/term/ita/tifinagh>,
        <http://lexvo.org/id/term/jpn/%E3%83%86%E3%82%A3%E3%83%95%E3%83%8A%E3%82%B0%E6%96%87%E5%AD%97>,
        <http://lexvo.org/id/term/kan/%E0%B2%9F%E0%B2%BF%E0%B2%AB%E0%B2%BF%E0%B2%A8%E0%B2%BE%E0%B2%98%E0%B3%8D>,
        <http://lexvo.org/id/term/kas/%D8%AA%D9%90%D9%81%D9%90%D9%86%D8%A7%DA%AF>,
        <http://lexvo.org/id/term/kor/%ED%8B%B0%ED%94%BC%EB%82%98%EA%B7%B8%20%EB%AC%B8%EC%9E%90>,
        <http://lexvo.org/id/term/lao/%E0%BA%97%E0%BA%B5%E0%BA%9F%E0%BA%B5%E0%BA%99%E0%BA%B2%E0%BA%81>,
        <http://lexvo.org/id/term/lit/tifinag>,
        <http://lexvo.org/id/term/mal/%E0%B4%A4%E0%B4%BF%E0%B4%AB%E0%B4%BF%E0%B4%A8%E0%B4%BE%E0%B4%97%E0%B5%8D>,
        <http://lexvo.org/id/term/mar/%E0%A4%A4%E0%A4%BF%E0%A4%AB%E0%A4%BF%E0%A4%A8%E0%A4%BE%E0%A4%98>,
        <http://lexvo.org/id/term/nep/%E0%A4%9F%E0%A4%BF%E0%A4%AB%E0%A4%BF%E0%A4%A8%E0%A4%BE%E0%A4%98>,
        <http://lexvo.org/id/term/nld/Tifinagh>,
        <http://lexvo.org/id/term/nno/tifinagh>,
        <http://lexvo.org/id/term/nob/tifinagh>,
        <http://lexvo.org/id/term/ori/%E0%AC%A4%E0%AC%BF%E0%AC%AB%E0%AC%BF%E0%AC%99%E0%AD%8D%E0%AC%98%E0%AC%BE>,
        <http://lexvo.org/id/term/pol/tifinagh%20(berberski)>,
        <http://lexvo.org/id/term/por/tifinagh>,
        <http://lexvo.org/id/term/roh/tifinagh>,
        <http://lexvo.org/id/term/ron/berber%C4%83>,
        <http://lexvo.org/id/term/rus/%D0%94%D1%80%D0%B5%D0%B2%D0%BD%D0%B5%D0%BB%D0%B8%D0%B2%D0%B8%D0%B9%D1%81%D0%BA%D0%B0%D1%8F>,
        <http://lexvo.org/id/term/slv/tifinajski>,
        <http://lexvo.org/id/term/spa/tifinagh>,
        <http://lexvo.org/id/term/srp-Latn/tifinag%20pismo>,
        <http://lexvo.org/id/term/srp/%D1%82%D0%B8%D1%84%D0%B8%D0%BD%D0%B0%D0%B3%20%D0%BF%D0%B8%D1%81%D0%BC%D0%BE>,
        <http://lexvo.org/id/term/swe/tifinaghiska>,
        <http://lexvo.org/id/term/tam/%E0%AE%9F%E0%AE%BF%E0%AE%83%E0%AE%AA%E0%AE%BF%E0%AE%A9%E0%AE%BE%E0%AE%95%E0%AF%8D>,
        <http://lexvo.org/id/term/tel/%E0%B0%9F%E0%B0%BF%E0%B0%AB%E0%B1%80%E0%B0%A8%E0%B0%BE%E0%B0%98%E0%B1%8D>,
        <http://lexvo.org/id/term/tha/%E0%B8%97%E0%B8%B4%E0%B8%9F%E0%B8%B4%E0%B8%99%E0%B8%B2%E0%B8%81>,
        <http://lexvo.org/id/term/tur/Tifinagh>,
        <http://lexvo.org/id/term/ukr/%D0%A2%D0%B8%D1%84%D1%96%D0%BD%D0%B0%D0%B3>,
        <http://lexvo.org/id/term/vie/Ch%E1%BB%AF%20Tifinagh> .

<http://lexvo.org/id/script/Tglg> a lvont:Script ;
    rdfs:label "ታጋሎግ"@am,
        "التغالوغية"@ar,
        "taqaloq"@az,
        "Тагалог"@bg,
        "টাগালগ"@bn,
        "tagalog"@br,
        "टागालॉग"@brx,
        "tagalog"@bs,
        "Тагалог"@bs-Cyrl,
        "tagàlog"@ca,
        "塔加路文"@cmn,
        "塔加拉文"@cmn-Hant,
        "tagalské"@cs,
        "tagalog"@da,
        "Tagalog"@de,
        "tagalog gbeŋɔŋlɔ"@ee,
        "Ταγκαλόγκ"@el,
        "Tagalog"@en,
        "Tagalog (Baybayin, Alibata)"@en,
        "𐐓𐐲𐑀𐐪𐑊𐐲𐑀"@en-Dsrt,
        "tagalo"@es,
        "tagalogi"@et,
        "تاگالوگی"@fa,
        "tagalogilainen"@fi,
        "tagal"@fr,
        "tagal (baybayin, alibata)"@fr,
        "tagalog"@fur,
        "Tagalog"@gd,
        "Tagalog"@gsw,
        "ટેગાલોગ"@gu,
        "טגלוג"@he,
        "टैगालोग"@hi,
        "tagalog pismo"@hr,
        "Tagalog"@hu,
        "Tagalog"@id,
        "tagalog"@is,
        "tagalog"@it,
        "タガログ文字"@ja,
        "ಟ್ಯಾಗಲೋಗ್"@kn,
        "타갈로그 문자"@ko,
        "تَگَلوگ"@ks,
        "ຕາກາລອກ"@lo,
        "tagalogų"@lt,
        "tagalu"@lv,
        "തഗലോഗ്"@ml,
        "टागालोग"@mr,
        "တဂလော့ဂ်"@my,
        "tagalog"@nb,
        "टागालोग"@ne,
        "Tagalog"@nl,
        "tagalog"@nn,
        "ଟାଗାଲୋଗ୍"@or,
        "tagalog"@pl,
        "tagalo"@pt,
        "tagalog"@rm,
        "Тагалог"@ru,
        "tagaloški"@sl,
        "Тагалог"@sr,
        "tagalog"@sr-Latn,
        "tagalog"@sv,
        "தகலாக்"@ta,
        "టగలాగ్"@te,
        "ตากาล็อก"@th,
        "Takalot"@tr,
        "Тагальський"@uk,
        "Chữ Tagalog"@vi ;
    lvont:iso15924Alphacode "Tglg"^^xsd:string ;
    lvont:label <http://lexvo.org/id/term/amh/%E1%89%B3%E1%8C%8B%E1%88%8E%E1%8C%8D>,
        <http://lexvo.org/id/term/ara/%D8%A7%D9%84%D8%AA%D8%BA%D8%A7%D9%84%D9%88%D8%BA%D9%8A%D8%A9>,
        <http://lexvo.org/id/term/aze/taqaloq>,
        <http://lexvo.org/id/term/ben/%E0%A6%9F%E0%A6%BE%E0%A6%97%E0%A6%BE%E0%A6%B2%E0%A6%97>,
        <http://lexvo.org/id/term/bos-Cyrl/%D0%A2%D0%B0%D0%B3%D0%B0%D0%BB%D0%BE%D0%B3>,
        <http://lexvo.org/id/term/bos/tagalog>,
        <http://lexvo.org/id/term/bre/tagalog>,
        <http://lexvo.org/id/term/brx/%E0%A4%9F%E0%A4%BE%E0%A4%97%E0%A4%BE%E0%A4%B2%E0%A5%89%E0%A4%97>,
        <http://lexvo.org/id/term/bul/%D0%A2%D0%B0%D0%B3%D0%B0%D0%BB%D0%BE%D0%B3>,
        <http://lexvo.org/id/term/cat/tag%C3%A0log>,
        <http://lexvo.org/id/term/ces/tagalsk%C3%A9>,
        <http://lexvo.org/id/term/cmn-Hant/%E5%A1%94%E5%8A%A0%E6%8B%89%E6%96%87>,
        <http://lexvo.org/id/term/cmn/%E5%A1%94%E5%8A%A0%E8%B7%AF%E6%96%87>,
        <http://lexvo.org/id/term/dan/tagalog>,
        <http://lexvo.org/id/term/deu/Tagalog>,
        <http://lexvo.org/id/term/ell/%CE%A4%CE%B1%CE%B3%CE%BA%CE%B1%CE%BB%CF%8C%CE%B3%CE%BA>,
        <http://lexvo.org/id/term/eng-Dsrt/%F0%90%90%93%F0%90%90%B2%F0%90%91%80%F0%90%90%AA%F0%90%91%8A%F0%90%90%B2%F0%90%91%80>,
        <http://lexvo.org/id/term/eng/Tagalog>,
        <http://lexvo.org/id/term/eng/Tagalog%20(Baybayin%2C%20Alibata)>,
        <http://lexvo.org/id/term/est/tagalogi>,
        <http://lexvo.org/id/term/ewe/tagalog%20gbe%C5%8B%C9%94%C5%8Bl%C9%94>,
        <http://lexvo.org/id/term/fas/%D8%AA%D8%A7%DA%AF%D8%A7%D9%84%D9%88%DA%AF%DB%8C>,
        <http://lexvo.org/id/term/fin/tagalogilainen>,
        <http://lexvo.org/id/term/fra/tagal>,
        <http://lexvo.org/id/term/fra/tagal%20(baybayin%2C%20alibata)>,
        <http://lexvo.org/id/term/fur/tagalog>,
        <http://lexvo.org/id/term/gla/Tagalog>,
        <http://lexvo.org/id/term/gsw/Tagalog>,
        <http://lexvo.org/id/term/guj/%E0%AA%9F%E0%AB%87%E0%AA%97%E0%AA%BE%E0%AA%B2%E0%AB%8B%E0%AA%97>,
        <http://lexvo.org/id/term/heb/%D7%98%D7%92%D7%9C%D7%95%D7%92>,
        <http://lexvo.org/id/term/hin/%E0%A4%9F%E0%A5%88%E0%A4%97%E0%A4%BE%E0%A4%B2%E0%A5%8B%E0%A4%97>,
        <http://lexvo.org/id/term/hrv/tagalog%20pismo>,
        <http://lexvo.org/id/term/hun/Tagalog>,
        <http://lexvo.org/id/term/ind/Tagalog>,
        <http://lexvo.org/id/term/isl/tagalog>,
        <http://lexvo.org/id/term/ita/tagalog>,
        <http://lexvo.org/id/term/jpn/%E3%82%BF%E3%82%AC%E3%83%AD%E3%82%B0%E6%96%87%E5%AD%97>,
        <http://lexvo.org/id/term/kan/%E0%B2%9F%E0%B3%8D%E0%B2%AF%E0%B2%BE%E0%B2%97%E0%B2%B2%E0%B3%8B%E0%B2%97%E0%B3%8D>,
        <http://lexvo.org/id/term/kas/%D8%AA%D9%8E%DA%AF%D9%8E%D9%84%D9%88%DA%AF>,
        <http://lexvo.org/id/term/kor/%ED%83%80%EA%B0%88%EB%A1%9C%EA%B7%B8%20%EB%AC%B8%EC%9E%90>,
        <http://lexvo.org/id/term/lao/%E0%BA%95%E0%BA%B2%E0%BA%81%E0%BA%B2%E0%BA%A5%E0%BA%AD%E0%BA%81>,
        <http://lexvo.org/id/term/lav/tagalu>,
        <http://lexvo.org/id/term/lit/tagalog%C5%B3>,
        <http://lexvo.org/id/term/mal/%E0%B4%A4%E0%B4%97%E0%B4%B2%E0%B5%8B%E0%B4%97%E0%B5%8D>,
        <http://lexvo.org/id/term/mar/%E0%A4%9F%E0%A4%BE%E0%A4%97%E0%A4%BE%E0%A4%B2%E0%A5%8B%E0%A4%97>,
        <http://lexvo.org/id/term/mya/%E1%80%90%E1%80%82%E1%80%9C%E1%80%B1%E1%80%AC%E1%80%B7%E1%80%82%E1%80%BA>,
        <http://lexvo.org/id/term/nep/%E0%A4%9F%E0%A4%BE%E0%A4%97%E0%A4%BE%E0%A4%B2%E0%A5%8B%E0%A4%97>,
        <http://lexvo.org/id/term/nld/Tagalog>,
        <http://lexvo.org/id/term/nno/tagalog>,
        <http://lexvo.org/id/term/nob/tagalog>,
        <http://lexvo.org/id/term/ori/%E0%AC%9F%E0%AC%BE%E0%AC%97%E0%AC%BE%E0%AC%B2%E0%AD%8B%E0%AC%97%E0%AD%8D>,
        <http://lexvo.org/id/term/pol/tagalog>,
        <http://lexvo.org/id/term/por/tagalo>,
        <http://lexvo.org/id/term/roh/tagalog>,
        <http://lexvo.org/id/term/rus/%D0%A2%D0%B0%D0%B3%D0%B0%D0%BB%D0%BE%D0%B3>,
        <http://lexvo.org/id/term/slv/tagalo%C5%A1ki>,
        <http://lexvo.org/id/term/spa/tagalo>,
        <http://lexvo.org/id/term/srp-Latn/tagalog>,
        <http://lexvo.org/id/term/srp/%D0%A2%D0%B0%D0%B3%D0%B0%D0%BB%D0%BE%D0%B3>,
        <http://lexvo.org/id/term/swe/tagalog>,
        <http://lexvo.org/id/term/tam/%E0%AE%A4%E0%AE%95%E0%AE%B2%E0%AE%BE%E0%AE%95%E0%AF%8D>,
        <http://lexvo.org/id/term/tel/%E0%B0%9F%E0%B0%97%E0%B0%B2%E0%B0%BE%E0%B0%97%E0%B1%8D>,
        <http://lexvo.org/id/term/tha/%E0%B8%95%E0%B8%B2%E0%B8%81%E0%B8%B2%E0%B8%A5%E0%B9%87%E0%B8%AD%E0%B8%81>,
        <http://lexvo.org/id/term/tur/Takalot>,
        <http://lexvo.org/id/term/ukr/%D0%A2%D0%B0%D0%B3%D0%B0%D0%BB%D1%8C%D1%81%D1%8C%D0%BA%D0%B8%D0%B9>,
        <http://lexvo.org/id/term/vie/Ch%E1%BB%AF%20Tagalog> .

<http://lexvo.org/id/script/Thaa> a lvont:Script ;
    rdfs:label "Thaana"@af,
        "ታና"@am,
        "الثعنة"@ar,
        "thaana"@ast,
        "txana"@az,
        "Таана"@bg,
        "থানা"@bn,
        "thaana"@br,
        "थाना"@brx,
        "thana pismo"@bs,
        "тхана писмо"@bs-Cyrl,
        "thaana"@ca,
        "塔安那文"@cmn,
        "塔安娜文"@cmn-Hans,
        "塔安那文"@cmn-Hant,
        "thaana"@cs,
        "thaana"@da,
        "Thaana"@de,
        "ཐཱ་ན་ཡིག་གུ"@dz,
        "thaanagbeŋɔŋlɔ"@ee,
        "Θαανά"@el,
        "Thaana"@en,
        "𐐓𐐪𐐱𐑌𐐲"@en-Dsrt,
        "thaana"@es,
        "thaana"@et,
        "Thaana"@eu,
        "تانه‌ای"@fa,
        "thaana"@fi,
        "Thaana"@fil,
        "thâna"@fr,
        "thaana"@fur,
        "Thaana"@gl,
        "Thaana"@gsw,
        "થાના"@gu,
        "כתב טאנה"@he,
        "थाना"@hi,
        "thaana pismo"@hr,
        "Thaana"@hu,
        "Thaana"@id,
        "Thaana"@is,
        "thaana"@it,
        "ターナ文字"@ja,
        "taana"@kea,
        "Таана"@kk,
        "ថាណា"@km,
        "ಥಾನಾ"@kn,
        "타나 문자"@ko,
        "تھانا"@ks,
        "malledivesche Taana-Schreff"@ksh,
        "ທານາ"@lo,
        "hana"@lt,
        "taana"@lv,
        "таана писмо"@mk,
        "ഥാന"@ml,
        "थाना"@mr,
        "thaana"@nb,
        "थाना"@ne,
        "Thaana"@nl,
        "thaana"@nn,
        "ଥାନା"@or,
        "thaana"@pl,
        "thaana"@pt,
        "thaana"@rm,
        "thaana"@ro,
        "Таана"@ru,
        "තාන"@si,
        "Tána"@sk,
        "tanajski"@sl,
        "тхана писмо"@sr,
        "thana pismo"@sr-Latn,
        "taana"@sv,
        "Kithaana"@swh,
        "தானா"@ta,
        "థానా"@te,
        "ทานา"@th,
        "tohinima fakatāna"@to,
        "Thaana"@tr,
        "Таана"@uk,
        "تھانا"@ur,
        "Chữ Thaana"@vi,
        "Thána"@wae,
        "Thaana"@zsm,
        "i-Thaana"@zu ;
    lvont:iso15924Alphacode "Thaa"^^xsd:string ;
    lvont:label <http://lexvo.org/id/term/afr/Thaana>,
        <http://lexvo.org/id/term/amh/%E1%89%B3%E1%8A%93>,
        <http://lexvo.org/id/term/ara/%D8%A7%D9%84%D8%AB%D8%B9%D9%86%D8%A9>,
        <http://lexvo.org/id/term/ast/thaana>,
        <http://lexvo.org/id/term/aze/txana>,
        <http://lexvo.org/id/term/ben/%E0%A6%A5%E0%A6%BE%E0%A6%A8%E0%A6%BE>,
        <http://lexvo.org/id/term/bos-Cyrl/%D1%82%D1%85%D0%B0%D0%BD%D0%B0%20%D0%BF%D0%B8%D1%81%D0%BC%D0%BE>,
        <http://lexvo.org/id/term/bos/thana%20pismo>,
        <http://lexvo.org/id/term/bre/thaana>,
        <http://lexvo.org/id/term/brx/%E0%A4%A5%E0%A4%BE%E0%A4%A8%E0%A4%BE>,
        <http://lexvo.org/id/term/bul/%D0%A2%D0%B0%D0%B0%D0%BD%D0%B0>,
        <http://lexvo.org/id/term/cat/thaana>,
        <http://lexvo.org/id/term/ces/thaana>,
        <http://lexvo.org/id/term/cmn-Hans/%E5%A1%94%E5%AE%89%E5%A8%9C%E6%96%87>,
        <http://lexvo.org/id/term/cmn-Hant/%E5%A1%94%E5%AE%89%E9%82%A3%E6%96%87>,
        <http://lexvo.org/id/term/cmn/%E5%A1%94%E5%AE%89%E9%82%A3%E6%96%87>,
        <http://lexvo.org/id/term/dan/thaana>,
        <http://lexvo.org/id/term/deu/Thaana>,
        <http://lexvo.org/id/term/dzo/%E0%BD%90%E0%BD%B1%E0%BC%8B%E0%BD%93%E0%BC%8B%E0%BD%A1%E0%BD%B2%E0%BD%82%E0%BC%8B%E0%BD%82%E0%BD%B4>,
        <http://lexvo.org/id/term/ell/%CE%98%CE%B1%CE%B1%CE%BD%CE%AC>,
        <http://lexvo.org/id/term/eng-Dsrt/%F0%90%90%93%F0%90%90%AA%F0%90%90%B1%F0%90%91%8C%F0%90%90%B2>,
        <http://lexvo.org/id/term/eng/Thaana>,
        <http://lexvo.org/id/term/est/thaana>,
        <http://lexvo.org/id/term/eus/Thaana>,
        <http://lexvo.org/id/term/ewe/thaanagbe%C5%8B%C9%94%C5%8Bl%C9%94>,
        <http://lexvo.org/id/term/fas/%D8%AA%D8%A7%D9%86%D9%87%E2%80%8C%D8%A7%DB%8C>,
        <http://lexvo.org/id/term/fil/Thaana>,
        <http://lexvo.org/id/term/fin/thaana>,
        <http://lexvo.org/id/term/fra/th%C3%A2na>,
        <http://lexvo.org/id/term/fur/thaana>,
        <http://lexvo.org/id/term/glg/Thaana>,
        <http://lexvo.org/id/term/gsw/Thaana>,
        <http://lexvo.org/id/term/guj/%E0%AA%A5%E0%AA%BE%E0%AA%A8%E0%AA%BE>,
        <http://lexvo.org/id/term/heb/%D7%9B%D7%AA%D7%91%20%D7%98%D7%90%D7%A0%D7%94>,
        <http://lexvo.org/id/term/hin/%E0%A4%A5%E0%A4%BE%E0%A4%A8%E0%A4%BE>,
        <http://lexvo.org/id/term/hrv/thaana%20pismo>,
        <http://lexvo.org/id/term/hun/Thaana>,
        <http://lexvo.org/id/term/ind/Thaana>,
        <http://lexvo.org/id/term/isl/Thaana>,
        <http://lexvo.org/id/term/ita/thaana>,
        <http://lexvo.org/id/term/jpn/%E3%82%BF%E3%83%BC%E3%83%8A%E6%96%87%E5%AD%97>,
        <http://lexvo.org/id/term/kan/%E0%B2%A5%E0%B2%BE%E0%B2%A8%E0%B2%BE>,
        <http://lexvo.org/id/term/kas/%D8%AA%DA%BE%D8%A7%D9%86%D8%A7>,
        <http://lexvo.org/id/term/kaz/%D0%A2%D0%B0%D0%B0%D0%BD%D0%B0>,
        <http://lexvo.org/id/term/kea/taana>,
        <http://lexvo.org/id/term/khm/%E1%9E%90%E1%9E%B6%E1%9E%8E%E1%9E%B6>,
        <http://lexvo.org/id/term/kor/%ED%83%80%EB%82%98%20%EB%AC%B8%EC%9E%90>,
        <http://lexvo.org/id/term/ksh/malledivesche%20Taana-Schreff>,
        <http://lexvo.org/id/term/lao/%E0%BA%97%E0%BA%B2%E0%BA%99%E0%BA%B2>,
        <http://lexvo.org/id/term/lav/taana>,
        <http://lexvo.org/id/term/lit/hana>,
        <http://lexvo.org/id/term/mal/%E0%B4%A5%E0%B4%BE%E0%B4%A8>,
        <http://lexvo.org/id/term/mar/%E0%A4%A5%E0%A4%BE%E0%A4%A8%E0%A4%BE>,
        <http://lexvo.org/id/term/mkd/%D1%82%D0%B0%D0%B0%D0%BD%D0%B0%20%D0%BF%D0%B8%D1%81%D0%BC%D0%BE>,
        <http://lexvo.org/id/term/nep/%E0%A4%A5%E0%A4%BE%E0%A4%A8%E0%A4%BE>,
        <http://lexvo.org/id/term/nld/Thaana>,
        <http://lexvo.org/id/term/nno/thaana>,
        <http://lexvo.org/id/term/nob/thaana>,
        <http://lexvo.org/id/term/ori/%E0%AC%A5%E0%AC%BE%E0%AC%A8%E0%AC%BE>,
        <http://lexvo.org/id/term/pol/thaana>,
        <http://lexvo.org/id/term/por/thaana>,
        <http://lexvo.org/id/term/roh/thaana>,
        <http://lexvo.org/id/term/ron/thaana>,
        <http://lexvo.org/id/term/rus/%D0%A2%D0%B0%D0%B0%D0%BD%D0%B0>,
        <http://lexvo.org/id/term/sin/%E0%B6%AD%E0%B7%8F%E0%B6%B1>,
        <http://lexvo.org/id/term/slk/T%C3%A1na>,
        <http://lexvo.org/id/term/slv/tanajski>,
        <http://lexvo.org/id/term/spa/thaana>,
        <http://lexvo.org/id/term/srp-Latn/thana%20pismo>,
        <http://lexvo.org/id/term/srp/%D1%82%D1%85%D0%B0%D0%BD%D0%B0%20%D0%BF%D0%B8%D1%81%D0%BC%D0%BE>,
        <http://lexvo.org/id/term/swe/taana>,
        <http://lexvo.org/id/term/swh/Kithaana>,
        <http://lexvo.org/id/term/tam/%E0%AE%A4%E0%AE%BE%E0%AE%A9%E0%AE%BE>,
        <http://lexvo.org/id/term/tel/%E0%B0%A5%E0%B0%BE%E0%B0%A8%E0%B0%BE>,
        <http://lexvo.org/id/term/tha/%E0%B8%97%E0%B8%B2%E0%B8%99%E0%B8%B2>,
        <http://lexvo.org/id/term/ton/tohinima%20fakat%C4%81na>,
        <http://lexvo.org/id/term/tur/Thaana>,
        <http://lexvo.org/id/term/ukr/%D0%A2%D0%B0%D0%B0%D0%BD%D0%B0>,
        <http://lexvo.org/id/term/urd/%D8%AA%DA%BE%D8%A7%D9%86%D8%A7>,
        <http://lexvo.org/id/term/vie/Ch%E1%BB%AF%20Thaana>,
        <http://lexvo.org/id/term/wae/Th%C3%A1na>,
        <http://lexvo.org/id/term/zsm/Thaana>,
        <http://lexvo.org/id/term/zul/i-Thaana> .

<http://lexvo.org/id/script/Thai> a lvont:Script ;
    rdfs:label "Thai"@af,
        "ታይ"@am,
        "التايلاندية"@ar,
        "tailandés"@ast,
        "tay"@az,
        "Таи"@bg,
        "থাই"@bn,
        "thai"@br,
        "थाई"@brx,
        "tajlandsko pismo"@bs,
        "тајландско писмо"@bs-Cyrl,
        "tailandès"@ca,
        "泰文"@cmn,
        "泰文"@cmn-Hant,
        "thajské"@cs,
        "thailandsk"@da,
        "Thai"@de,
        "ཐཱའི་ཡིག་གུ"@dz,
        "taigbeŋɔŋlɔ"@ee,
        "Ταϊλανδικό"@el,
        "Thai"@en,
        "𐐓𐐴"@en-Dsrt,
        "tailandés"@es,
        "tai"@et,
        "Thaiera"@eu,
        "تایلندی"@fa,
        "thailainen"@fi,
        "Thai"@fil,
        "thaï"@fr,
        "thai"@fur,
        "Téallanach"@ga,
        "Tàidh"@gd,
        "Tailandés"@gl,
        "Thai"@gsw,
        "થાઇ"@gu,
        "תאי"@he,
        "थाई"@hi,
        "tajlandsko pismo"@hr,
        "Thai"@hu,
        "Thai"@id,
        "Taílenskt"@is,
        "tailandese"@it,
        "タイ文字"@ja,
        "ტაილანდური"@ka,
        "tailandes"@kea,
        "Тай"@kk,
        "ថៃ"@km,
        "ಥಾಯ್"@kn,
        "타이 문자"@ko,
        "تھاے"@ks,
        "tailändesche Schreff"@ksh,
        "ໄທ"@lo,
        "tajų"@lt,
        "taju"@lv,
        "тајландско писмо"@mk,
        "തായ്"@ml,
        "थाई"@mr,
        "ထိုင်း"@my,
        "thai"@nb,
        "थाई"@ne,
        "Thais"@nl,
        "thai"@nn,
        "ଥାଇ"@or,
        "tajskie"@pl,
        "tailandês"@pt,
        "tailandais"@rm,
        "thai"@ro,
        "Тайская"@ru,
        "Таайдыы"@sah,
        "තායි"@si,
        "Thajčina"@sk,
        "tajski"@sl,
        "тајландско писмо"@sr,
        "Tajlandsko pismo"@sr-Latn,
        "thailändska"@sv,
        "Kitai"@swh,
        "தாய்"@ta,
        "థాయ్"@te,
        "ไทย"@th,
        "tohinima fakataileni"@to,
        "Tay"@tr,
        "Тайський"@uk,
        "تھائی"@ur,
        "Chữ Thái"@vi,
        "Thai"@wae,
        "Thai"@zsm,
        "isi-Thai"@zu ;
    lvont:iso15924Alphacode "Thai"^^xsd:string ;
    lvont:label <http://lexvo.org/id/term/afr/Thai>,
        <http://lexvo.org/id/term/amh/%E1%89%B3%E1%8B%AD>,
        <http://lexvo.org/id/term/ara/%D8%A7%D9%84%D8%AA%D8%A7%D9%8A%D9%84%D8%A7%D9%86%D8%AF%D9%8A%D8%A9>,
        <http://lexvo.org/id/term/ast/tailand%C3%A9s>,
        <http://lexvo.org/id/term/aze/tay>,
        <http://lexvo.org/id/term/ben/%E0%A6%A5%E0%A6%BE%E0%A6%87>,
        <http://lexvo.org/id/term/bos-Cyrl/%D1%82%D0%B0%D1%98%D0%BB%D0%B0%D0%BD%D0%B4%D1%81%D0%BA%D0%BE%20%D0%BF%D0%B8%D1%81%D0%BC%D0%BE>,
        <http://lexvo.org/id/term/bos/tajlandsko%20pismo>,
        <http://lexvo.org/id/term/bre/thai>,
        <http://lexvo.org/id/term/brx/%E0%A4%A5%E0%A4%BE%E0%A4%88>,
        <http://lexvo.org/id/term/bul/%D0%A2%D0%B0%D0%B8>,
        <http://lexvo.org/id/term/cat/tailand%C3%A8s>,
        <http://lexvo.org/id/term/ces/thajsk%C3%A9>,
        <http://lexvo.org/id/term/cmn-Hant/%E6%B3%B0%E6%96%87>,
        <http://lexvo.org/id/term/cmn/%E6%B3%B0%E6%96%87>,
        <http://lexvo.org/id/term/dan/thailandsk>,
        <http://lexvo.org/id/term/deu/Thai>,
        <http://lexvo.org/id/term/dzo/%E0%BD%90%E0%BD%B1%E0%BD%A0%E0%BD%B2%E0%BC%8B%E0%BD%A1%E0%BD%B2%E0%BD%82%E0%BC%8B%E0%BD%82%E0%BD%B4>,
        <http://lexvo.org/id/term/ell/%CE%A4%CE%B1%CF%8A%CE%BB%CE%B1%CE%BD%CE%B4%CE%B9%CE%BA%CF%8C>,
        <http://lexvo.org/id/term/eng-Dsrt/%F0%90%90%93%F0%90%90%B4>,
        <http://lexvo.org/id/term/eng/Thai>,
        <http://lexvo.org/id/term/est/tai>,
        <http://lexvo.org/id/term/eus/Thaiera>,
        <http://lexvo.org/id/term/ewe/taigbe%C5%8B%C9%94%C5%8Bl%C9%94>,
        <http://lexvo.org/id/term/fas/%D8%AA%D8%A7%DB%8C%D9%84%D9%86%D8%AF%DB%8C>,
        <http://lexvo.org/id/term/fil/Thai>,
        <http://lexvo.org/id/term/fin/thailainen>,
        <http://lexvo.org/id/term/fra/tha%C3%AF>,
        <http://lexvo.org/id/term/fur/thai>,
        <http://lexvo.org/id/term/gla/T%C3%A0idh>,
        <http://lexvo.org/id/term/gle/T%C3%A9allanach>,
        <http://lexvo.org/id/term/glg/Tailand%C3%A9s>,
        <http://lexvo.org/id/term/gsw/Thai>,
        <http://lexvo.org/id/term/guj/%E0%AA%A5%E0%AA%BE%E0%AA%87>,
        <http://lexvo.org/id/term/heb/%D7%AA%D7%90%D7%99>,
        <http://lexvo.org/id/term/hin/%E0%A4%A5%E0%A4%BE%E0%A4%88>,
        <http://lexvo.org/id/term/hrv/tajlandsko%20pismo>,
        <http://lexvo.org/id/term/hun/Thai>,
        <http://lexvo.org/id/term/ind/Thai>,
        <http://lexvo.org/id/term/isl/Ta%C3%ADlenskt>,
        <http://lexvo.org/id/term/ita/tailandese>,
        <http://lexvo.org/id/term/jpn/%E3%82%BF%E3%82%A4%E6%96%87%E5%AD%97>,
        <http://lexvo.org/id/term/kan/%E0%B2%A5%E0%B2%BE%E0%B2%AF%E0%B3%8D>,
        <http://lexvo.org/id/term/kas/%D8%AA%DA%BE%D8%A7%DB%92>,
        <http://lexvo.org/id/term/kat/%E1%83%A2%E1%83%90%E1%83%98%E1%83%9A%E1%83%90%E1%83%9C%E1%83%93%E1%83%A3%E1%83%A0%E1%83%98>,
        <http://lexvo.org/id/term/kaz/%D0%A2%D0%B0%D0%B9>,
        <http://lexvo.org/id/term/kea/tailandes>,
        <http://lexvo.org/id/term/khm/%E1%9E%90%E1%9F%83>,
        <http://lexvo.org/id/term/kor/%ED%83%80%EC%9D%B4%20%EB%AC%B8%EC%9E%90>,
        <http://lexvo.org/id/term/ksh/tail%C3%A4ndesche%20Schreff>,
        <http://lexvo.org/id/term/lao/%E0%BB%84%E0%BA%97>,
        <http://lexvo.org/id/term/lav/taju>,
        <http://lexvo.org/id/term/lit/taj%C5%B3>,
        <http://lexvo.org/id/term/mal/%E0%B4%A4%E0%B4%BE%E0%B4%AF%E0%B5%8D>,
        <http://lexvo.org/id/term/mar/%E0%A4%A5%E0%A4%BE%E0%A4%88>,
        <http://lexvo.org/id/term/mkd/%D1%82%D0%B0%D1%98%D0%BB%D0%B0%D0%BD%D0%B4%D1%81%D0%BA%D0%BE%20%D0%BF%D0%B8%D1%81%D0%BC%D0%BE>,
        <http://lexvo.org/id/term/mya/%E1%80%91%E1%80%AD%E1%80%AF%E1%80%84%E1%80%BA%E1%80%B8>,
        <http://lexvo.org/id/term/nep/%E0%A4%A5%E0%A4%BE%E0%A4%88>,
        <http://lexvo.org/id/term/nld/Thais>,
        <http://lexvo.org/id/term/nno/thai>,
        <http://lexvo.org/id/term/nob/thai>,
        <http://lexvo.org/id/term/ori/%E0%AC%A5%E0%AC%BE%E0%AC%87>,
        <http://lexvo.org/id/term/pol/tajskie>,
        <http://lexvo.org/id/term/por/tailand%C3%AAs>,
        <http://lexvo.org/id/term/roh/tailandais>,
        <http://lexvo.org/id/term/ron/thai>,
        <http://lexvo.org/id/term/rus/%D0%A2%D0%B0%D0%B9%D1%81%D0%BA%D0%B0%D1%8F>,
        <http://lexvo.org/id/term/sah/%D0%A2%D0%B0%D0%B0%D0%B9%D0%B4%D1%8B%D1%8B>,
        <http://lexvo.org/id/term/sin/%E0%B6%AD%E0%B7%8F%E0%B6%BA%E0%B7%92>,
        <http://lexvo.org/id/term/slk/Thaj%C4%8Dina>,
        <http://lexvo.org/id/term/slv/tajski>,
        <http://lexvo.org/id/term/spa/tailand%C3%A9s>,
        <http://lexvo.org/id/term/srp-Latn/Tajlandsko%20pismo>,
        <http://lexvo.org/id/term/srp/%D1%82%D0%B0%D1%98%D0%BB%D0%B0%D0%BD%D0%B4%D1%81%D0%BA%D0%BE%20%D0%BF%D0%B8%D1%81%D0%BC%D0%BE>,
        <http://lexvo.org/id/term/swe/thail%C3%A4ndska>,
        <http://lexvo.org/id/term/swh/Kitai>,
        <http://lexvo.org/id/term/tam/%E0%AE%A4%E0%AE%BE%E0%AE%AF%E0%AF%8D>,
        <http://lexvo.org/id/term/tel/%E0%B0%A5%E0%B0%BE%E0%B0%AF%E0%B1%8D>,
        <http://lexvo.org/id/term/tha/%E0%B9%84%E0%B8%97%E0%B8%A2>,
        <http://lexvo.org/id/term/ton/tohinima%20fakataileni>,
        <http://lexvo.org/id/term/tur/Tay>,
        <http://lexvo.org/id/term/ukr/%D0%A2%D0%B0%D0%B9%D1%81%D1%8C%D0%BA%D0%B8%D0%B9>,
        <http://lexvo.org/id/term/urd/%D8%AA%DA%BE%D8%A7%D8%A6%DB%8C>,
        <http://lexvo.org/id/term/vie/Ch%E1%BB%AF%20Th%C3%A1i>,
        <http://lexvo.org/id/term/wae/Thai>,
        <http://lexvo.org/id/term/zsm/Thai>,
        <http://lexvo.org/id/term/zul/isi-Thai> .

<http://lexvo.org/id/script/Tibt> a lvont:Script ;
    rdfs:label "Tibettaans"@af,
        "ቲቤታን"@am,
        "التبتية"@ar,
        "tibetanu"@ast,
        "tibet"@az,
        "Тибетска"@bg,
        "তিব্বতি"@bn,
        "བོད་ཡིག་"@bo,
        "tibetanek"@br,
        "तिब्बती"@brx,
        "tibetansko pismo"@bs,
        "тибетанско писмо"@bs-Cyrl,
        "tibetà"@ca,
        "藏文"@cmn,
        "西藏文"@cmn-Hant,
        "tibetské"@cs,
        "tibetansk"@da,
        "Tibetisch"@de,
        "ང་བཅས་ཀྱི་ཡིག་གུ"@dz,
        "tibetgbeŋɔŋlɔ"@ee,
        "Θιβετιανό"@el,
        "Tibetan"@en,
        "𐐓𐐮𐐺𐐯𐐻𐐲𐑌"@en-Dsrt,
        "tibetano"@es,
        "tiibeti"@et,
        "Tibetarra"@eu,
        "تبتی"@fa,
        "tiibetiläinen"@fi,
        "Tibetan"@fil,
        "tibétain"@fr,
        "tibetan"@fur,
        "Tibéadach"@ga,
        "Tibeiteach"@gd,
        "Tibetano"@gl,
        "Tibeetisch"@gsw,
        "ટિબેટી"@gu,
        "טיבטי"@he,
        "तिब्बती"@hi,
        "tibetansko pismo"@hr,
        "Tibeti"@hu,
        "Tibet"@id,
        "Tíbeskt"@is,
        "tibetano"@it,
        "チベット文字"@ja,
        "ტიბეტური"@ka,
        "tibetanu"@kea,
        "តៃប៉ិ"@km,
        "ಟಿಬೇಟನ್"@kn,
        "티베트 문자"@ko,
        "تِبتی"@ks,
        "tibeetesche Schreff"@ksh,
        "ທິບຕັນ"@lo,
        "tibetiečių"@lt,
        "tibetiešu"@lv,
        "тибетанско писмо"@mk,
        "ടിബറ്റൻ"@ml,
        "तिबेटी"@mr,
        "တိဘက်"@my,
        "tibetansk"@nb,
        "टिबेटन"@ne,
        "Tibetaans"@nl,
        "tibetansk"@nn,
        "ତିବେତାନ୍"@or,
        "tybetańskie"@pl,
        "tibetano"@pt,
        "tibetan"@rm,
        "tibetană"@ro,
        "Тибетская"@ru,
        "ටි‍බෙට්"@si,
        "tibetský"@sk,
        "tibetanski"@sl,
        "тибетанско писмо"@sr,
        "tibetansko pismo"@sr-Latn,
        "tibetanska"@sv,
        "Kitibeti"@swh,
        "திபேத்தியன்"@ta,
        "టిబెటన్"@te,
        "ทิเบต"@th,
        "tohinima fakataipeti"@to,
        "Tibet"@tr,
        "Тибетський"@uk,
        "تبتی"@ur,
        "Chữ Tây Tạng"@vi,
        "Tibet"@zsm,
        "isi-Tibetan"@zu ;
    lvont:iso15924Alphacode "Tibt"^^xsd:string ;
    lvont:label <http://lexvo.org/id/term/afr/Tibettaans>,
        <http://lexvo.org/id/term/amh/%E1%89%B2%E1%89%A4%E1%89%B3%E1%8A%95>,
        <http://lexvo.org/id/term/ara/%D8%A7%D9%84%D8%AA%D8%A8%D8%AA%D9%8A%D8%A9>,
        <http://lexvo.org/id/term/ast/tibetanu>,
        <http://lexvo.org/id/term/aze/tibet>,
        <http://lexvo.org/id/term/ben/%E0%A6%A4%E0%A6%BF%E0%A6%AC%E0%A7%8D%E0%A6%AC%E0%A6%A4%E0%A6%BF>,
        <http://lexvo.org/id/term/bod/%E0%BD%96%E0%BD%BC%E0%BD%91%E0%BC%8B%E0%BD%A1%E0%BD%B2%E0%BD%82%E0%BC%8B>,
        <http://lexvo.org/id/term/bos-Cyrl/%D1%82%D0%B8%D0%B1%D0%B5%D1%82%D0%B0%D0%BD%D1%81%D0%BA%D0%BE%20%D0%BF%D0%B8%D1%81%D0%BC%D0%BE>,
        <http://lexvo.org/id/term/bos/tibetansko%20pismo>,
        <http://lexvo.org/id/term/bre/tibetanek>,
        <http://lexvo.org/id/term/brx/%E0%A4%A4%E0%A4%BF%E0%A4%AC%E0%A5%8D%E0%A4%AC%E0%A4%A4%E0%A5%80>,
        <http://lexvo.org/id/term/bul/%D0%A2%D0%B8%D0%B1%D0%B5%D1%82%D1%81%D0%BA%D0%B0>,
        <http://lexvo.org/id/term/cat/tibet%C3%A0>,
        <http://lexvo.org/id/term/ces/tibetsk%C3%A9>,
        <http://lexvo.org/id/term/cmn-Hant/%E8%A5%BF%E8%97%8F%E6%96%87>,
        <http://lexvo.org/id/term/cmn/%E8%97%8F%E6%96%87>,
        <http://lexvo.org/id/term/dan/tibetansk>,
        <http://lexvo.org/id/term/deu/Tibetisch>,
        <http://lexvo.org/id/term/dzo/%E0%BD%84%E0%BC%8B%E0%BD%96%E0%BD%85%E0%BD%A6%E0%BC%8B%E0%BD%80%E0%BE%B1%E0%BD%B2%E0%BC%8B%E0%BD%A1%E0%BD%B2%E0%BD%82%E0%BC%8B%E0%BD%82%E0%BD%B4>,
        <http://lexvo.org/id/term/ell/%CE%98%CE%B9%CE%B2%CE%B5%CF%84%CE%B9%CE%B1%CE%BD%CF%8C>,
        <http://lexvo.org/id/term/eng-Dsrt/%F0%90%90%93%F0%90%90%AE%F0%90%90%BA%F0%90%90%AF%F0%90%90%BB%F0%90%90%B2%F0%90%91%8C>,
        <http://lexvo.org/id/term/eng/Tibetan>,
        <http://lexvo.org/id/term/est/tiibeti>,
        <http://lexvo.org/id/term/eus/Tibetarra>,
        <http://lexvo.org/id/term/ewe/tibetgbe%C5%8B%C9%94%C5%8Bl%C9%94>,
        <http://lexvo.org/id/term/fas/%D8%AA%D8%A8%D8%AA%DB%8C>,
        <http://lexvo.org/id/term/fil/Tibetan>,
        <http://lexvo.org/id/term/fin/tiibetil%C3%A4inen>,
        <http://lexvo.org/id/term/fra/tib%C3%A9tain>,
        <http://lexvo.org/id/term/fur/tibetan>,
        <http://lexvo.org/id/term/gla/Tibeiteach>,
        <http://lexvo.org/id/term/gle/Tib%C3%A9adach>,
        <http://lexvo.org/id/term/glg/Tibetano>,
        <http://lexvo.org/id/term/gsw/Tibeetisch>,
        <http://lexvo.org/id/term/guj/%E0%AA%9F%E0%AA%BF%E0%AA%AC%E0%AB%87%E0%AA%9F%E0%AB%80>,
        <http://lexvo.org/id/term/heb/%D7%98%D7%99%D7%91%D7%98%D7%99>,
        <http://lexvo.org/id/term/hin/%E0%A4%A4%E0%A4%BF%E0%A4%AC%E0%A5%8D%E0%A4%AC%E0%A4%A4%E0%A5%80>,
        <http://lexvo.org/id/term/hrv/tibetansko%20pismo>,
        <http://lexvo.org/id/term/hun/Tibeti>,
        <http://lexvo.org/id/term/ind/Tibet>,
        <http://lexvo.org/id/term/isl/T%C3%ADbeskt>,
        <http://lexvo.org/id/term/ita/tibetano>,
        <http://lexvo.org/id/term/jpn/%E3%83%81%E3%83%99%E3%83%83%E3%83%88%E6%96%87%E5%AD%97>,
        <http://lexvo.org/id/term/kan/%E0%B2%9F%E0%B2%BF%E0%B2%AC%E0%B3%87%E0%B2%9F%E0%B2%A8%E0%B3%8D>,
        <http://lexvo.org/id/term/kas/%D8%AA%D9%90%D8%A8%D8%AA%DB%8C>,
        <http://lexvo.org/id/term/kat/%E1%83%A2%E1%83%98%E1%83%91%E1%83%94%E1%83%A2%E1%83%A3%E1%83%A0%E1%83%98>,
        <http://lexvo.org/id/term/kea/tibetanu>,
        <http://lexvo.org/id/term/khm/%E1%9E%8F%E1%9F%83%E1%9E%94%E1%9F%89%E1%9E%B7>,
        <http://lexvo.org/id/term/kor/%ED%8B%B0%EB%B2%A0%ED%8A%B8%20%EB%AC%B8%EC%9E%90>,
        <http://lexvo.org/id/term/ksh/tibeetesche%20Schreff>,
        <http://lexvo.org/id/term/lao/%E0%BA%97%E0%BA%B4%E0%BA%9A%E0%BA%95%E0%BA%B1%E0%BA%99>,
        <http://lexvo.org/id/term/lav/tibetie%C5%A1u>,
        <http://lexvo.org/id/term/lit/tibetie%C4%8Di%C5%B3>,
        <http://lexvo.org/id/term/mal/%E0%B4%9F%E0%B4%BF%E0%B4%AC%E0%B4%B1%E0%B5%8D%E0%B4%B1%E0%B5%BB>,
        <http://lexvo.org/id/term/mar/%E0%A4%A4%E0%A4%BF%E0%A4%AC%E0%A5%87%E0%A4%9F%E0%A5%80>,
        <http://lexvo.org/id/term/mkd/%D1%82%D0%B8%D0%B1%D0%B5%D1%82%D0%B0%D0%BD%D1%81%D0%BA%D0%BE%20%D0%BF%D0%B8%D1%81%D0%BC%D0%BE>,
        <http://lexvo.org/id/term/mya/%E1%80%90%E1%80%AD%E1%80%98%E1%80%80%E1%80%BA>,
        <http://lexvo.org/id/term/nep/%E0%A4%9F%E0%A4%BF%E0%A4%AC%E0%A5%87%E0%A4%9F%E0%A4%A8>,
        <http://lexvo.org/id/term/nld/Tibetaans>,
        <http://lexvo.org/id/term/nno/tibetansk>,
        <http://lexvo.org/id/term/nob/tibetansk>,
        <http://lexvo.org/id/term/ori/%E0%AC%A4%E0%AC%BF%E0%AC%AC%E0%AD%87%E0%AC%A4%E0%AC%BE%E0%AC%A8%E0%AD%8D>,
        <http://lexvo.org/id/term/pol/tybeta%C5%84skie>,
        <http://lexvo.org/id/term/por/tibetano>,
        <http://lexvo.org/id/term/roh/tibetan>,
        <http://lexvo.org/id/term/ron/tibetan%C4%83>,
        <http://lexvo.org/id/term/rus/%D0%A2%D0%B8%D0%B1%D0%B5%D1%82%D1%81%D0%BA%D0%B0%D1%8F>,
        <http://lexvo.org/id/term/sin/%E0%B6%A7%E0%B7%92%E2%80%8D%E0%B6%B6%E0%B7%99%E0%B6%A7%E0%B7%8A>,
        <http://lexvo.org/id/term/slk/tibetsk%C3%BD>,
        <http://lexvo.org/id/term/slv/tibetanski>,
        <http://lexvo.org/id/term/spa/tibetano>,
        <http://lexvo.org/id/term/srp-Latn/tibetansko%20pismo>,
        <http://lexvo.org/id/term/srp/%D1%82%D0%B8%D0%B1%D0%B5%D1%82%D0%B0%D0%BD%D1%81%D0%BA%D0%BE%20%D0%BF%D0%B8%D1%81%D0%BC%D0%BE>,
        <http://lexvo.org/id/term/swe/tibetanska>,
        <http://lexvo.org/id/term/swh/Kitibeti>,
        <http://lexvo.org/id/term/tam/%E0%AE%A4%E0%AE%BF%E0%AE%AA%E0%AF%87%E0%AE%A4%E0%AF%8D%E0%AE%A4%E0%AE%BF%E0%AE%AF%E0%AE%A9%E0%AF%8D>,
        <http://lexvo.org/id/term/tel/%E0%B0%9F%E0%B0%BF%E0%B0%AC%E0%B1%86%E0%B0%9F%E0%B0%A8%E0%B1%8D>,
        <http://lexvo.org/id/term/tha/%E0%B8%97%E0%B8%B4%E0%B9%80%E0%B8%9A%E0%B8%95>,
        <http://lexvo.org/id/term/ton/tohinima%20fakataipeti>,
        <http://lexvo.org/id/term/tur/Tibet>,
        <http://lexvo.org/id/term/ukr/%D0%A2%D0%B8%D0%B1%D0%B5%D1%82%D1%81%D1%8C%D0%BA%D0%B8%D0%B9>,
        <http://lexvo.org/id/term/urd/%D8%AA%D8%A8%D8%AA%DB%8C>,
        <http://lexvo.org/id/term/vie/Ch%E1%BB%AF%20T%C3%A2y%20T%E1%BA%A1ng>,
        <http://lexvo.org/id/term/zsm/Tibet>,
        <http://lexvo.org/id/term/zul/isi-Tibetan> .

<http://lexvo.org/id/script/Tirh> a lvont:Script ;
    rdfs:label "tirhut"@ca,
        "迈蒂利文"@cmn,
        "邁蒂利文"@cmn-Hant,
        "tirhuta"@da,
        "tirhuta gbeŋɔŋlɔ"@ee,
        "Tirhuta"@en,
        "tirhuta"@fi,
        "tirhouta"@fr,
        "Tirhuta"@id,
        "ティルフータ文字"@ja,
        "티르후타 문자"@ko,
        "ເທຮຸທາ"@lo,
        "tirhuta"@nb,
        "tirhuta"@nn,
        "tirhuta"@pl,
        "tirhuta"@sv,
        "เทอฮุทา"@th,
        "Chữ Tirhuta"@vi ;
    lvont:iso15924Alphacode "Tirh"^^xsd:string ;
    lvont:label <http://lexvo.org/id/term/cat/tirhut>,
        <http://lexvo.org/id/term/cmn-Hant/%E9%82%81%E8%92%82%E5%88%A9%E6%96%87>,
        <http://lexvo.org/id/term/cmn/%E8%BF%88%E8%92%82%E5%88%A9%E6%96%87>,
        <http://lexvo.org/id/term/dan/tirhuta>,
        <http://lexvo.org/id/term/eng/Tirhuta>,
        <http://lexvo.org/id/term/ewe/tirhuta%20gbe%C5%8B%C9%94%C5%8Bl%C9%94>,
        <http://lexvo.org/id/term/fin/tirhuta>,
        <http://lexvo.org/id/term/fra/tirhouta>,
        <http://lexvo.org/id/term/ind/Tirhuta>,
        <http://lexvo.org/id/term/jpn/%E3%83%86%E3%82%A3%E3%83%AB%E3%83%95%E3%83%BC%E3%82%BF%E6%96%87%E5%AD%97>,
        <http://lexvo.org/id/term/kor/%ED%8B%B0%EB%A5%B4%ED%9B%84%ED%83%80%20%EB%AC%B8%EC%9E%90>,
        <http://lexvo.org/id/term/lao/%E0%BB%80%E0%BA%97%E0%BA%AE%E0%BA%B8%E0%BA%97%E0%BA%B2>,
        <http://lexvo.org/id/term/nno/tirhuta>,
        <http://lexvo.org/id/term/nob/tirhuta>,
        <http://lexvo.org/id/term/pol/tirhuta>,
        <http://lexvo.org/id/term/swe/tirhuta>,
        <http://lexvo.org/id/term/tha/%E0%B9%80%E0%B8%97%E0%B8%AD%E0%B8%AE%E0%B8%B8%E0%B8%97%E0%B8%B2>,
        <http://lexvo.org/id/term/vie/Ch%E1%BB%AF%20Tirhuta> .

<http://lexvo.org/id/script/Ugar> a lvont:Script ;
    rdfs:label "Ugaritieses"@af,
        "ኡጋሪቲክ"@am,
        "الأجاريتيكية"@ar,
        "uqarit"@az,
        "Угаритска"@bg,
        "উগারিটিক"@bn,
        "ऊगारीटीक"@brx,
        "ugaritsko pismo"@bs,
        "угаритско писмо"@bs-Cyrl,
        "ugarític"@ca,
        "乌加里特文"@cmn,
        "烏加列文"@cmn-Hant,
        "ugaritské klínové"@cs,
        "ugaritisk"@da,
        "Ugaritisch"@de,
        "ugaritia gbeŋɔŋlɔ"@ee,
        "Ουγκαριτικό"@el,
        "Ugaritic"@en,
        "𐐏𐐭𐑀𐐲𐑉𐐮𐐻𐐮𐐿"@en-Dsrt,
        "ugarítico"@es,
        "ugariti"@et,
        "ugaritilainen"@fi,
        "ougaritique"@fr,
        "ugaritic"@fur,
        "Ugaritisch"@gsw,
        "યુગાતિટિક"@gu,
        "אוגריתי"@he,
        "युगारिटिक"@hi,
        "ugaritsko pismo"@hr,
        "Ugari"@hu,
        "Ugaritik"@id,
        "ugaritíska"@is,
        "ugarita"@it,
        "ウガリット文字"@ja,
        "ಉಗಾರಿಟಿಕ್"@kn,
        "우가리트 문자"@ko,
        "اُگارِٹِک"@ks,
        "ຍູກາຮິດ"@lo,
        "ugaritik"@lt,
        "ഉഗ്രൈറ്റിക്"@ml,
        "युगारिटिक"@mr,
        "ugaritisk"@nb,
        "युगारिटिक"@ne,
        "Ugaritisch"@nl,
        "ugaritisk"@nn,
        "ୟୁଗାରିଟିକ୍"@or,
        "ugaryckie"@pl,
        "ugarítico"@pt,
        "ugaritic"@rm,
        "Угаритская"@ru,
        "ugaritski"@sl,
        "угаритско писмо"@sr,
        "ugaritsko pismo"@sr-Latn,
        "ugaritiska"@sv,
        "உகாரதிக்"@ta,
        "యుగారిటిక్"@te,
        "ยูการิต"@th,
        "Ugarit Çivi Yazısı"@tr,
        "Угаритський"@uk,
        "Chữ Ugarit"@vi ;
    lvont:iso15924Alphacode "Ugar"^^xsd:string ;
    lvont:label <http://lexvo.org/id/term/afr/Ugaritieses>,
        <http://lexvo.org/id/term/amh/%E1%8A%A1%E1%8C%8B%E1%88%AA%E1%89%B2%E1%8A%AD>,
        <http://lexvo.org/id/term/ara/%D8%A7%D9%84%D8%A3%D8%AC%D8%A7%D8%B1%D9%8A%D8%AA%D9%8A%D9%83%D9%8A%D8%A9>,
        <http://lexvo.org/id/term/aze/uqarit>,
        <http://lexvo.org/id/term/ben/%E0%A6%89%E0%A6%97%E0%A6%BE%E0%A6%B0%E0%A6%BF%E0%A6%9F%E0%A6%BF%E0%A6%95>,
        <http://lexvo.org/id/term/bos-Cyrl/%D1%83%D0%B3%D0%B0%D1%80%D0%B8%D1%82%D1%81%D0%BA%D0%BE%20%D0%BF%D0%B8%D1%81%D0%BC%D0%BE>,
        <http://lexvo.org/id/term/bos/ugaritsko%20pismo>,
        <http://lexvo.org/id/term/brx/%E0%A4%8A%E0%A4%97%E0%A4%BE%E0%A4%B0%E0%A5%80%E0%A4%9F%E0%A5%80%E0%A4%95>,
        <http://lexvo.org/id/term/bul/%D0%A3%D0%B3%D0%B0%D1%80%D0%B8%D1%82%D1%81%D0%BA%D0%B0>,
        <http://lexvo.org/id/term/cat/ugar%C3%ADtic>,
        <http://lexvo.org/id/term/ces/ugaritsk%C3%A9%20kl%C3%ADnov%C3%A9>,
        <http://lexvo.org/id/term/cmn-Hant/%E7%83%8F%E5%8A%A0%E5%88%97%E6%96%87>,
        <http://lexvo.org/id/term/cmn/%E4%B9%8C%E5%8A%A0%E9%87%8C%E7%89%B9%E6%96%87>,
        <http://lexvo.org/id/term/dan/ugaritisk>,
        <http://lexvo.org/id/term/deu/Ugaritisch>,
        <http://lexvo.org/id/term/ell/%CE%9F%CF%85%CE%B3%CE%BA%CE%B1%CF%81%CE%B9%CF%84%CE%B9%CE%BA%CF%8C>,
        <http://lexvo.org/id/term/eng-Dsrt/%F0%90%90%8F%F0%90%90%AD%F0%90%91%80%F0%90%90%B2%F0%90%91%89%F0%90%90%AE%F0%90%90%BB%F0%90%90%AE%F0%90%90%BF>,
        <http://lexvo.org/id/term/eng/Ugaritic>,
        <http://lexvo.org/id/term/est/ugariti>,
        <http://lexvo.org/id/term/ewe/ugaritia%20gbe%C5%8B%C9%94%C5%8Bl%C9%94>,
        <http://lexvo.org/id/term/fin/ugaritilainen>,
        <http://lexvo.org/id/term/fra/ougaritique>,
        <http://lexvo.org/id/term/fur/ugaritic>,
        <http://lexvo.org/id/term/gsw/Ugaritisch>,
        <http://lexvo.org/id/term/guj/%E0%AA%AF%E0%AB%81%E0%AA%97%E0%AA%BE%E0%AA%A4%E0%AA%BF%E0%AA%9F%E0%AA%BF%E0%AA%95>,
        <http://lexvo.org/id/term/heb/%D7%90%D7%95%D7%92%D7%A8%D7%99%D7%AA%D7%99>,
        <http://lexvo.org/id/term/hin/%E0%A4%AF%E0%A5%81%E0%A4%97%E0%A4%BE%E0%A4%B0%E0%A4%BF%E0%A4%9F%E0%A4%BF%E0%A4%95>,
        <http://lexvo.org/id/term/hrv/ugaritsko%20pismo>,
        <http://lexvo.org/id/term/hun/Ugari>,
        <http://lexvo.org/id/term/ind/Ugaritik>,
        <http://lexvo.org/id/term/isl/ugarit%C3%ADska>,
        <http://lexvo.org/id/term/ita/ugarita>,
        <http://lexvo.org/id/term/jpn/%E3%82%A6%E3%82%AC%E3%83%AA%E3%83%83%E3%83%88%E6%96%87%E5%AD%97>,
        <http://lexvo.org/id/term/kan/%E0%B2%89%E0%B2%97%E0%B2%BE%E0%B2%B0%E0%B2%BF%E0%B2%9F%E0%B2%BF%E0%B2%95%E0%B3%8D>,
        <http://lexvo.org/id/term/kas/%D8%A7%D9%8F%DA%AF%D8%A7%D8%B1%D9%90%D9%B9%D9%90%DA%A9>,
        <http://lexvo.org/id/term/kor/%EC%9A%B0%EA%B0%80%EB%A6%AC%ED%8A%B8%20%EB%AC%B8%EC%9E%90>,
        <http://lexvo.org/id/term/lao/%E0%BA%8D%E0%BA%B9%E0%BA%81%E0%BA%B2%E0%BA%AE%E0%BA%B4%E0%BA%94>,
        <http://lexvo.org/id/term/lit/ugaritik>,
        <http://lexvo.org/id/term/mal/%E0%B4%89%E0%B4%97%E0%B5%8D%E0%B4%B0%E0%B5%88%E0%B4%B1%E0%B5%8D%E0%B4%B1%E0%B4%BF%E0%B4%95%E0%B5%8D>,
        <http://lexvo.org/id/term/mar/%E0%A4%AF%E0%A5%81%E0%A4%97%E0%A4%BE%E0%A4%B0%E0%A4%BF%E0%A4%9F%E0%A4%BF%E0%A4%95>,
        <http://lexvo.org/id/term/nep/%E0%A4%AF%E0%A5%81%E0%A4%97%E0%A4%BE%E0%A4%B0%E0%A4%BF%E0%A4%9F%E0%A4%BF%E0%A4%95>,
        <http://lexvo.org/id/term/nld/Ugaritisch>,
        <http://lexvo.org/id/term/nno/ugaritisk>,
        <http://lexvo.org/id/term/nob/ugaritisk>,
        <http://lexvo.org/id/term/ori/%E0%AD%9F%E0%AD%81%E0%AC%97%E0%AC%BE%E0%AC%B0%E0%AC%BF%E0%AC%9F%E0%AC%BF%E0%AC%95%E0%AD%8D>,
        <http://lexvo.org/id/term/pol/ugaryckie>,
        <http://lexvo.org/id/term/por/ugar%C3%ADtico>,
        <http://lexvo.org/id/term/roh/ugaritic>,
        <http://lexvo.org/id/term/rus/%D0%A3%D0%B3%D0%B0%D1%80%D0%B8%D1%82%D1%81%D0%BA%D0%B0%D1%8F>,
        <http://lexvo.org/id/term/slv/ugaritski>,
        <http://lexvo.org/id/term/spa/ugar%C3%ADtico>,
        <http://lexvo.org/id/term/srp-Latn/ugaritsko%20pismo>,
        <http://lexvo.org/id/term/srp/%D1%83%D0%B3%D0%B0%D1%80%D0%B8%D1%82%D1%81%D0%BA%D0%BE%20%D0%BF%D0%B8%D1%81%D0%BC%D0%BE>,
        <http://lexvo.org/id/term/swe/ugaritiska>,
        <http://lexvo.org/id/term/tam/%E0%AE%89%E0%AE%95%E0%AE%BE%E0%AE%B0%E0%AE%A4%E0%AE%BF%E0%AE%95%E0%AF%8D>,
        <http://lexvo.org/id/term/tel/%E0%B0%AF%E0%B1%81%E0%B0%97%E0%B0%BE%E0%B0%B0%E0%B0%BF%E0%B0%9F%E0%B0%BF%E0%B0%95%E0%B1%8D>,
        <http://lexvo.org/id/term/tha/%E0%B8%A2%E0%B8%B9%E0%B8%81%E0%B8%B2%E0%B8%A3%E0%B8%B4%E0%B8%95>,
        <http://lexvo.org/id/term/tur/Ugarit%20%C3%87ivi%20Yaz%C4%B1s%C4%B1>,
        <http://lexvo.org/id/term/ukr/%D0%A3%D0%B3%D0%B0%D1%80%D0%B8%D1%82%D1%81%D1%8C%D0%BA%D0%B8%D0%B9>,
        <http://lexvo.org/id/term/vie/Ch%E1%BB%AF%20Ugarit> .

<http://lexvo.org/id/script/Vaii> a lvont:Script ;
    rdfs:label "ቫይ"@am,
        "الفاي"@ar,
        "vay"@az,
        "Вайска"@bg,
        "ভাই"@bn,
        "vai"@br,
        "वाई"@brx,
        "vai pismo"@bs,
        "ваи писмо"@bs-Cyrl,
        "vai"@ca,
        "瓦依文"@cmn,
        "瓦依文"@cmn-Hant,
        "vai"@cs,
        "vai"@da,
        "Vai"@de,
        "vai gbeŋɔŋlɔ"@ee,
        "Βάι"@el,
        "Vai"@en,
        "𐐚𐐴"@en-Dsrt,
        "vai"@es,
        "vai"@et,
        "ویایی"@fa,
        "vailainen"@fi,
        "vaï"@fr,
        "Vai"@gsw,
        "વાઇ"@gu,
        "वाई"@hi,
        "vai pismo"@hr,
        "Vai"@hu,
        "Vai"@id,
        "vai"@is,
        "vaii"@it,
        "ヴァイ文字"@ja,
        "ವಾಯ್"@kn,
        "바이 문자"@ko,
        "واے"@ks,
        "ໄວ"@lo,
        "vai"@lt,
        "വൈ"@ml,
        "वाई"@mr,
        "vai"@nb,
        "भाइ"@ne,
        "Vai"@nl,
        "vai"@nn,
        "ୱାଇ"@or,
        "vai"@pl,
        "vai"@pt,
        "vaii"@rm,
        "Вайская"@ru,
        "zlogovna pisava vai"@sl,
        "ваи писмо"@sr,
        "vai pismo"@sr-Latn,
        "vaj"@sv,
        "வை"@ta,
        "వాయి"@te,
        "ไว"@th,
        "tohinima fakavai"@to,
        "Vai"@tr,
        "Ваї"@uk,
        "Chữ Vai"@vi ;
    lvont:iso15924Alphacode "Vaii"^^xsd:string ;
    lvont:label <http://lexvo.org/id/term/amh/%E1%89%AB%E1%8B%AD>,
        <http://lexvo.org/id/term/ara/%D8%A7%D9%84%D9%81%D8%A7%D9%8A>,
        <http://lexvo.org/id/term/aze/vay>,
        <http://lexvo.org/id/term/ben/%E0%A6%AD%E0%A6%BE%E0%A6%87>,
        <http://lexvo.org/id/term/bos-Cyrl/%D0%B2%D0%B0%D0%B8%20%D0%BF%D0%B8%D1%81%D0%BC%D0%BE>,
        <http://lexvo.org/id/term/bos/vai%20pismo>,
        <http://lexvo.org/id/term/bre/vai>,
        <http://lexvo.org/id/term/brx/%E0%A4%B5%E0%A4%BE%E0%A4%88>,
        <http://lexvo.org/id/term/bul/%D0%92%D0%B0%D0%B9%D1%81%D0%BA%D0%B0>,
        <http://lexvo.org/id/term/cat/vai>,
        <http://lexvo.org/id/term/ces/vai>,
        <http://lexvo.org/id/term/cmn-Hant/%E7%93%A6%E4%BE%9D%E6%96%87>,
        <http://lexvo.org/id/term/cmn/%E7%93%A6%E4%BE%9D%E6%96%87>,
        <http://lexvo.org/id/term/dan/vai>,
        <http://lexvo.org/id/term/deu/Vai>,
        <http://lexvo.org/id/term/ell/%CE%92%CE%AC%CE%B9>,
        <http://lexvo.org/id/term/eng-Dsrt/%F0%90%90%9A%F0%90%90%B4>,
        <http://lexvo.org/id/term/eng/Vai>,
        <http://lexvo.org/id/term/est/vai>,
        <http://lexvo.org/id/term/ewe/vai%20gbe%C5%8B%C9%94%C5%8Bl%C9%94>,
        <http://lexvo.org/id/term/fas/%D9%88%DB%8C%D8%A7%DB%8C%DB%8C>,
        <http://lexvo.org/id/term/fin/vailainen>,
        <http://lexvo.org/id/term/fra/va%C3%AF>,
        <http://lexvo.org/id/term/gsw/Vai>,
        <http://lexvo.org/id/term/guj/%E0%AA%B5%E0%AA%BE%E0%AA%87>,
        <http://lexvo.org/id/term/hin/%E0%A4%B5%E0%A4%BE%E0%A4%88>,
        <http://lexvo.org/id/term/hrv/vai%20pismo>,
        <http://lexvo.org/id/term/hun/Vai>,
        <http://lexvo.org/id/term/ind/Vai>,
        <http://lexvo.org/id/term/isl/vai>,
        <http://lexvo.org/id/term/ita/vaii>,
        <http://lexvo.org/id/term/jpn/%E3%83%B4%E3%82%A1%E3%82%A4%E6%96%87%E5%AD%97>,
        <http://lexvo.org/id/term/kan/%E0%B2%B5%E0%B2%BE%E0%B2%AF%E0%B3%8D>,
        <http://lexvo.org/id/term/kas/%D9%88%D8%A7%DB%92>,
        <http://lexvo.org/id/term/kor/%EB%B0%94%EC%9D%B4%20%EB%AC%B8%EC%9E%90>,
        <http://lexvo.org/id/term/lao/%E0%BB%84%E0%BA%A7>,
        <http://lexvo.org/id/term/lit/vai>,
        <http://lexvo.org/id/term/mal/%E0%B4%B5%E0%B5%88>,
        <http://lexvo.org/id/term/mar/%E0%A4%B5%E0%A4%BE%E0%A4%88>,
        <http://lexvo.org/id/term/nep/%E0%A4%AD%E0%A4%BE%E0%A4%87>,
        <http://lexvo.org/id/term/nld/Vai>,
        <http://lexvo.org/id/term/nno/vai>,
        <http://lexvo.org/id/term/nob/vai>,
        <http://lexvo.org/id/term/ori/%E0%AD%B1%E0%AC%BE%E0%AC%87>,
        <http://lexvo.org/id/term/pol/vai>,
        <http://lexvo.org/id/term/por/vai>,
        <http://lexvo.org/id/term/roh/vaii>,
        <http://lexvo.org/id/term/rus/%D0%92%D0%B0%D0%B9%D1%81%D0%BA%D0%B0%D1%8F>,
        <http://lexvo.org/id/term/slv/zlogovna%20pisava%20vai>,
        <http://lexvo.org/id/term/spa/vai>,
        <http://lexvo.org/id/term/srp-Latn/vai%20pismo>,
        <http://lexvo.org/id/term/srp/%D0%B2%D0%B0%D0%B8%20%D0%BF%D0%B8%D1%81%D0%BC%D0%BE>,
        <http://lexvo.org/id/term/swe/vaj>,
        <http://lexvo.org/id/term/tam/%E0%AE%B5%E0%AF%88>,
        <http://lexvo.org/id/term/tel/%E0%B0%B5%E0%B0%BE%E0%B0%AF%E0%B0%BF>,
        <http://lexvo.org/id/term/tha/%E0%B9%84%E0%B8%A7>,
        <http://lexvo.org/id/term/ton/tohinima%20fakavai>,
        <http://lexvo.org/id/term/tur/Vai>,
        <http://lexvo.org/id/term/ukr/%D0%92%D0%B0%D1%97>,
        <http://lexvo.org/id/term/vie/Ch%E1%BB%AF%20Vai> .

<http://lexvo.org/id/script/Visp> a lvont:Script ;
    rdfs:label "Visible Speech-karakters"@af,
        "الكلام المرئي"@ar,
        "danışma səsləri"@az,
        "Видима реч"@bg,
        "দৃশ্যমান ভাষা"@bn,
        "वीज़ीबल बोली"@brx,
        "vidljivi govor"@bs,
        "видљиви говор"@bs-Cyrl,
        "llenguatge visible"@ca,
        "可见语言"@cmn,
        "視覺語音文字"@cmn-Hant,
        "viditelná řeč"@cs,
        "synlig tale"@da,
        "Sichtbare Sprache"@de,
        "gbegbɔgblɔ si dzena"@ee,
        "Ορατή ομιλία"@el,
        "Visible Speech"@en,
        "𐐚𐐱𐑆𐐱𐐺𐐲𐑊 𐐝𐐹𐐨𐐽"@en-Dsrt,
        "lenguaje visible"@es,
        "häälduskiri"@et,
        "گفتار قابل مشاهده"@fa,
        "Visible Speech"@fi,
        "näkyvä puhe"@fi,
        "parole visible"@fr,
        "Sichtbari Schpraach"@gsw,
        "વિસિબલ સ્પીચ"@gu,
        "विसिबल स्पीच"@hi,
        "Visible Speech"@hr,
        "Látható beszéd"@hu,
        "Ucapan Terlihat"@id,
        "alfabeto visivo"@it,
        "視話法"@ja,
        "ವಿಸಿಬಲ್ ಸ್ಪೀಚ್"@kn,
        "시화법"@ko,
        "وِزِبٕل سپیٖچ"@ks,
        "ຄຳເວົ້າທີ່ເບີ່ງເຫັນໄດ້"@lo,
        "matoma kalba"@lt,
        "ദൃശ്യഭാഷ"@ml,
        "दृश्य संवाद"@mr,
        "မြင်နိုင်သော စကား"@my,
        "synlig tale"@nb,
        "दृश्यमय वाणी"@ne,
        "Zichtbare spraak"@nl,
        "synleg tale"@nn,
        "ଭିଜିବଲ୍ ସ୍ପିଚ୍"@or,
        "Visible Speech"@pl,
        "visible speech"@pt,
        "alfabet visibel"@rm,
        "Видимая речь"@ru,
        "vidni govor"@sl,
        "видљиви говор"@sr,
        "vidljivi govor"@sr-Latn,
        "synligt tal"@sv,
        "விசிபிள் ஸ்பீச்"@ta,
        "కనిపించే భాష"@te,
        "คำพูดที่มองเห็นได้"@th,
        "Konuşma Sesleri Çizimlemesi"@tr,
        "Фонетична транскрипція Белла"@uk,
        "Tiếng nói Nhìn thấy được"@vi ;
    lvont:iso15924Alphacode "Visp"^^xsd:string ;
    lvont:label <http://lexvo.org/id/term/afr/Visible%20Speech-karakters>,
        <http://lexvo.org/id/term/ara/%D8%A7%D9%84%D9%83%D9%84%D8%A7%D9%85%20%D8%A7%D9%84%D9%85%D8%B1%D8%A6%D9%8A>,
        <http://lexvo.org/id/term/aze/dan%C4%B1%C5%9Fma%20s%C9%99sl%C9%99ri>,
        <http://lexvo.org/id/term/ben/%E0%A6%A6%E0%A7%83%E0%A6%B6%E0%A7%8D%E0%A6%AF%E0%A6%AE%E0%A6%BE%E0%A6%A8%20%E0%A6%AD%E0%A6%BE%E0%A6%B7%E0%A6%BE>,
        <http://lexvo.org/id/term/bos-Cyrl/%D0%B2%D0%B8%D0%B4%D1%99%D0%B8%D0%B2%D0%B8%20%D0%B3%D0%BE%D0%B2%D0%BE%D1%80>,
        <http://lexvo.org/id/term/bos/vidljivi%20govor>,
        <http://lexvo.org/id/term/brx/%E0%A4%B5%E0%A5%80%E0%A4%9C%E0%A4%BC%E0%A5%80%E0%A4%AC%E0%A4%B2%20%E0%A4%AC%E0%A5%8B%E0%A4%B2%E0%A5%80>,
        <http://lexvo.org/id/term/bul/%D0%92%D0%B8%D0%B4%D0%B8%D0%BC%D0%B0%20%D1%80%D0%B5%D1%87>,
        <http://lexvo.org/id/term/cat/llenguatge%20visible>,
        <http://lexvo.org/id/term/ces/viditeln%C3%A1%20%C5%99e%C4%8D>,
        <http://lexvo.org/id/term/cmn-Hant/%E8%A6%96%E8%A6%BA%E8%AA%9E%E9%9F%B3%E6%96%87%E5%AD%97>,
        <http://lexvo.org/id/term/cmn/%E5%8F%AF%E8%A7%81%E8%AF%AD%E8%A8%80>,
        <http://lexvo.org/id/term/dan/synlig%20tale>,
        <http://lexvo.org/id/term/deu/Sichtbare%20Sprache>,
        <http://lexvo.org/id/term/ell/%CE%9F%CF%81%CE%B1%CF%84%CE%AE%20%CE%BF%CE%BC%CE%B9%CE%BB%CE%AF%CE%B1>,
        <http://lexvo.org/id/term/eng-Dsrt/%F0%90%90%9A%F0%90%90%B1%F0%90%91%86%F0%90%90%B1%F0%90%90%BA%F0%90%90%B2%F0%90%91%8A%20%F0%90%90%9D%F0%90%90%B9%F0%90%90%A8%F0%90%90%BD>,
        <http://lexvo.org/id/term/eng/Visible%20Speech>,
        <http://lexvo.org/id/term/est/h%C3%A4%C3%A4lduskiri>,
        <http://lexvo.org/id/term/ewe/gbegb%C9%94gbl%C9%94%20si%20dzena>,
        <http://lexvo.org/id/term/fas/%DA%AF%D9%81%D8%AA%D8%A7%D8%B1%20%D9%82%D8%A7%D8%A8%D9%84%20%D9%85%D8%B4%D8%A7%D9%87%D8%AF%D9%87>,
        <http://lexvo.org/id/term/fin/Visible%20Speech>,
        <http://lexvo.org/id/term/fin/n%C3%A4kyv%C3%A4%20puhe>,
        <http://lexvo.org/id/term/fra/parole%20visible>,
        <http://lexvo.org/id/term/gsw/Sichtbari%20Schpraach>,
        <http://lexvo.org/id/term/guj/%E0%AA%B5%E0%AA%BF%E0%AA%B8%E0%AA%BF%E0%AA%AC%E0%AA%B2%20%E0%AA%B8%E0%AB%8D%E0%AA%AA%E0%AB%80%E0%AA%9A>,
        <http://lexvo.org/id/term/hin/%E0%A4%B5%E0%A4%BF%E0%A4%B8%E0%A4%BF%E0%A4%AC%E0%A4%B2%20%E0%A4%B8%E0%A5%8D%E0%A4%AA%E0%A5%80%E0%A4%9A>,
        <http://lexvo.org/id/term/hrv/Visible%20Speech>,
        <http://lexvo.org/id/term/hun/L%C3%A1that%C3%B3%20besz%C3%A9d>,
        <http://lexvo.org/id/term/ind/Ucapan%20Terlihat>,
        <http://lexvo.org/id/term/ita/alfabeto%20visivo>,
        <http://lexvo.org/id/term/jpn/%E8%A6%96%E8%A9%B1%E6%B3%95>,
        <http://lexvo.org/id/term/kan/%E0%B2%B5%E0%B2%BF%E0%B2%B8%E0%B2%BF%E0%B2%AC%E0%B2%B2%E0%B3%8D%20%E0%B2%B8%E0%B3%8D%E0%B2%AA%E0%B3%80%E0%B2%9A%E0%B3%8D>,
        <http://lexvo.org/id/term/kas/%D9%88%D9%90%D8%B2%D9%90%D8%A8%D9%95%D9%84%20%D8%B3%D9%BE%DB%8C%D9%96%DA%86>,
        <http://lexvo.org/id/term/kor/%EC%8B%9C%ED%99%94%EB%B2%95>,
        <http://lexvo.org/id/term/lao/%E0%BA%84%E0%BA%B3%E0%BB%80%E0%BA%A7%E0%BA%BB%E0%BB%89%E0%BA%B2%E0%BA%97%E0%BA%B5%E0%BB%88%E0%BB%80%E0%BA%9A%E0%BA%B5%E0%BB%88%E0%BA%87%E0%BB%80%E0%BA%AB%E0%BA%B1%E0%BA%99%E0%BB%84%E0%BA%94%E0%BB%89>,
        <http://lexvo.org/id/term/lit/matoma%20kalba>,
        <http://lexvo.org/id/term/mal/%E0%B4%A6%E0%B5%83%E0%B4%B6%E0%B5%8D%E0%B4%AF%E0%B4%AD%E0%B4%BE%E0%B4%B7>,
        <http://lexvo.org/id/term/mar/%E0%A4%A6%E0%A5%83%E0%A4%B6%E0%A5%8D%E0%A4%AF%20%E0%A4%B8%E0%A4%82%E0%A4%B5%E0%A4%BE%E0%A4%A6>,
        <http://lexvo.org/id/term/mya/%E1%80%99%E1%80%BC%E1%80%84%E1%80%BA%E1%80%94%E1%80%AD%E1%80%AF%E1%80%84%E1%80%BA%E1%80%9E%E1%80%B1%E1%80%AC%20%E1%80%85%E1%80%80%E1%80%AC%E1%80%B8>,
        <http://lexvo.org/id/term/nep/%E0%A4%A6%E0%A5%83%E0%A4%B6%E0%A5%8D%E0%A4%AF%E0%A4%AE%E0%A4%AF%20%E0%A4%B5%E0%A4%BE%E0%A4%A3%E0%A5%80>,
        <http://lexvo.org/id/term/nld/Zichtbare%20spraak>,
        <http://lexvo.org/id/term/nno/synleg%20tale>,
        <http://lexvo.org/id/term/nob/synlig%20tale>,
        <http://lexvo.org/id/term/ori/%E0%AC%AD%E0%AC%BF%E0%AC%9C%E0%AC%BF%E0%AC%AC%E0%AC%B2%E0%AD%8D%20%E0%AC%B8%E0%AD%8D%E0%AC%AA%E0%AC%BF%E0%AC%9A%E0%AD%8D>,
        <http://lexvo.org/id/term/pol/Visible%20Speech>,
        <http://lexvo.org/id/term/por/visible%20speech>,
        <http://lexvo.org/id/term/roh/alfabet%20visibel>,
        <http://lexvo.org/id/term/rus/%D0%92%D0%B8%D0%B4%D0%B8%D0%BC%D0%B0%D1%8F%20%D1%80%D0%B5%D1%87%D1%8C>,
        <http://lexvo.org/id/term/slv/vidni%20govor>,
        <http://lexvo.org/id/term/spa/lenguaje%20visible>,
        <http://lexvo.org/id/term/srp-Latn/vidljivi%20govor>,
        <http://lexvo.org/id/term/srp/%D0%B2%D0%B8%D0%B4%D1%99%D0%B8%D0%B2%D0%B8%20%D0%B3%D0%BE%D0%B2%D0%BE%D1%80>,
        <http://lexvo.org/id/term/swe/synligt%20tal>,
        <http://lexvo.org/id/term/tam/%E0%AE%B5%E0%AE%BF%E0%AE%9A%E0%AE%BF%E0%AE%AA%E0%AE%BF%E0%AE%B3%E0%AF%8D%20%E0%AE%B8%E0%AF%8D%E0%AE%AA%E0%AF%80%E0%AE%9A%E0%AF%8D>,
        <http://lexvo.org/id/term/tel/%E0%B0%95%E0%B0%A8%E0%B0%BF%E0%B0%AA%E0%B0%BF%E0%B0%82%E0%B0%9A%E0%B1%87%20%E0%B0%AD%E0%B0%BE%E0%B0%B7>,
        <http://lexvo.org/id/term/tha/%E0%B8%84%E0%B8%B3%E0%B8%9E%E0%B8%B9%E0%B8%94%E0%B8%97%E0%B8%B5%E0%B9%88%E0%B8%A1%E0%B8%AD%E0%B8%87%E0%B9%80%E0%B8%AB%E0%B9%87%E0%B8%99%E0%B9%84%E0%B8%94%E0%B9%89>,
        <http://lexvo.org/id/term/tur/Konu%C5%9Fma%20Sesleri%20%C3%87izimlemesi>,
        <http://lexvo.org/id/term/ukr/%D0%A4%D0%BE%D0%BD%D0%B5%D1%82%D0%B8%D1%87%D0%BD%D0%B0%20%D1%82%D1%80%D0%B0%D0%BD%D1%81%D0%BA%D1%80%D0%B8%D0%BF%D1%86%D1%96%D1%8F%20%D0%91%D0%B5%D0%BB%D0%BB%D0%B0>,
        <http://lexvo.org/id/term/vie/Ti%E1%BA%BFng%20n%C3%B3i%20Nh%C3%ACn%20th%E1%BA%A5y%20%C4%91%C6%B0%E1%BB%A3c> .

<http://lexvo.org/id/script/Wara> a lvont:Script ;
    rdfs:label "varang kshiti"@ca,
        "瓦郎奇蒂文字"@cmn,
        "瓦郎奇蒂文字"@cmn-Hant,
        "varang kshiti gbeŋɔŋlɔ"@ee,
        "Varang Kshiti"@en,
        "Warang Citi (Varang Kshiti)"@en,
        "varang kshiti"@fi,
        "warang citi"@fr,
        "Varang Kshiti"@id,
        "バラン・クシティ文字"@ja,
        "바랑 크시티 문자"@ko,
        "ວາຮັງກສິຕິ"@lo,
        "Varang Kshiti"@pl,
        "varang kshiti"@sv,
        "วารังกสิติ"@th,
        "Chữ Varang Kshiti"@vi ;
    lvont:iso15924Alphacode "Wara"^^xsd:string ;
    lvont:label <http://lexvo.org/id/term/cat/varang%20kshiti>,
        <http://lexvo.org/id/term/cmn-Hant/%E7%93%A6%E9%83%8E%E5%A5%87%E8%92%82%E6%96%87%E5%AD%97>,
        <http://lexvo.org/id/term/cmn/%E7%93%A6%E9%83%8E%E5%A5%87%E8%92%82%E6%96%87%E5%AD%97>,
        <http://lexvo.org/id/term/eng/Varang%20Kshiti>,
        <http://lexvo.org/id/term/eng/Warang%20Citi%20(Varang%20Kshiti)>,
        <http://lexvo.org/id/term/ewe/varang%20kshiti%20gbe%C5%8B%C9%94%C5%8Bl%C9%94>,
        <http://lexvo.org/id/term/fin/varang%20kshiti>,
        <http://lexvo.org/id/term/fra/warang%20citi>,
        <http://lexvo.org/id/term/ind/Varang%20Kshiti>,
        <http://lexvo.org/id/term/jpn/%E3%83%90%E3%83%A9%E3%83%B3%E3%83%BB%E3%82%AF%E3%82%B7%E3%83%86%E3%82%A3%E6%96%87%E5%AD%97>,
        <http://lexvo.org/id/term/kor/%EB%B0%94%EB%9E%91%20%ED%81%AC%EC%8B%9C%ED%8B%B0%20%EB%AC%B8%EC%9E%90>,
        <http://lexvo.org/id/term/lao/%E0%BA%A7%E0%BA%B2%E0%BA%AE%E0%BA%B1%E0%BA%87%E0%BA%81%E0%BA%AA%E0%BA%B4%E0%BA%95%E0%BA%B4>,
        <http://lexvo.org/id/term/pol/Varang%20Kshiti>,
        <http://lexvo.org/id/term/swe/varang%20kshiti>,
        <http://lexvo.org/id/term/tha/%E0%B8%A7%E0%B8%B2%E0%B8%A3%E0%B8%B1%E0%B8%87%E0%B8%81%E0%B8%AA%E0%B8%B4%E0%B8%95%E0%B8%B4>,
        <http://lexvo.org/id/term/vie/Ch%E1%BB%AF%20Varang%20Kshiti> .

<http://lexvo.org/id/script/Wole> a lvont:Script ;
    rdfs:label "woleai"@ca,
        "沃莱艾文"@cmn,
        "沃雷艾文"@cmn-Hant,
        "Woleai"@en,
        "woleai"@fi,
        "woléaï"@fr,
        "Woleai"@id,
        "ウォレアイ文字"@ja,
        "울레아이"@ko,
        "ໂອລີເອ"@lo,
        "woleai"@pl,
        "woleai"@sv,
        "โอลีเอ"@th,
        "Chữ Woleai"@vi ;
    lvont:iso15924Alphacode "Wole"^^xsd:string ;
    lvont:label <http://lexvo.org/id/term/cat/woleai>,
        <http://lexvo.org/id/term/cmn-Hant/%E6%B2%83%E9%9B%B7%E8%89%BE%E6%96%87>,
        <http://lexvo.org/id/term/cmn/%E6%B2%83%E8%8E%B1%E8%89%BE%E6%96%87>,
        <http://lexvo.org/id/term/eng/Woleai>,
        <http://lexvo.org/id/term/fin/woleai>,
        <http://lexvo.org/id/term/fra/wol%C3%A9a%C3%AF>,
        <http://lexvo.org/id/term/ind/Woleai>,
        <http://lexvo.org/id/term/jpn/%E3%82%A6%E3%82%A9%E3%83%AC%E3%82%A2%E3%82%A4%E6%96%87%E5%AD%97>,
        <http://lexvo.org/id/term/kor/%EC%9A%B8%EB%A0%88%EC%95%84%EC%9D%B4>,
        <http://lexvo.org/id/term/lao/%E0%BB%82%E0%BA%AD%E0%BA%A5%E0%BA%B5%E0%BB%80%E0%BA%AD>,
        <http://lexvo.org/id/term/pol/woleai>,
        <http://lexvo.org/id/term/swe/woleai>,
        <http://lexvo.org/id/term/tha/%E0%B9%82%E0%B8%AD%E0%B8%A5%E0%B8%B5%E0%B9%80%E0%B8%AD>,
        <http://lexvo.org/id/term/vie/Ch%E1%BB%AF%20Woleai> .

<http://lexvo.org/id/script/Xpeo> a lvont:Script ;
    rdfs:label "الفارسية القديمة"@ar,
        "qədimi fars"@az,
        "Староперсийска"@bg,
        "প্রাচীন ফার্সি"@bn,
        "persek kozh"@br,
        "पुरानी फारसी"@brx,
        "staropersijsko pismo"@bs,
        "староперсијско писмо"@bs-Cyrl,
        "persa antic"@ca,
        "古波斯文"@cmn,
        "古波斯文"@cmn-Hant,
        "staroperské klínové písmo"@cs,
        "oldpersisk"@da,
        "Altpersisch"@de,
        "persia gbeŋɔŋlɔ xoxotɔ"@ee,
        "Παλαιό Περσικό"@el,
        "Old Persian"@en,
        "𐐄𐑊𐐼 𐐑𐐲𐑉𐑈𐐲𐑌"@en-Dsrt,
        "persa antiguo"@es,
        "vanapärsia"@et,
        "فارسی باستان"@fa,
        "muinaispersialainen"@fi,
        "cunéiforme persépolitain"@fr,
        "vieri persian"@fur,
        "Altpersisch"@gsw,
        "જુની ફારસી"@gu,
        "פרסי עתיק"@he,
        "पुरानी फारसी"@hi,
        "staro perzijsko pismo"@hr,
        "Óperzsa"@hu,
        "Persia Kuno"@id,
        "persiano antico"@it,
        "古代ペルシア文字"@ja,
        "ძველი სპარსული"@ka,
        "ಪ್ರಾಚೀನ ಪರ್ಶಿಯನ್"@kn,
        "고대 페르시아 문자"@ko,
        "پرون فارسی"@ks,
        "ເປຮເຊຍໂບຮານ"@lo,
        "senieji persų"@lt,
        "senperiešu"@lv,
        "പഴയ പേർഷ്യൻ"@ml,
        "पुरातन फारसी"@mr,
        "Persjan Antik"@mt,
        "ပါရှန် အဟောင်း"@my,
        "gammelpersisk"@nb,
        "पुरानो पर्सियन"@ne,
        "Oudperzisch"@nl,
        "gammalpersisk"@nn,
        "ପୁରୁଣା ଫରାସୀ"@or,
        "staroperskie"@pl,
        "persa antigo"@pt,
        "persian vegl"@rm,
        "persană veche"@ro,
        "Староперсидская"@ru,
        "staroperzijski"@sl,
        "староперсијско писмо"@sr,
        "Staropersijsko pismo"@sr-Latn,
        "fornpersiska"@sv,
        "பழைய பெர்ஷியன்"@ta,
        "ప్రాచీన పర్షియన్"@te,
        "เปอร์เซียโบราณ"@th,
        "Eski Fars"@tr,
        "Давньоперський"@uk,
        "Chữ Ba Tư cổ"@vi ;
    lvont:iso15924Alphacode "Xpeo"^^xsd:string ;
    lvont:label <http://lexvo.org/id/term/ara/%D8%A7%D9%84%D9%81%D8%A7%D8%B1%D8%B3%D9%8A%D8%A9%20%D8%A7%D9%84%D9%82%D8%AF%D9%8A%D9%85%D8%A9>,
        <http://lexvo.org/id/term/aze/q%C9%99dimi%20fars>,
        <http://lexvo.org/id/term/ben/%E0%A6%AA%E0%A7%8D%E0%A6%B0%E0%A6%BE%E0%A6%9A%E0%A7%80%E0%A6%A8%20%E0%A6%AB%E0%A6%BE%E0%A6%B0%E0%A7%8D%E0%A6%B8%E0%A6%BF>,
        <http://lexvo.org/id/term/bos-Cyrl/%D1%81%D1%82%D0%B0%D1%80%D0%BE%D0%BF%D0%B5%D1%80%D1%81%D0%B8%D1%98%D1%81%D0%BA%D0%BE%20%D0%BF%D0%B8%D1%81%D0%BC%D0%BE>,
        <http://lexvo.org/id/term/bos/staropersijsko%20pismo>,
        <http://lexvo.org/id/term/bre/persek%20kozh>,
        <http://lexvo.org/id/term/brx/%E0%A4%AA%E0%A5%81%E0%A4%B0%E0%A4%BE%E0%A4%A8%E0%A5%80%20%E0%A4%AB%E0%A4%BE%E0%A4%B0%E0%A4%B8%E0%A5%80>,
        <http://lexvo.org/id/term/bul/%D0%A1%D1%82%D0%B0%D1%80%D0%BE%D0%BF%D0%B5%D1%80%D1%81%D0%B8%D0%B9%D1%81%D0%BA%D0%B0>,
        <http://lexvo.org/id/term/cat/persa%20antic>,
        <http://lexvo.org/id/term/ces/staropersk%C3%A9%20kl%C3%ADnov%C3%A9%20p%C3%ADsmo>,
        <http://lexvo.org/id/term/cmn-Hant/%E5%8F%A4%E6%B3%A2%E6%96%AF%E6%96%87>,
        <http://lexvo.org/id/term/cmn/%E5%8F%A4%E6%B3%A2%E6%96%AF%E6%96%87>,
        <http://lexvo.org/id/term/dan/oldpersisk>,
        <http://lexvo.org/id/term/deu/Altpersisch>,
        <http://lexvo.org/id/term/ell/%CE%A0%CE%B1%CE%BB%CE%B1%CE%B9%CF%8C%20%CE%A0%CE%B5%CF%81%CF%83%CE%B9%CE%BA%CF%8C>,
        <http://lexvo.org/id/term/eng-Dsrt/%F0%90%90%84%F0%90%91%8A%F0%90%90%BC%20%F0%90%90%91%F0%90%90%B2%F0%90%91%89%F0%90%91%88%F0%90%90%B2%F0%90%91%8C>,
        <http://lexvo.org/id/term/eng/Old%20Persian>,
        <http://lexvo.org/id/term/est/vanap%C3%A4rsia>,
        <http://lexvo.org/id/term/ewe/persia%20gbe%C5%8B%C9%94%C5%8Bl%C9%94%20xoxot%C9%94>,
        <http://lexvo.org/id/term/fas/%D9%81%D8%A7%D8%B1%D8%B3%DB%8C%20%D8%A8%D8%A7%D8%B3%D8%AA%D8%A7%D9%86>,
        <http://lexvo.org/id/term/fin/muinaispersialainen>,
        <http://lexvo.org/id/term/fra/cun%C3%A9iforme%20pers%C3%A9politain>,
        <http://lexvo.org/id/term/fur/vieri%20persian>,
        <http://lexvo.org/id/term/gsw/Altpersisch>,
        <http://lexvo.org/id/term/guj/%E0%AA%9C%E0%AB%81%E0%AA%A8%E0%AB%80%20%E0%AA%AB%E0%AA%BE%E0%AA%B0%E0%AA%B8%E0%AB%80>,
        <http://lexvo.org/id/term/heb/%D7%A4%D7%A8%D7%A1%D7%99%20%D7%A2%D7%AA%D7%99%D7%A7>,
        <http://lexvo.org/id/term/hin/%E0%A4%AA%E0%A5%81%E0%A4%B0%E0%A4%BE%E0%A4%A8%E0%A5%80%20%E0%A4%AB%E0%A4%BE%E0%A4%B0%E0%A4%B8%E0%A5%80>,
        <http://lexvo.org/id/term/hrv/staro%20perzijsko%20pismo>,
        <http://lexvo.org/id/term/hun/%C3%93perzsa>,
        <http://lexvo.org/id/term/ind/Persia%20Kuno>,
        <http://lexvo.org/id/term/ita/persiano%20antico>,
        <http://lexvo.org/id/term/jpn/%E5%8F%A4%E4%BB%A3%E3%83%9A%E3%83%AB%E3%82%B7%E3%82%A2%E6%96%87%E5%AD%97>,
        <http://lexvo.org/id/term/kan/%E0%B2%AA%E0%B3%8D%E0%B2%B0%E0%B2%BE%E0%B2%9A%E0%B3%80%E0%B2%A8%20%E0%B2%AA%E0%B2%B0%E0%B3%8D%E0%B2%B6%E0%B2%BF%E0%B2%AF%E0%B2%A8%E0%B3%8D>,
        <http://lexvo.org/id/term/kas/%D9%BE%D8%B1%D9%88%D9%86%20%D9%81%D8%A7%D8%B1%D8%B3%DB%8C>,
        <http://lexvo.org/id/term/kat/%E1%83%AB%E1%83%95%E1%83%94%E1%83%9A%E1%83%98%20%E1%83%A1%E1%83%9E%E1%83%90%E1%83%A0%E1%83%A1%E1%83%A3%E1%83%9A%E1%83%98>,
        <http://lexvo.org/id/term/kor/%EA%B3%A0%EB%8C%80%20%ED%8E%98%EB%A5%B4%EC%8B%9C%EC%95%84%20%EB%AC%B8%EC%9E%90>,
        <http://lexvo.org/id/term/lao/%E0%BB%80%E0%BA%9B%E0%BA%AE%E0%BB%80%E0%BA%8A%E0%BA%8D%E0%BB%82%E0%BA%9A%E0%BA%AE%E0%BA%B2%E0%BA%99>,
        <http://lexvo.org/id/term/lav/senperie%C5%A1u>,
        <http://lexvo.org/id/term/lit/senieji%20pers%C5%B3>,
        <http://lexvo.org/id/term/mal/%E0%B4%AA%E0%B4%B4%E0%B4%AF%20%E0%B4%AA%E0%B5%87%E0%B5%BC%E0%B4%B7%E0%B5%8D%E0%B4%AF%E0%B5%BB>,
        <http://lexvo.org/id/term/mar/%E0%A4%AA%E0%A5%81%E0%A4%B0%E0%A4%BE%E0%A4%A4%E0%A4%A8%20%E0%A4%AB%E0%A4%BE%E0%A4%B0%E0%A4%B8%E0%A5%80>,
        <http://lexvo.org/id/term/mlt/Persjan%20Antik>,
        <http://lexvo.org/id/term/mya/%E1%80%95%E1%80%AB%E1%80%9B%E1%80%BE%E1%80%94%E1%80%BA%20%E1%80%A1%E1%80%9F%E1%80%B1%E1%80%AC%E1%80%84%E1%80%BA%E1%80%B8>,
        <http://lexvo.org/id/term/nep/%E0%A4%AA%E0%A5%81%E0%A4%B0%E0%A4%BE%E0%A4%A8%E0%A5%8B%20%E0%A4%AA%E0%A4%B0%E0%A5%8D%E0%A4%B8%E0%A4%BF%E0%A4%AF%E0%A4%A8>,
        <http://lexvo.org/id/term/nld/Oudperzisch>,
        <http://lexvo.org/id/term/nno/gammalpersisk>,
        <http://lexvo.org/id/term/nob/gammelpersisk>,
        <http://lexvo.org/id/term/ori/%E0%AC%AA%E0%AD%81%E0%AC%B0%E0%AD%81%E0%AC%A3%E0%AC%BE%20%E0%AC%AB%E0%AC%B0%E0%AC%BE%E0%AC%B8%E0%AD%80>,
        <http://lexvo.org/id/term/pol/staroperskie>,
        <http://lexvo.org/id/term/por/persa%20antigo>,
        <http://lexvo.org/id/term/roh/persian%20vegl>,
        <http://lexvo.org/id/term/ron/persan%C4%83%20veche>,
        <http://lexvo.org/id/term/rus/%D0%A1%D1%82%D0%B0%D1%80%D0%BE%D0%BF%D0%B5%D1%80%D1%81%D0%B8%D0%B4%D1%81%D0%BA%D0%B0%D1%8F>,
        <http://lexvo.org/id/term/slv/staroperzijski>,
        <http://lexvo.org/id/term/spa/persa%20antiguo>,
        <http://lexvo.org/id/term/srp-Latn/Staropersijsko%20pismo>,
        <http://lexvo.org/id/term/srp/%D1%81%D1%82%D0%B0%D1%80%D0%BE%D0%BF%D0%B5%D1%80%D1%81%D0%B8%D1%98%D1%81%D0%BA%D0%BE%20%D0%BF%D0%B8%D1%81%D0%BC%D0%BE>,
        <http://lexvo.org/id/term/swe/fornpersiska>,
        <http://lexvo.org/id/term/tam/%E0%AE%AA%E0%AE%B4%E0%AF%88%E0%AE%AF%20%E0%AE%AA%E0%AF%86%E0%AE%B0%E0%AF%8D%E0%AE%B7%E0%AE%BF%E0%AE%AF%E0%AE%A9%E0%AF%8D>,
        <http://lexvo.org/id/term/tel/%E0%B0%AA%E0%B1%8D%E0%B0%B0%E0%B0%BE%E0%B0%9A%E0%B1%80%E0%B0%A8%20%E0%B0%AA%E0%B0%B0%E0%B1%8D%E0%B0%B7%E0%B0%BF%E0%B0%AF%E0%B0%A8%E0%B1%8D>,
        <http://lexvo.org/id/term/tha/%E0%B9%80%E0%B8%9B%E0%B8%AD%E0%B8%A3%E0%B9%8C%E0%B9%80%E0%B8%8B%E0%B8%B5%E0%B8%A2%E0%B9%82%E0%B8%9A%E0%B8%A3%E0%B8%B2%E0%B8%93>,
        <http://lexvo.org/id/term/tur/Eski%20Fars>,
        <http://lexvo.org/id/term/ukr/%D0%94%D0%B0%D0%B2%D0%BD%D1%8C%D0%BE%D0%BF%D0%B5%D1%80%D1%81%D1%8C%D0%BA%D0%B8%D0%B9>,
        <http://lexvo.org/id/term/vie/Ch%E1%BB%AF%20Ba%20T%C6%B0%20c%E1%BB%95> .

<http://lexvo.org/id/script/Xsux> a lvont:Script ;
    rdfs:label "الكتابة المسمارية الأكدية السومرية"@ar,
        "sumer-akadyan kuneyform"@az,
        "Шумеро-акадски клинопис"@bg,
        "সুমের-আক্কাদীয় কীলকরূপ"@bn,
        "सुमेरो अक्काड़ी कुनेईफॉर्म"@brx,
        "sumersko-akadsko kuneiform pismo"@bs,
        "сумерско-акадско кунеиформ писмо"@bs-Cyrl,
        "cuneïforme sumeri-accadi"@ca,
        "苏美尔-阿卡德楔形文字"@cmn,
        "蘇米魯亞甲文楔形文字"@cmn-Hant,
        "sumero-akkadské klínové písmo"@cs,
        "sumero-akkadisk cuneiform"@da,
        "Sumerisch-akkadische Keilschrift"@de,
        "sumero-akkadia kunei gbeŋɔŋlɔ"@ee,
        "Σούμερο-Ακάντιαν Κουνεϊφόρμ"@el,
        "Cuneiform, Sumero-Akkadian"@en,
        "Sumero-Akkadian Cuneiform"@en,
        "𐐝𐐭𐑋𐐯𐑉𐐬-𐐊𐐿𐐩𐐼𐐨𐐲𐑌 𐐗𐐷𐐭𐑌𐐨𐐲𐑁𐐱𐑉𐑋"@en-Dsrt,
        "cuneiforme sumerio-acadio"@es,
        "sumeri kiilkiri"@et,
        "میخی سومری‐آکدی"@fa,
        "sumerilais-akkadilainen nuolenpääkirjoitus"@fi,
        "cunéiforme suméro-akkadien"@fr,
        "cuneiform sumeric-acadic"@fur,
        "Sumerisch-akkadischi Keilschrift"@gsw,
        "સુમેરો અક્કાદિયન સુનિફોર્મ"@gu,
        "सुमेरो अक्कादियन सुनिफॉर्म"@hi,
        "sumersko-akadsko cuneiform pismo"@hr,
        "Ékírásos suméro-akkád"@hu,
        "Cuneiform Sumero-Akkadia"@id,
        "sumero-accadiano cuneiforme"@it,
        "シュメール＝アッカド語楔形文字"@ja,
        "შუმერულ-აქადური ლურსმნული"@ka,
        "ಸುಮೇರೋ-ಅಕ್ಕಾಡಿಯನ್ ಕ್ಯೂನಿಫಾರ್ಮ್"@kn,
        "수메르-아카드어 설형문자"@ko,
        "سُمیرو اکادیَن کوٗنِفام"@ks,
        "ອັກສອນຮູບປລີ່ມສຸເມເຮຍ-ອັດຄາເດຍ"@lo,
        "Šumero Akado dantiraštis"@lt,
        "šumeru-akadiešu ķīļraksts"@lv,
        "സുമേറോ അക്കാഡിയൻ ക്യുണിഫോം"@ml,
        "दृश्यमान भाषा"@mr,
        "sumersk-akkadisk kileskrift"@nb,
        "Sumero-Akkadian Cuneiform"@nl,
        "sumero-akkadisk kileskrift"@nn,
        "ସୁମେରୋ-ଆକ୍କାଡିଆନ୍ ସୁନିଫର୍ମ"@or,
        "klinowe sumero-akadyjskie"@pl,
        "cuneiforme sumero-acadiano"@pt,
        "sumério-acadiano cuneiforme"@pt,
        "scrittira a cugn sumeric-accadica"@rm,
        "cuneiformă sumero-akkadiană"@ro,
        "Шумеро-аккадская клинопись"@ru,
        "sumersko-akadski klinopis"@sl,
        "сумерско-акадско кунеиформ писмо"@sr,
        "sumersko-akadsko kuneiform pismo"@sr-Latn,
        "sumeo-akkadisk kilskrift"@sv,
        "சுமெரோ-அக்கடியன் க்யூனிஃபார்ம்"@ta,
        "సుమేరో- అక్కడియన్ క్యునిఫార్మ్"@te,
        "อักษรรูปลิ่มสุเมเรีย-อัคคาเดีย"@th,
        "Sümer-Akad Çivi Yazısı"@tr,
        "Шумеро-аккадський клінопис"@uk,
        "Chữ hình nêm Sumero-Akkadian"@vi ;
    lvont:iso15924Alphacode "Xsux"^^xsd:string ;
    lvont:label <http://lexvo.org/id/term/ara/%D8%A7%D9%84%D9%83%D8%AA%D8%A7%D8%A8%D8%A9%20%D8%A7%D9%84%D9%85%D8%B3%D9%85%D8%A7%D8%B1%D9%8A%D8%A9%20%D8%A7%D9%84%D8%A3%D9%83%D8%AF%D9%8A%D8%A9%20%D8%A7%D9%84%D8%B3%D9%88%D9%85%D8%B1%D9%8A%D8%A9>,
        <http://lexvo.org/id/term/aze/sumer-akadyan%20kuneyform>,
        <http://lexvo.org/id/term/ben/%E0%A6%B8%E0%A7%81%E0%A6%AE%E0%A7%87%E0%A6%B0-%E0%A6%86%E0%A6%95%E0%A7%8D%E0%A6%95%E0%A6%BE%E0%A6%A6%E0%A7%80%E0%A6%AF%E0%A6%BC%20%E0%A6%95%E0%A7%80%E0%A6%B2%E0%A6%95%E0%A6%B0%E0%A7%82%E0%A6%AA>,
        <http://lexvo.org/id/term/bos-Cyrl/%D1%81%D1%83%D0%BC%D0%B5%D1%80%D1%81%D0%BA%D0%BE-%D0%B0%D0%BA%D0%B0%D0%B4%D1%81%D0%BA%D0%BE%20%D0%BA%D1%83%D0%BD%D0%B5%D0%B8%D1%84%D0%BE%D1%80%D0%BC%20%D0%BF%D0%B8%D1%81%D0%BC%D0%BE>,
        <http://lexvo.org/id/term/bos/sumersko-akadsko%20kuneiform%20pismo>,
        <http://lexvo.org/id/term/brx/%E0%A4%B8%E0%A5%81%E0%A4%AE%E0%A5%87%E0%A4%B0%E0%A5%8B%20%E0%A4%85%E0%A4%95%E0%A5%8D%E0%A4%95%E0%A4%BE%E0%A4%A1%E0%A4%BC%E0%A5%80%20%E0%A4%95%E0%A5%81%E0%A4%A8%E0%A5%87%E0%A4%88%E0%A4%AB%E0%A5%89%E0%A4%B0%E0%A5%8D%E0%A4%AE>,
        <http://lexvo.org/id/term/bul/%D0%A8%D1%83%D0%BC%D0%B5%D1%80%D0%BE-%D0%B0%D0%BA%D0%B0%D0%B4%D1%81%D0%BA%D0%B8%20%D0%BA%D0%BB%D0%B8%D0%BD%D0%BE%D0%BF%D0%B8%D1%81>,
        <http://lexvo.org/id/term/cat/cune%C3%AFforme%20sumeri-accadi>,
        <http://lexvo.org/id/term/ces/sumero-akkadsk%C3%A9%20kl%C3%ADnov%C3%A9%20p%C3%ADsmo>,
        <http://lexvo.org/id/term/cmn-Hant/%E8%98%87%E7%B1%B3%E9%AD%AF%E4%BA%9E%E7%94%B2%E6%96%87%E6%A5%94%E5%BD%A2%E6%96%87%E5%AD%97>,
        <http://lexvo.org/id/term/cmn/%E8%8B%8F%E7%BE%8E%E5%B0%94-%E9%98%BF%E5%8D%A1%E5%BE%B7%E6%A5%94%E5%BD%A2%E6%96%87%E5%AD%97>,
        <http://lexvo.org/id/term/dan/sumero-akkadisk%20cuneiform>,
        <http://lexvo.org/id/term/deu/Sumerisch-akkadische%20Keilschrift>,
        <http://lexvo.org/id/term/ell/%CE%A3%CE%BF%CF%8D%CE%BC%CE%B5%CF%81%CE%BF-%CE%91%CE%BA%CE%AC%CE%BD%CF%84%CE%B9%CE%B1%CE%BD%20%CE%9A%CE%BF%CF%85%CE%BD%CE%B5%CF%8A%CF%86%CF%8C%CF%81%CE%BC>,
        <http://lexvo.org/id/term/eng-Dsrt/%F0%90%90%9D%F0%90%90%AD%F0%90%91%8B%F0%90%90%AF%F0%90%91%89%F0%90%90%AC-%F0%90%90%8A%F0%90%90%BF%F0%90%90%A9%F0%90%90%BC%F0%90%90%A8%F0%90%90%B2%F0%90%91%8C%20%F0%90%90%97%F0%90%90%B7%F0%90%90%AD%F0%90%91%8C%F0%90%90%A8%F0%90%90%B2%F0%90%91%81%F0%90%90%B1%F0%90%91%89%F0%90%91%8B>,
        <http://lexvo.org/id/term/eng/Cuneiform%2C%20Sumero-Akkadian>,
        <http://lexvo.org/id/term/eng/Sumero-Akkadian%20Cuneiform>,
        <http://lexvo.org/id/term/est/sumeri%20kiilkiri>,
        <http://lexvo.org/id/term/ewe/sumero-akkadia%20kunei%20gbe%C5%8B%C9%94%C5%8Bl%C9%94>,
        <http://lexvo.org/id/term/fas/%D9%85%DB%8C%D8%AE%DB%8C%20%D8%B3%D9%88%D9%85%D8%B1%DB%8C%E2%80%90%D8%A2%DA%A9%D8%AF%DB%8C>,
        <http://lexvo.org/id/term/fin/sumerilais-akkadilainen%20nuolenp%C3%A4%C3%A4kirjoitus>,
        <http://lexvo.org/id/term/fra/cun%C3%A9iforme%20sum%C3%A9ro-akkadien>,
        <http://lexvo.org/id/term/fur/cuneiform%20sumeric-acadic>,
        <http://lexvo.org/id/term/gsw/Sumerisch-akkadischi%20Keilschrift>,
        <http://lexvo.org/id/term/guj/%E0%AA%B8%E0%AB%81%E0%AA%AE%E0%AB%87%E0%AA%B0%E0%AB%8B%20%E0%AA%85%E0%AA%95%E0%AB%8D%E0%AA%95%E0%AA%BE%E0%AA%A6%E0%AA%BF%E0%AA%AF%E0%AA%A8%20%E0%AA%B8%E0%AB%81%E0%AA%A8%E0%AA%BF%E0%AA%AB%E0%AB%8B%E0%AA%B0%E0%AB%8D%E0%AA%AE>,
        <http://lexvo.org/id/term/hin/%E0%A4%B8%E0%A5%81%E0%A4%AE%E0%A5%87%E0%A4%B0%E0%A5%8B%20%E0%A4%85%E0%A4%95%E0%A5%8D%E0%A4%95%E0%A4%BE%E0%A4%A6%E0%A4%BF%E0%A4%AF%E0%A4%A8%20%E0%A4%B8%E0%A5%81%E0%A4%A8%E0%A4%BF%E0%A4%AB%E0%A5%89%E0%A4%B0%E0%A5%8D%E0%A4%AE>,
        <http://lexvo.org/id/term/hrv/sumersko-akadsko%20cuneiform%20pismo>,
        <http://lexvo.org/id/term/hun/%C3%89k%C3%ADr%C3%A1sos%20sum%C3%A9ro-akk%C3%A1d>,
        <http://lexvo.org/id/term/ind/Cuneiform%20Sumero-Akkadia>,
        <http://lexvo.org/id/term/ita/sumero-accadiano%20cuneiforme>,
        <http://lexvo.org/id/term/jpn/%E3%82%B7%E3%83%A5%E3%83%A1%E3%83%BC%E3%83%AB%EF%BC%9D%E3%82%A2%E3%83%83%E3%82%AB%E3%83%89%E8%AA%9E%E6%A5%94%E5%BD%A2%E6%96%87%E5%AD%97>,
        <http://lexvo.org/id/term/kan/%E0%B2%B8%E0%B3%81%E0%B2%AE%E0%B3%87%E0%B2%B0%E0%B3%8B-%E0%B2%85%E0%B2%95%E0%B3%8D%E0%B2%95%E0%B2%BE%E0%B2%A1%E0%B2%BF%E0%B2%AF%E0%B2%A8%E0%B3%8D%20%E0%B2%95%E0%B3%8D%E0%B2%AF%E0%B3%82%E0%B2%A8%E0%B2%BF%E0%B2%AB%E0%B2%BE%E0%B2%B0%E0%B3%8D%E0%B2%AE%E0%B3%8D>,
        <http://lexvo.org/id/term/kas/%D8%B3%D9%8F%D9%85%DB%8C%D8%B1%D9%88%20%D8%A7%DA%A9%D8%A7%D8%AF%DB%8C%D9%8E%D9%86%20%DA%A9%D9%88%D9%97%D9%86%D9%90%D9%81%D8%A7%D9%85>,
        <http://lexvo.org/id/term/kat/%E1%83%A8%E1%83%A3%E1%83%9B%E1%83%94%E1%83%A0%E1%83%A3%E1%83%9A-%E1%83%90%E1%83%A5%E1%83%90%E1%83%93%E1%83%A3%E1%83%A0%E1%83%98%20%E1%83%9A%E1%83%A3%E1%83%A0%E1%83%A1%E1%83%9B%E1%83%9C%E1%83%A3%E1%83%9A%E1%83%98>,
        <http://lexvo.org/id/term/kor/%EC%88%98%EB%A9%94%EB%A5%B4-%EC%95%84%EC%B9%B4%EB%93%9C%EC%96%B4%20%EC%84%A4%ED%98%95%EB%AC%B8%EC%9E%90>,
        <http://lexvo.org/id/term/lao/%E0%BA%AD%E0%BA%B1%E0%BA%81%E0%BA%AA%E0%BA%AD%E0%BA%99%E0%BA%AE%E0%BA%B9%E0%BA%9A%E0%BA%9B%E0%BA%A5%E0%BA%B5%E0%BB%88%E0%BA%A1%E0%BA%AA%E0%BA%B8%E0%BB%80%E0%BA%A1%E0%BB%80%E0%BA%AE%E0%BA%8D-%E0%BA%AD%E0%BA%B1%E0%BA%94%E0%BA%84%E0%BA%B2%E0%BB%80%E0%BA%94%E0%BA%8D>,
        <http://lexvo.org/id/term/lav/%C5%A1umeru-akadie%C5%A1u%20%C4%B7%C4%AB%C4%BCraksts>,
        <http://lexvo.org/id/term/lit/%C5%A0umero%20Akado%20dantira%C5%A1tis>,
        <http://lexvo.org/id/term/mal/%E0%B4%B8%E0%B5%81%E0%B4%AE%E0%B5%87%E0%B4%B1%E0%B5%8B%20%E0%B4%85%E0%B4%95%E0%B5%8D%E0%B4%95%E0%B4%BE%E0%B4%A1%E0%B4%BF%E0%B4%AF%E0%B5%BB%20%E0%B4%95%E0%B5%8D%E0%B4%AF%E0%B5%81%E0%B4%A3%E0%B4%BF%E0%B4%AB%E0%B5%8B%E0%B4%82>,
        <http://lexvo.org/id/term/mar/%E0%A4%A6%E0%A5%83%E0%A4%B6%E0%A5%8D%E0%A4%AF%E0%A4%AE%E0%A4%BE%E0%A4%A8%20%E0%A4%AD%E0%A4%BE%E0%A4%B7%E0%A4%BE>,
        <http://lexvo.org/id/term/nld/Sumero-Akkadian%20Cuneiform>,
        <http://lexvo.org/id/term/nno/sumero-akkadisk%20kileskrift>,
        <http://lexvo.org/id/term/nob/sumersk-akkadisk%20kileskrift>,
        <http://lexvo.org/id/term/ori/%E0%AC%B8%E0%AD%81%E0%AC%AE%E0%AD%87%E0%AC%B0%E0%AD%8B-%E0%AC%86%E0%AC%95%E0%AD%8D%E0%AC%95%E0%AC%BE%E0%AC%A1%E0%AC%BF%E0%AC%86%E0%AC%A8%E0%AD%8D%20%E0%AC%B8%E0%AD%81%E0%AC%A8%E0%AC%BF%E0%AC%AB%E0%AC%B0%E0%AD%8D%E0%AC%AE>,
        <http://lexvo.org/id/term/pol/klinowe%20sumero-akadyjskie>,
        <http://lexvo.org/id/term/por/cuneiforme%20sumero-acadiano>,
        <http://lexvo.org/id/term/por/sum%C3%A9rio-acadiano%20cuneiforme>,
        <http://lexvo.org/id/term/roh/scrittira%20a%20cugn%20sumeric-accadica>,
        <http://lexvo.org/id/term/ron/cuneiform%C4%83%20sumero-akkadian%C4%83>,
        <http://lexvo.org/id/term/rus/%D0%A8%D1%83%D0%BC%D0%B5%D1%80%D0%BE-%D0%B0%D0%BA%D0%BA%D0%B0%D0%B4%D1%81%D0%BA%D0%B0%D1%8F%20%D0%BA%D0%BB%D0%B8%D0%BD%D0%BE%D0%BF%D0%B8%D1%81%D1%8C>,
        <http://lexvo.org/id/term/slv/sumersko-akadski%20klinopis>,
        <http://lexvo.org/id/term/spa/cuneiforme%20sumerio-acadio>,
        <http://lexvo.org/id/term/srp-Latn/sumersko-akadsko%20kuneiform%20pismo>,
        <http://lexvo.org/id/term/srp/%D1%81%D1%83%D0%BC%D0%B5%D1%80%D1%81%D0%BA%D0%BE-%D0%B0%D0%BA%D0%B0%D0%B4%D1%81%D0%BA%D0%BE%20%D0%BA%D1%83%D0%BD%D0%B5%D0%B8%D1%84%D0%BE%D1%80%D0%BC%20%D0%BF%D0%B8%D1%81%D0%BC%D0%BE>,
        <http://lexvo.org/id/term/swe/sumeo-akkadisk%20kilskrift>,
        <http://lexvo.org/id/term/tam/%E0%AE%9A%E0%AF%81%E0%AE%AE%E0%AF%86%E0%AE%B0%E0%AF%8B-%E0%AE%85%E0%AE%95%E0%AF%8D%E0%AE%95%E0%AE%9F%E0%AE%BF%E0%AE%AF%E0%AE%A9%E0%AF%8D%20%E0%AE%95%E0%AF%8D%E0%AE%AF%E0%AF%82%E0%AE%A9%E0%AE%BF%E0%AE%83%E0%AE%AA%E0%AE%BE%E0%AE%B0%E0%AF%8D%E0%AE%AE%E0%AF%8D>,
        <http://lexvo.org/id/term/tel/%E0%B0%B8%E0%B1%81%E0%B0%AE%E0%B1%87%E0%B0%B0%E0%B1%8B-%20%E0%B0%85%E0%B0%95%E0%B1%8D%E0%B0%95%E0%B0%A1%E0%B0%BF%E0%B0%AF%E0%B0%A8%E0%B1%8D%20%E0%B0%95%E0%B1%8D%E0%B0%AF%E0%B1%81%E0%B0%A8%E0%B0%BF%E0%B0%AB%E0%B0%BE%E0%B0%B0%E0%B1%8D%E0%B0%AE%E0%B1%8D>,
        <http://lexvo.org/id/term/tha/%E0%B8%AD%E0%B8%B1%E0%B8%81%E0%B8%A9%E0%B8%A3%E0%B8%A3%E0%B8%B9%E0%B8%9B%E0%B8%A5%E0%B8%B4%E0%B9%88%E0%B8%A1%E0%B8%AA%E0%B8%B8%E0%B9%80%E0%B8%A1%E0%B9%80%E0%B8%A3%E0%B8%B5%E0%B8%A2-%E0%B8%AD%E0%B8%B1%E0%B8%84%E0%B8%84%E0%B8%B2%E0%B9%80%E0%B8%94%E0%B8%B5%E0%B8%A2>,
        <http://lexvo.org/id/term/tur/S%C3%BCmer-Akad%20%C3%87ivi%20Yaz%C4%B1s%C4%B1>,
        <http://lexvo.org/id/term/ukr/%D0%A8%D1%83%D0%BC%D0%B5%D1%80%D0%BE-%D0%B0%D0%BA%D0%BA%D0%B0%D0%B4%D1%81%D1%8C%D0%BA%D0%B8%D0%B9%20%D0%BA%D0%BB%D1%96%D0%BD%D0%BE%D0%BF%D0%B8%D1%81>,
        <http://lexvo.org/id/term/vie/Ch%E1%BB%AF%20h%C3%ACnh%20n%C3%AAm%20Sumero-Akkadian> .

<http://lexvo.org/id/script/Yiii> a lvont:Script ;
    rdfs:label "ዪ"@am,
        "اليي"@ar,
        "yi"@az,
        "Йи"@bg,
        "উই"@bn,
        "यी"@brx,
        "ji pismo"@bs,
        "ји писмо"@bs-Cyrl,
        "yi"@ca,
        "彝文"@cmn,
        "彞文"@cmn-Hant,
        "yi"@cs,
        "yi"@da,
        "Yi"@de,
        "yi gbeŋɔŋlɔ"@ee,
        "Γι"@el,
        "Yi"@en,
        "𐐏𐐨"@en-Dsrt,
        "yi"@es,
        "jii"@et,
        "یی"@fa,
        "yiläinen"@fi,
        "yi"@fr,
        "Yi"@gsw,
        "યી"@gu,
        "यी"@hi,
        "Yi pismo"@hr,
        "Ji"@hu,
        "Yi"@id,
        "ꆈꌠꁱꂷ"@ii,
        "yí"@is,
        "yi"@it,
        "イ文字"@ja,
        "ಯಿ"@kn,
        "이 문자"@ko,
        "یٖی"@ks,
        "ຍີ"@lo,
        "ji"@lt,
        "ji"@lv,
        "യി"@ml,
        "यी"@mr,
        "ရီ"@my,
        "yi"@nb,
        "यी"@ne,
        "Yi"@nl,
        "yi"@nn,
        "ୟୀ"@or,
        "yi"@pl,
        "yi"@pt,
        "yi"@rm,
        "И"@ru,
        "ји писмо"@sr,
        "ji pismo"@sr-Latn,
        "yi"@sv,
        "யீ"@ta,
        "యి"@te,
        "ยิ"@th,
        "Yi"@tr,
        "Йї"@uk,
        "Chữ Di"@vi ;
    lvont:iso15924Alphacode "Yiii"^^xsd:string ;
    lvont:label <http://lexvo.org/id/term/amh/%E1%8B%AA>,
        <http://lexvo.org/id/term/ara/%D8%A7%D9%84%D9%8A%D9%8A>,
        <http://lexvo.org/id/term/aze/yi>,
        <http://lexvo.org/id/term/ben/%E0%A6%89%E0%A6%87>,
        <http://lexvo.org/id/term/bos-Cyrl/%D1%98%D0%B8%20%D0%BF%D0%B8%D1%81%D0%BC%D0%BE>,
        <http://lexvo.org/id/term/bos/ji%20pismo>,
        <http://lexvo.org/id/term/brx/%E0%A4%AF%E0%A5%80>,
        <http://lexvo.org/id/term/bul/%D0%99%D0%B8>,
        <http://lexvo.org/id/term/cat/yi>,
        <http://lexvo.org/id/term/ces/yi>,
        <http://lexvo.org/id/term/cmn-Hant/%E5%BD%9E%E6%96%87>,
        <http://lexvo.org/id/term/cmn/%E5%BD%9D%E6%96%87>,
        <http://lexvo.org/id/term/dan/yi>,
        <http://lexvo.org/id/term/deu/Yi>,
        <http://lexvo.org/id/term/ell/%CE%93%CE%B9>,
        <http://lexvo.org/id/term/eng-Dsrt/%F0%90%90%8F%F0%90%90%A8>,
        <http://lexvo.org/id/term/eng/Yi>,
        <http://lexvo.org/id/term/est/jii>,
        <http://lexvo.org/id/term/ewe/yi%20gbe%C5%8B%C9%94%C5%8Bl%C9%94>,
        <http://lexvo.org/id/term/fas/%DB%8C%DB%8C>,
        <http://lexvo.org/id/term/fin/yil%C3%A4inen>,
        <http://lexvo.org/id/term/fra/yi>,
        <http://lexvo.org/id/term/gsw/Yi>,
        <http://lexvo.org/id/term/guj/%E0%AA%AF%E0%AB%80>,
        <http://lexvo.org/id/term/hin/%E0%A4%AF%E0%A5%80>,
        <http://lexvo.org/id/term/hrv/Yi%20pismo>,
        <http://lexvo.org/id/term/hun/Ji>,
        <http://lexvo.org/id/term/iii/%EA%86%88%EA%8C%A0%EA%81%B1%EA%82%B7>,
        <http://lexvo.org/id/term/ind/Yi>,
        <http://lexvo.org/id/term/isl/y%C3%AD>,
        <http://lexvo.org/id/term/ita/yi>,
        <http://lexvo.org/id/term/jpn/%E3%82%A4%E6%96%87%E5%AD%97>,
        <http://lexvo.org/id/term/kan/%E0%B2%AF%E0%B2%BF>,
        <http://lexvo.org/id/term/kas/%DB%8C%D9%96%DB%8C>,
        <http://lexvo.org/id/term/kor/%EC%9D%B4%20%EB%AC%B8%EC%9E%90>,
        <http://lexvo.org/id/term/lao/%E0%BA%8D%E0%BA%B5>,
        <http://lexvo.org/id/term/lav/ji>,
        <http://lexvo.org/id/term/lit/ji>,
        <http://lexvo.org/id/term/mal/%E0%B4%AF%E0%B4%BF>,
        <http://lexvo.org/id/term/mar/%E0%A4%AF%E0%A5%80>,
        <http://lexvo.org/id/term/mya/%E1%80%9B%E1%80%AE>,
        <http://lexvo.org/id/term/nep/%E0%A4%AF%E0%A5%80>,
        <http://lexvo.org/id/term/nld/Yi>,
        <http://lexvo.org/id/term/nno/yi>,
        <http://lexvo.org/id/term/nob/yi>,
        <http://lexvo.org/id/term/ori/%E0%AD%9F%E0%AD%80>,
        <http://lexvo.org/id/term/pol/yi>,
        <http://lexvo.org/id/term/por/yi>,
        <http://lexvo.org/id/term/roh/yi>,
        <http://lexvo.org/id/term/rus/%D0%98>,
        <http://lexvo.org/id/term/spa/yi>,
        <http://lexvo.org/id/term/srp-Latn/ji%20pismo>,
        <http://lexvo.org/id/term/srp/%D1%98%D0%B8%20%D0%BF%D0%B8%D1%81%D0%BC%D0%BE>,
        <http://lexvo.org/id/term/swe/yi>,
        <http://lexvo.org/id/term/tam/%E0%AE%AF%E0%AF%80>,
        <http://lexvo.org/id/term/tel/%E0%B0%AF%E0%B0%BF>,
        <http://lexvo.org/id/term/tha/%E0%B8%A2%E0%B8%B4>,
        <http://lexvo.org/id/term/tur/Yi>,
        <http://lexvo.org/id/term/ukr/%D0%99%D1%97>,
        <http://lexvo.org/id/term/vie/Ch%E1%BB%AF%20Di> .

<http://lexvo.org/id/script/Zinh> a lvont:Script ;
    rdfs:label "የተወረሰ"@am,
        "الموروث"@ar,
        "কাই"@bn,
        "विरासत"@brx,
        "nasledno pismo"@bs,
        "наследно писмо"@bs-Cyrl,
        "heretat"@ca,
        "遗传学术语"@cmn,
        "繼承文字（Unicode）"@cmn-Hant,
        "arvet"@da,
        "Geerbter Schriftwert"@de,
        "སྔར་རྒྱུན"@dz,
        "gbeŋɔŋlɔ si wo dzɔ va tu"@ee,
        "Κληρονομημένο"@el,
        "Code for inherited script"@en,
        "Inherited"@en,
        "𐐆𐑌𐐸𐐯𐑉𐐮𐐻𐐲𐐼"@en-Dsrt,
        "heredado"@es,
        "päritud"@et,
        "موروثی"@fa,
        "peritty"@fi,
        "codet pour écriture héritée"@fr,
        "hérité"@fr,
        "G’eerbtä Schriftwärt"@gsw,
        "વંશાગત"@gu,
        "מורש"@he,
        "विरासत"@hi,
        "nasljedno pismo"@hr,
        "Származtatott"@hu,
        "Warisan"@id,
        "(erfðir)"@is,
        "ereditato"@it,
        "基底文字の種別を継承する結合文字"@ja,
        "ಇನ್‍ಹೆರಿಟೆಡ್"@kn,
        "구전 문자"@ko,
        "ອິນເຮຮິດ"@lo,
        "paveldėtas"@lt,
        "mantotā"@lv,
        "പാരമ്പര്യമായ"@ml,
        "वंशपरंपरागत"@mr,
        "nedarvet"@nb,
        "इन्हेरिटेड"@ne,
        "Overgeërfd"@nl,
        "nedarva"@nn,
        "ବଂଶଗତ"@or,
        "dziedziczone"@pl,
        "herdado"@pt,
        "ertà"@rm,
        "moștenită"@ro,
        "Унаследованная"@ru,
        "podedovan"@sl,
        "наследно писмо"@sr,
        "nasledno pismo"@sr-Latn,
        "ärvda"@sv,
        "பாரம்பரியமான"@ta,
        "వారసత్వం"@te,
        "อินเฮอริต"@th,
        "Kalıtsal"@tr,
        "Успадкований"@uk,
        "Chữ Kế thừa"@vi ;
    lvont:iso15924Alphacode "Zinh"^^xsd:string ;
    lvont:label <http://lexvo.org/id/term/amh/%E1%8B%A8%E1%89%B0%E1%8B%88%E1%88%A8%E1%88%B0>,
        <http://lexvo.org/id/term/ara/%D8%A7%D9%84%D9%85%D9%88%D8%B1%D9%88%D8%AB>,
        <http://lexvo.org/id/term/ben/%E0%A6%95%E0%A6%BE%E0%A6%87>,
        <http://lexvo.org/id/term/bos-Cyrl/%D0%BD%D0%B0%D1%81%D0%BB%D0%B5%D0%B4%D0%BD%D0%BE%20%D0%BF%D0%B8%D1%81%D0%BC%D0%BE>,
        <http://lexvo.org/id/term/bos/nasledno%20pismo>,
        <http://lexvo.org/id/term/brx/%E0%A4%B5%E0%A4%BF%E0%A4%B0%E0%A4%BE%E0%A4%B8%E0%A4%A4>,
        <http://lexvo.org/id/term/cat/heretat>,
        <http://lexvo.org/id/term/cmn-Hant/%E7%B9%BC%E6%89%BF%E6%96%87%E5%AD%97%EF%BC%88Unicode%EF%BC%89>,
        <http://lexvo.org/id/term/cmn/%E9%81%97%E4%BC%A0%E5%AD%A6%E6%9C%AF%E8%AF%AD>,
        <http://lexvo.org/id/term/dan/arvet>,
        <http://lexvo.org/id/term/deu/Geerbter%20Schriftwert>,
        <http://lexvo.org/id/term/dzo/%E0%BD%A6%E0%BE%94%E0%BD%A2%E0%BC%8B%E0%BD%A2%E0%BE%92%E0%BE%B1%E0%BD%B4%E0%BD%93>,
        <http://lexvo.org/id/term/ell/%CE%9A%CE%BB%CE%B7%CF%81%CE%BF%CE%BD%CE%BF%CE%BC%CE%B7%CE%BC%CE%AD%CE%BD%CE%BF>,
        <http://lexvo.org/id/term/eng-Dsrt/%F0%90%90%86%F0%90%91%8C%F0%90%90%B8%F0%90%90%AF%F0%90%91%89%F0%90%90%AE%F0%90%90%BB%F0%90%90%B2%F0%90%90%BC>,
        <http://lexvo.org/id/term/eng/Code%20for%20inherited%20script>,
        <http://lexvo.org/id/term/eng/Inherited>,
        <http://lexvo.org/id/term/est/p%C3%A4ritud>,
        <http://lexvo.org/id/term/ewe/gbe%C5%8B%C9%94%C5%8Bl%C9%94%20si%20wo%20dz%C9%94%20va%20tu>,
        <http://lexvo.org/id/term/fas/%D9%85%D9%88%D8%B1%D9%88%D8%AB%DB%8C>,
        <http://lexvo.org/id/term/fin/peritty>,
        <http://lexvo.org/id/term/fra/codet%20pour%20%C3%A9criture%20h%C3%A9rit%C3%A9e>,
        <http://lexvo.org/id/term/fra/h%C3%A9rit%C3%A9>,
        <http://lexvo.org/id/term/gsw/G%E2%80%99eerbt%C3%A4%20Schriftw%C3%A4rt>,
        <http://lexvo.org/id/term/guj/%E0%AA%B5%E0%AA%82%E0%AA%B6%E0%AA%BE%E0%AA%97%E0%AA%A4>,
        <http://lexvo.org/id/term/heb/%D7%9E%D7%95%D7%A8%D7%A9>,
        <http://lexvo.org/id/term/hin/%E0%A4%B5%E0%A4%BF%E0%A4%B0%E0%A4%BE%E0%A4%B8%E0%A4%A4>,
        <http://lexvo.org/id/term/hrv/nasljedno%20pismo>,
        <http://lexvo.org/id/term/hun/Sz%C3%A1rmaztatott>,
        <http://lexvo.org/id/term/ind/Warisan>,
        <http://lexvo.org/id/term/isl/(erf%C3%B0ir)>,
        <http://lexvo.org/id/term/ita/ereditato>,
        <http://lexvo.org/id/term/jpn/%E5%9F%BA%E5%BA%95%E6%96%87%E5%AD%97%E3%81%AE%E7%A8%AE%E5%88%A5%E3%82%92%E7%B6%99%E6%89%BF%E3%81%99%E3%82%8B%E7%B5%90%E5%90%88%E6%96%87%E5%AD%97>,
        <http://lexvo.org/id/term/kan/%E0%B2%87%E0%B2%A8%E0%B3%8D%E2%80%8D%E0%B2%B9%E0%B3%86%E0%B2%B0%E0%B2%BF%E0%B2%9F%E0%B3%86%E0%B2%A1%E0%B3%8D>,
        <http://lexvo.org/id/term/kor/%EA%B5%AC%EC%A0%84%20%EB%AC%B8%EC%9E%90>,
        <http://lexvo.org/id/term/lao/%E0%BA%AD%E0%BA%B4%E0%BA%99%E0%BB%80%E0%BA%AE%E0%BA%AE%E0%BA%B4%E0%BA%94>,
        <http://lexvo.org/id/term/lav/mantot%C4%81>,
        <http://lexvo.org/id/term/lit/paveld%C4%97tas>,
        <http://lexvo.org/id/term/mal/%E0%B4%AA%E0%B4%BE%E0%B4%B0%E0%B4%AE%E0%B5%8D%E0%B4%AA%E0%B4%B0%E0%B5%8D%E0%B4%AF%E0%B4%AE%E0%B4%BE%E0%B4%AF>,
        <http://lexvo.org/id/term/mar/%E0%A4%B5%E0%A4%82%E0%A4%B6%E0%A4%AA%E0%A4%B0%E0%A4%82%E0%A4%AA%E0%A4%B0%E0%A4%BE%E0%A4%97%E0%A4%A4>,
        <http://lexvo.org/id/term/nep/%E0%A4%87%E0%A4%A8%E0%A5%8D%E0%A4%B9%E0%A5%87%E0%A4%B0%E0%A4%BF%E0%A4%9F%E0%A5%87%E0%A4%A1>,
        <http://lexvo.org/id/term/nld/Overge%C3%ABrfd>,
        <http://lexvo.org/id/term/nno/nedarva>,
        <http://lexvo.org/id/term/nob/nedarvet>,
        <http://lexvo.org/id/term/ori/%E0%AC%AC%E0%AC%82%E0%AC%B6%E0%AC%97%E0%AC%A4>,
        <http://lexvo.org/id/term/pol/dziedziczone>,
        <http://lexvo.org/id/term/por/herdado>,
        <http://lexvo.org/id/term/roh/ert%C3%A0>,
        <http://lexvo.org/id/term/ron/mo%C8%99tenit%C4%83>,
        <http://lexvo.org/id/term/rus/%D0%A3%D0%BD%D0%B0%D1%81%D0%BB%D0%B5%D0%B4%D0%BE%D0%B2%D0%B0%D0%BD%D0%BD%D0%B0%D1%8F>,
        <http://lexvo.org/id/term/slv/podedovan>,
        <http://lexvo.org/id/term/spa/heredado>,
        <http://lexvo.org/id/term/srp-Latn/nasledno%20pismo>,
        <http://lexvo.org/id/term/srp/%D0%BD%D0%B0%D1%81%D0%BB%D0%B5%D0%B4%D0%BD%D0%BE%20%D0%BF%D0%B8%D1%81%D0%BC%D0%BE>,
        <http://lexvo.org/id/term/swe/%C3%A4rvda>,
        <http://lexvo.org/id/term/tam/%E0%AE%AA%E0%AE%BE%E0%AE%B0%E0%AE%AE%E0%AF%8D%E0%AE%AA%E0%AE%B0%E0%AE%BF%E0%AE%AF%E0%AE%AE%E0%AE%BE%E0%AE%A9>,
        <http://lexvo.org/id/term/tel/%E0%B0%B5%E0%B0%BE%E0%B0%B0%E0%B0%B8%E0%B0%A4%E0%B1%8D%E0%B0%B5%E0%B0%82>,
        <http://lexvo.org/id/term/tha/%E0%B8%AD%E0%B8%B4%E0%B8%99%E0%B9%80%E0%B8%AE%E0%B8%AD%E0%B8%A3%E0%B8%B4%E0%B8%95>,
        <http://lexvo.org/id/term/tur/Kal%C4%B1tsal>,
        <http://lexvo.org/id/term/ukr/%D0%A3%D1%81%D0%BF%D0%B0%D0%B4%D0%BA%D0%BE%D0%B2%D0%B0%D0%BD%D0%B8%D0%B9>,
        <http://lexvo.org/id/term/vie/Ch%E1%BB%AF%20K%E1%BA%BF%20th%E1%BB%ABa> .

<http://lexvo.org/id/script/Zmth> a lvont:Script ;
    rdfs:label "zmth"@az,
        "Математически символи"@bg,
        "গানিতিক চিহ্ন"@bn,
        "matematička notacija"@bs,
        "математичка нотација"@bs-Cyrl,
        "notació matemàtica"@ca,
        "数学符号"@cmn,
        "數學符號"@cmn-Hant,
        "zmth"@da,
        "akɔnta nuŋɔŋlɔ"@ee,
        "Μαθηματική παράσταση"@el,
        "Mathematical Notation"@en,
        "Mathematical notation"@en,
        "𐐣𐐰𐑃𐐲𐑋𐐰𐐻𐐲𐐿𐐲𐑊 𐐤𐐬𐐻𐐩𐑇𐐲𐑌"@en-Dsrt,
        "علائم ریاضی"@fa,
        "matemaattinen"@fi,
        "notation mathématique"@fr,
        "Comharran matamataig"@gd,
        "ગણિતીય સંકેતલિપિ"@gu,
        "סימון מתמטי"@he,
        "गणितीय संकेतन"@hi,
        "matematičko znakovlje"@hr,
        "Matematikai jelrendszer"@hu,
        "Notasi Matematika"@id,
        "数学記号"@ja,
        "ಗಣೀತ ಸಂಕೇತಲಿಪಿ"@kn,
        "수학 기호"@ko,
        "ເຄື່ອງໝາຍທາງຄະນິດສາດ"@lo,
        "matematiniai simboliai"@lt,
        "matemātiskais pieraksts"@lv,
        "ഗണിത രൂപം"@ml,
        "गणिती संकेतलिपी"@mr,
        "matematisk notasjon"@nb,
        "जमथ"@ne,
        "Wiskundige notatie"@nl,
        "matematisk notasjon"@nn,
        "ଗାଣିତିକ ନୋଟେସନ୍"@or,
        "notacja matematyczna"@pl,
        "zmth"@pt,
        "notaziun matematica"@rm,
        "matematična znamenja"@sl,
        "математичка нотација"@sr,
        "matematička notacija"@sr-Latn,
        "matematisk notation"@sv,
        "கணிதக்குறியீடு"@ta,
        "గణిత సంకేతలిపి"@te,
        "เครื่องหมายทางคณิตศาสตร์"@th,
        "tohinima fakamatematika"@to,
        "Matematiksel Gösterim"@tr,
        "Математичний"@uk,
        "Ký hiệu Toán học"@vi ;
    lvont:iso15924Alphacode "Zmth"^^xsd:string ;
    lvont:label <http://lexvo.org/id/term/aze/zmth>,
        <http://lexvo.org/id/term/ben/%E0%A6%97%E0%A6%BE%E0%A6%A8%E0%A6%BF%E0%A6%A4%E0%A6%BF%E0%A6%95%20%E0%A6%9A%E0%A6%BF%E0%A6%B9%E0%A7%8D%E0%A6%A8>,
        <http://lexvo.org/id/term/bos-Cyrl/%D0%BC%D0%B0%D1%82%D0%B5%D0%BC%D0%B0%D1%82%D0%B8%D1%87%D0%BA%D0%B0%20%D0%BD%D0%BE%D1%82%D0%B0%D1%86%D0%B8%D1%98%D0%B0>,
        <http://lexvo.org/id/term/bos/matemati%C4%8Dka%20notacija>,
        <http://lexvo.org/id/term/bul/%D0%9C%D0%B0%D1%82%D0%B5%D0%BC%D0%B0%D1%82%D0%B8%D1%87%D0%B5%D1%81%D0%BA%D0%B8%20%D1%81%D0%B8%D0%BC%D0%B2%D0%BE%D0%BB%D0%B8>,
        <http://lexvo.org/id/term/cat/notaci%C3%B3%20matem%C3%A0tica>,
        <http://lexvo.org/id/term/cmn-Hant/%E6%95%B8%E5%AD%B8%E7%AC%A6%E8%99%9F>,
        <http://lexvo.org/id/term/cmn/%E6%95%B0%E5%AD%A6%E7%AC%A6%E5%8F%B7>,
        <http://lexvo.org/id/term/dan/zmth>,
        <http://lexvo.org/id/term/ell/%CE%9C%CE%B1%CE%B8%CE%B7%CE%BC%CE%B1%CF%84%CE%B9%CE%BA%CE%AE%20%CF%80%CE%B1%CF%81%CE%AC%CF%83%CF%84%CE%B1%CF%83%CE%B7>,
        <http://lexvo.org/id/term/eng-Dsrt/%F0%90%90%A3%F0%90%90%B0%F0%90%91%83%F0%90%90%B2%F0%90%91%8B%F0%90%90%B0%F0%90%90%BB%F0%90%90%B2%F0%90%90%BF%F0%90%90%B2%F0%90%91%8A%20%F0%90%90%A4%F0%90%90%AC%F0%90%90%BB%F0%90%90%A9%F0%90%91%87%F0%90%90%B2%F0%90%91%8C>,
        <http://lexvo.org/id/term/eng/Mathematical%20Notation>,
        <http://lexvo.org/id/term/eng/Mathematical%20notation>,
        <http://lexvo.org/id/term/ewe/ak%C9%94nta%20nu%C5%8B%C9%94%C5%8Bl%C9%94>,
        <http://lexvo.org/id/term/fas/%D8%B9%D9%84%D8%A7%D8%A6%D9%85%20%D8%B1%DB%8C%D8%A7%D8%B6%DB%8C>,
        <http://lexvo.org/id/term/fin/matemaattinen>,
        <http://lexvo.org/id/term/fra/notation%20math%C3%A9matique>,
        <http://lexvo.org/id/term/gla/Comharran%20matamataig>,
        <http://lexvo.org/id/term/guj/%E0%AA%97%E0%AA%A3%E0%AA%BF%E0%AA%A4%E0%AB%80%E0%AA%AF%20%E0%AA%B8%E0%AA%82%E0%AA%95%E0%AB%87%E0%AA%A4%E0%AA%B2%E0%AA%BF%E0%AA%AA%E0%AA%BF>,
        <http://lexvo.org/id/term/heb/%D7%A1%D7%99%D7%9E%D7%95%D7%9F%20%D7%9E%D7%AA%D7%9E%D7%98%D7%99>,
        <http://lexvo.org/id/term/hin/%E0%A4%97%E0%A4%A3%E0%A4%BF%E0%A4%A4%E0%A5%80%E0%A4%AF%20%E0%A4%B8%E0%A4%82%E0%A4%95%E0%A5%87%E0%A4%A4%E0%A4%A8>,
        <http://lexvo.org/id/term/hrv/matemati%C4%8Dko%20znakovlje>,
        <http://lexvo.org/id/term/hun/Matematikai%20jelrendszer>,
        <http://lexvo.org/id/term/ind/Notasi%20Matematika>,
        <http://lexvo.org/id/term/jpn/%E6%95%B0%E5%AD%A6%E8%A8%98%E5%8F%B7>,
        <http://lexvo.org/id/term/kan/%E0%B2%97%E0%B2%A3%E0%B3%80%E0%B2%A4%20%E0%B2%B8%E0%B2%82%E0%B2%95%E0%B3%87%E0%B2%A4%E0%B2%B2%E0%B2%BF%E0%B2%AA%E0%B2%BF>,
        <http://lexvo.org/id/term/kor/%EC%88%98%ED%95%99%20%EA%B8%B0%ED%98%B8>,
        <http://lexvo.org/id/term/lao/%E0%BB%80%E0%BA%84%E0%BA%B7%E0%BB%88%E0%BA%AD%E0%BA%87%E0%BB%9D%E0%BA%B2%E0%BA%8D%E0%BA%97%E0%BA%B2%E0%BA%87%E0%BA%84%E0%BA%B0%E0%BA%99%E0%BA%B4%E0%BA%94%E0%BA%AA%E0%BA%B2%E0%BA%94>,
        <http://lexvo.org/id/term/lav/matem%C4%81tiskais%20pieraksts>,
        <http://lexvo.org/id/term/lit/matematiniai%20simboliai>,
        <http://lexvo.org/id/term/mal/%E0%B4%97%E0%B4%A3%E0%B4%BF%E0%B4%A4%20%E0%B4%B0%E0%B5%82%E0%B4%AA%E0%B4%82>,
        <http://lexvo.org/id/term/mar/%E0%A4%97%E0%A4%A3%E0%A4%BF%E0%A4%A4%E0%A5%80%20%E0%A4%B8%E0%A4%82%E0%A4%95%E0%A5%87%E0%A4%A4%E0%A4%B2%E0%A4%BF%E0%A4%AA%E0%A5%80>,
        <http://lexvo.org/id/term/nep/%E0%A4%9C%E0%A4%AE%E0%A4%A5>,
        <http://lexvo.org/id/term/nld/Wiskundige%20notatie>,
        <http://lexvo.org/id/term/nno/matematisk%20notasjon>,
        <http://lexvo.org/id/term/nob/matematisk%20notasjon>,
        <http://lexvo.org/id/term/ori/%E0%AC%97%E0%AC%BE%E0%AC%A3%E0%AC%BF%E0%AC%A4%E0%AC%BF%E0%AC%95%20%E0%AC%A8%E0%AD%8B%E0%AC%9F%E0%AD%87%E0%AC%B8%E0%AC%A8%E0%AD%8D>,
        <http://lexvo.org/id/term/pol/notacja%20matematyczna>,
        <http://lexvo.org/id/term/por/zmth>,
        <http://lexvo.org/id/term/roh/notaziun%20matematica>,
        <http://lexvo.org/id/term/slv/matemati%C4%8Dna%20znamenja>,
        <http://lexvo.org/id/term/srp-Latn/matemati%C4%8Dka%20notacija>,
        <http://lexvo.org/id/term/srp/%D0%BC%D0%B0%D1%82%D0%B5%D0%BC%D0%B0%D1%82%D0%B8%D1%87%D0%BA%D0%B0%20%D0%BD%D0%BE%D1%82%D0%B0%D1%86%D0%B8%D1%98%D0%B0>,
        <http://lexvo.org/id/term/swe/matematisk%20notation>,
        <http://lexvo.org/id/term/tam/%E0%AE%95%E0%AE%A3%E0%AE%BF%E0%AE%A4%E0%AE%95%E0%AF%8D%E0%AE%95%E0%AF%81%E0%AE%B1%E0%AE%BF%E0%AE%AF%E0%AF%80%E0%AE%9F%E0%AF%81>,
        <http://lexvo.org/id/term/tel/%E0%B0%97%E0%B0%A3%E0%B0%BF%E0%B0%A4%20%E0%B0%B8%E0%B0%82%E0%B0%95%E0%B1%87%E0%B0%A4%E0%B0%B2%E0%B0%BF%E0%B0%AA%E0%B0%BF>,
        <http://lexvo.org/id/term/tha/%E0%B9%80%E0%B8%84%E0%B8%A3%E0%B8%B7%E0%B9%88%E0%B8%AD%E0%B8%87%E0%B8%AB%E0%B8%A1%E0%B8%B2%E0%B8%A2%E0%B8%97%E0%B8%B2%E0%B8%87%E0%B8%84%E0%B8%93%E0%B8%B4%E0%B8%95%E0%B8%A8%E0%B8%B2%E0%B8%AA%E0%B8%95%E0%B8%A3%E0%B9%8C>,
        <http://lexvo.org/id/term/ton/tohinima%20fakamatematika>,
        <http://lexvo.org/id/term/tur/Matematiksel%20G%C3%B6sterim>,
        <http://lexvo.org/id/term/ukr/%D0%9C%D0%B0%D1%82%D0%B5%D0%BC%D0%B0%D1%82%D0%B8%D1%87%D0%BD%D0%B8%D0%B9>,
        <http://lexvo.org/id/term/vie/K%C3%BD%20hi%E1%BB%87u%20To%C3%A1n%20h%E1%BB%8Dc> .

<http://lexvo.org/id/script/Zsym> a lvont:Script ;
    rdfs:label "Simbole"@af,
        "ምልክቶች"@am,
        "رموز"@ar,
        "símbolos"@ast,
        "zsym"@az,
        "Символи"@bg,
        "প্রতীকসমুহ"@bn,
        "arouezioù"@br,
        "simboli"@bs,
        "симболи"@bs-Cyrl,
        "símbols"@ca,
        "符号"@cmn,
        "符號"@cmn-Hant,
        "symboly"@cs,
        "Symbolau"@cy,
        "zsym"@da,
        "Symbole"@de,
        "མཚན་རྟགས"@dz,
        "ŋɔŋlɔdzesiwo"@ee,
        "Σύμβολα"@el,
        "Symbols"@en,
        "𐐣𐐰𐑃𐐯𐑋𐐰𐐻𐐮𐐿𐐲𐑊 𐑌𐐬𐐻𐐩𐑇𐐲𐑌"@en-Dsrt,
        "símbolos"@es,
        "sümbolid"@et,
        "Ikurrak"@eu,
        "علائم"@fa,
        "symbolit"@fi,
        "Mga Simbolo"@fil,
        "symboles"@fr,
        "Comharran"@gd,
        "Símbolos"@gl,
        "પ્રતીક લિપી"@gu,
        "סמלים"@he,
        "चिन्ह"@hi,
        "simboli"@hr,
        "Szimbólum"@hu,
        "Simbol"@id,
        "Tákn"@is,
        "simboli"@it,
        "記号文字"@ja,
        "simbulus"@kea,
        "Символдар"@kk,
        "assersuut"@kl,
        "និមិត្តសញ្ញា"@km,
        "ಸಂಕೇತಗಳು"@kn,
        "기호"@ko,
        "-Zeiche ävver kein Schreff-"@ksh,
        "ຊິມໂບລ໌"@lo,
        "simbolių"@lt,
        "simboli"@lv,
        "симболи"@mk,
        "ചിഹ്നങ്ങൾ"@ml,
        "प्रतीक लिपी"@mr,
        "symboler"@nb,
        "जसम"@ne,
        "Symbolen"@nl,
        "symbol"@nn,
        "ସିମ୍ବଲ୍"@or,
        "symbole"@pl,
        "zsym"@pt,
        "simbols"@rm,
        "simboluri"@ro,
        "Символы"@ru,
        "සංකේත"@si,
        "Symboly"@sk,
        "simboli"@sl,
        "симболи"@sr,
        "simboli"@sr-Latn,
        "symboler"@sv,
        "Alama"@swh,
        "சின்னங்கள்"@ta,
        "చిహ్నాలు"@te,
        "ซิมโบลส์"@th,
        "tohinima fakaʻilonga"@to,
        "Sembol"@tr,
        "Символьний"@uk,
        "علامات"@ur,
        "Ký hiệu"@vi,
        "Simbol"@zsm,
        "Amasimbuli"@zu ;
    lvont:iso15924Alphacode "Zsym"^^xsd:string ;
    lvont:label <http://lexvo.org/id/term/afr/Simbole>,
        <http://lexvo.org/id/term/amh/%E1%88%9D%E1%88%8D%E1%8A%AD%E1%89%B6%E1%89%BD>,
        <http://lexvo.org/id/term/ara/%D8%B1%D9%85%D9%88%D8%B2>,
        <http://lexvo.org/id/term/ast/s%C3%ADmbolos>,
        <http://lexvo.org/id/term/aze/zsym>,
        <http://lexvo.org/id/term/ben/%E0%A6%AA%E0%A7%8D%E0%A6%B0%E0%A6%A4%E0%A7%80%E0%A6%95%E0%A6%B8%E0%A6%AE%E0%A7%81%E0%A6%B9>,
        <http://lexvo.org/id/term/bos-Cyrl/%D1%81%D0%B8%D0%BC%D0%B1%D0%BE%D0%BB%D0%B8>,
        <http://lexvo.org/id/term/bos/simboli>,
        <http://lexvo.org/id/term/bre/arouezio%C3%B9>,
        <http://lexvo.org/id/term/bul/%D0%A1%D0%B8%D0%BC%D0%B2%D0%BE%D0%BB%D0%B8>,
        <http://lexvo.org/id/term/cat/s%C3%ADmbols>,
        <http://lexvo.org/id/term/ces/symboly>,
        <http://lexvo.org/id/term/cmn-Hant/%E7%AC%A6%E8%99%9F>,
        <http://lexvo.org/id/term/cmn/%E7%AC%A6%E5%8F%B7>,
        <http://lexvo.org/id/term/cym/Symbolau>,
        <http://lexvo.org/id/term/dan/zsym>,
        <http://lexvo.org/id/term/deu/Symbole>,
        <http://lexvo.org/id/term/dzo/%E0%BD%98%E0%BD%9A%E0%BD%93%E0%BC%8B%E0%BD%A2%E0%BE%9F%E0%BD%82%E0%BD%A6>,
        <http://lexvo.org/id/term/ell/%CE%A3%CF%8D%CE%BC%CE%B2%CE%BF%CE%BB%CE%B1>,
        <http://lexvo.org/id/term/eng-Dsrt/%F0%90%90%A3%F0%90%90%B0%F0%90%91%83%F0%90%90%AF%F0%90%91%8B%F0%90%90%B0%F0%90%90%BB%F0%90%90%AE%F0%90%90%BF%F0%90%90%B2%F0%90%91%8A%20%F0%90%91%8C%F0%90%90%AC%F0%90%90%BB%F0%90%90%A9%F0%90%91%87%F0%90%90%B2%F0%90%91%8C>,
        <http://lexvo.org/id/term/eng/Symbols>,
        <http://lexvo.org/id/term/est/s%C3%BCmbolid>,
        <http://lexvo.org/id/term/eus/Ikurrak>,
        <http://lexvo.org/id/term/ewe/%C5%8B%C9%94%C5%8Bl%C9%94dzesiwo>,
        <http://lexvo.org/id/term/fas/%D8%B9%D9%84%D8%A7%D8%A6%D9%85>,
        <http://lexvo.org/id/term/fil/Mga%20Simbolo>,
        <http://lexvo.org/id/term/fin/symbolit>,
        <http://lexvo.org/id/term/fra/symboles>,
        <http://lexvo.org/id/term/gla/Comharran>,
        <http://lexvo.org/id/term/glg/S%C3%ADmbolos>,
        <http://lexvo.org/id/term/guj/%E0%AA%AA%E0%AB%8D%E0%AA%B0%E0%AA%A4%E0%AB%80%E0%AA%95%20%E0%AA%B2%E0%AA%BF%E0%AA%AA%E0%AB%80>,
        <http://lexvo.org/id/term/heb/%D7%A1%D7%9E%D7%9C%D7%99%D7%9D>,
        <http://lexvo.org/id/term/hin/%E0%A4%9A%E0%A4%BF%E0%A4%A8%E0%A5%8D%E0%A4%B9>,
        <http://lexvo.org/id/term/hrv/simboli>,
        <http://lexvo.org/id/term/hun/Szimb%C3%B3lum>,
        <http://lexvo.org/id/term/ind/Simbol>,
        <http://lexvo.org/id/term/isl/T%C3%A1kn>,
        <http://lexvo.org/id/term/ita/simboli>,
        <http://lexvo.org/id/term/jpn/%E8%A8%98%E5%8F%B7%E6%96%87%E5%AD%97>,
        <http://lexvo.org/id/term/kal/assersuut>,
        <http://lexvo.org/id/term/kan/%E0%B2%B8%E0%B2%82%E0%B2%95%E0%B3%87%E0%B2%A4%E0%B2%97%E0%B2%B3%E0%B3%81>,
        <http://lexvo.org/id/term/kaz/%D0%A1%D0%B8%D0%BC%D0%B2%D0%BE%D0%BB%D0%B4%D0%B0%D1%80>,
        <http://lexvo.org/id/term/kea/simbulus>,
        <http://lexvo.org/id/term/khm/%E1%9E%93%E1%9E%B7%E1%9E%98%E1%9E%B7%E1%9E%8F%E1%9F%92%E1%9E%8F%E1%9E%9F%E1%9E%89%E1%9F%92%E1%9E%89%E1%9E%B6>,
        <http://lexvo.org/id/term/kor/%EA%B8%B0%ED%98%B8>,
        <http://lexvo.org/id/term/ksh/-Zeiche%20%C3%A4vver%20kein%20Schreff->,
        <http://lexvo.org/id/term/lao/%E0%BA%8A%E0%BA%B4%E0%BA%A1%E0%BB%82%E0%BA%9A%E0%BA%A5%E0%BB%8C>,
        <http://lexvo.org/id/term/lav/simboli>,
        <http://lexvo.org/id/term/lit/simboli%C5%B3>,
        <http://lexvo.org/id/term/mal/%E0%B4%9A%E0%B4%BF%E0%B4%B9%E0%B5%8D%E0%B4%A8%E0%B4%99%E0%B5%8D%E0%B4%99%E0%B5%BE>,
        <http://lexvo.org/id/term/mar/%E0%A4%AA%E0%A5%8D%E0%A4%B0%E0%A4%A4%E0%A5%80%E0%A4%95%20%E0%A4%B2%E0%A4%BF%E0%A4%AA%E0%A5%80>,
        <http://lexvo.org/id/term/mkd/%D1%81%D0%B8%D0%BC%D0%B1%D0%BE%D0%BB%D0%B8>,
        <http://lexvo.org/id/term/nep/%E0%A4%9C%E0%A4%B8%E0%A4%AE>,
        <http://lexvo.org/id/term/nld/Symbolen>,
        <http://lexvo.org/id/term/nno/symbol>,
        <http://lexvo.org/id/term/nob/symboler>,
        <http://lexvo.org/id/term/ori/%E0%AC%B8%E0%AC%BF%E0%AC%AE%E0%AD%8D%E0%AC%AC%E0%AC%B2%E0%AD%8D>,
        <http://lexvo.org/id/term/pol/symbole>,
        <http://lexvo.org/id/term/por/zsym>,
        <http://lexvo.org/id/term/roh/simbols>,
        <http://lexvo.org/id/term/ron/simboluri>,
        <http://lexvo.org/id/term/rus/%D0%A1%D0%B8%D0%BC%D0%B2%D0%BE%D0%BB%D1%8B>,
        <http://lexvo.org/id/term/sin/%E0%B7%83%E0%B6%82%E0%B6%9A%E0%B7%9A%E0%B6%AD>,
        <http://lexvo.org/id/term/slk/Symboly>,
        <http://lexvo.org/id/term/slv/simboli>,
        <http://lexvo.org/id/term/spa/s%C3%ADmbolos>,
        <http://lexvo.org/id/term/srp-Latn/simboli>,
        <http://lexvo.org/id/term/srp/%D1%81%D0%B8%D0%BC%D0%B1%D0%BE%D0%BB%D0%B8>,
        <http://lexvo.org/id/term/swe/symboler>,
        <http://lexvo.org/id/term/swh/Alama>,
        <http://lexvo.org/id/term/tam/%E0%AE%9A%E0%AE%BF%E0%AE%A9%E0%AF%8D%E0%AE%A9%E0%AE%99%E0%AF%8D%E0%AE%95%E0%AE%B3%E0%AF%8D>,
        <http://lexvo.org/id/term/tel/%E0%B0%9A%E0%B0%BF%E0%B0%B9%E0%B1%8D%E0%B0%A8%E0%B0%BE%E0%B0%B2%E0%B1%81>,
        <http://lexvo.org/id/term/tha/%E0%B8%8B%E0%B8%B4%E0%B8%A1%E0%B9%82%E0%B8%9A%E0%B8%A5%E0%B8%AA%E0%B9%8C>,
        <http://lexvo.org/id/term/ton/tohinima%20faka%CA%BBilonga>,
        <http://lexvo.org/id/term/tur/Sembol>,
        <http://lexvo.org/id/term/ukr/%D0%A1%D0%B8%D0%BC%D0%B2%D0%BE%D0%BB%D1%8C%D0%BD%D0%B8%D0%B9>,
        <http://lexvo.org/id/term/urd/%D8%B9%D9%84%D8%A7%D9%85%D8%A7%D8%AA>,
        <http://lexvo.org/id/term/vie/K%C3%BD%20hi%E1%BB%87u>,
        <http://lexvo.org/id/term/zsm/Simbol>,
        <http://lexvo.org/id/term/zul/Amasimbuli> .

<http://lexvo.org/id/un_m49/005> a lvont:GeographicRegion ;
    rdfs:label "Suid-Amerika"@af,
        "ደቡብ አሜሪካ"@am,
        "أمريكا الجنوبية"@ar,
        "América del Sur"@ast,
        "Cənub Amerika"@az,
        "Паўднёвая Амэрыка"@be,
        "Южна Америка"@bg,
        "দক্ষিন আমেরিকা"@bn,
        "Suamerika"@br,
        "दक्षिण अमरिका"@brx,
        "Južna Amerika"@bs,
        "Јужна Америка"@bs-Cyrl,
        "Amèrica del Sud"@ca,
        "ᏧᎦᏃᏮ ᎠᎺᎵᎦ"@chr,
        "南美洲"@cmn,
        "南美洲"@cmn-Hant,
        "Jižní Amerika"@cs,
        "De America"@cy,
        "Sydamerika"@da,
        "Südamerika"@de,
        "ལྷོ་ཨ་མི་རི་ཀ"@dz,
        "Anyiehe Amerika nutome"@ee,
        "Νότια Αμερική"@el,
        "South America"@en,
        "𐐝𐐵𐑃 𐐊𐑋𐐯𐑉𐐲𐐿𐐲"@en-Dsrt,
        "Sudamérica"@es,
        "Suramérica"@es,
        "Lõuna-Ameerika"@et,
        "Hego Amerika"@eu,
        "امریکای جنوبی"@fa,
        "Etelä-Amerikka"@fi,
        "South America"@fil,
        "Suðuramerika"@fo,
        "Amérique du Sud"@fr,
        "Americhe meridionâl"@fur,
        "Meiriceá Theas"@ga,
        "Aimearaga a Deas"@gd,
        "Sudamérica"@gl,
        "Süüdameerika"@gsw,
        "દક્ષિણ અમેરિકા"@gu,
        "דרום אמריקה"@he,
        "दक्षिण अमेरिका"@hi,
        "Južna Amerika"@hr,
        "Dél-Amerika"@hu,
        "Հարավային Ամերիկա"@hy,
        "Amerika Selatan"@id,
        "Suður-Ameríka"@is,
        "America del Sud"@it,
        "南アメリカ"@ja,
        "სამხრეთი ამერიკა"@ka,
        "Merka di Sul"@kea,
        "Оңтүстік Америка"@kk,
        "Amerika Kujalleq"@kl,
        "អាមេរិក​ខាង​ត្បូង"@km,
        "ದಕ್ಷಿಣ ಅಮೇರಿಕಾ"@kn,
        "남아메리카[남미]"@ko,
        "جَنوٗنی اَمرٖیٖکا"@ks,
        "Söd-Amärrika"@ksh,
        "Ameríka ya Sidi"@ln,
        "ອາເມລິກາໃຕ້"@lo,
        "Pietų Amerika"@lt,
        "Dienvidamerika"@lv,
        "Јужна Америка"@mk,
        "തെക്കേ അമേരിക്കൻ ഭൂഖണ്ഡം"@ml,
        "दक्षिण अमेरिका"@mr,
        "Amerika t’Isfel"@mt,
        "တောင် အမေရိက"@my,
        "Sør-Amerika"@nb,
        "दक्षिण अमेरिका"@ne,
        "Zuid-Amerika"@nl,
        "Sør-Amerika"@nn,
        "ଦକ୍ଷିଣ ଆମେରିକା"@or,
        "Ameryka Południowa"@pl,
        "América do Sul"@pt,
        "America dal Sid"@rm,
        "America de Sud"@ro,
        "Южная Америка"@ru,
        "Соҕуруу Эмиэрикэ"@sah,
        "Mátta-Amerihká"@se,
        "mátta-Amerihkká"@se,
        "දකුණු ඇමෙරිකාව"@si,
        "Južná Amerika"@sk,
        "Južna Amerika"@sl,
        "Јужна Америка"@sr,
        "Južna Amerika"@sr-Latn,
        "Sydamerika"@sv,
        "Amerika Kusini"@swh,
        "தெற்கு அமெரிக்கா"@ta,
        "దక్షిణ అమెరికా"@te,
        "อเมริกาใต้"@th,
        "ደቡባዊ አሜሪካ"@ti,
        "ʻAmelika tonga"@to,
        "Güney Amerika"@tr,
        "Південна Америка"@uk,
        "جنوبی امریکہ"@ur,
        "Nam Mỹ"@vi,
        "Südamerika"@wae,
        "Amerika Selatan"@zsm,
        "i-South America"@zu ;
    lvont:label <http://lexvo.org/id/term/afr/Suid-Amerika>,
        <http://lexvo.org/id/term/amh/%E1%8B%B0%E1%89%A1%E1%89%A5%20%E1%8A%A0%E1%88%9C%E1%88%AA%E1%8A%AB>,
        <http://lexvo.org/id/term/ara/%D8%A3%D9%85%D8%B1%D9%8A%D9%83%D8%A7%20%D8%A7%D9%84%D8%AC%D9%86%D9%88%D8%A8%D9%8A%D8%A9>,
        <http://lexvo.org/id/term/ast/Am%C3%A9rica%20del%20Sur>,
        <http://lexvo.org/id/term/aze/C%C9%99nub%20Amerika>,
        <http://lexvo.org/id/term/bel/%D0%9F%D0%B0%D1%9E%D0%B4%D0%BD%D1%91%D0%B2%D0%B0%D1%8F%20%D0%90%D0%BC%D1%8D%D1%80%D1%8B%D0%BA%D0%B0>,
        <http://lexvo.org/id/term/ben/%E0%A6%A6%E0%A6%95%E0%A7%8D%E0%A6%B7%E0%A6%BF%E0%A6%A8%20%E0%A6%86%E0%A6%AE%E0%A7%87%E0%A6%B0%E0%A6%BF%E0%A6%95%E0%A6%BE>,
        <http://lexvo.org/id/term/bos-Cyrl/%D0%88%D1%83%D0%B6%D0%BD%D0%B0%20%D0%90%D0%BC%D0%B5%D1%80%D0%B8%D0%BA%D0%B0>,
        <http://lexvo.org/id/term/bos/Ju%C5%BEna%20Amerika>,
        <http://lexvo.org/id/term/bre/Suamerika>,
        <http://lexvo.org/id/term/brx/%E0%A4%A6%E0%A4%95%E0%A5%8D%E0%A4%B7%E0%A4%BF%E0%A4%A3%20%E0%A4%85%E0%A4%AE%E0%A4%B0%E0%A4%BF%E0%A4%95%E0%A4%BE>,
        <http://lexvo.org/id/term/bul/%D0%AE%D0%B6%D0%BD%D0%B0%20%D0%90%D0%BC%D0%B5%D1%80%D0%B8%D0%BA%D0%B0>,
        <http://lexvo.org/id/term/cat/Am%C3%A8rica%20del%20Sud>,
        <http://lexvo.org/id/term/ces/Ji%C5%BEn%C3%AD%20Amerika>,
        <http://lexvo.org/id/term/chr/%E1%8F%A7%E1%8E%A6%E1%8F%83%E1%8F%AE%20%E1%8E%A0%E1%8E%BA%E1%8E%B5%E1%8E%A6>,
        <http://lexvo.org/id/term/cmn-Hant/%E5%8D%97%E7%BE%8E%E6%B4%B2>,
        <http://lexvo.org/id/term/cmn/%E5%8D%97%E7%BE%8E%E6%B4%B2>,
        <http://lexvo.org/id/term/cym/De%20America>,
        <http://lexvo.org/id/term/dan/Sydamerika>,
        <http://lexvo.org/id/term/deu/S%C3%BCdamerika>,
        <http://lexvo.org/id/term/dzo/%E0%BD%A3%E0%BE%B7%E0%BD%BC%E0%BC%8B%E0%BD%A8%E0%BC%8B%E0%BD%98%E0%BD%B2%E0%BC%8B%E0%BD%A2%E0%BD%B2%E0%BC%8B%E0%BD%80>,
        <http://lexvo.org/id/term/ell/%CE%9D%CF%8C%CF%84%CE%B9%CE%B1%20%CE%91%CE%BC%CE%B5%CF%81%CE%B9%CE%BA%CE%AE>,
        <http://lexvo.org/id/term/eng-Dsrt/%F0%90%90%9D%F0%90%90%B5%F0%90%91%83%20%F0%90%90%8A%F0%90%91%8B%F0%90%90%AF%F0%90%91%89%F0%90%90%B2%F0%90%90%BF%F0%90%90%B2>,
        <http://lexvo.org/id/term/eng/South%20America>,
        <http://lexvo.org/id/term/est/L%C3%B5una-Ameerika>,
        <http://lexvo.org/id/term/eus/Hego%20Amerika>,
        <http://lexvo.org/id/term/ewe/Anyiehe%20Amerika%20nutome>,
        <http://lexvo.org/id/term/fao/Su%C3%B0uramerika>,
        <http://lexvo.org/id/term/fas/%D8%A7%D9%85%D8%B1%DB%8C%DA%A9%D8%A7%DB%8C%20%D8%AC%D9%86%D9%88%D8%A8%DB%8C>,
        <http://lexvo.org/id/term/fil/South%20America>,
        <http://lexvo.org/id/term/fin/Etel%C3%A4-Amerikka>,
        <http://lexvo.org/id/term/fra/Am%C3%A9rique%20du%20Sud>,
        <http://lexvo.org/id/term/fur/Americhe%20meridion%C3%A2l>,
        <http://lexvo.org/id/term/gla/Aimearaga%20a%20Deas>,
        <http://lexvo.org/id/term/gle/Meirice%C3%A1%20Theas>,
        <http://lexvo.org/id/term/glg/Sudam%C3%A9rica>,
        <http://lexvo.org/id/term/gsw/S%C3%BC%C3%BCdameerika>,
        <http://lexvo.org/id/term/guj/%E0%AA%A6%E0%AA%95%E0%AB%8D%E0%AA%B7%E0%AA%BF%E0%AA%A3%20%E0%AA%85%E0%AA%AE%E0%AB%87%E0%AA%B0%E0%AA%BF%E0%AA%95%E0%AA%BE>,
        <http://lexvo.org/id/term/heb/%D7%93%D7%A8%D7%95%D7%9D%20%D7%90%D7%9E%D7%A8%D7%99%D7%A7%D7%94>,
        <http://lexvo.org/id/term/hin/%E0%A4%A6%E0%A4%95%E0%A5%8D%E0%A4%B7%E0%A4%BF%E0%A4%A3%20%E0%A4%85%E0%A4%AE%E0%A5%87%E0%A4%B0%E0%A4%BF%E0%A4%95%E0%A4%BE>,
        <http://lexvo.org/id/term/hrv/Ju%C5%BEna%20Amerika>,
        <http://lexvo.org/id/term/hun/D%C3%A9l-Amerika>,
        <http://lexvo.org/id/term/hye/%D5%80%D5%A1%D6%80%D5%A1%D5%BE%D5%A1%D5%B5%D5%AB%D5%B6%20%D4%B1%D5%B4%D5%A5%D6%80%D5%AB%D5%AF%D5%A1>,
        <http://lexvo.org/id/term/ind/Amerika%20Selatan>,
        <http://lexvo.org/id/term/isl/Su%C3%B0ur-Amer%C3%ADka>,
        <http://lexvo.org/id/term/ita/America%20del%20Sud>,
        <http://lexvo.org/id/term/jpn/%E5%8D%97%E3%82%A2%E3%83%A1%E3%83%AA%E3%82%AB>,
        <http://lexvo.org/id/term/kal/Amerika%20Kujalleq>,
        <http://lexvo.org/id/term/kan/%E0%B2%A6%E0%B2%95%E0%B3%8D%E0%B2%B7%E0%B2%BF%E0%B2%A3%20%E0%B2%85%E0%B2%AE%E0%B3%87%E0%B2%B0%E0%B2%BF%E0%B2%95%E0%B2%BE>,
        <http://lexvo.org/id/term/kas/%D8%AC%D9%8E%D9%86%D9%88%D9%97%D9%86%DB%8C%20%D8%A7%D9%8E%D9%85%D8%B1%D9%96%DB%8C%D9%96%DA%A9%D8%A7>,
        <http://lexvo.org/id/term/kat/%E1%83%A1%E1%83%90%E1%83%9B%E1%83%AE%E1%83%A0%E1%83%94%E1%83%97%E1%83%98%20%E1%83%90%E1%83%9B%E1%83%94%E1%83%A0%E1%83%98%E1%83%99%E1%83%90>,
        <http://lexvo.org/id/term/kaz/%D0%9E%D2%A3%D1%82%D2%AF%D1%81%D1%82%D1%96%D0%BA%20%D0%90%D0%BC%D0%B5%D1%80%D0%B8%D0%BA%D0%B0>,
        <http://lexvo.org/id/term/kea/Merka%20di%20Sul>,
        <http://lexvo.org/id/term/khm/%E1%9E%A2%E1%9E%B6%E1%9E%98%E1%9F%81%E1%9E%9A%E1%9E%B7%E1%9E%80%E2%80%8B%E1%9E%81%E1%9E%B6%E1%9E%84%E2%80%8B%E1%9E%8F%E1%9F%92%E1%9E%94%E1%9E%BC%E1%9E%84>,
        <http://lexvo.org/id/term/kor/%EB%82%A8%EC%95%84%EB%A9%94%EB%A6%AC%EC%B9%B4%5B%EB%82%A8%EB%AF%B8%5D>,
        <http://lexvo.org/id/term/ksh/S%C3%B6d-Am%C3%A4rrika>,
        <http://lexvo.org/id/term/lao/%E0%BA%AD%E0%BA%B2%E0%BB%80%E0%BA%A1%E0%BA%A5%E0%BA%B4%E0%BA%81%E0%BA%B2%E0%BB%83%E0%BA%95%E0%BB%89>,
        <http://lexvo.org/id/term/lav/Dienvidamerika>,
        <http://lexvo.org/id/term/lin/Amer%C3%ADka%20ya%20Sidi>,
        <http://lexvo.org/id/term/lit/Piet%C5%B3%20Amerika>,
        <http://lexvo.org/id/term/mal/%E0%B4%A4%E0%B5%86%E0%B4%95%E0%B5%8D%E0%B4%95%E0%B5%87%20%E0%B4%85%E0%B4%AE%E0%B5%87%E0%B4%B0%E0%B4%BF%E0%B4%95%E0%B5%8D%E0%B4%95%E0%B5%BB%20%E0%B4%AD%E0%B5%82%E0%B4%96%E0%B4%A3%E0%B5%8D%E0%B4%A1%E0%B4%82>,
        <http://lexvo.org/id/term/mar/%E0%A4%A6%E0%A4%95%E0%A5%8D%E0%A4%B7%E0%A4%BF%E0%A4%A3%20%E0%A4%85%E0%A4%AE%E0%A5%87%E0%A4%B0%E0%A4%BF%E0%A4%95%E0%A4%BE>,
        <http://lexvo.org/id/term/mkd/%D0%88%D1%83%D0%B6%D0%BD%D0%B0%20%D0%90%D0%BC%D0%B5%D1%80%D0%B8%D0%BA%D0%B0>,
        <http://lexvo.org/id/term/mlt/Amerika%20t%E2%80%99Isfel>,
        <http://lexvo.org/id/term/mya/%E1%80%90%E1%80%B1%E1%80%AC%E1%80%84%E1%80%BA%20%E1%80%A1%E1%80%99%E1%80%B1%E1%80%9B%E1%80%AD%E1%80%80>,
        <http://lexvo.org/id/term/nep/%E0%A4%A6%E0%A4%95%E0%A5%8D%E0%A4%B7%E0%A4%BF%E0%A4%A3%20%E0%A4%85%E0%A4%AE%E0%A5%87%E0%A4%B0%E0%A4%BF%E0%A4%95%E0%A4%BE>,
        <http://lexvo.org/id/term/nld/Zuid-Amerika>,
        <http://lexvo.org/id/term/nno/S%C3%B8r-Amerika>,
        <http://lexvo.org/id/term/nob/S%C3%B8r-Amerika>,
        <http://lexvo.org/id/term/ori/%E0%AC%A6%E0%AC%95%E0%AD%8D%E0%AC%B7%E0%AC%BF%E0%AC%A3%20%E0%AC%86%E0%AC%AE%E0%AD%87%E0%AC%B0%E0%AC%BF%E0%AC%95%E0%AC%BE>,
        <http://lexvo.org/id/term/pol/Ameryka%20Po%C5%82udniowa>,
        <http://lexvo.org/id/term/por/Am%C3%A9rica%20do%20Sul>,
        <http://lexvo.org/id/term/roh/America%20dal%20Sid>,
        <http://lexvo.org/id/term/ron/America%20de%20Sud>,
        <http://lexvo.org/id/term/rus/%D0%AE%D0%B6%D0%BD%D0%B0%D1%8F%20%D0%90%D0%BC%D0%B5%D1%80%D0%B8%D0%BA%D0%B0>,
        <http://lexvo.org/id/term/sah/%D0%A1%D0%BE%D2%95%D1%83%D1%80%D1%83%D1%83%20%D0%AD%D0%BC%D0%B8%D1%8D%D1%80%D0%B8%D0%BA%D1%8D>,
        <http://lexvo.org/id/term/sin/%E0%B6%AF%E0%B6%9A%E0%B7%94%E0%B6%AB%E0%B7%94%20%E0%B6%87%E0%B6%B8%E0%B7%99%E0%B6%BB%E0%B7%92%E0%B6%9A%E0%B7%8F%E0%B7%80>,
        <http://lexvo.org/id/term/slk/Ju%C5%BEn%C3%A1%20Amerika>,
        <http://lexvo.org/id/term/slv/Ju%C5%BEna%20Amerika>,
        <http://lexvo.org/id/term/sme/M%C3%A1tta-Amerihk%C3%A1>,
        <http://lexvo.org/id/term/sme/m%C3%A1tta-Amerihkk%C3%A1>,
        <http://lexvo.org/id/term/spa/Sudam%C3%A9rica>,
        <http://lexvo.org/id/term/spa/Suram%C3%A9rica>,
        <http://lexvo.org/id/term/srp-Latn/Ju%C5%BEna%20Amerika>,
        <http://lexvo.org/id/term/srp/%D0%88%D1%83%D0%B6%D0%BD%D0%B0%20%D0%90%D0%BC%D0%B5%D1%80%D0%B8%D0%BA%D0%B0>,
        <http://lexvo.org/id/term/swe/Sydamerika>,
        <http://lexvo.org/id/term/swh/Amerika%20Kusini>,
        <http://lexvo.org/id/term/tam/%E0%AE%A4%E0%AF%86%E0%AE%B1%E0%AF%8D%E0%AE%95%E0%AF%81%20%E0%AE%85%E0%AE%AE%E0%AF%86%E0%AE%B0%E0%AE%BF%E0%AE%95%E0%AF%8D%E0%AE%95%E0%AE%BE>,
        <http://lexvo.org/id/term/tel/%E0%B0%A6%E0%B0%95%E0%B1%8D%E0%B0%B7%E0%B0%BF%E0%B0%A3%20%E0%B0%85%E0%B0%AE%E0%B1%86%E0%B0%B0%E0%B0%BF%E0%B0%95%E0%B0%BE>,
        <http://lexvo.org/id/term/tha/%E0%B8%AD%E0%B9%80%E0%B8%A1%E0%B8%A3%E0%B8%B4%E0%B8%81%E0%B8%B2%E0%B9%83%E0%B8%95%E0%B9%89>,
        <http://lexvo.org/id/term/tir/%E1%8B%B0%E1%89%A1%E1%89%A3%E1%8B%8A%20%E1%8A%A0%E1%88%9C%E1%88%AA%E1%8A%AB>,
        <http://lexvo.org/id/term/ton/%CA%BBAmelika%20tonga>,
        <http://lexvo.org/id/term/tur/G%C3%BCney%20Amerika>,
        <http://lexvo.org/id/term/ukr/%D0%9F%D1%96%D0%B2%D0%B4%D0%B5%D0%BD%D0%BD%D0%B0%20%D0%90%D0%BC%D0%B5%D1%80%D0%B8%D0%BA%D0%B0>,
        <http://lexvo.org/id/term/urd/%D8%AC%D9%86%D9%88%D8%A8%DB%8C%20%D8%A7%D9%85%D8%B1%DB%8C%DA%A9%DB%81>,
        <http://lexvo.org/id/term/vie/Nam%20M%E1%BB%B9>,
        <http://lexvo.org/id/term/wae/S%C3%BCdamerika>,
        <http://lexvo.org/id/term/zsm/Amerika%20Selatan>,
        <http://lexvo.org/id/term/zul/i-South%20America> .

<http://lexvo.org/id/un_m49/009> a lvont:GeographicRegion ;
    rdfs:label "Oseanië"@af,
        "ኦሽኒአ"@am,
        "أوقيانوسيا"@ar,
        "Oceanía"@ast,
        "Okeyaniya"@az,
        "Акіянія"@be,
        "Океания"@bg,
        "ওসানিয়া"@bn,
        "ཨོཤི་ཡཱན་ན།"@bo,
        "Oseania"@br,
        "ओशेआनिया"@brx,
        "Okeanija"@bs,
        "Океанија"@bs-Cyrl,
        "Oceania"@ca,
        "大洋洲"@cmn,
        "大洋洲"@cmn-Hant,
        "Oceánie"@cs,
        "Ynysoedd y De"@cy,
        "Oceanien"@da,
        "Ozeanien"@de,
        "ཨོཤི་ཡཱན་ན"@dz,
        "Oceania nutome"@ee,
        "Ωκεανία"@el,
        "Oceania"@en,
        "𐐄𐑇𐐨𐐰𐑌𐐨𐐲"@en-Dsrt,
        "Oceanía"@es,
        "Okeaania"@et,
        "Ozeania"@eu,
        "اقیانوسیه"@fa,
        "Oseania"@fi,
        "Oceania"@fil,
        "Kyrrahavsoyggjarnar"@fo,
        "Océanie"@fr,
        "Oceanie"@fur,
        "An Aigéine"@ga,
        "Roinn a' Chuain Shèimh"@gd,
        "Oceanía"@gl,
        "Ozeaanie"@gsw,
        "ઓશિઆનિયા"@gu,
        "אוקיאניה"@he,
        "ओशिआनिया"@hi,
        "Oceanija"@hr,
        "Óceánia"@hu,
        "Oseania"@id,
        "Eyjaálfa"@is,
        "Oceania"@it,
        "オセアニア"@ja,
        "ოკეანეთი"@ka,
        "Oseania"@kea,
        "Океания"@kk,
        "Oceania"@kl,
        "មហា​សមុទ្រ"@km,
        "ಓಶಿಯಾನಾ"@kn,
        "오세아니아"@ko,
        "اوشَنیا"@ks,
        "Ozejaanije"@ksh,
        "ໂອເຊຍເນຍ"@lo,
        "Okeanija"@lt,
        "Okeānija"@lv,
        "Океанија"@mk,
        "ഓഷ്യാനിയ"@ml,
        "ओशनिया"@mr,
        "Oċejanja"@mt,
        "သမုဒ္ဒရာဒေသ"@my,
        "Oseania"@nb,
        "ओसनिया"@ne,
        "Oceanië"@nl,
        "Oseania"@nn,
        "ଓସୋନିଆନ୍"@or,
        "Океани"@os,
        "Oceania"@pl,
        "Oceania"@pt,
        "Oceânia"@pt,
        "Oceania"@rm,
        "Oceania"@ro,
        "Океания"@ru,
        "Oseania"@se,
        "ඔෂනියාව"@si,
        "Oceánia"@sk,
        "Oceanija"@sl,
        "Океанија"@sr,
        "Okeanija"@sr-Latn,
        "Oceanien"@sv,
        "Oceania"@swh,
        "ஓஷெனியா"@ta,
        "ఒషేనియ"@te,
        "โอเชียเนีย"@th,
        "ኦሽኒያ"@ti,
        "ʻOsenia"@to,
        "Okyanusya"@tr,
        "Океанія"@uk,
        "اوشیانیا"@ur,
        "Châu Đại Dương"@vi,
        "Ozeanie"@wae,
        "Oceania"@zsm,
        "i-Oceania"@zu ;
    lvont:label <http://lexvo.org/id/term/afr/Oseani%C3%AB>,
        <http://lexvo.org/id/term/amh/%E1%8A%A6%E1%88%BD%E1%8A%92%E1%8A%A0>,
        <http://lexvo.org/id/term/ara/%D8%A3%D9%88%D9%82%D9%8A%D8%A7%D9%86%D9%88%D8%B3%D9%8A%D8%A7>,
        <http://lexvo.org/id/term/ast/Ocean%C3%ADa>,
        <http://lexvo.org/id/term/aze/Okeyaniya>,
        <http://lexvo.org/id/term/bel/%D0%90%D0%BA%D1%96%D1%8F%D0%BD%D1%96%D1%8F>,
        <http://lexvo.org/id/term/ben/%E0%A6%93%E0%A6%B8%E0%A6%BE%E0%A6%A8%E0%A6%BF%E0%A6%AF%E0%A6%BC%E0%A6%BE>,
        <http://lexvo.org/id/term/bod/%E0%BD%A8%E0%BD%BC%E0%BD%A4%E0%BD%B2%E0%BC%8B%E0%BD%A1%E0%BD%B1%E0%BD%93%E0%BC%8B%E0%BD%93%E0%BC%8D>,
        <http://lexvo.org/id/term/bos-Cyrl/%D0%9E%D0%BA%D0%B5%D0%B0%D0%BD%D0%B8%D1%98%D0%B0>,
        <http://lexvo.org/id/term/bos/Okeanija>,
        <http://lexvo.org/id/term/bre/Oseania>,
        <http://lexvo.org/id/term/brx/%E0%A4%93%E0%A4%B6%E0%A5%87%E0%A4%86%E0%A4%A8%E0%A4%BF%E0%A4%AF%E0%A4%BE>,
        <http://lexvo.org/id/term/bul/%D0%9E%D0%BA%D0%B5%D0%B0%D0%BD%D0%B8%D1%8F>,
        <http://lexvo.org/id/term/cat/Oceania>,
        <http://lexvo.org/id/term/ces/Oce%C3%A1nie>,
        <http://lexvo.org/id/term/cmn-Hant/%E5%A4%A7%E6%B4%8B%E6%B4%B2>,
        <http://lexvo.org/id/term/cmn/%E5%A4%A7%E6%B4%8B%E6%B4%B2>,
        <http://lexvo.org/id/term/cym/Ynysoedd%20y%20De>,
        <http://lexvo.org/id/term/dan/Oceanien>,
        <http://lexvo.org/id/term/deu/Ozeanien>,
        <http://lexvo.org/id/term/dzo/%E0%BD%A8%E0%BD%BC%E0%BD%A4%E0%BD%B2%E0%BC%8B%E0%BD%A1%E0%BD%B1%E0%BD%93%E0%BC%8B%E0%BD%93>,
        <http://lexvo.org/id/term/ell/%CE%A9%CE%BA%CE%B5%CE%B1%CE%BD%CE%AF%CE%B1>,
        <http://lexvo.org/id/term/eng-Dsrt/%F0%90%90%84%F0%90%91%87%F0%90%90%A8%F0%90%90%B0%F0%90%91%8C%F0%90%90%A8%F0%90%90%B2>,
        <http://lexvo.org/id/term/eng/Oceania>,
        <http://lexvo.org/id/term/est/Okeaania>,
        <http://lexvo.org/id/term/eus/Ozeania>,
        <http://lexvo.org/id/term/ewe/Oceania%20nutome>,
        <http://lexvo.org/id/term/fao/Kyrrahavsoyggjarnar>,
        <http://lexvo.org/id/term/fas/%D8%A7%D9%82%DB%8C%D8%A7%D9%86%D9%88%D8%B3%DB%8C%D9%87>,
        <http://lexvo.org/id/term/fil/Oceania>,
        <http://lexvo.org/id/term/fin/Oseania>,
        <http://lexvo.org/id/term/fra/Oc%C3%A9anie>,
        <http://lexvo.org/id/term/fur/Oceanie>,
        <http://lexvo.org/id/term/gla/Roinn%20a'%20Chuain%20Sh%C3%A8imh>,
        <http://lexvo.org/id/term/gle/An%20Aig%C3%A9ine>,
        <http://lexvo.org/id/term/glg/Ocean%C3%ADa>,
        <http://lexvo.org/id/term/gsw/Ozeaanie>,
        <http://lexvo.org/id/term/guj/%E0%AA%93%E0%AA%B6%E0%AA%BF%E0%AA%86%E0%AA%A8%E0%AA%BF%E0%AA%AF%E0%AA%BE>,
        <http://lexvo.org/id/term/heb/%D7%90%D7%95%D7%A7%D7%99%D7%90%D7%A0%D7%99%D7%94>,
        <http://lexvo.org/id/term/hin/%E0%A4%93%E0%A4%B6%E0%A4%BF%E0%A4%86%E0%A4%A8%E0%A4%BF%E0%A4%AF%E0%A4%BE>,
        <http://lexvo.org/id/term/hrv/Oceanija>,
        <http://lexvo.org/id/term/hun/%C3%93ce%C3%A1nia>,
        <http://lexvo.org/id/term/ind/Oseania>,
        <http://lexvo.org/id/term/isl/Eyja%C3%A1lfa>,
        <http://lexvo.org/id/term/ita/Oceania>,
        <http://lexvo.org/id/term/jpn/%E3%82%AA%E3%82%BB%E3%82%A2%E3%83%8B%E3%82%A2>,
        <http://lexvo.org/id/term/kal/Oceania>,
        <http://lexvo.org/id/term/kan/%E0%B2%93%E0%B2%B6%E0%B2%BF%E0%B2%AF%E0%B2%BE%E0%B2%A8%E0%B2%BE>,
        <http://lexvo.org/id/term/kas/%D8%A7%D9%88%D8%B4%D9%8E%D9%86%DB%8C%D8%A7>,
        <http://lexvo.org/id/term/kat/%E1%83%9D%E1%83%99%E1%83%94%E1%83%90%E1%83%9C%E1%83%94%E1%83%97%E1%83%98>,
        <http://lexvo.org/id/term/kaz/%D0%9E%D0%BA%D0%B5%D0%B0%D0%BD%D0%B8%D1%8F>,
        <http://lexvo.org/id/term/kea/Oseania>,
        <http://lexvo.org/id/term/khm/%E1%9E%98%E1%9E%A0%E1%9E%B6%E2%80%8B%E1%9E%9F%E1%9E%98%E1%9E%BB%E1%9E%91%E1%9F%92%E1%9E%9A>,
        <http://lexvo.org/id/term/kor/%EC%98%A4%EC%84%B8%EC%95%84%EB%8B%88%EC%95%84>,
        <http://lexvo.org/id/term/ksh/Ozejaanije>,
        <http://lexvo.org/id/term/lao/%E0%BB%82%E0%BA%AD%E0%BB%80%E0%BA%8A%E0%BA%8D%E0%BB%80%E0%BA%99%E0%BA%8D>,
        <http://lexvo.org/id/term/lav/Oke%C4%81nija>,
        <http://lexvo.org/id/term/lit/Okeanija>,
        <http://lexvo.org/id/term/mal/%E0%B4%93%E0%B4%B7%E0%B5%8D%E0%B4%AF%E0%B4%BE%E0%B4%A8%E0%B4%BF%E0%B4%AF>,
        <http://lexvo.org/id/term/mar/%E0%A4%93%E0%A4%B6%E0%A4%A8%E0%A4%BF%E0%A4%AF%E0%A4%BE>,
        <http://lexvo.org/id/term/mkd/%D0%9E%D0%BA%D0%B5%D0%B0%D0%BD%D0%B8%D1%98%D0%B0>,
        <http://lexvo.org/id/term/mlt/O%C4%8Bejanja>,
        <http://lexvo.org/id/term/mya/%E1%80%9E%E1%80%99%E1%80%AF%E1%80%92%E1%80%B9%E1%80%92%E1%80%9B%E1%80%AC%E1%80%92%E1%80%B1%E1%80%9E>,
        <http://lexvo.org/id/term/nep/%E0%A4%93%E0%A4%B8%E0%A4%A8%E0%A4%BF%E0%A4%AF%E0%A4%BE>,
        <http://lexvo.org/id/term/nld/Oceani%C3%AB>,
        <http://lexvo.org/id/term/nno/Oseania>,
        <http://lexvo.org/id/term/nob/Oseania>,
        <http://lexvo.org/id/term/ori/%E0%AC%93%E0%AC%B8%E0%AD%8B%E0%AC%A8%E0%AC%BF%E0%AC%86%E0%AC%A8%E0%AD%8D>,
        <http://lexvo.org/id/term/oss/%D0%9E%D0%BA%D0%B5%D0%B0%D0%BD%D0%B8>,
        <http://lexvo.org/id/term/pol/Oceania>,
        <http://lexvo.org/id/term/por/Oce%C3%A2nia>,
        <http://lexvo.org/id/term/por/Oceania>,
        <http://lexvo.org/id/term/roh/Oceania>,
        <http://lexvo.org/id/term/ron/Oceania>,
        <http://lexvo.org/id/term/rus/%D0%9E%D0%BA%D0%B5%D0%B0%D0%BD%D0%B8%D1%8F>,
        <http://lexvo.org/id/term/sin/%E0%B6%94%E0%B7%82%E0%B6%B1%E0%B7%92%E0%B6%BA%E0%B7%8F%E0%B7%80>,
        <http://lexvo.org/id/term/slk/Oce%C3%A1nia>,
        <http://lexvo.org/id/term/slv/Oceanija>,
        <http://lexvo.org/id/term/sme/Oseania>,
        <http://lexvo.org/id/term/spa/Ocean%C3%ADa>,
        <http://lexvo.org/id/term/srp-Latn/Okeanija>,
        <http://lexvo.org/id/term/srp/%D0%9E%D0%BA%D0%B5%D0%B0%D0%BD%D0%B8%D1%98%D0%B0>,
        <http://lexvo.org/id/term/swe/Oceanien>,
        <http://lexvo.org/id/term/swh/Oceania>,
        <http://lexvo.org/id/term/tam/%E0%AE%93%E0%AE%B7%E0%AF%86%E0%AE%A9%E0%AE%BF%E0%AE%AF%E0%AE%BE>,
        <http://lexvo.org/id/term/tel/%E0%B0%92%E0%B0%B7%E0%B1%87%E0%B0%A8%E0%B0%BF%E0%B0%AF>,
        <http://lexvo.org/id/term/tha/%E0%B9%82%E0%B8%AD%E0%B9%80%E0%B8%8A%E0%B8%B5%E0%B8%A2%E0%B9%80%E0%B8%99%E0%B8%B5%E0%B8%A2>,
        <http://lexvo.org/id/term/tir/%E1%8A%A6%E1%88%BD%E1%8A%92%E1%8B%AB>,
        <http://lexvo.org/id/term/ton/%CA%BBOsenia>,
        <http://lexvo.org/id/term/tur/Okyanusya>,
        <http://lexvo.org/id/term/ukr/%D0%9E%D0%BA%D0%B5%D0%B0%D0%BD%D1%96%D1%8F>,
        <http://lexvo.org/id/term/urd/%D8%A7%D9%88%D8%B4%DB%8C%D8%A7%D9%86%DB%8C%D8%A7>,
        <http://lexvo.org/id/term/vie/Ch%C3%A2u%20%C4%90%E1%BA%A1i%20D%C6%B0%C6%A1ng>,
        <http://lexvo.org/id/term/wae/Ozeanie>,
        <http://lexvo.org/id/term/zsm/Oceania>,
        <http://lexvo.org/id/term/zul/i-Oceania> .

<http://lexvo.org/id/un_m49/011> a lvont:GeographicRegion ;
    rdfs:label "Wes-Afrika"@af,
        "ምስራቃዊ አፍሪካ"@am,
        "غرب أفريقيا"@ar,
        "África Occidental"@ast,
        "Qərb afrika"@az,
        "Заходняя Афрыка"@be,
        "Западна Афирка"@bg,
        "পশ্চিমাঞ্চলীয় আফ্রিকা"@bn,
        "Afrika ar Cʼhornôg"@br,
        "पश्चिमी अफ्रीका"@brx,
        "Zapadna Afrika"@bs,
        "Западна Африка"@bs-Cyrl,
        "Àfrica Occidental"@ca,
        "西非"@cmn,
        "西非"@cmn-Hant,
        "Západní Afrika"@cs,
        "Gorllewin Affrica"@cy,
        "Vestafrika"@da,
        "Westafrika"@de,
        "ནུབ་ཕྱོགས་ཀྱི་ཨཕ་རི་ཀ"@dz,
        "Ɣetoɖoƒelɔƒo Afrika nutome"@ee,
        "Δυτική Αφρική"@el,
        "Western Africa"@en,
        "𐐎𐐯𐑅𐐻𐐲𐑉𐑌 𐐈𐑁𐑉𐐲𐐿𐐲"@en-Dsrt,
        "África occidental"@es,
        "Lääne-Aafrika"@et,
        "Afrika mendebaldea"@eu,
        "غرب افریقا"@fa,
        "Länsi-Afrikka"@fi,
        "Kanlurang Africa"@fil,
        "Vesturafrika"@fo,
        "Afrique occidentale"@fr,
        "Afriche ocidentâl"@fur,
        "an Afraic Iartharach"@ga,
        "Afraga an Iar"@gd,
        "África Occidental"@gl,
        "Weschtafrika"@gsw,
        "પશ્ચિમ આફ્રિકા"@gu,
        "מערב אפריקה"@he,
        "पश्चिमी अफ्रीका"@hi,
        "Zapadna Afrika"@hr,
        "Nyugat-Afrika"@hu,
        "Արևմտյան Աֆրիկա"@hy,
        "Afrika Barat"@id,
        "Vestur-Afríka"@is,
        "Africa occidentale"@it,
        "西アフリカ"@ja,
        "დასავლეთი აფრიკა"@ka,
        "Afrika Osidental"@kea,
        "Батыс Африка"@kk,
        "Afrika Killiit"@kl,
        "អាព្រិក​ខាង​លិច"@km,
        "ಪಶ್ಚಿಮ ಆಫ್ರಿಕಾ"@kn,
        "서아프리카"@ko,
        "مَغریٖبی اَفریٖکا"@ks,
        "Wäß-Affrika"@ksh,
        "Afríka ya Wɛ́sita"@ln,
        "ແອບຟຣິກາຕາເວັນຕົກ"@lo,
        "Vakarų Afrika"@lt,
        "Rietumāfrika"@lv,
        "Западна Африка"@mk,
        "പശ്ചിമ ആഫ്രിക്ക"@ml,
        "पश्चिम अफ्रिका"@mr,
        "Affrika tal-Punent"@mt,
        "အနောက် အာဖရိက"@my,
        "Vest-Afrika"@nb,
        "पश्चिमी अफ्रिका"@ne,
        "West-Afrika"@nl,
        "Vest-Afrika"@nn,
        "ପଶ୍ଚିମ ଆଫ୍ରିକା"@or,
        "Afryka Zachodnia"@pl,
        "África Ocidental"@pt,
        "Africa dal Vest"@rm,
        "Africa Occidentală"@ro,
        "Западная Африка"@ru,
        "Oarji-Afrihká"@se,
        "oarji-Afrihkká"@se,
        "බටහිරදිග අප්‍රිකාව"@si,
        "Západná Afrika"@sk,
        "Zahodna Afrika"@sl,
        "Западна Африка"@sr,
        "Zapadna Afrika"@sr-Latn,
        "Västafrika"@sv,
        "Afrika ya Magharibi"@swh,
        "மேற்கு ஆப்ரிக்கா"@ta,
        "పడమటి ఆఫ్రికా"@te,
        "แอฟริกาตะวันตก"@th,
        "ምዕራባዊ አፍሪካ"@ti,
        "ʻAfilika hihifo"@to,
        "Batı Afrika"@tr,
        "Західна Африка"@uk,
        "مغربی افریقہ"@ur,
        "Tây Phi"@vi,
        "Weštafrika"@wae,
        "Afrika Barat"@zsm,
        "e-Western Africa"@zu ;
    lvont:label <http://lexvo.org/id/term/afr/Wes-Afrika>,
        <http://lexvo.org/id/term/amh/%E1%88%9D%E1%88%B5%E1%88%AB%E1%89%83%E1%8B%8A%20%E1%8A%A0%E1%8D%8D%E1%88%AA%E1%8A%AB>,
        <http://lexvo.org/id/term/ara/%D8%BA%D8%B1%D8%A8%20%D8%A3%D9%81%D8%B1%D9%8A%D9%82%D9%8A%D8%A7>,
        <http://lexvo.org/id/term/ast/%C3%81frica%20Occidental>,
        <http://lexvo.org/id/term/aze/Q%C9%99rb%20afrika>,
        <http://lexvo.org/id/term/bel/%D0%97%D0%B0%D1%85%D0%BE%D0%B4%D0%BD%D1%8F%D1%8F%20%D0%90%D1%84%D1%80%D1%8B%D0%BA%D0%B0>,
        <http://lexvo.org/id/term/ben/%E0%A6%AA%E0%A6%B6%E0%A7%8D%E0%A6%9A%E0%A6%BF%E0%A6%AE%E0%A6%BE%E0%A6%9E%E0%A7%8D%E0%A6%9A%E0%A6%B2%E0%A7%80%E0%A6%AF%E0%A6%BC%20%E0%A6%86%E0%A6%AB%E0%A7%8D%E0%A6%B0%E0%A6%BF%E0%A6%95%E0%A6%BE>,
        <http://lexvo.org/id/term/bos-Cyrl/%D0%97%D0%B0%D0%BF%D0%B0%D0%B4%D0%BD%D0%B0%20%D0%90%D1%84%D1%80%D0%B8%D0%BA%D0%B0>,
        <http://lexvo.org/id/term/bos/Zapadna%20Afrika>,
        <http://lexvo.org/id/term/bre/Afrika%20ar%20C%CA%BChorn%C3%B4g>,
        <http://lexvo.org/id/term/brx/%E0%A4%AA%E0%A4%B6%E0%A5%8D%E0%A4%9A%E0%A4%BF%E0%A4%AE%E0%A5%80%20%E0%A4%85%E0%A4%AB%E0%A5%8D%E0%A4%B0%E0%A5%80%E0%A4%95%E0%A4%BE>,
        <http://lexvo.org/id/term/bul/%D0%97%D0%B0%D0%BF%D0%B0%D0%B4%D0%BD%D0%B0%20%D0%90%D1%84%D0%B8%D1%80%D0%BA%D0%B0>,
        <http://lexvo.org/id/term/cat/%C3%80frica%20Occidental>,
        <http://lexvo.org/id/term/ces/Z%C3%A1padn%C3%AD%20Afrika>,
        <http://lexvo.org/id/term/cmn-Hant/%E8%A5%BF%E9%9D%9E>,
        <http://lexvo.org/id/term/cmn/%E8%A5%BF%E9%9D%9E>,
        <http://lexvo.org/id/term/cym/Gorllewin%20Affrica>,
        <http://lexvo.org/id/term/dan/Vestafrika>,
        <http://lexvo.org/id/term/deu/Westafrika>,
        <http://lexvo.org/id/term/dzo/%E0%BD%93%E0%BD%B4%E0%BD%96%E0%BC%8B%E0%BD%95%E0%BE%B1%E0%BD%BC%E0%BD%82%E0%BD%A6%E0%BC%8B%E0%BD%80%E0%BE%B1%E0%BD%B2%E0%BC%8B%E0%BD%A8%E0%BD%95%E0%BC%8B%E0%BD%A2%E0%BD%B2%E0%BC%8B%E0%BD%80>,
        <http://lexvo.org/id/term/ell/%CE%94%CF%85%CF%84%CE%B9%CE%BA%CE%AE%20%CE%91%CF%86%CF%81%CE%B9%CE%BA%CE%AE>,
        <http://lexvo.org/id/term/eng-Dsrt/%F0%90%90%8E%F0%90%90%AF%F0%90%91%85%F0%90%90%BB%F0%90%90%B2%F0%90%91%89%F0%90%91%8C%20%F0%90%90%88%F0%90%91%81%F0%90%91%89%F0%90%90%B2%F0%90%90%BF%F0%90%90%B2>,
        <http://lexvo.org/id/term/eng/Western%20Africa>,
        <http://lexvo.org/id/term/est/L%C3%A4%C3%A4ne-Aafrika>,
        <http://lexvo.org/id/term/eus/Afrika%20mendebaldea>,
        <http://lexvo.org/id/term/ewe/%C6%94eto%C9%96o%C6%92el%C9%94%C6%92o%20Afrika%20nutome>,
        <http://lexvo.org/id/term/fao/Vesturafrika>,
        <http://lexvo.org/id/term/fas/%D8%BA%D8%B1%D8%A8%20%D8%A7%D9%81%D8%B1%DB%8C%D9%82%D8%A7>,
        <http://lexvo.org/id/term/fil/Kanlurang%20Africa>,
        <http://lexvo.org/id/term/fin/L%C3%A4nsi-Afrikka>,
        <http://lexvo.org/id/term/fra/Afrique%20occidentale>,
        <http://lexvo.org/id/term/fur/Afriche%20ocident%C3%A2l>,
        <http://lexvo.org/id/term/gla/Afraga%20an%20Iar>,
        <http://lexvo.org/id/term/gle/an%20Afraic%20Iartharach>,
        <http://lexvo.org/id/term/glg/%C3%81frica%20Occidental>,
        <http://lexvo.org/id/term/gsw/Weschtafrika>,
        <http://lexvo.org/id/term/guj/%E0%AA%AA%E0%AA%B6%E0%AB%8D%E0%AA%9A%E0%AA%BF%E0%AA%AE%20%E0%AA%86%E0%AA%AB%E0%AB%8D%E0%AA%B0%E0%AA%BF%E0%AA%95%E0%AA%BE>,
        <http://lexvo.org/id/term/heb/%D7%9E%D7%A2%D7%A8%D7%91%20%D7%90%D7%A4%D7%A8%D7%99%D7%A7%D7%94>,
        <http://lexvo.org/id/term/hin/%E0%A4%AA%E0%A4%B6%E0%A5%8D%E0%A4%9A%E0%A4%BF%E0%A4%AE%E0%A5%80%20%E0%A4%85%E0%A4%AB%E0%A5%8D%E0%A4%B0%E0%A5%80%E0%A4%95%E0%A4%BE>,
        <http://lexvo.org/id/term/hrv/Zapadna%20Afrika>,
        <http://lexvo.org/id/term/hun/Nyugat-Afrika>,
        <http://lexvo.org/id/term/hye/%D4%B1%D6%80%D6%87%D5%B4%D5%BF%D5%B5%D5%A1%D5%B6%20%D4%B1%D6%86%D6%80%D5%AB%D5%AF%D5%A1>,
        <http://lexvo.org/id/term/ind/Afrika%20Barat>,
        <http://lexvo.org/id/term/isl/Vestur-Afr%C3%ADka>,
        <http://lexvo.org/id/term/ita/Africa%20occidentale>,
        <http://lexvo.org/id/term/jpn/%E8%A5%BF%E3%82%A2%E3%83%95%E3%83%AA%E3%82%AB>,
        <http://lexvo.org/id/term/kal/Afrika%20Killiit>,
        <http://lexvo.org/id/term/kan/%E0%B2%AA%E0%B2%B6%E0%B3%8D%E0%B2%9A%E0%B2%BF%E0%B2%AE%20%E0%B2%86%E0%B2%AB%E0%B3%8D%E0%B2%B0%E0%B2%BF%E0%B2%95%E0%B2%BE>,
        <http://lexvo.org/id/term/kas/%D9%85%D9%8E%D8%BA%D8%B1%DB%8C%D9%96%D8%A8%DB%8C%20%D8%A7%D9%8E%D9%81%D8%B1%DB%8C%D9%96%DA%A9%D8%A7>,
        <http://lexvo.org/id/term/kat/%E1%83%93%E1%83%90%E1%83%A1%E1%83%90%E1%83%95%E1%83%9A%E1%83%94%E1%83%97%E1%83%98%20%E1%83%90%E1%83%A4%E1%83%A0%E1%83%98%E1%83%99%E1%83%90>,
        <http://lexvo.org/id/term/kaz/%D0%91%D0%B0%D1%82%D1%8B%D1%81%20%D0%90%D1%84%D1%80%D0%B8%D0%BA%D0%B0>,
        <http://lexvo.org/id/term/kea/Afrika%20Osidental>,
        <http://lexvo.org/id/term/khm/%E1%9E%A2%E1%9E%B6%E1%9E%96%E1%9F%92%E1%9E%9A%E1%9E%B7%E1%9E%80%E2%80%8B%E1%9E%81%E1%9E%B6%E1%9E%84%E2%80%8B%E1%9E%9B%E1%9E%B7%E1%9E%85>,
        <http://lexvo.org/id/term/kor/%EC%84%9C%EC%95%84%ED%94%84%EB%A6%AC%EC%B9%B4>,
        <http://lexvo.org/id/term/ksh/W%C3%A4%C3%9F-Affrika>,
        <http://lexvo.org/id/term/lao/%E0%BB%81%E0%BA%AD%E0%BA%9A%E0%BA%9F%E0%BA%A3%E0%BA%B4%E0%BA%81%E0%BA%B2%E0%BA%95%E0%BA%B2%E0%BB%80%E0%BA%A7%E0%BA%B1%E0%BA%99%E0%BA%95%E0%BA%BB%E0%BA%81>,
        <http://lexvo.org/id/term/lav/Rietum%C4%81frika>,
        <http://lexvo.org/id/term/lin/Afr%C3%ADka%20ya%20W%C9%9B%CC%81sita>,
        <http://lexvo.org/id/term/lit/Vakar%C5%B3%20Afrika>,
        <http://lexvo.org/id/term/mal/%E0%B4%AA%E0%B4%B6%E0%B5%8D%E0%B4%9A%E0%B4%BF%E0%B4%AE%20%E0%B4%86%E0%B4%AB%E0%B5%8D%E0%B4%B0%E0%B4%BF%E0%B4%95%E0%B5%8D%E0%B4%95>,
        <http://lexvo.org/id/term/mar/%E0%A4%AA%E0%A4%B6%E0%A5%8D%E0%A4%9A%E0%A4%BF%E0%A4%AE%20%E0%A4%85%E0%A4%AB%E0%A5%8D%E0%A4%B0%E0%A4%BF%E0%A4%95%E0%A4%BE>,
        <http://lexvo.org/id/term/mkd/%D0%97%D0%B0%D0%BF%D0%B0%D0%B4%D0%BD%D0%B0%20%D0%90%D1%84%D1%80%D0%B8%D0%BA%D0%B0>,
        <http://lexvo.org/id/term/mlt/Affrika%20tal-Punent>,
        <http://lexvo.org/id/term/mya/%E1%80%A1%E1%80%94%E1%80%B1%E1%80%AC%E1%80%80%E1%80%BA%20%E1%80%A1%E1%80%AC%E1%80%96%E1%80%9B%E1%80%AD%E1%80%80>,
        <http://lexvo.org/id/term/nep/%E0%A4%AA%E0%A4%B6%E0%A5%8D%E0%A4%9A%E0%A4%BF%E0%A4%AE%E0%A5%80%20%E0%A4%85%E0%A4%AB%E0%A5%8D%E0%A4%B0%E0%A4%BF%E0%A4%95%E0%A4%BE>,
        <http://lexvo.org/id/term/nld/West-Afrika>,
        <http://lexvo.org/id/term/nno/Vest-Afrika>,
        <http://lexvo.org/id/term/nob/Vest-Afrika>,
        <http://lexvo.org/id/term/ori/%E0%AC%AA%E0%AC%B6%E0%AD%8D%E0%AC%9A%E0%AC%BF%E0%AC%AE%20%E0%AC%86%E0%AC%AB%E0%AD%8D%E0%AC%B0%E0%AC%BF%E0%AC%95%E0%AC%BE>,
        <http://lexvo.org/id/term/pol/Afryka%20Zachodnia>,
        <http://lexvo.org/id/term/por/%C3%81frica%20Ocidental>,
        <http://lexvo.org/id/term/roh/Africa%20dal%20Vest>,
        <http://lexvo.org/id/term/ron/Africa%20Occidental%C4%83>,
        <http://lexvo.org/id/term/rus/%D0%97%D0%B0%D0%BF%D0%B0%D0%B4%D0%BD%D0%B0%D1%8F%20%D0%90%D1%84%D1%80%D0%B8%D0%BA%D0%B0>,
        <http://lexvo.org/id/term/sin/%E0%B6%B6%E0%B6%A7%E0%B7%84%E0%B7%92%E0%B6%BB%E0%B6%AF%E0%B7%92%E0%B6%9C%20%E0%B6%85%E0%B6%B4%E0%B7%8A%E2%80%8D%E0%B6%BB%E0%B7%92%E0%B6%9A%E0%B7%8F%E0%B7%80>,
        <http://lexvo.org/id/term/slk/Z%C3%A1padn%C3%A1%20Afrika>,
        <http://lexvo.org/id/term/slv/Zahodna%20Afrika>,
        <http://lexvo.org/id/term/sme/Oarji-Afrihk%C3%A1>,
        <http://lexvo.org/id/term/sme/oarji-Afrihkk%C3%A1>,
        <http://lexvo.org/id/term/spa/%C3%81frica%20occidental>,
        <http://lexvo.org/id/term/srp-Latn/Zapadna%20Afrika>,
        <http://lexvo.org/id/term/srp/%D0%97%D0%B0%D0%BF%D0%B0%D0%B4%D0%BD%D0%B0%20%D0%90%D1%84%D1%80%D0%B8%D0%BA%D0%B0>,
        <http://lexvo.org/id/term/swe/V%C3%A4stafrika>,
        <http://lexvo.org/id/term/swh/Afrika%20ya%20Magharibi>,
        <http://lexvo.org/id/term/tam/%E0%AE%AE%E0%AF%87%E0%AE%B1%E0%AF%8D%E0%AE%95%E0%AF%81%20%E0%AE%86%E0%AE%AA%E0%AF%8D%E0%AE%B0%E0%AE%BF%E0%AE%95%E0%AF%8D%E0%AE%95%E0%AE%BE>,
        <http://lexvo.org/id/term/tel/%E0%B0%AA%E0%B0%A1%E0%B0%AE%E0%B0%9F%E0%B0%BF%20%E0%B0%86%E0%B0%AB%E0%B1%8D%E0%B0%B0%E0%B0%BF%E0%B0%95%E0%B0%BE>,
        <http://lexvo.org/id/term/tha/%E0%B9%81%E0%B8%AD%E0%B8%9F%E0%B8%A3%E0%B8%B4%E0%B8%81%E0%B8%B2%E0%B8%95%E0%B8%B0%E0%B8%A7%E0%B8%B1%E0%B8%99%E0%B8%95%E0%B8%81>,
        <http://lexvo.org/id/term/tir/%E1%88%9D%E1%8B%95%E1%88%AB%E1%89%A3%E1%8B%8A%20%E1%8A%A0%E1%8D%8D%E1%88%AA%E1%8A%AB>,
        <http://lexvo.org/id/term/ton/%CA%BBAfilika%20hihifo>,
        <http://lexvo.org/id/term/tur/Bat%C4%B1%20Afrika>,
        <http://lexvo.org/id/term/ukr/%D0%97%D0%B0%D1%85%D1%96%D0%B4%D0%BD%D0%B0%20%D0%90%D1%84%D1%80%D0%B8%D0%BA%D0%B0>,
        <http://lexvo.org/id/term/urd/%D9%85%D8%BA%D8%B1%D8%A8%DB%8C%20%D8%A7%D9%81%D8%B1%DB%8C%D9%82%DB%81>,
        <http://lexvo.org/id/term/vie/T%C3%A2y%20Phi>,
        <http://lexvo.org/id/term/wae/We%C5%A1tafrika>,
        <http://lexvo.org/id/term/zsm/Afrika%20Barat>,
        <http://lexvo.org/id/term/zul/e-Western%20Africa> .

<http://lexvo.org/id/un_m49/013> a lvont:GeographicRegion ;
    rdfs:label "Sentraal-Amerika"@af,
        "መካከለኛው አሜሪካ"@am,
        "أمريكا الوسطى"@ar,
        "América Central"@ast,
        "Orta Amerika"@az,
        "Цэнтральная Амэрыка"@be,
        "Централна Америка"@bg,
        "মধ্য আমেরিকা"@bn,
        "Kreizamerika"@br,
        "मध्य अमरिका"@brx,
        "Centralna Amerika"@bs,
        "Централна Америка"@bs-Cyrl,
        "Amèrica Central"@ca,
        "中美洲"@cmn,
        "中美"@cmn-Hant,
        "中美洲"@cmn-Hant,
        "Střední Amerika"@cs,
        "Canolbarth America"@cy,
        "Mellemamerika"@da,
        "Mittelamerika"@de,
        "བར་ཕྱོགས་ཨ་མི་རི་ཀ"@dz,
        "Titina Amerika nutome"@ee,
        "Κεντρική Αμερική"@el,
        "Central America"@en,
        "𐐝𐐯𐑌𐐻𐑉𐐲𐑊 𐐊𐑋𐐯𐑉𐐲𐐿𐐲"@en-Dsrt,
        "Centroamérica"@es,
        "Kesk-Ameerika"@et,
        "Erdialdeko Amerika"@eu,
        "امریکای مرکزی"@fa,
        "Väli-Amerikka"@fi,
        "Gitnang Amerika"@fil,
        "Sentralamerika"@fo,
        "Amérique centrale"@fr,
        "Americhe centrâl"@fur,
        "Meiriceá Láir"@ga,
        "Meadhan Aimearaga"@gd,
        "América Central"@gl,
        "Mittelameerika"@gsw,
        "મધ્ય અમેરિકા"@gu,
        "מרכז אמריקה"@he,
        "मध्य अमरीका"@hi,
        "Centralna Amerika"@hr,
        "Közép-Amerika"@hu,
        "Amerika Tengah"@id,
        "Mið-Ameríka"@is,
        "America centrale"@it,
        "中央アメリカ"@ja,
        "ცენტრალური ამერიკა"@ka,
        "Merka Sentral"@kea,
        "Орталық Америка"@kk,
        "America Qitiusumik"@kl,
        "អាមេរិក​កណ្ដាល"@km,
        "ಮಧ್ಯ ಅಮೇರಿಕಾ"@kn,
        "중앙 아메리카"@ko,
        "مرکٔزی اَمریٖکا"@ks,
        "Meddelammärrika"@ksh,
        "Ameríka ya káti"@ln,
        "ອາເມລິກາກາງ"@lo,
        "Centrinė Amerika"@lt,
        "Centrālamerika"@lv,
        "Централна Америка"@mk,
        "മദ്ധ്യഅമേരിക്ക"@ml,
        "मध्य अमेरीका"@mr,
        "Amerika Ċentrali"@mt,
        "အလယ်ပိုင်း အမေရိက"@my,
        "Sentral-Amerika"@nb,
        "केन्द्रीय अमेरिका"@ne,
        "Centraal-Amerika"@nl,
        "Midden-Amerika"@nl,
        "Sentral-Amerika"@nn,
        "ମଧ୍ୟ ଆମେରିକା"@or,
        "Ameryka Środkowa"@pl,
        "América Central"@pt,
        "America Centrala"@rm,
        "America Centrală"@ro,
        "Центральная Америка"@ru,
        "gaska-Amerihkká"@se,
        "මධ්‍යම ඇමෙරිකාව"@si,
        "Stredná Amerika"@sk,
        "Srednja Amerika"@sl,
        "Централна Америка"@sr,
        "Centralna Amerika"@sr-Latn,
        "Centralamerika"@sv,
        "Amerika ya Kati"@swh,
        "மத்திய அமெரிக்கா"@ta,
        "మధ్యమ అమెరికా"@te,
        "อเมริกากลาง"@th,
        "መካከለኛ አሜሪካ [013]"@ti,
        "ʻAmelika lotoloto"@to,
        "Orta Amerika"@tr,
        "Центральна Америка"@uk,
        "وسطی امریکہ"@ur,
        "Trung Mỹ"@vi,
        "Zentralamerika"@wae,
        "Amerika Tengah"@zsm,
        "i-Central America"@zu ;
    lvont:label <http://lexvo.org/id/term/afr/Sentraal-Amerika>,
        <http://lexvo.org/id/term/amh/%E1%88%98%E1%8A%AB%E1%8A%A8%E1%88%88%E1%8A%9B%E1%8B%8D%20%E1%8A%A0%E1%88%9C%E1%88%AA%E1%8A%AB>,
        <http://lexvo.org/id/term/ara/%D8%A3%D9%85%D8%B1%D9%8A%D9%83%D8%A7%20%D8%A7%D9%84%D9%88%D8%B3%D8%B7%D9%89>,
        <http://lexvo.org/id/term/ast/Am%C3%A9rica%20Central>,
        <http://lexvo.org/id/term/aze/Orta%20Amerika>,
        <http://lexvo.org/id/term/bel/%D0%A6%D1%8D%D0%BD%D1%82%D1%80%D0%B0%D0%BB%D1%8C%D0%BD%D0%B0%D1%8F%20%D0%90%D0%BC%D1%8D%D1%80%D1%8B%D0%BA%D0%B0>,
        <http://lexvo.org/id/term/ben/%E0%A6%AE%E0%A6%A7%E0%A7%8D%E0%A6%AF%20%E0%A6%86%E0%A6%AE%E0%A7%87%E0%A6%B0%E0%A6%BF%E0%A6%95%E0%A6%BE>,
        <http://lexvo.org/id/term/bos-Cyrl/%D0%A6%D0%B5%D0%BD%D1%82%D1%80%D0%B0%D0%BB%D0%BD%D0%B0%20%D0%90%D0%BC%D0%B5%D1%80%D0%B8%D0%BA%D0%B0>,
        <http://lexvo.org/id/term/bos/Centralna%20Amerika>,
        <http://lexvo.org/id/term/bre/Kreizamerika>,
        <http://lexvo.org/id/term/brx/%E0%A4%AE%E0%A4%A7%E0%A5%8D%E0%A4%AF%20%E0%A4%85%E0%A4%AE%E0%A4%B0%E0%A4%BF%E0%A4%95%E0%A4%BE>,
        <http://lexvo.org/id/term/bul/%D0%A6%D0%B5%D0%BD%D1%82%D1%80%D0%B0%D0%BB%D0%BD%D0%B0%20%D0%90%D0%BC%D0%B5%D1%80%D0%B8%D0%BA%D0%B0>,
        <http://lexvo.org/id/term/cat/Am%C3%A8rica%20Central>,
        <http://lexvo.org/id/term/ces/St%C5%99edn%C3%AD%20Amerika>,
        <http://lexvo.org/id/term/cmn-Hant/%E4%B8%AD%E7%BE%8E>,
        <http://lexvo.org/id/term/cmn-Hant/%E4%B8%AD%E7%BE%8E%E6%B4%B2>,
        <http://lexvo.org/id/term/cmn/%E4%B8%AD%E7%BE%8E%E6%B4%B2>,
        <http://lexvo.org/id/term/cym/Canolbarth%20America>,
        <http://lexvo.org/id/term/dan/Mellemamerika>,
        <http://lexvo.org/id/term/deu/Mittelamerika>,
        <http://lexvo.org/id/term/dzo/%E0%BD%96%E0%BD%A2%E0%BC%8B%E0%BD%95%E0%BE%B1%E0%BD%BC%E0%BD%82%E0%BD%A6%E0%BC%8B%E0%BD%A8%E0%BC%8B%E0%BD%98%E0%BD%B2%E0%BC%8B%E0%BD%A2%E0%BD%B2%E0%BC%8B%E0%BD%80>,
        <http://lexvo.org/id/term/ell/%CE%9A%CE%B5%CE%BD%CF%84%CF%81%CE%B9%CE%BA%CE%AE%20%CE%91%CE%BC%CE%B5%CF%81%CE%B9%CE%BA%CE%AE>,
        <http://lexvo.org/id/term/eng-Dsrt/%F0%90%90%9D%F0%90%90%AF%F0%90%91%8C%F0%90%90%BB%F0%90%91%89%F0%90%90%B2%F0%90%91%8A%20%F0%90%90%8A%F0%90%91%8B%F0%90%90%AF%F0%90%91%89%F0%90%90%B2%F0%90%90%BF%F0%90%90%B2>,
        <http://lexvo.org/id/term/eng/Central%20America>,
        <http://lexvo.org/id/term/est/Kesk-Ameerika>,
        <http://lexvo.org/id/term/eus/Erdialdeko%20Amerika>,
        <http://lexvo.org/id/term/ewe/Titina%20Amerika%20nutome>,
        <http://lexvo.org/id/term/fao/Sentralamerika>,
        <http://lexvo.org/id/term/fas/%D8%A7%D9%85%D8%B1%DB%8C%DA%A9%D8%A7%DB%8C%20%D9%85%D8%B1%DA%A9%D8%B2%DB%8C>,
        <http://lexvo.org/id/term/fil/Gitnang%20Amerika>,
        <http://lexvo.org/id/term/fin/V%C3%A4li-Amerikka>,
        <http://lexvo.org/id/term/fra/Am%C3%A9rique%20centrale>,
        <http://lexvo.org/id/term/fur/Americhe%20centr%C3%A2l>,
        <http://lexvo.org/id/term/gla/Meadhan%20Aimearaga>,
        <http://lexvo.org/id/term/gle/Meirice%C3%A1%20L%C3%A1ir>,
        <http://lexvo.org/id/term/glg/Am%C3%A9rica%20Central>,
        <http://lexvo.org/id/term/gsw/Mittelameerika>,
        <http://lexvo.org/id/term/guj/%E0%AA%AE%E0%AA%A7%E0%AB%8D%E0%AA%AF%20%E0%AA%85%E0%AA%AE%E0%AB%87%E0%AA%B0%E0%AA%BF%E0%AA%95%E0%AA%BE>,
        <http://lexvo.org/id/term/heb/%D7%9E%D7%A8%D7%9B%D7%96%20%D7%90%D7%9E%D7%A8%D7%99%D7%A7%D7%94>,
        <http://lexvo.org/id/term/hin/%E0%A4%AE%E0%A4%A7%E0%A5%8D%E0%A4%AF%20%E0%A4%85%E0%A4%AE%E0%A4%B0%E0%A5%80%E0%A4%95%E0%A4%BE>,
        <http://lexvo.org/id/term/hrv/Centralna%20Amerika>,
        <http://lexvo.org/id/term/hun/K%C3%B6z%C3%A9p-Amerika>,
        <http://lexvo.org/id/term/ind/Amerika%20Tengah>,
        <http://lexvo.org/id/term/isl/Mi%C3%B0-Amer%C3%ADka>,
        <http://lexvo.org/id/term/ita/America%20centrale>,
        <http://lexvo.org/id/term/jpn/%E4%B8%AD%E5%A4%AE%E3%82%A2%E3%83%A1%E3%83%AA%E3%82%AB>,
        <http://lexvo.org/id/term/kal/America%20Qitiusumik>,
        <http://lexvo.org/id/term/kan/%E0%B2%AE%E0%B2%A7%E0%B3%8D%E0%B2%AF%20%E0%B2%85%E0%B2%AE%E0%B3%87%E0%B2%B0%E0%B2%BF%E0%B2%95%E0%B2%BE>,
        <http://lexvo.org/id/term/kas/%D9%85%D8%B1%DA%A9%D9%94%D8%B2%DB%8C%20%D8%A7%D9%8E%D9%85%D8%B1%DB%8C%D9%96%DA%A9%D8%A7>,
        <http://lexvo.org/id/term/kat/%E1%83%AA%E1%83%94%E1%83%9C%E1%83%A2%E1%83%A0%E1%83%90%E1%83%9A%E1%83%A3%E1%83%A0%E1%83%98%20%E1%83%90%E1%83%9B%E1%83%94%E1%83%A0%E1%83%98%E1%83%99%E1%83%90>,
        <http://lexvo.org/id/term/kaz/%D0%9E%D1%80%D1%82%D0%B0%D0%BB%D1%8B%D2%9B%20%D0%90%D0%BC%D0%B5%D1%80%D0%B8%D0%BA%D0%B0>,
        <http://lexvo.org/id/term/kea/Merka%20Sentral>,
        <http://lexvo.org/id/term/khm/%E1%9E%A2%E1%9E%B6%E1%9E%98%E1%9F%81%E1%9E%9A%E1%9E%B7%E1%9E%80%E2%80%8B%E1%9E%80%E1%9E%8E%E1%9F%92%E1%9E%8A%E1%9E%B6%E1%9E%9B>,
        <http://lexvo.org/id/term/kor/%EC%A4%91%EC%95%99%20%EC%95%84%EB%A9%94%EB%A6%AC%EC%B9%B4>,
        <http://lexvo.org/id/term/ksh/Meddelamm%C3%A4rrika>,
        <http://lexvo.org/id/term/lao/%E0%BA%AD%E0%BA%B2%E0%BB%80%E0%BA%A1%E0%BA%A5%E0%BA%B4%E0%BA%81%E0%BA%B2%E0%BA%81%E0%BA%B2%E0%BA%87>,
        <http://lexvo.org/id/term/lav/Centr%C4%81lamerika>,
        <http://lexvo.org/id/term/lin/Amer%C3%ADka%20ya%20k%C3%A1ti>,
        <http://lexvo.org/id/term/lit/Centrin%C4%97%20Amerika>,
        <http://lexvo.org/id/term/mal/%E0%B4%AE%E0%B4%A6%E0%B5%8D%E0%B4%A7%E0%B5%8D%E0%B4%AF%E0%B4%85%E0%B4%AE%E0%B5%87%E0%B4%B0%E0%B4%BF%E0%B4%95%E0%B5%8D%E0%B4%95>,
        <http://lexvo.org/id/term/mar/%E0%A4%AE%E0%A4%A7%E0%A5%8D%E0%A4%AF%20%E0%A4%85%E0%A4%AE%E0%A5%87%E0%A4%B0%E0%A5%80%E0%A4%95%E0%A4%BE>,
        <http://lexvo.org/id/term/mkd/%D0%A6%D0%B5%D0%BD%D1%82%D1%80%D0%B0%D0%BB%D0%BD%D0%B0%20%D0%90%D0%BC%D0%B5%D1%80%D0%B8%D0%BA%D0%B0>,
        <http://lexvo.org/id/term/mlt/Amerika%20%C4%8Aentrali>,
        <http://lexvo.org/id/term/mya/%E1%80%A1%E1%80%9C%E1%80%9A%E1%80%BA%E1%80%95%E1%80%AD%E1%80%AF%E1%80%84%E1%80%BA%E1%80%B8%20%E1%80%A1%E1%80%99%E1%80%B1%E1%80%9B%E1%80%AD%E1%80%80>,
        <http://lexvo.org/id/term/nep/%E0%A4%95%E0%A5%87%E0%A4%A8%E0%A5%8D%E0%A4%A6%E0%A5%8D%E0%A4%B0%E0%A5%80%E0%A4%AF%20%E0%A4%85%E0%A4%AE%E0%A5%87%E0%A4%B0%E0%A4%BF%E0%A4%95%E0%A4%BE>,
        <http://lexvo.org/id/term/nld/Centraal-Amerika>,
        <http://lexvo.org/id/term/nld/Midden-Amerika>,
        <http://lexvo.org/id/term/nno/Sentral-Amerika>,
        <http://lexvo.org/id/term/nob/Sentral-Amerika>,
        <http://lexvo.org/id/term/ori/%E0%AC%AE%E0%AC%A7%E0%AD%8D%E0%AD%9F%20%E0%AC%86%E0%AC%AE%E0%AD%87%E0%AC%B0%E0%AC%BF%E0%AC%95%E0%AC%BE>,
        <http://lexvo.org/id/term/pol/Ameryka%20%C5%9Arodkowa>,
        <http://lexvo.org/id/term/por/Am%C3%A9rica%20Central>,
        <http://lexvo.org/id/term/roh/America%20Centrala>,
        <http://lexvo.org/id/term/ron/America%20Central%C4%83>,
        <http://lexvo.org/id/term/rus/%D0%A6%D0%B5%D0%BD%D1%82%D1%80%D0%B0%D0%BB%D1%8C%D0%BD%D0%B0%D1%8F%20%D0%90%D0%BC%D0%B5%D1%80%D0%B8%D0%BA%D0%B0>,
        <http://lexvo.org/id/term/sin/%E0%B6%B8%E0%B6%B0%E0%B7%8A%E2%80%8D%E0%B6%BA%E0%B6%B8%20%E0%B6%87%E0%B6%B8%E0%B7%99%E0%B6%BB%E0%B7%92%E0%B6%9A%E0%B7%8F%E0%B7%80>,
        <http://lexvo.org/id/term/slk/Stredn%C3%A1%20Amerika>,
        <http://lexvo.org/id/term/slv/Srednja%20Amerika>,
        <http://lexvo.org/id/term/sme/gaska-Amerihkk%C3%A1>,
        <http://lexvo.org/id/term/spa/Centroam%C3%A9rica>,
        <http://lexvo.org/id/term/srp-Latn/Centralna%20Amerika>,
        <http://lexvo.org/id/term/srp/%D0%A6%D0%B5%D0%BD%D1%82%D1%80%D0%B0%D0%BB%D0%BD%D0%B0%20%D0%90%D0%BC%D0%B5%D1%80%D0%B8%D0%BA%D0%B0>,
        <http://lexvo.org/id/term/swe/Centralamerika>,
        <http://lexvo.org/id/term/swh/Amerika%20ya%20Kati>,
        <http://lexvo.org/id/term/tam/%E0%AE%AE%E0%AE%A4%E0%AF%8D%E0%AE%A4%E0%AE%BF%E0%AE%AF%20%E0%AE%85%E0%AE%AE%E0%AF%86%E0%AE%B0%E0%AE%BF%E0%AE%95%E0%AF%8D%E0%AE%95%E0%AE%BE>,
        <http://lexvo.org/id/term/tel/%E0%B0%AE%E0%B0%A7%E0%B1%8D%E0%B0%AF%E0%B0%AE%20%E0%B0%85%E0%B0%AE%E0%B1%86%E0%B0%B0%E0%B0%BF%E0%B0%95%E0%B0%BE>,
        <http://lexvo.org/id/term/tha/%E0%B8%AD%E0%B9%80%E0%B8%A1%E0%B8%A3%E0%B8%B4%E0%B8%81%E0%B8%B2%E0%B8%81%E0%B8%A5%E0%B8%B2%E0%B8%87>,
        <http://lexvo.org/id/term/tir/%E1%88%98%E1%8A%AB%E1%8A%A8%E1%88%88%E1%8A%9B%20%E1%8A%A0%E1%88%9C%E1%88%AA%E1%8A%AB%20%5B013%5D>,
        <http://lexvo.org/id/term/ton/%CA%BBAmelika%20lotoloto>,
        <http://lexvo.org/id/term/tur/Orta%20Amerika>,
        <http://lexvo.org/id/term/ukr/%D0%A6%D0%B5%D0%BD%D1%82%D1%80%D0%B0%D0%BB%D1%8C%D0%BD%D0%B0%20%D0%90%D0%BC%D0%B5%D1%80%D0%B8%D0%BA%D0%B0>,
        <http://lexvo.org/id/term/urd/%D9%88%D8%B3%D8%B7%DB%8C%20%D8%A7%D9%85%D8%B1%DB%8C%DA%A9%DB%81>,
        <http://lexvo.org/id/term/vie/Trung%20M%E1%BB%B9>,
        <http://lexvo.org/id/term/wae/Zentralamerika>,
        <http://lexvo.org/id/term/zsm/Amerika%20Tengah>,
        <http://lexvo.org/id/term/zul/i-Central%20America> .

<http://lexvo.org/id/un_m49/014> a lvont:GeographicRegion ;
    rdfs:label "Oos-Afrika"@af,
        "ምዕራባዊ አፍሪካ"@am,
        "شرق أفريقيا"@ar,
        "África Oriental"@ast,
        "Şərq Afrika"@az,
        "Усходняя Афрыка"@be,
        "Източна Африка"@bg,
        "পূর্ব আফ্রিকা"@bn,
        "Afrika ar Reter"@br,
        "पूर्वी अफ्रीका"@brx,
        "Istočna Afrika"@bs,
        "Источна Африка"@bs-Cyrl,
        "Àfrica Oriental"@ca,
        "东非"@cmn,
        "東非"@cmn-Hant,
        "Východní Afrika"@cs,
        "Dwyrain Affrica"@cy,
        "Østafrika"@da,
        "Ostafrika"@de,
        "ཤར་ཕྱོགས་ཀྱི་ཨཕ་རི་ཀ"@dz,
        "Ɣedzeƒe Afrika nutome"@ee,
        "Ανατολική Αφρική"@el,
        "Eastern Africa"@en,
        "𐐀𐑅𐐻𐐲𐑉𐑌 𐐈𐑁𐑉𐐲𐐿𐐲"@en-Dsrt,
        "África oriental"@es,
        "Ida-Aafrika"@et,
        "Afrika ekialdea"@eu,
        "شرق افریقا"@fa,
        "Itä-Afrikka"@fi,
        "Silangang Africa"@fil,
        "Eysturafrika"@fo,
        "Afrique orientale"@fr,
        "Afriche orientâl"@fur,
        "An Afraic Oirthearach"@ga,
        "Afraga an Ear"@gd,
        "África Oriental"@gl,
        "Oschtafrika"@gsw,
        "પૂર્વ અમેરિકા"@gu,
        "מזרח אפריקה"@he,
        "पूर्वी अफ्रीका"@hi,
        "Istočna Afrika"@hr,
        "Kelet-Afrika"@hu,
        "Արևելյան Աֆրիկա"@hy,
        "Afrika Timur"@id,
        "Austur-Afríka"@is,
        "Africa orientale"@it,
        "東アフリカ"@ja,
        "აღმოსავლეთი აფრიკა"@ka,
        "Afrika Oriental"@kea,
        "Шығыс Африка"@kk,
        "Afrika Kangilliit"@kl,
        "អាព្រិក​ខាង​កើត"@km,
        "ಪೂರ್ವ ಆಫ್ರಿಕಾ"@kn,
        "동부 아프리카"@ko,
        "مَشرِقی اَفریٖکا"@ks,
        "Oß-Affrika"@ksh,
        "Afríka ya Ɛ́sita"@ln,
        "ແອບຟຣິກາຕາເວັນອອກ"@lo,
        "Rytų Afrika"@lt,
        "Austrumāfrika"@lv,
        "Источна Африка"@mk,
        "കിഴക്കൻ ആഫ്രിക്ക"@ml,
        "पूर्व अफ्रिका"@mr,
        "Affrika tal-Lvant"@mt,
        "အရှေ့ပိုင်း အာဖရိက"@my,
        "Øst-Afrika"@nb,
        "पूर्वी अफ्रिका"@ne,
        "Oost-Afrika"@nl,
        "Aust-Afrika"@nn,
        "ପୂର୍ବ ଆଫ୍ରିକା"@or,
        "Afryka Wschodnia"@pl,
        "África Oriental"@pt,
        "Africa da l'Ost"@rm,
        "Africa Orientală"@ro,
        "Восточная Африка"@ru,
        "nuorta-Afrihkká"@se,
        "පෙරදිග අප්‍රිකාව"@si,
        "Východná Afrika"@sk,
        "Vzhodna Afrika"@sl,
        "Afrikada Bari"@so,
        "Источна Африка"@sr,
        "Istočna Afrika"@sr-Latn,
        "Östafrika"@sv,
        "Afrika ya Mashariki"@swh,
        "கிழக்கு ஆப்ரிக்கா"@ta,
        "తూర్పు ఆఫ్రికా"@te,
        "แอฟริกาตะวันออก"@th,
        "ምስራቃዊ አፍሪካ"@ti,
        "ʻAfilika hahake"@to,
        "Doğu Afrika"@tr,
        "Східна Африка"@uk,
        "مشرقی افریقہ"@ur,
        "Đông Phi"@vi,
        "Oštafrika"@wae,
        "Afrika Timur"@zsm,
        "e-Eastern Africa"@zu ;
    lvont:label <http://lexvo.org/id/term/afr/Oos-Afrika>,
        <http://lexvo.org/id/term/amh/%E1%88%9D%E1%8B%95%E1%88%AB%E1%89%A3%E1%8B%8A%20%E1%8A%A0%E1%8D%8D%E1%88%AA%E1%8A%AB>,
        <http://lexvo.org/id/term/ara/%D8%B4%D8%B1%D9%82%20%D8%A3%D9%81%D8%B1%D9%8A%D9%82%D9%8A%D8%A7>,
        <http://lexvo.org/id/term/ast/%C3%81frica%20Oriental>,
        <http://lexvo.org/id/term/aze/%C5%9E%C9%99rq%20Afrika>,
        <http://lexvo.org/id/term/bel/%D0%A3%D1%81%D1%85%D0%BE%D0%B4%D0%BD%D1%8F%D1%8F%20%D0%90%D1%84%D1%80%D1%8B%D0%BA%D0%B0>,
        <http://lexvo.org/id/term/ben/%E0%A6%AA%E0%A7%82%E0%A6%B0%E0%A7%8D%E0%A6%AC%20%E0%A6%86%E0%A6%AB%E0%A7%8D%E0%A6%B0%E0%A6%BF%E0%A6%95%E0%A6%BE>,
        <http://lexvo.org/id/term/bos-Cyrl/%D0%98%D1%81%D1%82%D0%BE%D1%87%D0%BD%D0%B0%20%D0%90%D1%84%D1%80%D0%B8%D0%BA%D0%B0>,
        <http://lexvo.org/id/term/bos/Isto%C4%8Dna%20Afrika>,
        <http://lexvo.org/id/term/bre/Afrika%20ar%20Reter>,
        <http://lexvo.org/id/term/brx/%E0%A4%AA%E0%A5%82%E0%A4%B0%E0%A5%8D%E0%A4%B5%E0%A5%80%20%E0%A4%85%E0%A4%AB%E0%A5%8D%E0%A4%B0%E0%A5%80%E0%A4%95%E0%A4%BE>,
        <http://lexvo.org/id/term/bul/%D0%98%D0%B7%D1%82%D0%BE%D1%87%D0%BD%D0%B0%20%D0%90%D1%84%D1%80%D0%B8%D0%BA%D0%B0>,
        <http://lexvo.org/id/term/cat/%C3%80frica%20Oriental>,
        <http://lexvo.org/id/term/ces/V%C3%BDchodn%C3%AD%20Afrika>,
        <http://lexvo.org/id/term/cmn-Hant/%E6%9D%B1%E9%9D%9E>,
        <http://lexvo.org/id/term/cmn/%E4%B8%9C%E9%9D%9E>,
        <http://lexvo.org/id/term/cym/Dwyrain%20Affrica>,
        <http://lexvo.org/id/term/dan/%C3%98stafrika>,
        <http://lexvo.org/id/term/deu/Ostafrika>,
        <http://lexvo.org/id/term/dzo/%E0%BD%A4%E0%BD%A2%E0%BC%8B%E0%BD%95%E0%BE%B1%E0%BD%BC%E0%BD%82%E0%BD%A6%E0%BC%8B%E0%BD%80%E0%BE%B1%E0%BD%B2%E0%BC%8B%E0%BD%A8%E0%BD%95%E0%BC%8B%E0%BD%A2%E0%BD%B2%E0%BC%8B%E0%BD%80>,
        <http://lexvo.org/id/term/ell/%CE%91%CE%BD%CE%B1%CF%84%CE%BF%CE%BB%CE%B9%CE%BA%CE%AE%20%CE%91%CF%86%CF%81%CE%B9%CE%BA%CE%AE>,
        <http://lexvo.org/id/term/eng-Dsrt/%F0%90%90%80%F0%90%91%85%F0%90%90%BB%F0%90%90%B2%F0%90%91%89%F0%90%91%8C%20%F0%90%90%88%F0%90%91%81%F0%90%91%89%F0%90%90%B2%F0%90%90%BF%F0%90%90%B2>,
        <http://lexvo.org/id/term/eng/Eastern%20Africa>,
        <http://lexvo.org/id/term/est/Ida-Aafrika>,
        <http://lexvo.org/id/term/eus/Afrika%20ekialdea>,
        <http://lexvo.org/id/term/ewe/%C6%94edze%C6%92e%20Afrika%20nutome>,
        <http://lexvo.org/id/term/fao/Eysturafrika>,
        <http://lexvo.org/id/term/fas/%D8%B4%D8%B1%D9%82%20%D8%A7%D9%81%D8%B1%DB%8C%D9%82%D8%A7>,
        <http://lexvo.org/id/term/fil/Silangang%20Africa>,
        <http://lexvo.org/id/term/fin/It%C3%A4-Afrikka>,
        <http://lexvo.org/id/term/fra/Afrique%20orientale>,
        <http://lexvo.org/id/term/fur/Afriche%20orient%C3%A2l>,
        <http://lexvo.org/id/term/gla/Afraga%20an%20Ear>,
        <http://lexvo.org/id/term/gle/An%20Afraic%20Oirthearach>,
        <http://lexvo.org/id/term/glg/%C3%81frica%20Oriental>,
        <http://lexvo.org/id/term/gsw/Oschtafrika>,
        <http://lexvo.org/id/term/guj/%E0%AA%AA%E0%AB%82%E0%AA%B0%E0%AB%8D%E0%AA%B5%20%E0%AA%85%E0%AA%AE%E0%AB%87%E0%AA%B0%E0%AA%BF%E0%AA%95%E0%AA%BE>,
        <http://lexvo.org/id/term/heb/%D7%9E%D7%96%D7%A8%D7%97%20%D7%90%D7%A4%D7%A8%D7%99%D7%A7%D7%94>,
        <http://lexvo.org/id/term/hin/%E0%A4%AA%E0%A5%82%E0%A4%B0%E0%A5%8D%E0%A4%B5%E0%A5%80%20%E0%A4%85%E0%A4%AB%E0%A5%8D%E0%A4%B0%E0%A5%80%E0%A4%95%E0%A4%BE>,
        <http://lexvo.org/id/term/hrv/Isto%C4%8Dna%20Afrika>,
        <http://lexvo.org/id/term/hun/Kelet-Afrika>,
        <http://lexvo.org/id/term/hye/%D4%B1%D6%80%D6%87%D5%A5%D5%AC%D5%B5%D5%A1%D5%B6%20%D4%B1%D6%86%D6%80%D5%AB%D5%AF%D5%A1>,
        <http://lexvo.org/id/term/ind/Afrika%20Timur>,
        <http://lexvo.org/id/term/isl/Austur-Afr%C3%ADka>,
        <http://lexvo.org/id/term/ita/Africa%20orientale>,
        <http://lexvo.org/id/term/jpn/%E6%9D%B1%E3%82%A2%E3%83%95%E3%83%AA%E3%82%AB>,
        <http://lexvo.org/id/term/kal/Afrika%20Kangilliit>,
        <http://lexvo.org/id/term/kan/%E0%B2%AA%E0%B3%82%E0%B2%B0%E0%B3%8D%E0%B2%B5%20%E0%B2%86%E0%B2%AB%E0%B3%8D%E0%B2%B0%E0%B2%BF%E0%B2%95%E0%B2%BE>,
        <http://lexvo.org/id/term/kas/%D9%85%D9%8E%D8%B4%D8%B1%D9%90%D9%82%DB%8C%20%D8%A7%D9%8E%D9%81%D8%B1%DB%8C%D9%96%DA%A9%D8%A7>,
        <http://lexvo.org/id/term/kat/%E1%83%90%E1%83%A6%E1%83%9B%E1%83%9D%E1%83%A1%E1%83%90%E1%83%95%E1%83%9A%E1%83%94%E1%83%97%E1%83%98%20%E1%83%90%E1%83%A4%E1%83%A0%E1%83%98%E1%83%99%E1%83%90>,
        <http://lexvo.org/id/term/kaz/%D0%A8%D1%8B%D2%93%D1%8B%D1%81%20%D0%90%D1%84%D1%80%D0%B8%D0%BA%D0%B0>,
        <http://lexvo.org/id/term/kea/Afrika%20Oriental>,
        <http://lexvo.org/id/term/khm/%E1%9E%A2%E1%9E%B6%E1%9E%96%E1%9F%92%E1%9E%9A%E1%9E%B7%E1%9E%80%E2%80%8B%E1%9E%81%E1%9E%B6%E1%9E%84%E2%80%8B%E1%9E%80%E1%9E%BE%E1%9E%8F>,
        <http://lexvo.org/id/term/kor/%EB%8F%99%EB%B6%80%20%EC%95%84%ED%94%84%EB%A6%AC%EC%B9%B4>,
        <http://lexvo.org/id/term/ksh/O%C3%9F-Affrika>,
        <http://lexvo.org/id/term/lao/%E0%BB%81%E0%BA%AD%E0%BA%9A%E0%BA%9F%E0%BA%A3%E0%BA%B4%E0%BA%81%E0%BA%B2%E0%BA%95%E0%BA%B2%E0%BB%80%E0%BA%A7%E0%BA%B1%E0%BA%99%E0%BA%AD%E0%BA%AD%E0%BA%81>,
        <http://lexvo.org/id/term/lav/Austrum%C4%81frika>,
        <http://lexvo.org/id/term/lin/Afr%C3%ADka%20ya%20%C6%90%CC%81sita>,
        <http://lexvo.org/id/term/lit/Ryt%C5%B3%20Afrika>,
        <http://lexvo.org/id/term/mal/%E0%B4%95%E0%B4%BF%E0%B4%B4%E0%B4%95%E0%B5%8D%E0%B4%95%E0%B5%BB%20%E0%B4%86%E0%B4%AB%E0%B5%8D%E0%B4%B0%E0%B4%BF%E0%B4%95%E0%B5%8D%E0%B4%95>,
        <http://lexvo.org/id/term/mar/%E0%A4%AA%E0%A5%82%E0%A4%B0%E0%A5%8D%E0%A4%B5%20%E0%A4%85%E0%A4%AB%E0%A5%8D%E0%A4%B0%E0%A4%BF%E0%A4%95%E0%A4%BE>,
        <http://lexvo.org/id/term/mkd/%D0%98%D1%81%D1%82%D0%BE%D1%87%D0%BD%D0%B0%20%D0%90%D1%84%D1%80%D0%B8%D0%BA%D0%B0>,
        <http://lexvo.org/id/term/mlt/Affrika%20tal-Lvant>,
        <http://lexvo.org/id/term/mya/%E1%80%A1%E1%80%9B%E1%80%BE%E1%80%B1%E1%80%B7%E1%80%95%E1%80%AD%E1%80%AF%E1%80%84%E1%80%BA%E1%80%B8%20%E1%80%A1%E1%80%AC%E1%80%96%E1%80%9B%E1%80%AD%E1%80%80>,
        <http://lexvo.org/id/term/nep/%E0%A4%AA%E0%A5%82%E0%A4%B0%E0%A5%8D%E0%A4%B5%E0%A5%80%20%E0%A4%85%E0%A4%AB%E0%A5%8D%E0%A4%B0%E0%A4%BF%E0%A4%95%E0%A4%BE>,
        <http://lexvo.org/id/term/nld/Oost-Afrika>,
        <http://lexvo.org/id/term/nno/Aust-Afrika>,
        <http://lexvo.org/id/term/nob/%C3%98st-Afrika>,
        <http://lexvo.org/id/term/ori/%E0%AC%AA%E0%AD%82%E0%AC%B0%E0%AD%8D%E0%AC%AC%20%E0%AC%86%E0%AC%AB%E0%AD%8D%E0%AC%B0%E0%AC%BF%E0%AC%95%E0%AC%BE>,
        <http://lexvo.org/id/term/pol/Afryka%20Wschodnia>,
        <http://lexvo.org/id/term/por/%C3%81frica%20Oriental>,
        <http://lexvo.org/id/term/roh/Africa%20da%20l'Ost>,
        <http://lexvo.org/id/term/ron/Africa%20Oriental%C4%83>,
        <http://lexvo.org/id/term/rus/%D0%92%D0%BE%D1%81%D1%82%D0%BE%D1%87%D0%BD%D0%B0%D1%8F%20%D0%90%D1%84%D1%80%D0%B8%D0%BA%D0%B0>,
        <http://lexvo.org/id/term/sin/%E0%B6%B4%E0%B7%99%E0%B6%BB%E0%B6%AF%E0%B7%92%E0%B6%9C%20%E0%B6%85%E0%B6%B4%E0%B7%8A%E2%80%8D%E0%B6%BB%E0%B7%92%E0%B6%9A%E0%B7%8F%E0%B7%80>,
        <http://lexvo.org/id/term/slk/V%C3%BDchodn%C3%A1%20Afrika>,
        <http://lexvo.org/id/term/slv/Vzhodna%20Afrika>,
        <http://lexvo.org/id/term/sme/nuorta-Afrihkk%C3%A1>,
        <http://lexvo.org/id/term/som/Afrikada%20Bari>,
        <http://lexvo.org/id/term/spa/%C3%81frica%20oriental>,
        <http://lexvo.org/id/term/srp-Latn/Isto%C4%8Dna%20Afrika>,
        <http://lexvo.org/id/term/srp/%D0%98%D1%81%D1%82%D0%BE%D1%87%D0%BD%D0%B0%20%D0%90%D1%84%D1%80%D0%B8%D0%BA%D0%B0>,
        <http://lexvo.org/id/term/swe/%C3%96stafrika>,
        <http://lexvo.org/id/term/swh/Afrika%20ya%20Mashariki>,
        <http://lexvo.org/id/term/tam/%E0%AE%95%E0%AE%BF%E0%AE%B4%E0%AE%95%E0%AF%8D%E0%AE%95%E0%AF%81%20%E0%AE%86%E0%AE%AA%E0%AF%8D%E0%AE%B0%E0%AE%BF%E0%AE%95%E0%AF%8D%E0%AE%95%E0%AE%BE>,
        <http://lexvo.org/id/term/tel/%E0%B0%A4%E0%B1%82%E0%B0%B0%E0%B1%8D%E0%B0%AA%E0%B1%81%20%E0%B0%86%E0%B0%AB%E0%B1%8D%E0%B0%B0%E0%B0%BF%E0%B0%95%E0%B0%BE>,
        <http://lexvo.org/id/term/tha/%E0%B9%81%E0%B8%AD%E0%B8%9F%E0%B8%A3%E0%B8%B4%E0%B8%81%E0%B8%B2%E0%B8%95%E0%B8%B0%E0%B8%A7%E0%B8%B1%E0%B8%99%E0%B8%AD%E0%B8%AD%E0%B8%81>,
        <http://lexvo.org/id/term/tir/%E1%88%9D%E1%88%B5%E1%88%AB%E1%89%83%E1%8B%8A%20%E1%8A%A0%E1%8D%8D%E1%88%AA%E1%8A%AB>,
        <http://lexvo.org/id/term/ton/%CA%BBAfilika%20hahake>,
        <http://lexvo.org/id/term/tur/Do%C4%9Fu%20Afrika>,
        <http://lexvo.org/id/term/ukr/%D0%A1%D1%85%D1%96%D0%B4%D0%BD%D0%B0%20%D0%90%D1%84%D1%80%D0%B8%D0%BA%D0%B0>,
        <http://lexvo.org/id/term/urd/%D9%85%D8%B4%D8%B1%D9%82%DB%8C%20%D8%A7%D9%81%D8%B1%DB%8C%D9%82%DB%81>,
        <http://lexvo.org/id/term/vie/%C4%90%C3%B4ng%20Phi>,
        <http://lexvo.org/id/term/wae/O%C5%A1tafrika>,
        <http://lexvo.org/id/term/zsm/Afrika%20Timur>,
        <http://lexvo.org/id/term/zul/e-Eastern%20Africa> .

<http://lexvo.org/id/un_m49/015> a lvont:GeographicRegion ;
    rdfs:label "Noord-Afrika"@af,
        "ሰሜናዊ አፍሪካ"@am,
        "شمال أفريقيا"@ar,
        "África del Norte"@ast,
        "Şimal Afrika"@az,
        "Паўночная Афрыка"@be,
        "Северна Африка"@bg,
        "উত্তর আফ্রিকা"@bn,
        "Afrika an Norzh"@br,
        "उत्तरी अफ्रीका"@brx,
        "Severna Afrika"@bs,
        "Северна Африка"@bs-Cyrl,
        "Àfrica septentrional"@ca,
        "北非"@cmn,
        "北非"@cmn-Hant,
        "Severní Afrika"@cs,
        "Gogledd Affrica"@cy,
        "Nordafrika"@da,
        "Nordafrika"@de,
        "བྱང་ཕྱོགས་ཀྱི་ཨཕ་རི་ཀ"@dz,
        "Dziehe Afrika nutome"@ee,
        "Βόρεια Αφρική"@el,
        "Northern Africa"@en,
        "𐐤𐐱𐑉𐑄𐐲𐑉𐑌 𐐈𐑁𐑉𐐲𐐿𐐲"@en-Dsrt,
        "África septentrional"@es,
        "Põhja-Aafrika"@et,
        "Afrika iparraldea"@eu,
        "شمال افریقا"@fa,
        "Pohjois-Afrikka"@fi,
        "Hilagang Africa"@fil,
        "Norðurafrika"@fo,
        "Afrique septentrionale"@fr,
        "Afriche setentrionâl"@fur,
        "An Afraic Thuaisceartach"@ga,
        "Afraga a Tuath"@gd,
        "África Septentrional"@gl,
        "Nordafrika"@gsw,
        "ઉતરીય આફ્રિકા"@gu,
        "צפון אפריקה"@he,
        "उत्तरी अफ्रीका"@hi,
        "Sjeverna Afrika"@hr,
        "Észak-Afrika"@hu,
        "Հյուսիսային Աֆրիկա"@hy,
        "Afrika Utara"@id,
        "Norður-Afríka"@is,
        "Africa del Nord"@it,
        "北アフリカ"@ja,
        "ჩრდილოეთი აფრიკა"@ka,
        "Norti di Afrika"@kea,
        "Солтүстік Африка"@kk,
        "Afrika Avannarleq"@kl,
        "អាព្រិក​ខាង​ត្បូង"@km,
        "ಉತ್ತರ ಆಫ್ರಿಕಾ"@kn,
        "북부 아프리카"@ko,
        "شُمٲلی اَفریٖکا"@ks,
        "Nood-Affrika"@ksh,
        "Afríka ya Nola"@ln,
        "ແອບຟຣິກາເຫນືອ"@lo,
        "Šiaurės Afrika"@lt,
        "Ziemeļāfrika"@lv,
        "Северна Африка"@mk,
        "വടക്കേ ആഫ്രിക്ക"@ml,
        "उत्तर अफ्रिका"@mr,
        "Affrika ta’ Fuq"@mt,
        "မြောက်ပိုင်း အာဖရိက"@my,
        "Nord-Afrika"@nb,
        "उत्तरी अफ्रिका"@ne,
        "Noord-Afrika"@nl,
        "Nord-Afrika"@nn,
        "ଉତ୍ତର ଆଫ୍ରିକା"@or,
        "Afryka Północna"@pl,
        "Norte de África"@pt,
        "África do Norte"@pt,
        "Africa dal Nord"@rm,
        "Africa Septentrională"@ro,
        "Северная Африка"@ru,
        "Davvi-Afrihká"@se,
        "davvi-Afrihkká"@se,
        "උතුරුදිග අප්‍රිකාව"@si,
        "Severná Afrika"@sk,
        "Severna Afrika"@sl,
        "Северна Африка"@sr,
        "Severna Afrika"@sr-Latn,
        "Nordafrika"@sv,
        "Afrika ya Kaskazini"@swh,
        "வடக்கு ஆப்ரிக்கா"@ta,
        "ఉత్తర ఆఫ్రికా"@te,
        "แอฟริกาเหนือ"@th,
        "ሰሜናዊ አፍሪካ"@ti,
        "ʻAfilika tokelau"@to,
        "Kuzey Afrika"@tr,
        "Північна Африка"@uk,
        "شمالی افریقہ"@ur,
        "Bắc Phi"@vi,
        "Nordafrika"@wae,
        "Afrika Utara"@zsm,
        "e-Northern Africa"@zu ;
    lvont:label <http://lexvo.org/id/term/afr/Noord-Afrika>,
        <http://lexvo.org/id/term/amh/%E1%88%B0%E1%88%9C%E1%8A%93%E1%8B%8A%20%E1%8A%A0%E1%8D%8D%E1%88%AA%E1%8A%AB>,
        <http://lexvo.org/id/term/ara/%D8%B4%D9%85%D8%A7%D9%84%20%D8%A3%D9%81%D8%B1%D9%8A%D9%82%D9%8A%D8%A7>,
        <http://lexvo.org/id/term/ast/%C3%81frica%20del%20Norte>,
        <http://lexvo.org/id/term/aze/%C5%9Eimal%20Afrika>,
        <http://lexvo.org/id/term/bel/%D0%9F%D0%B0%D1%9E%D0%BD%D0%BE%D1%87%D0%BD%D0%B0%D1%8F%20%D0%90%D1%84%D1%80%D1%8B%D0%BA%D0%B0>,
        <http://lexvo.org/id/term/ben/%E0%A6%89%E0%A6%A4%E0%A7%8D%E0%A6%A4%E0%A6%B0%20%E0%A6%86%E0%A6%AB%E0%A7%8D%E0%A6%B0%E0%A6%BF%E0%A6%95%E0%A6%BE>,
        <http://lexvo.org/id/term/bos-Cyrl/%D0%A1%D0%B5%D0%B2%D0%B5%D1%80%D0%BD%D0%B0%20%D0%90%D1%84%D1%80%D0%B8%D0%BA%D0%B0>,
        <http://lexvo.org/id/term/bos/Severna%20Afrika>,
        <http://lexvo.org/id/term/bre/Afrika%20an%20Norzh>,
        <http://lexvo.org/id/term/brx/%E0%A4%89%E0%A4%A4%E0%A5%8D%E0%A4%A4%E0%A4%B0%E0%A5%80%20%E0%A4%85%E0%A4%AB%E0%A5%8D%E0%A4%B0%E0%A5%80%E0%A4%95%E0%A4%BE>,
        <http://lexvo.org/id/term/bul/%D0%A1%D0%B5%D0%B2%D0%B5%D1%80%D0%BD%D0%B0%20%D0%90%D1%84%D1%80%D0%B8%D0%BA%D0%B0>,
        <http://lexvo.org/id/term/cat/%C3%80frica%20septentrional>,
        <http://lexvo.org/id/term/ces/Severn%C3%AD%20Afrika>,
        <http://lexvo.org/id/term/cmn-Hant/%E5%8C%97%E9%9D%9E>,
        <http://lexvo.org/id/term/cmn/%E5%8C%97%E9%9D%9E>,
        <http://lexvo.org/id/term/cym/Gogledd%20Affrica>,
        <http://lexvo.org/id/term/dan/Nordafrika>,
        <http://lexvo.org/id/term/deu/Nordafrika>,
        <http://lexvo.org/id/term/dzo/%E0%BD%96%E0%BE%B1%E0%BD%84%E0%BC%8B%E0%BD%95%E0%BE%B1%E0%BD%BC%E0%BD%82%E0%BD%A6%E0%BC%8B%E0%BD%80%E0%BE%B1%E0%BD%B2%E0%BC%8B%E0%BD%A8%E0%BD%95%E0%BC%8B%E0%BD%A2%E0%BD%B2%E0%BC%8B%E0%BD%80>,
        <http://lexvo.org/id/term/ell/%CE%92%CF%8C%CF%81%CE%B5%CE%B9%CE%B1%20%CE%91%CF%86%CF%81%CE%B9%CE%BA%CE%AE>,
        <http://lexvo.org/id/term/eng-Dsrt/%F0%90%90%A4%F0%90%90%B1%F0%90%91%89%F0%90%91%84%F0%90%90%B2%F0%90%91%89%F0%90%91%8C%20%F0%90%90%88%F0%90%91%81%F0%90%91%89%F0%90%90%B2%F0%90%90%BF%F0%90%90%B2>,
        <http://lexvo.org/id/term/eng/Northern%20Africa>,
        <http://lexvo.org/id/term/est/P%C3%B5hja-Aafrika>,
        <http://lexvo.org/id/term/eus/Afrika%20iparraldea>,
        <http://lexvo.org/id/term/ewe/Dziehe%20Afrika%20nutome>,
        <http://lexvo.org/id/term/fao/Nor%C3%B0urafrika>,
        <http://lexvo.org/id/term/fas/%D8%B4%D9%85%D8%A7%D9%84%20%D8%A7%D9%81%D8%B1%DB%8C%D9%82%D8%A7>,
        <http://lexvo.org/id/term/fil/Hilagang%20Africa>,
        <http://lexvo.org/id/term/fin/Pohjois-Afrikka>,
        <http://lexvo.org/id/term/fra/Afrique%20septentrionale>,
        <http://lexvo.org/id/term/fur/Afriche%20setentrion%C3%A2l>,
        <http://lexvo.org/id/term/gla/Afraga%20a%20Tuath>,
        <http://lexvo.org/id/term/gle/An%20Afraic%20Thuaisceartach>,
        <http://lexvo.org/id/term/glg/%C3%81frica%20Septentrional>,
        <http://lexvo.org/id/term/gsw/Nordafrika>,
        <http://lexvo.org/id/term/guj/%E0%AA%89%E0%AA%A4%E0%AA%B0%E0%AB%80%E0%AA%AF%20%E0%AA%86%E0%AA%AB%E0%AB%8D%E0%AA%B0%E0%AA%BF%E0%AA%95%E0%AA%BE>,
        <http://lexvo.org/id/term/heb/%D7%A6%D7%A4%D7%95%D7%9F%20%D7%90%D7%A4%D7%A8%D7%99%D7%A7%D7%94>,
        <http://lexvo.org/id/term/hin/%E0%A4%89%E0%A4%A4%E0%A5%8D%E0%A4%A4%E0%A4%B0%E0%A5%80%20%E0%A4%85%E0%A4%AB%E0%A5%8D%E0%A4%B0%E0%A5%80%E0%A4%95%E0%A4%BE>,
        <http://lexvo.org/id/term/hrv/Sjeverna%20Afrika>,
        <http://lexvo.org/id/term/hun/%C3%89szak-Afrika>,
        <http://lexvo.org/id/term/hye/%D5%80%D5%B5%D5%B8%D6%82%D5%BD%D5%AB%D5%BD%D5%A1%D5%B5%D5%AB%D5%B6%20%D4%B1%D6%86%D6%80%D5%AB%D5%AF%D5%A1>,
        <http://lexvo.org/id/term/ind/Afrika%20Utara>,
        <http://lexvo.org/id/term/isl/Nor%C3%B0ur-Afr%C3%ADka>,
        <http://lexvo.org/id/term/ita/Africa%20del%20Nord>,
        <http://lexvo.org/id/term/jpn/%E5%8C%97%E3%82%A2%E3%83%95%E3%83%AA%E3%82%AB>,
        <http://lexvo.org/id/term/kal/Afrika%20Avannarleq>,
        <http://lexvo.org/id/term/kan/%E0%B2%89%E0%B2%A4%E0%B3%8D%E0%B2%A4%E0%B2%B0%20%E0%B2%86%E0%B2%AB%E0%B3%8D%E0%B2%B0%E0%B2%BF%E0%B2%95%E0%B2%BE>,
        <http://lexvo.org/id/term/kas/%D8%B4%D9%8F%D9%85%D9%B2%D9%84%DB%8C%20%D8%A7%D9%8E%D9%81%D8%B1%DB%8C%D9%96%DA%A9%D8%A7>,
        <http://lexvo.org/id/term/kat/%E1%83%A9%E1%83%A0%E1%83%93%E1%83%98%E1%83%9A%E1%83%9D%E1%83%94%E1%83%97%E1%83%98%20%E1%83%90%E1%83%A4%E1%83%A0%E1%83%98%E1%83%99%E1%83%90>,
        <http://lexvo.org/id/term/kaz/%D0%A1%D0%BE%D0%BB%D1%82%D2%AF%D1%81%D1%82%D1%96%D0%BA%20%D0%90%D1%84%D1%80%D0%B8%D0%BA%D0%B0>,
        <http://lexvo.org/id/term/kea/Norti%20di%20Afrika>,
        <http://lexvo.org/id/term/khm/%E1%9E%A2%E1%9E%B6%E1%9E%96%E1%9F%92%E1%9E%9A%E1%9E%B7%E1%9E%80%E2%80%8B%E1%9E%81%E1%9E%B6%E1%9E%84%E2%80%8B%E1%9E%8F%E1%9F%92%E1%9E%94%E1%9E%BC%E1%9E%84>,
        <http://lexvo.org/id/term/kor/%EB%B6%81%EB%B6%80%20%EC%95%84%ED%94%84%EB%A6%AC%EC%B9%B4>,
        <http://lexvo.org/id/term/ksh/Nood-Affrika>,
        <http://lexvo.org/id/term/lao/%E0%BB%81%E0%BA%AD%E0%BA%9A%E0%BA%9F%E0%BA%A3%E0%BA%B4%E0%BA%81%E0%BA%B2%E0%BB%80%E0%BA%AB%E0%BA%99%E0%BA%B7%E0%BA%AD>,
        <http://lexvo.org/id/term/lav/Zieme%C4%BC%C4%81frika>,
        <http://lexvo.org/id/term/lin/Afr%C3%ADka%20ya%20Nola>,
        <http://lexvo.org/id/term/lit/%C5%A0iaur%C4%97s%20Afrika>,
        <http://lexvo.org/id/term/mal/%E0%B4%B5%E0%B4%9F%E0%B4%95%E0%B5%8D%E0%B4%95%E0%B5%87%20%E0%B4%86%E0%B4%AB%E0%B5%8D%E0%B4%B0%E0%B4%BF%E0%B4%95%E0%B5%8D%E0%B4%95>,
        <http://lexvo.org/id/term/mar/%E0%A4%89%E0%A4%A4%E0%A5%8D%E0%A4%A4%E0%A4%B0%20%E0%A4%85%E0%A4%AB%E0%A5%8D%E0%A4%B0%E0%A4%BF%E0%A4%95%E0%A4%BE>,
        <http://lexvo.org/id/term/mkd/%D0%A1%D0%B5%D0%B2%D0%B5%D1%80%D0%BD%D0%B0%20%D0%90%D1%84%D1%80%D0%B8%D0%BA%D0%B0>,
        <http://lexvo.org/id/term/mlt/Affrika%20ta%E2%80%99%20Fuq>,
        <http://lexvo.org/id/term/mya/%E1%80%99%E1%80%BC%E1%80%B1%E1%80%AC%E1%80%80%E1%80%BA%E1%80%95%E1%80%AD%E1%80%AF%E1%80%84%E1%80%BA%E1%80%B8%20%E1%80%A1%E1%80%AC%E1%80%96%E1%80%9B%E1%80%AD%E1%80%80>,
        <http://lexvo.org/id/term/nep/%E0%A4%89%E0%A4%A4%E0%A5%8D%E0%A4%A4%E0%A4%B0%E0%A5%80%20%E0%A4%85%E0%A4%AB%E0%A5%8D%E0%A4%B0%E0%A4%BF%E0%A4%95%E0%A4%BE>,
        <http://lexvo.org/id/term/nld/Noord-Afrika>,
        <http://lexvo.org/id/term/nno/Nord-Afrika>,
        <http://lexvo.org/id/term/nob/Nord-Afrika>,
        <http://lexvo.org/id/term/ori/%E0%AC%89%E0%AC%A4%E0%AD%8D%E0%AC%A4%E0%AC%B0%20%E0%AC%86%E0%AC%AB%E0%AD%8D%E0%AC%B0%E0%AC%BF%E0%AC%95%E0%AC%BE>,
        <http://lexvo.org/id/term/pol/Afryka%20P%C3%B3%C5%82nocna>,
        <http://lexvo.org/id/term/por/%C3%81frica%20do%20Norte>,
        <http://lexvo.org/id/term/por/Norte%20de%20%C3%81frica>,
        <http://lexvo.org/id/term/roh/Africa%20dal%20Nord>,
        <http://lexvo.org/id/term/ron/Africa%20Septentrional%C4%83>,
        <http://lexvo.org/id/term/rus/%D0%A1%D0%B5%D0%B2%D0%B5%D1%80%D0%BD%D0%B0%D1%8F%20%D0%90%D1%84%D1%80%D0%B8%D0%BA%D0%B0>,
        <http://lexvo.org/id/term/sin/%E0%B6%8B%E0%B6%AD%E0%B7%94%E0%B6%BB%E0%B7%94%E0%B6%AF%E0%B7%92%E0%B6%9C%20%E0%B6%85%E0%B6%B4%E0%B7%8A%E2%80%8D%E0%B6%BB%E0%B7%92%E0%B6%9A%E0%B7%8F%E0%B7%80>,
        <http://lexvo.org/id/term/slk/Severn%C3%A1%20Afrika>,
        <http://lexvo.org/id/term/slv/Severna%20Afrika>,
        <http://lexvo.org/id/term/sme/Davvi-Afrihk%C3%A1>,
        <http://lexvo.org/id/term/sme/davvi-Afrihkk%C3%A1>,
        <http://lexvo.org/id/term/spa/%C3%81frica%20septentrional>,
        <http://lexvo.org/id/term/srp-Latn/Severna%20Afrika>,
        <http://lexvo.org/id/term/srp/%D0%A1%D0%B5%D0%B2%D0%B5%D1%80%D0%BD%D0%B0%20%D0%90%D1%84%D1%80%D0%B8%D0%BA%D0%B0>,
        <http://lexvo.org/id/term/swe/Nordafrika>,
        <http://lexvo.org/id/term/swh/Afrika%20ya%20Kaskazini>,
        <http://lexvo.org/id/term/tam/%E0%AE%B5%E0%AE%9F%E0%AE%95%E0%AF%8D%E0%AE%95%E0%AF%81%20%E0%AE%86%E0%AE%AA%E0%AF%8D%E0%AE%B0%E0%AE%BF%E0%AE%95%E0%AF%8D%E0%AE%95%E0%AE%BE>,
        <http://lexvo.org/id/term/tel/%E0%B0%89%E0%B0%A4%E0%B1%8D%E0%B0%A4%E0%B0%B0%20%E0%B0%86%E0%B0%AB%E0%B1%8D%E0%B0%B0%E0%B0%BF%E0%B0%95%E0%B0%BE>,
        <http://lexvo.org/id/term/tha/%E0%B9%81%E0%B8%AD%E0%B8%9F%E0%B8%A3%E0%B8%B4%E0%B8%81%E0%B8%B2%E0%B9%80%E0%B8%AB%E0%B8%99%E0%B8%B7%E0%B8%AD>,
        <http://lexvo.org/id/term/tir/%E1%88%B0%E1%88%9C%E1%8A%93%E1%8B%8A%20%E1%8A%A0%E1%8D%8D%E1%88%AA%E1%8A%AB>,
        <http://lexvo.org/id/term/ton/%CA%BBAfilika%20tokelau>,
        <http://lexvo.org/id/term/tur/Kuzey%20Afrika>,
        <http://lexvo.org/id/term/ukr/%D0%9F%D1%96%D0%B2%D0%BD%D1%96%D1%87%D0%BD%D0%B0%20%D0%90%D1%84%D1%80%D0%B8%D0%BA%D0%B0>,
        <http://lexvo.org/id/term/urd/%D8%B4%D9%85%D8%A7%D9%84%DB%8C%20%D8%A7%D9%81%D8%B1%DB%8C%D9%82%DB%81>,
        <http://lexvo.org/id/term/vie/B%E1%BA%AFc%20Phi>,
        <http://lexvo.org/id/term/wae/Nordafrika>,
        <http://lexvo.org/id/term/zsm/Afrika%20Utara>,
        <http://lexvo.org/id/term/zul/e-Northern%20Africa> .

<http://lexvo.org/id/un_m49/017> a lvont:GeographicRegion ;
    rdfs:label "Midde-Afrika"@af,
        "መካከለኛው አፍሪካ"@am,
        "وسط أفريقيا"@ar,
        "África Central"@ast,
        "Orta Afrika"@az,
        "Цэнтральная Афрыка"@be,
        "Централна Африка"@bg,
        "মধ্য আফ্রিকা"@bn,
        "Afrika ar Cʼhreiz"@br,
        "मध्य अफ्रीका"@brx,
        "Centralna Afrika"@bs,
        "Централна Африка"@bs-Cyrl,
        "Àfrica Central"@ca,
        "中非"@cmn,
        "中非"@cmn-Hant,
        "Střední Afrika"@cs,
        "Canol Affrica"@cy,
        "Centralafrika"@da,
        "Zentralafrika"@de,
        "སྦུག་ཕྱོགས་ཀྱི་ཨཕ་རི་ཀ"@dz,
        "Titina Afrika nutome"@ee,
        "Μέση Αφρική"@el,
        "Middle Africa"@en,
        "𐐣𐐮𐐼𐑊 𐐈𐑁𐑉𐐮𐐿𐐲"@en-Dsrt,
        "África central"@es,
        "Kesk-Aafrika"@et,
        "Erdialdeko Afrika"@eu,
        "مرکز افریقا"@fa,
        "Keski-Afrikka"@fi,
        "Gitnang Africa"@fil,
        "Miðafrika"@fo,
        "Afrique centrale"@fr,
        "Afriche di mieç"@fur,
        "An Afraic Láir"@ga,
        "Meadhan Afraga"@gd,
        "África Central"@gl,
        "Zentraalafrika"@gsw,
        "મધ્ય આફ્રિકા"@gu,
        "מרכז אפריקה"@he,
        "मध्य अफ्रीका"@hi,
        "Središnja Afrika"@hr,
        "Közép-Afrika"@hu,
        "Afrika Tengah"@id,
        "Mið-Afríka"@is,
        "Africa centrale"@it,
        "中部アフリカ"@ja,
        "შუა აფრიკა"@ka,
        "Afrika Sentral"@kea,
        "Орталық Африка"@kk,
        "Afrika Qitiusumik"@kl,
        "អាព្រិក​កណ្ដាល"@km,
        "ಮಧ್ಯ ಆಫ್ರಿಕಾ"@kn,
        "중부 아프리카"@ko,
        "وسطی اَفریٖکا"@ks,
        "Meddel-Affrika"@ksh,
        "Afríka ya Katikáti"@ln,
        "ແອບຟຮິກາກາງ"@lo,
        "Vidurio Afrika"@lt,
        "Vidusāfrika"@lv,
        "Средна Африка"@mk,
        "മദ്ധ്യആഫ്രിക്ക"@ml,
        "मध्य अफ्रिका"@mr,
        "Affrika Nofsani"@mt,
        "အလယ်ပိုင်း အာဖရိက"@my,
        "Sentral-Afrika"@nb,
        "मध्य अफ्रिका"@ne,
        "Centraal-Afrika"@nl,
        "Sentral-Afrika"@nn,
        "ମଧ୍ୟ ଆଫ୍ରିକା"@or,
        "Afryka Środkowa"@pl,
        "África Central"@pt,
        "Africa Centrala"@rm,
        "Africa Centrală"@ro,
        "Центральная Африка"@ru,
        "Gaska-Afrihká"@se,
        "gaska-Afrihkká"@se,
        "මධ්‍යම අප්‍රිකාව"@si,
        "Stredná Afrika"@sk,
        "Srednja Afrika"@sl,
        "Централна Африка"@sr,
        "Centralna Afrika"@sr-Latn,
        "Centralafrika"@sv,
        "Afrika ya Kati"@swh,
        "மத்திய ஆப்ரிக்கா"@ta,
        "మధ్యమ ఆఫ్రికా"@te,
        "แอฟริกากลาง"@th,
        "መካከለኛ አፍሪካ"@ti,
        "ʻAfilika lotoloto"@to,
        "Orta Afrika"@tr,
        "Центральна Африка"@uk,
        "وسطی افریقہ"@ur,
        "Trung Phi"@vi,
        "Mittelafrika"@wae,
        "Afrika Tengah"@zsm,
        "e-Middle Africa"@zu ;
    lvont:label <http://lexvo.org/id/term/afr/Midde-Afrika>,
        <http://lexvo.org/id/term/amh/%E1%88%98%E1%8A%AB%E1%8A%A8%E1%88%88%E1%8A%9B%E1%8B%8D%20%E1%8A%A0%E1%8D%8D%E1%88%AA%E1%8A%AB>,
        <http://lexvo.org/id/term/ara/%D9%88%D8%B3%D8%B7%20%D8%A3%D9%81%D8%B1%D9%8A%D9%82%D9%8A%D8%A7>,
        <http://lexvo.org/id/term/ast/%C3%81frica%20Central>,
        <http://lexvo.org/id/term/aze/Orta%20Afrika>,
        <http://lexvo.org/id/term/bel/%D0%A6%D1%8D%D0%BD%D1%82%D1%80%D0%B0%D0%BB%D1%8C%D0%BD%D0%B0%D1%8F%20%D0%90%D1%84%D1%80%D1%8B%D0%BA%D0%B0>,
        <http://lexvo.org/id/term/ben/%E0%A6%AE%E0%A6%A7%E0%A7%8D%E0%A6%AF%20%E0%A6%86%E0%A6%AB%E0%A7%8D%E0%A6%B0%E0%A6%BF%E0%A6%95%E0%A6%BE>,
        <http://lexvo.org/id/term/bos-Cyrl/%D0%A6%D0%B5%D0%BD%D1%82%D1%80%D0%B0%D0%BB%D0%BD%D0%B0%20%D0%90%D1%84%D1%80%D0%B8%D0%BA%D0%B0>,
        <http://lexvo.org/id/term/bos/Centralna%20Afrika>,
        <http://lexvo.org/id/term/bre/Afrika%20ar%20C%CA%BChreiz>,
        <http://lexvo.org/id/term/brx/%E0%A4%AE%E0%A4%A7%E0%A5%8D%E0%A4%AF%20%E0%A4%85%E0%A4%AB%E0%A5%8D%E0%A4%B0%E0%A5%80%E0%A4%95%E0%A4%BE>,
        <http://lexvo.org/id/term/bul/%D0%A6%D0%B5%D0%BD%D1%82%D1%80%D0%B0%D0%BB%D0%BD%D0%B0%20%D0%90%D1%84%D1%80%D0%B8%D0%BA%D0%B0>,
        <http://lexvo.org/id/term/cat/%C3%80frica%20Central>,
        <http://lexvo.org/id/term/ces/St%C5%99edn%C3%AD%20Afrika>,
        <http://lexvo.org/id/term/cmn-Hant/%E4%B8%AD%E9%9D%9E>,
        <http://lexvo.org/id/term/cmn/%E4%B8%AD%E9%9D%9E>,
        <http://lexvo.org/id/term/cym/Canol%20Affrica>,
        <http://lexvo.org/id/term/dan/Centralafrika>,
        <http://lexvo.org/id/term/deu/Zentralafrika>,
        <http://lexvo.org/id/term/dzo/%E0%BD%A6%E0%BE%A6%E0%BD%B4%E0%BD%82%E0%BC%8B%E0%BD%95%E0%BE%B1%E0%BD%BC%E0%BD%82%E0%BD%A6%E0%BC%8B%E0%BD%80%E0%BE%B1%E0%BD%B2%E0%BC%8B%E0%BD%A8%E0%BD%95%E0%BC%8B%E0%BD%A2%E0%BD%B2%E0%BC%8B%E0%BD%80>,
        <http://lexvo.org/id/term/ell/%CE%9C%CE%AD%CF%83%CE%B7%20%CE%91%CF%86%CF%81%CE%B9%CE%BA%CE%AE>,
        <http://lexvo.org/id/term/eng-Dsrt/%F0%90%90%A3%F0%90%90%AE%F0%90%90%BC%F0%90%91%8A%20%F0%90%90%88%F0%90%91%81%F0%90%91%89%F0%90%90%AE%F0%90%90%BF%F0%90%90%B2>,
        <http://lexvo.org/id/term/eng/Middle%20Africa>,
        <http://lexvo.org/id/term/est/Kesk-Aafrika>,
        <http://lexvo.org/id/term/eus/Erdialdeko%20Afrika>,
        <http://lexvo.org/id/term/ewe/Titina%20Afrika%20nutome>,
        <http://lexvo.org/id/term/fao/Mi%C3%B0afrika>,
        <http://lexvo.org/id/term/fas/%D9%85%D8%B1%DA%A9%D8%B2%20%D8%A7%D9%81%D8%B1%DB%8C%D9%82%D8%A7>,
        <http://lexvo.org/id/term/fil/Gitnang%20Africa>,
        <http://lexvo.org/id/term/fin/Keski-Afrikka>,
        <http://lexvo.org/id/term/fra/Afrique%20centrale>,
        <http://lexvo.org/id/term/fur/Afriche%20di%20mie%C3%A7>,
        <http://lexvo.org/id/term/gla/Meadhan%20Afraga>,
        <http://lexvo.org/id/term/gle/An%20Afraic%20L%C3%A1ir>,
        <http://lexvo.org/id/term/glg/%C3%81frica%20Central>,
        <http://lexvo.org/id/term/gsw/Zentraalafrika>,
        <http://lexvo.org/id/term/guj/%E0%AA%AE%E0%AA%A7%E0%AB%8D%E0%AA%AF%20%E0%AA%86%E0%AA%AB%E0%AB%8D%E0%AA%B0%E0%AA%BF%E0%AA%95%E0%AA%BE>,
        <http://lexvo.org/id/term/heb/%D7%9E%D7%A8%D7%9B%D7%96%20%D7%90%D7%A4%D7%A8%D7%99%D7%A7%D7%94>,
        <http://lexvo.org/id/term/hin/%E0%A4%AE%E0%A4%A7%E0%A5%8D%E0%A4%AF%20%E0%A4%85%E0%A4%AB%E0%A5%8D%E0%A4%B0%E0%A5%80%E0%A4%95%E0%A4%BE>,
        <http://lexvo.org/id/term/hrv/Sredi%C5%A1nja%20Afrika>,
        <http://lexvo.org/id/term/hun/K%C3%B6z%C3%A9p-Afrika>,
        <http://lexvo.org/id/term/ind/Afrika%20Tengah>,
        <http://lexvo.org/id/term/isl/Mi%C3%B0-Afr%C3%ADka>,
        <http://lexvo.org/id/term/ita/Africa%20centrale>,
        <http://lexvo.org/id/term/jpn/%E4%B8%AD%E9%83%A8%E3%82%A2%E3%83%95%E3%83%AA%E3%82%AB>,
        <http://lexvo.org/id/term/kal/Afrika%20Qitiusumik>,
        <http://lexvo.org/id/term/kan/%E0%B2%AE%E0%B2%A7%E0%B3%8D%E0%B2%AF%20%E0%B2%86%E0%B2%AB%E0%B3%8D%E0%B2%B0%E0%B2%BF%E0%B2%95%E0%B2%BE>,
        <http://lexvo.org/id/term/kas/%D9%88%D8%B3%D8%B7%DB%8C%20%D8%A7%D9%8E%D9%81%D8%B1%DB%8C%D9%96%DA%A9%D8%A7>,
        <http://lexvo.org/id/term/kat/%E1%83%A8%E1%83%A3%E1%83%90%20%E1%83%90%E1%83%A4%E1%83%A0%E1%83%98%E1%83%99%E1%83%90>,
        <http://lexvo.org/id/term/kaz/%D0%9E%D1%80%D1%82%D0%B0%D0%BB%D1%8B%D2%9B%20%D0%90%D1%84%D1%80%D0%B8%D0%BA%D0%B0>,
        <http://lexvo.org/id/term/kea/Afrika%20Sentral>,
        <http://lexvo.org/id/term/khm/%E1%9E%A2%E1%9E%B6%E1%9E%96%E1%9F%92%E1%9E%9A%E1%9E%B7%E1%9E%80%E2%80%8B%E1%9E%80%E1%9E%8E%E1%9F%92%E1%9E%8A%E1%9E%B6%E1%9E%9B>,
        <http://lexvo.org/id/term/kor/%EC%A4%91%EB%B6%80%20%EC%95%84%ED%94%84%EB%A6%AC%EC%B9%B4>,
        <http://lexvo.org/id/term/ksh/Meddel-Affrika>,
        <http://lexvo.org/id/term/lao/%E0%BB%81%E0%BA%AD%E0%BA%9A%E0%BA%9F%E0%BA%AE%E0%BA%B4%E0%BA%81%E0%BA%B2%E0%BA%81%E0%BA%B2%E0%BA%87>,
        <http://lexvo.org/id/term/lav/Vidus%C4%81frika>,
        <http://lexvo.org/id/term/lin/Afr%C3%ADka%20ya%20Katik%C3%A1ti>,
        <http://lexvo.org/id/term/lit/Vidurio%20Afrika>,
        <http://lexvo.org/id/term/mal/%E0%B4%AE%E0%B4%A6%E0%B5%8D%E0%B4%A7%E0%B5%8D%E0%B4%AF%E0%B4%86%E0%B4%AB%E0%B5%8D%E0%B4%B0%E0%B4%BF%E0%B4%95%E0%B5%8D%E0%B4%95>,
        <http://lexvo.org/id/term/mar/%E0%A4%AE%E0%A4%A7%E0%A5%8D%E0%A4%AF%20%E0%A4%85%E0%A4%AB%E0%A5%8D%E0%A4%B0%E0%A4%BF%E0%A4%95%E0%A4%BE>,
        <http://lexvo.org/id/term/mkd/%D0%A1%D1%80%D0%B5%D0%B4%D0%BD%D0%B0%20%D0%90%D1%84%D1%80%D0%B8%D0%BA%D0%B0>,
        <http://lexvo.org/id/term/mlt/Affrika%20Nofsani>,
        <http://lexvo.org/id/term/mya/%E1%80%A1%E1%80%9C%E1%80%9A%E1%80%BA%E1%80%95%E1%80%AD%E1%80%AF%E1%80%84%E1%80%BA%E1%80%B8%20%E1%80%A1%E1%80%AC%E1%80%96%E1%80%9B%E1%80%AD%E1%80%80>,
        <http://lexvo.org/id/term/nep/%E0%A4%AE%E0%A4%A7%E0%A5%8D%E0%A4%AF%20%E0%A4%85%E0%A4%AB%E0%A5%8D%E0%A4%B0%E0%A4%BF%E0%A4%95%E0%A4%BE>,
        <http://lexvo.org/id/term/nld/Centraal-Afrika>,
        <http://lexvo.org/id/term/nno/Sentral-Afrika>,
        <http://lexvo.org/id/term/nob/Sentral-Afrika>,
        <http://lexvo.org/id/term/ori/%E0%AC%AE%E0%AC%A7%E0%AD%8D%E0%AD%9F%20%E0%AC%86%E0%AC%AB%E0%AD%8D%E0%AC%B0%E0%AC%BF%E0%AC%95%E0%AC%BE>,
        <http://lexvo.org/id/term/pol/Afryka%20%C5%9Arodkowa>,
        <http://lexvo.org/id/term/por/%C3%81frica%20Central>,
        <http://lexvo.org/id/term/roh/Africa%20Centrala>,
        <http://lexvo.org/id/term/ron/Africa%20Central%C4%83>,
        <http://lexvo.org/id/term/rus/%D0%A6%D0%B5%D0%BD%D1%82%D1%80%D0%B0%D0%BB%D1%8C%D0%BD%D0%B0%D1%8F%20%D0%90%D1%84%D1%80%D0%B8%D0%BA%D0%B0>,
        <http://lexvo.org/id/term/sin/%E0%B6%B8%E0%B6%B0%E0%B7%8A%E2%80%8D%E0%B6%BA%E0%B6%B8%20%E0%B6%85%E0%B6%B4%E0%B7%8A%E2%80%8D%E0%B6%BB%E0%B7%92%E0%B6%9A%E0%B7%8F%E0%B7%80>,
        <http://lexvo.org/id/term/slk/Stredn%C3%A1%20Afrika>,
        <http://lexvo.org/id/term/slv/Srednja%20Afrika>,
        <http://lexvo.org/id/term/sme/Gaska-Afrihk%C3%A1>,
        <http://lexvo.org/id/term/sme/gaska-Afrihkk%C3%A1>,
        <http://lexvo.org/id/term/spa/%C3%81frica%20central>,
        <http://lexvo.org/id/term/srp-Latn/Centralna%20Afrika>,
        <http://lexvo.org/id/term/srp/%D0%A6%D0%B5%D0%BD%D1%82%D1%80%D0%B0%D0%BB%D0%BD%D0%B0%20%D0%90%D1%84%D1%80%D0%B8%D0%BA%D0%B0>,
        <http://lexvo.org/id/term/swe/Centralafrika>,
        <http://lexvo.org/id/term/swh/Afrika%20ya%20Kati>,
        <http://lexvo.org/id/term/tam/%E0%AE%AE%E0%AE%A4%E0%AF%8D%E0%AE%A4%E0%AE%BF%E0%AE%AF%20%E0%AE%86%E0%AE%AA%E0%AF%8D%E0%AE%B0%E0%AE%BF%E0%AE%95%E0%AF%8D%E0%AE%95%E0%AE%BE>,
        <http://lexvo.org/id/term/tel/%E0%B0%AE%E0%B0%A7%E0%B1%8D%E0%B0%AF%E0%B0%AE%20%E0%B0%86%E0%B0%AB%E0%B1%8D%E0%B0%B0%E0%B0%BF%E0%B0%95%E0%B0%BE>,
        <http://lexvo.org/id/term/tha/%E0%B9%81%E0%B8%AD%E0%B8%9F%E0%B8%A3%E0%B8%B4%E0%B8%81%E0%B8%B2%E0%B8%81%E0%B8%A5%E0%B8%B2%E0%B8%87>,
        <http://lexvo.org/id/term/tir/%E1%88%98%E1%8A%AB%E1%8A%A8%E1%88%88%E1%8A%9B%20%E1%8A%A0%E1%8D%8D%E1%88%AA%E1%8A%AB>,
        <http://lexvo.org/id/term/ton/%CA%BBAfilika%20lotoloto>,
        <http://lexvo.org/id/term/tur/Orta%20Afrika>,
        <http://lexvo.org/id/term/ukr/%D0%A6%D0%B5%D0%BD%D1%82%D1%80%D0%B0%D0%BB%D1%8C%D0%BD%D0%B0%20%D0%90%D1%84%D1%80%D0%B8%D0%BA%D0%B0>,
        <http://lexvo.org/id/term/urd/%D9%88%D8%B3%D8%B7%DB%8C%20%D8%A7%D9%81%D8%B1%DB%8C%D9%82%DB%81>,
        <http://lexvo.org/id/term/vie/Trung%20Phi>,
        <http://lexvo.org/id/term/wae/Mittelafrika>,
        <http://lexvo.org/id/term/zsm/Afrika%20Tengah>,
        <http://lexvo.org/id/term/zul/e-Middle%20Africa> .

<http://lexvo.org/id/un_m49/018> a lvont:GeographicRegion ;
    rdfs:label "Suider-Afrika"@af,
        "ደቡባዊ አፍሪካ"@am,
        "أفريقيا الجنوبية"@ar,
        "África del Sur"@ast,
        "Паўднёвая Афрыка"@be,
        "Южноафрикански регион"@bg,
        "দক্ষিণাঞ্চলীয় আফ্রিকা"@bn,
        "Afrika ar Su"@br,
        "दक्षिणी अफ्रीका"@brx,
        "Južna Afrika"@bs,
        "Јужна Африка"@bs-Cyrl,
        "Àfrica meridional"@ca,
        "南部非洲"@cmn,
        "非洲南部"@cmn-Hant,
        "Jižní Afrika"@cs,
        "Deheudir Affrica"@cy,
        "Det sydlige Afrika"@da,
        "Südliches Afrika"@de,
        "ལྷོའི་ཨཕ་རི་ཀ"@dz,
        "Anyiehelɔƒo Afrika nutome"@ee,
        "Νότιος Αφρική"@el,
        "Southern Africa"@en,
        "𐐝𐐲𐑄𐐲𐑉𐑌 𐐈𐑁𐑉𐐲𐐿𐐲"@en-Dsrt,
        "África meridional"@es,
        "Lõuna-Aafrika"@et,
        "Afrika hegoaldea"@eu,
        "جنوب افریقا"@fa,
        "eteläinen Afrikka"@fi,
        "Katimugang Africa"@fil,
        "Suður Afrika"@fo,
        "Afrique australe"@fr,
        "Afriche meridionâl"@fur,
        "An Afraic Dheisceartach"@ga,
        "An Roinn-Afraga a Deas"@gd,
        "África Meridional"@gl,
        "Süüdlichs Afrika"@gsw,
        "દક્ષિણી આફ્રિકા"@gu,
        "דרום יבשת אפריקה"@he,
        "दक्षिणी अफ्रीका"@hi,
        "Južna Afrika"@hr,
        "Afrika déli része"@hu,
        "Հարավային Աֆրիկա [018]"@hy,
        "Afrika Bagian Selatan"@id,
        "Suðurhluti Afríku"@is,
        "Africa del Sud"@it,
        "南部アフリカ"@ja,
        "სამხრეთი აფრიკა"@ka,
        "Sul di Afrika"@kea,
        "Оңтүстік Африка"@kk,
        "អាព្រិក​ខាង​ជើង"@km,
        "ಆಫ್ರಿಕಾದ ದಕ್ಷಿಣ ಭಾಗ"@kn,
        "남부 아프리카"@ko,
        "جنوٗبی اَفریٖکا"@ks,
        "Söd-Affrika"@ksh,
        "Afríka ya Sidi"@ln,
        "ແອບຟຣິກາໃຕ້"@lo,
        "Pietų Afrika [018]"@lt,
        "Dienvidāfrika"@lv,
        "Јужна континентална Африка"@mk,
        "തെക്കേ ആഫ്രിക്ക"@ml,
        "दक्षिणी अफ्रिका"@mr,
        "Affrika t’Isfel"@mt,
        "တောင်ပိုင်း အာဖရိက"@my,
        "Sørlige Afrika"@nb,
        "दक्षिणी अफ्रिका"@ne,
        "Zuidelijk Afrika"@nl,
        "Sørlege Afrika"@nn,
        "ଦକ୍ଷିଣସ୍ଥ ଆଫ୍ରିକା"@or,
        "Afryka Południowa"@pl,
        "África Austral"@pt,
        "Africa Meridiunala"@rm,
        "Africa Meridională"@ro,
        "Южная Африка"@ru,
        "mátta-Afrihkká"@se,
        "දකුණුදිග අප්‍රිකාව"@si,
        "Južná Afrika [018]"@sk,
        "Južna Afrika"@sl,
        "Јужна Африка"@sr,
        "Južna Afrika"@sr-Latn,
        "södra Afrika"@sv,
        "Afrika ya Kusini"@swh,
        "தென்னாப்ரிக்கா"@ta,
        "దక్షిణ ఆఫ్రికా"@te,
        "แอฟริกาใต้ [018]"@th,
        "ደቡባዊ አፍሪካ"@ti,
        "ʻAfilika fakatonga"@to,
        "Afrika'nın Güneyi"@tr,
        "Південна Африка"@uk,
        "جنوبی افریقہ کے علاقہ"@ur,
        "Miền Nam Châu Phi"@vi,
        "Südličs Afrika"@wae,
        "Selatan Afrika"@zsm,
        "e-Southern Africa"@zu ;
    lvont:label <http://lexvo.org/id/term/afr/Suider-Afrika>,
        <http://lexvo.org/id/term/amh/%E1%8B%B0%E1%89%A1%E1%89%A3%E1%8B%8A%20%E1%8A%A0%E1%8D%8D%E1%88%AA%E1%8A%AB>,
        <http://lexvo.org/id/term/ara/%D8%A3%D9%81%D8%B1%D9%8A%D9%82%D9%8A%D8%A7%20%D8%A7%D9%84%D8%AC%D9%86%D9%88%D8%A8%D9%8A%D8%A9>,
        <http://lexvo.org/id/term/ast/%C3%81frica%20del%20Sur>,
        <http://lexvo.org/id/term/bel/%D0%9F%D0%B0%D1%9E%D0%B4%D0%BD%D1%91%D0%B2%D0%B0%D1%8F%20%D0%90%D1%84%D1%80%D1%8B%D0%BA%D0%B0>,
        <http://lexvo.org/id/term/ben/%E0%A6%A6%E0%A6%95%E0%A7%8D%E0%A6%B7%E0%A6%BF%E0%A6%A3%E0%A6%BE%E0%A6%9E%E0%A7%8D%E0%A6%9A%E0%A6%B2%E0%A7%80%E0%A6%AF%E0%A6%BC%20%E0%A6%86%E0%A6%AB%E0%A7%8D%E0%A6%B0%E0%A6%BF%E0%A6%95%E0%A6%BE>,
        <http://lexvo.org/id/term/bos-Cyrl/%D0%88%D1%83%D0%B6%D0%BD%D0%B0%20%D0%90%D1%84%D1%80%D0%B8%D0%BA%D0%B0>,
        <http://lexvo.org/id/term/bos/Ju%C5%BEna%20Afrika>,
        <http://lexvo.org/id/term/bre/Afrika%20ar%20Su>,
        <http://lexvo.org/id/term/brx/%E0%A4%A6%E0%A4%95%E0%A5%8D%E0%A4%B7%E0%A4%BF%E0%A4%A3%E0%A5%80%20%E0%A4%85%E0%A4%AB%E0%A5%8D%E0%A4%B0%E0%A5%80%E0%A4%95%E0%A4%BE>,
        <http://lexvo.org/id/term/bul/%D0%AE%D0%B6%D0%BD%D0%BE%D0%B0%D1%84%D1%80%D0%B8%D0%BA%D0%B0%D0%BD%D1%81%D0%BA%D0%B8%20%D1%80%D0%B5%D0%B3%D0%B8%D0%BE%D0%BD>,
        <http://lexvo.org/id/term/cat/%C3%80frica%20meridional>,
        <http://lexvo.org/id/term/ces/Ji%C5%BEn%C3%AD%20Afrika>,
        <http://lexvo.org/id/term/cmn-Hant/%E9%9D%9E%E6%B4%B2%E5%8D%97%E9%83%A8>,
        <http://lexvo.org/id/term/cmn/%E5%8D%97%E9%83%A8%E9%9D%9E%E6%B4%B2>,
        <http://lexvo.org/id/term/cym/Deheudir%20Affrica>,
        <http://lexvo.org/id/term/dan/Det%20sydlige%20Afrika>,
        <http://lexvo.org/id/term/deu/S%C3%BCdliches%20Afrika>,
        <http://lexvo.org/id/term/dzo/%E0%BD%A3%E0%BE%B7%E0%BD%BC%E0%BD%A0%E0%BD%B2%E0%BC%8B%E0%BD%A8%E0%BD%95%E0%BC%8B%E0%BD%A2%E0%BD%B2%E0%BC%8B%E0%BD%80>,
        <http://lexvo.org/id/term/ell/%CE%9D%CF%8C%CF%84%CE%B9%CE%BF%CF%82%20%CE%91%CF%86%CF%81%CE%B9%CE%BA%CE%AE>,
        <http://lexvo.org/id/term/eng-Dsrt/%F0%90%90%9D%F0%90%90%B2%F0%90%91%84%F0%90%90%B2%F0%90%91%89%F0%90%91%8C%20%F0%90%90%88%F0%90%91%81%F0%90%91%89%F0%90%90%B2%F0%90%90%BF%F0%90%90%B2>,
        <http://lexvo.org/id/term/eng/Southern%20Africa>,
        <http://lexvo.org/id/term/est/L%C3%B5una-Aafrika>,
        <http://lexvo.org/id/term/eus/Afrika%20hegoaldea>,
        <http://lexvo.org/id/term/ewe/Anyiehel%C9%94%C6%92o%20Afrika%20nutome>,
        <http://lexvo.org/id/term/fao/Su%C3%B0ur%20Afrika>,
        <http://lexvo.org/id/term/fas/%D8%AC%D9%86%D9%88%D8%A8%20%D8%A7%D9%81%D8%B1%DB%8C%D9%82%D8%A7>,
        <http://lexvo.org/id/term/fil/Katimugang%20Africa>,
        <http://lexvo.org/id/term/fin/etel%C3%A4inen%20Afrikka>,
        <http://lexvo.org/id/term/fra/Afrique%20australe>,
        <http://lexvo.org/id/term/fur/Afriche%20meridion%C3%A2l>,
        <http://lexvo.org/id/term/gla/An%20Roinn-Afraga%20a%20Deas>,
        <http://lexvo.org/id/term/gle/An%20Afraic%20Dheisceartach>,
        <http://lexvo.org/id/term/glg/%C3%81frica%20Meridional>,
        <http://lexvo.org/id/term/gsw/S%C3%BC%C3%BCdlichs%20Afrika>,
        <http://lexvo.org/id/term/guj/%E0%AA%A6%E0%AA%95%E0%AB%8D%E0%AA%B7%E0%AA%BF%E0%AA%A3%E0%AB%80%20%E0%AA%86%E0%AA%AB%E0%AB%8D%E0%AA%B0%E0%AA%BF%E0%AA%95%E0%AA%BE>,
        <http://lexvo.org/id/term/heb/%D7%93%D7%A8%D7%95%D7%9D%20%D7%99%D7%91%D7%A9%D7%AA%20%D7%90%D7%A4%D7%A8%D7%99%D7%A7%D7%94>,
        <http://lexvo.org/id/term/hin/%E0%A4%A6%E0%A4%95%E0%A5%8D%E0%A4%B7%E0%A4%BF%E0%A4%A3%E0%A5%80%20%E0%A4%85%E0%A4%AB%E0%A5%8D%E0%A4%B0%E0%A5%80%E0%A4%95%E0%A4%BE>,
        <http://lexvo.org/id/term/hrv/Ju%C5%BEna%20Afrika>,
        <http://lexvo.org/id/term/hun/Afrika%20d%C3%A9li%20r%C3%A9sze>,
        <http://lexvo.org/id/term/hye/%D5%80%D5%A1%D6%80%D5%A1%D5%BE%D5%A1%D5%B5%D5%AB%D5%B6%20%D4%B1%D6%86%D6%80%D5%AB%D5%AF%D5%A1%20%5B018%5D>,
        <http://lexvo.org/id/term/ind/Afrika%20Bagian%20Selatan>,
        <http://lexvo.org/id/term/isl/Su%C3%B0urhluti%20Afr%C3%ADku>,
        <http://lexvo.org/id/term/ita/Africa%20del%20Sud>,
        <http://lexvo.org/id/term/jpn/%E5%8D%97%E9%83%A8%E3%82%A2%E3%83%95%E3%83%AA%E3%82%AB>,
        <http://lexvo.org/id/term/kan/%E0%B2%86%E0%B2%AB%E0%B3%8D%E0%B2%B0%E0%B2%BF%E0%B2%95%E0%B2%BE%E0%B2%A6%20%E0%B2%A6%E0%B2%95%E0%B3%8D%E0%B2%B7%E0%B2%BF%E0%B2%A3%20%E0%B2%AD%E0%B2%BE%E0%B2%97>,
        <http://lexvo.org/id/term/kas/%D8%AC%D9%86%D9%88%D9%97%D8%A8%DB%8C%20%D8%A7%D9%8E%D9%81%D8%B1%DB%8C%D9%96%DA%A9%D8%A7>,
        <http://lexvo.org/id/term/kat/%E1%83%A1%E1%83%90%E1%83%9B%E1%83%AE%E1%83%A0%E1%83%94%E1%83%97%E1%83%98%20%E1%83%90%E1%83%A4%E1%83%A0%E1%83%98%E1%83%99%E1%83%90>,
        <http://lexvo.org/id/term/kaz/%D0%9E%D2%A3%D1%82%D2%AF%D1%81%D1%82%D1%96%D0%BA%20%D0%90%D1%84%D1%80%D0%B8%D0%BA%D0%B0>,
        <http://lexvo.org/id/term/kea/Sul%20di%20Afrika>,
        <http://lexvo.org/id/term/khm/%E1%9E%A2%E1%9E%B6%E1%9E%96%E1%9F%92%E1%9E%9A%E1%9E%B7%E1%9E%80%E2%80%8B%E1%9E%81%E1%9E%B6%E1%9E%84%E2%80%8B%E1%9E%87%E1%9E%BE%E1%9E%84>,
        <http://lexvo.org/id/term/kor/%EB%82%A8%EB%B6%80%20%EC%95%84%ED%94%84%EB%A6%AC%EC%B9%B4>,
        <http://lexvo.org/id/term/ksh/S%C3%B6d-Affrika>,
        <http://lexvo.org/id/term/lao/%E0%BB%81%E0%BA%AD%E0%BA%9A%E0%BA%9F%E0%BA%A3%E0%BA%B4%E0%BA%81%E0%BA%B2%E0%BB%83%E0%BA%95%E0%BB%89>,
        <http://lexvo.org/id/term/lav/Dienvid%C4%81frika>,
        <http://lexvo.org/id/term/lin/Afr%C3%ADka%20ya%20Sidi>,
        <http://lexvo.org/id/term/lit/Piet%C5%B3%20Afrika%20%5B018%5D>,
        <http://lexvo.org/id/term/mal/%E0%B4%A4%E0%B5%86%E0%B4%95%E0%B5%8D%E0%B4%95%E0%B5%87%20%E0%B4%86%E0%B4%AB%E0%B5%8D%E0%B4%B0%E0%B4%BF%E0%B4%95%E0%B5%8D%E0%B4%95>,
        <http://lexvo.org/id/term/mar/%E0%A4%A6%E0%A4%95%E0%A5%8D%E0%A4%B7%E0%A4%BF%E0%A4%A3%E0%A5%80%20%E0%A4%85%E0%A4%AB%E0%A5%8D%E0%A4%B0%E0%A4%BF%E0%A4%95%E0%A4%BE>,
        <http://lexvo.org/id/term/mkd/%D0%88%D1%83%D0%B6%D0%BD%D0%B0%20%D0%BA%D0%BE%D0%BD%D1%82%D0%B8%D0%BD%D0%B5%D0%BD%D1%82%D0%B0%D0%BB%D0%BD%D0%B0%20%D0%90%D1%84%D1%80%D0%B8%D0%BA%D0%B0>,
        <http://lexvo.org/id/term/mlt/Affrika%20t%E2%80%99Isfel>,
        <http://lexvo.org/id/term/mya/%E1%80%90%E1%80%B1%E1%80%AC%E1%80%84%E1%80%BA%E1%80%95%E1%80%AD%E1%80%AF%E1%80%84%E1%80%BA%E1%80%B8%20%E1%80%A1%E1%80%AC%E1%80%96%E1%80%9B%E1%80%AD%E1%80%80>,
        <http://lexvo.org/id/term/nep/%E0%A4%A6%E0%A4%95%E0%A5%8D%E0%A4%B7%E0%A4%BF%E0%A4%A3%E0%A5%80%20%E0%A4%85%E0%A4%AB%E0%A5%8D%E0%A4%B0%E0%A4%BF%E0%A4%95%E0%A4%BE>,
        <http://lexvo.org/id/term/nld/Zuidelijk%20Afrika>,
        <http://lexvo.org/id/term/nno/S%C3%B8rlege%20Afrika>,
        <http://lexvo.org/id/term/nob/S%C3%B8rlige%20Afrika>,
        <http://lexvo.org/id/term/ori/%E0%AC%A6%E0%AC%95%E0%AD%8D%E0%AC%B7%E0%AC%BF%E0%AC%A3%E0%AC%B8%E0%AD%8D%E0%AC%A5%20%E0%AC%86%E0%AC%AB%E0%AD%8D%E0%AC%B0%E0%AC%BF%E0%AC%95%E0%AC%BE>,
        <http://lexvo.org/id/term/pol/Afryka%20Po%C5%82udniowa>,
        <http://lexvo.org/id/term/por/%C3%81frica%20Austral>,
        <http://lexvo.org/id/term/roh/Africa%20Meridiunala>,
        <http://lexvo.org/id/term/ron/Africa%20Meridional%C4%83>,
        <http://lexvo.org/id/term/rus/%D0%AE%D0%B6%D0%BD%D0%B0%D1%8F%20%D0%90%D1%84%D1%80%D0%B8%D0%BA%D0%B0>,
        <http://lexvo.org/id/term/sin/%E0%B6%AF%E0%B6%9A%E0%B7%94%E0%B6%AB%E0%B7%94%E0%B6%AF%E0%B7%92%E0%B6%9C%20%E0%B6%85%E0%B6%B4%E0%B7%8A%E2%80%8D%E0%B6%BB%E0%B7%92%E0%B6%9A%E0%B7%8F%E0%B7%80>,
        <http://lexvo.org/id/term/slk/Ju%C5%BEn%C3%A1%20Afrika%20%5B018%5D>,
        <http://lexvo.org/id/term/slv/Ju%C5%BEna%20Afrika>,
        <http://lexvo.org/id/term/sme/m%C3%A1tta-Afrihkk%C3%A1>,
        <http://lexvo.org/id/term/spa/%C3%81frica%20meridional>,
        <http://lexvo.org/id/term/srp-Latn/Ju%C5%BEna%20Afrika>,
        <http://lexvo.org/id/term/srp/%D0%88%D1%83%D0%B6%D0%BD%D0%B0%20%D0%90%D1%84%D1%80%D0%B8%D0%BA%D0%B0>,
        <http://lexvo.org/id/term/swe/s%C3%B6dra%20Afrika>,
        <http://lexvo.org/id/term/swh/Afrika%20ya%20Kusini>,
        <http://lexvo.org/id/term/tam/%E0%AE%A4%E0%AF%86%E0%AE%A9%E0%AF%8D%E0%AE%A9%E0%AE%BE%E0%AE%AA%E0%AF%8D%E0%AE%B0%E0%AE%BF%E0%AE%95%E0%AF%8D%E0%AE%95%E0%AE%BE>,
        <http://lexvo.org/id/term/tel/%E0%B0%A6%E0%B0%95%E0%B1%8D%E0%B0%B7%E0%B0%BF%E0%B0%A3%20%E0%B0%86%E0%B0%AB%E0%B1%8D%E0%B0%B0%E0%B0%BF%E0%B0%95%E0%B0%BE>,
        <http://lexvo.org/id/term/tha/%E0%B9%81%E0%B8%AD%E0%B8%9F%E0%B8%A3%E0%B8%B4%E0%B8%81%E0%B8%B2%E0%B9%83%E0%B8%95%E0%B9%89%20%5B018%5D>,
        <http://lexvo.org/id/term/tir/%E1%8B%B0%E1%89%A1%E1%89%A3%E1%8B%8A%20%E1%8A%A0%E1%8D%8D%E1%88%AA%E1%8A%AB>,
        <http://lexvo.org/id/term/ton/%CA%BBAfilika%20fakatonga>,
        <http://lexvo.org/id/term/tur/Afrika'n%C4%B1n%20G%C3%BCneyi>,
        <http://lexvo.org/id/term/ukr/%D0%9F%D1%96%D0%B2%D0%B4%D0%B5%D0%BD%D0%BD%D0%B0%20%D0%90%D1%84%D1%80%D0%B8%D0%BA%D0%B0>,
        <http://lexvo.org/id/term/urd/%D8%AC%D9%86%D9%88%D8%A8%DB%8C%20%D8%A7%D9%81%D8%B1%DB%8C%D9%82%DB%81%20%DA%A9%DB%92%20%D8%B9%D9%84%D8%A7%D9%82%DB%81>,
        <http://lexvo.org/id/term/vie/Mi%E1%BB%81n%20Nam%20Ch%C3%A2u%20Phi>,
        <http://lexvo.org/id/term/wae/S%C3%BCdli%C4%8Ds%20Afrika>,
        <http://lexvo.org/id/term/zsm/Selatan%20Afrika>,
        <http://lexvo.org/id/term/zul/e-Southern%20Africa> .

<http://lexvo.org/id/un_m49/019> a lvont:GeographicRegion ;
    rdfs:label "Amerikas"@af,
        "አሜሪካ"@am,
        "الأمريكتين"@ar,
        "América"@ast,
        "Amerikalar"@az,
        "Паўночная і Паўднёвая Амерыкі"@be,
        "Америка"@bg,
        "আমেরিকাস"@bn,
        "ཨ་མེ་རི་ཀ།"@bo,
        "Amerikaoù"@br,
        "अमरिकाज़्"@brx,
        "Amerike"@bs,
        "Америке"@bs-Cyrl,
        "Amèrica"@ca,
        "ᎠᎺᎵᎦᎢ"@chr,
        "美洲"@cmn,
        "美洲"@cmn-Hant,
        "美洲地區"@cmn-Hant,
        "Amerika"@cs,
        "Yr Amerig"@cy,
        "Amerika"@da,
        "Amerika"@de,
        "ཨ་མི་རི་ཀ་ཚུ"@dz,
        "Amerika nutome"@ee,
        "Αμερική"@el,
        "Americas"@en,
        "𐐊𐑋𐐯𐑉𐐲𐐿𐐲𐑆"@en-Dsrt,
        "Américas"@es,
        "Ameerika maailmajagu"@et,
        "Amerika"@eu,
        "امریکا"@fa,
        "Amerikka"@fi,
        "Americas"@fil,
        "Amerika"@fo,
        "Amériques"@fr,
        "Americhis"@fur,
        "Na Meiriceánna"@ga,
        "An Dà Aimearaga"@gd,
        "América"@gl,
        "Nord-, Mittel- und Süüdameerika"@gsw,
        "અમેરિકાસ"@gu,
        "אמריקה"@he,
        "अमेरीकास"@hi,
        "Amerike"@hr,
        "Amerika"@hu,
        "Amerika"@id,
        "Ameríka"@is,
        "Americhe"@it,
        "アメリカ大陸"@ja,
        "Amɛlîk"@jgo,
        "ამერიკები"@ka,
        "Merkas"@kea,
        "Америкалар"@kk,
        "Amerika"@kl,
        "អាមេរិក"@km,
        "ಅಮೆರಿಕಾಸ್"@kn,
        "아메리카 대륙"@ko,
        "اَمریٖکَس"@ks,
        "Ammärrika"@ksh,
        "Ameríka"@ln,
        "ອາເມຣິກາ"@lo,
        "Amerika"@lt,
        "Amerika"@lv,
        "Америки"@mk,
        "അമേരിക്കൻ ഭൂഖണ്ഡം"@ml,
        "अमेरिकास"@mr,
        "Amerika"@mt,
        "အမေရိကများ"@my,
        "Amerika"@nb,
        "अमेरिकास"@ne,
        "Amerika"@nl,
        "Amerika"@nn,
        "ଆମେରିକାସ୍"@or,
        "Америкӕ"@os,
        "Ameryka"@pl,
        "Américas"@pt,
        "America dal Nord, America Centrala ed America dal Sid"@rm,
        "Americi"@ro,
        "Центральная и Южная Америка"@ru,
        "Amerihkká"@se,
        "ඇමරිකාව"@si,
        "Americký kontinent"@sk,
        "Amerike"@sl,
        "Америке"@sr,
        "Amerike"@sr-Latn,
        "Nord- och Sydamerika"@sv,
        "Amerika"@swh,
        "அமெர்க்காஸ்"@ta,
        "అమెరికాలు"@te,
        "อเมริกา"@th,
        "አሜሪካዎች"@ti,
        "Ongo ʻAmelika"@to,
        "Amerika"@tr,
        "Америки"@uk,
        "امیریکاز"@ur,
        "Châu Mỹ"@vi,
        "Amerikaniš Kontinänt"@wae,
        "Amerika"@zsm,
        "Americas"@zu ;
    lvont:label <http://lexvo.org/id/term/afr/Amerikas>,
        <http://lexvo.org/id/term/amh/%E1%8A%A0%E1%88%9C%E1%88%AA%E1%8A%AB>,
        <http://lexvo.org/id/term/ara/%D8%A7%D9%84%D8%A3%D9%85%D8%B1%D9%8A%D9%83%D8%AA%D9%8A%D9%86>,
        <http://lexvo.org/id/term/ast/Am%C3%A9rica>,
        <http://lexvo.org/id/term/aze/Amerikalar>,
        <http://lexvo.org/id/term/bel/%D0%9F%D0%B0%D1%9E%D0%BD%D0%BE%D1%87%D0%BD%D0%B0%D1%8F%20%D1%96%20%D0%9F%D0%B0%D1%9E%D0%B4%D0%BD%D1%91%D0%B2%D0%B0%D1%8F%20%D0%90%D0%BC%D0%B5%D1%80%D1%8B%D0%BA%D1%96>,
        <http://lexvo.org/id/term/ben/%E0%A6%86%E0%A6%AE%E0%A7%87%E0%A6%B0%E0%A6%BF%E0%A6%95%E0%A6%BE%E0%A6%B8>,
        <http://lexvo.org/id/term/bod/%E0%BD%A8%E0%BC%8B%E0%BD%98%E0%BD%BA%E0%BC%8B%E0%BD%A2%E0%BD%B2%E0%BC%8B%E0%BD%80%E0%BC%8D>,
        <http://lexvo.org/id/term/bos-Cyrl/%D0%90%D0%BC%D0%B5%D1%80%D0%B8%D0%BA%D0%B5>,
        <http://lexvo.org/id/term/bos/Amerike>,
        <http://lexvo.org/id/term/bre/Amerikao%C3%B9>,
        <http://lexvo.org/id/term/brx/%E0%A4%85%E0%A4%AE%E0%A4%B0%E0%A4%BF%E0%A4%95%E0%A4%BE%E0%A4%9C%E0%A4%BC%E0%A5%8D>,
        <http://lexvo.org/id/term/bul/%D0%90%D0%BC%D0%B5%D1%80%D0%B8%D0%BA%D0%B0>,
        <http://lexvo.org/id/term/cat/Am%C3%A8rica>,
        <http://lexvo.org/id/term/ces/Amerika>,
        <http://lexvo.org/id/term/chr/%E1%8E%A0%E1%8E%BA%E1%8E%B5%E1%8E%A6%E1%8E%A2>,
        <http://lexvo.org/id/term/cmn-Hant/%E7%BE%8E%E6%B4%B2>,
        <http://lexvo.org/id/term/cmn-Hant/%E7%BE%8E%E6%B4%B2%E5%9C%B0%E5%8D%80>,
        <http://lexvo.org/id/term/cmn/%E7%BE%8E%E6%B4%B2>,
        <http://lexvo.org/id/term/cym/Yr%20Amerig>,
        <http://lexvo.org/id/term/dan/Amerika>,
        <http://lexvo.org/id/term/deu/Amerika>,
        <http://lexvo.org/id/term/dzo/%E0%BD%A8%E0%BC%8B%E0%BD%98%E0%BD%B2%E0%BC%8B%E0%BD%A2%E0%BD%B2%E0%BC%8B%E0%BD%80%E0%BC%8B%E0%BD%9A%E0%BD%B4>,
        <http://lexvo.org/id/term/ell/%CE%91%CE%BC%CE%B5%CF%81%CE%B9%CE%BA%CE%AE>,
        <http://lexvo.org/id/term/eng-Dsrt/%F0%90%90%8A%F0%90%91%8B%F0%90%90%AF%F0%90%91%89%F0%90%90%B2%F0%90%90%BF%F0%90%90%B2%F0%90%91%86>,
        <http://lexvo.org/id/term/eng/Americas>,
        <http://lexvo.org/id/term/est/Ameerika%20maailmajagu>,
        <http://lexvo.org/id/term/eus/Amerika>,
        <http://lexvo.org/id/term/ewe/Amerika%20nutome>,
        <http://lexvo.org/id/term/fao/Amerika>,
        <http://lexvo.org/id/term/fas/%D8%A7%D9%85%D8%B1%DB%8C%DA%A9%D8%A7>,
        <http://lexvo.org/id/term/fil/Americas>,
        <http://lexvo.org/id/term/fin/Amerikka>,
        <http://lexvo.org/id/term/fra/Am%C3%A9riques>,
        <http://lexvo.org/id/term/fur/Americhis>,
        <http://lexvo.org/id/term/gla/An%20D%C3%A0%20Aimearaga>,
        <http://lexvo.org/id/term/gle/Na%20Meirice%C3%A1nna>,
        <http://lexvo.org/id/term/glg/Am%C3%A9rica>,
        <http://lexvo.org/id/term/gsw/Nord-%2C%20Mittel-%20und%20S%C3%BC%C3%BCdameerika>,
        <http://lexvo.org/id/term/guj/%E0%AA%85%E0%AA%AE%E0%AB%87%E0%AA%B0%E0%AA%BF%E0%AA%95%E0%AA%BE%E0%AA%B8>,
        <http://lexvo.org/id/term/heb/%D7%90%D7%9E%D7%A8%D7%99%D7%A7%D7%94>,
        <http://lexvo.org/id/term/hin/%E0%A4%85%E0%A4%AE%E0%A5%87%E0%A4%B0%E0%A5%80%E0%A4%95%E0%A4%BE%E0%A4%B8>,
        <http://lexvo.org/id/term/hrv/Amerike>,
        <http://lexvo.org/id/term/hun/Amerika>,
        <http://lexvo.org/id/term/ind/Amerika>,
        <http://lexvo.org/id/term/isl/Amer%C3%ADka>,
        <http://lexvo.org/id/term/ita/Americhe>,
        <http://lexvo.org/id/term/jgo/Am%C9%9Bl%C3%AEk>,
        <http://lexvo.org/id/term/jpn/%E3%82%A2%E3%83%A1%E3%83%AA%E3%82%AB%E5%A4%A7%E9%99%B8>,
        <http://lexvo.org/id/term/kal/Amerika>,
        <http://lexvo.org/id/term/kan/%E0%B2%85%E0%B2%AE%E0%B3%86%E0%B2%B0%E0%B2%BF%E0%B2%95%E0%B2%BE%E0%B2%B8%E0%B3%8D>,
        <http://lexvo.org/id/term/kas/%D8%A7%D9%8E%D9%85%D8%B1%DB%8C%D9%96%DA%A9%D9%8E%D8%B3>,
        <http://lexvo.org/id/term/kat/%E1%83%90%E1%83%9B%E1%83%94%E1%83%A0%E1%83%98%E1%83%99%E1%83%94%E1%83%91%E1%83%98>,
        <http://lexvo.org/id/term/kaz/%D0%90%D0%BC%D0%B5%D1%80%D0%B8%D0%BA%D0%B0%D0%BB%D0%B0%D1%80>,
        <http://lexvo.org/id/term/kea/Merkas>,
        <http://lexvo.org/id/term/khm/%E1%9E%A2%E1%9E%B6%E1%9E%98%E1%9F%81%E1%9E%9A%E1%9E%B7%E1%9E%80>,
        <http://lexvo.org/id/term/kor/%EC%95%84%EB%A9%94%EB%A6%AC%EC%B9%B4%20%EB%8C%80%EB%A5%99>,
        <http://lexvo.org/id/term/ksh/Amm%C3%A4rrika>,
        <http://lexvo.org/id/term/lao/%E0%BA%AD%E0%BA%B2%E0%BB%80%E0%BA%A1%E0%BA%A3%E0%BA%B4%E0%BA%81%E0%BA%B2>,
        <http://lexvo.org/id/term/lav/Amerika>,
        <http://lexvo.org/id/term/lin/Amer%C3%ADka>,
        <http://lexvo.org/id/term/lit/Amerika>,
        <http://lexvo.org/id/term/mal/%E0%B4%85%E0%B4%AE%E0%B5%87%E0%B4%B0%E0%B4%BF%E0%B4%95%E0%B5%8D%E0%B4%95%E0%B5%BB%20%E0%B4%AD%E0%B5%82%E0%B4%96%E0%B4%A3%E0%B5%8D%E0%B4%A1%E0%B4%82>,
        <http://lexvo.org/id/term/mar/%E0%A4%85%E0%A4%AE%E0%A5%87%E0%A4%B0%E0%A4%BF%E0%A4%95%E0%A4%BE%E0%A4%B8>,
        <http://lexvo.org/id/term/mkd/%D0%90%D0%BC%D0%B5%D1%80%D0%B8%D0%BA%D0%B8>,
        <http://lexvo.org/id/term/mlt/Amerika>,
        <http://lexvo.org/id/term/mya/%E1%80%A1%E1%80%99%E1%80%B1%E1%80%9B%E1%80%AD%E1%80%80%E1%80%99%E1%80%BB%E1%80%AC%E1%80%B8>,
        <http://lexvo.org/id/term/nep/%E0%A4%85%E0%A4%AE%E0%A5%87%E0%A4%B0%E0%A4%BF%E0%A4%95%E0%A4%BE%E0%A4%B8>,
        <http://lexvo.org/id/term/nld/Amerika>,
        <http://lexvo.org/id/term/nno/Amerika>,
        <http://lexvo.org/id/term/nob/Amerika>,
        <http://lexvo.org/id/term/ori/%E0%AC%86%E0%AC%AE%E0%AD%87%E0%AC%B0%E0%AC%BF%E0%AC%95%E0%AC%BE%E0%AC%B8%E0%AD%8D>,
        <http://lexvo.org/id/term/oss/%D0%90%D0%BC%D0%B5%D1%80%D0%B8%D0%BA%D3%95>,
        <http://lexvo.org/id/term/pol/Ameryka>,
        <http://lexvo.org/id/term/por/Am%C3%A9ricas>,
        <http://lexvo.org/id/term/roh/America%20dal%20Nord%2C%20America%20Centrala%20ed%20America%20dal%20Sid>,
        <http://lexvo.org/id/term/ron/Americi>,
        <http://lexvo.org/id/term/rus/%D0%A6%D0%B5%D0%BD%D1%82%D1%80%D0%B0%D0%BB%D1%8C%D0%BD%D0%B0%D1%8F%20%D0%B8%20%D0%AE%D0%B6%D0%BD%D0%B0%D1%8F%20%D0%90%D0%BC%D0%B5%D1%80%D0%B8%D0%BA%D0%B0>,
        <http://lexvo.org/id/term/sin/%E0%B6%87%E0%B6%B8%E0%B6%BB%E0%B7%92%E0%B6%9A%E0%B7%8F%E0%B7%80>,
        <http://lexvo.org/id/term/slk/Americk%C3%BD%20kontinent>,
        <http://lexvo.org/id/term/slv/Amerike>,
        <http://lexvo.org/id/term/sme/Amerihkk%C3%A1>,
        <http://lexvo.org/id/term/spa/Am%C3%A9ricas>,
        <http://lexvo.org/id/term/srp-Latn/Amerike>,
        <http://lexvo.org/id/term/srp/%D0%90%D0%BC%D0%B5%D1%80%D0%B8%D0%BA%D0%B5>,
        <http://lexvo.org/id/term/swe/Nord-%20och%20Sydamerika>,
        <http://lexvo.org/id/term/swh/Amerika>,
        <http://lexvo.org/id/term/tam/%E0%AE%85%E0%AE%AE%E0%AF%86%E0%AE%B0%E0%AF%8D%E0%AE%95%E0%AF%8D%E0%AE%95%E0%AE%BE%E0%AE%B8%E0%AF%8D>,
        <http://lexvo.org/id/term/tel/%E0%B0%85%E0%B0%AE%E0%B1%86%E0%B0%B0%E0%B0%BF%E0%B0%95%E0%B0%BE%E0%B0%B2%E0%B1%81>,
        <http://lexvo.org/id/term/tha/%E0%B8%AD%E0%B9%80%E0%B8%A1%E0%B8%A3%E0%B8%B4%E0%B8%81%E0%B8%B2>,
        <http://lexvo.org/id/term/tir/%E1%8A%A0%E1%88%9C%E1%88%AA%E1%8A%AB%E1%8B%8E%E1%89%BD>,
        <http://lexvo.org/id/term/ton/Ongo%20%CA%BBAmelika>,
        <http://lexvo.org/id/term/tur/Amerika>,
        <http://lexvo.org/id/term/ukr/%D0%90%D0%BC%D0%B5%D1%80%D0%B8%D0%BA%D0%B8>,
        <http://lexvo.org/id/term/urd/%D8%A7%D9%85%DB%8C%D8%B1%DB%8C%DA%A9%D8%A7%D8%B2>,
        <http://lexvo.org/id/term/vie/Ch%C3%A2u%20M%E1%BB%B9>,
        <http://lexvo.org/id/term/wae/Amerikani%C5%A1%20Kontin%C3%A4nt>,
        <http://lexvo.org/id/term/zsm/Amerika>,
        <http://lexvo.org/id/term/zul/Americas> .

<http://lexvo.org/id/un_m49/021> a lvont:GeographicRegion ;
    rdfs:label "Noordelike Amerika"@af,
        "ሰሜናዊ አሜሪካ"@am,
        "شمال أمريكا"@ar,
        "América del Norte"@ast,
        "ЗША і Канада"@be,
        "Северна Америка"@bg,
        "উত্তরাঞ্চলীয় আমেরিকা"@bn,
        "Amerika an Norzh"@br,
        "उत्तरी अमरिका"@brx,
        "Severna Amerika"@bs,
        "Северна Америка"@bs-Cyrl,
        "Amèrica septentrional"@ca,
        "美洲北部"@cmn,
        "北美"@cmn-Hant,
        "Severní Amerika oblast"@cs,
        "America i'r Gogledd o Mecsico"@cy,
        "Det nordlige Amerika"@da,
        "Nördliches Amerika"@de,
        "བྱང་ཕྱོགས་ཀྱི་ཨ་མི་རི་ཀ"@dz,
        "Dziehelɔƒo Amerika nutome"@ee,
        "Βόρειος Αμερική"@el,
        "Northern America"@en,
        "𐐤𐐱𐑉𐑄𐐲𐑉𐑌 𐐊𐑋𐐯𐑉𐐲𐐿𐐲"@en-Dsrt,
        "Norteamérica"@es,
        "Ameerika põhjaosa"@et,
        "Amerika iparraldea"@eu,
        "شمال امریکا"@fa,
        "pohjoinen Amerikka"@fi,
        "Hilagang Amerika"@fil,
        "Amerika norður Meksiko"@fo,
        "Amérique septentrionale"@fr,
        "Americhe setentrionâl"@fur,
        "Meiriceá Tuaisceartach"@ga,
        "An Roinn-Aimearaga a Tuath"@gd,
        "América do Norte"@gl,
        "Nördlichs Ameerika"@gsw,
        "ઉતરીય અમેરિકા"@gu,
        "אמריקה הצפונית"@he,
        "उत्तरी अमेरिका"@hi,
        "Sjeverna Amerika"@hr,
        "Amerika északi része"@hu,
        "Amerika Bagian Utara"@id,
        "Ameríka norðan Mexikó"@is,
        "America del Nord"@it,
        "北アメリカ"@ja,
        "ჩრდილოეთი ამერიკა"@ka,
        "Norti di Merka"@kea,
        "Солтүстік Америка (АҚШ, Канада, Гренландия және Бермуд аралдары)"@kk,
        "អាមេរិក​ភាគ​ខាង​ជើង"@km,
        "ಅಮೇರಿಕಾದ ಉತ್ತರ ಭಾಗ"@kn,
        "북부 아메리카"@ko,
        "شُمٲلی اَمریٖکا خٕطہٕ"@ks,
        "der Norde vun Amärrika"@ksh,
        "ອາເມລິກາເໜືອສຸດ"@lo,
        "Šiaurinė Amerika"@lt,
        "Ziemeļamerika — ASV, Kanāda un Grenlande"@lv,
        "Северна континентална Америка"@mk,
        "വടക്കേ അമേരിക്ക"@ml,
        "उत्तरी अमेरिका"@mr,
        "Amerika Nòrdiku"@mt,
        "မြောက်ပိုင်း အမေရိက"@my,
        "Nordlige Amerika"@nb,
        "उत्तरी अमेरिका"@ne,
        "Noordelijk Amerika"@nl,
        "nordlege Amerika"@nn,
        "ଉତ୍ତରସ୍ଥ ଆମେରିକା"@or,
        "Ameryka Północna - Kanada, USA"@pl,
        "América Setentrional"@pt,
        "America Septentrională"@ro,
        "Северная Америка - США и Канада"@ru,
        "Davvi-Amerihká"@se,
        "dávvi-Amerihkká"@se,
        "උතුරුදිග ඇමෙරිකාව"@si,
        "Severná Amerika"@sk,
        "severnoameriška celina"@sl,
        "Северна Америка"@sr,
        "Severna Amerika"@sr-Latn,
        "norra Amerika"@sv,
        "Amerika ya Kaskazini"@swh,
        "வடக்கு அமெரிக்கா"@ta,
        "ఉత్తర అమెరికా"@te,
        "อเมริกาตอนเหนือ"@th,
        "ሰሜናዊ አሜሪካ"@ti,
        "ʻAmelika fakatokelau"@to,
        "Amerika'nın Kuzeyi"@tr,
        "Північна Америка"@uk,
        "شمالی امریکہ کا علاقہ"@ur,
        "Miền Bắc Châu Mỹ"@vi,
        "Nördličs Amerika"@wae,
        "Utara Amerika"@zsm,
        "e-Northern America"@zu ;
    lvont:label <http://lexvo.org/id/term/afr/Noordelike%20Amerika>,
        <http://lexvo.org/id/term/amh/%E1%88%B0%E1%88%9C%E1%8A%93%E1%8B%8A%20%E1%8A%A0%E1%88%9C%E1%88%AA%E1%8A%AB>,
        <http://lexvo.org/id/term/ara/%D8%B4%D9%85%D8%A7%D9%84%20%D8%A3%D9%85%D8%B1%D9%8A%D9%83%D8%A7>,
        <http://lexvo.org/id/term/ast/Am%C3%A9rica%20del%20Norte>,
        <http://lexvo.org/id/term/bel/%D0%97%D0%A8%D0%90%20%D1%96%20%D0%9A%D0%B0%D0%BD%D0%B0%D0%B4%D0%B0>,
        <http://lexvo.org/id/term/ben/%E0%A6%89%E0%A6%A4%E0%A7%8D%E0%A6%A4%E0%A6%B0%E0%A6%BE%E0%A6%9E%E0%A7%8D%E0%A6%9A%E0%A6%B2%E0%A7%80%E0%A6%AF%E0%A6%BC%20%E0%A6%86%E0%A6%AE%E0%A7%87%E0%A6%B0%E0%A6%BF%E0%A6%95%E0%A6%BE>,
        <http://lexvo.org/id/term/bos-Cyrl/%D0%A1%D0%B5%D0%B2%D0%B5%D1%80%D0%BD%D0%B0%20%D0%90%D0%BC%D0%B5%D1%80%D0%B8%D0%BA%D0%B0>,
        <http://lexvo.org/id/term/bos/Severna%20Amerika>,
        <http://lexvo.org/id/term/bre/Amerika%20an%20Norzh>,
        <http://lexvo.org/id/term/brx/%E0%A4%89%E0%A4%A4%E0%A5%8D%E0%A4%A4%E0%A4%B0%E0%A5%80%20%E0%A4%85%E0%A4%AE%E0%A4%B0%E0%A4%BF%E0%A4%95%E0%A4%BE>,
        <http://lexvo.org/id/term/bul/%D0%A1%D0%B5%D0%B2%D0%B5%D1%80%D0%BD%D0%B0%20%D0%90%D0%BC%D0%B5%D1%80%D0%B8%D0%BA%D0%B0>,
        <http://lexvo.org/id/term/cat/Am%C3%A8rica%20septentrional>,
        <http://lexvo.org/id/term/ces/Severn%C3%AD%20Amerika%20oblast>,
        <http://lexvo.org/id/term/cmn-Hant/%E5%8C%97%E7%BE%8E>,
        <http://lexvo.org/id/term/cmn/%E7%BE%8E%E6%B4%B2%E5%8C%97%E9%83%A8>,
        <http://lexvo.org/id/term/cym/America%20i'r%20Gogledd%20o%20Mecsico>,
        <http://lexvo.org/id/term/dan/Det%20nordlige%20Amerika>,
        <http://lexvo.org/id/term/deu/N%C3%B6rdliches%20Amerika>,
        <http://lexvo.org/id/term/dzo/%E0%BD%96%E0%BE%B1%E0%BD%84%E0%BC%8B%E0%BD%95%E0%BE%B1%E0%BD%BC%E0%BD%82%E0%BD%A6%E0%BC%8B%E0%BD%80%E0%BE%B1%E0%BD%B2%E0%BC%8B%E0%BD%A8%E0%BC%8B%E0%BD%98%E0%BD%B2%E0%BC%8B%E0%BD%A2%E0%BD%B2%E0%BC%8B%E0%BD%80>,
        <http://lexvo.org/id/term/ell/%CE%92%CF%8C%CF%81%CE%B5%CE%B9%CE%BF%CF%82%20%CE%91%CE%BC%CE%B5%CF%81%CE%B9%CE%BA%CE%AE>,
        <http://lexvo.org/id/term/eng-Dsrt/%F0%90%90%A4%F0%90%90%B1%F0%90%91%89%F0%90%91%84%F0%90%90%B2%F0%90%91%89%F0%90%91%8C%20%F0%90%90%8A%F0%90%91%8B%F0%90%90%AF%F0%90%91%89%F0%90%90%B2%F0%90%90%BF%F0%90%90%B2>,
        <http://lexvo.org/id/term/eng/Northern%20America>,
        <http://lexvo.org/id/term/est/Ameerika%20p%C3%B5hjaosa>,
        <http://lexvo.org/id/term/eus/Amerika%20iparraldea>,
        <http://lexvo.org/id/term/ewe/Dziehel%C9%94%C6%92o%20Amerika%20nutome>,
        <http://lexvo.org/id/term/fao/Amerika%20nor%C3%B0ur%20Meksiko>,
        <http://lexvo.org/id/term/fas/%D8%B4%D9%85%D8%A7%D9%84%20%D8%A7%D9%85%D8%B1%DB%8C%DA%A9%D8%A7>,
        <http://lexvo.org/id/term/fil/Hilagang%20Amerika>,
        <http://lexvo.org/id/term/fin/pohjoinen%20Amerikka>,
        <http://lexvo.org/id/term/fra/Am%C3%A9rique%20septentrionale>,
        <http://lexvo.org/id/term/fur/Americhe%20setentrion%C3%A2l>,
        <http://lexvo.org/id/term/gla/An%20Roinn-Aimearaga%20a%20Tuath>,
        <http://lexvo.org/id/term/gle/Meirice%C3%A1%20Tuaisceartach>,
        <http://lexvo.org/id/term/glg/Am%C3%A9rica%20do%20Norte>,
        <http://lexvo.org/id/term/gsw/N%C3%B6rdlichs%20Ameerika>,
        <http://lexvo.org/id/term/guj/%E0%AA%89%E0%AA%A4%E0%AA%B0%E0%AB%80%E0%AA%AF%20%E0%AA%85%E0%AA%AE%E0%AB%87%E0%AA%B0%E0%AA%BF%E0%AA%95%E0%AA%BE>,
        <http://lexvo.org/id/term/heb/%D7%90%D7%9E%D7%A8%D7%99%D7%A7%D7%94%20%D7%94%D7%A6%D7%A4%D7%95%D7%A0%D7%99%D7%AA>,
        <http://lexvo.org/id/term/hin/%E0%A4%89%E0%A4%A4%E0%A5%8D%E0%A4%A4%E0%A4%B0%E0%A5%80%20%E0%A4%85%E0%A4%AE%E0%A5%87%E0%A4%B0%E0%A4%BF%E0%A4%95%E0%A4%BE>,
        <http://lexvo.org/id/term/hrv/Sjeverna%20Amerika>,
        <http://lexvo.org/id/term/hun/Amerika%20%C3%A9szaki%20r%C3%A9sze>,
        <http://lexvo.org/id/term/ind/Amerika%20Bagian%20Utara>,
        <http://lexvo.org/id/term/isl/Amer%C3%ADka%20nor%C3%B0an%20Mexik%C3%B3>,
        <http://lexvo.org/id/term/ita/America%20del%20Nord>,
        <http://lexvo.org/id/term/jpn/%E5%8C%97%E3%82%A2%E3%83%A1%E3%83%AA%E3%82%AB>,
        <http://lexvo.org/id/term/kan/%E0%B2%85%E0%B2%AE%E0%B3%87%E0%B2%B0%E0%B2%BF%E0%B2%95%E0%B2%BE%E0%B2%A6%20%E0%B2%89%E0%B2%A4%E0%B3%8D%E0%B2%A4%E0%B2%B0%20%E0%B2%AD%E0%B2%BE%E0%B2%97>,
        <http://lexvo.org/id/term/kas/%D8%B4%D9%8F%D9%85%D9%B2%D9%84%DB%8C%20%D8%A7%D9%8E%D9%85%D8%B1%DB%8C%D9%96%DA%A9%D8%A7%20%D8%AE%D9%95%D8%B7%DB%81%D9%95>,
        <http://lexvo.org/id/term/kat/%E1%83%A9%E1%83%A0%E1%83%93%E1%83%98%E1%83%9A%E1%83%9D%E1%83%94%E1%83%97%E1%83%98%20%E1%83%90%E1%83%9B%E1%83%94%E1%83%A0%E1%83%98%E1%83%99%E1%83%90>,
        <http://lexvo.org/id/term/kaz/%D0%A1%D0%BE%D0%BB%D1%82%D2%AF%D1%81%D1%82%D1%96%D0%BA%20%D0%90%D0%BC%D0%B5%D1%80%D0%B8%D0%BA%D0%B0%20(%D0%90%D2%9A%D0%A8%2C%20%D0%9A%D0%B0%D0%BD%D0%B0%D0%B4%D0%B0%2C%20%D0%93%D1%80%D0%B5%D0%BD%D0%BB%D0%B0%D0%BD%D0%B4%D0%B8%D1%8F%20%D0%B6%D3%99%D0%BD%D0%B5%20%D0%91%D0%B5%D1%80%D0%BC%D1%83%D0%B4%20%D0%B0%D1%80%D0%B0%D0%BB%D0%B4%D0%B0%D1%80%D1%8B)>,
        <http://lexvo.org/id/term/kea/Norti%20di%20Merka>,
        <http://lexvo.org/id/term/khm/%E1%9E%A2%E1%9E%B6%E1%9E%98%E1%9F%81%E1%9E%9A%E1%9E%B7%E1%9E%80%E2%80%8B%E1%9E%97%E1%9E%B6%E1%9E%82%E2%80%8B%E1%9E%81%E1%9E%B6%E1%9E%84%E2%80%8B%E1%9E%87%E1%9E%BE%E1%9E%84>,
        <http://lexvo.org/id/term/kor/%EB%B6%81%EB%B6%80%20%EC%95%84%EB%A9%94%EB%A6%AC%EC%B9%B4>,
        <http://lexvo.org/id/term/ksh/der%20Norde%20vun%20Am%C3%A4rrika>,
        <http://lexvo.org/id/term/lao/%E0%BA%AD%E0%BA%B2%E0%BB%80%E0%BA%A1%E0%BA%A5%E0%BA%B4%E0%BA%81%E0%BA%B2%E0%BB%80%E0%BB%9C%E0%BA%B7%E0%BA%AD%E0%BA%AA%E0%BA%B8%E0%BA%94>,
        <http://lexvo.org/id/term/lav/Zieme%C4%BCamerika%20%E2%80%94%20ASV%2C%20Kan%C4%81da%20un%20Grenlande>,
        <http://lexvo.org/id/term/lit/%C5%A0iaurin%C4%97%20Amerika>,
        <http://lexvo.org/id/term/mal/%E0%B4%B5%E0%B4%9F%E0%B4%95%E0%B5%8D%E0%B4%95%E0%B5%87%20%E0%B4%85%E0%B4%AE%E0%B5%87%E0%B4%B0%E0%B4%BF%E0%B4%95%E0%B5%8D%E0%B4%95>,
        <http://lexvo.org/id/term/mar/%E0%A4%89%E0%A4%A4%E0%A5%8D%E0%A4%A4%E0%A4%B0%E0%A5%80%20%E0%A4%85%E0%A4%AE%E0%A5%87%E0%A4%B0%E0%A4%BF%E0%A4%95%E0%A4%BE>,
        <http://lexvo.org/id/term/mkd/%D0%A1%D0%B5%D0%B2%D0%B5%D1%80%D0%BD%D0%B0%20%D0%BA%D0%BE%D0%BD%D1%82%D0%B8%D0%BD%D0%B5%D0%BD%D1%82%D0%B0%D0%BB%D0%BD%D0%B0%20%D0%90%D0%BC%D0%B5%D1%80%D0%B8%D0%BA%D0%B0>,
        <http://lexvo.org/id/term/mlt/Amerika%20N%C3%B2rdiku>,
        <http://lexvo.org/id/term/mya/%E1%80%99%E1%80%BC%E1%80%B1%E1%80%AC%E1%80%80%E1%80%BA%E1%80%95%E1%80%AD%E1%80%AF%E1%80%84%E1%80%BA%E1%80%B8%20%E1%80%A1%E1%80%99%E1%80%B1%E1%80%9B%E1%80%AD%E1%80%80>,
        <http://lexvo.org/id/term/nep/%E0%A4%89%E0%A4%A4%E0%A5%8D%E0%A4%A4%E0%A4%B0%E0%A5%80%20%E0%A4%85%E0%A4%AE%E0%A5%87%E0%A4%B0%E0%A4%BF%E0%A4%95%E0%A4%BE>,
        <http://lexvo.org/id/term/nld/Noordelijk%20Amerika>,
        <http://lexvo.org/id/term/nno/nordlege%20Amerika>,
        <http://lexvo.org/id/term/nob/Nordlige%20Amerika>,
        <http://lexvo.org/id/term/ori/%E0%AC%89%E0%AC%A4%E0%AD%8D%E0%AC%A4%E0%AC%B0%E0%AC%B8%E0%AD%8D%E0%AC%A5%20%E0%AC%86%E0%AC%AE%E0%AD%87%E0%AC%B0%E0%AC%BF%E0%AC%95%E0%AC%BE>,
        <http://lexvo.org/id/term/pol/Ameryka%20P%C3%B3%C5%82nocna%20-%20Kanada%2C%20USA>,
        <http://lexvo.org/id/term/por/Am%C3%A9rica%20Setentrional>,
        <http://lexvo.org/id/term/ron/America%20Septentrional%C4%83>,
        <http://lexvo.org/id/term/rus/%D0%A1%D0%B5%D0%B2%D0%B5%D1%80%D0%BD%D0%B0%D1%8F%20%D0%90%D0%BC%D0%B5%D1%80%D0%B8%D0%BA%D0%B0%20-%20%D0%A1%D0%A8%D0%90%20%D0%B8%20%D0%9A%D0%B0%D0%BD%D0%B0%D0%B4%D0%B0>,
        <http://lexvo.org/id/term/sin/%E0%B6%8B%E0%B6%AD%E0%B7%94%E0%B6%BB%E0%B7%94%E0%B6%AF%E0%B7%92%E0%B6%9C%20%E0%B6%87%E0%B6%B8%E0%B7%99%E0%B6%BB%E0%B7%92%E0%B6%9A%E0%B7%8F%E0%B7%80>,
        <http://lexvo.org/id/term/slk/Severn%C3%A1%20Amerika>,
        <http://lexvo.org/id/term/slv/severnoameri%C5%A1ka%20celina>,
        <http://lexvo.org/id/term/sme/Davvi-Amerihk%C3%A1>,
        <http://lexvo.org/id/term/sme/d%C3%A1vvi-Amerihkk%C3%A1>,
        <http://lexvo.org/id/term/spa/Norteam%C3%A9rica>,
        <http://lexvo.org/id/term/srp-Latn/Severna%20Amerika>,
        <http://lexvo.org/id/term/srp/%D0%A1%D0%B5%D0%B2%D0%B5%D1%80%D0%BD%D0%B0%20%D0%90%D0%BC%D0%B5%D1%80%D0%B8%D0%BA%D0%B0>,
        <http://lexvo.org/id/term/swe/norra%20Amerika>,
        <http://lexvo.org/id/term/swh/Amerika%20ya%20Kaskazini>,
        <http://lexvo.org/id/term/tam/%E0%AE%B5%E0%AE%9F%E0%AE%95%E0%AF%8D%E0%AE%95%E0%AF%81%20%E0%AE%85%E0%AE%AE%E0%AF%86%E0%AE%B0%E0%AE%BF%E0%AE%95%E0%AF%8D%E0%AE%95%E0%AE%BE>,
        <http://lexvo.org/id/term/tel/%E0%B0%89%E0%B0%A4%E0%B1%8D%E0%B0%A4%E0%B0%B0%20%E0%B0%85%E0%B0%AE%E0%B1%86%E0%B0%B0%E0%B0%BF%E0%B0%95%E0%B0%BE>,
        <http://lexvo.org/id/term/tha/%E0%B8%AD%E0%B9%80%E0%B8%A1%E0%B8%A3%E0%B8%B4%E0%B8%81%E0%B8%B2%E0%B8%95%E0%B8%AD%E0%B8%99%E0%B9%80%E0%B8%AB%E0%B8%99%E0%B8%B7%E0%B8%AD>,
        <http://lexvo.org/id/term/tir/%E1%88%B0%E1%88%9C%E1%8A%93%E1%8B%8A%20%E1%8A%A0%E1%88%9C%E1%88%AA%E1%8A%AB>,
        <http://lexvo.org/id/term/ton/%CA%BBAmelika%20fakatokelau>,
        <http://lexvo.org/id/term/tur/Amerika'n%C4%B1n%20Kuzeyi>,
        <http://lexvo.org/id/term/ukr/%D0%9F%D1%96%D0%B2%D0%BD%D1%96%D1%87%D0%BD%D0%B0%20%D0%90%D0%BC%D0%B5%D1%80%D0%B8%D0%BA%D0%B0>,
        <http://lexvo.org/id/term/urd/%D8%B4%D9%85%D8%A7%D9%84%DB%8C%20%D8%A7%D9%85%D8%B1%DB%8C%DA%A9%DB%81%20%DA%A9%D8%A7%20%D8%B9%D9%84%D8%A7%D9%82%DB%81>,
        <http://lexvo.org/id/term/vie/Mi%E1%BB%81n%20B%E1%BA%AFc%20Ch%C3%A2u%20M%E1%BB%B9>,
        <http://lexvo.org/id/term/wae/N%C3%B6rdli%C4%8Ds%20Amerika>,
        <http://lexvo.org/id/term/zsm/Utara%20Amerika>,
        <http://lexvo.org/id/term/zul/e-Northern%20America> .

<http://lexvo.org/id/un_m49/029> a lvont:GeographicRegion ;
    rdfs:label "Karibbies"@af,
        "ካሪቢያን"@am,
        "الكاريبي"@ar,
        "Caribe"@ast,
        "Kariyıplar"@az,
        "Карыбскія астравы"@be,
        "Карибски о-ви"@bg,
        "ক্যারাবিয়ান"@bn,
        "Karib"@br,
        "कैरिबियन"@brx,
        "Karibi"@bs,
        "Кариби"@bs-Cyrl,
        "Carib"@ca,
        "加勒比地区"@cmn,
        "加勒比"@cmn-Hant,
        "加勒比海"@cmn-Hant,
        "Karibik"@cs,
        "y Caribî"@cy,
        "Caribien"@da,
        "Karibik"@de,
        "ཀེ་རི་བི་ཡེན"@dz,
        "Karibbea nutome"@ee,
        "Καραϊβική"@el,
        "Caribbean"@en,
        "𐐗𐐯𐑉𐐲𐐺𐐨𐐲𐑌"@en-Dsrt,
        "Caribe"@es,
        "Kariibi meri"@et,
        "Karibea"@eu,
        "کارائیب"@fa,
        "Karibia"@fi,
        "Carribbean"@fil,
        "Karibia"@fo,
        "Caraïbes"@fr,
        "caraibic"@fur,
        "Cairibeach"@ga,
        "Am Muir Caraibeach"@gd,
        "Caribe"@gl,
        "Karibik"@gsw,
        "કેરિબિયન"@gu,
        "קריביים"@he,
        "कैरिबियन"@hi,
        "Karibi"@hr,
        "Karib-térség"@hu,
        "Kepulauan Karibia"@id,
        "Karabíska hafið"@is,
        "Caraibi"@it,
        "カリブ"@ja,
        "კარიბი"@ka,
        "Karaibas"@kea,
        "Кариб"@kk,
        "ការ៉ាប៊ីន"@km,
        "ಕೆರೇಬಿಯನ್"@kn,
        "카리브 해 제도"@ko,
        "کَرِببیٖن"@ks,
        "de Karribik"@ksh,
        "ຄາຣິບບຽນ"@lo,
        "Karibai"@lt,
        "Karību jūras reģions"@lv,
        "Кариби"@mk,
        "കരീബിയൻ"@ml,
        "कॅरीबियन"@mr,
        "Karibew"@mt,
        "ကာရီဘီယံ"@my,
        "Karibia"@nb,
        "क्यारिबिएन"@ne,
        "Caribisch gebied"@nl,
        "Karibia"@nn,
        "କାରିବିଆନ୍"@or,
        "Karaiby"@pl,
        "Caribe"@pt,
        "Caribica"@rm,
        "Caraibe"@ro,
        "Карибы"@ru,
        "Karibia"@se,
        "කැරීබියන්"@si,
        "Karibik"@sk,
        "Karibi"@sl,
        "Кариби"@sr,
        "Karibi"@sr-Latn,
        "Karibien"@sv,
        "Karibi"@swh,
        "கரீபியன்"@ta,
        "కరిబ్బియన్"@te,
        "แคริบเบียน"@th,
        "ካሪቢያን"@ti,
        "Kalipiane"@to,
        "Karayipler"@tr,
        "Карибський басейн"@uk,
        "کریبیائی"@ur,
        "Ca-ri-bê"@vi,
        "Karibik"@wae,
        "Caribbean"@zsm,
        "i-Caribbean"@zu ;
    lvont:label <http://lexvo.org/id/term/afr/Karibbies>,
        <http://lexvo.org/id/term/amh/%E1%8A%AB%E1%88%AA%E1%89%A2%E1%8B%AB%E1%8A%95>,
        <http://lexvo.org/id/term/ara/%D8%A7%D9%84%D9%83%D8%A7%D8%B1%D9%8A%D8%A8%D9%8A>,
        <http://lexvo.org/id/term/ast/Caribe>,
        <http://lexvo.org/id/term/aze/Kariy%C4%B1plar>,
        <http://lexvo.org/id/term/bel/%D0%9A%D0%B0%D1%80%D1%8B%D0%B1%D1%81%D0%BA%D1%96%D1%8F%20%D0%B0%D1%81%D1%82%D1%80%D0%B0%D0%B2%D1%8B>,
        <http://lexvo.org/id/term/ben/%E0%A6%95%E0%A7%8D%E0%A6%AF%E0%A6%BE%E0%A6%B0%E0%A6%BE%E0%A6%AC%E0%A6%BF%E0%A6%AF%E0%A6%BC%E0%A6%BE%E0%A6%A8>,
        <http://lexvo.org/id/term/bos-Cyrl/%D0%9A%D0%B0%D1%80%D0%B8%D0%B1%D0%B8>,
        <http://lexvo.org/id/term/bos/Karibi>,
        <http://lexvo.org/id/term/bre/Karib>,
        <http://lexvo.org/id/term/brx/%E0%A4%95%E0%A5%88%E0%A4%B0%E0%A4%BF%E0%A4%AC%E0%A4%BF%E0%A4%AF%E0%A4%A8>,
        <http://lexvo.org/id/term/bul/%D0%9A%D0%B0%D1%80%D0%B8%D0%B1%D1%81%D0%BA%D0%B8%20%D0%BE-%D0%B2%D0%B8>,
        <http://lexvo.org/id/term/cat/Carib>,
        <http://lexvo.org/id/term/ces/Karibik>,
        <http://lexvo.org/id/term/cmn-Hant/%E5%8A%A0%E5%8B%92%E6%AF%94>,
        <http://lexvo.org/id/term/cmn-Hant/%E5%8A%A0%E5%8B%92%E6%AF%94%E6%B5%B7>,
        <http://lexvo.org/id/term/cmn/%E5%8A%A0%E5%8B%92%E6%AF%94%E5%9C%B0%E5%8C%BA>,
        <http://lexvo.org/id/term/cym/y%20Carib%C3%AE>,
        <http://lexvo.org/id/term/dan/Caribien>,
        <http://lexvo.org/id/term/deu/Karibik>,
        <http://lexvo.org/id/term/dzo/%E0%BD%80%E0%BD%BA%E0%BC%8B%E0%BD%A2%E0%BD%B2%E0%BC%8B%E0%BD%96%E0%BD%B2%E0%BC%8B%E0%BD%A1%E0%BD%BA%E0%BD%93>,
        <http://lexvo.org/id/term/ell/%CE%9A%CE%B1%CF%81%CE%B1%CF%8A%CE%B2%CE%B9%CE%BA%CE%AE>,
        <http://lexvo.org/id/term/eng-Dsrt/%F0%90%90%97%F0%90%90%AF%F0%90%91%89%F0%90%90%B2%F0%90%90%BA%F0%90%90%A8%F0%90%90%B2%F0%90%91%8C>,
        <http://lexvo.org/id/term/eng/Caribbean>,
        <http://lexvo.org/id/term/est/Kariibi%20meri>,
        <http://lexvo.org/id/term/eus/Karibea>,
        <http://lexvo.org/id/term/ewe/Karibbea%20nutome>,
        <http://lexvo.org/id/term/fao/Karibia>,
        <http://lexvo.org/id/term/fas/%DA%A9%D8%A7%D8%B1%D8%A7%D8%A6%DB%8C%D8%A8>,
        <http://lexvo.org/id/term/fil/Carribbean>,
        <http://lexvo.org/id/term/fin/Karibia>,
        <http://lexvo.org/id/term/fra/Cara%C3%AFbes>,
        <http://lexvo.org/id/term/fur/caraibic>,
        <http://lexvo.org/id/term/gla/Am%20Muir%20Caraibeach>,
        <http://lexvo.org/id/term/gle/Cairibeach>,
        <http://lexvo.org/id/term/glg/Caribe>,
        <http://lexvo.org/id/term/gsw/Karibik>,
        <http://lexvo.org/id/term/guj/%E0%AA%95%E0%AB%87%E0%AA%B0%E0%AA%BF%E0%AA%AC%E0%AA%BF%E0%AA%AF%E0%AA%A8>,
        <http://lexvo.org/id/term/heb/%D7%A7%D7%A8%D7%99%D7%91%D7%99%D7%99%D7%9D>,
        <http://lexvo.org/id/term/hin/%E0%A4%95%E0%A5%88%E0%A4%B0%E0%A4%BF%E0%A4%AC%E0%A4%BF%E0%A4%AF%E0%A4%A8>,
        <http://lexvo.org/id/term/hrv/Karibi>,
        <http://lexvo.org/id/term/hun/Karib-t%C3%A9rs%C3%A9g>,
        <http://lexvo.org/id/term/ind/Kepulauan%20Karibia>,
        <http://lexvo.org/id/term/isl/Karab%C3%ADska%20hafi%C3%B0>,
        <http://lexvo.org/id/term/ita/Caraibi>,
        <http://lexvo.org/id/term/jpn/%E3%82%AB%E3%83%AA%E3%83%96>,
        <http://lexvo.org/id/term/kan/%E0%B2%95%E0%B3%86%E0%B2%B0%E0%B3%87%E0%B2%AC%E0%B2%BF%E0%B2%AF%E0%B2%A8%E0%B3%8D>,
        <http://lexvo.org/id/term/kas/%DA%A9%D9%8E%D8%B1%D9%90%D8%A8%D8%A8%DB%8C%D9%96%D9%86>,
        <http://lexvo.org/id/term/kat/%E1%83%99%E1%83%90%E1%83%A0%E1%83%98%E1%83%91%E1%83%98>,
        <http://lexvo.org/id/term/kaz/%D0%9A%D0%B0%D1%80%D0%B8%D0%B1>,
        <http://lexvo.org/id/term/kea/Karaibas>,
        <http://lexvo.org/id/term/khm/%E1%9E%80%E1%9E%B6%E1%9E%9A%E1%9F%89%E1%9E%B6%E1%9E%94%E1%9F%8A%E1%9E%B8%E1%9E%93>,
        <http://lexvo.org/id/term/kor/%EC%B9%B4%EB%A6%AC%EB%B8%8C%20%ED%95%B4%20%EC%A0%9C%EB%8F%84>,
        <http://lexvo.org/id/term/ksh/de%20Karribik>,
        <http://lexvo.org/id/term/lao/%E0%BA%84%E0%BA%B2%E0%BA%A3%E0%BA%B4%E0%BA%9A%E0%BA%9A%E0%BA%BD%E0%BA%99>,
        <http://lexvo.org/id/term/lav/Kar%C4%ABbu%20j%C5%ABras%20re%C4%A3ions>,
        <http://lexvo.org/id/term/lit/Karibai>,
        <http://lexvo.org/id/term/mal/%E0%B4%95%E0%B4%B0%E0%B5%80%E0%B4%AC%E0%B4%BF%E0%B4%AF%E0%B5%BB>,
        <http://lexvo.org/id/term/mar/%E0%A4%95%E0%A5%85%E0%A4%B0%E0%A5%80%E0%A4%AC%E0%A4%BF%E0%A4%AF%E0%A4%A8>,
        <http://lexvo.org/id/term/mkd/%D0%9A%D0%B0%D1%80%D0%B8%D0%B1%D0%B8>,
        <http://lexvo.org/id/term/mlt/Karibew>,
        <http://lexvo.org/id/term/mya/%E1%80%80%E1%80%AC%E1%80%9B%E1%80%AE%E1%80%98%E1%80%AE%E1%80%9A%E1%80%B6>,
        <http://lexvo.org/id/term/nep/%E0%A4%95%E0%A5%8D%E0%A4%AF%E0%A4%BE%E0%A4%B0%E0%A4%BF%E0%A4%AC%E0%A4%BF%E0%A4%8F%E0%A4%A8>,
        <http://lexvo.org/id/term/nld/Caribisch%20gebied>,
        <http://lexvo.org/id/term/nno/Karibia>,
        <http://lexvo.org/id/term/nob/Karibia>,
        <http://lexvo.org/id/term/ori/%E0%AC%95%E0%AC%BE%E0%AC%B0%E0%AC%BF%E0%AC%AC%E0%AC%BF%E0%AC%86%E0%AC%A8%E0%AD%8D>,
        <http://lexvo.org/id/term/pol/Karaiby>,
        <http://lexvo.org/id/term/por/Caribe>,
        <http://lexvo.org/id/term/roh/Caribica>,
        <http://lexvo.org/id/term/ron/Caraibe>,
        <http://lexvo.org/id/term/rus/%D0%9A%D0%B0%D1%80%D0%B8%D0%B1%D1%8B>,
        <http://lexvo.org/id/term/sin/%E0%B6%9A%E0%B7%90%E0%B6%BB%E0%B7%93%E0%B6%B6%E0%B7%92%E0%B6%BA%E0%B6%B1%E0%B7%8A>,
        <http://lexvo.org/id/term/slk/Karibik>,
        <http://lexvo.org/id/term/slv/Karibi>,
        <http://lexvo.org/id/term/sme/Karibia>,
        <http://lexvo.org/id/term/spa/Caribe>,
        <http://lexvo.org/id/term/srp-Latn/Karibi>,
        <http://lexvo.org/id/term/srp/%D0%9A%D0%B0%D1%80%D0%B8%D0%B1%D0%B8>,
        <http://lexvo.org/id/term/swe/Karibien>,
        <http://lexvo.org/id/term/swh/Karibi>,
        <http://lexvo.org/id/term/tam/%E0%AE%95%E0%AE%B0%E0%AF%80%E0%AE%AA%E0%AE%BF%E0%AE%AF%E0%AE%A9%E0%AF%8D>,
        <http://lexvo.org/id/term/tel/%E0%B0%95%E0%B0%B0%E0%B0%BF%E0%B0%AC%E0%B1%8D%E0%B0%AC%E0%B0%BF%E0%B0%AF%E0%B0%A8%E0%B1%8D>,
        <http://lexvo.org/id/term/tha/%E0%B9%81%E0%B8%84%E0%B8%A3%E0%B8%B4%E0%B8%9A%E0%B9%80%E0%B8%9A%E0%B8%B5%E0%B8%A2%E0%B8%99>,
        <http://lexvo.org/id/term/tir/%E1%8A%AB%E1%88%AA%E1%89%A2%E1%8B%AB%E1%8A%95>,
        <http://lexvo.org/id/term/ton/Kalipiane>,
        <http://lexvo.org/id/term/tur/Karayipler>,
        <http://lexvo.org/id/term/ukr/%D0%9A%D0%B0%D1%80%D0%B8%D0%B1%D1%81%D1%8C%D0%BA%D0%B8%D0%B9%20%D0%B1%D0%B0%D1%81%D0%B5%D0%B9%D0%BD>,
        <http://lexvo.org/id/term/urd/%DA%A9%D8%B1%DB%8C%D8%A8%DB%8C%D8%A7%D8%A6%DB%8C>,
        <http://lexvo.org/id/term/vie/Ca-ri-b%C3%AA>,
        <http://lexvo.org/id/term/wae/Karibik>,
        <http://lexvo.org/id/term/zsm/Caribbean>,
        <http://lexvo.org/id/term/zul/i-Caribbean> .

<http://lexvo.org/id/un_m49/030> a lvont:GeographicRegion ;
    rdfs:label "Oos-Asië"@af,
        "ምዕራባዊ እሲያ"@am,
        "شرق آسيا"@ar,
        "Asia Oriental"@ast,
        "Şərq Asiya"@az,
        "Усходняя Азія"@be,
        "Източна Азия"@bg,
        "পূর্ব এশিয়া"@bn,
        "Azia ar Reter"@br,
        "पूर्वी एशिया"@brx,
        "Istočna Azija"@bs,
        "Источна Азија"@bs-Cyrl,
        "Àsia Oriental"@ca,
        "东亚"@cmn,
        "東亞"@cmn-Hant,
        "Východní Asie"@cs,
        "Dwyrain Asia"@cy,
        "Østasien"@da,
        "Ostasien"@de,
        "ཤར་ཕྱོགས་ཀྱི་ཨེ་ཤི་ཡ"@dz,
        "Ɣedzeƒe Asia nutome"@ee,
        "Ανατολική Ασία"@el,
        "Eastern Asia"@en,
        "𐐀𐑅𐐻𐐲𐑉𐑌 𐐁𐑈𐐲"@en-Dsrt,
        "Asia oriental"@es,
        "Ida-Aasia"@et,
        "Asia ekialdea"@eu,
        "شرق آسیا"@fa,
        "Itä-Aasia"@fi,
        "Silangang Asya"@fil,
        "Eysturasia"@fo,
        "Asie orientale"@fr,
        "Asie orientâl"@fur,
        "Oirthear na hÁise"@ga,
        "Àisea an Ear"@gd,
        "Asia Oriental"@gl,
        "Oschtaasie"@gsw,
        "પૂર્વી એશિયા"@gu,
        "מזרח אסיה"@he,
        "पूर्वी एशिया"@hi,
        "Istočna Azija"@hr,
        "Kelet-Ázsia"@hu,
        "Asia Timur"@id,
        "Austur-Asía"@is,
        "Asia orientale"@it,
        "東アジア"@ja,
        "აღმოსავლეთი აზია"@ka,
        "Azia Oriental"@kea,
        "Шығыс Азия"@kk,
        "Asia Kangilliit"@kl,
        "អាស៊ី​ខាង​កើត"@km,
        "ಏಷ್ಯಾದ ಪೂರ್ವ ಭಾಗ"@kn,
        "동아시아"@ko,
        "مَشرِقی ایشیا"@ks,
        "Oß-Aasije"@ksh,
        "Azía ya Ɛ́sita"@ln,
        "ອາຊີຕາເວັນອອກ"@lo,
        "Rytų Azija"@lt,
        "Austrumāzija"@lv,
        "Источна Азија"@mk,
        "കിഴക്കൻ ഏഷ്യ"@ml,
        "पूर्व अशिया"@mr,
        "Asja tal-Lvant"@mt,
        "အရှေ့ပိုင်း အာရှ"@my,
        "Øst-Asia"@nb,
        "पूर्वी एशिया"@ne,
        "Oost-Azië"@nl,
        "Aust-Asia"@nn,
        "ପୂର୍ବ ଏସିଆ"@or,
        "Azja Wschodnia"@pl,
        "Ásia Oriental"@pt,
        "Asia da l'Ost"@rm,
        "Asia Orientală"@ro,
        "Восточная Азия"@ru,
        "Nuorta-Ásia"@se,
        "nuorta-Ásia"@se,
        "නැගෙනහිර ආසියාව"@si,
        "Východná Ázia"@sk,
        "Vzhodna Azija"@sl,
        "Aasiyada Bari"@so,
        "Источна Азија"@sr,
        "Istočna Azija"@sr-Latn,
        "Östasien"@sv,
        "Asia Mashariki"@swh,
        "கிழக்கு ஆசியா"@ta,
        "తూర్పు ఆశియా"@te,
        "เอเชียตะวันออก"@th,
        "ደቡብ-ምሥራቃዊ እስያ [030]"@ti,
        "ʻĒsia hahake"@to,
        "Doğu Asya"@tr,
        "Східна Азія"@uk,
        "مشرقی ایشیا"@ur,
        "Đông Á"@vi,
        "Oštasie"@wae,
        "Asia Timur"@zsm,
        "e-Eastern Asia"@zu ;
    lvont:label <http://lexvo.org/id/term/afr/Oos-Asi%C3%AB>,
        <http://lexvo.org/id/term/amh/%E1%88%9D%E1%8B%95%E1%88%AB%E1%89%A3%E1%8B%8A%20%E1%8A%A5%E1%88%B2%E1%8B%AB>,
        <http://lexvo.org/id/term/ara/%D8%B4%D8%B1%D9%82%20%D8%A2%D8%B3%D9%8A%D8%A7>,
        <http://lexvo.org/id/term/ast/Asia%20Oriental>,
        <http://lexvo.org/id/term/aze/%C5%9E%C9%99rq%20Asiya>,
        <http://lexvo.org/id/term/bel/%D0%A3%D1%81%D1%85%D0%BE%D0%B4%D0%BD%D1%8F%D1%8F%20%D0%90%D0%B7%D1%96%D1%8F>,
        <http://lexvo.org/id/term/ben/%E0%A6%AA%E0%A7%82%E0%A6%B0%E0%A7%8D%E0%A6%AC%20%E0%A6%8F%E0%A6%B6%E0%A6%BF%E0%A6%AF%E0%A6%BC%E0%A6%BE>,
        <http://lexvo.org/id/term/bos-Cyrl/%D0%98%D1%81%D1%82%D0%BE%D1%87%D0%BD%D0%B0%20%D0%90%D0%B7%D0%B8%D1%98%D0%B0>,
        <http://lexvo.org/id/term/bos/Isto%C4%8Dna%20Azija>,
        <http://lexvo.org/id/term/bre/Azia%20ar%20Reter>,
        <http://lexvo.org/id/term/brx/%E0%A4%AA%E0%A5%82%E0%A4%B0%E0%A5%8D%E0%A4%B5%E0%A5%80%20%E0%A4%8F%E0%A4%B6%E0%A4%BF%E0%A4%AF%E0%A4%BE>,
        <http://lexvo.org/id/term/bul/%D0%98%D0%B7%D1%82%D0%BE%D1%87%D0%BD%D0%B0%20%D0%90%D0%B7%D0%B8%D1%8F>,
        <http://lexvo.org/id/term/cat/%C3%80sia%20Oriental>,
        <http://lexvo.org/id/term/ces/V%C3%BDchodn%C3%AD%20Asie>,
        <http://lexvo.org/id/term/cmn-Hant/%E6%9D%B1%E4%BA%9E>,
        <http://lexvo.org/id/term/cmn/%E4%B8%9C%E4%BA%9A>,
        <http://lexvo.org/id/term/cym/Dwyrain%20Asia>,
        <http://lexvo.org/id/term/dan/%C3%98stasien>,
        <http://lexvo.org/id/term/deu/Ostasien>,
        <http://lexvo.org/id/term/dzo/%E0%BD%A4%E0%BD%A2%E0%BC%8B%E0%BD%95%E0%BE%B1%E0%BD%BC%E0%BD%82%E0%BD%A6%E0%BC%8B%E0%BD%80%E0%BE%B1%E0%BD%B2%E0%BC%8B%E0%BD%A8%E0%BD%BA%E0%BC%8B%E0%BD%A4%E0%BD%B2%E0%BC%8B%E0%BD%A1>,
        <http://lexvo.org/id/term/ell/%CE%91%CE%BD%CE%B1%CF%84%CE%BF%CE%BB%CE%B9%CE%BA%CE%AE%20%CE%91%CF%83%CE%AF%CE%B1>,
        <http://lexvo.org/id/term/eng-Dsrt/%F0%90%90%80%F0%90%91%85%F0%90%90%BB%F0%90%90%B2%F0%90%91%89%F0%90%91%8C%20%F0%90%90%81%F0%90%91%88%F0%90%90%B2>,
        <http://lexvo.org/id/term/eng/Eastern%20Asia>,
        <http://lexvo.org/id/term/est/Ida-Aasia>,
        <http://lexvo.org/id/term/eus/Asia%20ekialdea>,
        <http://lexvo.org/id/term/ewe/%C6%94edze%C6%92e%20Asia%20nutome>,
        <http://lexvo.org/id/term/fao/Eysturasia>,
        <http://lexvo.org/id/term/fas/%D8%B4%D8%B1%D9%82%20%D8%A2%D8%B3%DB%8C%D8%A7>,
        <http://lexvo.org/id/term/fil/Silangang%20Asya>,
        <http://lexvo.org/id/term/fin/It%C3%A4-Aasia>,
        <http://lexvo.org/id/term/fra/Asie%20orientale>,
        <http://lexvo.org/id/term/fur/Asie%20orient%C3%A2l>,
        <http://lexvo.org/id/term/gla/%C3%80isea%20an%20Ear>,
        <http://lexvo.org/id/term/gle/Oirthear%20na%20h%C3%81ise>,
        <http://lexvo.org/id/term/glg/Asia%20Oriental>,
        <http://lexvo.org/id/term/gsw/Oschtaasie>,
        <http://lexvo.org/id/term/guj/%E0%AA%AA%E0%AB%82%E0%AA%B0%E0%AB%8D%E0%AA%B5%E0%AB%80%20%E0%AA%8F%E0%AA%B6%E0%AA%BF%E0%AA%AF%E0%AA%BE>,
        <http://lexvo.org/id/term/heb/%D7%9E%D7%96%D7%A8%D7%97%20%D7%90%D7%A1%D7%99%D7%94>,
        <http://lexvo.org/id/term/hin/%E0%A4%AA%E0%A5%82%E0%A4%B0%E0%A5%8D%E0%A4%B5%E0%A5%80%20%E0%A4%8F%E0%A4%B6%E0%A4%BF%E0%A4%AF%E0%A4%BE>,
        <http://lexvo.org/id/term/hrv/Isto%C4%8Dna%20Azija>,
        <http://lexvo.org/id/term/hun/Kelet-%C3%81zsia>,
        <http://lexvo.org/id/term/ind/Asia%20Timur>,
        <http://lexvo.org/id/term/isl/Austur-As%C3%ADa>,
        <http://lexvo.org/id/term/ita/Asia%20orientale>,
        <http://lexvo.org/id/term/jpn/%E6%9D%B1%E3%82%A2%E3%82%B8%E3%82%A2>,
        <http://lexvo.org/id/term/kal/Asia%20Kangilliit>,
        <http://lexvo.org/id/term/kan/%E0%B2%8F%E0%B2%B7%E0%B3%8D%E0%B2%AF%E0%B2%BE%E0%B2%A6%20%E0%B2%AA%E0%B3%82%E0%B2%B0%E0%B3%8D%E0%B2%B5%20%E0%B2%AD%E0%B2%BE%E0%B2%97>,
        <http://lexvo.org/id/term/kas/%D9%85%D9%8E%D8%B4%D8%B1%D9%90%D9%82%DB%8C%20%D8%A7%DB%8C%D8%B4%DB%8C%D8%A7>,
        <http://lexvo.org/id/term/kat/%E1%83%90%E1%83%A6%E1%83%9B%E1%83%9D%E1%83%A1%E1%83%90%E1%83%95%E1%83%9A%E1%83%94%E1%83%97%E1%83%98%20%E1%83%90%E1%83%96%E1%83%98%E1%83%90>,
        <http://lexvo.org/id/term/kaz/%D0%A8%D1%8B%D2%93%D1%8B%D1%81%20%D0%90%D0%B7%D0%B8%D1%8F>,
        <http://lexvo.org/id/term/kea/Azia%20Oriental>,
        <http://lexvo.org/id/term/khm/%E1%9E%A2%E1%9E%B6%E1%9E%9F%E1%9F%8A%E1%9E%B8%E2%80%8B%E1%9E%81%E1%9E%B6%E1%9E%84%E2%80%8B%E1%9E%80%E1%9E%BE%E1%9E%8F>,
        <http://lexvo.org/id/term/kor/%EB%8F%99%EC%95%84%EC%8B%9C%EC%95%84>,
        <http://lexvo.org/id/term/ksh/O%C3%9F-Aasije>,
        <http://lexvo.org/id/term/lao/%E0%BA%AD%E0%BA%B2%E0%BA%8A%E0%BA%B5%E0%BA%95%E0%BA%B2%E0%BB%80%E0%BA%A7%E0%BA%B1%E0%BA%99%E0%BA%AD%E0%BA%AD%E0%BA%81>,
        <http://lexvo.org/id/term/lav/Austrum%C4%81zija>,
        <http://lexvo.org/id/term/lin/Az%C3%ADa%20ya%20%C6%90%CC%81sita>,
        <http://lexvo.org/id/term/lit/Ryt%C5%B3%20Azija>,
        <http://lexvo.org/id/term/mal/%E0%B4%95%E0%B4%BF%E0%B4%B4%E0%B4%95%E0%B5%8D%E0%B4%95%E0%B5%BB%20%E0%B4%8F%E0%B4%B7%E0%B5%8D%E0%B4%AF>,
        <http://lexvo.org/id/term/mar/%E0%A4%AA%E0%A5%82%E0%A4%B0%E0%A5%8D%E0%A4%B5%20%E0%A4%85%E0%A4%B6%E0%A4%BF%E0%A4%AF%E0%A4%BE>,
        <http://lexvo.org/id/term/mkd/%D0%98%D1%81%D1%82%D0%BE%D1%87%D0%BD%D0%B0%20%D0%90%D0%B7%D0%B8%D1%98%D0%B0>,
        <http://lexvo.org/id/term/mlt/Asja%20tal-Lvant>,
        <http://lexvo.org/id/term/mya/%E1%80%A1%E1%80%9B%E1%80%BE%E1%80%B1%E1%80%B7%E1%80%95%E1%80%AD%E1%80%AF%E1%80%84%E1%80%BA%E1%80%B8%20%E1%80%A1%E1%80%AC%E1%80%9B%E1%80%BE>,
        <http://lexvo.org/id/term/nep/%E0%A4%AA%E0%A5%82%E0%A4%B0%E0%A5%8D%E0%A4%B5%E0%A5%80%20%E0%A4%8F%E0%A4%B6%E0%A4%BF%E0%A4%AF%E0%A4%BE>,
        <http://lexvo.org/id/term/nld/Oost-Azi%C3%AB>,
        <http://lexvo.org/id/term/nno/Aust-Asia>,
        <http://lexvo.org/id/term/nob/%C3%98st-Asia>,
        <http://lexvo.org/id/term/ori/%E0%AC%AA%E0%AD%82%E0%AC%B0%E0%AD%8D%E0%AC%AC%20%E0%AC%8F%E0%AC%B8%E0%AC%BF%E0%AC%86>,
        <http://lexvo.org/id/term/pol/Azja%20Wschodnia>,
        <http://lexvo.org/id/term/por/%C3%81sia%20Oriental>,
        <http://lexvo.org/id/term/roh/Asia%20da%20l'Ost>,
        <http://lexvo.org/id/term/ron/Asia%20Oriental%C4%83>,
        <http://lexvo.org/id/term/rus/%D0%92%D0%BE%D1%81%D1%82%D0%BE%D1%87%D0%BD%D0%B0%D1%8F%20%D0%90%D0%B7%D0%B8%D1%8F>,
        <http://lexvo.org/id/term/sin/%E0%B6%B1%E0%B7%90%E0%B6%9C%E0%B7%99%E0%B6%B1%E0%B7%84%E0%B7%92%E0%B6%BB%20%E0%B6%86%E0%B7%83%E0%B7%92%E0%B6%BA%E0%B7%8F%E0%B7%80>,
        <http://lexvo.org/id/term/slk/V%C3%BDchodn%C3%A1%20%C3%81zia>,
        <http://lexvo.org/id/term/slv/Vzhodna%20Azija>,
        <http://lexvo.org/id/term/sme/Nuorta-%C3%81sia>,
        <http://lexvo.org/id/term/sme/nuorta-%C3%81sia>,
        <http://lexvo.org/id/term/som/Aasiyada%20Bari>,
        <http://lexvo.org/id/term/spa/Asia%20oriental>,
        <http://lexvo.org/id/term/srp-Latn/Isto%C4%8Dna%20Azija>,
        <http://lexvo.org/id/term/srp/%D0%98%D1%81%D1%82%D0%BE%D1%87%D0%BD%D0%B0%20%D0%90%D0%B7%D0%B8%D1%98%D0%B0>,
        <http://lexvo.org/id/term/swe/%C3%96stasien>,
        <http://lexvo.org/id/term/swh/Asia%20Mashariki>,
        <http://lexvo.org/id/term/tam/%E0%AE%95%E0%AE%BF%E0%AE%B4%E0%AE%95%E0%AF%8D%E0%AE%95%E0%AF%81%20%E0%AE%86%E0%AE%9A%E0%AE%BF%E0%AE%AF%E0%AE%BE>,
        <http://lexvo.org/id/term/tel/%E0%B0%A4%E0%B1%82%E0%B0%B0%E0%B1%8D%E0%B0%AA%E0%B1%81%20%E0%B0%86%E0%B0%B6%E0%B0%BF%E0%B0%AF%E0%B0%BE>,
        <http://lexvo.org/id/term/tha/%E0%B9%80%E0%B8%AD%E0%B9%80%E0%B8%8A%E0%B8%B5%E0%B8%A2%E0%B8%95%E0%B8%B0%E0%B8%A7%E0%B8%B1%E0%B8%99%E0%B8%AD%E0%B8%AD%E0%B8%81>,
        <http://lexvo.org/id/term/tir/%E1%8B%B0%E1%89%A1%E1%89%A5-%E1%88%9D%E1%88%A5%E1%88%AB%E1%89%83%E1%8B%8A%20%E1%8A%A5%E1%88%B5%E1%8B%AB%20%5B030%5D>,
        <http://lexvo.org/id/term/ton/%CA%BB%C4%92sia%20hahake>,
        <http://lexvo.org/id/term/tur/Do%C4%9Fu%20Asya>,
        <http://lexvo.org/id/term/ukr/%D0%A1%D1%85%D1%96%D0%B4%D0%BD%D0%B0%20%D0%90%D0%B7%D1%96%D1%8F>,
        <http://lexvo.org/id/term/urd/%D9%85%D8%B4%D8%B1%D9%82%DB%8C%20%D8%A7%DB%8C%D8%B4%DB%8C%D8%A7>,
        <http://lexvo.org/id/term/vie/%C4%90%C3%B4ng%20%C3%81>,
        <http://lexvo.org/id/term/wae/O%C5%A1tasie>,
        <http://lexvo.org/id/term/zsm/Asia%20Timur>,
        <http://lexvo.org/id/term/zul/e-Eastern%20Asia> .

<http://lexvo.org/id/un_m49/034> a lvont:GeographicRegion ;
    rdfs:label "Suid-Asië"@af,
        "ደቡባዊ እሲያ"@am,
        "جنوب آسيا"@ar,
        "Asia del Sur"@ast,
        "Cənub Asiya"@az,
        "Паўднёвая Азія"@be,
        "Южна Азия"@bg,
        "দক্ষিণাঞ্চলীয় এশিয়া"@bn,
        "Azia ar Su"@br,
        "दक्षिणी एशिया"@brx,
        "Južna Azija"@bs,
        "Јужна Азија"@bs-Cyrl,
        "Àsia meridional"@ca,
        "南亚"@cmn,
        "南亞"@cmn-Hant,
        "Jižní Asie"@cs,
        "De Asia"@cy,
        "Sydasien"@da,
        "Südasien"@de,
        "ལྷོའི་ཨེ་ཤི་ཡ"@dz,
        "Anyiehelɔƒo Asia nutome"@ee,
        "Νότια Ασία"@el,
        "Southern Asia"@en,
        "𐐝𐐲𐑄𐐲𐑉𐑌 𐐁𐑈𐐲"@en-Dsrt,
        "Asia meridional"@es,
        "Lõuna-Aasia"@et,
        "Asia hegoaldea"@eu,
        "جنوب آسیا"@fa,
        "Etelä-Aasia"@fi,
        "Katimugang Asya"@fil,
        "Suðurasia"@fo,
        "Asie du Sud"@fr,
        "Asie meridionâl"@fur,
        "Àisea a Deas"@gd,
        "Sul de Asia"@gl,
        "Süüdaasie"@gsw,
        "દક્ષિણી એશિયા"@gu,
        "דרום אסיה"@he,
        "दक्षिणी एशिया"@hi,
        "Južna Azija"@hr,
        "Dél-Ázsia"@hu,
        "Asia Selatan"@id,
        "Suður-Asía"@is,
        "Asia del Sud"@it,
        "南アジア"@ja,
        "სამხრეთი აზია"@ka,
        "Sul di Azia"@kea,
        "Оңтүстік Азия"@kk,
        "Asia Kujalleq"@kl,
        "អាស៊ី​ខាង​ត្បូង"@km,
        "ಏಷ್ಯಾದ ದಕ್ಷಿಣ ಭಾಗ"@kn,
        "남아시아"@ko,
        "جنوٗبی ایشیا"@ks,
        "Söd-Aasije"@ksh,
        "Azía ya Sidi"@ln,
        "ອາຊີໃຕ້"@lo,
        "Pietų Azija"@lt,
        "Dienvidāzija"@lv,
        "Јужна Азија"@mk,
        "തെക്കേ ഏഷ്യ"@ml,
        "दक्षिण अशिया"@mr,
        "Asja t’Isfel Ċentrali"@mt,
        "တောင်ပိုင်း အာရှ"@my,
        "Sør-Asia"@nb,
        "दक्षिणी एशिया"@ne,
        "Zuid-Azië"@nl,
        "Sør-Asia"@nn,
        "ଦକ୍ଷିଣ ଏସିଆ"@or,
        "Azja Południowa"@pl,
        "Ásia do Sul"@pt,
        "Asia dal Sid"@rm,
        "Asia Meridională"@ro,
        "Южная Азия"@ru,
        "Mátta-Ásia"@se,
        "mátta-Ásia"@se,
        "දකුණු ආසියාව"@si,
        "Južná Ázia"@sk,
        "Južna Azija"@sl,
        "Јужна Азија"@sr,
        "Južna Azija"@sr-Latn,
        "Sydasien"@sv,
        "Asia ya Kusini"@swh,
        "தெற்கு ஆசியா"@ta,
        "దక్షిణ ఆశియా"@te,
        "เอเชียใต้"@th,
        "ምሥራቃዊ እስያ"@ti,
        "ʻĒsia fakatonga"@to,
        "Güney Asya"@tr,
        "Південна Азія"@uk,
        "جنوبی ایشیا"@ur,
        "Nam Á"@vi,
        "Südasie"@wae,
        "Asia Selatan"@zsm,
        "e-Southern Asia"@zu ;
    lvont:label <http://lexvo.org/id/term/afr/Suid-Asi%C3%AB>,
        <http://lexvo.org/id/term/amh/%E1%8B%B0%E1%89%A1%E1%89%A3%E1%8B%8A%20%E1%8A%A5%E1%88%B2%E1%8B%AB>,
        <http://lexvo.org/id/term/ara/%D8%AC%D9%86%D9%88%D8%A8%20%D8%A2%D8%B3%D9%8A%D8%A7>,
        <http://lexvo.org/id/term/ast/Asia%20del%20Sur>,
        <http://lexvo.org/id/term/aze/C%C9%99nub%20Asiya>,
        <http://lexvo.org/id/term/bel/%D0%9F%D0%B0%D1%9E%D0%B4%D0%BD%D1%91%D0%B2%D0%B0%D1%8F%20%D0%90%D0%B7%D1%96%D1%8F>,
        <http://lexvo.org/id/term/ben/%E0%A6%A6%E0%A6%95%E0%A7%8D%E0%A6%B7%E0%A6%BF%E0%A6%A3%E0%A6%BE%E0%A6%9E%E0%A7%8D%E0%A6%9A%E0%A6%B2%E0%A7%80%E0%A6%AF%E0%A6%BC%20%E0%A6%8F%E0%A6%B6%E0%A6%BF%E0%A6%AF%E0%A6%BC%E0%A6%BE>,
        <http://lexvo.org/id/term/bos-Cyrl/%D0%88%D1%83%D0%B6%D0%BD%D0%B0%20%D0%90%D0%B7%D0%B8%D1%98%D0%B0>,
        <http://lexvo.org/id/term/bos/Ju%C5%BEna%20Azija>,
        <http://lexvo.org/id/term/bre/Azia%20ar%20Su>,
        <http://lexvo.org/id/term/brx/%E0%A4%A6%E0%A4%95%E0%A5%8D%E0%A4%B7%E0%A4%BF%E0%A4%A3%E0%A5%80%20%E0%A4%8F%E0%A4%B6%E0%A4%BF%E0%A4%AF%E0%A4%BE>,
        <http://lexvo.org/id/term/bul/%D0%AE%D0%B6%D0%BD%D0%B0%20%D0%90%D0%B7%D0%B8%D1%8F>,
        <http://lexvo.org/id/term/cat/%C3%80sia%20meridional>,
        <http://lexvo.org/id/term/ces/Ji%C5%BEn%C3%AD%20Asie>,
        <http://lexvo.org/id/term/cmn-Hant/%E5%8D%97%E4%BA%9E>,
        <http://lexvo.org/id/term/cmn/%E5%8D%97%E4%BA%9A>,
        <http://lexvo.org/id/term/cym/De%20Asia>,
        <http://lexvo.org/id/term/dan/Sydasien>,
        <http://lexvo.org/id/term/deu/S%C3%BCdasien>,
        <http://lexvo.org/id/term/dzo/%E0%BD%A3%E0%BE%B7%E0%BD%BC%E0%BD%A0%E0%BD%B2%E0%BC%8B%E0%BD%A8%E0%BD%BA%E0%BC%8B%E0%BD%A4%E0%BD%B2%E0%BC%8B%E0%BD%A1>,
        <http://lexvo.org/id/term/ell/%CE%9D%CF%8C%CF%84%CE%B9%CE%B1%20%CE%91%CF%83%CE%AF%CE%B1>,
        <http://lexvo.org/id/term/eng-Dsrt/%F0%90%90%9D%F0%90%90%B2%F0%90%91%84%F0%90%90%B2%F0%90%91%89%F0%90%91%8C%20%F0%90%90%81%F0%90%91%88%F0%90%90%B2>,
        <http://lexvo.org/id/term/eng/Southern%20Asia>,
        <http://lexvo.org/id/term/est/L%C3%B5una-Aasia>,
        <http://lexvo.org/id/term/eus/Asia%20hegoaldea>,
        <http://lexvo.org/id/term/ewe/Anyiehel%C9%94%C6%92o%20Asia%20nutome>,
        <http://lexvo.org/id/term/fao/Su%C3%B0urasia>,
        <http://lexvo.org/id/term/fas/%D8%AC%D9%86%D9%88%D8%A8%20%D8%A2%D8%B3%DB%8C%D8%A7>,
        <http://lexvo.org/id/term/fil/Katimugang%20Asya>,
        <http://lexvo.org/id/term/fin/Etel%C3%A4-Aasia>,
        <http://lexvo.org/id/term/fra/Asie%20du%20Sud>,
        <http://lexvo.org/id/term/fur/Asie%20meridion%C3%A2l>,
        <http://lexvo.org/id/term/gla/%C3%80isea%20a%20Deas>,
        <http://lexvo.org/id/term/glg/Sul%20de%20Asia>,
        <http://lexvo.org/id/term/gsw/S%C3%BC%C3%BCdaasie>,
        <http://lexvo.org/id/term/guj/%E0%AA%A6%E0%AA%95%E0%AB%8D%E0%AA%B7%E0%AA%BF%E0%AA%A3%E0%AB%80%20%E0%AA%8F%E0%AA%B6%E0%AA%BF%E0%AA%AF%E0%AA%BE>,
        <http://lexvo.org/id/term/heb/%D7%93%D7%A8%D7%95%D7%9D%20%D7%90%D7%A1%D7%99%D7%94>,
        <http://lexvo.org/id/term/hin/%E0%A4%A6%E0%A4%95%E0%A5%8D%E0%A4%B7%E0%A4%BF%E0%A4%A3%E0%A5%80%20%E0%A4%8F%E0%A4%B6%E0%A4%BF%E0%A4%AF%E0%A4%BE>,
        <http://lexvo.org/id/term/hrv/Ju%C5%BEna%20Azija>,
        <http://lexvo.org/id/term/hun/D%C3%A9l-%C3%81zsia>,
        <http://lexvo.org/id/term/ind/Asia%20Selatan>,
        <http://lexvo.org/id/term/isl/Su%C3%B0ur-As%C3%ADa>,
        <http://lexvo.org/id/term/ita/Asia%20del%20Sud>,
        <http://lexvo.org/id/term/jpn/%E5%8D%97%E3%82%A2%E3%82%B8%E3%82%A2>,
        <http://lexvo.org/id/term/kal/Asia%20Kujalleq>,
        <http://lexvo.org/id/term/kan/%E0%B2%8F%E0%B2%B7%E0%B3%8D%E0%B2%AF%E0%B2%BE%E0%B2%A6%20%E0%B2%A6%E0%B2%95%E0%B3%8D%E0%B2%B7%E0%B2%BF%E0%B2%A3%20%E0%B2%AD%E0%B2%BE%E0%B2%97>,
        <http://lexvo.org/id/term/kas/%D8%AC%D9%86%D9%88%D9%97%D8%A8%DB%8C%20%D8%A7%DB%8C%D8%B4%DB%8C%D8%A7>,
        <http://lexvo.org/id/term/kat/%E1%83%A1%E1%83%90%E1%83%9B%E1%83%AE%E1%83%A0%E1%83%94%E1%83%97%E1%83%98%20%E1%83%90%E1%83%96%E1%83%98%E1%83%90>,
        <http://lexvo.org/id/term/kaz/%D0%9E%D2%A3%D1%82%D2%AF%D1%81%D1%82%D1%96%D0%BA%20%D0%90%D0%B7%D0%B8%D1%8F>,
        <http://lexvo.org/id/term/kea/Sul%20di%20Azia>,
        <http://lexvo.org/id/term/khm/%E1%9E%A2%E1%9E%B6%E1%9E%9F%E1%9F%8A%E1%9E%B8%E2%80%8B%E1%9E%81%E1%9E%B6%E1%9E%84%E2%80%8B%E1%9E%8F%E1%9F%92%E1%9E%94%E1%9E%BC%E1%9E%84>,
        <http://lexvo.org/id/term/kor/%EB%82%A8%EC%95%84%EC%8B%9C%EC%95%84>,
        <http://lexvo.org/id/term/ksh/S%C3%B6d-Aasije>,
        <http://lexvo.org/id/term/lao/%E0%BA%AD%E0%BA%B2%E0%BA%8A%E0%BA%B5%E0%BB%83%E0%BA%95%E0%BB%89>,
        <http://lexvo.org/id/term/lav/Dienvid%C4%81zija>,
        <http://lexvo.org/id/term/lin/Az%C3%ADa%20ya%20Sidi>,
        <http://lexvo.org/id/term/lit/Piet%C5%B3%20Azija>,
        <http://lexvo.org/id/term/mal/%E0%B4%A4%E0%B5%86%E0%B4%95%E0%B5%8D%E0%B4%95%E0%B5%87%20%E0%B4%8F%E0%B4%B7%E0%B5%8D%E0%B4%AF>,
        <http://lexvo.org/id/term/mar/%E0%A4%A6%E0%A4%95%E0%A5%8D%E0%A4%B7%E0%A4%BF%E0%A4%A3%20%E0%A4%85%E0%A4%B6%E0%A4%BF%E0%A4%AF%E0%A4%BE>,
        <http://lexvo.org/id/term/mkd/%D0%88%D1%83%D0%B6%D0%BD%D0%B0%20%D0%90%D0%B7%D0%B8%D1%98%D0%B0>,
        <http://lexvo.org/id/term/mlt/Asja%20t%E2%80%99Isfel%20%C4%8Aentrali>,
        <http://lexvo.org/id/term/mya/%E1%80%90%E1%80%B1%E1%80%AC%E1%80%84%E1%80%BA%E1%80%95%E1%80%AD%E1%80%AF%E1%80%84%E1%80%BA%E1%80%B8%20%E1%80%A1%E1%80%AC%E1%80%9B%E1%80%BE>,
        <http://lexvo.org/id/term/nep/%E0%A4%A6%E0%A4%95%E0%A5%8D%E0%A4%B7%E0%A4%BF%E0%A4%A3%E0%A5%80%20%E0%A4%8F%E0%A4%B6%E0%A4%BF%E0%A4%AF%E0%A4%BE>,
        <http://lexvo.org/id/term/nld/Zuid-Azi%C3%AB>,
        <http://lexvo.org/id/term/nno/S%C3%B8r-Asia>,
        <http://lexvo.org/id/term/nob/S%C3%B8r-Asia>,
        <http://lexvo.org/id/term/ori/%E0%AC%A6%E0%AC%95%E0%AD%8D%E0%AC%B7%E0%AC%BF%E0%AC%A3%20%E0%AC%8F%E0%AC%B8%E0%AC%BF%E0%AC%86>,
        <http://lexvo.org/id/term/pol/Azja%20Po%C5%82udniowa>,
        <http://lexvo.org/id/term/por/%C3%81sia%20do%20Sul>,
        <http://lexvo.org/id/term/roh/Asia%20dal%20Sid>,
        <http://lexvo.org/id/term/ron/Asia%20Meridional%C4%83>,
        <http://lexvo.org/id/term/rus/%D0%AE%D0%B6%D0%BD%D0%B0%D1%8F%20%D0%90%D0%B7%D0%B8%D1%8F>,
        <http://lexvo.org/id/term/sin/%E0%B6%AF%E0%B6%9A%E0%B7%94%E0%B6%AB%E0%B7%94%20%E0%B6%86%E0%B7%83%E0%B7%92%E0%B6%BA%E0%B7%8F%E0%B7%80>,
        <http://lexvo.org/id/term/slk/Ju%C5%BEn%C3%A1%20%C3%81zia>,
        <http://lexvo.org/id/term/slv/Ju%C5%BEna%20Azija>,
        <http://lexvo.org/id/term/sme/M%C3%A1tta-%C3%81sia>,
        <http://lexvo.org/id/term/sme/m%C3%A1tta-%C3%81sia>,
        <http://lexvo.org/id/term/spa/Asia%20meridional>,
        <http://lexvo.org/id/term/srp-Latn/Ju%C5%BEna%20Azija>,
        <http://lexvo.org/id/term/srp/%D0%88%D1%83%D0%B6%D0%BD%D0%B0%20%D0%90%D0%B7%D0%B8%D1%98%D0%B0>,
        <http://lexvo.org/id/term/swe/Sydasien>,
        <http://lexvo.org/id/term/swh/Asia%20ya%20Kusini>,
        <http://lexvo.org/id/term/tam/%E0%AE%A4%E0%AF%86%E0%AE%B1%E0%AF%8D%E0%AE%95%E0%AF%81%20%E0%AE%86%E0%AE%9A%E0%AE%BF%E0%AE%AF%E0%AE%BE>,
        <http://lexvo.org/id/term/tel/%E0%B0%A6%E0%B0%95%E0%B1%8D%E0%B0%B7%E0%B0%BF%E0%B0%A3%20%E0%B0%86%E0%B0%B6%E0%B0%BF%E0%B0%AF%E0%B0%BE>,
        <http://lexvo.org/id/term/tha/%E0%B9%80%E0%B8%AD%E0%B9%80%E0%B8%8A%E0%B8%B5%E0%B8%A2%E0%B9%83%E0%B8%95%E0%B9%89>,
        <http://lexvo.org/id/term/tir/%E1%88%9D%E1%88%A5%E1%88%AB%E1%89%83%E1%8B%8A%20%E1%8A%A5%E1%88%B5%E1%8B%AB>,
        <http://lexvo.org/id/term/ton/%CA%BB%C4%92sia%20fakatonga>,
        <http://lexvo.org/id/term/tur/G%C3%BCney%20Asya>,
        <http://lexvo.org/id/term/ukr/%D0%9F%D1%96%D0%B2%D0%B4%D0%B5%D0%BD%D0%BD%D0%B0%20%D0%90%D0%B7%D1%96%D1%8F>,
        <http://lexvo.org/id/term/urd/%D8%AC%D9%86%D9%88%D8%A8%DB%8C%20%D8%A7%DB%8C%D8%B4%DB%8C%D8%A7>,
        <http://lexvo.org/id/term/vie/Nam%20%C3%81>,
        <http://lexvo.org/id/term/wae/S%C3%BCdasie>,
        <http://lexvo.org/id/term/zsm/Asia%20Selatan>,
        <http://lexvo.org/id/term/zul/e-Southern%20Asia> .

<http://lexvo.org/id/un_m49/035> a lvont:GeographicRegion ;
    rdfs:label "Suidoos-Asië"@af,
        "ምዕራባዊ ደቡብ እሲያ"@am,
        "جنوب شرق آسيا"@ar,
        "Sureste Asiáticu"@ast,
        "Cənub Şərq Asiya"@az,
        "Паўднёва-Усходняя Азія"@be,
        "Югоизточна Азия"@bg,
        "দক্ষিন পূর্ব এশিয়া"@bn,
        "Azia ar Gevred"@br,
        "दक्षिण-पूर्वी एशिया"@brx,
        "Jugoistočna Azija"@bs,
        "Југоисточна Азија"@bs-Cyrl,
        "Àsia Sud-oriental"@ca,
        "东南亚"@cmn,
        "東南亞"@cmn-Hant,
        "Jihovýchodní Asie"@cs,
        "De-Ddwyrain Asia"@cy,
        "Sydøstasien"@da,
        "Südostasien"@de,
        "ལྷོ་ཤར་ཕྱོགས་ཀྱི་ཨེ་ཤི་ཡ"@dz,
        "Anyiehe Ɣedzeƒe Afrika nutome"@ee,
        "Νοτιοανατολική Ασία"@el,
        "South-Eastern Asia"@en,
        "𐐝𐐵𐑃-𐐀𐑅𐐻𐐲𐑉𐑌 𐐁𐑈𐐲"@en-Dsrt,
        "Sudeste asiático"@es,
        "Kagu-Aasia"@et,
        "Asia hego-ekialdea"@eu,
        "جنوب شرق آسیا"@fa,
        "Kaakkois-Aasia"@fi,
        "Timog-Silangang Asya"@fil,
        "Suðureysturasia"@fo,
        "Asie du Sud-Est"@fr,
        "Asie sud orientâl"@fur,
        "Oirdheisceart na hÁise"@ga,
        "Àisea an Ear-Dheas"@gd,
        "Sureste Asiático"@gl,
        "Süüdoschtaasie"@gsw,
        "દક્ષિણ- પૂર્વ એશિયા"@gu,
        "דרום־מזרח אסיה"@he,
        "दक्षिण-पूर्व एशिया"@hi,
        "Jugoistočna Azija"@hr,
        "Délkelet-Ázsia"@hu,
        "Asia Tenggara"@id,
        "Suðaustur-Asía"@is,
        "Asia sudorientale"@it,
        "東南アジア"@ja,
        "სამხრეთ-აღმოსავლეთი აზია"@ka,
        "Sudesti Aziatiku"@kea,
        "Оңтүстік-шығыс Азия"@kk,
        "អាស៊ី អាគ្នេយ៍"@km,
        "ಆಗ್ನೇಯ ಏಷ್ಯಾ"@kn,
        "동남 아시아"@ko,
        "جنوٗبہِ مَشرِقی ایشیا"@ks,
        "Söd-Oß-Aasije"@ksh,
        "Azía ya Sidi-Ɛ́sita"@ln,
        "ອາຊີຕາເວັນອອກສຽງໃຕ້"@lo,
        "Pietryčių Azija"@lt,
        "Centrālaustrumāzija"@lv,
        "Југоисточна Азија"@mk,
        "തെക്ക്-കിഴക്കൻ ഏഷ്യ"@ml,
        "दक्षिण पूर्व अशिया"@mr,
        "Asja tax-Xlokk"@mt,
        "အ‌ရှေ့တောင်ပိုင်း အာရှ"@my,
        "Sørøst-Asia"@nb,
        "दक्षिण पूर्वी एशिया"@ne,
        "Zuidoost-Azië"@nl,
        "Søraust-Asia"@nn,
        "ଦକ୍ଷିଣ-ପୂର୍ବ ଏସିଆ"@or,
        "Azja Południowo-Wschodnia"@pl,
        "Sudeste Asiático"@pt,
        "Ásia Centro-Oriental"@pt,
        "Asia dal Sidost"@rm,
        "Asia de Sud-Est"@ro,
        "Юго-Восточная Азия"@ru,
        "mátta-nuorta-Ásia"@se,
        "අග්නිදිග ආසියාව"@si,
        "Juhovýchodná Ázia"@sk,
        "Jugovzhodna Azija"@sl,
        "Југоисточна Азија"@sr,
        "Jugoistočna Azija"@sr-Latn,
        "Sydostasien"@sv,
        "Asia ya Kusini Mashariki"@swh,
        "தென்-கிழக்கு ஆசியா"@ta,
        "నైరుతి ఆశియా"@te,
        "เอเชียตะวันออกเฉียงใต้"@th,
        "ደቡብ-ምሥራቃዊ እስያ [035]"@ti,
        "ʻĒsia tongahahake"@to,
        "Güneydoğu Asya"@tr,
        "Південно-Східна Азія"@uk,
        "جنوب مشرقی ایشیا"@ur,
        "Đông Nam Á"@vi,
        "Südoštasie"@wae,
        "Asia Tenggara"@zsm,
        "e-South-Eastern Asia"@zu ;
    lvont:label <http://lexvo.org/id/term/afr/Suidoos-Asi%C3%AB>,
        <http://lexvo.org/id/term/amh/%E1%88%9D%E1%8B%95%E1%88%AB%E1%89%A3%E1%8B%8A%20%E1%8B%B0%E1%89%A1%E1%89%A5%20%E1%8A%A5%E1%88%B2%E1%8B%AB>,
        <http://lexvo.org/id/term/ara/%D8%AC%D9%86%D9%88%D8%A8%20%D8%B4%D8%B1%D9%82%20%D8%A2%D8%B3%D9%8A%D8%A7>,
        <http://lexvo.org/id/term/ast/Sureste%20Asi%C3%A1ticu>,
        <http://lexvo.org/id/term/aze/C%C9%99nub%20%C5%9E%C9%99rq%20Asiya>,
        <http://lexvo.org/id/term/bel/%D0%9F%D0%B0%D1%9E%D0%B4%D0%BD%D1%91%D0%B2%D0%B0-%D0%A3%D1%81%D1%85%D0%BE%D0%B4%D0%BD%D1%8F%D1%8F%20%D0%90%D0%B7%D1%96%D1%8F>,
        <http://lexvo.org/id/term/ben/%E0%A6%A6%E0%A6%95%E0%A7%8D%E0%A6%B7%E0%A6%BF%E0%A6%A8%20%E0%A6%AA%E0%A7%82%E0%A6%B0%E0%A7%8D%E0%A6%AC%20%E0%A6%8F%E0%A6%B6%E0%A6%BF%E0%A6%AF%E0%A6%BC%E0%A6%BE>,
        <http://lexvo.org/id/term/bos-Cyrl/%D0%88%D1%83%D0%B3%D0%BE%D0%B8%D1%81%D1%82%D0%BE%D1%87%D0%BD%D0%B0%20%D0%90%D0%B7%D0%B8%D1%98%D0%B0>,
        <http://lexvo.org/id/term/bos/Jugoisto%C4%8Dna%20Azija>,
        <http://lexvo.org/id/term/bre/Azia%20ar%20Gevred>,
        <http://lexvo.org/id/term/brx/%E0%A4%A6%E0%A4%95%E0%A5%8D%E0%A4%B7%E0%A4%BF%E0%A4%A3-%E0%A4%AA%E0%A5%82%E0%A4%B0%E0%A5%8D%E0%A4%B5%E0%A5%80%20%E0%A4%8F%E0%A4%B6%E0%A4%BF%E0%A4%AF%E0%A4%BE>,
        <http://lexvo.org/id/term/bul/%D0%AE%D0%B3%D0%BE%D0%B8%D0%B7%D1%82%D0%BE%D1%87%D0%BD%D0%B0%20%D0%90%D0%B7%D0%B8%D1%8F>,
        <http://lexvo.org/id/term/cat/%C3%80sia%20Sud-oriental>,
        <http://lexvo.org/id/term/ces/Jihov%C3%BDchodn%C3%AD%20Asie>,
        <http://lexvo.org/id/term/cmn-Hant/%E6%9D%B1%E5%8D%97%E4%BA%9E>,
        <http://lexvo.org/id/term/cmn/%E4%B8%9C%E5%8D%97%E4%BA%9A>,
        <http://lexvo.org/id/term/cym/De-Ddwyrain%20Asia>,
        <http://lexvo.org/id/term/dan/Syd%C3%B8stasien>,
        <http://lexvo.org/id/term/deu/S%C3%BCdostasien>,
        <http://lexvo.org/id/term/dzo/%E0%BD%A3%E0%BE%B7%E0%BD%BC%E0%BC%8B%E0%BD%A4%E0%BD%A2%E0%BC%8B%E0%BD%95%E0%BE%B1%E0%BD%BC%E0%BD%82%E0%BD%A6%E0%BC%8B%E0%BD%80%E0%BE%B1%E0%BD%B2%E0%BC%8B%E0%BD%A8%E0%BD%BA%E0%BC%8B%E0%BD%A4%E0%BD%B2%E0%BC%8B%E0%BD%A1>,
        <http://lexvo.org/id/term/ell/%CE%9D%CE%BF%CF%84%CE%B9%CE%BF%CE%B1%CE%BD%CE%B1%CF%84%CE%BF%CE%BB%CE%B9%CE%BA%CE%AE%20%CE%91%CF%83%CE%AF%CE%B1>,
        <http://lexvo.org/id/term/eng-Dsrt/%F0%90%90%9D%F0%90%90%B5%F0%90%91%83-%F0%90%90%80%F0%90%91%85%F0%90%90%BB%F0%90%90%B2%F0%90%91%89%F0%90%91%8C%20%F0%90%90%81%F0%90%91%88%F0%90%90%B2>,
        <http://lexvo.org/id/term/eng/South-Eastern%20Asia>,
        <http://lexvo.org/id/term/est/Kagu-Aasia>,
        <http://lexvo.org/id/term/eus/Asia%20hego-ekialdea>,
        <http://lexvo.org/id/term/ewe/Anyiehe%20%C6%94edze%C6%92e%20Afrika%20nutome>,
        <http://lexvo.org/id/term/fao/Su%C3%B0ureysturasia>,
        <http://lexvo.org/id/term/fas/%D8%AC%D9%86%D9%88%D8%A8%20%D8%B4%D8%B1%D9%82%20%D8%A2%D8%B3%DB%8C%D8%A7>,
        <http://lexvo.org/id/term/fil/Timog-Silangang%20Asya>,
        <http://lexvo.org/id/term/fin/Kaakkois-Aasia>,
        <http://lexvo.org/id/term/fra/Asie%20du%20Sud-Est>,
        <http://lexvo.org/id/term/fur/Asie%20sud%20orient%C3%A2l>,
        <http://lexvo.org/id/term/gla/%C3%80isea%20an%20Ear-Dheas>,
        <http://lexvo.org/id/term/gle/Oirdheisceart%20na%20h%C3%81ise>,
        <http://lexvo.org/id/term/glg/Sureste%20Asi%C3%A1tico>,
        <http://lexvo.org/id/term/gsw/S%C3%BC%C3%BCdoschtaasie>,
        <http://lexvo.org/id/term/guj/%E0%AA%A6%E0%AA%95%E0%AB%8D%E0%AA%B7%E0%AA%BF%E0%AA%A3-%20%E0%AA%AA%E0%AB%82%E0%AA%B0%E0%AB%8D%E0%AA%B5%20%E0%AA%8F%E0%AA%B6%E0%AA%BF%E0%AA%AF%E0%AA%BE>,
        <http://lexvo.org/id/term/heb/%D7%93%D7%A8%D7%95%D7%9D%D6%BE%D7%9E%D7%96%D7%A8%D7%97%20%D7%90%D7%A1%D7%99%D7%94>,
        <http://lexvo.org/id/term/hin/%E0%A4%A6%E0%A4%95%E0%A5%8D%E0%A4%B7%E0%A4%BF%E0%A4%A3-%E0%A4%AA%E0%A5%82%E0%A4%B0%E0%A5%8D%E0%A4%B5%20%E0%A4%8F%E0%A4%B6%E0%A4%BF%E0%A4%AF%E0%A4%BE>,
        <http://lexvo.org/id/term/hrv/Jugoisto%C4%8Dna%20Azija>,
        <http://lexvo.org/id/term/hun/D%C3%A9lkelet-%C3%81zsia>,
        <http://lexvo.org/id/term/ind/Asia%20Tenggara>,
        <http://lexvo.org/id/term/isl/Su%C3%B0austur-As%C3%ADa>,
        <http://lexvo.org/id/term/ita/Asia%20sudorientale>,
        <http://lexvo.org/id/term/jpn/%E6%9D%B1%E5%8D%97%E3%82%A2%E3%82%B8%E3%82%A2>,
        <http://lexvo.org/id/term/kan/%E0%B2%86%E0%B2%97%E0%B3%8D%E0%B2%A8%E0%B3%87%E0%B2%AF%20%E0%B2%8F%E0%B2%B7%E0%B3%8D%E0%B2%AF%E0%B2%BE>,
        <http://lexvo.org/id/term/kas/%D8%AC%D9%86%D9%88%D9%97%D8%A8%DB%81%D9%90%20%D9%85%D9%8E%D8%B4%D8%B1%D9%90%D9%82%DB%8C%20%D8%A7%DB%8C%D8%B4%DB%8C%D8%A7>,
        <http://lexvo.org/id/term/kat/%E1%83%A1%E1%83%90%E1%83%9B%E1%83%AE%E1%83%A0%E1%83%94%E1%83%97-%E1%83%90%E1%83%A6%E1%83%9B%E1%83%9D%E1%83%A1%E1%83%90%E1%83%95%E1%83%9A%E1%83%94%E1%83%97%E1%83%98%20%E1%83%90%E1%83%96%E1%83%98%E1%83%90>,
        <http://lexvo.org/id/term/kaz/%D0%9E%D2%A3%D1%82%D2%AF%D1%81%D1%82%D1%96%D0%BA-%D1%88%D1%8B%D2%93%D1%8B%D1%81%20%D0%90%D0%B7%D0%B8%D1%8F>,
        <http://lexvo.org/id/term/kea/Sudesti%20Aziatiku>,
        <http://lexvo.org/id/term/khm/%E1%9E%A2%E1%9E%B6%E1%9E%9F%E1%9F%8A%E1%9E%B8%20%E1%9E%A2%E1%9E%B6%E1%9E%82%E1%9F%92%E1%9E%93%E1%9F%81%E1%9E%99%E1%9F%8D>,
        <http://lexvo.org/id/term/kor/%EB%8F%99%EB%82%A8%20%EC%95%84%EC%8B%9C%EC%95%84>,
        <http://lexvo.org/id/term/ksh/S%C3%B6d-O%C3%9F-Aasije>,
        <http://lexvo.org/id/term/lao/%E0%BA%AD%E0%BA%B2%E0%BA%8A%E0%BA%B5%E0%BA%95%E0%BA%B2%E0%BB%80%E0%BA%A7%E0%BA%B1%E0%BA%99%E0%BA%AD%E0%BA%AD%E0%BA%81%E0%BA%AA%E0%BA%BD%E0%BA%87%E0%BB%83%E0%BA%95%E0%BB%89>,
        <http://lexvo.org/id/term/lav/Centr%C4%81laustrum%C4%81zija>,
        <http://lexvo.org/id/term/lin/Az%C3%ADa%20ya%20Sidi-%C6%90%CC%81sita>,
        <http://lexvo.org/id/term/lit/Pietry%C4%8Di%C5%B3%20Azija>,
        <http://lexvo.org/id/term/mal/%E0%B4%A4%E0%B5%86%E0%B4%95%E0%B5%8D%E0%B4%95%E0%B5%8D-%E0%B4%95%E0%B4%BF%E0%B4%B4%E0%B4%95%E0%B5%8D%E0%B4%95%E0%B5%BB%20%E0%B4%8F%E0%B4%B7%E0%B5%8D%E0%B4%AF>,
        <http://lexvo.org/id/term/mar/%E0%A4%A6%E0%A4%95%E0%A5%8D%E0%A4%B7%E0%A4%BF%E0%A4%A3%20%E0%A4%AA%E0%A5%82%E0%A4%B0%E0%A5%8D%E0%A4%B5%20%E0%A4%85%E0%A4%B6%E0%A4%BF%E0%A4%AF%E0%A4%BE>,
        <http://lexvo.org/id/term/mkd/%D0%88%D1%83%D0%B3%D0%BE%D0%B8%D1%81%D1%82%D0%BE%D1%87%D0%BD%D0%B0%20%D0%90%D0%B7%D0%B8%D1%98%D0%B0>,
        <http://lexvo.org/id/term/mlt/Asja%20tax-Xlokk>,
        <http://lexvo.org/id/term/mya/%E1%80%A1%E2%80%8C%E1%80%9B%E1%80%BE%E1%80%B1%E1%80%B7%E1%80%90%E1%80%B1%E1%80%AC%E1%80%84%E1%80%BA%E1%80%95%E1%80%AD%E1%80%AF%E1%80%84%E1%80%BA%E1%80%B8%20%E1%80%A1%E1%80%AC%E1%80%9B%E1%80%BE>,
        <http://lexvo.org/id/term/nep/%E0%A4%A6%E0%A4%95%E0%A5%8D%E0%A4%B7%E0%A4%BF%E0%A4%A3%20%E0%A4%AA%E0%A5%82%E0%A4%B0%E0%A5%8D%E0%A4%B5%E0%A5%80%20%E0%A4%8F%E0%A4%B6%E0%A4%BF%E0%A4%AF%E0%A4%BE>,
        <http://lexvo.org/id/term/nld/Zuidoost-Azi%C3%AB>,
        <http://lexvo.org/id/term/nno/S%C3%B8raust-Asia>,
        <http://lexvo.org/id/term/nob/S%C3%B8r%C3%B8st-Asia>,
        <http://lexvo.org/id/term/ori/%E0%AC%A6%E0%AC%95%E0%AD%8D%E0%AC%B7%E0%AC%BF%E0%AC%A3-%E0%AC%AA%E0%AD%82%E0%AC%B0%E0%AD%8D%E0%AC%AC%20%E0%AC%8F%E0%AC%B8%E0%AC%BF%E0%AC%86>,
        <http://lexvo.org/id/term/pol/Azja%20Po%C5%82udniowo-Wschodnia>,
        <http://lexvo.org/id/term/por/%C3%81sia%20Centro-Oriental>,
        <http://lexvo.org/id/term/por/Sudeste%20Asi%C3%A1tico>,
        <http://lexvo.org/id/term/roh/Asia%20dal%20Sidost>,
        <http://lexvo.org/id/term/ron/Asia%20de%20Sud-Est>,
        <http://lexvo.org/id/term/rus/%D0%AE%D0%B3%D0%BE-%D0%92%D0%BE%D1%81%D1%82%D0%BE%D1%87%D0%BD%D0%B0%D1%8F%20%D0%90%D0%B7%D0%B8%D1%8F>,
        <http://lexvo.org/id/term/sin/%E0%B6%85%E0%B6%9C%E0%B7%8A%E0%B6%B1%E0%B7%92%E0%B6%AF%E0%B7%92%E0%B6%9C%20%E0%B6%86%E0%B7%83%E0%B7%92%E0%B6%BA%E0%B7%8F%E0%B7%80>,
        <http://lexvo.org/id/term/slk/Juhov%C3%BDchodn%C3%A1%20%C3%81zia>,
        <http://lexvo.org/id/term/slv/Jugovzhodna%20Azija>,
        <http://lexvo.org/id/term/sme/m%C3%A1tta-nuorta-%C3%81sia>,
        <http://lexvo.org/id/term/spa/Sudeste%20asi%C3%A1tico>,
        <http://lexvo.org/id/term/srp-Latn/Jugoisto%C4%8Dna%20Azija>,
        <http://lexvo.org/id/term/srp/%D0%88%D1%83%D0%B3%D0%BE%D0%B8%D1%81%D1%82%D0%BE%D1%87%D0%BD%D0%B0%20%D0%90%D0%B7%D0%B8%D1%98%D0%B0>,
        <http://lexvo.org/id/term/swe/Sydostasien>,
        <http://lexvo.org/id/term/swh/Asia%20ya%20Kusini%20Mashariki>,
        <http://lexvo.org/id/term/tam/%E0%AE%A4%E0%AF%86%E0%AE%A9%E0%AF%8D-%E0%AE%95%E0%AE%BF%E0%AE%B4%E0%AE%95%E0%AF%8D%E0%AE%95%E0%AF%81%20%E0%AE%86%E0%AE%9A%E0%AE%BF%E0%AE%AF%E0%AE%BE>,
        <http://lexvo.org/id/term/tel/%E0%B0%A8%E0%B1%88%E0%B0%B0%E0%B1%81%E0%B0%A4%E0%B0%BF%20%E0%B0%86%E0%B0%B6%E0%B0%BF%E0%B0%AF%E0%B0%BE>,
        <http://lexvo.org/id/term/tha/%E0%B9%80%E0%B8%AD%E0%B9%80%E0%B8%8A%E0%B8%B5%E0%B8%A2%E0%B8%95%E0%B8%B0%E0%B8%A7%E0%B8%B1%E0%B8%99%E0%B8%AD%E0%B8%AD%E0%B8%81%E0%B9%80%E0%B8%89%E0%B8%B5%E0%B8%A2%E0%B8%87%E0%B9%83%E0%B8%95%E0%B9%89>,
        <http://lexvo.org/id/term/tir/%E1%8B%B0%E1%89%A1%E1%89%A5-%E1%88%9D%E1%88%A5%E1%88%AB%E1%89%83%E1%8B%8A%20%E1%8A%A5%E1%88%B5%E1%8B%AB%20%5B035%5D>,
        <http://lexvo.org/id/term/ton/%CA%BB%C4%92sia%20tongahahake>,
        <http://lexvo.org/id/term/tur/G%C3%BCneydo%C4%9Fu%20Asya>,
        <http://lexvo.org/id/term/ukr/%D0%9F%D1%96%D0%B2%D0%B4%D0%B5%D0%BD%D0%BD%D0%BE-%D0%A1%D1%85%D1%96%D0%B4%D0%BD%D0%B0%20%D0%90%D0%B7%D1%96%D1%8F>,
        <http://lexvo.org/id/term/urd/%D8%AC%D9%86%D9%88%D8%A8%20%D9%85%D8%B4%D8%B1%D9%82%DB%8C%20%D8%A7%DB%8C%D8%B4%DB%8C%D8%A7>,
        <http://lexvo.org/id/term/vie/%C4%90%C3%B4ng%20Nam%20%C3%81>,
        <http://lexvo.org/id/term/wae/S%C3%BCdo%C5%A1tasie>,
        <http://lexvo.org/id/term/zsm/Asia%20Tenggara>,
        <http://lexvo.org/id/term/zul/e-South-Eastern%20Asia> .

<http://lexvo.org/id/un_m49/039> a lvont:GeographicRegion ;
    rdfs:label "Suid-Europa"@af,
        "ደቡባዊ አውሮፓ"@am,
        "جنوب أوروبا"@ar,
        "Europa del Sur"@ast,
        "Cənub Avropa"@az,
        "Паўднёвая Еўропа"@be,
        "Южна Европа"@bg,
        "দক্ষিণাঞ্চলীয় ইউরোপ"@bn,
        "Europa ar Su"@br,
        "दक्षिणी यूरोप"@brx,
        "Južna Evropa"@bs,
        "Јужна Европа"@bs-Cyrl,
        "Europa meridional"@ca,
        "南欧"@cmn,
        "南歐"@cmn-Hant,
        "Jižní Evropa"@cs,
        "De Ewrop"@cy,
        "Sydeuropa"@da,
        "Südeuropa"@de,
        "ལྷོའི་ཡུ་རོབ"@dz,
        "Anyiehelɔƒo Europa nutome"@ee,
        "Νότια Ευρώπη"@el,
        "Southern Europe"@en,
        "𐐝𐐲𐑄𐐲𐑉𐑌 𐐏𐐲𐑉𐐲𐐹"@en-Dsrt,
        "Europa meridional"@es,
        "Lõuna-Euroopa"@et,
        "Europa hegoaldea"@eu,
        "جنوب اروپا"@fa,
        "Etelä-Eurooppa"@fi,
        "Katimugang Europa"@fil,
        "Suðurevropa"@fo,
        "Europe méridionale"@fr,
        "Europe meridionâl"@fur,
        "An Roinn-Eòrpa a Deas"@gd,
        "Europa Meridional"@gl,
        "Süüdeuropa"@gsw,
        "દક્ષિણી યૂરોપ"@gu,
        "דרום אירופה"@he,
        "दक्षिणी यूरोप"@hi,
        "Južna Europa"@hr,
        "Dél-Európa"@hu,
        "Eropa Selatan"@id,
        "Suður-Evrópa"@is,
        "Europa del Sud"@it,
        "南ヨーロッパ"@ja,
        "სამხრეთი ევროპა"@ka,
        "Europa di Sul"@kea,
        "Оңтүстік Еуропа"@kk,
        "Europa Kujalleq"@kl,
        "អឺរ៉ុប​ខាង​ត្បូង"@km,
        "ದಕ್ಷಿಣ ಯೂರೋಪ್"@kn,
        "남유럽"@ko,
        "جنوٗبی یوٗرَپ"@ks,
        "Söd-Europpa"@ksh,
        "Erópa ya Sidi"@ln,
        "ເອີຣົບໃຕ້"@lo,
        "Pietų Europa"@lt,
        "Dienvideiropa"@lv,
        "Јужна Европа"@mk,
        "തെക്കേ യൂറോപ്പ്"@ml,
        "दक्षिण युरोप"@mr,
        "Ewropa t’Isfel"@mt,
        "တောင်ပိုင်း ဥရောပ"@my,
        "Sør-Europa"@nb,
        "दक्षिणी युरोप"@ne,
        "Zuid-Europa"@nl,
        "Sør-Europa"@nn,
        "ଦକ୍ଷିଣ ୟୁରୋପ୍"@or,
        "Europa Południowa"@pl,
        "Europa do Sul"@pt,
        "Europa dal Sid"@rm,
        "Europa Meridională"@ro,
        "Южная Европа"@ru,
        "Mátta-Eurohpa"@se,
        "mátta-Eurohpá"@se,
        "දකුණුදිග යුරෝපය"@si,
        "Južná Európa"@sk,
        "Južna Evropa"@sl,
        "Јужна Европа"@sr,
        "Južna Evropa"@sr-Latn,
        "Sydeuropa"@sv,
        "Ulaya ya Kusini"@swh,
        "தெற்கு ஐரோப்பா"@ta,
        "దక్షిణ ఐరోపా"@te,
        "ยุโรปใต้"@th,
        "ደቡባዊ አውሮፓ"@ti,
        "ʻIulope fakatonga"@to,
        "Güney Avrupa"@tr,
        "Південна Європа"@uk,
        "جنوبی یورپ"@ur,
        "Nam Âu"@vi,
        "Südeuropa"@wae,
        "Eropah Selatan"@zsm,
        "e-Southern Europe"@zu ;
    lvont:label <http://lexvo.org/id/term/afr/Suid-Europa>,
        <http://lexvo.org/id/term/amh/%E1%8B%B0%E1%89%A1%E1%89%A3%E1%8B%8A%20%E1%8A%A0%E1%8B%8D%E1%88%AE%E1%8D%93>,
        <http://lexvo.org/id/term/ara/%D8%AC%D9%86%D9%88%D8%A8%20%D8%A3%D9%88%D8%B1%D9%88%D8%A8%D8%A7>,
        <http://lexvo.org/id/term/ast/Europa%20del%20Sur>,
        <http://lexvo.org/id/term/aze/C%C9%99nub%20Avropa>,
        <http://lexvo.org/id/term/bel/%D0%9F%D0%B0%D1%9E%D0%B4%D0%BD%D1%91%D0%B2%D0%B0%D1%8F%20%D0%95%D1%9E%D1%80%D0%BE%D0%BF%D0%B0>,
        <http://lexvo.org/id/term/ben/%E0%A6%A6%E0%A6%95%E0%A7%8D%E0%A6%B7%E0%A6%BF%E0%A6%A3%E0%A6%BE%E0%A6%9E%E0%A7%8D%E0%A6%9A%E0%A6%B2%E0%A7%80%E0%A6%AF%E0%A6%BC%20%E0%A6%87%E0%A6%89%E0%A6%B0%E0%A7%8B%E0%A6%AA>,
        <http://lexvo.org/id/term/bos-Cyrl/%D0%88%D1%83%D0%B6%D0%BD%D0%B0%20%D0%95%D0%B2%D1%80%D0%BE%D0%BF%D0%B0>,
        <http://lexvo.org/id/term/bos/Ju%C5%BEna%20Evropa>,
        <http://lexvo.org/id/term/bre/Europa%20ar%20Su>,
        <http://lexvo.org/id/term/brx/%E0%A4%A6%E0%A4%95%E0%A5%8D%E0%A4%B7%E0%A4%BF%E0%A4%A3%E0%A5%80%20%E0%A4%AF%E0%A5%82%E0%A4%B0%E0%A5%8B%E0%A4%AA>,
        <http://lexvo.org/id/term/bul/%D0%AE%D0%B6%D0%BD%D0%B0%20%D0%95%D0%B2%D1%80%D0%BE%D0%BF%D0%B0>,
        <http://lexvo.org/id/term/cat/Europa%20meridional>,
        <http://lexvo.org/id/term/ces/Ji%C5%BEn%C3%AD%20Evropa>,
        <http://lexvo.org/id/term/cmn-Hant/%E5%8D%97%E6%AD%90>,
        <http://lexvo.org/id/term/cmn/%E5%8D%97%E6%AC%A7>,
        <http://lexvo.org/id/term/cym/De%20Ewrop>,
        <http://lexvo.org/id/term/dan/Sydeuropa>,
        <http://lexvo.org/id/term/deu/S%C3%BCdeuropa>,
        <http://lexvo.org/id/term/dzo/%E0%BD%A3%E0%BE%B7%E0%BD%BC%E0%BD%A0%E0%BD%B2%E0%BC%8B%E0%BD%A1%E0%BD%B4%E0%BC%8B%E0%BD%A2%E0%BD%BC%E0%BD%96>,
        <http://lexvo.org/id/term/ell/%CE%9D%CF%8C%CF%84%CE%B9%CE%B1%20%CE%95%CF%85%CF%81%CF%8E%CF%80%CE%B7>,
        <http://lexvo.org/id/term/eng-Dsrt/%F0%90%90%9D%F0%90%90%B2%F0%90%91%84%F0%90%90%B2%F0%90%91%89%F0%90%91%8C%20%F0%90%90%8F%F0%90%90%B2%F0%90%91%89%F0%90%90%B2%F0%90%90%B9>,
        <http://lexvo.org/id/term/eng/Southern%20Europe>,
        <http://lexvo.org/id/term/est/L%C3%B5una-Euroopa>,
        <http://lexvo.org/id/term/eus/Europa%20hegoaldea>,
        <http://lexvo.org/id/term/ewe/Anyiehel%C9%94%C6%92o%20Europa%20nutome>,
        <http://lexvo.org/id/term/fao/Su%C3%B0urevropa>,
        <http://lexvo.org/id/term/fas/%D8%AC%D9%86%D9%88%D8%A8%20%D8%A7%D8%B1%D9%88%D9%BE%D8%A7>,
        <http://lexvo.org/id/term/fil/Katimugang%20Europa>,
        <http://lexvo.org/id/term/fin/Etel%C3%A4-Eurooppa>,
        <http://lexvo.org/id/term/fra/Europe%20m%C3%A9ridionale>,
        <http://lexvo.org/id/term/fur/Europe%20meridion%C3%A2l>,
        <http://lexvo.org/id/term/gla/An%20Roinn-E%C3%B2rpa%20a%20Deas>,
        <http://lexvo.org/id/term/glg/Europa%20Meridional>,
        <http://lexvo.org/id/term/gsw/S%C3%BC%C3%BCdeuropa>,
        <http://lexvo.org/id/term/guj/%E0%AA%A6%E0%AA%95%E0%AB%8D%E0%AA%B7%E0%AA%BF%E0%AA%A3%E0%AB%80%20%E0%AA%AF%E0%AB%82%E0%AA%B0%E0%AB%8B%E0%AA%AA>,
        <http://lexvo.org/id/term/heb/%D7%93%D7%A8%D7%95%D7%9D%20%D7%90%D7%99%D7%A8%D7%95%D7%A4%D7%94>,
        <http://lexvo.org/id/term/hin/%E0%A4%A6%E0%A4%95%E0%A5%8D%E0%A4%B7%E0%A4%BF%E0%A4%A3%E0%A5%80%20%E0%A4%AF%E0%A5%82%E0%A4%B0%E0%A5%8B%E0%A4%AA>,
        <http://lexvo.org/id/term/hrv/Ju%C5%BEna%20Europa>,
        <http://lexvo.org/id/term/hun/D%C3%A9l-Eur%C3%B3pa>,
        <http://lexvo.org/id/term/ind/Eropa%20Selatan>,
        <http://lexvo.org/id/term/isl/Su%C3%B0ur-Evr%C3%B3pa>,
        <http://lexvo.org/id/term/ita/Europa%20del%20Sud>,
        <http://lexvo.org/id/term/jpn/%E5%8D%97%E3%83%A8%E3%83%BC%E3%83%AD%E3%83%83%E3%83%91>,
        <http://lexvo.org/id/term/kal/Europa%20Kujalleq>,
        <http://lexvo.org/id/term/kan/%E0%B2%A6%E0%B2%95%E0%B3%8D%E0%B2%B7%E0%B2%BF%E0%B2%A3%20%E0%B2%AF%E0%B3%82%E0%B2%B0%E0%B3%8B%E0%B2%AA%E0%B3%8D>,
        <http://lexvo.org/id/term/kas/%D8%AC%D9%86%D9%88%D9%97%D8%A8%DB%8C%20%DB%8C%D9%88%D9%97%D8%B1%D9%8E%D9%BE>,
        <http://lexvo.org/id/term/kat/%E1%83%A1%E1%83%90%E1%83%9B%E1%83%AE%E1%83%A0%E1%83%94%E1%83%97%E1%83%98%20%E1%83%94%E1%83%95%E1%83%A0%E1%83%9D%E1%83%9E%E1%83%90>,
        <http://lexvo.org/id/term/kaz/%D0%9E%D2%A3%D1%82%D2%AF%D1%81%D1%82%D1%96%D0%BA%20%D0%95%D1%83%D1%80%D0%BE%D0%BF%D0%B0>,
        <http://lexvo.org/id/term/kea/Europa%20di%20Sul>,
        <http://lexvo.org/id/term/khm/%E1%9E%A2%E1%9E%BA%E1%9E%9A%E1%9F%89%E1%9E%BB%E1%9E%94%E2%80%8B%E1%9E%81%E1%9E%B6%E1%9E%84%E2%80%8B%E1%9E%8F%E1%9F%92%E1%9E%94%E1%9E%BC%E1%9E%84>,
        <http://lexvo.org/id/term/kor/%EB%82%A8%EC%9C%A0%EB%9F%BD>,
        <http://lexvo.org/id/term/ksh/S%C3%B6d-Europpa>,
        <http://lexvo.org/id/term/lao/%E0%BB%80%E0%BA%AD%E0%BA%B5%E0%BA%A3%E0%BA%BB%E0%BA%9A%E0%BB%83%E0%BA%95%E0%BB%89>,
        <http://lexvo.org/id/term/lav/Dienvideiropa>,
        <http://lexvo.org/id/term/lin/Er%C3%B3pa%20ya%20Sidi>,
        <http://lexvo.org/id/term/lit/Piet%C5%B3%20Europa>,
        <http://lexvo.org/id/term/mal/%E0%B4%A4%E0%B5%86%E0%B4%95%E0%B5%8D%E0%B4%95%E0%B5%87%20%E0%B4%AF%E0%B5%82%E0%B4%B1%E0%B5%8B%E0%B4%AA%E0%B5%8D%E0%B4%AA%E0%B5%8D>,
        <http://lexvo.org/id/term/mar/%E0%A4%A6%E0%A4%95%E0%A5%8D%E0%A4%B7%E0%A4%BF%E0%A4%A3%20%E0%A4%AF%E0%A5%81%E0%A4%B0%E0%A5%8B%E0%A4%AA>,
        <http://lexvo.org/id/term/mkd/%D0%88%D1%83%D0%B6%D0%BD%D0%B0%20%D0%95%D0%B2%D1%80%D0%BE%D0%BF%D0%B0>,
        <http://lexvo.org/id/term/mlt/Ewropa%20t%E2%80%99Isfel>,
        <http://lexvo.org/id/term/mya/%E1%80%90%E1%80%B1%E1%80%AC%E1%80%84%E1%80%BA%E1%80%95%E1%80%AD%E1%80%AF%E1%80%84%E1%80%BA%E1%80%B8%20%E1%80%A5%E1%80%9B%E1%80%B1%E1%80%AC%E1%80%95>,
        <http://lexvo.org/id/term/nep/%E0%A4%A6%E0%A4%95%E0%A5%8D%E0%A4%B7%E0%A4%BF%E0%A4%A3%E0%A5%80%20%E0%A4%AF%E0%A5%81%E0%A4%B0%E0%A5%8B%E0%A4%AA>,
        <http://lexvo.org/id/term/nld/Zuid-Europa>,
        <http://lexvo.org/id/term/nno/S%C3%B8r-Europa>,
        <http://lexvo.org/id/term/nob/S%C3%B8r-Europa>,
        <http://lexvo.org/id/term/ori/%E0%AC%A6%E0%AC%95%E0%AD%8D%E0%AC%B7%E0%AC%BF%E0%AC%A3%20%E0%AD%9F%E0%AD%81%E0%AC%B0%E0%AD%8B%E0%AC%AA%E0%AD%8D>,
        <http://lexvo.org/id/term/pol/Europa%20Po%C5%82udniowa>,
        <http://lexvo.org/id/term/por/Europa%20do%20Sul>,
        <http://lexvo.org/id/term/roh/Europa%20dal%20Sid>,
        <http://lexvo.org/id/term/ron/Europa%20Meridional%C4%83>,
        <http://lexvo.org/id/term/rus/%D0%AE%D0%B6%D0%BD%D0%B0%D1%8F%20%D0%95%D0%B2%D1%80%D0%BE%D0%BF%D0%B0>,
        <http://lexvo.org/id/term/sin/%E0%B6%AF%E0%B6%9A%E0%B7%94%E0%B6%AB%E0%B7%94%E0%B6%AF%E0%B7%92%E0%B6%9C%20%E0%B6%BA%E0%B7%94%E0%B6%BB%E0%B7%9D%E0%B6%B4%E0%B6%BA>,
        <http://lexvo.org/id/term/slk/Ju%C5%BEn%C3%A1%20Eur%C3%B3pa>,
        <http://lexvo.org/id/term/slv/Ju%C5%BEna%20Evropa>,
        <http://lexvo.org/id/term/sme/M%C3%A1tta-Eurohpa>,
        <http://lexvo.org/id/term/sme/m%C3%A1tta-Eurohp%C3%A1>,
        <http://lexvo.org/id/term/spa/Europa%20meridional>,
        <http://lexvo.org/id/term/srp-Latn/Ju%C5%BEna%20Evropa>,
        <http://lexvo.org/id/term/srp/%D0%88%D1%83%D0%B6%D0%BD%D0%B0%20%D0%95%D0%B2%D1%80%D0%BE%D0%BF%D0%B0>,
        <http://lexvo.org/id/term/swe/Sydeuropa>,
        <http://lexvo.org/id/term/swh/Ulaya%20ya%20Kusini>,
        <http://lexvo.org/id/term/tam/%E0%AE%A4%E0%AF%86%E0%AE%B1%E0%AF%8D%E0%AE%95%E0%AF%81%20%E0%AE%90%E0%AE%B0%E0%AF%8B%E0%AE%AA%E0%AF%8D%E0%AE%AA%E0%AE%BE>,
        <http://lexvo.org/id/term/tel/%E0%B0%A6%E0%B0%95%E0%B1%8D%E0%B0%B7%E0%B0%BF%E0%B0%A3%20%E0%B0%90%E0%B0%B0%E0%B1%8B%E0%B0%AA%E0%B0%BE>,
        <http://lexvo.org/id/term/tha/%E0%B8%A2%E0%B8%B8%E0%B9%82%E0%B8%A3%E0%B8%9B%E0%B9%83%E0%B8%95%E0%B9%89>,
        <http://lexvo.org/id/term/tir/%E1%8B%B0%E1%89%A1%E1%89%A3%E1%8B%8A%20%E1%8A%A0%E1%8B%8D%E1%88%AE%E1%8D%93>,
        <http://lexvo.org/id/term/ton/%CA%BBIulope%20fakatonga>,
        <http://lexvo.org/id/term/tur/G%C3%BCney%20Avrupa>,
        <http://lexvo.org/id/term/ukr/%D0%9F%D1%96%D0%B2%D0%B4%D0%B5%D0%BD%D0%BD%D0%B0%20%D0%84%D0%B2%D1%80%D0%BE%D0%BF%D0%B0>,
        <http://lexvo.org/id/term/urd/%D8%AC%D9%86%D9%88%D8%A8%DB%8C%20%DB%8C%D9%88%D8%B1%D9%BE>,
        <http://lexvo.org/id/term/vie/Nam%20%C3%82u>,
        <http://lexvo.org/id/term/wae/S%C3%BCdeuropa>,
        <http://lexvo.org/id/term/zsm/Eropah%20Selatan>,
        <http://lexvo.org/id/term/zul/e-Southern%20Europe> .

<http://lexvo.org/id/un_m49/053> a lvont:GeographicRegion ;
    rdfs:label "Australasië"@af,
        "አውስትራሊያ"@am,
        "أسترالاسيا"@ar,
        "Australasia"@ast,
        "Avstraliya və Yeni Zelandiya"@az,
        "Аўстралія і Новая Зэландыя"@be,
        "Австралия и Нова Зеландия"@bg,
        "অস্ট্রেলিয়া এবং নিউজিল্যান্ড"@bn,
        "ཨསྟྲེ་ལི་ཡ་དང་། ནིའུ་ཛི་ལན྄ཌ།"@bo,
        "Aostralazia"@br,
        "ऑस्ट्रेलिया एवं न्यूजीलैंड"@brx,
        "Australija i Novi Zeland"@bs,
        "Аустралија и Нови Зеланд"@bs-Cyrl,
        "Austràlia i Nova Zelanda"@ca,
        "澳大拉西亚"@cmn,
        "澳洲與紐西蘭"@cmn-Hant,
        "Australasie"@cs,
        "Awstralasia"@cy,
        "Australasien"@da,
        "Australien und Neuseeland"@de,
        "ཨཱོས་ཊྲེལ་ཨེ་ཤི་ཡ"@dz,
        "Australia kple New Zealand nutome"@ee,
        "Αυστραλασία"@el,
        "Australasia"@en,
        "𐐉𐑅𐐻𐑉𐐩𐑊𐐨𐐲 𐐰𐑌𐐼 𐐤𐐭 𐐞𐐨𐑊𐐲𐑌𐐼"@en-Dsrt,
        "Australasia"@es,
        "Australaasia"@et,
        "Australia eta Zeelanda Berria"@eu,
        "استرالزی"@fa,
        "Australaasia"@fi,
        "Australia at New Zealand"@fil,
        "Avstralia og Nýsæland"@fo,
        "Australie et Nouvelle-Zélande"@fr,
        "Australie e Gnove Zelande"@fur,
        "An Astráil agus an Nua-Shéalainn"@ga,
        "Astràilia is Sealainn Nuadh"@gd,
        "Australasia"@gl,
        "Auschtraalie und Nöiseeland"@gsw,
        "ઓસ્ટ્રેલિયા"@gu,
        "אוסטרלאסיה"@he,
        "ऑस्ट्रेलिया एवं न्यूजीलैंड"@hi,
        "Australazija"@hr,
        "Ausztrálázsia"@hu,
        "Australasia"@id,
        "Ástralasía"@is,
        "Australasia"@it,
        "オーストララシア"@ja,
        "ავსტრალია და ახალი ზელანდია"@ka,
        "Australazia"@kea,
        "Австралия және Жаңа Зеландия"@kk,
        "Australia aamma Nutaaq Zeelandi"@kl,
        "អូស្ត្រាឡាស៊ី"@km,
        "ಆಸ್ಟ್ರೇಲಿಯೇಷಿಯಾ"@kn,
        "오스트랄라시아"@ko,
        "آسٹریلیا تہٕ نِوزِلینٛڑ"@ks,
        "de Rejjohn öm Austraalije"@ksh,
        "ອອດສະເຕລາເຊຍ"@lo,
        "Australazija"@lt,
        "Austrālāzija"@lv,
        "Австралија и Нов Зеланд"@mk,
        "ഓസ്ട്രേലിയയും ന്യൂസിലാൻഡും"@ml,
        "ऑस्‍ट्रेलेशिया"@mr,
        "Awstralja u New Zealand"@mt,
        "ဩစတြေးလျှ နှင့် နယူးဇီလန်"@my,
        "Australasia"@nb,
        "अष्ट्रेलिया र न्युजिल्याण्ड"@ne,
        "Australazië"@nl,
        "Australia og New Zealand"@nn,
        "ଅଷ୍ଟ୍ରେଲିଆ ଏବଂ ନ୍ୟୁଜିଲ୍ୟାଣ୍ଡ"@or,
        "Australazja"@pl,
        "Australásia"@pt,
        "Austrália e Nova Zelândia"@pt,
        "Australia e Nova Zelanda"@rm,
        "Australasia"@ro,
        "Австралазия"@ru,
        "Austrália ja Ođđa-Selánda"@se,
        "ඕස්ට්‍රේලියාව සහ නවසීලන්තය"@si,
        "Australázia"@sk,
        "Avstralija in Nova Zelandija"@sl,
        "Аустралија и Нови Зеланд"@sr,
        "Australija i Novi Zeland"@sr-Latn,
        "Australasien"@sv,
        "Australasia"@swh,
        "ஆஸ்திரேலியா மற்றும் நியூசிலாந்து"@ta,
        "ఆస్ట్రేలేసియా"@te,
        "ออสตราเลเซีย"@th,
        "አውስትራሊያ እና ኒው ዚላንድ"@ti,
        "ʻAositelēlia mo Nuʻusila"@to,
        "Avustralasya"@tr,
        "Австралія та Нова Зеландія"@uk,
        "آسٹریلیشیا"@ur,
        "Úc và New Zealand"@vi,
        "Auštralie und Niwséland"@wae,
        "Australasia"@zsm,
        "I-Australasia"@zu ;
    lvont:label <http://lexvo.org/id/term/afr/Australasi%C3%AB>,
        <http://lexvo.org/id/term/amh/%E1%8A%A0%E1%8B%8D%E1%88%B5%E1%89%B5%E1%88%AB%E1%88%8A%E1%8B%AB>,
        <http://lexvo.org/id/term/ara/%D8%A3%D8%B3%D8%AA%D8%B1%D8%A7%D9%84%D8%A7%D8%B3%D9%8A%D8%A7>,
        <http://lexvo.org/id/term/ast/Australasia>,
        <http://lexvo.org/id/term/aze/Avstraliya%20v%C9%99%20Yeni%20Zelandiya>,
        <http://lexvo.org/id/term/bel/%D0%90%D1%9E%D1%81%D1%82%D1%80%D0%B0%D0%BB%D1%96%D1%8F%20%D1%96%20%D0%9D%D0%BE%D0%B2%D0%B0%D1%8F%20%D0%97%D1%8D%D0%BB%D0%B0%D0%BD%D0%B4%D1%8B%D1%8F>,
        <http://lexvo.org/id/term/ben/%E0%A6%85%E0%A6%B8%E0%A7%8D%E0%A6%9F%E0%A7%8D%E0%A6%B0%E0%A7%87%E0%A6%B2%E0%A6%BF%E0%A6%AF%E0%A6%BC%E0%A6%BE%20%E0%A6%8F%E0%A6%AC%E0%A6%82%20%E0%A6%A8%E0%A6%BF%E0%A6%89%E0%A6%9C%E0%A6%BF%E0%A6%B2%E0%A7%8D%E0%A6%AF%E0%A6%BE%E0%A6%A8%E0%A7%8D%E0%A6%A1>,
        <http://lexvo.org/id/term/bod/%E0%BD%A8%E0%BD%A6%E0%BE%9F%E0%BE%B2%E0%BD%BA%E0%BC%8B%E0%BD%A3%E0%BD%B2%E0%BC%8B%E0%BD%A1%E0%BC%8B%E0%BD%91%E0%BD%84%E0%BC%8B%E0%BC%8D%20%E0%BD%93%E0%BD%B2%E0%BD%A0%E0%BD%B4%E0%BC%8B%E0%BD%9B%E0%BD%B2%E0%BC%8B%E0%BD%A3%E0%BD%93%E0%BE%84%E0%BD%8C%E0%BC%8D>,
        <http://lexvo.org/id/term/bos-Cyrl/%D0%90%D1%83%D1%81%D1%82%D1%80%D0%B0%D0%BB%D0%B8%D1%98%D0%B0%20%D0%B8%20%D0%9D%D0%BE%D0%B2%D0%B8%20%D0%97%D0%B5%D0%BB%D0%B0%D0%BD%D0%B4>,
        <http://lexvo.org/id/term/bos/Australija%20i%20Novi%20Zeland>,
        <http://lexvo.org/id/term/bre/Aostralazia>,
        <http://lexvo.org/id/term/brx/%E0%A4%91%E0%A4%B8%E0%A5%8D%E0%A4%9F%E0%A5%8D%E0%A4%B0%E0%A5%87%E0%A4%B2%E0%A4%BF%E0%A4%AF%E0%A4%BE%20%E0%A4%8F%E0%A4%B5%E0%A4%82%20%E0%A4%A8%E0%A5%8D%E0%A4%AF%E0%A5%82%E0%A4%9C%E0%A5%80%E0%A4%B2%E0%A5%88%E0%A4%82%E0%A4%A1>,
        <http://lexvo.org/id/term/bul/%D0%90%D0%B2%D1%81%D1%82%D1%80%D0%B0%D0%BB%D0%B8%D1%8F%20%D0%B8%20%D0%9D%D0%BE%D0%B2%D0%B0%20%D0%97%D0%B5%D0%BB%D0%B0%D0%BD%D0%B4%D0%B8%D1%8F>,
        <http://lexvo.org/id/term/cat/Austr%C3%A0lia%20i%20Nova%20Zelanda>,
        <http://lexvo.org/id/term/ces/Australasie>,
        <http://lexvo.org/id/term/cmn-Hant/%E6%BE%B3%E6%B4%B2%E8%88%87%E7%B4%90%E8%A5%BF%E8%98%AD>,
        <http://lexvo.org/id/term/cmn/%E6%BE%B3%E5%A4%A7%E6%8B%89%E8%A5%BF%E4%BA%9A>,
        <http://lexvo.org/id/term/cym/Awstralasia>,
        <http://lexvo.org/id/term/dan/Australasien>,
        <http://lexvo.org/id/term/deu/Australien%20und%20Neuseeland>,
        <http://lexvo.org/id/term/dzo/%E0%BD%A8%E0%BD%B1%E0%BD%BC%E0%BD%A6%E0%BC%8B%E0%BD%8A%E0%BE%B2%E0%BD%BA%E0%BD%A3%E0%BC%8B%E0%BD%A8%E0%BD%BA%E0%BC%8B%E0%BD%A4%E0%BD%B2%E0%BC%8B%E0%BD%A1>,
        <http://lexvo.org/id/term/ell/%CE%91%CF%85%CF%83%CF%84%CF%81%CE%B1%CE%BB%CE%B1%CF%83%CE%AF%CE%B1>,
        <http://lexvo.org/id/term/eng-Dsrt/%F0%90%90%89%F0%90%91%85%F0%90%90%BB%F0%90%91%89%F0%90%90%A9%F0%90%91%8A%F0%90%90%A8%F0%90%90%B2%20%F0%90%90%B0%F0%90%91%8C%F0%90%90%BC%20%F0%90%90%A4%F0%90%90%AD%20%F0%90%90%9E%F0%90%90%A8%F0%90%91%8A%F0%90%90%B2%F0%90%91%8C%F0%90%90%BC>,
        <http://lexvo.org/id/term/eng/Australasia>,
        <http://lexvo.org/id/term/est/Australaasia>,
        <http://lexvo.org/id/term/eus/Australia%20eta%20Zeelanda%20Berria>,
        <http://lexvo.org/id/term/ewe/Australia%20kple%20New%20Zealand%20nutome>,
        <http://lexvo.org/id/term/fao/Avstralia%20og%20N%C3%BDs%C3%A6land>,
        <http://lexvo.org/id/term/fas/%D8%A7%D8%B3%D8%AA%D8%B1%D8%A7%D9%84%D8%B2%DB%8C>,
        <http://lexvo.org/id/term/fil/Australia%20at%20New%20Zealand>,
        <http://lexvo.org/id/term/fin/Australaasia>,
        <http://lexvo.org/id/term/fra/Australie%20et%20Nouvelle-Z%C3%A9lande>,
        <http://lexvo.org/id/term/fur/Australie%20e%20Gnove%20Zelande>,
        <http://lexvo.org/id/term/gla/Astr%C3%A0ilia%20is%20Sealainn%20Nuadh>,
        <http://lexvo.org/id/term/gle/An%20Astr%C3%A1il%20agus%20an%20Nua-Sh%C3%A9alainn>,
        <http://lexvo.org/id/term/glg/Australasia>,
        <http://lexvo.org/id/term/gsw/Auschtraalie%20und%20N%C3%B6iseeland>,
        <http://lexvo.org/id/term/guj/%E0%AA%93%E0%AA%B8%E0%AB%8D%E0%AA%9F%E0%AB%8D%E0%AA%B0%E0%AB%87%E0%AA%B2%E0%AA%BF%E0%AA%AF%E0%AA%BE>,
        <http://lexvo.org/id/term/heb/%D7%90%D7%95%D7%A1%D7%98%D7%A8%D7%9C%D7%90%D7%A1%D7%99%D7%94>,
        <http://lexvo.org/id/term/hin/%E0%A4%91%E0%A4%B8%E0%A5%8D%E0%A4%9F%E0%A5%8D%E0%A4%B0%E0%A5%87%E0%A4%B2%E0%A4%BF%E0%A4%AF%E0%A4%BE%20%E0%A4%8F%E0%A4%B5%E0%A4%82%20%E0%A4%A8%E0%A5%8D%E0%A4%AF%E0%A5%82%E0%A4%9C%E0%A5%80%E0%A4%B2%E0%A5%88%E0%A4%82%E0%A4%A1>,
        <http://lexvo.org/id/term/hrv/Australazija>,
        <http://lexvo.org/id/term/hun/Ausztr%C3%A1l%C3%A1zsia>,
        <http://lexvo.org/id/term/ind/Australasia>,
        <http://lexvo.org/id/term/isl/%C3%81stralas%C3%ADa>,
        <http://lexvo.org/id/term/ita/Australasia>,
        <http://lexvo.org/id/term/jpn/%E3%82%AA%E3%83%BC%E3%82%B9%E3%83%88%E3%83%A9%E3%83%A9%E3%82%B7%E3%82%A2>,
        <http://lexvo.org/id/term/kal/Australia%20aamma%20Nutaaq%20Zeelandi>,
        <http://lexvo.org/id/term/kan/%E0%B2%86%E0%B2%B8%E0%B3%8D%E0%B2%9F%E0%B3%8D%E0%B2%B0%E0%B3%87%E0%B2%B2%E0%B2%BF%E0%B2%AF%E0%B3%87%E0%B2%B7%E0%B2%BF%E0%B2%AF%E0%B2%BE>,
        <http://lexvo.org/id/term/kas/%D8%A2%D8%B3%D9%B9%D8%B1%DB%8C%D9%84%DB%8C%D8%A7%20%D8%AA%DB%81%D9%95%20%D9%86%D9%90%D9%88%D8%B2%D9%90%D9%84%DB%8C%D9%86%D9%9B%DA%91>,
        <http://lexvo.org/id/term/kat/%E1%83%90%E1%83%95%E1%83%A1%E1%83%A2%E1%83%A0%E1%83%90%E1%83%9A%E1%83%98%E1%83%90%20%E1%83%93%E1%83%90%20%E1%83%90%E1%83%AE%E1%83%90%E1%83%9A%E1%83%98%20%E1%83%96%E1%83%94%E1%83%9A%E1%83%90%E1%83%9C%E1%83%93%E1%83%98%E1%83%90>,
        <http://lexvo.org/id/term/kaz/%D0%90%D0%B2%D1%81%D1%82%D1%80%D0%B0%D0%BB%D0%B8%D1%8F%20%D0%B6%D3%99%D0%BD%D0%B5%20%D0%96%D0%B0%D2%A3%D0%B0%20%D0%97%D0%B5%D0%BB%D0%B0%D0%BD%D0%B4%D0%B8%D1%8F>,
        <http://lexvo.org/id/term/kea/Australazia>,
        <http://lexvo.org/id/term/khm/%E1%9E%A2%E1%9E%BC%E1%9E%9F%E1%9F%92%E1%9E%8F%E1%9F%92%E1%9E%9A%E1%9E%B6%E1%9E%A1%E1%9E%B6%E1%9E%9F%E1%9F%8A%E1%9E%B8>,
        <http://lexvo.org/id/term/kor/%EC%98%A4%EC%8A%A4%ED%8A%B8%EB%9E%84%EB%9D%BC%EC%8B%9C%EC%95%84>,
        <http://lexvo.org/id/term/ksh/de%20Rejjohn%20%C3%B6m%20Austraalije>,
        <http://lexvo.org/id/term/lao/%E0%BA%AD%E0%BA%AD%E0%BA%94%E0%BA%AA%E0%BA%B0%E0%BB%80%E0%BA%95%E0%BA%A5%E0%BA%B2%E0%BB%80%E0%BA%8A%E0%BA%8D>,
        <http://lexvo.org/id/term/lav/Austr%C4%81l%C4%81zija>,
        <http://lexvo.org/id/term/lit/Australazija>,
        <http://lexvo.org/id/term/mal/%E0%B4%93%E0%B4%B8%E0%B5%8D%E0%B4%9F%E0%B5%8D%E0%B4%B0%E0%B5%87%E0%B4%B2%E0%B4%BF%E0%B4%AF%E0%B4%AF%E0%B5%81%E0%B4%82%20%E0%B4%A8%E0%B5%8D%E0%B4%AF%E0%B5%82%E0%B4%B8%E0%B4%BF%E0%B4%B2%E0%B4%BE%E0%B5%BB%E0%B4%A1%E0%B5%81%E0%B4%82>,
        <http://lexvo.org/id/term/mar/%E0%A4%91%E0%A4%B8%E0%A5%8D%E2%80%8D%E0%A4%9F%E0%A5%8D%E0%A4%B0%E0%A5%87%E0%A4%B2%E0%A5%87%E0%A4%B6%E0%A4%BF%E0%A4%AF%E0%A4%BE>,
        <http://lexvo.org/id/term/mkd/%D0%90%D0%B2%D1%81%D1%82%D1%80%D0%B0%D0%BB%D0%B8%D1%98%D0%B0%20%D0%B8%20%D0%9D%D0%BE%D0%B2%20%D0%97%D0%B5%D0%BB%D0%B0%D0%BD%D0%B4>,
        <http://lexvo.org/id/term/mlt/Awstralja%20u%20New%20Zealand>,
        <http://lexvo.org/id/term/mya/%E1%80%A9%E1%80%85%E1%80%90%E1%80%BC%E1%80%B1%E1%80%B8%E1%80%9C%E1%80%BB%E1%80%BE%20%E1%80%94%E1%80%BE%E1%80%84%E1%80%B7%E1%80%BA%20%E1%80%94%E1%80%9A%E1%80%B0%E1%80%B8%E1%80%87%E1%80%AE%E1%80%9C%E1%80%94%E1%80%BA>,
        <http://lexvo.org/id/term/nep/%E0%A4%85%E0%A4%B7%E0%A5%8D%E0%A4%9F%E0%A5%8D%E0%A4%B0%E0%A5%87%E0%A4%B2%E0%A4%BF%E0%A4%AF%E0%A4%BE%20%E0%A4%B0%20%E0%A4%A8%E0%A5%8D%E0%A4%AF%E0%A5%81%E0%A4%9C%E0%A4%BF%E0%A4%B2%E0%A5%8D%E0%A4%AF%E0%A4%BE%E0%A4%A3%E0%A5%8D%E0%A4%A1>,
        <http://lexvo.org/id/term/nld/Australazi%C3%AB>,
        <http://lexvo.org/id/term/nno/Australia%20og%20New%20Zealand>,
        <http://lexvo.org/id/term/nob/Australasia>,
        <http://lexvo.org/id/term/ori/%E0%AC%85%E0%AC%B7%E0%AD%8D%E0%AC%9F%E0%AD%8D%E0%AC%B0%E0%AD%87%E0%AC%B2%E0%AC%BF%E0%AC%86%20%E0%AC%8F%E0%AC%AC%E0%AC%82%20%E0%AC%A8%E0%AD%8D%E0%AD%9F%E0%AD%81%E0%AC%9C%E0%AC%BF%E0%AC%B2%E0%AD%8D%E0%AD%9F%E0%AC%BE%E0%AC%A3%E0%AD%8D%E0%AC%A1>,
        <http://lexvo.org/id/term/pol/Australazja>,
        <http://lexvo.org/id/term/por/Austr%C3%A1lia%20e%20Nova%20Zel%C3%A2ndia>,
        <http://lexvo.org/id/term/por/Austral%C3%A1sia>,
        <http://lexvo.org/id/term/roh/Australia%20e%20Nova%20Zelanda>,
        <http://lexvo.org/id/term/ron/Australasia>,
        <http://lexvo.org/id/term/rus/%D0%90%D0%B2%D1%81%D1%82%D1%80%D0%B0%D0%BB%D0%B0%D0%B7%D0%B8%D1%8F>,
        <http://lexvo.org/id/term/sin/%E0%B6%95%E0%B7%83%E0%B7%8A%E0%B6%A7%E0%B7%8A%E2%80%8D%E0%B6%BB%E0%B7%9A%E0%B6%BD%E0%B7%92%E0%B6%BA%E0%B7%8F%E0%B7%80%20%E0%B7%83%E0%B7%84%20%E0%B6%B1%E0%B7%80%E0%B7%83%E0%B7%93%E0%B6%BD%E0%B6%B1%E0%B7%8A%E0%B6%AD%E0%B6%BA>,
        <http://lexvo.org/id/term/slk/Austral%C3%A1zia>,
        <http://lexvo.org/id/term/slv/Avstralija%20in%20Nova%20Zelandija>,
        <http://lexvo.org/id/term/sme/Austr%C3%A1lia%20ja%20O%C4%91%C4%91a-Sel%C3%A1nda>,
        <http://lexvo.org/id/term/spa/Australasia>,
        <http://lexvo.org/id/term/srp-Latn/Australija%20i%20Novi%20Zeland>,
        <http://lexvo.org/id/term/srp/%D0%90%D1%83%D1%81%D1%82%D1%80%D0%B0%D0%BB%D0%B8%D1%98%D0%B0%20%D0%B8%20%D0%9D%D0%BE%D0%B2%D0%B8%20%D0%97%D0%B5%D0%BB%D0%B0%D0%BD%D0%B4>,
        <http://lexvo.org/id/term/swe/Australasien>,
        <http://lexvo.org/id/term/swh/Australasia>,
        <http://lexvo.org/id/term/tam/%E0%AE%86%E0%AE%B8%E0%AF%8D%E0%AE%A4%E0%AE%BF%E0%AE%B0%E0%AF%87%E0%AE%B2%E0%AE%BF%E0%AE%AF%E0%AE%BE%20%E0%AE%AE%E0%AE%B1%E0%AF%8D%E0%AE%B1%E0%AF%81%E0%AE%AE%E0%AF%8D%20%E0%AE%A8%E0%AE%BF%E0%AE%AF%E0%AF%82%E0%AE%9A%E0%AE%BF%E0%AE%B2%E0%AE%BE%E0%AE%A8%E0%AF%8D%E0%AE%A4%E0%AF%81>,
        <http://lexvo.org/id/term/tel/%E0%B0%86%E0%B0%B8%E0%B1%8D%E0%B0%9F%E0%B1%8D%E0%B0%B0%E0%B1%87%E0%B0%B2%E0%B1%87%E0%B0%B8%E0%B0%BF%E0%B0%AF%E0%B0%BE>,
        <http://lexvo.org/id/term/tha/%E0%B8%AD%E0%B8%AD%E0%B8%AA%E0%B8%95%E0%B8%A3%E0%B8%B2%E0%B9%80%E0%B8%A5%E0%B9%80%E0%B8%8B%E0%B8%B5%E0%B8%A2>,
        <http://lexvo.org/id/term/tir/%E1%8A%A0%E1%8B%8D%E1%88%B5%E1%89%B5%E1%88%AB%E1%88%8A%E1%8B%AB%20%E1%8A%A5%E1%8A%93%20%E1%8A%92%E1%8B%8D%20%E1%8B%9A%E1%88%8B%E1%8A%95%E1%8B%B5>,
        <http://lexvo.org/id/term/ton/%CA%BBAositel%C4%93lia%20mo%20Nu%CA%BBusila>,
        <http://lexvo.org/id/term/tur/Avustralasya>,
        <http://lexvo.org/id/term/ukr/%D0%90%D0%B2%D1%81%D1%82%D1%80%D0%B0%D0%BB%D1%96%D1%8F%20%D1%82%D0%B0%20%D0%9D%D0%BE%D0%B2%D0%B0%20%D0%97%D0%B5%D0%BB%D0%B0%D0%BD%D0%B4%D1%96%D1%8F>,
        <http://lexvo.org/id/term/urd/%D8%A2%D8%B3%D9%B9%D8%B1%DB%8C%D9%84%DB%8C%D8%B4%DB%8C%D8%A7>,
        <http://lexvo.org/id/term/vie/%C3%9Ac%20v%C3%A0%20New%20Zealand>,
        <http://lexvo.org/id/term/wae/Au%C5%A1tralie%20und%20Niws%C3%A9land>,
        <http://lexvo.org/id/term/zsm/Australasia>,
        <http://lexvo.org/id/term/zul/I-Australasia> .

<http://lexvo.org/id/un_m49/054> a lvont:GeographicRegion ;
    rdfs:label "Melanesië"@af,
        "ሜላኔዥያ"@am,
        "ميلانيزيا"@ar,
        "Melanesia"@ast,
        "Melanesya"@az,
        "Меланезия"@bg,
        "ম্যালেনেশিয়া"@bn,
        "Melanezia"@br,
        "मेलीनेशिया"@brx,
        "Melanezija"@bs,
        "Меланезија"@bs-Cyrl,
        "Melanèsia"@ca,
        "美拉尼西亚"@cmn,
        "美拉尼西亞"@cmn-Hant,
        "Melanésie"@cs,
        "Melanesia"@cy,
        "Melanesien"@da,
        "Melanesien"@de,
        "མེ་ལ་ནི་ཤི་ཡ"@dz,
        "Melanesia nutome"@ee,
        "Μελανησία"@el,
        "Melanesia"@en,
        "𐐣𐐯𐑊𐐲𐑌𐐨𐑈𐐲"@en-Dsrt,
        "Melanesia"@es,
        "Melaneesia"@et,
        "Melanesiera"@eu,
        "ملانزی"@fa,
        "Melanesia"@fi,
        "Melanesia"@fil,
        "Melanesia"@fo,
        "Mélanésie"@fr,
        "Melanesie"@fur,
        "An Mheilinéis"@ga,
        "Na h-Eileanan Dubha"@gd,
        "Melanesia"@gl,
        "Melaneesie"@gsw,
        "મેલાનેશિયા"@gu,
        "מלנסיה"@he,
        "मेलानेशिया"@hi,
        "Melanezija"@hr,
        "Melanézia"@hu,
        "Melanesia"@id,
        "Melanesía"@is,
        "Melanesia"@it,
        "メラネシア"@ja,
        "მელანეზია"@ka,
        "Melanezia"@kea,
        "Меланезия"@kk,
        "Melanesia"@kl,
        "មេឡែណេស៊ី"@km,
        "ಮೇಲಿನೇಶಿಯಾ"@kn,
        "멜라네시아"@ko,
        "مٮ۪لَنیٖشِیا"@ks,
        "Mellaneesije"@ksh,
        "ມາລານີເຊຍ"@lo,
        "Melanezija"@lt,
        "Melanēzija"@lv,
        "Меланезија"@mk,
        "മെലനേഷ്യ"@ml,
        "मेलानेशिया"@mr,
        "Melanesja"@mt,
        "Melanesia"@nb,
        "मेलानेसिया"@ne,
        "Melanesië"@nl,
        "Melanesia"@nn,
        "ମେଲାନେସିଆ"@or,
        "Melanezja"@pl,
        "Melanésia"@pt,
        "Melanesia"@rm,
        "Melanezia"@ro,
        "Меланезия"@ru,
        "Melanesia"@se,
        "මෙලනීසියාව"@si,
        "Melanézia"@sk,
        "Melanezija"@sl,
        "Меланезија"@sr,
        "Melanezija"@sr-Latn,
        "Melanesien"@sv,
        "Melanesia"@swh,
        "மெலனேஷியா"@ta,
        "మెలనేశియ"@te,
        "เมลานีเซีย"@th,
        "ሜላኔሲያ"@ti,
        "Melanisia"@to,
        "Melanezya"@tr,
        "Меланезія"@uk,
        "مالینیشیا"@ur,
        "Melanesia"@vi,
        "Melanesie"@wae,
        "Melanesia"@zsm,
        "i-Melanesia"@zu ;
    lvont:label <http://lexvo.org/id/term/afr/Melanesi%C3%AB>,
        <http://lexvo.org/id/term/amh/%E1%88%9C%E1%88%8B%E1%8A%94%E1%8B%A5%E1%8B%AB>,
        <http://lexvo.org/id/term/ara/%D9%85%D9%8A%D9%84%D8%A7%D9%86%D9%8A%D8%B2%D9%8A%D8%A7>,
        <http://lexvo.org/id/term/ast/Melanesia>,
        <http://lexvo.org/id/term/aze/Melanesya>,
        <http://lexvo.org/id/term/ben/%E0%A6%AE%E0%A7%8D%E0%A6%AF%E0%A6%BE%E0%A6%B2%E0%A7%87%E0%A6%A8%E0%A7%87%E0%A6%B6%E0%A6%BF%E0%A6%AF%E0%A6%BC%E0%A6%BE>,
        <http://lexvo.org/id/term/bos-Cyrl/%D0%9C%D0%B5%D0%BB%D0%B0%D0%BD%D0%B5%D0%B7%D0%B8%D1%98%D0%B0>,
        <http://lexvo.org/id/term/bos/Melanezija>,
        <http://lexvo.org/id/term/bre/Melanezia>,
        <http://lexvo.org/id/term/brx/%E0%A4%AE%E0%A5%87%E0%A4%B2%E0%A5%80%E0%A4%A8%E0%A5%87%E0%A4%B6%E0%A4%BF%E0%A4%AF%E0%A4%BE>,
        <http://lexvo.org/id/term/bul/%D0%9C%D0%B5%D0%BB%D0%B0%D0%BD%D0%B5%D0%B7%D0%B8%D1%8F>,
        <http://lexvo.org/id/term/cat/Melan%C3%A8sia>,
        <http://lexvo.org/id/term/ces/Melan%C3%A9sie>,
        <http://lexvo.org/id/term/cmn-Hant/%E7%BE%8E%E6%8B%89%E5%B0%BC%E8%A5%BF%E4%BA%9E>,
        <http://lexvo.org/id/term/cmn/%E7%BE%8E%E6%8B%89%E5%B0%BC%E8%A5%BF%E4%BA%9A>,
        <http://lexvo.org/id/term/cym/Melanesia>,
        <http://lexvo.org/id/term/dan/Melanesien>,
        <http://lexvo.org/id/term/deu/Melanesien>,
        <http://lexvo.org/id/term/dzo/%E0%BD%98%E0%BD%BA%E0%BC%8B%E0%BD%A3%E0%BC%8B%E0%BD%93%E0%BD%B2%E0%BC%8B%E0%BD%A4%E0%BD%B2%E0%BC%8B%E0%BD%A1>,
        <http://lexvo.org/id/term/ell/%CE%9C%CE%B5%CE%BB%CE%B1%CE%BD%CE%B7%CF%83%CE%AF%CE%B1>,
        <http://lexvo.org/id/term/eng-Dsrt/%F0%90%90%A3%F0%90%90%AF%F0%90%91%8A%F0%90%90%B2%F0%90%91%8C%F0%90%90%A8%F0%90%91%88%F0%90%90%B2>,
        <http://lexvo.org/id/term/eng/Melanesia>,
        <http://lexvo.org/id/term/est/Melaneesia>,
        <http://lexvo.org/id/term/eus/Melanesiera>,
        <http://lexvo.org/id/term/ewe/Melanesia%20nutome>,
        <http://lexvo.org/id/term/fao/Melanesia>,
        <http://lexvo.org/id/term/fas/%D9%85%D9%84%D8%A7%D9%86%D8%B2%DB%8C>,
        <http://lexvo.org/id/term/fil/Melanesia>,
        <http://lexvo.org/id/term/fin/Melanesia>,
        <http://lexvo.org/id/term/fra/M%C3%A9lan%C3%A9sie>,
        <http://lexvo.org/id/term/fur/Melanesie>,
        <http://lexvo.org/id/term/gla/Na%20h-Eileanan%20Dubha>,
        <http://lexvo.org/id/term/gle/An%20Mheilin%C3%A9is>,
        <http://lexvo.org/id/term/glg/Melanesia>,
        <http://lexvo.org/id/term/gsw/Melaneesie>,
        <http://lexvo.org/id/term/guj/%E0%AA%AE%E0%AB%87%E0%AA%B2%E0%AA%BE%E0%AA%A8%E0%AB%87%E0%AA%B6%E0%AA%BF%E0%AA%AF%E0%AA%BE>,
        <http://lexvo.org/id/term/heb/%D7%9E%D7%9C%D7%A0%D7%A1%D7%99%D7%94>,
        <http://lexvo.org/id/term/hin/%E0%A4%AE%E0%A5%87%E0%A4%B2%E0%A4%BE%E0%A4%A8%E0%A5%87%E0%A4%B6%E0%A4%BF%E0%A4%AF%E0%A4%BE>,
        <http://lexvo.org/id/term/hrv/Melanezija>,
        <http://lexvo.org/id/term/hun/Melan%C3%A9zia>,
        <http://lexvo.org/id/term/ind/Melanesia>,
        <http://lexvo.org/id/term/isl/Melanes%C3%ADa>,
        <http://lexvo.org/id/term/ita/Melanesia>,
        <http://lexvo.org/id/term/jpn/%E3%83%A1%E3%83%A9%E3%83%8D%E3%82%B7%E3%82%A2>,
        <http://lexvo.org/id/term/kal/Melanesia>,
        <http://lexvo.org/id/term/kan/%E0%B2%AE%E0%B3%87%E0%B2%B2%E0%B2%BF%E0%B2%A8%E0%B3%87%E0%B2%B6%E0%B2%BF%E0%B2%AF%E0%B2%BE>,
        <http://lexvo.org/id/term/kas/%D9%85%D9%AE%DB%AA%D9%84%D9%8E%D9%86%DB%8C%D9%96%D8%B4%D9%90%DB%8C%D8%A7>,
        <http://lexvo.org/id/term/kat/%E1%83%9B%E1%83%94%E1%83%9A%E1%83%90%E1%83%9C%E1%83%94%E1%83%96%E1%83%98%E1%83%90>,
        <http://lexvo.org/id/term/kaz/%D0%9C%D0%B5%D0%BB%D0%B0%D0%BD%D0%B5%D0%B7%D0%B8%D1%8F>,
        <http://lexvo.org/id/term/kea/Melanezia>,
        <http://lexvo.org/id/term/khm/%E1%9E%98%E1%9F%81%E1%9E%A1%E1%9F%82%E1%9E%8E%E1%9F%81%E1%9E%9F%E1%9F%8A%E1%9E%B8>,
        <http://lexvo.org/id/term/kor/%EB%A9%9C%EB%9D%BC%EB%84%A4%EC%8B%9C%EC%95%84>,
        <http://lexvo.org/id/term/ksh/Mellaneesije>,
        <http://lexvo.org/id/term/lao/%E0%BA%A1%E0%BA%B2%E0%BA%A5%E0%BA%B2%E0%BA%99%E0%BA%B5%E0%BB%80%E0%BA%8A%E0%BA%8D>,
        <http://lexvo.org/id/term/lav/Melan%C4%93zija>,
        <http://lexvo.org/id/term/lit/Melanezija>,
        <http://lexvo.org/id/term/mal/%E0%B4%AE%E0%B5%86%E0%B4%B2%E0%B4%A8%E0%B5%87%E0%B4%B7%E0%B5%8D%E0%B4%AF>,
        <http://lexvo.org/id/term/mar/%E0%A4%AE%E0%A5%87%E0%A4%B2%E0%A4%BE%E0%A4%A8%E0%A5%87%E0%A4%B6%E0%A4%BF%E0%A4%AF%E0%A4%BE>,
        <http://lexvo.org/id/term/mkd/%D0%9C%D0%B5%D0%BB%D0%B0%D0%BD%D0%B5%D0%B7%D0%B8%D1%98%D0%B0>,
        <http://lexvo.org/id/term/mlt/Melanesja>,
        <http://lexvo.org/id/term/nep/%E0%A4%AE%E0%A5%87%E0%A4%B2%E0%A4%BE%E0%A4%A8%E0%A5%87%E0%A4%B8%E0%A4%BF%E0%A4%AF%E0%A4%BE>,
        <http://lexvo.org/id/term/nld/Melanesi%C3%AB>,
        <http://lexvo.org/id/term/nno/Melanesia>,
        <http://lexvo.org/id/term/nob/Melanesia>,
        <http://lexvo.org/id/term/ori/%E0%AC%AE%E0%AD%87%E0%AC%B2%E0%AC%BE%E0%AC%A8%E0%AD%87%E0%AC%B8%E0%AC%BF%E0%AC%86>,
        <http://lexvo.org/id/term/pol/Melanezja>,
        <http://lexvo.org/id/term/por/Melan%C3%A9sia>,
        <http://lexvo.org/id/term/roh/Melanesia>,
        <http://lexvo.org/id/term/ron/Melanezia>,
        <http://lexvo.org/id/term/rus/%D0%9C%D0%B5%D0%BB%D0%B0%D0%BD%D0%B5%D0%B7%D0%B8%D1%8F>,
        <http://lexvo.org/id/term/sin/%E0%B6%B8%E0%B7%99%E0%B6%BD%E0%B6%B1%E0%B7%93%E0%B7%83%E0%B7%92%E0%B6%BA%E0%B7%8F%E0%B7%80>,
        <http://lexvo.org/id/term/slk/Melan%C3%A9zia>,
        <http://lexvo.org/id/term/slv/Melanezija>,
        <http://lexvo.org/id/term/sme/Melanesia>,
        <http://lexvo.org/id/term/spa/Melanesia>,
        <http://lexvo.org/id/term/srp-Latn/Melanezija>,
        <http://lexvo.org/id/term/srp/%D0%9C%D0%B5%D0%BB%D0%B0%D0%BD%D0%B5%D0%B7%D0%B8%D1%98%D0%B0>,
        <http://lexvo.org/id/term/swe/Melanesien>,
        <http://lexvo.org/id/term/swh/Melanesia>,
        <http://lexvo.org/id/term/tam/%E0%AE%AE%E0%AF%86%E0%AE%B2%E0%AE%A9%E0%AF%87%E0%AE%B7%E0%AE%BF%E0%AE%AF%E0%AE%BE>,
        <http://lexvo.org/id/term/tel/%E0%B0%AE%E0%B1%86%E0%B0%B2%E0%B0%A8%E0%B1%87%E0%B0%B6%E0%B0%BF%E0%B0%AF>,
        <http://lexvo.org/id/term/tha/%E0%B9%80%E0%B8%A1%E0%B8%A5%E0%B8%B2%E0%B8%99%E0%B8%B5%E0%B9%80%E0%B8%8B%E0%B8%B5%E0%B8%A2>,
        <http://lexvo.org/id/term/tir/%E1%88%9C%E1%88%8B%E1%8A%94%E1%88%B2%E1%8B%AB>,
        <http://lexvo.org/id/term/ton/Melanisia>,
        <http://lexvo.org/id/term/tur/Melanezya>,
        <http://lexvo.org/id/term/ukr/%D0%9C%D0%B5%D0%BB%D0%B0%D0%BD%D0%B5%D0%B7%D1%96%D1%8F>,
        <http://lexvo.org/id/term/urd/%D9%85%D8%A7%D9%84%DB%8C%D9%86%DB%8C%D8%B4%DB%8C%D8%A7>,
        <http://lexvo.org/id/term/vie/Melanesia>,
        <http://lexvo.org/id/term/wae/Melanesie>,
        <http://lexvo.org/id/term/zsm/Melanesia>,
        <http://lexvo.org/id/term/zul/i-Melanesia> .

<http://lexvo.org/id/un_m49/057> a lvont:GeographicRegion ;
    rdfs:label "Mikronesiese streek"@af,
        "የማይክሮኔዥያን ክልል"@am,
        "الجزر الميكرونيزية"@ar,
        "Rexón de Micronesia"@ast,
        "Mikronesiya reqionu"@az,
        "Микронезия"@bg,
        "ম্যালেনিশা অঞ্চল"@bn,
        "Rannved Mikronezia"@br,
        "माईक्रोनेशिया"@brx,
        "Micronezija"@bs,
        "Микронезијски регион"@bs-Cyrl,
        "Regió de la Micronèsia"@ca,
        "密克罗尼西亚地区"@cmn,
        "密克羅尼西亞"@cmn-Hant,
        "Mikronésie oblast"@cs,
        "Parth Micronesia"@cy,
        "Mikronesien"@da,
        "Mikronesisches Inselgebiet"@de,
        "ལུང་ཕྱོགས་མའི་ཀྲོ་ནི་ཤི་ཡ"@dz,
        "Mikronesia"@ee,
        "Περιοχή Μικρονησίας"@el,
        "Micronesian Region"@en,
        "𐐣𐐴𐐿𐑉𐐲𐑌𐐨𐑈𐐲𐑌 𐐡𐐨𐐾𐐲𐑌"@en-Dsrt,
        "Micronesia [057]"@es,
        "Mikroneesia"@et,
        "Mikronesia eskualdea"@eu,
        "ناحیهٔ میکرونزی"@fa,
        "Mikronesia"@fi,
        "Rehiyong Micronesia"@fil,
        "Mikronesiske regionen"@fo,
        "Région micronésienne"@fr,
        "région micronésienne"@fr,
        "Regjon de Micronesie"@fur,
        "An Réigiún Micrinéiseach"@ga,
        "Roinn nam Meanbh-Eileanan"@gd,
        "Rexión da Micronesia"@gl,
        "Mikroneesischs Inselgebiet"@gsw,
        "માઇક્રોનેશિયન રીજન"@gu,
        "אזור מיקרונזיה"@he,
        "माइक्रोनेशियन रीजन"@hi,
        "Mikronezki oblast"@hr,
        "Mikronéziai régió"@hu,
        "Wilayah Mikronesia"@id,
        "Míkrónesía"@is,
        "Regione Micronesiana"@it,
        "ミクロネシア"@ja,
        "მირონეზია"@ka,
        "Rejiãu di Mikronezia"@kea,
        "Микронезия регионы"@kk,
        "តំបន់​មីក្រូណេស៊ី"@km,
        "ಮೈಕ್ರೋನೇಶಿಯನ್ ಪ್ರದೇಶ"@kn,
        "미크로네시아 지역"@ko,
        "مَیکرونَیشِیَن خٕطہٕ"@ks,
        "de Rejohn vun Mikroneeseje"@ksh,
        "ເຂດໄມໂຄນີເຊຍ"@lo,
        "Mikronezijos regionas"@lt,
        "Mikronēzijas reģions"@lv,
        "Микронезиски регион"@mk,
        "മൈക്രോനേഷ്യൻ പ്രദേശം"@ml,
        "मायक्रोनेशियन रीजन"@mr,
        "Reġjun ta’ Mikroneżja"@mt,
        "Mikronesia"@nb,
        "माइक्रोनेसियाली क्षेत्र"@ne,
        "Micronesische regio"@nl,
        "Mikronesia"@nn,
        "ମାଇକ୍ରୋନେସିଆନ୍ ଅଞ୍ଚଳ"@or,
        "Mikronezja"@pl,
        "Região da Micronésia"@pt,
        "Regiun Micronesica"@rm,
        "Regiunea Micronezia"@ro,
        "Микронезия"@ru,
        "Mikronesia guovllus"@se,
        "මයික්‍රෝනීසියානු කළාපය"@si,
        "Mikronézia – oblasť"@sk,
        "mikronezijska regija"@sl,
        "Микронезијски регион"@sr,
        "Micronezija"@sr-Latn,
        "Mikronesiska öarna"@sv,
        "Eneo la Mikronesia"@swh,
        "மைக்ரோ நேஷியா பிரதேசம்"@ta,
        "మైక్రోనేశియ ప్రాంతం"@te,
        "เขตไมโครนีเซีย"@th,
        "ሚክሮኔዢያ [057]"@ti,
        "Potu fonua Mikolonisia"@to,
        "Mikronezya"@tr,
        "Мікронезійський регіон"@uk,
        "مائکرونیشیائی علاقہ"@ur,
        "Vùng Micronesian"@vi,
        "Mikronesišes Inselgebiet"@wae,
        "Wilayah Mikronesia"@zsm,
        "e-Micronesian Region"@zu ;
    lvont:label <http://lexvo.org/id/term/afr/Mikronesiese%20streek>,
        <http://lexvo.org/id/term/amh/%E1%8B%A8%E1%88%9B%E1%8B%AD%E1%8A%AD%E1%88%AE%E1%8A%94%E1%8B%A5%E1%8B%AB%E1%8A%95%20%E1%8A%AD%E1%88%8D%E1%88%8D>,
        <http://lexvo.org/id/term/ara/%D8%A7%D9%84%D8%AC%D8%B2%D8%B1%20%D8%A7%D9%84%D9%85%D9%8A%D9%83%D8%B1%D9%88%D9%86%D9%8A%D8%B2%D9%8A%D8%A9>,
        <http://lexvo.org/id/term/ast/Rex%C3%B3n%20de%20Micronesia>,
        <http://lexvo.org/id/term/aze/Mikronesiya%20reqionu>,
        <http://lexvo.org/id/term/ben/%E0%A6%AE%E0%A7%8D%E0%A6%AF%E0%A6%BE%E0%A6%B2%E0%A7%87%E0%A6%A8%E0%A6%BF%E0%A6%B6%E0%A6%BE%20%E0%A6%85%E0%A6%9E%E0%A7%8D%E0%A6%9A%E0%A6%B2>,
        <http://lexvo.org/id/term/bos-Cyrl/%D0%9C%D0%B8%D0%BA%D1%80%D0%BE%D0%BD%D0%B5%D0%B7%D0%B8%D1%98%D1%81%D0%BA%D0%B8%20%D1%80%D0%B5%D0%B3%D0%B8%D0%BE%D0%BD>,
        <http://lexvo.org/id/term/bos/Micronezija>,
        <http://lexvo.org/id/term/bre/Rannved%20Mikronezia>,
        <http://lexvo.org/id/term/brx/%E0%A4%AE%E0%A4%BE%E0%A4%88%E0%A4%95%E0%A5%8D%E0%A4%B0%E0%A5%8B%E0%A4%A8%E0%A5%87%E0%A4%B6%E0%A4%BF%E0%A4%AF%E0%A4%BE>,
        <http://lexvo.org/id/term/bul/%D0%9C%D0%B8%D0%BA%D1%80%D0%BE%D0%BD%D0%B5%D0%B7%D0%B8%D1%8F>,
        <http://lexvo.org/id/term/cat/Regi%C3%B3%20de%20la%20Micron%C3%A8sia>,
        <http://lexvo.org/id/term/ces/Mikron%C3%A9sie%20oblast>,
        <http://lexvo.org/id/term/cmn-Hant/%E5%AF%86%E5%85%8B%E7%BE%85%E5%B0%BC%E8%A5%BF%E4%BA%9E>,
        <http://lexvo.org/id/term/cmn/%E5%AF%86%E5%85%8B%E7%BD%97%E5%B0%BC%E8%A5%BF%E4%BA%9A%E5%9C%B0%E5%8C%BA>,
        <http://lexvo.org/id/term/cym/Parth%20Micronesia>,
        <http://lexvo.org/id/term/dan/Mikronesien>,
        <http://lexvo.org/id/term/deu/Mikronesisches%20Inselgebiet>,
        <http://lexvo.org/id/term/dzo/%E0%BD%A3%E0%BD%B4%E0%BD%84%E0%BC%8B%E0%BD%95%E0%BE%B1%E0%BD%BC%E0%BD%82%E0%BD%A6%E0%BC%8B%E0%BD%98%E0%BD%A0%E0%BD%B2%E0%BC%8B%E0%BD%80%E0%BE%B2%E0%BD%BC%E0%BC%8B%E0%BD%93%E0%BD%B2%E0%BC%8B%E0%BD%A4%E0%BD%B2%E0%BC%8B%E0%BD%A1>,
        <http://lexvo.org/id/term/ell/%CE%A0%CE%B5%CF%81%CE%B9%CE%BF%CF%87%CE%AE%20%CE%9C%CE%B9%CE%BA%CF%81%CE%BF%CE%BD%CE%B7%CF%83%CE%AF%CE%B1%CF%82>,
        <http://lexvo.org/id/term/eng-Dsrt/%F0%90%90%A3%F0%90%90%B4%F0%90%90%BF%F0%90%91%89%F0%90%90%B2%F0%90%91%8C%F0%90%90%A8%F0%90%91%88%F0%90%90%B2%F0%90%91%8C%20%F0%90%90%A1%F0%90%90%A8%F0%90%90%BE%F0%90%90%B2%F0%90%91%8C>,
        <http://lexvo.org/id/term/eng/Micronesian%20Region>,
        <http://lexvo.org/id/term/est/Mikroneesia>,
        <http://lexvo.org/id/term/eus/Mikronesia%20eskualdea>,
        <http://lexvo.org/id/term/ewe/Mikronesia>,
        <http://lexvo.org/id/term/fao/Mikronesiske%20regionen>,
        <http://lexvo.org/id/term/fas/%D9%86%D8%A7%D8%AD%DB%8C%D9%87%D9%94%20%D9%85%DB%8C%DA%A9%D8%B1%D9%88%D9%86%D8%B2%DB%8C>,
        <http://lexvo.org/id/term/fil/Rehiyong%20Micronesia>,
        <http://lexvo.org/id/term/fin/Mikronesia>,
        <http://lexvo.org/id/term/fra/R%C3%A9gion%20micron%C3%A9sienne>,
        <http://lexvo.org/id/term/fra/r%C3%A9gion%20micron%C3%A9sienne>,
        <http://lexvo.org/id/term/fur/Regjon%20de%20Micronesie>,
        <http://lexvo.org/id/term/gla/Roinn%20nam%20Meanbh-Eileanan>,
        <http://lexvo.org/id/term/gle/An%20R%C3%A9igi%C3%BAn%20Micrin%C3%A9iseach>,
        <http://lexvo.org/id/term/glg/Rexi%C3%B3n%20da%20Micronesia>,
        <http://lexvo.org/id/term/gsw/Mikroneesischs%20Inselgebiet>,
        <http://lexvo.org/id/term/guj/%E0%AA%AE%E0%AA%BE%E0%AA%87%E0%AA%95%E0%AB%8D%E0%AA%B0%E0%AB%8B%E0%AA%A8%E0%AB%87%E0%AA%B6%E0%AA%BF%E0%AA%AF%E0%AA%A8%20%E0%AA%B0%E0%AB%80%E0%AA%9C%E0%AA%A8>,
        <http://lexvo.org/id/term/heb/%D7%90%D7%96%D7%95%D7%A8%20%D7%9E%D7%99%D7%A7%D7%A8%D7%95%D7%A0%D7%96%D7%99%D7%94>,
        <http://lexvo.org/id/term/hin/%E0%A4%AE%E0%A4%BE%E0%A4%87%E0%A4%95%E0%A5%8D%E0%A4%B0%E0%A5%8B%E0%A4%A8%E0%A5%87%E0%A4%B6%E0%A4%BF%E0%A4%AF%E0%A4%A8%20%E0%A4%B0%E0%A5%80%E0%A4%9C%E0%A4%A8>,
        <http://lexvo.org/id/term/hrv/Mikronezki%20oblast>,
        <http://lexvo.org/id/term/hun/Mikron%C3%A9ziai%20r%C3%A9gi%C3%B3>,
        <http://lexvo.org/id/term/ind/Wilayah%20Mikronesia>,
        <http://lexvo.org/id/term/isl/M%C3%ADkr%C3%B3nes%C3%ADa>,
        <http://lexvo.org/id/term/ita/Regione%20Micronesiana>,
        <http://lexvo.org/id/term/jpn/%E3%83%9F%E3%82%AF%E3%83%AD%E3%83%8D%E3%82%B7%E3%82%A2>,
        <http://lexvo.org/id/term/kan/%E0%B2%AE%E0%B3%88%E0%B2%95%E0%B3%8D%E0%B2%B0%E0%B3%8B%E0%B2%A8%E0%B3%87%E0%B2%B6%E0%B2%BF%E0%B2%AF%E0%B2%A8%E0%B3%8D%20%E0%B2%AA%E0%B3%8D%E0%B2%B0%E0%B2%A6%E0%B3%87%E0%B2%B6>,
        <http://lexvo.org/id/term/kas/%D9%85%D9%8E%DB%8C%DA%A9%D8%B1%D9%88%D9%86%D9%8E%DB%8C%D8%B4%D9%90%DB%8C%D9%8E%D9%86%20%D8%AE%D9%95%D8%B7%DB%81%D9%95>,
        <http://lexvo.org/id/term/kat/%E1%83%9B%E1%83%98%E1%83%A0%E1%83%9D%E1%83%9C%E1%83%94%E1%83%96%E1%83%98%E1%83%90>,
        <http://lexvo.org/id/term/kaz/%D0%9C%D0%B8%D0%BA%D1%80%D0%BE%D0%BD%D0%B5%D0%B7%D0%B8%D1%8F%20%D1%80%D0%B5%D0%B3%D0%B8%D0%BE%D0%BD%D1%8B>,
        <http://lexvo.org/id/term/kea/Reji%C3%A3u%20di%20Mikronezia>,
        <http://lexvo.org/id/term/khm/%E1%9E%8F%E1%9F%86%E1%9E%94%E1%9E%93%E1%9F%8B%E2%80%8B%E1%9E%98%E1%9E%B8%E1%9E%80%E1%9F%92%E1%9E%9A%E1%9E%BC%E1%9E%8E%E1%9F%81%E1%9E%9F%E1%9F%8A%E1%9E%B8>,
        <http://lexvo.org/id/term/kor/%EB%AF%B8%ED%81%AC%EB%A1%9C%EB%84%A4%EC%8B%9C%EC%95%84%20%EC%A7%80%EC%97%AD>,
        <http://lexvo.org/id/term/ksh/de%20Rejohn%20vun%20Mikroneeseje>,
        <http://lexvo.org/id/term/lao/%E0%BB%80%E0%BA%82%E0%BA%94%E0%BB%84%E0%BA%A1%E0%BB%82%E0%BA%84%E0%BA%99%E0%BA%B5%E0%BB%80%E0%BA%8A%E0%BA%8D>,
        <http://lexvo.org/id/term/lav/Mikron%C4%93zijas%20re%C4%A3ions>,
        <http://lexvo.org/id/term/lit/Mikronezijos%20regionas>,
        <http://lexvo.org/id/term/mal/%E0%B4%AE%E0%B5%88%E0%B4%95%E0%B5%8D%E0%B4%B0%E0%B5%8B%E0%B4%A8%E0%B5%87%E0%B4%B7%E0%B5%8D%E0%B4%AF%E0%B5%BB%20%E0%B4%AA%E0%B5%8D%E0%B4%B0%E0%B4%A6%E0%B5%87%E0%B4%B6%E0%B4%82>,
        <http://lexvo.org/id/term/mar/%E0%A4%AE%E0%A4%BE%E0%A4%AF%E0%A4%95%E0%A5%8D%E0%A4%B0%E0%A5%8B%E0%A4%A8%E0%A5%87%E0%A4%B6%E0%A4%BF%E0%A4%AF%E0%A4%A8%20%E0%A4%B0%E0%A5%80%E0%A4%9C%E0%A4%A8>,
        <http://lexvo.org/id/term/mkd/%D0%9C%D0%B8%D0%BA%D1%80%D0%BE%D0%BD%D0%B5%D0%B7%D0%B8%D1%81%D0%BA%D0%B8%20%D1%80%D0%B5%D0%B3%D0%B8%D0%BE%D0%BD>,
        <http://lexvo.org/id/term/mlt/Re%C4%A1jun%20ta%E2%80%99%20Mikrone%C5%BCja>,
        <http://lexvo.org/id/term/nep/%E0%A4%AE%E0%A4%BE%E0%A4%87%E0%A4%95%E0%A5%8D%E0%A4%B0%E0%A5%8B%E0%A4%A8%E0%A5%87%E0%A4%B8%E0%A4%BF%E0%A4%AF%E0%A4%BE%E0%A4%B2%E0%A5%80%20%E0%A4%95%E0%A5%8D%E0%A4%B7%E0%A5%87%E0%A4%A4%E0%A5%8D%E0%A4%B0>,
        <http://lexvo.org/id/term/nld/Micronesische%20regio>,
        <http://lexvo.org/id/term/nno/Mikronesia>,
        <http://lexvo.org/id/term/nob/Mikronesia>,
        <http://lexvo.org/id/term/ori/%E0%AC%AE%E0%AC%BE%E0%AC%87%E0%AC%95%E0%AD%8D%E0%AC%B0%E0%AD%8B%E0%AC%A8%E0%AD%87%E0%AC%B8%E0%AC%BF%E0%AC%86%E0%AC%A8%E0%AD%8D%20%E0%AC%85%E0%AC%9E%E0%AD%8D%E0%AC%9A%E0%AC%B3>,
        <http://lexvo.org/id/term/pol/Mikronezja>,
        <http://lexvo.org/id/term/por/Regi%C3%A3o%20da%20Micron%C3%A9sia>,
        <http://lexvo.org/id/term/roh/Regiun%20Micronesica>,
        <http://lexvo.org/id/term/ron/Regiunea%20Micronezia>,
        <http://lexvo.org/id/term/rus/%D0%9C%D0%B8%D0%BA%D1%80%D0%BE%D0%BD%D0%B5%D0%B7%D0%B8%D1%8F>,
        <http://lexvo.org/id/term/sin/%E0%B6%B8%E0%B6%BA%E0%B7%92%E0%B6%9A%E0%B7%8A%E2%80%8D%E0%B6%BB%E0%B7%9D%E0%B6%B1%E0%B7%93%E0%B7%83%E0%B7%92%E0%B6%BA%E0%B7%8F%E0%B6%B1%E0%B7%94%20%E0%B6%9A%E0%B7%85%E0%B7%8F%E0%B6%B4%E0%B6%BA>,
        <http://lexvo.org/id/term/slk/Mikron%C3%A9zia%20%E2%80%93%20oblas%C5%A5>,
        <http://lexvo.org/id/term/slv/mikronezijska%20regija>,
        <http://lexvo.org/id/term/sme/Mikronesia%20guovllus>,
        <http://lexvo.org/id/term/spa/Micronesia%20%5B057%5D>,
        <http://lexvo.org/id/term/srp-Latn/Micronezija>,
        <http://lexvo.org/id/term/srp/%D0%9C%D0%B8%D0%BA%D1%80%D0%BE%D0%BD%D0%B5%D0%B7%D0%B8%D1%98%D1%81%D0%BA%D0%B8%20%D1%80%D0%B5%D0%B3%D0%B8%D0%BE%D0%BD>,
        <http://lexvo.org/id/term/swe/Mikronesiska%20%C3%B6arna>,
        <http://lexvo.org/id/term/swh/Eneo%20la%20Mikronesia>,
        <http://lexvo.org/id/term/tam/%E0%AE%AE%E0%AF%88%E0%AE%95%E0%AF%8D%E0%AE%B0%E0%AF%8B%20%E0%AE%A8%E0%AF%87%E0%AE%B7%E0%AE%BF%E0%AE%AF%E0%AE%BE%20%E0%AE%AA%E0%AE%BF%E0%AE%B0%E0%AE%A4%E0%AF%87%E0%AE%9A%E0%AE%AE%E0%AF%8D>,
        <http://lexvo.org/id/term/tel/%E0%B0%AE%E0%B1%88%E0%B0%95%E0%B1%8D%E0%B0%B0%E0%B1%8B%E0%B0%A8%E0%B1%87%E0%B0%B6%E0%B0%BF%E0%B0%AF%20%E0%B0%AA%E0%B1%8D%E0%B0%B0%E0%B0%BE%E0%B0%82%E0%B0%A4%E0%B0%82>,
        <http://lexvo.org/id/term/tha/%E0%B9%80%E0%B8%82%E0%B8%95%E0%B9%84%E0%B8%A1%E0%B9%82%E0%B8%84%E0%B8%A3%E0%B8%99%E0%B8%B5%E0%B9%80%E0%B8%8B%E0%B8%B5%E0%B8%A2>,
        <http://lexvo.org/id/term/tir/%E1%88%9A%E1%8A%AD%E1%88%AE%E1%8A%94%E1%8B%A2%E1%8B%AB%20%5B057%5D>,
        <http://lexvo.org/id/term/ton/Potu%20fonua%20Mikolonisia>,
        <http://lexvo.org/id/term/tur/Mikronezya>,
        <http://lexvo.org/id/term/ukr/%D0%9C%D1%96%D0%BA%D1%80%D0%BE%D0%BD%D0%B5%D0%B7%D1%96%D0%B9%D1%81%D1%8C%D0%BA%D0%B8%D0%B9%20%D1%80%D0%B5%D0%B3%D1%96%D0%BE%D0%BD>,
        <http://lexvo.org/id/term/urd/%D9%85%D8%A7%D8%A6%DA%A9%D8%B1%D9%88%D9%86%DB%8C%D8%B4%DB%8C%D8%A7%D8%A6%DB%8C%20%D8%B9%D9%84%D8%A7%D9%82%DB%81>,
        <http://lexvo.org/id/term/vie/V%C3%B9ng%20Micronesian>,
        <http://lexvo.org/id/term/wae/Mikronesi%C5%A1es%20Inselgebiet>,
        <http://lexvo.org/id/term/zsm/Wilayah%20Mikronesia>,
        <http://lexvo.org/id/term/zul/e-Micronesian%20Region> .

<http://lexvo.org/id/un_m49/061> a lvont:GeographicRegion ;
    rdfs:label "Polinesië"@af,
        "ፖሊኔዥያ"@am,
        "بولينيزيا"@ar,
        "Polinesia"@ast,
        "Polineziya"@az,
        "Палінезія"@be,
        "Полинезия"@bg,
        "পলিনেশিয়া"@bn,
        "Polinezia"@br,
        "पोलीनेशिया"@brx,
        "Polinezija"@bs,
        "Полинезија"@bs-Cyrl,
        "Polinèsia"@ca,
        "玻利尼西亚"@cmn,
        "玻里尼西亞"@cmn-Hant,
        "Polynésie"@cs,
        "Polynesia"@cy,
        "Polynesien"@da,
        "Polynesien"@de,
        "པོ་ལི་ནི་ཤི་ཡ"@dz,
        "Pɔlinesia nutome"@ee,
        "Πολυνησία"@el,
        "Polynesia"@en,
        "𐐑𐐪𐑊𐐲𐑌𐐨𐑈𐐲"@en-Dsrt,
        "Polinesia"@es,
        "Polüneesia"@et,
        "Polinesia"@eu,
        "پلی‌نزی"@fa,
        "Polynesia"@fi,
        "Polynesia"@fil,
        "Polynesia"@fo,
        "Polynésie"@fr,
        "Polinesie"@fur,
        "An Pholainéis"@ga,
        "Poilinèis"@gd,
        "Polinesia"@gl,
        "Polineesie"@gsw,
        "પોલિનેશિયા"@gu,
        "פולינזיה"@he,
        "पोलीनेशिया"@hi,
        "Polinezija"@hr,
        "Polinézia"@hu,
        "Polinesia"@id,
        "Pólýnesía"@is,
        "Polinesia"@it,
        "ポリネシア"@ja,
        "პოლინეზია"@ka,
        "Polinezia"@kea,
        "Полинезия"@kk,
        "Polynesia"@kl,
        "ប៉ូលីណេស៊ី"@km,
        "ಪೋಲಿನೇಶಿಯಾ"@kn,
        "폴리네시아"@ko,
        "پالنیشِیا"@ks,
        "Polineesije"@ksh,
        "ໂປໂລນີເຊຍ"@lo,
        "Polinezija"@lt,
        "Polinēzija"@lv,
        "Полинезија"@mk,
        "പോളിനേഷ്യ"@ml,
        "पॉलिनेशिया"@mr,
        "Polinesja"@mt,
        "Polynesia"@nb,
        "पोलिनेशिया"@ne,
        "Polynesië"@nl,
        "Polynesia"@nn,
        "ପଲିନେସିଆ"@or,
        "Polinezja"@pl,
        "Polinésia"@pt,
        "Polinesia"@rm,
        "Polinezia"@ro,
        "Полинезия"@ru,
        "Polynesia"@se,
        "පොලිනීසියාව"@si,
        "Polynézia"@sk,
        "Polinezija"@sl,
        "Полинезија"@sr,
        "Polinezija"@sr-Latn,
        "Polynesien"@sv,
        "Polynesia"@swh,
        "பாலினேஷியா"@ta,
        "పాలినేషియా"@te,
        "โปลินีเซีย"@th,
        "ፖሊኔዢያ"@ti,
        "Polinīsia"@to,
        "Polinezya"@tr,
        "Полінезія"@uk,
        "پولینیشیا"@ur,
        "Polynesia"@vi,
        "Polinesie"@wae,
        "Polinesia"@zsm,
        "i-Polynesia"@zu ;
    lvont:label <http://lexvo.org/id/term/afr/Polinesi%C3%AB>,
        <http://lexvo.org/id/term/amh/%E1%8D%96%E1%88%8A%E1%8A%94%E1%8B%A5%E1%8B%AB>,
        <http://lexvo.org/id/term/ara/%D8%A8%D9%88%D9%84%D9%8A%D9%86%D9%8A%D8%B2%D9%8A%D8%A7>,
        <http://lexvo.org/id/term/ast/Polinesia>,
        <http://lexvo.org/id/term/aze/Polineziya>,
        <http://lexvo.org/id/term/bel/%D0%9F%D0%B0%D0%BB%D1%96%D0%BD%D0%B5%D0%B7%D1%96%D1%8F>,
        <http://lexvo.org/id/term/ben/%E0%A6%AA%E0%A6%B2%E0%A6%BF%E0%A6%A8%E0%A7%87%E0%A6%B6%E0%A6%BF%E0%A6%AF%E0%A6%BC%E0%A6%BE>,
        <http://lexvo.org/id/term/bos-Cyrl/%D0%9F%D0%BE%D0%BB%D0%B8%D0%BD%D0%B5%D0%B7%D0%B8%D1%98%D0%B0>,
        <http://lexvo.org/id/term/bos/Polinezija>,
        <http://lexvo.org/id/term/bre/Polinezia>,
        <http://lexvo.org/id/term/brx/%E0%A4%AA%E0%A5%8B%E0%A4%B2%E0%A5%80%E0%A4%A8%E0%A5%87%E0%A4%B6%E0%A4%BF%E0%A4%AF%E0%A4%BE>,
        <http://lexvo.org/id/term/bul/%D0%9F%D0%BE%D0%BB%D0%B8%D0%BD%D0%B5%D0%B7%D0%B8%D1%8F>,
        <http://lexvo.org/id/term/cat/Polin%C3%A8sia>,
        <http://lexvo.org/id/term/ces/Polyn%C3%A9sie>,
        <http://lexvo.org/id/term/cmn-Hant/%E7%8E%BB%E9%87%8C%E5%B0%BC%E8%A5%BF%E4%BA%9E>,
        <http://lexvo.org/id/term/cmn/%E7%8E%BB%E5%88%A9%E5%B0%BC%E8%A5%BF%E4%BA%9A>,
        <http://lexvo.org/id/term/cym/Polynesia>,
        <http://lexvo.org/id/term/dan/Polynesien>,
        <http://lexvo.org/id/term/deu/Polynesien>,
        <http://lexvo.org/id/term/dzo/%E0%BD%94%E0%BD%BC%E0%BC%8B%E0%BD%A3%E0%BD%B2%E0%BC%8B%E0%BD%93%E0%BD%B2%E0%BC%8B%E0%BD%A4%E0%BD%B2%E0%BC%8B%E0%BD%A1>,
        <http://lexvo.org/id/term/ell/%CE%A0%CE%BF%CE%BB%CF%85%CE%BD%CE%B7%CF%83%CE%AF%CE%B1>,
        <http://lexvo.org/id/term/eng-Dsrt/%F0%90%90%91%F0%90%90%AA%F0%90%91%8A%F0%90%90%B2%F0%90%91%8C%F0%90%90%A8%F0%90%91%88%F0%90%90%B2>,
        <http://lexvo.org/id/term/eng/Polynesia>,
        <http://lexvo.org/id/term/est/Pol%C3%BCneesia>,
        <http://lexvo.org/id/term/eus/Polinesia>,
        <http://lexvo.org/id/term/ewe/P%C9%94linesia%20nutome>,
        <http://lexvo.org/id/term/fao/Polynesia>,
        <http://lexvo.org/id/term/fas/%D9%BE%D9%84%DB%8C%E2%80%8C%D9%86%D8%B2%DB%8C>,
        <http://lexvo.org/id/term/fil/Polynesia>,
        <http://lexvo.org/id/term/fin/Polynesia>,
        <http://lexvo.org/id/term/fra/Polyn%C3%A9sie>,
        <http://lexvo.org/id/term/fur/Polinesie>,
        <http://lexvo.org/id/term/gla/Poilin%C3%A8is>,
        <http://lexvo.org/id/term/gle/An%20Pholain%C3%A9is>,
        <http://lexvo.org/id/term/glg/Polinesia>,
        <http://lexvo.org/id/term/gsw/Polineesie>,
        <http://lexvo.org/id/term/guj/%E0%AA%AA%E0%AB%8B%E0%AA%B2%E0%AA%BF%E0%AA%A8%E0%AB%87%E0%AA%B6%E0%AA%BF%E0%AA%AF%E0%AA%BE>,
        <http://lexvo.org/id/term/heb/%D7%A4%D7%95%D7%9C%D7%99%D7%A0%D7%96%D7%99%D7%94>,
        <http://lexvo.org/id/term/hin/%E0%A4%AA%E0%A5%8B%E0%A4%B2%E0%A5%80%E0%A4%A8%E0%A5%87%E0%A4%B6%E0%A4%BF%E0%A4%AF%E0%A4%BE>,
        <http://lexvo.org/id/term/hrv/Polinezija>,
        <http://lexvo.org/id/term/hun/Polin%C3%A9zia>,
        <http://lexvo.org/id/term/ind/Polinesia>,
        <http://lexvo.org/id/term/isl/P%C3%B3l%C3%BDnes%C3%ADa>,
        <http://lexvo.org/id/term/ita/Polinesia>,
        <http://lexvo.org/id/term/jpn/%E3%83%9D%E3%83%AA%E3%83%8D%E3%82%B7%E3%82%A2>,
        <http://lexvo.org/id/term/kal/Polynesia>,
        <http://lexvo.org/id/term/kan/%E0%B2%AA%E0%B3%8B%E0%B2%B2%E0%B2%BF%E0%B2%A8%E0%B3%87%E0%B2%B6%E0%B2%BF%E0%B2%AF%E0%B2%BE>,
        <http://lexvo.org/id/term/kas/%D9%BE%D8%A7%D9%84%D9%86%DB%8C%D8%B4%D9%90%DB%8C%D8%A7>,
        <http://lexvo.org/id/term/kat/%E1%83%9E%E1%83%9D%E1%83%9A%E1%83%98%E1%83%9C%E1%83%94%E1%83%96%E1%83%98%E1%83%90>,
        <http://lexvo.org/id/term/kaz/%D0%9F%D0%BE%D0%BB%D0%B8%D0%BD%D0%B5%D0%B7%D0%B8%D1%8F>,
        <http://lexvo.org/id/term/kea/Polinezia>,
        <http://lexvo.org/id/term/khm/%E1%9E%94%E1%9F%89%E1%9E%BC%E1%9E%9B%E1%9E%B8%E1%9E%8E%E1%9F%81%E1%9E%9F%E1%9F%8A%E1%9E%B8>,
        <http://lexvo.org/id/term/kor/%ED%8F%B4%EB%A6%AC%EB%84%A4%EC%8B%9C%EC%95%84>,
        <http://lexvo.org/id/term/ksh/Polineesije>,
        <http://lexvo.org/id/term/lao/%E0%BB%82%E0%BA%9B%E0%BB%82%E0%BA%A5%E0%BA%99%E0%BA%B5%E0%BB%80%E0%BA%8A%E0%BA%8D>,
        <http://lexvo.org/id/term/lav/Polin%C4%93zija>,
        <http://lexvo.org/id/term/lit/Polinezija>,
        <http://lexvo.org/id/term/mal/%E0%B4%AA%E0%B5%8B%E0%B4%B3%E0%B4%BF%E0%B4%A8%E0%B5%87%E0%B4%B7%E0%B5%8D%E0%B4%AF>,
        <http://lexvo.org/id/term/mar/%E0%A4%AA%E0%A5%89%E0%A4%B2%E0%A4%BF%E0%A4%A8%E0%A5%87%E0%A4%B6%E0%A4%BF%E0%A4%AF%E0%A4%BE>,
        <http://lexvo.org/id/term/mkd/%D0%9F%D0%BE%D0%BB%D0%B8%D0%BD%D0%B5%D0%B7%D0%B8%D1%98%D0%B0>,
        <http://lexvo.org/id/term/mlt/Polinesja>,
        <http://lexvo.org/id/term/nep/%E0%A4%AA%E0%A5%8B%E0%A4%B2%E0%A4%BF%E0%A4%A8%E0%A5%87%E0%A4%B6%E0%A4%BF%E0%A4%AF%E0%A4%BE>,
        <http://lexvo.org/id/term/nld/Polynesi%C3%AB>,
        <http://lexvo.org/id/term/nno/Polynesia>,
        <http://lexvo.org/id/term/nob/Polynesia>,
        <http://lexvo.org/id/term/ori/%E0%AC%AA%E0%AC%B2%E0%AC%BF%E0%AC%A8%E0%AD%87%E0%AC%B8%E0%AC%BF%E0%AC%86>,
        <http://lexvo.org/id/term/pol/Polinezja>,
        <http://lexvo.org/id/term/por/Polin%C3%A9sia>,
        <http://lexvo.org/id/term/roh/Polinesia>,
        <http://lexvo.org/id/term/ron/Polinezia>,
        <http://lexvo.org/id/term/rus/%D0%9F%D0%BE%D0%BB%D0%B8%D0%BD%D0%B5%D0%B7%D0%B8%D1%8F>,
        <http://lexvo.org/id/term/sin/%E0%B6%B4%E0%B7%9C%E0%B6%BD%E0%B7%92%E0%B6%B1%E0%B7%93%E0%B7%83%E0%B7%92%E0%B6%BA%E0%B7%8F%E0%B7%80>,
        <http://lexvo.org/id/term/slk/Polyn%C3%A9zia>,
        <http://lexvo.org/id/term/slv/Polinezija>,
        <http://lexvo.org/id/term/sme/Polynesia>,
        <http://lexvo.org/id/term/spa/Polinesia>,
        <http://lexvo.org/id/term/srp-Latn/Polinezija>,
        <http://lexvo.org/id/term/srp/%D0%9F%D0%BE%D0%BB%D0%B8%D0%BD%D0%B5%D0%B7%D0%B8%D1%98%D0%B0>,
        <http://lexvo.org/id/term/swe/Polynesien>,
        <http://lexvo.org/id/term/swh/Polynesia>,
        <http://lexvo.org/id/term/tam/%E0%AE%AA%E0%AE%BE%E0%AE%B2%E0%AE%BF%E0%AE%A9%E0%AF%87%E0%AE%B7%E0%AE%BF%E0%AE%AF%E0%AE%BE>,
        <http://lexvo.org/id/term/tel/%E0%B0%AA%E0%B0%BE%E0%B0%B2%E0%B0%BF%E0%B0%A8%E0%B1%87%E0%B0%B7%E0%B0%BF%E0%B0%AF%E0%B0%BE>,
        <http://lexvo.org/id/term/tha/%E0%B9%82%E0%B8%9B%E0%B8%A5%E0%B8%B4%E0%B8%99%E0%B8%B5%E0%B9%80%E0%B8%8B%E0%B8%B5%E0%B8%A2>,
        <http://lexvo.org/id/term/tir/%E1%8D%96%E1%88%8A%E1%8A%94%E1%8B%A2%E1%8B%AB>,
        <http://lexvo.org/id/term/ton/Polin%C4%ABsia>,
        <http://lexvo.org/id/term/tur/Polinezya>,
        <http://lexvo.org/id/term/ukr/%D0%9F%D0%BE%D0%BB%D1%96%D0%BD%D0%B5%D0%B7%D1%96%D1%8F>,
        <http://lexvo.org/id/term/urd/%D9%BE%D9%88%D9%84%DB%8C%D9%86%DB%8C%D8%B4%DB%8C%D8%A7>,
        <http://lexvo.org/id/term/vie/Polynesia>,
        <http://lexvo.org/id/term/wae/Polinesie>,
        <http://lexvo.org/id/term/zsm/Polinesia>,
        <http://lexvo.org/id/term/zul/i-Polynesia> .

<http://lexvo.org/id/un_m49/142> a lvont:GeographicRegion ;
    rdfs:label "Asië"@af,
        "እሲያ"@am,
        "آسيا"@ar,
        "Asia"@ast,
        "Aziya"@az,
        "Азія"@be,
        "Азия"@bg,
        "এশিয়া"@bn,
        "ཨེ་ཤི་ཡ།"@bo,
        "Azia"@br,
        "एशिया"@brx,
        "Azija"@bs,
        "Азија"@bs-Cyrl,
        "Àsia"@ca,
        "亚洲"@cmn,
        "亞洲"@cmn-Hant,
        "Asie"@cs,
        "Asia"@cy,
        "Asien"@da,
        "Asien"@de,
        "ཨེ་ཤི་ཡ"@dz,
        "Asia nutome"@ee,
        "Ασία"@el,
        "Asia"@en,
        "𐐁𐑈𐐲"@en-Dsrt,
        "Asia"@es,
        "Aasia"@et,
        "Asia"@eu,
        "آسیا"@fa,
        "Aasia"@fi,
        "Asya"@fil,
        "Asia"@fo,
        "Asie"@fr,
        "Asie"@fur,
        "An Áise"@ga,
        "Àisea"@gd,
        "Asia"@gl,
        "Aasie"@gsw,
        "એશિયા"@gu,
        "אסיה"@he,
        "एशिया"@hi,
        "Azija"@hr,
        "Ázsia"@hu,
        "Asia"@id,
        "Asía"@is,
        "Asia"@it,
        "アジア"@ja,
        "Azî"@jgo,
        "აზია"@ka,
        "Azia"@kea,
        "Азия"@kk,
        "Asia"@kl,
        "អាស៊ី"@km,
        "ಏಷ್ಯಾ"@kn,
        "아시아"@ko,
        "ایشیا"@ks,
        "Aasije"@ksh,
        "Azía"@ln,
        "ອາຊີ"@lo,
        "Azija"@lt,
        "Āzija"@lv,
        "Азија"@mk,
        "ഏഷ്യ"@ml,
        "अशिया"@mr,
        "Asja"@mt,
        "အာရှ"@my,
        "Asia"@nb,
        "एशिया"@ne,
        "Azië"@nl,
        "Asia"@nn,
        "ଏସିଆ"@or,
        "Ази"@os,
        "Azja"@pl,
        "Ásia"@pt,
        "Asia"@rm,
        "Asia"@ro,
        "Азия"@ru,
        "Ásia"@se,
        "ආසියාව"@si,
        "Ázia"@sk,
        "Azija"@sl,
        "Азија"@sr,
        "Azija"@sr-Latn,
        "Asien"@sv,
        "Asia"@swh,
        "ஆசியா"@ta,
        "ఆశియా"@te,
        "เอเชีย"@th,
        "እስያ"@ti,
        "ʻĒsia"@to,
        "Asya"@tr,
        "Азія"@uk,
        "ایشیا"@ur,
        "Châu Á"@vi,
        "Asie"@wae,
        "Asia"@zsm,
        "i-Asia"@zu ;
    lvont:label <http://lexvo.org/id/term/afr/Asi%C3%AB>,
        <http://lexvo.org/id/term/amh/%E1%8A%A5%E1%88%B2%E1%8B%AB>,
        <http://lexvo.org/id/term/ara/%D8%A2%D8%B3%D9%8A%D8%A7>,
        <http://lexvo.org/id/term/ast/Asia>,
        <http://lexvo.org/id/term/aze/Aziya>,
        <http://lexvo.org/id/term/bel/%D0%90%D0%B7%D1%96%D1%8F>,
        <http://lexvo.org/id/term/ben/%E0%A6%8F%E0%A6%B6%E0%A6%BF%E0%A6%AF%E0%A6%BC%E0%A6%BE>,
        <http://lexvo.org/id/term/bod/%E0%BD%A8%E0%BD%BA%E0%BC%8B%E0%BD%A4%E0%BD%B2%E0%BC%8B%E0%BD%A1%E0%BC%8D>,
        <http://lexvo.org/id/term/bos-Cyrl/%D0%90%D0%B7%D0%B8%D1%98%D0%B0>,
        <http://lexvo.org/id/term/bos/Azija>,
        <http://lexvo.org/id/term/bre/Azia>,
        <http://lexvo.org/id/term/brx/%E0%A4%8F%E0%A4%B6%E0%A4%BF%E0%A4%AF%E0%A4%BE>,
        <http://lexvo.org/id/term/bul/%D0%90%D0%B7%D0%B8%D1%8F>,
        <http://lexvo.org/id/term/cat/%C3%80sia>,
        <http://lexvo.org/id/term/ces/Asie>,
        <http://lexvo.org/id/term/cmn-Hant/%E4%BA%9E%E6%B4%B2>,
        <http://lexvo.org/id/term/cmn/%E4%BA%9A%E6%B4%B2>,
        <http://lexvo.org/id/term/cym/Asia>,
        <http://lexvo.org/id/term/dan/Asien>,
        <http://lexvo.org/id/term/deu/Asien>,
        <http://lexvo.org/id/term/dzo/%E0%BD%A8%E0%BD%BA%E0%BC%8B%E0%BD%A4%E0%BD%B2%E0%BC%8B%E0%BD%A1>,
        <http://lexvo.org/id/term/ell/%CE%91%CF%83%CE%AF%CE%B1>,
        <http://lexvo.org/id/term/eng-Dsrt/%F0%90%90%81%F0%90%91%88%F0%90%90%B2>,
        <http://lexvo.org/id/term/eng/Asia>,
        <http://lexvo.org/id/term/est/Aasia>,
        <http://lexvo.org/id/term/eus/Asia>,
        <http://lexvo.org/id/term/ewe/Asia%20nutome>,
        <http://lexvo.org/id/term/fao/Asia>,
        <http://lexvo.org/id/term/fas/%D8%A2%D8%B3%DB%8C%D8%A7>,
        <http://lexvo.org/id/term/fil/Asya>,
        <http://lexvo.org/id/term/fin/Aasia>,
        <http://lexvo.org/id/term/fra/Asie>,
        <http://lexvo.org/id/term/fur/Asie>,
        <http://lexvo.org/id/term/gla/%C3%80isea>,
        <http://lexvo.org/id/term/gle/An%20%C3%81ise>,
        <http://lexvo.org/id/term/glg/Asia>,
        <http://lexvo.org/id/term/gsw/Aasie>,
        <http://lexvo.org/id/term/guj/%E0%AA%8F%E0%AA%B6%E0%AA%BF%E0%AA%AF%E0%AA%BE>,
        <http://lexvo.org/id/term/heb/%D7%90%D7%A1%D7%99%D7%94>,
        <http://lexvo.org/id/term/hin/%E0%A4%8F%E0%A4%B6%E0%A4%BF%E0%A4%AF%E0%A4%BE>,
        <http://lexvo.org/id/term/hrv/Azija>,
        <http://lexvo.org/id/term/hun/%C3%81zsia>,
        <http://lexvo.org/id/term/ind/Asia>,
        <http://lexvo.org/id/term/isl/As%C3%ADa>,
        <http://lexvo.org/id/term/ita/Asia>,
        <http://lexvo.org/id/term/jgo/Az%C3%AE>,
        <http://lexvo.org/id/term/jpn/%E3%82%A2%E3%82%B8%E3%82%A2>,
        <http://lexvo.org/id/term/kal/Asia>,
        <http://lexvo.org/id/term/kan/%E0%B2%8F%E0%B2%B7%E0%B3%8D%E0%B2%AF%E0%B2%BE>,
        <http://lexvo.org/id/term/kas/%D8%A7%DB%8C%D8%B4%DB%8C%D8%A7>,
        <http://lexvo.org/id/term/kat/%E1%83%90%E1%83%96%E1%83%98%E1%83%90>,
        <http://lexvo.org/id/term/kaz/%D0%90%D0%B7%D0%B8%D1%8F>,
        <http://lexvo.org/id/term/kea/Azia>,
        <http://lexvo.org/id/term/khm/%E1%9E%A2%E1%9E%B6%E1%9E%9F%E1%9F%8A%E1%9E%B8>,
        <http://lexvo.org/id/term/kor/%EC%95%84%EC%8B%9C%EC%95%84>,
        <http://lexvo.org/id/term/ksh/Aasije>,
        <http://lexvo.org/id/term/lao/%E0%BA%AD%E0%BA%B2%E0%BA%8A%E0%BA%B5>,
        <http://lexvo.org/id/term/lav/%C4%80zija>,
        <http://lexvo.org/id/term/lin/Az%C3%ADa>,
        <http://lexvo.org/id/term/lit/Azija>,
        <http://lexvo.org/id/term/mal/%E0%B4%8F%E0%B4%B7%E0%B5%8D%E0%B4%AF>,
        <http://lexvo.org/id/term/mar/%E0%A4%85%E0%A4%B6%E0%A4%BF%E0%A4%AF%E0%A4%BE>,
        <http://lexvo.org/id/term/mkd/%D0%90%D0%B7%D0%B8%D1%98%D0%B0>,
        <http://lexvo.org/id/term/mlt/Asja>,
        <http://lexvo.org/id/term/mya/%E1%80%A1%E1%80%AC%E1%80%9B%E1%80%BE>,
        <http://lexvo.org/id/term/nep/%E0%A4%8F%E0%A4%B6%E0%A4%BF%E0%A4%AF%E0%A4%BE>,
        <http://lexvo.org/id/term/nld/Azi%C3%AB>,
        <http://lexvo.org/id/term/nno/Asia>,
        <http://lexvo.org/id/term/nob/Asia>,
        <http://lexvo.org/id/term/ori/%E0%AC%8F%E0%AC%B8%E0%AC%BF%E0%AC%86>,
        <http://lexvo.org/id/term/oss/%D0%90%D0%B7%D0%B8>,
        <http://lexvo.org/id/term/pol/Azja>,
        <http://lexvo.org/id/term/por/%C3%81sia>,
        <http://lexvo.org/id/term/roh/Asia>,
        <http://lexvo.org/id/term/ron/Asia>,
        <http://lexvo.org/id/term/rus/%D0%90%D0%B7%D0%B8%D1%8F>,
        <http://lexvo.org/id/term/sin/%E0%B6%86%E0%B7%83%E0%B7%92%E0%B6%BA%E0%B7%8F%E0%B7%80>,
        <http://lexvo.org/id/term/slk/%C3%81zia>,
        <http://lexvo.org/id/term/slv/Azija>,
        <http://lexvo.org/id/term/sme/%C3%81sia>,
        <http://lexvo.org/id/term/spa/Asia>,
        <http://lexvo.org/id/term/srp-Latn/Azija>,
        <http://lexvo.org/id/term/srp/%D0%90%D0%B7%D0%B8%D1%98%D0%B0>,
        <http://lexvo.org/id/term/swe/Asien>,
        <http://lexvo.org/id/term/swh/Asia>,
        <http://lexvo.org/id/term/tam/%E0%AE%86%E0%AE%9A%E0%AE%BF%E0%AE%AF%E0%AE%BE>,
        <http://lexvo.org/id/term/tel/%E0%B0%86%E0%B0%B6%E0%B0%BF%E0%B0%AF%E0%B0%BE>,
        <http://lexvo.org/id/term/tha/%E0%B9%80%E0%B8%AD%E0%B9%80%E0%B8%8A%E0%B8%B5%E0%B8%A2>,
        <http://lexvo.org/id/term/tir/%E1%8A%A5%E1%88%B5%E1%8B%AB>,
        <http://lexvo.org/id/term/ton/%CA%BB%C4%92sia>,
        <http://lexvo.org/id/term/tur/Asya>,
        <http://lexvo.org/id/term/ukr/%D0%90%D0%B7%D1%96%D1%8F>,
        <http://lexvo.org/id/term/urd/%D8%A7%DB%8C%D8%B4%DB%8C%D8%A7>,
        <http://lexvo.org/id/term/vie/Ch%C3%A2u%20%C3%81>,
        <http://lexvo.org/id/term/wae/Asie>,
        <http://lexvo.org/id/term/zsm/Asia>,
        <http://lexvo.org/id/term/zul/i-Asia> .

<http://lexvo.org/id/un_m49/143> a lvont:GeographicRegion ;
    rdfs:label "Sentraal-Asië"@af,
        "መካከለኛው እሲያ"@am,
        "وسط آسيا"@ar,
        "Asia Central"@ast,
        "Orta Aziya"@az,
        "Цэнтральная Азія"@be,
        "Централна Азия"@bg,
        "মধ্য এশিয়া"@bn,
        "Azia ar Cʼhreiz"@br,
        "मध्य एशिया"@brx,
        "Centralna Azija"@bs,
        "Централна Азија"@bs-Cyrl,
        "Àsia Central"@ca,
        "中亚"@cmn,
        "中亞"@cmn-Hant,
        "Střední Asie"@cs,
        "Canol Asia"@cy,
        "Centralasien"@da,
        "Zentralasien"@de,
        "སྦུག་ཕྱོགས་ཀྱི་ཨེ་ཤི་ཡ"@dz,
        "Titina Asia nutome"@ee,
        "Κεντρική Ασία"@el,
        "Central Asia"@en,
        "𐐝𐐯𐑌𐐻𐑉𐐲𐑊 𐐁𐑈𐐲"@en-Dsrt,
        "Asia central"@es,
        "Kesk-Aasia"@et,
        "Asia erdialdea"@eu,
        "آسیای مرکزی"@fa,
        "Keski-Aasia"@fi,
        "Gitnang Asya"@fil,
        "Sentralasia"@fo,
        "Asie centrale"@fr,
        "Asie centrâl"@fur,
        "An Áise Láir"@ga,
        "Meadhan Àisea"@gd,
        "Asia Central"@gl,
        "Zentraalaasie"@gsw,
        "મધ્ય એશિયા"@gu,
        "מרכז אסיה"@he,
        "मध्य एशिया"@hi,
        "Srednja Azija"@hr,
        "Közép-Ázsia"@hu,
        "Asia Tengah"@id,
        "Mið-Asía"@is,
        "Asia centrale"@it,
        "中央アジア"@ja,
        "ცენტრალური აზია"@ka,
        "Azia Sentral"@kea,
        "Орталық Азия"@kk,
        "Asia Qitiusumik"@kl,
        "អាស៊ី​កណ្ដាល"@km,
        "ಮಧ್ಯ ಏಷ್ಯಾ"@kn,
        "중앙 아시아"@ko,
        "مرکٔزی ایشیا"@ks,
        "Meddelaasije"@ksh,
        "Azía ya Katikáti"@ln,
        "ເຊັນເທີນເອເຊຍ"@lo,
        "Centrinė Azija"@lt,
        "Centrālāzija"@lv,
        "Централна Азија"@mk,
        "മദ്ധ്യേഷ്യ"@ml,
        "मध्य अशिया"@mr,
        "Asja Ċentrali"@mt,
        "အလယ် အာရှ"@my,
        "Sentral-Asia"@nb,
        "केन्द्रीय एशिया"@ne,
        "Centraal-Azië"@nl,
        "Sentral-Asia"@nn,
        "ମଧ୍ୟ ଏସିଆ"@or,
        "Azja Środkowa"@pl,
        "Ásia Central"@pt,
        "Asia Centrala"@rm,
        "Asia Centrală"@ro,
        "Средняя Азия"@ru,
        "Gaska-Ásia"@se,
        "gaska-Ásia"@se,
        "මධ්‍යම ආසියාව"@si,
        "Stredná Ázia"@sk,
        "Osrednja Azija"@sl,
        "Централна Азија"@sr,
        "Centralna Azija"@sr-Latn,
        "Centralasien"@sv,
        "Asia ya Kati"@swh,
        "மத்திய ஆசியா"@ta,
        "మధ్యమ ఆశియా"@te,
        "เอเชียกลาง"@th,
        "መካከለኛ አሜሪካ [143]"@ti,
        "ʻĒsia lotoloto"@to,
        "Orta Asya"@tr,
        "Центральна Азія"@uk,
        "وسطی ایشیا"@ur,
        "Trung Á"@vi,
        "Zentralasie"@wae,
        "Asia Tengah"@zsm,
        "i-Central Asia"@zu ;
    lvont:label <http://lexvo.org/id/term/afr/Sentraal-Asi%C3%AB>,
        <http://lexvo.org/id/term/amh/%E1%88%98%E1%8A%AB%E1%8A%A8%E1%88%88%E1%8A%9B%E1%8B%8D%20%E1%8A%A5%E1%88%B2%E1%8B%AB>,
        <http://lexvo.org/id/term/ara/%D9%88%D8%B3%D8%B7%20%D8%A2%D8%B3%D9%8A%D8%A7>,
        <http://lexvo.org/id/term/ast/Asia%20Central>,
        <http://lexvo.org/id/term/aze/Orta%20Aziya>,
        <http://lexvo.org/id/term/bel/%D0%A6%D1%8D%D0%BD%D1%82%D1%80%D0%B0%D0%BB%D1%8C%D0%BD%D0%B0%D1%8F%20%D0%90%D0%B7%D1%96%D1%8F>,
        <http://lexvo.org/id/term/ben/%E0%A6%AE%E0%A6%A7%E0%A7%8D%E0%A6%AF%20%E0%A6%8F%E0%A6%B6%E0%A6%BF%E0%A6%AF%E0%A6%BC%E0%A6%BE>,
        <http://lexvo.org/id/term/bos-Cyrl/%D0%A6%D0%B5%D0%BD%D1%82%D1%80%D0%B0%D0%BB%D0%BD%D0%B0%20%D0%90%D0%B7%D0%B8%D1%98%D0%B0>,
        <http://lexvo.org/id/term/bos/Centralna%20Azija>,
        <http://lexvo.org/id/term/bre/Azia%20ar%20C%CA%BChreiz>,
        <http://lexvo.org/id/term/brx/%E0%A4%AE%E0%A4%A7%E0%A5%8D%E0%A4%AF%20%E0%A4%8F%E0%A4%B6%E0%A4%BF%E0%A4%AF%E0%A4%BE>,
        <http://lexvo.org/id/term/bul/%D0%A6%D0%B5%D0%BD%D1%82%D1%80%D0%B0%D0%BB%D0%BD%D0%B0%20%D0%90%D0%B7%D0%B8%D1%8F>,
        <http://lexvo.org/id/term/cat/%C3%80sia%20Central>,
        <http://lexvo.org/id/term/ces/St%C5%99edn%C3%AD%20Asie>,
        <http://lexvo.org/id/term/cmn-Hant/%E4%B8%AD%E4%BA%9E>,
        <http://lexvo.org/id/term/cmn/%E4%B8%AD%E4%BA%9A>,
        <http://lexvo.org/id/term/cym/Canol%20Asia>,
        <http://lexvo.org/id/term/dan/Centralasien>,
        <http://lexvo.org/id/term/deu/Zentralasien>,
        <http://lexvo.org/id/term/dzo/%E0%BD%A6%E0%BE%A6%E0%BD%B4%E0%BD%82%E0%BC%8B%E0%BD%95%E0%BE%B1%E0%BD%BC%E0%BD%82%E0%BD%A6%E0%BC%8B%E0%BD%80%E0%BE%B1%E0%BD%B2%E0%BC%8B%E0%BD%A8%E0%BD%BA%E0%BC%8B%E0%BD%A4%E0%BD%B2%E0%BC%8B%E0%BD%A1>,
        <http://lexvo.org/id/term/ell/%CE%9A%CE%B5%CE%BD%CF%84%CF%81%CE%B9%CE%BA%CE%AE%20%CE%91%CF%83%CE%AF%CE%B1>,
        <http://lexvo.org/id/term/eng-Dsrt/%F0%90%90%9D%F0%90%90%AF%F0%90%91%8C%F0%90%90%BB%F0%90%91%89%F0%90%90%B2%F0%90%91%8A%20%F0%90%90%81%F0%90%91%88%F0%90%90%B2>,
        <http://lexvo.org/id/term/eng/Central%20Asia>,
        <http://lexvo.org/id/term/est/Kesk-Aasia>,
        <http://lexvo.org/id/term/eus/Asia%20erdialdea>,
        <http://lexvo.org/id/term/ewe/Titina%20Asia%20nutome>,
        <http://lexvo.org/id/term/fao/Sentralasia>,
        <http://lexvo.org/id/term/fas/%D8%A2%D8%B3%DB%8C%D8%A7%DB%8C%20%D9%85%D8%B1%DA%A9%D8%B2%DB%8C>,
        <http://lexvo.org/id/term/fil/Gitnang%20Asya>,
        <http://lexvo.org/id/term/fin/Keski-Aasia>,
        <http://lexvo.org/id/term/fra/Asie%20centrale>,
        <http://lexvo.org/id/term/fur/Asie%20centr%C3%A2l>,
        <http://lexvo.org/id/term/gla/Meadhan%20%C3%80isea>,
        <http://lexvo.org/id/term/gle/An%20%C3%81ise%20L%C3%A1ir>,
        <http://lexvo.org/id/term/glg/Asia%20Central>,
        <http://lexvo.org/id/term/gsw/Zentraalaasie>,
        <http://lexvo.org/id/term/guj/%E0%AA%AE%E0%AA%A7%E0%AB%8D%E0%AA%AF%20%E0%AA%8F%E0%AA%B6%E0%AA%BF%E0%AA%AF%E0%AA%BE>,
        <http://lexvo.org/id/term/heb/%D7%9E%D7%A8%D7%9B%D7%96%20%D7%90%D7%A1%D7%99%D7%94>,
        <http://lexvo.org/id/term/hin/%E0%A4%AE%E0%A4%A7%E0%A5%8D%E0%A4%AF%20%E0%A4%8F%E0%A4%B6%E0%A4%BF%E0%A4%AF%E0%A4%BE>,
        <http://lexvo.org/id/term/hrv/Srednja%20Azija>,
        <http://lexvo.org/id/term/hun/K%C3%B6z%C3%A9p-%C3%81zsia>,
        <http://lexvo.org/id/term/ind/Asia%20Tengah>,
        <http://lexvo.org/id/term/isl/Mi%C3%B0-As%C3%ADa>,
        <http://lexvo.org/id/term/ita/Asia%20centrale>,
        <http://lexvo.org/id/term/jpn/%E4%B8%AD%E5%A4%AE%E3%82%A2%E3%82%B8%E3%82%A2>,
        <http://lexvo.org/id/term/kal/Asia%20Qitiusumik>,
        <http://lexvo.org/id/term/kan/%E0%B2%AE%E0%B2%A7%E0%B3%8D%E0%B2%AF%20%E0%B2%8F%E0%B2%B7%E0%B3%8D%E0%B2%AF%E0%B2%BE>,
        <http://lexvo.org/id/term/kas/%D9%85%D8%B1%DA%A9%D9%94%D8%B2%DB%8C%20%D8%A7%DB%8C%D8%B4%DB%8C%D8%A7>,
        <http://lexvo.org/id/term/kat/%E1%83%AA%E1%83%94%E1%83%9C%E1%83%A2%E1%83%A0%E1%83%90%E1%83%9A%E1%83%A3%E1%83%A0%E1%83%98%20%E1%83%90%E1%83%96%E1%83%98%E1%83%90>,
        <http://lexvo.org/id/term/kaz/%D0%9E%D1%80%D1%82%D0%B0%D0%BB%D1%8B%D2%9B%20%D0%90%D0%B7%D0%B8%D1%8F>,
        <http://lexvo.org/id/term/kea/Azia%20Sentral>,
        <http://lexvo.org/id/term/khm/%E1%9E%A2%E1%9E%B6%E1%9E%9F%E1%9F%8A%E1%9E%B8%E2%80%8B%E1%9E%80%E1%9E%8E%E1%9F%92%E1%9E%8A%E1%9E%B6%E1%9E%9B>,
        <http://lexvo.org/id/term/kor/%EC%A4%91%EC%95%99%20%EC%95%84%EC%8B%9C%EC%95%84>,
        <http://lexvo.org/id/term/ksh/Meddelaasije>,
        <http://lexvo.org/id/term/lao/%E0%BB%80%E0%BA%8A%E0%BA%B1%E0%BA%99%E0%BB%80%E0%BA%97%E0%BA%B5%E0%BA%99%E0%BB%80%E0%BA%AD%E0%BB%80%E0%BA%8A%E0%BA%8D>,
        <http://lexvo.org/id/term/lav/Centr%C4%81l%C4%81zija>,
        <http://lexvo.org/id/term/lin/Az%C3%ADa%20ya%20Katik%C3%A1ti>,
        <http://lexvo.org/id/term/lit/Centrin%C4%97%20Azija>,
        <http://lexvo.org/id/term/mal/%E0%B4%AE%E0%B4%A6%E0%B5%8D%E0%B4%A7%E0%B5%8D%E0%B4%AF%E0%B5%87%E0%B4%B7%E0%B5%8D%E0%B4%AF>,
        <http://lexvo.org/id/term/mar/%E0%A4%AE%E0%A4%A7%E0%A5%8D%E0%A4%AF%20%E0%A4%85%E0%A4%B6%E0%A4%BF%E0%A4%AF%E0%A4%BE>,
        <http://lexvo.org/id/term/mkd/%D0%A6%D0%B5%D0%BD%D1%82%D1%80%D0%B0%D0%BB%D0%BD%D0%B0%20%D0%90%D0%B7%D0%B8%D1%98%D0%B0>,
        <http://lexvo.org/id/term/mlt/Asja%20%C4%8Aentrali>,
        <http://lexvo.org/id/term/mya/%E1%80%A1%E1%80%9C%E1%80%9A%E1%80%BA%20%E1%80%A1%E1%80%AC%E1%80%9B%E1%80%BE>,
        <http://lexvo.org/id/term/nep/%E0%A4%95%E0%A5%87%E0%A4%A8%E0%A5%8D%E0%A4%A6%E0%A5%8D%E0%A4%B0%E0%A5%80%E0%A4%AF%20%E0%A4%8F%E0%A4%B6%E0%A4%BF%E0%A4%AF%E0%A4%BE>,
        <http://lexvo.org/id/term/nld/Centraal-Azi%C3%AB>,
        <http://lexvo.org/id/term/nno/Sentral-Asia>,
        <http://lexvo.org/id/term/nob/Sentral-Asia>,
        <http://lexvo.org/id/term/ori/%E0%AC%AE%E0%AC%A7%E0%AD%8D%E0%AD%9F%20%E0%AC%8F%E0%AC%B8%E0%AC%BF%E0%AC%86>,
        <http://lexvo.org/id/term/pol/Azja%20%C5%9Arodkowa>,
        <http://lexvo.org/id/term/por/%C3%81sia%20Central>,
        <http://lexvo.org/id/term/roh/Asia%20Centrala>,
        <http://lexvo.org/id/term/ron/Asia%20Central%C4%83>,
        <http://lexvo.org/id/term/rus/%D0%A1%D1%80%D0%B5%D0%B4%D0%BD%D1%8F%D1%8F%20%D0%90%D0%B7%D0%B8%D1%8F>,
        <http://lexvo.org/id/term/sin/%E0%B6%B8%E0%B6%B0%E0%B7%8A%E2%80%8D%E0%B6%BA%E0%B6%B8%20%E0%B6%86%E0%B7%83%E0%B7%92%E0%B6%BA%E0%B7%8F%E0%B7%80>,
        <http://lexvo.org/id/term/slk/Stredn%C3%A1%20%C3%81zia>,
        <http://lexvo.org/id/term/slv/Osrednja%20Azija>,
        <http://lexvo.org/id/term/sme/Gaska-%C3%81sia>,
        <http://lexvo.org/id/term/sme/gaska-%C3%81sia>,
        <http://lexvo.org/id/term/spa/Asia%20central>,
        <http://lexvo.org/id/term/srp-Latn/Centralna%20Azija>,
        <http://lexvo.org/id/term/srp/%D0%A6%D0%B5%D0%BD%D1%82%D1%80%D0%B0%D0%BB%D0%BD%D0%B0%20%D0%90%D0%B7%D0%B8%D1%98%D0%B0>,
        <http://lexvo.org/id/term/swe/Centralasien>,
        <http://lexvo.org/id/term/swh/Asia%20ya%20Kati>,
        <http://lexvo.org/id/term/tam/%E0%AE%AE%E0%AE%A4%E0%AF%8D%E0%AE%A4%E0%AE%BF%E0%AE%AF%20%E0%AE%86%E0%AE%9A%E0%AE%BF%E0%AE%AF%E0%AE%BE>,
        <http://lexvo.org/id/term/tel/%E0%B0%AE%E0%B0%A7%E0%B1%8D%E0%B0%AF%E0%B0%AE%20%E0%B0%86%E0%B0%B6%E0%B0%BF%E0%B0%AF%E0%B0%BE>,
        <http://lexvo.org/id/term/tha/%E0%B9%80%E0%B8%AD%E0%B9%80%E0%B8%8A%E0%B8%B5%E0%B8%A2%E0%B8%81%E0%B8%A5%E0%B8%B2%E0%B8%87>,
        <http://lexvo.org/id/term/tir/%E1%88%98%E1%8A%AB%E1%8A%A8%E1%88%88%E1%8A%9B%20%E1%8A%A0%E1%88%9C%E1%88%AA%E1%8A%AB%20%5B143%5D>,
        <http://lexvo.org/id/term/ton/%CA%BB%C4%92sia%20lotoloto>,
        <http://lexvo.org/id/term/tur/Orta%20Asya>,
        <http://lexvo.org/id/term/ukr/%D0%A6%D0%B5%D0%BD%D1%82%D1%80%D0%B0%D0%BB%D1%8C%D0%BD%D0%B0%20%D0%90%D0%B7%D1%96%D1%8F>,
        <http://lexvo.org/id/term/urd/%D9%88%D8%B3%D8%B7%DB%8C%20%D8%A7%DB%8C%D8%B4%DB%8C%D8%A7>,
        <http://lexvo.org/id/term/vie/Trung%20%C3%81>,
        <http://lexvo.org/id/term/wae/Zentralasie>,
        <http://lexvo.org/id/term/zsm/Asia%20Tengah>,
        <http://lexvo.org/id/term/zul/i-Central%20Asia> .

<http://lexvo.org/id/un_m49/145> a lvont:GeographicRegion ;
    rdfs:label "Wes-Asië"@af,
        "ምስራቃዊ እሲያ"@am,
        "غرب آسيا"@ar,
        "Asia Occidental"@ast,
        "Qərb Asiya"@az,
        "Заходняя Азія"@be,
        "Западна Азия"@bg,
        "পশ্চিমাঞ্চলীয় এশিয়া"@bn,
        "Azia ar Cʼhornôg"@br,
        "पश्चिमी ऐशिया"@brx,
        "Zapadna Azija"@bs,
        "Западна Азија"@bs-Cyrl,
        "Àsia Occidental"@ca,
        "西亚"@cmn,
        "西亞"@cmn-Hant,
        "Západní Asie"@cs,
        "Gorllewin Asia"@cy,
        "Vestasien"@da,
        "Westasien"@de,
        "ནུབ་ཕྱོགས་ཀྱི་ཨེ་ཤི་ཡ"@dz,
        "Ɣetoɖoƒelɔƒo Asia nutome"@ee,
        "Δυτική Ασία"@el,
        "Western Asia"@en,
        "𐐎𐐯𐑅𐐻𐐲𐑉𐑌 𐐁𐑈𐐲"@en-Dsrt,
        "Asia occidental"@es,
        "Lääne-Aasia"@et,
        "Asia mendebaldea"@eu,
        "غرب آسیا"@fa,
        "Länsi-Aasia"@fi,
        "Kanlurang Asya"@fil,
        "Vesturasia"@fo,
        "Asie occidentale"@fr,
        "Asie ocidentâl"@fur,
        "Iarthar na hÁise"@ga,
        "Àisea an Iar"@gd,
        "Asia Occidental"@gl,
        "Weschtaasie"@gsw,
        "પશ્ચિમ એશિયા"@gu,
        "מערב אסיה"@he,
        "पश्चिमी ऐशिया"@hi,
        "Zapadna Azija"@hr,
        "Nyugat-Ázsia"@hu,
        "Asia Barat"@id,
        "Vestur-Asía"@is,
        "Asia occidentale"@it,
        "西アジア"@ja,
        "დასავლეთი აზია"@ka,
        "Azia Osidental"@kea,
        "Батыс Азия"@kk,
        "Asia Killiit"@kl,
        "អាស៊ី​ខាង​លិច"@km,
        "ಪಶ್ಚಿಮ ಏಷ್ಯಾ"@kn,
        "서아시아"@ko,
        "مَغرِبی ایشیا"@ks,
        "Wäß-Aasije"@ksh,
        "Azía ya Wɛ́sita"@ln,
        "ວອດເທີມເອເຊຍ"@lo,
        "Vakarų Azija"@lt,
        "Rietumāzija"@lv,
        "Западна Азија"@mk,
        "പശ്ചിമേഷ്യ"@ml,
        "पश्चिम अशिया"@mr,
        "Asja tal-Punent"@mt,
        "အနောက် အာရှ"@my,
        "Vest-Asia"@nb,
        "पश्चिमी एशिया"@ne,
        "West-Azië"@nl,
        "Vest-Asia"@nn,
        "ପଶ୍ଚିମ ଏସିଆ"@or,
        "Azja Zachodnia"@pl,
        "Ásia Ocidental"@pt,
        "Asia dal Vest"@rm,
        "Asia Occidentală"@ro,
        "Ближний и Средний Восток"@ru,
        "Oarji-Ásia"@se,
        "oarji-Ásia"@se,
        "බටහිර ආසියාව"@si,
        "Západná Ázia"@sk,
        "Zahodna Azija"@sl,
        "Западна Азија"@sr,
        "Zapadna Azija"@sr-Latn,
        "Västasien"@sv,
        "Asia ya Magharibi"@swh,
        "மேற்கு ஆசியா"@ta,
        "పడమటి ఆశియా"@te,
        "เอเชียตะวันตก"@th,
        "ምዕራባዊ እስያ"@ti,
        "ʻĒsia hihifo"@to,
        "Batı Asya"@tr,
        "Західна Азія"@uk,
        "مغربی ایشیا"@ur,
        "Tây Á"@vi,
        "Weštasie"@wae,
        "Asia Barat"@zsm,
        "e-Western Asia"@zu ;
    lvont:label <http://lexvo.org/id/term/afr/Wes-Asi%C3%AB>,
        <http://lexvo.org/id/term/amh/%E1%88%9D%E1%88%B5%E1%88%AB%E1%89%83%E1%8B%8A%20%E1%8A%A5%E1%88%B2%E1%8B%AB>,
        <http://lexvo.org/id/term/ara/%D8%BA%D8%B1%D8%A8%20%D8%A2%D8%B3%D9%8A%D8%A7>,
        <http://lexvo.org/id/term/ast/Asia%20Occidental>,
        <http://lexvo.org/id/term/aze/Q%C9%99rb%20Asiya>,
        <http://lexvo.org/id/term/bel/%D0%97%D0%B0%D1%85%D0%BE%D0%B4%D0%BD%D1%8F%D1%8F%20%D0%90%D0%B7%D1%96%D1%8F>,
        <http://lexvo.org/id/term/ben/%E0%A6%AA%E0%A6%B6%E0%A7%8D%E0%A6%9A%E0%A6%BF%E0%A6%AE%E0%A6%BE%E0%A6%9E%E0%A7%8D%E0%A6%9A%E0%A6%B2%E0%A7%80%E0%A6%AF%E0%A6%BC%20%E0%A6%8F%E0%A6%B6%E0%A6%BF%E0%A6%AF%E0%A6%BC%E0%A6%BE>,
        <http://lexvo.org/id/term/bos-Cyrl/%D0%97%D0%B0%D0%BF%D0%B0%D0%B4%D0%BD%D0%B0%20%D0%90%D0%B7%D0%B8%D1%98%D0%B0>,
        <http://lexvo.org/id/term/bos/Zapadna%20Azija>,
        <http://lexvo.org/id/term/bre/Azia%20ar%20C%CA%BChorn%C3%B4g>,
        <http://lexvo.org/id/term/brx/%E0%A4%AA%E0%A4%B6%E0%A5%8D%E0%A4%9A%E0%A4%BF%E0%A4%AE%E0%A5%80%20%E0%A4%90%E0%A4%B6%E0%A4%BF%E0%A4%AF%E0%A4%BE>,
        <http://lexvo.org/id/term/bul/%D0%97%D0%B0%D0%BF%D0%B0%D0%B4%D0%BD%D0%B0%20%D0%90%D0%B7%D0%B8%D1%8F>,
        <http://lexvo.org/id/term/cat/%C3%80sia%20Occidental>,
        <http://lexvo.org/id/term/ces/Z%C3%A1padn%C3%AD%20Asie>,
        <http://lexvo.org/id/term/cmn-Hant/%E8%A5%BF%E4%BA%9E>,
        <http://lexvo.org/id/term/cmn/%E8%A5%BF%E4%BA%9A>,
        <http://lexvo.org/id/term/cym/Gorllewin%20Asia>,
        <http://lexvo.org/id/term/dan/Vestasien>,
        <http://lexvo.org/id/term/deu/Westasien>,
        <http://lexvo.org/id/term/dzo/%E0%BD%93%E0%BD%B4%E0%BD%96%E0%BC%8B%E0%BD%95%E0%BE%B1%E0%BD%BC%E0%BD%82%E0%BD%A6%E0%BC%8B%E0%BD%80%E0%BE%B1%E0%BD%B2%E0%BC%8B%E0%BD%A8%E0%BD%BA%E0%BC%8B%E0%BD%A4%E0%BD%B2%E0%BC%8B%E0%BD%A1>,
        <http://lexvo.org/id/term/ell/%CE%94%CF%85%CF%84%CE%B9%CE%BA%CE%AE%20%CE%91%CF%83%CE%AF%CE%B1>,
        <http://lexvo.org/id/term/eng-Dsrt/%F0%90%90%8E%F0%90%90%AF%F0%90%91%85%F0%90%90%BB%F0%90%90%B2%F0%90%91%89%F0%90%91%8C%20%F0%90%90%81%F0%90%91%88%F0%90%90%B2>,
        <http://lexvo.org/id/term/eng/Western%20Asia>,
        <http://lexvo.org/id/term/est/L%C3%A4%C3%A4ne-Aasia>,
        <http://lexvo.org/id/term/eus/Asia%20mendebaldea>,
        <http://lexvo.org/id/term/ewe/%C6%94eto%C9%96o%C6%92el%C9%94%C6%92o%20Asia%20nutome>,
        <http://lexvo.org/id/term/fao/Vesturasia>,
        <http://lexvo.org/id/term/fas/%D8%BA%D8%B1%D8%A8%20%D8%A2%D8%B3%DB%8C%D8%A7>,
        <http://lexvo.org/id/term/fil/Kanlurang%20Asya>,
        <http://lexvo.org/id/term/fin/L%C3%A4nsi-Aasia>,
        <http://lexvo.org/id/term/fra/Asie%20occidentale>,
        <http://lexvo.org/id/term/fur/Asie%20ocident%C3%A2l>,
        <http://lexvo.org/id/term/gla/%C3%80isea%20an%20Iar>,
        <http://lexvo.org/id/term/gle/Iarthar%20na%20h%C3%81ise>,
        <http://lexvo.org/id/term/glg/Asia%20Occidental>,
        <http://lexvo.org/id/term/gsw/Weschtaasie>,
        <http://lexvo.org/id/term/guj/%E0%AA%AA%E0%AA%B6%E0%AB%8D%E0%AA%9A%E0%AA%BF%E0%AA%AE%20%E0%AA%8F%E0%AA%B6%E0%AA%BF%E0%AA%AF%E0%AA%BE>,
        <http://lexvo.org/id/term/heb/%D7%9E%D7%A2%D7%A8%D7%91%20%D7%90%D7%A1%D7%99%D7%94>,
        <http://lexvo.org/id/term/hin/%E0%A4%AA%E0%A4%B6%E0%A5%8D%E0%A4%9A%E0%A4%BF%E0%A4%AE%E0%A5%80%20%E0%A4%90%E0%A4%B6%E0%A4%BF%E0%A4%AF%E0%A4%BE>,
        <http://lexvo.org/id/term/hrv/Zapadna%20Azija>,
        <http://lexvo.org/id/term/hun/Nyugat-%C3%81zsia>,
        <http://lexvo.org/id/term/ind/Asia%20Barat>,
        <http://lexvo.org/id/term/isl/Vestur-As%C3%ADa>,
        <http://lexvo.org/id/term/ita/Asia%20occidentale>,
        <http://lexvo.org/id/term/jpn/%E8%A5%BF%E3%82%A2%E3%82%B8%E3%82%A2>,
        <http://lexvo.org/id/term/kal/Asia%20Killiit>,
        <http://lexvo.org/id/term/kan/%E0%B2%AA%E0%B2%B6%E0%B3%8D%E0%B2%9A%E0%B2%BF%E0%B2%AE%20%E0%B2%8F%E0%B2%B7%E0%B3%8D%E0%B2%AF%E0%B2%BE>,
        <http://lexvo.org/id/term/kas/%D9%85%D9%8E%D8%BA%D8%B1%D9%90%D8%A8%DB%8C%20%D8%A7%DB%8C%D8%B4%DB%8C%D8%A7>,
        <http://lexvo.org/id/term/kat/%E1%83%93%E1%83%90%E1%83%A1%E1%83%90%E1%83%95%E1%83%9A%E1%83%94%E1%83%97%E1%83%98%20%E1%83%90%E1%83%96%E1%83%98%E1%83%90>,
        <http://lexvo.org/id/term/kaz/%D0%91%D0%B0%D1%82%D1%8B%D1%81%20%D0%90%D0%B7%D0%B8%D1%8F>,
        <http://lexvo.org/id/term/kea/Azia%20Osidental>,
        <http://lexvo.org/id/term/khm/%E1%9E%A2%E1%9E%B6%E1%9E%9F%E1%9F%8A%E1%9E%B8%E2%80%8B%E1%9E%81%E1%9E%B6%E1%9E%84%E2%80%8B%E1%9E%9B%E1%9E%B7%E1%9E%85>,
        <http://lexvo.org/id/term/kor/%EC%84%9C%EC%95%84%EC%8B%9C%EC%95%84>,
        <http://lexvo.org/id/term/ksh/W%C3%A4%C3%9F-Aasije>,
        <http://lexvo.org/id/term/lao/%E0%BA%A7%E0%BA%AD%E0%BA%94%E0%BB%80%E0%BA%97%E0%BA%B5%E0%BA%A1%E0%BB%80%E0%BA%AD%E0%BB%80%E0%BA%8A%E0%BA%8D>,
        <http://lexvo.org/id/term/lav/Rietum%C4%81zija>,
        <http://lexvo.org/id/term/lin/Az%C3%ADa%20ya%20W%C9%9B%CC%81sita>,
        <http://lexvo.org/id/term/lit/Vakar%C5%B3%20Azija>,
        <http://lexvo.org/id/term/mal/%E0%B4%AA%E0%B4%B6%E0%B5%8D%E0%B4%9A%E0%B4%BF%E0%B4%AE%E0%B5%87%E0%B4%B7%E0%B5%8D%E0%B4%AF>,
        <http://lexvo.org/id/term/mar/%E0%A4%AA%E0%A4%B6%E0%A5%8D%E0%A4%9A%E0%A4%BF%E0%A4%AE%20%E0%A4%85%E0%A4%B6%E0%A4%BF%E0%A4%AF%E0%A4%BE>,
        <http://lexvo.org/id/term/mkd/%D0%97%D0%B0%D0%BF%D0%B0%D0%B4%D0%BD%D0%B0%20%D0%90%D0%B7%D0%B8%D1%98%D0%B0>,
        <http://lexvo.org/id/term/mlt/Asja%20tal-Punent>,
        <http://lexvo.org/id/term/mya/%E1%80%A1%E1%80%94%E1%80%B1%E1%80%AC%E1%80%80%E1%80%BA%20%E1%80%A1%E1%80%AC%E1%80%9B%E1%80%BE>,
        <http://lexvo.org/id/term/nep/%E0%A4%AA%E0%A4%B6%E0%A5%8D%E0%A4%9A%E0%A4%BF%E0%A4%AE%E0%A5%80%20%E0%A4%8F%E0%A4%B6%E0%A4%BF%E0%A4%AF%E0%A4%BE>,
        <http://lexvo.org/id/term/nld/West-Azi%C3%AB>,
        <http://lexvo.org/id/term/nno/Vest-Asia>,
        <http://lexvo.org/id/term/nob/Vest-Asia>,
        <http://lexvo.org/id/term/ori/%E0%AC%AA%E0%AC%B6%E0%AD%8D%E0%AC%9A%E0%AC%BF%E0%AC%AE%20%E0%AC%8F%E0%AC%B8%E0%AC%BF%E0%AC%86>,
        <http://lexvo.org/id/term/pol/Azja%20Zachodnia>,
        <http://lexvo.org/id/term/por/%C3%81sia%20Ocidental>,
        <http://lexvo.org/id/term/roh/Asia%20dal%20Vest>,
        <http://lexvo.org/id/term/ron/Asia%20Occidental%C4%83>,
        <http://lexvo.org/id/term/rus/%D0%91%D0%BB%D0%B8%D0%B6%D0%BD%D0%B8%D0%B9%20%D0%B8%20%D0%A1%D1%80%D0%B5%D0%B4%D0%BD%D0%B8%D0%B9%20%D0%92%D0%BE%D1%81%D1%82%D0%BE%D0%BA>,
        <http://lexvo.org/id/term/sin/%E0%B6%B6%E0%B6%A7%E0%B7%84%E0%B7%92%E0%B6%BB%20%E0%B6%86%E0%B7%83%E0%B7%92%E0%B6%BA%E0%B7%8F%E0%B7%80>,
        <http://lexvo.org/id/term/slk/Z%C3%A1padn%C3%A1%20%C3%81zia>,
        <http://lexvo.org/id/term/slv/Zahodna%20Azija>,
        <http://lexvo.org/id/term/sme/Oarji-%C3%81sia>,
        <http://lexvo.org/id/term/sme/oarji-%C3%81sia>,
        <http://lexvo.org/id/term/spa/Asia%20occidental>,
        <http://lexvo.org/id/term/srp-Latn/Zapadna%20Azija>,
        <http://lexvo.org/id/term/srp/%D0%97%D0%B0%D0%BF%D0%B0%D0%B4%D0%BD%D0%B0%20%D0%90%D0%B7%D0%B8%D1%98%D0%B0>,
        <http://lexvo.org/id/term/swe/V%C3%A4stasien>,
        <http://lexvo.org/id/term/swh/Asia%20ya%20Magharibi>,
        <http://lexvo.org/id/term/tam/%E0%AE%AE%E0%AF%87%E0%AE%B1%E0%AF%8D%E0%AE%95%E0%AF%81%20%E0%AE%86%E0%AE%9A%E0%AE%BF%E0%AE%AF%E0%AE%BE>,
        <http://lexvo.org/id/term/tel/%E0%B0%AA%E0%B0%A1%E0%B0%AE%E0%B0%9F%E0%B0%BF%20%E0%B0%86%E0%B0%B6%E0%B0%BF%E0%B0%AF%E0%B0%BE>,
        <http://lexvo.org/id/term/tha/%E0%B9%80%E0%B8%AD%E0%B9%80%E0%B8%8A%E0%B8%B5%E0%B8%A2%E0%B8%95%E0%B8%B0%E0%B8%A7%E0%B8%B1%E0%B8%99%E0%B8%95%E0%B8%81>,
        <http://lexvo.org/id/term/tir/%E1%88%9D%E1%8B%95%E1%88%AB%E1%89%A3%E1%8B%8A%20%E1%8A%A5%E1%88%B5%E1%8B%AB>,
        <http://lexvo.org/id/term/ton/%CA%BB%C4%92sia%20hihifo>,
        <http://lexvo.org/id/term/tur/Bat%C4%B1%20Asya>,
        <http://lexvo.org/id/term/ukr/%D0%97%D0%B0%D1%85%D1%96%D0%B4%D0%BD%D0%B0%20%D0%90%D0%B7%D1%96%D1%8F>,
        <http://lexvo.org/id/term/urd/%D9%85%D8%BA%D8%B1%D8%A8%DB%8C%20%D8%A7%DB%8C%D8%B4%DB%8C%D8%A7>,
        <http://lexvo.org/id/term/vie/T%C3%A2y%20%C3%81>,
        <http://lexvo.org/id/term/wae/We%C5%A1tasie>,
        <http://lexvo.org/id/term/zsm/Asia%20Barat>,
        <http://lexvo.org/id/term/zul/e-Western%20Asia> .

<http://lexvo.org/id/un_m49/150> a lvont:GeographicRegion ;
    rdfs:label "Europa"@af,
        "አውሮፓ"@am,
        "أوروبا"@ar,
        "Europa"@ast,
        "Avropa"@az,
        "Еўропа"@be,
        "Европа"@bg,
        "ইউরোপ"@bn,
        "ཡུ་རོབ།"@bo,
        "Europa"@br,
        "यूरोप"@brx,
        "Evropa"@bs,
        "Европа"@bs-Cyrl,
        "Europa"@ca,
        "欧洲"@cmn,
        "歐洲"@cmn-Hant,
        "Evropa"@cs,
        "Ewrop"@cy,
        "Europa"@da,
        "Europa"@de,
        "ཡུ་རོབ"@dz,
        "Europa nutome"@ee,
        "Ευρώπη"@el,
        "Europe"@en,
        "𐐏𐐲𐑉𐐲𐐹"@en-Dsrt,
        "Europa"@es,
        "Euroopa"@et,
        "Europa"@eu,
        "اروپا"@fa,
        "Eurooppa"@fi,
        "Europa"@fil,
        "Evropa"@fo,
        "Europe"@fr,
        "Europe"@fur,
        "An Eoraip"@ga,
        "An Roinn-Eòrpa"@gd,
        "Europa"@gl,
        "Euroopa"@gsw,
        "યૂરોપ"@gu,
        "אירופה"@he,
        "यूरोप"@hi,
        "Europa"@hr,
        "Európa"@hu,
        "Eropa"@id,
        "Evrópa"@is,
        "Europa"@it,
        "ヨーロッパ"@ja,
        "Ʉlôp"@jgo,
        "ევროპა"@ka,
        "Europa"@kea,
        "Еуропа"@kk,
        "Europa"@kl,
        "អឺរ៉ុប"@km,
        "ಯೂರೋಪ್"@kn,
        "유럽"@ko,
        "یوٗرَپ"@ks,
        "Europpa"@ksh,
        "Erópa"@ln,
        "ເອີຣົບ"@lo,
        "Europa"@lt,
        "Eiropa"@lv,
        "Европа"@mk,
        "യൂറോപ്പ്"@ml,
        "युरोप"@mr,
        "Ewropa"@mt,
        "ဥရောပ"@my,
        "Europa"@nb,
        "युरोप"@ne,
        "Europa"@nl,
        "Europa"@nn,
        "ୟୁରୋପ୍"@or,
        "Европӕ"@os,
        "Europa"@pl,
        "Europa"@pt,
        "Europa"@rm,
        "Europa"@ro,
        "Европа"@ru,
        "Eurohpa"@se,
        "Eurohpá"@se,
        "යුරෝපය"@si,
        "Európa"@sk,
        "Evropa"@sl,
        "Европа"@sr,
        "Evropa"@sr-Latn,
        "Europa"@sv,
        "Ulaya"@swh,
        "ஈரோப்"@ta,
        "ఐరోపా"@te,
        "ยุโรป"@th,
        "አውሮፓ"@ti,
        "ʻIulope"@to,
        "Avrupa"@tr,
        "Європа"@uk,
        "یوروپ"@ur,
        "Âu Châu"@vi,
        "Europa"@wae,
        "Eropah"@zsm,
        "i-Europe"@zu ;
    lvont:label <http://lexvo.org/id/term/afr/Europa>,
        <http://lexvo.org/id/term/amh/%E1%8A%A0%E1%8B%8D%E1%88%AE%E1%8D%93>,
        <http://lexvo.org/id/term/ara/%D8%A3%D9%88%D8%B1%D9%88%D8%A8%D8%A7>,
        <http://lexvo.org/id/term/ast/Europa>,
        <http://lexvo.org/id/term/aze/Avropa>,
        <http://lexvo.org/id/term/bel/%D0%95%D1%9E%D1%80%D0%BE%D0%BF%D0%B0>,
        <http://lexvo.org/id/term/ben/%E0%A6%87%E0%A6%89%E0%A6%B0%E0%A7%8B%E0%A6%AA>,
        <http://lexvo.org/id/term/bod/%E0%BD%A1%E0%BD%B4%E0%BC%8B%E0%BD%A2%E0%BD%BC%E0%BD%96%E0%BC%8D>,
        <http://lexvo.org/id/term/bos-Cyrl/%D0%95%D0%B2%D1%80%D0%BE%D0%BF%D0%B0>,
        <http://lexvo.org/id/term/bos/Evropa>,
        <http://lexvo.org/id/term/bre/Europa>,
        <http://lexvo.org/id/term/brx/%E0%A4%AF%E0%A5%82%E0%A4%B0%E0%A5%8B%E0%A4%AA>,
        <http://lexvo.org/id/term/bul/%D0%95%D0%B2%D1%80%D0%BE%D0%BF%D0%B0>,
        <http://lexvo.org/id/term/cat/Europa>,
        <http://lexvo.org/id/term/ces/Evropa>,
        <http://lexvo.org/id/term/cmn-Hant/%E6%AD%90%E6%B4%B2>,
        <http://lexvo.org/id/term/cmn/%E6%AC%A7%E6%B4%B2>,
        <http://lexvo.org/id/term/cym/Ewrop>,
        <http://lexvo.org/id/term/dan/Europa>,
        <http://lexvo.org/id/term/deu/Europa>,
        <http://lexvo.org/id/term/dzo/%E0%BD%A1%E0%BD%B4%E0%BC%8B%E0%BD%A2%E0%BD%BC%E0%BD%96>,
        <http://lexvo.org/id/term/ell/%CE%95%CF%85%CF%81%CF%8E%CF%80%CE%B7>,
        <http://lexvo.org/id/term/eng-Dsrt/%F0%90%90%8F%F0%90%90%B2%F0%90%91%89%F0%90%90%B2%F0%90%90%B9>,
        <http://lexvo.org/id/term/eng/Europe>,
        <http://lexvo.org/id/term/est/Euroopa>,
        <http://lexvo.org/id/term/eus/Europa>,
        <http://lexvo.org/id/term/ewe/Europa%20nutome>,
        <http://lexvo.org/id/term/fao/Evropa>,
        <http://lexvo.org/id/term/fas/%D8%A7%D8%B1%D9%88%D9%BE%D8%A7>,
        <http://lexvo.org/id/term/fil/Europa>,
        <http://lexvo.org/id/term/fin/Eurooppa>,
        <http://lexvo.org/id/term/fra/Europe>,
        <http://lexvo.org/id/term/fur/Europe>,
        <http://lexvo.org/id/term/gla/An%20Roinn-E%C3%B2rpa>,
        <http://lexvo.org/id/term/gle/An%20Eoraip>,
        <http://lexvo.org/id/term/glg/Europa>,
        <http://lexvo.org/id/term/gsw/Euroopa>,
        <http://lexvo.org/id/term/guj/%E0%AA%AF%E0%AB%82%E0%AA%B0%E0%AB%8B%E0%AA%AA>,
        <http://lexvo.org/id/term/heb/%D7%90%D7%99%D7%A8%D7%95%D7%A4%D7%94>,
        <http://lexvo.org/id/term/hin/%E0%A4%AF%E0%A5%82%E0%A4%B0%E0%A5%8B%E0%A4%AA>,
        <http://lexvo.org/id/term/hrv/Europa>,
        <http://lexvo.org/id/term/hun/Eur%C3%B3pa>,
        <http://lexvo.org/id/term/ind/Eropa>,
        <http://lexvo.org/id/term/isl/Evr%C3%B3pa>,
        <http://lexvo.org/id/term/ita/Europa>,
        <http://lexvo.org/id/term/jgo/%C9%84l%C3%B4p>,
        <http://lexvo.org/id/term/jpn/%E3%83%A8%E3%83%BC%E3%83%AD%E3%83%83%E3%83%91>,
        <http://lexvo.org/id/term/kal/Europa>,
        <http://lexvo.org/id/term/kan/%E0%B2%AF%E0%B3%82%E0%B2%B0%E0%B3%8B%E0%B2%AA%E0%B3%8D>,
        <http://lexvo.org/id/term/kas/%DB%8C%D9%88%D9%97%D8%B1%D9%8E%D9%BE>,
        <http://lexvo.org/id/term/kat/%E1%83%94%E1%83%95%E1%83%A0%E1%83%9D%E1%83%9E%E1%83%90>,
        <http://lexvo.org/id/term/kaz/%D0%95%D1%83%D1%80%D0%BE%D0%BF%D0%B0>,
        <http://lexvo.org/id/term/kea/Europa>,
        <http://lexvo.org/id/term/khm/%E1%9E%A2%E1%9E%BA%E1%9E%9A%E1%9F%89%E1%9E%BB%E1%9E%94>,
        <http://lexvo.org/id/term/kor/%EC%9C%A0%EB%9F%BD>,
        <http://lexvo.org/id/term/ksh/Europpa>,
        <http://lexvo.org/id/term/lao/%E0%BB%80%E0%BA%AD%E0%BA%B5%E0%BA%A3%E0%BA%BB%E0%BA%9A>,
        <http://lexvo.org/id/term/lav/Eiropa>,
        <http://lexvo.org/id/term/lin/Er%C3%B3pa>,
        <http://lexvo.org/id/term/lit/Europa>,
        <http://lexvo.org/id/term/mal/%E0%B4%AF%E0%B5%82%E0%B4%B1%E0%B5%8B%E0%B4%AA%E0%B5%8D%E0%B4%AA%E0%B5%8D>,
        <http://lexvo.org/id/term/mar/%E0%A4%AF%E0%A5%81%E0%A4%B0%E0%A5%8B%E0%A4%AA>,
        <http://lexvo.org/id/term/mkd/%D0%95%D0%B2%D1%80%D0%BE%D0%BF%D0%B0>,
        <http://lexvo.org/id/term/mlt/Ewropa>,
        <http://lexvo.org/id/term/mya/%E1%80%A5%E1%80%9B%E1%80%B1%E1%80%AC%E1%80%95>,
        <http://lexvo.org/id/term/nep/%E0%A4%AF%E0%A5%81%E0%A4%B0%E0%A5%8B%E0%A4%AA>,
        <http://lexvo.org/id/term/nld/Europa>,
        <http://lexvo.org/id/term/nno/Europa>,
        <http://lexvo.org/id/term/nob/Europa>,
        <http://lexvo.org/id/term/ori/%E0%AD%9F%E0%AD%81%E0%AC%B0%E0%AD%8B%E0%AC%AA%E0%AD%8D>,
        <http://lexvo.org/id/term/oss/%D0%95%D0%B2%D1%80%D0%BE%D0%BF%D3%95>,
        <http://lexvo.org/id/term/pol/Europa>,
        <http://lexvo.org/id/term/por/Europa>,
        <http://lexvo.org/id/term/roh/Europa>,
        <http://lexvo.org/id/term/ron/Europa>,
        <http://lexvo.org/id/term/rus/%D0%95%D0%B2%D1%80%D0%BE%D0%BF%D0%B0>,
        <http://lexvo.org/id/term/sin/%E0%B6%BA%E0%B7%94%E0%B6%BB%E0%B7%9D%E0%B6%B4%E0%B6%BA>,
        <http://lexvo.org/id/term/slk/Eur%C3%B3pa>,
        <http://lexvo.org/id/term/slv/Evropa>,
        <http://lexvo.org/id/term/sme/Eurohp%C3%A1>,
        <http://lexvo.org/id/term/sme/Eurohpa>,
        <http://lexvo.org/id/term/spa/Europa>,
        <http://lexvo.org/id/term/srp-Latn/Evropa>,
        <http://lexvo.org/id/term/srp/%D0%95%D0%B2%D1%80%D0%BE%D0%BF%D0%B0>,
        <http://lexvo.org/id/term/swe/Europa>,
        <http://lexvo.org/id/term/swh/Ulaya>,
        <http://lexvo.org/id/term/tam/%E0%AE%88%E0%AE%B0%E0%AF%8B%E0%AE%AA%E0%AF%8D>,
        <http://lexvo.org/id/term/tel/%E0%B0%90%E0%B0%B0%E0%B1%8B%E0%B0%AA%E0%B0%BE>,
        <http://lexvo.org/id/term/tha/%E0%B8%A2%E0%B8%B8%E0%B9%82%E0%B8%A3%E0%B8%9B>,
        <http://lexvo.org/id/term/tir/%E1%8A%A0%E1%8B%8D%E1%88%AE%E1%8D%93>,
        <http://lexvo.org/id/term/ton/%CA%BBIulope>,
        <http://lexvo.org/id/term/tur/Avrupa>,
        <http://lexvo.org/id/term/ukr/%D0%84%D0%B2%D1%80%D0%BE%D0%BF%D0%B0>,
        <http://lexvo.org/id/term/urd/%DB%8C%D9%88%D8%B1%D9%88%D9%BE>,
        <http://lexvo.org/id/term/vie/%C3%82u%20Ch%C3%A2u>,
        <http://lexvo.org/id/term/wae/Europa>,
        <http://lexvo.org/id/term/zsm/Eropah>,
        <http://lexvo.org/id/term/zul/i-Europe> .

<http://lexvo.org/id/un_m49/151> a lvont:GeographicRegion ;
    rdfs:label "Oos-Europa"@af,
        "ምዕራባዊ አውሮፓ"@am,
        "شرق أوروبا"@ar,
        "Europa Oriental"@ast,
        "Şərq Avropa"@az,
        "Усходняя Еўропа"@be,
        "Източна Европа"@bg,
        "পূর্ব ইউরোপ"@bn,
        "Europa ar Reter"@br,
        "पूर्वी यूरोप"@brx,
        "Istočna Evropa"@bs,
        "Источна Европа"@bs-Cyrl,
        "Europa Oriental"@ca,
        "东欧"@cmn,
        "東歐"@cmn-Hant,
        "Východní Evropa"@cs,
        "Dwyrain Ewrop"@cy,
        "Østeuropa"@da,
        "Osteuropa"@de,
        "ཤར་ཕྱོགས་ཀྱི་ཡུ་རོབ"@dz,
        "Ɣedzeƒe Europa nutome"@ee,
        "Ανατολική Ευρώπη"@el,
        "Eastern Europe"@en,
        "𐐀𐑅𐐻𐐲𐑉𐑌 𐐏𐐲𐑉𐐲𐐹"@en-Dsrt,
        "Europa oriental"@es,
        "Ida-Euroopa"@et,
        "Europa ekialdea"@eu,
        "شرق اروپا"@fa,
        "Itä-Eurooppa"@fi,
        "Silangang Europa"@fil,
        "Eysturevropa"@fo,
        "Europe orientale"@fr,
        "Europe orientâl"@fur,
        "Oirthear na hEorpa"@ga,
        "An Roinn-Eòrpa an Ear"@gd,
        "Europa do Leste"@gl,
        "Oschteuroopa"@gsw,
        "પૂર્વી યૂરોપ"@gu,
        "מזרח אירופה"@he,
        "पूर्वी यूरोप"@hi,
        "Istočna Europa"@hr,
        "Kelet-Európa"@hu,
        "Eropa Timur"@id,
        "Austur-Evrópa"@is,
        "Europa orientale"@it,
        "東ヨーロッパ"@ja,
        "აღმოსავლეთი ევროპა"@ka,
        "Europa Oriental"@kea,
        "Шығыс Еуропа"@kk,
        "Europa Kangilliit"@kl,
        "អឺរ៉ុប​ខាង​កើត"@km,
        "ಪೂರ್ವ ಯೂರೋಪ್"@kn,
        "동유럽"@ko,
        "مشرِقی یوٗرَپ"@ks,
        "Oß-Europpa"@ksh,
        "Erópa ya Ɛ́sita"@ln,
        "ເອີຣົບຕາເວັນອອກ"@lo,
        "Rytų Europa"@lt,
        "Austrumeiropa"@lv,
        "Источна Европа"@mk,
        "കിഴക്കൻ യൂറോപ്പ്"@ml,
        "पूर्व युरोप"@mr,
        "Ewropa tal-Lvant"@mt,
        "အရှေ့ပိုင်း ဥရောပ"@my,
        "Øst-Europa"@nb,
        "पूर्वी युरोप"@ne,
        "Oost-Europa"@nl,
        "Aust-Europa"@nn,
        "ପୂର୍ବ ୟୁରୋପ୍"@or,
        "Europa Wschodnia"@pl,
        "Europa Oriental"@pt,
        "Europa Orientala"@rm,
        "Europa Orientală"@ro,
        "Восточная Европа"@ru,
        "Nuorta-Eurohpá"@se,
        "nuorta-Eurohpá"@se,
        "නැගෙනහිර යුරෝපය"@si,
        "Východná Európa"@sk,
        "Vzhodna Evropa"@sl,
        "Yurubta Bari"@so,
        "Источна Европа"@sr,
        "Istočna Evropa"@sr-Latn,
        "Östeuropa"@sv,
        "Ulaya ya Mashariki"@swh,
        "கிழக்கு ஐரோப்பா"@ta,
        "తూర్పు ఐరోపా"@te,
        "ยุโรปตะวันออก"@th,
        "ምስራቃዊ አውሮፓ"@ti,
        "ʻIulope hahake"@to,
        "Doğu Avrupa"@tr,
        "Східна Європа"@uk,
        "مشرقی یورپ"@ur,
        "Đông Âu"@vi,
        "Ošteuropa"@wae,
        "Eropah Timur"@zsm,
        "e-Eastern Europe"@zu ;
    lvont:label <http://lexvo.org/id/term/afr/Oos-Europa>,
        <http://lexvo.org/id/term/amh/%E1%88%9D%E1%8B%95%E1%88%AB%E1%89%A3%E1%8B%8A%20%E1%8A%A0%E1%8B%8D%E1%88%AE%E1%8D%93>,
        <http://lexvo.org/id/term/ara/%D8%B4%D8%B1%D9%82%20%D8%A3%D9%88%D8%B1%D9%88%D8%A8%D8%A7>,
        <http://lexvo.org/id/term/ast/Europa%20Oriental>,
        <http://lexvo.org/id/term/aze/%C5%9E%C9%99rq%20Avropa>,
        <http://lexvo.org/id/term/bel/%D0%A3%D1%81%D1%85%D0%BE%D0%B4%D0%BD%D1%8F%D1%8F%20%D0%95%D1%9E%D1%80%D0%BE%D0%BF%D0%B0>,
        <http://lexvo.org/id/term/ben/%E0%A6%AA%E0%A7%82%E0%A6%B0%E0%A7%8D%E0%A6%AC%20%E0%A6%87%E0%A6%89%E0%A6%B0%E0%A7%8B%E0%A6%AA>,
        <http://lexvo.org/id/term/bos-Cyrl/%D0%98%D1%81%D1%82%D0%BE%D1%87%D0%BD%D0%B0%20%D0%95%D0%B2%D1%80%D0%BE%D0%BF%D0%B0>,
        <http://lexvo.org/id/term/bos/Isto%C4%8Dna%20Evropa>,
        <http://lexvo.org/id/term/bre/Europa%20ar%20Reter>,
        <http://lexvo.org/id/term/brx/%E0%A4%AA%E0%A5%82%E0%A4%B0%E0%A5%8D%E0%A4%B5%E0%A5%80%20%E0%A4%AF%E0%A5%82%E0%A4%B0%E0%A5%8B%E0%A4%AA>,
        <http://lexvo.org/id/term/bul/%D0%98%D0%B7%D1%82%D0%BE%D1%87%D0%BD%D0%B0%20%D0%95%D0%B2%D1%80%D0%BE%D0%BF%D0%B0>,
        <http://lexvo.org/id/term/cat/Europa%20Oriental>,
        <http://lexvo.org/id/term/ces/V%C3%BDchodn%C3%AD%20Evropa>,
        <http://lexvo.org/id/term/cmn-Hant/%E6%9D%B1%E6%AD%90>,
        <http://lexvo.org/id/term/cmn/%E4%B8%9C%E6%AC%A7>,
        <http://lexvo.org/id/term/cym/Dwyrain%20Ewrop>,
        <http://lexvo.org/id/term/dan/%C3%98steuropa>,
        <http://lexvo.org/id/term/deu/Osteuropa>,
        <http://lexvo.org/id/term/dzo/%E0%BD%A4%E0%BD%A2%E0%BC%8B%E0%BD%95%E0%BE%B1%E0%BD%BC%E0%BD%82%E0%BD%A6%E0%BC%8B%E0%BD%80%E0%BE%B1%E0%BD%B2%E0%BC%8B%E0%BD%A1%E0%BD%B4%E0%BC%8B%E0%BD%A2%E0%BD%BC%E0%BD%96>,
        <http://lexvo.org/id/term/ell/%CE%91%CE%BD%CE%B1%CF%84%CE%BF%CE%BB%CE%B9%CE%BA%CE%AE%20%CE%95%CF%85%CF%81%CF%8E%CF%80%CE%B7>,
        <http://lexvo.org/id/term/eng-Dsrt/%F0%90%90%80%F0%90%91%85%F0%90%90%BB%F0%90%90%B2%F0%90%91%89%F0%90%91%8C%20%F0%90%90%8F%F0%90%90%B2%F0%90%91%89%F0%90%90%B2%F0%90%90%B9>,
        <http://lexvo.org/id/term/eng/Eastern%20Europe>,
        <http://lexvo.org/id/term/est/Ida-Euroopa>,
        <http://lexvo.org/id/term/eus/Europa%20ekialdea>,
        <http://lexvo.org/id/term/ewe/%C6%94edze%C6%92e%20Europa%20nutome>,
        <http://lexvo.org/id/term/fao/Eysturevropa>,
        <http://lexvo.org/id/term/fas/%D8%B4%D8%B1%D9%82%20%D8%A7%D8%B1%D9%88%D9%BE%D8%A7>,
        <http://lexvo.org/id/term/fil/Silangang%20Europa>,
        <http://lexvo.org/id/term/fin/It%C3%A4-Eurooppa>,
        <http://lexvo.org/id/term/fra/Europe%20orientale>,
        <http://lexvo.org/id/term/fur/Europe%20orient%C3%A2l>,
        <http://lexvo.org/id/term/gla/An%20Roinn-E%C3%B2rpa%20an%20Ear>,
        <http://lexvo.org/id/term/gle/Oirthear%20na%20hEorpa>,
        <http://lexvo.org/id/term/glg/Europa%20do%20Leste>,
        <http://lexvo.org/id/term/gsw/Oschteuroopa>,
        <http://lexvo.org/id/term/guj/%E0%AA%AA%E0%AB%82%E0%AA%B0%E0%AB%8D%E0%AA%B5%E0%AB%80%20%E0%AA%AF%E0%AB%82%E0%AA%B0%E0%AB%8B%E0%AA%AA>,
        <http://lexvo.org/id/term/heb/%D7%9E%D7%96%D7%A8%D7%97%20%D7%90%D7%99%D7%A8%D7%95%D7%A4%D7%94>,
        <http://lexvo.org/id/term/hin/%E0%A4%AA%E0%A5%82%E0%A4%B0%E0%A5%8D%E0%A4%B5%E0%A5%80%20%E0%A4%AF%E0%A5%82%E0%A4%B0%E0%A5%8B%E0%A4%AA>,
        <http://lexvo.org/id/term/hrv/Isto%C4%8Dna%20Europa>,
        <http://lexvo.org/id/term/hun/Kelet-Eur%C3%B3pa>,
        <http://lexvo.org/id/term/ind/Eropa%20Timur>,
        <http://lexvo.org/id/term/isl/Austur-Evr%C3%B3pa>,
        <http://lexvo.org/id/term/ita/Europa%20orientale>,
        <http://lexvo.org/id/term/jpn/%E6%9D%B1%E3%83%A8%E3%83%BC%E3%83%AD%E3%83%83%E3%83%91>,
        <http://lexvo.org/id/term/kal/Europa%20Kangilliit>,
        <http://lexvo.org/id/term/kan/%E0%B2%AA%E0%B3%82%E0%B2%B0%E0%B3%8D%E0%B2%B5%20%E0%B2%AF%E0%B3%82%E0%B2%B0%E0%B3%8B%E0%B2%AA%E0%B3%8D>,
        <http://lexvo.org/id/term/kas/%D9%85%D8%B4%D8%B1%D9%90%D9%82%DB%8C%20%DB%8C%D9%88%D9%97%D8%B1%D9%8E%D9%BE>,
        <http://lexvo.org/id/term/kat/%E1%83%90%E1%83%A6%E1%83%9B%E1%83%9D%E1%83%A1%E1%83%90%E1%83%95%E1%83%9A%E1%83%94%E1%83%97%E1%83%98%20%E1%83%94%E1%83%95%E1%83%A0%E1%83%9D%E1%83%9E%E1%83%90>,
        <http://lexvo.org/id/term/kaz/%D0%A8%D1%8B%D2%93%D1%8B%D1%81%20%D0%95%D1%83%D1%80%D0%BE%D0%BF%D0%B0>,
        <http://lexvo.org/id/term/kea/Europa%20Oriental>,
        <http://lexvo.org/id/term/khm/%E1%9E%A2%E1%9E%BA%E1%9E%9A%E1%9F%89%E1%9E%BB%E1%9E%94%E2%80%8B%E1%9E%81%E1%9E%B6%E1%9E%84%E2%80%8B%E1%9E%80%E1%9E%BE%E1%9E%8F>,
        <http://lexvo.org/id/term/kor/%EB%8F%99%EC%9C%A0%EB%9F%BD>,
        <http://lexvo.org/id/term/ksh/O%C3%9F-Europpa>,
        <http://lexvo.org/id/term/lao/%E0%BB%80%E0%BA%AD%E0%BA%B5%E0%BA%A3%E0%BA%BB%E0%BA%9A%E0%BA%95%E0%BA%B2%E0%BB%80%E0%BA%A7%E0%BA%B1%E0%BA%99%E0%BA%AD%E0%BA%AD%E0%BA%81>,
        <http://lexvo.org/id/term/lav/Austrumeiropa>,
        <http://lexvo.org/id/term/lin/Er%C3%B3pa%20ya%20%C6%90%CC%81sita>,
        <http://lexvo.org/id/term/lit/Ryt%C5%B3%20Europa>,
        <http://lexvo.org/id/term/mal/%E0%B4%95%E0%B4%BF%E0%B4%B4%E0%B4%95%E0%B5%8D%E0%B4%95%E0%B5%BB%20%E0%B4%AF%E0%B5%82%E0%B4%B1%E0%B5%8B%E0%B4%AA%E0%B5%8D%E0%B4%AA%E0%B5%8D>,
        <http://lexvo.org/id/term/mar/%E0%A4%AA%E0%A5%82%E0%A4%B0%E0%A5%8D%E0%A4%B5%20%E0%A4%AF%E0%A5%81%E0%A4%B0%E0%A5%8B%E0%A4%AA>,
        <http://lexvo.org/id/term/mkd/%D0%98%D1%81%D1%82%D0%BE%D1%87%D0%BD%D0%B0%20%D0%95%D0%B2%D1%80%D0%BE%D0%BF%D0%B0>,
        <http://lexvo.org/id/term/mlt/Ewropa%20tal-Lvant>,
        <http://lexvo.org/id/term/mya/%E1%80%A1%E1%80%9B%E1%80%BE%E1%80%B1%E1%80%B7%E1%80%95%E1%80%AD%E1%80%AF%E1%80%84%E1%80%BA%E1%80%B8%20%E1%80%A5%E1%80%9B%E1%80%B1%E1%80%AC%E1%80%95>,
        <http://lexvo.org/id/term/nep/%E0%A4%AA%E0%A5%82%E0%A4%B0%E0%A5%8D%E0%A4%B5%E0%A5%80%20%E0%A4%AF%E0%A5%81%E0%A4%B0%E0%A5%8B%E0%A4%AA>,
        <http://lexvo.org/id/term/nld/Oost-Europa>,
        <http://lexvo.org/id/term/nno/Aust-Europa>,
        <http://lexvo.org/id/term/nob/%C3%98st-Europa>,
        <http://lexvo.org/id/term/ori/%E0%AC%AA%E0%AD%82%E0%AC%B0%E0%AD%8D%E0%AC%AC%20%E0%AD%9F%E0%AD%81%E0%AC%B0%E0%AD%8B%E0%AC%AA%E0%AD%8D>,
        <http://lexvo.org/id/term/pol/Europa%20Wschodnia>,
        <http://lexvo.org/id/term/por/Europa%20Oriental>,
        <http://lexvo.org/id/term/roh/Europa%20Orientala>,
        <http://lexvo.org/id/term/ron/Europa%20Oriental%C4%83>,
        <http://lexvo.org/id/term/rus/%D0%92%D0%BE%D1%81%D1%82%D0%BE%D1%87%D0%BD%D0%B0%D1%8F%20%D0%95%D0%B2%D1%80%D0%BE%D0%BF%D0%B0>,
        <http://lexvo.org/id/term/sin/%E0%B6%B1%E0%B7%90%E0%B6%9C%E0%B7%99%E0%B6%B1%E0%B7%84%E0%B7%92%E0%B6%BB%20%E0%B6%BA%E0%B7%94%E0%B6%BB%E0%B7%9D%E0%B6%B4%E0%B6%BA>,
        <http://lexvo.org/id/term/slk/V%C3%BDchodn%C3%A1%20Eur%C3%B3pa>,
        <http://lexvo.org/id/term/slv/Vzhodna%20Evropa>,
        <http://lexvo.org/id/term/sme/Nuorta-Eurohp%C3%A1>,
        <http://lexvo.org/id/term/sme/nuorta-Eurohp%C3%A1>,
        <http://lexvo.org/id/term/som/Yurubta%20Bari>,
        <http://lexvo.org/id/term/spa/Europa%20oriental>,
        <http://lexvo.org/id/term/srp-Latn/Isto%C4%8Dna%20Evropa>,
        <http://lexvo.org/id/term/srp/%D0%98%D1%81%D1%82%D0%BE%D1%87%D0%BD%D0%B0%20%D0%95%D0%B2%D1%80%D0%BE%D0%BF%D0%B0>,
        <http://lexvo.org/id/term/swe/%C3%96steuropa>,
        <http://lexvo.org/id/term/swh/Ulaya%20ya%20Mashariki>,
        <http://lexvo.org/id/term/tam/%E0%AE%95%E0%AE%BF%E0%AE%B4%E0%AE%95%E0%AF%8D%E0%AE%95%E0%AF%81%20%E0%AE%90%E0%AE%B0%E0%AF%8B%E0%AE%AA%E0%AF%8D%E0%AE%AA%E0%AE%BE>,
        <http://lexvo.org/id/term/tel/%E0%B0%A4%E0%B1%82%E0%B0%B0%E0%B1%8D%E0%B0%AA%E0%B1%81%20%E0%B0%90%E0%B0%B0%E0%B1%8B%E0%B0%AA%E0%B0%BE>,
        <http://lexvo.org/id/term/tha/%E0%B8%A2%E0%B8%B8%E0%B9%82%E0%B8%A3%E0%B8%9B%E0%B8%95%E0%B8%B0%E0%B8%A7%E0%B8%B1%E0%B8%99%E0%B8%AD%E0%B8%AD%E0%B8%81>,
        <http://lexvo.org/id/term/tir/%E1%88%9D%E1%88%B5%E1%88%AB%E1%89%83%E1%8B%8A%20%E1%8A%A0%E1%8B%8D%E1%88%AE%E1%8D%93>,
        <http://lexvo.org/id/term/ton/%CA%BBIulope%20hahake>,
        <http://lexvo.org/id/term/tur/Do%C4%9Fu%20Avrupa>,
        <http://lexvo.org/id/term/ukr/%D0%A1%D1%85%D1%96%D0%B4%D0%BD%D0%B0%20%D0%84%D0%B2%D1%80%D0%BE%D0%BF%D0%B0>,
        <http://lexvo.org/id/term/urd/%D9%85%D8%B4%D8%B1%D9%82%DB%8C%20%DB%8C%D9%88%D8%B1%D9%BE>,
        <http://lexvo.org/id/term/vie/%C4%90%C3%B4ng%20%C3%82u>,
        <http://lexvo.org/id/term/wae/O%C5%A1teuropa>,
        <http://lexvo.org/id/term/zsm/Eropah%20Timur>,
        <http://lexvo.org/id/term/zul/e-Eastern%20Europe> .

<http://lexvo.org/id/un_m49/154> a lvont:GeographicRegion ;
    rdfs:label "Noord-Europa"@af,
        "ሰሜናዊ አውሮፓ"@am,
        "شمال أوروبا"@ar,
        "Europa del Norte"@ast,
        "Şimal Avropa"@az,
        "Паўночная Еўропа"@be,
        "Северна Европа"@bg,
        "উত্তরাঞ্চলীয় ইউরোপ"@bn,
        "Europa an Norzh"@br,
        "उत्तरी यूरोप"@brx,
        "Severna Evropa"@bs,
        "Северна Европа"@bs-Cyrl,
        "Europa septentrional"@ca,
        "北欧"@cmn,
        "北歐"@cmn-Hant,
        "Severní Evropa"@cs,
        "Gogledd Ewrop"@cy,
        "Nordeuropa"@da,
        "Nordeuropa"@de,
        "བྱང་ཕྱོགས་ཀྱི་ཡུ་རོབ"@dz,
        "Dziehelɔƒo Europa nutome"@ee,
        "Βόρεια Ευρώπη"@el,
        "Northern Europe"@en,
        "𐐤𐐱𐑉𐑄𐐲𐑉𐑌 𐐏𐐲𐑉𐐲𐐹"@en-Dsrt,
        "Europa septentrional"@es,
        "Põhja-Euroopa"@et,
        "Europa iparraldea"@eu,
        "شمال اروپا"@fa,
        "Pohjois-Eurooppa"@fi,
        "Hilagang Europa"@fil,
        "Norðurevropa"@fo,
        "Europe septentrionale"@fr,
        "Europe setentrionâl"@fur,
        "An Roinn-Eòrpa a Tuath"@gd,
        "Europa Septentrional"@gl,
        "Nordeuroopa"@gsw,
        "ઉતરીય યૂરોપ"@gu,
        "צפון אירופה"@he,
        "उत्तरी यूरोप"@hi,
        "Sjeverna Europa"@hr,
        "Észak-Európa"@hu,
        "Eropa Utara"@id,
        "Norður-Evrópa"@is,
        "Europa del Nord"@it,
        "北ヨーロッパ"@ja,
        "ჩრდილოეთი ევროპა"@ka,
        "Europa di Norti"@kea,
        "Солтүстік Еуропа"@kk,
        "Europa Avannarleq"@kl,
        "អឺរ៉ុប​ខាង​ជើង"@km,
        "ಉತ್ತರ ಯೂರೋಪ್"@kn,
        "북유럽"@ko,
        "شُمٲلی یوٗرَپ"@ks,
        "Nood-Europpa"@ksh,
        "Erópa ya Nola"@ln,
        "ເອີຣົບເຫນືອ"@lo,
        "Šiaurės Europa"@lt,
        "Ziemeļeiropa"@lv,
        "Северна Европа"@mk,
        "വടക്കേ യൂറോപ്പ്"@ml,
        "उत्तर युरोप"@mr,
        "Ewropa ta’ Fuq"@mt,
        "မြောက်ပိုင်း ဥရောပ"@my,
        "Nord-Europa"@nb,
        "उत्तरी युरोप"@ne,
        "Noord-Europa"@nl,
        "Nord-Europa"@nn,
        "ଉତ୍ତର ୟୁରୋପ୍"@or,
        "Europa Północna"@pl,
        "Europa Setentrional"@pt,
        "Europa do Norte"@pt,
        "Europa dal Nord"@rm,
        "Europa Septentrională"@ro,
        "Северная Европа"@ru,
        "Davvi-Eurohpa"@se,
        "davvi-Eurohpá"@se,
        "උතුරු යුරෝපය"@si,
        "Severná Európa"@sk,
        "Severna Evropa"@sl,
        "Северна Европа"@sr,
        "Severna Evropa"@sr-Latn,
        "Nordeuropa"@sv,
        "Ulaya ya Kaskazini"@swh,
        "வடக்கு ஐரோப்பா"@ta,
        "ఉత్తర ఐరోపా"@te,
        "ยุโรปเหนือ"@th,
        "ሰሜናዊ አውሮፓ"@ti,
        "ʻIulope tokelau"@to,
        "Kuzey Avrupa"@tr,
        "Північна Європа"@uk,
        "شمالی یورپ"@ur,
        "Miền Bắc Châu Âu"@vi,
        "Nordeuropa"@wae,
        "Eropah Utara"@zsm,
        "e-Northern Europe"@zu ;
    lvont:label <http://lexvo.org/id/term/afr/Noord-Europa>,
        <http://lexvo.org/id/term/amh/%E1%88%B0%E1%88%9C%E1%8A%93%E1%8B%8A%20%E1%8A%A0%E1%8B%8D%E1%88%AE%E1%8D%93>,
        <http://lexvo.org/id/term/ara/%D8%B4%D9%85%D8%A7%D9%84%20%D8%A3%D9%88%D8%B1%D9%88%D8%A8%D8%A7>,
        <http://lexvo.org/id/term/ast/Europa%20del%20Norte>,
        <http://lexvo.org/id/term/aze/%C5%9Eimal%20Avropa>,
        <http://lexvo.org/id/term/bel/%D0%9F%D0%B0%D1%9E%D0%BD%D0%BE%D1%87%D0%BD%D0%B0%D1%8F%20%D0%95%D1%9E%D1%80%D0%BE%D0%BF%D0%B0>,
        <http://lexvo.org/id/term/ben/%E0%A6%89%E0%A6%A4%E0%A7%8D%E0%A6%A4%E0%A6%B0%E0%A6%BE%E0%A6%9E%E0%A7%8D%E0%A6%9A%E0%A6%B2%E0%A7%80%E0%A6%AF%E0%A6%BC%20%E0%A6%87%E0%A6%89%E0%A6%B0%E0%A7%8B%E0%A6%AA>,
        <http://lexvo.org/id/term/bos-Cyrl/%D0%A1%D0%B5%D0%B2%D0%B5%D1%80%D0%BD%D0%B0%20%D0%95%D0%B2%D1%80%D0%BE%D0%BF%D0%B0>,
        <http://lexvo.org/id/term/bos/Severna%20Evropa>,
        <http://lexvo.org/id/term/bre/Europa%20an%20Norzh>,
        <http://lexvo.org/id/term/brx/%E0%A4%89%E0%A4%A4%E0%A5%8D%E0%A4%A4%E0%A4%B0%E0%A5%80%20%E0%A4%AF%E0%A5%82%E0%A4%B0%E0%A5%8B%E0%A4%AA>,
        <http://lexvo.org/id/term/bul/%D0%A1%D0%B5%D0%B2%D0%B5%D1%80%D0%BD%D0%B0%20%D0%95%D0%B2%D1%80%D0%BE%D0%BF%D0%B0>,
        <http://lexvo.org/id/term/cat/Europa%20septentrional>,
        <http://lexvo.org/id/term/ces/Severn%C3%AD%20Evropa>,
        <http://lexvo.org/id/term/cmn-Hant/%E5%8C%97%E6%AD%90>,
        <http://lexvo.org/id/term/cmn/%E5%8C%97%E6%AC%A7>,
        <http://lexvo.org/id/term/cym/Gogledd%20Ewrop>,
        <http://lexvo.org/id/term/dan/Nordeuropa>,
        <http://lexvo.org/id/term/deu/Nordeuropa>,
        <http://lexvo.org/id/term/dzo/%E0%BD%96%E0%BE%B1%E0%BD%84%E0%BC%8B%E0%BD%95%E0%BE%B1%E0%BD%BC%E0%BD%82%E0%BD%A6%E0%BC%8B%E0%BD%80%E0%BE%B1%E0%BD%B2%E0%BC%8B%E0%BD%A1%E0%BD%B4%E0%BC%8B%E0%BD%A2%E0%BD%BC%E0%BD%96>,
        <http://lexvo.org/id/term/ell/%CE%92%CF%8C%CF%81%CE%B5%CE%B9%CE%B1%20%CE%95%CF%85%CF%81%CF%8E%CF%80%CE%B7>,
        <http://lexvo.org/id/term/eng-Dsrt/%F0%90%90%A4%F0%90%90%B1%F0%90%91%89%F0%90%91%84%F0%90%90%B2%F0%90%91%89%F0%90%91%8C%20%F0%90%90%8F%F0%90%90%B2%F0%90%91%89%F0%90%90%B2%F0%90%90%B9>,
        <http://lexvo.org/id/term/eng/Northern%20Europe>,
        <http://lexvo.org/id/term/est/P%C3%B5hja-Euroopa>,
        <http://lexvo.org/id/term/eus/Europa%20iparraldea>,
        <http://lexvo.org/id/term/ewe/Dziehel%C9%94%C6%92o%20Europa%20nutome>,
        <http://lexvo.org/id/term/fao/Nor%C3%B0urevropa>,
        <http://lexvo.org/id/term/fas/%D8%B4%D9%85%D8%A7%D9%84%20%D8%A7%D8%B1%D9%88%D9%BE%D8%A7>,
        <http://lexvo.org/id/term/fil/Hilagang%20Europa>,
        <http://lexvo.org/id/term/fin/Pohjois-Eurooppa>,
        <http://lexvo.org/id/term/fra/Europe%20septentrionale>,
        <http://lexvo.org/id/term/fur/Europe%20setentrion%C3%A2l>,
        <http://lexvo.org/id/term/gla/An%20Roinn-E%C3%B2rpa%20a%20Tuath>,
        <http://lexvo.org/id/term/glg/Europa%20Septentrional>,
        <http://lexvo.org/id/term/gsw/Nordeuroopa>,
        <http://lexvo.org/id/term/guj/%E0%AA%89%E0%AA%A4%E0%AA%B0%E0%AB%80%E0%AA%AF%20%E0%AA%AF%E0%AB%82%E0%AA%B0%E0%AB%8B%E0%AA%AA>,
        <http://lexvo.org/id/term/heb/%D7%A6%D7%A4%D7%95%D7%9F%20%D7%90%D7%99%D7%A8%D7%95%D7%A4%D7%94>,
        <http://lexvo.org/id/term/hin/%E0%A4%89%E0%A4%A4%E0%A5%8D%E0%A4%A4%E0%A4%B0%E0%A5%80%20%E0%A4%AF%E0%A5%82%E0%A4%B0%E0%A5%8B%E0%A4%AA>,
        <http://lexvo.org/id/term/hrv/Sjeverna%20Europa>,
        <http://lexvo.org/id/term/hun/%C3%89szak-Eur%C3%B3pa>,
        <http://lexvo.org/id/term/ind/Eropa%20Utara>,
        <http://lexvo.org/id/term/isl/Nor%C3%B0ur-Evr%C3%B3pa>,
        <http://lexvo.org/id/term/ita/Europa%20del%20Nord>,
        <http://lexvo.org/id/term/jpn/%E5%8C%97%E3%83%A8%E3%83%BC%E3%83%AD%E3%83%83%E3%83%91>,
        <http://lexvo.org/id/term/kal/Europa%20Avannarleq>,
        <http://lexvo.org/id/term/kan/%E0%B2%89%E0%B2%A4%E0%B3%8D%E0%B2%A4%E0%B2%B0%20%E0%B2%AF%E0%B3%82%E0%B2%B0%E0%B3%8B%E0%B2%AA%E0%B3%8D>,
        <http://lexvo.org/id/term/kas/%D8%B4%D9%8F%D9%85%D9%B2%D9%84%DB%8C%20%DB%8C%D9%88%D9%97%D8%B1%D9%8E%D9%BE>,
        <http://lexvo.org/id/term/kat/%E1%83%A9%E1%83%A0%E1%83%93%E1%83%98%E1%83%9A%E1%83%9D%E1%83%94%E1%83%97%E1%83%98%20%E1%83%94%E1%83%95%E1%83%A0%E1%83%9D%E1%83%9E%E1%83%90>,
        <http://lexvo.org/id/term/kaz/%D0%A1%D0%BE%D0%BB%D1%82%D2%AF%D1%81%D1%82%D1%96%D0%BA%20%D0%95%D1%83%D1%80%D0%BE%D0%BF%D0%B0>,
        <http://lexvo.org/id/term/kea/Europa%20di%20Norti>,
        <http://lexvo.org/id/term/khm/%E1%9E%A2%E1%9E%BA%E1%9E%9A%E1%9F%89%E1%9E%BB%E1%9E%94%E2%80%8B%E1%9E%81%E1%9E%B6%E1%9E%84%E2%80%8B%E1%9E%87%E1%9E%BE%E1%9E%84>,
        <http://lexvo.org/id/term/kor/%EB%B6%81%EC%9C%A0%EB%9F%BD>,
        <http://lexvo.org/id/term/ksh/Nood-Europpa>,
        <http://lexvo.org/id/term/lao/%E0%BB%80%E0%BA%AD%E0%BA%B5%E0%BA%A3%E0%BA%BB%E0%BA%9A%E0%BB%80%E0%BA%AB%E0%BA%99%E0%BA%B7%E0%BA%AD>,
        <http://lexvo.org/id/term/lav/Zieme%C4%BCeiropa>,
        <http://lexvo.org/id/term/lin/Er%C3%B3pa%20ya%20Nola>,
        <http://lexvo.org/id/term/lit/%C5%A0iaur%C4%97s%20Europa>,
        <http://lexvo.org/id/term/mal/%E0%B4%B5%E0%B4%9F%E0%B4%95%E0%B5%8D%E0%B4%95%E0%B5%87%20%E0%B4%AF%E0%B5%82%E0%B4%B1%E0%B5%8B%E0%B4%AA%E0%B5%8D%E0%B4%AA%E0%B5%8D>,
        <http://lexvo.org/id/term/mar/%E0%A4%89%E0%A4%A4%E0%A5%8D%E0%A4%A4%E0%A4%B0%20%E0%A4%AF%E0%A5%81%E0%A4%B0%E0%A5%8B%E0%A4%AA>,
        <http://lexvo.org/id/term/mkd/%D0%A1%D0%B5%D0%B2%D0%B5%D1%80%D0%BD%D0%B0%20%D0%95%D0%B2%D1%80%D0%BE%D0%BF%D0%B0>,
        <http://lexvo.org/id/term/mlt/Ewropa%20ta%E2%80%99%20Fuq>,
        <http://lexvo.org/id/term/mya/%E1%80%99%E1%80%BC%E1%80%B1%E1%80%AC%E1%80%80%E1%80%BA%E1%80%95%E1%80%AD%E1%80%AF%E1%80%84%E1%80%BA%E1%80%B8%20%E1%80%A5%E1%80%9B%E1%80%B1%E1%80%AC%E1%80%95>,
        <http://lexvo.org/id/term/nep/%E0%A4%89%E0%A4%A4%E0%A5%8D%E0%A4%A4%E0%A4%B0%E0%A5%80%20%E0%A4%AF%E0%A5%81%E0%A4%B0%E0%A5%8B%E0%A4%AA>,
        <http://lexvo.org/id/term/nld/Noord-Europa>,
        <http://lexvo.org/id/term/nno/Nord-Europa>,
        <http://lexvo.org/id/term/nob/Nord-Europa>,
        <http://lexvo.org/id/term/ori/%E0%AC%89%E0%AC%A4%E0%AD%8D%E0%AC%A4%E0%AC%B0%20%E0%AD%9F%E0%AD%81%E0%AC%B0%E0%AD%8B%E0%AC%AA%E0%AD%8D>,
        <http://lexvo.org/id/term/pol/Europa%20P%C3%B3%C5%82nocna>,
        <http://lexvo.org/id/term/por/Europa%20Setentrional>,
        <http://lexvo.org/id/term/por/Europa%20do%20Norte>,
        <http://lexvo.org/id/term/roh/Europa%20dal%20Nord>,
        <http://lexvo.org/id/term/ron/Europa%20Septentrional%C4%83>,
        <http://lexvo.org/id/term/rus/%D0%A1%D0%B5%D0%B2%D0%B5%D1%80%D0%BD%D0%B0%D1%8F%20%D0%95%D0%B2%D1%80%D0%BE%D0%BF%D0%B0>,
        <http://lexvo.org/id/term/sin/%E0%B6%8B%E0%B6%AD%E0%B7%94%E0%B6%BB%E0%B7%94%20%E0%B6%BA%E0%B7%94%E0%B6%BB%E0%B7%9D%E0%B6%B4%E0%B6%BA>,
        <http://lexvo.org/id/term/slk/Severn%C3%A1%20Eur%C3%B3pa>,
        <http://lexvo.org/id/term/slv/Severna%20Evropa>,
        <http://lexvo.org/id/term/sme/Davvi-Eurohpa>,
        <http://lexvo.org/id/term/sme/davvi-Eurohp%C3%A1>,
        <http://lexvo.org/id/term/spa/Europa%20septentrional>,
        <http://lexvo.org/id/term/srp-Latn/Severna%20Evropa>,
        <http://lexvo.org/id/term/srp/%D0%A1%D0%B5%D0%B2%D0%B5%D1%80%D0%BD%D0%B0%20%D0%95%D0%B2%D1%80%D0%BE%D0%BF%D0%B0>,
        <http://lexvo.org/id/term/swe/Nordeuropa>,
        <http://lexvo.org/id/term/swh/Ulaya%20ya%20Kaskazini>,
        <http://lexvo.org/id/term/tam/%E0%AE%B5%E0%AE%9F%E0%AE%95%E0%AF%8D%E0%AE%95%E0%AF%81%20%E0%AE%90%E0%AE%B0%E0%AF%8B%E0%AE%AA%E0%AF%8D%E0%AE%AA%E0%AE%BE>,
        <http://lexvo.org/id/term/tel/%E0%B0%89%E0%B0%A4%E0%B1%8D%E0%B0%A4%E0%B0%B0%20%E0%B0%90%E0%B0%B0%E0%B1%8B%E0%B0%AA%E0%B0%BE>,
        <http://lexvo.org/id/term/tha/%E0%B8%A2%E0%B8%B8%E0%B9%82%E0%B8%A3%E0%B8%9B%E0%B9%80%E0%B8%AB%E0%B8%99%E0%B8%B7%E0%B8%AD>,
        <http://lexvo.org/id/term/tir/%E1%88%B0%E1%88%9C%E1%8A%93%E1%8B%8A%20%E1%8A%A0%E1%8B%8D%E1%88%AE%E1%8D%93>,
        <http://lexvo.org/id/term/ton/%CA%BBIulope%20tokelau>,
        <http://lexvo.org/id/term/tur/Kuzey%20Avrupa>,
        <http://lexvo.org/id/term/ukr/%D0%9F%D1%96%D0%B2%D0%BD%D1%96%D1%87%D0%BD%D0%B0%20%D0%84%D0%B2%D1%80%D0%BE%D0%BF%D0%B0>,
        <http://lexvo.org/id/term/urd/%D8%B4%D9%85%D8%A7%D9%84%DB%8C%20%DB%8C%D9%88%D8%B1%D9%BE>,
        <http://lexvo.org/id/term/vie/Mi%E1%BB%81n%20B%E1%BA%AFc%20Ch%C3%A2u%20%C3%82u>,
        <http://lexvo.org/id/term/wae/Nordeuropa>,
        <http://lexvo.org/id/term/zsm/Eropah%20Utara>,
        <http://lexvo.org/id/term/zul/e-Northern%20Europe> .

<http://lexvo.org/id/un_m49/155> a lvont:GeographicRegion ;
    rdfs:label "Wes-Europa"@af,
        "ምስራቃዊ አውሮፓ"@am,
        "غرب أوروبا"@ar,
        "Europa Occidental"@ast,
        "Qərb Avropa"@az,
        "Заходняя Еўропа"@be,
        "Западна Европа"@bg,
        "পশ্চিমাঞ্চলীয় ইউরোপ"@bn,
        "Europa ar Cʼhornôg"@br,
        "पश्चिमी यूरोप्"@brx,
        "Zapadna Evropa"@bs,
        "Западна Европа"@bs-Cyrl,
        "Europa Occidental"@ca,
        "西欧"@cmn,
        "西歐"@cmn-Hant,
        "Západní Evropa"@cs,
        "Gorllewin Ewrop"@cy,
        "Vesteuropa"@da,
        "Westeuropa"@de,
        "ནུབ་ཕྱོགས་ཀྱི་ཡུ་རོབ"@dz,
        "Ɣetoɖoƒelɔƒo Europa nutome"@ee,
        "Δυτική Ευρώπη"@el,
        "Western Europe"@en,
        "𐐎𐐯𐑅𐐻𐐲𐑉𐑌 𐐏𐐲𐑉𐐲𐐹"@en-Dsrt,
        "Europa occidental"@es,
        "Lääne-Euroopa"@et,
        "Europa mendebaldea"@eu,
        "غرب اروپا"@fa,
        "Länsi-Eurooppa"@fi,
        "Kanlurang Europa"@fil,
        "Vesturevropa"@fo,
        "Europe occidentale"@fr,
        "Europe ocidentâl"@fur,
        "Iarthar na hEorpa"@ga,
        "An Roinn-Eòrpa an Iar"@gd,
        "Europa Occidental"@gl,
        "Weschteuroopa"@gsw,
        "પશ્ચિમ યૂરોપ"@gu,
        "מערב אירופה"@he,
        "पश्चिमी यूरोप्"@hi,
        "Zapadna Europa"@hr,
        "Nyugat-Európa"@hu,
        "Eropa Barat"@id,
        "Vestur-Evrópa"@is,
        "Europa occidentale"@it,
        "西ヨーロッパ"@ja,
        "დასავლეთი ევროპა"@ka,
        "Europa Osidental"@kea,
        "Батыс Еуропа"@kk,
        "Europa Killiit"@kl,
        "អឺរ៉ុប​ខាង​លិច"@km,
        "ಪಶ್ಚಿಮ ಯೂರೋಪ್"@kn,
        "서유럽"@ko,
        "مغرِبی یوٗرَپ"@ks,
        "Wäß-Europpa"@ksh,
        "Erópa ya Wɛ́sita"@ln,
        "ເອີຣົບຕາເວັນຕົກ"@lo,
        "Vakarų Europa"@lt,
        "Rietumeiropa"@lv,
        "Западна Европа"@mk,
        "പശ്ചിമ യൂറോപ്പ്"@ml,
        "पश्चिम युरोप"@mr,
        "Ewropa tal-Punent"@mt,
        "အနောက်ပိုင်း ဥရောပ"@my,
        "Vest-Europa"@nb,
        "पश्चिमी युरोप"@ne,
        "West-Europa"@nl,
        "Vest-Europa"@nn,
        "ପଶ୍ଚିମ ୟୁରୋପ୍"@or,
        "Europa Zachodnia"@pl,
        "Europa Ocidental"@pt,
        "Europa dal Vest"@rm,
        "Europa Occidentală"@ro,
        "Западная Европа"@ru,
        "Oarji-Eurohpa"@se,
        "oarji-Eurohpá"@se,
        "බටහිර යුරෝපය"@si,
        "Západná Európa"@sk,
        "Zahodna Evropa"@sl,
        "Западна Европа"@sr,
        "Zapadna Evropa"@sr-Latn,
        "Västeuropa"@sv,
        "Ulaya ya Magharibi"@swh,
        "மேற்கு ஐரோப்பா"@ta,
        "పడమటి ఐరోపా"@te,
        "ยุโรปตะวันตก"@th,
        "ምዕራባዊ አውሮፓ"@ti,
        "ʻIulope hihifo"@to,
        "Batı Avrupa"@tr,
        "Західна Європа"@uk,
        "مغربی یورپ"@ur,
        "Tây Âu"@vi,
        "Wešteuropa"@wae,
        "Eropah Barat"@zsm,
        "e-Western Europe"@zu ;
    lvont:label <http://lexvo.org/id/term/afr/Wes-Europa>,
        <http://lexvo.org/id/term/amh/%E1%88%9D%E1%88%B5%E1%88%AB%E1%89%83%E1%8B%8A%20%E1%8A%A0%E1%8B%8D%E1%88%AE%E1%8D%93>,
        <http://lexvo.org/id/term/ara/%D8%BA%D8%B1%D8%A8%20%D8%A3%D9%88%D8%B1%D9%88%D8%A8%D8%A7>,
        <http://lexvo.org/id/term/ast/Europa%20Occidental>,
        <http://lexvo.org/id/term/aze/Q%C9%99rb%20Avropa>,
        <http://lexvo.org/id/term/bel/%D0%97%D0%B0%D1%85%D0%BE%D0%B4%D0%BD%D1%8F%D1%8F%20%D0%95%D1%9E%D1%80%D0%BE%D0%BF%D0%B0>,
        <http://lexvo.org/id/term/ben/%E0%A6%AA%E0%A6%B6%E0%A7%8D%E0%A6%9A%E0%A6%BF%E0%A6%AE%E0%A6%BE%E0%A6%9E%E0%A7%8D%E0%A6%9A%E0%A6%B2%E0%A7%80%E0%A6%AF%E0%A6%BC%20%E0%A6%87%E0%A6%89%E0%A6%B0%E0%A7%8B%E0%A6%AA>,
        <http://lexvo.org/id/term/bos-Cyrl/%D0%97%D0%B0%D0%BF%D0%B0%D0%B4%D0%BD%D0%B0%20%D0%95%D0%B2%D1%80%D0%BE%D0%BF%D0%B0>,
        <http://lexvo.org/id/term/bos/Zapadna%20Evropa>,
        <http://lexvo.org/id/term/bre/Europa%20ar%20C%CA%BChorn%C3%B4g>,
        <http://lexvo.org/id/term/brx/%E0%A4%AA%E0%A4%B6%E0%A5%8D%E0%A4%9A%E0%A4%BF%E0%A4%AE%E0%A5%80%20%E0%A4%AF%E0%A5%82%E0%A4%B0%E0%A5%8B%E0%A4%AA%E0%A5%8D>,
        <http://lexvo.org/id/term/bul/%D0%97%D0%B0%D0%BF%D0%B0%D0%B4%D0%BD%D0%B0%20%D0%95%D0%B2%D1%80%D0%BE%D0%BF%D0%B0>,
        <http://lexvo.org/id/term/cat/Europa%20Occidental>,
        <http://lexvo.org/id/term/ces/Z%C3%A1padn%C3%AD%20Evropa>,
        <http://lexvo.org/id/term/cmn-Hant/%E8%A5%BF%E6%AD%90>,
        <http://lexvo.org/id/term/cmn/%E8%A5%BF%E6%AC%A7>,
        <http://lexvo.org/id/term/cym/Gorllewin%20Ewrop>,
        <http://lexvo.org/id/term/dan/Vesteuropa>,
        <http://lexvo.org/id/term/deu/Westeuropa>,
        <http://lexvo.org/id/term/dzo/%E0%BD%93%E0%BD%B4%E0%BD%96%E0%BC%8B%E0%BD%95%E0%BE%B1%E0%BD%BC%E0%BD%82%E0%BD%A6%E0%BC%8B%E0%BD%80%E0%BE%B1%E0%BD%B2%E0%BC%8B%E0%BD%A1%E0%BD%B4%E0%BC%8B%E0%BD%A2%E0%BD%BC%E0%BD%96>,
        <http://lexvo.org/id/term/ell/%CE%94%CF%85%CF%84%CE%B9%CE%BA%CE%AE%20%CE%95%CF%85%CF%81%CF%8E%CF%80%CE%B7>,
        <http://lexvo.org/id/term/eng-Dsrt/%F0%90%90%8E%F0%90%90%AF%F0%90%91%85%F0%90%90%BB%F0%90%90%B2%F0%90%91%89%F0%90%91%8C%20%F0%90%90%8F%F0%90%90%B2%F0%90%91%89%F0%90%90%B2%F0%90%90%B9>,
        <http://lexvo.org/id/term/eng/Western%20Europe>,
        <http://lexvo.org/id/term/est/L%C3%A4%C3%A4ne-Euroopa>,
        <http://lexvo.org/id/term/eus/Europa%20mendebaldea>,
        <http://lexvo.org/id/term/ewe/%C6%94eto%C9%96o%C6%92el%C9%94%C6%92o%20Europa%20nutome>,
        <http://lexvo.org/id/term/fao/Vesturevropa>,
        <http://lexvo.org/id/term/fas/%D8%BA%D8%B1%D8%A8%20%D8%A7%D8%B1%D9%88%D9%BE%D8%A7>,
        <http://lexvo.org/id/term/fil/Kanlurang%20Europa>,
        <http://lexvo.org/id/term/fin/L%C3%A4nsi-Eurooppa>,
        <http://lexvo.org/id/term/fra/Europe%20occidentale>,
        <http://lexvo.org/id/term/fur/Europe%20ocident%C3%A2l>,
        <http://lexvo.org/id/term/gla/An%20Roinn-E%C3%B2rpa%20an%20Iar>,
        <http://lexvo.org/id/term/gle/Iarthar%20na%20hEorpa>,
        <http://lexvo.org/id/term/glg/Europa%20Occidental>,
        <http://lexvo.org/id/term/gsw/Weschteuroopa>,
        <http://lexvo.org/id/term/guj/%E0%AA%AA%E0%AA%B6%E0%AB%8D%E0%AA%9A%E0%AA%BF%E0%AA%AE%20%E0%AA%AF%E0%AB%82%E0%AA%B0%E0%AB%8B%E0%AA%AA>,
        <http://lexvo.org/id/term/heb/%D7%9E%D7%A2%D7%A8%D7%91%20%D7%90%D7%99%D7%A8%D7%95%D7%A4%D7%94>,
        <http://lexvo.org/id/term/hin/%E0%A4%AA%E0%A4%B6%E0%A5%8D%E0%A4%9A%E0%A4%BF%E0%A4%AE%E0%A5%80%20%E0%A4%AF%E0%A5%82%E0%A4%B0%E0%A5%8B%E0%A4%AA%E0%A5%8D>,
        <http://lexvo.org/id/term/hrv/Zapadna%20Europa>,
        <http://lexvo.org/id/term/hun/Nyugat-Eur%C3%B3pa>,
        <http://lexvo.org/id/term/ind/Eropa%20Barat>,
        <http://lexvo.org/id/term/isl/Vestur-Evr%C3%B3pa>,
        <http://lexvo.org/id/term/ita/Europa%20occidentale>,
        <http://lexvo.org/id/term/jpn/%E8%A5%BF%E3%83%A8%E3%83%BC%E3%83%AD%E3%83%83%E3%83%91>,
        <http://lexvo.org/id/term/kal/Europa%20Killiit>,
        <http://lexvo.org/id/term/kan/%E0%B2%AA%E0%B2%B6%E0%B3%8D%E0%B2%9A%E0%B2%BF%E0%B2%AE%20%E0%B2%AF%E0%B3%82%E0%B2%B0%E0%B3%8B%E0%B2%AA%E0%B3%8D>,
        <http://lexvo.org/id/term/kas/%D9%85%D8%BA%D8%B1%D9%90%D8%A8%DB%8C%20%DB%8C%D9%88%D9%97%D8%B1%D9%8E%D9%BE>,
        <http://lexvo.org/id/term/kat/%E1%83%93%E1%83%90%E1%83%A1%E1%83%90%E1%83%95%E1%83%9A%E1%83%94%E1%83%97%E1%83%98%20%E1%83%94%E1%83%95%E1%83%A0%E1%83%9D%E1%83%9E%E1%83%90>,
        <http://lexvo.org/id/term/kaz/%D0%91%D0%B0%D1%82%D1%8B%D1%81%20%D0%95%D1%83%D1%80%D0%BE%D0%BF%D0%B0>,
        <http://lexvo.org/id/term/kea/Europa%20Osidental>,
        <http://lexvo.org/id/term/khm/%E1%9E%A2%E1%9E%BA%E1%9E%9A%E1%9F%89%E1%9E%BB%E1%9E%94%E2%80%8B%E1%9E%81%E1%9E%B6%E1%9E%84%E2%80%8B%E1%9E%9B%E1%9E%B7%E1%9E%85>,
        <http://lexvo.org/id/term/kor/%EC%84%9C%EC%9C%A0%EB%9F%BD>,
        <http://lexvo.org/id/term/ksh/W%C3%A4%C3%9F-Europpa>,
        <http://lexvo.org/id/term/lao/%E0%BB%80%E0%BA%AD%E0%BA%B5%E0%BA%A3%E0%BA%BB%E0%BA%9A%E0%BA%95%E0%BA%B2%E0%BB%80%E0%BA%A7%E0%BA%B1%E0%BA%99%E0%BA%95%E0%BA%BB%E0%BA%81>,
        <http://lexvo.org/id/term/lav/Rietumeiropa>,
        <http://lexvo.org/id/term/lin/Er%C3%B3pa%20ya%20W%C9%9B%CC%81sita>,
        <http://lexvo.org/id/term/lit/Vakar%C5%B3%20Europa>,
        <http://lexvo.org/id/term/mal/%E0%B4%AA%E0%B4%B6%E0%B5%8D%E0%B4%9A%E0%B4%BF%E0%B4%AE%20%E0%B4%AF%E0%B5%82%E0%B4%B1%E0%B5%8B%E0%B4%AA%E0%B5%8D%E0%B4%AA%E0%B5%8D>,
        <http://lexvo.org/id/term/mar/%E0%A4%AA%E0%A4%B6%E0%A5%8D%E0%A4%9A%E0%A4%BF%E0%A4%AE%20%E0%A4%AF%E0%A5%81%E0%A4%B0%E0%A5%8B%E0%A4%AA>,
        <http://lexvo.org/id/term/mkd/%D0%97%D0%B0%D0%BF%D0%B0%D0%B4%D0%BD%D0%B0%20%D0%95%D0%B2%D1%80%D0%BE%D0%BF%D0%B0>,
        <http://lexvo.org/id/term/mlt/Ewropa%20tal-Punent>,
        <http://lexvo.org/id/term/mya/%E1%80%A1%E1%80%94%E1%80%B1%E1%80%AC%E1%80%80%E1%80%BA%E1%80%95%E1%80%AD%E1%80%AF%E1%80%84%E1%80%BA%E1%80%B8%20%E1%80%A5%E1%80%9B%E1%80%B1%E1%80%AC%E1%80%95>,
        <http://lexvo.org/id/term/nep/%E0%A4%AA%E0%A4%B6%E0%A5%8D%E0%A4%9A%E0%A4%BF%E0%A4%AE%E0%A5%80%20%E0%A4%AF%E0%A5%81%E0%A4%B0%E0%A5%8B%E0%A4%AA>,
        <http://lexvo.org/id/term/nld/West-Europa>,
        <http://lexvo.org/id/term/nno/Vest-Europa>,
        <http://lexvo.org/id/term/nob/Vest-Europa>,
        <http://lexvo.org/id/term/ori/%E0%AC%AA%E0%AC%B6%E0%AD%8D%E0%AC%9A%E0%AC%BF%E0%AC%AE%20%E0%AD%9F%E0%AD%81%E0%AC%B0%E0%AD%8B%E0%AC%AA%E0%AD%8D>,
        <http://lexvo.org/id/term/pol/Europa%20Zachodnia>,
        <http://lexvo.org/id/term/por/Europa%20Ocidental>,
        <http://lexvo.org/id/term/roh/Europa%20dal%20Vest>,
        <http://lexvo.org/id/term/ron/Europa%20Occidental%C4%83>,
        <http://lexvo.org/id/term/rus/%D0%97%D0%B0%D0%BF%D0%B0%D0%B4%D0%BD%D0%B0%D1%8F%20%D0%95%D0%B2%D1%80%D0%BE%D0%BF%D0%B0>,
        <http://lexvo.org/id/term/sin/%E0%B6%B6%E0%B6%A7%E0%B7%84%E0%B7%92%E0%B6%BB%20%E0%B6%BA%E0%B7%94%E0%B6%BB%E0%B7%9D%E0%B6%B4%E0%B6%BA>,
        <http://lexvo.org/id/term/slk/Z%C3%A1padn%C3%A1%20Eur%C3%B3pa>,
        <http://lexvo.org/id/term/slv/Zahodna%20Evropa>,
        <http://lexvo.org/id/term/sme/Oarji-Eurohpa>,
        <http://lexvo.org/id/term/sme/oarji-Eurohp%C3%A1>,
        <http://lexvo.org/id/term/spa/Europa%20occidental>,
        <http://lexvo.org/id/term/srp-Latn/Zapadna%20Evropa>,
        <http://lexvo.org/id/term/srp/%D0%97%D0%B0%D0%BF%D0%B0%D0%B4%D0%BD%D0%B0%20%D0%95%D0%B2%D1%80%D0%BE%D0%BF%D0%B0>,
        <http://lexvo.org/id/term/swe/V%C3%A4steuropa>,
        <http://lexvo.org/id/term/swh/Ulaya%20ya%20Magharibi>,
        <http://lexvo.org/id/term/tam/%E0%AE%AE%E0%AF%87%E0%AE%B1%E0%AF%8D%E0%AE%95%E0%AF%81%20%E0%AE%90%E0%AE%B0%E0%AF%8B%E0%AE%AA%E0%AF%8D%E0%AE%AA%E0%AE%BE>,
        <http://lexvo.org/id/term/tel/%E0%B0%AA%E0%B0%A1%E0%B0%AE%E0%B0%9F%E0%B0%BF%20%E0%B0%90%E0%B0%B0%E0%B1%8B%E0%B0%AA%E0%B0%BE>,
        <http://lexvo.org/id/term/tha/%E0%B8%A2%E0%B8%B8%E0%B9%82%E0%B8%A3%E0%B8%9B%E0%B8%95%E0%B8%B0%E0%B8%A7%E0%B8%B1%E0%B8%99%E0%B8%95%E0%B8%81>,
        <http://lexvo.org/id/term/tir/%E1%88%9D%E1%8B%95%E1%88%AB%E1%89%A3%E1%8B%8A%20%E1%8A%A0%E1%8B%8D%E1%88%AE%E1%8D%93>,
        <http://lexvo.org/id/term/ton/%CA%BBIulope%20hihifo>,
        <http://lexvo.org/id/term/tur/Bat%C4%B1%20Avrupa>,
        <http://lexvo.org/id/term/ukr/%D0%97%D0%B0%D1%85%D1%96%D0%B4%D0%BD%D0%B0%20%D0%84%D0%B2%D1%80%D0%BE%D0%BF%D0%B0>,
        <http://lexvo.org/id/term/urd/%D9%85%D8%BA%D8%B1%D8%A8%DB%8C%20%DB%8C%D9%88%D8%B1%D9%BE>,
        <http://lexvo.org/id/term/vie/T%C3%A2y%20%C3%82u>,
        <http://lexvo.org/id/term/wae/We%C5%A1teuropa>,
        <http://lexvo.org/id/term/zsm/Eropah%20Barat>,
        <http://lexvo.org/id/term/zul/e-Western%20Europe> .

<http://lexvo.org/id/un_m49/419> a lvont:GeographicRegion ;
    rdfs:label "Latyns Amerika"@af,
        "ላቲን አሜሪካ"@am,
        "أمريكا اللاتينية"@ar,
        "América Llatina"@ast,
        "Latın Amerikası"@az,
        "Латинска Америка"@bg,
        "ল্যাটিন আমেরিকা এবং ক্যারাবিয়ান"@bn,
        "Amerika Latin"@br,
        "लैटिन अमरिका एवं करीबी"@brx,
        "Latinska Amerika"@bs,
        "Латинска Америка"@bs-Cyrl,
        "Amèrica Llatina"@ca,
        "拉丁美洲"@cmn,
        "拉丁美洲"@cmn-Hant,
        "Latinská Amerika"@cs,
        "America Ladin"@cy,
        "Latinamerika"@da,
        "Lateinamerika"@de,
        "ལེ་ཊིནཨ་མི་རི་ཀ"@dz,
        "Latin Amerika nutome"@ee,
        "Λατινική Αμερική"@el,
        "Latin America"@en,
        "𐐢𐐰𐐻𐑌 𐐊𐑋𐐯𐑉𐐲𐐿𐐲 𐐰𐑌𐐼 𐑄 𐐗𐐯𐑉𐐲𐐺𐐨𐐲𐑌"@en-Dsrt,
        "Latinoamérica"@es,
        "Ladina-Ameerika"@et,
        "Latinoamerika"@eu,
        "امریکای لاتین"@fa,
        "Latinalainen Amerikka"@fi,
        "Latin America"@fil,
        "Latínamerika"@fo,
        "Amérique latine"@fr,
        "Americhe latine"@fur,
        "Meiriceá Laidineach agus an Mhuir Chairib"@ga,
        "Aimearaga Laideannach"@gd,
        "América Latina"@gl,
        "Latiinameerika"@gsw,
        "લેટિન અમેરિકા અને કેરીબિયન"@gu,
        "אמריקה הלטינית"@he,
        "लेटिन अमेरिका और कैरिबियन"@hi,
        "Latinska Amerika"@hr,
        "Latin-Amerika"@hu,
        "Amerika Latin"@id,
        "Latín-Ameríka"@is,
        "America Latina"@it,
        "ラテンアメリカ"@ja,
        "ლათინური ამერიკა და კარიბი"@ka,
        "Merka Latinu"@kea,
        "Латын Америкасы"@kk,
        "America Latin aamma Karibia"@kl,
        "អាមេរិក​ឡាទីន"@km,
        "ಲ್ಯಾಟಿನ್ ಅಮೇರಿಕಾ ಮತ್ತು ಕೆರಿಬಿಯನ್"@kn,
        "라틴 아메리카"@ko,
        "لاطیٖنی اَمریٖکا تہٕ کیرَبیٖن"@ks,
        "Lateinamärrika"@ksh,
        "Ameríka Latína"@ln,
        "ອາເມລິກາ ລາຕິນ"@lo,
        "Lotynų Amerika"@lt,
        "Latīņamerika"@lv,
        "Латинска Америка"@mk,
        "ലാറ്റിനമേരിക്കയും കരീബിയനും"@ml,
        "लॅटिन अमेरिका आणि कॅरीबियन"@mr,
        "Amerika Latina"@mt,
        "လက်တင် အမေရိက နှင့် ကာရီဘီယန်"@my,
        "Latin-Amerika"@nb,
        "ल्याटिन अमेरिका"@ne,
        "Latijns-Amerika"@nl,
        "Latin-Amerika"@nn,
        "ଲାଟିନ୍ ଆମେରିକା ଏବଂ କାରିବିଆନ୍"@or,
        "Ameryka Łacińska"@pl,
        "América Latina"@pt,
        "America Latina"@rm,
        "America Latină"@ro,
        "Латинская Америка"@ru,
        "Lulli-Amerihkká"@se,
        "ලතින් ඇමෙරිකාව"@si,
        "Latinská Amerika"@sk,
        "Latinska Amerika"@sl,
        "Латинска Америка"@sr,
        "Latinska Amerika"@sr-Latn,
        "Latinamerika"@sv,
        "Amerika ya Kilatini"@swh,
        "லத்தீன் அமெரிக்கா"@ta,
        "లాటిన్ అమెరికా మరియు కేరబ్బియన్"@te,
        "ละตินอเมริกา"@th,
        "ʻAmelika fakalatina"@to,
        "Latin Amerika"@tr,
        "Латинська Америка"@uk,
        "لاطینی امریکہ"@ur,
        "Châu Mỹ La-tinh"@vi,
        "Latíamerika"@wae,
        "Amerika Latin"@zsm,
        "i-Latin America"@zu ;
    lvont:label <http://lexvo.org/id/term/afr/Latyns%20Amerika>,
        <http://lexvo.org/id/term/amh/%E1%88%8B%E1%89%B2%E1%8A%95%20%E1%8A%A0%E1%88%9C%E1%88%AA%E1%8A%AB>,
        <http://lexvo.org/id/term/ara/%D8%A3%D9%85%D8%B1%D9%8A%D9%83%D8%A7%20%D8%A7%D9%84%D9%84%D8%A7%D8%AA%D9%8A%D9%86%D9%8A%D8%A9>,
        <http://lexvo.org/id/term/ast/Am%C3%A9rica%20Llatina>,
        <http://lexvo.org/id/term/aze/Lat%C4%B1n%20Amerikas%C4%B1>,
        <http://lexvo.org/id/term/ben/%E0%A6%B2%E0%A7%8D%E0%A6%AF%E0%A6%BE%E0%A6%9F%E0%A6%BF%E0%A6%A8%20%E0%A6%86%E0%A6%AE%E0%A7%87%E0%A6%B0%E0%A6%BF%E0%A6%95%E0%A6%BE%20%E0%A6%8F%E0%A6%AC%E0%A6%82%20%E0%A6%95%E0%A7%8D%E0%A6%AF%E0%A6%BE%E0%A6%B0%E0%A6%BE%E0%A6%AC%E0%A6%BF%E0%A6%AF%E0%A6%BC%E0%A6%BE%E0%A6%A8>,
        <http://lexvo.org/id/term/bos-Cyrl/%D0%9B%D0%B0%D1%82%D0%B8%D0%BD%D1%81%D0%BA%D0%B0%20%D0%90%D0%BC%D0%B5%D1%80%D0%B8%D0%BA%D0%B0>,
        <http://lexvo.org/id/term/bos/Latinska%20Amerika>,
        <http://lexvo.org/id/term/bre/Amerika%20Latin>,
        <http://lexvo.org/id/term/brx/%E0%A4%B2%E0%A5%88%E0%A4%9F%E0%A4%BF%E0%A4%A8%20%E0%A4%85%E0%A4%AE%E0%A4%B0%E0%A4%BF%E0%A4%95%E0%A4%BE%20%E0%A4%8F%E0%A4%B5%E0%A4%82%20%E0%A4%95%E0%A4%B0%E0%A5%80%E0%A4%AC%E0%A5%80>,
        <http://lexvo.org/id/term/bul/%D0%9B%D0%B0%D1%82%D0%B8%D0%BD%D1%81%D0%BA%D0%B0%20%D0%90%D0%BC%D0%B5%D1%80%D0%B8%D0%BA%D0%B0>,
        <http://lexvo.org/id/term/cat/Am%C3%A8rica%20Llatina>,
        <http://lexvo.org/id/term/ces/Latinsk%C3%A1%20Amerika>,
        <http://lexvo.org/id/term/cmn-Hant/%E6%8B%89%E4%B8%81%E7%BE%8E%E6%B4%B2>,
        <http://lexvo.org/id/term/cmn/%E6%8B%89%E4%B8%81%E7%BE%8E%E6%B4%B2>,
        <http://lexvo.org/id/term/cym/America%20Ladin>,
        <http://lexvo.org/id/term/dan/Latinamerika>,
        <http://lexvo.org/id/term/deu/Lateinamerika>,
        <http://lexvo.org/id/term/dzo/%E0%BD%A3%E0%BD%BA%E0%BC%8B%E0%BD%8A%E0%BD%B2%E0%BD%93%E0%BD%A8%E0%BC%8B%E0%BD%98%E0%BD%B2%E0%BC%8B%E0%BD%A2%E0%BD%B2%E0%BC%8B%E0%BD%80>,
        <http://lexvo.org/id/term/ell/%CE%9B%CE%B1%CF%84%CE%B9%CE%BD%CE%B9%CE%BA%CE%AE%20%CE%91%CE%BC%CE%B5%CF%81%CE%B9%CE%BA%CE%AE>,
        <http://lexvo.org/id/term/eng-Dsrt/%F0%90%90%A2%F0%90%90%B0%F0%90%90%BB%F0%90%91%8C%20%F0%90%90%8A%F0%90%91%8B%F0%90%90%AF%F0%90%91%89%F0%90%90%B2%F0%90%90%BF%F0%90%90%B2%20%F0%90%90%B0%F0%90%91%8C%F0%90%90%BC%20%F0%90%91%84%20%F0%90%90%97%F0%90%90%AF%F0%90%91%89%F0%90%90%B2%F0%90%90%BA%F0%90%90%A8%F0%90%90%B2%F0%90%91%8C>,
        <http://lexvo.org/id/term/eng/Latin%20America>,
        <http://lexvo.org/id/term/est/Ladina-Ameerika>,
        <http://lexvo.org/id/term/eus/Latinoamerika>,
        <http://lexvo.org/id/term/ewe/Latin%20Amerika%20nutome>,
        <http://lexvo.org/id/term/fao/Lat%C3%ADnamerika>,
        <http://lexvo.org/id/term/fas/%D8%A7%D9%85%D8%B1%DB%8C%DA%A9%D8%A7%DB%8C%20%D9%84%D8%A7%D8%AA%DB%8C%D9%86>,
        <http://lexvo.org/id/term/fil/Latin%20America>,
        <http://lexvo.org/id/term/fin/Latinalainen%20Amerikka>,
        <http://lexvo.org/id/term/fra/Am%C3%A9rique%20latine>,
        <http://lexvo.org/id/term/fur/Americhe%20latine>,
        <http://lexvo.org/id/term/gla/Aimearaga%20Laideannach>,
        <http://lexvo.org/id/term/gle/Meirice%C3%A1%20Laidineach%20agus%20an%20Mhuir%20Chairib>,
        <http://lexvo.org/id/term/glg/Am%C3%A9rica%20Latina>,
        <http://lexvo.org/id/term/gsw/Latiinameerika>,
        <http://lexvo.org/id/term/guj/%E0%AA%B2%E0%AB%87%E0%AA%9F%E0%AA%BF%E0%AA%A8%20%E0%AA%85%E0%AA%AE%E0%AB%87%E0%AA%B0%E0%AA%BF%E0%AA%95%E0%AA%BE%20%E0%AA%85%E0%AA%A8%E0%AB%87%20%E0%AA%95%E0%AB%87%E0%AA%B0%E0%AB%80%E0%AA%AC%E0%AA%BF%E0%AA%AF%E0%AA%A8>,
        <http://lexvo.org/id/term/heb/%D7%90%D7%9E%D7%A8%D7%99%D7%A7%D7%94%20%D7%94%D7%9C%D7%98%D7%99%D7%A0%D7%99%D7%AA>,
        <http://lexvo.org/id/term/hin/%E0%A4%B2%E0%A5%87%E0%A4%9F%E0%A4%BF%E0%A4%A8%20%E0%A4%85%E0%A4%AE%E0%A5%87%E0%A4%B0%E0%A4%BF%E0%A4%95%E0%A4%BE%20%E0%A4%94%E0%A4%B0%20%E0%A4%95%E0%A5%88%E0%A4%B0%E0%A4%BF%E0%A4%AC%E0%A4%BF%E0%A4%AF%E0%A4%A8>,
        <http://lexvo.org/id/term/hrv/Latinska%20Amerika>,
        <http://lexvo.org/id/term/hun/Latin-Amerika>,
        <http://lexvo.org/id/term/ind/Amerika%20Latin>,
        <http://lexvo.org/id/term/isl/Lat%C3%ADn-Amer%C3%ADka>,
        <http://lexvo.org/id/term/ita/America%20Latina>,
        <http://lexvo.org/id/term/jpn/%E3%83%A9%E3%83%86%E3%83%B3%E3%82%A2%E3%83%A1%E3%83%AA%E3%82%AB>,
        <http://lexvo.org/id/term/kal/America%20Latin%20aamma%20Karibia>,
        <http://lexvo.org/id/term/kan/%E0%B2%B2%E0%B3%8D%E0%B2%AF%E0%B2%BE%E0%B2%9F%E0%B2%BF%E0%B2%A8%E0%B3%8D%20%E0%B2%85%E0%B2%AE%E0%B3%87%E0%B2%B0%E0%B2%BF%E0%B2%95%E0%B2%BE%20%E0%B2%AE%E0%B2%A4%E0%B3%8D%E0%B2%A4%E0%B3%81%20%E0%B2%95%E0%B3%86%E0%B2%B0%E0%B2%BF%E0%B2%AC%E0%B2%BF%E0%B2%AF%E0%B2%A8%E0%B3%8D>,
        <http://lexvo.org/id/term/kas/%D9%84%D8%A7%D8%B7%DB%8C%D9%96%D9%86%DB%8C%20%D8%A7%D9%8E%D9%85%D8%B1%DB%8C%D9%96%DA%A9%D8%A7%20%D8%AA%DB%81%D9%95%20%DA%A9%DB%8C%D8%B1%D9%8E%D8%A8%DB%8C%D9%96%D9%86>,
        <http://lexvo.org/id/term/kat/%E1%83%9A%E1%83%90%E1%83%97%E1%83%98%E1%83%9C%E1%83%A3%E1%83%A0%E1%83%98%20%E1%83%90%E1%83%9B%E1%83%94%E1%83%A0%E1%83%98%E1%83%99%E1%83%90%20%E1%83%93%E1%83%90%20%E1%83%99%E1%83%90%E1%83%A0%E1%83%98%E1%83%91%E1%83%98>,
        <http://lexvo.org/id/term/kaz/%D0%9B%D0%B0%D1%82%D1%8B%D0%BD%20%D0%90%D0%BC%D0%B5%D1%80%D0%B8%D0%BA%D0%B0%D1%81%D1%8B>,
        <http://lexvo.org/id/term/kea/Merka%20Latinu>,
        <http://lexvo.org/id/term/khm/%E1%9E%A2%E1%9E%B6%E1%9E%98%E1%9F%81%E1%9E%9A%E1%9E%B7%E1%9E%80%E2%80%8B%E1%9E%A1%E1%9E%B6%E1%9E%91%E1%9E%B8%E1%9E%93>,
        <http://lexvo.org/id/term/kor/%EB%9D%BC%ED%8B%B4%20%EC%95%84%EB%A9%94%EB%A6%AC%EC%B9%B4>,
        <http://lexvo.org/id/term/ksh/Lateinam%C3%A4rrika>,
        <http://lexvo.org/id/term/lao/%E0%BA%AD%E0%BA%B2%E0%BB%80%E0%BA%A1%E0%BA%A5%E0%BA%B4%E0%BA%81%E0%BA%B2%20%E0%BA%A5%E0%BA%B2%E0%BA%95%E0%BA%B4%E0%BA%99>,
        <http://lexvo.org/id/term/lav/Lat%C4%AB%C5%86amerika>,
        <http://lexvo.org/id/term/lin/Amer%C3%ADka%20Lat%C3%ADna>,
        <http://lexvo.org/id/term/lit/Lotyn%C5%B3%20Amerika>,
        <http://lexvo.org/id/term/mal/%E0%B4%B2%E0%B4%BE%E0%B4%B1%E0%B5%8D%E0%B4%B1%E0%B4%BF%E0%B4%A8%E0%B4%AE%E0%B5%87%E0%B4%B0%E0%B4%BF%E0%B4%95%E0%B5%8D%E0%B4%95%E0%B4%AF%E0%B5%81%E0%B4%82%20%E0%B4%95%E0%B4%B0%E0%B5%80%E0%B4%AC%E0%B4%BF%E0%B4%AF%E0%B4%A8%E0%B5%81%E0%B4%82>,
        <http://lexvo.org/id/term/mar/%E0%A4%B2%E0%A5%85%E0%A4%9F%E0%A4%BF%E0%A4%A8%20%E0%A4%85%E0%A4%AE%E0%A5%87%E0%A4%B0%E0%A4%BF%E0%A4%95%E0%A4%BE%20%E0%A4%86%E0%A4%A3%E0%A4%BF%20%E0%A4%95%E0%A5%85%E0%A4%B0%E0%A5%80%E0%A4%AC%E0%A4%BF%E0%A4%AF%E0%A4%A8>,
        <http://lexvo.org/id/term/mkd/%D0%9B%D0%B0%D1%82%D0%B8%D0%BD%D1%81%D0%BA%D0%B0%20%D0%90%D0%BC%D0%B5%D1%80%D0%B8%D0%BA%D0%B0>,
        <http://lexvo.org/id/term/mlt/Amerika%20Latina>,
        <http://lexvo.org/id/term/mya/%E1%80%9C%E1%80%80%E1%80%BA%E1%80%90%E1%80%84%E1%80%BA%20%E1%80%A1%E1%80%99%E1%80%B1%E1%80%9B%E1%80%AD%E1%80%80%20%E1%80%94%E1%80%BE%E1%80%84%E1%80%B7%E1%80%BA%20%E1%80%80%E1%80%AC%E1%80%9B%E1%80%AE%E1%80%98%E1%80%AE%E1%80%9A%E1%80%94%E1%80%BA>,
        <http://lexvo.org/id/term/nep/%E0%A4%B2%E0%A5%8D%E0%A4%AF%E0%A4%BE%E0%A4%9F%E0%A4%BF%E0%A4%A8%20%E0%A4%85%E0%A4%AE%E0%A5%87%E0%A4%B0%E0%A4%BF%E0%A4%95%E0%A4%BE>,
        <http://lexvo.org/id/term/nld/Latijns-Amerika>,
        <http://lexvo.org/id/term/nno/Latin-Amerika>,
        <http://lexvo.org/id/term/nob/Latin-Amerika>,
        <http://lexvo.org/id/term/ori/%E0%AC%B2%E0%AC%BE%E0%AC%9F%E0%AC%BF%E0%AC%A8%E0%AD%8D%20%E0%AC%86%E0%AC%AE%E0%AD%87%E0%AC%B0%E0%AC%BF%E0%AC%95%E0%AC%BE%20%E0%AC%8F%E0%AC%AC%E0%AC%82%20%E0%AC%95%E0%AC%BE%E0%AC%B0%E0%AC%BF%E0%AC%AC%E0%AC%BF%E0%AC%86%E0%AC%A8%E0%AD%8D>,
        <http://lexvo.org/id/term/pol/Ameryka%20%C5%81aci%C5%84ska>,
        <http://lexvo.org/id/term/por/Am%C3%A9rica%20Latina>,
        <http://lexvo.org/id/term/roh/America%20Latina>,
        <http://lexvo.org/id/term/ron/America%20Latin%C4%83>,
        <http://lexvo.org/id/term/rus/%D0%9B%D0%B0%D1%82%D0%B8%D0%BD%D1%81%D0%BA%D0%B0%D1%8F%20%D0%90%D0%BC%D0%B5%D1%80%D0%B8%D0%BA%D0%B0>,
        <http://lexvo.org/id/term/sin/%E0%B6%BD%E0%B6%AD%E0%B7%92%E0%B6%B1%E0%B7%8A%20%E0%B6%87%E0%B6%B8%E0%B7%99%E0%B6%BB%E0%B7%92%E0%B6%9A%E0%B7%8F%E0%B7%80>,
        <http://lexvo.org/id/term/slk/Latinsk%C3%A1%20Amerika>,
        <http://lexvo.org/id/term/slv/Latinska%20Amerika>,
        <http://lexvo.org/id/term/sme/Lulli-Amerihkk%C3%A1>,
        <http://lexvo.org/id/term/spa/Latinoam%C3%A9rica>,
        <http://lexvo.org/id/term/srp-Latn/Latinska%20Amerika>,
        <http://lexvo.org/id/term/srp/%D0%9B%D0%B0%D1%82%D0%B8%D0%BD%D1%81%D0%BA%D0%B0%20%D0%90%D0%BC%D0%B5%D1%80%D0%B8%D0%BA%D0%B0>,
        <http://lexvo.org/id/term/swe/Latinamerika>,
        <http://lexvo.org/id/term/swh/Amerika%20ya%20Kilatini>,
        <http://lexvo.org/id/term/tam/%E0%AE%B2%E0%AE%A4%E0%AF%8D%E0%AE%A4%E0%AF%80%E0%AE%A9%E0%AF%8D%20%E0%AE%85%E0%AE%AE%E0%AF%86%E0%AE%B0%E0%AE%BF%E0%AE%95%E0%AF%8D%E0%AE%95%E0%AE%BE>,
        <http://lexvo.org/id/term/tel/%E0%B0%B2%E0%B0%BE%E0%B0%9F%E0%B0%BF%E0%B0%A8%E0%B1%8D%20%E0%B0%85%E0%B0%AE%E0%B1%86%E0%B0%B0%E0%B0%BF%E0%B0%95%E0%B0%BE%20%E0%B0%AE%E0%B0%B0%E0%B0%BF%E0%B0%AF%E0%B1%81%20%E0%B0%95%E0%B1%87%E0%B0%B0%E0%B0%AC%E0%B1%8D%E0%B0%AC%E0%B0%BF%E0%B0%AF%E0%B0%A8%E0%B1%8D>,
        <http://lexvo.org/id/term/tha/%E0%B8%A5%E0%B8%B0%E0%B8%95%E0%B8%B4%E0%B8%99%E0%B8%AD%E0%B9%80%E0%B8%A1%E0%B8%A3%E0%B8%B4%E0%B8%81%E0%B8%B2>,
        <http://lexvo.org/id/term/ton/%CA%BBAmelika%20fakalatina>,
        <http://lexvo.org/id/term/tur/Latin%20Amerika>,
        <http://lexvo.org/id/term/ukr/%D0%9B%D0%B0%D1%82%D0%B8%D0%BD%D1%81%D1%8C%D0%BA%D0%B0%20%D0%90%D0%BC%D0%B5%D1%80%D0%B8%D0%BA%D0%B0>,
        <http://lexvo.org/id/term/urd/%D9%84%D8%A7%D8%B7%DB%8C%D9%86%DB%8C%20%D8%A7%D9%85%D8%B1%DB%8C%DA%A9%DB%81>,
        <http://lexvo.org/id/term/vie/Ch%C3%A2u%20M%E1%BB%B9%20La-tinh>,
        <http://lexvo.org/id/term/wae/Lat%C3%ADamerika>,
        <http://lexvo.org/id/term/zsm/Amerika%20Latin>,
        <http://lexvo.org/id/term/zul/i-Latin%20America> .

<http://lexvo.org/id/wordnet/30/noun/africa_1_17_00> owl:sameAs <http://lexvo.org/id/un_m49/002> .

<http://lexvo.org/id/wordnet/30/noun/afrikaans_1_10_00> owl:sameAs <http://lexvo.org/id/iso639-3/afr> .

<http://lexvo.org/id/wordnet/30/noun/akan_1_10_00> owl:sameAs <http://lexvo.org/id/iso639-3/aka> .

<http://lexvo.org/id/wordnet/30/noun/albanian_1_10_00> owl:sameAs <http://lexvo.org/id/iso639-3/sqi> .

<http://lexvo.org/id/wordnet/30/noun/aleut_1_10_00> owl:sameAs <http://lexvo.org/id/iso639-3/ale> .

<http://lexvo.org/id/wordnet/30/noun/algonquian_1_10_00> owl:sameAs <http://lexvo.org/id/iso639-5/alg> .

<http://lexvo.org/id/wordnet/30/noun/altaic_1_10_00> owl:sameAs <http://lexvo.org/id/iso639-5/tut> .

<http://lexvo.org/id/wordnet/30/noun/amharic_1_10_00> owl:sameAs <http://lexvo.org/id/iso639-3/amh> .

<http://lexvo.org/id/wordnet/30/noun/ancient_greek_1_10_00> owl:sameAs <http://lexvo.org/id/iso639-3/grc> .

<http://lexvo.org/id/wordnet/30/noun/arapaho_1_10_00> owl:sameAs <http://lexvo.org/id/iso639-3/arp> .

<http://lexvo.org/id/wordnet/30/noun/armenian_1_10_00> owl:sameAs <http://lexvo.org/id/iso639-3/hye> .

<http://lexvo.org/id/wordnet/30/noun/assamese_1_10_00> owl:sameAs <http://lexvo.org/id/iso639-3/asm> .

<http://lexvo.org/id/wordnet/30/noun/atakapa_1_10_00> owl:sameAs <http://lexvo.org/id/iso639-3/aqp> .

<http://lexvo.org/id/wordnet/30/noun/austronesian_1_10_00> owl:sameAs <http://lexvo.org/id/iso639-5/map> .

<http://lexvo.org/id/wordnet/30/noun/avestan_1_10_00> owl:sameAs <http://lexvo.org/id/iso639-3/ave> .

<http://lexvo.org/id/wordnet/30/noun/azerbaijani_1_10_00> owl:sameAs <http://lexvo.org/id/iso639-3/aze> .

<http://lexvo.org/id/wordnet/30/noun/balinese_1_10_00> owl:sameAs <http://lexvo.org/id/iso639-3/ban> .

<http://lexvo.org/id/wordnet/30/noun/balochi_1_10_00> owl:sameAs <http://lexvo.org/id/iso639-3/bal> .

<http://lexvo.org/id/wordnet/30/noun/basque_1_10_00> owl:sameAs <http://lexvo.org/id/iso639-3/eus> .

<http://lexvo.org/id/wordnet/30/noun/belarusian_1_10_00> owl:sameAs <http://lexvo.org/id/iso639-3/bel> .

<http://lexvo.org/id/wordnet/30/noun/breton_1_10_00> owl:sameAs <http://lexvo.org/id/iso639-3/bre> .

<http://lexvo.org/id/wordnet/30/noun/bulgarian_1_10_00> owl:sameAs <http://lexvo.org/id/iso639-3/bul> .

<http://lexvo.org/id/wordnet/30/noun/burmese_1_10_00> owl:sameAs <http://lexvo.org/id/iso639-3/mya> .

<http://lexvo.org/id/wordnet/30/noun/caddo_1_10_00> owl:sameAs <http://lexvo.org/id/iso639-5/cdd> .

<http://lexvo.org/id/wordnet/30/noun/catalan_1_10_00> owl:sameAs <http://lexvo.org/id/iso639-3/cat> .

<http://lexvo.org/id/wordnet/30/noun/chemakum_1_10_00> owl:sameAs <http://lexvo.org/id/iso639-3/xch> .

<http://lexvo.org/id/wordnet/30/noun/cheremis_1_10_00> owl:sameAs <http://lexvo.org/id/iso639-3/chm> .

<http://lexvo.org/id/wordnet/30/noun/chichewa_1_10_00> owl:sameAs <http://lexvo.org/id/iso639-3/nya> .

<http://lexvo.org/id/wordnet/30/noun/china_1_15_00> owl:sameAs <http://lexvo.org/id/iso3166/CN> .

<http://lexvo.org/id/wordnet/30/noun/chinese_1_10_00> owl:sameAs <http://lexvo.org/id/iso639-3/zho> .

<http://lexvo.org/id/wordnet/30/noun/chinookan_1_10_00> owl:sameAs <http://lexvo.org/id/iso639-3/chh> .

<http://lexvo.org/id/wordnet/30/noun/chukchi_1_10_00> owl:sameAs <http://lexvo.org/id/iso639-3/ckt> .

<http://lexvo.org/id/wordnet/30/noun/comanche_1_10_00> owl:sameAs <http://lexvo.org/id/iso639-3/com> .

<http://lexvo.org/id/wordnet/30/noun/cornish_1_10_00> owl:sameAs <http://lexvo.org/id/iso639-3/cor> .

<http://lexvo.org/id/wordnet/30/noun/czech_1_10_00> owl:sameAs <http://lexvo.org/id/iso639-3/ces> .

<http://lexvo.org/id/wordnet/30/noun/danish_1_10_00> owl:sameAs <http://lexvo.org/id/iso639-3/dan> .

<http://lexvo.org/id/wordnet/30/noun/dari_1_10_00> owl:sameAs <http://lexvo.org/id/iso639-3/prs> .

<http://lexvo.org/id/wordnet/30/noun/dinka_1_10_00> owl:sameAs <http://lexvo.org/id/iso639-3/din> .

<http://lexvo.org/id/wordnet/30/noun/dominica_1_15_00> owl:sameAs <http://lexvo.org/id/iso3166/DM> .

<http://lexvo.org/id/wordnet/30/noun/egyptian_1_10_00> owl:sameAs <http://lexvo.org/id/iso639-3/egy> .

<http://lexvo.org/id/wordnet/30/noun/elamitic_1_10_00> owl:sameAs <http://lexvo.org/id/iso639-3/elx> .

<http://lexvo.org/id/wordnet/30/noun/english_1_10_00> owl:sameAs <http://lexvo.org/id/iso639-3/eng> .

<http://lexvo.org/id/wordnet/30/noun/esperanto_1_10_00> owl:sameAs <http://lexvo.org/id/iso639-3/epo> .

<http://lexvo.org/id/wordnet/30/noun/ewe_1_10_00> owl:sameAs <http://lexvo.org/id/iso639-3/ewe> .

<http://lexvo.org/id/wordnet/30/noun/fang_1_10_00> owl:sameAs <http://lexvo.org/id/iso639-3/fak> .

<http://lexvo.org/id/wordnet/30/noun/faroese_1_10_00> owl:sameAs <http://lexvo.org/id/iso639-3/fao> .

<http://lexvo.org/id/wordnet/30/noun/flemish_1_10_00> owl:sameAs <http://lexvo.org/id/iso639-3/vls> .

<http://lexvo.org/id/wordnet/30/noun/france_1_15_00> owl:sameAs <http://lexvo.org/id/iso3166/FR> .

<http://lexvo.org/id/wordnet/30/noun/french_1_10_00> owl:sameAs <http://lexvo.org/id/iso639-3/fra> .

<http://lexvo.org/id/wordnet/30/noun/friulian_1_10_00> owl:sameAs <http://lexvo.org/id/iso639-3/fur> .

<http://lexvo.org/id/wordnet/30/noun/fula_1_10_00> owl:sameAs <http://lexvo.org/id/iso639-3/ful> .

<http://lexvo.org/id/wordnet/30/noun/galician_1_10_00> owl:sameAs <http://lexvo.org/id/iso639-3/glg> .

<http://lexvo.org/id/wordnet/30/noun/georgia_1_15_01> owl:sameAs <http://lexvo.org/id/iso3166/GE> .

<http://lexvo.org/id/wordnet/30/noun/german_1_10_00> owl:sameAs <http://lexvo.org/id/iso639-3/deu> .

<http://lexvo.org/id/wordnet/30/noun/germanic_1_10_00> owl:sameAs <http://lexvo.org/id/iso639-5/gem> .

<http://lexvo.org/id/wordnet/30/noun/germany_1_15_00> owl:sameAs <http://lexvo.org/id/iso3166/DE> .

<http://lexvo.org/id/wordnet/30/noun/gheg_1_10_00> owl:sameAs <http://lexvo.org/id/iso639-3/aln> .

<http://lexvo.org/id/wordnet/30/noun/gikuyu_1_10_00> owl:sameAs <http://lexvo.org/id/iso639-3/kik> .

<http://lexvo.org/id/wordnet/30/noun/gondi_1_10_00> owl:sameAs <http://lexvo.org/id/iso639-3/gon> .

<http://lexvo.org/id/wordnet/30/noun/gothic_1_10_00> owl:sameAs <http://lexvo.org/id/iso639-3/got> .

<http://lexvo.org/id/wordnet/30/noun/guinea_1_15_00> owl:sameAs <http://lexvo.org/id/iso3166/GF> .

<http://lexvo.org/id/wordnet/30/noun/haiti_1_15_00> owl:sameAs <http://lexvo.org/id/iso3166/HT> .

<http://lexvo.org/id/wordnet/30/noun/haitian_creole_1_10_00> owl:sameAs <http://lexvo.org/id/iso639-3/hat> .

<http://lexvo.org/id/wordnet/30/noun/hani_1_10_00> owl:sameAs <http://lexvo.org/id/iso639-3/hni> .

<http://lexvo.org/id/wordnet/30/noun/hausa_1_10_00> owl:sameAs <http://lexvo.org/id/iso639-3/hau> .

<http://lexvo.org/id/wordnet/30/noun/herero_1_10_00> owl:sameAs <http://lexvo.org/id/iso639-3/her> .

<http://lexvo.org/id/wordnet/30/noun/hindi_1_10_00> owl:sameAs <http://lexvo.org/id/iso639-3/hin> .

<http://lexvo.org/id/wordnet/30/noun/hittite_1_10_00> owl:sameAs <http://lexvo.org/id/iso639-3/hit> .

<http://lexvo.org/id/wordnet/30/noun/hmong_1_10_00> owl:sameAs <http://lexvo.org/id/iso639-3/hmn> .

<http://lexvo.org/id/wordnet/30/noun/holy_see_1_15_00> owl:sameAs <http://lexvo.org/id/iso3166/VA> .

<http://lexvo.org/id/wordnet/30/noun/hopi_1_10_00> owl:sameAs <http://lexvo.org/id/iso639-3/hop> .

<http://lexvo.org/id/wordnet/30/noun/hupa_1_10_00> owl:sameAs <http://lexvo.org/id/iso639-3/hup> .

<http://lexvo.org/id/wordnet/30/noun/icelandic_1_10_00> owl:sameAs <http://lexvo.org/id/iso639-3/isl> .

<http://lexvo.org/id/wordnet/30/noun/ido_1_10_00> owl:sameAs <http://lexvo.org/id/iso639-3/ido> .

<http://lexvo.org/id/wordnet/30/noun/illyrian_1_10_00> owl:sameAs <http://lexvo.org/id/iso639-3/xil> .

<http://lexvo.org/id/wordnet/30/noun/indo-european_1_10_00> owl:sameAs <http://lexvo.org/id/iso639-5/ine> .

<http://lexvo.org/id/wordnet/30/noun/interlingua_1_10_00> owl:sameAs <http://lexvo.org/id/iso639-3/ina> .

<http://lexvo.org/id/wordnet/30/noun/ireland_1_15_01> owl:sameAs <http://lexvo.org/id/iso3166/IE> .

<http://lexvo.org/id/wordnet/30/noun/irish_1_10_00> owl:sameAs <http://lexvo.org/id/iso639-3/gle> .

<http://lexvo.org/id/wordnet/30/noun/italian_1_10_00> owl:sameAs <http://lexvo.org/id/iso639-3/ita> .

<http://lexvo.org/id/wordnet/30/noun/jamaica_1_15_00> owl:sameAs <http://lexvo.org/id/iso3166/JM> .

<http://lexvo.org/id/wordnet/30/noun/japanese_1_10_00> owl:sameAs <http://lexvo.org/id/iso639-3/jpn> .

<http://lexvo.org/id/wordnet/30/noun/javanese_1_10_00> owl:sameAs <http://lexvo.org/id/iso639-3/jav> .

<http://lexvo.org/id/wordnet/30/noun/judeo-spanish_1_10_00> owl:sameAs <http://lexvo.org/id/iso639-3/lad> .

<http://lexvo.org/id/wordnet/30/noun/kamba_1_10_00> owl:sameAs <http://lexvo.org/id/iso639-3/kam> .

<http://lexvo.org/id/wordnet/30/noun/kashmiri_1_10_00> owl:sameAs <http://lexvo.org/id/iso639-3/kas> .

<http://lexvo.org/id/wordnet/30/noun/kassite_1_10_00> owl:sameAs <http://dbpedia.org/resource/Cassite_language> .

<http://lexvo.org/id/wordnet/30/noun/khowar_1_10_00> owl:sameAs <http://lexvo.org/id/iso639-3/khw> .

<http://lexvo.org/id/wordnet/30/noun/khuen_1_10_00> owl:sameAs <http://lexvo.org/id/iso639-3/khf> .

<http://lexvo.org/id/wordnet/30/noun/kichaga_1_10_00> owl:sameAs <http://dbpedia.org/resource/Chaga_language> .

<http://lexvo.org/id/wordnet/30/noun/kinyarwanda_1_10_00> owl:sameAs <http://lexvo.org/id/iso639-3/kin> .

<http://lexvo.org/id/wordnet/30/noun/kiowa_1_10_00> owl:sameAs <http://lexvo.org/id/iso639-3/kio> .

<http://lexvo.org/id/wordnet/30/noun/koasati_1_10_00> owl:sameAs <http://lexvo.org/id/iso639-3/cku> .

<http://lexvo.org/id/wordnet/30/noun/kongo_1_10_00> owl:sameAs <http://lexvo.org/id/iso639-3/kon> .

<http://lexvo.org/id/wordnet/30/noun/korean_1_10_00> owl:sameAs <http://lexvo.org/id/iso639-3/kor> .

<http://lexvo.org/id/wordnet/30/noun/kuchean_1_10_00> owl:sameAs <http://lexvo.org/id/iso639-3/txb> .

<http://lexvo.org/id/wordnet/30/noun/kui_1_10_00> owl:sameAs <http://lexvo.org/id/iso639-3/kxu> .

<http://lexvo.org/id/wordnet/30/noun/kurdish_1_10_00> owl:sameAs <http://lexvo.org/id/iso639-3/kur> .

<http://lexvo.org/id/wordnet/30/noun/kuvi_1_10_00> owl:sameAs <http://lexvo.org/id/iso639-3/kxv> .

<http://lexvo.org/id/wordnet/30/noun/kwakiutl_1_10_00> owl:sameAs <http://lexvo.org/id/iso639-3/kwk> .

<http://lexvo.org/id/wordnet/30/noun/langue_d%27oc_1_10_00> owl:sameAs <http://lexvo.org/id/iso639-3/oci> .

<http://lexvo.org/id/wordnet/30/noun/lao_1_10_00> owl:sameAs <http://lexvo.org/id/iso639-3/lao> .

<http://lexvo.org/id/wordnet/30/noun/latin_1_10_00> owl:sameAs <http://lexvo.org/id/iso639-3/lat> .

<http://lexvo.org/id/wordnet/30/noun/latvian_1_10_00> owl:sameAs <http://lexvo.org/id/iso639-3/lav> .

<http://lexvo.org/id/wordnet/30/noun/lithuanian_1_10_00> owl:sameAs <http://lexvo.org/id/iso639-3/lit> .

<http://lexvo.org/id/wordnet/30/noun/low_german_1_10_00> owl:sameAs <http://lexvo.org/id/iso639-3/nds> .

<http://lexvo.org/id/wordnet/30/noun/luba_1_10_00> owl:sameAs <http://lexvo.org/id/iso639-3/lua> .

<http://lexvo.org/id/wordnet/30/noun/luo_1_10_00> owl:sameAs <http://lexvo.org/id/iso639-3/luo> .

<http://lexvo.org/id/wordnet/30/noun/lycian_1_10_00> owl:sameAs <http://lexvo.org/id/iso639-3/xlc> .

<http://lexvo.org/id/wordnet/30/noun/lydian_1_10_00> owl:sameAs <http://lexvo.org/id/iso639-3/xld> .

<http://lexvo.org/id/wordnet/30/noun/macedonian_1_10_00> owl:sameAs <http://lexvo.org/id/iso639-3/mkd> .

<http://lexvo.org/id/wordnet/30/noun/malay_1_10_00> owl:sameAs <http://lexvo.org/id/iso639-3/msa> .

<http://lexvo.org/id/wordnet/30/noun/maldives_1_15_01> owl:sameAs <http://lexvo.org/id/iso3166/MV> .

<http://lexvo.org/id/wordnet/30/noun/maltese_1_10_00> owl:sameAs <http://lexvo.org/id/iso639-3/mlt> .

<http://lexvo.org/id/wordnet/30/noun/manda_1_10_00> owl:sameAs <http://lexvo.org/id/iso639-3/mha> .

<http://lexvo.org/id/wordnet/30/noun/mandara_1_10_00> owl:sameAs <http://lexvo.org/id/iso639-3/mfi> .

<http://lexvo.org/id/wordnet/30/noun/mansi_1_10_00> owl:sameAs <http://lexvo.org/id/iso639-3/mns> .

<http://lexvo.org/id/wordnet/30/noun/manx_1_10_00> owl:sameAs <http://lexvo.org/id/iso639-3/glv> .

<http://lexvo.org/id/wordnet/30/noun/mashi_1_10_00> owl:sameAs <http://lexvo.org/id/iso639-3/mho> .

<http://lexvo.org/id/wordnet/30/noun/maya_1_10_00> owl:sameAs <http://lexvo.org/id/iso639-5/myn> .

<http://lexvo.org/id/wordnet/30/noun/micmac_1_10_00> owl:sameAs <http://lexvo.org/id/iso639-3/mic> .

<http://lexvo.org/id/wordnet/30/noun/middle_high_german_1_10_00> owl:sameAs <http://lexvo.org/id/iso639-3/gmh> .

<http://lexvo.org/id/wordnet/30/noun/middle_irish_1_10_00> owl:sameAs <http://lexvo.org/id/iso639-3/mga> .

<http://lexvo.org/id/wordnet/30/noun/modern_english_1_10_00> owl:sameAs <http://lexvo.org/id/iso639-3/eng> .

<http://lexvo.org/id/wordnet/30/noun/modern_greek_1_10_00> owl:sameAs <http://lexvo.org/id/iso639-3/ell> .

<http://lexvo.org/id/wordnet/30/noun/mon_1_10_00> owl:sameAs <http://lexvo.org/id/iso639-3/mnw> .

<http://lexvo.org/id/wordnet/30/noun/musgu_1_10_00> owl:sameAs <http://lexvo.org/id/iso639-3/mug> .

<http://lexvo.org/id/wordnet/30/noun/mwera_1_10_00> owl:sameAs <http://lexvo.org/id/iso639-3/mwe> .

<http://lexvo.org/id/wordnet/30/noun/nanticoke_1_10_00> owl:sameAs <http://lexvo.org/id/iso639-3/nnt> .

<http://lexvo.org/id/wordnet/30/noun/navaho_1_10_00> owl:sameAs <http://lexvo.org/id/iso639-3/nav> .

<http://lexvo.org/id/wordnet/30/noun/nepali_1_10_00> owl:sameAs <http://lexvo.org/id/iso639-3/nep> .

<http://lexvo.org/id/wordnet/30/noun/nez_perce_1_10_00> owl:sameAs <http://lexvo.org/id/iso639-3/nez> .

<http://lexvo.org/id/wordnet/30/noun/nilo-saharan_1_10_00> owl:sameAs <http://lexvo.org/id/iso639-5/ssa> .

<http://lexvo.org/id/wordnet/30/noun/north_america_1_17_00> owl:sameAs <http://lexvo.org/id/un_m49/003> .

<http://lexvo.org/id/wordnet/30/noun/norwegian_1_10_00> owl:sameAs <http://lexvo.org/id/iso639-3/nor> .

<http://lexvo.org/id/wordnet/30/noun/novial_1_10_00> owl:sameAs <http://lexvo.org/id/iso639-3/nov> .

<http://lexvo.org/id/wordnet/30/noun/nung_1_10_02> owl:sameAs <http://lexvo.org/id/iso639-3/nut> .

<http://lexvo.org/id/wordnet/30/noun/ojibwa_1_10_00> owl:sameAs <http://lexvo.org/id/iso639-3/oji> .

<http://lexvo.org/id/wordnet/30/noun/old_church_slavonic_1_10_00> owl:sameAs <http://lexvo.org/id/iso639-3/chu> .

<http://lexvo.org/id/wordnet/30/noun/old_english_1_10_00> owl:sameAs <http://lexvo.org/id/iso639-3/ang> .

<http://lexvo.org/id/wordnet/30/noun/old_french_1_10_00> owl:sameAs <http://lexvo.org/id/iso639-3/fro> .

<http://lexvo.org/id/wordnet/30/noun/old_high_german_1_10_00> owl:sameAs <http://lexvo.org/id/iso639-3/goh> .

<http://lexvo.org/id/wordnet/30/noun/old_irish_1_10_00> owl:sameAs <http://lexvo.org/id/iso639-3/sga> .

<http://lexvo.org/id/wordnet/30/noun/old_prussian_1_10_00> owl:sameAs <http://lexvo.org/id/iso639-3/prg> .

<http://lexvo.org/id/wordnet/30/noun/oneida_1_10_00> owl:sameAs <http://lexvo.org/id/iso639-3/one> .

<http://lexvo.org/id/wordnet/30/noun/oscan_1_10_00> owl:sameAs <http://lexvo.org/id/iso639-3/osc> .

<http://lexvo.org/id/wordnet/30/noun/ossete_1_10_00> owl:sameAs <http://lexvo.org/id/iso639-3/oss> .

<http://lexvo.org/id/wordnet/30/noun/palaic_1_10_00> owl:sameAs <http://lexvo.org/id/iso639-3/plq> .

<http://lexvo.org/id/wordnet/30/noun/papuan_1_10_00> owl:sameAs <http://lexvo.org/id/iso639-5/paa> .

<http://lexvo.org/id/wordnet/30/noun/parthian_1_10_00> owl:sameAs <http://lexvo.org/id/iso639-3/xpr> .

<http://lexvo.org/id/wordnet/30/noun/pashto_1_10_00> owl:sameAs <http://lexvo.org/id/iso639-3/pus> .

<http://lexvo.org/id/wordnet/30/noun/pennsylvania_dutch_1_10_00> owl:sameAs <http://lexvo.org/id/iso639-3/pdc> .

<http://lexvo.org/id/wordnet/30/noun/persian_1_10_00> owl:sameAs <http://lexvo.org/id/iso639-3/fas> .

<http://lexvo.org/id/wordnet/30/noun/philippine_1_10_00> owl:sameAs <http://lexvo.org/id/iso639-3/fil> .

<http://lexvo.org/id/wordnet/30/noun/phrygian_1_10_00> owl:sameAs <http://lexvo.org/id/iso639-3/xpg> .

<http://lexvo.org/id/wordnet/30/noun/pokomo_1_10_00> owl:sameAs <http://lexvo.org/id/iso639-3/pkb> .

<http://lexvo.org/id/wordnet/30/noun/polish_1_10_00> owl:sameAs <http://lexvo.org/id/iso639-3/pol> .

<http://lexvo.org/id/wordnet/30/noun/portuguese_1_10_00> owl:sameAs <http://lexvo.org/id/iso639-3/por> .

<http://lexvo.org/id/wordnet/30/noun/potawatomi_1_10_00> owl:sameAs <http://lexvo.org/id/iso639-3/pot> .

<http://lexvo.org/id/wordnet/30/noun/prakrit_1_10_00> owl:sameAs <http://lexvo.org/id/iso639-5/pra> .

<http://lexvo.org/id/wordnet/30/noun/punjabi_1_10_00> owl:sameAs <http://lexvo.org/id/iso639-3/pan> .

<http://lexvo.org/id/wordnet/30/noun/rhaeto-romance_1_10_00> owl:sameAs <http://lexvo.org/id/iso639-3/roh> .

<http://lexvo.org/id/wordnet/30/noun/romanian_1_10_00> owl:sameAs <http://lexvo.org/id/iso639-3/ron> .

<http://lexvo.org/id/wordnet/30/noun/romany_1_10_00> owl:sameAs <http://lexvo.org/id/iso639-3/rom> .

<http://lexvo.org/id/wordnet/30/noun/ron_1_10_00> owl:sameAs <http://lexvo.org/id/iso639-3/cla> .

<http://lexvo.org/id/wordnet/30/noun/russia_1_15_04> owl:sameAs <http://lexvo.org/id/iso3166/RU> .

<http://lexvo.org/id/wordnet/30/noun/russian_1_10_00> owl:sameAs <http://lexvo.org/id/iso639-3/rus> .

<http://lexvo.org/id/wordnet/30/noun/sango_1_10_00> owl:sameAs <http://lexvo.org/id/iso639-3/sag> .

<http://lexvo.org/id/wordnet/30/noun/sanskrit_1_10_00> owl:sameAs <http://lexvo.org/id/iso639-3/san> .

<http://lexvo.org/id/wordnet/30/noun/sardinian_1_10_00> owl:sameAs <http://lexvo.org/id/iso639-3/srd> .

<http://lexvo.org/id/wordnet/30/noun/scottish_1_10_00> owl:sameAs <http://lexvo.org/id/iso639-3/sco> .

<http://lexvo.org/id/wordnet/30/noun/scottish_gaelic_1_10_00> owl:sameAs <http://lexvo.org/id/iso639-3/gla> .

<http://lexvo.org/id/wordnet/30/noun/scythian_1_10_00> owl:sameAs <http://lexvo.org/id/iso639-3/xsc> .

<http://lexvo.org/id/wordnet/30/noun/serbo-croat_1_10_00> owl:sameAs <http://lexvo.org/id/iso639-3/hbs> .

<http://lexvo.org/id/wordnet/30/noun/serer_1_10_00> owl:sameAs <http://lexvo.org/id/iso639-3/srr> .

<http://lexvo.org/id/wordnet/30/noun/sesotho_1_10_00> owl:sameAs <http://lexvo.org/id/iso639-3/sot> .

<http://lexvo.org/id/wordnet/30/noun/shasta_1_10_00> owl:sameAs <http://lexvo.org/id/iso639-3/sht> .

<http://lexvo.org/id/wordnet/30/noun/shawnee_1_10_00> owl:sameAs <http://lexvo.org/id/iso639-3/sjw> .

<http://lexvo.org/id/wordnet/30/noun/shona_1_10_00> owl:sameAs <http://lexvo.org/id/iso639-3/sna> .

<http://lexvo.org/id/wordnet/30/noun/sign_language_1_10_00> owl:sameAs <http://lexvo.org/id/iso639-5/sgn> .

<http://lexvo.org/id/wordnet/30/noun/sindhi_1_10_00> owl:sameAs <http://lexvo.org/id/iso639-3/snd> .

<http://lexvo.org/id/wordnet/30/noun/sino-tibetan_1_10_00> owl:sameAs <http://lexvo.org/id/iso639-5/sit> .

<http://lexvo.org/id/wordnet/30/noun/slovak_1_10_00> owl:sameAs <http://lexvo.org/id/iso639-3/slk> .

<http://lexvo.org/id/wordnet/30/noun/slovene_1_10_00> owl:sameAs <http://lexvo.org/id/iso639-3/slv> .

<http://lexvo.org/id/wordnet/30/noun/sokoro_1_10_00> owl:sameAs <http://lexvo.org/id/iso639-3/sok> .

<http://lexvo.org/id/wordnet/30/noun/somali_1_10_00> owl:sameAs <http://lexvo.org/id/iso639-3/som> .

<http://lexvo.org/id/wordnet/30/noun/songhai_1_10_00> owl:sameAs <http://lexvo.org/id/iso639-5/son> .

<http://lexvo.org/id/wordnet/30/noun/spanish_1_10_00> owl:sameAs <http://lexvo.org/id/iso639-3/spa> .

<http://lexvo.org/id/wordnet/30/noun/sundanese_1_10_00> owl:sameAs <http://lexvo.org/id/iso639-3/sun> .

<http://lexvo.org/id/wordnet/30/noun/swazi_1_10_00> owl:sameAs <http://lexvo.org/id/iso639-3/ssw> .

<http://lexvo.org/id/wordnet/30/noun/swedish_1_10_00> owl:sameAs <http://lexvo.org/id/iso639-3/swe> .

<http://lexvo.org/id/wordnet/30/noun/tai_long_1_10_00> owl:sameAs <http://lexvo.org/id/iso639-3/shn> .

<http://lexvo.org/id/wordnet/30/noun/taiwan_1_15_01> owl:sameAs <http://lexvo.org/id/iso3166/TW> .

<http://lexvo.org/id/wordnet/30/noun/tajiki_1_10_00> owl:sameAs <http://lexvo.org/id/iso639-3/tgk> .

<http://lexvo.org/id/wordnet/30/noun/telugu_1_10_00> owl:sameAs <http://lexvo.org/id/iso639-3/tel> .

<http://lexvo.org/id/wordnet/30/noun/thracian_1_10_00> owl:sameAs <http://lexvo.org/id/iso639-3/txh> .

<http://lexvo.org/id/wordnet/30/noun/tibetan_1_10_00> owl:sameAs <http://lexvo.org/id/iso639-3/bod> .

<http://lexvo.org/id/wordnet/30/noun/tosk_1_10_00> owl:sameAs <http://lexvo.org/id/iso639-3/als> .

<http://lexvo.org/id/wordnet/30/noun/tswana_1_10_00> owl:sameAs <http://lexvo.org/id/iso639-3/tsn> .

<http://lexvo.org/id/wordnet/30/noun/tulu_1_10_00> owl:sameAs <http://lexvo.org/id/iso639-3/tcy> .

<http://lexvo.org/id/wordnet/30/noun/tungus_1_10_00> owl:sameAs <http://lexvo.org/id/iso639-3/evn> .

<http://lexvo.org/id/wordnet/30/noun/turfan_1_10_00> owl:sameAs <http://lexvo.org/id/iso639-3/xto> .

<http://lexvo.org/id/wordnet/30/noun/turkish_1_10_00> owl:sameAs <http://lexvo.org/id/iso639-3/tur> .

<http://lexvo.org/id/wordnet/30/noun/turkmen_1_10_00> owl:sameAs <http://lexvo.org/id/iso639-3/tuk> .

<http://lexvo.org/id/wordnet/30/noun/ubykh_1_10_00> owl:sameAs <http://lexvo.org/id/iso639-3/uby> .

<http://lexvo.org/id/wordnet/30/noun/ugaritic_1_10_00> owl:sameAs <http://lexvo.org/id/iso639-3/uga> .

<http://lexvo.org/id/wordnet/30/noun/uighur_1_10_00> owl:sameAs <http://lexvo.org/id/iso639-3/uig> .

<http://lexvo.org/id/wordnet/30/noun/ukrainian_1_10_00> owl:sameAs <http://lexvo.org/id/iso639-3/ukr> .

<http://lexvo.org/id/wordnet/30/noun/umbrian_1_10_00> owl:sameAs <http://lexvo.org/id/iso639-3/xum> .

<http://lexvo.org/id/wordnet/30/noun/umbundu_1_10_00> owl:sameAs <http://lexvo.org/id/iso639-3/umb> .

<http://lexvo.org/id/wordnet/30/noun/united_states_1_15_00> owl:sameAs <http://lexvo.org/id/iso3166/US> .

<http://lexvo.org/id/wordnet/30/noun/uzbek_1_10_00> owl:sameAs <http://lexvo.org/id/iso639-3/uzb> .

<http://lexvo.org/id/wordnet/30/noun/volapuk_1_10_00> owl:sameAs <http://lexvo.org/id/iso639-3/vol> .

<http://lexvo.org/id/wordnet/30/noun/walbiri_1_10_00> owl:sameAs <http://lexvo.org/id/iso639-3/wbp> .

<http://lexvo.org/id/wordnet/30/noun/walloon_1_10_00> owl:sameAs <http://lexvo.org/id/iso639-3/wln> .

<http://lexvo.org/id/wordnet/30/noun/warji_1_10_00> owl:sameAs <http://lexvo.org/id/iso639-3/wji> .

<http://lexvo.org/id/wordnet/30/noun/welsh_1_10_00> owl:sameAs <http://lexvo.org/id/iso639-3/cym> .

<http://lexvo.org/id/wordnet/30/noun/wolof_1_10_00> owl:sameAs <http://lexvo.org/id/iso639-3/wol> .

<http://lexvo.org/id/wordnet/30/noun/xhosa_1_10_00> owl:sameAs <http://lexvo.org/id/iso639-3/xho> .

<http://lexvo.org/id/wordnet/30/noun/yiddish_1_10_00> owl:sameAs <http://lexvo.org/id/iso639-3/yid> .

<http://lexvo.org/id/wordnet/30/noun/yoruba_1_10_00> owl:sameAs <http://lexvo.org/id/iso639-3/yor> .

<http://lexvo.org/id/wordnet/30/noun/yucatec_1_10_00> owl:sameAs <http://lexvo.org/id/iso639-3/yua> .

<http://lexvo.org/id/wordnet/30/noun/zulu_1_10_00> owl:sameAs <http://lexvo.org/id/iso639-3/zul> .

lvont:Term a owl:Class ;
    rdfs:label "term"@en ;
    lvont1:nearlySameAs <http://lexonto.ontoware.org/lmf#FormRepresentation> ;
    lvont1:subClassOf skosxl:Label ;
    rdfs:comment "A term in a specific language."@en .

lvont:broader a owl:ObjectProperty ;
    rdfs:label "broader"@en ;
    lvont1:somewhatSameAs skos:broader ;
    rdfs:comment "The property of having a broader, more generic concept."@en ;
    owl:inverseOf lvont:narrower ;
    skos:note "Similar to skos:broader but domain and range are not restricted to skos:Concept instances."@en .

lvont:hasMember a owl:ObjectProperty ;
    rdfs:label "has member"@en ;
    rdfs:comment "The property of having a member."@en ;
    owl:inverseOf lvont:memberOf ;
    skos:note "For instance for geographic regions."@en .

lvont:means a owl:ObjectProperty ;
    rdfs:label "means"@en ;
    rdfs:comment """the semiotic property of a natural language word meaning something, i.e. a
    relationship between words and resources that they represent (or represented) to a considerable number of humans"""@en ;
    rdfs:subPropertyOf lvont:represents ;
    owl:inverseOf lvont:label .

lvont:memberOf a owl:ObjectProperty ;
    rdfs:label "member of"@en ;
    rdfs:comment "The property of being a member of a group."@en ;
    owl:inverseOf lvont:hasMember ;
    skos:note "For instance for geographic regions."@en .

lvont:narrower a owl:ObjectProperty ;
    rdfs:label "narrower"@en ;
    lvont1:somewhatSameAs skos:narrower ;
    rdfs:comment "The property of having a narrower, less generic concept."@en ;
    owl:inverseOf lvont:broader ;
    skos:note "Similar to skos:narrower but domain and range are not restricted to skos:Concept instances."@en .

lvont:representedBy a owl:ObjectProperty ;
    rdfs:label "represented by"@en ;
    owl:inverseOf lvont:represents .

lvont:scriptFor a owl:ObjectProperty ;
    rdfs:label "script for"@en ;
    rdfs:comment """The property of a script being used for a particular language by
   a considerable of language users (but not necessarily the majority of all language users)."""@en ;
    rdfs:domain lvont:Script ;
    rdfs:range lvont:Language ;
    owl:inverseOf lvont:usesScript .

lvont:usesScript a owl:ObjectProperty ;
    rdfs:label "uses script"@en ;
    rdfs:comment """The property of a language being written or having being written in a specific 
    script by a considerable group of language users."""@en ;
    rdfs:range lvont:Script ;
    owl:inverseOf lvont:scriptFor .

<http://www.mpii.de/yago/resource/%C3%84iwoo_language> owl:sameAs <http://lexvo.org/id/iso639-3/nfl> .

<http://www.mpii.de/yago/resource/%C3%84ynu_language> owl:sameAs <http://lexvo.org/id/iso639-3/aib> .

<http://www.mpii.de/yago/resource/%C3%96nge_language> owl:sameAs <http://lexvo.org/id/iso639-3/oon> .

<http://www.mpii.de/yago/resource/%C7%81Xegwi_language> owl:sameAs <http://lexvo.org/id/iso639-3/xeg> .

<http://www.mpii.de/yago/resource/%C7%82Kx%CA%BCau%C7%81%CA%BCein> owl:sameAs <http://lexvo.org/id/iso639-3/aue> .

<http://www.mpii.de/yago/resource/%C7%83%CA%BCO%C7%83Kung> owl:sameAs <http://lexvo.org/id/iso639-3/oun> .

<http://www.mpii.de/yago/resource/'Are'are_language> owl:sameAs <http://lexvo.org/id/iso639-3/alu> .

<http://www.mpii.de/yago/resource/'Auhelawa_language> owl:sameAs <http://lexvo.org/id/iso639-3/kud> .

<http://www.mpii.de/yago/resource/'Olekha> owl:sameAs <http://lexvo.org/id/iso639-3/ole> .

<http://www.mpii.de/yago/resource/A'Tong_language> owl:sameAs <http://lexvo.org/id/iso639-3/aot> .

<http://www.mpii.de/yago/resource/A-Hmao_language> owl:sameAs <http://lexvo.org/id/iso639-3/hmd> .

<http://www.mpii.de/yago/resource/Aari_language> owl:sameAs <http://lexvo.org/id/iso639-3/aiw> .

<http://www.mpii.de/yago/resource/Ab%C3%A9_language> owl:sameAs <http://lexvo.org/id/iso639-3/aba> .

<http://www.mpii.de/yago/resource/Abaga_language> owl:sameAs <http://lexvo.org/id/iso639-3/abg> .

<http://www.mpii.de/yago/resource/Abaknon_language> owl:sameAs <http://lexvo.org/id/iso639-3/abx> .

<http://www.mpii.de/yago/resource/Abanyom_language> owl:sameAs <http://lexvo.org/id/iso639-3/abm> .

<http://www.mpii.de/yago/resource/Abar_language> owl:sameAs <http://lexvo.org/id/iso639-3/mij> .

<http://www.mpii.de/yago/resource/Abau_language> owl:sameAs <http://lexvo.org/id/iso639-3/aau> .

<http://www.mpii.de/yago/resource/Abaza_language> owl:sameAs <http://lexvo.org/id/iso639-3/abq> .

<http://www.mpii.de/yago/resource/Abelam_language> owl:sameAs <http://lexvo.org/id/iso639-3/abt> .

<http://www.mpii.de/yago/resource/Abellen_language> owl:sameAs <http://lexvo.org/id/iso639-3/abp> .

<http://www.mpii.de/yago/resource/Abidji_language> owl:sameAs <http://lexvo.org/id/iso639-3/abi> .

<http://www.mpii.de/yago/resource/Abinomn_language> owl:sameAs <http://lexvo.org/id/iso639-3/bsa> .

<http://www.mpii.de/yago/resource/Abip%C3%B3n_language> owl:sameAs <http://lexvo.org/id/iso639-3/axb> .

<http://www.mpii.de/yago/resource/Abkhaz_language> owl:sameAs <http://lexvo.org/id/iso639-3/abk> .

<http://www.mpii.de/yago/resource/Abom_language> owl:sameAs <http://lexvo.org/id/iso639-3/aob> .

<http://www.mpii.de/yago/resource/Abron_dialect> owl:sameAs <http://lexvo.org/id/iso639-3/abr> .

<http://www.mpii.de/yago/resource/Abua_language> owl:sameAs <http://lexvo.org/id/iso639-3/abn> .

<http://www.mpii.de/yago/resource/Abui_language> owl:sameAs <http://lexvo.org/id/iso639-3/abz> .

<http://www.mpii.de/yago/resource/Abun_language> owl:sameAs <http://lexvo.org/id/iso639-3/kgr> .

<http://www.mpii.de/yago/resource/Abure_language> owl:sameAs <http://lexvo.org/id/iso639-3/abu> .

<http://www.mpii.de/yago/resource/Acehnese_language> owl:sameAs <http://lexvo.org/id/iso639-3/ace> .

<http://www.mpii.de/yago/resource/Ach%C3%A9_language> owl:sameAs <http://lexvo.org/id/iso639-3/guq> .

<http://www.mpii.de/yago/resource/Achang_language> owl:sameAs <http://lexvo.org/id/iso639-3/acn> .

<http://www.mpii.de/yago/resource/Achawa_language> owl:sameAs <http://lexvo.org/id/iso639-3/aca> .

<http://www.mpii.de/yago/resource/Acheron_language> owl:sameAs <http://lexvo.org/id/iso639-3/acz> .

<http://www.mpii.de/yago/resource/Achi%E2%80%99_language> owl:sameAs <http://lexvo.org/id/iso639-3/acr> .

<http://www.mpii.de/yago/resource/Acholi_language> owl:sameAs <http://lexvo.org/id/iso639-3/ach> .

<http://www.mpii.de/yago/resource/Achterhooks> owl:sameAs <http://lexvo.org/id/iso639-3/act> .

<http://www.mpii.de/yago/resource/Achumawi_language> owl:sameAs <http://lexvo.org/id/iso639-3/acv> .

<http://www.mpii.de/yago/resource/Adabe_language> owl:sameAs <http://lexvo.org/id/iso639-3/adb> .

<http://www.mpii.de/yago/resource/Adai_language> owl:sameAs <http://lexvo.org/id/iso639-3/xad> .

<http://www.mpii.de/yago/resource/Adamorobe_Sign_Language> owl:sameAs <http://lexvo.org/id/iso639-3/ads> .

<http://www.mpii.de/yago/resource/Adang_language> owl:sameAs <http://lexvo.org/id/iso639-3/adn> .

<http://www.mpii.de/yago/resource/Adangme_language> owl:sameAs <http://lexvo.org/id/iso639-3/ada> .

<http://www.mpii.de/yago/resource/Adele_language> owl:sameAs <http://lexvo.org/id/iso639-3/ade> .

<http://www.mpii.de/yago/resource/Adhola_language> owl:sameAs <http://lexvo.org/id/iso639-3/adh> .

<http://www.mpii.de/yago/resource/Adi_language> owl:sameAs <http://lexvo.org/id/iso639-3/adi> .

<http://www.mpii.de/yago/resource/Adjora_language> owl:sameAs <http://lexvo.org/id/iso639-3/ado> .

<http://www.mpii.de/yago/resource/Adjukru_language> owl:sameAs <http://lexvo.org/id/iso639-3/adj> .

<http://www.mpii.de/yago/resource/Adnyamathanha_language> owl:sameAs <http://lexvo.org/id/iso639-3/adt> .

<http://www.mpii.de/yago/resource/Adyghe_language> owl:sameAs <http://lexvo.org/id/iso639-3/ady> .

<http://www.mpii.de/yago/resource/Aequian_language> owl:sameAs <http://lexvo.org/id/iso639-3/xae> .

<http://www.mpii.de/yago/resource/Afade_language> owl:sameAs <http://lexvo.org/id/iso639-3/aal> .

<http://www.mpii.de/yago/resource/Afar_language> owl:sameAs <http://lexvo.org/id/iso639-3/aar> .

<http://www.mpii.de/yago/resource/Afitti_language> owl:sameAs <http://lexvo.org/id/iso639-3/aft> .

<http://www.mpii.de/yago/resource/Afrihili> owl:sameAs <http://lexvo.org/id/iso639-3/afh> .

<http://www.mpii.de/yago/resource/Afrikaans> owl:sameAs <http://lexvo.org/id/iso639-3/afr> .

<http://www.mpii.de/yago/resource/Afro-Asiatic_languages> owl:sameAs <http://lexvo.org/id/iso639-5/afa> .

<http://www.mpii.de/yago/resource/Afro-Seminole_Creole> owl:sameAs <http://lexvo.org/id/iso639-3/afs> .

<http://www.mpii.de/yago/resource/Afroasiatic_languages> owl:sameAs <http://lexvo.org/id/iso639-5/afa> .

<http://www.mpii.de/yago/resource/Agarabi_language> owl:sameAs <http://lexvo.org/id/iso639-3/agd> .

<http://www.mpii.de/yago/resource/Agariya_language> owl:sameAs <http://lexvo.org/id/iso639-3/agi> .

<http://www.mpii.de/yago/resource/Aghem_language> owl:sameAs <http://lexvo.org/id/iso639-3/agq> .

<http://www.mpii.de/yago/resource/Aghu_Tharrnggala_language> owl:sameAs <http://lexvo.org/id/iso639-3/ggr> .

<http://www.mpii.de/yago/resource/Aghul_language> owl:sameAs <http://lexvo.org/id/iso639-3/agx> .

<http://www.mpii.de/yago/resource/Agob_language> owl:sameAs <http://lexvo.org/id/iso639-3/kit> .

<http://www.mpii.de/yago/resource/Agoi_language> owl:sameAs <http://lexvo.org/id/iso639-3/ibm> .

<http://www.mpii.de/yago/resource/Aguano_language> owl:sameAs <http://lexvo.org/id/iso639-3/aga> .

<http://www.mpii.de/yago/resource/Aguaruna_language> owl:sameAs <http://lexvo.org/id/iso639-3/agr> .

<http://www.mpii.de/yago/resource/Agutaynen_language> owl:sameAs <http://lexvo.org/id/iso639-3/agn> .

<http://www.mpii.de/yago/resource/Ahan_language> owl:sameAs <http://lexvo.org/id/iso639-3/ahn> .

<http://www.mpii.de/yago/resource/Ahlon_language> owl:sameAs <http://lexvo.org/id/iso639-3/ahl> .

<http://www.mpii.de/yago/resource/Ahom_language> owl:sameAs <http://lexvo.org/id/iso639-3/aho> .

<http://www.mpii.de/yago/resource/Ahtna_language> owl:sameAs <http://lexvo.org/id/iso639-3/aht> .

<http://www.mpii.de/yago/resource/Ahwai_language> owl:sameAs <http://lexvo.org/id/iso639-3/nfd> .

<http://www.mpii.de/yago/resource/Ai-Cham_language> owl:sameAs <http://lexvo.org/id/iso639-3/aih> .

<http://www.mpii.de/yago/resource/Aigon_language> owl:sameAs <http://lexvo.org/id/iso639-3/aix> .

<http://www.mpii.de/yago/resource/Aikan%C3%A3_language> owl:sameAs <http://lexvo.org/id/iso639-3/tba> .

<http://www.mpii.de/yago/resource/Aimaq_dialect> owl:sameAs <http://lexvo.org/id/iso639-3/aiq> .

<http://www.mpii.de/yago/resource/Ainu_language> owl:sameAs <http://lexvo.org/id/iso639-3/ain> .

<http://www.mpii.de/yago/resource/Airoran_language> owl:sameAs <http://lexvo.org/id/iso639-3/air> .

<http://www.mpii.de/yago/resource/Aja_language_(Niger%E2%80%93Congo)> owl:sameAs <http://lexvo.org/id/iso639-3/ajg> .

<http://www.mpii.de/yago/resource/Aja_language_(Nilo-Saharan)> owl:sameAs <http://lexvo.org/id/iso639-3/aja> .

<http://www.mpii.de/yago/resource/Ajawa_language> owl:sameAs <http://lexvo.org/id/iso639-3/ajw> .

<http://www.mpii.de/yago/resource/Aji%C3%AB_language> owl:sameAs <http://lexvo.org/id/iso639-3/aji> .

<http://www.mpii.de/yago/resource/Aka-Bea_language> owl:sameAs <http://lexvo.org/id/iso639-3/abj> .

<http://www.mpii.de/yago/resource/Aka-Bo_language> owl:sameAs <http://lexvo.org/id/iso639-3/akm> .

<http://www.mpii.de/yago/resource/Aka-Cari_language> owl:sameAs <http://lexvo.org/id/iso639-3/aci> .

<http://www.mpii.de/yago/resource/Aka-Kede_language> owl:sameAs <http://lexvo.org/id/iso639-3/akx> .

<http://www.mpii.de/yago/resource/Aka-Kol_language> owl:sameAs <http://lexvo.org/id/iso639-3/aky> .

<http://www.mpii.de/yago/resource/Aka-Kora_language> owl:sameAs <http://lexvo.org/id/iso639-3/ack> .

<http://www.mpii.de/yago/resource/Aka_language> owl:sameAs <http://lexvo.org/id/iso639-3/axk> .

<http://www.mpii.de/yago/resource/Akan_language> owl:sameAs <http://lexvo.org/id/iso639-3/aka> .

<http://www.mpii.de/yago/resource/Akar-Bale_language> owl:sameAs <http://lexvo.org/id/iso639-3/acl> .

<http://www.mpii.de/yago/resource/Akatek_language> owl:sameAs <http://lexvo.org/id/iso639-3/knj> .

<http://www.mpii.de/yago/resource/Akawaio_language> owl:sameAs <http://lexvo.org/id/iso639-3/ake> .

<http://www.mpii.de/yago/resource/Akha_language> owl:sameAs <http://lexvo.org/id/iso639-3/ahk> .

<http://www.mpii.de/yago/resource/Akhvakh_language> owl:sameAs <http://lexvo.org/id/iso639-3/akv> .

<http://www.mpii.de/yago/resource/Akkadian_language> owl:sameAs <http://lexvo.org/id/iso639-3/akk> .

<http://www.mpii.de/yago/resource/Akkala_Sami_language> owl:sameAs <http://lexvo.org/id/iso639-3/sia> .

<http://www.mpii.de/yago/resource/Akoko_language> owl:sameAs <http://lexvo.org/id/iso639-3/aqg> .

<http://www.mpii.de/yago/resource/Akpes_language> owl:sameAs <http://lexvo.org/id/iso639-3/ibe> .

<http://www.mpii.de/yago/resource/Akpet_language> owl:sameAs <http://lexvo.org/id/iso639-3/akd> .

<http://www.mpii.de/yago/resource/Aku_dialect> owl:sameAs <http://lexvo.org/id/iso639-3/kri> .

<http://www.mpii.de/yago/resource/Akw%C3%A1wa_language> owl:sameAs <http://lexvo.org/id/iso639-3/asu> .

<http://www.mpii.de/yago/resource/Al-Sayyid_Bedouin_Sign_Language> owl:sameAs <http://lexvo.org/id/iso639-3/syy> .

<http://www.mpii.de/yago/resource/Alaba-K'abeena_language> owl:sameAs <http://lexvo.org/id/iso639-3/alw> .

<http://www.mpii.de/yago/resource/Alabama_language> owl:sameAs <http://lexvo.org/id/iso639-3/akz> .

<http://www.mpii.de/yago/resource/Alacalufan_languages> owl:sameAs <http://lexvo.org/id/iso639-5/aqa> .

<http://www.mpii.de/yago/resource/Alagwa_language> owl:sameAs <http://lexvo.org/id/iso639-3/wbj> .

<http://www.mpii.de/yago/resource/Alak_language> owl:sameAs <http://lexvo.org/id/iso639-3/alk> .

<http://www.mpii.de/yago/resource/Alamblak_language> owl:sameAs <http://lexvo.org/id/iso639-3/amp> .

<http://www.mpii.de/yago/resource/Alangan_language> owl:sameAs <http://lexvo.org/id/iso639-3/alj> .

<http://www.mpii.de/yago/resource/Alawa_Language> owl:sameAs <http://lexvo.org/id/iso639-3/alh> .

<http://www.mpii.de/yago/resource/Albanian_language> owl:sameAs <http://lexvo.org/id/iso639-3/sqi> .

<http://www.mpii.de/yago/resource/Albanian_languages> owl:sameAs <http://lexvo.org/id/iso639-3/sqi> .

<http://www.mpii.de/yago/resource/Albay_Bikolano_language> owl:sameAs <http://lexvo.org/id/iso639-3/bhk> .

<http://www.mpii.de/yago/resource/Alekano_language> owl:sameAs <http://lexvo.org/id/iso639-3/gah> .

<http://www.mpii.de/yago/resource/Aleut_language> owl:sameAs <http://lexvo.org/id/iso639-3/ale> .

<http://www.mpii.de/yago/resource/Algerian_Arabic> owl:sameAs <http://lexvo.org/id/iso639-3/arq> .

<http://www.mpii.de/yago/resource/Algerian_Sign_Language> owl:sameAs <http://lexvo.org/id/iso639-3/asp> .

<http://www.mpii.de/yago/resource/Algic_languages> owl:sameAs <http://lexvo.org/id/iso639-5/aql> .

<http://www.mpii.de/yago/resource/Algonquian_languages> owl:sameAs <http://lexvo.org/id/iso639-5/alg> .

<http://www.mpii.de/yago/resource/Algonquin_language> owl:sameAs <http://lexvo.org/id/iso639-3/alq> .

<http://www.mpii.de/yago/resource/Ali_language> owl:sameAs <http://lexvo.org/id/iso639-3/aiy> .

<http://www.mpii.de/yago/resource/Allar_language> owl:sameAs <http://lexvo.org/id/iso639-3/all> .

<http://www.mpii.de/yago/resource/Alngith_dialect> owl:sameAs <http://lexvo.org/id/iso639-3/aid> .

<http://www.mpii.de/yago/resource/Alorese_language> owl:sameAs <http://lexvo.org/id/iso639-3/aol> .

<http://www.mpii.de/yago/resource/Alsea_language> owl:sameAs <http://lexvo.org/id/iso639-3/aes> .

<http://www.mpii.de/yago/resource/Altaic_languages> owl:sameAs <http://lexvo.org/id/iso639-5/tut> .

<http://www.mpii.de/yago/resource/Alumu_language> owl:sameAs <http://lexvo.org/id/iso639-3/aab> .

<http://www.mpii.de/yago/resource/Alur_language> owl:sameAs <http://lexvo.org/id/iso639-3/alz> .

<http://www.mpii.de/yago/resource/Alutiiq_language> owl:sameAs <http://lexvo.org/id/iso639-3/ems> .

<http://www.mpii.de/yago/resource/Alviri-Vidari_language> owl:sameAs <http://lexvo.org/id/iso639-3/avd> .

<http://www.mpii.de/yago/resource/Alyutor_language> owl:sameAs <http://lexvo.org/id/iso639-3/alr> .

<http://www.mpii.de/yago/resource/Ama_language_(New_Guinea)> owl:sameAs <http://lexvo.org/id/iso639-3/amm> .

<http://www.mpii.de/yago/resource/Amahuaca_language> owl:sameAs <http://lexvo.org/id/iso639-3/amc> .

<http://www.mpii.de/yago/resource/Amaimon_language> owl:sameAs <http://lexvo.org/id/iso639-3/ali> .

<http://www.mpii.de/yago/resource/Amal_language> owl:sameAs <http://lexvo.org/id/iso639-3/aad> .

<http://www.mpii.de/yago/resource/Amami_language> owl:sameAs <http://lexvo.org/id/iso639-3/ryn> .

<http://www.mpii.de/yago/resource/Amanab_language> owl:sameAs <http://lexvo.org/id/iso639-3/amn> .

<http://www.mpii.de/yago/resource/Amanay%C3%A9_language> owl:sameAs <http://lexvo.org/id/iso639-3/ama> .

<http://www.mpii.de/yago/resource/Amara_language> owl:sameAs <http://lexvo.org/id/iso639-3/aie> .

<http://www.mpii.de/yago/resource/Amarakaeri_language> owl:sameAs <http://lexvo.org/id/iso639-3/amr> .

<http://www.mpii.de/yago/resource/Amba_language_(Bantu)> owl:sameAs <http://lexvo.org/id/iso639-3/rwm> .

<http://www.mpii.de/yago/resource/Ambai_language> owl:sameAs <http://lexvo.org/id/iso639-3/amk> .

<http://www.mpii.de/yago/resource/Ambala_language> owl:sameAs <http://lexvo.org/id/iso639-3/abc> .

<http://www.mpii.de/yago/resource/Ambelau_language> owl:sameAs <http://lexvo.org/id/iso639-3/amv> .

<http://www.mpii.de/yago/resource/Ambele_language> owl:sameAs <http://lexvo.org/id/iso639-3/ael> .

<http://www.mpii.de/yago/resource/Amberbaken_language> owl:sameAs <http://lexvo.org/id/iso639-3/akc> .

<http://www.mpii.de/yago/resource/Ambrak_language> owl:sameAs <http://lexvo.org/id/iso639-3/aag> .

<http://www.mpii.de/yago/resource/Amdang_language> owl:sameAs <http://lexvo.org/id/iso639-3/amj> .

<http://www.mpii.de/yago/resource/Amdo_Tibetan_language> owl:sameAs <http://lexvo.org/id/iso639-3/adx> .

<http://www.mpii.de/yago/resource/Amele_language> owl:sameAs <http://lexvo.org/id/iso639-3/aey> .

<http://www.mpii.de/yago/resource/American_Sign_Language> owl:sameAs <http://lexvo.org/id/iso639-3/ase> .

<http://www.mpii.de/yago/resource/Amis_language> owl:sameAs <http://lexvo.org/id/iso639-3/ami> .

<http://www.mpii.de/yago/resource/Amo_language> owl:sameAs <http://lexvo.org/id/iso639-3/amo> .

<http://www.mpii.de/yago/resource/Ampari_Dogon> owl:sameAs <http://lexvo.org/id/iso639-3/aqd> .

<http://www.mpii.de/yago/resource/Amri_language> owl:sameAs <http://lexvo.org/id/iso639-3/ajz> .

<http://www.mpii.de/yago/resource/Amto_language> owl:sameAs <http://lexvo.org/id/iso639-3/amt> .

<http://www.mpii.de/yago/resource/Amung_language> owl:sameAs <http://lexvo.org/id/iso639-3/uhn> .

<http://www.mpii.de/yago/resource/Amurdag_language> owl:sameAs <http://lexvo.org/id/iso639-3/amg> .

<http://www.mpii.de/yago/resource/An%C3%AAm_language> owl:sameAs <http://lexvo.org/id/iso639-3/anz> .

<http://www.mpii.de/yago/resource/Ana_Dogon> owl:sameAs <http://lexvo.org/id/iso639-3/dti> .

<http://www.mpii.de/yago/resource/Anal_language> owl:sameAs <http://lexvo.org/id/iso639-3/anm> .

<http://www.mpii.de/yago/resource/Anamb%C3%A9_language> owl:sameAs <http://lexvo.org/id/iso639-3/aan> .

<http://www.mpii.de/yago/resource/Anamgura_language> owl:sameAs <http://lexvo.org/id/iso639-3/imi> .

<http://www.mpii.de/yago/resource/Anasi_language> owl:sameAs <http://lexvo.org/id/iso639-3/bpo> .

<http://www.mpii.de/yago/resource/Ancient_Greek> owl:sameAs <http://lexvo.org/id/iso639-3/grc> .

<http://www.mpii.de/yago/resource/Ancient_Macedonian_language> owl:sameAs <http://lexvo.org/id/iso639-3/xmk> .

<http://www.mpii.de/yago/resource/Ancient_North_Arabian> owl:sameAs <http://lexvo.org/id/iso639-3/xna> .

<http://www.mpii.de/yago/resource/Andai_language> owl:sameAs <http://lexvo.org/id/iso639-3/afd> .

<http://www.mpii.de/yago/resource/Andalusian_Arabic> owl:sameAs <http://lexvo.org/id/iso639-3/xaa> .

<http://www.mpii.de/yago/resource/Andaqui_language> owl:sameAs <http://lexvo.org/id/iso639-3/ana> .

<http://www.mpii.de/yago/resource/Andarum_language> owl:sameAs <http://lexvo.org/id/iso639-3/aod> .

<http://www.mpii.de/yago/resource/Andegerebinha_language> owl:sameAs <http://lexvo.org/id/iso639-3/adg> .

<http://www.mpii.de/yago/resource/Andi_language> owl:sameAs <http://lexvo.org/id/iso639-3/ani> .

<http://www.mpii.de/yago/resource/Andoa_language> owl:sameAs <http://lexvo.org/id/iso639-3/anb> .

<http://www.mpii.de/yago/resource/Andoque_language> owl:sameAs <http://lexvo.org/id/iso639-3/ano> .

<http://www.mpii.de/yago/resource/Aneityum_language> owl:sameAs <http://lexvo.org/id/iso639-3/aty> .

<http://www.mpii.de/yago/resource/Anfillo_language> owl:sameAs <http://lexvo.org/id/iso639-3/myo> .

<http://www.mpii.de/yago/resource/Angaataha_language> owl:sameAs <http://lexvo.org/id/iso639-3/agm> .

<http://www.mpii.de/yago/resource/Angami_language> owl:sameAs <http://lexvo.org/id/iso639-3/njm> .

<http://www.mpii.de/yago/resource/Angika_language> owl:sameAs <http://lexvo.org/id/iso639-3/anp> .

<http://www.mpii.de/yago/resource/Anglo-Norman_language> owl:sameAs <http://lexvo.org/id/iso639-3/xno> .

<http://www.mpii.de/yago/resource/Angloromani_language> owl:sameAs <http://lexvo.org/id/iso639-3/rme> .

<http://www.mpii.de/yago/resource/Angolar_language> owl:sameAs <http://lexvo.org/id/iso639-3/aoa> .

<http://www.mpii.de/yago/resource/Angor_language> owl:sameAs <http://lexvo.org/id/iso639-3/agg> .

<http://www.mpii.de/yago/resource/Angoram_language> owl:sameAs <http://lexvo.org/id/iso639-3/aog> .

<http://www.mpii.de/yago/resource/Animere_language> owl:sameAs <http://lexvo.org/id/iso639-3/anf> .

<http://www.mpii.de/yago/resource/Anjam_language> owl:sameAs <http://lexvo.org/id/iso639-3/boj> .

<http://www.mpii.de/yago/resource/Ankave_language> owl:sameAs <http://lexvo.org/id/iso639-3/aak> .

<http://www.mpii.de/yago/resource/Annobonese_language> owl:sameAs <http://lexvo.org/id/iso639-3/fab> .

<http://www.mpii.de/yago/resource/Anserma_language> owl:sameAs <http://lexvo.org/id/iso639-3/ans> .

<http://www.mpii.de/yago/resource/Ansus_language> owl:sameAs <http://lexvo.org/id/iso639-3/and> .

<http://www.mpii.de/yago/resource/Antakarinya_language> owl:sameAs <http://lexvo.org/id/iso639-3/ant> .

<http://www.mpii.de/yago/resource/Anuak_language> owl:sameAs <http://lexvo.org/id/iso639-3/anu> .

<http://www.mpii.de/yago/resource/Anuki_language> owl:sameAs <http://lexvo.org/id/iso639-3/aui> .

<http://www.mpii.de/yago/resource/Anuta_language> owl:sameAs <http://lexvo.org/id/iso639-3/aud> .

<http://www.mpii.de/yago/resource/Anyin_language> owl:sameAs <http://lexvo.org/id/iso639-3/any> .

<http://www.mpii.de/yago/resource/Apache_languages> owl:sameAs <http://lexvo.org/id/iso639-5/apa> .

<http://www.mpii.de/yago/resource/Apala%C3%AD_language> owl:sameAs <http://lexvo.org/id/iso639-3/apy> .

<http://www.mpii.de/yago/resource/Apali_language> owl:sameAs <http://lexvo.org/id/iso639-3/ena> .

<http://www.mpii.de/yago/resource/Apatani_language> owl:sameAs <http://lexvo.org/id/iso639-3/apt> .

<http://www.mpii.de/yago/resource/Apiak%C3%A1_language> owl:sameAs <http://lexvo.org/id/iso639-3/api> .

<http://www.mpii.de/yago/resource/Apinay%C3%A9_language> owl:sameAs <http://lexvo.org/id/iso639-3/apn> .

<http://www.mpii.de/yago/resource/Apma_language> owl:sameAs <http://lexvo.org/id/iso639-3/app> .

<http://www.mpii.de/yago/resource/Apurin%C3%A3_language> owl:sameAs <http://lexvo.org/id/iso639-3/apu> .

<http://www.mpii.de/yago/resource/Aquitanian_language> owl:sameAs <http://lexvo.org/id/iso639-3/xaq> .

<http://www.mpii.de/yago/resource/Arabana_language> owl:sameAs <http://lexvo.org/id/iso639-3/ard> .

<http://www.mpii.de/yago/resource/Arabela_language> owl:sameAs <http://lexvo.org/id/iso639-3/arl> .

<http://www.mpii.de/yago/resource/Arabic_language> owl:sameAs <http://lexvo.org/id/iso639-3/ara> .

<http://www.mpii.de/yago/resource/Aragonese_language> owl:sameAs <http://lexvo.org/id/iso639-3/arg> .

<http://www.mpii.de/yago/resource/Araki_language> owl:sameAs <http://lexvo.org/id/iso639-3/akr> .

<http://www.mpii.de/yago/resource/Aramanik_language> owl:sameAs <http://lexvo.org/id/iso639-3/aam> .

<http://www.mpii.de/yago/resource/Arammba_language> owl:sameAs <http://lexvo.org/id/iso639-3/stk> .

<http://www.mpii.de/yago/resource/Aranadan_language> owl:sameAs <http://lexvo.org/id/iso639-3/aaf> .

<http://www.mpii.de/yago/resource/Aranama_language> owl:sameAs <http://lexvo.org/id/iso639-3/xrt> .

<http://www.mpii.de/yago/resource/Araona_language> owl:sameAs <http://lexvo.org/id/iso639-3/aro> .

<http://www.mpii.de/yago/resource/Arapaho_language> owl:sameAs <http://lexvo.org/id/iso639-3/arp> .

<http://www.mpii.de/yago/resource/Arauan_languages> owl:sameAs <http://lexvo.org/id/iso639-5/auf> .

<http://www.mpii.de/yago/resource/Araw%C3%A1_language> owl:sameAs <http://lexvo.org/id/iso639-3/aru> .

<http://www.mpii.de/yago/resource/Arawak_language> owl:sameAs <http://lexvo.org/id/iso639-3/arw> .

<http://www.mpii.de/yago/resource/Arawan_languages> owl:sameAs <http://lexvo.org/id/iso639-5/auf> .

<http://www.mpii.de/yago/resource/Arb%C3%ABresh_language> owl:sameAs <http://lexvo.org/id/iso639-3/aae> .

<http://www.mpii.de/yago/resource/Arbore_language> owl:sameAs <http://lexvo.org/id/iso639-3/arv> .

<http://www.mpii.de/yago/resource/Archi_language> owl:sameAs <http://lexvo.org/id/iso639-3/aqc> .

<http://www.mpii.de/yago/resource/Are_language> owl:sameAs <http://lexvo.org/id/iso639-3/mwc> .

<http://www.mpii.de/yago/resource/Arem_language> owl:sameAs <http://lexvo.org/id/iso639-3/aem> .

<http://www.mpii.de/yago/resource/Argentine_Sign_Language> owl:sameAs <http://lexvo.org/id/iso639-3/aed> .

<http://www.mpii.de/yago/resource/Argobba_language> owl:sameAs <http://lexvo.org/id/iso639-3/agj> .

<http://www.mpii.de/yago/resource/Arhuaco_language> owl:sameAs <http://lexvo.org/id/iso639-3/arh> .

<http://www.mpii.de/yago/resource/Ari_language> owl:sameAs <http://lexvo.org/id/iso639-3/aac> .

<http://www.mpii.de/yago/resource/Aribwatsa_language> owl:sameAs <http://lexvo.org/id/iso639-3/laz> .

<http://www.mpii.de/yago/resource/Arikap%C3%BA_language> owl:sameAs <http://lexvo.org/id/iso639-3/ark> .

<http://www.mpii.de/yago/resource/Arikara_language> owl:sameAs <http://lexvo.org/id/iso639-3/ari> .

<http://www.mpii.de/yago/resource/Arin_language> owl:sameAs <http://lexvo.org/id/iso639-3/xrn> .

<http://www.mpii.de/yago/resource/Aringa_language> owl:sameAs <http://lexvo.org/id/iso639-3/luc> .

<http://www.mpii.de/yago/resource/Armenian_(family)> owl:sameAs <http://lexvo.org/id/iso639-5/hyx> .

<http://www.mpii.de/yago/resource/Armenian_Sign_Language> owl:sameAs <http://lexvo.org/id/iso639-3/aen> .

<http://www.mpii.de/yago/resource/Aromanian_language> owl:sameAs <http://lexvo.org/id/iso639-3/rup> .

<http://www.mpii.de/yago/resource/Arop-Lokep_language> owl:sameAs <http://lexvo.org/id/iso639-3/apr> .

<http://www.mpii.de/yago/resource/Arosi_language> owl:sameAs <http://lexvo.org/id/iso639-3/aia> .

<http://www.mpii.de/yago/resource/Artificial_languages> owl:sameAs <http://lexvo.org/id/iso639-5/art> .

<http://www.mpii.de/yago/resource/Aruamu_language> owl:sameAs <http://lexvo.org/id/iso639-3/msy> .

<http://www.mpii.de/yago/resource/Arutani_language> owl:sameAs <http://lexvo.org/id/iso639-3/atx> .

<http://www.mpii.de/yago/resource/Arvanitika> owl:sameAs <http://lexvo.org/id/iso639-3/aat> .

<http://www.mpii.de/yago/resource/Asa_language> owl:sameAs <http://lexvo.org/id/iso639-3/aas> .

<http://www.mpii.de/yago/resource/Asante_dialect> owl:sameAs <http://lexvo.org/id/iso639-3/twi> .

<http://www.mpii.de/yago/resource/Ash%C3%A1ninka_language> owl:sameAs <http://lexvo.org/id/iso639-3/cni> .

<http://www.mpii.de/yago/resource/Ashtiani_language> owl:sameAs <http://lexvo.org/id/iso639-3/atn> .

<http://www.mpii.de/yago/resource/Asi_language> owl:sameAs <http://lexvo.org/id/iso639-3/bno> .

<http://www.mpii.de/yago/resource/Askopan_language> owl:sameAs <http://lexvo.org/id/iso639-3/eiv> .

<http://www.mpii.de/yago/resource/Askunu_language> owl:sameAs <http://lexvo.org/id/iso639-3/ask> .

<http://www.mpii.de/yago/resource/Asoa_language> owl:sameAs <http://lexvo.org/id/iso639-3/asv> .

<http://www.mpii.de/yago/resource/Assamese_language> owl:sameAs <http://lexvo.org/id/iso639-3/asm> .

<http://www.mpii.de/yago/resource/Assan_language> owl:sameAs <http://lexvo.org/id/iso639-3/xss> .

<http://www.mpii.de/yago/resource/Assiniboine_language> owl:sameAs <http://lexvo.org/id/iso639-3/asb> .

<http://www.mpii.de/yago/resource/Assyrian_Neo-Aramaic> owl:sameAs <http://lexvo.org/id/iso639-3/aii> .

<http://www.mpii.de/yago/resource/Asturian_language> owl:sameAs <http://lexvo.org/id/iso639-3/ast> .

<http://www.mpii.de/yago/resource/Asu_language_(Nigeria)> owl:sameAs <http://lexvo.org/id/iso639-3/aum> .

<http://www.mpii.de/yago/resource/Asuri_language> owl:sameAs <http://lexvo.org/id/iso639-3/asr> .

<http://www.mpii.de/yago/resource/Ata_language> owl:sameAs <http://lexvo.org/id/iso639-3/ata> .

<http://www.mpii.de/yago/resource/Atakapa_language> owl:sameAs <http://lexvo.org/id/iso639-3/aqp> .

<http://www.mpii.de/yago/resource/Atampaya_dialect> owl:sameAs <http://lexvo.org/id/iso639-3/amz> .

<http://www.mpii.de/yago/resource/Atayal_language> owl:sameAs <http://lexvo.org/id/iso639-3/tay> .

<http://www.mpii.de/yago/resource/Athabaskan_languages> owl:sameAs <http://lexvo.org/id/iso639-5/ath> .

<http://www.mpii.de/yago/resource/Athapascan_languages> owl:sameAs <http://lexvo.org/id/iso639-5/ath> .

<http://www.mpii.de/yago/resource/Athpare_language> owl:sameAs <http://lexvo.org/id/iso639-3/aph> .

<http://www.mpii.de/yago/resource/Atikamekw_language> owl:sameAs <http://lexvo.org/id/iso639-3/atj> .

<http://www.mpii.de/yago/resource/Atlantic%E2%80%93Congo_languages> owl:sameAs <http://lexvo.org/id/iso639-5/alv> .

<http://www.mpii.de/yago/resource/Atong_language> owl:sameAs <http://lexvo.org/id/iso639-3/ato> .

<http://www.mpii.de/yago/resource/Atsam_language> owl:sameAs <http://lexvo.org/id/iso639-3/cch> .

<http://www.mpii.de/yago/resource/Atsugewi_language> owl:sameAs <http://lexvo.org/id/iso639-3/atw> .

<http://www.mpii.de/yago/resource/Atti%C3%A9_language> owl:sameAs <http://lexvo.org/id/iso639-3/ati> .

<http://www.mpii.de/yago/resource/Au_language> owl:sameAs <http://lexvo.org/id/iso639-3/avt> .

<http://www.mpii.de/yago/resource/Aulua_language> owl:sameAs <http://lexvo.org/id/iso639-3/aul> .

<http://www.mpii.de/yago/resource/Aur%C3%A1_language> owl:sameAs <http://lexvo.org/id/iso639-3/aux> .

<http://www.mpii.de/yago/resource/Aushiri_language> owl:sameAs <http://lexvo.org/id/iso639-3/avs> .

<http://www.mpii.de/yago/resource/Auslan> owl:sameAs <http://lexvo.org/id/iso639-3/asf> .

<http://www.mpii.de/yago/resource/Austral_language> owl:sameAs <http://lexvo.org/id/iso639-3/aut> .

<http://www.mpii.de/yago/resource/Australian_Kriol_language> owl:sameAs <http://lexvo.org/id/iso639-3/rop> .

<http://www.mpii.de/yago/resource/Australian_languages> owl:sameAs <http://lexvo.org/id/iso639-5/aus> .

<http://www.mpii.de/yago/resource/Austrian_Sign_Language> owl:sameAs <http://lexvo.org/id/iso639-3/asq> .

<http://www.mpii.de/yago/resource/Austro-Asiatic_languages> owl:sameAs <http://lexvo.org/id/iso639-5/aav> .

<http://www.mpii.de/yago/resource/Austronesian_languages> owl:sameAs <http://lexvo.org/id/iso639-5/map> .

<http://www.mpii.de/yago/resource/Auyokawa_language> owl:sameAs <http://lexvo.org/id/iso639-3/auo> .

<http://www.mpii.de/yago/resource/Ava_Guarani_language> owl:sameAs <http://lexvo.org/id/iso639-3/nhd> .

<http://www.mpii.de/yago/resource/Avar_language> owl:sameAs <http://lexvo.org/id/iso639-3/ava> .

<http://www.mpii.de/yago/resource/Avatime_language> owl:sameAs <http://lexvo.org/id/iso639-3/avn> .

<http://www.mpii.de/yago/resource/Avestan_language> owl:sameAs <http://lexvo.org/id/iso639-3/ave> .

<http://www.mpii.de/yago/resource/Avikam_language> owl:sameAs <http://lexvo.org/id/iso639-3/avi> .

<http://www.mpii.de/yago/resource/Avokaya_language> owl:sameAs <http://lexvo.org/id/iso639-3/avu> .

<http://www.mpii.de/yago/resource/Awa_Pit_language> owl:sameAs <http://lexvo.org/id/iso639-3/kwi> .

<http://www.mpii.de/yago/resource/Awabakal_language> owl:sameAs <http://lexvo.org/id/iso639-3/awk> .

<http://www.mpii.de/yago/resource/Awad_Bing_language> owl:sameAs <http://lexvo.org/id/iso639-3/bcu> .

<http://www.mpii.de/yago/resource/Awadhi_language> owl:sameAs <http://lexvo.org/id/iso639-3/awa> .

<http://www.mpii.de/yago/resource/Awakatek_language> owl:sameAs <http://lexvo.org/id/iso639-3/agu> .

<http://www.mpii.de/yago/resource/Awbono_language> owl:sameAs <http://lexvo.org/id/iso639-3/awh> .

<http://www.mpii.de/yago/resource/Aweer_language> owl:sameAs <http://lexvo.org/id/iso639-3/bob> .

<http://www.mpii.de/yago/resource/Awera_language> owl:sameAs <http://lexvo.org/id/iso639-3/awr> .

<http://www.mpii.de/yago/resource/Awet%C3%AF_language> owl:sameAs <http://lexvo.org/id/iso639-3/awe> .

<http://www.mpii.de/yago/resource/Awin_language> owl:sameAs <http://lexvo.org/id/iso639-3/awi> .

<http://www.mpii.de/yago/resource/Awjila_language> owl:sameAs <http://lexvo.org/id/iso639-3/auj> .

<http://www.mpii.de/yago/resource/Awngi_language> owl:sameAs <http://lexvo.org/id/iso639-3/awn> .

<http://www.mpii.de/yago/resource/Awtuw_language> owl:sameAs <http://lexvo.org/id/iso639-3/kmn> .

<http://www.mpii.de/yago/resource/Axi_language> owl:sameAs <http://lexvo.org/id/iso639-3/yix> .

<http://www.mpii.de/yago/resource/Axininca_language> owl:sameAs <http://lexvo.org/id/iso639-3/cpc> .

<http://www.mpii.de/yago/resource/Ayacucho_Quechua> owl:sameAs <http://lexvo.org/id/iso639-3/quy> .

<http://www.mpii.de/yago/resource/Ayamaru_language> owl:sameAs <http://lexvo.org/id/iso639-3/ayz> .

<http://www.mpii.de/yago/resource/Ayapa_Zoque> owl:sameAs <http://lexvo.org/id/iso639-3/zoq> .

<http://www.mpii.de/yago/resource/Ayere_language> owl:sameAs <http://lexvo.org/id/iso639-3/aye> .

<http://www.mpii.de/yago/resource/Ayi_language_(Papua_New_Guinea)> owl:sameAs <http://lexvo.org/id/iso639-3/ayq> .

<http://www.mpii.de/yago/resource/Aymara_language> owl:sameAs <http://lexvo.org/id/iso639-3/aym> .

<http://www.mpii.de/yago/resource/Ayoreo_language> owl:sameAs <http://lexvo.org/id/iso639-3/ayo> .

<http://www.mpii.de/yago/resource/Ayu_language> owl:sameAs <http://lexvo.org/id/iso639-3/ayu> .

<http://www.mpii.de/yago/resource/Azerbaijani_language> owl:sameAs <http://lexvo.org/id/iso639-3/aze> .

<http://www.mpii.de/yago/resource/Azha_language> owl:sameAs <http://lexvo.org/id/iso639-3/aza> .

<http://www.mpii.de/yago/resource/Azhe_language> owl:sameAs <http://lexvo.org/id/iso639-3/yiz> .

<http://www.mpii.de/yago/resource/Baa_language> owl:sameAs <http://lexvo.org/id/iso639-3/kwb> .

<http://www.mpii.de/yago/resource/Babine-Witsuwit'en_language> owl:sameAs <http://lexvo.org/id/iso639-3/bcr> .

<http://www.mpii.de/yago/resource/Bacama_language> owl:sameAs <http://lexvo.org/id/iso639-3/bcy> .

<http://www.mpii.de/yago/resource/Bactrian_language> owl:sameAs <http://lexvo.org/id/iso639-3/xbc> .

<http://www.mpii.de/yago/resource/Badaga_language> owl:sameAs <http://lexvo.org/id/iso639-3/bfq> .

<http://www.mpii.de/yago/resource/Bade_language> owl:sameAs <http://lexvo.org/id/iso639-3/bde> .

<http://www.mpii.de/yago/resource/Badimaya_language> owl:sameAs <http://lexvo.org/id/iso639-3/bia> .

<http://www.mpii.de/yago/resource/Badyara_language> owl:sameAs <http://lexvo.org/id/iso639-3/pbp> .

<http://www.mpii.de/yago/resource/Baeggu_language> owl:sameAs <http://lexvo.org/id/iso639-3/bvd> .

<http://www.mpii.de/yago/resource/Baekje_language> owl:sameAs <http://lexvo.org/id/iso639-3/pkc> .

<http://www.mpii.de/yago/resource/Bafanji_language> owl:sameAs <http://lexvo.org/id/iso639-3/bfj> .

<http://www.mpii.de/yago/resource/Bafaw-Balong_language> owl:sameAs <http://lexvo.org/id/iso639-3/bwt> .

<http://www.mpii.de/yago/resource/Baga_Mboteni_language> owl:sameAs <http://lexvo.org/id/iso639-3/bgm> .

<http://www.mpii.de/yago/resource/Bagheli_language> owl:sameAs <http://lexvo.org/id/iso639-3/bfy> .

<http://www.mpii.de/yago/resource/Bagirmi_language> owl:sameAs <http://lexvo.org/id/iso639-3/bmi> .

<http://www.mpii.de/yago/resource/Bagri_language> owl:sameAs <http://lexvo.org/id/iso639-3/bgq> .

<http://www.mpii.de/yago/resource/Bagvalal_language> owl:sameAs <http://lexvo.org/id/iso639-3/kva> .

<http://www.mpii.de/yago/resource/Baham_language> owl:sameAs <http://lexvo.org/id/iso639-3/bdw> .

<http://www.mpii.de/yago/resource/Bahamian_Creole> owl:sameAs <http://lexvo.org/id/iso639-3/bah> .

<http://www.mpii.de/yago/resource/Bahing_language> owl:sameAs <http://lexvo.org/id/iso639-3/bhj> .

<http://www.mpii.de/yago/resource/Bahnar_language> owl:sameAs <http://lexvo.org/id/iso639-3/bdq> .

<http://www.mpii.de/yago/resource/Bahrani_Arabic> owl:sameAs <http://lexvo.org/id/iso639-3/abv> .

<http://www.mpii.de/yago/resource/Bai_language_(CAR)> owl:sameAs <http://lexvo.org/id/iso639-3/bdj> .

<http://www.mpii.de/yago/resource/Baibai_language> owl:sameAs <http://lexvo.org/id/iso639-3/bbf> .

<http://www.mpii.de/yago/resource/Baima_language> owl:sameAs <http://lexvo.org/id/iso639-3/bqh> .

<http://www.mpii.de/yago/resource/Baiso_language> owl:sameAs <http://lexvo.org/id/iso639-3/bsw> .

<http://www.mpii.de/yago/resource/Bajan_Creole> owl:sameAs <http://lexvo.org/id/iso639-3/bjs> .

<http://www.mpii.de/yago/resource/Baka_language_(South_Sudan)> owl:sameAs <http://lexvo.org/id/iso639-3/bdh> .

<http://www.mpii.de/yago/resource/Bakairi_language> owl:sameAs <http://lexvo.org/id/iso639-3/bkq> .

<http://www.mpii.de/yago/resource/Bakati%E2%80%99_language> owl:sameAs <http://lexvo.org/id/iso639-3/bei> .

<http://www.mpii.de/yago/resource/Bakhtiari_dialect> owl:sameAs <http://lexvo.org/id/iso639-3/bqi> .

<http://www.mpii.de/yago/resource/Bakumpai_language> owl:sameAs <http://lexvo.org/id/iso639-3/bkr> .

<http://www.mpii.de/yago/resource/Bakw%C3%A9_language> owl:sameAs <http://lexvo.org/id/iso639-3/bjw> .

<http://www.mpii.de/yago/resource/Bala_language> owl:sameAs <http://lexvo.org/id/iso639-3/loq> .

<http://www.mpii.de/yago/resource/Baldemu_language> owl:sameAs <http://lexvo.org/id/iso639-3/bdn> .

<http://www.mpii.de/yago/resource/Bali_language_(Adamawa)> owl:sameAs <http://lexvo.org/id/iso639-3/bcn> .

<http://www.mpii.de/yago/resource/Bali_language_(Bantu)> owl:sameAs <http://lexvo.org/id/iso639-3/bcp> .

<http://www.mpii.de/yago/resource/Balinese_language> owl:sameAs <http://lexvo.org/id/iso639-3/ban> .

<http://www.mpii.de/yago/resource/Balkan_Gagauz_Turkish_language> owl:sameAs <http://lexvo.org/id/iso639-3/bgx> .

<http://www.mpii.de/yago/resource/Balkan_Romani> owl:sameAs <http://lexvo.org/id/iso639-3/rmn> .

<http://www.mpii.de/yago/resource/Balo_language> owl:sameAs <http://lexvo.org/id/iso639-3/bqo> .

<http://www.mpii.de/yago/resource/Balochi_language> owl:sameAs <http://lexvo.org/id/iso639-3/bal> .

<http://www.mpii.de/yago/resource/Balti_dialect> owl:sameAs <http://lexvo.org/id/iso639-3/bft> .

<http://www.mpii.de/yago/resource/Baltic_languages> owl:sameAs <http://lexvo.org/id/iso639-5/bat> .

<http://www.mpii.de/yago/resource/Bambara_language> owl:sameAs <http://lexvo.org/id/iso639-3/bam> .

<http://www.mpii.de/yago/resource/Bambassi_language> owl:sameAs <http://lexvo.org/id/iso639-3/myf> .

<http://www.mpii.de/yago/resource/Bambuka_language> owl:sameAs <http://lexvo.org/id/iso639-3/bka> .

<http://www.mpii.de/yago/resource/Bamileke_languages> owl:sameAs <http://lexvo.org/id/iso639-5/bai> .

<http://www.mpii.de/yago/resource/Bamum_language> owl:sameAs <http://lexvo.org/id/iso639-3/bax> .

<http://www.mpii.de/yago/resource/Ban_Khor_Sign_Language> owl:sameAs <http://lexvo.org/id/iso639-3/bfk> .

<http://www.mpii.de/yago/resource/Bana_language> owl:sameAs <http://lexvo.org/id/iso639-3/bcw> .

<http://www.mpii.de/yago/resource/Banaro_language> owl:sameAs <http://lexvo.org/id/iso639-3/byz> .

<http://www.mpii.de/yago/resource/Banda_language_(Maluku)> owl:sameAs <http://lexvo.org/id/iso639-3/bnd> .

<http://www.mpii.de/yago/resource/Banda_languages> owl:sameAs <http://lexvo.org/id/iso639-5/bad> .

<http://www.mpii.de/yago/resource/Bandi_language> owl:sameAs <http://lexvo.org/id/iso639-3/bza> .

<http://www.mpii.de/yago/resource/Bandial_language> owl:sameAs <http://lexvo.org/id/iso639-3/bqj> .

<http://www.mpii.de/yago/resource/Bandjalang_language> owl:sameAs <http://lexvo.org/id/iso639-3/bdy> .

<http://www.mpii.de/yago/resource/Bangala_language> owl:sameAs <http://lexvo.org/id/iso639-3/bxg> .

<http://www.mpii.de/yago/resource/Bangandu_language> owl:sameAs <http://lexvo.org/id/iso639-3/bgf> .

<http://www.mpii.de/yago/resource/Bangba_language> owl:sameAs <http://lexvo.org/id/iso639-3/bbe> .

<http://www.mpii.de/yago/resource/Banggai_language> owl:sameAs <http://lexvo.org/id/iso639-3/bgz> .

<http://www.mpii.de/yago/resource/Bangi_language> owl:sameAs <http://lexvo.org/id/iso639-3/bni> .

<http://www.mpii.de/yago/resource/Bangime_language> owl:sameAs <http://lexvo.org/id/iso639-3/dba> .

<http://www.mpii.de/yago/resource/Bangka_language> owl:sameAs <http://lexvo.org/id/iso639-3/mfb> .

<http://www.mpii.de/yago/resource/Bangubangu_language> owl:sameAs <http://lexvo.org/id/iso639-3/bnx> .

<http://www.mpii.de/yago/resource/Baniwa_language> owl:sameAs <http://lexvo.org/id/iso639-3/bwi> .

<http://www.mpii.de/yago/resource/Baniwa_of_Guainia> owl:sameAs <http://lexvo.org/id/iso639-3/bvv> .

<http://www.mpii.de/yago/resource/Banjar_language> owl:sameAs <http://lexvo.org/id/iso639-3/bjn> .

<http://www.mpii.de/yago/resource/Bankan_Tey_Dogon> owl:sameAs <http://lexvo.org/id/iso639-3/dbw> .

<http://www.mpii.de/yago/resource/Bankon_language> owl:sameAs <http://lexvo.org/id/iso639-3/abb> .

<http://www.mpii.de/yago/resource/Banliku_language> owl:sameAs <http://lexvo.org/id/iso639-3/bzy> .

<http://www.mpii.de/yago/resource/Bantawa_language> owl:sameAs <http://lexvo.org/id/iso639-3/bap> .

<http://www.mpii.de/yago/resource/Bantik_language> owl:sameAs <http://lexvo.org/id/iso639-3/bnq> .

<http://www.mpii.de/yago/resource/Bantoid_languages> owl:sameAs <http://lexvo.org/id/wordnet/30/noun/bantu_1_10_00> .

<http://www.mpii.de/yago/resource/Bantu_languages> owl:sameAs <http://lexvo.org/id/iso639-5/bnt> .

<http://www.mpii.de/yago/resource/Baoul%C3%A9_language> owl:sameAs <http://lexvo.org/id/iso639-3/bci> .

<http://www.mpii.de/yago/resource/Bar%C3%A9_language> owl:sameAs <http://lexvo.org/id/iso639-3/bae> .

<http://www.mpii.de/yago/resource/Bar%C3%AD_language> owl:sameAs <http://lexvo.org/id/iso639-3/mot> .

<http://www.mpii.de/yago/resource/Barakai_language> owl:sameAs <http://lexvo.org/id/iso639-3/baj> .

<http://www.mpii.de/yago/resource/Baram_language> owl:sameAs <http://lexvo.org/id/iso639-3/brd> .

<http://www.mpii.de/yago/resource/Barambu_language> owl:sameAs <http://lexvo.org/id/iso639-3/brm> .

<http://www.mpii.de/yago/resource/Barasana_language> owl:sameAs <http://lexvo.org/id/iso639-3/bsn> .

<http://www.mpii.de/yago/resource/Barbare%C3%B1o_language> owl:sameAs <http://lexvo.org/id/iso639-3/boi> .

<http://www.mpii.de/yago/resource/Bardi_language> owl:sameAs <http://lexvo.org/id/iso639-3/bcj> .

<http://www.mpii.de/yago/resource/Barein_language> owl:sameAs <http://lexvo.org/id/iso639-3/bva> .

<http://www.mpii.de/yago/resource/Bargam_language> owl:sameAs <http://lexvo.org/id/iso639-3/mlp> .

<http://www.mpii.de/yago/resource/Bariba_language> owl:sameAs <http://lexvo.org/id/iso639-3/bba> .

<http://www.mpii.de/yago/resource/Barkul_language> owl:sameAs <http://lexvo.org/id/iso639-3/mae> .

<http://www.mpii.de/yago/resource/Baropasi_language> owl:sameAs <http://lexvo.org/id/iso639-3/brp> .

<http://www.mpii.de/yago/resource/Barrow_Point_language> owl:sameAs <http://lexvo.org/id/iso639-3/bpt> .

<http://www.mpii.de/yago/resource/Barupu_language> owl:sameAs <http://lexvo.org/id/iso639-3/wra> .

<http://www.mpii.de/yago/resource/Barzani_Jewish_Neo-Aramaic> owl:sameAs <http://lexvo.org/id/iso639-3/bjf> .

<http://www.mpii.de/yago/resource/Basa_language> owl:sameAs <http://lexvo.org/id/iso639-3/bzw> .

<http://www.mpii.de/yago/resource/Basaa_language> owl:sameAs <http://lexvo.org/id/iso639-3/bas> .

<http://www.mpii.de/yago/resource/Basay_language> owl:sameAs <http://lexvo.org/id/iso639-3/byq> .

<http://www.mpii.de/yago/resource/Bashkardi_language> owl:sameAs <http://lexvo.org/id/iso639-3/bsg> .

<http://www.mpii.de/yago/resource/Bashkir_language> owl:sameAs <http://lexvo.org/id/iso639-3/bak> .

<http://www.mpii.de/yago/resource/Basila_language> owl:sameAs <http://lexvo.org/id/iso639-3/blo> .

<http://www.mpii.de/yago/resource/Basketo_language> owl:sameAs <http://lexvo.org/id/iso639-3/bst> .

<http://www.mpii.de/yago/resource/Basque_(family)> owl:sameAs <http://lexvo.org/id/iso639-5/euq> .

<http://www.mpii.de/yago/resource/Basque_language> owl:sameAs <http://lexvo.org/id/iso639-3/eus> .

<http://www.mpii.de/yago/resource/Bassa_language> owl:sameAs <http://lexvo.org/id/iso639-3/bsq> .

<http://www.mpii.de/yago/resource/Bassari_language> owl:sameAs <http://lexvo.org/id/iso639-3/bsc> .

<http://www.mpii.de/yago/resource/Bata_language> owl:sameAs <http://lexvo.org/id/iso639-3/bta> .

<http://www.mpii.de/yago/resource/Batak_Karo_language> owl:sameAs <http://lexvo.org/id/iso639-3/btx> .

<http://www.mpii.de/yago/resource/Batak_languages> owl:sameAs <http://lexvo.org/id/iso639-5/btk> .

<http://www.mpii.de/yago/resource/Batek_language> owl:sameAs <http://lexvo.org/id/iso639-3/btq> .

<http://www.mpii.de/yago/resource/Bathari_language> owl:sameAs <http://lexvo.org/id/iso639-3/bhm> .

<http://www.mpii.de/yago/resource/Bats_language> owl:sameAs <http://lexvo.org/id/iso639-3/bbl> .

<http://www.mpii.de/yago/resource/Batu_language> owl:sameAs <http://lexvo.org/id/iso639-3/btu> .

<http://www.mpii.de/yago/resource/Bauchi_language> owl:sameAs <http://lexvo.org/id/iso639-3/bsf> .

<http://www.mpii.de/yago/resource/Baudo_language> owl:sameAs <http://lexvo.org/id/iso639-3/bdc> .

<http://www.mpii.de/yago/resource/Baure_language> owl:sameAs <http://lexvo.org/id/iso639-3/brg> .

<http://www.mpii.de/yago/resource/Bauro_language> owl:sameAs <http://lexvo.org/id/iso639-3/bxa> .

<http://www.mpii.de/yago/resource/Bauzi_language> owl:sameAs <http://lexvo.org/id/iso639-3/bvz> .

<http://www.mpii.de/yago/resource/Bayono_language> owl:sameAs <http://lexvo.org/id/iso639-3/byl> .

<http://www.mpii.de/yago/resource/Bayot_language> owl:sameAs <http://lexvo.org/id/iso639-3/bda> .

<http://www.mpii.de/yago/resource/Beami_language> owl:sameAs <http://lexvo.org/id/iso639-3/beo> .

<http://www.mpii.de/yago/resource/Bebe_language> owl:sameAs <http://lexvo.org/id/iso639-3/bzv> .

<http://www.mpii.de/yago/resource/Bedawi_Arabic> owl:sameAs <http://lexvo.org/id/iso639-3/avl> .

<http://www.mpii.de/yago/resource/Bedik_language> owl:sameAs <http://lexvo.org/id/iso639-3/tnr> .

<http://www.mpii.de/yago/resource/Beeke_language> owl:sameAs <http://lexvo.org/id/iso639-3/bkf> .

<http://www.mpii.de/yago/resource/Beele_language> owl:sameAs <http://lexvo.org/id/iso639-3/bxq> .

<http://www.mpii.de/yago/resource/Beigo_language> owl:sameAs <http://lexvo.org/id/iso639-3/byg> .

<http://www.mpii.de/yago/resource/Beja_language> owl:sameAs <http://lexvo.org/id/iso639-3/bej> .

<http://www.mpii.de/yago/resource/Bekwarra_language> owl:sameAs <http://lexvo.org/id/iso639-3/bkv> .

<http://www.mpii.de/yago/resource/Belanda_Bor_language> owl:sameAs <http://lexvo.org/id/iso639-3/bxb> .

<http://www.mpii.de/yago/resource/Belanda_Viri_language> owl:sameAs <http://lexvo.org/id/iso639-3/bvi> .

<http://www.mpii.de/yago/resource/Belarusian_language> owl:sameAs <http://lexvo.org/id/iso639-3/bel> .

<http://www.mpii.de/yago/resource/Belhare_language> owl:sameAs <http://lexvo.org/id/iso639-3/byw> .

<http://www.mpii.de/yago/resource/Beli_language> owl:sameAs <http://lexvo.org/id/iso639-3/bey> .

<http://www.mpii.de/yago/resource/Beli_language_(South_Sudan)> owl:sameAs <http://lexvo.org/id/iso639-3/blm> .

<http://www.mpii.de/yago/resource/Belizean_Creole> owl:sameAs <http://lexvo.org/id/iso639-3/bzj> .

<http://www.mpii.de/yago/resource/Bemba_language> owl:sameAs <http://lexvo.org/id/iso639-3/bem> .

<http://www.mpii.de/yago/resource/Bemba_language_(Congo)> owl:sameAs <http://lexvo.org/id/iso639-3/bmy> .

<http://www.mpii.de/yago/resource/Bembe_(Ibembe)_language> owl:sameAs <http://lexvo.org/id/iso639-3/bmb> .

<http://www.mpii.de/yago/resource/Bembe_(Kibembe)_language> owl:sameAs <http://lexvo.org/id/iso639-3/beq> .

<http://www.mpii.de/yago/resource/Ben_Tey_Dogon> owl:sameAs <http://lexvo.org/id/iso639-3/dbt> .

<http://www.mpii.de/yago/resource/Bena_language> owl:sameAs <http://lexvo.org/id/iso639-3/bez> .

<http://www.mpii.de/yago/resource/Bena_language_(Adamawa)> owl:sameAs <http://lexvo.org/id/iso639-3/yun> .

<http://www.mpii.de/yago/resource/Benabena_language> owl:sameAs <http://lexvo.org/id/iso639-3/bef> .

<http://www.mpii.de/yago/resource/Bench_language> owl:sameAs <http://lexvo.org/id/iso639-3/bcq> .

<http://www.mpii.de/yago/resource/Beng_language> owl:sameAs <http://lexvo.org/id/iso639-3/nhb> .

<http://www.mpii.de/yago/resource/Benga_language> owl:sameAs <http://lexvo.org/id/iso639-3/bng> .

<http://www.mpii.de/yago/resource/Bengali_language> owl:sameAs <http://lexvo.org/id/iso639-3/ben> .

<http://www.mpii.de/yago/resource/Bengkulu_language> owl:sameAs <http://lexvo.org/id/iso639-3/pse> .

<http://www.mpii.de/yago/resource/Beothuk_language> owl:sameAs <http://lexvo.org/id/iso639-3/bue> .

<http://www.mpii.de/yago/resource/Berau_Malay_language> owl:sameAs <http://lexvo.org/id/iso639-3/bve> .

<http://www.mpii.de/yago/resource/Berba_language> owl:sameAs <http://lexvo.org/id/iso639-3/beh> .

<http://www.mpii.de/yago/resource/Berber_languages> owl:sameAs <http://lexvo.org/id/iso639-5/ber> .

<http://www.mpii.de/yago/resource/Berbice_Creole_Dutch> owl:sameAs <http://lexvo.org/id/iso639-3/brc> .

<http://www.mpii.de/yago/resource/Berik_language> owl:sameAs <http://lexvo.org/id/iso639-3/bkl> .

<http://www.mpii.de/yago/resource/Berom_language> owl:sameAs <http://lexvo.org/id/iso639-3/bom> .

<http://www.mpii.de/yago/resource/Berta_language> owl:sameAs <http://lexvo.org/id/iso639-3/wti> .

<http://www.mpii.de/yago/resource/Betawi_language> owl:sameAs <http://lexvo.org/id/iso639-3/bew> .

<http://www.mpii.de/yago/resource/Bete_language_(Nigeria)> owl:sameAs <http://lexvo.org/id/iso639-3/byf> .

<http://www.mpii.de/yago/resource/Beti_language> owl:sameAs <http://lexvo.org/id/iso639-3/btb> .

<http://www.mpii.de/yago/resource/Betta_Kurumba_language> owl:sameAs <http://lexvo.org/id/iso639-3/xub> .

<http://www.mpii.de/yago/resource/Bezhta_language> owl:sameAs <http://lexvo.org/id/iso639-3/kap> .

<http://www.mpii.de/yago/resource/Bhele_language> owl:sameAs <http://lexvo.org/id/iso639-3/bhy> .

<http://www.mpii.de/yago/resource/Bhojpuri_language> owl:sameAs <http://lexvo.org/id/iso639-3/bho> .

<http://www.mpii.de/yago/resource/Bhujel_language> owl:sameAs <http://lexvo.org/id/iso639-3/byh> .

<http://www.mpii.de/yago/resource/Biafada_language> owl:sameAs <http://lexvo.org/id/iso639-3/bif> .

<http://www.mpii.de/yago/resource/Biak_language> owl:sameAs <http://lexvo.org/id/iso639-3/bhw> .

<http://www.mpii.de/yago/resource/Biao_Min_language> owl:sameAs <http://lexvo.org/id/iso639-3/bje> .

<http://www.mpii.de/yago/resource/Biao_language> owl:sameAs <http://lexvo.org/id/iso639-3/byk> .

<http://www.mpii.de/yago/resource/Biatah_language> owl:sameAs <http://lexvo.org/id/iso639-3/bth> .

<http://www.mpii.de/yago/resource/Biblical_Hebrew> owl:sameAs <http://lexvo.org/id/iso639-3/hbo> .

<http://www.mpii.de/yago/resource/Bidau_Creole_Portuguese> owl:sameAs <http://lexvo.org/id/iso639-3/tvy> .

<http://www.mpii.de/yago/resource/Bidiyo_language> owl:sameAs <http://lexvo.org/id/iso639-3/bid> .

<http://www.mpii.de/yago/resource/Bidjara_language> owl:sameAs <http://lexvo.org/id/iso639-3/bym> .

<http://www.mpii.de/yago/resource/Biete_language> owl:sameAs <http://lexvo.org/id/iso639-3/biu> .

<http://www.mpii.de/yago/resource/Big_Nambas_language> owl:sameAs <http://lexvo.org/id/iso639-3/nmb> .

<http://www.mpii.de/yago/resource/Bijago_language> owl:sameAs <http://lexvo.org/id/iso639-3/bjg> .

<http://www.mpii.de/yago/resource/Bikya_language> owl:sameAs <http://lexvo.org/id/iso639-3/byb> .

<http://www.mpii.de/yago/resource/Bil_Bil_language> owl:sameAs <http://lexvo.org/id/iso639-3/brz> .

<http://www.mpii.de/yago/resource/Bile_language> owl:sameAs <http://lexvo.org/id/iso639-3/bil> .

<http://www.mpii.de/yago/resource/Biloxi_language> owl:sameAs <http://lexvo.org/id/iso639-3/bll> .

<http://www.mpii.de/yago/resource/Bilua_language> owl:sameAs <http://lexvo.org/id/iso639-3/blb> .

<http://www.mpii.de/yago/resource/Bima_language> owl:sameAs <http://lexvo.org/id/iso639-3/bhp> .

<http://www.mpii.de/yago/resource/Bine_language> owl:sameAs <http://lexvo.org/id/iso639-3/bon> .

<http://www.mpii.de/yago/resource/Bipi_language> owl:sameAs <http://lexvo.org/id/iso639-3/biq> .

<http://www.mpii.de/yago/resource/Bira_language> owl:sameAs <http://lexvo.org/id/iso639-3/brf> .

<http://www.mpii.de/yago/resource/Birgid_language> owl:sameAs <http://lexvo.org/id/iso639-3/brk> .

<http://www.mpii.de/yago/resource/Birgit_language> owl:sameAs <http://lexvo.org/id/iso639-3/btf> .

<http://www.mpii.de/yago/resource/Birhor_language> owl:sameAs <http://lexvo.org/id/iso639-3/biy> .

<http://www.mpii.de/yago/resource/Birjia_language> owl:sameAs <http://lexvo.org/id/iso639-3/bix> .

<http://www.mpii.de/yago/resource/Birri_language> owl:sameAs <http://lexvo.org/id/iso639-3/bvq> .

<http://www.mpii.de/yago/resource/Biseni_language> owl:sameAs <http://lexvo.org/id/iso639-3/ije> .

<http://www.mpii.de/yago/resource/Bishnupriya_Manipuri_language> owl:sameAs <http://lexvo.org/id/iso639-3/bpy> .

<http://www.mpii.de/yago/resource/Bishuo_language> owl:sameAs <http://lexvo.org/id/iso639-3/bwh> .

<http://www.mpii.de/yago/resource/Bislama> owl:sameAs <http://lexvo.org/id/iso639-3/bis> .

<http://www.mpii.de/yago/resource/Bissa_language> owl:sameAs <http://lexvo.org/id/iso639-3/bib> .

<http://www.mpii.de/yago/resource/Bit_language> owl:sameAs <http://lexvo.org/id/iso639-3/bgk> .

<http://www.mpii.de/yago/resource/Bitare_language> owl:sameAs <http://lexvo.org/id/iso639-3/brt> .

<http://www.mpii.de/yago/resource/Biwat_language> owl:sameAs <http://lexvo.org/id/iso639-3/bwm> .

<http://www.mpii.de/yago/resource/Blackfoot_language> owl:sameAs <http://lexvo.org/id/iso639-3/bla> .

<http://www.mpii.de/yago/resource/Blang_language> owl:sameAs <http://lexvo.org/id/iso639-3/blr> .

<http://www.mpii.de/yago/resource/Blin_language> owl:sameAs <http://lexvo.org/id/iso639-3/byn> .

<http://www.mpii.de/yago/resource/Blissymbols> owl:sameAs <http://lexvo.org/id/iso639-3/zbl> .

<http://www.mpii.de/yago/resource/Bo_language_(New_Guinea)> owl:sameAs <http://lexvo.org/id/iso639-3/bpw> .

<http://www.mpii.de/yago/resource/Bobot_language> owl:sameAs <http://lexvo.org/id/iso639-3/bty> .

<http://www.mpii.de/yago/resource/Bodo_language> owl:sameAs <http://lexvo.org/id/iso639-3/brx> .

<http://www.mpii.de/yago/resource/Bodo_language_(Bantu)> owl:sameAs <http://lexvo.org/id/iso639-3/boy> .

<http://www.mpii.de/yago/resource/Bofi_language> owl:sameAs <http://lexvo.org/id/iso639-3/bff> .

<http://www.mpii.de/yago/resource/Boga_language> owl:sameAs <http://lexvo.org/id/iso639-3/bvw> .

<http://www.mpii.de/yago/resource/Boghom_language> owl:sameAs <http://lexvo.org/id/iso639-3/bux> .

<http://www.mpii.de/yago/resource/Bohtan_Neo-Aramaic> owl:sameAs <http://lexvo.org/id/iso639-3/bhn> .

<http://www.mpii.de/yago/resource/Boiken_language> owl:sameAs <http://lexvo.org/id/iso639-3/bzf> .

<http://www.mpii.de/yago/resource/Boki_language> owl:sameAs <http://lexvo.org/id/iso639-3/bky> .

<http://www.mpii.de/yago/resource/Bokm%C3%A5l> owl:sameAs <http://lexvo.org/id/iso639-3/nob> .

<http://www.mpii.de/yago/resource/Boko_language> owl:sameAs <http://lexvo.org/id/iso639-3/bqc> .

<http://www.mpii.de/yago/resource/Bolaang_Mongondow_language> owl:sameAs <http://lexvo.org/id/iso639-3/mog> .

<http://www.mpii.de/yago/resource/Bolango_language> owl:sameAs <http://lexvo.org/id/iso639-3/bld> .

<http://www.mpii.de/yago/resource/Bole_language> owl:sameAs <http://lexvo.org/id/iso639-3/bol> .

<http://www.mpii.de/yago/resource/Bolgo> owl:sameAs <http://lexvo.org/id/iso639-3/bvo> .

<http://www.mpii.de/yago/resource/Bolinao_language> owl:sameAs <http://lexvo.org/id/iso639-3/smk> .

<http://www.mpii.de/yago/resource/Bolivian_Sign_Language> owl:sameAs <http://lexvo.org/id/iso639-3/bvl> .

<http://www.mpii.de/yago/resource/Bolyu_language> owl:sameAs <http://lexvo.org/id/iso639-3/ply> .

<http://www.mpii.de/yago/resource/Bom_language> owl:sameAs <http://lexvo.org/id/iso639-3/bmf> .

<http://www.mpii.de/yago/resource/Boma_language> owl:sameAs <http://lexvo.org/id/iso639-3/boh> .

<http://www.mpii.de/yago/resource/Bomwali_language> owl:sameAs <http://lexvo.org/id/iso639-3/bmw> .

<http://www.mpii.de/yago/resource/Bonan_language> owl:sameAs <http://lexvo.org/id/iso639-3/peh> .

<http://www.mpii.de/yago/resource/Bonda_language> owl:sameAs <http://lexvo.org/id/iso639-3/bfw> .

<http://www.mpii.de/yago/resource/Bondum_Dogon> owl:sameAs <http://lexvo.org/id/iso639-3/dbu> .

<http://www.mpii.de/yago/resource/Bongo_language> owl:sameAs <http://lexvo.org/id/iso639-3/bot> .

<http://www.mpii.de/yago/resource/Bonjo_language> owl:sameAs <http://lexvo.org/id/iso639-3/bok> .

<http://www.mpii.de/yago/resource/Bonkeng_language> owl:sameAs <http://lexvo.org/id/iso639-3/bvg> .

<http://www.mpii.de/yago/resource/Bontoc_language> owl:sameAs <http://lexvo.org/id/iso639-3/bnc> .

<http://www.mpii.de/yago/resource/Boon_language> owl:sameAs <http://lexvo.org/id/iso639-3/bnl> .

<http://www.mpii.de/yago/resource/Boor_language> owl:sameAs <http://lexvo.org/id/iso639-3/bvf> .

<http://www.mpii.de/yago/resource/Bor%C5%A9ca_language> owl:sameAs <http://lexvo.org/id/iso639-3/brn> .

<http://www.mpii.de/yago/resource/Bora_language> owl:sameAs <http://lexvo.org/id/iso639-3/boa> .

<http://www.mpii.de/yago/resource/Borana_language> owl:sameAs <http://lexvo.org/id/iso639-3/gax> .

<http://www.mpii.de/yago/resource/Boro_language_(Ghana)> owl:sameAs <http://lexvo.org/id/iso639-3/xxb> .

<http://www.mpii.de/yago/resource/Bororo_language> owl:sameAs <http://lexvo.org/id/iso639-3/bor> .

<http://www.mpii.de/yago/resource/Borujerdi_dialect> owl:sameAs <http://lexvo.org/id/iso639-3/lrc> .

<http://www.mpii.de/yago/resource/Bosmun_language> owl:sameAs <http://lexvo.org/id/iso639-3/bqs> .

<http://www.mpii.de/yago/resource/Bosnian_language> owl:sameAs <http://lexvo.org/id/iso639-3/bos> .

<http://www.mpii.de/yago/resource/Botlikh_language> owl:sameAs <http://lexvo.org/id/iso639-3/bph> .

<http://www.mpii.de/yago/resource/Botolan_language> owl:sameAs <http://lexvo.org/id/iso639-3/xsb> .

<http://www.mpii.de/yago/resource/Bouyei_language> owl:sameAs <http://lexvo.org/id/iso639-3/pcc> .

<http://www.mpii.de/yago/resource/Bowili_language> owl:sameAs <http://lexvo.org/id/iso639-3/bov> .

<http://www.mpii.de/yago/resource/Brahui_language> owl:sameAs <http://lexvo.org/id/iso639-3/brh> .

<http://www.mpii.de/yago/resource/Braj_Bhasha> owl:sameAs <http://lexvo.org/id/iso639-3/bra> .

<http://www.mpii.de/yago/resource/Brazilian_Sign_Language> owl:sameAs <http://lexvo.org/id/iso639-3/bzs> .

<http://www.mpii.de/yago/resource/Brem_language> owl:sameAs <http://lexvo.org/id/iso639-3/buq> .

<http://www.mpii.de/yago/resource/Breri_language> owl:sameAs <http://lexvo.org/id/iso639-3/brq> .

<http://www.mpii.de/yago/resource/Breton_language> owl:sameAs <http://lexvo.org/id/iso639-3/bre> .

<http://www.mpii.de/yago/resource/Bribri_language> owl:sameAs <http://lexvo.org/id/iso639-3/bzd> .

<http://www.mpii.de/yago/resource/Brithenig> owl:sameAs <http://lexvo.org/id/iso639-3/bzt> .

<http://www.mpii.de/yago/resource/British_Sign_Language> owl:sameAs <http://lexvo.org/id/iso639-3/bfi> .

<http://www.mpii.de/yago/resource/Brokkat_language> owl:sameAs <http://lexvo.org/id/iso639-3/bro> .

<http://www.mpii.de/yago/resource/Brokpa_language> owl:sameAs <http://lexvo.org/id/iso639-3/sgt> .

<http://www.mpii.de/yago/resource/Broome_Pearling_Lugger_Pidgin> owl:sameAs <http://lexvo.org/id/iso639-3/bpl> .

<http://www.mpii.de/yago/resource/Bu-Nao_language> owl:sameAs <http://lexvo.org/id/iso639-3/bwx> .

<http://www.mpii.de/yago/resource/Bua_language> owl:sameAs <http://lexvo.org/id/iso639-3/bub> .

<http://www.mpii.de/yago/resource/Bube_language> owl:sameAs <http://lexvo.org/id/iso639-3/bvb> .

<http://www.mpii.de/yago/resource/Budu_Dogon> owl:sameAs <http://lexvo.org/id/iso639-3/dgb> .

<http://www.mpii.de/yago/resource/Budu_language> owl:sameAs <http://lexvo.org/id/iso639-3/buu> .

<http://www.mpii.de/yago/resource/Budukh_language> owl:sameAs <http://lexvo.org/id/iso639-3/bdk> .

<http://www.mpii.de/yago/resource/Buduma_language> owl:sameAs <http://lexvo.org/id/iso639-3/bdm> .

<http://www.mpii.de/yago/resource/Budza_language> owl:sameAs <http://lexvo.org/id/iso639-3/bja> .

<http://www.mpii.de/yago/resource/Bugan_language> owl:sameAs <http://lexvo.org/id/iso639-3/bbh> .

<http://www.mpii.de/yago/resource/Buginese_language> owl:sameAs <http://lexvo.org/id/iso639-3/bug> .

<http://www.mpii.de/yago/resource/Buglere_language> owl:sameAs <http://lexvo.org/id/iso639-3/sab> .

<http://www.mpii.de/yago/resource/Buhid_language> owl:sameAs <http://lexvo.org/id/iso639-3/bku> .

<http://www.mpii.de/yago/resource/Bukar_Sadong_language> owl:sameAs <http://lexvo.org/id/iso639-3/sdo> .

<http://www.mpii.de/yago/resource/Bukawa_language> owl:sameAs <http://lexvo.org/id/iso639-3/buk> .

<http://www.mpii.de/yago/resource/Bukhori_language> owl:sameAs <http://lexvo.org/id/iso639-3/bhh> .

<http://www.mpii.de/yago/resource/Bukiyip_language> owl:sameAs <http://lexvo.org/id/iso639-3/ape> .

<http://www.mpii.de/yago/resource/Bukusu_dialect_(Luhya)> owl:sameAs <http://lexvo.org/id/iso639-3/bxk> .

<http://www.mpii.de/yago/resource/Bulgar_language> owl:sameAs <http://lexvo.org/id/iso639-3/xbo> .

<http://www.mpii.de/yago/resource/Bulgarian_language> owl:sameAs <http://lexvo.org/id/iso639-3/bul> .

<http://www.mpii.de/yago/resource/Buli_language> owl:sameAs <http://lexvo.org/id/iso639-3/bwu> .

<http://www.mpii.de/yago/resource/Bullom_So_language> owl:sameAs <http://lexvo.org/id/iso639-3/buy> .

<http://www.mpii.de/yago/resource/Bulu_language> owl:sameAs <http://lexvo.org/id/iso639-3/bum> .

<http://www.mpii.de/yago/resource/Bumbita_language> owl:sameAs <http://lexvo.org/id/iso639-3/aon> .

<http://www.mpii.de/yago/resource/Bumthang_language> owl:sameAs <http://lexvo.org/id/iso639-3/kjz> .

<http://www.mpii.de/yago/resource/Bunak_language> owl:sameAs <http://lexvo.org/id/iso639-3/bfn> .

<http://www.mpii.de/yago/resource/Bung_language> owl:sameAs <http://lexvo.org/id/iso639-3/bqd> .

<http://www.mpii.de/yago/resource/Bungain_language> owl:sameAs <http://lexvo.org/id/iso639-3/but> .

<http://www.mpii.de/yago/resource/Bungu_language> owl:sameAs <http://lexvo.org/id/iso639-3/wun> .

<http://www.mpii.de/yago/resource/Bunuba_language> owl:sameAs <http://lexvo.org/id/iso639-3/bck> .

<http://www.mpii.de/yago/resource/Bunun_language> owl:sameAs <http://lexvo.org/id/iso639-3/bnn> .

<http://www.mpii.de/yago/resource/Buol_language> owl:sameAs <http://lexvo.org/id/iso639-3/blf> .

<http://www.mpii.de/yago/resource/Bura_language> owl:sameAs <http://lexvo.org/id/iso639-3/bwr> .

<http://www.mpii.de/yago/resource/Burarra_language> owl:sameAs <http://lexvo.org/id/iso639-3/bvr> .

<http://www.mpii.de/yago/resource/Burduna_language> owl:sameAs <http://lexvo.org/id/iso639-3/bxn> .

<http://www.mpii.de/yago/resource/Bure_language> owl:sameAs <http://lexvo.org/id/iso639-3/bvh> .

<http://www.mpii.de/yago/resource/Burji_language> owl:sameAs <http://lexvo.org/id/iso639-3/bji> .

<http://www.mpii.de/yago/resource/Burmese_dialects> owl:sameAs <http://lexvo.org/id/iso639-3/int> .

<http://www.mpii.de/yago/resource/Burmese_language> owl:sameAs <http://lexvo.org/id/iso639-3/mya> .

<http://www.mpii.de/yago/resource/Burmeso_language> owl:sameAs <http://lexvo.org/id/iso639-3/bzu> .

<http://www.mpii.de/yago/resource/Buru_language> owl:sameAs <http://lexvo.org/id/iso639-3/mhs> .

<http://www.mpii.de/yago/resource/Buru_language_(Nigeria)> owl:sameAs <http://lexvo.org/id/iso639-3/bqw> .

<http://www.mpii.de/yago/resource/Burun_language> owl:sameAs <http://lexvo.org/id/iso639-3/bdi> .

<http://www.mpii.de/yago/resource/Burunge_language> owl:sameAs <http://lexvo.org/id/iso639-3/bds> .

<http://www.mpii.de/yago/resource/Burushaski> owl:sameAs <http://lexvo.org/id/iso639-3/bsk> .

<http://www.mpii.de/yago/resource/Buryat_language> owl:sameAs <http://lexvo.org/id/iso639-3/bua> .

<http://www.mpii.de/yago/resource/Busa_language_(Mande)> owl:sameAs <http://lexvo.org/id/iso639-3/bqp> .

<http://www.mpii.de/yago/resource/Busa_language_(Papuan)> owl:sameAs <http://lexvo.org/id/iso639-3/bhf> .

<http://www.mpii.de/yago/resource/Busam_language> owl:sameAs <http://lexvo.org/id/iso639-3/bsx> .

<http://www.mpii.de/yago/resource/Bushi_language> owl:sameAs <http://lexvo.org/id/iso639-3/buc> .

<http://www.mpii.de/yago/resource/Bushong_language> owl:sameAs <http://lexvo.org/id/iso639-3/buf> .

<http://www.mpii.de/yago/resource/Buso_language> owl:sameAs <http://lexvo.org/id/iso639-3/bso> .

<http://www.mpii.de/yago/resource/Bussa_language> owl:sameAs <http://lexvo.org/id/iso639-3/dox> .

<http://www.mpii.de/yago/resource/Busuu_language> owl:sameAs <http://lexvo.org/id/iso639-3/bju> .

<http://www.mpii.de/yago/resource/Butuanon_language> owl:sameAs <http://lexvo.org/id/iso639-3/btw> .

<http://www.mpii.de/yago/resource/Buwal_language> owl:sameAs <http://lexvo.org/id/iso639-3/bhs> .

<http://www.mpii.de/yago/resource/Buyeo_language> owl:sameAs <http://lexvo.org/id/iso639-3/xpy> .

<http://www.mpii.de/yago/resource/Buyu_language> owl:sameAs <http://lexvo.org/id/iso639-3/byi> .

<http://www.mpii.de/yago/resource/Bwa_language> owl:sameAs <http://lexvo.org/id/iso639-3/bww> .

<http://www.mpii.de/yago/resource/Bwe_Karen_language> owl:sameAs <http://lexvo.org/id/iso639-3/bwe> .

<http://www.mpii.de/yago/resource/Bwela_language> owl:sameAs <http://lexvo.org/id/iso639-3/bwl> .

<http://www.mpii.de/yago/resource/Bwile_language> owl:sameAs <http://lexvo.org/id/iso639-3/bwc> .

<http://www.mpii.de/yago/resource/Bwisi_language> owl:sameAs <http://lexvo.org/id/iso639-3/bwz> .

<http://www.mpii.de/yago/resource/Byangsi_language> owl:sameAs <http://lexvo.org/id/iso639-3/bee> .

<http://www.mpii.de/yago/resource/C%C3%A8muh%C3%AE_language> owl:sameAs <http://lexvo.org/id/iso639-3/cam> .

<http://www.mpii.de/yago/resource/Cab%C3%A9car_language> owl:sameAs <http://lexvo.org/id/iso639-3/cjp> .

<http://www.mpii.de/yago/resource/Cabiyari_language> owl:sameAs <http://lexvo.org/id/iso639-3/cbb> .

<http://www.mpii.de/yago/resource/Cacaopera_language> owl:sameAs <http://lexvo.org/id/iso639-3/ccr> .

<http://www.mpii.de/yago/resource/Caddo_language> owl:sameAs <http://lexvo.org/id/iso639-3/cad> .

<http://www.mpii.de/yago/resource/Caddoan_languages> owl:sameAs <http://lexvo.org/id/iso639-5/cdd> .

<http://www.mpii.de/yago/resource/Cafund%C3%B3_language> owl:sameAs <http://lexvo.org/id/iso639-3/ccd> .

<http://www.mpii.de/yago/resource/Cagua_language> owl:sameAs <http://lexvo.org/id/iso639-3/cbh> .

<http://www.mpii.de/yago/resource/Cahto_language> owl:sameAs <http://lexvo.org/id/iso639-3/ktw> .

<http://www.mpii.de/yago/resource/Cahuarano_language> owl:sameAs <http://lexvo.org/id/iso639-3/cah> .

<http://www.mpii.de/yago/resource/Cahuilla_language> owl:sameAs <http://lexvo.org/id/iso639-3/chl> .

<http://www.mpii.de/yago/resource/Cajamarca_Quechua> owl:sameAs <http://lexvo.org/id/iso639-3/qvc> .

<http://www.mpii.de/yago/resource/Cajun_French> owl:sameAs <http://lexvo.org/id/iso639-3/frc> .

<http://www.mpii.de/yago/resource/Cakfem-Mushere_language> owl:sameAs <http://lexvo.org/id/iso639-3/cky> .

<http://www.mpii.de/yago/resource/Cal%C3%B3_language> owl:sameAs <http://lexvo.org/id/iso639-3/rmq> .

<http://www.mpii.de/yago/resource/Caluyanon_language> owl:sameAs <http://lexvo.org/id/iso639-3/clu> .

<http://www.mpii.de/yago/resource/Cameroonian_Pidgin_English> owl:sameAs <http://lexvo.org/id/iso639-3/wes> .

<http://www.mpii.de/yago/resource/Camling_language> owl:sameAs <http://lexvo.org/id/iso639-3/rab> .

<http://www.mpii.de/yago/resource/Campidanese_dialect> owl:sameAs <http://lexvo.org/id/iso639-3/sro> .

<http://www.mpii.de/yago/resource/Cams%C3%A1_language> owl:sameAs <http://lexvo.org/id/iso639-3/kbh> .

<http://www.mpii.de/yago/resource/Camunic_language> owl:sameAs <http://lexvo.org/id/iso639-3/xcc> .

<http://www.mpii.de/yago/resource/Canadian_Gaelic> owl:sameAs <http://lexvo.org/id/iso639-3/gla> .

<http://www.mpii.de/yago/resource/Candoshi-Shapra_language> owl:sameAs <http://lexvo.org/id/iso639-3/cbu> .

<http://www.mpii.de/yago/resource/Canela_language> owl:sameAs <http://lexvo.org/id/iso639-3/ram> .

<http://www.mpii.de/yago/resource/Canichana_language> owl:sameAs <http://lexvo.org/id/iso639-3/caz> .

<http://www.mpii.de/yago/resource/Cantonese> owl:sameAs <http://lexvo.org/id/iso639-3/yue> .

<http://www.mpii.de/yago/resource/Caolan_language> owl:sameAs <http://lexvo.org/id/iso639-3/mlc> .

<http://www.mpii.de/yago/resource/Capanahua_language> owl:sameAs <http://lexvo.org/id/iso639-3/kaq> .

<http://www.mpii.de/yago/resource/Cape_Verdean_Creole> owl:sameAs <http://lexvo.org/id/iso639-3/kea> .

<http://www.mpii.de/yago/resource/Capiznon_language> owl:sameAs <http://lexvo.org/id/iso639-3/cps> .

<http://www.mpii.de/yago/resource/Cappadocian_Greek_language> owl:sameAs <http://lexvo.org/id/iso639-3/cpg> .

<http://www.mpii.de/yago/resource/Caquinte_language> owl:sameAs <http://lexvo.org/id/iso639-3/cot> .

<http://www.mpii.de/yago/resource/Car_language> owl:sameAs <http://lexvo.org/id/iso639-3/caq> .

<http://www.mpii.de/yago/resource/Cara_language> owl:sameAs <http://lexvo.org/id/iso639-3/cfd> .

<http://www.mpii.de/yago/resource/Carabayo_language> owl:sameAs <http://lexvo.org/id/iso639-3/cby> .

<http://www.mpii.de/yago/resource/Carian_language> owl:sameAs <http://lexvo.org/id/iso639-3/xcr> .

<http://www.mpii.de/yago/resource/Carib_language> owl:sameAs <http://lexvo.org/id/iso639-3/car> .

<http://www.mpii.de/yago/resource/Caribbean_Hindustani> owl:sameAs <http://lexvo.org/id/iso639-3/hns> .

<http://www.mpii.de/yago/resource/Carolinian_language> owl:sameAs <http://lexvo.org/id/iso639-3/cal> .

<http://www.mpii.de/yago/resource/Cashibo_language> owl:sameAs <http://lexvo.org/id/iso639-3/cbr> .

<http://www.mpii.de/yago/resource/Cashinahua_language> owl:sameAs <http://lexvo.org/id/iso639-3/cbs> .

<http://www.mpii.de/yago/resource/Catalan_Sign_Language> owl:sameAs <http://lexvo.org/id/iso639-3/csc> .

<http://www.mpii.de/yago/resource/Catalan_language> owl:sameAs <http://lexvo.org/id/iso639-3/cat> .

<http://www.mpii.de/yago/resource/Catawba_language> owl:sameAs <http://lexvo.org/id/iso639-3/chc> .

<http://www.mpii.de/yago/resource/Catio_language> owl:sameAs <http://lexvo.org/id/iso639-3/cto> .

<http://www.mpii.de/yago/resource/Caucasian_Albanian_language> owl:sameAs <http://lexvo.org/id/iso639-3/xag> .

<http://www.mpii.de/yago/resource/Caucasian_languages> owl:sameAs <http://lexvo.org/id/iso639-5/cau> .

<http://www.mpii.de/yago/resource/Cavine%C3%B1a_language> owl:sameAs <http://lexvo.org/id/iso639-3/cav> .

<http://www.mpii.de/yago/resource/Cayuga_language> owl:sameAs <http://lexvo.org/id/iso639-3/cay> .

<http://www.mpii.de/yago/resource/Cayuse_language> owl:sameAs <http://lexvo.org/id/iso639-3/xcy> .

<http://www.mpii.de/yago/resource/Cayuvava_language> owl:sameAs <http://lexvo.org/id/iso639-3/cyb> .

<http://www.mpii.de/yago/resource/Ce_language> owl:sameAs <http://lexvo.org/id/iso639-3/ruk> .

<http://www.mpii.de/yago/resource/Cebaara_language> owl:sameAs <http://lexvo.org/id/iso639-3/sef> .

<http://www.mpii.de/yago/resource/Cebuano_language> owl:sameAs <http://lexvo.org/id/iso639-3/ceb> .

<http://www.mpii.de/yago/resource/Celtiberian_language> owl:sameAs <http://lexvo.org/id/iso639-3/xce> .

<http://www.mpii.de/yago/resource/Celtic_languages> owl:sameAs <http://lexvo.org/id/iso639-5/cel> .

<http://www.mpii.de/yago/resource/Central_Alaskan_Yup'ik_language> owl:sameAs <http://lexvo.org/id/iso639-3/esu> .

<http://www.mpii.de/yago/resource/Central_American_Indian_languages> owl:sameAs <http://lexvo.org/id/iso639-5/cai> .

<http://www.mpii.de/yago/resource/Central_Aymara> owl:sameAs <http://lexvo.org/id/iso639-3/ayr> .

<http://www.mpii.de/yago/resource/Central_Bikolano_language> owl:sameAs <http://lexvo.org/id/iso639-3/bcl> .

<http://www.mpii.de/yago/resource/Central_Huasteca_Nahuatl> owl:sameAs <http://lexvo.org/id/iso639-3/nch> .

<http://www.mpii.de/yago/resource/Central_Kalapuya_language> owl:sameAs <http://lexvo.org/id/iso639-3/kyl> .

<http://www.mpii.de/yago/resource/Central_Malayo-Polynesian_languages> owl:sameAs <http://lexvo.org/id/iso639-5/plf> .

<http://www.mpii.de/yago/resource/Central_Nicobarese_languages> owl:sameAs <http://lexvo.org/id/iso639-3/ncb> .

<http://www.mpii.de/yago/resource/Central_Ojibwa_language> owl:sameAs <http://lexvo.org/id/iso639-3/ojc> .

<http://www.mpii.de/yago/resource/Central_Pomo_language> owl:sameAs <http://lexvo.org/id/iso639-3/poo> .

<http://www.mpii.de/yago/resource/Central_Siberian_Yupik_language> owl:sameAs <http://lexvo.org/id/iso639-3/ess> .

<http://www.mpii.de/yago/resource/Central_Sudanic_languages> owl:sameAs <http://lexvo.org/id/iso639-5/csu> .

<http://www.mpii.de/yago/resource/Cerma_language> owl:sameAs <http://lexvo.org/id/iso639-3/cme> .

<http://www.mpii.de/yago/resource/Ch%C3%A1cobo_language> owl:sameAs <http://lexvo.org/id/iso639-3/cao> .

<http://www.mpii.de/yago/resource/Ch%E2%80%99ol_language> owl:sameAs <http://lexvo.org/id/iso639-3/ctu> .

<http://www.mpii.de/yago/resource/Ch%E2%80%99orti%E2%80%99_language> owl:sameAs <http://lexvo.org/id/iso639-3/caa> .

<http://www.mpii.de/yago/resource/Cha'palaachi_language> owl:sameAs <http://lexvo.org/id/iso639-3/cbi> .

<http://www.mpii.de/yago/resource/Chachapoyas_Quechua> owl:sameAs <http://lexvo.org/id/iso639-3/quk> .

<http://www.mpii.de/yago/resource/Chadian_Arabic> owl:sameAs <http://lexvo.org/id/iso639-3/shu> .

<http://www.mpii.de/yago/resource/Chadic_languages> owl:sameAs <http://lexvo.org/id/iso639-5/cdc> .

<http://www.mpii.de/yago/resource/Chadong_language> owl:sameAs <http://lexvo.org/id/iso639-3/cdy> .

<http://www.mpii.de/yago/resource/Chagatai_language> owl:sameAs <http://lexvo.org/id/iso639-3/chg> .

<http://www.mpii.de/yago/resource/Chakma_language> owl:sameAs <http://lexvo.org/id/iso639-3/ccp> .

<http://www.mpii.de/yago/resource/Chakosi_language> owl:sameAs <http://lexvo.org/id/iso639-3/cko> .

<http://www.mpii.de/yago/resource/Chali_language> owl:sameAs <http://lexvo.org/id/iso639-3/tgf> .

<http://www.mpii.de/yago/resource/Chamacoco_language> owl:sameAs <http://lexvo.org/id/iso639-3/ceg> .

<http://www.mpii.de/yago/resource/Chamalal_language> owl:sameAs <http://lexvo.org/id/iso639-3/cji> .

<http://www.mpii.de/yago/resource/Chamba_Leko> owl:sameAs <http://lexvo.org/id/iso639-3/ndi> .

<http://www.mpii.de/yago/resource/Chambri_language> owl:sameAs <http://lexvo.org/id/iso639-3/can> .

<http://www.mpii.de/yago/resource/Chami_language> owl:sameAs <http://lexvo.org/id/iso639-3/cmi> .

<http://www.mpii.de/yago/resource/Chamic_languages> owl:sameAs <http://lexvo.org/id/iso639-5/cmc> .

<http://www.mpii.de/yago/resource/Chamicuro_language> owl:sameAs <http://lexvo.org/id/iso639-3/ccc> .

<http://www.mpii.de/yago/resource/Chamorro_language> owl:sameAs <http://lexvo.org/id/iso639-3/cha> .

<http://www.mpii.de/yago/resource/Chan%C3%A9_language> owl:sameAs <http://lexvo.org/id/iso639-3/caj> .

<http://www.mpii.de/yago/resource/Chang_language> owl:sameAs <http://lexvo.org/id/iso639-3/nbc> .

<http://www.mpii.de/yago/resource/Chantyal_language> owl:sameAs <http://lexvo.org/id/iso639-3/chx> .

<http://www.mpii.de/yago/resource/Chara_language> owl:sameAs <http://lexvo.org/id/iso639-3/cra> .

<http://www.mpii.de/yago/resource/Chaura_language> owl:sameAs <http://lexvo.org/id/iso639-3/crv> .

<http://www.mpii.de/yago/resource/Chavacano_language> owl:sameAs <http://lexvo.org/id/iso639-3/cbk> .

<http://www.mpii.de/yago/resource/Chayahuita_language> owl:sameAs <http://lexvo.org/id/iso639-3/cbt> .

<http://www.mpii.de/yago/resource/Chechen_language> owl:sameAs <http://lexvo.org/id/iso639-3/che> .

<http://www.mpii.de/yago/resource/Chemakum_language> owl:sameAs <http://lexvo.org/id/iso639-3/xch> .

<http://www.mpii.de/yago/resource/Chenchu_language> owl:sameAs <http://lexvo.org/id/iso639-3/cde> .

<http://www.mpii.de/yago/resource/Chepang_language> owl:sameAs <http://lexvo.org/id/iso639-3/cdm> .

<http://www.mpii.de/yago/resource/Cheq_Wong_language> owl:sameAs <http://lexvo.org/id/iso639-3/cwg> .

<http://www.mpii.de/yago/resource/Cherepon_language> owl:sameAs <http://lexvo.org/id/iso639-3/cpn> .

<http://www.mpii.de/yago/resource/Cherokee_language> owl:sameAs <http://lexvo.org/id/iso639-3/chr> .

<http://www.mpii.de/yago/resource/Chewa_language> owl:sameAs <http://lexvo.org/id/iso639-3/nya> .

<http://www.mpii.de/yago/resource/Cheyenne_language> owl:sameAs <http://lexvo.org/id/iso639-3/chy> .

<http://www.mpii.de/yago/resource/Chhattisgarhi_language> owl:sameAs <http://lexvo.org/id/iso639-3/hne> .

<http://www.mpii.de/yago/resource/Chiapanec_language> owl:sameAs <http://lexvo.org/id/iso639-3/cip> .

<http://www.mpii.de/yago/resource/Chibcha_language> owl:sameAs <http://lexvo.org/id/iso639-3/chb> .

<http://www.mpii.de/yago/resource/Chibchan_languages> owl:sameAs <http://lexvo.org/id/iso639-5/cba> .

<http://www.mpii.de/yago/resource/Chichimeca_Jonaz_language> owl:sameAs <http://lexvo.org/id/iso639-3/pei> .

<http://www.mpii.de/yago/resource/Chickasaw_language> owl:sameAs <http://lexvo.org/id/iso639-3/cic> .

<http://www.mpii.de/yago/resource/Chico_language> owl:sameAs <http://lexvo.org/id/iso639-3/vmv> .

<http://www.mpii.de/yago/resource/Chicomuceltec_language> owl:sameAs <http://lexvo.org/id/iso639-3/cob> .

<http://www.mpii.de/yago/resource/Chilcotin_language> owl:sameAs <http://lexvo.org/id/iso639-3/clc> .

<http://www.mpii.de/yago/resource/Chilean_Quechua> owl:sameAs <http://lexvo.org/id/iso639-3/cqu> .

<http://www.mpii.de/yago/resource/Chilean_Sign_Language> owl:sameAs <http://lexvo.org/id/iso639-3/csg> .

<http://www.mpii.de/yago/resource/Chilisso_language> owl:sameAs <http://lexvo.org/id/iso639-3/clh> .

<http://www.mpii.de/yago/resource/Chimalapa_Zoque> owl:sameAs <http://lexvo.org/id/iso639-3/zoh> .

<http://www.mpii.de/yago/resource/Chimane_language> owl:sameAs <http://lexvo.org/id/iso639-3/cas> .

<http://www.mpii.de/yago/resource/Chimariko_language> owl:sameAs <http://lexvo.org/id/iso639-3/cid> .

<http://www.mpii.de/yago/resource/Chimila_language> owl:sameAs <http://lexvo.org/id/iso639-3/cbg> .

<http://www.mpii.de/yago/resource/Chinese_(family)> owl:sameAs <http://lexvo.org/id/iso639-5/zhx> .

<http://www.mpii.de/yago/resource/Chinese_Pidgin_English> owl:sameAs <http://lexvo.org/id/iso639-3/cpi> .

<http://www.mpii.de/yago/resource/Chinese_Sign_Language> owl:sameAs <http://lexvo.org/id/iso639-3/csl> .

<http://www.mpii.de/yago/resource/Chinese_language> owl:sameAs <http://lexvo.org/id/iso639-3/zho> .

<http://www.mpii.de/yago/resource/Chinook_Jargon> owl:sameAs <http://lexvo.org/id/iso639-3/chn> .

<http://www.mpii.de/yago/resource/Chintang_language> owl:sameAs <http://lexvo.org/id/iso639-3/ctn> .

<http://www.mpii.de/yago/resource/Chipaya_language> owl:sameAs <http://lexvo.org/id/iso639-3/cap> .

<http://www.mpii.de/yago/resource/Chipewyan_language> owl:sameAs <http://lexvo.org/id/iso639-3/chp> .

<http://www.mpii.de/yago/resource/Chipiajes_language> owl:sameAs <http://lexvo.org/id/iso639-3/cbe> .

<http://www.mpii.de/yago/resource/Chippewa_language> owl:sameAs <http://lexvo.org/id/iso639-3/ciw> .

<http://www.mpii.de/yago/resource/Chiquitano_language> owl:sameAs <http://lexvo.org/id/iso639-3/cax> .

<http://www.mpii.de/yago/resource/Chitimacha_language> owl:sameAs <http://lexvo.org/id/iso639-3/ctm> .

<http://www.mpii.de/yago/resource/Chittagonian_language> owl:sameAs <http://lexvo.org/id/iso639-3/ctg> .

<http://www.mpii.de/yago/resource/Chiwere_language> owl:sameAs <http://lexvo.org/id/iso639-3/iow> .

<http://www.mpii.de/yago/resource/Chocangaca_language> owl:sameAs <http://lexvo.org/id/iso639-3/cgk> .

<http://www.mpii.de/yago/resource/Chocho_language> owl:sameAs <http://lexvo.org/id/iso639-3/coz> .

<http://www.mpii.de/yago/resource/Choctaw_language> owl:sameAs <http://lexvo.org/id/iso639-3/cho> .

<http://www.mpii.de/yago/resource/Chokri_language> owl:sameAs <http://lexvo.org/id/iso639-3/nri> .

<http://www.mpii.de/yago/resource/Chokwe_language> owl:sameAs <http://lexvo.org/id/iso639-3/cjk> .

<http://www.mpii.de/yago/resource/Chol%C3%B3n_language> owl:sameAs <http://lexvo.org/id/iso639-3/cht> .

<http://www.mpii.de/yago/resource/Chong_language> owl:sameAs <http://lexvo.org/id/iso639-3/cog> .

<http://www.mpii.de/yago/resource/Chontal_Maya_language> owl:sameAs <http://lexvo.org/id/iso639-3/chf> .

<http://www.mpii.de/yago/resource/Chopi_language> owl:sameAs <http://lexvo.org/id/iso639-3/cce> .

<http://www.mpii.de/yago/resource/Chorotega_language> owl:sameAs <http://lexvo.org/id/iso639-3/mom> .

<http://www.mpii.de/yago/resource/Chrau_language> owl:sameAs <http://lexvo.org/id/iso639-3/crw> .

<http://www.mpii.de/yago/resource/Chuj_language> owl:sameAs <http://lexvo.org/id/iso639-3/cac> .

<http://www.mpii.de/yago/resource/Chukchi_language> owl:sameAs <http://lexvo.org/id/iso639-3/ckt> .

<http://www.mpii.de/yago/resource/Chulym_language> owl:sameAs <http://lexvo.org/id/iso639-3/clw> .

<http://www.mpii.de/yago/resource/Chumburung_language> owl:sameAs <http://lexvo.org/id/iso639-3/ncu> .

<http://www.mpii.de/yago/resource/Chut_language> owl:sameAs <http://lexvo.org/id/iso639-3/scb> .

<http://www.mpii.de/yago/resource/Chuukese_language> owl:sameAs <http://lexvo.org/id/iso639-3/chk> .

<http://www.mpii.de/yago/resource/Chuvash_language> owl:sameAs <http://lexvo.org/id/iso639-3/chv> .

<http://www.mpii.de/yago/resource/Chuwabu_language> owl:sameAs <http://lexvo.org/id/iso639-3/chw> .

<http://www.mpii.de/yago/resource/Cia-Cia_language> owl:sameAs <http://lexvo.org/id/iso639-3/cia> .

<http://www.mpii.de/yago/resource/Cibak_language> owl:sameAs <http://lexvo.org/id/iso639-3/ckl> .

<http://www.mpii.de/yago/resource/Cimbrian_language> owl:sameAs <http://lexvo.org/id/iso639-3/cim> .

<http://www.mpii.de/yago/resource/Cineni_language> owl:sameAs <http://lexvo.org/id/iso639-3/cie> .

<http://www.mpii.de/yago/resource/Cinta_Larga_language> owl:sameAs <http://lexvo.org/id/iso639-3/cin> .

<http://www.mpii.de/yago/resource/Cipu_language> owl:sameAs <http://lexvo.org/id/iso639-3/awc> .

<http://www.mpii.de/yago/resource/Cisalpine_Gaulish> owl:sameAs <http://lexvo.org/id/iso639-3/xcg> .

<http://www.mpii.de/yago/resource/Citak_language> owl:sameAs <http://lexvo.org/id/iso639-3/txt> .

<http://www.mpii.de/yago/resource/Ciwogai_language> owl:sameAs <http://lexvo.org/id/iso639-3/tgd> .

<http://www.mpii.de/yago/resource/Classical_Armenian> owl:sameAs <http://lexvo.org/id/iso639-3/xcl> .

<http://www.mpii.de/yago/resource/Classical_Chinese> owl:sameAs <http://lexvo.org/id/iso639-3/lzh> .

<http://www.mpii.de/yago/resource/Classical_Gaelic> owl:sameAs <http://lexvo.org/id/iso639-3/ghc> .

<http://www.mpii.de/yago/resource/Classical_Mongolian_language> owl:sameAs <http://lexvo.org/id/iso639-3/cmg> .

<http://www.mpii.de/yago/resource/Classical_Nepal_Bhasa> owl:sameAs <http://lexvo.org/id/iso639-3/nwc> .

<http://www.mpii.de/yago/resource/Coahuilteco_language> owl:sameAs <http://lexvo.org/id/iso639-3/xcw> .

<http://www.mpii.de/yago/resource/Coast_Tsimshian_language> owl:sameAs <http://lexvo.org/id/iso639-3/tsi> .

<http://www.mpii.de/yago/resource/Coastal_Kadazan_language> owl:sameAs <http://lexvo.org/id/iso639-3/kzj> .

<http://www.mpii.de/yago/resource/Cocama_language> owl:sameAs <http://lexvo.org/id/iso639-3/cod> .

<http://www.mpii.de/yago/resource/Cochim%C3%AD_language> owl:sameAs <http://lexvo.org/id/iso639-3/coj> .

<http://www.mpii.de/yago/resource/Cocopah_language> owl:sameAs <http://lexvo.org/id/iso639-3/coc> .

<http://www.mpii.de/yago/resource/Cocos_Islands_Malay> owl:sameAs <http://lexvo.org/id/iso639-3/coa> .

<http://www.mpii.de/yago/resource/Coeur_d'Alene_language> owl:sameAs <http://lexvo.org/id/iso639-3/crd> .

<http://www.mpii.de/yago/resource/Cof%C3%A1n_language> owl:sameAs <http://lexvo.org/id/iso639-3/con> .

<http://www.mpii.de/yago/resource/Colombian_Sign_Language> owl:sameAs <http://lexvo.org/id/iso639-3/csn> .

<http://www.mpii.de/yago/resource/Colonia_Tovar_dialect> owl:sameAs <http://lexvo.org/id/iso639-3/gct> .

<http://www.mpii.de/yago/resource/Colorado_River_Numic_language> owl:sameAs <http://lexvo.org/id/iso639-3/ute> .

<http://www.mpii.de/yago/resource/Columbia-Moses_language> owl:sameAs <http://lexvo.org/id/iso639-3/col> .

<http://www.mpii.de/yago/resource/Colville-Okanagan_language> owl:sameAs <http://lexvo.org/id/iso639-3/oka> .

<http://www.mpii.de/yago/resource/Comanche_language> owl:sameAs <http://lexvo.org/id/iso639-3/com> .

<http://www.mpii.de/yago/resource/Comecrudo_language> owl:sameAs <http://lexvo.org/id/iso639-3/xcm> .

<http://www.mpii.de/yago/resource/Como_Karim_language> owl:sameAs <http://lexvo.org/id/iso639-3/cfg> .

<http://www.mpii.de/yago/resource/Comox_language> owl:sameAs <http://lexvo.org/id/iso639-3/coo> .

<http://www.mpii.de/yago/resource/Con_language> owl:sameAs <http://lexvo.org/id/iso639-3/cno> .

<http://www.mpii.de/yago/resource/Coptic_language> owl:sameAs <http://lexvo.org/id/iso639-3/cop> .

<http://www.mpii.de/yago/resource/Cora_language> owl:sameAs <http://lexvo.org/id/iso639-3/crn> .

<http://www.mpii.de/yago/resource/Cori_language> owl:sameAs <http://lexvo.org/id/iso639-3/cry> .

<http://www.mpii.de/yago/resource/Cornish_language> owl:sameAs <http://lexvo.org/id/iso639-3/cor> .

<http://www.mpii.de/yago/resource/Cotabato_Manobo_language> owl:sameAs <http://lexvo.org/id/iso639-3/mta> .

<http://www.mpii.de/yago/resource/Cotoname_language> owl:sameAs <http://lexvo.org/id/iso639-3/xcn> .

<http://www.mpii.de/yago/resource/Cowlitz_language> owl:sameAs <http://lexvo.org/id/iso639-3/cow> .

<http://www.mpii.de/yago/resource/Coxima_language> owl:sameAs <http://lexvo.org/id/iso639-3/kox> .

<http://www.mpii.de/yago/resource/Cree_language> owl:sameAs <http://lexvo.org/id/iso639-3/cre> .

<http://www.mpii.de/yago/resource/Creek_language> owl:sameAs <http://lexvo.org/id/iso639-3/mus> .

<http://www.mpii.de/yago/resource/Crimean_Tatar_language> owl:sameAs <http://lexvo.org/id/iso639-3/crh> .

<http://www.mpii.de/yago/resource/Croatian_Sign_Language> owl:sameAs <http://lexvo.org/id/iso639-3/csq> .

<http://www.mpii.de/yago/resource/Croatian_language> owl:sameAs <http://lexvo.org/id/iso639-3/hrv> .

<http://www.mpii.de/yago/resource/Crow_language> owl:sameAs <http://lexvo.org/id/iso639-3/cro> .

<http://www.mpii.de/yago/resource/Cua_language_(Mon%E2%80%93Khmer)> owl:sameAs <http://lexvo.org/id/iso639-3/cua> .

<http://www.mpii.de/yago/resource/Cubeo_language> owl:sameAs <http://lexvo.org/id/iso639-3/cub> .

<http://www.mpii.de/yago/resource/Cuiba_language> owl:sameAs <http://lexvo.org/id/iso639-3/cui> .

<http://www.mpii.de/yago/resource/Cuka_language> owl:sameAs <http://lexvo.org/id/iso639-3/cuh> .

<http://www.mpii.de/yago/resource/Culina_language> owl:sameAs <http://lexvo.org/id/iso639-3/cul> .

<http://www.mpii.de/yago/resource/Cuman_language> owl:sameAs <http://lexvo.org/id/iso639-3/qwm> .

<http://www.mpii.de/yago/resource/Cumbric_language> owl:sameAs <http://lexvo.org/id/iso639-3/xcb> .

<http://www.mpii.de/yago/resource/Cun_language> owl:sameAs <http://lexvo.org/id/iso639-3/cuq> .

<http://www.mpii.de/yago/resource/Cung_language> owl:sameAs <http://lexvo.org/id/iso639-3/cug> .

<http://www.mpii.de/yago/resource/Cupe%C3%B1o_language> owl:sameAs <http://lexvo.org/id/iso639-3/cup> .

<http://www.mpii.de/yago/resource/Curonian_language> owl:sameAs <http://lexvo.org/id/iso639-3/xcu> .

<http://www.mpii.de/yago/resource/Curripaco_language> owl:sameAs <http://lexvo.org/id/iso639-3/kpc> .

<http://www.mpii.de/yago/resource/Cusco-Collao_Quechua> owl:sameAs <http://lexvo.org/id/iso639-3/qxp> .

<http://www.mpii.de/yago/resource/Cusco_Quechua> owl:sameAs <http://lexvo.org/id/iso639-3/quz> .

<http://www.mpii.de/yago/resource/Cushitic_languages> owl:sameAs <http://lexvo.org/id/iso639-5/cus> .

<http://www.mpii.de/yago/resource/Cuvok_language> owl:sameAs <http://lexvo.org/id/iso639-3/cuv> .

<http://www.mpii.de/yago/resource/Cuyonon_language> owl:sameAs <http://lexvo.org/id/iso639-3/cyo> .

<http://www.mpii.de/yago/resource/Cypriot_Maronite_Arabic> owl:sameAs <http://lexvo.org/id/iso639-3/acy> .

<http://www.mpii.de/yago/resource/Czech_language> owl:sameAs <http://lexvo.org/id/iso639-3/ces> .

<http://www.mpii.de/yago/resource/D%C3%A2w_language> owl:sameAs <http://lexvo.org/id/iso639-3/kwa> .

<http://www.mpii.de/yago/resource/Daai_language> owl:sameAs <http://lexvo.org/id/iso639-3/dao> .

<http://www.mpii.de/yago/resource/Daasanach_language> owl:sameAs <http://lexvo.org/id/iso639-3/dsh> .

<http://www.mpii.de/yago/resource/Daba_language> owl:sameAs <http://lexvo.org/id/iso639-3/dbq> .

<http://www.mpii.de/yago/resource/Dabarre_language> owl:sameAs <http://lexvo.org/id/iso639-3/dbr> .

<http://www.mpii.de/yago/resource/Dacian_language> owl:sameAs <http://lexvo.org/id/iso639-3/xdc> .

<http://www.mpii.de/yago/resource/Dadibi_language> owl:sameAs <http://lexvo.org/id/iso639-3/mps> .

<http://www.mpii.de/yago/resource/Dadiya_language> owl:sameAs <http://lexvo.org/id/iso639-3/dbd> .

<http://www.mpii.de/yago/resource/Daga_language> owl:sameAs <http://lexvo.org/id/iso639-3/dgz> .

<http://www.mpii.de/yago/resource/Dagbani_language> owl:sameAs <http://lexvo.org/id/iso639-3/dag> .

<http://www.mpii.de/yago/resource/Dahalo_language> owl:sameAs <http://lexvo.org/id/iso639-3/dal> .

<http://www.mpii.de/yago/resource/Daho-Doo_language> owl:sameAs <http://lexvo.org/id/iso639-3/das> .

<http://www.mpii.de/yago/resource/Daju_Mongo_language> owl:sameAs <http://lexvo.org/id/iso639-3/djc> .

<http://www.mpii.de/yago/resource/Dakhini> owl:sameAs <http://lexvo.org/id/iso639-3/dcc> .

<http://www.mpii.de/yago/resource/Dakpa_language> owl:sameAs <http://lexvo.org/id/iso639-3/dka> .

<http://www.mpii.de/yago/resource/Dalabon_language> owl:sameAs <http://lexvo.org/id/iso639-3/ngk> .

<http://www.mpii.de/yago/resource/Dalmatian_language> owl:sameAs <http://lexvo.org/id/iso639-3/dlm> .

<http://www.mpii.de/yago/resource/Damakawa_language> owl:sameAs <http://lexvo.org/id/iso639-3/dam> .

<http://www.mpii.de/yago/resource/Dameli_language> owl:sameAs <http://lexvo.org/id/iso639-3/dml> .

<http://www.mpii.de/yago/resource/Dan_language> owl:sameAs <http://lexvo.org/id/iso639-3/daf> .

<http://www.mpii.de/yago/resource/Danau_language> owl:sameAs <http://lexvo.org/id/iso639-3/dnu> .

<http://www.mpii.de/yago/resource/Danezaa_language> owl:sameAs <http://lexvo.org/id/iso639-3/bea> .

<http://www.mpii.de/yago/resource/Dangal%C3%A9at_language> owl:sameAs <http://lexvo.org/id/iso639-3/daa> .

<http://www.mpii.de/yago/resource/Danish_Sign_Language> owl:sameAs <http://lexvo.org/id/iso639-3/dsl> .

<http://www.mpii.de/yago/resource/Danish_language> owl:sameAs <http://lexvo.org/id/iso639-3/dan> .

<http://www.mpii.de/yago/resource/Dano_language> owl:sameAs <http://lexvo.org/id/iso639-3/aso> .

<http://www.mpii.de/yago/resource/Dargwa_language> owl:sameAs <http://lexvo.org/id/iso639-3/dar> .

<http://www.mpii.de/yago/resource/Dari_(Zoroastrian)> owl:sameAs <http://lexvo.org/id/iso639-3/gbz> .

<http://www.mpii.de/yago/resource/Darling_language> owl:sameAs <http://lexvo.org/id/iso639-3/drl> .

<http://www.mpii.de/yago/resource/Dass_language> owl:sameAs <http://lexvo.org/id/iso639-3/dot> .

<http://www.mpii.de/yago/resource/Datooga_language> owl:sameAs <http://lexvo.org/id/iso639-3/tcc> .

<http://www.mpii.de/yago/resource/Daur_language> owl:sameAs <http://lexvo.org/id/iso639-3/dta> .

<http://www.mpii.de/yago/resource/Davani_dialect> owl:sameAs <http://lexvo.org/id/iso639-3/fay> .

<http://www.mpii.de/yago/resource/Dawera-Daweloor_language> owl:sameAs <http://lexvo.org/id/iso639-3/ddw> .

<http://www.mpii.de/yago/resource/Day_language> owl:sameAs <http://lexvo.org/id/iso639-3/dai> .

<http://www.mpii.de/yago/resource/Dazaga_language> owl:sameAs <http://lexvo.org/id/iso639-3/dzg> .

<http://www.mpii.de/yago/resource/Dazawa_language> owl:sameAs <http://lexvo.org/id/iso639-3/dzd> .

<http://www.mpii.de/yago/resource/Dedua_language> owl:sameAs <http://lexvo.org/id/iso639-3/ded> .

<http://www.mpii.de/yago/resource/Defaka_language> owl:sameAs <http://lexvo.org/id/iso639-3/afn> .

<http://www.mpii.de/yago/resource/Deg_Xinag_language> owl:sameAs <http://lexvo.org/id/iso639-3/ing> .

<http://www.mpii.de/yago/resource/Deg_language> owl:sameAs <http://lexvo.org/id/iso639-3/mzw> .

<http://www.mpii.de/yago/resource/Degema_language> owl:sameAs <http://lexvo.org/id/iso639-3/deg> .

<http://www.mpii.de/yago/resource/Delaware_languages> owl:sameAs <http://lexvo.org/id/iso639-3/del> .

<http://www.mpii.de/yago/resource/Delo_language> owl:sameAs <http://lexvo.org/id/iso639-3/ntr> .

<http://www.mpii.de/yago/resource/Dem_language> owl:sameAs <http://lexvo.org/id/iso639-3/dem> .

<http://www.mpii.de/yago/resource/Demta_language> owl:sameAs <http://lexvo.org/id/iso639-3/dmy> .

<http://www.mpii.de/yago/resource/Dena'ina_language> owl:sameAs <http://lexvo.org/id/iso639-3/tfn> .

<http://www.mpii.de/yago/resource/Dendi_language> owl:sameAs <http://lexvo.org/id/iso639-3/ddn> .

<http://www.mpii.de/yago/resource/Dengebu_language> owl:sameAs <http://lexvo.org/id/iso639-3/dec> .

<http://www.mpii.de/yago/resource/Dengese_language> owl:sameAs <http://lexvo.org/id/iso639-3/dez> .

<http://www.mpii.de/yago/resource/Deni_language> owl:sameAs <http://lexvo.org/id/iso639-3/dny> .

<http://www.mpii.de/yago/resource/Deno_language> owl:sameAs <http://lexvo.org/id/iso639-3/dbb> .

<http://www.mpii.de/yago/resource/Denya_language> owl:sameAs <http://lexvo.org/id/iso639-3/anv> .

<http://www.mpii.de/yago/resource/Deori_language> owl:sameAs <http://lexvo.org/id/iso639-3/der> .

<http://www.mpii.de/yago/resource/Dera_language> owl:sameAs <http://lexvo.org/id/iso639-3/kbv> .

<http://www.mpii.de/yago/resource/Derung_language> owl:sameAs <http://lexvo.org/id/iso639-3/duu> .

<http://www.mpii.de/yago/resource/Dewoin_language> owl:sameAs <http://lexvo.org/id/iso639-3/dee> .

<http://www.mpii.de/yago/resource/Dghwede_language> owl:sameAs <http://lexvo.org/id/iso639-3/dgh> .

<http://www.mpii.de/yago/resource/Dhanwar_Rai_language> owl:sameAs <http://lexvo.org/id/iso639-3/dhw> .

<http://www.mpii.de/yago/resource/Dhao_language> owl:sameAs <http://lexvo.org/id/iso639-3/nfa> .

<http://www.mpii.de/yago/resource/Dhatki_language> owl:sameAs <http://lexvo.org/id/iso639-3/mki> .

<http://www.mpii.de/yago/resource/Dhimal_language> owl:sameAs <http://lexvo.org/id/iso639-3/dhi> .

<http://www.mpii.de/yago/resource/Dhivehi_language> owl:sameAs <http://lexvo.org/id/iso639-3/div> .

<http://www.mpii.de/yago/resource/Dhofari_Arabic> owl:sameAs <http://lexvo.org/id/iso639-3/adf> .

<http://www.mpii.de/yago/resource/Dhudhuroa_language> owl:sameAs <http://lexvo.org/id/iso639-3/ddr> .

<http://www.mpii.de/yago/resource/Dhundari_language> owl:sameAs <http://lexvo.org/id/iso639-3/dhd> .

<http://www.mpii.de/yago/resource/Dhuwal_language> owl:sameAs <http://lexvo.org/id/iso639-3/duj> .

<http://www.mpii.de/yago/resource/Dia_language> owl:sameAs <http://lexvo.org/id/iso639-3/dia> .

<http://www.mpii.de/yago/resource/Dibo_language> owl:sameAs <http://lexvo.org/id/iso639-3/dio> .

<http://www.mpii.de/yago/resource/Didinga_language> owl:sameAs <http://lexvo.org/id/iso639-3/did> .

<http://www.mpii.de/yago/resource/Digaro_Mishmi_language> owl:sameAs <http://lexvo.org/id/iso639-3/mhu> .

<http://www.mpii.de/yago/resource/Digo_language> owl:sameAs <http://lexvo.org/id/iso639-3/dig> .

<http://www.mpii.de/yago/resource/Dii_language> owl:sameAs <http://lexvo.org/id/iso639-3/dur> .

<http://www.mpii.de/yago/resource/Dijim-Bwilim_language> owl:sameAs <http://lexvo.org/id/iso639-3/cfa> .

<http://www.mpii.de/yago/resource/Dimasa_language> owl:sameAs <http://lexvo.org/id/iso639-3/dis> .

<http://www.mpii.de/yago/resource/Dime_language> owl:sameAs <http://lexvo.org/id/iso639-3/dim> .

<http://www.mpii.de/yago/resource/Dimir_language> owl:sameAs <http://lexvo.org/id/iso639-3/dmc> .

<http://www.mpii.de/yago/resource/Ding_language> owl:sameAs <http://lexvo.org/id/iso639-3/diz> .

<http://www.mpii.de/yago/resource/Dinka_language> owl:sameAs <http://lexvo.org/id/iso639-3/din> .

<http://www.mpii.de/yago/resource/Dirasha_language> owl:sameAs <http://lexvo.org/id/iso639-3/gdl> .

<http://www.mpii.de/yago/resource/Diri_language> owl:sameAs <http://lexvo.org/id/iso639-3/dwa> .

<http://www.mpii.de/yago/resource/Ditidaht_language> owl:sameAs <http://lexvo.org/id/iso639-3/dtd> .

<http://www.mpii.de/yago/resource/Diyari_language> owl:sameAs <http://lexvo.org/id/iso639-3/dif> .

<http://www.mpii.de/yago/resource/Dizin_language> owl:sameAs <http://lexvo.org/id/iso639-3/mdx> .

<http://www.mpii.de/yago/resource/Djabirr-Djabirr_language> owl:sameAs <http://lexvo.org/id/iso639-3/dyb> .

<http://www.mpii.de/yago/resource/Djabugay_language> owl:sameAs <http://lexvo.org/id/iso639-3/dyy> .

<http://www.mpii.de/yago/resource/Djeebbana_language> owl:sameAs <http://lexvo.org/id/iso639-3/djj> .

<http://www.mpii.de/yago/resource/Djeoromitxi_language> owl:sameAs <http://lexvo.org/id/iso639-3/jbt> .

<http://www.mpii.de/yago/resource/Djimini_language> owl:sameAs <http://lexvo.org/id/iso639-3/dyi> .

<http://www.mpii.de/yago/resource/Djugun_language> owl:sameAs <http://lexvo.org/id/iso639-3/dyd> .

<http://www.mpii.de/yago/resource/Doga_language> owl:sameAs <http://lexvo.org/id/iso639-3/dgg> .

<http://www.mpii.de/yago/resource/Doghose_language> owl:sameAs <http://lexvo.org/id/iso639-3/dos> .

<http://www.mpii.de/yago/resource/Dogoso_language> owl:sameAs <http://lexvo.org/id/iso639-3/dgs> .

<http://www.mpii.de/yago/resource/Dogri_language> owl:sameAs <http://lexvo.org/id/iso639-3/doi> .

<http://www.mpii.de/yago/resource/Dogrib_language> owl:sameAs <http://lexvo.org/id/iso639-3/dgr> .

<http://www.mpii.de/yago/resource/Dogul_Dogon> owl:sameAs <http://lexvo.org/id/iso639-3/dbg> .

<http://www.mpii.de/yago/resource/Dolgan_language> owl:sameAs <http://lexvo.org/id/iso639-3/dlg> .

<http://www.mpii.de/yago/resource/Domaaki_language> owl:sameAs <http://lexvo.org/id/iso639-3/dmk> .

<http://www.mpii.de/yago/resource/Domari_language> owl:sameAs <http://lexvo.org/id/iso639-3/rmt> .

<http://www.mpii.de/yago/resource/Donga_language> owl:sameAs <http://lexvo.org/id/iso639-3/doh> .

<http://www.mpii.de/yago/resource/Dongo_language> owl:sameAs <http://lexvo.org/id/iso639-3/doo> .

<http://www.mpii.de/yago/resource/Dori'o_language> owl:sameAs <http://lexvo.org/id/iso639-3/dor> .

<http://www.mpii.de/yago/resource/Dorig_language> owl:sameAs <http://lexvo.org/id/iso639-3/wwo> .

<http://www.mpii.de/yago/resource/Dorop_language> owl:sameAs <http://lexvo.org/id/iso639-3/krp> .

<http://www.mpii.de/yago/resource/Dororo_language> owl:sameAs <http://lexvo.org/id/iso639-3/drr> .

<http://www.mpii.de/yago/resource/Dorze_language> owl:sameAs <http://lexvo.org/id/iso639-3/doz> .

<http://www.mpii.de/yago/resource/Doso_language> owl:sameAs <http://lexvo.org/id/iso639-3/dol> .

<http://www.mpii.de/yago/resource/Doyayo_language> owl:sameAs <http://lexvo.org/id/iso639-3/dow> .

<http://www.mpii.de/yago/resource/Dr%C3%A8ents> owl:sameAs <http://lexvo.org/id/iso639-3/drt> .

<http://www.mpii.de/yago/resource/Dravidian_languages> owl:sameAs <http://lexvo.org/id/iso639-5/dra> .

<http://www.mpii.de/yago/resource/Drehu_language> owl:sameAs <http://lexvo.org/id/iso639-3/dhv> .

<http://www.mpii.de/yago/resource/Duala_language> owl:sameAs <http://lexvo.org/id/iso639-3/dua> .

<http://www.mpii.de/yago/resource/Dugwor_language> owl:sameAs <http://lexvo.org/id/iso639-3/dme> .

<http://www.mpii.de/yago/resource/Duhwa_language> owl:sameAs <http://lexvo.org/id/iso639-3/kbz> .

<http://www.mpii.de/yago/resource/Duka_language> owl:sameAs <http://lexvo.org/id/iso639-3/dud> .

<http://www.mpii.de/yago/resource/Duke_language> owl:sameAs <http://lexvo.org/id/iso639-3/nke> .

<http://www.mpii.de/yago/resource/Duleri_Dogon> owl:sameAs <http://lexvo.org/id/iso639-3/tde> .

<http://www.mpii.de/yago/resource/Dumi_language> owl:sameAs <http://lexvo.org/id/iso639-3/dus> .

<http://www.mpii.de/yago/resource/Dumpu_language> owl:sameAs <http://lexvo.org/id/iso639-3/wtf> .

<http://www.mpii.de/yago/resource/Duna_language> owl:sameAs <http://lexvo.org/id/iso639-3/duc> .

<http://www.mpii.de/yago/resource/Dungan_language> owl:sameAs <http://lexvo.org/id/iso639-3/dng> .

<http://www.mpii.de/yago/resource/Dura_language> owl:sameAs <http://lexvo.org/id/iso639-3/drq> .

<http://www.mpii.de/yago/resource/Duruwa_language> owl:sameAs <http://lexvo.org/id/iso639-3/pci> .

<http://www.mpii.de/yago/resource/Dusner_language> owl:sameAs <http://lexvo.org/id/iso639-3/dsn> .

<http://www.mpii.de/yago/resource/Dusun_language> owl:sameAs <http://lexvo.org/id/iso639-3/dtp> .

<http://www.mpii.de/yago/resource/Dutch_Sign_Language> owl:sameAs <http://lexvo.org/id/iso639-3/dse> .

<http://www.mpii.de/yago/resource/Dutch_language> owl:sameAs <http://lexvo.org/id/iso639-3/nld> .

<http://www.mpii.de/yago/resource/Duvle_language> owl:sameAs <http://lexvo.org/id/iso639-3/duv> .

<http://www.mpii.de/yago/resource/Duwai_language> owl:sameAs <http://lexvo.org/id/iso639-3/dbp> .

<http://www.mpii.de/yago/resource/Duwet_language> owl:sameAs <http://lexvo.org/id/iso639-3/gve> .

<http://www.mpii.de/yago/resource/Dyan_language> owl:sameAs <http://lexvo.org/id/iso639-3/dya> .

<http://www.mpii.de/yago/resource/Dyirbal_language> owl:sameAs <http://lexvo.org/id/iso639-3/dbl> .

<http://www.mpii.de/yago/resource/Dyula_language> owl:sameAs <http://lexvo.org/id/iso639-3/dyu> .

<http://www.mpii.de/yago/resource/Dzala_language> owl:sameAs <http://lexvo.org/id/iso639-3/dzl> .

<http://www.mpii.de/yago/resource/Dzao_Min_language> owl:sameAs <http://lexvo.org/id/iso639-3/bpn> .

<http://www.mpii.de/yago/resource/Dzongkha> owl:sameAs <http://lexvo.org/id/iso639-3/dzo> .

<http://www.mpii.de/yago/resource/E_language> owl:sameAs <http://lexvo.org/id/iso639-3/eee> .

<http://www.mpii.de/yago/resource/Early_Middle_Japanese> owl:sameAs <http://lexvo.org/id/iso639-3/ojp> .

<http://www.mpii.de/yago/resource/East_Ambae_language> owl:sameAs <http://lexvo.org/id/iso639-3/omb> .

<http://www.mpii.de/yago/resource/East_Frisian_Low_Saxon> owl:sameAs <http://lexvo.org/id/iso639-3/frs> .

<http://www.mpii.de/yago/resource/East_Germanic_languages> owl:sameAs <http://lexvo.org/id/iso639-5/gme> .

<http://www.mpii.de/yago/resource/East_Slavic_languages> owl:sameAs <http://lexvo.org/id/iso639-5/zle> .

<http://www.mpii.de/yago/resource/East_Teke_language> owl:sameAs <http://lexvo.org/id/iso639-3/tek> .

<http://www.mpii.de/yago/resource/Eastern_Abnaki_language> owl:sameAs <http://lexvo.org/id/iso639-3/aaq> .

<http://www.mpii.de/yago/resource/Eastern_Huasteca_Nahuatl> owl:sameAs <http://lexvo.org/id/iso639-3/nhe> .

<http://www.mpii.de/yago/resource/Eastern_Malayo-Polynesian_languages> owl:sameAs <http://lexvo.org/id/iso639-5/pqe> .

<http://www.mpii.de/yago/resource/Eastern_Ojibwa_language> owl:sameAs <http://lexvo.org/id/iso639-3/ojg> .

<http://www.mpii.de/yago/resource/Eastern_Oromo_language> owl:sameAs <http://lexvo.org/id/iso639-3/hae> .

<http://www.mpii.de/yago/resource/Eastern_Pomo_language> owl:sameAs <http://lexvo.org/id/iso639-3/peb> .

<http://www.mpii.de/yago/resource/Eastern_Pwo_language> owl:sameAs <http://lexvo.org/id/iso639-3/kjp> .

<http://www.mpii.de/yago/resource/Eastern_Sudanic_languages> owl:sameAs <http://lexvo.org/id/iso639-5/sdv> .

<http://www.mpii.de/yago/resource/Eastern_Yugur_language> owl:sameAs <http://lexvo.org/id/iso639-3/yuy> .

<http://www.mpii.de/yago/resource/Ebira_language> owl:sameAs <http://lexvo.org/id/iso639-3/igb> .

<http://www.mpii.de/yago/resource/Eblaite_language> owl:sameAs <http://lexvo.org/id/iso639-3/xeb> .

<http://www.mpii.de/yago/resource/Eborna_language> owl:sameAs <http://lexvo.org/id/iso639-3/bxx> .

<http://www.mpii.de/yago/resource/Ebri%C3%A9_language> owl:sameAs <http://lexvo.org/id/iso639-3/ebr> .

<http://www.mpii.de/yago/resource/Ebughu_language> owl:sameAs <http://lexvo.org/id/iso639-3/ebg> .

<http://www.mpii.de/yago/resource/Ecuadorian_Sign_Language> owl:sameAs <http://lexvo.org/id/iso639-3/ecs> .

<http://www.mpii.de/yago/resource/Edo_language> owl:sameAs <http://lexvo.org/id/iso639-3/bin> .

<http://www.mpii.de/yago/resource/Edomite_language> owl:sameAs <http://lexvo.org/id/iso639-3/xdm> .

<http://www.mpii.de/yago/resource/Efik_language> owl:sameAs <http://lexvo.org/id/iso639-3/efi> .

<http://www.mpii.de/yago/resource/Efutop_language> owl:sameAs <http://lexvo.org/id/iso639-3/ofu> .

<http://www.mpii.de/yago/resource/Efutu_language> owl:sameAs <http://lexvo.org/id/iso639-3/afu> .

<http://www.mpii.de/yago/resource/Ega_language> owl:sameAs <http://lexvo.org/id/iso639-3/ega> .

<http://www.mpii.de/yago/resource/Eggon_language> owl:sameAs <http://lexvo.org/id/iso639-3/ego> .

<http://www.mpii.de/yago/resource/Egyptian_Arabic> owl:sameAs <http://lexvo.org/id/iso639-3/arz> .

<http://www.mpii.de/yago/resource/Egyptian_languages> owl:sameAs <http://lexvo.org/id/iso639-5/egx> .

<http://www.mpii.de/yago/resource/Ekajuk_language> owl:sameAs <http://lexvo.org/id/iso639-3/eka> .

<http://www.mpii.de/yago/resource/Ekari_language> owl:sameAs <http://lexvo.org/id/iso639-3/ekg> .

<http://www.mpii.de/yago/resource/Eket_language> owl:sameAs <http://lexvo.org/id/iso639-3/eke> .

<http://www.mpii.de/yago/resource/Ekoi_language> owl:sameAs <http://lexvo.org/id/iso639-3/etu> .

<http://www.mpii.de/yago/resource/Ekoka_!Kung> owl:sameAs <http://lexvo.org/id/iso639-3/knw> .

<http://www.mpii.de/yago/resource/El_Molo_language> owl:sameAs <http://lexvo.org/id/iso639-3/elo> .

<http://www.mpii.de/yago/resource/Elamite_language> owl:sameAs <http://lexvo.org/id/iso639-3/elx> .

<http://www.mpii.de/yago/resource/Eleme_language> owl:sameAs <http://lexvo.org/id/iso639-3/elm> .

<http://www.mpii.de/yago/resource/Elkei_language> owl:sameAs <http://lexvo.org/id/iso639-3/elk> .

<http://www.mpii.de/yago/resource/Eloyi_language> owl:sameAs <http://lexvo.org/id/iso639-3/afo> .

<http://www.mpii.de/yago/resource/Elseng_language> owl:sameAs <http://lexvo.org/id/iso639-3/mrf> .

<http://www.mpii.de/yago/resource/Elymian_language> owl:sameAs <http://lexvo.org/id/iso639-3/xly> .

<http://www.mpii.de/yago/resource/Embaloh_language> owl:sameAs <http://lexvo.org/id/iso639-3/emb> .

<http://www.mpii.de/yago/resource/Embu_language> owl:sameAs <http://lexvo.org/id/iso639-3/ebu> .

<http://www.mpii.de/yago/resource/Emerillon_language> owl:sameAs <http://lexvo.org/id/iso639-3/eme> .

<http://www.mpii.de/yago/resource/Emilian_language> owl:sameAs <http://lexvo.org/id/iso639-3/egl> .

<http://www.mpii.de/yago/resource/En_language> owl:sameAs <http://lexvo.org/id/iso639-3/enc> .

<http://www.mpii.de/yago/resource/Enawene_Nawe_language> owl:sameAs <http://lexvo.org/id/iso639-3/unk> .

<http://www.mpii.de/yago/resource/Enga_language> owl:sameAs <http://lexvo.org/id/iso639-3/enq> .

<http://www.mpii.de/yago/resource/Enggano_language> owl:sameAs <http://lexvo.org/id/iso639-3/eno> .

<http://www.mpii.de/yago/resource/English_language> owl:sameAs <http://lexvo.org/id/iso639-3/eng> .

<http://www.mpii.de/yago/resource/Enindhilyagwa_language> owl:sameAs <http://lexvo.org/id/iso639-3/aoi> .

<http://www.mpii.de/yago/resource/Enxet_language> owl:sameAs <http://lexvo.org/id/iso639-3/leg> .

<http://www.mpii.de/yago/resource/Enya_language> owl:sameAs <http://lexvo.org/id/iso639-3/gey> .

<http://www.mpii.de/yago/resource/Eotile_language> owl:sameAs <http://lexvo.org/id/iso639-3/eot> .

<http://www.mpii.de/yago/resource/Epie_language> owl:sameAs <http://lexvo.org/id/iso639-3/epi> .

<http://www.mpii.de/yago/resource/Erre_language> owl:sameAs <http://lexvo.org/id/iso639-3/err> .

<http://www.mpii.de/yago/resource/Erromanga_language> owl:sameAs <http://lexvo.org/id/iso639-3/erg> .

<http://www.mpii.de/yago/resource/Erromintxela_language> owl:sameAs <http://lexvo.org/id/iso639-3/emx> .

<http://www.mpii.de/yago/resource/Ersu_language> owl:sameAs <http://lexvo.org/id/iso639-3/ers> .

<http://www.mpii.de/yago/resource/Erzya_language> owl:sameAs <http://lexvo.org/id/iso639-3/myv> .

<http://www.mpii.de/yago/resource/Esan_language> owl:sameAs <http://lexvo.org/id/iso639-3/ish> .

<http://www.mpii.de/yago/resource/Ese%E2%80%99ejja> owl:sameAs <http://lexvo.org/id/iso639-3/ese> .

<http://www.mpii.de/yago/resource/Ese_language> owl:sameAs <http://lexvo.org/id/iso639-3/mcq> .

<http://www.mpii.de/yago/resource/Esimbi_language> owl:sameAs <http://lexvo.org/id/iso639-3/ags> .

<http://www.mpii.de/yago/resource/Eskimo%E2%80%93Aleut_languages> owl:sameAs <http://lexvo.org/id/iso639-5/esx> .

<http://www.mpii.de/yago/resource/Esperanto> owl:sameAs <http://lexvo.org/id/iso639-3/epo> .

<http://www.mpii.de/yago/resource/Esselen_language> owl:sameAs <http://lexvo.org/id/iso639-3/esq> .

<http://www.mpii.de/yago/resource/Estonian_Sign_Language> owl:sameAs <http://lexvo.org/id/iso639-3/eso> .

<http://www.mpii.de/yago/resource/Estonian_language> owl:sameAs <http://lexvo.org/id/iso639-3/est> .

<http://www.mpii.de/yago/resource/Etchemin_language> owl:sameAs <http://lexvo.org/id/iso639-3/etc> .

<http://www.mpii.de/yago/resource/Eten_language> owl:sameAs <http://lexvo.org/id/iso639-3/etx> .

<http://www.mpii.de/yago/resource/Eteocypriot_language> owl:sameAs <http://lexvo.org/id/iso639-3/ecy> .

<http://www.mpii.de/yago/resource/Etkywan_language> owl:sameAs <http://lexvo.org/id/iso639-3/ich> .

<http://www.mpii.de/yago/resource/Eton_language> owl:sameAs <http://lexvo.org/id/iso639-3/eto> .

<http://www.mpii.de/yago/resource/Etruscan_language> owl:sameAs <http://lexvo.org/id/iso639-3/ett> .

<http://www.mpii.de/yago/resource/Etulo_language> owl:sameAs <http://lexvo.org/id/iso639-3/utr> .

<http://www.mpii.de/yago/resource/Even_language> owl:sameAs <http://lexvo.org/id/iso639-3/eve> .

<http://www.mpii.de/yago/resource/Evenki_language> owl:sameAs <http://lexvo.org/id/iso639-3/evn> .

<http://www.mpii.de/yago/resource/Ewe_language> owl:sameAs <http://lexvo.org/id/iso639-3/ewe> .

<http://www.mpii.de/yago/resource/Ewondo_language> owl:sameAs <http://lexvo.org/id/iso639-3/ewo> .

<http://www.mpii.de/yago/resource/Extremaduran_language> owl:sameAs <http://lexvo.org/id/iso639-3/ext> .

<http://www.mpii.de/yago/resource/Eyak_language> owl:sameAs <http://lexvo.org/id/iso639-3/eya> .

<http://www.mpii.de/yago/resource/Fa%E2%80%99_language> owl:sameAs <http://lexvo.org/id/iso639-3/lfa> .

<http://www.mpii.de/yago/resource/Fagani_language> owl:sameAs <http://lexvo.org/id/iso639-3/faf> .

<http://www.mpii.de/yago/resource/Faita_language> owl:sameAs <http://lexvo.org/id/iso639-3/faj> .

<http://www.mpii.de/yago/resource/Fala_language> owl:sameAs <http://lexvo.org/id/iso639-3/fax> .

<http://www.mpii.de/yago/resource/Falam_language> owl:sameAs <http://lexvo.org/id/iso639-3/cfm> .

<http://www.mpii.de/yago/resource/Fali_language_of_Baissa> owl:sameAs <http://lexvo.org/id/iso639-3/fah> .

<http://www.mpii.de/yago/resource/Fali_languages_(Chadic)> owl:sameAs <http://lexvo.org/id/iso639-3/fli> .

<http://www.mpii.de/yago/resource/Faliscan_language> owl:sameAs <http://lexvo.org/id/iso639-3/xfa> .

<http://www.mpii.de/yago/resource/Fam_language> owl:sameAs <http://lexvo.org/id/iso639-3/fam> .

<http://www.mpii.de/yago/resource/Fanagalo> owl:sameAs <http://lexvo.org/id/iso639-3/fng> .

<http://www.mpii.de/yago/resource/Fang_language> owl:sameAs <http://lexvo.org/id/iso639-3/fan> .

<http://www.mpii.de/yago/resource/Fang_language_(Cameroon)> owl:sameAs <http://lexvo.org/id/iso639-3/fak> .

<http://www.mpii.de/yago/resource/Fante_dialect> owl:sameAs <http://lexvo.org/id/iso639-3/fat> .

<http://www.mpii.de/yago/resource/Fas_language> owl:sameAs <http://lexvo.org/id/iso639-3/fqs> .

<http://www.mpii.de/yago/resource/Fasu_language> owl:sameAs <http://lexvo.org/id/iso639-3/faa> .

<http://www.mpii.de/yago/resource/Fataluku_language> owl:sameAs <http://lexvo.org/id/iso639-3/ddg> .

<http://www.mpii.de/yago/resource/Favorlang_language> owl:sameAs <http://lexvo.org/id/iso639-3/bzg> .

<http://www.mpii.de/yago/resource/Fayu_language> owl:sameAs <http://lexvo.org/id/iso639-3/fau> .

<http://www.mpii.de/yago/resource/Fe'fe'_language> owl:sameAs <http://lexvo.org/id/iso639-3/fmp> .

<http://www.mpii.de/yago/resource/Fer_language> owl:sameAs <http://lexvo.org/id/iso639-3/kah> .

<http://www.mpii.de/yago/resource/Fiji_Hindi> owl:sameAs <http://lexvo.org/id/iso639-3/hif> .

<http://www.mpii.de/yago/resource/Fijian_language> owl:sameAs <http://lexvo.org/id/iso639-3/fij> .

<http://www.mpii.de/yago/resource/Filipino_Sign_Language> owl:sameAs <http://lexvo.org/id/iso639-3/psp> .

<http://www.mpii.de/yago/resource/Filipino_language> owl:sameAs <http://lexvo.org/id/iso639-3/fil> .

<http://www.mpii.de/yago/resource/Finnish_Kalo_language> owl:sameAs <http://lexvo.org/id/iso639-3/rmf> .

<http://www.mpii.de/yago/resource/Finnish_Sign_Language> owl:sameAs <http://lexvo.org/id/iso639-3/fse> .

<http://www.mpii.de/yago/resource/Finnish_language> owl:sameAs <http://lexvo.org/id/iso639-3/fin> .

<http://www.mpii.de/yago/resource/Finno-Ugrian_languages> owl:sameAs <http://lexvo.org/id/iso639-5/fiu> .

<http://www.mpii.de/yago/resource/Finno-Ugric_languages> owl:sameAs <http://lexvo.org/id/iso639-5/fiu> .

<http://www.mpii.de/yago/resource/Fipa_language> owl:sameAs <http://lexvo.org/id/iso639-3/fip> .

<http://www.mpii.de/yago/resource/Fiwaga_language> owl:sameAs <http://lexvo.org/id/iso639-3/fiw> .

<http://www.mpii.de/yago/resource/Flemish> owl:sameAs <http://lexvo.org/id/iso639-3/vls> .

<http://www.mpii.de/yago/resource/Flemish_Sign_Language> owl:sameAs <http://lexvo.org/id/iso639-3/vgt> .

<http://www.mpii.de/yago/resource/Foau_language> owl:sameAs <http://lexvo.org/id/iso639-3/flh> .

<http://www.mpii.de/yago/resource/Foi_language> owl:sameAs <http://lexvo.org/id/iso639-3/foi> .

<http://www.mpii.de/yago/resource/Folopa_language> owl:sameAs <http://lexvo.org/id/iso639-3/ppo> .

<http://www.mpii.de/yago/resource/Fongoro_language> owl:sameAs <http://lexvo.org/id/iso639-3/fgr> .

<http://www.mpii.de/yago/resource/Foodo_language> owl:sameAs <http://lexvo.org/id/iso639-3/fod> .

<http://www.mpii.de/yago/resource/Fore_language> owl:sameAs <http://lexvo.org/id/iso639-3/for> .

<http://www.mpii.de/yago/resource/Forest_Nenets_language> owl:sameAs <http://lexvo.org/id/iso639-3/yrk> .

<http://www.mpii.de/yago/resource/Formosan_languages> owl:sameAs <http://lexvo.org/id/iso639-5/fox> .

<http://www.mpii.de/yago/resource/Forro_language> owl:sameAs <http://lexvo.org/id/iso639-3/cri> .

<http://www.mpii.de/yago/resource/Frafra_language> owl:sameAs <http://lexvo.org/id/iso639-3/gur> .

<http://www.mpii.de/yago/resource/French_Guiana_Creole> owl:sameAs <http://lexvo.org/id/iso639-3/gcr> .

<http://www.mpii.de/yago/resource/French_Sign_Language> owl:sameAs <http://lexvo.org/id/iso639-3/fsl> .

<http://www.mpii.de/yago/resource/French_language> owl:sameAs <http://lexvo.org/id/iso639-3/fra> .

<http://www.mpii.de/yago/resource/Friulan_language> owl:sameAs <http://lexvo.org/id/iso639-3/fur> .

<http://www.mpii.de/yago/resource/Fula_language> owl:sameAs <http://lexvo.org/id/iso639-3/ful> .

<http://www.mpii.de/yago/resource/Fulni%C3%B4_language> owl:sameAs <http://lexvo.org/id/iso639-3/fun> .

<http://www.mpii.de/yago/resource/Fungor_language> owl:sameAs <http://lexvo.org/id/iso639-3/fuj> .

<http://www.mpii.de/yago/resource/Furiiru_language> owl:sameAs <http://lexvo.org/id/iso639-3/flr> .

<http://www.mpii.de/yago/resource/Furu_language> owl:sameAs <http://lexvo.org/id/iso639-3/fuu> .

<http://www.mpii.de/yago/resource/Fut_language> owl:sameAs <http://lexvo.org/id/iso639-3/bfd> .

<http://www.mpii.de/yago/resource/Futuna-Aniwa_language> owl:sameAs <http://lexvo.org/id/iso639-3/fut> .

<http://www.mpii.de/yago/resource/Futunan_language> owl:sameAs <http://lexvo.org/id/iso639-3/fud> .

<http://www.mpii.de/yago/resource/Fuumu_language> owl:sameAs <http://lexvo.org/id/iso639-3/ifm> .

<http://www.mpii.de/yago/resource/Fuy%C3%BC_G%C3%AFrg%C3%AFs_dialect> owl:sameAs <http://lexvo.org/id/iso639-3/kjh> .

<http://www.mpii.de/yago/resource/Fuyug_language> owl:sameAs <http://lexvo.org/id/iso639-3/fuy> .

<http://www.mpii.de/yago/resource/Fwe_language> owl:sameAs <http://lexvo.org/id/iso639-3/fwe> .

<http://www.mpii.de/yago/resource/Fyam_language> owl:sameAs <http://lexvo.org/id/iso639-3/pym> .

<http://www.mpii.de/yago/resource/Fyer_language> owl:sameAs <http://lexvo.org/id/iso639-3/fie> .

<http://www.mpii.de/yago/resource/G%C7%80ui_dialect> owl:sameAs <http://lexvo.org/id/iso639-3/gwj> .

<http://www.mpii.de/yago/resource/Ga'anda_language> owl:sameAs <http://lexvo.org/id/iso639-3/gqa> .

<http://www.mpii.de/yago/resource/Ga'dang_language> owl:sameAs <http://lexvo.org/id/iso639-3/gdg> .

<http://www.mpii.de/yago/resource/Ga_language> owl:sameAs <http://lexvo.org/id/iso639-3/gaa> .

<http://www.mpii.de/yago/resource/Gaa_language> owl:sameAs <http://lexvo.org/id/iso639-3/ttb> .

<http://www.mpii.de/yago/resource/Gaagudju_language> owl:sameAs <http://lexvo.org/id/iso639-3/gbu> .

<http://www.mpii.de/yago/resource/Gabri_language> owl:sameAs <http://lexvo.org/id/iso639-3/gab> .

<http://www.mpii.de/yago/resource/Gadang_language> owl:sameAs <http://lexvo.org/id/iso639-3/gdk> .

<http://www.mpii.de/yago/resource/Gaddang_language> owl:sameAs <http://lexvo.org/id/iso639-3/gad> .

<http://www.mpii.de/yago/resource/Gadsup_language> owl:sameAs <http://lexvo.org/id/iso639-3/gaj> .

<http://www.mpii.de/yago/resource/Gafat_language> owl:sameAs <http://lexvo.org/id/iso639-3/gft> .

<http://www.mpii.de/yago/resource/Gagauz_language> owl:sameAs <http://lexvo.org/id/iso639-3/gag> .

<http://www.mpii.de/yago/resource/Gagu_language> owl:sameAs <http://lexvo.org/id/iso639-3/ggu> .

<http://www.mpii.de/yago/resource/Gahri_language> owl:sameAs <http://lexvo.org/id/iso639-3/bfu> .

<http://www.mpii.de/yago/resource/Gajirrabeng_language> owl:sameAs <http://lexvo.org/id/iso639-3/gdh> .

<http://www.mpii.de/yago/resource/Galambu_language> owl:sameAs <http://lexvo.org/id/iso639-3/glo> .

<http://www.mpii.de/yago/resource/Galatian_language> owl:sameAs <http://lexvo.org/id/iso639-3/xga> .

<http://www.mpii.de/yago/resource/Galela_language> owl:sameAs <http://lexvo.org/id/iso639-3/gbi> .

<http://www.mpii.de/yago/resource/Galician_language> owl:sameAs <http://lexvo.org/id/iso639-3/glg> .

<http://www.mpii.de/yago/resource/Galindian_language> owl:sameAs <http://lexvo.org/id/iso639-3/xgl> .

<http://www.mpii.de/yago/resource/Gallong_language> owl:sameAs <http://lexvo.org/id/iso639-3/adl> .

<http://www.mpii.de/yago/resource/Gallurese_language> owl:sameAs <http://lexvo.org/id/iso639-3/sdn> .

<http://www.mpii.de/yago/resource/Galoli_language> owl:sameAs <http://lexvo.org/id/iso639-3/gal> .

<http://www.mpii.de/yago/resource/Gamilaraay_language> owl:sameAs <http://lexvo.org/id/iso639-3/kld> .

<http://www.mpii.de/yago/resource/Gamkorona_language> owl:sameAs <http://lexvo.org/id/iso639-3/gak> .

<http://www.mpii.de/yago/resource/Gan_Chinese> owl:sameAs <http://lexvo.org/id/iso639-3/gan> .

<http://www.mpii.de/yago/resource/Gangte_language> owl:sameAs <http://lexvo.org/id/iso639-3/gnb> .

<http://www.mpii.de/yago/resource/Ganza_language> owl:sameAs <http://lexvo.org/id/iso639-3/gza> .

<http://www.mpii.de/yago/resource/Garadjari_language> owl:sameAs <http://lexvo.org/id/iso639-3/gbd> .

<http://www.mpii.de/yago/resource/Garhwali_language> owl:sameAs <http://lexvo.org/id/iso639-3/gbm> .

<http://www.mpii.de/yago/resource/Garifuna_language> owl:sameAs <http://lexvo.org/id/iso639-3/cab> .

<http://www.mpii.de/yago/resource/Garo_language> owl:sameAs <http://lexvo.org/id/iso639-3/grt> .

<http://www.mpii.de/yago/resource/Garre_language> owl:sameAs <http://lexvo.org/id/iso639-3/gex> .

<http://www.mpii.de/yago/resource/Garza_language> owl:sameAs <http://lexvo.org/id/iso639-3/xgr> .

<http://www.mpii.de/yago/resource/Gataq_language> owl:sameAs <http://lexvo.org/id/iso639-3/gaq> .

<http://www.mpii.de/yago/resource/Gavar_language> owl:sameAs <http://lexvo.org/id/iso639-3/gou> .

<http://www.mpii.de/yago/resource/Gavi%C3%A3o_of_Jiparan%C3%A1> owl:sameAs <http://lexvo.org/id/iso639-3/gvo> .

<http://www.mpii.de/yago/resource/Gawar-Bati_language> owl:sameAs <http://lexvo.org/id/iso639-3/gwt> .

<http://www.mpii.de/yago/resource/Gawwada_language> owl:sameAs <http://lexvo.org/id/iso639-3/gwd> .

<http://www.mpii.de/yago/resource/Gaya_language> owl:sameAs <http://lexvo.org/id/iso639-3/zra> .

<http://www.mpii.de/yago/resource/Gayle_language> owl:sameAs <http://lexvo.org/id/iso639-3/gic> .

<http://www.mpii.de/yago/resource/Gayo_language> owl:sameAs <http://lexvo.org/id/iso639-3/gay> .

<http://www.mpii.de/yago/resource/Gbantu_language> owl:sameAs <http://lexvo.org/id/iso639-3/nbr> .

<http://www.mpii.de/yago/resource/Gbanu_language> owl:sameAs <http://lexvo.org/id/iso639-3/gbv> .

<http://www.mpii.de/yago/resource/Gbii_language> owl:sameAs <http://lexvo.org/id/iso639-3/ggb> .

<http://www.mpii.de/yago/resource/Gbiri-Niragu_language> owl:sameAs <http://lexvo.org/id/iso639-3/grh> .

<http://www.mpii.de/yago/resource/Gbo_language> owl:sameAs <http://lexvo.org/id/iso639-3/agb> .

<http://www.mpii.de/yago/resource/Gciriku_language> owl:sameAs <http://lexvo.org/id/iso639-3/diu> .

<http://www.mpii.de/yago/resource/Ge'ez_language> owl:sameAs <http://lexvo.org/id/iso639-3/gez> .

<http://www.mpii.de/yago/resource/Gedaged_language> owl:sameAs <http://lexvo.org/id/iso639-3/gdd> .

<http://www.mpii.de/yago/resource/Gedeo_language> owl:sameAs <http://lexvo.org/id/iso639-3/drs> .

<http://www.mpii.de/yago/resource/Geji_language> owl:sameAs <http://lexvo.org/id/iso639-3/gji> .

<http://www.mpii.de/yago/resource/Gejia_language> owl:sameAs <http://lexvo.org/id/iso639-3/hmj> .

<http://www.mpii.de/yago/resource/Gela_language> owl:sameAs <http://lexvo.org/id/iso639-3/nlg> .

<http://www.mpii.de/yago/resource/Geme_language> owl:sameAs <http://lexvo.org/id/iso639-3/geq> .

<http://www.mpii.de/yago/resource/Gen_language> owl:sameAs <http://lexvo.org/id/iso639-3/gej> .

<http://www.mpii.de/yago/resource/Gende_language> owl:sameAs <http://lexvo.org/id/iso639-3/gaf> .

<http://www.mpii.de/yago/resource/Georgian_language> owl:sameAs <http://lexvo.org/id/iso639-3/kat> .

<http://www.mpii.de/yago/resource/Gera_language> owl:sameAs <http://lexvo.org/id/iso639-3/gew> .

<http://www.mpii.de/yago/resource/German_Sign_Language> owl:sameAs <http://lexvo.org/id/iso639-3/gsg> .

<http://www.mpii.de/yago/resource/Germanic_languages> owl:sameAs <http://lexvo.org/id/iso639-5/gem> .

<http://www.mpii.de/yago/resource/Geruma_language> owl:sameAs <http://lexvo.org/id/iso639-3/gea> .

<http://www.mpii.de/yago/resource/Ghadam%C3%A8s_language> owl:sameAs <http://lexvo.org/id/iso639-3/gha> .

<http://www.mpii.de/yago/resource/Ghandruk_Sign_Language> owl:sameAs <http://lexvo.org/id/iso639-3/gds> .

<http://www.mpii.de/yago/resource/Ghanongga_language> owl:sameAs <http://lexvo.org/id/iso639-3/ghn> .

<http://www.mpii.de/yago/resource/Ghari_language> owl:sameAs <http://lexvo.org/id/iso639-3/gri> .

<http://www.mpii.de/yago/resource/Gheg_Albanian> owl:sameAs <http://lexvo.org/id/iso639-3/aln> .

<http://www.mpii.de/yago/resource/Ghomala'_language> owl:sameAs <http://lexvo.org/id/iso639-3/bbj> .

<http://www.mpii.de/yago/resource/Ghomara_language> owl:sameAs <http://lexvo.org/id/iso639-3/gho> .

<http://www.mpii.de/yago/resource/Ghotuo_language> owl:sameAs <http://lexvo.org/id/iso639-3/aaa> .

<http://www.mpii.de/yago/resource/Gidar_language> owl:sameAs <http://lexvo.org/id/iso639-3/gid> .

<http://www.mpii.de/yago/resource/Giiwo_language> owl:sameAs <http://lexvo.org/id/iso639-3/kks> .

<http://www.mpii.de/yago/resource/Gikuyu_language> owl:sameAs <http://lexvo.org/id/iso639-3/kik> .

<http://www.mpii.de/yago/resource/Gilaki_language> owl:sameAs <http://lexvo.org/id/iso639-3/glk> .

<http://www.mpii.de/yago/resource/Gilbertese_language> owl:sameAs <http://lexvo.org/id/iso639-3/gil> .

<http://www.mpii.de/yago/resource/Gimi_language> owl:sameAs <http://lexvo.org/id/iso639-3/gim> .

<http://www.mpii.de/yago/resource/Girawa_language> owl:sameAs <http://lexvo.org/id/iso639-3/bbr> .

<http://www.mpii.de/yago/resource/Gitxsan_language> owl:sameAs <http://lexvo.org/id/iso639-3/git> .

<http://www.mpii.de/yago/resource/Gizrra_language> owl:sameAs <http://lexvo.org/id/iso639-3/tof> .

<http://www.mpii.de/yago/resource/Glavda_language> owl:sameAs <http://lexvo.org/id/iso639-3/glw> .

<http://www.mpii.de/yago/resource/Glio-Ubi_language> owl:sameAs <http://lexvo.org/id/iso639-3/oub> .

<http://www.mpii.de/yago/resource/Glosa> owl:sameAs <http://lexvo.org/id/iso639-3/igs> .

<http://www.mpii.de/yago/resource/Gnau_language> owl:sameAs <http://lexvo.org/id/iso639-3/gnu> .

<http://www.mpii.de/yago/resource/Goaria_language> owl:sameAs <http://lexvo.org/id/iso639-3/gig> .

<http://www.mpii.de/yago/resource/Godi%C3%A9_language> owl:sameAs <http://lexvo.org/id/iso639-3/god> .

<http://www.mpii.de/yago/resource/Godoberi_language> owl:sameAs <http://lexvo.org/id/iso639-3/gdo> .

<http://www.mpii.de/yago/resource/Godwari> owl:sameAs <http://lexvo.org/id/iso639-3/gdx> .

<http://www.mpii.de/yago/resource/Goemai_language> owl:sameAs <http://lexvo.org/id/iso639-3/ank> .

<http://www.mpii.de/yago/resource/Gogo_language> owl:sameAs <http://lexvo.org/id/iso639-3/gog> .

<http://www.mpii.de/yago/resource/Gogodala_language> owl:sameAs <http://lexvo.org/id/iso639-3/ggw> .

<http://www.mpii.de/yago/resource/Goguryeo_language> owl:sameAs <http://lexvo.org/id/iso639-3/zkg> .

<http://www.mpii.de/yago/resource/Gokana_language> owl:sameAs <http://lexvo.org/id/iso639-3/gkn> .

<http://www.mpii.de/yago/resource/Gola_language> owl:sameAs <http://lexvo.org/id/iso639-3/gol> .

<http://www.mpii.de/yago/resource/Golin_language> owl:sameAs <http://lexvo.org/id/iso639-3/gvf> .

<http://www.mpii.de/yago/resource/Gondi_language> owl:sameAs <http://lexvo.org/id/iso639-3/gon> .

<http://www.mpii.de/yago/resource/Gone_Dau_language> owl:sameAs <http://lexvo.org/id/iso639-3/goo> .

<http://www.mpii.de/yago/resource/Gongduk_language> owl:sameAs <http://lexvo.org/id/iso639-3/goe> .

<http://www.mpii.de/yago/resource/Gonja_language> owl:sameAs <http://lexvo.org/id/iso639-3/gjn> .

<http://www.mpii.de/yago/resource/Gooniyandi_language> owl:sameAs <http://lexvo.org/id/iso639-3/gni> .

<http://www.mpii.de/yago/resource/Gorani_language> owl:sameAs <http://lexvo.org/id/iso639-3/hac> .

<http://www.mpii.de/yago/resource/Gorontalo_language> owl:sameAs <http://lexvo.org/id/iso639-3/gor> .

<http://www.mpii.de/yago/resource/Gorowa_language> owl:sameAs <http://lexvo.org/id/iso639-3/gow> .

<http://www.mpii.de/yago/resource/Gothic_language> owl:sameAs <http://lexvo.org/id/iso639-3/got> .

<http://www.mpii.de/yago/resource/Gourmanch%C3%A9ma_language> owl:sameAs <http://lexvo.org/id/iso639-3/gux> .

<http://www.mpii.de/yago/resource/Greek_Sign_Language> owl:sameAs <http://lexvo.org/id/iso639-3/gss> .

<http://www.mpii.de/yago/resource/Greek_languages> owl:sameAs <http://lexvo.org/id/iso639-5/grk> .

<http://www.mpii.de/yago/resource/Greenlandic_language> owl:sameAs <http://lexvo.org/id/iso639-3/kal> .

<http://www.mpii.de/yago/resource/Grenadian_Creole> owl:sameAs <http://lexvo.org/id/iso639-3/gcl> .

<http://www.mpii.de/yago/resource/Gresi_language> owl:sameAs <http://lexvo.org/id/iso639-3/grs> .

<http://www.mpii.de/yago/resource/Groma_language> owl:sameAs <http://lexvo.org/id/iso639-3/gro> .

<http://www.mpii.de/yago/resource/Gronings> owl:sameAs <http://lexvo.org/id/iso639-3/gos> .

<http://www.mpii.de/yago/resource/Gros_Ventre_language> owl:sameAs <http://lexvo.org/id/iso639-3/ats> .

<http://www.mpii.de/yago/resource/Gua_language> owl:sameAs <http://lexvo.org/id/iso639-3/gwx> .

<http://www.mpii.de/yago/resource/Guahibo_language> owl:sameAs <http://lexvo.org/id/iso639-3/guh> .

<http://www.mpii.de/yago/resource/Guaja_language> owl:sameAs <http://lexvo.org/id/iso639-3/gvj> .

<http://www.mpii.de/yago/resource/Guanano_language> owl:sameAs <http://lexvo.org/id/iso639-3/gvc> .

<http://www.mpii.de/yago/resource/Guanche_language> owl:sameAs <http://lexvo.org/id/iso639-3/gnc> .

<http://www.mpii.de/yago/resource/Guaran%C3%AD_language> owl:sameAs <http://lexvo.org/id/iso639-3/gug> .

<http://www.mpii.de/yago/resource/Guarayu_language> owl:sameAs <http://lexvo.org/id/iso639-3/gyr> .

<http://www.mpii.de/yago/resource/Guat%C3%B3_language> owl:sameAs <http://lexvo.org/id/iso639-3/gta> .

<http://www.mpii.de/yago/resource/Guatemalan_Sign_Language> owl:sameAs <http://lexvo.org/id/iso639-3/gsm> .

<http://www.mpii.de/yago/resource/Guayabero_language> owl:sameAs <http://lexvo.org/id/iso639-3/guo> .

<http://www.mpii.de/yago/resource/Guaym%C3%AD_language> owl:sameAs <http://lexvo.org/id/iso639-3/gym> .

<http://www.mpii.de/yago/resource/Gude_language> owl:sameAs <http://lexvo.org/id/iso639-3/gde> .

<http://www.mpii.de/yago/resource/Gudu_language> owl:sameAs <http://lexvo.org/id/iso639-3/gdu> .

<http://www.mpii.de/yago/resource/Guduf-Gava_language> owl:sameAs <http://lexvo.org/id/iso639-3/gdf> .

<http://www.mpii.de/yago/resource/Guerrero_Amuzgo_language> owl:sameAs <http://lexvo.org/id/iso639-3/amu> .

<http://www.mpii.de/yago/resource/Gugu_Thaypan_language> owl:sameAs <http://lexvo.org/id/iso639-3/typ> .

<http://www.mpii.de/yago/resource/Gugu_Uwanh_dialect> owl:sameAs <http://lexvo.org/id/iso639-3/uwa> .

<http://www.mpii.de/yago/resource/Guhu-Samane_language> owl:sameAs <http://lexvo.org/id/iso639-3/ghs> .

<http://www.mpii.de/yago/resource/Guinea-Bissau_Creole> owl:sameAs <http://lexvo.org/id/iso639-3/pov> .

<http://www.mpii.de/yago/resource/Gujarati_language> owl:sameAs <http://lexvo.org/id/iso639-3/guj> .

<http://www.mpii.de/yago/resource/Gujari> owl:sameAs <http://lexvo.org/id/iso639-3/gju> .

<http://www.mpii.de/yago/resource/Gula'alaa_language> owl:sameAs <http://lexvo.org/id/iso639-3/kwd> .

<http://www.mpii.de/yago/resource/Gula_Iro_language> owl:sameAs <http://lexvo.org/id/iso639-3/glj> .

<http://www.mpii.de/yago/resource/Gulay_language> owl:sameAs <http://lexvo.org/id/iso639-3/gvl> .

<http://www.mpii.de/yago/resource/Gule_language> owl:sameAs <http://lexvo.org/id/iso639-3/gly> .

<http://www.mpii.de/yago/resource/Gulf_Arabic> owl:sameAs <http://lexvo.org/id/iso639-3/afb> .

<http://www.mpii.de/yago/resource/Guliguli_language> owl:sameAs <http://lexvo.org/id/iso639-3/gli> .

<http://www.mpii.de/yago/resource/Gullah_language> owl:sameAs <http://lexvo.org/id/iso639-3/gul> .

<http://www.mpii.de/yago/resource/Gumuz_language> owl:sameAs <http://lexvo.org/id/iso639-3/guk> .

<http://www.mpii.de/yago/resource/Gunai_language> owl:sameAs <http://lexvo.org/id/iso639-3/ihw> .

<http://www.mpii.de/yago/resource/Gunbarlang_language> owl:sameAs <http://lexvo.org/id/iso639-3/wlg> .

<http://www.mpii.de/yago/resource/Gungu_language> owl:sameAs <http://lexvo.org/id/iso639-3/rub> .

<http://www.mpii.de/yago/resource/Gunu_language> owl:sameAs <http://lexvo.org/id/iso639-3/yas> .

<http://www.mpii.de/yago/resource/Gunwinggu_language> owl:sameAs <http://lexvo.org/id/iso639-3/gup> .

<http://www.mpii.de/yago/resource/Gunya_language> owl:sameAs <http://lexvo.org/id/iso639-3/gyy> .

<http://www.mpii.de/yago/resource/Guragone_language> owl:sameAs <http://lexvo.org/id/iso639-3/gge> .

<http://www.mpii.de/yago/resource/Guriaso_language> owl:sameAs <http://lexvo.org/id/iso639-3/grx> .

<http://www.mpii.de/yago/resource/Gurindji_language> owl:sameAs <http://lexvo.org/id/iso639-3/gue> .

<http://www.mpii.de/yago/resource/Guro_language> owl:sameAs <http://lexvo.org/id/iso639-3/goa> .

<http://www.mpii.de/yago/resource/Guru_language> owl:sameAs <http://lexvo.org/id/iso639-3/bqu> .

<http://www.mpii.de/yago/resource/Guruntum_language> owl:sameAs <http://lexvo.org/id/iso639-3/grd> .

<http://www.mpii.de/yago/resource/Gusii_language> owl:sameAs <http://lexvo.org/id/iso639-3/guz> .

<http://www.mpii.de/yago/resource/Gusilay_language> owl:sameAs <http://lexvo.org/id/iso639-3/gsl> .

<http://www.mpii.de/yago/resource/Gutob_language> owl:sameAs <http://lexvo.org/id/iso639-3/gbj> .

<http://www.mpii.de/yago/resource/Guugu_Yimithirr_language> owl:sameAs <http://lexvo.org/id/iso639-3/kky> .

<http://www.mpii.de/yago/resource/Guyanese_Creole> owl:sameAs <http://lexvo.org/id/iso639-3/gyn> .

<http://www.mpii.de/yago/resource/Gvoko_language> owl:sameAs <http://lexvo.org/id/iso639-3/ngs> .

<http://www.mpii.de/yago/resource/Gwahatike_language> owl:sameAs <http://lexvo.org/id/iso639-3/dah> .

<http://www.mpii.de/yago/resource/Gwandara_language> owl:sameAs <http://lexvo.org/id/iso639-3/gwn> .

<http://www.mpii.de/yago/resource/Gweno_language> owl:sameAs <http://lexvo.org/id/iso639-3/gwe> .

<http://www.mpii.de/yago/resource/Gwere_language> owl:sameAs <http://lexvo.org/id/iso639-3/gwr> .

<http://www.mpii.de/yago/resource/Gwich%E2%80%99in_language> owl:sameAs <http://lexvo.org/id/iso639-3/gwi> .

<http://www.mpii.de/yago/resource/Gwune_language> owl:sameAs <http://lexvo.org/id/iso639-3/yay> .

<http://www.mpii.de/yago/resource/H%C3%A4n_language> owl:sameAs <http://lexvo.org/id/iso639-3/haa> .

<http://www.mpii.de/yago/resource/Ha_language> owl:sameAs <http://lexvo.org/id/iso639-3/haq> .

<http://www.mpii.de/yago/resource/Hadhrami_Arabic> owl:sameAs <http://lexvo.org/id/iso639-3/ayh> .

<http://www.mpii.de/yago/resource/Hadiyya_language> owl:sameAs <http://lexvo.org/id/iso639-3/hdy> .

<http://www.mpii.de/yago/resource/Hadramautic_language> owl:sameAs <http://lexvo.org/id/iso639-3/xhd> .

<http://www.mpii.de/yago/resource/Hadza_language> owl:sameAs <http://lexvo.org/id/iso639-3/hts> .

<http://www.mpii.de/yago/resource/Hagahai_language> owl:sameAs <http://lexvo.org/id/iso639-3/pnn> .

<http://www.mpii.de/yago/resource/Haida_language> owl:sameAs <http://lexvo.org/id/iso639-3/hai> .

<http://www.mpii.de/yago/resource/Haisla_language> owl:sameAs <http://lexvo.org/id/iso639-3/has> .

<http://www.mpii.de/yago/resource/Haitian_Creole_language> owl:sameAs <http://lexvo.org/id/iso639-3/hat> .

<http://www.mpii.de/yago/resource/Haitian_Vodoun_Culture_Language> owl:sameAs <http://lexvo.org/id/iso639-3/hvc> .

<http://www.mpii.de/yago/resource/Hajong_language> owl:sameAs <http://lexvo.org/id/iso639-3/haj> .

<http://www.mpii.de/yago/resource/Hakha-Chin_language> owl:sameAs <http://lexvo.org/id/iso639-3/cnh> .

<http://www.mpii.de/yago/resource/Hakka_Chinese> owl:sameAs <http://lexvo.org/id/iso639-3/hak> .

<http://www.mpii.de/yago/resource/Halang_Doan_language> owl:sameAs <http://lexvo.org/id/iso639-3/hld> .

<http://www.mpii.de/yago/resource/Halang_language> owl:sameAs <http://lexvo.org/id/iso639-3/hal> .

<http://www.mpii.de/yago/resource/Halbi_language> owl:sameAs <http://lexvo.org/id/iso639-3/hlb> .

<http://www.mpii.de/yago/resource/Halkomelem_language> owl:sameAs <http://lexvo.org/id/iso639-3/hur> .

<http://www.mpii.de/yago/resource/Hamer-Banna_language> owl:sameAs <http://lexvo.org/id/iso639-3/amf> .

<http://www.mpii.de/yago/resource/Hamtai_language> owl:sameAs <http://lexvo.org/id/iso639-3/hmt> .

<http://www.mpii.de/yago/resource/Hanis_language> owl:sameAs <http://lexvo.org/id/iso639-3/csz> .

<http://www.mpii.de/yago/resource/Hanun%C3%B3'o_language> owl:sameAs <http://lexvo.org/id/iso639-3/hnn> .

<http://www.mpii.de/yago/resource/Harappan_language> owl:sameAs <http://lexvo.org/id/iso639-3/xiv> .

<http://www.mpii.de/yago/resource/Harari_language> owl:sameAs <http://lexvo.org/id/iso639-3/har> .

<http://www.mpii.de/yago/resource/Harauti_language> owl:sameAs <http://lexvo.org/id/iso639-3/hoj> .

<http://www.mpii.de/yago/resource/Harsusi_language> owl:sameAs <http://lexvo.org/id/iso639-3/hss> .

<http://www.mpii.de/yago/resource/Haruai_language> owl:sameAs <http://lexvo.org/id/iso639-3/tmd> .

<http://www.mpii.de/yago/resource/Haryanvi_language> owl:sameAs <http://lexvo.org/id/iso639-3/bgc> .

<http://www.mpii.de/yago/resource/Hasha_language> owl:sameAs <http://lexvo.org/id/iso639-3/ybj> .

<http://www.mpii.de/yago/resource/Hass%C4%81n%C4%ABya_language> owl:sameAs <http://lexvo.org/id/iso639-3/mey> .

<http://www.mpii.de/yago/resource/Hattam_language> owl:sameAs <http://lexvo.org/id/iso639-3/had> .

<http://www.mpii.de/yago/resource/Hattic_language> owl:sameAs <http://lexvo.org/id/iso639-3/xht> .

<http://www.mpii.de/yago/resource/Hausa_Sign_Language> owl:sameAs <http://lexvo.org/id/iso639-3/hsl> .

<http://www.mpii.de/yago/resource/Hausa_language> owl:sameAs <http://lexvo.org/id/iso639-3/hau> .

<http://www.mpii.de/yago/resource/Havasupai%E2%80%93Hualapai_language> owl:sameAs <http://lexvo.org/id/iso639-3/yuf> .

<http://www.mpii.de/yago/resource/Havu_language> owl:sameAs <http://lexvo.org/id/iso639-3/hav> .

<http://www.mpii.de/yago/resource/Hawaii_Pidgin_Sign_Language> owl:sameAs <http://lexvo.org/id/iso639-3/hps> .

<http://www.mpii.de/yago/resource/Hawaiian_Pidgin> owl:sameAs <http://lexvo.org/id/iso639-3/hwc> .

<http://www.mpii.de/yago/resource/Hawaiian_language> owl:sameAs <http://lexvo.org/id/iso639-3/haw> .

<http://www.mpii.de/yago/resource/Hawu_language> owl:sameAs <http://lexvo.org/id/iso639-3/hvn> .

<http://www.mpii.de/yago/resource/Haya_language> owl:sameAs <http://lexvo.org/id/iso639-3/hay> .

<http://www.mpii.de/yago/resource/Hazaragi_language> owl:sameAs <http://lexvo.org/id/iso639-3/haz> .

<http://www.mpii.de/yago/resource/Hdi_language> owl:sameAs <http://lexvo.org/id/iso639-3/xed> .

<http://www.mpii.de/yago/resource/Hehe_language> owl:sameAs <http://lexvo.org/id/iso639-3/heh> .

<http://www.mpii.de/yago/resource/Heiban_language> owl:sameAs <http://lexvo.org/id/iso639-3/hbn> .

<http://www.mpii.de/yago/resource/Hejazi_Arabic> owl:sameAs <http://lexvo.org/id/iso639-3/acw> .

<http://www.mpii.de/yago/resource/Hellenic_languages> owl:sameAs <http://lexvo.org/id/iso639-5/grk> .

<http://www.mpii.de/yago/resource/Hema_language> owl:sameAs <http://lexvo.org/id/iso639-3/nix> .

<http://www.mpii.de/yago/resource/Hemba_language> owl:sameAs <http://lexvo.org/id/iso639-3/hem> .

<http://www.mpii.de/yago/resource/Hendo_language> owl:sameAs <http://lexvo.org/id/iso639-3/soe> .

<http://www.mpii.de/yago/resource/Herd%C3%A9_language> owl:sameAs <http://lexvo.org/id/iso639-3/hed> .

<http://www.mpii.de/yago/resource/Herero_language> owl:sameAs <http://lexvo.org/id/iso639-3/her> .

<http://www.mpii.de/yago/resource/Hermit_language> owl:sameAs <http://lexvo.org/id/iso639-3/llf> .

<http://www.mpii.de/yago/resource/Hewa_language> owl:sameAs <http://lexvo.org/id/iso639-3/ham> .

<http://www.mpii.de/yago/resource/Heyo_language> owl:sameAs <http://lexvo.org/id/iso639-3/auk> .

<http://www.mpii.de/yago/resource/Hibito_language> owl:sameAs <http://lexvo.org/id/iso639-3/hib> .

<http://www.mpii.de/yago/resource/Hidatsa_language> owl:sameAs <http://lexvo.org/id/iso639-3/hid> .

<http://www.mpii.de/yago/resource/Hieroglyphic_Luwian> owl:sameAs <http://lexvo.org/id/iso639-3/hlu> .

<http://www.mpii.de/yago/resource/Highland_Oaxaca_Chontal> owl:sameAs <http://lexvo.org/id/iso639-3/chd> .

<http://www.mpii.de/yago/resource/Highland_Otomi> owl:sameAs <http://lexvo.org/id/iso639-3/otm> .

<http://www.mpii.de/yago/resource/Highland_Puebla_Nahuatl> owl:sameAs <http://lexvo.org/id/iso639-3/azz> .

<http://www.mpii.de/yago/resource/Hiligaynon_language> owl:sameAs <http://lexvo.org/id/iso639-3/hil> .

<http://www.mpii.de/yago/resource/Hill_Mari_language> owl:sameAs <http://lexvo.org/id/iso639-3/mrj> .

<http://www.mpii.de/yago/resource/Himarim%C3%A3_language> owl:sameAs <http://lexvo.org/id/iso639-3/hir> .

<http://www.mpii.de/yago/resource/Hinukh_language> owl:sameAs <http://lexvo.org/id/iso639-3/gin> .

<http://www.mpii.de/yago/resource/Hiri_Motu_language> owl:sameAs <http://lexvo.org/id/iso639-3/hmo> .

<http://www.mpii.de/yago/resource/History_of_the_Hungarian_language> owl:sameAs <http://lexvo.org/id/iso639-3/ohu> .

<http://www.mpii.de/yago/resource/Hittite_language> owl:sameAs <http://lexvo.org/id/iso639-3/hit> .

<http://www.mpii.de/yago/resource/Hiw_language> owl:sameAs <http://lexvo.org/id/iso639-3/hiw> .

<http://www.mpii.de/yago/resource/Hixkaryana_language> owl:sameAs <http://lexvo.org/id/iso639-3/hix> .

<http://www.mpii.de/yago/resource/Hm_Nai_language> owl:sameAs <http://lexvo.org/id/iso639-3/bwn> .

<http://www.mpii.de/yago/resource/Hmar_language> owl:sameAs <http://lexvo.org/id/iso639-3/hmr> .

<http://www.mpii.de/yago/resource/Hmong%E2%80%93Mien_languages> owl:sameAs <http://lexvo.org/id/iso639-5/hmx> .

<http://www.mpii.de/yago/resource/Ho_language> owl:sameAs <http://lexvo.org/id/iso639-3/hoc> .

<http://www.mpii.de/yago/resource/Hoava_language> owl:sameAs <http://lexvo.org/id/iso639-3/hoa> .

<http://www.mpii.de/yago/resource/Hoby%C3%B3t_language> owl:sameAs <http://lexvo.org/id/iso639-3/hoh> .

<http://www.mpii.de/yago/resource/Hod%C3%AF_language> owl:sameAs <http://lexvo.org/id/iso639-3/yau> .

<http://www.mpii.de/yago/resource/Hokan_languages> owl:sameAs <http://lexvo.org/id/iso639-5/hok> .

<http://www.mpii.de/yago/resource/Holikachuk_language> owl:sameAs <http://lexvo.org/id/iso639-3/hoi> .

<http://www.mpii.de/yago/resource/Holma_language> owl:sameAs <http://lexvo.org/id/iso639-3/hod> .

<http://www.mpii.de/yago/resource/Holoholo_language> owl:sameAs <http://lexvo.org/id/iso639-3/hoo> .

<http://www.mpii.de/yago/resource/Homa_language> owl:sameAs <http://lexvo.org/id/iso639-3/hom> .

<http://www.mpii.de/yago/resource/Honduras_Sign_Language> owl:sameAs <http://lexvo.org/id/iso639-3/hds> .

<http://www.mpii.de/yago/resource/Hopi_language> owl:sameAs <http://lexvo.org/id/iso639-3/hop> .

<http://www.mpii.de/yago/resource/Horpa_language> owl:sameAs <http://lexvo.org/id/iso639-3/ero> .

<http://www.mpii.de/yago/resource/Hozo_language> owl:sameAs <http://lexvo.org/id/iso639-3/hoz> .

<http://www.mpii.de/yago/resource/Hrangkhol_language> owl:sameAs <http://lexvo.org/id/iso639-3/hra> .

<http://www.mpii.de/yago/resource/Hruso_language> owl:sameAs <http://lexvo.org/id/iso639-3/hru> .

<http://www.mpii.de/yago/resource/Huachipaeri_language> owl:sameAs <http://lexvo.org/id/iso639-3/hug> .

<http://www.mpii.de/yago/resource/Huambisa_language> owl:sameAs <http://lexvo.org/id/iso639-3/hub> .

<http://www.mpii.de/yago/resource/Huamelultec_language> owl:sameAs <http://lexvo.org/id/iso639-3/clo> .

<http://www.mpii.de/yago/resource/Huamo%C3%A9_language> owl:sameAs <http://lexvo.org/id/iso639-3/uam> .

<http://www.mpii.de/yago/resource/Huaorani_language> owl:sameAs <http://lexvo.org/id/iso639-3/auc> .

<http://www.mpii.de/yago/resource/Huarijio_language> owl:sameAs <http://lexvo.org/id/iso639-3/var> .

<http://www.mpii.de/yago/resource/Huastec_language> owl:sameAs <http://lexvo.org/id/iso639-3/hus> .

<http://www.mpii.de/yago/resource/Huba_language> owl:sameAs <http://lexvo.org/id/iso639-3/hbb> .

<http://www.mpii.de/yago/resource/Huichol_language> owl:sameAs <http://lexvo.org/id/iso639-3/hch> .

<http://www.mpii.de/yago/resource/Huilliche_language> owl:sameAs <http://lexvo.org/id/iso639-3/huh> .

<http://www.mpii.de/yago/resource/Huizhou_Chinese> owl:sameAs <http://lexvo.org/id/iso639-3/czh> .

<http://www.mpii.de/yago/resource/Hulaul%C3%A1_language> owl:sameAs <http://lexvo.org/id/iso639-3/huy> .

<http://www.mpii.de/yago/resource/Huli_language> owl:sameAs <http://lexvo.org/id/iso639-3/hui> .

<http://www.mpii.de/yago/resource/Humburi_Senni> owl:sameAs <http://lexvo.org/id/iso639-3/hmb> .

<http://www.mpii.de/yago/resource/Humono_language> owl:sameAs <http://lexvo.org/id/iso639-3/bcs> .

<http://www.mpii.de/yago/resource/Hunde_language> owl:sameAs <http://lexvo.org/id/iso639-3/hke> .

<http://www.mpii.de/yago/resource/Hungana_language> owl:sameAs <http://lexvo.org/id/iso639-3/hum> .

<http://www.mpii.de/yago/resource/Hungarian_Sign_Language> owl:sameAs <http://lexvo.org/id/iso639-3/hsh> .

<http://www.mpii.de/yago/resource/Hungarian_language> owl:sameAs <http://lexvo.org/id/iso639-3/hun> .

<http://www.mpii.de/yago/resource/Hungworo_language> owl:sameAs <http://lexvo.org/id/iso639-3/nat> .

<http://www.mpii.de/yago/resource/Hunnic_language> owl:sameAs <http://lexvo.org/id/iso639-3/xhc> .

<http://www.mpii.de/yago/resource/Hunzib_language> owl:sameAs <http://lexvo.org/id/iso639-3/huz> .

<http://www.mpii.de/yago/resource/Hupa_language> owl:sameAs <http://lexvo.org/id/iso639-3/hup> .

<http://www.mpii.de/yago/resource/Hurrian_language> owl:sameAs <http://lexvo.org/id/iso639-3/xhu> .

<http://www.mpii.de/yago/resource/Hutterite_German> owl:sameAs <http://lexvo.org/id/iso639-3/geh> .

<http://www.mpii.de/yago/resource/Hwana_language> owl:sameAs <http://lexvo.org/id/iso639-3/hwo> .

<http://www.mpii.de/yago/resource/Hya_language> owl:sameAs <http://lexvo.org/id/iso639-3/hya> .

<http://www.mpii.de/yago/resource/Hyam_language> owl:sameAs <http://lexvo.org/id/iso639-3/jab> .

<http://www.mpii.de/yago/resource/I%C3%B1apari_language> owl:sameAs <http://lexvo.org/id/iso639-3/inp> .

<http://www.mpii.de/yago/resource/I'saka_language> owl:sameAs <http://lexvo.org/id/iso639-3/ksi> .

<http://www.mpii.de/yago/resource/ISO_3166-1%3ACS> owl:sameAs <http://lexvo.org/id/iso3166/CS> .

<http://www.mpii.de/yago/resource/Iaai_language> owl:sameAs <http://lexvo.org/id/iso639-3/iai> .

<http://www.mpii.de/yago/resource/Iapama_language> owl:sameAs <http://lexvo.org/id/iso639-3/iap> .

<http://www.mpii.de/yago/resource/Iatm%C3%BCl_language> owl:sameAs <http://lexvo.org/id/iso639-3/ian> .

<http://www.mpii.de/yago/resource/Iban_language> owl:sameAs <http://lexvo.org/id/iso639-3/iba> .

<http://www.mpii.de/yago/resource/Ibanag_language> owl:sameAs <http://lexvo.org/id/iso639-3/ibg> .

<http://www.mpii.de/yago/resource/Iberian_language> owl:sameAs <http://lexvo.org/id/iso639-3/xib> .

<http://www.mpii.de/yago/resource/Ibibio_language> owl:sameAs <http://lexvo.org/id/iso639-3/ibb> .

<http://www.mpii.de/yago/resource/Icelandic_Sign_Language> owl:sameAs <http://lexvo.org/id/iso639-3/icl> .

<http://www.mpii.de/yago/resource/Icelandic_language> owl:sameAs <http://lexvo.org/id/iso639-3/isl> .

<http://www.mpii.de/yago/resource/Ida'an_language> owl:sameAs <http://lexvo.org/id/iso639-3/dbj> .

<http://www.mpii.de/yago/resource/Idi_language> owl:sameAs <http://lexvo.org/id/iso639-3/idi> .

<http://www.mpii.de/yago/resource/Ido> owl:sameAs <http://lexvo.org/id/iso639-3/ido> .

<http://www.mpii.de/yago/resource/Idoma_language> owl:sameAs <http://lexvo.org/id/iso639-3/idu> .

<http://www.mpii.de/yago/resource/Idu_Mishmi_language> owl:sameAs <http://lexvo.org/id/iso639-3/clk> .

<http://www.mpii.de/yago/resource/Idun_language> owl:sameAs <http://lexvo.org/id/iso639-3/ldb> .

<http://www.mpii.de/yago/resource/If%C3%A8_language> owl:sameAs <http://lexvo.org/id/iso639-3/ife> .

<http://www.mpii.de/yago/resource/Ifugao_language> owl:sameAs <http://lexvo.org/id/iso639-3/ifb> .

<http://www.mpii.de/yago/resource/Igala_language> owl:sameAs <http://lexvo.org/id/iso639-3/igl> .

<http://www.mpii.de/yago/resource/Igbo_language> owl:sameAs <http://lexvo.org/id/iso639-3/ibo> .

<http://www.mpii.de/yago/resource/Igede_language> owl:sameAs <http://lexvo.org/id/iso639-3/ige> .

<http://www.mpii.de/yago/resource/Igwe_language> owl:sameAs <http://lexvo.org/id/iso639-3/igw> .

<http://www.mpii.de/yago/resource/Iha_language> owl:sameAs <http://lexvo.org/id/iso639-3/ihp> .

<http://www.mpii.de/yago/resource/Ijaw_languages> owl:sameAs <http://lexvo.org/id/iso639-5/ijo> .

<http://www.mpii.de/yago/resource/Ijo_languages> owl:sameAs <http://lexvo.org/id/iso639-5/ijo> .

<http://www.mpii.de/yago/resource/Ik_language> owl:sameAs <http://lexvo.org/id/iso639-3/ikx> .

<http://www.mpii.de/yago/resource/Ika_language_(Nigeria)> owl:sameAs <http://lexvo.org/id/iso639-3/ikk> .

<http://www.mpii.de/yago/resource/Ikom_language> owl:sameAs <http://lexvo.org/id/iso639-3/iko> .

<http://www.mpii.de/yago/resource/Ikwerre_language> owl:sameAs <http://lexvo.org/id/iso639-3/ikw> .

<http://www.mpii.de/yago/resource/Ilgar_language> owl:sameAs <http://lexvo.org/id/iso639-3/ilg> .

<http://www.mpii.de/yago/resource/Ili_Turki_language> owl:sameAs <http://lexvo.org/id/iso639-3/ili> .

<http://www.mpii.de/yago/resource/Illyrian_languages> owl:sameAs <http://lexvo.org/id/iso639-3/xil> .

<http://www.mpii.de/yago/resource/Ilokano_language> owl:sameAs <http://lexvo.org/id/iso639-3/ilo> .

<http://www.mpii.de/yago/resource/Ilongot_language> owl:sameAs <http://lexvo.org/id/iso639-3/ilk> .

<http://www.mpii.de/yago/resource/Ilwana_language> owl:sameAs <http://lexvo.org/id/iso639-3/mlk> .

<http://www.mpii.de/yago/resource/Inapang_language> owl:sameAs <http://lexvo.org/id/iso639-3/mzu> .

<http://www.mpii.de/yago/resource/Inari_Sami_language> owl:sameAs <http://lexvo.org/id/iso639-3/smn> .

<http://www.mpii.de/yago/resource/Indic_languages> owl:sameAs <http://lexvo.org/id/iso639-5/inc> .

<http://www.mpii.de/yago/resource/Indo-Aryan_languages> owl:sameAs <http://lexvo.org/id/iso639-5/inc> .

<http://www.mpii.de/yago/resource/Indo-European_languages> owl:sameAs <http://lexvo.org/id/iso639-5/ine> .

<http://www.mpii.de/yago/resource/Indo-Iranian_languages> owl:sameAs <http://lexvo.org/id/iso639-5/iir> .

<http://www.mpii.de/yago/resource/Indonesian_Sign_Language> owl:sameAs <http://lexvo.org/id/iso639-3/inl> .

<http://www.mpii.de/yago/resource/Indonesian_language> owl:sameAs <http://lexvo.org/id/iso639-3/ind> .

<http://www.mpii.de/yago/resource/Indri_language> owl:sameAs <http://lexvo.org/id/iso639-3/idr> .

<http://www.mpii.de/yago/resource/Ingessana_language> owl:sameAs <http://lexvo.org/id/iso639-3/tbi> .

<http://www.mpii.de/yago/resource/Ingrian_language> owl:sameAs <http://lexvo.org/id/iso639-3/izh> .

<http://www.mpii.de/yago/resource/Ingush_language> owl:sameAs <http://lexvo.org/id/iso639-3/inh> .

<http://www.mpii.de/yago/resource/Inkawasi-Ka%C3%B1aris_Quechua> owl:sameAs <http://lexvo.org/id/iso639-3/quf> .

<http://www.mpii.de/yago/resource/Innu_language> owl:sameAs <http://lexvo.org/id/iso639-3/moe> .

<http://www.mpii.de/yago/resource/Inor_language> owl:sameAs <http://lexvo.org/id/iso639-3/ior> .

<http://www.mpii.de/yago/resource/Interlingua> owl:sameAs <http://lexvo.org/id/iso639-3/ina> .

<http://www.mpii.de/yago/resource/International_Sign> owl:sameAs <http://lexvo.org/id/iso639-3/ils> .

<http://www.mpii.de/yago/resource/Inuktitut> owl:sameAs <http://lexvo.org/id/iso639-3/iku> .

<http://www.mpii.de/yago/resource/Ipiko_language> owl:sameAs <http://lexvo.org/id/iso639-3/ipo> .

<http://www.mpii.de/yago/resource/Iquito_language> owl:sameAs <http://lexvo.org/id/iso639-3/iqu> .

<http://www.mpii.de/yago/resource/Ir_language> owl:sameAs <http://lexvo.org/id/iso639-3/irr> .

<http://www.mpii.de/yago/resource/Iramba_language> owl:sameAs <http://lexvo.org/id/iso639-3/nim> .

<http://www.mpii.de/yago/resource/Iranian_languages> owl:sameAs <http://lexvo.org/id/iso639-5/ira> .

<http://www.mpii.de/yago/resource/Irantxe_language> owl:sameAs <http://lexvo.org/id/iso639-3/irn> .

<http://www.mpii.de/yago/resource/Iraqi_Arabic> owl:sameAs <http://lexvo.org/id/iso639-3/acm> .

<http://www.mpii.de/yago/resource/Iraqw_language> owl:sameAs <http://lexvo.org/id/iso639-3/irk> .

<http://www.mpii.de/yago/resource/Irarutu_language> owl:sameAs <http://lexvo.org/id/iso639-3/irh> .

<http://www.mpii.de/yago/resource/Iraya_language> owl:sameAs <http://lexvo.org/id/iso639-3/iry> .

<http://www.mpii.de/yago/resource/Iresim_language> owl:sameAs <http://lexvo.org/id/iso639-3/ire> .

<http://www.mpii.de/yago/resource/Irish_Sign_Language> owl:sameAs <http://lexvo.org/id/iso639-3/isg> .

<http://www.mpii.de/yago/resource/Irish_language> owl:sameAs <http://lexvo.org/id/iso639-3/gle> .

<http://www.mpii.de/yago/resource/Iroquoian_languages> owl:sameAs <http://lexvo.org/id/iso639-5/iro> .

<http://www.mpii.de/yago/resource/Irula_language> owl:sameAs <http://lexvo.org/id/iso639-3/iru> .

<http://www.mpii.de/yago/resource/Isabi_language> owl:sameAs <http://lexvo.org/id/iso639-3/isa> .

<http://www.mpii.de/yago/resource/Isan_language> owl:sameAs <http://lexvo.org/id/iso639-3/tts> .

<http://www.mpii.de/yago/resource/Isanzu_language> owl:sameAs <http://lexvo.org/id/iso639-3/isn> .

<http://www.mpii.de/yago/resource/Isconahua_language> owl:sameAs <http://lexvo.org/id/iso639-3/isc> .

<http://www.mpii.de/yago/resource/Ishkashimi_language> owl:sameAs <http://lexvo.org/id/iso639-3/isk> .

<http://www.mpii.de/yago/resource/Isirawa_language> owl:sameAs <http://lexvo.org/id/iso639-3/srl> .

<http://www.mpii.de/yago/resource/Island_Carib_language> owl:sameAs <http://lexvo.org/id/iso639-3/crb> .

<http://www.mpii.de/yago/resource/Isnag_language> owl:sameAs <http://lexvo.org/id/iso639-3/isd> .

<http://www.mpii.de/yago/resource/Isoko_language> owl:sameAs <http://lexvo.org/id/iso639-3/iso> .

<http://www.mpii.de/yago/resource/Israeli_Sign_Language> owl:sameAs <http://lexvo.org/id/iso639-3/isr> .

<http://www.mpii.de/yago/resource/Isthmus%E2%80%93Mecayapan_Nahuatl> owl:sameAs <http://lexvo.org/id/iso639-3/nhx> .

<http://www.mpii.de/yago/resource/Isthmus_Zapotec> owl:sameAs <http://lexvo.org/id/iso639-3/zai> .

<http://www.mpii.de/yago/resource/Istriot_language> owl:sameAs <http://lexvo.org/id/iso639-3/ist> .

<http://www.mpii.de/yago/resource/Istro-Romanian_language> owl:sameAs <http://lexvo.org/id/iso639-3/ruo> .

<http://www.mpii.de/yago/resource/Italian_Sign_Language> owl:sameAs <http://lexvo.org/id/iso639-3/ise> .

<http://www.mpii.de/yago/resource/Italian_language> owl:sameAs <http://lexvo.org/id/iso639-3/ita> .

<http://www.mpii.de/yago/resource/Italic_languages> owl:sameAs <http://lexvo.org/id/iso639-5/itc> .

<http://www.mpii.de/yago/resource/Itawis_language> owl:sameAs <http://lexvo.org/id/iso639-3/itv> .

<http://www.mpii.de/yago/resource/Itelmen_language> owl:sameAs <http://lexvo.org/id/iso639-3/itl> .

<http://www.mpii.de/yago/resource/Itene_language> owl:sameAs <http://lexvo.org/id/iso639-3/ite> .

<http://www.mpii.de/yago/resource/Iteri_language> owl:sameAs <http://lexvo.org/id/iso639-3/itr> .

<http://www.mpii.de/yago/resource/Itonama_language> owl:sameAs <http://lexvo.org/id/iso639-3/ito> .

<http://www.mpii.de/yago/resource/Itsekiri_language> owl:sameAs <http://lexvo.org/id/iso639-3/its> .

<http://www.mpii.de/yago/resource/Itza%E2%80%99_language> owl:sameAs <http://lexvo.org/id/iso639-3/itz> .

<http://www.mpii.de/yago/resource/Ivatan_language> owl:sameAs <http://lexvo.org/id/iso639-3/ivv> .

<http://www.mpii.de/yago/resource/Ivbiosakon_language> owl:sameAs <http://lexvo.org/id/iso639-3/ema> .

<http://www.mpii.de/yago/resource/Iwaidja_language> owl:sameAs <http://lexvo.org/id/iso639-3/ibd> .

<http://www.mpii.de/yago/resource/Iwal_language> owl:sameAs <http://lexvo.org/id/iso639-3/kbm> .

<http://www.mpii.de/yago/resource/Iwam_language> owl:sameAs <http://lexvo.org/id/iso639-3/iwm> .

<http://www.mpii.de/yago/resource/Ixcatec_language> owl:sameAs <http://lexvo.org/id/iso639-3/ixc> .

<http://www.mpii.de/yago/resource/Ixil_language> owl:sameAs <http://lexvo.org/id/iso639-3/ixl> .

<http://www.mpii.de/yago/resource/Iyayu_language> owl:sameAs <http://lexvo.org/id/iso639-3/iya> .

<http://www.mpii.de/yago/resource/Iyo'wujwa_Chorote> owl:sameAs <http://lexvo.org/id/iso639-3/crq> .

<http://www.mpii.de/yago/resource/Iyo_language> owl:sameAs <http://lexvo.org/id/iso639-3/nca> .

<http://www.mpii.de/yago/resource/Iyojwa'ja_Chorote_language> owl:sameAs <http://lexvo.org/id/iso639-3/crt> .

<http://www.mpii.de/yago/resource/Izi_language> owl:sameAs <http://lexvo.org/id/iso639-3/izi> .

<http://www.mpii.de/yago/resource/Izon_language> owl:sameAs <http://lexvo.org/id/iso639-3/ijc> .

<http://www.mpii.de/yago/resource/Jagoi_language> owl:sameAs <http://lexvo.org/id/iso639-3/sne> .

<http://www.mpii.de/yago/resource/Jah_Hut_language> owl:sameAs <http://lexvo.org/id/iso639-3/jah> .

<http://www.mpii.de/yago/resource/Jain_Prakrit> owl:sameAs <http://lexvo.org/id/iso639-3/pka> .

<http://www.mpii.de/yago/resource/Jakati_language> owl:sameAs <http://lexvo.org/id/iso639-3/jat> .

<http://www.mpii.de/yago/resource/Jakun_language> owl:sameAs <http://lexvo.org/id/iso639-3/jak> .

<http://www.mpii.de/yago/resource/Jalaa_language> owl:sameAs <http://lexvo.org/id/iso639-3/cet> .

<http://www.mpii.de/yago/resource/Jalapa_Mazatec_language> owl:sameAs <http://lexvo.org/id/iso639-3/maj> .

<http://www.mpii.de/yago/resource/Jamaican_Patois> owl:sameAs <http://lexvo.org/id/iso639-3/jam> .

<http://www.mpii.de/yago/resource/Jamamad%C3%AD_language> owl:sameAs <http://lexvo.org/id/iso639-3/jaa> .

<http://www.mpii.de/yago/resource/Jambi_Malay> owl:sameAs <http://lexvo.org/id/iso639-3/jax> .

<http://www.mpii.de/yago/resource/Jaminjung_language> owl:sameAs <http://lexvo.org/id/iso639-3/djd> .

<http://www.mpii.de/yago/resource/Jamsai_Dogon> owl:sameAs <http://lexvo.org/id/iso639-3/djm> .

<http://www.mpii.de/yago/resource/Jangkang_language> owl:sameAs <http://lexvo.org/id/iso639-3/djo> .

<http://www.mpii.de/yago/resource/Japanese_(family)> owl:sameAs <http://lexvo.org/id/iso639-5/jpx> .

<http://www.mpii.de/yago/resource/Japanese_Sign_Language> owl:sameAs <http://lexvo.org/id/iso639-3/jsl> .

<http://www.mpii.de/yago/resource/Japanese_language> owl:sameAs <http://lexvo.org/id/iso639-3/jpn> .

<http://www.mpii.de/yago/resource/Jaqaru_language> owl:sameAs <http://lexvo.org/id/iso639-3/jqr> .

<http://www.mpii.de/yago/resource/Jara_language> owl:sameAs <http://lexvo.org/id/iso639-3/jaf> .

<http://www.mpii.de/yago/resource/Jarai_language> owl:sameAs <http://lexvo.org/id/iso639-3/jra> .

<http://www.mpii.de/yago/resource/Jarawa_language_(Andaman_Islands)> owl:sameAs <http://lexvo.org/id/iso639-3/anq> .

<http://www.mpii.de/yago/resource/Javindo_language> owl:sameAs <http://lexvo.org/id/iso639-3/jvd> .

<http://www.mpii.de/yago/resource/Jawi_dialect> owl:sameAs <http://lexvo.org/id/iso639-3/djw> .

<http://www.mpii.de/yago/resource/Jawoyn_language> owl:sameAs <http://lexvo.org/id/iso639-3/djn> .

<http://www.mpii.de/yago/resource/Jebero_language> owl:sameAs <http://lexvo.org/id/iso639-3/jeb> .

<http://www.mpii.de/yago/resource/Jeh_language> owl:sameAs <http://lexvo.org/id/iso639-3/jeh> .

<http://www.mpii.de/yago/resource/Jehai_language> owl:sameAs <http://lexvo.org/id/iso639-3/jhi> .

<http://www.mpii.de/yago/resource/Jemez_language> owl:sameAs <http://lexvo.org/id/iso639-3/tow> .

<http://www.mpii.de/yago/resource/Jen_language> owl:sameAs <http://lexvo.org/id/iso639-3/jen> .

<http://www.mpii.de/yago/resource/Jeng_language> owl:sameAs <http://lexvo.org/id/iso639-3/jeg> .

<http://www.mpii.de/yago/resource/Jewish_Babylonian_Aramaic> owl:sameAs <http://lexvo.org/id/iso639-3/tmr> .

<http://www.mpii.de/yago/resource/Jewish_Palestinian_Aramaic> owl:sameAs <http://lexvo.org/id/iso639-3/jpa> .

<http://www.mpii.de/yago/resource/Jhankot_Sign_Language> owl:sameAs <http://lexvo.org/id/iso639-3/jhs> .

<http://www.mpii.de/yago/resource/Jiamao_language> owl:sameAs <http://lexvo.org/id/iso639-3/jio> .

<http://www.mpii.de/yago/resource/Jiarong_language> owl:sameAs <http://lexvo.org/id/iso639-3/jya> .

<http://www.mpii.de/yago/resource/Jibu_language> owl:sameAs <http://lexvo.org/id/iso639-3/jib> .

<http://www.mpii.de/yago/resource/Jicaque_language> owl:sameAs <http://lexvo.org/id/iso639-3/jic> .

<http://www.mpii.de/yago/resource/Jicarilla_language> owl:sameAs <http://lexvo.org/id/iso639-3/apj> .

<http://www.mpii.de/yago/resource/Jiiddu_language> owl:sameAs <http://lexvo.org/id/iso639-3/jii> .

<http://www.mpii.de/yago/resource/Jijili_language> owl:sameAs <http://lexvo.org/id/iso639-3/uji> .

<http://www.mpii.de/yago/resource/Jilbe_language> owl:sameAs <http://lexvo.org/id/iso639-3/jie> .

<http://www.mpii.de/yago/resource/Jili_language> owl:sameAs <http://lexvo.org/id/iso639-3/mgi> .

<http://www.mpii.de/yago/resource/Jilim_language> owl:sameAs <http://lexvo.org/id/iso639-3/jil> .

<http://www.mpii.de/yago/resource/Jimi_language_(Cameroon)> owl:sameAs <http://lexvo.org/id/iso639-3/jim> .

<http://www.mpii.de/yago/resource/Jimi_language_(Nigeria)> owl:sameAs <http://lexvo.org/id/iso639-3/jmi> .

<http://www.mpii.de/yago/resource/Jin_Chinese> owl:sameAs <http://lexvo.org/id/iso639-3/cjy> .

<http://www.mpii.de/yago/resource/Jina_language> owl:sameAs <http://lexvo.org/id/iso639-3/jia> .

<http://www.mpii.de/yago/resource/Jingulu_language> owl:sameAs <http://lexvo.org/id/iso639-3/jig> .

<http://www.mpii.de/yago/resource/Jita_language> owl:sameAs <http://lexvo.org/id/iso639-3/jit> .

<http://www.mpii.de/yago/resource/Jiwarli_language> owl:sameAs <http://lexvo.org/id/iso639-3/djl> .

<http://www.mpii.de/yago/resource/Jola-Fonyi_language> owl:sameAs <http://lexvo.org/id/iso639-3/dyo> .

<http://www.mpii.de/yago/resource/Jonkor_Bourmataguil_language> owl:sameAs <http://lexvo.org/id/iso639-3/jeu> .

<http://www.mpii.de/yago/resource/Jorto_language> owl:sameAs <http://lexvo.org/id/iso639-3/jrt> .

<http://www.mpii.de/yago/resource/Jowulu_language> owl:sameAs <http://lexvo.org/id/iso639-3/jow> .

<http://www.mpii.de/yago/resource/Ju%C7%80%CA%BChoansi> owl:sameAs <http://lexvo.org/id/iso639-3/ktz> .

<http://www.mpii.de/yago/resource/Ju_language_(Chadic)> owl:sameAs <http://lexvo.org/id/iso639-3/juu> .

<http://www.mpii.de/yago/resource/Juang_language> owl:sameAs <http://lexvo.org/id/iso639-3/jun> .

<http://www.mpii.de/yago/resource/Juba_Arabic> owl:sameAs <http://lexvo.org/id/iso639-3/pga> .

<http://www.mpii.de/yago/resource/Judaeo-Georgian> owl:sameAs <http://lexvo.org/id/iso639-3/jge> .

<http://www.mpii.de/yago/resource/Judaeo-Spanish> owl:sameAs <http://lexvo.org/id/iso639-3/lad> .

<http://www.mpii.de/yago/resource/Judeo-Arabic_languages> owl:sameAs <http://lexvo.org/id/iso639-3/jrb> .

<http://www.mpii.de/yago/resource/Judeo-Berber_language> owl:sameAs <http://lexvo.org/id/iso639-3/jbe> .

<http://www.mpii.de/yago/resource/Judeo-Iraqi_Arabic> owl:sameAs <http://lexvo.org/id/iso639-3/yhd> .

<http://www.mpii.de/yago/resource/Judeo-Italian_languages> owl:sameAs <http://lexvo.org/id/iso639-3/itk> .

<http://www.mpii.de/yago/resource/Judeo-Moroccan> owl:sameAs <http://lexvo.org/id/iso639-3/aju> .

<http://www.mpii.de/yago/resource/Judeo-Tripolitanian_Arabic> owl:sameAs <http://lexvo.org/id/iso639-3/yud> .

<http://www.mpii.de/yago/resource/Judeo-Tunisian_Arabic> owl:sameAs <http://lexvo.org/id/iso639-3/ajt> .

<http://www.mpii.de/yago/resource/Judeo-Yemeni_Arabic> owl:sameAs <http://lexvo.org/id/iso639-3/jye> .

<http://www.mpii.de/yago/resource/Juhuri_language> owl:sameAs <http://lexvo.org/id/iso639-3/jdt> .

<http://www.mpii.de/yago/resource/Jukun_Takum_language> owl:sameAs <http://lexvo.org/id/iso639-3/jbu> .

<http://www.mpii.de/yago/resource/Jumjum_language> owl:sameAs <http://lexvo.org/id/iso639-3/jum> .

<http://www.mpii.de/yago/resource/Jumla_Sign_Language> owl:sameAs <http://lexvo.org/id/iso639-3/jus> .

<http://www.mpii.de/yago/resource/Jur%C3%BAna_language> owl:sameAs <http://lexvo.org/id/iso639-3/jur> .

<http://www.mpii.de/yago/resource/Jur_Modo_language> owl:sameAs <http://lexvo.org/id/iso639-3/bex> .

<http://www.mpii.de/yago/resource/Juray_language> owl:sameAs <http://lexvo.org/id/iso639-3/juy> .

<http://www.mpii.de/yago/resource/Jurchen_language> owl:sameAs <http://lexvo.org/id/iso639-3/juc> .

<http://www.mpii.de/yago/resource/Jurruru_language> owl:sameAs <http://lexvo.org/id/iso639-3/tju> .

<http://www.mpii.de/yago/resource/Jutlandic_dialect> owl:sameAs <http://lexvo.org/id/iso639-3/jut> .

<http://www.mpii.de/yago/resource/Juwal_language> owl:sameAs <http://lexvo.org/id/iso639-3/mwb> .

<http://www.mpii.de/yago/resource/Jwira-Pepesa_language> owl:sameAs <http://lexvo.org/id/iso639-3/jwi> .

<http://www.mpii.de/yago/resource/K%C3%A2te_language> owl:sameAs <http://lexvo.org/id/iso639-3/kmg> .

<http://www.mpii.de/yago/resource/K%E2%80%99iche%E2%80%99_language> owl:sameAs <http://lexvo.org/id/iso639-3/quc> .

<http://www.mpii.de/yago/resource/Ka'apor_Sign_Language> owl:sameAs <http://lexvo.org/id/iso639-3/uks> .

<http://www.mpii.de/yago/resource/Ka'apor_language> owl:sameAs <http://lexvo.org/id/iso639-3/urb> .

<http://www.mpii.de/yago/resource/Kaalong_language> owl:sameAs <http://lexvo.org/id/iso639-3/dii> .

<http://www.mpii.de/yago/resource/Kaan_language> owl:sameAs <http://lexvo.org/id/iso639-3/ldl> .

<http://www.mpii.de/yago/resource/Kaba_Deme_language> owl:sameAs <http://lexvo.org/id/iso639-3/kwg> .

<http://www.mpii.de/yago/resource/Kabalai_language> owl:sameAs <http://lexvo.org/id/iso639-3/kvf> .

<http://www.mpii.de/yago/resource/Kabardian_language> owl:sameAs <http://lexvo.org/id/iso639-3/kbd> .

<http://www.mpii.de/yago/resource/Kabix%C3%AD_language> owl:sameAs <http://lexvo.org/id/iso639-3/xbx> .

<http://www.mpii.de/yago/resource/Kabwari_language> owl:sameAs <http://lexvo.org/id/iso639-3/kcw> .

<http://www.mpii.de/yago/resource/Kabye_language> owl:sameAs <http://lexvo.org/id/iso639-3/kbp> .

<http://www.mpii.de/yago/resource/Kabyle_language> owl:sameAs <http://lexvo.org/id/iso639-3/kab> .

<http://www.mpii.de/yago/resource/Kachama-Ganjule_language> owl:sameAs <http://lexvo.org/id/iso639-3/kcx> .

<http://www.mpii.de/yago/resource/Kachari_language> owl:sameAs <http://lexvo.org/id/iso639-3/xac> .

<http://www.mpii.de/yago/resource/Kacipo-Balesi_language> owl:sameAs <http://lexvo.org/id/iso639-3/koe> .

<http://www.mpii.de/yago/resource/Kadara_language> owl:sameAs <http://lexvo.org/id/iso639-3/kad> .

<http://www.mpii.de/yago/resource/Kadiweu_language> owl:sameAs <http://lexvo.org/id/iso639-3/kbc> .

<http://www.mpii.de/yago/resource/Kadodi_language> owl:sameAs <http://lexvo.org/id/iso639-3/smv> .

<http://www.mpii.de/yago/resource/Kadugli_language> owl:sameAs <http://lexvo.org/id/iso639-3/xtc> .

<http://www.mpii.de/yago/resource/Kafa_language> owl:sameAs <http://lexvo.org/id/iso639-3/kbr> .

<http://www.mpii.de/yago/resource/Kagayanen_language> owl:sameAs <http://lexvo.org/id/iso639-3/cgc> .

<http://www.mpii.de/yago/resource/Kagoma_language> owl:sameAs <http://lexvo.org/id/iso639-3/kdm> .

<http://www.mpii.de/yago/resource/Kahe_language> owl:sameAs <http://lexvo.org/id/iso639-3/hka> .

<http://www.mpii.de/yago/resource/Kahua_language> owl:sameAs <http://lexvo.org/id/iso639-3/agw> .

<http://www.mpii.de/yago/resource/Kaikadi_language> owl:sameAs <http://lexvo.org/id/iso639-3/kep> .

<http://www.mpii.de/yago/resource/Kaiku_language> owl:sameAs <http://lexvo.org/id/iso639-3/kkq> .

<http://www.mpii.de/yago/resource/Kaimb%C3%A9_language> owl:sameAs <http://lexvo.org/id/iso639-3/xai> .

<http://www.mpii.de/yago/resource/Kaingang_language> owl:sameAs <http://lexvo.org/id/iso639-3/kgp> .

<http://www.mpii.de/yago/resource/Kairiru_language> owl:sameAs <http://lexvo.org/id/iso639-3/kxa> .

<http://www.mpii.de/yago/resource/Kajakse_language> owl:sameAs <http://lexvo.org/id/iso639-3/ckq> .

<http://www.mpii.de/yago/resource/Kaje_language> owl:sameAs <http://lexvo.org/id/iso639-3/kaj> .

<http://www.mpii.de/yago/resource/Kakauhua_language> owl:sameAs <http://lexvo.org/id/iso639-3/kbf> .

<http://www.mpii.de/yago/resource/Kaki_Ae_language> owl:sameAs <http://lexvo.org/id/iso639-3/tbd> .

<http://www.mpii.de/yago/resource/Kako_language> owl:sameAs <http://lexvo.org/id/iso639-3/kkj> .

<http://www.mpii.de/yago/resource/Kakwa_language> owl:sameAs <http://lexvo.org/id/iso639-3/cbv> .

<http://www.mpii.de/yago/resource/Kala_Lagaw_Ya> owl:sameAs <http://lexvo.org/id/iso639-3/mwp> .

<http://www.mpii.de/yago/resource/Kalabra_language> owl:sameAs <http://lexvo.org/id/iso639-3/kzz> .

<http://www.mpii.de/yago/resource/Kalami_language> owl:sameAs <http://lexvo.org/id/iso639-3/gwc> .

<http://www.mpii.de/yago/resource/Kalanga_language> owl:sameAs <http://lexvo.org/id/iso639-3/kck> .

<http://www.mpii.de/yago/resource/Kalash_language> owl:sameAs <http://lexvo.org/id/iso639-3/kls> .

<http://www.mpii.de/yago/resource/Kaligi_language> owl:sameAs <http://lexvo.org/id/iso639-3/fer> .

<http://www.mpii.de/yago/resource/Kaliko_language> owl:sameAs <http://lexvo.org/id/iso639-3/kbo> .

<http://www.mpii.de/yago/resource/Kalkatungu_language> owl:sameAs <http://lexvo.org/id/iso639-3/ktg> .

<http://www.mpii.de/yago/resource/Kallawaya_language> owl:sameAs <http://lexvo.org/id/iso639-3/caw> .

<http://www.mpii.de/yago/resource/Kalmyk_Oirat> owl:sameAs <http://lexvo.org/id/iso639-3/xal> .

<http://www.mpii.de/yago/resource/Kalto_language> owl:sameAs <http://lexvo.org/id/iso639-3/nlx> .

<http://www.mpii.de/yago/resource/Kaluli_language> owl:sameAs <http://lexvo.org/id/iso639-3/bco> .

<http://www.mpii.de/yago/resource/Kamantan_language> owl:sameAs <http://lexvo.org/id/iso639-3/kci> .

<http://www.mpii.de/yago/resource/Kamayur%C3%A1_language> owl:sameAs <http://lexvo.org/id/iso639-3/kay> .

<http://www.mpii.de/yago/resource/Kamba_language_(Brazil)> owl:sameAs <http://lexvo.org/id/iso639-3/xba> .

<http://www.mpii.de/yago/resource/Kambaata_language> owl:sameAs <http://lexvo.org/id/iso639-3/ktb> .

<http://www.mpii.de/yago/resource/Kambera_language> owl:sameAs <http://lexvo.org/id/iso639-3/xbr> .

<http://www.mpii.de/yago/resource/Kambiw%C3%A1_language> owl:sameAs <http://lexvo.org/id/iso639-3/xbw> .

<http://www.mpii.de/yago/resource/Kambot_language> owl:sameAs <http://lexvo.org/id/iso639-3/kbx> .

<http://www.mpii.de/yago/resource/Kamkam_language> owl:sameAs <http://lexvo.org/id/iso639-3/bgu> .

<http://www.mpii.de/yago/resource/Kamo_language> owl:sameAs <http://lexvo.org/id/iso639-3/kcq> .

<http://www.mpii.de/yago/resource/Kamono_language> owl:sameAs <http://lexvo.org/id/iso639-3/kbq> .

<http://www.mpii.de/yago/resource/Kamoro_language> owl:sameAs <http://lexvo.org/id/iso639-3/kgq> .

<http://www.mpii.de/yago/resource/Kamu_language> owl:sameAs <http://lexvo.org/id/iso639-3/xmu> .

<http://www.mpii.de/yago/resource/Kamuku_language> owl:sameAs <http://lexvo.org/id/iso639-3/cdr> .

<http://www.mpii.de/yago/resource/Kamula_language> owl:sameAs <http://lexvo.org/id/iso639-3/xla> .

<http://www.mpii.de/yago/resource/Kamviri_dialect> owl:sameAs <http://lexvo.org/id/iso639-3/xvi> .

<http://www.mpii.de/yago/resource/Kamwe_language> owl:sameAs <http://lexvo.org/id/iso639-3/hig> .

<http://www.mpii.de/yago/resource/Kanakanabu_language> owl:sameAs <http://lexvo.org/id/iso639-3/xnb> .

<http://www.mpii.de/yago/resource/Kanamar%C3%AD_language> owl:sameAs <http://lexvo.org/id/iso639-3/knm> .

<http://www.mpii.de/yago/resource/Kanasi_language> owl:sameAs <http://lexvo.org/id/iso639-3/soq> .

<http://www.mpii.de/yago/resource/Kanembu_language> owl:sameAs <http://lexvo.org/id/iso639-3/kbl> .

<http://www.mpii.de/yago/resource/Kanga_language> owl:sameAs <http://lexvo.org/id/iso639-3/kcp> .

<http://www.mpii.de/yago/resource/Kangean_language> owl:sameAs <http://lexvo.org/id/iso639-3/kkv> .

<http://www.mpii.de/yago/resource/Kanggape_language> owl:sameAs <http://lexvo.org/id/iso639-3/igm> .

<http://www.mpii.de/yago/resource/Kangjia_language> owl:sameAs <http://lexvo.org/id/iso639-3/kxs> .

<http://www.mpii.de/yago/resource/Kango_language_(Bas-U%C3%A9l%C3%A9_District)> owl:sameAs <http://lexvo.org/id/iso639-3/kty> .

<http://www.mpii.de/yago/resource/Kangri_language> owl:sameAs <http://lexvo.org/id/iso639-3/xnr> .

<http://www.mpii.de/yago/resource/Kaniet_language> owl:sameAs <http://lexvo.org/id/iso639-3/ktk> .

<http://www.mpii.de/yago/resource/Kanikkaran_language> owl:sameAs <http://lexvo.org/id/iso639-3/kev> .

<http://www.mpii.de/yago/resource/Kankana-ey_language> owl:sameAs <http://lexvo.org/id/iso639-3/kne> .

<http://www.mpii.de/yago/resource/Kannada> owl:sameAs <http://lexvo.org/id/iso639-3/kan> .

<http://www.mpii.de/yago/resource/Kannada_Kurumba> owl:sameAs <http://lexvo.org/id/iso639-3/kfi> .

<http://www.mpii.de/yago/resource/Kannauji> owl:sameAs <http://lexvo.org/id/iso639-3/bjj> .

<http://www.mpii.de/yago/resource/Kano%C3%AA_language> owl:sameAs <http://lexvo.org/id/iso639-3/kxo> .

<http://www.mpii.de/yago/resource/Kansa_language> owl:sameAs <http://lexvo.org/id/iso639-3/ksk> .

<http://www.mpii.de/yago/resource/Kanuri_language> owl:sameAs <http://lexvo.org/id/iso639-3/kau> .

<http://www.mpii.de/yago/resource/Kaonde_language> owl:sameAs <http://lexvo.org/id/iso639-3/kqn> .

<http://www.mpii.de/yago/resource/Kapampangan_language> owl:sameAs <http://lexvo.org/id/iso639-3/pam> .

<http://www.mpii.de/yago/resource/Kapinaw%C3%A1_language> owl:sameAs <http://lexvo.org/id/iso639-3/xpn> .

<http://www.mpii.de/yago/resource/Kapingamarangi_language> owl:sameAs <http://lexvo.org/id/iso639-3/kpg> .

<http://www.mpii.de/yago/resource/Kapori_language> owl:sameAs <http://lexvo.org/id/iso639-3/khp> .

<http://www.mpii.de/yago/resource/Kapriman_language> owl:sameAs <http://lexvo.org/id/iso639-3/dju> .

<http://www.mpii.de/yago/resource/Kaqchikel_language> owl:sameAs <http://lexvo.org/id/iso639-3/cak> .

<http://www.mpii.de/yago/resource/Kar_language> owl:sameAs <http://lexvo.org/id/iso639-3/xrb> .

<http://www.mpii.de/yago/resource/Kara_language_(Papua_New_Guinea)> owl:sameAs <http://lexvo.org/id/iso639-3/leu> .

<http://www.mpii.de/yago/resource/Karachay-Balkar_language> owl:sameAs <http://lexvo.org/id/iso639-3/krc> .

<http://www.mpii.de/yago/resource/Karahawyana_language> owl:sameAs <http://lexvo.org/id/iso639-3/xkh> .

<http://www.mpii.de/yago/resource/Karaim_language> owl:sameAs <http://lexvo.org/id/iso639-3/kdr> .

<http://www.mpii.de/yago/resource/Karaj%C3%A1_language> owl:sameAs <http://lexvo.org/id/iso639-3/kpj> .

<http://www.mpii.de/yago/resource/Karakalpak_language> owl:sameAs <http://lexvo.org/id/iso639-3/kaa> .

<http://www.mpii.de/yago/resource/Karamojong_language> owl:sameAs <http://lexvo.org/id/iso639-3/kdj> .

<http://www.mpii.de/yago/resource/Karanga_language> owl:sameAs <http://lexvo.org/id/iso639-3/kth> .

<http://www.mpii.de/yago/resource/Karankawa_language> owl:sameAs <http://lexvo.org/id/iso639-3/zkk> .

<http://www.mpii.de/yago/resource/Karas_language> owl:sameAs <http://lexvo.org/id/iso639-3/kgv> .

<http://www.mpii.de/yago/resource/Karata_language> owl:sameAs <http://lexvo.org/id/iso639-3/kpt> .

<http://www.mpii.de/yago/resource/Karbi_language> owl:sameAs <http://lexvo.org/id/iso639-3/mjw> .

<http://www.mpii.de/yago/resource/Kare_language_(Adamawa)> owl:sameAs <http://lexvo.org/id/iso639-3/kbn> .

<http://www.mpii.de/yago/resource/Kare_language_(Papuan)> owl:sameAs <http://lexvo.org/id/iso639-3/kmf> .

<http://www.mpii.de/yago/resource/Karekare_language> owl:sameAs <http://lexvo.org/id/iso639-3/kai> .

<http://www.mpii.de/yago/resource/Karelian_language> owl:sameAs <http://lexvo.org/id/iso639-3/krl> .

<http://www.mpii.de/yago/resource/Karen_languages> owl:sameAs <http://lexvo.org/id/iso639-5/kar> .

<http://www.mpii.de/yago/resource/Kari_language> owl:sameAs <http://lexvo.org/id/iso639-3/kbj> .

<http://www.mpii.de/yago/resource/Karipun%C3%A1_language> owl:sameAs <http://lexvo.org/id/iso639-3/kuq> .

<http://www.mpii.de/yago/resource/Kariri_languages> owl:sameAs <http://lexvo.org/id/iso639-3/kzw> .

<http://www.mpii.de/yago/resource/Kariti%C3%A2na_language> owl:sameAs <http://lexvo.org/id/iso639-3/ktn> .

<http://www.mpii.de/yago/resource/Kariya_language> owl:sameAs <http://lexvo.org/id/iso639-3/kil> .

<http://www.mpii.de/yago/resource/Karkin_language> owl:sameAs <http://lexvo.org/id/iso639-3/krb> .

<http://www.mpii.de/yago/resource/Karnai_language> owl:sameAs <http://lexvo.org/id/iso639-3/bbv> .

<http://www.mpii.de/yago/resource/Karnataka_Konkani> owl:sameAs <http://lexvo.org/id/iso639-3/kex> .

<http://www.mpii.de/yago/resource/Karo_language> owl:sameAs <http://lexvo.org/id/iso639-3/kxh> .

<http://www.mpii.de/yago/resource/Karon_Dori_language> owl:sameAs <http://lexvo.org/id/iso639-3/kgw> .

<http://www.mpii.de/yago/resource/Karon_language> owl:sameAs <http://lexvo.org/id/iso639-3/krx> .

<http://www.mpii.de/yago/resource/Karore_language> owl:sameAs <http://lexvo.org/id/iso639-3/xkx> .

<http://www.mpii.de/yago/resource/Kartvelian_languages> owl:sameAs <http://lexvo.org/id/iso639-5/ccs> .

<http://www.mpii.de/yago/resource/Karuk_language> owl:sameAs <http://lexvo.org/id/iso639-3/kyh> .

<http://www.mpii.de/yago/resource/Kasa_language> owl:sameAs <http://lexvo.org/id/iso639-3/csk> .

<http://www.mpii.de/yago/resource/Kasanga_language> owl:sameAs <http://lexvo.org/id/iso639-3/ccj> .

<http://www.mpii.de/yago/resource/Kasem_language> owl:sameAs <http://lexvo.org/id/iso639-3/xsm> .

<http://www.mpii.de/yago/resource/Kashaya_language> owl:sameAs <http://lexvo.org/id/iso639-3/kju> .

<http://www.mpii.de/yago/resource/Kashmiri_language> owl:sameAs <http://lexvo.org/id/iso639-3/kas> .

<http://www.mpii.de/yago/resource/Kashubian_language> owl:sameAs <http://lexvo.org/id/iso639-3/csb> .

<http://www.mpii.de/yago/resource/Kaska_language> owl:sameAs <http://lexvo.org/id/iso639-3/kkz> .

<http://www.mpii.de/yago/resource/Kaskian_language> owl:sameAs <http://lexvo.org/id/iso639-3/zsk> .

<http://www.mpii.de/yago/resource/Kata-vari_dialect> owl:sameAs <http://lexvo.org/id/iso639-3/bsh> .

<http://www.mpii.de/yago/resource/Kata_Kolok> owl:sameAs <http://lexvo.org/id/iso639-3/bqy> .

<http://www.mpii.de/yago/resource/Kataang_dialect> owl:sameAs <http://lexvo.org/id/iso639-3/kgd> .

<http://www.mpii.de/yago/resource/Katab_language> owl:sameAs <http://lexvo.org/id/iso639-3/kcg> .

<http://www.mpii.de/yago/resource/Katawixi_language> owl:sameAs <http://lexvo.org/id/iso639-3/xat> .

<http://www.mpii.de/yago/resource/Katla_language> owl:sameAs <http://lexvo.org/id/iso639-3/kcr> .

<http://www.mpii.de/yago/resource/Katuk%C3%ADna_language> owl:sameAs <http://lexvo.org/id/iso639-3/kav> .

<http://www.mpii.de/yago/resource/Kaulong_language> owl:sameAs <http://lexvo.org/id/iso639-3/pss> .

<http://www.mpii.de/yago/resource/Kaure_language> owl:sameAs <http://lexvo.org/id/iso639-3/bpp> .

<http://www.mpii.de/yago/resource/Kavalan_language> owl:sameAs <http://lexvo.org/id/iso639-3/ckv> .

<http://www.mpii.de/yago/resource/Kaw%C3%A9sqar_language> owl:sameAs <http://lexvo.org/id/iso639-3/alc> .

<http://www.mpii.de/yago/resource/Kawaiisu_language> owl:sameAs <http://lexvo.org/id/iso639-3/xaw> .

<http://www.mpii.de/yago/resource/Kaxarar%C3%AD_language> owl:sameAs <http://lexvo.org/id/iso639-3/ktx> .

<http://www.mpii.de/yago/resource/Kayabi_language> owl:sameAs <http://lexvo.org/id/iso639-3/kyz> .

<http://www.mpii.de/yago/resource/Kayagar_language> owl:sameAs <http://lexvo.org/id/iso639-3/kyt> .

<http://www.mpii.de/yago/resource/Kayapo_language> owl:sameAs <http://lexvo.org/id/iso639-3/txu> .

<http://www.mpii.de/yago/resource/Kayardild_language> owl:sameAs <http://lexvo.org/id/iso639-3/gyd> .

<http://www.mpii.de/yago/resource/Kayaw_language> owl:sameAs <http://lexvo.org/id/iso639-3/kvl> .

<http://www.mpii.de/yago/resource/Kayeli_language> owl:sameAs <http://lexvo.org/id/iso639-3/kzl> .

<http://www.mpii.de/yago/resource/Kayort_language> owl:sameAs <http://lexvo.org/id/iso639-3/kyv> .

<http://www.mpii.de/yago/resource/Kazakh_language> owl:sameAs <http://lexvo.org/id/iso639-3/kaz> .

<http://www.mpii.de/yago/resource/Kazukuru_language> owl:sameAs <http://lexvo.org/id/iso639-3/kzk> .

<http://www.mpii.de/yago/resource/Kebu_language> owl:sameAs <http://lexvo.org/id/iso639-3/keu> .

<http://www.mpii.de/yago/resource/Kedah_Malay> owl:sameAs <http://lexvo.org/id/iso639-3/meo> .

<http://www.mpii.de/yago/resource/Kehu_language> owl:sameAs <http://lexvo.org/id/iso639-3/khh> .

<http://www.mpii.de/yago/resource/Kei_language> owl:sameAs <http://lexvo.org/id/iso639-3/kei> .

<http://www.mpii.de/yago/resource/Keiga_Jirru_language> owl:sameAs <http://lexvo.org/id/iso639-3/keg> .

<http://www.mpii.de/yago/resource/Keiga_language> owl:sameAs <http://lexvo.org/id/iso639-3/kec> .

<http://www.mpii.de/yago/resource/Keiyo_language> owl:sameAs <http://lexvo.org/id/iso639-3/eyo> .

<http://www.mpii.de/yago/resource/Kela_language_(Bantu)> owl:sameAs <http://lexvo.org/id/iso639-3/kel> .

<http://www.mpii.de/yago/resource/Kela_language_(New_Guinea)> owl:sameAs <http://lexvo.org/id/iso639-3/kcl> .

<http://www.mpii.de/yago/resource/Kelabit_language> owl:sameAs <http://lexvo.org/id/iso639-3/kzi> .

<http://www.mpii.de/yago/resource/Kele_language_(Congo)> owl:sameAs <http://lexvo.org/id/iso639-3/khy> .

<http://www.mpii.de/yago/resource/Kele_language_(Gabon)> owl:sameAs <http://lexvo.org/id/iso639-3/keb> .

<http://www.mpii.de/yago/resource/Kele_language_(New_Guinea)> owl:sameAs <http://lexvo.org/id/iso639-3/sbc> .

<http://www.mpii.de/yago/resource/Kele_language_(Nigeria)> owl:sameAs <http://lexvo.org/id/iso639-3/kez> .

<http://www.mpii.de/yago/resource/Kelo_language> owl:sameAs <http://lexvo.org/id/iso639-3/xel> .

<http://www.mpii.de/yago/resource/Kemak_language> owl:sameAs <http://lexvo.org/id/iso639-3/kem> .

<http://www.mpii.de/yago/resource/Kembra_language> owl:sameAs <http://lexvo.org/id/iso639-3/xkw> .

<http://www.mpii.de/yago/resource/Kemezung_language> owl:sameAs <http://lexvo.org/id/iso639-3/dmo> .

<http://www.mpii.de/yago/resource/Kemi_Sami_language> owl:sameAs <http://lexvo.org/id/iso639-3/sjk> .

<http://www.mpii.de/yago/resource/Kemie_language> owl:sameAs <http://lexvo.org/id/iso639-3/kfj> .

<http://www.mpii.de/yago/resource/Kemtuik_language> owl:sameAs <http://lexvo.org/id/iso639-3/kmt> .

<http://www.mpii.de/yago/resource/Kenati_language> owl:sameAs <http://lexvo.org/id/iso639-3/gat> .

<http://www.mpii.de/yago/resource/Kendeje_language> owl:sameAs <http://lexvo.org/id/iso639-3/klf> .

<http://www.mpii.de/yago/resource/Kenga_language> owl:sameAs <http://lexvo.org/id/iso639-3/kyq> .

<http://www.mpii.de/yago/resource/Kensiu_language> owl:sameAs <http://lexvo.org/id/iso639-3/kns> .

<http://www.mpii.de/yago/resource/Kenyan_Sign_Language> owl:sameAs <http://lexvo.org/id/iso639-3/xki> .

<http://www.mpii.de/yago/resource/Kera_language> owl:sameAs <http://lexvo.org/id/iso639-3/ker> .

<http://www.mpii.de/yago/resource/Kerek_language> owl:sameAs <http://lexvo.org/id/iso639-3/krk> .

<http://www.mpii.de/yago/resource/Ket_language> owl:sameAs <http://lexvo.org/id/iso639-3/ket> .

<http://www.mpii.de/yago/resource/Ketangalan_language> owl:sameAs <http://lexvo.org/id/iso639-3/kae> .

<http://www.mpii.de/yago/resource/Ketengban_language> owl:sameAs <http://lexvo.org/id/iso639-3/xte> .

<http://www.mpii.de/yago/resource/Kgalagadi_language> owl:sameAs <http://lexvo.org/id/iso639-3/xkv> .

<http://www.mpii.de/yago/resource/Kh%C3%BCn_language> owl:sameAs <http://lexvo.org/id/iso639-3/kkh> .

<http://www.mpii.de/yago/resource/Khalaj_language> owl:sameAs <http://lexvo.org/id/iso639-3/klj> .

<http://www.mpii.de/yago/resource/Khaling_language> owl:sameAs <http://lexvo.org/id/iso639-3/klr> .

<http://www.mpii.de/yago/resource/Khams_Tibetan_language> owl:sameAs <http://lexvo.org/id/iso639-3/khg> .

<http://www.mpii.de/yago/resource/Khana_language> owl:sameAs <http://lexvo.org/id/iso639-3/ogo> .

<http://www.mpii.de/yago/resource/Khanty_language> owl:sameAs <http://lexvo.org/id/iso639-3/kca> .

<http://www.mpii.de/yago/resource/Kharia_Thar_language> owl:sameAs <http://lexvo.org/id/iso639-3/ksy> .

<http://www.mpii.de/yago/resource/Kharia_language> owl:sameAs <http://lexvo.org/id/iso639-3/khr> .

<http://www.mpii.de/yago/resource/Khasi_language> owl:sameAs <http://lexvo.org/id/iso639-3/kha> .

<http://www.mpii.de/yago/resource/Khazar_language> owl:sameAs <http://lexvo.org/id/iso639-3/zkz> .

<http://www.mpii.de/yago/resource/Khehek_language> owl:sameAs <http://lexvo.org/id/iso639-3/tlx> .

<http://www.mpii.de/yago/resource/Khelma_language> owl:sameAs <http://lexvo.org/id/iso639-3/sch> .

<http://www.mpii.de/yago/resource/Kheng_language> owl:sameAs <http://lexvo.org/id/iso639-3/xkf> .

<http://www.mpii.de/yago/resource/Khetrani_language> owl:sameAs <http://lexvo.org/id/iso639-3/xhe> .

<http://www.mpii.de/yago/resource/Khiamniungan_language> owl:sameAs <http://lexvo.org/id/iso639-3/kix> .

<http://www.mpii.de/yago/resource/Khinalug_language> owl:sameAs <http://lexvo.org/id/iso639-3/kjj> .

<http://www.mpii.de/yago/resource/Khitan_language> owl:sameAs <http://lexvo.org/id/iso639-3/zkt> .

<http://www.mpii.de/yago/resource/Khlula_language> owl:sameAs <http://lexvo.org/id/iso639-3/ykl> .

<http://www.mpii.de/yago/resource/Khmu_language> owl:sameAs <http://lexvo.org/id/iso639-3/kjg> .

<http://www.mpii.de/yago/resource/Kho'ini_dialect> owl:sameAs <http://lexvo.org/id/iso639-3/xkc> .

<http://www.mpii.de/yago/resource/Khoirao_language> owl:sameAs <http://lexvo.org/id/iso639-3/nki> .

<http://www.mpii.de/yago/resource/Khoisan_languages> owl:sameAs <http://lexvo.org/id/iso639-5/khi> .

<http://www.mpii.de/yago/resource/Kholok_language> owl:sameAs <http://lexvo.org/id/iso639-3/ktc> .

<http://www.mpii.de/yago/resource/Khorasani_Turkic_language> owl:sameAs <http://lexvo.org/id/iso639-3/kmz> .

<http://www.mpii.de/yago/resource/Khowa_language> owl:sameAs <http://lexvo.org/id/iso639-3/bgg> .

<http://www.mpii.de/yago/resource/Khowar_language> owl:sameAs <http://lexvo.org/id/iso639-3/khw> .

<http://www.mpii.de/yago/resource/Khunsari_language> owl:sameAs <http://lexvo.org/id/iso639-3/kfm> .

<http://www.mpii.de/yago/resource/Khwarezmian_language> owl:sameAs <http://lexvo.org/id/iso639-3/xco> .

<http://www.mpii.de/yago/resource/Khwarshi_language> owl:sameAs <http://lexvo.org/id/iso639-3/khv> .

<http://www.mpii.de/yago/resource/Ki_language> owl:sameAs <http://lexvo.org/id/iso639-3/bag> .

<http://www.mpii.de/yago/resource/Kiai_language> owl:sameAs <http://lexvo.org/id/iso639-3/frt> .

<http://www.mpii.de/yago/resource/Kibajuni_dialect> owl:sameAs <http://lexvo.org/id/iso639-3/swh> .

<http://www.mpii.de/yago/resource/Kiga_language> owl:sameAs <http://lexvo.org/id/iso639-3/cgg> .

<http://www.mpii.de/yago/resource/Kija_language> owl:sameAs <http://lexvo.org/id/iso639-3/gia> .

<http://www.mpii.de/yago/resource/Kildin_Sami_language> owl:sameAs <http://lexvo.org/id/iso639-3/sjd> .

<http://www.mpii.de/yago/resource/Kiliwa_language> owl:sameAs <http://lexvo.org/id/iso639-3/klb> .

<http://www.mpii.de/yago/resource/Kilmeri_language> owl:sameAs <http://lexvo.org/id/iso639-3/kih> .

<http://www.mpii.de/yago/resource/Kim_Mun_language> owl:sameAs <http://lexvo.org/id/iso639-3/mji> .

<http://www.mpii.de/yago/resource/Kim_language> owl:sameAs <http://lexvo.org/id/iso639-3/kia> .

<http://www.mpii.de/yago/resource/Kimba_language> owl:sameAs <http://lexvo.org/id/iso639-3/kdl> .

<http://www.mpii.de/yago/resource/Kimbu_language> owl:sameAs <http://lexvo.org/id/iso639-3/kiv> .

<http://www.mpii.de/yago/resource/Kimr%C3%A9_language> owl:sameAs <http://lexvo.org/id/iso639-3/kqp> .

<http://www.mpii.de/yago/resource/Kinamigin_language> owl:sameAs <http://lexvo.org/id/iso639-3/mkx> .

<http://www.mpii.de/yago/resource/Kinaray-a_language> owl:sameAs <http://lexvo.org/id/iso639-3/krj> .

<http://www.mpii.de/yago/resource/Kinnauri_language> owl:sameAs <http://lexvo.org/id/iso639-3/kfk> .

<http://www.mpii.de/yago/resource/Kintaq_language> owl:sameAs <http://lexvo.org/id/iso639-3/knq> .

<http://www.mpii.de/yago/resource/Kinyarwanda> owl:sameAs <http://lexvo.org/id/iso639-3/kin> .

<http://www.mpii.de/yago/resource/Kiong_Nai_language> owl:sameAs <http://lexvo.org/id/iso639-3/pnu> .

<http://www.mpii.de/yago/resource/Kiowa_language> owl:sameAs <http://lexvo.org/id/iso639-3/kio> .

<http://www.mpii.de/yago/resource/Kipsigis_language> owl:sameAs <http://lexvo.org/id/iso639-3/sgc> .

<http://www.mpii.de/yago/resource/Kiput_language> owl:sameAs <http://lexvo.org/id/iso639-3/kyi> .

<http://www.mpii.de/yago/resource/Kir-Balar_language> owl:sameAs <http://lexvo.org/id/iso639-3/kkr> .

<http://www.mpii.de/yago/resource/Kire_language> owl:sameAs <http://lexvo.org/id/iso639-3/geb> .

<http://www.mpii.de/yago/resource/Kirundi> owl:sameAs <http://lexvo.org/id/iso639-3/run> .

<http://www.mpii.de/yago/resource/Kirya-Konz%C9%99l_language> owl:sameAs <http://lexvo.org/id/iso639-3/fkk> .

<http://www.mpii.de/yago/resource/Kisi_language_(Tanzania)> owl:sameAs <http://lexvo.org/id/iso639-3/kiz> .

<http://www.mpii.de/yago/resource/Kitsai_language> owl:sameAs <http://lexvo.org/id/iso639-3/kii> .

<http://www.mpii.de/yago/resource/Klallam_language> owl:sameAs <http://lexvo.org/id/iso639-3/clm> .

<http://www.mpii.de/yago/resource/Klamath_language> owl:sameAs <http://lexvo.org/id/iso639-3/kla> .

<http://www.mpii.de/yago/resource/Klao_language> owl:sameAs <http://lexvo.org/id/iso639-3/klu> .

<http://www.mpii.de/yago/resource/Klingon_language> owl:sameAs <http://lexvo.org/id/iso639-3/tlh> .

<http://www.mpii.de/yago/resource/Knaanic_language> owl:sameAs <http://lexvo.org/id/iso639-3/czk> .

<http://www.mpii.de/yago/resource/Koalib_language> owl:sameAs <http://lexvo.org/id/iso639-3/kib> .

<http://www.mpii.de/yago/resource/Koasati_language> owl:sameAs <http://lexvo.org/id/iso639-3/cku> .

<http://www.mpii.de/yago/resource/Kobiana_language> owl:sameAs <http://lexvo.org/id/iso639-3/kcj> .

<http://www.mpii.de/yago/resource/Kobon_language> owl:sameAs <http://lexvo.org/id/iso639-3/kpw> .

<http://www.mpii.de/yago/resource/Koch_language> owl:sameAs <http://lexvo.org/id/iso639-3/kdq> .

<http://www.mpii.de/yago/resource/Kodava_language> owl:sameAs <http://lexvo.org/id/iso639-3/kfa> .

<http://www.mpii.de/yago/resource/Koenoem_language> owl:sameAs <http://lexvo.org/id/iso639-3/kcs> .

<http://www.mpii.de/yago/resource/Kofa_language> owl:sameAs <http://lexvo.org/id/iso639-3/kso> .

<http://www.mpii.de/yago/resource/Kofyar_language> owl:sameAs <http://lexvo.org/id/iso639-3/kwl> .

<http://www.mpii.de/yago/resource/Kogi_language> owl:sameAs <http://lexvo.org/id/iso639-3/kog> .

<http://www.mpii.de/yago/resource/Kogo_language> owl:sameAs <http://lexvo.org/id/iso639-3/bkh> .

<http://www.mpii.de/yago/resource/Koho_language> owl:sameAs <http://lexvo.org/id/iso639-3/kpm> .

<http://www.mpii.de/yago/resource/Kokborok> owl:sameAs <http://lexvo.org/id/iso639-3/trp> .

<http://www.mpii.de/yago/resource/Kokoda_language> owl:sameAs <http://lexvo.org/id/iso639-3/xod> .

<http://www.mpii.de/yago/resource/Kokota_language> owl:sameAs <http://lexvo.org/id/iso639-3/kkk> .

<http://www.mpii.de/yago/resource/Kol_language_(Cameroon)> owl:sameAs <http://lexvo.org/id/iso639-3/biw> .

<http://www.mpii.de/yago/resource/Kol_language_(Papua_New_Guinea)> owl:sameAs <http://lexvo.org/id/iso639-3/kol> .

<http://www.mpii.de/yago/resource/Kolami_language> owl:sameAs <http://lexvo.org/id/iso639-3/kfb> .

<http://www.mpii.de/yago/resource/Kom_language> owl:sameAs <http://lexvo.org/id/iso639-3/bkm> .

<http://www.mpii.de/yago/resource/Kom_language_(India)> owl:sameAs <http://lexvo.org/id/iso639-3/kmm> .

<http://www.mpii.de/yago/resource/Koma_language> owl:sameAs <http://lexvo.org/id/iso639-3/kmy> .

<http://www.mpii.de/yago/resource/Komba_language> owl:sameAs <http://lexvo.org/id/iso639-3/kpf> .

<http://www.mpii.de/yago/resource/Kombe_language> owl:sameAs <http://lexvo.org/id/iso639-3/nui> .

<http://www.mpii.de/yago/resource/Kombio_language> owl:sameAs <http://lexvo.org/id/iso639-3/xbi> .

<http://www.mpii.de/yago/resource/Komering_language> owl:sameAs <http://lexvo.org/id/iso639-3/kge> .

<http://www.mpii.de/yago/resource/Komi-Permyak_language> owl:sameAs <http://lexvo.org/id/iso639-3/koi> .

<http://www.mpii.de/yago/resource/Komi-Yodzyak_language> owl:sameAs <http://lexvo.org/id/iso639-3/kpv> .

<http://www.mpii.de/yago/resource/Komi_language> owl:sameAs <http://lexvo.org/id/iso639-3/kom> .

<http://www.mpii.de/yago/resource/Komo_language> owl:sameAs <http://lexvo.org/id/iso639-3/xom> .

<http://www.mpii.de/yago/resource/Komo_language_(Bantu)> owl:sameAs <http://lexvo.org/id/iso639-3/kmw> .

<http://www.mpii.de/yago/resource/Komyandaret_language> owl:sameAs <http://lexvo.org/id/iso639-3/kzv> .

<http://www.mpii.de/yago/resource/Konda_language_(Dravidian)> owl:sameAs <http://lexvo.org/id/iso639-3/kfc> .

<http://www.mpii.de/yago/resource/Konda_language_(Papuan)> owl:sameAs <http://lexvo.org/id/iso639-3/knd> .

<http://www.mpii.de/yago/resource/Koneraw_language> owl:sameAs <http://lexvo.org/id/iso639-3/kdw> .

<http://www.mpii.de/yago/resource/Kongo_language> owl:sameAs <http://lexvo.org/id/iso639-3/kon> .

<http://www.mpii.de/yago/resource/Konjo> owl:sameAs <http://lexvo.org/id/iso639-3/koo> .

<http://www.mpii.de/yago/resource/Konkani_language> owl:sameAs <http://lexvo.org/id/iso639-3/kok> .

<http://www.mpii.de/yago/resource/Konkomba_language> owl:sameAs <http://lexvo.org/id/iso639-3/xon> .

<http://www.mpii.de/yago/resource/Konkow_language> owl:sameAs <http://lexvo.org/id/iso639-3/mjd> .

<http://www.mpii.de/yago/resource/Kono_language> owl:sameAs <http://lexvo.org/id/iso639-3/kno> .

<http://www.mpii.de/yago/resource/Konobo_language> owl:sameAs <http://lexvo.org/id/iso639-3/kqo> .

<http://www.mpii.de/yago/resource/Konso_language> owl:sameAs <http://lexvo.org/id/iso639-3/kxc> .

<http://www.mpii.de/yago/resource/Koorete_language> owl:sameAs <http://lexvo.org/id/iso639-3/kqy> .

<http://www.mpii.de/yago/resource/Kopar_language> owl:sameAs <http://lexvo.org/id/iso639-3/xop> .

<http://www.mpii.de/yago/resource/Koraga_language> owl:sameAs <http://lexvo.org/id/iso639-3/kfd> .

<http://www.mpii.de/yago/resource/Korana_language> owl:sameAs <http://lexvo.org/id/iso639-3/kqz> .

<http://www.mpii.de/yago/resource/Korandje_language> owl:sameAs <http://lexvo.org/id/iso639-3/kcy> .

<http://www.mpii.de/yago/resource/Kordofanian_languages> owl:sameAs <http://lexvo.org/id/iso639-5/kdo> .

<http://www.mpii.de/yago/resource/Korean_Sign_Language> owl:sameAs <http://lexvo.org/id/iso639-3/kvk> .

<http://www.mpii.de/yago/resource/Korean_language> owl:sameAs <http://lexvo.org/id/iso639-3/kor> .

<http://www.mpii.de/yago/resource/Korku_language> owl:sameAs <http://lexvo.org/id/iso639-3/kfq> .

<http://www.mpii.de/yago/resource/Koro_language_(India)> owl:sameAs <http://lexvo.org/id/iso639-3/jkr> .

<http://www.mpii.de/yago/resource/Koro_language_(New_Guinea)> owl:sameAs <http://lexvo.org/id/iso639-3/kxr> .

<http://www.mpii.de/yago/resource/Koro_language_(Vanuatu)> owl:sameAs <http://lexvo.org/id/iso639-3/krf> .

<http://www.mpii.de/yago/resource/Koromfe_language> owl:sameAs <http://lexvo.org/id/iso639-3/kfz> .

<http://www.mpii.de/yago/resource/Koromira_language> owl:sameAs <http://lexvo.org/id/iso639-3/kqj> .

<http://www.mpii.de/yago/resource/Korop%C3%B3_language> owl:sameAs <http://lexvo.org/id/iso639-3/xxr> .

<http://www.mpii.de/yago/resource/Koroshi_dialect> owl:sameAs <http://lexvo.org/id/iso639-3/ktl> .

<http://www.mpii.de/yago/resource/Korowai_language> owl:sameAs <http://lexvo.org/id/iso639-3/khe> .

<http://www.mpii.de/yago/resource/Korupun_language> owl:sameAs <http://lexvo.org/id/iso639-3/kpq> .

<http://www.mpii.de/yago/resource/Korur_language> owl:sameAs <http://lexvo.org/id/iso639-3/auq> .

<http://www.mpii.de/yago/resource/Koryak_language> owl:sameAs <http://lexvo.org/id/iso639-3/kpy> .

<http://www.mpii.de/yago/resource/Kose_language> owl:sameAs <http://lexvo.org/id/iso639-3/bss> .

<http://www.mpii.de/yago/resource/Koshin_language> owl:sameAs <http://lexvo.org/id/iso639-3/kid> .

<http://www.mpii.de/yago/resource/Kosraean_language> owl:sameAs <http://lexvo.org/id/iso639-3/kos> .

<http://www.mpii.de/yago/resource/Kota_language> owl:sameAs <http://lexvo.org/id/iso639-3/kfe> .

<http://www.mpii.de/yago/resource/Kota_language_(Gabon)> owl:sameAs <http://lexvo.org/id/iso639-3/koq> .

<http://www.mpii.de/yago/resource/Koti_language> owl:sameAs <http://lexvo.org/id/iso639-3/eko> .

<http://www.mpii.de/yago/resource/Kott_language> owl:sameAs <http://lexvo.org/id/iso639-3/zko> .

<http://www.mpii.de/yago/resource/Kovai_language> owl:sameAs <http://lexvo.org/id/iso639-3/kqb> .

<http://www.mpii.de/yago/resource/Kove_language> owl:sameAs <http://lexvo.org/id/iso639-3/kvc> .

<http://www.mpii.de/yago/resource/Kowiai_language> owl:sameAs <http://lexvo.org/id/iso639-3/kwh> .

<http://www.mpii.de/yago/resource/Koy_Sanjaq_Syriac_language> owl:sameAs <http://lexvo.org/id/iso639-3/kqd> .

<http://www.mpii.de/yago/resource/Koya_language> owl:sameAs <http://lexvo.org/id/iso639-3/kff> .

<http://www.mpii.de/yago/resource/Koyra_Chiini> owl:sameAs <http://lexvo.org/id/iso639-3/khq> .

<http://www.mpii.de/yago/resource/Koyraboro_Senni> owl:sameAs <http://lexvo.org/id/iso639-3/ses> .

<http://www.mpii.de/yago/resource/Koyukon_language> owl:sameAs <http://lexvo.org/id/iso639-3/koy> .

<http://www.mpii.de/yago/resource/Kpa'_language> owl:sameAs <http://lexvo.org/id/iso639-3/ksf> .

<http://www.mpii.de/yago/resource/Kpati_language> owl:sameAs <http://lexvo.org/id/iso639-3/koc> .

<http://www.mpii.de/yago/resource/Kpatili_language> owl:sameAs <http://lexvo.org/id/iso639-3/kym> .

<http://www.mpii.de/yago/resource/Kpelle_language> owl:sameAs <http://lexvo.org/id/iso639-3/kpe> .

<http://www.mpii.de/yago/resource/Kposo_language> owl:sameAs <http://lexvo.org/id/iso639-3/kpo> .

<http://www.mpii.de/yago/resource/Krache_language> owl:sameAs <http://lexvo.org/id/iso639-3/kye> .

<http://www.mpii.de/yago/resource/Krenak_language> owl:sameAs <http://lexvo.org/id/iso639-3/kqq> .

<http://www.mpii.de/yago/resource/Kresh_language> owl:sameAs <http://lexvo.org/id/iso639-3/krs> .

<http://www.mpii.de/yago/resource/Kreye_language> owl:sameAs <http://lexvo.org/id/iso639-3/xre> .

<http://www.mpii.de/yago/resource/Krim_language> owl:sameAs <http://lexvo.org/id/iso639-3/krm> .

<http://www.mpii.de/yago/resource/Krio_Dayak_language> owl:sameAs <http://lexvo.org/id/iso639-3/xke> .

<http://www.mpii.de/yago/resource/Kristang_language> owl:sameAs <http://lexvo.org/id/iso639-3/mcm> .

<http://www.mpii.de/yago/resource/Kristi_language> owl:sameAs <http://lexvo.org/id/iso639-3/vkp> .

<http://www.mpii.de/yago/resource/Krobu_language> owl:sameAs <http://lexvo.org/id/iso639-3/kxb> .

<http://www.mpii.de/yago/resource/Krongo_language> owl:sameAs <http://lexvo.org/id/iso639-3/kgo> .

<http://www.mpii.de/yago/resource/Kru_languages> owl:sameAs <http://lexvo.org/id/iso639-5/kro> .

<http://www.mpii.de/yago/resource/Krumen_language> owl:sameAs <http://lexvo.org/id/iso639-3/grb> .

<http://www.mpii.de/yago/resource/Krymchak_language> owl:sameAs <http://lexvo.org/id/iso639-3/jct> .

<http://www.mpii.de/yago/resource/Kryts_language> owl:sameAs <http://lexvo.org/id/iso639-3/kry> .

<http://www.mpii.de/yago/resource/Kuba_language> owl:sameAs <http://lexvo.org/id/iso639-3/kxx> .

<http://www.mpii.de/yago/resource/Kube_language> owl:sameAs <http://lexvo.org/id/iso639-3/kgf> .

<http://www.mpii.de/yago/resource/Kubi_language> owl:sameAs <http://lexvo.org/id/iso639-3/kof> .

<http://www.mpii.de/yago/resource/Kuhane_language> owl:sameAs <http://lexvo.org/id/iso639-3/sbs> .

<http://www.mpii.de/yago/resource/Kui_language_(India)> owl:sameAs <http://lexvo.org/id/iso639-3/kxu> .

<http://www.mpii.de/yago/resource/Kui_language_(Indonesia)> owl:sameAs <http://lexvo.org/id/iso639-3/kvd> .

<http://www.mpii.de/yago/resource/Kuikuro_language> owl:sameAs <http://lexvo.org/id/iso639-3/kui> .

<http://www.mpii.de/yago/resource/Kujarg%C3%A9_language> owl:sameAs <http://lexvo.org/id/iso639-3/vkj> .

<http://www.mpii.de/yago/resource/Kuku_Nyungkal_language> owl:sameAs <http://lexvo.org/id/iso639-3/gvn> .

<http://www.mpii.de/yago/resource/Kuku_dialect> owl:sameAs <http://lexvo.org/id/iso639-3/bfa> .

<http://www.mpii.de/yago/resource/Kukuya_language> owl:sameAs <http://lexvo.org/id/iso639-3/kkw> .

<http://www.mpii.de/yago/resource/Kula_language> owl:sameAs <http://lexvo.org/id/iso639-3/tpg> .

<http://www.mpii.de/yago/resource/Kulere_language> owl:sameAs <http://lexvo.org/id/iso639-3/kul> .

<http://www.mpii.de/yago/resource/Kulino_language> owl:sameAs <http://lexvo.org/id/iso639-3/xpk> .

<http://www.mpii.de/yago/resource/Kullu_Pahari_language> owl:sameAs <http://lexvo.org/id/iso639-3/kfx> .

<http://www.mpii.de/yago/resource/Kulu_language> owl:sameAs <http://lexvo.org/id/iso639-3/ikl> .

<http://www.mpii.de/yago/resource/Kulung_language> owl:sameAs <http://lexvo.org/id/iso639-3/kle> .

<http://www.mpii.de/yago/resource/Kulung_language_(Nigeria)> owl:sameAs <http://lexvo.org/id/iso639-3/bbu> .

<http://www.mpii.de/yago/resource/Kumam_language> owl:sameAs <http://lexvo.org/id/iso639-3/kdi> .

<http://www.mpii.de/yago/resource/Kuman_language_(New_Guinea)> owl:sameAs <http://lexvo.org/id/iso639-3/kue> .

<http://www.mpii.de/yago/resource/Kumaoni_language> owl:sameAs <http://lexvo.org/id/iso639-3/kfy> .

<http://www.mpii.de/yago/resource/Kumarbhag_Paharia_language> owl:sameAs <http://lexvo.org/id/iso639-3/kmj> .

<http://www.mpii.de/yago/resource/Kumbainggar_language> owl:sameAs <http://lexvo.org/id/iso639-3/kgs> .

<http://www.mpii.de/yago/resource/Kumeyaay_language> owl:sameAs <http://lexvo.org/id/iso639-3/dih> .

<http://www.mpii.de/yago/resource/Kumyk_language> owl:sameAs <http://lexvo.org/id/iso639-3/kum> .

<http://www.mpii.de/yago/resource/Kumzari_dialect> owl:sameAs <http://lexvo.org/id/iso639-3/zum> .

<http://www.mpii.de/yago/resource/Kunama_language> owl:sameAs <http://lexvo.org/id/iso639-3/kun> .

<http://www.mpii.de/yago/resource/Kunda_language> owl:sameAs <http://lexvo.org/id/iso639-3/kdn> .

<http://www.mpii.de/yago/resource/Kungarakany_language> owl:sameAs <http://lexvo.org/id/iso639-3/ggk> .

<http://www.mpii.de/yago/resource/Kunigami_language> owl:sameAs <http://lexvo.org/id/iso639-3/xug> .

<http://www.mpii.de/yago/resource/Kunjen_language> owl:sameAs <http://lexvo.org/id/iso639-3/kjn> .

<http://www.mpii.de/yago/resource/Kunyi_language> owl:sameAs <http://lexvo.org/id/iso639-3/njx> .

<http://www.mpii.de/yago/resource/Kunza_language> owl:sameAs <http://lexvo.org/id/iso639-3/kuz> .

<http://www.mpii.de/yago/resource/Kuo_language> owl:sameAs <http://lexvo.org/id/iso639-3/xuo> .

<http://www.mpii.de/yago/resource/Kuot_language> owl:sameAs <http://lexvo.org/id/iso639-3/kto> .

<http://www.mpii.de/yago/resource/Kurama_language> owl:sameAs <http://lexvo.org/id/iso639-3/krh> .

<http://www.mpii.de/yago/resource/Kuranko_language> owl:sameAs <http://lexvo.org/id/iso639-3/knk> .

<http://www.mpii.de/yago/resource/Kurdish_language> owl:sameAs <http://lexvo.org/id/iso639-3/kur> .

<http://www.mpii.de/yago/resource/Kuria_language> owl:sameAs <http://lexvo.org/id/iso639-3/kuj> .

<http://www.mpii.de/yago/resource/Kurmali> owl:sameAs <http://lexvo.org/id/iso639-3/kyw> .

<http://www.mpii.de/yago/resource/Kurmanji> owl:sameAs <http://lexvo.org/id/iso639-3/kmr> .

<http://www.mpii.de/yago/resource/Kurrama_language> owl:sameAs <http://lexvo.org/id/iso639-3/vku> .

<http://www.mpii.de/yago/resource/Kurt%C3%B6p_language> owl:sameAs <http://lexvo.org/id/iso639-3/xkz> .

<http://www.mpii.de/yago/resource/Kurukh_language> owl:sameAs <http://lexvo.org/id/iso639-3/kru> .

<http://www.mpii.de/yago/resource/Kusaal_language> owl:sameAs <http://lexvo.org/id/iso639-3/kus> .

<http://www.mpii.de/yago/resource/Kusaghe_language> owl:sameAs <http://lexvo.org/id/iso639-3/ksg> .

<http://www.mpii.de/yago/resource/Kushi_language> owl:sameAs <http://lexvo.org/id/iso639-3/kuh> .

<http://www.mpii.de/yago/resource/Kusunda_language> owl:sameAs <http://lexvo.org/id/iso639-3/kgg> .

<http://www.mpii.de/yago/resource/Kutchi_language> owl:sameAs <http://lexvo.org/id/iso639-3/kfr> .

<http://www.mpii.de/yago/resource/Kuteb_language> owl:sameAs <http://lexvo.org/id/iso639-3/kub> .

<http://www.mpii.de/yago/resource/Kutenai_language> owl:sameAs <http://lexvo.org/id/iso639-3/kut> .

<http://www.mpii.de/yago/resource/Kutto_language> owl:sameAs <http://lexvo.org/id/iso639-3/kpa> .

<http://www.mpii.de/yago/resource/Kuuk_Thaayorre_language> owl:sameAs <http://lexvo.org/id/iso639-3/thd> .

<http://www.mpii.de/yago/resource/Kuuk_Yak_language> owl:sameAs <http://lexvo.org/id/iso639-3/uky> .

<http://www.mpii.de/yago/resource/Kuwaa_language> owl:sameAs <http://lexvo.org/id/iso639-3/blh> .

<http://www.mpii.de/yago/resource/Kuy_language> owl:sameAs <http://lexvo.org/id/iso639-3/kdt> .

<http://www.mpii.de/yago/resource/Kuya_language> owl:sameAs <http://lexvo.org/id/iso639-3/kyf> .

<http://www.mpii.de/yago/resource/Kven_language> owl:sameAs <http://lexvo.org/id/iso639-3/fkv> .

<http://www.mpii.de/yago/resource/Kw'adza_language> owl:sameAs <http://lexvo.org/id/iso639-3/wka> .

<http://www.mpii.de/yago/resource/Kwaami_language> owl:sameAs <http://lexvo.org/id/iso639-3/ksq> .

<http://www.mpii.de/yago/resource/Kwadi_language> owl:sameAs <http://lexvo.org/id/iso639-3/kwz> .

<http://www.mpii.de/yago/resource/Kwadia_language> owl:sameAs <http://lexvo.org/id/iso639-3/kwp> .

<http://www.mpii.de/yago/resource/Kwak'wala> owl:sameAs <http://lexvo.org/id/iso639-3/kwk> .

<http://www.mpii.de/yago/resource/Kwala_language> owl:sameAs <http://lexvo.org/id/iso639-3/kwc> .

<http://www.mpii.de/yago/resource/Kwama_language> owl:sameAs <http://lexvo.org/id/iso639-3/kmq> .

<http://www.mpii.de/yago/resource/Kwambi_dialect> owl:sameAs <http://lexvo.org/id/iso639-3/kwm> .

<http://www.mpii.de/yago/resource/Kwang_language> owl:sameAs <http://lexvo.org/id/iso639-3/kvi> .

<http://www.mpii.de/yago/resource/Kwanga_language> owl:sameAs <http://lexvo.org/id/iso639-3/kwj> .

<http://www.mpii.de/yago/resource/Kwangali_language> owl:sameAs <http://lexvo.org/id/iso639-3/kwn> .

<http://www.mpii.de/yago/resource/Kwanja_language> owl:sameAs <http://lexvo.org/id/iso639-3/knp> .

<http://www.mpii.de/yago/resource/Kwanka_language> owl:sameAs <http://lexvo.org/id/iso639-3/bij> .

<http://www.mpii.de/yago/resource/Kwanyama_dialect> owl:sameAs <http://lexvo.org/id/iso639-3/kua> .

<http://www.mpii.de/yago/resource/Kwara'ae_language> owl:sameAs <http://lexvo.org/id/iso639-3/kwf> .

<http://www.mpii.de/yago/resource/Kwasengen_language> owl:sameAs <http://lexvo.org/id/iso639-3/wos> .

<http://www.mpii.de/yago/resource/Kwatay_language> owl:sameAs <http://lexvo.org/id/iso639-3/cwt> .

<http://www.mpii.de/yago/resource/Kwavi_dialect> owl:sameAs <http://lexvo.org/id/iso639-3/mas> .

<http://www.mpii.de/yago/resource/Kwaza_language> owl:sameAs <http://lexvo.org/id/iso639-3/xwa> .

<http://www.mpii.de/yago/resource/Kwegu_language> owl:sameAs <http://lexvo.org/id/iso639-3/xwg> .

<http://www.mpii.de/yago/resource/Kwerba_language> owl:sameAs <http://lexvo.org/id/iso639-3/kwe> .

<http://www.mpii.de/yago/resource/Kwese_language> owl:sameAs <http://lexvo.org/id/iso639-3/kws> .

<http://www.mpii.de/yago/resource/Kwesten_language> owl:sameAs <http://lexvo.org/id/iso639-3/kwt> .

<http://www.mpii.de/yago/resource/Kwoma_language> owl:sameAs <http://lexvo.org/id/iso639-3/kmo> .

<http://www.mpii.de/yago/resource/Kwomtari_language> owl:sameAs <http://lexvo.org/id/iso639-3/kwo> .

<http://www.mpii.de/yago/resource/Kyenele_language> owl:sameAs <http://lexvo.org/id/iso639-3/kql> .

<http://www.mpii.de/yago/resource/Kyenga_language> owl:sameAs <http://lexvo.org/id/iso639-3/tye> .

<http://www.mpii.de/yago/resource/Kyrgyz_language> owl:sameAs <http://lexvo.org/id/iso639-3/kir> .

<http://www.mpii.de/yago/resource/L%C3%A1adan> owl:sameAs <http://lexvo.org/id/iso639-3/ldn> .

<http://www.mpii.de/yago/resource/Laal_language> owl:sameAs <http://lexvo.org/id/iso639-3/gdm> .

<http://www.mpii.de/yago/resource/Labu_language> owl:sameAs <http://lexvo.org/id/iso639-3/lbu> .

<http://www.mpii.de/yago/resource/Lacandon_language> owl:sameAs <http://lexvo.org/id/iso639-3/lac> .

<http://www.mpii.de/yago/resource/Ladakhi_language> owl:sameAs <http://lexvo.org/id/iso639-3/lbj> .

<http://www.mpii.de/yago/resource/Ladin_language> owl:sameAs <http://lexvo.org/id/iso639-3/lld> .

<http://www.mpii.de/yago/resource/Lafofa_languages> owl:sameAs <http://lexvo.org/id/iso639-3/laf> .

<http://www.mpii.de/yago/resource/Laghu_language> owl:sameAs <http://lexvo.org/id/iso639-3/lgb> .

<http://www.mpii.de/yago/resource/Laghuu_language> owl:sameAs <http://lexvo.org/id/iso639-3/lgh> .

<http://www.mpii.de/yago/resource/Lagwan_language> owl:sameAs <http://lexvo.org/id/iso639-3/kot> .

<http://www.mpii.de/yago/resource/Laha_language> owl:sameAs <http://lexvo.org/id/iso639-3/lha> .

<http://www.mpii.de/yago/resource/Lak_language> owl:sameAs <http://lexvo.org/id/iso639-3/lbe> .

<http://www.mpii.de/yago/resource/Lake_Miwok_language> owl:sameAs <http://lexvo.org/id/iso639-3/lmw> .

<http://www.mpii.de/yago/resource/Lakha> owl:sameAs <http://lexvo.org/id/iso639-3/lkh> .

<http://www.mpii.de/yago/resource/Laki_language> owl:sameAs <http://lexvo.org/id/iso639-3/lki> .

<http://www.mpii.de/yago/resource/Lakkja_language> owl:sameAs <http://lexvo.org/id/iso639-3/lbc> .

<http://www.mpii.de/yago/resource/Lakon_language> owl:sameAs <http://lexvo.org/id/iso639-3/lkn> .

<http://www.mpii.de/yago/resource/Lakota_language> owl:sameAs <http://lexvo.org/id/iso639-3/lkt> .

<http://www.mpii.de/yago/resource/Lala-Bisa_language> owl:sameAs <http://lexvo.org/id/iso639-3/leb> .

<http://www.mpii.de/yago/resource/Lala-Roba_language> owl:sameAs <http://lexvo.org/id/iso639-3/lla> .

<http://www.mpii.de/yago/resource/Lalia_language> owl:sameAs <http://lexvo.org/id/iso639-3/lal> .

<http://www.mpii.de/yago/resource/Lama_language> owl:sameAs <http://lexvo.org/id/iso639-3/las> .

<http://www.mpii.de/yago/resource/Lamang_language> owl:sameAs <http://lexvo.org/id/iso639-3/hia> .

<http://www.mpii.de/yago/resource/Lamas_Quechua> owl:sameAs <http://lexvo.org/id/iso639-3/qvs> .

<http://www.mpii.de/yago/resource/Lamba_language> owl:sameAs <http://lexvo.org/id/iso639-3/lam> .

<http://www.mpii.de/yago/resource/Lambadi_language> owl:sameAs <http://lexvo.org/id/iso639-3/lmn> .

<http://www.mpii.de/yago/resource/Lambya_language> owl:sameAs <http://lexvo.org/id/iso639-3/lai> .

<http://www.mpii.de/yago/resource/Lamogai_language> owl:sameAs <http://lexvo.org/id/iso639-3/lmg> .

<http://www.mpii.de/yago/resource/Lampung_language> owl:sameAs <http://lexvo.org/id/iso639-3/ljp> .

<http://www.mpii.de/yago/resource/Lanc-Patu%C3%A1_creole> owl:sameAs <http://lexvo.org/id/iso639-3/kmv> .

<http://www.mpii.de/yago/resource/Land_Dayak_languages> owl:sameAs <http://lexvo.org/id/iso639-5/day> .

<http://www.mpii.de/yago/resource/Landoma_language> owl:sameAs <http://lexvo.org/id/iso639-3/ldm> .

<http://www.mpii.de/yago/resource/Lango_language> owl:sameAs <http://lexvo.org/id/iso639-3/laj> .

<http://www.mpii.de/yago/resource/Lango_language_(South_Sudan)> owl:sameAs <http://lexvo.org/id/iso639-3/lno> .

<http://www.mpii.de/yago/resource/Lanoh_language> owl:sameAs <http://lexvo.org/id/iso639-3/lnh> .

<http://www.mpii.de/yago/resource/Lao_language> owl:sameAs <http://lexvo.org/id/iso639-3/lao> .

<http://www.mpii.de/yago/resource/Lara_language> owl:sameAs <http://lexvo.org/id/iso639-3/lra> .

<http://www.mpii.de/yago/resource/Laragiya_language> owl:sameAs <http://lexvo.org/id/iso639-3/lrg> .

<http://www.mpii.de/yago/resource/Larantuka_Malay> owl:sameAs <http://lexvo.org/id/iso639-3/lrt> .

<http://www.mpii.de/yago/resource/Lardil_language> owl:sameAs <http://lexvo.org/id/iso639-3/lbz> .

<http://www.mpii.de/yago/resource/Larestani_dialects> owl:sameAs <http://lexvo.org/id/iso639-3/lrl> .

<http://www.mpii.de/yago/resource/Laro_language> owl:sameAs <http://lexvo.org/id/iso639-3/lro> .

<http://www.mpii.de/yago/resource/Larteh_language> owl:sameAs <http://lexvo.org/id/iso639-3/lar> .

<http://www.mpii.de/yago/resource/Laru_language> owl:sameAs <http://lexvo.org/id/iso639-3/lan> .

<http://www.mpii.de/yago/resource/Lashi_language> owl:sameAs <http://lexvo.org/id/iso639-3/lsi> .

<http://www.mpii.de/yago/resource/Latgalian_language> owl:sameAs <http://lexvo.org/id/iso639-3/ltg> .

<http://www.mpii.de/yago/resource/Latin> owl:sameAs <http://lexvo.org/id/iso639-3/lat> .

<http://www.mpii.de/yago/resource/Latvian_language> owl:sameAs <http://lexvo.org/id/iso639-3/lvs> .

<http://www.mpii.de/yago/resource/Lau_language_(Malaita)> owl:sameAs <http://lexvo.org/id/iso639-3/llu> .

<http://www.mpii.de/yago/resource/Laua_language> owl:sameAs <http://lexvo.org/id/iso639-3/luf> .

<http://www.mpii.de/yago/resource/Lauan_language> owl:sameAs <http://lexvo.org/id/iso639-3/llx> .

<http://www.mpii.de/yago/resource/Laurentian_language> owl:sameAs <http://lexvo.org/id/iso639-3/lre> .

<http://www.mpii.de/yago/resource/Laven_language> owl:sameAs <http://lexvo.org/id/iso639-3/lbo> .

<http://www.mpii.de/yago/resource/Lavrung_language> owl:sameAs <http://lexvo.org/id/iso639-3/jiq> .

<http://www.mpii.de/yago/resource/Lavukaleve_language> owl:sameAs <http://lexvo.org/id/iso639-3/lvk> .

<http://www.mpii.de/yago/resource/Lawangan_language> owl:sameAs <http://lexvo.org/id/iso639-3/lbx> .

<http://www.mpii.de/yago/resource/Laya_language> owl:sameAs <http://lexvo.org/id/iso639-3/lya> .

<http://www.mpii.de/yago/resource/Laz_language> owl:sameAs <http://lexvo.org/id/iso639-3/lzz> .

<http://www.mpii.de/yago/resource/Leco_language> owl:sameAs <http://lexvo.org/id/iso639-3/lec> .

<http://www.mpii.de/yago/resource/Ledo_Kaili> owl:sameAs <http://lexvo.org/id/iso639-3/lew> .

<http://www.mpii.de/yago/resource/Leelau_language> owl:sameAs <http://lexvo.org/id/iso639-3/ldk> .

<http://www.mpii.de/yago/resource/Leeward_Caribbean_Creole_English> owl:sameAs <http://lexvo.org/id/iso639-3/aig> .

<http://www.mpii.de/yago/resource/Lela_language> owl:sameAs <http://lexvo.org/id/iso639-3/dri> .

<http://www.mpii.de/yago/resource/Lele_language_(Bantu)> owl:sameAs <http://lexvo.org/id/iso639-3/lel> .

<http://www.mpii.de/yago/resource/Lele_language_(Chad)> owl:sameAs <http://lexvo.org/id/iso639-3/lln> .

<http://www.mpii.de/yago/resource/Lele_language_(Guinea)> owl:sameAs <http://lexvo.org/id/iso639-3/llc> .

<http://www.mpii.de/yago/resource/Lele_language_(Papua_New_Guinea)> owl:sameAs <http://lexvo.org/id/iso639-3/lle> .

<http://www.mpii.de/yago/resource/Lelemi_language> owl:sameAs <http://lexvo.org/id/iso639-3/lef> .

<http://www.mpii.de/yago/resource/Lembena_language> owl:sameAs <http://lexvo.org/id/iso639-3/leq> .

<http://www.mpii.de/yago/resource/Lemnian_language> owl:sameAs <http://lexvo.org/id/iso639-3/xle> .

<http://www.mpii.de/yago/resource/Lemoro_language> owl:sameAs <http://lexvo.org/id/iso639-3/ldj> .

<http://www.mpii.de/yago/resource/Lenca_language> owl:sameAs <http://lexvo.org/id/iso639-3/len> .

<http://www.mpii.de/yago/resource/Lendu_language> owl:sameAs <http://lexvo.org/id/iso639-3/led> .

<http://www.mpii.de/yago/resource/Lengola_language> owl:sameAs <http://lexvo.org/id/iso639-3/lej> .

<http://www.mpii.de/yago/resource/Lepcha_language> owl:sameAs <http://lexvo.org/id/iso639-3/lep> .

<http://www.mpii.de/yago/resource/Lepki_language> owl:sameAs <http://lexvo.org/id/iso639-3/lpe> .

<http://www.mpii.de/yago/resource/Lepontic_language> owl:sameAs <http://lexvo.org/id/iso639-3/xlp> .

<http://www.mpii.de/yago/resource/Leti_language> owl:sameAs <http://lexvo.org/id/iso639-3/lti> .

<http://www.mpii.de/yago/resource/Lezgian_language> owl:sameAs <http://lexvo.org/id/iso639-3/lez> .

<http://www.mpii.de/yago/resource/Lhokpu_language> owl:sameAs <http://lexvo.org/id/iso639-3/lhp> .

<http://www.mpii.de/yago/resource/Libido_language> owl:sameAs <http://lexvo.org/id/iso639-3/liq> .

<http://www.mpii.de/yago/resource/Liburnian_language> owl:sameAs <http://lexvo.org/id/iso639-3/xli> .

<http://www.mpii.de/yago/resource/Libyan_Arabic> owl:sameAs <http://lexvo.org/id/iso639-3/ayl> .

<http://www.mpii.de/yago/resource/Ligbi_language> owl:sameAs <http://lexvo.org/id/iso639-3/lig> .

<http://www.mpii.de/yago/resource/Ligurian_language_(ancient)> owl:sameAs <http://lexvo.org/id/iso639-3/xlg> .

<http://www.mpii.de/yago/resource/Lihir_language> owl:sameAs <http://lexvo.org/id/iso639-3/lih> .

<http://www.mpii.de/yago/resource/Lika_language> owl:sameAs <http://lexvo.org/id/iso639-3/lik> .

<http://www.mpii.de/yago/resource/Likpe_language> owl:sameAs <http://lexvo.org/id/iso639-3/lip> .

<http://www.mpii.de/yago/resource/Likum_language> owl:sameAs <http://lexvo.org/id/iso639-3/lib> .

<http://www.mpii.de/yago/resource/Lilau_language> owl:sameAs <http://lexvo.org/id/iso639-3/lll> .

<http://www.mpii.de/yago/resource/Lillooet_language> owl:sameAs <http://lexvo.org/id/iso639-3/lil> .

<http://www.mpii.de/yago/resource/Limba_language_(Cameroon)> owl:sameAs <http://lexvo.org/id/iso639-3/msd> .

<http://www.mpii.de/yago/resource/Limbu_language> owl:sameAs <http://lexvo.org/id/iso639-3/lif> .

<http://www.mpii.de/yago/resource/Limbum_language> owl:sameAs <http://lexvo.org/id/iso639-3/lmp> .

<http://www.mpii.de/yago/resource/Limburgish_language> owl:sameAs <http://lexvo.org/id/iso639-3/lim> .

<http://www.mpii.de/yago/resource/Limilngan_language> owl:sameAs <http://lexvo.org/id/iso639-3/lmc> .

<http://www.mpii.de/yago/resource/Lingala_language> owl:sameAs <http://lexvo.org/id/iso639-3/lin> .

<http://www.mpii.de/yago/resource/Lingua_Franca_Nova> owl:sameAs <http://lexvo.org/id/iso639-3/lfn> .

<http://www.mpii.de/yago/resource/Linngithigh_dialect> owl:sameAs <http://lexvo.org/id/iso639-3/lnj> .

<http://www.mpii.de/yago/resource/Lipan_language> owl:sameAs <http://lexvo.org/id/iso639-3/apl> .

<http://www.mpii.de/yago/resource/Lipo_language> owl:sameAs <http://lexvo.org/id/iso639-3/lpo> .

<http://www.mpii.de/yago/resource/Lisela_language> owl:sameAs <http://lexvo.org/id/iso639-3/lcl> .

<http://www.mpii.de/yago/resource/Lish%C3%A1n_Did%C3%A1n> owl:sameAs <http://lexvo.org/id/iso639-3/trg> .

<http://www.mpii.de/yago/resource/Lish_language> owl:sameAs <http://lexvo.org/id/iso639-3/lsh> .

<http://www.mpii.de/yago/resource/Lishana_Deni> owl:sameAs <http://lexvo.org/id/iso639-3/lsd> .

<http://www.mpii.de/yago/resource/Lishanid_Noshan> owl:sameAs <http://lexvo.org/id/iso639-3/aij> .

<http://www.mpii.de/yago/resource/Lisu_language> owl:sameAs <http://lexvo.org/id/iso639-3/lis> .

<http://www.mpii.de/yago/resource/Lithuanian_Sign_Language> owl:sameAs <http://lexvo.org/id/iso639-3/lls> .

<http://www.mpii.de/yago/resource/Lithuanian_language> owl:sameAs <http://lexvo.org/id/iso639-3/lit> .

<http://www.mpii.de/yago/resource/Livonian_language> owl:sameAs <http://lexvo.org/id/iso639-3/liv> .

<http://www.mpii.de/yago/resource/Livvi-Karelian_language> owl:sameAs <http://lexvo.org/id/iso639-3/olo> .

<http://www.mpii.de/yago/resource/Lo-Toga_language> owl:sameAs <http://lexvo.org/id/iso639-3/lht> .

<http://www.mpii.de/yago/resource/Loarki_language> owl:sameAs <http://lexvo.org/id/iso639-3/lrk> .

<http://www.mpii.de/yago/resource/Lobi_language> owl:sameAs <http://lexvo.org/id/iso639-3/lob> .

<http://www.mpii.de/yago/resource/Lodhi_language> owl:sameAs <http://lexvo.org/id/iso639-3/lbm> .

<http://www.mpii.de/yago/resource/Logba_language> owl:sameAs <http://lexvo.org/id/iso639-3/lgq> .

<http://www.mpii.de/yago/resource/Logo_language> owl:sameAs <http://lexvo.org/id/iso639-3/log> .

<http://www.mpii.de/yago/resource/Logol_language> owl:sameAs <http://lexvo.org/id/iso639-3/lof> .

<http://www.mpii.de/yago/resource/Logudorese_dialect> owl:sameAs <http://lexvo.org/id/iso639-3/src> .

<http://www.mpii.de/yago/resource/Loi_language> owl:sameAs <http://lexvo.org/id/iso639-3/biz> .

<http://www.mpii.de/yago/resource/Lojban> owl:sameAs <http://lexvo.org/id/iso639-3/jbo> .

<http://www.mpii.de/yago/resource/Loko_language> owl:sameAs <http://lexvo.org/id/iso639-3/lok> .

<http://www.mpii.de/yago/resource/Loko_language_(Nigeria)> owl:sameAs <http://lexvo.org/id/iso639-3/yaz> .

<http://www.mpii.de/yago/resource/Lola_language> owl:sameAs <http://lexvo.org/id/iso639-3/lcd> .

<http://www.mpii.de/yago/resource/Loloda_language> owl:sameAs <http://lexvo.org/id/iso639-3/loa> .

<http://www.mpii.de/yago/resource/Lomaiviti_language> owl:sameAs <http://lexvo.org/id/iso639-3/lmv> .

<http://www.mpii.de/yago/resource/Lomakka_language> owl:sameAs <http://lexvo.org/id/iso639-3/loi> .

<http://www.mpii.de/yago/resource/Lomavren_language> owl:sameAs <http://lexvo.org/id/iso639-3/rmi> .

<http://www.mpii.de/yago/resource/Lombard_language> owl:sameAs <http://lexvo.org/id/iso639-3/lmo> .

<http://www.mpii.de/yago/resource/Lombardic_language> owl:sameAs <http://lexvo.org/id/iso639-3/lng> .

<http://www.mpii.de/yago/resource/Lombo_language> owl:sameAs <http://lexvo.org/id/iso639-3/loo> .

<http://www.mpii.de/yago/resource/Longuda_language> owl:sameAs <http://lexvo.org/id/iso639-3/lnu> .

<http://www.mpii.de/yago/resource/Loo_language> owl:sameAs <http://lexvo.org/id/iso639-3/ldo> .

<http://www.mpii.de/yago/resource/Lorediakarkar_language> owl:sameAs <http://lexvo.org/id/iso639-3/lnn> .

<http://www.mpii.de/yago/resource/Lorhon_language> owl:sameAs <http://lexvo.org/id/iso639-3/lor> .

<http://www.mpii.de/yago/resource/Losso_language> owl:sameAs <http://lexvo.org/id/iso639-3/nmz> .

<http://www.mpii.de/yago/resource/Lote_language> owl:sameAs <http://lexvo.org/id/iso639-3/uvl> .

<http://www.mpii.de/yago/resource/Lotha_language> owl:sameAs <http://lexvo.org/id/iso639-3/njh> .

<http://www.mpii.de/yago/resource/Lotuko_language> owl:sameAs <http://lexvo.org/id/iso639-3/lot> .

<http://www.mpii.de/yago/resource/Lou_language> owl:sameAs <http://lexvo.org/id/iso639-3/loj> .

<http://www.mpii.de/yago/resource/Louisiana_Creole_French> owl:sameAs <http://lexvo.org/id/iso639-3/lou> .

<http://www.mpii.de/yago/resource/Loun_language> owl:sameAs <http://lexvo.org/id/iso639-3/lox> .

<http://www.mpii.de/yago/resource/Low_German> owl:sameAs <http://lexvo.org/id/iso639-3/nds> .

<http://www.mpii.de/yago/resource/Lower_Burdekin_languages> owl:sameAs <http://lexvo.org/id/iso639-3/xbb> .

<http://www.mpii.de/yago/resource/Lower_Chinook> owl:sameAs <http://lexvo.org/id/iso639-3/chh> .

<http://www.mpii.de/yago/resource/Lower_Sorbian_language> owl:sameAs <http://lexvo.org/id/iso639-3/dsb> .

<http://www.mpii.de/yago/resource/Lower_Tanana_language> owl:sameAs <http://lexvo.org/id/iso639-3/taa> .

<http://www.mpii.de/yago/resource/Lozi_language> owl:sameAs <http://lexvo.org/id/iso639-3/loz> .

<http://www.mpii.de/yago/resource/Luba-Kasai_language> owl:sameAs <http://lexvo.org/id/iso639-3/lua> .

<http://www.mpii.de/yago/resource/Luba-Katanga_language> owl:sameAs <http://lexvo.org/id/iso639-3/lub> .

<http://www.mpii.de/yago/resource/Lucazi_language> owl:sameAs <http://lexvo.org/id/iso639-3/lch> .

<http://www.mpii.de/yago/resource/Lucumi_language> owl:sameAs <http://lexvo.org/id/iso639-3/luq> .

<http://www.mpii.de/yago/resource/Ludic_language> owl:sameAs <http://lexvo.org/id/iso639-3/lud> .

<http://www.mpii.de/yago/resource/Lufu_language> owl:sameAs <http://lexvo.org/id/iso639-3/ldq> .

<http://www.mpii.de/yago/resource/Luganda> owl:sameAs <http://lexvo.org/id/iso639-3/lug> .

<http://www.mpii.de/yago/resource/Luguru_language> owl:sameAs <http://lexvo.org/id/iso639-3/ruf> .

<http://www.mpii.de/yago/resource/Luhya_language> owl:sameAs <http://lexvo.org/id/iso639-3/luy> .

<http://www.mpii.de/yago/resource/Luise%C3%B1o_language> owl:sameAs <http://lexvo.org/id/iso639-3/lui> .

<http://www.mpii.de/yago/resource/Lukpa_language> owl:sameAs <http://lexvo.org/id/iso639-3/dop> .

<http://www.mpii.de/yago/resource/Lule_Sami_language> owl:sameAs <http://lexvo.org/id/iso639-3/smj> .

<http://www.mpii.de/yago/resource/Lumbu_language> owl:sameAs <http://lexvo.org/id/iso639-3/lup> .

<http://www.mpii.de/yago/resource/Lumun_language> owl:sameAs <http://lexvo.org/id/iso639-3/lmd> .

<http://www.mpii.de/yago/resource/Lun_Bawang_language> owl:sameAs <http://lexvo.org/id/iso639-3/lnd> .

<http://www.mpii.de/yago/resource/Lunana_language> owl:sameAs <http://lexvo.org/id/iso639-3/luk> .

<http://www.mpii.de/yago/resource/Lunda_language> owl:sameAs <http://lexvo.org/id/iso639-3/lun> .

<http://www.mpii.de/yago/resource/Lundwe_language> owl:sameAs <http://lexvo.org/id/iso639-3/ilb> .

<http://www.mpii.de/yago/resource/Lungga_language> owl:sameAs <http://lexvo.org/id/iso639-3/lga> .

<http://www.mpii.de/yago/resource/Luo_language> owl:sameAs <http://lexvo.org/id/iso639-3/luo> .

<http://www.mpii.de/yago/resource/Luo_language_(Cameroon)> owl:sameAs <http://lexvo.org/id/iso639-3/luw> .

<http://www.mpii.de/yago/resource/Luobo_River_Miao> owl:sameAs <http://lexvo.org/id/iso639-3/hml> .

<http://www.mpii.de/yago/resource/Lushootseed_language> owl:sameAs <http://lexvo.org/id/iso639-3/lut> .

<http://www.mpii.de/yago/resource/Lusi_language> owl:sameAs <http://lexvo.org/id/iso639-3/khl> .

<http://www.mpii.de/yago/resource/Lusitanian_language> owl:sameAs <http://lexvo.org/id/iso639-3/xls> .

<http://www.mpii.de/yago/resource/Lutos_language> owl:sameAs <http://lexvo.org/id/iso639-3/ndy> .

<http://www.mpii.de/yago/resource/Luvale_language> owl:sameAs <http://lexvo.org/id/iso639-3/lue> .

<http://www.mpii.de/yago/resource/Luwati_language> owl:sameAs <http://lexvo.org/id/iso639-3/luv> .

<http://www.mpii.de/yago/resource/Luwo_language> owl:sameAs <http://lexvo.org/id/iso639-3/lwo> .

<http://www.mpii.de/yago/resource/Luxembourgish_language> owl:sameAs <http://lexvo.org/id/iso639-3/ltz> .

<http://www.mpii.de/yago/resource/Luyana_language> owl:sameAs <http://lexvo.org/id/iso639-3/lyn> .

<http://www.mpii.de/yago/resource/Lwalu_language> owl:sameAs <http://lexvo.org/id/iso639-3/lwa> .

<http://www.mpii.de/yago/resource/Ly%C3%A9l%C3%A9_language> owl:sameAs <http://lexvo.org/id/iso639-3/lee> .

<http://www.mpii.de/yago/resource/Lycian_language> owl:sameAs <http://lexvo.org/id/iso639-3/xlc> .

<http://www.mpii.de/yago/resource/Lydian_language> owl:sameAs <http://lexvo.org/id/iso639-3/xld> .

<http://www.mpii.de/yago/resource/Lyons_Sign_Language> owl:sameAs <http://lexvo.org/id/iso639-3/lsg> .

<http://www.mpii.de/yago/resource/M%C3%B3cheno_language> owl:sameAs <http://lexvo.org/id/iso639-3/mhn> .

<http://www.mpii.de/yago/resource/M%C3%BCn_language> owl:sameAs <http://lexvo.org/id/iso639-3/mwq> .

<http://www.mpii.de/yago/resource/M%C3%BCnd%C3%BC_language> owl:sameAs <http://lexvo.org/id/iso639-3/muh> .

<http://www.mpii.de/yago/resource/M%C4%81ori_language> owl:sameAs <http://lexvo.org/id/iso639-3/mri> .

<http://www.mpii.de/yago/resource/Ma'anyan_language> owl:sameAs <http://lexvo.org/id/iso639-3/mhy> .

<http://www.mpii.de/yago/resource/Ma'di_language> owl:sameAs <http://lexvo.org/id/iso639-3/mhi> .

<http://www.mpii.de/yago/resource/Ma'ya_language> owl:sameAs <http://lexvo.org/id/iso639-3/slz> .

<http://www.mpii.de/yago/resource/Ma_language> owl:sameAs <http://lexvo.org/id/iso639-3/msj> .

<http://www.mpii.de/yago/resource/Maaka_language> owl:sameAs <http://lexvo.org/id/iso639-3/mew> .

<http://www.mpii.de/yago/resource/Maasina_Fulfulde> owl:sameAs <http://lexvo.org/id/iso639-3/ffm> .

<http://www.mpii.de/yago/resource/Maay_language> owl:sameAs <http://lexvo.org/id/iso639-3/ymm> .

<http://www.mpii.de/yago/resource/Maba_language> owl:sameAs <http://lexvo.org/id/iso639-3/mde> .

<http://www.mpii.de/yago/resource/Mabaan_language> owl:sameAs <http://lexvo.org/id/iso639-3/mfz> .

<http://www.mpii.de/yago/resource/Mabire_language> owl:sameAs <http://lexvo.org/id/iso639-3/muj> .

<http://www.mpii.de/yago/resource/Macagu%C3%A1n_language> owl:sameAs <http://lexvo.org/id/iso639-3/mbn> .

<http://www.mpii.de/yago/resource/Macanese_language> owl:sameAs <http://lexvo.org/id/iso639-3/mzs> .

<http://www.mpii.de/yago/resource/Macedonian_language> owl:sameAs <http://lexvo.org/id/iso639-3/mkd> .

<http://www.mpii.de/yago/resource/Machame_language> owl:sameAs <http://lexvo.org/id/iso639-3/jmc> .

<http://www.mpii.de/yago/resource/Machiguenga_language> owl:sameAs <http://lexvo.org/id/iso639-3/mcb> .

<http://www.mpii.de/yago/resource/Macro-Arawakan_languages> owl:sameAs <http://lexvo.org/id/iso639-5/awd> .

<http://www.mpii.de/yago/resource/Macushi_language> owl:sameAs <http://lexvo.org/id/iso639-3/mbc> .

<http://www.mpii.de/yago/resource/Mada_language> owl:sameAs <http://lexvo.org/id/iso639-3/mda> .

<http://www.mpii.de/yago/resource/Mada_language_(Cameroon)> owl:sameAs <http://lexvo.org/id/iso639-3/mxu> .

<http://www.mpii.de/yago/resource/Madurese_language> owl:sameAs <http://lexvo.org/id/iso639-3/mad> .

<http://www.mpii.de/yago/resource/Mafa_language> owl:sameAs <http://lexvo.org/id/iso639-3/maf> .

<http://www.mpii.de/yago/resource/Mag-antsi_language> owl:sameAs <http://lexvo.org/id/iso639-3/sgb> .

<http://www.mpii.de/yago/resource/Mag-indi_language> owl:sameAs <http://lexvo.org/id/iso639-3/blx> .

<http://www.mpii.de/yago/resource/Magahi_language> owl:sameAs <http://lexvo.org/id/iso639-3/mag> .

<http://www.mpii.de/yago/resource/Maguindanao_language> owl:sameAs <http://lexvo.org/id/iso639-3/mdh> .

<http://www.mpii.de/yago/resource/Mah_Meri_language> owl:sameAs <http://lexvo.org/id/iso639-3/mhe> .

<http://www.mpii.de/yago/resource/Maharashtri> owl:sameAs <http://lexvo.org/id/iso639-3/pmh> .

<http://www.mpii.de/yago/resource/Mahican_language> owl:sameAs <http://lexvo.org/id/iso639-3/mjy> .

<http://www.mpii.de/yago/resource/Maia_language> owl:sameAs <http://lexvo.org/id/iso639-3/sks> .

<http://www.mpii.de/yago/resource/Maidu_language> owl:sameAs <http://lexvo.org/id/iso639-3/nmu> .

<http://www.mpii.de/yago/resource/Mailu_language> owl:sameAs <http://lexvo.org/id/iso639-3/mgu> .

<http://www.mpii.de/yago/resource/Main-Franconian> owl:sameAs <http://lexvo.org/id/iso639-3/vmf> .

<http://www.mpii.de/yago/resource/Mairasi_language> owl:sameAs <http://lexvo.org/id/iso639-3/zrs> .

<http://www.mpii.de/yago/resource/Maisin_language> owl:sameAs <http://lexvo.org/id/iso639-3/mbq> .

<http://www.mpii.de/yago/resource/Maithili_language> owl:sameAs <http://lexvo.org/id/iso639-3/mai> .

<http://www.mpii.de/yago/resource/Majang_language> owl:sameAs <http://lexvo.org/id/iso639-3/mpe> .

<http://www.mpii.de/yago/resource/Majera_language> owl:sameAs <http://lexvo.org/id/iso639-3/xmj> .

<http://www.mpii.de/yago/resource/Mak%C3%A1_language> owl:sameAs <http://lexvo.org/id/iso639-3/mca> .

<http://www.mpii.de/yago/resource/Mak_language> owl:sameAs <http://lexvo.org/id/iso639-3/mkg> .

<http://www.mpii.de/yago/resource/Mak_language_(Adamawa)> owl:sameAs <http://lexvo.org/id/iso639-3/pbl> .

<http://www.mpii.de/yago/resource/Makaa_language> owl:sameAs <http://lexvo.org/id/iso639-3/mcp> .

<http://www.mpii.de/yago/resource/Makah_language> owl:sameAs <http://lexvo.org/id/iso639-3/myh> .

<http://www.mpii.de/yago/resource/Makasae_language> owl:sameAs <http://lexvo.org/id/iso639-3/mkz> .

<http://www.mpii.de/yago/resource/Makassarese_language> owl:sameAs <http://lexvo.org/id/iso639-3/mak> .

<http://www.mpii.de/yago/resource/Makayam_language> owl:sameAs <http://lexvo.org/id/iso639-3/aup> .

<http://www.mpii.de/yago/resource/Makhuwa-Meetto_language> owl:sameAs <http://lexvo.org/id/iso639-3/mgh> .

<http://www.mpii.de/yago/resource/Makhuwa-Shirima_language> owl:sameAs <http://lexvo.org/id/iso639-3/vmk> .

<http://www.mpii.de/yago/resource/Makhuwa_language> owl:sameAs <http://lexvo.org/id/iso639-3/vmw> .

<http://www.mpii.de/yago/resource/Makolkol_language> owl:sameAs <http://lexvo.org/id/iso639-3/zmh> .

<http://www.mpii.de/yago/resource/Makonde_language> owl:sameAs <http://lexvo.org/id/iso639-3/yao> .

<http://www.mpii.de/yago/resource/Makurap_language> owl:sameAs <http://lexvo.org/id/iso639-3/mpu> .

<http://www.mpii.de/yago/resource/Makuv'a_language> owl:sameAs <http://lexvo.org/id/iso639-3/lva> .

<http://www.mpii.de/yago/resource/Mal%C3%A9ku_language> owl:sameAs <http://lexvo.org/id/iso639-3/gut> .

<http://www.mpii.de/yago/resource/Mal_Paharia_language> owl:sameAs <http://lexvo.org/id/iso639-3/mkb> .

<http://www.mpii.de/yago/resource/Malagasy_language> owl:sameAs <http://lexvo.org/id/iso639-3/mlg> .

<http://www.mpii.de/yago/resource/Malak-Malak_language> owl:sameAs <http://lexvo.org/id/iso639-3/mpb> .

<http://www.mpii.de/yago/resource/Malasanga_language> owl:sameAs <http://lexvo.org/id/iso639-3/mqz> .

<http://www.mpii.de/yago/resource/Malawi_Lomwe_language> owl:sameAs <http://lexvo.org/id/iso639-3/lon> .

<http://www.mpii.de/yago/resource/Malayalam> owl:sameAs <http://lexvo.org/id/iso639-3/mal> .

<http://www.mpii.de/yago/resource/Malayo-Polynesian_languages> owl:sameAs <http://lexvo.org/id/iso639-5/poz> .

<http://www.mpii.de/yago/resource/Malaysian_Sign_Language> owl:sameAs <http://lexvo.org/id/iso639-3/xml> .

<http://www.mpii.de/yago/resource/Male_language_(Ethiopia)> owl:sameAs <http://lexvo.org/id/iso639-3/mdy> .

<http://www.mpii.de/yago/resource/Malecite-Passamaquoddy_language> owl:sameAs <http://lexvo.org/id/iso639-3/pqm> .

<http://www.mpii.de/yago/resource/Maleu-Kilenge_language> owl:sameAs <http://lexvo.org/id/iso639-3/mgl> .

<http://www.mpii.de/yago/resource/Malgana_language> owl:sameAs <http://lexvo.org/id/iso639-3/vml> .

<http://www.mpii.de/yago/resource/Malgbe_language> owl:sameAs <http://lexvo.org/id/iso639-3/mxf> .

<http://www.mpii.de/yago/resource/Mali_language> owl:sameAs <http://lexvo.org/id/iso639-3/gcc> .

<http://www.mpii.de/yago/resource/Maltese_language> owl:sameAs <http://lexvo.org/id/iso639-3/mlt> .

<http://www.mpii.de/yago/resource/Malvi_language> owl:sameAs <http://lexvo.org/id/iso639-3/mup> .

<http://www.mpii.de/yago/resource/Mam_language> owl:sameAs <http://lexvo.org/id/iso639-3/mam> .

<http://www.mpii.de/yago/resource/Mama_language> owl:sameAs <http://lexvo.org/id/iso639-3/mma> .

<http://www.mpii.de/yago/resource/Mamaind%C3%AA_language> owl:sameAs <http://lexvo.org/id/iso639-3/wmd> .

<http://www.mpii.de/yago/resource/Mamanwa_language> owl:sameAs <http://lexvo.org/id/iso639-3/mmn> .

<http://www.mpii.de/yago/resource/Mambwe-Lungu_language> owl:sameAs <http://lexvo.org/id/iso639-3/mgr> .

<http://www.mpii.de/yago/resource/Mampruli_language> owl:sameAs <http://lexvo.org/id/iso639-3/maw> .

<http://www.mpii.de/yago/resource/Mamuju_language> owl:sameAs <http://lexvo.org/id/iso639-3/mqx> .

<http://www.mpii.de/yago/resource/Mamulique_language> owl:sameAs <http://lexvo.org/id/iso639-3/emm> .

<http://www.mpii.de/yago/resource/Mamvu_language> owl:sameAs <http://lexvo.org/id/iso639-3/mdi> .

<http://www.mpii.de/yago/resource/Manado_Malay> owl:sameAs <http://lexvo.org/id/iso639-3/xmm> .

<http://www.mpii.de/yago/resource/Manam_language> owl:sameAs <http://lexvo.org/id/iso639-3/mva> .

<http://www.mpii.de/yago/resource/Manambu_language> owl:sameAs <http://lexvo.org/id/iso639-3/mle> .

<http://www.mpii.de/yago/resource/Manangkari_language> owl:sameAs <http://lexvo.org/id/iso639-3/znk> .

<http://www.mpii.de/yago/resource/Manchu_language> owl:sameAs <http://lexvo.org/id/iso639-3/mnc> .

<http://www.mpii.de/yago/resource/Manda_language_(Tanzania)> owl:sameAs <http://lexvo.org/id/iso639-3/mgs> .

<http://www.mpii.de/yago/resource/Mandailing_language> owl:sameAs <http://lexvo.org/id/iso639-3/btm> .

<http://www.mpii.de/yago/resource/Mandan_language> owl:sameAs <http://lexvo.org/id/iso639-3/mhq> .

<http://www.mpii.de/yago/resource/Mandar_language> owl:sameAs <http://lexvo.org/id/iso639-3/mdr> .

<http://www.mpii.de/yago/resource/Mandara_language> owl:sameAs <http://lexvo.org/id/iso639-3/tbf> .

<http://www.mpii.de/yago/resource/Mandari_dialect> owl:sameAs <http://lexvo.org/id/iso639-3/mqu> .

<http://www.mpii.de/yago/resource/Mandarin_Chinese> owl:sameAs <http://lexvo.org/id/iso639-3/cmn> .

<http://www.mpii.de/yago/resource/Mandawaca_language> owl:sameAs <http://lexvo.org/id/iso639-3/mht> .

<http://www.mpii.de/yago/resource/Mande_languages> owl:sameAs <http://lexvo.org/id/iso639-5/dmn> .

<http://www.mpii.de/yago/resource/Mandinka_language> owl:sameAs <http://lexvo.org/id/iso639-3/mnk> .

<http://www.mpii.de/yago/resource/Mandjak_language> owl:sameAs <http://lexvo.org/id/iso639-3/mfv> .

<http://www.mpii.de/yago/resource/Mang_language> owl:sameAs <http://lexvo.org/id/iso639-3/zng> .

<http://www.mpii.de/yago/resource/Mangarayi_language> owl:sameAs <http://lexvo.org/id/iso639-3/mpc> .

<http://www.mpii.de/yago/resource/Mangareva_language> owl:sameAs <http://lexvo.org/id/iso639-3/mrv> .

<http://www.mpii.de/yago/resource/Mangas_language> owl:sameAs <http://lexvo.org/id/iso639-3/zns> .

<http://www.mpii.de/yago/resource/Mangaya_language> owl:sameAs <http://lexvo.org/id/iso639-3/myj> .

<http://www.mpii.de/yago/resource/Mangbutu_language> owl:sameAs <http://lexvo.org/id/iso639-3/mdk> .

<http://www.mpii.de/yago/resource/Mangerr_language> owl:sameAs <http://lexvo.org/id/iso639-3/zme> .

<http://www.mpii.de/yago/resource/Manggarainese_language> owl:sameAs <http://lexvo.org/id/iso639-3/mqy> .

<http://www.mpii.de/yago/resource/Mankanya_language> owl:sameAs <http://lexvo.org/id/iso639-3/knf> .

<http://www.mpii.de/yago/resource/Mann_language> owl:sameAs <http://lexvo.org/id/iso639-3/mev> .

<http://www.mpii.de/yago/resource/Manobo_languages> owl:sameAs <http://lexvo.org/id/iso639-5/mno> .

<http://www.mpii.de/yago/resource/Mansi_language> owl:sameAs <http://lexvo.org/id/iso639-3/mns> .

<http://www.mpii.de/yago/resource/Manta_language> owl:sameAs <http://lexvo.org/id/iso639-3/myg> .

<http://www.mpii.de/yago/resource/Mantion_language> owl:sameAs <http://lexvo.org/id/iso639-3/mnx> .

<http://www.mpii.de/yago/resource/Maonan_language> owl:sameAs <http://lexvo.org/id/iso639-3/mmd> .

<http://www.mpii.de/yago/resource/Maore_dialect> owl:sameAs <http://lexvo.org/id/iso639-3/swb> .

<http://www.mpii.de/yago/resource/Mape_language> owl:sameAs <http://lexvo.org/id/iso639-3/mlh> .

<http://www.mpii.de/yago/resource/Mapidian_language> owl:sameAs <http://lexvo.org/id/iso639-3/mpw> .

<http://www.mpii.de/yago/resource/Mapoyo_language> owl:sameAs <http://lexvo.org/id/iso639-3/mcg> .

<http://www.mpii.de/yago/resource/Mapuche_language> owl:sameAs <http://lexvo.org/id/iso639-3/arn> .

<http://www.mpii.de/yago/resource/Mar%C3%BAbo_language> owl:sameAs <http://lexvo.org/id/iso639-3/mzr> .

<http://www.mpii.de/yago/resource/Mara_language> owl:sameAs <http://lexvo.org/id/iso639-3/mrh> .

<http://www.mpii.de/yago/resource/Maram_language> owl:sameAs <http://lexvo.org/id/iso639-3/nma> .

<http://www.mpii.de/yago/resource/Maranao_language> owl:sameAs <http://lexvo.org/id/iso639-3/mrw> .

<http://www.mpii.de/yago/resource/Marangis_language> owl:sameAs <http://lexvo.org/id/iso639-3/wax> .

<http://www.mpii.de/yago/resource/Maranunggu_language> owl:sameAs <http://lexvo.org/id/iso639-3/zmr> .

<http://www.mpii.de/yago/resource/Mararit_language> owl:sameAs <http://lexvo.org/id/iso639-3/mgb> .

<http://www.mpii.de/yago/resource/Marathi_language> owl:sameAs <http://lexvo.org/id/iso639-3/mar> .

<http://www.mpii.de/yago/resource/Marba_language> owl:sameAs <http://lexvo.org/id/iso639-3/mpg> .

<http://www.mpii.de/yago/resource/Marfa_language> owl:sameAs <http://lexvo.org/id/iso639-3/mvu> .

<http://www.mpii.de/yago/resource/Marghi_South_language> owl:sameAs <http://lexvo.org/id/iso639-3/mfm> .

<http://www.mpii.de/yago/resource/Margi_language> owl:sameAs <http://lexvo.org/id/iso639-3/mrt> .

<http://www.mpii.de/yago/resource/Mari_language> owl:sameAs <http://lexvo.org/id/iso639-3/chm> .

<http://www.mpii.de/yago/resource/Maria_language_(India)> owl:sameAs <http://lexvo.org/id/iso639-3/mrr> .

<http://www.mpii.de/yago/resource/Maria_language_(Papua_New_Guinea)> owl:sameAs <http://lexvo.org/id/iso639-3/mds> .

<http://www.mpii.de/yago/resource/Maricopa_language> owl:sameAs <http://lexvo.org/id/iso639-3/mrc> .

<http://www.mpii.de/yago/resource/Marik_language> owl:sameAs <http://lexvo.org/id/iso639-3/dad> .

<http://www.mpii.de/yago/resource/Maring_language> owl:sameAs <http://lexvo.org/id/iso639-3/mbw> .

<http://www.mpii.de/yago/resource/Maritime_Sign_Language> owl:sameAs <http://lexvo.org/id/iso639-3/nsr> .

<http://www.mpii.de/yago/resource/Marivele%C3%B1o_language> owl:sameAs <http://lexvo.org/id/iso639-3/ayt> .

<http://www.mpii.de/yago/resource/Marka_language> owl:sameAs <http://lexvo.org/id/iso639-3/rkm> .

<http://www.mpii.de/yago/resource/Markweta_language> owl:sameAs <http://lexvo.org/id/iso639-3/enb> .

<http://www.mpii.de/yago/resource/Marovo_language> owl:sameAs <http://lexvo.org/id/iso639-3/mvo> .

<http://www.mpii.de/yago/resource/Marra_language> owl:sameAs <http://lexvo.org/id/iso639-3/mec> .

<http://www.mpii.de/yago/resource/Marrgu_language> owl:sameAs <http://lexvo.org/id/iso639-3/mhg> .

<http://www.mpii.de/yago/resource/Marshallese_language> owl:sameAs <http://lexvo.org/id/iso639-3/mah> .

<http://www.mpii.de/yago/resource/Marsi> owl:sameAs <http://lexvo.org/id/iso639-3/ims> .

<http://www.mpii.de/yago/resource/Martha's_Vineyard_Sign_Language> owl:sameAs <http://lexvo.org/id/iso639-3/mre> .

<http://www.mpii.de/yago/resource/Martuthunira_language> owl:sameAs <http://lexvo.org/id/iso639-3/vma> .

<http://www.mpii.de/yago/resource/Maru_language> owl:sameAs <http://lexvo.org/id/iso639-3/mhx> .

<http://www.mpii.de/yago/resource/Marwari_language> owl:sameAs <http://lexvo.org/id/iso639-3/mwr> .

<http://www.mpii.de/yago/resource/Masaba_language> owl:sameAs <http://lexvo.org/id/iso639-3/myx> .

<http://www.mpii.de/yago/resource/Masbate%C3%B1o_language> owl:sameAs <http://lexvo.org/id/iso639-3/msb> .

<http://www.mpii.de/yago/resource/Maskoy_language> owl:sameAs <http://lexvo.org/id/iso639-3/tmf> .

<http://www.mpii.de/yago/resource/Maslam_language> owl:sameAs <http://lexvo.org/id/iso639-3/msv> .

<http://www.mpii.de/yago/resource/Masmaje_language> owl:sameAs <http://lexvo.org/id/iso639-3/mes> .

<http://www.mpii.de/yago/resource/Massa_language> owl:sameAs <http://lexvo.org/id/iso639-3/mcn> .

<http://www.mpii.de/yago/resource/Massachusett_language> owl:sameAs <http://lexvo.org/id/iso639-3/wam> .

<http://www.mpii.de/yago/resource/Massep_language> owl:sameAs <http://lexvo.org/id/iso639-3/mvs> .

<http://www.mpii.de/yago/resource/Matagalpa_language> owl:sameAs <http://lexvo.org/id/iso639-3/mtn> .

<http://www.mpii.de/yago/resource/Matal_language> owl:sameAs <http://lexvo.org/id/iso639-3/mfh> .

<http://www.mpii.de/yago/resource/Matengo_language> owl:sameAs <http://lexvo.org/id/iso639-3/mgv> .

<http://www.mpii.de/yago/resource/Matngele_language> owl:sameAs <http://lexvo.org/id/iso639-3/zml> .

<http://www.mpii.de/yago/resource/Mato_Grosso_Ar%C3%A1ra_language> owl:sameAs <http://lexvo.org/id/iso639-3/axg> .

<http://www.mpii.de/yago/resource/Mator_language> owl:sameAs <http://lexvo.org/id/iso639-3/mtm> .

<http://www.mpii.de/yago/resource/Mats%C3%A9s_language> owl:sameAs <http://lexvo.org/id/iso639-3/mcf> .

<http://www.mpii.de/yago/resource/Mattole_language> owl:sameAs <http://lexvo.org/id/iso639-3/mvb> .

<http://www.mpii.de/yago/resource/Matukar_language> owl:sameAs <http://lexvo.org/id/iso639-3/mjk> .

<http://www.mpii.de/yago/resource/Matumbi_language> owl:sameAs <http://lexvo.org/id/iso639-3/mgw> .

<http://www.mpii.de/yago/resource/Maung_language> owl:sameAs <http://lexvo.org/id/iso639-3/mph> .

<http://www.mpii.de/yago/resource/Mauritian_Creole> owl:sameAs <http://lexvo.org/id/iso639-3/mfe> .

<http://www.mpii.de/yago/resource/Mauwake_language> owl:sameAs <http://lexvo.org/id/iso639-3/mhl> .

<http://www.mpii.de/yago/resource/Mavea_language> owl:sameAs <http://lexvo.org/id/iso639-3/mkv> .

<http://www.mpii.de/yago/resource/Maw%C3%A9_language> owl:sameAs <http://lexvo.org/id/iso639-3/mav> .

<http://www.mpii.de/yago/resource/Mawa_language_(Chad)> owl:sameAs <http://lexvo.org/id/iso639-3/mcw> .

<http://www.mpii.de/yago/resource/Mawa_language_(Nigeria)> owl:sameAs <http://lexvo.org/id/iso639-3/wma> .

<http://www.mpii.de/yago/resource/Mawayana_language> owl:sameAs <http://lexvo.org/id/iso639-3/mzx> .

<http://www.mpii.de/yago/resource/Mawes_language> owl:sameAs <http://lexvo.org/id/iso639-3/mgk> .

<http://www.mpii.de/yago/resource/Maxakal%C3%AD_language> owl:sameAs <http://lexvo.org/id/iso639-3/mbl> .

<http://www.mpii.de/yago/resource/Mayan_languages> owl:sameAs <http://lexvo.org/id/iso639-5/myn> .

<http://www.mpii.de/yago/resource/Mayo_language> owl:sameAs <http://lexvo.org/id/iso639-3/mfy> .

<http://www.mpii.de/yago/resource/Mayogo_language> owl:sameAs <http://lexvo.org/id/iso639-3/mdm> .

<http://www.mpii.de/yago/resource/Mazagway_language> owl:sameAs <http://lexvo.org/id/iso639-3/dkx> .

<http://www.mpii.de/yago/resource/Mazandarani_language> owl:sameAs <http://lexvo.org/id/iso639-3/mzn> .

<http://www.mpii.de/yago/resource/Mba_language> owl:sameAs <http://lexvo.org/id/iso639-3/mfc> .

<http://www.mpii.de/yago/resource/Mbabaram_language> owl:sameAs <http://lexvo.org/id/iso639-3/vmb> .

<http://www.mpii.de/yago/resource/Mbala_language> owl:sameAs <http://lexvo.org/id/iso639-3/mdp> .

<http://www.mpii.de/yago/resource/Mbandja_language> owl:sameAs <http://lexvo.org/id/iso639-3/zmz> .

<http://www.mpii.de/yago/resource/Mbara_language> owl:sameAs <http://lexvo.org/id/iso639-3/mpk> .

<http://www.mpii.de/yago/resource/Mbara_language_(Australia)> owl:sameAs <http://lexvo.org/id/iso639-3/mvl> .

<http://www.mpii.de/yago/resource/Mbati_language> owl:sameAs <http://lexvo.org/id/iso639-3/mdn> .

<http://www.mpii.de/yago/resource/Mbato_language> owl:sameAs <http://lexvo.org/id/iso639-3/gwa> .

<http://www.mpii.de/yago/resource/Mbay_language> owl:sameAs <http://lexvo.org/id/iso639-3/myb> .

<http://www.mpii.de/yago/resource/Mbe_language> owl:sameAs <http://lexvo.org/id/iso639-3/mfo> .

<http://www.mpii.de/yago/resource/Mbelime_language> owl:sameAs <http://lexvo.org/id/iso639-3/mql> .

<http://www.mpii.de/yago/resource/Mbembe_language> owl:sameAs <http://lexvo.org/id/iso639-3/mfn> .

<http://www.mpii.de/yago/resource/Mbere_language> owl:sameAs <http://lexvo.org/id/iso639-3/mdt> .

<http://www.mpii.de/yago/resource/Mbo_language_(Cameroon)> owl:sameAs <http://lexvo.org/id/iso639-3/mbo> .

<http://www.mpii.de/yago/resource/Mbo_language_(Congo)> owl:sameAs <http://lexvo.org/id/iso639-3/zmw> .

<http://www.mpii.de/yago/resource/Mboa_language> owl:sameAs <http://lexvo.org/id/iso639-3/xmb> .

<http://www.mpii.de/yago/resource/Mboi_language> owl:sameAs <http://lexvo.org/id/iso639-3/moi> .

<http://www.mpii.de/yago/resource/Mboko_language> owl:sameAs <http://lexvo.org/id/iso639-3/mdu> .

<http://www.mpii.de/yago/resource/Mbole_language> owl:sameAs <http://lexvo.org/id/iso639-3/mdq> .

<http://www.mpii.de/yago/resource/Mbore_language> owl:sameAs <http://lexvo.org/id/iso639-3/gai> .

<http://www.mpii.de/yago/resource/Mboshi_language> owl:sameAs <http://lexvo.org/id/iso639-3/mdw> .

<http://www.mpii.de/yago/resource/Mbre_language> owl:sameAs <http://lexvo.org/id/iso639-3/mka> .

<http://www.mpii.de/yago/resource/Mbu%E2%80%99_language> owl:sameAs <http://lexvo.org/id/iso639-3/muc> .

<http://www.mpii.de/yago/resource/Mbudum_language> owl:sameAs <http://lexvo.org/id/iso639-3/xmd> .

<http://www.mpii.de/yago/resource/Mbugu_language> owl:sameAs <http://lexvo.org/id/iso639-3/mhd> .

<http://www.mpii.de/yago/resource/Mbugwe_language> owl:sameAs <http://lexvo.org/id/iso639-3/mgz> .

<http://www.mpii.de/yago/resource/Mbuko_language> owl:sameAs <http://lexvo.org/id/iso639-3/mqb> .

<http://www.mpii.de/yago/resource/Mbukushu_language> owl:sameAs <http://lexvo.org/id/iso639-3/mhw> .

<http://www.mpii.de/yago/resource/Mbula-Bwazza_language> owl:sameAs <http://lexvo.org/id/iso639-3/mbu> .

<http://www.mpii.de/yago/resource/Mbula_language> owl:sameAs <http://lexvo.org/id/iso639-3/mna> .

<http://www.mpii.de/yago/resource/Mbule_language> owl:sameAs <http://lexvo.org/id/iso639-3/mlb> .

<http://www.mpii.de/yago/resource/Mbulungish_language> owl:sameAs <http://lexvo.org/id/iso639-3/mbv> .

<http://www.mpii.de/yago/resource/Mbum_language> owl:sameAs <http://lexvo.org/id/iso639-3/mdd> .

<http://www.mpii.de/yago/resource/Mbunda_language> owl:sameAs <http://lexvo.org/id/iso639-3/mck> .

<http://www.mpii.de/yago/resource/Mbunga_language> owl:sameAs <http://lexvo.org/id/iso639-3/mgy> .

<http://www.mpii.de/yago/resource/Mburku_language> owl:sameAs <http://lexvo.org/id/iso639-3/bbt> .

<http://www.mpii.de/yago/resource/Mbwela_language> owl:sameAs <http://lexvo.org/id/iso639-3/mfu> .

<http://www.mpii.de/yago/resource/Mby%C3%A1_Guaran%C3%AD_language> owl:sameAs <http://lexvo.org/id/iso639-3/gun> .

<http://www.mpii.de/yago/resource/Me%C3%A4nkieli> owl:sameAs <http://lexvo.org/id/iso639-3/fit> .

<http://www.mpii.de/yago/resource/Me'en_language> owl:sameAs <http://lexvo.org/id/iso639-3/mym> .

<http://www.mpii.de/yago/resource/Meadow_Mari_language> owl:sameAs <http://lexvo.org/id/iso639-3/mhr> .

<http://www.mpii.de/yago/resource/Meax_language> owl:sameAs <http://lexvo.org/id/iso639-3/mej> .

<http://www.mpii.de/yago/resource/Media_Lengua> owl:sameAs <http://lexvo.org/id/iso639-3/mue> .

<http://www.mpii.de/yago/resource/Median_language> owl:sameAs <http://lexvo.org/id/iso639-3/xme> .

<http://www.mpii.de/yago/resource/Mediterranean_Lingua_Franca> owl:sameAs <http://lexvo.org/id/iso639-3/pml> .

<http://www.mpii.de/yago/resource/Medny_Aleut_language> owl:sameAs <http://lexvo.org/id/iso639-3/mud> .

<http://www.mpii.de/yago/resource/Medumba_language> owl:sameAs <http://lexvo.org/id/iso639-3/byv> .

<http://www.mpii.de/yago/resource/Mefele_language> owl:sameAs <http://lexvo.org/id/iso639-3/mfj> .

<http://www.mpii.de/yago/resource/Megam_language> owl:sameAs <http://lexvo.org/id/iso639-3/mef> .

<http://www.mpii.de/yago/resource/Megleno-Romanian_language> owl:sameAs <http://lexvo.org/id/iso639-3/ruq> .

<http://www.mpii.de/yago/resource/Mehek_language> owl:sameAs <http://lexvo.org/id/iso639-3/nux> .

<http://www.mpii.de/yago/resource/Mehinaku_language> owl:sameAs <http://lexvo.org/id/iso639-3/mmh> .

<http://www.mpii.de/yago/resource/Mehri_language> owl:sameAs <http://lexvo.org/id/iso639-3/gdq> .

<http://www.mpii.de/yago/resource/Meitei_language> owl:sameAs <http://lexvo.org/id/iso639-3/mni> .

<http://www.mpii.de/yago/resource/Mekeo_language> owl:sameAs <http://lexvo.org/id/iso639-3/mek> .

<http://www.mpii.de/yago/resource/Mekmek_language> owl:sameAs <http://lexvo.org/id/iso639-3/mvk> .

<http://www.mpii.de/yago/resource/Mekwei_language> owl:sameAs <http://lexvo.org/id/iso639-3/msf> .

<http://www.mpii.de/yago/resource/Melanau_language> owl:sameAs <http://lexvo.org/id/iso639-3/mel> .

<http://www.mpii.de/yago/resource/Melayu_Brunei> owl:sameAs <http://lexvo.org/id/iso639-3/kxd> .

<http://www.mpii.de/yago/resource/Melo_language> owl:sameAs <http://lexvo.org/id/iso639-3/mfx> .

<http://www.mpii.de/yago/resource/Melpa_language> owl:sameAs <http://lexvo.org/id/iso639-3/med> .

<http://www.mpii.de/yago/resource/Menchum_language> owl:sameAs <http://lexvo.org/id/iso639-3/bby> .

<http://www.mpii.de/yago/resource/Mende_language> owl:sameAs <http://lexvo.org/id/iso639-3/men> .

<http://www.mpii.de/yago/resource/Menka_language> owl:sameAs <http://lexvo.org/id/iso639-3/mea> .

<http://www.mpii.de/yago/resource/Menominee_language> owl:sameAs <http://lexvo.org/id/iso639-3/mez> .

<http://www.mpii.de/yago/resource/Mentawai_language> owl:sameAs <http://lexvo.org/id/iso639-3/mwv> .

<http://www.mpii.de/yago/resource/Menya_language> owl:sameAs <http://lexvo.org/id/iso639-3/mcr> .

<http://www.mpii.de/yago/resource/Mer_language> owl:sameAs <http://lexvo.org/id/iso639-3/mnu> .

<http://www.mpii.de/yago/resource/Merey_language> owl:sameAs <http://lexvo.org/id/iso639-3/meq> .

<http://www.mpii.de/yago/resource/Meriam_language> owl:sameAs <http://lexvo.org/id/iso639-3/ulk> .

<http://www.mpii.de/yago/resource/Meroitic_language> owl:sameAs <http://lexvo.org/id/iso639-3/xmr> .

<http://www.mpii.de/yago/resource/Meru_language> owl:sameAs <http://lexvo.org/id/iso639-3/mer> .

<http://www.mpii.de/yago/resource/Mesaka_language> owl:sameAs <http://lexvo.org/id/iso639-3/iyo> .

<http://www.mpii.de/yago/resource/Mescalero-Chiricahua_language> owl:sameAs <http://lexvo.org/id/iso639-3/apm> .

<http://www.mpii.de/yago/resource/Mesme_language> owl:sameAs <http://lexvo.org/id/iso639-3/zim> .

<http://www.mpii.de/yago/resource/Mesmes_language> owl:sameAs <http://lexvo.org/id/iso639-3/mys> .

<http://www.mpii.de/yago/resource/Mesqan_language> owl:sameAs <http://lexvo.org/id/iso639-3/mvz> .

<http://www.mpii.de/yago/resource/Messapian_language> owl:sameAs <http://lexvo.org/id/iso639-3/cms> .

<http://www.mpii.de/yago/resource/Meta'_language> owl:sameAs <http://lexvo.org/id/iso639-3/mgo> .

<http://www.mpii.de/yago/resource/Mewari_language> owl:sameAs <http://lexvo.org/id/iso639-3/mtr> .

<http://www.mpii.de/yago/resource/Mewati_language> owl:sameAs <http://lexvo.org/id/iso639-3/wtm> .

<http://www.mpii.de/yago/resource/Mexican_Sign_Language> owl:sameAs <http://lexvo.org/id/iso639-3/mfs> .

<http://www.mpii.de/yago/resource/Mezquital_Otomi> owl:sameAs <http://lexvo.org/id/iso639-3/ote> .

<http://www.mpii.de/yago/resource/Mi'kmaq_language> owl:sameAs <http://lexvo.org/id/iso639-3/mic> .

<http://www.mpii.de/yago/resource/Miami-Illinois_language> owl:sameAs <http://lexvo.org/id/iso639-3/mia> .

<http://www.mpii.de/yago/resource/Mian_language> owl:sameAs <http://lexvo.org/id/iso639-3/mpt> .

<http://www.mpii.de/yago/resource/Michif_language> owl:sameAs <http://lexvo.org/id/iso639-3/crg> .

<http://www.mpii.de/yago/resource/Middle_Armenian> owl:sameAs <http://lexvo.org/id/iso639-3/axm> .

<http://www.mpii.de/yago/resource/Middle_Chinese> owl:sameAs <http://lexvo.org/id/iso639-3/ltc> .

<http://www.mpii.de/yago/resource/Middle_Dutch> owl:sameAs <http://lexvo.org/id/iso639-3/dum> .

<http://www.mpii.de/yago/resource/Middle_English> owl:sameAs <http://lexvo.org/id/iso639-3/enm> .

<http://www.mpii.de/yago/resource/Middle_French> owl:sameAs <http://lexvo.org/id/iso639-3/frm> .

<http://www.mpii.de/yago/resource/Middle_High_German> owl:sameAs <http://lexvo.org/id/iso639-3/gmh> .

<http://www.mpii.de/yago/resource/Middle_Irish> owl:sameAs <http://lexvo.org/id/iso639-3/mga> .

<http://www.mpii.de/yago/resource/Middle_Low_German> owl:sameAs <http://lexvo.org/id/iso639-3/gml> .

<http://www.mpii.de/yago/resource/Middle_Mongolian_language> owl:sameAs <http://lexvo.org/id/iso639-3/xng> .

<http://www.mpii.de/yago/resource/Middle_Persian> owl:sameAs <http://lexvo.org/id/iso639-3/pal> .

<http://www.mpii.de/yago/resource/Middle_Welsh> owl:sameAs <http://lexvo.org/id/iso639-3/wlm> .

<http://www.mpii.de/yago/resource/Midob_language> owl:sameAs <http://lexvo.org/id/iso639-3/mei> .

<http://www.mpii.de/yago/resource/Migaama_language> owl:sameAs <http://lexvo.org/id/iso639-3/mmy> .

<http://www.mpii.de/yago/resource/Miji_language> owl:sameAs <http://lexvo.org/id/iso639-3/sjl> .

<http://www.mpii.de/yago/resource/Miju_Mishmi_language> owl:sameAs <http://lexvo.org/id/iso639-3/mxj> .

<http://www.mpii.de/yago/resource/Mikasuki_language> owl:sameAs <http://lexvo.org/id/iso639-3/mik> .

<http://www.mpii.de/yago/resource/Miltu_language> owl:sameAs <http://lexvo.org/id/iso639-3/mlj> .

<http://www.mpii.de/yago/resource/Miluk_language> owl:sameAs <http://lexvo.org/id/iso639-3/iml> .

<http://www.mpii.de/yago/resource/Min_Bei> owl:sameAs <http://lexvo.org/id/iso639-3/mnp> .

<http://www.mpii.de/yago/resource/Min_Dong> owl:sameAs <http://lexvo.org/id/iso639-3/cdo> .

<http://www.mpii.de/yago/resource/Min_Nan> owl:sameAs <http://lexvo.org/id/iso639-3/nan> .

<http://www.mpii.de/yago/resource/Min_Zhong> owl:sameAs <http://lexvo.org/id/iso639-3/czo> .

<http://www.mpii.de/yago/resource/Mina_language_(Cameroon)> owl:sameAs <http://lexvo.org/id/iso639-3/hna> .

<http://www.mpii.de/yago/resource/Minaean_language> owl:sameAs <http://lexvo.org/id/iso639-3/inm> .

<http://www.mpii.de/yago/resource/Minangkabau_language> owl:sameAs <http://lexvo.org/id/iso639-3/min> .

<http://www.mpii.de/yago/resource/Minderico_language> owl:sameAs <http://lexvo.org/id/iso639-3/drc> .

<http://www.mpii.de/yago/resource/Mindiri_language> owl:sameAs <http://lexvo.org/id/iso639-3/mpn> .

<http://www.mpii.de/yago/resource/Mingang_Doso_language> owl:sameAs <http://lexvo.org/id/iso639-3/mko> .

<http://www.mpii.de/yago/resource/Mingrelian_language> owl:sameAs <http://lexvo.org/id/iso639-3/xmf> .

<http://www.mpii.de/yago/resource/Minica_Huitoto> owl:sameAs <http://lexvo.org/id/iso639-3/hto> .

<http://www.mpii.de/yago/resource/Minigir_language> owl:sameAs <http://lexvo.org/id/iso639-3/vmg> .

<http://www.mpii.de/yago/resource/Minriq_language> owl:sameAs <http://lexvo.org/id/iso639-3/mnq> .

<http://www.mpii.de/yago/resource/Mintil_language> owl:sameAs <http://lexvo.org/id/iso639-3/mzt> .

<http://www.mpii.de/yago/resource/Minyanka_language> owl:sameAs <http://lexvo.org/id/iso639-3/myk> .

<http://www.mpii.de/yago/resource/Mirandese_language> owl:sameAs <http://lexvo.org/id/iso639-3/mwl> .

<http://www.mpii.de/yago/resource/Mire_language> owl:sameAs <http://lexvo.org/id/iso639-3/mvh> .

<http://www.mpii.de/yago/resource/Miriti_language> owl:sameAs <http://lexvo.org/id/iso639-3/mmv> .

<http://www.mpii.de/yago/resource/Miriwoong_language> owl:sameAs <http://lexvo.org/id/iso639-3/mep> .

<http://www.mpii.de/yago/resource/Misantla_Totonac> owl:sameAs <http://lexvo.org/id/iso639-3/tlc> .

<http://www.mpii.de/yago/resource/Mishing_language> owl:sameAs <http://lexvo.org/id/iso639-3/mrg> .

<http://www.mpii.de/yago/resource/Miship_language> owl:sameAs <http://lexvo.org/id/iso639-3/mjs> .

<http://www.mpii.de/yago/resource/Misima-Paneati_language> owl:sameAs <http://lexvo.org/id/iso639-3/mpx> .

<http://www.mpii.de/yago/resource/Miskito_language> owl:sameAs <http://lexvo.org/id/iso639-3/miq> .

<http://www.mpii.de/yago/resource/Mituku_language> owl:sameAs <http://lexvo.org/id/iso639-3/zmq> .

<http://www.mpii.de/yago/resource/Miu_language> owl:sameAs <http://lexvo.org/id/iso639-3/mpo> .

<http://www.mpii.de/yago/resource/Miya_language> owl:sameAs <http://lexvo.org/id/iso639-3/mkf> .

<http://www.mpii.de/yago/resource/Miyako_language> owl:sameAs <http://lexvo.org/id/iso639-3/mvi> .

<http://www.mpii.de/yago/resource/Mizo_language> owl:sameAs <http://lexvo.org/id/iso639-3/lus> .

<http://www.mpii.de/yago/resource/Mlabri_language> owl:sameAs <http://lexvo.org/id/iso639-3/mra> .

<http://www.mpii.de/yago/resource/Mlahs%C3%B4_language> owl:sameAs <http://lexvo.org/id/iso639-3/lhs> .

<http://www.mpii.de/yago/resource/Mlomp_language> owl:sameAs <http://lexvo.org/id/iso639-3/mlo> .

<http://www.mpii.de/yago/resource/Moabite_language> owl:sameAs <http://lexvo.org/id/iso639-3/obm> .

<http://www.mpii.de/yago/resource/Mobilian_Jargon> owl:sameAs <http://lexvo.org/id/iso639-3/mod> .

<http://www.mpii.de/yago/resource/Mochica_language> owl:sameAs <http://lexvo.org/id/iso639-3/omc> .

<http://www.mpii.de/yago/resource/Mocho%E2%80%99_language> owl:sameAs <http://lexvo.org/id/iso639-3/mhc> .

<http://www.mpii.de/yago/resource/Mocov%C3%AD_language> owl:sameAs <http://lexvo.org/id/iso639-3/moc> .

<http://www.mpii.de/yago/resource/Modern_Greek> owl:sameAs <http://lexvo.org/id/iso639-3/ell> .

<http://www.mpii.de/yago/resource/Modern_Standard_Arabic> owl:sameAs <http://lexvo.org/id/iso639-3/arb> .

<http://www.mpii.de/yago/resource/Mofu-Gudur_language> owl:sameAs <http://lexvo.org/id/iso639-3/mif> .

<http://www.mpii.de/yago/resource/Moghol_language> owl:sameAs <http://lexvo.org/id/iso639-3/mhj> .

<http://www.mpii.de/yago/resource/Mogum_language> owl:sameAs <http://lexvo.org/id/iso639-3/mou> .

<http://www.mpii.de/yago/resource/Mohawk_language> owl:sameAs <http://lexvo.org/id/iso639-3/moh> .

<http://www.mpii.de/yago/resource/Mohegan-Pequot_language> owl:sameAs <http://lexvo.org/id/iso639-3/xpq> .

<http://www.mpii.de/yago/resource/Moi_language> owl:sameAs <http://lexvo.org/id/iso639-3/mxn> .

<http://www.mpii.de/yago/resource/Mojave_language> owl:sameAs <http://lexvo.org/id/iso639-3/mov> .

<http://www.mpii.de/yago/resource/Moken_language> owl:sameAs <http://lexvo.org/id/iso639-3/mwt> .

<http://www.mpii.de/yago/resource/Mokilese_language> owl:sameAs <http://lexvo.org/id/iso639-3/mkj> .

<http://www.mpii.de/yago/resource/Moklen_language> owl:sameAs <http://lexvo.org/id/iso639-3/mkm> .

<http://www.mpii.de/yago/resource/Mokole_language_(Benin)> owl:sameAs <http://lexvo.org/id/iso639-3/mkl> .

<http://www.mpii.de/yago/resource/Moksha_language> owl:sameAs <http://lexvo.org/id/iso639-3/mdf> .

<http://www.mpii.de/yago/resource/Molala_language> owl:sameAs <http://lexvo.org/id/iso639-3/mbe> .

<http://www.mpii.de/yago/resource/Molo_language> owl:sameAs <http://lexvo.org/id/iso639-3/zmo> .

<http://www.mpii.de/yago/resource/Molof_language> owl:sameAs <http://lexvo.org/id/iso639-3/msl> .

<http://www.mpii.de/yago/resource/Moloko_language> owl:sameAs <http://lexvo.org/id/iso639-3/mlw> .

<http://www.mpii.de/yago/resource/Mombo_Dogon> owl:sameAs <http://lexvo.org/id/iso639-3/dmb> .

<http://www.mpii.de/yago/resource/Momina_language> owl:sameAs <http://lexvo.org/id/iso639-3/mmb> .

<http://www.mpii.de/yago/resource/Momuna_language> owl:sameAs <http://lexvo.org/id/iso639-3/mqf> .

<http://www.mpii.de/yago/resource/Mon%C3%A9gasque_dialect> owl:sameAs <http://lexvo.org/id/iso639-3/lij> .

<http://www.mpii.de/yago/resource/Mon%E2%80%93Khmer_languages> owl:sameAs <http://lexvo.org/id/iso639-5/mkh> .

<http://www.mpii.de/yago/resource/Mon_language> owl:sameAs <http://lexvo.org/id/iso639-3/mnw> .

<http://www.mpii.de/yago/resource/Monastic_sign_languages> owl:sameAs <http://lexvo.org/id/iso639-3/mzg> .

<http://www.mpii.de/yago/resource/Mondropolon_language> owl:sameAs <http://lexvo.org/id/iso639-3/npn> .

<http://www.mpii.de/yago/resource/Mongo_language> owl:sameAs <http://lexvo.org/id/iso639-3/lol> .

<http://www.mpii.de/yago/resource/Mongolian_Sign_Language> owl:sameAs <http://lexvo.org/id/iso639-3/msr> .

<http://www.mpii.de/yago/resource/Mongolian_languages> owl:sameAs <http://lexvo.org/id/iso639-3/mon> .

<http://www.mpii.de/yago/resource/Mongolic_languages> owl:sameAs <http://lexvo.org/id/iso639-3/mon> .

<http://www.mpii.de/yago/resource/Mongsen_Ao_language> owl:sameAs <http://lexvo.org/id/iso639-3/njo> .

<http://www.mpii.de/yago/resource/Monguor_language> owl:sameAs <http://lexvo.org/id/iso639-3/mjg> .

<http://www.mpii.de/yago/resource/Moni_language> owl:sameAs <http://lexvo.org/id/iso639-3/mnz> .

<http://www.mpii.de/yago/resource/Mono_language_(Congo)> owl:sameAs <http://lexvo.org/id/iso639-3/mnh> .

<http://www.mpii.de/yago/resource/Mono_language_(Native_American)> owl:sameAs <http://lexvo.org/id/iso639-3/mnr> .

<http://www.mpii.de/yago/resource/Mono_language_(Solomon_Islands)> owl:sameAs <http://lexvo.org/id/iso639-3/mte> .

<http://www.mpii.de/yago/resource/Montol_language> owl:sameAs <http://lexvo.org/id/iso639-3/mtl> .

<http://www.mpii.de/yago/resource/Monumbo_language> owl:sameAs <http://lexvo.org/id/iso639-3/mxk> .

<http://www.mpii.de/yago/resource/Moose_Cree_language> owl:sameAs <http://lexvo.org/id/iso639-3/crm> .

<http://www.mpii.de/yago/resource/Mopan_Maya_language> owl:sameAs <http://lexvo.org/id/iso639-3/mop> .

<http://www.mpii.de/yago/resource/Mor_language_(Austronesian)> owl:sameAs <http://lexvo.org/id/iso639-3/mhz> .

<http://www.mpii.de/yago/resource/Mor_language_(Papuan)> owl:sameAs <http://lexvo.org/id/iso639-3/moq> .

<http://www.mpii.de/yago/resource/Moro_language> owl:sameAs <http://lexvo.org/id/iso639-3/mor> .

<http://www.mpii.de/yago/resource/Moroccan_Arabic> owl:sameAs <http://lexvo.org/id/iso639-3/ary> .

<http://www.mpii.de/yago/resource/Moronene_language> owl:sameAs <http://lexvo.org/id/iso639-3/mgn> .

<http://www.mpii.de/yago/resource/Morori_language> owl:sameAs <http://lexvo.org/id/iso639-3/mok> .

<http://www.mpii.de/yago/resource/Moru_language> owl:sameAs <http://lexvo.org/id/iso639-3/mgd> .

<http://www.mpii.de/yago/resource/Moshi_language> owl:sameAs <http://lexvo.org/id/iso639-3/old> .

<http://www.mpii.de/yago/resource/Moskona_language> owl:sameAs <http://lexvo.org/id/iso639-3/mtj> .

<http://www.mpii.de/yago/resource/Mossi_language> owl:sameAs <http://lexvo.org/id/iso639-3/mos> .

<http://www.mpii.de/yago/resource/Mota_language> owl:sameAs <http://lexvo.org/id/iso639-3/mtt> .

<http://www.mpii.de/yago/resource/Motu_language> owl:sameAs <http://lexvo.org/id/iso639-3/meu> .

<http://www.mpii.de/yago/resource/Mouk-Aria_language> owl:sameAs <http://lexvo.org/id/iso639-3/mwh> .

<http://www.mpii.de/yago/resource/Mountain_Koiali_language> owl:sameAs <http://lexvo.org/id/iso639-3/kpx> .

<http://www.mpii.de/yago/resource/Movima_language> owl:sameAs <http://lexvo.org/id/iso639-3/mzp> .

<http://www.mpii.de/yago/resource/Mozabite_language> owl:sameAs <http://lexvo.org/id/iso639-3/mzb> .

<http://www.mpii.de/yago/resource/Mozarabic_language> owl:sameAs <http://lexvo.org/id/iso639-3/mxi> .

<http://www.mpii.de/yago/resource/Mpade_language> owl:sameAs <http://lexvo.org/id/iso639-3/mpi> .

<http://www.mpii.de/yago/resource/Mpi_language> owl:sameAs <http://lexvo.org/id/iso639-3/mpz> .

<http://www.mpii.de/yago/resource/Mpoto_language> owl:sameAs <http://lexvo.org/id/iso639-3/mpa> .

<http://www.mpii.de/yago/resource/Mpuono_language> owl:sameAs <http://lexvo.org/id/iso639-3/zmp> .

<http://www.mpii.de/yago/resource/Mro_language> owl:sameAs <http://lexvo.org/id/iso639-3/cmr> .

<http://www.mpii.de/yago/resource/Mru_language> owl:sameAs <http://lexvo.org/id/iso639-3/mro> .

<http://www.mpii.de/yago/resource/Mser_language> owl:sameAs <http://lexvo.org/id/iso639-3/kqx> .

<http://www.mpii.de/yago/resource/Mubami_language> owl:sameAs <http://lexvo.org/id/iso639-3/tsx> .

<http://www.mpii.de/yago/resource/Mubi_language> owl:sameAs <http://lexvo.org/id/iso639-3/mub> .

<http://www.mpii.de/yago/resource/Mudbura_language> owl:sameAs <http://lexvo.org/id/iso639-3/mwd> .

<http://www.mpii.de/yago/resource/Mufian_language> owl:sameAs <http://lexvo.org/id/iso639-3/aoj> .

<http://www.mpii.de/yago/resource/Mugom_language> owl:sameAs <http://lexvo.org/id/iso639-3/muk> .

<http://www.mpii.de/yago/resource/Muinane_language> owl:sameAs <http://lexvo.org/id/iso639-3/bmr> .

<http://www.mpii.de/yago/resource/Mukulu_language> owl:sameAs <http://lexvo.org/id/iso639-3/moz> .

<http://www.mpii.de/yago/resource/Mulam_language> owl:sameAs <http://lexvo.org/id/iso639-3/mlm> .

<http://www.mpii.de/yago/resource/Mum_language> owl:sameAs <http://lexvo.org/id/iso639-3/kqa> .

<http://www.mpii.de/yago/resource/Mumuye_language> owl:sameAs <http://lexvo.org/id/iso639-3/mzm> .

<http://www.mpii.de/yago/resource/Munda_languages> owl:sameAs <http://lexvo.org/id/iso639-5/mun> .

<http://www.mpii.de/yago/resource/Mundabli_language> owl:sameAs <http://lexvo.org/id/iso639-3/boe> .

<http://www.mpii.de/yago/resource/Mundang_language> owl:sameAs <http://lexvo.org/id/iso639-3/mua> .

<http://www.mpii.de/yago/resource/Mundani_language> owl:sameAs <http://lexvo.org/id/iso639-3/mnf> .

<http://www.mpii.de/yago/resource/Mundat_language> owl:sameAs <http://lexvo.org/id/iso639-3/mmf> .

<http://www.mpii.de/yago/resource/Munduruku_language> owl:sameAs <http://lexvo.org/id/iso639-3/myu> .

<http://www.mpii.de/yago/resource/Munichi_language> owl:sameAs <http://lexvo.org/id/iso639-3/myr> .

<http://www.mpii.de/yago/resource/Munji_language> owl:sameAs <http://lexvo.org/id/iso639-3/mnj> .

<http://www.mpii.de/yago/resource/Munsee_language> owl:sameAs <http://lexvo.org/id/iso639-3/umu> .

<http://www.mpii.de/yago/resource/Muong_language> owl:sameAs <http://lexvo.org/id/iso639-3/mtq> .

<http://www.mpii.de/yago/resource/Murik_language> owl:sameAs <http://lexvo.org/id/iso639-3/mtf> .

<http://www.mpii.de/yago/resource/Murkim_language> owl:sameAs <http://lexvo.org/id/iso639-3/rmh> .

<http://www.mpii.de/yago/resource/Murle_language> owl:sameAs <http://lexvo.org/id/iso639-3/mur> .

<http://www.mpii.de/yago/resource/Murrinh-patha_language> owl:sameAs <http://lexvo.org/id/iso639-3/mwf> .

<http://www.mpii.de/yago/resource/Mursi_language> owl:sameAs <http://lexvo.org/id/iso639-3/muz> .

<http://www.mpii.de/yago/resource/Murui_Huitoto_language> owl:sameAs <http://lexvo.org/id/iso639-3/huu> .

<http://www.mpii.de/yago/resource/Muruwari_language> owl:sameAs <http://lexvo.org/id/iso639-3/zmu> .

<http://www.mpii.de/yago/resource/Musasa_language> owl:sameAs <http://lexvo.org/id/iso639-3/smm> .

<http://www.mpii.de/yago/resource/Musey_language> owl:sameAs <http://lexvo.org/id/iso639-3/mse> .

<http://www.mpii.de/yago/resource/Musgu_language> owl:sameAs <http://lexvo.org/id/iso639-3/mug> .

<http://www.mpii.de/yago/resource/Musi_language> owl:sameAs <http://lexvo.org/id/iso639-3/mui> .

<http://www.mpii.de/yago/resource/Muskum_language> owl:sameAs <http://lexvo.org/id/iso639-3/mje> .

<http://www.mpii.de/yago/resource/Mussau-Emira_language> owl:sameAs <http://lexvo.org/id/iso639-3/emi> .

<http://www.mpii.de/yago/resource/Mutu_language> owl:sameAs <http://lexvo.org/id/iso639-3/tuc> .

<http://www.mpii.de/yago/resource/Muya_language> owl:sameAs <http://lexvo.org/id/iso639-3/mvm> .

<http://www.mpii.de/yago/resource/Muyang_language> owl:sameAs <http://lexvo.org/id/iso639-3/muy> .

<http://www.mpii.de/yago/resource/Muyuw_language> owl:sameAs <http://lexvo.org/id/iso639-3/myw> .

<http://www.mpii.de/yago/resource/Mvuba_language> owl:sameAs <http://lexvo.org/id/iso639-3/mxh> .

<http://www.mpii.de/yago/resource/Mwaghavul_language> owl:sameAs <http://lexvo.org/id/iso639-3/sur> .

<http://www.mpii.de/yago/resource/Mwan_language> owl:sameAs <http://lexvo.org/id/iso639-3/moa> .

<http://www.mpii.de/yago/resource/Mwanga_language> owl:sameAs <http://lexvo.org/id/iso639-3/mwn> .

<http://www.mpii.de/yago/resource/Mwani_language> owl:sameAs <http://lexvo.org/id/iso639-3/wmw> .

<http://www.mpii.de/yago/resource/Mwera_(Nyasa)_language> owl:sameAs <http://lexvo.org/id/iso639-3/mjh> .

<http://www.mpii.de/yago/resource/Mwera_language> owl:sameAs <http://lexvo.org/id/iso639-3/mwe> .

<http://www.mpii.de/yago/resource/Mwerlap_language> owl:sameAs <http://lexvo.org/id/iso639-3/mrm> .

<http://www.mpii.de/yago/resource/Mwotlap_language> owl:sameAs <http://lexvo.org/id/iso639-3/mlv> .

<http://www.mpii.de/yago/resource/Mycenaean_Greek> owl:sameAs <http://lexvo.org/id/iso639-3/gmy> .

<http://www.mpii.de/yago/resource/Myene_language> owl:sameAs <http://lexvo.org/id/iso639-3/mye> .

<http://www.mpii.de/yago/resource/Mysian_language> owl:sameAs <http://lexvo.org/id/iso639-3/yms> .

<http://www.mpii.de/yago/resource/Mzieme_language> owl:sameAs <http://lexvo.org/id/iso639-3/nme> .

<http://www.mpii.de/yago/resource/N%C3%BCpode_Huitoto_language> owl:sameAs <http://lexvo.org/id/iso639-3/hux> .

<http://www.mpii.de/yago/resource/N%C7%81ng_language> owl:sameAs <http://lexvo.org/id/iso639-3/ngh> .

<http://www.mpii.de/yago/resource/Na-Dene_languages> owl:sameAs <http://lexvo.org/id/iso639-5/xnd> .

<http://www.mpii.de/yago/resource/Naasioi_language> owl:sameAs <http://lexvo.org/id/iso639-3/nas> .

<http://www.mpii.de/yago/resource/Naba_language> owl:sameAs <http://lexvo.org/id/iso639-3/mne> .

<http://www.mpii.de/yago/resource/Nabak_language> owl:sameAs <http://lexvo.org/id/iso639-3/naf> .

<http://www.mpii.de/yago/resource/Nabi_language> owl:sameAs <http://lexvo.org/id/iso639-3/mty> .

<http://www.mpii.de/yago/resource/Nad%C3%ABb_language> owl:sameAs <http://lexvo.org/id/iso639-3/mbj> .

<http://www.mpii.de/yago/resource/Nafaanra> owl:sameAs <http://lexvo.org/id/iso639-3/nfr> .

<http://www.mpii.de/yago/resource/Nafri_language> owl:sameAs <http://lexvo.org/id/iso639-3/nxx> .

<http://www.mpii.de/yago/resource/Nafusi_language> owl:sameAs <http://lexvo.org/id/iso639-3/jbn> .

<http://www.mpii.de/yago/resource/Nagamese_creole> owl:sameAs <http://lexvo.org/id/iso639-3/nag> .

<http://www.mpii.de/yago/resource/Nagarchal_language> owl:sameAs <http://lexvo.org/id/iso639-3/nbg> .

<http://www.mpii.de/yago/resource/Nagovisi_language> owl:sameAs <http://lexvo.org/id/iso639-3/nco> .

<http://www.mpii.de/yago/resource/Nahari_language> owl:sameAs <http://lexvo.org/id/iso639-3/nhh> .

<http://www.mpii.de/yago/resource/Nahuatl> owl:sameAs <http://lexvo.org/id/wordnet/30/noun/nahuatl_1_10_00> .

<http://www.mpii.de/yago/resource/Nahuatl_languages> owl:sameAs <http://lexvo.org/id/iso639-5/nah> .

<http://www.mpii.de/yago/resource/Nai_language> owl:sameAs <http://lexvo.org/id/iso639-3/bio> .

<http://www.mpii.de/yago/resource/Najdi_Arabic> owl:sameAs <http://lexvo.org/id/iso639-3/ars> .

<http://www.mpii.de/yago/resource/Nakanai_language> owl:sameAs <http://lexvo.org/id/iso639-3/nak> .

<http://www.mpii.de/yago/resource/Nakkara_language> owl:sameAs <http://lexvo.org/id/iso639-3/nck> .

<http://www.mpii.de/yago/resource/Nakwi_language> owl:sameAs <http://lexvo.org/id/iso639-3/nax> .

<http://www.mpii.de/yago/resource/Nalca_language> owl:sameAs <http://lexvo.org/id/iso639-3/nlc> .

<http://www.mpii.de/yago/resource/Nalik_language> owl:sameAs <http://lexvo.org/id/iso639-3/nal> .

<http://www.mpii.de/yago/resource/Nalu_language> owl:sameAs <http://lexvo.org/id/iso639-3/naj> .

<http://www.mpii.de/yago/resource/Nama_language_(Papuan)> owl:sameAs <http://lexvo.org/id/iso639-3/nmx> .

<http://www.mpii.de/yago/resource/Namakura_language> owl:sameAs <http://lexvo.org/id/iso639-3/nmk> .

<http://www.mpii.de/yago/resource/Nambikwara_language> owl:sameAs <http://lexvo.org/id/iso639-3/nab> .

<http://www.mpii.de/yago/resource/Namia_language> owl:sameAs <http://lexvo.org/id/iso639-3/nnm> .

<http://www.mpii.de/yago/resource/Namla_language> owl:sameAs <http://lexvo.org/id/iso639-3/naa> .

<http://www.mpii.de/yago/resource/Namosi-Naitasiri-Serua_language> owl:sameAs <http://lexvo.org/id/iso639-3/bwb> .

<http://www.mpii.de/yago/resource/Nanai_language> owl:sameAs <http://lexvo.org/id/iso639-3/gld> .

<http://www.mpii.de/yago/resource/Nancere_language> owl:sameAs <http://lexvo.org/id/iso639-3/nnc> .

<http://www.mpii.de/yago/resource/Nande_language> owl:sameAs <http://lexvo.org/id/iso639-3/nnb> .

<http://www.mpii.de/yago/resource/Nanerig%C3%A9_language> owl:sameAs <http://lexvo.org/id/iso639-3/sen> .

<http://www.mpii.de/yago/resource/Nanga_Dogon> owl:sameAs <http://lexvo.org/id/iso639-3/nzz> .

<http://www.mpii.de/yago/resource/Nangalami_language> owl:sameAs <http://lexvo.org/id/iso639-3/nli> .

<http://www.mpii.de/yago/resource/Nanggu_language> owl:sameAs <http://lexvo.org/id/iso639-3/ngr> .

<http://www.mpii.de/yago/resource/Nanticoke_language> owl:sameAs <http://lexvo.org/id/iso639-3/nnt> .

<http://www.mpii.de/yago/resource/Nanubae_language> owl:sameAs <http://lexvo.org/id/iso639-3/afk> .

<http://www.mpii.de/yago/resource/Nar_Phu_language> owl:sameAs <http://lexvo.org/id/iso639-3/npa> .

<http://www.mpii.de/yago/resource/Nara_language> owl:sameAs <http://lexvo.org/id/iso639-3/nrb> .

<http://www.mpii.de/yago/resource/Narangga_language> owl:sameAs <http://lexvo.org/id/iso639-3/nnr> .

<http://www.mpii.de/yago/resource/Naro_language> owl:sameAs <http://lexvo.org/id/iso639-3/nhr> .

<http://www.mpii.de/yago/resource/Narom_language> owl:sameAs <http://lexvo.org/id/iso639-3/nrm> .

<http://www.mpii.de/yago/resource/Narragansett_language> owl:sameAs <http://lexvo.org/id/iso639-3/xnt> .

<http://www.mpii.de/yago/resource/Naskapi_language> owl:sameAs <http://lexvo.org/id/iso639-3/nsk> .

<http://www.mpii.de/yago/resource/Natagaimas_language> owl:sameAs <http://lexvo.org/id/iso639-3/nts> .

<http://www.mpii.de/yago/resource/Nataoran_language> owl:sameAs <http://lexvo.org/id/iso639-3/ais> .

<http://www.mpii.de/yago/resource/Natchez_language> owl:sameAs <http://lexvo.org/id/iso639-3/ncz> .

<http://www.mpii.de/yago/resource/Nateni_language> owl:sameAs <http://lexvo.org/id/iso639-3/ntm> .

<http://www.mpii.de/yago/resource/Naukan_Yupik_language> owl:sameAs <http://lexvo.org/id/iso639-3/ynk> .

<http://www.mpii.de/yago/resource/Nauo_language> owl:sameAs <http://lexvo.org/id/iso639-3/nwo> .

<http://www.mpii.de/yago/resource/Nauruan_language> owl:sameAs <http://lexvo.org/id/iso639-3/nau> .

<http://www.mpii.de/yago/resource/Navajo_language> owl:sameAs <http://lexvo.org/id/iso639-3/nav> .

<http://www.mpii.de/yago/resource/Nawathinehena_language> owl:sameAs <http://lexvo.org/id/iso639-3/nwa> .

<http://www.mpii.de/yago/resource/Naxi_language> owl:sameAs <http://lexvo.org/id/iso639-3/nbf> .

<http://www.mpii.de/yago/resource/Nayi_language> owl:sameAs <http://lexvo.org/id/iso639-3/noz> .

<http://www.mpii.de/yago/resource/Ndaka_language> owl:sameAs <http://lexvo.org/id/iso639-3/ndk> .

<http://www.mpii.de/yago/resource/Ndali_language> owl:sameAs <http://lexvo.org/id/iso639-3/ndh> .

<http://www.mpii.de/yago/resource/Ndam_language> owl:sameAs <http://lexvo.org/id/iso639-3/ndm> .

<http://www.mpii.de/yago/resource/Ndamba_language> owl:sameAs <http://lexvo.org/id/iso639-3/ndj> .

<http://www.mpii.de/yago/resource/Ndau_language> owl:sameAs <http://lexvo.org/id/iso639-3/ndc> .

<http://www.mpii.de/yago/resource/Nde_language> owl:sameAs <http://lexvo.org/id/iso639-3/ndd> .

<http://www.mpii.de/yago/resource/Ndemli_language> owl:sameAs <http://lexvo.org/id/iso639-3/nml> .

<http://www.mpii.de/yago/resource/Ndendeule_language> owl:sameAs <http://lexvo.org/id/iso639-3/dne> .

<http://www.mpii.de/yago/resource/Ndengereko_language> owl:sameAs <http://lexvo.org/id/iso639-3/ndg> .

<http://www.mpii.de/yago/resource/Nding_language> owl:sameAs <http://lexvo.org/id/iso639-3/eli> .

<http://www.mpii.de/yago/resource/Ndo_language> owl:sameAs <http://lexvo.org/id/iso639-3/ndp> .

<http://www.mpii.de/yago/resource/Ndoe_language> owl:sameAs <http://lexvo.org/id/iso639-3/nbb> .

<http://www.mpii.de/yago/resource/Ndogo_language> owl:sameAs <http://lexvo.org/id/iso639-3/ndz> .

<http://www.mpii.de/yago/resource/Ndom_language> owl:sameAs <http://lexvo.org/id/iso639-3/nqm> .

<http://www.mpii.de/yago/resource/Ndonga_dialect> owl:sameAs <http://lexvo.org/id/iso639-3/ndo> .

<http://www.mpii.de/yago/resource/Ndoro_language> owl:sameAs <http://lexvo.org/id/iso639-3/ndr> .

<http://www.mpii.de/yago/resource/Ndrumbea_language> owl:sameAs <http://lexvo.org/id/iso639-3/duf> .

<http://www.mpii.de/yago/resource/Ndunga_language> owl:sameAs <http://lexvo.org/id/iso639-3/ndt> .

<http://www.mpii.de/yago/resource/Ndut_language> owl:sameAs <http://lexvo.org/id/iso639-3/ndv> .

<http://www.mpii.de/yago/resource/Ndyuka_language> owl:sameAs <http://lexvo.org/id/iso639-3/djk> .

<http://www.mpii.de/yago/resource/Nedebang_language> owl:sameAs <http://lexvo.org/id/iso639-3/nec> .

<http://www.mpii.de/yago/resource/Negerhollands> owl:sameAs <http://lexvo.org/id/iso639-3/dcr> .

<http://www.mpii.de/yago/resource/Negeri_Sembilan_Malay_language> owl:sameAs <http://lexvo.org/id/iso639-3/zmi> .

<http://www.mpii.de/yago/resource/Negidal_language> owl:sameAs <http://lexvo.org/id/iso639-3/neg> .

<http://www.mpii.de/yago/resource/Nembe_language> owl:sameAs <http://lexvo.org/id/iso639-3/ijs> .

<http://www.mpii.de/yago/resource/Nend_language> owl:sameAs <http://lexvo.org/id/iso639-3/anh> .

<http://www.mpii.de/yago/resource/Neo_(constructed_language)> owl:sameAs <http://lexvo.org/id/iso639-3/neu> .

<http://www.mpii.de/yago/resource/Nepal_Bhasa> owl:sameAs <http://lexvo.org/id/iso639-3/new> .

<http://www.mpii.de/yago/resource/Nepalese_Sign_Language> owl:sameAs <http://lexvo.org/id/iso639-3/nsp> .

<http://www.mpii.de/yago/resource/Nepali_language> owl:sameAs <http://lexvo.org/id/iso639-3/nep> .

<http://www.mpii.de/yago/resource/Nete_language> owl:sameAs <http://lexvo.org/id/iso639-3/net> .

<http://www.mpii.de/yago/resource/New_High_German> owl:sameAs <http://lexvo.org/id/iso639-3/deu> .

<http://www.mpii.de/yago/resource/New_Zealand_Sign_Language> owl:sameAs <http://lexvo.org/id/iso639-3/nzs> .

<http://www.mpii.de/yago/resource/Nez_Perce_language> owl:sameAs <http://lexvo.org/id/iso639-3/nez> .

<http://www.mpii.de/yago/resource/Nga'ka_language> owl:sameAs <http://lexvo.org/id/iso639-3/mhk> .

<http://www.mpii.de/yago/resource/Nga_La_language> owl:sameAs <http://lexvo.org/id/iso639-3/hlt> .

<http://www.mpii.de/yago/resource/Ngaanyatjarra_language> owl:sameAs <http://lexvo.org/id/iso639-3/ntj> .

<http://www.mpii.de/yago/resource/Ngadha_language> owl:sameAs <http://lexvo.org/id/iso639-3/nxg> .

<http://www.mpii.de/yago/resource/Ngaju_language> owl:sameAs <http://lexvo.org/id/iso639-3/nij> .

<http://www.mpii.de/yago/resource/Ngalakan_language> owl:sameAs <http://lexvo.org/id/iso639-3/nig> .

<http://www.mpii.de/yago/resource/Ngam_language> owl:sameAs <http://lexvo.org/id/iso639-3/nmc> .

<http://www.mpii.de/yago/resource/Ngamo_language> owl:sameAs <http://lexvo.org/id/iso639-3/nbh> .

<http://www.mpii.de/yago/resource/Nganasan_language> owl:sameAs <http://lexvo.org/id/iso639-3/nio> .

<http://www.mpii.de/yago/resource/Ngando_language> owl:sameAs <http://lexvo.org/id/iso639-3/nxd> .

<http://www.mpii.de/yago/resource/Ngangam_language> owl:sameAs <http://lexvo.org/id/iso639-3/gng> .

<http://www.mpii.de/yago/resource/Ngangikurrunggurr_language> owl:sameAs <http://lexvo.org/id/iso639-3/nam> .

<http://www.mpii.de/yago/resource/Ngarla_language> owl:sameAs <http://lexvo.org/id/iso639-3/nlr> .

<http://www.mpii.de/yago/resource/Ngarluma_language> owl:sameAs <http://lexvo.org/id/iso639-3/nrl> .

<http://www.mpii.de/yago/resource/Ngarnka_language> owl:sameAs <http://lexvo.org/id/iso639-3/nji> .

<http://www.mpii.de/yago/resource/Ngarrindjeri_language> owl:sameAs <http://lexvo.org/id/iso639-3/nay> .

<http://www.mpii.de/yago/resource/Ngas_language> owl:sameAs <http://lexvo.org/id/iso639-3/anc> .

<http://www.mpii.de/yago/resource/Ngasa_language> owl:sameAs <http://lexvo.org/id/iso639-3/nsg> .

<http://www.mpii.de/yago/resource/Ngawun_language> owl:sameAs <http://lexvo.org/id/iso639-3/nxn> .

<http://www.mpii.de/yago/resource/Ngayawung_language> owl:sameAs <http://lexvo.org/id/iso639-3/nwg> .

<http://www.mpii.de/yago/resource/Ngbaka_Gbaya_language> owl:sameAs <http://lexvo.org/id/iso639-3/nga> .

<http://www.mpii.de/yago/resource/Ngbee_language> owl:sameAs <http://lexvo.org/id/iso639-3/jgb> .

<http://www.mpii.de/yago/resource/Ngbinda_language> owl:sameAs <http://lexvo.org/id/iso639-3/nbd> .

<http://www.mpii.de/yago/resource/Ngbundu_language> owl:sameAs <http://lexvo.org/id/iso639-3/nuu> .

<http://www.mpii.de/yago/resource/Ngelima_language> owl:sameAs <http://lexvo.org/id/iso639-3/agh> .

<http://www.mpii.de/yago/resource/Ngete_language> owl:sameAs <http://lexvo.org/id/iso639-3/nnn> .

<http://www.mpii.de/yago/resource/Nggwahyi_language> owl:sameAs <http://lexvo.org/id/iso639-3/ngx> .

<http://www.mpii.de/yago/resource/Ngie_language> owl:sameAs <http://lexvo.org/id/iso639-3/ngj> .

<http://www.mpii.de/yago/resource/Ngiemboon_language> owl:sameAs <http://lexvo.org/id/iso639-3/nnh> .

<http://www.mpii.de/yago/resource/Ngile_language> owl:sameAs <http://lexvo.org/id/iso639-3/jle> .

<http://www.mpii.de/yago/resource/Ngindo_language> owl:sameAs <http://lexvo.org/id/iso639-3/nnq> .

<http://www.mpii.de/yago/resource/Ngiti_language> owl:sameAs <http://lexvo.org/id/iso639-3/niy> .

<http://www.mpii.de/yago/resource/Ngiyambaa_language> owl:sameAs <http://lexvo.org/id/iso639-3/wyb> .

<http://www.mpii.de/yago/resource/Ngizim_language> owl:sameAs <http://lexvo.org/id/iso639-3/ngi> .

<http://www.mpii.de/yago/resource/Ngom_language> owl:sameAs <http://lexvo.org/id/iso639-3/nra> .

<http://www.mpii.de/yago/resource/Ngombe_language_(Central_African_Republic)> owl:sameAs <http://lexvo.org/id/iso639-3/nmj> .

<http://www.mpii.de/yago/resource/Ngombe_language_(Congo)> owl:sameAs <http://lexvo.org/id/iso639-3/ngc> .

<http://www.mpii.de/yago/resource/Ngoni_language> owl:sameAs <http://lexvo.org/id/iso639-3/ngo> .

<http://www.mpii.de/yago/resource/Ngu%E1%BB%93n_language> owl:sameAs <http://lexvo.org/id/iso639-3/nuo> .

<http://www.mpii.de/yago/resource/Ngulu_language> owl:sameAs <http://lexvo.org/id/iso639-3/ngp> .

<http://www.mpii.de/yago/resource/Ngurmbur_language> owl:sameAs <http://lexvo.org/id/iso639-3/nrx> .

<http://www.mpii.de/yago/resource/Ngwaba_language> owl:sameAs <http://lexvo.org/id/iso639-3/ngw> .

<http://www.mpii.de/yago/resource/Ngwe_language> owl:sameAs <http://lexvo.org/id/iso639-3/nwe> .

<http://www.mpii.de/yago/resource/Ngwo_language> owl:sameAs <http://lexvo.org/id/iso639-3/ngn> .

<http://www.mpii.de/yago/resource/Nhanda_language> owl:sameAs <http://lexvo.org/id/iso639-3/nha> .

<http://www.mpii.de/yago/resource/Nheengatu_language> owl:sameAs <http://lexvo.org/id/iso639-3/yrl> .

<http://www.mpii.de/yago/resource/Nias_language> owl:sameAs <http://lexvo.org/id/iso639-3/nia> .

<http://www.mpii.de/yago/resource/Nicaraguan_Sign_Language> owl:sameAs <http://lexvo.org/id/iso639-3/ncs> .

<http://www.mpii.de/yago/resource/Niellim_language> owl:sameAs <http://lexvo.org/id/iso639-3/nie> .

<http://www.mpii.de/yago/resource/Niger%E2%80%93Congo_languages> owl:sameAs <http://lexvo.org/id/iso639-5/nic> .

<http://www.mpii.de/yago/resource/Nigerian_Pidgin> owl:sameAs <http://lexvo.org/id/iso639-3/pcm> .

<http://www.mpii.de/yago/resource/Nihali_language> owl:sameAs <http://lexvo.org/id/iso639-3/nll> .

<http://www.mpii.de/yago/resource/Nii_language> owl:sameAs <http://lexvo.org/id/iso639-3/nii> .

<http://www.mpii.de/yago/resource/Nilo-Saharan_languages> owl:sameAs <http://lexvo.org/id/iso639-5/ssa> .

<http://www.mpii.de/yago/resource/Nimadi_language> owl:sameAs <http://lexvo.org/id/iso639-3/noe> .

<http://www.mpii.de/yago/resource/Nimanburru_language> owl:sameAs <http://lexvo.org/id/iso639-3/nmp> .

<http://www.mpii.de/yago/resource/Nimbari_language> owl:sameAs <http://lexvo.org/id/iso639-3/nmr> .

<http://www.mpii.de/yago/resource/Nimboran_language> owl:sameAs <http://lexvo.org/id/iso639-3/nir> .

<http://www.mpii.de/yago/resource/Nimi_language> owl:sameAs <http://lexvo.org/id/iso639-3/nis> .

<http://www.mpii.de/yago/resource/Nimo_language> owl:sameAs <http://lexvo.org/id/iso639-3/niw> .

<http://www.mpii.de/yago/resource/Ninde_language> owl:sameAs <http://lexvo.org/id/iso639-3/mwi> .

<http://www.mpii.de/yago/resource/Ninzo_language> owl:sameAs <http://lexvo.org/id/iso639-3/nin> .

<http://www.mpii.de/yago/resource/Nisa_language> owl:sameAs <http://lexvo.org/id/iso639-3/njs> .

<http://www.mpii.de/yago/resource/Nisenan_language> owl:sameAs <http://lexvo.org/id/iso639-3/nsz> .

<http://www.mpii.de/yago/resource/Nisga%E2%80%99a_language> owl:sameAs <http://lexvo.org/id/iso639-3/ncg> .

<http://www.mpii.de/yago/resource/Niuafo'ou_language> owl:sameAs <http://lexvo.org/id/iso639-3/num> .

<http://www.mpii.de/yago/resource/Niuatoputapu_language> owl:sameAs <http://lexvo.org/id/iso639-3/nkp> .

<http://www.mpii.de/yago/resource/Niuean_language> owl:sameAs <http://lexvo.org/id/iso639-3/niu> .

<http://www.mpii.de/yago/resource/Nivacl%C3%A9_language> owl:sameAs <http://lexvo.org/id/iso639-3/cag> .

<http://www.mpii.de/yago/resource/Nivkh_language> owl:sameAs <http://lexvo.org/id/iso639-3/niv> .

<http://www.mpii.de/yago/resource/Nizaa_language> owl:sameAs <http://lexvo.org/id/iso639-3/sgi> .

<http://www.mpii.de/yago/resource/Njebi_language> owl:sameAs <http://lexvo.org/id/iso639-3/nzb> .

<http://www.mpii.de/yago/resource/Nkangala_language> owl:sameAs <http://lexvo.org/id/iso639-3/nkn> .

<http://www.mpii.de/yago/resource/Nkem-Nkum_language> owl:sameAs <http://lexvo.org/id/iso639-3/isi> .

<http://www.mpii.de/yago/resource/Nkongho_language> owl:sameAs <http://lexvo.org/id/iso639-3/nkc> .

<http://www.mpii.de/yago/resource/Nkonya_language> owl:sameAs <http://lexvo.org/id/iso639-3/nko> .

<http://www.mpii.de/yago/resource/Nkore_language> owl:sameAs <http://lexvo.org/id/iso639-3/nyn> .

<http://www.mpii.de/yago/resource/Nkoroo_language> owl:sameAs <http://lexvo.org/id/iso639-3/nkx> .

<http://www.mpii.de/yago/resource/Nkoya_language> owl:sameAs <http://lexvo.org/id/iso639-3/nka> .

<http://www.mpii.de/yago/resource/Nkumbi_language> owl:sameAs <http://lexvo.org/id/iso639-3/khu> .

<http://www.mpii.de/yago/resource/Nkutu_language> owl:sameAs <http://lexvo.org/id/iso639-3/nkw> .

<http://www.mpii.de/yago/resource/Nnam_language> owl:sameAs <http://lexvo.org/id/iso639-3/nbp> .

<http://www.mpii.de/yago/resource/Nobiin_language> owl:sameAs <http://lexvo.org/id/iso639-3/fia> .

<http://www.mpii.de/yago/resource/Nobonob_language> owl:sameAs <http://lexvo.org/id/iso639-3/gaw> .

<http://www.mpii.de/yago/resource/Nocte_language> owl:sameAs <http://lexvo.org/id/iso639-3/njb> .

<http://www.mpii.de/yago/resource/Nogai_language> owl:sameAs <http://lexvo.org/id/iso639-3/nog> .

<http://www.mpii.de/yago/resource/Nomatsiguenga_language> owl:sameAs <http://lexvo.org/id/iso639-3/not> .

<http://www.mpii.de/yago/resource/Nooksack_language> owl:sameAs <http://lexvo.org/id/iso639-3/nok> .

<http://www.mpii.de/yago/resource/Noon_language> owl:sameAs <http://lexvo.org/id/iso639-3/snf> .

<http://www.mpii.de/yago/resource/Noongar_language> owl:sameAs <http://lexvo.org/id/iso639-3/nys> .

<http://www.mpii.de/yago/resource/Noric_language> owl:sameAs <http://lexvo.org/id/iso639-3/nrc> .

<http://www.mpii.de/yago/resource/Norn_language> owl:sameAs <http://lexvo.org/id/iso639-3/nrn> .

<http://www.mpii.de/yago/resource/North_American_Indian_languages> owl:sameAs <http://lexvo.org/id/iso639-5/nai> .

<http://www.mpii.de/yago/resource/North_Azerbaijani_language> owl:sameAs <http://lexvo.org/id/iso639-3/azj> .

<http://www.mpii.de/yago/resource/North_Caucasian_languages> owl:sameAs <http://lexvo.org/id/iso639-5/ccn> .

<http://www.mpii.de/yago/resource/North_Efate_language> owl:sameAs <http://lexvo.org/id/iso639-3/llp> .

<http://www.mpii.de/yago/resource/North_Frisian_language> owl:sameAs <http://lexvo.org/id/iso639-3/frr> .

<http://www.mpii.de/yago/resource/North_Germanic_languages> owl:sameAs <http://lexvo.org/id/iso639-5/gmq> .

<http://www.mpii.de/yago/resource/North_Giziga_language> owl:sameAs <http://lexvo.org/id/iso639-3/gis> .

<http://www.mpii.de/yago/resource/North_Mbundu_language> owl:sameAs <http://lexvo.org/id/iso639-3/kmb> .

<http://www.mpii.de/yago/resource/North_Mesopotamian_Arabic> owl:sameAs <http://lexvo.org/id/iso639-3/ayp> .

<http://www.mpii.de/yago/resource/North_Mofu_language> owl:sameAs <http://lexvo.org/id/iso639-3/mfk> .

<http://www.mpii.de/yago/resource/North_Picene_language> owl:sameAs <http://lexvo.org/id/iso639-3/nrp> .

<http://www.mpii.de/yago/resource/North_Straits_Salish_languages> owl:sameAs <http://lexvo.org/id/iso639-3/str> .

<http://www.mpii.de/yago/resource/North_Teke_language> owl:sameAs <http://lexvo.org/id/iso639-3/teg> .

<http://www.mpii.de/yago/resource/Northeastern_Pomo_language> owl:sameAs <http://lexvo.org/id/iso639-3/pef> .

<http://www.mpii.de/yago/resource/Northern_Altai_language> owl:sameAs <http://lexvo.org/id/iso639-3/atv> .

<http://www.mpii.de/yago/resource/Northern_Embera_language> owl:sameAs <http://lexvo.org/id/iso639-3/emp> .

<http://www.mpii.de/yago/resource/Northern_Kalapuya_language> owl:sameAs <http://lexvo.org/id/iso639-3/nrt> .

<http://www.mpii.de/yago/resource/Northern_Ndebele_language> owl:sameAs <http://lexvo.org/id/iso639-3/nde> .

<http://www.mpii.de/yago/resource/Northern_Paiute_language> owl:sameAs <http://lexvo.org/id/iso639-3/pao> .

<http://www.mpii.de/yago/resource/Northern_Pomo_language> owl:sameAs <http://lexvo.org/id/iso639-3/pej> .

<http://www.mpii.de/yago/resource/Northern_Qiang_language> owl:sameAs <http://lexvo.org/id/iso639-3/cng> .

<http://www.mpii.de/yago/resource/Northern_Sami_language> owl:sameAs <http://lexvo.org/id/iso639-3/sme> .

<http://www.mpii.de/yago/resource/Northern_Sotho_language> owl:sameAs <http://lexvo.org/id/iso639-3/nso> .

<http://www.mpii.de/yago/resource/Northern_Thai_language> owl:sameAs <http://lexvo.org/id/iso639-3/nod> .

<http://www.mpii.de/yago/resource/Northern_Uzbek_language> owl:sameAs <http://lexvo.org/id/iso639-3/uzn> .

<http://www.mpii.de/yago/resource/Northwestern_Ojibwa> owl:sameAs <http://lexvo.org/id/iso639-3/ojb> .

<http://www.mpii.de/yago/resource/Norwegian_language> owl:sameAs <http://lexvo.org/id/iso639-3/nor> .

<http://www.mpii.de/yago/resource/Novial> owl:sameAs <http://lexvo.org/id/iso639-3/nov> .

<http://www.mpii.de/yago/resource/Noy_language> owl:sameAs <http://lexvo.org/id/iso639-3/noy> .

<http://www.mpii.de/yago/resource/Nsenga_language> owl:sameAs <http://lexvo.org/id/iso639-3/nse> .

<http://www.mpii.de/yago/resource/Nso_language> owl:sameAs <http://lexvo.org/id/iso639-3/lns> .

<http://www.mpii.de/yago/resource/Nsongo_language> owl:sameAs <http://lexvo.org/id/iso639-3/nsx> .

<http://www.mpii.de/yago/resource/Ntenyi_language> owl:sameAs <http://lexvo.org/id/iso639-3/nnl> .

<http://www.mpii.de/yago/resource/Nubi_language> owl:sameAs <http://lexvo.org/id/iso639-3/kcn> .

<http://www.mpii.de/yago/resource/Nubian_languages> owl:sameAs <http://lexvo.org/id/iso639-5/nub> .

<http://www.mpii.de/yago/resource/Nuer_language> owl:sameAs <http://lexvo.org/id/iso639-3/nus> .

<http://www.mpii.de/yago/resource/Nukak_language> owl:sameAs <http://lexvo.org/id/iso639-3/mbr> .

<http://www.mpii.de/yago/resource/Nukunu_language> owl:sameAs <http://lexvo.org/id/iso639-3/nnv> .

<http://www.mpii.de/yago/resource/Nukuoro_language> owl:sameAs <http://lexvo.org/id/iso639-3/nkr> .

<http://www.mpii.de/yago/resource/Numanggang_language> owl:sameAs <http://lexvo.org/id/iso639-3/nop> .

<http://www.mpii.de/yago/resource/Numbami_language> owl:sameAs <http://lexvo.org/id/iso639-3/sij> .

<http://www.mpii.de/yago/resource/Nung_language> owl:sameAs <http://lexvo.org/id/iso639-3/nun> .

<http://www.mpii.de/yago/resource/Nung_language_(Tai)> owl:sameAs <http://lexvo.org/id/iso639-3/nut> .

<http://www.mpii.de/yago/resource/Nungali_language> owl:sameAs <http://lexvo.org/id/iso639-3/nug> .

<http://www.mpii.de/yago/resource/Nunggubuyu_language> owl:sameAs <http://lexvo.org/id/iso639-3/nuy> .

<http://www.mpii.de/yago/resource/Nungu_language> owl:sameAs <http://lexvo.org/id/iso639-3/rin> .

<http://www.mpii.de/yago/resource/Nuosu_language> owl:sameAs <http://lexvo.org/id/iso639-3/iii> .

<http://www.mpii.de/yago/resource/Nupbi_language> owl:sameAs <http://lexvo.org/id/iso639-3/npb> .

<http://www.mpii.de/yago/resource/Nupe_language> owl:sameAs <http://lexvo.org/id/iso639-3/nup> .

<http://www.mpii.de/yago/resource/Nuu-chah-nulth_language> owl:sameAs <http://lexvo.org/id/iso639-3/nuk> .

<http://www.mpii.de/yago/resource/Nux%C3%A1lk_language> owl:sameAs <http://lexvo.org/id/iso639-3/blc> .

<http://www.mpii.de/yago/resource/Nyabwa_language> owl:sameAs <http://lexvo.org/id/iso639-3/nwb> .

<http://www.mpii.de/yago/resource/Nyadu%E2%80%99_language> owl:sameAs <http://lexvo.org/id/iso639-3/byd> .

<http://www.mpii.de/yago/resource/Nyah_Kur_language> owl:sameAs <http://lexvo.org/id/iso639-3/cbn> .

<http://www.mpii.de/yago/resource/Nyakyusa_language> owl:sameAs <http://lexvo.org/id/iso639-3/nyy> .

<http://www.mpii.de/yago/resource/Nyala_dialect_(Luhya)> owl:sameAs <http://lexvo.org/id/iso639-3/nle> .

<http://www.mpii.de/yago/resource/Nyali_language> owl:sameAs <http://lexvo.org/id/iso639-3/nlj> .

<http://www.mpii.de/yago/resource/Nyam_language> owl:sameAs <http://lexvo.org/id/iso639-3/nmi> .

<http://www.mpii.de/yago/resource/Nyambo_language> owl:sameAs <http://lexvo.org/id/iso639-3/now> .

<http://www.mpii.de/yago/resource/Nyamwezi_language> owl:sameAs <http://lexvo.org/id/iso639-3/nym> .

<http://www.mpii.de/yago/resource/Nyaneka_language> owl:sameAs <http://lexvo.org/id/iso639-3/nyk> .

<http://www.mpii.de/yago/resource/Nyang_language> owl:sameAs <http://lexvo.org/id/iso639-3/ken> .

<http://www.mpii.de/yago/resource/Nyanga_language> owl:sameAs <http://lexvo.org/id/iso639-3/nyj> .

<http://www.mpii.de/yago/resource/Nyangatom_language> owl:sameAs <http://lexvo.org/id/iso639-3/nnj> .

<http://www.mpii.de/yago/resource/Nyangia_language> owl:sameAs <http://lexvo.org/id/iso639-3/nyp> .

<http://www.mpii.de/yago/resource/Nyangumarta_language> owl:sameAs <http://lexvo.org/id/iso639-3/nna> .

<http://www.mpii.de/yago/resource/Nyarafolo_language> owl:sameAs <http://lexvo.org/id/iso639-3/sev> .

<http://www.mpii.de/yago/resource/Nyaw_people> owl:sameAs <http://lexvo.org/id/iso639-3/nyw> .

<http://www.mpii.de/yago/resource/Nyemba_language> owl:sameAs <http://lexvo.org/id/iso639-3/nba> .

<http://www.mpii.de/yago/resource/Nyen_language> owl:sameAs <http://lexvo.org/id/iso639-3/neh> .

<http://www.mpii.de/yago/resource/Nyigina_language> owl:sameAs <http://lexvo.org/id/iso639-3/nyh> .

<http://www.mpii.de/yago/resource/Nyimang_language> owl:sameAs <http://lexvo.org/id/iso639-3/nyi> .

<http://www.mpii.de/yago/resource/Nyindrou_language> owl:sameAs <http://lexvo.org/id/iso639-3/lid> .

<http://www.mpii.de/yago/resource/Nyingwom_language> owl:sameAs <http://lexvo.org/id/iso639-3/kdx> .

<http://www.mpii.de/yago/resource/Nynorsk> owl:sameAs <http://lexvo.org/id/iso639-3/nno> .

<http://www.mpii.de/yago/resource/Nyole_dialect_(Kenya)> owl:sameAs <http://lexvo.org/id/iso639-3/nyd> .

<http://www.mpii.de/yago/resource/Nyole_dialect_(Uganda)> owl:sameAs <http://lexvo.org/id/iso639-3/nuj> .

<http://www.mpii.de/yago/resource/Nyong_language> owl:sameAs <http://lexvo.org/id/iso639-3/muo> .

<http://www.mpii.de/yago/resource/Nyoro_language> owl:sameAs <http://lexvo.org/id/iso639-3/nyo> .

<http://www.mpii.de/yago/resource/Nyulnyul_language> owl:sameAs <http://lexvo.org/id/iso639-3/nyv> .

<http://www.mpii.de/yago/resource/Nyungwe_language> owl:sameAs <http://lexvo.org/id/iso639-3/nyu> .

<http://www.mpii.de/yago/resource/Nzakambay_language> owl:sameAs <http://lexvo.org/id/iso639-3/nzy> .

<http://www.mpii.de/yago/resource/Nzakara_language> owl:sameAs <http://lexvo.org/id/iso639-3/nzk> .

<http://www.mpii.de/yago/resource/Nzanyi_language> owl:sameAs <http://lexvo.org/id/iso639-3/nja> .

<http://www.mpii.de/yago/resource/Nzema_language> owl:sameAs <http://lexvo.org/id/iso639-3/nzi> .

<http://www.mpii.de/yago/resource/Nzime_language> owl:sameAs <http://lexvo.org/id/iso639-3/ozm> .

<http://www.mpii.de/yago/resource/O'odham_language> owl:sameAs <http://lexvo.org/id/iso639-3/ood> .

<http://www.mpii.de/yago/resource/Obispe%C3%B1o_language> owl:sameAs <http://lexvo.org/id/iso639-3/obi> .

<http://www.mpii.de/yago/resource/Oblo_language> owl:sameAs <http://lexvo.org/id/iso639-3/obl> .

<http://www.mpii.de/yago/resource/Obolo_language> owl:sameAs <http://lexvo.org/id/iso639-3/ann> .

<http://www.mpii.de/yago/resource/Ocaina_language> owl:sameAs <http://lexvo.org/id/iso639-3/oca> .

<http://www.mpii.de/yago/resource/Occidental_language> owl:sameAs <http://lexvo.org/id/iso639-3/ile> .

<http://www.mpii.de/yago/resource/Occitan_language> owl:sameAs <http://lexvo.org/id/iso639-3/oci> .

<http://www.mpii.de/yago/resource/Odoodee_language> owl:sameAs <http://lexvo.org/id/iso639-3/kkc> .

<http://www.mpii.de/yago/resource/Odual_language> owl:sameAs <http://lexvo.org/id/iso639-3/odu> .

<http://www.mpii.de/yago/resource/Ofay%C3%A9_language> owl:sameAs <http://lexvo.org/id/iso639-3/opy> .

<http://www.mpii.de/yago/resource/Official_Aramaic_language> owl:sameAs <http://lexvo.org/id/iso639-3/arc> .

<http://www.mpii.de/yago/resource/Ofo_language> owl:sameAs <http://lexvo.org/id/iso639-3/ofo> .

<http://www.mpii.de/yago/resource/Ogba_language> owl:sameAs <http://lexvo.org/id/iso639-3/ogc> .

<http://www.mpii.de/yago/resource/Ogbia_language> owl:sameAs <http://lexvo.org/id/iso639-3/ogb> .

<http://www.mpii.de/yago/resource/Ogbogolo_language> owl:sameAs <http://lexvo.org/id/iso639-3/ogg> .

<http://www.mpii.de/yago/resource/Ogbronuagum_language> owl:sameAs <http://lexvo.org/id/iso639-3/ogu> .

<http://www.mpii.de/yago/resource/Ogea_language> owl:sameAs <http://lexvo.org/id/iso639-3/eri> .

<http://www.mpii.de/yago/resource/Ogiek_language> owl:sameAs <http://lexvo.org/id/iso639-3/oki> .

<http://www.mpii.de/yago/resource/Oirata_language> owl:sameAs <http://lexvo.org/id/iso639-3/oia> .

<http://www.mpii.de/yago/resource/Oji-Cree_language> owl:sameAs <http://lexvo.org/id/iso639-3/ojs> .

<http://www.mpii.de/yago/resource/Ojibwe_language> owl:sameAs <http://lexvo.org/id/iso639-3/oji> .

<http://www.mpii.de/yago/resource/Okinawan_language> owl:sameAs <http://lexvo.org/id/iso639-3/ryu> .

<http://www.mpii.de/yago/resource/Oko-Juwoi_language> owl:sameAs <http://lexvo.org/id/iso639-3/okj> .

<http://www.mpii.de/yago/resource/Okobo_language> owl:sameAs <http://lexvo.org/id/iso639-3/okb> .

<http://www.mpii.de/yago/resource/Okodia_language> owl:sameAs <http://lexvo.org/id/iso639-3/okd> .

<http://www.mpii.de/yago/resource/Okpamheri_language> owl:sameAs <http://lexvo.org/id/iso639-3/opa> .

<http://www.mpii.de/yago/resource/Oksapmin_language> owl:sameAs <http://lexvo.org/id/iso639-3/opm> .

<http://www.mpii.de/yago/resource/Oku_language> owl:sameAs <http://lexvo.org/id/iso639-3/oku> .

<http://www.mpii.de/yago/resource/Old_Aramaic_language> owl:sameAs <http://lexvo.org/id/iso639-3/oar> .

<http://www.mpii.de/yago/resource/Old_Burmese> owl:sameAs <http://lexvo.org/id/iso639-3/obr> .

<http://www.mpii.de/yago/resource/Old_Chinese> owl:sameAs <http://lexvo.org/id/iso639-3/och> .

<http://www.mpii.de/yago/resource/Old_Church_Slavonic> owl:sameAs <http://lexvo.org/id/iso639-3/chu> .

<http://www.mpii.de/yago/resource/Old_Dutch> owl:sameAs <http://lexvo.org/id/iso639-3/odt> .

<http://www.mpii.de/yago/resource/Old_East_Slavic> owl:sameAs <http://lexvo.org/id/iso639-3/orv> .

<http://www.mpii.de/yago/resource/Old_English> owl:sameAs <http://lexvo.org/id/iso639-3/ang> .

<http://www.mpii.de/yago/resource/Old_Frankish> owl:sameAs <http://lexvo.org/id/iso639-3/frk> .

<http://www.mpii.de/yago/resource/Old_French> owl:sameAs <http://lexvo.org/id/iso639-3/fro> .

<http://www.mpii.de/yago/resource/Old_Frisian> owl:sameAs <http://lexvo.org/id/iso639-3/ofs> .

<http://www.mpii.de/yago/resource/Old_Georgian_language> owl:sameAs <http://lexvo.org/id/iso639-3/oge> .

<http://www.mpii.de/yago/resource/Old_High_German> owl:sameAs <http://lexvo.org/id/iso639-3/goh> .

<http://www.mpii.de/yago/resource/Old_Irish> owl:sameAs <http://lexvo.org/id/iso639-3/sga> .

<http://www.mpii.de/yago/resource/Old_Javanese> owl:sameAs <http://lexvo.org/id/iso639-3/kaw> .

<http://www.mpii.de/yago/resource/Old_Kent_Sign_Language> owl:sameAs <http://lexvo.org/id/iso639-3/okl> .

<http://www.mpii.de/yago/resource/Old_Norse> owl:sameAs <http://lexvo.org/id/iso639-3/non> .

<http://www.mpii.de/yago/resource/Old_Nubian_language> owl:sameAs <http://lexvo.org/id/iso639-3/onw> .

<http://www.mpii.de/yago/resource/Old_Occitan> owl:sameAs <http://lexvo.org/id/iso639-3/pro> .

<http://www.mpii.de/yago/resource/Old_Persian_language> owl:sameAs <http://lexvo.org/id/iso639-3/peo> .

<http://www.mpii.de/yago/resource/Old_Prussian_language> owl:sameAs <http://lexvo.org/id/iso639-3/prg> .

<http://www.mpii.de/yago/resource/Old_Saxon> owl:sameAs <http://lexvo.org/id/iso639-3/osx> .

<http://www.mpii.de/yago/resource/Old_Spanish_language> owl:sameAs <http://lexvo.org/id/iso639-3/osp> .

<http://www.mpii.de/yago/resource/Old_Turkic_language> owl:sameAs <http://lexvo.org/id/iso639-3/otk> .

<http://www.mpii.de/yago/resource/Old_Welsh> owl:sameAs <http://lexvo.org/id/iso639-3/owl> .

<http://www.mpii.de/yago/resource/Olo_language> owl:sameAs <http://lexvo.org/id/iso639-3/ong> .

<http://www.mpii.de/yago/resource/Olu'bo_language> owl:sameAs <http://lexvo.org/id/iso639-3/lul> .

<http://www.mpii.de/yago/resource/Oluta_Popoluca> owl:sameAs <http://lexvo.org/id/iso639-3/plo> .

<http://www.mpii.de/yago/resource/Omaha%E2%80%93Ponca_language> owl:sameAs <http://lexvo.org/id/iso639-3/oma> .

<http://www.mpii.de/yago/resource/Omani_Arabic> owl:sameAs <http://lexvo.org/id/iso639-3/acx> .

<http://www.mpii.de/yago/resource/Ombamba_language> owl:sameAs <http://lexvo.org/id/iso639-3/mbm> .

<http://www.mpii.de/yago/resource/Omi_language> owl:sameAs <http://lexvo.org/id/iso639-3/omi> .

<http://www.mpii.de/yago/resource/Omotic_languages> owl:sameAs <http://lexvo.org/id/iso639-5/omv> .

<http://www.mpii.de/yago/resource/Omotik_language> owl:sameAs <http://lexvo.org/id/iso639-3/omt> .

<http://www.mpii.de/yago/resource/Omurano_language> owl:sameAs <http://lexvo.org/id/iso639-3/omu> .

<http://www.mpii.de/yago/resource/Ona_language> owl:sameAs <http://lexvo.org/id/iso639-3/ona> .

<http://www.mpii.de/yago/resource/Oneida_language> owl:sameAs <http://lexvo.org/id/iso639-3/one> .

<http://www.mpii.de/yago/resource/Ong_Be_language> owl:sameAs <http://lexvo.org/id/iso639-3/onb> .

<http://www.mpii.de/yago/resource/Ongota_language> owl:sameAs <http://lexvo.org/id/iso639-3/bxe> .

<http://www.mpii.de/yago/resource/Onhan_language> owl:sameAs <http://lexvo.org/id/iso639-3/loc> .

<http://www.mpii.de/yago/resource/Onondaga_language> owl:sameAs <http://lexvo.org/id/iso639-3/ono> .

<http://www.mpii.de/yago/resource/Oorlams_creole> owl:sameAs <http://lexvo.org/id/iso639-3/oor> .

<http://www.mpii.de/yago/resource/Opata_language> owl:sameAs <http://lexvo.org/id/iso639-3/opt> .

<http://www.mpii.de/yago/resource/Opuuo_language> owl:sameAs <http://lexvo.org/id/iso639-3/lgn> .

<http://www.mpii.de/yago/resource/Orang_Kanaq_language> owl:sameAs <http://lexvo.org/id/iso639-3/orn> .

<http://www.mpii.de/yago/resource/Orang_Seletar_language> owl:sameAs <http://lexvo.org/id/iso639-3/ors> .

<http://www.mpii.de/yago/resource/Oring_language> owl:sameAs <http://lexvo.org/id/iso639-3/org> .

<http://www.mpii.de/yago/resource/Oriya_language> owl:sameAs <http://lexvo.org/id/iso639-3/ori> .

<http://www.mpii.de/yago/resource/Orizaba_Nahuatl> owl:sameAs <http://lexvo.org/id/iso639-3/nlv> .

<http://www.mpii.de/yago/resource/Orma_language> owl:sameAs <http://lexvo.org/id/iso639-3/orc> .

<http://www.mpii.de/yago/resource/Ormuri_language> owl:sameAs <http://lexvo.org/id/iso639-3/oru> .

<http://www.mpii.de/yago/resource/Oro_Win_language> owl:sameAs <http://lexvo.org/id/iso639-3/orw> .

<http://www.mpii.de/yago/resource/Oro_language> owl:sameAs <http://lexvo.org/id/iso639-3/orx> .

<http://www.mpii.de/yago/resource/Oroch_language> owl:sameAs <http://lexvo.org/id/iso639-3/oac> .

<http://www.mpii.de/yago/resource/Oroha_language> owl:sameAs <http://lexvo.org/id/iso639-3/ora> .

<http://www.mpii.de/yago/resource/Orok_language> owl:sameAs <http://lexvo.org/id/iso639-3/oaa> .

<http://www.mpii.de/yago/resource/Oroko_language> owl:sameAs <http://lexvo.org/id/iso639-3/bdu> .

<http://www.mpii.de/yago/resource/Orokolo_language> owl:sameAs <http://lexvo.org/id/iso639-3/oro> .

<http://www.mpii.de/yago/resource/Oromo_language> owl:sameAs <http://lexvo.org/id/iso639-3/orm> .

<http://www.mpii.de/yago/resource/Oroqen_language> owl:sameAs <http://lexvo.org/id/iso639-3/orh> .

<http://www.mpii.de/yago/resource/Oruma_language> owl:sameAs <http://lexvo.org/id/iso639-3/orr> .

<http://www.mpii.de/yago/resource/Orya_language> owl:sameAs <http://lexvo.org/id/iso639-3/ury> .

<http://www.mpii.de/yago/resource/Osage_language> owl:sameAs <http://lexvo.org/id/iso639-3/osa> .

<http://www.mpii.de/yago/resource/Osatu_language> owl:sameAs <http://lexvo.org/id/iso639-3/ost> .

<http://www.mpii.de/yago/resource/Oscan_language> owl:sameAs <http://lexvo.org/id/iso639-3/osc> .

<http://www.mpii.de/yago/resource/Osing_dialect> owl:sameAs <http://lexvo.org/id/iso639-3/osi> .

<http://www.mpii.de/yago/resource/Ossetic_language> owl:sameAs <http://lexvo.org/id/iso639-3/oss> .

<http://www.mpii.de/yago/resource/Oti_language> owl:sameAs <http://lexvo.org/id/iso639-3/oti> .

<http://www.mpii.de/yago/resource/Oto-Manguean_languages> owl:sameAs <http://lexvo.org/id/iso639-5/omq> .

<http://www.mpii.de/yago/resource/Otomian_languages> owl:sameAs <http://lexvo.org/id/iso639-5/oto> .

<http://www.mpii.de/yago/resource/Otoro_language> owl:sameAs <http://lexvo.org/id/iso639-3/otr> .

<http://www.mpii.de/yago/resource/Ottawa_dialect> owl:sameAs <http://lexvo.org/id/iso639-3/otw> .

<http://www.mpii.de/yago/resource/Ottoman_Turkish_language> owl:sameAs <http://lexvo.org/id/iso639-3/ota> .

<http://www.mpii.de/yago/resource/Oued_Righ_Berber> owl:sameAs <http://lexvo.org/id/iso639-3/tjo> .

<http://www.mpii.de/yago/resource/Owa_language> owl:sameAs <http://lexvo.org/id/iso639-3/stn> .

<http://www.mpii.de/yago/resource/Owiniga_language> owl:sameAs <http://lexvo.org/id/iso639-3/owi> .

<http://www.mpii.de/yago/resource/Oy_language> owl:sameAs <http://lexvo.org/id/iso639-3/oyb> .

<http://www.mpii.de/yago/resource/Oyda_language> owl:sameAs <http://lexvo.org/id/iso639-3/oyd> .

<http://www.mpii.de/yago/resource/P%C3%A1ez_language> owl:sameAs <http://lexvo.org/id/iso639-3/pbb> .

<http://www.mpii.de/yago/resource/P%C3%A9mono_language> owl:sameAs <http://lexvo.org/id/iso639-3/pev> .

<http://www.mpii.de/yago/resource/P%C3%B6koot_language> owl:sameAs <http://lexvo.org/id/iso639-3/pko> .

<http://www.mpii.de/yago/resource/Pa'O_language> owl:sameAs <http://lexvo.org/id/iso639-3/blk> .

<http://www.mpii.de/yago/resource/Pa'a_language> owl:sameAs <http://lexvo.org/id/iso639-3/pqa> .

<http://www.mpii.de/yago/resource/Pa-Hng_language> owl:sameAs <http://lexvo.org/id/iso639-3/pha> .

<http://www.mpii.de/yago/resource/Pa_language> owl:sameAs <http://lexvo.org/id/iso639-3/ppt> .

<http://www.mpii.de/yago/resource/Paama_language> owl:sameAs <http://lexvo.org/id/iso639-3/pma> .

<http://www.mpii.de/yago/resource/Paasaal_language> owl:sameAs <http://lexvo.org/id/iso639-3/sig> .

<http://www.mpii.de/yago/resource/Pacahuara_language> owl:sameAs <http://lexvo.org/id/iso639-3/pcp> .

<http://www.mpii.de/yago/resource/Pacaraos_Quechua> owl:sameAs <http://lexvo.org/id/iso639-3/qvp> .

<http://www.mpii.de/yago/resource/Pacoh_language> owl:sameAs <http://lexvo.org/id/iso639-3/pac> .

<http://www.mpii.de/yago/resource/Padaung_language> owl:sameAs <http://lexvo.org/id/iso639-3/pdu> .

<http://www.mpii.de/yago/resource/Pagi_language> owl:sameAs <http://lexvo.org/id/iso639-3/pgi> .

<http://www.mpii.de/yago/resource/Pagibete_language> owl:sameAs <http://lexvo.org/id/iso639-3/pae> .

<http://www.mpii.de/yago/resource/Paha_language> owl:sameAs <http://lexvo.org/id/iso639-3/yha> .

<http://www.mpii.de/yago/resource/Paic%C3%AE_language> owl:sameAs <http://lexvo.org/id/iso639-3/pri> .

<http://www.mpii.de/yago/resource/Paipai_language> owl:sameAs <http://lexvo.org/id/iso639-3/ppi> .

<http://www.mpii.de/yago/resource/Paite_language> owl:sameAs <http://lexvo.org/id/iso639-3/pck> .

<http://www.mpii.de/yago/resource/Paiwan_language> owl:sameAs <http://lexvo.org/id/iso639-3/pwn> .

<http://www.mpii.de/yago/resource/Pajapan_Nahuatl> owl:sameAs <http://lexvo.org/id/iso639-3/nhp> .

<http://www.mpii.de/yago/resource/Pajonal_Ash%C3%A9ninka> owl:sameAs <http://lexvo.org/id/iso639-3/cjo> .

<http://www.mpii.de/yago/resource/Pakanha_language> owl:sameAs <http://lexvo.org/id/iso639-3/pkn> .

<http://www.mpii.de/yago/resource/Pal_language> owl:sameAs <http://lexvo.org/id/iso639-3/abw> .

<http://www.mpii.de/yago/resource/Palaic_language> owl:sameAs <http://lexvo.org/id/iso639-3/plq> .

<http://www.mpii.de/yago/resource/Palaka_language> owl:sameAs <http://lexvo.org/id/iso639-3/plr> .

<http://www.mpii.de/yago/resource/Palatinate_German> owl:sameAs <http://lexvo.org/id/iso639-3/pfl> .

<http://www.mpii.de/yago/resource/Palauan_language> owl:sameAs <http://lexvo.org/id/iso639-3/pau> .

<http://www.mpii.de/yago/resource/Palenquero> owl:sameAs <http://lexvo.org/id/iso639-3/pln> .

<http://www.mpii.de/yago/resource/Pali> owl:sameAs <http://lexvo.org/id/iso639-3/pli> .

<http://www.mpii.de/yago/resource/Palik%C3%BAr_language> owl:sameAs <http://lexvo.org/id/iso639-3/plu> .

<http://www.mpii.de/yago/resource/Pallanganmiddang_language> owl:sameAs <http://lexvo.org/id/iso639-3/pmd> .

<http://www.mpii.de/yago/resource/Palpa_language> owl:sameAs <http://lexvo.org/id/iso639-3/plp> .

<http://www.mpii.de/yago/resource/Palu'e_language> owl:sameAs <http://lexvo.org/id/iso639-3/ple> .

<http://www.mpii.de/yago/resource/Palula_language> owl:sameAs <http://lexvo.org/id/iso639-3/phl> .

<http://www.mpii.de/yago/resource/Pambia_language> owl:sameAs <http://lexvo.org/id/iso639-3/pmb> .

<http://www.mpii.de/yago/resource/Pamona_language> owl:sameAs <http://lexvo.org/id/iso639-3/pmf> .

<http://www.mpii.de/yago/resource/Pamosu_language> owl:sameAs <http://lexvo.org/id/iso639-3/hih> .

<http://www.mpii.de/yago/resource/Pana_language> owl:sameAs <http://lexvo.org/id/iso639-3/pnz> .

<http://www.mpii.de/yago/resource/Panara_language> owl:sameAs <http://lexvo.org/id/iso639-3/kre> .

<http://www.mpii.de/yago/resource/Panare_language> owl:sameAs <http://lexvo.org/id/iso639-3/pbh> .

<http://www.mpii.de/yago/resource/Pandan_Bikol_language> owl:sameAs <http://lexvo.org/id/iso639-3/cts> .

<http://www.mpii.de/yago/resource/Pangasinan_language> owl:sameAs <http://lexvo.org/id/iso639-3/pag> .

<http://www.mpii.de/yago/resource/Pangwa_language> owl:sameAs <http://lexvo.org/id/iso639-3/pbr> .

<http://www.mpii.de/yago/resource/Paniya_language> owl:sameAs <http://lexvo.org/id/iso639-3/pcg> .

<http://www.mpii.de/yago/resource/Panobo_language> owl:sameAs <http://lexvo.org/id/iso639-3/pwo> .

<http://www.mpii.de/yago/resource/Panyjima_language> owl:sameAs <http://lexvo.org/id/iso639-3/pnw> .

<http://www.mpii.de/yago/resource/Papantla_Totonac> owl:sameAs <http://lexvo.org/id/iso639-3/top> .

<http://www.mpii.de/yago/resource/Papasena_language> owl:sameAs <http://lexvo.org/id/iso639-3/pas> .

<http://www.mpii.de/yago/resource/Papel_language> owl:sameAs <http://lexvo.org/id/iso639-3/pbo> .

<http://www.mpii.de/yago/resource/Papiamento> owl:sameAs <http://lexvo.org/id/iso639-3/pap> .

<http://www.mpii.de/yago/resource/Papora-Hoanya_language> owl:sameAs <http://lexvo.org/id/iso639-3/ppu> .

<http://www.mpii.de/yago/resource/Papuan_languages> owl:sameAs <http://lexvo.org/id/iso639-5/paa> .

<http://www.mpii.de/yago/resource/Parachi_language> owl:sameAs <http://lexvo.org/id/iso639-3/prc> .

<http://www.mpii.de/yago/resource/Pardhan_language> owl:sameAs <http://lexvo.org/id/iso639-3/pch> .

<http://www.mpii.de/yago/resource/Pare_language> owl:sameAs <http://lexvo.org/id/iso639-3/asa> .

<http://www.mpii.de/yago/resource/Parengi_language> owl:sameAs <http://lexvo.org/id/iso639-3/pcj> .

<http://www.mpii.de/yago/resource/Paresi_language> owl:sameAs <http://lexvo.org/id/iso639-3/pab> .

<http://www.mpii.de/yago/resource/Parkari_Koli_language> owl:sameAs <http://lexvo.org/id/iso639-3/kvx> .

<http://www.mpii.de/yago/resource/Parkwa_language> owl:sameAs <http://lexvo.org/id/iso639-3/pbi> .

<http://www.mpii.de/yago/resource/Parthian_language> owl:sameAs <http://lexvo.org/id/iso639-3/xpr> .

<http://www.mpii.de/yago/resource/Parya_language> owl:sameAs <http://lexvo.org/id/iso639-3/paq> .

<http://www.mpii.de/yago/resource/Pasto_language> owl:sameAs <http://lexvo.org/id/iso639-3/bpb> .

<http://www.mpii.de/yago/resource/Patamona_language> owl:sameAs <http://lexvo.org/id/iso639-3/pbc> .

<http://www.mpii.de/yago/resource/Patax%C3%B3_language> owl:sameAs <http://lexvo.org/id/iso639-3/pth> .

<http://www.mpii.de/yago/resource/Patpatar_language> owl:sameAs <http://lexvo.org/id/iso639-3/gfk> .

<http://www.mpii.de/yago/resource/Pattani_Malay> owl:sameAs <http://lexvo.org/id/iso639-3/mfa> .

<http://www.mpii.de/yago/resource/Pattani_language> owl:sameAs <http://lexvo.org/id/iso639-3/lae> .

<http://www.mpii.de/yago/resource/Paumar%C3%AD_language> owl:sameAs <http://lexvo.org/id/iso639-3/pad> .

<http://www.mpii.de/yago/resource/Pauna_language> owl:sameAs <http://lexvo.org/id/iso639-3/pnk> .

<http://www.mpii.de/yago/resource/Pauri_Bareli_language> owl:sameAs <http://lexvo.org/id/iso639-3/bfb> .

<http://www.mpii.de/yago/resource/Pawaia_language> owl:sameAs <http://lexvo.org/id/iso639-3/pwa> .

<http://www.mpii.de/yago/resource/Pawnee_language> owl:sameAs <http://lexvo.org/id/iso639-3/paw> .

<http://www.mpii.de/yago/resource/Paya_language> owl:sameAs <http://lexvo.org/id/iso639-3/pay> .

<http://www.mpii.de/yago/resource/Paynamar_language> owl:sameAs <http://lexvo.org/id/iso639-3/pmr> .

<http://www.mpii.de/yago/resource/Pazeh_language> owl:sameAs <http://lexvo.org/id/iso639-3/uun> .

<http://www.mpii.de/yago/resource/Pe_language> owl:sameAs <http://lexvo.org/id/iso639-3/pai> .

<http://www.mpii.de/yago/resource/Pear_language> owl:sameAs <http://lexvo.org/id/iso639-3/pcb> .

<http://www.mpii.de/yago/resource/Pecheneg_language> owl:sameAs <http://lexvo.org/id/iso639-3/xpc> .

<http://www.mpii.de/yago/resource/Peere_language> owl:sameAs <http://lexvo.org/id/iso639-3/pfe> .

<http://www.mpii.de/yago/resource/Pemon_language> owl:sameAs <http://lexvo.org/id/iso639-3/aoc> .

<http://www.mpii.de/yago/resource/Penang_Sign_Language> owl:sameAs <http://lexvo.org/id/iso639-3/psg> .

<http://www.mpii.de/yago/resource/Pende_language> owl:sameAs <http://lexvo.org/id/iso639-3/pem> .

<http://www.mpii.de/yago/resource/Pengo_language> owl:sameAs <http://lexvo.org/id/iso639-3/peg> .

<http://www.mpii.de/yago/resource/Pennsylvania_German_language> owl:sameAs <http://lexvo.org/id/iso639-3/pdc> .

<http://www.mpii.de/yago/resource/Penrhyn_language> owl:sameAs <http://lexvo.org/id/iso639-3/pnh> .

<http://www.mpii.de/yago/resource/Pentlatch_language> owl:sameAs <http://lexvo.org/id/iso639-3/ptw> .

<http://www.mpii.de/yago/resource/Peren%C3%A9_Ash%C3%A9ninka> owl:sameAs <http://lexvo.org/id/iso639-3/prq> .

<http://www.mpii.de/yago/resource/Pero_language> owl:sameAs <http://lexvo.org/id/iso639-3/pip> .

<http://www.mpii.de/yago/resource/Persian_Sign_Language> owl:sameAs <http://lexvo.org/id/iso639-3/psc> .

<http://www.mpii.de/yago/resource/Persian_language> owl:sameAs <http://lexvo.org/id/iso639-3/fas> .

<http://www.mpii.de/yago/resource/Peruvian_Sign_Language> owl:sameAs <http://lexvo.org/id/iso639-3/prl> .

<http://www.mpii.de/yago/resource/Petats_language> owl:sameAs <http://lexvo.org/id/iso639-3/pex> .

<http://www.mpii.de/yago/resource/Petjo_language> owl:sameAs <http://lexvo.org/id/iso639-3/pey> .

<http://www.mpii.de/yago/resource/Peve_language> owl:sameAs <http://lexvo.org/id/iso639-3/lme> .

<http://www.mpii.de/yago/resource/Pher%C3%A1_language> owl:sameAs <http://lexvo.org/id/iso639-3/xwe> .

<http://www.mpii.de/yago/resource/Philippine_languages> owl:sameAs <http://lexvo.org/id/iso639-5/phi> .

<http://www.mpii.de/yago/resource/Phoenician_language> owl:sameAs <http://lexvo.org/id/iso639-3/phn> .

<http://www.mpii.de/yago/resource/Pholo_language> owl:sameAs <http://lexvo.org/id/iso639-3/yip> .

<http://www.mpii.de/yago/resource/Phom_language> owl:sameAs <http://lexvo.org/id/iso639-3/nph> .

<http://www.mpii.de/yago/resource/Phong-Kniang_language> owl:sameAs <http://lexvo.org/id/iso639-3/pnx> .

<http://www.mpii.de/yago/resource/Phrygian_language> owl:sameAs <http://lexvo.org/id/iso639-3/xpg> .

<http://www.mpii.de/yago/resource/Phu_Thai_language> owl:sameAs <http://lexvo.org/id/iso639-3/pht> .

<http://www.mpii.de/yago/resource/Phuan> owl:sameAs <http://lexvo.org/id/iso639-3/phu> .

<http://www.mpii.de/yago/resource/Phukha_language> owl:sameAs <http://lexvo.org/id/iso639-3/phh> .

<http://www.mpii.de/yago/resource/Piapoco_language> owl:sameAs <http://lexvo.org/id/iso639-3/pio> .

<http://www.mpii.de/yago/resource/Picard_language> owl:sameAs <http://lexvo.org/id/iso639-3/pcd> .

<http://www.mpii.de/yago/resource/Pichis_Ash%C3%A9ninka> owl:sameAs <http://lexvo.org/id/iso639-3/cpu> .

<http://www.mpii.de/yago/resource/Pictish_language> owl:sameAs <http://lexvo.org/id/iso639-3/xpi> .

<http://www.mpii.de/yago/resource/Piedmontese_language> owl:sameAs <http://lexvo.org/id/iso639-3/pms> .

<http://www.mpii.de/yago/resource/Pijao_language> owl:sameAs <http://lexvo.org/id/iso639-3/pij> .

<http://www.mpii.de/yago/resource/Pijin_language> owl:sameAs <http://lexvo.org/id/iso639-3/pis> .

<http://www.mpii.de/yago/resource/Pilag%C3%A1_language> owl:sameAs <http://lexvo.org/id/iso639-3/plg> .

<http://www.mpii.de/yago/resource/Pima_Bajo_language> owl:sameAs <http://lexvo.org/id/iso639-3/pia> .

<http://www.mpii.de/yago/resource/Pimbwe_language> owl:sameAs <http://lexvo.org/id/iso639-3/piw> .

<http://www.mpii.de/yago/resource/Pingelapese_language> owl:sameAs <http://lexvo.org/id/iso639-3/pif> .

<http://www.mpii.de/yago/resource/Pintupi_language> owl:sameAs <http://lexvo.org/id/iso639-3/piu> .

<http://www.mpii.de/yago/resource/Pinyin_language> owl:sameAs <http://lexvo.org/id/iso639-3/pny> .

<http://www.mpii.de/yago/resource/Pipil_language> owl:sameAs <http://lexvo.org/id/iso639-3/ppl> .

<http://www.mpii.de/yago/resource/Pirah%C3%A3_language> owl:sameAs <http://lexvo.org/id/iso639-3/myp> .

<http://www.mpii.de/yago/resource/Pisabo_language> owl:sameAs <http://lexvo.org/id/iso639-3/pig> .

<http://www.mpii.de/yago/resource/Piscataway_language> owl:sameAs <http://lexvo.org/id/iso639-3/psy> .

<http://www.mpii.de/yago/resource/Pisidian_language> owl:sameAs <http://lexvo.org/id/iso639-3/xps> .

<http://www.mpii.de/yago/resource/Pite_Sami_language> owl:sameAs <http://lexvo.org/id/iso639-3/sje> .

<http://www.mpii.de/yago/resource/Pitjantjatjara_language> owl:sameAs <http://lexvo.org/id/iso639-3/pjt> .

<http://www.mpii.de/yago/resource/Pitkern_language> owl:sameAs <http://lexvo.org/id/iso639-3/pih> .

<http://www.mpii.de/yago/resource/Pitta_Pitta_language> owl:sameAs <http://lexvo.org/id/iso639-3/pit> .

<http://www.mpii.de/yago/resource/Piya_language> owl:sameAs <http://lexvo.org/id/iso639-3/piy> .

<http://www.mpii.de/yago/resource/Plains_Apache_language> owl:sameAs <http://lexvo.org/id/iso639-3/apk> .

<http://www.mpii.de/yago/resource/Plains_Cree_language> owl:sameAs <http://lexvo.org/id/iso639-3/crk> .

<http://www.mpii.de/yago/resource/Plains_Indian_Sign_Language> owl:sameAs <http://lexvo.org/id/iso639-3/psd> .

<http://www.mpii.de/yago/resource/Plains_Miwok_language> owl:sameAs <http://lexvo.org/id/iso639-3/pmw> .

<http://www.mpii.de/yago/resource/Plautdietsch_language> owl:sameAs <http://lexvo.org/id/iso639-3/pdt> .

<http://www.mpii.de/yago/resource/Playero_language> owl:sameAs <http://lexvo.org/id/iso639-3/gob> .

<http://www.mpii.de/yago/resource/Pnar_language> owl:sameAs <http://lexvo.org/id/iso639-3/pbv> .

<http://www.mpii.de/yago/resource/Pochutec_language> owl:sameAs <http://lexvo.org/id/iso639-3/xpo> .

<http://www.mpii.de/yago/resource/Pogaya_language> owl:sameAs <http://lexvo.org/id/iso639-3/boq> .

<http://www.mpii.de/yago/resource/Pogolo_language> owl:sameAs <http://lexvo.org/id/iso639-3/poy> .

<http://www.mpii.de/yago/resource/Pohnpeian_language> owl:sameAs <http://lexvo.org/id/iso639-3/pon> .

<http://www.mpii.de/yago/resource/Poke_language> owl:sameAs <http://lexvo.org/id/iso639-3/pof> .

<http://www.mpii.de/yago/resource/Pokomo_language> owl:sameAs <http://lexvo.org/id/iso639-3/pkb> .

<http://www.mpii.de/yago/resource/Pol_language> owl:sameAs <http://lexvo.org/id/iso639-3/pmm> .

<http://www.mpii.de/yago/resource/Polabian_language> owl:sameAs <http://lexvo.org/id/iso639-3/pox> .

<http://www.mpii.de/yago/resource/Polari> owl:sameAs <http://lexvo.org/id/iso639-3/pld> .

<http://www.mpii.de/yago/resource/Polish_Sign_Language> owl:sameAs <http://lexvo.org/id/iso639-3/pso> .

<http://www.mpii.de/yago/resource/Polish_language> owl:sameAs <http://lexvo.org/id/iso639-3/pol> .

<http://www.mpii.de/yago/resource/Pongu_language> owl:sameAs <http://lexvo.org/id/iso639-3/png> .

<http://www.mpii.de/yago/resource/Pontic_Greek> owl:sameAs <http://lexvo.org/id/iso639-3/pnt> .

<http://www.mpii.de/yago/resource/Poqomam_language> owl:sameAs <http://lexvo.org/id/iso639-3/poc> .

<http://www.mpii.de/yago/resource/Poqomchi'_language> owl:sameAs <http://lexvo.org/id/iso639-3/poh> .

<http://www.mpii.de/yago/resource/Porohanon_language> owl:sameAs <http://lexvo.org/id/iso639-3/prh> .

<http://www.mpii.de/yago/resource/Porome_language> owl:sameAs <http://lexvo.org/id/iso639-3/prm> .

<http://www.mpii.de/yago/resource/Portugis_language> owl:sameAs <http://lexvo.org/id/iso639-3/tmg> .

<http://www.mpii.de/yago/resource/Portuguese_Sign_Language> owl:sameAs <http://lexvo.org/id/iso639-3/psr> .

<http://www.mpii.de/yago/resource/Potawatomi_language> owl:sameAs <http://lexvo.org/id/iso639-3/pot> .

<http://www.mpii.de/yago/resource/Potiguara_language> owl:sameAs <http://lexvo.org/id/iso639-3/pog> .

<http://www.mpii.de/yago/resource/Potwari_language> owl:sameAs <http://lexvo.org/id/iso639-3/phr> .

<http://www.mpii.de/yago/resource/Pouye_language> owl:sameAs <http://lexvo.org/id/iso639-3/bye> .

<http://www.mpii.de/yago/resource/Powhatan_language> owl:sameAs <http://lexvo.org/id/iso639-3/pim> .

<http://www.mpii.de/yago/resource/Prakrit> owl:sameAs <http://lexvo.org/id/iso639-5/pra> .

<http://www.mpii.de/yago/resource/Prakrit_languages> owl:sameAs <http://lexvo.org/id/iso639-5/pra> .

<http://www.mpii.de/yago/resource/Primitive_Irish> owl:sameAs <http://lexvo.org/id/iso639-3/pgl> .

<http://www.mpii.de/yago/resource/Principense_language> owl:sameAs <http://lexvo.org/id/iso639-3/pre> .

<http://www.mpii.de/yago/resource/Providence_Island_Sign_Language> owl:sameAs <http://lexvo.org/id/iso639-3/prz> .

<http://www.mpii.de/yago/resource/Psikye_language> owl:sameAs <http://lexvo.org/id/iso639-3/kvj> .

<http://www.mpii.de/yago/resource/Pu-Xian_Min> owl:sameAs <http://lexvo.org/id/iso639-3/cpx> .

<http://www.mpii.de/yago/resource/Puelche_language> owl:sameAs <http://lexvo.org/id/iso639-3/pue> .

<http://www.mpii.de/yago/resource/Puguli_language> owl:sameAs <http://lexvo.org/id/iso639-3/pug> .

<http://www.mpii.de/yago/resource/Puinave_language> owl:sameAs <http://lexvo.org/id/iso639-3/pui> .

<http://www.mpii.de/yago/resource/Pukapukan_language> owl:sameAs <http://lexvo.org/id/iso639-3/pkp> .

<http://www.mpii.de/yago/resource/Pulaar_language> owl:sameAs <http://lexvo.org/id/iso639-3/fuc> .

<http://www.mpii.de/yago/resource/Pular_language> owl:sameAs <http://lexvo.org/id/iso639-3/fuf> .

<http://www.mpii.de/yago/resource/Puma_language> owl:sameAs <http://lexvo.org/id/iso639-3/pum> .

<http://www.mpii.de/yago/resource/Pumpokol_language> owl:sameAs <http://lexvo.org/id/iso639-3/xpm> .

<http://www.mpii.de/yago/resource/Punic_language> owl:sameAs <http://lexvo.org/id/iso639-3/xpu> .

<http://www.mpii.de/yago/resource/Punjabi_language> owl:sameAs <http://lexvo.org/id/iso639-3/pan> .

<http://www.mpii.de/yago/resource/Punu_language> owl:sameAs <http://lexvo.org/id/iso639-3/puu> .

<http://www.mpii.de/yago/resource/Puquina_language> owl:sameAs <http://lexvo.org/id/iso639-3/puq> .

<http://www.mpii.de/yago/resource/Pur%C3%AD_language> owl:sameAs <http://lexvo.org/id/iso639-3/prr> .

<http://www.mpii.de/yago/resource/Purari_language> owl:sameAs <http://lexvo.org/id/iso639-3/iar> .

<http://www.mpii.de/yago/resource/Puroik_language> owl:sameAs <http://lexvo.org/id/iso639-3/suv> .

<http://www.mpii.de/yago/resource/Purubora_language> owl:sameAs <http://lexvo.org/id/iso639-3/pur> .

<http://www.mpii.de/yago/resource/Putai_language> owl:sameAs <http://lexvo.org/id/iso639-3/mfl> .

<http://www.mpii.de/yago/resource/Puyuma_language> owl:sameAs <http://lexvo.org/id/iso639-3/pyu> .

<http://www.mpii.de/yago/resource/Pyapun_language> owl:sameAs <http://lexvo.org/id/iso639-3/pcw> .

<http://www.mpii.de/yago/resource/Pyu_language_(Burma)> owl:sameAs <http://lexvo.org/id/iso639-3/pyx> .

<http://www.mpii.de/yago/resource/Pyu_language_(Papua_New_Guinea)> owl:sameAs <http://lexvo.org/id/iso639-3/pby> .

<http://www.mpii.de/yago/resource/Q%E2%80%99anjob%E2%80%99al_language> owl:sameAs <http://lexvo.org/id/iso639-3/kjb> .

<http://www.mpii.de/yago/resource/Q%E2%80%99eqchi%E2%80%99_language> owl:sameAs <http://lexvo.org/id/iso639-3/kek> .

<http://www.mpii.de/yago/resource/Qabiao_language> owl:sameAs <http://lexvo.org/id/iso639-3/laq> .

<http://www.mpii.de/yago/resource/Qaqet_language> owl:sameAs <http://lexvo.org/id/iso639-3/byx> .

<http://www.mpii.de/yago/resource/Qashqai_language> owl:sameAs <http://lexvo.org/id/iso639-3/qxq> .

<http://www.mpii.de/yago/resource/Qatabanian_language> owl:sameAs <http://lexvo.org/id/iso639-3/xqt> .

<http://www.mpii.de/yago/resource/Qimant_language> owl:sameAs <http://lexvo.org/id/iso639-3/ahg> .

<http://www.mpii.de/yago/resource/Quebec_Sign_Language> owl:sameAs <http://lexvo.org/id/iso639-3/fcs> .

<http://www.mpii.de/yago/resource/Quechan_language> owl:sameAs <http://lexvo.org/id/iso639-3/yum> .

<http://www.mpii.de/yago/resource/Quechua_languages> owl:sameAs <http://lexvo.org/id/iso639-3/que> .

<http://www.mpii.de/yago/resource/Quechuan_(family)> owl:sameAs <http://lexvo.org/id/iso639-3/que> .

<http://www.mpii.de/yago/resource/Quenya> owl:sameAs <http://lexvo.org/id/iso639-3/qya> .

<http://www.mpii.de/yago/resource/Quileute_language> owl:sameAs <http://lexvo.org/id/iso639-3/qui> .

<http://www.mpii.de/yago/resource/Quiripi_language> owl:sameAs <http://lexvo.org/id/iso639-3/qyp> .

<http://www.mpii.de/yago/resource/R%C3%A9union_Creole> owl:sameAs <http://lexvo.org/id/iso639-3/rcf> .

<http://www.mpii.de/yago/resource/Raetic_language> owl:sameAs <http://lexvo.org/id/iso639-3/xrr> .

<http://www.mpii.de/yago/resource/Raga_language> owl:sameAs <http://lexvo.org/id/iso639-3/lml> .

<http://www.mpii.de/yago/resource/Rajasthani_language> owl:sameAs <http://lexvo.org/id/iso639-3/raj> .

<http://www.mpii.de/yago/resource/Rakahanga-Manihiki_language> owl:sameAs <http://lexvo.org/id/iso639-3/rkh> .

<http://www.mpii.de/yago/resource/Ralte_language> owl:sameAs <http://lexvo.org/id/iso639-3/ral> .

<http://www.mpii.de/yago/resource/Rama_Cay_Creole> owl:sameAs <http://lexvo.org/id/iso639-3/bzk> .

<http://www.mpii.de/yago/resource/Rama_language> owl:sameAs <http://lexvo.org/id/iso639-3/rma> .

<http://www.mpii.de/yago/resource/Ramarama_language> owl:sameAs <http://lexvo.org/id/iso639-3/arr> .

<http://www.mpii.de/yago/resource/Ramopa_language> owl:sameAs <http://lexvo.org/id/iso639-3/roo> .

<http://www.mpii.de/yago/resource/Rangas_language> owl:sameAs <http://lexvo.org/id/iso639-3/rgk> .

<http://www.mpii.de/yago/resource/Rangi_language> owl:sameAs <http://lexvo.org/id/iso639-3/lag> .

<http://www.mpii.de/yago/resource/Rangpuri_language> owl:sameAs <http://lexvo.org/id/iso639-3/rkt> .

<http://www.mpii.de/yago/resource/Rao_language> owl:sameAs <http://lexvo.org/id/iso639-3/rao> .

<http://www.mpii.de/yago/resource/Rapa_Nui_language> owl:sameAs <http://lexvo.org/id/iso639-3/rap> .

<http://www.mpii.de/yago/resource/Rapan_language> owl:sameAs <http://lexvo.org/id/iso639-3/ray> .

<http://www.mpii.de/yago/resource/Rapoisi_language> owl:sameAs <http://lexvo.org/id/iso639-3/kyx> .

<http://www.mpii.de/yago/resource/Rasawa_language> owl:sameAs <http://lexvo.org/id/iso639-3/rac> .

<http://www.mpii.de/yago/resource/Ratagnon_language> owl:sameAs <http://lexvo.org/id/iso639-3/btn> .

<http://www.mpii.de/yago/resource/Raute_language> owl:sameAs <http://lexvo.org/id/iso639-3/rau> .

<http://www.mpii.de/yago/resource/Rawa_language> owl:sameAs <http://lexvo.org/id/iso639-3/rwo> .

<http://www.mpii.de/yago/resource/Rawang_language> owl:sameAs <http://lexvo.org/id/iso639-3/raw> .

<http://www.mpii.de/yago/resource/Rawat_language> owl:sameAs <http://lexvo.org/id/iso639-3/jnl> .

<http://www.mpii.de/yago/resource/Reel_language> owl:sameAs <http://lexvo.org/id/iso639-3/atu> .

<http://www.mpii.de/yago/resource/Rejang_language> owl:sameAs <http://lexvo.org/id/iso639-3/rej> .

<http://www.mpii.de/yago/resource/Remo_language_(Peru)> owl:sameAs <http://lexvo.org/id/iso639-3/rem> .

<http://www.mpii.de/yago/resource/Rendille_language> owl:sameAs <http://lexvo.org/id/iso639-3/rel> .

<http://www.mpii.de/yago/resource/Rengao_language> owl:sameAs <http://lexvo.org/id/iso639-3/ren> .

<http://www.mpii.de/yago/resource/Rengma_language> owl:sameAs <http://lexvo.org/id/iso639-3/nre> .

<http://www.mpii.de/yago/resource/Rennellese_Sign_Language> owl:sameAs <http://lexvo.org/id/iso639-3/rsi> .

<http://www.mpii.de/yago/resource/Rennellese_language> owl:sameAs <http://lexvo.org/id/iso639-3/mnv> .

<http://www.mpii.de/yago/resource/Rerep_language> owl:sameAs <http://lexvo.org/id/iso639-3/pgk> .

<http://www.mpii.de/yago/resource/Res%C3%ADgaro_language> owl:sameAs <http://lexvo.org/id/iso639-3/rgr> .

<http://www.mpii.de/yago/resource/Reshe_language> owl:sameAs <http://lexvo.org/id/iso639-3/res> .

<http://www.mpii.de/yago/resource/Reyesano_language> owl:sameAs <http://lexvo.org/id/iso639-3/rey> .

<http://www.mpii.de/yago/resource/Riang_language> owl:sameAs <http://lexvo.org/id/iso639-3/ril> .

<http://www.mpii.de/yago/resource/Ribun_language> owl:sameAs <http://lexvo.org/id/iso639-3/rir> .

<http://www.mpii.de/yago/resource/Rifian_language> owl:sameAs <http://lexvo.org/id/iso639-3/rif> .

<http://www.mpii.de/yago/resource/Rigwe_language> owl:sameAs <http://lexvo.org/id/iso639-3/iri> .

<http://www.mpii.de/yago/resource/Rikbaktsa_language> owl:sameAs <http://lexvo.org/id/iso639-3/rkb> .

<http://www.mpii.de/yago/resource/Rinconada_Bikol_language> owl:sameAs <http://lexvo.org/id/iso639-3/bto> .

<http://www.mpii.de/yago/resource/Riograndenser_Hunsr%C3%BCckisch> owl:sameAs <http://lexvo.org/id/iso639-3/hrx> .

<http://www.mpii.de/yago/resource/Ripuarian_language> owl:sameAs <http://lexvo.org/id/iso639-3/ksh> .

<http://www.mpii.de/yago/resource/Rodi_language> owl:sameAs <http://lexvo.org/id/iso639-3/rmg> .

<http://www.mpii.de/yago/resource/Rohingya_language> owl:sameAs <http://lexvo.org/id/iso639-3/rhg> .

<http://www.mpii.de/yago/resource/Romagnol_language> owl:sameAs <http://lexvo.org/id/iso639-3/rgn> .

<http://www.mpii.de/yago/resource/Romance_languages> owl:sameAs <http://lexvo.org/id/iso639-5/roa> .

<http://www.mpii.de/yago/resource/Romang_language> owl:sameAs <http://lexvo.org/id/iso639-3/rmm> .

<http://www.mpii.de/yago/resource/Romani_language> owl:sameAs <http://lexvo.org/id/iso639-3/rom> .

<http://www.mpii.de/yago/resource/Romanian_language> owl:sameAs <http://lexvo.org/id/iso639-3/ron> .

<http://www.mpii.de/yago/resource/Romano-Greek_language> owl:sameAs <http://lexvo.org/id/iso639-3/rge> .

<http://www.mpii.de/yago/resource/Romano-Serbian_language> owl:sameAs <http://lexvo.org/id/iso639-3/rsb> .

<http://www.mpii.de/yago/resource/Romansh_language> owl:sameAs <http://lexvo.org/id/iso639-3/roh> .

<http://www.mpii.de/yago/resource/Rombi_language> owl:sameAs <http://lexvo.org/id/iso639-3/bbi> .

<http://www.mpii.de/yago/resource/Romblomanon_language> owl:sameAs <http://lexvo.org/id/iso639-3/rol> .

<http://www.mpii.de/yago/resource/Rombo_language> owl:sameAs <http://lexvo.org/id/iso639-3/rof> .

<http://www.mpii.de/yago/resource/Ron_language> owl:sameAs <http://lexvo.org/id/iso639-3/cla> .

<http://www.mpii.de/yago/resource/Ronga_language> owl:sameAs <http://lexvo.org/id/iso639-3/rng> .

<http://www.mpii.de/yago/resource/Rongpo_language> owl:sameAs <http://lexvo.org/id/iso639-3/rnp> .

<http://www.mpii.de/yago/resource/Rotuman_language> owl:sameAs <http://lexvo.org/id/iso639-3/rtm> .

<http://www.mpii.de/yago/resource/Roviana_language> owl:sameAs <http://lexvo.org/id/iso639-3/rug> .

<http://www.mpii.de/yago/resource/Rufiji_language> owl:sameAs <http://lexvo.org/id/iso639-3/rui> .

<http://www.mpii.de/yago/resource/Rukai_language> owl:sameAs <http://lexvo.org/id/iso639-3/dru> .

<http://www.mpii.de/yago/resource/Rumsen_language> owl:sameAs <http://lexvo.org/id/iso639-3/css> .

<http://www.mpii.de/yago/resource/Rumu_language> owl:sameAs <http://lexvo.org/id/iso639-3/klq> .

<http://www.mpii.de/yago/resource/Russian_Sign_Language> owl:sameAs <http://lexvo.org/id/iso639-3/rsl> .

<http://www.mpii.de/yago/resource/Russian_language> owl:sameAs <http://lexvo.org/id/iso639-3/rus> .

<http://www.mpii.de/yago/resource/Rusyn_language> owl:sameAs <http://lexvo.org/id/iso639-3/rue> .

<http://www.mpii.de/yago/resource/Rutul_language> owl:sameAs <http://lexvo.org/id/iso639-3/rut> .

<http://www.mpii.de/yago/resource/Ruund_language> owl:sameAs <http://lexvo.org/id/iso639-3/rnd> .

<http://www.mpii.de/yago/resource/S%C3%A3o_Paulo_Kaing%C3%A1ng_language> owl:sameAs <http://lexvo.org/id/iso639-3/zkp> .

<http://www.mpii.de/yago/resource/S%C3%B4_language> owl:sameAs <http://lexvo.org/id/iso639-3/sss> .

<http://www.mpii.de/yago/resource/S'gaw_Karen_language> owl:sameAs <http://lexvo.org/id/iso639-3/ksw> .

<http://www.mpii.de/yago/resource/Sa'a_language> owl:sameAs <http://lexvo.org/id/iso639-3/apb> .

<http://www.mpii.de/yago/resource/Sa'idi_Arabic> owl:sameAs <http://lexvo.org/id/iso639-3/aec> .

<http://www.mpii.de/yago/resource/Sa'och_language> owl:sameAs <http://lexvo.org/id/iso639-3/scq> .

<http://www.mpii.de/yago/resource/Saa_language> owl:sameAs <http://lexvo.org/id/iso639-3/sax> .

<http://www.mpii.de/yago/resource/Saari_language> owl:sameAs <http://lexvo.org/id/iso639-3/asj> .

<http://www.mpii.de/yago/resource/Saaroa_language> owl:sameAs <http://lexvo.org/id/iso639-3/sxr> .

<http://www.mpii.de/yago/resource/Sab%C3%BCm_language> owl:sameAs <http://lexvo.org/id/iso639-3/sbo> .

<http://www.mpii.de/yago/resource/Saba_language> owl:sameAs <http://lexvo.org/id/iso639-3/saa> .

<http://www.mpii.de/yago/resource/Sabaean_language> owl:sameAs <http://lexvo.org/id/iso639-3/xsa> .

<http://www.mpii.de/yago/resource/Sabaot_language> owl:sameAs <http://lexvo.org/id/iso639-3/spy> .

<http://www.mpii.de/yago/resource/Sabines> owl:sameAs <http://lexvo.org/id/iso639-3/sbv> .

<http://www.mpii.de/yago/resource/Sabiny_language> owl:sameAs <http://lexvo.org/id/iso639-3/kpz> .

<http://www.mpii.de/yago/resource/Saek_language> owl:sameAs <http://lexvo.org/id/iso639-3/skb> .

<http://www.mpii.de/yago/resource/Saep_language> owl:sameAs <http://lexvo.org/id/iso639-3/spd> .

<http://www.mpii.de/yago/resource/Safen_language> owl:sameAs <http://lexvo.org/id/iso639-3/sav> .

<http://www.mpii.de/yago/resource/Safwa_language> owl:sameAs <http://lexvo.org/id/iso639-3/sbk> .

<http://www.mpii.de/yago/resource/Sahaptin_language> owl:sameAs <http://lexvo.org/id/iso639-3/qot> .

<http://www.mpii.de/yago/resource/Saharan_Arabic> owl:sameAs <http://lexvo.org/id/iso639-3/aao> .

<http://www.mpii.de/yago/resource/Saho_language> owl:sameAs <http://lexvo.org/id/iso639-3/ssy> .

<http://www.mpii.de/yago/resource/Sahu_language> owl:sameAs <http://lexvo.org/id/iso639-3/saj> .

<http://www.mpii.de/yago/resource/Saint_Lucian_Creole_French> owl:sameAs <http://lexvo.org/id/iso639-3/acf> .

<http://www.mpii.de/yago/resource/Saisiyat_language> owl:sameAs <http://lexvo.org/id/iso639-3/xsy> .

<http://www.mpii.de/yago/resource/Saka_language> owl:sameAs <http://lexvo.org/id/iso639-3/kho> .

<http://www.mpii.de/yago/resource/Sakao_language> owl:sameAs <http://lexvo.org/id/iso639-3/sku> .

<http://www.mpii.de/yago/resource/Sakapultek_language> owl:sameAs <http://lexvo.org/id/iso639-3/quv> .

<http://www.mpii.de/yago/resource/Sakata_language> owl:sameAs <http://lexvo.org/id/iso639-3/skt> .

<http://www.mpii.de/yago/resource/Sakha_language> owl:sameAs <http://lexvo.org/id/iso639-3/sah> .

<http://www.mpii.de/yago/resource/Salampasu_language> owl:sameAs <http://lexvo.org/id/iso639-3/slx> .

<http://www.mpii.de/yago/resource/Salar_language> owl:sameAs <http://lexvo.org/id/iso639-3/slr> .

<http://www.mpii.de/yago/resource/Salchuq_language> owl:sameAs <http://lexvo.org/id/iso639-3/slq> .

<http://www.mpii.de/yago/resource/Saliba_language_(South_America)> owl:sameAs <http://lexvo.org/id/iso639-3/slc> .

<http://www.mpii.de/yago/resource/Salinan_language> owl:sameAs <http://lexvo.org/id/iso639-3/sln> .

<http://www.mpii.de/yago/resource/Salishan_languages> owl:sameAs <http://lexvo.org/id/iso639-5/sal> .

<http://www.mpii.de/yago/resource/Sallaans> owl:sameAs <http://lexvo.org/id/iso639-3/sdz> .

<http://www.mpii.de/yago/resource/Salum%C3%A1_language> owl:sameAs <http://lexvo.org/id/iso639-3/slj> .

<http://www.mpii.de/yago/resource/Salvadoran_Sign_Language> owl:sameAs <http://lexvo.org/id/iso639-3/esn> .

<http://www.mpii.de/yago/resource/Sama_language_(Angola)> owl:sameAs <http://lexvo.org/id/iso639-3/smd> .

<http://www.mpii.de/yago/resource/Samaritan_Hebrew> owl:sameAs <http://lexvo.org/id/iso639-3/heb> .

<http://www.mpii.de/yago/resource/Samarokena_language> owl:sameAs <http://lexvo.org/id/iso639-3/tmj> .

<http://www.mpii.de/yago/resource/Sambe_language> owl:sameAs <http://lexvo.org/id/iso639-3/xab> .

<http://www.mpii.de/yago/resource/Samburu_language> owl:sameAs <http://lexvo.org/id/iso639-3/saq> .

<http://www.mpii.de/yago/resource/Sami_languages> owl:sameAs <http://lexvo.org/id/iso639-5/smi> .

<http://www.mpii.de/yago/resource/Samia_dialect_(Luhya)> owl:sameAs <http://lexvo.org/id/iso639-3/lsm> .

<http://www.mpii.de/yago/resource/Samo_language_(New_Guinea)> owl:sameAs <http://lexvo.org/id/iso639-3/smq> .

<http://www.mpii.de/yago/resource/Samoan_language> owl:sameAs <http://lexvo.org/id/iso639-3/smo> .

<http://www.mpii.de/yago/resource/Samogitian_dialect> owl:sameAs <http://lexvo.org/id/iso639-3/sgs> .

<http://www.mpii.de/yago/resource/Samoyedic_languages> owl:sameAs <http://lexvo.org/id/iso639-5/syd> .

<http://www.mpii.de/yago/resource/Sampang_language> owl:sameAs <http://lexvo.org/id/iso639-3/rav> .

<http://www.mpii.de/yago/resource/Samre_language> owl:sameAs <http://lexvo.org/id/iso639-3/sxm> .

<http://www.mpii.de/yago/resource/San_Andr%C3%A9s%E2%80%93Providencia_Creole> owl:sameAs <http://lexvo.org/id/iso639-3/icr> .

<http://www.mpii.de/yago/resource/Sanaani_Arabic> owl:sameAs <http://lexvo.org/id/iso639-3/ayn> .

<http://www.mpii.de/yago/resource/Sanapan%C3%A1_language> owl:sameAs <http://lexvo.org/id/iso639-3/sap> .

<http://www.mpii.de/yago/resource/Sandawe_language> owl:sameAs <http://lexvo.org/id/iso639-3/sad> .

<http://www.mpii.de/yago/resource/Sanga_language> owl:sameAs <http://lexvo.org/id/iso639-3/xsn> .

<http://www.mpii.de/yago/resource/Sanga_language_(Bantu)> owl:sameAs <http://lexvo.org/id/iso639-3/sng> .

<http://www.mpii.de/yago/resource/Sanggau_language> owl:sameAs <http://lexvo.org/id/iso639-3/scg> .

<http://www.mpii.de/yago/resource/Sangir_language> owl:sameAs <http://lexvo.org/id/iso639-3/sxn> .

<http://www.mpii.de/yago/resource/Sanglechi_language> owl:sameAs <http://lexvo.org/id/iso639-3/sgy> .

<http://www.mpii.de/yago/resource/Sango_language> owl:sameAs <http://lexvo.org/id/iso639-3/sag> .

<http://www.mpii.de/yago/resource/Sangsari_language> owl:sameAs <http://lexvo.org/id/iso639-3/sgr> .

<http://www.mpii.de/yago/resource/Sangtam_language> owl:sameAs <http://lexvo.org/id/iso639-3/nsa> .

<http://www.mpii.de/yago/resource/Sangu_language_(Gabon)> owl:sameAs <http://lexvo.org/id/iso639-3/snq> .

<http://www.mpii.de/yago/resource/Sangu_language_(Tanzania)> owl:sameAs <http://lexvo.org/id/iso639-3/sbp> .

<http://www.mpii.de/yago/resource/Sani_language> owl:sameAs <http://lexvo.org/id/iso639-3/ysn> .

<http://www.mpii.de/yago/resource/Sanio_language> owl:sameAs <http://lexvo.org/id/iso639-3/sny> .

<http://www.mpii.de/yago/resource/Sansi_language> owl:sameAs <http://lexvo.org/id/iso639-3/ssi> .

<http://www.mpii.de/yago/resource/Sanskrit> owl:sameAs <http://lexvo.org/id/iso639-3/san> .

<http://www.mpii.de/yago/resource/Santa_language> owl:sameAs <http://lexvo.org/id/iso639-3/sce> .

<http://www.mpii.de/yago/resource/Santiago_del_Estero_Quichua> owl:sameAs <http://lexvo.org/id/iso639-3/qus> .

<http://www.mpii.de/yago/resource/Santrokofi_language> owl:sameAs <http://lexvo.org/id/iso639-3/snw> .

<http://www.mpii.de/yago/resource/Sanum%C3%A1_language> owl:sameAs <http://lexvo.org/id/iso639-3/xsu> .

<http://www.mpii.de/yago/resource/Sap%C3%A9_language> owl:sameAs <http://lexvo.org/id/iso639-3/spc> .

<http://www.mpii.de/yago/resource/Sapa_language> owl:sameAs <http://lexvo.org/id/iso639-3/tys> .

<http://www.mpii.de/yago/resource/Sapo_language> owl:sameAs <http://lexvo.org/id/iso639-3/krn> .

<http://www.mpii.de/yago/resource/Saponi_language> owl:sameAs <http://lexvo.org/id/iso639-3/spi> .

<http://www.mpii.de/yago/resource/Sar_language> owl:sameAs <http://lexvo.org/id/iso639-3/mwm> .

<http://www.mpii.de/yago/resource/Sara_language_(Indonesia)> owl:sameAs <http://lexvo.org/id/iso639-3/sre> .

<http://www.mpii.de/yago/resource/Saraiki_language> owl:sameAs <http://lexvo.org/id/iso639-3/skr> .

<http://www.mpii.de/yago/resource/Saramaccan_language> owl:sameAs <http://lexvo.org/id/iso639-3/srm> .

<http://www.mpii.de/yago/resource/Saraveca_language> owl:sameAs <http://lexvo.org/id/iso639-3/sar> .

<http://www.mpii.de/yago/resource/Sarcee_language> owl:sameAs <http://lexvo.org/id/iso639-3/srs> .

<http://www.mpii.de/yago/resource/Sardinian_language> owl:sameAs <http://lexvo.org/id/iso639-3/srd> .

<http://www.mpii.de/yago/resource/Sarikoli_language> owl:sameAs <http://lexvo.org/id/iso639-3/srh> .

<http://www.mpii.de/yago/resource/Sarua_language> owl:sameAs <http://lexvo.org/id/iso639-3/swy> .

<http://www.mpii.de/yago/resource/Sasak_language> owl:sameAs <http://lexvo.org/id/iso639-3/sas> .

<http://www.mpii.de/yago/resource/Sassarese_language> owl:sameAs <http://lexvo.org/id/iso639-3/sdc> .

<http://www.mpii.de/yago/resource/Saterland_Frisian_language> owl:sameAs <http://lexvo.org/id/iso639-3/stq> .

<http://www.mpii.de/yago/resource/Saudi_Sign_Language> owl:sameAs <http://lexvo.org/id/iso639-3/sdl> .

<http://www.mpii.de/yago/resource/Saurashtra_language> owl:sameAs <http://lexvo.org/id/iso639-3/saz> .

<http://www.mpii.de/yago/resource/Sauria_Paharia_language> owl:sameAs <http://lexvo.org/id/iso639-3/mjt> .

<http://www.mpii.de/yago/resource/Sause_language> owl:sameAs <http://lexvo.org/id/iso639-3/sao> .

<http://www.mpii.de/yago/resource/Sausi_language> owl:sameAs <http://lexvo.org/id/iso639-3/ssj> .

<http://www.mpii.de/yago/resource/Savara_language_(Dravidian)> owl:sameAs <http://lexvo.org/id/iso639-3/svr> .

<http://www.mpii.de/yago/resource/Savosavo_language> owl:sameAs <http://lexvo.org/id/iso639-3/svs> .

<http://www.mpii.de/yago/resource/Sawai_language> owl:sameAs <http://lexvo.org/id/iso639-3/szw> .

<http://www.mpii.de/yago/resource/Saweru_language> owl:sameAs <http://lexvo.org/id/iso639-3/swr> .

<http://www.mpii.de/yago/resource/Sawi_language> owl:sameAs <http://lexvo.org/id/iso639-3/saw> .

<http://www.mpii.de/yago/resource/Sawila_language> owl:sameAs <http://lexvo.org/id/iso639-3/swt> .

<http://www.mpii.de/yago/resource/Saxwe_language> owl:sameAs <http://lexvo.org/id/iso639-3/sxw> .

<http://www.mpii.de/yago/resource/Saya_language> owl:sameAs <http://lexvo.org/id/iso639-3/say> .

<http://www.mpii.de/yago/resource/Sayula_Popoluca> owl:sameAs <http://lexvo.org/id/iso639-3/pos> .

<http://www.mpii.de/yago/resource/Scandoromani_language> owl:sameAs <http://lexvo.org/id/iso639-3/rmu> .

<http://www.mpii.de/yago/resource/Scots_language> owl:sameAs <http://lexvo.org/id/iso639-3/sco> .

<http://www.mpii.de/yago/resource/Scottish_Cant> owl:sameAs <http://lexvo.org/id/iso639-3/trl> .

<http://www.mpii.de/yago/resource/Scythian_languages> owl:sameAs <http://lexvo.org/id/iso639-3/xsc> .

<http://www.mpii.de/yago/resource/Sebat_Bet_Gurage_language> owl:sameAs <http://lexvo.org/id/iso639-3/sgw> .

<http://www.mpii.de/yago/resource/Sechelt_language> owl:sameAs <http://lexvo.org/id/iso639-3/sec> .

<http://www.mpii.de/yago/resource/Secoya_language> owl:sameAs <http://lexvo.org/id/iso639-3/sey> .

<http://www.mpii.de/yago/resource/Sedang_language> owl:sameAs <http://lexvo.org/id/iso639-3/sed> .

<http://www.mpii.de/yago/resource/Seediq_language> owl:sameAs <http://lexvo.org/id/iso639-3/trv> .

<http://www.mpii.de/yago/resource/Sehwi_language> owl:sameAs <http://lexvo.org/id/iso639-3/sfw> .

<http://www.mpii.de/yago/resource/Seim_language> owl:sameAs <http://lexvo.org/id/iso639-3/sim> .

<http://www.mpii.de/yago/resource/Seimat_language> owl:sameAs <http://lexvo.org/id/iso639-3/ssg> .

<http://www.mpii.de/yago/resource/Sekani_language> owl:sameAs <http://lexvo.org/id/iso639-3/sek> .

<http://www.mpii.de/yago/resource/Seki_language> owl:sameAs <http://lexvo.org/id/iso639-3/syi> .

<http://www.mpii.de/yago/resource/Selangor_Sign_Language> owl:sameAs <http://lexvo.org/id/iso639-3/kgi> .

<http://www.mpii.de/yago/resource/Selaru_language> owl:sameAs <http://lexvo.org/id/iso639-3/slu> .

<http://www.mpii.de/yago/resource/Selayar_language> owl:sameAs <http://lexvo.org/id/iso639-3/sly> .

<http://www.mpii.de/yago/resource/Selkup_language> owl:sameAs <http://lexvo.org/id/iso639-3/sel> .

<http://www.mpii.de/yago/resource/Selonian_language> owl:sameAs <http://lexvo.org/id/iso639-3/sxl> .

<http://www.mpii.de/yago/resource/Seluwasan_language> owl:sameAs <http://lexvo.org/id/iso639-3/sws> .

<http://www.mpii.de/yago/resource/Sema_language> owl:sameAs <http://lexvo.org/id/iso639-3/nsm> .

<http://www.mpii.de/yago/resource/Semai_language> owl:sameAs <http://lexvo.org/id/iso639-3/sea> .

<http://www.mpii.de/yago/resource/Semaq_Beri_language> owl:sameAs <http://lexvo.org/id/iso639-3/szc> .

<http://www.mpii.de/yago/resource/Sembla_language> owl:sameAs <http://lexvo.org/id/iso639-3/sos> .

<http://www.mpii.de/yago/resource/Semelai_language> owl:sameAs <http://lexvo.org/id/iso639-3/sza> .

<http://www.mpii.de/yago/resource/Semigallian_language> owl:sameAs <http://lexvo.org/id/iso639-3/xzm> .

<http://www.mpii.de/yago/resource/Semimi_language> owl:sameAs <http://lexvo.org/id/iso639-3/etz> .

<http://www.mpii.de/yago/resource/Semitic_languages> owl:sameAs <http://lexvo.org/id/iso639-5/sem> .

<http://www.mpii.de/yago/resource/Semnam_language> owl:sameAs <http://lexvo.org/id/iso639-3/ssm> .

<http://www.mpii.de/yago/resource/Sempan_language> owl:sameAs <http://lexvo.org/id/iso639-3/xse> .

<http://www.mpii.de/yago/resource/Senara_language> owl:sameAs <http://lexvo.org/id/iso639-3/seq> .

<http://www.mpii.de/yago/resource/Seneca_language> owl:sameAs <http://lexvo.org/id/iso639-3/see> .

<http://www.mpii.de/yago/resource/Sened_language> owl:sameAs <http://lexvo.org/id/iso639-3/sds> .

<http://www.mpii.de/yago/resource/Sengele_language> owl:sameAs <http://lexvo.org/id/iso639-3/szg> .

<http://www.mpii.de/yago/resource/Sengseng_language> owl:sameAs <http://lexvo.org/id/iso639-3/ssz> .

<http://www.mpii.de/yago/resource/Senhaja_de_Srair_language> owl:sameAs <http://lexvo.org/id/iso639-3/sjs> .

<http://www.mpii.de/yago/resource/Sentani_language> owl:sameAs <http://lexvo.org/id/iso639-3/set> .

<http://www.mpii.de/yago/resource/Senthang_language> owl:sameAs <http://lexvo.org/id/iso639-3/sez> .

<http://www.mpii.de/yago/resource/Sentinelese_language> owl:sameAs <http://lexvo.org/id/iso639-3/std> .

<http://www.mpii.de/yago/resource/Serbian_language> owl:sameAs <http://lexvo.org/id/iso639-3/srp> .

<http://www.mpii.de/yago/resource/Serbo-Croatian> owl:sameAs <http://lexvo.org/id/iso639-3/hbs> .

<http://www.mpii.de/yago/resource/Sere_language> owl:sameAs <http://lexvo.org/id/iso639-3/swf> .

<http://www.mpii.de/yago/resource/Serer_language> owl:sameAs <http://lexvo.org/id/iso639-3/srr> .

<http://www.mpii.de/yago/resource/Seri_language> owl:sameAs <http://lexvo.org/id/iso639-3/sei> .

<http://www.mpii.de/yago/resource/Seroa_dialect> owl:sameAs <http://lexvo.org/id/iso639-3/kqu> .

<http://www.mpii.de/yago/resource/Serrano_language> owl:sameAs <http://lexvo.org/id/iso639-3/ser> .

<http://www.mpii.de/yago/resource/Seychellois_Creole> owl:sameAs <http://lexvo.org/id/iso639-3/crs> .

<http://www.mpii.de/yago/resource/Seze_language> owl:sameAs <http://lexvo.org/id/iso639-3/sze> .

<http://www.mpii.de/yago/resource/Sha_language> owl:sameAs <http://lexvo.org/id/iso639-3/scw> .

<http://www.mpii.de/yago/resource/Shabaki_language> owl:sameAs <http://lexvo.org/id/iso639-3/sdb> .

<http://www.mpii.de/yago/resource/Shabo_language> owl:sameAs <http://lexvo.org/id/iso639-3/sbf> .

<http://www.mpii.de/yago/resource/Shall-Zwall_language> owl:sameAs <http://lexvo.org/id/iso639-3/sha> .

<http://www.mpii.de/yago/resource/Shambala_language> owl:sameAs <http://lexvo.org/id/iso639-3/ksb> .

<http://www.mpii.de/yago/resource/Shan_language> owl:sameAs <http://lexvo.org/id/iso639-3/shn> .

<http://www.mpii.de/yago/resource/Shanga_language> owl:sameAs <http://lexvo.org/id/iso639-3/sho> .

<http://www.mpii.de/yago/resource/Sharanawa_language> owl:sameAs <http://lexvo.org/id/iso639-3/mcd> .

<http://www.mpii.de/yago/resource/Shark_Bay_language> owl:sameAs <http://lexvo.org/id/iso639-3/ssv> .

<http://www.mpii.de/yago/resource/Sharwa_language> owl:sameAs <http://lexvo.org/id/iso639-3/swq> .

<http://www.mpii.de/yago/resource/Shasta_language> owl:sameAs <http://lexvo.org/id/iso639-3/sht> .

<http://www.mpii.de/yago/resource/Shatt_language> owl:sameAs <http://lexvo.org/id/iso639-3/shj> .

<http://www.mpii.de/yago/resource/Shauraseni_language> owl:sameAs <http://lexvo.org/id/iso639-3/psu> .

<http://www.mpii.de/yago/resource/Shawiya_language> owl:sameAs <http://lexvo.org/id/iso639-3/shy> .

<http://www.mpii.de/yago/resource/Shawnee_language> owl:sameAs <http://lexvo.org/id/iso639-3/sjw> .

<http://www.mpii.de/yago/resource/She_language> owl:sameAs <http://lexvo.org/id/iso639-3/shx> .

<http://www.mpii.de/yago/resource/Shehri_language> owl:sameAs <http://lexvo.org/id/iso639-3/shv> .

<http://www.mpii.de/yago/resource/Shekhawati_language> owl:sameAs <http://lexvo.org/id/iso639-3/swv> .

<http://www.mpii.de/yago/resource/Shekkacho_language> owl:sameAs <http://lexvo.org/id/iso639-3/moy> .

<http://www.mpii.de/yago/resource/Sheko_language> owl:sameAs <http://lexvo.org/id/iso639-3/she> .

<http://www.mpii.de/yago/resource/Shelta> owl:sameAs <http://lexvo.org/id/iso639-3/sth> .

<http://www.mpii.de/yago/resource/Shempire_language> owl:sameAs <http://lexvo.org/id/iso639-3/seb> .

<http://www.mpii.de/yago/resource/Shenenawa_language> owl:sameAs <http://lexvo.org/id/iso639-3/swo> .

<http://www.mpii.de/yago/resource/Shenwa_language> owl:sameAs <http://lexvo.org/id/iso639-3/cnu> .

<http://www.mpii.de/yago/resource/Sherbro_language> owl:sameAs <http://lexvo.org/id/iso639-3/bun> .

<http://www.mpii.de/yago/resource/Sherdukpen_language> owl:sameAs <http://lexvo.org/id/iso639-3/sdp> .

<http://www.mpii.de/yago/resource/Sherpa_language> owl:sameAs <http://lexvo.org/id/iso639-3/xsr> .

<http://www.mpii.de/yago/resource/Shi_language> owl:sameAs <http://lexvo.org/id/iso639-3/shr> .

<http://www.mpii.de/yago/resource/Shihhi_Arabic> owl:sameAs <http://lexvo.org/id/iso639-3/ssh> .

<http://www.mpii.de/yago/resource/Shiki_language> owl:sameAs <http://lexvo.org/id/iso639-3/gua> .

<http://www.mpii.de/yago/resource/Shilha_language> owl:sameAs <http://lexvo.org/id/iso639-3/shi> .

<http://www.mpii.de/yago/resource/Shilluk_language> owl:sameAs <http://lexvo.org/id/iso639-3/shk> .

<http://www.mpii.de/yago/resource/Shina_language> owl:sameAs <http://lexvo.org/id/iso639-3/scl> .

<http://www.mpii.de/yago/resource/Shinasha_language> owl:sameAs <http://lexvo.org/id/iso639-3/bwo> .

<http://www.mpii.de/yago/resource/Shipibo_language> owl:sameAs <http://lexvo.org/id/iso639-3/shp> .

<http://www.mpii.de/yago/resource/Shiriana_language> owl:sameAs <http://lexvo.org/id/iso639-3/xir> .

<http://www.mpii.de/yago/resource/Shiwiar_language> owl:sameAs <http://lexvo.org/id/iso639-3/acu> .

<http://www.mpii.de/yago/resource/Shompen_languages> owl:sameAs <http://lexvo.org/id/iso639-3/sii> .

<http://www.mpii.de/yago/resource/Shona_language> owl:sameAs <http://lexvo.org/id/iso639-3/sna> .

<http://www.mpii.de/yago/resource/Shor_language> owl:sameAs <http://lexvo.org/id/iso639-3/cjs> .

<http://www.mpii.de/yago/resource/Shoshoni_language> owl:sameAs <http://lexvo.org/id/iso639-3/shh> .

<http://www.mpii.de/yago/resource/Shua_language> owl:sameAs <http://lexvo.org/id/iso639-3/shg> .

<http://www.mpii.de/yago/resource/Shuadit_language> owl:sameAs <http://lexvo.org/id/iso639-3/sdt> .

<http://www.mpii.de/yago/resource/Shuar_language> owl:sameAs <http://lexvo.org/id/iso639-3/jiv> .

<http://www.mpii.de/yago/resource/Shubi_language> owl:sameAs <http://lexvo.org/id/iso639-3/suj> .

<http://www.mpii.de/yago/resource/Shughni_language> owl:sameAs <http://lexvo.org/id/iso639-3/sgh> .

<http://www.mpii.de/yago/resource/Shumashti_language> owl:sameAs <http://lexvo.org/id/iso639-3/sts> .

<http://www.mpii.de/yago/resource/Shuswap_language> owl:sameAs <http://lexvo.org/id/iso639-3/shs> .

<http://www.mpii.de/yago/resource/Shwai_language> owl:sameAs <http://lexvo.org/id/iso639-3/shw> .

<http://www.mpii.de/yago/resource/Siamou_language> owl:sameAs <http://lexvo.org/id/iso639-3/sif> .

<http://www.mpii.de/yago/resource/Siane_language> owl:sameAs <http://lexvo.org/id/iso639-3/snp> .

<http://www.mpii.de/yago/resource/Siawi_language> owl:sameAs <http://lexvo.org/id/iso639-3/mmp> .

<http://www.mpii.de/yago/resource/Sicani> owl:sameAs <http://lexvo.org/id/iso639-3/sxc> .

<http://www.mpii.de/yago/resource/Sicel_language> owl:sameAs <http://lexvo.org/id/iso639-3/scx> .

<http://www.mpii.de/yago/resource/Sicilian_Arabic> owl:sameAs <http://lexvo.org/id/iso639-3/sqr> .

<http://www.mpii.de/yago/resource/Sicilian_language> owl:sameAs <http://lexvo.org/id/iso639-3/scn> .

<http://www.mpii.de/yago/resource/Sidamo_language> owl:sameAs <http://lexvo.org/id/iso639-3/sid> .

<http://www.mpii.de/yago/resource/Sidetic_language> owl:sameAs <http://lexvo.org/id/iso639-3/xsd> .

<http://www.mpii.de/yago/resource/Sierra_Popoluca> owl:sameAs <http://lexvo.org/id/iso639-3/poi> .

<http://www.mpii.de/yago/resource/Sign_language_in_Singapore> owl:sameAs <http://lexvo.org/id/iso639-3/sls> .

<http://www.mpii.de/yago/resource/Sika_language> owl:sameAs <http://lexvo.org/id/iso639-3/ski> .

<http://www.mpii.de/yago/resource/Sikaritai_language> owl:sameAs <http://lexvo.org/id/iso639-3/tty> .

<http://www.mpii.de/yago/resource/Sikiana_language> owl:sameAs <http://lexvo.org/id/iso639-3/sik> .

<http://www.mpii.de/yago/resource/Sikkimese_language> owl:sameAs <http://lexvo.org/id/iso639-3/sip> .

<http://www.mpii.de/yago/resource/Sikule_language> owl:sameAs <http://lexvo.org/id/iso639-3/skh> .

<http://www.mpii.de/yago/resource/Sila_language> owl:sameAs <http://lexvo.org/id/iso639-3/daj> .

<http://www.mpii.de/yago/resource/Silesian_German> owl:sameAs <http://lexvo.org/id/iso639-3/sli> .

<http://www.mpii.de/yago/resource/Silesian_language> owl:sameAs <http://lexvo.org/id/iso639-3/szl> .

<http://www.mpii.de/yago/resource/Sillan_language> owl:sameAs <http://lexvo.org/id/iso639-3/oko> .

<http://www.mpii.de/yago/resource/Sillok_language> owl:sameAs <http://lexvo.org/id/iso639-3/soh> .

<http://www.mpii.de/yago/resource/Simbari_language> owl:sameAs <http://lexvo.org/id/iso639-3/smb> .

<http://www.mpii.de/yago/resource/Simbo_language> owl:sameAs <http://lexvo.org/id/iso639-3/sbb> .

<http://www.mpii.de/yago/resource/Simeku_language> owl:sameAs <http://lexvo.org/id/iso639-3/smz> .

<http://www.mpii.de/yago/resource/Simeulue_language> owl:sameAs <http://lexvo.org/id/iso639-3/smr> .

<http://www.mpii.de/yago/resource/Sinasina_language> owl:sameAs <http://lexvo.org/id/iso639-3/sst> .

<http://www.mpii.de/yago/resource/Sinauna_language> owl:sameAs <http://lexvo.org/id/iso639-3/agv> .

<http://www.mpii.de/yago/resource/Sindarin> owl:sameAs <http://lexvo.org/id/iso639-3/sjn> .

<http://www.mpii.de/yago/resource/Sindhi_language> owl:sameAs <http://lexvo.org/id/iso639-3/snd> .

<http://www.mpii.de/yago/resource/Sinhala_language> owl:sameAs <http://lexvo.org/id/iso639-3/sin> .

<http://www.mpii.de/yago/resource/Sinitic_languages> owl:sameAs <http://lexvo.org/id/iso639-5/zhx> .

<http://www.mpii.de/yago/resource/Sino-Tibetan_languages> owl:sameAs <http://lexvo.org/id/iso639-5/sit> .

<http://www.mpii.de/yago/resource/Sinti-Manouche_language> owl:sameAs <http://lexvo.org/id/iso639-3/rmo> .

<http://www.mpii.de/yago/resource/Sinyar_language> owl:sameAs <http://lexvo.org/id/iso639-3/sys> .

<http://www.mpii.de/yago/resource/Sio_language> owl:sameAs <http://lexvo.org/id/iso639-3/xsi> .

<http://www.mpii.de/yago/resource/Siona_language> owl:sameAs <http://lexvo.org/id/iso639-3/snn> .

<http://www.mpii.de/yago/resource/Siouan_languages> owl:sameAs <http://lexvo.org/id/iso639-5/sio> .

<http://www.mpii.de/yago/resource/Sipakapense_language> owl:sameAs <http://lexvo.org/id/iso639-3/qum> .

<http://www.mpii.de/yago/resource/Siraya_language> owl:sameAs <http://lexvo.org/id/iso639-3/fos> .

<http://www.mpii.de/yago/resource/Sirenik_Eskimo_language> owl:sameAs <http://lexvo.org/id/iso639-3/ysr> .

<http://www.mpii.de/yago/resource/Siri_language> owl:sameAs <http://lexvo.org/id/iso639-3/sir> .

<http://www.mpii.de/yago/resource/Siroi_language> owl:sameAs <http://lexvo.org/id/iso639-3/ssd> .

<http://www.mpii.de/yago/resource/Sissano_language> owl:sameAs <http://lexvo.org/id/iso639-3/sso> .

<http://www.mpii.de/yago/resource/Siuslaw_language> owl:sameAs <http://lexvo.org/id/iso639-3/sis> .

<http://www.mpii.de/yago/resource/Sivandi_language> owl:sameAs <http://lexvo.org/id/iso639-3/siy> .

<http://www.mpii.de/yago/resource/Siwai_language> owl:sameAs <http://lexvo.org/id/iso639-3/siw> .

<http://www.mpii.de/yago/resource/Siwi_language> owl:sameAs <http://lexvo.org/id/iso639-3/siz> .

<http://www.mpii.de/yago/resource/Siwu_language> owl:sameAs <http://lexvo.org/id/iso639-3/akp> .

<http://www.mpii.de/yago/resource/Ske_language> owl:sameAs <http://lexvo.org/id/iso639-3/ske> .

<http://www.mpii.de/yago/resource/Skepi_Creole_Dutch> owl:sameAs <http://lexvo.org/id/iso639-3/skw> .

<http://www.mpii.de/yago/resource/Skolt_Sami_language> owl:sameAs <http://lexvo.org/id/iso639-3/sms> .

<http://www.mpii.de/yago/resource/Skou_language> owl:sameAs <http://lexvo.org/id/iso639-3/skv> .

<http://www.mpii.de/yago/resource/Slavey_language> owl:sameAs <http://lexvo.org/id/iso639-3/den> .

<http://www.mpii.de/yago/resource/Slavic_languages> owl:sameAs <http://lexvo.org/id/iso639-5/sla> .

<http://www.mpii.de/yago/resource/Slovak_language> owl:sameAs <http://lexvo.org/id/iso639-3/slk> .

<http://www.mpii.de/yago/resource/Slovene_language> owl:sameAs <http://lexvo.org/id/iso639-3/slv> .

<http://www.mpii.de/yago/resource/So_language_(Democratic_Republic_of_Congo)> owl:sameAs <http://lexvo.org/id/iso639-3/soc> .

<http://www.mpii.de/yago/resource/Sobei_language> owl:sameAs <http://lexvo.org/id/iso639-3/sob> .

<http://www.mpii.de/yago/resource/Soddo_language> owl:sameAs <http://lexvo.org/id/iso639-3/gru> .

<http://www.mpii.de/yago/resource/Sogdian_language> owl:sameAs <http://lexvo.org/id/iso639-3/sog> .

<http://www.mpii.de/yago/resource/Sokna_language> owl:sameAs <http://lexvo.org/id/iso639-3/swn> .

<http://www.mpii.de/yago/resource/Sokoro_language> owl:sameAs <http://lexvo.org/id/iso639-3/sok> .

<http://www.mpii.de/yago/resource/Solano_language> owl:sameAs <http://lexvo.org/id/iso639-3/xso> .

<http://www.mpii.de/yago/resource/Soli_language> owl:sameAs <http://lexvo.org/id/iso639-3/sby> .

<http://www.mpii.de/yago/resource/Somali_language> owl:sameAs <http://lexvo.org/id/iso639-3/som> .

<http://www.mpii.de/yago/resource/Somrai_language> owl:sameAs <http://lexvo.org/id/iso639-3/sor> .

<http://www.mpii.de/yago/resource/Somyev_language> owl:sameAs <http://lexvo.org/id/iso639-3/kgt> .

<http://www.mpii.de/yago/resource/Sonde_language> owl:sameAs <http://lexvo.org/id/iso639-3/shc> .

<http://www.mpii.de/yago/resource/Songe_language> owl:sameAs <http://lexvo.org/id/iso639-3/sop> .

<http://www.mpii.de/yago/resource/Songhai_languages> owl:sameAs <http://lexvo.org/id/iso639-5/son> .

<http://www.mpii.de/yago/resource/Songhay_languages> owl:sameAs <http://lexvo.org/id/iso639-5/son> .

<http://www.mpii.de/yago/resource/Songoora_language> owl:sameAs <http://lexvo.org/id/iso639-3/sod> .

<http://www.mpii.de/yago/resource/Soninke_language> owl:sameAs <http://lexvo.org/id/iso639-3/snk> .

<http://www.mpii.de/yago/resource/Sonjo_language> owl:sameAs <http://lexvo.org/id/iso639-3/soz> .

<http://www.mpii.de/yago/resource/Sonsorolese_language> owl:sameAs <http://lexvo.org/id/iso639-3/sov> .

<http://www.mpii.de/yago/resource/Sop_language> owl:sameAs <http://lexvo.org/id/iso639-3/urw> .

<http://www.mpii.de/yago/resource/Soqotri_language> owl:sameAs <http://lexvo.org/id/iso639-3/sqt> .

<http://www.mpii.de/yago/resource/Sora_language> owl:sameAs <http://lexvo.org/id/iso639-3/srb> .

<http://www.mpii.de/yago/resource/Soran%C3%AE> owl:sameAs <http://lexvo.org/id/iso639-3/ckb> .

<http://www.mpii.de/yago/resource/Sorbian_languages> owl:sameAs <http://lexvo.org/id/iso639-5/wen> .

<http://www.mpii.de/yago/resource/Sori-Harengan_language> owl:sameAs <http://lexvo.org/id/iso639-3/sbh> .

<http://www.mpii.de/yago/resource/Sorothaptic_language> owl:sameAs <http://lexvo.org/id/iso639-3/sxo> .

<http://www.mpii.de/yago/resource/Sotho_language> owl:sameAs <http://lexvo.org/id/iso639-3/sot> .

<http://www.mpii.de/yago/resource/South_African_Sign_Language> owl:sameAs <http://lexvo.org/id/iso639-3/sfs> .

<http://www.mpii.de/yago/resource/South_American_Indian_languages> owl:sameAs <http://lexvo.org/id/iso639-5/sai> .

<http://www.mpii.de/yago/resource/South_Azerbaijani_language> owl:sameAs <http://lexvo.org/id/iso639-3/azb> .

<http://www.mpii.de/yago/resource/South_Bolivian_Quechua> owl:sameAs <http://lexvo.org/id/iso639-3/quh> .

<http://www.mpii.de/yago/resource/South_Caucasian_languages> owl:sameAs <http://lexvo.org/id/iso639-5/ccs> .

<http://www.mpii.de/yago/resource/South_Efate_language> owl:sameAs <http://lexvo.org/id/iso639-3/erk> .

<http://www.mpii.de/yago/resource/South_Giziga_language> owl:sameAs <http://lexvo.org/id/iso639-3/giz> .

<http://www.mpii.de/yago/resource/South_Mbundu_language> owl:sameAs <http://lexvo.org/id/iso639-3/umb> .

<http://www.mpii.de/yago/resource/South_Picene_language> owl:sameAs <http://lexvo.org/id/iso639-3/spx> .

<http://www.mpii.de/yago/resource/South_Slavic_languages> owl:sameAs <http://lexvo.org/id/iso639-5/zls> .

<http://www.mpii.de/yago/resource/South_Ucayali_Ash%C3%A9ninka> owl:sameAs <http://lexvo.org/id/iso639-3/cpy> .

<http://www.mpii.de/yago/resource/Southeastern_Pomo_language> owl:sameAs <http://lexvo.org/id/iso639-3/pom> .

<http://www.mpii.de/yago/resource/Southern_Altai_language> owl:sameAs <http://lexvo.org/id/iso639-3/alt> .

<http://www.mpii.de/yago/resource/Southern_Athabaskan_languages> owl:sameAs <http://lexvo.org/id/iso639-5/apa> .

<http://www.mpii.de/yago/resource/Southern_Aymara_language> owl:sameAs <http://lexvo.org/id/iso639-3/ayc> .

<http://www.mpii.de/yago/resource/Southern_Italian> owl:sameAs <http://lexvo.org/id/iso639-3/nap> .

<http://www.mpii.de/yago/resource/Southern_Kurdish> owl:sameAs <http://lexvo.org/id/iso639-3/sdh> .

<http://www.mpii.de/yago/resource/Southern_Ndebele_language> owl:sameAs <http://lexvo.org/id/iso639-3/nbl> .

<http://www.mpii.de/yago/resource/Southern_Nicobarese_language> owl:sameAs <http://lexvo.org/id/iso639-3/nik> .

<http://www.mpii.de/yago/resource/Southern_Pomo_language> owl:sameAs <http://lexvo.org/id/iso639-3/peq> .

<http://www.mpii.de/yago/resource/Southern_Qiang_language> owl:sameAs <http://lexvo.org/id/iso639-3/qxs> .

<http://www.mpii.de/yago/resource/Southern_Sami_language> owl:sameAs <http://lexvo.org/id/iso639-3/sma> .

<http://www.mpii.de/yago/resource/Southern_Sierra_Miwok_language> owl:sameAs <http://lexvo.org/id/iso639-3/skd> .

<http://www.mpii.de/yago/resource/Southern_Thai_language> owl:sameAs <http://lexvo.org/id/iso639-3/sou> .

<http://www.mpii.de/yago/resource/Southern_Tiwa_language> owl:sameAs <http://lexvo.org/id/iso639-3/tix> .

<http://www.mpii.de/yago/resource/Southern_Uzbek_language> owl:sameAs <http://lexvo.org/id/iso639-3/uzs> .

<http://www.mpii.de/yago/resource/Southern_Yukaghir_language> owl:sameAs <http://lexvo.org/id/iso639-3/yux> .

<http://www.mpii.de/yago/resource/Sowa_language> owl:sameAs <http://lexvo.org/id/iso639-3/sww> .

<http://www.mpii.de/yago/resource/Sowanda_language> owl:sameAs <http://lexvo.org/id/iso639-3/sow> .

<http://www.mpii.de/yago/resource/Spanish_Sign_language> owl:sameAs <http://lexvo.org/id/iso639-3/ssp> .

<http://www.mpii.de/yago/resource/Spanish_language> owl:sameAs <http://lexvo.org/id/iso639-3/spa> .

<http://www.mpii.de/yago/resource/Spiti_Bhoti> owl:sameAs <http://lexvo.org/id/iso639-3/spt> .

<http://www.mpii.de/yago/resource/Squamish_language> owl:sameAs <http://lexvo.org/id/iso639-3/squ> .

<http://www.mpii.de/yago/resource/Sranan_Tongo> owl:sameAs <http://lexvo.org/id/iso639-3/srn> .

<http://www.mpii.de/yago/resource/Sri_Lankan_Creole_Malay> owl:sameAs <http://lexvo.org/id/iso639-3/sci> .

<http://www.mpii.de/yago/resource/Sri_Lankan_Portuguese_Creole> owl:sameAs <http://lexvo.org/id/iso639-3/idb> .

<http://www.mpii.de/yago/resource/Sri_Lankan_sign_languages> owl:sameAs <http://lexvo.org/id/iso639-3/sqs> .

<http://www.mpii.de/yago/resource/Standard_Tibetan> owl:sameAs <http://lexvo.org/id/iso639-3/bod> .

<http://www.mpii.de/yago/resource/Stellingwarfs> owl:sameAs <http://lexvo.org/id/iso639-3/stl> .

<http://www.mpii.de/yago/resource/Sua_language> owl:sameAs <http://lexvo.org/id/iso639-3/msw> .

<http://www.mpii.de/yago/resource/Suabo_language> owl:sameAs <http://lexvo.org/id/iso639-3/szp> .

<http://www.mpii.de/yago/resource/Suarmin_language> owl:sameAs <http://lexvo.org/id/iso639-3/seo> .

<http://www.mpii.de/yago/resource/Suba_language> owl:sameAs <http://lexvo.org/id/iso639-3/sxb> .

<http://www.mpii.de/yago/resource/Subtiaba_language> owl:sameAs <http://lexvo.org/id/iso639-3/sut> .

<http://www.mpii.de/yago/resource/Sucite_language> owl:sameAs <http://lexvo.org/id/iso639-3/sep> .

<http://www.mpii.de/yago/resource/Sudanese_Arabic> owl:sameAs <http://lexvo.org/id/iso639-3/apd> .

<http://www.mpii.de/yago/resource/Sudovian_language> owl:sameAs <http://lexvo.org/id/iso639-3/xsv> .

<http://www.mpii.de/yago/resource/Sui_language> owl:sameAs <http://lexvo.org/id/iso639-3/swi> .

<http://www.mpii.de/yago/resource/Suki_language> owl:sameAs <http://lexvo.org/id/iso639-3/sui> .

<http://www.mpii.de/yago/resource/Sukte_language> owl:sameAs <http://lexvo.org/id/iso639-3/ctd> .

<http://www.mpii.de/yago/resource/Sukuma_language> owl:sameAs <http://lexvo.org/id/iso639-3/suk> .

<http://www.mpii.de/yago/resource/Sukur_language> owl:sameAs <http://lexvo.org/id/iso639-3/syk> .

<http://www.mpii.de/yago/resource/Sulka_language> owl:sameAs <http://lexvo.org/id/iso639-3/sua> .

<http://www.mpii.de/yago/resource/Sumau_language> owl:sameAs <http://lexvo.org/id/iso639-3/six> .

<http://www.mpii.de/yago/resource/Sumbawa_language> owl:sameAs <http://lexvo.org/id/iso639-3/smw> .

<http://www.mpii.de/yago/resource/Sumbwa_language> owl:sameAs <http://lexvo.org/id/iso639-3/suw> .

<http://www.mpii.de/yago/resource/Sumerian_language> owl:sameAs <http://lexvo.org/id/iso639-3/sux> .

<http://www.mpii.de/yago/resource/Sunam_language> owl:sameAs <http://lexvo.org/id/iso639-3/ssk> .

<http://www.mpii.de/yago/resource/Sundanese_language> owl:sameAs <http://lexvo.org/id/iso639-3/sun> .

<http://www.mpii.de/yago/resource/Sungor_language> owl:sameAs <http://lexvo.org/id/iso639-3/sjg> .

<http://www.mpii.de/yago/resource/Sunwar_language> owl:sameAs <http://lexvo.org/id/iso639-3/suz> .

<http://www.mpii.de/yago/resource/Suoy_language> owl:sameAs <http://lexvo.org/id/iso639-3/smu> .

<http://www.mpii.de/yago/resource/Supyire_language> owl:sameAs <http://lexvo.org/id/iso639-3/spp> .

<http://www.mpii.de/yago/resource/Sur_language> owl:sameAs <http://lexvo.org/id/iso639-3/tdl> .

<http://www.mpii.de/yago/resource/Surbakhal_language> owl:sameAs <http://lexvo.org/id/iso639-3/sbj> .

<http://www.mpii.de/yago/resource/Suri_language> owl:sameAs <http://lexvo.org/id/iso639-3/suq> .

<http://www.mpii.de/yago/resource/Surigaonon_language> owl:sameAs <http://lexvo.org/id/iso639-3/sgd> .

<http://www.mpii.de/yago/resource/Sursurunga_language> owl:sameAs <http://lexvo.org/id/iso639-3/sgz> .

<http://www.mpii.de/yago/resource/Surui_language> owl:sameAs <http://lexvo.org/id/iso639-3/sru> .

<http://www.mpii.de/yago/resource/Susquehannock_language> owl:sameAs <http://lexvo.org/id/iso639-3/sqn> .

<http://www.mpii.de/yago/resource/Susu_language> owl:sameAs <http://lexvo.org/id/iso639-3/sus> .

<http://www.mpii.de/yago/resource/Susuami_language> owl:sameAs <http://lexvo.org/id/iso639-3/ssu> .

<http://www.mpii.de/yago/resource/Suundi_language> owl:sameAs <http://lexvo.org/id/iso639-3/sdj> .

<http://www.mpii.de/yago/resource/Suy%C3%A1_language> owl:sameAs <http://lexvo.org/id/iso639-3/suy> .

<http://www.mpii.de/yago/resource/Svan_language> owl:sameAs <http://lexvo.org/id/iso639-3/sva> .

<http://www.mpii.de/yago/resource/Swabian_German> owl:sameAs <http://lexvo.org/id/iso639-3/swg> .

<http://www.mpii.de/yago/resource/Swahili_language> owl:sameAs <http://lexvo.org/id/iso639-3/swa> .

<http://www.mpii.de/yago/resource/Swampy_Cree_language> owl:sameAs <http://lexvo.org/id/iso639-3/csw> .

<http://www.mpii.de/yago/resource/Swazi_language> owl:sameAs <http://lexvo.org/id/iso639-3/ssw> .

<http://www.mpii.de/yago/resource/Swedish_Sign_Language> owl:sameAs <http://lexvo.org/id/iso639-3/swl> .

<http://www.mpii.de/yago/resource/Swedish_language> owl:sameAs <http://lexvo.org/id/iso639-3/swe> .

<http://www.mpii.de/yago/resource/Swiss_German> owl:sameAs <http://lexvo.org/id/iso639-3/gsw> .

<http://www.mpii.de/yago/resource/Syenara_language> owl:sameAs <http://lexvo.org/id/iso639-3/shz> .

<http://www.mpii.de/yago/resource/Syer-Tenyer_language> owl:sameAs <http://lexvo.org/id/iso639-3/kza> .

<http://www.mpii.de/yago/resource/Sylheti_language> owl:sameAs <http://lexvo.org/id/iso639-3/syl> .

<http://www.mpii.de/yago/resource/Syriac_language> owl:sameAs <http://lexvo.org/id/iso639-3/syc> .

<http://www.mpii.de/yago/resource/T%C3%A0y_language> owl:sameAs <http://lexvo.org/id/iso639-3/tyz> .

<http://www.mpii.de/yago/resource/T%C3%A2y_B%E1%BB%93i> owl:sameAs <http://lexvo.org/id/iso639-3/tas> .

<http://www.mpii.de/yago/resource/T%C3%BCbatulabal_language> owl:sameAs <http://lexvo.org/id/iso639-3/tub> .

<http://www.mpii.de/yago/resource/Ta%C3%ADno_language> owl:sameAs <http://lexvo.org/id/iso639-3/tnq> .

<http://www.mpii.de/yago/resource/Ta'izzi-Adeni_Arabic> owl:sameAs <http://lexvo.org/id/iso639-3/acq> .

<http://www.mpii.de/yago/resource/Taa> owl:sameAs <http://lexvo.org/id/iso639-3/nmn> .

<http://www.mpii.de/yago/resource/Taabwa_language> owl:sameAs <http://lexvo.org/id/iso639-3/tap> .

<http://www.mpii.de/yago/resource/Taba_language> owl:sameAs <http://lexvo.org/id/iso639-3/mky> .

<http://www.mpii.de/yago/resource/Tabaru_language> owl:sameAs <http://lexvo.org/id/iso639-3/tby> .

<http://www.mpii.de/yago/resource/Tabasaran_language> owl:sameAs <http://lexvo.org/id/iso639-3/tab> .

<http://www.mpii.de/yago/resource/Tabla_language> owl:sameAs <http://lexvo.org/id/iso639-3/tnm> .

<http://www.mpii.de/yago/resource/Tabo_language> owl:sameAs <http://lexvo.org/id/iso639-3/knv> .

<http://www.mpii.de/yago/resource/Tabriak_language> owl:sameAs <http://lexvo.org/id/iso639-3/tzx> .

<http://www.mpii.de/yago/resource/Tacana_language> owl:sameAs <http://lexvo.org/id/iso639-3/tna> .

<http://www.mpii.de/yago/resource/Tadaksahak_language> owl:sameAs <http://lexvo.org/id/iso639-3/dsq> .

<http://www.mpii.de/yago/resource/Tadyawan_language> owl:sameAs <http://lexvo.org/id/iso639-3/tdy> .

<http://www.mpii.de/yago/resource/Tagalog_language> owl:sameAs <http://lexvo.org/id/iso639-3/tgl> .

<http://www.mpii.de/yago/resource/Tagbo_language> owl:sameAs <http://lexvo.org/id/iso639-3/tbm> .

<http://www.mpii.de/yago/resource/Tagish_language> owl:sameAs <http://lexvo.org/id/iso639-3/tgx> .

<http://www.mpii.de/yago/resource/Tagoi_language> owl:sameAs <http://lexvo.org/id/iso639-3/tag> .

<http://www.mpii.de/yago/resource/Tagol_Murut_language> owl:sameAs <http://lexvo.org/id/iso639-3/mvv> .

<http://www.mpii.de/yago/resource/Tagwana_language> owl:sameAs <http://lexvo.org/id/iso639-3/tgw> .

<http://www.mpii.de/yago/resource/Tahitian_language> owl:sameAs <http://lexvo.org/id/iso639-3/tah> .

<http://www.mpii.de/yago/resource/Tahltan_language> owl:sameAs <http://lexvo.org/id/iso639-3/tht> .

<http://www.mpii.de/yago/resource/Tai_D%C3%B3n_language> owl:sameAs <http://lexvo.org/id/iso639-3/twh> .

<http://www.mpii.de/yago/resource/Tai_Dam_language> owl:sameAs <http://lexvo.org/id/iso639-3/blt> .

<http://www.mpii.de/yago/resource/Tai_Hongjin_language> owl:sameAs <http://lexvo.org/id/iso639-3/tiz> .

<http://www.mpii.de/yago/resource/Tai_L%C3%BC_language> owl:sameAs <http://lexvo.org/id/iso639-3/khb> .

<http://www.mpii.de/yago/resource/Tai_N%C3%BCa_language> owl:sameAs <http://lexvo.org/id/iso639-3/tdd> .

<http://www.mpii.de/yago/resource/Tai_languages> owl:sameAs <http://lexvo.org/id/iso639-5/tai> .

<http://www.mpii.de/yago/resource/Taiap_language> owl:sameAs <http://lexvo.org/id/iso639-3/gpn> .

<http://www.mpii.de/yago/resource/Taikat_language> owl:sameAs <http://lexvo.org/id/iso639-3/aos> .

<http://www.mpii.de/yago/resource/Taita_language> owl:sameAs <http://lexvo.org/id/iso639-3/dav> .

<http://www.mpii.de/yago/resource/Taiwanese_Sign_Language> owl:sameAs <http://lexvo.org/id/iso639-3/tss> .

<http://www.mpii.de/yago/resource/Tajik_language> owl:sameAs <http://lexvo.org/id/iso639-3/tgk> .

<http://www.mpii.de/yago/resource/Tajiki_Arabic> owl:sameAs <http://lexvo.org/id/iso639-3/abh> .

<http://www.mpii.de/yago/resource/Tajuasohn_language> owl:sameAs <http://lexvo.org/id/iso639-3/tja> .

<http://www.mpii.de/yago/resource/Takalaka_language> owl:sameAs <http://lexvo.org/id/iso639-3/tgz> .

<http://www.mpii.de/yago/resource/Takelma_language> owl:sameAs <http://lexvo.org/id/iso639-3/tkm> .

<http://www.mpii.de/yago/resource/Takuu_language> owl:sameAs <http://lexvo.org/id/iso639-3/nho> .

<http://www.mpii.de/yago/resource/Tal_language> owl:sameAs <http://lexvo.org/id/iso639-3/tal> .

<http://www.mpii.de/yago/resource/Tala_language> owl:sameAs <http://lexvo.org/id/iso639-3/tak> .

<http://www.mpii.de/yago/resource/Talinga_language> owl:sameAs <http://lexvo.org/id/iso639-3/tlj> .

<http://www.mpii.de/yago/resource/Talodi_language> owl:sameAs <http://lexvo.org/id/iso639-3/tlo> .

<http://www.mpii.de/yago/resource/Talysh_language> owl:sameAs <http://lexvo.org/id/iso639-3/tly> .

<http://www.mpii.de/yago/resource/Tama_language> owl:sameAs <http://lexvo.org/id/iso639-3/tma> .

<http://www.mpii.de/yago/resource/Tama_language_(Colombia)> owl:sameAs <http://lexvo.org/id/iso639-3/ten> .

<http://www.mpii.de/yago/resource/Tamahaq_language> owl:sameAs <http://lexvo.org/id/iso639-3/thv> .

<http://www.mpii.de/yago/resource/Tamambo_language> owl:sameAs <http://lexvo.org/id/iso639-3/mla> .

<http://www.mpii.de/yago/resource/Taman_language> owl:sameAs <http://lexvo.org/id/iso639-3/tmn> .

<http://www.mpii.de/yago/resource/Tambas_language> owl:sameAs <http://lexvo.org/id/iso639-3/tdk> .

<http://www.mpii.de/yago/resource/Tambora_language> owl:sameAs <http://lexvo.org/id/iso639-3/xxt> .

<http://www.mpii.de/yago/resource/Tamil_language> owl:sameAs <http://lexvo.org/id/iso639-3/tam> .

<http://www.mpii.de/yago/resource/Tamki_language> owl:sameAs <http://lexvo.org/id/iso639-3/tax> .

<http://www.mpii.de/yago/resource/Tammari_language> owl:sameAs <http://lexvo.org/id/iso639-3/tbz> .

<http://www.mpii.de/yago/resource/Tamyen> owl:sameAs <http://lexvo.org/id/iso639-3/cst> .

<http://www.mpii.de/yago/resource/Tanacross_language> owl:sameAs <http://lexvo.org/id/iso639-3/tcb> .

<http://www.mpii.de/yago/resource/Tanah_Merah_language> owl:sameAs <http://lexvo.org/id/iso639-3/tcm> .

<http://www.mpii.de/yago/resource/Tanapag_language> owl:sameAs <http://lexvo.org/id/iso639-3/tpv> .

<http://www.mpii.de/yago/resource/Tanchangya_language> owl:sameAs <http://lexvo.org/id/iso639-3/tnv> .

<http://www.mpii.de/yago/resource/Tandia_language> owl:sameAs <http://lexvo.org/id/iso639-3/tni> .

<http://www.mpii.de/yago/resource/Tangale_language> owl:sameAs <http://lexvo.org/id/iso639-3/tan> .

<http://www.mpii.de/yago/resource/Tanggu_language> owl:sameAs <http://lexvo.org/id/iso639-3/tgu> .

<http://www.mpii.de/yago/resource/Tangkhul_language> owl:sameAs <http://lexvo.org/id/iso639-3/nmf> .

<http://www.mpii.de/yago/resource/Tangoa_language> owl:sameAs <http://lexvo.org/id/iso639-3/tgp> .

<http://www.mpii.de/yago/resource/Tangsa_language> owl:sameAs <http://lexvo.org/id/iso639-3/nst> .

<http://www.mpii.de/yago/resource/Tangut_language> owl:sameAs <http://lexvo.org/id/iso639-3/txg> .

<http://www.mpii.de/yago/resource/Tanzanian_sign_languages> owl:sameAs <http://lexvo.org/id/iso639-3/tza> .

<http://www.mpii.de/yago/resource/Taos_dialect> owl:sameAs <http://lexvo.org/id/iso639-3/twf> .

<http://www.mpii.de/yago/resource/Tapeba_language> owl:sameAs <http://lexvo.org/id/iso639-3/tbb> .

<http://www.mpii.de/yago/resource/Tapiet%C3%A9_dialect> owl:sameAs <http://lexvo.org/id/iso639-3/tpj> .

<http://www.mpii.de/yago/resource/Tapirap%C3%A9_language> owl:sameAs <http://lexvo.org/id/iso639-3/taf> .

<http://www.mpii.de/yago/resource/Tar_Gula_language> owl:sameAs <http://lexvo.org/id/iso639-3/kcm> .

<http://www.mpii.de/yago/resource/Tarahumara_language> owl:sameAs <http://lexvo.org/id/iso639-3/tar> .

<http://www.mpii.de/yago/resource/Tariana_language> owl:sameAs <http://lexvo.org/id/iso639-3/tae> .

<http://www.mpii.de/yago/resource/Tarok_language> owl:sameAs <http://lexvo.org/id/iso639-3/yer> .

<http://www.mpii.de/yago/resource/Tartessian_language> owl:sameAs <http://lexvo.org/id/iso639-3/txr> .

<http://www.mpii.de/yago/resource/Tasawaq_language> owl:sameAs <http://lexvo.org/id/iso639-3/twq> .

<http://www.mpii.de/yago/resource/Tat_language_(Caucasus)> owl:sameAs <http://lexvo.org/id/iso639-3/ttt> .

<http://www.mpii.de/yago/resource/Tatar_language> owl:sameAs <http://lexvo.org/id/iso639-3/tat> .

<http://www.mpii.de/yago/resource/Tati_language_(Iran)> owl:sameAs <http://lexvo.org/id/iso639-3/tks> .

<http://www.mpii.de/yago/resource/Taulil_language> owl:sameAs <http://lexvo.org/id/iso639-3/tuj> .

<http://www.mpii.de/yago/resource/Tause_language> owl:sameAs <http://lexvo.org/id/iso639-3/tad> .

<http://www.mpii.de/yago/resource/Taushiro_language> owl:sameAs <http://lexvo.org/id/iso639-3/trr> .

<http://www.mpii.de/yago/resource/Tausug_language> owl:sameAs <http://lexvo.org/id/iso639-3/tsg> .

<http://www.mpii.de/yago/resource/Tauya_language> owl:sameAs <http://lexvo.org/id/iso639-3/tya> .

<http://www.mpii.de/yago/resource/Tawala_language> owl:sameAs <http://lexvo.org/id/iso639-3/tbo> .

<http://www.mpii.de/yago/resource/Tawang_language> owl:sameAs <http://lexvo.org/id/iso639-3/twm> .

<http://www.mpii.de/yago/resource/Tawellemmet_language> owl:sameAs <http://lexvo.org/id/iso639-3/ttq> .

<http://www.mpii.de/yago/resource/Tayart_Tamajeq_language> owl:sameAs <http://lexvo.org/id/iso639-3/thz> .

<http://www.mpii.de/yago/resource/Tayo_language> owl:sameAs <http://lexvo.org/id/iso639-3/cks> .

<http://www.mpii.de/yago/resource/Teanu_language> owl:sameAs <http://lexvo.org/id/iso639-3/tkw> .

<http://www.mpii.de/yago/resource/Tebul_Dogon> owl:sameAs <http://lexvo.org/id/iso639-3/dtu> .

<http://www.mpii.de/yago/resource/Tebul_Sign_Language> owl:sameAs <http://lexvo.org/id/iso639-3/tsy> .

<http://www.mpii.de/yago/resource/Teda_language> owl:sameAs <http://lexvo.org/id/iso639-3/tuq> .

<http://www.mpii.de/yago/resource/Tee_language> owl:sameAs <http://lexvo.org/id/iso639-3/tkq> .

<http://www.mpii.de/yago/resource/Tegali_language> owl:sameAs <http://lexvo.org/id/iso639-3/ras> .

<http://www.mpii.de/yago/resource/Tehit_language> owl:sameAs <http://lexvo.org/id/iso639-3/kps> .

<http://www.mpii.de/yago/resource/Tehuelche_language> owl:sameAs <http://lexvo.org/id/iso639-3/teh> .

<http://www.mpii.de/yago/resource/Tektitek_language> owl:sameAs <http://lexvo.org/id/iso639-3/ttc> .

<http://www.mpii.de/yago/resource/Telefol_language> owl:sameAs <http://lexvo.org/id/iso639-3/tlf> .

<http://www.mpii.de/yago/resource/Telugu_language> owl:sameAs <http://lexvo.org/id/iso639-3/tel> .

<http://www.mpii.de/yago/resource/Tem_language> owl:sameAs <http://lexvo.org/id/iso639-3/kdh> .

<http://www.mpii.de/yago/resource/Tembo_(Kitembo)_language> owl:sameAs <http://lexvo.org/id/iso639-3/tbt> .

<http://www.mpii.de/yago/resource/Tembo_(Motembo)_language> owl:sameAs <http://lexvo.org/id/iso639-3/tmv> .

<http://www.mpii.de/yago/resource/Temein_language> owl:sameAs <http://lexvo.org/id/iso639-3/teq> .

<http://www.mpii.de/yago/resource/Temiar_language> owl:sameAs <http://lexvo.org/id/iso639-3/tea> .

<http://www.mpii.de/yago/resource/Temne_language> owl:sameAs <http://lexvo.org/id/iso639-3/tem> .

<http://www.mpii.de/yago/resource/Temoaya_Otomi> owl:sameAs <http://lexvo.org/id/iso639-3/ott> .

<http://www.mpii.de/yago/resource/Temoq_language> owl:sameAs <http://lexvo.org/id/iso639-3/tmo> .

<http://www.mpii.de/yago/resource/Temuan_language> owl:sameAs <http://lexvo.org/id/iso639-3/tmw> .

<http://www.mpii.de/yago/resource/Tennet_language> owl:sameAs <http://lexvo.org/id/iso639-3/tex> .

<http://www.mpii.de/yago/resource/Tepecano_language> owl:sameAs <http://lexvo.org/id/iso639-3/tep> .

<http://www.mpii.de/yago/resource/Tepes_language> owl:sameAs <http://lexvo.org/id/iso639-3/teu> .

<http://www.mpii.de/yago/resource/Tequiraca_language> owl:sameAs <http://lexvo.org/id/iso639-3/ash> .

<http://www.mpii.de/yago/resource/Ter%C3%AAna_language> owl:sameAs <http://lexvo.org/id/iso639-3/ter> .

<http://www.mpii.de/yago/resource/Ter_Sami_language> owl:sameAs <http://lexvo.org/id/iso639-3/sjt> .

<http://www.mpii.de/yago/resource/Tera_language> owl:sameAs <http://lexvo.org/id/iso639-3/ttr> .

<http://www.mpii.de/yago/resource/Terei_language> owl:sameAs <http://lexvo.org/id/iso639-3/buo> .

<http://www.mpii.de/yago/resource/Teressa_language> owl:sameAs <http://lexvo.org/id/iso639-3/tef> .

<http://www.mpii.de/yago/resource/Teribe_language> owl:sameAs <http://lexvo.org/id/iso639-3/tfr> .

<http://www.mpii.de/yago/resource/Terik_language> owl:sameAs <http://lexvo.org/id/iso639-3/tec> .

<http://www.mpii.de/yago/resource/Ternate_language> owl:sameAs <http://lexvo.org/id/iso639-3/tft> .

<http://www.mpii.de/yago/resource/Teshenawa_language> owl:sameAs <http://lexvo.org/id/iso639-3/twc> .

<http://www.mpii.de/yago/resource/Teso_language> owl:sameAs <http://lexvo.org/id/iso639-3/teo> .

<http://www.mpii.de/yago/resource/Tetela_language> owl:sameAs <http://lexvo.org/id/iso639-3/tll> .

<http://www.mpii.de/yago/resource/Tetelcingo_Nahuatl> owl:sameAs <http://lexvo.org/id/iso639-3/nhg> .

<http://www.mpii.de/yago/resource/Tetet%C3%A9_language> owl:sameAs <http://lexvo.org/id/iso639-3/teb> .

<http://www.mpii.de/yago/resource/Tetum_language> owl:sameAs <http://lexvo.org/id/iso639-3/tet> .

<http://www.mpii.de/yago/resource/Tewa_language> owl:sameAs <http://lexvo.org/id/iso639-3/tew> .

<http://www.mpii.de/yago/resource/Texistepec_Popoluca> owl:sameAs <http://lexvo.org/id/iso639-3/poq> .

<http://www.mpii.de/yago/resource/Thado_language> owl:sameAs <http://lexvo.org/id/iso639-3/tcz> .

<http://www.mpii.de/yago/resource/Thai_Sign_Language> owl:sameAs <http://lexvo.org/id/iso639-3/tsq> .

<http://www.mpii.de/yago/resource/Thai_language> owl:sameAs <http://lexvo.org/id/iso639-3/tha> .

<http://www.mpii.de/yago/resource/Thangmi_language> owl:sameAs <http://lexvo.org/id/iso639-3/thf> .

<http://www.mpii.de/yago/resource/Thao_language> owl:sameAs <http://lexvo.org/id/iso639-3/ssf> .

<http://www.mpii.de/yago/resource/Tharawal_language> owl:sameAs <http://lexvo.org/id/iso639-3/tbh> .

<http://www.mpii.de/yago/resource/Thavung_language> owl:sameAs <http://lexvo.org/id/iso639-3/thm> .

<http://www.mpii.de/yago/resource/Then_language> owl:sameAs <http://lexvo.org/id/iso639-3/tct> .

<http://www.mpii.de/yago/resource/Thompson_language> owl:sameAs <http://lexvo.org/id/iso639-3/thp> .

<http://www.mpii.de/yago/resource/Thracian_language> owl:sameAs <http://lexvo.org/id/iso639-3/txh> .

<http://www.mpii.de/yago/resource/Thulung_language> owl:sameAs <http://lexvo.org/id/iso639-3/tdh> .

<http://www.mpii.de/yago/resource/Thuri_language> owl:sameAs <http://lexvo.org/id/iso639-3/thu> .

<http://www.mpii.de/yago/resource/Tiang_language> owl:sameAs <http://lexvo.org/id/iso639-3/tbj> .

<http://www.mpii.de/yago/resource/Tibeto-Burman_languages> owl:sameAs <http://lexvo.org/id/iso639-5/tbq> .

<http://www.mpii.de/yago/resource/Ticuna_language> owl:sameAs <http://lexvo.org/id/iso639-3/tca> .

<http://www.mpii.de/yago/resource/Tidore_language> owl:sameAs <http://lexvo.org/id/iso639-3/tvo> .

<http://www.mpii.de/yago/resource/Tiene_language> owl:sameAs <http://lexvo.org/id/iso639-3/tii> .

<http://www.mpii.de/yago/resource/Tifal_language> owl:sameAs <http://lexvo.org/id/iso639-3/tif> .

<http://www.mpii.de/yago/resource/Tigak_language> owl:sameAs <http://lexvo.org/id/iso639-3/tgc> .

<http://www.mpii.de/yago/resource/Tigon_language> owl:sameAs <http://lexvo.org/id/iso639-3/nza> .

<http://www.mpii.de/yago/resource/Tigre_language> owl:sameAs <http://lexvo.org/id/iso639-3/tig> .

<http://www.mpii.de/yago/resource/Tigrinya_language> owl:sameAs <http://lexvo.org/id/iso639-3/tir> .

<http://www.mpii.de/yago/resource/Tihishit_language> owl:sameAs <http://lexvo.org/id/iso639-3/tda> .

<http://www.mpii.de/yago/resource/Tikar_language> owl:sameAs <http://lexvo.org/id/iso639-3/tik> .

<http://www.mpii.de/yago/resource/Tikopia_language> owl:sameAs <http://lexvo.org/id/iso639-3/tkp> .

<http://www.mpii.de/yago/resource/Tillamook_language> owl:sameAs <http://lexvo.org/id/iso639-3/til> .

<http://www.mpii.de/yago/resource/Tilquiapan_Zapotec> owl:sameAs <http://lexvo.org/id/iso639-3/zps> .

<http://www.mpii.de/yago/resource/Tima_language> owl:sameAs <http://lexvo.org/id/iso639-3/tms> .

<http://www.mpii.de/yago/resource/Timbe_language> owl:sameAs <http://lexvo.org/id/iso639-3/tim> .

<http://www.mpii.de/yago/resource/Timbisha_language> owl:sameAs <http://lexvo.org/id/iso639-3/par> .

<http://www.mpii.de/yago/resource/Timucua_language> owl:sameAs <http://lexvo.org/id/iso639-3/tjm> .

<http://www.mpii.de/yago/resource/Tindi_language> owl:sameAs <http://lexvo.org/id/iso639-3/tin> .

<http://www.mpii.de/yago/resource/Tingui-Boto_language> owl:sameAs <http://lexvo.org/id/iso639-3/tgv> .

<http://www.mpii.de/yago/resource/Tinigua_language> owl:sameAs <http://lexvo.org/id/iso639-3/tit> .

<http://www.mpii.de/yago/resource/Tiriy%C3%B3_language> owl:sameAs <http://lexvo.org/id/iso639-3/tri> .

<http://www.mpii.de/yago/resource/Tiro_language> owl:sameAs <http://lexvo.org/id/iso639-3/tic> .

<http://www.mpii.de/yago/resource/Titan_language> owl:sameAs <http://lexvo.org/id/iso639-3/ttv> .

<http://www.mpii.de/yago/resource/Tiv_language> owl:sameAs <http://lexvo.org/id/iso639-3/tiv> .

<http://www.mpii.de/yago/resource/Tiwi_language> owl:sameAs <http://lexvo.org/id/iso639-3/tiw> .

<http://www.mpii.de/yago/resource/Tlahuitoltepec_Mixe> owl:sameAs <http://lexvo.org/id/iso639-3/mxp> .

<http://www.mpii.de/yago/resource/Tlingit_language> owl:sameAs <http://lexvo.org/id/iso639-3/tli> .

<http://www.mpii.de/yago/resource/Toba_Batak_language> owl:sameAs <http://lexvo.org/id/iso639-3/bbc> .

<http://www.mpii.de/yago/resource/Toba_Qom_language> owl:sameAs <http://lexvo.org/id/iso639-3/tob> .

<http://www.mpii.de/yago/resource/Tobagonian_Creole> owl:sameAs <http://lexvo.org/id/iso639-3/tgh> .

<http://www.mpii.de/yago/resource/Tobanga_language> owl:sameAs <http://lexvo.org/id/iso639-3/tng> .

<http://www.mpii.de/yago/resource/Tobelo_language> owl:sameAs <http://lexvo.org/id/iso639-3/tlb> .

<http://www.mpii.de/yago/resource/Tobian_language> owl:sameAs <http://lexvo.org/id/iso639-3/tox> .

<http://www.mpii.de/yago/resource/Tocho_language> owl:sameAs <http://lexvo.org/id/iso639-3/taz> .

<http://www.mpii.de/yago/resource/Tocodede_language> owl:sameAs <http://lexvo.org/id/iso639-3/tkd> .

<http://www.mpii.de/yago/resource/Toda_language> owl:sameAs <http://lexvo.org/id/iso639-3/tcx> .

<http://www.mpii.de/yago/resource/Tofa_language> owl:sameAs <http://lexvo.org/id/iso639-3/kim> .

<http://www.mpii.de/yago/resource/Tofanma_language> owl:sameAs <http://lexvo.org/id/iso639-3/tlg> .

<http://www.mpii.de/yago/resource/Tofin_language> owl:sameAs <http://lexvo.org/id/iso639-3/tfi> .

<http://www.mpii.de/yago/resource/Togoyo_language> owl:sameAs <http://lexvo.org/id/iso639-3/tgy> .

<http://www.mpii.de/yago/resource/Tojolab'al_language> owl:sameAs <http://lexvo.org/id/iso639-3/toj> .

<http://www.mpii.de/yago/resource/Tok_Pisin> owl:sameAs <http://lexvo.org/id/iso639-3/tpi> .

<http://www.mpii.de/yago/resource/Tokano_language> owl:sameAs <http://lexvo.org/id/iso639-3/zuh> .

<http://www.mpii.de/yago/resource/Tokelauan_language> owl:sameAs <http://lexvo.org/id/iso639-3/tkl> .

<http://www.mpii.de/yago/resource/Tolai_language> owl:sameAs <http://lexvo.org/id/iso639-3/ksd> .

<http://www.mpii.de/yago/resource/Tolomako_language> owl:sameAs <http://lexvo.org/id/iso639-3/tlm> .

<http://www.mpii.de/yago/resource/Tolowa_language> owl:sameAs <http://lexvo.org/id/iso639-3/tol> .

<http://www.mpii.de/yago/resource/Tombulu_language> owl:sameAs <http://lexvo.org/id/iso639-3/tom> .

<http://www.mpii.de/yago/resource/Tondi_Songway_Kiini> owl:sameAs <http://lexvo.org/id/iso639-3/tst> .

<http://www.mpii.de/yago/resource/Tonga_(Nyasa)_language> owl:sameAs <http://lexvo.org/id/iso639-3/tog> .

<http://www.mpii.de/yago/resource/Tonga_language_(Thailand)> owl:sameAs <http://lexvo.org/id/iso639-3/tnz> .

<http://www.mpii.de/yago/resource/Tonga_language_(Zambia)> owl:sameAs <http://lexvo.org/id/iso639-3/toi> .

<http://www.mpii.de/yago/resource/Tongan_language> owl:sameAs <http://lexvo.org/id/iso639-3/ton> .

<http://www.mpii.de/yago/resource/Tongva_language> owl:sameAs <http://lexvo.org/id/iso639-3/xgf> .

<http://www.mpii.de/yago/resource/Tonjon_language> owl:sameAs <http://lexvo.org/id/iso639-3/tjn> .

<http://www.mpii.de/yago/resource/Tonkawa_language> owl:sameAs <http://lexvo.org/id/iso639-3/tqw> .

<http://www.mpii.de/yago/resource/Tontemboan_language> owl:sameAs <http://lexvo.org/id/iso639-3/tnt> .

<http://www.mpii.de/yago/resource/Tooro_language> owl:sameAs <http://lexvo.org/id/iso639-3/ttj> .

<http://www.mpii.de/yago/resource/Toposa_language> owl:sameAs <http://lexvo.org/id/iso639-3/toq> .

<http://www.mpii.de/yago/resource/Toram_language> owl:sameAs <http://lexvo.org/id/iso639-3/trj> .

<http://www.mpii.de/yago/resource/Toro-tegu_Dogon> owl:sameAs <http://lexvo.org/id/iso639-3/dtt> .

<http://www.mpii.de/yago/resource/Toro_language> owl:sameAs <http://lexvo.org/id/iso639-3/tdv> .

<http://www.mpii.de/yago/resource/Torona_language> owl:sameAs <http://lexvo.org/id/iso639-3/tqr> .

<http://www.mpii.de/yago/resource/Torres_Strait_Creole> owl:sameAs <http://lexvo.org/id/iso639-3/tcs> .

<http://www.mpii.de/yago/resource/Torwali_language> owl:sameAs <http://lexvo.org/id/iso639-3/trw> .

<http://www.mpii.de/yago/resource/Tosk_Albanian> owl:sameAs <http://lexvo.org/id/iso639-3/als> .

<http://www.mpii.de/yago/resource/Toto_language> owl:sameAs <http://lexvo.org/id/iso639-3/txo> .

<http://www.mpii.de/yago/resource/Totoli_language> owl:sameAs <http://lexvo.org/id/iso639-3/txe> .

<http://www.mpii.de/yago/resource/Totontepec_Mixe> owl:sameAs <http://lexvo.org/id/iso639-3/mto> .

<http://www.mpii.de/yago/resource/Touo_language> owl:sameAs <http://lexvo.org/id/iso639-3/tqu> .

<http://www.mpii.de/yago/resource/Trans%E2%80%93New_Guinea_languages> owl:sameAs <http://lexvo.org/id/iso639-5/ngf> .

<http://www.mpii.de/yago/resource/Tregami_language> owl:sameAs <http://lexvo.org/id/iso639-3/trm> .

<http://www.mpii.de/yago/resource/Trememb%C3%A9_language> owl:sameAs <http://lexvo.org/id/iso639-3/tme> .

<http://www.mpii.de/yago/resource/Trinidadian_Creole> owl:sameAs <http://lexvo.org/id/iso639-3/trf> .

<http://www.mpii.de/yago/resource/Truk%C3%A1_language> owl:sameAs <http://lexvo.org/id/iso639-3/tka> .

<http://www.mpii.de/yago/resource/Trumai_language> owl:sameAs <http://lexvo.org/id/iso639-3/tpy> .

<http://www.mpii.de/yago/resource/Ts%C3%A1chila_language> owl:sameAs <http://lexvo.org/id/iso639-3/cof> .

<http://www.mpii.de/yago/resource/Ts'%C3%BCn-Lao_language> owl:sameAs <http://lexvo.org/id/iso639-3/tsl> .

<http://www.mpii.de/yago/resource/Tsaangi_language> owl:sameAs <http://lexvo.org/id/iso639-3/tsa> .

<http://www.mpii.de/yago/resource/Tsakhur_language> owl:sameAs <http://lexvo.org/id/iso639-3/tkr> .

<http://www.mpii.de/yago/resource/Tsakonian_language> owl:sameAs <http://lexvo.org/id/iso639-3/tsd> .

<http://www.mpii.de/yago/resource/Tsamai_language> owl:sameAs <http://lexvo.org/id/iso639-3/tsb> .

<http://www.mpii.de/yago/resource/Tsat_language> owl:sameAs <http://lexvo.org/id/iso639-3/huq> .

<http://www.mpii.de/yago/resource/Tsetsaut_language> owl:sameAs <http://lexvo.org/id/iso639-3/txc> .

<http://www.mpii.de/yago/resource/Tsez_language> owl:sameAs <http://lexvo.org/id/iso639-3/ddo> .

<http://www.mpii.de/yago/resource/Tshangla_language> owl:sameAs <http://lexvo.org/id/iso639-3/tsj> .

<http://www.mpii.de/yago/resource/Tso_language> owl:sameAs <http://lexvo.org/id/iso639-3/ldp> .

<http://www.mpii.de/yago/resource/Tsogo_language> owl:sameAs <http://lexvo.org/id/iso639-3/tsv> .

<http://www.mpii.de/yago/resource/Tsonga_language> owl:sameAs <http://lexvo.org/id/iso639-3/tso> .

<http://www.mpii.de/yago/resource/Tsou_language> owl:sameAs <http://lexvo.org/id/iso639-3/tsu> .

<http://www.mpii.de/yago/resource/Tsuvan_language> owl:sameAs <http://lexvo.org/id/iso639-3/tsh> .

<http://www.mpii.de/yago/resource/Tswa_language> owl:sameAs <http://lexvo.org/id/iso639-3/tsc> .

<http://www.mpii.de/yago/resource/Tswana_language> owl:sameAs <http://lexvo.org/id/iso639-3/tsn> .

<http://www.mpii.de/yago/resource/Tuamotuan_language> owl:sameAs <http://lexvo.org/id/iso639-3/pmt> .

<http://www.mpii.de/yago/resource/Tuareg_languages> owl:sameAs <http://lexvo.org/id/iso639-3/tmh> .

<http://www.mpii.de/yago/resource/Tubar_language> owl:sameAs <http://lexvo.org/id/iso639-3/tbu> .

<http://www.mpii.de/yago/resource/Tucano_language> owl:sameAs <http://lexvo.org/id/iso639-3/tuo> .

<http://www.mpii.de/yago/resource/Tugen_language> owl:sameAs <http://lexvo.org/id/iso639-3/tuy> .

<http://www.mpii.de/yago/resource/Tula_language> owl:sameAs <http://lexvo.org/id/iso639-3/tul> .

<http://www.mpii.de/yago/resource/Tulishi_language> owl:sameAs <http://lexvo.org/id/iso639-3/tey> .

<http://www.mpii.de/yago/resource/Tulu> owl:sameAs <http://lexvo.org/id/iso639-3/tcy> .

<http://www.mpii.de/yago/resource/Tulu-Bohuai_language> owl:sameAs <http://lexvo.org/id/iso639-3/rak> .

<http://www.mpii.de/yago/resource/Tumak_language> owl:sameAs <http://lexvo.org/id/iso639-3/tmc> .

<http://www.mpii.de/yago/resource/Tumbuka_language> owl:sameAs <http://lexvo.org/id/iso639-3/tum> .

<http://www.mpii.de/yago/resource/Tumtum_language> owl:sameAs <http://lexvo.org/id/iso639-3/tbr> .

<http://www.mpii.de/yago/resource/Tundra_Yukaghir_language> owl:sameAs <http://lexvo.org/id/iso639-3/ykg> .

<http://www.mpii.de/yago/resource/Tunggare_language> owl:sameAs <http://lexvo.org/id/iso639-3/trt> .

<http://www.mpii.de/yago/resource/Tungus_languages> owl:sameAs <http://lexvo.org/id/iso639-5/tuw> .

<http://www.mpii.de/yago/resource/Tungusic_languages> owl:sameAs <http://lexvo.org/id/iso639-5/tuw> .

<http://www.mpii.de/yago/resource/Tunica_language> owl:sameAs <http://lexvo.org/id/iso639-3/tun> .

<http://www.mpii.de/yago/resource/Tunisian_Arabic> owl:sameAs <http://lexvo.org/id/iso639-3/aeb> .

<http://www.mpii.de/yago/resource/Tunjung_language> owl:sameAs <http://lexvo.org/id/iso639-3/tjg> .

<http://www.mpii.de/yago/resource/Tunni_language> owl:sameAs <http://lexvo.org/id/iso639-3/tqq> .

<http://www.mpii.de/yago/resource/Tupar%C3%AD_language> owl:sameAs <http://lexvo.org/id/iso639-3/aqz> .

<http://www.mpii.de/yago/resource/Tupi_languages> owl:sameAs <http://lexvo.org/id/iso639-5/tup> .

<http://www.mpii.de/yago/resource/Tupian_languages> owl:sameAs <http://lexvo.org/id/iso639-5/tup> .

<http://www.mpii.de/yago/resource/Tupiniquim_language> owl:sameAs <http://lexvo.org/id/iso639-3/tpx> .

<http://www.mpii.de/yago/resource/Tupuri_language> owl:sameAs <http://lexvo.org/id/iso639-3/tui> .

<http://www.mpii.de/yago/resource/Tura_language> owl:sameAs <http://lexvo.org/id/iso639-3/neb> .

<http://www.mpii.de/yago/resource/Turi_language> owl:sameAs <http://lexvo.org/id/iso639-3/trd> .

<http://www.mpii.de/yago/resource/Turka_language> owl:sameAs <http://lexvo.org/id/iso639-3/tuz> .

<http://www.mpii.de/yago/resource/Turkana_language> owl:sameAs <http://lexvo.org/id/iso639-3/tuv> .

<http://www.mpii.de/yago/resource/Turkic_languages> owl:sameAs <http://lexvo.org/id/iso639-5/trk> .

<http://www.mpii.de/yago/resource/Turkish_Sign_Language> owl:sameAs <http://lexvo.org/id/iso639-3/tsm> .

<http://www.mpii.de/yago/resource/Turkish_language> owl:sameAs <http://lexvo.org/id/iso639-3/tur> .

<http://www.mpii.de/yago/resource/Turkmen_language> owl:sameAs <http://lexvo.org/id/iso639-3/tuk> .

<http://www.mpii.de/yago/resource/Turks_and_Caicos_Islands_Creole> owl:sameAs <http://lexvo.org/id/iso639-3/tch> .

<http://www.mpii.de/yago/resource/Turrubal_language> owl:sameAs <http://lexvo.org/id/iso639-3/yxg> .

<http://www.mpii.de/yago/resource/Turu_language> owl:sameAs <http://lexvo.org/id/iso639-3/rim> .

<http://www.mpii.de/yago/resource/Turung_language> owl:sameAs <http://lexvo.org/id/iso639-3/try> .

<http://www.mpii.de/yago/resource/Tuscarora_language> owl:sameAs <http://lexvo.org/id/iso639-3/tus> .

<http://www.mpii.de/yago/resource/Tutelo_language> owl:sameAs <http://lexvo.org/id/iso639-3/tta> .

<http://www.mpii.de/yago/resource/Tuvaluan_language> owl:sameAs <http://lexvo.org/id/iso639-3/tvl> .

<http://www.mpii.de/yago/resource/Tuvan_language> owl:sameAs <http://lexvo.org/id/iso639-3/tyv> .

<http://www.mpii.de/yago/resource/Tuwali_language> owl:sameAs <http://lexvo.org/id/iso639-3/ifk> .

<http://www.mpii.de/yago/resource/Tuwari_language> owl:sameAs <http://lexvo.org/id/iso639-3/tww> .

<http://www.mpii.de/yago/resource/Tux%C3%A1_language> owl:sameAs <http://lexvo.org/id/iso639-3/tud> .

<http://www.mpii.de/yago/resource/Tuyuca_language> owl:sameAs <http://lexvo.org/id/iso639-3/tue> .

<http://www.mpii.de/yago/resource/Twana_language> owl:sameAs <http://lexvo.org/id/iso639-3/twa> .

<http://www.mpii.de/yago/resource/Tweants> owl:sameAs <http://lexvo.org/id/iso639-3/twd> .

<http://www.mpii.de/yago/resource/Tyefo_language> owl:sameAs <http://lexvo.org/id/iso639-3/tiq> .

<http://www.mpii.de/yago/resource/Tz%E2%80%99utujil_language> owl:sameAs <http://lexvo.org/id/iso639-3/tzj> .

<http://www.mpii.de/yago/resource/Tzeltal_language> owl:sameAs <http://lexvo.org/id/iso639-3/tzh> .

<http://www.mpii.de/yago/resource/Tzotzil_language> owl:sameAs <http://lexvo.org/id/iso639-3/tzo> .

<http://www.mpii.de/yago/resource/U_language> owl:sameAs <http://lexvo.org/id/iso639-3/uuu> .

<http://www.mpii.de/yago/resource/Uab_Meto_language> owl:sameAs <http://lexvo.org/id/iso639-3/aoz> .

<http://www.mpii.de/yago/resource/Uare_language> owl:sameAs <http://lexvo.org/id/iso639-3/ksj> .

<http://www.mpii.de/yago/resource/Ubaghara_language> owl:sameAs <http://lexvo.org/id/iso639-3/byc> .

<http://www.mpii.de/yago/resource/Ubi_language> owl:sameAs <http://lexvo.org/id/iso639-3/ubi> .

<http://www.mpii.de/yago/resource/Ubykh_language> owl:sameAs <http://lexvo.org/id/iso639-3/uby> .

<http://www.mpii.de/yago/resource/Ucayali%E2%80%93Yur%C3%BAa_Ash%C3%A9ninka> owl:sameAs <http://lexvo.org/id/iso639-3/cpb> .

<http://www.mpii.de/yago/resource/Udege_language> owl:sameAs <http://lexvo.org/id/iso639-3/ude> .

<http://www.mpii.de/yago/resource/Udi_language> owl:sameAs <http://lexvo.org/id/iso639-3/udi> .

<http://www.mpii.de/yago/resource/Udmurt_language> owl:sameAs <http://lexvo.org/id/iso639-3/udm> .

<http://www.mpii.de/yago/resource/Uduk_language> owl:sameAs <http://lexvo.org/id/iso639-3/udu> .

<http://www.mpii.de/yago/resource/Ugandan_Sign_Language> owl:sameAs <http://lexvo.org/id/iso639-3/ugn> .

<http://www.mpii.de/yago/resource/Ugaritic_language> owl:sameAs <http://lexvo.org/id/iso639-3/uga> .

<http://www.mpii.de/yago/resource/Ughele_language> owl:sameAs <http://lexvo.org/id/iso639-3/uge> .

<http://www.mpii.de/yago/resource/Ugong_language> owl:sameAs <http://lexvo.org/id/iso639-3/ugo> .

<http://www.mpii.de/yago/resource/Uisai_language> owl:sameAs <http://lexvo.org/id/iso639-3/uis> .

<http://www.mpii.de/yago/resource/Ukaan_language> owl:sameAs <http://lexvo.org/id/iso639-3/kcf> .

<http://www.mpii.de/yago/resource/Ukrainian_language> owl:sameAs <http://lexvo.org/id/iso639-3/ukr> .

<http://www.mpii.de/yago/resource/Ukwuani-Aboh-Ndoni_language> owl:sameAs <http://lexvo.org/id/iso639-3/ukw> .

<http://www.mpii.de/yago/resource/Ulch_language> owl:sameAs <http://lexvo.org/id/iso639-3/ulc> .

<http://www.mpii.de/yago/resource/Ulithian_language> owl:sameAs <http://lexvo.org/id/iso639-3/uli> .

<http://www.mpii.de/yago/resource/Umatilla_language> owl:sameAs <http://lexvo.org/id/iso639-3/uma> .

<http://www.mpii.de/yago/resource/Umbrian_language> owl:sameAs <http://lexvo.org/id/iso639-3/xum> .

<http://www.mpii.de/yago/resource/Umbugarla_language> owl:sameAs <http://lexvo.org/id/iso639-3/umr> .

<http://www.mpii.de/yago/resource/Ume_Sami_language> owl:sameAs <http://lexvo.org/id/iso639-3/sju> .

<http://www.mpii.de/yago/resource/Umon_language> owl:sameAs <http://lexvo.org/id/iso639-3/umm> .

<http://www.mpii.de/yago/resource/Umot%C3%ADna_language> owl:sameAs <http://lexvo.org/id/iso639-3/umo> .

<http://www.mpii.de/yago/resource/Unami_language> owl:sameAs <http://lexvo.org/id/iso639-3/unm> .

<http://www.mpii.de/yago/resource/Uneapa_language> owl:sameAs <http://lexvo.org/id/iso639-3/bbn> .

<http://www.mpii.de/yago/resource/Unserdeutsch_language> owl:sameAs <http://lexvo.org/id/iso639-3/uln> .

<http://www.mpii.de/yago/resource/Upper_Chinook_language> owl:sameAs <http://lexvo.org/id/iso639-3/wac> .

<http://www.mpii.de/yago/resource/Upper_Kuskokwim_language> owl:sameAs <http://lexvo.org/id/iso639-3/kuu> .

<http://www.mpii.de/yago/resource/Upper_Necaxa_Totonac> owl:sameAs <http://lexvo.org/id/iso639-3/tku> .

<http://www.mpii.de/yago/resource/Upper_Saxon_German> owl:sameAs <http://lexvo.org/id/iso639-3/sxu> .

<http://www.mpii.de/yago/resource/Upper_Sorbian_language> owl:sameAs <http://lexvo.org/id/iso639-3/hsb> .

<http://www.mpii.de/yago/resource/Upper_Tanana_language> owl:sameAs <http://lexvo.org/id/iso639-3/tau> .

<http://www.mpii.de/yago/resource/Ura_language_(Papua_New_Guinea)> owl:sameAs <http://lexvo.org/id/iso639-3/uro> .

<http://www.mpii.de/yago/resource/Uralic_languages> owl:sameAs <http://lexvo.org/id/iso639-5/urj> .

<http://www.mpii.de/yago/resource/Urapmin_language> owl:sameAs <http://lexvo.org/id/iso639-3/urm> .

<http://www.mpii.de/yago/resource/Urarina_language> owl:sameAs <http://lexvo.org/id/iso639-3/ura> .

<http://www.mpii.de/yago/resource/Urartian_language> owl:sameAs <http://lexvo.org/id/iso639-3/xur> .

<http://www.mpii.de/yago/resource/Urat_language> owl:sameAs <http://lexvo.org/id/iso639-3/urt> .

<http://www.mpii.de/yago/resource/Urdu> owl:sameAs <http://lexvo.org/id/iso639-3/urd> .

<http://www.mpii.de/yago/resource/Urhobo_language> owl:sameAs <http://lexvo.org/id/iso639-3/urh> .

<http://www.mpii.de/yago/resource/Urim_language> owl:sameAs <http://lexvo.org/id/iso639-3/uri> .

<http://www.mpii.de/yago/resource/Uripiv_language> owl:sameAs <http://lexvo.org/id/iso639-3/upv> .

<http://www.mpii.de/yago/resource/Urningangg_language> owl:sameAs <http://lexvo.org/id/iso639-3/urc> .

<http://www.mpii.de/yago/resource/Uru_language> owl:sameAs <http://lexvo.org/id/iso639-3/ure> .

<http://www.mpii.de/yago/resource/Uruava_language> owl:sameAs <http://lexvo.org/id/iso639-3/urv> .

<http://www.mpii.de/yago/resource/Urum_language> owl:sameAs <http://lexvo.org/id/iso639-3/uum> .

<http://www.mpii.de/yago/resource/Usan_language> owl:sameAs <http://lexvo.org/id/iso639-3/wnu> .

<http://www.mpii.de/yago/resource/Usarufa_language> owl:sameAs <http://lexvo.org/id/iso639-3/usa> .

<http://www.mpii.de/yago/resource/Ushoji> owl:sameAs <http://lexvo.org/id/iso639-3/ush> .

<http://www.mpii.de/yago/resource/Usku_language> owl:sameAs <http://lexvo.org/id/iso639-3/ulf> .

<http://www.mpii.de/yago/resource/Uspantek_language> owl:sameAs <http://lexvo.org/id/iso639-3/usp> .

<http://www.mpii.de/yago/resource/Ut-Ma'in_language> owl:sameAs <http://lexvo.org/id/iso639-3/gel> .

<http://www.mpii.de/yago/resource/Utarmbung_language> owl:sameAs <http://lexvo.org/id/iso639-3/omo> .

<http://www.mpii.de/yago/resource/Uto-Aztecan_languages> owl:sameAs <http://lexvo.org/id/iso639-5/azc> .

<http://www.mpii.de/yago/resource/Uyghur_language> owl:sameAs <http://lexvo.org/id/iso639-3/uig> .

<http://www.mpii.de/yago/resource/Uzbek_language> owl:sameAs <http://lexvo.org/id/iso639-3/uzb> .

<http://www.mpii.de/yago/resource/Uzbeki_Arabic> owl:sameAs <http://lexvo.org/id/iso639-3/auz> .

<http://www.mpii.de/yago/resource/V%C3%B5ro_language> owl:sameAs <http://lexvo.org/id/iso639-3/vro> .

<http://www.mpii.de/yago/resource/Vadi_language> owl:sameAs <http://lexvo.org/id/iso639-3/tvd> .

<http://www.mpii.de/yago/resource/Vaeakau-Taumako> owl:sameAs <http://lexvo.org/id/iso639-3/piv> .

<http://www.mpii.de/yago/resource/Vafsi_language> owl:sameAs <http://lexvo.org/id/iso639-3/vaf> .

<http://www.mpii.de/yago/resource/Vai_language> owl:sameAs <http://lexvo.org/id/iso639-3/vai> .

<http://www.mpii.de/yago/resource/Vaiphei_language> owl:sameAs <http://lexvo.org/id/iso639-3/vap> .

<http://www.mpii.de/yago/resource/Vale_language> owl:sameAs <http://lexvo.org/id/iso639-3/vae> .

<http://www.mpii.de/yago/resource/Valencian_Sign_language> owl:sameAs <http://lexvo.org/id/iso639-3/vsv> .

<http://www.mpii.de/yago/resource/Valman_language> owl:sameAs <http://lexvo.org/id/iso639-3/van> .

<http://www.mpii.de/yago/resource/Vame_language> owl:sameAs <http://lexvo.org/id/iso639-3/mlr> .

<http://www.mpii.de/yago/resource/Vandalic_language> owl:sameAs <http://lexvo.org/id/iso639-3/xvn> .

<http://www.mpii.de/yago/resource/Vangunu_language> owl:sameAs <http://lexvo.org/id/iso639-3/mpr> .

<http://www.mpii.de/yago/resource/Vanimo_language> owl:sameAs <http://lexvo.org/id/iso639-3/vam> .

<http://www.mpii.de/yago/resource/Vanuma_language> owl:sameAs <http://lexvo.org/id/iso639-3/vau> .

<http://www.mpii.de/yago/resource/Vao_language> owl:sameAs <http://lexvo.org/id/iso639-3/vao> .

<http://www.mpii.de/yago/resource/Varhadi_dialect> owl:sameAs <http://lexvo.org/id/iso639-3/vah> .

<http://www.mpii.de/yago/resource/Vasi-vari_language> owl:sameAs <http://lexvo.org/id/iso639-3/prn> .

<http://www.mpii.de/yago/resource/Vedda_language> owl:sameAs <http://lexvo.org/id/iso639-3/ved> .

<http://www.mpii.de/yago/resource/Veluws> owl:sameAs <http://lexvo.org/id/iso639-3/vel> .

<http://www.mpii.de/yago/resource/Vemgo-Mabas_language> owl:sameAs <http://lexvo.org/id/iso639-3/vem> .

<http://www.mpii.de/yago/resource/Venda_language> owl:sameAs <http://lexvo.org/id/iso639-3/ven> .

<http://www.mpii.de/yago/resource/Venetian_language> owl:sameAs <http://lexvo.org/id/iso639-3/vec> .

<http://www.mpii.de/yago/resource/Venetic_language> owl:sameAs <http://lexvo.org/id/iso639-3/xve> .

<http://www.mpii.de/yago/resource/Venezuelan_Sign_Language> owl:sameAs <http://lexvo.org/id/iso639-3/vsl> .

<http://www.mpii.de/yago/resource/Vengo_language> owl:sameAs <http://lexvo.org/id/iso639-3/bav> .

<http://www.mpii.de/yago/resource/Venture%C3%B1o_language> owl:sameAs <http://lexvo.org/id/iso639-3/veo> .

<http://www.mpii.de/yago/resource/Veps_language> owl:sameAs <http://lexvo.org/id/iso639-3/vep> .

<http://www.mpii.de/yago/resource/Vere_language> owl:sameAs <http://lexvo.org/id/iso639-3/ver> .

<http://www.mpii.de/yago/resource/Vestinian_language> owl:sameAs <http://lexvo.org/id/iso639-3/xvs> .

<http://www.mpii.de/yago/resource/Vietnamese_language> owl:sameAs <http://lexvo.org/id/iso639-3/vie> .

<http://www.mpii.de/yago/resource/Vilamovian_language> owl:sameAs <http://lexvo.org/id/iso639-3/wym> .

<http://www.mpii.de/yago/resource/Vilela_language> owl:sameAs <http://lexvo.org/id/iso639-3/vil> .

<http://www.mpii.de/yago/resource/Vili_language> owl:sameAs <http://lexvo.org/id/iso639-3/vif> .

<http://www.mpii.de/yago/resource/Vincentian_Creole> owl:sameAs <http://lexvo.org/id/iso639-3/svc> .

<http://www.mpii.de/yago/resource/Virgin_Islands_Creole> owl:sameAs <http://lexvo.org/id/iso639-3/vic> .

<http://www.mpii.de/yago/resource/Vitu_language> owl:sameAs <http://lexvo.org/id/iso639-3/wiv> .

<http://www.mpii.de/yago/resource/Vlax_Romani_language> owl:sameAs <http://lexvo.org/id/iso639-3/rmy> .

<http://www.mpii.de/yago/resource/Volap%C3%BCk> owl:sameAs <http://lexvo.org/id/iso639-3/vol> .

<http://www.mpii.de/yago/resource/Volscian_language> owl:sameAs <http://lexvo.org/id/iso639-3/xvo> .

<http://www.mpii.de/yago/resource/Voro_language> owl:sameAs <http://lexvo.org/id/iso639-3/vor> .

<http://www.mpii.de/yago/resource/Votic_language> owl:sameAs <http://lexvo.org/id/iso639-3/vot> .

<http://www.mpii.de/yago/resource/Vunjo_language> owl:sameAs <http://lexvo.org/id/iso639-3/vun> .

<http://www.mpii.de/yago/resource/Vute_language> owl:sameAs <http://lexvo.org/id/iso639-3/vut> .

<http://www.mpii.de/yago/resource/Vwanji_language> owl:sameAs <http://lexvo.org/id/iso639-3/wbi> .

<http://www.mpii.de/yago/resource/Vyemo_language> owl:sameAs <http://lexvo.org/id/iso639-3/vig> .

<http://www.mpii.de/yago/resource/Waama_language> owl:sameAs <http://lexvo.org/id/iso639-3/wwa> .

<http://www.mpii.de/yago/resource/Wab_language> owl:sameAs <http://lexvo.org/id/iso639-3/wab> .

<http://www.mpii.de/yago/resource/Waci_language> owl:sameAs <http://lexvo.org/id/iso639-3/wci> .

<http://www.mpii.de/yago/resource/Wadaginam_language> owl:sameAs <http://lexvo.org/id/iso639-3/wdg> .

<http://www.mpii.de/yago/resource/Wadjiginy_language> owl:sameAs <http://lexvo.org/id/iso639-3/wdj> .

<http://www.mpii.de/yago/resource/Wagdi_language> owl:sameAs <http://lexvo.org/id/iso639-3/wbr> .

<http://www.mpii.de/yago/resource/Wagiman_language> owl:sameAs <http://lexvo.org/id/iso639-3/waq> .

<http://www.mpii.de/yago/resource/Waigali_language> owl:sameAs <http://lexvo.org/id/iso639-3/wbk> .

<http://www.mpii.de/yago/resource/Wailaki_language> owl:sameAs <http://lexvo.org/id/iso639-3/wlk> .

<http://www.mpii.de/yago/resource/Waima_language> owl:sameAs <http://lexvo.org/id/iso639-3/rro> .

<http://www.mpii.de/yago/resource/Waimoa_language> owl:sameAs <http://lexvo.org/id/iso639-3/wmh> .

<http://www.mpii.de/yago/resource/Waioli_language> owl:sameAs <http://lexvo.org/id/iso639-3/wli> .

<http://www.mpii.de/yago/resource/Waiwai_language> owl:sameAs <http://lexvo.org/id/iso639-3/waw> .

<http://www.mpii.de/yago/resource/Waja_language> owl:sameAs <http://lexvo.org/id/iso639-3/wja> .

<http://www.mpii.de/yago/resource/Wajarri_language> owl:sameAs <http://lexvo.org/id/iso639-3/wbv> .

<http://www.mpii.de/yago/resource/Wakashan_languages> owl:sameAs <http://lexvo.org/id/iso639-5/wak> .

<http://www.mpii.de/yago/resource/Wakhi_language> owl:sameAs <http://lexvo.org/id/iso639-3/wbl> .

<http://www.mpii.de/yago/resource/Wakon%C3%A1_language> owl:sameAs <http://lexvo.org/id/iso639-3/waf> .

<http://www.mpii.de/yago/resource/Wala_language> owl:sameAs <http://lexvo.org/id/iso639-3/lgl> .

<http://www.mpii.de/yago/resource/Wali_language_(Gur)> owl:sameAs <http://lexvo.org/id/iso639-3/wlx> .

<http://www.mpii.de/yago/resource/Wallisian_language> owl:sameAs <http://lexvo.org/id/iso639-3/wls> .

<http://www.mpii.de/yago/resource/Walloon_language> owl:sameAs <http://lexvo.org/id/iso639-3/wln> .

<http://www.mpii.de/yago/resource/Walmajarri_language> owl:sameAs <http://lexvo.org/id/iso639-3/wmt> .

<http://www.mpii.de/yago/resource/Walser_German> owl:sameAs <http://lexvo.org/id/iso639-3/wae> .

<http://www.mpii.de/yago/resource/Wambaya_language> owl:sameAs <http://lexvo.org/id/iso639-3/wmb> .

<http://www.mpii.de/yago/resource/Wambon_language> owl:sameAs <http://lexvo.org/id/iso639-3/wms> .

<http://www.mpii.de/yago/resource/Wambule_language> owl:sameAs <http://lexvo.org/id/iso639-3/wme> .

<http://www.mpii.de/yago/resource/Wamey_language> owl:sameAs <http://lexvo.org/id/iso639-3/cou> .

<http://www.mpii.de/yago/resource/Wan%C3%A9_language> owl:sameAs <http://lexvo.org/id/iso639-3/hwa> .

<http://www.mpii.de/yago/resource/Wan_language> owl:sameAs <http://lexvo.org/id/iso639-3/wan> .

<http://www.mpii.de/yago/resource/Wanap_language> owl:sameAs <http://lexvo.org/id/iso639-3/wnp> .

<http://www.mpii.de/yago/resource/Wandala_language> owl:sameAs <http://lexvo.org/id/iso639-3/mfi> .

<http://www.mpii.de/yago/resource/Wangkumara_language> owl:sameAs <http://lexvo.org/id/iso639-3/nbx> .

<http://www.mpii.de/yago/resource/Wantoat_language> owl:sameAs <http://lexvo.org/id/iso639-3/wnc> .

<http://www.mpii.de/yago/resource/Wanukaka_language> owl:sameAs <http://lexvo.org/id/iso639-3/wnk> .

<http://www.mpii.de/yago/resource/Wapan_language> owl:sameAs <http://lexvo.org/id/iso639-3/juk> .

<http://www.mpii.de/yago/resource/Wapishana_language> owl:sameAs <http://lexvo.org/id/iso639-3/wap> .

<http://www.mpii.de/yago/resource/Wappo_language> owl:sameAs <http://lexvo.org/id/iso639-3/wao> .

<http://www.mpii.de/yago/resource/War_language> owl:sameAs <http://lexvo.org/id/iso639-3/aml> .

<http://www.mpii.de/yago/resource/Wara_language> owl:sameAs <http://lexvo.org/id/iso639-3/wbf> .

<http://www.mpii.de/yago/resource/Warao_language> owl:sameAs <http://lexvo.org/id/iso639-3/wba> .

<http://www.mpii.de/yago/resource/Waray-Waray_language> owl:sameAs <http://lexvo.org/id/iso639-3/war> .

<http://www.mpii.de/yago/resource/Waray_language_(Australia)> owl:sameAs <http://lexvo.org/id/iso639-3/wrz> .

<http://www.mpii.de/yago/resource/Wardaman_language> owl:sameAs <http://lexvo.org/id/iso639-3/wrr> .

<http://www.mpii.de/yago/resource/Warekena_language> owl:sameAs <http://lexvo.org/id/iso639-3/gae> .

<http://www.mpii.de/yago/resource/Warembori_language> owl:sameAs <http://lexvo.org/id/iso639-3/wsa> .

<http://www.mpii.de/yago/resource/Wargli_language> owl:sameAs <http://lexvo.org/id/iso639-3/oua> .

<http://www.mpii.de/yago/resource/Wari%E2%80%99_language> owl:sameAs <http://lexvo.org/id/iso639-3/pav> .

<http://www.mpii.de/yago/resource/Waris_language> owl:sameAs <http://lexvo.org/id/iso639-3/wrs> .

<http://www.mpii.de/yago/resource/Warji_language> owl:sameAs <http://lexvo.org/id/iso639-3/wji> .

<http://www.mpii.de/yago/resource/Warlmanpa_language> owl:sameAs <http://lexvo.org/id/iso639-3/wrl> .

<http://www.mpii.de/yago/resource/Warlpiri_language> owl:sameAs <http://lexvo.org/id/iso639-3/wbp> .

<http://www.mpii.de/yago/resource/Warluwara_language> owl:sameAs <http://lexvo.org/id/iso639-3/wrb> .

<http://www.mpii.de/yago/resource/Warndarang_language> owl:sameAs <http://lexvo.org/id/iso639-3/wnd> .

<http://www.mpii.de/yago/resource/Waropen_language> owl:sameAs <http://lexvo.org/id/iso639-3/wrp> .

<http://www.mpii.de/yago/resource/Warrungu_language> owl:sameAs <http://lexvo.org/id/iso639-3/wrg> .

<http://www.mpii.de/yago/resource/Warrwa_language> owl:sameAs <http://lexvo.org/id/iso639-3/wwr> .

<http://www.mpii.de/yago/resource/Warumungu_language> owl:sameAs <http://lexvo.org/id/iso639-3/wrm> .

<http://www.mpii.de/yago/resource/Wasembo_language> owl:sameAs <http://lexvo.org/id/iso639-3/gsp> .

<http://www.mpii.de/yago/resource/Washo_language> owl:sameAs <http://lexvo.org/id/iso639-3/was> .

<http://www.mpii.de/yago/resource/Waskia_language> owl:sameAs <http://lexvo.org/id/iso639-3/wsk> .

<http://www.mpii.de/yago/resource/Wasu_language> owl:sameAs <http://lexvo.org/id/iso639-3/wsu> .

<http://www.mpii.de/yago/resource/Waube_language> owl:sameAs <http://lexvo.org/id/iso639-3/kop> .

<http://www.mpii.de/yago/resource/Waur%C3%A1_language> owl:sameAs <http://lexvo.org/id/iso639-3/wau> .

<http://www.mpii.de/yago/resource/Wawa_language> owl:sameAs <http://lexvo.org/id/iso639-3/www> .

<http://www.mpii.de/yago/resource/Waxiang_dialect> owl:sameAs <http://lexvo.org/id/iso639-3/wxa> .

<http://www.mpii.de/yago/resource/Wayampi_language> owl:sameAs <http://lexvo.org/id/iso639-3/oym> .

<http://www.mpii.de/yago/resource/Wayu_language> owl:sameAs <http://lexvo.org/id/iso639-3/vay> .

<http://www.mpii.de/yago/resource/Wayuu_language> owl:sameAs <http://lexvo.org/id/iso639-3/guc> .

<http://www.mpii.de/yago/resource/Welsh-Romani_language> owl:sameAs <http://lexvo.org/id/iso639-3/rmw> .

<http://www.mpii.de/yago/resource/Welsh_language> owl:sameAs <http://lexvo.org/id/iso639-3/cym> .

<http://www.mpii.de/yago/resource/Werni_language> owl:sameAs <http://lexvo.org/id/iso639-3/wrn> .

<http://www.mpii.de/yago/resource/Wersing_language> owl:sameAs <http://lexvo.org/id/iso639-3/kvw> .

<http://www.mpii.de/yago/resource/West_Banda_language> owl:sameAs <http://lexvo.org/id/iso639-3/bbp> .

<http://www.mpii.de/yago/resource/West_Damar_language> owl:sameAs <http://lexvo.org/id/iso639-3/drn> .

<http://www.mpii.de/yago/resource/West_Frisian_language> owl:sameAs <http://lexvo.org/id/iso639-3/fry> .

<http://www.mpii.de/yago/resource/West_Germanic_languages> owl:sameAs <http://lexvo.org/id/iso639-5/gmw> .

<http://www.mpii.de/yago/resource/West_Low_German> owl:sameAs <http://lexvo.org/id/iso639-3/nds> .

<http://www.mpii.de/yago/resource/West_Makian_language> owl:sameAs <http://lexvo.org/id/iso639-3/mqs> .

<http://www.mpii.de/yago/resource/West_Slavic_languages> owl:sameAs <http://lexvo.org/id/iso639-5/zlw> .

<http://www.mpii.de/yago/resource/West_Uvean_language> owl:sameAs <http://lexvo.org/id/iso639-3/uve> .

<http://www.mpii.de/yago/resource/Western_Abnaki_language> owl:sameAs <http://lexvo.org/id/iso639-3/abe> .

<http://www.mpii.de/yago/resource/Western_Apache_language> owl:sameAs <http://lexvo.org/id/iso639-3/apw> .

<http://www.mpii.de/yago/resource/Western_Bolivian_Guaran%C3%AD> owl:sameAs <http://lexvo.org/id/iso639-3/gnw> .

<http://www.mpii.de/yago/resource/Western_Dani_language> owl:sameAs <http://lexvo.org/id/iso639-3/dnw> .

<http://www.mpii.de/yago/resource/Western_Fijian_language> owl:sameAs <http://lexvo.org/id/iso639-3/wyy> .

<http://www.mpii.de/yago/resource/Western_Huasteca_Nahuatl> owl:sameAs <http://lexvo.org/id/iso639-3/nhw> .

<http://www.mpii.de/yago/resource/Western_Malayo-Polynesian_languages> owl:sameAs <http://lexvo.org/id/iso639-5/pqw> .

<http://www.mpii.de/yago/resource/Western_Neo-Aramaic> owl:sameAs <http://lexvo.org/id/iso639-3/amw> .

<http://www.mpii.de/yago/resource/Western_Ojibwa_language> owl:sameAs <http://lexvo.org/id/iso639-3/ojw> .

<http://www.mpii.de/yago/resource/Western_Panjabi_language> owl:sameAs <http://lexvo.org/id/iso639-3/pnb> .

<http://www.mpii.de/yago/resource/Western_Pantar_language> owl:sameAs <http://lexvo.org/id/iso639-3/lev> .

<http://www.mpii.de/yago/resource/Western_Yugur_language> owl:sameAs <http://lexvo.org/id/iso639-3/ybe> .

<http://www.mpii.de/yago/resource/Westphalian_language> owl:sameAs <http://lexvo.org/id/iso639-3/wep> .

<http://www.mpii.de/yago/resource/Wetarese_languages> owl:sameAs <http://lexvo.org/id/iso639-3/wet> .

<http://www.mpii.de/yago/resource/Weyto_language> owl:sameAs <http://lexvo.org/id/iso639-3/woy> .

<http://www.mpii.de/yago/resource/Whitesands_language> owl:sameAs <http://lexvo.org/id/iso639-3/tnp> .

<http://www.mpii.de/yago/resource/Wich%C3%AD_Lhamt%C3%A9s_G%C3%BCisnay> owl:sameAs <http://lexvo.org/id/iso639-3/mzh> .

<http://www.mpii.de/yago/resource/Wich%C3%AD_Lhamt%C3%A9s_Nocten> owl:sameAs <http://lexvo.org/id/iso639-3/mtp> .

<http://www.mpii.de/yago/resource/Wich%C3%AD_Lhamt%C3%A9s_Vejoz> owl:sameAs <http://lexvo.org/id/iso639-3/wlv> .

<http://www.mpii.de/yago/resource/Wichita_language> owl:sameAs <http://lexvo.org/id/iso639-3/wic> .

<http://www.mpii.de/yago/resource/Wik-Mungknh_language> owl:sameAs <http://lexvo.org/id/iso639-3/wim> .

<http://www.mpii.de/yago/resource/Wik-Ngathan_language> owl:sameAs <http://lexvo.org/id/iso639-3/wig> .

<http://www.mpii.de/yago/resource/Wik-Ngatharr_language> owl:sameAs <http://lexvo.org/id/iso639-3/wik> .

<http://www.mpii.de/yago/resource/Winnebago_language> owl:sameAs <http://lexvo.org/id/iso639-3/win> .

<http://www.mpii.de/yago/resource/Wintu_language> owl:sameAs <http://lexvo.org/id/iso639-3/wit> .

<http://www.mpii.de/yago/resource/Winye_language> owl:sameAs <http://lexvo.org/id/iso639-3/kst> .

<http://www.mpii.de/yago/resource/Wipi_language> owl:sameAs <http://lexvo.org/id/iso639-3/gdr> .

<http://www.mpii.de/yago/resource/Wir%C3%B6_dialect> owl:sameAs <http://lexvo.org/id/iso639-3/wpc> .

<http://www.mpii.de/yago/resource/Wiradjuri_language> owl:sameAs <http://lexvo.org/id/iso639-3/wrh> .

<http://www.mpii.de/yago/resource/Wiru_language> owl:sameAs <http://lexvo.org/id/iso639-3/wiu> .

<http://www.mpii.de/yago/resource/Wiwa_language> owl:sameAs <http://lexvo.org/id/iso639-3/mbp> .

<http://www.mpii.de/yago/resource/Wiyot_language> owl:sameAs <http://lexvo.org/id/iso639-3/wiy> .

<http://www.mpii.de/yago/resource/Wob%C3%A9_language> owl:sameAs <http://lexvo.org/id/iso639-3/wob> .

<http://www.mpii.de/yago/resource/Woccon_language> owl:sameAs <http://lexvo.org/id/iso639-3/xwc> .

<http://www.mpii.de/yago/resource/Wogamusin_language> owl:sameAs <http://lexvo.org/id/iso639-3/wog> .

<http://www.mpii.de/yago/resource/Woi_language> owl:sameAs <http://lexvo.org/id/iso639-3/wbw> .

<http://www.mpii.de/yago/resource/Wolaytta_language> owl:sameAs <http://lexvo.org/id/iso639-3/wal> .

<http://www.mpii.de/yago/resource/Woleaian_language> owl:sameAs <http://lexvo.org/id/iso639-3/woe> .

<http://www.mpii.de/yago/resource/Wolio_language> owl:sameAs <http://lexvo.org/id/iso639-3/wlo> .

<http://www.mpii.de/yago/resource/Wom_language_(Nigeria)> owl:sameAs <http://lexvo.org/id/iso639-3/wom> .

<http://www.mpii.de/yago/resource/Wom_language_(Papua_New_Guinea)> owl:sameAs <http://lexvo.org/id/iso639-3/wmo> .

<http://www.mpii.de/yago/resource/Woods_Cree_language> owl:sameAs <http://lexvo.org/id/iso639-3/cwd> .

<http://www.mpii.de/yago/resource/Worimi_language> owl:sameAs <http://lexvo.org/id/iso639-3/kda> .

<http://www.mpii.de/yago/resource/Wounaan_language> owl:sameAs <http://lexvo.org/id/iso639-3/noa> .

<http://www.mpii.de/yago/resource/Wu_Chinese> owl:sameAs <http://lexvo.org/id/iso639-3/wuu> .

<http://www.mpii.de/yago/resource/Wulna_language> owl:sameAs <http://lexvo.org/id/iso639-3/wux> .

<http://www.mpii.de/yago/resource/Wurrugu_language> owl:sameAs <http://lexvo.org/id/iso639-3/wur> .

<http://www.mpii.de/yago/resource/Wutun_language> owl:sameAs <http://lexvo.org/id/iso639-3/wuh> .

<http://www.mpii.de/yago/resource/Wutung_language> owl:sameAs <http://lexvo.org/id/iso639-3/wut> .

<http://www.mpii.de/yago/resource/Wuvulu-Aua_language> owl:sameAs <http://lexvo.org/id/iso639-3/wuv> .

<http://www.mpii.de/yago/resource/Wuzlam_language> owl:sameAs <http://lexvo.org/id/iso639-3/udl> .

<http://www.mpii.de/yago/resource/Wyandot_language> owl:sameAs <http://lexvo.org/id/iso639-3/wya> .

<http://www.mpii.de/yago/resource/Xakriab%C3%A1_language> owl:sameAs <http://lexvo.org/id/iso639-3/xkr> .

<http://www.mpii.de/yago/resource/Xamtanga_language> owl:sameAs <http://lexvo.org/id/iso639-3/xan> .

<http://www.mpii.de/yago/resource/Xaracuu_language> owl:sameAs <http://lexvo.org/id/iso639-3/ane> .

<http://www.mpii.de/yago/resource/Xavante_language> owl:sameAs <http://lexvo.org/id/iso639-3/xav> .

<http://www.mpii.de/yago/resource/Xer%C3%A9nte_language> owl:sameAs <http://lexvo.org/id/iso639-3/xer> .

<http://www.mpii.de/yago/resource/Xeta_language> owl:sameAs <http://lexvo.org/id/iso639-3/xet> .

<http://www.mpii.de/yago/resource/Xhosa_language> owl:sameAs <http://lexvo.org/id/iso639-3/xho> .

<http://www.mpii.de/yago/resource/Xiang_Chinese> owl:sameAs <http://lexvo.org/id/iso639-3/hsn> .

<http://www.mpii.de/yago/resource/Xibe_language> owl:sameAs <http://lexvo.org/id/iso639-3/sjo> .

<http://www.mpii.de/yago/resource/Xinca_language> owl:sameAs <http://lexvo.org/id/iso639-3/xin> .

<http://www.mpii.de/yago/resource/Xipaya_language> owl:sameAs <http://lexvo.org/id/iso639-3/xiy> .

<http://www.mpii.de/yago/resource/Xiri_language> owl:sameAs <http://lexvo.org/id/iso639-3/xii> .

<http://www.mpii.de/yago/resource/Xokleng_language> owl:sameAs <http://lexvo.org/id/iso639-3/xok> .

<http://www.mpii.de/yago/resource/Y%C3%A9l%C3%AE_Dnye_language> owl:sameAs <http://lexvo.org/id/iso639-3/yle> .

<http://www.mpii.de/yago/resource/Yaaku_language> owl:sameAs <http://lexvo.org/id/iso639-3/muu> .

<http://www.mpii.de/yago/resource/Yaba%C3%A2na_language> owl:sameAs <http://lexvo.org/id/iso639-3/ybn> .

<http://www.mpii.de/yago/resource/Yabarana_language> owl:sameAs <http://lexvo.org/id/iso639-3/yar> .

<http://www.mpii.de/yago/resource/Yabem_language> owl:sameAs <http://lexvo.org/id/iso639-3/jae> .

<http://www.mpii.de/yago/resource/Yabula-Yabula_language> owl:sameAs <http://lexvo.org/id/iso639-3/yxy> .

<http://www.mpii.de/yago/resource/Yaeyama_language> owl:sameAs <http://lexvo.org/id/iso639-3/rys> .

<http://www.mpii.de/yago/resource/Yagaria_language> owl:sameAs <http://lexvo.org/id/iso639-3/ygr> .

<http://www.mpii.de/yago/resource/Yaghan_language> owl:sameAs <http://lexvo.org/id/iso639-3/yag> .

<http://www.mpii.de/yago/resource/Yaghnobi_language> owl:sameAs <http://lexvo.org/id/iso639-3/yai> .

<http://www.mpii.de/yago/resource/Yagua_language> owl:sameAs <http://lexvo.org/id/iso639-3/yad> .

<http://www.mpii.de/yago/resource/Yagwoia_language> owl:sameAs <http://lexvo.org/id/iso639-3/ygw> .

<http://www.mpii.de/yago/resource/Yahang_language> owl:sameAs <http://lexvo.org/id/iso639-3/rhp> .

<http://www.mpii.de/yago/resource/Yahi_dialect> owl:sameAs <http://lexvo.org/id/iso639-3/ynn> .

<http://www.mpii.de/yago/resource/Yaka_language> owl:sameAs <http://lexvo.org/id/iso639-3/yaf> .

<http://www.mpii.de/yago/resource/Yakan_language> owl:sameAs <http://lexvo.org/id/iso639-3/yka> .

<http://www.mpii.de/yago/resource/Yakkha_language> owl:sameAs <http://lexvo.org/id/iso639-3/ybh> .

<http://www.mpii.de/yago/resource/Yal%C3%AB_language> owl:sameAs <http://lexvo.org/id/iso639-3/nce> .

<http://www.mpii.de/yago/resource/Yalarnnga_language> owl:sameAs <http://lexvo.org/id/iso639-3/ylr> .

<http://www.mpii.de/yago/resource/Yalgawarra_language> owl:sameAs <http://lexvo.org/id/iso639-3/fln> .

<http://www.mpii.de/yago/resource/Yalunka_language> owl:sameAs <http://lexvo.org/id/iso639-3/yal> .

<http://www.mpii.de/yago/resource/Yamba_language> owl:sameAs <http://lexvo.org/id/iso639-3/yam> .

<http://www.mpii.de/yago/resource/Yamdena_language> owl:sameAs <http://lexvo.org/id/iso639-3/jmd> .

<http://www.mpii.de/yago/resource/Yameo_language> owl:sameAs <http://lexvo.org/id/iso639-3/yme> .

<http://www.mpii.de/yago/resource/Yami_language> owl:sameAs <http://lexvo.org/id/iso639-3/tao> .

<http://www.mpii.de/yago/resource/Yaminahua_language> owl:sameAs <http://lexvo.org/id/iso639-3/yaa> .

<http://www.mpii.de/yago/resource/Yamphu_language> owl:sameAs <http://lexvo.org/id/iso639-3/ybi> .

<http://www.mpii.de/yago/resource/Yan-nhangu_language> owl:sameAs <http://lexvo.org/id/iso639-3/jay> .

<http://www.mpii.de/yago/resource/Yanam_language> owl:sameAs <http://lexvo.org/id/iso639-3/shb> .

<http://www.mpii.de/yago/resource/Yanda_Dogon> owl:sameAs <http://lexvo.org/id/iso639-3/dym> .

<http://www.mpii.de/yago/resource/Yanesha'_language> owl:sameAs <http://lexvo.org/id/iso639-3/ame> .

<http://www.mpii.de/yago/resource/Yangere_language> owl:sameAs <http://lexvo.org/id/iso639-3/yaj> .

<http://www.mpii.de/yago/resource/Yangkaal> owl:sameAs <http://lexvo.org/id/iso639-3/nny> .

<http://www.mpii.de/yago/resource/Yankunytjatjara_language> owl:sameAs <http://lexvo.org/id/iso639-3/kdd> .

<http://www.mpii.de/yago/resource/Yanyuwa_language> owl:sameAs <http://lexvo.org/id/iso639-3/jao> .

<http://www.mpii.de/yago/resource/Yapese_language> owl:sameAs <http://lexvo.org/id/iso639-3/yap> .

<http://www.mpii.de/yago/resource/Yaqay_language> owl:sameAs <http://lexvo.org/id/iso639-3/jaq> .

<http://www.mpii.de/yago/resource/Yaqui_language> owl:sameAs <http://lexvo.org/id/iso639-3/yaq> .

<http://www.mpii.de/yago/resource/Yar%C3%AD_language> owl:sameAs <http://lexvo.org/id/iso639-3/yri> .

<http://www.mpii.de/yago/resource/Yareba_language> owl:sameAs <http://lexvo.org/id/iso639-3/yrb> .

<http://www.mpii.de/yago/resource/Yaruro_language> owl:sameAs <http://lexvo.org/id/iso639-3/yae> .

<http://www.mpii.de/yago/resource/Yasa_language> owl:sameAs <http://lexvo.org/id/iso639-3/yko> .

<http://www.mpii.de/yago/resource/Yatzachi_Zapotec> owl:sameAs <http://lexvo.org/id/iso639-3/zav> .

<http://www.mpii.de/yago/resource/Yau_language> owl:sameAs <http://lexvo.org/id/iso639-3/yuw> .

<http://www.mpii.de/yago/resource/Yaul_language> owl:sameAs <http://lexvo.org/id/iso639-3/yla> .

<http://www.mpii.de/yago/resource/Yauma_dialect> owl:sameAs <http://lexvo.org/id/iso639-3/yax> .

<http://www.mpii.de/yago/resource/Yaur_language> owl:sameAs <http://lexvo.org/id/iso639-3/jau> .

<http://www.mpii.de/yago/resource/Yaure_language> owl:sameAs <http://lexvo.org/id/iso639-3/yre> .

<http://www.mpii.de/yago/resource/Yavitero_language> owl:sameAs <http://lexvo.org/id/iso639-3/yvt> .

<http://www.mpii.de/yago/resource/Yawa_language> owl:sameAs <http://lexvo.org/id/iso639-3/yva> .

<http://www.mpii.de/yago/resource/Yawuru_language> owl:sameAs <http://lexvo.org/id/iso639-3/ywr> .

<http://www.mpii.de/yago/resource/Yazgulyam_language> owl:sameAs <http://lexvo.org/id/iso639-3/yah> .

<http://www.mpii.de/yago/resource/Ye'kuana_language> owl:sameAs <http://lexvo.org/id/iso639-3/mch> .

<http://www.mpii.de/yago/resource/Ye-Maek_language> owl:sameAs <http://lexvo.org/id/iso639-3/hmk> .

<http://www.mpii.de/yago/resource/Yei_language> owl:sameAs <http://lexvo.org/id/iso639-3/jei> .

<http://www.mpii.de/yago/resource/Yekhee_language> owl:sameAs <http://lexvo.org/id/iso639-3/ets> .

<http://www.mpii.de/yago/resource/Yelmek_language> owl:sameAs <http://lexvo.org/id/iso639-3/jel> .

<http://www.mpii.de/yago/resource/Yemba_language> owl:sameAs <http://lexvo.org/id/iso639-3/ybb> .

<http://www.mpii.de/yago/resource/Yemsa_language> owl:sameAs <http://lexvo.org/id/iso639-3/jnj> .

<http://www.mpii.de/yago/resource/Yeni_language> owl:sameAs <http://lexvo.org/id/iso639-3/yei> .

<http://www.mpii.de/yago/resource/Yerakai_language> owl:sameAs <http://lexvo.org/id/iso639-3/yra> .

<http://www.mpii.de/yago/resource/Yeretuar_language> owl:sameAs <http://lexvo.org/id/iso639-3/gop> .

<http://www.mpii.de/yago/resource/Yerukala_language> owl:sameAs <http://lexvo.org/id/iso639-3/yeu> .

<http://www.mpii.de/yago/resource/Yeskwa_language> owl:sameAs <http://lexvo.org/id/iso639-3/yes> .

<http://www.mpii.de/yago/resource/Yessan_language> owl:sameAs <http://lexvo.org/id/iso639-3/yss> .

<http://www.mpii.de/yago/resource/Yetfa_language> owl:sameAs <http://lexvo.org/id/iso639-3/yet> .

<http://www.mpii.de/yago/resource/Yevanic_language> owl:sameAs <http://lexvo.org/id/iso639-3/yej> .

<http://www.mpii.de/yago/resource/Yeyi_language> owl:sameAs <http://lexvo.org/id/iso639-3/yey> .

<http://www.mpii.de/yago/resource/Yiddish_language> owl:sameAs <http://lexvo.org/id/iso639-3/yid> .

<http://www.mpii.de/yago/resource/Yidgha_language> owl:sameAs <http://lexvo.org/id/iso639-3/ydg> .

<http://www.mpii.de/yago/resource/Yidiny_language> owl:sameAs <http://lexvo.org/id/iso639-3/yii> .

<http://www.mpii.de/yago/resource/Yil_language> owl:sameAs <http://lexvo.org/id/iso639-3/yll> .

<http://www.mpii.de/yago/resource/Yimas_language> owl:sameAs <http://lexvo.org/id/iso639-3/yee> .

<http://www.mpii.de/yago/resource/Yimchungr%C3%BC_language> owl:sameAs <http://lexvo.org/id/iso639-3/yim> .

<http://www.mpii.de/yago/resource/Yine_language> owl:sameAs <http://lexvo.org/id/iso639-3/pib> .

<http://www.mpii.de/yago/resource/Yinggarda_language> owl:sameAs <http://lexvo.org/id/iso639-3/yia> .

<http://www.mpii.de/yago/resource/Yinjibarndi_language> owl:sameAs <http://lexvo.org/id/iso639-3/yij> .

<http://www.mpii.de/yago/resource/Yinwum_dialect> owl:sameAs <http://lexvo.org/id/iso639-3/urf> .

<http://www.mpii.de/yago/resource/Yipma_language> owl:sameAs <http://lexvo.org/id/iso639-3/byr> .

<http://www.mpii.de/yago/resource/Yir-Yoront_language> owl:sameAs <http://lexvo.org/id/iso639-3/yiy> .

<http://www.mpii.de/yago/resource/Yiwom_language> owl:sameAs <http://lexvo.org/id/iso639-3/gek> .

<http://www.mpii.de/yago/resource/Yoke_language> owl:sameAs <http://lexvo.org/id/iso639-3/yki> .

<http://www.mpii.de/yago/resource/Yokutsan_languages> owl:sameAs <http://lexvo.org/id/iso639-3/yok> .

<http://www.mpii.de/yago/resource/Yola_language> owl:sameAs <http://lexvo.org/id/iso639-3/yol> .

<http://www.mpii.de/yago/resource/Yom_language> owl:sameAs <http://lexvo.org/id/iso639-3/pil> .

<http://www.mpii.de/yago/resource/Yonaguni_language> owl:sameAs <http://lexvo.org/id/iso639-3/yoi> .

<http://www.mpii.de/yago/resource/Yoncalla_language> owl:sameAs <http://lexvo.org/id/iso639-3/sxk> .

<http://www.mpii.de/yago/resource/Yopno_language> owl:sameAs <http://lexvo.org/id/iso639-3/yut> .

<http://www.mpii.de/yago/resource/Yora_language> owl:sameAs <http://lexvo.org/id/iso639-3/mts> .

<http://www.mpii.de/yago/resource/Yorta_Yorta_language> owl:sameAs <http://lexvo.org/id/iso639-3/xyy> .

<http://www.mpii.de/yago/resource/Yoruba_language> owl:sameAs <http://lexvo.org/id/iso639-3/yor> .

<http://www.mpii.de/yago/resource/Yucatec_Maya_language> owl:sameAs <http://lexvo.org/id/iso639-3/yua> .

<http://www.mpii.de/yago/resource/Yuchi_language> owl:sameAs <http://lexvo.org/id/iso639-3/yuc> .

<http://www.mpii.de/yago/resource/Yucuna_language> owl:sameAs <http://lexvo.org/id/iso639-3/ycn> .

<http://www.mpii.de/yago/resource/Yugambeh_language> owl:sameAs <http://lexvo.org/id/iso639-3/yub> .

<http://www.mpii.de/yago/resource/Yugh_language> owl:sameAs <http://lexvo.org/id/iso639-3/yuu> .

<http://www.mpii.de/yago/resource/Yuki_language> owl:sameAs <http://lexvo.org/id/iso639-3/yuk> .

<http://www.mpii.de/yago/resource/Yukpa_language> owl:sameAs <http://lexvo.org/id/iso639-3/yup> .

<http://www.mpii.de/yago/resource/Yulu_language> owl:sameAs <http://lexvo.org/id/iso639-3/yul> .

<http://www.mpii.de/yago/resource/Yuno_language> owl:sameAs <http://lexvo.org/id/iso639-3/buh> .

<http://www.mpii.de/yago/resource/Yupik_languages> owl:sameAs <http://lexvo.org/id/iso639-5/ypk> .

<http://www.mpii.de/yago/resource/Yuracar%C3%A9_language> owl:sameAs <http://lexvo.org/id/iso639-3/yuz> .

<http://www.mpii.de/yago/resource/Yuri_language_(New_Guinea)> owl:sameAs <http://lexvo.org/id/iso639-3/yuj> .

<http://www.mpii.de/yago/resource/Yurok_language> owl:sameAs <http://lexvo.org/id/iso639-3/yur> .

<http://www.mpii.de/yago/resource/Z%C3%A1paro_language> owl:sameAs <http://lexvo.org/id/iso639-3/zro> .

<http://www.mpii.de/yago/resource/Zaghawa_language> owl:sameAs <http://lexvo.org/id/iso639-3/zag> .

<http://www.mpii.de/yago/resource/Zaiwa_language> owl:sameAs <http://lexvo.org/id/iso639-3/atb> .

<http://www.mpii.de/yago/resource/Zakhring_language> owl:sameAs <http://lexvo.org/id/iso639-3/zkr> .

<http://www.mpii.de/yago/resource/Zambian_Sign_Language> owl:sameAs <http://lexvo.org/id/iso639-3/zsl> .

<http://www.mpii.de/yago/resource/Zanaki_language> owl:sameAs <http://lexvo.org/id/iso639-3/zak> .

<http://www.mpii.de/yago/resource/Zande_language> owl:sameAs <http://lexvo.org/id/iso639-3/zne> .

<http://www.mpii.de/yago/resource/Zande_languages> owl:sameAs <http://lexvo.org/id/iso639-5/znd> .

<http://www.mpii.de/yago/resource/Zangwal_language> owl:sameAs <http://lexvo.org/id/iso639-3/zah> .

<http://www.mpii.de/yago/resource/Zapotec_languages> owl:sameAs <http://lexvo.org/id/iso639-3/zap> .

<http://www.mpii.de/yago/resource/Zapotitl%C3%A1n_de_M%C3%A9ndez_Totonac> owl:sameAs <http://lexvo.org/id/iso639-3/tos> .

<http://www.mpii.de/yago/resource/Zaramo_language> owl:sameAs <http://lexvo.org/id/iso639-3/zaj> .

<http://www.mpii.de/yago/resource/Zari_language> owl:sameAs <http://lexvo.org/id/iso639-3/zaz> .

<http://www.mpii.de/yago/resource/Zarma_language> owl:sameAs <http://lexvo.org/id/iso639-3/dje> .

<http://www.mpii.de/yago/resource/Zarphatic_language> owl:sameAs <http://lexvo.org/id/iso639-3/zrp> .

<http://www.mpii.de/yago/resource/Zay_language> owl:sameAs <http://lexvo.org/id/iso639-3/zwa> .

<http://www.mpii.de/yago/resource/Zayse-Zergulla_language> owl:sameAs <http://lexvo.org/id/iso639-3/zay> .

<http://www.mpii.de/yago/resource/Zeelandic> owl:sameAs <http://lexvo.org/id/iso639-3/zea> .

<http://www.mpii.de/yago/resource/Zeem_language> owl:sameAs <http://lexvo.org/id/iso639-3/zua> .

<http://www.mpii.de/yago/resource/Zemba_language> owl:sameAs <http://lexvo.org/id/iso639-3/dhm> .

<http://www.mpii.de/yago/resource/Zenaga_language> owl:sameAs <http://lexvo.org/id/iso639-3/zen> .

<http://www.mpii.de/yago/resource/Zenati_language> owl:sameAs <http://lexvo.org/id/iso639-3/grr> .

<http://www.mpii.de/yago/resource/Zhaba_language> owl:sameAs <http://lexvo.org/id/iso639-3/zhb> .

<http://www.mpii.de/yago/resource/Zhang-Zhung_language> owl:sameAs <http://lexvo.org/id/iso639-3/xzh> .

<http://www.mpii.de/yago/resource/Zhuang_languages> owl:sameAs <http://lexvo.org/id/iso639-3/zha> .

<http://www.mpii.de/yago/resource/Zia_language> owl:sameAs <http://lexvo.org/id/iso639-3/zia> .

<http://www.mpii.de/yago/resource/Zialo_language> owl:sameAs <http://lexvo.org/id/iso639-3/zil> .

<http://www.mpii.de/yago/resource/Zimakani_language> owl:sameAs <http://lexvo.org/id/iso639-3/zik> .

<http://www.mpii.de/yago/resource/Zimba_language> owl:sameAs <http://lexvo.org/id/iso639-3/zmb> .

<http://www.mpii.de/yago/resource/Zirenkel_language> owl:sameAs <http://lexvo.org/id/iso639-3/zrn> .

<http://www.mpii.de/yago/resource/Zizilivakan_language> owl:sameAs <http://lexvo.org/id/iso639-3/ziz> .

<http://www.mpii.de/yago/resource/Zo'%C3%A9_language> owl:sameAs <http://lexvo.org/id/iso639-3/pto> .

<http://www.mpii.de/yago/resource/Zotung_language> owl:sameAs <http://lexvo.org/id/iso639-3/czt> .

<http://www.mpii.de/yago/resource/Zou_language> owl:sameAs <http://lexvo.org/id/iso639-3/zom> .

<http://www.mpii.de/yago/resource/Zulgo-Gemzek_language> owl:sameAs <http://lexvo.org/id/iso639-3/gnd> .

<http://www.mpii.de/yago/resource/Zulu_language> owl:sameAs <http://lexvo.org/id/iso639-3/zul> .

<http://www.mpii.de/yago/resource/Zumaya_language> owl:sameAs <http://lexvo.org/id/iso639-3/zuy> .

<http://www.mpii.de/yago/resource/Zumbun_language> owl:sameAs <http://lexvo.org/id/iso639-3/jmb> .

<http://www.mpii.de/yago/resource/Zuni_language> owl:sameAs <http://lexvo.org/id/iso639-3/zun> .

<http://www.mpii.de/yago/resource/Zuruah%C3%A1_language> owl:sameAs <http://lexvo.org/id/iso639-3/swx> .

<http://www.mpii.de/yago/resource/Zyphe_language> owl:sameAs <http://lexvo.org/id/iso639-3/zyp> .

<http://www.mpii.de/yago/resource/creole_languages> owl:sameAs <http://lexvo.org/id/iso639-5/crp> .

<http://www.mpii.de/yago/resource/creoles_and_pidgins%2C_English%E2%80%91based> owl:sameAs <http://lexvo.org/id/iso639-5/cpe> .

<http://www.mpii.de/yago/resource/sign_languages> owl:sameAs <http://lexvo.org/id/iso639-5/sgn> .

skos:broadMatch rdfs:subPropertyOf lvont:somewhatSameAs .

<info:lc/vocabulary/languages/aar> owl:sameAs <http://lexvo.org/id/iso639-3/aar> .

<info:lc/vocabulary/languages/abk> owl:sameAs <http://lexvo.org/id/iso639-3/abk> .

<info:lc/vocabulary/languages/ace> owl:sameAs <http://lexvo.org/id/iso639-3/ace> .

<info:lc/vocabulary/languages/ach> owl:sameAs <http://lexvo.org/id/iso639-3/ach> .

<info:lc/vocabulary/languages/ada> owl:sameAs <http://lexvo.org/id/iso639-3/ada> .

<info:lc/vocabulary/languages/ady> owl:sameAs <http://lexvo.org/id/iso639-3/ady> .

<info:lc/vocabulary/languages/afa> owl:sameAs <http://lexvo.org/id/iso639-5/afa> .

<info:lc/vocabulary/languages/afh> owl:sameAs <http://lexvo.org/id/iso639-3/afh> .

<info:lc/vocabulary/languages/afr> owl:sameAs <http://lexvo.org/id/iso639-3/afr> .

<info:lc/vocabulary/languages/ain> owl:sameAs <http://lexvo.org/id/iso639-3/ain> .

<info:lc/vocabulary/languages/aka> owl:sameAs <http://lexvo.org/id/iso639-3/aka> .

<info:lc/vocabulary/languages/akk> owl:sameAs <http://lexvo.org/id/iso639-3/akk> .

<info:lc/vocabulary/languages/alb> owl:sameAs <http://lexvo.org/id/iso639-3/sqi> .

<info:lc/vocabulary/languages/ale> owl:sameAs <http://lexvo.org/id/iso639-3/ale> .

<info:lc/vocabulary/languages/alg> owl:sameAs <http://lexvo.org/id/iso639-5/alg> .

<info:lc/vocabulary/languages/alt> owl:sameAs <http://lexvo.org/id/iso639-3/alt> .

<info:lc/vocabulary/languages/amh> owl:sameAs <http://lexvo.org/id/iso639-3/amh> .

<info:lc/vocabulary/languages/ang> owl:sameAs <http://lexvo.org/id/iso639-3/ang> .

<info:lc/vocabulary/languages/anp> owl:sameAs <http://lexvo.org/id/iso639-3/anp> .

<info:lc/vocabulary/languages/apa> owl:sameAs <http://lexvo.org/id/iso639-5/apa> .

<info:lc/vocabulary/languages/ara> owl:sameAs <http://lexvo.org/id/iso639-3/ara> .

<info:lc/vocabulary/languages/arc> owl:sameAs <http://lexvo.org/id/iso639-3/arc> .

<info:lc/vocabulary/languages/arg> owl:sameAs <http://lexvo.org/id/iso639-3/arg> .

<info:lc/vocabulary/languages/arm> owl:sameAs <http://lexvo.org/id/iso639-3/hye> .

<info:lc/vocabulary/languages/arn> owl:sameAs <http://lexvo.org/id/iso639-3/arn> .

<info:lc/vocabulary/languages/arp> owl:sameAs <http://lexvo.org/id/iso639-3/arp> .

<info:lc/vocabulary/languages/art> owl:sameAs <http://lexvo.org/id/iso639-5/art> .

<info:lc/vocabulary/languages/arw> owl:sameAs <http://lexvo.org/id/iso639-3/arw> .

<info:lc/vocabulary/languages/asm> owl:sameAs <http://lexvo.org/id/iso639-3/asm> .

<info:lc/vocabulary/languages/ast> owl:sameAs <http://lexvo.org/id/iso639-3/ast> .

<info:lc/vocabulary/languages/ath> owl:sameAs <http://lexvo.org/id/iso639-5/ath> .

<info:lc/vocabulary/languages/aus> owl:sameAs <http://lexvo.org/id/iso639-5/aus> .

<info:lc/vocabulary/languages/ava> owl:sameAs <http://lexvo.org/id/iso639-3/ava> .

<info:lc/vocabulary/languages/ave> owl:sameAs <http://lexvo.org/id/iso639-3/ave> .

<info:lc/vocabulary/languages/awa> owl:sameAs <http://lexvo.org/id/iso639-3/awa> .

<info:lc/vocabulary/languages/aym> owl:sameAs <http://lexvo.org/id/iso639-3/aym> .

<info:lc/vocabulary/languages/aze> owl:sameAs <http://lexvo.org/id/iso639-3/aze> .

<info:lc/vocabulary/languages/bad> owl:sameAs <http://lexvo.org/id/iso639-5/bad> .

<info:lc/vocabulary/languages/bai> owl:sameAs <http://lexvo.org/id/iso639-5/bai> .

<info:lc/vocabulary/languages/bak> owl:sameAs <http://lexvo.org/id/iso639-3/bak> .

<info:lc/vocabulary/languages/bal> owl:sameAs <http://lexvo.org/id/iso639-3/bal> .

<info:lc/vocabulary/languages/bam> owl:sameAs <http://lexvo.org/id/iso639-3/bam> .

<info:lc/vocabulary/languages/ban> owl:sameAs <http://lexvo.org/id/iso639-3/ban> .

<info:lc/vocabulary/languages/baq> owl:sameAs <http://lexvo.org/id/iso639-3/eus> .

<info:lc/vocabulary/languages/bas> owl:sameAs <http://lexvo.org/id/iso639-3/bas> .

<info:lc/vocabulary/languages/bat> owl:sameAs <http://lexvo.org/id/iso639-5/bat> .

<info:lc/vocabulary/languages/bej> owl:sameAs <http://lexvo.org/id/iso639-3/bej> .

<info:lc/vocabulary/languages/bel> owl:sameAs <http://lexvo.org/id/iso639-3/bel> .

<info:lc/vocabulary/languages/bem> owl:sameAs <http://lexvo.org/id/iso639-3/bem> .

<info:lc/vocabulary/languages/ben> owl:sameAs <http://lexvo.org/id/iso639-3/ben> .

<info:lc/vocabulary/languages/ber> owl:sameAs <http://lexvo.org/id/iso639-5/ber> .

<info:lc/vocabulary/languages/bho> owl:sameAs <http://lexvo.org/id/iso639-3/bho> .

<info:lc/vocabulary/languages/bik> owl:sameAs <http://lexvo.org/id/iso639-3/bik> .

<info:lc/vocabulary/languages/bin> owl:sameAs <http://lexvo.org/id/iso639-3/bin> .

<info:lc/vocabulary/languages/bis> owl:sameAs <http://lexvo.org/id/iso639-3/bis> .

<info:lc/vocabulary/languages/bla> owl:sameAs <http://lexvo.org/id/iso639-3/bla> .

<info:lc/vocabulary/languages/bnt> owl:sameAs <http://lexvo.org/id/iso639-5/bnt> .

<info:lc/vocabulary/languages/bos> owl:sameAs <http://lexvo.org/id/iso639-3/bos> .

<info:lc/vocabulary/languages/bra> owl:sameAs <http://lexvo.org/id/iso639-3/bra> .

<info:lc/vocabulary/languages/bre> owl:sameAs <http://lexvo.org/id/iso639-3/bre> .

<info:lc/vocabulary/languages/btk> owl:sameAs <http://lexvo.org/id/iso639-5/btk> .

<info:lc/vocabulary/languages/bua> owl:sameAs <http://lexvo.org/id/iso639-3/bua> .

<info:lc/vocabulary/languages/bug> owl:sameAs <http://lexvo.org/id/iso639-3/bug> .

<info:lc/vocabulary/languages/bul> owl:sameAs <http://lexvo.org/id/iso639-3/bul> .

<info:lc/vocabulary/languages/bur> owl:sameAs <http://lexvo.org/id/iso639-3/mya> .

<info:lc/vocabulary/languages/byn> owl:sameAs <http://lexvo.org/id/iso639-3/byn> .

<info:lc/vocabulary/languages/cad> owl:sameAs <http://lexvo.org/id/iso639-3/cad> .

<info:lc/vocabulary/languages/cai> owl:sameAs <http://lexvo.org/id/iso639-5/cai> .

<info:lc/vocabulary/languages/cam> owl:sameAs <http://lexvo.org/id/iso639-3/khm> .

<info:lc/vocabulary/languages/car> owl:sameAs <http://lexvo.org/id/iso639-3/car> .

<info:lc/vocabulary/languages/cat> owl:sameAs <http://lexvo.org/id/iso639-3/cat> .

<info:lc/vocabulary/languages/cau> owl:sameAs <http://lexvo.org/id/iso639-5/cau> .

<info:lc/vocabulary/languages/ceb> owl:sameAs <http://lexvo.org/id/iso639-3/ceb> .

<info:lc/vocabulary/languages/cel> owl:sameAs <http://lexvo.org/id/iso639-5/cel> .

<info:lc/vocabulary/languages/cha> owl:sameAs <http://lexvo.org/id/iso639-3/cha> .

<info:lc/vocabulary/languages/chb> owl:sameAs <http://lexvo.org/id/iso639-3/chb> .

<info:lc/vocabulary/languages/che> owl:sameAs <http://lexvo.org/id/iso639-3/che> .

<info:lc/vocabulary/languages/chg> owl:sameAs <http://lexvo.org/id/iso639-3/chg> .

<info:lc/vocabulary/languages/chi> owl:sameAs <http://lexvo.org/id/iso639-3/zho> .

<info:lc/vocabulary/languages/chk> owl:sameAs <http://lexvo.org/id/iso639-3/chk> .

<info:lc/vocabulary/languages/chm> owl:sameAs <http://lexvo.org/id/iso639-3/chm> .

<info:lc/vocabulary/languages/chn> owl:sameAs <http://lexvo.org/id/iso639-3/chn> .

<info:lc/vocabulary/languages/cho> owl:sameAs <http://lexvo.org/id/iso639-3/cho> .

<info:lc/vocabulary/languages/chp> owl:sameAs <http://lexvo.org/id/iso639-3/chp> .

<info:lc/vocabulary/languages/chr> owl:sameAs <http://lexvo.org/id/iso639-3/chr> .

<info:lc/vocabulary/languages/chu> owl:sameAs <http://lexvo.org/id/iso639-3/chu> .

<info:lc/vocabulary/languages/chv> owl:sameAs <http://lexvo.org/id/iso639-3/chv> .

<info:lc/vocabulary/languages/chy> owl:sameAs <http://lexvo.org/id/iso639-3/chy> .

<info:lc/vocabulary/languages/cmc> owl:sameAs <http://lexvo.org/id/iso639-5/cmc> .

<info:lc/vocabulary/languages/cop> owl:sameAs <http://lexvo.org/id/iso639-3/cop> .

<info:lc/vocabulary/languages/cor> owl:sameAs <http://lexvo.org/id/iso639-3/cor> .

<info:lc/vocabulary/languages/cos> owl:sameAs <http://lexvo.org/id/iso639-3/cos> .

<info:lc/vocabulary/languages/cpe> owl:sameAs <http://lexvo.org/id/iso639-5/cpe> .

<info:lc/vocabulary/languages/cpf> owl:sameAs <http://lexvo.org/id/iso639-5/cpf> .

<info:lc/vocabulary/languages/cpp> owl:sameAs <http://lexvo.org/id/iso639-5/cpp> .

<info:lc/vocabulary/languages/cre> owl:sameAs <http://lexvo.org/id/iso639-3/cre> .

<info:lc/vocabulary/languages/crh> owl:sameAs <http://lexvo.org/id/iso639-3/crh> .

<info:lc/vocabulary/languages/crp> owl:sameAs <http://lexvo.org/id/iso639-5/crp> .

<info:lc/vocabulary/languages/csb> owl:sameAs <http://lexvo.org/id/iso639-3/csb> .

<info:lc/vocabulary/languages/cus> owl:sameAs <http://lexvo.org/id/iso639-5/cus> .

<info:lc/vocabulary/languages/cze> owl:sameAs <http://lexvo.org/id/iso639-3/ces> .

<info:lc/vocabulary/languages/dak> owl:sameAs <http://lexvo.org/id/iso639-3/dak> .

<info:lc/vocabulary/languages/dan> owl:sameAs <http://lexvo.org/id/iso639-3/dan> .

<info:lc/vocabulary/languages/dar> owl:sameAs <http://lexvo.org/id/iso639-3/dar> .

<info:lc/vocabulary/languages/day> owl:sameAs <http://lexvo.org/id/iso639-5/day> .

<info:lc/vocabulary/languages/del> owl:sameAs <http://lexvo.org/id/iso639-3/del> .

<info:lc/vocabulary/languages/den> owl:sameAs <http://lexvo.org/id/iso639-3/den> .

<info:lc/vocabulary/languages/dgr> owl:sameAs <http://lexvo.org/id/iso639-3/dgr> .

<info:lc/vocabulary/languages/din> owl:sameAs <http://lexvo.org/id/iso639-3/din> .

<info:lc/vocabulary/languages/div> owl:sameAs <http://lexvo.org/id/iso639-3/div> .

<info:lc/vocabulary/languages/doi> owl:sameAs <http://lexvo.org/id/iso639-3/doi> .

<info:lc/vocabulary/languages/dra> owl:sameAs <http://lexvo.org/id/iso639-5/dra> .

<info:lc/vocabulary/languages/dsb> owl:sameAs <http://lexvo.org/id/iso639-3/dsb> .

<info:lc/vocabulary/languages/dua> owl:sameAs <http://lexvo.org/id/iso639-3/dua> .

<info:lc/vocabulary/languages/dum> owl:sameAs <http://lexvo.org/id/iso639-3/dum> .

<info:lc/vocabulary/languages/dut> owl:sameAs <http://lexvo.org/id/iso639-3/nld> .

<info:lc/vocabulary/languages/dyu> owl:sameAs <http://lexvo.org/id/iso639-3/dyu> .

<info:lc/vocabulary/languages/dzo> owl:sameAs <http://lexvo.org/id/iso639-3/dzo> .

<info:lc/vocabulary/languages/efi> owl:sameAs <http://lexvo.org/id/iso639-3/efi> .

<info:lc/vocabulary/languages/egy> owl:sameAs <http://lexvo.org/id/iso639-3/egy> .

<info:lc/vocabulary/languages/eka> owl:sameAs <http://lexvo.org/id/iso639-3/eka> .

<info:lc/vocabulary/languages/elx> owl:sameAs <http://lexvo.org/id/iso639-3/elx> .

<info:lc/vocabulary/languages/eng> owl:sameAs <http://lexvo.org/id/iso639-3/eng> .

<info:lc/vocabulary/languages/enm> owl:sameAs <http://lexvo.org/id/iso639-3/enm> .

<info:lc/vocabulary/languages/epo> owl:sameAs <http://lexvo.org/id/iso639-3/epo> .

<info:lc/vocabulary/languages/esp> owl:sameAs <http://lexvo.org/id/iso639-3/epo> .

<info:lc/vocabulary/languages/est> owl:sameAs <http://lexvo.org/id/iso639-3/est> .

<info:lc/vocabulary/languages/eth> owl:sameAs <http://lexvo.org/id/iso639-3/gez> .

<info:lc/vocabulary/languages/ewe> owl:sameAs <http://lexvo.org/id/iso639-3/ewe> .

<info:lc/vocabulary/languages/ewo> owl:sameAs <http://lexvo.org/id/iso639-3/ewo> .

<info:lc/vocabulary/languages/fan> owl:sameAs <http://lexvo.org/id/iso639-3/fan> .

<info:lc/vocabulary/languages/fao> owl:sameAs <http://lexvo.org/id/iso639-3/fao> .

<info:lc/vocabulary/languages/far> owl:sameAs <http://lexvo.org/id/iso639-3/fao> .

<info:lc/vocabulary/languages/fat> owl:sameAs <http://lexvo.org/id/iso639-3/fat> .

<info:lc/vocabulary/languages/fij> owl:sameAs <http://lexvo.org/id/iso639-3/fij> .

<info:lc/vocabulary/languages/fil> owl:sameAs <http://lexvo.org/id/iso639-3/fil> .

<info:lc/vocabulary/languages/fin> owl:sameAs <http://lexvo.org/id/iso639-3/fin> .

<info:lc/vocabulary/languages/fiu> owl:sameAs <http://lexvo.org/id/iso639-5/fiu> .

<info:lc/vocabulary/languages/fon> owl:sameAs <http://lexvo.org/id/iso639-3/fon> .

<info:lc/vocabulary/languages/fre> owl:sameAs <http://lexvo.org/id/iso639-3/fra> .

<info:lc/vocabulary/languages/fri> owl:sameAs <http://lexvo.org/id/iso639-3/fry> .

<info:lc/vocabulary/languages/frm> owl:sameAs <http://lexvo.org/id/iso639-3/frm> .

<info:lc/vocabulary/languages/fro> owl:sameAs <http://lexvo.org/id/iso639-3/fro> .

<info:lc/vocabulary/languages/frr> owl:sameAs <http://lexvo.org/id/iso639-3/frr> .

<info:lc/vocabulary/languages/frs> owl:sameAs <http://lexvo.org/id/iso639-3/frs> .

<info:lc/vocabulary/languages/fry> owl:sameAs <http://lexvo.org/id/iso639-3/fry> .

<info:lc/vocabulary/languages/ful> owl:sameAs <http://lexvo.org/id/iso639-3/ful> .

<info:lc/vocabulary/languages/fur> owl:sameAs <http://lexvo.org/id/iso639-3/fur> .

<info:lc/vocabulary/languages/gaa> owl:sameAs <http://lexvo.org/id/iso639-3/gaa> .

<info:lc/vocabulary/languages/gae> owl:sameAs <http://lexvo.org/id/iso639-3/gla> .

<info:lc/vocabulary/languages/gag> owl:sameAs <http://lexvo.org/id/iso639-3/glg> .

<info:lc/vocabulary/languages/gal> owl:sameAs <http://lexvo.org/id/iso639-3/orm> .

<info:lc/vocabulary/languages/gay> owl:sameAs <http://lexvo.org/id/iso639-3/gay> .

<info:lc/vocabulary/languages/gba> owl:sameAs <http://lexvo.org/id/iso639-3/gba> .

<info:lc/vocabulary/languages/gem> owl:sameAs <http://lexvo.org/id/iso639-5/gem> .

<info:lc/vocabulary/languages/geo> owl:sameAs <http://lexvo.org/id/iso639-3/kat> .

<info:lc/vocabulary/languages/ger> owl:sameAs <http://lexvo.org/id/iso639-3/deu> .

<info:lc/vocabulary/languages/gez> owl:sameAs <http://lexvo.org/id/iso639-3/gez> .

<info:lc/vocabulary/languages/gil> owl:sameAs <http://lexvo.org/id/iso639-3/gil> .

<info:lc/vocabulary/languages/gla> owl:sameAs <http://lexvo.org/id/iso639-3/gla> .

<info:lc/vocabulary/languages/gle> owl:sameAs <http://lexvo.org/id/iso639-3/gle> .

<info:lc/vocabulary/languages/glg> owl:sameAs <http://lexvo.org/id/iso639-3/glg> .

<info:lc/vocabulary/languages/glv> owl:sameAs <http://lexvo.org/id/iso639-3/glv> .

<info:lc/vocabulary/languages/gmh> owl:sameAs <http://lexvo.org/id/iso639-3/gmh> .

<info:lc/vocabulary/languages/goh> owl:sameAs <http://lexvo.org/id/iso639-3/goh> .

<info:lc/vocabulary/languages/gon> owl:sameAs <http://lexvo.org/id/iso639-3/gon> .

<info:lc/vocabulary/languages/gor> owl:sameAs <http://lexvo.org/id/iso639-3/gor> .

<info:lc/vocabulary/languages/got> owl:sameAs <http://lexvo.org/id/iso639-3/got> .

<info:lc/vocabulary/languages/grb> owl:sameAs <http://lexvo.org/id/iso639-3/grb> .

<info:lc/vocabulary/languages/grc> owl:sameAs <http://lexvo.org/id/iso639-3/grc> .

<info:lc/vocabulary/languages/gre> owl:sameAs <http://lexvo.org/id/iso639-3/ell> .

<info:lc/vocabulary/languages/grn> owl:sameAs <http://lexvo.org/id/iso639-3/grn> .

<info:lc/vocabulary/languages/gsw> owl:sameAs <http://lexvo.org/id/iso639-3/gsw> .

<info:lc/vocabulary/languages/gua> owl:sameAs <http://lexvo.org/id/iso639-3/grn> .

<info:lc/vocabulary/languages/guj> owl:sameAs <http://lexvo.org/id/iso639-3/guj> .

<info:lc/vocabulary/languages/gwi> owl:sameAs <http://lexvo.org/id/iso639-3/gwi> .

<info:lc/vocabulary/languages/hai> owl:sameAs <http://lexvo.org/id/iso639-3/hai> .

<info:lc/vocabulary/languages/hat> owl:sameAs <http://lexvo.org/id/iso639-3/hat> .

<info:lc/vocabulary/languages/hau> owl:sameAs <http://lexvo.org/id/iso639-3/hau> .

<info:lc/vocabulary/languages/haw> owl:sameAs <http://lexvo.org/id/iso639-3/haw> .

<info:lc/vocabulary/languages/heb> owl:sameAs <http://lexvo.org/id/iso639-3/heb> .

<info:lc/vocabulary/languages/her> owl:sameAs <http://lexvo.org/id/iso639-3/her> .

<info:lc/vocabulary/languages/hil> owl:sameAs <http://lexvo.org/id/iso639-3/hil> .

<info:lc/vocabulary/languages/hin> owl:sameAs <http://lexvo.org/id/iso639-3/hin> .

<info:lc/vocabulary/languages/hit> owl:sameAs <http://lexvo.org/id/iso639-3/hit> .

<info:lc/vocabulary/languages/hmn> owl:sameAs <http://lexvo.org/id/iso639-3/hmn> .

<info:lc/vocabulary/languages/hmo> owl:sameAs <http://lexvo.org/id/iso639-3/hmo> .

<info:lc/vocabulary/languages/hrv> owl:sameAs <http://lexvo.org/id/iso639-3/hrv> .

<info:lc/vocabulary/languages/hsb> owl:sameAs <http://lexvo.org/id/iso639-3/hsb> .

<info:lc/vocabulary/languages/hun> owl:sameAs <http://lexvo.org/id/iso639-3/hun> .

<info:lc/vocabulary/languages/hup> owl:sameAs <http://lexvo.org/id/iso639-3/hup> .

<info:lc/vocabulary/languages/iba> owl:sameAs <http://lexvo.org/id/iso639-3/iba> .

<info:lc/vocabulary/languages/ibo> owl:sameAs <http://lexvo.org/id/iso639-3/ibo> .

<info:lc/vocabulary/languages/ice> owl:sameAs <http://lexvo.org/id/iso639-3/isl> .

<info:lc/vocabulary/languages/ido> owl:sameAs <http://lexvo.org/id/iso639-3/ido> .

<info:lc/vocabulary/languages/iii> owl:sameAs <http://lexvo.org/id/iso639-3/iii> .

<info:lc/vocabulary/languages/ijo> owl:sameAs <http://lexvo.org/id/iso639-5/ijo> .

<info:lc/vocabulary/languages/iku> owl:sameAs <http://lexvo.org/id/iso639-3/iku> .

<info:lc/vocabulary/languages/ile> owl:sameAs <http://lexvo.org/id/iso639-3/ile> .

<info:lc/vocabulary/languages/ilo> owl:sameAs <http://lexvo.org/id/iso639-3/ilo> .

<info:lc/vocabulary/languages/ina> owl:sameAs <http://lexvo.org/id/iso639-3/ina> .

<info:lc/vocabulary/languages/inc> owl:sameAs <http://lexvo.org/id/iso639-5/inc> .

<info:lc/vocabulary/languages/ind> owl:sameAs <http://lexvo.org/id/iso639-3/ind> .

<info:lc/vocabulary/languages/ine> owl:sameAs <http://lexvo.org/id/iso639-5/ine> .

<info:lc/vocabulary/languages/inh> owl:sameAs <http://lexvo.org/id/iso639-3/inh> .

<info:lc/vocabulary/languages/int> owl:sameAs <http://lexvo.org/id/iso639-3/ina> .

<info:lc/vocabulary/languages/ipk> owl:sameAs <http://lexvo.org/id/iso639-3/ipk> .

<info:lc/vocabulary/languages/ira> owl:sameAs <http://lexvo.org/id/iso639-5/ira> .

<info:lc/vocabulary/languages/iri> owl:sameAs <http://lexvo.org/id/iso639-3/gle> .

<info:lc/vocabulary/languages/iro> owl:sameAs <http://lexvo.org/id/iso639-5/iro> .

<info:lc/vocabulary/languages/ita> owl:sameAs <http://lexvo.org/id/iso639-3/ita> .

<info:lc/vocabulary/languages/jav> owl:sameAs <http://lexvo.org/id/iso639-3/jav> .

<info:lc/vocabulary/languages/jbo> owl:sameAs <http://lexvo.org/id/iso639-3/jbo> .

<info:lc/vocabulary/languages/jpn> owl:sameAs <http://lexvo.org/id/iso639-3/jpn> .

<info:lc/vocabulary/languages/jpr> owl:sameAs <http://lexvo.org/id/iso639-3/jpr> .

<info:lc/vocabulary/languages/jrb> owl:sameAs <http://lexvo.org/id/iso639-3/jrb> .

<info:lc/vocabulary/languages/kaa> owl:sameAs <http://lexvo.org/id/iso639-3/kaa> .

<info:lc/vocabulary/languages/kab> owl:sameAs <http://lexvo.org/id/iso639-3/kab> .

<info:lc/vocabulary/languages/kac> owl:sameAs <http://lexvo.org/id/iso639-3/kac> .

<info:lc/vocabulary/languages/kal> owl:sameAs <http://lexvo.org/id/iso639-3/kal> .

<info:lc/vocabulary/languages/kam> owl:sameAs <http://lexvo.org/id/iso639-3/kam> .

<info:lc/vocabulary/languages/kan> owl:sameAs <http://lexvo.org/id/iso639-3/kan> .

<info:lc/vocabulary/languages/kar> owl:sameAs <http://lexvo.org/id/iso639-5/kar> .

<info:lc/vocabulary/languages/kas> owl:sameAs <http://lexvo.org/id/iso639-3/kas> .

<info:lc/vocabulary/languages/kau> owl:sameAs <http://lexvo.org/id/iso639-3/kau> .

<info:lc/vocabulary/languages/kaw> owl:sameAs <http://lexvo.org/id/iso639-3/kaw> .

<info:lc/vocabulary/languages/kaz> owl:sameAs <http://lexvo.org/id/iso639-3/kaz> .

<info:lc/vocabulary/languages/kbd> owl:sameAs <http://lexvo.org/id/iso639-3/kbd> .

<info:lc/vocabulary/languages/kha> owl:sameAs <http://lexvo.org/id/iso639-3/kha> .

<info:lc/vocabulary/languages/khi> owl:sameAs <http://lexvo.org/id/iso639-5/khi> .

<info:lc/vocabulary/languages/khm> owl:sameAs <http://lexvo.org/id/iso639-3/khm> .

<info:lc/vocabulary/languages/kho> owl:sameAs <http://lexvo.org/id/iso639-3/kho> .

<info:lc/vocabulary/languages/kik> owl:sameAs <http://lexvo.org/id/iso639-3/kik> .

<info:lc/vocabulary/languages/kin> owl:sameAs <http://lexvo.org/id/iso639-3/kin> .

<info:lc/vocabulary/languages/kir> owl:sameAs <http://lexvo.org/id/iso639-3/kir> .

<info:lc/vocabulary/languages/kmb> owl:sameAs <http://lexvo.org/id/iso639-3/kmb> .

<info:lc/vocabulary/languages/kok> owl:sameAs <http://lexvo.org/id/iso639-3/kok> .

<info:lc/vocabulary/languages/kom> owl:sameAs <http://lexvo.org/id/iso639-3/kom> .

<info:lc/vocabulary/languages/kon> owl:sameAs <http://lexvo.org/id/iso639-3/kon> .

<info:lc/vocabulary/languages/kor> owl:sameAs <http://lexvo.org/id/iso639-3/kor> .

<info:lc/vocabulary/languages/kos> owl:sameAs <http://lexvo.org/id/iso639-3/kos> .

<info:lc/vocabulary/languages/kpe> owl:sameAs <http://lexvo.org/id/iso639-3/kpe> .

<info:lc/vocabulary/languages/krc> owl:sameAs <http://lexvo.org/id/iso639-3/krc> .

<info:lc/vocabulary/languages/krl> owl:sameAs <http://lexvo.org/id/iso639-3/krl> .

<info:lc/vocabulary/languages/kro> owl:sameAs <http://lexvo.org/id/iso639-5/kro> .

<info:lc/vocabulary/languages/kru> owl:sameAs <http://lexvo.org/id/iso639-3/kru> .

<info:lc/vocabulary/languages/kua> owl:sameAs <http://lexvo.org/id/iso639-3/kua> .

<info:lc/vocabulary/languages/kum> owl:sameAs <http://lexvo.org/id/iso639-3/kum> .

<info:lc/vocabulary/languages/kur> owl:sameAs <http://lexvo.org/id/iso639-3/kur> .

<info:lc/vocabulary/languages/kus> owl:sameAs <http://lexvo.org/id/iso639-3/kos> .

<info:lc/vocabulary/languages/kut> owl:sameAs <http://lexvo.org/id/iso639-3/kut> .

<info:lc/vocabulary/languages/lad> owl:sameAs <http://lexvo.org/id/iso639-3/lad> .

<info:lc/vocabulary/languages/lah> owl:sameAs <http://lexvo.org/id/iso639-3/lah> .

<info:lc/vocabulary/languages/lam> owl:sameAs <http://lexvo.org/id/iso639-3/lam> .

<info:lc/vocabulary/languages/lan> owl:sameAs <http://lexvo.org/id/iso639-3/oci> .

<info:lc/vocabulary/languages/lao> owl:sameAs <http://lexvo.org/id/iso639-3/lao> .

<info:lc/vocabulary/languages/lat> owl:sameAs <http://lexvo.org/id/iso639-3/lat> .

<info:lc/vocabulary/languages/lav> owl:sameAs <http://lexvo.org/id/iso639-3/lav> .

<info:lc/vocabulary/languages/lez> owl:sameAs <http://lexvo.org/id/iso639-3/lez> .

<info:lc/vocabulary/languages/lim> owl:sameAs <http://lexvo.org/id/iso639-3/lim> .

<info:lc/vocabulary/languages/lin> owl:sameAs <http://lexvo.org/id/iso639-3/lin> .

<info:lc/vocabulary/languages/lit> owl:sameAs <http://lexvo.org/id/iso639-3/lit> .

<info:lc/vocabulary/languages/lol> owl:sameAs <http://lexvo.org/id/iso639-3/lol> .

<info:lc/vocabulary/languages/loz> owl:sameAs <http://lexvo.org/id/iso639-3/loz> .

<info:lc/vocabulary/languages/ltz> owl:sameAs <http://lexvo.org/id/iso639-3/ltz> .

<info:lc/vocabulary/languages/lua> owl:sameAs <http://lexvo.org/id/iso639-3/lua> .

<info:lc/vocabulary/languages/lub> owl:sameAs <http://lexvo.org/id/iso639-3/lub> .

<info:lc/vocabulary/languages/lug> owl:sameAs <http://lexvo.org/id/iso639-3/lug> .

<info:lc/vocabulary/languages/lui> owl:sameAs <http://lexvo.org/id/iso639-3/lui> .

<info:lc/vocabulary/languages/lun> owl:sameAs <http://lexvo.org/id/iso639-3/lun> .

<info:lc/vocabulary/languages/luo> owl:sameAs <http://lexvo.org/id/iso639-3/luo> .

<info:lc/vocabulary/languages/lus> owl:sameAs <http://lexvo.org/id/iso639-3/lus> .

<info:lc/vocabulary/languages/mac> owl:sameAs <http://lexvo.org/id/iso639-3/mkd> .

<info:lc/vocabulary/languages/mad> owl:sameAs <http://lexvo.org/id/iso639-3/mad> .

<info:lc/vocabulary/languages/mag> owl:sameAs <http://lexvo.org/id/iso639-3/mag> .

<info:lc/vocabulary/languages/mah> owl:sameAs <http://lexvo.org/id/iso639-3/mah> .

<info:lc/vocabulary/languages/mai> owl:sameAs <http://lexvo.org/id/iso639-3/mai> .

<info:lc/vocabulary/languages/mak> owl:sameAs <http://lexvo.org/id/iso639-3/mak> .

<info:lc/vocabulary/languages/mal> owl:sameAs <http://lexvo.org/id/iso639-3/mal> .

<info:lc/vocabulary/languages/man> owl:sameAs <http://lexvo.org/id/iso639-3/man> .

<info:lc/vocabulary/languages/mao> owl:sameAs <http://lexvo.org/id/iso639-3/mri> .

<info:lc/vocabulary/languages/map> owl:sameAs <http://lexvo.org/id/iso639-5/map> .

<info:lc/vocabulary/languages/mar> owl:sameAs <http://lexvo.org/id/iso639-3/mar> .

<info:lc/vocabulary/languages/mas> owl:sameAs <http://lexvo.org/id/iso639-3/mas> .

<info:lc/vocabulary/languages/max> owl:sameAs <http://lexvo.org/id/iso639-3/glv> .

<info:lc/vocabulary/languages/may> owl:sameAs <http://lexvo.org/id/iso639-3/msa> .

<info:lc/vocabulary/languages/mdf> owl:sameAs <http://lexvo.org/id/iso639-3/mdf> .

<info:lc/vocabulary/languages/mdr> owl:sameAs <http://lexvo.org/id/iso639-3/mdr> .

<info:lc/vocabulary/languages/men> owl:sameAs <http://lexvo.org/id/iso639-3/men> .

<info:lc/vocabulary/languages/mga> owl:sameAs <http://lexvo.org/id/iso639-3/mga> .

<info:lc/vocabulary/languages/mic> owl:sameAs <http://lexvo.org/id/iso639-3/mic> .

<info:lc/vocabulary/languages/min> owl:sameAs <http://lexvo.org/id/iso639-3/min> .

<info:lc/vocabulary/languages/mis> owl:sameAs <http://lexvo.org/id/iso639-3/mis> .

<info:lc/vocabulary/languages/mkh> owl:sameAs <http://lexvo.org/id/iso639-5/mkh> .

<info:lc/vocabulary/languages/mla> owl:sameAs <http://lexvo.org/id/iso639-3/mlg> .

<info:lc/vocabulary/languages/mlg> owl:sameAs <http://lexvo.org/id/iso639-3/mlg> .

<info:lc/vocabulary/languages/mlt> owl:sameAs <http://lexvo.org/id/iso639-3/mlt> .

<info:lc/vocabulary/languages/mnc> owl:sameAs <http://lexvo.org/id/iso639-3/mnc> .

<info:lc/vocabulary/languages/mni> owl:sameAs <http://lexvo.org/id/iso639-3/mni> .

<info:lc/vocabulary/languages/mno> owl:sameAs <http://lexvo.org/id/iso639-5/mno> .

<info:lc/vocabulary/languages/moh> owl:sameAs <http://lexvo.org/id/iso639-3/moh> .

<info:lc/vocabulary/languages/mon> owl:sameAs <http://lexvo.org/id/iso639-3/mon> .

<info:lc/vocabulary/languages/mos> owl:sameAs <http://lexvo.org/id/iso639-3/mos> .

<info:lc/vocabulary/languages/mul> owl:sameAs <http://lexvo.org/id/iso639-3/mul> .

<info:lc/vocabulary/languages/mun> owl:sameAs <http://lexvo.org/id/iso639-5/mun> .

<info:lc/vocabulary/languages/mus> owl:sameAs <http://lexvo.org/id/iso639-3/mus> .

<info:lc/vocabulary/languages/mwl> owl:sameAs <http://lexvo.org/id/iso639-3/mwl> .

<info:lc/vocabulary/languages/mwr> owl:sameAs <http://lexvo.org/id/iso639-3/mwr> .

<info:lc/vocabulary/languages/myn> owl:sameAs <http://lexvo.org/id/iso639-5/myn> .

<info:lc/vocabulary/languages/myv> owl:sameAs <http://lexvo.org/id/iso639-3/myv> .

<info:lc/vocabulary/languages/nah> owl:sameAs <http://lexvo.org/id/iso639-5/nah> .

<info:lc/vocabulary/languages/nai> owl:sameAs <http://lexvo.org/id/iso639-5/nai> .

<info:lc/vocabulary/languages/nap> owl:sameAs <http://lexvo.org/id/iso639-3/nap> .

<info:lc/vocabulary/languages/nau> owl:sameAs <http://lexvo.org/id/iso639-3/nau> .

<info:lc/vocabulary/languages/nav> owl:sameAs <http://lexvo.org/id/iso639-3/nav> .

<info:lc/vocabulary/languages/nbl> owl:sameAs <http://lexvo.org/id/iso639-3/nbl> .

<info:lc/vocabulary/languages/nde> owl:sameAs <http://lexvo.org/id/iso639-3/nde> .

<info:lc/vocabulary/languages/ndo> owl:sameAs <http://lexvo.org/id/iso639-3/ndo> .

<info:lc/vocabulary/languages/nds> owl:sameAs <http://lexvo.org/id/iso639-3/nds> .

<info:lc/vocabulary/languages/nep> owl:sameAs <http://lexvo.org/id/iso639-3/nep> .

<info:lc/vocabulary/languages/new> owl:sameAs <http://lexvo.org/id/iso639-3/new> .

<info:lc/vocabulary/languages/nia> owl:sameAs <http://lexvo.org/id/iso639-3/nia> .

<info:lc/vocabulary/languages/nic> owl:sameAs <http://lexvo.org/id/iso639-5/nic> .

<info:lc/vocabulary/languages/niu> owl:sameAs <http://lexvo.org/id/iso639-3/niu> .

<info:lc/vocabulary/languages/nno> owl:sameAs <http://lexvo.org/id/iso639-3/nno> .

<info:lc/vocabulary/languages/nob> owl:sameAs <http://lexvo.org/id/iso639-3/nob> .

<info:lc/vocabulary/languages/nog> owl:sameAs <http://lexvo.org/id/iso639-3/nog> .

<info:lc/vocabulary/languages/non> owl:sameAs <http://lexvo.org/id/iso639-3/non> .

<info:lc/vocabulary/languages/nor> owl:sameAs <http://lexvo.org/id/iso639-3/nor> .

<info:lc/vocabulary/languages/nqo> owl:sameAs <http://lexvo.org/id/iso639-3/nqo> .

<info:lc/vocabulary/languages/nso> owl:sameAs <http://lexvo.org/id/iso639-3/nso> .

<info:lc/vocabulary/languages/nub> owl:sameAs <http://lexvo.org/id/iso639-5/nub> .

<info:lc/vocabulary/languages/nwc> owl:sameAs <http://lexvo.org/id/iso639-3/nwc> .

<info:lc/vocabulary/languages/nya> owl:sameAs <http://lexvo.org/id/iso639-3/nya> .

<info:lc/vocabulary/languages/nym> owl:sameAs <http://lexvo.org/id/iso639-3/nym> .

<info:lc/vocabulary/languages/nyn> owl:sameAs <http://lexvo.org/id/iso639-3/nyn> .

<info:lc/vocabulary/languages/nyo> owl:sameAs <http://lexvo.org/id/iso639-3/nyo> .

<info:lc/vocabulary/languages/nzi> owl:sameAs <http://lexvo.org/id/iso639-3/nzi> .

<info:lc/vocabulary/languages/oci> owl:sameAs <http://lexvo.org/id/iso639-3/oci> .

<info:lc/vocabulary/languages/oji> owl:sameAs <http://lexvo.org/id/iso639-3/oji> .

<info:lc/vocabulary/languages/ori> owl:sameAs <http://lexvo.org/id/iso639-3/ori> .

<info:lc/vocabulary/languages/orm> owl:sameAs <http://lexvo.org/id/iso639-3/orm> .

<info:lc/vocabulary/languages/osa> owl:sameAs <http://lexvo.org/id/iso639-3/osa> .

<info:lc/vocabulary/languages/oss> owl:sameAs <http://lexvo.org/id/iso639-3/oss> .

<info:lc/vocabulary/languages/ota> owl:sameAs <http://lexvo.org/id/iso639-3/ota> .

<info:lc/vocabulary/languages/oto> owl:sameAs <http://lexvo.org/id/iso639-5/oto> .

<info:lc/vocabulary/languages/paa> owl:sameAs <http://lexvo.org/id/iso639-5/paa> .

<info:lc/vocabulary/languages/pag> owl:sameAs <http://lexvo.org/id/iso639-3/pag> .

<info:lc/vocabulary/languages/pal> owl:sameAs <http://lexvo.org/id/iso639-3/pal> .

<info:lc/vocabulary/languages/pam> owl:sameAs <http://lexvo.org/id/iso639-3/pam> .

<info:lc/vocabulary/languages/pan> owl:sameAs <http://lexvo.org/id/iso639-3/pan> .

<info:lc/vocabulary/languages/pap> owl:sameAs <http://lexvo.org/id/iso639-3/pap> .

<info:lc/vocabulary/languages/pau> owl:sameAs <http://lexvo.org/id/iso639-3/pau> .

<info:lc/vocabulary/languages/peo> owl:sameAs <http://lexvo.org/id/iso639-3/peo> .

<info:lc/vocabulary/languages/per> owl:sameAs <http://lexvo.org/id/iso639-3/fas> .

<info:lc/vocabulary/languages/phi> owl:sameAs <http://lexvo.org/id/iso639-5/phi> .

<info:lc/vocabulary/languages/phn> owl:sameAs <http://lexvo.org/id/iso639-3/phn> .

<info:lc/vocabulary/languages/pli> owl:sameAs <http://lexvo.org/id/iso639-3/pli> .

<info:lc/vocabulary/languages/pol> owl:sameAs <http://lexvo.org/id/iso639-3/pol> .

<info:lc/vocabulary/languages/pon> owl:sameAs <http://lexvo.org/id/iso639-3/pon> .

<info:lc/vocabulary/languages/por> owl:sameAs <http://lexvo.org/id/iso639-3/por> .

<info:lc/vocabulary/languages/pra> owl:sameAs <http://lexvo.org/id/iso639-5/pra> .

<info:lc/vocabulary/languages/pro> owl:sameAs <http://lexvo.org/id/iso639-3/pro> .

<info:lc/vocabulary/languages/pus> owl:sameAs <http://lexvo.org/id/iso639-3/pus> .

<info:lc/vocabulary/languages/que> owl:sameAs <http://lexvo.org/id/iso639-3/que> .

<info:lc/vocabulary/languages/raj> owl:sameAs <http://lexvo.org/id/iso639-3/raj> .

<info:lc/vocabulary/languages/rap> owl:sameAs <http://lexvo.org/id/iso639-3/rap> .

<info:lc/vocabulary/languages/rar> owl:sameAs <http://lexvo.org/id/iso639-3/rar> .

<info:lc/vocabulary/languages/roa> owl:sameAs <http://lexvo.org/id/iso639-5/roa> .

<info:lc/vocabulary/languages/roh> owl:sameAs <http://lexvo.org/id/iso639-3/roh> .

<info:lc/vocabulary/languages/rom> owl:sameAs <http://lexvo.org/id/iso639-3/rom> .

<info:lc/vocabulary/languages/rum> owl:sameAs <http://lexvo.org/id/iso639-3/ron> .

<info:lc/vocabulary/languages/run> owl:sameAs <http://lexvo.org/id/iso639-3/run> .

<info:lc/vocabulary/languages/rup> owl:sameAs <http://lexvo.org/id/iso639-3/rup> .

<info:lc/vocabulary/languages/rus> owl:sameAs <http://lexvo.org/id/iso639-3/rus> .

<info:lc/vocabulary/languages/sad> owl:sameAs <http://lexvo.org/id/iso639-3/sad> .

<info:lc/vocabulary/languages/sag> owl:sameAs <http://lexvo.org/id/iso639-3/sag> .

<info:lc/vocabulary/languages/sah> owl:sameAs <http://lexvo.org/id/iso639-3/sah> .

<info:lc/vocabulary/languages/sai> owl:sameAs <http://lexvo.org/id/iso639-5/sai> .

<info:lc/vocabulary/languages/sal> owl:sameAs <http://lexvo.org/id/iso639-5/sal> .

<info:lc/vocabulary/languages/sam> owl:sameAs <http://lexvo.org/id/iso639-3/sam> .

<info:lc/vocabulary/languages/san> owl:sameAs <http://lexvo.org/id/iso639-3/san> .

<info:lc/vocabulary/languages/sao> owl:sameAs <http://lexvo.org/id/iso639-3/smo> .

<info:lc/vocabulary/languages/sas> owl:sameAs <http://lexvo.org/id/iso639-3/sas> .

<info:lc/vocabulary/languages/sat> owl:sameAs <http://lexvo.org/id/iso639-3/sat> .

<info:lc/vocabulary/languages/scn> owl:sameAs <http://lexvo.org/id/iso639-3/scn> .

<info:lc/vocabulary/languages/sco> owl:sameAs <http://lexvo.org/id/iso639-3/sco> .

<info:lc/vocabulary/languages/sel> owl:sameAs <http://lexvo.org/id/iso639-3/sel> .

<info:lc/vocabulary/languages/sem> owl:sameAs <http://lexvo.org/id/iso639-5/sem> .

<info:lc/vocabulary/languages/sga> owl:sameAs <http://lexvo.org/id/iso639-3/sga> .

<info:lc/vocabulary/languages/sgn> owl:sameAs <http://lexvo.org/id/iso639-5/sgn> .

<info:lc/vocabulary/languages/shn> owl:sameAs <http://lexvo.org/id/iso639-3/shn> .

<info:lc/vocabulary/languages/sho> owl:sameAs <http://lexvo.org/id/iso639-3/sna> .

<info:lc/vocabulary/languages/sid> owl:sameAs <http://lexvo.org/id/iso639-3/sid> .

<info:lc/vocabulary/languages/sin> owl:sameAs <http://lexvo.org/id/iso639-3/sin> .

<info:lc/vocabulary/languages/sio> owl:sameAs <http://lexvo.org/id/iso639-5/sio> .

<info:lc/vocabulary/languages/sit> owl:sameAs <http://lexvo.org/id/iso639-5/sit> .

<info:lc/vocabulary/languages/sla> owl:sameAs <http://lexvo.org/id/iso639-5/sla> .

<info:lc/vocabulary/languages/slo> owl:sameAs <http://lexvo.org/id/iso639-3/slk> .

<info:lc/vocabulary/languages/slv> owl:sameAs <http://lexvo.org/id/iso639-3/slv> .

<info:lc/vocabulary/languages/sma> owl:sameAs <http://lexvo.org/id/iso639-3/sma> .

<info:lc/vocabulary/languages/sme> owl:sameAs <http://lexvo.org/id/iso639-3/sme> .

<info:lc/vocabulary/languages/smi> owl:sameAs <http://lexvo.org/id/iso639-5/smi> .

<info:lc/vocabulary/languages/smj> owl:sameAs <http://lexvo.org/id/iso639-3/smj> .

<info:lc/vocabulary/languages/smn> owl:sameAs <http://lexvo.org/id/iso639-3/smn> .

<info:lc/vocabulary/languages/smo> owl:sameAs <http://lexvo.org/id/iso639-3/smo> .

<info:lc/vocabulary/languages/sms> owl:sameAs <http://lexvo.org/id/iso639-3/sms> .

<info:lc/vocabulary/languages/sna> owl:sameAs <http://lexvo.org/id/iso639-3/sna> .

<info:lc/vocabulary/languages/snd> owl:sameAs <http://lexvo.org/id/iso639-3/snd> .

<info:lc/vocabulary/languages/snh> owl:sameAs <http://lexvo.org/id/iso639-3/sin> .

<info:lc/vocabulary/languages/snk> owl:sameAs <http://lexvo.org/id/iso639-3/snk> .

<info:lc/vocabulary/languages/sog> owl:sameAs <http://lexvo.org/id/iso639-3/sog> .

<info:lc/vocabulary/languages/som> owl:sameAs <http://lexvo.org/id/iso639-3/som> .

<info:lc/vocabulary/languages/son> owl:sameAs <http://lexvo.org/id/iso639-5/son> .

<info:lc/vocabulary/languages/sot> owl:sameAs <http://lexvo.org/id/iso639-3/sot> .

<info:lc/vocabulary/languages/spa> owl:sameAs <http://lexvo.org/id/iso639-3/spa> .

<info:lc/vocabulary/languages/srd> owl:sameAs <http://lexvo.org/id/iso639-3/srd> .

<info:lc/vocabulary/languages/srn> owl:sameAs <http://lexvo.org/id/iso639-3/srn> .

<info:lc/vocabulary/languages/srp> owl:sameAs <http://lexvo.org/id/iso639-3/srp> .

<info:lc/vocabulary/languages/srr> owl:sameAs <http://lexvo.org/id/iso639-3/srr> .

<info:lc/vocabulary/languages/ssa> owl:sameAs <http://lexvo.org/id/iso639-5/ssa> .

<info:lc/vocabulary/languages/sso> owl:sameAs <http://lexvo.org/id/iso639-3/sot> .

<info:lc/vocabulary/languages/ssw> owl:sameAs <http://lexvo.org/id/iso639-3/ssw> .

<info:lc/vocabulary/languages/suk> owl:sameAs <http://lexvo.org/id/iso639-3/suk> .

<info:lc/vocabulary/languages/sun> owl:sameAs <http://lexvo.org/id/iso639-3/sun> .

<info:lc/vocabulary/languages/sus> owl:sameAs <http://lexvo.org/id/iso639-3/sus> .

<info:lc/vocabulary/languages/sux> owl:sameAs <http://lexvo.org/id/iso639-3/sux> .

<info:lc/vocabulary/languages/swa> owl:sameAs <http://lexvo.org/id/iso639-3/swa> .

<info:lc/vocabulary/languages/swe> owl:sameAs <http://lexvo.org/id/iso639-3/swe> .

<info:lc/vocabulary/languages/swz> owl:sameAs <http://lexvo.org/id/iso639-3/ssw> .

<info:lc/vocabulary/languages/syc> owl:sameAs <http://lexvo.org/id/iso639-3/syc> .

<info:lc/vocabulary/languages/syr> owl:sameAs <http://lexvo.org/id/iso639-3/syr> .

<info:lc/vocabulary/languages/tag> owl:sameAs <http://lexvo.org/id/iso639-3/tgl> .

<info:lc/vocabulary/languages/tah> owl:sameAs <http://lexvo.org/id/iso639-3/tah> .

<info:lc/vocabulary/languages/tai> owl:sameAs <http://lexvo.org/id/iso639-5/tai> .

<info:lc/vocabulary/languages/taj> owl:sameAs <http://lexvo.org/id/iso639-3/tgk> .

<info:lc/vocabulary/languages/tam> owl:sameAs <http://lexvo.org/id/iso639-3/tam> .

<info:lc/vocabulary/languages/tar> owl:sameAs <http://lexvo.org/id/iso639-3/tat> .

<info:lc/vocabulary/languages/tat> owl:sameAs <http://lexvo.org/id/iso639-3/tat> .

<info:lc/vocabulary/languages/tel> owl:sameAs <http://lexvo.org/id/iso639-3/tel> .

<info:lc/vocabulary/languages/tem> owl:sameAs <http://lexvo.org/id/iso639-3/tem> .

<info:lc/vocabulary/languages/ter> owl:sameAs <http://lexvo.org/id/iso639-3/ter> .

<info:lc/vocabulary/languages/tet> owl:sameAs <http://lexvo.org/id/iso639-3/tet> .

<info:lc/vocabulary/languages/tgk> owl:sameAs <http://lexvo.org/id/iso639-3/tgk> .

<info:lc/vocabulary/languages/tgl> owl:sameAs <http://lexvo.org/id/iso639-3/tgl> .

<info:lc/vocabulary/languages/tha> owl:sameAs <http://lexvo.org/id/iso639-3/tha> .

<info:lc/vocabulary/languages/tib> owl:sameAs <http://lexvo.org/id/iso639-3/bod> .

<info:lc/vocabulary/languages/tig> owl:sameAs <http://lexvo.org/id/iso639-3/tig> .

<info:lc/vocabulary/languages/tir> owl:sameAs <http://lexvo.org/id/iso639-3/tir> .

<info:lc/vocabulary/languages/tiv> owl:sameAs <http://lexvo.org/id/iso639-3/tiv> .

<info:lc/vocabulary/languages/tkl> owl:sameAs <http://lexvo.org/id/iso639-3/tkl> .

<info:lc/vocabulary/languages/tlh> owl:sameAs <http://lexvo.org/id/iso639-3/tlh> .

<info:lc/vocabulary/languages/tli> owl:sameAs <http://lexvo.org/id/iso639-3/tli> .

<info:lc/vocabulary/languages/tmh> owl:sameAs <http://lexvo.org/id/iso639-3/tmh> .

<info:lc/vocabulary/languages/tog> owl:sameAs <http://lexvo.org/id/iso639-3/tog> .

<info:lc/vocabulary/languages/ton> owl:sameAs <http://lexvo.org/id/iso639-3/ton> .

<info:lc/vocabulary/languages/tpi> owl:sameAs <http://lexvo.org/id/iso639-3/tpi> .

<info:lc/vocabulary/languages/tru> owl:sameAs <http://lexvo.org/id/iso639-3/chk> .

<info:lc/vocabulary/languages/tsi> owl:sameAs <http://lexvo.org/id/iso639-3/tsi> .

<info:lc/vocabulary/languages/tsn> owl:sameAs <http://lexvo.org/id/iso639-3/tsn> .

<info:lc/vocabulary/languages/tso> owl:sameAs <http://lexvo.org/id/iso639-3/tso> .

<info:lc/vocabulary/languages/tsw> owl:sameAs <http://lexvo.org/id/iso639-3/tsn> .

<info:lc/vocabulary/languages/tuk> owl:sameAs <http://lexvo.org/id/iso639-3/tuk> .

<info:lc/vocabulary/languages/tum> owl:sameAs <http://lexvo.org/id/iso639-3/tum> .

<info:lc/vocabulary/languages/tup> owl:sameAs <http://lexvo.org/id/iso639-5/tup> .

<info:lc/vocabulary/languages/tur> owl:sameAs <http://lexvo.org/id/iso639-3/tur> .

<info:lc/vocabulary/languages/tut> owl:sameAs <http://lexvo.org/id/iso639-5/tut> .

<info:lc/vocabulary/languages/tvl> owl:sameAs <http://lexvo.org/id/iso639-3/tvl> .

<info:lc/vocabulary/languages/twi> owl:sameAs <http://lexvo.org/id/iso639-3/twi> .

<info:lc/vocabulary/languages/tyv> owl:sameAs <http://lexvo.org/id/iso639-3/tyv> .

<info:lc/vocabulary/languages/udm> owl:sameAs <http://lexvo.org/id/iso639-3/udm> .

<info:lc/vocabulary/languages/uga> owl:sameAs <http://lexvo.org/id/iso639-3/uga> .

<info:lc/vocabulary/languages/uig> owl:sameAs <http://lexvo.org/id/iso639-3/uig> .

<info:lc/vocabulary/languages/ukr> owl:sameAs <http://lexvo.org/id/iso639-3/ukr> .

<info:lc/vocabulary/languages/umb> owl:sameAs <http://lexvo.org/id/iso639-3/umb> .

<info:lc/vocabulary/languages/und> owl:sameAs <http://lexvo.org/id/iso639-3/und> .

<info:lc/vocabulary/languages/urd> owl:sameAs <http://lexvo.org/id/iso639-3/urd> .

<info:lc/vocabulary/languages/uzb> owl:sameAs <http://lexvo.org/id/iso639-3/uzb> .

<info:lc/vocabulary/languages/vai> owl:sameAs <http://lexvo.org/id/iso639-3/vai> .

<info:lc/vocabulary/languages/ven> owl:sameAs <http://lexvo.org/id/iso639-3/ven> .

<info:lc/vocabulary/languages/vie> owl:sameAs <http://lexvo.org/id/iso639-3/vie> .

<info:lc/vocabulary/languages/vol> owl:sameAs <http://lexvo.org/id/iso639-3/vol> .

<info:lc/vocabulary/languages/vot> owl:sameAs <http://lexvo.org/id/iso639-3/vot> .

<info:lc/vocabulary/languages/wak> owl:sameAs <http://lexvo.org/id/iso639-5/wak> .

<info:lc/vocabulary/languages/wal> owl:sameAs <http://lexvo.org/id/iso639-3/wal> .

<info:lc/vocabulary/languages/war> owl:sameAs <http://lexvo.org/id/iso639-3/war> .

<info:lc/vocabulary/languages/was> owl:sameAs <http://lexvo.org/id/iso639-3/was> .

<info:lc/vocabulary/languages/wel> owl:sameAs <http://lexvo.org/id/iso639-3/cym> .

<info:lc/vocabulary/languages/wen> owl:sameAs <http://lexvo.org/id/iso639-5/wen> .

<info:lc/vocabulary/languages/wln> owl:sameAs <http://lexvo.org/id/iso639-3/wln> .

<info:lc/vocabulary/languages/wol> owl:sameAs <http://lexvo.org/id/iso639-3/wol> .

<info:lc/vocabulary/languages/xal> owl:sameAs <http://lexvo.org/id/iso639-3/xal> .

<info:lc/vocabulary/languages/xho> owl:sameAs <http://lexvo.org/id/iso639-3/xho> .

<info:lc/vocabulary/languages/yao> owl:sameAs <http://lexvo.org/id/iso639-3/yao> .

<info:lc/vocabulary/languages/yap> owl:sameAs <http://lexvo.org/id/iso639-3/yap> .

<info:lc/vocabulary/languages/yid> owl:sameAs <http://lexvo.org/id/iso639-3/yid> .

<info:lc/vocabulary/languages/yor> owl:sameAs <http://lexvo.org/id/iso639-3/yor> .

<info:lc/vocabulary/languages/ypk> owl:sameAs <http://lexvo.org/id/iso639-5/ypk> .

<info:lc/vocabulary/languages/zap> owl:sameAs <http://lexvo.org/id/iso639-3/zap> .

<info:lc/vocabulary/languages/zbl> owl:sameAs <http://lexvo.org/id/iso639-3/zbl> .

<info:lc/vocabulary/languages/zen> owl:sameAs <http://lexvo.org/id/iso639-3/zen> .

<info:lc/vocabulary/languages/zha> owl:sameAs <http://lexvo.org/id/iso639-3/zha> .

<info:lc/vocabulary/languages/znd> owl:sameAs <http://lexvo.org/id/iso639-5/znd> .

<info:lc/vocabulary/languages/zul> owl:sameAs <http://lexvo.org/id/iso639-3/zul> .

<info:lc/vocabulary/languages/zun> owl:sameAs <http://lexvo.org/id/iso639-3/zun> .

<info:lc/vocabulary/languages/zxx> owl:sameAs <http://lexvo.org/id/iso639-3/zxx> .

<info:lc/vocabulary/languages/zza> owl:sameAs <http://lexvo.org/id/iso639-3/zza> .

<http://id.loc.gov/vocabulary/iso639-2/abk> foaf:focus <http://lexvo.org/id/iso639-3/abk> .

<http://id.loc.gov/vocabulary/iso639-2/ace> foaf:focus <http://lexvo.org/id/iso639-3/ace> .

<http://id.loc.gov/vocabulary/iso639-2/ach> foaf:focus <http://lexvo.org/id/iso639-3/ach> .

<http://id.loc.gov/vocabulary/iso639-2/ada> foaf:focus <http://lexvo.org/id/iso639-3/ada> .

<http://id.loc.gov/vocabulary/iso639-2/ady> foaf:focus <http://lexvo.org/id/iso639-3/ady> .

<http://id.loc.gov/vocabulary/iso639-2/afh> foaf:focus <http://lexvo.org/id/iso639-3/afh> .

<http://id.loc.gov/vocabulary/iso639-2/afr> foaf:focus <http://lexvo.org/id/iso639-3/afr> .

<http://id.loc.gov/vocabulary/iso639-2/ain> foaf:focus <http://lexvo.org/id/iso639-3/ain> .

<http://id.loc.gov/vocabulary/iso639-2/aka> foaf:focus <http://lexvo.org/id/iso639-3/aka> .

<http://id.loc.gov/vocabulary/iso639-2/akk> foaf:focus <http://lexvo.org/id/iso639-3/akk> .

<http://id.loc.gov/vocabulary/iso639-2/alb> foaf:focus <http://lexvo.org/id/iso639-3/sqi> .

<http://id.loc.gov/vocabulary/iso639-2/ale> foaf:focus <http://lexvo.org/id/iso639-3/ale> .

<http://id.loc.gov/vocabulary/iso639-2/alt> foaf:focus <http://lexvo.org/id/iso639-3/alt> .

<http://id.loc.gov/vocabulary/iso639-2/amh> foaf:focus <http://lexvo.org/id/iso639-3/amh> .

<http://id.loc.gov/vocabulary/iso639-2/ang> foaf:focus <http://lexvo.org/id/iso639-3/ang> .

<http://id.loc.gov/vocabulary/iso639-2/anp> foaf:focus <http://lexvo.org/id/iso639-3/anp> .

<http://id.loc.gov/vocabulary/iso639-2/ara> foaf:focus <http://lexvo.org/id/iso639-3/ara> .

<http://id.loc.gov/vocabulary/iso639-2/arc> foaf:focus <http://lexvo.org/id/iso639-3/arc> .

<http://id.loc.gov/vocabulary/iso639-2/arg> foaf:focus <http://lexvo.org/id/iso639-3/arg> .

<http://id.loc.gov/vocabulary/iso639-2/arm> foaf:focus <http://lexvo.org/id/iso639-3/hye> .

<http://id.loc.gov/vocabulary/iso639-2/arn> foaf:focus <http://lexvo.org/id/iso639-3/arn> .

<http://id.loc.gov/vocabulary/iso639-2/arp> foaf:focus <http://lexvo.org/id/iso639-3/arp> .

<http://id.loc.gov/vocabulary/iso639-2/arw> foaf:focus <http://lexvo.org/id/iso639-3/arw> .

<http://id.loc.gov/vocabulary/iso639-2/asm> foaf:focus <http://lexvo.org/id/iso639-3/asm> .

<http://id.loc.gov/vocabulary/iso639-2/ast> foaf:focus <http://lexvo.org/id/iso639-3/ast> .

<http://id.loc.gov/vocabulary/iso639-2/ava> foaf:focus <http://lexvo.org/id/iso639-3/ava> .

<http://id.loc.gov/vocabulary/iso639-2/ave> foaf:focus <http://lexvo.org/id/iso639-3/ave> .

<http://id.loc.gov/vocabulary/iso639-2/awa> foaf:focus <http://lexvo.org/id/iso639-3/awa> .

<http://id.loc.gov/vocabulary/iso639-2/aym> foaf:focus <http://lexvo.org/id/iso639-3/aym> .

<http://id.loc.gov/vocabulary/iso639-2/aze> foaf:focus <http://lexvo.org/id/iso639-3/aze> .

<http://id.loc.gov/vocabulary/iso639-2/bak> foaf:focus <http://lexvo.org/id/iso639-3/bak> .

<http://id.loc.gov/vocabulary/iso639-2/bal> foaf:focus <http://lexvo.org/id/iso639-3/bal> .

<http://id.loc.gov/vocabulary/iso639-2/bam> foaf:focus <http://lexvo.org/id/iso639-3/bam> .

<http://id.loc.gov/vocabulary/iso639-2/ban> foaf:focus <http://lexvo.org/id/iso639-3/ban> .

<http://id.loc.gov/vocabulary/iso639-2/baq> foaf:focus <http://lexvo.org/id/iso639-3/eus> .

<http://id.loc.gov/vocabulary/iso639-2/bas> foaf:focus <http://lexvo.org/id/iso639-3/bas> .

<http://id.loc.gov/vocabulary/iso639-2/bej> foaf:focus <http://lexvo.org/id/iso639-3/bej> .

<http://id.loc.gov/vocabulary/iso639-2/bel> foaf:focus <http://lexvo.org/id/iso639-3/bel> .

<http://id.loc.gov/vocabulary/iso639-2/bem> foaf:focus <http://lexvo.org/id/iso639-3/bem> .

<http://id.loc.gov/vocabulary/iso639-2/ben> foaf:focus <http://lexvo.org/id/iso639-3/ben> .

<http://id.loc.gov/vocabulary/iso639-2/bho> foaf:focus <http://lexvo.org/id/iso639-3/bho> .

<http://id.loc.gov/vocabulary/iso639-2/bik> foaf:focus <http://lexvo.org/id/iso639-3/bik> .

<http://id.loc.gov/vocabulary/iso639-2/bin> foaf:focus <http://lexvo.org/id/iso639-3/bin> .

<http://id.loc.gov/vocabulary/iso639-2/bis> foaf:focus <http://lexvo.org/id/iso639-3/bis> .

<http://id.loc.gov/vocabulary/iso639-2/bla> foaf:focus <http://lexvo.org/id/iso639-3/bla> .

<http://id.loc.gov/vocabulary/iso639-2/bod> foaf:focus <http://lexvo.org/id/iso639-3/bod> .

<http://id.loc.gov/vocabulary/iso639-2/bos> foaf:focus <http://lexvo.org/id/iso639-3/bos> .

<http://id.loc.gov/vocabulary/iso639-2/bra> foaf:focus <http://lexvo.org/id/iso639-3/bra> .

<http://id.loc.gov/vocabulary/iso639-2/bre> foaf:focus <http://lexvo.org/id/iso639-3/bre> .

<http://id.loc.gov/vocabulary/iso639-2/bua> foaf:focus <http://lexvo.org/id/iso639-3/bua> .

<http://id.loc.gov/vocabulary/iso639-2/bug> foaf:focus <http://lexvo.org/id/iso639-3/bug> .

<http://id.loc.gov/vocabulary/iso639-2/bul> foaf:focus <http://lexvo.org/id/iso639-3/bul> .

<http://id.loc.gov/vocabulary/iso639-2/bur> foaf:focus <http://lexvo.org/id/iso639-3/mya> .

<http://id.loc.gov/vocabulary/iso639-2/byn> foaf:focus <http://lexvo.org/id/iso639-3/byn> .

<http://id.loc.gov/vocabulary/iso639-2/cad> foaf:focus <http://lexvo.org/id/iso639-3/cad> .

<http://id.loc.gov/vocabulary/iso639-2/car> foaf:focus <http://lexvo.org/id/iso639-3/car> .

<http://id.loc.gov/vocabulary/iso639-2/cat> foaf:focus <http://lexvo.org/id/iso639-3/cat> .

<http://id.loc.gov/vocabulary/iso639-2/ceb> foaf:focus <http://lexvo.org/id/iso639-3/ceb> .

<http://id.loc.gov/vocabulary/iso639-2/ces> foaf:focus <http://lexvo.org/id/iso639-3/ces> .

<http://id.loc.gov/vocabulary/iso639-2/cha> foaf:focus <http://lexvo.org/id/iso639-3/cha> .

<http://id.loc.gov/vocabulary/iso639-2/chb> foaf:focus <http://lexvo.org/id/iso639-3/chb> .

<http://id.loc.gov/vocabulary/iso639-2/che> foaf:focus <http://lexvo.org/id/iso639-3/che> .

<http://id.loc.gov/vocabulary/iso639-2/chg> foaf:focus <http://lexvo.org/id/iso639-3/chg> .

<http://id.loc.gov/vocabulary/iso639-2/chi> foaf:focus <http://lexvo.org/id/iso639-3/zho> .

<http://id.loc.gov/vocabulary/iso639-2/chk> foaf:focus <http://lexvo.org/id/iso639-3/chk> .

<http://id.loc.gov/vocabulary/iso639-2/chm> foaf:focus <http://lexvo.org/id/iso639-3/chm> .

<http://id.loc.gov/vocabulary/iso639-2/chn> foaf:focus <http://lexvo.org/id/iso639-3/chn> .

<http://id.loc.gov/vocabulary/iso639-2/cho> foaf:focus <http://lexvo.org/id/iso639-3/cho> .

<http://id.loc.gov/vocabulary/iso639-2/chp> foaf:focus <http://lexvo.org/id/iso639-3/chp> .

<http://id.loc.gov/vocabulary/iso639-2/chr> foaf:focus <http://lexvo.org/id/iso639-3/chr> .

<http://id.loc.gov/vocabulary/iso639-2/chu> foaf:focus <http://lexvo.org/id/iso639-3/chu> .

<http://id.loc.gov/vocabulary/iso639-2/chv> foaf:focus <http://lexvo.org/id/iso639-3/chv> .

<http://id.loc.gov/vocabulary/iso639-2/chy> foaf:focus <http://lexvo.org/id/iso639-3/chy> .

<http://id.loc.gov/vocabulary/iso639-2/cop> foaf:focus <http://lexvo.org/id/iso639-3/cop> .

<http://id.loc.gov/vocabulary/iso639-2/cor> foaf:focus <http://lexvo.org/id/iso639-3/cor> .

<http://id.loc.gov/vocabulary/iso639-2/cos> foaf:focus <http://lexvo.org/id/iso639-3/cos> .

<http://id.loc.gov/vocabulary/iso639-2/cre> foaf:focus <http://lexvo.org/id/iso639-3/cre> .

<http://id.loc.gov/vocabulary/iso639-2/crh> foaf:focus <http://lexvo.org/id/iso639-3/crh> .

<http://id.loc.gov/vocabulary/iso639-2/csb> foaf:focus <http://lexvo.org/id/iso639-3/csb> .

<http://id.loc.gov/vocabulary/iso639-2/cym> foaf:focus <http://lexvo.org/id/iso639-3/cym> .

<http://id.loc.gov/vocabulary/iso639-2/cze> foaf:focus <http://lexvo.org/id/iso639-3/ces> .

<http://id.loc.gov/vocabulary/iso639-2/dak> foaf:focus <http://lexvo.org/id/iso639-3/dak> .

<http://id.loc.gov/vocabulary/iso639-2/dan> foaf:focus <http://lexvo.org/id/iso639-3/dan> .

<http://id.loc.gov/vocabulary/iso639-2/dar> foaf:focus <http://lexvo.org/id/iso639-3/dar> .

<http://id.loc.gov/vocabulary/iso639-2/del> foaf:focus <http://lexvo.org/id/iso639-3/del> .

<http://id.loc.gov/vocabulary/iso639-2/den> foaf:focus <http://lexvo.org/id/iso639-3/den> .

<http://id.loc.gov/vocabulary/iso639-2/deu> foaf:focus <http://lexvo.org/id/iso639-3/deu> .

<http://id.loc.gov/vocabulary/iso639-2/dgr> foaf:focus <http://lexvo.org/id/iso639-3/dgr> .

<http://id.loc.gov/vocabulary/iso639-2/din> foaf:focus <http://lexvo.org/id/iso639-3/din> .

<http://id.loc.gov/vocabulary/iso639-2/div> foaf:focus <http://lexvo.org/id/iso639-3/div> .

<http://id.loc.gov/vocabulary/iso639-2/doi> foaf:focus <http://lexvo.org/id/iso639-3/doi> .

<http://id.loc.gov/vocabulary/iso639-2/dsb> foaf:focus <http://lexvo.org/id/iso639-3/dsb> .

<http://id.loc.gov/vocabulary/iso639-2/dua> foaf:focus <http://lexvo.org/id/iso639-3/dua> .

<http://id.loc.gov/vocabulary/iso639-2/dum> foaf:focus <http://lexvo.org/id/iso639-3/dum> .

<http://id.loc.gov/vocabulary/iso639-2/dut> foaf:focus <http://lexvo.org/id/iso639-3/nld> .

<http://id.loc.gov/vocabulary/iso639-2/dyu> foaf:focus <http://lexvo.org/id/iso639-3/dyu> .

<http://id.loc.gov/vocabulary/iso639-2/dzo> foaf:focus <http://lexvo.org/id/iso639-3/dzo> .

<http://id.loc.gov/vocabulary/iso639-2/efi> foaf:focus <http://lexvo.org/id/iso639-3/efi> .

<http://id.loc.gov/vocabulary/iso639-2/egy> foaf:focus <http://lexvo.org/id/iso639-3/egy> .

<http://id.loc.gov/vocabulary/iso639-2/eka> foaf:focus <http://lexvo.org/id/iso639-3/eka> .

<http://id.loc.gov/vocabulary/iso639-2/ell> foaf:focus <http://lexvo.org/id/iso639-3/ell> .

<http://id.loc.gov/vocabulary/iso639-2/elx> foaf:focus <http://lexvo.org/id/iso639-3/elx> .

<http://id.loc.gov/vocabulary/iso639-2/eng> foaf:focus <http://lexvo.org/id/iso639-3/eng> .

<http://id.loc.gov/vocabulary/iso639-2/enm> foaf:focus <http://lexvo.org/id/iso639-3/enm> .

<http://id.loc.gov/vocabulary/iso639-2/epo> foaf:focus <http://lexvo.org/id/iso639-3/epo> .

<http://id.loc.gov/vocabulary/iso639-2/est> foaf:focus <http://lexvo.org/id/iso639-3/est> .

<http://id.loc.gov/vocabulary/iso639-2/eus> foaf:focus <http://lexvo.org/id/iso639-3/eus> .

<http://id.loc.gov/vocabulary/iso639-2/ewe> foaf:focus <http://lexvo.org/id/iso639-3/ewe> .

<http://id.loc.gov/vocabulary/iso639-2/ewo> foaf:focus <http://lexvo.org/id/iso639-3/ewo> .

<http://id.loc.gov/vocabulary/iso639-2/fan> foaf:focus <http://lexvo.org/id/iso639-3/fan> .

<http://id.loc.gov/vocabulary/iso639-2/fao> foaf:focus <http://lexvo.org/id/iso639-3/fao> .

<http://id.loc.gov/vocabulary/iso639-2/fas> foaf:focus <http://lexvo.org/id/iso639-3/fas> .

<http://id.loc.gov/vocabulary/iso639-2/fat> foaf:focus <http://lexvo.org/id/iso639-3/fat> .

<http://id.loc.gov/vocabulary/iso639-2/fij> foaf:focus <http://lexvo.org/id/iso639-3/fij> .

<http://id.loc.gov/vocabulary/iso639-2/fil> foaf:focus <http://lexvo.org/id/iso639-3/fil> .

<http://id.loc.gov/vocabulary/iso639-2/fin> foaf:focus <http://lexvo.org/id/iso639-3/fin> .

<http://id.loc.gov/vocabulary/iso639-2/fon> foaf:focus <http://lexvo.org/id/iso639-3/fon> .

<http://id.loc.gov/vocabulary/iso639-2/fra> foaf:focus <http://lexvo.org/id/iso639-3/fra> .

<http://id.loc.gov/vocabulary/iso639-2/fre> foaf:focus <http://lexvo.org/id/iso639-3/fra> .

<http://id.loc.gov/vocabulary/iso639-2/frm> foaf:focus <http://lexvo.org/id/iso639-3/frm> .

<http://id.loc.gov/vocabulary/iso639-2/fro> foaf:focus <http://lexvo.org/id/iso639-3/fro> .

<http://id.loc.gov/vocabulary/iso639-2/frr> foaf:focus <http://lexvo.org/id/iso639-3/frr> .

<http://id.loc.gov/vocabulary/iso639-2/frs> foaf:focus <http://lexvo.org/id/iso639-3/frs> .

<http://id.loc.gov/vocabulary/iso639-2/fry> foaf:focus <http://lexvo.org/id/iso639-3/fry> .

<http://id.loc.gov/vocabulary/iso639-2/ful> foaf:focus <http://lexvo.org/id/iso639-3/ful> .

<http://id.loc.gov/vocabulary/iso639-2/fur> foaf:focus <http://lexvo.org/id/iso639-3/fur> .

<http://id.loc.gov/vocabulary/iso639-2/gaa> foaf:focus <http://lexvo.org/id/iso639-3/gaa> .

<http://id.loc.gov/vocabulary/iso639-2/gay> foaf:focus <http://lexvo.org/id/iso639-3/gay> .

<http://id.loc.gov/vocabulary/iso639-2/gba> foaf:focus <http://lexvo.org/id/iso639-3/gba> .

<http://id.loc.gov/vocabulary/iso639-2/geo> foaf:focus <http://lexvo.org/id/iso639-3/kat> .

<http://id.loc.gov/vocabulary/iso639-2/ger> foaf:focus <http://lexvo.org/id/iso639-3/deu> .

<http://id.loc.gov/vocabulary/iso639-2/gez> foaf:focus <http://lexvo.org/id/iso639-3/gez> .

<http://id.loc.gov/vocabulary/iso639-2/gil> foaf:focus <http://lexvo.org/id/iso639-3/gil> .

<http://id.loc.gov/vocabulary/iso639-2/gla> foaf:focus <http://lexvo.org/id/iso639-3/gla> .

<http://id.loc.gov/vocabulary/iso639-2/gle> foaf:focus <http://lexvo.org/id/iso639-3/gle> .

<http://id.loc.gov/vocabulary/iso639-2/glg> foaf:focus <http://lexvo.org/id/iso639-3/glg> .

<http://id.loc.gov/vocabulary/iso639-2/glv> foaf:focus <http://lexvo.org/id/iso639-3/glv> .

<http://id.loc.gov/vocabulary/iso639-2/gmh> foaf:focus <http://lexvo.org/id/iso639-3/gmh> .

<http://id.loc.gov/vocabulary/iso639-2/goh> foaf:focus <http://lexvo.org/id/iso639-3/goh> .

<http://id.loc.gov/vocabulary/iso639-2/gon> foaf:focus <http://lexvo.org/id/iso639-3/gon> .

<http://id.loc.gov/vocabulary/iso639-2/gor> foaf:focus <http://lexvo.org/id/iso639-3/gor> .

<http://id.loc.gov/vocabulary/iso639-2/got> foaf:focus <http://lexvo.org/id/iso639-3/got> .

<http://id.loc.gov/vocabulary/iso639-2/grb> foaf:focus <http://lexvo.org/id/iso639-3/grb> .

<http://id.loc.gov/vocabulary/iso639-2/grc> foaf:focus <http://lexvo.org/id/iso639-3/grc> .

<http://id.loc.gov/vocabulary/iso639-2/gre> foaf:focus <http://lexvo.org/id/iso639-3/ell> .

<http://id.loc.gov/vocabulary/iso639-2/grn> foaf:focus <http://lexvo.org/id/iso639-3/grn> .

<http://id.loc.gov/vocabulary/iso639-2/gsw> foaf:focus <http://lexvo.org/id/iso639-3/gsw> .

<http://id.loc.gov/vocabulary/iso639-2/guj> foaf:focus <http://lexvo.org/id/iso639-3/guj> .

<http://id.loc.gov/vocabulary/iso639-2/gwi> foaf:focus <http://lexvo.org/id/iso639-3/gwi> .

<http://id.loc.gov/vocabulary/iso639-2/hai> foaf:focus <http://lexvo.org/id/iso639-3/hai> .

<http://id.loc.gov/vocabulary/iso639-2/hat> foaf:focus <http://lexvo.org/id/iso639-3/hat> .

<http://id.loc.gov/vocabulary/iso639-2/hau> foaf:focus <http://lexvo.org/id/iso639-3/hau> .

<http://id.loc.gov/vocabulary/iso639-2/haw> foaf:focus <http://lexvo.org/id/iso639-3/haw> .

<http://id.loc.gov/vocabulary/iso639-2/heb> foaf:focus <http://lexvo.org/id/iso639-3/heb> .

<http://id.loc.gov/vocabulary/iso639-2/her> foaf:focus <http://lexvo.org/id/iso639-3/her> .

<http://id.loc.gov/vocabulary/iso639-2/hil> foaf:focus <http://lexvo.org/id/iso639-3/hil> .

<http://id.loc.gov/vocabulary/iso639-2/hin> foaf:focus <http://lexvo.org/id/iso639-3/hin> .

<http://id.loc.gov/vocabulary/iso639-2/hit> foaf:focus <http://lexvo.org/id/iso639-3/hit> .

<http://id.loc.gov/vocabulary/iso639-2/hmn> foaf:focus <http://lexvo.org/id/iso639-3/hmn> .

<http://id.loc.gov/vocabulary/iso639-2/hmo> foaf:focus <http://lexvo.org/id/iso639-3/hmo> .

<http://id.loc.gov/vocabulary/iso639-2/hrv> foaf:focus <http://lexvo.org/id/iso639-3/hrv> .

<http://id.loc.gov/vocabulary/iso639-2/hsb> foaf:focus <http://lexvo.org/id/iso639-3/hsb> .

<http://id.loc.gov/vocabulary/iso639-2/hun> foaf:focus <http://lexvo.org/id/iso639-3/hun> .

<http://id.loc.gov/vocabulary/iso639-2/hup> foaf:focus <http://lexvo.org/id/iso639-3/hup> .

<http://id.loc.gov/vocabulary/iso639-2/hye> foaf:focus <http://lexvo.org/id/iso639-3/hye> .

<http://id.loc.gov/vocabulary/iso639-2/iba> foaf:focus <http://lexvo.org/id/iso639-3/iba> .

<http://id.loc.gov/vocabulary/iso639-2/ibo> foaf:focus <http://lexvo.org/id/iso639-3/ibo> .

<http://id.loc.gov/vocabulary/iso639-2/ice> foaf:focus <http://lexvo.org/id/iso639-3/isl> .

<http://id.loc.gov/vocabulary/iso639-2/ido> foaf:focus <http://lexvo.org/id/iso639-3/ido> .

<http://id.loc.gov/vocabulary/iso639-2/iii> foaf:focus <http://lexvo.org/id/iso639-3/iii> .

<http://id.loc.gov/vocabulary/iso639-2/iku> foaf:focus <http://lexvo.org/id/iso639-3/iku> .

<http://id.loc.gov/vocabulary/iso639-2/ile> foaf:focus <http://lexvo.org/id/iso639-3/ile> .

<http://id.loc.gov/vocabulary/iso639-2/ilo> foaf:focus <http://lexvo.org/id/iso639-3/ilo> .

<http://id.loc.gov/vocabulary/iso639-2/ina> foaf:focus <http://lexvo.org/id/iso639-3/ina> .

<http://id.loc.gov/vocabulary/iso639-2/ind> foaf:focus <http://lexvo.org/id/iso639-3/ind> .

<http://id.loc.gov/vocabulary/iso639-2/inh> foaf:focus <http://lexvo.org/id/iso639-3/inh> .

<http://id.loc.gov/vocabulary/iso639-2/ipk> foaf:focus <http://lexvo.org/id/iso639-3/ipk> .

<http://id.loc.gov/vocabulary/iso639-2/isl> foaf:focus <http://lexvo.org/id/iso639-3/isl> .

<http://id.loc.gov/vocabulary/iso639-2/ita> foaf:focus <http://lexvo.org/id/iso639-3/ita> .

<http://id.loc.gov/vocabulary/iso639-2/jav> foaf:focus <http://lexvo.org/id/iso639-3/jav> .

<http://id.loc.gov/vocabulary/iso639-2/jbo> foaf:focus <http://lexvo.org/id/iso639-3/jbo> .

<http://id.loc.gov/vocabulary/iso639-2/jpn> foaf:focus <http://lexvo.org/id/iso639-3/jpn> .

<http://id.loc.gov/vocabulary/iso639-2/jpr> foaf:focus <http://lexvo.org/id/iso639-3/jpr> .

<http://id.loc.gov/vocabulary/iso639-2/jrb> foaf:focus <http://lexvo.org/id/iso639-3/jrb> .

<http://id.loc.gov/vocabulary/iso639-2/kaa> foaf:focus <http://lexvo.org/id/iso639-3/kaa> .

<http://id.loc.gov/vocabulary/iso639-2/kab> foaf:focus <http://lexvo.org/id/iso639-3/kab> .

<http://id.loc.gov/vocabulary/iso639-2/kac> foaf:focus <http://lexvo.org/id/iso639-3/kac> .

<http://id.loc.gov/vocabulary/iso639-2/kal> foaf:focus <http://lexvo.org/id/iso639-3/kal> .

<http://id.loc.gov/vocabulary/iso639-2/kam> foaf:focus <http://lexvo.org/id/iso639-3/kam> .

<http://id.loc.gov/vocabulary/iso639-2/kan> foaf:focus <http://lexvo.org/id/iso639-3/kan> .

<http://id.loc.gov/vocabulary/iso639-2/kas> foaf:focus <http://lexvo.org/id/iso639-3/kas> .

<http://id.loc.gov/vocabulary/iso639-2/kat> foaf:focus <http://lexvo.org/id/iso639-3/kat> .

<http://id.loc.gov/vocabulary/iso639-2/kau> foaf:focus <http://lexvo.org/id/iso639-3/kau> .

<http://id.loc.gov/vocabulary/iso639-2/kaw> foaf:focus <http://lexvo.org/id/iso639-3/kaw> .

<http://id.loc.gov/vocabulary/iso639-2/kaz> foaf:focus <http://lexvo.org/id/iso639-3/kaz> .

<http://id.loc.gov/vocabulary/iso639-2/kbd> foaf:focus <http://lexvo.org/id/iso639-3/kbd> .

<http://id.loc.gov/vocabulary/iso639-2/kha> foaf:focus <http://lexvo.org/id/iso639-3/kha> .

<http://id.loc.gov/vocabulary/iso639-2/khm> foaf:focus <http://lexvo.org/id/iso639-3/khm> .

<http://id.loc.gov/vocabulary/iso639-2/kho> foaf:focus <http://lexvo.org/id/iso639-3/kho> .

<http://id.loc.gov/vocabulary/iso639-2/kik> foaf:focus <http://lexvo.org/id/iso639-3/kik> .

<http://id.loc.gov/vocabulary/iso639-2/kin> foaf:focus <http://lexvo.org/id/iso639-3/kin> .

<http://id.loc.gov/vocabulary/iso639-2/kir> foaf:focus <http://lexvo.org/id/iso639-3/kir> .

<http://id.loc.gov/vocabulary/iso639-2/kmb> foaf:focus <http://lexvo.org/id/iso639-3/kmb> .

<http://id.loc.gov/vocabulary/iso639-2/kok> foaf:focus <http://lexvo.org/id/iso639-3/kok> .

<http://id.loc.gov/vocabulary/iso639-2/kom> foaf:focus <http://lexvo.org/id/iso639-3/kom> .

<http://id.loc.gov/vocabulary/iso639-2/kon> foaf:focus <http://lexvo.org/id/iso639-3/kon> .

<http://id.loc.gov/vocabulary/iso639-2/kor> foaf:focus <http://lexvo.org/id/iso639-3/kor> .

<http://id.loc.gov/vocabulary/iso639-2/kos> foaf:focus <http://lexvo.org/id/iso639-3/kos> .

<http://id.loc.gov/vocabulary/iso639-2/kpe> foaf:focus <http://lexvo.org/id/iso639-3/kpe> .

<http://id.loc.gov/vocabulary/iso639-2/krc> foaf:focus <http://lexvo.org/id/iso639-3/krc> .

<http://id.loc.gov/vocabulary/iso639-2/krl> foaf:focus <http://lexvo.org/id/iso639-3/krl> .

<http://id.loc.gov/vocabulary/iso639-2/kru> foaf:focus <http://lexvo.org/id/iso639-3/kru> .

<http://id.loc.gov/vocabulary/iso639-2/kua> foaf:focus <http://lexvo.org/id/iso639-3/kua> .

<http://id.loc.gov/vocabulary/iso639-2/kum> foaf:focus <http://lexvo.org/id/iso639-3/kum> .

<http://id.loc.gov/vocabulary/iso639-2/kur> foaf:focus <http://lexvo.org/id/iso639-3/kur> .

<http://id.loc.gov/vocabulary/iso639-2/kut> foaf:focus <http://lexvo.org/id/iso639-3/kut> .

<http://id.loc.gov/vocabulary/iso639-2/lad> foaf:focus <http://lexvo.org/id/iso639-3/lad> .

<http://id.loc.gov/vocabulary/iso639-2/lah> foaf:focus <http://lexvo.org/id/iso639-3/lah> .

<http://id.loc.gov/vocabulary/iso639-2/lam> foaf:focus <http://lexvo.org/id/iso639-3/lam> .

<http://id.loc.gov/vocabulary/iso639-2/lao> foaf:focus <http://lexvo.org/id/iso639-3/lao> .

<http://id.loc.gov/vocabulary/iso639-2/lat> foaf:focus <http://lexvo.org/id/iso639-3/lat> .

<http://id.loc.gov/vocabulary/iso639-2/lav> foaf:focus <http://lexvo.org/id/iso639-3/lav> .

<http://id.loc.gov/vocabulary/iso639-2/lez> foaf:focus <http://lexvo.org/id/iso639-3/lez> .

<http://id.loc.gov/vocabulary/iso639-2/lim> foaf:focus <http://lexvo.org/id/iso639-3/lim> .

<http://id.loc.gov/vocabulary/iso639-2/lin> foaf:focus <http://lexvo.org/id/iso639-3/lin> .

<http://id.loc.gov/vocabulary/iso639-2/lit> foaf:focus <http://lexvo.org/id/iso639-3/lit> .

<http://id.loc.gov/vocabulary/iso639-2/lol> foaf:focus <http://lexvo.org/id/iso639-3/lol> .

<http://id.loc.gov/vocabulary/iso639-2/loz> foaf:focus <http://lexvo.org/id/iso639-3/loz> .

<http://id.loc.gov/vocabulary/iso639-2/ltz> foaf:focus <http://lexvo.org/id/iso639-3/ltz> .

<http://id.loc.gov/vocabulary/iso639-2/lua> foaf:focus <http://lexvo.org/id/iso639-3/lua> .

<http://id.loc.gov/vocabulary/iso639-2/lub> foaf:focus <http://lexvo.org/id/iso639-3/lub> .

<http://id.loc.gov/vocabulary/iso639-2/lug> foaf:focus <http://lexvo.org/id/iso639-3/lug> .

<http://id.loc.gov/vocabulary/iso639-2/lui> foaf:focus <http://lexvo.org/id/iso639-3/lui> .

<http://id.loc.gov/vocabulary/iso639-2/lun> foaf:focus <http://lexvo.org/id/iso639-3/lun> .

<http://id.loc.gov/vocabulary/iso639-2/luo> foaf:focus <http://lexvo.org/id/iso639-3/luo> .

<http://id.loc.gov/vocabulary/iso639-2/lus> foaf:focus <http://lexvo.org/id/iso639-3/lus> .

<http://id.loc.gov/vocabulary/iso639-2/mac> foaf:focus <http://lexvo.org/id/iso639-3/mkd> .

<http://id.loc.gov/vocabulary/iso639-2/mad> foaf:focus <http://lexvo.org/id/iso639-3/mad> .

<http://id.loc.gov/vocabulary/iso639-2/mag> foaf:focus <http://lexvo.org/id/iso639-3/mag> .

<http://id.loc.gov/vocabulary/iso639-2/mah> foaf:focus <http://lexvo.org/id/iso639-3/mah> .

<http://id.loc.gov/vocabulary/iso639-2/mai> foaf:focus <http://lexvo.org/id/iso639-3/mai> .

<http://id.loc.gov/vocabulary/iso639-2/mak> foaf:focus <http://lexvo.org/id/iso639-3/mak> .

<http://id.loc.gov/vocabulary/iso639-2/mal> foaf:focus <http://lexvo.org/id/iso639-3/mal> .

<http://id.loc.gov/vocabulary/iso639-2/man> foaf:focus <http://lexvo.org/id/iso639-3/man> .

<http://id.loc.gov/vocabulary/iso639-2/mao> foaf:focus <http://lexvo.org/id/iso639-3/mri> .

<http://id.loc.gov/vocabulary/iso639-2/mar> foaf:focus <http://lexvo.org/id/iso639-3/mar> .

<http://id.loc.gov/vocabulary/iso639-2/mas> foaf:focus <http://lexvo.org/id/iso639-3/mas> .

<http://id.loc.gov/vocabulary/iso639-2/may> foaf:focus <http://lexvo.org/id/iso639-3/msa> .

<http://id.loc.gov/vocabulary/iso639-2/mdf> foaf:focus <http://lexvo.org/id/iso639-3/mdf> .

<http://id.loc.gov/vocabulary/iso639-2/mdr> foaf:focus <http://lexvo.org/id/iso639-3/mdr> .

<http://id.loc.gov/vocabulary/iso639-2/men> foaf:focus <http://lexvo.org/id/iso639-3/men> .

<http://id.loc.gov/vocabulary/iso639-2/mga> foaf:focus <http://lexvo.org/id/iso639-3/mga> .

<http://id.loc.gov/vocabulary/iso639-2/mic> foaf:focus <http://lexvo.org/id/iso639-3/mic> .

<http://id.loc.gov/vocabulary/iso639-2/min> foaf:focus <http://lexvo.org/id/iso639-3/min> .

<http://id.loc.gov/vocabulary/iso639-2/mis> foaf:focus <http://lexvo.org/id/iso639-3/mis> .

<http://id.loc.gov/vocabulary/iso639-2/mkd> foaf:focus <http://lexvo.org/id/iso639-3/mkd> .

<http://id.loc.gov/vocabulary/iso639-2/mlg> foaf:focus <http://lexvo.org/id/iso639-3/mlg> .

<http://id.loc.gov/vocabulary/iso639-2/mlt> foaf:focus <http://lexvo.org/id/iso639-3/mlt> .

<http://id.loc.gov/vocabulary/iso639-2/mnc> foaf:focus <http://lexvo.org/id/iso639-3/mnc> .

<http://id.loc.gov/vocabulary/iso639-2/mni> foaf:focus <http://lexvo.org/id/iso639-3/mni> .

<http://id.loc.gov/vocabulary/iso639-2/moh> foaf:focus <http://lexvo.org/id/iso639-3/moh> .

<http://id.loc.gov/vocabulary/iso639-2/mon> foaf:focus <http://lexvo.org/id/iso639-3/mon> .

<http://id.loc.gov/vocabulary/iso639-2/mos> foaf:focus <http://lexvo.org/id/iso639-3/mos> .

<http://id.loc.gov/vocabulary/iso639-2/mri> foaf:focus <http://lexvo.org/id/iso639-3/mri> .

<http://id.loc.gov/vocabulary/iso639-2/msa> foaf:focus <http://lexvo.org/id/iso639-3/msa> .

<http://id.loc.gov/vocabulary/iso639-2/mul> foaf:focus <http://lexvo.org/id/iso639-3/mul> .

<http://id.loc.gov/vocabulary/iso639-2/mus> foaf:focus <http://lexvo.org/id/iso639-3/mus> .

<http://id.loc.gov/vocabulary/iso639-2/mwl> foaf:focus <http://lexvo.org/id/iso639-3/mwl> .

<http://id.loc.gov/vocabulary/iso639-2/mwr> foaf:focus <http://lexvo.org/id/iso639-3/mwr> .

<http://id.loc.gov/vocabulary/iso639-2/mya> foaf:focus <http://lexvo.org/id/iso639-3/mya> .

<http://id.loc.gov/vocabulary/iso639-2/myv> foaf:focus <http://lexvo.org/id/iso639-3/myv> .

<http://id.loc.gov/vocabulary/iso639-2/nap> foaf:focus <http://lexvo.org/id/iso639-3/nap> .

<http://id.loc.gov/vocabulary/iso639-2/nau> foaf:focus <http://lexvo.org/id/iso639-3/nau> .

<http://id.loc.gov/vocabulary/iso639-2/nav> foaf:focus <http://lexvo.org/id/iso639-3/nav> .

<http://id.loc.gov/vocabulary/iso639-2/nbl> foaf:focus <http://lexvo.org/id/iso639-3/nbl> .

<http://id.loc.gov/vocabulary/iso639-2/nde> foaf:focus <http://lexvo.org/id/iso639-3/nde> .

<http://id.loc.gov/vocabulary/iso639-2/ndo> foaf:focus <http://lexvo.org/id/iso639-3/ndo> .

<http://id.loc.gov/vocabulary/iso639-2/nds> foaf:focus <http://lexvo.org/id/iso639-3/nds> .

<http://id.loc.gov/vocabulary/iso639-2/nep> foaf:focus <http://lexvo.org/id/iso639-3/nep> .

<http://id.loc.gov/vocabulary/iso639-2/new> foaf:focus <http://lexvo.org/id/iso639-3/new> .

<http://id.loc.gov/vocabulary/iso639-2/nia> foaf:focus <http://lexvo.org/id/iso639-3/nia> .

<http://id.loc.gov/vocabulary/iso639-2/niu> foaf:focus <http://lexvo.org/id/iso639-3/niu> .

<http://id.loc.gov/vocabulary/iso639-2/nld> foaf:focus <http://lexvo.org/id/iso639-3/nld> .

<http://id.loc.gov/vocabulary/iso639-2/nno> foaf:focus <http://lexvo.org/id/iso639-3/nno> .

<http://id.loc.gov/vocabulary/iso639-2/nob> foaf:focus <http://lexvo.org/id/iso639-3/nob> .

<http://id.loc.gov/vocabulary/iso639-2/nog> foaf:focus <http://lexvo.org/id/iso639-3/nog> .

<http://id.loc.gov/vocabulary/iso639-2/non> foaf:focus <http://lexvo.org/id/iso639-3/non> .

<http://id.loc.gov/vocabulary/iso639-2/nor> foaf:focus <http://lexvo.org/id/iso639-3/nor> .

<http://id.loc.gov/vocabulary/iso639-2/nqo> foaf:focus <http://lexvo.org/id/iso639-3/nqo> .

<http://id.loc.gov/vocabulary/iso639-2/nso> foaf:focus <http://lexvo.org/id/iso639-3/nso> .

<http://id.loc.gov/vocabulary/iso639-2/nwc> foaf:focus <http://lexvo.org/id/iso639-3/nwc> .

<http://id.loc.gov/vocabulary/iso639-2/nya> foaf:focus <http://lexvo.org/id/iso639-3/nya> .

<http://id.loc.gov/vocabulary/iso639-2/nym> foaf:focus <http://lexvo.org/id/iso639-3/nym> .

<http://id.loc.gov/vocabulary/iso639-2/nyn> foaf:focus <http://lexvo.org/id/iso639-3/nyn> .

<http://id.loc.gov/vocabulary/iso639-2/nyo> foaf:focus <http://lexvo.org/id/iso639-3/nyo> .

<http://id.loc.gov/vocabulary/iso639-2/nzi> foaf:focus <http://lexvo.org/id/iso639-3/nzi> .

<http://id.loc.gov/vocabulary/iso639-2/oci> foaf:focus <http://lexvo.org/id/iso639-3/oci> .

<http://id.loc.gov/vocabulary/iso639-2/oji> foaf:focus <http://lexvo.org/id/iso639-3/oji> .

<http://id.loc.gov/vocabulary/iso639-2/ori> foaf:focus <http://lexvo.org/id/iso639-3/ori> .

<http://id.loc.gov/vocabulary/iso639-2/orm> foaf:focus <http://lexvo.org/id/iso639-3/orm> .

<http://id.loc.gov/vocabulary/iso639-2/osa> foaf:focus <http://lexvo.org/id/iso639-3/osa> .

<http://id.loc.gov/vocabulary/iso639-2/oss> foaf:focus <http://lexvo.org/id/iso639-3/oss> .

<http://id.loc.gov/vocabulary/iso639-2/ota> foaf:focus <http://lexvo.org/id/iso639-3/ota> .

<http://id.loc.gov/vocabulary/iso639-2/pag> foaf:focus <http://lexvo.org/id/iso639-3/pag> .

<http://id.loc.gov/vocabulary/iso639-2/pal> foaf:focus <http://lexvo.org/id/iso639-3/pal> .

<http://id.loc.gov/vocabulary/iso639-2/pam> foaf:focus <http://lexvo.org/id/iso639-3/pam> .

<http://id.loc.gov/vocabulary/iso639-2/pan> foaf:focus <http://lexvo.org/id/iso639-3/pan> .

<http://id.loc.gov/vocabulary/iso639-2/pap> foaf:focus <http://lexvo.org/id/iso639-3/pap> .

<http://id.loc.gov/vocabulary/iso639-2/pau> foaf:focus <http://lexvo.org/id/iso639-3/pau> .

<http://id.loc.gov/vocabulary/iso639-2/peo> foaf:focus <http://lexvo.org/id/iso639-3/peo> .

<http://id.loc.gov/vocabulary/iso639-2/per> foaf:focus <http://lexvo.org/id/iso639-3/fas> .

<http://id.loc.gov/vocabulary/iso639-2/phn> foaf:focus <http://lexvo.org/id/iso639-3/phn> .

<http://id.loc.gov/vocabulary/iso639-2/pli> foaf:focus <http://lexvo.org/id/iso639-3/pli> .

<http://id.loc.gov/vocabulary/iso639-2/pol> foaf:focus <http://lexvo.org/id/iso639-3/pol> .

<http://id.loc.gov/vocabulary/iso639-2/pon> foaf:focus <http://lexvo.org/id/iso639-3/pon> .

<http://id.loc.gov/vocabulary/iso639-2/por> foaf:focus <http://lexvo.org/id/iso639-3/por> .

<http://id.loc.gov/vocabulary/iso639-2/pro> foaf:focus <http://lexvo.org/id/iso639-3/pro> .

<http://id.loc.gov/vocabulary/iso639-2/pus> foaf:focus <http://lexvo.org/id/iso639-3/pus> .

<http://id.loc.gov/vocabulary/iso639-2/que> foaf:focus <http://lexvo.org/id/iso639-3/que> .

<http://id.loc.gov/vocabulary/iso639-2/raj> foaf:focus <http://lexvo.org/id/iso639-3/raj> .

<http://id.loc.gov/vocabulary/iso639-2/rap> foaf:focus <http://lexvo.org/id/iso639-3/rap> .

<http://id.loc.gov/vocabulary/iso639-2/rar> foaf:focus <http://lexvo.org/id/iso639-3/rar> .

<http://id.loc.gov/vocabulary/iso639-2/roh> foaf:focus <http://lexvo.org/id/iso639-3/roh> .

<http://id.loc.gov/vocabulary/iso639-2/rom> foaf:focus <http://lexvo.org/id/iso639-3/rom> .

<http://id.loc.gov/vocabulary/iso639-2/ron> foaf:focus <http://lexvo.org/id/iso639-3/ron> .

<http://id.loc.gov/vocabulary/iso639-2/rum> foaf:focus <http://lexvo.org/id/iso639-3/ron> .

<http://id.loc.gov/vocabulary/iso639-2/run> foaf:focus <http://lexvo.org/id/iso639-3/run> .

<http://id.loc.gov/vocabulary/iso639-2/rup> foaf:focus <http://lexvo.org/id/iso639-3/rup> .

<http://id.loc.gov/vocabulary/iso639-2/rus> foaf:focus <http://lexvo.org/id/iso639-3/rus> .

<http://id.loc.gov/vocabulary/iso639-2/sad> foaf:focus <http://lexvo.org/id/iso639-3/sad> .

<http://id.loc.gov/vocabulary/iso639-2/sag> foaf:focus <http://lexvo.org/id/iso639-3/sag> .

<http://id.loc.gov/vocabulary/iso639-2/sah> foaf:focus <http://lexvo.org/id/iso639-3/sah> .

<http://id.loc.gov/vocabulary/iso639-2/sam> foaf:focus <http://lexvo.org/id/iso639-3/sam> .

<http://id.loc.gov/vocabulary/iso639-2/san> foaf:focus <http://lexvo.org/id/iso639-3/san> .

<http://id.loc.gov/vocabulary/iso639-2/sas> foaf:focus <http://lexvo.org/id/iso639-3/sas> .

<http://id.loc.gov/vocabulary/iso639-2/sat> foaf:focus <http://lexvo.org/id/iso639-3/sat> .

<http://id.loc.gov/vocabulary/iso639-2/scn> foaf:focus <http://lexvo.org/id/iso639-3/scn> .

<http://id.loc.gov/vocabulary/iso639-2/sco> foaf:focus <http://lexvo.org/id/iso639-3/sco> .

<http://id.loc.gov/vocabulary/iso639-2/sel> foaf:focus <http://lexvo.org/id/iso639-3/sel> .

<http://id.loc.gov/vocabulary/iso639-2/sga> foaf:focus <http://lexvo.org/id/iso639-3/sga> .

<http://id.loc.gov/vocabulary/iso639-2/shn> foaf:focus <http://lexvo.org/id/iso639-3/shn> .

<http://id.loc.gov/vocabulary/iso639-2/sid> foaf:focus <http://lexvo.org/id/iso639-3/sid> .

<http://id.loc.gov/vocabulary/iso639-2/sin> foaf:focus <http://lexvo.org/id/iso639-3/sin> .

<http://id.loc.gov/vocabulary/iso639-2/slk> foaf:focus <http://lexvo.org/id/iso639-3/slk> .

<http://id.loc.gov/vocabulary/iso639-2/slo> foaf:focus <http://lexvo.org/id/iso639-3/slk> .

<http://id.loc.gov/vocabulary/iso639-2/slv> foaf:focus <http://lexvo.org/id/iso639-3/slv> .

<http://id.loc.gov/vocabulary/iso639-2/sma> foaf:focus <http://lexvo.org/id/iso639-3/sma> .

<http://id.loc.gov/vocabulary/iso639-2/sme> foaf:focus <http://lexvo.org/id/iso639-3/sme> .

<http://id.loc.gov/vocabulary/iso639-2/smj> foaf:focus <http://lexvo.org/id/iso639-3/smj> .

<http://id.loc.gov/vocabulary/iso639-2/smn> foaf:focus <http://lexvo.org/id/iso639-3/smn> .

<http://id.loc.gov/vocabulary/iso639-2/smo> foaf:focus <http://lexvo.org/id/iso639-3/smo> .

<http://id.loc.gov/vocabulary/iso639-2/sms> foaf:focus <http://lexvo.org/id/iso639-3/sms> .

<http://id.loc.gov/vocabulary/iso639-2/sna> foaf:focus <http://lexvo.org/id/iso639-3/sna> .

<http://id.loc.gov/vocabulary/iso639-2/snd> foaf:focus <http://lexvo.org/id/iso639-3/snd> .

<http://id.loc.gov/vocabulary/iso639-2/snk> foaf:focus <http://lexvo.org/id/iso639-3/snk> .

<http://id.loc.gov/vocabulary/iso639-2/sog> foaf:focus <http://lexvo.org/id/iso639-3/sog> .

<http://id.loc.gov/vocabulary/iso639-2/som> foaf:focus <http://lexvo.org/id/iso639-3/som> .

<http://id.loc.gov/vocabulary/iso639-2/sot> foaf:focus <http://lexvo.org/id/iso639-3/sot> .

<http://id.loc.gov/vocabulary/iso639-2/spa> foaf:focus <http://lexvo.org/id/iso639-3/spa> .

<http://id.loc.gov/vocabulary/iso639-2/sqi> foaf:focus <http://lexvo.org/id/iso639-3/sqi> .

<http://id.loc.gov/vocabulary/iso639-2/srd> foaf:focus <http://lexvo.org/id/iso639-3/srd> .

<http://id.loc.gov/vocabulary/iso639-2/srn> foaf:focus <http://lexvo.org/id/iso639-3/srn> .

<http://id.loc.gov/vocabulary/iso639-2/srp> foaf:focus <http://lexvo.org/id/iso639-3/srp> .

<http://id.loc.gov/vocabulary/iso639-2/srr> foaf:focus <http://lexvo.org/id/iso639-3/srr> .

<http://id.loc.gov/vocabulary/iso639-2/ssw> foaf:focus <http://lexvo.org/id/iso639-3/ssw> .

<http://id.loc.gov/vocabulary/iso639-2/suk> foaf:focus <http://lexvo.org/id/iso639-3/suk> .

<http://id.loc.gov/vocabulary/iso639-2/sun> foaf:focus <http://lexvo.org/id/iso639-3/sun> .

<http://id.loc.gov/vocabulary/iso639-2/sus> foaf:focus <http://lexvo.org/id/iso639-3/sus> .

<http://id.loc.gov/vocabulary/iso639-2/sux> foaf:focus <http://lexvo.org/id/iso639-3/sux> .

<http://id.loc.gov/vocabulary/iso639-2/swa> foaf:focus <http://lexvo.org/id/iso639-3/swa> .

<http://id.loc.gov/vocabulary/iso639-2/swe> foaf:focus <http://lexvo.org/id/iso639-3/swe> .

<http://id.loc.gov/vocabulary/iso639-2/syc> foaf:focus <http://lexvo.org/id/iso639-3/syc> .

<http://id.loc.gov/vocabulary/iso639-2/syr> foaf:focus <http://lexvo.org/id/iso639-3/syr> .

<http://id.loc.gov/vocabulary/iso639-2/tah> foaf:focus <http://lexvo.org/id/iso639-3/tah> .

<http://id.loc.gov/vocabulary/iso639-2/tam> foaf:focus <http://lexvo.org/id/iso639-3/tam> .

<http://id.loc.gov/vocabulary/iso639-2/tat> foaf:focus <http://lexvo.org/id/iso639-3/tat> .

<http://id.loc.gov/vocabulary/iso639-2/tel> foaf:focus <http://lexvo.org/id/iso639-3/tel> .

<http://id.loc.gov/vocabulary/iso639-2/tem> foaf:focus <http://lexvo.org/id/iso639-3/tem> .

<http://id.loc.gov/vocabulary/iso639-2/ter> foaf:focus <http://lexvo.org/id/iso639-3/ter> .

<http://id.loc.gov/vocabulary/iso639-2/tet> foaf:focus <http://lexvo.org/id/iso639-3/tet> .

<http://id.loc.gov/vocabulary/iso639-2/tgk> foaf:focus <http://lexvo.org/id/iso639-3/tgk> .

<http://id.loc.gov/vocabulary/iso639-2/tgl> foaf:focus <http://lexvo.org/id/iso639-3/tgl> .

<http://id.loc.gov/vocabulary/iso639-2/tha> foaf:focus <http://lexvo.org/id/iso639-3/tha> .

<http://id.loc.gov/vocabulary/iso639-2/tib> foaf:focus <http://lexvo.org/id/iso639-3/bod> .

<http://id.loc.gov/vocabulary/iso639-2/tig> foaf:focus <http://lexvo.org/id/iso639-3/tig> .

<http://id.loc.gov/vocabulary/iso639-2/tir> foaf:focus <http://lexvo.org/id/iso639-3/tir> .

<http://id.loc.gov/vocabulary/iso639-2/tiv> foaf:focus <http://lexvo.org/id/iso639-3/tiv> .

<http://id.loc.gov/vocabulary/iso639-2/tkl> foaf:focus <http://lexvo.org/id/iso639-3/tkl> .

<http://id.loc.gov/vocabulary/iso639-2/tlh> foaf:focus <http://lexvo.org/id/iso639-3/tlh> .

<http://id.loc.gov/vocabulary/iso639-2/tli> foaf:focus <http://lexvo.org/id/iso639-3/tli> .

<http://id.loc.gov/vocabulary/iso639-2/tmh> foaf:focus <http://lexvo.org/id/iso639-3/tmh> .

<http://id.loc.gov/vocabulary/iso639-2/tog> foaf:focus <http://lexvo.org/id/iso639-3/tog> .

<http://id.loc.gov/vocabulary/iso639-2/ton> foaf:focus <http://lexvo.org/id/iso639-3/ton> .

<http://id.loc.gov/vocabulary/iso639-2/tpi> foaf:focus <http://lexvo.org/id/iso639-3/tpi> .

<http://id.loc.gov/vocabulary/iso639-2/tsi> foaf:focus <http://lexvo.org/id/iso639-3/tsi> .

<http://id.loc.gov/vocabulary/iso639-2/tsn> foaf:focus <http://lexvo.org/id/iso639-3/tsn> .

<http://id.loc.gov/vocabulary/iso639-2/tso> foaf:focus <http://lexvo.org/id/iso639-3/tso> .

<http://id.loc.gov/vocabulary/iso639-2/tuk> foaf:focus <http://lexvo.org/id/iso639-3/tuk> .

<http://id.loc.gov/vocabulary/iso639-2/tum> foaf:focus <http://lexvo.org/id/iso639-3/tum> .

<http://id.loc.gov/vocabulary/iso639-2/tur> foaf:focus <http://lexvo.org/id/iso639-3/tur> .

<http://id.loc.gov/vocabulary/iso639-2/tvl> foaf:focus <http://lexvo.org/id/iso639-3/tvl> .

<http://id.loc.gov/vocabulary/iso639-2/twi> foaf:focus <http://lexvo.org/id/iso639-3/twi> .

<http://id.loc.gov/vocabulary/iso639-2/tyv> foaf:focus <http://lexvo.org/id/iso639-3/tyv> .

<http://id.loc.gov/vocabulary/iso639-2/udm> foaf:focus <http://lexvo.org/id/iso639-3/udm> .

<http://id.loc.gov/vocabulary/iso639-2/uga> foaf:focus <http://lexvo.org/id/iso639-3/uga> .

<http://id.loc.gov/vocabulary/iso639-2/uig> foaf:focus <http://lexvo.org/id/iso639-3/uig> .

<http://id.loc.gov/vocabulary/iso639-2/ukr> foaf:focus <http://lexvo.org/id/iso639-3/ukr> .

<http://id.loc.gov/vocabulary/iso639-2/umb> foaf:focus <http://lexvo.org/id/iso639-3/umb> .

<http://id.loc.gov/vocabulary/iso639-2/und> foaf:focus <http://lexvo.org/id/iso639-3/und> .

<http://id.loc.gov/vocabulary/iso639-2/urd> foaf:focus <http://lexvo.org/id/iso639-3/urd> .

<http://id.loc.gov/vocabulary/iso639-2/uzb> foaf:focus <http://lexvo.org/id/iso639-3/uzb> .

<http://id.loc.gov/vocabulary/iso639-2/vai> foaf:focus <http://lexvo.org/id/iso639-3/vai> .

<http://id.loc.gov/vocabulary/iso639-2/ven> foaf:focus <http://lexvo.org/id/iso639-3/ven> .

<http://id.loc.gov/vocabulary/iso639-2/vie> foaf:focus <http://lexvo.org/id/iso639-3/vie> .

<http://id.loc.gov/vocabulary/iso639-2/vol> foaf:focus <http://lexvo.org/id/iso639-3/vol> .

<http://id.loc.gov/vocabulary/iso639-2/vot> foaf:focus <http://lexvo.org/id/iso639-3/vot> .

<http://id.loc.gov/vocabulary/iso639-2/wal> foaf:focus <http://lexvo.org/id/iso639-3/wal> .

<http://id.loc.gov/vocabulary/iso639-2/war> foaf:focus <http://lexvo.org/id/iso639-3/war> .

<http://id.loc.gov/vocabulary/iso639-2/was> foaf:focus <http://lexvo.org/id/iso639-3/was> .

<http://id.loc.gov/vocabulary/iso639-2/wel> foaf:focus <http://lexvo.org/id/iso639-3/cym> .

<http://id.loc.gov/vocabulary/iso639-2/wln> foaf:focus <http://lexvo.org/id/iso639-3/wln> .

<http://id.loc.gov/vocabulary/iso639-2/wol> foaf:focus <http://lexvo.org/id/iso639-3/wol> .

<http://id.loc.gov/vocabulary/iso639-2/xal> foaf:focus <http://lexvo.org/id/iso639-3/xal> .

<http://id.loc.gov/vocabulary/iso639-2/xho> foaf:focus <http://lexvo.org/id/iso639-3/xho> .

<http://id.loc.gov/vocabulary/iso639-2/yao> foaf:focus <http://lexvo.org/id/iso639-3/yao> .

<http://id.loc.gov/vocabulary/iso639-2/yap> foaf:focus <http://lexvo.org/id/iso639-3/yap> .

<http://id.loc.gov/vocabulary/iso639-2/yid> foaf:focus <http://lexvo.org/id/iso639-3/yid> .

<http://id.loc.gov/vocabulary/iso639-2/yor> foaf:focus <http://lexvo.org/id/iso639-3/yor> .

<http://id.loc.gov/vocabulary/iso639-2/zap> foaf:focus <http://lexvo.org/id/iso639-3/zap> .

<http://id.loc.gov/vocabulary/iso639-2/zbl> foaf:focus <http://lexvo.org/id/iso639-3/zbl> .

<http://id.loc.gov/vocabulary/iso639-2/zen> foaf:focus <http://lexvo.org/id/iso639-3/zen> .

<http://id.loc.gov/vocabulary/iso639-2/zha> foaf:focus <http://lexvo.org/id/iso639-3/zha> .

<http://id.loc.gov/vocabulary/iso639-2/zho> foaf:focus <http://lexvo.org/id/iso639-3/zho> .

<http://id.loc.gov/vocabulary/iso639-2/zul> foaf:focus <http://lexvo.org/id/iso639-3/zul> .

<http://id.loc.gov/vocabulary/iso639-2/zun> foaf:focus <http://lexvo.org/id/iso639-3/zun> .

<http://id.loc.gov/vocabulary/iso639-2/zza> foaf:focus <http://lexvo.org/id/iso639-3/zza> .

<http://lexvo.org/id/iso3166/CN> a lvont:GeographicRegion ;
    rdfs:label "China"@aa,
        "Sjina"@af,
        "Chaenà"@agq,
        "Kyaena"@ak,
        "ቻይና"@am,
        "الصين"@ar,
        "চীন"@as,
        "China"@asa,
        "China"@ast,
        "Çin"@az,
        "Чин"@az-Cyrl,
        "Kinà"@bas,
        "Кітай"@be,
        "Huchina"@bez,
        "Китай"@bg,
        "Siniwajamana"@bm,
        "চীন"@bn,
        "རྒྱ་ནག"@bo,
        "Sina"@br,
        "चीन"@brx,
        "Kina"@bs,
        "Кина"@bs-Cyrl,
        "ቻይና"@byn,
        "Xina"@ca,
        "China"@cgg,
        "ᏓᎶᏂᎨᏍᏛ"@chr,
        "中国"@cmn,
        "中華人民共和國"@cmn-Hant,
        "Čína"@cs,
        "Tseina"@cy,
        "Kina"@da,
        "China"@dav,
        "China"@de,
        "Šiin"@dje,
        "Siin"@dyo,
        "རྒྱ་ནག"@dz,
        "China"@ebu,
        "Tsaina nutome"@ee,
        "Κίνα"@el,
        "China"@en,
        "ISO 3166-1:CN"@en,
        "𐐕𐐴𐑌𐐲"@en-Dsrt,
        "Ĉinujo"@eo,
        "China"@es,
        "Hiina"@et,
        "Txina"@eu,
        "Tsáina"@ewo,
        "چین"@fa,
        "Siin"@ff,
        "Kiina"@fi,
        "China"@fil,
        "Kina"@fo,
        "Chine"@fr,
        "Cine"@fur,
        "An tSín"@ga,
        "An t-Sìn"@gd,
        "China"@gl,
        "Chiina"@gsw,
        "ચીન"@gu,
        "China"@guz,
        "Caina, Sin"@ha,
        "Kina"@haw,
        "סין"@he,
        "चीन"@hi,
        "Kina"@hr,
        "Kína"@hu,
        "Չինաստան"@hy,
        "China"@ia,
        "China"@id,
        "Chaina"@ig,
        "ꍏꇩ"@ii,
        "Kína"@is,
        "Cina"@it,
        "中国"@ja,
        "Shîn"@jgo,
        "China"@jmc,
        "ჩინეთი"@ka,
        "Lacin"@kab,
        "Kyaina"@kam,
        "China"@kde,
        "Xina"@kea,
        "Šiin"@khq,
        "Caina"@ki,
        "Қытай"@kk,
        "Kina"@kl,
        "Emetab China"@kln,
        "ចិន"@km,
        "ಚೀನ"@kn,
        "중국"@ko,
        "چیٖن"@ks,
        "China"@ksb,
        "cín"@ksf,
        "Schiina"@ksh,
        "China"@kw,
        "Chíina"@lag,
        "Cayina"@lg,
        "Sinɛ"@ln,
        "ສປ ຈີນ"@lo,
        "Kinija"@lt,
        "Shine"@lu,
        "China"@luo,
        "China"@luy,
        "Ķīna"@lv,
        "China"@mas,
        "China"@mer,
        "Lasinn"@mfe,
        "Sina"@mg,
        "Uchina"@mgh,
        "Кина"@mk,
        "ചൈന"@ml,
        "चीन"@mr,
        "Ċina"@mt,
        "syiŋ"@mua,
        "တရုတ်"@my,
        "Chinab"@naq,
        "Kina"@nb,
        "China"@nd,
        "चीन"@ne,
        "China"@nl,
        "Shine"@nmg,
        "Kina"@nn,
        "Cayna"@nus,
        "China"@nyn,
        "China"@om,
        "ଚିନ୍"@or,
        "Китай"@os,
        "Chiny"@pl,
        "چین"@ps,
        "China"@pt,
        "China"@rm,
        "Ubushinwa"@rn,
        "China"@ro,
        "China"@rof,
        "Китай"@ru,
        "China"@rwk,
        "Кытай"@sah,
        "China"@saq,
        "Shina"@sbp,
        "Kiinná"@se,
        "China"@seh,
        "Šiin"@ses,
        "Shîna"@sg,
        "ⵛⵛⵉⵏⵡⴰ"@shi,
        "ccinwa"@shi-Latn,
        "චීනය"@si,
        "Čína"@sk,
        "Kitajska"@sl,
        "China"@sn,
        "Shiinaha"@so,
        "Kinë"@sq,
        "Кина"@sr,
        "Kina"@sr-Latn,
        "Kina"@sv,
        "China"@swc,
        "China"@swh,
        "சீனா"@ta,
        "చైనా"@te,
        "China"@teo,
        "จีน"@th,
        "ቻይና"@ti,
        "ቻይና"@tig,
        "Siaina"@to,
        "Çin"@tr,
        "Šiin"@twq,
        "Ṣṣin"@tzm,
        "Китай"@uk,
        "چین"@ur,
        "Хитой"@uzn,
        "Xitoy"@uzn-Latn,
        "ꕦꔤꕯ"@vai,
        "Cháína"@vai-Latn,
        "Trung Quốc"@vi,
        "China"@vun,
        "China"@wae,
        "ቻይና"@wal,
        "Cayina"@xog,
        "Síine"@yav,
        "Orílẹ́ède ṣáínà"@yo,
        "China"@zsm,
        "i-China"@zu ;
    lvont:label <http://lexvo.org/id/term/aar/China>,
        <http://lexvo.org/id/term/afr/Sjina>,
        <http://lexvo.org/id/term/agq/Chaen%C3%A0>,
        <http://lexvo.org/id/term/aka/Kyaena>,
        <http://lexvo.org/id/term/amh/%E1%89%BB%E1%8B%AD%E1%8A%93>,
        <http://lexvo.org/id/term/ara/%D8%A7%D9%84%D8%B5%D9%8A%D9%86>,
        <http://lexvo.org/id/term/asa/China>,
        <http://lexvo.org/id/term/asm/%E0%A6%9A%E0%A7%80%E0%A6%A8>,
        <http://lexvo.org/id/term/ast/China>,
        <http://lexvo.org/id/term/aze-Cyrl/%D0%A7%D0%B8%D0%BD>,
        <http://lexvo.org/id/term/aze/%C3%87in>,
        <http://lexvo.org/id/term/bam/Siniwajamana>,
        <http://lexvo.org/id/term/bas/Kin%C3%A0>,
        <http://lexvo.org/id/term/bel/%D0%9A%D1%96%D1%82%D0%B0%D0%B9>,
        <http://lexvo.org/id/term/ben/%E0%A6%9A%E0%A7%80%E0%A6%A8>,
        <http://lexvo.org/id/term/bez/Huchina>,
        <http://lexvo.org/id/term/bod/%E0%BD%A2%E0%BE%92%E0%BE%B1%E0%BC%8B%E0%BD%93%E0%BD%82>,
        <http://lexvo.org/id/term/bos-Cyrl/%D0%9A%D0%B8%D0%BD%D0%B0>,
        <http://lexvo.org/id/term/bos/Kina>,
        <http://lexvo.org/id/term/bre/Sina>,
        <http://lexvo.org/id/term/brx/%E0%A4%9A%E0%A5%80%E0%A4%A8>,
        <http://lexvo.org/id/term/bul/%D0%9A%D0%B8%D1%82%D0%B0%D0%B9>,
        <http://lexvo.org/id/term/byn/%E1%89%BB%E1%8B%AD%E1%8A%93>,
        <http://lexvo.org/id/term/cat/Xina>,
        <http://lexvo.org/id/term/ces/%C4%8C%C3%ADna>,
        <http://lexvo.org/id/term/cgg/China>,
        <http://lexvo.org/id/term/chr/%E1%8F%93%E1%8E%B6%E1%8F%82%E1%8E%A8%E1%8F%8D%E1%8F%9B>,
        <http://lexvo.org/id/term/cmn-Hant/%E4%B8%AD%E8%8F%AF%E4%BA%BA%E6%B0%91%E5%85%B1%E5%92%8C%E5%9C%8B>,
        <http://lexvo.org/id/term/cmn/%E4%B8%AD%E5%9B%BD>,
        <http://lexvo.org/id/term/cor/China>,
        <http://lexvo.org/id/term/cym/Tseina>,
        <http://lexvo.org/id/term/dan/Kina>,
        <http://lexvo.org/id/term/dav/China>,
        <http://lexvo.org/id/term/deu/China>,
        <http://lexvo.org/id/term/dje/%C5%A0iin>,
        <http://lexvo.org/id/term/dyo/Siin>,
        <http://lexvo.org/id/term/dzo/%E0%BD%A2%E0%BE%92%E0%BE%B1%E0%BC%8B%E0%BD%93%E0%BD%82>,
        <http://lexvo.org/id/term/ebu/China>,
        <http://lexvo.org/id/term/ell/%CE%9A%CE%AF%CE%BD%CE%B1>,
        <http://lexvo.org/id/term/eng-Dsrt/%F0%90%90%95%F0%90%90%B4%F0%90%91%8C%F0%90%90%B2>,
        <http://lexvo.org/id/term/eng/China>,
        <http://lexvo.org/id/term/eng/ISO%203166-1%3ACN>,
        <http://lexvo.org/id/term/epo/%C4%88inujo>,
        <http://lexvo.org/id/term/est/Hiina>,
        <http://lexvo.org/id/term/eus/Txina>,
        <http://lexvo.org/id/term/ewe/Tsaina%20nutome>,
        <http://lexvo.org/id/term/ewo/Ts%C3%A1ina>,
        <http://lexvo.org/id/term/fao/Kina>,
        <http://lexvo.org/id/term/fas/%DA%86%DB%8C%D9%86>,
        <http://lexvo.org/id/term/fil/China>,
        <http://lexvo.org/id/term/fin/Kiina>,
        <http://lexvo.org/id/term/fra/Chine>,
        <http://lexvo.org/id/term/ful/Siin>,
        <http://lexvo.org/id/term/fur/Cine>,
        <http://lexvo.org/id/term/gla/An%20t-S%C3%ACn>,
        <http://lexvo.org/id/term/gle/An%20tS%C3%ADn>,
        <http://lexvo.org/id/term/glg/China>,
        <http://lexvo.org/id/term/gsw/Chiina>,
        <http://lexvo.org/id/term/guj/%E0%AA%9A%E0%AB%80%E0%AA%A8>,
        <http://lexvo.org/id/term/guz/China>,
        <http://lexvo.org/id/term/hau/Caina%2C%20Sin>,
        <http://lexvo.org/id/term/haw/Kina>,
        <http://lexvo.org/id/term/heb/%D7%A1%D7%99%D7%9F>,
        <http://lexvo.org/id/term/hin/%E0%A4%9A%E0%A5%80%E0%A4%A8>,
        <http://lexvo.org/id/term/hrv/Kina>,
        <http://lexvo.org/id/term/hun/K%C3%ADna>,
        <http://lexvo.org/id/term/hye/%D5%89%D5%AB%D5%B6%D5%A1%D5%BD%D5%BF%D5%A1%D5%B6>,
        <http://lexvo.org/id/term/ibo/Chaina>,
        <http://lexvo.org/id/term/iii/%EA%8D%8F%EA%87%A9>,
        <http://lexvo.org/id/term/ina/China>,
        <http://lexvo.org/id/term/ind/China>,
        <http://lexvo.org/id/term/isl/K%C3%ADna>,
        <http://lexvo.org/id/term/ita/Cina>,
        <http://lexvo.org/id/term/jgo/Sh%C3%AEn>,
        <http://lexvo.org/id/term/jmc/China>,
        <http://lexvo.org/id/term/jpn/%E4%B8%AD%E5%9B%BD>,
        <http://lexvo.org/id/term/kab/Lacin>,
        <http://lexvo.org/id/term/kal/Kina>,
        <http://lexvo.org/id/term/kam/Kyaina>,
        <http://lexvo.org/id/term/kan/%E0%B2%9A%E0%B3%80%E0%B2%A8>,
        <http://lexvo.org/id/term/kas/%DA%86%DB%8C%D9%96%D9%86>,
        <http://lexvo.org/id/term/kat/%E1%83%A9%E1%83%98%E1%83%9C%E1%83%94%E1%83%97%E1%83%98>,
        <http://lexvo.org/id/term/kaz/%D2%9A%D1%8B%D1%82%D0%B0%D0%B9>,
        <http://lexvo.org/id/term/kde/China>,
        <http://lexvo.org/id/term/kea/Xina>,
        <http://lexvo.org/id/term/khm/%E1%9E%85%E1%9E%B7%E1%9E%93>,
        <http://lexvo.org/id/term/khq/%C5%A0iin>,
        <http://lexvo.org/id/term/kik/Caina>,
        <http://lexvo.org/id/term/kln/Emetab%20China>,
        <http://lexvo.org/id/term/kor/%EC%A4%91%EA%B5%AD>,
        <http://lexvo.org/id/term/ksb/China>,
        <http://lexvo.org/id/term/ksf/c%C3%ADn>,
        <http://lexvo.org/id/term/ksh/Schiina>,
        <http://lexvo.org/id/term/lag/Ch%C3%ADina>,
        <http://lexvo.org/id/term/lao/%E0%BA%AA%E0%BA%9B%20%E0%BA%88%E0%BA%B5%E0%BA%99>,
        <http://lexvo.org/id/term/lav/%C4%B6%C4%ABna>,
        <http://lexvo.org/id/term/lin/Sin%C9%9B>,
        <http://lexvo.org/id/term/lit/Kinija>,
        <http://lexvo.org/id/term/lub/Shine>,
        <http://lexvo.org/id/term/lug/Cayina>,
        <http://lexvo.org/id/term/luo/China>,
        <http://lexvo.org/id/term/luy/China>,
        <http://lexvo.org/id/term/mal/%E0%B4%9A%E0%B5%88%E0%B4%A8>,
        <http://lexvo.org/id/term/mar/%E0%A4%9A%E0%A5%80%E0%A4%A8>,
        <http://lexvo.org/id/term/mas/China>,
        <http://lexvo.org/id/term/mer/China>,
        <http://lexvo.org/id/term/mfe/Lasinn>,
        <http://lexvo.org/id/term/mgh/Uchina>,
        <http://lexvo.org/id/term/mkd/%D0%9A%D0%B8%D0%BD%D0%B0>,
        <http://lexvo.org/id/term/mlg/Sina>,
        <http://lexvo.org/id/term/mlt/%C4%8Aina>,
        <http://lexvo.org/id/term/mua/syi%C5%8B>,
        <http://lexvo.org/id/term/mya/%E1%80%90%E1%80%9B%E1%80%AF%E1%80%90%E1%80%BA>,
        <http://lexvo.org/id/term/naq/Chinab>,
        <http://lexvo.org/id/term/nde/China>,
        <http://lexvo.org/id/term/nep/%E0%A4%9A%E0%A5%80%E0%A4%A8>,
        <http://lexvo.org/id/term/nld/China>,
        <http://lexvo.org/id/term/nmg/Shine>,
        <http://lexvo.org/id/term/nno/Kina>,
        <http://lexvo.org/id/term/nob/Kina>,
        <http://lexvo.org/id/term/nus/Cayna>,
        <http://lexvo.org/id/term/nyn/China>,
        <http://lexvo.org/id/term/ori/%E0%AC%9A%E0%AC%BF%E0%AC%A8%E0%AD%8D>,
        <http://lexvo.org/id/term/orm/China>,
        <http://lexvo.org/id/term/oss/%D0%9A%D0%B8%D1%82%D0%B0%D0%B9>,
        <http://lexvo.org/id/term/pol/Chiny>,
        <http://lexvo.org/id/term/por/China>,
        <http://lexvo.org/id/term/pus/%DA%86%DB%8C%D9%86>,
        <http://lexvo.org/id/term/rof/China>,
        <http://lexvo.org/id/term/roh/China>,
        <http://lexvo.org/id/term/ron/China>,
        <http://lexvo.org/id/term/run/Ubushinwa>,
        <http://lexvo.org/id/term/rus/%D0%9A%D0%B8%D1%82%D0%B0%D0%B9>,
        <http://lexvo.org/id/term/rwk/China>,
        <http://lexvo.org/id/term/sag/Sh%C3%AEna>,
        <http://lexvo.org/id/term/sah/%D0%9A%D1%8B%D1%82%D0%B0%D0%B9>,
        <http://lexvo.org/id/term/saq/China>,
        <http://lexvo.org/id/term/sbp/Shina>,
        <http://lexvo.org/id/term/seh/China>,
        <http://lexvo.org/id/term/ses/%C5%A0iin>,
        <http://lexvo.org/id/term/shi-Latn/ccinwa>,
        <http://lexvo.org/id/term/shi/%E2%B5%9B%E2%B5%9B%E2%B5%89%E2%B5%8F%E2%B5%A1%E2%B4%B0>,
        <http://lexvo.org/id/term/sin/%E0%B6%A0%E0%B7%93%E0%B6%B1%E0%B6%BA>,
        <http://lexvo.org/id/term/slk/%C4%8C%C3%ADna>,
        <http://lexvo.org/id/term/slv/Kitajska>,
        <http://lexvo.org/id/term/sme/Kiinn%C3%A1>,
        <http://lexvo.org/id/term/sna/China>,
        <http://lexvo.org/id/term/som/Shiinaha>,
        <http://lexvo.org/id/term/spa/China>,
        <http://lexvo.org/id/term/sqi/Kin%C3%AB>,
        <http://lexvo.org/id/term/srp-Latn/Kina>,
        <http://lexvo.org/id/term/srp/%D0%9A%D0%B8%D0%BD%D0%B0>,
        <http://lexvo.org/id/term/swc/China>,
        <http://lexvo.org/id/term/swe/Kina>,
        <http://lexvo.org/id/term/swh/China>,
        <http://lexvo.org/id/term/tam/%E0%AE%9A%E0%AF%80%E0%AE%A9%E0%AE%BE>,
        <http://lexvo.org/id/term/tel/%E0%B0%9A%E0%B1%88%E0%B0%A8%E0%B0%BE>,
        <http://lexvo.org/id/term/teo/China>,
        <http://lexvo.org/id/term/tha/%E0%B8%88%E0%B8%B5%E0%B8%99>,
        <http://lexvo.org/id/term/tig/%E1%89%BB%E1%8B%AD%E1%8A%93>,
        <http://lexvo.org/id/term/tir/%E1%89%BB%E1%8B%AD%E1%8A%93>,
        <http://lexvo.org/id/term/ton/Siaina>,
        <http://lexvo.org/id/term/tur/%C3%87in>,
        <http://lexvo.org/id/term/twq/%C5%A0iin>,
        <http://lexvo.org/id/term/tzm/%E1%B9%A2%E1%B9%A3in>,
        <http://lexvo.org/id/term/ukr/%D0%9A%D0%B8%D1%82%D0%B0%D0%B9>,
        <http://lexvo.org/id/term/urd/%DA%86%DB%8C%D9%86>,
        <http://lexvo.org/id/term/uzn-Latn/Xitoy>,
        <http://lexvo.org/id/term/uzn/%D0%A5%D0%B8%D1%82%D0%BE%D0%B9>,
        <http://lexvo.org/id/term/vai-Latn/Ch%C3%A1%C3%ADna>,
        <http://lexvo.org/id/term/vai/%EA%95%A6%EA%94%A4%EA%95%AF>,
        <http://lexvo.org/id/term/vie/Trung%20Qu%E1%BB%91c>,
        <http://lexvo.org/id/term/vun/China>,
        <http://lexvo.org/id/term/wae/China>,
        <http://lexvo.org/id/term/wal/%E1%89%BB%E1%8B%AD%E1%8A%93>,
        <http://lexvo.org/id/term/xog/Cayina>,
        <http://lexvo.org/id/term/yav/S%C3%ADine>,
        <http://lexvo.org/id/term/yor/Or%C3%ADl%E1%BA%B9%CC%81%C3%A8de%20%E1%B9%A3%C3%A1%C3%ADn%C3%A0>,
        <http://lexvo.org/id/term/zsm/China>,
        <http://lexvo.org/id/term/zul/i-China> ;
    owl:sameAs <http://lexvo.org/id/wordnet/30/noun/china_1_15_00>,
        <http://psi.oasis-open.org/iso/3166/#156>,
        <http://sws.geonames.org/1814991/> .

<http://lexvo.org/id/iso3166/DE> a lvont:GeographicRegion ;
    rdfs:label "Germany"@aa,
        "Duitsland"@af,
        "Dzamanè"@agq,
        "Gyaaman"@ak,
        "ጀርመን"@am,
        "ألمانيا"@ar,
        "জাৰ্মানি"@as,
        "Ujerumani"@asa,
        "Alemania"@ast,
        "Almaniya"@az,
        "Алманија"@az-Cyrl,
        "Jamân"@bas,
        "Германія"@be,
        "Huujerumani"@bez,
        "Германия"@bg,
        "Alimaɲi"@bm,
        "জার্মানি"@bn,
        "འཇར་མན་"@bo,
        "Alamagn"@br,
        "जर्मनी"@brx,
        "Nemačka"@bs,
        "Немачка"@bs-Cyrl,
        "ጀርመን"@byn,
        "Alemanya"@ca,
        "Bugirimaani"@cgg,
        "ᎠᏂᏛᏥ"@chr,
        "德国"@cmn,
        "德國"@cmn-Hant,
        "Německo"@cs,
        "yr Almaen"@cy,
        "Tyskland"@da,
        "Ujerumani"@dav,
        "Deutschland"@de,
        "Almaaɲe"@dje,
        "Almaañ"@dyo,
        "ཇཱར་མ་ནི"@dz,
        "Ujerumani"@ebu,
        "Germania nutome"@ee,
        "Γερμανία"@el,
        "Germany"@en,
        "ISO 3166-1:DE"@en,
        "𐐖𐐲𐑉𐑋𐐲𐑌𐐨"@en-Dsrt,
        "Germanujo"@eo,
        "Alemania"@es,
        "Saksamaa"@et,
        "Alemania"@eu,
        "Ndzáman"@ewo,
        "آلمان"@fa,
        "Almaañ"@ff,
        "Saksa"@fi,
        "Germany"@fil,
        "Týskland"@fo,
        "Allemagne"@fr,
        "Gjermanie"@fur,
        "An Ghearmáin"@ga,
        "A' Ghearmailt"@gd,
        "Alemaña"@gl,
        "Tüütschland"@gsw,
        "જર્મની"@gu,
        "Ujerumani"@guz,
        "Jamus"@ha,
        "Kelemānia"@haw,
        "גרמניה"@he,
        "जर्मनी"@hi,
        "Njemačka"@hr,
        "Németország"@hu,
        "Գերմանիա"@hy,
        "Germania"@ia,
        "Jerman"@id,
        "ꄓꇩ"@ii,
        "Þýskaland"@is,
        "Germania"@it,
        "ドイツ"@ja,
        "Njáman"@jgo,
        "Ujerumani"@jmc,
        "გერმანია"@ka,
        "Lalman"@kab,
        "Ujerumani"@kam,
        "Udyerumani"@kde,
        "Alimanha"@kea,
        "Almaaɲe"@khq,
        "Njeremani"@ki,
        "Алмания"@kk,
        "Tysklandi"@kl,
        "Emetab Geruman"@kln,
        "អាល្លឺម៉ង់"@km,
        "ಜರ್ಮನಿ"@kn,
        "독일"@ko,
        "جرمٔنی"@ks,
        "Ujeumani"@ksb,
        "djɛrman"@ksf,
        "Doütschland"@ksh,
        "Almayn"@kw,
        "Ʉjerumáani"@lag,
        "Budaaki"@lg,
        "Alemani"@ln,
        "ເຢຍລະມັນ"@lo,
        "Vokietija"@lt,
        "Alemanu"@lu,
        "Germany"@luo,
        "Ujerumani"@luy,
        "Vācija"@lv,
        "Ujerumani"@mas,
        "Njamanĩ"@mer,
        "Almagn"@mfe,
        "Alemaina"@mg,
        "Германија"@mk,
        "ജർമനി"@ml,
        "जर्मनी"@mr,
        "Ġermanja"@mt,
        "Germaniya"@mua,
        "ဂျာမဏီ"@my,
        "Duitslandi"@naq,
        "Tyskland"@nb,
        "Germany"@nd,
        "जर्मनी"@ne,
        "Duitsland"@nl,
        "Jaman"@nmg,
        "Tyskland"@nn,
        "Bugirimaani"@nyn,
        "Germany"@om,
        "ଜର୍ମାନୀ"@or,
        "Герман"@os,
        "Niemcy"@pl,
        "المان"@ps,
        "Alemanha"@pt,
        "Germania"@rm,
        "Ubudage"@rn,
        "Germania"@ro,
        "Ujerumani"@rof,
        "Германия"@ru,
        "Ujerumani"@rwk,
        "Ujerumani"@saq,
        "Wujelumani"@sbp,
        "Duiska"@se,
        "Alemanha"@seh,
        "Almaaɲe"@ses,
        "Zâmani"@sg,
        "ⴰⵍⵎⴰⵏⵢⴰ"@shi,
        "almanya"@shi-Latn,
        "ජර්මනිය"@si,
        "Nemecko"@sk,
        "Nemčija"@sl,
        "Germany"@sn,
        "Jarmal"@so,
        "Gjermani"@sq,
        "Немачка"@sr,
        "Nemačka"@sr-Latn,
        "Tyskland"@sv,
        "Ujerumani"@swc,
        "Ujerumani"@swh,
        "ஜெர்மன்"@ta,
        "ఙర్మని"@te,
        "Ujerumani"@teo,
        "เยอรมนี"@th,
        "ጀርመን"@ti,
        "ጀርመን"@tig,
        "Siamane"@to,
        "Almanya"@tr,
        "Almaaɲe"@twq,
        "Almanya"@tzm,
        "Німеччина"@uk,
        "جرمنی"@ur,
        "Олмония"@uzn,
        "Olmoniya"@uzn-Latn,
        "ꕧꕮꔧ"@vai,
        "Jamáĩ"@vai-Latn,
        "Đức"@vi,
        "Ujerumani"@vun,
        "Titšland"@wae,
        "ጀርመን"@wal,
        "Budaaki"@xog,
        "nsáman"@yav,
        "Orílẹ́ède Gemani"@yo,
        "Jerman"@zsm,
        "i-Germany"@zu ;
    lvont:label <http://lexvo.org/id/term/aar/Germany>,
        <http://lexvo.org/id/term/afr/Duitsland>,
        <http://lexvo.org/id/term/agq/Dzaman%C3%A8>,
        <http://lexvo.org/id/term/aka/Gyaaman>,
        <http://lexvo.org/id/term/amh/%E1%8C%80%E1%88%AD%E1%88%98%E1%8A%95>,
        <http://lexvo.org/id/term/ara/%D8%A3%D9%84%D9%85%D8%A7%D9%86%D9%8A%D8%A7>,
        <http://lexvo.org/id/term/asa/Ujerumani>,
        <http://lexvo.org/id/term/asm/%E0%A6%9C%E0%A6%BE%E0%A7%B0%E0%A7%8D%E0%A6%AE%E0%A6%BE%E0%A6%A8%E0%A6%BF>,
        <http://lexvo.org/id/term/ast/Alemania>,
        <http://lexvo.org/id/term/aze-Cyrl/%D0%90%D0%BB%D0%BC%D0%B0%D0%BD%D0%B8%D1%98%D0%B0>,
        <http://lexvo.org/id/term/aze/Almaniya>,
        <http://lexvo.org/id/term/bam/Alima%C9%B2i>,
        <http://lexvo.org/id/term/bas/Jam%C3%A2n>,
        <http://lexvo.org/id/term/bel/%D0%93%D0%B5%D1%80%D0%BC%D0%B0%D0%BD%D1%96%D1%8F>,
        <http://lexvo.org/id/term/ben/%E0%A6%9C%E0%A6%BE%E0%A6%B0%E0%A7%8D%E0%A6%AE%E0%A6%BE%E0%A6%A8%E0%A6%BF>,
        <http://lexvo.org/id/term/bez/Huujerumani>,
        <http://lexvo.org/id/term/bod/%E0%BD%A0%E0%BD%87%E0%BD%A2%E0%BC%8B%E0%BD%98%E0%BD%93%E0%BC%8B>,
        <http://lexvo.org/id/term/bos-Cyrl/%D0%9D%D0%B5%D0%BC%D0%B0%D1%87%D0%BA%D0%B0>,
        <http://lexvo.org/id/term/bos/Nema%C4%8Dka>,
        <http://lexvo.org/id/term/bre/Alamagn>,
        <http://lexvo.org/id/term/brx/%E0%A4%9C%E0%A4%B0%E0%A5%8D%E0%A4%AE%E0%A4%A8%E0%A5%80>,
        <http://lexvo.org/id/term/bul/%D0%93%D0%B5%D1%80%D0%BC%D0%B0%D0%BD%D0%B8%D1%8F>,
        <http://lexvo.org/id/term/byn/%E1%8C%80%E1%88%AD%E1%88%98%E1%8A%95>,
        <http://lexvo.org/id/term/cat/Alemanya>,
        <http://lexvo.org/id/term/ces/N%C4%9Bmecko>,
        <http://lexvo.org/id/term/cgg/Bugirimaani>,
        <http://lexvo.org/id/term/chr/%E1%8E%A0%E1%8F%82%E1%8F%9B%E1%8F%A5>,
        <http://lexvo.org/id/term/cmn-Hant/%E5%BE%B7%E5%9C%8B>,
        <http://lexvo.org/id/term/cmn/%E5%BE%B7%E5%9B%BD>,
        <http://lexvo.org/id/term/cor/Almayn>,
        <http://lexvo.org/id/term/cym/yr%20Almaen>,
        <http://lexvo.org/id/term/dan/Tyskland>,
        <http://lexvo.org/id/term/dav/Ujerumani>,
        <http://lexvo.org/id/term/deu/Deutschland>,
        <http://lexvo.org/id/term/dje/Almaa%C9%B2e>,
        <http://lexvo.org/id/term/dyo/Almaa%C3%B1>,
        <http://lexvo.org/id/term/dzo/%E0%BD%87%E0%BD%B1%E0%BD%A2%E0%BC%8B%E0%BD%98%E0%BC%8B%E0%BD%93%E0%BD%B2>,
        <http://lexvo.org/id/term/ebu/Ujerumani>,
        <http://lexvo.org/id/term/ell/%CE%93%CE%B5%CF%81%CE%BC%CE%B1%CE%BD%CE%AF%CE%B1>,
        <http://lexvo.org/id/term/eng-Dsrt/%F0%90%90%96%F0%90%90%B2%F0%90%91%89%F0%90%91%8B%F0%90%90%B2%F0%90%91%8C%F0%90%90%A8>,
        <http://lexvo.org/id/term/eng/Germany>,
        <http://lexvo.org/id/term/eng/ISO%203166-1%3ADE>,
        <http://lexvo.org/id/term/epo/Germanujo>,
        <http://lexvo.org/id/term/est/Saksamaa>,
        <http://lexvo.org/id/term/eus/Alemania>,
        <http://lexvo.org/id/term/ewe/Germania%20nutome>,
        <http://lexvo.org/id/term/ewo/Ndz%C3%A1man>,
        <http://lexvo.org/id/term/fao/T%C3%BDskland>,
        <http://lexvo.org/id/term/fas/%D8%A2%D9%84%D9%85%D8%A7%D9%86>,
        <http://lexvo.org/id/term/fil/Germany>,
        <http://lexvo.org/id/term/fin/Saksa>,
        <http://lexvo.org/id/term/fra/Allemagne>,
        <http://lexvo.org/id/term/ful/Almaa%C3%B1>,
        <http://lexvo.org/id/term/fur/Gjermanie>,
        <http://lexvo.org/id/term/gla/A'%20Ghearmailt>,
        <http://lexvo.org/id/term/gle/An%20Ghearm%C3%A1in>,
        <http://lexvo.org/id/term/glg/Alema%C3%B1a>,
        <http://lexvo.org/id/term/gsw/T%C3%BC%C3%BCtschland>,
        <http://lexvo.org/id/term/guj/%E0%AA%9C%E0%AA%B0%E0%AB%8D%E0%AA%AE%E0%AA%A8%E0%AB%80>,
        <http://lexvo.org/id/term/guz/Ujerumani>,
        <http://lexvo.org/id/term/hau/Jamus>,
        <http://lexvo.org/id/term/haw/Kelem%C4%81nia>,
        <http://lexvo.org/id/term/heb/%D7%92%D7%A8%D7%9E%D7%A0%D7%99%D7%94>,
        <http://lexvo.org/id/term/hin/%E0%A4%9C%E0%A4%B0%E0%A5%8D%E0%A4%AE%E0%A4%A8%E0%A5%80>,
        <http://lexvo.org/id/term/hrv/Njema%C4%8Dka>,
        <http://lexvo.org/id/term/hun/N%C3%A9metorsz%C3%A1g>,
        <http://lexvo.org/id/term/hye/%D4%B3%D5%A5%D6%80%D5%B4%D5%A1%D5%B6%D5%AB%D5%A1>,
        <http://lexvo.org/id/term/iii/%EA%84%93%EA%87%A9>,
        <http://lexvo.org/id/term/ina/Germania>,
        <http://lexvo.org/id/term/ind/Jerman>,
        <http://lexvo.org/id/term/isl/%C3%9E%C3%BDskaland>,
        <http://lexvo.org/id/term/ita/Germania>,
        <http://lexvo.org/id/term/jgo/Nj%C3%A1man>,
        <http://lexvo.org/id/term/jmc/Ujerumani>,
        <http://lexvo.org/id/term/jpn/%E3%83%89%E3%82%A4%E3%83%84>,
        <http://lexvo.org/id/term/kab/Lalman>,
        <http://lexvo.org/id/term/kal/Tysklandi>,
        <http://lexvo.org/id/term/kam/Ujerumani>,
        <http://lexvo.org/id/term/kan/%E0%B2%9C%E0%B2%B0%E0%B3%8D%E0%B2%AE%E0%B2%A8%E0%B2%BF>,
        <http://lexvo.org/id/term/kas/%D8%AC%D8%B1%D9%85%D9%94%D9%86%DB%8C>,
        <http://lexvo.org/id/term/kat/%E1%83%92%E1%83%94%E1%83%A0%E1%83%9B%E1%83%90%E1%83%9C%E1%83%98%E1%83%90>,
        <http://lexvo.org/id/term/kaz/%D0%90%D0%BB%D0%BC%D0%B0%D0%BD%D0%B8%D1%8F>,
        <http://lexvo.org/id/term/kde/Udyerumani>,
        <http://lexvo.org/id/term/kea/Alimanha>,
        <http://lexvo.org/id/term/khm/%E1%9E%A2%E1%9E%B6%E1%9E%9B%E1%9F%92%E1%9E%9B%E1%9E%BA%E1%9E%98%E1%9F%89%E1%9E%84%E1%9F%8B>,
        <http://lexvo.org/id/term/khq/Almaa%C9%B2e>,
        <http://lexvo.org/id/term/kik/Njeremani>,
        <http://lexvo.org/id/term/kln/Emetab%20Geruman>,
        <http://lexvo.org/id/term/kor/%EB%8F%85%EC%9D%BC>,
        <http://lexvo.org/id/term/ksb/Ujeumani>,
        <http://lexvo.org/id/term/ksf/dj%C9%9Brman>,
        <http://lexvo.org/id/term/ksh/Do%C3%BCtschland>,
        <http://lexvo.org/id/term/lag/%C9%84jerum%C3%A1ani>,
        <http://lexvo.org/id/term/lao/%E0%BB%80%E0%BA%A2%E0%BA%8D%E0%BA%A5%E0%BA%B0%E0%BA%A1%E0%BA%B1%E0%BA%99>,
        <http://lexvo.org/id/term/lav/V%C4%81cija>,
        <http://lexvo.org/id/term/lin/Alemani>,
        <http://lexvo.org/id/term/lit/Vokietija>,
        <http://lexvo.org/id/term/lub/Alemanu>,
        <http://lexvo.org/id/term/lug/Budaaki>,
        <http://lexvo.org/id/term/luo/Germany>,
        <http://lexvo.org/id/term/luy/Ujerumani>,
        <http://lexvo.org/id/term/mal/%E0%B4%9C%E0%B5%BC%E0%B4%AE%E0%B4%A8%E0%B4%BF>,
        <http://lexvo.org/id/term/mar/%E0%A4%9C%E0%A4%B0%E0%A5%8D%E0%A4%AE%E0%A4%A8%E0%A5%80>,
        <http://lexvo.org/id/term/mas/Ujerumani>,
        <http://lexvo.org/id/term/mer/Njaman%C4%A9>,
        <http://lexvo.org/id/term/mfe/Almagn>,
        <http://lexvo.org/id/term/mkd/%D0%93%D0%B5%D1%80%D0%BC%D0%B0%D0%BD%D0%B8%D1%98%D0%B0>,
        <http://lexvo.org/id/term/mlg/Alemaina>,
        <http://lexvo.org/id/term/mlt/%C4%A0ermanja>,
        <http://lexvo.org/id/term/mua/Germaniya>,
        <http://lexvo.org/id/term/mya/%E1%80%82%E1%80%BB%E1%80%AC%E1%80%99%E1%80%8F%E1%80%AE>,
        <http://lexvo.org/id/term/naq/Duitslandi>,
        <http://lexvo.org/id/term/nde/Germany>,
        <http://lexvo.org/id/term/nep/%E0%A4%9C%E0%A4%B0%E0%A5%8D%E0%A4%AE%E0%A4%A8%E0%A5%80>,
        <http://lexvo.org/id/term/nld/Duitsland>,
        <http://lexvo.org/id/term/nmg/Jaman>,
        <http://lexvo.org/id/term/nno/Tyskland>,
        <http://lexvo.org/id/term/nob/Tyskland>,
        <http://lexvo.org/id/term/nyn/Bugirimaani>,
        <http://lexvo.org/id/term/ori/%E0%AC%9C%E0%AC%B0%E0%AD%8D%E0%AC%AE%E0%AC%BE%E0%AC%A8%E0%AD%80>,
        <http://lexvo.org/id/term/orm/Germany>,
        <http://lexvo.org/id/term/oss/%D0%93%D0%B5%D1%80%D0%BC%D0%B0%D0%BD>,
        <http://lexvo.org/id/term/pol/Niemcy>,
        <http://lexvo.org/id/term/por/Alemanha>,
        <http://lexvo.org/id/term/pus/%D8%A7%D9%84%D9%85%D8%A7%D9%86>,
        <http://lexvo.org/id/term/rof/Ujerumani>,
        <http://lexvo.org/id/term/roh/Germania>,
        <http://lexvo.org/id/term/ron/Germania>,
        <http://lexvo.org/id/term/run/Ubudage>,
        <http://lexvo.org/id/term/rus/%D0%93%D0%B5%D1%80%D0%BC%D0%B0%D0%BD%D0%B8%D1%8F>,
        <http://lexvo.org/id/term/rwk/Ujerumani>,
        <http://lexvo.org/id/term/sag/Z%C3%A2mani>,
        <http://lexvo.org/id/term/saq/Ujerumani>,
        <http://lexvo.org/id/term/sbp/Wujelumani>,
        <http://lexvo.org/id/term/seh/Alemanha>,
        <http://lexvo.org/id/term/ses/Almaa%C9%B2e>,
        <http://lexvo.org/id/term/shi-Latn/almanya>,
        <http://lexvo.org/id/term/shi/%E2%B4%B0%E2%B5%8D%E2%B5%8E%E2%B4%B0%E2%B5%8F%E2%B5%A2%E2%B4%B0>,
        <http://lexvo.org/id/term/sin/%E0%B6%A2%E0%B6%BB%E0%B7%8A%E0%B6%B8%E0%B6%B1%E0%B7%92%E0%B6%BA>,
        <http://lexvo.org/id/term/slk/Nemecko>,
        <http://lexvo.org/id/term/slv/Nem%C4%8Dija>,
        <http://lexvo.org/id/term/sme/Duiska>,
        <http://lexvo.org/id/term/sna/Germany>,
        <http://lexvo.org/id/term/som/Jarmal>,
        <http://lexvo.org/id/term/spa/Alemania>,
        <http://lexvo.org/id/term/sqi/Gjermani>,
        <http://lexvo.org/id/term/srp-Latn/Nema%C4%8Dka>,
        <http://lexvo.org/id/term/srp/%D0%9D%D0%B5%D0%BC%D0%B0%D1%87%D0%BA%D0%B0>,
        <http://lexvo.org/id/term/swc/Ujerumani>,
        <http://lexvo.org/id/term/swe/Tyskland>,
        <http://lexvo.org/id/term/swh/Ujerumani>,
        <http://lexvo.org/id/term/tam/%E0%AE%9C%E0%AF%86%E0%AE%B0%E0%AF%8D%E0%AE%AE%E0%AE%A9%E0%AF%8D>,
        <http://lexvo.org/id/term/tel/%E0%B0%99%E0%B0%B0%E0%B1%8D%E0%B0%AE%E0%B0%A8%E0%B0%BF>,
        <http://lexvo.org/id/term/teo/Ujerumani>,
        <http://lexvo.org/id/term/tha/%E0%B9%80%E0%B8%A2%E0%B8%AD%E0%B8%A3%E0%B8%A1%E0%B8%99%E0%B8%B5>,
        <http://lexvo.org/id/term/tig/%E1%8C%80%E1%88%AD%E1%88%98%E1%8A%95>,
        <http://lexvo.org/id/term/tir/%E1%8C%80%E1%88%AD%E1%88%98%E1%8A%95>,
        <http://lexvo.org/id/term/ton/Siamane>,
        <http://lexvo.org/id/term/tur/Almanya>,
        <http://lexvo.org/id/term/twq/Almaa%C9%B2e>,
        <http://lexvo.org/id/term/tzm/Almanya>,
        <http://lexvo.org/id/term/ukr/%D0%9D%D1%96%D0%BC%D0%B5%D1%87%D1%87%D0%B8%D0%BD%D0%B0>,
        <http://lexvo.org/id/term/urd/%D8%AC%D8%B1%D9%85%D9%86%DB%8C>,
        <http://lexvo.org/id/term/uzn-Latn/Olmoniya>,
        <http://lexvo.org/id/term/uzn/%D0%9E%D0%BB%D0%BC%D0%BE%D0%BD%D0%B8%D1%8F>,
        <http://lexvo.org/id/term/vai-Latn/Jam%C3%A1%C4%A9>,
        <http://lexvo.org/id/term/vai/%EA%95%A7%EA%95%AE%EA%94%A7>,
        <http://lexvo.org/id/term/vie/%C4%90%E1%BB%A9c>,
        <http://lexvo.org/id/term/vun/Ujerumani>,
        <http://lexvo.org/id/term/wae/Tit%C5%A1land>,
        <http://lexvo.org/id/term/wal/%E1%8C%80%E1%88%AD%E1%88%98%E1%8A%95>,
        <http://lexvo.org/id/term/xog/Budaaki>,
        <http://lexvo.org/id/term/yav/ns%C3%A1man>,
        <http://lexvo.org/id/term/yor/Or%C3%ADl%E1%BA%B9%CC%81%C3%A8de%20Gemani>,
        <http://lexvo.org/id/term/zsm/Jerman>,
        <http://lexvo.org/id/term/zul/i-Germany> ;
    owl:sameAs <http://lexvo.org/id/wordnet/30/noun/germany_1_15_00>,
        <http://psi.oasis-open.org/iso/3166/#276>,
        <http://sws.geonames.org/2921044/> .

<http://lexvo.org/id/iso3166/DM> a lvont:GeographicRegion ;
    rdfs:label "Dominika"@af,
        "Dòmenekà"@agq,
        "Dɔmeneka"@ak,
        "ዶሚኒካ"@am,
        "دومينيكا"@ar,
        "Dominika"@asa,
        "Dominica"@ast,
        "Dominika"@az,
        "Dòmnîk"@bas,
        "Дамініка"@be,
        "Hudominika"@bez,
        "Доминика"@bg,
        "Dɔminiki"@bm,
        "ডোমিনিকা"@bn,
        "ཌོ་མིན་ནི་ཀ།"@bo,
        "Dominica"@br,
        "डोमिनिका"@brx,
        "Dominika"@bs,
        "Доминика"@bs-Cyrl,
        "ዶሚኒካ"@byn,
        "Dominica"@ca,
        "Dominika"@cgg,
        "ᏙᎻᏂᎧ"@chr,
        "多米尼加"@cmn,
        "多明尼加"@cmn-Hant,
        "Dominika"@cs,
        "Dominica"@cy,
        "Dominica"@da,
        "Dominika"@dav,
        "Dominica"@de,
        "Dominika"@dyo,
        "ཌོ་མི་ནི་ཀ"@dz,
        "Dominika"@ebu,
        "Dominika nutome"@ee,
        "Ντομίνικα"@el,
        "Dominica"@en,
        "ISO 3166-1:DM"@en,
        "𐐔𐐪𐑋𐐲𐑌𐐨𐐿𐐲"@en-Dsrt,
        "Dominiko"@eo,
        "Dominica"@es,
        "Dominica"@et,
        "Dominika"@eu,
        "Dómənika"@ewo,
        "دومینیک"@fa,
        "Dominika"@ff,
        "Dominica"@fi,
        "Dominica"@fil,
        "Dominika"@fo,
        "Dominique"@fr,
        "Dominiche"@fur,
        "Doiminice"@ga,
        "Doiminicea"@gd,
        "Dominica"@gl,
        "Tominica"@gsw,
        "ડોમિનિકા"@gu,
        "Dominika"@guz,
        "Dominika"@ha,
        "דומיניקה"@he,
        "डोमिनिक"@hi,
        "Dominika"@hr,
        "Dominika"@hu,
        "Դոմինիկա"@hy,
        "Dominika"@id,
        "Dóminíka"@is,
        "Dominica"@it,
        "ドミニカ国"@ja,
        "Dominika"@jmc,
        "დომინიკა"@ka,
        "Duminik"@kab,
        "Dominika"@kam,
        "Dominika"@kde,
        "Dominika"@kea,
        "Doominiki"@khq,
        "Dominika"@ki,
        "Dominica"@kl,
        "Emetab Dominica"@kln,
        "ដូមីនីកា"@km,
        "ಡೊಮಿನಿಕಾ"@kn,
        "도미니카"@ko,
        "ڈومِنِکا"@ks,
        "Dominika"@ksb,
        "dɔminik"@ksf,
        "Dominnika"@ksh,
        "Domínɨka"@lag,
        "Dominika"@lg,
        "Domínike"@ln,
        "ໂດມີນິຄາ"@lo,
        "Dominika"@lt,
        "Duminiku"@lu,
        "Dominica"@luo,
        "Dominika"@luy,
        "Dominika"@lv,
        "Dominika"@mas,
        "Dominika"@mer,
        "Dominik"@mfe,
        "Dominika"@mg,
        "Udominika"@mgh,
        "Доминика"@mk,
        "ഡൊമിനിക്ക"@ml,
        "डोमिनिका"@mr,
        "Dominika"@mt,
        "Dominik"@mua,
        "ဒိုမီနီကာ"@my,
        "Dominicab"@naq,
        "Dominica"@nb,
        "Dominikha"@nd,
        "डोमिनिका"@ne,
        "Dominica"@nl,
        "Dominíka"@nmg,
        "Dominica"@nn,
        "Dominika"@nyn,
        "ଡୋମିନାକା"@or,
        "Dominika"@pl,
        "Dominica"@pt,
        "Domínica"@pt,
        "Dominica"@rm,
        "Dominika"@rn,
        "Dominica"@ro,
        "Dominika"@rof,
        "Доминика"@ru,
        "Dominika"@rwk,
        "Dominika"@saq,
        "Dominika"@sbp,
        "Dominica"@se,
        "Dominica"@seh,
        "Doominiki"@ses,
        "Dömïnîka"@sg,
        "ⴷⵓⵎⵉⵏⵉⴽ"@shi,
        "duminik"@shi-Latn,
        "ඩොමිනිකාව"@si,
        "Dominika"@sk,
        "Dominika"@sl,
        "Dominica"@sn,
        "Domeenika"@so,
        "Dominikë"@sq,
        "Доминика"@sr,
        "Dominika"@sr-Latn,
        "Dominica"@sv,
        "Dominika"@swc,
        "Dominika"@swh,
        "டொமினிகா"@ta,
        "డోమెనిక"@te,
        "Dominika"@teo,
        "โดมินิกา"@th,
        "ዶሚኒካ"@ti,
        "ዶሚኒካ"@tig,
        "Tominika"@to,
        "Dominika"@tr,
        "Doominiki"@twq,
        "Ḍuminika"@tzm,
        "Домінік"@uk,
        "ڈومنیکا"@ur,
        "ꖁꕆꕇꕪ"@vai,
        "Domíiníka"@vai-Latn,
        "Dominica"@vi,
        "Dominika"@vun,
        "Doninica"@wae,
        "ዶሚኒካ"@wal,
        "Dominika"@xog,
        "túmúnéke"@yav,
        "Orílẹ́ède Dòmíníkà"@yo,
        "Dominica"@zsm,
        "i-Dominica"@zu ;
    lvont:label <http://lexvo.org/id/term/afr/Dominika>,
        <http://lexvo.org/id/term/agq/D%C3%B2menek%C3%A0>,
        <http://lexvo.org/id/term/aka/D%C9%94meneka>,
        <http://lexvo.org/id/term/amh/%E1%8B%B6%E1%88%9A%E1%8A%92%E1%8A%AB>,
        <http://lexvo.org/id/term/ara/%D8%AF%D9%88%D9%85%D9%8A%D9%86%D9%8A%D9%83%D8%A7>,
        <http://lexvo.org/id/term/asa/Dominika>,
        <http://lexvo.org/id/term/ast/Dominica>,
        <http://lexvo.org/id/term/aze/Dominika>,
        <http://lexvo.org/id/term/bam/D%C9%94miniki>,
        <http://lexvo.org/id/term/bas/D%C3%B2mn%C3%AEk>,
        <http://lexvo.org/id/term/bel/%D0%94%D0%B0%D0%BC%D1%96%D0%BD%D1%96%D0%BA%D0%B0>,
        <http://lexvo.org/id/term/ben/%E0%A6%A1%E0%A7%8B%E0%A6%AE%E0%A6%BF%E0%A6%A8%E0%A6%BF%E0%A6%95%E0%A6%BE>,
        <http://lexvo.org/id/term/bez/Hudominika>,
        <http://lexvo.org/id/term/bod/%E0%BD%8C%E0%BD%BC%E0%BC%8B%E0%BD%98%E0%BD%B2%E0%BD%93%E0%BC%8B%E0%BD%93%E0%BD%B2%E0%BC%8B%E0%BD%80%E0%BC%8D>,
        <http://lexvo.org/id/term/bos-Cyrl/%D0%94%D0%BE%D0%BC%D0%B8%D0%BD%D0%B8%D0%BA%D0%B0>,
        <http://lexvo.org/id/term/bos/Dominika>,
        <http://lexvo.org/id/term/bre/Dominica>,
        <http://lexvo.org/id/term/brx/%E0%A4%A1%E0%A5%8B%E0%A4%AE%E0%A4%BF%E0%A4%A8%E0%A4%BF%E0%A4%95%E0%A4%BE>,
        <http://lexvo.org/id/term/bul/%D0%94%D0%BE%D0%BC%D0%B8%D0%BD%D0%B8%D0%BA%D0%B0>,
        <http://lexvo.org/id/term/byn/%E1%8B%B6%E1%88%9A%E1%8A%92%E1%8A%AB>,
        <http://lexvo.org/id/term/cat/Dominica>,
        <http://lexvo.org/id/term/ces/Dominika>,
        <http://lexvo.org/id/term/cgg/Dominika>,
        <http://lexvo.org/id/term/chr/%E1%8F%99%E1%8E%BB%E1%8F%82%E1%8E%A7>,
        <http://lexvo.org/id/term/cmn-Hant/%E5%A4%9A%E6%98%8E%E5%B0%BC%E5%8A%A0>,
        <http://lexvo.org/id/term/cmn/%E5%A4%9A%E7%B1%B3%E5%B0%BC%E5%8A%A0>,
        <http://lexvo.org/id/term/cym/Dominica>,
        <http://lexvo.org/id/term/dan/Dominica>,
        <http://lexvo.org/id/term/dav/Dominika>,
        <http://lexvo.org/id/term/deu/Dominica>,
        <http://lexvo.org/id/term/dyo/Dominika>,
        <http://lexvo.org/id/term/dzo/%E0%BD%8C%E0%BD%BC%E0%BC%8B%E0%BD%98%E0%BD%B2%E0%BC%8B%E0%BD%93%E0%BD%B2%E0%BC%8B%E0%BD%80>,
        <http://lexvo.org/id/term/ebu/Dominika>,
        <http://lexvo.org/id/term/ell/%CE%9D%CF%84%CE%BF%CE%BC%CE%AF%CE%BD%CE%B9%CE%BA%CE%B1>,
        <http://lexvo.org/id/term/eng-Dsrt/%F0%90%90%94%F0%90%90%AA%F0%90%91%8B%F0%90%90%B2%F0%90%91%8C%F0%90%90%A8%F0%90%90%BF%F0%90%90%B2>,
        <http://lexvo.org/id/term/eng/Dominica>,
        <http://lexvo.org/id/term/eng/ISO%203166-1%3ADM>,
        <http://lexvo.org/id/term/epo/Dominiko>,
        <http://lexvo.org/id/term/est/Dominica>,
        <http://lexvo.org/id/term/eus/Dominika>,
        <http://lexvo.org/id/term/ewe/Dominika%20nutome>,
        <http://lexvo.org/id/term/ewo/D%C3%B3m%C9%99nika>,
        <http://lexvo.org/id/term/fao/Dominika>,
        <http://lexvo.org/id/term/fas/%D8%AF%D9%88%D9%85%DB%8C%D9%86%DB%8C%DA%A9>,
        <http://lexvo.org/id/term/fil/Dominica>,
        <http://lexvo.org/id/term/fin/Dominica>,
        <http://lexvo.org/id/term/fra/Dominique>,
        <http://lexvo.org/id/term/ful/Dominika>,
        <http://lexvo.org/id/term/fur/Dominiche>,
        <http://lexvo.org/id/term/gla/Doiminicea>,
        <http://lexvo.org/id/term/gle/Doiminice>,
        <http://lexvo.org/id/term/glg/Dominica>,
        <http://lexvo.org/id/term/gsw/Tominica>,
        <http://lexvo.org/id/term/guj/%E0%AA%A1%E0%AB%8B%E0%AA%AE%E0%AA%BF%E0%AA%A8%E0%AA%BF%E0%AA%95%E0%AA%BE>,
        <http://lexvo.org/id/term/guz/Dominika>,
        <http://lexvo.org/id/term/hau/Dominika>,
        <http://lexvo.org/id/term/heb/%D7%93%D7%95%D7%9E%D7%99%D7%A0%D7%99%D7%A7%D7%94>,
        <http://lexvo.org/id/term/hin/%E0%A4%A1%E0%A5%8B%E0%A4%AE%E0%A4%BF%E0%A4%A8%E0%A4%BF%E0%A4%95>,
        <http://lexvo.org/id/term/hrv/Dominika>,
        <http://lexvo.org/id/term/hun/Dominika>,
        <http://lexvo.org/id/term/hye/%D4%B4%D5%B8%D5%B4%D5%AB%D5%B6%D5%AB%D5%AF%D5%A1>,
        <http://lexvo.org/id/term/ind/Dominika>,
        <http://lexvo.org/id/term/isl/D%C3%B3min%C3%ADka>,
        <http://lexvo.org/id/term/ita/Dominica>,
        <http://lexvo.org/id/term/jmc/Dominika>,
        <http://lexvo.org/id/term/jpn/%E3%83%89%E3%83%9F%E3%83%8B%E3%82%AB%E5%9B%BD>,
        <http://lexvo.org/id/term/kab/Duminik>,
        <http://lexvo.org/id/term/kal/Dominica>,
        <http://lexvo.org/id/term/kam/Dominika>,
        <http://lexvo.org/id/term/kan/%E0%B2%A1%E0%B3%8A%E0%B2%AE%E0%B2%BF%E0%B2%A8%E0%B2%BF%E0%B2%95%E0%B2%BE>,
        <http://lexvo.org/id/term/kas/%DA%88%D9%88%D9%85%D9%90%D9%86%D9%90%DA%A9%D8%A7>,
        <http://lexvo.org/id/term/kat/%E1%83%93%E1%83%9D%E1%83%9B%E1%83%98%E1%83%9C%E1%83%98%E1%83%99%E1%83%90>,
        <http://lexvo.org/id/term/kde/Dominika>,
        <http://lexvo.org/id/term/kea/Dominika>,
        <http://lexvo.org/id/term/khm/%E1%9E%8A%E1%9E%BC%E1%9E%98%E1%9E%B8%E1%9E%93%E1%9E%B8%E1%9E%80%E1%9E%B6>,
        <http://lexvo.org/id/term/khq/Doominiki>,
        <http://lexvo.org/id/term/kik/Dominika>,
        <http://lexvo.org/id/term/kln/Emetab%20Dominica>,
        <http://lexvo.org/id/term/kor/%EB%8F%84%EB%AF%B8%EB%8B%88%EC%B9%B4>,
        <http://lexvo.org/id/term/ksb/Dominika>,
        <http://lexvo.org/id/term/ksf/d%C9%94minik>,
        <http://lexvo.org/id/term/ksh/Dominnika>,
        <http://lexvo.org/id/term/lag/Dom%C3%ADn%C9%A8ka>,
        <http://lexvo.org/id/term/lao/%E0%BB%82%E0%BA%94%E0%BA%A1%E0%BA%B5%E0%BA%99%E0%BA%B4%E0%BA%84%E0%BA%B2>,
        <http://lexvo.org/id/term/lav/Dominika>,
        <http://lexvo.org/id/term/lin/Dom%C3%ADnike>,
        <http://lexvo.org/id/term/lit/Dominika>,
        <http://lexvo.org/id/term/lub/Duminiku>,
        <http://lexvo.org/id/term/lug/Dominika>,
        <http://lexvo.org/id/term/luo/Dominica>,
        <http://lexvo.org/id/term/luy/Dominika>,
        <http://lexvo.org/id/term/mal/%E0%B4%A1%E0%B5%8A%E0%B4%AE%E0%B4%BF%E0%B4%A8%E0%B4%BF%E0%B4%95%E0%B5%8D%E0%B4%95>,
        <http://lexvo.org/id/term/mar/%E0%A4%A1%E0%A5%8B%E0%A4%AE%E0%A4%BF%E0%A4%A8%E0%A4%BF%E0%A4%95%E0%A4%BE>,
        <http://lexvo.org/id/term/mas/Dominika>,
        <http://lexvo.org/id/term/mer/Dominika>,
        <http://lexvo.org/id/term/mfe/Dominik>,
        <http://lexvo.org/id/term/mgh/Udominika>,
        <http://lexvo.org/id/term/mkd/%D0%94%D0%BE%D0%BC%D0%B8%D0%BD%D0%B8%D0%BA%D0%B0>,
        <http://lexvo.org/id/term/mlg/Dominika>,
        <http://lexvo.org/id/term/mlt/Dominika>,
        <http://lexvo.org/id/term/mua/Dominik>,
        <http://lexvo.org/id/term/mya/%E1%80%92%E1%80%AD%E1%80%AF%E1%80%99%E1%80%AE%E1%80%94%E1%80%AE%E1%80%80%E1%80%AC>,
        <http://lexvo.org/id/term/naq/Dominicab>,
        <http://lexvo.org/id/term/nde/Dominikha>,
        <http://lexvo.org/id/term/nep/%E0%A4%A1%E0%A5%8B%E0%A4%AE%E0%A4%BF%E0%A4%A8%E0%A4%BF%E0%A4%95%E0%A4%BE>,
        <http://lexvo.org/id/term/nld/Dominica>,
        <http://lexvo.org/id/term/nmg/Domin%C3%ADka>,
        <http://lexvo.org/id/term/nno/Dominica>,
        <http://lexvo.org/id/term/nob/Dominica>,
        <http://lexvo.org/id/term/nyn/Dominika>,
        <http://lexvo.org/id/term/ori/%E0%AC%A1%E0%AD%8B%E0%AC%AE%E0%AC%BF%E0%AC%A8%E0%AC%BE%E0%AC%95%E0%AC%BE>,
        <http://lexvo.org/id/term/pol/Dominika>,
        <http://lexvo.org/id/term/por/Dom%C3%ADnica>,
        <http://lexvo.org/id/term/por/Dominica>,
        <http://lexvo.org/id/term/rof/Dominika>,
        <http://lexvo.org/id/term/roh/Dominica>,
        <http://lexvo.org/id/term/ron/Dominica>,
        <http://lexvo.org/id/term/run/Dominika>,
        <http://lexvo.org/id/term/rus/%D0%94%D0%BE%D0%BC%D0%B8%D0%BD%D0%B8%D0%BA%D0%B0>,
        <http://lexvo.org/id/term/rwk/Dominika>,
        <http://lexvo.org/id/term/sag/D%C3%B6m%C3%AFn%C3%AEka>,
        <http://lexvo.org/id/term/saq/Dominika>,
        <http://lexvo.org/id/term/sbp/Dominika>,
        <http://lexvo.org/id/term/seh/Dominica>,
        <http://lexvo.org/id/term/ses/Doominiki>,
        <http://lexvo.org/id/term/shi-Latn/duminik>,
        <http://lexvo.org/id/term/shi/%E2%B4%B7%E2%B5%93%E2%B5%8E%E2%B5%89%E2%B5%8F%E2%B5%89%E2%B4%BD>,
        <http://lexvo.org/id/term/sin/%E0%B6%A9%E0%B7%9C%E0%B6%B8%E0%B7%92%E0%B6%B1%E0%B7%92%E0%B6%9A%E0%B7%8F%E0%B7%80>,
        <http://lexvo.org/id/term/slk/Dominika>,
        <http://lexvo.org/id/term/slv/Dominika>,
        <http://lexvo.org/id/term/sme/Dominica>,
        <http://lexvo.org/id/term/sna/Dominica>,
        <http://lexvo.org/id/term/som/Domeenika>,
        <http://lexvo.org/id/term/spa/Dominica>,
        <http://lexvo.org/id/term/sqi/Dominik%C3%AB>,
        <http://lexvo.org/id/term/srp-Latn/Dominika>,
        <http://lexvo.org/id/term/srp/%D0%94%D0%BE%D0%BC%D0%B8%D0%BD%D0%B8%D0%BA%D0%B0>,
        <http://lexvo.org/id/term/swc/Dominika>,
        <http://lexvo.org/id/term/swe/Dominica>,
        <http://lexvo.org/id/term/swh/Dominika>,
        <http://lexvo.org/id/term/tam/%E0%AE%9F%E0%AF%8A%E0%AE%AE%E0%AE%BF%E0%AE%A9%E0%AE%BF%E0%AE%95%E0%AE%BE>,
        <http://lexvo.org/id/term/tel/%E0%B0%A1%E0%B1%8B%E0%B0%AE%E0%B1%86%E0%B0%A8%E0%B0%BF%E0%B0%95>,
        <http://lexvo.org/id/term/teo/Dominika>,
        <http://lexvo.org/id/term/tha/%E0%B9%82%E0%B8%94%E0%B8%A1%E0%B8%B4%E0%B8%99%E0%B8%B4%E0%B8%81%E0%B8%B2>,
        <http://lexvo.org/id/term/tig/%E1%8B%B6%E1%88%9A%E1%8A%92%E1%8A%AB>,
        <http://lexvo.org/id/term/tir/%E1%8B%B6%E1%88%9A%E1%8A%92%E1%8A%AB>,
        <http://lexvo.org/id/term/ton/Tominika>,
        <http://lexvo.org/id/term/tur/Dominika>,
        <http://lexvo.org/id/term/twq/Doominiki>,
        <http://lexvo.org/id/term/tzm/%E1%B8%8Cuminika>,
        <http://lexvo.org/id/term/ukr/%D0%94%D0%BE%D0%BC%D1%96%D0%BD%D1%96%D0%BA>,
        <http://lexvo.org/id/term/urd/%DA%88%D9%88%D9%85%D9%86%DB%8C%DA%A9%D8%A7>,
        <http://lexvo.org/id/term/vai-Latn/Dom%C3%ADin%C3%ADka>,
        <http://lexvo.org/id/term/vai/%EA%96%81%EA%95%86%EA%95%87%EA%95%AA>,
        <http://lexvo.org/id/term/vie/Dominica>,
        <http://lexvo.org/id/term/vun/Dominika>,
        <http://lexvo.org/id/term/wae/Doninica>,
        <http://lexvo.org/id/term/wal/%E1%8B%B6%E1%88%9A%E1%8A%92%E1%8A%AB>,
        <http://lexvo.org/id/term/xog/Dominika>,
        <http://lexvo.org/id/term/yav/t%C3%BAm%C3%BAn%C3%A9ke>,
        <http://lexvo.org/id/term/yor/Or%C3%ADl%E1%BA%B9%CC%81%C3%A8de%20D%C3%B2m%C3%ADn%C3%ADk%C3%A0>,
        <http://lexvo.org/id/term/zsm/Dominica>,
        <http://lexvo.org/id/term/zul/i-Dominica> ;
    owl:sameAs <http://lexvo.org/id/wordnet/30/noun/dominica_1_15_00>,
        <http://psi.oasis-open.org/iso/3166/#212>,
        <http://sws.geonames.org/3575830/> .

<http://lexvo.org/id/iso3166/FR> a lvont:GeographicRegion ;
    rdfs:label "France"@aa,
        "Frankryk"@af,
        "Fàlâŋnsì"@agq,
        "Frɛnkyeman"@ak,
        "ፈረንሳይ"@am,
        "فرنسا"@ar,
        "ফ্ৰান্স"@as,
        "Ufarantha"@asa,
        "Francia"@ast,
        "Fransa"@az,
        "Франса"@az-Cyrl,
        "Pùlàsi / Fɛ̀lɛ̀nsi /"@bas,
        "Францыя"@be,
        "Huufaransa"@bez,
        "Франция"@bg,
        "Faransi"@bm,
        "ফ্রান্স"@bn,
        "ཕ་རཱན་སི།"@bo,
        "Frañs"@br,
        "फ्राँस"@brx,
        "Francuska"@bs,
        "Француска"@bs-Cyrl,
        "ፈረንሳይ"@byn,
        "França"@ca,
        "Bufaransa"@cgg,
        "ᎦᎸᏥᏱ"@chr,
        "法国"@cmn,
        "法國"@cmn-Hant,
        "Francie"@cs,
        "Ffrainc"@cy,
        "Frankrig"@da,
        "Ufaransa"@dav,
        "Frankreich"@de,
        "Faransi"@dje,
        "Frans"@dyo,
        "ཕྲཱནས"@dz,
        "Ufaransa"@ebu,
        "Frans nutome"@ee,
        "Γαλλία"@el,
        "France"@en,
        "ISO 3166-1:FR"@en,
        "𐐙𐑉𐐰𐑌𐑅"@en-Dsrt,
        "Francujo"@eo,
        "Francia"@es,
        "Prantsusmaa"@et,
        "Frantzia"@eu,
        "Fulɛnsí"@ewo,
        "فرانسه"@fa,
        "Farayse"@ff,
        "Ranska"@fi,
        "France"@fil,
        "Frakland"@fo,
        "France"@fr,
        "France"@fur,
        "An Fhrainc"@ga,
        "An Fhraing"@gd,
        "Francia"@gl,
        "Frankriich"@gsw,
        "ફ્રાંસ"@gu,
        "Ufaransa"@guz,
        "Faransa"@ha,
        "Palani"@haw,
        "צרפת"@he,
        "फ्रांस"@hi,
        "Francuska"@hr,
        "Franciaország"@hu,
        "Ֆրանսիա"@hy,
        "Francia"@ia,
        "Prancis"@id,
        "ꃔꇩ"@ii,
        "Frakkland"@is,
        "Francia"@it,
        "フランス"@ja,
        "Fɛlánci"@jgo,
        "Ufaransa"@jmc,
        "საფრანგეთი"@ka,
        "Fransa"@kab,
        "Uvalanza"@kam,
        "Ufalansa"@kde,
        "Fransa"@kea,
        "Faransi"@khq,
        "Ubaranja"@ki,
        "Франция"@kk,
        "Frankrigi"@kl,
        "Emetab France"@kln,
        "បារាំង"@km,
        "ಫ್ರಾನ್ಸ್"@kn,
        "프랑스"@ko,
        "فرٛانس"@ks,
        "Ufalansa"@ksb,
        "pɛrɛsǝ́"@ksf,
        "Frankrisch"@ksh,
        "Pow Frenk"@kw,
        "Ʉfaráansa"@lag,
        "Bufalansa"@lg,
        "Falánsɛ"@ln,
        "ຝຣັ່ງ"@lo,
        "Prancūzija"@lt,
        "Nfalanse"@lu,
        "France"@luo,
        "Ufaransa"@luy,
        "Francija"@lv,
        "Ufaransa"@mas,
        "Fransi"@mer,
        "Lafrans"@mfe,
        "Frantsa"@mg,
        "Ufaransa"@mgh,
        "Франција"@mk,
        "ഫ്രാൻസ്"@ml,
        "फ्रान्स"@mr,
        "Franza"@mt,
        "Franssǝ"@mua,
        "ပြင်သစ်"@my,
        "Frankreiki"@naq,
        "Frankrike"@nb,
        "Furansi"@nd,
        "फ्रान्स"@ne,
        "Frankrijk"@nl,
        "Fala"@nmg,
        "Frankrike"@nn,
        "Bufaransa"@nyn,
        "France"@om,
        "ଫ୍ରାନ୍ସ"@or,
        "Франц"@os,
        "Francja"@pl,
        "فرانسه"@ps,
        "França"@pt,
        "Frantscha"@rm,
        "Ubufaransa"@rn,
        "Franța"@ro,
        "Ufaransa"@rof,
        "Франция"@ru,
        "Ufaransa"@rwk,
        "Ufaransa"@saq,
        "Wufalansa"@sbp,
        "Frankriika"@se,
        "França"@seh,
        "Faransi"@ses,
        "Farânzi"@sg,
        "ⴼⵔⴰⵏⵙⴰ"@shi,
        "fransa"@shi-Latn,
        "ප්‍රංශය"@si,
        "Francúzsko"@sk,
        "Francija"@sl,
        "France"@sn,
        "Faransiis"@so,
        "Francë"@sq,
        "Француска"@sr,
        "Francuska"@sr-Latn,
        "Frankrike"@sv,
        "Ufaransa"@swc,
        "Ufaransa"@swh,
        "பிரான்ஸ்"@ta,
        "ఫ్రాన్స్‌"@te,
        "Ufaransa"@teo,
        "ฝรั่งเศส"@th,
        "ፈረንሳይ"@ti,
        "ፈረንሳይ"@tig,
        "Falanisē"@to,
        "Fransa"@tr,
        "Faransi"@twq,
        "Fṛansa"@tzm,
        "Франція"@uk,
        "فرانس"@ur,
        "Франция"@uzn,
        "Fransiya"@uzn-Latn,
        "ꖢꕟꘋꔻ"@vai,
        "Fɛŋsi"@vai-Latn,
        "Pháp"@vi,
        "Ufaransa"@vun,
        "Frankrič"@wae,
        "ፈረንሳይ"@wal,
        "Bufalansa"@xog,
        "felensí"@yav,
        "Orílẹ́ède Faranse"@yo,
        "Perancis"@zsm,
        "i-France"@zu ;
    lvont:label <http://lexvo.org/id/term/aar/France>,
        <http://lexvo.org/id/term/afr/Frankryk>,
        <http://lexvo.org/id/term/agq/F%C3%A0l%C3%A2%C5%8Bns%C3%AC>,
        <http://lexvo.org/id/term/aka/Fr%C9%9Bnkyeman>,
        <http://lexvo.org/id/term/amh/%E1%8D%88%E1%88%A8%E1%8A%95%E1%88%B3%E1%8B%AD>,
        <http://lexvo.org/id/term/ara/%D9%81%D8%B1%D9%86%D8%B3%D8%A7>,
        <http://lexvo.org/id/term/asa/Ufarantha>,
        <http://lexvo.org/id/term/asm/%E0%A6%AB%E0%A7%8D%E0%A7%B0%E0%A6%BE%E0%A6%A8%E0%A7%8D%E0%A6%B8>,
        <http://lexvo.org/id/term/ast/Francia>,
        <http://lexvo.org/id/term/aze-Cyrl/%D0%A4%D1%80%D0%B0%D0%BD%D1%81%D0%B0>,
        <http://lexvo.org/id/term/aze/Fransa>,
        <http://lexvo.org/id/term/bam/Faransi>,
        <http://lexvo.org/id/term/bas/P%C3%B9l%C3%A0si%20%2F%20F%C9%9B%CC%80l%C9%9B%CC%80nsi%20%2F>,
        <http://lexvo.org/id/term/bel/%D0%A4%D1%80%D0%B0%D0%BD%D1%86%D1%8B%D1%8F>,
        <http://lexvo.org/id/term/ben/%E0%A6%AB%E0%A7%8D%E0%A6%B0%E0%A6%BE%E0%A6%A8%E0%A7%8D%E0%A6%B8>,
        <http://lexvo.org/id/term/bez/Huufaransa>,
        <http://lexvo.org/id/term/bod/%E0%BD%95%E0%BC%8B%E0%BD%A2%E0%BD%B1%E0%BD%93%E0%BC%8B%E0%BD%A6%E0%BD%B2%E0%BC%8D>,
        <http://lexvo.org/id/term/bos-Cyrl/%D0%A4%D1%80%D0%B0%D0%BD%D1%86%D1%83%D1%81%D0%BA%D0%B0>,
        <http://lexvo.org/id/term/bos/Francuska>,
        <http://lexvo.org/id/term/bre/Fra%C3%B1s>,
        <http://lexvo.org/id/term/brx/%E0%A4%AB%E0%A5%8D%E0%A4%B0%E0%A4%BE%E0%A4%81%E0%A4%B8>,
        <http://lexvo.org/id/term/bul/%D0%A4%D1%80%D0%B0%D0%BD%D1%86%D0%B8%D1%8F>,
        <http://lexvo.org/id/term/byn/%E1%8D%88%E1%88%A8%E1%8A%95%E1%88%B3%E1%8B%AD>,
        <http://lexvo.org/id/term/cat/Fran%C3%A7a>,
        <http://lexvo.org/id/term/ces/Francie>,
        <http://lexvo.org/id/term/cgg/Bufaransa>,
        <http://lexvo.org/id/term/chr/%E1%8E%A6%E1%8E%B8%E1%8F%A5%E1%8F%B1>,
        <http://lexvo.org/id/term/cmn-Hant/%E6%B3%95%E5%9C%8B>,
        <http://lexvo.org/id/term/cmn/%E6%B3%95%E5%9B%BD>,
        <http://lexvo.org/id/term/cor/Pow%20Frenk>,
        <http://lexvo.org/id/term/cym/Ffrainc>,
        <http://lexvo.org/id/term/dan/Frankrig>,
        <http://lexvo.org/id/term/dav/Ufaransa>,
        <http://lexvo.org/id/term/deu/Frankreich>,
        <http://lexvo.org/id/term/dje/Faransi>,
        <http://lexvo.org/id/term/dyo/Frans>,
        <http://lexvo.org/id/term/dzo/%E0%BD%95%E0%BE%B2%E0%BD%B1%E0%BD%93%E0%BD%A6>,
        <http://lexvo.org/id/term/ebu/Ufaransa>,
        <http://lexvo.org/id/term/ell/%CE%93%CE%B1%CE%BB%CE%BB%CE%AF%CE%B1>,
        <http://lexvo.org/id/term/eng-Dsrt/%F0%90%90%99%F0%90%91%89%F0%90%90%B0%F0%90%91%8C%F0%90%91%85>,
        <http://lexvo.org/id/term/eng/France>,
        <http://lexvo.org/id/term/eng/ISO%203166-1%3AFR>,
        <http://lexvo.org/id/term/epo/Francujo>,
        <http://lexvo.org/id/term/est/Prantsusmaa>,
        <http://lexvo.org/id/term/eus/Frantzia>,
        <http://lexvo.org/id/term/ewe/Frans%20nutome>,
        <http://lexvo.org/id/term/ewo/Ful%C9%9Bns%C3%AD>,
        <http://lexvo.org/id/term/fao/Frakland>,
        <http://lexvo.org/id/term/fas/%D9%81%D8%B1%D8%A7%D9%86%D8%B3%D9%87>,
        <http://lexvo.org/id/term/fil/France>,
        <http://lexvo.org/id/term/fin/Ranska>,
        <http://lexvo.org/id/term/fra/France>,
        <http://lexvo.org/id/term/ful/Farayse>,
        <http://lexvo.org/id/term/fur/France>,
        <http://lexvo.org/id/term/gla/An%20Fhraing>,
        <http://lexvo.org/id/term/gle/An%20Fhrainc>,
        <http://lexvo.org/id/term/glg/Francia>,
        <http://lexvo.org/id/term/gsw/Frankriich>,
        <http://lexvo.org/id/term/guj/%E0%AA%AB%E0%AB%8D%E0%AA%B0%E0%AA%BE%E0%AA%82%E0%AA%B8>,
        <http://lexvo.org/id/term/guz/Ufaransa>,
        <http://lexvo.org/id/term/hau/Faransa>,
        <http://lexvo.org/id/term/haw/Palani>,
        <http://lexvo.org/id/term/heb/%D7%A6%D7%A8%D7%A4%D7%AA>,
        <http://lexvo.org/id/term/hin/%E0%A4%AB%E0%A5%8D%E0%A4%B0%E0%A4%BE%E0%A4%82%E0%A4%B8>,
        <http://lexvo.org/id/term/hrv/Francuska>,
        <http://lexvo.org/id/term/hun/Franciaorsz%C3%A1g>,
        <http://lexvo.org/id/term/hye/%D5%96%D6%80%D5%A1%D5%B6%D5%BD%D5%AB%D5%A1>,
        <http://lexvo.org/id/term/iii/%EA%83%94%EA%87%A9>,
        <http://lexvo.org/id/term/ina/Francia>,
        <http://lexvo.org/id/term/ind/Prancis>,
        <http://lexvo.org/id/term/isl/Frakkland>,
        <http://lexvo.org/id/term/ita/Francia>,
        <http://lexvo.org/id/term/jgo/F%C9%9Bl%C3%A1nci>,
        <http://lexvo.org/id/term/jmc/Ufaransa>,
        <http://lexvo.org/id/term/jpn/%E3%83%95%E3%83%A9%E3%83%B3%E3%82%B9>,
        <http://lexvo.org/id/term/kab/Fransa>,
        <http://lexvo.org/id/term/kal/Frankrigi>,
        <http://lexvo.org/id/term/kam/Uvalanza>,
        <http://lexvo.org/id/term/kan/%E0%B2%AB%E0%B3%8D%E0%B2%B0%E0%B2%BE%E0%B2%A8%E0%B3%8D%E0%B2%B8%E0%B3%8D>,
        <http://lexvo.org/id/term/kas/%D9%81%D8%B1%D9%9B%D8%A7%D9%86%D8%B3>,
        <http://lexvo.org/id/term/kat/%E1%83%A1%E1%83%90%E1%83%A4%E1%83%A0%E1%83%90%E1%83%9C%E1%83%92%E1%83%94%E1%83%97%E1%83%98>,
        <http://lexvo.org/id/term/kaz/%D0%A4%D1%80%D0%B0%D0%BD%D1%86%D0%B8%D1%8F>,
        <http://lexvo.org/id/term/kde/Ufalansa>,
        <http://lexvo.org/id/term/kea/Fransa>,
        <http://lexvo.org/id/term/khm/%E1%9E%94%E1%9E%B6%E1%9E%9A%E1%9E%B6%E1%9F%86%E1%9E%84>,
        <http://lexvo.org/id/term/khq/Faransi>,
        <http://lexvo.org/id/term/kik/Ubaranja>,
        <http://lexvo.org/id/term/kln/Emetab%20France>,
        <http://lexvo.org/id/term/kor/%ED%94%84%EB%9E%91%EC%8A%A4>,
        <http://lexvo.org/id/term/ksb/Ufalansa>,
        <http://lexvo.org/id/term/ksf/p%C9%9Br%C9%9Bs%C7%9D%CC%81>,
        <http://lexvo.org/id/term/ksh/Frankrisch>,
        <http://lexvo.org/id/term/lag/%C9%84far%C3%A1ansa>,
        <http://lexvo.org/id/term/lao/%E0%BA%9D%E0%BA%A3%E0%BA%B1%E0%BB%88%E0%BA%87>,
        <http://lexvo.org/id/term/lav/Francija>,
        <http://lexvo.org/id/term/lin/Fal%C3%A1ns%C9%9B>,
        <http://lexvo.org/id/term/lit/Pranc%C5%ABzija>,
        <http://lexvo.org/id/term/lub/Nfalanse>,
        <http://lexvo.org/id/term/lug/Bufalansa>,
        <http://lexvo.org/id/term/luo/France>,
        <http://lexvo.org/id/term/luy/Ufaransa>,
        <http://lexvo.org/id/term/mal/%E0%B4%AB%E0%B5%8D%E0%B4%B0%E0%B4%BE%E0%B5%BB%E0%B4%B8%E0%B5%8D>,
        <http://lexvo.org/id/term/mar/%E0%A4%AB%E0%A5%8D%E0%A4%B0%E0%A4%BE%E0%A4%A8%E0%A5%8D%E0%A4%B8>,
        <http://lexvo.org/id/term/mas/Ufaransa>,
        <http://lexvo.org/id/term/mer/Fransi>,
        <http://lexvo.org/id/term/mfe/Lafrans>,
        <http://lexvo.org/id/term/mgh/Ufaransa>,
        <http://lexvo.org/id/term/mkd/%D0%A4%D1%80%D0%B0%D0%BD%D1%86%D0%B8%D1%98%D0%B0>,
        <http://lexvo.org/id/term/mlg/Frantsa>,
        <http://lexvo.org/id/term/mlt/Franza>,
        <http://lexvo.org/id/term/mua/Franss%C7%9D>,
        <http://lexvo.org/id/term/mya/%E1%80%95%E1%80%BC%E1%80%84%E1%80%BA%E1%80%9E%E1%80%85%E1%80%BA>,
        <http://lexvo.org/id/term/naq/Frankreiki>,
        <http://lexvo.org/id/term/nde/Furansi>,
        <http://lexvo.org/id/term/nep/%E0%A4%AB%E0%A5%8D%E0%A4%B0%E0%A4%BE%E0%A4%A8%E0%A5%8D%E0%A4%B8>,
        <http://lexvo.org/id/term/nld/Frankrijk>,
        <http://lexvo.org/id/term/nmg/Fala>,
        <http://lexvo.org/id/term/nno/Frankrike>,
        <http://lexvo.org/id/term/nob/Frankrike>,
        <http://lexvo.org/id/term/nyn/Bufaransa>,
        <http://lexvo.org/id/term/ori/%E0%AC%AB%E0%AD%8D%E0%AC%B0%E0%AC%BE%E0%AC%A8%E0%AD%8D%E0%AC%B8>,
        <http://lexvo.org/id/term/orm/France>,
        <http://lexvo.org/id/term/oss/%D0%A4%D1%80%D0%B0%D0%BD%D1%86>,
        <http://lexvo.org/id/term/pol/Francja>,
        <http://lexvo.org/id/term/por/Fran%C3%A7a>,
        <http://lexvo.org/id/term/pus/%D9%81%D8%B1%D8%A7%D9%86%D8%B3%D9%87>,
        <http://lexvo.org/id/term/rof/Ufaransa>,
        <http://lexvo.org/id/term/roh/Frantscha>,
        <http://lexvo.org/id/term/ron/Fran%C8%9Ba>,
        <http://lexvo.org/id/term/run/Ubufaransa>,
        <http://lexvo.org/id/term/rus/%D0%A4%D1%80%D0%B0%D0%BD%D1%86%D0%B8%D1%8F>,
        <http://lexvo.org/id/term/rwk/Ufaransa>,
        <http://lexvo.org/id/term/sag/Far%C3%A2nzi>,
        <http://lexvo.org/id/term/saq/Ufaransa>,
        <http://lexvo.org/id/term/sbp/Wufalansa>,
        <http://lexvo.org/id/term/seh/Fran%C3%A7a>,
        <http://lexvo.org/id/term/ses/Faransi>,
        <http://lexvo.org/id/term/shi-Latn/fransa>,
        <http://lexvo.org/id/term/shi/%E2%B4%BC%E2%B5%94%E2%B4%B0%E2%B5%8F%E2%B5%99%E2%B4%B0>,
        <http://lexvo.org/id/term/sin/%E0%B6%B4%E0%B7%8A%E2%80%8D%E0%B6%BB%E0%B6%82%E0%B7%81%E0%B6%BA>,
        <http://lexvo.org/id/term/slk/Franc%C3%BAzsko>,
        <http://lexvo.org/id/term/slv/Francija>,
        <http://lexvo.org/id/term/sme/Frankriika>,
        <http://lexvo.org/id/term/sna/France>,
        <http://lexvo.org/id/term/som/Faransiis>,
        <http://lexvo.org/id/term/spa/Francia>,
        <http://lexvo.org/id/term/sqi/Franc%C3%AB>,
        <http://lexvo.org/id/term/srp-Latn/Francuska>,
        <http://lexvo.org/id/term/srp/%D0%A4%D1%80%D0%B0%D0%BD%D1%86%D1%83%D1%81%D0%BA%D0%B0>,
        <http://lexvo.org/id/term/swc/Ufaransa>,
        <http://lexvo.org/id/term/swe/Frankrike>,
        <http://lexvo.org/id/term/swh/Ufaransa>,
        <http://lexvo.org/id/term/tam/%E0%AE%AA%E0%AE%BF%E0%AE%B0%E0%AE%BE%E0%AE%A9%E0%AF%8D%E0%AE%B8%E0%AF%8D>,
        <http://lexvo.org/id/term/tel/%E0%B0%AB%E0%B1%8D%E0%B0%B0%E0%B0%BE%E0%B0%A8%E0%B1%8D%E0%B0%B8%E0%B1%8D%E2%80%8C>,
        <http://lexvo.org/id/term/teo/Ufaransa>,
        <http://lexvo.org/id/term/tha/%E0%B8%9D%E0%B8%A3%E0%B8%B1%E0%B9%88%E0%B8%87%E0%B9%80%E0%B8%A8%E0%B8%AA>,
        <http://lexvo.org/id/term/tig/%E1%8D%88%E1%88%A8%E1%8A%95%E1%88%B3%E1%8B%AD>,
        <http://lexvo.org/id/term/tir/%E1%8D%88%E1%88%A8%E1%8A%95%E1%88%B3%E1%8B%AD>,
        <http://lexvo.org/id/term/ton/Falanis%C4%93>,
        <http://lexvo.org/id/term/tur/Fransa>,
        <http://lexvo.org/id/term/twq/Faransi>,
        <http://lexvo.org/id/term/tzm/F%E1%B9%9Bansa>,
        <http://lexvo.org/id/term/ukr/%D0%A4%D1%80%D0%B0%D0%BD%D1%86%D1%96%D1%8F>,
        <http://lexvo.org/id/term/urd/%D9%81%D8%B1%D8%A7%D9%86%D8%B3>,
        <http://lexvo.org/id/term/uzn-Latn/Fransiya>,
        <http://lexvo.org/id/term/uzn/%D0%A4%D1%80%D0%B0%D0%BD%D1%86%D0%B8%D1%8F>,
        <http://lexvo.org/id/term/vai-Latn/F%C9%9B%C5%8Bsi>,
        <http://lexvo.org/id/term/vai/%EA%96%A2%EA%95%9F%EA%98%8B%EA%94%BB>,
        <http://lexvo.org/id/term/vie/Ph%C3%A1p>,
        <http://lexvo.org/id/term/vun/Ufaransa>,
        <http://lexvo.org/id/term/wae/Frankri%C4%8D>,
        <http://lexvo.org/id/term/wal/%E1%8D%88%E1%88%A8%E1%8A%95%E1%88%B3%E1%8B%AD>,
        <http://lexvo.org/id/term/xog/Bufalansa>,
        <http://lexvo.org/id/term/yav/felens%C3%AD>,
        <http://lexvo.org/id/term/yor/Or%C3%ADl%E1%BA%B9%CC%81%C3%A8de%20Faranse>,
        <http://lexvo.org/id/term/zsm/Perancis>,
        <http://lexvo.org/id/term/zul/i-France> ;
    owl:sameAs <http://lexvo.org/id/wordnet/30/noun/france_1_15_00>,
        <http://psi.oasis-open.org/iso/3166/#250>,
        <http://sws.geonames.org/3017382/> .

<http://lexvo.org/id/iso3166/GE> a lvont:GeographicRegion ;
    rdfs:label "Georgië"@af,
        "Dzɔɔdzìa"@agq,
        "Gyɔgyea"@ak,
        "ጆርጂያ"@am,
        "جورجيا"@ar,
        "Jojia"@asa,
        "Xeorxa"@ast,
        "Gürcüstan"@az,
        "Gèɔrgìà"@bas,
        "Грузія"@be,
        "Hujojia"@bez,
        "Грузия"@bg,
        "Zeyɔrzi"@bm,
        "জর্জিয়া"@bn,
        "ཇོར་ཇི་ཡ།"@bo,
        "Jorjia"@br,
        "जॉर्जिया"@brx,
        "Gruzija"@bs,
        "Грузија"@bs-Cyrl,
        "ጆርጂያ"@byn,
        "Geòrgia"@ca,
        "Gyogiya"@cgg,
        "ᏣᎠᏥᎢ"@chr,
        "格鲁吉亚"@cmn,
        "喬治亞共和國"@cmn-Hant,
        "Gruzie"@cs,
        "Georgia"@cy,
        "Georgien"@da,
        "Jojia"@dav,
        "Georgien"@de,
        "Gorgi"@dje,
        "Seorsi"@dyo,
        "ཇཽར་ཇཱ"@dz,
        "Jojia"@ebu,
        "Georgia nutome"@ee,
        "Γεωργία"@el,
        "Georgia"@en,
        "ISO 3166-1:GE"@en,
        "𐐖𐐱𐑉𐐾𐐲"@en-Dsrt,
        "Kartvelujo"@eo,
        "Georgia"@es,
        "Gruusia"@et,
        "Georgia"@eu,
        "Horə́yia"@ewo,
        "گرجستان"@fa,
        "Jeorgii"@ff,
        "Georgia"@fi,
        "Georgia"@fil,
        "Georgia"@fo,
        "Géorgie"@fr,
        "Gjeorgjie"@fur,
        "An tSeoirsia"@ga,
        "A' Chairtbheil"@gd,
        "Xeorxia"@gl,
        "Geoorgie"@gsw,
        "જ્યોર્જીયા"@gu,
        "Jojia"@guz,
        "Jiwarjiya"@ha,
        "גאורגיה"@he,
        "जॉर्जिया"@hi,
        "Gruzija"@hr,
        "Grúzia"@hu,
        "Վրաստան"@hy,
        "Georgia"@ia,
        "Georgia"@id,
        "Georgía"@is,
        "Georgia"@it,
        "グルジア"@ja,
        "Jojia"@jmc,
        "საქართველო"@ka,
        "Jiyurji"@kab,
        "Jojia"@kam,
        "Dyodya"@kde,
        "Jiorjia"@kea,
        "Gorgi"@khq,
        "Jojia"@ki,
        "Georgia"@kl,
        "Emetab Georgia"@kln,
        "ហ្សកហ្ស៉ី"@km,
        "ಜಾರ್ಜಿಯಾ"@kn,
        "그루지야"@ko,
        "جارجِیا"@ks,
        "Jojia"@ksb,
        "jɔrjí"@ksf,
        "Jeorrjije"@ksh,
        "Jójia"@lag,
        "Gyogya"@lg,
        "Zorzi"@ln,
        "ຈໍເຈຍ"@lo,
        "Gruzija"@lt,
        "Joriji"@lu,
        "Georgia"@luo,
        "Jojia"@luy,
        "Gruzija"@lv,
        "Jojia"@mas,
        "Jojia"@mer,
        "Zeorzi"@mfe,
        "Zeorzia"@mg,
        "Ujojia"@mgh,
        "Грузија"@mk,
        "ജോർജിയ"@ml,
        "जॉर्जिया"@mr,
        "Ġorġja"@mt,
        "Georgiya"@mua,
        "ဂျော်ဂျီယာ"@my,
        "Georgiab"@naq,
        "Georgia"@nb,
        "Georgia"@nd,
        "जोर्जिया"@ne,
        "Georgië"@nl,
        "Jɔrgia"@nmg,
        "Georgia"@nn,
        "Gyogiya"@nyn,
        "ଜର୍ଜିଆ"@or,
        "Гуырдзыстон"@os,
        "Gruzja"@pl,
        "Geórgia"@pt,
        "Georgia"@rm,
        "Jeworujiya"@rn,
        "Georgia"@ro,
        "Jojia"@rof,
        "Грузия"@ru,
        "Jojia"@rwk,
        "Jojia"@saq,
        "Jojiya"@sbp,
        "Georgia"@se,
        "Geórgia"@seh,
        "Gorgi"@ses,
        "Zorzïi"@sg,
        "ⵊⵓⵔⵊⵢⴰ"@shi,
        "jurjya"@shi-Latn,
        "ජෝර්ජියාව"@si,
        "Gruzínsko"@sk,
        "Gruzija"@sl,
        "Georgia"@sn,
        "Joorjiya"@so,
        "Gjeorgji"@sq,
        "Грузија"@sr,
        "Gruzija"@sr-Latn,
        "Georgien"@sv,
        "Jojia"@swc,
        "Jojia"@swh,
        "ஜார்ஜியா"@ta,
        "జార్జియా"@te,
        "Jojia"@teo,
        "จอร์เจีย"@th,
        "ጆርጂያ"@ti,
        "ጆርጂያ"@tig,
        "Sōsia"@to,
        "Gürcistan"@tr,
        "Gorgi"@twq,
        "Jyurjya"@tzm,
        "Грузія"@uk,
        "جارجیا"@ur,
        "ꗘꖺꕀꕩ"@vai,
        "Jɔɔjiya"@vai-Latn,
        "Georgia"@vi,
        "Jojia"@vun,
        "Georgie"@wae,
        "ጆርጂያ"@wal,
        "Gyogya"@xog,
        "sɔlsíi"@yav,
        "Orílẹ́ède Gọgia"@yo,
        "Georgia"@zsm,
        "i-Georgia"@zu ;
    lvont:label <http://lexvo.org/id/term/afr/Georgi%C3%AB>,
        <http://lexvo.org/id/term/agq/Dz%C9%94%C9%94dz%C3%ACa>,
        <http://lexvo.org/id/term/aka/Gy%C9%94gyea>,
        <http://lexvo.org/id/term/amh/%E1%8C%86%E1%88%AD%E1%8C%82%E1%8B%AB>,
        <http://lexvo.org/id/term/ara/%D8%AC%D9%88%D8%B1%D8%AC%D9%8A%D8%A7>,
        <http://lexvo.org/id/term/asa/Jojia>,
        <http://lexvo.org/id/term/ast/Xeorxa>,
        <http://lexvo.org/id/term/aze/G%C3%BCrc%C3%BCstan>,
        <http://lexvo.org/id/term/bam/Zey%C9%94rzi>,
        <http://lexvo.org/id/term/bas/G%C3%A8%C9%94rg%C3%AC%C3%A0>,
        <http://lexvo.org/id/term/bel/%D0%93%D1%80%D1%83%D0%B7%D1%96%D1%8F>,
        <http://lexvo.org/id/term/ben/%E0%A6%9C%E0%A6%B0%E0%A7%8D%E0%A6%9C%E0%A6%BF%E0%A6%AF%E0%A6%BC%E0%A6%BE>,
        <http://lexvo.org/id/term/bez/Hujojia>,
        <http://lexvo.org/id/term/bod/%E0%BD%87%E0%BD%BC%E0%BD%A2%E0%BC%8B%E0%BD%87%E0%BD%B2%E0%BC%8B%E0%BD%A1%E0%BC%8D>,
        <http://lexvo.org/id/term/bos-Cyrl/%D0%93%D1%80%D1%83%D0%B7%D0%B8%D1%98%D0%B0>,
        <http://lexvo.org/id/term/bos/Gruzija>,
        <http://lexvo.org/id/term/bre/Jorjia>,
        <http://lexvo.org/id/term/brx/%E0%A4%9C%E0%A5%89%E0%A4%B0%E0%A5%8D%E0%A4%9C%E0%A4%BF%E0%A4%AF%E0%A4%BE>,
        <http://lexvo.org/id/term/bul/%D0%93%D1%80%D1%83%D0%B7%D0%B8%D1%8F>,
        <http://lexvo.org/id/term/byn/%E1%8C%86%E1%88%AD%E1%8C%82%E1%8B%AB>,
        <http://lexvo.org/id/term/cat/Ge%C3%B2rgia>,
        <http://lexvo.org/id/term/ces/Gruzie>,
        <http://lexvo.org/id/term/cgg/Gyogiya>,
        <http://lexvo.org/id/term/chr/%E1%8F%A3%E1%8E%A0%E1%8F%A5%E1%8E%A2>,
        <http://lexvo.org/id/term/cmn-Hant/%E5%96%AC%E6%B2%BB%E4%BA%9E%E5%85%B1%E5%92%8C%E5%9C%8B>,
        <http://lexvo.org/id/term/cmn/%E6%A0%BC%E9%B2%81%E5%90%89%E4%BA%9A>,
        <http://lexvo.org/id/term/cym/Georgia>,
        <http://lexvo.org/id/term/dan/Georgien>,
        <http://lexvo.org/id/term/dav/Jojia>,
        <http://lexvo.org/id/term/deu/Georgien>,
        <http://lexvo.org/id/term/dje/Gorgi>,
        <http://lexvo.org/id/term/dyo/Seorsi>,
        <http://lexvo.org/id/term/dzo/%E0%BD%87%E0%BD%BD%E0%BD%A2%E0%BC%8B%E0%BD%87%E0%BD%B1>,
        <http://lexvo.org/id/term/ebu/Jojia>,
        <http://lexvo.org/id/term/ell/%CE%93%CE%B5%CF%89%CF%81%CE%B3%CE%AF%CE%B1>,
        <http://lexvo.org/id/term/eng-Dsrt/%F0%90%90%96%F0%90%90%B1%F0%90%91%89%F0%90%90%BE%F0%90%90%B2>,
        <http://lexvo.org/id/term/eng/Georgia>,
        <http://lexvo.org/id/term/eng/ISO%203166-1%3AGE>,
        <http://lexvo.org/id/term/epo/Kartvelujo>,
        <http://lexvo.org/id/term/est/Gruusia>,
        <http://lexvo.org/id/term/eus/Georgia>,
        <http://lexvo.org/id/term/ewe/Georgia%20nutome>,
        <http://lexvo.org/id/term/ewo/Hor%C9%99%CC%81yia>,
        <http://lexvo.org/id/term/fao/Georgia>,
        <http://lexvo.org/id/term/fas/%DA%AF%D8%B1%D8%AC%D8%B3%D8%AA%D8%A7%D9%86>,
        <http://lexvo.org/id/term/fil/Georgia>,
        <http://lexvo.org/id/term/fin/Georgia>,
        <http://lexvo.org/id/term/fra/G%C3%A9orgie>,
        <http://lexvo.org/id/term/ful/Jeorgii>,
        <http://lexvo.org/id/term/fur/Gjeorgjie>,
        <http://lexvo.org/id/term/gla/A'%20Chairtbheil>,
        <http://lexvo.org/id/term/gle/An%20tSeoirsia>,
        <http://lexvo.org/id/term/glg/Xeorxia>,
        <http://lexvo.org/id/term/gsw/Geoorgie>,
        <http://lexvo.org/id/term/guj/%E0%AA%9C%E0%AB%8D%E0%AA%AF%E0%AB%8B%E0%AA%B0%E0%AB%8D%E0%AA%9C%E0%AB%80%E0%AA%AF%E0%AA%BE>,
        <http://lexvo.org/id/term/guz/Jojia>,
        <http://lexvo.org/id/term/hau/Jiwarjiya>,
        <http://lexvo.org/id/term/heb/%D7%92%D7%90%D7%95%D7%A8%D7%92%D7%99%D7%94>,
        <http://lexvo.org/id/term/hin/%E0%A4%9C%E0%A5%89%E0%A4%B0%E0%A5%8D%E0%A4%9C%E0%A4%BF%E0%A4%AF%E0%A4%BE>,
        <http://lexvo.org/id/term/hrv/Gruzija>,
        <http://lexvo.org/id/term/hun/Gr%C3%BAzia>,
        <http://lexvo.org/id/term/hye/%D5%8E%D6%80%D5%A1%D5%BD%D5%BF%D5%A1%D5%B6>,
        <http://lexvo.org/id/term/ina/Georgia>,
        <http://lexvo.org/id/term/ind/Georgia>,
        <http://lexvo.org/id/term/isl/Georg%C3%ADa>,
        <http://lexvo.org/id/term/ita/Georgia>,
        <http://lexvo.org/id/term/jmc/Jojia>,
        <http://lexvo.org/id/term/jpn/%E3%82%B0%E3%83%AB%E3%82%B8%E3%82%A2>,
        <http://lexvo.org/id/term/kab/Jiyurji>,
        <http://lexvo.org/id/term/kal/Georgia>,
        <http://lexvo.org/id/term/kam/Jojia>,
        <http://lexvo.org/id/term/kan/%E0%B2%9C%E0%B2%BE%E0%B2%B0%E0%B3%8D%E0%B2%9C%E0%B2%BF%E0%B2%AF%E0%B2%BE>,
        <http://lexvo.org/id/term/kas/%D8%AC%D8%A7%D8%B1%D8%AC%D9%90%DB%8C%D8%A7>,
        <http://lexvo.org/id/term/kat/%E1%83%A1%E1%83%90%E1%83%A5%E1%83%90%E1%83%A0%E1%83%97%E1%83%95%E1%83%94%E1%83%9A%E1%83%9D>,
        <http://lexvo.org/id/term/kde/Dyodya>,
        <http://lexvo.org/id/term/kea/Jiorjia>,
        <http://lexvo.org/id/term/khm/%E1%9E%A0%E1%9F%92%E1%9E%9F%E1%9E%80%E1%9E%A0%E1%9F%92%E1%9E%9F%E1%9F%89%E1%9E%B8>,
        <http://lexvo.org/id/term/khq/Gorgi>,
        <http://lexvo.org/id/term/kik/Jojia>,
        <http://lexvo.org/id/term/kln/Emetab%20Georgia>,
        <http://lexvo.org/id/term/kor/%EA%B7%B8%EB%A3%A8%EC%A7%80%EC%95%BC>,
        <http://lexvo.org/id/term/ksb/Jojia>,
        <http://lexvo.org/id/term/ksf/j%C9%94rj%C3%AD>,
        <http://lexvo.org/id/term/ksh/Jeorrjije>,
        <http://lexvo.org/id/term/lag/J%C3%B3jia>,
        <http://lexvo.org/id/term/lao/%E0%BA%88%E0%BB%8D%E0%BB%80%E0%BA%88%E0%BA%8D>,
        <http://lexvo.org/id/term/lav/Gruzija>,
        <http://lexvo.org/id/term/lin/Zorzi>,
        <http://lexvo.org/id/term/lit/Gruzija>,
        <http://lexvo.org/id/term/lub/Joriji>,
        <http://lexvo.org/id/term/lug/Gyogya>,
        <http://lexvo.org/id/term/luo/Georgia>,
        <http://lexvo.org/id/term/luy/Jojia>,
        <http://lexvo.org/id/term/mal/%E0%B4%9C%E0%B5%8B%E0%B5%BC%E0%B4%9C%E0%B4%BF%E0%B4%AF>,
        <http://lexvo.org/id/term/mar/%E0%A4%9C%E0%A5%89%E0%A4%B0%E0%A5%8D%E0%A4%9C%E0%A4%BF%E0%A4%AF%E0%A4%BE>,
        <http://lexvo.org/id/term/mas/Jojia>,
        <http://lexvo.org/id/term/mer/Jojia>,
        <http://lexvo.org/id/term/mfe/Zeorzi>,
        <http://lexvo.org/id/term/mgh/Ujojia>,
        <http://lexvo.org/id/term/mkd/%D0%93%D1%80%D1%83%D0%B7%D0%B8%D1%98%D0%B0>,
        <http://lexvo.org/id/term/mlg/Zeorzia>,
        <http://lexvo.org/id/term/mlt/%C4%A0or%C4%A1ja>,
        <http://lexvo.org/id/term/mua/Georgiya>,
        <http://lexvo.org/id/term/mya/%E1%80%82%E1%80%BB%E1%80%B1%E1%80%AC%E1%80%BA%E1%80%82%E1%80%BB%E1%80%AE%E1%80%9A%E1%80%AC>,
        <http://lexvo.org/id/term/naq/Georgiab>,
        <http://lexvo.org/id/term/nde/Georgia>,
        <http://lexvo.org/id/term/nep/%E0%A4%9C%E0%A5%8B%E0%A4%B0%E0%A5%8D%E0%A4%9C%E0%A4%BF%E0%A4%AF%E0%A4%BE>,
        <http://lexvo.org/id/term/nld/Georgi%C3%AB>,
        <http://lexvo.org/id/term/nmg/J%C9%94rgia>,
        <http://lexvo.org/id/term/nno/Georgia>,
        <http://lexvo.org/id/term/nob/Georgia>,
        <http://lexvo.org/id/term/nyn/Gyogiya>,
        <http://lexvo.org/id/term/ori/%E0%AC%9C%E0%AC%B0%E0%AD%8D%E0%AC%9C%E0%AC%BF%E0%AC%86>,
        <http://lexvo.org/id/term/oss/%D0%93%D1%83%D1%8B%D1%80%D0%B4%D0%B7%D1%8B%D1%81%D1%82%D0%BE%D0%BD>,
        <http://lexvo.org/id/term/pol/Gruzja>,
        <http://lexvo.org/id/term/por/Ge%C3%B3rgia>,
        <http://lexvo.org/id/term/rof/Jojia>,
        <http://lexvo.org/id/term/roh/Georgia>,
        <http://lexvo.org/id/term/ron/Georgia>,
        <http://lexvo.org/id/term/run/Jeworujiya>,
        <http://lexvo.org/id/term/rus/%D0%93%D1%80%D1%83%D0%B7%D0%B8%D1%8F>,
        <http://lexvo.org/id/term/rwk/Jojia>,
        <http://lexvo.org/id/term/sag/Zorz%C3%AFi>,
        <http://lexvo.org/id/term/saq/Jojia>,
        <http://lexvo.org/id/term/sbp/Jojiya>,
        <http://lexvo.org/id/term/seh/Ge%C3%B3rgia>,
        <http://lexvo.org/id/term/ses/Gorgi>,
        <http://lexvo.org/id/term/shi-Latn/jurjya>,
        <http://lexvo.org/id/term/shi/%E2%B5%8A%E2%B5%93%E2%B5%94%E2%B5%8A%E2%B5%A2%E2%B4%B0>,
        <http://lexvo.org/id/term/sin/%E0%B6%A2%E0%B7%9D%E0%B6%BB%E0%B7%8A%E0%B6%A2%E0%B7%92%E0%B6%BA%E0%B7%8F%E0%B7%80>,
        <http://lexvo.org/id/term/slk/Gruz%C3%ADnsko>,
        <http://lexvo.org/id/term/slv/Gruzija>,
        <http://lexvo.org/id/term/sme/Georgia>,
        <http://lexvo.org/id/term/sna/Georgia>,
        <http://lexvo.org/id/term/som/Joorjiya>,
        <http://lexvo.org/id/term/spa/Georgia>,
        <http://lexvo.org/id/term/sqi/Gjeorgji>,
        <http://lexvo.org/id/term/srp-Latn/Gruzija>,
        <http://lexvo.org/id/term/srp/%D0%93%D1%80%D1%83%D0%B7%D0%B8%D1%98%D0%B0>,
        <http://lexvo.org/id/term/swc/Jojia>,
        <http://lexvo.org/id/term/swe/Georgien>,
        <http://lexvo.org/id/term/swh/Jojia>,
        <http://lexvo.org/id/term/tam/%E0%AE%9C%E0%AE%BE%E0%AE%B0%E0%AF%8D%E0%AE%9C%E0%AE%BF%E0%AE%AF%E0%AE%BE>,
        <http://lexvo.org/id/term/tel/%E0%B0%9C%E0%B0%BE%E0%B0%B0%E0%B1%8D%E0%B0%9C%E0%B0%BF%E0%B0%AF%E0%B0%BE>,
        <http://lexvo.org/id/term/teo/Jojia>,
        <http://lexvo.org/id/term/tha/%E0%B8%88%E0%B8%AD%E0%B8%A3%E0%B9%8C%E0%B9%80%E0%B8%88%E0%B8%B5%E0%B8%A2>,
        <http://lexvo.org/id/term/tig/%E1%8C%86%E1%88%AD%E1%8C%82%E1%8B%AB>,
        <http://lexvo.org/id/term/tir/%E1%8C%86%E1%88%AD%E1%8C%82%E1%8B%AB>,
        <http://lexvo.org/id/term/ton/S%C5%8Dsia>,
        <http://lexvo.org/id/term/tur/G%C3%BCrcistan>,
        <http://lexvo.org/id/term/twq/Gorgi>,
        <http://lexvo.org/id/term/tzm/Jyurjya>,
        <http://lexvo.org/id/term/ukr/%D0%93%D1%80%D1%83%D0%B7%D1%96%D1%8F>,
        <http://lexvo.org/id/term/urd/%D8%AC%D8%A7%D8%B1%D8%AC%DB%8C%D8%A7>,
        <http://lexvo.org/id/term/vai-Latn/J%C9%94%C9%94jiya>,
        <http://lexvo.org/id/term/vai/%EA%97%98%EA%96%BA%EA%95%80%EA%95%A9>,
        <http://lexvo.org/id/term/vie/Georgia>,
        <http://lexvo.org/id/term/vun/Jojia>,
        <http://lexvo.org/id/term/wae/Georgie>,
        <http://lexvo.org/id/term/wal/%E1%8C%86%E1%88%AD%E1%8C%82%E1%8B%AB>,
        <http://lexvo.org/id/term/xog/Gyogya>,
        <http://lexvo.org/id/term/yav/s%C9%94ls%C3%ADi>,
        <http://lexvo.org/id/term/yor/Or%C3%ADl%E1%BA%B9%CC%81%C3%A8de%20G%E1%BB%8Dgia>,
        <http://lexvo.org/id/term/zsm/Georgia>,
        <http://lexvo.org/id/term/zul/i-Georgia> ;
    owl:sameAs <http://lexvo.org/id/wordnet/30/noun/georgia_1_15_01>,
        <http://psi.oasis-open.org/iso/3166/#268>,
        <http://sws.geonames.org/614540/> .

<http://lexvo.org/id/iso3166/GF> a lvont:GeographicRegion ;
    rdfs:label "Frans-Guyana"@af,
        "Gàyanà è Fàlâŋnsì"@agq,
        "Frɛnkye Gayana"@ak,
        "የፈረንሳይ ጉዊአና"@am,
        "غويانا الفرنسية"@ar,
        "Gwiyana ya Ufarantha"@asa,
        "Guyana Francesa"@ast,
        "Fransız Quyanası"@az,
        "Gùyanà Pùlàsi"@bas,
        "Французская Гвіяна"@be,
        "Hugwiyana ya Huufaransa"@bez,
        "Френска Гвиана"@bg,
        "Faransi ka gwiyani"@bm,
        "ফরাসী গায়ানা"@bn,
        "Gwiana cʼhall"@br,
        "फ्राँसीसी गिआना"@brx,
        "Francuska Gvajana"@bs,
        "Француска Гвајана"@bs-Cyrl,
        "የፈረንሳይ ጉዊአና"@byn,
        "Guaiana Francesa"@ca,
        "Guyana ya Bufaransa"@cgg,
        "ᎠᏂᎦᎸᏥ ᎩᎠ"@chr,
        "法属圭亚那"@cmn,
        "法屬圭亞那"@cmn-Hant,
        "Francouzská Guyana"@cs,
        "Giana Ffrengig"@cy,
        "Fransk Guyana"@da,
        "Gwiyana ya Ufaransa"@dav,
        "Französisch-Guayana"@de,
        "Faransi Guyaan"@dje,
        "གུའི་ཡ་ན་ ཕྲནས྄་མངའ་ཁོངས"@dz,
        "Gwiyana ya Ufaransa"@ebu,
        "Frentsi Gayana nutome"@ee,
        "Γαλλική Γουιάνα"@el,
        "French Guiana"@en,
        "ISO 3166-1:GF"@en,
        "𐐙𐑉𐐯𐑌𐐽 𐐘𐐨𐐪𐑌𐐲"@en-Dsrt,
        "Franca Gviano"@eo,
        "Guayana Francesa"@es,
        "Prantsuse Guajaana"@et,
        "Guyana Frantsesa"@eu,
        "Guyán yá Fulɛnsí"@ewo,
        "گویان فرانسه"@fa,
        "Giyaan Farayse"@ff,
        "Ranskan Guayana"@fi,
        "French Guiana"@fil,
        "Fransk Gujana"@fo,
        "Guyane française"@fr,
        "Guiana francês"@fur,
        "An Ghuáin Fhrancach"@ga,
        "Guidheàna na Frainge"@gd,
        "Güiana Francesa"@gl,
        "Französisch-Guäjaana"@gsw,
        "ફ્રેંચ ગયાના"@gu,
        "Gwiyana ya Ufaransa"@guz,
        "Gini Ta Faransa"@ha,
        "גיאנה הצרפתית"@he,
        "फ़्रांसीसी गिआना"@hi,
        "Francuska Gvajana"@hr,
        "Francia Guyana"@hu,
        "Guyana francese"@ia,
        "Guyana Prancis"@id,
        "Franska Gvæjana"@is,
        "Guiana Francese"@it,
        "仏領ギアナ"@ja,
        "Gwiyana ya Ufaransa"@jmc,
        "Ɣana tafransist"@kab,
        "Gwiyana ya Ufaransa"@kam,
        "Gwiyana ya Ufalansa"@kde,
        "Giana Franseza"@kea,
        "Faransi Guyaan"@khq,
        "Gwiyana ya Ufaransa"@ki,
        "Emetab Guiana nebo Ufaransa"@kln,
        "ហ្វ្វេន​ហ្គៀណា"@km,
        "ಫ್ರೆಂಚ್ ಗಯಾನಾ"@kn,
        "프랑스령 기아나"@ko,
        "فرٛانسِسی گِانا"@ks,
        "Gwiyana ya Ufalansa"@ksb,
        "guyán i pɛrɛsǝ́"@ksf,
        "Franzüüsesch Jujaana"@ksh,
        "Gwiyáana yʉ Ʉfaráansa"@lag,
        "Guyana enfalansa"@lg,
        "Giyanɛ ya Falánsɛ"@ln,
        "ເຟັນສກິວນາ"@lo,
        "Prancūzijos Gviana"@lt,
        "Giyane wa Nfalanse"@lu,
        "French Guiana"@luo,
        "Gwiyana ya Ufaransa"@luy,
        "Franču Gviāna"@lv,
        "Gwiyana ya Ufaransa"@mas,
        "Gwiyana ya Fransi"@mer,
        "Gwiyann franse"@mfe,
        "Guyana frantsay"@mg,
        "Ufaransa yo Gwaya"@mgh,
        "Француска Гвајана"@mk,
        "ഫ്രഞ്ച് ഗയാന"@ml,
        "फ्रेंच गयाना"@mr,
        "Gujana Franċiża"@mt,
        "Sǝr Guyana ma Franssǝ"@mua,
        "ပြင်သစ် ဂီယာနာ"@my,
        "French Guiana"@naq,
        "Fransk Guyana"@nb,
        "Gwiyana ye Furansi"@nd,
        "फ्रान्सेली गायना"@ne,
        "Frans-Guyana"@nl,
        "Guyane Fala"@nmg,
        "Fransk Guyana"@nn,
        "Guyana ya Bufaransa"@nyn,
        "ଫ୍ରେଞ୍ଚ ଗୁଇନା"@or,
        "Gujana Francuska"@pl,
        "Guiana Francesa"@pt,
        "Guyana Franzosa"@rm,
        "Gwayana y'Abafaransa"@rn,
        "Guyana Franceză"@ro,
        "Gwiyana ya Ufaransa"@rof,
        "Французская Гвиана"@ru,
        "Gwiyana ya Ufaransa"@rwk,
        "Gwiyana ya Ufaransa"@saq,
        "Gwiyana ya Wufalansa"@sbp,
        "Frankriikka Guayana"@se,
        "Guiana Francesa"@seh,
        "Faransi Guyaan"@ses,
        "Güyâni tî farânzi"@sg,
        "ⴳⵡⵉⵢⴰⵏ ⵜⴰⴼⵔⴰⵏⵙⵉⵙⵜ"@shi,
        "gwiyan tafransist"@shi-Latn,
        "ප්‍රංශ ගයනාව"@si,
        "Francúzska Guayana"@sk,
        "Francoska Gvajana"@sl,
        "French Guiana"@sn,
        "French Guiana"@so,
        "Француска Гвајана"@sr,
        "Francuska Gvajana"@sr-Latn,
        "Franska Guyana"@sv,
        "Gwiyana ya Ufaransa"@swc,
        "Gwiyana ya Ufaransa"@swh,
        "ஃப்ரென்ச் கயானா"@ta,
        "ఫ్రెంచ్ గియానా"@te,
        "Gwiyana ya Ufaransa"@teo,
        "เฟรนช์เกียนา"@th,
        "የፈረንሳይ ጉዊአና"@ti,
        "የፈረንሳይ ጉዊአና"@tig,
        "Falanise Kuiana"@to,
        "Fransız Guyanası"@tr,
        "Faransi Guyaan"@twq,
        "Guyana Tafransist"@tzm,
        "Французька Гвіана"@uk,
        "فرینچ گیانا"@ur,
        "ꗱꘋꔻ ꖶꕎꕯ"@vai,
        "Fɛŋsi Giwana"@vai-Latn,
        "Quiana thuộc Pháp"@vi,
        "Gwiyana ya Ufaransa"@vun,
        "Französiš Guiana"@wae,
        "የፈረንሳይ ጉዊአና"@wal,
        "Guyana enfalansa"@xog,
        "kuyáan u felensí"@yav,
        "Orílẹ́ède Firenṣi Guana"@yo,
        "French Guiana"@zsm,
        "isi-French Guiana"@zu ;
    lvont:label <http://lexvo.org/id/term/afr/Frans-Guyana>,
        <http://lexvo.org/id/term/agq/G%C3%A0yan%C3%A0%20%C3%A8%20F%C3%A0l%C3%A2%C5%8Bns%C3%AC>,
        <http://lexvo.org/id/term/aka/Fr%C9%9Bnkye%20Gayana>,
        <http://lexvo.org/id/term/amh/%E1%8B%A8%E1%8D%88%E1%88%A8%E1%8A%95%E1%88%B3%E1%8B%AD%20%E1%8C%89%E1%8B%8A%E1%8A%A0%E1%8A%93>,
        <http://lexvo.org/id/term/ara/%D8%BA%D9%88%D9%8A%D8%A7%D9%86%D8%A7%20%D8%A7%D9%84%D9%81%D8%B1%D9%86%D8%B3%D9%8A%D8%A9>,
        <http://lexvo.org/id/term/asa/Gwiyana%20ya%20Ufarantha>,
        <http://lexvo.org/id/term/ast/Guyana%20Francesa>,
        <http://lexvo.org/id/term/aze/Frans%C4%B1z%20Quyanas%C4%B1>,
        <http://lexvo.org/id/term/bam/Faransi%20ka%20gwiyani>,
        <http://lexvo.org/id/term/bas/G%C3%B9yan%C3%A0%20P%C3%B9l%C3%A0si>,
        <http://lexvo.org/id/term/bel/%D0%A4%D1%80%D0%B0%D0%BD%D1%86%D1%83%D0%B7%D1%81%D0%BA%D0%B0%D1%8F%20%D0%93%D0%B2%D1%96%D1%8F%D0%BD%D0%B0>,
        <http://lexvo.org/id/term/ben/%E0%A6%AB%E0%A6%B0%E0%A6%BE%E0%A6%B8%E0%A7%80%20%E0%A6%97%E0%A6%BE%E0%A6%AF%E0%A6%BC%E0%A6%BE%E0%A6%A8%E0%A6%BE>,
        <http://lexvo.org/id/term/bez/Hugwiyana%20ya%20Huufaransa>,
        <http://lexvo.org/id/term/bos-Cyrl/%D0%A4%D1%80%D0%B0%D0%BD%D1%86%D1%83%D1%81%D0%BA%D0%B0%20%D0%93%D0%B2%D0%B0%D1%98%D0%B0%D0%BD%D0%B0>,
        <http://lexvo.org/id/term/bos/Francuska%20Gvajana>,
        <http://lexvo.org/id/term/bre/Gwiana%20c%CA%BChall>,
        <http://lexvo.org/id/term/brx/%E0%A4%AB%E0%A5%8D%E0%A4%B0%E0%A4%BE%E0%A4%81%E0%A4%B8%E0%A5%80%E0%A4%B8%E0%A5%80%20%E0%A4%97%E0%A4%BF%E0%A4%86%E0%A4%A8%E0%A4%BE>,
        <http://lexvo.org/id/term/bul/%D0%A4%D1%80%D0%B5%D0%BD%D1%81%D0%BA%D0%B0%20%D0%93%D0%B2%D0%B8%D0%B0%D0%BD%D0%B0>,
        <http://lexvo.org/id/term/byn/%E1%8B%A8%E1%8D%88%E1%88%A8%E1%8A%95%E1%88%B3%E1%8B%AD%20%E1%8C%89%E1%8B%8A%E1%8A%A0%E1%8A%93>,
        <http://lexvo.org/id/term/cat/Guaiana%20Francesa>,
        <http://lexvo.org/id/term/ces/Francouzsk%C3%A1%20Guyana>,
        <http://lexvo.org/id/term/cgg/Guyana%20ya%20Bufaransa>,
        <http://lexvo.org/id/term/chr/%E1%8E%A0%E1%8F%82%E1%8E%A6%E1%8E%B8%E1%8F%A5%20%E1%8E%A9%E1%8E%A0>,
        <http://lexvo.org/id/term/cmn-Hant/%E6%B3%95%E5%B1%AC%E5%9C%AD%E4%BA%9E%E9%82%A3>,
        <http://lexvo.org/id/term/cmn/%E6%B3%95%E5%B1%9E%E5%9C%AD%E4%BA%9A%E9%82%A3>,
        <http://lexvo.org/id/term/cym/Giana%20Ffrengig>,
        <http://lexvo.org/id/term/dan/Fransk%20Guyana>,
        <http://lexvo.org/id/term/dav/Gwiyana%20ya%20Ufaransa>,
        <http://lexvo.org/id/term/deu/Franz%C3%B6sisch-Guayana>,
        <http://lexvo.org/id/term/dje/Faransi%20Guyaan>,
        <http://lexvo.org/id/term/dzo/%E0%BD%82%E0%BD%B4%E0%BD%A0%E0%BD%B2%E0%BC%8B%E0%BD%A1%E0%BC%8B%E0%BD%93%E0%BC%8B%20%E0%BD%95%E0%BE%B2%E0%BD%93%E0%BD%A6%E0%BE%84%E0%BC%8B%E0%BD%98%E0%BD%84%E0%BD%A0%E0%BC%8B%E0%BD%81%E0%BD%BC%E0%BD%84%E0%BD%A6>,
        <http://lexvo.org/id/term/ebu/Gwiyana%20ya%20Ufaransa>,
        <http://lexvo.org/id/term/ell/%CE%93%CE%B1%CE%BB%CE%BB%CE%B9%CE%BA%CE%AE%20%CE%93%CE%BF%CF%85%CE%B9%CE%AC%CE%BD%CE%B1>,
        <http://lexvo.org/id/term/eng-Dsrt/%F0%90%90%99%F0%90%91%89%F0%90%90%AF%F0%90%91%8C%F0%90%90%BD%20%F0%90%90%98%F0%90%90%A8%F0%90%90%AA%F0%90%91%8C%F0%90%90%B2>,
        <http://lexvo.org/id/term/eng/French%20Guiana>,
        <http://lexvo.org/id/term/eng/ISO%203166-1%3AGF>,
        <http://lexvo.org/id/term/epo/Franca%20Gviano>,
        <http://lexvo.org/id/term/est/Prantsuse%20Guajaana>,
        <http://lexvo.org/id/term/eus/Guyana%20Frantsesa>,
        <http://lexvo.org/id/term/ewe/Frentsi%20Gayana%20nutome>,
        <http://lexvo.org/id/term/ewo/Guy%C3%A1n%20y%C3%A1%20Ful%C9%9Bns%C3%AD>,
        <http://lexvo.org/id/term/fao/Fransk%20Gujana>,
        <http://lexvo.org/id/term/fas/%DA%AF%D9%88%DB%8C%D8%A7%D9%86%20%D9%81%D8%B1%D8%A7%D9%86%D8%B3%D9%87>,
        <http://lexvo.org/id/term/fil/French%20Guiana>,
        <http://lexvo.org/id/term/fin/Ranskan%20Guayana>,
        <http://lexvo.org/id/term/fra/Guyane%20fran%C3%A7aise>,
        <http://lexvo.org/id/term/ful/Giyaan%20Farayse>,
        <http://lexvo.org/id/term/fur/Guiana%20franc%C3%AAs>,
        <http://lexvo.org/id/term/gla/Guidhe%C3%A0na%20na%20Frainge>,
        <http://lexvo.org/id/term/gle/An%20Ghu%C3%A1in%20Fhrancach>,
        <http://lexvo.org/id/term/glg/G%C3%BCiana%20Francesa>,
        <http://lexvo.org/id/term/gsw/Franz%C3%B6sisch-Gu%C3%A4jaana>,
        <http://lexvo.org/id/term/guj/%E0%AA%AB%E0%AB%8D%E0%AA%B0%E0%AB%87%E0%AA%82%E0%AA%9A%20%E0%AA%97%E0%AA%AF%E0%AA%BE%E0%AA%A8%E0%AA%BE>,
        <http://lexvo.org/id/term/guz/Gwiyana%20ya%20Ufaransa>,
        <http://lexvo.org/id/term/hau/Gini%20Ta%20Faransa>,
        <http://lexvo.org/id/term/heb/%D7%92%D7%99%D7%90%D7%A0%D7%94%20%D7%94%D7%A6%D7%A8%D7%A4%D7%AA%D7%99%D7%AA>,
        <http://lexvo.org/id/term/hin/%E0%A4%AB%E0%A4%BC%E0%A5%8D%E0%A4%B0%E0%A4%BE%E0%A4%82%E0%A4%B8%E0%A5%80%E0%A4%B8%E0%A5%80%20%E0%A4%97%E0%A4%BF%E0%A4%86%E0%A4%A8%E0%A4%BE>,
        <http://lexvo.org/id/term/hrv/Francuska%20Gvajana>,
        <http://lexvo.org/id/term/hun/Francia%20Guyana>,
        <http://lexvo.org/id/term/ina/Guyana%20francese>,
        <http://lexvo.org/id/term/ind/Guyana%20Prancis>,
        <http://lexvo.org/id/term/isl/Franska%20Gv%C3%A6jana>,
        <http://lexvo.org/id/term/ita/Guiana%20Francese>,
        <http://lexvo.org/id/term/jmc/Gwiyana%20ya%20Ufaransa>,
        <http://lexvo.org/id/term/jpn/%E4%BB%8F%E9%A0%98%E3%82%AE%E3%82%A2%E3%83%8A>,
        <http://lexvo.org/id/term/kab/%C6%94ana%20tafransist>,
        <http://lexvo.org/id/term/kam/Gwiyana%20ya%20Ufaransa>,
        <http://lexvo.org/id/term/kan/%E0%B2%AB%E0%B3%8D%E0%B2%B0%E0%B3%86%E0%B2%82%E0%B2%9A%E0%B3%8D%20%E0%B2%97%E0%B2%AF%E0%B2%BE%E0%B2%A8%E0%B2%BE>,
        <http://lexvo.org/id/term/kas/%D9%81%D8%B1%D9%9B%D8%A7%D9%86%D8%B3%D9%90%D8%B3%DB%8C%20%DA%AF%D9%90%D8%A7%D9%86%D8%A7>,
        <http://lexvo.org/id/term/kde/Gwiyana%20ya%20Ufalansa>,
        <http://lexvo.org/id/term/kea/Giana%20Franseza>,
        <http://lexvo.org/id/term/khm/%E1%9E%A0%E1%9F%92%E1%9E%9C%E1%9F%92%E1%9E%9C%E1%9F%81%E1%9E%93%E2%80%8B%E1%9E%A0%E1%9F%92%E1%9E%82%E1%9F%80%E1%9E%8E%E1%9E%B6>,
        <http://lexvo.org/id/term/khq/Faransi%20Guyaan>,
        <http://lexvo.org/id/term/kik/Gwiyana%20ya%20Ufaransa>,
        <http://lexvo.org/id/term/kln/Emetab%20Guiana%20nebo%20Ufaransa>,
        <http://lexvo.org/id/term/kor/%ED%94%84%EB%9E%91%EC%8A%A4%EB%A0%B9%20%EA%B8%B0%EC%95%84%EB%82%98>,
        <http://lexvo.org/id/term/ksb/Gwiyana%20ya%20Ufalansa>,
        <http://lexvo.org/id/term/ksf/guy%C3%A1n%20i%20p%C9%9Br%C9%9Bs%C7%9D%CC%81>,
        <http://lexvo.org/id/term/ksh/Franz%C3%BC%C3%BCsesch%20Jujaana>,
        <http://lexvo.org/id/term/lag/Gwiy%C3%A1ana%20y%CA%89%20%C9%84far%C3%A1ansa>,
        <http://lexvo.org/id/term/lao/%E0%BB%80%E0%BA%9F%E0%BA%B1%E0%BA%99%E0%BA%AA%E0%BA%81%E0%BA%B4%E0%BA%A7%E0%BA%99%E0%BA%B2>,
        <http://lexvo.org/id/term/lav/Fran%C4%8Du%20Gvi%C4%81na>,
        <http://lexvo.org/id/term/lin/Giyan%C9%9B%20ya%20Fal%C3%A1ns%C9%9B>,
        <http://lexvo.org/id/term/lit/Pranc%C5%ABzijos%20Gviana>,
        <http://lexvo.org/id/term/lub/Giyane%20wa%20Nfalanse>,
        <http://lexvo.org/id/term/lug/Guyana%20enfalansa>,
        <http://lexvo.org/id/term/luo/French%20Guiana>,
        <http://lexvo.org/id/term/luy/Gwiyana%20ya%20Ufaransa>,
        <http://lexvo.org/id/term/mal/%E0%B4%AB%E0%B5%8D%E0%B4%B0%E0%B4%9E%E0%B5%8D%E0%B4%9A%E0%B5%8D%20%E0%B4%97%E0%B4%AF%E0%B4%BE%E0%B4%A8>,
        <http://lexvo.org/id/term/mar/%E0%A4%AB%E0%A5%8D%E0%A4%B0%E0%A5%87%E0%A4%82%E0%A4%9A%20%E0%A4%97%E0%A4%AF%E0%A4%BE%E0%A4%A8%E0%A4%BE>,
        <http://lexvo.org/id/term/mas/Gwiyana%20ya%20Ufaransa>,
        <http://lexvo.org/id/term/mer/Gwiyana%20ya%20Fransi>,
        <http://lexvo.org/id/term/mfe/Gwiyann%20franse>,
        <http://lexvo.org/id/term/mgh/Ufaransa%20yo%20Gwaya>,
        <http://lexvo.org/id/term/mkd/%D0%A4%D1%80%D0%B0%D0%BD%D1%86%D1%83%D1%81%D0%BA%D0%B0%20%D0%93%D0%B2%D0%B0%D1%98%D0%B0%D0%BD%D0%B0>,
        <http://lexvo.org/id/term/mlg/Guyana%20frantsay>,
        <http://lexvo.org/id/term/mlt/Gujana%20Fran%C4%8Bi%C5%BCa>,
        <http://lexvo.org/id/term/mua/S%C7%9Dr%20Guyana%20ma%20Franss%C7%9D>,
        <http://lexvo.org/id/term/mya/%E1%80%95%E1%80%BC%E1%80%84%E1%80%BA%E1%80%9E%E1%80%85%E1%80%BA%20%E1%80%82%E1%80%AE%E1%80%9A%E1%80%AC%E1%80%94%E1%80%AC>,
        <http://lexvo.org/id/term/naq/French%20Guiana>,
        <http://lexvo.org/id/term/nde/Gwiyana%20ye%20Furansi>,
        <http://lexvo.org/id/term/nep/%E0%A4%AB%E0%A5%8D%E0%A4%B0%E0%A4%BE%E0%A4%A8%E0%A5%8D%E0%A4%B8%E0%A5%87%E0%A4%B2%E0%A5%80%20%E0%A4%97%E0%A4%BE%E0%A4%AF%E0%A4%A8%E0%A4%BE>,
        <http://lexvo.org/id/term/nld/Frans-Guyana>,
        <http://lexvo.org/id/term/nmg/Guyane%20Fala>,
        <http://lexvo.org/id/term/nno/Fransk%20Guyana>,
        <http://lexvo.org/id/term/nob/Fransk%20Guyana>,
        <http://lexvo.org/id/term/nyn/Guyana%20ya%20Bufaransa>,
        <http://lexvo.org/id/term/ori/%E0%AC%AB%E0%AD%8D%E0%AC%B0%E0%AD%87%E0%AC%9E%E0%AD%8D%E0%AC%9A%20%E0%AC%97%E0%AD%81%E0%AC%87%E0%AC%A8%E0%AC%BE>,
        <http://lexvo.org/id/term/pol/Gujana%20Francuska>,
        <http://lexvo.org/id/term/por/Guiana%20Francesa>,
        <http://lexvo.org/id/term/rof/Gwiyana%20ya%20Ufaransa>,
        <http://lexvo.org/id/term/roh/Guyana%20Franzosa>,
        <http://lexvo.org/id/term/ron/Guyana%20Francez%C4%83>,
        <http://lexvo.org/id/term/run/Gwayana%20y'Abafaransa>,
        <http://lexvo.org/id/term/rus/%D0%A4%D1%80%D0%B0%D0%BD%D1%86%D1%83%D0%B7%D1%81%D0%BA%D0%B0%D1%8F%20%D0%93%D0%B2%D0%B8%D0%B0%D0%BD%D0%B0>,
        <http://lexvo.org/id/term/rwk/Gwiyana%20ya%20Ufaransa>,
        <http://lexvo.org/id/term/sag/G%C3%BCy%C3%A2ni%20t%C3%AE%20far%C3%A2nzi>,
        <http://lexvo.org/id/term/saq/Gwiyana%20ya%20Ufaransa>,
        <http://lexvo.org/id/term/sbp/Gwiyana%20ya%20Wufalansa>,
        <http://lexvo.org/id/term/seh/Guiana%20Francesa>,
        <http://lexvo.org/id/term/ses/Faransi%20Guyaan>,
        <http://lexvo.org/id/term/shi-Latn/gwiyan%20tafransist>,
        <http://lexvo.org/id/term/shi/%E2%B4%B3%E2%B5%A1%E2%B5%89%E2%B5%A2%E2%B4%B0%E2%B5%8F%20%E2%B5%9C%E2%B4%B0%E2%B4%BC%E2%B5%94%E2%B4%B0%E2%B5%8F%E2%B5%99%E2%B5%89%E2%B5%99%E2%B5%9C>,
        <http://lexvo.org/id/term/sin/%E0%B6%B4%E0%B7%8A%E2%80%8D%E0%B6%BB%E0%B6%82%E0%B7%81%20%E0%B6%9C%E0%B6%BA%E0%B6%B1%E0%B7%8F%E0%B7%80>,
        <http://lexvo.org/id/term/slk/Franc%C3%BAzska%20Guayana>,
        <http://lexvo.org/id/term/slv/Francoska%20Gvajana>,
        <http://lexvo.org/id/term/sme/Frankriikka%20Guayana>,
        <http://lexvo.org/id/term/sna/French%20Guiana>,
        <http://lexvo.org/id/term/som/French%20Guiana>,
        <http://lexvo.org/id/term/spa/Guayana%20Francesa>,
        <http://lexvo.org/id/term/srp-Latn/Francuska%20Gvajana>,
        <http://lexvo.org/id/term/srp/%D0%A4%D1%80%D0%B0%D0%BD%D1%86%D1%83%D1%81%D0%BA%D0%B0%20%D0%93%D0%B2%D0%B0%D1%98%D0%B0%D0%BD%D0%B0>,
        <http://lexvo.org/id/term/swc/Gwiyana%20ya%20Ufaransa>,
        <http://lexvo.org/id/term/swe/Franska%20Guyana>,
        <http://lexvo.org/id/term/swh/Gwiyana%20ya%20Ufaransa>,
        <http://lexvo.org/id/term/tam/%E0%AE%83%E0%AE%AA%E0%AF%8D%E0%AE%B0%E0%AF%86%E0%AE%A9%E0%AF%8D%E0%AE%9A%E0%AF%8D%20%E0%AE%95%E0%AE%AF%E0%AE%BE%E0%AE%A9%E0%AE%BE>,
        <http://lexvo.org/id/term/tel/%E0%B0%AB%E0%B1%8D%E0%B0%B0%E0%B1%86%E0%B0%82%E0%B0%9A%E0%B1%8D%20%E0%B0%97%E0%B0%BF%E0%B0%AF%E0%B0%BE%E0%B0%A8%E0%B0%BE>,
        <http://lexvo.org/id/term/teo/Gwiyana%20ya%20Ufaransa>,
        <http://lexvo.org/id/term/tha/%E0%B9%80%E0%B8%9F%E0%B8%A3%E0%B8%99%E0%B8%8A%E0%B9%8C%E0%B9%80%E0%B8%81%E0%B8%B5%E0%B8%A2%E0%B8%99%E0%B8%B2>,
        <http://lexvo.org/id/term/tig/%E1%8B%A8%E1%8D%88%E1%88%A8%E1%8A%95%E1%88%B3%E1%8B%AD%20%E1%8C%89%E1%8B%8A%E1%8A%A0%E1%8A%93>,
        <http://lexvo.org/id/term/tir/%E1%8B%A8%E1%8D%88%E1%88%A8%E1%8A%95%E1%88%B3%E1%8B%AD%20%E1%8C%89%E1%8B%8A%E1%8A%A0%E1%8A%93>,
        <http://lexvo.org/id/term/ton/Falanise%20Kuiana>,
        <http://lexvo.org/id/term/tur/Frans%C4%B1z%20Guyanas%C4%B1>,
        <http://lexvo.org/id/term/twq/Faransi%20Guyaan>,
        <http://lexvo.org/id/term/tzm/Guyana%20Tafransist>,
        <http://lexvo.org/id/term/ukr/%D0%A4%D1%80%D0%B0%D0%BD%D1%86%D1%83%D0%B7%D1%8C%D0%BA%D0%B0%20%D0%93%D0%B2%D1%96%D0%B0%D0%BD%D0%B0>,
        <http://lexvo.org/id/term/urd/%D9%81%D8%B1%DB%8C%D9%86%DA%86%20%DA%AF%DB%8C%D8%A7%D9%86%D8%A7>,
        <http://lexvo.org/id/term/vai-Latn/F%C9%9B%C5%8Bsi%20Giwana>,
        <http://lexvo.org/id/term/vai/%EA%97%B1%EA%98%8B%EA%94%BB%20%EA%96%B6%EA%95%8E%EA%95%AF>,
        <http://lexvo.org/id/term/vie/Quiana%20thu%E1%BB%99c%20Ph%C3%A1p>,
        <http://lexvo.org/id/term/vun/Gwiyana%20ya%20Ufaransa>,
        <http://lexvo.org/id/term/wae/Franz%C3%B6si%C5%A1%20Guiana>,
        <http://lexvo.org/id/term/wal/%E1%8B%A8%E1%8D%88%E1%88%A8%E1%8A%95%E1%88%B3%E1%8B%AD%20%E1%8C%89%E1%8B%8A%E1%8A%A0%E1%8A%93>,
        <http://lexvo.org/id/term/xog/Guyana%20enfalansa>,
        <http://lexvo.org/id/term/yav/kuy%C3%A1an%20u%20felens%C3%AD>,
        <http://lexvo.org/id/term/yor/Or%C3%ADl%E1%BA%B9%CC%81%C3%A8de%20Firen%E1%B9%A3i%20Guana>,
        <http://lexvo.org/id/term/zsm/French%20Guiana>,
        <http://lexvo.org/id/term/zul/isi-French%20Guiana> ;
    owl:sameAs <http://lexvo.org/id/wordnet/30/noun/guinea_1_15_00>,
        <http://psi.oasis-open.org/iso/3166/#254>,
        <http://sws.geonames.org/3381670/> .

<http://lexvo.org/id/iso3166/HT> a lvont:GeographicRegion ;
    rdfs:label "Haïti"@af,
        "Hǎetì"@agq,
        "Heiti"@ak,
        "ሀይቲ"@am,
        "هايتي"@ar,
        "Haiti"@asa,
        "Haití"@ast,
        "Haiti"@az,
        "Àitì"@bas,
        "Гаіці"@be,
        "Huhaiti"@bez,
        "Хаити"@bg,
        "Ayiti"@bm,
        "হাইতি"@bn,
        "ཧེ་ཏི།"@bo,
        "Haiti"@br,
        "हाइती"@brx,
        "Haiti"@bs,
        "Хаити"@bs-Cyrl,
        "ሀይቲ"@byn,
        "Haití"@ca,
        "Haiti"@cgg,
        "ᎮᎢᏘ"@chr,
        "海地"@cmn,
        "海地"@cmn-Hant,
        "Haiti"@cs,
        "Haiti"@cy,
        "Haiti"@da,
        "Haiti"@dav,
        "Haiti"@de,
        "Haiti"@dje,
        "Ayti"@dyo,
        "ཧེ་ཊི"@dz,
        "Haiti"@ebu,
        "Haiti nutome"@ee,
        "Αϊτή"@el,
        "Haiti"@en,
        "ISO 3166-1:HT"@en,
        "𐐐𐐩𐐻𐐨"@en-Dsrt,
        "Haitio"@eo,
        "Haití"@es,
        "Haiti"@et,
        "Haiti"@eu,
        "Aití"@ewo,
        "هائیتی"@fa,
        "هایتی"@fa,
        "Haytii"@ff,
        "Haiti"@fi,
        "Haiti"@fil,
        "Haiti"@fo,
        "Haïti"@fr,
        "Haiti"@fur,
        "Háití"@ga,
        "Haidhti"@gd,
        "Haití"@gl,
        "Haiti"@gsw,
        "હૈતિ"@gu,
        "Haiti"@guz,
        "Haiti"@ha,
        "האיטי"@he,
        "हाइती"@hi,
        "Haiti"@hr,
        "Haiti"@hu,
        "Հաիթի"@hy,
        "Haiti"@ia,
        "Haiti"@id,
        "Hati"@ig,
        "Haítí"@is,
        "Haiti"@it,
        "ハイチ"@ja,
        "Haiti"@jmc,
        "ჰაიტი"@ka,
        "Hayti"@kab,
        "Haiti"@kam,
        "Haiti"@kde,
        "Aiti"@kea,
        "Haiti"@khq,
        "Haiti"@ki,
        "Haiti"@kl,
        "Emetab Haiti"@kln,
        "ហៃទី"@km,
        "ಹೈಟಿ"@kn,
        "아이티"@ko,
        "ہایتی"@ks,
        "Haiti"@ksb,
        "ayiti"@ksf,
        "Ha'itti"@ksh,
        "Haíiti"@lag,
        "Hayiti"@lg,
        "Ayiti"@ln,
        "ໄຮຕິ"@lo,
        "Haitis"@lt,
        "Ayiti"@lu,
        "Haiti"@luo,
        "Haiti"@luy,
        "Haiti"@lv,
        "Haiti"@mas,
        "Haiti"@mer,
        "Ayti"@mfe,
        "Haiti"@mg,
        "Uhaiti"@mgh,
        "Хаити"@mk,
        "ഹെയ്തി"@ml,
        "हैती"@mr,
        "Ħaiti"@mt,
        "Sǝr Haiti"@mua,
        "ဟေတီ"@my,
        "Haiti"@naq,
        "Haiti"@nb,
        "Hayiti"@nd,
        "हैटी"@ne,
        "Haïti"@nl,
        "Haïti"@nmg,
        "Haiti"@nn,
        "Haiti"@nyn,
        "ହାଇତି"@or,
        "Haiti"@pl,
        "Haiti"@pt,
        "Haiti"@rm,
        "Hayiti"@rn,
        "Haiti"@ro,
        "Haiti"@rof,
        "Гаити"@ru,
        "Haiti"@rwk,
        "Haiti"@saq,
        "Hayiti"@sbp,
        "Haiti"@se,
        "Haiti"@seh,
        "Haiti"@ses,
        "Haitïi"@sg,
        "ⵀⴰⵢⵜⵉ"@shi,
        "hayti"@shi-Latn,
        "හයිටි"@si,
        "Haiti"@sk,
        "Haiti"@sl,
        "Haiti"@sn,
        "Hayti"@so,
        "Хаити"@sr,
        "Haiti"@sr-Latn,
        "Haiti"@sv,
        "Haiti"@swc,
        "Haiti"@swh,
        "ஹெய்தி"@ta,
        "హైటి"@te,
        "Haiti"@teo,
        "เฮติ"@th,
        "ሀይቲ"@ti,
        "ሀይቲ"@tig,
        "Haiti"@to,
        "Haiti"@tr,
        "Haiti"@twq,
        "Hayti"@tzm,
        "Гаїті"@uk,
        "ہیتی"@ur,
        "ꕌꔤꔳ"@vai,
        "Háiti"@vai-Latn,
        "Haiti"@vi,
        "Haiti"@vun,
        "Haiti"@wae,
        "ሀይቲ"@wal,
        "Hayiti"@xog,
        "ayíti"@yav,
        "Orílẹ́ède Haati"@yo,
        "Haiti"@zsm,
        "i-Haiti"@zu ;
    lvont:label <http://lexvo.org/id/term/afr/Ha%C3%AFti>,
        <http://lexvo.org/id/term/agq/H%C7%8Eet%C3%AC>,
        <http://lexvo.org/id/term/aka/Heiti>,
        <http://lexvo.org/id/term/amh/%E1%88%80%E1%8B%AD%E1%89%B2>,
        <http://lexvo.org/id/term/ara/%D9%87%D8%A7%D9%8A%D8%AA%D9%8A>,
        <http://lexvo.org/id/term/asa/Haiti>,
        <http://lexvo.org/id/term/ast/Hait%C3%AD>,
        <http://lexvo.org/id/term/aze/Haiti>,
        <http://lexvo.org/id/term/bam/Ayiti>,
        <http://lexvo.org/id/term/bas/%C3%80it%C3%AC>,
        <http://lexvo.org/id/term/bel/%D0%93%D0%B0%D1%96%D1%86%D1%96>,
        <http://lexvo.org/id/term/ben/%E0%A6%B9%E0%A6%BE%E0%A6%87%E0%A6%A4%E0%A6%BF>,
        <http://lexvo.org/id/term/bez/Huhaiti>,
        <http://lexvo.org/id/term/bod/%E0%BD%A7%E0%BD%BA%E0%BC%8B%E0%BD%8F%E0%BD%B2%E0%BC%8D>,
        <http://lexvo.org/id/term/bos-Cyrl/%D0%A5%D0%B0%D0%B8%D1%82%D0%B8>,
        <http://lexvo.org/id/term/bos/Haiti>,
        <http://lexvo.org/id/term/bre/Haiti>,
        <http://lexvo.org/id/term/brx/%E0%A4%B9%E0%A4%BE%E0%A4%87%E0%A4%A4%E0%A5%80>,
        <http://lexvo.org/id/term/bul/%D0%A5%D0%B0%D0%B8%D1%82%D0%B8>,
        <http://lexvo.org/id/term/byn/%E1%88%80%E1%8B%AD%E1%89%B2>,
        <http://lexvo.org/id/term/cat/Hait%C3%AD>,
        <http://lexvo.org/id/term/ces/Haiti>,
        <http://lexvo.org/id/term/cgg/Haiti>,
        <http://lexvo.org/id/term/chr/%E1%8E%AE%E1%8E%A2%E1%8F%98>,
        <http://lexvo.org/id/term/cmn-Hant/%E6%B5%B7%E5%9C%B0>,
        <http://lexvo.org/id/term/cmn/%E6%B5%B7%E5%9C%B0>,
        <http://lexvo.org/id/term/cym/Haiti>,
        <http://lexvo.org/id/term/dan/Haiti>,
        <http://lexvo.org/id/term/dav/Haiti>,
        <http://lexvo.org/id/term/deu/Haiti>,
        <http://lexvo.org/id/term/dje/Haiti>,
        <http://lexvo.org/id/term/dyo/Ayti>,
        <http://lexvo.org/id/term/dzo/%E0%BD%A7%E0%BD%BA%E0%BC%8B%E0%BD%8A%E0%BD%B2>,
        <http://lexvo.org/id/term/ebu/Haiti>,
        <http://lexvo.org/id/term/ell/%CE%91%CF%8A%CF%84%CE%AE>,
        <http://lexvo.org/id/term/eng-Dsrt/%F0%90%90%90%F0%90%90%A9%F0%90%90%BB%F0%90%90%A8>,
        <http://lexvo.org/id/term/eng/Haiti>,
        <http://lexvo.org/id/term/eng/ISO%203166-1%3AHT>,
        <http://lexvo.org/id/term/epo/Haitio>,
        <http://lexvo.org/id/term/est/Haiti>,
        <http://lexvo.org/id/term/eus/Haiti>,
        <http://lexvo.org/id/term/ewe/Haiti%20nutome>,
        <http://lexvo.org/id/term/ewo/Ait%C3%AD>,
        <http://lexvo.org/id/term/fao/Haiti>,
        <http://lexvo.org/id/term/fas/%D9%87%D8%A7%D8%A6%DB%8C%D8%AA%DB%8C>,
        <http://lexvo.org/id/term/fas/%D9%87%D8%A7%DB%8C%D8%AA%DB%8C>,
        <http://lexvo.org/id/term/fil/Haiti>,
        <http://lexvo.org/id/term/fin/Haiti>,
        <http://lexvo.org/id/term/fra/Ha%C3%AFti>,
        <http://lexvo.org/id/term/ful/Haytii>,
        <http://lexvo.org/id/term/fur/Haiti>,
        <http://lexvo.org/id/term/gla/Haidhti>,
        <http://lexvo.org/id/term/gle/H%C3%A1it%C3%AD>,
        <http://lexvo.org/id/term/glg/Hait%C3%AD>,
        <http://lexvo.org/id/term/gsw/Haiti>,
        <http://lexvo.org/id/term/guj/%E0%AA%B9%E0%AB%88%E0%AA%A4%E0%AA%BF>,
        <http://lexvo.org/id/term/guz/Haiti>,
        <http://lexvo.org/id/term/hau/Haiti>,
        <http://lexvo.org/id/term/heb/%D7%94%D7%90%D7%99%D7%98%D7%99>,
        <http://lexvo.org/id/term/hin/%E0%A4%B9%E0%A4%BE%E0%A4%87%E0%A4%A4%E0%A5%80>,
        <http://lexvo.org/id/term/hrv/Haiti>,
        <http://lexvo.org/id/term/hun/Haiti>,
        <http://lexvo.org/id/term/hye/%D5%80%D5%A1%D5%AB%D5%A9%D5%AB>,
        <http://lexvo.org/id/term/ibo/Hati>,
        <http://lexvo.org/id/term/ina/Haiti>,
        <http://lexvo.org/id/term/ind/Haiti>,
        <http://lexvo.org/id/term/isl/Ha%C3%ADt%C3%AD>,
        <http://lexvo.org/id/term/ita/Haiti>,
        <http://lexvo.org/id/term/jmc/Haiti>,
        <http://lexvo.org/id/term/jpn/%E3%83%8F%E3%82%A4%E3%83%81>,
        <http://lexvo.org/id/term/kab/Hayti>,
        <http://lexvo.org/id/term/kal/Haiti>,
        <http://lexvo.org/id/term/kam/Haiti>,
        <http://lexvo.org/id/term/kan/%E0%B2%B9%E0%B3%88%E0%B2%9F%E0%B2%BF>,
        <http://lexvo.org/id/term/kas/%DB%81%D8%A7%DB%8C%D8%AA%DB%8C>,
        <http://lexvo.org/id/term/kat/%E1%83%B0%E1%83%90%E1%83%98%E1%83%A2%E1%83%98>,
        <http://lexvo.org/id/term/kde/Haiti>,
        <http://lexvo.org/id/term/kea/Aiti>,
        <http://lexvo.org/id/term/khm/%E1%9E%A0%E1%9F%83%E1%9E%91%E1%9E%B8>,
        <http://lexvo.org/id/term/khq/Haiti>,
        <http://lexvo.org/id/term/kik/Haiti>,
        <http://lexvo.org/id/term/kln/Emetab%20Haiti>,
        <http://lexvo.org/id/term/kor/%EC%95%84%EC%9D%B4%ED%8B%B0>,
        <http://lexvo.org/id/term/ksb/Haiti>,
        <http://lexvo.org/id/term/ksf/ayiti>,
        <http://lexvo.org/id/term/ksh/Ha'itti>,
        <http://lexvo.org/id/term/lag/Ha%C3%ADiti>,
        <http://lexvo.org/id/term/lao/%E0%BB%84%E0%BA%AE%E0%BA%95%E0%BA%B4>,
        <http://lexvo.org/id/term/lav/Haiti>,
        <http://lexvo.org/id/term/lin/Ayiti>,
        <http://lexvo.org/id/term/lit/Haitis>,
        <http://lexvo.org/id/term/lub/Ayiti>,
        <http://lexvo.org/id/term/lug/Hayiti>,
        <http://lexvo.org/id/term/luo/Haiti>,
        <http://lexvo.org/id/term/luy/Haiti>,
        <http://lexvo.org/id/term/mal/%E0%B4%B9%E0%B5%86%E0%B4%AF%E0%B5%8D%E0%B4%A4%E0%B4%BF>,
        <http://lexvo.org/id/term/mar/%E0%A4%B9%E0%A5%88%E0%A4%A4%E0%A5%80>,
        <http://lexvo.org/id/term/mas/Haiti>,
        <http://lexvo.org/id/term/mer/Haiti>,
        <http://lexvo.org/id/term/mfe/Ayti>,
        <http://lexvo.org/id/term/mgh/Uhaiti>,
        <http://lexvo.org/id/term/mkd/%D0%A5%D0%B0%D0%B8%D1%82%D0%B8>,
        <http://lexvo.org/id/term/mlg/Haiti>,
        <http://lexvo.org/id/term/mlt/%C4%A6aiti>,
        <http://lexvo.org/id/term/mua/S%C7%9Dr%20Haiti>,
        <http://lexvo.org/id/term/mya/%E1%80%9F%E1%80%B1%E1%80%90%E1%80%AE>,
        <http://lexvo.org/id/term/naq/Haiti>,
        <http://lexvo.org/id/term/nde/Hayiti>,
        <http://lexvo.org/id/term/nep/%E0%A4%B9%E0%A5%88%E0%A4%9F%E0%A5%80>,
        <http://lexvo.org/id/term/nld/Ha%C3%AFti>,
        <http://lexvo.org/id/term/nmg/Ha%C3%AFti>,
        <http://lexvo.org/id/term/nno/Haiti>,
        <http://lexvo.org/id/term/nob/Haiti>,
        <http://lexvo.org/id/term/nyn/Haiti>,
        <http://lexvo.org/id/term/ori/%E0%AC%B9%E0%AC%BE%E0%AC%87%E0%AC%A4%E0%AC%BF>,
        <http://lexvo.org/id/term/pol/Haiti>,
        <http://lexvo.org/id/term/por/Haiti>,
        <http://lexvo.org/id/term/rof/Haiti>,
        <http://lexvo.org/id/term/roh/Haiti>,
        <http://lexvo.org/id/term/ron/Haiti>,
        <http://lexvo.org/id/term/run/Hayiti>,
        <http://lexvo.org/id/term/rus/%D0%93%D0%B0%D0%B8%D1%82%D0%B8>,
        <http://lexvo.org/id/term/rwk/Haiti>,
        <http://lexvo.org/id/term/sag/Hait%C3%AFi>,
        <http://lexvo.org/id/term/saq/Haiti>,
        <http://lexvo.org/id/term/sbp/Hayiti>,
        <http://lexvo.org/id/term/seh/Haiti>,
        <http://lexvo.org/id/term/ses/Haiti>,
        <http://lexvo.org/id/term/shi-Latn/hayti>,
        <http://lexvo.org/id/term/shi/%E2%B5%80%E2%B4%B0%E2%B5%A2%E2%B5%9C%E2%B5%89>,
        <http://lexvo.org/id/term/sin/%E0%B7%84%E0%B6%BA%E0%B7%92%E0%B6%A7%E0%B7%92>,
        <http://lexvo.org/id/term/slk/Haiti>,
        <http://lexvo.org/id/term/slv/Haiti>,
        <http://lexvo.org/id/term/sme/Haiti>,
        <http://lexvo.org/id/term/sna/Haiti>,
        <http://lexvo.org/id/term/som/Hayti>,
        <http://lexvo.org/id/term/spa/Hait%C3%AD>,
        <http://lexvo.org/id/term/srp-Latn/Haiti>,
        <http://lexvo.org/id/term/srp/%D0%A5%D0%B0%D0%B8%D1%82%D0%B8>,
        <http://lexvo.org/id/term/swc/Haiti>,
        <http://lexvo.org/id/term/swe/Haiti>,
        <http://lexvo.org/id/term/swh/Haiti>,
        <http://lexvo.org/id/term/tam/%E0%AE%B9%E0%AF%86%E0%AE%AF%E0%AF%8D%E0%AE%A4%E0%AE%BF>,
        <http://lexvo.org/id/term/tel/%E0%B0%B9%E0%B1%88%E0%B0%9F%E0%B0%BF>,
        <http://lexvo.org/id/term/teo/Haiti>,
        <http://lexvo.org/id/term/tha/%E0%B9%80%E0%B8%AE%E0%B8%95%E0%B8%B4>,
        <http://lexvo.org/id/term/tig/%E1%88%80%E1%8B%AD%E1%89%B2>,
        <http://lexvo.org/id/term/tir/%E1%88%80%E1%8B%AD%E1%89%B2>,
        <http://lexvo.org/id/term/ton/Haiti>,
        <http://lexvo.org/id/term/tur/Haiti>,
        <http://lexvo.org/id/term/twq/Haiti>,
        <http://lexvo.org/id/term/tzm/Hayti>,
        <http://lexvo.org/id/term/ukr/%D0%93%D0%B0%D1%97%D1%82%D1%96>,
        <http://lexvo.org/id/term/urd/%DB%81%DB%8C%D8%AA%DB%8C>,
        <http://lexvo.org/id/term/vai-Latn/H%C3%A1iti>,
        <http://lexvo.org/id/term/vai/%EA%95%8C%EA%94%A4%EA%94%B3>,
        <http://lexvo.org/id/term/vie/Haiti>,
        <http://lexvo.org/id/term/vun/Haiti>,
        <http://lexvo.org/id/term/wae/Haiti>,
        <http://lexvo.org/id/term/wal/%E1%88%80%E1%8B%AD%E1%89%B2>,
        <http://lexvo.org/id/term/xog/Hayiti>,
        <http://lexvo.org/id/term/yav/ay%C3%ADti>,
        <http://lexvo.org/id/term/yor/Or%C3%ADl%E1%BA%B9%CC%81%C3%A8de%20Haati>,
        <http://lexvo.org/id/term/zsm/Haiti>,
        <http://lexvo.org/id/term/zul/i-Haiti> ;
    owl:sameAs <http://lexvo.org/id/wordnet/30/noun/haiti_1_15_00>,
        <http://psi.oasis-open.org/iso/3166/#332>,
        <http://sws.geonames.org/3723988/> .

<http://lexvo.org/id/iso3166/IE> a lvont:GeographicRegion ;
    rdfs:label "Ierland"@af,
        "Aelɨ̀lân"@agq,
        "Aereland"@ak,
        "አየርላንድ"@am,
        "أيرلندا"@ar,
        "Ayalandi"@asa,
        "Irlanda"@ast,
        "İrlandiya"@az,
        "Ìrlând"@bas,
        "Ірландыя"@be,
        "Huayalandi"@bez,
        "Ирландия"@bg,
        "Irilandi"@bm,
        "আয়ার্লণ্ড"@bn,
        "ཨ་ཡར་ལནཌ།"@bo,
        "Iwerzhon"@br,
        "आयरलैंड"@brx,
        "Irska"@bs,
        "Ирска"@bs-Cyrl,
        "አየርላንድ"@byn,
        "Irlanda"@ca,
        "Irerandi"@cgg,
        "ᎠᎢᎴᏂᏗ"@chr,
        "爱尔兰"@cmn,
        "愛爾蘭"@cmn-Hant,
        "Irsko"@cs,
        "Iwerddon"@cy,
        "Irland"@da,
        "Ayalandi"@dav,
        "Irland"@de,
        "Irlandu"@dje,
        "Irland"@dyo,
        "ཨཱ་ཡ་ལེནཌ"@dz,
        "Ayalandi"@ebu,
        "Ireland nutome"@ee,
        "Ιρλανδία"@el,
        "ISO 3166-1:IE"@en,
        "Ireland"@en,
        "𐐌𐑉𐑊𐐲𐑌𐐼"@en-Dsrt,
        "Irlando"@eo,
        "Irlanda"@es,
        "Iirimaa"@et,
        "Irlanda"@eu,
        "Irəlándə"@ewo,
        "آیرلند"@fa,
        "ایرلند"@fa,
        "Irlannda"@ff,
        "Irlanti"@fi,
        "Ireland"@fil,
        "Írland"@fo,
        "Irlande"@fr,
        "Irlande"@fur,
        "Éire"@ga,
        "Èirinn"@gd,
        "Irlanda"@gl,
        "Irland"@gsw,
        "આયર્લેંડ"@gu,
        "Ayalandi"@guz,
        "Ayalan"@ha,
        "ʻIlelani"@haw,
        "אירלנד"@he,
        "आयरलैंड"@hi,
        "Irska"@hr,
        "Írország"@hu,
        "Իռլանդիա"@hy,
        "Irlanda"@ia,
        "Irlandia"@id,
        "Írland"@is,
        "Irlanda"@it,
        "アイルランド"@ja,
        "Ayalandi"@jmc,
        "ირლანდია"@ka,
        "Lirlund"@kab,
        "Ayalandi"@kam,
        "Ayalandi"@kde,
        "Irlanda"@kea,
        "Irlandu"@khq,
        "Ayalandi"@ki,
        "Ирландия"@kk,
        "Irlandi"@kl,
        "Emetab Ireland"@kln,
        "អៀរឡង់"@km,
        "ಐರ್ಲೆಂಡ್"@kn,
        "아일랜드"@ko,
        "اَیَرلینٛڑ"@ks,
        "Ayalandi"@ksb,
        "ilán"@ksf,
        "Irrland"@ksh,
        "Ayaláandi"@lag,
        "Ayalandi"@lg,
        "Irelandɛ"@ln,
        "ໄອແລນ"@lo,
        "Airija"@lt,
        "Irelande"@lu,
        "Ireland"@luo,
        "Ayalandi"@luy,
        "Īrija"@lv,
        "Ayalandi"@mas,
        "Aelandi"@mer,
        "Irland"@mfe,
        "Irlandy"@mg,
        "Uayalandi"@mgh,
        "Ирска"@mk,
        "അയർലാൻഡ്"@ml,
        "आयर्लंड"@mr,
        "Irlanda"@mt,
        "Sǝr Ireland"@mua,
        "အိုင်ယာလန်"@my,
        "Irlandi"@naq,
        "Irland"@nb,
        "Ireland"@nd,
        "आइरल्याण्ड"@ne,
        "Ierland"@nl,
        "Irland"@nmg,
        "Irland"@nn,
        "Irerandi"@nyn,
        "ଆୟରଲ୍ୟାଣ୍ଡ"@or,
        "Irlandia"@pl,
        "Irlanda"@pt,
        "Irlanda"@rm,
        "Irilandi"@rn,
        "Irlanda"@ro,
        "Ayalandi"@rof,
        "Ирландия"@ru,
        "Ayalandi"@rwk,
        "Ayalandi"@saq,
        "Ayalandi"@sbp,
        "Irlánda"@se,
        "Irlanda"@seh,
        "Irlandu"@ses,
        "Irlânde"@sg,
        "ⵉⵔⵍⴰⵏⴷⴰ"@shi,
        "irlanda"@shi-Latn,
        "අයර්ලන්තය"@si,
        "Írsko"@sk,
        "Irska"@sl,
        "Ireland"@sn,
        "Ayrlaand"@so,
        "Irlandë"@sq,
        "Ирска"@sr,
        "Irska"@sr-Latn,
        "Irland"@sv,
        "Ayalandi"@swc,
        "Ayalandi"@swh,
        "அயர்லாந்து"@ta,
        "ఐర్ లాండ్"@te,
        "Ayalandi"@teo,
        "ไอร์แลนด์"@th,
        "አየርላንድ"@ti,
        "አየርላንድ"@tig,
        "ʻAealani"@to,
        "İrlanda"@tr,
        "Irlandu"@twq,
        "Irlanḍa"@tzm,
        "Ірландія"@uk,
        "آئرلینڈ"@ur,
        "ꕉꔓ ꖨꕮꕊ"@vai,
        "Áre Lumaã"@vai-Latn,
        "Ai-len"@vi,
        "Ayalandi"@vun,
        "Irland"@wae,
        "አየርላንድ"@wal,
        "Ayalandi"@xog,
        "ililánd"@yav,
        "Orílẹ́ède Ailandi"@yo,
        "Ireland"@zsm,
        "i-Ireland"@zu ;
    lvont:label <http://lexvo.org/id/term/afr/Ierland>,
        <http://lexvo.org/id/term/agq/Ael%C9%A8%CC%80l%C3%A2n>,
        <http://lexvo.org/id/term/aka/Aereland>,
        <http://lexvo.org/id/term/amh/%E1%8A%A0%E1%8B%A8%E1%88%AD%E1%88%8B%E1%8A%95%E1%8B%B5>,
        <http://lexvo.org/id/term/ara/%D8%A3%D9%8A%D8%B1%D9%84%D9%86%D8%AF%D8%A7>,
        <http://lexvo.org/id/term/asa/Ayalandi>,
        <http://lexvo.org/id/term/ast/Irlanda>,
        <http://lexvo.org/id/term/aze/%C4%B0rlandiya>,
        <http://lexvo.org/id/term/bam/Irilandi>,
        <http://lexvo.org/id/term/bas/%C3%8Crl%C3%A2nd>,
        <http://lexvo.org/id/term/bel/%D0%86%D1%80%D0%BB%D0%B0%D0%BD%D0%B4%D1%8B%D1%8F>,
        <http://lexvo.org/id/term/ben/%E0%A6%86%E0%A6%AF%E0%A6%BC%E0%A6%BE%E0%A6%B0%E0%A7%8D%E0%A6%B2%E0%A6%A3%E0%A7%8D%E0%A6%A1>,
        <http://lexvo.org/id/term/bez/Huayalandi>,
        <http://lexvo.org/id/term/bod/%E0%BD%A8%E0%BC%8B%E0%BD%A1%E0%BD%A2%E0%BC%8B%E0%BD%A3%E0%BD%93%E0%BD%8C%E0%BC%8D>,
        <http://lexvo.org/id/term/bos-Cyrl/%D0%98%D1%80%D1%81%D0%BA%D0%B0>,
        <http://lexvo.org/id/term/bos/Irska>,
        <http://lexvo.org/id/term/bre/Iwerzhon>,
        <http://lexvo.org/id/term/brx/%E0%A4%86%E0%A4%AF%E0%A4%B0%E0%A4%B2%E0%A5%88%E0%A4%82%E0%A4%A1>,
        <http://lexvo.org/id/term/bul/%D0%98%D1%80%D0%BB%D0%B0%D0%BD%D0%B4%D0%B8%D1%8F>,
        <http://lexvo.org/id/term/byn/%E1%8A%A0%E1%8B%A8%E1%88%AD%E1%88%8B%E1%8A%95%E1%8B%B5>,
        <http://lexvo.org/id/term/cat/Irlanda>,
        <http://lexvo.org/id/term/ces/Irsko>,
        <http://lexvo.org/id/term/cgg/Irerandi>,
        <http://lexvo.org/id/term/chr/%E1%8E%A0%E1%8E%A2%E1%8E%B4%E1%8F%82%E1%8F%97>,
        <http://lexvo.org/id/term/cmn-Hant/%E6%84%9B%E7%88%BE%E8%98%AD>,
        <http://lexvo.org/id/term/cmn/%E7%88%B1%E5%B0%94%E5%85%B0>,
        <http://lexvo.org/id/term/cym/Iwerddon>,
        <http://lexvo.org/id/term/dan/Irland>,
        <http://lexvo.org/id/term/dav/Ayalandi>,
        <http://lexvo.org/id/term/deu/Irland>,
        <http://lexvo.org/id/term/dje/Irlandu>,
        <http://lexvo.org/id/term/dyo/Irland>,
        <http://lexvo.org/id/term/dzo/%E0%BD%A8%E0%BD%B1%E0%BC%8B%E0%BD%A1%E0%BC%8B%E0%BD%A3%E0%BD%BA%E0%BD%93%E0%BD%8C>,
        <http://lexvo.org/id/term/ebu/Ayalandi>,
        <http://lexvo.org/id/term/ell/%CE%99%CF%81%CE%BB%CE%B1%CE%BD%CE%B4%CE%AF%CE%B1>,
        <http://lexvo.org/id/term/eng-Dsrt/%F0%90%90%8C%F0%90%91%89%F0%90%91%8A%F0%90%90%B2%F0%90%91%8C%F0%90%90%BC>,
        <http://lexvo.org/id/term/eng/ISO%203166-1%3AIE>,
        <http://lexvo.org/id/term/eng/Ireland>,
        <http://lexvo.org/id/term/epo/Irlando>,
        <http://lexvo.org/id/term/est/Iirimaa>,
        <http://lexvo.org/id/term/eus/Irlanda>,
        <http://lexvo.org/id/term/ewe/Ireland%20nutome>,
        <http://lexvo.org/id/term/ewo/Ir%C9%99l%C3%A1nd%C9%99>,
        <http://lexvo.org/id/term/fao/%C3%8Drland>,
        <http://lexvo.org/id/term/fas/%D8%A2%DB%8C%D8%B1%D9%84%D9%86%D8%AF>,
        <http://lexvo.org/id/term/fas/%D8%A7%DB%8C%D8%B1%D9%84%D9%86%D8%AF>,
        <http://lexvo.org/id/term/fil/Ireland>,
        <http://lexvo.org/id/term/fin/Irlanti>,
        <http://lexvo.org/id/term/fra/Irlande>,
        <http://lexvo.org/id/term/ful/Irlannda>,
        <http://lexvo.org/id/term/fur/Irlande>,
        <http://lexvo.org/id/term/gla/%C3%88irinn>,
        <http://lexvo.org/id/term/gle/%C3%89ire>,
        <http://lexvo.org/id/term/glg/Irlanda>,
        <http://lexvo.org/id/term/gsw/Irland>,
        <http://lexvo.org/id/term/guj/%E0%AA%86%E0%AA%AF%E0%AA%B0%E0%AB%8D%E0%AA%B2%E0%AB%87%E0%AA%82%E0%AA%A1>,
        <http://lexvo.org/id/term/guz/Ayalandi>,
        <http://lexvo.org/id/term/hau/Ayalan>,
        <http://lexvo.org/id/term/haw/%CA%BBIlelani>,
        <http://lexvo.org/id/term/heb/%D7%90%D7%99%D7%A8%D7%9C%D7%A0%D7%93>,
        <http://lexvo.org/id/term/hin/%E0%A4%86%E0%A4%AF%E0%A4%B0%E0%A4%B2%E0%A5%88%E0%A4%82%E0%A4%A1>,
        <http://lexvo.org/id/term/hrv/Irska>,
        <http://lexvo.org/id/term/hun/%C3%8Drorsz%C3%A1g>,
        <http://lexvo.org/id/term/hye/%D4%BB%D5%BC%D5%AC%D5%A1%D5%B6%D5%A4%D5%AB%D5%A1>,
        <http://lexvo.org/id/term/ina/Irlanda>,
        <http://lexvo.org/id/term/ind/Irlandia>,
        <http://lexvo.org/id/term/isl/%C3%8Drland>,
        <http://lexvo.org/id/term/ita/Irlanda>,
        <http://lexvo.org/id/term/jmc/Ayalandi>,
        <http://lexvo.org/id/term/jpn/%E3%82%A2%E3%82%A4%E3%83%AB%E3%83%A9%E3%83%B3%E3%83%89>,
        <http://lexvo.org/id/term/kab/Lirlund>,
        <http://lexvo.org/id/term/kal/Irlandi>,
        <http://lexvo.org/id/term/kam/Ayalandi>,
        <http://lexvo.org/id/term/kan/%E0%B2%90%E0%B2%B0%E0%B3%8D%E0%B2%B2%E0%B3%86%E0%B2%82%E0%B2%A1%E0%B3%8D>,
        <http://lexvo.org/id/term/kas/%D8%A7%D9%8E%DB%8C%D9%8E%D8%B1%D9%84%DB%8C%D9%86%D9%9B%DA%91>,
        <http://lexvo.org/id/term/kat/%E1%83%98%E1%83%A0%E1%83%9A%E1%83%90%E1%83%9C%E1%83%93%E1%83%98%E1%83%90>,
        <http://lexvo.org/id/term/kaz/%D0%98%D1%80%D0%BB%D0%B0%D0%BD%D0%B4%D0%B8%D1%8F>,
        <http://lexvo.org/id/term/kde/Ayalandi>,
        <http://lexvo.org/id/term/kea/Irlanda>,
        <http://lexvo.org/id/term/khm/%E1%9E%A2%E1%9F%80%E1%9E%9A%E1%9E%A1%E1%9E%84%E1%9F%8B>,
        <http://lexvo.org/id/term/khq/Irlandu>,
        <http://lexvo.org/id/term/kik/Ayalandi>,
        <http://lexvo.org/id/term/kln/Emetab%20Ireland>,
        <http://lexvo.org/id/term/kor/%EC%95%84%EC%9D%BC%EB%9E%9C%EB%93%9C>,
        <http://lexvo.org/id/term/ksb/Ayalandi>,
        <http://lexvo.org/id/term/ksf/il%C3%A1n>,
        <http://lexvo.org/id/term/ksh/Irrland>,
        <http://lexvo.org/id/term/lag/Ayal%C3%A1andi>,
        <http://lexvo.org/id/term/lao/%E0%BB%84%E0%BA%AD%E0%BB%81%E0%BA%A5%E0%BA%99>,
        <http://lexvo.org/id/term/lav/%C4%AArija>,
        <http://lexvo.org/id/term/lin/Ireland%C9%9B>,
        <http://lexvo.org/id/term/lit/Airija>,
        <http://lexvo.org/id/term/lub/Irelande>,
        <http://lexvo.org/id/term/lug/Ayalandi>,
        <http://lexvo.org/id/term/luo/Ireland>,
        <http://lexvo.org/id/term/luy/Ayalandi>,
        <http://lexvo.org/id/term/mal/%E0%B4%85%E0%B4%AF%E0%B5%BC%E0%B4%B2%E0%B4%BE%E0%B5%BB%E0%B4%A1%E0%B5%8D>,
        <http://lexvo.org/id/term/mar/%E0%A4%86%E0%A4%AF%E0%A4%B0%E0%A5%8D%E0%A4%B2%E0%A4%82%E0%A4%A1>,
        <http://lexvo.org/id/term/mas/Ayalandi>,
        <http://lexvo.org/id/term/mer/Aelandi>,
        <http://lexvo.org/id/term/mfe/Irland>,
        <http://lexvo.org/id/term/mgh/Uayalandi>,
        <http://lexvo.org/id/term/mkd/%D0%98%D1%80%D1%81%D0%BA%D0%B0>,
        <http://lexvo.org/id/term/mlg/Irlandy>,
        <http://lexvo.org/id/term/mlt/Irlanda>,
        <http://lexvo.org/id/term/mua/S%C7%9Dr%20Ireland>,
        <http://lexvo.org/id/term/mya/%E1%80%A1%E1%80%AD%E1%80%AF%E1%80%84%E1%80%BA%E1%80%9A%E1%80%AC%E1%80%9C%E1%80%94%E1%80%BA>,
        <http://lexvo.org/id/term/naq/Irlandi>,
        <http://lexvo.org/id/term/nde/Ireland>,
        <http://lexvo.org/id/term/nep/%E0%A4%86%E0%A4%87%E0%A4%B0%E0%A4%B2%E0%A5%8D%E0%A4%AF%E0%A4%BE%E0%A4%A3%E0%A5%8D%E0%A4%A1>,
        <http://lexvo.org/id/term/nld/Ierland>,
        <http://lexvo.org/id/term/nmg/Irland>,
        <http://lexvo.org/id/term/nno/Irland>,
        <http://lexvo.org/id/term/nob/Irland>,
        <http://lexvo.org/id/term/nyn/Irerandi>,
        <http://lexvo.org/id/term/ori/%E0%AC%86%E0%AD%9F%E0%AC%B0%E0%AC%B2%E0%AD%8D%E0%AD%9F%E0%AC%BE%E0%AC%A3%E0%AD%8D%E0%AC%A1>,
        <http://lexvo.org/id/term/pol/Irlandia>,
        <http://lexvo.org/id/term/por/Irlanda>,
        <http://lexvo.org/id/term/rof/Ayalandi>,
        <http://lexvo.org/id/term/roh/Irlanda>,
        <http://lexvo.org/id/term/ron/Irlanda>,
        <http://lexvo.org/id/term/run/Irilandi>,
        <http://lexvo.org/id/term/rus/%D0%98%D1%80%D0%BB%D0%B0%D0%BD%D0%B4%D0%B8%D1%8F>,
        <http://lexvo.org/id/term/rwk/Ayalandi>,
        <http://lexvo.org/id/term/sag/Irl%C3%A2nde>,
        <http://lexvo.org/id/term/saq/Ayalandi>,
        <http://lexvo.org/id/term/sbp/Ayalandi>,
        <http://lexvo.org/id/term/seh/Irlanda>,
        <http://lexvo.org/id/term/ses/Irlandu>,
        <http://lexvo.org/id/term/shi-Latn/irlanda>,
        <http://lexvo.org/id/term/shi/%E2%B5%89%E2%B5%94%E2%B5%8D%E2%B4%B0%E2%B5%8F%E2%B4%B7%E2%B4%B0>,
        <http://lexvo.org/id/term/sin/%E0%B6%85%E0%B6%BA%E0%B6%BB%E0%B7%8A%E0%B6%BD%E0%B6%B1%E0%B7%8A%E0%B6%AD%E0%B6%BA>,
        <http://lexvo.org/id/term/slk/%C3%8Drsko>,
        <http://lexvo.org/id/term/slv/Irska>,
        <http://lexvo.org/id/term/sme/Irl%C3%A1nda>,
        <http://lexvo.org/id/term/sna/Ireland>,
        <http://lexvo.org/id/term/som/Ayrlaand>,
        <http://lexvo.org/id/term/spa/Irlanda>,
        <http://lexvo.org/id/term/sqi/Irland%C3%AB>,
        <http://lexvo.org/id/term/srp-Latn/Irska>,
        <http://lexvo.org/id/term/srp/%D0%98%D1%80%D1%81%D0%BA%D0%B0>,
        <http://lexvo.org/id/term/swc/Ayalandi>,
        <http://lexvo.org/id/term/swe/Irland>,
        <http://lexvo.org/id/term/swh/Ayalandi>,
        <http://lexvo.org/id/term/tam/%E0%AE%85%E0%AE%AF%E0%AE%B0%E0%AF%8D%E0%AE%B2%E0%AE%BE%E0%AE%A8%E0%AF%8D%E0%AE%A4%E0%AF%81>,
        <http://lexvo.org/id/term/tel/%E0%B0%90%E0%B0%B0%E0%B1%8D%20%E0%B0%B2%E0%B0%BE%E0%B0%82%E0%B0%A1%E0%B1%8D>,
        <http://lexvo.org/id/term/teo/Ayalandi>,
        <http://lexvo.org/id/term/tha/%E0%B9%84%E0%B8%AD%E0%B8%A3%E0%B9%8C%E0%B9%81%E0%B8%A5%E0%B8%99%E0%B8%94%E0%B9%8C>,
        <http://lexvo.org/id/term/tig/%E1%8A%A0%E1%8B%A8%E1%88%AD%E1%88%8B%E1%8A%95%E1%8B%B5>,
        <http://lexvo.org/id/term/tir/%E1%8A%A0%E1%8B%A8%E1%88%AD%E1%88%8B%E1%8A%95%E1%8B%B5>,
        <http://lexvo.org/id/term/ton/%CA%BBAealani>,
        <http://lexvo.org/id/term/tur/%C4%B0rlanda>,
        <http://lexvo.org/id/term/twq/Irlandu>,
        <http://lexvo.org/id/term/tzm/Irlan%E1%B8%8Da>,
        <http://lexvo.org/id/term/ukr/%D0%86%D1%80%D0%BB%D0%B0%D0%BD%D0%B4%D1%96%D1%8F>,
        <http://lexvo.org/id/term/urd/%D8%A2%D8%A6%D8%B1%D9%84%DB%8C%D9%86%DA%88>,
        <http://lexvo.org/id/term/vai-Latn/%C3%81re%20Luma%C3%A3>,
        <http://lexvo.org/id/term/vai/%EA%95%89%EA%94%93%20%EA%96%A8%EA%95%AE%EA%95%8A>,
        <http://lexvo.org/id/term/vie/Ai-len>,
        <http://lexvo.org/id/term/vun/Ayalandi>,
        <http://lexvo.org/id/term/wae/Irland>,
        <http://lexvo.org/id/term/wal/%E1%8A%A0%E1%8B%A8%E1%88%AD%E1%88%8B%E1%8A%95%E1%8B%B5>,
        <http://lexvo.org/id/term/xog/Ayalandi>,
        <http://lexvo.org/id/term/yav/ilil%C3%A1nd>,
        <http://lexvo.org/id/term/yor/Or%C3%ADl%E1%BA%B9%CC%81%C3%A8de%20Ailandi>,
        <http://lexvo.org/id/term/zsm/Ireland>,
        <http://lexvo.org/id/term/zul/i-Ireland> ;
    owl:sameAs <http://lexvo.org/id/wordnet/30/noun/ireland_1_15_01>,
        <http://psi.oasis-open.org/iso/3166/#372>,
        <http://sws.geonames.org/2963597/> .

<http://lexvo.org/id/iso3166/JM> a lvont:GeographicRegion ;
    rdfs:label "Jamaika"@af,
        "Dzàmɛkà"@agq,
        "Gyameka"@ak,
        "ጃማይካ"@am,
        "جامايكا"@ar,
        "Jamaika"@asa,
        "Xamaica"@ast,
        "Yamayka"@az,
        "Jàmàikà"@bas,
        "Ямайка"@be,
        "Hujamaika"@bez,
        "Ямайка"@bg,
        "Zamayiki"@bm,
        "জ্যামেকা"@bn,
        "ཛ་མེ་ཀ།"@bo,
        "Jamaika"@br,
        "जमाइका"@brx,
        "Jamajka"@bs,
        "Јамајка"@bs-Cyrl,
        "ጃማይካ"@byn,
        "Jamaica"@ca,
        "Gyamaika"@cgg,
        "ᏣᎺᎢᎧ"@chr,
        "牙买加"@cmn,
        "牙買加"@cmn-Hant,
        "Jamajka"@cs,
        "Jamaica"@cy,
        "Jamaica"@da,
        "Jamaika"@dav,
        "Jamaika"@de,
        "Jamaayik"@dje,
        "Samaik"@dyo,
        "ཇཱ་མཻ་ཀ"@dz,
        "Jamaika"@ebu,
        "Dzamaika nutome"@ee,
        "Τζαμάικα"@el,
        "ISO 3166-1:JM"@en,
        "Jamaica"@en,
        "𐐖𐐲𐑋𐐩𐐿𐐲"@en-Dsrt,
        "Jamajko"@eo,
        "Jamaica"@es,
        "Jamaica"@et,
        "Jamaika"@eu,
        "Hamaíka"@ewo,
        "جامائیکا"@fa,
        "Jamayka"@ff,
        "Jamaika"@fi,
        "Jamaica"@fil,
        "Jameika"@fo,
        "Jamaïque"@fr,
        "Gjamaiche"@fur,
        "Iamáice"@ga,
        "Diameuga"@gd,
        "Xamaica"@gl,
        "Dschamäika"@gsw,
        "જમૈકા"@gu,
        "Jamaika"@guz,
        "Jamaika"@ha,
        "ג׳מייקה"@he,
        "जमाइका"@hi,
        "Jamajka"@hr,
        "Jamaica"@hu,
        "Ջամայկա"@hy,
        "Jamaika"@id,
        "Jamaíka"@is,
        "Giamaica"@it,
        "ジャマイカ"@ja,
        "Jamaika"@jmc,
        "იამაიკა"@ka,
        "Jamyika"@kab,
        "Jamaika"@kam,
        "Dyamaika"@kde,
        "Jamaika"@kea,
        "Jamaayik"@khq,
        "Jamaika"@ki,
        "Jamaica"@kl,
        "Emetab Jamaica"@kln,
        "ហ្សាម៉ាអ៉ិគ"@km,
        "ಜಮೈಕಾ"@kn,
        "자메이카"@ko,
        "جَمایکا"@ks,
        "Jamaika"@ksb,
        "jamaík"@ksf,
        "Jammaika"@ksh,
        "Jamáika"@lag,
        "Jamayika"@lg,
        "Zamaiki"@ln,
        "ຈາໄມກາ"@lo,
        "Jamaika"@lt,
        "Jamaiki"@lu,
        "Jamaica"@luo,
        "Jamaika"@luy,
        "Jamaika"@lv,
        "Jamaika"@mas,
        "Jamaika"@mer,
        "Zamaik"@mfe,
        "Jamaïka"@mg,
        "Ujamaika"@mgh,
        "Јамајка"@mk,
        "ജമൈക്ക"@ml,
        "जमैका"@mr,
        "Ġamajka"@mt,
        "Jamaika"@mua,
        "ဂျမေနီကာ"@my,
        "Jamaicab"@naq,
        "Jamaica"@nb,
        "Jamaica"@nd,
        "जमाइका"@ne,
        "Jamaica"@nl,
        "Jamaika"@nmg,
        "Jamaica"@nn,
        "Gyamaika"@nyn,
        "ଜାମାଇକା"@or,
        "Jamajka"@pl,
        "جمیکا"@ps,
        "Jamaica"@pt,
        "Giamaica"@rm,
        "Jamayika"@rn,
        "Jamaica"@ro,
        "Jamaika"@rof,
        "Ямайка"@ru,
        "Jamaika"@rwk,
        "Jamaika"@saq,
        "Jamaika"@sbp,
        "Jamaica"@se,
        "Jamaica"@seh,
        "Jamaayik"@ses,
        "Zamaîka"@sg,
        "ⵊⴰⵎⴰⵢⴽⴰ"@shi,
        "jamayka"@shi-Latn,
        "ජැමෙයිකාව"@si,
        "Jamajka"@sk,
        "Jamajka"@sl,
        "Jamaica"@sn,
        "Jameyka"@so,
        "Xhamajkë"@sq,
        "Јамајка"@sr,
        "Jamajka"@sr-Latn,
        "Jamaica"@sv,
        "Jamaika"@swc,
        "Jamaika"@swh,
        "ஜமைகா"@ta,
        "జమైకా"@te,
        "Jamaika"@teo,
        "จาเมกา"@th,
        "ጃማይካ"@ti,
        "ጃማይካ"@tig,
        "Samaika"@to,
        "Jamaika"@tr,
        "Jamaayik"@twq,
        "Jamayka"@tzm,
        "Ямайка"@uk,
        "جمائیکا"@ur,
        "ꕧꕮꔧꕪ"@vai,
        "Jamaika"@vai-Latn,
        "Jamaica"@vi,
        "Jamaika"@vun,
        "Jamaika"@wae,
        "ጃማይካ"@wal,
        "Jamayika"@xog,
        "samayíik"@yav,
        "Orílẹ́ède Jamaika"@yo,
        "Jamaika"@zsm,
        "i-Jamaica"@zu ;
    lvont:label <http://lexvo.org/id/term/afr/Jamaika>,
        <http://lexvo.org/id/term/agq/Dz%C3%A0m%C9%9Bk%C3%A0>,
        <http://lexvo.org/id/term/aka/Gyameka>,
        <http://lexvo.org/id/term/amh/%E1%8C%83%E1%88%9B%E1%8B%AD%E1%8A%AB>,
        <http://lexvo.org/id/term/ara/%D8%AC%D8%A7%D9%85%D8%A7%D9%8A%D9%83%D8%A7>,
        <http://lexvo.org/id/term/asa/Jamaika>,
        <http://lexvo.org/id/term/ast/Xamaica>,
        <http://lexvo.org/id/term/aze/Yamayka>,
        <http://lexvo.org/id/term/bam/Zamayiki>,
        <http://lexvo.org/id/term/bas/J%C3%A0m%C3%A0ik%C3%A0>,
        <http://lexvo.org/id/term/bel/%D0%AF%D0%BC%D0%B0%D0%B9%D0%BA%D0%B0>,
        <http://lexvo.org/id/term/ben/%E0%A6%9C%E0%A7%8D%E0%A6%AF%E0%A6%BE%E0%A6%AE%E0%A7%87%E0%A6%95%E0%A6%BE>,
        <http://lexvo.org/id/term/bez/Hujamaika>,
        <http://lexvo.org/id/term/bod/%E0%BD%9B%E0%BC%8B%E0%BD%98%E0%BD%BA%E0%BC%8B%E0%BD%80%E0%BC%8D>,
        <http://lexvo.org/id/term/bos-Cyrl/%D0%88%D0%B0%D0%BC%D0%B0%D1%98%D0%BA%D0%B0>,
        <http://lexvo.org/id/term/bos/Jamajka>,
        <http://lexvo.org/id/term/bre/Jamaika>,
        <http://lexvo.org/id/term/brx/%E0%A4%9C%E0%A4%AE%E0%A4%BE%E0%A4%87%E0%A4%95%E0%A4%BE>,
        <http://lexvo.org/id/term/bul/%D0%AF%D0%BC%D0%B0%D0%B9%D0%BA%D0%B0>,
        <http://lexvo.org/id/term/byn/%E1%8C%83%E1%88%9B%E1%8B%AD%E1%8A%AB>,
        <http://lexvo.org/id/term/cat/Jamaica>,
        <http://lexvo.org/id/term/ces/Jamajka>,
        <http://lexvo.org/id/term/cgg/Gyamaika>,
        <http://lexvo.org/id/term/chr/%E1%8F%A3%E1%8E%BA%E1%8E%A2%E1%8E%A7>,
        <http://lexvo.org/id/term/cmn-Hant/%E7%89%99%E8%B2%B7%E5%8A%A0>,
        <http://lexvo.org/id/term/cmn/%E7%89%99%E4%B9%B0%E5%8A%A0>,
        <http://lexvo.org/id/term/cym/Jamaica>,
        <http://lexvo.org/id/term/dan/Jamaica>,
        <http://lexvo.org/id/term/dav/Jamaika>,
        <http://lexvo.org/id/term/deu/Jamaika>,
        <http://lexvo.org/id/term/dje/Jamaayik>,
        <http://lexvo.org/id/term/dyo/Samaik>,
        <http://lexvo.org/id/term/dzo/%E0%BD%87%E0%BD%B1%E0%BC%8B%E0%BD%98%E0%BD%BB%E0%BC%8B%E0%BD%80>,
        <http://lexvo.org/id/term/ebu/Jamaika>,
        <http://lexvo.org/id/term/ell/%CE%A4%CE%B6%CE%B1%CE%BC%CE%AC%CE%B9%CE%BA%CE%B1>,
        <http://lexvo.org/id/term/eng-Dsrt/%F0%90%90%96%F0%90%90%B2%F0%90%91%8B%F0%90%90%A9%F0%90%90%BF%F0%90%90%B2>,
        <http://lexvo.org/id/term/eng/ISO%203166-1%3AJM>,
        <http://lexvo.org/id/term/eng/Jamaica>,
        <http://lexvo.org/id/term/epo/Jamajko>,
        <http://lexvo.org/id/term/est/Jamaica>,
        <http://lexvo.org/id/term/eus/Jamaika>,
        <http://lexvo.org/id/term/ewe/Dzamaika%20nutome>,
        <http://lexvo.org/id/term/ewo/Hama%C3%ADka>,
        <http://lexvo.org/id/term/fao/Jameika>,
        <http://lexvo.org/id/term/fas/%D8%AC%D8%A7%D9%85%D8%A7%D8%A6%DB%8C%DA%A9%D8%A7>,
        <http://lexvo.org/id/term/fil/Jamaica>,
        <http://lexvo.org/id/term/fin/Jamaika>,
        <http://lexvo.org/id/term/fra/Jama%C3%AFque>,
        <http://lexvo.org/id/term/ful/Jamayka>,
        <http://lexvo.org/id/term/fur/Gjamaiche>,
        <http://lexvo.org/id/term/gla/Diameuga>,
        <http://lexvo.org/id/term/gle/Iam%C3%A1ice>,
        <http://lexvo.org/id/term/glg/Xamaica>,
        <http://lexvo.org/id/term/gsw/Dscham%C3%A4ika>,
        <http://lexvo.org/id/term/guj/%E0%AA%9C%E0%AA%AE%E0%AB%88%E0%AA%95%E0%AA%BE>,
        <http://lexvo.org/id/term/guz/Jamaika>,
        <http://lexvo.org/id/term/hau/Jamaika>,
        <http://lexvo.org/id/term/heb/%D7%92%D7%B3%D7%9E%D7%99%D7%99%D7%A7%D7%94>,
        <http://lexvo.org/id/term/hin/%E0%A4%9C%E0%A4%AE%E0%A4%BE%E0%A4%87%E0%A4%95%E0%A4%BE>,
        <http://lexvo.org/id/term/hrv/Jamajka>,
        <http://lexvo.org/id/term/hun/Jamaica>,
        <http://lexvo.org/id/term/hye/%D5%8B%D5%A1%D5%B4%D5%A1%D5%B5%D5%AF%D5%A1>,
        <http://lexvo.org/id/term/ind/Jamaika>,
        <http://lexvo.org/id/term/isl/Jama%C3%ADka>,
        <http://lexvo.org/id/term/ita/Giamaica>,
        <http://lexvo.org/id/term/jmc/Jamaika>,
        <http://lexvo.org/id/term/jpn/%E3%82%B8%E3%83%A3%E3%83%9E%E3%82%A4%E3%82%AB>,
        <http://lexvo.org/id/term/kab/Jamyika>,
        <http://lexvo.org/id/term/kal/Jamaica>,
        <http://lexvo.org/id/term/kam/Jamaika>,
        <http://lexvo.org/id/term/kan/%E0%B2%9C%E0%B2%AE%E0%B3%88%E0%B2%95%E0%B2%BE>,
        <http://lexvo.org/id/term/kas/%D8%AC%D9%8E%D9%85%D8%A7%DB%8C%DA%A9%D8%A7>,
        <http://lexvo.org/id/term/kat/%E1%83%98%E1%83%90%E1%83%9B%E1%83%90%E1%83%98%E1%83%99%E1%83%90>,
        <http://lexvo.org/id/term/kde/Dyamaika>,
        <http://lexvo.org/id/term/kea/Jamaika>,
        <http://lexvo.org/id/term/khm/%E1%9E%A0%E1%9F%92%E1%9E%9F%E1%9E%B6%E1%9E%98%E1%9F%89%E1%9E%B6%E1%9E%A2%E1%9F%89%E1%9E%B7%E1%9E%82>,
        <http://lexvo.org/id/term/khq/Jamaayik>,
        <http://lexvo.org/id/term/kik/Jamaika>,
        <http://lexvo.org/id/term/kln/Emetab%20Jamaica>,
        <http://lexvo.org/id/term/kor/%EC%9E%90%EB%A9%94%EC%9D%B4%EC%B9%B4>,
        <http://lexvo.org/id/term/ksb/Jamaika>,
        <http://lexvo.org/id/term/ksf/jama%C3%ADk>,
        <http://lexvo.org/id/term/ksh/Jammaika>,
        <http://lexvo.org/id/term/lag/Jam%C3%A1ika>,
        <http://lexvo.org/id/term/lao/%E0%BA%88%E0%BA%B2%E0%BB%84%E0%BA%A1%E0%BA%81%E0%BA%B2>,
        <http://lexvo.org/id/term/lav/Jamaika>,
        <http://lexvo.org/id/term/lin/Zamaiki>,
        <http://lexvo.org/id/term/lit/Jamaika>,
        <http://lexvo.org/id/term/lub/Jamaiki>,
        <http://lexvo.org/id/term/lug/Jamayika>,
        <http://lexvo.org/id/term/luo/Jamaica>,
        <http://lexvo.org/id/term/luy/Jamaika>,
        <http://lexvo.org/id/term/mal/%E0%B4%9C%E0%B4%AE%E0%B5%88%E0%B4%95%E0%B5%8D%E0%B4%95>,
        <http://lexvo.org/id/term/mar/%E0%A4%9C%E0%A4%AE%E0%A5%88%E0%A4%95%E0%A4%BE>,
        <http://lexvo.org/id/term/mas/Jamaika>,
        <http://lexvo.org/id/term/mer/Jamaika>,
        <http://lexvo.org/id/term/mfe/Zamaik>,
        <http://lexvo.org/id/term/mgh/Ujamaika>,
        <http://lexvo.org/id/term/mkd/%D0%88%D0%B0%D0%BC%D0%B0%D1%98%D0%BA%D0%B0>,
        <http://lexvo.org/id/term/mlg/Jama%C3%AFka>,
        <http://lexvo.org/id/term/mlt/%C4%A0amajka>,
        <http://lexvo.org/id/term/mua/Jamaika>,
        <http://lexvo.org/id/term/mya/%E1%80%82%E1%80%BB%E1%80%99%E1%80%B1%E1%80%94%E1%80%AE%E1%80%80%E1%80%AC>,
        <http://lexvo.org/id/term/naq/Jamaicab>,
        <http://lexvo.org/id/term/nde/Jamaica>,
        <http://lexvo.org/id/term/nep/%E0%A4%9C%E0%A4%AE%E0%A4%BE%E0%A4%87%E0%A4%95%E0%A4%BE>,
        <http://lexvo.org/id/term/nld/Jamaica>,
        <http://lexvo.org/id/term/nmg/Jamaika>,
        <http://lexvo.org/id/term/nno/Jamaica>,
        <http://lexvo.org/id/term/nob/Jamaica>,
        <http://lexvo.org/id/term/nyn/Gyamaika>,
        <http://lexvo.org/id/term/ori/%E0%AC%9C%E0%AC%BE%E0%AC%AE%E0%AC%BE%E0%AC%87%E0%AC%95%E0%AC%BE>,
        <http://lexvo.org/id/term/pol/Jamajka>,
        <http://lexvo.org/id/term/por/Jamaica>,
        <http://lexvo.org/id/term/pus/%D8%AC%D9%85%DB%8C%DA%A9%D8%A7>,
        <http://lexvo.org/id/term/rof/Jamaika>,
        <http://lexvo.org/id/term/roh/Giamaica>,
        <http://lexvo.org/id/term/ron/Jamaica>,
        <http://lexvo.org/id/term/run/Jamayika>,
        <http://lexvo.org/id/term/rus/%D0%AF%D0%BC%D0%B0%D0%B9%D0%BA%D0%B0>,
        <http://lexvo.org/id/term/rwk/Jamaika>,
        <http://lexvo.org/id/term/sag/Zama%C3%AEka>,
        <http://lexvo.org/id/term/saq/Jamaika>,
        <http://lexvo.org/id/term/sbp/Jamaika>,
        <http://lexvo.org/id/term/seh/Jamaica>,
        <http://lexvo.org/id/term/ses/Jamaayik>,
        <http://lexvo.org/id/term/shi-Latn/jamayka>,
        <http://lexvo.org/id/term/shi/%E2%B5%8A%E2%B4%B0%E2%B5%8E%E2%B4%B0%E2%B5%A2%E2%B4%BD%E2%B4%B0>,
        <http://lexvo.org/id/term/sin/%E0%B6%A2%E0%B7%90%E0%B6%B8%E0%B7%99%E0%B6%BA%E0%B7%92%E0%B6%9A%E0%B7%8F%E0%B7%80>,
        <http://lexvo.org/id/term/slk/Jamajka>,
        <http://lexvo.org/id/term/slv/Jamajka>,
        <http://lexvo.org/id/term/sme/Jamaica>,
        <http://lexvo.org/id/term/sna/Jamaica>,
        <http://lexvo.org/id/term/som/Jameyka>,
        <http://lexvo.org/id/term/spa/Jamaica>,
        <http://lexvo.org/id/term/sqi/Xhamajk%C3%AB>,
        <http://lexvo.org/id/term/srp-Latn/Jamajka>,
        <http://lexvo.org/id/term/srp/%D0%88%D0%B0%D0%BC%D0%B0%D1%98%D0%BA%D0%B0>,
        <http://lexvo.org/id/term/swc/Jamaika>,
        <http://lexvo.org/id/term/swe/Jamaica>,
        <http://lexvo.org/id/term/swh/Jamaika>,
        <http://lexvo.org/id/term/tam/%E0%AE%9C%E0%AE%AE%E0%AF%88%E0%AE%95%E0%AE%BE>,
        <http://lexvo.org/id/term/tel/%E0%B0%9C%E0%B0%AE%E0%B1%88%E0%B0%95%E0%B0%BE>,
        <http://lexvo.org/id/term/teo/Jamaika>,
        <http://lexvo.org/id/term/tha/%E0%B8%88%E0%B8%B2%E0%B9%80%E0%B8%A1%E0%B8%81%E0%B8%B2>,
        <http://lexvo.org/id/term/tig/%E1%8C%83%E1%88%9B%E1%8B%AD%E1%8A%AB>,
        <http://lexvo.org/id/term/tir/%E1%8C%83%E1%88%9B%E1%8B%AD%E1%8A%AB>,
        <http://lexvo.org/id/term/ton/Samaika>,
        <http://lexvo.org/id/term/tur/Jamaika>,
        <http://lexvo.org/id/term/twq/Jamaayik>,
        <http://lexvo.org/id/term/tzm/Jamayka>,
        <http://lexvo.org/id/term/ukr/%D0%AF%D0%BC%D0%B0%D0%B9%D0%BA%D0%B0>,
        <http://lexvo.org/id/term/urd/%D8%AC%D9%85%D8%A7%D8%A6%DB%8C%DA%A9%D8%A7>,
        <http://lexvo.org/id/term/vai-Latn/Jamaika>,
        <http://lexvo.org/id/term/vai/%EA%95%A7%EA%95%AE%EA%94%A7%EA%95%AA>,
        <http://lexvo.org/id/term/vie/Jamaica>,
        <http://lexvo.org/id/term/vun/Jamaika>,
        <http://lexvo.org/id/term/wae/Jamaika>,
        <http://lexvo.org/id/term/wal/%E1%8C%83%E1%88%9B%E1%8B%AD%E1%8A%AB>,
        <http://lexvo.org/id/term/xog/Jamayika>,
        <http://lexvo.org/id/term/yav/samay%C3%ADik>,
        <http://lexvo.org/id/term/yor/Or%C3%ADl%E1%BA%B9%CC%81%C3%A8de%20Jamaika>,
        <http://lexvo.org/id/term/zsm/Jamaika>,
        <http://lexvo.org/id/term/zul/i-Jamaica> ;
    owl:sameAs <http://lexvo.org/id/wordnet/30/noun/jamaica_1_15_00>,
        <http://psi.oasis-open.org/iso/3166/#388>,
        <http://sws.geonames.org/3489940/> .

<http://lexvo.org/id/iso3166/MV> a lvont:GeographicRegion ;
    rdfs:label "Maledive"@af,
        "Màdivè"@agq,
        "Maldives"@ak,
        "ማልዲቭስ"@am,
        "جزر المالديف"@ar,
        "Modivu"@asa,
        "Les Maldives"@ast,
        "Maldiv"@az,
        "Màldîf"@bas,
        "Мальдыўскія Астравы"@be,
        "Humodivu"@bez,
        "Малдиви"@bg,
        "Maldivi"@bm,
        "মালদ্বীপ"@bn,
        "མལ་དྭིབ།"@bo,
        "Maldivez"@br,
        "मालदीव"@brx,
        "Maldivi"@bs,
        "Малдиви"@bs-Cyrl,
        "Maldives"@ca,
        "Maridives"@cgg,
        "ᎹᎵᏗᏫᏍ"@chr,
        "马尔代夫"@cmn,
        "馬爾地夫"@cmn-Hant,
        "Maledivy"@cs,
        "Maldives"@cy,
        "Maldiverne"@da,
        "Modivu"@dav,
        "Malediven"@de,
        "Maldiivu"@dje,
        "མཱལ་དིབས"@dz,
        "Modivu"@ebu,
        "maldivesdukɔ"@ee,
        "Μαλδίβες"@el,
        "ISO 3166-1:MV"@en,
        "Maldives"@en,
        "𐐣𐐪𐑊𐐼𐐨𐑂𐑆"@en-Dsrt,
        "Maldivoj"@eo,
        "Maldivas"@es,
        "Maldiivid"@et,
        "Maldivak"@eu,
        "Malədívə"@ewo,
        "مالدیو"@fa,
        "Maldiiwe"@ff,
        "Malediivit"@fi,
        "Maldives"@fil,
        "Maldivuoyggjarnar"@fo,
        "Maldives"@fr,
        "Maldivis"@fur,
        "Na Maildiví"@ga,
        "Na h-Eileanan Maladaibh"@gd,
        "Maldivas"@gl,
        "Malediiwe"@gsw,
        "માલદિવ્સ"@gu,
        "Modivu"@guz,
        "Maldibi"@ha,
        "מלדיבים"@he,
        "मालदीव"@hi,
        "Maldivi"@hr,
        "Maldív-szigetek"@hu,
        "Մալդիվներ"@hy,
        "Maladewa"@id,
        "Maldivesa"@ig,
        "Maldíveyjar"@is,
        "Maldive"@it,
        "モルジブ"@ja,
        "Modivu"@jmc,
        "მალდივის კუნძულები"@ka,
        "Maldib"@kab,
        "Modivu"@kam,
        "Modivu"@kde,
        "Maldivas"@kea,
        "Maldiivu"@khq,
        "Modivu"@ki,
        "Emetab Maldives"@kln,
        "ម៉ាល់ឌីវ"@km,
        "ಮಾಲ್ಡಿವ್ಸ್"@kn,
        "몰디브"@ko,
        "مالدیٖو"@ks,
        "Modivu"@ksb,
        "maldivǝ"@ksf,
        "de Mallediive"@ksh,
        "Modíivu"@lag,
        "Bizinga by'eMalidive"@lg,
        "Madívɛ"@ln,
        "ມັນດິຟ"@lo,
        "Maldivai"@lt,
        "Madive"@lu,
        "Maldives"@luo,
        "Modivu"@luy,
        "Maldīvija"@lv,
        "Modivu"@mas,
        "Modivu"@mer,
        "Maldiv"@mfe,
        "Maldiva"@mg,
        "Малдиви"@mk,
        "മാലിദ്വീപ്"@ml,
        "मालदीव्ज"@mr,
        "Maldives"@mt,
        "Maldivǝ"@mua,
        "မော်လဒိုက်"@my,
        "Maldives"@naq,
        "Maldivene"@nb,
        "Maldives"@nd,
        "माल्दिभ्स"@ne,
        "Maldiven"@nl,
        "Malediven"@nl,
        "Maldivia"@nmg,
        "Maldivane"@nn,
        "Maridives"@nyn,
        "ମାଳଦ୍ବୀପ"@or,
        "Malediwy"@pl,
        "Maldivas"@pt,
        "Maldivas"@rm,
        "Moludave"@rn,
        "Maldive"@ro,
        "Modivu"@rof,
        "Мальдивские о-ва"@ru,
        "Modivu"@rwk,
        "Modivu"@saq,
        "Modivu"@sbp,
        "Malediivvat"@se,
        "Maldivas"@seh,
        "Maldiivu"@ses,
        "Maldîva"@sg,
        "ⵎⴰⵍⴷⵉⴼ"@shi,
        "maldif"@shi-Latn,
        "මාල දිවයින"@si,
        "Maldivy"@sk,
        "Maldivi"@sl,
        "Maldives"@sn,
        "Maaldiqeen"@so,
        "Maldivit"@sq,
        "Малдиви"@sr,
        "Maldivi"@sr-Latn,
        "Maldiverna"@sv,
        "Modivu"@swc,
        "Modivu"@swh,
        "மாலத்தீவு"@ta,
        "మాల్దీవులు"@te,
        "Modivu"@teo,
        "มัลดีฟส์"@th,
        "ማልዲቭስ"@ti,
        "Malativisi"@to,
        "Maldivler"@tr,
        "Maldiivu"@twq,
        "Maldiv"@tzm,
        "Мальдіви"@uk,
        "مالدیو"@ur,
        "ꕮꔷꕜꔍ"@vai,
        "Malidavi"@vai-Latn,
        "Maldives"@vi,
        "Modivu"@vun,
        "Malediwe"@wae,
        "Ebizinga bya Malidive"@xog,
        "maletíif"@yav,
        "Orílẹ́ède Maladifi"@yo,
        "Maldiv"@zsm,
        "i-Maldives"@zu ;
    lvont:label <http://lexvo.org/id/term/afr/Maledive>,
        <http://lexvo.org/id/term/agq/M%C3%A0div%C3%A8>,
        <http://lexvo.org/id/term/aka/Maldives>,
        <http://lexvo.org/id/term/amh/%E1%88%9B%E1%88%8D%E1%8B%B2%E1%89%AD%E1%88%B5>,
        <http://lexvo.org/id/term/ara/%D8%AC%D8%B2%D8%B1%20%D8%A7%D9%84%D9%85%D8%A7%D9%84%D8%AF%D9%8A%D9%81>,
        <http://lexvo.org/id/term/asa/Modivu>,
        <http://lexvo.org/id/term/ast/Les%20Maldives>,
        <http://lexvo.org/id/term/aze/Maldiv>,
        <http://lexvo.org/id/term/bam/Maldivi>,
        <http://lexvo.org/id/term/bas/M%C3%A0ld%C3%AEf>,
        <http://lexvo.org/id/term/bel/%D0%9C%D0%B0%D0%BB%D1%8C%D0%B4%D1%8B%D1%9E%D1%81%D0%BA%D1%96%D1%8F%20%D0%90%D1%81%D1%82%D1%80%D0%B0%D0%B2%D1%8B>,
        <http://lexvo.org/id/term/ben/%E0%A6%AE%E0%A6%BE%E0%A6%B2%E0%A6%A6%E0%A7%8D%E0%A6%AC%E0%A7%80%E0%A6%AA>,
        <http://lexvo.org/id/term/bez/Humodivu>,
        <http://lexvo.org/id/term/bod/%E0%BD%98%E0%BD%A3%E0%BC%8B%E0%BD%91%E0%BE%AD%E0%BD%B2%E0%BD%96%E0%BC%8D>,
        <http://lexvo.org/id/term/bos-Cyrl/%D0%9C%D0%B0%D0%BB%D0%B4%D0%B8%D0%B2%D0%B8>,
        <http://lexvo.org/id/term/bos/Maldivi>,
        <http://lexvo.org/id/term/bre/Maldivez>,
        <http://lexvo.org/id/term/brx/%E0%A4%AE%E0%A4%BE%E0%A4%B2%E0%A4%A6%E0%A5%80%E0%A4%B5>,
        <http://lexvo.org/id/term/bul/%D0%9C%D0%B0%D0%BB%D0%B4%D0%B8%D0%B2%D0%B8>,
        <http://lexvo.org/id/term/cat/Maldives>,
        <http://lexvo.org/id/term/ces/Maledivy>,
        <http://lexvo.org/id/term/cgg/Maridives>,
        <http://lexvo.org/id/term/chr/%E1%8E%B9%E1%8E%B5%E1%8F%97%E1%8F%AB%E1%8F%8D>,
        <http://lexvo.org/id/term/cmn-Hant/%E9%A6%AC%E7%88%BE%E5%9C%B0%E5%A4%AB>,
        <http://lexvo.org/id/term/cmn/%E9%A9%AC%E5%B0%94%E4%BB%A3%E5%A4%AB>,
        <http://lexvo.org/id/term/cym/Maldives>,
        <http://lexvo.org/id/term/dan/Maldiverne>,
        <http://lexvo.org/id/term/dav/Modivu>,
        <http://lexvo.org/id/term/deu/Malediven>,
        <http://lexvo.org/id/term/dje/Maldiivu>,
        <http://lexvo.org/id/term/dzo/%E0%BD%98%E0%BD%B1%E0%BD%A3%E0%BC%8B%E0%BD%91%E0%BD%B2%E0%BD%96%E0%BD%A6>,
        <http://lexvo.org/id/term/ebu/Modivu>,
        <http://lexvo.org/id/term/ell/%CE%9C%CE%B1%CE%BB%CE%B4%CE%AF%CE%B2%CE%B5%CF%82>,
        <http://lexvo.org/id/term/eng-Dsrt/%F0%90%90%A3%F0%90%90%AA%F0%90%91%8A%F0%90%90%BC%F0%90%90%A8%F0%90%91%82%F0%90%91%86>,
        <http://lexvo.org/id/term/eng/ISO%203166-1%3AMV>,
        <http://lexvo.org/id/term/eng/Maldives>,
        <http://lexvo.org/id/term/epo/Maldivoj>,
        <http://lexvo.org/id/term/est/Maldiivid>,
        <http://lexvo.org/id/term/eus/Maldivak>,
        <http://lexvo.org/id/term/ewe/maldivesduk%C9%94>,
        <http://lexvo.org/id/term/ewo/Mal%C9%99d%C3%ADv%C9%99>,
        <http://lexvo.org/id/term/fao/Maldivuoyggjarnar>,
        <http://lexvo.org/id/term/fas/%D9%85%D8%A7%D9%84%D8%AF%DB%8C%D9%88>,
        <http://lexvo.org/id/term/fil/Maldives>,
        <http://lexvo.org/id/term/fin/Malediivit>,
        <http://lexvo.org/id/term/fra/Maldives>,
        <http://lexvo.org/id/term/ful/Maldiiwe>,
        <http://lexvo.org/id/term/fur/Maldivis>,
        <http://lexvo.org/id/term/gla/Na%20h-Eileanan%20Maladaibh>,
        <http://lexvo.org/id/term/gle/Na%20Maildiv%C3%AD>,
        <http://lexvo.org/id/term/glg/Maldivas>,
        <http://lexvo.org/id/term/gsw/Malediiwe>,
        <http://lexvo.org/id/term/guj/%E0%AA%AE%E0%AA%BE%E0%AA%B2%E0%AA%A6%E0%AA%BF%E0%AA%B5%E0%AB%8D%E0%AA%B8>,
        <http://lexvo.org/id/term/guz/Modivu>,
        <http://lexvo.org/id/term/hau/Maldibi>,
        <http://lexvo.org/id/term/heb/%D7%9E%D7%9C%D7%93%D7%99%D7%91%D7%99%D7%9D>,
        <http://lexvo.org/id/term/hin/%E0%A4%AE%E0%A4%BE%E0%A4%B2%E0%A4%A6%E0%A5%80%E0%A4%B5>,
        <http://lexvo.org/id/term/hrv/Maldivi>,
        <http://lexvo.org/id/term/hun/Mald%C3%ADv-szigetek>,
        <http://lexvo.org/id/term/hye/%D5%84%D5%A1%D5%AC%D5%A4%D5%AB%D5%BE%D5%B6%D5%A5%D6%80>,
        <http://lexvo.org/id/term/ibo/Maldivesa>,
        <http://lexvo.org/id/term/ind/Maladewa>,
        <http://lexvo.org/id/term/isl/Mald%C3%ADveyjar>,
        <http://lexvo.org/id/term/ita/Maldive>,
        <http://lexvo.org/id/term/jmc/Modivu>,
        <http://lexvo.org/id/term/jpn/%E3%83%A2%E3%83%AB%E3%82%B8%E3%83%96>,
        <http://lexvo.org/id/term/kab/Maldib>,
        <http://lexvo.org/id/term/kam/Modivu>,
        <http://lexvo.org/id/term/kan/%E0%B2%AE%E0%B2%BE%E0%B2%B2%E0%B3%8D%E0%B2%A1%E0%B2%BF%E0%B2%B5%E0%B3%8D%E0%B2%B8%E0%B3%8D>,
        <http://lexvo.org/id/term/kas/%D9%85%D8%A7%D9%84%D8%AF%DB%8C%D9%96%D9%88>,
        <http://lexvo.org/id/term/kat/%E1%83%9B%E1%83%90%E1%83%9A%E1%83%93%E1%83%98%E1%83%95%E1%83%98%E1%83%A1%20%E1%83%99%E1%83%A3%E1%83%9C%E1%83%AB%E1%83%A3%E1%83%9A%E1%83%94%E1%83%91%E1%83%98>,
        <http://lexvo.org/id/term/kde/Modivu>,
        <http://lexvo.org/id/term/kea/Maldivas>,
        <http://lexvo.org/id/term/khm/%E1%9E%98%E1%9F%89%E1%9E%B6%E1%9E%9B%E1%9F%8B%E1%9E%8C%E1%9E%B8%E1%9E%9C>,
        <http://lexvo.org/id/term/khq/Maldiivu>,
        <http://lexvo.org/id/term/kik/Modivu>,
        <http://lexvo.org/id/term/kln/Emetab%20Maldives>,
        <http://lexvo.org/id/term/kor/%EB%AA%B0%EB%94%94%EB%B8%8C>,
        <http://lexvo.org/id/term/ksb/Modivu>,
        <http://lexvo.org/id/term/ksf/maldiv%C7%9D>,
        <http://lexvo.org/id/term/ksh/de%20Mallediive>,
        <http://lexvo.org/id/term/lag/Mod%C3%ADivu>,
        <http://lexvo.org/id/term/lao/%E0%BA%A1%E0%BA%B1%E0%BA%99%E0%BA%94%E0%BA%B4%E0%BA%9F>,
        <http://lexvo.org/id/term/lav/Mald%C4%ABvija>,
        <http://lexvo.org/id/term/lin/Mad%C3%ADv%C9%9B>,
        <http://lexvo.org/id/term/lit/Maldivai>,
        <http://lexvo.org/id/term/lub/Madive>,
        <http://lexvo.org/id/term/lug/Bizinga%20by'eMalidive>,
        <http://lexvo.org/id/term/luo/Maldives>,
        <http://lexvo.org/id/term/luy/Modivu>,
        <http://lexvo.org/id/term/mal/%E0%B4%AE%E0%B4%BE%E0%B4%B2%E0%B4%BF%E0%B4%A6%E0%B5%8D%E0%B4%B5%E0%B5%80%E0%B4%AA%E0%B5%8D>,
        <http://lexvo.org/id/term/mar/%E0%A4%AE%E0%A4%BE%E0%A4%B2%E0%A4%A6%E0%A5%80%E0%A4%B5%E0%A5%8D%E0%A4%9C>,
        <http://lexvo.org/id/term/mas/Modivu>,
        <http://lexvo.org/id/term/mer/Modivu>,
        <http://lexvo.org/id/term/mfe/Maldiv>,
        <http://lexvo.org/id/term/mkd/%D0%9C%D0%B0%D0%BB%D0%B4%D0%B8%D0%B2%D0%B8>,
        <http://lexvo.org/id/term/mlg/Maldiva>,
        <http://lexvo.org/id/term/mlt/Maldives>,
        <http://lexvo.org/id/term/mua/Maldiv%C7%9D>,
        <http://lexvo.org/id/term/mya/%E1%80%99%E1%80%B1%E1%80%AC%E1%80%BA%E1%80%9C%E1%80%92%E1%80%AD%E1%80%AF%E1%80%80%E1%80%BA>,
        <http://lexvo.org/id/term/naq/Maldives>,
        <http://lexvo.org/id/term/nde/Maldives>,
        <http://lexvo.org/id/term/nep/%E0%A4%AE%E0%A4%BE%E0%A4%B2%E0%A5%8D%E0%A4%A6%E0%A4%BF%E0%A4%AD%E0%A5%8D%E0%A4%B8>,
        <http://lexvo.org/id/term/nld/Maldiven>,
        <http://lexvo.org/id/term/nld/Malediven>,
        <http://lexvo.org/id/term/nmg/Maldivia>,
        <http://lexvo.org/id/term/nno/Maldivane>,
        <http://lexvo.org/id/term/nob/Maldivene>,
        <http://lexvo.org/id/term/nyn/Maridives>,
        <http://lexvo.org/id/term/ori/%E0%AC%AE%E0%AC%BE%E0%AC%B3%E0%AC%A6%E0%AD%8D%E0%AC%AC%E0%AD%80%E0%AC%AA>,
        <http://lexvo.org/id/term/pol/Malediwy>,
        <http://lexvo.org/id/term/por/Maldivas>,
        <http://lexvo.org/id/term/rof/Modivu>,
        <http://lexvo.org/id/term/roh/Maldivas>,
        <http://lexvo.org/id/term/ron/Maldive>,
        <http://lexvo.org/id/term/run/Moludave>,
        <http://lexvo.org/id/term/rus/%D0%9C%D0%B0%D0%BB%D1%8C%D0%B4%D0%B8%D0%B2%D1%81%D0%BA%D0%B8%D0%B5%20%D0%BE-%D0%B2%D0%B0>,
        <http://lexvo.org/id/term/rwk/Modivu>,
        <http://lexvo.org/id/term/sag/Mald%C3%AEva>,
        <http://lexvo.org/id/term/saq/Modivu>,
        <http://lexvo.org/id/term/sbp/Modivu>,
        <http://lexvo.org/id/term/seh/Maldivas>,
        <http://lexvo.org/id/term/ses/Maldiivu>,
        <http://lexvo.org/id/term/shi-Latn/maldif>,
        <http://lexvo.org/id/term/shi/%E2%B5%8E%E2%B4%B0%E2%B5%8D%E2%B4%B7%E2%B5%89%E2%B4%BC>,
        <http://lexvo.org/id/term/sin/%E0%B6%B8%E0%B7%8F%E0%B6%BD%20%E0%B6%AF%E0%B7%92%E0%B7%80%E0%B6%BA%E0%B7%92%E0%B6%B1>,
        <http://lexvo.org/id/term/slk/Maldivy>,
        <http://lexvo.org/id/term/slv/Maldivi>,
        <http://lexvo.org/id/term/sme/Malediivvat>,
        <http://lexvo.org/id/term/sna/Maldives>,
        <http://lexvo.org/id/term/som/Maaldiqeen>,
        <http://lexvo.org/id/term/spa/Maldivas>,
        <http://lexvo.org/id/term/sqi/Maldivit>,
        <http://lexvo.org/id/term/srp-Latn/Maldivi>,
        <http://lexvo.org/id/term/srp/%D0%9C%D0%B0%D0%BB%D0%B4%D0%B8%D0%B2%D0%B8>,
        <http://lexvo.org/id/term/swc/Modivu>,
        <http://lexvo.org/id/term/swe/Maldiverna>,
        <http://lexvo.org/id/term/swh/Modivu>,
        <http://lexvo.org/id/term/tam/%E0%AE%AE%E0%AE%BE%E0%AE%B2%E0%AE%A4%E0%AF%8D%E0%AE%A4%E0%AF%80%E0%AE%B5%E0%AF%81>,
        <http://lexvo.org/id/term/tel/%E0%B0%AE%E0%B0%BE%E0%B0%B2%E0%B1%8D%E0%B0%A6%E0%B1%80%E0%B0%B5%E0%B1%81%E0%B0%B2%E0%B1%81>,
        <http://lexvo.org/id/term/teo/Modivu>,
        <http://lexvo.org/id/term/tha/%E0%B8%A1%E0%B8%B1%E0%B8%A5%E0%B8%94%E0%B8%B5%E0%B8%9F%E0%B8%AA%E0%B9%8C>,
        <http://lexvo.org/id/term/tir/%E1%88%9B%E1%88%8D%E1%8B%B2%E1%89%AD%E1%88%B5>,
        <http://lexvo.org/id/term/ton/Malativisi>,
        <http://lexvo.org/id/term/tur/Maldivler>,
        <http://lexvo.org/id/term/twq/Maldiivu>,
        <http://lexvo.org/id/term/tzm/Maldiv>,
        <http://lexvo.org/id/term/ukr/%D0%9C%D0%B0%D0%BB%D1%8C%D0%B4%D1%96%D0%B2%D0%B8>,
        <http://lexvo.org/id/term/urd/%D9%85%D8%A7%D9%84%D8%AF%DB%8C%D9%88>,
        <http://lexvo.org/id/term/vai-Latn/Malidavi>,
        <http://lexvo.org/id/term/vai/%EA%95%AE%EA%94%B7%EA%95%9C%EA%94%8D>,
        <http://lexvo.org/id/term/vie/Maldives>,
        <http://lexvo.org/id/term/vun/Modivu>,
        <http://lexvo.org/id/term/wae/Malediwe>,
        <http://lexvo.org/id/term/xog/Ebizinga%20bya%20Malidive>,
        <http://lexvo.org/id/term/yav/malet%C3%ADif>,
        <http://lexvo.org/id/term/yor/Or%C3%ADl%E1%BA%B9%CC%81%C3%A8de%20Maladifi>,
        <http://lexvo.org/id/term/zsm/Maldiv>,
        <http://lexvo.org/id/term/zul/i-Maldives> ;
    owl:sameAs <http://lexvo.org/id/wordnet/30/noun/maldives_1_15_01>,
        <http://psi.oasis-open.org/iso/3166/#462>,
        <http://sws.geonames.org/1282028/> .

<http://lexvo.org/id/iso3166/RU> a lvont:GeographicRegion ;
    rdfs:label "Russia"@aa,
        "Rusland"@af,
        "Loshìa"@agq,
        "Rɔhyea"@ak,
        "ራሺያ"@am,
        "روسيا"@ar,
        "ৰুচ"@as,
        "Uruthi"@asa,
        "Rusia"@ast,
        "Rusiya"@az,
        "Русија"@az-Cyrl,
        "Ruslànd"@bas,
        "Расія"@be,
        "Huulusi"@bez,
        "Руска федерация"@bg,
        "Irisi"@bm,
        "রাশিয়া"@bn,
        "ཨུ་རུ་སུ་"@bo,
        "Rusia"@br,
        "रूस"@brx,
        "Rusija"@bs,
        "Русија"@bs-Cyrl,
        "ራሺያ"@byn,
        "Rússia"@ca,
        "Rrasha"@cgg,
        "ᏲᏂᎢ"@chr,
        "俄罗斯"@cmn,
        "俄羅斯"@cmn-Hant,
        "Rusko"@cs,
        "Rwsia"@cy,
        "Rusland"@da,
        "Urusi"@dav,
        "Russische Föderation"@de,
        "Iriši laboo"@dje,
        "ཨུ་རུ་སུ"@dz,
        "Urusi"@ebu,
        "Russia nutome"@ee,
        "Ρωσία"@el,
        "ISO 3166-1:RU"@en,
        "Russia"@en,
        "𐐡𐐲𐑇𐐲"@en-Dsrt,
        "Rusujo"@eo,
        "Rusia"@es,
        "Venemaa"@et,
        "Errusia"@eu,
        "Rúsian"@ewo,
        "روسیه"@fa,
        "Riisii"@ff,
        "Venäjä"@fi,
        "Russian Federation"@fil,
        "Russland"@fo,
        "Russie"@fr,
        "Russie"@fur,
        "Cónaidhm na Rúise"@ga,
        "An Ruis"@gd,
        "Rusia"@gl,
        "Russischi Föderazioon"@gsw,
        "રશિયન ફેડરેશન"@gu,
        "Urusi"@guz,
        "Rasha"@ha,
        "Lūkia"@haw,
        "רוסיה"@he,
        "रूस"@hi,
        "Rusija"@hr,
        "Oroszországi Föderáció"@hu,
        "Ռուսաստան"@hy,
        "Rusia"@id,
        "ꊉꇆꌦ"@ii,
        "Rússland"@is,
        "Federazione Russa"@it,
        "ロシア"@ja,
        "Lusî"@jgo,
        "Urusi"@jmc,
        "რუსეთი"@ka,
        "Rrus"@kab,
        "Urusi"@kam,
        "Ulusi"@kde,
        "Rúsia"@kea,
        "Iriši laboo"@khq,
        "Urusi"@ki,
        "Ресей"@kk,
        "Ruslandi"@kl,
        "Emetab Russia"@kln,
        "រុស្ស៊ី"@km,
        "ರಶಿಯಾ"@kn,
        "러시아"@ko,
        "روٗس"@ks,
        "Ulusi"@ksb,
        "risí"@ksf,
        "Rußland"@ksh,
        "Russi"@kw,
        "Urúusi"@lag,
        "Lasa"@lg,
        "Risí"@ln,
        "ລັດເຊຍ"@lo,
        "Rusija"@lt,
        "Risi"@lu,
        "Russia"@luo,
        "Urusi"@luy,
        "Krievija"@lv,
        "Urusi"@mas,
        "Rashia"@mer,
        "Larisi"@mfe,
        "Rosia"@mg,
        "Русија"@mk,
        "റഷ്യ"@ml,
        "रशिया"@mr,
        "Russja"@mt,
        "Russiya"@mua,
        "ရုရှ"@my,
        "Rasiab"@naq,
        "Russland"@nb,
        "Rashiya"@nd,
        "रूस"@ne,
        "Rusland"@nl,
        "Russi"@nmg,
        "Russland"@nn,
        "Rrasha"@nyn,
        "Russia"@om,
        "ରୁଷିଆ"@or,
        "Уӕрӕсе"@os,
        "Rosja"@pl,
        "روسیه"@ps,
        "Rússia"@pt,
        "Russia"@rm,
        "Uburusiya"@rn,
        "Rusia"@ro,
        "Urusi"@rof,
        "Россия"@ru,
        "Urusi"@rwk,
        "Urusi"@saq,
        "Wulusi"@sbp,
        "Ruošša"@se,
        "Rússia"@seh,
        "Iriši laboo"@ses,
        "Rusïi"@sg,
        "ⵔⵓⵙⵢⴰ"@shi,
        "rusya"@shi-Latn,
        "රුසියාව"@si,
        "Rusko"@sk,
        "Rusija"@sl,
        "Russia"@sn,
        "Ruush"@so,
        "Rusi"@sq,
        "Русија"@sr,
        "Rusija"@sr-Latn,
        "Ryssland"@sv,
        "Urusi"@swc,
        "Urusi"@swh,
        "ரஷ்யா"@ta,
        "రష్య"@te,
        "Urusi"@teo,
        "รัสเซีย"@th,
        "ራሺያ"@ti,
        "ራሺያ"@tig,
        "Lūsia"@to,
        "Rusya"@tr,
        "Iriši laboo"@twq,
        "Rusya"@tzm,
        "Росія"@uk,
        "روسی"@ur,
        "Россия"@uzn,
        "Rossiya"@uzn-Latn,
        "ꗐꖺꔻꕩ"@vai,
        "Rɔshiya"@vai-Latn,
        "Nga"@vi,
        "Urusi"@vun,
        "Russland"@wae,
        "ራሺያ"@wal,
        "Lasa"@xog,
        "ulusí"@yav,
        "Orílẹ́ède Rọṣia"@yo,
        "Rusia"@zsm,
        "i-Russia"@zu ;
    lvont:label <http://lexvo.org/id/term/aar/Russia>,
        <http://lexvo.org/id/term/afr/Rusland>,
        <http://lexvo.org/id/term/agq/Losh%C3%ACa>,
        <http://lexvo.org/id/term/aka/R%C9%94hyea>,
        <http://lexvo.org/id/term/amh/%E1%88%AB%E1%88%BA%E1%8B%AB>,
        <http://lexvo.org/id/term/ara/%D8%B1%D9%88%D8%B3%D9%8A%D8%A7>,
        <http://lexvo.org/id/term/asa/Uruthi>,
        <http://lexvo.org/id/term/asm/%E0%A7%B0%E0%A7%81%E0%A6%9A>,
        <http://lexvo.org/id/term/ast/Rusia>,
        <http://lexvo.org/id/term/aze-Cyrl/%D0%A0%D1%83%D1%81%D0%B8%D1%98%D0%B0>,
        <http://lexvo.org/id/term/aze/Rusiya>,
        <http://lexvo.org/id/term/bam/Irisi>,
        <http://lexvo.org/id/term/bas/Rusl%C3%A0nd>,
        <http://lexvo.org/id/term/bel/%D0%A0%D0%B0%D1%81%D1%96%D1%8F>,
        <http://lexvo.org/id/term/ben/%E0%A6%B0%E0%A6%BE%E0%A6%B6%E0%A6%BF%E0%A6%AF%E0%A6%BC%E0%A6%BE>,
        <http://lexvo.org/id/term/bez/Huulusi>,
        <http://lexvo.org/id/term/bod/%E0%BD%A8%E0%BD%B4%E0%BC%8B%E0%BD%A2%E0%BD%B4%E0%BC%8B%E0%BD%A6%E0%BD%B4%E0%BC%8B>,
        <http://lexvo.org/id/term/bos-Cyrl/%D0%A0%D1%83%D1%81%D0%B8%D1%98%D0%B0>,
        <http://lexvo.org/id/term/bos/Rusija>,
        <http://lexvo.org/id/term/bre/Rusia>,
        <http://lexvo.org/id/term/brx/%E0%A4%B0%E0%A5%82%E0%A4%B8>,
        <http://lexvo.org/id/term/bul/%D0%A0%D1%83%D1%81%D0%BA%D0%B0%20%D1%84%D0%B5%D0%B4%D0%B5%D1%80%D0%B0%D1%86%D0%B8%D1%8F>,
        <http://lexvo.org/id/term/byn/%E1%88%AB%E1%88%BA%E1%8B%AB>,
        <http://lexvo.org/id/term/cat/R%C3%BAssia>,
        <http://lexvo.org/id/term/ces/Rusko>,
        <http://lexvo.org/id/term/cgg/Rrasha>,
        <http://lexvo.org/id/term/chr/%E1%8F%B2%E1%8F%82%E1%8E%A2>,
        <http://lexvo.org/id/term/cmn-Hant/%E4%BF%84%E7%BE%85%E6%96%AF>,
        <http://lexvo.org/id/term/cmn/%E4%BF%84%E7%BD%97%E6%96%AF>,
        <http://lexvo.org/id/term/cor/Russi>,
        <http://lexvo.org/id/term/cym/Rwsia>,
        <http://lexvo.org/id/term/dan/Rusland>,
        <http://lexvo.org/id/term/dav/Urusi>,
        <http://lexvo.org/id/term/deu/Russische%20F%C3%B6deration>,
        <http://lexvo.org/id/term/dje/Iri%C5%A1i%20laboo>,
        <http://lexvo.org/id/term/dzo/%E0%BD%A8%E0%BD%B4%E0%BC%8B%E0%BD%A2%E0%BD%B4%E0%BC%8B%E0%BD%A6%E0%BD%B4>,
        <http://lexvo.org/id/term/ebu/Urusi>,
        <http://lexvo.org/id/term/ell/%CE%A1%CF%89%CF%83%CE%AF%CE%B1>,
        <http://lexvo.org/id/term/eng-Dsrt/%F0%90%90%A1%F0%90%90%B2%F0%90%91%87%F0%90%90%B2>,
        <http://lexvo.org/id/term/eng/ISO%203166-1%3ARU>,
        <http://lexvo.org/id/term/eng/Russia>,
        <http://lexvo.org/id/term/epo/Rusujo>,
        <http://lexvo.org/id/term/est/Venemaa>,
        <http://lexvo.org/id/term/eus/Errusia>,
        <http://lexvo.org/id/term/ewe/Russia%20nutome>,
        <http://lexvo.org/id/term/ewo/R%C3%BAsian>,
        <http://lexvo.org/id/term/fao/Russland>,
        <http://lexvo.org/id/term/fas/%D8%B1%D9%88%D8%B3%DB%8C%D9%87>,
        <http://lexvo.org/id/term/fil/Russian%20Federation>,
        <http://lexvo.org/id/term/fin/Ven%C3%A4j%C3%A4>,
        <http://lexvo.org/id/term/fra/Russie>,
        <http://lexvo.org/id/term/ful/Riisii>,
        <http://lexvo.org/id/term/fur/Russie>,
        <http://lexvo.org/id/term/gla/An%20Ruis>,
        <http://lexvo.org/id/term/gle/C%C3%B3naidhm%20na%20R%C3%BAise>,
        <http://lexvo.org/id/term/glg/Rusia>,
        <http://lexvo.org/id/term/gsw/Russischi%20F%C3%B6derazioon>,
        <http://lexvo.org/id/term/guj/%E0%AA%B0%E0%AA%B6%E0%AA%BF%E0%AA%AF%E0%AA%A8%20%E0%AA%AB%E0%AB%87%E0%AA%A1%E0%AA%B0%E0%AB%87%E0%AA%B6%E0%AA%A8>,
        <http://lexvo.org/id/term/guz/Urusi>,
        <http://lexvo.org/id/term/hau/Rasha>,
        <http://lexvo.org/id/term/haw/L%C5%ABkia>,
        <http://lexvo.org/id/term/heb/%D7%A8%D7%95%D7%A1%D7%99%D7%94>,
        <http://lexvo.org/id/term/hin/%E0%A4%B0%E0%A5%82%E0%A4%B8>,
        <http://lexvo.org/id/term/hrv/Rusija>,
        <http://lexvo.org/id/term/hun/Oroszorsz%C3%A1gi%20F%C3%B6der%C3%A1ci%C3%B3>,
        <http://lexvo.org/id/term/hye/%D5%8C%D5%B8%D6%82%D5%BD%D5%A1%D5%BD%D5%BF%D5%A1%D5%B6>,
        <http://lexvo.org/id/term/iii/%EA%8A%89%EA%87%86%EA%8C%A6>,
        <http://lexvo.org/id/term/ind/Rusia>,
        <http://lexvo.org/id/term/isl/R%C3%BAssland>,
        <http://lexvo.org/id/term/ita/Federazione%20Russa>,
        <http://lexvo.org/id/term/jgo/Lus%C3%AE>,
        <http://lexvo.org/id/term/jmc/Urusi>,
        <http://lexvo.org/id/term/jpn/%E3%83%AD%E3%82%B7%E3%82%A2>,
        <http://lexvo.org/id/term/kab/Rrus>,
        <http://lexvo.org/id/term/kal/Ruslandi>,
        <http://lexvo.org/id/term/kam/Urusi>,
        <http://lexvo.org/id/term/kan/%E0%B2%B0%E0%B2%B6%E0%B2%BF%E0%B2%AF%E0%B2%BE>,
        <http://lexvo.org/id/term/kas/%D8%B1%D9%88%D9%97%D8%B3>,
        <http://lexvo.org/id/term/kat/%E1%83%A0%E1%83%A3%E1%83%A1%E1%83%94%E1%83%97%E1%83%98>,
        <http://lexvo.org/id/term/kaz/%D0%A0%D0%B5%D1%81%D0%B5%D0%B9>,
        <http://lexvo.org/id/term/kde/Ulusi>,
        <http://lexvo.org/id/term/kea/R%C3%BAsia>,
        <http://lexvo.org/id/term/khm/%E1%9E%9A%E1%9E%BB%E1%9E%9F%E1%9F%92%E1%9E%9F%E1%9F%8A%E1%9E%B8>,
        <http://lexvo.org/id/term/khq/Iri%C5%A1i%20laboo>,
        <http://lexvo.org/id/term/kik/Urusi>,
        <http://lexvo.org/id/term/kln/Emetab%20Russia>,
        <http://lexvo.org/id/term/kor/%EB%9F%AC%EC%8B%9C%EC%95%84>,
        <http://lexvo.org/id/term/ksb/Ulusi>,
        <http://lexvo.org/id/term/ksf/ris%C3%AD>,
        <http://lexvo.org/id/term/ksh/Ru%C3%9Fland>,
        <http://lexvo.org/id/term/lag/Ur%C3%BAusi>,
        <http://lexvo.org/id/term/lao/%E0%BA%A5%E0%BA%B1%E0%BA%94%E0%BB%80%E0%BA%8A%E0%BA%8D>,
        <http://lexvo.org/id/term/lav/Krievija>,
        <http://lexvo.org/id/term/lin/Ris%C3%AD>,
        <http://lexvo.org/id/term/lit/Rusija>,
        <http://lexvo.org/id/term/lub/Risi>,
        <http://lexvo.org/id/term/lug/Lasa>,
        <http://lexvo.org/id/term/luo/Russia>,
        <http://lexvo.org/id/term/luy/Urusi>,
        <http://lexvo.org/id/term/mal/%E0%B4%B1%E0%B4%B7%E0%B5%8D%E0%B4%AF>,
        <http://lexvo.org/id/term/mar/%E0%A4%B0%E0%A4%B6%E0%A4%BF%E0%A4%AF%E0%A4%BE>,
        <http://lexvo.org/id/term/mas/Urusi>,
        <http://lexvo.org/id/term/mer/Rashia>,
        <http://lexvo.org/id/term/mfe/Larisi>,
        <http://lexvo.org/id/term/mkd/%D0%A0%D1%83%D1%81%D0%B8%D1%98%D0%B0>,
        <http://lexvo.org/id/term/mlg/Rosia>,
        <http://lexvo.org/id/term/mlt/Russja>,
        <http://lexvo.org/id/term/mua/Russiya>,
        <http://lexvo.org/id/term/mya/%E1%80%9B%E1%80%AF%E1%80%9B%E1%80%BE>,
        <http://lexvo.org/id/term/naq/Rasiab>,
        <http://lexvo.org/id/term/nde/Rashiya>,
        <http://lexvo.org/id/term/nep/%E0%A4%B0%E0%A5%82%E0%A4%B8>,
        <http://lexvo.org/id/term/nld/Rusland>,
        <http://lexvo.org/id/term/nmg/Russi>,
        <http://lexvo.org/id/term/nno/Russland>,
        <http://lexvo.org/id/term/nob/Russland>,
        <http://lexvo.org/id/term/nyn/Rrasha>,
        <http://lexvo.org/id/term/ori/%E0%AC%B0%E0%AD%81%E0%AC%B7%E0%AC%BF%E0%AC%86>,
        <http://lexvo.org/id/term/orm/Russia>,
        <http://lexvo.org/id/term/oss/%D0%A3%D3%95%D1%80%D3%95%D1%81%D0%B5>,
        <http://lexvo.org/id/term/pol/Rosja>,
        <http://lexvo.org/id/term/por/R%C3%BAssia>,
        <http://lexvo.org/id/term/pus/%D8%B1%D9%88%D8%B3%DB%8C%D9%87>,
        <http://lexvo.org/id/term/rof/Urusi>,
        <http://lexvo.org/id/term/roh/Russia>,
        <http://lexvo.org/id/term/ron/Rusia>,
        <http://lexvo.org/id/term/run/Uburusiya>,
        <http://lexvo.org/id/term/rus/%D0%A0%D0%BE%D1%81%D1%81%D0%B8%D1%8F>,
        <http://lexvo.org/id/term/rwk/Urusi>,
        <http://lexvo.org/id/term/sag/Rus%C3%AFi>,
        <http://lexvo.org/id/term/saq/Urusi>,
        <http://lexvo.org/id/term/sbp/Wulusi>,
        <http://lexvo.org/id/term/seh/R%C3%BAssia>,
        <http://lexvo.org/id/term/ses/Iri%C5%A1i%20laboo>,
        <http://lexvo.org/id/term/shi-Latn/rusya>,
        <http://lexvo.org/id/term/shi/%E2%B5%94%E2%B5%93%E2%B5%99%E2%B5%A2%E2%B4%B0>,
        <http://lexvo.org/id/term/sin/%E0%B6%BB%E0%B7%94%E0%B7%83%E0%B7%92%E0%B6%BA%E0%B7%8F%E0%B7%80>,
        <http://lexvo.org/id/term/slk/Rusko>,
        <http://lexvo.org/id/term/slv/Rusija>,
        <http://lexvo.org/id/term/sme/Ruo%C5%A1%C5%A1a>,
        <http://lexvo.org/id/term/sna/Russia>,
        <http://lexvo.org/id/term/som/Ruush>,
        <http://lexvo.org/id/term/spa/Rusia>,
        <http://lexvo.org/id/term/sqi/Rusi>,
        <http://lexvo.org/id/term/srp-Latn/Rusija>,
        <http://lexvo.org/id/term/srp/%D0%A0%D1%83%D1%81%D0%B8%D1%98%D0%B0>,
        <http://lexvo.org/id/term/swc/Urusi>,
        <http://lexvo.org/id/term/swe/Ryssland>,
        <http://lexvo.org/id/term/swh/Urusi>,
        <http://lexvo.org/id/term/tam/%E0%AE%B0%E0%AE%B7%E0%AF%8D%E0%AE%AF%E0%AE%BE>,
        <http://lexvo.org/id/term/tel/%E0%B0%B0%E0%B0%B7%E0%B1%8D%E0%B0%AF>,
        <http://lexvo.org/id/term/teo/Urusi>,
        <http://lexvo.org/id/term/tha/%E0%B8%A3%E0%B8%B1%E0%B8%AA%E0%B9%80%E0%B8%8B%E0%B8%B5%E0%B8%A2>,
        <http://lexvo.org/id/term/tig/%E1%88%AB%E1%88%BA%E1%8B%AB>,
        <http://lexvo.org/id/term/tir/%E1%88%AB%E1%88%BA%E1%8B%AB>,
        <http://lexvo.org/id/term/ton/L%C5%ABsia>,
        <http://lexvo.org/id/term/tur/Rusya>,
        <http://lexvo.org/id/term/twq/Iri%C5%A1i%20laboo>,
        <http://lexvo.org/id/term/tzm/Rusya>,
        <http://lexvo.org/id/term/ukr/%D0%A0%D0%BE%D1%81%D1%96%D1%8F>,
        <http://lexvo.org/id/term/urd/%D8%B1%D9%88%D8%B3%DB%8C>,
        <http://lexvo.org/id/term/uzn-Latn/Rossiya>,
        <http://lexvo.org/id/term/uzn/%D0%A0%D0%BE%D1%81%D1%81%D0%B8%D1%8F>,
        <http://lexvo.org/id/term/vai-Latn/R%C9%94shiya>,
        <http://lexvo.org/id/term/vai/%EA%97%90%EA%96%BA%EA%94%BB%EA%95%A9>,
        <http://lexvo.org/id/term/vie/Nga>,
        <http://lexvo.org/id/term/vun/Urusi>,
        <http://lexvo.org/id/term/wae/Russland>,
        <http://lexvo.org/id/term/wal/%E1%88%AB%E1%88%BA%E1%8B%AB>,
        <http://lexvo.org/id/term/xog/Lasa>,
        <http://lexvo.org/id/term/yav/ulus%C3%AD>,
        <http://lexvo.org/id/term/yor/Or%C3%ADl%E1%BA%B9%CC%81%C3%A8de%20R%E1%BB%8D%E1%B9%A3ia>,
        <http://lexvo.org/id/term/zsm/Rusia>,
        <http://lexvo.org/id/term/zul/i-Russia> ;
    owl:sameAs <http://lexvo.org/id/wordnet/30/noun/russia_1_15_04>,
        <http://psi.oasis-open.org/iso/3166/#643>,
        <http://sws.geonames.org/2017370/> .

<http://lexvo.org/id/iso3166/TW> a lvont:GeographicRegion ;
    rdfs:label "Taiwan"@af,
        "Taewàn"@agq,
        "Taiwan"@ak,
        "ታይዋን"@am,
        "تايوان"@ar,
        "Taiwani"@asa,
        "Taiwán"@ast,
        "tayvan"@az,
        "Tàywân"@bas,
        "Тайвань"@be,
        "Hutaiwani"@bez,
        "Тайван"@bg,
        "Tayiwani"@bm,
        "তাইওয়ান"@bn,
        "Taiwan"@br,
        "ताइवान"@brx,
        "Tajvan"@bs,
        "Тајван"@bs-Cyrl,
        "Taiwan"@ca,
        "Tayiwaani"@cgg,
        "台湾"@cmn,
        "台灣"@cmn-Hant,
        "Tchaj-wan"@cs,
        "Taiwan"@cy,
        "Taiwan"@da,
        "Taiwani"@dav,
        "Taiwan"@de,
        "Taayiwan"@dje,
        "ཊཱའི་ཝཱན"@dz,
        "Taiwani"@ebu,
        "Taiwan nutome"@ee,
        "Ταϊβάν"@el,
        "ISO 3166-1:TW"@en,
        "Taiwan"@en,
        "𐐓𐐴𐐶𐐪𐑌"@en-Dsrt,
        "Tajvano"@eo,
        "Taiwán"@es,
        "Taiwan"@et,
        "Taiwan"@eu,
        "Taiwán"@ewo,
        "تایوان"@fa,
        "Taywaan"@ff,
        "Taiwan"@fi,
        "Taiwan"@fil,
        "Teivan"@fo,
        "Taïwan"@fr,
        "Taiwan"@fur,
        "An Téaváin"@ga,
        "Taidh-Bhàn"@gd,
        "Taiwán"@gl,
        "Taiwan"@gsw,
        "તાઇવાન"@gu,
        "Taiwani"@guz,
        "Taiwan"@ha,
        "טייוואן"@he,
        "ताइवान"@hi,
        "Tajvan"@hr,
        "Tajvan"@hu,
        "Թայվան"@hy,
        "Taiwan"@ia,
        "Taiwan"@id,
        "Taívan"@is,
        "Taiwan"@it,
        "台湾"@ja,
        "Taiwani"@jmc,
        "ტაივანი"@ka,
        "Ṭaywan"@kab,
        "Taiwani"@kam,
        "Taiwani"@kde,
        "Taiuan"@kea,
        "Taayiwan"@khq,
        "Taiwani"@ki,
        "Тайвань"@kk,
        "Taiwan"@kl,
        "Emetab Taiwan"@kln,
        "តៃវ៉ាន់"@km,
        "ಥೈವಾನ್"@kn,
        "대만"@ko,
        "تایوان"@ks,
        "Taiwani"@ksb,
        "tɛwán"@ksf,
        "Taiwan"@ksh,
        "Taiwáani"@lag,
        "Tayiwani"@lg,
        "Taiwanin"@ln,
        "ໄຕ້ຫວັນ"@lo,
        "Taivanas"@lt,
        "Taiwani"@lu,
        "Taiwan"@luo,
        "Taiwani"@luy,
        "Taivāna"@lv,
        "Taiwani"@mas,
        "Taiwani"@mer,
        "Taiwan"@mfe,
        "Taioana"@mg,
        "Тајван"@mk,
        "തായ്‌വാൻ"@ml,
        "तैवान"@mr,
        "Tajwan"@mt,
        "Taiwaŋ"@mua,
        "ထိုင်ဝမ်"@my,
        "Taiwan"@naq,
        "Taiwan"@nb,
        "Thayiwani"@nd,
        "ताइवान"@ne,
        "Taiwan"@nl,
        "Taïwan"@nmg,
        "Taiwan"@nn,
        "Tayiwaani"@nyn,
        "ତାଇୱାନ୍"@or,
        "Tajwan"@pl,
        "Taiwan"@pt,
        "Taiwan"@rm,
        "Tayiwani"@rn,
        "Taiwan"@ro,
        "Taiwani"@rof,
        "Тайвань"@ru,
        "Taiwani"@rwk,
        "Taiwani"@saq,
        "Taiwani"@sbp,
        "Taiwan"@se,
        "Taiwan"@seh,
        "Taayiwan"@ses,
        "Tâiwâni"@sg,
        "ⵟⴰⵢⵡⴰⵏ"@shi,
        "ṭaywan"@shi-Latn,
        "තායිවානය"@si,
        "Taiwan"@sk,
        "Tajvan"@sl,
        "Taiwan"@sn,
        "Taywaan"@so,
        "Tajvan"@sq,
        "Тајван"@sr,
        "Tajvan"@sr-Latn,
        "Taiwan"@sv,
        "Taiwani"@swc,
        "Taiwani"@swh,
        "தைவான்"@ta,
        "టైవాన్"@te,
        "Taiwani"@teo,
        "ไต้หวัน"@th,
        "ታይዋን"@ti,
        "Taiuani"@to,
        "Tayvan"@tr,
        "Taayiwan"@twq,
        "Ṭaywan"@tzm,
        "Тайвань"@uk,
        "تائیوان"@ur,
        "ꕚꔤꕎꘋ"@vai,
        "Taiwaŋ"@vai-Latn,
        "Đài Loan"@vi,
        "Taiwani"@vun,
        "Taiwan"@wae,
        "Tayiwani"@xog,
        "tayiwáan"@yav,
        "Orílẹ́ède Taiwani"@yo,
        "Taiwan"@zsm,
        "i-Taiwan"@zu ;
    lvont:label <http://lexvo.org/id/term/afr/Taiwan>,
        <http://lexvo.org/id/term/agq/Taew%C3%A0n>,
        <http://lexvo.org/id/term/aka/Taiwan>,
        <http://lexvo.org/id/term/amh/%E1%89%B3%E1%8B%AD%E1%8B%8B%E1%8A%95>,
        <http://lexvo.org/id/term/ara/%D8%AA%D8%A7%D9%8A%D9%88%D8%A7%D9%86>,
        <http://lexvo.org/id/term/asa/Taiwani>,
        <http://lexvo.org/id/term/ast/Taiw%C3%A1n>,
        <http://lexvo.org/id/term/aze/tayvan>,
        <http://lexvo.org/id/term/bam/Tayiwani>,
        <http://lexvo.org/id/term/bas/T%C3%A0yw%C3%A2n>,
        <http://lexvo.org/id/term/bel/%D0%A2%D0%B0%D0%B9%D0%B2%D0%B0%D0%BD%D1%8C>,
        <http://lexvo.org/id/term/ben/%E0%A6%A4%E0%A6%BE%E0%A6%87%E0%A6%93%E0%A6%AF%E0%A6%BC%E0%A6%BE%E0%A6%A8>,
        <http://lexvo.org/id/term/bez/Hutaiwani>,
        <http://lexvo.org/id/term/bos-Cyrl/%D0%A2%D0%B0%D1%98%D0%B2%D0%B0%D0%BD>,
        <http://lexvo.org/id/term/bos/Tajvan>,
        <http://lexvo.org/id/term/bre/Taiwan>,
        <http://lexvo.org/id/term/brx/%E0%A4%A4%E0%A4%BE%E0%A4%87%E0%A4%B5%E0%A4%BE%E0%A4%A8>,
        <http://lexvo.org/id/term/bul/%D0%A2%D0%B0%D0%B9%D0%B2%D0%B0%D0%BD>,
        <http://lexvo.org/id/term/cat/Taiwan>,
        <http://lexvo.org/id/term/ces/Tchaj-wan>,
        <http://lexvo.org/id/term/cgg/Tayiwaani>,
        <http://lexvo.org/id/term/cmn-Hant/%E5%8F%B0%E7%81%A3>,
        <http://lexvo.org/id/term/cmn/%E5%8F%B0%E6%B9%BE>,
        <http://lexvo.org/id/term/cym/Taiwan>,
        <http://lexvo.org/id/term/dan/Taiwan>,
        <http://lexvo.org/id/term/dav/Taiwani>,
        <http://lexvo.org/id/term/deu/Taiwan>,
        <http://lexvo.org/id/term/dje/Taayiwan>,
        <http://lexvo.org/id/term/dzo/%E0%BD%8A%E0%BD%B1%E0%BD%A0%E0%BD%B2%E0%BC%8B%E0%BD%9D%E0%BD%B1%E0%BD%93>,
        <http://lexvo.org/id/term/ebu/Taiwani>,
        <http://lexvo.org/id/term/ell/%CE%A4%CE%B1%CF%8A%CE%B2%CE%AC%CE%BD>,
        <http://lexvo.org/id/term/eng-Dsrt/%F0%90%90%93%F0%90%90%B4%F0%90%90%B6%F0%90%90%AA%F0%90%91%8C>,
        <http://lexvo.org/id/term/eng/ISO%203166-1%3ATW>,
        <http://lexvo.org/id/term/eng/Taiwan>,
        <http://lexvo.org/id/term/epo/Tajvano>,
        <http://lexvo.org/id/term/est/Taiwan>,
        <http://lexvo.org/id/term/eus/Taiwan>,
        <http://lexvo.org/id/term/ewe/Taiwan%20nutome>,
        <http://lexvo.org/id/term/ewo/Taiw%C3%A1n>,
        <http://lexvo.org/id/term/fao/Teivan>,
        <http://lexvo.org/id/term/fas/%D8%AA%D8%A7%DB%8C%D9%88%D8%A7%D9%86>,
        <http://lexvo.org/id/term/fil/Taiwan>,
        <http://lexvo.org/id/term/fin/Taiwan>,
        <http://lexvo.org/id/term/fra/Ta%C3%AFwan>,
        <http://lexvo.org/id/term/ful/Taywaan>,
        <http://lexvo.org/id/term/fur/Taiwan>,
        <http://lexvo.org/id/term/gla/Taidh-Bh%C3%A0n>,
        <http://lexvo.org/id/term/gle/An%20T%C3%A9av%C3%A1in>,
        <http://lexvo.org/id/term/glg/Taiw%C3%A1n>,
        <http://lexvo.org/id/term/gsw/Taiwan>,
        <http://lexvo.org/id/term/guj/%E0%AA%A4%E0%AA%BE%E0%AA%87%E0%AA%B5%E0%AA%BE%E0%AA%A8>,
        <http://lexvo.org/id/term/guz/Taiwani>,
        <http://lexvo.org/id/term/hau/Taiwan>,
        <http://lexvo.org/id/term/heb/%D7%98%D7%99%D7%99%D7%95%D7%95%D7%90%D7%9F>,
        <http://lexvo.org/id/term/hin/%E0%A4%A4%E0%A4%BE%E0%A4%87%E0%A4%B5%E0%A4%BE%E0%A4%A8>,
        <http://lexvo.org/id/term/hrv/Tajvan>,
        <http://lexvo.org/id/term/hun/Tajvan>,
        <http://lexvo.org/id/term/hye/%D4%B9%D5%A1%D5%B5%D5%BE%D5%A1%D5%B6>,
        <http://lexvo.org/id/term/ina/Taiwan>,
        <http://lexvo.org/id/term/ind/Taiwan>,
        <http://lexvo.org/id/term/isl/Ta%C3%ADvan>,
        <http://lexvo.org/id/term/ita/Taiwan>,
        <http://lexvo.org/id/term/jmc/Taiwani>,
        <http://lexvo.org/id/term/jpn/%E5%8F%B0%E6%B9%BE>,
        <http://lexvo.org/id/term/kab/%E1%B9%ACaywan>,
        <http://lexvo.org/id/term/kal/Taiwan>,
        <http://lexvo.org/id/term/kam/Taiwani>,
        <http://lexvo.org/id/term/kan/%E0%B2%A5%E0%B3%88%E0%B2%B5%E0%B2%BE%E0%B2%A8%E0%B3%8D>,
        <http://lexvo.org/id/term/kas/%D8%AA%D8%A7%DB%8C%D9%88%D8%A7%D9%86>,
        <http://lexvo.org/id/term/kat/%E1%83%A2%E1%83%90%E1%83%98%E1%83%95%E1%83%90%E1%83%9C%E1%83%98>,
        <http://lexvo.org/id/term/kaz/%D0%A2%D0%B0%D0%B9%D0%B2%D0%B0%D0%BD%D1%8C>,
        <http://lexvo.org/id/term/kde/Taiwani>,
        <http://lexvo.org/id/term/kea/Taiuan>,
        <http://lexvo.org/id/term/khm/%E1%9E%8F%E1%9F%83%E1%9E%9C%E1%9F%89%E1%9E%B6%E1%9E%93%E1%9F%8B>,
        <http://lexvo.org/id/term/khq/Taayiwan>,
        <http://lexvo.org/id/term/kik/Taiwani>,
        <http://lexvo.org/id/term/kln/Emetab%20Taiwan>,
        <http://lexvo.org/id/term/kor/%EB%8C%80%EB%A7%8C>,
        <http://lexvo.org/id/term/ksb/Taiwani>,
        <http://lexvo.org/id/term/ksf/t%C9%9Bw%C3%A1n>,
        <http://lexvo.org/id/term/ksh/Taiwan>,
        <http://lexvo.org/id/term/lag/Taiw%C3%A1ani>,
        <http://lexvo.org/id/term/lao/%E0%BB%84%E0%BA%95%E0%BB%89%E0%BA%AB%E0%BA%A7%E0%BA%B1%E0%BA%99>,
        <http://lexvo.org/id/term/lav/Taiv%C4%81na>,
        <http://lexvo.org/id/term/lin/Taiwanin>,
        <http://lexvo.org/id/term/lit/Taivanas>,
        <http://lexvo.org/id/term/lub/Taiwani>,
        <http://lexvo.org/id/term/lug/Tayiwani>,
        <http://lexvo.org/id/term/luo/Taiwan>,
        <http://lexvo.org/id/term/luy/Taiwani>,
        <http://lexvo.org/id/term/mal/%E0%B4%A4%E0%B4%BE%E0%B4%AF%E0%B5%8D%E2%80%8C%E0%B4%B5%E0%B4%BE%E0%B5%BB>,
        <http://lexvo.org/id/term/mar/%E0%A4%A4%E0%A5%88%E0%A4%B5%E0%A4%BE%E0%A4%A8>,
        <http://lexvo.org/id/term/mas/Taiwani>,
        <http://lexvo.org/id/term/mer/Taiwani>,
        <http://lexvo.org/id/term/mfe/Taiwan>,
        <http://lexvo.org/id/term/mkd/%D0%A2%D0%B0%D1%98%D0%B2%D0%B0%D0%BD>,
        <http://lexvo.org/id/term/mlg/Taioana>,
        <http://lexvo.org/id/term/mlt/Tajwan>,
        <http://lexvo.org/id/term/mua/Taiwa%C5%8B>,
        <http://lexvo.org/id/term/mya/%E1%80%91%E1%80%AD%E1%80%AF%E1%80%84%E1%80%BA%E1%80%9D%E1%80%99%E1%80%BA>,
        <http://lexvo.org/id/term/naq/Taiwan>,
        <http://lexvo.org/id/term/nde/Thayiwani>,
        <http://lexvo.org/id/term/nep/%E0%A4%A4%E0%A4%BE%E0%A4%87%E0%A4%B5%E0%A4%BE%E0%A4%A8>,
        <http://lexvo.org/id/term/nld/Taiwan>,
        <http://lexvo.org/id/term/nmg/Ta%C3%AFwan>,
        <http://lexvo.org/id/term/nno/Taiwan>,
        <http://lexvo.org/id/term/nob/Taiwan>,
        <http://lexvo.org/id/term/nyn/Tayiwaani>,
        <http://lexvo.org/id/term/ori/%E0%AC%A4%E0%AC%BE%E0%AC%87%E0%AD%B1%E0%AC%BE%E0%AC%A8%E0%AD%8D>,
        <http://lexvo.org/id/term/pol/Tajwan>,
        <http://lexvo.org/id/term/por/Taiwan>,
        <http://lexvo.org/id/term/rof/Taiwani>,
        <http://lexvo.org/id/term/roh/Taiwan>,
        <http://lexvo.org/id/term/ron/Taiwan>,
        <http://lexvo.org/id/term/run/Tayiwani>,
        <http://lexvo.org/id/term/rus/%D0%A2%D0%B0%D0%B9%D0%B2%D0%B0%D0%BD%D1%8C>,
        <http://lexvo.org/id/term/rwk/Taiwani>,
        <http://lexvo.org/id/term/sag/T%C3%A2iw%C3%A2ni>,
        <http://lexvo.org/id/term/saq/Taiwani>,
        <http://lexvo.org/id/term/sbp/Taiwani>,
        <http://lexvo.org/id/term/seh/Taiwan>,
        <http://lexvo.org/id/term/ses/Taayiwan>,
        <http://lexvo.org/id/term/shi-Latn/%E1%B9%ADaywan>,
        <http://lexvo.org/id/term/shi/%E2%B5%9F%E2%B4%B0%E2%B5%A2%E2%B5%A1%E2%B4%B0%E2%B5%8F>,
        <http://lexvo.org/id/term/sin/%E0%B6%AD%E0%B7%8F%E0%B6%BA%E0%B7%92%E0%B7%80%E0%B7%8F%E0%B6%B1%E0%B6%BA>,
        <http://lexvo.org/id/term/slk/Taiwan>,
        <http://lexvo.org/id/term/slv/Tajvan>,
        <http://lexvo.org/id/term/sme/Taiwan>,
        <http://lexvo.org/id/term/sna/Taiwan>,
        <http://lexvo.org/id/term/som/Taywaan>,
        <http://lexvo.org/id/term/spa/Taiw%C3%A1n>,
        <http://lexvo.org/id/term/sqi/Tajvan>,
        <http://lexvo.org/id/term/srp-Latn/Tajvan>,
        <http://lexvo.org/id/term/srp/%D0%A2%D0%B0%D1%98%D0%B2%D0%B0%D0%BD>,
        <http://lexvo.org/id/term/swc/Taiwani>,
        <http://lexvo.org/id/term/swe/Taiwan>,
        <http://lexvo.org/id/term/swh/Taiwani>,
        <http://lexvo.org/id/term/tam/%E0%AE%A4%E0%AF%88%E0%AE%B5%E0%AE%BE%E0%AE%A9%E0%AF%8D>,
        <http://lexvo.org/id/term/tel/%E0%B0%9F%E0%B1%88%E0%B0%B5%E0%B0%BE%E0%B0%A8%E0%B1%8D>,
        <http://lexvo.org/id/term/teo/Taiwani>,
        <http://lexvo.org/id/term/tha/%E0%B9%84%E0%B8%95%E0%B9%89%E0%B8%AB%E0%B8%A7%E0%B8%B1%E0%B8%99>,
        <http://lexvo.org/id/term/tir/%E1%89%B3%E1%8B%AD%E1%8B%8B%E1%8A%95>,
        <http://lexvo.org/id/term/ton/Taiuani>,
        <http://lexvo.org/id/term/tur/Tayvan>,
        <http://lexvo.org/id/term/twq/Taayiwan>,
        <http://lexvo.org/id/term/tzm/%E1%B9%ACaywan>,
        <http://lexvo.org/id/term/ukr/%D0%A2%D0%B0%D0%B9%D0%B2%D0%B0%D0%BD%D1%8C>,
        <http://lexvo.org/id/term/urd/%D8%AA%D8%A7%D8%A6%DB%8C%D9%88%D8%A7%D9%86>,
        <http://lexvo.org/id/term/vai-Latn/Taiwa%C5%8B>,
        <http://lexvo.org/id/term/vai/%EA%95%9A%EA%94%A4%EA%95%8E%EA%98%8B>,
        <http://lexvo.org/id/term/vie/%C4%90%C3%A0i%20Loan>,
        <http://lexvo.org/id/term/vun/Taiwani>,
        <http://lexvo.org/id/term/wae/Taiwan>,
        <http://lexvo.org/id/term/xog/Tayiwani>,
        <http://lexvo.org/id/term/yav/tayiw%C3%A1an>,
        <http://lexvo.org/id/term/yor/Or%C3%ADl%E1%BA%B9%CC%81%C3%A8de%20Taiwani>,
        <http://lexvo.org/id/term/zsm/Taiwan>,
        <http://lexvo.org/id/term/zul/i-Taiwan> ;
    owl:sameAs <http://lexvo.org/id/wordnet/30/noun/taiwan_1_15_01>,
        <http://psi.oasis-open.org/iso/3166/#158>,
        <http://sws.geonames.org/1668284/> .

<http://lexvo.org/id/iso3166/US> a lvont:GeographicRegion ;
    rdfs:label "United States"@aa,
        "Verenigde State van Amerika"@af,
        "USA"@agq,
        "Amɛrika"@ak,
        "ዩናይትድ ስቴትስ"@am,
        "الولايات المتحدة"@ar,
        "যুক্তৰাষ্ট্ৰ"@as,
        "Marekani"@asa,
        "Estaos Xuníos"@ast,
        "Amerika Birləşmiş Ştatları"@az,
        "Америка Бирләшмиш Штатлары"@az-Cyrl,
        "Àdnà i Bilɔ̀ŋ bi Amerkà"@bas,
        "Злучаныя Штаты"@be,
        "Humalekani"@bez,
        "САЩ"@bg,
        "Ameriki"@bm,
        "মার্কিন যুক্তরাষ্ট্র"@bn,
        "ཨ་མེ་རི་ཀ་"@bo,
        "Stadoù-Unanet"@br,
        "संयुक्त राज्य अमरिका"@brx,
        "Sjedinjene Američke Države"@bs,
        "Сједињене Америчке Државе"@bs-Cyrl,
        "አሜሪካ"@byn,
        "Estats Units"@ca,
        "Amerika"@cgg,
        "ᎠᎹᏰᏟ"@chr,
        "美国"@cmn,
        "美國"@cmn-Hant,
        "Spojené státy"@cs,
        "yr Unol Daleithiau"@cy,
        "USA"@da,
        "Marekani"@dav,
        "Vereinigte Staaten"@de,
        "Ameriki Laabu Margantey"@dje,
        "ཡུ་ཨེས་ཨེ"@dz,
        "Marekani"@ebu,
        "USA nutome"@ee,
        "Ηνωμένες Πολιτείες της Αμερικής"@el,
        "ISO 3166-1:US"@en,
        "United States"@en,
        "𐐏𐐭𐑌𐐴𐐻𐐲𐐼 𐐝𐐻𐐩𐐻𐑅"@en-Dsrt,
        "Usono"@eo,
        "Estados Unidos"@es,
        "Ameerika Ühendriigid"@et,
        "Ameriketako Estatu Batuak"@eu,
        "Ǹnam Amɛrəkə"@ewo,
        "ایالات متحدهٔ امریکا"@fa,
        "Dowlaaji Dentuɗi Amerik"@ff,
        "Yhdysvallat"@fi,
        "Estados Unidos"@fil,
        "Sambandsríki Amerika"@fo,
        "États-Unis"@fr,
        "Stâts Unîts"@fur,
        "Stáit Aontaithe Mheiriceá"@ga,
        "Na Stàitean Aonaichte"@gd,
        "Estados Unidos de América"@gl,
        "Veräinigti Schtaate"@gsw,
        "સંયુકત રાજ્ય/ અમેરિકા"@gu,
        "Marekani"@guz,
        "Amurka"@ha,
        "ʻAmelika Hui Pū ʻIa"@haw,
        "ארצות הברית"@he,
        "संयुक्त राज्य अमेरिका"@hi,
        "Sjedinjene Države"@hr,
        "Egyesült Államok"@hu,
        "Ամէրիկայի Միացյալ Նահանգնէր"@hy,
        "Statos Unite"@ia,
        "Amerika Serikat"@id,
        "ꂰꇩ"@ii,
        "Bandaríkin"@is,
        "Stati Uniti"@it,
        "アメリカ"@ja,
        "Marekani"@jmc,
        "ამერიკის შეერთებული შტატები"@ka,
        "WDM"@kab,
        "Marekani"@kam,
        "Malekani"@kde,
        "Stadus Unidos di Merka"@kea,
        "Ameriki Laabu Margantey"@khq,
        "Amerika"@ki,
        "АҚШ"@kk,
        "Naalagaaffeqatigiit"@kl,
        "Emetab amerika"@kln,
        "សហរដ្ឋអាមេរិក"@km,
        "ಅಮೇರಿಕಾ ಸಂಯುಕ್ತ ಸಂಸ್ಥಾನ"@kn,
        "미국"@ko,
        "یوٗنایٹِڑ سِٹیٹِس"@ks,
        "Malekani"@ksb,
        "amɛrika"@ksf,
        "de Vereineschte Schtaate vun Ammärrika"@ksh,
        "Statys Unys"@kw,
        "Amerɨka"@lag,
        "Amerika"@lg,
        "Ameriki"@ln,
        "ສະຫະລັດ"@lo,
        "Jungtinės Valstijos"@lt,
        "Ameriki"@lu,
        "USA"@luo,
        "Marekani"@luy,
        "Amerikas Savienotās Valstis"@lv,
        "Marekani"@mas,
        "Amerika"@mer,
        "Lamerik"@mfe,
        "Etazonia"@mg,
        "Umarekani"@mgh,
        "Соединети Американски Држави"@mk,
        "അമേരിക്കൻ ഐക്യനാടുകൾ"@ml,
        "संयुक्त राज्ये /अमेरिका"@mr,
        "Stati Uniti"@mt,
        "Amerika"@mua,
        "ယူနိုက်တက်စတိတ်"@my,
        "Amerikab"@naq,
        "USA"@nb,
        "Amelika"@nd,
        "संयुक्त राज्य"@ne,
        "Verenigde Staten"@nl,
        "Amɛŕka"@nmg,
        "USA"@nn,
        "Amerika"@nyn,
        "United States"@om,
        "ଯୁକ୍ତ ରାଷ୍ଟ୍ର ଆମେରିକା"@or,
        "АИШ"@os,
        "Stany Zjednoczone"@pl,
        "Estados Unidos"@pt,
        "Stadis Unids da l'America"@rm,
        "Leta Zunze Ubumwe za Amerika"@rn,
        "Statele Unite ale Americii"@ro,
        "Marekani"@rof,
        "США"@ru,
        "Marekani"@rwk,
        "Marekani"@saq,
        "Malekani"@sbp,
        "Amerihká ovttastuvvan stáhtat"@se,
        "Estados Unidos"@seh,
        "Ameriki Laabu Margantey"@ses,
        "ÂLeaa-Ôko tî Amerika"@sg,
        "ⵉⵡⵓⵏⴰⴽ ⵎⵓⵏⵏⵉⵏ ⵏ ⵎⵉⵔⵉⴽⴰⵏ"@shi,
        "iwunak munnin n mirikan"@shi-Latn,
        "එක්සත් ජනපදය"@si,
        "Spojené štáty"@sk,
        "Združene države Amerike"@sl,
        "Amerika"@sn,
        "Maraykanka"@so,
        "Shtetet e Bashkuara të Amerikës"@sq,
        "Сједињене Америчке Државе"@sr,
        "Sjedinjene Američke Države"@sr-Latn,
        "USA"@sv,
        "Marekani"@swc,
        "Marekani"@swh,
        "ஐக்கிய அமெரிக்க குடியரசு"@ta,
        "సంయుక్త రాజ్య అమెరికా"@te,
        "Marekani"@teo,
        "สหรัฐอเมริกา"@th,
        "አሜሪካ"@ti,
        "አሜሪካ"@tig,
        "Puleʻanga fakatahataha ʻAmelika"@to,
        "ABD"@tr,
        "Ameriki Laabu Margantey"@twq,
        "Iwunak Idduklen n Amirika"@tzm,
        "США"@uk,
        "ریاستہائے متحدہ"@ur,
        "Қўшма Штатлар"@uzn,
        "Qoʻshma Shtatlar"@uzn-Latn,
        "ꕶꕱ"@vai,
        "Poo"@vai-Latn,
        "Hoa Kỳ"@vi,
        "Marekani"@vun,
        "Amerika"@wae,
        "አሜሪካ"@wal,
        "Amerika"@xog,
        "amálíka"@yav,
        "Orílẹ́ède Orilẹede Amerika"@yo,
        "Amerika Syarikat"@zsm,
        "i-United States"@zu ;
    lvont:label <http://lexvo.org/id/term/aar/United%20States>,
        <http://lexvo.org/id/term/afr/Verenigde%20State%20van%20Amerika>,
        <http://lexvo.org/id/term/agq/USA>,
        <http://lexvo.org/id/term/aka/Am%C9%9Brika>,
        <http://lexvo.org/id/term/amh/%E1%8B%A9%E1%8A%93%E1%8B%AD%E1%89%B5%E1%8B%B5%20%E1%88%B5%E1%89%B4%E1%89%B5%E1%88%B5>,
        <http://lexvo.org/id/term/ara/%D8%A7%D9%84%D9%88%D9%84%D8%A7%D9%8A%D8%A7%D8%AA%20%D8%A7%D9%84%D9%85%D8%AA%D8%AD%D8%AF%D8%A9>,
        <http://lexvo.org/id/term/asa/Marekani>,
        <http://lexvo.org/id/term/asm/%E0%A6%AF%E0%A7%81%E0%A6%95%E0%A7%8D%E0%A6%A4%E0%A7%B0%E0%A6%BE%E0%A6%B7%E0%A7%8D%E0%A6%9F%E0%A7%8D%E0%A7%B0>,
        <http://lexvo.org/id/term/ast/Estaos%20Xun%C3%ADos>,
        <http://lexvo.org/id/term/aze-Cyrl/%D0%90%D0%BC%D0%B5%D1%80%D0%B8%D0%BA%D0%B0%20%D0%91%D0%B8%D1%80%D0%BB%D3%99%D1%88%D0%BC%D0%B8%D1%88%20%D0%A8%D1%82%D0%B0%D1%82%D0%BB%D0%B0%D1%80%D1%8B>,
        <http://lexvo.org/id/term/aze/Amerika%20Birl%C9%99%C5%9Fmi%C5%9F%20%C5%9Etatlar%C4%B1>,
        <http://lexvo.org/id/term/bam/Ameriki>,
        <http://lexvo.org/id/term/bas/%C3%80dn%C3%A0%20i%20Bil%C9%94%CC%80%C5%8B%20bi%20Amerk%C3%A0>,
        <http://lexvo.org/id/term/bel/%D0%97%D0%BB%D1%83%D1%87%D0%B0%D0%BD%D1%8B%D1%8F%20%D0%A8%D1%82%D0%B0%D1%82%D1%8B>,
        <http://lexvo.org/id/term/ben/%E0%A6%AE%E0%A6%BE%E0%A6%B0%E0%A7%8D%E0%A6%95%E0%A6%BF%E0%A6%A8%20%E0%A6%AF%E0%A7%81%E0%A6%95%E0%A7%8D%E0%A6%A4%E0%A6%B0%E0%A6%BE%E0%A6%B7%E0%A7%8D%E0%A6%9F%E0%A7%8D%E0%A6%B0>,
        <http://lexvo.org/id/term/bez/Humalekani>,
        <http://lexvo.org/id/term/bod/%E0%BD%A8%E0%BC%8B%E0%BD%98%E0%BD%BA%E0%BC%8B%E0%BD%A2%E0%BD%B2%E0%BC%8B%E0%BD%80%E0%BC%8B>,
        <http://lexvo.org/id/term/bos-Cyrl/%D0%A1%D1%98%D0%B5%D0%B4%D0%B8%D1%9A%D0%B5%D0%BD%D0%B5%20%D0%90%D0%BC%D0%B5%D1%80%D0%B8%D1%87%D0%BA%D0%B5%20%D0%94%D1%80%D0%B6%D0%B0%D0%B2%D0%B5>,
        <http://lexvo.org/id/term/bos/Sjedinjene%20Ameri%C4%8Dke%20Dr%C5%BEave>,
        <http://lexvo.org/id/term/bre/Stado%C3%B9-Unanet>,
        <http://lexvo.org/id/term/brx/%E0%A4%B8%E0%A4%82%E0%A4%AF%E0%A5%81%E0%A4%95%E0%A5%8D%E0%A4%A4%20%E0%A4%B0%E0%A4%BE%E0%A4%9C%E0%A5%8D%E0%A4%AF%20%E0%A4%85%E0%A4%AE%E0%A4%B0%E0%A4%BF%E0%A4%95%E0%A4%BE>,
        <http://lexvo.org/id/term/bul/%D0%A1%D0%90%D0%A9>,
        <http://lexvo.org/id/term/byn/%E1%8A%A0%E1%88%9C%E1%88%AA%E1%8A%AB>,
        <http://lexvo.org/id/term/cat/Estats%20Units>,
        <http://lexvo.org/id/term/ces/Spojen%C3%A9%20st%C3%A1ty>,
        <http://lexvo.org/id/term/cgg/Amerika>,
        <http://lexvo.org/id/term/chr/%E1%8E%A0%E1%8E%B9%E1%8F%B0%E1%8F%9F>,
        <http://lexvo.org/id/term/cmn-Hant/%E7%BE%8E%E5%9C%8B>,
        <http://lexvo.org/id/term/cmn/%E7%BE%8E%E5%9B%BD>,
        <http://lexvo.org/id/term/cor/Statys%20Unys>,
        <http://lexvo.org/id/term/cym/yr%20Unol%20Daleithiau>,
        <http://lexvo.org/id/term/dan/USA>,
        <http://lexvo.org/id/term/dav/Marekani>,
        <http://lexvo.org/id/term/deu/Vereinigte%20Staaten>,
        <http://lexvo.org/id/term/dje/Ameriki%20Laabu%20Margantey>,
        <http://lexvo.org/id/term/dzo/%E0%BD%A1%E0%BD%B4%E0%BC%8B%E0%BD%A8%E0%BD%BA%E0%BD%A6%E0%BC%8B%E0%BD%A8%E0%BD%BA>,
        <http://lexvo.org/id/term/ebu/Marekani>,
        <http://lexvo.org/id/term/ell/%CE%97%CE%BD%CF%89%CE%BC%CE%AD%CE%BD%CE%B5%CF%82%20%CE%A0%CE%BF%CE%BB%CE%B9%CF%84%CE%B5%CE%AF%CE%B5%CF%82%20%CF%84%CE%B7%CF%82%20%CE%91%CE%BC%CE%B5%CF%81%CE%B9%CE%BA%CE%AE%CF%82>,
        <http://lexvo.org/id/term/eng-Dsrt/%F0%90%90%8F%F0%90%90%AD%F0%90%91%8C%F0%90%90%B4%F0%90%90%BB%F0%90%90%B2%F0%90%90%BC%20%F0%90%90%9D%F0%90%90%BB%F0%90%90%A9%F0%90%90%BB%F0%90%91%85>,
        <http://lexvo.org/id/term/eng/ISO%203166-1%3AUS>,
        <http://lexvo.org/id/term/eng/United%20States>,
        <http://lexvo.org/id/term/epo/Usono>,
        <http://lexvo.org/id/term/est/Ameerika%20%C3%9Chendriigid>,
        <http://lexvo.org/id/term/eus/Ameriketako%20Estatu%20Batuak>,
        <http://lexvo.org/id/term/ewe/USA%20nutome>,
        <http://lexvo.org/id/term/ewo/%C7%B8nam%20Am%C9%9Br%C9%99k%C9%99>,
        <http://lexvo.org/id/term/fao/Sambandsr%C3%ADki%20Amerika>,
        <http://lexvo.org/id/term/fas/%D8%A7%DB%8C%D8%A7%D9%84%D8%A7%D8%AA%20%D9%85%D8%AA%D8%AD%D8%AF%D9%87%D9%94%20%D8%A7%D9%85%D8%B1%DB%8C%DA%A9%D8%A7>,
        <http://lexvo.org/id/term/fil/Estados%20Unidos>,
        <http://lexvo.org/id/term/fin/Yhdysvallat>,
        <http://lexvo.org/id/term/fra/%C3%89tats-Unis>,
        <http://lexvo.org/id/term/ful/Dowlaaji%20Dentu%C9%97i%20Amerik>,
        <http://lexvo.org/id/term/fur/St%C3%A2ts%20Un%C3%AEts>,
        <http://lexvo.org/id/term/gla/Na%20St%C3%A0itean%20Aonaichte>,
        <http://lexvo.org/id/term/gle/St%C3%A1it%20Aontaithe%20Mheirice%C3%A1>,
        <http://lexvo.org/id/term/glg/Estados%20Unidos%20de%20Am%C3%A9rica>,
        <http://lexvo.org/id/term/gsw/Ver%C3%A4inigti%20Schtaate>,
        <http://lexvo.org/id/term/guj/%E0%AA%B8%E0%AA%82%E0%AA%AF%E0%AB%81%E0%AA%95%E0%AA%A4%20%E0%AA%B0%E0%AA%BE%E0%AA%9C%E0%AB%8D%E0%AA%AF%2F%20%E0%AA%85%E0%AA%AE%E0%AB%87%E0%AA%B0%E0%AA%BF%E0%AA%95%E0%AA%BE>,
        <http://lexvo.org/id/term/guz/Marekani>,
        <http://lexvo.org/id/term/hau/Amurka>,
        <http://lexvo.org/id/term/haw/%CA%BBAmelika%20Hui%20P%C5%AB%20%CA%BBIa>,
        <http://lexvo.org/id/term/heb/%D7%90%D7%A8%D7%A6%D7%95%D7%AA%20%D7%94%D7%91%D7%A8%D7%99%D7%AA>,
        <http://lexvo.org/id/term/hin/%E0%A4%B8%E0%A4%82%E0%A4%AF%E0%A5%81%E0%A4%95%E0%A5%8D%E0%A4%A4%20%E0%A4%B0%E0%A4%BE%E0%A4%9C%E0%A5%8D%E0%A4%AF%20%E0%A4%85%E0%A4%AE%E0%A5%87%E0%A4%B0%E0%A4%BF%E0%A4%95%E0%A4%BE>,
        <http://lexvo.org/id/term/hrv/Sjedinjene%20Dr%C5%BEave>,
        <http://lexvo.org/id/term/hun/Egyes%C3%BClt%20%C3%81llamok>,
        <http://lexvo.org/id/term/hye/%D4%B1%D5%B4%D5%A7%D6%80%D5%AB%D5%AF%D5%A1%D5%B5%D5%AB%20%D5%84%D5%AB%D5%A1%D6%81%D5%B5%D5%A1%D5%AC%20%D5%86%D5%A1%D5%B0%D5%A1%D5%B6%D5%A3%D5%B6%D5%A7%D6%80>,
        <http://lexvo.org/id/term/iii/%EA%82%B0%EA%87%A9>,
        <http://lexvo.org/id/term/ina/Statos%20Unite>,
        <http://lexvo.org/id/term/ind/Amerika%20Serikat>,
        <http://lexvo.org/id/term/isl/Bandar%C3%ADkin>,
        <http://lexvo.org/id/term/ita/Stati%20Uniti>,
        <http://lexvo.org/id/term/jmc/Marekani>,
        <http://lexvo.org/id/term/jpn/%E3%82%A2%E3%83%A1%E3%83%AA%E3%82%AB>,
        <http://lexvo.org/id/term/kab/WDM>,
        <http://lexvo.org/id/term/kal/Naalagaaffeqatigiit>,
        <http://lexvo.org/id/term/kam/Marekani>,
        <http://lexvo.org/id/term/kan/%E0%B2%85%E0%B2%AE%E0%B3%87%E0%B2%B0%E0%B2%BF%E0%B2%95%E0%B2%BE%20%E0%B2%B8%E0%B2%82%E0%B2%AF%E0%B3%81%E0%B2%95%E0%B3%8D%E0%B2%A4%20%E0%B2%B8%E0%B2%82%E0%B2%B8%E0%B3%8D%E0%B2%A5%E0%B2%BE%E0%B2%A8>,
        <http://lexvo.org/id/term/kas/%DB%8C%D9%88%D9%97%D9%86%D8%A7%DB%8C%D9%B9%D9%90%DA%91%20%D8%B3%D9%90%D9%B9%DB%8C%D9%B9%D9%90%D8%B3>,
        <http://lexvo.org/id/term/kat/%E1%83%90%E1%83%9B%E1%83%94%E1%83%A0%E1%83%98%E1%83%99%E1%83%98%E1%83%A1%20%E1%83%A8%E1%83%94%E1%83%94%E1%83%A0%E1%83%97%E1%83%94%E1%83%91%E1%83%A3%E1%83%9A%E1%83%98%20%E1%83%A8%E1%83%A2%E1%83%90%E1%83%A2%E1%83%94%E1%83%91%E1%83%98>,
        <http://lexvo.org/id/term/kaz/%D0%90%D2%9A%D0%A8>,
        <http://lexvo.org/id/term/kde/Malekani>,
        <http://lexvo.org/id/term/kea/Stadus%20Unidos%20di%20Merka>,
        <http://lexvo.org/id/term/khm/%E1%9E%9F%E1%9E%A0%E1%9E%9A%E1%9E%8A%E1%9F%92%E1%9E%8B%E1%9E%A2%E1%9E%B6%E1%9E%98%E1%9F%81%E1%9E%9A%E1%9E%B7%E1%9E%80>,
        <http://lexvo.org/id/term/khq/Ameriki%20Laabu%20Margantey>,
        <http://lexvo.org/id/term/kik/Amerika>,
        <http://lexvo.org/id/term/kln/Emetab%20amerika>,
        <http://lexvo.org/id/term/kor/%EB%AF%B8%EA%B5%AD>,
        <http://lexvo.org/id/term/ksb/Malekani>,
        <http://lexvo.org/id/term/ksf/am%C9%9Brika>,
        <http://lexvo.org/id/term/ksh/de%20Vereineschte%20Schtaate%20vun%20Amm%C3%A4rrika>,
        <http://lexvo.org/id/term/lag/Amer%C9%A8ka>,
        <http://lexvo.org/id/term/lao/%E0%BA%AA%E0%BA%B0%E0%BA%AB%E0%BA%B0%E0%BA%A5%E0%BA%B1%E0%BA%94>,
        <http://lexvo.org/id/term/lav/Amerikas%20Savienot%C4%81s%20Valstis>,
        <http://lexvo.org/id/term/lin/Ameriki>,
        <http://lexvo.org/id/term/lit/Jungtin%C4%97s%20Valstijos>,
        <http://lexvo.org/id/term/lub/Ameriki>,
        <http://lexvo.org/id/term/lug/Amerika>,
        <http://lexvo.org/id/term/luo/USA>,
        <http://lexvo.org/id/term/luy/Marekani>,
        <http://lexvo.org/id/term/mal/%E0%B4%85%E0%B4%AE%E0%B5%87%E0%B4%B0%E0%B4%BF%E0%B4%95%E0%B5%8D%E0%B4%95%E0%B5%BB%20%E0%B4%90%E0%B4%95%E0%B5%8D%E0%B4%AF%E0%B4%A8%E0%B4%BE%E0%B4%9F%E0%B5%81%E0%B4%95%E0%B5%BE>,
        <http://lexvo.org/id/term/mar/%E0%A4%B8%E0%A4%82%E0%A4%AF%E0%A5%81%E0%A4%95%E0%A5%8D%E0%A4%A4%20%E0%A4%B0%E0%A4%BE%E0%A4%9C%E0%A5%8D%E0%A4%AF%E0%A5%87%20%2F%E0%A4%85%E0%A4%AE%E0%A5%87%E0%A4%B0%E0%A4%BF%E0%A4%95%E0%A4%BE>,
        <http://lexvo.org/id/term/mas/Marekani>,
        <http://lexvo.org/id/term/mer/Amerika>,
        <http://lexvo.org/id/term/mfe/Lamerik>,
        <http://lexvo.org/id/term/mgh/Umarekani>,
        <http://lexvo.org/id/term/mkd/%D0%A1%D0%BE%D0%B5%D0%B4%D0%B8%D0%BD%D0%B5%D1%82%D0%B8%20%D0%90%D0%BC%D0%B5%D1%80%D0%B8%D0%BA%D0%B0%D0%BD%D1%81%D0%BA%D0%B8%20%D0%94%D1%80%D0%B6%D0%B0%D0%B2%D0%B8>,
        <http://lexvo.org/id/term/mlg/Etazonia>,
        <http://lexvo.org/id/term/mlt/Stati%20Uniti>,
        <http://lexvo.org/id/term/mua/Amerika>,
        <http://lexvo.org/id/term/mya/%E1%80%9A%E1%80%B0%E1%80%94%E1%80%AD%E1%80%AF%E1%80%80%E1%80%BA%E1%80%90%E1%80%80%E1%80%BA%E1%80%85%E1%80%90%E1%80%AD%E1%80%90%E1%80%BA>,
        <http://lexvo.org/id/term/naq/Amerikab>,
        <http://lexvo.org/id/term/nde/Amelika>,
        <http://lexvo.org/id/term/nep/%E0%A4%B8%E0%A4%82%E0%A4%AF%E0%A5%81%E0%A4%95%E0%A5%8D%E0%A4%A4%20%E0%A4%B0%E0%A4%BE%E0%A4%9C%E0%A5%8D%E0%A4%AF>,
        <http://lexvo.org/id/term/nld/Verenigde%20Staten>,
        <http://lexvo.org/id/term/nmg/Am%C9%9B%C5%95ka>,
        <http://lexvo.org/id/term/nno/USA>,
        <http://lexvo.org/id/term/nob/USA>,
        <http://lexvo.org/id/term/nyn/Amerika>,
        <http://lexvo.org/id/term/ori/%E0%AC%AF%E0%AD%81%E0%AC%95%E0%AD%8D%E0%AC%A4%20%E0%AC%B0%E0%AC%BE%E0%AC%B7%E0%AD%8D%E0%AC%9F%E0%AD%8D%E0%AC%B0%20%E0%AC%86%E0%AC%AE%E0%AD%87%E0%AC%B0%E0%AC%BF%E0%AC%95%E0%AC%BE>,
        <http://lexvo.org/id/term/orm/United%20States>,
        <http://lexvo.org/id/term/oss/%D0%90%D0%98%D0%A8>,
        <http://lexvo.org/id/term/pol/Stany%20Zjednoczone>,
        <http://lexvo.org/id/term/por/Estados%20Unidos>,
        <http://lexvo.org/id/term/rof/Marekani>,
        <http://lexvo.org/id/term/roh/Stadis%20Unids%20da%20l'America>,
        <http://lexvo.org/id/term/ron/Statele%20Unite%20ale%20Americii>,
        <http://lexvo.org/id/term/run/Leta%20Zunze%20Ubumwe%20za%20Amerika>,
        <http://lexvo.org/id/term/rus/%D0%A1%D0%A8%D0%90>,
        <http://lexvo.org/id/term/rwk/Marekani>,
        <http://lexvo.org/id/term/sag/%C3%82Leaa-%C3%94ko%20t%C3%AE%20Amerika>,
        <http://lexvo.org/id/term/saq/Marekani>,
        <http://lexvo.org/id/term/sbp/Malekani>,
        <http://lexvo.org/id/term/seh/Estados%20Unidos>,
        <http://lexvo.org/id/term/ses/Ameriki%20Laabu%20Margantey>,
        <http://lexvo.org/id/term/shi-Latn/iwunak%20munnin%20n%20mirikan>,
        <http://lexvo.org/id/term/shi/%E2%B5%89%E2%B5%A1%E2%B5%93%E2%B5%8F%E2%B4%B0%E2%B4%BD%20%E2%B5%8E%E2%B5%93%E2%B5%8F%E2%B5%8F%E2%B5%89%E2%B5%8F%20%E2%B5%8F%20%E2%B5%8E%E2%B5%89%E2%B5%94%E2%B5%89%E2%B4%BD%E2%B4%B0%E2%B5%8F>,
        <http://lexvo.org/id/term/sin/%E0%B6%91%E0%B6%9A%E0%B7%8A%E0%B7%83%E0%B6%AD%E0%B7%8A%20%E0%B6%A2%E0%B6%B1%E0%B6%B4%E0%B6%AF%E0%B6%BA>,
        <http://lexvo.org/id/term/slk/Spojen%C3%A9%20%C5%A1t%C3%A1ty>,
        <http://lexvo.org/id/term/slv/Zdru%C5%BEene%20dr%C5%BEave%20Amerike>,
        <http://lexvo.org/id/term/sme/Amerihk%C3%A1%20ovttastuvvan%20st%C3%A1htat>,
        <http://lexvo.org/id/term/sna/Amerika>,
        <http://lexvo.org/id/term/som/Maraykanka>,
        <http://lexvo.org/id/term/spa/Estados%20Unidos>,
        <http://lexvo.org/id/term/sqi/Shtetet%20e%20Bashkuara%20t%C3%AB%20Amerik%C3%ABs>,
        <http://lexvo.org/id/term/srp-Latn/Sjedinjene%20Ameri%C4%8Dke%20Dr%C5%BEave>,
        <http://lexvo.org/id/term/srp/%D0%A1%D1%98%D0%B5%D0%B4%D0%B8%D1%9A%D0%B5%D0%BD%D0%B5%20%D0%90%D0%BC%D0%B5%D1%80%D0%B8%D1%87%D0%BA%D0%B5%20%D0%94%D1%80%D0%B6%D0%B0%D0%B2%D0%B5>,
        <http://lexvo.org/id/term/swc/Marekani>,
        <http://lexvo.org/id/term/swe/USA>,
        <http://lexvo.org/id/term/swh/Marekani>,
        <http://lexvo.org/id/term/tam/%E0%AE%90%E0%AE%95%E0%AF%8D%E0%AE%95%E0%AE%BF%E0%AE%AF%20%E0%AE%85%E0%AE%AE%E0%AF%86%E0%AE%B0%E0%AE%BF%E0%AE%95%E0%AF%8D%E0%AE%95%20%E0%AE%95%E0%AF%81%E0%AE%9F%E0%AE%BF%E0%AE%AF%E0%AE%B0%E0%AE%9A%E0%AF%81>,
        <http://lexvo.org/id/term/tel/%E0%B0%B8%E0%B0%82%E0%B0%AF%E0%B1%81%E0%B0%95%E0%B1%8D%E0%B0%A4%20%E0%B0%B0%E0%B0%BE%E0%B0%9C%E0%B1%8D%E0%B0%AF%20%E0%B0%85%E0%B0%AE%E0%B1%86%E0%B0%B0%E0%B0%BF%E0%B0%95%E0%B0%BE>,
        <http://lexvo.org/id/term/teo/Marekani>,
        <http://lexvo.org/id/term/tha/%E0%B8%AA%E0%B8%AB%E0%B8%A3%E0%B8%B1%E0%B8%90%E0%B8%AD%E0%B9%80%E0%B8%A1%E0%B8%A3%E0%B8%B4%E0%B8%81%E0%B8%B2>,
        <http://lexvo.org/id/term/tig/%E1%8A%A0%E1%88%9C%E1%88%AA%E1%8A%AB>,
        <http://lexvo.org/id/term/tir/%E1%8A%A0%E1%88%9C%E1%88%AA%E1%8A%AB>,
        <http://lexvo.org/id/term/ton/Pule%CA%BBanga%20fakatahataha%20%CA%BBAmelika>,
        <http://lexvo.org/id/term/tur/ABD>,
        <http://lexvo.org/id/term/twq/Ameriki%20Laabu%20Margantey>,
        <http://lexvo.org/id/term/tzm/Iwunak%20Idduklen%20n%20Amirika>,
        <http://lexvo.org/id/term/ukr/%D0%A1%D0%A8%D0%90>,
        <http://lexvo.org/id/term/urd/%D8%B1%DB%8C%D8%A7%D8%B3%D8%AA%DB%81%D8%A7%D8%A6%DB%92%20%D9%85%D8%AA%D8%AD%D8%AF%DB%81>,
        <http://lexvo.org/id/term/uzn-Latn/Qo%CA%BBshma%20Shtatlar>,
        <http://lexvo.org/id/term/uzn/%D2%9A%D1%9E%D1%88%D0%BC%D0%B0%20%D0%A8%D1%82%D0%B0%D1%82%D0%BB%D0%B0%D1%80>,
        <http://lexvo.org/id/term/vai-Latn/Poo>,
        <http://lexvo.org/id/term/vai/%EA%95%B6%EA%95%B1>,
        <http://lexvo.org/id/term/vie/Hoa%20K%E1%BB%B3>,
        <http://lexvo.org/id/term/vun/Marekani>,
        <http://lexvo.org/id/term/wae/Amerika>,
        <http://lexvo.org/id/term/wal/%E1%8A%A0%E1%88%9C%E1%88%AA%E1%8A%AB>,
        <http://lexvo.org/id/term/xog/Amerika>,
        <http://lexvo.org/id/term/yav/am%C3%A1l%C3%ADka>,
        <http://lexvo.org/id/term/yor/Or%C3%ADl%E1%BA%B9%CC%81%C3%A8de%20Oril%E1%BA%B9ede%20Amerika>,
        <http://lexvo.org/id/term/zsm/Amerika%20Syarikat>,
        <http://lexvo.org/id/term/zul/i-United%20States> ;
    owl:sameAs <http://lexvo.org/id/wordnet/30/noun/united_states_1_15_00>,
        <http://psi.oasis-open.org/iso/3166/#840>,
        <http://sws.geonames.org/6252001/> .

<http://lexvo.org/id/iso3166/VA> a lvont:GeographicRegion ;
    rdfs:label "Vatikaan"@af,
        "Vatikàn Sɨ̀tɛ̂"@agq,
        "Vatican Man"@ak,
        "ቫቲካን ከተማ"@am,
        "الفاتيكان"@ar,
        "Vatikani"@asa,
        "Ciudá del Vaticanu"@ast,
        "Vatikan"@az,
        "Vàtìkâŋ"@bas,
        "Ватыкан"@be,
        "Huvatikani"@bez,
        "Свещено море [Ватиканска държава]"@bg,
        "Vatikaŋ"@bm,
        "ভ্যাটিকান সিটি"@bn,
        "ཝེ་ཊི་ཀན།"@bo,
        "Vatikan"@br,
        "वैटिकन"@brx,
        "Vatikan"@bs,
        "Ватикан"@bs-Cyrl,
        "Vaticà"@ca,
        "Vatikani"@cgg,
        "梵蒂冈"@cmn,
        "梵蒂岡"@cmn-Hant,
        "Vatikán"@cs,
        "y Fatican"@cy,
        "Vatikanstaten"@da,
        "Vatikani"@dav,
        "Vatikanstadt"@de,
        "Vaatikan Laama"@dje,
        "བ་ཊི་ཀཱན་ སི་ཊི"@dz,
        "Vatikani"@ebu,
        "Vatikandu nutome"@ee,
        "Βατικανό"@el,
        "ISO 3166-1:VA"@en,
        "Vatican City"@en,
        "𐐚𐐰𐐼𐐲𐐿𐐲𐑌"@en-Dsrt,
        "Vatikano"@eo,
        "Ciudad del Vaticano"@es,
        "Vatikan"@et,
        "Vatikano Hiria"@eu,
        "Ǹnam Vatikán"@ewo,
        "واتیکان"@fa,
        "Dowla Waticaan"@ff,
        "Vatikaani"@fi,
        "Vatican City"@fil,
        "Vatikan"@fo,
        "État de la Cité du Vatican"@fr,
        "Vatican"@fur,
        "An Vatacáin"@ga,
        "Cathair na Bhatacain"@gd,
        "Cidade do Vaticano"@gl,
        "Vatikanstadt"@gsw,
        "વેટિકન"@gu,
        "Vatikani"@guz,
        "Batikan"@ha,
        "הוותיקן"@he,
        "वैटिकन"@hi,
        "Grad Vatikan"@hr,
        "Vatikán"@hu,
        "Վատիկան"@hy,
        "Vatikan"@id,
        "Páfagarður"@is,
        "Città del Vaticano"@it,
        "バチカン市国"@ja,
        "Vatikani"@jmc,
        "ვატიკანი"@ka,
        "Awanek n Vatikan"@kab,
        "Vatikani"@kam,
        "Vatikani"@kde,
        "Vatikanu"@kea,
        "Vaatikan Laama"@khq,
        "Vatikani"@ki,
        "Vatikani"@kl,
        "Emetab Vatican"@kln,
        "វ៉ាទីកង់"@km,
        "ವ್ಯಾಟಿಕನ್"@kn,
        "바티칸"@ko,
        "ویٹِکَن سِٹی"@ks,
        "Vatikani"@ksb,
        "watikáŋ"@ksf,
        "der Vattikahn"@ksh,
        "Vatikáani"@lag,
        "Vatikaani"@lg,
        "Vatiká"@ln,
        "ວາຕີແຄນ"@lo,
        "Vatikanas"@lt,
        "Nvatika"@lu,
        "Vatican State"@luo,
        "Vatikani"@luy,
        "Vatikāns"@lv,
        "Vatikani"@mas,
        "Vatikani"@mer,
        "Lata Vatikan"@mfe,
        "Firenen'i Vatikana"@mg,
        "Uvatikani"@mgh,
        "Ватикан"@mk,
        "വത്തിക്കാൻ"@ml,
        "व्हॅटिकन"@mr,
        "Vatikan"@mt,
        "Vaticaŋ"@mua,
        "ဗာတီကန်"@my,
        "Vatican State"@naq,
        "Vatikanstaten"@nb,
        "Vatican State"@nd,
        "भेटिकन सिटी"@ne,
        "Vaticaanstad"@nl,
        "Vatikaŋ"@nmg,
        "Vatikanstaten"@nn,
        "Vatikani"@nyn,
        "ଭାଟିକାନ୍"@or,
        "Watykan"@pl,
        "Vaticano"@pt,
        "Citad dal Vatican"@rm,
        "Umurwa wa Vatikani"@rn,
        "Vatican"@ro,
        "Vatikani"@rof,
        "Ватикан"@ru,
        "Vatikani"@rwk,
        "Vatikani"@saq,
        "Vatikani"@sbp,
        "Vatikána"@se,
        "Vaticano"@seh,
        "Vaatikan Laama"@ses,
        "Letëe tî Vatikäan"@sg,
        "ⴰⵡⴰⵏⴽ ⵏ ⴼⴰⵜⵉⴽⴰⵏ"@shi,
        "awank n fatikan"@shi-Latn,
        "වෙටිකන් සිටි"@si,
        "Vatikán"@sk,
        "Vatikan"@sl,
        "Vatican State"@sn,
        "Faatikaan"@so,
        "Vatikan"@sq,
        "Ватикан"@sr,
        "Vatikan"@sr-Latn,
        "Vatikanstaten"@sv,
        "Vatikani"@swc,
        "Vatikani"@swh,
        "வாடிகன் நகரம்"@ta,
        "వేటికెన్"@te,
        "Vatikani"@teo,
        "นครรัฐวาติกัน"@th,
        "ቫቲካን"@ti,
        "Vatikani"@to,
        "Vatikan"@tr,
        "Vaatikan Laama"@twq,
        "Awank iɣrem n Vatikan"@tzm,
        "Ватикан"@uk,
        "واٹیکن سٹی"@ur,
        "Vatikaŋ Ɓoloe"@vai-Latn,
        "Va-ti-căng"@vi,
        "Vatikani"@vun,
        "Vatikan"@wae,
        "Vatikaani"@xog,
        "fatikáaŋ"@yav,
        "Orílẹ́ède Fatikani"@yo,
        "Kota Vatican"@zsm,
        "i-Vatican City"@zu ;
    lvont:label <http://lexvo.org/id/term/afr/Vatikaan>,
        <http://lexvo.org/id/term/agq/Vatik%C3%A0n%20S%C9%A8%CC%80t%C9%9B%CC%82>,
        <http://lexvo.org/id/term/aka/Vatican%20Man>,
        <http://lexvo.org/id/term/amh/%E1%89%AB%E1%89%B2%E1%8A%AB%E1%8A%95%20%E1%8A%A8%E1%89%B0%E1%88%9B>,
        <http://lexvo.org/id/term/ara/%D8%A7%D9%84%D9%81%D8%A7%D8%AA%D9%8A%D9%83%D8%A7%D9%86>,
        <http://lexvo.org/id/term/asa/Vatikani>,
        <http://lexvo.org/id/term/ast/Ciud%C3%A1%20del%20Vaticanu>,
        <http://lexvo.org/id/term/aze/Vatikan>,
        <http://lexvo.org/id/term/bam/Vatika%C5%8B>,
        <http://lexvo.org/id/term/bas/V%C3%A0t%C3%ACk%C3%A2%C5%8B>,
        <http://lexvo.org/id/term/bel/%D0%92%D0%B0%D1%82%D1%8B%D0%BA%D0%B0%D0%BD>,
        <http://lexvo.org/id/term/ben/%E0%A6%AD%E0%A7%8D%E0%A6%AF%E0%A6%BE%E0%A6%9F%E0%A6%BF%E0%A6%95%E0%A6%BE%E0%A6%A8%20%E0%A6%B8%E0%A6%BF%E0%A6%9F%E0%A6%BF>,
        <http://lexvo.org/id/term/bez/Huvatikani>,
        <http://lexvo.org/id/term/bod/%E0%BD%9D%E0%BD%BA%E0%BC%8B%E0%BD%8A%E0%BD%B2%E0%BC%8B%E0%BD%80%E0%BD%93%E0%BC%8D>,
        <http://lexvo.org/id/term/bos-Cyrl/%D0%92%D0%B0%D1%82%D0%B8%D0%BA%D0%B0%D0%BD>,
        <http://lexvo.org/id/term/bos/Vatikan>,
        <http://lexvo.org/id/term/bre/Vatikan>,
        <http://lexvo.org/id/term/brx/%E0%A4%B5%E0%A5%88%E0%A4%9F%E0%A4%BF%E0%A4%95%E0%A4%A8>,
        <http://lexvo.org/id/term/bul/%D0%A1%D0%B2%D0%B5%D1%89%D0%B5%D0%BD%D0%BE%20%D0%BC%D0%BE%D1%80%D0%B5%20%5B%D0%92%D0%B0%D1%82%D0%B8%D0%BA%D0%B0%D0%BD%D1%81%D0%BA%D0%B0%20%D0%B4%D1%8A%D1%80%D0%B6%D0%B0%D0%B2%D0%B0%5D>,
        <http://lexvo.org/id/term/cat/Vatic%C3%A0>,
        <http://lexvo.org/id/term/ces/Vatik%C3%A1n>,
        <http://lexvo.org/id/term/cgg/Vatikani>,
        <http://lexvo.org/id/term/cmn-Hant/%E6%A2%B5%E8%92%82%E5%B2%A1>,
        <http://lexvo.org/id/term/cmn/%E6%A2%B5%E8%92%82%E5%86%88>,
        <http://lexvo.org/id/term/cym/y%20Fatican>,
        <http://lexvo.org/id/term/dan/Vatikanstaten>,
        <http://lexvo.org/id/term/dav/Vatikani>,
        <http://lexvo.org/id/term/deu/Vatikanstadt>,
        <http://lexvo.org/id/term/dje/Vaatikan%20Laama>,
        <http://lexvo.org/id/term/dzo/%E0%BD%96%E0%BC%8B%E0%BD%8A%E0%BD%B2%E0%BC%8B%E0%BD%80%E0%BD%B1%E0%BD%93%E0%BC%8B%20%E0%BD%A6%E0%BD%B2%E0%BC%8B%E0%BD%8A%E0%BD%B2>,
        <http://lexvo.org/id/term/ebu/Vatikani>,
        <http://lexvo.org/id/term/ell/%CE%92%CE%B1%CF%84%CE%B9%CE%BA%CE%B1%CE%BD%CF%8C>,
        <http://lexvo.org/id/term/eng-Dsrt/%F0%90%90%9A%F0%90%90%B0%F0%90%90%BC%F0%90%90%B2%F0%90%90%BF%F0%90%90%B2%F0%90%91%8C>,
        <http://lexvo.org/id/term/eng/ISO%203166-1%3AVA>,
        <http://lexvo.org/id/term/eng/Vatican%20City>,
        <http://lexvo.org/id/term/epo/Vatikano>,
        <http://lexvo.org/id/term/est/Vatikan>,
        <http://lexvo.org/id/term/eus/Vatikano%20Hiria>,
        <http://lexvo.org/id/term/ewe/Vatikandu%20nutome>,
        <http://lexvo.org/id/term/ewo/%C7%B8nam%20Vatik%C3%A1n>,
        <http://lexvo.org/id/term/fao/Vatikan>,
        <http://lexvo.org/id/term/fas/%D9%88%D8%A7%D8%AA%DB%8C%DA%A9%D8%A7%D9%86>,
        <http://lexvo.org/id/term/fil/Vatican%20City>,
        <http://lexvo.org/id/term/fin/Vatikaani>,
        <http://lexvo.org/id/term/fra/%C3%89tat%20de%20la%20Cit%C3%A9%20du%20Vatican>,
        <http://lexvo.org/id/term/ful/Dowla%20Waticaan>,
        <http://lexvo.org/id/term/fur/Vatican>,
        <http://lexvo.org/id/term/gla/Cathair%20na%20Bhatacain>,
        <http://lexvo.org/id/term/gle/An%20Vatac%C3%A1in>,
        <http://lexvo.org/id/term/glg/Cidade%20do%20Vaticano>,
        <http://lexvo.org/id/term/gsw/Vatikanstadt>,
        <http://lexvo.org/id/term/guj/%E0%AA%B5%E0%AB%87%E0%AA%9F%E0%AA%BF%E0%AA%95%E0%AA%A8>,
        <http://lexvo.org/id/term/guz/Vatikani>,
        <http://lexvo.org/id/term/hau/Batikan>,
        <http://lexvo.org/id/term/heb/%D7%94%D7%95%D7%95%D7%AA%D7%99%D7%A7%D7%9F>,
        <http://lexvo.org/id/term/hin/%E0%A4%B5%E0%A5%88%E0%A4%9F%E0%A4%BF%E0%A4%95%E0%A4%A8>,
        <http://lexvo.org/id/term/hrv/Grad%20Vatikan>,
        <http://lexvo.org/id/term/hun/Vatik%C3%A1n>,
        <http://lexvo.org/id/term/hye/%D5%8E%D5%A1%D5%BF%D5%AB%D5%AF%D5%A1%D5%B6>,
        <http://lexvo.org/id/term/ind/Vatikan>,
        <http://lexvo.org/id/term/isl/P%C3%A1fagar%C3%B0ur>,
        <http://lexvo.org/id/term/ita/Citt%C3%A0%20del%20Vaticano>,
        <http://lexvo.org/id/term/jmc/Vatikani>,
        <http://lexvo.org/id/term/jpn/%E3%83%90%E3%83%81%E3%82%AB%E3%83%B3%E5%B8%82%E5%9B%BD>,
        <http://lexvo.org/id/term/kab/Awanek%20n%20Vatikan>,
        <http://lexvo.org/id/term/kal/Vatikani>,
        <http://lexvo.org/id/term/kam/Vatikani>,
        <http://lexvo.org/id/term/kan/%E0%B2%B5%E0%B3%8D%E0%B2%AF%E0%B2%BE%E0%B2%9F%E0%B2%BF%E0%B2%95%E0%B2%A8%E0%B3%8D>,
        <http://lexvo.org/id/term/kas/%D9%88%DB%8C%D9%B9%D9%90%DA%A9%D9%8E%D9%86%20%D8%B3%D9%90%D9%B9%DB%8C>,
        <http://lexvo.org/id/term/kat/%E1%83%95%E1%83%90%E1%83%A2%E1%83%98%E1%83%99%E1%83%90%E1%83%9C%E1%83%98>,
        <http://lexvo.org/id/term/kde/Vatikani>,
        <http://lexvo.org/id/term/kea/Vatikanu>,
        <http://lexvo.org/id/term/khm/%E1%9E%9C%E1%9F%89%E1%9E%B6%E1%9E%91%E1%9E%B8%E1%9E%80%E1%9E%84%E1%9F%8B>,
        <http://lexvo.org/id/term/khq/Vaatikan%20Laama>,
        <http://lexvo.org/id/term/kik/Vatikani>,
        <http://lexvo.org/id/term/kln/Emetab%20Vatican>,
        <http://lexvo.org/id/term/kor/%EB%B0%94%ED%8B%B0%EC%B9%B8>,
        <http://lexvo.org/id/term/ksb/Vatikani>,
        <http://lexvo.org/id/term/ksf/watik%C3%A1%C5%8B>,
        <http://lexvo.org/id/term/ksh/der%20Vattikahn>,
        <http://lexvo.org/id/term/lag/Vatik%C3%A1ani>,
        <http://lexvo.org/id/term/lao/%E0%BA%A7%E0%BA%B2%E0%BA%95%E0%BA%B5%E0%BB%81%E0%BA%84%E0%BA%99>,
        <http://lexvo.org/id/term/lav/Vatik%C4%81ns>,
        <http://lexvo.org/id/term/lin/Vatik%C3%A1>,
        <http://lexvo.org/id/term/lit/Vatikanas>,
        <http://lexvo.org/id/term/lub/Nvatika>,
        <http://lexvo.org/id/term/lug/Vatikaani>,
        <http://lexvo.org/id/term/luo/Vatican%20State>,
        <http://lexvo.org/id/term/luy/Vatikani>,
        <http://lexvo.org/id/term/mal/%E0%B4%B5%E0%B4%A4%E0%B5%8D%E0%B4%A4%E0%B4%BF%E0%B4%95%E0%B5%8D%E0%B4%95%E0%B4%BE%E0%B5%BB>,
        <http://lexvo.org/id/term/mar/%E0%A4%B5%E0%A5%8D%E0%A4%B9%E0%A5%85%E0%A4%9F%E0%A4%BF%E0%A4%95%E0%A4%A8>,
        <http://lexvo.org/id/term/mas/Vatikani>,
        <http://lexvo.org/id/term/mer/Vatikani>,
        <http://lexvo.org/id/term/mfe/Lata%20Vatikan>,
        <http://lexvo.org/id/term/mgh/Uvatikani>,
        <http://lexvo.org/id/term/mkd/%D0%92%D0%B0%D1%82%D0%B8%D0%BA%D0%B0%D0%BD>,
        <http://lexvo.org/id/term/mlg/Firenen'i%20Vatikana>,
        <http://lexvo.org/id/term/mlt/Vatikan>,
        <http://lexvo.org/id/term/mua/Vatica%C5%8B>,
        <http://lexvo.org/id/term/mya/%E1%80%97%E1%80%AC%E1%80%90%E1%80%AE%E1%80%80%E1%80%94%E1%80%BA>,
        <http://lexvo.org/id/term/naq/Vatican%20State>,
        <http://lexvo.org/id/term/nde/Vatican%20State>,
        <http://lexvo.org/id/term/nep/%E0%A4%AD%E0%A5%87%E0%A4%9F%E0%A4%BF%E0%A4%95%E0%A4%A8%20%E0%A4%B8%E0%A4%BF%E0%A4%9F%E0%A5%80>,
        <http://lexvo.org/id/term/nld/Vaticaanstad>,
        <http://lexvo.org/id/term/nmg/Vatika%C5%8B>,
        <http://lexvo.org/id/term/nno/Vatikanstaten>,
        <http://lexvo.org/id/term/nob/Vatikanstaten>,
        <http://lexvo.org/id/term/nyn/Vatikani>,
        <http://lexvo.org/id/term/ori/%E0%AC%AD%E0%AC%BE%E0%AC%9F%E0%AC%BF%E0%AC%95%E0%AC%BE%E0%AC%A8%E0%AD%8D>,
        <http://lexvo.org/id/term/pol/Watykan>,
        <http://lexvo.org/id/term/por/Vaticano>,
        <http://lexvo.org/id/term/rof/Vatikani>,
        <http://lexvo.org/id/term/roh/Citad%20dal%20Vatican>,
        <http://lexvo.org/id/term/ron/Vatican>,
        <http://lexvo.org/id/term/run/Umurwa%20wa%20Vatikani>,
        <http://lexvo.org/id/term/rus/%D0%92%D0%B0%D1%82%D0%B8%D0%BA%D0%B0%D0%BD>,
        <http://lexvo.org/id/term/rwk/Vatikani>,
        <http://lexvo.org/id/term/sag/Let%C3%ABe%20t%C3%AE%20Vatik%C3%A4an>,
        <http://lexvo.org/id/term/saq/Vatikani>,
        <http://lexvo.org/id/term/sbp/Vatikani>,
        <http://lexvo.org/id/term/seh/Vaticano>,
        <http://lexvo.org/id/term/ses/Vaatikan%20Laama>,
        <http://lexvo.org/id/term/shi-Latn/awank%20n%20fatikan>,
        <http://lexvo.org/id/term/shi/%E2%B4%B0%E2%B5%A1%E2%B4%B0%E2%B5%8F%E2%B4%BD%20%E2%B5%8F%20%E2%B4%BC%E2%B4%B0%E2%B5%9C%E2%B5%89%E2%B4%BD%E2%B4%B0%E2%B5%8F>,
        <http://lexvo.org/id/term/sin/%E0%B7%80%E0%B7%99%E0%B6%A7%E0%B7%92%E0%B6%9A%E0%B6%B1%E0%B7%8A%20%E0%B7%83%E0%B7%92%E0%B6%A7%E0%B7%92>,
        <http://lexvo.org/id/term/slk/Vatik%C3%A1n>,
        <http://lexvo.org/id/term/slv/Vatikan>,
        <http://lexvo.org/id/term/sme/Vatik%C3%A1na>,
        <http://lexvo.org/id/term/sna/Vatican%20State>,
        <http://lexvo.org/id/term/som/Faatikaan>,
        <http://lexvo.org/id/term/spa/Ciudad%20del%20Vaticano>,
        <http://lexvo.org/id/term/sqi/Vatikan>,
        <http://lexvo.org/id/term/srp-Latn/Vatikan>,
        <http://lexvo.org/id/term/srp/%D0%92%D0%B0%D1%82%D0%B8%D0%BA%D0%B0%D0%BD>,
        <http://lexvo.org/id/term/swc/Vatikani>,
        <http://lexvo.org/id/term/swe/Vatikanstaten>,
        <http://lexvo.org/id/term/swh/Vatikani>,
        <http://lexvo.org/id/term/tam/%E0%AE%B5%E0%AE%BE%E0%AE%9F%E0%AE%BF%E0%AE%95%E0%AE%A9%E0%AF%8D%20%E0%AE%A8%E0%AE%95%E0%AE%B0%E0%AE%AE%E0%AF%8D>,
        <http://lexvo.org/id/term/tel/%E0%B0%B5%E0%B1%87%E0%B0%9F%E0%B0%BF%E0%B0%95%E0%B1%86%E0%B0%A8%E0%B1%8D>,
        <http://lexvo.org/id/term/teo/Vatikani>,
        <http://lexvo.org/id/term/tha/%E0%B8%99%E0%B8%84%E0%B8%A3%E0%B8%A3%E0%B8%B1%E0%B8%90%E0%B8%A7%E0%B8%B2%E0%B8%95%E0%B8%B4%E0%B8%81%E0%B8%B1%E0%B8%99>,
        <http://lexvo.org/id/term/tir/%E1%89%AB%E1%89%B2%E1%8A%AB%E1%8A%95>,
        <http://lexvo.org/id/term/ton/Vatikani>,
        <http://lexvo.org/id/term/tur/Vatikan>,
        <http://lexvo.org/id/term/twq/Vaatikan%20Laama>,
        <http://lexvo.org/id/term/tzm/Awank%20i%C9%A3rem%20n%20Vatikan>,
        <http://lexvo.org/id/term/ukr/%D0%92%D0%B0%D1%82%D0%B8%D0%BA%D0%B0%D0%BD>,
        <http://lexvo.org/id/term/urd/%D9%88%D8%A7%D9%B9%DB%8C%DA%A9%D9%86%20%D8%B3%D9%B9%DB%8C>,
        <http://lexvo.org/id/term/vai-Latn/Vatika%C5%8B%20%C6%81oloe>,
        <http://lexvo.org/id/term/vie/Va-ti-c%C4%83ng>,
        <http://lexvo.org/id/term/vun/Vatikani>,
        <http://lexvo.org/id/term/wae/Vatikan>,
        <http://lexvo.org/id/term/xog/Vatikaani>,
        <http://lexvo.org/id/term/yav/fatik%C3%A1a%C5%8B>,
        <http://lexvo.org/id/term/yor/Or%C3%ADl%E1%BA%B9%CC%81%C3%A8de%20Fatikani>,
        <http://lexvo.org/id/term/zsm/Kota%20Vatican>,
        <http://lexvo.org/id/term/zul/i-Vatican%20City> ;
    owl:sameAs <http://lexvo.org/id/wordnet/30/noun/holy_see_1_15_00>,
        <http://psi.oasis-open.org/iso/3166/#336>,
        <http://sws.geonames.org/3164670/> .

<http://lexvo.org/id/iso639-3/akl> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "akl"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/akla1241> ;
    skos:inScheme lexvo: ;
    skos:notation "akl"^^xsd:string ;
    skos:prefLabel "Aklanon"@en .

<http://lexvo.org/id/iso639-3/ald> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ald"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/alla1248> ;
    skos:inScheme lexvo: ;
    skos:notation "ald"^^xsd:string ;
    skos:prefLabel "Alladian"@en .

<http://lexvo.org/id/iso639-3/aly> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "aly"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/alya1239> ;
    skos:inScheme lexvo: ;
    skos:notation "aly"^^xsd:string ;
    skos:prefLabel "Alyawarr"@en .

<http://lexvo.org/id/iso639-3/auy> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "auy"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/awiy1238> ;
    skos:inScheme lexvo: ;
    skos:notation "auy"^^xsd:string ;
    skos:prefLabel "Awiyaana"@en .

<http://lexvo.org/id/iso639-3/baz> a lvont:Language,
        skos:Concept ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/tune1241> ;
    skos:inScheme lexvo: .

<http://lexvo.org/id/iso639-3/bhk> a lvont:Language,
        skos:Concept ;
    owl:sameAs <http://dbpedia.org/resource/Albay_Bikolano_language>,
        <http://www.mpii.de/yago/resource/Albay_Bikolano_language> ;
    skos:definition "Albay Bicolano, Buhi-Oasnon-Daraga Bikol or simply Albayanon is one of the three languages that compose Inland Bikol. It is spoken in Buhi, Camarines Sur, western coast of Albay and northwestern Sorsogon. Its dialects include Buhi-non, Libon, Oasnon, Daragueño. It is one of the 13 major languages and the largest unrecognized regional language in the Philippines."@en ;
    skos:inScheme lexvo: ;
    skos:prefLabel "Albay Bikolano language"@en,
        "Albay Bicolano jezik"@hr .

<http://lexvo.org/id/iso639-3/bkd> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bkd"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/binu1244> ;
    skos:altLabel "Talaandig"@en ;
    skos:inScheme lexvo: ;
    skos:notation "bkd"^^xsd:string ;
    skos:prefLabel "Binukid"@en .

<http://lexvo.org/id/iso639-3/boz> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "boz"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/tiey1235> ;
    skos:altLabel "Bozo, Tiéyaxo"@en ;
    skos:inScheme lexvo: ;
    skos:notation "boz"^^xsd:string ;
    skos:prefLabel "Tiéyaxo Bozo"@en .

<http://lexvo.org/id/iso639-3/bru> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bru"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/east2332> ;
    skos:altLabel "Bru, Eastern"@en ;
    skos:inScheme lexvo: ;
    skos:notation "bru"^^xsd:string ;
    skos:prefLabel "Eastern Bru"@en .

<http://lexvo.org/id/iso639-3/btb> a lvont:Language,
        skos:Concept ;
    owl:sameAs <http://dbpedia.org/resource/Beti_language>,
        <http://www.mpii.de/yago/resource/Beti_language> ;
    skos:definition "Beti is a language, or group of Bantu languages, spoken by the Beti-Pahuin group of people, who inhabit the rain forest regions of Cameroon, Republic of the Congo, Equatorial Guinea, Gabon, and São Tomé and Príncipe."@en ;
    skos:inScheme lexvo: ;
    skos:prefLabel "Beti"@de,
        "Beti language"@en,
        "Beti"@hr,
        "ベティ語"@ja,
        "Lenga Beti"@pms,
        "Kibeti"@sw .

<http://lexvo.org/id/iso639-3/chq> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "chq"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/quio1240> ;
    skos:altLabel "Chinantec, Quiotepec"@en ;
    skos:inScheme lexvo: ;
    skos:notation "chq"^^xsd:string ;
    skos:prefLabel "Quiotepec Chinantec"@en .

<http://lexvo.org/id/iso639-3/cle> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "cle"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/leal1235> ;
    skos:altLabel "Chinantec, Lealao"@en ;
    skos:inScheme lexvo: ;
    skos:notation "cle"^^xsd:string ;
    skos:prefLabel "Lealao Chinantec"@en .

<http://lexvo.org/id/iso639-3/dap> a lvont:Language,
        skos:Concept ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/nisi1239> ;
    skos:inScheme lexvo: .

<http://lexvo.org/id/iso639-3/des> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "des"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/desa1247> ;
    skos:inScheme lexvo: ;
    skos:notation "des"^^xsd:string ;
    skos:prefLabel "Desano"@en .

<http://lexvo.org/id/iso639-3/dga> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "dga"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/sout2789> ;
    skos:altLabel "Dagaare, Southern"@en ;
    skos:inScheme lexvo: ;
    skos:notation "dga"^^xsd:string ;
    skos:prefLabel "Southern Dagaare"@en .

<http://lexvo.org/id/iso639-3/dhr> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "dhr"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/dhar1247> ;
    skos:inScheme lexvo: ;
    skos:notation "dhr"^^xsd:string ;
    skos:prefLabel "Dhargari"@en .

<http://lexvo.org/id/iso639-3/dhu> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "dhu"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/dhur1239> ;
    skos:inScheme lexvo: ;
    skos:notation "dhu"^^xsd:string ;
    skos:prefLabel "Dhurga"@en .

<http://lexvo.org/id/iso639-3/dma> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "dma"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/duma1253> ;
    skos:inScheme lexvo: ;
    skos:notation "dma"^^xsd:string ;
    skos:prefLabel "Duma"@en .

<http://lexvo.org/id/iso639-3/dni> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "dni"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/lowe1415> ;
    skos:altLabel "Dani, Lower Grand Valley"@en ;
    skos:inScheme lexvo: ;
    skos:notation "dni"^^xsd:string ;
    skos:prefLabel "Lower Grand Valley Dani"@en .

<http://lexvo.org/id/iso639-3/dts> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "dts"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/toro1252> ;
    skos:altLabel "Dogon, Toro So"@en ;
    skos:inScheme lexvo: ;
    skos:notation "dts"^^xsd:string ;
    skos:prefLabel "Toro So Dogon"@en .

<http://lexvo.org/id/iso639-3/eip> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "eip"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/eipo1242> ;
    skos:inScheme lexvo: ;
    skos:notation "eip"^^xsd:string ;
    skos:prefLabel "Eipomek"@en .

<http://lexvo.org/id/iso639-3/eml> a lvont:Language,
        skos:Concept ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/emil1239> ;
    skos:inScheme lexvo: .

<http://lexvo.org/id/iso639-3/frd> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "frd"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/ford1242> ;
    skos:inScheme lexvo: ;
    skos:notation "frd"^^xsd:string ;
    skos:prefLabel "Fordata"@en .

<http://lexvo.org/id/iso639-3/gbc> a lvont:Language,
        skos:Concept ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/gara1261> ;
    skos:inScheme lexvo: .

<http://lexvo.org/id/iso639-3/gio> a lvont:Language,
        skos:Concept ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/gela1261> ;
    skos:inScheme lexvo: .

<http://lexvo.org/id/iso639-3/hei> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "hei"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/heil1246> ;
    skos:inScheme lexvo: ;
    skos:notation "hei"^^xsd:string ;
    skos:prefLabel "Heiltsuk"@en .

<http://lexvo.org/id/iso639-3/hre> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "hre"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/hree1244> ;
    skos:inScheme lexvo: ;
    skos:notation "hre"^^xsd:string ;
    skos:prefLabel "Hre"@en .

<http://lexvo.org/id/iso639-3/ign> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ign"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/igna1246> ;
    skos:inScheme lexvo: ;
    skos:notation "ign"^^xsd:string ;
    skos:prefLabel "Ignaciano"@en .

<http://lexvo.org/id/iso639-3/jar> a lvont:Language,
        skos:Concept ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/jara1263> ;
    skos:inScheme lexvo: .

<http://lexvo.org/id/iso639-3/khf> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "khf"^^xsd:string ;
    owl:sameAs <http://lexvo.org/id/wordnet/30/noun/khuen_1_10_00> ;
    skos:inScheme lexvo: ;
    skos:notation "khf"^^xsd:string ;
    skos:prefLabel "Khuen"@en .

<http://lexvo.org/id/iso639-3/kic> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kic"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/kick1244> ;
    skos:inScheme lexvo: ;
    skos:notation "kic"^^xsd:string ;
    skos:prefLabel "Kickapoo"@en .

<http://lexvo.org/id/iso639-3/kss> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kss"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/sout2778> ;
    skos:altLabel "Kisi, Southern"@en ;
    skos:inScheme lexvo: ;
    skos:notation "kss"^^xsd:string ;
    skos:prefLabel "Southern Kisi"@en .

<http://lexvo.org/id/iso639-3/les> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "les"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/lese1243> ;
    skos:inScheme lexvo: ;
    skos:notation "les"^^xsd:string ;
    skos:prefLabel "Lese"@en .

<http://lexvo.org/id/iso639-3/lgu> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "lgu"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/long1395> ;
    skos:inScheme lexvo: ;
    skos:notation "lgu"^^xsd:string ;
    skos:prefLabel "Longgu"@en .

<http://lexvo.org/id/iso639-3/mco> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mco"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/coat1238> ;
    skos:altLabel "Mixe, Coatlán"@en ;
    skos:inScheme lexvo: ;
    skos:notation "mco"^^xsd:string ;
    skos:prefLabel "Coatlán Mixe"@en .

<http://lexvo.org/id/iso639-3/mha> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mha"^^xsd:string ;
    owl:sameAs <http://lexvo.org/id/wordnet/30/noun/manda_1_10_00> ;
    skos:altLabel "Manda (India)"@en ;
    skos:inScheme lexvo: ;
    skos:notation "mha"^^xsd:string ;
    skos:prefLabel "Manda"@en .

<http://lexvo.org/id/iso639-3/mho> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mho"^^xsd:string ;
    owl:sameAs <http://lexvo.org/id/wordnet/30/noun/mashi_1_10_00> ;
    skos:altLabel "Mashi (Zambia)"@en ;
    skos:inScheme lexvo: ;
    skos:notation "mho"^^xsd:string ;
    skos:prefLabel "Mashi"@en .

<http://lexvo.org/id/iso639-3/mjc> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mjc"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/sanj1281> ;
    skos:altLabel "Mixtec, San Juan Colorado"@en ;
    skos:inScheme lexvo: ;
    skos:notation "mjc"^^xsd:string ;
    skos:prefLabel "San Juan Colorado Mixtec"@en .

<http://lexvo.org/id/iso639-3/mof> a lvont:Language,
        skos:Concept ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/mohe1244> ;
    skos:inScheme lexvo: .

<http://lexvo.org/id/iso639-3/nci> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "nci"^^xsd:string ;
    owl:sameAs <http://lexvo.org/id/wordnet/30/noun/nahuatl_1_10_00> ;
    skos:altLabel "Nahuatl, Classical"@en ;
    skos:inScheme lexvo: ;
    skos:notation "nci"^^xsd:string ;
    skos:prefLabel "Classical Nahuatl"@en .

<http://lexvo.org/id/iso639-3/nge> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "nge"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/ngem1255> ;
    skos:inScheme lexvo: ;
    skos:notation "nge"^^xsd:string ;
    skos:prefLabel "Ngemba"@en .

<http://lexvo.org/id/iso639-3/nnk> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "nnk"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/nank1250> ;
    skos:inScheme lexvo: ;
    skos:notation "nnk"^^xsd:string ;
    skos:prefLabel "Nankina"@en .

<http://lexvo.org/id/iso639-3/nto> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "nto"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/ntom1248> ;
    skos:inScheme lexvo: ;
    skos:notation "nto"^^xsd:string ;
    skos:prefLabel "Ntomba"@en .

<http://lexvo.org/id/iso639-3/ocu> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ocu"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/atzi1235> ;
    skos:altLabel "Matlatzinca, Atzingo"@en ;
    skos:inScheme lexvo: ;
    skos:notation "ocu"^^xsd:string ;
    skos:prefLabel "Atzingo Matlatzinca"@en .

<http://lexvo.org/id/iso639-3/ore> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ore"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/orej1242> ;
    skos:inScheme lexvo: ;
    skos:notation "ore"^^xsd:string ;
    skos:prefLabel "Orejón"@en .

<http://lexvo.org/id/iso639-3/plh> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "plh"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/paul1238> ;
    skos:inScheme lexvo: ;
    skos:notation "plh"^^xsd:string ;
    skos:prefLabel "Paulohi"@en .

<http://lexvo.org/id/iso639-3/qot> a lvont:Language,
        skos:Concept ;
    owl:sameAs <http://dbpedia.org/resource/Sahaptin_language>,
        <http://www.mpii.de/yago/resource/Sahaptin_language> ;
    skos:definition "Sahaptin (also Shahaptin), Sħáptənəxw, is a Plateau Penutian language of the Sahaptian branch spoken in a section of the northwestern plateau along the Columbia River and its tributaries in southern Washington, northern Oregon, and southwestern Idaho."@en ;
    skos:inScheme lexvo: ;
    skos:prefLabel "Sahaptin language"@en,
        "Idioma sahaptin"@es,
        "Lingua Shahaptin"@it .

<http://lexvo.org/id/iso639-3/rad> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "rad"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/rade1240> ;
    skos:inScheme lexvo: ;
    skos:notation "rad"^^xsd:string ;
    skos:prefLabel "Rade"@en .

<http://lexvo.org/id/iso639-3/rit> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "rit"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/rita1239> ;
    skos:inScheme lexvo: ;
    skos:notation "rit"^^xsd:string ;
    skos:prefLabel "Ritarungo"@en .

<http://lexvo.org/id/iso639-3/rmb> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "rmb"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/remb1249> ;
    skos:inScheme lexvo: ;
    skos:notation "rmb"^^xsd:string ;
    skos:prefLabel "Rembarunga"@en .

<http://lexvo.org/id/iso639-3/sgl> a lvont:Language,
        skos:Concept ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/sang1316> ;
    skos:inScheme lexvo: .

<http://lexvo.org/id/iso639-3/spo> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "spo"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/spok1245> ;
    skos:inScheme lexvo: ;
    skos:notation "spo"^^xsd:string ;
    skos:prefLabel "Spokane"@en .

<http://lexvo.org/id/iso639-3/sri> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "sri"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/siri1274> ;
    skos:inScheme lexvo: ;
    skos:notation "sri"^^xsd:string ;
    skos:prefLabel "Siriano"@en .

<http://lexvo.org/id/iso639-3/sto> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "sto"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/ston1242> ;
    skos:inScheme lexvo: ;
    skos:notation "sto"^^xsd:string ;
    skos:prefLabel "Stoney"@en .

<http://lexvo.org/id/iso639-3/sue> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "sue"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/suen1241> ;
    skos:inScheme lexvo: ;
    skos:notation "sue"^^xsd:string ;
    skos:prefLabel "Suena"@en .

<http://lexvo.org/id/iso639-3/sum> a lvont:Language,
        skos:Concept ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/sumo1243> ;
    skos:inScheme lexvo: .

<http://lexvo.org/id/iso639-3/tld> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "tld"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/tala1285> ;
    skos:inScheme lexvo: ;
    skos:notation "tld"^^xsd:string ;
    skos:prefLabel "Talaud"@en .

<http://lexvo.org/id/iso639-3/txb> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "txb"^^xsd:string ;
    owl:sameAs <http://lexvo.org/id/wordnet/30/noun/kuchean_1_10_00> ;
    skos:inScheme lexvo: ;
    skos:notation "txb"^^xsd:string ;
    skos:prefLabel "Tokharian B"@en .

<http://lexvo.org/id/iso639-3/ung> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ung"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/ngar1284> ;
    skos:inScheme lexvo: ;
    skos:notation "ung"^^xsd:string ;
    skos:prefLabel "Ngarinyin"@en .

<http://lexvo.org/id/iso639-3/unp> a lvont:Language,
        skos:Concept ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/woro1255> ;
    skos:inScheme lexvo: .

<http://lexvo.org/id/iso639-3/vag> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "vag"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/vagl1239> ;
    skos:inScheme lexvo: ;
    skos:notation "vag"^^xsd:string ;
    skos:prefLabel "Vagla"@en .

<http://lexvo.org/id/iso639-3/vas> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "vas"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/vasa1239> ;
    skos:inScheme lexvo: ;
    skos:notation "vas"^^xsd:string ;
    skos:prefLabel "Vasavi"@en .

<http://lexvo.org/id/iso639-3/wed> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "wed"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/weda1241> ;
    skos:inScheme lexvo: ;
    skos:notation "wed"^^xsd:string ;
    skos:prefLabel "Wedau"@en .

<http://lexvo.org/id/iso639-3/wer> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "wer"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/weri1253> ;
    skos:inScheme lexvo: ;
    skos:notation "wer"^^xsd:string ;
    skos:prefLabel "Weri"@en .

<http://lexvo.org/id/iso639-3/wiw> a lvont:Language,
        skos:Concept ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/wira1260> ;
    skos:inScheme lexvo: .

<http://lexvo.org/id/iso639-3/woi> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "woi"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/kama1365> ;
    skos:inScheme lexvo: ;
    skos:notation "woi"^^xsd:string ;
    skos:prefLabel "Kamang"@en .

<http://lexvo.org/id/iso639-3/xam> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "xam"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/xamm1241> ;
    skos:inScheme lexvo: ;
    skos:notation "xam"^^xsd:string ;
    skos:prefLabel "/Xam"@en .

<http://lexvo.org/id/iso639-3/xto> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "xto"^^xsd:string ;
    owl:sameAs <http://lexvo.org/id/wordnet/30/noun/turfan_1_10_00> ;
    skos:inScheme lexvo: ;
    skos:notation "xto"^^xsd:string ;
    skos:prefLabel "Tokharian A"@en .

<http://lexvo.org/id/iso639-3/yli> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "yli"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/angg1239> ;
    skos:altLabel "Yali, Angguruk"@en ;
    skos:inScheme lexvo: ;
    skos:notation "yli"^^xsd:string ;
    skos:prefLabel "Angguruk Yali"@en .

<http://lexvo.org/id/iso639-3/yns> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "yns"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/yans1239> ;
    skos:inScheme lexvo: ;
    skos:notation "yns"^^xsd:string ;
    skos:prefLabel "Yansi"@en .

<http://lexvo.org/id/iso639-3/yyg> a lvont:Language,
        skos:Concept ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/yayg1236> ;
    skos:inScheme lexvo: .

<http://lexvo.org/id/iso639-3/zxx> a lvont:Language,
        skos:Concept ;
    owl:sameAs <info:lc/vocabulary/languages/zxx> ;
    skos:altLabel "No linguistic content"@en ;
    skos:inScheme lexvo: ;
    skos:prefLabel "Geen linguistiese inhoud"@af,
        "ቋንቋዊ ይዘት አይደለም"@am,
        "بدون محتوى لغوي"@ar,
        "ensin conteníu llingüísticu"@ast,
        "без лингвистично съдържание"@bg,
        "ভাষাতাত্তিক বিষয়সূচী বহির্ভুত"@bn,
        "diyezh"@br,
        "रिक्त"@brx,
        "bez lingvističkog sadržaja"@bs,
        "без лингвистичког садржаја"@bs-Cyrl,
        "sense contingut lingüístic"@ca,
        "无语言内容"@cmn,
        "無語言內容"@cmn-Hant,
        "žádný jazykový obsah"@cs,
        "dim geiriau i'w cael"@cy,
        "intet sprogligt indhold"@da,
        "Keine Sprachinhalte"@de,
        "སྐད་རིག་ནང་དོན་མེདཔ"@dz,
        "gbegbɔgblɔ manɔmee"@ee,
        "Χωρίς γλωσσολογικό περιεχόμενο"@el,
        "Not applicable"@en,
        "𐐤𐐬 𐑊𐐨𐑍𐐶𐐮𐑅𐐻𐐮𐐿 𐐿𐐱𐑌𐐻𐐯𐑌𐐻"@en-Dsrt,
        "nelingvaĵo"@eo,
        "sin contenido lingüístico"@es,
        "mittekeeleline"@et,
        "ez dago eduki linguistikorik"@eu,
        "بدون محتوای زبانی"@fa,
        "ei kielellistä sisältöä"@fi,
        "Walang nilalamang linguistic"@fil,
        "sans contenu linguistique"@fr,
        "Gan ábhar teangeolaíoch"@ga,
        "sen contido lingüístico"@gl,
        "Kän schpraachliche Inhalt"@gsw,
        "કોઇ ભાષાશાસ્ત્રીય સામગ્રી નથી"@gu,
        "ללא תוכן לשוני"@he,
        "कोई लिंग्विस्ट सामग्री नहीं"@hi,
        "bez jezičnog sadržaja"@hr,
        "nincs nyelvészeti tartalom"@hu,
        "Tidak ada konten linguistik"@id,
        "ekkert tungutengt efni"@is,
        "nessun contenuto linguistico"@it,
        "言語的内容なし"@ja,
        "sem konteudo linguistiku"@kea,
        "គ្មាន​ទិន្នន័យ​ភាសា"@km,
        "ಯಾವುದೇ ಭಾಷಾಸಂಬಂಧಿ ವಿಷಯವಿಲ್ಲ"@kn,
        "언어 관련 내용 없음"@ko,
        "کانٛہہ تہِ لِسانیاتی مواد نہٕ"@ks,
        "-kein Schprooch-"@ksh,
        "ບໍ່ມີເນື້ອຫາພາສາ"@lo,
        "nėra kalbinio turinio"@lt,
        "bez lingvistiska satura"@lv,
        "без лингвистичка содржина"@mk,
        "ഭാഷേതരം"@ml,
        "भाषावैज्ञानिक सामग्री नाही"@mr,
        "Bla kontent lingwistiku"@mt,
        "ဘာသာစကား နှင့် ပတ်သက် သောအရာမရှိ"@my,
        "uten språklig innhold"@nb,
        "भाषिक सामग्री छैन"@ne,
        "Geen linguïstische inhoud"@nl,
        "utan språkleg innhald"@nn,
        "କୌଣସି ଲିଙ୍ଗୁଇଷ୍ଟ ସାମଗ୍ରୀ ନାହିଁ"@or,
        "brak treści o charakterze lingwistycznym"@pl,
        "sem conteúdo linguístico"@pt,
        "nagins cuntegns linguistics"@rm,
        "fară conținut lingvistic"@ro,
        "без языкового содержания"@ru,
        "වාග් විද්‍යා අන්තර්ගතයක් නැත"@si,
        "bez jazykového obsahu"@sk,
        "brez jezikoslovne vsebine"@sl,
        "Без лингвистичког садржаја"@sr,
        "Bez lingvističkog sadržaja"@sr-Latn,
        "inget språkligt innehåll"@sv,
        "Hakuna maudhui ya lugha"@swh,
        "மொழிக்கிணங்க உள்ளடக்கம் இல்லை"@ta,
        "ఈ లిపి లేదు"@te,
        "ไม่มีข้อมูลภาษา"@th,
        "ʻikai ha lea"@to,
        "Dilbilim içeriği yok"@tr,
        "немає мовного вмісту"@uk,
        "کوئی لسانی مواد نہیں"@ur,
        "Không có nội dung ngôn ngữ"@vi,
        "Tidak kandungan linguistik"@zsm,
        "Akukho okuqukethwe kolimi"@zu .

<http://lexvo.org/id/iso639-5/cpf> a lvont:Language,
        skos:Concept ;
    lvont:iso6392BCode "cpf"^^xsd:string ;
    lvont:iso639P5Code "cpf"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-5/cpf> ;
    owl:sameAs <info:lc/vocabulary/languages/cpf> ;
    skos:altLabel "Creoles and pidgins, French‑based"@en,
        "French‑based Creoles and pidgins"@en,
        "créoles et pidgins basés sur le français"@fr,
        "crioulo ou pidgin baseado no francês"@pt ;
    skos:inScheme lexvo: ;
    skos:prefLabel "الكرييولى و اللغات المبسطة الأخرى للتفاهم بين الشعوب على أساس الفرنسية"@ar,
        "fransız kreol dili"@az,
        "креолски и пиджин от френски"@bg,
        "ফরাসি জাত ক্রেওল অথবা পিজিন"@bn,
        "क्रेओल् (फ़्रानसीसी आधारीत)"@brx,
        "kreolski ili pidžin zasnovan na francuskom"@bs,
        "креолски или пиџин заснован на француском"@bs-Cyrl,
        "llengua criolla o pidgin basada en el francès"@ca,
        "其他以法文为基础的克里奥尔混合语系"@cmn,
        "源自法文的克里奧爾文和皮欽文"@cmn-Hant,
        "francouzská kreolština či pidgin"@cs,
        "fransk baseret kreolsk eller pidginsprog"@da,
        "Kreolisch-Französische Sprache"@de,
        "Κρεόλ ή Πίντγκιν βάσει Γαλλικών"@el,
        "French-based Creole or Pidgin"@en,
        "𐐙𐑉𐐯𐑌𐐽-𐐺𐐩𐑅𐐻 𐐗𐑉𐐨𐐬𐑊 𐐬𐑉 𐐑𐐮𐐾𐐮𐑌"@en-Dsrt,
        "lengua criolla o pidgin basada en el francés"@es,
        "prantsuspõhjalised kreool- ja pidžinkeeled"@et,
        "کریول یا پیجین مبتنی بر فرانسوی"@fa,
        "ranskaan perustuva kreoli- tai pidgin-kieli"@fi,
        "créole ou pidgin français"@fr,
        "Französisch-basierts Kreol oder Pidgin"@gsw,
        "ફ્રેંચ આધારિત ક્રેઓલ અથવા પિજિન"@gu,
        "קריאולית או פידג'ין מבוססת-צרפתית"@he,
        "फ्रेंच आधारित क्रेओल या पिजिन"@hi,
        "francuski - na osnovi kreolskog ili pidgin"@hr,
        "egyéb francia alapú kreol és pidgin"@hu,
        "Kreol dan Pijin Lain berbasis Prancis"@id,
        "kreól- og pidginmál á frönskum grunni"@is,
        "creolo o pidgin basati sul francese"@it,
        "フランス語が基盤の混成語・混合語"@ja,
        "ಫ್ರೆಂಚ್-ಮೂಲದ ಕ್ರಿಯೋಲ್ ಅಥವಾ ಪಿಡ್ಗಿನ್"@kn,
        "크리올어 및 피진어 (프랑스어를 기반으로 한 기타)"@ko,
        "فریٚنچَس پٮ۪ٹھ مَبنی کرِیول یا پَجِن"@ks,
        "ຄີໂອຫຼືພິດຈິນທີມາຈາກພາສາຟຮັ່ງເສດ"@lo,
        "kreolų arba pidžinų kalba pagal prancūzų"@lt,
        "franciskās kreoliskās valodas un pidžinvalodas"@lv,
        "француски креолски"@mk,
        "ഫ്രഞ്ച് അധിഷ്ഠിത മിശ്രഭാഷ"@ml,
        "फ्रेंच-आधारित क्रेओल वा पिजिन"@mr,
        "Kreoli u Piġini, Bbażat fuq il-Franċiż (Oħra)"@mt,
        "franskbasert kreol- eller pidginspråk"@nb,
        "Op Frans gebaseerd Creools of Pidgin"@nl,
        "franskbasert kreol- eller pidginspråk"@nn,
        "ଫ୍ରେଞ୍ଚ ଆଧାରିତ କ୍ରେଓଲ୍ କିମ୍ବା ପିଜିନ୍"@or,
        "francuski kreolski lub pidżin"@pl,
        "crioulo ou pidgin do francês"@pt,
        "creol u pidgin che sa basan sin il franzos"@rm,
        "creolă sau pidgin bazată pe franceză"@ro,
        "франко-креольские и пиджины"@ru,
        "francúzska kreolčina alebo pidžin"@sk,
        "francoska kreolščina ali pidžinščina"@sl,
        "Креолски или пиџин заснован на француском"@sr,
        "Kreolski ili pidžin zasnovan na francuskom"@sr-Latn,
        "franskbaserat kreol- eller pidginspråk"@sv,
        "ஃப்ரென்ச் அடைப்படையிலான கிரியோல் மற்றும் பிஜின்"@ta,
        "ప్రెంచ్ -ఆధారిత క్రియోల్ లేదా పిగ్డిన్"@te,
        "ครีโอลหรือพิดจิ้นที่มาจากภาษาฝรั่งเศส"@th,
        "Fransızca tabanlı Creole ve Pidgin Dilleri"@tr,
        "франко-креольські та піджінізовані франкофонні мови"@uk,
        "Tiếng Creole hoặc Pidgin gốc Pháp"@vi .

<http://lexvo.org/id/iso639-5/cpp> a lvont:Language,
        skos:Concept ;
    lvont:iso6392BCode "cpp"^^xsd:string ;
    lvont:iso639P5Code "cpp"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-5/cpp> ;
    owl:sameAs <info:lc/vocabulary/languages/cpp> ;
    skos:altLabel "Creoles and pidgins, Portuguese-based"@en,
        "Portuguese-based Creoles and pidgins"@en,
        "créoles et pidgins basés sur le portugais"@fr,
        "crioulo ou pidgin baseado no português"@pt ;
    skos:inScheme lexvo: ;
    skos:prefLabel "الكرييولي واللغات المبسطة الأخرى للتفاهم بين الشعوب على أساس البرتغالية"@ar,
        "portugal kreol dili"@az,
        "креолски или пиджин от португалски"@bg,
        "পোর্তুগিজ-ভিত্তিক ক্রেওল বা পিজন"@bn,
        "क्रेओल् (पुर्तुगी आधारीत)"@brx,
        "kreolski ili pidžin baziran na portugalskom"@bs,
        "креолски или пиџин базиран на португалском"@bs-Cyrl,
        "llengua criolla o pidgin basada en el portuguès"@ca,
        "其他以葡萄牙文为基础的克里奥尔混合语系"@cmn,
        "源自葡萄牙文的克里奧爾文和皮欽文"@cmn-Hant,
        "portugalská kreolština či pidgin"@cs,
        "portugisisk baseret kreolsk eller pidginsprog"@da,
        "Kreolisch-Portugiesische Sprache"@de,
        "Κρεόλ και Πίντγκιν βάσει Πορτογαλικών"@el,
        "Portuguese-based Creole or Pidgin"@en,
        "lengua criolla o pidgin basada en el portugués"@es,
        "portugalipõhjalised kreooli-/pidžinkeeled"@et,
        "کریول یا پیجین مبتنی بر پرتغالی"@fa,
        "portugaliin perustuva kreoli- tai pidgin-kieli"@fi,
        "créole ou pidgin portugais"@fr,
        "Portugiesisch-basierts Kreol oder Pidgin"@gsw,
        "પાર્ટુગીઝ આધારિત ક્રેઓલ અથવા પિજિન"@gu,
        "קריאולית או פידג'ין מבוססת-פורטוגזית"@he,
        "पुर्तगाली आधारित क्रेओल या पिजिन"@hi,
        "kreolski ili pidgin na osnovi portugalskog"@hr,
        "portugál alapú kreol vagy pidgin"@hu,
        "Kreol dan Pijin Lain berbasis Portugis"@id,
        "kreól- og pidginmál á portúgölskum grunni"@is,
        "creolo o pidgin basati sul portoghese"@it,
        "ポルトガル語が基盤の混成語・混合語"@ja,
        "ಪೋರ್ಚುಗೀಸ್- ಮೂಲದ ಕ್ರಿಯೋಲ್ ಅಥವಾ ಪಿಡ್ಗಿನ್"@kn,
        "크리올어 및 피진어 (포르투갈어를 기반으로 한 기타)"@ko,
        "پُرتَگیزَس پٮ۪ٹھ مَبنی کرِیول یا پَجِن"@ks,
        "ຄີໂອຫຼືພິດຈິນທີມາພາສາໂປຕູເກດ"@lo,
        "kreolų arba pidžinų kalba pagal portugalų"@lt,
        "portugāliskās kreoliskās valodas un pidžinvalodas"@lv,
        "португалски креолски"@mk,
        "പോർച്ചുഗീസ് അധിഷ്ടിത മിശ്ര ഭാഷ"@ml,
        "पोर्तुगीज-आधारित क्रेओल या पिजिन"@mr,
        "Kreoli u Piġini, Bbażat fuq il-Portugiż (Oħra)"@mt,
        "ပေါ်တူဂီ အခြေခံ အနောက်အိန္ဒြိယ ကျွန်းစုသား သို့မဟုတ် ဗန်းစကား"@my,
        "portugisiskbasert kreol- eller pidginspråk"@nb,
        "Op Portugees gebaseerd Creools of Pidgin"@nl,
        "portugisiskbasert kreol- eller pidginspråk"@nn,
        "ପର୍ତ୍ତୁଗ୍ରୀଜ୍ ଆଧାରିତ କ୍ରେଓଲ୍ କିମ୍ବା ପିଜିନ୍"@or,
        "portugalski kreolski lub pidżin"@pl,
        "crioulo ou pidgin do português"@pt,
        "creol u pidgin che sa basan sin il portugais"@rm,
        "creolă sau pidgin bazată pe portugheză"@ro,
        "португало-креольские и пиджины"@ru,
        "portugalská kreolčina alebo pidžin"@sk,
        "portugalska kreolščina ali pidžinščina"@sl,
        "Креолски или пиџин базиран на португалском"@sr,
        "Kreolski ili pidžin baziran na portugalskom"@sr-Latn,
        "portugisiskbaserat kreol- eller pidginspråk"@sv,
        "போர்சுக்கீஸ் அடைப்படையிலான கிரியோல் மற்றும் பிஜின்"@ta,
        "పోర్చుగీస్ -ఆధారిత క్రియోల్ లేదా పిగ్డిన్"@te,
        "ครีโอลหรือพิดจิ้นที่มาจากภาษาโปรตุเกส"@th,
        "Portekizce tabanlı Creole ve Pidgin Dilleri"@tr,
        "португальсько-креольські та піджінізовані португальські мови"@uk,
        "Tiếng Creole hoặc Pidgin gốc Bồ Đào Nha"@vi .

<http://lexvo.org/id/kangxi-radical/1> a lvont:CJKRadical ;
    lvont:label <http://lexvo.org/id/char/2F00>,
        <http://lexvo.org/id/char/4E00> .

<http://lexvo.org/id/kangxi-radical/10> a lvont:CJKRadical ;
    lvont:label <http://lexvo.org/id/char/2F09>,
        <http://lexvo.org/id/char/513F> .

<http://lexvo.org/id/kangxi-radical/104> a lvont:CJKRadical ;
    lvont:label <http://lexvo.org/id/char/2F67>,
        <http://lexvo.org/id/char/7592> .

<http://lexvo.org/id/kangxi-radical/105> a lvont:CJKRadical ;
    lvont:label <http://lexvo.org/id/char/2F68>,
        <http://lexvo.org/id/char/7676> .

<http://lexvo.org/id/kangxi-radical/106> a lvont:CJKRadical ;
    lvont:label <http://lexvo.org/id/char/2F69>,
        <http://lexvo.org/id/char/767D> .

<http://lexvo.org/id/kangxi-radical/107> a lvont:CJKRadical ;
    lvont:label <http://lexvo.org/id/char/2F6A>,
        <http://lexvo.org/id/char/76AE> .

<http://lexvo.org/id/kangxi-radical/108> a lvont:CJKRadical ;
    lvont:label <http://lexvo.org/id/char/2F6B>,
        <http://lexvo.org/id/char/76BF> .

<http://lexvo.org/id/kangxi-radical/109> a lvont:CJKRadical ;
    lvont:label <http://lexvo.org/id/char/2F6C>,
        <http://lexvo.org/id/char/76EE> .

<http://lexvo.org/id/kangxi-radical/11> a lvont:CJKRadical ;
    lvont:label <http://lexvo.org/id/char/2F0A>,
        <http://lexvo.org/id/char/5165> .

<http://lexvo.org/id/kangxi-radical/110> a lvont:CJKRadical ;
    lvont:label <http://lexvo.org/id/char/2F6D>,
        <http://lexvo.org/id/char/77DB> .

<http://lexvo.org/id/kangxi-radical/111> a lvont:CJKRadical ;
    lvont:label <http://lexvo.org/id/char/2F6E>,
        <http://lexvo.org/id/char/77E2> .

<http://lexvo.org/id/kangxi-radical/112> a lvont:CJKRadical ;
    lvont:label <http://lexvo.org/id/char/2F6F>,
        <http://lexvo.org/id/char/77F3> .

<http://lexvo.org/id/kangxi-radical/114> a lvont:CJKRadical ;
    lvont:label <http://lexvo.org/id/char/2F71>,
        <http://lexvo.org/id/char/79B8> .

<http://lexvo.org/id/kangxi-radical/119> a lvont:CJKRadical ;
    lvont:label <http://lexvo.org/id/char/2F76>,
        <http://lexvo.org/id/char/7C73> .

<http://lexvo.org/id/kangxi-radical/12> a lvont:CJKRadical ;
    lvont:label <http://lexvo.org/id/char/2F0B>,
        <http://lexvo.org/id/char/516B> .

<http://lexvo.org/id/kangxi-radical/128> a lvont:CJKRadical ;
    lvont:label <http://lexvo.org/id/char/2F7F>,
        <http://lexvo.org/id/char/8033> .

<http://lexvo.org/id/kangxi-radical/13> a lvont:CJKRadical ;
    lvont:label <http://lexvo.org/id/char/2F0C>,
        <http://lexvo.org/id/char/5182> .

<http://lexvo.org/id/kangxi-radical/130> a lvont:CJKRadical ;
    lvont:label <http://lexvo.org/id/char/2F81>,
        <http://lexvo.org/id/char/8089> .

<http://lexvo.org/id/kangxi-radical/135> a lvont:CJKRadical ;
    lvont:label <http://lexvo.org/id/char/2F86>,
        <http://lexvo.org/id/char/820C> .

<http://lexvo.org/id/kangxi-radical/136> a lvont:CJKRadical ;
    lvont:label <http://lexvo.org/id/char/2F87>,
        <http://lexvo.org/id/char/821B> .

<http://lexvo.org/id/kangxi-radical/138> a lvont:CJKRadical ;
    lvont:label <http://lexvo.org/id/char/2F89>,
        <http://lexvo.org/id/char/826E> .

<http://lexvo.org/id/kangxi-radical/139> a lvont:CJKRadical ;
    lvont:label <http://lexvo.org/id/char/2F8A>,
        <http://lexvo.org/id/char/8272> .

<http://lexvo.org/id/kangxi-radical/14> a lvont:CJKRadical ;
    lvont:label <http://lexvo.org/id/char/2F0D>,
        <http://lexvo.org/id/char/5196> .

<http://lexvo.org/id/kangxi-radical/141> a lvont:CJKRadical ;
    lvont:label <http://lexvo.org/id/char/2F8C>,
        <http://lexvo.org/id/char/864D> .

<http://lexvo.org/id/kangxi-radical/142> a lvont:CJKRadical ;
    lvont:label <http://lexvo.org/id/char/2F8D>,
        <http://lexvo.org/id/char/866B> .

<http://lexvo.org/id/kangxi-radical/143> a lvont:CJKRadical ;
    lvont:label <http://lexvo.org/id/char/2F8E>,
        <http://lexvo.org/id/char/8840> .

<http://lexvo.org/id/kangxi-radical/15> a lvont:CJKRadical ;
    lvont:label <http://lexvo.org/id/char/2F0E>,
        <http://lexvo.org/id/char/51AB> .

<http://lexvo.org/id/kangxi-radical/151> a lvont:CJKRadical ;
    lvont:label <http://lexvo.org/id/char/2F96>,
        <http://lexvo.org/id/char/8C46> .

<http://lexvo.org/id/kangxi-radical/153> a lvont:CJKRadical ;
    lvont:label <http://lexvo.org/id/char/2F98>,
        <http://lexvo.org/id/char/8C78> .

<http://lexvo.org/id/kangxi-radical/155> a lvont:CJKRadical ;
    lvont:label <http://lexvo.org/id/char/2F9A>,
        <http://lexvo.org/id/char/8D64> .

<http://lexvo.org/id/kangxi-radical/164> a lvont:CJKRadical ;
    lvont:label <http://lexvo.org/id/char/2FA3>,
        <http://lexvo.org/id/char/9149> .

<http://lexvo.org/id/kangxi-radical/165> a lvont:CJKRadical ;
    lvont:label <http://lexvo.org/id/char/2FA4>,
        <http://lexvo.org/id/char/91C6> .

<http://lexvo.org/id/kangxi-radical/171> a lvont:CJKRadical ;
    lvont:label <http://lexvo.org/id/char/2FAA>,
        <http://lexvo.org/id/char/96B6> .

<http://lexvo.org/id/kangxi-radical/172> a lvont:CJKRadical ;
    lvont:label <http://lexvo.org/id/char/2FAB>,
        <http://lexvo.org/id/char/96B9> .

<http://lexvo.org/id/kangxi-radical/173> a lvont:CJKRadical ;
    lvont:label <http://lexvo.org/id/char/2FAC>,
        <http://lexvo.org/id/char/96E8> .

<http://lexvo.org/id/kangxi-radical/175> a lvont:CJKRadical ;
    lvont:label <http://lexvo.org/id/char/2FAE>,
        <http://lexvo.org/id/char/975E> .

<http://lexvo.org/id/kangxi-radical/177> a lvont:CJKRadical ;
    lvont:label <http://lexvo.org/id/char/2FB0>,
        <http://lexvo.org/id/char/9769> .

<http://lexvo.org/id/kangxi-radical/179> a lvont:CJKRadical ;
    lvont:label <http://lexvo.org/id/char/2FB2>,
        <http://lexvo.org/id/char/97ED> .

<http://lexvo.org/id/kangxi-radical/180> a lvont:CJKRadical ;
    lvont:label <http://lexvo.org/id/char/2FB3>,
        <http://lexvo.org/id/char/97F3> .

<http://lexvo.org/id/kangxi-radical/186> a lvont:CJKRadical ;
    lvont:label <http://lexvo.org/id/char/2FB9>,
        <http://lexvo.org/id/char/9999> .

<http://lexvo.org/id/kangxi-radical/188> a lvont:CJKRadical ;
    lvont:label <http://lexvo.org/id/char/2FBB>,
        <http://lexvo.org/id/char/9AA8> .

<http://lexvo.org/id/kangxi-radical/190> a lvont:CJKRadical ;
    lvont:label <http://lexvo.org/id/char/2FBD>,
        <http://lexvo.org/id/char/9ADF> .

<http://lexvo.org/id/kangxi-radical/192> a lvont:CJKRadical ;
    lvont:label <http://lexvo.org/id/char/2FBF>,
        <http://lexvo.org/id/char/9B2F> .

<http://lexvo.org/id/kangxi-radical/193> a lvont:CJKRadical ;
    lvont:label <http://lexvo.org/id/char/2FC0>,
        <http://lexvo.org/id/char/9B32> .

<http://lexvo.org/id/kangxi-radical/194> a lvont:CJKRadical ;
    lvont:label <http://lexvo.org/id/char/2FC1>,
        <http://lexvo.org/id/char/9B3C> .

<http://lexvo.org/id/kangxi-radical/2> a lvont:CJKRadical ;
    lvont:label <http://lexvo.org/id/char/2F01>,
        <http://lexvo.org/id/char/4E28> .

<http://lexvo.org/id/kangxi-radical/20> a lvont:CJKRadical ;
    lvont:label <http://lexvo.org/id/char/2F13>,
        <http://lexvo.org/id/char/52F9> .

<http://lexvo.org/id/kangxi-radical/200> a lvont:CJKRadical ;
    lvont:label <http://lexvo.org/id/char/2FC7>,
        <http://lexvo.org/id/char/9EBB> .

<http://lexvo.org/id/kangxi-radical/202> a lvont:CJKRadical ;
    lvont:label <http://lexvo.org/id/char/2FC9>,
        <http://lexvo.org/id/char/9ECD> .

<http://lexvo.org/id/kangxi-radical/204> a lvont:CJKRadical ;
    lvont:label <http://lexvo.org/id/char/2FCB>,
        <http://lexvo.org/id/char/9EF9> .

<http://lexvo.org/id/kangxi-radical/209> a lvont:CJKRadical ;
    lvont:label <http://lexvo.org/id/char/2FD0>,
        <http://lexvo.org/id/char/9F3B> .

<http://lexvo.org/id/kangxi-radical/214> a lvont:CJKRadical ;
    lvont:label <http://lexvo.org/id/char/2FD5>,
        <http://lexvo.org/id/char/9FA0> .

<http://lexvo.org/id/kangxi-radical/23> a lvont:CJKRadical ;
    lvont:label <http://lexvo.org/id/char/2F16>,
        <http://lexvo.org/id/char/5338> .

<http://lexvo.org/id/kangxi-radical/24> a lvont:CJKRadical ;
    lvont:label <http://lexvo.org/id/char/2F17>,
        <http://lexvo.org/id/char/5341> .

<http://lexvo.org/id/kangxi-radical/25> a lvont:CJKRadical ;
    lvont:label <http://lexvo.org/id/char/2F18>,
        <http://lexvo.org/id/char/535C> .

<http://lexvo.org/id/kangxi-radical/26> a lvont:CJKRadical ;
    lvont:label <http://lexvo.org/id/char/2F19>,
        <http://lexvo.org/id/char/5369> .

<http://lexvo.org/id/kangxi-radical/27> a lvont:CJKRadical ;
    lvont:label <http://lexvo.org/id/char/2F1A>,
        <http://lexvo.org/id/char/5382> .

<http://lexvo.org/id/kangxi-radical/28> a lvont:CJKRadical ;
    lvont:label <http://lexvo.org/id/char/2F1B>,
        <http://lexvo.org/id/char/53B6> .

<http://lexvo.org/id/kangxi-radical/29> a lvont:CJKRadical ;
    lvont:label <http://lexvo.org/id/char/2F1C>,
        <http://lexvo.org/id/char/53C8> .

<http://lexvo.org/id/kangxi-radical/3> a lvont:CJKRadical ;
    lvont:label <http://lexvo.org/id/char/2F02>,
        <http://lexvo.org/id/char/4E36> .

<http://lexvo.org/id/kangxi-radical/30> a lvont:CJKRadical ;
    lvont:label <http://lexvo.org/id/char/2F1D>,
        <http://lexvo.org/id/char/53E3> .

<http://lexvo.org/id/kangxi-radical/31> a lvont:CJKRadical ;
    lvont:label <http://lexvo.org/id/char/2F1E>,
        <http://lexvo.org/id/char/56D7> .

<http://lexvo.org/id/kangxi-radical/32> a lvont:CJKRadical ;
    lvont:label <http://lexvo.org/id/char/2F1F>,
        <http://lexvo.org/id/char/571F> .

<http://lexvo.org/id/kangxi-radical/33> a lvont:CJKRadical ;
    lvont:label <http://lexvo.org/id/char/2F20>,
        <http://lexvo.org/id/char/58EB> .

<http://lexvo.org/id/kangxi-radical/35> a lvont:CJKRadical ;
    lvont:label <http://lexvo.org/id/char/2F22>,
        <http://lexvo.org/id/char/590A> .

<http://lexvo.org/id/kangxi-radical/36> a lvont:CJKRadical ;
    lvont:label <http://lexvo.org/id/char/2F23>,
        <http://lexvo.org/id/char/5915> .

<http://lexvo.org/id/kangxi-radical/40> a lvont:CJKRadical ;
    lvont:label <http://lexvo.org/id/char/2F27>,
        <http://lexvo.org/id/char/5B80> .

<http://lexvo.org/id/kangxi-radical/41> a lvont:CJKRadical ;
    lvont:label <http://lexvo.org/id/char/2F28>,
        <http://lexvo.org/id/char/5BF8> .

<http://lexvo.org/id/kangxi-radical/46> a lvont:CJKRadical ;
    lvont:label <http://lexvo.org/id/char/2F2D>,
        <http://lexvo.org/id/char/5C71> .

<http://lexvo.org/id/kangxi-radical/48> a lvont:CJKRadical ;
    lvont:label <http://lexvo.org/id/char/2F2F>,
        <http://lexvo.org/id/char/5DE5> .

<http://lexvo.org/id/kangxi-radical/50> a lvont:CJKRadical ;
    lvont:label <http://lexvo.org/id/char/2F31>,
        <http://lexvo.org/id/char/5DFE> .

<http://lexvo.org/id/kangxi-radical/51> a lvont:CJKRadical ;
    lvont:label <http://lexvo.org/id/char/2F32>,
        <http://lexvo.org/id/char/5E72> .

<http://lexvo.org/id/kangxi-radical/53> a lvont:CJKRadical ;
    lvont:label <http://lexvo.org/id/char/2F34>,
        <http://lexvo.org/id/char/5E7F> .

<http://lexvo.org/id/kangxi-radical/54> a lvont:CJKRadical ;
    lvont:label <http://lexvo.org/id/char/2F35>,
        <http://lexvo.org/id/char/5EF4> .

<http://lexvo.org/id/kangxi-radical/59> a lvont:CJKRadical ;
    lvont:label <http://lexvo.org/id/char/2F3A>,
        <http://lexvo.org/id/char/5F61> .

<http://lexvo.org/id/kangxi-radical/60> a lvont:CJKRadical ;
    lvont:label <http://lexvo.org/id/char/2F3B>,
        <http://lexvo.org/id/char/5F73> .

<http://lexvo.org/id/kangxi-radical/62> a lvont:CJKRadical ;
    lvont:label <http://lexvo.org/id/char/2F3D>,
        <http://lexvo.org/id/char/6208> .

<http://lexvo.org/id/kangxi-radical/65> a lvont:CJKRadical ;
    lvont:label <http://lexvo.org/id/char/2F40>,
        <http://lexvo.org/id/char/652F> .

<http://lexvo.org/id/kangxi-radical/67> a lvont:CJKRadical ;
    lvont:label <http://lexvo.org/id/char/2F42>,
        <http://lexvo.org/id/char/6587> .

<http://lexvo.org/id/kangxi-radical/70> a lvont:CJKRadical ;
    lvont:label <http://lexvo.org/id/char/2F45>,
        <http://lexvo.org/id/char/65B9> .

<http://lexvo.org/id/kangxi-radical/71> a lvont:CJKRadical ;
    lvont:label <http://lexvo.org/id/char/2F46>,
        <http://lexvo.org/id/char/65E0> .

<http://lexvo.org/id/kangxi-radical/72> a lvont:CJKRadical ;
    lvont:label <http://lexvo.org/id/char/2F47>,
        <http://lexvo.org/id/char/65E5> .

<http://lexvo.org/id/kangxi-radical/73> a lvont:CJKRadical ;
    lvont:label <http://lexvo.org/id/char/2F48>,
        <http://lexvo.org/id/char/66F0> .

<http://lexvo.org/id/kangxi-radical/74> a lvont:CJKRadical ;
    lvont:label <http://lexvo.org/id/char/2F49>,
        <http://lexvo.org/id/char/6708> .

<http://lexvo.org/id/kangxi-radical/76> a lvont:CJKRadical ;
    lvont:label <http://lexvo.org/id/char/2F4B>,
        <http://lexvo.org/id/char/6B20> .

<http://lexvo.org/id/kangxi-radical/79> a lvont:CJKRadical ;
    lvont:label <http://lexvo.org/id/char/2F4E>,
        <http://lexvo.org/id/char/6BB3> .

<http://lexvo.org/id/kangxi-radical/8> a lvont:CJKRadical ;
    lvont:label <http://lexvo.org/id/char/2F07>,
        <http://lexvo.org/id/char/4EA0> .

<http://lexvo.org/id/kangxi-radical/81> a lvont:CJKRadical ;
    lvont:label <http://lexvo.org/id/char/2F50>,
        <http://lexvo.org/id/char/6BD4> .

<http://lexvo.org/id/kangxi-radical/83> a lvont:CJKRadical ;
    lvont:label <http://lexvo.org/id/char/2F52>,
        <http://lexvo.org/id/char/6C0F> .

<http://lexvo.org/id/kangxi-radical/84> a lvont:CJKRadical ;
    lvont:label <http://lexvo.org/id/char/2F53>,
        <http://lexvo.org/id/char/6C14> .

<http://lexvo.org/id/kangxi-radical/88> a lvont:CJKRadical ;
    lvont:label <http://lexvo.org/id/char/2F57>,
        <http://lexvo.org/id/char/7236> .

<http://lexvo.org/id/kangxi-radical/89> a lvont:CJKRadical ;
    lvont:label <http://lexvo.org/id/char/2F58>,
        <http://lexvo.org/id/char/723B> .

<http://lexvo.org/id/kangxi-radical/91> a lvont:CJKRadical ;
    lvont:label <http://lexvo.org/id/char/2F5A>,
        <http://lexvo.org/id/char/7247> .

<http://lexvo.org/id/kangxi-radical/92> a lvont:CJKRadical ;
    lvont:label <http://lexvo.org/id/char/2F5B>,
        <http://lexvo.org/id/char/7259> .

<http://lexvo.org/id/kangxi-radical/97> a lvont:CJKRadical ;
    lvont:label <http://lexvo.org/id/char/2F60>,
        <http://lexvo.org/id/char/74DC> .

<http://lexvo.org/id/kangxi-radical/98> a lvont:CJKRadical ;
    lvont:label <http://lexvo.org/id/char/2F61>,
        <http://lexvo.org/id/char/74E6> .

<http://lexvo.org/id/un_m49/002> a lvont:GeographicRegion ;
    rdfs:label "Afrika"@af,
        "አፍሪካ"@am,
        "أفريقيا"@ar,
        "África"@ast,
        "Afrika"@az,
        "Афрыка"@be,
        "Африка"@bg,
        "আফ্রিকা"@bn,
        "ཨཕྲི་ཀ།"@bo,
        "Afrika"@br,
        "अफ्रीका"@brx,
        "Afrika"@bs,
        "Африка"@bs-Cyrl,
        "Àfrica"@ca,
        "非洲"@cmn,
        "非洲"@cmn-Hant,
        "Afrika"@cs,
        "Affrica"@cy,
        "Afrika"@da,
        "Afrika"@de,
        "ཨཕ་རི་ཀ"@dz,
        "Afrika nutome"@ee,
        "Αφρική"@el,
        "Africa"@en,
        "𐐈𐑁𐑉𐐲𐐿𐐲"@en-Dsrt,
        "África"@es,
        "Aafrika"@et,
        "Afrika"@eu,
        "افریقا"@fa,
        "Afrikka"@fi,
        "Africa"@fil,
        "Africa"@fo,
        "Afrique"@fr,
        "Afriche"@fur,
        "An Afraic"@ga,
        "Afraga"@gd,
        "África"@gl,
        "Afrika"@gsw,
        "આફ્રિકા"@gu,
        "אפריקה"@he,
        "अफ्रीका"@hi,
        "Afrika"@hr,
        "Afrika"@hu,
        "Աֆրիկա"@hy,
        "Afrika"@id,
        "Afríka"@is,
        "Africa"@it,
        "アフリカ"@ja,
        "Afɛlîk"@jgo,
        "აფრიკა"@ka,
        "Afrika"@kea,
        "Африка"@kk,
        "Afrika"@kl,
        "អាព្រិក"@km,
        "ಆಫ್ರಿಕಾ"@kn,
        "아프리카"@ko,
        "اَفریٖکا"@ks,
        "Affrika"@ksh,
        "Afríka"@ln,
        "ແອບຟຮິກາ"@lo,
        "Afrika"@lt,
        "Āfrika"@lv,
        "Африка"@mk,
        "ആഫ്രിക്ക"@ml,
        "अफ्रिका"@mr,
        "Affrika"@mt,
        "အာဖရိက"@my,
        "Afrika"@nb,
        "अफ्रिका"@ne,
        "Afrika"@nl,
        "Afrika"@nn,
        "ଆଫ୍ରିକା"@or,
        "Африкӕ"@os,
        "Afryka"@pl,
        "África"@pt,
        "Africa"@rm,
        "Africa"@ro,
        "Африка"@ru,
        "Аапырыка"@sah,
        "Afrihkká"@se,
        "Afrihká"@se,
        "අප්‍රිකාව"@si,
        "Afrika"@sk,
        "Afrika"@sl,
        "Африка"@sr,
        "Afrika"@sr-Latn,
        "Afrika"@sv,
        "Afrika"@swh,
        "ஆப்ரிக்கா"@ta,
        "ఆఫ్రికా"@te,
        "แอฟริกา"@th,
        "አፍሪካ"@ti,
        "ʻAfilika"@to,
        "Afrika"@tr,
        "Африка"@uk,
        "افریقہ"@ur,
        "Châu Phi"@vi,
        "Afrika"@wae,
        "Afrika"@zsm,
        "i-Africa"@zu ;
    lvont:label <http://lexvo.org/id/term/afr/Afrika>,
        <http://lexvo.org/id/term/amh/%E1%8A%A0%E1%8D%8D%E1%88%AA%E1%8A%AB>,
        <http://lexvo.org/id/term/ara/%D8%A3%D9%81%D8%B1%D9%8A%D9%82%D9%8A%D8%A7>,
        <http://lexvo.org/id/term/ast/%C3%81frica>,
        <http://lexvo.org/id/term/aze/Afrika>,
        <http://lexvo.org/id/term/bel/%D0%90%D1%84%D1%80%D1%8B%D0%BA%D0%B0>,
        <http://lexvo.org/id/term/ben/%E0%A6%86%E0%A6%AB%E0%A7%8D%E0%A6%B0%E0%A6%BF%E0%A6%95%E0%A6%BE>,
        <http://lexvo.org/id/term/bod/%E0%BD%A8%E0%BD%95%E0%BE%B2%E0%BD%B2%E0%BC%8B%E0%BD%80%E0%BC%8D>,
        <http://lexvo.org/id/term/bos-Cyrl/%D0%90%D1%84%D1%80%D0%B8%D0%BA%D0%B0>,
        <http://lexvo.org/id/term/bos/Afrika>,
        <http://lexvo.org/id/term/bre/Afrika>,
        <http://lexvo.org/id/term/brx/%E0%A4%85%E0%A4%AB%E0%A5%8D%E0%A4%B0%E0%A5%80%E0%A4%95%E0%A4%BE>,
        <http://lexvo.org/id/term/bul/%D0%90%D1%84%D1%80%D0%B8%D0%BA%D0%B0>,
        <http://lexvo.org/id/term/cat/%C3%80frica>,
        <http://lexvo.org/id/term/ces/Afrika>,
        <http://lexvo.org/id/term/cmn-Hant/%E9%9D%9E%E6%B4%B2>,
        <http://lexvo.org/id/term/cmn/%E9%9D%9E%E6%B4%B2>,
        <http://lexvo.org/id/term/cym/Affrica>,
        <http://lexvo.org/id/term/dan/Afrika>,
        <http://lexvo.org/id/term/deu/Afrika>,
        <http://lexvo.org/id/term/dzo/%E0%BD%A8%E0%BD%95%E0%BC%8B%E0%BD%A2%E0%BD%B2%E0%BC%8B%E0%BD%80>,
        <http://lexvo.org/id/term/ell/%CE%91%CF%86%CF%81%CE%B9%CE%BA%CE%AE>,
        <http://lexvo.org/id/term/eng-Dsrt/%F0%90%90%88%F0%90%91%81%F0%90%91%89%F0%90%90%B2%F0%90%90%BF%F0%90%90%B2>,
        <http://lexvo.org/id/term/eng/Africa>,
        <http://lexvo.org/id/term/est/Aafrika>,
        <http://lexvo.org/id/term/eus/Afrika>,
        <http://lexvo.org/id/term/ewe/Afrika%20nutome>,
        <http://lexvo.org/id/term/fao/Africa>,
        <http://lexvo.org/id/term/fas/%D8%A7%D9%81%D8%B1%DB%8C%D9%82%D8%A7>,
        <http://lexvo.org/id/term/fil/Africa>,
        <http://lexvo.org/id/term/fin/Afrikka>,
        <http://lexvo.org/id/term/fra/Afrique>,
        <http://lexvo.org/id/term/fur/Afriche>,
        <http://lexvo.org/id/term/gla/Afraga>,
        <http://lexvo.org/id/term/gle/An%20Afraic>,
        <http://lexvo.org/id/term/glg/%C3%81frica>,
        <http://lexvo.org/id/term/gsw/Afrika>,
        <http://lexvo.org/id/term/guj/%E0%AA%86%E0%AA%AB%E0%AB%8D%E0%AA%B0%E0%AA%BF%E0%AA%95%E0%AA%BE>,
        <http://lexvo.org/id/term/heb/%D7%90%D7%A4%D7%A8%D7%99%D7%A7%D7%94>,
        <http://lexvo.org/id/term/hin/%E0%A4%85%E0%A4%AB%E0%A5%8D%E0%A4%B0%E0%A5%80%E0%A4%95%E0%A4%BE>,
        <http://lexvo.org/id/term/hrv/Afrika>,
        <http://lexvo.org/id/term/hun/Afrika>,
        <http://lexvo.org/id/term/hye/%D4%B1%D6%86%D6%80%D5%AB%D5%AF%D5%A1>,
        <http://lexvo.org/id/term/ind/Afrika>,
        <http://lexvo.org/id/term/isl/Afr%C3%ADka>,
        <http://lexvo.org/id/term/ita/Africa>,
        <http://lexvo.org/id/term/jgo/Af%C9%9Bl%C3%AEk>,
        <http://lexvo.org/id/term/jpn/%E3%82%A2%E3%83%95%E3%83%AA%E3%82%AB>,
        <http://lexvo.org/id/term/kal/Afrika>,
        <http://lexvo.org/id/term/kan/%E0%B2%86%E0%B2%AB%E0%B3%8D%E0%B2%B0%E0%B2%BF%E0%B2%95%E0%B2%BE>,
        <http://lexvo.org/id/term/kas/%D8%A7%D9%8E%D9%81%D8%B1%DB%8C%D9%96%DA%A9%D8%A7>,
        <http://lexvo.org/id/term/kat/%E1%83%90%E1%83%A4%E1%83%A0%E1%83%98%E1%83%99%E1%83%90>,
        <http://lexvo.org/id/term/kaz/%D0%90%D1%84%D1%80%D0%B8%D0%BA%D0%B0>,
        <http://lexvo.org/id/term/kea/Afrika>,
        <http://lexvo.org/id/term/khm/%E1%9E%A2%E1%9E%B6%E1%9E%96%E1%9F%92%E1%9E%9A%E1%9E%B7%E1%9E%80>,
        <http://lexvo.org/id/term/kor/%EC%95%84%ED%94%84%EB%A6%AC%EC%B9%B4>,
        <http://lexvo.org/id/term/ksh/Affrika>,
        <http://lexvo.org/id/term/lao/%E0%BB%81%E0%BA%AD%E0%BA%9A%E0%BA%9F%E0%BA%AE%E0%BA%B4%E0%BA%81%E0%BA%B2>,
        <http://lexvo.org/id/term/lav/%C4%80frika>,
        <http://lexvo.org/id/term/lin/Afr%C3%ADka>,
        <http://lexvo.org/id/term/lit/Afrika>,
        <http://lexvo.org/id/term/mal/%E0%B4%86%E0%B4%AB%E0%B5%8D%E0%B4%B0%E0%B4%BF%E0%B4%95%E0%B5%8D%E0%B4%95>,
        <http://lexvo.org/id/term/mar/%E0%A4%85%E0%A4%AB%E0%A5%8D%E0%A4%B0%E0%A4%BF%E0%A4%95%E0%A4%BE>,
        <http://lexvo.org/id/term/mkd/%D0%90%D1%84%D1%80%D0%B8%D0%BA%D0%B0>,
        <http://lexvo.org/id/term/mlt/Affrika>,
        <http://lexvo.org/id/term/mya/%E1%80%A1%E1%80%AC%E1%80%96%E1%80%9B%E1%80%AD%E1%80%80>,
        <http://lexvo.org/id/term/nep/%E0%A4%85%E0%A4%AB%E0%A5%8D%E0%A4%B0%E0%A4%BF%E0%A4%95%E0%A4%BE>,
        <http://lexvo.org/id/term/nld/Afrika>,
        <http://lexvo.org/id/term/nno/Afrika>,
        <http://lexvo.org/id/term/nob/Afrika>,
        <http://lexvo.org/id/term/ori/%E0%AC%86%E0%AC%AB%E0%AD%8D%E0%AC%B0%E0%AC%BF%E0%AC%95%E0%AC%BE>,
        <http://lexvo.org/id/term/oss/%D0%90%D1%84%D1%80%D0%B8%D0%BA%D3%95>,
        <http://lexvo.org/id/term/pol/Afryka>,
        <http://lexvo.org/id/term/por/%C3%81frica>,
        <http://lexvo.org/id/term/roh/Africa>,
        <http://lexvo.org/id/term/ron/Africa>,
        <http://lexvo.org/id/term/rus/%D0%90%D1%84%D1%80%D0%B8%D0%BA%D0%B0>,
        <http://lexvo.org/id/term/sah/%D0%90%D0%B0%D0%BF%D1%8B%D1%80%D1%8B%D0%BA%D0%B0>,
        <http://lexvo.org/id/term/sin/%E0%B6%85%E0%B6%B4%E0%B7%8A%E2%80%8D%E0%B6%BB%E0%B7%92%E0%B6%9A%E0%B7%8F%E0%B7%80>,
        <http://lexvo.org/id/term/slk/Afrika>,
        <http://lexvo.org/id/term/slv/Afrika>,
        <http://lexvo.org/id/term/sme/Afrihk%C3%A1>,
        <http://lexvo.org/id/term/sme/Afrihkk%C3%A1>,
        <http://lexvo.org/id/term/spa/%C3%81frica>,
        <http://lexvo.org/id/term/srp-Latn/Afrika>,
        <http://lexvo.org/id/term/srp/%D0%90%D1%84%D1%80%D0%B8%D0%BA%D0%B0>,
        <http://lexvo.org/id/term/swe/Afrika>,
        <http://lexvo.org/id/term/swh/Afrika>,
        <http://lexvo.org/id/term/tam/%E0%AE%86%E0%AE%AA%E0%AF%8D%E0%AE%B0%E0%AE%BF%E0%AE%95%E0%AF%8D%E0%AE%95%E0%AE%BE>,
        <http://lexvo.org/id/term/tel/%E0%B0%86%E0%B0%AB%E0%B1%8D%E0%B0%B0%E0%B0%BF%E0%B0%95%E0%B0%BE>,
        <http://lexvo.org/id/term/tha/%E0%B9%81%E0%B8%AD%E0%B8%9F%E0%B8%A3%E0%B8%B4%E0%B8%81%E0%B8%B2>,
        <http://lexvo.org/id/term/tir/%E1%8A%A0%E1%8D%8D%E1%88%AA%E1%8A%AB>,
        <http://lexvo.org/id/term/ton/%CA%BBAfilika>,
        <http://lexvo.org/id/term/tur/Afrika>,
        <http://lexvo.org/id/term/ukr/%D0%90%D1%84%D1%80%D0%B8%D0%BA%D0%B0>,
        <http://lexvo.org/id/term/urd/%D8%A7%D9%81%D8%B1%DB%8C%D9%82%DB%81>,
        <http://lexvo.org/id/term/vie/Ch%C3%A2u%20Phi>,
        <http://lexvo.org/id/term/wae/Afrika>,
        <http://lexvo.org/id/term/zsm/Afrika>,
        <http://lexvo.org/id/term/zul/i-Africa> ;
    owl:sameAs <http://lexvo.org/id/wordnet/30/noun/africa_1_17_00> .

<http://lexvo.org/id/un_m49/003> a lvont:GeographicRegion ;
    rdfs:label "Noord-Amerika"@af,
        "ሰሜን አሜሪካ"@am,
        "أمريكا الشمالية"@ar,
        "Norteamérica"@ast,
        "Şimal Amerika"@az,
        "Паўночная Амэрыка"@be,
        "Северноамерикански континент"@bg,
        "উত্তর আমেরিক"@bn,
        "Norzhamerika"@br,
        "उत्तर अमरिका"@brx,
        "Severnoamerički kontinent"@bs,
        "Северноамерички континент"@bs-Cyrl,
        "Amèrica del Nord"@ca,
        "ᏧᏴᏢ ᎠᎺᎵᎦ"@chr,
        "北美洲"@cmn,
        "北美洲"@cmn-Hant,
        "Severní Amerika"@cs,
        "Gogledd America"@cy,
        "Nordamerika"@da,
        "Nordamerika"@de,
        "བྱང་ཨ་མི་རི་ཀ"@dz,
        "Dziehe Amerika nutome"@ee,
        "Βόρεια Αμερική"@el,
        "North America"@en,
        "𐐤𐐱𐑉𐑃 𐐊𐑋𐐯𐑉𐐲𐐿𐐲"@en-Dsrt,
        "América del Norte"@es,
        "Põhja-Ameerika"@et,
        "Ipar Amerika"@eu,
        "امریکای شمالی"@fa,
        "Pohjois-Amerikka"@fi,
        "North America"@fil,
        "Norðuramerika"@fo,
        "Amérique du Nord"@fr,
        "Americhe dal Nord"@fur,
        "Meiriceá Thuaidh"@ga,
        "Aimearaga a Tuath"@gd,
        "Norteamérica"@gl,
        "Nordameerika"@gsw,
        "ઉતર અમેરિકા"@gu,
        "צפון אמריקה"@he,
        "उत्तर अमेरिका"@hi,
        "Sjevernoamerički kontinent"@hr,
        "Észak-Amerika"@hu,
        "Amerika Utara"@id,
        "Norður-Ameríka"@is,
        "Nord America"@it,
        "北アメリカ大陸"@ja,
        "ჩრდილოეთ ამერიკა"@ka,
        "Merka di Norti"@kea,
        "Солтүстік Америка"@kk,
        "Amerika Avannarleq"@kl,
        "អាមេរិក​ខាង​ជើង"@km,
        "ಉತ್ತರ ಅಮೇರಿಕಾ"@kn,
        "북아메리카"@ko,
        "شُمٲلی اَمریٖکا"@ks,
        "Nood-Amärrika"@ksh,
        "Ameríka ya Nola"@ln,
        "ອາເມລິກາເໜືອ"@lo,
        "Šiaurės Amerika"@lt,
        "Ziemeļamerika"@lv,
        "Северна Америка"@mk,
        "വടക്കേ അമേരിക്കൻ ഭൂഖണ്ഡം"@ml,
        "उत्तर अमेरिका"@mr,
        "Amerika ta’ Fuq"@mt,
        "မြောက် အမေရိက"@my,
        "Nord-Amerika"@nb,
        "उत्तर अमेरिका"@ne,
        "Noord-Amerika"@nl,
        "Nord-Amerika"@nn,
        "ଉତ୍ତର ଆମେରିକା"@or,
        "Ameryka Północna"@pl,
        "América do Norte"@pt,
        "America dal Nord"@rm,
        "America de Nord"@ro,
        "Северная Америка"@ru,
        "Хотугу Эмиэрикэ"@sah,
        "dávvi-Amerihkká ja gaska-Amerihkká"@se,
        "උතුරු ඇමෙරිකාව"@si,
        "Severná Amerika [003]"@sk,
        "Severna Amerika"@sl,
        "Северноамерички континент"@sr,
        "Severnoamerički kontinent"@sr-Latn,
        "Nordamerika"@sv,
        "Amerika Kaskazini"@swh,
        "வடக்கு அமெரிக்கா கண்டம்"@ta,
        "ఉత్తర అమెరికా ఖండము"@te,
        "อเมริกาเหนือ"@th,
        "ʻAmelika tokelau"@to,
        "Kuzey Amerika"@tr,
        "Північноамериканський континент"@uk,
        "شمالی امریکہ"@ur,
        "Bắc Mỹ"@vi,
        "Nordamerika"@wae,
        "Amerika Utara"@zsm,
        "e-North America"@zu ;
    lvont:label <http://lexvo.org/id/term/afr/Noord-Amerika>,
        <http://lexvo.org/id/term/amh/%E1%88%B0%E1%88%9C%E1%8A%95%20%E1%8A%A0%E1%88%9C%E1%88%AA%E1%8A%AB>,
        <http://lexvo.org/id/term/ara/%D8%A3%D9%85%D8%B1%D9%8A%D9%83%D8%A7%20%D8%A7%D9%84%D8%B4%D9%85%D8%A7%D9%84%D9%8A%D8%A9>,
        <http://lexvo.org/id/term/ast/Norteam%C3%A9rica>,
        <http://lexvo.org/id/term/aze/%C5%9Eimal%20Amerika>,
        <http://lexvo.org/id/term/bel/%D0%9F%D0%B0%D1%9E%D0%BD%D0%BE%D1%87%D0%BD%D0%B0%D1%8F%20%D0%90%D0%BC%D1%8D%D1%80%D1%8B%D0%BA%D0%B0>,
        <http://lexvo.org/id/term/ben/%E0%A6%89%E0%A6%A4%E0%A7%8D%E0%A6%A4%E0%A6%B0%20%E0%A6%86%E0%A6%AE%E0%A7%87%E0%A6%B0%E0%A6%BF%E0%A6%95>,
        <http://lexvo.org/id/term/bos-Cyrl/%D0%A1%D0%B5%D0%B2%D0%B5%D1%80%D0%BD%D0%BE%D0%B0%D0%BC%D0%B5%D1%80%D0%B8%D1%87%D0%BA%D0%B8%20%D0%BA%D0%BE%D0%BD%D1%82%D0%B8%D0%BD%D0%B5%D0%BD%D1%82>,
        <http://lexvo.org/id/term/bos/Severnoameri%C4%8Dki%20kontinent>,
        <http://lexvo.org/id/term/bre/Norzhamerika>,
        <http://lexvo.org/id/term/brx/%E0%A4%89%E0%A4%A4%E0%A5%8D%E0%A4%A4%E0%A4%B0%20%E0%A4%85%E0%A4%AE%E0%A4%B0%E0%A4%BF%E0%A4%95%E0%A4%BE>,
        <http://lexvo.org/id/term/bul/%D0%A1%D0%B5%D0%B2%D0%B5%D1%80%D0%BD%D0%BE%D0%B0%D0%BC%D0%B5%D1%80%D0%B8%D0%BA%D0%B0%D0%BD%D1%81%D0%BA%D0%B8%20%D0%BA%D0%BE%D0%BD%D1%82%D0%B8%D0%BD%D0%B5%D0%BD%D1%82>,
        <http://lexvo.org/id/term/cat/Am%C3%A8rica%20del%20Nord>,
        <http://lexvo.org/id/term/ces/Severn%C3%AD%20Amerika>,
        <http://lexvo.org/id/term/chr/%E1%8F%A7%E1%8F%B4%E1%8F%A2%20%E1%8E%A0%E1%8E%BA%E1%8E%B5%E1%8E%A6>,
        <http://lexvo.org/id/term/cmn-Hant/%E5%8C%97%E7%BE%8E%E6%B4%B2>,
        <http://lexvo.org/id/term/cmn/%E5%8C%97%E7%BE%8E%E6%B4%B2>,
        <http://lexvo.org/id/term/cym/Gogledd%20America>,
        <http://lexvo.org/id/term/dan/Nordamerika>,
        <http://lexvo.org/id/term/deu/Nordamerika>,
        <http://lexvo.org/id/term/dzo/%E0%BD%96%E0%BE%B1%E0%BD%84%E0%BC%8B%E0%BD%A8%E0%BC%8B%E0%BD%98%E0%BD%B2%E0%BC%8B%E0%BD%A2%E0%BD%B2%E0%BC%8B%E0%BD%80>,
        <http://lexvo.org/id/term/ell/%CE%92%CF%8C%CF%81%CE%B5%CE%B9%CE%B1%20%CE%91%CE%BC%CE%B5%CF%81%CE%B9%CE%BA%CE%AE>,
        <http://lexvo.org/id/term/eng-Dsrt/%F0%90%90%A4%F0%90%90%B1%F0%90%91%89%F0%90%91%83%20%F0%90%90%8A%F0%90%91%8B%F0%90%90%AF%F0%90%91%89%F0%90%90%B2%F0%90%90%BF%F0%90%90%B2>,
        <http://lexvo.org/id/term/eng/North%20America>,
        <http://lexvo.org/id/term/est/P%C3%B5hja-Ameerika>,
        <http://lexvo.org/id/term/eus/Ipar%20Amerika>,
        <http://lexvo.org/id/term/ewe/Dziehe%20Amerika%20nutome>,
        <http://lexvo.org/id/term/fao/Nor%C3%B0uramerika>,
        <http://lexvo.org/id/term/fas/%D8%A7%D9%85%D8%B1%DB%8C%DA%A9%D8%A7%DB%8C%20%D8%B4%D9%85%D8%A7%D9%84%DB%8C>,
        <http://lexvo.org/id/term/fil/North%20America>,
        <http://lexvo.org/id/term/fin/Pohjois-Amerikka>,
        <http://lexvo.org/id/term/fra/Am%C3%A9rique%20du%20Nord>,
        <http://lexvo.org/id/term/fur/Americhe%20dal%20Nord>,
        <http://lexvo.org/id/term/gla/Aimearaga%20a%20Tuath>,
        <http://lexvo.org/id/term/gle/Meirice%C3%A1%20Thuaidh>,
        <http://lexvo.org/id/term/glg/Norteam%C3%A9rica>,
        <http://lexvo.org/id/term/gsw/Nordameerika>,
        <http://lexvo.org/id/term/guj/%E0%AA%89%E0%AA%A4%E0%AA%B0%20%E0%AA%85%E0%AA%AE%E0%AB%87%E0%AA%B0%E0%AA%BF%E0%AA%95%E0%AA%BE>,
        <http://lexvo.org/id/term/heb/%D7%A6%D7%A4%D7%95%D7%9F%20%D7%90%D7%9E%D7%A8%D7%99%D7%A7%D7%94>,
        <http://lexvo.org/id/term/hin/%E0%A4%89%E0%A4%A4%E0%A5%8D%E0%A4%A4%E0%A4%B0%20%E0%A4%85%E0%A4%AE%E0%A5%87%E0%A4%B0%E0%A4%BF%E0%A4%95%E0%A4%BE>,
        <http://lexvo.org/id/term/hrv/Sjevernoameri%C4%8Dki%20kontinent>,
        <http://lexvo.org/id/term/hun/%C3%89szak-Amerika>,
        <http://lexvo.org/id/term/ind/Amerika%20Utara>,
        <http://lexvo.org/id/term/isl/Nor%C3%B0ur-Amer%C3%ADka>,
        <http://lexvo.org/id/term/ita/Nord%20America>,
        <http://lexvo.org/id/term/jpn/%E5%8C%97%E3%82%A2%E3%83%A1%E3%83%AA%E3%82%AB%E5%A4%A7%E9%99%B8>,
        <http://lexvo.org/id/term/kal/Amerika%20Avannarleq>,
        <http://lexvo.org/id/term/kan/%E0%B2%89%E0%B2%A4%E0%B3%8D%E0%B2%A4%E0%B2%B0%20%E0%B2%85%E0%B2%AE%E0%B3%87%E0%B2%B0%E0%B2%BF%E0%B2%95%E0%B2%BE>,
        <http://lexvo.org/id/term/kas/%D8%B4%D9%8F%D9%85%D9%B2%D9%84%DB%8C%20%D8%A7%D9%8E%D9%85%D8%B1%DB%8C%D9%96%DA%A9%D8%A7>,
        <http://lexvo.org/id/term/kat/%E1%83%A9%E1%83%A0%E1%83%93%E1%83%98%E1%83%9A%E1%83%9D%E1%83%94%E1%83%97%20%E1%83%90%E1%83%9B%E1%83%94%E1%83%A0%E1%83%98%E1%83%99%E1%83%90>,
        <http://lexvo.org/id/term/kaz/%D0%A1%D0%BE%D0%BB%D1%82%D2%AF%D1%81%D1%82%D1%96%D0%BA%20%D0%90%D0%BC%D0%B5%D1%80%D0%B8%D0%BA%D0%B0>,
        <http://lexvo.org/id/term/kea/Merka%20di%20Norti>,
        <http://lexvo.org/id/term/khm/%E1%9E%A2%E1%9E%B6%E1%9E%98%E1%9F%81%E1%9E%9A%E1%9E%B7%E1%9E%80%E2%80%8B%E1%9E%81%E1%9E%B6%E1%9E%84%E2%80%8B%E1%9E%87%E1%9E%BE%E1%9E%84>,
        <http://lexvo.org/id/term/kor/%EB%B6%81%EC%95%84%EB%A9%94%EB%A6%AC%EC%B9%B4>,
        <http://lexvo.org/id/term/ksh/Nood-Am%C3%A4rrika>,
        <http://lexvo.org/id/term/lao/%E0%BA%AD%E0%BA%B2%E0%BB%80%E0%BA%A1%E0%BA%A5%E0%BA%B4%E0%BA%81%E0%BA%B2%E0%BB%80%E0%BB%9C%E0%BA%B7%E0%BA%AD>,
        <http://lexvo.org/id/term/lav/Zieme%C4%BCamerika>,
        <http://lexvo.org/id/term/lin/Amer%C3%ADka%20ya%20Nola>,
        <http://lexvo.org/id/term/lit/%C5%A0iaur%C4%97s%20Amerika>,
        <http://lexvo.org/id/term/mal/%E0%B4%B5%E0%B4%9F%E0%B4%95%E0%B5%8D%E0%B4%95%E0%B5%87%20%E0%B4%85%E0%B4%AE%E0%B5%87%E0%B4%B0%E0%B4%BF%E0%B4%95%E0%B5%8D%E0%B4%95%E0%B5%BB%20%E0%B4%AD%E0%B5%82%E0%B4%96%E0%B4%A3%E0%B5%8D%E0%B4%A1%E0%B4%82>,
        <http://lexvo.org/id/term/mar/%E0%A4%89%E0%A4%A4%E0%A5%8D%E0%A4%A4%E0%A4%B0%20%E0%A4%85%E0%A4%AE%E0%A5%87%E0%A4%B0%E0%A4%BF%E0%A4%95%E0%A4%BE>,
        <http://lexvo.org/id/term/mkd/%D0%A1%D0%B5%D0%B2%D0%B5%D1%80%D0%BD%D0%B0%20%D0%90%D0%BC%D0%B5%D1%80%D0%B8%D0%BA%D0%B0>,
        <http://lexvo.org/id/term/mlt/Amerika%20ta%E2%80%99%20Fuq>,
        <http://lexvo.org/id/term/mya/%E1%80%99%E1%80%BC%E1%80%B1%E1%80%AC%E1%80%80%E1%80%BA%20%E1%80%A1%E1%80%99%E1%80%B1%E1%80%9B%E1%80%AD%E1%80%80>,
        <http://lexvo.org/id/term/nep/%E0%A4%89%E0%A4%A4%E0%A5%8D%E0%A4%A4%E0%A4%B0%20%E0%A4%85%E0%A4%AE%E0%A5%87%E0%A4%B0%E0%A4%BF%E0%A4%95%E0%A4%BE>,
        <http://lexvo.org/id/term/nld/Noord-Amerika>,
        <http://lexvo.org/id/term/nno/Nord-Amerika>,
        <http://lexvo.org/id/term/nob/Nord-Amerika>,
        <http://lexvo.org/id/term/ori/%E0%AC%89%E0%AC%A4%E0%AD%8D%E0%AC%A4%E0%AC%B0%20%E0%AC%86%E0%AC%AE%E0%AD%87%E0%AC%B0%E0%AC%BF%E0%AC%95%E0%AC%BE>,
        <http://lexvo.org/id/term/pol/Ameryka%20P%C3%B3%C5%82nocna>,
        <http://lexvo.org/id/term/por/Am%C3%A9rica%20do%20Norte>,
        <http://lexvo.org/id/term/roh/America%20dal%20Nord>,
        <http://lexvo.org/id/term/ron/America%20de%20Nord>,
        <http://lexvo.org/id/term/rus/%D0%A1%D0%B5%D0%B2%D0%B5%D1%80%D0%BD%D0%B0%D1%8F%20%D0%90%D0%BC%D0%B5%D1%80%D0%B8%D0%BA%D0%B0>,
        <http://lexvo.org/id/term/sah/%D0%A5%D0%BE%D1%82%D1%83%D0%B3%D1%83%20%D0%AD%D0%BC%D0%B8%D1%8D%D1%80%D0%B8%D0%BA%D1%8D>,
        <http://lexvo.org/id/term/sin/%E0%B6%8B%E0%B6%AD%E0%B7%94%E0%B6%BB%E0%B7%94%20%E0%B6%87%E0%B6%B8%E0%B7%99%E0%B6%BB%E0%B7%92%E0%B6%9A%E0%B7%8F%E0%B7%80>,
        <http://lexvo.org/id/term/slk/Severn%C3%A1%20Amerika%20%5B003%5D>,
        <http://lexvo.org/id/term/slv/Severna%20Amerika>,
        <http://lexvo.org/id/term/sme/d%C3%A1vvi-Amerihkk%C3%A1%20ja%20gaska-Amerihkk%C3%A1>,
        <http://lexvo.org/id/term/spa/Am%C3%A9rica%20del%20Norte>,
        <http://lexvo.org/id/term/srp-Latn/Severnoameri%C4%8Dki%20kontinent>,
        <http://lexvo.org/id/term/srp/%D0%A1%D0%B5%D0%B2%D0%B5%D1%80%D0%BD%D0%BE%D0%B0%D0%BC%D0%B5%D1%80%D0%B8%D1%87%D0%BA%D0%B8%20%D0%BA%D0%BE%D0%BD%D1%82%D0%B8%D0%BD%D0%B5%D0%BD%D1%82>,
        <http://lexvo.org/id/term/swe/Nordamerika>,
        <http://lexvo.org/id/term/swh/Amerika%20Kaskazini>,
        <http://lexvo.org/id/term/tam/%E0%AE%B5%E0%AE%9F%E0%AE%95%E0%AF%8D%E0%AE%95%E0%AF%81%20%E0%AE%85%E0%AE%AE%E0%AF%86%E0%AE%B0%E0%AE%BF%E0%AE%95%E0%AF%8D%E0%AE%95%E0%AE%BE%20%E0%AE%95%E0%AE%A3%E0%AF%8D%E0%AE%9F%E0%AE%AE%E0%AF%8D>,
        <http://lexvo.org/id/term/tel/%E0%B0%89%E0%B0%A4%E0%B1%8D%E0%B0%A4%E0%B0%B0%20%E0%B0%85%E0%B0%AE%E0%B1%86%E0%B0%B0%E0%B0%BF%E0%B0%95%E0%B0%BE%20%E0%B0%96%E0%B0%82%E0%B0%A1%E0%B0%AE%E0%B1%81>,
        <http://lexvo.org/id/term/tha/%E0%B8%AD%E0%B9%80%E0%B8%A1%E0%B8%A3%E0%B8%B4%E0%B8%81%E0%B8%B2%E0%B9%80%E0%B8%AB%E0%B8%99%E0%B8%B7%E0%B8%AD>,
        <http://lexvo.org/id/term/ton/%CA%BBAmelika%20tokelau>,
        <http://lexvo.org/id/term/tur/Kuzey%20Amerika>,
        <http://lexvo.org/id/term/ukr/%D0%9F%D1%96%D0%B2%D0%BD%D1%96%D1%87%D0%BD%D0%BE%D0%B0%D0%BC%D0%B5%D1%80%D0%B8%D0%BA%D0%B0%D0%BD%D1%81%D1%8C%D0%BA%D0%B8%D0%B9%20%D0%BA%D0%BE%D0%BD%D1%82%D0%B8%D0%BD%D0%B5%D0%BD%D1%82>,
        <http://lexvo.org/id/term/urd/%D8%B4%D9%85%D8%A7%D9%84%DB%8C%20%D8%A7%D9%85%D8%B1%DB%8C%DA%A9%DB%81>,
        <http://lexvo.org/id/term/vie/B%E1%BA%AFc%20M%E1%BB%B9>,
        <http://lexvo.org/id/term/wae/Nordamerika>,
        <http://lexvo.org/id/term/zsm/Amerika%20Utara>,
        <http://lexvo.org/id/term/zul/e-North%20America> ;
    owl:sameAs <http://lexvo.org/id/wordnet/30/noun/north_america_1_17_00> .

<http://lexvo.org/id/wordnet/30/noun/bantu_1_10_00> rdfs:label "Bantoid-Sprachen"@de,
        "Bantoid language"@en,
        "Bantoid languages"@en,
        "Langues bantoïdes"@fr,
        "Bantoid jezici"@hr,
        "반투제어군"@ko,
        "Бантоидни јазици"@mk,
        "Języki bantuidalne"@pl,
        "Línguas bantóides"@pt,
        "Бантоидные языки"@ru,
        "Bantoida språk"@sv,
        "Бантоїдні мови"@uk ;
    lvont:label <http://lexvo.org/id/term/deu/Bantoid-Sprachen>,
        <http://lexvo.org/id/term/eng/Bantoid%20language>,
        <http://lexvo.org/id/term/eng/Bantoid%20languages>,
        <http://lexvo.org/id/term/fra/Langues%20banto%C3%AFdes>,
        <http://lexvo.org/id/term/hrv/Bantoid%20jezici>,
        <http://lexvo.org/id/term/kor/%EB%B0%98%ED%88%AC%EC%A0%9C%EC%96%B4%EA%B5%B0>,
        <http://lexvo.org/id/term/mkd/%D0%91%D0%B0%D0%BD%D1%82%D0%BE%D0%B8%D0%B4%D0%BD%D0%B8%20%D1%98%D0%B0%D0%B7%D0%B8%D1%86%D0%B8>,
        <http://lexvo.org/id/term/pol/J%C4%99zyki%20bantuidalne>,
        <http://lexvo.org/id/term/por/L%C3%ADnguas%20bant%C3%B3ides>,
        <http://lexvo.org/id/term/rus/%D0%91%D0%B0%D0%BD%D1%82%D0%BE%D0%B8%D0%B4%D0%BD%D1%8B%D0%B5%20%D1%8F%D0%B7%D1%8B%D0%BA%D0%B8>,
        <http://lexvo.org/id/term/swe/Bantoida%20spr%C3%A5k>,
        <http://lexvo.org/id/term/ukr/%D0%91%D0%B0%D0%BD%D1%82%D0%BE%D1%97%D0%B4%D0%BD%D1%96%20%D0%BC%D0%BE%D0%B2%D0%B8> ;
    rdfs:comment "In the classification of African languages, Bantoid is a branch of the Benue–Congo subfamily of the Niger–Congo phylum. The term Bantoid was first used by Krause in 1895 for languages that showed resemblances in vocabulary to Bantu. Greenberg in his 1963 The Languages of Africa defined Bantoid as the group to which (Narrow) Bantu belongs together with its closest relatives; this is the sense in which the term is still used today."@en ;
    owl:sameAs <http://dbpedia.org/resource/Bantoid_languages>,
        <http://www.mpii.de/yago/resource/Bantoid_languages> .

<http://lexvo.org/id/wordnet/30/noun/kiswahili_1_10_00> owl:sameAs <http://lexvo.org/id/iso639-3/swa>,
        <http://lexvo.org/id/wordnet/30/noun/swahili_1_10_00> .

<http://lexvo.org/id/wordnet/30/noun/swahili_1_10_00> owl:sameAs <http://lexvo.org/id/iso639-3/swa>,
        <http://lexvo.org/id/wordnet/30/noun/kiswahili_1_10_00> .

<http://lexvo.org/id/wordnet/30/noun/tonga_1_10_00> owl:sameAs <http://lexvo.org/id/iso639-3/toi>,
        <http://lexvo.org/id/iso639-3/ton> .

lvont:represents a owl:ObjectProperty ;
    rdfs:label "represents"@en ;
    rdfs:comment """the semiotic property of semantically representing something, i.e. a
    relationship between words and other signs and resources that they represent (or represented) to a considerable number of humans"""@en .

lvont:somewhatSameAs a owl:SymmetricProperty ;
    rdfs:label "somewhat same as"@en ;
    lvont1:somewhatSameAs skos:broadMatch ;
    rdfs:comment """The property of being at least somewhat the same as something else. For instance,
    the City of Los Angeles is somewhat the same as the Greater Los Angeles area."""@en .

owl:sameAs rdfs:subPropertyOf lvont:nearlySameAs .

<http://lexvo.org/id/iso3166/CS> a lvont:GeographicRegion ;
    rdfs:label "ISO 3166-1:CS"@en ;
    lvont:label <http://lexvo.org/id/term/eng/ISO%203166-1%3ACS> ;
    rdfs:comment "The ISO 3166-1 alpha-2 code \"CS\" may refer to: *Czechoslovakia (until 1993) *Serbia and Montenegro (from 2003 to 2006)"@en ;
    owl:sameAs <http://dbpedia.org/resource/ISO_3166-1%3ACS>,
        <http://psi.oasis-open.org/iso/3166/#891>,
        <http://sws.geonames.org/6957973/>,
        <http://www.mpii.de/yago/resource/ISO_3166-1%3ACS> .

<http://lexvo.org/id/iso639-3/aab> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "aab"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Alumu_language>,
        <http://www.mpii.de/yago/resource/Alumu_language> ;
    skos:altLabel "Alumu language"@en ;
    skos:definition "Alumu (Alumu–Akpondu, Alumu–Tesu) is a Niger–Congo language spoken by approximately 7000 people in Nassarawa State, Nigeria. It has lost the nominal affix system characteristic of the Niger–Congo family."@en ;
    skos:inScheme lexvo: ;
    skos:notation "aab"^^xsd:string ;
    skos:prefLabel "Alumu-Tesu"@de,
        "Alumu-Tesu"@en,
        "Alumu-Tesu jezik"@hr,
        "Alumu-Tesu"@nl,
        "Lenga Alumu-Tesu"@pms .

<http://lexvo.org/id/iso639-3/aac> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "aac"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Ari_language>,
        <http://www.lingvoj.org/lang/aac>,
        <http://www.mpii.de/yago/resource/Ari_language> ;
    skos:altLabel "Ari language"@en ;
    skos:definition "The Ari language is a Papuan language of the Trans–New Guinea family. As of the 2000 census there were only 50 Ari speakers, living in two villages."@en ;
    skos:inScheme lexvo: ;
    skos:notation "aac"^^xsd:string ;
    skos:prefLabel "Ari"@en,
        "Ari"@fr,
        "Ari jezik"@hr,
        "Ari"@nl,
        "Lenga Ari"@pms .

<http://lexvo.org/id/iso639-3/aad> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "aad"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Amal_language>,
        <http://www.mpii.de/yago/resource/Amal_language> ;
    skos:altLabel "Amal language"@en ;
    skos:definition "Amal is a language of Papua New Guinea."@en ;
    skos:inScheme lexvo: ;
    skos:notation "aad"^^xsd:string ;
    skos:prefLabel "Amaleg"@br,
        "Amal"@en,
        "Idioma amal"@es,
        "Amal jezik"@hr,
        "Lenga Amal"@pms .

<http://lexvo.org/id/iso639-3/aae> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "aae"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Arb%C3%ABresh_language>,
        <http://www.mpii.de/yago/resource/Arb%C3%ABresh_language> ;
    skos:altLabel "Albanian, Arbëreshë"@en,
        "Arbëreshë Albanian"@en ;
    skos:definition "Arbëreshë, also known as Arbërisht, is an ethnolect spoken by the Arbëreshë, the group of Albanian-speaking minorities in Italy."@en ;
    skos:inScheme lexvo: ;
    skos:notation "aae"^^xsd:string ;
    skos:prefLabel "Luenga arbëreshë"@an,
        "Arvaniteg"@br,
        "Arbëresh language"@en,
        "Dialecto arbëreshë"@es,
        "Arbëreshë hizkuntza"@eu,
        "Arbërisht"@fr,
        "Arbëreshë albanski"@hr,
        "Arberes nyelv"@hu,
        "Arvaníska"@is,
        "Lingua arbëreshë"@it,
        "Arbereščina"@sl,
        "Arbërisht"@sq,
        "Arberesjiska"@sv .

<http://lexvo.org/id/iso639-3/aaf> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "aaf"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Aranadan_language>,
        <http://www.mpii.de/yago/resource/Aranadan_language> ;
    skos:altLabel "Aranadan language"@en ;
    skos:definition "Aranadan is a Dravidian language spoken by approximately 200 people, predominantly in the Malappuram District of Kerala state, India. It is similar to Malayalam and Tamil, and also contains elements of the Kannada language. It is also known as Aranatan and Eranadans."@en ;
    skos:inScheme lexvo: ;
    skos:notation "aaf"^^xsd:string ;
    skos:prefLabel "Aranadan"@en,
        "Aranadan jezik"@hr,
        "Lenga Aranadan"@pms .

<http://lexvo.org/id/iso639-3/aag> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "aag"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Ambrak_language>,
        <http://www.mpii.de/yago/resource/Ambrak_language> ;
    skos:altLabel "Ambrak language"@en ;
    skos:definition "Ambrak is a Torricelli language spoken in the Nuku District of the Sandaun Province in Papua New Guinea. According to the 2000 census, there are approximately 290 speakers."@en ;
    skos:inScheme lexvo: ;
    skos:notation "aag"^^xsd:string ;
    skos:prefLabel "Ambrak"@en,
        "Ambrak jezik"@hr .

<http://lexvo.org/id/iso639-3/aak> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "aak"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Ankave_language>,
        <http://www.mpii.de/yago/resource/Ankave_language> ;
    skos:altLabel "Ankave language"@en ;
    skos:definition "Ankave or Angave is a Papuan language spoken by the approximately 1,600 Angave people in Kereme District, Gulf Province, Papua New Guinea."@en ;
    skos:inScheme lexvo: ;
    skos:notation "aak"^^xsd:string ;
    skos:prefLabel "Ankave"@en,
        "Ankave jezik"@hr,
        "Język ankave"@pl,
        "Lenga Ankave"@pms .

<http://lexvo.org/id/iso639-3/aam> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "aam"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Aramanik_language>,
        <http://www.mpii.de/yago/resource/Aramanik_language> ;
    skos:altLabel "Aramanik language"@en ;
    skos:definition "Aramanik (Laramanik) is a Nilo-Saharan language spoken in the Arusha Region of Tanzania by 3,000 people. It is the primary language of the hunter-gatherer Aramanik, who have limited comprehension of other languages. The Aramanik are also called derogatory Dorobo (Ndorobo)."@en ;
    skos:inScheme lexvo: ;
    skos:notation "aam"^^xsd:string ;
    skos:prefLabel "Aramanik"@en,
        "Aramanik jezik"@hr,
        "Aramanik"@no,
        "Lenga Aramanik"@pms .

<http://lexvo.org/id/iso639-3/aan> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "aan"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Anamb%C3%A9_language>,
        <http://www.mpii.de/yago/resource/Anamb%C3%A9_language> ;
    skos:altLabel "Anambé language"@en ;
    skos:definition "Anambé is a possibly extinct Tupi language spoken in Pará, on the Cairari River in Brazil. It is being supplanted by Portuguese and is considered an endangered language."@en ;
    skos:inScheme lexvo: ;
    skos:notation "aan"^^xsd:string ;
    skos:prefLabel "Anambé"@en,
        "Anambe jezik"@hr,
        "Lenga anambé"@pms .

<http://lexvo.org/id/iso639-3/aao> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "aao"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Saharan_Arabic>,
        <http://www.mpii.de/yago/resource/Saharan_Arabic> ;
    skos:altLabel "Algerian Saharan Arabic"@en,
        "Arabic, Algerian Saharan"@en ;
    skos:definition "Algerian Saharan Arabic (also known as Saharan Arabic, Tamanrasset Arabic, Tamanghasset Arabic) is a structurally distinct variety of Arabic spoken by an estimated 100,000 people in Algeria, predominantly along the Moroccan border with the Atlas mountains range. It is also spoken by about 10,000 people in neighbouring Niger."@en ;
    skos:inScheme lexvo: ;
    skos:notation "aao"^^xsd:string ;
    skos:prefLabel "Saharan Arabic"@en,
        "Árabe sahariano"@es,
        "Arabe saharien"@fr,
        "Saharski arapski"@hr,
        "Сахарски арапски јазик"@mk .

<http://lexvo.org/id/iso639-3/aaq> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "aaq"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Eastern_Abnaki_language>,
        <http://www.mpii.de/yago/resource/Eastern_Abnaki_language> ;
    skos:altLabel "Abnaki, Eastern"@en,
        "Eastern Abnaki language"@en ;
    skos:definition "Eastern Abnaki is an extinct language once spoken by the Penobscot in the coastal area of the state of Maine, United States. The last known speaker died in the 1990s in Penobscot, Maine."@en ;
    skos:inScheme lexvo: ;
    skos:notation "aaq"^^xsd:string ;
    skos:prefLabel "Eastern Abnaki"@en,
        "Istočnoabnački jezik"@hr,
        "Lenga abnaki oriental"@pms .

<http://lexvo.org/id/iso639-3/aas> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "aas"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Asa_language>,
        <http://www.mpii.de/yago/resource/Asa_language> ;
    skos:altLabel "Asa language"@en ;
    skos:definition "The Asa language, Aasáx (also Asax, Asá, Aasá, Assa, Asak) was apparently a Cushitic language spoken by the Assa people in Tanzania. The language is extinct; ethnic Assa in northern Tanzania remember only a few words they overheard their elders use. Little is known of the language, and it is not clear it was entirely Cushitic, or if it retained a non-Cushitic layer from language shift. Perhaps most closely related to Kw'adza."@en ;
    skos:inScheme lexvo: ;
    skos:notation "aas"^^xsd:string ;
    skos:prefLabel "Asakeg"@br,
        "Aasáx"@ca,
        "Aasáx"@en,
        "Aasax"@es,
        "Aasax hizkuntza"@eu,
        "Aasáx"@fi,
        "Aasáx jezik"@hr,
        "Lenga Aasax"@pms .

<http://lexvo.org/id/iso639-3/aat> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "aat"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Arvanitika>,
        <http://www.mpii.de/yago/resource/Arvanitika> ;
    skos:altLabel "Albanian, Arvanitika"@en,
        "Arvanitika Albanian"@en ;
    skos:definition "Arvanitika also known Arvanitic (Arvanitika: αρbε̰ρίσ̈τ arbërisht, Greek: αρβανίτικα arvanitika) is the variety of Albanian traditionally spoken by the Arvanites, a population group in Greece. Arvanitika is today an endangered language, as its speakers have been shifting to the use of Greek and most younger members of the community no longer speak it."@en ;
    skos:inScheme lexvo: ;
    skos:notation "aat"^^xsd:string ;
    skos:prefLabel "Arvaniteg"@br,
        "Αρβανίτικη γλώσσα"@el,
        "Arvanitika"@en,
        "Arvanitika"@eu,
        "Arvanitika"@fi,
        "Arvanitika"@gl,
        "Arvanitski jezik"@hr,
        "Arvaníska"@is,
        "Arvanitico"@it,
        "Lingua Arbanitica"@la,
        "Língua arvanitica"@pt,
        "Арнаутский диалект"@ru,
        "Arvanitiska"@sv .

<http://lexvo.org/id/iso639-3/aba> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "aba"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Ab%C3%A9_language>,
        <http://www.mpii.de/yago/resource/Ab%C3%A9_language> ;
    skos:altLabel "Abé language"@en ;
    skos:definition "Abé (also spelled Abbé, Abbey, Abi) is a language of uncertain classification within the Kwa branch of the Niger–Congo family. It is spoken in Côte d'Ivoire."@en ;
    skos:inScheme lexvo: ;
    skos:notation "aba"^^xsd:string ;
    skos:prefLabel "Abé"@de,
        "Abé"@en,
        "Abé"@fi,
        "Abé"@fr,
        "Lingua abé"@gl,
        "Abé jezik"@hr,
        "Abé"@nl,
        "Lenga Abé"@pms .

<http://lexvo.org/id/iso639-3/abc> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "abc"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Ambala_language>,
        <http://www.mpii.de/yago/resource/Ambala_language> ;
    skos:altLabel "Ambala language"@en,
        "Ayta, Ambala"@en ;
    skos:definition "Ambala is a Sambalic language spoken in the Philippines. It has more than 2,000 speakers (Ramos 2004) and is spoken within Aeta communities in the Zambal municipalities of Subic, San Marcelino, and Castillejos; in the city of Olongapo; and in Dinalupihan, Bataan."@en ;
    skos:inScheme lexvo: ;
    skos:notation "abc"^^xsd:string ;
    skos:prefLabel "Ambala Ayta"@en,
        "Ayta, Ambala"@hr,
        "Lenga ayta, ambala"@pms,
        "ภาษาอัมบาลา"@th .

<http://lexvo.org/id/iso639-3/abg> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "abg"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Abaga_language>,
        <http://www.mpii.de/yago/resource/Abaga_language> ;
    skos:altLabel "Abaga language"@en ;
    skos:definition "Abaga is a nearly extinct Kalam language of Papua New Guinea. It had once been classified as Finisterre."@en ;
    skos:inScheme lexvo: ;
    skos:notation "abg"^^xsd:string ;
    skos:prefLabel "Abaga"@en,
        "Lenga Abaga"@pms .

<http://lexvo.org/id/iso639-3/abh> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "abh"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Tajiki_Arabic>,
        <http://www.mpii.de/yago/resource/Tajiki_Arabic> ;
    skos:altLabel "Arabic, Tajiki"@en ;
    skos:definition "Tajiki Arabic (also known as Jugari, Bukhara Arabic, Buxara Arabic, Tajiji Arabic, Balkh Arabic) is a variety of Arabic spoken by a few thousand people in Afghanistan and Tajikistan. Language use is declining. There is no diglossia with Standard Arabic. It is a variety of Central Asian Arabic."@en ;
    skos:inScheme lexvo: ;
    skos:notation "abh"^^xsd:string ;
    skos:prefLabel "Tajiki Arabic"@en,
        "Tadžički arapski"@hr .

<http://lexvo.org/id/iso639-3/abm> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "abm"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Abanyom_language>,
        <http://www.mpii.de/yago/resource/Abanyom_language> ;
    skos:altLabel "Abanyom language"@en ;
    skos:definition "Abanyom is a language of the Ekoid subfamily of Niger–Congo. It is spoken by the Abanyom people in the Cross River State region of Nigeria, numbering about 12,500 people in 1986. A member of the Southern Bantoid group, Abanyom is fairly closely related to the Bantu languages. It is tonal and has a typical Niger–Congo noun class system."@en ;
    skos:inScheme lexvo: ;
    skos:notation "abm"^^xsd:string ;
    skos:prefLabel "Abanyom"@de,
        "Abanyom"@en,
        "Abanjom"@fi,
        "Lingua abanyom"@gl,
        "Abanyom jezik"@hr,
        "Abanjommál"@is,
        "Abanyom"@no,
        "Lenga Abanyom"@pms,
        "அபன்யோம் மொழி"@ta,
        "Èdè Abanyom"@yo .

<http://lexvo.org/id/iso639-3/abn> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "abn"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Abua_language>,
        <http://www.mpii.de/yago/resource/Abua_language> ;
    skos:altLabel "Abua language"@en ;
    skos:definition "Abua (Abuan) is a Central Delta language of Nigeria."@en ;
    skos:inScheme lexvo: ;
    skos:notation "abn"^^xsd:string ;
    skos:prefLabel "Abua"@ca,
        "Abua"@de,
        "Abua"@en,
        "Abua"@fi,
        "Lingua abua"@gl,
        "Abua jezik"@hr,
        "Lingua abua"@it,
        "Lenga Abua"@pms .

<http://lexvo.org/id/iso639-3/abp> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "abp"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Abellen_language>,
        <http://www.mpii.de/yago/resource/Abellen_language> ;
    skos:altLabel "Abellen language"@en,
        "Ayta, Abellen"@en ;
    skos:definition "Abellen, Abenlen, or Aburlin is a Sambalic language. It has about 3,500 speakers (Stone 2005) and is spoken within an Aeta community in the province of Tarlac in the Philippines."@en ;
    skos:inScheme lexvo: ;
    skos:notation "abp"^^xsd:string ;
    skos:prefLabel "Abellen Ayta"@en,
        "Abelleni keel"@et,
        "ภาษาอาเบลเลน"@th .

<http://lexvo.org/id/iso639-3/abr> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "abr"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Abron_dialect>,
        <http://www.mpii.de/yago/resource/Abron_dialect> ;
    skos:altLabel "Abron dialect"@en ;
    skos:definition "Abron or Bono is the language of the Abron people and a major dialect of the Akan language of southern Ghana. It is spoken by 1,050,000 in southwestern Ghana (2003), as well as 131,700 in eastern Côte d'Ivoire in the departments of Tanda and Bondoukou. Alternative or former names include Brong, Bron, Doma, and Gyaman."@en ;
    skos:inScheme lexvo: ;
    skos:notation "abr"^^xsd:string ;
    skos:prefLabel "Brongeg"@br,
        "Abron"@de,
        "Abron"@en,
        "Abroni keel"@et,
        "Abronin kieli"@fi,
        "Abron"@fr,
        "Lingua abrón"@gl,
        "Abron bhasa"@hif,
        "Abron jezik"@hr,
        "アブロン語"@ja,
        "Abron"@nl,
        "Lenga Abron"@pms,
        "Língua abron"@pt,
        "Kiabron"@sw .

<http://lexvo.org/id/iso639-3/abu> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "abu"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Abure_language>,
        <http://www.mpii.de/yago/resource/Abure_language> ;
    skos:altLabel "Abure language"@en ;
    skos:definition "Abure (Aboulé), also known as Abonwa or Akaplass, is a Tano language (Kwa, Niger–Congo) spoken near Abidjan in Ivory Coast."@en ;
    skos:inScheme lexvo: ;
    skos:notation "abu"^^xsd:string ;
    skos:prefLabel "Abure"@de,
        "Abure"@en,
        "Abouré"@fr,
        "Abure jezik"@hr,
        "Lenga Abure"@pms .

<http://lexvo.org/id/iso639-3/abw> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "abw"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Pal_language>,
        <http://www.mpii.de/yago/resource/Pal_language> ;
    skos:altLabel "Pal language"@en ;
    skos:definition "Pal is a Papuan language of Madang Province, Papua New Guinea."@en ;
    skos:inScheme lexvo: ;
    skos:notation "abw"^^xsd:string ;
    skos:prefLabel "Pal"@en .

<http://lexvo.org/id/iso639-3/abx> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "abx"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Abaknon_language>,
        <http://www.mpii.de/yago/resource/Abaknon_language> ;
    skos:altLabel "Abaknon language"@en ;
    skos:definition "The Inabaknon language, also known as the Abaknon language or the Capul language (according to the Summer Institute of Linguistics' Ethnologue, alternative names for this language include: Abaknon, Abaknon Sama, Capul, Capuleño, Kapul, Sama) is a language primarily spoken in the island-municipality of Capul, Northern Samar in the Eastern Visayas region of the Visayas area in the country of the Philippines."@en ;
    skos:inScheme lexvo: ;
    skos:notation "abx"^^xsd:string ;
    skos:prefLabel "Inabaknon"@ceb,
        "Inabaknon"@en,
        "Abaknon"@fr,
        "Inabaknon jezik"@hr,
        "Lenga inabaknon"@pms,
        "Абакнонский язык"@ru,
        "Inabaknon"@war .

<http://lexvo.org/id/iso639-3/abz> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "abz"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Abui_language>,
        <http://www.mpii.de/yago/resource/Abui_language> ;
    skos:altLabel "Abui language"@en ;
    skos:definition "Abui is a language of the Alor Archipelago. It belongs to the Trans–New Guinea family spoken approximately by 16,000 speakers in the central part of the Alor Island in Eastern Indonesia, East Nusa Tenggara province. The native name is Abui tanga which literally translates as mountain language."@en ;
    skos:inScheme lexvo: ;
    skos:notation "abz"^^xsd:string ;
    skos:prefLabel "Abui"@en,
        "Abui"@fr,
        "Lingua abui"@gl,
        "Abui jezik"@hr,
        "Bahasa Abui"@id,
        "Język abui"@pl,
        "Lenga Abui"@pms .

<http://lexvo.org/id/iso639-3/acf> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "acf"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Saint_Lucian_Creole_French>,
        <http://www.mpii.de/yago/resource/Saint_Lucian_Creole_French> ;
    skos:altLabel "Creole French, Saint Lucian"@en ;
    skos:definition "French Creole is a creole French which is the generally spoken language in Saint Lucia."@en ;
    skos:inScheme lexvo: ;
    skos:notation "acf"^^xsd:string ;
    skos:prefLabel "Saint Lucian Creole French"@en,
        "Créole sainte-lucien"@fr .

<http://lexvo.org/id/iso639-3/ack> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ack"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Aka-Kora_language>,
        <http://www.mpii.de/yago/resource/Aka-Kora_language> ;
    skos:altLabel "Aka-Kora language"@en ;
    skos:definition "The Kora language, Aka-Kora, is an extinct Great Andamanese language, of the Northern group. It was spoken on the northeast and north central coasts of North Andaman and on Smith Island."@en ;
    skos:inScheme lexvo: ;
    skos:notation "ack"^^xsd:string ;
    skos:prefLabel "Aka-Kora"@en,
        "Idioma kora"@es,
        "Aka-Kora"@eu,
        "Koran kieli"@fi,
        "Aka-Kora jezik"@hr,
        "Bahasa Aka-Kora"@id,
        "Lèngua Aka-Kora"@lmo,
        "Lenga aka-kora"@pms,
        "Aka-Kora leid"@sco .

<http://lexvo.org/id/iso639-3/acl> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "acl"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Akar-Bale_language>,
        <http://www.mpii.de/yago/resource/Akar-Bale_language> ;
    skos:altLabel "Akar-Bale language"@en ;
    skos:definition "The Bale language, Akar-Bale (also Balwa), is an extinct Southern Great Andamanese language once spoken in the Andaman Islands in Ritchie's Archipelago, Havelock Island, and Neill Island."@en ;
    skos:inScheme lexvo: ;
    skos:notation "acl"^^xsd:string ;
    skos:prefLabel "Akar-Bale"@en,
        "Bale"@fi,
        "Akar-Bale jezik"@hr,
        "Bahasa Akar-Bale"@id,
        "Lèngua Akar-Bale"@lmo,
        "Język akar-bale"@pl,
        "Lenga akar-bale"@pms .

<http://lexvo.org/id/iso639-3/acq> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "acq"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Ta'izzi-Adeni_Arabic>,
        <http://www.mpii.de/yago/resource/Ta'izzi-Adeni_Arabic> ;
    skos:altLabel "Arabic, Ta'izzi-Adeni"@en ;
    skos:definition "Ta'izzi-Adeni Arabic (also known as South Yemeni Arabic) is an Afro-Asiatic language spoken in south Yemen and Djibouti. It is a variety of Yemeni Arabic."@en ;
    skos:inScheme lexvo: ;
    skos:notation "acq"^^xsd:string ;
    skos:prefLabel "لهجة تعزية-عدنية"@ar,
        "Ta'izzi-Adeni Arabic"@en,
        "Južnojemenski arapski"@hr .

<http://lexvo.org/id/iso639-3/acr> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "acr"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Achi%E2%80%99_language>,
        <http://www.mpii.de/yago/resource/Achi%E2%80%99_language> ;
    skos:altLabel "Achi’ language"@en ;
    skos:definition "Achi’ (Achí in Spanish) is a Mayan language very closely related to Kiche (Quiché in the older orthography). It is spoken by the Achi people, primarily in the department of Baja Verapaz in Guatemala."@en ;
    skos:inScheme lexvo: ;
    skos:notation "acr"^^xsd:string ;
    skos:prefLabel "Achí-Sprache"@de,
        "Achi"@en,
        "Idioma achí"@es,
        "Achi"@fr,
        "Achi jezik"@hr,
        "Ačių kalba"@lt,
        "Ачиски јазик"@mk,
        "Achi"@nl,
        "Achi"@no,
        "Língua achi"@pt,
        "Ачи"@ru .

<http://lexvo.org/id/iso639-3/act> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "act"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Achterhooks>,
        <http://www.mpii.de/yago/resource/Achterhooks> ;
    skos:altLabel "Achterhooks"@en ;
    skos:definition "Achterhooks (, ) is a Dutch Low Saxon dialect."@en ;
    skos:inScheme lexvo: ;
    skos:notation "act"^^xsd:string ;
    skos:prefLabel "Achterhoeks"@en,
        "آخترهوکی"@fa,
        "Achterhoeksk"@fy,
        "Achterhoeks"@hr,
        "Achterhoeks"@ksh,
        "Achterhooks"@li,
        "Ахтерхучки дијалект"@mk,
        "Achterhooks"@nds,
        "Achterhoeks"@nl,
        "Achterhoeksk"@no,
        "Lenga achterhoeks"@pms .

<http://lexvo.org/id/iso639-3/acx> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "acx"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Omani_Arabic>,
        <http://www.mpii.de/yago/resource/Omani_Arabic> ;
    skos:altLabel "Arabic, Omani"@en ;
    skos:definition "Omani Arabic (also known as Omani Hadari Arabic) is a variety of Gulf Arabic dialect spoken in the Hajar Mountains of Oman and in a few neighboring coastal regions. It was formerly spoken by colonists in Kenya and Tanzania, but most or all of them have shifted to Swahili."@en ;
    skos:inScheme lexvo: ;
    skos:notation "acx"^^xsd:string ;
    skos:prefLabel "لهجة عمانية"@ar,
        "Ománská arabština"@cs,
        "Omani Arabic"@en,
        "Omanski arapski"@hr,
        "Омански арапски јазик"@mk,
        "ภาษาอาหรับโอมาน"@th .

<http://lexvo.org/id/iso639-3/acz> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "acz"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Acheron_language>,
        <http://www.mpii.de/yago/resource/Acheron_language> ;
    skos:altLabel "Acheron language"@en ;
    skos:definition "Acheron (Asheron) is a Niger–Congo language in the Talodi family of Kordofan, Sudan."@en ;
    skos:inScheme lexvo: ;
    skos:notation "acz"^^xsd:string ;
    skos:prefLabel "Atcheroneg"@br,
        "Acheron"@de,
        "Acheron"@en,
        "Lingua acheron"@gl,
        "Acheron jezik"@hr,
        "Ашеронски јазик"@mk,
        "Lenga Acheron"@pms .

<http://lexvo.org/id/iso639-3/adb> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "adb"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Adabe_language>,
        <http://www.mpii.de/yago/resource/Adabe_language> ;
    skos:altLabel "Adabe language"@en ;
    skos:definition "Adabe is a Papuan language spoken by the Adabe people on Atauro Island, East Timor. It has also been known as Ataura (Atauru, Atauro) and Raklu-Un (Raklu Un)."@en ;
    skos:inScheme lexvo: ;
    skos:notation "adb"^^xsd:string ;
    skos:prefLabel "Adabe"@en,
        "Lingua adabe"@gl,
        "Adabe jezik"@hr,
        "Bahasa Adabe"@id,
        "Lenga Adabe"@pms .

<http://lexvo.org/id/iso639-3/ade> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ade"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Adele_language>,
        <http://www.mpii.de/yago/resource/Adele_language> ;
    skos:altLabel "Adele language"@en ;
    skos:definition "The Adele language is spoken in central eastern Ghana and central western Togo. It belongs to the geographic group of Ghana Togo Mountain languages (traditionally called the Togorestsprachen or Togo Remnant languages) of the Kwa branch of Niger–Congo. The speakers themselves call the language Gidire."@en ;
    skos:inScheme lexvo: ;
    skos:notation "ade"^^xsd:string ;
    skos:prefLabel "Adele"@de,
        "Adele"@en,
        "Idioma adele"@es,
        "Adelen kieli"@fi,
        "Lingau adele"@gl,
        "Adele jezik"@hr,
        "Adelska"@is,
        "Lenga Adele"@pms,
        "Língua adele"@pt,
        "Kiadele"@sw .

<http://lexvo.org/id/iso639-3/adf> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "adf"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Dhofari_Arabic>,
        <http://www.mpii.de/yago/resource/Dhofari_Arabic> ;
    skos:altLabel "Arabic, Dhofari"@en ;
    skos:definition "Dhofari Arabic (also known as Dhofari, Zofari) is a variety of Arabic spoken in Salalah, Oman and the surrounding coastal regions (Dhofar)."@en ;
    skos:inScheme lexvo: ;
    skos:notation "adf"^^xsd:string ;
    skos:prefLabel "Dhofari Arabic"@en,
        "Dhofari arapski"@hr,
        "Дофариски арапски јазик"@mk,
        "ภาษาอาหรับโดฟารี"@th .

<http://lexvo.org/id/iso639-3/adg> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "adg"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Andegerebinha_language>,
        <http://www.mpii.de/yago/resource/Andegerebinha_language> ;
    skos:altLabel "Andegerebinha language"@en ;
    skos:definition "The Andegerebinha language, also known as Andigibinha and Antekerrepinhe, is an aboriginal language of the Northwest Territory of Australia spoken around the Hay River, Pituri Creek area according to Ethnologue. It was spoken by only ten individuals as of 1981, so it may now be extinct."@en ;
    skos:inScheme lexvo: ;
    skos:notation "adg"^^xsd:string ;
    skos:prefLabel "Andegerebinha"@en,
        "Andegerebinha jezik"@hr,
        "Lenga andegerebinha"@pms .

<http://lexvo.org/id/iso639-3/adh> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "adh"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Adhola_language>,
        <http://www.mpii.de/yago/resource/Adhola_language> ;
    skos:altLabel "Adhola language"@en ;
    skos:definition "The Adhola language, also known as japadhola and Ludama, is the language of the Adhola people ( Jopadhola or Badama) of Uganda. Dhopadhola is generally mutually intelligible with Acholi, Lango, Kumam, and Alur of Uganda and Dholuo of Kenya."@en ;
    skos:inScheme lexvo: ;
    skos:notation "adh"^^xsd:string ;
    skos:prefLabel "Adhola"@en,
        "Adhola jezik"@hr,
        "Lenga Adhola"@pms,
        "Kiadhola"@sw .

<http://lexvo.org/id/iso639-3/adl> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "adl"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Gallong_language>,
        <http://www.mpii.de/yago/resource/Gallong_language> ;
    skos:altLabel "Gallong language"@en ;
    skos:definition "The Gallong or Galo language is a Tibeto-Burman language of the Tani group, spoken by the Galo people. Its precise position within Tani is not yet certain, due primarily to its central location in the Tani area and the strong effects of intra-Tani contacts on the development of Tani languages. It is an endangered language according to the normal definitions, although prospects for its survival are better than most similarly-placed languages in the world. The major Galo dialects are Pugo, spoken around the district capital Aalo, Lare, spoken to the south of Aaloo, and a dialect provisionally describable as \"North-Western\", spoken in the North-West near the Tagin area. There may be additional Galo dialects further to the North, which remains largely un-researched. Subdialects are numerous, and often correspond to regional or clan groupings. Neighbouring languages include Assamese, Nepali, Bodo, Mising, Minyong, Hills Miri, Tagin, Nishi, Bori, Pailibo, Ramo and Bokar."@en ;
    skos:inScheme lexvo: ;
    skos:notation "adl"^^xsd:string ;
    skos:prefLabel "Galo"@en,
        "Lenga Adi, Galo"@pms,
        "Гало"@ru .

<http://lexvo.org/id/iso639-3/adn> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "adn"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Adang_language>,
        <http://www.mpii.de/yago/resource/Adang_language> ;
    skos:altLabel "Adang language"@en ;
    skos:definition "The Adang language is spoken on the island of Alor in Indonesia. According to Ethnologue the language has 31,814 speakers . The language is agglutinative"@en ;
    skos:inScheme lexvo: ;
    skos:notation "adn"^^xsd:string ;
    skos:prefLabel "Adang"@en,
        "Lingua adang"@gl,
        "Lenga Adang"@pms .

<http://lexvo.org/id/iso639-3/ado> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ado"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Adjora_language>,
        <http://www.mpii.de/yago/resource/Adjora_language> ;
    skos:altLabel "Adjora language"@en ;
    skos:definition "Adjora (Adjoria, Azao) Abu is a Ramu language of Papua New Guinea."@en ;
    skos:inScheme lexvo: ;
    skos:notation "ado"^^xsd:string ;
    skos:prefLabel "Abu"@en .

<http://lexvo.org/id/iso639-3/aec> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "aec"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Sa'idi_Arabic>,
        <http://www.mpii.de/yago/resource/Sa'idi_Arabic> ;
    skos:altLabel "Arabic, Saidi"@en,
        "Sa'idi Arabic"@en ;
    skos:definition "Sa`idi Arabic (, locally: , ; also known as Saidi Arabic ) is the variety of Arabic spoken by Sa'idis south of Cairo, Egypt to the border of Sudan. It shares linguistic features both with Egyptian Arabic, as well as Sudanese Arabic. Dialects include Middle and Upper Egyptian Arabic. Speakers of Egyptian Arabic do not always understand more conservative varieties of Sa`idi Arabic."@en ;
    skos:inScheme lexvo: ;
    skos:notation "aec"^^xsd:string ;
    skos:prefLabel "لهجة صعيدية"@ar,
        "لهجه صعيدى"@arz,
        "Saidi Arabic"@en,
        "Saidi arapski"@hr,
        "Саудиски арапски јазик"@mk .

<http://lexvo.org/id/iso639-3/ael> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ael"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Ambele_language>,
        <http://www.mpii.de/yago/resource/Ambele_language> ;
    skos:altLabel "Ambele language"@en ;
    skos:definition "Ambele is a divergent, apparently Grassfields language of Cameroon."@en ;
    skos:inScheme lexvo: ;
    skos:notation "ael"^^xsd:string ;
    skos:prefLabel "Ambele"@de,
        "Ambele"@en,
        "Ambele jezik"@hr,
        "Lenga Ambele"@pms,
        "Kiambele"@sw .

<http://lexvo.org/id/iso639-3/aem> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "aem"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Arem_language>,
        <http://www.mpii.de/yago/resource/Arem_language> ;
    skos:altLabel "Arem language"@en ;
    skos:definition "Arem is an endangered language spoken in a small area on either side of the Laos-Vietnam border. In 1996 there were estimated to be about twenty speakers in each country. It is therefore on the verge of extinction. Its nearest relative may be the Chut language of Vietnam."@en ;
    skos:inScheme lexvo: ;
    skos:notation "aem"^^xsd:string ;
    skos:prefLabel "Arem"@en,
        "Arem jezik"@hr,
        "Lenga arem"@pms .

<http://lexvo.org/id/iso639-3/aen> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "aen"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Armenian_Sign_Language>,
        <http://www.mpii.de/yago/resource/Armenian_Sign_Language> ;
    skos:definition "Armenian Sign Language, also known as Caucasian Sign Language, is the indigenous sign language of Armenia. It is not directly related to the sign languages of Europe, though it may have historical connections to monastic sign language. It developed under marriage speech taboos similar to those operating in Aboriginal Australia (see Aboriginal Australian sign languages). It is not clear if it is used by the deaf community, or if they have their own sign language."@en ;
    skos:inScheme lexvo: ;
    skos:notation "aen"^^xsd:string ;
    skos:prefLabel "Armenian Sign Language"@en,
        "Armenski znakovni jezik"@hr,
        "Língua gestual armeniana"@pt .

<http://lexvo.org/id/iso639-3/aer> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "aer"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/east2379> ;
    skos:altLabel "Arrernte, Eastern"@en ;
    skos:inScheme lexvo: ;
    skos:notation "aer"^^xsd:string ;
    skos:prefLabel "Eastern Arrernte"@en .

<http://lexvo.org/id/iso639-3/afd> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "afd"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Andai_language>,
        <http://www.mpii.de/yago/resource/Andai_language> ;
    skos:altLabel "Andai language"@en ;
    skos:definition "Andai (Meakambut, Pundungum, Wangkai) is a Ramu language of Papua New Guinea."@en ;
    skos:inScheme lexvo: ;
    skos:notation "afd"^^xsd:string ;
    skos:prefLabel "Andai"@en,
        "Andai jezik"@hr .

<http://lexvo.org/id/iso639-3/afk> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "afk"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Nanubae_language>,
        <http://www.mpii.de/yago/resource/Nanubae_language> ;
    skos:altLabel "Nanubae language"@en ;
    skos:definition "Nanubae (Kapagmai, Aunda) is a Ramu language of Papua New Guinea."@en ;
    skos:inScheme lexvo: ;
    skos:notation "afk"^^xsd:string ;
    skos:prefLabel "Nanubae"@en .

<http://lexvo.org/id/iso639-3/afo> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "afo"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Eloyi_language>,
        <http://www.mpii.de/yago/resource/Eloyi_language> ;
    skos:altLabel "Eloyi language"@en ;
    skos:definition "Eloyi is a poorly attested Plateau language of uncertain classification. Ethnologue classifies it as Idomoid based on a proposal by Armstrong (1955, 1983), but that identification was based on a single word list and Armstrong later expressed doubts. All other preliminary accounts classify it as Plateau, and Blench (2008) leaves it as a separate branch of Plateau."@en ;
    skos:inScheme lexvo: ;
    skos:notation "afo"^^xsd:string ;
    skos:prefLabel "Eloyi"@en .

<http://lexvo.org/id/iso639-3/afs> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "afs"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Afro-Seminole_Creole>,
        <http://www.mpii.de/yago/resource/Afro-Seminole_Creole> ;
    skos:altLabel "Creole, Afro-Seminole"@en ;
    skos:definition "Afro-Seminole Creole is an English-based creole spoken by Black Seminoles in scattered communities in Oklahoma, Texas, and Northern Mexico. It was first identified as a language by Ian Hancock, a linguist at the University of Texas."@en ;
    skos:inScheme lexvo: ;
    skos:notation "afs"^^xsd:string ;
    skos:prefLabel "Afro-Seminolisches Kreol"@de,
        "Afro-Seminole Creole"@en,
        "Afroseminolinen kreoli"@fi,
        "Crioulo Afro-Semínola"@gl,
        "Afroseminolski kreolski"@hr,
        "アフロ・セミノール語"@ja,
        "Lenga afro-seminole creole"@pms .

<http://lexvo.org/id/iso639-3/aft> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "aft"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Afitti_language>,
        <http://www.mpii.de/yago/resource/Afitti_language> ;
    skos:altLabel "Afitti language"@en ;
    skos:definition "Dinik, also known as Afitti (Ditti, Unietti), is an East Sudanic language spoken in the Nuba Mountains."@en ;
    skos:inScheme lexvo: ;
    skos:notation "aft"^^xsd:string ;
    skos:prefLabel "Afitti"@en .

<http://lexvo.org/id/iso639-3/afu> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "afu"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Efutu_language>,
        <http://www.mpii.de/yago/resource/Efutu_language> ;
    skos:altLabel "Efutu language"@en ;
    skos:definition "Awutu is a Guang language spoken by 180,000 in coastal Ghana."@en ;
    skos:inScheme lexvo: ;
    skos:notation "afu"^^xsd:string ;
    skos:prefLabel "Awutu"@de,
        "Awutu"@en,
        "Awutu"@fi,
        "Awutu jezik"@hr,
        "Lenga Awutu"@pms .

<http://lexvo.org/id/iso639-3/afz> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "afz"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/obok1239> ;
    skos:inScheme lexvo: ;
    skos:notation "afz"^^xsd:string ;
    skos:prefLabel "Obokuitai"@en .

<http://lexvo.org/id/iso639-3/aga> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "aga"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Aguano_language>,
        <http://www.mpii.de/yago/resource/Aguano_language> ;
    skos:altLabel "Aguano language"@en ;
    skos:definition "Aguano is a possible extinct language of Peru. It is not listed in Kaufman (1994). Ruhlen (1987) says it's the same language as Chamicuro, but Chamicuro speakers say that the Aguano language was not the same as theirs, but rather that the Aguano people spoke Quechua (Wise 1987)."@en ;
    skos:inScheme lexvo: ;
    skos:notation "aga"^^xsd:string ;
    skos:prefLabel "Aguano"@en,
        "Idioma aguano"@es .

<http://lexvo.org/id/iso639-3/agb> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "agb"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Gbo_language>,
        <http://www.mpii.de/yago/resource/Gbo_language> ;
    skos:altLabel "Gbo language"@en ;
    skos:definition "The Gbo language, known as Legbo or after the people as Agbo, is a Upper Cross River language of Nigeria."@en ;
    skos:inScheme lexvo: ;
    skos:notation "agb"^^xsd:string ;
    skos:prefLabel "Legbo"@de,
        "Legbo"@en,
        "Legbo jezik"@hr,
        "Lenga Legbo"@pms .

<http://lexvo.org/id/iso639-3/agi> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "agi"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Agariya_language>,
        <http://www.mpii.de/yago/resource/Agariya_language> ;
    skos:altLabel "Agariya language"@en ;
    skos:definition "The Agariya language is spoken by the Agariya people, especially in Madhya Pradesh in India. It is a Munda language."@en ;
    skos:inScheme lexvo: ;
    skos:notation "agi"^^xsd:string ;
    skos:prefLabel "Agariya"@en,
        "Agariya jezik"@hr,
        "Lingua Agariya"@la,
        "Lenga agariya"@pms .

<http://lexvo.org/id/iso639-3/agj> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "agj"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Argobba_language>,
        <http://www.mpii.de/yago/resource/Argobba_language> ;
    skos:altLabel "Argobba language"@en ;
    skos:definition "Argobba is an Ethiopian Semitic spoken in an area north-east of Addis Ababa by the Argobba people. It belongs to the South Ethiopian Semitic subgroup together with Amharic and the Gurage languages. Writing in the mid-1960s, Edward Ullendorff noted that it \"is disappearing rapidly in favour of Amharic, and only a few hundred elderly people are still able to speak it.\""@en ;
    skos:inScheme lexvo: ;
    skos:notation "agj"^^xsd:string ;
    skos:prefLabel "لغة أرغوبية"@ar,
        "Аргоба"@bg,
        "Argobeg"@br,
        "Argobba"@ca,
        "Argobba"@de,
        "Argobba"@en,
        "Argobba jezik"@hr,
        "Argobba"@is,
        "Język argobba"@pl,
        "Lenga Argobba"@pms,
        "Língua argobba"@pt .

<http://lexvo.org/id/iso639-3/agn> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "agn"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Agutaynen_language>,
        <http://www.mpii.de/yago/resource/Agutaynen_language> ;
    skos:altLabel "Agutaynen language"@en ;
    skos:definition "The Agutaynen language is spoken on Agutaya Island in the province of Palawan in the Philippines."@en ;
    skos:inScheme lexvo: ;
    skos:notation "agn"^^xsd:string ;
    skos:prefLabel "Agutaynen"@en,
        "Lingua agutaynen"@gl,
        "Agutaynen jezik"@hr .

<http://lexvo.org/id/iso639-3/ags> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ags"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Esimbi_language>,
        <http://www.mpii.de/yago/resource/Esimbi_language> ;
    skos:altLabel "Esimbi language"@en ;
    skos:definition "Esimbi is a language of the Cameroons spoken by some 45,000 people. It's generally classified as Tivoid, but with little evidence."@en ;
    skos:inScheme lexvo: ;
    skos:notation "ags"^^xsd:string ;
    skos:prefLabel "Esimbi"@de,
        "Esimbi"@en,
        "Esimbi jezik"@hr,
        "Lenga Esimbi"@pms,
        "Kiesimbi"@sw .

<http://lexvo.org/id/iso639-3/agt> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "agt"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/cent2084> ;
    skos:altLabel "Agta, Central Cagayan"@en ;
    skos:inScheme lexvo: ;
    skos:notation "agt"^^xsd:string ;
    skos:prefLabel "Central Cagayan Agta"@en .

<http://lexvo.org/id/iso639-3/agv> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "agv"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Sinauna_language>,
        <http://www.mpii.de/yago/resource/Sinauna_language> ;
    skos:altLabel "Dumagat, Remontado"@en,
        "Remontado Dumagat"@en ;
    skos:definition "Sinauna, also known as Remontado Agta and Hatang Kayey, is a language spoken in Tanay, Rizal, General Nakar, Quezon, Rodriguez, Rizal and Antipolo City. Sinauna is closely related to Kapampangan and Sambalic languages. The Laiban Dam project is planned in Kaliwa-Kanan River River Valley, the ancestral land of the Sinauna/Remontado Agta."@en ;
    skos:inScheme lexvo: ;
    skos:notation "agv"^^xsd:string ;
    skos:prefLabel "Sinauna language"@en,
        "Agta, Remontado jezik"@hr,
        "Lenga agta, remontado"@pms .

<http://lexvo.org/id/iso639-3/agw> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "agw"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Kahua_language>,
        <http://www.mpii.de/yago/resource/Kahua_language> ;
    skos:altLabel "Kahua language"@en ;
    skos:definition "The Kahua language is a member of the family of San Cristobal languages, and is spoken in the southern part of the island of Makira, formerly known as San Cristobal in the Solomon Islands. It has also been called Anganiwai, Narihua, Wanoni."@en ;
    skos:inScheme lexvo: ;
    skos:notation "agw"^^xsd:string ;
    skos:prefLabel "Kahua"@en .

<http://lexvo.org/id/iso639-3/ahh> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ahh"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/aghu1255> ;
    skos:inScheme lexvo: ;
    skos:notation "ahh"^^xsd:string ;
    skos:prefLabel "Aghu"@en .

<http://lexvo.org/id/iso639-3/ahl> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ahl"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Ahlon_language>,
        <http://www.mpii.de/yago/resource/Ahlon_language> ;
    skos:altLabel "Ahlon language"@en ;
    skos:definition "The Ahlon language, Igo, is spoken in the Plateau Region of Togo. It is considered one of the Ghana–Togo Mountain languages of the Kwa family. Variations of its official name are Achlo, Ahlõ, Ahlo, Ahlon-Bogo, Ahonlan, Anlo."@en ;
    skos:inScheme lexvo: ;
    skos:notation "ahl"^^xsd:string ;
    skos:prefLabel "Igo"@de,
        "Igo"@en,
        "Igo jezik"@hr,
        "Lenga Igo"@pms .

<http://lexvo.org/id/iso639-3/ahn> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ahn"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Ahan_language>,
        <http://www.mpii.de/yago/resource/Ahan_language> ;
    skos:altLabel "Ahan language"@en ;
    skos:definition "Ahaan (Àhàn) is a divergent Volta–Niger language of Nigeria, closely related only to Ayere."@en ;
    skos:inScheme lexvo: ;
    skos:notation "ahn"^^xsd:string ;
    skos:prefLabel "Ahan"@de,
        "Àhàn"@en,
        "Àhàn jezik"@hr,
        "Lenga Àhàn"@pms .

<http://lexvo.org/id/iso639-3/aho> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "aho"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Ahom_language>,
        <http://www.mpii.de/yago/resource/Ahom_language> ;
    skos:altLabel "Ahom language"@en ;
    skos:definition "The Ahom language is a nearly extinct Tai language spoken by the Ahom people who ruled the Brahmaputra river valley in the Indian state of Assam between the 13th and the 18th centuries."@en ;
    skos:inScheme lexvo: ;
    skos:notation "aho"^^xsd:string ;
    skos:prefLabel "Ahomeg"@br,
        "Ahom"@de,
        "Ahom"@en,
        "Idioma ahom"@es,
        "Lingua ahom"@gl,
        "Ahom jezik"@hr,
        "Język ahom"@pl,
        "Lenga ahom"@pms,
        "ภาษาอาหม"@th .

<http://lexvo.org/id/iso639-3/ahp> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ahp"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/apro1235> ;
    skos:altLabel "Aizi, Aproumu"@en ;
    skos:inScheme lexvo: ;
    skos:notation "ahp"^^xsd:string ;
    skos:prefLabel "Aproumu Aizi"@en .

<http://lexvo.org/id/iso639-3/aid> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "aid"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Alngith_dialect>,
        <http://www.mpii.de/yago/resource/Alngith_dialect> ;
    skos:altLabel "Alngith dialect"@en ;
    skos:definition "Alngith is an extinct Paman language formerly spoken on the Cape York Peninsula of Queensland, Australia, by the Alngith people. Its date of extinction is unknown. Phonologically, this language variety is very similar to the related variety Linngithigh, the only difference being that this language has the process of metathesis whereas Linngithigh does not."@en ;
    skos:inScheme lexvo: ;
    skos:notation "aid"^^xsd:string ;
    skos:prefLabel "Alngith"@en,
        "Alngith jezik"@hr,
        "Alngith"@nl,
        "Lenga alngith"@pms,
        "Alngith"@sv .

<http://lexvo.org/id/iso639-3/aig> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "aig"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Leeward_Caribbean_Creole_English>,
        <http://www.mpii.de/yago/resource/Leeward_Caribbean_Creole_English> ;
    skos:altLabel "Antigua and Barbuda Creole English"@en,
        "Creole English, Antigua and Barbuda"@en ;
    skos:definition "Leeward Caribbean Creole English, also known by the names of the various islands on which it is spoken (Antiguan Creole, Saint Kitts Creole, etc.) is an English-based creole language spoken in the Leeward Islands of the Caribbean, namely the countries of Antigua and Barbuda, Montserrat and Saint Kitts and Nevis."@en ;
    skos:inScheme lexvo: ;
    skos:notation "aig"^^xsd:string ;
    skos:prefLabel "Leeward Caribbean Creole English"@en,
        "Antigvanski i barbudski kreolski engleski"@hr,
        "Lenga Antigua and Barbuda creole english"@pms .

<http://lexvo.org/id/iso639-3/aih> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "aih"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Ai-Cham_language>,
        <http://www.mpii.de/yago/resource/Ai-Cham_language> ;
    skos:altLabel "Ai-Cham language"@en ;
    skos:definition "Ai-Cham (autonym: ʔai3 ȶam1; ) is a language spoken mainly in Diwo and Boyao Townships, Jialiang District, Libo County, Qiannan Prefecture, Guizhou, China. Alternative names for the language are Jiamuhua, Jinhua and Atsam. Fang-Kuei Li first distinguished the language in 1943. Nearby languages include Bouyei and Mak."@en ;
    skos:inScheme lexvo: ;
    skos:notation "aih"^^xsd:string ;
    skos:prefLabel "Ai-Cham"@en,
        "Ai-tšam"@fi,
        "Ai-cham"@fr,
        "Lingua Ai-cham"@gl,
        "Ai-Cham jezik"@hr,
        "Bahasa Ai-Cham"@ms .

<http://lexvo.org/id/iso639-3/aiq> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "aiq"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Aimaq_dialect>,
        <http://www.mpii.de/yago/resource/Aimaq_dialect> ;
    skos:altLabel "Aimaq dialect"@en ;
    skos:definition "Aimaq is a dialect of the Persian language spoken west of the Hazarajat (or Hazarastan), in central northwest Afghanistan, eastern Iran, and Tajikistan. It is the dominant dialect of Persian spoken by the Aymāq people. It is very close to Khorasani and Dari dialects. The Aimaq people are thought to have a 5-15% literacy rate."@en ;
    skos:inScheme lexvo: ;
    skos:notation "aiq"^^xsd:string ;
    skos:prefLabel "Aimakeg"@br,
        "Aimaq"@de,
        "Aimaq"@en,
        "Aimaq jezik"@hr,
        "Aímagíska"@is,
        "Lenga Aimaq"@pms,
        "ภาษาอายมัก"@th .

<http://lexvo.org/id/iso639-3/air> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "air"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Airoran_language>,
        <http://www.mpii.de/yago/resource/Airoran_language> ;
    skos:altLabel "Airoran language"@en ;
    skos:definition "Airoran is a language of Indonesia, spoken in the north coast area on the lower Apauwer River of Papua (Irian Jaya), in the villages of Subu, Motobiak, Isirania, etc. It is rather divergent from other Kwerba languages, though clearly related."@en ;
    skos:inScheme lexvo: ;
    skos:notation "air"^^xsd:string ;
    skos:prefLabel "Airoran"@en,
        "Lingua airoran"@gl,
        "Airoran jezik"@hr,
        "Bahasa Airoran"@id,
        "Język airoran"@pl,
        "Lenga Airoran"@pms .

<http://lexvo.org/id/iso639-3/ais> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ais"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Nataoran_language>,
        <http://www.mpii.de/yago/resource/Nataoran_language> ;
    skos:altLabel "Amis, Nataoran"@en,
        "Nataoran language"@en ;
    skos:definition "Nataoran is one of the Formosan languages of the Amis and Sakizaya, indigenous tribal peoples living along the east coast of Taiwan. The Sakizaya variety is highly divergent, and sometimes considered a separate language from Nataoran, but in recent years both have begun to converge with Central Amis, which is culturally dominant."@en ;
    skos:inScheme lexvo: ;
    skos:notation "ais"^^xsd:string ;
    skos:prefLabel "Nataoran Amis"@en,
        "撒奇萊雅語"@zh .

<http://lexvo.org/id/iso639-3/aiw> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "aiw"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Aari_language>,
        <http://www.mpii.de/yago/resource/Aari_language> ;
    skos:altLabel "Aari language"@en ;
    skos:definition "Aari (also spelled Ari, Ara, Aro, Aarai) is an Omotic language of Ethiopia. The speakers of this language have been known as Shankilla (or Shanqella), a name which is considered derogatory. According to the 2007 census, over 285,000 people speak Aari as a mother tongue."@en ;
    skos:inScheme lexvo: ;
    skos:notation "aiw"^^xsd:string ;
    skos:prefLabel "Idioma aari"@an,
        "لغة آري"@ar,
        "Arieg"@br,
        "Aari"@de,
        "Aari"@en,
        "Idioma arí"@es,
        "Aarin kieli"@fi,
        "Aari"@fr,
        "Lingua aari"@gl,
        "Aari jezik"@hr,
        "Lenga Aari"@pms,
        "Аари"@ru,
        "Aari"@zea .

<http://lexvo.org/id/iso639-3/aix> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "aix"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Aigon_language>,
        <http://www.mpii.de/yago/resource/Aigon_language> ;
    skos:altLabel "Aigon language"@en ;
    skos:definition "Aigon is an Austronesian language spoken by about 2000 individuals between the Avio and Amgen rivers in West New Britain Province, Papua New Guinea on the island of New Britain."@en ;
    skos:inScheme lexvo: ;
    skos:notation "aix"^^xsd:string ;
    skos:prefLabel "Aighon"@en,
        "Aighon jezik"@hr,
        "Lenga aigon"@pms .

<http://lexvo.org/id/iso639-3/aiy> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "aiy"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Ali_language>,
        <http://www.mpii.de/yago/resource/Ali_language> ;
    skos:altLabel "Ali language"@en ;
    skos:definition "Ali is a Ubangian language of the southwestern Central African Republic."@en ;
    skos:inScheme lexvo: ;
    skos:notation "aiy"^^xsd:string ;
    skos:prefLabel "Ali"@de,
        "Ali"@en,
        "Lingua ali"@gl,
        "Ali jezik"@hr,
        "Lenga Ali"@pms .

<http://lexvo.org/id/iso639-3/ajg> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ajg"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Aja_language_(Niger%E2%80%93Congo)>,
        <http://www.mpii.de/yago/resource/Aja_language_(Niger%E2%80%93Congo)> ;
    skos:altLabel "Aja (Benin)"@en,
        "Aja language"@en ;
    skos:definition "The Aja language is a Gbe language of the Niger–Congo language spoken by the Aja people; and it is closely related to other Gbe languages such as Ewe, Mina, Fon, and Phla Phera."@en ;
    skos:inScheme lexvo: ;
    skos:notation "ajg"^^xsd:string ;
    skos:prefLabel "Adjaeg"@br,
        "Aja"@de,
        "Aja"@en,
        "Aja-gbe"@fr,
        "Aja, níxero-congolesa"@gl,
        "Aja"@hr,
        "Aja"@nl,
        "Lenga Aja, Benin"@pms,
        "Аджа"@ru,
        "Kiaja"@sw,
        "阿扎語"@zh .

<http://lexvo.org/id/iso639-3/ajt> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ajt"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Judeo-Tunisian_Arabic>,
        <http://www.mpii.de/yago/resource/Judeo-Tunisian_Arabic> ;
    skos:altLabel "Arabic, Judeo-Tunisian"@en ;
    skos:definition "Judeo-Tunisian Arabic is a variety of Arabic spoken by Jews living or formerly living in Tunisia. 99% of all speakers now live in Israel. Speakers are older adults and the younger generation has only a passive knowledge of the language."@en ;
    skos:inScheme lexvo: ;
    skos:notation "ajt"^^xsd:string ;
    skos:prefLabel "لهجة يهودية تونسية"@ar,
        "Arabeg yuzev-tuniziek"@br,
        "Judeo-Tunisian Arabic"@en,
        "Judéo-tunisien"@fr,
        "Judeotuniski arapski"@hr,
        "Јудео-тунизиски арапски јазик"@mk,
        "Lenga aràbica giudé-tunisin-a"@pms,
        "ภาษาอาหรับยิวตูนิเซีย"@th,
        "Yahudi Tunus Arapçası"@tr .

<http://lexvo.org/id/iso639-3/aju> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "aju"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Judeo-Moroccan>,
        <http://www.mpii.de/yago/resource/Judeo-Moroccan> ;
    skos:altLabel "Arabic, Judeo-Moroccan"@en,
        "Judeo-Moroccan Arabic"@en ;
    skos:definition "Judeo-Moroccan Arabic is a variety of Arabic spoken by Jews living or formerly living in Morocco. The vast majority of all current speakers now live in France and Israel. The few speakers remaining in Morocco are usually older adults."@en ;
    skos:inScheme lexvo: ;
    skos:notation "aju"^^xsd:string ;
    skos:prefLabel "Arabeg yuzev-morokek"@br,
        "Judeo-Moroccan"@en,
        "מרוקאית יהודית"@he,
        "Judeomarokanski arapski"@hr,
        "Djudeo-Arabo Marrokí"@lad,
        "Јудео-марокански арапски јазик"@mk,
        "Jødemarokkansk arabisk"@no,
        "Еврейско-марокканский язык"@ru,
        "Yahudi Fas Arapçası"@tr .

<http://lexvo.org/id/iso639-3/ajw> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ajw"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Ajawa_language>,
        <http://www.mpii.de/yago/resource/Ajawa_language> ;
    skos:altLabel "Ajawa language"@en ;
    skos:definition "Ajawa is an extinct Afro-Asiatic language formerly spoken in Bauchi State, Nigeria. Ajawa became extinct between 1920 and 1940 as speakers switched to Hausa."@en ;
    skos:inScheme lexvo: ;
    skos:notation "ajw"^^xsd:string ;
    skos:prefLabel "Ajawa"@ca,
        "Ajawa"@en,
        "Ajawa"@fi,
        "Lingua ajawa"@gl,
        "Ajawa jezik"@hr,
        "Lenga Ajawa"@pms .

<http://lexvo.org/id/iso639-3/ajz> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ajz"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Amri_language>,
        <http://www.mpii.de/yago/resource/Amri_language> ;
    skos:altLabel "Amri language"@en,
        "Karbi, Amri"@en ;
    skos:definition "Amri, or Amri Karbi, is spoken by the Karbi people of Assam and Meghalaya. Roman Script is used for institutional practice but it is seen, in various published megagines, that the authors use both Roman Script and Assamese script . Sociolinguistically, it's a variety of the Karbi language, though it is not mutually intelligible, and indeed may not be a single language itself."@en ;
    skos:inScheme lexvo: ;
    skos:notation "ajz"^^xsd:string ;
    skos:prefLabel "Amri Karbi"@en .

<http://lexvo.org/id/iso639-3/akd> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "akd"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Akpet_language>,
        <http://www.mpii.de/yago/resource/Akpet_language> ;
    skos:altLabel "Akpet language"@en ;
    skos:definition "Akpet, also known as Ukpet-Ehom or Akpet-Ehom, is a dialect cluster of the Upper Cross River languages of Nigeria. The varieties are Ukpet (Akpet) and Ehom (Ubeteng, Ebeteng)."@en ;
    skos:inScheme lexvo: ;
    skos:notation "akd"^^xsd:string ;
    skos:prefLabel "Ukpet-Ehom"@de,
        "Ukpet-Ehom"@en,
        "Ukpet-Ehom jezik"@hr,
        "Lenga Ukpet-Ehom"@pms .

<http://lexvo.org/id/iso639-3/akm> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "akm"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Aka-Bo_language>,
        <http://www.mpii.de/yago/resource/Aka-Bo_language> ;
    skos:altLabel "Aka-Bo language"@en ;
    skos:definition "The Bo language, Aka-Bo (also known as Ba), is an extinct Great Andamanese language, of the Northern group. It was spoken on the west central coast of North Andaman and on North Reef Island of the Andaman Islands in India. The Aka- at the beginning of the language name is a common Great Andamanese prefix for words related to the tongue, which includes language."@en ;
    skos:inScheme lexvo: ;
    skos:notation "akm"^^xsd:string ;
    skos:prefLabel "Aka-Bo"@de,
        "Aka-Bo"@en,
        "Aka-bo"@eo,
        "Aka-Bo"@eu,
        "Bon kieli"@fi,
        "Aka-bo"@fr,
        "Aka-Bo jezik"@hr,
        "아카보어"@ko,
        "Lèngua Aka-Bo"@lmo,
        "Bo kalba"@lt,
        "Ака-бо"@mk,
        "Aka-Bo"@pam,
        "Język bo"@pl,
        "Lenga aka-bo"@pms,
        "Língua aka-bo"@pt,
        "Бо"@ru,
        "Aka-Bo leid"@sco,
        "Aka-Bo"@sv,
        "போ மொழி"@ta,
        "Wikang Aka-Bo"@tl .

<http://lexvo.org/id/iso639-3/akp> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "akp"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Siwu_language>,
        <http://www.mpii.de/yago/resource/Siwu_language> ;
    skos:altLabel "Siwu language"@en ;
    skos:definition "Siwu is spoken in the mountainous central part of the Volta Region of Ghana. It belongs to the geographic group of Ghana Togo Mountain languages (traditionally called the Togorestsprachen or Togo Remnant languages) of the Kwa branch of Niger–Congo. The speakers of Siwu call themselves the Mawu and their land Kawu."@en ;
    skos:inScheme lexvo: ;
    skos:notation "akp"^^xsd:string ;
    skos:prefLabel "Siwu"@de,
        "Siwu"@en,
        "Siwu jezik"@hr,
        "Lenga Siwu"@pms .

<http://lexvo.org/id/iso639-3/aky> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "aky"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Aka-Kol_language>,
        <http://www.mpii.de/yago/resource/Aka-Kol_language> ;
    skos:altLabel "Aka-Kol language"@en ;
    skos:definition "The Kol language, Aka-Kol, is an extinct Great Andamanese language, of the Central group. It was spoken in the southeast section of Middle Andaman."@en ;
    skos:inScheme lexvo: ;
    skos:notation "aky"^^xsd:string ;
    skos:prefLabel "Aka-Kol"@en,
        "Kol"@fi,
        "Aka-Kol jezik"@hr,
        "Lèngua Aka-Kol"@lmo,
        "Lenga aka-kol"@pms .

<http://lexvo.org/id/iso639-3/ali> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ali"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Amaimon_language>,
        <http://www.mpii.de/yago/resource/Amaimon_language> ;
    skos:altLabel "Amaimon language"@en ;
    skos:definition "Amaimon is a Papuan language spoken by 1,781 people in Madang Province, Papua New Guinea."@en ;
    skos:inScheme lexvo: ;
    skos:notation "ali"^^xsd:string ;
    skos:prefLabel "Amaimon"@en,
        "Lingua amaimon"@gl,
        "Amaimon jezik"@hr,
        "Język amaimon"@pl,
        "Lenga Amaimon"@pms .

<http://lexvo.org/id/iso639-3/alj> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "alj"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Alangan_language>,
        <http://www.mpii.de/yago/resource/Alangan_language> ;
    skos:altLabel "Alangan language"@en ;
    skos:definition "The Alangan language is a language spoken by Mangyans in the province of Mindoro in the Philippines."@en ;
    skos:inScheme lexvo: ;
    skos:notation "alj"^^xsd:string ;
    skos:prefLabel "Alangan"@en,
        "Lingua alangan"@gl,
        "Alangan jezik"@hr,
        "Wikang Alangan"@tl .

<http://lexvo.org/id/iso639-3/alk> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "alk"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Alak_language>,
        <http://www.mpii.de/yago/resource/Alak_language> ;
    skos:altLabel "Alak language"@en ;
    skos:definition "Alak is a language spoken by some 4,000 people in southern Laos, especially in the Provinces of Salavan and Sekong (where the Alak people make up over a fifth of the population). It is closely related to the language spoken by the Bahnars of Vietnam."@en ;
    skos:inScheme lexvo: ;
    skos:notation "alk"^^xsd:string ;
    skos:prefLabel "Alak"@en,
        "Lingua alak"@gl,
        "Alak jezik"@hr,
        "Lenga alak"@pms,
        "ภาษาอาลัก"@th .

<http://lexvo.org/id/iso639-3/all> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "all"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Allar_language>,
        <http://www.mpii.de/yago/resource/Allar_language> ;
    skos:altLabel "Allar language"@en ;
    skos:definition "Allar is a Dravidian language spoken in India."@en ;
    skos:inScheme lexvo: ;
    skos:notation "all"^^xsd:string ;
    skos:prefLabel "Allar"@en,
        "Allar jezik"@hr,
        "Bahasa Allar"@ms,
        "Lenga Allar"@pms,
        "அல்லர் மொழி"@ta .

<http://lexvo.org/id/iso639-3/alo> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "alo"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/lari1255> ;
    skos:inScheme lexvo: ;
    skos:notation "alo"^^xsd:string ;
    skos:prefLabel "Larike-Wakasihu"@en .

<http://lexvo.org/id/iso639-3/alp> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "alp"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/alun1238> ;
    skos:inScheme lexvo: ;
    skos:notation "alp"^^xsd:string ;
    skos:prefLabel "Alune"@en .

<http://lexvo.org/id/iso639-3/alw> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "alw"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Alaba-K'abeena_language>,
        <http://www.mpii.de/yago/resource/Alaba-K'abeena_language> ;
    skos:altLabel "Alaba-K'abeena language"@en,
        "Alaba-K’abeena"@en ;
    skos:definition "Alaba-Kabeena (also known as Alaba, Allaaba, Halaba) is an Afro-Asiatic language spoken in Ethiopia in the Great Rift Valley southwest of Lake Shala. The literacy rate of native speakers in their language is below 1%, while their literacy rate in second languages is 8.6%; Alaba-Kabeena is taught in primary schools. It has an 81% lexical similarity with Kambaata. However Fleming (1976) classifies K'abeena (also transliterated \"Qebena\") as a dialect of Kambaata. The 2007 census in Ethiopia lists Alaba and Qebena as separate languages."@en ;
    skos:inScheme lexvo: ;
    skos:notation "alw"^^xsd:string ;
    skos:prefLabel "Alabeg"@br,
        "Wanbasana"@en,
        "Alaba hizkuntza"@eu,
        "Lingua alaba"@gl,
        "Alaba-K’abeena jezik"@hr,
        "Lenga Alaba"@pms .

<http://lexvo.org/id/iso639-3/alz> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "alz"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Alur_language>,
        <http://www.mpii.de/yago/resource/Alur_language> ;
    skos:altLabel "Alur language"@en ;
    skos:definition "Alur is spoken in northwestern Uganda and northeastern Democratic Republic of the Congo by the Alur people."@en ;
    skos:inScheme lexvo: ;
    skos:notation "alz"^^xsd:string ;
    skos:prefLabel "Aloureg"@br,
        "Alur"@en,
        "Alur"@fr,
        "Lingua alur"@gl,
        "Alur jezik"@hr,
        "アルール語"@ja,
        "Alur"@no,
        "Język alur"@pl,
        "Lenga Alur"@pms,
        "Língua alur"@pt,
        "Kialur"@sw .

<http://lexvo.org/id/iso639-3/ama> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ama"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Amanay%C3%A9_language>,
        <http://www.mpii.de/yago/resource/Amanay%C3%A9_language> ;
    skos:altLabel "Amanayé language"@en ;
    skos:definition "Amanayé is a possibly extinct Tupi language last spoken in the São Domingos do Capim Municipality on the Capim River in Brazil."@en ;
    skos:inScheme lexvo: ;
    skos:notation "ama"^^xsd:string ;
    skos:prefLabel "Amanayé"@en,
        "Amanayé jezik"@hr,
        "Lenga amanayé"@pms .

<http://lexvo.org/id/iso639-3/amg> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "amg"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Amurdag_language>,
        <http://www.mpii.de/yago/resource/Amurdag_language> ;
    skos:altLabel "Amurdag language"@en ;
    skos:definition "Amurdag (also Amurdak, Amurag, Amarag, Wureidbug) is an Indigenous Australian language historically spoken in the Northern Territory of Australia. This is an Pama–Nyungan language that belongs to the Iwaidjan language family. According to a report by the National Geographic Society and the Living Tongues Institute for Endangered Languages, it is an endangered language. There is at least one living speaker, Charlie Mungulda, who has been working with Australian linguists, e.g. Nick Evans, Robert Handelsmann and others, over the past several decades to record his language."@en ;
    skos:inScheme lexvo: ;
    skos:notation "amg"^^xsd:string ;
    skos:prefLabel "Amurdak"@en,
        "Amarag jezik"@hr,
        "Amurdag"@no,
        "Lenga amarag"@pms,
        "Amurdag"@sv .

<http://lexvo.org/id/iso639-3/amj> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "amj"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Amdang_language>,
        <http://www.mpii.de/yago/resource/Amdang_language> ;
    skos:altLabel "Amdang language"@en ;
    skos:definition "Amdang Biltine (autonym: sìmí amdangtí) is a language closely related to Fur spoken in Chad by about 5,000 people , while Ethnologue places the number in 2000 at 41,000. It is mainly spoken in Chad north of Biltine, and sporadically elsewhere in Ouaddaï. There are also small colonies of speakers in Darfur near Woda'a and Fafa, and in Kordofan in the Abu Daza district and at Magrur north of Bara. Most of the ethnic group now speaks Arabic. It is also termed Mimi, Mima, or Biltine. (The term \"Mimi\" is also applied, however, to several other languages of the area)."@en ;
    skos:inScheme lexvo: ;
    skos:notation "amj"^^xsd:string ;
    skos:prefLabel "Amdangeg"@br,
        "Amdang"@en,
        "Idioma amdang"@es,
        "Amdang jezik"@hr,
        "Amdang"@is,
        "Lenga Amdang"@pms,
        "Амданг"@ru .

<http://lexvo.org/id/iso639-3/aml> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "aml"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/War_language>,
        <http://www.mpii.de/yago/resource/War_language> ;
    skos:altLabel "War language"@en,
        "War-Jaintia"@en ;
    skos:definition "War (also spelled Waar), War-Jaintia or Amwi is an Austro-Asiatic language spoken by about 16,000 people in Bangladesh and 12,000 people in India."@en ;
    skos:inScheme lexvo: ;
    skos:notation "aml"^^xsd:string ;
    skos:prefLabel "Wareg"@br,
        "War"@en,
        "War-Jaintia jezik"@hr .

<http://lexvo.org/id/iso639-3/amm> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "amm"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Ama_language_(New_Guinea)>,
        <http://www.mpii.de/yago/resource/Ama_language_(New_Guinea)> ;
    skos:altLabel "Ama (Papua New Guinea)"@en,
        "Ama language"@en ;
    skos:definition "Ama (Sawiyanu) is a Left May language of New Guinea, in East Sepik Province. Former dialects have merged."@en ;
    skos:inScheme lexvo: ;
    skos:notation "amm"^^xsd:string ;
    skos:prefLabel "Ama"@en .

<http://lexvo.org/id/iso639-3/amt> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "amt"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Amto_language>,
        <http://www.mpii.de/yago/resource/Amto_language> ;
    skos:altLabel "Amto language"@en ;
    skos:definition "Amto (also known as Ki) is an Amto–Musan language spoken in Sandaun Province of Papua New Guinea in the Amanab and Rocky Peak Districts, south of the Upper Sepik River, toward the headwaters of the Left May River on the Samaia River. There are two villages, Amto and Habiyon."@en ;
    skos:inScheme lexvo: ;
    skos:notation "amt"^^xsd:string ;
    skos:prefLabel "Amteg"@br,
        "Amto"@de,
        "Amto"@en,
        "Idioma amto"@es,
        "Amto jezik"@hr,
        "Amto"@nl,
        "Lenga amto"@pms,
        "Амто"@ru .

<http://lexvo.org/id/iso639-3/amv> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "amv"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Ambelau_language>,
        <http://www.mpii.de/yago/resource/Ambelau_language> ;
    skos:altLabel "Ambelau language"@en ;
    skos:definition "Ambelau is an Austronesian language; as of 1989, it was spoken by about 5,700 Ambelau people, of whom more than 5,000 lived on the Indonesian island Ambelau and most others in the village Wae Tawa of the nearby island Buru . is the southern dialect of Buru language, Masarete. The preservation of the language was also unaffected by the fact that Ambelau people compose only half of the Ambelau island population, and the communication with the Bugis and Javanese people composing the other half usually occurs in the official language of the country, Indonesian. Ambelau language has no dialects; so the Ambelau community on Buru island speaks identical language to that used on Ambelau. The language has no writing system."@en ;
    skos:inScheme lexvo: ;
    skos:notation "amv"^^xsd:string ;
    skos:prefLabel "Ambelau"@en,
        "Ambelau keel"@et,
        "Ambelau"@fr,
        "Ambelau jezik"@hr,
        "Bahasa Ambelau"@id,
        "Lenga ambelau"@pms,
        "Амбелау"@ru .

<http://lexvo.org/id/iso639-3/amw> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "amw"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Western_Neo-Aramaic>,
        <http://www.mpii.de/yago/resource/Western_Neo-Aramaic> ;
    skos:altLabel "Neo-Aramaic, Western"@en ;
    skos:definition "Western Neo-Aramaic is a modern Aramaic language. Today, it is spoken in three villages in the Anti-Lebanon mountains of western Syria. Western Neo-Aramaic is the only modern living Aramaic language (neo-Aramaic) drawn from the branch of Western Aramaic languages. All other modern living Aramaic languages are of the Eastern Aramaic languages."@en ;
    skos:inScheme lexvo: ;
    skos:notation "amw"^^xsd:string ;
    skos:prefLabel "Nevez-aramaeg ar c'hornôg"@br,
        "Západní aramejština"@cs,
        "Neuwestaramäische Sprache"@de,
        "Western Neo-Aramaic"@en,
        "Néo-araméen occidental"@fr,
        "ארמית מערבית חדשה"@he,
        "Zapadni novoaramejski"@hr,
        "現代西アラム語"@ja,
        "Западен неоарамејски јазик"@mk,
        "Lenga neuv aramàich ossidental"@pms,
        "Zapadni novoaramejski"@sh,
        "ภาษาอราเมอิกใหม่ตะวันตก"@th .

<http://lexvo.org/id/iso639-3/amy> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "amy"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/amii1238> ;
    skos:inScheme lexvo: ;
    skos:notation "amy"^^xsd:string ;
    skos:prefLabel "Ami"@en .

<http://lexvo.org/id/iso639-3/amz> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "amz"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Atampaya_dialect>,
        <http://www.mpii.de/yago/resource/Atampaya_dialect> ;
    skos:altLabel "Atampaya dialect"@en ;
    skos:definition "Atampaya is an inland dialect of the Urradhi group of Paman languages on Cape York Peninsula of Queensland. Australia, and is possibly extinct. It is spoken by the Atampaya people. It forms part of a group of closely related and highly mutually intelligible dialects, these being Urradhi on the coast to the south-west, Angkamuthi to the west north of Urradhi, Utudhanamu inland north from Atampaya, Yantaykenu further north, being the language of the Bamaga area, Yadhaykenu on the east coast north of Wudhadhi, and Yaraytyana further north again. This group has no common language name, though Urradhi is commonly used as a cover name. There are a few partial speakers of Atampaya."@en ;
    skos:inScheme lexvo: ;
    skos:notation "amz"^^xsd:string ;
    skos:prefLabel "Atampaya"@en,
        "Atampaya jezik"@hr,
        "Lenga atampaya"@pms,
        "Atampaya"@sv .

<http://lexvo.org/id/iso639-3/ana> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ana"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Andaqui_language>,
        <http://www.mpii.de/yago/resource/Andaqui_language> ;
    skos:altLabel "Andaqui language"@en ;
    skos:definition "Andaqui (or: Andaki) is an extinct language from the southern highlands of Colombia. It may be one of the Paezan or Barbacoan languages, which may be related to each other."@en ;
    skos:inScheme lexvo: ;
    skos:notation "ana"^^xsd:string ;
    skos:prefLabel "Andaqui"@en,
        "Idioma andaquí"@es,
        "Andaquí"@fr,
        "Andaqui jezik"@hr,
        "Андакиски јазик"@mk .

<http://lexvo.org/id/iso639-3/anb> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "anb"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Andoa_language>,
        <http://www.mpii.de/yago/resource/Andoa_language> ;
    skos:altLabel "Andoa language"@en ;
    skos:definition "Andoa is an extinct Zaparoan language of Peru. It was found in the Pastaza River region of Peru. It is also known as Shimigae/Semigae and Gae/Gay. The Andoa people have integrated into the Quechua and now speak either Pastaza Quechua or Spanish. In Ecuador there remains one fluent speaker who is attempting to teach the language to others to keep it alive. The last known speaker died in 1993."@en ;
    skos:inScheme lexvo: ;
    skos:notation "anb"^^xsd:string ;
    skos:prefLabel "Andoeg"@br,
        "Andoa"@en,
        "Idioma andoa-shimigae"@es,
        "Andoa"@fr,
        "Andoan"@hr .

<http://lexvo.org/id/iso639-3/and> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "and"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Ansus_language>,
        <http://www.mpii.de/yago/resource/Ansus_language> ;
    skos:altLabel "Ansus language"@en ;
    skos:definition "Ansus is a Austronesian language spoken in Indonesian New Guinea."@en ;
    skos:inScheme lexvo: ;
    skos:notation "and"^^xsd:string ;
    skos:prefLabel "Ansus"@en,
        "Ansus jezik"@hr,
        "Bahasa Ansus"@id .

<http://lexvo.org/id/iso639-3/anf> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "anf"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Animere_language>,
        <http://www.mpii.de/yago/resource/Animere_language> ;
    skos:altLabel "Animere language"@en ;
    skos:definition "Animere (sometimes Anyimere or Kunda, the latter being a toponym) is a language spoken in Ghana, in the Kecheibe and Kunda villages of the Benimbere people. It is most closely related to Kebu or Akebu of Togo. Both are Ghana Togo Mountain languages (GTM), classified as members of the Ka-Togo group by Heine (1968). Like most other GTM languages, Animere is a noun class language."@en ;
    skos:inScheme lexvo: ;
    skos:notation "anf"^^xsd:string ;
    skos:prefLabel "Animere"@de,
        "Animere"@en,
        "Animere jezik"@hr,
        "Lenga Animere"@pms,
        "Kianimere"@sw .

<http://lexvo.org/id/iso639-3/anm> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "anm"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Anal_language>,
        <http://www.mpii.de/yago/resource/Anal_language> ;
    skos:altLabel "Anal language"@en ;
    skos:definition "Anal, also known as Namfau, is a Northern Kukish language, part of the Sino-Tibetan language family, spoken by a dwindling number of Anal people in India, Burma, and possibly Bangladesh. UNESCO lists Anal as having 23,000 speakers in total, making it a vulnerable language. It has two principal dialects, Laizo and Malshom, and is closest to Lamkang. The language of wider communication is Meithei."@en ;
    skos:inScheme lexvo: ;
    skos:notation "anm"^^xsd:string ;
    skos:prefLabel "Analeg"@br,
        "Anal"@en,
        "Idioma anal"@es,
        "Anali keel"@et,
        "Anal"@fr,
        "Lingua anal"@gl,
        "Anal jezik"@hr,
        "アナル語"@ja,
        "Język anal"@pl,
        "Lenga Anal"@pms,
        "Анал"@ru,
        "Anal"@sv,
        "ภาษาอนัล"@th .

<http://lexvo.org/id/iso639-3/ans> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ans"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Anserma_language>,
        <http://www.mpii.de/yago/resource/Anserma_language> ;
    skos:altLabel "Anserma language"@en ;
    skos:definition "Anserma (Anserna) is an extinct Chocoan language of Colombia."@en ;
    skos:inScheme lexvo: ;
    skos:notation "ans"^^xsd:string ;
    skos:prefLabel "Anserma"@en .

<http://lexvo.org/id/iso639-3/ant> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ant"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Antakarinya_language>,
        <http://www.mpii.de/yago/resource/Antakarinya_language> ;
    skos:altLabel "Antakarinya language"@en ;
    skos:definition "Antakarinya (also Andagarinya) is an Australian Aboriginal language. It is one of the Wati languages of the large Southwest branch of the Pama–Nyungan family."@en ;
    skos:inScheme lexvo: ;
    skos:notation "ant"^^xsd:string ;
    skos:prefLabel "Antakarinya"@en,
        "Antakarinya jezik"@hr,
        "Lingua antakarinya"@it,
        "Lenga antakarinya"@pms,
        "Antakarinya"@sv,
        "Antakarinya"@tr .

<http://lexvo.org/id/iso639-3/anv> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "anv"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Denya_language>,
        <http://www.mpii.de/yago/resource/Denya_language> ;
    skos:altLabel "Denya language"@en ;
    skos:definition "Denya is a Bantoid language of Cameroon in the Mamfe family. The dialects are divergent enough to perhaps be considered separate languages."@en ;
    skos:inScheme lexvo: ;
    skos:notation "anv"^^xsd:string ;
    skos:prefLabel "Denya"@de,
        "Denya"@en,
        "Denya jezik"@hr,
        "Lenga Denya"@pms,
        "Kidenya"@sw .

<http://lexvo.org/id/iso639-3/aob> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "aob"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Abom_language>,
        <http://www.mpii.de/yago/resource/Abom_language> ;
    skos:altLabel "Abom language"@en ;
    skos:definition "Abom is a nearly extinct language spoken in the Western Province of Papua New Guinea. According to a 2002 census, only 15 people still speak this language, all elderly."@en ;
    skos:inScheme lexvo: ;
    skos:notation "aob"^^xsd:string ;
    skos:prefLabel "Abom"@en,
        "Abom jezik"@hr,
        "Bahasa Abom"@id,
        "Lenga Abom"@pms .

<http://lexvo.org/id/iso639-3/aod> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "aod"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Andarum_language>,
        <http://www.mpii.de/yago/resource/Andarum_language> ;
    skos:altLabel "Andarum language"@en ;
    skos:definition "Andarum is a Ramu language of Papua New Guinea. Together with Kanggape, there were something over 2,000 speakers in 1981."@en ;
    skos:inScheme lexvo: ;
    skos:notation "aod"^^xsd:string ;
    skos:prefLabel "Andarum"@en .

<http://lexvo.org/id/iso639-3/aog> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "aog"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Angoram_language>,
        <http://www.mpii.de/yago/resource/Angoram_language> ;
    skos:altLabel "Angoram language"@en ;
    skos:definition "Angoram, also known as Pondo, is a Papuan language of Papua New Guinea."@en ;
    skos:inScheme lexvo: ;
    skos:notation "aog"^^xsd:string ;
    skos:prefLabel "Angoram"@en .

<http://lexvo.org/id/iso639-3/aoj> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "aoj"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Mufian_language>,
        <http://www.mpii.de/yago/resource/Mufian_language> ;
    skos:altLabel "Mufian language"@en ;
    skos:definition "Mufian (Muhian, Muhiang), or Southern Arapesh, is an Arapesh language (Torricelli) of Papua New Guinea. Dialects are Supari, Balif, Filifita (Ilahita), Iwam-Nagalemb, Nagipaem; Filifita speakers are a little over half the population."@en ;
    skos:inScheme lexvo: ;
    skos:notation "aoj"^^xsd:string ;
    skos:prefLabel "Mufian"@en .

<http://lexvo.org/id/iso639-3/aol> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "aol"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Alorese_language>,
        <http://www.mpii.de/yago/resource/Alorese_language> ;
    skos:altLabel "Alorese language"@en ;
    skos:definition "Alorese (Bahasa Alor) is an Austronesian language spoken on Alor and the neighboring islands of the Alor archipelago in eastern Indonesia. It is not to be confused with non-Austronesian (Papuan) languages of the Alor–Pantar family which are also spoken in this region. It is also distinct from Alor Malay, a Malay variety which is currently supplanting Alorese as the language of wider communication in the region. Alorese is the native language of several immigrant communities located along the coast of the Alor archipelago, especially at Alor Kecil on Alor and at Baranusa and Marica on Pantar. It has also been used extensively as a trade language in the region."@en ;
    skos:inScheme lexvo: ;
    skos:notation "aol"^^xsd:string ;
    skos:prefLabel "Alor"@en,
        "Lingua alor"@gl,
        "Alorski jezik"@hr,
        "Bahasa Alor"@id .

<http://lexvo.org/id/iso639-3/aom> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "aom"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/omie1241> ;
    skos:inScheme lexvo: ;
    skos:notation "aom"^^xsd:string ;
    skos:prefLabel "Ömie"@en .

<http://lexvo.org/id/iso639-3/aon> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "aon"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Bumbita_language>,
        <http://www.mpii.de/yago/resource/Bumbita_language> ;
    skos:altLabel "Arapesh, Bumbita"@en,
        "Bumbita language"@en ;
    skos:definition "Bumbita (But Arapesh) is an Arapesh language (Torricelli) of Papua New Guinea spoken mainly by older adults, unlike other Arapesh languages. Dialects are Bonahoi, Urita, Timingir, Weril, Werir."@en ;
    skos:inScheme lexvo: ;
    skos:notation "aon"^^xsd:string ;
    skos:prefLabel "Bumbita Arapesh"@en .

<http://lexvo.org/id/iso639-3/aos> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "aos"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Taikat_language>,
        <http://www.mpii.de/yago/resource/Taikat_language> ;
    skos:altLabel "Taikat language"@en ;
    skos:definition "Taikat (Tajkat) or Arso is a Papuan language of Indonesian Papua."@en ;
    skos:inScheme lexvo: ;
    skos:notation "aos"^^xsd:string ;
    skos:prefLabel "Taikat"@en .

<http://lexvo.org/id/iso639-3/aot> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "aot"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/A'Tong_language>,
        <http://www.mpii.de/yago/resource/A'Tong_language> ;
    skos:altLabel "A'Tong language"@en ;
    skos:definition "A'Tong is a language of the Sino-Tibetan family, related to Koch and Rabha. It is spoken in the Southern Meghalaya (South Garo Hills, Hd. Qtr.-Baghmara) region of India."@en ;
    skos:inScheme lexvo: ;
    skos:notation "aot"^^xsd:string ;
    skos:prefLabel "A'tong"@en,
        "Lingua A'Tong"@gl,
        "A'tong jezik"@hr,
        "Lenga A'tong"@pms .

<http://lexvo.org/id/iso639-3/apd> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "apd"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Sudanese_Arabic>,
        <http://www.mpii.de/yago/resource/Sudanese_Arabic> ;
    skos:altLabel "Arabic, Sudanese"@en ;
    skos:definition "Sudanese Arabic is the variety of Arabic spoken throughout northern Sudan. It has much borrowed vocabulary from the local languages (El Rotana). This has resulted in a variety of Arabic that is unique to Sudan, reflecting the way in which the country has been influenced by both African and Arab cultures. Some of the tribes in Sudan still have similar accents to the ones in Saudi Arabia."@en ;
    skos:inScheme lexvo: ;
    skos:notation "apd"^^xsd:string ;
    skos:prefLabel "لهجة سودانية"@ar,
        "Arabeg Soudan"@br,
        "Sudanesisch-Arabisch"@de,
        "Sudanese Arabic"@en,
        "Sudanski arapski"@hr,
        "Судански арапски јазик"@mk,
        "Lenga aràbica sudanèisa"@pms,
        "Sudanski arapski"@sh .

<http://lexvo.org/id/iso639-3/ape> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ape"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Bukiyip_language>,
        <http://www.mpii.de/yago/resource/Bukiyip_language> ;
    skos:altLabel "Bukiyip language"@en ;
    skos:definition "Bukiyip (Bukiyúp), or Mountain Arapesh, is an Arapesh language (Torricelli) of Papua New Guinea."@en ;
    skos:inScheme lexvo: ;
    skos:notation "ape"^^xsd:string ;
    skos:prefLabel "Bukiyip"@en .

<http://lexvo.org/id/iso639-3/api> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "api"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Apiak%C3%A1_language>,
        <http://www.mpii.de/yago/resource/Apiak%C3%A1_language> ;
    skos:altLabel "Apiaká language"@en ;
    skos:definition "Apiacá is a Tupi language of the Apiacá people of the upper Rio Tapajos area of Matto Grosso, Brazil. It is being supplanted by Portuguese."@en ;
    skos:inScheme lexvo: ;
    skos:notation "api"^^xsd:string ;
    skos:prefLabel "Apiaká"@en,
        "Apiaká jezik"@hr,
        "Lenga apiacá"@pms .

<http://lexvo.org/id/iso639-3/apk> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "apk"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Plains_Apache_language>,
        <http://www.mpii.de/yago/resource/Plains_Apache_language> ;
    skos:altLabel "Apache, Kiowa"@en,
        "Plains Apache language"@en ;
    skos:definition "The Plains Apache language (or Kiowa Apache) is a Southern Athabaskan language spoken by the Plains Apache peoples living primarily in central Oklahoma."@en ;
    skos:inScheme lexvo: ;
    skos:notation "apk"^^xsd:string ;
    skos:prefLabel "Apacheeg ar c'hompezennoù"@br,
        "Kiowa Apache"@en,
        "Apache des Plaines"@fr,
        "Plains Apache spriak"@frr,
        "Lenga apache, kiowa"@pms,
        "Ova Apaçicesi"@tr .

<http://lexvo.org/id/iso639-3/apl> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "apl"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Lipan_language>,
        <http://www.mpii.de/yago/resource/Lipan_language> ;
    skos:altLabel "Apache, Lipan"@en,
        "Lipan language"@en ;
    skos:definition "Lipan is an Eastern Southern Athabaskan language spoken by the Lipan Apache. In 1981 it was claimed there were only a few elderly speakers still alive, and it is possible that it has become extinct since then."@en ;
    skos:inScheme lexvo: ;
    skos:notation "apl"^^xsd:string ;
    skos:prefLabel "Lipan Apache"@en,
        "Lipan"@fr,
        "Lipan Apache spriak"@frr,
        "Lenga apache, lipan"@pms,
        "Липан"@ru,
        "Lipanca"@tr .

<http://lexvo.org/id/iso639-3/app> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "app"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Apma_language>,
        <http://www.mpii.de/yago/resource/Apma_language> ;
    skos:altLabel "Apma language"@en ;
    skos:definition "Apma (or Abma) is the language of central Pentecost island in Vanuatu. Apma belongs to the East Vanuatu languages, a branch of the Austronesian languages family."@en ;
    skos:inScheme lexvo: ;
    skos:notation "app"^^xsd:string ;
    skos:prefLabel "Apma"@en,
        "Apma"@fr,
        "Apma jezik"@hr,
        "Lenga apma"@pms,
        "Língua apma"@pt,
        "Абма"@ru .

<http://lexvo.org/id/iso639-3/apz> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "apz"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/safe1240> ;
    skos:inScheme lexvo: ;
    skos:notation "apz"^^xsd:string ;
    skos:prefLabel "Safeyoka"@en .

<http://lexvo.org/id/iso639-3/aqd> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "aqd"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Ampari_Dogon>,
        <http://www.mpii.de/yago/resource/Ampari_Dogon> ;
    skos:altLabel "Dogon, Ampari"@en ;
    skos:definition "Ampari Dogon, also known as Ambange or Ampari kora, is a Dogon language spoken in Mali."@en ;
    skos:inScheme lexvo: ;
    skos:notation "aqd"^^xsd:string ;
    skos:prefLabel "Ampari Dogon"@en .

<http://lexvo.org/id/iso639-3/aqg> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "aqg"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Akoko_language>,
        <http://www.mpii.de/yago/resource/Akoko_language> ;
    skos:altLabel "Akoko language"@en ;
    skos:definition "North Akoko, usually abbreviated to Akoko, is a dialect cluster spoken in Nigeria. It appears to form a branch of the \"Yoruba–Edo–Akoko–Igbo\" group of Niger–Congo languages."@en ;
    skos:inScheme lexvo: ;
    skos:notation "aqg"^^xsd:string ;
    skos:prefLabel "Akoko"@de,
        "Arigidi"@en,
        "Arigidi jezik"@hr,
        "Lenga Arigidi"@pms .

<http://lexvo.org/id/iso639-3/aqz> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "aqz"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Tupar%C3%AD_language>,
        <http://www.mpii.de/yago/resource/Tupar%C3%AD_language> ;
    skos:altLabel "Tuparí language"@en ;
    skos:definition "Tupari is a Tupian language of Brazil."@en ;
    skos:inScheme lexvo: ;
    skos:notation "aqz"^^xsd:string ;
    skos:prefLabel "Akuntsu"@en .

<http://lexvo.org/id/iso639-3/are> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "are"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/west2441> ;
    skos:altLabel "Arrarnta, Western"@en ;
    skos:inScheme lexvo: ;
    skos:notation "are"^^xsd:string ;
    skos:prefLabel "Western Arrarnta"@en .

<http://lexvo.org/id/iso639-3/ark> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ark"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Arikap%C3%BA_language>,
        <http://www.mpii.de/yago/resource/Arikap%C3%BA_language> ;
    skos:altLabel "Arikapú language"@en ;
    skos:definition "Arikapú or Maxubí is an endangered Yabutian language that as of 1998 was spoken by only six individuals in Rondônia, Brazil, at the headwaters of the Rio Branco. It is being supplanted by Portuguese."@en ;
    skos:inScheme lexvo: ;
    skos:notation "ark"^^xsd:string ;
    skos:prefLabel "Arikapu"@da,
        "Arikapú"@en,
        "Arikapú jezik"@hr,
        "Lenga arikapú"@pms .

<http://lexvo.org/id/iso639-3/arq> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "arq"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Algerian_Arabic>,
        <http://www.mpii.de/yago/resource/Algerian_Arabic> ;
    skos:altLabel "Arabic, Algerian"@en ;
    skos:definition "Algerian Arabic is the variety or varieties of Arabic spoken in Algeria. In Algeria, as elsewhere, spoken Arabic differs from written Arabic; Algerian Arabic has a vocabulary mostly Arabic, with significant Berber substrates, and many new words and loanwords borrowed from French, Turkish and Spanish."@en ;
    skos:inScheme lexvo: ;
    skos:notation "arq"^^xsd:string ;
    skos:prefLabel "لهجة جزائرية"@ar,
        "Arabeg Aljeria"@br,
        "Algerian Arabic"@en,
        "Árabe argelino"@es,
        "Arabe algérien"@fr,
        "Alžirski arapski"@hr,
        "Алжирски арапски јазик"@mk,
        "Алжирский диалект арабского языка"@ru,
        "Algerisk arabiska"@sv .

<http://lexvo.org/id/iso639-3/ars> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ars"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Najdi_Arabic>,
        <http://www.mpii.de/yago/resource/Najdi_Arabic> ;
    skos:altLabel "Arabic, Najdi"@en ;
    skos:definition "Najdi Arabic is a variety of the Arabic language spoken in the desert and oases of central Saudi Arabia."@en ;
    skos:inScheme lexvo: ;
    skos:notation "ars"^^xsd:string ;
    skos:prefLabel "لهجة نجدية"@ar,
        "نجدى"@arz,
        "Arabeg nadjiek"@br,
        "Najdi Arabic"@en,
        "Najdi arapski"@hr,
        "Најдиски јазик"@mk,
        "ภาษาอาหรับนัจญ์ดี"@th .

<http://lexvo.org/id/iso639-3/aru> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "aru"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Araw%C3%A1_language>,
        <http://www.mpii.de/yago/resource/Araw%C3%A1_language> ;
    skos:altLabel "Arawá"@en,
        "Arawá language"@en,
        "Aruá (Amazonas State)"@en ;
    skos:definition "Aruá is an extinct language of Brazil. The last speaker died in 1877. All that survives is a word list from 1869."@en ;
    skos:inScheme lexvo: ;
    skos:notation "aru"^^xsd:string ;
    skos:prefLabel "Aroueg"@br,
        "Aruá"@en,
        "Idioma arauá"@es,
        "Arawá"@fr,
        "Aruá"@hr,
        "Аруански јазик"@mk,
        "Lenga arua"@pms,
        "Aruá leid"@sco .

<http://lexvo.org/id/iso639-3/asb> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "asb"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Assiniboine_language>,
        <http://www.mpii.de/yago/resource/Assiniboine_language> ;
    skos:altLabel "Assiniboine language"@en ;
    skos:definition "The Assiniboine language (also Assiniboin, Hohe, or Nakota, Nakoda or Nakona ) is a Nakotan Siouan language of the Northern Plains, spoken by around 200 Assiniboine people, most of them elderly. The name Asiniibwaan is an Ojibwe term meaning \"Stone Siouans\". Along with the closely related Stoney, Assiniboine is an n variety of the Dakotan languages, meaning its autonym is pronounced with an initial n (thus: Nakʰóta as opposed to Dakʰóta or Lakʰóta, and Nakʰóda or Nakʰóna as opposed to Dakʰód or Lakʰól). The Assiniboine language is also closely related to the Sioux language and to the Stoney language (called likewise Nakoda or Nakota), although they are hardly mutually intelligible."@en ;
    skos:inScheme lexvo: ;
    skos:notation "asb"^^xsd:string ;
    skos:prefLabel "Asiniboineg"@br,
        "Assiniboine"@en,
        "Assiniboine"@fr,
        "Assiniboine jezik"@hr,
        "Język assiniboine"@pl,
        "Lenga assiniboine"@pms,
        "Ассинибойн"@ru .

<http://lexvo.org/id/iso639-3/ash> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ash"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Tequiraca_language>,
        <http://www.mpii.de/yago/resource/Tequiraca_language> ;
    skos:altLabel "Tequiraca language"@en ;
    skos:definition "Tequiraca (Tekiráka), also known as Abishira (Avishiri)*, is a language spoken in Peru. In 1925 there were between 50 and 80 speakers in Puerto Elvira on Lake Vacacocha (connected with the Napo River). It had been presumed extinct some time in the mid 20th century, but in 2010 a few speakers or semi-speakers were found."@en ;
    skos:inScheme lexvo: ;
    skos:notation "ash"^^xsd:string ;
    skos:prefLabel "Abichireg"@br,
        "Abishira"@en,
        "Idioma tekiraka"@es,
        "Auishiri"@fr .

<http://lexvo.org/id/iso639-3/asj> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "asj"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Saari_language>,
        <http://www.mpii.de/yago/resource/Saari_language> ;
    skos:altLabel "Nsari"@en,
        "Saari language"@en ;
    skos:definition "Saari, or Nsari, is an Eastern Beboid language of Cameroon. According to Ethnologue, it's 84% lexically similar to Ncane, making it very close to the Noni cluster."@en ;
    skos:inScheme lexvo: ;
    skos:notation "asj"^^xsd:string ;
    skos:prefLabel "Nsari"@de,
        "Sari"@en,
        "Nsari jezik"@hr,
        "Lenga Nsari"@pms,
        "Kisaari"@sw .

<http://lexvo.org/id/iso639-3/ask> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ask"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Askunu_language>,
        <http://www.mpii.de/yago/resource/Askunu_language> ;
    skos:altLabel "Askunu language"@en ;
    skos:definition "Âṣkuňu is a language of Afghanistan spoken by the Âṣkuňu, Saňu, and Grâmsaňâ people in the region of the central Pech Valley around Wâmâ and in some eastern tributary valleys of the upper Alingar River in Afghanistan's Nuristan province. The most used alternative name for all three tribes is Ashkun, which was first noted by George Scott Robertson in 1896."@en ;
    skos:inScheme lexvo: ;
    skos:notation "ask"^^xsd:string ;
    skos:prefLabel "Ашкун"@bg,
        "Ashkun"@en,
        "Aškuni keel"@et,
        "Aškunin kieli"@fi,
        "Ashkun"@fr,
        "Lingua ascunu"@gl,
        "Ashkun jezik"@hr,
        "Askúnska"@is,
        "Askunu"@no,
        "Język aszkun"@pl,
        "Lenga ashkun"@pms,
        "Ашкун"@ru,
        "ภาษาอัสกุนุ"@th .

<http://lexvo.org/id/iso639-3/aso> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "aso"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Dano_language>,
        <http://www.mpii.de/yago/resource/Dano_language> ;
    skos:altLabel "Dano language"@en ;
    skos:definition "Dano (Upper Asaro) is a Papuan language spoken by about 30,000 people in the Goroka District of Eastern Highlands Province, Papua New Guinea."@en ;
    skos:inScheme lexvo: ;
    skos:notation "aso"^^xsd:string ;
    skos:prefLabel "Dano"@en .

<http://lexvo.org/id/iso639-3/asp> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "asp"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Algerian_Sign_Language>,
        <http://www.mpii.de/yago/resource/Algerian_Sign_Language> ;
    skos:definition "Algerian Sign Language (French: Langue des signes algérienne (LSA), Tamazight: Tamslayt Tadugamt n Lezzayer, Arabic: لغة الإشارة الجزائر ) is the sign language most commonly used in Algeria. It was officially recognized by the Algerian law on the protection and promotion of persons with a disability enacted on May 8, 2002."@en ;
    skos:inScheme lexvo: ;
    skos:notation "asp"^^xsd:string ;
    skos:prefLabel "Algerian Sign Language"@en,
        "Langue des signes algérienne"@fr,
        "Alžirski znakovni jezik"@hr,
        "Língua de Sinais Algeriana"@pt .

<http://lexvo.org/id/iso639-3/asq> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "asq"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Austrian_Sign_Language>,
        <http://www.mpii.de/yago/resource/Austrian_Sign_Language> ;
    skos:definition "Austrian Sign Language, or Österreichische Gebärdensprache (ÖGS), is the sign language used by the Austrian Deaf community — approximately 10,000 people. (see Krausneker 2006)"@en ;
    skos:inScheme lexvo: ;
    skos:notation "asq"^^xsd:string ;
    skos:prefLabel "Österreichische Gebärdensprache"@de,
        "Austrian Sign Language"@en,
        "Austrijski znakovni jezik"@hr,
        "Østerriksk tegnspråk"@no,
        "Lenga dij segn austrìaca"@pms,
        "Língua de sinais austríaca"@pt .

<http://lexvo.org/id/iso639-3/asr> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "asr"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Asuri_language>,
        <http://www.mpii.de/yago/resource/Asuri_language> ;
    skos:altLabel "Asuri language"@en ;
    skos:definition "Asuri is a minor Munda language of India."@en ;
    skos:inScheme lexvo: ;
    skos:notation "asr"^^xsd:string ;
    skos:prefLabel "Asuri"@en .

<http://lexvo.org/id/iso639-3/asv> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "asv"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Asoa_language>,
        <http://www.mpii.de/yago/resource/Asoa_language> ;
    skos:altLabel "Asoa language"@en ;
    skos:definition "Asoa, also known as Asua, Asuae, Asuati, or Aka, is a Central Sudanic language spoken by the Mbuti Pygmies known as the Asua. It is closely related to the Mangbetu language, and the Asua live in association with the Mangbetu people, among others. It is the only distinctive Pygmy language in the east."@en ;
    skos:inScheme lexvo: ;
    skos:notation "asv"^^xsd:string ;
    skos:prefLabel "Asoa"@en,
        "Asoa jezik"@hr,
        "Lenga Asoa"@pms,
        "Kiasoa"@sw .

<http://lexvo.org/id/iso639-3/ata> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ata"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Ata_language>,
        <http://www.mpii.de/yago/resource/Ata_language> ;
    skos:altLabel "Ata language"@en ;
    skos:definition "The Ata language, also known as Pele-Ata or Wasi, is a language isolate spoken on New Britain island, Papua New Guinea. It may be related to the Anêm and Yélî Dnye isolates in a tentative Yele-West New Britain family. There are about 2000 speakers."@en ;
    skos:inScheme lexvo: ;
    skos:notation "ata"^^xsd:string ;
    skos:prefLabel "Pele-Ata"@en .

<http://lexvo.org/id/iso639-3/atb> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "atb"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Zaiwa_language>,
        <http://www.mpii.de/yago/resource/Zaiwa_language> ;
    skos:altLabel "Zaiwa language"@en ;
    skos:definition "Zaiwa (Tsaiwa, Tsaiva) is a language spoken in parts of China and Burma. There are around 100,000 speakers. It is also known as Atsi, its name in Jingpo. Zaiwa is a member of the Burmish languages."@en ;
    skos:inScheme lexvo: ;
    skos:notation "atb"^^xsd:string ;
    skos:prefLabel "Zaiwaeg"@br,
        "Zaiwa"@en,
        "ภาษาไจ้หว่า"@th,
        "Zaiwa dili"@tr,
        "载瓦语"@zh .

<http://lexvo.org/id/iso639-3/ati> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ati"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Atti%C3%A9_language>,
        <http://www.mpii.de/yago/resource/Atti%C3%A9_language> ;
    skos:altLabel "Attié language"@en ;
    skos:definition "Attié (Akie, Akye, Atche, Atie, Atshe) is a language of uncertain classification within the Kwa branch of the Niger–Congo family. It is spoken by perhaps half a million people in Ivory Coast."@en ;
    skos:inScheme lexvo: ;
    skos:notation "ati"^^xsd:string ;
    skos:prefLabel "Attie"@de,
        "Attié"@en,
        "Attié"@fr,
        "Attié jezik"@hr,
        "Lenga Attié"@pms .

<http://lexvo.org/id/iso639-3/atn> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "atn"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Ashtiani_language>,
        <http://www.mpii.de/yago/resource/Ashtiani_language> ;
    skos:altLabel "Ashtiani language"@en ;
    skos:definition "Ashtiani is one of the Central Iranian dialects. spoken in the Ashtian and Tafresh area of Iran."@en ;
    skos:inScheme lexvo: ;
    skos:notation "atn"^^xsd:string ;
    skos:prefLabel "Ashtiani"@en,
        "Ashtiani jezik"@hr,
        "Lenga Ashtiani"@pms,
        "ภาษาอัสเตียนี"@th .

<http://lexvo.org/id/iso639-3/ato> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ato"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Atong_language>,
        <http://www.mpii.de/yago/resource/Atong_language> ;
    skos:altLabel "Atong language"@en ;
    skos:definition "Atong (Atoŋ) is a Grassfields language of Cameroon."@en ;
    skos:inScheme lexvo: ;
    skos:notation "ato"^^xsd:string ;
    skos:prefLabel "Atong"@de,
        "Atong"@en,
        "Atong jezik"@hr,
        "Lenga Atong"@pms,
        "Kiatong"@sw .

<http://lexvo.org/id/iso639-3/atq> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "atq"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/aral1243> ;
    skos:inScheme lexvo: ;
    skos:notation "atq"^^xsd:string ;
    skos:prefLabel "Aralle-Tabulahan"@en .

<http://lexvo.org/id/iso639-3/ats> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ats"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Gros_Ventre_language>,
        <http://www.mpii.de/yago/resource/Gros_Ventre_language> ;
    skos:altLabel "Gros Ventre language"@en ;
    skos:definition "Atsina (also known as Gros Ventre, Ananin, Ahahnelin, Atsina, and Ahe ) is the moribund Algonquian ancestral language of the Gros Ventre tribe in Montana. The last fluent speaker died in 1981. Atsina is the name applied by specialists in Algonquian linguistics. Arapaho and Atsina are dialects of a common language usually designated by scholars as \"Arapaho-Atsina\". Historically, this language had five dialects, and on occasion specialists add a third dialect name to the label, resulting in the designation, \"Arapaho-Atsina-Nawathinehena\". Compared with Arapaho proper, Gros Ventre had three additional phonemes , , and , and lacked the velar fricative ."@en ;
    skos:inScheme lexvo: ;
    skos:notation "ats"^^xsd:string ;
    skos:prefLabel "Gros Ventre"@en,
        "Atsina"@fr,
        "Język atsina"@pl,
        "Lenga gros ventre"@pms .

<http://lexvo.org/id/iso639-3/atu> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "atu"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Reel_language>,
        <http://www.mpii.de/yago/resource/Reel_language> ;
    skos:altLabel "Reel language"@en ;
    skos:definition "Reel, or Atwot, is a Nilotic language of South Sudan that is closely related to Nuer. The Reel people are culturally Dinka, and Atwot is their Dinka name."@en ;
    skos:inScheme lexvo: ;
    skos:notation "atu"^^xsd:string ;
    skos:prefLabel "Reel"@en .

<http://lexvo.org/id/iso639-3/atv> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "atv"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Northern_Altai_language>,
        <http://www.mpii.de/yago/resource/Northern_Altai_language> ;
    skos:altLabel "Altai, Northern"@en,
        "Northern Altai language"@en ;
    skos:definition "Northern Altai or Northern Altay is one of two Turkic languages spoken in the Altay Republic of Russia on the border of Mongolia, the People's Republic of China, and Kazakhstan. Though traditionally considered one language, Southern Altai is not fully mutually intelligible with the Northern varieties. Written Altai is based on Southern Altai, and is rejected by Northern Altai children."@en ;
    skos:inScheme lexvo: ;
    skos:notation "atv"^^xsd:string ;
    skos:prefLabel "Northern Altai"@en,
        "Nordaltaja lingvo"@eo,
        "Šiaurės altajiečių kalba"@lt,
        "Lenga altai setentrional"@pms,
        "Северноалтайский язык"@ru,
        "Төньяк Алтай теле"@tt,
        "Північноалтайська мова"@uk .

<http://lexvo.org/id/iso639-3/atx> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "atx"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Arutani_language>,
        <http://www.mpii.de/yago/resource/Arutani_language> ;
    skos:altLabel "Arutani language"@en ;
    skos:definition "Arutani (Orotani, Urutani, also known as Awake, Auake, Auaqué, Aoaqui, Oewaku, ethnonym Uruak) is a nearly extinct language spoken by only 17 individuals in Roraima, Brazil and two others in the Karum River area of Bolivar State, Venezuela. It is one of the most poorly attested extant languages in South America, and may be a language isolate. Ethnic Arutani also speak Ninam."@en ;
    skos:inScheme lexvo: ;
    skos:notation "atx"^^xsd:string ;
    skos:prefLabel "Aroutanieg"@br,
        "Arutani"@en,
        "Arutana lingvo"@eo,
        "Idioma arutani"@es,
        "Arutani jezik"@hr,
        "Арутански јазик"@mk,
        "Lenga arutani"@pms .

<http://lexvo.org/id/iso639-3/aud> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "aud"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Anuta_language>,
        <http://www.mpii.de/yago/resource/Anuta_language> ;
    skos:altLabel "Anuta language"@en ;
    skos:definition "The Anuta language is a Polynesian Outlier language from the island of Anuta in the Solomon Islands. It is closely related to the Tikopia language of the neighboring island of Tikopia."@en ;
    skos:inScheme lexvo: ;
    skos:notation "aud"^^xsd:string ;
    skos:prefLabel "Anutische Sprache"@de,
        "Anuta"@en,
        "Anuta"@fr,
        "Anuta jezik"@hr,
        "Lenga anuta"@pms,
        "Língua anuta"@pt,
        "Gagana Anut'a"@sm .

<http://lexvo.org/id/iso639-3/aue> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "aue"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/%C7%82Kx%CA%BCau%C7%81%CA%BCein>,
        <http://www.mpii.de/yago/resource/%C7%82Kx%CA%BCau%C7%81%CA%BCein> ;
    skos:altLabel "=/Kx'au//'ein"@en ;
    skos:definition "ǂKxʼauǁʼein is a southeastern variety of the !Kung dialect continuum, spoken in Botswana (Grootelaagte, Kanagas, and Ghanzi villages in Ghanzi District, and on the commercial farms) and in Namibia (Gobabis district (Ovamboland) and Ekoka) by about 7,000 people. In Botswana, most speakers are bilingual in Naro or Tswana."@en ;
    skos:inScheme lexvo: ;
    skos:notation "aue"^^xsd:string ;
    skos:prefLabel "ǂKxʼauǁʼein"@en,
        "ǂKxʼauǁʼein jezik"@hr,
        "Lingua ǂkx'auǁ'ein"@it,
        "ǂKxʼauǁʼein"@nn,
        "Język ǂkx'au'ǁ'ein"@pl .

<http://lexvo.org/id/iso639-3/aui> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "aui"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Anuki_language>,
        <http://www.mpii.de/yago/resource/Anuki_language> ;
    skos:altLabel "Anuki language"@en ;
    skos:definition "The Anuki language is an Austronesian language spoken by the Gabobora people along Cape Vogel in the Milne Bay Province of Papua New Guinea."@en ;
    skos:inScheme lexvo: ;
    skos:notation "aui"^^xsd:string ;
    skos:prefLabel "Anuki"@en,
        "Anuki jezik"@hr .

<http://lexvo.org/id/iso639-3/auj> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "auj"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Awjila_language>,
        <http://www.mpii.de/yago/resource/Awjila_language> ;
    skos:altLabel "Awjila language"@en ;
    skos:definition "Awjila (also known as Aujilah, Augila, Aoudjila) is a Berber language spoken in Cyrenaica, Libya, in the Awjila oasis. UNESCO considers Awjilah to be seriously endangered as the youngest speakers have reached or passed middle age."@en ;
    skos:inScheme lexvo: ;
    skos:notation "auj"^^xsd:string ;
    skos:prefLabel "Idioma auchila"@an,
        "لغة أوجلية"@ar,
        "Ауджила"@bg,
        "Awdjilaeg"@br,
        "Awjilah"@en,
        "Awjilah"@es,
        "Awjilah"@gl,
        "Awjilah jezik"@hr,
        "Ауджила"@ru,
        "Awjilah jezik"@sh .

<http://lexvo.org/id/iso639-3/auk> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "auk"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Heyo_language>,
        <http://www.mpii.de/yago/resource/Heyo_language> ;
    skos:altLabel "Heyo language"@en ;
    skos:definition "Heyo Arinua (Arinwa, Arima) is a Torricelli language of Papua New Guinea. It is also known as Lolopani and Ruruhip; this last it shares with Yahang."@en ;
    skos:inScheme lexvo: ;
    skos:notation "auk"^^xsd:string ;
    skos:prefLabel "Heyo"@en .

<http://lexvo.org/id/iso639-3/aum> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "aum"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Asu_language_(Nigeria)>,
        <http://www.mpii.de/yago/resource/Asu_language_(Nigeria)> ;
    skos:altLabel "Asu (Nigeria)"@en,
        "Asu language"@en ;
    skos:definition "Asu is a language spoken in the Niger State in Western Nigeria."@en ;
    skos:inScheme lexvo: ;
    skos:notation "aum"^^xsd:string ;
    skos:prefLabel "Asu"@de,
        "Asu"@en,
        "Asu"@hr,
        "Lenga Asu, Nigeria"@pms .

<http://lexvo.org/id/iso639-3/aun> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "aun"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/molm1235> ;
    skos:altLabel "One, Molmo"@en ;
    skos:inScheme lexvo: ;
    skos:notation "aun"^^xsd:string ;
    skos:prefLabel "Molmo One"@en .

<http://lexvo.org/id/iso639-3/auo> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "auo"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Auyokawa_language>,
        <http://www.mpii.de/yago/resource/Auyokawa_language> ;
    skos:altLabel "Auyokawa language"@en ;
    skos:definition "Auyokawa is an extinct Afro-Asiatic language formerly spoken in Jigawa State, Nigeria."@en ;
    skos:inScheme lexvo: ;
    skos:notation "auo"^^xsd:string ;
    skos:prefLabel "Auyokawa"@en,
        "Auyokawa jezik"@hr .

<http://lexvo.org/id/iso639-3/aup> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "aup"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Makayam_language>,
        <http://www.mpii.de/yago/resource/Makayam_language> ;
    skos:altLabel "Makayam language"@en ;
    skos:definition "Tirio Makayam (Makaeyam) Aturu (Adulu, Atura) is Papuan language of Papua New Guinea."@en ;
    skos:inScheme lexvo: ;
    skos:notation "aup"^^xsd:string ;
    skos:prefLabel "Makayam"@en .

<http://lexvo.org/id/iso639-3/auq> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "auq"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Korur_language>,
        <http://www.mpii.de/yago/resource/Korur_language> ;
    skos:altLabel "Anus language"@en,
        "Korur"@en,
        "Korur language"@en ;
    skos:definition "The A or Korur language, Anus or Korurnus, is an Austronesian language spoken on an island in Jayapura Bay east of the Tor River in Papua province of Indonesia (in Western New Guinea)."@en ;
    skos:inScheme lexvo: ;
    skos:notation "auq"^^xsd:string ;
    skos:prefLabel "Anus"@en,
        "Anus"@fr,
        "Anus jezik"@hr,
        "Bahasa Anus"@id,
        "アヌス語"@ja,
        "Anus"@nl,
        "Anus"@no,
        "Анус"@ru,
        "ภาษาอานุส"@th .

<http://lexvo.org/id/iso639-3/aut> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "aut"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Austral_language>,
        <http://www.mpii.de/yago/resource/Austral_language> ;
    skos:altLabel "Austral language"@en ;
    skos:definition "Austral (Reo Tuha’a pae) is a Polynesian language spoken by about 8000 people on the Austral Islands of French Polynesia. It is being supplanted by Tahitian."@en ;
    skos:inScheme lexvo: ;
    skos:notation "aut"^^xsd:string ;
    skos:prefLabel "Austral"@en,
        "Langues australes"@fr,
        "Austral"@hr,
        "Lenga Austral"@pms,
        "Тубуаи"@ru .

<http://lexvo.org/id/iso639-3/auw> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "auw"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/awyi1241> ;
    skos:inScheme lexvo: ;
    skos:notation "auw"^^xsd:string ;
    skos:prefLabel "Awyi"@en .

<http://lexvo.org/id/iso639-3/aux> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "aux"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Aur%C3%A1_language>,
        <http://www.mpii.de/yago/resource/Aur%C3%A1_language> ;
    skos:altLabel "Aurá language"@en ;
    skos:definition "Aurá is an extinct Tupi language last spoken by two individuals in Maranhão, Brazil. It is considered an endangered language. Both speakers lived with the Guajá, but originally came from Pará."@en ;
    skos:inScheme lexvo: ;
    skos:notation "aux"^^xsd:string ;
    skos:prefLabel "Aurá"@en,
        "Aurá jezik"@hr,
        "Lenga aurá"@pms .

<http://lexvo.org/id/iso639-3/auz> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "auz"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Uzbeki_Arabic>,
        <http://www.mpii.de/yago/resource/Uzbeki_Arabic> ;
    skos:altLabel "Arabic, Uzbeki"@en ;
    skos:definition "Uzbeki Arabic (also known as Jugari, Kashkadarya Arabic) is a variety of Arabic spoken by a few hundred people in the Bukhara province of Uzbekistan. Few members of the ethnic group now speak Arabic. There is no diglossia with Standard Arabic. It is a variety of Central Asian Arabic."@en ;
    skos:inScheme lexvo: ;
    skos:notation "auz"^^xsd:string ;
    skos:prefLabel "Uzbeki Arabic"@en,
        "Uzbečki arapski"@hr .

<http://lexvo.org/id/iso639-3/avd> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "avd"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Alviri-Vidari_language>,
        <http://www.mpii.de/yago/resource/Alviri-Vidari_language> ;
    skos:altLabel "Alviri-Vidari language"@en ;
    skos:definition "Alviri-Vidari is an Iranian language spoken in Iran, near Saveh in the Markazi Province. It is classified as one of the Northwestern Iranian languages. Its ISO 639-3 code is avd."@en ;
    skos:inScheme lexvo: ;
    skos:notation "avd"^^xsd:string ;
    skos:prefLabel "Alviri-Vidari"@en,
        "Lingua alviri-vidari"@gl,
        "Alviri-Vidari jezik"@hr,
        "Lenga Alviri-Vidari"@pms .

<http://lexvo.org/id/iso639-3/avi> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "avi"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Avikam_language>,
        <http://www.mpii.de/yago/resource/Avikam_language> ;
    skos:altLabel "Avikam language"@en ;
    skos:definition "Avikam is one of the Lagoon languages of Ivory Coast, spoken in Grand Lahou Département, Avikam Canton, South Department. It is a Kwa language, closely related to Alladian, but other than that its position is unclear."@en ;
    skos:inScheme lexvo: ;
    skos:notation "avi"^^xsd:string ;
    skos:prefLabel "Avikam"@de,
        "Avikam"@en,
        "Avikam"@fr,
        "Avikam jezik"@hr,
        "Lenga Avikam"@pms .

<http://lexvo.org/id/iso639-3/avl> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "avl"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Bedawi_Arabic>,
        <http://www.mpii.de/yago/resource/Bedawi_Arabic> ;
    skos:altLabel "Arabic, Eastern Egyptian Bedawi"@en,
        "Eastern Egyptian Bedawi Arabic"@en ;
    skos:definition "Bedawi Arabic (also known as Eastern Egyptian Bedawi Arabic [ISO 639-3], Bedawi, Levantine Bedawi Arabic) is a variety of Arabic spoken by Bedouins mostly in eastern Egypt, and also in Jordan, Israel, the West Bank, the Gaza Strip and Syria. Dialects include Eastern Egyptian Bedawi Arabic, South Levantine Bedawi Arabic, and North Levantine Bedawi Arabic."@en ;
    skos:inScheme lexvo: ;
    skos:notation "avl"^^xsd:string ;
    skos:prefLabel "لهجة رقاوية"@ar,
        "Arabeg bedawiek"@br,
        "Bedawi Arabic"@en,
        "Árabe bedawi"@es,
        "Istočnoegipatski bedawi arapski"@hr,
        "베다위 아랍어"@ko .

<http://lexvo.org/id/iso639-3/avs> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "avs"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Aushiri_language>,
        <http://www.mpii.de/yago/resource/Aushiri_language> ;
    skos:altLabel "Aushiri language"@en ;
    skos:definition "Aushiri (Auxira) is an extinct Zaparoan language formerly spoken in Peru. It was spoken in the area of the tributaries to the right bank of the Napo River, in the Escuelacocha region."@en ;
    skos:inScheme lexvo: ;
    skos:notation "avs"^^xsd:string ;
    skos:prefLabel "Aouchirieg"@br,
        "Aushiri"@en,
        "Aushiri jezik"@hr,
        "Аушириски јазик"@mk .

<http://lexvo.org/id/iso639-3/awb> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "awb"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/awap1236> ;
    skos:altLabel "Awa (Papua New Guinea)"@en ;
    skos:inScheme lexvo: ;
    skos:notation "awb"^^xsd:string ;
    skos:prefLabel "Awa"@en .

<http://lexvo.org/id/iso639-3/awc> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "awc"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Cipu_language>,
        <http://www.mpii.de/yago/resource/Cipu_language> ;
    skos:altLabel "cipu language"@en ;
    skos:definition "Cipu (Cicipu), or Western Acipa, is a Benue–Congo language spoken by about 20,000 people in northwest Nigeria. The people call themselves Acipu."@en ;
    skos:inScheme lexvo: ;
    skos:notation "awc"^^xsd:string ;
    skos:prefLabel "Cipu"@de,
        "Cicipu"@en,
        "Cicipu jezik"@hr,
        "Lenga Acipa ossidental"@pms .

<http://lexvo.org/id/iso639-3/awe> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "awe"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Awet%C3%AF_language>,
        <http://www.mpii.de/yago/resource/Awet%C3%AF_language> ;
    skos:altLabel "Awetï language"@en ;
    skos:definition "The Aweti language of Brazil is one of the Tupian languages."@en ;
    skos:inScheme lexvo: ;
    skos:notation "awe"^^xsd:string ;
    skos:prefLabel "Awetí"@en,
        "Awetí jezik"@hr .

<http://lexvo.org/id/iso639-3/awh> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "awh"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Awbono_language>,
        <http://www.mpii.de/yago/resource/Awbono_language> ;
    skos:altLabel "Awbono language"@en ;
    skos:definition "Awbono is a recently described language spoken by a hundred monolingual people in the southeast of Papua province, Indonesia. The language is related to neighboring Bayono, with which it shares half its vocabulary, but is otherwise unclassified."@en ;
    skos:inScheme lexvo: ;
    skos:notation "awh"^^xsd:string ;
    skos:prefLabel "Awbono"@en .

<http://lexvo.org/id/iso639-3/awk> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "awk"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Awabakal_language>,
        <http://www.mpii.de/yago/resource/Awabakal_language> ;
    skos:altLabel "Awabakal language"@en ;
    skos:definition "Awabakal (also Awabagal) is an Australian Aboriginal language that was spoken around Lake Macquarie and Newcastle in New South Wales. The name is derived from Awaba, which was the native name of the lake."@en ;
    skos:inScheme lexvo: ;
    skos:notation "awk"^^xsd:string ;
    skos:prefLabel "Awabakal"@en,
        "Awabakal"@gv,
        "Awabakal"@hr,
        "Lenga awabakal"@pms,
        "Awabakal"@sv .

<http://lexvo.org/id/iso639-3/awr> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "awr"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Awera_language>,
        <http://www.mpii.de/yago/resource/Awera_language> ;
    skos:altLabel "Awera language"@en ;
    skos:definition "Awera is a Lakes Plain language of Irian Jaya, Indonesia. It's spoken on the east side of Geelvink Bay, in a single village which has a majority of Ansus speakers."@en ;
    skos:inScheme lexvo: ;
    skos:notation "awr"^^xsd:string ;
    skos:prefLabel "Awera"@en .

<http://lexvo.org/id/iso639-3/axg> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "axg"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Mato_Grosso_Ar%C3%A1ra_language>,
        <http://www.mpii.de/yago/resource/Mato_Grosso_Ar%C3%A1ra_language> ;
    skos:altLabel "Arára, Mato Grosso"@en,
        "Mato Grosso Arára language"@en ;
    skos:definition "Mato Grosso Arára (also disambiguated as Arara do Beiradão or Arara do Rio Branco, and also known as Koaiá ~ Koayá) is an extinct unclassified language of Brazil. The ethnic population numbers about 150."@en ;
    skos:inScheme lexvo: ;
    skos:notation "axg"^^xsd:string ;
    skos:prefLabel "Mato Grosso Arára"@en,
        "Idioma arára"@es,
        "Arára"@hr,
        "Lenga arára, Mato Gròss"@pms .

<http://lexvo.org/id/iso639-3/axm> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "axm"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Middle_Armenian>,
        <http://www.mpii.de/yago/resource/Middle_Armenian> ;
    skos:altLabel "Armenian, Middle"@en ;
    skos:definition "Middle Armenian , also called Cilician Armenian, corresponds to the second period in written Armenian with which numerous books were published between the 12th and 18th centuries. It comes after Grabar (Old Armenian) and before Ashkharhabar (Modern Armenian)."@en ;
    skos:inScheme lexvo: ;
    skos:notation "axm"^^xsd:string ;
    skos:prefLabel "Middle Armenian"@en,
        "Միջին հայերեն"@hy,
        "Среднеармянский язык"@ru .

<http://lexvo.org/id/iso639-3/ayc> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ayc"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Southern_Aymara_language>,
        <http://www.mpii.de/yago/resource/Southern_Aymara_language> ;
    skos:altLabel "Aymara, Southern"@en,
        "Southern Aymara language"@en ;
    skos:definition "Southern Aymara is a language spoken in Perú between Lake Titicaca and the Pacific Ocean."@en ;
    skos:inScheme lexvo: ;
    skos:notation "ayc"^^xsd:string ;
    skos:prefLabel "Southern Aymara"@en .

<http://lexvo.org/id/iso639-3/aye> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "aye"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Ayere_language>,
        <http://www.mpii.de/yago/resource/Ayere_language> ;
    skos:altLabel "Ayere language"@en ;
    skos:definition "Ayere is a divergent Volta–Niger language of Nigeria, closely related only to Ahaan."@en ;
    skos:inScheme lexvo: ;
    skos:notation "aye"^^xsd:string ;
    skos:prefLabel "Ayere"@de,
        "Ayere"@en,
        "Ayere jezik"@hr,
        "Lenga Ayere"@pms .

<http://lexvo.org/id/iso639-3/ayh> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ayh"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Hadhrami_Arabic>,
        <http://www.mpii.de/yago/resource/Hadhrami_Arabic> ;
    skos:altLabel "Arabic, Hadrami"@en,
        "Hadhrami Arabic"@en ;
    skos:definition "Hadhrami Arabic (also known as Hadrami Arabic [ISO-639-3]) is a variety of Arabic spoken by the Hadhrami people living in the . It is also spoken by many Hadhrami emigrants who migrated from to East Africa (Kenya, Somalia and Tanzania), South-east Asia (Indonesia, Malaysia, Brunei and Singapore) and, recently, to the other Gulf countries. Below is a brief account of the different linguistic levels of the dialect."@en ;
    skos:inScheme lexvo: ;
    skos:notation "ayh"^^xsd:string ;
    skos:prefLabel "لهجة حضرمية"@ar,
        "Hadrami Arabic"@en,
        "Hadrami arapski"@hr .

<http://lexvo.org/id/iso639-3/ayp> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ayp"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/North_Mesopotamian_Arabic>,
        <http://www.mpii.de/yago/resource/North_Mesopotamian_Arabic> ;
    skos:altLabel "Arabic, North Mesopotamian"@en ;
    skos:definition "North Mesopotamian Arabic (also known as Maslawi meaning of Mosul) is a variety of Arabic spoken north of the Hamrin Mountains in Iraq, in western Iran, northern Syria, and in southeastern Turkey (in the eastern Mediterranean Region, Southeastern Anatolia Region, and southern Eastern Anatolia Region). Like Iraqi Arabic and Syrian Arabic, it shows some signs of an Aramaic substrate."@en ;
    skos:inScheme lexvo: ;
    skos:notation "ayp"^^xsd:string ;
    skos:prefLabel "مصلاوية"@ar,
        "North Mesopotamian Arabic"@en,
        "Sjevernomezopotamski arapski"@hr,
        "ภาษาอาหรับเมโสโปเตเมียเหนือ"@th .

<http://lexvo.org/id/iso639-3/ayq> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ayq"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Ayi_language_(Papua_New_Guinea)>,
        <http://www.mpii.de/yago/resource/Ayi_language_(Papua_New_Guinea)> ;
    skos:altLabel "Ayi (Papua New Guinea)"@en,
        "Ayi language"@en ;
    skos:definition "Ayi is a language spoken by approximately 400 people in the southeast of Sandaun Province, Papua-New Guinea."@en ;
    skos:inScheme lexvo: ;
    skos:notation "ayq"^^xsd:string ;
    skos:prefLabel "Ayi"@en,
        "Ayi"@hr .

<http://lexvo.org/id/iso639-3/ayr> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ayr"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Central_Aymara>,
        <http://www.mpii.de/yago/resource/Central_Aymara> ;
    skos:altLabel "Aymara, Central"@en ;
    skos:definition "Central Aymara (ISO 639-3: ayr) is a branch of the Aymara language spoken by more than 2,227,642 across Southern South America, including 1,785,000 in Bolivians in the high plane altiplano region west of the eastern Andes and more recently some in the Yungas and lowland regions due to internal migration. In Perú, 441,743 speak it in the Lake Titicaca area, especially around Pune. Furthermore there are 899 speakers in the far northern mountainous regions of Chile and quite a few speakers in Argentina, these are mostly sugar mill immigrant workers from Bolivia."@en ;
    skos:inScheme lexvo: ;
    skos:notation "ayr"^^xsd:string ;
    skos:prefLabel "Central Aymara"@en,
        "Lenga aymara sentral"@pms .

<http://lexvo.org/id/iso639-3/ayt> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ayt"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Marivele%C3%B1o_language>,
        <http://www.mpii.de/yago/resource/Marivele%C3%B1o_language> ;
    skos:altLabel "Ayta, Magbukun"@en,
        "Mariveleño language"@en ;
    skos:definition "Mariveleño or Bataan is a Sambalic language. It has around 500 speakers (Wurm 2000) and is spoken within an Aeta community in Mariveles in the Philippines."@en ;
    skos:inScheme lexvo: ;
    skos:notation "ayt"^^xsd:string ;
    skos:prefLabel "Magbukun Ayta"@en,
        "Idioma mariveleño"@es,
        "Pagsasao a Mariveleño"@ilo,
        "ภาษามารีเวเลโญ"@th .

<http://lexvo.org/id/iso639-3/ayu> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ayu"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Ayu_language>,
        <http://www.mpii.de/yago/resource/Ayu_language> ;
    skos:altLabel "Ayu language"@en ;
    skos:definition "Ayu is a minor and endangered Plateau language of Nigeria. Its subsequent classification is uncertain, but it may be one of the Ninzic languages (Blench 2008). It is not being passed on to many children."@en ;
    skos:inScheme lexvo: ;
    skos:notation "ayu"^^xsd:string ;
    skos:prefLabel "Ayu"@de,
        "Ayu"@en,
        "Ayu jezik"@hr,
        "Lenga Ayu"@pms .

<http://lexvo.org/id/iso639-3/aza> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "aza"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Azha_language>,
        <http://www.mpii.de/yago/resource/Azha_language> ;
    skos:altLabel "Azha language"@en ;
    skos:definition "Azha is one of the Loloish languages spoken by the Phula people of China."@en ;
    skos:inScheme lexvo: ;
    skos:notation "aza"^^xsd:string ;
    skos:prefLabel "Azha"@en .

<http://lexvo.org/id/iso639-3/azj> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "azj"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/North_Azerbaijani_language>,
        <http://www.mpii.de/yago/resource/North_Azerbaijani_language> ;
    skos:altLabel "Azerbaijani, North"@en,
        "North Azerbaijani language"@en ;
    skos:definition "North Azerbaijani (also known as North Azeri) is a variety of the Azerbaijani language spoken in Azerbaijan and neighboring regions of the Caucasus. Expatriate communities exist in Estonia, Georgia, Kazakhstan, Kyrgyzstan, Russia, Turkmenistan, and Uzbekistan. There are reported to be some North Azerbaijani speakers remaining in Armenia. Dialects include Quba, Derbend, Baku, Shamakhi, Salyan, Lenkaran, Qazakh, Airym, Borcala, Terekeme, Qyzylbash, Nukha, Zaqatala, Qabala, Yerevan, Nakhchivan, Ordubad, Ganja, Shusha, Karapapak. Dialect differences are slight."@en ;
    skos:inScheme lexvo: ;
    skos:notation "azj"^^xsd:string ;
    skos:prefLabel "North Azerbaijani"@en,
        "北阿塞拜疆語"@zh .

<http://lexvo.org/id/iso639-3/bah> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bah"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Bahamian_Creole>,
        <http://www.mpii.de/yago/resource/Bahamian_Creole> ;
    skos:altLabel "Bahamas Creole English"@en,
        "Creole English, Bahamas"@en ;
    skos:definition "Bahamian is an English-based creole language spoken by approximately 400,000 people in the Bahamas and the Turks and Caicos Islands."@en ;
    skos:inScheme lexvo: ;
    skos:notation "bah"^^xsd:string ;
    skos:prefLabel "Bahamian Creole"@en,
        "Bahamski kreolski engleski"@hr,
        "バハマ・クレオール語"@ja,
        "Bahamų kreolų kalba"@lt,
        "Багамский креольский язык"@ru .

<http://lexvo.org/id/iso639-3/baj> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "baj"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Barakai_language>,
        <http://www.mpii.de/yago/resource/Barakai_language> ;
    skos:altLabel "Barakai language"@en ;
    skos:definition "Barakai is one of the Aru languages, spoken by inhabitants of the Aru Islands."@en ;
    skos:inScheme lexvo: ;
    skos:notation "baj"^^xsd:string ;
    skos:prefLabel "Barakai"@en .

<http://lexvo.org/id/iso639-3/bao> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bao"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/waim1255> ;
    skos:inScheme lexvo: ;
    skos:notation "bao"^^xsd:string ;
    skos:prefLabel "Waimaha"@en .

<http://lexvo.org/id/iso639-3/bap> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bap"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Bantawa_language>,
        <http://www.mpii.de/yago/resource/Bantawa_language> ;
    skos:altLabel "Bantawa language"@en ;
    skos:definition "The Bantawa language is an endangered language group. It is a Tibeto-Burman language, Eastern Kiranti languages family, spoken in the eastern Himalayan hills of eastern Nepal by Rai ethnic groups. Bantawa speaking Population estimates vary between 20,000-60,000, though 35,000 speakers may be a more accurate count. It is experiencing Nepali language shift."@en ;
    skos:inScheme lexvo: ;
    skos:notation "bap"^^xsd:string ;
    skos:prefLabel "Bantaweg"@br,
        "Bantawa"@en,
        "Bantawaish"@gv,
        "Bantawa jezik"@hr,
        "Lenga Bantawa"@pms,
        "Língua bantawa"@pt .

<http://lexvo.org/id/iso639-3/baw> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "baw"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/bamb1266> ;
    skos:inScheme lexvo: ;
    skos:notation "baw"^^xsd:string ;
    skos:prefLabel "Bambili-Bambui"@en .

<http://lexvo.org/id/iso639-3/bbd> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bbd"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/bauu1244> ;
    skos:inScheme lexvo: ;
    skos:notation "bbd"^^xsd:string ;
    skos:prefLabel "Bau"@en .

<http://lexvo.org/id/iso639-3/bbe> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bbe"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Bangba_language>,
        <http://www.mpii.de/yago/resource/Bangba_language> ;
    skos:altLabel "Bangba language"@en ;
    skos:definition "Bangba (Abangba) is a minor Ubangian language of DRC Congo. It is not close enough to other Eastern Ngbaka languages for mutual intelligibility."@en ;
    skos:inScheme lexvo: ;
    skos:notation "bbe"^^xsd:string ;
    skos:prefLabel "Bangba"@de,
        "Bangba"@en,
        "Bangba jezik"@hr,
        "Lenga Bangba"@pms,
        "Kibangba"@sw .

<http://lexvo.org/id/iso639-3/bbf> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bbf"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Baibai_language>,
        <http://www.mpii.de/yago/resource/Baibai_language> ;
    skos:altLabel "Baibai language"@en ;
    skos:definition "Baibai is one of two Fas languages of Papua New Guinea. It is the eponymous language of the spurious Baibai family, which was posited when the Fas language was mistakenly swapped for the Kwomtari language Biaka in published data. It actually has little in common with Kwomtari, but is 40% cognate with Fas. (See Fas languages for details.)"@en ;
    skos:inScheme lexvo: ;
    skos:notation "bbf"^^xsd:string ;
    skos:prefLabel "Baibai"@en .

<http://lexvo.org/id/iso639-3/bbh> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bbh"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Bugan_language>,
        <http://www.mpii.de/yago/resource/Bugan_language> ;
    skos:altLabel "Bugan language"@en ;
    skos:definition "Bugan, Bogan, Pakan, or Buzhui (布甘语, 布干语, or 布赘语) is an Austro-Asiatic language. The existence of the Bugan language was not known by the rest of world until recently. There are about 3000 speakers, mostly in some villages in southern Guangnan (广南) and northern Xichou (西畴), Yunnan Province, China. Bugan is an analytic language, and word order and auxiliary words have important functions in the grammar."@en ;
    skos:inScheme lexvo: ;
    skos:notation "bbh"^^xsd:string ;
    skos:prefLabel "Bugan"@en,
        "Pakan"@fr,
        "Bahasa Bugan"@ms,
        "Lenga bogan"@pms .

<http://lexvo.org/id/iso639-3/bbi> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bbi"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Rombi_language>,
        <http://www.mpii.de/yago/resource/Rombi_language> ;
    skos:altLabel "rombi language"@en ;
    skos:definition "Lombi is a language spoken in the Meme department of the Southwest Province of southwestern Cameroon by the Barombi (Barumbi, Balombi) people. It has a lexical similarity of 86% with Bankon, which is spoken in the nearby Moungo department of Littoral Province."@en ;
    skos:inScheme lexvo: ;
    skos:notation "bbi"^^xsd:string ;
    skos:prefLabel "Barombi"@de,
        "Barombi"@en,
        "Barombi jezik"@hr,
        "Lenga Barombi"@pms,
        "Kibarombi"@sw .

<http://lexvo.org/id/iso639-3/bbj> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bbj"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Ghomala'_language>,
        <http://www.mpii.de/yago/resource/Ghomala'_language> ;
    skos:altLabel "Ghomala' language"@en,
        "Ghomálá'"@en,
        "Ghomala’"@fr,
        "Ghomálá’ jezik"@hr ;
    skos:definition "Ghɔmálá’, or Bamileke-Banjun (Bamiléké-Bandjoun), is a major Grassfields language of Cameroon."@en ;
    skos:inScheme lexvo: ;
    skos:notation "bbj"^^xsd:string ;
    skos:prefLabel "ghomala"@ca,
        "戈马拉文"@cmn,
        "戈馬拉文"@cmn-Hant,
        "ghomala"@cs,
        "ghomala"@da,
        "Ghomala'"@de,
        "ghomalagbe"@ee,
        "Γκομάλα"@el,
        "Ghomala"@en,
        "ghomala"@es,
        "ghomala"@et,
        "ghomala"@fi,
        "ghomala"@fr,
        "גומל"@he,
        "ghomala"@hr,
        "gomala"@hu,
        "Ghomala"@id,
        "ghomala"@it,
        "ゴーマラ語"@ja,
        "고말라어"@ko,
        "ໂຄມາລາ"@lo,
        "ghomalų"@lt,
        "gomalu"@lv,
        "гомала"@mk,
        "ghomala"@nb,
        "Ghomala"@nl,
        "Shwóŋò pʉa nzsekàʼa"@nnh,
        "ghomala"@pl,
        "Lenga Gomala'"@pms,
        "ghomala"@pt,
        "ghomala"@ro,
        "ghomala"@sk,
        "ghomala"@sv,
        "Kighomala'"@sw,
        "Kighomala"@swh,
        "โคมาลา"@th,
        "lea fakakomala"@to,
        "Ghomala"@tr,
        "гомала"@uk,
        "Tiếng Ghomala"@vi .

<http://lexvo.org/id/iso639-3/bbn> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bbn"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Uneapa_language>,
        <http://www.mpii.de/yago/resource/Uneapa_language> ;
    skos:altLabel "Uneapa language"@en ;
    skos:definition "Uneapa (sometimes called \"Bali\") is an Oceanic language spoken by about 10,000 people on Bali Island, West New Britain Province, Papua New Guinea."@en ;
    skos:inScheme lexvo: ;
    skos:notation "bbn"^^xsd:string ;
    skos:prefLabel "Uneapa"@en,
        "Uneapa jezik"@hr .

<http://lexvo.org/id/iso639-3/bbp> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bbp"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/West_Banda_language>,
        <http://www.mpii.de/yago/resource/West_Banda_language> ;
    skos:altLabel "Banda, West Central"@en,
        "West Banda language"@en ;
    skos:definition "West Banda is a minor Banda language, spoken by 10,000 or so people.. Dialects: Dakpa, Gbaga-Nord (Gbaga-2), Gbi, Vita, Wojo (Hodjo)."@en ;
    skos:inScheme lexvo: ;
    skos:notation "bbp"^^xsd:string ;
    skos:prefLabel "West Central Banda"@en,
        "Zapadni centralni banda jezik"@hr .

<http://lexvo.org/id/iso639-3/bbq> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bbq"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/bama1251> ;
    skos:inScheme lexvo: ;
    skos:notation "bbq"^^xsd:string ;
    skos:prefLabel "Bamali"@en .

<http://lexvo.org/id/iso639-3/bbr> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bbr"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Girawa_language>,
        <http://www.mpii.de/yago/resource/Girawa_language> ;
    skos:altLabel "Girawa language"@en ;
    skos:definition "Girawa, also known as Bagasin (Begasin, Begesin), is a Papuan language of Papua New Guinea."@en ;
    skos:inScheme lexvo: ;
    skos:notation "bbr"^^xsd:string ;
    skos:prefLabel "Girawa"@en .

<http://lexvo.org/id/iso639-3/bbt> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bbt"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Mburku_language>,
        <http://www.mpii.de/yago/resource/Mburku_language> ;
    skos:altLabel "Mburku language"@en ;
    skos:definition "Mburku is an Afro-Asiatic language spoken in Bauchi State, Nigeria."@en ;
    skos:inScheme lexvo: ;
    skos:notation "bbt"^^xsd:string ;
    skos:prefLabel "Mburku"@en .

<http://lexvo.org/id/iso639-3/bbu> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bbu"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Kulung_language_(Nigeria)>,
        <http://www.mpii.de/yago/resource/Kulung_language_(Nigeria)> ;
    skos:altLabel "Kulung (Nigeria)"@en,
        "Kulung language"@en ;
    skos:definition "Kulung is one of the Bantoid Jarawan languages of Nigeria. The number of speakers is not known; a figure of 15,000 was published in 1973."@en ;
    skos:inScheme lexvo: ;
    skos:notation "bbu"^^xsd:string ;
    skos:prefLabel "Kulung"@de,
        "Kulung"@en,
        "Kulung"@hr,
        "Lenga Kulung"@pms .

<http://lexvo.org/id/iso639-3/bbv> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bbv"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Karnai_language>,
        <http://www.mpii.de/yago/resource/Karnai_language> ;
    skos:altLabel "Karnai language"@en ;
    skos:definition "Karnai is an Austronesian language spoken by about 915 individuals in small villages near Wasu, Morobe Province, on Umboi Island, and near Saidor in Madang Province, Papua New Guinea."@en ;
    skos:inScheme lexvo: ;
    skos:notation "bbv"^^xsd:string ;
    skos:prefLabel "Karnai"@en .

<http://lexvo.org/id/iso639-3/bby> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bby"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Menchum_language>,
        <http://www.mpii.de/yago/resource/Menchum_language> ;
    skos:altLabel "Menchum language"@en ;
    skos:definition "Menchum, or Befang, is a divergent Bantoid language of Cameroon. It may be a Grassfields language or closer to Tivoid."@en ;
    skos:inScheme lexvo: ;
    skos:notation "bby"^^xsd:string ;
    skos:prefLabel "Befang"@de,
        "Befang"@en,
        "Befang jezik"@hr,
        "Lenga Befang"@pms,
        "Kibefang"@sw .

<http://lexvo.org/id/iso639-3/bca> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bca"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/cent2004> ;
    skos:altLabel "Bai, Central"@en ;
    skos:inScheme lexvo: ;
    skos:notation "bca"^^xsd:string ;
    skos:prefLabel "Central Bai"@en .

<http://lexvo.org/id/iso639-3/bcm> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bcm"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/bann1247> ;
    skos:inScheme lexvo: ;
    skos:notation "bcm"^^xsd:string ;
    skos:prefLabel "Bannoni"@en .

<http://lexvo.org/id/iso639-3/bcn> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bcn"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Bali_language_(Adamawa)>,
        <http://www.mpii.de/yago/resource/Bali_language_(Adamawa)> ;
    skos:altLabel "Bali (Nigeria)"@en,
        "Bali language"@en ;
    skos:definition "Bali (also known as Bibaali, Maya, Abaali, Ibaale, or Ibaali) is a Niger–Congo language spoken by 100,000 people in Demsa, Adamawa, Nigeria."@en ;
    skos:inScheme lexvo: ;
    skos:notation "bcn"^^xsd:string ;
    skos:prefLabel "Bali"@de,
        "Bali"@en,
        "Bali"@hr,
        "Lenga Bali, Nigeria"@pms .

<http://lexvo.org/id/iso639-3/bcp> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bcp"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Bali_language_(Bantu)>,
        <http://www.mpii.de/yago/resource/Bali_language_(Bantu)> ;
    skos:altLabel "Bali (Democratic Republic of Congo)"@en,
        "Bali language"@en ;
    skos:definition "Bali (Kibali, Libaali) is a Bantu language of the Democratic Republic of the Congo. It is not close to other Bantu languages."@en ;
    skos:inScheme lexvo: ;
    skos:notation "bcp"^^xsd:string ;
    skos:prefLabel "Bali"@en .

<http://lexvo.org/id/iso639-3/bcr> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bcr"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Babine-Witsuwit'en_language>,
        <http://www.mpii.de/yago/resource/Babine-Witsuwit'en_language> ;
    skos:altLabel "Babine-Witsuwit'en language"@en ;
    skos:definition "Babine–Witsuwiten or Nadot’en-Wets’uwet’en is an Athabaskan language spoken in the Central Interior of British Columbia. Its closest relative is Carrier. Because of this linguistic relationship together with political and cultural ties, Babine–Witsuwiten is often referred to as Northern Carrier or Western Carrier. Specialist opinion is, however, that it should be considered a separate, though related, language (Kari 1975, Story 1984, Kari and Hargus 1989)."@en ;
    skos:inScheme lexvo: ;
    skos:notation "bcr"^^xsd:string ;
    skos:prefLabel "Babine-Witsuwit'en"@cy,
        "Babine"@en,
        "Nadot’en-Wets’uwet’en spriak"@frr,
        "Babine-Witsuwit'en"@gd,
        "Babine jezik"@hr,
        "Lenga babine"@pms,
        "Nadoten-Vetsuvetence"@tr .

<http://lexvo.org/id/iso639-3/bcu> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bcu"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Awad_Bing_language>,
        <http://www.mpii.de/yago/resource/Awad_Bing_language> ;
    skos:altLabel "Awad Bing language"@en ;
    skos:definition "Awad Bing is an Austronesian language spoken by about 1,100 people in seven villages near Astrolabe Bay, Madang Province, Papua New Guinea. Almost all speakers also use Tok Pisin as a second language. Awad Bing is also spoken by a few Ngaing for trading purposes."@en ;
    skos:inScheme lexvo: ;
    skos:notation "bcu"^^xsd:string ;
    skos:prefLabel "Awad Bing"@en,
        "Awad bing"@fr,
        "Awad Bing jezik"@hr,
        "Lenga Awad Bing"@pms .

<http://lexvo.org/id/iso639-3/bcy> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bcy"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Bacama_language>,
        <http://www.mpii.de/yago/resource/Bacama_language> ;
    skos:altLabel "Bacama language"@en ;
    skos:definition "Bacama is an Afro-Asiatic language spoken in Nigeria in Adamawa State in the Numan and Guyuk LGAs, and in Kaduna State northeast of Kaduna town. Dialects are Mulyen, Opalo, and Wa-Duku. Bacama is used as a trade language. It is often considered the same languages as Bata."@en ;
    skos:inScheme lexvo: ;
    skos:notation "bcy"^^xsd:string ;
    skos:prefLabel "Batchameg"@br,
        "Bacama"@en,
        "Bacama jezik"@hr .

<http://lexvo.org/id/iso639-3/bda> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bda"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Bayot_language>,
        <http://www.mpii.de/yago/resource/Bayot_language> ;
    skos:altLabel "Bayot language"@en ;
    skos:definition "Bayot (Baiot, Baiote, Bayotte) is a language of southern Senegal, southwest of Ziguinchor in a group of villages near Nyassia, in northwestern Guinea-Bissau, along the Senegalese border, and in The Gambia."@en ;
    skos:inScheme lexvo: ;
    skos:notation "bda"^^xsd:string ;
    skos:prefLabel "Bayoteg"@br,
        "Bayot"@de,
        "Bayot"@en,
        "Bayotte"@fr,
        "Bayot"@hr,
        "Lenga Bayot"@pms .

<http://lexvo.org/id/iso639-3/bdc> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bdc"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Baudo_language>,
        <http://www.mpii.de/yago/resource/Baudo_language> ;
    skos:altLabel "Baudo language"@en ;
    skos:definition "Baudó Emberá Baudó is an Embera language of Colombia. It is partially intelligible with both Northen Embera and Eperara, and it's not clear which branch of Embera it belongs to."@en ;
    skos:inScheme lexvo: ;
    skos:notation "bdc"^^xsd:string ;
    skos:prefLabel "Emberá-Baudó"@en,
        "Emberá chamí"@fr,
        "Lenga emberá-chamí"@pms .

<http://lexvo.org/id/iso639-3/bdi> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bdi"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Burun_language>,
        <http://www.mpii.de/yago/resource/Burun_language> ;
    skos:altLabel "Burun language"@en ;
    skos:definition "Burun is a Luo language of Sudan. It forms a dialect continuum with Mabaan."@en ;
    skos:inScheme lexvo: ;
    skos:notation "bdi"^^xsd:string ;
    skos:prefLabel "Burun"@en .

<http://lexvo.org/id/iso639-3/bdj> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bdj"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Bai_language_(CAR)>,
        <http://www.mpii.de/yago/resource/Bai_language_(CAR)> ;
    skos:altLabel "Bai language"@en ;
    skos:definition "Bai (Belanda, Biri, BGamba, Gumba, Mbegumba, Mvegumba) is a Ubangian language of South Sudan."@en ;
    skos:inScheme lexvo: ;
    skos:notation "bdj"^^xsd:string ;
    skos:prefLabel "Bai"@de,
        "Bai"@en,
        "Bai"@hr,
        "Lenga Bai"@pms,
        "Бај језик"@sr .

<http://lexvo.org/id/iso639-3/bdl> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bdl"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/indo1317> ;
    skos:altLabel "Bajau, Indonesian"@en ;
    skos:inScheme lexvo: ;
    skos:notation "bdl"^^xsd:string ;
    skos:prefLabel "Indonesian Bajau"@en .

<http://lexvo.org/id/iso639-3/bdn> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bdn"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Baldemu_language>,
        <http://www.mpii.de/yago/resource/Baldemu_language> ;
    skos:altLabel "Baldemu language"@en ;
    skos:definition "Baldemu is a nearly extinct Afro-Asiatic language spoken in northern Cameroon. Speakers have been shifting to Fulfulde."@en ;
    skos:inScheme lexvo: ;
    skos:notation "bdn"^^xsd:string ;
    skos:prefLabel "Baldemu"@en,
        "Baldemu jezik"@hr,
        "Kibaldemu"@sw .

<http://lexvo.org/id/iso639-3/bdw> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bdw"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Baham_language>,
        <http://www.mpii.de/yago/resource/Baham_language> ;
    skos:altLabel "Baham language"@en ;
    skos:definition "Baham is a Papuan language spoken on the Bomberai Peninsula."@en ;
    skos:inScheme lexvo: ;
    skos:notation "bdw"^^xsd:string ;
    skos:prefLabel "Baham"@en .

<http://lexvo.org/id/iso639-3/bea> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bea"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Danezaa_language>,
        <http://www.mpii.de/yago/resource/Danezaa_language> ;
    skos:altLabel "Danezaa language"@en ;
    skos:definition "Danezaa (ᑕᓀᖚ Dane-zaa, Dunneza), also known as Tsattine or traditionally as Beaver, is an Athabascan language of western Canada. About half of the Danezaa people speak the language."@en ;
    skos:inScheme lexvo: ;
    skos:notation "bea"^^xsd:string ;
    skos:prefLabel "Beaver"@en,
        "Langue Danezaa"@fr,
        "Daneza spriak"@frr,
        "Lenga beaver"@pms,
        "Danezaca"@tr .

<http://lexvo.org/id/iso639-3/beh> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "beh"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Berba_language>,
        <http://www.mpii.de/yago/resource/Berba_language> ;
    skos:altLabel "Berba language"@en ;
    skos:definition "Biali Berba is a Gur language of Benin. There are also a thousand or so speakers in Burkina, where they are believed to have originated."@en ;
    skos:inScheme lexvo: ;
    skos:notation "beh"^^xsd:string ;
    skos:prefLabel "Biali"@de,
        "Biali"@en,
        "Biali jezik"@hr,
        "Lenga Biali"@pms,
        "Kibiali"@sw .

<http://lexvo.org/id/iso639-3/bei> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bei"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Bakati%E2%80%99_language>,
        <http://www.mpii.de/yago/resource/Bakati%E2%80%99_language> ;
    skos:altLabel "Bakati’ language"@en ;
    skos:definition "Bekati’ (Bekatiq, Bakati) is a Dayak language of Borneo."@en ;
    skos:inScheme lexvo: ;
    skos:notation "bei"^^xsd:string ;
    skos:prefLabel "Bekati'"@en .

<http://lexvo.org/id/iso639-3/beo> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "beo"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Beami_language>,
        <http://www.mpii.de/yago/resource/Beami_language> ;
    skos:altLabel "Beami language"@en ;
    skos:definition "Beami (Bedamini, Bedamuni, Mougulu) is a Papuan language of Papua New Guinea. Komofio is a dialect."@en ;
    skos:inScheme lexvo: ;
    skos:notation "beo"^^xsd:string ;
    skos:prefLabel "Beami"@en .

<http://lexvo.org/id/iso639-3/bev> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bev"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/dalo1238> ;
    skos:altLabel "Bété, Daloa"@en ;
    skos:inScheme lexvo: ;
    skos:notation "bev"^^xsd:string ;
    skos:prefLabel "Daloa Bété"@en .

<http://lexvo.org/id/iso639-3/bey> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bey"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Beli_language>,
        <http://www.mpii.de/yago/resource/Beli_language> ;
    skos:altLabel "Beli (Papua New Guinea)"@en,
        "Beli language"@en ;
    skos:definition "Beli is a Torricelli language of Papua New Guinea. It is also known as Akuwagel, Makarim, Mukili."@en ;
    skos:inScheme lexvo: ;
    skos:notation "bey"^^xsd:string ;
    skos:prefLabel "Beli"@en .

<http://lexvo.org/id/iso639-3/bez> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bez"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Bena_language>,
        <http://www.mpii.de/yago/resource/Bena_language> ;
    skos:altLabel "Bena (Tanzania)"@en,
        "Bena language"@en,
        "Język bena"@pl ;
    skos:definition "Bena is a Bantu language spoken by the Bena people of the Iringa region of Tanzania."@en ;
    skos:inScheme lexvo: ;
    skos:notation "bez"^^xsd:string ;
    skos:prefLabel "بينا"@ar,
        "Hibena"@bez,
        "bena"@br,
        "bena"@ca,
        "贝纳文"@cmn,
        "貝納文"@cmn-Hant,
        "bena"@cs,
        "Bena"@cy,
        "bena"@da,
        "Bena (Tanzania)"@de,
        "benagbe"@ee,
        "Μπένα"@el,
        "Bena"@en,
        "bena"@es,
        "bena"@et,
        "bena"@fi,
        "bena (Tanzania)"@fo,
        "béna"@fr,
        "Bena (Tanzania)"@gsw,
        "בנה"@he,
        "bena"@hr,
        "bena"@hu,
        "Bena"@id,
        "bena (Tanzania)"@is,
        "bena"@it,
        "ベナ語"@ja,
        "베나어"@ko,
        "Bena"@ksh,
        "ບີນາ"@lo,
        "benų"@lt,
        "bena"@lv,
        "бена"@mk,
        "bena"@nb,
        "Bena"@nl,
        "bena (Tanzania)"@nn,
        "Bena"@no,
        "bena"@pl,
        "bena"@pt,
        "bena"@ro,
        "бена"@ru,
        "bena"@sk,
        "bena"@sv,
        "Kibena"@sw,
        "Kibena"@swh,
        "เบนา"@th,
        "lea fakapena"@to,
        "Bena"@tr,
        "Бена"@uk,
        "Tiếng Bena"@vi .

<http://lexvo.org/id/iso639-3/bfb> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bfb"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Pauri_Bareli_language>,
        <http://www.mpii.de/yago/resource/Pauri_Bareli_language> ;
    skos:altLabel "Bareli, Pauri"@en,
        "Pauri Bareli language"@en ;
    skos:definition "Pauri Bareli is a Bhil language of India. It is close to two other languages called Bareli, Rathwi (not Rathwi Bhilali) and Palya, as well as to Kalto, but is not mutually intelligible with them."@en ;
    skos:inScheme lexvo: ;
    skos:notation "bfb"^^xsd:string ;
    skos:prefLabel "Pauri Bareli"@en .

<http://lexvo.org/id/iso639-3/bff> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bff"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Bofi_language>,
        <http://www.mpii.de/yago/resource/Bofi_language> ;
    skos:altLabel "Bofi language"@en ;
    skos:definition "Bofi (Boffi) is a Ubangian language spoken in Boda and Bimbo subprefectures in southwestern Central African Republic. Those speakers in Bimbo are mostly Bambenga pygmies. Although they no longer live in the forest, their area was forested in 1950."@en ;
    skos:inScheme lexvo: ;
    skos:notation "bff"^^xsd:string ;
    skos:prefLabel "Bofi"@de,
        "Bofi"@en,
        "Bofi jezik"@hr,
        "Lenga Bofi"@pms .

<http://lexvo.org/id/iso639-3/bfj> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bfj"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Bafanji_language>,
        <http://www.mpii.de/yago/resource/Bafanji_language> ;
    skos:altLabel "Bafanji language"@en ;
    skos:definition "The Bafanji language, Chuufi (Nchufie), is spoken in the Northwest Region of Cameroon. There are approximately 17,000 speakers. The language has a rich system of tonal morphology, including reduplication involving adjectives."@en ;
    skos:inScheme lexvo: ;
    skos:notation "bfj"^^xsd:string ;
    skos:prefLabel "Bafanji"@de,
        "Bafanji"@en,
        "Bafanji jezik"@hr,
        "Lenga Bafanji"@pms,
        "Kibafanji"@sw .

<http://lexvo.org/id/iso639-3/bfk> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bfk"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Ban_Khor_Sign_Language>,
        <http://www.mpii.de/yago/resource/Ban_Khor_Sign_Language> ;
    skos:definition "Ban Khor Sign Language (BKSL) is a sign language used by about 1,000 people of a rice-farming community in the villages of Ban Khor and Plaa Pag in a remote area of Isan (northeastern Thailand). Ban Khor proper and Plaa Pag are dialects, with some 80% of signs in common. It developed about 60–80 years ago due to a high number of deaf people. Preliminary observation has tentatively suggested it may be a language isolate, independent of the other indigenous sign languages of Thailand such as Old Bangkok Sign Language and the national Thai Sign Language. Two other reported village sign languages of the BKSL area, Huay Hai Sign Language and Na Sai Sign Language, have not been compared with BKSL, and it is not known if they are distinct languages."@en ;
    skos:inScheme lexvo: ;
    skos:notation "bfk"^^xsd:string ;
    skos:prefLabel "Ban Khor Sign Language"@en,
        "Ban khor znakovni jezik"@hr,
        "Língua de sinais de Ban Khor"@pt .

<http://lexvo.org/id/iso639-3/bfn> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bfn"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Bunak_language>,
        <http://www.mpii.de/yago/resource/Bunak_language> ;
    skos:altLabel "Bunak language"@en ;
    skos:definition "The Bunak language (also known as Bunaq, Buna', Bunake) is the language of the Bunak people of the mountainous region of central Timor, split between the political boundary between West Timor, Indonesia, particularly in Lamaknen District and East Timor. It is one of the few on Timor which is not an Austronesian language, but rather a Papuan language like groups on New Guinea. It is usually put in the proposed language group Trans–New Guinea. The language is surrounded by Malayo-Polynesian languages, like the Atoni and the Tetum."@en ;
    skos:inScheme lexvo: ;
    skos:notation "bfn"^^xsd:string ;
    skos:prefLabel "Bunak"@de,
        "Bunak"@en,
        "Bunak jezik"@hr,
        "Suku Bunak"@id,
        "Język bunak"@pl,
        "Lenga Bunak"@pms,
        "Búnaque"@pt,
        "Бунак"@ru,
        "ภาษาบูนัก"@th .

<http://lexvo.org/id/iso639-3/bfy> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bfy"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Bagheli_language>,
        <http://www.mpii.de/yago/resource/Bagheli_language> ;
    skos:altLabel "Bagheli language"@en ;
    skos:definition "Bagheli (Devanagari: बघेली or बाघेली) is a language of the Baghelkhand region of central India. It is often considered to be a dialect of Hindi language, and is classified such by the Indian Census Report (1991)."@en ;
    skos:inScheme lexvo: ;
    skos:notation "bfy"^^xsd:string ;
    skos:prefLabel "Bagheli"@en,
        "બઘેલી ભાષા"@gu,
        "बघेली"@hi,
        "Bagheli jezik"@hr,
        "Bagheli"@nn,
        "Bagheli"@no,
        "Język bagheli"@pl,
        "Lenga bagheli"@pms,
        "Багхели"@ru,
        "பாகேலி மொழி"@ta .

<http://lexvo.org/id/iso639-3/bgc> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bgc"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Haryanvi_language>,
        <http://www.mpii.de/yago/resource/Haryanvi_language> ;
    skos:altLabel "Haryanvi language"@en ;
    skos:definition "Haryanvi (Devanagari: हरियाणवी , also हरयाणवी ), also known as Bangru (बांगरू ), is the northernmost dialect of the Hindi language. It is most widely spoken in the North Indian state of Haryana, and also in Delhi. According to linguistic research, Haryanvi is very similar to Braj Bhasha and has 65% lexical similarity with the Bagri language."@en ;
    skos:inScheme lexvo: ;
    skos:notation "bgc"^^xsd:string ;
    skos:prefLabel "Haryanvi"@en,
        "Haryanvi"@fr,
        "हरियाणवी"@hi,
        "ハリヤーンウィー語"@ja,
        "Harianvi"@nn,
        "Harianvi"@no,
        "Hariani"@pt,
        "Hariyani"@sh,
        "ภาษาหริยนวี"@th,
        "Хар'янві"@uk .

<http://lexvo.org/id/iso639-3/bgf> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bgf"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Bangandu_language>,
        <http://www.mpii.de/yago/resource/Bangandu_language> ;
    skos:altLabel "Bangandu language"@en ;
    skos:definition "Bangandu is a Ubangian language of Cameroon and Congo. Its placement in the Ubangian family is unclear: Ethnologue lists it in with the Gbaya languages, but says that it might be related to Ngombe (CAR), which is itself uncertain, being listed as Ngbaka but possibly intelligible with Southwest Gbaya."@en ;
    skos:inScheme lexvo: ;
    skos:notation "bgf"^^xsd:string ;
    skos:prefLabel "Bangandu"@de,
        "Bangandu"@en,
        "Bangandu jezik"@hr,
        "Język Bangandu"@pl,
        "Lenga Bangandu"@pms,
        "Kibangandu"@sw .

<http://lexvo.org/id/iso639-3/bgk> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bgk"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Bit_language>,
        <http://www.mpii.de/yago/resource/Bit_language> ;
    skos:altLabel "Bit language"@en,
        "Buxinhua"@en ;
    skos:definition "Bit is a language spoken by around 1,500 people in northern Laos, concentrated in the provinces of Louang Namtha and Phongsali. There are thought to be about another 500 speakers over the border in Yunnan Province, China. It has been classified as Khmuic, Palaungic, and as Mangic."@en ;
    skos:inScheme lexvo: ;
    skos:notation "bgk"^^xsd:string ;
    skos:prefLabel "Bit"@en,
        "Bit"@fr,
        "ภาษาบิต"@th .

<http://lexvo.org/id/iso639-3/bgm> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bgm"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Baga_Mboteni_language>,
        <http://www.mpii.de/yago/resource/Baga_Mboteni_language> ;
    skos:altLabel "Baga Mboteni language"@en ;
    skos:definition "Baga Mboteni is a nearly extinct Senegambian language of Guinea."@en ;
    skos:inScheme lexvo: ;
    skos:notation "bgm"^^xsd:string ;
    skos:prefLabel "Baga mboteneg"@br,
        "Baga Mboteni"@de,
        "Baga Mboteni"@en,
        "Baga Mboteni jezik"@hr,
        "Lenga Baga Mboteni"@pms .

<http://lexvo.org/id/iso639-3/bgp> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bgp"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/east2304> ;
    skos:altLabel "Balochi, Eastern"@en ;
    skos:inScheme lexvo: ;
    skos:notation "bgp"^^xsd:string ;
    skos:prefLabel "Eastern Balochi"@en .

<http://lexvo.org/id/iso639-3/bgr> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bgr"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/bawm1236> ;
    skos:altLabel "Chin, Bawm"@en ;
    skos:inScheme lexvo: ;
    skos:notation "bgr"^^xsd:string ;
    skos:prefLabel "Bawm Chin"@en .

<http://lexvo.org/id/iso639-3/bgu> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bgu"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Kamkam_language>,
        <http://www.mpii.de/yago/resource/Kamkam_language> ;
    skos:altLabel "Kamkam language"@en ;
    skos:definition "Mbongno (Bungnu), also known as Kamkam, is a Mambiloid language of Nigeria, with an unknown number of speakers in Cameroon."@en ;
    skos:inScheme lexvo: ;
    skos:notation "bgu"^^xsd:string ;
    skos:prefLabel "Mbongno"@de,
        "Mbongno"@en,
        "Mbongno jezik"@hr,
        "Lenga Mbongno"@pms,
        "Kikamkam"@sw .

<http://lexvo.org/id/iso639-3/bgx> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bgx"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Balkan_Gagauz_Turkish_language>,
        <http://www.mpii.de/yago/resource/Balkan_Gagauz_Turkish_language> ;
    skos:altLabel "Balkan Gagauz Turkish language"@en,
        "Turkish, Balkan Gagauz"@en ;
    skos:definition "Balkan Gagauz Turkish (also known as Balkan Turkic) is a Turkic language spoken in European Turkey, Greece, and in the Kumanovo and Bitola areas of the Republic of Macedonia. Dialects include Gajal, Gerlovo Turk, Karamanli, Kyzylbash, Surguch, Tozluk Turk, Yuruk, and Macedonian Gagauz. This is a different language from Gagauz and Turkish."@en ;
    skos:inScheme lexvo: ;
    skos:notation "bgx"^^xsd:string ;
    skos:prefLabel "Balkan Gagauz Turkish"@en,
        "Balkanski gagauski turski"@hr,
        "Balkanų gagaūzų turkų kalba"@lt,
        "Balkanu torku gagaūzu kalba"@lt-x,
        "Балкански гагауско-турски јазик"@mk,
        "Lenga balkan gagauz turch"@pms,
        "Балкано-гагаузский язык"@ru,
        "ภาษาตุรกีกากาอุซบอลข่าน"@th .

<http://lexvo.org/id/iso639-3/bhb> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bhb"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/bhil1251> ;
    skos:inScheme lexvo: ;
    skos:notation "bhb"^^xsd:string ;
    skos:prefLabel "Bhili"@en .

<http://lexvo.org/id/iso639-3/bhf> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bhf"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Busa_language_(Papuan)>,
        <http://www.mpii.de/yago/resource/Busa_language_(Papuan)> ;
    skos:altLabel "Busa language"@en ;
    skos:definition "The Busa language, also known as Odiai (Uriai), is a language isolate in northwestern Papua New Guinea. There were 244 speakers at the time of the 2000 census."@en ;
    skos:inScheme lexvo: ;
    skos:notation "bhf"^^xsd:string ;
    skos:prefLabel "Bouseg"@br,
        "Odiai"@en,
        "Odiai"@fi,
        "Odiai"@fr,
        "Odiai jezik"@hr,
        "Bahasa Busa"@id,
        "Lenga odiai"@pms,
        "Одиаи"@ru .

<http://lexvo.org/id/iso639-3/bhg> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bhg"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/bina1277> ;
    skos:inScheme lexvo: ;
    skos:notation "bhg"^^xsd:string ;
    skos:prefLabel "Binandere"@en .

<http://lexvo.org/id/iso639-3/bhh> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bhh"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Bukhori_language>,
        <http://www.mpii.de/yago/resource/Bukhori_language> ;
    skos:altLabel "Bukhori language"@en ;
    skos:definition "Bukhori ( – boxārī, Tajik and Bukhori Cyrillic: – buxorī; Bukhori Hebrew script: בוכארי – buxori; also known as Bukhari, Bukharic, Bukharan, Bukharian, Judeo-Tajik, Local Jewish Language, Samarkand Jewish Dialect of Tajik) is a unique dialect of the Persian language spoken in Central Asia by the Bukharian Jews. Hence, a more descriptive name for the language might be Judæo-Persian or Judæo-Tajik."@en ;
    skos:inScheme lexvo: ;
    skos:notation "bhh"^^xsd:string ;
    skos:prefLabel "Bouc'horeg"@br,
        "Bukharic"@en,
        "Idioma bújaro"@es,
        "گویش بخارایی"@fa,
        "Juutalaistadžikki"@fi,
        "בוכרית"@he,
        "ブハラ語"@ja,
        "Buhori"@lad,
        "Język bucharski"@pl,
        "Língua bujara"@pt,
        "Еврейско-таджикский диалект"@ru,
        "ภาษาบูโครี"@th,
        "Buhori dili"@tr .

<http://lexvo.org/id/iso639-3/bhj> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bhj"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Bahing_language>,
        <http://www.mpii.de/yago/resource/Bahing_language> ;
    skos:altLabel "Bahing language"@en ;
    skos:definition "Bahing (also known as Rumdali) is a language spoken by 2,765 people (2001 census) of the Bahing ethnic group in the Okhaldhunga district of Nepal. It belongs to the family of Kiranti languages, a subgroup of Tibeto-Burman."@en ;
    skos:inScheme lexvo: ;
    skos:notation "bhj"^^xsd:string ;
    skos:prefLabel "Bahingeg"@br,
        "Bahing"@en,
        "Bahing jezik"@hr,
        "Lenga Bahing"@pms,
        "ภาษาบาฮิง"@th .

<http://lexvo.org/id/iso639-3/bhn> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bhn"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Bohtan_Neo-Aramaic>,
        <http://www.mpii.de/yago/resource/Bohtan_Neo-Aramaic> ;
    skos:altLabel "Neo-Aramaic, Bohtan"@en ;
    skos:definition "Bohtan Neo-Aramaic is a modern Eastern Neo-Aramaic language. Originally, Bohtan Neo-Aramaic was spoken on the Plain of Bohtan in Şırnak Province of southeastern Turkey, but it is now spoken mostly around the village of Gardabani, near Rustavi in Georgia."@en ;
    skos:inScheme lexvo: ;
    skos:notation "bhn"^^xsd:string ;
    skos:prefLabel "لغة آرامية بوتانية حديثة"@ar,
        "Nevez-aramaeg bohtanek"@br,
        "Bohtan Neo-Aramaic"@en,
        "Bohtan neoaramejski"@hr,
        "Bohtan neoaramejski"@sh,
        "ภาษาอราเมอิกใหม่โบห์ตัน"@th .

<http://lexvo.org/id/iso639-3/bhr> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bhr"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/bara1369> ;
    skos:altLabel "Malagasy, Bara"@en ;
    skos:inScheme lexvo: ;
    skos:notation "bhr"^^xsd:string ;
    skos:prefLabel "Bara Malagasy"@en .

<http://lexvo.org/id/iso639-3/bhs> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bhs"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Buwal_language>,
        <http://www.mpii.de/yago/resource/Buwal_language> ;
    skos:altLabel "Buwal language"@en ;
    skos:definition "Buwal (also known as Ma Buwal, Bual, Gadala) is an Afro-Asiatic language spoken in Cameroon in Far North Province in and around Gadala."@en ;
    skos:inScheme lexvo: ;
    skos:notation "bhs"^^xsd:string ;
    skos:prefLabel "Buwal"@en,
        "Kibuwal"@sw .

<http://lexvo.org/id/iso639-3/bhy> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bhy"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Bhele_language>,
        <http://www.mpii.de/yago/resource/Bhele_language> ;
    skos:altLabel "Bhele language"@en ;
    skos:definition "Bhele (Ebhele), or Piri (Kipiri), is a Bantu language of the Democratic Republic of the Congo."@en ;
    skos:inScheme lexvo: ;
    skos:notation "bhy"^^xsd:string ;
    skos:prefLabel "Bhele"@en .

<http://lexvo.org/id/iso639-3/bij> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bij"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Kwanka_language>,
        <http://www.mpii.de/yago/resource/Kwanka_language> ;
    skos:altLabel "Vaghat-Ya-Bijim-Legeri"@en ;
    skos:definition "Kwanka is a dialect cluster of Plateau languages in Nigeria. Kwanka is an alternate name of the principal dialect, Vaghat; the others are Ya (Boi), Bijim, and Legeri."@en ;
    skos:inScheme lexvo: ;
    skos:notation "bij"^^xsd:string ;
    skos:prefLabel "Kwanka"@de,
        "Kwanka language"@en,
        "Vaghat-Ya-Bijim-Legeri jezik"@hr,
        "Lenga Vaghat-Ya-Bijim-Legeri"@pms .

<http://lexvo.org/id/iso639-3/bik> a lvont:Language,
        skos:Concept ;
    lvont:isFocusOf <http://id.loc.gov/vocabulary/iso639-2/bik> ;
    lvont:iso6392BCode "bik"^^xsd:string ;
    lvont:iso6392TCode "bik"^^xsd:string ;
    lvont:iso639P3PCode "bik"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-2/bik> ;
    owl:sameAs <http://psi.oasis-open.org/iso/639/#bik>,
        <http://www.lingvoj.org/lang/bcl>,
        <http://www.lingvoj.org/lang/bik>,
        <info:lc/vocabulary/languages/bik> ;
    skos:inScheme lexvo: ;
    skos:notation "bik"^^xsd:string ;
    skos:prefLabel "البيكولية"@ar,
        "bikolca"@az,
        "биколски"@bg,
        "বিকোল"@bn,
        "bikol"@br,
        "बिकोल्"@brx,
        "bikol"@bs,
        "бикол"@bs-Cyrl,
        "bicol"@ca,
        "毕库尔文"@cmn,
        "比科爾文"@cmn-Hant,
        "bikolština"@cs,
        "bikol"@da,
        "Bikol-Sprache"@de,
        "Μπικόλ"@el,
        "Bikol"@en,
        "bicol"@es,
        "bikoli"@et,
        "بیکولی"@fa,
        "bikol"@fi,
        "bikol"@fr,
        "Bikolisch"@gsw,
        "બિકોલ"@gu,
        "ביקול"@he,
        "बिकोल"@hi,
        "bikol"@hr,
        "bikol"@hu,
        "Bikol"@id,
        "bíkol"@is,
        "bicol"@it,
        "ビコル語"@ja,
        "ಬಿಕೊಲ್"@kn,
        "비콜어"@ko,
        "بِکول"@ks,
        "ບີຄອນ"@lo,
        "bikolų"@lt,
        "bikolu"@lv,
        "бикол"@mk,
        "ബികോൽ"@ml,
        "बिकोल"@mr,
        "Bikol"@mt,
        "bikol"@nb,
        "Bikol"@nl,
        "bikol"@nn,
        "ବିକୋଲ୍"@or,
        "bikol"@pl,
        "bikol"@pt,
        "bikol"@rm,
        "bikol"@ro,
        "бикольский"@ru,
        "bikol"@sk,
        "bikolski jezik"@sl,
        "Бикол"@sr,
        "Bikol"@sr-Latn,
        "bikol"@sv,
        "பிகோல்"@ta,
        "బికోల్"@te,
        "บิกอล"@th,
        "Bikol"@tr,
        "бікольська"@uk,
        "Tiếng Bikol"@vi .

<http://lexvo.org/id/iso639-3/bil> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bil"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Bile_language>,
        <http://www.mpii.de/yago/resource/Bile_language> ;
    skos:altLabel "Bile language"@en ;
    skos:definition "’Bile is one of the Bantoid Jarawan languages of Nigeria."@en ;
    skos:inScheme lexvo: ;
    skos:notation "bil"^^xsd:string ;
    skos:prefLabel "Bile"@de,
        "Bile"@en,
        "Bile jezik"@hr,
        "Lenga Bile"@pms .

<http://lexvo.org/id/iso639-3/bim> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bim"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/bimo1239> ;
    skos:inScheme lexvo: ;
    skos:notation "bim"^^xsd:string ;
    skos:prefLabel "Bimoba"@en .

<http://lexvo.org/id/iso639-3/bio> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bio"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Nai_language>,
        <http://www.mpii.de/yago/resource/Nai_language> ;
    skos:altLabel "Nai language"@en ;
    skos:definition "Nai or Biaka is a language of Papua New Guinea. It is spoken in Amanab District, Sandaun Province, in three villages: Konabasi, Biaka, and Amini."@en ;
    skos:inScheme lexvo: ;
    skos:notation "bio"^^xsd:string ;
    skos:prefLabel "Nai"@en,
        "Nai jezik"@hr,
        "Lenga nai"@pms .

<http://lexvo.org/id/iso639-3/biq> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "biq"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Bipi_language>,
        <http://www.mpii.de/yago/resource/Bipi_language> ;
    skos:altLabel "Bipi language"@en ;
    skos:definition "The Bipi language is the westernmost West Manus language. It is spoken by approximately 1200 people on the Bipi and Sisi Islands off the west coast of Manus Island, Manus Province of Papua New Guinea. It has SVO word order."@en ;
    skos:inScheme lexvo: ;
    skos:notation "biq"^^xsd:string ;
    skos:prefLabel "Bipi"@en,
        "Bipi jezik"@hr .

<http://lexvo.org/id/iso639-3/biu> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "biu"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Biete_language>,
        <http://www.mpii.de/yago/resource/Biete_language> ;
    skos:altLabel "Biete language"@en ;
    skos:definition "Biete (Bete, Biate) is a Kukish language of India."@en ;
    skos:inScheme lexvo: ;
    skos:notation "biu"^^xsd:string ;
    skos:prefLabel "Biete"@en .

<http://lexvo.org/id/iso639-3/biw> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "biw"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Kol_language_(Cameroon)>,
        <http://www.mpii.de/yago/resource/Kol_language_(Cameroon)> ;
    skos:altLabel "Kol (Cameroon)"@en,
        "Kol language"@en ;
    skos:definition "Kol is a Niger–Congo language of the Bantu family. According to the , it is spoken in the East Province of Cameroon, in the vicinity of Messaména. Alternate names for Kol language include Bikele-Bikay, Bikele-Bikeng, Bekol."@en ;
    skos:inScheme lexvo: ;
    skos:notation "biw"^^xsd:string ;
    skos:prefLabel "Kol"@de,
        "Kol"@en,
        "Kol"@hr,
        "Lenga Kol"@pms,
        "Kikol"@sw .

<http://lexvo.org/id/iso639-3/bix> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bix"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Birjia_language>,
        <http://www.mpii.de/yago/resource/Birjia_language> ;
    skos:altLabel "Birjia language"@en ;
    skos:definition "The Birjia language, Bijori, is a Munda language of India."@en ;
    skos:inScheme lexvo: ;
    skos:notation "bix"^^xsd:string ;
    skos:prefLabel "Bijori"@en .

<http://lexvo.org/id/iso639-3/biy> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "biy"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Birhor_language>,
        <http://www.mpii.de/yago/resource/Birhor_language> ;
    skos:altLabel "Birhor language"@en ;
    skos:definition "The Birhor language is a Munda language spoken by the Birhor people in Orissa, West Bengal, and Maharashtra states in India."@en ;
    skos:inScheme lexvo: ;
    skos:notation "biy"^^xsd:string ;
    skos:prefLabel "Birhor"@en .

<http://lexvo.org/id/iso639-3/biz> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "biz"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Loi_language>,
        <http://www.mpii.de/yago/resource/Loi_language> ;
    skos:altLabel "Loi language"@en ;
    skos:definition "Loi is a Bantu language closely related to Lingala. It is often called Baloi, which is not actually the name of the language but the endonym for the Loi people."@en ;
    skos:inScheme lexvo: ;
    skos:notation "biz"^^xsd:string ;
    skos:prefLabel "Baloi"@en,
        "Baloi jezik"@hr,
        "Lenga Baloi"@pms .

<http://lexvo.org/id/iso639-3/bja> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bja"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Budza_language>,
        <http://www.mpii.de/yago/resource/Budza_language> ;
    skos:altLabel "Budza language"@en ;
    skos:definition "Budza or Buja (Embudja, Limbudza) is a Bantu language of the Democratic Republic of Congo."@en ;
    skos:inScheme lexvo: ;
    skos:notation "bja"^^xsd:string ;
    skos:prefLabel "Budza"@en .

<http://lexvo.org/id/iso639-3/bjb> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bjb"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/bang1339> ;
    skos:inScheme lexvo: ;
    skos:notation "bjb"^^xsd:string ;
    skos:prefLabel "Banggarla"@en .

<http://lexvo.org/id/iso639-3/bje> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bje"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Biao_Min_language>,
        <http://www.mpii.de/yago/resource/Biao_Min_language> ;
    skos:altLabel "Biao Min language"@en,
        "Mien, Biao-Jiao"@en ;
    skos:definition "Biao Min, or Biao-Jiao Mien, is a Hmong–Mien language of China. The two varieties, Biao Min and Jiaogong Mian, are evidently not mutually intelligible."@en ;
    skos:inScheme lexvo: ;
    skos:notation "bje"^^xsd:string ;
    skos:prefLabel "Biao-Jiao Mien"@en .

<http://lexvo.org/id/iso639-3/bjf> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bjf"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Barzani_Jewish_Neo-Aramaic>,
        <http://www.mpii.de/yago/resource/Barzani_Jewish_Neo-Aramaic> ;
    skos:altLabel "Neo-Aramaic, Barzani Jewish"@en ;
    skos:definition "Barzani Jewish Neo-Aramaic is a modern Jewish Aramaic language, often called Neo-Aramaic or Judeo-Aramaic. It was originally spoken in three villages near Aqrah in Iraq. The native name of the language is Lishanid Janan, which means our language, and is similar to names used by other Jewish Neo-Aramaic dialects (Lishan Didan, Lishanid Noshan)."@en ;
    skos:inScheme lexvo: ;
    skos:notation "bjf"^^xsd:string ;
    skos:prefLabel "Djananeg"@br,
        "Barzani Jewish Neo-Aramaic"@en,
        "Bijil neoaramejski"@hr,
        "Барзанский язык"@ru,
        "Bijil neoaramejski"@sh .

<http://lexvo.org/id/iso639-3/bjg> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bjg"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Bijago_language>,
        <http://www.mpii.de/yago/resource/Bijago_language> ;
    skos:altLabel "Bijago language"@en ;
    skos:definition "Bijago, or Bidyogo, is the language of the Bissagos Archipelago of Guinea-Bissau. There are some difficulties of grammar and intelligibility between dialects, with the Kamona dialect of Caravela and Carache Islands being unintelligible to the others."@en ;
    skos:inScheme lexvo: ;
    skos:notation "bjg"^^xsd:string ;
    skos:prefLabel "Bidjageg"@br,
        "Bidyogo"@de,
        "Bidyogo"@en,
        "Bidyogo jezik"@hr,
        "비디오고어"@ko,
        "Bijago"@no,
        "Lenga Bidyogo"@pms,
        "Bijago"@sv,
        "Èdè Bijago"@yo .

<http://lexvo.org/id/iso639-3/bjh> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bjh"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/bahi1254> ;
    skos:inScheme lexvo: ;
    skos:notation "bjh"^^xsd:string ;
    skos:prefLabel "Bahinemo"@en .

<http://lexvo.org/id/iso639-3/bjj> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bjj"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Kannauji>,
        <http://www.mpii.de/yago/resource/Kannauji> ;
    skos:altLabel "Kannauji"@en ;
    skos:definition "Kannauji language (Devanagari: क़न्नौजी) (also spelled Kanauji (क़नौजी or क़न‍उजी), Kanauji language) is an Indo-Aryan language spoken in parts of the Indian state of Uttar Pradesh. Kannauji is closely related to Hindi, and some consider it to be a dialect of Hindi, while others consider it a separate Western Hindi language."@en ;
    skos:inScheme lexvo: ;
    skos:notation "bjj"^^xsd:string ;
    skos:prefLabel "Kanauji"@en,
        "Kanauji"@fr,
        "कन्नौजी"@hi,
        "Kanaudji"@nn,
        "Braj-kanauji"@no,
        "Kanauji"@sh,
        "கனாவுஜி மொழி"@ta,
        "ภาษากาเนาชี"@th .

<http://lexvo.org/id/iso639-3/bjn> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bjn"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Banjar_language>,
        <http://www.mpii.de/yago/resource/Banjar_language> ;
    skos:altLabel "Banjar language"@en ;
    skos:definition "Banjar language is the native language used by the Banjarese people of South Kalimantan, Indonesia. As many Banjarese are travelling merchants, they brought their language wherever they went all over Indonesia, even all over the world."@en ;
    skos:inScheme lexvo: ;
    skos:notation "bjn"^^xsd:string ;
    skos:prefLabel "لغة بنجرية"@ar,
        "Bahasa Banjar"@bjn,
        "Banjarština"@cs,
        "Banjaresische Sprache"@de,
        "Banjar"@en,
        "Banĝara lingvo"@eo,
        "Banjar"@fr,
        "Banjar jezik"@hr,
        "Bahasa Banjar"@id,
        "バンジャル語"@ja,
        "Basa Banjar"@jv,
        "Lengua banjar"@lij,
        "Bandžarų kalba"@lt,
        "Bahasa Banjar"@ms,
        "Banjar-gí"@nan,
        "Język banjar"@pl,
        "Lenga Banjar"@pms,
        "Банджарский язык"@ru,
        "Banjarčina"@sk,
        "Banjaresiska"@sv,
        "பஞ்சார் மொழி"@ta,
        "Банджарська мова"@uk,
        "Tiếng Banjar"@vi .

<http://lexvo.org/id/iso639-3/bjr> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bjr"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/binu1245> ;
    skos:inScheme lexvo: ;
    skos:notation "bjr"^^xsd:string ;
    skos:prefLabel "Binumarien"@en .

<http://lexvo.org/id/iso639-3/bjs> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bjs"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Bajan_Creole>,
        <http://www.mpii.de/yago/resource/Bajan_Creole> ;
    skos:altLabel "Bajan Creole"@en ;
    skos:definition "Bajan is an English-based creole language spoken on the Caribbean island of Barbados. Bajan, like many other English-based Caribbean creole languages, consists of a West African substrate and an English superstrate. Bajan is similar but distinguishable from the creoles of neighbouring Caribbean islands, as many of the other Caribbean creoles are theorized to have Hiberno-English or Scottish English as their superstrate variety, for example Jamaican Patois."@en ;
    skos:inScheme lexvo: ;
    skos:notation "bjs"^^xsd:string ;
    skos:prefLabel "Bajan"@en,
        "Bajan jezik"@hr,
        "Bajan"@it,
        "Bajan"@nl,
        "Lenga bajan"@pms .

<http://lexvo.org/id/iso639-3/bju> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bju"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Busuu_language>,
        <http://www.mpii.de/yago/resource/Busuu_language> ;
    skos:altLabel "Busuu language"@en ;
    skos:definition "Busuu is an unclassified Southern Bantoid language of Cameroon. R Breton noted in 1986 that there were just 8 speakers left, while as of 2005 there are 3 living speakers of the language."@en ;
    skos:inScheme lexvo: ;
    skos:notation "bju"^^xsd:string ;
    skos:prefLabel "Busuu"@de,
        "Busuu"@en,
        "Busuu jezik"@hr,
        "Lenga Busuu"@pms,
        "Kibusuu"@sw .

<http://lexvo.org/id/iso639-3/bjw> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bjw"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Bakw%C3%A9_language>,
        <http://www.mpii.de/yago/resource/Bakw%C3%A9_language> ;
    skos:altLabel "Bakwé language"@en ;
    skos:definition "Bakwé is a Kru language of Ivory Coast."@en ;
    skos:inScheme lexvo: ;
    skos:notation "bjw"^^xsd:string ;
    skos:prefLabel "Bakwé"@de,
        "Bakwé"@en,
        "Bakwé jezik"@hr,
        "Lenga Bakwé"@pms .

<http://lexvo.org/id/iso639-3/bjy> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bjy"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/baya1257> ;
    skos:inScheme lexvo: ;
    skos:notation "bjy"^^xsd:string ;
    skos:prefLabel "Bayali"@en .

<http://lexvo.org/id/iso639-3/bka> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bka"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Bambuka_language>,
        <http://www.mpii.de/yago/resource/Bambuka_language> ;
    skos:altLabel "Bambuka language"@en ;
    skos:definition "Kyak (Nyakyak), Bambuka, is an Adamawa language of Nigeria."@en ;
    skos:inScheme lexvo: ;
    skos:notation "bka"^^xsd:string ;
    skos:prefLabel "Kyak"@de,
        "Kyak"@en,
        "Kyak jezik"@hr,
        "Lenga Kyak"@pms .

<http://lexvo.org/id/iso639-3/bkc> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bkc"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/baka1272> ;
    skos:altLabel "Baka (Cameroon)"@en ;
    skos:inScheme lexvo: ;
    skos:notation "bkc"^^xsd:string ;
    skos:prefLabel "Baka"@en .

<http://lexvo.org/id/iso639-3/bkf> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bkf"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Beeke_language>,
        <http://www.mpii.de/yago/resource/Beeke_language> ;
    skos:altLabel "Beeke language"@en ;
    skos:definition "Beeke is a Bantu language of uncertain affiliation. Guthrie assigned to the Nyali cluster. However, Ethnologue suggests that it may be a divergent form of Bali. It is 65% cognate with Bali, but 38% with the Nyali language Ndaka."@en ;
    skos:inScheme lexvo: ;
    skos:notation "bkf"^^xsd:string ;
    skos:prefLabel "Beeke"@en .

<http://lexvo.org/id/iso639-3/bkh> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bkh"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Kogo_language>,
        <http://www.mpii.de/yago/resource/Kogo_language> ;
    skos:altLabel "Kogo language"@en ;
    skos:definition "Kogo, or Bakoko, Basoo, is a Bantu language of Cameroon."@en ;
    skos:inScheme lexvo: ;
    skos:notation "bkh"^^xsd:string ;
    skos:prefLabel "Bakoko"@de,
        "Bakoko"@en,
        "Bakoko"@fr,
        "Bakoko jezik"@hr,
        "Lenga Bakoko"@pms,
        "Kibakoko"@sw .

<http://lexvo.org/id/iso639-3/bkk> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bkk"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/brok1247> ;
    skos:inScheme lexvo: ;
    skos:notation "bkk"^^xsd:string ;
    skos:prefLabel "Brokskat"@en .

<http://lexvo.org/id/iso639-3/bkr> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bkr"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Bakumpai_language>,
        <http://www.mpii.de/yago/resource/Bakumpai_language> ;
    skos:altLabel "Bakumpai language"@en ;
    skos:definition "Bakumpai is an Austronesian language bellonging to West Barito languages. It is spoken by about 100 000 Bakumpai people (subgroup of Dayak people) living in the central Kalimantan, Indonesia."@en ;
    skos:inScheme lexvo: ;
    skos:notation "bkr"^^xsd:string ;
    skos:prefLabel "Bakumpai"@en,
        "Bakumpai jezik"@hr,
        "Bahasa Bakumpai"@id,
        "Bakumpai"@sk .

<http://lexvo.org/id/iso639-3/bku> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bku"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Buhid_language>,
        <http://www.mpii.de/yago/resource/Buhid_language> ;
    skos:altLabel "Buhid language"@en ;
    skos:definition "The Buhid language is a language spoken by Mangyans in the province of Mindoro in the Philippines. It is divided into eastern and western dialects."@en ;
    skos:inScheme lexvo: ;
    skos:notation "bku"^^xsd:string ;
    skos:prefLabel "Buid"@de,
        "Buhid"@en,
        "Buhid jezik"@hr,
        "ภาษาบูฮิด"@th .

<http://lexvo.org/id/iso639-3/bkv> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bkv"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Bekwarra_language>,
        <http://www.mpii.de/yago/resource/Bekwarra_language> ;
    skos:altLabel "Bekwarra language"@en ;
    skos:definition "Bekwarra is a Bendi (Benue–Congo) language of Nigeria."@en ;
    skos:inScheme lexvo: ;
    skos:notation "bkv"^^xsd:string ;
    skos:prefLabel "Bekwarra"@de,
        "Bekwarra"@en,
        "Bekwarra jezik"@hr,
        "Lenga Bekwarra"@pms .

<http://lexvo.org/id/iso639-3/bky> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bky"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Boki_language>,
        <http://www.mpii.de/yago/resource/Boki_language> ;
    skos:altLabel "Boki language"@en ;
    skos:definition "Boki (Bokyi, Okii) is a regionally important Bendi (Benue–Congo) language of Nigeria, with a few thousand speakers in Cameroon."@en ;
    skos:inScheme lexvo: ;
    skos:notation "bky"^^xsd:string ;
    skos:prefLabel "Bokyi"@de,
        "Bokyi"@en,
        "Bokyi jezik"@hr,
        "Lenga Bokyi"@pms,
        "Kibokyi"@sw .

<http://lexvo.org/id/iso639-3/bld> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bld"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Bolango_language>,
        <http://www.mpii.de/yago/resource/Bolango_language> ;
    skos:altLabel "Bolango language"@en ;
    skos:definition "Bolango is a Philippine language spoken in North-eastern Sulawesi Indonesia. In 1981 it was spoken by some 20.000 people, 5000 in Bolango and 15.000 in Atingolla."@en ;
    skos:inScheme lexvo: ;
    skos:notation "bld"^^xsd:string ;
    skos:prefLabel "Bolango"@en .

<http://lexvo.org/id/iso639-3/blf> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "blf"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Buol_language>,
        <http://www.mpii.de/yago/resource/Buol_language> ;
    skos:altLabel "Buol language"@en ;
    skos:definition "Buol (Bual, Bwo’ol, Bwool, Dia) is a Philippine language spoken in North-eastern Sulawesi, Indonesia."@en ;
    skos:inScheme lexvo: ;
    skos:notation "blf"^^xsd:string ;
    skos:prefLabel "Buol"@en .

<http://lexvo.org/id/iso639-3/blh> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "blh"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Kuwaa_language>,
        <http://www.mpii.de/yago/resource/Kuwaa_language> ;
    skos:altLabel "Kuwaa language"@en ;
    skos:definition "The Kuwaa language, also known as Belle, Belleh, Kowaao, and Kwaa, is a Kru language of the Niger–Congo language family. It is spoken in northwestern Liberia, primarily in Lofa County. The speech of the Lubaisu and Gbade, the two Kuwaa clans, is differentiated only by minor variations in pronunciation."@en ;
    skos:inScheme lexvo: ;
    skos:notation "blh"^^xsd:string ;
    skos:prefLabel "Kuwaa"@de,
        "Kuwaa"@en,
        "Kuwaa jezik"@hr,
        "Lenga Kuwaa"@pms .

<http://lexvo.org/id/iso639-3/bli> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bli"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/boli1255> ;
    skos:inScheme lexvo: ;
    skos:notation "bli"^^xsd:string ;
    skos:prefLabel "Bolia"@en .

<http://lexvo.org/id/iso639-3/blk> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "blk"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Pa'O_language>,
        <http://www.mpii.de/yago/resource/Pa'O_language> ;
    skos:altLabel "Karen, Pa'o"@en,
        "Pa'O language"@en,
        "Pa'o Karen"@en ;
    skos:definition "PaO is a Karen language spoken by half a million PaO people in Burma."@en ;
    skos:inScheme lexvo: ;
    skos:notation "blk"^^xsd:string ;
    skos:prefLabel "Pa'O"@en .

<http://lexvo.org/id/iso639-3/blm> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "blm"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Beli_language_(South_Sudan)>,
        <http://www.mpii.de/yago/resource/Beli_language_(South_Sudan)> ;
    skos:altLabel "Beli (Sudan)"@en,
        "Beli language"@en ;
    skos:definition "’Beli, or Jur Beli, is a Central Sudanic language spoken by the Beli and Sopi people of South Sudan."@en ;
    skos:inScheme lexvo: ;
    skos:notation "blm"^^xsd:string ;
    skos:prefLabel "Beli"@en,
        "Beli"@hr .

<http://lexvo.org/id/iso639-3/blo> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "blo"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Basila_language>,
        <http://www.mpii.de/yago/resource/Basila_language> ;
    skos:altLabel "Basila language"@en ;
    skos:definition "The Anii or Basila language (also Baseca, Ouinji-Ouinji ~ Winji-Winji) is spoken in central eastern Ghana and central western Togo. It is part of the geographic group of Ghana Togo Mountain languages (traditionally called the Togorestsprachen or Togo Remnant languages) of the Kwa branch of Niger–Congo."@en ;
    skos:inScheme lexvo: ;
    skos:notation "blo"^^xsd:string ;
    skos:prefLabel "Anii"@de,
        "Anii"@en,
        "Anii"@fr,
        "Anii jezik"@hr,
        "Lenga Anii"@pms .

<http://lexvo.org/id/iso639-3/blr> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "blr"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Blang_language>,
        <http://www.mpii.de/yago/resource/Blang_language> ;
    skos:altLabel "Blang language"@en ;
    skos:definition "Blang (Pulang) is the language of the Blang people of Burma and China."@en ;
    skos:inScheme lexvo: ;
    skos:notation "blr"^^xsd:string ;
    skos:prefLabel "Blang"@en .

<http://lexvo.org/id/iso639-3/blt> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "blt"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Tai_Dam_language>,
        <http://www.mpii.de/yago/resource/Tai_Dam_language> ;
    skos:altLabel "Tai Dam language"@en ;
    skos:definition "Tai Dam, also known as Black Tai is a Tai language spoken by the Tai Dam in Vietnam, Laos, Thailand, and China (mostly in the Jinping Miao, Yao, and Dai Autonomous County). It is called ภาษาไทดำ \"Black Tai language\" in Thai and Dǎidānyǔ 傣担语 in Chinese."@en ;
    skos:inScheme lexvo: ;
    skos:notation "blt"^^xsd:string ;
    skos:prefLabel "Taidameg"@br,
        "Tai Dam"@en,
        "ภาษาไทดำ"@th,
        "傣擔語"@zh .

<http://lexvo.org/id/iso639-3/blw> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "blw"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/bala1310> ;
    skos:inScheme lexvo: ;
    skos:notation "blw"^^xsd:string ;
    skos:prefLabel "Balangao"@en .

<http://lexvo.org/id/iso639-3/blx> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "blx"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Mag-indi_language>,
        <http://www.mpii.de/yago/resource/Mag-indi_language> ;
    skos:altLabel "Ayta, Mag-Indi"@en,
        "Mag-indi language"@en ;
    skos:definition "Mag-indi or Baloga is a Sambalic language. It has around 5,000 speakers (SIL 1998) and is spoken within Aeta communities in San Marcelino, Zambales, and in the Pampango municipalities of Floridablanca and Porac."@en ;
    skos:inScheme lexvo: ;
    skos:notation "blx"^^xsd:string ;
    skos:prefLabel "Mag-Indi Ayta"@en,
        "Mag-Indi Ayta jezik"@hr,
        "ภาษามักอินดี"@th .

<http://lexvo.org/id/iso639-3/blz> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "blz"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/bala1315> ;
    skos:inScheme lexvo: ;
    skos:notation "blz"^^xsd:string ;
    skos:prefLabel "Balantak"@en .

<http://lexvo.org/id/iso639-3/bmb> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bmb"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Bembe_(Ibembe)_language>,
        <http://www.mpii.de/yago/resource/Bembe_(Ibembe)_language> ;
    skos:altLabel "Bembe (Ibembe) language"@en ;
    skos:definition "Bembe (Ibembe) is a Bantu language of the Democratic Republic of the Congo. According to Ethnologue, it forms a dialect continuum with the Lega language through Mwenga Lega. It has no connection with the minor Bembe (Kibembe) language of the Republic of Congo."@en ;
    skos:inScheme lexvo: ;
    skos:notation "bmb"^^xsd:string ;
    skos:prefLabel "Bembe"@en .

<http://lexvo.org/id/iso639-3/bmf> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bmf"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Bom_language>,
        <http://www.mpii.de/yago/resource/Bom_language> ;
    skos:altLabel "Bom language"@en ;
    skos:definition "The Bom language (alternates: Bome; Bomo) is an endangered language of Sierra Leone. It belongs to the Mel branch of the Niger–Congo language family and is particularly closely related to the Bullom So language. Most speakers are bilingual in Mende, and use of the Bom language is declining among members of the ethnic group."@en ;
    skos:inScheme lexvo: ;
    skos:notation "bmf"^^xsd:string ;
    skos:prefLabel "Bomeg"@br,
        "Bom"@de,
        "Bom"@en,
        "Bom jezik"@hr,
        "Lenga Bom"@pms .

<http://lexvo.org/id/iso639-3/bmu> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bmu"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/buru1306> ;
    skos:inScheme lexvo: ;
    skos:notation "bmu"^^xsd:string ;
    skos:prefLabel "Somba-Siawari"@en .

<http://lexvo.org/id/iso639-3/bmw> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bmw"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Bomwali_language>,
        <http://www.mpii.de/yago/resource/Bomwali_language> ;
    skos:altLabel "Bomwali language"@en ;
    skos:definition "Bomwali is a Bantu language of Congo and Cameroon."@en ;
    skos:inScheme lexvo: ;
    skos:notation "bmw"^^xsd:string ;
    skos:prefLabel "Bomwali"@de,
        "Bomwali"@en,
        "Bomwali jezik"@hr,
        "Lenga Bomwali"@pms,
        "Kibomwali"@sw .

<http://lexvo.org/id/iso639-3/bnd> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bnd"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Banda_language_(Maluku)>,
        <http://www.mpii.de/yago/resource/Banda_language_(Maluku)> ;
    skos:altLabel "Banda (Indonesia)"@en,
        "Banda language"@en ;
    skos:definition "Banda is one of two languages of the Kei Islands, along with Kei itself."@en ;
    skos:inScheme lexvo: ;
    skos:notation "bnd"^^xsd:string ;
    skos:prefLabel "Banda"@en .

<http://lexvo.org/id/iso639-3/bnl> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bnl"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Boon_language>,
        <http://www.mpii.de/yago/resource/Boon_language> ;
    skos:altLabel "Boon language"@en ;
    skos:definition "Boon or Af-Boon is a nearly extinct East Cushitic language spoken by 59 people (as of 2000) in Jilib District, Middle Jubba Region, Somalia. In recent decades they have shifted to the Maay dialect of Jilib. All speakers are older than 60."@en ;
    skos:inScheme lexvo: ;
    skos:notation "bnl"^^xsd:string ;
    skos:prefLabel "Boon"@en,
        "Boon hizkuntza"@eu .

<http://lexvo.org/id/iso639-3/bnn> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bnn"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Bunun_language>,
        <http://www.mpii.de/yago/resource/Bunun_language> ;
    skos:altLabel "Bunun language"@en ;
    skos:definition "The Bunun language is spoken by the Bunun people of Taiwan. It is one of the Formosan languages, a geographic group of Austronesian languages, and is subdivided in five dialects: Isbukun, Takbunuaz, Takivatan, Takibaka and Takituduh. Isbukun, the dominant dialect, is mainly spoken in the south of Taiwan. Takbunuaz and Takivatan are mainly spoken in the center of the country. Takibaka and Takituduh both are northern dialects. A sixth dialect, Takipulan, became extinct in the 1970s."@en ;
    skos:inScheme lexvo: ;
    skos:notation "bnn"^^xsd:string ;
    skos:prefLabel "Bounouneg"@br,
        "Bunun"@en,
        "Bunun"@fr,
        "Pu-nùng-ngî"@hak,
        "ブヌン語"@ja,
        "Бунунски јазик"@mk,
        "Bunun-gí"@nan,
        "Bunun"@nl,
        "ภาษาบูนัน"@th,
        "布農語"@zh .

<http://lexvo.org/id/iso639-3/bno> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bno"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Asi_language>,
        <http://www.mpii.de/yago/resource/Asi_language> ;
    skos:altLabel "Asi language"@en ;
    skos:definition "The Asi language is a Visayan language spoken, along with the Romblomanon and Onhan languages, in the province of Romblon, Philippines. The language is also known as Bantoanon, Calatravanhon, Odionganon, Sibalenhon, Simaranhon, and Bisaya."@en ;
    skos:inScheme lexvo: ;
    skos:notation "bno"^^xsd:string ;
    skos:prefLabel "Bantoanon"@en,
        "Asi"@fr,
        "Bantoanon jezik"@hr,
        "Asímál"@is,
        "Lenga Bantoanon"@pms,
        "ภาษาอาซี"@th,
        "Asi nga yinaknan"@war .

<http://lexvo.org/id/iso639-3/bnx> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bnx"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Bangubangu_language>,
        <http://www.mpii.de/yago/resource/Bangubangu_language> ;
    skos:altLabel "Bangubangu language"@en ;
    skos:definition "Bangubangu is a Bantu dialect cluster of the Democratic Republic of the Congo."@en ;
    skos:inScheme lexvo: ;
    skos:notation "bnx"^^xsd:string ;
    skos:prefLabel "Bangubangu"@en .

<http://lexvo.org/id/iso639-3/bob> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bob"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Aweer_language>,
        <http://www.mpii.de/yago/resource/Aweer_language> ;
    skos:altLabel "Aweer language"@en ;
    skos:definition "Aweer (also known as Aweera, Boni, Bon, Bonta) is a Cushitic language spoken in Kenya. Historically known in the literature by the derogatory term Boni, the Aweer are foragers traditionally subsisting on hunting, gathering, and collecting honey. Their ancestral lands range along the Kenyan coast from the Lamu and Ijara Districts into Southern Somalia's Badaade District."@en ;
    skos:inScheme lexvo: ;
    skos:notation "bob"^^xsd:string ;
    skos:prefLabel "Bonieg"@br,
        "Boni"@ca,
        "Aweer"@en,
        "Aweer jezik"@hr,
        "Lenga Boni"@pms .

<http://lexvo.org/id/iso639-3/boe> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "boe"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Mundabli_language>,
        <http://www.mpii.de/yago/resource/Mundabli_language> ;
    skos:altLabel "Mundabli language"@en ;
    skos:definition "Mundabli is a Bantoid language of Cameroon. It is traditionally classified as a Western Beboid language, but that has not been demonstrated to be a valid family."@en ;
    skos:inScheme lexvo: ;
    skos:notation "boe"^^xsd:string ;
    skos:prefLabel "Mundabli"@de,
        "Mundabli"@en,
        "Mundabli jezik"@hr,
        "Lenga Mundabli"@pms,
        "Kimundabli"@sw .

<http://lexvo.org/id/iso639-3/boh> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "boh"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Boma_language>,
        <http://www.mpii.de/yago/resource/Boma_language> ;
    skos:altLabel "Boma language"@en ;
    skos:definition "Boma is a Bantu language of the Democratic Republic of Congo."@en ;
    skos:inScheme lexvo: ;
    skos:notation "boh"^^xsd:string ;
    skos:prefLabel "Boma"@de,
        "Boma"@en,
        "Boma jezik"@hr,
        "Lenga Boma"@pms .

<http://lexvo.org/id/iso639-3/boj> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "boj"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Anjam_language>,
        <http://www.mpii.de/yago/resource/Anjam_language> ;
    skos:altLabel "Anjam language"@en ;
    skos:definition "Anjam or Bom is a Rai Coast language spoken in Madang Province, Papua New Guinea."@en ;
    skos:inScheme lexvo: ;
    skos:notation "boj"^^xsd:string ;
    skos:prefLabel "Anjam"@en .

<http://lexvo.org/id/iso639-3/bok> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bok"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Bonjo_language>,
        <http://www.mpii.de/yago/resource/Bonjo_language> ;
    skos:altLabel "Bonjo language"@en ;
    skos:definition "Bonjo is a minor Ubangian language of the Central African Republic."@en ;
    skos:inScheme lexvo: ;
    skos:notation "bok"^^xsd:string ;
    skos:prefLabel "Bonjo"@de,
        "Bonjo"@en,
        "Bonjo jezik"@hr,
        "Lenga Bonjo"@pms .

<http://lexvo.org/id/iso639-3/bon> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bon"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Bine_language>,
        <http://www.mpii.de/yago/resource/Bine_language> ;
    skos:altLabel "Bine language"@en ;
    skos:definition "Bine (Pine), or Oriomo (a name shared with Wipi), is a Papuan language of New Guinea."@en ;
    skos:inScheme lexvo: ;
    skos:notation "bon"^^xsd:string ;
    skos:prefLabel "Bine"@en .

<http://lexvo.org/id/iso639-3/boq> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "boq"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Pogaya_language>,
        <http://www.mpii.de/yago/resource/Pogaya_language> ;
    skos:altLabel "Pogaya language"@en ;
    skos:definition "Bogaya (Pogaya) is a Papuan language of Papua New Guinea."@en ;
    skos:inScheme lexvo: ;
    skos:notation "boq"^^xsd:string ;
    skos:prefLabel "Bogaya"@en .

<http://lexvo.org/id/iso639-3/bov> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bov"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Bowili_language>,
        <http://www.mpii.de/yago/resource/Bowili_language> ;
    skos:altLabel "Bowili language"@en ;
    skos:definition "The Bowili (Bowiri) language, Tuwuli (Liwuli, Siwuri, Tuwili, Tora), is spoken in the Volta Region of Ghana. It is considered one of the Ghana–Togo Mountain languages of the Kwa family."@en ;
    skos:inScheme lexvo: ;
    skos:notation "bov"^^xsd:string ;
    skos:prefLabel "Tuwuli"@de,
        "Tuwuli"@en,
        "Tuwuli jezik"@hr,
        "Lenga Tuwuli"@pms .

<http://lexvo.org/id/iso639-3/boy> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "boy"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Bodo_language_(Bantu)>,
        <http://www.mpii.de/yago/resource/Bodo_language_(Bantu)> ;
    skos:altLabel "Bodo (Central African Republic)"@en,
        "Bodo language"@en ;
    skos:definition "Bodo is a possibly extinct Bantu language of the Central African Republic. It may be part of a group of languages called \"Lebonya\"."@en ;
    skos:inScheme lexvo: ;
    skos:notation "boy"^^xsd:string ;
    skos:prefLabel "Bodo"@en .

<http://lexvo.org/id/iso639-3/bpb> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bpb"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Pasto_language>,
        <http://www.mpii.de/yago/resource/Pasto_language> ;
    skos:altLabel "Pasto language"@en ;
    skos:definition "Pasto is a Barbacoan language that was spoken by indigenous people in Ecuador. It is now extinct."@en ;
    skos:inScheme lexvo: ;
    skos:notation "bpb"^^xsd:string ;
    skos:prefLabel "Barbacoas"@en,
        "Idioma pasto"@es,
        "Pasto"@fr,
        "Пастоски јазик"@mk,
        "Пасто"@ru .

<http://lexvo.org/id/iso639-3/bph> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bph"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Botlikh_language>,
        <http://www.mpii.de/yago/resource/Botlikh_language> ;
    skos:altLabel "Botlikh language"@en ;
    skos:definition "Botlikh (also spelled Botlix) is an Andic language of the Northeast Caucasian language family spoken by the Botlikhs in the Buikhe and Ashino villages in southwestern Dagestan, Russia by approximately 5,500 people, according to a survey by Koryakov in 2006."@en ;
    skos:inScheme lexvo: ;
    skos:notation "bph"^^xsd:string ;
    skos:prefLabel "Botlic'heg"@br,
        "Botlikh"@en,
        "Botlihin kieli"@fi,
        "Botlikh"@fr,
        "Lingua botlikh"@it,
        "Ботлишки јазик"@mk,
        "Język botlichyjski"@pl,
        "Ботлихский язык"@ru,
        "Ботліська мова"@uk .

<http://lexvo.org/id/iso639-3/bpl> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bpl"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Broome_Pearling_Lugger_Pidgin>,
        <http://www.mpii.de/yago/resource/Broome_Pearling_Lugger_Pidgin> ;
    skos:definition "Broome Pearling Lugger Pidgin is a pidgin that sprung up in Broome, Western Australia in the early 20th century to facilitate communication between the various groups working in the pearling industry there—Japanese, Malays, Torres Strait Islanders, Koepangers, Hakka Chinese, Filipinos, a small number of Koreans, and local Australian Aborigines, mainly of the Bardi tribe but also Nyulnyul, Jabirrjabirr, Jukun, Yawuru and Karajarri people. Its words come primarily from the Malay language (specifically Kupang Malay), but it also took some words and grammatical features from Japanese, English (through the Pidgin English of the Aborigines), and the local Australian Aboriginal languages."@en ;
    skos:inScheme lexvo: ;
    skos:notation "bpl"^^xsd:string ;
    skos:prefLabel "Broome Pearling Lugger Pidgin"@en .

<http://lexvo.org/id/iso639-3/bpn> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bpn"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Dzao_Min_language>,
        <http://www.mpii.de/yago/resource/Dzao_Min_language> ;
    skos:altLabel "Dzao Min language"@en ;
    skos:definition "Dzao Min, or Ba Pai, is a Hmong–Mien language of China."@en ;
    skos:inScheme lexvo: ;
    skos:notation "bpn"^^xsd:string ;
    skos:prefLabel "Dzao Min"@en .

<http://lexvo.org/id/iso639-3/bpo> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bpo"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Anasi_language>,
        <http://www.mpii.de/yago/resource/Anasi_language> ;
    skos:altLabel "Anasi language"@en ;
    skos:definition "Anasi, also known as Bapu, is a Papuan language of the Indonesian province of Papua."@en ;
    skos:inScheme lexvo: ;
    skos:notation "bpo"^^xsd:string ;
    skos:prefLabel "Anasi"@en .

<http://lexvo.org/id/iso639-3/bpt> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bpt"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Barrow_Point_language>,
        <http://www.mpii.de/yago/resource/Barrow_Point_language> ;
    skos:altLabel "Barrow Point language"@en ;
    skos:definition "The Barrow Point language is a moribund Australian Aboriginal language. According to Ethnologue, there was one speaker left in 1981."@en ;
    skos:inScheme lexvo: ;
    skos:notation "bpt"^^xsd:string ;
    skos:prefLabel "Barrow Point"@en,
        "Barrow Point"@hr,
        "Барроу-пойнтский язык"@ru,
        "Barrow point"@sv .

<http://lexvo.org/id/iso639-3/bpu> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bpu"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/bong1291> ;
    skos:inScheme lexvo: ;
    skos:notation "bpu"^^xsd:string ;
    skos:prefLabel "Bongu"@en .

<http://lexvo.org/id/iso639-3/bpw> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bpw"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Bo_language_(New_Guinea)>,
        <http://www.mpii.de/yago/resource/Bo_language_(New_Guinea)> ;
    skos:altLabel "Bo (Papua New Guinea)"@en,
        "Bo language"@en ;
    skos:definition "Bo (Po, Sorimi) is a possible Left May language of New Guinea, in Sandaun and East Sepik Provinces. Its status as a separate language is uncomfirmed."@en ;
    skos:inScheme lexvo: ;
    skos:notation "bpw"^^xsd:string ;
    skos:prefLabel "Bo"@en,
        "Tok Bo"@tpi .

<http://lexvo.org/id/iso639-3/bpy> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bpy"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Bishnupriya_Manipuri_language>,
        <http://www.lingvoj.org/lang/bpy>,
        <http://www.mpii.de/yago/resource/Bishnupriya_Manipuri_language> ;
    skos:altLabel "Bishnupriya Manipuri language"@en ;
    skos:definition "The Bishnupriya or Bishnupriya Manipuri (BPM) (বিষ্ণুপ্রিয়া মণিপুরী) is an Indo-Aryan language spoken in parts of the Indian states of Assam, Tripura, Manipur and others, as well as in Bangladesh, Burma, and other countries."@en ;
    skos:inScheme lexvo: ;
    skos:notation "bpy"^^xsd:string ;
    skos:prefLabel "বিষ্ণুপ্রিয়া মণিপুরী ভাষা"@bn,
        "বিষ্ণুপ্রিয়া মণিপুরী"@bpy,
        "Bishnupriya Manipuri"@de,
        "Bishnupriya"@en,
        "Biŝnuprija lingvo"@eo,
        "Bishnupriya Manipuri"@es,
        "بیشنوپریا مانیپوری"@fa,
        "Bishnupriya Manipuri"@fr,
        "बिष्णुप्रिया मणिपुरी"@hi,
        "Bishnupriya jezik"@hr,
        "ビシュヌプリヤ・マニプリ語"@ja,
        "Lingua Bisnupriya"@la,
        "Bišnuprija manipuri kalba"@lt,
        "Bahasa Bishnupur Manipur"@ms,
        "बिष्णुप्रिया मणिपुरी"@ne,
        "मणिपुरी भाषा"@new,
        "Język bisznuprija-manipuri"@pl,
        "Bishnupriya Manipuri"@pt,
        "Бишнуприя-манипури"@ru,
        "Bišnupríja manipurí"@sk,
        "Bishnupriya manipuri"@sv,
        "பிஷ்ணுப்பிரியா மணிப்புரி மொழி"@ta,
        "ภาษาพิศนุปริยะ มณีปุรี"@th,
        "比什奴普萊利亞－曼尼浦爾語"@zh .

<http://lexvo.org/id/iso639-3/bqd> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bqd"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Bung_language>,
        <http://www.mpii.de/yago/resource/Bung_language> ;
    skos:altLabel "Bung language"@en ;
    skos:definition "The Bung language is a nearly extinct language of Cameroon spoken by 3 people (in 1995) at the village of Boung on the Adamawa Plateau. A wordlist collected for it shows its strongest resemblance to be with the Ndung dialect of Mambiloid language Kwanja, although that may simply be because this has become the villages dominant language. It also has words in common with other Mambiloid languages such as Tep, Somyev, and Vute, while a number of words origins remain unclear (possibly Adamawan). For lack of data, it is not definitively classified."@en ;
    skos:inScheme lexvo: ;
    skos:notation "bqd"^^xsd:string ;
    skos:prefLabel "Bungeg"@br,
        "Bung"@en,
        "Bung"@fi,
        "Kibung"@sw .

<http://lexvo.org/id/iso639-3/bqh> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bqh"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Baima_language>,
        <http://www.mpii.de/yago/resource/Baima_language> ;
    skos:altLabel "Baima language"@en ;
    skos:definition "Baima is a language spoken by 11,000 people of Tibetan nationality in north central Sichuan Province, China. It has vigorous use amongst adult speakers."@en ;
    skos:inScheme lexvo: ;
    skos:notation "bqh"^^xsd:string ;
    skos:prefLabel "Baima"@en,
        "Baima"@fr,
        "Baima jezik"@hr,
        "Lenga Baima"@pms,
        "Língua baima"@pt,
        "ภาษาไบมา"@th,
        "白马语"@zh .

<http://lexvo.org/id/iso639-3/bqi> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bqi"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Bakhtiari_dialect>,
        <http://www.mpii.de/yago/resource/Bakhtiari_dialect> ;
    skos:altLabel "Bakhtiari dialect"@en ;
    skos:definition "Bakhtiari dialect is a southwestern Iranian dialect, spoken by Bakhtiari people in Chaharmahal-o-Bakhtiari, western Khuzestan and parts of Isfahan and Lorestan provinces. It is closely related to the Boir-Aḥmadī, Kohgīlūya, and Mamasanī dialects in northwestern Fars. These dialects, together with the Lori dialects of Lorestan (e.g. Khorramabadi dialect), are referred to as the “Perside” southern Zagros group, or Lori dialects."@en ;
    skos:inScheme lexvo: ;
    skos:notation "bqi"^^xsd:string ;
    skos:prefLabel "Bəxtiyari dialekti"@az,
        "Bachtiarische Sprache"@de,
        "Bakhtiari"@en,
        "گویش بختیاری"@fa,
        "Bahtijarski jezik"@hr,
        "Język bachtiarski"@pl,
        "Lenga Bakhtiari"@pms .

<http://lexvo.org/id/iso639-3/bqj> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bqj"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Bandial_language>,
        <http://www.mpii.de/yago/resource/Bandial_language> ;
    skos:altLabel "Bandial language"@en ;
    skos:definition "Bandial (Banjaal), or Eegima (Eegimaa), is a Jola language of the Casamance region of Senegal. The three dialects, Affiniam, Bandial proper, and Elun (Hulon, also Kuluunaay, Kujireray) are divergent, on the border between dialects and distinct languages."@en ;
    skos:inScheme lexvo: ;
    skos:notation "bqj"^^xsd:string ;
    skos:prefLabel "Bandial"@de,
        "Bandial"@en,
        "Bandial"@fr,
        "Bandial jezik"@hr,
        "Lenga Bandial"@pms .

<http://lexvo.org/id/iso639-3/bqo> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bqo"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Balo_language>,
        <http://www.mpii.de/yago/resource/Balo_language> ;
    skos:altLabel "Balo language"@en ;
    skos:definition "Balo is a Grassfields language of Cameroon. Alunfa is distinct, and perhaps should be considered a different language."@en ;
    skos:inScheme lexvo: ;
    skos:notation "bqo"^^xsd:string ;
    skos:prefLabel "Balo"@de,
        "Balo"@en,
        "Balo jezik"@hr,
        "Lenga Balo"@pms,
        "Kibalo"@sw .

<http://lexvo.org/id/iso639-3/bqs> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bqs"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Bosmun_language>,
        <http://www.mpii.de/yago/resource/Bosmun_language> ;
    skos:altLabel "Bosmun language"@en ;
    skos:definition "Bosman (Bosmun, Bosngun) is a Ramu language of Papua New Guinea. Like Watam, it shares a number of irregular plural markers with the Lower Sepik languages, supporting the proposal of a Ramu – Lower Sepik language family."@en ;
    skos:inScheme lexvo: ;
    skos:notation "bqs"^^xsd:string ;
    skos:prefLabel "Bosngun"@en .

<http://lexvo.org/id/iso639-3/bqu> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bqu"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Guru_language>,
        <http://www.mpii.de/yago/resource/Guru_language> ;
    skos:altLabel "Guru language"@en ;
    skos:definition "Guru, or Boguru, is a poorly documented South Sudanese Bantu language of uncertain affiliation. A number of speakers are refugees in DR Congo."@en ;
    skos:inScheme lexvo: ;
    skos:notation "bqu"^^xsd:string ;
    skos:prefLabel "Boguru"@en,
        "Kiboguru"@sw .

<http://lexvo.org/id/iso639-3/bqw> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bqw"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Buru_language_(Nigeria)>,
        <http://www.mpii.de/yago/resource/Buru_language_(Nigeria)> ;
    skos:altLabel "Buru (Nigeria)"@en,
        "Buru language"@en ;
    skos:definition ":Not to be confused with the Buru language of Indonesia Buru is a Bantoid language of uncertain classification spoken in a single village in Nigeria."@en ;
    skos:inScheme lexvo: ;
    skos:notation "bqw"^^xsd:string ;
    skos:prefLabel "Buru"@de,
        "Buru"@en,
        "Buru"@hr,
        "Lenga Buru"@pms .

<http://lexvo.org/id/iso639-3/brb> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "brb"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/lave1249> ;
    skos:inScheme lexvo: ;
    skos:notation "brb"^^xsd:string ;
    skos:prefLabel "Lave"@en .

<http://lexvo.org/id/iso639-3/brd> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "brd"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Baram_language>,
        <http://www.mpii.de/yago/resource/Baram_language> ;
    skos:altLabel "Baram language"@en ;
    skos:definition "Baram (Baraamu) is a small Tibeto-Burman language of Nepal. Speakers are shifting to Nepali."@en ;
    skos:inScheme lexvo: ;
    skos:notation "brd"^^xsd:string ;
    skos:prefLabel "Baramoueg"@br,
        "Baraamu"@en .

<http://lexvo.org/id/iso639-3/brf> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "brf"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Bira_language>,
        <http://www.mpii.de/yago/resource/Bira_language> ;
    skos:altLabel "Bira language"@en ;
    skos:definition "Bera (Bira) is a Bantu language of the Democratic Republic of the Congo. It's close to Amba."@en ;
    skos:inScheme lexvo: ;
    skos:notation "brf"^^xsd:string ;
    skos:prefLabel "Bera"@en .

<http://lexvo.org/id/iso639-3/bri> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bri"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/mokp1239> ;
    skos:inScheme lexvo: ;
    skos:notation "bri"^^xsd:string ;
    skos:prefLabel "Mokpwe"@en .

<http://lexvo.org/id/iso639-3/brk> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "brk"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Birgid_language>,
        <http://www.mpii.de/yago/resource/Birgid_language> ;
    skos:altLabel "Birgid language"@en ;
    skos:definition "Birgid (also known as Birked, Birguid, Birkit, Birqed, Kajjara, Murgi) is an extinct Nubian language that was spoken in western Sudan. Thelwall mentions his last contact to old speakers of Birgid in 1972."@en ;
    skos:inScheme lexvo: ;
    skos:notation "brk"^^xsd:string ;
    skos:prefLabel "Birked"@en .

<http://lexvo.org/id/iso639-3/bro> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bro"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Brokkat_language>,
        <http://www.mpii.de/yago/resource/Brokkat_language> ;
    skos:altLabel "Brokkat language"@en ;
    skos:definition "The Brokkat language (Dzongkha: བྲོཀ་ཁ་; Wylie: Brok-kha; also called \"Brokskad\" and \"Jokay\") is an endangered Southern Tibetan language spoken by about 300 people in the village of Dhur in Bumthang Valley of Bumthang District in central Bhutan. Brokkat is spoken by descendants of pastoral yakherd communities.<ref name=vanDriem93/>"@en ;
    skos:inScheme lexvo: ;
    skos:notation "bro"^^xsd:string ;
    skos:prefLabel "Brokateg"@br,
        "Brokkat"@en,
        "Brokkat jezik"@hr,
        "Lenga Brokkat"@pms,
        "Броккат"@ru .

<http://lexvo.org/id/iso639-3/brp> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "brp"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Baropasi_language>,
        <http://www.mpii.de/yago/resource/Baropasi_language> ;
    skos:altLabel "Baropasi language"@en ;
    skos:definition "The Baropasi or Barapasi language is a member of the East Geelvink Bay languages. It is spoken in part of the Indonesian territory in Papua New Guinea. It has about 1,000 speakers."@en ;
    skos:inScheme lexvo: ;
    skos:notation "brp"^^xsd:string ;
    skos:prefLabel "Barapasi"@en .

<http://lexvo.org/id/iso639-3/brq> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "brq"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Breri_language>,
        <http://www.mpii.de/yago/resource/Breri_language> ;
    skos:altLabel "Breri language"@en ;
    skos:definition "Breri Kuanga is a Ramu language of Papua New Guinea."@en ;
    skos:inScheme lexvo: ;
    skos:notation "brq"^^xsd:string ;
    skos:prefLabel "Breri"@en .

<http://lexvo.org/id/iso639-3/brt> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "brt"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Bitare_language>,
        <http://www.mpii.de/yago/resource/Bitare_language> ;
    skos:altLabel "Bitare language"@en ;
    skos:definition "Bitare is a Tivoid language of the Cameroons."@en ;
    skos:inScheme lexvo: ;
    skos:notation "brt"^^xsd:string ;
    skos:prefLabel "Bitare"@de,
        "Bitare"@en,
        "Bitare jezik"@hr,
        "Lenga Bitare"@pms,
        "Kibitare"@sw .

<http://lexvo.org/id/iso639-3/brv> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "brv"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/west2397> ;
    skos:altLabel "Bru, Western"@en ;
    skos:inScheme lexvo: ;
    skos:notation "brv"^^xsd:string ;
    skos:prefLabel "Western Bru"@en .

<http://lexvo.org/id/iso639-3/brz> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "brz"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Bil_Bil_language>,
        <http://www.mpii.de/yago/resource/Bil_Bil_language> ;
    skos:altLabel "Bil Bil language"@en ;
    skos:definition "Bil Bil is an Austronesian language spoken by about 1200 people near Madang town, Madang Province, Papua New Guinea."@en ;
    skos:inScheme lexvo: ;
    skos:notation "brz"^^xsd:string ;
    skos:prefLabel "Bilbil"@en,
        "Bilbil jezik"@hr .

<http://lexvo.org/id/iso639-3/bsa> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bsa"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Abinomn_language>,
        <http://www.mpii.de/yago/resource/Abinomn_language> ;
    skos:altLabel "Abinomn language"@en ;
    skos:definition "The Abinomn language is a language isolate initially reported by Mark Donohue from Papua province, Indonesia. It is also known as Avinomen, Baso (deprecated), and Foia. There are about 300 speakers."@en ;
    skos:inScheme lexvo: ;
    skos:notation "bsa"^^xsd:string ;
    skos:prefLabel "Llingua Abinomn"@ast,
        "Abinomneg"@br,
        "Abinomn"@en,
        "Abinomn"@fi,
        "Abinomn"@fr,
        "Lingua abinomn"@gl,
        "Abinomn jezik"@hr,
        "Abinomn"@nl,
        "Lenga abinomn"@pms,
        "Абиномн"@ru .

<http://lexvo.org/id/iso639-3/bsf> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bsf"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Bauchi_language>,
        <http://www.mpii.de/yago/resource/Bauchi_language> ;
    skos:altLabel "Bauchi language"@en ;
    skos:definition "Bauchi (Bauci, Baushi) is a Kainji language spoken in Nigeria."@en ;
    skos:inScheme lexvo: ;
    skos:notation "bsf"^^xsd:string ;
    skos:prefLabel "Bauchi"@de,
        "Bauchi"@en,
        "Bauchi jezik"@hr,
        "Lenga Bauchi"@pms .

<http://lexvo.org/id/iso639-3/bsg> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bsg"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Bashkardi_language>,
        <http://www.mpii.de/yago/resource/Bashkardi_language> ;
    skos:altLabel "Bashkardi language"@en ;
    skos:definition "Bashkardi or Bashagerdi is a northwestern Iranian language spoken in the southeast of Iran in the provinces of Kerman, Sistan and Baluchestan, and Hormozgan."@en ;
    skos:inScheme lexvo: ;
    skos:notation "bsg"^^xsd:string ;
    skos:prefLabel "لغة باشكاردي"@ar,
        "Bachkardeg"@br,
        "Bashkardi"@en,
        "Baškardi"@fi,
        "Bashkardi"@fr,
        "Lingua bashkardi"@it,
        "Język baszkardi"@pl,
        "ภาษาบัชการ์ดี"@th .

<http://lexvo.org/id/iso639-3/bso> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bso"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Buso_language>,
        <http://www.mpii.de/yago/resource/Buso_language> ;
    skos:altLabel "Buso language"@en ;
    skos:definition "Buso (also known as Busso, Dam de Bousso, Bousso) is a nearly extinct Afro-Asiatic language spoken in western Chad."@en ;
    skos:inScheme lexvo: ;
    skos:notation "bso"^^xsd:string ;
    skos:prefLabel "Buso"@en .

<http://lexvo.org/id/iso639-3/bsp> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bsp"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/baga1272> ;
    skos:inScheme lexvo: ;
    skos:notation "bsp"^^xsd:string ;
    skos:prefLabel "Baga Sitemu"@en .

<http://lexvo.org/id/iso639-3/bsq> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bsq"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Bassa_language>,
        <http://www.mpii.de/yago/resource/Bassa_language> ;
    skos:altLabel "Bassa language"@en ;
    skos:definition "The Bassa language is a Kru language spoken by about 350,000 people in Liberia and 5,000 in Sierra Leone by Bassa people."@en ;
    skos:inScheme lexvo: ;
    skos:notation "bsq"^^xsd:string ;
    skos:prefLabel "Bassa"@de,
        "Bassa"@en,
        "Idioma bassa"@es,
        "Bassa"@fr,
        "Bassa jezik"@hr,
        "Lenga Bassa"@pms,
        "Басса"@ru .

<http://lexvo.org/id/iso639-3/bss> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bss"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Kose_language>,
        <http://www.mpii.de/yago/resource/Kose_language> ;
    skos:altLabel "Kose language"@en,
        "Akoose jezik"@hr ;
    skos:definition "The Koose language, also called Akoose, Bakossi, or Nkosi, is a Bantu language spoken by the Koose people (Bakossi, Bekoose) of Cameroon. There are many loan words from English, French and Douala."@en ;
    skos:inScheme lexvo: ;
    skos:notation "bss"^^xsd:string ;
    skos:prefLabel "أكوس"@ar,
        "akoose"@ca,
        "阿库色文"@cmn,
        "阿庫色文"@cmn-Hant,
        "akoose"@cs,
        "bakossi"@da,
        "Akoose"@de,
        "akoosiagbe"@ee,
        "Ακόσι"@el,
        "Akoose"@en,
        "akoose"@es,
        "akoose"@et,
        "koose"@fi,
        "bakossi"@fo,
        "akoose"@fr,
        "Lingua akoose"@gl,
        "אקוסה"@he,
        "akoose"@hr,
        "koszi"@hu,
        "Akoose"@id,
        "bakossi"@is,
        "akoose"@it,
        "アコース語"@ja,
        "아쿠즈어"@ko,
        "ອາຄຸດ"@lo,
        "akūsų"@lt,
        "nkosi"@lv,
        "акосе"@mk,
        "bakossi"@nb,
        "Akoose"@nl,
        "bakossi"@nn,
        "Shwóŋò pakɔsi"@nnh,
        "akose"@pl,
        "Lenga Akoose"@pms,
        "akoose"@pt,
        "akoose"@ro,
        "akoose"@sk,
        "bakossi"@sv,
        "Kiakoose"@sw,
        "อาโคซี"@th,
        "lea fakaʻakōse"@to,
        "Akoose"@tr,
        "акус"@uk,
        "Tiếng Akoose"@vi .

<http://lexvo.org/id/iso639-3/bst> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bst"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Basketo_language>,
        <http://www.mpii.de/yago/resource/Basketo_language> ;
    skos:altLabel "Basketo language"@en ;
    skos:definition "Basketo (also known as Basketto, Baskatta, Mesketo) is an Afro-Asiatic language spoken in the Basketo special woreda of the Southern Nations, Nationalities, and Peoples Region, which is part of Ethiopia. The speakers refer to the language as \"Masketo\", while their neighbors refer to it as \"Basketo.\" It has said to consist of two dialects, \"Doko\" and \"Dollo\". Besides their mother tongue, some also speak Melo, Oyda, Galila, or Gofa."@en ;
    skos:inScheme lexvo: ;
    skos:notation "bst"^^xsd:string ;
    skos:prefLabel "Basketo"@ca,
        "Basketo"@en .

<http://lexvo.org/id/iso639-3/bsx> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bsx"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Busam_language>,
        <http://www.mpii.de/yago/resource/Busam_language> ;
    skos:altLabel "Busam language"@en ;
    skos:definition "Busam is a Grassfields language of Cameroon."@en ;
    skos:inScheme lexvo: ;
    skos:notation "bsx"^^xsd:string ;
    skos:prefLabel "Busam"@de,
        "Yangkam"@en,
        "Busam jezik"@hr,
        "Lenga Busam"@pms,
        "Kibusam"@sw .

<http://lexvo.org/id/iso639-3/bta> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bta"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Bata_language>,
        <http://www.mpii.de/yago/resource/Bata_language> ;
    skos:altLabel "Bata language"@en ;
    skos:definition "Bata is an Afro-Asiatic language spoken in Nigeria in Adamawa State in the Numan, Song, Fufore, and Mubi LGAs, and in Cameroon in North Province along the border with Nigeria. Dialects are Demsa, Garoua, Jirai, Kobotachi, Malabu, Ndeewe, Ribaw, Wadi, and Zumu. It is often considered the same language as Bacama."@en ;
    skos:inScheme lexvo: ;
    skos:notation "bta"^^xsd:string ;
    skos:prefLabel "Bata"@en,
        "Kibata"@sw .

<http://lexvo.org/id/iso639-3/btf> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "btf"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Birgit_language>,
        <http://www.mpii.de/yago/resource/Birgit_language> ;
    skos:altLabel "Birgit language"@en ;
    skos:definition "Birgit (also known as Bergit, Birgid, Berguid) is an Afro-Asiatic language spoken in southeastern Chad."@en ;
    skos:inScheme lexvo: ;
    skos:notation "btf"^^xsd:string ;
    skos:prefLabel "Birgit"@en .

<http://lexvo.org/id/iso639-3/btm> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "btm"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Mandailing_language>,
        <http://www.mpii.de/yago/resource/Mandailing_language> ;
    skos:altLabel "Mandailing language"@en ;
    skos:definition "Mandailing or Batak Mandailing is an Austronesian language spoken in Indonesia, the northern island of Sumatra. The language pertains to the Malayo-Polynesian of Austronesian languages. It is written using the Latin script but historically used Batak script."@en ;
    skos:inScheme lexvo: ;
    skos:notation "btm"^^xsd:string ;
    skos:prefLabel "Batak Mandailing"@en,
        "Batak mandailing"@fr,
        "Lenga batak mandailing"@pms .

<http://lexvo.org/id/iso639-3/btn> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "btn"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Ratagnon_language>,
        <http://www.mpii.de/yago/resource/Ratagnon_language> ;
    skos:altLabel "Ratagnon language"@en ;
    skos:definition "Ratagnon (also transliterated as Latagnon or Datagnon) is a language spoken by the Ratagnon people, an indigenous group from Occidental Mindoro. Its speakers are shifting to Tagalog, and it is nearly extinct."@en ;
    skos:inScheme lexvo: ;
    skos:notation "btn"^^xsd:string ;
    skos:prefLabel "Ratagnon"@en,
        "ภาษาราตักนอน"@th .

<http://lexvo.org/id/iso639-3/bto> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bto"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Rinconada_Bikol_language>,
        <http://www.mpii.de/yago/resource/Rinconada_Bikol_language> ;
    skos:altLabel "Bikol, Rinconada"@en,
        "Rinconada Bikol language"@en ;
    skos:definition "Riŋkonāda or Rinconada Bikol is one of the several languages that compose the Inland Bikol group of the Bikol languages. It belongs to Austronesian language family that also include Māori, Hawaiian, Malagasy, Tagalog, Indonesian and Malay. The closest relatives of this language outside Bicol are Aklanon, Waray and Tagalog to the lesser extent. This is also the language adopted and used by the aboriginal or indigenous population of Agta/Aeta (Negrito) in surrounding and mountainous areas. Riŋkonāda was brought to Negritos by the Austronesian people when they began engaging in commerce and trade with them. The original language of the aboriginal people is unknown but it is believed that they have contributed some of their tribal languages to Riŋkonāda's accent, vocabularies and lexicon. Riŋkonāda is considered by most Bicolanos as one of the most difficult variety of Bikol. The name of the language is derived from the name of the place where it was originated, developed and is largely spoken: Rinconada District (in Camarines Sur province) which is formerly called as \"Sumagang\"."@en ;
    skos:inScheme lexvo: ;
    skos:notation "bto"^^xsd:string ;
    skos:prefLabel "Rinconada Bikol"@en,
        "Iriga Bicolano jezik"@hr .

<http://lexvo.org/id/iso639-3/btq> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "btq"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Batek_language>,
        <http://www.mpii.de/yago/resource/Batek_language> ;
    skos:altLabel "Batek language"@en ;
    skos:definition "Batek is an aboriginal Mon–Khmer language of Malaya. The Deq and Nong dialects may be separate languages. The small number of speakers is decreasing."@en ;
    skos:inScheme lexvo: ;
    skos:notation "btq"^^xsd:string ;
    skos:prefLabel "Batek"@en .

<http://lexvo.org/id/iso639-3/btu> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "btu"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Batu_language>,
        <http://www.mpii.de/yago/resource/Batu_language> ;
    skos:altLabel "Batu language"@en ;
    skos:definition "Batu is a Tivoid language of the Cameroons. Dialects are Amanda-Afi, Angwe, Kamino."@en ;
    skos:inScheme lexvo: ;
    skos:notation "btu"^^xsd:string ;
    skos:prefLabel "Batu"@de,
        "Batu"@en,
        "Batu jezik"@hr,
        "Lenga Batu"@pms .

<http://lexvo.org/id/iso639-3/btw> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "btw"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Butuanon_language>,
        <http://www.mpii.de/yago/resource/Butuanon_language> ;
    skos:altLabel "Butuanon language"@en ;
    skos:definition "Butuanon is an Austronesian language spoken in Agusan del Norte and Agusan del Sur, with some native speakers in Misamis Oriental and Surigao del Norte. According to an article in the Manila Times, as of 2007 Butuanon is spoken by fewer than 500 youngsters in Butuan itself."@en ;
    skos:inScheme lexvo: ;
    skos:notation "btw"^^xsd:string ;
    skos:prefLabel "Butuanon"@en,
        "ภาษาบูตัวนอน"@th .

<http://lexvo.org/id/iso639-3/bty> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bty"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Bobot_language>,
        <http://www.mpii.de/yago/resource/Bobot_language> ;
    skos:altLabel "Bobot language"@en ;
    skos:definition "Bobot is a language of the island of Seram, Indonesia."@en ;
    skos:inScheme lexvo: ;
    skos:notation "bty"^^xsd:string ;
    skos:prefLabel "Bobot"@en,
        "Bobot jezik"@hr .

<http://lexvo.org/id/iso639-3/btz> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "btz"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/bata1292> ;
    skos:inScheme lexvo: ;
    skos:notation "btz"^^xsd:string ;
    skos:prefLabel "Batak Alas-Kluet"@en .

<http://lexvo.org/id/iso639-3/bub> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bub"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Bua_language>,
        <http://www.mpii.de/yago/resource/Bua_language> ;
    skos:altLabel "Bua language"@en ;
    skos:definition "The Bua language is spoken by some 7,708 people (as of 1993) north of the Chari River around Korbol and Gabil in Chad. It is the largest member of the small Bua group of languages and is mutually comprehensible with Fanian."@en ;
    skos:inScheme lexvo: ;
    skos:notation "bub"^^xsd:string ;
    skos:prefLabel "Boueg"@br,
        "Bua"@de,
        "Bua"@en,
        "Bua jezik"@hr,
        "Lenga Bua"@pms .

<http://lexvo.org/id/iso639-3/buc> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "buc"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Bushi_language>,
        <http://www.mpii.de/yago/resource/Bushi_language> ;
    skos:altLabel "Bushi language"@en ;
    skos:definition "Bushi, Shibushi, or Kibushi is a language spoken in Madagascar and the French-ruled Comorian islands of Mayotte. In 1995, it was spoken by 806,200 people (767,000 in Madagascar and 39,200 in Mayotte)."@en ;
    skos:inScheme lexvo: ;
    skos:notation "buc"^^xsd:string ;
    skos:prefLabel "Bushi"@en,
        "Idioma bushi"@es,
        "Shibushi"@fr,
        "Fiteny Antalaotra"@mg,
        "Bushi"@nl .

<http://lexvo.org/id/iso639-3/buk> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "buk"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Bukawa_language>,
        <http://www.mpii.de/yago/resource/Bukawa_language> ;
    skos:altLabel "Bukawa language"@en ;
    skos:definition "Bukawa (also known as Bukaua, Kawac, Bugawac, Gawac) is an Austronesian language spoken by about 10,000 people (in 1978) on the coast of the Huon Gulf, Morobe Province, Papua New Guinea. The most common spelling of the name in both community and government usage is Bukawa (Eckermann 2007:1), even though it comes from the Yabem language, which served as a church and school lingua franca in the coastal areas around the Gulf for most of the 20th century. This ethnonym, which now designates Bukawa-speakers in general, derives from the name of a prominent village on the Bugawac (River Gawac) at Cape Arkona in the center of the north coast."@en ;
    skos:inScheme lexvo: ;
    skos:notation "buk"^^xsd:string ;
    skos:prefLabel "Bukawa"@de,
        "Bugawac"@en,
        "Bukawa"@fr,
        "Lenga Bugawac"@pms .

<http://lexvo.org/id/iso639-3/bun> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bun"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Sherbro_language>,
        <http://www.mpii.de/yago/resource/Sherbro_language> ;
    skos:altLabel "Sherbro language"@en ;
    skos:definition "The Sherbro language (also known as Southern Bullom, Shiba, Amampa, Mampa, and Mampwa) is an endangered language of Sierra Leone. It belongs to the Mel branch of the Niger–Congo language family. While Sherbro has more speakers than the other Bullom languages, its use is declining among the Sherbro people, in favor of English and Krio."@en ;
    skos:inScheme lexvo: ;
    skos:notation "bun"^^xsd:string ;
    skos:prefLabel "Cherbroeg"@br,
        "Sherbro"@de,
        "Sherbro"@en,
        "Sherbro jezik"@hr,
        "Lenga Sherbro"@pms,
        "Шербро"@ru .

<http://lexvo.org/id/iso639-3/buq> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "buq"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Brem_language>,
        <http://www.mpii.de/yago/resource/Brem_language> ;
    skos:altLabel "Brem language"@en ;
    skos:definition "Brem (Barem), also known as Bunabun (Bububun, Bunubun), is a Papuan language of Madang Province, Papua New Guinea."@en ;
    skos:inScheme lexvo: ;
    skos:notation "buq"^^xsd:string ;
    skos:prefLabel "Brem"@en .

<http://lexvo.org/id/iso639-3/but> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "but"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Bungain_language>,
        <http://www.mpii.de/yago/resource/Bungain_language> ;
    skos:altLabel "Bungain language"@en ;
    skos:definition "Bungain is a Torricelli language of Papua New Guinea."@en ;
    skos:inScheme lexvo: ;
    skos:notation "but"^^xsd:string ;
    skos:prefLabel "Bungain"@en .

<http://lexvo.org/id/iso639-3/buu> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "buu"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Budu_language>,
        <http://www.mpii.de/yago/resource/Budu_language> ;
    skos:altLabel "Budu language"@en ;
    skos:definition "Budu is a Bantu language spoken by the Budu people in the Wamba Territory in the Orientale Province of the Democratic Republic of the Congo. Its orthography uses the special character ɨ, ʉ, ɛ and ɔ, as well as colon ꞉ and short equal sign ꞊ for tones."@en ;
    skos:inScheme lexvo: ;
    skos:notation "buu"^^xsd:string ;
    skos:prefLabel "Budu"@en,
        "Kibudu"@sw .

<http://lexvo.org/id/iso639-3/bux> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bux"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Boghom_language>,
        <http://www.mpii.de/yago/resource/Boghom_language> ;
    skos:altLabel "Boghom language"@en ;
    skos:definition "Boghom (also known as Bogghom, Bohom, Burom, Burum, Burrum, Burma, Borrom, Boghorom, Bokiyim) is an Afro-Asiatic language spoken in Plateau State, Nigeria."@en ;
    skos:inScheme lexvo: ;
    skos:notation "bux"^^xsd:string ;
    skos:prefLabel "Boghom"@en,
        "Boghom jezik"@hr .

<http://lexvo.org/id/iso639-3/buy> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "buy"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Bullom_So_language>,
        <http://www.mpii.de/yago/resource/Bullom_So_language> ;
    skos:altLabel "Bullom So language"@en ;
    skos:definition "The Bullom So language, also called Mmani or Mandingi, is an endangered language spoken near the border between Guinea and Sierra Leone. It belongs to the Mel branch of the Niger–Congo language family and is particularly closely related to the Bom language. The people have intermarried with Temne and Susu speakers. As the few remaining speakers of Bullom So are all over 60, the language is considered moribund."@en ;
    skos:inScheme lexvo: ;
    skos:notation "buy"^^xsd:string ;
    skos:prefLabel "Soeg"@br,
        "Bullom So"@de,
        "Bullom So"@en,
        "Bullom So jezik"@hr,
        "Lenga Bullom So"@pms,
        "Буллом-со"@ru .

<http://lexvo.org/id/iso639-3/bva> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bva"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Barein_language>,
        <http://www.mpii.de/yago/resource/Barein_language> ;
    skos:altLabel "Barein language"@en ;
    skos:definition "Barein (also known as Baraïn, Guilia, Jalkia) is an Afro-Asiatic language spoken in south central Chad. Dialects are Guilia, Jalkia, Komi, and Sakaya."@en ;
    skos:inScheme lexvo: ;
    skos:notation "bva"^^xsd:string ;
    skos:prefLabel "Barein"@en .

<http://lexvo.org/id/iso639-3/bvd> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bvd"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Baeggu_language>,
        <http://www.mpii.de/yago/resource/Baeggu_language> ;
    skos:altLabel "Baeggu language"@en ;
    skos:definition "The Baeggu language (also called Baegu or Mbaenggu) is spoken by the indigenous people of the North Malaita Island in the Solomon Islands. In 1999 there were 5,900 people known to speak the language. The language is largely intelligible with Baelelea, Toabaita, and Lau."@en ;
    skos:inScheme lexvo: ;
    skos:notation "bvd"^^xsd:string ;
    skos:prefLabel "Baeggu"@en,
        "Baeggu"@fr,
        "Baeggu jezik"@hr,
        "Lenga Baeggu"@pms .

<http://lexvo.org/id/iso639-3/bve> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bve"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Berau_Malay_language>,
        <http://www.mpii.de/yago/resource/Berau_Malay_language> ;
    skos:altLabel "Berau Malay language"@en,
        "Malay, Berau"@en ;
    skos:definition "The Berau language, also known as Berau Malay, is an Austronesian language which is spoken by the Berau people in Berau Regency, East Kalimantan, Indonesia. According to the 2007 Ethnologue there are 11,200 speakers of Berau Malay."@en ;
    skos:inScheme lexvo: ;
    skos:notation "bve"^^xsd:string ;
    skos:prefLabel "Berau Malay"@en,
        "Bahasa Berau"@id,
        "Bahasa Berau"@ms,
        "Lenga Malay, Berau"@pms .

<http://lexvo.org/id/iso639-3/bvf> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bvf"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Boor_language>,
        <http://www.mpii.de/yago/resource/Boor_language> ;
    skos:altLabel "Boor language"@en ;
    skos:definition "Boor (also known as Bwara, Damraw) is an endangered Afro-Asiatic language spoken in southern Chad."@en ;
    skos:inScheme lexvo: ;
    skos:notation "bvf"^^xsd:string ;
    skos:prefLabel "Boor"@en .

<http://lexvo.org/id/iso639-3/bvg> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bvg"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Bonkeng_language>,
        <http://www.mpii.de/yago/resource/Bonkeng_language> ;
    skos:altLabel "Bonkeng language"@en ;
    skos:definition "Bonkeng is a poorly known Bantu language of Cameroon."@en ;
    skos:inScheme lexvo: ;
    skos:notation "bvg"^^xsd:string ;
    skos:prefLabel "Bonkeng"@de,
        "Bonkeng"@en,
        "Bonkeng jezik"@hr,
        "Lenga Bonkeng"@pms,
        "Kibonkeng"@sw .

<http://lexvo.org/id/iso639-3/bvh> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bvh"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Bure_language>,
        <http://www.mpii.de/yago/resource/Bure_language> ;
    skos:altLabel "Bure language"@en ;
    skos:definition "Bure (639-3 bvh, also known as Bubbure) is an Afro-Asiatic language belonging to the Bole-Tangale group of the West branch of the Chadic family. It is spoken in northern Nigeria in the village of Bure (10°31’06.16”N, 10°20’03.00”E, Kirfi Local Government, Bauchi State, Nigeria) and in some small settlements nearby. The language is used mostly by a very few speakers, of great-grandparental generation. Except for Hausa, which is lingua franca in the area, Bure is surrounded by other Chadic languages such as Gera, Giiwo and Deno (Bole group). Compared to other languages of the same group (e.g. Bole or Karekare), the endangerment of Bure is by far the most critical."@en ;
    skos:inScheme lexvo: ;
    skos:notation "bvh"^^xsd:string ;
    skos:prefLabel "Bure"@en,
        "Bure jezik"@hr .

<http://lexvo.org/id/iso639-3/bvi> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bvi"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Belanda_Viri_language>,
        <http://www.mpii.de/yago/resource/Belanda_Viri_language> ;
    skos:altLabel "Belanda Viri language"@en ;
    skos:definition "Belanda Viri (Belanda, Biri, BGamba, Gumba, Mbegumba, Mvegumba) is a Ubangian language of South Sudan."@en ;
    skos:inScheme lexvo: ;
    skos:notation "bvi"^^xsd:string ;
    skos:prefLabel "Belanda Viri"@de,
        "Belanda Viri"@en,
        "Belanda Viri jezik"@hr,
        "Lenga Belanda Viri"@pms .

<http://lexvo.org/id/iso639-3/bvl> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bvl"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Bolivian_Sign_Language>,
        <http://www.mpii.de/yago/resource/Bolivian_Sign_Language> ;
    skos:definition "Bolivian Sign Language (Lenguaje de Señas Bolivianas, LSB) is a dialect of American Sign Language (ASL) used in Bolivia."@en ;
    skos:inScheme lexvo: ;
    skos:notation "bvl"^^xsd:string ;
    skos:prefLabel "Bolivian Sign Language"@en,
        "Bolivijski znakovni jezik"@hr,
        "Boliviansk tegnspråk"@no,
        "Língua gestual boliviana"@pt .

<http://lexvo.org/id/iso639-3/bvo> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bvo"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Bolgo>,
        <http://www.mpii.de/yago/resource/Bolgo> ;
    skos:definition "The Bolgo language is a member of the Bua languages spoken in south-central Chad, in the villages of Koya, Boli, Gagne, and Bedi southeast of Melfi, by about 1,800 people (SIL 1993.) According to de Rendinger, it has two principal dialects, Bolgo Werel around Daguela and Bolgo Mengo around Aloa-Niagara, as well as a dialect called Bolgo Bormo; according to the Ethnologue, its principal dialects are called Bolgo Dugag and Bolgo Kubar (\"small\" and \"great\" Bolgo.) Great Bolgo is spoken to the north, bordering Mogum and Saba; Little Bolgo is spoken to the south, bordering the closely related language Koke as well as Chadian Arabic."@en ;
    skos:inScheme lexvo: ;
    skos:notation "bvo"^^xsd:string ;
    skos:prefLabel "Bolgoek"@br,
        "Bolgo"@de,
        "Bolgo"@en,
        "Bolgo jezik"@hr,
        "Lenga Bolgo"@pms .

<http://lexvo.org/id/iso639-3/bvv> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bvv"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Baniwa_of_Guainia>,
        <http://www.mpii.de/yago/resource/Baniwa_of_Guainia> ;
    skos:altLabel "Baniwa of Guainia"@en ;
    skos:definition "Baniwa of Guainia, or Abane (Avane), is a Maipurean language of Venezuela with a few speakers in Brazil. It is one of several languages in the region called Baniwa. Ethnologue (2009) distinguishes between \"Baniva\" for the Baniwa of Guainia and \"Baniwa\" for the Baniwa of Içana, but they are merely spelling variants, and either may be used for either language. Aikhenvald counts ≈ 200 speakers while Ethnologue reports the language is extinct; Ethnologue counts Xie Warekena in Brazil as a dialect of Guarequena rather than of Baniwa as in Aikhenvald, but this only amounts to 10 speakers."@en ;
    skos:inScheme lexvo: ;
    skos:notation "bvv"^^xsd:string ;
    skos:prefLabel "Baniva"@en,
        "Idioma yavitero"@es .

<http://lexvo.org/id/iso639-3/bvw> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bvw"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Boga_language>,
        <http://www.mpii.de/yago/resource/Boga_language> ;
    skos:altLabel "Boga language"@en ;
    skos:definition "Boga (also known as Boka) is an Afro-Asiatic language spoken in the Adamawa State of Nigeria."@en ;
    skos:inScheme lexvo: ;
    skos:notation "bvw"^^xsd:string ;
    skos:prefLabel "Bogaeg"@br,
        "Boga"@en,
        "Boga jezik"@hr .

<http://lexvo.org/id/iso639-3/bvx> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bvx"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/dibo1245> ;
    skos:inScheme lexvo: ;
    skos:notation "bvx"^^xsd:string ;
    skos:prefLabel "Dibole"@en .

<http://lexvo.org/id/iso639-3/bwb> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bwb"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Namosi-Naitasiri-Serua_language>,
        <http://www.mpii.de/yago/resource/Namosi-Naitasiri-Serua_language> ;
    skos:altLabel "Namosi-Naitasiri-Serua language"@en ;
    skos:definition "Namosi-Naitasiri-Serua is an Oceanic language spoken in Fiji by about 1600 people."@en ;
    skos:inScheme lexvo: ;
    skos:notation "bwb"^^xsd:string ;
    skos:prefLabel "Namosi-Naitasiri-Serua"@en,
        "Namosi-naitasiri-serua"@fr,
        "Namosi-Naitasiri-Serua"@hr,
        "Lenga Namosi-Naitasiri-Serua"@pms .

<http://lexvo.org/id/iso639-3/bwc> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bwc"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Bwile_language>,
        <http://www.mpii.de/yago/resource/Bwile_language> ;
    skos:altLabel "Bwile language"@en ;
    skos:definition "Bwile is a divergent Bantu language of Zambia and DR Congo. The number of speakers is unknown: Ethnologue reports 12,400 were counted in DR Congo in 2002, and the same number in the Zambian census of 1969."@en ;
    skos:inScheme lexvo: ;
    skos:notation "bwc"^^xsd:string ;
    skos:prefLabel "Bwile"@en .

<http://lexvo.org/id/iso639-3/bwh> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bwh"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Bishuo_language>,
        <http://www.mpii.de/yago/resource/Bishuo_language> ;
    skos:altLabel "Bishuo language"@en ;
    skos:definition "The Bishuo Language is a language of Cameroon. It was spoken in the North West Province, Menchum Division, Furu-Awa Subdivision, Ntjieka, Furu-Turuwa, and the Furu-Sambari villages. It was related to Bikya. It was reported by Breton 1986 that the Bishuo people had shifted to Jukun. However, there was apparently 1 remaining person who knew any Bishuo. This person was, according to Ethnologue, over 60 years old. Nevertheless, he or she is mysterious. Since this person was alive in 1986 and was reasonable elderly, he or she may be dead, and Bishuo could be an extinct language."@en ;
    skos:inScheme lexvo: ;
    skos:notation "bwh"^^xsd:string ;
    skos:prefLabel "Bischuo"@de,
        "Bishuo"@en,
        "Bishuo jezik"@hr,
        "Lenga Bishuo"@pms,
        "Kibishuo"@sw .

<http://lexvo.org/id/iso639-3/bwl> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bwl"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Bwela_language>,
        <http://www.mpii.de/yago/resource/Bwela_language> ;
    skos:altLabel "Bwela language"@en ;
    skos:definition "Bwela, or Lingi, is a poorly known Cameroonian Bantu language of uncertain affiliation."@en ;
    skos:inScheme lexvo: ;
    skos:notation "bwl"^^xsd:string ;
    skos:prefLabel "Bwela"@en .

<http://lexvo.org/id/iso639-3/bwm> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bwm"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Biwat_language>,
        <http://www.mpii.de/yago/resource/Biwat_language> ;
    skos:altLabel "Biwat language"@en ;
    skos:definition "Biwat Mundugumor is a Yuat language of Papua New Guinea."@en ;
    skos:inScheme lexvo: ;
    skos:notation "bwm"^^xsd:string ;
    skos:prefLabel "Biwat"@en .

<http://lexvo.org/id/iso639-3/bwn> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bwn"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Hm_Nai_language>,
        <http://www.mpii.de/yago/resource/Hm_Nai_language> ;
    skos:altLabel "Bunu, Wunai"@en,
        "Hm Nai language"@en ;
    skos:definition "Hm Nai (Mandarin: Wunai, Cantonese: Ng-nai) is a divergent Hmongic language spoken in western Hunan province, China. Its classification is uncertain."@en ;
    skos:inScheme lexvo: ;
    skos:notation "bwn"^^xsd:string ;
    skos:prefLabel "Wunai Bunu"@en .

<http://lexvo.org/id/iso639-3/bwt> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bwt"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Bafaw-Balong_language>,
        <http://www.mpii.de/yago/resource/Bafaw-Balong_language> ;
    skos:altLabel "Bafaw-Balong language"@en ;
    skos:definition "Bafaw-Balong is a Bantu language of Cameroon. There are two divergent varieties, Fo’ (Bafaw, Bafo, Bafowu, Afo, Nho, Lefo’) and Long (Balong, Balon, Balung, Nlong, Valongi, Bayi, Bai), which are sometimes considered distinct languages."@en ;
    skos:inScheme lexvo: ;
    skos:notation "bwt"^^xsd:string ;
    skos:prefLabel "Bafaw-Balong"@de,
        "Bafaw-Balong"@en,
        "Bafaw-Balong jezik"@hr,
        "Lenga Bafaw-Balong"@pms,
        "Kibafaw-Balong"@sw .

<http://lexvo.org/id/iso639-3/bww> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bww"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Bwa_language>,
        <http://www.mpii.de/yago/resource/Bwa_language> ;
    skos:altLabel "Bwa language"@en ;
    skos:definition "Bwa (Boa, Boua, Bua, Kibua, Kibwa, Libua, Libwali, Yewu), including the Benge (Libenge), Baati, Boganga (Boyanga), and Ligbe dialects, is a Bantu language spoken in the Democratic Republic of Congo. Pagibete is close, and might be considered a dialect."@en ;
    skos:inScheme lexvo: ;
    skos:notation "bww"^^xsd:string ;
    skos:prefLabel "Bwa"@en,
        "Kibwa"@sw .

<http://lexvo.org/id/iso639-3/bwx> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bwx"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Bu-Nao_language>,
        <http://www.mpii.de/yago/resource/Bu-Nao_language> ;
    skos:altLabel "Bu-Nao language"@en,
        "Bunu, Bu-Nao"@en ;
    skos:definition "Bu-Nao is a Hmongic (Miao) dialect cluster spoken in Guangxi, Yunnan, and Guizhou in China. Its speakers are Bunu : ethnic Yao (Mien) speakers of Miao languages."@en ;
    skos:inScheme lexvo: ;
    skos:notation "bwx"^^xsd:string ;
    skos:prefLabel "Bounoueg Bu-Nao"@br,
        "Bu-Nao Bunu"@en,
        "Lenga bunu, bu-nao"@pms,
        "布努语"@zh .

<http://lexvo.org/id/iso639-3/bwz> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bwz"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Bwisi_language>,
        <http://www.mpii.de/yago/resource/Bwisi_language> ;
    skos:altLabel "Bwisi language"@en ;
    skos:definition "Bwisi (also spelled Ibwisi, Mbwisi) is a language spoken mainly in the Kibangou District (Niari Region) of the Republic of Congo, next to the Gabon border, where it is also spoken by a minority. According to the Ethnologue, approximately 4,250 people speak the language today worldwide."@en ;
    skos:inScheme lexvo: ;
    skos:notation "bwz"^^xsd:string ;
    skos:prefLabel "Bwisi"@de,
        "Bwisi"@en,
        "Bwisi jezik"@hr,
        "Lenga Bwisi"@pms,
        "Kibwisi"@sw .

<http://lexvo.org/id/iso639-3/bxa> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bxa"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Bauro_language>,
        <http://www.mpii.de/yago/resource/Bauro_language> ;
    skos:altLabel "Bauro language"@en,
        "Tairaha"@en ;
    skos:definition "The Bauro language is a member of the family of San Cristobal languages, and is spoken in the central part of the island of Makira, formerly known as San Cristobal in the Solomon Islands."@en ;
    skos:inScheme lexvo: ;
    skos:notation "bxa"^^xsd:string ;
    skos:prefLabel "Bauro"@en,
        "Bauro jezik"@hr .

<http://lexvo.org/id/iso639-3/bxb> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bxb"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Belanda_Bor_language>,
        <http://www.mpii.de/yago/resource/Belanda_Bor_language> ;
    skos:altLabel "Belanda Bor language"@en,
        "Bor, Belanda"@en ;
    skos:definition "Belanda Bor is a Luo language of South Sudan. Most speakers also use Belanda Viri, which is a Ubangian language and not at all related."@en ;
    skos:inScheme lexvo: ;
    skos:notation "bxb"^^xsd:string ;
    skos:prefLabel "Belanda Bor"@en,
        "Lenga Belanda Bor"@pms,
        "Беланда бор језик"@sr .

<http://lexvo.org/id/iso639-3/bxe> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bxe"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Ongota_language>,
        <http://www.mpii.de/yago/resource/Ongota_language> ;
    skos:altLabel "Ongota language"@en ;
    skos:definition "Ongota (also known as Birale [ISO 639-3], Birayle) is a moribund language of southwest Ethiopia. In 2008, it was said to be in a state of decline with only 6 elderly native speakers, the rest of their small village on the west bank of the Weito River having adopted the Tsamai language instead. The grammar follows a Subject Object Verb word order. It is probably Afroasiatic, but has not been definitively classified. As of 2004, it is being studied by Aklilu Yilma of Addis Ababa University."@en ;
    skos:inScheme lexvo: ;
    skos:notation "bxe"^^xsd:string ;
    skos:prefLabel "لغة عونغوتا"@ar,
        "Ongota"@de,
        "Birale"@en,
        "Idioma ongota"@es,
        "Ongota"@fr,
        "Ongota jezik"@hr,
        "Língua ongota"@pt,
        "Онгота"@ru .

<http://lexvo.org/id/iso639-3/bxg> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bxg"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Bangala_language>,
        <http://www.mpii.de/yago/resource/Bangala_language> ;
    skos:altLabel "Bangala language"@en ;
    skos:definition "Bangala, or Ngala, is a Bantu language spoken in the northeast part of the Democratic Republic of the Congo, in South Sudan, and the extreme western part of Uganda. A divergent form of Lingala, it's used as a lingua franca by people with different languages and rarely as a first language. The estimated number of speakers varies between 2 and 3.5 million. It is spoken to the east and northeast of the area where Lingala is spoken."@en ;
    skos:inScheme lexvo: ;
    skos:notation "bxg"^^xsd:string ;
    skos:prefLabel "Bangala"@de,
        "Bangala"@en,
        "Bangala"@fr,
        "Bangala jezik"@hr,
        "Lenga Bangala"@pms,
        "Língua bangala"@pt,
        "Kibangala"@sw .

<http://lexvo.org/id/iso639-3/bxm> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bxm"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/mong1330> ;
    skos:altLabel "Buriat, Mongolia"@en ;
    skos:inScheme lexvo: ;
    skos:notation "bxm"^^xsd:string ;
    skos:prefLabel "Mongolia Buriat"@en .

<http://lexvo.org/id/iso639-3/bxn> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bxn"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Burduna_language>,
        <http://www.mpii.de/yago/resource/Burduna_language> ;
    skos:altLabel "Burduna language"@en ;
    skos:definition "Burduna, also known as Boordoona, Budina, Budoona, Buduna, Pinneegooroo, Poodena, Poordoona, Purduma, and Purduna is an aboriginal language of Australia. It is spoken in Henry and upper Lyndon rivers region according to Ethnologue. It is endangered, with only three speakers remaining as of 1981."@en ;
    skos:inScheme lexvo: ;
    skos:notation "bxn"^^xsd:string ;
    skos:prefLabel "Burduna"@en .

<http://lexvo.org/id/iso639-3/bxq> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bxq"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Beele_language>,
        <http://www.mpii.de/yago/resource/Beele_language> ;
    skos:altLabel "Beele language"@en ;
    skos:definition "Beele (also known as Bele, Àbéélé, Bellawa) is an endangered Afro-Asiatic language spoken a few villages in Bauchi State, Nigeria."@en ;
    skos:inScheme lexvo: ;
    skos:notation "bxq"^^xsd:string ;
    skos:prefLabel "Beele"@en,
        "Beele jezik"@hr .

<http://lexvo.org/id/iso639-3/bxx> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bxx"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Eborna_language>,
        <http://www.mpii.de/yago/resource/Eborna_language> ;
    skos:altLabel "Borna (Democratic Republic of Congo)"@en,
        "Eborna language"@en ;
    skos:definition "Borna, or Eborna, is a dubious Southern Bantoid language reportedly spoken in the Democratic Republic of the Congo. It may not exist, but only be another name for Boma."@en ;
    skos:inScheme lexvo: ;
    skos:notation "bxx"^^xsd:string ;
    skos:prefLabel "Eborna"@de,
        "Borna"@en,
        "Borna"@hr,
        "Lenga Borna"@pms .

<http://lexvo.org/id/iso639-3/bya> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bya"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/bata1301> ;
    skos:inScheme lexvo: ;
    skos:notation "bya"^^xsd:string ;
    skos:prefLabel "Batak"@en .

<http://lexvo.org/id/iso639-3/byb> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "byb"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Bikya_language>,
        <http://www.mpii.de/yago/resource/Bikya_language> ;
    skos:altLabel "Bikya language"@en ;
    skos:definition "Bikya (also known as Furu) is a Bantoid language isolate spoken in Cameroon. It is unknown if this language is still existent. In 1986 four surviving speakers were identified, although only one (a man in his seventies) spoke the language fluently."@en ;
    skos:inScheme lexvo: ;
    skos:notation "byb"^^xsd:string ;
    skos:prefLabel "Bikyeg"@br,
        "Bikya"@de,
        "Bikya"@en,
        "Bikya jezik"@hr,
        "ბიკიას ენა"@ka,
        "Lenga Bikya"@pms,
        "Бикья"@ru,
        "Kibikya"@sw .

<http://lexvo.org/id/iso639-3/byc> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "byc"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Ubaghara_language>,
        <http://www.mpii.de/yago/resource/Ubaghara_language> ;
    skos:altLabel "Ubaghara language"@en ;
    skos:definition "Ubaghara is a Upper Cross River language of Nigeria. 80% of speakers speak the principal dialect, Biakpan."@en ;
    skos:inScheme lexvo: ;
    skos:notation "byc"^^xsd:string ;
    skos:prefLabel "Ubaghara"@de,
        "Ubaghara"@en,
        "Ubaghara jezik"@hr,
        "Lenga Ubaghara"@pms .

<http://lexvo.org/id/iso639-3/byd> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "byd"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Nyadu%E2%80%99_language>,
        <http://www.mpii.de/yago/resource/Nyadu%E2%80%99_language> ;
    skos:altLabel "Nyadu’ language"@en ;
    skos:definition "The Nyadu’ language, Benyadu’, is a Dayak language of Borneo. It is left unclassified by Ethnologue."@en ;
    skos:inScheme lexvo: ;
    skos:notation "byd"^^xsd:string ;
    skos:prefLabel "Benyadu'"@en,
        "Sara Bakati’ jezik"@hr,
        "Lenga Sara"@nap,
        "Sara"@nl,
        "Lenga Sara"@pms .

<http://lexvo.org/id/iso639-3/bye> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bye"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Pouye_language>,
        <http://www.mpii.de/yago/resource/Pouye_language> ;
    skos:altLabel "Pouye language"@en ;
    skos:definition "Pouye (Bouye) is a language spoken in Sandaun Province, Papua New Guinea, by a thousand people, and growing."@en ;
    skos:inScheme lexvo: ;
    skos:notation "bye"^^xsd:string ;
    skos:prefLabel "Pouye"@en .

<http://lexvo.org/id/iso639-3/byf> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "byf"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Bete_language_(Nigeria)>,
        <http://www.mpii.de/yago/resource/Bete_language_(Nigeria)> ;
    skos:altLabel "Bete language"@en ;
    skos:definition "The Bete language of Nigeria is a nearly extinct language spoken by a small minority of the 3,000 inhabitants of Bete Town, Takum Local Government Authority, Taraba State; its speakers have mostly shifted to Jukun Takum. It is reported to have been close to Lufu and Bibi. It belongs in the Jukunoid subfamily of Niger–Congo, according to the Vienna and the Ethnologue (15th ed.), though the latter formerly listed it as unclassified."@en ;
    skos:inScheme lexvo: ;
    skos:notation "byf"^^xsd:string ;
    skos:prefLabel "Bete"@de,
        "Bete"@en,
        "Bete jezik"@hr,
        "Lenga Bete"@pms .

<http://lexvo.org/id/iso639-3/byg> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "byg"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Beigo_language>,
        <http://www.mpii.de/yago/resource/Beigo_language> ;
    skos:altLabel "Beigo language"@en ;
    skos:definition "Beigo (Baygo, Baigo, Bego, Beko, Béogé, Beygo) is an extinct East Sudanic language once spoken in Sudan by the Baygo tribe, numbering some 850 in the late twentieth century. Similar to Daju of Darfur indeed it is classified as part of the Western Daju family of languages."@en ;
    skos:inScheme lexvo: ;
    skos:notation "byg"^^xsd:string ;
    skos:prefLabel "Baygo"@en .

<http://lexvo.org/id/iso639-3/byh> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "byh"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Bhujel_language>,
        <http://www.mpii.de/yago/resource/Bhujel_language> ;
    skos:altLabel "Bhujel language"@en ;
    skos:definition "The Bujhyal language (also called Bhujel) is a language spoken by 5000 people in the Tanahu District of Nepal. It is a semi-tonal language, employing a complex array of affixes."@en ;
    skos:inScheme lexvo: ;
    skos:notation "byh"^^xsd:string ;
    skos:prefLabel "Bhujel"@en,
        "Bujhyalish"@gv .

<http://lexvo.org/id/iso639-3/byi> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "byi"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Buyu_language>,
        <http://www.mpii.de/yago/resource/Buyu_language> ;
    skos:altLabel "Buyu language"@en ;
    skos:definition "Buyu, or Buyi, is a Bantu language language of Lake Tanganyika that is closely related to Nyanga."@en ;
    skos:inScheme lexvo: ;
    skos:notation "byi"^^xsd:string ;
    skos:prefLabel "Buyu"@en .

<http://lexvo.org/id/iso639-3/byk> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "byk"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Biao_language>,
        <http://www.mpii.de/yago/resource/Biao_language> ;
    skos:altLabel "Biao language"@en ;
    skos:definition "The Biao language (; also known as Kang Bau or Kang Beu) is a Tai–Kadai language spoken in southwestern Huaiji County and Fengkai County, Zhaoqing, Guangdong. Variants of Biao include the Shidong 诗洞, Yonggu 永固, Qiaotou 桥头, and Dagang 大岗 dialects (Liang 2002:3). In Fengkai County, it is spoken in Chang'an 长安, Jinzhuang 金装, and Qixing 七星."@en ;
    skos:inScheme lexvo: ;
    skos:notation "byk"^^xsd:string ;
    skos:prefLabel "Biao"@en .

<http://lexvo.org/id/iso639-3/byl> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "byl"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Bayono_language>,
        <http://www.mpii.de/yago/resource/Bayono_language> ;
    skos:altLabel "Bayono language"@en ;
    skos:definition "Bayono is a recently described language spoken by a hundred people in the southeast of Papua province, Indonesia. The language is related to neighboring Awbono, with which it shares half its vocabulary, but is otherwise unclassified."@en ;
    skos:inScheme lexvo: ;
    skos:notation "byl"^^xsd:string ;
    skos:prefLabel "Bayono"@en .

<http://lexvo.org/id/iso639-3/bym> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bym"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Bidjara_language>,
        <http://www.mpii.de/yago/resource/Bidjara_language> ;
    skos:altLabel "Bidjara language"@en ;
    skos:definition "Bidjara is a nearly extinct language of Australia. Bidyara is spoken by twenty elders in Queensland, between Tambo and Augathella, Warrego and Langlo rivers (according to Ethnologue). It is an aboriginal language. It is also the only aboriginal language in eastern Australia. It is sadly shifting to English. This is an example of people not continuing to have a passion for their native language. Ruhlen (1987) said this was an extinct language."@en ;
    skos:inScheme lexvo: ;
    skos:notation "bym"^^xsd:string ;
    skos:prefLabel "Bidyara"@en .

<http://lexvo.org/id/iso639-3/byq> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "byq"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Basay_language>,
        <http://www.mpii.de/yago/resource/Basay_language> ;
    skos:altLabel "Basay language"@en ;
    skos:definition "Basay was a Formosan language spoken around modern-day Taipei in northern Taiwan by the Basay, Qauqaut, and Trobiawan peoples. Trobiawan, Linaw, and Qauqaut were other dialects (see East Formosan languages)."@en ;
    skos:inScheme lexvo: ;
    skos:notation "byq"^^xsd:string ;
    skos:prefLabel "Basayeg"@br,
        "Basay"@en,
        "Lingua Basay"@it,
        "Басајски јазик"@mk,
        "Basay"@nl,
        "Lenga Basay"@pms,
        "ภาษาบาซาย"@th,
        "巴賽語"@zh .

<http://lexvo.org/id/iso639-3/byv> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "byv"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Medumba_language>,
        <http://www.mpii.de/yago/resource/Medumba_language> ;
    skos:altLabel "Medumba language"@en,
        "Medumba"@fr,
        "Medumba jezik"@hr ;
    skos:definition "Medumba (Mədʉmba) is a Grassfields language of Cameroon."@en ;
    skos:inScheme lexvo: ;
    skos:notation "byv"^^xsd:string ;
    skos:prefLabel "medumba"@ca,
        "梅敦巴文"@cmn,
        "梅敦巴文"@cmn-Hant,
        "medumba"@cs,
        "medumba"@da,
        "Medumba"@de,
        "medumbagbe"@ee,
        "Μεντούμπα"@el,
        "Medumba"@en,
        "medumba"@es,
        "medumba"@et,
        "medumba"@fi,
        "medumba"@fr,
        "מדומבה"@he,
        "medumba"@hr,
        "medumba"@hu,
        "Medumba"@id,
        "medumba"@it,
        "メドゥンバ語"@ja,
        "메둠바어"@ko,
        "ເມດູມບາ"@lo,
        "medumbų"@lt,
        "medumbu"@lv,
        "медумба"@mk,
        "medumba"@nb,
        "Medumba"@nl,
        "Shwóŋò ngáŋtʉɔʼ"@nnh,
        "medumba"@pl,
        "Lenga Medumba"@pms,
        "medumba"@pt,
        "medumba"@ro,
        "medumba"@sk,
        "bagangte"@sv,
        "Kimedumba"@sw,
        "Kimedumba"@swh,
        "เมดุมบา"@th,
        "lea fakametūmipa"@to,
        "Medumba"@tr,
        "медумба"@uk,
        "Tiếng Medumba"@vi .

<http://lexvo.org/id/iso639-3/byz> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "byz"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Banaro_language>,
        <http://www.mpii.de/yago/resource/Banaro_language> ;
    skos:altLabel "Banaro language"@en ;
    skos:definition "Banaro is a Ramu language of Papua New Guinea."@en ;
    skos:inScheme lexvo: ;
    skos:notation "byz"^^xsd:string ;
    skos:prefLabel "Banaro"@en .

<http://lexvo.org/id/iso639-3/bzg> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bzg"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Favorlang_language>,
        <http://www.mpii.de/yago/resource/Favorlang_language> ;
    skos:altLabel "Favorlang language"@en ;
    skos:definition "Favorlang is an extinct Formosan language closely related to Babuza."@en ;
    skos:inScheme lexvo: ;
    skos:notation "bzg"^^xsd:string ;
    skos:prefLabel "Babuza"@en,
        "Фаворланшки јазик"@mk,
        "虎尾壟語"@zh .

<http://lexvo.org/id/iso639-3/bzj> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bzj"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Belizean_Creole>,
        <http://www.mpii.de/yago/resource/Belizean_Creole> ;
    skos:altLabel "Belize Kriol English"@en,
        "Belizean Kriol language"@en,
        "Kriol English, Belize"@en ;
    skos:definition "Belizean Creole English, known as Kriol by its speakers, is an English-based creole language most closely related to Miskito Coastal Creole, Limón Coastal Creole, Colón Creole, San Andrés and Providencia Creole, Guyanese Creole, Jamaican Patois and English creoles of the Caribbean show similarity as well. Kriol has about 400,000 speakers, in Belize (where it is the lingua franca and is spoken by 70% of the population) and in the Belizean diaspora, mostly in the United States."@en ;
    skos:inScheme lexvo: ;
    skos:notation "bzj"^^xsd:string ;
    skos:prefLabel "Belizská kreolština"@cs,
        "Belizean Creole"@en,
        "Criollo beliceño"@es,
        "벨리즈 크리올"@ko,
        "Belizisk kreol"@no,
        "Język kreolski Belize"@pl,
        "Crioulo belizenho"@pt .

<http://lexvo.org/id/iso639-3/bzk> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bzk"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Rama_Cay_Creole>,
        <http://www.mpii.de/yago/resource/Rama_Cay_Creole> ;
    skos:altLabel "Creole English, Nicaragua"@en,
        "Nicaragua Creole English"@en ;
    skos:definition "Rama Cay Creole is a Creole language spoken by some 8-900 people on the island of Rama Cay in eastern Nicaragua. It is based on Miskito Coast Creole with additional elements of the Chibchan language Rama and purportedly some elements of English spoken with a German accent. The creolization of the language is supposed to have happened when Moravian missionaries who were native Germans but preached in English encouraged the Rama-speaking population of the island to shift to English."@en ;
    skos:inScheme lexvo: ;
    skos:notation "bzk"^^xsd:string ;
    skos:prefLabel "Rama Cay Creole"@en .

<http://lexvo.org/id/iso639-3/bzq> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bzq"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/buli1255> ;
    skos:altLabel "Buli (Indonesia)"@en ;
    skos:inScheme lexvo: ;
    skos:notation "bzq"^^xsd:string ;
    skos:prefLabel "Buli"@en .

<http://lexvo.org/id/iso639-3/bzr> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bzr"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/biri1256> ;
    skos:inScheme lexvo: ;
    skos:notation "bzr"^^xsd:string ;
    skos:prefLabel "Biri"@en .

<http://lexvo.org/id/iso639-3/bzt> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bzt"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Brithenig>,
        <http://www.mpii.de/yago/resource/Brithenig> ;
    skos:definition "Brithenig is an invented language, or constructed language (\"conlang\"). It was created as a hobby in 1996 by Andrew Smith from New Zealand, who also invented the alternate history of Ill Bethisad to \"explain\" it."@en ;
    skos:inScheme lexvo: ;
    skos:notation "bzt"^^xsd:string ;
    skos:prefLabel "Brithenig"@an,
        "Brithenig"@ast,
        "Brithenig"@br,
        "Brithenig"@cy,
        "Brithenig"@en,
        "Brithenigo"@eo,
        "Brithenig"@es,
        "Brithenig"@fr,
        "Brithenig jezik"@hr,
        "Brithenig"@hsb,
        "Brithenig"@it,
        "Brithenig"@nl,
        "Brithenig"@pl,
        "Brithenig"@pt,
        "Brithenig"@ru,
        "Brithenig"@sc .

<http://lexvo.org/id/iso639-3/bzu> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bzu"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Burmeso_language>,
        <http://www.mpii.de/yago/resource/Burmeso_language> ;
    skos:altLabel "Burmeso language"@en ;
    skos:definition "The Burmeso language, also known as Taurap, is spoken by some 300 people along the mid Mamberamo River in Papua province, Indonesia. It forms a branch of Malcolm Rosss family of East Birds Head – Sentani languages, but had been considered a language isolate by Stephen Wurm."@en ;
    skos:inScheme lexvo: ;
    skos:notation "bzu"^^xsd:string ;
    skos:prefLabel "Bourmesoeg"@br,
        "Burmeso"@en,
        "Burmeso jezik"@hr,
        "Бурмесо"@ru .

<http://lexvo.org/id/iso639-3/bzv> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bzv"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Bebe_language>,
        <http://www.mpii.de/yago/resource/Bebe_language> ;
    skos:altLabel "Bebe language"@en,
        "Naami"@en ;
    skos:definition "Bebe is an Eastern Beboid language of Cameroon. According to Ethnologue, it's 85% lexically similar to Kemezung."@en ;
    skos:inScheme lexvo: ;
    skos:notation "bzv"^^xsd:string ;
    skos:prefLabel "Bebe"@de,
        "Bebe"@en,
        "Bebe jezik"@hr,
        "Lenga Bebe"@pms .

<http://lexvo.org/id/iso639-3/bzw> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bzw"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Basa_language>,
        <http://www.mpii.de/yago/resource/Basa_language> ;
    skos:altLabel "Basa (Nigeria)"@en,
        "Basa language"@en ;
    skos:definition "Basa, also called Abacha, Abatsa, Basa-Benue, Bassa-Komo, Bassa-Kwomu, Rubasa, and Rubassa, is a Kainji language spoken in central Nigeria, in the vicinity of Bassa, Ankpa, Nasarawa, and Kwali Local Government Areas and of the city of Makurdi."@en ;
    skos:inScheme lexvo: ;
    skos:notation "bzw"^^xsd:string ;
    skos:prefLabel "Basa"@de,
        "Basa"@en,
        "Basa"@hr,
        "Lenga Basa"@pms .

<http://lexvo.org/id/iso639-3/bzy> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bzy"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Banliku_language>,
        <http://www.mpii.de/yago/resource/Banliku_language> ;
    skos:altLabel "Banliku language"@en ;
    skos:definition "Banliku (Obanliku, Abanliku) is a Bendi (Benue–Congo) language of Nigeria."@en ;
    skos:inScheme lexvo: ;
    skos:notation "bzy"^^xsd:string ;
    skos:prefLabel "Obanliku"@de,
        "Obanliku"@en,
        "Obanliku jezik"@hr,
        "Lenga Obanliku"@pms .

<http://lexvo.org/id/iso639-3/cac> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "cac"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Chuj_language>,
        <http://www.mpii.de/yago/resource/Chuj_language> ;
    skos:altLabel "Chuj language"@en ;
    skos:definition "Chuj is one of the Mayan languages spoken by around 40,000 people in Guatemala and 10,000 in Mexico. Chuj together with the languages of Tojolabal, Mocho, Akateko, Qanjobal and Popti' form the western branch of the Mayan family of languages. Chuj created its own branch about 21 centuries ago. In Guatemala, Chuj speakers are located in three municipalities in the department of Huehuetenango. They are San Mateo Ixtatán, San Sebastián Coatán and Nentón. There is a high level of language conservation in these areas. Some communities of Barillas and Ixcán also speak Chuj in Guatemala."@en ;
    skos:inScheme lexvo: ;
    skos:notation "cac"^^xsd:string ;
    skos:prefLabel "Chuj"@cs,
        "Chuj-Sprache"@de,
        "Chuj"@en,
        "Idioma chuj"@es,
        "Chuj"@fr,
        "Čuchų kalba"@lt,
        "Чухски јазик"@mk,
        "Chuj"@nl,
        "Chuj"@no,
        "Język chuj"@pl,
        "Língua chuj"@pt,
        "Чухский язык"@ru,
        "Chuj"@sk,
        "祖赫語"@zh .

<http://lexvo.org/id/iso639-3/cah> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "cah"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Cahuarano_language>,
        <http://www.mpii.de/yago/resource/Cahuarano_language> ;
    skos:altLabel "Cahuarano language"@en ;
    skos:definition "Cahuarano is a possibly extinct indigenous American language of the Zaparoan family, spoken by a few native people in Perú along the Nanay river. Though classified as nearly extinct, it may already be extinct because its speakers have shifted to speaking Spanish."@en ;
    skos:inScheme lexvo: ;
    skos:notation "cah"^^xsd:string ;
    skos:prefLabel "Kahouaraneg"@br,
        "Cahuarano"@en,
        "Idioma cahuarano"@es,
        "Cahuarano"@fr .

<http://lexvo.org/id/iso639-3/caj> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "caj"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Chan%C3%A9_language>,
        <http://www.mpii.de/yago/resource/Chan%C3%A9_language> ;
    skos:altLabel "Chané language"@en ;
    skos:definition "Chané is an extinct language of Argentina and Bolivia. It was either a dialect of or closely related to the Terena language of the Arawakan language family. There are few data on this language. In Argentina it was spoken in Salta province."@en ;
    skos:inScheme lexvo: ;
    skos:notation "caj"^^xsd:string ;
    skos:prefLabel "Tchaneeg"@br,
        "Chané"@en,
        "Idioma chané"@es .

<http://lexvo.org/id/iso639-3/cak> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "cak"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Kaqchikel_language>,
        <http://www.mpii.de/yago/resource/Kaqchikel_language> ;
    skos:altLabel "Cakchiquel"@en,
        "Kaqchikel language"@en ;
    skos:definition "The Kaqchikel, or Kaqchiquel, language (in modern orthography; formerly also spelled Cakchiquel or Cakchiquiel) is an indigenous Mesoamerican language and a member of the Quichean–Mamean branch of the Mayan languages family. It is spoken by the indigenous Kaqchikel people in central Guatemala. It is closely related to the Kiche (Quiché) and Tz'utujil languages."@en ;
    skos:inScheme lexvo: ;
    skos:notation "cak"^^xsd:string ;
    skos:prefLabel "Cakchiquel-Sprache"@de,
        "Kaqchikel"@en,
        "Idioma kakchikel"@es,
        "Cakchiquel"@fr,
        "Kakčikelių kalba"@lt,
        "Какчикелски јазик"@mk,
        "Kaqchikel"@nl,
        "Kakchikel"@no,
        "Język kaqchikel"@pl,
        "Língua caqchiquel"@pt,
        "Kaqchikel simi"@qu,
        "Какчикельский язык"@ru,
        "Cakchiquel"@sv,
        "喀克其奎語"@zh .

<http://lexvo.org/id/iso639-3/cap> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "cap"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Chipaya_language>,
        <http://www.mpii.de/yago/resource/Chipaya_language> ;
    skos:altLabel "Chipaya language"@en ;
    skos:definition "Chipaya is a native South American language of the Uru–Chipaya language family. The only other language in the grouping, Uru, is considered by some to be a divergent dialect of Chipaya. Ethnologue lists the language vitality as \"vigorous,\" with 1200 speakers out of an ethnic population of around 1800. Chipaya has been influenced considerably by Aymara, Quechua, and more recently, Spanish, with a third of its vocabulary having been replaced by those languages."@en ;
    skos:inScheme lexvo: ;
    skos:notation "cap"^^xsd:string ;
    skos:prefLabel "Tchipayeg"@br,
        "Chipaya"@cs,
        "Chipaya"@de,
        "Chipaya"@en,
        "Idioma chipaya"@es,
        "Puquina"@fr,
        "Lingua chipaia"@gl,
        "Lenga chipaya"@pms,
        "Chipaya simi"@qu,
        "Чипайя"@ru .

<http://lexvo.org/id/iso639-3/caw> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "caw"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Kallawaya_language>,
        <http://www.mpii.de/yago/resource/Kallawaya_language> ;
    skos:altLabel "Kallawaya language"@en ;
    skos:definition "Kallawaya, also Callahuaya or Callawalla is an endangered, secret, mixed language in Bolivia. It is spoken by the Kallawaya people, a group of traditional itinerant healers in the Andes in their medicinal healing practice."@en ;
    skos:inScheme lexvo: ;
    skos:notation "caw"^^xsd:string ;
    skos:prefLabel "Callawalla"@bar,
        "Kallawaya"@cs,
        "Callawalla"@en,
        "Kallawaya"@fr,
        "칼라와야어"@ko,
        "Kaljavajų kalba"@lt,
        "Кальяуайя"@ru .

<http://lexvo.org/id/iso639-3/caz> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "caz"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Canichana_language>,
        <http://www.mpii.de/yago/resource/Canichana_language> ;
    skos:altLabel "Canichana language"@en ;
    skos:definition "Canichana, or Canesi, is a possible language isolate of Bolivia (department Beni). As of 1991 there were 500 Canichana people, but only 20 spoke the Canichana language; by 2000 the ethnic population was 583, but the language was extinct."@en ;
    skos:inScheme lexvo: ;
    skos:notation "caz"^^xsd:string ;
    skos:prefLabel "Canichana"@en,
        "Idioma canichana"@es,
        "Canichana"@fr,
        "Каничански јазик"@mk,
        "Lenga canichana"@pms,
        "Canichana"@pt .

<http://lexvo.org/id/iso639-3/cbb> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "cbb"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Cabiyari_language>,
        <http://www.mpii.de/yago/resource/Cabiyari_language> ;
    skos:altLabel "Cabiyari language"@en ;
    skos:definition "Cabiyarí (Caviyari) is an Arawakan language spoken along the Cananarí River in the Vaupes Region of Colombia in north western South America. The name is also spelled Cabiuarí, Cauyarí, Kauyarí, Cuyare, Kawillary."@en ;
    skos:inScheme lexvo: ;
    skos:notation "cbb"^^xsd:string ;
    skos:prefLabel "Cabiyarí"@en .

<http://lexvo.org/id/iso639-3/cbc> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "cbc"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/cara1272> ;
    skos:inScheme lexvo: ;
    skos:notation "cbc"^^xsd:string ;
    skos:prefLabel "Carapana"@en .

<http://lexvo.org/id/iso639-3/cbe> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "cbe"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Chipiajes_language>,
        <http://www.mpii.de/yago/resource/Chipiajes_language> ;
    skos:altLabel "Chipiajes language"@en ;
    skos:definition "Chipiajes is an extinct unclassified language of Colombia. The people survive as a Saliba surname; Chipiajes is also a common name among the Guahibo."@en ;
    skos:inScheme lexvo: ;
    skos:notation "cbe"^^xsd:string ;
    skos:prefLabel "Chipiajes"@en .

<http://lexvo.org/id/iso639-3/cbh> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "cbh"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Cagua_language>,
        <http://www.mpii.de/yago/resource/Cagua_language> ;
    skos:altLabel "Cagua language"@en ;
    skos:definition "Cagua is an extinct unclassified language of Colombia."@en ;
    skos:inScheme lexvo: ;
    skos:notation "cbh"^^xsd:string ;
    skos:prefLabel "Cagua"@en,
        "Cagua jezik"@hr .

<http://lexvo.org/id/iso639-3/cby> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "cby"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Carabayo_language>,
        <http://www.mpii.de/yago/resource/Carabayo_language> ;
    skos:altLabel "Carabayo language"@en ;
    skos:definition "The Carabayo (Yuri, Aroje) are an uncontacted Amazonian people of Colombia living in at least three long houses, one of several suspected uncontacted peoples living along the Rio Puré (now the Río Puré National Park) in the southeastern corner of the country. They are known as the Aroje to the Bora people. Maku and Macusa are pejorative Arawak terms applied to many local languages, not anything specific to Carabayo."@en ;
    skos:inScheme lexvo: ;
    skos:notation "cby"^^xsd:string ;
    skos:prefLabel "Karabayeg"@br,
        "Carabayo"@en,
        "Idioma carabayo"@es,
        "Carabayo jezik"@hr .

<http://lexvo.org/id/iso639-3/ccc> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ccc"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Chamicuro_language>,
        <http://www.mpii.de/yago/resource/Chamicuro_language> ;
    skos:altLabel "Chamicuro language"@en ;
    skos:definition "Chamicuro is a critically endangered indigenous American language spoken by only 8 of aboriginal people in South America. The language is of the Chamicuro people who number between 10 and 20. The Chamicuros live on a tributary of the Huallaga river, in Perú, in an area called Pampa Hermosa, meaning beautiful plains."@en ;
    skos:inScheme lexvo: ;
    skos:notation "ccc"^^xsd:string ;
    skos:prefLabel "Tchamikoureg"@br,
        "Chamicuro"@en,
        "Chamicuro"@es,
        "Chamicuro"@fr,
        "Chamicura"@hr,
        "Lingua chamicura"@it,
        "Lenga chamicuro"@pms,
        "Chamikuru"@qu .

<http://lexvo.org/id/iso639-3/ccd> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ccd"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Cafund%C3%B3_language>,
        <http://www.mpii.de/yago/resource/Cafund%C3%B3_language> ;
    skos:altLabel "Cafundó language"@en,
        "Creole, Cafundo"@en ;
    skos:definition "Cafundó, or Cupópia, is a secret language spoken in the village of Cafundó, São Paulo (Brazil). The language is structurally similar to Portuguese, with a large number of Bantu words in its lexicon."@en ;
    skos:inScheme lexvo: ;
    skos:notation "ccd"^^xsd:string ;
    skos:prefLabel "Cafundo Creole"@en,
        "Lingua cupopia"@gl,
        "Cafundo kreolski jezik"@hr,
        "Cupópia"@pt .

<http://lexvo.org/id/iso639-3/cce> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "cce"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Chopi_language>,
        <http://www.mpii.de/yago/resource/Chopi_language> ;
    skos:altLabel "Chopi language"@en ;
    skos:definition "Chopi, also spelled Copi, Tschopi, and Txopi, is a Bantu language spoken along the southern coast of Mozambique."@en ;
    skos:inScheme lexvo: ;
    skos:notation "cce"^^xsd:string ;
    skos:prefLabel "Chopi"@en,
        "Língua chope"@pt,
        "Kichopi"@sw .

<http://lexvo.org/id/iso639-3/cch> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "cch"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Atsam_language>,
        <http://www.mpii.de/yago/resource/Atsam_language> ;
    skos:altLabel "Atsam language"@en,
        "Atsam jezik"@hr ;
    skos:definition "Atsam, also known as Cawai (Chawai) is a Kainji language of Nigeria."@en ;
    skos:inScheme lexvo: ;
    skos:notation "cch"^^xsd:string ;
    skos:prefLabel "الأتسام"@ar,
        "atsamca"@az,
        "атсам"@bg,
        "আত্সাম"@bn,
        "आत्सम"@brx,
        "atsam"@bs,
        "атсамски"@bs-Cyrl,
        "atsam"@ca,
        "阿灿文"@cmn,
        "阿燦文"@cmn-Hant,
        "atsam"@cs,
        "Atsameg"@cy,
        "atsam"@da,
        "Atsam"@de,
        "Ατσάμ"@el,
        "Atsam"@en,
        "atsam"@es,
        "atsami"@et,
        "atsam"@fi,
        "atsam"@fr,
        "Atsam"@gsw,
        "અત્સમ"@gu,
        "אטסם"@he,
        "अत्सम"@hi,
        "atsam"@hr,
        "atszam"@hu,
        "Atsam"@id,
        "atsam"@is,
        "atsam"@it,
        "チャワイ語"@ja,
        "ಅಟ್ಸಮ್"@kn,
        "아삼어"@ko,
        "اتسَم"@ks,
        "ອາດແຊມ"@lo,
        "atsamų"@lt,
        "atsamu"@lv,
        "ацам"@mk,
        "അറ്റ്സാം"@ml,
        "अत्सम"@mr,
        "Atsam"@mt,
        "atsam"@nb,
        "Atsam"@nl,
        "atsam"@nn,
        "ଆତ୍ସମ୍"@or,
        "atsam"@pl,
        "Lenga Atsam"@pms,
        "atsam"@pt,
        "atsam"@rm,
        "atsam"@ro,
        "атсам"@ru,
        "atsam"@sk,
        "Атсамски"@sr,
        "Atsam"@sr-Latn,
        "atsam"@sv,
        "ஆட்சம்"@ta,
        "అట్సామ్"@te,
        "แอตแซม"@th,
        "Atsam"@tr,
        "атсам"@uk,
        "Tiếng Atsam"@vi .

<http://lexvo.org/id/iso639-3/ccj> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ccj"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Kasanga_language>,
        <http://www.mpii.de/yago/resource/Kasanga_language> ;
    skos:altLabel "Kasanga language"@en ;
    skos:definition "Kasanga (Cassanga) or Haal is a Senegambian language of Guinea-Bissau."@en ;
    skos:inScheme lexvo: ;
    skos:notation "ccj"^^xsd:string ;
    skos:prefLabel "Kasangeg"@br,
        "Kasanga"@de,
        "Kasanga"@en,
        "Kasanga jezik"@hr,
        "카상가어"@ko,
        "Lenga Kasanga"@pms .

<http://lexvo.org/id/iso639-3/cco> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "cco"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/coma1246> ;
    skos:altLabel "Chinantec, Comaltepec"@en ;
    skos:inScheme lexvo: ;
    skos:notation "cco"^^xsd:string ;
    skos:prefLabel "Comaltepec Chinantec"@en .

<http://lexvo.org/id/iso639-3/ccp> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ccp"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Chakma_language>,
        <http://www.mpii.de/yago/resource/Chakma_language> ;
    skos:altLabel "Chakma language"@en ;
    skos:definition "Chakma language (Changma Vaj or Changma Kodha) is an Indo-European language spoken by the Chakma people. Its better-known closest relatives are Bengali, Assamese, Chittagonian, Bishnupriya Manipuri, Tanchangya, Rohingya and Sylheti. It is spoken by nearly 310,000 people in southeast Bangladesh near Chittagong City, and another 300,000 in India in Mizoram, Assam, and Tripura. It is written using the Chakma script, which is also called   Ajhā pāṭh, sometimes romanized Ojhopath. Literacy in Chakma script is low."@en ;
    skos:inScheme lexvo: ;
    skos:notation "ccp"^^xsd:string ;
    skos:prefLabel "চাকমা ভাষা"@bn,
        "Chakma"@de,
        "Chakma"@en,
        "Changma kodha"@fr,
        "Język czakma"@pl,
        "Língua chakma"@pt .

<http://lexvo.org/id/iso639-3/ccr> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ccr"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Cacaopera_language>,
        <http://www.mpii.de/yago/resource/Cacaopera_language> ;
    skos:altLabel "Cacaopera language"@en ;
    skos:definition "Cacaopera is an extinct language belonging to the Misumalpan family, formerly spoken in the department of Morazán in El Salvador. It was closely related to Matagalpa, and slightly more distantly to Sumo, but was geographically separated from other Misumalpan languages."@en ;
    skos:inScheme lexvo: ;
    skos:notation "ccr"^^xsd:string ;
    skos:prefLabel "Cacaopera"@en,
        "Cacaopera"@es .

<http://lexvo.org/id/iso639-3/cde> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "cde"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Chenchu_language>,
        <http://www.mpii.de/yago/resource/Chenchu_language> ;
    skos:altLabel "Chenchu language"@en ;
    skos:definition "Chenchu language is a Dravidian language which belongs to the Telugu branch of its South-Central family. This language is spoken mostly in Andhra Pradesh state in India. This language is spoken by about 28,754 persons (1981 census) of the Chenchu Aboriginal forests hunter-gatherer tribe. It is also called as Chenchukulam, Chenchwar, Chenswar or Choncharu."@en ;
    skos:inScheme lexvo: ;
    skos:notation "cde"^^xsd:string ;
    skos:prefLabel "Thenchoueg"@br,
        "Chenchu"@en,
        "Chenchu"@sv,
        "செஞ்சு மொழி"@ta .

<http://lexvo.org/id/iso639-3/cdn> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "cdn"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/chau1259> ;
    skos:inScheme lexvo: ;
    skos:notation "cdn"^^xsd:string ;
    skos:prefLabel "Chaudangsi"@en .

<http://lexvo.org/id/iso639-3/cdr> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "cdr"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Kamuku_language>,
        <http://www.mpii.de/yago/resource/Kamuku_language> ;
    skos:altLabel "Cinda-Regi-Tiyal"@en ;
    skos:definition "Kamuku is a Kainji language of Nigeria. The three dialects, Cinda, Regi, and Tiyal, are close."@en ;
    skos:inScheme lexvo: ;
    skos:notation "cdr"^^xsd:string ;
    skos:prefLabel "Kamuku"@de,
        "Kamuku language"@en,
        "Cinda-Regi-Tiyal jezik"@hr,
        "Lenga Cinda-Regi-Tiyal"@pms .

<http://lexvo.org/id/iso639-3/cdy> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "cdy"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Chadong_language>,
        <http://www.mpii.de/yago/resource/Chadong_language> ;
    skos:altLabel "Chadong language"@en ;
    skos:definition "The Chadong language (also called Chaodong) is a Kam–Sui language spoken mainly in Chadong Township, Lingui County, Guilin, northeastern Guangxi, China. It is most closely related to the Maonan language. Chadong has only been recently described by Chinese linguist Jinfang Li in the 1990s and 2000s."@en ;
    skos:inScheme lexvo: ;
    skos:notation "cdy"^^xsd:string ;
    skos:prefLabel "Chadong"@en,
        "Chadong"@fr .

<http://lexvo.org/id/iso639-3/ceg> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ceg"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Chamacoco_language>,
        <http://www.mpii.de/yago/resource/Chamacoco_language> ;
    skos:altLabel "Chamacoco language"@en ;
    skos:definition "Chamacoco is a Zamucoan language spoken in Paraguay and maybe Brazil by the Chamacoco people. It is also known as Xamicoco or Xamacoco, although the tribe itself prefers the name Ishír, which is also spelled Ishiro or Jewyo. It is spoken by a traditionally hunter-gatherer society that has now turned to agriculture. Its speakers are of all ages, and generally do not speak Spanish or Guarani well."@en ;
    skos:inScheme lexvo: ;
    skos:notation "ceg"^^xsd:string ;
    skos:prefLabel "Tchamakokoeg"@br,
        "Chamacoco"@en,
        "Čamakokų kalba"@lt .

<http://lexvo.org/id/iso639-3/cet> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "cet"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Jalaa_language>,
        <http://www.mpii.de/yago/resource/Jalaa_language> ;
    skos:altLabel "Jalaa language"@en ;
    skos:definition "Jalaa (autonym bàsàrə̀n dà jàlààbè̩) Centúúm or Cen Tuum is an endangered language of northeastern Nigeria (Loojaa settlement in Balanga Local Government Area, Bauchi State), of uncertain (possibly Niger–Congo) origins. It is nearly extinct; the ethnic group has come to use the Bwilim dialect of Cham in daily life, and the few remaining speakers of Jalaa, all elderly, are much more fluent in Cham than in Jalaa."@en ;
    skos:inScheme lexvo: ;
    skos:notation "cet"^^xsd:string ;
    skos:prefLabel "Kentumeg"@br,
        "Centúúm"@en,
        "Idioma centúúm"@es,
        "Jalaa hizkuntza"@eu,
        "Jalaa"@fr,
        "Джалаа"@ru .

<http://lexvo.org/id/iso639-3/cfa> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "cfa"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Dijim-Bwilim_language>,
        <http://www.mpii.de/yago/resource/Dijim-Bwilim_language> ;
    skos:altLabel "Dijim-Bwilim language"@en ;
    skos:definition "Dijim-Bwilim is one of the Savanna languages of eastern Nigeria. Its name is merely a compound of its two dialects, Dijim and Bwilim. A tonal language, it has a whistled register."@en ;
    skos:inScheme lexvo: ;
    skos:notation "cfa"^^xsd:string ;
    skos:prefLabel "Dijim-Bwilim"@en,
        "Dijim-Bwilim jezik"@hr .

<http://lexvo.org/id/iso639-3/cfd> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "cfd"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Cara_language>,
        <http://www.mpii.de/yago/resource/Cara_language> ;
    skos:altLabel "Cara language"@en ;
    skos:definition "Cara (Chara), also called Teriya after the village it is spoken in, is a small Plateau language of Nigeria."@en ;
    skos:inScheme lexvo: ;
    skos:notation "cfd"^^xsd:string ;
    skos:prefLabel "Cara"@de,
        "Cara"@en,
        "Cara jezik"@hr,
        "Lenga Cara"@pms .

<http://lexvo.org/id/iso639-3/cfg> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "cfg"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Como_Karim_language>,
        <http://www.mpii.de/yago/resource/Como_Karim_language> ;
    skos:altLabel "Como Karim language"@en ;
    skos:definition "Como Karim (Chomo / Shomo, Kirim) is a Jukunoid language of Nigeria."@en ;
    skos:inScheme lexvo: ;
    skos:notation "cfg"^^xsd:string ;
    skos:prefLabel "Como Karim"@de,
        "Como Karim"@en,
        "Como Karim jezik"@hr,
        "Lenga Como Karim"@pms .

<http://lexvo.org/id/iso639-3/cfm> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "cfm"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Falam_language>,
        <http://www.mpii.de/yago/resource/Falam_language> ;
    skos:altLabel "Chin, Falam"@en,
        "Falam language"@en ;
    skos:definition "Falam, also known as Falam Chin, Falam Lai, Zahau, and Laiţawng, is a Kukish language of Burma and India."@en ;
    skos:inScheme lexvo: ;
    skos:notation "cfm"^^xsd:string ;
    skos:prefLabel "Falam Chin"@en,
        "Falam Chin jezik"@hr .

<http://lexvo.org/id/iso639-3/cgc> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "cgc"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Kagayanen_language>,
        <http://www.mpii.de/yago/resource/Kagayanen_language> ;
    skos:altLabel "Kagayanen language"@en ;
    skos:definition "The Kagayanen language is spoken in the province of Palawan in the Philippines."@en ;
    skos:inScheme lexvo: ;
    skos:notation "cgc"^^xsd:string ;
    skos:prefLabel "Kagayanen"@en .

<http://lexvo.org/id/iso639-3/cgk> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "cgk"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Chocangaca_language>,
        <http://www.mpii.de/yago/resource/Chocangaca_language> ;
    skos:altLabel "Chocangaca language"@en ;
    skos:definition "Chocangacakha (Dzongkha: ཁྱོད་ཅ་ང་ཅ་ཁ་; Wylie: Khyod-ca-nga-ca-kha; also called \"Cho-ca-nga-ca-kha,\" \"Kursmadkha,\" \"Maphekha,\" \"Rtsamangpaikha,\" and \"Tsagkaglingpaikha\") is a Southern Tibetan language spoken by about 20,000 people in the Kurichu Valley of Lhuntse and Mongar Districts in eastern Bhutan. Chocangacakha is a \"sister language\" to Dzongkha, however under pressure to assimilate into the mainstream Dzongkha speaking Ngalop culture, this proximity has resulted in significant loss of its particularly distinctive \"Kurichu linguistic substrait.\""@en ;
    skos:inScheme lexvo: ;
    skos:notation "cgk"^^xsd:string ;
    skos:prefLabel "Tchocangatchakeg"@br,
        "Chocangacakha"@en,
        "Chocangacakha jezik"@hr,
        "Lenga Chocangacakha"@pms .

<http://lexvo.org/id/iso639-3/chw> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "chw"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Chuwabu_language>,
        <http://www.mpii.de/yago/resource/Chuwabu_language> ;
    skos:altLabel "Chuwabu language"@en ;
    skos:definition "Chuwabo, also known as Cuabo and Txuwabo, is a Bantu language spoken along the central coast of Mozambique."@en ;
    skos:inScheme lexvo: ;
    skos:notation "chw"^^xsd:string ;
    skos:prefLabel "Chuwabu"@en,
        "Kichuwabu"@sw .

<http://lexvo.org/id/iso639-3/cia> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "cia"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Cia-Cia_language>,
        <http://www.mpii.de/yago/resource/Cia-Cia_language> ;
    skos:altLabel "Cia-Cia language"@en ;
    skos:definition "The Cia-Cia language (Roman: Bahasa Ciacia), also known as South Buton(ese), is an Austronesian language spoken principally around the town of Bau-Bau on the southern tip of Buton Island off the southeast coast of Sulawesi in Indonesia."@en ;
    skos:inScheme lexvo: ;
    skos:notation "cia"^^xsd:string ;
    skos:prefLabel "Cia-Cia"@ca,
        "Cia-Cia"@en,
        "Lingvo Ĉia-Ĉia"@eo,
        "Idima cia-cia"@es,
        "Txia-txia hizkuntza"@eu,
        "Cia-Cia"@fi,
        "Cia-cia"@fr,
        "Bahasa Cia-Cia"@id,
        "Lingua cia-cia"@it,
        "チアチア語"@ja,
        "찌아찌아어"@ko,
        "Fiteny cia-cia"@mg,
        "Bahasa Cia-Cia"@ms,
        "Cia-Cia gú"@nan,
        "Język cia-cia"@pl,
        "Lenga cia-cia"@pms,
        "Língua cia-cia"@pt,
        "Чиа-чиа"@ru,
        "Cia-Cia"@sv,
        "吉阿吉阿語"@zh .

<http://lexvo.org/id/iso639-3/cie> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "cie"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Cineni_language>,
        <http://www.mpii.de/yago/resource/Cineni_language> ;
    skos:altLabel "Cineni language"@en ;
    skos:definition "Cineni is an Afro-Asiatic language spoken in Borno State, Nigeria in the single village of Cineni."@en ;
    skos:inScheme lexvo: ;
    skos:notation "cie"^^xsd:string ;
    skos:prefLabel "Sinenieg"@br,
        "Cineni"@en,
        "Cineni jezik"@hr .

<http://lexvo.org/id/iso639-3/cim> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "cim"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Cimbrian_language>,
        <http://www.mpii.de/yago/resource/Cimbrian_language> ;
    skos:altLabel "Cimbrian language"@en ;
    skos:definition "Cimbrian ( or ; ) refers to any of several local Upper German varieties spoken in northeastern Italy. The speakers of the language are known as Zimbern."@en ;
    skos:inScheme lexvo: ;
    skos:notation "cim"^^xsd:string ;
    skos:prefLabel "Boarische Schbråchinsln"@bar,
        "Tsimbreg"@br,
        "Zimbrisch"@de,
        "Cimbrian"@en,
        "Cimbra lingvo"@eo,
        "Cimbre"@fr,
        "Lingua cimbra"@it,
        "Zimbern"@nl,
        "Zimbrisk"@no,
        "Lenga cimbrian-a"@pms,
        "Цимбрский язык"@ru,
        "Łéngua cinbra"@vec .

<http://lexvo.org/id/iso639-3/cin> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "cin"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Cinta_Larga_language>,
        <http://www.mpii.de/yago/resource/Cinta_Larga_language> ;
    skos:altLabel "Cinta Larga language"@en ;
    skos:definition "Cinta Larga is a Tupian dialect cluster of Brazil, the largest language of the Monde branch."@en ;
    skos:inScheme lexvo: ;
    skos:notation "cin"^^xsd:string ;
    skos:prefLabel "Cinta Larga"@en .

<http://lexvo.org/id/iso639-3/cip> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "cip"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Chiapanec_language>,
        <http://www.mpii.de/yago/resource/Chiapanec_language> ;
    skos:altLabel "Chiapanec language"@en ;
    skos:definition "Chiapanec is the name of an indigenous Mexican language of the Oto-Manguean language family. The 1990 census reported 17 speakers of the language in southern Chiapas out of an ethnic population of 32, but later investigations failed to find any speakers."@en ;
    skos:inScheme lexvo: ;
    skos:notation "cip"^^xsd:string ;
    skos:prefLabel "Chiapanec"@en,
        "Idioma chiapaneco"@es,
        "Chiapanekisk"@no,
        "Чьяпанек"@ru .

<http://lexvo.org/id/iso639-3/cir> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "cir"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/tiri1258> ;
    skos:altLabel "Haméa"@en,
        "Tiri"@en ;
    skos:inScheme lexvo: ;
    skos:notation "cir"^^xsd:string ;
    skos:prefLabel "Méa"@en .

<http://lexvo.org/id/iso639-3/cja> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "cja"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/west2650> ;
    skos:altLabel "Cham, Western"@en ;
    skos:inScheme lexvo: ;
    skos:notation "cja"^^xsd:string ;
    skos:prefLabel "Western Cham"@en .

<http://lexvo.org/id/iso639-3/cje> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "cje"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/chru1239> ;
    skos:inScheme lexvo: ;
    skos:notation "cje"^^xsd:string ;
    skos:prefLabel "Chru"@en .

<http://lexvo.org/id/iso639-3/cjh> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "cjh"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/uppe1439> ;
    skos:altLabel "Chehalis, Upper"@en ;
    skos:inScheme lexvo: ;
    skos:notation "cjh"^^xsd:string ;
    skos:prefLabel "Upper Chehalis"@en .

<http://lexvo.org/id/iso639-3/cjk> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "cjk"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Chokwe_language>,
        <http://www.mpii.de/yago/resource/Chokwe_language> ;
    skos:altLabel "Chokwe language"@en ;
    skos:definition "Chokwe is the Bantu language spoken by the Chokwe people of the Democratic Republic of the Congo, Angola and Zambia. It is recognized as a national language of Angola, where about 456,000 people spoke it as of 1991. Another half a million speakers lived in the Congo in 1990, and some 44,200 in Zambia as of 1986. Angola's Instituto de Línguas Nacionais (National Languages Institute) has established spelling rules for Chokwe with a view to facilitate and promote its use. It is used as a lingua franca in eastern Angola."@en ;
    skos:inScheme lexvo: ;
    skos:notation "cjk"^^xsd:string ;
    skos:prefLabel "Chokwe"@en,
        "Idioma chokwe"@es,
        "Tchokwé"@fr,
        "チョクウェ語"@ja,
        "Côkwe"@pt,
        "Kichokwe"@sw .

<http://lexvo.org/id/iso639-3/cjm> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "cjm"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/east2563> ;
    skos:altLabel "Cham, Eastern"@en ;
    skos:inScheme lexvo: ;
    skos:notation "cjm"^^xsd:string ;
    skos:prefLabel "Eastern Cham"@en .

<http://lexvo.org/id/iso639-3/cjv> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "cjv"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/chua1250> ;
    skos:inScheme lexvo: ;
    skos:notation "cjv"^^xsd:string ;
    skos:prefLabel "Chuave"@en .

<http://lexvo.org/id/iso639-3/cjy> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "cjy"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Jin_Chinese>,
        <http://www.mpii.de/yago/resource/Jin_Chinese> ;
    skos:altLabel "Chinese, Jinyu"@en,
        "Jinyu Chinese"@en ;
    skos:definition "Jin , or Jinese, Jinhua or Jin-yu, is a subdivision of spoken Chinese. Its exact status is disputed among linguists; some prefer to classify it under Mandarin, while others set it apart as an independent branch."@en ;
    skos:inScheme lexvo: ;
    skos:notation "cjy"^^xsd:string ;
    skos:prefLabel "Djineg"@br,
        "Jin"@de,
        "Jin Chinese"@en,
        "Ĵina lingvo"@eo,
        "Chino jin"@es,
        "Jinyu"@fr,
        "Jinish"@gv,
        "晋語"@ja,
        "진어"@ko,
        "Jin"@no,
        "Język jin"@pl,
        "Jin"@sv,
        "晉語"@yue,
        "晋语"@zh .

<http://lexvo.org/id/iso639-3/ckb> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ckb"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Soran%C3%AE>,
        <http://www.mpii.de/yago/resource/Soran%C3%AE> ;
    skos:altLabel "kurdština (sorání)"@cs,
        "Sorani"@da,
        "Central Kurdish"@en,
        "Kurdish, Central"@en,
        "Sorani Kurdish"@en,
        "Soraniera"@eu,
        "کردی سورانی"@fa,
        "Soranî"@fi,
        "Sorani"@fr,
        "Kurdi Sorani"@id,
        "クルド語[ソラニー]"@ja,
        "sorani kurdyjski"@pl,
        "Língua sorâni"@pt,
        "Sorâni curdo"@pt,
        "сорани курдский"@ru,
        "soranisk kurdiska"@sv,
        "சொரானி குர்திஷ்"@ta,
        "ภาษาเคิร์ดตอนกลาง"@th,
        "курдська (сорані)"@uk ;
    skos:definition "Soranî ( Soranî ; also called Central Kurdish) is the name of a Kurdish language that is spoken in Iran and Iraq. Soranî is one of the main Kurdish languages, which are a branch of the Iranian languages."@en ;
    skos:inScheme lexvo: ;
    skos:notation "ckb"^^xsd:string ;
    skos:prefLabel "Sorani Koerdies"@af,
        "የሶራኒ ኩርድኛ"@am,
        "السريانية الكردية"@ar,
        "кюрдски [сорани]"@bg,
        "সোরানি কুর্দিশ"@bn,
        "kurdeg sorani"@br,
        "kurd sorani"@ca,
        "سۆرانی"@ckb,
        "索拉尼库尔德文"@cmn,
        "索拉尼庫爾德文"@cmn-Hant,
        "Sorání"@cs,
        "Сорани"@cv,
        "Cwrdeg Sorani"@cy,
        "sorani"@da,
        "Sorani"@de,
        "Κουρδικά Sorani"@el,
        "Soranî"@en,
        "Sorana lingvo"@eo,
        "kurdo central"@es,
        "sorani kurdi"@et,
        "Sorani"@eu,
        "سورانی"@fa,
        "sorani"@fi,
        "Sorani Kurdish"@fil,
        "sorani"@fr,
        "Kurdo soraní"@gl,
        "સોરાની કુર્દિશ"@gu,
        "כורדית סוראנית"@he,
        "सोरानी कुर्द"@hi,
        "soranski kurdski"@hr,
        "szoráni kurd"@hu,
        "Soranî"@id,
        "sorani-kúrdíska"@is,
        "curdo sorani"@it,
        "ソラニー"@ja,
        "სორანი"@ka,
        "ಸೊರಾನಿ ಕುರ್ದಿಷ್"@kn,
        "소라니 쿠르드어"@ko,
        "Soranî"@ku,
        "ໂຊນານີເຄີດີຊ"@lo,
        "soranių kurdų"@lt,
        "kurdu (Sorani)"@lv,
        "сорански курдски"@mk,
        "സൊറാനി കുർദിഷ്"@ml,
        "सोरानी कुर्दिश"@mr,
        "kurdisk (sorani)"@nb,
        "Soranî"@nl,
        "Język sorani"@pl,
        "Lenga curda sentral"@pms,
        "سورانی"@pnb,
        "sorani curdo"@pt,
        "kurdă sorani"@ro,
        "Сорани"@ru,
        "kurdčina (sorání)"@sk,
        "soranska kurdščina"@sl,
        "сорани курдски"@sr,
        "Soranî"@sv,
        "Kisorani Kikurdi"@swh,
        "சொரானி மொழி"@ta,
        "సొరాని కుర్దిష్"@te,
        "เคิร์ดโซรานี"@th,
        "Orta Kürtçe"@tr,
        "Сорані"@uk,
        "سورانی کردش"@ur,
        "Tiếng Kurd Sorani"@vi,
        "Kurdi Sorani"@zsm,
        "Isi-Sorani Kurdish"@zu .

<http://lexvo.org/id/iso639-3/ckl> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ckl"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Cibak_language>,
        <http://www.mpii.de/yago/resource/Cibak_language> ;
    skos:altLabel "Cibak language"@en ;
    skos:definition "Cibak (Chibuk, Chibok, Chibbak, Chibbuk, Kyibaku, Kibbaku, Kikuk) is an Afro-Asiatic language spoken by about 100,000 people in Borno State, Nigeria."@en ;
    skos:inScheme lexvo: ;
    skos:notation "ckl"^^xsd:string ;
    skos:prefLabel "Tchibakeg"@br,
        "Cibak"@en,
        "Cibak jezik"@hr .

<http://lexvo.org/id/iso639-3/ckq> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ckq"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Kajakse_language>,
        <http://www.mpii.de/yago/resource/Kajakse_language> ;
    skos:altLabel "Kajakse language"@en ;
    skos:definition "Kajakse (also known as Kadjakse, Kajeske, Kujarke, Mini, Kawa Tadimini) is an Afro-Asiatic language spoken in eastern Chad."@en ;
    skos:inScheme lexvo: ;
    skos:notation "ckq"^^xsd:string ;
    skos:prefLabel "Kajakse"@en .

<http://lexvo.org/id/iso639-3/ckv> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ckv"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Kavalan_language>,
        <http://www.mpii.de/yago/resource/Kavalan_language> ;
    skos:altLabel "Kavalan language"@en ;
    skos:definition "Kavalan (Kebalan) was formerly spoken in the Northeast coast area of Taiwan by the Kavalan people (噶瑪蘭). It is an East Formosan language of the Austronesian family."@en ;
    skos:inScheme lexvo: ;
    skos:notation "ckv"^^xsd:string ;
    skos:prefLabel "Kavalan"@en,
        "Kavalan"@fi,
        "Kavalan"@fr,
        "Lingua Kavalan"@it,
        "クバラン語"@ja,
        "Кавалански јазик"@mk,
        "Lenga Kavalan"@pms,
        "ภาษากาวาลัน"@th,
        "噶瑪蘭語"@zh .

<http://lexvo.org/id/iso639-3/cky> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "cky"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Cakfem-Mushere_language>,
        <http://www.mpii.de/yago/resource/Cakfem-Mushere_language> ;
    skos:altLabel "Cakfem-Mushere language"@en ;
    skos:definition "Cakfem-Mushere is an Afro-Asiatic language spoken in Plateau State, Nigeria. Dialects are Kadim-Kaban and Jajura."@en ;
    skos:inScheme lexvo: ;
    skos:notation "cky"^^xsd:string ;
    skos:prefLabel "Cakfem-Mushere"@en .

<http://lexvo.org/id/iso639-3/clc> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "clc"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Chilcotin_language>,
        <http://www.mpii.de/yago/resource/Chilcotin_language> ;
    skos:altLabel "Chilcotin language"@en ;
    skos:definition "Chilcotin (also Tsilhqot’in, Tsilhqut’in, Tzilkotin) is a Northern Athabaskan language spoken in British Columbia by the Tsilhqot’in people."@en ;
    skos:inScheme lexvo: ;
    skos:notation "clc"^^xsd:string ;
    skos:prefLabel "Chilcotin"@en,
        "Chilcotin"@fr,
        "Chilcotin spriak"@frr,
        "Lenga chilcotin"@pms,
        "Çilkotince"@tr .

<http://lexvo.org/id/iso639-3/cld> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "cld"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/chal1275> ;
    skos:altLabel "Neo-Aramaic, Chaldean"@en ;
    skos:inScheme lexvo: ;
    skos:notation "cld"^^xsd:string ;
    skos:prefLabel "Chaldean Neo-Aramaic"@en .

<http://lexvo.org/id/iso639-3/clh> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "clh"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Chilisso_language>,
        <http://www.mpii.de/yago/resource/Chilisso_language> ;
    skos:altLabel "Chilisso language"@en ;
    skos:definition "Chilisso is a Dardic language in the Kohistani language group spoken by about 2,300 people in eastern Kohistan."@en ;
    skos:inScheme lexvo: ;
    skos:notation "clh"^^xsd:string ;
    skos:prefLabel "Chilisso"@en,
        "Chilisso jezik"@hr,
        "Lenga chilisso"@pms .

<http://lexvo.org/id/iso639-3/clu> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "clu"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Caluyanon_language>,
        <http://www.mpii.de/yago/resource/Caluyanon_language> ;
    skos:altLabel "Caluyanon language"@en ;
    skos:definition "Caluyanon (also spelled Caluyanun) is a dialect of the Kinaray-a language and spoken in the Caluya Islands, Antique in the Philippines. Most of its speakers use Hiligaynon as their second language."@en ;
    skos:inScheme lexvo: ;
    skos:notation "clu"^^xsd:string ;
    skos:prefLabel "Caluyanun"@en,
        "ภาษากาลูยานอน"@th,
        "Caluyanon nga yinaknan"@war .

<http://lexvo.org/id/iso639-3/cmg> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "cmg"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Classical_Mongolian_language>,
        <http://www.mpii.de/yago/resource/Classical_Mongolian_language> ;
    skos:altLabel "Classical Mongolian language"@en,
        "Mongolian, Classical"@en ;
    skos:definition "Classical Mongolian is an extinct Mongolic language formerly used in Mongolia, China, and Russia. It is a standardized written language used in a number of written texts such as the translation of the Kanjur and Tanjur and several cronicles roughly between 1700 and 1900. The term is sometimes also used to refer to any language documents in Mongolian script that are neither Pre-classical nor modern Mongolian."@en ;
    skos:inScheme lexvo: ;
    skos:notation "cmg"^^xsd:string ;
    skos:prefLabel "Classical Mongolian"@en,
        "Język mongolski klasyczny"@pl,
        "Mongol clássico"@pt .

<http://lexvo.org/id/iso639-3/cmr> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "cmr"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Mro_language>,
        <http://www.mpii.de/yago/resource/Mro_language> ;
    skos:altLabel "Chin, Mro-Khimi"@en,
        "Mro-Khimi Chin"@en ;
    skos:definition "Mro, also Mro-Khimi or Mro Chin, is a Kukish language of Burma."@en ;
    skos:inScheme lexvo: ;
    skos:notation "cmr"^^xsd:string ;
    skos:prefLabel "Mro language"@en .

<http://lexvo.org/id/iso639-3/cms> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "cms"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Messapian_language>,
        <http://www.mpii.de/yago/resource/Messapian_language> ;
    skos:altLabel "Messapian language"@en ;
    skos:definition "Messapian (also known as Messapic) is an extinct Indo-European language of South-eastern Italy, once spoken in the region of Apulia. It was spoken by the three Iapygian tribes of the region: the Messapians, the Dauni and the Peucetii."@en ;
    skos:inScheme lexvo: ;
    skos:notation "cms"^^xsd:string ;
    skos:prefLabel "Idioma mesapico"@an,
        "Месапийски език"@bg,
        "Messapské písmo"@cs,
        "Messapische Sprache"@de,
        "Messapic"@en,
        "Idioma mesapio"@es,
        "Messaapin kieli"@fi,
        "Messapien"@fr,
        "Lingua messapica"@it,
        "Месапски јазик"@mk,
        "Messapisch"@nl,
        "Messapisk"@no,
        "Język mesapijski"@pl,
        "Мессапский язык"@ru,
        "Mesapščina"@sl,
        "Mesapishtja"@sq,
        "Messapiska"@sv .

<http://lexvo.org/id/iso639-3/cng> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "cng"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Northern_Qiang_language>,
        <http://www.mpii.de/yago/resource/Northern_Qiang_language> ;
    skos:altLabel "Northern Qiang language"@en,
        "Qiang, Northern"@en ;
    skos:definition "Northern Qiang is a Qiangic language of the Tibeto-Burman language family spoken by approximately 130,000 people in north-central Sichuan Province, China."@en ;
    skos:inScheme lexvo: ;
    skos:notation "cng"^^xsd:string ;
    skos:prefLabel "Tchiangeg an norzh"@br,
        "Northern Qiang"@en,
        "Qiang"@fr,
        "ภาษาเกวียงเหนือ"@th,
        "羌语"@zh .

<http://lexvo.org/id/iso639-3/cnk> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "cnk"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/khum1248> ;
    skos:altLabel "Chin, Khumi"@en ;
    skos:inScheme lexvo: ;
    skos:notation "cnk"^^xsd:string ;
    skos:prefLabel "Khumi Chin"@en .

<http://lexvo.org/id/iso639-3/cno> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "cno"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Con_language>,
        <http://www.mpii.de/yago/resource/Con_language> ;
    skos:altLabel "Con language"@en ;
    skos:definition "Con is a language spoken by some 1,000 people in Louang Namtha Province in north-west Laos. Its nearest relative is the more populous Lamet language."@en ;
    skos:inScheme lexvo: ;
    skos:notation "cno"^^xsd:string ;
    skos:prefLabel "Con"@en,
        "Idioma con"@es,
        "ภาษากอน"@th .

<http://lexvo.org/id/iso639-3/cnt> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "cnt"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/tepe1279> ;
    skos:altLabel "Chinantec, Tepetotutla"@en ;
    skos:inScheme lexvo: ;
    skos:notation "cnt"^^xsd:string ;
    skos:prefLabel "Tepetotutla Chinantec"@en .

<http://lexvo.org/id/iso639-3/cnu> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "cnu"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Shenwa_language>,
        <http://www.mpii.de/yago/resource/Shenwa_language> ;
    skos:altLabel "Shenwa language"@en ;
    skos:definition "Shenwa, also spelled Chenoua (autonym Haqbaylit̠), is the Berber language of Jebel Chenoua in Algeria, just west of Algiers near Tipasa and Cherchell. The speech of Jebel Chenoua proper is mutually comprehensible with that of the nearby Beni Menacer, and the two are thus treated as a single language. According to the Ethnologue (2004) (whose figure is taken from the , 2000), Shenwa has 4,764 speakers."@en ;
    skos:inScheme lexvo: ;
    skos:notation "cnu"^^xsd:string ;
    skos:prefLabel "Idioma chenoua"@an,
        "Chenoueg"@br,
        "Chenoua"@en,
        "Chenoui"@fr,
        "Chenoua jezik"@hr,
        "Shènoï"@oc,
        "Chenoua jezik"@sh .

<http://lexvo.org/id/iso639-3/coa> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "coa"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Cocos_Islands_Malay>,
        <http://www.mpii.de/yago/resource/Cocos_Islands_Malay> ;
    skos:altLabel "Malay, Cocos Islands"@en ;
    skos:definition "Cocos Islands Malay is a variety of Malay, spoken by the Cocos Malays of Home Island, which amounts to around 500, and those originally from the Cocos Islands currently living in Sabah."@en ;
    skos:inScheme lexvo: ;
    skos:notation "coa"^^xsd:string ;
    skos:prefLabel "Cocos Islands Malay"@en .

<http://lexvo.org/id/iso639-3/coe> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "coe"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/kore1283> ;
    skos:inScheme lexvo: ;
    skos:notation "coe"^^xsd:string ;
    skos:prefLabel "Koreguaje"@en .

<http://lexvo.org/id/iso639-3/cog> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "cog"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Chong_language>,
        <http://www.mpii.de/yago/resource/Chong_language> ;
    skos:altLabel "Chong language"@en ;
    skos:definition "Chong, or more specifically Western Chong (also spelled Chawng, Shong, Xong), is an endangered language spoken in Cambodia and southeastern Thailand. It is a Western Pearic language in the Eastern Mon–Khmer language family branch. Chong is currently the focus of a language revitalization project in Thailand."@en ;
    skos:inScheme lexvo: ;
    skos:notation "cog"^^xsd:string ;
    skos:prefLabel "Chong"@en,
        "ภาษาชอง"@th .

<http://lexvo.org/id/iso639-3/coj> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "coj"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Cochim%C3%AD_language>,
        <http://www.mpii.de/yago/resource/Cochim%C3%AD_language> ;
    skos:altLabel "Cochimí language"@en ;
    skos:definition "Cochimí was once the language of the greater part Baja California, as attested by Jesuit documents of the 18th century. It seems to have become extinct around the beginning of the 20th century. There were two main dialects, northern and southern; the dividing line was approximately at the Misión San Ignacio Kadakaamán, in the north of present-day Baja California Sur."@en ;
    skos:inScheme lexvo: ;
    skos:notation "coj"^^xsd:string ;
    skos:prefLabel "Cochimi"@en,
        "Idioma cochimí laymón"@es .

<http://lexvo.org/id/iso639-3/cot> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "cot"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Caquinte_language>,
        <http://www.mpii.de/yago/resource/Caquinte_language> ;
    skos:altLabel "Caquinte language"@en ;
    skos:definition "Caquinte (Caquinte Campa), also Poyenisati, is an Arawakan language of Peru. It is spoken along the Poyeni, Mayapo, Picha, Yori, and Agueni rivers, with some speakers along parts of the Sensa and Vitiricaya rivers."@en ;
    skos:inScheme lexvo: ;
    skos:notation "cot"^^xsd:string ;
    skos:prefLabel "Caquinte"@en,
        "Idioma caquinte"@es,
        "Lenga caquinte"@pms .

<http://lexvo.org/id/iso639-3/cow> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "cow"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Cowlitz_language>,
        <http://www.mpii.de/yago/resource/Cowlitz_language> ;
    skos:altLabel "Cowlitz language"@en ;
    skos:definition "The Cowlitz language is a member of the Tsamosan (Olympic) branch of the Coast Salish family of Salishan languages."@en ;
    skos:inScheme lexvo: ;
    skos:notation "cow"^^xsd:string ;
    skos:prefLabel "Kauličtina"@cs,
        "Cowlitz"@en,
        "Cowlitz"@fr,
        "Lenga cowlitz"@pms .

<http://lexvo.org/id/iso639-3/cpa> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "cpa"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/pala1351> ;
    skos:altLabel "Chinantec, Palantla"@en ;
    skos:inScheme lexvo: ;
    skos:notation "cpa"^^xsd:string ;
    skos:prefLabel "Palantla Chinantec"@en .

<http://lexvo.org/id/iso639-3/cpb> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "cpb"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Ucayali%E2%80%93Yur%C3%BAa_Ash%C3%A9ninka>,
        <http://www.mpii.de/yago/resource/Ucayali%E2%80%93Yur%C3%BAa_Ash%C3%A9ninka> ;
    skos:altLabel "Ashéninka, Ucayali-Yurúa"@en,
        "Ucayali–Yurúa Ashéninka"@en ;
    skos:inScheme lexvo: ;
    skos:notation "cpb"^^xsd:string ;
    skos:prefLabel "Ucayali-Yurúa Ashéninka"@en,
        "Lenga ashéninka, ucayali-yurúa"@pms .

<http://lexvo.org/id/iso639-3/cpc> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "cpc"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Axininca_language>,
        <http://www.mpii.de/yago/resource/Axininca_language> ;
    skos:altLabel "Ajyíninka Apurucayali"@en ;
    skos:definition "Axininca (also Axininca Campa, Ajyíninka Apurucayali, Campa, Ashaninca, Ashéninca Apurucayali, Apurucayali Campa, Ajyéninka) is an Arawakan language spoken along the Apurucayali tributary of the Pachitea River in Peru."@en ;
    skos:inScheme lexvo: ;
    skos:notation "cpc"^^xsd:string ;
    skos:prefLabel "Axininca language"@en,
        "Idioma axininca"@es,
        "Lingua ajyíninka apurucayali"@gl,
        "Ajyíninka Apurucayali jezik"@hr,
        "Lenga ajyíninka apurucayali"@pms .

<http://lexvo.org/id/iso639-3/cpg> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "cpg"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Cappadocian_Greek_language>,
        <http://www.mpii.de/yago/resource/Cappadocian_Greek_language> ;
    skos:altLabel "Cappadocian Greek language"@en,
        "Greek, Cappadocian"@en ;
    skos:definition "Cappadocian , also known as Cappadocian Greek or Asia Minor Greek, is a mixed language formerly spoken in Cappadocia (Central Turkey). In the population exchange between Greece and Turkey in the 1920s, Cappadocian speakers were forced to emigrate to Greece, where they were resettled in various locations, especially in Central and Northern Greece. The Cappadocians rapidly shifted to Standard Modern Greek and their language was thought to be extinct since the 1960s. In June 2005, Mark Janse (Ghent University) and Dimitris Papazachariou (University of Patras) discovered Cappadocians in Central and Northern Greece who could still speak their ancestral language fluently. Amongst them are middle-aged, third-generation speakers who take a very positive attitude towards the language as opposed to their parents and grandparents. The latter are much less inclined to speak Cappadocian and more often than not switch to Standard Modern Greek. A survey of Cappadocian speakers and language use is currently in preparation."@en ;
    skos:inScheme lexvo: ;
    skos:notation "cpg"^^xsd:string ;
    skos:prefLabel "Gresianeg Kappadokia"@br,
        "Capadoci"@ca,
        "Kappadokische Sprache"@de,
        "Καππαδοκική διάλεκτος"@el,
        "Cappadocian Greek"@en,
        "Cappadocien"@fr,
        "Grego capadocio"@gl,
        "Kappadókiai görög nyelv"@hu,
        "Cappadocisch"@nl,
        "Lenga capadocian-a"@pms,
        "Каппадокийский язык"@ru,
        "Kapadóčtina"@sk,
        "Kappadokiska"@sv,
        "Kapadokya Yunancası"@tr,
        "Каппадокійська мова"@uk .

<http://lexvo.org/id/iso639-3/cpi> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "cpi"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Chinese_Pidgin_English>,
        <http://www.mpii.de/yago/resource/Chinese_Pidgin_English> ;
    skos:altLabel "Pidgin English, Chinese"@en ;
    skos:definition "Chinese Pidgin English is a Pidgin language between English and Chinese. From the 17th to the 19th centuries, there was also Chinese Pidgin English spoken in Cantonese-speaking portions of China. Chinese Pidgin English is heavily influenced by various Chinese languages with variants arising among different provinces (for example in Shanghai and Ningbo)."@en ;
    skos:inScheme lexvo: ;
    skos:notation "cpi"^^xsd:string ;
    skos:prefLabel "Chinese Pidgin English"@en,
        "Pidżyn chińsko-angielski"@pl,
        "Pidginengelska"@sv,
        "洋泾浜英语"@zh .

<http://lexvo.org/id/iso639-3/cpn> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "cpn"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Cherepon_language>,
        <http://www.mpii.de/yago/resource/Cherepon_language> ;
    skos:altLabel "Cherepon language"@en ;
    skos:definition "Cherepon (Chiripon, Chiripong, Kyerepong), or Okere, is a Guang language spoken by 111,000 in Ghana."@en ;
    skos:inScheme lexvo: ;
    skos:notation "cpn"^^xsd:string ;
    skos:prefLabel "Cherepon"@de,
        "Cherepon"@en,
        "Lenga Cherepon"@pms .

<http://lexvo.org/id/iso639-3/cps> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "cps"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Capiznon_language>,
        <http://www.mpii.de/yago/resource/Capiznon_language> ;
    skos:altLabel "Capiznon language"@en ;
    skos:definition "Capiznon (Spanish: capiceño ) is an Austronesian language spoken in Western Visayas in the Philippines. Capiznon is concentrated in the province of Capiz in the northeast of Panay Island."@en ;
    skos:inScheme lexvo: ;
    skos:notation "cps"^^xsd:string ;
    skos:prefLabel "Capiznon"@en,
        "Capiznon"@fr,
        "ภาษากาปิซนอน"@th,
        "Tiếng Capiznon"@vi .

<http://lexvo.org/id/iso639-3/cpu> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "cpu"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Pichis_Ash%C3%A9ninka>,
        <http://www.mpii.de/yago/resource/Pichis_Ash%C3%A9ninka> ;
    skos:altLabel "Ashéninka, Pichis"@en ;
    skos:definition "Ashéninka Pichis is an indigenous American language spoken along Perú's Pichis river. There is a 30% literacy rate, it is an official language."@en ;
    skos:inScheme lexvo: ;
    skos:notation "cpu"^^xsd:string ;
    skos:prefLabel "Pichis Ashéninka"@en,
        "Lenga ashéninka, pichis"@pms .

<http://lexvo.org/id/iso639-3/cpx> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "cpx"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Pu-Xian_Min>,
        <http://www.mpii.de/yago/resource/Pu-Xian_Min> ;
    skos:altLabel "Chinese, Pu-Xian"@en,
        "Pu-Xian Chinese"@en ;
    skos:definition "Pu–Xian or Puxian Min , also known as Xinghua, is a branch of Min Chinese."@en ;
    skos:inScheme lexvo: ;
    skos:notation "cpx"^^xsd:string ;
    skos:prefLabel "Hingeg"@br,
        "Pu-Xian Min"@en,
        "Puxian"@fr,
        "Minish Phuxian"@gv,
        "Phû-sien-fa"@hak,
        "ホ仙語"@ja,
        "Bahasa Puxian"@ms,
        "Puxian"@no,
        "Język puxian"@pl,
        "莆仙話"@zh .

<http://lexvo.org/id/iso639-3/cpy> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "cpy"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/South_Ucayali_Ash%C3%A9ninka>,
        <http://www.mpii.de/yago/resource/South_Ucayali_Ash%C3%A9ninka> ;
    skos:altLabel "Ashéninka, South Ucayali"@en ;
    skos:inScheme lexvo: ;
    skos:notation "cpy"^^xsd:string ;
    skos:prefLabel "South Ucayali Ashéninka"@en,
        "Lenga ashéninka, ucayali sud"@pms .

<http://lexvo.org/id/iso639-3/cqu> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "cqu"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Chilean_Quechua>,
        <http://www.mpii.de/yago/resource/Chilean_Quechua> ;
    skos:altLabel "Quechua, Chilean"@en ;
    skos:definition "Chilean Quechua is Quechua as spoken in northern Chile. It may be South Bolivian Quechua."@en ;
    skos:inScheme lexvo: ;
    skos:notation "cqu"^^xsd:string ;
    skos:prefLabel "Chilean Quechua"@en,
        "Lenga quechua, chilean"@pms .

<http://lexvo.org/id/iso639-3/cra> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "cra"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Chara_language>,
        <http://www.mpii.de/yago/resource/Chara_language> ;
    skos:altLabel "Chara language"@en ;
    skos:definition "Chara (alternatively Ciara or C’ara) is an Afro-Asiatic language of the North Omotic variety spoken in the Southern Nations, Nationalities, and People's Region of Ethiopia by more than 13,000 people."@en ;
    skos:inScheme lexvo: ;
    skos:notation "cra"^^xsd:string ;
    skos:prefLabel "Chara"@en .

<http://lexvo.org/id/iso639-3/crb> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "crb"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Island_Carib_language>,
        <http://www.mpii.de/yago/resource/Island_Carib_language> ;
    skos:altLabel "Carib, Island"@en,
        "Island Carib language"@en ;
    skos:definition "Island Carib, also known as Iñeri (Igñeri, Inyeri), was an Arawakan language of the Lesser Antilles related to Taíno. It went extinct about 1920, but survives in its daughter language Garifuna."@en ;
    skos:inScheme lexvo: ;
    skos:notation "crb"^^xsd:string ;
    skos:prefLabel "Island Carib"@en .

<http://lexvo.org/id/iso639-3/crc> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "crc"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/lonw1238> ;
    skos:inScheme lexvo: ;
    skos:notation "crc"^^xsd:string ;
    skos:prefLabel "Lonwolwol"@en .

<http://lexvo.org/id/iso639-3/cri> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "cri"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Forro_language>,
        <http://www.mpii.de/yago/resource/Forro_language> ;
    skos:altLabel "Forro language"@en ;
    skos:definition "Forro is a Portuguese-based creole language spoken in São Tomé and Príncipe."@en ;
    skos:inScheme lexvo: ;
    skos:notation "cri"^^xsd:string ;
    skos:prefLabel "Saotomensische Sprache"@de,
        "Sãotomense"@en,
        "Forra lingvo"@eo,
        "Criollo forro"@es,
        "Forro"@fr,
        "Saotomanski jezik"@hr,
        "Lingua forro"@it,
        "Forro"@nl,
        "Saotomesisk"@no,
        "Język kreolski Wyspy Św. Tomasza i Książęcej"@pl,
        "Lenga sãotomense"@pms,
        "São-tomense"@pt,
        "Форру"@ru,
        "Forro jezik"@sh .

<http://lexvo.org/id/iso639-3/crm> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "crm"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Moose_Cree_language>,
        <http://www.mpii.de/yago/resource/Moose_Cree_language> ;
    skos:altLabel "Cree, Moose"@en,
        "Moose Cree language"@en ;
    skos:definition "Moose Cree (also known as York Cree, West Shore Cree, West Main Cree) is an Algonquian language spoken in Ontario, Canada around the southern tip of James Bay."@en ;
    skos:inScheme lexvo: ;
    skos:notation "crm"^^xsd:string ;
    skos:prefLabel "Moose Cree"@en,
        "Lenga cree, moose"@pms .

<http://lexvo.org/id/iso639-3/crq> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "crq"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Iyo'wujwa_Chorote>,
        <http://www.mpii.de/yago/resource/Iyo'wujwa_Chorote> ;
    skos:altLabel "Chorote, Iyo'wujwa"@en ;
    skos:definition "Iyo'wujwa (Chorote) is a Mataco language spoken by about 2,000 people, mostly in Argentina where it is spoken by about 1,500 people; 50% of whom are monolingual."@en ;
    skos:inScheme lexvo: ;
    skos:notation "crq"^^xsd:string ;
    skos:prefLabel "Iyo'wujwa Chorote"@en,
        "Lenga chorote, iyo'wujwa"@pms .

<http://lexvo.org/id/iso639-3/crt> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "crt"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Iyojwa'ja_Chorote_language>,
        <http://www.mpii.de/yago/resource/Iyojwa'ja_Chorote_language> ;
    skos:altLabel "Chorote, Iyojwa'ja"@en,
        "Iyojwa'ja Chorote language"@en ;
    skos:definition "Eklenhui (Iyojwa'ja Chorote) is a language spoken in northeast Salta province in Argentina by 800."@en ;
    skos:inScheme lexvo: ;
    skos:notation "crt"^^xsd:string ;
    skos:prefLabel "Iyojwa'ja Chorote"@en,
        "Lenga chorote, iyojwa'ja"@pms .

<http://lexvo.org/id/iso639-3/crv> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "crv"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Chaura_language>,
        <http://www.mpii.de/yago/resource/Chaura_language> ;
    skos:altLabel "Chaura language"@en ;
    skos:definition "Chaura, or Tutet, is one of the Nicobarese languages spoken on the Nicobar Islands."@en ;
    skos:inScheme lexvo: ;
    skos:notation "crv"^^xsd:string ;
    skos:prefLabel "Chaura"@en,
        "Chaura jezik"@hr,
        "Чаура"@ru .

<http://lexvo.org/id/iso639-3/crx> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "crx"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/carr1249> ;
    skos:inScheme lexvo: ;
    skos:notation "crx"^^xsd:string ;
    skos:prefLabel "Carrier"@en .

<http://lexvo.org/id/iso639-3/cry> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "cry"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Cori_language>,
        <http://www.mpii.de/yago/resource/Cori_language> ;
    skos:altLabel "Cori language"@en ;
    skos:definition "The Cori (Chori) language is a minor Plateau language spoken in a single village in Kaduna State in Nigeria."@en ;
    skos:inScheme lexvo: ;
    skos:notation "cry"^^xsd:string ;
    skos:prefLabel "Chori"@de,
        "Cori"@en,
        "Cori jezik"@hr,
        "Lenga Cori"@pms .

<http://lexvo.org/id/iso639-3/csc> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "csc"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Catalan_Sign_Language>,
        <http://www.mpii.de/yago/resource/Catalan_Sign_Language> ;
    skos:altLabel "Lengua de señas catalana"@en,
        "Llengua de Signes Catalana"@en ;
    skos:definition "Catalan Sign Language (; ) is a sign language used by 18,000 signers in Catalonia. About 50% intelligibility by users of Spanish Sign Language."@en ;
    skos:inScheme lexvo: ;
    skos:notation "csc"^^xsd:string ;
    skos:prefLabel "Llengua de signes catalana"@ca,
        "Llengua de Signes Catalana"@de,
        "Catalan Sign Language"@en,
        "Kataluna signolingvo"@eo,
        "Lengua de signos catalana"@es,
        "Langue des signes catalane"@fr,
        "Lenga dij segn catalan-a"@pms,
        "Língua de sinais catalã"@pt .

<http://lexvo.org/id/iso639-3/csg> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "csg"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Chilean_Sign_Language>,
        <http://www.mpii.de/yago/resource/Chilean_Sign_Language> ;
    skos:definition "Chilean Sign Language is the deaf sign language of Chile's 7 deaf institutions."@en ;
    skos:inScheme lexvo: ;
    skos:notation "csg"^^xsd:string ;
    skos:prefLabel "Chilean Sign Language"@en,
        "Lenguaje de Señas Chileno"@es,
        "Língua Gestual Chilena"@pt .

<http://lexvo.org/id/iso639-3/csh> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "csh"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/asho1236> ;
    skos:altLabel "Chin, Asho"@en ;
    skos:inScheme lexvo: ;
    skos:notation "csh"^^xsd:string ;
    skos:prefLabel "Asho Chin"@en .

<http://lexvo.org/id/iso639-3/csi> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "csi"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/coas1301> ;
    skos:altLabel "Miwok, Coast"@en ;
    skos:inScheme lexvo: ;
    skos:notation "csi"^^xsd:string ;
    skos:prefLabel "Coast Miwok"@en .

<http://lexvo.org/id/iso639-3/csk> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "csk"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Kasa_language>,
        <http://www.mpii.de/yago/resource/Kasa_language> ;
    skos:altLabel "Kasa language"@en ;
    skos:definition "Kasa, or Jóola-Kaasa (also Bacuki, Casa, etc.) is a Jola language of the Casamance region of Senegal and neighboring Gambia."@en ;
    skos:inScheme lexvo: ;
    skos:notation "csk"^^xsd:string ;
    skos:prefLabel "Jola-Kasa"@en,
        "Jola-Kasa jezik"@hr .

<http://lexvo.org/id/iso639-3/csm> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "csm"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/cent2140> ;
    skos:altLabel "Miwok, Central Sierra"@en ;
    skos:inScheme lexvo: ;
    skos:notation "csm"^^xsd:string ;
    skos:prefLabel "Central Sierra Miwok"@en .

<http://lexvo.org/id/iso639-3/csn> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "csn"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Colombian_Sign_Language>,
        <http://www.mpii.de/yago/resource/Colombian_Sign_Language> ;
    skos:definition "Colombian Sign Language is the deaf sign language of Colombia."@en ;
    skos:inScheme lexvo: ;
    skos:notation "csn"^^xsd:string ;
    skos:prefLabel "Colombian Sign Language"@en,
        "Langue des signes colombienne"@fr,
        "Língua de Sinais Colombiana"@pt .

<http://lexvo.org/id/iso639-3/cso> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "cso"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/soch1239> ;
    skos:altLabel "Chinantec, Sochiapam"@en,
        "Chinantec, Sochiapan"@en,
        "Sochiapan Chinantec"@en ;
    skos:inScheme lexvo: ;
    skos:notation "cso"^^xsd:string ;
    skos:prefLabel "Sochiapam Chinantec"@en .

<http://lexvo.org/id/iso639-3/csq> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "csq"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Croatian_Sign_Language>,
        <http://www.mpii.de/yago/resource/Croatian_Sign_Language> ;
    skos:altLabel "Croatian Sign Language"@en ;
    skos:definition "Croatian sign language (Hrvatski znakovni jezik, HZJ ) is a sign language of the deaf community in Croatia. It is sometimes regarded as a dialect of Yugoslav Sign Language, although the dialectical diversity of the former Yugoslavia has not been assessed."@en ;
    skos:inScheme lexvo: ;
    skos:notation "csq"^^xsd:string ;
    skos:prefLabel "Croatia Sign Language"@en,
        "Hrvatski znakovni jezik"@hr,
        "Língua de sinais croata"@pt .

<http://lexvo.org/id/iso639-3/cst> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "cst"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Tamyen>,
        <http://www.mpii.de/yago/resource/Tamyen> ;
    skos:altLabel "Northern Ohlone"@en,
        "Ohlone, Northern"@en ;
    skos:definition "The Tamyen (also spelled as Tamien, Thamien) are one of eight linguistic divisions of the Ohlone (Coastanoan) people groups of Native Americans who lived in Northern California. The Tamyen lived throughout the Santa Clara Valley. The use of the name Tamyen is on record as early as 1777, it comes from the Ohlone name for the location of the first Mission Santa Clara (Mission Santa Clara de Thamien) on the Guadalupe River. Father Pena mentioned in a letter to Junipero Serra that the area around the mission was called Thamien by the native people. The missionary fathers erected the mission on January 17, 1777 at the native village of So-co-is-u-ka."@en ;
    skos:inScheme lexvo: ;
    skos:notation "cst"^^xsd:string ;
    skos:prefLabel "Tamyen"@en,
        "Tamyen"@fr,
        "Tamyen"@hr .

<http://lexvo.org/id/iso639-3/csw> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "csw"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Swampy_Cree_language>,
        <http://www.mpii.de/yago/resource/Swampy_Cree_language> ;
    skos:altLabel "Cree, Swampy"@en,
        "Swampy Cree language"@en ;
    skos:definition "Swampy Cree (sometimes known as Maskekon or Omaškêkowak) is a dialect of the Algonquian language, Cree. Swampy Cree is spoken in a series of communities in northern Manitoba, central northeast of Saskatchewan along the Saskatchewan River and along the Hudson Bay coast and adjacent inland areas to the south and west, and Ontario along the coast of Hudson Bay and James Bay. It is one of the western n-dialects of Cree, meaning that for a particular variable phoneme common to all Cree, Swampy Cree shows the \"n\" variant (as opposed to y, r, l, or ð)."@en ;
    skos:inScheme lexvo: ;
    skos:notation "csw"^^xsd:string ;
    skos:prefLabel "Kreeg ar gwernioù"@br,
        "Swampy Cree"@en,
        "Myr-cree-språket"@nn,
        "Lenga cree, swampy"@pms .

<http://lexvo.org/id/iso639-3/csy> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "csy"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/siyi1240> ;
    skos:altLabel "Chin, Siyin"@en ;
    skos:inScheme lexvo: ;
    skos:notation "csy"^^xsd:string ;
    skos:prefLabel "Siyin Chin"@en .

<http://lexvo.org/id/iso639-3/cta> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "cta"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/tata1258> ;
    skos:altLabel "Chatino, Tataltepec"@en ;
    skos:inScheme lexvo: ;
    skos:notation "cta"^^xsd:string ;
    skos:prefLabel "Tataltepec Chatino"@en .

<http://lexvo.org/id/iso639-3/ctg> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ctg"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Chittagonian_language>,
        <http://www.mpii.de/yago/resource/Chittagonian_language> ;
    skos:altLabel "Chittagonian language"@en ;
    skos:definition "Chittagonian (চাটগাঁইয়া বুলি Chaţgãia Buli) is an Indo-Aryan language spoken by the people of Chittagong in Bangladesh and in much of the southeast of the country. It is closely related to Bangla, but is normally considered by linguists to be a separate language rather than a dialect of Bangla. It is estimated to have 14 million speakers, United States and other countries. According to the status of Top 100 Languages by Population by Ethnologue, Chittagong ranked 67th of the world."@en ;
    skos:inScheme lexvo: ;
    skos:notation "ctg"^^xsd:string ;
    skos:prefLabel "Chittagonian"@en,
        "Chittagonien"@fr,
        "Bahasa Chittagonia"@id,
        "Chittagong"@no,
        "Język chatgaya"@pl,
        "சிட்டகோனிய மொழி"@ta,
        "ภาษาจิตตะกอง"@th .

<http://lexvo.org/id/iso639-3/ctn> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ctn"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Chintang_language>,
        <http://www.mpii.de/yago/resource/Chintang_language> ;
    skos:altLabel "Chintang language"@en ;
    skos:definition "Chintang (Chintang: छिन्ताङ् Chintāṅ), also called Chhintang is an eastern Kiranti language spoken by 5,000 to 6,000 people in Chintang Village Development Committee (VDC) in Dhankuta District, Koshi Zone, Nepal."@en ;
    skos:inScheme lexvo: ;
    skos:notation "ctn"^^xsd:string ;
    skos:prefLabel "Tchintangeg"@br,
        "Chhintange"@en .

<http://lexvo.org/id/iso639-3/cts> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "cts"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Pandan_Bikol_language>,
        <http://www.mpii.de/yago/resource/Pandan_Bikol_language> ;
    skos:altLabel "Bikol, Northern Catanduanes"@en,
        "Northern Catanduanes Bikol"@en ;
    skos:definition "Pandan Bikol or Northern Catanduanes Bicolano is one of the three groups of the Bikol languages. It is spoken in Pandan and northeastern portion of Catanduanes."@en ;
    skos:inScheme lexvo: ;
    skos:notation "cts"^^xsd:string ;
    skos:prefLabel "Pandan Bikol"@bcl,
        "Pandan Bikol language"@en .

<http://lexvo.org/id/iso639-3/cuc> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "cuc"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/usil1237> ;
    skos:altLabel "Chinantec, Usila"@en ;
    skos:inScheme lexvo: ;
    skos:notation "cuc"^^xsd:string ;
    skos:prefLabel "Usila Chinantec"@en .

<http://lexvo.org/id/iso639-3/cug> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "cug"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Cung_language>,
        <http://www.mpii.de/yago/resource/Cung_language> ;
    skos:altLabel "Cung language"@en ;
    skos:definition "Cung is an Eastern Beboid language of Cameroon."@en ;
    skos:inScheme lexvo: ;
    skos:notation "cug"^^xsd:string ;
    skos:prefLabel "Cung"@de,
        "Cung"@en,
        "Cung jezik"@hr,
        "Lenga Cung"@pms,
        "Kicung"@sw .

<http://lexvo.org/id/iso639-3/cuh> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "cuh"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Cuka_language>,
        <http://www.mpii.de/yago/resource/Cuka_language> ;
    skos:altLabel "Cuka language"@en,
        "Gichuka"@en ;
    skos:definition "Cuka, or Gichuka, is a Bantu language of Kenya. It has marginal intelligibility with Meru and Gikuyu."@en ;
    skos:inScheme lexvo: ;
    skos:notation "cuh"^^xsd:string ;
    skos:prefLabel "Chuka"@en .

<http://lexvo.org/id/iso639-3/cuq> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "cuq"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Cun_language>,
        <http://www.mpii.de/yago/resource/Cun_language> ;
    skos:altLabel "Cun language"@en ;
    skos:definition "Cun is a variety of Hlai language on Hainan Island. Lexical similarity with standard Hlai is 40%."@en ;
    skos:inScheme lexvo: ;
    skos:notation "cuq"^^xsd:string ;
    skos:prefLabel "Cun"@en .

<http://lexvo.org/id/iso639-3/cuv> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "cuv"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Cuvok_language>,
        <http://www.mpii.de/yago/resource/Cuvok_language> ;
    skos:altLabel "Cuvok language"@en ;
    skos:definition "Cuvok is an Afro-Asiatic language spoken in northern Cameroon."@en ;
    skos:inScheme lexvo: ;
    skos:notation "cuv"^^xsd:string ;
    skos:prefLabel "Cuvok"@en,
        "Kicuvok"@sw .

<http://lexvo.org/id/iso639-3/cwd> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "cwd"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Woods_Cree_language>,
        <http://www.mpii.de/yago/resource/Woods_Cree_language> ;
    skos:altLabel "Cree, Woods"@en,
        "Woods Cree language"@en ;
    skos:definition "Woods Cree is an Algonquian language spoken in Manitoba and Saskatchewan, Canada."@en ;
    skos:inScheme lexvo: ;
    skos:notation "cwd"^^xsd:string ;
    skos:prefLabel "Kreeg ar c'hoadeier"@br,
        "Woods Cree"@en,
        "Lenga cree, woods"@pms .

<http://lexvo.org/id/iso639-3/cwg> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "cwg"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Cheq_Wong_language>,
        <http://www.mpii.de/yago/resource/Cheq_Wong_language> ;
    skos:altLabel "Cheq Wong"@en,
        "Cheq Wong language"@en ;
    skos:definition "Chewong (Cheq Wong) is an aboriginal Mon–Khmer language spoken in Malaya. The small number of speakers is increasing."@en ;
    skos:inScheme lexvo: ;
    skos:notation "cwg"^^xsd:string ;
    skos:prefLabel "Chewong"@en,
        "Cheq wong"@fr .

<http://lexvo.org/id/iso639-3/cwt> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "cwt"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Kwatay_language>,
        <http://www.mpii.de/yago/resource/Kwatay_language> ;
    skos:altLabel "Kwatay language"@en ;
    skos:definition "Kwatay (Kuwaataay) is a divergent Jola language of Senegal."@en ;
    skos:inScheme lexvo: ;
    skos:notation "cwt"^^xsd:string ;
    skos:prefLabel "Kouwatayeg"@br,
        "Kwatay"@de,
        "Kuwaataay"@en,
        "Kwatay"@fr,
        "Kuwaataay jezik"@hr,
        "Lenga Kuwaataay"@pms .

<http://lexvo.org/id/iso639-3/cya> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "cya"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/nopa1235> ;
    skos:altLabel "Chatino, Nopala"@en ;
    skos:inScheme lexvo: ;
    skos:notation "cya"^^xsd:string ;
    skos:prefLabel "Nopala Chatino"@en .

<http://lexvo.org/id/iso639-3/cyo> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "cyo"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Cuyonon_language>,
        <http://www.mpii.de/yago/resource/Cuyonon_language> ;
    skos:altLabel "Cuyonon language"@en ;
    skos:definition "Cuyonon is a language spoken on the coast of Palawan, and the Cuyo Islands in the Philippines."@en ;
    skos:inScheme lexvo: ;
    skos:notation "cyo"^^xsd:string ;
    skos:prefLabel "Cuyonon"@en,
        "Куйонон"@ru,
        "Tiếng Cuyonon"@vi .

<http://lexvo.org/id/iso639-3/czh> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "czh"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Huizhou_Chinese>,
        <http://www.mpii.de/yago/resource/Huizhou_Chinese> ;
    skos:altLabel "Chinese, Huizhou"@en ;
    skos:definition ": The Huī (徽) dialects are unrelated to the Huí (回) ethnic group of China. Huizhou or Hui , is a division of Chinese. Its status is disputed among linguists, with some classifying it as Wu, others as Gan, and still others setting it apart as a primary branch of Chinese."@en ;
    skos:inScheme lexvo: ;
    skos:notation "czh"^^xsd:string ;
    skos:prefLabel "Sinaeg Huizhou"@br,
        "Hui-Dialekt"@de,
        "Huizhou Chinese"@en,
        "Chino hui"@es,
        "Hui"@fr,
        "徽語"@ja,
        "Hui"@no,
        "Hui"@sv,
        "徽州話"@yue,
        "徽语"@zh .

<http://lexvo.org/id/iso639-3/czk> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "czk"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Knaanic_language>,
        <http://www.mpii.de/yago/resource/Knaanic_language> ;
    skos:altLabel "Knaanic language"@en ;
    skos:definition "Knaanic (also called Canaanic, Leshon Knaan, Judaeo-Czech or Judaeo-Slavic) is an extinct West Slavic Jewish language, formerly spoken in the lands of the Western Slavs, notably the Czech lands, but also the lands of modern Poland, Lusatia and other Sorbian regions. It became extinct in the Late Middle Ages."@en ;
    skos:inScheme lexvo: ;
    skos:notation "czk"^^xsd:string ;
    skos:prefLabel "Knaanies"@af,
        "Knaneg"@br,
        "Lešon Kenaan"@cs,
        "Knaanisch"@de,
        "Knaanic"@en,
        "לשון כנען"@he,
        "Knaanski jezik"@hr,
        "Lešon kenaan"@hsb,
        "Lingua canaan"@it,
        "クナアン語"@ja,
        "크난어"@ko,
        "Język knaan"@pl,
        "Lenga Knaanic"@pms,
        "Limba cnaanică"@ro,
        "Еврейско-славянские диалекты"@ru,
        "Židovská čeština"@sk,
        "Godka knaan"@szl,
        "Knaanik"@tr .

<http://lexvo.org/id/iso639-3/czo> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "czo"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Min_Zhong>,
        <http://www.mpii.de/yago/resource/Min_Zhong> ;
    skos:altLabel "Chinese, Min Zhong"@en,
        "Min Zhong Chinese"@en ;
    skos:definition "The Central Min language, or Min Zhong is a member of the Min subcategory of Chinese languages. It is spoken around Yong'an, Sanming and Sha located in the central mountain areas of Fujian. The total population of approximately 3,500,000 native speakers, is the fourth most common variety of the Min branch of Chinese languages."@en ;
    skos:inScheme lexvo: ;
    skos:notation "czo"^^xsd:string ;
    skos:prefLabel "Mineg ar c'hreiz"@br,
        "Min Zhong"@en,
        "Minzhong"@fr,
        "Minish Veanagh"@gv,
        "ビン中語"@ja,
        "민중어"@ko,
        "Minzhong"@no,
        "Język minzhong"@pl,
        "ภาษาหมิ่นกลาง"@th,
        "Tiếng Mân Trung"@vi,
        "闽中语"@zh .

<http://lexvo.org/id/iso639-3/czt> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "czt"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Zotung_language>,
        <http://www.mpii.de/yago/resource/Zotung_language> ;
    skos:altLabel "Chin, Zotung"@en,
        "Zotung language"@en ;
    skos:definition "Zotung (Zotung Chin) is a Kukish language of Burma."@en ;
    skos:inScheme lexvo: ;
    skos:notation "czt"^^xsd:string ;
    skos:prefLabel "Zotung Chin"@en .

<http://lexvo.org/id/iso639-3/dad> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "dad"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Marik_language>,
        <http://www.mpii.de/yago/resource/Marik_language> ;
    skos:altLabel "Marik language"@en ;
    skos:definition "Marik is an Austronesian language spoken by about 3500 people in 10 villages around the Gogol River, Madang Province, Papua New Guinea."@en ;
    skos:inScheme lexvo: ;
    skos:notation "dad"^^xsd:string ;
    skos:prefLabel "Marik"@en .

<http://lexvo.org/id/iso639-3/dah> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "dah"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Gwahatike_language>,
        <http://www.mpii.de/yago/resource/Gwahatike_language> ;
    skos:altLabel "Gwahatike language"@en ;
    skos:definition "Gwahatike (also called Dahating or Gwatike) is a language generally classified in the Warup branch of the Finisterre family of Finisterre–Huon languages. It is spoken in several villages located south of Saidor."@en ;
    skos:inScheme lexvo: ;
    skos:notation "dah"^^xsd:string ;
    skos:prefLabel "Gwahatike"@en .

<http://lexvo.org/id/iso639-3/dam> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "dam"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Damakawa_language>,
        <http://www.mpii.de/yago/resource/Damakawa_language> ;
    skos:altLabel "Damakawa language"@en ;
    skos:definition "Damakawa is a moribund Benue–Congo language of northwest Nigeria. There are no longer any speakers of the language, although the oldest people can remember a few words. Approximately 80 or so words and phrases were collected, with difficulty, in April 2008 (the language seems to have been unknown to linguists until then)."@en ;
    skos:inScheme lexvo: ;
    skos:notation "dam"^^xsd:string ;
    skos:prefLabel "Damakawa"@de,
        "Damakawa"@en,
        "Damakawa jezik"@hr .

<http://lexvo.org/id/iso639-3/dao> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "dao"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Daai_language>,
        <http://www.mpii.de/yago/resource/Daai_language> ;
    skos:altLabel "Chin, Daai"@en,
        "Daai language"@en ;
    skos:definition "Daai (Daai Chin), also known as Mün and Ütbü, is a Kukish language of Burma."@en ;
    skos:inScheme lexvo: ;
    skos:notation "dao"^^xsd:string ;
    skos:prefLabel "Daai Chin"@en .

<http://lexvo.org/id/iso639-3/das> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "das"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Daho-Doo_language>,
        <http://www.mpii.de/yago/resource/Daho-Doo_language> ;
    skos:altLabel "Daho-Doo language"@en ;
    skos:definition "Daho and 'Doo are two mutually intelligible Guere dialects which are divergent from other varieties spoken by the Guere people."@en ;
    skos:inScheme lexvo: ;
    skos:notation "das"^^xsd:string ;
    skos:prefLabel "Daho-Doo"@en .

<http://lexvo.org/id/iso639-3/dau> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "dau"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/dars1235> ;
    skos:altLabel "Daju, Dar Sila"@en ;
    skos:inScheme lexvo: ;
    skos:notation "dau"^^xsd:string ;
    skos:prefLabel "Dar Sila Daju"@en .

<http://lexvo.org/id/iso639-3/dbb> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "dbb"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Deno_language>,
        <http://www.mpii.de/yago/resource/Deno_language> ;
    skos:altLabel "Deno language"@en ;
    skos:definition "Deno (also known as Denawa, Denwa, Be) is an Afro-Asiatic language spoken in Nigeria. Speakers are shifting to Hausa and Fulfulde."@en ;
    skos:inScheme lexvo: ;
    skos:notation "dbb"^^xsd:string ;
    skos:prefLabel "Denoeg"@br,
        "Deno"@en,
        "Deno jezik"@hr .

<http://lexvo.org/id/iso639-3/dbd> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "dbd"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Dadiya_language>,
        <http://www.mpii.de/yago/resource/Dadiya_language> ;
    skos:altLabel "Dadiya language"@en ;
    skos:definition "Dadiya (Daadiya, Loodiya) is one of the Savanna languages of eastern Nigeria."@en ;
    skos:inScheme lexvo: ;
    skos:notation "dbd"^^xsd:string ;
    skos:prefLabel "Dadiya"@en .

<http://lexvo.org/id/iso639-3/dbg> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "dbg"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Dogul_Dogon>,
        <http://www.mpii.de/yago/resource/Dogul_Dogon> ;
    skos:altLabel "Dogon, Dogul Dom"@en,
        "Dogul Dom Dogon"@en ;
    skos:definition "The Dogul language, Dogul Dom, is a Dogon language spoken in Mali. It is closest to Bondum Dogon, though not enough for mutual intelligibility."@en ;
    skos:inScheme lexvo: ;
    skos:notation "dbg"^^xsd:string ;
    skos:prefLabel "Dogul Dogon"@en .

<http://lexvo.org/id/iso639-3/dbp> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "dbp"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Duwai_language>,
        <http://www.mpii.de/yago/resource/Duwai_language> ;
    skos:altLabel "Duwai language"@en ;
    skos:definition "Duwai is an Afro-Asiatic language spoken in Jigawa and Kano States, Nigeria."@en ;
    skos:inScheme lexvo: ;
    skos:notation "dbp"^^xsd:string ;
    skos:prefLabel "Duwai"@en .

<http://lexvo.org/id/iso639-3/dbq> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "dbq"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Daba_language>,
        <http://www.mpii.de/yago/resource/Daba_language> ;
    skos:altLabel "Daba language"@en ;
    skos:definition "Daba (also known as Dabba) is an Afro-Asiatic language spoken in Cameroon in Far North Province and in one village in neighboring Nigeria."@en ;
    skos:inScheme lexvo: ;
    skos:notation "dbq"^^xsd:string ;
    skos:prefLabel "Daba"@en,
        "Kidaba"@sw .

<http://lexvo.org/id/iso639-3/dbr> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "dbr"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Dabarre_language>,
        <http://www.mpii.de/yago/resource/Dabarre_language> ;
    skos:altLabel "Dabarre language"@en ;
    skos:definition "Dabarre (also known as Af-Dabarre) is an Afro-Asiatic language spoken in Somalia by the Dabarre and Iroole clans. Dialects include Dabarre and Iroole."@en ;
    skos:inScheme lexvo: ;
    skos:notation "dbr"^^xsd:string ;
    skos:prefLabel "Dabarre"@en,
        "Dabarre hizkuntza"@eu,
        "Af-Dabarre"@so .

<http://lexvo.org/id/iso639-3/dbt> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "dbt"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Ben_Tey_Dogon>,
        <http://www.mpii.de/yago/resource/Ben_Tey_Dogon> ;
    skos:altLabel "Dogon, Ben Tey"@en ;
    skos:definition "Ben Tey Dogon, named after the village Been it is spoken in, is a divergent, recently described Dogon language spoken in Mali. It is closely related to Bankan Tey and Nanga Dogon. It is said that elders in the Dogon village of Gawru also speak this language. Been is reported to have been settled from the village of Walo, and Ben Tey Dogon differs from Walo Dogon primarily from being under a different foreign influence, as Been village is surround by Jamsay-speaking villages, which Walo is not."@en ;
    skos:inScheme lexvo: ;
    skos:notation "dbt"^^xsd:string ;
    skos:prefLabel "Ben Tey Dogon"@en .

<http://lexvo.org/id/iso639-3/dbu> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "dbu"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Bondum_Dogon>,
        <http://www.mpii.de/yago/resource/Bondum_Dogon> ;
    skos:altLabel "Bondum Dom Dogon"@en,
        "Dogon, Bondum Dom"@en ;
    skos:definition "The Bondum language, Bondum Dom, is a Dogon language spoken in Mali. It is closest to Dogul Dogon, though not enough for mutual intelligibility. Dialects are Kindjim and Nadjamba."@en ;
    skos:inScheme lexvo: ;
    skos:notation "dbu"^^xsd:string ;
    skos:prefLabel "Bondum Dogon"@en .

<http://lexvo.org/id/iso639-3/dbw> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "dbw"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Bankan_Tey_Dogon>,
        <http://www.mpii.de/yago/resource/Bankan_Tey_Dogon> ;
    skos:altLabel "Dogon, Bankan Tey"@en ;
    skos:definition "Bankan Tey Dogon, at first called Walo-Kumbe Dogon after the two main villages it is spoken in, also known as Walo and Walonkore, is a divergent, recently described Dogon language spoken in Mali. It was first reported online by Roger Blench, who reports that it is \"clearly related to Nanga\", which is only known from one report from 1953."@en ;
    skos:inScheme lexvo: ;
    skos:notation "dbw"^^xsd:string ;
    skos:prefLabel "Bankan Tey Dogon"@en .

<http://lexvo.org/id/iso639-3/dcc> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "dcc"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Dakhini>,
        <http://www.mpii.de/yago/resource/Dakhini> ;
    skos:altLabel "Dakhini"@en ;
    skos:definition "Dakhini also spelled Dakkhani and Deccani, arose as a Muslim court language of the Deccan Plateau ca. 1300 AD in ways similar to Urdu. It is similar to Urdu in its mixture of Persian with a Hindi base, but differs in its strong influence from Arabic, Urdu, Konkani and Marathi. There is an extensive literature."@en ;
    skos:inScheme lexvo: ;
    skos:notation "dcc"^^xsd:string ;
    skos:prefLabel "Deccan"@en,
        "दक्खिनी"@hi,
        "ダッキニー語"@ja,
        "Dialectus Dakkhini"@la,
        "Dakkhini"@nn,
        "Dakhini"@no,
        "Dakhini"@pl,
        "ภาษาทักขินี"@th,
        "دکنی"@ur .

<http://lexvo.org/id/iso639-3/dcr> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "dcr"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Negerhollands>,
        <http://www.mpii.de/yago/resource/Negerhollands> ;
    skos:definition "Negerhollands (English translation: Negro-Dutch) is a Dutch-based creole language that was once spoken in the Danish West Indies, now known as the U.S. Virgin Islands. Dutch is its superstrate language with Danish, English, French, Spanish, and African elements incorporated. Notwithstanding its name, Negerhollands draws primarily from the Zeelandic rather than the Hollandic dialect."@en ;
    skos:inScheme lexvo: ;
    skos:notation "dcr"^^xsd:string ;
    skos:prefLabel "Negerhollands"@af,
        "Negerhollandsk"@da,
        "Negerholländisch"@de,
        "Negerhollands"@en,
        "Neekerihollanti"@fi,
        "Negerhollands"@nl,
        "Negerhollandsk"@no,
        "Lenga negerhollands"@pms,
        "Neger'ollands"@zea .

<http://lexvo.org/id/iso639-3/ddg> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ddg"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Fataluku_language>,
        <http://www.mpii.de/yago/resource/Fataluku_language> ;
    skos:altLabel "Fataluku language"@en ;
    skos:definition "Fataluku (also known as Dagaga, Dagoda', Dagada) is a Papuan language spoken by approximately 30,000 people of Fataluku ethnicity in the eastern areas of East Timor, especially around Lospalos. It is a Papuan language, and is usually considered a Trans–New Guinea language. It is given the status of a national language under the constitution."@en ;
    skos:inScheme lexvo: ;
    skos:notation "ddg"^^xsd:string ;
    skos:prefLabel "Fataloukoueg"@br,
        "Fataluku"@de,
        "Fataluku"@en,
        "Idioma fataluco"@es,
        "Fataluku"@nl,
        "Język fataluku"@pl,
        "Lenga Fataluku"@pms,
        "Fataluco"@pt,
        "Фаталуку"@ru,
        "ภาษาฟาตาลูกู"@th .

<http://lexvo.org/id/iso639-3/ddj> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ddj"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/jaru1254> ;
    skos:inScheme lexvo: ;
    skos:notation "ddj"^^xsd:string ;
    skos:prefLabel "Jaru"@en .

<http://lexvo.org/id/iso639-3/ddn> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ddn"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Dendi_language>,
        <http://www.mpii.de/yago/resource/Dendi_language> ;
    skos:altLabel "Dendi (Benin)"@en,
        "Dendi language"@en ;
    skos:definition "Dendi is a Songhay language used as a trade language across northern Benin (along the Niger River; Donga and Alibori provinces, e.g. Djougou, Kandi). It forms a dialect cluster with Zarma and Songhai proper, but is heavily influenced by Bariba."@en ;
    skos:inScheme lexvo: ;
    skos:notation "ddn"^^xsd:string ;
    skos:prefLabel "Dendieg"@br,
        "Dendi"@de,
        "Dendi"@en,
        "Dendi"@fr,
        "Lenga Dendi"@pms,
        "Kidendi"@sw .

<http://lexvo.org/id/iso639-3/ddr> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ddr"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Dhudhuroa_language>,
        <http://www.mpii.de/yago/resource/Dhudhuroa_language> ;
    skos:altLabel "Dhudhuroa language"@en ;
    skos:definition "Dhudhuroa is an extinct Australian Aboriginal language of north-eastern Victoria. As it is no longer spoken, Dhudhuroa is primarily known today from written material collected by R. H. Mathews from Neddy Wheeler. It has gone by numerous names, including Yaitmathang, Balangamida, Theddoramittung, Tharamirttong, Theddora, Jandangara, and Gundanora."@en ;
    skos:inScheme lexvo: ;
    skos:notation "ddr"^^xsd:string ;
    skos:prefLabel "Dhudhuroa"@en .

<http://lexvo.org/id/iso639-3/ddw> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ddw"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Dawera-Daweloor_language>,
        <http://www.mpii.de/yago/resource/Dawera-Daweloor_language> ;
    skos:altLabel "Dawera-Daweloor language"@en ;
    skos:definition "Dawera-Daweloor is an Austronesian language spoken in six villages on Dawera and Daweloor islands in South Maluku, Indonesia."@en ;
    skos:inScheme lexvo: ;
    skos:notation "ddw"^^xsd:string ;
    skos:prefLabel "Dawera-Daweloor"@en .

<http://lexvo.org/id/iso639-3/dec> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "dec"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Dengebu_language>,
        <http://www.mpii.de/yago/resource/Dengebu_language> ;
    skos:altLabel "Dengebu language"@en ;
    skos:definition "Dengebu, also Dagik, Dagig, Thakik, Buram, Reikha, is a Niger–Congo language in the Talodi family spoken in Kordofan, Sudan. It is 80% lexically similar with Ngile, which is also spoken by the Mesakin / Masakin people."@en ;
    skos:inScheme lexvo: ;
    skos:notation "dec"^^xsd:string ;
    skos:prefLabel "Dagikeg"@br,
        "Dagik"@de,
        "Dagik"@en,
        "Dagik jezik"@hr,
        "Денгебуски јазик"@mk,
        "Lenga Dagik"@pms .

<http://lexvo.org/id/iso639-3/ded> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ded"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Dedua_language>,
        <http://www.mpii.de/yago/resource/Dedua_language> ;
    skos:altLabel "Dedua language"@en ;
    skos:definition "Dedua is a Papuan language spoken in Morobe Province, Papua New Guinea. Dialects are Dzeigoc and Fanic."@en ;
    skos:inScheme lexvo: ;
    skos:notation "ded"^^xsd:string ;
    skos:prefLabel "Dedua"@en,
        "Dedua dili"@tr .

<http://lexvo.org/id/iso639-3/dee> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "dee"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Dewoin_language>,
        <http://www.mpii.de/yago/resource/Dewoin_language> ;
    skos:altLabel "Dewoin language"@en ;
    skos:definition "The Dewoin language, also known as De, Dey, or Dei, is a Kru language of the Niger–Congo language family. It is spoken primarily near the coastal areas of Montserrado County in western Liberia, including the capital Monrovia. It has a lexical similarity of .72 with the Bassa language."@en ;
    skos:inScheme lexvo: ;
    skos:notation "dee"^^xsd:string ;
    skos:prefLabel "Dewoin"@en .

<http://lexvo.org/id/iso639-3/dem> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "dem"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Dem_language>,
        <http://www.mpii.de/yago/resource/Dem_language> ;
    skos:altLabel "Dem language"@en ;
    skos:definition "Dem (Lem, Ndem) is a Trans–New Guinea language that forms an independent branch of that family in the classification of Malcolm Ross (2005)."@en ;
    skos:inScheme lexvo: ;
    skos:notation "dem"^^xsd:string ;
    skos:prefLabel "Dem"@en .

<http://lexvo.org/id/iso639-3/dez> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "dez"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Dengese_language>,
        <http://www.mpii.de/yago/resource/Dengese_language> ;
    skos:altLabel "Dengese language"@en ;
    skos:definition "Dengese (Lengese, Ndengese) is a Bantu language of northern Kasai-Oriental Province, Democratic Republic of the Congo."@en ;
    skos:inScheme lexvo: ;
    skos:notation "dez"^^xsd:string ;
    skos:prefLabel "Dengese"@en .

<http://lexvo.org/id/iso639-3/dgb> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "dgb"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Budu_Dogon>,
        <http://www.mpii.de/yago/resource/Budu_Dogon> ;
    skos:altLabel "Bunoge Dogon"@en,
        "Dogon, Bunoge"@en ;
    skos:definition "Budu Dogon or Bunoge, also known as Korandabo, is a recently discovered Dogon language spoken in Mali. It was first reported online. The plural suffix on nouns is closest to Kolum so, suggesting it should be classified as a West Dogon language."@en ;
    skos:inScheme lexvo: ;
    skos:notation "dgb"^^xsd:string ;
    skos:prefLabel "Budu Dogon"@en .

<http://lexvo.org/id/iso639-3/dgc> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "dgc"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/casi1235> ;
    skos:altLabel "Agta, Casiguran Dumagat"@en ;
    skos:inScheme lexvo: ;
    skos:notation "dgc"^^xsd:string ;
    skos:prefLabel "Casiguran Dumagat Agta"@en .

<http://lexvo.org/id/iso639-3/dgg> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "dgg"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Doga_language>,
        <http://www.mpii.de/yago/resource/Doga_language> ;
    skos:altLabel "Doga language"@en ;
    skos:definition "The Doga language is an Austronesian language spoken by about 200 people along Cape Vogel in the Milne Bay Province of Papua New Guinea."@en ;
    skos:inScheme lexvo: ;
    skos:notation "dgg"^^xsd:string ;
    skos:prefLabel "Doga"@en,
        "Doga"@fr,
        "Doga"@hr .

<http://lexvo.org/id/iso639-3/dgh> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "dgh"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Dghwede_language>,
        <http://www.mpii.de/yago/resource/Dghwede_language> ;
    skos:altLabel "Dghwede language"@en ;
    skos:definition "Dghwede (also known as Hude, Johode, Traude, Dehoxde, Tghuade, Toghwede, Wa'a, Azaghvana, Zaghvana) is an Afro-Asiatic language spoken in Borno State, Nigeria in the Gwoza LGA."@en ;
    skos:inScheme lexvo: ;
    skos:notation "dgh"^^xsd:string ;
    skos:prefLabel "Dgwedeg"@br,
        "Dghwede"@en,
        "Dghwede jezik"@hr,
        "Lenga Dghwede"@pms .

<http://lexvo.org/id/iso639-3/dgs> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "dgs"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Dogoso_language>,
        <http://www.mpii.de/yago/resource/Dogoso_language> ;
    skos:altLabel "Dogoso language"@en ;
    skos:definition ", Black Dogose, Dogoso (Black Dogose) is a Gur language of Burkina Faso. Other than Khe, is distant from other languages, including the neighboring Dogosé language."@en ;
    skos:inScheme lexvo: ;
    skos:notation "dgs"^^xsd:string ;
    skos:prefLabel "Dogosoeg"@br,
        "Dogoso"@de,
        "Dogoso"@en,
        "Lenga Dogoso"@pms .

<http://lexvo.org/id/iso639-3/dhd> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "dhd"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Dhundari_language>,
        <http://www.mpii.de/yago/resource/Dhundari_language> ;
    skos:altLabel "Dhundari language"@en ;
    skos:definition "Dhundari is an Indo-Aryan language spoken in the Dhundhar region of northeastern Rajasthan state, India. Dhundari-speaking people are found in three districts – Jaipur, Karauli, Sawai Madhopur, Dausa, and Tonk. The derivation of the name “Dhundari” is thought to be from two origins. According to the first opinion, Dhundari is believed to have drawn its name from the Dhundh or Dhundhakriti mountain, which is situated near Jobner in Jaipur District. The other opinion is that it is named after a river called Dhundh flowing through this region. Hence the name became Dhundhar."@en ;
    skos:inScheme lexvo: ;
    skos:notation "dhd"^^xsd:string ;
    skos:prefLabel "Dhundari"@en,
        "Lingua Dhundhari"@la,
        "Lenga dundari"@pms .

<http://lexvo.org/id/iso639-3/dhg> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "dhg"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/dhan1270> ;
    skos:altLabel "Djangu"@en ;
    skos:inScheme lexvo: ;
    skos:notation "dhg"^^xsd:string ;
    skos:prefLabel "Dhangu"@en .

<http://lexvo.org/id/iso639-3/dhm> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "dhm"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Zemba_language>,
        <http://www.mpii.de/yago/resource/Zemba_language> ;
    skos:altLabel "Zemba language"@en ;
    skos:definition "Zemba (Dhimba) is a Bantu language spoken mainly in Angola where the language has about 18,000 speakers, and also in Namibia with some 4,000. It is closely related to Herero, and is often considered a dialect of that language, especially as the Zemba are ethnically Herero."@en ;
    skos:inScheme lexvo: ;
    skos:notation "dhm"^^xsd:string ;
    skos:prefLabel "Zemba"@en,
        "Kizemba"@sw .

<http://lexvo.org/id/iso639-3/dhw> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "dhw"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Dhanwar_Rai_language>,
        <http://www.mpii.de/yago/resource/Dhanwar_Rai_language> ;
    skos:altLabel "Dhanwar (Nepal)"@en,
        "Dhanwar Rai language"@en ;
    skos:definition "Dhanwar also known as Rai is a language spoken in parts of Nepal by an Indo-Aryan ethnic group of 50 thousand. It is an unclassified Indo-Aryan language, and is not related to the Rai languages of the Tibeto-Burman family."@en ;
    skos:inScheme lexvo: ;
    skos:notation "dhw"^^xsd:string ;
    skos:prefLabel "Dhanwar"@en,
        "தன்வார் மொழி"@ta,
        "Дханвар"@uk .

<http://lexvo.org/id/iso639-3/dia> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "dia"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Dia_language>,
        <http://www.mpii.de/yago/resource/Dia_language> ;
    skos:altLabel "Dia language"@en ;
    skos:definition "Dia (Alu, Galu, Metru) is a Torricelli language of Papua New Guinea. Sinagen is also called Galu."@en ;
    skos:inScheme lexvo: ;
    skos:notation "dia"^^xsd:string ;
    skos:prefLabel "Dia"@en .

<http://lexvo.org/id/iso639-3/dic> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "dic"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/lako1244> ;
    skos:altLabel "Dida, Lakota"@en ;
    skos:inScheme lexvo: ;
    skos:notation "dic"^^xsd:string ;
    skos:prefLabel "Lakota Dida"@en .

<http://lexvo.org/id/iso639-3/dig> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "dig"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Digo_language>,
        <http://www.mpii.de/yago/resource/Digo_language> ;
    skos:altLabel "Chidigo"@en,
        "Digo language"@en ;
    skos:definition "Digo (Chidigo) is a Bantu language spoken primarily along the East African coast between Mombasa and Tanga by the Digo people of Kenya and Tanzania. The ethnic Digo population has been estimated at around 360,000 (Mwalonya et al. 2004), the majority of whom are presumably speakers of the language. All adult speakers of Digo are bilingual in Swahili, East Africa's lingua franca. The two languages are closely related, and Digo also has a lot of vocabulary borrowed from neighbouring Swahili dialects."@en ;
    skos:inScheme lexvo: ;
    skos:notation "dig"^^xsd:string ;
    skos:prefLabel "Digo"@en,
        "Digo"@no,
        "Język digo"@pl,
        "Kidigo"@sw .

<http://lexvo.org/id/iso639-3/dii> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "dii"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Kaalong_language>,
        <http://www.mpii.de/yago/resource/Kaalong_language> ;
    skos:altLabel "Kaalong language"@en ;
    skos:definition "Kaalong, also known as Dimbong (Mbong), is a nearly extinct Bantu language of Cameroon. Speakers have shifted to Bafia."@en ;
    skos:inScheme lexvo: ;
    skos:notation "dii"^^xsd:string ;
    skos:prefLabel "Dimbong"@de,
        "Dimbong"@en,
        "Lenga Dimbong"@pms,
        "Kidimbong"@sw .

<http://lexvo.org/id/iso639-3/dio> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "dio"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Dibo_language>,
        <http://www.mpii.de/yago/resource/Dibo_language> ;
    skos:altLabel "Dibo language"@en ;
    skos:definition "Dibo, Ganagana, Ganagawa, is a Nupoid language spoken in Nigeria."@en ;
    skos:inScheme lexvo: ;
    skos:notation "dio"^^xsd:string ;
    skos:prefLabel "Dibo"@en .

<http://lexvo.org/id/iso639-3/dip> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "dip"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/nort2815> ;
    skos:altLabel "Dinka, Northeastern"@en ;
    skos:inScheme lexvo: ;
    skos:notation "dip"^^xsd:string ;
    skos:prefLabel "Northeastern Dinka"@en .

<http://lexvo.org/id/iso639-3/diq> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "diq"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/diml1238> ;
    owl:sameAs <http://www.lingvoj.org/lang/diq> ;
    skos:altLabel "Dimli (individual language)"@en ;
    skos:inScheme lexvo: ;
    skos:notation "diq"^^xsd:string ;
    skos:prefLabel "Dimli"@en .

<http://lexvo.org/id/iso639-3/diu> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "diu"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Gciriku_language>,
        <http://www.mpii.de/yago/resource/Gciriku_language> ;
    skos:altLabel "Gciriku language"@en ;
    skos:definition "Gciriku or Dciriku (Diriku), officially Rumanyo, is a Bantu language spoken by 305,000 people along the Okavango River in Namibia, where it is a national language, in Botswana, and in Angola. It was first known in the west via the Vagciriku, who had migrated from the main Vamanyo area and spoke Rugciriku, a dialect of Rumanyo. The name Gciriku (Dciriku, Diriku) remains common in the literature, but within Namibia the name Rumanyo has been revived."@en ;
    skos:inScheme lexvo: ;
    skos:notation "diu"^^xsd:string ;
    skos:prefLabel "Diriku"@ca,
        "Diriku"@en,
        "Diriku"@nl,
        "Kidiriku"@sw .

<http://lexvo.org/id/iso639-3/djc> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "djc"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Daju_Mongo_language>,
        <http://www.mpii.de/yago/resource/Daju_Mongo_language> ;
    skos:altLabel "Daju Mongo language"@en,
        "Daju, Dar Daju"@en ;
    skos:definition "Daju Mongo is an Eastern Sudanic language, one of three closely related languages in the area called \"Daju\" (the other two being the Nyala language and the Sila language. It is spoken in Chad near the Darfur border. There are three dialects, Bardangal, Eref, and Gadjira."@en ;
    skos:inScheme lexvo: ;
    skos:notation "djc"^^xsd:string ;
    skos:prefLabel "Dar Daju Daju"@en .

<http://lexvo.org/id/iso639-3/dji> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "dji"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/djin1253> ;
    skos:inScheme lexvo: ;
    skos:notation "dji"^^xsd:string ;
    skos:prefLabel "Djinang"@en .

<http://lexvo.org/id/iso639-3/djl> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "djl"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Jiwarli_language>,
        <http://www.mpii.de/yago/resource/Jiwarli_language> ;
    skos:altLabel "Jiwarli language"@en ;
    skos:definition "Jiwarli (also spelt Djwiarli, Tjiwarli) is an Australian Aboriginal language formerly spoken in Western Australia. It is one of the Mantharta languages of the large Southwest branch of the Pama–Nyungan family."@en ;
    skos:inScheme lexvo: ;
    skos:notation "djl"^^xsd:string ;
    skos:prefLabel "Djiwarli"@en,
        "Ĝivarla lingvo"@eo,
        "Lingua jiwarli"@gl,
        "Lenga djiwarli"@pms,
        "Тьивали"@ru,
        "Djiwarli"@sv .

<http://lexvo.org/id/iso639-3/djm> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "djm"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Jamsai_Dogon>,
        <http://www.mpii.de/yago/resource/Jamsai_Dogon> ;
    skos:altLabel "Dogon, Jamsay"@en,
        "Jamsay Dogon"@en ;
    skos:definition "Jam Sai (sometimes spelled Jamsay) is one of the Dogon languages spoken in Mali, and the only one spoken in Burkina Faso apart for a few villages of Tomo Kan. It is one of the plains languages spoken in Dogon villages outside the Bandiagara Escarpment (the cliffs that the Dogon ethnic group is usually associated with). It is a major language in Koro, at the south end of the escarpment, and stretches as far north as Douentza. It is not mutually intelligible with other Plains Dogon languages, but is widely known as the prestige variety due to its use as the language of radio broadcasts. Dialects are Domno tegu, Gono tegu, Bama tegu, and Guru tegu; their degree of mutual intelligibility has not been recorded. Domno is the standard dialect, and considered the purest; Guru (Koro) is the dialect of that town."@en ;
    skos:inScheme lexvo: ;
    skos:notation "djm"^^xsd:string ;
    skos:prefLabel "Jamsai Dogon"@en .

<http://lexvo.org/id/iso639-3/djn> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "djn"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Jawoyn_language>,
        <http://www.mpii.de/yago/resource/Jawoyn_language> ;
    skos:altLabel "Jawoyn language"@en ;
    skos:definition "Jawoyn (Jawany, Djauan, Adowen, Jawan, Jawony) or Kumertuo is an endangered Gunwinyguan language spoken by elders in Arnhem Land, Australia."@en ;
    skos:inScheme lexvo: ;
    skos:notation "djn"^^xsd:string ;
    skos:prefLabel "Djauan"@en .

<http://lexvo.org/id/iso639-3/djo> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "djo"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Jangkang_language>,
        <http://www.mpii.de/yago/resource/Jangkang_language> ;
    skos:altLabel "Jangkang language"@en ;
    skos:definition "Jangkang (Djongkang) is a Dayak language of Borneo."@en ;
    skos:inScheme lexvo: ;
    skos:notation "djo"^^xsd:string ;
    skos:prefLabel "Jangkang"@en .

<http://lexvo.org/id/iso639-3/djr> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "djr"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/djam1256> ;
    skos:inScheme lexvo: ;
    skos:notation "djr"^^xsd:string ;
    skos:prefLabel "Djambarrpuyngu"@en .

<http://lexvo.org/id/iso639-3/djw> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "djw"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Jawi_dialect>,
        <http://www.mpii.de/yago/resource/Jawi_dialect> ;
    skos:altLabel "Jawi dialect"@en ;
    skos:definition "Jawi is a nearly extinct dialect of the Bardi language of Western Australia, the traditional language of the Jawi people. There are no longer any known fluent speakers, but there may be some partial speakers."@en ;
    skos:inScheme lexvo: ;
    skos:notation "djw"^^xsd:string ;
    skos:prefLabel "Djawi"@en,
        "Lenga djawi"@pms,
        "Djawi"@sv .

<http://lexvo.org/id/iso639-3/dka> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "dka"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Dakpa_language>,
        <http://www.mpii.de/yago/resource/Dakpa_language> ;
    skos:altLabel "Dakpa language"@en ;
    skos:definition "The Dakpa language (Dzongkha: དཀ་པ་ཁ་; Wylie: Dak-pa-kha; also called \"Dakpakha\" and \"D°akpakha\") is an East Bodish language spoken by about 1,000 people in northern Trashigang District in eastern Bhutan, mainly in Chaleng, Phongmey, Yobinang, Dangpholeng and Lengkhar near Radhi. Van Driem (2001) describes Dakpa as the most divergent of Bhutan's East Bodish languages. SIL reports that Dakpa may be dialect of Brokpake, and that it been influenced by Dzalakha while Brokpake has not.<ref name=SIL1/>"@en ;
    skos:inScheme lexvo: ;
    skos:notation "dka"^^xsd:string ;
    skos:prefLabel "Dakpakeg"@br,
        "Dakpakha"@en,
        "Lenga Dakpakha"@pms .

<http://lexvo.org/id/iso639-3/dkx> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "dkx"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Mazagway_language>,
        <http://www.mpii.de/yago/resource/Mazagway_language> ;
    skos:altLabel "Mazagway language"@en ;
    skos:definition "Mazagway (also known as Mazagway-Hidi) is an Afro-Asiatic language spoken in Cameroon in North Province and Far North Province."@en ;
    skos:inScheme lexvo: ;
    skos:notation "dkx"^^xsd:string ;
    skos:prefLabel "Mazagway"@en,
        "Kimazagway"@sw .

<http://lexvo.org/id/iso639-3/dlm> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "dlm"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Dalmatian_language>,
        <http://www.mpii.de/yago/resource/Dalmatian_language> ;
    skos:altLabel "Dalmatian language"@en ;
    skos:definition "Dalmatian (or Dalmatic) was a Romance language spoken in the Dalmatia region of Croatia, and as far south as Kotor in Montenegro. The name refers to a pre-Roman tribe of the Illyrian linguistic group, Dalmatae. The Ragusan dialect of Dalmatian was the official language of the Republic of Ragusa – although in later times this came to be superseded by Italian (representing the Romance language population) or Serbian/Croatian (for the slavophone population)."@en ;
    skos:inScheme lexvo: ;
    skos:notation "dlm"^^xsd:string ;
    skos:prefLabel "Dalmaties"@af,
        "Idioma dalmata"@an,
        "Далмацінская мова"@be,
        "Далматынская мова"@be-tarask,
        "Далматински език"@bg,
        "Yezhoù dalmatek"@br,
        "Dàlmata"@ca,
        "Dalmatština"@cs,
        "Dalmatische Sprache"@de,
        "Dalmatian"@en,
        "Dalmata lingvo"@eo,
        "Idioma dalmático"@es,
        "Dalmaziera"@eu,
        "Luenga dálmata"@ext,
        "زبان دالماتی"@fa,
        "Dalmaatti"@fi,
        "Dalmate"@fr,
        "Lingua dálmata"@gl,
        "Dalmaatish"@gv,
        "Dalmatski jezik"@hr,
        "Dalmatišćina"@hsb,
        "Dalmát nyelv"@hu,
        "Lingua dalmatica"@it,
        "ダルマチア語"@ja,
        "Lingua Dalmatica"@la,
        "Dalmatisch"@li,
        "Далматински јазик"@mk,
        "Dalmatiensch"@nds,
        "Dalmatisch"@nl,
        "Dalmatisk"@no,
        "Dalmata"@oc,
        "Język dalmatyński"@pl,
        "Lenga dalmàtica"@pms,
        "Língua dálmata"@pt,
        "Limba dalmată"@ro,
        "Далматинский язык"@ru,
        "Dalmatian leid"@sco,
        "Dalmatski jezik"@sh,
        "Dalmatínčina"@sk,
        "Далматски језик"@sr,
        "Dalmatiska"@sv,
        "Dalmaçyaca"@tr,
        "Далматинська мова"@uk,
        "达尔马提亚语"@zh .

<http://lexvo.org/id/iso639-3/dmb> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "dmb"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Mombo_Dogon>,
        <http://www.mpii.de/yago/resource/Mombo_Dogon> ;
    skos:altLabel "Dogon, Mombo"@en ;
    skos:definition "Mombo Dogon is a Dogon language spoken in Mali. Helabo and Miambo are dialects."@en ;
    skos:inScheme lexvo: ;
    skos:notation "dmb"^^xsd:string ;
    skos:prefLabel "Mombo Dogon"@en .

<http://lexvo.org/id/iso639-3/dmc> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "dmc"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Dimir_language>,
        <http://www.mpii.de/yago/resource/Dimir_language> ;
    skos:altLabel "Dimir language"@en,
        "Gavak"@en ;
    skos:definition "Dimir, also known as Bosiken (Boskien), is a Papuan language of Madang Province, Papua New Guinea."@en ;
    skos:inScheme lexvo: ;
    skos:notation "dmc"^^xsd:string ;
    skos:prefLabel "Dimir"@en .

<http://lexvo.org/id/iso639-3/dme> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "dme"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Dugwor_language>,
        <http://www.mpii.de/yago/resource/Dugwor_language> ;
    skos:altLabel "Dugwor language"@en ;
    skos:definition "Dugwor is an Afro-Asiatic language spoken in northern Cameroon."@en ;
    skos:inScheme lexvo: ;
    skos:notation "dme"^^xsd:string ;
    skos:prefLabel "Dugwor"@en,
        "Kidugwor"@sw .

<http://lexvo.org/id/iso639-3/dml> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "dml"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Dameli_language>,
        <http://www.mpii.de/yago/resource/Dameli_language> ;
    skos:altLabel "Dameli language"@en ;
    skos:definition "Dameli is a language spoken by approximately 5,000 people in the Domel Valley, in the Chitral District of Khyber-Pakhtunkhwa province of Pakistan."@en ;
    skos:inScheme lexvo: ;
    skos:notation "dml"^^xsd:string ;
    skos:prefLabel "Dameleg"@br,
        "Dameli"@en,
        "Damelin kieli"@fi,
        "Dameli"@fr,
        "Дамели"@ru,
        "தாமேலி மொழி"@ta,
        "ภาษาดาเมลี"@th,
        "דאמעלי"@yi .

<http://lexvo.org/id/iso639-3/dmo> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "dmo"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Kemezung_language>,
        <http://www.mpii.de/yago/resource/Kemezung_language> ;
    skos:altLabel "Kemezung language"@en ;
    skos:definition "Kemezung (Dumbo, Dumbu, Dzumbo, Kumaju) is a Bantoid (Eastern Beboid) language of Cameroon. According to Ethnologue, it's 85% lexically similar to Bebe."@en ;
    skos:inScheme lexvo: ;
    skos:notation "dmo"^^xsd:string ;
    skos:prefLabel "Kemezung"@de,
        "Kemedzung"@en,
        "Lenga Kemezung"@pms,
        "Kikemezung"@sw .

<http://lexvo.org/id/iso639-3/dmy> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "dmy"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Demta_language>,
        <http://www.mpii.de/yago/resource/Demta_language> ;
    skos:altLabel "Demta language"@en,
        "Sowari"@en ;
    skos:definition "Demta, also known as Sowari and Muris, is a Papuan language on the north coast of Papua, Indonesia."@en ;
    skos:inScheme lexvo: ;
    skos:notation "dmy"^^xsd:string ;
    skos:prefLabel "Demta"@en,
        "Bahasa Sentani"@id .

<http://lexvo.org/id/iso639-3/dne> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "dne"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Ndendeule_language>,
        <http://www.mpii.de/yago/resource/Ndendeule_language> ;
    skos:altLabel "Ndendeule language"@en ;
    skos:definition "Ndendeule is a Bantu language of Tanzania. Speakers are mostly monolingual."@en ;
    skos:inScheme lexvo: ;
    skos:notation "dne"^^xsd:string ;
    skos:prefLabel "Ndendeule"@en .

<http://lexvo.org/id/iso639-3/dng> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "dng"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Dungan_language>,
        <http://www.mpii.de/yago/resource/Dungan_language> ;
    skos:altLabel "Dungan language"@en ;
    skos:definition "The Dungan language is a Sinitic language spoken by the Dungan of Central Asia, an ethnic group related to the Hui people of China."@en ;
    skos:inScheme lexvo: ;
    skos:notation "dng"^^xsd:string ;
    skos:prefLabel "Dounganeg"@br,
        "Dunganische Sprache"@de,
        "Dungan"@en,
        "Dungana lingvo"@eo,
        "Dungaanin kieli"@fi,
        "Doungane"@fr,
        "Dunganish"@gv,
        "דונגאן"@he,
        "Dungan nyelv"@hu,
        "ドンガン語"@ja,
        "둥간어"@ko,
        "Język dungański"@pl,
        "Lenga Dungan"@pms,
        "Дунганский язык"@ru,
        "ภาษาดันกัน"@th,
        "Wikang Dungan"@tl,
        "تۇڭگان تىلى"@ug,
        "Дунганська мова"@uk,
        "东干语"@zh .

<http://lexvo.org/id/iso639-3/dnu> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "dnu"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Danau_language>,
        <http://www.mpii.de/yago/resource/Danau_language> ;
    skos:altLabel "Danau language"@en ;
    skos:definition "Danau (Danaw) is a Mon–Khmer language of Burma."@en ;
    skos:inScheme lexvo: ;
    skos:notation "dnu"^^xsd:string ;
    skos:prefLabel "Danau"@en .

<http://lexvo.org/id/iso639-3/dnw> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "dnw"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Western_Dani_language>,
        <http://www.mpii.de/yago/resource/Western_Dani_language> ;
    skos:altLabel "Dani, Western"@en,
        "Western Dani language"@en ;
    skos:definition "Western Dani, or Laani, is the most populous Papuan language in Indonesian New Guinea. The Swart Valley tribes are called Oeringoep and Timorini in literature from the 1920s, but those names are no longer used."@en ;
    skos:inScheme lexvo: ;
    skos:notation "dnw"^^xsd:string ;
    skos:prefLabel "Western Dani"@en,
        "Język dani zachodni"@pl .

<http://lexvo.org/id/iso639-3/doc> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "doc"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/nort2735> ;
    skos:altLabel "Dong, Northern"@en ;
    skos:inScheme lexvo: ;
    skos:notation "doc"^^xsd:string ;
    skos:prefLabel "Northern Dong"@en .

<http://lexvo.org/id/iso639-3/doh> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "doh"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Donga_language>,
        <http://www.mpii.de/yago/resource/Donga_language> ;
    skos:altLabel "Donga language"@en ;
    skos:definition "Dong, or Donga, is a poorly documented language of Nigeria. Though clearly Niger–Congo, is difficult to classify; Blench proposes that it is one of the Dakoid languages, closest to Gaa."@en ;
    skos:inScheme lexvo: ;
    skos:notation "doh"^^xsd:string ;
    skos:prefLabel "Dong"@en .

<http://lexvo.org/id/iso639-3/dol> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "dol"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Doso_language>,
        <http://www.mpii.de/yago/resource/Doso_language> ;
    skos:altLabel "Doso language"@en ;
    skos:definition "Doso is an unclassified language of New Guinea. It is spoken near Kamula but does not appear to be related to it; not enough is known to tell if it may be related to other languages in the area."@en ;
    skos:inScheme lexvo: ;
    skos:notation "dol"^^xsd:string ;
    skos:prefLabel "Doso"@en .

<http://lexvo.org/id/iso639-3/dop> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "dop"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Lukpa_language>,
        <http://www.mpii.de/yago/resource/Lukpa_language> ;
    skos:altLabel "Lukpa language"@en ;
    skos:definition "Lukpa (Legba, Logba) is a Gur language spoken in Benin and Togo."@en ;
    skos:inScheme lexvo: ;
    skos:notation "dop"^^xsd:string ;
    skos:prefLabel "Lukpa"@en,
        "Lokpa"@fr,
        "Kilukpa"@sw .

<http://lexvo.org/id/iso639-3/dor> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "dor"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Dori'o_language>,
        <http://www.mpii.de/yago/resource/Dori'o_language> ;
    skos:altLabel "Dori'o language"@en ;
    skos:definition "Dori'o (also known as Kwarekwareo) is an Oceanic language of the Solomon Islands."@en ;
    skos:inScheme lexvo: ;
    skos:notation "dor"^^xsd:string ;
    skos:prefLabel "Dori'o"@en,
        "Dori’o jezik"@hr .

<http://lexvo.org/id/iso639-3/dos> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "dos"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Doghose_language>,
        <http://www.mpii.de/yago/resource/Doghose_language> ;
    skos:altLabel "Doghose language"@en ;
    skos:definition "Dogosé, or Doghose, is a Gur language of Burkina Faso."@en ;
    skos:inScheme lexvo: ;
    skos:notation "dos"^^xsd:string ;
    skos:prefLabel "Dogosé"@en .

<http://lexvo.org/id/iso639-3/dot> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "dot"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Dass_language>,
        <http://www.mpii.de/yago/resource/Dass_language> ;
    skos:altLabel "Dass language"@en ;
    skos:definition "Dass (also known as Barawa) is an Afro-Asiatic language spoken in Bauchi State and Plateau State, Nigeria."@en ;
    skos:inScheme lexvo: ;
    skos:notation "dot"^^xsd:string ;
    skos:prefLabel "Dass"@en .

<http://lexvo.org/id/iso639-3/dox> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "dox"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Bussa_language>,
        <http://www.mpii.de/yago/resource/Bussa_language> ;
    skos:altLabel "Bussa language"@en ;
    skos:definition "Bussa (also known as Muusiye, Dobase, Doopace, Dopaasunte, Lohu, Mashile, Mashelle, Masholle, Mosiye, Musiye, Gobeze, Gowase, Goraze, Orase) is an East Cushitic language spoken in the Dirashe special woreda of the Southern Nations, Nationalities, and People's Region located in southern Ethiopia. The people themselves, numbering 19,628 according to the 2007 census, call their language Mossittaata. Two varieties can be distinguished: North and West Bussa."@en ;
    skos:inScheme lexvo: ;
    skos:notation "dox"^^xsd:string ;
    skos:prefLabel "Bouseg"@br,
        "Bussa"@de,
        "Bussa"@en,
        "Bussa hizkuntza"@eu,
        "Lenga Bussa"@pms .

<http://lexvo.org/id/iso639-3/doz> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "doz"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Dorze_language>,
        <http://www.mpii.de/yago/resource/Dorze_language> ;
    skos:altLabel "Dorze language"@en ;
    skos:definition "Dorze is an Afro-Asiatic language spoken in the Gamo Gofa Zone of Ethiopia. Alemayehu Abebe reports that while performing preliminary fieldwork in 1992, he found 14 kebeles in Chencha woreda with Dorze speakers."@en ;
    skos:inScheme lexvo: ;
    skos:notation "doz"^^xsd:string ;
    skos:prefLabel "Dorze"@en,
        "Dorzé"@fr .

<http://lexvo.org/id/iso639-3/drc> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "drc"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Minderico_language>,
        <http://www.mpii.de/yago/resource/Minderico_language> ;
    skos:altLabel "Minderico language"@en ;
    skos:definition "Minderico, also known as Piação do Ninhou (the language of Minde), was originally a sociolect or a secret language spoken by textile producers and traders in the freguesia (civil parish) of Minde (Alcanena, Portugal). After this initial phase (18th century), Minderico began to expand its vocabulary continuously and creatively. This expansion was (and continues to be) intimately related to the socio-cultural experiences of the inhabitants of Minde. For example, names and nicknames of well-known persons from Minde and the neighbouring areas were used as lexemes to express physical or psychological characteristics, as these characteristics were salient for those persons. This method of lexical formation can be explained by the fact that Minde, due to its geographical isolation, is a small and close knit community, where everyone knows one another. Therefore, using names of persons as a means to express the characteristics associated to them was immediately understood amongst members of the speech community; this was not an obstacle to effective communication."@en ;
    skos:inScheme lexvo: ;
    skos:notation "drc"^^xsd:string ;
    skos:prefLabel "Minderico"@en,
        "Minderico"@pt .

<http://lexvo.org/id/iso639-3/drd> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "drd"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/darm1243> ;
    skos:inScheme lexvo: ;
    skos:notation "drd"^^xsd:string ;
    skos:prefLabel "Darmiya"@en .

<http://lexvo.org/id/iso639-3/dri> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "dri"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Lela_language>,
        <http://www.mpii.de/yago/resource/Lela_language> ;
    skos:altLabel "Lela language"@en ;
    skos:definition "Lela or C’lela (Chilela) is a Kainji language of Nigeria. It is known as Dakarkari in Hausa."@en ;
    skos:inScheme lexvo: ;
    skos:notation "dri"^^xsd:string ;
    skos:prefLabel "C'lela"@en .

<http://lexvo.org/id/iso639-3/drn> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "drn"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/West_Damar_language>,
        <http://www.mpii.de/yago/resource/West_Damar_language> ;
    skos:altLabel "Damar, West"@en,
        "West Damar language"@en ;
    skos:definition "West Damar, or North Damar, is an Austronesian language of the Maluku Islands of Indonesia."@en ;
    skos:inScheme lexvo: ;
    skos:notation "drn"^^xsd:string ;
    skos:prefLabel "West Damar"@en .

<http://lexvo.org/id/iso639-3/drq> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "drq"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Dura_language>,
        <http://www.mpii.de/yago/resource/Dura_language> ;
    skos:altLabel "Dura language"@en ;
    skos:definition "Dura is a critically endangered language of Nepal, and the ethnic group that has historically spoken it. It has been classified in the West Bodish branch of Tibetan languages, though more recent work separates it out as an independent branch of Tibeto-Burman. Many of the Dura have switched to speaking Nepali, and the Dura language has sometimes been thought to be extinct. Some of the people who have switched to Nepali for their daily speech still use Dura only for saying prayers."@en ;
    skos:inScheme lexvo: ;
    skos:notation "drq"^^xsd:string ;
    skos:prefLabel "Dura"@en,
        "Duraish"@gv,
        "ദൂറ"@ml .

<http://lexvo.org/id/iso639-3/drr> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "drr"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Dororo_language>,
        <http://www.mpii.de/yago/resource/Dororo_language> ;
    skos:altLabel "Dororo language"@en ;
    skos:definition "Dororo or Doriri is an extinct language that was once spoken in New Georgia (Solomon Islands). Dororo might have been a dialect of the extinct Kazukuro language."@en ;
    skos:inScheme lexvo: ;
    skos:notation "drr"^^xsd:string ;
    skos:prefLabel "Dororo"@en,
        "Dororo"@it,
        "Język dororo"@pl .

<http://lexvo.org/id/iso639-3/drs> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "drs"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Gedeo_language>,
        <http://www.mpii.de/yago/resource/Gedeo_language> ;
    skos:altLabel "Gedeo language"@en ;
    skos:definition "Gedeo is the name of a Highland East Cushitic language of the Afro-Asiatic family spoken in south central Ethiopia. Alternate names for the language include Derasa, Deresa, Darassa, Geddeo, Derasanya, Darasa. It is spoken by the Gedeo people, who live in the highland area, southwest of Dila and east of Lake Abaya."@en ;
    skos:inScheme lexvo: ;
    skos:notation "drs"^^xsd:string ;
    skos:prefLabel "Gedeo"@en,
        "Gedeo hizkuntza"@eu,
        "Lenga Gedeo"@pms .

<http://lexvo.org/id/iso639-3/drt> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "drt"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Dr%C3%A8ents>,
        <http://www.mpii.de/yago/resource/Dr%C3%A8ents> ;
    skos:altLabel "Drèents"@en ;
    skos:definition "Drèents (also Dreins, Dreints, Drents, Drints; ) is a collective term for the dialects spoken in Drenthe, a province of the Netherlands. The dialects, which are still spoken by half the population of Drenthe, are Dutch Low Saxon variants."@en ;
    skos:inScheme lexvo: ;
    skos:notation "drt"^^xsd:string ;
    skos:prefLabel "Drents"@en,
        "درنتی"@fa,
        "Drents"@fr,
        "Drintsk"@fy,
        "Drentski jezik"@hr,
        "Drents"@li,
        "Drèents"@nds,
        "Drents"@nl,
        "Lenga drents"@pms .

<http://lexvo.org/id/iso639-3/dry> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "dry"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/dara1250> ;
    skos:inScheme lexvo: ;
    skos:notation "dry"^^xsd:string ;
    skos:prefLabel "Darai"@en .

<http://lexvo.org/id/iso639-3/dsl> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "dsl"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Danish_Sign_Language>,
        <http://www.mpii.de/yago/resource/Danish_Sign_Language> ;
    skos:definition "Danish Sign Language (DSL) is the sign language used in Denmark."@en ;
    skos:inScheme lexvo: ;
    skos:notation "dsl"^^xsd:string ;
    skos:prefLabel "Dansk tegnsprog"@da,
        "Danish Sign Language"@en,
        "Danski znakovni jezik"@hr,
        "Dansk tegnspråk"@no,
        "Língua de sinais dinamarquesa"@pt .

<http://lexvo.org/id/iso639-3/dsn> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "dsn"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Dusner_language>,
        <http://www.mpii.de/yago/resource/Dusner_language> ;
    skos:altLabel "Dusner language"@en ;
    skos:definition "Dusner is spoken in the Wandamen Bay area Cenderawasih Bay in the province of Papua, Indonesia. Dusner is highly endangered, and has been reported to have just three remaining speakers."@en ;
    skos:inScheme lexvo: ;
    skos:notation "dsn"^^xsd:string ;
    skos:prefLabel "Dusner"@en .

<http://lexvo.org/id/iso639-3/dsq> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "dsq"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Tadaksahak_language>,
        <http://www.mpii.de/yago/resource/Tadaksahak_language> ;
    skos:altLabel "Tadaksahak language"@en ;
    skos:definition "The Dawsahak language, Tadaksahak (also Daoussahak and other spellings) is a Songhay language spoken by the pastoralist Idaksahak of the Ménaka area of Mali. Its phonology, verb morphology, and vocabulary has been strongly influenced by the neighboring Tuareg languages, Tamasheq and Tamajaq."@en ;
    skos:inScheme lexvo: ;
    skos:notation "dsq"^^xsd:string ;
    skos:prefLabel "Tadaksahakeg"@br,
        "Tadaksahak"@de,
        "Tadaksahak"@en,
        "Tadaksahak jezik"@hr,
        "Lenga Tadaksahak"@pms .

<http://lexvo.org/id/iso639-3/dtd> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "dtd"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Ditidaht_language>,
        <http://www.mpii.de/yago/resource/Ditidaht_language> ;
    skos:altLabel "Ditidaht language"@en ;
    skos:definition "Ditidaht (also Nitinaht, Nitinat, Southern Nootkan) is a South Wakashan (Nootkan) language spoken on the southern part of Vancouver Island. Nitinaht is related to the other South Wakashan languages, Makah and the neighboring Nuu-chah-nulth."@en ;
    skos:inScheme lexvo: ;
    skos:notation "dtd"^^xsd:string ;
    skos:prefLabel "Ditidaht"@en,
        "Nitinaht"@fr,
        "Nitinat"@hr .

<http://lexvo.org/id/iso639-3/dti> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "dti"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Ana_Dogon>,
        <http://www.mpii.de/yago/resource/Ana_Dogon> ;
    skos:altLabel "Ana Tinga Dogon"@en,
        "Dogon, Ana Tinga"@en ;
    skos:definition "Ana Dogon, or Ana Tiŋa, is a recently discovered Dogon language spoken in Mali. It was first reported online by Roger Blench."@en ;
    skos:inScheme lexvo: ;
    skos:notation "dti"^^xsd:string ;
    skos:prefLabel "Ana Dogon"@en .

<http://lexvo.org/id/iso639-3/dtp> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "dtp"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Dusun_language>,
        <http://www.mpii.de/yago/resource/Dusun_language> ;
    skos:altLabel "Dusun language"@en,
        "Dusun, Central"@en ;
    skos:definition "Dusun (Dusun:Boros Dusun),is the language spoken by the Dusun people of Sabah, Malaysia."@en ;
    skos:inScheme lexvo: ;
    skos:notation "dtp"^^xsd:string ;
    skos:prefLabel "Central Dusun"@en,
        "Língua dusun"@pt .

<http://lexvo.org/id/iso639-3/dtt> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "dtt"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Toro-tegu_Dogon>,
        <http://www.mpii.de/yago/resource/Toro-tegu_Dogon> ;
    skos:altLabel "Dogon, Toro Tegu"@en,
        "Toro-tegu Dogon"@en ;
    skos:definition "The Toro language, Tɔrɔ tegu Mountain speech, is a Dogon language spoken in Mali. It is closest to the prestige variety of Dogon, Jamsay tegu, though speakers deny they are related and understand little of it. (They understand nothing of the Dogon languages on the escarpment or plateau.) Hochstetler report difficulties in comprehension between Tɔrɔ tegu and one of the western Plains Dogon languages, Tomo kan."@en ;
    skos:inScheme lexvo: ;
    skos:notation "dtt"^^xsd:string ;
    skos:prefLabel "Toro Tegu Dogon"@en .

<http://lexvo.org/id/iso639-3/dtu> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "dtu"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Tebul_Dogon>,
        <http://www.mpii.de/yago/resource/Tebul_Dogon> ;
    skos:altLabel "Dogon, Tebul Ure"@en,
        "Tebul Ure Dogon"@en ;
    skos:definition "The Tebul language, Tebul Ure, is a Dogon language spoken in Mali by the Tebul U (Tebul people). It was first reported under this name online by Roger Blench, who reports that it appears to be the same as a language called Oru Yille in the literature. That name is an error; it means two words in the Tebul language."@en ;
    skos:inScheme lexvo: ;
    skos:notation "dtu"^^xsd:string ;
    skos:prefLabel "Tebul Dogon"@en .

<http://lexvo.org/id/iso639-3/duv> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "duv"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Duvle_language>,
        <http://www.mpii.de/yago/resource/Duvle_language> ;
    skos:altLabel "Duvle language"@en ;
    skos:definition "Duvle (Sikwari) is a Lakes Plain language of Irian Jaya, Indonesia."@en ;
    skos:inScheme lexvo: ;
    skos:notation "duv"^^xsd:string ;
    skos:prefLabel "Duvle"@en .

<http://lexvo.org/id/iso639-3/dwa> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "dwa"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Diri_language>,
        <http://www.mpii.de/yago/resource/Diri_language> ;
    skos:altLabel "Diri language"@en ;
    skos:definition "Diri is an Afro-Asiatic language spoken in Bauchi State, Nigeria."@en ;
    skos:inScheme lexvo: ;
    skos:notation "dwa"^^xsd:string ;
    skos:prefLabel "Diri"@en .

<http://lexvo.org/id/iso639-3/dya> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "dya"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Dyan_language>,
        <http://www.mpii.de/yago/resource/Dyan_language> ;
    skos:altLabel "Dyan language"@en ;
    skos:definition "Dyan (Dan, Dian, Dya, Dyane, Dyanu) is a Gur language of Burkina Faso. Zanga is either a divergent dialect or a closely related language."@en ;
    skos:inScheme lexvo: ;
    skos:notation "dya"^^xsd:string ;
    skos:prefLabel "Dyaneg"@br,
        "Dyan"@de,
        "Dyan"@en,
        "Lenga Dyan"@pms .

<http://lexvo.org/id/iso639-3/dyb> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "dyb"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Djabirr-Djabirr_language>,
        <http://www.mpii.de/yago/resource/Djabirr-Djabirr_language> ;
    skos:altLabel "Djabirr-Djabirr language"@en ;
    skos:definition "Dyaberdyaber (Jabirr-Jabirr) is a Western Nyulnyulan language formerly spoken on the coast south of Beagle Bay in Western Australia."@en ;
    skos:inScheme lexvo: ;
    skos:notation "dyb"^^xsd:string ;
    skos:prefLabel "Dyaberdyaber"@en .

<http://lexvo.org/id/iso639-3/dyd> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "dyd"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Djugun_language>,
        <http://www.mpii.de/yago/resource/Djugun_language> ;
    skos:altLabel "Djugun language"@en ;
    skos:definition "Jukun or Djugun is an Australian Aboriginal language of Western Australia. There are no longer any fluent speakers of Jukun, but some people may remember it to some degree."@en ;
    skos:inScheme lexvo: ;
    skos:notation "dyd"^^xsd:string ;
    skos:prefLabel "Dyugun"@en,
        "Lenga dyugun"@pms,
        "Dyugun"@sv .

<http://lexvo.org/id/iso639-3/dym> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "dym"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Yanda_Dogon>,
        <http://www.mpii.de/yago/resource/Yanda_Dogon> ;
    skos:altLabel "Dogon, Yanda Dom"@en,
        "Yanda Dom Dogon"@en ;
    skos:definition "Yanda Dogon is a Dogon language spoken in Mali. It is reported to be lexically similar to Nanga, which is only known from one report from 1953."@en ;
    skos:inScheme lexvo: ;
    skos:notation "dym"^^xsd:string ;
    skos:prefLabel "Yanda Dogon"@en .

<http://lexvo.org/id/iso639-3/dzd> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "dzd"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Dazawa_language>,
        <http://www.mpii.de/yago/resource/Dazawa_language> ;
    skos:altLabel "Dazawa language"@en ;
    skos:definition "Daza (also known as Dazawa) is an Afro-Asiatic language of unclear affiliation spoken in a few villages of Darazo LGA, Bauchi State, Nigeria."@en ;
    skos:inScheme lexvo: ;
    skos:notation "dzd"^^xsd:string ;
    skos:prefLabel "Daza"@en .

<http://lexvo.org/id/iso639-3/dzg> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "dzg"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Dazaga_language>,
        <http://www.mpii.de/yago/resource/Dazaga_language> ;
    skos:altLabel "لغة الدزازا"@ar,
        "Dazaga language"@en,
        "Dazaga"@fr,
        "Dazaga jezik"@hr,
        "Дазагаски јазик"@mk ;
    skos:definition "The Daza language, Dazaga, also known as Goran (Arabic قرعان), is a language spoken in the Djurab desert region of Chad by the Daza people, and is part of the Saharan branch of the Nilo-Saharan language family. It is said to have about 312,000 speakers. It is closely associated with the Tedaga language, spoken by the Teda, the other Toubou people."@en ;
    skos:inScheme lexvo: ;
    skos:notation "dzg"^^xsd:string ;
    skos:prefLabel "القرعانية"@ar,
        "Dazageg"@br,
        "dazaga"@ca,
        "达扎葛文"@cmn,
        "達薩文"@cmn-Hant,
        "dazaga"@cs,
        "dazaga"@da,
        "Dazaga"@de,
        "Νταζάγκα"@el,
        "Dazaga"@en,
        "dazaga"@es,
        "dazaga"@et,
        "dazaga"@fi,
        "dazaga"@fr,
        "דזאנגה"@he,
        "dazaga"@hr,
        "dazaga"@hu,
        "Dazaga"@id,
        "dazaga"@it,
        "ダザガ語"@ja,
        "다장가어"@ko,
        "ດາຊາກາ"@lo,
        "dazagų"@lt,
        "dazu"@lv,
        "дазага"@mk,
        "dazaga"@nb,
        "Dazaga"@nl,
        "dazaga"@pl,
        "Lenga Dazaga"@pms,
        "dazaga"@pt,
        "dazaga"@ro,
        "dazaga"@sk,
        "dazaga"@sv,
        "ดาซากา"@th,
        "Dazaga"@tr,
        "дазага"@uk,
        "Tiếng Dazaga"@vi .

<http://lexvo.org/id/iso639-3/dzl> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "dzl"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Dzala_language>,
        <http://www.mpii.de/yago/resource/Dzala_language> ;
    skos:altLabel "Dzala language"@en ;
    skos:definition "The Dzala language, also called Dzalakha or Dzalamat, is a member of the Tibeto-Burman language family spoken in eastern Bhutan, in Lhuntse and Trashiyangtse Districts."@en ;
    skos:inScheme lexvo: ;
    skos:notation "dzl"^^xsd:string ;
    skos:prefLabel "Dzalakeg"@br,
        "Dzalakha"@en,
        "Lenga Dzalakha"@pms .

<http://lexvo.org/id/iso639-3/ebg> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ebg"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Ebughu_language>,
        <http://www.mpii.de/yago/resource/Ebughu_language> ;
    skos:altLabel "Ebughu language"@en ;
    skos:inScheme lexvo: ;
    skos:notation "ebg"^^xsd:string ;
    skos:prefLabel "Ebughu"@de,
        "Ebughu"@en,
        "Ebughu jezik"@hr,
        "Lenga Ebughu"@pms .

<http://lexvo.org/id/iso639-3/ebr> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ebr"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Ebri%C3%A9_language>,
        <http://www.mpii.de/yago/resource/Ebri%C3%A9_language> ;
    skos:altLabel "Ebrié language"@en ;
    skos:definition "Ebrié, or Cama (Caman, Kyama, Tchaman, Tsama, Tyama), is spoken in Ivory Coast and Ghana. It is a Potou language of the Kwa branch of the Niger–Congo family of languages."@en ;
    skos:inScheme lexvo: ;
    skos:notation "ebr"^^xsd:string ;
    skos:prefLabel "Tschaman"@de,
        "Ebrié"@en,
        "Tchaman"@fr,
        "Ebrié jezik"@hr,
        "Lenga Ebrié"@pms .

<http://lexvo.org/id/iso639-3/ebu> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ebu"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Embu_language>,
        <http://www.mpii.de/yago/resource/Embu_language> ;
    skos:altLabel "Kiembu"@de,
        "Embu language"@en,
        "Kiembu"@en,
        "Język embu"@pl ;
    skos:definition "Kîembu is a Bantu language of Kenya and spoken by the Aembu (sg. Muembu) or Embu people. ISO 639-3 code is ebu."@en ;
    skos:inScheme lexvo: ;
    skos:notation "ebu"^^xsd:string ;
    skos:prefLabel "إمبو"@ar,
        "embu"@br,
        "embu"@ca,
        "恩布文"@cmn,
        "恩布文"@cmn-Hant,
        "embu"@cs,
        "Embw"@cy,
        "kiembu"@da,
        "Embu"@de,
        "Kĩembu"@ebu,
        "embugbe"@ee,
        "Έμπου"@el,
        "Embu"@en,
        "embu"@es,
        "embu"@et,
        "embu"@fi,
        "kiembu"@fo,
        "kiembu"@fr,
        "אמבו"@he,
        "embu"@hr,
        "embu"@hu,
        "Embu"@id,
        "embu"@is,
        "embu"@it,
        "エンブ語"@ja,
        "엠부어"@ko,
        "Embu"@ksh,
        "ເອັມບູ"@lo,
        "ebu"@lt,
        "kjembu"@lv,
        "ембу"@mk,
        "kiembu"@nb,
        "Embu"@nl,
        "kiembu"@nn,
        "embu"@pl,
        "Lenga Embu"@pms,
        "embu"@pt,
        "embu"@ro,
        "эмбу"@ru,
        "embu"@sk,
        "embu"@sv,
        "Kiembu"@swh,
        "เอ็มบู"@th,
        "lea fakaʻemipū"@to,
        "Embu"@tr,
        "Ембу"@uk,
        "Tiếng Embu"@vi .

<http://lexvo.org/id/iso639-3/ecs> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ecs"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Ecuadorian_Sign_Language>,
        <http://www.mpii.de/yago/resource/Ecuadorian_Sign_Language> ;
    skos:definition "Ecuadorian Sign Language is the deaf sign language of Ecuador."@en ;
    skos:inScheme lexvo: ;
    skos:notation "ecs"^^xsd:string ;
    skos:prefLabel "Ecuadorian Sign Language"@en,
        "Ekvadorski znakovni jezik"@hr,
        "Língua de Sinais do Equador"@pt .

<http://lexvo.org/id/iso639-3/ecy> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ecy"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Eteocypriot_language>,
        <http://www.mpii.de/yago/resource/Eteocypriot_language> ;
    skos:altLabel "Eteocypriot language"@en ;
    skos:definition "Eteocypriot was a pre-Indo-European language spoken in Iron Age Cyprus. The name means \"true\" or \"original Cyprian\" parallel to Eteocretan, both of which names are used by modern scholarship to mean the pre-Greek languages of those places. Eteocypriot was written in the Cypriot syllabary, a syllabic script derived from Linear A (via the Cypro-Minoan variant Linear C). The language was under pressure from Arcadocypriot Greek from ca. the 10th century BC and finally became extinct in c. the 4th century BC."@en ;
    skos:inScheme lexvo: ;
    skos:notation "ecy"^^xsd:string ;
    skos:prefLabel "Eteokiprenezeg"@br,
        "Eteokyprische Sprache"@de,
        "Eteocypriot"@en,
        "Idioma eteochipriota"@es,
        "Étéocypriote"@fr,
        "Eteocipriota"@it,
        "Eteocypriotisch"@nl,
        "Język eteocypryjski"@pl,
        "Língua eteocipriota"@pt,
        "Этеокипрский язык"@ru,
        "Етеокіпрська мова"@uk .

<http://lexvo.org/id/iso639-3/eee> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "eee"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/E_language>,
        <http://www.mpii.de/yago/resource/E_language> ;
    skos:altLabel "e language"@en ;
    skos:definition "E (, ) is a Tai–Chinese mixed language. It is spoken by about 30,000 people, most of whom are classified as Zhuang by the Chinese government, living in the villages of Yongle and Sanfang Districts, Rongshui Miao Autonomous County, Guangxi. The speakers also refer to their language as Kjang E (Edmondso 1992:138)."@en ;
    skos:inScheme lexvo: ;
    skos:notation "eee"^^xsd:string ;
    skos:prefLabel "E"@de,
        "E"@en,
        "Idioma e"@es,
        "E"@fr,
        "E jezik"@hr,
        "Lenga e"@pms,
        "誒話"@zh .

<http://lexvo.org/id/iso639-3/egl> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "egl"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Emilian_language>,
        <http://www.mpii.de/yago/resource/Emilian_language> ;
    skos:altLabel "Emilian language"@en ;
    skos:definition "The term Emilian refers to a group of local languages, popularly also called dialects, which are part of the Gallo-Italic group, and are spoken in the historical region of Emilia. Although commonly referred to as an Italian dialect (even by its speakers), it does not descend from the Italian language."@en ;
    skos:inScheme lexvo: ;
    skos:notation "egl"^^xsd:string ;
    skos:prefLabel "لغة إميليانو"@ar,
        "Emilianisch"@de,
        "Emilian"@en,
        "Dialecte émilien"@fr,
        "Emilijanski jezik"@hr,
        "Dialetto emiliano"@it,
        "Język emilijski"@pl .

<http://lexvo.org/id/iso639-3/ego> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ego"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Eggon_language>,
        <http://www.mpii.de/yago/resource/Eggon_language> ;
    skos:altLabel "Eggon language"@en ;
    skos:definition "Eggon (also Egon, Ero, Mo Egon, Hill Mada, or Mada Eggon) is one of the Benue–Congo languages spoken in Nigeria. Eggon Taken from the introduction to \"A dictionary of Eggon\", edited by Roger Blench (in preparation) The Eggon language is spoken by a large number of people in Nassarawa State in Central Nigeria. These represent the modern Local Government Areas of Akwanga, Lafia and Nassarawa-Eggon. The main towns of the Eggon people are Akwanga, Nassarawa-Eggon, Kagbu and Wana. They stretch as far south as Lafia and west of Akwanga as far as the railway line. They are bordered on the north by the Mada and to the south by the Migili and the Doma."@en ;
    skos:inScheme lexvo: ;
    skos:notation "ego"^^xsd:string ;
    skos:prefLabel "Eggon"@de,
        "Eggon"@en,
        "Lenga Eggon"@pms .

<http://lexvo.org/id/iso639-3/eiv> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "eiv"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Askopan_language>,
        <http://www.mpii.de/yago/resource/Askopan_language> ;
    skos:altLabel "Askopan language"@en ;
    skos:definition "Eivo Askopan is an East Papuan of Bougainville, an island to the east of New Guinea."@en ;
    skos:inScheme lexvo: ;
    skos:notation "eiv"^^xsd:string ;
    skos:prefLabel "Askopan"@en,
        "Askopan jezik"@hr,
        "Lenga Askopan"@pms .

<http://lexvo.org/id/iso639-3/eke> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "eke"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Eket_language>,
        <http://www.mpii.de/yago/resource/Eket_language> ;
    skos:altLabel "Eket language"@en ;
    skos:definition "Ekit (Eket) is an Ibibio-Efik language of Nigeria."@en ;
    skos:inScheme lexvo: ;
    skos:notation "eke"^^xsd:string ;
    skos:prefLabel "Ekit"@en .

<http://lexvo.org/id/iso639-3/eky> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "eky"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/east2342> ;
    skos:altLabel "Kayah, Eastern"@en ;
    skos:inScheme lexvo: ;
    skos:notation "eky"^^xsd:string ;
    skos:prefLabel "Eastern Kayah"@en .

<http://lexvo.org/id/iso639-3/eli> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "eli"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Nding_language>,
        <http://www.mpii.de/yago/resource/Nding_language> ;
    skos:altLabel "Nding language"@en ;
    skos:definition "Nding is an extinct Niger–Congo language in the Talodi family of Kordofan, Sudan."@en ;
    skos:inScheme lexvo: ;
    skos:notation "eli"^^xsd:string ;
    skos:prefLabel "Ndingeg"@br,
        "Nding"@de,
        "Nding"@en,
        "Ндиншки јазик"@mk,
        "Lenga Nding"@pms .

<http://lexvo.org/id/iso639-3/elk> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "elk"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Elkei_language>,
        <http://www.mpii.de/yago/resource/Elkei_language> ;
    skos:altLabel "Elkei language"@en ;
    skos:definition "Elkei (Olkoi) is a Torricelli language of Papua New Guinea."@en ;
    skos:inScheme lexvo: ;
    skos:notation "elk"^^xsd:string ;
    skos:prefLabel "Elkei"@en .

<http://lexvo.org/id/iso639-3/elm> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "elm"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Eleme_language>,
        <http://www.mpii.de/yago/resource/Eleme_language> ;
    skos:altLabel "Eleme language"@en ;
    skos:definition "Eleme is an Ogoni language of Nigeria."@en ;
    skos:inScheme lexvo: ;
    skos:notation "elm"^^xsd:string ;
    skos:prefLabel "Eleme"@en .

<http://lexvo.org/id/iso639-3/elo> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "elo"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/El_Molo_language>,
        <http://www.mpii.de/yago/resource/El_Molo_language> ;
    skos:altLabel "El Molo language"@en ;
    skos:definition "El Molo is a nearly extinct Afro-Asiatic language spoken in Kenya on the southeastern shore of Lake Turkana. It may be extinct as all speakers in 1994 were over 50. El Molo was thought to be extinct in the middle part of the 20th century, but a few speakers were found in the latter half of that century."@en ;
    skos:inScheme lexvo: ;
    skos:notation "elo"^^xsd:string ;
    skos:prefLabel "El Molo"@en,
        "El Molo hizkuntza"@eu,
        "Lenga El Molo"@pms .

<http://lexvo.org/id/iso639-3/eme> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "eme"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Emerillon_language>,
        <http://www.mpii.de/yago/resource/Emerillon_language> ;
    skos:altLabel "Emerillon language"@en ;
    skos:definition "Emerillon (alternate names Emerilon, Emerion, Mereo, Melejo, Mereyo, Teco) is a Tupi–Guarani language spoken in French Guiana on the rivers Camopi and Tampok."@en ;
    skos:inScheme lexvo: ;
    skos:notation "eme"^^xsd:string ;
    skos:prefLabel "Emerillon"@en,
        "Émérillon"@fr .

<http://lexvo.org/id/iso639-3/emk> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "emk"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/east2426> ;
    skos:altLabel "Maninkakan, Eastern"@en ;
    skos:inScheme lexvo: ;
    skos:notation "emk"^^xsd:string ;
    skos:prefLabel "Eastern Maninkakan"@en .

<http://lexvo.org/id/iso639-3/emm> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "emm"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Mamulique_language>,
        <http://www.mpii.de/yago/resource/Mamulique_language> ;
    skos:altLabel "Mamulique language"@en ;
    skos:definition "Mamulique is an extinct Comecrudan language of Mexico."@en ;
    skos:inScheme lexvo: ;
    skos:notation "emm"^^xsd:string ;
    skos:prefLabel "Mamulique"@en,
        "Mamulique"@fr .

<http://lexvo.org/id/iso639-3/emx> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "emx"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Erromintxela_language>,
        <http://www.mpii.de/yago/resource/Erromintxela_language> ;
    skos:altLabel "Erromintxela language"@en ;
    skos:definition "Erromintxela is the distinctive language of a group of Roma living in the Basque Country, who also go by the name Erromintxela. It is sometimes called Basque Caló or Errumantxela in English; caló vasco, romaní vasco, or errominchela in Spanish; and euskado-rromani or euskado-romani in French. Although detailed accounts of the language date to the end of the 19th century, linguistic research only began in the 1990s."@en ;
    skos:inScheme lexvo: ;
    skos:notation "emx"^^xsd:string ;
    skos:prefLabel "Caló basc"@ca,
        "Erromintxela"@de,
        "Erromintxela"@en,
        "Erromintxela"@es,
        "Erromintxel"@eu,
        "Erromintxela"@fr,
        "Erromintxela jezik"@hr,
        "에로민첼라어"@ko,
        "Erromintxela"@oc,
        "Эрроминчела"@ru .

<http://lexvo.org/id/iso639-3/ena> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ena"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Apali_language>,
        <http://www.mpii.de/yago/resource/Apali_language> ;
    skos:altLabel "Apali language"@en ;
    skos:definition "Apali (Apal) is a Papuan language of Madang Province, Papua New Guinea. Aki (Aci) is a dialect."@en ;
    skos:inScheme lexvo: ;
    skos:notation "ena"^^xsd:string ;
    skos:prefLabel "Apali"@en,
        "Apali jezik"@hr,
        "Lenga Apali"@pms .

<http://lexvo.org/id/iso639-3/enb> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "enb"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Markweta_language>,
        <http://www.mpii.de/yago/resource/Markweta_language> ;
    skos:altLabel "Markweta language"@en ;
    skos:definition "Markweta (Markweeta) is a Kalenjin language of Kenya. The regional terms Endo and Sambirir (or the clan name Talai) have been used for northern and southern Markweta, but they are not distinct dialects."@en ;
    skos:inScheme lexvo: ;
    skos:notation "enb"^^xsd:string ;
    skos:prefLabel "Markweeta"@en .

<http://lexvo.org/id/iso639-3/enc> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "enc"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/En_language>,
        <http://www.mpii.de/yago/resource/En_language> ;
    skos:altLabel "En language"@en ;
    skos:definition "En (autonym: aiɲ53; also known as Nùng Vên) is a Kra language spoken in Vietnam. Before its discovery in 1998, En language was undistinguished from Nùng, which is a Central Tai language closely related to Zhuang. In the late 1990s, Vietnamese linguist Hoàng Văn Ma had first recognized that it was not a Tai language, ultimately leading to field work distinguishing En as a separate language. Researchers have determined En to be most closely related to the Buyang language."@en ;
    skos:inScheme lexvo: ;
    skos:notation "enc"^^xsd:string ;
    skos:prefLabel "En"@en .

<http://lexvo.org/id/iso639-3/enn> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "enn"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/enge1239> ;
    skos:inScheme lexvo: ;
    skos:notation "enn"^^xsd:string ;
    skos:prefLabel "Engenni"@en .

<http://lexvo.org/id/iso639-3/eot> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "eot"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Eotile_language>,
        <http://www.mpii.de/yago/resource/Eotile_language> ;
    skos:altLabel "Beti (Côte d'Ivoire)"@en,
        "Eotile language"@en ;
    skos:definition "Eotile, or Beti, is a nearly extinct Tano language of Ivory Coast. Speakers are shifting to Anyin, with remaining Eotile speakers heavily influenced by that language. The last speaker of \"pure\" Eotile is reported to have died in 1993."@en ;
    skos:inScheme lexvo: ;
    skos:notation "eot"^^xsd:string ;
    skos:prefLabel "Beti"@en .

<http://lexvo.org/id/iso639-3/epi> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "epi"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Epie_language>,
        <http://www.mpii.de/yago/resource/Epie_language> ;
    skos:altLabel "Epie language"@en ;
    skos:definition "Epie (or Epie-Atissa) is a language spoken in Nigeria by the Epie-Atissa clan."@en ;
    skos:inScheme lexvo: ;
    skos:notation "epi"^^xsd:string ;
    skos:prefLabel "Epie"@de,
        "Epie"@en,
        "Epie jezik"@hr,
        "Lenga Epie"@pms .

<http://lexvo.org/id/iso639-3/eri> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "eri"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Ogea_language>,
        <http://www.mpii.de/yago/resource/Ogea_language> ;
    skos:altLabel "Ogea language"@en ;
    skos:definition "Ogea or Erima is a Papuan language spoken by approximately 2210 people living in an area 18 kilometers south of the town of Madang, in the Madang Province of Papua New Guinea."@en ;
    skos:inScheme lexvo: ;
    skos:notation "eri"^^xsd:string ;
    skos:prefLabel "Ogea"@en .

<http://lexvo.org/id/iso639-3/erk> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "erk"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/South_Efate_language>,
        <http://www.mpii.de/yago/resource/South_Efate_language> ;
    skos:altLabel "Efate, South"@en,
        "South Efate language"@en ;
    skos:definition "The South Efate language is a Nuclear Southern Oceanic language of the Malayo-Polynesian language family, spoken on the island of Efate in central Vanuatu. , there are approximately 6,000 speakers who live in coastal villages from Pango to Eton. The language's grammar has been described by Nick Thieberger, who is working on a book of stories and . The field recordings have been archived with Paradisec."@en ;
    skos:inScheme lexvo: ;
    skos:notation "erk"^^xsd:string ;
    skos:prefLabel "South Efate"@en,
        "Éfaté du Sud"@fr,
        "Lenga Efate meridional"@nap,
        "Lenga Efate meridional"@pms .

<http://lexvo.org/id/iso639-3/ero> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ero"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Horpa_language>,
        <http://www.mpii.de/yago/resource/Horpa_language> ;
    skos:altLabel "Horpa language"@en ;
    skos:definition "Horpa, or Ergong, is a Jiarongic language, or languages, of China. Ethnologue 16 lists Shangzhai Horpa (sTodsde) as a distinct language, with additional splits pending for the 17th edition."@en ;
    skos:inScheme lexvo: ;
    skos:notation "ero"^^xsd:string ;
    skos:prefLabel "Horpa"@en .

<http://lexvo.org/id/iso639-3/err> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "err"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Erre_language>,
        <http://www.mpii.de/yago/resource/Erre_language> ;
    skos:altLabel "Erre language"@en ;
    skos:definition "Erre or Arri is an extinct Australian Aboriginal language."@en ;
    skos:inScheme lexvo: ;
    skos:notation "err"^^xsd:string ;
    skos:prefLabel "Erre"@en .

<http://lexvo.org/id/iso639-3/ers> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ers"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Ersu_language>,
        <http://www.mpii.de/yago/resource/Ersu_language> ;
    skos:altLabel "Ersu language"@en ;
    skos:definition "Ersu (, Ersu; also called Duoxu or Erhsu) is a Qiangic language of the Sino-Tibetan language family. It is spoken by about 9,000 people in China; other sources claim the existence of 20,000 speakers, with some 500 monolingual Ersu speakers."@en ;
    skos:inScheme lexvo: ;
    skos:notation "ers"^^xsd:string ;
    skos:prefLabel "Ersoueg"@br,
        "Ersu"@en,
        "Ersu"@fr,
        "ภาษาเอ้อซู"@th .

<http://lexvo.org/id/iso639-3/esi> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "esi"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/nort2943> ;
    skos:altLabel "Inupiatun, North Alaskan"@en ;
    skos:inScheme lexvo: ;
    skos:notation "esi"^^xsd:string ;
    skos:prefLabel "North Alaskan Inupiatun"@en .

<http://lexvo.org/id/iso639-3/esn> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "esn"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Salvadoran_Sign_Language>,
        <http://www.mpii.de/yago/resource/Salvadoran_Sign_Language> ;
    skos:definition "Salvadoran Sign language is a language used by the deaf community in El Salvador. Its main purpose is to provide education. There are three distinct forms of sign language. American Sign Language was brought over to El Salvador from the United States by missionaries who set up small communal schools for the deaf. The government has also created a school for the deaf, teaching by means of their own modified Salvadoran Sign Language. The third type of sign language used is a combination of American Sign Language and Salvadoran Sign language. Most deaf understand and rely upon both. Their own unique Salvidoran Sign language is based on their language and is most useful in regular encounters; however, American Sign Language is often relied on within education due to the larger and more specific vocabulary. This is the reason that the deaf community within El Salvador sometimes relies upon both ASL and SSL in a combined form."@en ;
    skos:inScheme lexvo: ;
    skos:notation "esn"^^xsd:string ;
    skos:prefLabel "Salvadoran Sign Language"@en .

<http://lexvo.org/id/iso639-3/eso> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "eso"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Estonian_Sign_Language>,
        <http://www.mpii.de/yago/resource/Estonian_Sign_Language> ;
    skos:definition "Estonian Sign Language (ESL, ) is the national sign language of Estonia. In 1998 there were about 4,500 signers out of a deaf population of 2000 and a hearing-impaired population ten times that number. It is widespread in the cities of Tallinn and Pärnu among deaf ethnic Estonians; deaf Russian Estonians in Tallinn use Russian Sign Language, Russians outside Tallinn tend to use a Russian&ndash;Estonian Sign Language pidgin, or may be bilingual. In its formative stages, Estonian Sign Language was influenced by Russian and Finnish Sign Language; for example, the ESL sign for butterfly developed from the Finnish sign for bird. There are several dialects, the most archaic of which is the Pärnu variety."@en ;
    skos:inScheme lexvo: ;
    skos:notation "eso"^^xsd:string ;
    skos:prefLabel "Estonian Sign Language"@en,
        "Língua de sinais estoniana"@pt .

<http://lexvo.org/id/iso639-3/etc> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "etc"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Etchemin_language>,
        <http://www.mpii.de/yago/resource/Etchemin_language> ;
    skos:altLabel "Etchemin language"@en ;
    skos:definition "Etchemin was a language of the Algonquian language family, spoken in early colonial times on the coast of Maine. The word Etchemin is a French alteration of an Algonquian word for \"canoe\"."@en ;
    skos:inScheme lexvo: ;
    skos:notation "etc"^^xsd:string ;
    skos:prefLabel "Etchemin"@en,
        "Etchemin jezik"@hr .

<http://lexvo.org/id/iso639-3/eto> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "eto"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Eton_language>,
        <http://www.mpii.de/yago/resource/Eton_language> ;
    skos:altLabel "Eton (Cameroon)"@en,
        "Eton language"@en ;
    skos:definition "Eton, or Iton, is a Bantu language spoken by the Eton people of Cameroon. The exact number of Eton speakers is unknown, although Ethnologue cites 52,000 speakers based on a 1982 estimate by SIL. It is mutually intelligible with Ewondo, a fact which may have delayed its study for some time."@en ;
    skos:inScheme lexvo: ;
    skos:notation "eto"^^xsd:string ;
    skos:prefLabel "Eton"@de,
        "Eton"@en,
        "Język eton"@pl,
        "Lenga Eton"@pms,
        "Kieton"@sw .

<http://lexvo.org/id/iso639-3/etr> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "etr"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/edol1239> ;
    skos:inScheme lexvo: ;
    skos:notation "etr"^^xsd:string ;
    skos:prefLabel "Edolo"@en .

<http://lexvo.org/id/iso639-3/ett> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ett"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Etruscan_language>,
        <http://www.mpii.de/yago/resource/Etruscan_language> ;
    skos:altLabel "Etruscan language"@en ;
    skos:definition "The Etruscan language was spoken and written by the Etruscan civilization, in what is present-day Italy, in the ancient region of Etruria (modern Tuscany plus western Umbria and northern Latium) and in parts of Lombardy, Veneto, and Emilia-Romagna (where the Etruscans were displaced by Gauls). Etruscan was superseded completely by Latin, leaving only a few documents and some loanwords in Latin, such as persona (from Etruscan φersu), and some place-names, such as Roma."@en ;
    skos:inScheme lexvo: ;
    skos:notation "ett"^^xsd:string ;
    skos:prefLabel "Llingua etrusca"@ast,
        "Етруски език"@bg,
        "Etruskeg"@br,
        "Etrusc"@ca,
        "Lingua etrusca"@co,
        "Etruština"@cs,
        "Etrwsceg"@cy,
        "Etruskisk"@da,
        "Etruskische Sprache"@de,
        "Etruski"@diq,
        "Ετρουσκική γλώσσα"@el,
        "Etruscan"@en,
        "Etruska lingvo"@eo,
        "Idioma etrusco"@es,
        "Etruskin kieli"@fi,
        "Étrusque"@fr,
        "Lingua etrusca"@gl,
        "Etruskische Sprache"@gsw-FR,
        "Etruščanski jezik"@hr,
        "Etrušćina"@hsb,
        "Etruszk nyelv"@hu,
        "Lingua etrusc"@ia,
        "Etrúska"@is,
        "Lingua etrusca"@it,
        "エトルリア語"@ja,
        "ეტრუსკული ენა"@ka,
        "에트루리아어"@ko,
        "Etruskek"@kw,
        "Lingua Etrusca"@la,
        "Etruskų kalba"@lt,
        "Etruskisch"@nl,
        "Etruskisk"@nn,
        "Etruskisk"@no,
        "Język etruski"@pl,
        "Língua etrusca"@pt,
        "Этрусский язык"@ru,
        "Etrurski jezik"@sh,
        "Etruskiska"@sv,
        "Етруська мова"@uk,
        "伊特拉斯坎語"@zh .

<http://lexvo.org/id/iso639-3/etx> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "etx"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Eten_language>,
        <http://www.mpii.de/yago/resource/Eten_language> ;
    skos:altLabel "Eten language"@en ;
    skos:definition "Eten (Iten) is a Plateau language of Nigeria."@en ;
    skos:inScheme lexvo: ;
    skos:notation "etx"^^xsd:string ;
    skos:prefLabel "Eten"@en .

<http://lexvo.org/id/iso639-3/etz> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "etz"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Semimi_language>,
        <http://www.mpii.de/yago/resource/Semimi_language> ;
    skos:altLabel "Semimi language"@en ;
    skos:definition "Semimi, or Etna Bay, is a Papuan language spoken in Papua province of Indonesia."@en ;
    skos:inScheme lexvo: ;
    skos:notation "etz"^^xsd:string ;
    skos:prefLabel "Semimi"@en,
        "Mer jezik"@hr .

<http://lexvo.org/id/iso639-3/ext> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ext"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Extremaduran_language>,
        <http://www.mpii.de/yago/resource/Extremaduran_language> ;
    skos:altLabel "Extremaduran dialect"@en,
        "Extremaduran language"@en ;
    skos:definition "Extremaduran (autonym: estremeñu, ) is a Romance language, spoken by several hundred thousand people in Spain, in an area covering the north-western part of the autonomous community of Extremadura and adjoining areas in the province of Salamanca. It should not be confused with the Spanish dialects spoken in most of Extremadura, though it is difficult to establish the boundary between the two languages. Most common people in Spain are not aware of its existence and consider it just a dialect of Spanish."@en ;
    skos:inScheme lexvo: ;
    skos:notation "ext"^^xsd:string ;
    skos:prefLabel "Estremenyo"@an,
        "Estremeñu"@ast,
        "Extremeny"@ca,
        "Extremadurische Sprache"@de,
        "Εξτρεμαδουρική γλώσσα"@el,
        "Extremaduran"@en,
        "Ekstremadura lingvo"@eo,
        "Idioma extremeño"@es,
        "Extremadurera"@eu,
        "Luenga estremeña"@ext,
        "زبان اکسترامادورایی"@fa,
        "Estrémègne"@fr,
        "Lingua estremeña"@gl,
        "Âi-sṳ̂-thi̍t-lùi-mâ-thu-lâ-ngî"@hak,
        "Estremadurski jezik"@hr,
        "Lingua estremadurana"@it,
        "エストレマドゥーラ語"@ja,
        "에스트레마두라어"@ko,
        "Lingua Extremadurensis"@la,
        "Lingua estremenya"@lad,
        "Lhéngua stremenha"@mwl,
        "Extremaduratlahtōlli"@nah,
        "Extremeens"@nl,
        "Ekstremaduransk"@no,
        "Język estremadurski"@pl,
        "Lenga estremaduran-a"@pms,
        "ایکسٹریماڈورن"@pnb,
        "Estremenho"@pt,
        "Эстремадурский язык"@ru,
        "Extremaduriska"@sv,
        "Kiekstremadura"@sw,
        "Estremadursko godka"@szl,
        "Естремадурська мова"@uk,
        "埃斯特雷馬杜拉語"@zh .

<http://lexvo.org/id/iso639-3/eyo> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "eyo"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Keiyo_language>,
        <http://www.mpii.de/yago/resource/Keiyo_language> ;
    skos:altLabel "Keiyo language"@en ;
    skos:definition "Keiyo (Elgeyo) is a Kalenjin language of Kenya."@en ;
    skos:inScheme lexvo: ;
    skos:notation "eyo"^^xsd:string ;
    skos:prefLabel "Keiyo"@en .

<http://lexvo.org/id/iso639-3/fab> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "fab"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Annobonese_language>,
        <http://www.mpii.de/yago/resource/Annobonese_language> ;
    skos:altLabel "Annobonese language"@en ;
    skos:definition "The Annobonese language, known to its speakers as Fá dAmbô or Fa dAmbu, is spoken by 2,500 in the Annobon and Bioko Islands off the coast of Equatorial Guinea, mostly by people of mixed African, Spanish, and Portuguese descent."@en ;
    skos:inScheme lexvo: ;
    skos:notation "fab"^^xsd:string ;
    skos:prefLabel "Annobonesische Sprache"@de,
        "Fa D'ambu"@en,
        "Criollo annobonense"@es,
        "Annoboni keel"@et,
        "Fá d'Ambô"@fr,
        "Fa D’ambu jezik"@hr,
        "Lenga fa d'ambu"@pms,
        "Fá d'Ambô"@pt,
        "Аннобонский язык"@ru,
        "Аннобонська мова"@uk .

<http://lexvo.org/id/iso639-3/faf> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "faf"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Fagani_language>,
        <http://www.mpii.de/yago/resource/Fagani_language> ;
    skos:altLabel "Fagani language"@en ;
    skos:definition "The Fagani language is a member of the family of San Cristobal languages, and is spoken in the northwest part of the island of Makira, formerly known as San Cristobal in the Solomon Islands."@en ;
    skos:inScheme lexvo: ;
    skos:notation "faf"^^xsd:string ;
    skos:prefLabel "Fagani"@en,
        "Fagani jezik"@hr,
        "Lenga Fagani"@pms .

<http://lexvo.org/id/iso639-3/fah> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "fah"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Fali_language_of_Baissa>,
        <http://www.mpii.de/yago/resource/Fali_language_of_Baissa> ;
    skos:altLabel "Fali language of Baissa"@en,
        "Fali, Baissa"@en ;
    skos:definition "Fali is a moribund language of southern Taraba State, Nigeria. It had few speakers as of 1992. It is of uncertain affiliation within the Niger–Congo language family, clearly within the Benue–Congo languages but otherwise unclassified."@en ;
    skos:inScheme lexvo: ;
    skos:notation "fah"^^xsd:string ;
    skos:prefLabel "Baissa Fali"@en .

<http://lexvo.org/id/iso639-3/faj> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "faj"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Faita_language>,
        <http://www.mpii.de/yago/resource/Faita_language> ;
    skos:altLabel "Faita language"@en ;
    skos:definition "Faita is a divergent and nearly extinct Madang language of the Adelbert Range of Papua New Guinea. It was once placed in the now-defunct Brahman branch of Madang."@en ;
    skos:inScheme lexvo: ;
    skos:notation "faj"^^xsd:string ;
    skos:prefLabel "Faita"@en,
        "Faita jezik"@hr,
        "Język faita"@pl,
        "Lenga Faita"@pms .

<http://lexvo.org/id/iso639-3/fam> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "fam"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Fam_language>,
        <http://www.mpii.de/yago/resource/Fam_language> ;
    skos:altLabel "Fam language"@en ;
    skos:definition "Fam is a Bantoid language of Nigeria, with a couple thousand speakers in Cameroon. It is either among or related to the Mambiloid languages."@en ;
    skos:inScheme lexvo: ;
    skos:notation "fam"^^xsd:string ;
    skos:prefLabel "Fam"@de,
        "Fam"@en,
        "Fam jezik"@hr,
        "Lenga Fam"@pms .

<http://lexvo.org/id/iso639-3/fap> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "fap"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/palo1243> ;
    skos:inScheme lexvo: ;
    skos:notation "fap"^^xsd:string ;
    skos:prefLabel "Palor"@en .

<http://lexvo.org/id/iso639-3/fau> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "fau"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Fayu_language>,
        <http://www.mpii.de/yago/resource/Fayu_language> ;
    skos:altLabel "Fayu language"@en ;
    skos:definition "Fayu, also known as Sehudate, is a Lakes Plain language of Irian Jaya, Indonesia spoken by about 350 people."@en ;
    skos:inScheme lexvo: ;
    skos:notation "fau"^^xsd:string ;
    skos:prefLabel "Fayu"@en .

<http://lexvo.org/id/iso639-3/fax> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "fax"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Fala_language>,
        <http://www.mpii.de/yago/resource/Fala_language> ;
    skos:altLabel "Fala language"@en ;
    skos:definition "Fala (\"Speech\") is a Romance language commonly classified in the Portuguese-Galician subgroup, with some traits from Leonese, spoken in Spain by about 10,500 people, of whom 5,500 live in a valley of the northwestern part of Extremadura near the border with Portugal. The speakers of Fala live in the towns of Valverde del Fresno (Valverdi du Fresnu), Eljas (As Ellas) and San Martín de Trevejo (Sa Martín de Trebellu)."@en ;
    skos:inScheme lexvo: ;
    skos:notation "fax"^^xsd:string ;
    skos:prefLabel "Fala de Xàlima"@ca,
        "A Fala"@co,
        "A Fala"@de,
        "Fala"@en,
        "Fala"@es,
        "Extremadurako fala"@eu,
        "A fala"@ext,
        "زبان فالا"@fa,
        "Fala"@fr,
        "Falaansk"@fy,
        "Fala de Estremadura"@gl,
        "Fala"@gv,
        "Fala jezik"@hr,
        "Lingua fala"@it,
        "팔라어"@ko,
        "Lingua Xalamensis"@la,
        "Fala"@nl,
        "Fala"@no,
        "Fala da Estremadura"@pt,
        "Фала де Шалима"@ru,
        "Фальська мова"@uk .

<http://lexvo.org/id/iso639-3/fay> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "fay"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Davani_dialect>,
        <http://www.mpii.de/yago/resource/Davani_dialect> ;
    skos:altLabel "Fars, Southwestern"@en,
        "Southwestern Fars"@en ;
    skos:definition "The Davani dialect (Davani: devani; , UniPers: Davâni) is a southwestern Iranian language or southwestern dialect of Fars, spoken in the village of Davan, 12 kilometers north of Kazerun city in Southern Iran. The number of speakers was estimated around 1000 in 2004."@en ;
    skos:inScheme lexvo: ;
    skos:notation "fay"^^xsd:string ;
    skos:prefLabel "Davani dialect"@en,
        "گویش دوانی"@fa .

<http://lexvo.org/id/iso639-3/fer> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "fer"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Kaligi_language>,
        <http://www.mpii.de/yago/resource/Kaligi_language> ;
    skos:altLabel "Kaligi language"@en ;
    skos:definition "Feroge (Feroghe), endonym Kaligi, is a Ubangian language of South Sudan."@en ;
    skos:inScheme lexvo: ;
    skos:notation "fer"^^xsd:string ;
    skos:prefLabel "Feroge"@de,
        "Feroge"@en,
        "Lenga Feroge"@pms,
        "Фероге језик"@sr .

<http://lexvo.org/id/iso639-3/fgr> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "fgr"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Fongoro_language>,
        <http://www.mpii.de/yago/resource/Fongoro_language> ;
    skos:altLabel "Fongoro language"@en ;
    skos:definition "Fongoro is a minor Central Sudanic language of Chad and formerly of Sudan. It may be one of the Vale languages."@en ;
    skos:inScheme lexvo: ;
    skos:notation "fgr"^^xsd:string ;
    skos:prefLabel "Fongoro"@en .

<http://lexvo.org/id/iso639-3/fie> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "fie"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Fyer_language>,
        <http://www.mpii.de/yago/resource/Fyer_language> ;
    skos:altLabel "Fyer language"@en ;
    skos:definition "Fyer (also known as Fier) is a West Chadic language spoken in Plateau State, Nigeria."@en ;
    skos:inScheme lexvo: ;
    skos:notation "fie"^^xsd:string ;
    skos:prefLabel "Fyer"@en,
        "Fyer jezik"@hr .

<http://lexvo.org/id/iso639-3/fip> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "fip"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Fipa_language>,
        <http://www.mpii.de/yago/resource/Fipa_language> ;
    skos:altLabel "Fipa language"@en ;
    skos:definition "Fipa (Fipa: Ichifipa) is a Bantu language of Tanzania. It is spoken by the Fipa people, who live on the Ufipa plateau in the Rukwa Region of South West Tanzania between Lake Tanganyika and Lake Rukwa. The ethnic group of the Fipa people is larger than the group of Fipa language speakers. On the Tanzanian side, people who speak Mambwe-Lungu may identify as Fipa and consider their language to be a dialect of Fipa. Lungu and Mambwe are also spoken in Zambia where they are considered languages and their speakers are considered to be ethnic groups in their own right, although linguists consider Lungu and Mambwe to be dialects of a single language. There are three dialects: Milanzi (also referred to as IchiSukuuma), Kwa (Ichikwa) and Nkansi."@en ;
    skos:inScheme lexvo: ;
    skos:notation "fip"^^xsd:string ;
    skos:prefLabel "Fipa"@en,
        "Język fipa"@pl,
        "Kifipa"@sw .

<http://lexvo.org/id/iso639-3/fit> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "fit"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Me%C3%A4nkieli>,
        <http://www.mpii.de/yago/resource/Me%C3%A4nkieli> ;
    skos:altLabel "Finnish, Tornedalen"@en,
        "Tornedalen Finnish"@en ;
    skos:definition "Meänkieli (lit. \"our language\") is the name used in Sweden for Finnish dialects spoken in the northernmost parts of the country, around the valley of the Torne River."@en ;
    skos:inScheme lexvo: ;
    skos:notation "fit"^^xsd:string ;
    skos:prefLabel "Meänkieli"@af,
        "Меанкиели"@bg,
        "Meankieleg"@br,
        "Meänkieli"@ca,
        "Meänkieli"@cs,
        "Tornedalsfinsk"@da,
        "Meänkieli"@de,
        "Meängbe"@ee,
        "Meänkieli"@en,
        "Tornival-finna lingvo"@eo,
        "Idioma meänkieli"@es,
        "Meä keel"@et,
        "Meänkieli"@eu,
        "Meänkieli"@fi,
        "Meänkieli"@fr,
        "Meänkieli"@gsw-FR,
        "Meänkieli nyelv"@hu,
        "Meänkieli"@it,
        "メアンキエリ"@ja,
        "메앤키엘리"@ko,
        "Меенкьели"@mdf,
        "Мејанкиели"@mk,
        "Meänkieli"@nl,
        "Meänkieli"@nn,
        "Tornedalsfinsk"@no,
        "Meänkieli"@pl,
        "Língua meänkieli"@pt,
        "Меянкиели"@ru,
        "Meängiella"@se,
        "Meänkieli"@sk,
        "Meänkieli"@sv,
        "Meänkieli"@tr,
        "Meä kiil"@vro .

<http://lexvo.org/id/iso639-3/fiw> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "fiw"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Fiwaga_language>,
        <http://www.mpii.de/yago/resource/Fiwaga_language> ;
    skos:altLabel "Fiwaga language"@en ;
    skos:definition "Fiwaga (Fimaga, Fiwage) is a Papuan language of Papua New Guinea."@en ;
    skos:inScheme lexvo: ;
    skos:notation "fiw"^^xsd:string ;
    skos:prefLabel "Fiwaga"@en .

<http://lexvo.org/id/iso639-3/fkk> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "fkk"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Kirya-Konz%C9%99l_language>,
        <http://www.mpii.de/yago/resource/Kirya-Konz%C9%99l_language> ;
    skos:altLabel "Kirya-Konzəl language"@en ;
    skos:definition "Kirya-Konzəl is a recently documented Chadic language of Nigeria, though it was first attested in 1931. The varieties, Fali of Kirya (Kirya) and Fali of Mijilu (Konzəl), are very close."@en ;
    skos:inScheme lexvo: ;
    skos:notation "fkk"^^xsd:string ;
    skos:prefLabel "Kirya-Konzəl"@en .

<http://lexvo.org/id/iso639-3/fkv> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "fkv"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Kven_language>,
        <http://www.mpii.de/yago/resource/Kven_language> ;
    skos:altLabel "Finnish, Kven"@en,
        "Kven language"@en ;
    skos:definition "The Kven language is a Finnic language spoken in northern Norway by the Kven people. For political and historical reasons, it received the status of a minority language in 2005 within the framework of the European Charter for Regional or Minority Languages. Linguistically, however, it is seen as a mutually intelligible dialect of the Finnish language, and grouped together with the Peräpohjola dialects such as Meänkieli, spoken in Torne Valley in Sweden."@en ;
    skos:inScheme lexvo: ;
    skos:notation "fkv"^^xsd:string ;
    skos:prefLabel "Kven"@ca,
        "Kvenština"@cs,
        "Kvenische Sprache"@de,
        "Kven Finnish"@en,
        "Idioma kven"@es,
        "Kveeni keel"@et,
        "Kven hizkuntza"@eu,
        "Ruijan murteet"@fi,
        "Kvène"@fr,
        "Kvenski finski"@hr,
        "Kvenų kalba"@lt,
        "Kvenu kalba"@lt-x,
        "Квенски јазик"@mk,
        "Kveens"@nl,
        "Kvensk"@nn,
        "Kvensk"@no,
        "Lenga finlandèisa, Kven"@pms,
        "Kven"@pt,
        "Квенский язык"@ru,
        "Kvänska"@sv,
        "Kveeni kiil"@vro .

<http://lexvo.org/id/iso639-3/fla> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "fla"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/kali1308> ;
    skos:inScheme lexvo: ;
    skos:notation "fla"^^xsd:string ;
    skos:prefLabel "Kalispel-Pend d'Oreille"@en .

<http://lexvo.org/id/iso639-3/flh> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "flh"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Foau_language>,
        <http://www.mpii.de/yago/resource/Foau_language> ;
    skos:altLabel "Foau language"@en ;
    skos:definition "Foau or Doa is a Lakes Plain language of Irian Jaya, Indonesia."@en ;
    skos:inScheme lexvo: ;
    skos:notation "flh"^^xsd:string ;
    skos:prefLabel "Foau"@en .

<http://lexvo.org/id/iso639-3/fli> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "fli"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Fali_languages_(Chadic)>,
        <http://www.mpii.de/yago/resource/Fali_languages_(Chadic)> ;
    skos:altLabel "Fali languages"@en ;
    skos:definition "Fali, or Fali of Mubi after the local city, is an Afro-Asiatic dialect cluster spoken in Nigeria in Adamawa State in the Mubi and Michika LGAs. It is one of several languages in the area that go by the generic name Fali."@en ;
    skos:inScheme lexvo: ;
    skos:notation "fli"^^xsd:string ;
    skos:prefLabel "Falieg"@br,
        "Fali"@en,
        "Fali jezik"@hr,
        "Lenga Fali"@pms .

<http://lexvo.org/id/iso639-3/fln> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "fln"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Yalgawarra_language>,
        <http://www.mpii.de/yago/resource/Yalgawarra_language> ;
    skos:altLabel "Yalgawarra language"@en ;
    skos:definition "The Flinders Island language, Yalgawarra, is an extinct language of Australia. It is not close to any other."@en ;
    skos:inScheme lexvo: ;
    skos:notation "fln"^^xsd:string ;
    skos:prefLabel "Flinders Island"@en .

<http://lexvo.org/id/iso639-3/flr> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "flr"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Furiiru_language>,
        <http://www.mpii.de/yago/resource/Furiiru_language> ;
    skos:altLabel "Furiiru language"@en ;
    skos:definition "The Furiiru language is the language spoken by the Fuliiru (plural Bafuliiru) people, also known as the Fuliru or Fulero, who live north and west of the town of Uvira in Uvira Territory, South Kivu province in the far eastern part of the Democratic Republic of the Congo. They numbered an estimated 300,000 in 1999."@en ;
    skos:inScheme lexvo: ;
    skos:notation "flr"^^xsd:string ;
    skos:prefLabel "Fuliiru"@en,
        "Bafuliru"@fr,
        "Kifuliiru"@sw .

<http://lexvo.org/id/iso639-3/fng> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "fng"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Fanagalo>,
        <http://www.mpii.de/yago/resource/Fanagalo> ;
    skos:definition "Fanagalo Fanakalo is a pidgin (simplified language) based primarily on Zulu, with English and a small Afrikaans input. It is used as a lingua franca, mainly in the gold, diamond, coal and copper mining industries in South Africa and to a lesser extent in the Democratic Republic of the Congo, Namibia, Zambia, and Zimbabwe. Although it is used as a second language only, the number of speakers was estimated as \"several hundred thousand\" in 1975. As with India, once the British went, English became the lingua franca enabling different tribes in the same country to communicate with each other, and Fanagalo use declined."@en ;
    skos:inScheme lexvo: ;
    skos:notation "fng"^^xsd:string ;
    skos:prefLabel "Fanagalo"@af,
        "Fanakalo"@de,
        "Fanagalo"@en,
        "Fanagalo"@eo,
        "Fanagalo jezik"@hr,
        "Fanagalo"@it,
        "Lenga fanagalo"@pms,
        "Língua fanagalo"@pt,
        "Фанагало"@ru,
        "Fanagalo"@sv,
        "Fanakalo"@vec .

<http://lexvo.org/id/iso639-3/fod> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "fod"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Foodo_language>,
        <http://www.mpii.de/yago/resource/Foodo_language> ;
    skos:altLabel "Foodo language"@en ;
    skos:definition "Foodo is a Guang language spoken by 25,000 in Benin, with a thousand in Ghana, where they originated."@en ;
    skos:inScheme lexvo: ;
    skos:notation "fod"^^xsd:string ;
    skos:prefLabel "Foodo"@en,
        "Kifoodo"@sw .

<http://lexvo.org/id/iso639-3/fqs> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "fqs"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Fas_language>,
        <http://www.mpii.de/yago/resource/Fas_language> ;
    skos:altLabel "Fas language"@en ;
    skos:definition "Fas ( Momu, Bembi) is the eponymous language of the small Fas language family of Papua New Guinea."@en ;
    skos:inScheme lexvo: ;
    skos:notation "fqs"^^xsd:string ;
    skos:prefLabel "Fas"@en .

<http://lexvo.org/id/iso639-3/frc> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "frc"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Cajun_French>,
        <http://www.mpii.de/yago/resource/Cajun_French> ;
    skos:altLabel "French, Cajun"@en ;
    skos:definition "Cajun French (sometimes called Louisiana Regional French , Tulane University.) is a variety or dialects of the French language spoken primarily in Louisiana, specifically in the southern and southwestern parishes."@en ;
    skos:inScheme lexvo: ;
    skos:notation "frc"^^xsd:string ;
    skos:prefLabel "Cajun"@de,
        "Cajun French"@en,
        "Kaĵun-franca lingvo"@eo,
        "Francés cajún"@es,
        "Français cadien"@fr,
        "Francese cajun"@it,
        "Cajun-Frans"@nl,
        "Cajun Frantsöösk"@stq .

<http://lexvo.org/id/iso639-3/frk> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "frk"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Old_Frankish>,
        <http://www.mpii.de/yago/resource/Old_Frankish> ;
    skos:altLabel "Old Frankish"@en ;
    skos:definition ":Not to be confused with Old French. Old Frankish is an extinct West Germanic language, once spoken by the Franks. It is the parent language of all Low Franconian languages, of which Dutch is the best known. Frankish was spoken in areas covering modern Low Countries and adjacent parts of France and Germany between the 4th and 8th century AD."@en ;
    skos:inScheme lexvo: ;
    skos:notation "frk"^^xsd:string ;
    skos:prefLabel "Fràncic"@ca,
        "Altfränkisch"@de,
        "Frankish"@en,
        "Francique"@fr,
        "古フランク語"@ja,
        "Lingua Franconica"@la,
        "Oudfrankisch"@nl,
        "Frâncico"@pt,
        "Франкский язык"@ru,
        "Vî francike"@wa .

<http://lexvo.org/id/iso639-3/frt> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "frt"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Kiai_language>,
        <http://www.mpii.de/yago/resource/Kiai_language> ;
    skos:altLabel "Kiai language"@en ;
    skos:definition "The Kiai language is a vernacular of a native people in the highlands of the central Espiritu Santo Island, Sanma Province, Republic of Vanuatu."@en ;
    skos:inScheme lexvo: ;
    skos:notation "frt"^^xsd:string ;
    skos:prefLabel "Kiai"@bi,
        "Fortsenal"@en,
        "Idioma de kiai"@es,
        "Fortsenal"@fr,
        "Kiai"@hr,
        "Киаи"@ru .

<http://lexvo.org/id/iso639-3/fuj> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "fuj"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Fungor_language>,
        <http://www.mpii.de/yago/resource/Fungor_language> ;
    skos:altLabel "Fungor language"@en ;
    skos:definition "The Fungor language, Ko (Kau) or Nyaro, is a Niger–Congo language of the Heiban family spoken in Kordofan, Sudan."@en ;
    skos:inScheme lexvo: ;
    skos:notation "fuj"^^xsd:string ;
    skos:prefLabel "Koeg"@br,
        "Ko"@de,
        "Ko"@en,
        "Ko jezik"@hr,
        "Коски јазик"@mk,
        "Lenga Ko"@pms .

<http://lexvo.org/id/iso639-3/fuv> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "fuv"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/nige1253> ;
    skos:altLabel "Fulfulde, Nigerian"@en ;
    skos:inScheme lexvo: ;
    skos:notation "fuv"^^xsd:string ;
    skos:prefLabel "Nigerian Fulfulde"@en .

<http://lexvo.org/id/iso639-3/fuy> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "fuy"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Fuyug_language>,
        <http://www.mpii.de/yago/resource/Fuyug_language> ;
    skos:altLabel "Fuyug language"@en ;
    skos:definition "Fuyug (Fuyuge, Fuyughe, Mafufu) is a language of Papua New Guinea."@en ;
    skos:inScheme lexvo: ;
    skos:notation "fuy"^^xsd:string ;
    skos:prefLabel "Fuyug"@en,
        "Fuyug"@fr,
        "Fuyug jezik"@hr,
        "Lenga Fuyug"@pms .

<http://lexvo.org/id/iso639-3/fvr> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "fvr"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/furr1244> ;
    skos:inScheme lexvo: ;
    skos:notation "fvr"^^xsd:string ;
    skos:prefLabel "Fur"@en .

<http://lexvo.org/id/iso639-3/fwa> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "fwa"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/fwai1237> ;
    skos:inScheme lexvo: ;
    skos:notation "fwa"^^xsd:string ;
    skos:prefLabel "Fwâi"@en .

<http://lexvo.org/id/iso639-3/fwe> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "fwe"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Fwe_language>,
        <http://www.mpii.de/yago/resource/Fwe_language> ;
    skos:altLabel "Fwe language"@en ;
    skos:definition "Fwe, or Chifwe, is a Bantu language spoken by 10,000 people along the Okavango River in Namibia. It is closely related to Kuhane, and is one of several Bantu languages of the Okavango which have click consonants."@en ;
    skos:inScheme lexvo: ;
    skos:notation "fwe"^^xsd:string ;
    skos:prefLabel "Fwe"@en .

<http://lexvo.org/id/iso639-3/gab> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "gab"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Gabri_language>,
        <http://www.mpii.de/yago/resource/Gabri_language> ;
    skos:altLabel "Gabri language"@en ;
    skos:definition "Gabri, sometimes disambiguated from related languages also called \"Gabri\" as Southern Gabri, is an East Chadic language spoken in the Tandjilé Region of Chad."@en ;
    skos:inScheme lexvo: ;
    skos:notation "gab"^^xsd:string ;
    skos:prefLabel "Gabri"@en .

<http://lexvo.org/id/iso639-3/gad> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "gad"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Gaddang_language>,
        <http://www.mpii.de/yago/resource/Gaddang_language> ;
    skos:altLabel "Gaddang language"@en ;
    skos:definition "The Gaddang language (also Gaddang or Cagayan) is spoken by up to 30,000 speakers (the Gaddang people) in the Philippines, in the northeastern provinces of Nueva Vizcaya and Isabela and by overseas immigrants in countries located Asia, Australia, Canada, Europe, in the Middle East, UK and the U.S.A.. Most of the speakers can also speak Ilocano, the lingua franca of Northern Luzon. Gaddang is derived from . It is closely related to Ibanag, Itawis, Agta, Atta, Yogad, Isneg and Malaweg."@en ;
    skos:inScheme lexvo: ;
    skos:notation "gad"^^xsd:string ;
    skos:prefLabel "Gaddang"@en,
        "Gaddang jezik"@hr .

<http://lexvo.org/id/iso639-3/gaf> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "gaf"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Gende_language>,
        <http://www.mpii.de/yago/resource/Gende_language> ;
    skos:altLabel "Gende language"@en ;
    skos:definition "Gende (Gendeka, Gene; also Bundi) is a Papuan language spoken in Madang Province, Papua New Guinea."@en ;
    skos:inScheme lexvo: ;
    skos:notation "gaf"^^xsd:string ;
    skos:prefLabel "Gende"@en .

<http://lexvo.org/id/iso639-3/gai> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "gai"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Mbore_language>,
        <http://www.mpii.de/yago/resource/Mbore_language> ;
    skos:altLabel "Mbore language"@en ;
    skos:definition "Mbore (Borei, Mborei) Gamei (Gamai) is a Ramu language of Papua New Guinea."@en ;
    skos:inScheme lexvo: ;
    skos:notation "gai"^^xsd:string ;
    skos:prefLabel "Borei"@en .

<http://lexvo.org/id/iso639-3/gak> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "gak"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Gamkorona_language>,
        <http://www.mpii.de/yago/resource/Gamkorona_language> ;
    skos:altLabel "Gamkorona language"@en ;
    skos:definition "Gamkorona is a Papuan Halmahera language of Indonesia."@en ;
    skos:inScheme lexvo: ;
    skos:notation "gak"^^xsd:string ;
    skos:prefLabel "Gamkonora"@en .

<http://lexvo.org/id/iso639-3/gal> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "gal"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Galoli_language>,
        <http://www.mpii.de/yago/resource/Galoli_language> ;
    skos:altLabel "Galolen"@en,
        "Galoli language"@en ;
    skos:definition "Galoli (also known as Galole) is an ethnic group in East Timor with a population of about 50,000, primarily along the northern coast of the district of Manatuto. To the west lies the Mambai ethnic group. There is an old colony on the southern coast of Wetar island, the Talo, who speak a mutually intelligible language."@en ;
    skos:inScheme lexvo: ;
    skos:notation "gal"^^xsd:string ;
    skos:prefLabel "Galoli"@de,
        "Galoli"@en,
        "Galoli"@fr,
        "Lenga Galoli"@pms,
        "Língua galóli"@pt .

<http://lexvo.org/id/iso639-3/gan> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "gan"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Gan_Chinese>,
        <http://www.mpii.de/yago/resource/Gan_Chinese> ;
    skos:altLabel "Chinese, Gan"@en,
        "Gan language"@en ;
    skos:definition "Gàn (; Gan: Gon ua), alternatively Jiangxinese ( Jiāngxī huà; Gan: Kongsi ua) is spoken as the native language by around 50 million people in the Jiangxi province of China, as well as important population in surrounding regions such as Hunan, Hubei, Anhui and Fujian. Gan is a member of the Sinitic languages of the Sino-Tibetan language family and Hakka is the closest language to Gan in terms of phonetics."@en ;
    skos:inScheme lexvo: ;
    skos:notation "gan"^^xsd:string ;
    skos:prefLabel "ܠܫܢܐ ܕܓܐܢ"@aii,
        "ጋን ቻይንኛ"@am,
        "Idioma chinés gan"@an,
        "كن"@ar,
        "Chinu gang"@ast,
        "Ganeg"@br,
        "Gan"@cy,
        "Gan"@da,
        "Gan"@de,
        "Gan Chinese"@en,
        "Gana lingvo"@eo,
        "Chino gan"@es,
        "Gan-kiina"@fi,
        "Gan"@fr,
        "贛語"@gan,
        "Gan"@gl,
        "Ganish"@gv,
        "Kàm-ngî"@hak,
        "Gan Chinese"@hif,
        "Gan"@hsb,
        "Lingua gan"@it,
        "カン語"@ja,
        "간어"@ko,
        "Lingua Gan"@la,
        "L:贛語"@lzh,
        "Bahasa Gan"@ms,
        "Kàm-gí"@nan,
        "Gan"@nl,
        "Gan"@nn,
        "Gan"@no,
        "Gan"@oc,
        "Język gan"@pl,
        "گان بولی"@pnb,
        "Chinês gan"@pt,
        "Gan"@ro,
        "Гань"@ru,
        "Gan kineski"@sh,
        "Gan"@sv,
        "கான் மொழி"@ta,
        "ภาษาจีนกั้น"@th,
        "Gan"@tr,
        "Ґань"@uk,
        "Tiếng Cám"@vi,
        "赣语"@wuu,
        "江西話"@yue,
        "贛語"@zh .

<http://lexvo.org/id/iso639-3/gaq> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "gaq"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Gataq_language>,
        <http://www.mpii.de/yago/resource/Gataq_language> ;
    skos:altLabel "Gataq language"@en ;
    skos:definition "The Gataq language, also known as is a language spoken by the Didayi people of India."@en ;
    skos:inScheme lexvo: ;
    skos:notation "gaq"^^xsd:string ;
    skos:prefLabel "Gata'"@en .

<http://lexvo.org/id/iso639-3/gat> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "gat"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Kenati_language>,
        <http://www.mpii.de/yago/resource/Kenati_language> ;
    skos:altLabel "Kenati language"@en ;
    skos:definition "Kenati is a poorly documented Papuan language spoken by only about 950 people (as of 1990) in Papua New Guinea. It is also known as Aziana, Ganati, Kenathi. Specifically, it is spoken in 3 villages located in the Eastern Highlands Province, Wonenara District of Papua New Guinea."@en ;
    skos:inScheme lexvo: ;
    skos:notation "gat"^^xsd:string ;
    skos:prefLabel "Kenati"@en,
        "Język kenati"@pl .

<http://lexvo.org/id/iso639-3/gaw> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "gaw"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Nobonob_language>,
        <http://www.mpii.de/yago/resource/Nobonob_language> ;
    skos:altLabel "Nobonob language"@en ;
    skos:definition "Nobonob (Nobanob, Nobnob), also known as Butelkud-Guntabak or Garuh, is a Papuan language of Papua New Guinea. The language expanding slightly. Ari (Ati, A’i) is a dialect."@en ;
    skos:inScheme lexvo: ;
    skos:notation "gaw"^^xsd:string ;
    skos:prefLabel "Nobonob"@en .

<http://lexvo.org/id/iso639-3/gaz> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "gaz"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/west2721> ;
    skos:altLabel "Oromo, West Central"@en ;
    skos:inScheme lexvo: ;
    skos:notation "gaz"^^xsd:string ;
    skos:prefLabel "West Central Oromo"@en .

<http://lexvo.org/id/iso639-3/gba> a lvont:Language,
        skos:Concept ;
    lvont:isFocusOf <http://id.loc.gov/vocabulary/iso639-2/gba> ;
    lvont:iso6392BCode "gba"^^xsd:string ;
    lvont:iso6392TCode "gba"^^xsd:string ;
    lvont:iso639P3PCode "gba"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-2/gba> ;
    owl:sameAs <http://psi.oasis-open.org/iso/639/#gba>,
        <http://www.lingvoj.org/lang/gba>,
        <info:lc/vocabulary/languages/gba> ;
    skos:altLabel "Gbaya (Central African Republic)"@en ;
    skos:inScheme lexvo: ;
    skos:notation "gba"^^xsd:string ;
    skos:prefLabel "الجبيا"@ar,
        "qabaya dili"@az,
        "гбая"@bg,
        "বায়া"@bn,
        "gbaya"@br,
        "ग्बाया"@brx,
        "gbaja"@bs,
        "гбаја"@bs-Cyrl,
        "gbaya"@ca,
        "葛巴亚文"@cmn,
        "葛巴亞文"@cmn-Hant,
        "gbaja"@cs,
        "Gbaia"@cy,
        "gbaya"@da,
        "Gbaya-Sprache"@de,
        "Γκμπάγια"@el,
        "Gbaya"@en,
        "gbaya"@es,
        "gbaja"@et,
        "گبایایی"@fa,
        "gbaja"@fi,
        "gbaya"@fr,
        "Gbaya"@gsw,
        "બાયા"@gu,
        "גבאיה"@he,
        "ग्बाया"@hi,
        "gbaya"@hr,
        "gbaja"@hu,
        "Gbaya"@id,
        "gbaja"@is,
        "gbaya"@it,
        "バヤ語"@ja,
        "ಗ್ಬಾಯಾ"@kn,
        "그바야어"@ko,
        "گبایا"@ks,
        "ບາຍາ"@lo,
        "gbaja"@lt,
        "gbaju"@lv,
        "гбаја"@mk,
        "ഗബ്യ"@ml,
        "बाया"@mr,
        "Gbaja"@mt,
        "gbaya"@nb,
        "Gbaya"@nl,
        "gbaya"@nn,
        "ଗବାୟା"@or,
        "gbaya"@pl,
        "gbaia"@pt,
        "gbaya"@rm,
        "gbaya"@ro,
        "гбая"@ru,
        "gbaja"@sk,
        "gbajščina"@sl,
        "Гбаја"@sr,
        "Gbaja"@sr-Latn,
        "gbaya"@sv,
        "Kigbaya"@swh,
        "பயா"@ta,
        "గ్బాయా"@te,
        "กบายา"@th,
        "Gbaya"@tr,
        "гбайя"@uk,
        "Tiếng Gbaya"@vi .

<http://lexvo.org/id/iso639-3/gbm> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "gbm"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Garhwali_language>,
        <http://www.mpii.de/yago/resource/Garhwali_language> ;
    skos:altLabel "Garhwali language"@en ;
    skos:definition "The Garhwali language is a Central Pahari language belonging to the Northern Zone of Indo-Aryan languages. It is primarily spoken by the Garhwali people who are from the north-western Garhwal Division of the northern Indian state of Uttarakhand in the Indian Himalayas."@en ;
    skos:inScheme lexvo: ;
    skos:notation "gbm"^^xsd:string ;
    skos:prefLabel "Garhválština"@cs,
        "Garhwali"@en,
        "ગઢવાલી ભાષા"@gu,
        "गढ़वाली भाषा"@hi,
        "ガルワーリー語"@ja,
        "Lingua Garhvali"@la,
        "Garhwali"@no,
        "Język garhwali"@pl,
        "Garhvali"@sh,
        "Ґархвалі"@uk .

<http://lexvo.org/id/iso639-3/gbp> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "gbp"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/gbay1287> ;
    skos:inScheme lexvo: ;
    skos:notation "gbp"^^xsd:string ;
    skos:prefLabel "Gbaya-Bossangoa"@en .

<http://lexvo.org/id/iso639-3/gbv> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "gbv"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Gbanu_language>,
        <http://www.mpii.de/yago/resource/Gbanu_language> ;
    skos:altLabel "Gbanu language"@en ;
    skos:definition "Gbanu (Banu, Gbanou) is a Gbaya language of the Central African Republic. The people do not consider themselves to be Gbaya, and it is not clear how distinct Gbanu is from the Gbaya language (or languages)."@en ;
    skos:inScheme lexvo: ;
    skos:notation "gbv"^^xsd:string ;
    skos:prefLabel "Gbanu"@en .

<http://lexvo.org/id/iso639-3/gbz> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "gbz"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Dari_(Zoroastrian)>,
        <http://www.mpii.de/yago/resource/Dari_(Zoroastrian)> ;
    skos:altLabel "Dari, Zoroastrian"@en,
        "Zoroastrian Dari"@en ;
    skos:definition "Dari is a Northwestern Iranian ethnolect spoken as a first language by an estimated 8,000 to 15,000 Zoroastrians in and around the cities of Yazd and Kerman in central Iran. The ethnolect is often overlooked by linguists because the region is predominantly Muslim and because Dari is primarily spoken (rarely written)."@en ;
    skos:inScheme lexvo: ;
    skos:notation "gbz"^^xsd:string ;
    skos:prefLabel "Dari"@en,
        "زبان دری"@fa,
        "Дари"@ru,
        "ภาษาดารี"@th .

<http://lexvo.org/id/iso639-3/gcd> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "gcd"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/gang1267> ;
    skos:inScheme lexvo: ;
    skos:notation "gcd"^^xsd:string ;
    skos:prefLabel "Ganggalida"@en .

<http://lexvo.org/id/iso639-3/gcl> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "gcl"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Grenadian_Creole>,
        <http://www.mpii.de/yago/resource/Grenadian_Creole> ;
    skos:altLabel "Creole English, Grenadian"@en,
        "Grenadian Creole English"@en ;
    skos:definition "Grenadian Creole, is a term that may refer to either Grenadian Creole English or Grenadian Creole French."@en ;
    skos:inScheme lexvo: ;
    skos:notation "gcl"^^xsd:string ;
    skos:prefLabel "Grenadian Creole"@en .

<http://lexvo.org/id/iso639-3/gct> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "gct"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Colonia_Tovar_dialect>,
        <http://www.mpii.de/yago/resource/Colonia_Tovar_dialect> ;
    skos:altLabel "Colonia Tovar dialect"@en,
        "German, Colonia Tovar"@en ;
    skos:definition "Alemán Coloniero, spoken in Colonia Tovar, Venezuela, is a dialect that belongs to the Low Alemannic branch of German."@en ;
    skos:inScheme lexvo: ;
    skos:notation "gct"^^xsd:string ;
    skos:prefLabel "Alemán Coloniero"@af,
        "Alemán Coloniero"@de,
        "Colonia Tovar German"@en,
        "Koloni-alemana lingvo"@eo,
        "Alemán coloniero"@es,
        "آلمان کلونیرو"@fa,
        "Alemán coloniero"@fr,
        "Alemán Coloniero"@gsw-FR,
        "Alemán coloneiro"@hr,
        "Nýlendualemanníska"@is,
        "Alemán Coloniero"@it,
        "알레만 콜로네이로어"@ko,
        "Alemán Coloniero"@nl,
        "Алеман колоньеро"@ru,
        "Aleman Kolonyero"@tl .

<http://lexvo.org/id/iso639-3/gdd> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "gdd"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Gedaged_language>,
        <http://www.mpii.de/yago/resource/Gedaged_language> ;
    skos:altLabel "Gedaged language"@en ;
    skos:definition "Gedaged is an Austronesian language spoken by about 7000 people in coastal villages and on islands in Astrolabe Bay, Madang Province, Papua New Guinea."@en ;
    skos:inScheme lexvo: ;
    skos:notation "gdd"^^xsd:string ;
    skos:prefLabel "Gedaged"@de,
        "Gedaged"@en,
        "Gedaged"@fr,
        "Lenga Gedaged"@pms .

<http://lexvo.org/id/iso639-3/gdg> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "gdg"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Ga'dang_language>,
        <http://www.mpii.de/yago/resource/Ga'dang_language> ;
    skos:altLabel "Ga'dang language"@en ;
    skos:inScheme lexvo: ;
    skos:notation "gdg"^^xsd:string ;
    skos:prefLabel "Ga'dang"@en .

<http://lexvo.org/id/iso639-3/gdh> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "gdh"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Gajirrabeng_language>,
        <http://www.mpii.de/yago/resource/Gajirrabeng_language> ;
    skos:altLabel "Gajirrabeng language"@en ;
    skos:definition "Gajirrabeng (also spelt Gadjerawang, Gajirrawoong, Gadjerong, Gadyerong and Kajirrawung) is an Australian Aboriginal language of the Kimberley region, today known by only three or four fluent speakers."@en ;
    skos:inScheme lexvo: ;
    skos:notation "gdh"^^xsd:string ;
    skos:prefLabel "Gadjerawang"@en,
        "Lenga gadjerawang"@pms,
        "Gadjerawang"@sv .

<http://lexvo.org/id/iso639-3/gdk> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "gdk"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Gadang_language>,
        <http://www.mpii.de/yago/resource/Gadang_language> ;
    skos:altLabel "Gadang language"@en ;
    skos:definition "Gadang is an Afro-Asiatic language spoken in southwestern Chad."@en ;
    skos:inScheme lexvo: ;
    skos:notation "gdk"^^xsd:string ;
    skos:prefLabel "Gadangeg"@br,
        "Gadang"@en .

<http://lexvo.org/id/iso639-3/gdl> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "gdl"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Dirasha_language>,
        <http://www.mpii.de/yago/resource/Dirasha_language> ;
    skos:altLabel "Dirasha language"@en ;
    skos:definition "Dirasha (also known as Ghidole, Diraasha, Dirayta, Gidole, Gardulla, Dhirasha) is a member of the East Cushitic branch of the Afro-Asiatic family. It is spoken in Ethiopia in the Omo Region, in the hills west of Lake Chamo, around Gidole town. A number of speakers also use Oromo or Komso. According to Wondwosen, the \"Dirasha\" is the name of the people, and the name of the language is given variously as \"Dirashitata, Dirayta and Diraytata\" (2006:3,4)."@en ;
    skos:inScheme lexvo: ;
    skos:notation "gdl"^^xsd:string ;
    skos:prefLabel "Dirasha"@en .

<http://lexvo.org/id/iso639-3/gdr> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "gdr"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Wipi_language>,
        <http://www.mpii.de/yago/resource/Wipi_language> ;
    skos:altLabel "Wipi language"@en ;
    skos:definition "Wipii, or Gidra (also Jibu, Oriomo) is a Papuan language of New Guinea."@en ;
    skos:inScheme lexvo: ;
    skos:notation "gdr"^^xsd:string ;
    skos:prefLabel "Wipi"@en .

<http://lexvo.org/id/iso639-3/gds> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "gds"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Ghandruk_Sign_Language>,
        <http://www.mpii.de/yago/resource/Ghandruk_Sign_Language> ;
    skos:definition "Ghandruk Sign Language is an indigenous sign language of the village of Ghandruk in central Nepal."@en ;
    skos:inScheme lexvo: ;
    skos:notation "gds"^^xsd:string ;
    skos:prefLabel "Ghandruk Sign Language"@en .

<http://lexvo.org/id/iso639-3/gdu> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "gdu"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Gudu_language>,
        <http://www.mpii.de/yago/resource/Gudu_language> ;
    skos:altLabel "Gudu language"@en ;
    skos:definition "Gudu (also known as Gudo, Gutu) is an Afro-Asiatic language spoken in Nigeria in Adamawa State in the Song LGA. Kumbi is a dialect."@en ;
    skos:inScheme lexvo: ;
    skos:notation "gdu"^^xsd:string ;
    skos:prefLabel "Gudu"@en .

<http://lexvo.org/id/iso639-3/gdx> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "gdx"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Godwari>,
        <http://www.mpii.de/yago/resource/Godwari> ;
    skos:definition "Godwari is a dialect of Marwari spoken in Godwar."@en ;
    skos:inScheme lexvo: ;
    skos:notation "gdx"^^xsd:string ;
    skos:prefLabel "Godwari"@en,
        "Lenga godwari"@pms .

<http://lexvo.org/id/iso639-3/gea> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "gea"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Geruma_language>,
        <http://www.mpii.de/yago/resource/Geruma_language> ;
    skos:altLabel "Geruma language"@en ;
    skos:definition "Geruma (also known as Gerema, Germa) is an Afro-Asiatic language spoken in Nigeria. Dialects include Duurum and Sum. Speakers are shifting to Hausa."@en ;
    skos:inScheme lexvo: ;
    skos:notation "gea"^^xsd:string ;
    skos:prefLabel "Geruma"@en .

<http://lexvo.org/id/iso639-3/ged> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ged"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/gade1242> ;
    skos:inScheme lexvo: ;
    skos:notation "ged"^^xsd:string ;
    skos:prefLabel "Gade"@en .

<http://lexvo.org/id/iso639-3/geh> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "geh"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Hutterite_German>,
        <http://www.mpii.de/yago/resource/Hutterite_German> ;
    skos:altLabel "German, Hutterite"@en,
        "Hutterite German"@en ;
    skos:definition "Hutterite German (Hutterisch) is an Upper German dialect of the Austro-Bavarian variety of the German language, which is spoken by Hutterite communities in Canada and the United States. Hutterite is also called Tirolean or Low German, but these are anachronisms."@en ;
    skos:inScheme lexvo: ;
    skos:notation "geh"^^xsd:string ;
    skos:prefLabel "Hutterisch"@bar,
        "Alamaneg an Huterited"@br,
        "Hutterische Sprache"@de,
        "Hutterisch"@en,
        "Huterita dialekto"@eo,
        "Hutteritski jezik"@hr,
        "Hutterisch"@lmo,
        "Hutterisch"@nl,
        "Huttrisch"@pl,
        "Хуттерский язык"@ru .

<http://lexvo.org/id/iso639-3/gej> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "gej"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Gen_language>,
        <http://www.mpii.de/yago/resource/Gen_language> ;
    skos:altLabel "Gen language"@en ;
    skos:definition "Gen (also called , , Gebe, Guin, Mina, Mina-Gen, and Popo) is a Gbe language spoken in the southeast of Togo in the Maritime Region. It is also spoken in the Mono Department of Benin. It is part of the Volta–Niger branch of the major African Niger–Congo language family. Like the other Gbe languages, Gen is a tonal language."@en ;
    skos:inScheme lexvo: ;
    skos:notation "gej"^^xsd:string ;
    skos:prefLabel "Geneg"@br,
        "Gen"@de,
        "Gen"@en,
        "Gena lingvo"@eo,
        "Gen"@fr,
        "Lingua gen"@it,
        "Fiteny gen"@mg,
        "Gen"@nl,
        "Língua gen"@pt,
        "Ген"@ru .

<http://lexvo.org/id/iso639-3/gek> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "gek"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Yiwom_language>,
        <http://www.mpii.de/yago/resource/Yiwom_language> ;
    skos:altLabel "Yiwom language"@en ;
    skos:definition "Yiwom Gerka is a Chadic (Afro-Asiatic) language spoken in Plateau State, Nigeria."@en ;
    skos:inScheme lexvo: ;
    skos:notation "gek"^^xsd:string ;
    skos:prefLabel "Yiwom"@en .

<http://lexvo.org/id/iso639-3/gel> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "gel"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Ut-Ma'in_language>,
        <http://www.mpii.de/yago/resource/Ut-Ma'in_language> ;
    skos:altLabel "Ut-Ma'in language"@en,
        "ut-Ma'in language"@en ;
    skos:definition "ut-Ma’in or Fakai is a dialect continuum spoken by 36,000 people in the Fakai district of Nigeria. There are numerous rather divergent dialects: *Kag (Puku, Fakanchi, Et-Kag) *Jiir (Gelanchi, Et-Jiir) *Kur (Kere, Kar, Keri-Ni, Kelli-Ni, Kelanchi, Kelinci) *Zuksun (Zussun, Et-Zuksun) *Ror (Et-Maror, Tudanchi, Er-Gwar) *Fer (Fere, Et-Fer, Wipsi-Ni, Kukum) *Us (Et-Us) *Koor (Kulu)"@en ;
    skos:inScheme lexvo: ;
    skos:notation "gel"^^xsd:string ;
    skos:prefLabel "Ut-Ma'in"@de,
        "ut-Ma'in"@en,
        "Kag-Fer-Jiir-Koor-Ror-Us-Zuksun jezik"@hr,
        "Lenga Kag-Fer-Jiir-Koor-Ror-Us-Zuksun"@pms .

<http://lexvo.org/id/iso639-3/geq> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "geq"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Geme_language>,
        <http://www.mpii.de/yago/resource/Geme_language> ;
    skos:altLabel "Geme language"@en ;
    skos:definition "Geme is a Ubangian language spoken in two small villages of the Central African Republic."@en ;
    skos:inScheme lexvo: ;
    skos:notation "geq"^^xsd:string ;
    skos:prefLabel "Geme"@en .

<http://lexvo.org/id/iso639-3/gew> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "gew"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Gera_language>,
        <http://www.mpii.de/yago/resource/Gera_language> ;
    skos:altLabel "Gera language"@en ;
    skos:definition "Gera (also known as Gerawa) is an Afro-Asiatic language spoken in Nigeria. Speakers are shifting to Hausa."@en ;
    skos:inScheme lexvo: ;
    skos:notation "gew"^^xsd:string ;
    skos:prefLabel "Gera"@en,
        "Gera jezik"@hr .

<http://lexvo.org/id/iso639-3/gex> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "gex"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Garre_language>,
        <http://www.mpii.de/yago/resource/Garre_language> ;
    skos:altLabel "Garre language"@en ;
    skos:definition "Garre (also known as Af-Garre) is an Afro-Asiatic language spoken in southern Somalia, Kenya and Ethiopia by the Garre people."@en ;
    skos:inScheme lexvo: ;
    skos:notation "gex"^^xsd:string ;
    skos:prefLabel "Garre"@en,
        "Garre hizkuntza"@eu,
        "Lenga Garre"@pms .

<http://lexvo.org/id/iso639-3/gft> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "gft"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Gafat_language>,
        <http://www.mpii.de/yago/resource/Gafat_language> ;
    skos:altLabel "Gafat language"@en ;
    skos:definition "The Gafat language is an extinct Semitic language that was once spoken along the Abbay River in Ethiopia. The records of this language are extremely sparse. There is a translation of the Song of Songs written in the 17th or 18th Century held at the Bodleian Library. Charles Beke collected a word list in the early 1840s with difficulty from the few who knew the language, having found that \"the rising generation seem to be altogether ignorant of it; and those grown-up persons who profess to speak it are anything but familiar with it.\" The most recent accounts of this language are the reports of Wolf Leslau, who visited the region in 1947 and after considerable work was able to find a total of four people who could still speak the language. Edward Ullendorff, in his brief exposition on Gafat, concludes that as of the time of his writing, \"one may ..."@en ;
    skos:inScheme lexvo: ;
    skos:notation "gft"^^xsd:string ;
    skos:prefLabel "Gafateg"@br,
        "Gafat"@ca,
        "Gafat"@en,
        "Gafat jezik"@hr,
        "Język gafat"@pl .

<http://lexvo.org/id/iso639-3/ggb> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ggb"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Gbii_language>,
        <http://www.mpii.de/yago/resource/Gbii_language> ;
    skos:altLabel "Gbii language"@en ;
    skos:definition "The Gbii language, also known as Gbee or Gbi-Dowlu, is a Kru language of the Niger–Congo language family. It is spoken in northern Liberia, primarily in Nimba County. Its dialects include Dorbor and Kplor. It has a lexical similarity of 0.78 with the Bassa language, and so might be considered a Bassa dialect."@en ;
    skos:inScheme lexvo: ;
    skos:notation "ggb"^^xsd:string ;
    skos:prefLabel "Gbii"@en .

<http://lexvo.org/id/iso639-3/ggk> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ggk"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Kungarakany_language>,
        <http://www.mpii.de/yago/resource/Kungarakany_language> ;
    skos:altLabel "Kungarakany language"@en ;
    skos:definition "Kungarakany (Gunerakan, Gungaragan, Gungarakanj, Kangarraga, Kungarakan) is an Australian language spoken in the Northern Territory."@en ;
    skos:inScheme lexvo: ;
    skos:notation "ggk"^^xsd:string ;
    skos:prefLabel "Kungarakany"@en .

<http://lexvo.org/id/iso639-3/ggr> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ggr"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Aghu_Tharrnggala_language>,
        <http://www.mpii.de/yago/resource/Aghu_Tharrnggala_language> ;
    skos:altLabel "Aghu Tharrnggala language"@en ;
    skos:definition "Aghu Tharrnggala (or Aghu Tharnggalu) is an extinct Paman language variety formerly spoken on the Cape York Peninsula in Queensland, Australia. The name may also be used to refer to a language consisting of the Aghu Tharrngala dialect and several other related varieties. It is closely related to the other Kuku-Mini languages, and it is unknown when it went extinct."@en ;
    skos:inScheme lexvo: ;
    skos:notation "ggr"^^xsd:string ;
    skos:prefLabel "Aghu Tharnggalu"@en,
        "Aghu Tharnggalu jezik"@hr,
        "Aghu Tharnggalu"@nl,
        "Lenga aghu tharnggalu"@pms,
        "Aghu tharnggalu"@sv .

<http://lexvo.org/id/iso639-3/ggu> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ggu"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Gagu_language>,
        <http://www.mpii.de/yago/resource/Gagu_language> ;
    skos:altLabel "Gagu language"@en,
        "Gban"@en ;
    skos:definition "Gagu (Gagou), or Gban, is a Mande language of Ivory Coast. Dialects are N’da, Bokwa, Bokabo, Tuka."@en ;
    skos:inScheme lexvo: ;
    skos:notation "ggu"^^xsd:string ;
    skos:prefLabel "Gagu"@en .

<http://lexvo.org/id/iso639-3/gha> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "gha"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Ghadam%C3%A8s_language>,
        <http://www.mpii.de/yago/resource/Ghadam%C3%A8s_language> ;
    skos:altLabel "Ghadamès language"@en ;
    skos:definition "Ghadamès is a language spoken mainly by some Libyan Berbers. It is spoken in Ghadames, a small oasis town near the Libyan border with Algeria and Tunisia. It is spoken by 2,000 people in Libya, and 2,000 elsewhere. It has two dialects, Ayt Waziten and Elt Ulid."@en ;
    skos:inScheme lexvo: ;
    skos:notation "gha"^^xsd:string ;
    skos:prefLabel "Ghadamès"@en,
        "Ghadamès jezik"@hr,
        "Гхадамесский язык"@ru,
        "Ghadamès jezik"@sh .

<http://lexvo.org/id/iso639-3/ghc> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ghc"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Classical_Gaelic>,
        <http://www.mpii.de/yago/resource/Classical_Gaelic> ;
    skos:altLabel "Gaelic, Hiberno-Scottish"@en,
        "Hiberno-Scottish Gaelic"@en ;
    skos:definition "Classical Gaelic (; Irish: Gaeilge Chlasaiceach) is the term used in Scotland for the shared literary form that was in use in Scotland and Ireland 13th to the 18th century. The language is that of Early Modern Irish (also known as Classical Irish but not to be confused with Classical Old Irish). Although the first written signs of Scottish Gaelic having diverged from Early Modern Irish appear as far back as the 12th century annotations of the Book of Deer, Scottish Gaelic did not appear in writing or print on a significant scale until the 1767 translation of the New Testament into Scottish Gaelic."@en ;
    skos:inScheme lexvo: ;
    skos:notation "ghc"^^xsd:string ;
    skos:prefLabel "Classical Gaelic"@en .

<http://lexvo.org/id/iso639-3/ghl> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ghl"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/ghul1238> ;
    skos:inScheme lexvo: ;
    skos:notation "ghl"^^xsd:string ;
    skos:prefLabel "Ghulfan"@en .

<http://lexvo.org/id/iso639-3/ghn> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ghn"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Ghanongga_language>,
        <http://www.mpii.de/yago/resource/Ghanongga_language> ;
    skos:altLabel "Ghanongga language"@en ;
    skos:definition "Ghanongga is an Oceanic language spoken by about 2,500 people on Ranongga Island, Solomon Islands."@en ;
    skos:inScheme lexvo: ;
    skos:notation "ghn"^^xsd:string ;
    skos:prefLabel "Ghanongga"@en .

<http://lexvo.org/id/iso639-3/gho> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "gho"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Ghomara_language>,
        <http://www.mpii.de/yago/resource/Ghomara_language> ;
    skos:altLabel "Ghomara language"@en ;
    skos:definition "The language of the Ghomara is a Northern Berber language spoken by at least 10,000 people in Morocco near Tetouan and Chaouen. While included in the Zenati subgroup by some sources (such as the Ethnologue), it is probably more closely related to southern Moroccan languages, such as Central Atlas Tamazight and Shilha. Ghomara Berber is spoken on the western edge of the Rif in Morocco. Contrary to the Ethnologue, it is not extinct; Peter Behnstedt reports that it is spoken in at least the douar of Amtiqan and its immediate neighborhood, just west of Oued Ouringa. However, it is spoken by only a small minority of the Ghomara; even in 1931, according to Carleton Coon, only one of their eight tribes, the Beni Bu Zra, continued to speak it. It is relatively similar to the so-called Senhadja de Srair Berber varieties, spoken around Ketama, but s probably difficult to understand for a speaker of the mainstream dialects of Riff."@en ;
    skos:inScheme lexvo: ;
    skos:notation "gho"^^xsd:string ;
    skos:prefLabel "Gomara"@an,
        "Gomareg"@br,
        "Ghomara"@de,
        "Ghomara"@en,
        "Ghomara jezik"@hr,
        "Lenga Ghomara"@pms,
        "Ghomara jezik"@sh .

<http://lexvo.org/id/iso639-3/gic> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "gic"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Gayle_language>,
        <http://www.mpii.de/yago/resource/Gayle_language> ;
    skos:altLabel "Gayle language"@en ;
    skos:definition "Gayle, or Gail, is an English and Afrikaans-based gay argot or cant slang used primarily by English and Afrikaans-speaking homosexual men in urban communities of South Africa, and is similar in some respects to Polari in the United Kingdom, from which some lexical items have been borrowed. The equivalent language used by homosexual South African men who speak Bantu languages is called IsiNgqumo, and is based on a Nguni lexicon."@en ;
    skos:inScheme lexvo: ;
    skos:notation "gic"^^xsd:string ;
    skos:prefLabel "Gaileg"@br,
        "Gail"@en,
        "Gail jezik"@hr,
        "Língua gail"@pt .

<http://lexvo.org/id/iso639-3/gig> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "gig"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Goaria_language>,
        <http://www.mpii.de/yago/resource/Goaria_language> ;
    skos:altLabel "Goaria language"@en ;
    skos:definition "Goaria is a Marwari Rajasthani language spoken by some 25,000 people in Sindh Province, Pakistan. The people are predominantly Hindu, and use the Hindi language for worship."@en ;
    skos:inScheme lexvo: ;
    skos:notation "gig"^^xsd:string ;
    skos:prefLabel "Goaria"@en,
        "Lingua goaria"@it,
        "Lenga goaria"@pms,
        "கோவாரியா மொழி"@ta,
        "ภาษาคอเรีย"@th .

<http://lexvo.org/id/iso639-3/gim> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "gim"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Gimi_language>,
        <http://www.mpii.de/yago/resource/Gimi_language> ;
    skos:altLabel "Gimi (Eastern Highlands)"@en,
        "Gimi language"@en ;
    skos:definition "Gimi (Labogai) is a Papuan language spoken in Eastern Highlands Province, Papua New Guinea."@en ;
    skos:inScheme lexvo: ;
    skos:notation "gim"^^xsd:string ;
    skos:prefLabel "Gimi"@en .

<http://lexvo.org/id/iso639-3/gis> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "gis"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/North_Giziga_language>,
        <http://www.mpii.de/yago/resource/North_Giziga_language> ;
    skos:altLabel "Giziga, North"@en,
        "North Giziga language"@en ;
    skos:definition "North Giziga is an Afro-Asiatic language spoken in northern Cameroon."@en ;
    skos:inScheme lexvo: ;
    skos:notation "gis"^^xsd:string ;
    skos:prefLabel "North Giziga"@en,
        "Kigiziga-Kaskazini"@sw .

<http://lexvo.org/id/iso639-3/giz> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "giz"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/South_Giziga_language>,
        <http://www.mpii.de/yago/resource/South_Giziga_language> ;
    skos:altLabel "Giziga, South"@en,
        "South Giziga language"@en ;
    skos:definition "South Giziga is an Afro-Asiatic language spoken in northern Cameroon. Dialects are Mi Mijivin, Muturami, and Rum."@en ;
    skos:inScheme lexvo: ;
    skos:notation "giz"^^xsd:string ;
    skos:prefLabel "South Giziga"@en,
        "Kigiziga-Kusini"@sw .

<http://lexvo.org/id/iso639-3/gji> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "gji"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Geji_language>,
        <http://www.mpii.de/yago/resource/Geji_language> ;
    skos:altLabel "Geji language"@en ;
    skos:definition "Geji (Gezawa) is a minor Chadic language of Nigeria."@en ;
    skos:inScheme lexvo: ;
    skos:notation "gji"^^xsd:string ;
    skos:prefLabel "Geji"@en .

<http://lexvo.org/id/iso639-3/gjn> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "gjn"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Gonja_language>,
        <http://www.mpii.de/yago/resource/Gonja_language> ;
    skos:altLabel "Gonja language"@en ;
    skos:definition "The Gonja language is a Kwa language spoken by an estimated 230,000 people, almost all of whom are of the Gonja ethnic group of northern Ghana. Related to Guang languages in the south of Ghana, it is spoken by about a third of the population in the northern region. The Brong-Ahafo and Volta regions lie to the south of the Gonja-speaking area, while Dagombas, Mamprussis and Walas are to the north. Its dialects are Gonja and Choruba."@en ;
    skos:inScheme lexvo: ;
    skos:notation "gjn"^^xsd:string ;
    skos:prefLabel "Gonja"@de,
        "Gonja"@en,
        "Gonja"@fr,
        "Lenga Gonja"@pms .

<http://lexvo.org/id/iso639-3/gli> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "gli"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Guliguli_language>,
        <http://www.mpii.de/yago/resource/Guliguli_language> ;
    skos:altLabel "Guliguli language"@en ;
    skos:definition "Guliguli is an extinct language that was allegedly once spoken on the western slopes of Mt Vinaroni, New Georgia, Solomon Islands. The linguist Karen Davis is skeptical that Guliguli ever existed, since the word guliguli has an obscene meaning in the neighboring Hoava language, and there is no memory among Hoava speakers of a neighboring language with that name. Guliguli was probably either a dialect of the extinct Kazukuru language, or a naive transcription of (the main dialect of) Kazukuru, or even a hoax."@en ;
    skos:inScheme lexvo: ;
    skos:notation "gli"^^xsd:string ;
    skos:prefLabel "Guliguli"@en,
        "Idioma guliguli"@es,
        "Guliguli"@it,
        "Język guliguli"@pl .

<http://lexvo.org/id/iso639-3/glo> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "glo"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Galambu_language>,
        <http://www.mpii.de/yago/resource/Galambu_language> ;
    skos:altLabel "Galambu language"@en ;
    skos:definition "Galambu (also known as Galambi, Galambe, Galembi) is an Afro-Asiatic language spoken in Nigeria. Most members of the ethnic group do not speak Galambu."@en ;
    skos:inScheme lexvo: ;
    skos:notation "glo"^^xsd:string ;
    skos:prefLabel "Galambu"@en,
        "Галамбу"@ru .

<http://lexvo.org/id/iso639-3/glu> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "glu"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/gula1269> ;
    skos:altLabel "Gula (Chad)"@en ;
    skos:inScheme lexvo: ;
    skos:notation "glu"^^xsd:string ;
    skos:prefLabel "Gula"@en .

<http://lexvo.org/id/iso639-3/glw> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "glw"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Glavda_language>,
        <http://www.mpii.de/yago/resource/Glavda_language> ;
    skos:altLabel "Glavda language"@en ;
    skos:definition "Glavda (also known as Galavda, Gelebda, Glanda, Guelebda, Galvaxdaxa) is an Afro-Asiatic language spoken in Borno State, Nigeria and in Far North Province, Cameroon."@en ;
    skos:inScheme lexvo: ;
    skos:notation "glw"^^xsd:string ;
    skos:prefLabel "Glavda"@en,
        "Kiglavda"@sw .

<http://lexvo.org/id/iso639-3/gly> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "gly"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Gule_language>,
        <http://www.mpii.de/yago/resource/Gule_language> ;
    skos:altLabel "Gule language"@en ;
    skos:definition "Gule, also known as Anej, Fecakomodiyo, and Hamej, is an extinct Koman language of Sudan."@en ;
    skos:inScheme lexvo: ;
    skos:notation "gly"^^xsd:string ;
    skos:prefLabel "Gule"@en .

<http://lexvo.org/id/iso639-3/gml> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "gml"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Middle_Low_German>,
        <http://www.mpii.de/yago/resource/Middle_Low_German> ;
    skos:altLabel "German, Middle Low"@en,
        "Middelnederduuts"@nds ;
    skos:definition "Middle Low German (ISO 639-3 code gml) is a language that is the descendant of Old Saxon and is the ancestor of modern Low German. It served as the international lingua franca of the Hanseatic League. It was spoken from about 1100 to 1600."@en ;
    skos:inScheme lexvo: ;
    skos:notation "gml"^^xsd:string ;
    skos:prefLabel "Middelnederduits"@af,
        "Mittelniederdeutsche Sprache"@de,
        "Middle Low German"@en,
        "Mezmalaltgermana lingvo"@eo,
        "Moyen bas allemand"@fr,
        "Középalnémet nyelv"@hu,
        "Среден долногермански јазик"@mk,
        "Middelsassisch"@nds,
        "Middelnederduits"@nl,
        "Middelnedertysk"@no,
        "Средненижненемецкий язык"@ru .

<http://lexvo.org/id/iso639-3/gmy> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "gmy"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Mycenaean_Greek>,
        <http://www.mpii.de/yago/resource/Mycenaean_Greek> ;
    skos:altLabel "Greek, Mycenaean"@en ;
    skos:definition "Mycenaean Greek is the most ancient attested form of the Greek language, spoken on the Greek mainland, Crete and Cyprus in the 16th to 12th centuries BC, before the hypothesised Dorian invasion which was often cited as the terminus post quem for the coming of the Greek language to Greece. The language is preserved in inscriptions in Linear B, a script first attested on Crete before the 14th century BC. Most instances of these inscriptions are on clay tablets found in Knossos in central Crete, and in Pylos in the southwest of the Peloponnese. Other tablets have been found at Mycenae itself, Tiryns and Thebes and at Chania in Western Crete. The language is named after Mycenae, one of the major centres of Mycenaean Greece."@en ;
    skos:inScheme lexvo: ;
    skos:notation "gmy"^^xsd:string ;
    skos:prefLabel "Griego micenico"@an,
        "Микенски език"@bg,
        "Micènic"@ca,
        "Mykenisches Griechisch"@de,
        "Μυκηναϊκή ελληνική"@el,
        "Mycenaean Greek"@en,
        "Griego micénico"@es,
        "Luenga micénica"@ext,
        "Mykeneläinen kreikka"@fi,
        "Mycénien"@fr,
        "Grego micénico"@gl,
        "מיקנית"@he,
        "माइसीनियाई यूनानी"@hi,
        "Mikenski grčki jezik"@hr,
        "Dialetto miceneo"@it,
        "Lingua Graeca Mycenaea"@la,
        "Микенски јазик"@mk,
        "Myceens"@nl,
        "Mykensk språk"@no,
        "Język mykeński"@pl,
        "Grego micênico"@pt,
        "Limba miceniană"@ro,
        "Микенский язык"@ru,
        "Мікенська мова"@uk,
        "邁錫尼希臘語"@zh .

<http://lexvo.org/id/iso639-3/gnb> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "gnb"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Gangte_language>,
        <http://www.mpii.de/yago/resource/Gangte_language> ;
    skos:altLabel "Gangte language"@en ;
    skos:definition "Gangte is a Kukish language of India. There are a few speakers across the border in Burma."@en ;
    skos:inScheme lexvo: ;
    skos:notation "gnb"^^xsd:string ;
    skos:prefLabel "Gangte"@en .

<http://lexvo.org/id/iso639-3/gnc> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "gnc"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Guanche_language>,
        <http://www.mpii.de/yago/resource/Guanche_language> ;
    skos:altLabel "Guanche language"@en ;
    skos:definition "Guanche is an extinct language that was spoken by the Guanches of the Canary Islands until the 16th or 17th century. It is only known today through a few sentences and individual words recorded by early travellers, supplemented by several placenames, as well as some words assimilated into the Canary Islanders' Spanish. Relationships with other languages have therefore been difficult to determine with certainty; however, it is almost certainly Afro-Asiatic, and many linguists consider Guanche to likely be one of, or to be related to, the Berber languages."@en ;
    skos:inScheme lexvo: ;
    skos:notation "gnc"^^xsd:string ;
    skos:prefLabel "Idioma guanche"@an,
        "Gwantcheg"@br,
        "Guanxe"@ca,
        "Guanche"@de,
        "Guanche"@en,
        "Lenguas guanches"@es,
        "Guantxera"@eu,
        "Guanči"@hr,
        "グアンチェ語"@ja,
        "관체어"@ko,
        "Guanche"@nl,
        "Guanche"@oc,
        "Język Guanczów"@pl,
        "Lenga Guanche"@pms,
        "Гуанчские языки"@ru,
        "Guanči"@sh,
        "Давньоканарські мови"@uk .

<http://lexvo.org/id/iso639-3/gnd> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "gnd"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Zulgo-Gemzek_language>,
        <http://www.mpii.de/yago/resource/Zulgo-Gemzek_language> ;
    skos:altLabel "Zulgo-Gemzek language"@en ;
    skos:definition "Zulgo-Gemzek is an Afro-Asiatic language spoken in northern Cameroon. Dialects are Gemzek, Mineo, and Zulgo."@en ;
    skos:inScheme lexvo: ;
    skos:notation "gnd"^^xsd:string ;
    skos:prefLabel "Zoulgwaeg"@br,
        "Zulgo-Gemzek"@en,
        "Zulgo-Gemzek jezik"@hr,
        "Kizulgo-Gemzek"@sw .

<http://lexvo.org/id/iso639-3/gng> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "gng"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Ngangam_language>,
        <http://www.mpii.de/yago/resource/Ngangam_language> ;
    skos:altLabel "Ngangam language"@en ;
    skos:definition "Ngangam (Gangam) is a language of the Gurma people spoken in Togo and Benin."@en ;
    skos:inScheme lexvo: ;
    skos:notation "gng"^^xsd:string ;
    skos:prefLabel "Ngangam"@de,
        "Ngangam"@en,
        "Lenga Ngangam"@pms,
        "Нгангам"@ru,
        "Kingangam"@sw .

<http://lexvo.org/id/iso639-3/gnn> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "gnn"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/guma1253> ;
    skos:inScheme lexvo: ;
    skos:notation "gnn"^^xsd:string ;
    skos:prefLabel "Gumatj"@en .

<http://lexvo.org/id/iso639-3/gnr> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "gnr"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/gure1255> ;
    skos:inScheme lexvo: ;
    skos:notation "gnr"^^xsd:string ;
    skos:prefLabel "Gureng Gureng"@en .

<http://lexvo.org/id/iso639-3/gnu> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "gnu"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Gnau_language>,
        <http://www.mpii.de/yago/resource/Gnau_language> ;
    skos:altLabel "Gnau language"@en ;
    skos:definition "Gnau is a language of Papua New Guinea. It is part of the Torricelli language family."@en ;
    skos:inScheme lexvo: ;
    skos:notation "gnu"^^xsd:string ;
    skos:prefLabel "Gnau"@en,
        "Bahasa Gnau"@id .

<http://lexvo.org/id/iso639-3/gnw> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "gnw"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Western_Bolivian_Guaran%C3%AD>,
        <http://www.mpii.de/yago/resource/Western_Bolivian_Guaran%C3%AD> ;
    skos:altLabel "Guaraní, Western Bolivian"@en ;
    skos:definition "Western Bolivian Guaraní, known locally as Simba and Simba Guaraní, is a Guaraní language spoken in Bolivia, in the Chuquisaca Department north of the Pilcomayo River."@en ;
    skos:inScheme lexvo: ;
    skos:notation "gnw"^^xsd:string ;
    skos:prefLabel "Guaraní bolivià occidental"@ca,
        "Western Bolivian Guaraní"@en,
        "Simba kalba"@lt,
        "Lenga guaraní, bolivian ossidental"@pms .

<http://lexvo.org/id/iso639-3/goe> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "goe"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Gongduk_language>,
        <http://www.mpii.de/yago/resource/Gongduk_language> ;
    skos:altLabel "Gongduk language"@en ;
    skos:definition "Gongduk or Gongdu is an endangered Tibeto-Burman language spoken by about 1,000 people in a few inaccessible villages located near the Kuri Chhu river in the Gongdu Gewog of Mongar District in eastern Bhutan. The language appears to be the sole representative of a unique branch of the Tibeto-Burman language family and retains the complex verbal agreement system of Proto-Tibeto-Burman."@en ;
    skos:inScheme lexvo: ;
    skos:notation "goe"^^xsd:string ;
    skos:prefLabel "Gongdoukeg"@br,
        "Gongduk"@en,
        "Gongdukish"@gv,
        "Lenga Gongduk"@pms,
        "Гонгду"@ru .

<http://lexvo.org/id/iso639-3/gog> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "gog"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Gogo_language>,
        <http://www.mpii.de/yago/resource/Gogo_language> ;
    skos:altLabel "Gogo language"@en ;
    skos:definition "Gogo is a Bantu language spoken by the Gogo people of Dodoma Region in Tanzania. The language is spoken throughout Dodoma Region and into the neighbouring district of Manyoni. The language is considered to have three dialects: Nyambwa (Cinyambwa or West Gogo) spoken to the west of Dodoma and in Manyoni, Nyaugogo (Cinyaugogo or Central Gogo) spoken in the environs of Dodoma, and Tumba (Citumba or East Gogo) spoken to the east. The Gogo group is grouped with Kagulu, which has a 56% lexical similarity with Gogo proper, which leads some to classify Kagulu as a Gogo dialect. Gogo has about 50% lexical similarity with Hehe and Sangu (both Bena–Kinga languages (G.60), 48% with Kimbu and 45% with Nilamba. These last two are both in Zone F. Gogo is spoken by both Christians and Muslims, and is a major language of the Anglican Church of Tanzania."@en ;
    skos:inScheme lexvo: ;
    skos:notation "gog"^^xsd:string ;
    skos:prefLabel "Gogo"@en,
        "ゴゴ語"@ja,
        "Język gogo"@pl,
        "Língua gogo"@pt,
        "Kigogo"@sw .

<http://lexvo.org/id/iso639-3/goo> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "goo"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Gone_Dau_language>,
        <http://www.mpii.de/yago/resource/Gone_Dau_language> ;
    skos:altLabel "Gone Dau language"@en ;
    skos:definition "Gone Dau is an East Fijian language spoken by about 700 people on the islands of Gone and Dau, Fiji. *"@en ;
    skos:inScheme lexvo: ;
    skos:notation "goo"^^xsd:string ;
    skos:prefLabel "Gone Dau"@en,
        "Gone dau"@fr .

<http://lexvo.org/id/iso639-3/gop> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "gop"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Yeretuar_language>,
        <http://www.mpii.de/yago/resource/Yeretuar_language> ;
    skos:altLabel "Yeretuar language"@en ;
    skos:definition "Yeretuar, or Goni, is an Austronesian language in its putative Cenderawasih branch from Cenderawasih Bay (Geelvink Bay) in Indonesian Papua. It is not closely related to other languages."@en ;
    skos:inScheme lexvo: ;
    skos:notation "gop"^^xsd:string ;
    skos:prefLabel "Yeretuar"@en .

<http://lexvo.org/id/iso639-3/gos> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "gos"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Gronings>,
        <http://www.mpii.de/yago/resource/Gronings> ;
    skos:definition "Gronings (, locally ), in the dialect itself called Grunnegs or Grönnegs, is a collective name for some Friso-Saxon dialects spoken in the province of Groningen and around the Groningen border in Drenthe and Friesland. Gronings and the strongly related varieties in East-Frisia have a strong Frisian influence and take a remarkable position within the Low Saxon language. The dialect is characterized by a typical accent and vocabulary, which differ strongly from the other Low Saxon dialects."@en ;
    skos:inScheme lexvo: ;
    skos:notation "gos"^^xsd:string ;
    skos:prefLabel "Groninguès"@ca,
        "Groningsk"@da,
        "Gronings"@de,
        "Gronings"@en,
        "Idioma groningués"@es,
        "خرونینگنی"@fa,
        "Groningois"@fr,
        "Grinslânsk"@fy,
        "Groningenski jezik"@hr,
        "Gronings"@it,
        "フローニン語"@ja,
        "Gronengesch"@lb,
        "Gronings"@li,
        "Grunnegs"@nds,
        "Gronings"@nl,
        "Dialekt groningski"@pl,
        "Lenga gronings"@pms,
        "Гронингенское наречие"@ru,
        "Grôniengs"@vls,
        "Greuniengs"@zea .

<http://lexvo.org/id/iso639-3/gou> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "gou"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Gavar_language>,
        <http://www.mpii.de/yago/resource/Gavar_language> ;
    skos:altLabel "Gavar language"@en ;
    skos:definition "Gavar (also known as Gawar, Gouwar, Gauar, Rtchi, Kortchi, Ma-Gavar) is an Afro-Asiatic language spoken in Cameroon in Far North Province."@en ;
    skos:inScheme lexvo: ;
    skos:notation "gou"^^xsd:string ;
    skos:prefLabel "Gavar"@en,
        "Kigavar"@sw .

<http://lexvo.org/id/iso639-3/grd> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "grd"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Guruntum_language>,
        <http://www.mpii.de/yago/resource/Guruntum_language> ;
    skos:altLabel "Guruntum language"@en ;
    skos:definition "Guruntum is a Chadic language spoken by about 15,000 people in Nigeria. Classification Guruntum is a West Chadic language of the B subgroup."@en ;
    skos:inScheme lexvo: ;
    skos:notation "grd"^^xsd:string ;
    skos:prefLabel "Guruntum-Mbaaru"@en .

<http://lexvo.org/id/iso639-3/grh> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "grh"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Gbiri-Niragu_language>,
        <http://www.mpii.de/yago/resource/Gbiri-Niragu_language> ;
    skos:altLabel "Gbiri-Niragu language"@en ;
    skos:definition "Gbiri-Niragu, also known as Gure-Kahugu, is a Kainji language of Nigeria. Speakers are shifting to Hausa."@en ;
    skos:inScheme lexvo: ;
    skos:notation "grh"^^xsd:string ;
    skos:prefLabel "Gbiri-Niragu"@en .

<http://lexvo.org/id/iso639-3/gri> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "gri"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Ghari_language>,
        <http://www.mpii.de/yago/resource/Ghari_language> ;
    skos:altLabel "Ghari language"@en ;
    skos:definition "Ghari (also known as Gari, Tangarare, Sughu, and West Guadalcanal) is an Oceanic language spoken on Guadalcanal island of the Solomon Islands."@en ;
    skos:inScheme lexvo: ;
    skos:notation "gri"^^xsd:string ;
    skos:prefLabel "Ghari"@en,
        "Ghari"@fr .

<http://lexvo.org/id/iso639-3/gro> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "gro"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Groma_language>,
        <http://www.mpii.de/yago/resource/Groma_language> ;
    skos:altLabel "Groma language"@en ;
    skos:definition "Groma is a language spoken in Sikkim and Tibet. It belongs to the southern group of Tibetan languages. Its speakers identify as Tibetans."@en ;
    skos:inScheme lexvo: ;
    skos:notation "gro"^^xsd:string ;
    skos:prefLabel "Gromeg"@br,
        "Groma"@en,
        "Groma"@fr,
        "Lenga Groma"@pms,
        "Грома"@ru,
        "Ґрома"@uk .

<http://lexvo.org/id/iso639-3/grr> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "grr"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Zenati_language>,
        <http://www.mpii.de/yago/resource/Zenati_language> ;
    skos:altLabel "Zenati language"@en ;
    skos:definition "Zenati, or Taznatit, is the Zenati Berber language of the Gourara (Tigurarin) region, an archipelago of oases surrounding Timimoun in southwestern Algeria, and of a smaller number of villages in Touat to its south, notably Tamentit (where it was already practically extinct by 1985 ) and Tittaf."@en ;
    skos:inScheme lexvo: ;
    skos:notation "grr"^^xsd:string ;
    skos:prefLabel "Taznatit"@en,
        "Taznatit"@fr .

<http://lexvo.org/id/iso639-3/grs> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "grs"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Gresi_language>,
        <http://www.mpii.de/yago/resource/Gresi_language> ;
    skos:altLabel "Gresi language"@en ;
    skos:definition "Gresi (Geresi, Glesi, Gresik, Klesi) is a Papuan language of Indonesia. It is very close to Kemtuik."@en ;
    skos:inScheme lexvo: ;
    skos:notation "grs"^^xsd:string ;
    skos:prefLabel "Gresi"@en .

<http://lexvo.org/id/iso639-3/grx> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "grx"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Guriaso_language>,
        <http://www.mpii.de/yago/resource/Guriaso_language> ;
    skos:altLabel "Guriaso language"@en ;
    skos:definition "Guriaso is a language of Papua New Guinea. Only described in 1983, it is distantly related to the Kwomtari and Nai languages. (See Kwomtari languages for details.)"@en ;
    skos:inScheme lexvo: ;
    skos:notation "grx"^^xsd:string ;
    skos:prefLabel "Guriaso"@en,
        "Nai jezik"@hr,
        "Lenga nai"@pms .

<http://lexvo.org/id/iso639-3/gry> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "gry"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/barc1235> ;
    skos:altLabel "Grebo, Barclayville"@en ;
    skos:inScheme lexvo: ;
    skos:notation "gry"^^xsd:string ;
    skos:prefLabel "Barclayville Grebo"@en .

<http://lexvo.org/id/iso639-3/gsl> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "gsl"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Gusilay_language>,
        <http://www.mpii.de/yago/resource/Gusilay_language> ;
    skos:altLabel "Gusilay language"@en ;
    skos:definition "Gusilay (Gusiilay, Gusilaay, Kusiilaay, Kusilay) is a Jola language of the Casamance region of Senegal."@en ;
    skos:inScheme lexvo: ;
    skos:notation "gsl"^^xsd:string ;
    skos:prefLabel "Gusilay"@de,
        "Gusilay"@en,
        "Gusilay jezik"@hr,
        "Lenga Gusilay"@pms .

<http://lexvo.org/id/iso639-3/gsm> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "gsm"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Guatemalan_Sign_Language>,
        <http://www.mpii.de/yago/resource/Guatemalan_Sign_Language> ;
    skos:definition "Guatelmalan Sign Language is the national deaf sign language used in Guatemala. The first dictionary was published in 2000. It is distinct from the sign languages used in Mexico and other neighboring Spanish speaking countries, and from Highland Maya Sign Language, which is used among Kiche Maya of rural Guatemala."@en ;
    skos:inScheme lexvo: ;
    skos:notation "gsm"^^xsd:string ;
    skos:prefLabel "Guatemalan Sign Language"@en,
        "Lenguaje de señas guatemalteco"@es,
        "Língua Gestual da Guatemala"@pt .

<http://lexvo.org/id/iso639-3/gsp> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "gsp"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Wasembo_language>,
        <http://www.mpii.de/yago/resource/Wasembo_language> ;
    skos:altLabel "Wasembo language"@en ;
    skos:definition "Wasembo, also known as Biapim, Gusap, Yankowan, is a Rai Coast language spoken in Madang Province, Papua New Guinea."@en ;
    skos:inScheme lexvo: ;
    skos:notation "gsp"^^xsd:string ;
    skos:prefLabel "Wasembo"@en .

<http://lexvo.org/id/iso639-3/gua> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "gua"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Shiki_language>,
        <http://www.mpii.de/yago/resource/Shiki_language> ;
    skos:altLabel "Shiki language"@en ;
    skos:definition "Shiki is one of the Bantoid Jarawan languages of Nigeria, spoken in Bauchi State ."@en ;
    skos:inScheme lexvo: ;
    skos:notation "gua"^^xsd:string ;
    skos:prefLabel "Shiki"@en .

<http://lexvo.org/id/iso639-3/gub> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "gub"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/guaj1255> ;
    skos:inScheme lexvo: ;
    skos:notation "gub"^^xsd:string ;
    skos:prefLabel "Guajajára"@en .

<http://lexvo.org/id/iso639-3/gui> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "gui"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/east2555> ;
    skos:altLabel "Guaraní, Eastern Bolivian"@en ;
    skos:inScheme lexvo: ;
    skos:notation "gui"^^xsd:string ;
    skos:prefLabel "Eastern Bolivian Guaraní"@en .

<http://lexvo.org/id/iso639-3/gul> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "gul"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Gullah_language>,
        <http://www.mpii.de/yago/resource/Gullah_language> ;
    skos:altLabel "Creole English, Sea Island"@en,
        "Sea Island Creole English"@en ;
    skos:definition "Gullah (also called Sea Island Creole English and Geechee) is a creole language spoken by the Gullah people (also called \"Geechees\" within the community), an African American population living on the Sea Islands and the coastal region of the U.S. states of North Carolina, South Carolina, Georgia and northeast Florida."@en ;
    skos:inScheme lexvo: ;
    skos:notation "gul"^^xsd:string ;
    skos:prefLabel "Gullah"@de,
        "Gullah language"@en,
        "Gulaoj"@eo,
        "Gullah"@es,
        "Gullah"@fr,
        "Gullah jezik"@hr,
        "ガラ語"@ja,
        "Lingua Gullah"@la,
        "古拉人種"@zh .

<http://lexvo.org/id/iso639-3/gum> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "gum"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/guam1248> ;
    skos:inScheme lexvo: ;
    skos:notation "gum"^^xsd:string ;
    skos:prefLabel "Guambiano"@en .

<http://lexvo.org/id/iso639-3/gun> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "gun"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Mby%C3%A1_Guaran%C3%AD_language>,
        <http://www.mpii.de/yago/resource/Mby%C3%A1_Guaran%C3%AD_language> ;
    skos:altLabel "Guaraní, Mbyá"@en,
        "Mbyá Guaraní language"@en ;
    skos:definition "Mbyá Guaraní is a Tupi–Guaraní language spoken 16,050 Brazilians, 3,000 Argentines, and 8,000 Paraguayans. It is 75% lexically similar to Paraguayan Guaraní."@en ;
    skos:inScheme lexvo: ;
    skos:notation "gun"^^xsd:string ;
    skos:prefLabel "Mbyá Guaraní"@en,
        "Idioma mbyá"@es,
        "Gvaranių mbijų kalba"@lt,
        "Dialeto mbiá"@pt .

<http://lexvo.org/id/iso639-3/gut> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "gut"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Mal%C3%A9ku_language>,
        <http://www.mpii.de/yago/resource/Mal%C3%A9ku_language> ;
    skos:altLabel "Maléku language"@en ;
    skos:definition "The Maléku Jaíka language, also called Guatuso, is an indigenous language of north central Costa Rica. It is a Chibchan language spoken by around 750 indigenous Maléku people."@en ;
    skos:inScheme lexvo: ;
    skos:notation "gut"^^xsd:string ;
    skos:prefLabel "Maléku Jaíka"@en,
        "Idioma guatuso"@es,
        "Maleku"@nn,
        "Maleku"@no .

<http://lexvo.org/id/iso639-3/gva> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "gva"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/guan1268> ;
    skos:altLabel "Guana (Paraguay)"@en ;
    skos:inScheme lexvo: ;
    skos:notation "gva"^^xsd:string ;
    skos:prefLabel "Guana"@en .

<http://lexvo.org/id/iso639-3/gve> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "gve"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Duwet_language>,
        <http://www.mpii.de/yago/resource/Duwet_language> ;
    skos:altLabel "Duwet language"@en ;
    skos:definition "Duwet, also known as Guwot or Waing, is an aberrant member of the Busu subgroup of Lower Markham languages in Morobe Province, Papua New Guinea. Duwet is spoken by about 400 people and appears to have been heavily influenced by its neighboring Nabak language (also called Wain) of the Papuan Trans–New Guinea languages."@en ;
    skos:inScheme lexvo: ;
    skos:notation "gve"^^xsd:string ;
    skos:prefLabel "Duwet"@en .

<http://lexvo.org/id/iso639-3/gvj> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "gvj"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Guaja_language>,
        <http://www.mpii.de/yago/resource/Guaja_language> ;
    skos:altLabel "Guaja language"@en ;
    skos:definition "Guajá, or Awá (also Ayaya, Guaxare, Wazaizara), is an isolated Tupi–Guarani language spoken in Brazil."@en ;
    skos:inScheme lexvo: ;
    skos:notation "gvj"^^xsd:string ;
    skos:prefLabel "Guajá"@en .

<http://lexvo.org/id/iso639-3/gvl> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "gvl"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Gulay_language>,
        <http://www.mpii.de/yago/resource/Gulay_language> ;
    skos:altLabel "Gulay language"@en ;
    skos:definition "Gulay (Gulai) is a Bongo–Bagirmi language of Chad. An eighth of speakers are Pen (Peni), and do not like to be called Gulay."@en ;
    skos:inScheme lexvo: ;
    skos:notation "gvl"^^xsd:string ;
    skos:prefLabel "Gulay"@en .

<http://lexvo.org/id/iso639-3/gvs> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "gvs"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/guma1254> ;
    skos:inScheme lexvo: ;
    skos:notation "gvs"^^xsd:string ;
    skos:prefLabel "Gumawana"@en .

<http://lexvo.org/id/iso639-3/gwa> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "gwa"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Mbato_language>,
        <http://www.mpii.de/yago/resource/Mbato_language> ;
    skos:altLabel "Mbato language"@en ;
    skos:definition "Mbato, also known as Potu or Gwa, is a Kwa language of Ivory Coast and in Ghana. It's one of two Potou languages."@en ;
    skos:inScheme lexvo: ;
    skos:notation "gwa"^^xsd:string ;
    skos:prefLabel "Mbato"@en .

<http://lexvo.org/id/iso639-3/gwe> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "gwe"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Gweno_language>,
        <http://www.mpii.de/yago/resource/Gweno_language> ;
    skos:altLabel "Gweno language"@en ;
    skos:definition "The Gweno are a Chaga ethnic and linguistic group based in the northernmost part of the Pare Mountains in the Kilimanjaro Region of Tanzania. In 2000 the ethnic Gweno population was estimated to number somewhere over 2,000, with their nearly extinct language spoken mostly by older adults, while younger Gweno have shifted to Asu and Swahili."@en ;
    skos:inScheme lexvo: ;
    skos:notation "gwe"^^xsd:string ;
    skos:prefLabel "Gweno"@en,
        "Gvenoj"@eo,
        "Wagweno"@sw .

<http://lexvo.org/id/iso639-3/gwj> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "gwj"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/G%C7%80ui_dialect>,
        <http://www.mpii.de/yago/resource/G%C7%80ui_dialect> ;
    skos:altLabel "Gǀui dialect"@en ;
    skos:definition "or (sometimes spelled |Gwi, Dcui, Gcwi, or Cgui) is a Khoe dialect of Botswana with 2,500 speakers (2004 Cook). It is part of the Gǁana dialect cluster, and is closely related to Naro."@en ;
    skos:inScheme lexvo: ;
    skos:notation "gwj"^^xsd:string ;
    skos:prefLabel "/Gwi"@en,
        "Gǀwi jezik"@hr,
        "Лъгана-цъгви"@ru .

<http://lexvo.org/id/iso639-3/gwn> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "gwn"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Gwandara_language>,
        <http://www.mpii.de/yago/resource/Gwandara_language> ;
    skos:altLabel "Gwandara language"@en ;
    skos:definition "Gwandara is a West Chadic language, and the closest relative of Hausa. Its several dialects are spoken in northern Nigeria by about 30,000 people."@en ;
    skos:inScheme lexvo: ;
    skos:notation "gwn"^^xsd:string ;
    skos:prefLabel "Gwandara"@en,
        "Gwandara"@nl .

<http://lexvo.org/id/iso639-3/gwr> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "gwr"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Gwere_language>,
        <http://www.mpii.de/yago/resource/Gwere_language> ;
    skos:altLabel "Gwere language"@en ;
    skos:definition "‎ Gwere, or Lugwere, is the language spoken by the Gwere people (Bagwere), a Bantu people found in the eastern part of Uganda. It has a close dialectical resemblance to Soga and Ganda, which neighbhour the Gwere."@en ;
    skos:inScheme lexvo: ;
    skos:notation "gwr"^^xsd:string ;
    skos:prefLabel "Gwere"@en,
        "Język gwere"@pl,
        "Kigwere"@sw .

<http://lexvo.org/id/iso639-3/gwt> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "gwt"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Gawar-Bati_language>,
        <http://www.mpii.de/yago/resource/Gawar-Bati_language> ;
    skos:altLabel "Gawar-Bati language"@en ;
    skos:inScheme lexvo: ;
    skos:notation "gwt"^^xsd:string ;
    skos:prefLabel "Gawareg-Bateg"@br,
        "Gawar-Bati"@en,
        "Gawarin kieli"@fi,
        "Gawar-bati"@fr,
        "Гавар-бати"@ru,
        "ภาษาคาวาร์-บาตี"@th .

<http://lexvo.org/id/iso639-3/gww> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "gww"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/kwin1241> ;
    skos:inScheme lexvo: ;
    skos:notation "gww"^^xsd:string ;
    skos:prefLabel "Kwini"@en .

<http://lexvo.org/id/iso639-3/gwx> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "gwx"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Gua_language>,
        <http://www.mpii.de/yago/resource/Gua_language> ;
    skos:altLabel "Gua language"@en ;
    skos:definition "Gua (Gwa) is a Guang language spoken by 180,000 in coastal Ghana. It is also called Anum-Boso, after its two dialects."@en ;
    skos:inScheme lexvo: ;
    skos:notation "gwx"^^xsd:string ;
    skos:prefLabel "Gua"@de,
        "Gua"@en,
        "Lenga Gua"@pms .

<http://lexvo.org/id/iso639-3/gya> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "gya"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/nort2775> ;
    skos:altLabel "Gbaya, Northwest"@en ;
    skos:inScheme lexvo: ;
    skos:notation "gya"^^xsd:string ;
    skos:prefLabel "Northwest Gbaya"@en .

<http://lexvo.org/id/iso639-3/gyb> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "gyb"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/garu1246> ;
    skos:inScheme lexvo: ;
    skos:notation "gyb"^^xsd:string ;
    skos:prefLabel "Garus"@en .

<http://lexvo.org/id/iso639-3/gyn> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "gyn"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Guyanese_Creole>,
        <http://www.mpii.de/yago/resource/Guyanese_Creole> ;
    skos:altLabel "Creole English, Guyanese"@en,
        "Guyanese Creole English"@en ;
    skos:definition "Guyanese Creole (Creolese by its speakers: or simply Guyanese) is an English-based creole language spoken by people in Guyana."@en ;
    skos:inScheme lexvo: ;
    skos:notation "gyn"^^xsd:string ;
    skos:prefLabel "Guyanese Creole"@en,
        "Gajanos kreolų kalba"@lt,
        "Język kreolski gujański"@pl .

<http://lexvo.org/id/iso639-3/gyr> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "gyr"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Guarayu_language>,
        <http://www.mpii.de/yago/resource/Guarayu_language> ;
    skos:altLabel "Guarayu language"@en ;
    skos:definition "Guarayu is a Tupian language of Bolivia."@en ;
    skos:inScheme lexvo: ;
    skos:notation "gyr"^^xsd:string ;
    skos:prefLabel "Guarayu"@en .

<http://lexvo.org/id/iso639-3/gza> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "gza"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Ganza_language>,
        <http://www.mpii.de/yago/resource/Ganza_language> ;
    skos:altLabel "Ganza language"@en ;
    skos:definition "Ganza (also Ganzo, Koma) is an Afro-Asiatic language (Omotic), spoken in the western Oromo region of Ethiopia, near the border of Sudan. The Ganza people may originally have been from Sudan."@en ;
    skos:inScheme lexvo: ;
    skos:notation "gza"^^xsd:string ;
    skos:prefLabel "Ganza"@en .

<http://lexvo.org/id/iso639-3/haa> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "haa"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/H%C3%A4n_language>,
        <http://www.mpii.de/yago/resource/H%C3%A4n_language> ;
    skos:altLabel "Hän language"@en ;
    skos:definition "The Hän language (Dawson, Han-Kutchin, Moosehide) is a Native American endangered language spoken in only two places: Eagle, Alaska and Dawson City, Yukon. There are only a few fluent speakers left (perhaps about 10), all of them elderly."@en ;
    skos:inScheme lexvo: ;
    skos:notation "haa"^^xsd:string ;
    skos:prefLabel "Han"@en,
        "Hana lingvo"@eo,
        "Hän spriak"@frr,
        "Lenga han"@pms,
        "Língua hän"@pt,
        "Hanca"@tr .

<http://lexvo.org/id/iso639-3/haj> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "haj"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Hajong_language>,
        <http://www.mpii.de/yago/resource/Hajong_language> ;
    skos:altLabel "Hajong language"@en ;
    skos:definition "Hajong (হাজং) is an Indo-Aryan language with Tibeto-Burman roots spoken by more than 175,000 ethnic Hajong in the states of Assam, Meghalaya, Arunachal Pradesh and West Bengal in India and the Mymensingh District in Bangladesh. It is written in the Assamese script, and it is being supplanted by the Assamese language in India. Hajong was originally a Tibeto-Burman language, but it was linguistically mixed with Bengali and Assamese."@en ;
    skos:inScheme lexvo: ;
    skos:notation "haj"^^xsd:string ;
    skos:prefLabel "হাজং ভাষা"@bn,
        "Hajong"@en,
        "ภาษาฮาชอง"@th .

<http://lexvo.org/id/iso639-3/ham> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ham"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Hewa_language>,
        <http://www.mpii.de/yago/resource/Hewa_language> ;
    skos:altLabel "Hewa language"@en ;
    skos:definition "Hewa, also known as Sisimin and Lagaip, is a Sepik language of northern Papua New Guinea."@en ;
    skos:inScheme lexvo: ;
    skos:notation "ham"^^xsd:string ;
    skos:prefLabel "Hewa"@en .

<http://lexvo.org/id/iso639-3/haq> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "haq"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Ha_language>,
        <http://www.mpii.de/yago/resource/Ha_language> ;
    skos:altLabel "Ha language"@en ;
    skos:definition "Ha, also known with the Bantu language prefix as Giha, Ikiha, or Kiha, is a Bantu language spoken by the Ha people of the Kigoma region of Tanzania which is closely related to the languages of Rwanda and Burundi; neighboring dialects are mutually intelligible with Kirundi."@en ;
    skos:inScheme lexvo: ;
    skos:notation "haq"^^xsd:string ;
    skos:prefLabel "Ha"@en,
        "Kiha"@sw .

<http://lexvo.org/id/iso639-3/hav> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "hav"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Havu_language>,
        <http://www.mpii.de/yago/resource/Havu_language> ;
    skos:altLabel "Havu language"@en ;
    skos:definition "Havu or Haavu is a Bantu language of the Democratic Republic of the Congo. It is very close to the Shi language."@en ;
    skos:inScheme lexvo: ;
    skos:notation "hav"^^xsd:string ;
    skos:prefLabel "Havu"@en,
        "Kihavu"@sw .

<http://lexvo.org/id/iso639-3/haz> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "haz"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Hazaragi_language>,
        <http://www.mpii.de/yago/resource/Hazaragi_language> ;
    skos:altLabel "Hazaragi language"@en ;
    skos:definition "Hazaragi is a dialect of the Persian language spoken by the Hazara people, most of all in an area known as the Hazarajat."@en ;
    skos:inScheme lexvo: ;
    skos:notation "haz"^^xsd:string ;
    skos:prefLabel "Hazarageg"@br,
        "Hazaragi"@de,
        "Hazaragi"@en,
        "Hazaraga lingvo"@eo,
        "Idioma hazara"@es,
        "گویش هزارگی"@fa,
        "Hazaran kieli"@fi,
        "Hazara"@fr,
        "하자라어"@ko,
        "Hazaragi"@no,
        "Lenga Hazaragi"@pms,
        "Língua hazaragi"@pt,
        "Хазара"@ru,
        "ภาษาฮาซารากี"@th,
        "哈扎拉吉語"@zh .

<http://lexvo.org/id/iso639-3/hbn> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "hbn"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Heiban_language>,
        <http://www.mpii.de/yago/resource/Heiban_language> ;
    skos:altLabel "Heiban language"@en ;
    skos:definition "The Heiban language, Ebang, or Abul, is a Niger–Congo language in the Heiban family spoken in Kordofan, Sudan."@en ;
    skos:inScheme lexvo: ;
    skos:notation "hbn"^^xsd:string ;
    skos:prefLabel "Heibaneg"@br,
        "Heiban"@de,
        "Heiban"@en,
        "Heibanski jezik"@hr,
        "Ебаншки јазик"@mk,
        "Język heiban"@pl,
        "Lenga Heiban"@pms .

<http://lexvo.org/id/iso639-3/hbo> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "hbo"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Biblical_Hebrew>,
        <http://www.mpii.de/yago/resource/Biblical_Hebrew> ;
    skos:altLabel "Biblical Hebrew"@en,
        "Hebrew, Ancient"@en ;
    skos:definition "Biblical Hebrew , also called Classical Hebrew , is the archaic form of the Hebrew language, a Canaanite Semitic language spoken in the area known as Canaan between the Jordan River and the Mediterranean Sea. Biblical Hebrew is attested from about the 10th century BC, and persisted through the Second Temple period (ending in AD 70 ). Biblical Hebrew eventually developed into Mishnaic Hebrew, which was spoken until the 2nd century AD. Biblical Hebrew is best-attested in the Hebrew Bible, a document which reflects various stages of the Hebrew language in its consonantal skeleton, as well as a vocalic system which was added later, in the Middle Ages. There is also some evidence of regional dialectal variation, including differences between Biblical Hebrew as spoken in the northern Kingdom of Israel and in the southern Kingdom of Judah."@en ;
    skos:inScheme lexvo: ;
    skos:notation "hbo"^^xsd:string ;
    skos:prefLabel "Hebreu biblico"@an,
        "لغة عبرية تراثية"@ar,
        "Древноеврейски език"@bg,
        "Klasická hebrejština"@cs,
        "Klassisk hebraisk"@da,
        "Ancient Hebrew"@en,
        "Hébreu biblique"@fr,
        "עברית מקראית"@he,
        "Еврей тіл білімі дәстүрі"@kk,
        "Библиски хебрејски јазик"@mk,
        "Hebraico bíblico"@pt,
        "Ebraica biblică arhaică"@ro,
        "Древнееврейский язык"@ru,
        "Bibelhebreiska"@sv,
        "ภาษาฮีบรูไบเบิล"@th .

<http://lexvo.org/id/iso639-3/hdn> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "hdn"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/nort2938> ;
    skos:altLabel "Haida, Northern"@en ;
    skos:inScheme lexvo: ;
    skos:notation "hdn"^^xsd:string ;
    skos:prefLabel "Northern Haida"@en .

<http://lexvo.org/id/iso639-3/hds> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "hds"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Honduras_Sign_Language>,
        <http://www.mpii.de/yago/resource/Honduras_Sign_Language> ;
    skos:definition "Honduras Sign Language, also known as \"Lengua de Señas Hondureñas\" (LESHO), is the dominant sign language used in Honduras."@en ;
    skos:inScheme lexvo: ;
    skos:notation "hds"^^xsd:string ;
    skos:prefLabel "Honduras Sign Language"@en,
        "Língua Gestual das Honduras"@pt .

<http://lexvo.org/id/iso639-3/hdy> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "hdy"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Hadiyya_language>,
        <http://www.mpii.de/yago/resource/Hadiyya_language> ;
    skos:altLabel "Hadiyya language"@en ;
    skos:definition "Hadiyya (sometimes Hadiyigna or Adiya) is the Afro-Asiatic language of the Hadiya people of Ethiopia. Most speakers live in the Southern Nations, Nationalities, and People's Region in the Hadiya Zone around the town Hosaena."@en ;
    skos:inScheme lexvo: ;
    skos:notation "hdy"^^xsd:string ;
    skos:prefLabel "Hadiyya"@en,
        "Hadiyya hizkuntza"@eu,
        "Lingua hadiya"@it,
        "Język hadija"@pl,
        "Língua hadia"@pt .

<http://lexvo.org/id/iso639-3/hed> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "hed"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Herd%C3%A9_language>,
        <http://www.mpii.de/yago/resource/Herd%C3%A9_language> ;
    skos:altLabel "Herdé language"@en ;
    skos:definition "Herdé (He’dé) is an Afro-Asiatic language of Chad. Zime is a generic name."@en ;
    skos:inScheme lexvo: ;
    skos:notation "hed"^^xsd:string ;
    skos:prefLabel "Herdé"@en .

<http://lexvo.org/id/iso639-3/hib> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "hib"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Hibito_language>,
        <http://www.mpii.de/yago/resource/Hibito_language> ;
    skos:altLabel "Hibito language"@en ;
    skos:definition "Hibito (spelled variously Híbito, Hívito, Chibito, Ibito, Jibito, Xibita, Zibito) is an extinct language of Peru. It, together with Cholón, also extinct, constituted the Hibito-Cholon family."@en ;
    skos:inScheme lexvo: ;
    skos:notation "hib"^^xsd:string ;
    skos:prefLabel "Hibito"@en,
        "Idioma hibito"@es .

<http://lexvo.org/id/iso639-3/hif> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "hif"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Fiji_Hindi>,
        <http://www.lingvoj.org/lang/hif>,
        <http://www.mpii.de/yago/resource/Fiji_Hindi> ;
    skos:altLabel "Hindi, Fiji"@en ;
    skos:definition "Fiji Hindi, also known as Fijian Hindi or Fijian Hindustani, is the language spoken by most Fijian citizens of Indian descent. It is derived mainly from the Awadhi and Bhojpuri varieties of Hindi. It has also borrowed a large number of words from Fijian and English. The relation between Fiji Hindi and Standard Hindi is similar to the relation between Afrikaans and Dutch. A large number of words, unique to Fiji Hindi, have been created to cater for the new environment that Fiji Indians now live in. First-generation Fiji Indians, who used the language as a lingua franca in Fiji, referred to it as Fiji Baat (Fiji talk)."@en ;
    skos:inScheme lexvo: ;
    skos:notation "hif"^^xsd:string ;
    skos:prefLabel "Fidji Hindi"@af,
        "فيجي الهندية"@ar,
        "Fici hindisi"@az,
        "Hindi de Fiji"@ca,
        "Fidžijská hindština"@cs,
        "Fiji Hindi"@cy,
        "Fiji Hindi"@da,
        "Fidschi-Hindi"@de,
        "Φίτζι Χίντι γλώσσα"@el,
        "Fiji Hindi"@en,
        "Fiĝa hinda lingvo"@eo,
        "Hindi de Fiyi"@es,
        "Fijiko hindi"@eu,
        "Fidžinhindi"@fi,
        "Hindi des Fidji"@fr,
        "Inndis Fìdi"@gd,
        "Hindi de Fidxi"@gl,
        "ફીજી હિન્દી"@gu,
        "फ़ीजी हिन्दी"@hi,
        "Fiji Hindi"@hif,
        "Fidžijski hindustanski jezik"@hr,
        "Fidji Hindi"@ht,
        "Bahasa Fiji Hindi"@id,
        "Fiji Hindi"@io,
        "Fídji-hindí"@is,
        "Lingua Figi Hindi"@it,
        "フィジー・ヒンディー語"@ja,
        "ಫಿಜಿ ಹಿಂದಿ"@kn,
        "피지 힌디어"@ko,
        "Lingua Hindi Vitiensis"@la,
        "Fidžių hindi kalba"@lt,
        "Fidži hindi"@lv,
        "Фиџискохиндиски јазик"@mk,
        "Fiji Hindi"@ms,
        "फिजी हिन्दी"@ne,
        "Fijisch Hindoestani"@nl,
        "Fiji-hindi"@nn,
        "Fijiansk hindi"@no,
        "Indi de Fiji"@oc,
        "Hindi fidżyjskie"@pl,
        "Lenga hindustani figian"@pms,
        "Hindi fijiano"@pt,
        "Fiji Hindi"@ro,
        "Фиджийский хинди"@ru,
        "Fiji Hindi"@sco,
        "Fixhi Hindi"@sq,
        "Фиџи Хинди"@sr,
        "Fijiansk hindi"@sv,
        "Fiji Hindi"@sw,
        "Fidżyjsko godka hindi"@szl,
        "ஃபிஜி இந்தி"@ta,
        "ఫిజి హిందీ"@te,
        "ภาษาฮินดีฟิจิ"@th,
        "Pidyi Hindi"@tl,
        "Fiji Hintçesi"@tr,
        "Фіджійська гінді"@uk,
        "فجی ہندی"@ur,
        "Tiếng Hindi Fiji"@vi,
        "Finiji-Hinindi"@war,
        "פידזשי הינדי"@yi,
        "斐濟印地文"@zh .

<http://lexvo.org/id/iso639-3/hig> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "hig"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Kamwe_language>,
        <http://www.mpii.de/yago/resource/Kamwe_language> ;
    skos:altLabel "Kamwe language"@en ;
    skos:definition "Kamwe (also sometimes known as Higi) is an Afro-Asiatic language spoken in Adamawa State, Borno State in Nigeria and North Western Cameroon. Dialects include Nkafa, Dakwa, Fali of Kiriya, Fali of Mijilu, Futu, Humsi, Modi, Sina, and Tili Pte."@en ;
    skos:inScheme lexvo: ;
    skos:notation "hig"^^xsd:string ;
    skos:prefLabel "Kamweg"@br,
        "Kamwe"@en,
        "Kamwe jezik"@hr .

<http://lexvo.org/id/iso639-3/hih> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "hih"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Pamosu_language>,
        <http://www.mpii.de/yago/resource/Pamosu_language> ;
    skos:altLabel "Pamosu language"@en ;
    skos:definition "Pamosu is a Papuan language of Madang Province, Papua New Guinea. Some of the older generation can speak Pal, a related language."@en ;
    skos:inScheme lexvo: ;
    skos:notation "hih"^^xsd:string ;
    skos:prefLabel "Pamosu"@en .

<http://lexvo.org/id/iso639-3/hir> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "hir"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Himarim%C3%A3_language>,
        <http://www.mpii.de/yago/resource/Himarim%C3%A3_language> ;
    skos:altLabel "Himarimã language"@en ;
    skos:definition "Himarimã is the presumed language of the uncontacted Hi-Merimã people, who are thought to number about 1000."@en ;
    skos:inScheme lexvo: ;
    skos:notation "hir"^^xsd:string ;
    skos:prefLabel "Himarimã"@en,
        "Himarimã"@es .

<http://lexvo.org/id/iso639-3/hiw> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "hiw"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Hiw_language>,
        <http://www.mpii.de/yago/resource/Hiw_language> ;
    skos:altLabel "Hiw language"@en ;
    skos:definition "Hiw (sometimes spelled Hiu) is an Oceanic language spoken on Hiw island, in the Torres islands of Vanuatu."@en ;
    skos:inScheme lexvo: ;
    skos:notation "hiw"^^xsd:string ;
    skos:prefLabel "Hiw"@en,
        "Idioma Hiw"@es,
        "Hiw"@fr,
        "Lenga Hiw"@pms .

<http://lexvo.org/id/iso639-3/hka> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "hka"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Kahe_language>,
        <http://www.mpii.de/yago/resource/Kahe_language> ;
    skos:altLabel "Kahe language"@en ;
    skos:definition "The Kahe are an ethnic and linguistic group based southeast of Moshi in northern Tanzania. The Kahe language, or Kikahe, is in the Chagga cluster of Bantu languages. Three dialects are recognized: Kimwangaria, Msengoni and Kichangareni. Kikahe is spoken by 9130 people, and is one of the smaller language communities in Tanzania."@en ;
    skos:inScheme lexvo: ;
    skos:notation "hka"^^xsd:string ;
    skos:prefLabel "Kahe"@en,
        "Kaheoj"@eo,
        "Wakahe"@sw .

<http://lexvo.org/id/iso639-3/hla> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "hla"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/hali1244> ;
    skos:inScheme lexvo: ;
    skos:notation "hla"^^xsd:string ;
    skos:prefLabel "Halia"@en .

<http://lexvo.org/id/iso639-3/hld> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "hld"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Halang_Doan_language>,
        <http://www.mpii.de/yago/resource/Halang_Doan_language> ;
    skos:altLabel "Halang Doan language"@en ;
    skos:definition "Halang Doan is a language spoken by more than four thousand people on either side of the Laotian–Vietnamese border. There are some 2,346 speakers in Attopu Province, Laos, and another couple of thousand in Kon Tum Province, Vietnam."@en ;
    skos:inScheme lexvo: ;
    skos:notation "hld"^^xsd:string ;
    skos:prefLabel "Halang Doan"@en,
        "ภาษาฮลัง ดวน"@th .

<http://lexvo.org/id/iso639-3/hlt> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "hlt"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Nga_La_language>,
        <http://www.mpii.de/yago/resource/Nga_La_language> ;
    skos:altLabel "Chin, Matu"@en,
        "Nga La language"@en ;
    skos:definition "Nga La, also known as Matu Chin (Matupi) and Haltu, is a Kukish language of Burma and India."@en ;
    skos:inScheme lexvo: ;
    skos:notation "hlt"^^xsd:string ;
    skos:prefLabel "Matu Chin"@en .

<http://lexvo.org/id/iso639-3/hlu> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "hlu"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Hieroglyphic_Luwian>,
        <http://www.mpii.de/yago/resource/Hieroglyphic_Luwian> ;
    skos:altLabel "Luwian, Hieroglyphic"@en ;
    skos:definition "Hieroglyphic Luwian is a variant of the Luwian language, recorded in official and royal seals and a small number of monumental inscriptions. It is written in a hieroglyphic script known as Anatolian hieroglyphs"@en ;
    skos:inScheme lexvo: ;
    skos:notation "hlu"^^xsd:string ;
    skos:prefLabel "Hieroglyphic Luwian"@en,
        "Hijeroglifski luvijski"@hr .

<http://lexvo.org/id/iso639-3/hmb> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "hmb"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Humburi_Senni>,
        <http://www.mpii.de/yago/resource/Humburi_Senni> ;
    skos:altLabel "Humburi Senni Songhay"@en,
        "Songhay, Humburi Senni"@en ;
    skos:definition "Humburi Senni, or Central Songhay, is a variety of Southern Songhai spoken by about 140,000 people in the Hombori region, straddling the Burkina–Mali border."@en ;
    skos:inScheme lexvo: ;
    skos:notation "hmb"^^xsd:string ;
    skos:prefLabel "Sennieg"@br,
        "Humburi Senni"@de,
        "Humburi Senni"@en,
        "Lenga Songhai"@pms .

<http://lexvo.org/id/iso639-3/hmd> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "hmd"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/A-Hmao_language>,
        <http://www.mpii.de/yago/resource/A-Hmao_language> ;
    skos:altLabel "A-Hmao language"@en,
        "Da-Hua Miao"@en,
        "Large Flowery Miao"@en,
        "Miao, Da-Hua"@en,
        "Miao, Large Flowery"@en ;
    skos:definition "The A-Hmao language, also known as Large Flowery Miao , is a Hmongic language spoken in China. It is the language the Pollard script was designed for, and displays extensive tone sandhi. There is a high degree of literacy in Pollard among the older generation."@en ;
    skos:inScheme lexvo: ;
    skos:notation "hmd"^^xsd:string ;
    skos:prefLabel "A-hmaos"@en,
        "Aa-hmao keel"@et,
        "苗语滇东北次方言"@zh .

<http://lexvo.org/id/iso639-3/hmj> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "hmj"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Gejia_language>,
        <http://www.mpii.de/yago/resource/Gejia_language> ;
    skos:altLabel "Gejia"@en,
        "Gejia language"@en ;
    skos:definition "The Ge or Gejia language , Chonganjiang Miao (Zhong'an River Miao), is a Miao language of China. The endonym is spelled Mhong, though it shares this with Huishui Miao; it is pronounced , as in the Hmong language. When speaking Chinese, they call themselves Gédōu."@en ;
    skos:inScheme lexvo: ;
    skos:notation "hmj"^^xsd:string ;
    skos:prefLabel "Ge"@en .

<http://lexvo.org/id/iso639-3/hmk> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "hmk"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Ye-Maek_language>,
        <http://www.mpii.de/yago/resource/Ye-Maek_language> ;
    skos:altLabel "Ye-Maek language"@en ;
    skos:definition "Ye-Maek, also known as Yemaek and Maek, is an unclassified and arguably unattested languages of Manchuria and eastern Korea north of Silla in the last few centuries BCE."@en ;
    skos:inScheme lexvo: ;
    skos:notation "hmk"^^xsd:string ;
    skos:prefLabel "Maek"@en .

<http://lexvo.org/id/iso639-3/hml> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "hml"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Luobo_River_Miao>,
        <http://www.mpii.de/yago/resource/Luobo_River_Miao> ;
    skos:altLabel "Hmong, Luopohe"@en,
        "Luobo River Miao"@en,
        "Luopohe Hmong"@en,
        "Miao, Luopohe"@en ;
    skos:definition "Luobo River Miao (罗泊河 Luōpōhé Miao), Hmjo or A-Hmyo, is a Miao language of China."@en ;
    skos:inScheme lexvo: ;
    skos:notation "hml"^^xsd:string ;
    skos:prefLabel "Luopohe Miao"@en .

<http://lexvo.org/id/iso639-3/hna> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "hna"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Mina_language_(Cameroon)>,
        <http://www.mpii.de/yago/resource/Mina_language_(Cameroon)> ;
    skos:altLabel "Mina (Cameroon)"@en,
        "Mina language"@en ;
    skos:definition "The Mina language is spoken in Northern Cameroon. Another language of the same name is found in India. They are distinguished in ISO 639-3 by referring to this language as and to the other as"@en ;
    skos:inScheme lexvo: ;
    skos:notation "hna"^^xsd:string ;
    skos:prefLabel "Minaeg"@br,
        "Mina"@ca,
        "Mina"@en,
        "Kimina"@sw .

<http://lexvo.org/id/iso639-3/hne> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "hne"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Chhattisgarhi_language>,
        <http://www.mpii.de/yago/resource/Chhattisgarhi_language> ;
    skos:altLabel "Chhattisgarhi language"@en ;
    skos:definition "Chhattisgarhi (Devanagari: छत्तीसगढ़ी) is the official language in the Indian state of Chhattisgarh and has approximately 17.5 million speakers. It is an East Central Indo-Iranian language with heavy presence of vocabulary and linguistic features from Munda and Dravidian languages. Chhattisgarhi has been known by name Khaltahi to surrounding hill-people and by name Laria to Sambalpuri and Oriya speakers."@en ;
    skos:inScheme lexvo: ;
    skos:notation "hne"^^xsd:string ;
    skos:prefLabel "Tchatisgarheg"@br,
        "Chhattisgarhi"@cy,
        "Chhattisgarhi"@de,
        "Chhattisgarhi"@en,
        "Idioma chatisgarí"@es,
        "Chhattisgarhi"@fr,
        "チャッティースガリー語"@ja,
        "Lingua Chattisgarhi"@la,
        "Chhattisgarhi"@nl,
        "Tsjhattisgarhi"@nn,
        "Chhattisgarhi"@no,
        "Język ćhattisgarhi"@pl,
        "Lenga chhattisgarhi"@pms,
        "Чхаттисгархи"@ru,
        "சத்திசுகரி மொழி"@ta,
        "ภาษาฉัตติสครห์"@th,
        "Tiếng Chhattisgarh"@vi .

<http://lexvo.org/id/iso639-3/hnh> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "hnh"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/anii1246> ;
    skos:inScheme lexvo: ;
    skos:notation "hnh"^^xsd:string ;
    skos:prefLabel "//Ani"@en .

<http://lexvo.org/id/iso639-3/hns> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "hns"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Caribbean_Hindustani>,
        <http://www.mpii.de/yago/resource/Caribbean_Hindustani> ;
    skos:altLabel "Hindustani, Caribbean"@en ;
    skos:definition "Caribbean Hindustani is a dialect of Bhojpuri spoken in Suriname, Guyana, and Trinidad and Tobago. These three countries put an adjective before the name of the language, so that the local language variant is known for instance as \"Sarnami Hindoestani\" in Suriname. Most people still call the language \"Hindustani\"."@en ;
    skos:inScheme lexvo: ;
    skos:notation "hns"^^xsd:string ;
    skos:prefLabel "Caribbean Hindustani"@en,
        "Caraïbisch-Hindoestani"@nl,
        "Karaibskie hindustani"@pl .

<http://lexvo.org/id/iso639-3/hod> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "hod"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Holma_language>,
        <http://www.mpii.de/yago/resource/Holma_language> ;
    skos:altLabel "Holma language"@en ;
    skos:definition "Holma (also known as Da Holmaci, Bali Holma) is an extinct Afro-Asiatic language formerly spoken in Nigeria in Adamawa State. Speakers switched to Fulfulde."@en ;
    skos:inScheme lexvo: ;
    skos:notation "hod"^^xsd:string ;
    skos:prefLabel "Holma"@en .

<http://lexvo.org/id/iso639-3/hoh> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "hoh"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Hoby%C3%B3t_language>,
        <http://www.mpii.de/yago/resource/Hoby%C3%B3t_language> ;
    skos:altLabel "Hobyót language"@en ;
    skos:definition "Hobyót (also known as Hewbyót or Hobi) is an endangered Semitic language spoken in a small area of Oman and neighboring Yemen."@en ;
    skos:inScheme lexvo: ;
    skos:notation "hoh"^^xsd:string ;
    skos:prefLabel "Hobyót"@en,
        "Hobyót hizkuntza"@eu,
        "Hobyót"@hr,
        "Lenga Hobyót"@pms .

<http://lexvo.org/id/iso639-3/hoi> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "hoi"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Holikachuk_language>,
        <http://www.mpii.de/yago/resource/Holikachuk_language> ;
    skos:altLabel "Holikachuk language"@en ;
    skos:definition "Holikachuk is a highly endangered Athabaskan language formerly spoken at the village of Holikachuk (Hiyeghelinhdi) on the Innoko River in central Alaska. In 1962 residents of Holikachuk relocated to Grayling on the lower Yukon River. Holikachuk is intermediate between the Deg Xinag and Koyukon languages, linguistically closer to Koyukon but socially much closer to Deg Xinag. Though it was recognized by scholars as a distinct language as early as the 1840s, it was only definitively identified in the 1970s. Of about 180 Holikachuk people, only about 5 spoke the language in 2007."@en ;
    skos:inScheme lexvo: ;
    skos:notation "hoi"^^xsd:string ;
    skos:prefLabel "Holikachuk"@en,
        "Holikachuk spriak"@frr,
        "Холикачук йӹлмӹ"@mrj,
        "Lenga holikachuk"@pms,
        "Língua holikachuk"@pt,
        "Холикачук"@ru,
        "Holikaçukça"@tr .

<http://lexvo.org/id/iso639-3/hoj> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "hoj"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Harauti_language>,
        <http://www.mpii.de/yago/resource/Harauti_language> ;
    skos:altLabel "Hadothi"@en,
        "Harauti language"@en ;
    skos:definition "The Harauti language is a dialect of Rajasthani language of Indo-Aryan language family. It is spoken in historical Hadoti region: Kota, Baran, Bundi and Jhalawar districts of Rajasthan and its adjacent areas of Madhya Pradesh."@en ;
    skos:inScheme lexvo: ;
    skos:notation "hoj"^^xsd:string ;
    skos:prefLabel "Haroti"@en,
        "Lenga harauti"@pms,
        "ภาษาฮารัวตี"@th .

<http://lexvo.org/id/iso639-3/hom> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "hom"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Homa_language>,
        <http://www.mpii.de/yago/resource/Homa_language> ;
    skos:altLabel "Homa language"@en ;
    skos:definition "Homa is an extinct South Sudanese Bantu language of uncertain affiliation. It has been included in the Boan languages."@en ;
    skos:inScheme lexvo: ;
    skos:notation "hom"^^xsd:string ;
    skos:prefLabel "Homa"@en,
        "Homa jezik"@hr,
        "Хома језик"@sr .

<http://lexvo.org/id/iso639-3/hoz> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "hoz"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Hozo_language>,
        <http://www.mpii.de/yago/resource/Hozo_language> ;
    skos:altLabel "Hozo language"@en ;
    skos:definition "Hozo is an Afroasiatic language spoken mostly in the Kondala woreda of Mirab Welega Zone (Western Oromia) by peoples generically known as \"Mao\". There are smaller groups of Hozo speakers in Mana Sibu woreda. The term Hozo is usually understood by the Mao to refer to a clan. Hozo speakers prefer to call themselves Amo. Hozo and Seze are sometimes called Begi Mao."@en ;
    skos:inScheme lexvo: ;
    skos:notation "hoz"^^xsd:string ;
    skos:prefLabel "Hozo"@en .

<http://lexvo.org/id/iso639-3/hps> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "hps"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Hawaii_Pidgin_Sign_Language>,
        <http://www.mpii.de/yago/resource/Hawaii_Pidgin_Sign_Language> ;
    skos:altLabel "Hawai'i Pidgin Sign Language"@en ;
    skos:definition "Hawaii Pidgin Sign Language is a sign language used in Hawaii. Now largely supplanted by American Sign Language, it is almost extinct and is used only by a few elderly people, who are bilingual in ASL. The language is named for the Hawaii Pidgin spoken language and is not itself a pidgin."@en ;
    skos:inScheme lexvo: ;
    skos:notation "hps"^^xsd:string ;
    skos:prefLabel "Hawaii Pidgin Sign Language"@en,
        "Lenga dij segn Hawai'i pidgin"@pms,
        "Língua de Sinais Havaiana"@pt .

<http://lexvo.org/id/iso639-3/hra> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "hra"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Hrangkhol_language>,
        <http://www.mpii.de/yago/resource/Hrangkhol_language> ;
    skos:altLabel "Hrangkhol language"@en ;
    skos:definition "Hrangkhol or Rangkhawl is a Kukish language spoken by the Hrangkhawl people."@en ;
    skos:inScheme lexvo: ;
    skos:notation "hra"^^xsd:string ;
    skos:prefLabel "Hrangkhol"@en,
        "ภาษาฮรังโกล"@th .

<http://lexvo.org/id/iso639-3/hru> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "hru"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Hruso_language>,
        <http://www.mpii.de/yago/resource/Hruso_language> ;
    skos:altLabel "Hruso language"@en ;
    skos:definition "Hruso, also Aka or Angka, is a small Tibeto-Burman language of India. Levai has traditionally been considered a dialect, but may be a separate language."@en ;
    skos:inScheme lexvo: ;
    skos:notation "hru"^^xsd:string ;
    skos:prefLabel "Hruso"@en .

<http://lexvo.org/id/iso639-3/hrx> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "hrx"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Riograndenser_Hunsr%C3%BCckisch>,
        <http://www.mpii.de/yago/resource/Riograndenser_Hunsr%C3%BCckisch> ;
    skos:altLabel "Riograndenser Hunsrückisch"@en ;
    skos:definition "Riograndenser Hunsrückisch (, ), spoken in parts of Brazil, is a Brazilian West Germanic language derived primarily from the Hunsrückisch dialect of the German Language."@en ;
    skos:inScheme lexvo: ;
    skos:notation "hrx"^^xsd:string ;
    skos:prefLabel "Riograndenser Hunsrückisch"@de,
        "Hunsrik"@en,
        "Riograndenser Hunsrückisch"@lmo,
        "Riograndenser Hunsrückisch"@nl,
        "Riograndeser Hunsrückisch"@pl,
        "Riograndenser Hunsrückisch"@pt .

<http://lexvo.org/id/iso639-3/hsh> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "hsh"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Hungarian_Sign_Language>,
        <http://www.mpii.de/yago/resource/Hungarian_Sign_Language> ;
    skos:definition "Hungarian Sign Language is the sign language of Deaf people in Hungary. There is historical evidence that Hungarian and Austrian Sign Language are related, but there is no linguistic research and proof for the matter, yet."@en ;
    skos:inScheme lexvo: ;
    skos:notation "hsh"^^xsd:string ;
    skos:prefLabel "Hungarian Sign Language"@en .

<http://lexvo.org/id/iso639-3/hsl> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "hsl"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Hausa_Sign_Language>,
        <http://www.mpii.de/yago/resource/Hausa_Sign_Language> ;
    skos:definition "Hausa Sign Language is the sign language of the Deaf community in Hausa-speaking areas of Northern Nigeria."@en ;
    skos:inScheme lexvo: ;
    skos:notation "hsl"^^xsd:string ;
    skos:prefLabel "Hausa Sign Language"@en,
        "Língua Gestual Hausa"@pt .

<http://lexvo.org/id/iso639-3/hsn> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "hsn"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Xiang_Chinese>,
        <http://www.mpii.de/yago/resource/Xiang_Chinese> ;
    skos:altLabel "Chinese, Xiang"@en ;
    skos:definition "Xiāng (Hsiang, ), also known as Hunanese , is a Chinese language spoken mainly in Hunan province, but also in Sichuan and Guangxi provinces. Scholars divide it into Old Xiāng and New Xiāng. Old Xiāng dialects are of immense interest to Chinese dialectologists and historical phonologists because they, along with dialects of Wu Chinese, still exhibit the three-way distinction of Middle Chinese obstruents, preserving the voiced stops, fricatives and affricates. However, Xiāng has been heavily influenced by Mandarin, which adjoins three of the four sides of the Xiāng speaking territory. New Xiāng, which has lost the voiced obstruents, is to a certain extent intelligible to speakers of Southwestern Mandarin."@en ;
    skos:inScheme lexvo: ;
    skos:notation "hsn"^^xsd:string ;
    skos:prefLabel "ܠܫܢܐ ܕܗܣܝܐܢܓ"@aii,
        "Hounaneg"@br,
        "Xiang"@de,
        "Xiang Chinese"@en,
        "Chino xiang"@es,
        "Xiang-kiina"@fi,
        "Xiang"@fr,
        "Xiangish"@gv,
        "Xiang Chinese"@hif,
        "Lingua xiang"@it,
        "湘語"@ja,
        "샹어"@ko,
        "Xiang"@nl,
        "Xiang"@no,
        "Język xiang"@pl,
        "Сян"@ru,
        "Xiang"@sv,
        "ภาษาจีนเซียง"@th,
        "Сянська мова"@uk,
        "湘語"@yue,
        "湘语"@zh .

<http://lexvo.org/id/iso639-3/hug> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "hug"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Huachipaeri_language>,
        <http://www.mpii.de/yago/resource/Huachipaeri_language> ;
    skos:altLabel "Huachipaeri language"@en ;
    skos:definition "Huachipaeri is a native language official in the area of its use in Perú. It is also known as Huachipaire, Wacipaire, and the derogatory: \"Mashco\"."@en ;
    skos:inScheme lexvo: ;
    skos:notation "hug"^^xsd:string ;
    skos:prefLabel "Huachipaeri"@en,
        "Huachipaeri"@es,
        "Huachipairi"@hr .

<http://lexvo.org/id/iso639-3/huh> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "huh"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Huilliche_language>,
        <http://www.mpii.de/yago/resource/Huilliche_language> ;
    skos:altLabel "Huilliche language"@en ;
    skos:definition "The Huilliche language (also known as Veliche and Huiliche) is an Araucanian language spoken (as of 1982) by about 2,000 ethnic Huilliche people in Chile. It is spoken in an area south of the area inhabited by the Mapuche, in the nation's Los Lagos and Los Ríos regions; and mountain valleys, between the city of Valdivia and south toward Chiloé Archipelago. Huilliche has a dialect called Tsesungún."@en ;
    skos:inScheme lexvo: ;
    skos:notation "huh"^^xsd:string ;
    skos:prefLabel "Velitcheg"@br,
        "Huilliche"@de,
        "Huilliche"@en,
        "Veliĉea lingvo"@eo,
        "Chesungun"@es,
        "Veličų kalba"@lt,
        "Viliču valoda"@lv,
        "Lenga huilliche"@pms,
        "Idioma huilliche"@pt .

<http://lexvo.org/id/iso639-3/hui> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "hui"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Huli_language>,
        <http://www.mpii.de/yago/resource/Huli_language> ;
    skos:altLabel "Huli language"@en ;
    skos:definition "Huli is a Trans–New Guinea language spoken by the Huli people of the Southern Highlands province of Papua New Guinea. It features a quindecimal (base-15) numeral system."@en ;
    skos:inScheme lexvo: ;
    skos:notation "hui"^^xsd:string ;
    skos:prefLabel "Huli"@en,
        "Huli"@fr,
        "Bahasa Huli"@id,
        "Język huli"@pl,
        "Lenga Huli"@pms .

<http://lexvo.org/id/iso639-3/hum> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "hum"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Hungana_language>,
        <http://www.mpii.de/yago/resource/Hungana_language> ;
    skos:altLabel "Hungana language"@en ;
    skos:definition "Hungana is an endangered Bantu language of the Democratic Republic of the Congo."@en ;
    skos:inScheme lexvo: ;
    skos:notation "hum"^^xsd:string ;
    skos:prefLabel "Hungana"@en .

<http://lexvo.org/id/iso639-3/hus> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "hus"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Huastec_language>,
        <http://www.mpii.de/yago/resource/Huastec_language> ;
    skos:altLabel "Huastec language"@en ;
    skos:definition "The Wastek (Huastec) language is a Mayan language of Mexico, spoken by the Huastecs living in rural areas of San Luis Potosí and northern Veracruz. Though relatively isolated from them, it is related to the Mayan languages spoken further south and east in Mexico and Central America. According to the 2005 population census, there were about 150,000 speakers of Wastek in Mexico (some 90,000 in San Luis Potosi and some 50,000 in Veracruz). The language is called Teenek (with varying spellings) by its speakers, and this name has gained currency in Mexican national and international usage in recent years."@en ;
    skos:inScheme lexvo: ;
    skos:notation "hus"^^xsd:string ;
    skos:prefLabel "Huastekisch"@de,
        "Huastec"@en,
        "Idioma huasteco"@es,
        "Huastèque"@fr,
        "Вастек"@mk,
        "Cuextēcatlahtōlli"@nah,
        "Huaxteeks"@nl,
        "Lenga huastec, Veracruz"@pms,
        "Wastika simi"@qu .

<http://lexvo.org/id/iso639-3/huv> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "huv"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/sanm1287> ;
    skos:altLabel "Huave, San Mateo Del Mar"@en ;
    skos:inScheme lexvo: ;
    skos:notation "huv"^^xsd:string ;
    skos:prefLabel "San Mateo Del Mar Huave"@en .

<http://lexvo.org/id/iso639-3/huy> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "huy"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Hulaul%C3%A1_language>,
        <http://www.mpii.de/yago/resource/Hulaul%C3%A1_language> ;
    skos:altLabel "Hulaulá language"@en ;
    skos:definition "Hulaulá is a modern Jewish Aramaic language, often called Neo-Aramaic or Judeo-Aramaic. It was originally spoken in Iranian Kurdistan. Most speakers now live in Israel. The name Hulaulá simply means Jewish. Speakers sometimes call their language Lishana Noshan or Lishana Akhni, both of which mean our language. To distinguish it from other dialects of Jewish Neo-Aramaic, Hulaulá is sometimes called Galiglu (mine-yours), demonstrating different use of prepositions and pronominal suffixes. Scholarly sources tend simply to call it Persian Kurdistani Jewish Neo-Aramaic."@en ;
    skos:inScheme lexvo: ;
    skos:notation "huy"^^xsd:string ;
    skos:prefLabel "Nochaneg"@br,
        "Hulaulá"@en,
        "Hulaulá jezik"@hr,
        "Hulaulá"@lad,
        "Южнокурдистанский еврейско-арамейский язык"@ru,
        "Hulaulá jezik"@sh,
        "ภาษาฮูลัวลา"@th,
        "Hulaula"@tr .

<http://lexvo.org/id/iso639-3/hvc> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "hvc"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Haitian_Vodoun_Culture_Language>,
        <http://www.mpii.de/yago/resource/Haitian_Vodoun_Culture_Language> ;
    skos:definition "Haitian Vodoun Culture Language is an unclassified language used in Haiti. It is also known as Langay and Langaj (meaning literally \"language\"). This language is used for religion, song, and dance purposes (it is used as a second language only). In addition to borrowings from Haitian Creole French, French, Wolof and other languages, it may also have loanwords from Amerindian languages."@en ;
    skos:inScheme lexvo: ;
    skos:notation "hvc"^^xsd:string ;
    skos:prefLabel "Haitian Vodoun Culture Language"@en,
        "Langaj jezik"@hr .

<http://lexvo.org/id/iso639-3/hwa> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "hwa"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Wan%C3%A9_language>,
        <http://www.mpii.de/yago/resource/Wan%C3%A9_language> ;
    skos:altLabel "Wané language"@en ;
    skos:definition "Wané (Hwané, Ngwané) is a minor Kru language of Ivory Coast. Its is not close enough to its nearest relative, Bakwé, to be readily intelligible, though some young Wané speak that language."@en ;
    skos:inScheme lexvo: ;
    skos:notation "hwa"^^xsd:string ;
    skos:prefLabel "Wané"@en .

<http://lexvo.org/id/iso639-3/hwc> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "hwc"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Hawaiian_Pidgin>,
        <http://www.mpii.de/yago/resource/Hawaiian_Pidgin> ;
    skos:altLabel "Creole English, Hawai'i"@en,
        "Hawai'i Creole English"@en,
        "Hawaiian Pidgin"@en ;
    skos:definition "Hawaii Pidgin English, Hawaii Creole English, HCE, or simply Pidgin, is a creole language based in part on English used by many \"local\" residents of Hawaii. Although English and Hawaiian are the co-official languages of the state of Hawaii, Pidgin is used by many Hawaii residents in everyday conversation and is often used in advertising toward Hawaii residents. The new ISO 639-3 language code for Hawaii Pidgin (Hawaii Creole English) is hwc. In the Hawaiian language, \"Hawaiian Creole English\" is called \"ōlelo pai ai,\" which literally means \"pounding-taro language.\""@en ;
    skos:inScheme lexvo: ;
    skos:notation "hwc"^^xsd:string ;
    skos:prefLabel "Hawaii Creole English"@de,
        "Hawai'i Pidgin"@en,
        "Pidgin hawaiano"@es,
        "Créole hawaïen"@fr,
        "Język kreolski hawajski"@pl,
        "Lenga Hawai'i creole english"@pms,
        "Havajský pidžin"@sk .

<http://lexvo.org/id/iso639-3/hwo> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "hwo"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Hwana_language>,
        <http://www.mpii.de/yago/resource/Hwana_language> ;
    skos:altLabel "Hwana language"@en ;
    skos:definition "Hwana (also known as Hwona, Hona, Tuftera, Fiterya) is an Afro-Asiatic language spoken in Adamawa State, Nigeria."@en ;
    skos:inScheme lexvo: ;
    skos:notation "hwo"^^xsd:string ;
    skos:prefLabel "C'hwaneg"@br,
        "Hwana"@en,
        "Idioma hwana"@es,
        "Hwana jezik"@hr,
        "Língua hwana"@pt .

<http://lexvo.org/id/iso639-3/hya> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "hya"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Hya_language>,
        <http://www.mpii.de/yago/resource/Hya_language> ;
    skos:altLabel "Hya language"@en ;
    skos:definition "Hya is an Afro-Asiatic language spoken in northern Cameroon and neighboring regions of Nigeria."@en ;
    skos:inScheme lexvo: ;
    skos:notation "hya"^^xsd:string ;
    skos:prefLabel "Hyaeg"@br,
        "Hya"@en,
        "Hya jezik"@hr,
        "Kihya"@sw .

<http://lexvo.org/id/iso639-3/iap> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "iap"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Iapama_language>,
        <http://www.mpii.de/yago/resource/Iapama_language> ;
    skos:altLabel "Iapama language"@en ;
    skos:definition "Iapama is the presumed language of an uncontacted people of Brazil. It is not known if they speak a distinct language."@en ;
    skos:inScheme lexvo: ;
    skos:notation "iap"^^xsd:string ;
    skos:prefLabel "Iapama"@en .

<http://lexvo.org/id/iso639-3/iar> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "iar"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Purari_language>,
        <http://www.mpii.de/yago/resource/Purari_language> ;
    skos:altLabel "Purari language"@en ;
    skos:definition "Purari is a Papuan language of Papua New Guinea. It is also known as Koriki, Evorra, Iai,Maipua and Namau. Namau is a colonial term which means \"deaf (lit.), inattentive, or stupid (Williams 1924: 4).\" Today people of the Purari Delta find this term offensive. F.E. Williams reports that the \"[a]n interpreter suggests that by some misunderstanding the name had its origin in the despair of an early missionary, who, finding the natives turned a deaf ear to his teaching, dubbed them all Namau.\" (Williams 1924: 4). Koriki, Iai, and Maipua refer to self-defining groups that make up the six groups that today compose the people who speak Purari. Along with the Baroi (formerly known as the Evorra, which was the name of a village site), Kaimari and the Vaimuru, these groups speak mutually intelligible dialects of Purari."@en ;
    skos:inScheme lexvo: ;
    skos:notation "iar"^^xsd:string ;
    skos:prefLabel "Purari"@en,
        "Język purari"@pl .

<http://lexvo.org/id/iso639-3/ibe> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ibe"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Akpes_language>,
        <http://www.mpii.de/yago/resource/Akpes_language> ;
    skos:altLabel "Akpes language"@en ;
    skos:definition "Akpes is a dialect cluster spoken in Nigeria that forms an independent branch of the Volta–Niger languages."@en ;
    skos:inScheme lexvo: ;
    skos:notation "ibe"^^xsd:string ;
    skos:prefLabel "Akpeseg"@br,
        "Akpes"@en,
        "Lingua akpes"@gl,
        "Akpes jezik"@hr,
        "Lenga Akpes"@nap,
        "Lenga Akpes"@pms .

<http://lexvo.org/id/iso639-3/ibm> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ibm"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Agoi_language>,
        <http://www.mpii.de/yago/resource/Agoi_language> ;
    skos:altLabel "Agoi language"@en ;
    skos:definition "Agoi, or Ibami, is a Upper Cross River language of Nigeria."@en ;
    skos:inScheme lexvo: ;
    skos:notation "ibm"^^xsd:string ;
    skos:prefLabel "Agoi"@de,
        "Agoi"@en,
        "Lingua agoi"@gl,
        "Agoi jezik"@hr,
        "Lenga Agoi"@pms .

<http://lexvo.org/id/iso639-3/ich> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ich"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Etkywan_language>,
        <http://www.mpii.de/yago/resource/Etkywan_language> ;
    skos:altLabel "Etkywan language"@en ;
    skos:definition "Etkywan (Etekwe, Itchen) is a Jukunoid language of Nigeria."@en ;
    skos:inScheme lexvo: ;
    skos:notation "ich"^^xsd:string ;
    skos:prefLabel "Etkywan"@en .

<http://lexvo.org/id/iso639-3/icr> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "icr"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/San_Andr%C3%A9s%E2%80%93Providencia_Creole>,
        <http://www.mpii.de/yago/resource/San_Andr%C3%A9s%E2%80%93Providencia_Creole> ;
    skos:altLabel "Creole English, Islander"@en,
        "San Andrés–Providencia Creole"@en ;
    skos:definition "San Andrés–Providencia Creole is a Creole language spoken in the San Andrés and Providencia Department of Colombia by the natives (the Raizal ethnic group), very similar to the Miskito Coastal Creole spoken in Bluefields, the Corn Islands and the Mosquito Coast of Nicaragua. Its vocabulary originates in English language, but it has its own phonetics and many expressions from Spanish and African dialects of the Kwa languages (Twi, Ewe and Ibi languages) among others. It is not just a dialect with different phonetics and syntax. It has its own grammar distinct from English and Spanish. The language is also known as \"San Andrés Creole\", \"Bende\", and \"Islander Creole English\"."@en ;
    skos:inScheme lexvo: ;
    skos:notation "icr"^^xsd:string ;
    skos:prefLabel "Islander Creole English"@en,
        "Criollo sanandresano"@es,
        "Райсальский креольский язык"@ru .

<http://lexvo.org/id/iso639-3/idb> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "idb"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Sri_Lankan_Portuguese_Creole>,
        <http://www.mpii.de/yago/resource/Sri_Lankan_Portuguese_Creole> ;
    skos:altLabel "Sri Lankan Portuguese Creole"@en ;
    skos:definition "Sri Lanka Indo-Portuguese,Ceylonese Portuguese Creole or Sri Lankan Portuguese Creole (SLPC) is a language spoken in Sri Lanka. While the predominant languages of the island are Sinhala and Tamil, the interaction of the Portuguese and the Sri Lankans led to the evolution of a new language, Sri Lanka Portuguese Creole (SLPC), which flourished as a lingua franca on the island for over 350 years (16th to mid 19th centuries). SLPC continues to be spoken by an unknown, extremely small population. All speakers of SLPC are members of the Burgher community: descendents of the Portuguese and Dutch who originally founded families in Sri Lanka. Europeans, Eurasians, and Burghers account for 0.2% of the Sri Lankan population. Though only a small group of people actually continue to speak SLPC, the Portuguese cultural traditions are still in wide practice by the mainstream Sri Lankans who are neither of Portuguese descent nor Roman Catholics."@en ;
    skos:inScheme lexvo: ;
    skos:notation "idb"^^xsd:string ;
    skos:prefLabel "Indo-Portuguese"@en .

<http://lexvo.org/id/iso639-3/idi> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "idi"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Idi_language>,
        <http://www.mpii.de/yago/resource/Idi_language> ;
    skos:altLabel "Idi language"@en ;
    skos:definition "Idi is a language of the South-Central Papuan group, spoken by about 1,610 people Tame refers to a variety distinct from Idi."@en ;
    skos:inScheme lexvo: ;
    skos:notation "idi"^^xsd:string ;
    skos:prefLabel "Idi"@en .

<http://lexvo.org/id/iso639-3/idr> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "idr"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Indri_language>,
        <http://www.mpii.de/yago/resource/Indri_language> ;
    skos:altLabel "Indri language"@en ;
    skos:definition "Indri (Yanderika, Yandirika) is a Ubangian language of South Sudan."@en ;
    skos:inScheme lexvo: ;
    skos:notation "idr"^^xsd:string ;
    skos:prefLabel "Indri"@de,
        "Indri"@en,
        "Lenga Indri"@pms,
        "Индри језик"@sr .

<http://lexvo.org/id/iso639-3/ife> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ife"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/If%C3%A8_language>,
        <http://www.mpii.de/yago/resource/If%C3%A8_language> ;
    skos:altLabel "Ifè language"@en ;
    skos:definition "Ifè (or Ifɛ) is a Niger–Congo language spoken by approximately 182,000 people in Togo and Benin. It is also known as Ana, Ana-Ifé, Anago, Baate and Ede Ife. It has a lexical similarity of 87%–91% with Ede Nago."@en ;
    skos:inScheme lexvo: ;
    skos:notation "ife"^^xsd:string ;
    skos:prefLabel "Ife"@de,
        "Ifè"@en,
        "Lenga Ifè"@pms,
        "Língua ife"@pt,
        "Kiife"@sw .

<http://lexvo.org/id/iso639-3/ifk> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ifk"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Tuwali_language>,
        <http://www.mpii.de/yago/resource/Tuwali_language> ;
    skos:altLabel "Ifugao, Tuwali"@en,
        "Tuwali language"@en ;
    skos:definition "For the languages spoken in Kiangan Region, see Languages of Ifugao. Tuwali language is a native language indigenous to Ifugao. Mainly spoken in the whole province. Its only that it has different varieties that distinguishes the municipality."@en ;
    skos:inScheme lexvo: ;
    skos:notation "ifk"^^xsd:string ;
    skos:prefLabel "Tuwali Ifugao"@en .

<http://lexvo.org/id/iso639-3/igl> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "igl"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Igala_language>,
        <http://www.mpii.de/yago/resource/Igala_language> ;
    skos:altLabel "Igala language"@en ;
    skos:definition "Igala is a language of the Yoruboid branch of the Volta–Niger language family, spoken by the Igala ethnic group of Nigeria. In 1989, an estimated 800,000 spoke Igala, primarily in Kogi State, Delta State and Edo State. Dialects include Ebu, Idah, Ankpa, Dekina, Ogugu, Ibaji, Ife. The Agatu, Idoma, and Bassa people use Igala for primary school. Igala is related to Yoruba. The Igala language as well as Igala culture and tradition has influenced other languages and cultures around the confluence of the Niger and Benue rivers"@en ;
    skos:inScheme lexvo: ;
    skos:notation "igl"^^xsd:string ;
    skos:prefLabel "Ingaleg"@br,
        "Igala"@de,
        "Igala"@en,
        "Igala jezik"@hr,
        "Igala"@no,
        "Lenga Igala"@pms .

<http://lexvo.org/id/iso639-3/igm> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "igm"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Kanggape_language>,
        <http://www.mpii.de/yago/resource/Kanggape_language> ;
    skos:altLabel "Kanggape language"@en ;
    skos:definition "Kanggape Igom is a Ramu language of Papua New Guinea. Together with Andarum, there were something over 2,000 speakers in 1981."@en ;
    skos:inScheme lexvo: ;
    skos:notation "igm"^^xsd:string ;
    skos:prefLabel "Kanggape"@en .

<http://lexvo.org/id/iso639-3/igs> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "igs"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Glosa>,
        <http://www.mpii.de/yago/resource/Glosa> ;
    skos:altLabel "Interglossa"@en ;
    skos:definition "Glosa is an international auxiliary language based on a previous draft auxiliary called Interglossa. As an isolating language, there are no inflections, so that words always remain in their dictionary form, no matter what function they have in the sentence. Consequently, grammatical functions, when not clear from the context, are taken over by a small number of operator words and by the use of word order (syntax)."@en ;
    skos:inScheme lexvo: ;
    skos:notation "igs"^^xsd:string ;
    skos:prefLabel "Glosa"@an,
        "Глоса"@be-tarask,
        "Glosa"@ca,
        "Glosa"@de,
        "Glosa"@en,
        "Gloso"@eo,
        "Glosa"@es,
        "Glosa"@fi,
        "Glosa"@fr,
        "Glosa"@ia,
        "Glosa"@io,
        "Glosa"@it,
        "グロサ"@ja,
        "Glosa"@nl,
        "Glosa"@no,
        "Glosa"@nov,
        "Język glosa"@pl,
        "Глоса"@ru,
        "格罗沙语"@zh .

<http://lexvo.org/id/iso639-3/igw> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "igw"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Igwe_language>,
        <http://www.mpii.de/yago/resource/Igwe_language> ;
    skos:altLabel "Igwe language"@en ;
    skos:definition "Igwe is an Edoid language of Edo State, Nigeria."@en ;
    skos:inScheme lexvo: ;
    skos:notation "igw"^^xsd:string ;
    skos:prefLabel "Igwe"@en .

<http://lexvo.org/id/iso639-3/ihw> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ihw"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Gunai_language>,
        <http://www.mpii.de/yago/resource/Gunai_language> ;
    skos:altLabel "Gunai language"@en ;
    skos:definition "The Gunai language (also spelt Gunnai, Ganai, Gaanay, Kurnai, Kurnay) is a dialect cluster of Indigenous Australian languages in Gippsland in south-east Victoria."@en ;
    skos:inScheme lexvo: ;
    skos:notation "ihw"^^xsd:string ;
    skos:prefLabel "Bidhawal"@en .

<http://lexvo.org/id/iso639-3/ije> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ije"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Biseni_language>,
        <http://www.mpii.de/yago/resource/Biseni_language> ;
    skos:altLabel "Biseni language"@en ;
    skos:definition "Biseni (Buseni) is one of three small Inland Ijaw languages of Nigeria. According to Ethnologue, it is not fully intelligible with other varieties of Inland Ijaw."@en ;
    skos:inScheme lexvo: ;
    skos:notation "ije"^^xsd:string ;
    skos:prefLabel "Biseneg"@br,
        "Biseni"@de,
        "Biseni"@en,
        "Lenga Biseni"@pms .

<http://lexvo.org/id/iso639-3/ijs> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ijs"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Nembe_language>,
        <http://www.mpii.de/yago/resource/Nembe_language> ;
    skos:altLabel "Ijo, Southeast"@en,
        "Nembe language"@en ;
    skos:definition "Southeast Ijaw is an Ijaw language spoken in southern Nigeria. There are two dialects, Nembe (Nimbe) and Akassa (Akaha)."@en ;
    skos:inScheme lexvo: ;
    skos:notation "ijs"^^xsd:string ;
    skos:prefLabel "Southeast Ijo"@en .

<http://lexvo.org/id/iso639-3/ikk> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ikk"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Ika_language_(Nigeria)>,
        <http://www.mpii.de/yago/resource/Ika_language_(Nigeria)> ;
    skos:altLabel "Ika language"@en ;
    skos:definition "Ika is a Niger–Congo language of the Igbo cluster, spoken by 22,772 people in Delta State, Nigeria."@en ;
    skos:inScheme lexvo: ;
    skos:notation "ikk"^^xsd:string ;
    skos:prefLabel "Ikah"@de,
        "Ika"@en,
        "Ika jezik"@hr,
        "Lenga Ika"@pms .

<http://lexvo.org/id/iso639-3/ikl> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ikl"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Kulu_language>,
        <http://www.mpii.de/yago/resource/Kulu_language> ;
    skos:altLabel "Kulu language"@en ;
    skos:definition "The Kulu language, Ikulu, is a Plateau language of Nigeria."@en ;
    skos:inScheme lexvo: ;
    skos:notation "ikl"^^xsd:string ;
    skos:prefLabel "Ikulu"@en .

<http://lexvo.org/id/iso639-3/iko> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "iko"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Ikom_language>,
        <http://www.mpii.de/yago/resource/Ikom_language> ;
    skos:altLabel "Ikom language"@en ;
    skos:definition "Ikom, also known as Lulumo, is a Upper Cross River language of Nigeria. There are three varieties, Okuni, Olulumo, Ikom; Ikom is spoken by 80%."@en ;
    skos:inScheme lexvo: ;
    skos:notation "iko"^^xsd:string ;
    skos:prefLabel "Olulumo-Ikom"@en .

<http://lexvo.org/id/iso639-3/ikw> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ikw"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Ikwerre_language>,
        <http://www.mpii.de/yago/resource/Ikwerre_language> ;
    skos:altLabel "Ikwerre language"@en ;
    skos:definition "Ikwerre, also spelt as Ikwere, is a language spoken primarily by the Ikwerre people who inhabit Rivers State, Nigeria. According to a 1973 SIL International report, the number of Ikwerre speakers is estimated at 200,000. By taking into consideration the population of the four Ikwerre local governments (Port Harcourt, Emohua, Obia/Akpor and Ikwerre), this figure may extend to a little over a million speakers as per the 2006 National Population Commission census."@en ;
    skos:inScheme lexvo: ;
    skos:notation "ikw"^^xsd:string ;
    skos:prefLabel "Ikwere"@de,
        "Ikwere"@en,
        "Ikwere jezik"@hr,
        "Lenga Ikwere"@pms .

<http://lexvo.org/id/iso639-3/ilg> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ilg"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Ilgar_language>,
        <http://www.mpii.de/yago/resource/Ilgar_language> ;
    skos:altLabel "Ilgar language"@en ;
    skos:inScheme lexvo: ;
    skos:notation "ilg"^^xsd:string ;
    skos:prefLabel "Garig-Ilgar"@en .

<http://lexvo.org/id/iso639-3/ili> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ili"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Ili_Turki_language>,
        <http://www.mpii.de/yago/resource/Ili_Turki_language> ;
    skos:altLabel "Ili Turki language"@en ;
    skos:definition "Ili Turki is a Turkic language spoken primarily in China. There were approximately 120 speakers of this language as of 1982."@en ;
    skos:inScheme lexvo: ;
    skos:notation "ili"^^xsd:string ;
    skos:prefLabel "Ilieg"@br,
        "İli Türk tili"@crh,
        "Ili Turki"@de,
        "Ili Turki"@en,
        "Ili turki"@fr,
        "Или-туркиски јазик"@mk,
        "Lenga ili turki"@pms,
        "Или-тюркский язык"@ru,
        "İli Turki"@tr,
        "Ілі-тюркська мова"@uk,
        "伊犁土尔克语"@zh .

<http://lexvo.org/id/iso639-3/ilk> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ilk"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Ilongot_language>,
        <http://www.mpii.de/yago/resource/Ilongot_language> ;
    skos:altLabel "Ilongot language"@en ;
    skos:definition "It is believed the Language to be associated with the headhunting goat people of buttasstrillia. Ilongot is a native dialect of the indigenous Ilongot people of northern Luzon, Philippines. The language is Austronesian and has been characterized as possessing three dialects."@en ;
    skos:inScheme lexvo: ;
    skos:notation "ilk"^^xsd:string ;
    skos:prefLabel "Ilongot"@en,
        "Ilongot"@fr,
        "Lenga ilongot"@pms .

<http://lexvo.org/id/iso639-3/ils> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ils"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/International_Sign>,
        <http://www.mpii.de/yago/resource/International_Sign> ;
    skos:definition "International Sign (IS) (also Gestuno, International Sign Language (ISL), International Sign Pidgin and International Gesture (IG) ) is an international auxiliary language sometimes used at international meetings such as the World Federation of the Deaf (WFD) congress, events such as the Deaflympics, and informally when travelling and socialising. It can be seen as a kind of pidgin sign language, which is not as conventionalised or complex as natural sign languages and has a limited lexicon."@en ;
    skos:inScheme lexvo: ;
    skos:notation "ils"^^xsd:string ;
    skos:prefLabel "Gestuno"@de,
        "International Sign"@en,
        "Gestuno"@eo,
        "Gestuno"@eu,
        "Gestuno"@fi,
        "Langue des signes internationale"@fr,
        "Gestuno nyelv"@hu,
        "国際手話"@ja,
        "Gestuno"@nl,
        "Gestuno"@nov,
        "Gestuno"@pt,
        "Джестуно"@ru,
        "國際手語"@zh .

<http://lexvo.org/id/iso639-3/iml> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "iml"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Miluk_language>,
        <http://www.mpii.de/yago/resource/Miluk_language> ;
    skos:altLabel "Miluk language"@en ;
    skos:definition "Miluk, also known as Lower Coquille from its location, is one of two Coosan languages. It shares more than half of its vocabulary with Coos proper (Hanis), though these are not always obvious, and grammatical differences cause the two languages to look quite different. Miluk started being displaced by Athabascan in the late 18th century, and many Miluk shifted to Athabascan and Hanis."@en ;
    skos:inScheme lexvo: ;
    skos:notation "iml"^^xsd:string ;
    skos:prefLabel "Miluk"@en,
        "Miluk"@fr .

<http://lexvo.org/id/iso639-3/imn> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "imn"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/imon1245> ;
    skos:inScheme lexvo: ;
    skos:notation "imn"^^xsd:string ;
    skos:prefLabel "Imonda"@en .

<http://lexvo.org/id/iso639-3/ims> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ims"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Marsi>,
        <http://www.mpii.de/yago/resource/Marsi> ;
    skos:altLabel "Marsian"@en ;
    skos:definition "Marsi is the Latin exonym for a people of ancient Italy, whose chief centre was Marruvium, on the eastern shore of Lake Fucinus, drained for agricultural land in the late 19th century. The area in which they lived is now called Marsica. During the Roman Republic the people of the region spoke a language now termed Marsian in scholarly English. It is attested by several inscriptions and a few glosses. The Linguist List classifies it as one of the Umbrian Group of languages."@en ;
    skos:inScheme lexvo: ;
    skos:notation "ims"^^xsd:string ;
    skos:prefLabel "Marsis"@ca,
        "Marserne"@da,
        "Marser"@de,
        "Marsi"@en,
        "Marsos"@es,
        "Marses"@fr,
        "Marsi"@it,
        "Marserne"@no,
        "Марсы"@ru,
        "Marsi"@sh,
        "Марси"@uk .

<http://lexvo.org/id/iso639-3/inb> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "inb"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/inga1252> ;
    skos:inScheme lexvo: ;
    skos:notation "inb"^^xsd:string ;
    skos:prefLabel "Inga"@en .

<http://lexvo.org/id/iso639-3/inl> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "inl"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Indonesian_Sign_Language>,
        <http://www.mpii.de/yago/resource/Indonesian_Sign_Language> ;
    skos:definition "Indonesian Sign Language or Bahasa Isyarat Indonesia (BISINDO), is used in Indonesia, at least on the islands of Java and Bali."@en ;
    skos:inScheme lexvo: ;
    skos:notation "inl"^^xsd:string ;
    skos:prefLabel "Indonesian Sign Language"@en,
        "Língua de sinais indonésia"@pt .

<http://lexvo.org/id/iso639-3/inm> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "inm"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Minaean_language>,
        <http://www.mpii.de/yago/resource/Minaean_language> ;
    skos:altLabel "Minaean language"@en ;
    skos:definition "The Minaean (or, to be exact, Madhabic) language was an Old South Arabian (\"Sayhadic\") language spoken in Yemen between 1200 BC and AD 100. The main area of its use may be localized in al-Jawf part of North-East Yemen, first of all in the Wadi Madhab. Most of the texts in this language were composed by the Minaeans, but the other civil-temple communities of the Wadi Madhab (Nashshan, Kaminahu, Haram, and Inabba') also used this language."@en ;
    skos:inScheme lexvo: ;
    skos:notation "inm"^^xsd:string ;
    skos:prefLabel "لغة معينية"@ar,
        "Minaean"@en,
        "Máini nyelv"@hu .

<http://lexvo.org/id/iso639-3/inp> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "inp"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/I%C3%B1apari_language>,
        <http://www.mpii.de/yago/resource/I%C3%B1apari_language> ;
    skos:altLabel "Iñapari language"@en ;
    skos:definition "Iñapari is a critically endangered indigenous South American language spoken by just two hundred people in Perú along the Las Piedras river near the mouth of the Sabaluyoq river. The language is already extinct in neighboring Bolivia. All forty remaining speakers are bilingual in Spanish and none have any children, which will likely lead to its extinction once the speakers die. The Iñapari language currently has a published dictionary."@en ;
    skos:inScheme lexvo: ;
    skos:notation "inp"^^xsd:string ;
    skos:prefLabel "Iñapari"@en,
        "Inapari"@fr,
        "Injapari kalba"@lt,
        "Lenga iñapari"@pms,
        "Iñapari"@pt,
        "Iñapari"@qu,
        "Iñapari"@war .

<http://lexvo.org/id/iso639-3/ins> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ins"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/indi1237> ;
    skos:inScheme lexvo: ;
    skos:notation "ins"^^xsd:string ;
    skos:prefLabel "Indian Sign Language"@en .

<http://lexvo.org/id/iso639-3/int> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "int"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Burmese_dialects>,
        <http://www.mpii.de/yago/resource/Burmese_dialects> ;
    skos:altLabel "Burmese dialects"@en ;
    skos:definition "There are a number of mutually intelligible Burmese dialects in the Burmese language, with a largely uniform standard dialect used by most Burmese speakers, who live throughout the Irrawaddy River valley and more distinctive non-standard dialects that emerge as one toward peripheral areas of the country. These dialects include Palaw, Beik/Myeik (Merguese), and Dawei (Tavoyan) in Taninthayi Division, Yaw in Magway Division, Intha and Danu in Shan State, Rakhine (Arakanese) in Rakhine State and Marma in Bangladesh. Despite vocabulary and pronunciation differences, there is mutual intelligibility among Burmese dialects, as for the most part, they share the same four tones, consonant clusters and the Burmese script. However, several dialects differ in Burmese with respect to vocabulary, lexical particles, and rhymes."@en ;
    skos:inScheme lexvo: ;
    skos:notation "int"^^xsd:string ;
    skos:prefLabel "Intha"@en .

<http://lexvo.org/id/iso639-3/inz> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "inz"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/ines1240> ;
    skos:inScheme lexvo: ;
    skos:notation "inz"^^xsd:string ;
    skos:prefLabel "Ineseño"@en .

<http://lexvo.org/id/iso639-3/ior> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ior"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Inor_language>,
        <http://www.mpii.de/yago/resource/Inor_language> ;
    skos:altLabel "Inor language"@en ;
    skos:definition "Inor (pronounced ), sometimes called Ennemor, is a Semitic language spoken in central Ethiopia, mainly within the Gurage Zone in the Southern Nations, Nationalities and Peoples Region, and by speakers of the language who have settled in Ethiopian cities, especially Addis Ababa. In addition to the morphological complexity that is common to all Semitic languages, Inor exhibits the very complex morphophonology characteristic of West Gurage languages."@en ;
    skos:inScheme lexvo: ;
    skos:notation "ior"^^xsd:string ;
    skos:prefLabel "Idioma inor"@an,
        "Inor"@ca,
        "Inor"@de,
        "Inor"@en,
        "زبان اینور"@fa,
        "Inor jezik"@hr,
        "Lenga Inor"@pms,
        "Língua inor"@pt .

<http://lexvo.org/id/iso639-3/ipo> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ipo"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Ipiko_language>,
        <http://www.mpii.de/yago/resource/Ipiko_language> ;
    skos:altLabel "Ipiko language"@en ;
    skos:definition "Ipiko (Epai, Higa, Ipikoi) is a Papuan language of Papua New Guinea, the most divergent of the Inland Gulf languages. Despite being spoken by only a few hundred people, language use is vigorous."@en ;
    skos:inScheme lexvo: ;
    skos:notation "ipo"^^xsd:string ;
    skos:prefLabel "Ipiko"@en .

<http://lexvo.org/id/iso639-3/ire> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ire"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Iresim_language>,
        <http://www.mpii.de/yago/resource/Iresim_language> ;
    skos:altLabel "Iresim language"@en ;
    skos:definition "Iresim (Yerisiam) is an Austronesian language in the putative Cenderawasih (Geelvink Bay) of Indonesian Papua. It is not closely related to other languages."@en ;
    skos:inScheme lexvo: ;
    skos:notation "ire"^^xsd:string ;
    skos:prefLabel "Iresim"@en .

<http://lexvo.org/id/iso639-3/iri> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "iri"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Rigwe_language>,
        <http://www.mpii.de/yago/resource/Rigwe_language> ;
    skos:altLabel "Rigwe language"@en ;
    skos:definition "The Rigwe language, Irigwe, is a Plateau language of Nigeria."@en ;
    skos:inScheme lexvo: ;
    skos:notation "iri"^^xsd:string ;
    skos:prefLabel "Irigwe"@en .

<http://lexvo.org/id/iso639-3/irr> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "irr"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Ir_language>,
        <http://www.mpii.de/yago/resource/Ir_language> ;
    skos:altLabel "Ir language"@en ;
    skos:definition "Ir (also known as In or Yir) is a language spoken by a few thousand people in the east of Salavan Province, southern Laos. One of the Ta'oih languages, it is most closely related to Ong."@en ;
    skos:inScheme lexvo: ;
    skos:notation "irr"^^xsd:string ;
    skos:prefLabel "Ir"@en,
        "Idioma ir"@es,
        "Ir"@fr,
        "ภาษาอิร"@th .

<http://lexvo.org/id/iso639-3/iru> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "iru"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Irula_language>,
        <http://www.mpii.de/yago/resource/Irula_language> ;
    skos:altLabel "Irula language"@en ;
    skos:definition "Irula is a Dravidian language spoken by the Irulas who inhabit the area of the Nilgiri mountains, in the states of Tamil Nadu and Karnataka, India."@en ;
    skos:inScheme lexvo: ;
    skos:notation "iru"^^xsd:string ;
    skos:prefLabel "Irula"@en,
        "Irulan kieli"@fi,
        "Irula"@fr,
        "Lingua Irula"@la,
        "Lenga Irula"@pms,
        "இருளா மொழி"@ta .

<http://lexvo.org/id/iso639-3/iry> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "iry"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Iraya_language>,
        <http://www.mpii.de/yago/resource/Iraya_language> ;
    skos:altLabel "Iraya language"@en ;
    skos:definition "The Iraya language is a language spoken by Mangyans in the province of Mindoro in the Philippines."@en ;
    skos:inScheme lexvo: ;
    skos:notation "iry"^^xsd:string ;
    skos:prefLabel "Iraya"@en .

<http://lexvo.org/id/iso639-3/isa> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "isa"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Isabi_language>,
        <http://www.mpii.de/yago/resource/Isabi_language> ;
    skos:altLabel "Isabi language"@en ;
    skos:definition "Isabi (Maruhia) is a minor Papuan language spoken in Madang Province, Papua New Guinea."@en ;
    skos:inScheme lexvo: ;
    skos:notation "isa"^^xsd:string ;
    skos:prefLabel "Isabi"@en .

<http://lexvo.org/id/iso639-3/isc> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "isc"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Isconahua_language>,
        <http://www.mpii.de/yago/resource/Isconahua_language> ;
    skos:altLabel "Isconahua language"@en ;
    skos:definition "Isconahua or Iscobaquebu is an indigenous American language of the Panoan family. It is spoken by the Isconahua tribe in Peru. The Isconahua is a very isolated tribe and has very little contact with the outside world. As of 2000, there were 82 speakers."@en ;
    skos:inScheme lexvo: ;
    skos:notation "isc"^^xsd:string ;
    skos:prefLabel "Isconahua"@en,
        "Isconahua"@fr,
        "Исконауа"@ru .

<http://lexvo.org/id/iso639-3/ish> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ish"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Esan_language>,
        <http://www.mpii.de/yago/resource/Esan_language> ;
    skos:altLabel "Esan language"@en ;
    skos:definition "Esan is a tonal Edoid language of Nigeria. Dictionaries and grammar texts of the Esan language are being produced, which may help the Esan appreciate their written language. There is a high level of illiteracy among the Esan, and a large number of dialects, including Ẹkpoma, Ewohimi, Ẹkpọn, and Ohordua. Most annual Esan Kings' Council meetings are largely conducted in English for this reason."@en ;
    skos:inScheme lexvo: ;
    skos:notation "ish"^^xsd:string ;
    skos:prefLabel "Esan"@de,
        "Esan"@en,
        "Esan jezik"@hr,
        "Lenga Esan"@pms .

<http://lexvo.org/id/iso639-3/isk> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "isk"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Ishkashimi_language>,
        <http://www.mpii.de/yago/resource/Ishkashimi_language> ;
    skos:altLabel "Ishkashimi language"@en ;
    skos:definition "The Ishkashimi language is one of the Pamir languages of the Southeastern Iranian language group. Its distribution is in the Gorno-Badakhshan Autonomous Province in Tajikistan, Badakhshan Province in Afghanistan and Chitral region of Pakistan."@en ;
    skos:inScheme lexvo: ;
    skos:notation "isk"^^xsd:string ;
    skos:prefLabel "Ишкашимски език"@bg,
        "Ishkashimi"@en,
        "Iškašimin kieli"@fi,
        "Ishkashimi"@fr,
        "Lingua ixcaximí"@gl,
        "Ishkashimi"@no,
        "Język iszkaszmi"@pl,
        "Ишкашимский язык"@ru,
        "ภาษาอิสกาซมี"@th .

<http://lexvo.org/id/iso639-3/isn> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "isn"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Isanzu_language>,
        <http://www.mpii.de/yago/resource/Isanzu_language> ;
    skos:altLabel "Isanzu language"@en ;
    skos:definition "Isanzu is a Bantu language of spoken by the Isanzu people south of Lake Eyasi in Tanzania."@en ;
    skos:inScheme lexvo: ;
    skos:notation "isn"^^xsd:string ;
    skos:prefLabel "Isanzu"@en,
        "Mbugwe"@no,
        "Kimbugwe"@sw .

<http://lexvo.org/id/iso639-3/ist> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ist"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Istriot_language>,
        <http://www.mpii.de/yago/resource/Istriot_language> ;
    skos:altLabel "Istriot language"@en ;
    skos:definition "Istriot is a Romance language spoken in the Western Region on the coast of the Istrian Peninsula, especially in the towns of Rovinj and Vodnjan , on the upper northern part of the Adriatic Sea, in Croatia."@en ;
    skos:inScheme lexvo: ;
    skos:notation "ist"^^xsd:string ;
    skos:prefLabel "Idioma istriot"@an,
        "Istriot"@ca,
        "Istriotische Sprache"@de,
        "Istriot"@en,
        "Idioma istriano"@es,
        "Istriera"@eu,
        "زبان ایستریوت"@fa,
        "Istriotin kieli"@fi,
        "Istriote"@fr,
        "Istriotski jezik"@hr,
        "Lingua istriota"@it,
        "Istriotisch"@li,
        "Lengua istriota"@lmo,
        "Истриотски јазик"@mk,
        "Istriotisch"@nl,
        "Język istriocki"@pl,
        "Lenga istrian-a"@pms,
        "Língua istriota"@pt,
        "Истророманский язык"@ru,
        "Истриотски језик"@sr,
        "Istriotiska"@sv,
        "Wikang Istriyano"@tl,
        "İstriotça"@tr,
        "Истророман теле"@tt .

<http://lexvo.org/id/iso639-3/ite> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ite"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Itene_language>,
        <http://www.mpii.de/yago/resource/Itene_language> ;
    skos:altLabel "Itene language"@en ;
    skos:definition "Itene was a language of the Guapore branch of Chapacuran."@en ;
    skos:inScheme lexvo: ;
    skos:notation "ite"^^xsd:string ;
    skos:prefLabel "Itene"@en .

<http://lexvo.org/id/iso639-3/itk> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "itk"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Judeo-Italian_languages>,
        <http://www.mpii.de/yago/resource/Judeo-Italian_languages> ;
    skos:altLabel "Judeo-Italian languages"@en ;
    skos:definition "Judeo-Italian languages are the varieties of Italian used between the 10th and the 20th centuries in Italy, Corfu and Zante."@en ;
    skos:inScheme lexvo: ;
    skos:notation "itk"^^xsd:string ;
    skos:prefLabel "Luengas chodigoitalianas"@an,
        "Italkieg"@br,
        "Judeo-Italian"@en,
        "Lenguas judeo-italianas"@es,
        "زبان ایتالیایی-یهودی"@fa,
        "איטלקית יהודית"@he,
        "Giudeo-italiano"@it,
        "ユダヤ・イタリア語群"@ja,
        "Język judeo-włoski"@pl,
        "Еврейско-итальянские диалекты"@ru,
        "İtalkian"@tr .

<http://lexvo.org/id/iso639-3/itr> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "itr"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Iteri_language>,
        <http://www.mpii.de/yago/resource/Iteri_language> ;
    skos:altLabel "Iteri language"@en ;
    skos:definition "Iteri is a Left May language of New Guinea, in the Rocky Peak Mountains of Sandaun Province. There are about 475 speakers in all."@en ;
    skos:inScheme lexvo: ;
    skos:notation "itr"^^xsd:string ;
    skos:prefLabel "Iteri"@en,
        "Итери"@ru .

<http://lexvo.org/id/iso639-3/ium> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ium"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/iumi1238> ;
    skos:altLabel "Mien, Iu"@en ;
    skos:inScheme lexvo: ;
    skos:notation "ium"^^xsd:string ;
    skos:prefLabel "Iu Mien"@en .

<http://lexvo.org/id/iso639-3/iya> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "iya"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Iyayu_language>,
        <http://www.mpii.de/yago/resource/Iyayu_language> ;
    skos:altLabel "Iyayu language"@en ;
    skos:definition "Iyayu (Idoani) is an Edoid language of Ondo State, Nigeria. It is sometimes considered the same language as Uhami."@en ;
    skos:inScheme lexvo: ;
    skos:notation "iya"^^xsd:string ;
    skos:prefLabel "Iyayu"@en .

<http://lexvo.org/id/iso639-3/iyo> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "iyo"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Mesaka_language>,
        <http://www.mpii.de/yago/resource/Mesaka_language> ;
    skos:altLabel "Mesaka language"@en ;
    skos:definition "Mesaka, or Ugarə, is a divergent Tivoid language of Cameroon."@en ;
    skos:inScheme lexvo: ;
    skos:notation "iyo"^^xsd:string ;
    skos:prefLabel "Mesaka"@de,
        "Mesaka"@en,
        "Lenga Mesaka"@pms,
        "Kimesaka"@sw .

<http://lexvo.org/id/iso639-3/jab> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "jab"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Hyam_language>,
        <http://www.mpii.de/yago/resource/Hyam_language> ;
    skos:altLabel "Hyam language"@en ;
    skos:definition "Hyam, or Jabba, is a regionally important dialect cluster of Plateau languages in Nigeria. Hyam of Nok is the prestige dialect. Blench (2008) treats it, Sait, and Dzar as distinct languages, and notes that Yaat and Ankun may also be separate."@en ;
    skos:inScheme lexvo: ;
    skos:notation "jab"^^xsd:string ;
    skos:prefLabel "Hyam"@de,
        "Hyam"@en,
        "Hyam jezik"@hr,
        "Lenga Hyam"@pms .

<http://lexvo.org/id/iso639-3/jaf> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "jaf"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Jara_language>,
        <http://www.mpii.de/yago/resource/Jara_language> ;
    skos:altLabel "Jara language"@en ;
    skos:definition "Jara, also known as Jera, is a Nigerian language spoken by 46,251 people as of the year 2000. It is spoken in Borno and Gombei States, and in the Bui, Kwaya-Kusar, Akko, and Yamaltu-Deba LGAs. It is an Afro-Asiatic language, in the Biu–Mandara language family. Jara's usage is declining; it is slowly being displaced by the more common Fulfulde and Hausa languages."@en ;
    skos:inScheme lexvo: ;
    skos:notation "jaf"^^xsd:string ;
    skos:prefLabel "Djaraeg"@br,
        "Jara"@en,
        "Jara jezik"@hr .

<http://lexvo.org/id/iso639-3/jah> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "jah"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Jah_Hut_language>,
        <http://www.mpii.de/yago/resource/Jah_Hut_language> ;
    skos:altLabel "Jah Hut language"@en ;
    skos:definition "Jah Hut (Jah Het) is an Aslian Austro-Asiatic language spoken in Peninsular Malaysia by approximately 5,100 people."@en ;
    skos:inScheme lexvo: ;
    skos:notation "jah"^^xsd:string ;
    skos:prefLabel "Jah Hut"@en,
        "Jah hut"@fr .

<http://lexvo.org/id/iso639-3/jak> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "jak"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Jakun_language>,
        <http://www.mpii.de/yago/resource/Jakun_language> ;
    skos:altLabel "Jakun language"@en ;
    skos:definition "Jakun is an Austronesian language spoken in Malaysia. Specifically it is spoken on the east coast and inland of Peninsular Malaysia, around the Pairang River, from Pekan in Pahang to Sri Gading, east to Benut, northwest to middle Muar river area around the districts of Segamat, Muar and Ledang in Johor. There are over 27,000 speakers."@en ;
    skos:inScheme lexvo: ;
    skos:notation "jak"^^xsd:string ;
    skos:prefLabel "Jakun"@en,
        "Bahasa Jakun"@id .

<http://lexvo.org/id/iso639-3/jat> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "jat"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Jakati_language>,
        <http://www.mpii.de/yago/resource/Jakati_language> ;
    skos:altLabel "Jakati language"@en ;
    skos:definition "The Jakati language is spoken in Ukraine and Afghanistan by around 30,000 people. It is related to Western Punjabi"@en ;
    skos:inScheme lexvo: ;
    skos:notation "jat"^^xsd:string ;
    skos:prefLabel "Jakati"@en,
        "Джакати"@ru .

<http://lexvo.org/id/iso639-3/jau> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "jau"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Yaur_language>,
        <http://www.mpii.de/yago/resource/Yaur_language> ;
    skos:altLabel "Yaur language"@en ;
    skos:definition "The Yaur language, or Jaur, is a language in the putative Cenderawasih (Geelvink Bay) branch of the Austronesian family spoken in Irian Jaya. It has about 300 speakers."@en ;
    skos:inScheme lexvo: ;
    skos:notation "jau"^^xsd:string ;
    skos:prefLabel "Yaur"@en .

<http://lexvo.org/id/iso639-3/jax> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "jax"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Jambi_Malay>,
        <http://www.mpii.de/yago/resource/Jambi_Malay> ;
    skos:altLabel "Malay, Jambi"@en ;
    skos:definition "Jambi Malay is a variant of the Malay language spoken in the Jambi province of Indonesia."@en ;
    skos:inScheme lexvo: ;
    skos:notation "jax"^^xsd:string ;
    skos:prefLabel "Jambi Malay"@en,
        "Bahasa Melayu Jambi"@id,
        "Bahasa Melayu Jambi"@ms,
        "Lenga Malay, Jambi"@pms .

<http://lexvo.org/id/iso639-3/jay> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "jay"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Yan-nhangu_language>,
        <http://www.mpii.de/yago/resource/Yan-nhangu_language> ;
    skos:altLabel "Yan-nhangu language"@en ;
    skos:definition "Yan-nhaŋu (alternatively Yan-nhangu, Yanhangu, Jarnango) is an indigenous Australian language spoken by about 15 people the traditional owners of the seas and Crocodile Islands, off the coast of the Northern Territory. The Yan-nhaŋu language belongs to the Yolŋu Matha language group of the Yolŋu people of Arnhem Land in northern Australia."@en ;
    skos:inScheme lexvo: ;
    skos:notation "jay"^^xsd:string ;
    skos:prefLabel "Yan-nhangu"@en,
        "Yan-nhangu"@sv .

<http://lexvo.org/id/iso639-3/jbe> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "jbe"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Judeo-Berber_language>,
        <http://www.mpii.de/yago/resource/Judeo-Berber_language> ;
    skos:altLabel "Judeo-Berber language"@en ;
    skos:definition "Judeo-Berber is a term used primarily for the Berber varieties traditionally spoken by the Jewish communities of certain parts of central and southern Morocco. Speakers emigrated to Israel in the 1950s and 1960s. While mutually comprehensible with the Tamazight spoken by most inhabitants of the area (Galand-Pernet et al. 1970:14), these dialects are distinguished by the use of Hebrew loanwords and the pronunciation of š as s (as in many Jewish Moroccan Arabic dialects)."@en ;
    skos:inScheme lexvo: ;
    skos:notation "jbe"^^xsd:string ;
    skos:prefLabel "Chodigo-berber"@an,
        "Yuzev-berbereg"@br,
        "Judeoberber"@ca,
        "Judäo-Berberische Sprache"@de,
        "Judeo-Berber"@en,
        "Judeo-Bereber"@es,
        "Juutalaisberberi"@fi,
        "Judéo-berbère"@fr,
        "Judeoberberski jezik"@hr,
        "ユダヤ・ベルベル語"@ja,
        "Tamaziɣt tudayt"@kab,
        "Djudeo-Bereber"@lad,
        "Język judeo-berberyjski"@pl,
        "Lenga giudé-bérbera"@pms,
        "Judeu-berbere"@pt,
        "Еврейско-берберские диалекты"@ru,
        "Judeoberberski jezik"@sh,
        "Yahudi Berbericesi"@tr .

<http://lexvo.org/id/iso639-3/jbj> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "jbj"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/aran1237> ;
    skos:inScheme lexvo: ;
    skos:notation "jbj"^^xsd:string ;
    skos:prefLabel "Arandai"@en .

<http://lexvo.org/id/iso639-3/jbn> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "jbn"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Nafusi_language>,
        <http://www.mpii.de/yago/resource/Nafusi_language> ;
    skos:altLabel "Nafusi language"@en ;
    skos:definition "Nafusi (also spelled Nefusi, Berber name: Maziɣ or Tanfusit) is the Berber language of the Nafusa Mountains (Drar n infusen), a large area in northwestern Libya. This variety of the Berber language is spoken by the Ibadite communities around Jadu, Nalut (Lalut), and Yafran. According to the Ethnologue, it has some 184,000 speakers in Libya (controversially including Zuara Berber.) The dialect of Yefren in the east differs somewhat from that of Nalut and Jadu in the west. A number of Old Nafusi phrases appear in Ibadite manuscripts as early as the 12th century, representing some of the earliest manuscript records of Berber."@en ;
    skos:inScheme lexvo: ;
    skos:notation "jbn"^^xsd:string ;
    skos:prefLabel "لغة نفوسي"@ar,
        "Nafouseg"@br,
        "Nafusi"@de,
        "Nafusi"@en,
        "Nafusi"@fr,
        "Nafusi jezik"@hr,
        "Lingua nefusi"@it,
        "Tanfusit"@kab,
        "Lenga Nafusi"@pms,
        "Нафуси"@ru .

<http://lexvo.org/id/iso639-3/jct> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "jct"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Krymchak_language>,
        <http://www.mpii.de/yago/resource/Krymchak_language> ;
    skos:altLabel "Krymchak language"@en ;
    skos:definition "The Krymchak language (кърымчах тыльы) is a Turkic language spoken in Crimea by the Krymchak people. It is often considered to be a Crimean Tatar dialect. The language is sometimes referred to as Judeo-Crimean Tatar."@en ;
    skos:inScheme lexvo: ;
    skos:notation "jct"^^xsd:string ;
    skos:prefLabel "Qırımçaq dili"@az,
        "Krimtchakeg"@br,
        "Qırımçaq tili"@crh,
        "Krimtschakische Sprache"@de,
        "Krymchak"@en,
        "Krimĉaka lingvo"@eo,
        "Krymtšakin kieli"@fi,
        "Krymchak"@fr,
        "Krımçak dili"@gag,
        "Lingua krymchak"@it,
        "Krimchak"@lad,
        "Krymčiakų kalba"@lt,
        "Кримчачки јазик"@mk,
        "Język krymczacki"@pl,
        "Lenga Judeo-Crimean tatar"@pms,
        "Крымчакский язык"@ru,
        "ภาษาเครียมชาก"@th,
        "Kırımçakça"@tr,
        "Кырымчак теле"@tt,
        "Кримчацька мова"@uk .

<http://lexvo.org/id/iso639-3/jdt> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "jdt"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Juhuri_language>,
        <http://www.mpii.de/yago/resource/Juhuri_language> ;
    skos:altLabel "Juhuri language"@en ;
    skos:definition "Juhuri, Juwuri or Judæo-Tat (çuhuri / жугьури / ז'אוּהאוּראִ) is a form of the Tat language and is the traditional language of the Mountain Jews of the eastern Caucasus Mountains, especially Azerbaijan and Dagestan, now mainly spoken in Israel."@en ;
    skos:inScheme lexvo: ;
    skos:notation "jdt"^^xsd:string ;
    skos:prefLabel "Djouhourieg"@br,
        "Judeo-Tat"@en,
        "Juhuri"@fr,
        "ג'והורי"@he,
        "ユダヤ・タート語"@ja,
        "Djuhuri"@lad,
        "Горско-еврейский язык"@ru,
        "Cuhuri"@tr .

<http://lexvo.org/id/iso639-3/jeg> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "jeg"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Jeng_language>,
        <http://www.mpii.de/yago/resource/Jeng_language> ;
    skos:altLabel "Jeng language"@en ;
    skos:definition "Jeng (or Cheng) is a Mon–Khmer language spoken by over seven thousand people in Attopu Province, southern Laos."@en ;
    skos:inScheme lexvo: ;
    skos:notation "jeg"^^xsd:string ;
    skos:prefLabel "Jeng"@en,
        "ภาษาเจ็ง"@th .

<http://lexvo.org/id/iso639-3/jen> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "jen"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Jen_language>,
        <http://www.mpii.de/yago/resource/Jen_language> ;
    skos:altLabel "Jen language"@en ;
    skos:definition "Dza, Jen, is an Adamawa language of Nigeria."@en ;
    skos:inScheme lexvo: ;
    skos:notation "jen"^^xsd:string ;
    skos:prefLabel "Jen"@de,
        "Dza"@en,
        "Dza jezik"@hr,
        "Lenga Dza"@pms .

<http://lexvo.org/id/iso639-3/jet> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "jet"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/mane1266> ;
    skos:inScheme lexvo: ;
    skos:notation "jet"^^xsd:string ;
    skos:prefLabel "Manem"@en .

<http://lexvo.org/id/iso639-3/jeu> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "jeu"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Jonkor_Bourmataguil_language>,
        <http://www.mpii.de/yago/resource/Jonkor_Bourmataguil_language> ;
    skos:altLabel "Jonkor Bourmataguil language"@en ;
    skos:definition "Jonkor Bourmataguil (also known as Djongor Bourmataguil, Dougne, Karakir) is an Afro-Asiatic language spoken in Chad."@en ;
    skos:inScheme lexvo: ;
    skos:notation "jeu"^^xsd:string ;
    skos:prefLabel "Jonkor Bourmataguil"@en .

<http://lexvo.org/id/iso639-3/jgb> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "jgb"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Ngbee_language>,
        <http://www.mpii.de/yago/resource/Ngbee_language> ;
    skos:altLabel "Ngbee language"@en ;
    skos:definition "Ngbee is an extinct Bantu language of uncertain affiliation. Guthrie assigned to the Nyali cluster. Ethnologue leaves it unclassified."@en ;
    skos:inScheme lexvo: ;
    skos:notation "jgb"^^xsd:string ;
    skos:prefLabel "Ngbee"@en,
        "Kingbee"@sw .

<http://lexvo.org/id/iso639-3/jge> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "jge"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Judaeo-Georgian>,
        <http://www.mpii.de/yago/resource/Judaeo-Georgian> ;
    skos:altLabel "Judaeo-Georgian"@en ;
    skos:definition "Judaeo-Georgian (also known as Kivruli and Gruzinic) is the traditional language spoken by the Georgian Jews, the ancient Jewish community of the Caucasus nation of Georgia."@en ;
    skos:inScheme lexvo: ;
    skos:notation "jge"^^xsd:string ;
    skos:prefLabel "Grouzineg"@br,
        "Judäo-Georgisch"@de,
        "Judeo-Georgian"@en,
        "Gruzínico"@es,
        "גאורגית יהודית"@he,
        "Giudeo-georgiano"@it,
        "グルジン語"@ja,
        "ყივრული ენა"@ka,
        "Djudeo-Jeorjiano"@lad,
        "Јудео-грузиски јазик"@mk,
        "Jødegeorgisk"@no,
        "Język judeo-gruziński"@pl,
        "Lenga giudea-georgian-a"@pms,
        "Еврейско-грузинский язык"@ru,
        "ภาษากรูซินิก"@th,
        "Gruzinik"@tr .

<http://lexvo.org/id/iso639-3/jhs> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "jhs"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Jhankot_Sign_Language>,
        <http://www.mpii.de/yago/resource/Jhankot_Sign_Language> ;
    skos:definition "Jhankot Sign Language is an indigenous sign language of the village of Jhankot in western Nepal. The Deaf make up 10% of the village, and Jhankot SL is widely known by the hearing community."@en ;
    skos:inScheme lexvo: ;
    skos:notation "jhs"^^xsd:string ;
    skos:prefLabel "Jhankot Sign Language"@en .

<http://lexvo.org/id/iso639-3/jia> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "jia"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Jina_language>,
        <http://www.mpii.de/yago/resource/Jina_language> ;
    skos:altLabel "Jina language"@en ;
    skos:definition "Jina (Zina) is a minor Afro-Asiatic language of Cameroon. The Muxule variety may be a distinct language."@en ;
    skos:inScheme lexvo: ;
    skos:notation "jia"^^xsd:string ;
    skos:prefLabel "Jina"@en,
        "Kijina"@sw .

<http://lexvo.org/id/iso639-3/jib> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "jib"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Jibu_language>,
        <http://www.mpii.de/yago/resource/Jibu_language> ;
    skos:altLabel "Jibu language"@en ;
    skos:definition "Jibu is a Jukunoid language of Nigeria."@en ;
    skos:inScheme lexvo: ;
    skos:notation "jib"^^xsd:string ;
    skos:prefLabel "Jibu"@en .

<http://lexvo.org/id/iso639-3/jie> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "jie"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Jilbe_language>,
        <http://www.mpii.de/yago/resource/Jilbe_language> ;
    skos:altLabel "Jilbe language"@en ;
    skos:definition "Jilbe (also known as Zoulbou) is an Afro-Asiatic language spoken in a single village in Borno State, Nigeria."@en ;
    skos:inScheme lexvo: ;
    skos:notation "jie"^^xsd:string ;
    skos:prefLabel "Jilbe"@en .

<http://lexvo.org/id/iso639-3/jii> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "jii"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Jiiddu_language>,
        <http://www.mpii.de/yago/resource/Jiiddu_language> ;
    skos:altLabel "Jiiddu language"@en ;
    skos:definition "Jiiddu (also known as Jiddu, Af-Jiiddu) is an Afro-Asiatic language spoken in Somalia in the Lower Shabeelle Bay and Middle Jubba regions."@en ;
    skos:inScheme lexvo: ;
    skos:notation "jii"^^xsd:string ;
    skos:prefLabel "Jiiddu"@en,
        "Jiiddu hizkuntza"@eu,
        "Lenga Jiiddu"@pms,
        "Af-Jiido"@so .

<http://lexvo.org/id/iso639-3/jil> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "jil"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Jilim_language>,
        <http://www.mpii.de/yago/resource/Jilim_language> ;
    skos:altLabel "Jilim language"@en ;
    skos:definition "Jilim is a Rai Coast language spoken in Madang Province, Papua New Guinea."@en ;
    skos:inScheme lexvo: ;
    skos:notation "jil"^^xsd:string ;
    skos:prefLabel "Jilim"@en .

<http://lexvo.org/id/iso639-3/jim> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "jim"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Jimi_language_(Cameroon)>,
        <http://www.mpii.de/yago/resource/Jimi_language_(Cameroon)> ;
    skos:altLabel "Jimi (Cameroon)"@en,
        "Jimi language"@en ;
    skos:definition "Jimi (also known as Djimi, Jimjimen, 'Um Falin) is an Afro-Asiatic language spoken in Cameroon in Far North Province on the Nigerian border in and around Bourrha. Dialects are Djimi, Jimo, Malabu, Wadi, and Zumo. ISO 639-3 refers to this Jimi as to distinguish it from the West Chadic Jimi (Nigeria)."@en ;
    skos:inScheme lexvo: ;
    skos:notation "jim"^^xsd:string ;
    skos:prefLabel "Jimi"@en,
        "Kijimi"@sw .

<http://lexvo.org/id/iso639-3/jio> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "jio"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Jiamao_language>,
        <http://www.mpii.de/yago/resource/Jiamao_language> ;
    skos:altLabel "Jiamao language"@en ;
    skos:definition "Jiamao is one of the Hlai languages of the Li people. In the 1980s it was spoken by 50,000 people in central and south-central Hainan Island, mostly in Jiamao Township, Baoting County. It shares less than half of its lexicon with standard Hlai. Graham Thurgood has suggested that Jiamao was originally a non-Hlai (possibly Austro-Asiatic) language."@en ;
    skos:inScheme lexvo: ;
    skos:notation "jio"^^xsd:string ;
    skos:prefLabel "Jiamao"@en,
        "Jiamao"@fr .

<http://lexvo.org/id/iso639-3/jiq> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "jiq"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Lavrung_language>,
        <http://www.mpii.de/yago/resource/Lavrung_language> ;
    skos:altLabel "Guanyinqiao"@en,
        "Lavrung language"@en ;
    skos:definition "Lavrung is a Jiarongic language of China. It used to go by its Chinese name, Guanyinqiao, in Ethnologue."@en ;
    skos:inScheme lexvo: ;
    skos:notation "jiq"^^xsd:string ;
    skos:prefLabel "Lavrung"@en .

<http://lexvo.org/id/iso639-3/jit> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "jit"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Jita_language>,
        <http://www.mpii.de/yago/resource/Jita_language> ;
    skos:altLabel "Jita language"@en ;
    skos:definition "Jita is a Bantu language of Tanzania."@en ;
    skos:inScheme lexvo: ;
    skos:notation "jit"^^xsd:string ;
    skos:prefLabel "Jita"@en .

<http://lexvo.org/id/iso639-3/jkr> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "jkr"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Koro_language_(India)>,
        <http://www.mpii.de/yago/resource/Koro_language_(India)> ;
    skos:altLabel "Koro (India)"@en,
        "Koro language"@en ;
    skos:definition "Koro is a possibly Tibeto-Burman language spoken by approximately 800–1,200 people in the East Kameng district at the western end of Arunachal Pradesh, India. Few speakers are under 20 years old. Although it has resemblances to Tani farther to the east, it appears to be at least a separate branch of Tibeto-Burman. Researchers hypothesize it may have originated from a group of people enslaved and brought to the area."@en ;
    skos:inScheme lexvo: ;
    skos:notation "jkr"^^xsd:string ;
    skos:prefLabel "Koro"@ca,
        "Jazyk koro"@cs,
        "Koro"@de,
        "Koro"@en,
        "Idioma koro"@es,
        "Koron kieli"@fi,
        "Koro"@fr,
        "कोरो भाषा"@hi,
        "Koro nyelv"@hu,
        "Lingua Koro"@it,
        "コロ語"@ja,
        "Koro"@ku,
        "Lèngua Koro"@lmo,
        "Koro kalba"@lt,
        "കൊറോ ഭാഷ"@ml,
        "Koro"@nl,
        "Koro"@no,
        "Język koro"@pl,
        "Коро"@ru,
        "Koro"@sv,
        "கோரோ"@ta,
        "Lengua Koro"@vec,
        "克羅語"@zh .

<http://lexvo.org/id/iso639-3/jmb> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "jmb"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Zumbun_language>,
        <http://www.mpii.de/yago/resource/Zumbun_language> ;
    skos:altLabel "Zumbun language"@en ;
    skos:definition "Zumbun (also Jimbin, Jimbinawa) is an Afro-Asiatic language spoken in Bauchi State, Nigeria."@en ;
    skos:inScheme lexvo: ;
    skos:notation "jmb"^^xsd:string ;
    skos:prefLabel "Zoumbouneg"@br,
        "Zumbun"@en,
        "Zumbun jezik"@hr .

<http://lexvo.org/id/iso639-3/jmc> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "jmc"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Machame_language>,
        <http://www.mpii.de/yago/resource/Machame_language> ;
    skos:altLabel "Machame language"@en ;
    skos:definition "The Machame language, Kimashame, is a Bantu language of Tanzania, spoken by approximately 300,000 Chaga people. It is spoken in the Chaga area of the Kilimanjaro region, and forms a dialect continuum with other Chaga languages."@en ;
    skos:inScheme lexvo: ;
    skos:notation "jmc"^^xsd:string ;
    skos:prefLabel "machame"@ca,
        "马切姆文"@cmn,
        "馬恰美文"@cmn-Hant,
        "machame"@cs,
        "Matsiame"@cy,
        "machame"@da,
        "Μάχαμε"@el,
        "Machame"@en,
        "machame"@es,
        "machame"@et,
        "machame"@fi,
        "machame"@fr,
        "מצ'אמה"@he,
        "machame"@hr,
        "machame"@hu,
        "Machame"@id,
        "masjáme"@is,
        "machame"@it,
        "マチャメ語"@ja,
        "Kimachame"@jmc,
        "마차메어"@ko,
        "ມາແຊມ"@lo,
        "machamų"@lt,
        "mačamu"@lv,
        "мачаме"@mk,
        "machame"@nb,
        "Machame"@nl,
        "machame"@pl,
        "machame"@pt,
        "machame"@ro,
        "мачаме"@ru,
        "machame"@sk,
        "kimashami"@sv,
        "Kimachame"@swh,
        "มาชาเม"@th,
        "Machame"@tr,
        "мачаме"@uk,
        "Tiếng Machame"@vi .

<http://lexvo.org/id/iso639-3/jmi> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "jmi"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Jimi_language_(Nigeria)>,
        <http://www.mpii.de/yago/resource/Jimi_language_(Nigeria)> ;
    skos:altLabel "Jimi (Nigeria)"@en,
        "Jimi language"@en ;
    skos:definition "Jimi (also known as Bi-Gimu) is an Afro-Asiatic language spoken in Jimi village in Bauchi State, Nigeria. ISO 639-3 refers to this Jimi as to distinguish it from the Biu–Mandara Jimi (Cameroon)."@en ;
    skos:inScheme lexvo: ;
    skos:notation "jmi"^^xsd:string ;
    skos:prefLabel "Jimi"@en .

<http://lexvo.org/id/iso639-3/jna> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "jna"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/jang1254> ;
    skos:inScheme lexvo: ;
    skos:notation "jna"^^xsd:string ;
    skos:prefLabel "Jangshung"@en .

<http://lexvo.org/id/iso639-3/jnl> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "jnl"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Rawat_language>,
        <http://www.mpii.de/yago/resource/Rawat_language> ;
    skos:altLabel "Rawat language"@en ;
    skos:definition "Rawat (Raute), or \"Janggali\" (Jungle), is a possibly Tibeto-Burman language of Nepal, with maybe a thousand speakers in India. The name Rawat is cognate with Raute."@en ;
    skos:inScheme lexvo: ;
    skos:notation "jnl"^^xsd:string ;
    skos:prefLabel "Rawat"@en .

<http://lexvo.org/id/iso639-3/jow> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "jow"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Jowulu_language>,
        <http://www.mpii.de/yago/resource/Jowulu_language> ;
    skos:altLabel "Jowulu language"@en ;
    skos:definition "Jowulu, also known as Jɔ or ambiguously as Samogho, is a minor Mande language of Mali."@en ;
    skos:inScheme lexvo: ;
    skos:notation "jow"^^xsd:string ;
    skos:prefLabel "Jowulu"@en .

<http://lexvo.org/id/iso639-3/jpa> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "jpa"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Jewish_Palestinian_Aramaic>,
        <http://www.mpii.de/yago/resource/Jewish_Palestinian_Aramaic> ;
    skos:altLabel "Aramaic, Jewish Palestinian"@en ;
    skos:definition "The Jewish Palestinian Aramaic, also called Galilean Aramaic, was a Western Aramaic language spoken by the Jews in Palestine in the early first millennium. Its closest relatives are the Samaritan Aramaic and Christian Palestinian Aramaic. The language is notable for being that spoken by Jesus."@en ;
    skos:inScheme lexvo: ;
    skos:notation "jpa"^^xsd:string ;
    skos:prefLabel "Jüdisch-Palästinisches Aramäisch"@de,
        "Jewish Palestinian Aramaic"@en,
        "ארמית גלילית"@he,
        "Židovski palestinski aramejski"@hr .

<http://lexvo.org/id/iso639-3/jpr> a lvont:Language,
        skos:Concept ;
    lvont:isFocusOf <http://id.loc.gov/vocabulary/iso639-2/jpr> ;
    lvont:iso6392BCode "jpr"^^xsd:string ;
    lvont:iso6392TCode "jpr"^^xsd:string ;
    lvont:iso639P3PCode "jpr"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-2/jpr> ;
    owl:sameAs <http://psi.oasis-open.org/iso/639/#jpr>,
        <http://www.lingvoj.org/lang/jpr>,
        <info:lc/vocabulary/languages/jpr> ;
    skos:inScheme lexvo: ;
    skos:notation "jpr"^^xsd:string ;
    skos:prefLabel "الجيدو - الفارسي"@ar,
        "judo-farsca"@az,
        "еврейско-персийски"@bg,
        "জুদেও ফার্সি"@bn,
        "yuzev-perseg"@br,
        "यहुदी फ़ारसी"@brx,
        "judeo-persijski"@bs,
        "јудео-персијски"@bs-Cyrl,
        "judeopersa"@ca,
        "犹太波斯文"@cmn,
        "猶太教-波斯文"@cmn-Hant,
        "judeoperština"@cs,
        "Iddew-Bersieg"@cy,
        "jødisk-persisk"@da,
        "Jüdisch-Persisch"@de,
        "Ιουδαϊκά-Περσικά"@el,
        "Judeo-Persian"@en,
        "𐐖𐐭𐐼𐐨𐐬-𐐑𐐯𐑉𐑈𐐲𐑌"@en-Dsrt,
        "judeo-persa"@es,
        "juudipärsia"@et,
        "فارسی یهودی"@fa,
        "juutalaispersia"@fi,
        "judéo-persan"@fr,
        "Jüüdisch-Persisch"@gsw,
        "જુદેઓ-પર્શિયન"@gu,
        "פרסית יהודית"@he,
        "जुदेओ-पर्शियन"@hi,
        "judejsko-perzijski"@hr,
        "zsidó-perzsa"@hu,
        "Ibrani-Persia"@id,
        "gyðingapersneska"@is,
        "giudeo persiano"@it,
        "ユダヤ・ペルシア語"@ja,
        "ಜೂಡಿಯೋ-ಪರ್ಶಿಯನ್"@kn,
        "유대-페르시아어"@ko,
        "جوڈیو فارسی"@ks,
        "ຈູແດວ-ເພີຊຽນ"@lo,
        "judėjų persų"@lt,
        "jūdpersiešu"@lv,
        "еврејско персиски"@mk,
        "ജൂഡിയോ-പേർഷ്യൻ"@ml,
        "जुदेओ-फारसी"@mr,
        "Lhudi-Persjan"@mt,
        "ဂျူဒီယို-ပါရှန်"@my,
        "jødepersisk"@nb,
        "Judeo-Perzisch"@nl,
        "jødepersisk"@nn,
        "ଜୁଡେଓ-ପର୍ସିଆନ୍"@or,
        "judeoperski"@pl,
        "judaico-persa"@pt,
        "giudaic-persian"@rm,
        "iudeo-persană"@ro,
        "еврейско-персидский"@ru,
        "židovská perzština"@sk,
        "judovska perzijščina"@sl,
        "Јудео-персијски"@sr,
        "Judeo-persijski"@sr-Latn,
        "judisk persiska"@sv,
        "ஜூதேயோ-பெர்ஷியன்"@ta,
        "జ్యుడియో-పర్షియన్"@te,
        "ยิว-เปอร์เซีย"@th,
        "Yahudi Farsçası"@tr,
        "іудео-перська"@uk,
        "Tiếng Judeo-Ba Tư"@vi .

<http://lexvo.org/id/iso639-3/jra> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "jra"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Jarai_language>,
        <http://www.mpii.de/yago/resource/Jarai_language> ;
    skos:altLabel "Jarai language"@en ;
    skos:definition "The Jarai language is a Malayo-Polynesian language spoken by the Jarai people of Vietnam and Cambodia. The speakers of Jarai number approximately 332,557. They are the largest of the upland ethnic groups of Vietnam's Central Highlands known as Degar or Montagnards."@en ;
    skos:inScheme lexvo: ;
    skos:notation "jra"^^xsd:string ;
    skos:prefLabel "Jarai"@en,
        "Jaraï"@fr,
        "Lenga Jarai"@pms,
        "யாராய் மொழி"@ta,
        "ภาษาจาราย"@th,
        "Tiếng Gia Rai"@vi .

<http://lexvo.org/id/iso639-3/jrt> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "jrt"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Jorto_language>,
        <http://www.mpii.de/yago/resource/Jorto_language> ;
    skos:altLabel "Jorto language"@en ;
    skos:definition "Jorto is an Afro-Asiatic language spoken in Plateau State, Nigeria."@en ;
    skos:inScheme lexvo: ;
    skos:notation "jrt"^^xsd:string ;
    skos:prefLabel "Jorto"@en .

<http://lexvo.org/id/iso639-3/jru> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "jru"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/japr1238> ;
    skos:inScheme lexvo: ;
    skos:notation "jru"^^xsd:string ;
    skos:prefLabel "Japrería"@en .

<http://lexvo.org/id/iso639-3/jua> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "jua"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/juma1249> ;
    skos:inScheme lexvo: ;
    skos:notation "jua"^^xsd:string ;
    skos:prefLabel "Júma"@en .

<http://lexvo.org/id/iso639-3/juk> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "juk"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Wapan_language>,
        <http://www.mpii.de/yago/resource/Wapan_language> ;
    skos:altLabel "Wapan language"@en ;
    skos:definition "Wapan or Jukun Wapan, also known as Wukari after the local town, is a major Jukunoid language of Nigeria."@en ;
    skos:inScheme lexvo: ;
    skos:notation "juk"^^xsd:string ;
    skos:prefLabel "Wapan"@en .

<http://lexvo.org/id/iso639-3/jum> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "jum"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Jumjum_language>,
        <http://www.mpii.de/yago/resource/Jumjum_language> ;
    skos:altLabel "Jumjum language"@en ;
    skos:definition "Jumjum is a Luo language of South Sudan. It forms a dialect continuum with Mabaan."@en ;
    skos:inScheme lexvo: ;
    skos:notation "jum"^^xsd:string ;
    skos:prefLabel "Jumjum"@en .

<http://lexvo.org/id/iso639-3/jup> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "jup"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/hupd1244> ;
    skos:inScheme lexvo: ;
    skos:notation "jup"^^xsd:string ;
    skos:prefLabel "Hupdë"@en .

<http://lexvo.org/id/iso639-3/jus> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "jus"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Jumla_Sign_Language>,
        <http://www.mpii.de/yago/resource/Jumla_Sign_Language> ;
    skos:definition "Jumla Sign Language is an indigenous sign language of the town of Jumla in western Nepal. Ethnologue reports that there is a Nepalese Sign Language school in Jumla, and that the students come from a 1–2-day walk away and do not speak Jumla Sign Language."@en ;
    skos:inScheme lexvo: ;
    skos:notation "jus"^^xsd:string ;
    skos:prefLabel "Jumla Sign Language"@en .

<http://lexvo.org/id/iso639-3/jut> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "jut"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Jutlandic_dialect>,
        <http://www.mpii.de/yago/resource/Jutlandic_dialect> ;
    skos:altLabel "Jutlandic dialect"@en ;
    skos:definition "Jutlandic or Jutish (Danish: jysk or, in old spelling, jydsk; ) is a term for the western dialects of Danish, spoken on the peninsula of Jutland."@en ;
    skos:inScheme lexvo: ;
    skos:notation "jut"^^xsd:string ;
    skos:prefLabel "Jysk"@da,
        "Jütisch"@de,
        "Jutish"@en,
        "Juto"@es,
        "ユトランド方言"@ja,
        "Jutlands"@nl,
        "Jysk"@no,
        "Lenga jutish"@pms,
        "Jylländska"@sv,
        "日德兰语"@zh .

<http://lexvo.org/id/iso639-3/juu> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "juu"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Ju_language_(Chadic)>,
        <http://www.mpii.de/yago/resource/Ju_language_(Chadic)> ;
    skos:altLabel "Ju language"@en ;
    skos:definition "Ju is a minor Chadic language of Nigeria."@en ;
    skos:inScheme lexvo: ;
    skos:notation "juu"^^xsd:string ;
    skos:prefLabel "Ju"@en .

<http://lexvo.org/id/iso639-3/juy> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "juy"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Juray_language>,
        <http://www.mpii.de/yago/resource/Juray_language> ;
    skos:altLabel "Juray language"@en ;
    skos:definition "Juray is a Munda language of India. It is very close to Sora."@en ;
    skos:inScheme lexvo: ;
    skos:notation "juy"^^xsd:string ;
    skos:prefLabel "Juray"@en .

<http://lexvo.org/id/iso639-3/jvd> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "jvd"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Javindo_language>,
        <http://www.mpii.de/yago/resource/Javindo_language> ;
    skos:altLabel "Javindo language"@en ;
    skos:definition "Javindo, also known by the pejorative name Krontjong, was a Dutch-based creole language spoken on Java, Indonesia. The name Javindo is a portmanteau of Java and Indo, the Dutch word for a person of mixed Indonesian and Dutch descent. This contact language developed from communication between Javanese speaking mothers and Dutch speaking fathers in Indo families. Its main speakers were Indo Eurasian people. Grammar was based on Javanese while the vocabulary was based on Dutch. Dutch lexicon was pronounced in a Javanese manner."@en ;
    skos:inScheme lexvo: ;
    skos:notation "jvd"^^xsd:string ;
    skos:prefLabel "Javindo"@en,
        "Bahasa Javindo"@id,
        "Javindo"@it,
        "Bahasa Javindo"@ms,
        "Javindo"@nl,
        "Javindo"@no .

<http://lexvo.org/id/iso639-3/jwi> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "jwi"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Jwira-Pepesa_language>,
        <http://www.mpii.de/yago/resource/Jwira-Pepesa_language> ;
    skos:altLabel "Jwira-Pepesa language"@en ;
    skos:definition "Jwira and Pepesa are a pair of Central Tano dialects of Ghana."@en ;
    skos:inScheme lexvo: ;
    skos:notation "jwi"^^xsd:string ;
    skos:prefLabel "Jwira-Pepesa"@de,
        "Jwira-Pepesa"@en,
        "Juiraoj-Pepesaoj"@eo,
        "Jwira-Pepesa jezik"@hr,
        "Lenga Jwira-Pepesa"@pms .

<http://lexvo.org/id/iso639-3/jye> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "jye"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Judeo-Yemeni_Arabic>,
        <http://www.mpii.de/yago/resource/Judeo-Yemeni_Arabic> ;
    skos:altLabel "Arabic, Judeo-Yemeni"@en ;
    skos:definition "Judeo-Yemeni Arabic (also known as Judeo-Yemeni, Yemenite Judeo-Arabic) is a variety of Arabic spoken by Jews living or formerly living in Yemen. 50,000 speakers now live in Israel, 1,000 remain in Yemen."@en ;
    skos:inScheme lexvo: ;
    skos:notation "jye"^^xsd:string ;
    skos:prefLabel "Arabeg yuzev-yemenek"@br,
        "Judeo-Yemeni Arabic"@en,
        "Judeojemenski arapski"@hr,
        "Јудео-јеменски арапски јазик"@mk,
        "Jødejemenittisk arabisk"@no,
        "ภาษาอาหรับยิวเยเมน"@th,
        "Yahudi Yemen Arapçası"@tr .

<http://lexvo.org/id/iso639-3/kad> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kad"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Kadara_language>,
        <http://www.mpii.de/yago/resource/Kadara_language> ;
    skos:altLabel "Kadara language"@en ;
    skos:definition "Kadara is a Plateau language of Nigeria."@en ;
    skos:inScheme lexvo: ;
    skos:notation "kad"^^xsd:string ;
    skos:prefLabel "Adara"@en .

<http://lexvo.org/id/iso639-3/kae> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kae"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Ketangalan_language>,
        <http://www.mpii.de/yago/resource/Ketangalan_language> ;
    skos:altLabel "Ketangalan language"@en ;
    skos:definition "Ketagalan (Ketangalan, Tangalan) was a Formosan language spoken south of modern-day Taipei in northern Taiwan."@en ;
    skos:inScheme lexvo: ;
    skos:notation "kae"^^xsd:string ;
    skos:prefLabel "Ketangalan"@en .

<http://lexvo.org/id/iso639-3/kai> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kai"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Karekare_language>,
        <http://www.mpii.de/yago/resource/Karekare_language> ;
    skos:altLabel "Karekare language"@en ;
    skos:definition "Karekare (also known as Karaikarai, Karai Karai, Kerekere, Kerrikerri) is an Afro-Asiatic language spoken in Bauchi State and Yobe State, Nigeria. Dialects include Birkai, Jalalam, and Kwarta Mataci."@en ;
    skos:inScheme lexvo: ;
    skos:notation "kai"^^xsd:string ;
    skos:prefLabel "Karekare"@en .

<http://lexvo.org/id/iso639-3/kaj> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kaj"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Kaje_language>,
        <http://www.mpii.de/yago/resource/Kaje_language> ;
    skos:altLabel "Kaje"@de,
        "Kaje language"@en,
        "Jju jezik"@hr ;
    skos:definition "Jju, or Kaje, is a regionally important Plateau language of Nigeria. According to Blench (2008), it appears to be a variety of Tyap, though speakers are ethnically distinct."@en ;
    skos:inScheme lexvo: ;
    skos:notation "kaj"^^xsd:string ;
    skos:prefLabel "الجو"@ar,
        "ju dili"@az,
        "жжи"@bg,
        "অজ্জু"@bn,
        "जु"@brx,
        "žju"@bs,
        "ђу"@bs-Cyrl,
        "jju"@ca,
        "卡捷文"@cmn,
        "卡捷文"@cmn-Hant,
        "jju"@cs,
        "jju"@da,
        "Jju"@de,
        "Τζου"@el,
        "Jju"@en,
        "jju"@es,
        "jju"@et,
        "جو"@fa,
        "jju"@fi,
        "jju"@fr,
        "Jju"@gsw,
        "જ્જુ"@gu,
        "ג'יו"@he,
        "ज्जु"@hi,
        "kaje"@hr,
        "jju"@hu,
        "Jju"@id,
        "jju"@is,
        "kai"@it,
        "カジェ語"@ja,
        "ಜ್ಜು"@kn,
        "까꼬토끄어"@ko,
        "جُوٗ"@ks,
        "ຈຣູ"@lo,
        "ju"@lt,
        "kadži"@lv,
        "жжи"@mk,
        "ജ്ജു"@ml,
        "ज्जु"@mr,
        "jju"@nb,
        "Jju"@nl,
        "jju"@nn,
        "ଜ୍ଜୁ"@or,
        "jju"@pl,
        "Lenga Jju"@pms,
        "jju"@pt,
        "jju"@rm,
        "jju"@ro,
        "каджи"@ru,
        "jju"@sk,
        "Ђу"@sr,
        "Žju"@sr-Latn,
        "jju"@sv,
        "ஜ்ஜூ"@ta,
        "జ్యూ"@te,
        "คจู"@th,
        "Jju"@tr,
        "йю"@uk,
        "Tiếng Jju"@vi .

<http://lexvo.org/id/iso639-3/kao> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kao"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/xaas1235> ;
    skos:inScheme lexvo: ;
    skos:notation "kao"^^xsd:string ;
    skos:prefLabel "Xaasongaxango"@en .

<http://lexvo.org/id/iso639-3/kav> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kav"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Katuk%C3%ADna_language>,
        <http://www.mpii.de/yago/resource/Katuk%C3%ADna_language> ;
    skos:altLabel "Katukína language"@en ;
    skos:definition "Katukína is a Katukinian language spoken by only one person in 1976 in Acre, Brazil. It is probably extinct."@en ;
    skos:inScheme lexvo: ;
    skos:notation "kav"^^xsd:string ;
    skos:prefLabel "Katukína"@en,
        "Katukina"@fr .

<http://lexvo.org/id/iso639-3/kbf> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kbf"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Kakauhua_language>,
        <http://www.mpii.de/yago/resource/Kakauhua_language> ;
    skos:altLabel "Kakauhua language"@en ;
    skos:definition "Kakauhua (also known as Kaukaue, Cacahua) is an extinct Alacalufan language formerly spoken in Chile."@en ;
    skos:inScheme lexvo: ;
    skos:notation "kbf"^^xsd:string ;
    skos:prefLabel "Kakauhua"@en,
        "Kakauhua jezik"@hr,
        "Lenga kakauhua"@pms .

<http://lexvo.org/id/iso639-3/kbj> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kbj"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Kari_language>,
        <http://www.mpii.de/yago/resource/Kari_language> ;
    skos:altLabel "Kari language"@en ;
    skos:definition "Kare (Kari) is a poorly documented Congolese Bantu language of uncertain affiliation. There are scattered speakers in the CAR>"@en ;
    skos:inScheme lexvo: ;
    skos:notation "kbj"^^xsd:string ;
    skos:prefLabel "Kari"@en,
        "Kikari"@sw .

<http://lexvo.org/id/iso639-3/kbk> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kbk"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/gras1249> ;
    skos:altLabel "Koiari, Grass"@en ;
    skos:inScheme lexvo: ;
    skos:notation "kbk"^^xsd:string ;
    skos:prefLabel "Grass Koiari"@en .

<http://lexvo.org/id/iso639-3/kbm> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kbm"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Iwal_language>,
        <http://www.mpii.de/yago/resource/Iwal_language> ;
    skos:altLabel "Iwal language"@en ;
    skos:definition "Iwal (also called Kaiwa from Jabêm Kai Iwac Iwac highlanders) is an Austronesian language spoken by about 1,900 people from nine villages in Morobe Province, Papua New Guinea (Cobb & Wroge 1990). Although it appears most closely related to the South Huon Gulf languages, it is the most conservative member of its subgroup."@en ;
    skos:inScheme lexvo: ;
    skos:notation "kbm"^^xsd:string ;
    skos:prefLabel "Iwal"@en,
        "Iwal"@fi .

<http://lexvo.org/id/iso639-3/kbn> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kbn"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Kare_language_(Adamawa)>,
        <http://www.mpii.de/yago/resource/Kare_language_(Adamawa)> ;
    skos:altLabel "Kare (Central African Republic)"@en,
        "Kare language"@en ;
    skos:definition "Kare is an Mbum language of the Central African Republic There are a few thousand speakers in Cameroon."@en ;
    skos:inScheme lexvo: ;
    skos:notation "kbn"^^xsd:string ;
    skos:prefLabel "Kareg"@br,
        "Karang"@de,
        "Kare"@en,
        "Karang"@fr,
        "Lenga Karang"@pms,
        "Kikare"@sw .

<http://lexvo.org/id/iso639-3/kbo> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kbo"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Kaliko_language>,
        <http://www.mpii.de/yago/resource/Kaliko_language> ;
    skos:altLabel "Kaliko language"@en ;
    skos:definition "Keliko (Kaliko) is a Central Sudanic language of the Democratic Republic of the Congo and South Sudan."@en ;
    skos:inScheme lexvo: ;
    skos:notation "kbo"^^xsd:string ;
    skos:prefLabel "Omieg"@br,
        "Keliko"@en,
        "Омиски јазик"@mk .

<http://lexvo.org/id/iso639-3/kbz> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kbz"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Duhwa_language>,
        <http://www.mpii.de/yago/resource/Duhwa_language> ;
    skos:altLabel "Duhwa language"@en ;
    skos:definition "Duhwa (also known as Karfa, Kerifa, Nzuhwi) is an Afro-Asiatic language spoken in Nasarawa State, Nigeria."@en ;
    skos:inScheme lexvo: ;
    skos:notation "kbz"^^xsd:string ;
    skos:prefLabel "Duhwa"@en .

<http://lexvo.org/id/iso639-3/kcd> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kcd"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/ngka1235> ;
    skos:altLabel "Kanum, Ngkâlmpw"@en ;
    skos:inScheme lexvo: ;
    skos:notation "kcd"^^xsd:string ;
    skos:prefLabel "Ngkâlmpw Kanum"@en .

<http://lexvo.org/id/iso639-3/kcf> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kcf"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Ukaan_language>,
        <http://www.mpii.de/yago/resource/Ukaan_language> ;
    skos:altLabel "Ukaan language"@en ;
    skos:definition "Ukaan (also Ikan, Anyaran, Auga, or Kakumo) is an undocumented and sparsely described Niger–Congo language or dialect cluster of uncertain affiliation. Roger Blench suspects, based on wordlists, that it may be closest to the (East) Benue–Congo languages (or, equivalently, the most divergent of the Benue–Congo languages)."@en ;
    skos:inScheme lexvo: ;
    skos:notation "kcf"^^xsd:string ;
    skos:prefLabel "Oukaneg"@br,
        "Ukaan"@de,
        "Ukaan"@en,
        "Ukaan"@hr,
        "Lenga Ukaan"@pms .

<http://lexvo.org/id/iso639-3/kci> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kci"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Kamantan_language>,
        <http://www.mpii.de/yago/resource/Kamantan_language> ;
    skos:altLabel "Kamantan language"@en ;
    skos:definition "Kamanton (Kamantan) is a Plateau language of Nigeria."@en ;
    skos:inScheme lexvo: ;
    skos:notation "kci"^^xsd:string ;
    skos:prefLabel "Kamantan"@en .

<http://lexvo.org/id/iso639-3/kcj> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kcj"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Kobiana_language>,
        <http://www.mpii.de/yago/resource/Kobiana_language> ;
    skos:altLabel "Kobiana language"@en ;
    skos:definition "Kobiana (Cobiana) or Buy (Uboi) is a Senegambian language of Senegal and Guinea-Bissau."@en ;
    skos:inScheme lexvo: ;
    skos:notation "kcj"^^xsd:string ;
    skos:prefLabel "Kobianeg"@br,
        "Kobiana"@de,
        "Kobiana"@en,
        "Cobiana"@fr,
        "Kobiana jezik"@hr,
        "코비아나어"@ko,
        "Lenga Kobiana"@pms .

<http://lexvo.org/id/iso639-3/kcm> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kcm"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Tar_Gula_language>,
        <http://www.mpii.de/yago/resource/Tar_Gula_language> ;
    skos:altLabel "Gula (Central African Republic)"@en,
        "Tar Gula language"@en ;
    skos:definition "The Gula language, or Tar Gula, of the Central African Republic, commonly known as Kara, is a Central Sudanic language or dialect cluster. The term \"Kara\" is also attached to numerous ethnic groups of the region and their languages, and so is often ambiguous."@en ;
    skos:inScheme lexvo: ;
    skos:notation "kcm"^^xsd:string ;
    skos:prefLabel "Gula"@en,
        "Gula"@fr .

<http://lexvo.org/id/iso639-3/kcp> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kcp"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Kanga_language>,
        <http://www.mpii.de/yago/resource/Kanga_language> ;
    skos:altLabel "Kanga language"@en ;
    skos:definition "Kanga is a Kadu language spoken in Kordofan."@en ;
    skos:inScheme lexvo: ;
    skos:notation "kcp"^^xsd:string ;
    skos:prefLabel "Kanga"@en,
        "Кангаски јазик"@mk .

<http://lexvo.org/id/iso639-3/kcq> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kcq"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Kamo_language>,
        <http://www.mpii.de/yago/resource/Kamo_language> ;
    skos:altLabel "Kamo language"@en ;
    skos:definition "Kamo is one of the Savanna languages of eastern Nigeria."@en ;
    skos:inScheme lexvo: ;
    skos:notation "kcq"^^xsd:string ;
    skos:prefLabel "Kamo"@en .

<http://lexvo.org/id/iso639-3/kcs> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kcs"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Koenoem_language>,
        <http://www.mpii.de/yago/resource/Koenoem_language> ;
    skos:altLabel "Koenoem language"@en ;
    skos:definition "Koenoem is an Afro-Asiatic language spoken in Plateau State, Nigeria."@en ;
    skos:inScheme lexvo: ;
    skos:notation "kcs"^^xsd:string ;
    skos:prefLabel "Koenoem"@en .

<http://lexvo.org/id/iso639-3/kct> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kct"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/kaia1245> ;
    skos:inScheme lexvo: ;
    skos:notation "kct"^^xsd:string ;
    skos:prefLabel "Kaian"@en .

<http://lexvo.org/id/iso639-3/kcu> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kcu"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/kami1256> ;
    skos:altLabel "Kami (Tanzania)"@en ;
    skos:inScheme lexvo: ;
    skos:notation "kcu"^^xsd:string ;
    skos:prefLabel "Kami"@en .

<http://lexvo.org/id/iso639-3/kcv> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kcv"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/kete1252> ;
    skos:inScheme lexvo: ;
    skos:notation "kcv"^^xsd:string ;
    skos:prefLabel "Kete"@en .

<http://lexvo.org/id/iso639-3/kcw> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kcw"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Kabwari_language>,
        <http://www.mpii.de/yago/resource/Kabwari_language> ;
    skos:altLabel "Kabwari language"@en ;
    skos:definition "Bwari, or Kabwari, is a minor Bantu language of the Democratic Republic of the Congo."@en ;
    skos:inScheme lexvo: ;
    skos:notation "kcw"^^xsd:string ;
    skos:prefLabel "Kabwari"@en .

<http://lexvo.org/id/iso639-3/kcx> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kcx"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Kachama-Ganjule_language>,
        <http://www.mpii.de/yago/resource/Kachama-Ganjule_language> ;
    skos:altLabel "Kachama-Ganjule language"@en ;
    skos:definition "Kachama-Ganjule is an Afroasiatic language spoken in Ethiopia on islands in Lake Chamo and Lake Abaya. Kachama is spoken on Gidicho island in Lake Abaya, whereas Ganjule was originally spoken on a small island in Lake Chamo. Now the Ganjule speakers have relocated to the west shore of the Lake. There still are about 1000 monolinguals in this language. The language is also called Gatsame, Geteme, Gatame and Harro. __NOTOC__"@en ;
    skos:inScheme lexvo: ;
    skos:notation "kcx"^^xsd:string ;
    skos:prefLabel "Kachama-Ganjule"@en .

<http://lexvo.org/id/iso639-3/kcy> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kcy"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Korandje_language>,
        <http://www.mpii.de/yago/resource/Korandje_language> ;
    skos:altLabel "Korandje language"@en ;
    skos:definition "Korandje (kwạṛa n dzyəy, ) is by far the most northerly of the Songhay languages. It is spoken around the oasis of Tabelbala by about 3000 people; its name literally means \"village's language\". While retaining a basically Songhay structure, it is extremely heavily influenced by Berber and Arabic; about 20% of the 100-word Swadesh list of basic vocabulary consists of loans from Arabic or Berber, and the proportion of the lexicon as a whole is considerably higher."@en ;
    skos:inScheme lexvo: ;
    skos:notation "kcy"^^xsd:string ;
    skos:prefLabel "Korandjeg"@br,
        "Korandje"@de,
        "Korandje"@en,
        "Korandjé"@fr,
        "Korandje jezik"@hr,
        "Lenga Korandje"@pms .

<http://lexvo.org/id/iso639-3/kda> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kda"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Worimi_language>,
        <http://www.mpii.de/yago/resource/Worimi_language> ;
    skos:altLabel "Worimi language"@en ;
    skos:definition "Worimi or Gadjang (also spelt Kattang, Kutthung, Gadhang, Gadang) is an extinct Australian Aboriginal language. It was the traditional language of the Worimi people, whose descendants now speak English."@en ;
    skos:inScheme lexvo: ;
    skos:notation "kda"^^xsd:string ;
    skos:prefLabel "Worimi"@en,
        "Lenga worimi"@pms,
        "Worimi"@sv .

<http://lexvo.org/id/iso639-3/kde> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kde"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/mako1251> ;
    skos:inScheme lexvo: ;
    skos:notation "kde"^^xsd:string ;
    skos:prefLabel "makonde"@ca,
        "马孔德文"@cmn,
        "馬孔德文"@cmn-Hant,
        "makonde"@cs,
        "Macondeg"@cy,
        "makonde"@da,
        "Μακόντε"@el,
        "Makonde"@en,
        "makonde"@es,
        "makonde"@et,
        "makonde"@fi,
        "makonde"@fr,
        "מקונדה"@he,
        "makonde"@hr,
        "makonde"@hu,
        "Makonde"@id,
        "makónde"@is,
        "makonde"@it,
        "マコンデ語"@ja,
        "Chimakonde"@kde,
        "마콘데어"@ko,
        "ມາຄອນເດ"@lo,
        "makondų"@lt,
        "makonde"@lv,
        "маконде"@mk,
        "makonde"@nb,
        "Makonde"@nl,
        "makonde"@pl,
        "makonde"@pt,
        "makonde"@ro,
        "маконде"@ru,
        "makonde"@sk,
        "makonde"@sv,
        "Kimakonde"@swh,
        "มาคอนเด"@th,
        "Makonde"@tr,
        "маконде"@uk,
        "Tiếng Makonde"@vi .

<http://lexvo.org/id/iso639-3/kdi> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kdi"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Kumam_language>,
        <http://www.mpii.de/yago/resource/Kumam_language> ;
    skos:altLabel "Kumam language"@en ;
    skos:definition "Kumam is a Luo language of Uganda."@en ;
    skos:inScheme lexvo: ;
    skos:notation "kdi"^^xsd:string ;
    skos:prefLabel "Kumam"@en .

<http://lexvo.org/id/iso639-3/kdl> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kdl"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Kimba_language>,
        <http://www.mpii.de/yago/resource/Kimba_language> ;
    skos:altLabel "Kimba language"@en ;
    skos:definition "The Kimba language, Tsikimba, is a Kainji language of Nigeria spoken by the Kambari people."@en ;
    skos:inScheme lexvo: ;
    skos:notation "kdl"^^xsd:string ;
    skos:prefLabel "Tsikimba"@en .

<http://lexvo.org/id/iso639-3/kdn> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kdn"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Kunda_language>,
        <http://www.mpii.de/yago/resource/Kunda_language> ;
    skos:altLabel "Kunda language"@en ;
    skos:definition "Kunda is a Bantu language of Zimbabwe and Zambia, with a few thousand speakers in Mozambique."@en ;
    skos:inScheme lexvo: ;
    skos:notation "kdn"^^xsd:string ;
    skos:prefLabel "Kunda"@en,
        "Kikunda"@sw .

<http://lexvo.org/id/iso639-3/kdq> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kdq"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Koch_language>,
        <http://www.mpii.de/yago/resource/Koch_language> ;
    skos:altLabel "Koch language"@en ;
    skos:definition "Koch is a Tibeto-Burman language spoken by the Koch people of both the Republic of India and Bangladesh."@en ;
    skos:inScheme lexvo: ;
    skos:notation "kdq"^^xsd:string ;
    skos:prefLabel "কোচ ভাষা"@bn,
        "Koch"@en .

<http://lexvo.org/id/iso639-3/kdt> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kdt"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Kuy_language>,
        <http://www.mpii.de/yago/resource/Kuy_language> ;
    skos:altLabel "Kuy language"@en ;
    skos:definition "Kuy language (also known as Kui, Soui or Kuay; Thai: ภาษากุย) is a Katuic language, part of the larger Austroasiatic family."@en ;
    skos:inScheme lexvo: ;
    skos:notation "kdt"^^xsd:string ;
    skos:prefLabel "Kwaieg"@br,
        "Kuy"@de,
        "Kuy"@en,
        "Kuy"@fr,
        "Kuy jezik"@hr,
        "Lenga kuy"@pms,
        "ภาษากุย"@th .

<http://lexvo.org/id/iso639-3/kdw> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kdw"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Koneraw_language>,
        <http://www.mpii.de/yago/resource/Koneraw_language> ;
    skos:altLabel "Koneraw language"@en ;
    skos:definition "Koneraw is a Trans–New Guinea language spoken in West New Guinea. It was missed by classifications of Papuan languages until recently, but is clearly close to Mombum."@en ;
    skos:inScheme lexvo: ;
    skos:notation "kdw"^^xsd:string ;
    skos:prefLabel "Koneraw"@en .

<http://lexvo.org/id/iso639-3/kdx> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kdx"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Nyingwom_language>,
        <http://www.mpii.de/yago/resource/Nyingwom_language> ;
    skos:altLabel "Nyingwom language"@en ;
    skos:definition "The Kam language, or Nyingwom (Nyiwom, Yimwom), is one of the Savanna languages spoken in eastern Nigeria."@en ;
    skos:inScheme lexvo: ;
    skos:notation "kdx"^^xsd:string ;
    skos:prefLabel "Nyimwomeg"@br,
        "Nyingwom"@de,
        "Kam"@en,
        "𐌽𐌾𐌹𐌼𐍅𐍉𐌼𐌰𐍂𐌰𐌶𐌳𐌰/Njimwomarazda"@got,
        "Lenga Kam"@pms .

<http://lexvo.org/id/iso639-3/kea> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kea"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Cape_Verdean_Creole>,
        <http://www.mpii.de/yago/resource/Cape_Verdean_Creole> ;
    skos:altLabel "Kapverdská kreolština"@cs,
        "Kapverdisches Kreol"@de,
        "Cape Verdean Creole"@en,
        "Criollo caboverdiano"@es,
        "Créole du Cap-Vert"@fr,
        "Kabuverdianu"@hr,
        "Creolo capoverdiano"@it,
        "카보베르데 크리올"@ko,
        "Kaapverdisch Creools"@nl,
        "Język kreolski Wysp Zielonego Przylądka"@pl,
        "Crioulo cabo-verdiano"@pt,
        "cabo-verdiano"@pt,
        "Кабувердьяну"@ru,
        "Kap Verde-kreol"@sv ;
    skos:definition "Cape Verdean Creole is a creole language of Portuguese basis, spoken on the islands of Cape Verde. It is the native language of virtually all Cape Verdeans, and it is used as a second language by the Cape Verdean diaspora."@en ;
    skos:inScheme lexvo: ;
    skos:notation "kea"^^xsd:string ;
    skos:prefLabel "Кабовердиански език"@bg,
        "kabuverdianu"@br,
        "crioll capverdià"@ca,
        "卡布佛得鲁文"@cmn,
        "卡布威爾第文"@cmn-Hant,
        "kapverdština"@cs,
        "Caboferdianeg"@cy,
        "kapverdisk"@da,
        "Kabuverdianu"@de,
        "cape verdegbe"@ee,
        "Γλώσσα του Πράσινου Ακρωτηρίου"@el,
        "Kabuverdianu"@en,
        "criollo caboverdiano"@es,
        "kabuverdianu"@et,
        "kapverdenkreoli"@fi,
        "kapverdiskt"@fo,
        "capverdien"@fr,
        "Crioulo caboverdiano"@gl,
        "Kabuverdianu"@gsw,
        "קאבוורדיאנו"@he,
        "zelenortski"@hr,
        "kabuverdianu"@hu,
        "Kabuverdianu"@id,
        "kappverdiska"@is,
        "capoverdiano"@it,
        "カーボベルデ・クレオール語"@ja,
        "kabuverdianu"@kea,
        "크리올어"@ko,
        "Kapvärdesch"@ksh,
        "ຄາເວີເດຍນູ"@lo,
        "Žaliojo Kyšulio kreolų"@lt,
        "kaboverdiešu"@lv,
        "кабувердиану"@mk,
        "kappverdisk"@nb,
        "Kabuverdianu"@nl,
        "kapverdisk"@nn,
        "kreolski Wysp Zielonego Przylądka"@pl,
        "Lenga kabuverdianu"@pms,
        "kabuverdianu"@pt,
        "kabuverdianu"@ro,
        "кабувердьяну"@ru,
        "kapverdčina"@sk,
        "kapverdiska"@sv,
        "คาบูเวอร์เดียนู"@th,
        "Kabuverdianu"@tr,
        "Кабувердіану"@uk,
        "Tiếng Kabuverdianu"@vi .

<http://lexvo.org/id/iso639-3/keb> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "keb"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Kele_language_(Gabon)>,
        <http://www.mpii.de/yago/resource/Kele_language_(Gabon)> ;
    skos:altLabel "Kele language"@en ;
    skos:definition "The Kele language of Gabon is spoken by the Kele people, an ethnic group in Gabon with an estimated population of 10,774. Speakers of the language are scattered in Middle Ogooue Province, Mimongo area."@en ;
    skos:inScheme lexvo: ;
    skos:notation "keb"^^xsd:string ;
    skos:prefLabel "Kélé"@de,
        "Kélé"@en,
        "Kélé jezik"@hr,
        "Język kélé"@pl,
        "Lenga Kélé"@pms,
        "Kikele"@sw .

<http://lexvo.org/id/iso639-3/kec> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kec"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Keiga_language>,
        <http://www.mpii.de/yago/resource/Keiga_language> ;
    skos:altLabel "Keiga language"@en ;
    skos:definition "Keiga or Yega is a Kadu language spoken in Kordofan. Dialects are Demik (Rofik) and Keiga proper (Aigang)."@en ;
    skos:inScheme lexvo: ;
    skos:notation "kec"^^xsd:string ;
    skos:prefLabel "Keiga"@en,
        "Кејгаски јазик"@mk .

<http://lexvo.org/id/iso639-3/kee> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kee"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/east1472> ;
    skos:altLabel "Keres, Eastern"@en ;
    skos:inScheme lexvo: ;
    skos:notation "kee"^^xsd:string ;
    skos:prefLabel "Eastern Keres"@en .

<http://lexvo.org/id/iso639-3/keg> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "keg"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Keiga_Jirru_language>,
        <http://www.mpii.de/yago/resource/Keiga_Jirru_language> ;
    skos:altLabel "Keiga Jirru language"@en ;
    skos:definition "Keiga Jirru is an Eastern Sudanic language spoken in the Nuba Hills of Sudan."@en ;
    skos:inScheme lexvo: ;
    skos:notation "keg"^^xsd:string ;
    skos:prefLabel "Tese"@en .

<http://lexvo.org/id/iso639-3/kel> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kel"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Kela_language_(Bantu)>,
        <http://www.mpii.de/yago/resource/Kela_language_(Bantu)> ;
    skos:altLabel "Kela (Democratic Republic of Congo)"@en,
        "Kela language"@en ;
    skos:definition "Kela (Ikela, Okela), or Lemba, is a Bantu language spoken by several hundred thousand people in the Kasai, Democratic Republic of Congo."@en ;
    skos:inScheme lexvo: ;
    skos:notation "kel"^^xsd:string ;
    skos:prefLabel "Kela"@en .

<http://lexvo.org/id/iso639-3/kem> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kem"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Kemak_language>,
        <http://www.mpii.de/yago/resource/Kemak_language> ;
    skos:altLabel "Kemak language"@en ;
    skos:definition "Kemak is a language spoken in East Timor. An alternate name is Ema. It is most closely related to Tocodede and Mambai. It has the status of one of the national languages in the East Timor constitution, besides the official languages of Portuguese and Tetum. The number of speakers has fallen in recent years."@en ;
    skos:inScheme lexvo: ;
    skos:notation "kem"^^xsd:string ;
    skos:prefLabel "Kemak"@de,
        "Kemak"@en,
        "Lenga Kemak"@pms,
        "Língua quémaque"@pt,
        "Кемак"@ru,
        "ภาษาเกมัก"@th .

<http://lexvo.org/id/iso639-3/kep> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kep"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Kaikadi_language>,
        <http://www.mpii.de/yago/resource/Kaikadi_language> ;
    skos:altLabel "Kaikadi language"@en ;
    skos:definition "The Kaikadi language is a Dravidian language related to Tamil, spoken by about 23,000 people of the nomad Kaikadi tribe."@en ;
    skos:inScheme lexvo: ;
    skos:notation "kep"^^xsd:string ;
    skos:prefLabel "Kaikadi"@en .

<http://lexvo.org/id/iso639-3/keu> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "keu"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Kebu_language>,
        <http://www.mpii.de/yago/resource/Kebu_language> ;
    skos:altLabel "Kebu language"@en ;
    skos:definition "Akebu or Kebu (also Kabu; in ) is one of the Ghana–Togo Mountain languages spoken by the Akebu people of southern Togo and southeastern Ghana. It is a language with nominal classes (and a tonal language?). Akebu is closely related to the Animere language."@en ;
    skos:inScheme lexvo: ;
    skos:notation "keu"^^xsd:string ;
    skos:prefLabel "Akebu"@de,
        "Akebu"@en,
        "Akebu"@eo,
        "Akébou"@fr,
        "Akebu jezik"@hr,
        "Lenga Akebu"@pms .

<http://lexvo.org/id/iso639-3/kev> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kev"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Kanikkaran_language>,
        <http://www.mpii.de/yago/resource/Kanikkaran_language> ;
    skos:altLabel "Kanikkaran language"@en ;
    skos:inScheme lexvo: ;
    skos:notation "kev"^^xsd:string ;
    skos:prefLabel "Kanikkaran"@en .

<http://lexvo.org/id/iso639-3/kez> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kez"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Kele_language_(Nigeria)>,
        <http://www.mpii.de/yago/resource/Kele_language_(Nigeria)> ;
    skos:altLabel "Kele language"@en ;
    skos:definition "The Kele language, Kukele (Bakele, Ukele), is a Upper Cross River language of Nigeria."@en ;
    skos:inScheme lexvo: ;
    skos:notation "kez"^^xsd:string ;
    skos:prefLabel "Kukele"@en .

<http://lexvo.org/id/iso639-3/kfb> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kfb"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Kolami_language>,
        <http://www.mpii.de/yago/resource/Kolami_language> ;
    skos:altLabel "Kolami, Northwestern"@en,
        "Northwestern Kolami"@en ;
    skos:definition "Kolami is a tribal Central Dravidian language used in Andhra Pradesh and Maharashtra states of India. It takes route from the central branch of Dravidian Language tree and falls under Kolami–Paraji group of languages."@en ;
    skos:inScheme lexvo: ;
    skos:notation "kfb"^^xsd:string ;
    skos:prefLabel "Kolameg"@br,
        "Kolami"@de,
        "Kolami language"@en,
        "Kolamin kieli"@fi,
        "Kolami"@fr,
        "Lingua Kolami"@la,
        "Lenga Kolami nord-ossidental"@pms,
        "Колами"@ru,
        "Kolámí"@sk,
        "கோலமி"@ta,
        "ภาษาโกลามี"@th .

<http://lexvo.org/id/iso639-3/kfd> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kfd"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Koraga_language>,
        <http://www.mpii.de/yago/resource/Koraga_language> ;
    skos:altLabel "Koraga language"@en,
        "Koraga, Korra"@en ;
    skos:definition "Koraga language (Kannada Script: ಕೊರಗ ), also called, Koragar, Koragara, Korangi or Korra Koraga is a Dravidian language spoken by the Koraga tribe, a Scheduled tribe people of Tulu Nadu, region in South West, India, Tulu Nadu comprises the districts of Udupi and Dakshina Kannada in Karnataka State and Kasaragod district of Kerala State. The language is related to Tulu and Kannada but is not intelligible with either of them. The language is also not intelligible with Muddu Koraga, a language spoken by the Koraga tribe in Kerala."@en ;
    skos:inScheme lexvo: ;
    skos:notation "kfd"^^xsd:string ;
    skos:prefLabel "Korra Koraga"@en,
        "Koragan kieli"@fi,
        "Korraga korra"@sv,
        "கொற்ற கொரகா மொழி"@ta .

<http://lexvo.org/id/iso639-3/kfi> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kfi"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Kannada_Kurumba>,
        <http://www.mpii.de/yago/resource/Kannada_Kurumba> ;
    skos:altLabel "Kurumba, Kannada"@en ;
    skos:definition "Kannada Kurumba language is a Dravidian language spoken by the tribal Kuruba Gowda subcastes of Jenu Kuruba, Kadu Kuruba and Betta Kuruba of South India. These people are spread around the borders of three states of Karnataka, Tamil Nadu and Kerala. The language is also sometimes called as \"Jenu Nudi\"(Honey language). The language has never been written, apart from recent efforts to write the language using Kannada script. It is considered as a dialect of Kannada with Tamil and Malayalam words interspread."@en ;
    skos:inScheme lexvo: ;
    skos:notation "kfi"^^xsd:string ;
    skos:prefLabel "Kannada Kurumba"@en .

<http://lexvo.org/id/iso639-3/kfj> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kfj"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Kemie_language>,
        <http://www.mpii.de/yago/resource/Kemie_language> ;
    skos:altLabel "Kemie language"@en ;
    skos:definition "Kemiehua, is a poorly classified Mon–Khmer language spoken by a thousand people in China. Li (2005) proposes that it's a Mangic language. It has a subject–object–verb word order."@en ;
    skos:inScheme lexvo: ;
    skos:notation "kfj"^^xsd:string ;
    skos:prefLabel "Kemiehua"@en,
        "Kemie"@fr,
        "Lenga kemiehua"@pms .

<http://lexvo.org/id/iso639-3/kfm> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kfm"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Khunsari_language>,
        <http://www.mpii.de/yago/resource/Khunsari_language> ;
    skos:altLabel "Khunsari language"@en ;
    skos:definition "Khunsari dialect is a Central dialect within the South Median branch of Northwestern Iranian languages, spoken in Khansar, a town in the west of Isfahan Province of Iran. Some of the oldest isoglosses include the development of Aryan palatals to fricatives: OIr. *dz > z: mossar “big”, kissar “small”, heze “yesterday”, zun- “know”, zumā “son-in-law” (but yešt “ugly” < SW *a-dushta-, cf. NPers. zesht < NW *a-zushta- “ungeliebt”); *tsw > sp: isba, espa “dog” (< Median spaka-), espid “white”, ešpiž “louse”."@en ;
    skos:inScheme lexvo: ;
    skos:notation "kfm"^^xsd:string ;
    skos:prefLabel "Khunsari"@en .

<http://lexvo.org/id/iso639-3/kfr> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kfr"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Kutchi_language>,
        <http://www.mpii.de/yago/resource/Kutchi_language> ;
    skos:altLabel "Kutchi language"@en ;
    skos:definition "Kutchi (also spelt Cutchi, Kutchhi or Kachchhi, (, , , ) is an Indo-Aryan Language spoken in the Kutch region of the Indian state of Gujarat as well as in Sindh."@en ;
    skos:inScheme lexvo: ;
    skos:notation "kfr"^^xsd:string ;
    skos:prefLabel "Koutcheg"@br,
        "Kachchi"@en,
        "Kutchi"@fr,
        "કચ્છી ભાષા"@gu,
        "कच्छी भाषा"@hi,
        "Lingua Kacchi"@la,
        "Język kaććhi"@pl,
        "Lenga kachchi"@pms,
        "Língua kutchi"@pt,
        "ภาษากัจฉิ"@th,
        "کچھی"@ur .

<http://lexvo.org/id/iso639-3/kfx> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kfx"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Kullu_Pahari_language>,
        <http://www.mpii.de/yago/resource/Kullu_Pahari_language> ;
    skos:altLabel "Kullu Pahari language"@en,
        "Pahari, Kullu"@en ;
    skos:inScheme lexvo: ;
    skos:notation "kfx"^^xsd:string ;
    skos:prefLabel "Kullu Pahari"@en .

<http://lexvo.org/id/iso639-3/kgd> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kgd"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Kataang_dialect>,
        <http://www.mpii.de/yago/resource/Kataang_dialect> ;
    skos:altLabel "Kataang dialect"@en ;
    skos:definition "Kataang (Katang) is a dialect of the Bru language ( ) spoken in Laos."@en ;
    skos:inScheme lexvo: ;
    skos:notation "kgd"^^xsd:string ;
    skos:prefLabel "Kataang"@en .

<http://lexvo.org/id/iso639-3/kge> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kge"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Komering_language>,
        <http://www.mpii.de/yago/resource/Komering_language> ;
    skos:altLabel "Komering language"@en ;
    skos:definition "Komering is a Malayo-Polynesian language spoken in Indonesia, in the southern part of Sumatra."@en ;
    skos:inScheme lexvo: ;
    skos:notation "kge"^^xsd:string ;
    skos:prefLabel "Komering"@en,
        "Komering"@fr,
        "Bahasa Komering"@id .

<http://lexvo.org/id/iso639-3/kgf> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kgf"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Kube_language>,
        <http://www.mpii.de/yago/resource/Kube_language> ;
    skos:altLabel "Kube language"@en ;
    skos:definition "Kube (Hube), also Mongi, is a Papuan language spoken in Morobe Province, Papua New Guinea. Dialects are Kurungtufu, Yoangen (Yoanggeng)."@en ;
    skos:inScheme lexvo: ;
    skos:notation "kgf"^^xsd:string ;
    skos:prefLabel "Kube"@en .

<http://lexvo.org/id/iso639-3/kgi> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kgi"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Selangor_Sign_Language>,
        <http://www.mpii.de/yago/resource/Selangor_Sign_Language> ;
    skos:definition "Selangor Sign Language (SSL), also known as Kuala Lumpur Sign Language (KLSL), is a sign language used in Malaysia. It was originally based on American Sign Language (ASL) but has diverged significantly enough to now be considered a language in its own right. Kuala Lumpur was formerly located in the state of Selangor before it became a federal territory in 1974."@en ;
    skos:inScheme lexvo: ;
    skos:notation "kgi"^^xsd:string ;
    skos:prefLabel "Selangor Sign Language"@en,
        "Língua de sinais de Selangor"@pt .

<http://lexvo.org/id/iso639-3/kgj> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kgj"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/gama1251> ;
    skos:altLabel "Kham, Gamale"@en ;
    skos:inScheme lexvo: ;
    skos:notation "kgj"^^xsd:string ;
    skos:prefLabel "Gamale Kham"@en .

<http://lexvo.org/id/iso639-3/kgk> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kgk"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/kaiw1246> ;
    skos:inScheme lexvo: ;
    skos:notation "kgk"^^xsd:string ;
    skos:prefLabel "Kaiwá"@en .

<http://lexvo.org/id/iso639-3/kgt> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kgt"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Somyev_language>,
        <http://www.mpii.de/yago/resource/Somyev_language> ;
    skos:altLabel "Somyev language"@en ;
    skos:definition "Somyev (Somyewe), also known as Kila, is a nearly extinct Mambiloid language of Nigeria, spoken by a caste of blacksmiths that live among the Mambila."@en ;
    skos:inScheme lexvo: ;
    skos:notation "kgt"^^xsd:string ;
    skos:prefLabel "Somyev"@en .

<http://lexvo.org/id/iso639-3/kgv> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kgv"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Karas_language>,
        <http://www.mpii.de/yago/resource/Karas_language> ;
    skos:altLabel "Karas language"@en ;
    skos:definition "Karas is a divergent Trans–New Guinea language spoken on Karas Island off the Bomberai Peninsula, that appears to be most closely related to the West Bomberai languages."@en ;
    skos:inScheme lexvo: ;
    skos:notation "kgv"^^xsd:string ;
    skos:prefLabel "Karas"@en .

<http://lexvo.org/id/iso639-3/kgw> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kgw"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Karon_Dori_language>,
        <http://www.mpii.de/yago/resource/Karon_Dori_language> ;
    skos:altLabel "Karon Dori language"@en ;
    skos:definition "Karon Dori is a Papuan language of the Bird's Head Peninsula of West Papua."@en ;
    skos:inScheme lexvo: ;
    skos:notation "kgw"^^xsd:string ;
    skos:prefLabel "Meoneg"@br,
        "Karon Dori"@en .

<http://lexvo.org/id/iso639-3/khd> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "khd"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/badi1247> ;
    skos:altLabel "Kanum, Bädi"@en ;
    skos:inScheme lexvo: ;
    skos:notation "khd"^^xsd:string ;
    skos:prefLabel "Bädi Kanum"@en .

<http://lexvo.org/id/iso639-3/khe> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "khe"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Korowai_language>,
        <http://www.mpii.de/yago/resource/Korowai_language> ;
    skos:altLabel "Korowai language"@en ;
    skos:definition "Korowai (Kolufaup) is a Papuan language of Papua New Guinea."@en ;
    skos:inScheme lexvo: ;
    skos:notation "khe"^^xsd:string ;
    skos:prefLabel "Korowai"@en .

<http://lexvo.org/id/iso639-3/khg> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "khg"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Khams_Tibetan_language>,
        <http://www.mpii.de/yago/resource/Khams_Tibetan_language> ;
    skos:altLabel "Khams Tibetan language"@en,
        "Tibetan, Khams"@en ;
    skos:definition "Khams Tibetan (; also called Kham kä) is the Tibetan language used by the majority of the people in the Kham region of eastern Tibet (E. Tibet Autonomous Region, S. Qinghai, W. Sichuan, Yunnan). It is one of the four main spoken languages of Tibetan, the other three being those of U-Tsang (ü kä), Amdo (am kä) and Western Tibetan (tö kä). All four Tibetan language groups share the same written script, but their pronunciations, vocabularies and grammars are different. These differences may have emerged due to geographical isolation of the regions of Tibet. Khams Tibetan is used alongside Central Tibetan and Amdo Tibetan in broadcasting, but shares the classical Tibetan orthography with them. Khams Tibetan is, however, not intelligible with Amdo, Central Tibetan, or Ladakhi. Like Central Tibetan, it is a tonal language."@en ;
    skos:inScheme lexvo: ;
    skos:notation "khg"^^xsd:string ;
    skos:prefLabel "Kamseg"@br,
        "Khams Tibetan"@en,
        "カム・チベット語"@ja,
        "Język kham"@pl,
        "Камский тибетский язык"@ru,
        "康方言"@zh .

<http://lexvo.org/id/iso639-3/khh> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "khh"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Kehu_language>,
        <http://www.mpii.de/yago/resource/Kehu_language> ;
    skos:altLabel "Kehu language"@en ;
    skos:definition "Kehu (Keu) is an unclassified and nearly extinct language of New Guinea."@en ;
    skos:inScheme lexvo: ;
    skos:notation "khh"^^xsd:string ;
    skos:prefLabel "Kembraeg"@br,
        "Kehu"@en .

<http://lexvo.org/id/iso639-3/khk> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "khk"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/halh1238> ;
    skos:altLabel "Mongolian, Halh"@en ;
    skos:inScheme lexvo: ;
    skos:notation "khk"^^xsd:string ;
    skos:prefLabel "Halh Mongolian"@en .

<http://lexvo.org/id/iso639-3/khl> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "khl"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Lusi_language>,
        <http://www.mpii.de/yago/resource/Lusi_language> ;
    skos:altLabel "Lusi language"@en ;
    skos:definition "Lusi is an Austronesian languages of New Britain. Kaliai is a dialect."@en ;
    skos:inScheme lexvo: ;
    skos:notation "khl"^^xsd:string ;
    skos:prefLabel "Lusi"@en .

<http://lexvo.org/id/iso639-3/khp> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "khp"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Kapori_language>,
        <http://www.mpii.de/yago/resource/Kapori_language> ;
    skos:altLabel "Kapauri"@en,
        "Kapori language"@en ;
    skos:definition "Kapori is a former language isolate related to the small family of Kaure languages in the classification of Malcolm Ross (2005)."@en ;
    skos:inScheme lexvo: ;
    skos:notation "khp"^^xsd:string ;
    skos:prefLabel "Kapori"@en,
        "Język kapori"@pl .

<http://lexvo.org/id/iso639-3/khu> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "khu"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Nkumbi_language>,
        <http://www.mpii.de/yago/resource/Nkumbi_language> ;
    skos:altLabel "Nkumbi language"@en ;
    skos:definition "Nkumbi, or Khumbi, is a Bantu language of Angola."@en ;
    skos:inScheme lexvo: ;
    skos:notation "khu"^^xsd:string ;
    skos:prefLabel "Nkhumbi"@en .

<http://lexvo.org/id/iso639-3/khy> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "khy"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Kele_language_(Congo)>,
        <http://www.mpii.de/yago/resource/Kele_language_(Congo)> ;
    skos:altLabel "Kele (Democratic Republic of Congo)"@en,
        "Kele language"@en ;
    skos:definition "The Kele language, or Lokele, is a Bantu language spoken in Zaire and the Congo by the Kele people."@en ;
    skos:inScheme lexvo: ;
    skos:notation "khy"^^xsd:string ;
    skos:prefLabel "Kele"@en,
        "Kikele"@sw .

<http://lexvo.org/id/iso639-3/kib> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kib"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Koalib_language>,
        <http://www.mpii.de/yago/resource/Koalib_language> ;
    skos:altLabel "Koalib language"@en ;
    skos:definition "Koalib (also called Kwalib, Abri, Lgalige, Nirere, and Rere) is a Niger–Congo language in the Heiban family spoken in the Sudan. The Koalib Nuba, Turum, and Umm Heitan ethnic groups speak this language."@en ;
    skos:inScheme lexvo: ;
    skos:notation "kib"^^xsd:string ;
    skos:prefLabel "Rereg"@br,
        "Koalib"@de,
        "Koalib"@en,
        "Koalib jezik"@hr,
        "Koalibu kalba"@lt-x,
        "Коалипски јазик"@mk,
        "Lenga Koalib"@pms .

<http://lexvo.org/id/iso639-3/kid> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kid"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Koshin_language>,
        <http://www.mpii.de/yago/resource/Koshin_language> ;
    skos:altLabel "Koshin language"@en ;
    skos:definition "Koshin is a Bantoid language of Cameroon. It is traditionally classified as a Western Beboid language, but that has not been demonstrated to be a valid family."@en ;
    skos:inScheme lexvo: ;
    skos:notation "kid"^^xsd:string ;
    skos:prefLabel "Koschin"@de,
        "Koshin"@en,
        "Lenga Koshin"@pms,
        "Kikoshin"@sw .

<http://lexvo.org/id/iso639-3/kig> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kig"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/kima1246> ;
    skos:altLabel "Kimaghima"@en ;
    skos:inScheme lexvo: ;
    skos:notation "kig"^^xsd:string ;
    skos:prefLabel "Kimaama"@en .

<http://lexvo.org/id/iso639-3/kih> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kih"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Kilmeri_language>,
        <http://www.mpii.de/yago/resource/Kilmeri_language> ;
    skos:altLabel "Kilmeri language"@en ;
    skos:definition "Kilmeri is a Papuan language of Papua New Guinea near the border with Indonesian Papua. It is not being learned by children."@en ;
    skos:inScheme lexvo: ;
    skos:notation "kih"^^xsd:string ;
    skos:prefLabel "Kilmeri"@en .

<http://lexvo.org/id/iso639-3/kij> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kij"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/kili1267> ;
    skos:inScheme lexvo: ;
    skos:notation "kij"^^xsd:string ;
    skos:prefLabel "Kilivila"@en .

<http://lexvo.org/id/iso639-3/kil> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kil"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Kariya_language>,
        <http://www.mpii.de/yago/resource/Kariya_language> ;
    skos:altLabel "Kariya language"@en ;
    skos:definition "Kariya is an Afroasiatic language spoken in a single village of Bauchi State, Nigeria."@en ;
    skos:inScheme lexvo: ;
    skos:notation "kil"^^xsd:string ;
    skos:prefLabel "Kariya"@en .

<http://lexvo.org/id/iso639-3/kit> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kit"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Agob_language>,
        <http://www.mpii.de/yago/resource/Agob_language> ;
    skos:altLabel "Agob language"@en ;
    skos:definition "Agöb, or Dabu, is a language of the South-Central Papuan family, spoken in the Western Province of Papua New Guinea. It forms a dialect chain with Idi; the Idi and Agob dialects are at the ends of the chain."@en ;
    skos:inScheme lexvo: ;
    skos:notation "kit"^^xsd:string ;
    skos:prefLabel "Agob"@en,
        "Lenga Agob"@pms .

<http://lexvo.org/id/iso639-3/kiv> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kiv"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Kimbu_language>,
        <http://www.mpii.de/yago/resource/Kimbu_language> ;
    skos:altLabel "Kimbu language"@en ;
    skos:definition "Kimbu is a Bantu language of Tanzania."@en ;
    skos:inScheme lexvo: ;
    skos:notation "kiv"^^xsd:string ;
    skos:prefLabel "Kimbu"@en .

<http://lexvo.org/id/iso639-3/kix> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kix"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Khiamniungan_language>,
        <http://www.mpii.de/yago/resource/Khiamniungan_language> ;
    skos:altLabel "Khiamniungan language"@en,
        "Naga, Khiamniungan"@en ;
    skos:definition "Khiamniungan (Khiamngan, Khiamniungan) is a Tibeto-Burman language of north-eastern India."@en ;
    skos:inScheme lexvo: ;
    skos:notation "kix"^^xsd:string ;
    skos:prefLabel "Khiamniungan Naga"@en .

<http://lexvo.org/id/iso639-3/kiy> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kiy"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/kiri1256> ;
    skos:inScheme lexvo: ;
    skos:notation "kiy"^^xsd:string ;
    skos:prefLabel "Kirikiri"@en .

<http://lexvo.org/id/iso639-3/kiz> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kiz"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Kisi_language_(Tanzania)>,
        <http://www.mpii.de/yago/resource/Kisi_language_(Tanzania)> ;
    skos:altLabel "Kisi language"@en ;
    skos:definition "Kisi is a Bantu language of Tanzania. Though only half or so of the Kisi people speak the language, use is vigorous where it is still spoken."@en ;
    skos:inScheme lexvo: ;
    skos:notation "kiz"^^xsd:string ;
    skos:prefLabel "Kisi"@en .

<http://lexvo.org/id/iso639-3/kjc> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kjc"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/coas1295> ;
    skos:altLabel "Konjo, Coastal"@en ;
    skos:inScheme lexvo: ;
    skos:notation "kjc"^^xsd:string ;
    skos:prefLabel "Coastal Konjo"@en .

<http://lexvo.org/id/iso639-3/kje> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kje"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/kisa1266> ;
    skos:inScheme lexvo: ;
    skos:notation "kje"^^xsd:string ;
    skos:prefLabel "Kisar"@en .

<http://lexvo.org/id/iso639-3/kjp> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kjp"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Eastern_Pwo_language>,
        <http://www.mpii.de/yago/resource/Eastern_Pwo_language> ;
    skos:altLabel "Eastern Pwo language"@en,
        "Karen, Pwo Eastern"@en ;
    skos:definition "Eastern Pwo, or Phlou, is a Karen language spoken by over a million people in Burma and by about 50,000 in Thailand, where it has been called Southern Pwo. It is not intelligible with other varieties of Pwo."@en ;
    skos:inScheme lexvo: ;
    skos:notation "kjp"^^xsd:string ;
    skos:prefLabel "Pwo Eastern Karen"@en .

<http://lexvo.org/id/iso639-3/kjq> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kjq"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/west2632> ;
    skos:altLabel "Keres, Western"@en ;
    skos:inScheme lexvo: ;
    skos:notation "kjq"^^xsd:string ;
    skos:prefLabel "Western Keres"@en .

<http://lexvo.org/id/iso639-3/kjz> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kjz"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Bumthang_language>,
        <http://www.mpii.de/yago/resource/Bumthang_language> ;
    skos:altLabel "Bumthang language"@en ;
    skos:definition "The Bumthang language (Dzongkha: བུམ་ཐང་ཁ་; Wylie: Bum-thang-kha; also called \"Bhumtam,\" \"Bumtang(kha),\" \"Bumtanp,\" \"Bumthapkha,\" and \"Kebumtamp\") is an East Bodish language spoken by about 36,500 people in Bumthang and surrounding districts in central Bhutan. Van Driem (1993) describes Bumthangkha as the dominant language of central Bhutan."@en ;
    skos:inScheme lexvo: ;
    skos:notation "kjz"^^xsd:string ;
    skos:prefLabel "Boumtangkeg"@br,
        "Bumthangkha"@en,
        "Lingua Bumthang"@la,
        "Lenga Bumthangkha"@pms,
        "Бумтанг"@ru .

<http://lexvo.org/id/iso639-3/kkc> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kkc"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Odoodee_language>,
        <http://www.mpii.de/yago/resource/Odoodee_language> ;
    skos:altLabel "Odoodee language"@en ;
    skos:definition "Odoodee (Ododei) is a Trans–New Guinea language of New Guinea, spoken in the plains east of the Strickland River."@en ;
    skos:inScheme lexvo: ;
    skos:notation "kkc"^^xsd:string ;
    skos:prefLabel "Odoodee"@en .

<http://lexvo.org/id/iso639-3/kkh> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kkh"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Kh%C3%BCn_language>,
        <http://www.mpii.de/yago/resource/Kh%C3%BCn_language> ;
    skos:altLabel "Khün language"@en ;
    skos:definition "The Khün language or Tai Khün language (Tai Khün: Dai Kun, ; Thai: ไทเขิน ) is the language of the Tai Khün people of Kengtung, Shan state, Myanmar. It is a Tai language, closely related to Thai and Lao."@en ;
    skos:inScheme lexvo: ;
    skos:notation "kkh"^^xsd:string ;
    skos:prefLabel "Khün"@en,
        "Język tai khun"@pl,
        "Lenga khün"@pms,
        "ภาษาเขิน"@th .

<http://lexvo.org/id/iso639-3/kki> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kki"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/kagu1239> ;
    skos:inScheme lexvo: ;
    skos:notation "kki"^^xsd:string ;
    skos:prefLabel "Kagulu"@en .

<http://lexvo.org/id/iso639-3/kkj> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kkj"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Kako_language>,
        <http://www.mpii.de/yago/resource/Kako_language> ;
    skos:altLabel "Kako language"@en,
        "Kako"@fr,
        "Język kaka"@pl ;
    skos:definition "Kako or Mkako or Mkaka, is a Bantu language spoken mainly in Cameroon, but also has speakers in the Central African Republic and Congo. The main population centers of Kako speakers includes Batouri and Ndélélé in the East Region of Cameroon."@en ;
    skos:inScheme lexvo: ;
    skos:notation "kkj"^^xsd:string ;
    skos:prefLabel "kako"@ca,
        "卡库文"@cmn,
        "卡庫文"@cmn-Hant,
        "kako"@cs,
        "kako"@da,
        "Kako"@de,
        "kakogbe"@ee,
        "Κάκο"@el,
        "Kako"@en,
        "kako"@es,
        "kako"@et,
        "kako"@fi,
        "kako"@fr,
        "קאקו"@he,
        "kako"@hr,
        "kakó"@hu,
        "Kako"@id,
        "kako"@is,
        "kako"@it,
        "カコ語"@ja,
        "kakɔ"@kkj,
        "카코어"@ko,
        "ຄາໂກ"@lo,
        "kako"@lt,
        "kako"@lv,
        "како"@mk,
        "kako"@nb,
        "Kako"@nl,
        "kako"@nn,
        "Shwóŋò pʉa shÿó Bɛgtùa"@nnh,
        "Kakum"@nov,
        "kako"@pl,
        "Lenga Kako"@pms,
        "kako"@pt,
        "kako"@ro,
        "како"@ru,
        "kako"@sk,
        "mkako"@sv,
        "Kikako"@sw,
        "Kikako"@swh,
        "คาโก"@th,
        "lea fakakako"@to,
        "Kako"@tr,
        "како"@uk,
        "Tiếng Kako"@vi .

<http://lexvo.org/id/iso639-3/kkl> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kkl"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/kosa1249> ;
    skos:altLabel "Yale, Kosarek"@en ;
    skos:inScheme lexvo: ;
    skos:notation "kkl"^^xsd:string ;
    skos:prefLabel "Kosarek Yale"@en .

<http://lexvo.org/id/iso639-3/kkq> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kkq"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Kaiku_language>,
        <http://www.mpii.de/yago/resource/Kaiku_language> ;
    skos:altLabel "Kaiku language"@en ;
    skos:definition "Kaiku is a Bantu language of the Democratic Republic of the Congo."@en ;
    skos:inScheme lexvo: ;
    skos:notation "kkq"^^xsd:string ;
    skos:prefLabel "Kaiku"@en .

<http://lexvo.org/id/iso639-3/kkr> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kkr"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Kir-Balar_language>,
        <http://www.mpii.de/yago/resource/Kir-Balar_language> ;
    skos:altLabel "Kir-Balar language"@en ;
    skos:definition "Kir-Balar (also known as Kir, Kirr) is an Afro-Asiatic language spoken in Bauchi State, Nigeria."@en ;
    skos:inScheme lexvo: ;
    skos:notation "kkr"^^xsd:string ;
    skos:prefLabel "Kir-Balar"@en .

<http://lexvo.org/id/iso639-3/kks> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kks"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Giiwo_language>,
        <http://www.mpii.de/yago/resource/Giiwo_language> ;
    skos:altLabel "Giiwo language"@en ;
    skos:definition "Giiwo (also known as Bu Giiwo, Kirfi, Kirifi, Kirifawa) is an Afro-Asiatic language spoken in Nigeria."@en ;
    skos:inScheme lexvo: ;
    skos:notation "kks"^^xsd:string ;
    skos:prefLabel "Giiwo"@en .

<http://lexvo.org/id/iso639-3/kkv> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kkv"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Kangean_language>,
        <http://www.mpii.de/yago/resource/Kangean_language> ;
    skos:altLabel "Kangean language"@en ;
    skos:definition "Kangean is a language spoken in Indonesia, in the Kangean Islands which lie to the east of Madura Island. It is barely intelligible with Madurese proper."@en ;
    skos:inScheme lexvo: ;
    skos:notation "kkv"^^xsd:string ;
    skos:prefLabel "Kangean"@en .

<http://lexvo.org/id/iso639-3/kkz> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kkz"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Kaska_language>,
        <http://www.mpii.de/yago/resource/Kaska_language> ;
    skos:altLabel "Kaska language"@en ;
    skos:definition "Kaska is a Northern Athabaskan language spoken by the Kaska people in the southeastern Yukon territory and northern British Columbia in Canada."@en ;
    skos:inScheme lexvo: ;
    skos:notation "kkz"^^xsd:string ;
    skos:prefLabel "Kaska"@en,
        "Idioma kaska"@es,
        "Kaska spriak"@frr,
        "Lenga kaska"@pms,
        "Kaskaca"@tr .

<http://lexvo.org/id/iso639-3/klf> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "klf"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Kendeje_language>,
        <http://www.mpii.de/yago/resource/Kendeje_language> ;
    skos:altLabel "Kendeje language"@en ;
    skos:definition "Kenjeje is a Maban language language of Chad. The two dialects, Yaali and Faranga, are quite distinct, and have little contact."@en ;
    skos:inScheme lexvo: ;
    skos:notation "klf"^^xsd:string ;
    skos:prefLabel "Kendeje"@en .

<http://lexvo.org/id/iso639-3/kma> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kma"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/konn1242> ;
    skos:inScheme lexvo: ;
    skos:notation "kma"^^xsd:string ;
    skos:prefLabel "Konni"@en .

<http://lexvo.org/id/iso639-3/kmf> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kmf"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Kare_language_(Papuan)>,
        <http://www.mpii.de/yago/resource/Kare_language_(Papuan)> ;
    skos:altLabel "Kare (Papua New Guinea)"@en,
        "Kare language"@en ;
    skos:definition "Kare is a Madang language of Papua New Guinea. It was recognized as being somewhat divergent by Malcolm Ross."@en ;
    skos:inScheme lexvo: ;
    skos:notation "kmf"^^xsd:string ;
    skos:prefLabel "Kare"@en .

<http://lexvo.org/id/iso639-3/kmh> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kmh"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/kala1397> ;
    skos:inScheme lexvo: ;
    skos:notation "kmh"^^xsd:string ;
    skos:prefLabel "Kalam"@en .

<http://lexvo.org/id/iso639-3/kmm> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kmm"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Kom_language_(India)>,
        <http://www.mpii.de/yago/resource/Kom_language_(India)> ;
    skos:altLabel "Kom (India)"@en,
        "Kom language"@en ;
    skos:definition "Kom is a Kukish language of India."@en ;
    skos:inScheme lexvo: ;
    skos:notation "kmm"^^xsd:string ;
    skos:prefLabel "Kom"@en .

<http://lexvo.org/id/iso639-3/kmq> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kmq"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Kwama_language>,
        <http://www.mpii.de/yago/resource/Kwama_language> ;
    skos:altLabel "Kwama language"@en ;
    skos:definition "Kwama (also Afan Mao, Amam, Gogwama, Goma, Gwama, Koma of Asosa, Nokanoka, North Koma, T'wa Kwama, Takwama) is a Nilo-Saharan Koman language, spoken in the South Benishangul-Gumuz region of Ethiopia, along the Sudan border between Asosa and Gidami."@en ;
    skos:inScheme lexvo: ;
    skos:notation "kmq"^^xsd:string ;
    skos:prefLabel "Kwama"@en,
        "Kwama"@fr,
        "Lenga Kwama"@pms,
        "Квама"@ru .

<http://lexvo.org/id/iso639-3/kmv> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kmv"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Lanc-Patu%C3%A1_creole>,
        <http://www.mpii.de/yago/resource/Lanc-Patu%C3%A1_creole> ;
    skos:altLabel "Creole French, Karipúna"@en,
        "Karipúna Creole French"@en ;
    skos:definition "Lanc-Patuá is a creole language spoken in the state of Amapá in Brazil, primarily now around the capital, Macapá. It is a French-based creole language, spoken by local Indians and immigrants from French Guiana, the Caribbean and other areas of Brazil, and their descendants. It has some English and Portuguese influence on its vocabulary, but its grammar is clearly similar to the French-based creole languages of the Caribbean and the Indian Ocean."@en ;
    skos:inScheme lexvo: ;
    skos:notation "kmv"^^xsd:string ;
    skos:prefLabel "Lanc-Patuá creole"@en,
        "Karipúna"@fr,
        "Lingua lanc-patuá"@it,
        "Lanc-Patuá"@no,
        "Lanc-patuá"@pt .

<http://lexvo.org/id/iso639-3/kmw> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kmw"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Komo_language_(Bantu)>,
        <http://www.mpii.de/yago/resource/Komo_language_(Bantu)> ;
    skos:altLabel "Komo (Democratic Republic of Congo)"@en,
        "Komo language"@en ;
    skos:definition "Komo is a Bantu language spoken by half a million people in the Democratic Republic of the Congo, including an area around the major upriver port of Kisangani."@en ;
    skos:inScheme lexvo: ;
    skos:notation "kmw"^^xsd:string ;
    skos:prefLabel "Komo"@en .

<http://lexvo.org/id/iso639-3/kmy> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kmy"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Koma_language>,
        <http://www.mpii.de/yago/resource/Koma_language> ;
    skos:altLabel "Koma language"@en ;
    skos:definition "The Koma language is a member of the Duru branch of Savanna languages."@en ;
    skos:inScheme lexvo: ;
    skos:notation "kmy"^^xsd:string ;
    skos:prefLabel "Koma"@de,
        "Koma"@en,
        "Lenga Koma"@pms,
        "Kikoma"@sw .

<http://lexvo.org/id/iso639-3/kna> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kna"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/dera1248> ;
    skos:altLabel "Dera (Nigeria)"@en ;
    skos:inScheme lexvo: ;
    skos:notation "kna"^^xsd:string ;
    skos:prefLabel "Dera"@en .

<http://lexvo.org/id/iso639-3/knc> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "knc"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/cent2050> ;
    skos:altLabel "Kanuri, Central"@en ;
    skos:inScheme lexvo: ;
    skos:notation "knc"^^xsd:string ;
    skos:prefLabel "Central Kanuri"@en .

<http://lexvo.org/id/iso639-3/knd> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "knd"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Konda_language_(Papuan)>,
        <http://www.mpii.de/yago/resource/Konda_language_(Papuan)> ;
    skos:altLabel "Konda language"@en ;
    skos:definition "Konda (Ogit, Yabin) is the westernmost mainland Trans–New Guinea language."@en ;
    skos:inScheme lexvo: ;
    skos:notation "knd"^^xsd:string ;
    skos:prefLabel "Konda"@en .

<http://lexvo.org/id/iso639-3/knn> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "knn"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/konk1267> ;
    skos:altLabel "Konkani (individual language)"@en ;
    skos:inScheme lexvo: ;
    skos:notation "knn"^^xsd:string ;
    skos:prefLabel "الكونكانية"@ar,
        "konkan dili"@az,
        "конкани"@bg,
        "কোঙ্কানি"@bn,
        "konkani"@br,
        "कोंकणी"@brx,
        "konkani"@bs,
        "конкани"@bs-Cyrl,
        "konkani"@ca,
        "刚卡尼文"@cmn,
        "貢根文"@cmn-Hant,
        "konkánština"@cs,
        "Concani"@cy,
        "konkani"@da,
        "Konkani"@de,
        "konkaniagbe"@ee,
        "Κονκάνι"@el,
        "Konkani"@en,
        "konkani"@es,
        "konkani"@et,
        "کنکانی"@fa,
        "konkani"@fi,
        "konkani"@fr,
        "Konkani"@gsw,
        "કોંકણી"@gu,
        "קונקאני"@he,
        "कोंकणी"@hi,
        "konkani"@hr,
        "konkani"@hu,
        "Konkani"@id,
        "konkaní"@is,
        "konkani"@it,
        "コンカニ語"@ja,
        "ಕೊಂಕಣಿ"@kn,
        "कोंकणी"@knn,
        "코카니어"@ko,
        "کونکَنی"@ks,
        "ກອນການີ"@lo,
        "kankani"@lt,
        "konkanu"@lv,
        "конкани"@mk,
        "കൊങ്കണി"@ml,
        "कोंकणी"@mr,
        "Konkani"@mt,
        "konkani"@nb,
        "Konkani"@nl,
        "konkani"@nn,
        "କୋନକାନୀ"@or,
        "konkani"@pl,
        "concani"@pt,
        "konkani"@rm,
        "konkani"@ro,
        "конкани"@ru,
        "kónkánčina"@sk,
        "konkanščina"@sl,
        "Конкани"@sr,
        "Konkani"@sr-Latn,
        "konkani"@sv,
        "கொங்கனி"@ta,
        "కొంకణి"@te,
        "กอนกานี"@th,
        "lea fakakonikani"@to,
        "Konkani"@tr,
        "конкані"@uk,
        "Tiếng Konkani"@vi .

<http://lexvo.org/id/iso639-3/kno> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kno"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Kono_language>,
        <http://www.mpii.de/yago/resource/Kono_language> ;
    skos:altLabel "Kono (Sierra Leone)"@en,
        "Kono language"@en ;
    skos:definition "The Kono language (Kɔnɔ) is a language spoken in Sierra Leone by the Kono people. The Kono District is situated in the Eastern Province of Sierra Leone and contains 14 chiefdoms, each headed by a Paramount Chief. The language varies slightly between chiefdoms."@en ;
    skos:inScheme lexvo: ;
    skos:notation "kno"^^xsd:string ;
    skos:prefLabel "Kono"@de,
        "Kono"@en,
        "Kono"@fr,
        "Lenga Kono, Sierra Leon"@pms,
        "Коно"@ru,
        "Коно"@uk .

<http://lexvo.org/id/iso639-3/knp> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "knp"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Kwanja_language>,
        <http://www.mpii.de/yago/resource/Kwanja_language> ;
    skos:altLabel "Kwanja language"@en ;
    skos:definition "Kwanja (Konja) is a Mambiloid language of Cameroon."@en ;
    skos:inScheme lexvo: ;
    skos:notation "knp"^^xsd:string ;
    skos:prefLabel "Kwanja"@de,
        "Kwanja"@en,
        "Lenga Kwanja"@pms,
        "Kikwanja"@sw .

<http://lexvo.org/id/iso639-3/knq> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "knq"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Kintaq_language>,
        <http://www.mpii.de/yago/resource/Kintaq_language> ;
    skos:altLabel "Kintaq language"@en ;
    skos:definition "Kintaq, or Kentaq Bong, is an aboriginal Mon–Khmer language of Malaya and Thailand. The small number of speakers is decreasing."@en ;
    skos:inScheme lexvo: ;
    skos:notation "knq"^^xsd:string ;
    skos:prefLabel "Kintaq"@en .

<http://lexvo.org/id/iso639-3/kns> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kns"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Kensiu_language>,
        <http://www.mpii.de/yago/resource/Kensiu_language> ;
    skos:altLabel "Kensiu language"@en ;
    skos:definition "Kensiu (Kensiw) is a Northern Aslian (Jahaic) language, a sub-branch of the Mon–Khmer language family. It is spoken by a small community of 300 in Yala Province in southern Thailand and also reportedly by a community of approximately 300 speakers in Western Malaysia in Perak and Kedah States. Speakers of this language are Negritos who are known as the Mani people or Maniq of Thailand."@en ;
    skos:inScheme lexvo: ;
    skos:notation "kns"^^xsd:string ;
    skos:prefLabel "Kensiu"@en .

<http://lexvo.org/id/iso639-3/knv> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "knv"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Tabo_language>,
        <http://www.mpii.de/yago/resource/Tabo_language> ;
    skos:altLabel "Tabo language"@en ;
    skos:definition "Waia (Waya) or Tabo is a language of the proposed South-Central Papuan family in the Western Province of Papua New Guinea."@en ;
    skos:inScheme lexvo: ;
    skos:notation "knv"^^xsd:string ;
    skos:prefLabel "Tabo"@en .

<http://lexvo.org/id/iso639-3/kny> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kny"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/kany1247> ;
    skos:inScheme lexvo: ;
    skos:notation "kny"^^xsd:string ;
    skos:prefLabel "Kanyok"@en .

<http://lexvo.org/id/iso639-3/koc> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "koc"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Kpati_language>,
        <http://www.mpii.de/yago/resource/Kpati_language> ;
    skos:altLabel "Kpati language"@en ;
    skos:definition "Kpati is an extinct Bantoid language formerly spoken in Taraba State, Nigeria."@en ;
    skos:inScheme lexvo: ;
    skos:notation "koc"^^xsd:string ;
    skos:prefLabel "Kpati"@en .

<http://lexvo.org/id/iso639-3/kof> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kof"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Kubi_language>,
        <http://www.mpii.de/yago/resource/Kubi_language> ;
    skos:altLabel "Kubi language"@en ;
    skos:definition "Kubi (also known as Kuba, Kubawa) is an extinct Afro-Asiatic language formerly spoken in Bauchi State, Nigeria. Members of the ethnic group now speak Hausa."@en ;
    skos:inScheme lexvo: ;
    skos:notation "kof"^^xsd:string ;
    skos:prefLabel "Kubi"@en .

<http://lexvo.org/id/iso639-3/kol> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kol"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Kol_language_(Papua_New_Guinea)>,
        <http://www.mpii.de/yago/resource/Kol_language_(Papua_New_Guinea)> ;
    skos:altLabel "Kol (Papua New Guinea)"@en,
        "Kol language"@en ;
    skos:definition "The Kol language is a language spoken in eastern New Britain island, Papua New Guinea. There are about 4000 speakers."@en ;
    skos:inScheme lexvo: ;
    skos:notation "kol"^^xsd:string ;
    skos:prefLabel "Kol"@en,
        "Język kol"@pl .

<http://lexvo.org/id/iso639-3/koo> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "koo"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Konjo>,
        <http://www.mpii.de/yago/resource/Konjo> ;
    skos:altLabel "Konzo"@en ;
    skos:definition "The Konjo (pl. Bakonjo, sing. Mukonjo), or Konzo, are a people located in the Rwenzori Mountains of southwest Uganda. Numbering 361,709 in the 1992 census, they live on the plains, hills and mountain slopes up to an altitude 2,200 meters. Traditionally agriculturalists and animal husbanders, they farm yams, beans, sweet potatoes, peanuts, soy beans, potatoes, rice, wheat, cassava, coffee, bananas, and cotton, while keeping goats, sheep, and poultry. The Konjo practice traditional religions and Christianity. Konjo speakers also live on the western slopes of the Rwenzori range in the Democratic Republic of the Congo."@en ;
    skos:inScheme lexvo: ;
    skos:notation "koo"^^xsd:string ;
    skos:prefLabel "Bakonjo"@de,
        "konjo"@en,
        "Konzot"@fi,
        "Konjo"@fr,
        "Kikonzo"@sw .

<http://lexvo.org/id/iso639-3/kop> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kop"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Waube_language>,
        <http://www.mpii.de/yago/resource/Waube_language> ;
    skos:altLabel "Waube language"@en ;
    skos:definition "Kwato or Waupe is a Rai Coast language spoken in Madang Province, Papua New Guinea."@en ;
    skos:inScheme lexvo: ;
    skos:notation "kop"^^xsd:string ;
    skos:prefLabel "Waube"@en .

<http://lexvo.org/id/iso639-3/koq> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "koq"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Kota_language_(Gabon)>,
        <http://www.mpii.de/yago/resource/Kota_language_(Gabon)> ;
    skos:altLabel "Kota (Gabon)"@en,
        "Kota language"@en ;
    skos:definition "iKota or Kota, not to be confused with the Indian-dravidic Kota language, is an African language spoken by the Bakota people. It is spoken in northeastern Gabon, Ogooué-Ivindo Province and in some areas of Republic of Congo. According to Ethnologue there are 34,442 Kota speakers in Gabon and 9,055 in the Republic of Congo."@en ;
    skos:inScheme lexvo: ;
    skos:notation "koq"^^xsd:string ;
    skos:prefLabel "Kota"@de,
        "Kota"@en,
        "Język kota"@pl,
        "Lenga Kota"@pms,
        "Kikota"@sw .

<http://lexvo.org/id/iso639-3/kox> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kox"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Coxima_language>,
        <http://www.mpii.de/yago/resource/Coxima_language> ;
    skos:altLabel "Coxima language"@en ;
    skos:definition "Coxima (Koxima) is an extinct unclassified language of Colombia."@en ;
    skos:inScheme lexvo: ;
    skos:notation "kox"^^xsd:string ;
    skos:prefLabel "Coxima"@en,
        "Coxima jezik"@hr .

<http://lexvo.org/id/iso639-3/kpa> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kpa"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Kutto_language>,
        <http://www.mpii.de/yago/resource/Kutto_language> ;
    skos:altLabel "Kutto language"@en ;
    skos:definition "Kúttò (Kupto) is a minor West Chadic language of Nigeria."@en ;
    skos:inScheme lexvo: ;
    skos:notation "kpa"^^xsd:string ;
    skos:prefLabel "Kutto"@en .

<http://lexvo.org/id/iso639-3/kpf> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kpf"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Komba_language>,
        <http://www.mpii.de/yago/resource/Komba_language> ;
    skos:altLabel "Komba language"@en ;
    skos:definition "Komba is a Papuan language spoken in Morobe Province, Papua New Guinea."@en ;
    skos:inScheme lexvo: ;
    skos:notation "kpf"^^xsd:string ;
    skos:prefLabel "Komba"@en .

<http://lexvo.org/id/iso639-3/kpk> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kpk"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/kpan1246> ;
    skos:inScheme lexvo: ;
    skos:notation "kpk"^^xsd:string ;
    skos:prefLabel "Kpan"@en .

<http://lexvo.org/id/iso639-3/kpq> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kpq"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Korupun_language>,
        <http://www.mpii.de/yago/resource/Korupun_language> ;
    skos:altLabel "Korupun language"@en ;
    skos:definition "Korupun is a Papuan language of West Papua. Dialects are Korupun (Duram), Dagi, Sisibna (Gobugdua), Deibula, Sela. It is also known as Kimyal of Korupun; Kimyal is another name for Nalca."@en ;
    skos:inScheme lexvo: ;
    skos:notation "kpq"^^xsd:string ;
    skos:prefLabel "Korupun-Sela"@en .

<http://lexvo.org/id/iso639-3/kpr> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kpr"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/kora1294> ;
    skos:inScheme lexvo: ;
    skos:notation "kpr"^^xsd:string ;
    skos:prefLabel "Korafe-Yegha"@en .

<http://lexvo.org/id/iso639-3/kqa> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kqa"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Mum_language>,
        <http://www.mpii.de/yago/resource/Mum_language> ;
    skos:altLabel "Mum language"@en ;
    skos:definition "Mum is a Papuan language of Madang Province, Papua New Guinea."@en ;
    skos:inScheme lexvo: ;
    skos:notation "kqa"^^xsd:string ;
    skos:prefLabel "Mum"@en .

<http://lexvo.org/id/iso639-3/kqb> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kqb"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Kovai_language>,
        <http://www.mpii.de/yago/resource/Kovai_language> ;
    skos:altLabel "Kovai language"@en ;
    skos:definition "Kovai (Kobai, Kowai) is a Papuan language spoken on Umboi Island, halfway between mainland Papua New Guinea and the island of New Britain, and mostly within the caldera of that volcanic island."@en ;
    skos:inScheme lexvo: ;
    skos:notation "kqb"^^xsd:string ;
    skos:prefLabel "Kovai"@en .

<http://lexvo.org/id/iso639-3/kqd> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kqd"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Koy_Sanjaq_Syriac_language>,
        <http://www.mpii.de/yago/resource/Koy_Sanjaq_Syriac_language> ;
    skos:altLabel "Koy Sanjaq Syriac language"@en ;
    skos:definition "Koy Sanjaq Surat is a modern Eastern Syriac-Aramaic language. Speakers of the language call it simply Surat, or Syriac. It is spoken in the town of Koy Sanjaq and its nearby village of Armota in the province of Arbil as well as in Ankawa. The speakers of Koy Sanjaq Surat are traditionally Assyrian Chaldean Catholics."@en ;
    skos:inScheme lexvo: ;
    skos:notation "kqd"^^xsd:string ;
    skos:prefLabel "سورث كوي سنجق"@ar,
        "Koy Sanjaq Surat"@en,
        "Koy sanjaq surat jezik"@hr,
        "Којсанџачки сириски јазик"@mk,
        "Koy sanjaq surat jezik"@sh,
        "ภาษากอย ซันจัก ซูรัต"@th .

<http://lexvo.org/id/iso639-3/kqi> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kqi"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/koit1244> ;
    skos:inScheme lexvo: ;
    skos:notation "kqi"^^xsd:string ;
    skos:prefLabel "Koitabu"@en .

<http://lexvo.org/id/iso639-3/kqj> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kqj"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Koromira_language>,
        <http://www.mpii.de/yago/resource/Koromira_language> ;
    skos:altLabel "Koromira language"@en ;
    skos:definition "Koromira is an East Papuan language spoken in the mountains of southern Bougainville Province, Papua New Guinea."@en ;
    skos:inScheme lexvo: ;
    skos:notation "kqj"^^xsd:string ;
    skos:prefLabel "Koromira"@en .

<http://lexvo.org/id/iso639-3/kql> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kql"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Kyenele_language>,
        <http://www.mpii.de/yago/resource/Kyenele_language> ;
    skos:altLabel "Kyenele language"@en ;
    skos:definition "Kyenele Miyak is a Yuat language of Papua New Guinea."@en ;
    skos:inScheme lexvo: ;
    skos:notation "kql"^^xsd:string ;
    skos:prefLabel "Kyenele"@en .

<http://lexvo.org/id/iso639-3/kqn> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kqn"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Kaonde_language>,
        <http://www.mpii.de/yago/resource/Kaonde_language> ;
    skos:altLabel "Kaonde language"@en ;
    skos:definition "Kaonde, also known as Chikaonde and Kawonde, is a Bantu language (of the larger Niger–Congo family) that is spoken primarily in Zambia but also in the Democratic Republic of the Congo. Kaonde and its dialects are spoken and understood by perhaps 350,000 people or more. It is estimated that approximately 3% of Zambians are native Kaonde speakers. Kaonde speakers overwhelmingly live in the northwestern part of Zambia."@en ;
    skos:inScheme lexvo: ;
    skos:notation "kqn"^^xsd:string ;
    skos:prefLabel "Kaonde"@da,
        "Kaonde"@de,
        "Kaonde"@en,
        "Chikaonde"@fr,
        "Kaonde"@it,
        "Język kaonde"@pl,
        "Kikaonde"@sw,
        "Каонде"@uk .

<http://lexvo.org/id/iso639-3/kqo> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kqo"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Konobo_language>,
        <http://www.mpii.de/yago/resource/Konobo_language> ;
    skos:altLabel "Konobo language"@en,
        "Krahn, Eastern"@en ;
    skos:definition "Konobo, or Eastern Krahn, is a Kru language of Liberia."@en ;
    skos:inScheme lexvo: ;
    skos:notation "kqo"^^xsd:string ;
    skos:prefLabel "Eastern Krahn"@en .

<http://lexvo.org/id/iso639-3/kqp> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kqp"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Kimr%C3%A9_language>,
        <http://www.mpii.de/yago/resource/Kimr%C3%A9_language> ;
    skos:altLabel "Kimré language"@en ;
    skos:definition "Kimré is an East Chadic language spoken in the Tandjilé Region of Chad. Like most related languages, it is popularly called \"Gabri\"."@en ;
    skos:inScheme lexvo: ;
    skos:notation "kqp"^^xsd:string ;
    skos:prefLabel "Kimré"@en .

<http://lexvo.org/id/iso639-3/kqq> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kqq"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Krenak_language>,
        <http://www.mpii.de/yago/resource/Krenak_language> ;
    skos:altLabel "Krenak language"@en ;
    skos:definition "The Krenak language, or Botocudo, is the moribund sole surviving language of a small family believed to be part of the Macro-Gê languages. It was once spoken by the Botocudo people in Mato Grosso, but is known primarily by older women today."@en ;
    skos:inScheme lexvo: ;
    skos:notation "kqq"^^xsd:string ;
    skos:prefLabel "Krenak"@en .

<http://lexvo.org/id/iso639-3/kqu> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kqu"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Seroa_dialect>,
        <http://www.mpii.de/yago/resource/Seroa_dialect> ;
    skos:altLabel "Seroa dialect"@en ;
    skos:definition "Seroa was a dialect of the extinct ǀXam language of the ǃKwi family, spoken in South Africa and Lesotho. The name \"Seroa\" is an exonym from Sesotho meaning \"language of the San\" derived from the general Sesotho name \"Baroa\" (or \"Barwa\" in South African Sesotho spelling) meaning simply \"San people\". Local or dialectical names were and ."@en ;
    skos:inScheme lexvo: ;
    skos:notation "kqu"^^xsd:string ;
    skos:prefLabel "Seroa"@en,
        "Seroa jezik"@hr,
        "Lingua seroa"@it,
        "Língua seroa"@pt,
        "Сероа"@ru .

<http://lexvo.org/id/iso639-3/kqx> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kqx"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Mser_language>,
        <http://www.mpii.de/yago/resource/Mser_language> ;
    skos:altLabel "Mser language"@en ;
    skos:definition "Mser is an Afro-Asiatic language spoken in northern Cameroon and southwestern Chad. Dialects are Gawi, Houlouf, Kabe, Kalo, Mser. Mser is in rapid decline."@en ;
    skos:inScheme lexvo: ;
    skos:notation "kqx"^^xsd:string ;
    skos:prefLabel "Mser"@en,
        "Kimser"@sw .

<http://lexvo.org/id/iso639-3/krb> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "krb"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Karkin_language>,
        <http://www.mpii.de/yago/resource/Karkin_language> ;
    skos:altLabel "Karkin language"@en ;
    skos:definition "Karkin (also called Los Carquines in Spanish) is a name of one sub-group of the indigenous Ohlone people of California, as well as the name of the language they spoke."@en ;
    skos:inScheme lexvo: ;
    skos:notation "krb"^^xsd:string ;
    skos:prefLabel "Karkin"@en,
        "Karkin"@fr,
        "Karkin"@hr,
        "Lenga karkin"@pms .

<http://lexvo.org/id/iso639-3/kre> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kre"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Panara_language>,
        <http://www.mpii.de/yago/resource/Panara_language> ;
    skos:altLabel "Panara language"@en ;
    skos:definition "Panará, also known as Kreen Akarore, is a Ge language of Brazil."@en ;
    skos:inScheme lexvo: ;
    skos:notation "kre"^^xsd:string ;
    skos:prefLabel "Panará"@en .

<http://lexvo.org/id/iso639-3/krf> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "krf"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Koro_language_(Vanuatu)>,
        <http://www.mpii.de/yago/resource/Koro_language_(Vanuatu)> ;
    skos:altLabel "Koro (Vanuatu)"@en,
        "Koro language"@en ;
    skos:definition "Koro is an Oceanic language spoken on Gaua island in Vanuatu. Its 280 speakers live in the village of Koro, on the south coast of Gaua."@en ;
    skos:inScheme lexvo: ;
    skos:notation "krf"^^xsd:string ;
    skos:prefLabel "Koro"@en,
        "Koro"@fr,
        "Lenga Koro, Vanuatu"@pms .

<http://lexvo.org/id/iso639-3/krh> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "krh"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Kurama_language>,
        <http://www.mpii.de/yago/resource/Kurama_language> ;
    skos:altLabel "Kurama language"@en ;
    skos:definition "The Kurama or Kurumi language, Tukurami, is a Kainji language of Nigeria with 40,000 speakers. Kurama speakers are found in the central northern Nigerian states of Kaduna and Kano."@en ;
    skos:inScheme lexvo: ;
    skos:notation "krh"^^xsd:string ;
    skos:prefLabel "Kurama"@de,
        "Kurama"@en,
        "Kurama jezik"@hr,
        "Lenga Kurama"@pms .

<http://lexvo.org/id/iso639-3/kri> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kri"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Aku_dialect>,
        <http://www.mpii.de/yago/resource/Aku_dialect> ;
    skos:altLabel "Aku dialect"@en ;
    skos:definition "Aku is a variety of Sierra Leone Krio, an English-based Creole language of Western Africa. Aku is spoken primarily in Gambia, mainly by the Aku people, who are descendants of the Sierra Leone Creole people. In many ways the Akus are an extension of the Sierra Leone Creole community."@en ;
    skos:inScheme lexvo: ;
    skos:notation "kri"^^xsd:string ;
    skos:prefLabel "Krio"@en,
        "Aku"@fr,
        "Aku"@nl .

<http://lexvo.org/id/iso639-3/krj> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "krj"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Kinaray-a_language>,
        <http://www.mpii.de/yago/resource/Kinaray-a_language> ;
    skos:altLabel "Kinaray-a language"@en ;
    skos:definition "Kinaray-a is an Austronesian language spoken mainly in Antique Province in the Philippines. It is also spoken in Iloilo province, the south of Capiz Province, and certain villages in Mindanao that trace their roots to Antique Province or Kinaray-a speaking areas of Iloilo and Capiz Provinces. Kinaray-a came from the word \"iraya\" equivalent to \"ilaya\" in Tagalog, which refers to a group of people residing in the mountain areas of the province. While groups of people residing near the river delta are referred to as \"ilawod\" from the Hiligaynon word \"lawod\", which refers to a large body of water (sea, ocean, lake, or strait). However, Kinaray-a does not necessarily refer to the way or language spoken by the highlanders of Panay Island. Speakers of this language are called, \"Karay-a.\""@en ;
    skos:inScheme lexvo: ;
    skos:notation "krj"^^xsd:string ;
    skos:prefLabel "Kinaray-a"@ceb,
        "Kinaray-A"@en,
        "Kinaray-a"@fr,
        "キナライア語"@ja,
        "Język kinaraya"@pl,
        "Кинарайский язык"@ru,
        "ภาษากินารายอา"@th,
        "Kinaray-a"@tl,
        "Tiếng Kinaray-a"@vi,
        "Kinaray-a"@war .

<http://lexvo.org/id/iso639-3/krm> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "krm"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Krim_language>,
        <http://www.mpii.de/yago/resource/Krim_language> ;
    skos:altLabel "Krim language"@en ;
    skos:definition "The Krim language (also known as Kim, Kimi, Kirim, or Kiltim) is an endangered language of Sierra Leone. It belongs to the Mel branch of the Niger–Congo language family."@en ;
    skos:inScheme lexvo: ;
    skos:notation "krm"^^xsd:string ;
    skos:prefLabel "Krimeg"@br,
        "Kirim"@de,
        "Krim"@en,
        "Krim"@hr,
        "Lenga Krim"@pms .

<http://lexvo.org/id/iso639-3/krn> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "krn"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Sapo_language>,
        <http://www.mpii.de/yago/resource/Sapo_language> ;
    skos:altLabel "Sapo language"@en ;
    skos:definition "The Sapo language, also known as Sarpo or Southern Krahn, is a Kru language of the Niger–Congo language family. It is spoken in eastern Liberia, primarily in Grand Gedeh County and Sinoe County, by the Sapo people. Its dialects include: Juarzon, Kabade (Karbardae), Nomopo (Nimpo), Putu, Sinkon (Senkon), and Waya (Wedjah)."@en ;
    skos:inScheme lexvo: ;
    skos:notation "krn"^^xsd:string ;
    skos:prefLabel "Sapo"@en .

<http://lexvo.org/id/iso639-3/krp> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "krp"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Dorop_language>,
        <http://www.mpii.de/yago/resource/Dorop_language> ;
    skos:altLabel "Dorop language"@en ;
    skos:definition "The Dorop language, Korop Ododop or Erorop, is a Upper Cross River language of Nigeria."@en ;
    skos:inScheme lexvo: ;
    skos:notation "krp"^^xsd:string ;
    skos:prefLabel "Korop"@de,
        "Korop"@en,
        "Lenga Korop"@pms,
        "Kikorop"@sw .

<http://lexvo.org/id/iso639-3/krx> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "krx"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Karon_language>,
        <http://www.mpii.de/yago/resource/Karon_language> ;
    skos:altLabel "Karon language"@en ;
    skos:definition "The Karon language is an endangered language of Senegal and Gambia. It belongs to the Bak branch of the Niger–Congo language family, and is particularly closely related to the Mlomp language."@en ;
    skos:inScheme lexvo: ;
    skos:notation "krx"^^xsd:string ;
    skos:prefLabel "Karoneg"@br,
        "Karon"@de,
        "Karon"@en,
        "Karone"@fr,
        "Karon jezik"@hr,
        "Lenga Karon"@pms .

<http://lexvo.org/id/iso639-3/ksg> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ksg"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Kusaghe_language>,
        <http://www.mpii.de/yago/resource/Kusaghe_language> ;
    skos:altLabel "Kusaghe language"@en ;
    skos:definition "Kusaghe is an Oceanic language spoken by about 2,400 people on New Georgia Island, Solomon Islands."@en ;
    skos:inScheme lexvo: ;
    skos:notation "ksg"^^xsd:string ;
    skos:prefLabel "Kusaghe"@en .

<http://lexvo.org/id/iso639-3/ksj> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ksj"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Uare_language>,
        <http://www.mpii.de/yago/resource/Uare_language> ;
    skos:altLabel "Uare language"@en ;
    skos:definition "Uare (Kwale) is a language of Papua New Guinea. Dialects are Garihe (Garia) and Uare proper (Kwale, Kware)."@en ;
    skos:inScheme lexvo: ;
    skos:notation "ksj"^^xsd:string ;
    skos:prefLabel "Uare"@en .

<http://lexvo.org/id/iso639-3/ksk> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ksk"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Kansa_language>,
        <http://www.mpii.de/yago/resource/Kansa_language> ;
    skos:altLabel "Kansa language"@en ;
    skos:definition "Kansa is a Siouan language once spoken by the Kaw people of Oklahoma. The last mother-tongue speaker, Walter Kekahbah, died in 1983."@en ;
    skos:inScheme lexvo: ;
    skos:notation "ksk"^^xsd:string ;
    skos:prefLabel "Kansa"@en,
        "Kanza"@fr,
        "Lenga kansa"@pms,
        "Kansa"@pt .

<http://lexvo.org/id/iso639-3/kso> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kso"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Kofa_language>,
        <http://www.mpii.de/yago/resource/Kofa_language> ;
    skos:altLabel "Kofa language"@en ;
    skos:definition "Kofa (also known as Kota) is an Afro-Asiatic language spoken in Adamawa State, Nigeria. There is no current estimate of the number of its speakers."@en ;
    skos:inScheme lexvo: ;
    skos:notation "kso"^^xsd:string ;
    skos:prefLabel "Kofaeg"@br,
        "Kofa"@en,
        "Kofa jezik"@hr .

<http://lexvo.org/id/iso639-3/ksx> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ksx"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/keda1252> ;
    skos:inScheme lexvo: ;
    skos:notation "ksx"^^xsd:string ;
    skos:prefLabel "Kedang"@en .

<http://lexvo.org/id/iso639-3/ksy> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ksy"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Kharia_Thar_language>,
        <http://www.mpii.de/yago/resource/Kharia_Thar_language> ;
    skos:altLabel "Kharia Thar language"@en ;
    skos:definition "Kharia Thar is an Indic language spoken by the Hill Kharia culture of India."@en ;
    skos:inScheme lexvo: ;
    skos:notation "ksy"^^xsd:string ;
    skos:prefLabel "Kharia Thar"@en .

<http://lexvo.org/id/iso639-3/ktb> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ktb"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Kambaata_language>,
        <http://www.mpii.de/yago/resource/Kambaata_language> ;
    skos:altLabel "Kambaata language"@en ;
    skos:definition "Kambaata is a Highland East Cushitic language, part of the larger Afro-Asiatic family and spoken by the Kambaata. Dialects are Donga, Kambaata and Tambaro. It is one of the official languages of Ethiopia. The language has a large number of verbal affixes. When these are affixed to verbal roots, there are a large amount of morphophonemic changes. The language has SOV order (subject–object–verb). The phonemes of Kambaata include five vowels (which are distinctively long or short), a set of ejectives, a retroflexed implosive, and glottal stop."@en ;
    skos:inScheme lexvo: ;
    skos:notation "ktb"^^xsd:string ;
    skos:prefLabel "Kambateg"@br,
        "Kambaata"@de,
        "Kambaata"@en,
        "Kambaata hizkuntza"@eu,
        "Lenga Kambaata"@pms .

<http://lexvo.org/id/iso639-3/ktc> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ktc"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Kholok_language>,
        <http://www.mpii.de/yago/resource/Kholok_language> ;
    skos:altLabel "Kholok language"@en ;
    skos:definition "Kholok (also known as Kode, Koode, Kwoode, Pia, Pitiko, Widala, Wurkum) is an Afro-Asiatic language spoken in Nigeria."@en ;
    skos:inScheme lexvo: ;
    skos:notation "ktc"^^xsd:string ;
    skos:prefLabel "Kholok"@en .

<http://lexvo.org/id/iso639-3/ktd> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ktd"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/koka1244> ;
    skos:inScheme lexvo: ;
    skos:notation "ktd"^^xsd:string ;
    skos:prefLabel "Kokata"@en .

<http://lexvo.org/id/iso639-3/kth> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kth"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Karanga_language>,
        <http://www.mpii.de/yago/resource/Karanga_language> ;
    skos:altLabel "Karanga language"@en ;
    skos:definition "Karanga is a Maban language language of Chad spoken by four peoples, each with their own dialect: the Karanga (Kurunga), Kashmere (Kachmere), Bakha (Baxa, Bakhat) Fala (Faala), and Koniéré (Konyare, Kognere) Moyo (Mooyo)."@en ;
    skos:inScheme lexvo: ;
    skos:notation "kth"^^xsd:string ;
    skos:prefLabel "Karanga"@en .

<http://lexvo.org/id/iso639-3/ktk> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ktk"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Kaniet_language>,
        <http://www.mpii.de/yago/resource/Kaniet_language> ;
    skos:altLabel "Kaniet language"@en ;
    skos:definition "The Kaniet language was one of three Western Admiralty Islands languages, a subgroup of the Admiralty Islands languages, the other two being Wuvulu-Aua and Seimat. The language was spoken on the Kaniet Islands and the western Anchorite Islands in western Manus Province of Papua New Guinea until the 1950s."@en ;
    skos:inScheme lexvo: ;
    skos:notation "ktk"^^xsd:string ;
    skos:prefLabel "Kaniet"@en .

<http://lexvo.org/id/iso639-3/ktl> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ktl"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Koroshi_dialect>,
        <http://www.mpii.de/yago/resource/Koroshi_dialect> ;
    skos:altLabel "Koroshi dialect"@en ;
    skos:definition "The Koroshi dialect (Balochi: کوروشی), is a Northwestern Iranian language. The speakers of Koroshi live in scattered pockets in Southern Iranian Fars province. The number of speakers was roughly estimated to be 1000 in 2006."@en ;
    skos:inScheme lexvo: ;
    skos:notation "ktl"^^xsd:string ;
    skos:prefLabel "Koroshi"@ca,
        "Koroshi"@en,
        "گویش کوروشی"@fa .

<http://lexvo.org/id/iso639-3/ktu> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ktu"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/kitu1246> ;
    skos:altLabel "Kituba (Democratic Republic of Congo)"@en ;
    skos:inScheme lexvo: ;
    skos:notation "ktu"^^xsd:string ;
    skos:prefLabel "Kituba"@en .

<http://lexvo.org/id/iso639-3/ktx> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ktx"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Kaxarar%C3%AD_language>,
        <http://www.mpii.de/yago/resource/Kaxarar%C3%AD_language> ;
    skos:altLabel "Kaxararí language"@en ;
    skos:definition "Kaxararí is a Panoan language of Brazil."@en ;
    skos:inScheme lexvo: ;
    skos:notation "ktx"^^xsd:string ;
    skos:prefLabel "Kaxararí"@en .

<http://lexvo.org/id/iso639-3/kty> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kty"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Kango_language_(Bas-U%C3%A9l%C3%A9_District)>,
        <http://www.mpii.de/yago/resource/Kango_language_(Bas-U%C3%A9l%C3%A9_District)> ;
    skos:altLabel "Kango (Bas-Uélé District)"@en,
        "Kango language"@en ;
    skos:definition "Kango is a Bantu language spoken in the Bas-Uele District of the Democratic Republic of the Congo. It may be a cover term for various dialects spoken by fishermen in the area."@en ;
    skos:inScheme lexvo: ;
    skos:notation "kty"^^xsd:string ;
    skos:prefLabel "Kango"@en .

<http://lexvo.org/id/iso639-3/kub> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kub"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Kuteb_language>,
        <http://www.mpii.de/yago/resource/Kuteb_language> ;
    skos:altLabel "Kuteb language"@en ;
    skos:definition "Kuteb (Kutep) is a Jukunoid language of Nigeria, with a thousand-or-so speakers across the border in Cameroon."@en ;
    skos:inScheme lexvo: ;
    skos:notation "kub"^^xsd:string ;
    skos:prefLabel "Kutep"@de,
        "Kutep"@en,
        "Lenga Kutep"@pms,
        "Kikutep"@sw .

<http://lexvo.org/id/iso639-3/kud> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kud"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/'Auhelawa_language>,
        <http://www.mpii.de/yago/resource/'Auhelawa_language> ;
    skos:altLabel "'Auhelawa language"@en ;
    skos:definition "’Auhelawa is an Austronesian language spoken by about 1,200 people in Nuakata Island and the southeastern tip of Normanby Island in Milne Bay Province, Papua New Guinea."@en ;
    skos:inScheme lexvo: ;
    skos:notation "kud"^^xsd:string ;
    skos:prefLabel "'Auhelawa"@en,
        "'auhelawa"@fi,
        "’Auhelawa jezik"@hr .

<http://lexvo.org/id/iso639-3/kuh> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kuh"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Kushi_language>,
        <http://www.mpii.de/yago/resource/Kushi_language> ;
    skos:altLabel "Kushi language"@en ;
    skos:definition "Kushi is a West Chadic language of Nigeria."@en ;
    skos:inScheme lexvo: ;
    skos:notation "kuh"^^xsd:string ;
    skos:prefLabel "Kushi"@en .

<http://lexvo.org/id/iso639-3/kui> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kui"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Kuikuro_language>,
        <http://www.mpii.de/yago/resource/Kuikuro_language> ;
    skos:altLabel "Kuikúro-Kalapálo"@en ;
    skos:definition "Kuikúro-Kalapálo, Apalakiri, is a Cariban language spoken by the Kuikuro and Kalapalo peoples of Brazil."@en ;
    skos:inScheme lexvo: ;
    skos:notation "kui"^^xsd:string ;
    skos:prefLabel "Kuikuro language"@en .

<http://lexvo.org/id/iso639-3/kuj> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kuj"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Kuria_language>,
        <http://www.mpii.de/yago/resource/Kuria_language> ;
    skos:altLabel "Kuria language"@en ;
    skos:inScheme lexvo: ;
    skos:notation "kuj"^^xsd:string ;
    skos:prefLabel "Kuria"@en .

<http://lexvo.org/id/iso639-3/kul> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kul"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Kulere_language>,
        <http://www.mpii.de/yago/resource/Kulere_language> ;
    skos:altLabel "Kulere language"@en ;
    skos:definition "Kulere (also known as Tof, Korom Boye, Akandi, Akande, Kande) is an Afro-Asiatic language spoken in Plateau State, Nigeria. Dialects are Tof, Richa, Kamwai-Marhai."@en ;
    skos:inScheme lexvo: ;
    skos:notation "kul"^^xsd:string ;
    skos:prefLabel "Kulere"@en .

<http://lexvo.org/id/iso639-3/kup> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kup"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/kuni1267> ;
    skos:inScheme lexvo: ;
    skos:notation "kup"^^xsd:string ;
    skos:prefLabel "Kunimaipa"@en .

<http://lexvo.org/id/iso639-3/kuq> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kuq"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Karipun%C3%A1_language>,
        <http://www.mpii.de/yago/resource/Karipun%C3%A1_language> ;
    skos:altLabel "Karipuná language"@en ;
    skos:definition "Karipuná is a Tupi language spoken by 12-15 individuals in Rondônia, Brazil, though it is unknown how many speakers live in the forest. It is near extinction. It is very similar to neighboring languages, and might be considered a dialect of Kagwahiva."@en ;
    skos:inScheme lexvo: ;
    skos:notation "kuq"^^xsd:string ;
    skos:prefLabel "Karipuna"@en .

<http://lexvo.org/id/iso639-3/kus> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kus"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Kusaal_language>,
        <http://www.mpii.de/yago/resource/Kusaal_language> ;
    skos:altLabel "Kusaal language"@en ;
    skos:definition "Kusaal is a Gur language spoken primarily in northern Ghana. It is spoken by roughly 400,000 people and takes its name from the Kusasi people, who form the majority of the population of the area in the far northeast of Ghana, between the Gambaga escarpment, the Red Volta, and the national borders with Togo and Burkina Faso. There are some villages of Kusaasi in Burkina and also a few speakers in Togo. Kusaal is closely related to Mampruli, the language of the Mamprussi, who live to the south, and to Dagbani. There is a major dialect division between Agole, to the east of the White Volta river, and Toende, to the West. Agole has more speakers, and the only large town of the district, Bawku, is in Agole. The New Testament translation is in the Agole dialect."@en ;
    skos:inScheme lexvo: ;
    skos:notation "kus"^^xsd:string ;
    skos:prefLabel "Kousaleg"@br,
        "Kusaal"@de,
        "Kusaal"@en,
        "Lenga Kusaal"@pms,
        "Кусаал"@ru .

<http://lexvo.org/id/iso639-3/kuy> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kuy"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/kuuk1238> ;
    skos:inScheme lexvo: ;
    skos:notation "kuy"^^xsd:string ;
    skos:prefLabel "Kuuku-Ya'u"@en .

<http://lexvo.org/id/iso639-3/kvc> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kvc"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Kove_language>,
        <http://www.mpii.de/yago/resource/Kove_language> ;
    skos:altLabel "Kove language"@en ;
    skos:definition "Kove is an Austronesian languages of New Britain."@en ;
    skos:inScheme lexvo: ;
    skos:notation "kvc"^^xsd:string ;
    skos:prefLabel "Kove"@en,
        "Kove"@fr .

<http://lexvo.org/id/iso639-3/kvf> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kvf"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Kabalai_language>,
        <http://www.mpii.de/yago/resource/Kabalai_language> ;
    skos:altLabel "Kabalai language"@en ;
    skos:definition "The Kabalai language is Afro-Asiatic language spoken in southwest Chad"@en ;
    skos:inScheme lexvo: ;
    skos:notation "kvf"^^xsd:string ;
    skos:prefLabel "Kabalai"@en .

<http://lexvo.org/id/iso639-3/kvg> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kvg"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/kuni1265> ;
    skos:inScheme lexvo: ;
    skos:notation "kvg"^^xsd:string ;
    skos:prefLabel "Kuni-Boazi"@en .

<http://lexvo.org/id/iso639-3/kvi> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kvi"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Kwang_language>,
        <http://www.mpii.de/yago/resource/Kwang_language> ;
    skos:altLabel "Kwang language"@en ;
    skos:definition "Kwang is an East Chadic language of Chad."@en ;
    skos:inScheme lexvo: ;
    skos:notation "kvi"^^xsd:string ;
    skos:prefLabel "Kwang"@en .

<http://lexvo.org/id/iso639-3/kvj> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kvj"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Psikye_language>,
        <http://www.mpii.de/yago/resource/Psikye_language> ;
    skos:altLabel "Psikye language"@en ;
    skos:definition "Psikye is an Afro-Asiatic language spoken in northern Cameroon and eastern Nigeria. Dialects include Psikye and Zlenge."@en ;
    skos:inScheme lexvo: ;
    skos:notation "kvj"^^xsd:string ;
    skos:prefLabel "Psikyeg"@br,
        "Psikye"@en,
        "Psikye jezik"@hr,
        "Kipsikye"@sw .

<http://lexvo.org/id/iso639-3/kvl> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kvl"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Kayaw_language>,
        <http://www.mpii.de/yago/resource/Kayaw_language> ;
    skos:altLabel "Kayaw language"@en ;
    skos:definition "Brek, also known as Brek Karen, Bwe, and Kayaw, is a Karen language of Burma."@en ;
    skos:inScheme lexvo: ;
    skos:notation "kvl"^^xsd:string ;
    skos:prefLabel "Kayaw"@en .

<http://lexvo.org/id/iso639-3/kvn> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kvn"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/bord1248> ;
    skos:altLabel "Kuna, Border"@en ;
    skos:inScheme lexvo: ;
    skos:notation "kvn"^^xsd:string ;
    skos:prefLabel "Border Kuna"@en .

<http://lexvo.org/id/iso639-3/kvo> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kvo"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/dobe1238> ;
    skos:inScheme lexvo: ;
    skos:notation "kvo"^^xsd:string ;
    skos:prefLabel "Dobel"@en .

<http://lexvo.org/id/iso639-3/kvv> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kvv"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/kola1285> ;
    skos:inScheme lexvo: ;
    skos:notation "kvv"^^xsd:string ;
    skos:prefLabel "Kola"@en .

<http://lexvo.org/id/iso639-3/kvx> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kvx"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Parkari_Koli_language>,
        <http://www.mpii.de/yago/resource/Parkari_Koli_language> ;
    skos:altLabel "Koli, Parkari"@en,
        "Parkari Koli language"@en ;
    skos:definition "The Parkari Koli language (sometimes called just Parkari) is a language mainly spoken in the province of Sindh, Pakistan. It is spoken in the southeast tip bordering India, Tharparkar District, Nagar Parkar. Most of the lower Thar Desert, west as far as Indus River, bordered north and west by Hyderabad, to south and west of Badin."@en ;
    skos:inScheme lexvo: ;
    skos:notation "kvx"^^xsd:string ;
    skos:prefLabel "باركري كولي"@ar,
        "Parkari Koli"@en,
        "Lenga koli parkari"@pms .

<http://lexvo.org/id/iso639-3/kwb> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kwb"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Baa_language>,
        <http://www.mpii.de/yago/resource/Baa_language> ;
    skos:altLabel "Baa language"@en ;
    skos:definition "Baa, also known as Kwa, Kwah, is a Niger–Congo language of uncertain affiliation; the more it has been studied, the more divergent it appears. Joseph Greenberg counted it as one of the Waja–Jen languages of the Adamawa family. Boyd (1989) assigned it its own branch within Waja–Jen. Kleinewillinghöfer (1996) removed it from Waja–Jen as an independent branch of Adamawa. When Blench (2008) broke up Adamawa, Baa became a provisional independent branch of his larger Savannas family."@en ;
    skos:inScheme lexvo: ;
    skos:notation "kwb"^^xsd:string ;
    skos:prefLabel "Baeg"@br,
        "Baa"@de,
        "Kwa"@en,
        "Kwa"@hr,
        "Lenga Kwa"@pms .

<http://lexvo.org/id/iso639-3/kwc> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kwc"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Kwala_language>,
        <http://www.mpii.de/yago/resource/Kwala_language> ;
    skos:altLabel "Kwala language"@en ;
    skos:definition "Kwala (Likwala) is a Bantu language of the Republic of Congo."@en ;
    skos:inScheme lexvo: ;
    skos:notation "kwc"^^xsd:string ;
    skos:prefLabel "Likwala"@de,
        "Likwala"@en,
        "Likvala"@eo,
        "Lenga Likwala"@pms .

<http://lexvo.org/id/iso639-3/kwf> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kwf"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Kwara'ae_language>,
        <http://www.mpii.de/yago/resource/Kwara'ae_language> ;
    skos:altLabel "Kwara'ae language"@en ;
    skos:definition "The Kwara'ae language (previously called Fiu after the location of many of its speakers) is spoken in the north of Malaita Island in the Solomon Islands. In 1999 there were 32,400 people known to speak the language. It is the largest indigenous vernacular of the Solomon Islands."@en ;
    skos:inScheme lexvo: ;
    skos:notation "kwf"^^xsd:string ;
    skos:prefLabel "Kwara'ae"@en .

<http://lexvo.org/id/iso639-3/kwg> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kwg"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Kaba_Deme_language>,
        <http://www.mpii.de/yago/resource/Kaba_Deme_language> ;
    skos:altLabel "Kaba Deme language"@en ;
    skos:definition "Kaba Démé (Kaba ’Dem, Ta Sara) is a Bongo–Bagirmi language of Chad and the Central African Republic. It is one of several local languages that go by the names Kaba and Sara."@en ;
    skos:inScheme lexvo: ;
    skos:notation "kwg"^^xsd:string ;
    skos:prefLabel "Sara Kaba Deme"@en .

<http://lexvo.org/id/iso639-3/kwh> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kwh"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Kowiai_language>,
        <http://www.mpii.de/yago/resource/Kowiai_language> ;
    skos:altLabel "Kowiai language"@en ;
    skos:definition "Kowiai is an Austronesian language of the Bomberai Peninsula in New Guinea."@en ;
    skos:inScheme lexvo: ;
    skos:notation "kwh"^^xsd:string ;
    skos:prefLabel "Kowiai"@en .

<http://lexvo.org/id/iso639-3/kwj> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kwj"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Kwanga_language>,
        <http://www.mpii.de/yago/resource/Kwanga_language> ;
    skos:altLabel "Kwanga language"@en ;
    skos:definition "Kwanga (Gawanga) is a Sepik language spoken in Papua New Guinea."@en ;
    skos:inScheme lexvo: ;
    skos:notation "kwj"^^xsd:string ;
    skos:prefLabel "Kwanga"@en,
        "Apos"@hr,
        "Język kwanga"@pl,
        "Lenga Kwanga"@pms .

<http://lexvo.org/id/iso639-3/kwl> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kwl"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Kofyar_language>,
        <http://www.mpii.de/yago/resource/Kofyar_language> ;
    skos:altLabel "Kofyar language"@en ;
    skos:definition "Kofyar is an Afro-Asiatic language spoken in Plateau State, Nigeria. Dialects are Bwol, Dimmuk, Gworam, Jipal, Kofyar, Kwagallak, and Mirriam."@en ;
    skos:inScheme lexvo: ;
    skos:notation "kwl"^^xsd:string ;
    skos:prefLabel "Kofyar"@en .

<http://lexvo.org/id/iso639-3/kwm> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kwm"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Kwambi_dialect>,
        <http://www.mpii.de/yago/resource/Kwambi_dialect> ;
    skos:altLabel "Kwambi dialect"@en ;
    skos:definition "Kwambi or Otshikwambi is a dialect of the Ovambo language spoken by the Kwambi tribe in Northern Namibia. Unlike Ndonga and Kwanyama it does not have a standardized written form in schools but is used and written in the Roman Catholic Church in Namibia."@en ;
    skos:inScheme lexvo: ;
    skos:notation "kwm"^^xsd:string ;
    skos:prefLabel "Kwambi"@en,
        "Kwambi"@nl .

<http://lexvo.org/id/iso639-3/kwo> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kwo"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Kwomtari_language>,
        <http://www.mpii.de/yago/resource/Kwomtari_language> ;
    skos:altLabel "Kwomtari language"@en ;
    skos:definition "Kwomtari is the eponymous language of the Kwomtari family of Papua New Guinea. It is spoken in six villages in Amanab District, Sandaun Province."@en ;
    skos:inScheme lexvo: ;
    skos:notation "kwo"^^xsd:string ;
    skos:prefLabel "Kwomtari"@en .

<http://lexvo.org/id/iso639-3/kwp> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kwp"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Kwadia_language>,
        <http://www.mpii.de/yago/resource/Kwadia_language> ;
    skos:altLabel "Kwadia language"@en ;
    skos:definition "Kwadia (Kodia) is a minor Kru language of Ivory Coast."@en ;
    skos:inScheme lexvo: ;
    skos:notation "kwp"^^xsd:string ;
    skos:prefLabel "Kodia"@en .

<http://lexvo.org/id/iso639-3/kws> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kws"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Kwese_language>,
        <http://www.mpii.de/yago/resource/Kwese_language> ;
    skos:altLabel "Kwese language"@en ;
    skos:definition "Kwese is a Bantu language of the Democratic Republic of Congo."@en ;
    skos:inScheme lexvo: ;
    skos:notation "kws"^^xsd:string ;
    skos:prefLabel "Kwese"@en .

<http://lexvo.org/id/iso639-3/kwt> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kwt"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Kwesten_language>,
        <http://www.mpii.de/yago/resource/Kwesten_language> ;
    skos:altLabel "Kwesten language"@en ;
    skos:definition "Kwesten is a Papuan language of Indonesia."@en ;
    skos:inScheme lexvo: ;
    skos:notation "kwt"^^xsd:string ;
    skos:prefLabel "Kwesten"@en .

<http://lexvo.org/id/iso639-3/kwz> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kwz"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Kwadi_language>,
        <http://www.mpii.de/yago/resource/Kwadi_language> ;
    skos:altLabel "Kwadi language"@en ;
    skos:definition "Kwadi is a \"click language\" of uncertain classification once spoken in the southwest corner of Angola. It is believed to be extinct. There were only fifty Kwadi in the 1950s, of which only 4–5 were competent speakers of the language. Three partial speakers were known in 1965, but in 1981 no speakers could be found."@en ;
    skos:inScheme lexvo: ;
    skos:notation "kwz"^^xsd:string ;
    skos:prefLabel "Kwadi"@ast,
        "Kwadi"@en,
        "Kwadi"@fr,
        "Kwadi jezik"@hr,
        "Kwadi"@pt,
        "Квади"@ru,
        "Kwadi dili"@tr .

<http://lexvo.org/id/iso639-3/kxb> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kxb"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Krobu_language>,
        <http://www.mpii.de/yago/resource/Krobu_language> ;
    skos:altLabel "Krobu language"@en ;
    skos:definition "Krobu (Krobou) is a Tano language (Kwa, Niger–Congo) of Ivory Coast."@en ;
    skos:inScheme lexvo: ;
    skos:notation "kxb"^^xsd:string ;
    skos:prefLabel "Krobu"@de,
        "Krobu"@en,
        "Krobu jezik"@hr,
        "Lenga Krobu"@pms .

<http://lexvo.org/id/iso639-3/kxc> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kxc"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Konso_language>,
        <http://www.mpii.de/yago/resource/Konso_language> ;
    skos:altLabel "Khonso"@en,
        "Konso language"@en ;
    skos:definition "The Konso language (also Af Kareti, Afa Karatti, Conso, Gato, Karate, Kareti, Komso) is an East Cushitic language spoken in southwest Ethiopia. Native speakers of Konso number about 200,000 (SIL 2005). Konso is closely related to Dirasha (also known as Gidole), and serves as a \"trade language\"—or lingua franca—beyond the area of the Konso people."@en ;
    skos:inScheme lexvo: ;
    skos:notation "kxc"^^xsd:string ;
    skos:prefLabel "Komsoeg"@br,
        "Konso"@en,
        "Konso hizkuntza"@eu,
        "Lenga Komso"@pms .

<http://lexvo.org/id/iso639-3/kxd> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kxd"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Melayu_Brunei>,
        <http://www.mpii.de/yago/resource/Melayu_Brunei> ;
    skos:altLabel "Melayu Brunei"@en ;
    skos:definition "Melayu Brunei (Brunei-Kadaian, Orang Bukit) is the official standardized form of the Malay language used in Brunei. It is also spoken as lingua franca in some parts of East Malaysia such as Federal Territory of Labuan, District of Limbang and Lawas (Sarawak) and District of Sipitang, Beaufort, Kuala Penyu and Papar (Sabah). It is spoken by about 266,000 people. There are calls to expand the use of the language in Brunei. Brunei Malay is quite divergent from standard Malay and the rest of the Malay dialects and is mostly mutually unintelligible. Brunei Malay is the official printed form and is used in all official Brunei government media."@en ;
    skos:inScheme lexvo: ;
    skos:notation "kxd"^^xsd:string ;
    skos:prefLabel "Brunei"@en,
        "Malais de Brunei"@fr,
        "Bahasa Melayu Brunei"@id,
        "Bahasa Melayu Brunei"@ms,
        "ภาษาบรูไน"@th .

<http://lexvo.org/id/iso639-3/kxh> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kxh"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Karo_language>,
        <http://www.mpii.de/yago/resource/Karo_language> ;
    skos:altLabel "Karo (Ethiopia)"@en,
        "Karo language"@en ;
    skos:definition "Karo (also Cherre, Kere, Kerre) is an Omotic language spoken in the Debub (South) Omo Zone of the Southern Nations, Nationalities, and People's Region in Ethiopia. Karo is described as being closely related to its neighbors, Hamer and Banna, with a lexical similarity of 81%."@en ;
    skos:inScheme lexvo: ;
    skos:notation "kxh"^^xsd:string ;
    skos:prefLabel "Karo"@en,
        "Karo"@hr,
        "Lenga Karo"@pms .

<http://lexvo.org/id/iso639-3/kxr> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kxr"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Koro_language_(New_Guinea)>,
        <http://www.mpii.de/yago/resource/Koro_language_(New_Guinea)> ;
    skos:altLabel "Koro (Papua New Guinea)"@en,
        "Koro language"@en ;
    skos:definition "The Koro language is an East Manus language spoken by approximately 400 people on northeastern Manus Island, Manus Province of Papua New Guinea. It has SVO word order."@en ;
    skos:inScheme lexvo: ;
    skos:notation "kxr"^^xsd:string ;
    skos:prefLabel "Koro"@en,
        "Koro"@fr .

<http://lexvo.org/id/iso639-3/kxs> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kxs"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Kangjia_language>,
        <http://www.mpii.de/yago/resource/Kangjia_language> ;
    skos:altLabel "Kangjia language"@en ;
    skos:definition "The Kangjia language (in Chinese, 康家语 Kāngjiā Yǔ) is a recently-discovered Mongolic language spoken by a Muslim population of around 300 people in Jainca (Jianzha) County, Huangnan Tibetan Autonomous Prefecture in Qinghai province of China. As to its taxonomic affiliation, Kangjia seems to be an intermediate between Bonan language and Dongxiang language (Santa)."@en ;
    skos:inScheme lexvo: ;
    skos:notation "kxs"^^xsd:string ;
    skos:prefLabel "Kangjia"@en,
        "Kangjia"@fr,
        "Кангџијаски јазик"@mk,
        "Lenga kangjia"@pms,
        "康家语"@zh .

<http://lexvo.org/id/iso639-3/kxx> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kxx"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Kuba_language>,
        <http://www.mpii.de/yago/resource/Kuba_language> ;
    skos:altLabel "Kuba language"@en ;
    skos:definition "Kuba (Likuba, Kyba) is a Bantu language of Kasai, Democratic Republic of Congo."@en ;
    skos:inScheme lexvo: ;
    skos:notation "kxx"^^xsd:string ;
    skos:prefLabel "Likuba"@de,
        "Likuba"@en,
        "Lenga Likuba"@pms .

<http://lexvo.org/id/iso639-3/kyc> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kyc"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/kyak1244> ;
    skos:inScheme lexvo: ;
    skos:notation "kyc"^^xsd:string ;
    skos:prefLabel "Kyaka"@en .

<http://lexvo.org/id/iso639-3/kye> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kye"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Krache_language>,
        <http://www.mpii.de/yago/resource/Krache_language> ;
    skos:altLabel "Krache language"@en ;
    skos:definition "Krache (Krachi, Krakye) is a Guang language spoken by 58,000 in Ghana."@en ;
    skos:inScheme lexvo: ;
    skos:notation "kye"^^xsd:string ;
    skos:prefLabel "Kratschi"@de,
        "Krache"@en,
        "Lenga Krache"@pms .

<http://lexvo.org/id/iso639-3/kyf> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kyf"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Kuya_language>,
        <http://www.mpii.de/yago/resource/Kuya_language> ;
    skos:altLabel "Kuya language"@en ;
    skos:definition "Kuya (Kouya, Kowya) is a Kru language of Ivory Coast."@en ;
    skos:inScheme lexvo: ;
    skos:notation "kyf"^^xsd:string ;
    skos:prefLabel "Kuya"@de,
        "Kouya"@en,
        "Kouya jezik"@hr,
        "Lenga Kouya"@pms .

<http://lexvo.org/id/iso639-3/kyi> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kyi"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Kiput_language>,
        <http://www.mpii.de/yago/resource/Kiput_language> ;
    skos:altLabel "Kiput language"@en ;
    skos:definition "Kiput is a Malayo-Polynesian language spoken by about 450 people in northern Sarawak, Borneo, Malaysia."@en ;
    skos:inScheme lexvo: ;
    skos:notation "kyi"^^xsd:string ;
    skos:prefLabel "Kiput"@en,
        "Kiput"@fr,
        "Lenga kiput"@pms .

<http://lexvo.org/id/iso639-3/kyj> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kyj"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/kara1487> ;
    skos:inScheme lexvo: ;
    skos:notation "kyj"^^xsd:string ;
    skos:prefLabel "Karao"@en .

<http://lexvo.org/id/iso639-3/kym> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kym"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Kpatili_language>,
        <http://www.mpii.de/yago/resource/Kpatili_language> ;
    skos:altLabel "Kpatili language"@en ;
    skos:definition "Kpatili (Kpatere, Ngindere) is a Ubangian language spoken in the Central African Republic. Half of the Kpatili people are speakers of Gbayi, which is not closely related."@en ;
    skos:inScheme lexvo: ;
    skos:notation "kym"^^xsd:string ;
    skos:prefLabel "Kpatili"@en .

<http://lexvo.org/id/iso639-3/kys> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kys"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/bara1370> ;
    skos:altLabel "Kayan, Baram"@en ;
    skos:inScheme lexvo: ;
    skos:notation "kys"^^xsd:string ;
    skos:prefLabel "Baram Kayan"@en .

<http://lexvo.org/id/iso639-3/kyt> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kyt"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Kayagar_language>,
        <http://www.mpii.de/yago/resource/Kayagar_language> ;
    skos:altLabel "Kayagar language"@en ;
    skos:definition "Kayagar (Kajagar, Kaygi, Kaygir, Wiyagar) is a Papuan language of West Papua."@en ;
    skos:inScheme lexvo: ;
    skos:notation "kyt"^^xsd:string ;
    skos:prefLabel "Kayagar"@en .

<http://lexvo.org/id/iso639-3/kyv> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kyv"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Kayort_language>,
        <http://www.mpii.de/yago/resource/Kayort_language> ;
    skos:altLabel "Kayort language"@en ;
    skos:definition "Kayort is an Indo-Aryan language spoken by about 22,000 people in Dakuwa Danga, Nepal."@en ;
    skos:inScheme lexvo: ;
    skos:notation "kyv"^^xsd:string ;
    skos:prefLabel "Kayort"@en .

<http://lexvo.org/id/iso639-3/kyw> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kyw"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Kurmali>,
        <http://www.mpii.de/yago/resource/Kurmali> ;
    skos:altLabel "Kurmali"@en ;
    skos:definition "Kurmali (Devanagari: कुर्माली or कुरमाली) or Kudmali is one of many languages which is spoken in Jharkhand, India."@en ;
    skos:inScheme lexvo: ;
    skos:notation "kyw"^^xsd:string ;
    skos:prefLabel "Kudmali"@en .

<http://lexvo.org/id/iso639-3/kyz> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kyz"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Kayabi_language>,
        <http://www.mpii.de/yago/resource/Kayabi_language> ;
    skos:altLabel "Kayabi language"@en ;
    skos:definition "Kayabí (Caiabi) is a Tupian language of Matto Grosso, Brazil."@en ;
    skos:inScheme lexvo: ;
    skos:notation "kyz"^^xsd:string ;
    skos:prefLabel "Kayabí"@en .

<http://lexvo.org/id/iso639-3/kzf> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kzf"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/daak1235> ;
    skos:altLabel "Kaili, Da'a"@en ;
    skos:inScheme lexvo: ;
    skos:notation "kzf"^^xsd:string ;
    skos:prefLabel "Da'a Kaili"@en .

<http://lexvo.org/id/iso639-3/kzh> a lvont:Language,
        skos:Concept ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/kenu1236> ;
    skos:inScheme lexvo: .

<http://lexvo.org/id/iso639-3/kzk> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kzk"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Kazukuru_language>,
        <http://www.mpii.de/yago/resource/Kazukuru_language> ;
    skos:altLabel "Kazukuru language"@en ;
    skos:definition "Kazukuru is an extinct language that was once spoken in New Georgia, Solomon Islands. The Dororo and Guliguli languages (also extinct) are supposedly its only known relations. The speakers of Kazukuru gradually merged with the Roviana people from the sixteenth century onward, and adopted Roviana as their language. Kazukuru was last recorded in the early twentieth century when its speakers were in the last stages of language shift. Today Kazukuru is the name of a clan in the Roviana people group."@en ;
    skos:inScheme lexvo: ;
    skos:notation "kzk"^^xsd:string ;
    skos:prefLabel "Kazoukouroueg"@br,
        "Kazukuru"@en,
        "Kazukuru"@it,
        "Język kazukuru"@pl .

<http://lexvo.org/id/iso639-3/kzl> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kzl"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Kayeli_language>,
        <http://www.mpii.de/yago/resource/Kayeli_language> ;
    skos:altLabel "Kayeli language"@en ;
    skos:definition "Kayeli is an Austronesian language which was used by the Kayeli people who lived in Indonesian island Buru . Two dialects were recognized, namely Leliali (Liliali) and Lumaete (Lumaiti, Mumaite, Lumara). Whereas about 800 Kayeli people still live in the southern coast of the Kayeli Bay, in the eastern part of Buru, as of 1995, only 3 elderly people could speak the language and have not used it for three decades; other natives changed to the Ambon dialect of Malay language (Melayu Ambon). The latter is widely used in the Maluku Islands as a second language and is a simplified form of Indonesian language with additions of the local lexicon. The last speaker of the Leliali dialect died in 1989 and no speakers of Lumaete could be located by then. A little more than 400 basic Kayeli words could be assembled, of which 13% were loanwords from Malay, Arabic, Portuguese and Sanskrit. They revealed significant phonetic and lexical difference with the Buru language – the lexical similarity of Leliali dialect with the closest Buru dialect of Masarete was 45%."@en ;
    skos:inScheme lexvo: ;
    skos:notation "kzl"^^xsd:string ;
    skos:prefLabel "Kayeli"@en,
        "Каели"@ru .

<http://lexvo.org/id/iso639-3/kzv> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kzv"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Komyandaret_language>,
        <http://www.mpii.de/yago/resource/Komyandaret_language> ;
    skos:altLabel "Komyandaret language"@en ;
    skos:definition "Komyandaret is a poorly documented Papuan language that has recently been shown to be one of the Ok languages. It is close enough to Tsaukambo that there is some mutual intelligibility."@en ;
    skos:inScheme lexvo: ;
    skos:notation "kzv"^^xsd:string ;
    skos:prefLabel "Komyandaret"@en .

<http://lexvo.org/id/iso639-3/kzz> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kzz"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Kalabra_language>,
        <http://www.mpii.de/yago/resource/Kalabra_language> ;
    skos:altLabel "Kalabra language"@en ;
    skos:definition "Kalabra is a Papuan language of the Birds Head Peninsula of New Guinea. Its closest to Tehit."@en ;
    skos:inScheme lexvo: ;
    skos:notation "kzz"^^xsd:string ;
    skos:prefLabel "Kalabra"@en .

<http://lexvo.org/id/iso639-3/lah> a lvont:Language,
        skos:Concept ;
    lvont:isFocusOf <http://id.loc.gov/vocabulary/iso639-2/lah> ;
    lvont:iso6392BCode "lah"^^xsd:string ;
    lvont:iso6392TCode "lah"^^xsd:string ;
    lvont:iso639P3PCode "lah"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-2/lah> ;
    owl:sameAs <http://psi.oasis-open.org/iso/639/#lah>,
        <http://www.lingvoj.org/lang/lah>,
        <info:lc/vocabulary/languages/lah> ;
    skos:inScheme lexvo: ;
    skos:notation "lah"^^xsd:string ;
    skos:prefLabel "اللاهندا"@ar,
        "laxnda dili"@az,
        "лахнда"@bg,
        "লান্ডা"@bn,
        "lahnda"@br,
        "लाह्डां"@brx,
        "landa"@bs,
        "ланда"@bs-Cyrl,
        "panjabi occidental"@ca,
        "拉亨达文"@cmn,
        "拉亨達文"@cmn-Hant,
        "lahndština"@cs,
        "Lahnda"@cy,
        "lahnda"@da,
        "Lahnda"@de,
        "lahndagbe"@ee,
        "Λάχδα"@el,
        "Lahnda"@en,
        "lahnda"@es,
        "lahnda"@et,
        "لاهندا"@fa,
        "lahnda"@fi,
        "lahnda"@fo,
        "lahnda"@fr,
        "Lahndanisch"@gsw,
        "લાહન્ડા"@gu,
        "לנדה"@he,
        "लाह्न्डा"@hi,
        "lahnda"@hr,
        "lahnda"@hu,
        "Lahnda"@id,
        "landa"@is,
        "lahnda"@it,
        "ラフンダー語"@ja,
        "ಲಹಂಡಾ"@kn,
        "라한다어"@ko,
        "لَہَندا"@ks,
        "de Landa-Schprooche"@ksh,
        "ລານດາ"@lo,
        "landa"@lt,
        "landu"@lv,
        "ланда"@mk,
        "ലഹ്‌ൻഡ"@ml,
        "लाह्न्डा"@mr,
        "Landa"@mt,
        "lahnda"@nb,
        "Lahnda"@nl,
        "lahnda"@nn,
        "ଲାହାଣ୍ଡା"@or,
        "lahnda"@pl,
        "lahnda"@pt,
        "lahnda"@rm,
        "lahnda"@ro,
        "лахнда"@ru,
        "lahandčina"@sk,
        "landa"@sl,
        "Ланда"@sr,
        "Landa"@sr-Latn,
        "lahnda"@sv,
        "லஹன்டா"@ta,
        "లాహండా"@te,
        "ลาฮ์นดา"@th,
        "lea lanita"@to,
        "Lahnda"@tr,
        "ланда"@uk,
        "Tiếng Lahnda"@vi .

<http://lexvo.org/id/iso639-3/lai> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "lai"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Lambya_language>,
        <http://www.mpii.de/yago/resource/Lambya_language> ;
    skos:altLabel "Lambya language"@en ;
    skos:definition "Lambya (Rambia) is a Bantu language of Tanzania and Malawi."@en ;
    skos:inScheme lexvo: ;
    skos:notation "lai"^^xsd:string ;
    skos:prefLabel "Lambya"@en .

<http://lexvo.org/id/iso639-3/lal> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "lal"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Lalia_language>,
        <http://www.mpii.de/yago/resource/Lalia_language> ;
    skos:altLabel "Lalia language"@en ;
    skos:definition "Lalia is a Bantu language of the Democratic Republic of Congo."@en ;
    skos:inScheme lexvo: ;
    skos:notation "lal"^^xsd:string ;
    skos:prefLabel "Lalia"@en .

<http://lexvo.org/id/iso639-3/lan> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "lan"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Laru_language>,
        <http://www.mpii.de/yago/resource/Laru_language> ;
    skos:altLabel "Laru language"@en ;
    skos:definition "Laru (Laro) is a minor Kainji language of Nigeria. Speakers are shifting to Busa."@en ;
    skos:inScheme lexvo: ;
    skos:notation "lan"^^xsd:string ;
    skos:prefLabel "Laru"@en .

<http://lexvo.org/id/iso639-3/laq> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "laq"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Qabiao_language>,
        <http://www.mpii.de/yago/resource/Qabiao_language> ;
    skos:altLabel "Qabiao language"@en ;
    skos:definition "Qabiao (autonym: qa0 biau33; Chinese: Pubiao 普标, Vietnamese: Pu Péo) is a Tai–Kadai language spoken by the Qabiao people in northern Vietnam and Yunnan, China. Alternative names for Qabiao include Kabeo, Ka Beo, Ka Bao, Ka Biao, Laqua, Pubiao (Pupeo or Pu Péo) and Pen Ti Lolo (Bendi Lolo). The meaning of the name \"Qabiao\" is unknown."@en ;
    skos:inScheme lexvo: ;
    skos:notation "laq"^^xsd:string ;
    skos:prefLabel "Qabiao"@en,
        "ภาษากวาเบียว"@th,
        "普标语"@zh .

<http://lexvo.org/id/iso639-3/lar> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "lar"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Larteh_language>,
        <http://www.mpii.de/yago/resource/Larteh_language> ;
    skos:altLabel "Larteh language"@en ;
    skos:definition "Larteh is spoken 74,000 speakers in Ghana. The Lartehs, Kyiripons, are the main inhabitants of the mountanious parts of the Eastern region of Ghana. Of the Guans the ethnic group which the Lartehs or the Kyiripons belong} they are the largest tribe and have the most successful language to capture the minds of Ghanians. Due to the language's ability to adopt the accent of speaking, especially the Akuapem Twi, it is also known as Akuapem. The language is also related to Efutu, Buem, Nkonya, Sene, Belefo, etc. The Larteh towns extend from Larteh, Akropong, Abiriw, Adukrom, Awukugua, Aperede, Aseseeseo, Dawu, Boso, and Anum."@en ;
    skos:inScheme lexvo: ;
    skos:notation "lar"^^xsd:string ;
    skos:prefLabel "Larteh"@de,
        "Larteh"@en,
        "Lenga Larteh"@pms .

<http://lexvo.org/id/iso639-3/las> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "las"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Lama_language>,
        <http://www.mpii.de/yago/resource/Lama_language> ;
    skos:altLabel "Lama (Togo)"@en,
        "Lama language"@en ;
    skos:definition "Lama is a Gur language spoken in Togo, Benin, and by a few in Ghana."@en ;
    skos:inScheme lexvo: ;
    skos:notation "las"^^xsd:string ;
    skos:prefLabel "Lama"@de,
        "Lama"@en,
        "Lenga Lama"@pms,
        "Kilama"@sw .

<http://lexvo.org/id/iso639-3/law> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "law"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/lauj1238> ;
    skos:inScheme lexvo: ;
    skos:notation "law"^^xsd:string ;
    skos:prefLabel "Lauje"@en .

<http://lexvo.org/id/iso639-3/lbf> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "lbf"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/tina1246> ;
    skos:inScheme lexvo: ;
    skos:notation "lbf"^^xsd:string ;
    skos:prefLabel "Tinani"@en .

<http://lexvo.org/id/iso639-3/lbm> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "lbm"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Lodhi_language>,
        <http://www.mpii.de/yago/resource/Lodhi_language> ;
    skos:altLabel "Lodhi language"@en ;
    skos:definition "Lodhi (Lodi, Lohi, Lozi) is a Munda language, or perhaps dialect cluster, of India that has been strongly influenced by neighboring Eastern Indic languages."@en ;
    skos:inScheme lexvo: ;
    skos:notation "lbm"^^xsd:string ;
    skos:prefLabel "Lodhi"@en .

<http://lexvo.org/id/iso639-3/lbt> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "lbt"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/lach1248> ;
    skos:inScheme lexvo: ;
    skos:notation "lbt"^^xsd:string ;
    skos:prefLabel "Lachi"@en .

<http://lexvo.org/id/iso639-3/lbu> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "lbu"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Labu_language>,
        <http://www.mpii.de/yago/resource/Labu_language> ;
    skos:altLabel "Labu language"@en ;
    skos:definition "Labu (called Hapa by its speakers) is an Austronesian language spoken by about 1,600 people (1989) in three older villages and one new one across the Markham River from Lae in Morobe Province, Papua New Guinea."@en ;
    skos:inScheme lexvo: ;
    skos:notation "lbu"^^xsd:string ;
    skos:prefLabel "Labu"@en .

<http://lexvo.org/id/iso639-3/lbx> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "lbx"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Lawangan_language>,
        <http://www.mpii.de/yago/resource/Lawangan_language> ;
    skos:altLabel "Lawangan language"@en ;
    skos:definition "Lawangan is an Austronesian language bellonging to East Barito languages. It is spoken by about 100 000 Lawangan people (subgroup of Dayak people) living in the central Kalimantan, Indonesia."@en ;
    skos:inScheme lexvo: ;
    skos:notation "lbx"^^xsd:string ;
    skos:prefLabel "Lawangan"@en,
        "Lawangan"@fr,
        "Bahasa Lawangan"@id,
        "Bahasa Lawangan"@ms,
        "Lawangan"@sk .

<http://lexvo.org/id/iso639-3/lby> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "lby"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/lamu1254> ;
    skos:inScheme lexvo: ;
    skos:notation "lby"^^xsd:string ;
    skos:prefLabel "Lamu-Lamu"@en .

<http://lexvo.org/id/iso639-3/lcd> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "lcd"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Lola_language>,
        <http://www.mpii.de/yago/resource/Lola_language> ;
    skos:altLabel "Lola language"@en ;
    skos:definition "Lola is one of the Aru languages, spoken by inhabitants of the Aru Islands."@en ;
    skos:inScheme lexvo: ;
    skos:notation "lcd"^^xsd:string ;
    skos:prefLabel "Lola"@en .

<http://lexvo.org/id/iso639-3/lcl> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "lcl"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Lisela_language>,
        <http://www.mpii.de/yago/resource/Lisela_language> ;
    skos:altLabel "Lisela language"@en ;
    skos:definition "Lisela , also called Li Enyorot, is an Austronesian language; as of 1989, it was spoken by about 11,900 Lisela people mostly living in the northern part of Indonesian island Buru . It is also preserved among the small Lisela community on the Ambon Island. Thus many sources regard Lisela as a dialect, though the most diverging, of Buru. Lisela had also borrowed much from the Sula language, as a result of the interaction between the Lisela and Sula people living together as the northern Buru coast.<ref name=b1/> The language has no writing system. The most detailed study of Lisela language was conducted in the 1980s by Charles E. Grimes and Barbara Dix Grimes – Australian missionaries and ethnographers, active members of SIL International (they should not be confused with Joseph E. Grimes and Barbara F. Grimes, Charles' parents, also known Australian ethnographers)."@en ;
    skos:inScheme lexvo: ;
    skos:notation "lcl"^^xsd:string ;
    skos:prefLabel "Lisela"@en,
        "Лисела"@ru .

<http://lexvo.org/id/iso639-3/lcm> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "lcm"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/tung1290> ;
    skos:inScheme lexvo: ;
    skos:notation "lcm"^^xsd:string ;
    skos:prefLabel "Tungag"@en .

<http://lexvo.org/id/iso639-3/ldb> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ldb"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Idun_language>,
        <http://www.mpii.de/yago/resource/Idun_language> ;
    skos:altLabel "Idun language"@en ;
    skos:definition "Idun (Adong, Lungu, Ungu) is a poorly attested Plateau language of Nigeria. Its classification is uncertain, but may be closest to Ashe."@en ;
    skos:inScheme lexvo: ;
    skos:notation "ldb"^^xsd:string ;
    skos:prefLabel "Dũya"@en .

<http://lexvo.org/id/iso639-3/ldj> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ldj"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Lemoro_language>,
        <http://www.mpii.de/yago/resource/Lemoro_language> ;
    skos:altLabel "Lemoro language"@en ;
    skos:definition "Lemoro is a Kainji language of Nigeria."@en ;
    skos:inScheme lexvo: ;
    skos:notation "ldj"^^xsd:string ;
    skos:prefLabel "Lemoro"@en .

<http://lexvo.org/id/iso639-3/ldk> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ldk"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Leelau_language>,
        <http://www.mpii.de/yago/resource/Leelau_language> ;
    skos:altLabel "Leelau language"@en ;
    skos:definition "Leelau, one of the languages of the Bikwin people, is an Adamawa language of Nigeria."@en ;
    skos:inScheme lexvo: ;
    skos:notation "ldk"^^xsd:string ;
    skos:prefLabel "Leelau"@en .

<http://lexvo.org/id/iso639-3/ldl> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ldl"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Kaan_language>,
        <http://www.mpii.de/yago/resource/Kaan_language> ;
    skos:altLabel "Kaan language"@en ;
    skos:definition "Kaan, Libo, is an Adamawa language of Nigeria."@en ;
    skos:inScheme lexvo: ;
    skos:notation "ldl"^^xsd:string ;
    skos:prefLabel "Kaan"@en .

<http://lexvo.org/id/iso639-3/ldm> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ldm"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Landoma_language>,
        <http://www.mpii.de/yago/resource/Landoma_language> ;
    skos:altLabel "Landoma language"@en ;
    skos:definition "Landoma (Landouman, Landuma), or Cocoli, is a language of western Guinea. It is the most populous of the Baga languages, in the Mel branch of the Niger–Congo language family. It is related to Temne of Sierra Leone."@en ;
    skos:inScheme lexvo: ;
    skos:notation "ldm"^^xsd:string ;
    skos:prefLabel "Landomeg"@br,
        "Landoma"@de,
        "Landoma"@en,
        "Landoma jezik"@hr,
        "Lenga Landoma"@pms,
        "Ландума"@ru .

<http://lexvo.org/id/iso639-3/ldn> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ldn"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/L%C3%A1adan>,
        <http://www.mpii.de/yago/resource/L%C3%A1adan> ;
    skos:definition "Láadan is a constructed language created by Suzette Haden Elgin in 1982 to test the Sapir–Whorf Hypothesis, specifically to determine if development of a language aimed at expressing the views of women would shape a culture; a subsidiary hypothesis was that Western natural languages may be better suited for expressing the views of men than women. The language was included in her science fiction Native Tongue series. Láadan contains a number of words that are used to make unambiguous statements that include how one feels about what one is saying. According to Elgin, this is designed to counter male-centered language's limitations on women, who are forced to respond \"I know I said that, but I meant this\"."@en ;
    skos:inScheme lexvo: ;
    skos:notation "ldn"^^xsd:string ;
    skos:prefLabel "Láadan"@en,
        "Laadano"@eo,
        "Láadan"@es,
        "Láadan"@fr,
        "Láadan"@it,
        "ラーダン"@ja,
        "라아단"@ko,
        "Láadan"@nl,
        "Láadan"@pl,
        "拉丹語"@zh .

<http://lexvo.org/id/iso639-3/ldo> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ldo"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Loo_language>,
        <http://www.mpii.de/yago/resource/Loo_language> ;
    skos:altLabel "Loo language"@en ;
    skos:definition "Loo, or Shụŋọ, is an Adamawa language of Nigeria."@en ;
    skos:inScheme lexvo: ;
    skos:notation "ldo"^^xsd:string ;
    skos:prefLabel "Loo"@en .

<http://lexvo.org/id/iso639-3/ldp> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ldp"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Tso_language>,
        <http://www.mpii.de/yago/resource/Tso_language> ;
    skos:altLabel "Tso language"@en ;
    skos:definition "Tso (Tsóbó, Lotsu, Cibbo) is one of the Savanna languages of eastern Nigeria."@en ;
    skos:inScheme lexvo: ;
    skos:notation "ldp"^^xsd:string ;
    skos:prefLabel "Tso"@en .

<http://lexvo.org/id/iso639-3/ldq> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ldq"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Lufu_language>,
        <http://www.mpii.de/yago/resource/Lufu_language> ;
    skos:altLabel "Lufu language"@en ;
    skos:definition "The Lufu language of Nigeria is a language still spoken mostly by older adults among the Lufu people of the Takum Local Government Authority, Taraba State; its speakers have mostly shifted to Jukun. It is reported to have been close to Bete and Bibi. According to the Vienna , it and Bete probably belong together in the Southern Jukunoid branch of Niger–Congo; Ethnologue notes this but leaves it unclassified."@en ;
    skos:inScheme lexvo: ;
    skos:notation "ldq"^^xsd:string ;
    skos:prefLabel "Lufueg"@br,
        "Lufu"@de,
        "Lufu"@en,
        "Lenga lufu"@pms .

<http://lexvo.org/id/iso639-3/leb> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "leb"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Lala-Bisa_language>,
        <http://www.mpii.de/yago/resource/Lala-Bisa_language> ;
    skos:altLabel "Lala-Bisa language"@en ;
    skos:definition "Lala-Bisa is a Bantu language of Zambia that is closely related to Bemba."@en ;
    skos:inScheme lexvo: ;
    skos:notation "leb"^^xsd:string ;
    skos:prefLabel "Lala-Bisa"@en .

<http://lexvo.org/id/iso639-3/lec> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "lec"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Leco_language>,
        <http://www.mpii.de/yago/resource/Leco_language> ;
    skos:altLabel "Leco language"@en ;
    skos:definition "Leco is a language isolate that, though long reported to be extinct, is spoken by 20–40 individuals in areas east of Lake Titicaca, Bolivia. The Leco ethnic population is about 80."@en ;
    skos:inScheme lexvo: ;
    skos:notation "lec"^^xsd:string ;
    skos:prefLabel "Leco"@en,
        "Idioma leco"@es,
        "Leko"@fr,
        "Leco"@hr,
        "Lenga leco"@pms,
        "Леко"@ru .

<http://lexvo.org/id/iso639-3/lej> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "lej"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Lengola_language>,
        <http://www.mpii.de/yago/resource/Lengola_language> ;
    skos:altLabel "Lengola language"@en ;
    skos:definition "Lengola (Lengora) is a Bantu language of the Democratic Republic of the Congo. It is not close to other Bantu languages. It may be closest to some of the D.30 languages in a group called \"Lebonya\"."@en ;
    skos:inScheme lexvo: ;
    skos:notation "lej"^^xsd:string ;
    skos:prefLabel "Lengola"@en .

<http://lexvo.org/id/iso639-3/lel> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "lel"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Lele_language_(Bantu)>,
        <http://www.mpii.de/yago/resource/Lele_language_(Bantu)> ;
    skos:altLabel "Lele (Democratic Republic of Congo)"@en,
        "Lele language"@en ;
    skos:definition "Lele (also spelled Bashilele, Usilele) is a language spoken mainly in the west edge of the Kasai-Occidental Province, in Ilebo and Tshikapa territories; the extreme east of the Bandundu Province, in Idiofa and Gungu territories of the Democratic Republic of the Congo."@en ;
    skos:inScheme lexvo: ;
    skos:notation "lel"^^xsd:string ;
    skos:prefLabel "Leleg"@br,
        "Lele"@en,
        "Język lele"@pl .

<http://lexvo.org/id/iso639-3/len> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "len"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Lenca_language>,
        <http://www.mpii.de/yago/resource/Lenca_language> ;
    skos:altLabel "Lenca language"@en ;
    skos:definition "The Lenca language is one of the indigenous Mesoamerican languages. At the time of the Spanish conquest of Central America in the early 16th century, it was spoken by the Lenca people in a region that incorporates northwestern and southwestern Honduras, and neighboring eastern El Salvador, east of the Lempa river. Today is still spoken mostly by Lenca Indigenous People in the mountains of the central state of Yoro, and Francisco Morazan (particularly in the Montana de la Flor region). While the Lenca people continue to live in the same region today, Lyle Campbell reported in the 1970s that he found only 1 speaker of the language in Chilanga, El Salvador, and none in Honduras; the language though reportedly extinct, is used by the Lenca People of central Honduras, who due to persecution by the Honduran army in the 1980s and 1990s, who violently repressed them due to their fighting for a more equitable distribution of land and a fair agrarian reform, chose not to speak it for a long time to avoid being easily identified by their persecutors. Campbell concluded however, that Salvadoran Lenca was a distinct dialect from Honduran Lenca."@en ;
    skos:inScheme lexvo: ;
    skos:notation "len"^^xsd:string ;
    skos:prefLabel "Lenkaeg"@br,
        "Lenka"@cs,
        "Lenca"@en,
        "Lenguas lencas"@es,
        "Lenkera"@eu,
        "Langues lencas"@fr,
        "Lencaspråk"@no,
        "Língua lenca"@pt,
        "Ленканские языки"@ru .

<http://lexvo.org/id/iso639-3/leq> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "leq"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Lembena_language>,
        <http://www.mpii.de/yago/resource/Lembena_language> ;
    skos:altLabel "Lembena language"@en ;
    skos:definition "Lembena, also known as Lembena Pii, Nanimba Pii, Uyalipa Pii, or Wapi Pii, is an Engan language spoken in Papua New Guinea. There are 1,760 speakers of the languages, of which 750 are monolingual."@en ;
    skos:inScheme lexvo: ;
    skos:notation "leq"^^xsd:string ;
    skos:prefLabel "Lembena"@en,
        "Naimanya Pii"@tpi .

<http://lexvo.org/id/iso639-3/lev> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "lev"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Western_Pantar_language>,
        <http://www.mpii.de/yago/resource/Western_Pantar_language> ;
    skos:altLabel "Western Pantar language"@en ;
    skos:definition "Western Pantar (also known as Lamma) is a Papuan language spoken in the western part of Pantar island in the Alor archipelago of Indonesia. Western Pantar is spoken widely in the region by about 10,000 speakers."@en ;
    skos:inScheme lexvo: ;
    skos:notation "lev"^^xsd:string ;
    skos:prefLabel "Lamma"@en,
        "ภาษาปันตาร์ตะวันตก"@th .

<http://lexvo.org/id/iso639-3/lex> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "lex"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/luan1263> ;
    skos:inScheme lexvo: ;
    skos:notation "lex"^^xsd:string ;
    skos:prefLabel "Luang"@en .

<http://lexvo.org/id/iso639-3/lfa> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "lfa"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Fa%E2%80%99_language>,
        <http://www.mpii.de/yago/resource/Fa%E2%80%99_language> ;
    skos:altLabel "Fa’ language"@en ;
    skos:definition "The Fa’ language, Lefa’ (also Fak or Lefa), is one of the Bantu languages of Cameroon."@en ;
    skos:inScheme lexvo: ;
    skos:notation "lfa"^^xsd:string ;
    skos:prefLabel "Lefa"@de,
        "Lefa"@en,
        "Lenga Lefa"@pms .

<http://lexvo.org/id/iso639-3/lfn> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "lfn"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Lingua_Franca_Nova>,
        <http://www.mpii.de/yago/resource/Lingua_Franca_Nova> ;
    skos:definition "Lingua Franca Nova (abbreviated LFN) is an auxiliary constructed language created by Dr. C. George Boeree of Shippensburg University, Pennsylvania. Its vocabulary is based on the Romance languages French, Italian, Portuguese, Spanish, and Catalan. The grammar is highly reduced and similar to the Romance creoles. The language has phonemic spelling, using 22 letters of either the Latin or Cyrillic scripts."@en ;
    skos:inScheme lexvo: ;
    skos:notation "lfn"^^xsd:string ;
    skos:prefLabel "Lingua Franca Nova"@af,
        "لينجو فرنسا نوفا"@ar,
        "Lingua Franca Nova"@ast,
        "Lingua Franca Nova"@ay,
        "Lingua Franca Nova"@bm,
        "Lingua franca nova"@br,
        "Lingua Franca Nova"@ca,
        "Lingua Franca Nova"@cs,
        "Lingua Franca Nova"@cy,
        "Lingua Franca Nova"@da,
        "Lingua Franca Nova"@de,
        "Lingua Franca Nova"@dsb,
        "Lingua Franca Nova"@en,
        "Nova Lingvafrankao"@eo,
        "Lingua Franca Nova"@es,
        "Lingua franca nova"@fi,
        "Lingua franca nova"@fr,
        "Lingua Franca Nova"@ga,
        "Lingua Franca Nova"@gd,
        "Lingua Franca Nova"@gl,
        "Lingua Franca Nova"@hsb,
        "Lingua Franca Nova"@ia,
        "Bahasa Lingua Franca Nova"@id,
        "Lingua Franca Nova"@ie,
        "Lingua Franca Nova"@io,
        "Lingua Franca Nova"@is,
        "Lingua Franca Nova"@it,
        "リングア・フランカ・ノバ"@ja,
        "링구아프랑카노바"@ko,
        "Lingua Franca Nova"@la,
        "Lingua Franca Nova"@lb,
        "Lingua Franca Nova"@li,
        "Lingua Franca Nova"@mwl,
        "Lingua Franca Nova"@nl,
        "Lingua Franca Nova"@no,
        "Lingua Franca Nova"@nov,
        "Lingua Franca Nova"@nso,
        "Lingua Franca Nova"@oc,
        "Lingua Franca Nova"@pap,
        "Lingua Franca Nova"@pl,
        "Lingua Franca Nova"@pms,
        "Lingua Franca Nova"@pt,
        "Lingua franca nova"@ro,
        "Лингва франка нова"@ru,
        "Lingua Franca Nova"@sv,
        "Лінгва франка нова"@uk,
        "Lingua Franca Nova"@vo,
        "新共同语言"@zh .

<http://lexvo.org/id/iso639-3/lga> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "lga"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Lungga_language>,
        <http://www.mpii.de/yago/resource/Lungga_language> ;
    skos:altLabel "Lungga language"@en ;
    skos:definition "Lungga (also spelled Luga, Luqa) is a Malayo-Polynesian language spoken in the Solomon Islands."@en ;
    skos:inScheme lexvo: ;
    skos:notation "lga"^^xsd:string ;
    skos:prefLabel "Lungga"@en .

<http://lexvo.org/id/iso639-3/lgb> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "lgb"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Laghu_language>,
        <http://www.mpii.de/yago/resource/Laghu_language> ;
    skos:altLabel "Laghu language"@en ;
    skos:definition "Laghu (pronounced Lagoo), also known as Hoatana or Katova, is an extinct language of Santa Isabel in the Solomon Islands. Its last speaker died in 1984. People in the villages of Baolo and Samasodu, where it used to be spoken, now speak the neighboring Zabana language, which is more widely spoken and still expanding (Palmer 2009:1-2)."@en ;
    skos:inScheme lexvo: ;
    skos:notation "lgb"^^xsd:string ;
    skos:prefLabel "Laghu"@en,
        "Idioma Laghu"@es,
        "Laghu"@fr .

<http://lexvo.org/id/iso639-3/lgg> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "lgg"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/lugb1240> ;
    skos:inScheme lexvo: ;
    skos:notation "lgg"^^xsd:string ;
    skos:prefLabel "Lugbara"@en .

<http://lexvo.org/id/iso639-3/lgh> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "lgh"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Laghuu_language>,
        <http://www.mpii.de/yago/resource/Laghuu_language> ;
    skos:altLabel "Laghuu language"@en ;
    skos:definition "Laghuu is a Loloish language spoken in northwestern Vietnam in a single village in Lao Cai Province."@en ;
    skos:inScheme lexvo: ;
    skos:notation "lgh"^^xsd:string ;
    skos:prefLabel "Laghuu"@en .

<http://lexvo.org/id/iso639-3/lgl> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "lgl"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Wala_language>,
        <http://www.mpii.de/yago/resource/Wala_language> ;
    skos:altLabel "Wala language"@en ;
    skos:definition "The Wala language is a language of the Solomon Islands. Its alternate name is Langalanga"@en ;
    skos:inScheme lexvo: ;
    skos:notation "lgl"^^xsd:string ;
    skos:prefLabel "Wala"@en,
        "Idioma wala"@es .

<http://lexvo.org/id/iso639-3/lgn> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "lgn"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Opuuo_language>,
        <http://www.mpii.de/yago/resource/Opuuo_language> ;
    skos:altLabel "Opuuo language"@en ;
    skos:definition "The Opuuo language is a Nilo-Saharan language spoken by the Shita of Ethiopia and South Sudan. It is a member of the Koman languages, and has a lexical similarity of 24% with Komo. The language is also called Opo-Shita, Opo, Opuo, Cita, Ciita, Shita, Shiita, Ansita, Kina, and Kwina. \"Langa\" is a derogatory term for its speakers used by the Anuak."@en ;
    skos:inScheme lexvo: ;
    skos:notation "lgn"^^xsd:string ;
    skos:prefLabel "Opuuo"@en,
        "Opo"@fr,
        "Опуо језик"@sr .

<http://lexvo.org/id/iso639-3/lgq> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "lgq"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Logba_language>,
        <http://www.mpii.de/yago/resource/Logba_language> ;
    skos:altLabel "Logba language"@en ;
    skos:definition "Logba is a Kwa language spoken in the south-eastern Ghana by approximately 7 500 people. The Logba people call themselves and their language Ikpana, which means ‘defenders of truth’. Logba is different from Lukpa of Togo and Benin, which is also sometimes referred to as Logba."@en ;
    skos:inScheme lexvo: ;
    skos:notation "lgq"^^xsd:string ;
    skos:prefLabel "Logbaeg"@br,
        "Logba"@de,
        "Logba"@en,
        "Lenga Logba"@pms .

<http://lexvo.org/id/iso639-3/lhm> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "lhm"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/lhom1239> ;
    skos:inScheme lexvo: ;
    skos:notation "lhm"^^xsd:string ;
    skos:prefLabel "Lhomi"@en .

<http://lexvo.org/id/iso639-3/lhp> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "lhp"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Lhokpu_language>,
        <http://www.mpii.de/yago/resource/Lhokpu_language> ;
    skos:altLabel "Lhokpu language"@en ;
    skos:definition "Lhokpu, also Lhobikha or Taba-Damey-Bikha, is one of the autochthonous languages of Bhutan spoken by the Lhop people. It is spoken in southwestern Bhutan along the border of Samtse and Chukha Districts. Van Driem (2003) leaves it unclassified as a separate branch within the Tibeto-Burman language family."@en ;
    skos:inScheme lexvo: ;
    skos:notation "lhp"^^xsd:string ;
    skos:prefLabel "Lokpoueg"@br,
        "Lhokpu"@en,
        "Lenga Lhokpu"@pms .

<http://lexvo.org/id/iso639-3/lhs> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "lhs"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Mlahs%C3%B4_language>,
        <http://www.mpii.de/yago/resource/Mlahs%C3%B4_language> ;
    skos:altLabel "Mlahsô language"@en ;
    skos:definition "Mlahsô (Syriac: ܡܠܚܬܝܐ) is a Modern West Syriac language, a dialect of Aramaic. It was traditionally spoken in eastern Turkey and north-eastern Syria by members of the Assyrian/Syriac people."@en ;
    skos:inScheme lexvo: ;
    skos:notation "lhs"^^xsd:string ;
    skos:prefLabel "ملحسو"@ar,
        "Mlahsö"@en,
        "Mlahsö jezik"@hr,
        "Млахсо јазик"@mk,
        "Mlahsö jezik"@sh,
        "Mlahsö"@sv,
        "ภาษามลาโซ"@th .

<http://lexvo.org/id/iso639-3/lht> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "lht"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Lo-Toga_language>,
        <http://www.mpii.de/yago/resource/Lo-Toga_language> ;
    skos:altLabel "Lo-Toga language"@en ;
    skos:definition "Lo-Toga is an Oceanic language spoken in the Torres islands of Vanuatu."@en ;
    skos:inScheme lexvo: ;
    skos:notation "lht"^^xsd:string ;
    skos:prefLabel "Lo-Toga"@en,
        "Lo-toga"@fr,
        "Lenga Toga"@pms,
        "Gagana Toga"@sm .

<http://lexvo.org/id/iso639-3/lhu> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "lhu"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/lahu1253> ;
    skos:inScheme lexvo: ;
    skos:notation "lhu"^^xsd:string ;
    skos:prefLabel "Lahu"@en .

<http://lexvo.org/id/iso639-3/lib> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "lib"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Likum_language>,
        <http://www.mpii.de/yago/resource/Likum_language> ;
    skos:altLabel "Likum language"@en ;
    skos:definition "The Likum language is a West Manus language spoken by approximately 80 people in western Manus Island, Manus Province of Papua New Guinea. Its speakers also use Nyindrou. It has SVO word order."@en ;
    skos:inScheme lexvo: ;
    skos:notation "lib"^^xsd:string ;
    skos:prefLabel "Likum"@en .

<http://lexvo.org/id/iso639-3/lid> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "lid"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Nyindrou_language>,
        <http://www.mpii.de/yago/resource/Nyindrou_language> ;
    skos:altLabel "Nyindrou language"@en ;
    skos:definition "The Nyindrou language is a West Manus language spoken by approximately 4200 people in the westernmost part of Manus Island, Manus Province of Papua New Guinea. It has SVO word order."@en ;
    skos:inScheme lexvo: ;
    skos:notation "lid"^^xsd:string ;
    skos:prefLabel "Nyindrou"@en .

<http://lexvo.org/id/iso639-3/lig> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "lig"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Ligbi_language>,
        <http://www.mpii.de/yago/resource/Ligbi_language> ;
    skos:altLabel "Ligbi language"@en ;
    skos:definition "Ligbi (or Ligby) is a Mande language spoken in Ghana in the north-west corner of the Brong-Ahafo region. Ligbi is spoken by approximately 10 000 speakers (1988 GILLBT/SIL). It is fairly closely related to Jula, Vai and Kono. A small population of Ligbi speakers (4 000) is reported to live in Côte dIvoire (Vanderaa 1991). Ligbi is also known as Wela, Hwela or Numu. The latter of these refers to a subsection of the Ligbi people; Numu is Dyula for blacksmith'. (See blacksmiths of western Africa.)"@en ;
    skos:inScheme lexvo: ;
    skos:notation "lig"^^xsd:string ;
    skos:prefLabel "Ligbi"@de,
        "Ligbi"@en,
        "Lenga Ligbi"@pms .

<http://lexvo.org/id/iso639-3/lih> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "lih"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Lihir_language>,
        <http://www.mpii.de/yago/resource/Lihir_language> ;
    skos:altLabel "Lihir language"@en ;
    skos:definition "The Lihir language is an Austronesian language spoken in the Lihir island group, in New Ireland Province, Papua New Guinea. It is notable for having 5 levels of grammatical number: singular, dual, trial, paucal and plural. It is questionable whether the trial is indeed trial or whether it is paucal, leaving there being a paucal and a greater paucal. Either way, this is the highest number of levels of grammatical number in any language. This distinction appears in both independent pronouns and possessor suffixes. There is some variation in pronunciation and orthography between the main island Niolam, and some of the smaller islands in the group."@en ;
    skos:inScheme lexvo: ;
    skos:notation "lih"^^xsd:string ;
    skos:prefLabel "Lihir"@en,
        "Língua lihir"@pt .

<http://lexvo.org/id/iso639-3/lik> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "lik"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Lika_language>,
        <http://www.mpii.de/yago/resource/Lika_language> ;
    skos:altLabel "Lika language"@en ;
    skos:definition "Lika (Liko) is a poorly documented Congolese Bantu language of uncertain affiliation, though it has been included in Boan."@en ;
    skos:inScheme lexvo: ;
    skos:notation "lik"^^xsd:string ;
    skos:prefLabel "Lika"@en .

<http://lexvo.org/id/iso639-3/lip> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "lip"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Likpe_language>,
        <http://www.mpii.de/yago/resource/Likpe_language> ;
    skos:altLabel "Likpe language"@en ;
    skos:definition "Likpe or Sekpele (also Bosele, Mu) is spoken in the mountainous central part of the Volta Region of Ghana. It belongs to the geographic group of Ghana Togo Mountain languages (traditionally called the Togorestsprachen or Togo Remnant languages) of the Kwa branch of Niger–Congo."@en ;
    skos:inScheme lexvo: ;
    skos:notation "lip"^^xsd:string ;
    skos:prefLabel "Sekpele"@de,
        "Sekpele"@en,
        "Sekpele jezik"@hr,
        "Lenga Sekpele"@pms .

<http://lexvo.org/id/iso639-3/liq> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "liq"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Libido_language>,
        <http://www.mpii.de/yago/resource/Libido_language> ;
    skos:altLabel "Libido language"@en ;
    skos:definition "Libido (also known as Mareqo, Marako) is an Afro-Asiatic language of Ethiopia, which is spoken in the Gurage Zone of the Southern Nations, Nationalities, and People's Region, north-east of Hosaena."@en ;
    skos:inScheme lexvo: ;
    skos:notation "liq"^^xsd:string ;
    skos:prefLabel "Libidoeg"@br,
        "Libido"@de,
        "Libido"@en,
        "Libido hizkuntza"@eu,
        "Język libido"@pl,
        "Lenga Libido"@pms .

<http://lexvo.org/id/iso639-3/liy> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "liy"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/band1344> ;
    skos:inScheme lexvo: ;
    skos:notation "liy"^^xsd:string ;
    skos:prefLabel "Banda-Bambari"@en .

<http://lexvo.org/id/iso639-3/lkh> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "lkh"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Lakha>,
        <http://www.mpii.de/yago/resource/Lakha> ;
    skos:definition "Lakha (Dzongkha: ལ་ཁ་, Wylie: La-kha, literally \"language of the mountain pass,\" also called \"Tshangkha\") is a Southern Tibetan language spoken by about 8,000 people in Wangdue Phodrang and Trongsa Districts in central Bhutan. Lakha is spoken by descendants of pastoral yakherd communities.<ref name=vanDriem93/>"@en ;
    skos:inScheme lexvo: ;
    skos:notation "lkh"^^xsd:string ;
    skos:prefLabel "Lakeg"@br,
        "Lakha"@en,
        "Lenga Lakha"@pms .

<http://lexvo.org/id/iso639-3/lki> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "lki"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Laki_language>,
        <http://www.mpii.de/yago/resource/Laki_language> ;
    skos:altLabel "Laki language"@en ;
    skos:definition "Laki (Kurdish: Lekí ) is a Northwestern Iranian language. Although it is usually grouped with Southern Kurdish dialects, Ethnologue classifies it as a fourth subgroup of Kurdish. It is spoken in the central Zagros region of Iran (provinces of Lorestan, Ilam, Kermanshah, Hamedan, Qazvin, Khuzestan) and in small parts of Iraq by the Lak people. Most Laks live in Nurabad, Alashtar, Harsin, Sahneh, Koohdasht, and Khorramabad."@en ;
    skos:inScheme lexvo: ;
    skos:notation "lki"^^xsd:string ;
    skos:prefLabel "Lək dili"@az,
        "Lakieg"@br,
        "لەکی"@ckb,
        "Laki"@da,
        "Leki"@de,
        "Leki"@diq,
        "Laki"@en,
        "لکی"@fa,
        "ლეკი"@ka,
        "Lekî"@ku,
        "Lenga Laki"@pms,
        "Леки"@ru,
        "Lekî"@sv,
        "ภาษาลากี"@th,
        "Leki"@tr .

<http://lexvo.org/id/iso639-3/lkn> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "lkn"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Lakon_language>,
        <http://www.mpii.de/yago/resource/Lakon_language> ;
    skos:altLabel "Lakon"@en,
        "Lakon language"@en ;
    skos:definition "Lakon is an Oceanic language, spoken on the west coast of Gaua island in Vanuatu."@en ;
    skos:inScheme lexvo: ;
    skos:notation "lkn"^^xsd:string ;
    skos:prefLabel "Vure"@en,
        "Lakon"@fr,
        "Lenga Lakona"@pms .

<http://lexvo.org/id/iso639-3/lkr> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "lkr"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/pari1256> ;
    skos:inScheme lexvo: ;
    skos:notation "lkr"^^xsd:string ;
    skos:prefLabel "Päri"@en .

<http://lexvo.org/id/iso639-3/lla> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "lla"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Lala-Roba_language>,
        <http://www.mpii.de/yago/resource/Lala-Roba_language> ;
    skos:altLabel "Lala-Roba language"@en ;
    skos:definition "Lala-Roba ( Gworam) is an Adamawa language of Nigeria. Its name is a compound of two of its dialects, Lala (Lalla), Roba (Robba), and Ebode."@en ;
    skos:inScheme lexvo: ;
    skos:notation "lla"^^xsd:string ;
    skos:prefLabel "Lala-Roba"@en .

<http://lexvo.org/id/iso639-3/llc> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "llc"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Lele_language_(Guinea)>,
        <http://www.mpii.de/yago/resource/Lele_language_(Guinea)> ;
    skos:altLabel "Lele (Guinea)"@en,
        "Lele language"@en ;
    skos:definition "Lele is a Mande language spoken by approximately 23,000 people in Kissidougou (12,000) and Guéckédou Prefectures (11,000) of Guinea."@en ;
    skos:inScheme lexvo: ;
    skos:notation "llc"^^xsd:string ;
    skos:prefLabel "Lele"@en .

<http://lexvo.org/id/iso639-3/lle> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "lle"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Lele_language_(Papua_New_Guinea)>,
        <http://www.mpii.de/yago/resource/Lele_language_(Papua_New_Guinea)> ;
    skos:altLabel "Lele (Papua New Guinea)"@en,
        "Lele language"@en ;
    skos:definition "Lele is an East Manus language of the Austronesian language family spoken in the northeastern part of Manus Island, New Guinea by approximately 1,300 people. It has SVO word order."@en ;
    skos:inScheme lexvo: ;
    skos:notation "lle"^^xsd:string ;
    skos:prefLabel "Lele"@en .

<http://lexvo.org/id/iso639-3/llf> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "llf"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Hermit_language>,
        <http://www.mpii.de/yago/resource/Hermit_language> ;
    skos:altLabel "Hermit language"@en ;
    skos:definition "The Hermit language is an extinct West Manus language formerly spoken on Hermit, Luf and Maron Islands, western Manus Province, Papua New Guinea."@en ;
    skos:inScheme lexvo: ;
    skos:notation "llf"^^xsd:string ;
    skos:prefLabel "Hermit"@en .

<http://lexvo.org/id/iso639-3/lll> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "lll"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Lilau_language>,
        <http://www.mpii.de/yago/resource/Lilau_language> ;
    skos:altLabel "Lilau language"@en ;
    skos:definition "Lilau is a Torricelli language of Papua New Guinea."@en ;
    skos:inScheme lexvo: ;
    skos:notation "lll"^^xsd:string ;
    skos:prefLabel "Lilau"@en .

<http://lexvo.org/id/iso639-3/lls> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "lls"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Lithuanian_Sign_Language>,
        <http://www.mpii.de/yago/resource/Lithuanian_Sign_Language> ;
    skos:definition "Lithuanian Sign Language (LGK) (Lithuanian: Lietuvių gestų kalba) is the national sign language used in Lithuania, with several regional variants. Very little is known about its history before 1945. From 1945 to 1990 it was used along with Russian Sign Language and the two sign languages became very similar. Russian lip-patterns used with some LGK signs indicate that the sign may have been originally borrowed from Russian Sign Language. When Lithuania became independent, its contacts with Russian Sign Language were almost cut off, and now it's developing as an independent language, with some influence from international signs."@en ;
    skos:inScheme lexvo: ;
    skos:notation "lls"^^xsd:string ;
    skos:prefLabel "Lithuanian Sign Language"@en,
        "Língua de sinais lituana"@pt .

<http://lexvo.org/id/iso639-3/llx> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "llx"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Lauan_language>,
        <http://www.mpii.de/yago/resource/Lauan_language> ;
    skos:altLabel "Lauan language"@en ;
    skos:definition "Lauan is an East Fijian language spoken by about 16,000 people on a number of islands of eastern Fiji. *"@en ;
    skos:inScheme lexvo: ;
    skos:notation "llx"^^xsd:string ;
    skos:prefLabel "Lauanische Sprache"@de,
        "Lauan"@en,
        "Lau"@fr,
        "Lenga Lauan"@pms .

<http://lexvo.org/id/iso639-3/lmd> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "lmd"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Lumun_language>,
        <http://www.mpii.de/yago/resource/Lumun_language> ;
    skos:altLabel "Lumun language"@en ;
    skos:definition "Lumun (Lomon), also Kuku-Lumun, is a Niger–Congo language in the Talodi family spoken in Kordofan, Sudan."@en ;
    skos:inScheme lexvo: ;
    skos:notation "lmd"^^xsd:string ;
    skos:prefLabel "Loumouneg"@br,
        "Lumun"@de,
        "Lumun"@en,
        "Lumun jezik"@hr,
        "Лумански јазик"@mk,
        "Lenga Lumun"@pms .

<http://lexvo.org/id/iso639-3/lmg> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "lmg"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Lamogai_language>,
        <http://www.mpii.de/yago/resource/Lamogai_language> ;
    skos:altLabel "Lamogai language"@en ;
    skos:definition "Lamogai is an Austronesian language spoken by about 3600 individuals in parts of West New Britain Province, Papua New Guinea on the island of New Britain."@en ;
    skos:inScheme lexvo: ;
    skos:notation "lmg"^^xsd:string ;
    skos:prefLabel "Lamogai"@en,
        "Lamogai"@fr .

<http://lexvo.org/id/iso639-3/lmo> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "lmo"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Lombard_language>,
        <http://www.lingvoj.org/lang/lmo>,
        <http://www.mpii.de/yago/resource/Lombard_language> ;
    skos:altLabel "Lombard language"@en ;
    skos:definition "Lombard is a member of the Cisalpine or Gallo-Italic group within the Romance languages. It is spoken natively in Northern Italy (most of Lombardy and some areas of neighbouring regions, notably the eastern side of Piedmont) and Southern Switzerland (Ticino and Graubünden)."@en ;
    skos:inScheme lexvo: ;
    skos:notation "lmo"^^xsd:string ;
    skos:prefLabel "Lombardies"@af,
        "Idioma lombard"@an,
        "لغة لومباردية"@ar,
        "Lombardische Sproch"@bar,
        "Llombard"@ca,
        "Lombard tili"@crh,
        "Lombardština"@cs,
        "Lombardische Sprache"@de,
        "Λομβαρδική γλώσσα"@el,
        "Lombard"@en,
        "Lombarda lingvo"@eo,
        "Idioma lombardo"@es,
        "Lombardiera"@eu,
        "زبان لومبارد"@fa,
        "Lombardin kieli"@fi,
        "Lombard"@fr,
        "Lombârd"@frp,
        "Lingua lombarda"@gl,
        "Lombardische Sprache"@gsw-FR,
        "Lombardish"@gv,
        "Lùn-pâ-tí-ngî"@hak,
        "Lombardski jezik"@hr,
        "Lombard nyelv"@hu,
        "Lingua lombarda"@it,
        "ロンバルド語"@ja,
        "Langobardus sermo"@la,
        "Lengua lombarda"@lij,
        "Lengua lumbarda"@lmo,
        "Lombardų kalba"@lt,
        "Luombardu kalba"@lt-x,
        "Bahasa Lombard"@ms,
        "Lombardotlahtōlli"@nah,
        "Lombard-gí"@nan,
        "Lombardisch"@nl,
        "Lombardisk"@nn,
        "Lombardisk"@no,
        "Lombard"@oc,
        "Lombard"@pcd,
        "Język lombardzki"@pl,
        "Lenga lombarda"@pms,
        "لمبرڈ"@pnb,
        "Língua lombarda"@pt,
        "Ломбардский язык"@ru,
        "Lombardiska"@sv,
        "உலம்பார்து மொழி"@ta,
        "ภาษาลอมบาร์ด"@th,
        "Lombardça"@tr,
        "Ломбардська мова"@uk,
        "倫巴底語"@zh .

<http://lexvo.org/id/iso639-3/lmp> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "lmp"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Limbum_language>,
        <http://www.mpii.de/yago/resource/Limbum_language> ;
    skos:altLabel "Limbum language"@en ;
    skos:definition "Limbum is a Grassfields language of Cameroon, with a small number in Nigeria. It's used as a trade language."@en ;
    skos:inScheme lexvo: ;
    skos:notation "lmp"^^xsd:string ;
    skos:prefLabel "Limbum"@de,
        "Limbum"@en,
        "Lenga Limbum"@pms,
        "Kilimbum"@sw .

<http://lexvo.org/id/iso639-3/lmv> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "lmv"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Lomaiviti_language>,
        <http://www.mpii.de/yago/resource/Lomaiviti_language> ;
    skos:altLabel "Lomaiviti language"@en ;
    skos:definition "Lomaiviti is an East Fijian language spoken by about 1600 people on a number of islands of Fiji. *"@en ;
    skos:inScheme lexvo: ;
    skos:notation "lmv"^^xsd:string ;
    skos:prefLabel "Lomaiviti"@en,
        "Idioma lomaiviti"@es,
        "Lomaiviti"@fr,
        "Lomaiviti jezik"@hr .

<http://lexvo.org/id/iso639-3/lnb> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "lnb"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/mbal1255> ;
    skos:inScheme lexvo: ;
    skos:notation "lnb"^^xsd:string ;
    skos:prefLabel "Mbalanhu"@en .

<http://lexvo.org/id/iso639-3/lng> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "lng"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Lombardic_language>,
        <http://www.mpii.de/yago/resource/Lombardic_language> ;
    skos:altLabel "Lombardic language"@en ;
    skos:definition "Lombardic or Langobardic is the extinct language of the Lombards (Langobardi), the Germanic speaking people who settled in Italy in the 6th century. The language declined rapidly already in the 7th century as the invaders quickly adopted the Latin vernacular spoken by the local Roman population. E.g. already the Edict of Rothari from 643 is written almost exclusively in Vulgar Latin although it only covers Lombardic subjects and the laws were compiled by the Lombards themselves. Lombardic may have been in scattered use until as late as ca. AD 1000. The language is only preserved fragmentarily, the main evidence being individual words quoted in Latin texts."@en ;
    skos:inScheme lexvo: ;
    skos:notation "lng"^^xsd:string ;
    skos:prefLabel "Langobardische Sproch"@bar,
        "Langobardština"@cs,
        "Langobardisk"@da,
        "Langobardische Sprache"@de,
        "Langobardic"@en,
        "Idioma lombardo"@es,
        "Langobardische Sprache"@gsw-FR,
        "Lingua longobarda"@it,
        "Lengua longubarda"@lmo,
        "Longobardisch"@nl,
        "Langobardisk"@nn,
        "Langobardisk"@no,
        "Język longobardzki"@pl,
        "Língua longobarda"@pt,
        "ภาษาลอมบาร์ดิก"@th,
        "Langobartça"@tr .

<http://lexvo.org/id/iso639-3/lnh> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "lnh"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Lanoh_language>,
        <http://www.mpii.de/yago/resource/Lanoh_language> ;
    skos:altLabel "Lanoh language"@en ;
    skos:definition "Lanoh is an aboriginal Mon–Khmer language of Malaya."@en ;
    skos:inScheme lexvo: ;
    skos:notation "lnh"^^xsd:string ;
    skos:prefLabel "Lanoh"@en .

<http://lexvo.org/id/iso639-3/lnj> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "lnj"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Linngithigh_dialect>,
        <http://www.mpii.de/yago/resource/Linngithigh_dialect> ;
    skos:altLabel "Linngithigh dialect"@en ;
    skos:definition "Linngithigh is an extinct Paman language formerly spoken on the Cape York Peninsula of Queensland, Australia, by the Linngithigh people. Its date of extinction is unknown. This language variety is very similar phonologically to the related variety Alngith."@en ;
    skos:inScheme lexvo: ;
    skos:notation "lnj"^^xsd:string ;
    skos:prefLabel "Leningitij"@en,
        "Lenga leningitij"@pms,
        "Leningitij"@sv .

<http://lexvo.org/id/iso639-3/lnn> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "lnn"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Lorediakarkar_language>,
        <http://www.mpii.de/yago/resource/Lorediakarkar_language> ;
    skos:altLabel "Lorediakarkar language"@en ;
    skos:definition "Lorediakarkar is a language of the East Santo languages a group of languages in the Austronesian family of Languages. It is spoken by about 340 people out of an ethnic population of 850 on Espiritu Santo Island in Vanuatu. It is close to the Shark Bay language."@en ;
    skos:inScheme lexvo: ;
    skos:notation "lnn"^^xsd:string ;
    skos:prefLabel "Lorediakarkar"@en .

<http://lexvo.org/id/iso639-3/lno> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "lno"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Lango_language_(South_Sudan)>,
        <http://www.mpii.de/yago/resource/Lango_language_(South_Sudan)> ;
    skos:altLabel "Lango (Sudan)"@en,
        "Lango language"@en ;
    skos:definition "Lango (or Langgo) is an Eastern Nilotic language spoken by the Lango of South Sudan, Equatoria Province, Torit District. It had approximately 20,000 speakers in 1987."@en ;
    skos:inScheme lexvo: ;
    skos:notation "lno"^^xsd:string ;
    skos:prefLabel "Lango"@en,
        "Ланго језик"@sr .

<http://lexvo.org/id/iso639-3/lnu> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "lnu"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Longuda_language>,
        <http://www.mpii.de/yago/resource/Longuda_language> ;
    skos:altLabel "Longuda language"@en ;
    skos:definition "Longuda is a Niger–Congo language of Nigeria. Joseph Greenberg counted it as a distinct branch, G10, of his Adamawa family. Boyd (1989) assigned it a branch within Waja–Jen. When Blench (2008) broke up Adamawa, Longuda was made a branch of the Bambukic languages."@en ;
    skos:inScheme lexvo: ;
    skos:notation "lnu"^^xsd:string ;
    skos:prefLabel "Longoudeg"@br,
        "Longuda"@de,
        "Longuda"@en,
        "Lenga Longuda"@pms .

<http://lexvo.org/id/iso639-3/loa> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "loa"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Loloda_language>,
        <http://www.mpii.de/yago/resource/Loloda_language> ;
    skos:altLabel "Loloda language"@en ;
    skos:definition "Loloda is a Papuan Halmahera language of Indonesia."@en ;
    skos:inScheme lexvo: ;
    skos:notation "loa"^^xsd:string ;
    skos:prefLabel "Loloda"@en .

<http://lexvo.org/id/iso639-3/loc> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "loc"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Onhan_language>,
        <http://www.mpii.de/yago/resource/Onhan_language> ;
    skos:altLabel "Onhan language"@en ;
    skos:definition "The Onhan language is a Kinaray-a language spoken, along with the Romblomanon and Asi languages, in the province of Romblon, Philippines. The language is also known as Inunhan and Loocnon. * Onhan language has three variants- those speaking in the municipalities of Santa Maria, and Alcantara uses letter \"L\" instead of \"R\". Example \"Kararaw\" is \"Kalalaw\", and other speakers change \"R\" for \"D\" as in \"run\" to \"dun\""@en ;
    skos:inScheme lexvo: ;
    skos:notation "loc"^^xsd:string ;
    skos:prefLabel "Inonhan"@en,
        "ภาษาออนฮัน"@th .

<http://lexvo.org/id/iso639-3/lof> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "lof"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Logol_language>,
        <http://www.mpii.de/yago/resource/Logol_language> ;
    skos:altLabel "Logol language"@en ;
    skos:definition "The Logol language, or Lukha, is a Niger–Congo language in the Heiban family spoken in Kordofan, Sudan."@en ;
    skos:inScheme lexvo: ;
    skos:notation "lof"^^xsd:string ;
    skos:prefLabel "Logoleg"@br,
        "Logol"@de,
        "Logol"@en,
        "Logol jezik"@hr,
        "Логолски јазик"@mk,
        "Lenga Logol"@pms .

<http://lexvo.org/id/iso639-3/loi> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "loi"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Lomakka_language>,
        <http://www.mpii.de/yago/resource/Lomakka_language> ;
    skos:altLabel "Loma (Côte d'Ivoire)"@en,
        "Lomakka language"@en ;
    skos:definition "Loma, or Lomakka (also Lomasse, or—ambiguously—Malinke), is a Niger–Congo language of Ivory Coast."@en ;
    skos:inScheme lexvo: ;
    skos:notation "loi"^^xsd:string ;
    skos:prefLabel "Loma"@en .

<http://lexvo.org/id/iso639-3/lom> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "lom"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/loma1260> ;
    skos:altLabel "Loma (Liberia)"@en ;
    skos:inScheme lexvo: ;
    skos:notation "lom"^^xsd:string ;
    skos:prefLabel "Loma"@en .

<http://lexvo.org/id/iso639-3/lon> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "lon"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Malawi_Lomwe_language>,
        <http://www.mpii.de/yago/resource/Malawi_Lomwe_language> ;
    skos:altLabel "Lomwe, Malawi"@en,
        "Malawi Lomwe language"@en ;
    skos:definition "Lomwe is a mixed language spoken in southeastern Malawi."@en ;
    skos:inScheme lexvo: ;
    skos:notation "lon"^^xsd:string ;
    skos:prefLabel "Malawi Lomwe"@en,
        "Lomwe"@fr,
        "ロムウェ語"@ja .

<http://lexvo.org/id/iso639-3/loo> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "loo"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Lombo_language>,
        <http://www.mpii.de/yago/resource/Lombo_language> ;
    skos:altLabel "Lombo language"@en ;
    skos:definition "The Lombo language (also called Olombo, Turumbu, Ulumbu) is in the Kele language group of Bantu languages. It is spoken by the Turumbu people of the Tshopo District, Isangi Territory, in the Democratic Republic of the Congo."@en ;
    skos:inScheme lexvo: ;
    skos:notation "loo"^^xsd:string ;
    skos:prefLabel "Lombo"@en,
        "Kilombo"@sw .

<http://lexvo.org/id/iso639-3/loq> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "loq"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Bala_language>,
        <http://www.mpii.de/yago/resource/Bala_language> ;
    skos:altLabel "Bala language"@en ;
    skos:definition "Bala (Lobala) is a Bantu language of DR Congo."@en ;
    skos:inScheme lexvo: ;
    skos:notation "loq"^^xsd:string ;
    skos:prefLabel "Lobala"@en .

<http://lexvo.org/id/iso639-3/lor> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "lor"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Lorhon_language>,
        <http://www.mpii.de/yago/resource/Lorhon_language> ;
    skos:altLabel "Lorhon language"@en ;
    skos:definition "Lorhon, or Teen, is a Niger–Congo language of Ivory Coast and across the border in Burkina Faso."@en ;
    skos:inScheme lexvo: ;
    skos:notation "lor"^^xsd:string ;
    skos:prefLabel "Téén"@de,
        "Téén"@en,
        "Lenga Teen"@pms .

<http://lexvo.org/id/iso639-3/los> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "los"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/loni1238> ;
    skos:inScheme lexvo: ;
    skos:notation "los"^^xsd:string ;
    skos:prefLabel "Loniu"@en .

<http://lexvo.org/id/iso639-3/lot> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "lot"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Lotuko_language>,
        <http://www.mpii.de/yago/resource/Lotuko_language> ;
    skos:altLabel "Lotuko language"@en ;
    skos:definition "Otuho (also known as Lotuko or Lotuxo) is the language of the Lotuko people of Eastern Equatoria, an area in Southern Sudan. It is an Eastern Nilotic language, and has several dialects."@en ;
    skos:inScheme lexvo: ;
    skos:notation "lot"^^xsd:string ;
    skos:prefLabel "Lotoukoeg"@br,
        "Otuho"@en,
        "Otuho"@fr,
        "Lenga Otuho"@pms,
        "Отухо језик"@sr .

<http://lexvo.org/id/iso639-3/lou> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "lou"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Louisiana_Creole_French>,
        <http://www.mpii.de/yago/resource/Louisiana_Creole_French> ;
    skos:altLabel "Creole French, Louisiana"@en ;
    skos:definition "Louisiana Creole (Kréyol La Lwizyàn) (français: Créole louisianais) is a French Creole language spoken by the Louisiana Creole people of the state of Louisiana. The language consists of elements of French, Spanish, African, and Native American roots."@en ;
    skos:inScheme lexvo: ;
    skos:notation "lou"^^xsd:string ;
    skos:prefLabel "Louisiana Creole French"@en,
        "Louisianan kreoli"@fi,
        "Créole louisianais"@fr,
        "ルイジアナ・クレオール語"@ja,
        "루이지애나 크리올"@ko,
        "Louisianakreolsk"@nn .

<http://lexvo.org/id/iso639-3/lox> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "lox"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Loun_language>,
        <http://www.mpii.de/yago/resource/Loun_language> ;
    skos:altLabel "Loun language"@en ;
    skos:definition "The Loun language is an Austronesian language spoken in Indonesia, mainly in the Maluku archipelago. The language is critically endangered, even the most optimistic estimates give the language less than 100 speakers."@en ;
    skos:inScheme lexvo: ;
    skos:notation "lox"^^xsd:string ;
    skos:prefLabel "Loun"@en .

<http://lexvo.org/id/iso639-3/loy> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "loy"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/lowa1242> ;
    skos:inScheme lexvo: ;
    skos:notation "loy"^^xsd:string ;
    skos:prefLabel "Loke"@en .

<http://lexvo.org/id/iso639-3/lpe> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "lpe"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Lepki_language>,
        <http://www.mpii.de/yago/resource/Lepki_language> ;
    skos:altLabel "Lepki language"@en ;
    skos:definition "Lepki is an unclassified Papuan language spoken in Western New Guinea, near the unclassified languages Murkim and Kembra."@en ;
    skos:inScheme lexvo: ;
    skos:notation "lpe"^^xsd:string ;
    skos:prefLabel "Lepki"@en .

<http://lexvo.org/id/iso639-3/lpo> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "lpo"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Lipo_language>,
        <http://www.mpii.de/yago/resource/Lipo_language> ;
    skos:altLabel "Lipo language"@en ;
    skos:definition "Lipo, or Eastern Lisu, is a language of the Lisu people of China, similar to but not intelligible with Lisu proper. Some Lipo are classified by the government as Lisu, others as Yi. In some areas, the people prefer the name Lolopo or Lolongo."@en ;
    skos:inScheme lexvo: ;
    skos:notation "lpo"^^xsd:string ;
    skos:prefLabel "Lipo"@en .

<http://lexvo.org/id/iso639-3/lra> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "lra"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Lara_language>,
        <http://www.mpii.de/yago/resource/Lara_language> ;
    skos:altLabel "Lara language"@en ;
    skos:definition "Lara’ (also called Luru, Berkati, Bakati, Bekatiq, Bekati’ Nyam-Pelayo, Bekati’ Kendayan, and Rara Bakati’) is a language spoken by some 19,000 people in Borneo, on both the Indonesian side (West Kalimantan) and Malaysian side (Sarawak) of the island. Most information about it has been gathered by various Christian missionary groups."@en ;
    skos:inScheme lexvo: ;
    skos:notation "lra"^^xsd:string ;
    skos:prefLabel "Rara Bakati'"@en,
        "Rara bakati’"@fr .

<http://lexvo.org/id/iso639-3/lre> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "lre"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Laurentian_language>,
        <http://www.mpii.de/yago/resource/Laurentian_language> ;
    skos:altLabel "Laurentian language"@en ;
    skos:definition "Laurentian, or St. Lawrence Iroquoian, was an Iroquoian language spoken until the late 16th century along the shores of the Saint Lawrence River in present-day Quebec and Ontario, Canada. It is believed to have disappeared with the extinction of the St. Lawrence Iroquoians, likely as a result of warfare by the more powerful Mohawk from the Haudenosaunee or Iroquois Confederacy to the south, in present-day New York state."@en ;
    skos:inScheme lexvo: ;
    skos:notation "lre"^^xsd:string ;
    skos:prefLabel "Laurentisch"@de,
        "Laurentian"@en,
        "Laurentien"@fr,
        "Lenga laurentian"@pms,
        "Лаврентийский язык"@ru .

<http://lexvo.org/id/iso639-3/lrk> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "lrk"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Loarki_language>,
        <http://www.mpii.de/yago/resource/Loarki_language> ;
    skos:altLabel "Loarki language"@en ;
    skos:definition "Loarki is an Indo-Aryan language, classified as a Rajasthani language, and is spoken by 20,000 nomadic people in rural Sindh of Pakistan."@en ;
    skos:inScheme lexvo: ;
    skos:notation "lrk"^^xsd:string ;
    skos:prefLabel "Loarki"@en,
        "Lenga loarki"@pms .

<http://lexvo.org/id/iso639-3/lrl> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "lrl"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Larestani_dialects>,
        <http://www.mpii.de/yago/resource/Larestani_dialects> ;
    skos:altLabel "Larestani dialects"@en ;
    skos:definition "Larestani or Lari ( or ) is a group of southwestern Iranian languages related to Luri and Persian, spoken in Larestan (Lar) region of Fars province and parts of Hormozgan province (including Bastak) in the south of Iran."@en ;
    skos:inScheme lexvo: ;
    skos:notation "lrl"^^xsd:string ;
    skos:prefLabel "Lar dili"@az,
        "Lareg"@br,
        "Lari"@en,
        "گویش‌های لارستانی"@fa .

<http://lexvo.org/id/iso639-3/lro> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "lro"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Laro_language>,
        <http://www.mpii.de/yago/resource/Laro_language> ;
    skos:altLabel "Laro language"@en ;
    skos:definition "Laro, also Laru, Aaleira, Ngwullaro, Yillaro, is a Niger–Congo language in the Heiban family spoken in Kordofan, Sudan."@en ;
    skos:inScheme lexvo: ;
    skos:notation "lro"^^xsd:string ;
    skos:prefLabel "Laroeg"@br,
        "Laro"@de,
        "Laro"@en,
        "Ларуски јазик"@mk,
        "Lenga Laro"@pms .

<http://lexvo.org/id/iso639-3/lrt> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "lrt"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Larantuka_Malay>,
        <http://www.mpii.de/yago/resource/Larantuka_Malay> ;
    skos:altLabel "Malay, Larantuka"@en ;
    skos:definition "Larantuka Malay is a contact variety of Malay spoken in and around the city of Larantuka on the island of Flores in Indonesia, and in two enclaves: the village of Wure on the island of Adonara (across a narrow strait from Larantuka) and four villages on Konga Bay, about 40 kilometers south of Larantuka on Flores, and serves more generally as a lingua franca on the eastern tip of Flores and nearby islands. There are approximately 23,000 native speakers of Larantuka Malay. Second language speakers of Larantuka Malay are primarily found in and around the city of Larantuka and through the eastern part of Flores island, as well as the nearby islands of Adonara, Solor and Lembata (Lomblen), and natively speak Lamaholot or other languages closely related to Lamaholot, which, until recently, were believed to be dialects of Lamaholot."@en ;
    skos:inScheme lexvo: ;
    skos:notation "lrt"^^xsd:string ;
    skos:prefLabel "Larantuka Malay"@en .

<http://lexvo.org/id/iso639-3/lsd> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "lsd"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Lishana_Deni>,
        <http://www.mpii.de/yago/resource/Lishana_Deni> ;
    skos:definition "Lishana Deni is a modern Jewish Aramaic language, often called Neo-Aramaic or Judeo-Aramaic. It was originally spoken in the town of Zakho and its surrounding villages in northern Iraq, on the border with Turkey. Most speakers now live in and around Jerusalem. The name Lishana Deni means our language, and is similar to names used by other Jewish Neo-Aramaic dialects (Lishan Didan, Lishanid Noshan). Other popular names for the language are Lishan Hozaye, the language of the Jews, and Kurdit, Kurdish. Scholarly sources tend simply to refer to Lishana Deni as Zakho Jewish Neo-Aramaic."@en ;
    skos:inScheme lexvo: ;
    skos:notation "lsd"^^xsd:string ;
    skos:prefLabel "Denieg"@br,
        "Lishana Deni"@en,
        "Lishana deni jezik"@hr,
        "Lishana Deni"@lad,
        "Lishana deni jezik"@sh,
        "ภาษาลิซานา เดนี"@th,
        "Lişana Deni"@tr .

<http://lexvo.org/id/iso639-3/lsg> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "lsg"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Lyons_Sign_Language>,
        <http://www.mpii.de/yago/resource/Lyons_Sign_Language> ;
    skos:definition "Lyons Sign Language is an old sign language of France. It is not intelligible with and apparently not related to French Sign Language, which developed in Paris. The number of current speakers is not attested."@en ;
    skos:inScheme lexvo: ;
    skos:notation "lsg"^^xsd:string ;
    skos:prefLabel "Lyons Sign Language"@en .

<http://lexvo.org/id/iso639-3/lsh> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "lsh"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Lish_language>,
        <http://www.mpii.de/yago/resource/Lish_language> ;
    skos:altLabel "Lish language"@en ;
    skos:definition "Lishpa, or Lish, is a small Tibeto-Burman language spoken in India."@en ;
    skos:inScheme lexvo: ;
    skos:notation "lsh"^^xsd:string ;
    skos:prefLabel "Lish"@en .

<http://lexvo.org/id/iso639-3/lsi> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "lsi"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Lashi_language>,
        <http://www.mpii.de/yago/resource/Lashi_language> ;
    skos:altLabel "Lashi language"@en ;
    skos:definition "Lashi (endonym Lachik) is a Burmish language. It is according to Nishi (1999: 70) in the Maruic branch, which preserves the preglottalized initials of Proto-Burmish in the most phonotactic environments."@en ;
    skos:inScheme lexvo: ;
    skos:notation "lsi"^^xsd:string ;
    skos:prefLabel "Lashi"@en .

<http://lexvo.org/id/iso639-3/lsm> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "lsm"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Samia_dialect_(Luhya)>,
        <http://www.mpii.de/yago/resource/Samia_dialect_(Luhya)> ;
    skos:altLabel "Olusamia"@en,
        "Samia dialect"@en ;
    skos:definition "Samia (Saamia) is a Luhya dialect of Uganda and Kenya."@en ;
    skos:inScheme lexvo: ;
    skos:notation "lsm"^^xsd:string ;
    skos:prefLabel "Saamia"@en,
        "Kisaamia"@sw .

<http://lexvo.org/id/iso639-3/ltc> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ltc"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Middle_Chinese>,
        <http://www.mpii.de/yago/resource/Middle_Chinese> ;
    skos:altLabel "Chinese, Late Middle"@en,
        "Late Middle Chinese"@en ;
    skos:definition "Middle Chinese , also called Ancient Chinese by the linguist Bernhard Karlgren, refers to the Chinese language spoken during Southern and Northern Dynasties and the Sui, Tang, and Song dynasties. The term \"Middle Chinese\", in contrast to Old Chinese and Modern Chinese, is usually used in the context of historical Chinese phonology, which seeks to reconstruct the pronunciation of Chinese used during these times."@en ;
    skos:inScheme lexvo: ;
    skos:notation "ltc"^^xsd:string ;
    skos:prefLabel "Middle Chinese"@en,
        "Chinois médiéval"@fr,
        "Medio cinese"@it,
        "中古音"@ja,
        "Bahasa Cina Pertengahan"@ms,
        "Middelalderkinesisk"@no,
        "Język średniochiński"@pl,
        "Среднекитайский язык"@ru,
        "Srednji kineski jezik"@sh,
        "Средњи кинески језик"@sr,
        "Medeltidskinesiska"@sv,
        "中古汉语"@zh .

<http://lexvo.org/id/iso639-3/ltg> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ltg"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Latgalian_language>,
        <http://www.mpii.de/yago/resource/Latgalian_language> ;
    skos:altLabel "Latgalian language"@en ;
    skos:definition "Latgalian language can mean one of the following: #It was a language spoken by Latgalians in a great part of the area which is now Latvia. Latgalian was a member of the Baltic group of the Indo-European language family. Historically the Latvian language is derived from Latgalian (with additions from a few other languages, e.g. Old Curonian, Semigallian and Livonian). #Nowadays it normally refers to a language spoken in Latgale, the eastern part of Latvia. Sometimes it is referred to as a distinct separate language, while others consider it to be a dialect of Latvian. This modern Latgalian developed as a result of two main factors: Latgalians having preserved more features of the archaic (tribal) Latgalian language than the other Latvians and Latgale being separated for several centuries from other parts of Latvia."@en ;
    skos:inScheme lexvo: ;
    skos:notation "ltg"^^xsd:string ;
    skos:prefLabel "Latgalština"@cs,
        "Letgallisk"@da,
        "Lettgallische Sprache"@de,
        "Latgalian"@en,
        "Latgala lingvo"@eo,
        "Latgali keel"@et,
        "زبان لاتگالی"@fa,
        "Latgallin kieli"@fi,
        "Latgalien"@fr,
        "לטגלית"@he,
        "Lingua latgalliana"@it,
        "ラトガリア語"@ja,
        "라트갈레어"@ko,
        "Латгал кыв"@kv,
        "Latgalių kalba"@lt,
        "Latgaliu kalba"@lt-x,
        "Latgaliešu valoda"@lv,
        "Латгалски јазик"@mk,
        "Letgaals"@nl,
        "Język łatgalski"@pl,
        "Língua latgália"@pt,
        "Латгальский язык"@ru,
        "Latgalian"@tr,
        "Латгальська мова"@uk,
        "Latgali kiil"@vro,
        "Linatgalan"@war .

<http://lexvo.org/id/iso639-3/luc> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "luc"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Aringa_language>,
        <http://www.mpii.de/yago/resource/Aringa_language> ;
    skos:altLabel "Aringa language"@en ;
    skos:definition "Aringa, also known as Low Lugbara, is a Central Sudanic language spoken by the Aringa people in the West Nile region of Uganda. It is related to the language spoken by the Lugbara and Madi peoples."@en ;
    skos:inScheme lexvo: ;
    skos:notation "luc"^^xsd:string ;
    skos:prefLabel "Aringeg"@br,
        "Aringa"@en,
        "Aringa jezik"@hr,
        "Арингаски јазик"@mk,
        "Lenga Aringa"@pms,
        "Kiaringa"@sw .

<http://lexvo.org/id/iso639-3/lud> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "lud"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Ludic_language>,
        <http://www.mpii.de/yago/resource/Ludic_language> ;
    skos:altLabel "Ludic language"@en ;
    skos:definition "Ludic or Ludian or Ludic Karelian (Luudi, Lyydi, or lüüdi) is a Finnic language in the Uralic language family. Some consider it a transitional language between Olonets Karelian language and Veps language. It is spoken by 3,000 people in the Republic of Karelia in Russia, near the northwestern shore of Lake Onega, including some child-speakers. Some speakers also speak Russian."@en ;
    skos:inScheme lexvo: ;
    skos:notation "lud"^^xsd:string ;
    skos:prefLabel "Людски език"@bg,
        "Ludeg"@br,
        "Lüdische Sprache"@de,
        "Ludian"@en,
        "Lüüdi keel"@et,
        "Lyydin kieli"@fi,
        "Ludish"@gv,
        "Lűd nyelv"@hu,
        "Lingua ludica"@it,
        "Liudikų kalba"@lt,
        "Лӱдиквлӓ"@mrj,
        "Ludisch"@nl,
        "Lenga Ludian"@pms,
        "Людики"@ru,
        "Lyydigiella"@se,
        "Людики"@uk .

<http://lexvo.org/id/iso639-3/luf> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "luf"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Laua_language>,
        <http://www.mpii.de/yago/resource/Laua_language> ;
    skos:altLabel "Laua language"@en ;
    skos:definition "Laua, also known as Labu, is a native language of Papua New Guinea. It is spoken in the Central Province, north and west of Laua according to Ethnologue. Laua now has only one remaining speaker as of 1987, making it nearly extinct. There is little hope of recovering Laua since only one elder speaker remains. The last speaker was registered in 2000. Laua may even be extinct. It is classified as Trans-New Guinea, Southeast Papuan, Mailuan. Note that it is not the same thing as the Labu language of Morobe Province."@en ;
    skos:inScheme lexvo: ;
    skos:notation "luf"^^xsd:string ;
    skos:prefLabel "Laua"@en,
        "Język laua"@pl .

<http://lexvo.org/id/iso639-3/luk> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "luk"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Lunana_language>,
        <http://www.mpii.de/yago/resource/Lunana_language> ;
    skos:altLabel "Lunana language"@en ;
    skos:definition "Lunanakha (Dzongkha: ལུང་ནག་ན་ཁ་; Wylie: lung-nag-na-kha) is a Tibetan language spoken in Bhutan (Lunana Gewog, Gasa District) by some 1,700 people as of 1998. Most are yak-herding pastoralists. Lunanakha is closely related to Dzongkha, the national language of Bhutan."@en ;
    skos:inScheme lexvo: ;
    skos:notation "luk"^^xsd:string ;
    skos:prefLabel "Lounanakeg"@br,
        "Lunanakha"@en,
        "Lenga Lunanakha"@pms .

<http://lexvo.org/id/iso639-3/lul> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "lul"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Olu'bo_language>,
        <http://www.mpii.de/yago/resource/Olu'bo_language> ;
    skos:altLabel "Olu'bo language"@en ;
    skos:definition "Olubo is a Central Sudanic language spoken by 15.000 Olubo people in Southern Sudan"@en ;
    skos:inScheme lexvo: ;
    skos:notation "lul"^^xsd:string ;
    skos:prefLabel "Olouboeg"@br,
        "Olu'bo"@en,
        "Олубо језик"@sr .

<http://lexvo.org/id/iso639-3/lup> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "lup"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Lumbu_language>,
        <http://www.mpii.de/yago/resource/Lumbu_language> ;
    skos:altLabel "Lumbu language"@en ;
    skos:definition "Lumbu is a Bantu language spoken in Gabon and the Republic of Congo."@en ;
    skos:inScheme lexvo: ;
    skos:notation "lup"^^xsd:string ;
    skos:prefLabel "Lumbu"@de,
        "Lumbu"@en,
        "Lenga Lumbu"@pms,
        "Kilumbu"@sw .

<http://lexvo.org/id/iso639-3/luq> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "luq"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Lucumi_language>,
        <http://www.mpii.de/yago/resource/Lucumi_language> ;
    skos:altLabel "Lucumi language"@en ;
    skos:definition "Lucumi is a Yoruba dialect spoken by practitioners of the Santería religion in Cuba, Puerto Rico, and Dominican Republic. It is also known as Yoruba and Santeria. Lucumi is a liturgical language used in Santeria's prayers, chants and songs."@en ;
    skos:inScheme lexvo: ;
    skos:notation "luq"^^xsd:string ;
    skos:prefLabel "Lukumí"@de,
        "Lucumi"@en,
        "Lucumi jezik"@hr,
        "Język lucumi"@pl,
        "Lenga Lucumi"@pms .

<http://lexvo.org/id/iso639-3/luv> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "luv"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Luwati_language>,
        <http://www.mpii.de/yago/resource/Luwati_language> ;
    skos:altLabel "Luwati language"@en ;
    skos:definition "Luwati is an Indo-Iranian language spoken by over 5,000 people (1996 census) in Oman of the Al-Lawati tribe."@en ;
    skos:inScheme lexvo: ;
    skos:notation "luv"^^xsd:string ;
    skos:prefLabel "Luwati"@en,
        "Luvatski jezik"@hr .

<http://lexvo.org/id/iso639-3/luw> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "luw"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Luo_language_(Cameroon)>,
        <http://www.mpii.de/yago/resource/Luo_language_(Cameroon)> ;
    skos:altLabel "Luo (Cameroon)"@en,
        "Luo language"@en ;
    skos:definition "The Luo language is an unclassified language spoken in a section of the Atta region of Cameroon. It is a critically endangered language, with only one speaker remaining as of 1995. Ethnologue calls it \"nearly extinct,\" but admits that it is highly likely that this language is extinct."@en ;
    skos:inScheme lexvo: ;
    skos:notation "luw"^^xsd:string ;
    skos:prefLabel "Luo"@en,
        "Kiluo"@sw .

<http://lexvo.org/id/iso639-3/luy> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "luy"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Luhya_language>,
        <http://www.mpii.de/yago/resource/Luhya_language> ;
    skos:altLabel "Olulujia"@de,
        "Luhya language"@en,
        "Oluluyia"@en,
        "Język luhya"@pl,
        "Língua luhya"@pt,
        "Языки лухья"@ru,
        "Luhya"@sv ;
    skos:definition "Luhya (also Luyia, Luhia) is a Bantu dialect cluster spoken in the western part of Kenya by the Luhya people. Minor populations of Luhya speakers are also found in Uganda, especially in Busia. Although the Luhya principally occupy the Western province of Kenya, substantial populations have settled in the Kitale area of the Rift Valley Province. The Luhya population in Kenya is about 8,000,000, while those in Uganda and Tanzania account for about 50,000."@en ;
    skos:inScheme lexvo: ;
    skos:notation "luy"^^xsd:string ;
    skos:prefLabel "luyia"@br,
        "luyia"@ca,
        "卢雅文"@cmn,
        "盧雅文"@cmn-Hant,
        "luhja"@cs,
        "Lwyia"@cy,
        "olulujia"@da,
        "Luhya"@de,
        "luyiagbe"@ee,
        "Λουχία"@el,
        "Luyia"@en,
        "luyia"@es,
        "luyia"@et,
        "luhya"@fi,
        "olulujia"@fo,
        "louhya"@fr,
        "Olulujia"@gsw,
        "לויה"@he,
        "Luyia bhasa"@hif,
        "luyia"@hr,
        "lujia"@hu,
        "Luyia"@id,
        "olulujía"@is,
        "luyia"@it,
        "ルヒヤ語"@ja,
        "루야어"@ko,
        "Luyjanesch"@ksh,
        "ລູໄຍ"@lo,
        "luyia"@lt,
        "Luluhia"@luy,
        "luhju"@lv,
        "луја"@mk,
        "oluluyia"@nb,
        "Luyia"@nl,
        "olulujia"@nn,
        "luyia"@pl,
        "Lenga Luyia"@pms,
        "luyia"@pt,
        "luyia"@ro,
        "лухья"@ru,
        "luyia"@sk,
        "luhya"@sv,
        "ลูเยีย"@th,
        "lea fakaluīa"@to,
        "Luyia"@tr,
        "Луія"@uk,
        "Tiếng Luyia"@vi .

<http://lexvo.org/id/iso639-3/lva> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "lva"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Makuv'a_language>,
        <http://www.mpii.de/yago/resource/Makuv'a_language> ;
    skos:altLabel "Makuv'a language"@en ;
    skos:definition "Makuv'a, also spelled Makua and also known as Lovaea (Lovaia), is a nearly extinct Austronesian language spoken at the northeast tip of East Timor near the town of Tutuala."@en ;
    skos:inScheme lexvo: ;
    skos:notation "lva"^^xsd:string ;
    skos:prefLabel "Maku'a"@en .

<http://lexvo.org/id/iso639-3/lvs> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "lvs"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Latvian_language>,
        <http://www.mpii.de/yago/resource/Latvian_language> ;
    skos:altLabel "Latvian, Standard"@en,
        "Standard Latvian"@en ;
    skos:definition "Latvian (latviešu valoda) is the official state language of Latvia. It is also sometimes referred to as Lettish. There are about 1.4 million native Latvian speakers in Latvia and about 150,000 abroad. The Latvian language has a relatively large number of non-native speakers, atypical for a small language. Because of the language policy in Latvia about 1.9 million or 79% of Latvian population speak Latvian. The use of the Latvian language in various areas of social life in Latvia is increasing."@en ;
    skos:inScheme lexvo: ;
    skos:notation "lvs"^^xsd:string ;
    skos:prefLabel "Lets"@af,
        "Idioma letón"@an,
        "Lettisc sprǣc"@ang,
        "لغة لاتفية"@ar,
        "لاتفى"@arz,
        "Latış dili"@az,
        "Латышская мова"@be,
        "Латыская мова"@be-tarask,
        "Латвийски език"@bg,
        "Latveg"@br,
        "Latvijski jezik"@bs,
        "Letó"@ca,
        "Pinulongang Leton"@ceb,
        "Lotyština"@cs,
        "Latfieg"@cy,
        "Lettisk"@da,
        "Lettische Sprache"@de,
        "Λεττονική γλώσσα"@el,
        "Latvian language"@en,
        "Latva lingvo"@eo,
        "Idioma letón"@es,
        "Läti keel"@et,
        "Letoniera"@eu,
        "زبان لتونیایی"@fa,
        "Latvian kieli"@fi,
        "Lettiskt mál"@fo,
        "Letton"@fr,
        "Letsk"@fy,
        "An Laitvis"@ga,
        "Lingua letoa"@gl,
        "Latvish"@gv,
        "לטבית"@he,
        "लातवियाई भाषा"@hi,
        "Latvijski jezik"@hr,
        "Letišćina"@hsb,
        "Lett nyelv"@hu,
        "Bahasa Latvi"@id,
        "Latviana linguo"@io,
        "Lettneska"@is,
        "Lingua lettone"@it,
        "ラトビア語"@ja,
        "ლატვიური ენა"@ka,
        "Латыш тілі"@kk,
        "Letlandimiutut"@kl,
        "라트비아어"@ko,
        "Zimanê letonî"@ku,
        "Латыш кыв"@kv,
        "Latviek"@kw,
        "Lingua Lettonica"@la,
        "Lets"@li,
        "Lengua lettone"@lij,
        "Latvių kalba"@lt,
        "Latviu kalba"@lt-x,
        "Latviešu valoda"@lv,
        "Латвиень кяль"@mdf,
        "Латыш йылме"@mhr,
        "Латвиски јазик"@mk,
        "लात्व्हियन भाषा"@mr,
        "Bahasa Latvia"@ms,
        "Lettsch"@nds,
        "Lets"@nl,
        "Latvisk"@nn,
        "Latvisk"@no,
        "Latwyan"@pih,
        "Język łotewski"@pl,
        "Lenga leton-a"@pms,
        "لٹویائی"@pnb,
        "Língua letã"@pt,
        "Litunya simi"@qu,
        "Limba letonă"@ro,
        "Латышский язык"@ru,
        "Ikilativiya"@rw,
        "Latvian leid"@sco,
        "Látviagiella"@se,
        "Letonski jezik"@sh,
        "Lotyština"@sk,
        "Latvijščina"@sl,
        "Gjuha letoneze"@sq,
        "Летонски језик"@sr,
        "Lettiska"@sv,
        "Łotewsko godka"@szl,
        "இலத்துவிய மொழி"@ta,
        "ภาษาลัตเวีย"@th,
        "Letonca"@tr,
        "Латыш теле"@tt,
        "Латви кыл"@udm,
        "لاتۋىيە تىلى"@ug,
        "Латиська мова"@uk,
        "Tiếng Latvia"@vi,
        "Läti kiil"@vro,
        "Lineton"@war,
        "לעטיש"@yi,
        "拉脱维亚语"@zh .

<http://lexvo.org/id/iso639-3/lwa> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "lwa"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Lwalu_language>,
        <http://www.mpii.de/yago/resource/Lwalu_language> ;
    skos:altLabel "Lwalu language"@en ;
    skos:definition "Lwalu, also known as Lwalwa, is a Bantu language of the Democratic Republic of the Congo. Its classification is uncertain: Nurse (2003), following Ahmed (1995), assigns all of Guthrie's L.20 languages to Luban, and Lwalu is L.23. Ehret, however, places it as a distant relative of many of the Zone B and C languages."@en ;
    skos:inScheme lexvo: ;
    skos:notation "lwa"^^xsd:string ;
    skos:prefLabel "Lwalu"@en .

<http://lexvo.org/id/iso639-3/lww> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "lww"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/lewo1242> ;
    skos:inScheme lexvo: ;
    skos:notation "lww"^^xsd:string ;
    skos:prefLabel "Lewo"@en .

<http://lexvo.org/id/iso639-3/lya> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "lya"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Laya_language>,
        <http://www.mpii.de/yago/resource/Laya_language> ;
    skos:altLabel "Laya language"@en ;
    skos:definition "Layakha (Dzongkha: ལ་ཡ་ཁ་, ལ་ཡག་ཁ་; Wylie: la-ya-kha, la-yag-kha) is a Tibeto-Burman language spoken by indigenous Layaps inhabiting the high mountains of northwest Bhutan in the village of Laya, Gasa District. Speakers also inhabit the northern regions of Thimphu (Lingzhi Gewog) and Punakha Districts. Its speakers are ethnically related to Tibetans. Most speakers live at an altitude of , just below the Tsendagang peak. Layakha speakers are also called Bjop by the Bhutanese, sometimes considered a condescending term. Their population in 2003 stood at 1,100."@en ;
    skos:inScheme lexvo: ;
    skos:notation "lya"^^xsd:string ;
    skos:prefLabel "Layakeg"@br,
        "Layakha"@en,
        "Lenga Layakha"@pms .

<http://lexvo.org/id/iso639-3/lyn> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "lyn"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Luyana_language>,
        <http://www.mpii.de/yago/resource/Luyana_language> ;
    skos:altLabel "Luyana language"@en ;
    skos:definition "Luyana (Louyi, Lui, Luyi, Rouyi) is a Bantu language spoken by almost half a million people in Zambia and in discontinuous areas of Nambia and Angola. It appears to be an divergent lineage of Bantu."@en ;
    skos:inScheme lexvo: ;
    skos:notation "lyn"^^xsd:string ;
    skos:prefLabel "Luyana"@en .

<http://lexvo.org/id/iso639-3/lzh> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "lzh"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Classical_Chinese>,
        <http://www.lingvoj.org/lang/zh-classical>,
        <http://www.mpii.de/yago/resource/Classical_Chinese> ;
    skos:altLabel "Chinese, Literary"@en,
        "Classical Chinese"@en ;
    skos:definition "Classical Chinese or Literary Chinese (古文/文言) is a traditional style of written Chinese based on the grammar and vocabulary of ancient Chinese, making it different from any modern spoken form of Chinese. Classical Chinese was used for almost all formal correspondence in China until the early 20th century, and also, during various periods, in Japan, Korea and Vietnam. Among Chinese speakers, Classical Chinese has been largely replaced by written vernacular Chinese (; pinyin: báihuà, \"plain speech\"), a style of writing that is similar to modern spoken Mandarin Chinese, while speakers of non-Chinese languages have largely abandoned Classical Chinese in favor of local vernaculars."@en ;
    skos:inScheme lexvo: ;
    skos:notation "lzh"^^xsd:string ;
    skos:prefLabel "Класически китайски език"@bg,
        "Klassisches Chinesisch"@de,
        "Literary Chinese"@en,
        "Chino clásico"@es,
        "Vanahiina kirjakeel"@et,
        "Chinois classique"@fr,
        "文言文"@gan,
        "Literarni kineski"@hr,
        "Klasszikus kínai nyelv"@hu,
        "Bahasa Tionghoa Klasik"@id,
        "漢文"@ja,
        "한문"@ko,
        "L:文言"@lzh,
        "Bahasa Cina klasik"@ms,
        "Klassiek Chinees"@nl,
        "Klassisk kinesisk"@no,
        "Klasyczny język chiński"@pl,
        "Вэньянь"@ru,
        "Класично кинеско писмо"@sr,
        "Klassisk kinesiska"@sv,
        "Класична китайська мова"@uk,
        "Hán văn"@vi,
        "文言文"@yue,
        "文言文"@zh .

<http://lexvo.org/id/iso639-3/mae> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mae"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Barkul_language>,
        <http://www.mpii.de/yago/resource/Barkul_language> ;
    skos:altLabel "Barkul language"@en ;
    skos:definition "Barkul is a Plateau language of Nigeria. The two dialects, Bo and Rukul, are notable distinct. The classification of Barkul is unclear, but it appears to be closest to Fyam and Horom."@en ;
    skos:inScheme lexvo: ;
    skos:notation "mae"^^xsd:string ;
    skos:prefLabel "Bo-Rukul"@de,
        "Bo-Rukul"@en,
        "Bo-Rukul jezik"@hr,
        "Lenga Bo-Rukul"@pms .

<http://lexvo.org/id/iso639-3/maf> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "maf"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Mafa_language>,
        <http://www.mpii.de/yago/resource/Mafa_language> ;
    skos:altLabel "Mafa language"@en,
        "Mafa"@fr,
        "Mafa jezik"@hr ;
    skos:definition "Mafa is an Afro-Asiatic language spoken in northern Cameroon and eastern Nigeria."@en ;
    skos:inScheme lexvo: ;
    skos:notation "maf"^^xsd:string ;
    skos:prefLabel "Mafaeg"@br,
        "mafa"@ca,
        "马法文"@cmn,
        "馬法文"@cmn-Hant,
        "mafa"@cs,
        "mafa"@da,
        "Mafa"@de,
        "mafagbe"@ee,
        "Μάφα"@el,
        "Mafa"@en,
        "mafa"@es,
        "mafa"@et,
        "mafa"@fi,
        "mafa"@fr,
        "מאפא"@he,
        "mafa"@hr,
        "mafa"@hu,
        "Mafa"@id,
        "mafa"@it,
        "マファ語"@ja,
        "마파어"@ko,
        "ມາຟາ"@lo,
        "mafų"@lt,
        "mafu"@lv,
        "мафа"@mk,
        "mafa"@nb,
        "Mafa"@nl,
        "mafa"@pl,
        "Lenga Mafa"@pms,
        "mafa"@pt,
        "mafa"@ro,
        "mafa"@sk,
        "mafa"@sv,
        "Kimafa"@sw,
        "Kimafa"@swh,
        "มาฟา"@th,
        "lea fakamafa"@to,
        "Mafa"@tr,
        "мафа"@uk,
        "Tiếng Mafa"@vi .

<http://lexvo.org/id/iso639-3/maj> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "maj"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Jalapa_Mazatec_language>,
        <http://www.mpii.de/yago/resource/Jalapa_Mazatec_language> ;
    skos:altLabel "Jalapa Mazatec language"@en,
        "Mazatec, Jalapa De Díaz"@en ;
    skos:definition "Jalapa Mazatec is a Mazatecan language, spoken by ca. 15,000 people, one-third of whom are monolingual, in 13 villages in the vicinity of the town of San Felipe Jalapa de Díaz in the Tuxtepec District of the Mexican state of Oaxaca. It is most closely related to Ixcatlán Mazatec, and somewhat more distantly related to the prestige variety of Mazatec, Huautla. Literacy in Jalapa is taught alongside Spanish in local schools."@en ;
    skos:inScheme lexvo: ;
    skos:notation "maj"^^xsd:string ;
    skos:prefLabel "Jalapa De Díaz Mazatec"@en,
        "Mazatèque de Jalapa"@fr .

<http://lexvo.org/id/iso639-3/mam> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mam"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Mam_language>,
        <http://www.mpii.de/yago/resource/Mam_language> ;
    skos:altLabel "Mam language"@en ;
    skos:definition "Mam is a Mayan language with almost 480,000 speakers as of 2002, spoken in the Mexican state of Chiapas and the Guatemalan departments of Quetzaltenango, Huehuetenango, San Marcos, and Retalhuleu. There are also thousands of Mam speakers in California, United States."@en ;
    skos:inScheme lexvo: ;
    skos:notation "mam"^^xsd:string ;
    skos:prefLabel "Mam"@de,
        "Mam"@en,
        "Idioma mam"@es,
        "Mam"@fr,
        "Mamų kalba"@lt,
        "Мамски јазик"@mk,
        "Mam"@nl,
        "Mam"@no,
        "Língua mam"@pt,
        "Mam simi"@qu,
        "Мамский язык"@ru .

<http://lexvo.org/id/iso639-3/man> a lvont:Language,
        skos:Concept ;
    lvont:isFocusOf <http://id.loc.gov/vocabulary/iso639-2/man> ;
    lvont:iso6392BCode "man"^^xsd:string ;
    lvont:iso6392TCode "man"^^xsd:string ;
    lvont:iso639P3PCode "man"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-2/man> ;
    owl:sameAs <http://psi.oasis-open.org/iso/639/#man>,
        <http://www.lingvoj.org/lang/man>,
        <info:lc/vocabulary/languages/man> ;
    skos:altLabel "Mandingo"@en ;
    skos:inScheme lexvo: ;
    skos:notation "man"^^xsd:string ;
    skos:prefLabel "الماندينغ"@ar,
        "məndinqo dili"@az,
        "мандынга"@be,
        "мандинго"@bg,
        "ম্যান্ডিঙ্গো"@bn,
        "मांडींगो"@brx,
        "mandingo"@bs,
        "мандинго"@bs-Cyrl,
        "mandinga"@ca,
        "曼丁哥文"@cmn,
        "曼丁哥文"@cmn-Hant,
        "mandingština"@cs,
        "Mandingo"@cy,
        "mandingo"@da,
        "Manding-Sprache"@de,
        "Μαντίνγκο"@el,
        "Manding"@en,
        "mandingo"@es,
        "malinke"@et,
        "ماندینگویی"@fa,
        "mandingo"@fi,
        "mandingue"@fr,
        "Manding-Schpraach"@gsw,
        "મન્ડિન્ગો"@gu,
        "מנדינגו"@he,
        "मन्डिन्गो"@hi,
        "mandingo"@hr,
        "mandingó"@hu,
        "Mandingo"@id,
        "mandingó"@is,
        "mandingo"@it,
        "マンディンゴ語"@ja,
        "ಮಂಡಿಂಗೊ"@kn,
        "만딩고어"@ko,
        "مَندِنٛگو"@ks,
        "ມັນດິງກາ"@lo,
        "mandingo"@lt,
        "mandingu"@lv,
        "мандинго"@mk,
        "മണ്ഡിൻഗോ"@ml,
        "मन्डिन्गो"@mr,
        "Mandingwan"@mt,
        "mandingo"@nb,
        "Mandingo"@nl,
        "mandingo"@nn,
        "ମାଣ୍ଡିଙ୍ଗୋ"@or,
        "mandingo"@pl,
        "mandinga"@pt,
        "mandingo"@rm,
        "mandingo"@ro,
        "мандинго"@ru,
        "mandingo"@sk,
        "mandingo"@sl,
        "Мандинго"@sr,
        "Mandingo"@sr-Latn,
        "mande"@sv,
        "மான்டிங்கோ"@ta,
        "మండింగో"@te,
        "มันดิงกา"@th,
        "Mandingo"@tr,
        "мандінго"@uk,
        "Tiếng Mandingo"@vi .

<http://lexvo.org/id/iso639-3/maq> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "maq"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/chiq1250> ;
    skos:altLabel "Mazatec, Chiquihuitlán"@en ;
    skos:inScheme lexvo: ;
    skos:notation "maq"^^xsd:string ;
    skos:prefLabel "Chiquihuitlán Mazatec"@en .

<http://lexvo.org/id/iso639-3/mau> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mau"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/huau1238> ;
    skos:altLabel "Mazatec, Huautla"@en ;
    skos:inScheme lexvo: ;
    skos:notation "mau"^^xsd:string ;
    skos:prefLabel "Huautla Mazatec"@en .

<http://lexvo.org/id/iso639-3/mav> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mav"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Maw%C3%A9_language>,
        <http://www.mpii.de/yago/resource/Maw%C3%A9_language> ;
    skos:altLabel "Mawé language"@en ;
    skos:definition "The Mawe language of Brazil, also known as Sataré (Mabue, Maragua, Andira, Arapium), is one of the Tupian languages. It is spoken by 7000, many of them monolingual."@en ;
    skos:inScheme lexvo: ;
    skos:notation "mav"^^xsd:string ;
    skos:prefLabel "Sateré-Mawé"@en .

<http://lexvo.org/id/iso639-3/mbb> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mbb"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/west2555> ;
    skos:altLabel "Manobo, Western Bukidnon"@en ;
    skos:inScheme lexvo: ;
    skos:notation "mbb"^^xsd:string ;
    skos:prefLabel "Western Bukidnon Manobo"@en .

<http://lexvo.org/id/iso639-3/mbm> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mbm"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Ombamba_language>,
        <http://www.mpii.de/yago/resource/Ombamba_language> ;
    skos:altLabel "Ombamba language"@en ;
    skos:definition "Ombamba (Mbaama, Lembaamba) is a Bantu language spoken in the Bambama District (Lekoumou Region) of the Republic of Congo and in Haut-Ogooué Province, south of Okondja, in Gabon by the Obamba people."@en ;
    skos:inScheme lexvo: ;
    skos:notation "mbm"^^xsd:string ;
    skos:prefLabel "Ombamba"@de,
        "Ombamba"@en,
        "Język mbama"@pl,
        "Lenga Ombamba"@pms,
        "Kimbama"@sw .

<http://lexvo.org/id/iso639-3/mbo> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mbo"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Mbo_language_(Cameroon)>,
        <http://www.mpii.de/yago/resource/Mbo_language_(Cameroon)> ;
    skos:altLabel "Mbo (Cameroon)"@en,
        "Mbo language"@en ;
    skos:definition "Mboo, also Manenguba, Sambo, is a language spoken in Cameroon by the Mbo people. A variety, Bafong, is reported for an area along the main road going north from Kumba. (J.A.Biddulph (talk) 20:25, 6 February 2012 (UTC))"@en ;
    skos:inScheme lexvo: ;
    skos:notation "mbo"^^xsd:string ;
    skos:prefLabel "Mbo"@de,
        "Mbo"@en,
        "Mbo"@fr,
        "Język mbo"@pl,
        "Lenga Mbo"@pms,
        "Kimbo"@sw .

<http://lexvo.org/id/iso639-3/mbt> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mbt"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/mati1250> ;
    skos:altLabel "Manobo, Matigsalug"@en ;
    skos:inScheme lexvo: ;
    skos:notation "mbt"^^xsd:string ;
    skos:prefLabel "Matigsalug Manobo"@en .

<http://lexvo.org/id/iso639-3/mbu> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mbu"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Mbula-Bwazza_language>,
        <http://www.mpii.de/yago/resource/Mbula-Bwazza_language> ;
    skos:altLabel "Mbula-Bwazza language"@en ;
    skos:definition "Mbula-Bwazza is one of the Jarawan Bantu languages of Nigeria. It is a dialect cluster; Blench (2011) divides it into several languages, as follows: * Bwazza * Mbula: Mbula, Tambo, Kula, Gwamba."@en ;
    skos:inScheme lexvo: ;
    skos:notation "mbu"^^xsd:string ;
    skos:prefLabel "Mbula-Bwazza"@en .

<http://lexvo.org/id/iso639-3/mbv> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mbv"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Mbulungish_language>,
        <http://www.mpii.de/yago/resource/Mbulungish_language> ;
    skos:altLabel "Mbulungish language"@en ;
    skos:definition "Mbulungish is a Senegambian language of Guinea."@en ;
    skos:inScheme lexvo: ;
    skos:notation "mbv"^^xsd:string ;
    skos:prefLabel "Mbouloungeg"@br,
        "Mbulungische Sprache"@de,
        "Mbulungish"@en,
        "Lenga Mbulungish"@pms .

<http://lexvo.org/id/iso639-3/mck> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mck"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Mbunda_language>,
        <http://www.mpii.de/yago/resource/Mbunda_language> ;
    skos:altLabel "Mbunda language"@en ;
    skos:definition "Mbunda is a Bantu language of Zambia and Angola."@en ;
    skos:inScheme lexvo: ;
    skos:notation "mck"^^xsd:string ;
    skos:prefLabel "Mbunda"@en .

<http://lexvo.org/id/iso639-3/mcq> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mcq"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Ese_language>,
        <http://www.mpii.de/yago/resource/Ese_language> ;
    skos:altLabel "Ese language"@en ;
    skos:definition "Ese (Managalasi) is a language of Papua New Guinea. Dialects are Muaturaina, Chimona, Dea, Akabafa, Nami, Mesari, Averi, Afore, Minjori, Oko, Wakue, Numba, Jimuni, Karira. 40% of speakers are monolingual."@en ;
    skos:inScheme lexvo: ;
    skos:notation "mcq"^^xsd:string ;
    skos:prefLabel "Ese"@en .

<http://lexvo.org/id/iso639-3/mcw> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mcw"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Mawa_language_(Chad)>,
        <http://www.mpii.de/yago/resource/Mawa_language_(Chad)> ;
    skos:altLabel "Mawa (Chad)"@en,
        "Mawa language"@en ;
    skos:definition "Mawa (also known as Mahwa, Mahoua) is an Afro-Asiatic language spoken in central Chad."@en ;
    skos:inScheme lexvo: ;
    skos:notation "mcw"^^xsd:string ;
    skos:prefLabel "Mawa"@en .

<http://lexvo.org/id/iso639-3/mdj> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mdj"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/mang1394> ;
    skos:inScheme lexvo: ;
    skos:notation "mdj"^^xsd:string ;
    skos:prefLabel "Mangbetu"@en .

<http://lexvo.org/id/iso639-3/mdk> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mdk"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Mangbutu_language>,
        <http://www.mpii.de/yago/resource/Mangbutu_language> ;
    skos:altLabel "Mangbutu language"@en ;
    skos:definition "Mangbutu is a Central Sudanic language of northeastern Congo. It, or its speakers, are also known as Mangu-Ngutu, Mombuttu, Wambutu. The 1200 Andinai are separated from other Mangbutu speakers by Lese; they speak a distinct dialect, as do the Andali tribe (Angwe dialect)."@en ;
    skos:inScheme lexvo: ;
    skos:notation "mdk"^^xsd:string ;
    skos:prefLabel "Mangbutu"@en,
        "Kimangbutu"@sw .

<http://lexvo.org/id/iso639-3/mdm> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mdm"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Mayogo_language>,
        <http://www.mpii.de/yago/resource/Mayogo_language> ;
    skos:altLabel "Mayogo language"@en ;
    skos:definition "Mayogo (also spelled Mayugo, Majugu, Maigo, Maiko, Mayko and also called Kiyogo) is a Ubangian language spoken by the Day (Angai), Maambi, and Mangbele peoples of DRC Congo. It is not close enough to Bangba, the most closely related language, for mutual intelligibility."@en ;
    skos:inScheme lexvo: ;
    skos:notation "mdm"^^xsd:string ;
    skos:prefLabel "Mayogo"@en,
        "Kimayogo"@sw .

<http://lexvo.org/id/iso639-3/mdn> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mdn"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Mbati_language>,
        <http://www.mpii.de/yago/resource/Mbati_language> ;
    skos:altLabel "Mbati language"@en ;
    skos:definition "Mbati, also known as Songo, is the principal Bantu language spoken in the Central African Republic, along the Ubangi River in the extreme south of the country."@en ;
    skos:inScheme lexvo: ;
    skos:notation "mdn"^^xsd:string ;
    skos:prefLabel "Mbati"@de,
        "Mbati"@en,
        "Język mbati"@pl,
        "Lenga Mbati"@pms .

<http://lexvo.org/id/iso639-3/mdp> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mdp"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Mbala_language>,
        <http://www.mpii.de/yago/resource/Mbala_language> ;
    skos:altLabel "Mbala language"@en ;
    skos:definition "Mbala (Gimbala, Rumbala) is a Bantu language of the Congo."@en ;
    skos:inScheme lexvo: ;
    skos:notation "mdp"^^xsd:string ;
    skos:prefLabel "Mbala"@en .

<http://lexvo.org/id/iso639-3/mds> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mds"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Maria_language_(Papua_New_Guinea)>,
        <http://www.mpii.de/yago/resource/Maria_language_(Papua_New_Guinea)> ;
    skos:altLabel "Maria (Papua New Guinea)"@en,
        "Maria language"@en ;
    skos:definition "Maria is a Manubaran language spoken in the \"bird's tail\" of Papua New Guinea by approximately 1,350 people."@en ;
    skos:inScheme lexvo: ;
    skos:notation "mds"^^xsd:string ;
    skos:prefLabel "Maria"@en,
        "Język maria"@pl .

<http://lexvo.org/id/iso639-3/mdu> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mdu"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Mboko_language>,
        <http://www.mpii.de/yago/resource/Mboko_language> ;
    skos:altLabel "Mboko language"@en ;
    skos:definition ":Not to be confused with the Kpwe-Mboko language Mboko (Mboxo) is a Bantu language of the Republic of Congo."@en ;
    skos:inScheme lexvo: ;
    skos:notation "mdu"^^xsd:string ;
    skos:prefLabel "Mboko"@de,
        "Mboko"@en,
        "Lenga Mboko"@pms .

<http://lexvo.org/id/iso639-3/mdw> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mdw"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Mboshi_language>,
        <http://www.mpii.de/yago/resource/Mboshi_language> ;
    skos:altLabel "Mboshi language"@en ;
    skos:definition "Mbosi (Mboshi) is a Bantu language spoken in the Republic of Congo."@en ;
    skos:inScheme lexvo: ;
    skos:notation "mdw"^^xsd:string ;
    skos:prefLabel "Mbosi"@de,
        "Mbosi"@en,
        "Mbochi"@fr,
        "Lenga Mbosi"@pms .

<http://lexvo.org/id/iso639-3/mea> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mea"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Menka_language>,
        <http://www.mpii.de/yago/resource/Menka_language> ;
    skos:altLabel "Menka language"@en ;
    skos:definition "Menka is a Grassfields language of Cameroon."@en ;
    skos:inScheme lexvo: ;
    skos:notation "mea"^^xsd:string ;
    skos:prefLabel "Menka"@de,
        "Menka"@en,
        "Lenga Menka"@pms,
        "Kimenka"@sw .

<http://lexvo.org/id/iso639-3/med> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "med"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Melpa_language>,
        <http://www.mpii.de/yago/resource/Melpa_language> ;
    skos:altLabel "Melpa language"@en ;
    skos:definition "Melpa (also written Medlpa) is a Papuan language spoken by about 130,000 people predominantly in Mount Hagen and the surrounding district of Western Highlands Province, Papua New Guinea."@en ;
    skos:inScheme lexvo: ;
    skos:notation "med"^^xsd:string ;
    skos:prefLabel "Melpa"@de,
        "Melpa"@en,
        "Lenga Melpa"@pms .

<http://lexvo.org/id/iso639-3/mef> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mef"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Megam_language>,
        <http://www.mpii.de/yago/resource/Megam_language> ;
    skos:altLabel "Megam language"@en ;
    skos:definition "Megam is a Tibeto-Burman language of Bangladesh. It is most closely related to Garo, but has been strongly influenced by Khasian languages, to the extent that it is only 7–9% lexically similar to with A’beng, the neighboring Garo dialect, but 60% similar to the Khasian language Lyngngam."@en ;
    skos:inScheme lexvo: ;
    skos:notation "mef"^^xsd:string ;
    skos:prefLabel "Megam"@en .

<http://lexvo.org/id/iso639-3/meo> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "meo"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Kedah_Malay>,
        <http://www.mpii.de/yago/resource/Kedah_Malay> ;
    skos:altLabel "Malay, Kedah"@en ;
    skos:definition "Kedah Malay is a form of Malay spoken in the Malaysian states of Kedah, Penang, Perak, and Perlis. It is also spoken in Thailand's southern province of Satun, where it is called \"Satun Malay\"."@en ;
    skos:inScheme lexvo: ;
    skos:notation "meo"^^xsd:string ;
    skos:prefLabel "Kedah Malay"@en,
        "Bahasa Melayu Kedah"@ms,
        "ภาษามลายูถิ่นสตูล"@th .

<http://lexvo.org/id/iso639-3/meq> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "meq"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Merey_language>,
        <http://www.mpii.de/yago/resource/Merey_language> ;
    skos:altLabel "Merey language"@en ;
    skos:definition "Merey is an Afro-Asiatic language spoken in northern Cameroon. Dugur is a dialect."@en ;
    skos:inScheme lexvo: ;
    skos:notation "meq"^^xsd:string ;
    skos:prefLabel "Merey"@en,
        "Kimerey"@sw .

<http://lexvo.org/id/iso639-3/mer> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mer"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Meru_language>,
        <http://www.mpii.de/yago/resource/Meru_language> ;
    skos:altLabel "Meru language"@en,
        "Język meru"@pl ;
    skos:definition "Meru is the language spoken by the Meru people (Ameru) who live on the Eastern and Northern slopes of Mount Kenya, Kenya, Africa and on the Nyambene ranges. They settled in this area after centuries of migration from the north."@en ;
    skos:inScheme lexvo: ;
    skos:notation "mer"^^xsd:string ;
    skos:prefLabel "meru"@ca,
        "梅鲁文"@cmn,
        "梅魯文"@cmn-Hant,
        "meru"@cs,
        "Mêrw"@cy,
        "meru"@da,
        "Μερού"@el,
        "Meru"@en,
        "meru"@es,
        "meru"@et,
        "meru"@fi,
        "meru"@fr,
        "מרו"@he,
        "meru"@hr,
        "meru"@hu,
        "Meru"@id,
        "meru"@it,
        "メル語"@ja,
        "메루어"@ko,
        "ເມລູ"@lo,
        "merų"@lt,
        "meru"@lv,
        "Kĩmĩrũ"@mer,
        "меру"@mk,
        "meru"@nb,
        "Meru"@nl,
        "meru"@pl,
        "meru"@pt,
        "meru"@ro,
        "меру"@ru,
        "meru"@sk,
        "meru"@sv,
        "เมรู"@th,
        "Meru"@tr,
        "меру"@uk,
        "Tiếng Meru"@vi .

<http://lexvo.org/id/iso639-3/mes> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mes"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Masmaje_language>,
        <http://www.mpii.de/yago/resource/Masmaje_language> ;
    skos:altLabel "Masmaje language"@en ;
    skos:definition "Masmaje (also known as Masmadje, Mesmedje) is an Afro-Asiatic language spoken in central Chad."@en ;
    skos:inScheme lexvo: ;
    skos:notation "mes"^^xsd:string ;
    skos:prefLabel "Masmaje"@en .

<http://lexvo.org/id/iso639-3/mew> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mew"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Maaka_language>,
        <http://www.mpii.de/yago/resource/Maaka_language> ;
    skos:altLabel "Maaka language"@en ;
    skos:definition "Maaka (also known as Maha, Maka, Maga, Magha) is an Afro-Asiatic language spoken in Nigeria."@en ;
    skos:inScheme lexvo: ;
    skos:notation "mew"^^xsd:string ;
    skos:prefLabel "Maaka"@en .

<http://lexvo.org/id/iso639-3/mfa> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mfa"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Pattani_Malay>,
        <http://www.mpii.de/yago/resource/Pattani_Malay> ;
    skos:altLabel "Malay, Pattani"@en ;
    skos:definition "Pattani Malay or Patani Malay, often referred to in Thailand as Yawi (in Thai) or Jawi (in Patani Malay), is a dialect of the Malay language spoken in the southernmost provinces of Thailand along the border with Malaysia. It is the primary spoken language of the Thai Malay ethnic group, but is also used as a linga franca by ethnic Thai in rural areas, Muslim and non-Muslim, and the samsam, a mostly Thai-speaking population of mixed Malay and Thai ancestry. Pattani Malay is a highly divergent dialect of Malay, influenced by Thai and isolated from the rest of the Malay world by high mountains. Several varieties exist, but they are mutually comprehensible. It is almost identical to the Kelantanese Malay spoken just across the border; there has not been any detailed study to determine if they are in fact still the same language or have diverged."@en ;
    skos:inScheme lexvo: ;
    skos:notation "mfa"^^xsd:string ;
    skos:prefLabel "Yawi"@de,
        "Pattani Malay"@en,
        "Yawi"@fr,
        "Bahasa Melayu Pattani"@id,
        "ジャウィ語"@ja,
        "Bahasa Melayu Pattani"@ms,
        "Język jawi"@pl,
        "Яви"@ru,
        "ภาษามลายูปัตตานี"@th,
        "亚维语"@zh .

<http://lexvo.org/id/iso639-3/mfb> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mfb"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Bangka_language>,
        <http://www.mpii.de/yago/resource/Bangka_language> ;
    skos:altLabel "Bangka language"@en ;
    skos:definition "Bangka is an Austronesian language spoken in Indonesia, specifically on the Island of Bangka in the Bangka-Belitung of Sumatra. There are about 340,000 speakers as of 2000. It is also known as Lom, Belom, Mapor or Maporese, and has a distinct vocabulary, grammar and phonology from other Malayan languages"@en ;
    skos:inScheme lexvo: ;
    skos:notation "mfb"^^xsd:string ;
    skos:prefLabel "Bangka"@en .

<http://lexvo.org/id/iso639-3/mfh> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mfh"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Matal_language>,
        <http://www.mpii.de/yago/resource/Matal_language> ;
    skos:altLabel "Matal language"@en ;
    skos:definition "Matal, also known as Muktele, is an Afro-Asiatic language spoken in northern Cameroon."@en ;
    skos:inScheme lexvo: ;
    skos:notation "mfh"^^xsd:string ;
    skos:prefLabel "Matal"@en,
        "Kimatal"@sw .

<http://lexvo.org/id/iso639-3/mfj> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mfj"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Mefele_language>,
        <http://www.mpii.de/yago/resource/Mefele_language> ;
    skos:altLabel "Mefele language"@en ;
    skos:definition "Mefele is an Afro-Asiatic language spoken in northern Cameroon. Dialects are Mefele, Muhura, Serak, and Shugule."@en ;
    skos:inScheme lexvo: ;
    skos:notation "mfj"^^xsd:string ;
    skos:prefLabel "Mefele"@en,
        "Kimefele"@sw .

<http://lexvo.org/id/iso639-3/mfk> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mfk"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/North_Mofu_language>,
        <http://www.mpii.de/yago/resource/North_Mofu_language> ;
    skos:altLabel "Mofu, North"@en,
        "North Mofu language"@en ;
    skos:definition "North Mofu is an Afro-Asiatic language spoken in northern Cameroon. Dialects are Douroun and Wazan."@en ;
    skos:inScheme lexvo: ;
    skos:notation "mfk"^^xsd:string ;
    skos:prefLabel "Mofoueg an norzh"@br,
        "North Mofu"@en,
        "Sjeverni mofu jezik"@hr,
        "Kimofu-Kaskazini"@sw .

<http://lexvo.org/id/iso639-3/mfl> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mfl"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Putai_language>,
        <http://www.mpii.de/yago/resource/Putai_language> ;
    skos:altLabel "Putai language"@en ;
    skos:definition "Putai (also known as Marghi West) is a nearly extinct Afro-Asiatic language spoken in Nigeria. The language is dying out in favor of Kanuri."@en ;
    skos:inScheme lexvo: ;
    skos:notation "mfl"^^xsd:string ;
    skos:prefLabel "Poutaieg"@br,
        "Putai"@en,
        "Putai jezik"@hr .

<http://lexvo.org/id/iso639-3/mfm> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mfm"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Marghi_South_language>,
        <http://www.mpii.de/yago/resource/Marghi_South_language> ;
    skos:altLabel "Marghi South language"@en ;
    skos:definition "Marghi South is a Chadic language of Nigeria. It is perhaps closer to Huba than it is to Margi."@en ;
    skos:inScheme lexvo: ;
    skos:notation "mfm"^^xsd:string ;
    skos:prefLabel "Marghi South"@en .

<http://lexvo.org/id/iso639-3/mfn> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mfn"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Mbembe_language>,
        <http://www.mpii.de/yago/resource/Mbembe_language> ;
    skos:altLabel "Cross River Mbembe"@en,
        "Mbembe, Cross River"@en ;
    skos:definition "Mbembe is a Cross River language of Nigeria."@en ;
    skos:inScheme lexvo: ;
    skos:notation "mfn"^^xsd:string ;
    skos:prefLabel "Mbembe language"@en .

<http://lexvo.org/id/iso639-3/mfo> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mfo"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Mbe_language>,
        <http://www.mpii.de/yago/resource/Mbe_language> ;
    skos:altLabel "Mbe language"@en ;
    skos:definition "Mbe is a language spoken by the Mbube people of the Ogoja, Cross River State, region of Nigeria, numbering about 14,300 people in 1973. As the closest relative of the Ekoid family of the Southern Bantoid languages, Mbe is fairly close to the Bantu languages. It is tonal and has a typical Niger–Congo noun-class system."@en ;
    skos:inScheme lexvo: ;
    skos:notation "mfo"^^xsd:string ;
    skos:prefLabel "Mbe"@de,
        "Mbe"@en,
        "Lenga Mbe"@pms .

<http://lexvo.org/id/iso639-3/mfr> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mfr"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/mari1424> ;
    skos:inScheme lexvo: ;
    skos:notation "mfr"^^xsd:string ;
    skos:prefLabel "Marithiel"@en .

<http://lexvo.org/id/iso639-3/mfs> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mfs"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Mexican_Sign_Language>,
        <http://www.mpii.de/yago/resource/Mexican_Sign_Language> ;
    skos:definition "Mexican Sign Language (“lengua de señas mexicana” or LSM, also known by several other names), is the language of the Deaf community in the urban regions of Mexico. It is the language of 87,000 to 100,000 signers (1986 T. C. Smith-Stark)."@en ;
    skos:inScheme lexvo: ;
    skos:notation "mfs"^^xsd:string ;
    skos:prefLabel "Mexican Sign Language"@en,
        "Lengua de señas mexicana"@es,
        "Língua de sinais mexicana"@pt .

<http://lexvo.org/id/iso639-3/mfu> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mfu"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Mbwela_language>,
        <http://www.mpii.de/yago/resource/Mbwela_language> ;
    skos:altLabel "Mbwela language"@en ;
    skos:definition "Mbwela (Ambuella) is a Bantu language of Angola. It is closely related to Ngangela."@en ;
    skos:inScheme lexvo: ;
    skos:notation "mfu"^^xsd:string ;
    skos:prefLabel "Mbwela"@en .

<http://lexvo.org/id/iso639-3/mfx> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mfx"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Melo_language>,
        <http://www.mpii.de/yago/resource/Melo_language> ;
    skos:altLabel "Melo language"@en ;
    skos:definition "Melo (also known as Malo) is an Afro-Asiatic language spoken in the Gamo Gofa Zone of the Southern Nations, Nationalities, and People's Region in Ethiopia."@en ;
    skos:inScheme lexvo: ;
    skos:notation "mfx"^^xsd:string ;
    skos:prefLabel "Melo"@en,
        "Melo jezik"@hr .

<http://lexvo.org/id/iso639-3/mfz> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mfz"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Mabaan_language>,
        <http://www.mpii.de/yago/resource/Mabaan_language> ;
    skos:altLabel "Mabaan language"@en ;
    skos:definition "Mabaan, or Southern Burun, is a Luo language of South Sudan. It forms a dialect continuum with Burun."@en ;
    skos:inScheme lexvo: ;
    skos:notation "mfz"^^xsd:string ;
    skos:prefLabel "Mabaan"@en .

<http://lexvo.org/id/iso639-3/mgb> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mgb"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Mararit_language>,
        <http://www.mpii.de/yago/resource/Mararit_language> ;
    skos:altLabel "Mararit language"@en ;
    skos:definition "The Mararit language is a Nilo-Saharan language spoken in eastern Chad. language group of the Western branch of Nilo-Saharan. There are two dialects. One is called Mararit and the other is called Abou Charib. The majority speak the Abou Charid dialect of the language. Mararit people live in Argid Mararit, Abid Mararit, Wadah area, Donkey Kuma, Sani Kiro,in North Darfur State; in Silala area in South Darfur State and in Gienena provinvce in West Darfur State. Furthermore, the Talgai, Mirakawi,wilkawi,Tirgawi are sections of Mararit people ."@en ;
    skos:inScheme lexvo: ;
    skos:notation "mgb"^^xsd:string ;
    skos:prefLabel "Marariteg"@br,
        "Mararit"@en .

<http://lexvo.org/id/iso639-3/mgf> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mgf"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/makl1246> ;
    skos:inScheme lexvo: ;
    skos:notation "mgf"^^xsd:string ;
    skos:prefLabel "Maklew"@en .

<http://lexvo.org/id/iso639-3/mgh> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mgh"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Makhuwa-Meetto_language>,
        <http://www.mpii.de/yago/resource/Makhuwa-Meetto_language> ;
    skos:altLabel "Makhuwa-Meetto language"@en ;
    skos:definition "Makhuwa-Meetto (also known as Meto or Imeetto) is a Bantu language spoken by about 800,000 people in northern Mozambique and southern Tanzania. It is a member of the Makua group (P.30 in Guthrie's classification)."@en ;
    skos:inScheme lexvo: ;
    skos:notation "mgh"^^xsd:string ;
    skos:prefLabel "makhuwa-metto"@ca,
        "马夸文"@cmn,
        "馬夸文"@cmn-Hant,
        "makhuwa-meetto"@da,
        "makuwa-mitogbe"@ee,
        "Μακούβα-Μέτο"@el,
        "Makhuwa-Meetto"@en,
        "makhuwa-meetto"@es,
        "makhuwa-meetto"@et,
        "makua-meetto"@fi,
        "makhuwa-meetto"@fr,
        "מקואה-מיטו"@he,
        "makhuwa-meetto"@hr,
        "makua-metó"@hu,
        "Makhuwa-Meetto"@id,
        "makhuwa-meetto"@it,
        "マクア・ミート語"@ja,
        "마크후와-메토어"@ko,
        "ມາຄູວາ-ມີດໂຕ"@lo,
        "makhuva-maeto"@lt,
        "makua-meetto"@lv,
        "Makua"@mgh,
        "макува-мито"@mk,
        "makhuwa-meetto"@nb,
        "Makhuwa-Meetto"@nl,
        "makhuwa meetto"@pl,
        "makhuwa-meetto"@pt,
        "makhuwa-meetto"@ro,
        "макуа-меетто"@ru,
        "makhuwa-meetto"@sk,
        "makhuwa-meetto"@sv,
        "Kimakhuwa-Meetto"@sw,
        "Kimakhuwa-Meetto"@swh,
        "มากัววา-มีทโท"@th,
        "lea fakamakūa-meʻeto"@to,
        "Makhuwa-Meetto"@tr,
        "макува-меето"@uk,
        "Tiếng Makhuwa-Meetto"@vi .

<http://lexvo.org/id/iso639-3/mgi> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mgi"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Jili_language>,
        <http://www.mpii.de/yago/resource/Jili_language> ;
    skos:altLabel "Jili language"@en ;
    skos:definition "Jili (Lijili) is a Plateau language of Nigeria. It is one of several languages which go by the name Koro."@en ;
    skos:inScheme lexvo: ;
    skos:notation "mgi"^^xsd:string ;
    skos:prefLabel "Lijili"@en .

<http://lexvo.org/id/iso639-3/mgk> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mgk"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Mawes_language>,
        <http://www.mpii.de/yago/resource/Mawes_language> ;
    skos:altLabel "Mawes language"@en ;
    skos:definition "Mawes is a Papuan language of Indonesia."@en ;
    skos:inScheme lexvo: ;
    skos:notation "mgk"^^xsd:string ;
    skos:prefLabel "Mawes"@en .

<http://lexvo.org/id/iso639-3/mgn> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mgn"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Moronene_language>,
        <http://www.mpii.de/yago/resource/Moronene_language> ;
    skos:altLabel "Moronene language"@en ;
    skos:definition "Moronene is an Austronesian language (one of the Celebic languages) spoken in Bombana district, Southeast Sulawesi, Indonesia."@en ;
    skos:inScheme lexvo: ;
    skos:notation "mgn"^^xsd:string ;
    skos:prefLabel "Mbangi"@en,
        "Moronene"@fr,
        "Маронене"@ru .

<http://lexvo.org/id/iso639-3/mgo> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mgo"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Meta'_language>,
        <http://www.mpii.de/yago/resource/Meta'_language> ;
    skos:altLabel "Meta' language"@en ;
    skos:definition "Meta’ is a Grassfields Bantu language of Cameroon. The Moghamo variety is perhaps divergent enough to be considered a distinct language."@en ;
    skos:inScheme lexvo: ;
    skos:notation "mgo"^^xsd:string ;
    skos:prefLabel "Meta'"@de,
        "Meta'"@en,
        "metaʼ"@mgo,
        "Lenga Meta'"@pms,
        "Kimeta'"@sw .

<http://lexvo.org/id/iso639-3/mgp> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mgp"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/east2352> ;
    skos:altLabel "Magar, Eastern"@en ;
    skos:inScheme lexvo: ;
    skos:notation "mgp"^^xsd:string ;
    skos:prefLabel "Eastern Magar"@en .

<http://lexvo.org/id/iso639-3/mgs> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mgs"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Manda_language_(Tanzania)>,
        <http://www.mpii.de/yago/resource/Manda_language_(Tanzania)> ;
    skos:altLabel "Manda (Tanzania)"@en,
        "Manda language"@en ;
    skos:definition "Manda, or Manda-Matumba, is a Bantu language of Tanzania. It was assigned to the Bena–Kinga (G60) group by Nurse (1988), though Ehret retains it in N10 Rufiji–Ruvuma (Songea)."@en ;
    skos:inScheme lexvo: ;
    skos:notation "mgs"^^xsd:string ;
    skos:prefLabel "Manda"@en .

<http://lexvo.org/id/iso639-3/mgv> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mgv"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Matengo_language>,
        <http://www.mpii.de/yago/resource/Matengo_language> ;
    skos:altLabel "Matengo language"@en ;
    skos:definition "Matengo is a Bantu language of Tanzania. Speakers are mostly monolingual, and neighboring languages are not intelligible."@en ;
    skos:inScheme lexvo: ;
    skos:notation "mgv"^^xsd:string ;
    skos:prefLabel "Matengo"@en .

<http://lexvo.org/id/iso639-3/mgy> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mgy"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Mbunga_language>,
        <http://www.mpii.de/yago/resource/Mbunga_language> ;
    skos:altLabel "Mbunga language"@en ;
    skos:definition "Mbunga is a Bantu language of Tanzania."@en ;
    skos:inScheme lexvo: ;
    skos:notation "mgy"^^xsd:string ;
    skos:prefLabel "Mbunga"@en .

<http://lexvo.org/id/iso639-3/mgz> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mgz"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Mbugwe_language>,
        <http://www.mpii.de/yago/resource/Mbugwe_language> ;
    skos:altLabel "Mbugwe language"@en ;
    skos:definition "Mbugwe or Mbuwe (Kimbugwe) is a Bantu language of spoken by the Mbugwe people of Lake Manyara in the Manyara Region of Tanzania."@en ;
    skos:inScheme lexvo: ;
    skos:notation "mgz"^^xsd:string ;
    skos:prefLabel "Mbugwe"@en,
        "Mbugwe"@no,
        "Kimbugwe"@sw .

<http://lexvo.org/id/iso639-3/mhc> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mhc"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Mocho%E2%80%99_language>,
        <http://www.mpii.de/yago/resource/Mocho%E2%80%99_language> ;
    skos:altLabel "Mocho’ language"@en ;
    skos:definition "Mocho’ or Mototzintlec is a language belonging to the western branch of Mayan languages spoken in the Mexican state of Chiapas. The two dialects of Mocho' are spoken in two different villages: the Tuzantec dialect in Tuzantán and the Motozintlec dialect in Motozintla."@en ;
    skos:inScheme lexvo: ;
    skos:notation "mhc"^^xsd:string ;
    skos:prefLabel "Mocho"@en,
        "Mocho"@fr,
        "Мочо јазик"@mk,
        "Mocho"@no,
        "Lenga mocho"@pms,
        "Língua mochó"@pt .

<http://lexvo.org/id/iso639-3/mhg> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mhg"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Marrgu_language>,
        <http://www.mpii.de/yago/resource/Marrgu_language> ;
    skos:altLabel "Marrgu language"@en ;
    skos:inScheme lexvo: ;
    skos:notation "mhg"^^xsd:string ;
    skos:prefLabel "Margu"@en .

<http://lexvo.org/id/iso639-3/mhl> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mhl"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Mauwake_language>,
        <http://www.mpii.de/yago/resource/Mauwake_language> ;
    skos:altLabel "Mauwake language"@en ;
    skos:definition "Mauwake (Mawake) is a Papuan language of Madang Province, Papua New Guinea."@en ;
    skos:inScheme lexvo: ;
    skos:notation "mhl"^^xsd:string ;
    skos:prefLabel "Mauwake"@en .

<http://lexvo.org/id/iso639-3/mhn> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mhn"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/M%C3%B3cheno_language>,
        <http://www.mpii.de/yago/resource/M%C3%B3cheno_language> ;
    skos:altLabel "Mócheno language"@en ;
    skos:definition "Mócheno is an Upper German variety spoken in three towns of the Mocheni Valley (German: Fersental, Italian: Valle del Fersina, Mócheno: Bersntol), in Trentino, northeastern Italy."@en ;
    skos:inScheme lexvo: ;
    skos:notation "mhn"^^xsd:string ;
    skos:prefLabel "Bersntolerisch"@bar,
        "Fersentalerisch"@de,
        "Mócheno"@en,
        "Mochène"@fr,
        "Mócheno"@hr,
        "Lingua mochena"@it,
        "Lenga mòchena"@pms,
        "Língua mochena"@pt,
        "Łéngua mòchena"@vec .

<http://lexvo.org/id/iso639-3/mht> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mht"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Mandawaca_language>,
        <http://www.mpii.de/yago/resource/Mandawaca_language> ;
    skos:altLabel "Mandawaca language"@en ;
    skos:definition "Mandahuaca (Mandawaka) is an Arawakan language of Venezuela and formerly of Brazil. The number of speakers is not known; the most recent data was published in 1975. It is one of several languages which goes by the generic name Baré."@en ;
    skos:inScheme lexvo: ;
    skos:notation "mht"^^xsd:string ;
    skos:prefLabel "Mandahuaca"@en .

<http://lexvo.org/id/iso639-3/mhw> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mhw"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Mbukushu_language>,
        <http://www.mpii.de/yago/resource/Mbukushu_language> ;
    skos:altLabel "Mbukushu language"@en ;
    skos:definition "Mbukushu or Thimbukushu is a Bantu language spoken by 45,000 people along the Okavango River in Namibia, where it is a national language; in Botswana; in Angola; and in Zambia, where it is an official regional language. It appears to be an divergent lineage of Bantu."@en ;
    skos:inScheme lexvo: ;
    skos:notation "mhw"^^xsd:string ;
    skos:prefLabel "Mbukushu"@en,
        "Mbukushu"@fr,
        "Kimbukushu"@sw .

<http://lexvo.org/id/iso639-3/mib> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mib"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/atat1238> ;
    skos:altLabel "Mixtec, Atatláhuca"@en ;
    skos:inScheme lexvo: ;
    skos:notation "mib"^^xsd:string ;
    skos:prefLabel "Atatláhuca Mixtec"@en .

<http://lexvo.org/id/iso639-3/mid> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mid"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/nucl1706> ;
    skos:inScheme lexvo: ;
    skos:notation "mid"^^xsd:string ;
    skos:prefLabel "Mandaic"@en .

<http://lexvo.org/id/iso639-3/mie> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mie"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/ocot1243> ;
    skos:altLabel "Mixtec, Ocotepec"@en ;
    skos:inScheme lexvo: ;
    skos:notation "mie"^^xsd:string ;
    skos:prefLabel "Ocotepec Mixtec"@en .

<http://lexvo.org/id/iso639-3/mih> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mih"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/chay1249> ;
    skos:altLabel "Mixtec, Chayuco"@en ;
    skos:inScheme lexvo: ;
    skos:notation "mih"^^xsd:string ;
    skos:prefLabel "Chayuco Mixtec"@en .

<http://lexvo.org/id/iso639-3/mij> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mij"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Abar_language>,
        <http://www.mpii.de/yago/resource/Abar_language> ;
    skos:altLabel "Abar language"@en,
        "Mungbam"@en ;
    skos:definition "Abar is a Bantoid language of Cameroon. It is traditionally classified as a Western Beboid language, but that has not been demonstrated to be a valid family."@en ;
    skos:inScheme lexvo: ;
    skos:notation "mij"^^xsd:string ;
    skos:prefLabel "Abar"@de,
        "Abar"@en,
        "Abar jezik"@hr,
        "Lenga Abar"@pms,
        "Kiabar"@sw .

<http://lexvo.org/id/iso639-3/mil> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mil"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/peno1244> ;
    skos:altLabel "Mixtec, Peñoles"@en ;
    skos:inScheme lexvo: ;
    skos:notation "mil"^^xsd:string ;
    skos:prefLabel "Peñoles Mixtec"@en .

<http://lexvo.org/id/iso639-3/mim> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mim"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/alac1244> ;
    skos:altLabel "Mixtec, Alacatlatzala"@en ;
    skos:inScheme lexvo: ;
    skos:notation "mim"^^xsd:string ;
    skos:prefLabel "Alacatlatzala Mixtec"@en .

<http://lexvo.org/id/iso639-3/mio> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mio"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/pino1237> ;
    skos:altLabel "Mixtec, Pinotepa Nacional"@en ;
    skos:inScheme lexvo: ;
    skos:notation "mio"^^xsd:string ;
    skos:prefLabel "Pinotepa Nacional Mixtec"@en .

<http://lexvo.org/id/iso639-3/mis> a lvont:Language,
        skos:Concept ;
    lvont:isFocusOf <http://id.loc.gov/vocabulary/iso639-2/mis> ;
    lvont:iso6392BCode "mis"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-2/mis> ;
    owl:sameAs <http://psi.oasis-open.org/iso/639/#mis>,
        <info:lc/vocabulary/languages/mis> ;
    skos:altLabel "Miscellaneous Language"@en,
        "langues non codées"@fr ;
    skos:inScheme lexvo: ;
    skos:prefLabel "اللغة المتنوعة"@ar,
        "çeşitli diller"@az,
        "други езици"@bg,
        "বিবিধ ভাষা"@bn,
        "razni jezici"@bs,
        "разни језици"@bs-Cyrl,
        "llengua miscel·lània"@ca,
        "各种不同语系"@cmn,
        "混雜語諸語言"@cmn-Hant,
        "různé jazyky"@cs,
        "iaith amrywiol"@cy,
        "diverse sprog"@da,
        "Andere Sprache"@de,
        "Διάφορες γλώσσες"@el,
        "Uncoded languages"@en,
        "𐐣𐐮𐑅𐐲𐑊𐐩𐑌𐐨𐐲𐑅 𐐢𐐩𐑍𐐶𐐮𐐾"@en-Dsrt,
        "lenguas varias"@es,
        "üksikkeeled"@et,
        "زبان متفرقه"@fa,
        "luokittelematon kieli"@fi,
        "langue diverse"@fr,
        "lenghis variis"@fur,
        "lingua miscelánea"@gl,
        "Anderi Schpraach"@gsw,
        "વિવિધ ભાષા"@gu,
        "שפה אחרת"@he,
        "विविध भाषा"@hi,
        "ostali jezici"@hr,
        "egyéb nyelvek"@hu,
        "Bahasa Lain-lain"@id,
        "ýmis mál"@is,
        "lingue diverse"@it,
        "その他の言語"@ja,
        "ಸಮ್ಮಿಶ್ರ ಭಾಷೆ"@kn,
        "기타 언어"@ko,
        "ພາສາອື່ນໆ"@lo,
        "įvairios kalbos"@lt,
        "dažādas valodas"@lv,
        "други јазици"@mk,
        "ഇതരഭാഷ"@ml,
        "विविध भाषा"@mr,
        "Lingwi Oħra"@mt,
        "အမျိုးမျိုးသော ဘာသာစကား"@my,
        "annet språk"@nb,
        "Diverse talen"@nl,
        "anna språk"@nn,
        "ବିବିଧ ଭାଷା"@or,
        "inny język"@pl,
        "idiomas diversos"@pt,
        "diversas linguas"@rm,
        "limbi diverse"@ro,
        "смешанные языки"@ru,
        "rôznorodý jazyk"@sk,
        "drugi jeziki"@sl,
        "Разни језици"@sr,
        "Razni jezici"@sr-Latn,
        "annat språk"@sv,
        "பலதரப்பட்ட மொழிகள்"@ta,
        "మిశ్రమ భాష"@te,
        "ภาษาอื่นๆ"@th,
        "lea kehekehe"@to,
        "Çeşitli Diller"@tr,
        "інші мови"@uk,
        "Ngôn ngữ Khác"@vi .

<http://lexvo.org/id/iso639-3/miy> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "miy"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/ayut1236> ;
    skos:altLabel "Mixtec, Ayutla"@en ;
    skos:inScheme lexvo: ;
    skos:notation "miy"^^xsd:string ;
    skos:prefLabel "Ayutla Mixtec"@en .

<http://lexvo.org/id/iso639-3/miz> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "miz"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/coat1241> ;
    skos:altLabel "Mixtec, Coatzospan"@en ;
    skos:inScheme lexvo: ;
    skos:notation "miz"^^xsd:string ;
    skos:prefLabel "Coatzospan Mixtec"@en .

<http://lexvo.org/id/iso639-3/mje> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mje"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Muskum_language>,
        <http://www.mpii.de/yago/resource/Muskum_language> ;
    skos:altLabel "Muskum language"@en ;
    skos:definition "Muskum (Muzgum) is an extinct Chadic (Biu–Mandara) language of Chad. Speakers have shifted to Musgu. One speaker remained in 1976."@en ;
    skos:inScheme lexvo: ;
    skos:notation "mje"^^xsd:string ;
    skos:prefLabel "Muskum"@en .

<http://lexvo.org/id/iso639-3/mjh> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mjh"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Mwera_(Nyasa)_language>,
        <http://www.mpii.de/yago/resource/Mwera_(Nyasa)_language> ;
    skos:altLabel "Mwera (Nyasa)"@en,
        "Mwera (Nyasa) language"@en ;
    skos:definition "Mwera Nyasa is a poorly attested Bantu language of Tanzania."@en ;
    skos:inScheme lexvo: ;
    skos:notation "mjh"^^xsd:string ;
    skos:prefLabel "Mwera"@en .

<http://lexvo.org/id/iso639-3/mjs> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mjs"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Miship_language>,
        <http://www.mpii.de/yago/resource/Miship_language> ;
    skos:altLabel "Miship language"@en ;
    skos:definition "Miship is an Afro-Asiatic language spoken in Plateau State, Nigeria. Doka is a dialect."@en ;
    skos:inScheme lexvo: ;
    skos:notation "mjs"^^xsd:string ;
    skos:prefLabel "Miship"@en,
        "Miship jezik"@hr .

<http://lexvo.org/id/iso639-3/mjt> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mjt"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Sauria_Paharia_language>,
        <http://www.mpii.de/yago/resource/Sauria_Paharia_language> ;
    skos:altLabel "Sauria Paharia language"@en ;
    skos:definition "The Sauria Paharia (Devnagri: सौरिया पहाड़िया) language is spoken in the Bihar and West Bengal states of India, and some pockets of Bangladesh. Most of the speakers are in India with around 110,000. There are about 7,000 speakers in Bangladesh."@en ;
    skos:inScheme lexvo: ;
    skos:notation "mjt"^^xsd:string ;
    skos:prefLabel "Malto"@de,
        "Sauria Paharia"@en,
        "Sauria paharia"@fr,
        "Lingua Malto"@la,
        "Lenga Sauria Paharia"@pms .

<http://lexvo.org/id/iso639-3/mjy> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mjy"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Mahican_language>,
        <http://www.mpii.de/yago/resource/Mahican_language> ;
    skos:altLabel "Mahican language"@en ;
    skos:definition "Mahican (also known as Mohican) is an extinct language of the Eastern Algonquian subgroup of the Algonquian language family, itself a member of the Algic language family."@en ;
    skos:inScheme lexvo: ;
    skos:notation "mjy"^^xsd:string ;
    skos:prefLabel "Mahican"@en,
        "Mohican"@fr,
        "マヒカン語"@ja,
        "Lenga mahican"@pms,
        "Língua moicana"@pt .

<http://lexvo.org/id/iso639-3/mka> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mka"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Mbre_language>,
        <http://www.mpii.de/yago/resource/Mbre_language> ;
    skos:altLabel "Mbre language"@en ;
    skos:definition "Mbre, also spelled Bre, Bεrε, Pre, is an endangered language spoken not far from the city of Bouaké, Ivory Coast. It had 200 speakers out of an ethnic population of 700 in the year 2000, in two villages, down from 15 villages some years earlier. Speakers are shifting to the neighboring Manding language Koro, and the language has large numbers of Manding loan words."@en ;
    skos:inScheme lexvo: ;
    skos:notation "mka"^^xsd:string ;
    skos:prefLabel "Mbre"@en,
        "Mbre jezik"@hr .

<http://lexvo.org/id/iso639-3/mkb> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mkb"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Mal_Paharia_language>,
        <http://www.mpii.de/yago/resource/Mal_Paharia_language> ;
    skos:altLabel "Mal Paharia language"@en ;
    skos:definition "Mal Paharia, is an Indo-Aryan language spoken by about 60,000 of 111,000 ethnic Mal Paharia in the states of Jharkhand and West Bengal in India and possibly in Bangladesh. There is a positive attitude amongst speakers of the language, and the language health is considered vigorous. Nonetheless, some speakers have shifted to Bengali."@en ;
    skos:inScheme lexvo: ;
    skos:notation "mkb"^^xsd:string ;
    skos:prefLabel "Mal Paharia"@en,
        "ภาษามัล ปาฮาเรีย"@th .

<http://lexvo.org/id/iso639-3/mke> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mke"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/mawc1242> ;
    skos:inScheme lexvo: ;
    skos:notation "mke"^^xsd:string ;
    skos:prefLabel "Mawchi"@en .

<http://lexvo.org/id/iso639-3/mkg> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mkg"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Mak_language>,
        <http://www.mpii.de/yago/resource/Mak_language> ;
    skos:altLabel "Mak (China)"@en,
        "Mak language"@en ;
    skos:definition "The Mak language (; autonym: ʔai3 ma:k8) is a Kam–Sui language spoken in Libo County, Qiannan Prefecture, Guizhou, China. It is spoken mainly in the four townships of Yangfeng, Fangcun, Jialian, and Diwo in Jialiang District, Libo County. Mak speakers can also be found in Dushan County. Mak is spoken alongside Ai-Cham and Buyei."@en ;
    skos:inScheme lexvo: ;
    skos:notation "mkg"^^xsd:string ;
    skos:prefLabel "Mak"@en .

<http://lexvo.org/id/iso639-3/mki> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mki"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Dhatki_language>,
        <http://www.mpii.de/yago/resource/Dhatki_language> ;
    skos:altLabel "Dhatki language"@en ;
    skos:definition "Dhatki, also known as Dhati or Thari, is one of the Rajasthani languages of the Indo-Aryan branch of the Indo-European language family. It is most closely related to Marwari."@en ;
    skos:inScheme lexvo: ;
    skos:notation "mki"^^xsd:string ;
    skos:prefLabel "Dhatki"@en,
        "Dhatki"@pl,
        "Lenga dhatki"@pms .

<http://lexvo.org/id/iso639-3/mkl> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mkl"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Mokole_language_(Benin)>,
        <http://www.mpii.de/yago/resource/Mokole_language_(Benin)> ;
    skos:altLabel "Mokole language"@en ;
    skos:definition "Mokole (or Mokollé, Mokwale, Monkole, Féri) is a Yoruba language spoken in the villages surrounding the town of Kandi in Benin. It's the northernmost variety of Yoruba."@en ;
    skos:inScheme lexvo: ;
    skos:notation "mkl"^^xsd:string ;
    skos:prefLabel "Mokole"@de,
        "Mokole"@en,
        "Lenga Mokole"@pms,
        "Kimokole"@sw .

<http://lexvo.org/id/iso639-3/mkm> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mkm"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Moklen_language>,
        <http://www.mpii.de/yago/resource/Moklen_language> ;
    skos:altLabel "Moklen language"@en ;
    skos:definition "Moklen is an Austronesian language of coastal Thailand. Like its relative Moken, it has been strongly influenced by Mon–Khmer languages."@en ;
    skos:inScheme lexvo: ;
    skos:notation "mkm"^^xsd:string ;
    skos:prefLabel "Moklen"@en .

<http://lexvo.org/id/iso639-3/mko> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mko"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Mingang_Doso_language>,
        <http://www.mpii.de/yago/resource/Mingang_Doso_language> ;
    skos:altLabel "Mingang Doso language"@en ;
    skos:definition "Mingang Doso (Məŋgáŋ Dosó) is an Adamawa language of Nigeria."@en ;
    skos:inScheme lexvo: ;
    skos:notation "mko"^^xsd:string ;
    skos:prefLabel "Mingang Doso"@en .

<http://lexvo.org/id/iso639-3/mks> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mks"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/sila1250> ;
    skos:altLabel "Mixtec, Silacayoapan"@en ;
    skos:inScheme lexvo: ;
    skos:notation "mks"^^xsd:string ;
    skos:prefLabel "Silacayoapan Mixtec"@en .

<http://lexvo.org/id/iso639-3/mkv> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mkv"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Mavea_language>,
        <http://www.mpii.de/yago/resource/Mavea_language> ;
    skos:altLabel "Mavea language"@en ;
    skos:definition "Mavea (also known as Mav̋ea or Mafea) is an Oceanic language spoken on the island of Mavea in Vanuatu, off the eastern coast of Espiritu Santo. It belongs to the North–Central Vanuatu linkage of Southern Oceanic. The total population of the island is approximately 172, with only 34 fluent speakers of the Mavea language remaining as of 2008."@en ;
    skos:inScheme lexvo: ;
    skos:notation "mkv"^^xsd:string ;
    skos:prefLabel "Mafea"@en,
        "Mavea"@fr,
        "Mafea jezik"@hr,
        "Lenga Mafea"@pms .

<http://lexvo.org/id/iso639-3/mkx> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mkx"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Kinamigin_language>,
        <http://www.mpii.de/yago/resource/Kinamigin_language> ;
    skos:altLabel "Kinamigin language"@en,
        "Manobo, Kinamiging"@en ;
    skos:definition "Kinamigin, also Cinamiguin, Kamigin, or Quinamiguin is a Manobo language spoken on the island of Camiguin in the Philippines. It is declining as most inhabitants have shifted to Cebuano."@en ;
    skos:inScheme lexvo: ;
    skos:notation "mkx"^^xsd:string ;
    skos:prefLabel "Kinamiging Manobo"@en .

<http://lexvo.org/id/iso639-3/mkz> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mkz"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Makasae_language>,
        <http://www.mpii.de/yago/resource/Makasae_language> ;
    skos:altLabel "Makasae language"@en ;
    skos:definition "Makasae (also known as Makassai, Macassai, Ma'asae, Makasai) is a Papuan language spoken by about 70,000 people on the eastern part of East Timor, in the districts of Baucau and Viqueque, just to the west of Fataluku. It is the most populous Papuan language in Timor and neighboring islands."@en ;
    skos:inScheme lexvo: ;
    skos:notation "mkz"^^xsd:string ;
    skos:prefLabel "Makasae"@de,
        "Makasae"@en,
        "Idioma makasae"@es,
        "Makasae jezik"@hr,
        "마카사이어"@ko,
        "Język maiwa"@pl,
        "Lenga Makasae"@pms,
        "Macassai"@pt,
        "ภาษามากาแซ"@th .

<http://lexvo.org/id/iso639-3/mlb> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mlb"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Mbule_language>,
        <http://www.mpii.de/yago/resource/Mbule_language> ;
    skos:altLabel "Mbule language"@en ;
    skos:definition "The Mbule language, also called Dumbule or Mbola, is an endangered southern Bantoid language spoken by a few people in central Cameroon."@en ;
    skos:inScheme lexvo: ;
    skos:notation "mlb"^^xsd:string ;
    skos:prefLabel "Mbule"@de,
        "Mbule"@en,
        "Lenga Mbule"@pms,
        "Kimbule"@sw .

<http://lexvo.org/id/iso639-3/mlc> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mlc"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Caolan_language>,
        <http://www.mpii.de/yago/resource/Caolan_language> ;
    skos:altLabel "Caolan language"@en ;
    skos:definition "Caolan, sometimes Man Cao Lan, is a Tai language of northern Vietnam. It is spoken by the San Chay people, who are also known as the Cao Lan. According to Pittayaporn (2009), it is closest to the Zhuang varieties of Chongzuo 崇左 and Shangsi 上思 across the border in China, both of which are lumped under the apparently polyphyletic Yongnan Zhuang by Ethnologue. Together, Caolan, Chongzuo, and Shangsi form a primary branch of the Tai languages."@en ;
    skos:inScheme lexvo: ;
    skos:notation "mlc"^^xsd:string ;
    skos:prefLabel "Cao Lan"@en .

<http://lexvo.org/id/iso639-3/mlh> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mlh"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Mape_language>,
        <http://www.mpii.de/yago/resource/Mape_language> ;
    skos:altLabel "Mape language"@en ;
    skos:definition "Mape is a Papuan language spoken in Morobe Province, Papua New Guinea. Dialects are Mape, Fukac, Naga, Nigac; the latter two may be extinct."@en ;
    skos:inScheme lexvo: ;
    skos:notation "mlh"^^xsd:string ;
    skos:prefLabel "Mape"@en .

<http://lexvo.org/id/iso639-3/mlj> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mlj"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Miltu_language>,
        <http://www.mpii.de/yago/resource/Miltu_language> ;
    skos:altLabel "Miltu language"@en ;
    skos:definition "Miltu (also known as Miltou) is an endangered Afro-Asiatic language spoken in southwestern Chad. Speakers are shifting to Bagirmi"@en ;
    skos:inScheme lexvo: ;
    skos:notation "mlj"^^xsd:string ;
    skos:prefLabel "Miltu"@en .

<http://lexvo.org/id/iso639-3/mlk> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mlk"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Ilwana_language>,
        <http://www.mpii.de/yago/resource/Ilwana_language> ;
    skos:altLabel "Ilwana language"@en,
        "Kiwilwana"@en ;
    skos:definition "Ilwana (Kiwilwana), or Malakote, is a minor Bantu language of Kenya."@en ;
    skos:inScheme lexvo: ;
    skos:notation "mlk"^^xsd:string ;
    skos:prefLabel "Ilwana"@en .

<http://lexvo.org/id/iso639-3/mlo> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mlo"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Mlomp_language>,
        <http://www.mpii.de/yago/resource/Mlomp_language> ;
    skos:altLabel "Mlomp language"@en ;
    skos:definition "The Mlomp language, also known as Gulompaay, is spoken in Senegal. It belongs to the Bak branch of the Niger–Congo language family, and is closely related to the Karon language."@en ;
    skos:inScheme lexvo: ;
    skos:notation "mlo"^^xsd:string ;
    skos:prefLabel "Mlompeg"@br,
        "Mlomp"@de,
        "Mlomp"@en,
        "Mlomp"@fr,
        "Mlomp jezik"@hr,
        "Lenga Mlomp"@pms .

<http://lexvo.org/id/iso639-3/mlq> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mlq"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/west2500> ;
    skos:altLabel "Maninkakan, Western"@en ;
    skos:inScheme lexvo: ;
    skos:notation "mlq"^^xsd:string ;
    skos:prefLabel "Western Maninkakan"@en .

<http://lexvo.org/id/iso639-3/mlr> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mlr"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Vame_language>,
        <http://www.mpii.de/yago/resource/Vame_language> ;
    skos:altLabel "Vame language"@en ;
    skos:definition "Vame is an Afro-Asiatic language spoken in northern Cameroon. Dialects are Demwa, Hurza, Mayo-Plata, Mberem, and Ndreme."@en ;
    skos:inScheme lexvo: ;
    skos:notation "mlr"^^xsd:string ;
    skos:prefLabel "Vame"@en,
        "Kivame"@sw .

<http://lexvo.org/id/iso639-3/mls> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mls"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/nucl1440> ;
    skos:inScheme lexvo: ;
    skos:notation "mls"^^xsd:string ;
    skos:prefLabel "Masalit"@en .

<http://lexvo.org/id/iso639-3/mlu> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mlu"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/toab1237> ;
    skos:inScheme lexvo: ;
    skos:notation "mlu"^^xsd:string ;
    skos:prefLabel "To'abaita"@en .

<http://lexvo.org/id/iso639-3/mlw> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mlw"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Moloko_language>,
        <http://www.mpii.de/yago/resource/Moloko_language> ;
    skos:altLabel "Moloko language"@en ;
    skos:definition "Moloko is an Afro-Asiatic language spoken in northern Cameroon."@en ;
    skos:inScheme lexvo: ;
    skos:notation "mlw"^^xsd:string ;
    skos:prefLabel "Moloko"@en,
        "Kimoloko"@sw .

<http://lexvo.org/id/iso639-3/mma> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mma"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Mama_language>,
        <http://www.mpii.de/yago/resource/Mama_language> ;
    skos:altLabel "Mama language"@en ;
    skos:definition "Mama is one of the Bantoid Jarawan languages of Nigeria. The number of speakers is not known; a figure of 20,000 was published in 1973."@en ;
    skos:inScheme lexvo: ;
    skos:notation "mma"^^xsd:string ;
    skos:prefLabel "Mama"@en .

<http://lexvo.org/id/iso639-3/mmb> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mmb"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Momina_language>,
        <http://www.mpii.de/yago/resource/Momina_language> ;
    skos:altLabel "Momina language"@en ;
    skos:definition "Momina is a Papuan language of Indonesia."@en ;
    skos:inScheme lexvo: ;
    skos:notation "mmb"^^xsd:string ;
    skos:prefLabel "Momina"@en .

<http://lexvo.org/id/iso639-3/mmd> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mmd"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Maonan_language>,
        <http://www.mpii.de/yago/resource/Maonan_language> ;
    skos:altLabel "Maonan language"@en ;
    skos:definition "The Maonan language is a Kam–Sui language spoken mainly in Huanjiang Maonan Autonomous County, Hechi, northern Guangxi by the Maonan people."@en ;
    skos:inScheme lexvo: ;
    skos:notation "mmd"^^xsd:string ;
    skos:prefLabel "Maonan"@en .

<http://lexvo.org/id/iso639-3/mme> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mme"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/maee1241> ;
    skos:inScheme lexvo: ;
    skos:notation "mme"^^xsd:string ;
    skos:prefLabel "Mae"@en .

<http://lexvo.org/id/iso639-3/mmf> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mmf"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Mundat_language>,
        <http://www.mpii.de/yago/resource/Mundat_language> ;
    skos:altLabel "Mundat language"@en ;
    skos:definition "Mundat is an Afro-Asiatic language spoken in Plateau State, Nigeria in the Mundat village of Bokkos LGA."@en ;
    skos:inScheme lexvo: ;
    skos:notation "mmf"^^xsd:string ;
    skos:prefLabel "Moundateg"@br,
        "Mundat"@en,
        "Mundat jezik"@hr .

<http://lexvo.org/id/iso639-3/mmh> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mmh"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Mehinaku_language>,
        <http://www.mpii.de/yago/resource/Mehinaku_language> ;
    skos:altLabel "Mehinaku language"@en ;
    skos:definition "Mehináku (Meinaku) is an Arawakan language spoken in Brazil. It is \"somewhat intelligible\" with Waurá (Ethnologue 2009)."@en ;
    skos:inScheme lexvo: ;
    skos:notation "mmh"^^xsd:string ;
    skos:prefLabel "Mehináku"@en .

<http://lexvo.org/id/iso639-3/mmp> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mmp"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Siawi_language>,
        <http://www.mpii.de/yago/resource/Siawi_language> ;
    skos:altLabel "Siawi language"@en ;
    skos:definition "Siawi (also known as Musian, Musa) is an Amto–Musan language. It is spoken in Sandaun Province of Papua New Guinea in the Amanab and Rocky Peak Districts, south of the Upper Sepik River, toward the headwaters of the Left May River on the Samaia River east of Amto."@en ;
    skos:inScheme lexvo: ;
    skos:notation "mmp"^^xsd:string ;
    skos:prefLabel "Siawi"@en,
        "Musa jezik"@hr,
        "Musan"@nl,
        "Lenga musan"@pms,
        "Сиави"@ru .

<http://lexvo.org/id/iso639-3/mmv> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mmv"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Miriti_language>,
        <http://www.mpii.de/yago/resource/Miriti_language> ;
    skos:altLabel "Miriti language"@en ;
    skos:definition "Miriti is an extinct Tucanoan language of Brazil."@en ;
    skos:inScheme lexvo: ;
    skos:notation "mmv"^^xsd:string ;
    skos:prefLabel "Miriti"@en .

<http://lexvo.org/id/iso639-3/mnb> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mnb"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/muna1247> ;
    skos:inScheme lexvo: ;
    skos:notation "mnb"^^xsd:string ;
    skos:prefLabel "Muna"@en .

<http://lexvo.org/id/iso639-3/mne> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mne"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Naba_language>,
        <http://www.mpii.de/yago/resource/Naba_language> ;
    skos:altLabel "Naba language"@en ;
    skos:definition "Naba is a Nilo-Saharan language spoken by 232,000 people in Chad. Those who speak this language are called Lisi, a collective name for three closely associated ethnic groups, the Bilala, the Kuka and the Medogo, that represent the three dialects in which Naba is subdivided. They live mainly in the Batha Prefecture, but the Kuka are also in Chari-Baguirmi. Ethnologue estimates the lexical similarity among the three dialects to be no less than 99%. Arabic is often known as a second language."@en ;
    skos:inScheme lexvo: ;
    skos:notation "mne"^^xsd:string ;
    skos:prefLabel "Naba"@en,
        "Набаски јазик"@mk .

<http://lexvo.org/id/iso639-3/mng> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mng"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/east2333> ;
    skos:altLabel "Mnong, Eastern"@en ;
    skos:inScheme lexvo: ;
    skos:notation "mng"^^xsd:string ;
    skos:prefLabel "Eastern Mnong"@en .

<http://lexvo.org/id/iso639-3/mnh> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mnh"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Mono_language_(Congo)>,
        <http://www.mpii.de/yago/resource/Mono_language_(Congo)> ;
    skos:altLabel "Mono (Democratic Republic of Congo)"@en,
        "Mono language"@en ;
    skos:definition "Mono is a language spoken by about 65,000 people in the northwestern corner of the Democratic Republic of the Congo. It is one of the Banda languages, a subbranch of the Ubangian branch of the Niger–Congo languages. It has five dialects: Bili, Bubanda, Mpaka, Galaba, and Kaga."@en ;
    skos:inScheme lexvo: ;
    skos:notation "mnh"^^xsd:string ;
    skos:prefLabel "Mono"@de,
        "Mono"@en,
        "Mono"@fr,
        "Lenga Mono, Còngo"@pms .

<http://lexvo.org/id/iso639-3/mnj> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mnj"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Munji_language>,
        <http://www.mpii.de/yago/resource/Munji_language> ;
    skos:altLabel "Munji language"@en ;
    skos:definition "The Munji language, also Munjani language, is a Pamir language spoken in Badakhshan Province in Afghanistan. It is similar to the Yidgha language which is spoken in the Upper Lutkuh Valley of Chitral, west of Garam Chishma in Pakistan."@en ;
    skos:inScheme lexvo: ;
    skos:notation "mnj"^^xsd:string ;
    skos:prefLabel "Мунджански език"@bg,
        "Moundjeg"@br,
        "Munji"@ca,
        "Munji"@en,
        "Mundži keel"@et,
        "Mundžanin kieli"@fi,
        "Lingua munxí"@gl,
        "Munji"@no,
        "Język mundżański"@pl,
        "Мунджанский язык"@ru,
        "ภาษามุนจี"@th .

<http://lexvo.org/id/iso639-3/mnp> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mnp"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Min_Bei>,
        <http://www.mpii.de/yago/resource/Min_Bei> ;
    skos:altLabel "Chinese, Min Bei"@en,
        "Min Bei Chinese"@en ;
    skos:definition "The Min-Bei language, or Northern Min is a collection of dialects of Min spoken in Nanping Prefecture of northwestern Fujian which, apart from Shao-Jiang Min, are mutually intelligible."@en ;
    skos:inScheme lexvo: ;
    skos:notation "mnp"^^xsd:string ;
    skos:prefLabel "Mineg an norzh"@br,
        "Min Bei"@de,
        "Min Bei"@en,
        "Min Bei"@es,
        "Min bei"@fi,
        "Minbei"@fr,
        "Minish Hwoaie"@gv,
        "Mên-pet-ngî"@hak,
        "ビン北語"@ja,
        "Minbei"@nl,
        "Minbei"@no,
        "Język minbei"@pl,
        "Lenga Cinèisa, Min Bei"@pms,
        "ภาษาหมิ่นเหนือ"@th,
        "Tiếng Mân Bắc"@vi,
        "闽北语"@zh .

<http://lexvo.org/id/iso639-3/mnq> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mnq"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Minriq_language>,
        <http://www.mpii.de/yago/resource/Minriq_language> ;
    skos:altLabel "Minriq language"@en ;
    skos:definition "Menriq (Minriq) is an aboriginal Mon–Khmer language of Malaya."@en ;
    skos:inScheme lexvo: ;
    skos:notation "mnq"^^xsd:string ;
    skos:prefLabel "Minriq"@en .

<http://lexvo.org/id/iso639-3/mnu> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mnu"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Mer_language>,
        <http://www.mpii.de/yago/resource/Mer_language> ;
    skos:altLabel "Mer language"@en ;
    skos:definition "Mer (also called Muri, Miere) is a Papuan language spoken in Papua province of Indonesia."@en ;
    skos:inScheme lexvo: ;
    skos:notation "mnu"^^xsd:string ;
    skos:prefLabel "Mer"@en,
        "Mer jezik"@hr .

<http://lexvo.org/id/iso639-3/moa> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "moa"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Mwan_language>,
        <http://www.mpii.de/yago/resource/Mwan_language> ;
    skos:altLabel "Mwan language"@en ;
    skos:definition "Mwan (Mwa, Mouan, Muan, Muana, Mona) is a Mande language of Ivory Coast."@en ;
    skos:inScheme lexvo: ;
    skos:notation "moa"^^xsd:string ;
    skos:prefLabel "Mwan"@en .

<http://lexvo.org/id/iso639-3/mod> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mod"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Mobilian_Jargon>,
        <http://www.mpii.de/yago/resource/Mobilian_Jargon> ;
    skos:altLabel "Mobilian Jargon"@en ;
    skos:definition "Mobilian Jargon (also Mobilian trade language, Mobilian Trade Jargon, Chickasaw–Choctaw trade language, Yamá) was a pidgin used as a lingua franca among Native American groups living along the Gulf of Mexico around the time of European settlement of the region. The name refers to the Mobile Indians of the central Gulf Coast."@en ;
    skos:inScheme lexvo: ;
    skos:notation "mod"^^xsd:string ;
    skos:prefLabel "Mobilian"@en,
        "Мобильский жаргон"@ru .

<http://lexvo.org/id/iso639-3/moi> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "moi"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Mboi_language>,
        <http://www.mpii.de/yago/resource/Mboi_language> ;
    skos:altLabel "Mboi language"@en ;
    skos:definition "Mboi (Mboire, Mboyi) is an Adamawa language of Nigeria. Its name is that of one of its dialects, the other two being Banga and Handa. These are rather divergent, and might be considered distinct languages."@en ;
    skos:inScheme lexvo: ;
    skos:notation "moi"^^xsd:string ;
    skos:prefLabel "Mboi"@en .

<http://lexvo.org/id/iso639-3/mom> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mom"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Chorotega_language>,
        <http://www.mpii.de/yago/resource/Chorotega_language> ;
    skos:altLabel "Chorotega language"@en ;
    skos:definition "Chorotega, also known as Mangue, was a language indigenous people of Honduras, Costa Rica and Nicaragua. The ethnic population number around 10,000. The Chorotega language, which was a member of the Manguean branch of the Oto-Manguean language family, is now extinct. Chorotega-speaking peoples included the Mangue and Monimbo; dialects were Chorotega proper, Diria, Nagrandan, Nicoya, Orisi, and Orotiña."@en ;
    skos:inScheme lexvo: ;
    skos:notation "mom"^^xsd:string ;
    skos:prefLabel "Chorotega"@de,
        "Mangue"@en,
        "Idioma chorotega"@es,
        "Chorotega"@hr,
        "Chorotega"@no,
        "Чоротега"@ru .

<http://lexvo.org/id/iso639-3/moq> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "moq"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Mor_language_(Papuan)>,
        <http://www.mpii.de/yago/resource/Mor_language_(Papuan)> ;
    skos:altLabel "Mor (Bomberai Peninsula)"@en,
        "Mor language"@en ;
    skos:definition "Mor is a nearly extinct Trans–New Guinea language that forms an independent branch of that family in the classification of Malcolm Ross (2005)."@en ;
    skos:inScheme lexvo: ;
    skos:notation "moq"^^xsd:string ;
    skos:prefLabel "Mor"@en .

<http://lexvo.org/id/iso639-3/mou> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mou"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Mogum_language>,
        <http://www.mpii.de/yago/resource/Mogum_language> ;
    skos:altLabel "Mogum language"@en ;
    skos:definition "Mogum (also known as Mogoum) is an Afro-Asiatic language spoken in south central Chad."@en ;
    skos:inScheme lexvo: ;
    skos:notation "mou"^^xsd:string ;
    skos:prefLabel "Mogum"@en .

<http://lexvo.org/id/iso639-3/mpa> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mpa"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Mpoto_language>,
        <http://www.mpii.de/yago/resource/Mpoto_language> ;
    skos:altLabel "Mpoto language"@en ;
    skos:definition "Mpoto is a Bantu language of Tanzania."@en ;
    skos:inScheme lexvo: ;
    skos:notation "mpa"^^xsd:string ;
    skos:prefLabel "Mpoto"@en .

<http://lexvo.org/id/iso639-3/mpg> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mpg"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Marba_language>,
        <http://www.mpii.de/yago/resource/Marba_language> ;
    skos:altLabel "Marba language"@en ;
    skos:definition "Marba is an Afro-Asiatic language of Chad."@en ;
    skos:inScheme lexvo: ;
    skos:notation "mpg"^^xsd:string ;
    skos:prefLabel "Marbaeg"@br,
        "Marba"@ca,
        "Marba"@en,
        "Marba hizkuntza"@eu,
        "Marba jezik"@hr .

<http://lexvo.org/id/iso639-3/mpi> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mpi"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Mpade_language>,
        <http://www.mpii.de/yago/resource/Mpade_language> ;
    skos:altLabel "Mpade language"@en ;
    skos:definition "√ Mpade is an Afro-Asiatic language spoken in northern Cameroon and southwestern Chad. Dialects are Bodo, Digam, Mpade, Shoe, and Woulki."@en ;
    skos:inScheme lexvo: ;
    skos:notation "mpi"^^xsd:string ;
    skos:prefLabel "Mpade"@en,
        "Kimpade"@sw .

<http://lexvo.org/id/iso639-3/mpm> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mpm"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/yoso1239> ;
    skos:altLabel "Mixtec, Yosondúa"@en ;
    skos:inScheme lexvo: ;
    skos:notation "mpm"^^xsd:string ;
    skos:prefLabel "Yosondúa Mixtec"@en .

<http://lexvo.org/id/iso639-3/mpn> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mpn"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Mindiri_language>,
        <http://www.mpii.de/yago/resource/Mindiri_language> ;
    skos:altLabel "Mindiri language"@en ;
    skos:definition "Mindiri is an Austronesian language spoken by about 80 people in one village on the Rai Coast, Madang Province, Papua New Guinea."@en ;
    skos:inScheme lexvo: ;
    skos:notation "mpn"^^xsd:string ;
    skos:prefLabel "Mindiri"@en .

<http://lexvo.org/id/iso639-3/mpo> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mpo"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Miu_language>,
        <http://www.mpii.de/yago/resource/Miu_language> ;
    skos:altLabel "Miu language"@en ;
    skos:definition "Miu is an Austronesian language spoken by about 500 tropical forest agriculturists in the Gimi Rauto District of West New Britain Province, Papua New Guinea on the island of New Britain."@en ;
    skos:inScheme lexvo: ;
    skos:notation "mpo"^^xsd:string ;
    skos:prefLabel "Miu"@en .

<http://lexvo.org/id/iso639-3/mpq> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mpq"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/mati1255> ;
    skos:inScheme lexvo: ;
    skos:notation "mpq"^^xsd:string ;
    skos:prefLabel "Matís"@en .

<http://lexvo.org/id/iso639-3/mpr> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mpr"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Vangunu_language>,
        <http://www.mpii.de/yago/resource/Vangunu_language> ;
    skos:altLabel "Vangunu language"@en ;
    skos:definition "Vangunu is an Oceanic language spoken by about 900 people on Vangunu Island, Solomon Islands. Speakers of Vangunu also use the closely related Marovo."@en ;
    skos:inScheme lexvo: ;
    skos:notation "mpr"^^xsd:string ;
    skos:prefLabel "Vangunu"@en,
        "Lenga Vangunu"@nap,
        "Lenga Vangunu"@pms .

<http://lexvo.org/id/iso639-3/mpt> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mpt"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Mian_language>,
        <http://www.mpii.de/yago/resource/Mian_language> ;
    skos:altLabel "Mian language"@en ;
    skos:definition "Mian is an Ok language spoken in the Telefomin district of the Sandaun province in Papua New Guinea by the Mian people. It has some 3,500 speakers spread across two dialects: West Mian with approximately 1,000 speakers in around Yapsiei and East Mian with approximately 2,500 speakers in and around Timeilmin, Temsakmin, Sokamin, Gubil, Fiak and Hotmin. Phonologically, Mian is very similar to other Papuan languages in the size of its phoneme inventory, but it nevertheless has some peculiarities, such as its contrast between a plain [a] and a pharyngealized [aˤ]. It is also a tonal language."@en ;
    skos:inScheme lexvo: ;
    skos:notation "mpt"^^xsd:string ;
    skos:prefLabel "Mian"@en .

<http://lexvo.org/id/iso639-3/mpu> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mpu"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Makurap_language>,
        <http://www.mpii.de/yago/resource/Makurap_language> ;
    skos:altLabel "Makurap language"@en ;
    skos:definition "Makurap (Macurapi) is a Tupian language of Brazil."@en ;
    skos:inScheme lexvo: ;
    skos:notation "mpu"^^xsd:string ;
    skos:prefLabel "Makuráp"@en .

<http://lexvo.org/id/iso639-3/mpw> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mpw"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Mapidian_language>,
        <http://www.mpii.de/yago/resource/Mapidian_language> ;
    skos:altLabel "Mapidian language"@en ;
    skos:definition "Mapidian (Maopidyán) is a moribund Arawakan language of Brazil and formerly of Guyana."@en ;
    skos:inScheme lexvo: ;
    skos:notation "mpw"^^xsd:string ;
    skos:prefLabel "Mapidian"@en .

<http://lexvo.org/id/iso639-3/mpx> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mpx"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Misima-Paneati_language>,
        <http://www.mpii.de/yago/resource/Misima-Paneati_language> ;
    skos:altLabel "Misima-Paneati language"@en ;
    skos:definition "Misima-Paneati, also called Misiman, is an indigenous Austronesian language spoken on the islands of Misima, Panaieti, and the islands of the eastern half of the Calvados Chain of Papua New Guinea."@en ;
    skos:inScheme lexvo: ;
    skos:notation "mpx"^^xsd:string ;
    skos:prefLabel "Misima-Panaeati"@en .

<http://lexvo.org/id/iso639-3/mpz> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mpz"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Mpi_language>,
        <http://www.mpii.de/yago/resource/Mpi_language> ;
    skos:altLabel "Mpi language"@en ;
    skos:definition "Mpi is a Loloish language of Thailand. The number of speakers is in decline."@en ;
    skos:inScheme lexvo: ;
    skos:notation "mpz"^^xsd:string ;
    skos:prefLabel "Mpi"@en .

<http://lexvo.org/id/iso639-3/mqb> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mqb"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Mbuko_language>,
        <http://www.mpii.de/yago/resource/Mbuko_language> ;
    skos:altLabel "Mbuko language"@en ;
    skos:definition "Mbuko is an Afro-Asiatic language spoken in the canton of Doulek, Méri subdivision, department of Diamaré, and also in parts of the canton of Serawa, Tokombéré subdivision, department of Mayo-Sava, in the Far North Region of Cameroon."@en ;
    skos:inScheme lexvo: ;
    skos:notation "mqb"^^xsd:string ;
    skos:prefLabel "Mbuko"@en,
        "Kimbuko"@sw .

<http://lexvo.org/id/iso639-3/mqf> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mqf"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Momuna_language>,
        <http://www.mpii.de/yago/resource/Momuna_language> ;
    skos:altLabel "Momuna language"@en ;
    skos:definition "Momuna, also known as Somahai (Somage, Sumohai), is a Papuan language of Indonesia."@en ;
    skos:inScheme lexvo: ;
    skos:notation "mqf"^^xsd:string ;
    skos:prefLabel "Momuna"@en .

<http://lexvo.org/id/iso639-3/mqj> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mqj"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/mama1276> ;
    skos:inScheme lexvo: ;
    skos:notation "mqj"^^xsd:string ;
    skos:prefLabel "Mamasa"@en .

<http://lexvo.org/id/iso639-3/mql> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mql"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Mbelime_language>,
        <http://www.mpii.de/yago/resource/Mbelime_language> ;
    skos:altLabel "Mbelime language"@en ;
    skos:definition "Mbelime, or Niende, is a Gur language of Benin."@en ;
    skos:inScheme lexvo: ;
    skos:notation "mql"^^xsd:string ;
    skos:prefLabel "Mbelime"@en,
        "Мбелиме"@ru,
        "Kimbelime"@sw .

<http://lexvo.org/id/iso639-3/mqu> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mqu"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Mandari_dialect>,
        <http://www.mpii.de/yago/resource/Mandari_dialect> ;
    skos:altLabel "Mandari dialect"@en ;
    skos:definition "Mundari is an Eastern Nilotic language spoken by the Mundari people of South Sudan."@en ;
    skos:inScheme lexvo: ;
    skos:notation "mqu"^^xsd:string ;
    skos:prefLabel "Mandari"@en,
        "Mandari"@fr .

<http://lexvo.org/id/iso639-3/mqx> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mqx"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Mamuju_language>,
        <http://www.mpii.de/yago/resource/Mamuju_language> ;
    skos:altLabel "Mamuju language"@en ;
    skos:definition "Mamuju is an Austronesian language of Sulawesi, Indonesia. It has no written form."@en ;
    skos:inScheme lexvo: ;
    skos:notation "mqx"^^xsd:string ;
    skos:prefLabel "Mamuju"@en .

<http://lexvo.org/id/iso639-3/mqz> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mqz"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Malasanga_language>,
        <http://www.mpii.de/yago/resource/Malasanga_language> ;
    skos:altLabel "Malasanga language"@en ;
    skos:definition "Malasanga or Pano is an Austronesian language spoken by about 900 individuals in two villages on the north coast of Morobe Province, Papua New Guinea."@en ;
    skos:inScheme lexvo: ;
    skos:notation "mqz"^^xsd:string ;
    skos:prefLabel "Pano"@en .

<http://lexvo.org/id/iso639-3/mrd> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mrd"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/west2418> ;
    skos:altLabel "Magar, Western"@en ;
    skos:inScheme lexvo: ;
    skos:notation "mrd"^^xsd:string ;
    skos:prefLabel "Western Magar"@en .

<http://lexvo.org/id/iso639-3/mre> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mre"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Martha's_Vineyard_Sign_Language>,
        <http://www.mpii.de/yago/resource/Martha's_Vineyard_Sign_Language> ;
    skos:definition "Marthas Vineyard Sign Language (MVSL) is a sign language once widely used on the island of Marthas Vineyard off the coast of Massachusetts, U.S., from the early 18th century to the year 1952. It was remarkable for its use by both deaf and hearing people in the community; consequently, deafness did not become a barrier to participation in public life. Martha's Vineyard Sign Language is also notable for the role it played in the development of American Sign Language."@en ;
    skos:inScheme lexvo: ;
    skos:notation "mre"^^xsd:string ;
    skos:prefLabel "Martha’s Vineyards Gebärdensprache"@de,
        "Martha's Vineyard Sign Language"@en,
        "Martha’s Vineyard-tegnspråk"@no,
        "Lenga dij segn Martha's Vineyard"@pms,
        "Língua de Sinais de Martha's Vineyard"@pt .

<http://lexvo.org/id/iso639-3/mrm> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mrm"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Mwerlap_language>,
        <http://www.mpii.de/yago/resource/Mwerlap_language> ;
    skos:altLabel "Mwerlap"@en,
        "Mwerlap language"@en ;
    skos:definition "Mwerlap is an Oceanic language spoken in the south of the Banks Islands in Vanuatu. Its 900 speakers live mostly in Merelava and Merig, but a fair proportion have also settled the east coast of Gaua island. Besides, a number of Mwerlap speakers live in the two cities of Vanuatu, Port Vila and Luganville."@en ;
    skos:inScheme lexvo: ;
    skos:notation "mrm"^^xsd:string ;
    skos:prefLabel "Merlav"@en,
        "Mwerlap"@fr,
        "Lenga Merlav"@pms .

<http://lexvo.org/id/iso639-3/mrn> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mrn"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/chek1238> ;
    skos:inScheme lexvo: ;
    skos:notation "mrn"^^xsd:string ;
    skos:prefLabel "Cheke Holo"@en .

<http://lexvo.org/id/iso639-3/mro> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mro"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Mru_language>,
        <http://www.mpii.de/yago/resource/Mru_language> ;
    skos:altLabel "Mru language"@en ;
    skos:definition "The Mru language is a part of Tibeto-Burman languages and one of the recognized languages of Bangladesh."@en ;
    skos:inScheme lexvo: ;
    skos:notation "mro"^^xsd:string ;
    skos:prefLabel "Mru"@de,
        "Mru"@en,
        "ภาษามรู"@th .

<http://lexvo.org/id/iso639-3/mrr> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mrr"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Maria_language_(India)>,
        <http://www.mpii.de/yago/resource/Maria_language_(India)> ;
    skos:altLabel "Maria (India)"@en,
        "Maria language"@en ;
    skos:definition "Maria is a Dravidian language spoken in India by approximately 165,000 people."@en ;
    skos:inScheme lexvo: ;
    skos:notation "mrr"^^xsd:string ;
    skos:prefLabel "Maria"@en,
        "Maria"@fr,
        "Lingua abujmaria"@gl,
        "Abujmaria"@hr,
        "Abujmaria"@is,
        "Lenga Maria"@pms,
        "Gond#Dialekter"@sv,
        "மாரியா மொழி"@ta .

<http://lexvo.org/id/iso639-3/mrv> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mrv"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Mangareva_language>,
        <http://www.mpii.de/yago/resource/Mangareva_language> ;
    skos:altLabel "Mangareva language"@en ;
    skos:definition "Mangareva, also known as the Mangarevan language, is a Polynesian language spoken in the Gambier Islands of French Polynesia by about 1600 people on the islands of Gambier and Mangareva. Speakers also have some bilingualism in Tahitian, in which there is a 50-68% lexical similarity. It is a member of the Marquesic subgroup, and as such is closely related to Hawaiian and to the languages of the Marquesas Islands."@en ;
    skos:inScheme lexvo: ;
    skos:notation "mrv"^^xsd:string ;
    skos:prefLabel "Mangarevanische Sprache"@de,
        "Mangareva"@en,
        "Mangarevan kieli"@fi,
        "Mangarévien"@fr,
        "Lenga Mangareva"@pms,
        "Мангареванский язык"@ru,
        "Reo Ma’areva"@ty .

<http://lexvo.org/id/iso639-3/mrz> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mrz"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/nucl1622> ;
    skos:inScheme lexvo: ;
    skos:notation "mrz"^^xsd:string ;
    skos:prefLabel "Marind"@en .

<http://lexvo.org/id/iso639-3/msb> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "msb"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Masbate%C3%B1o_language>,
        <http://www.mpii.de/yago/resource/Masbate%C3%B1o_language> ;
    skos:altLabel "Masbateño language"@en ;
    skos:definition "Masbateño is a Visayan language spoken by more than 600,000 people, primarily in the province of Masbate in the Philippines. It is close to Capiznon and Hiligaynon (Ilonggo), both spoken on Panay. It can be considered a Bisakol language, meaning a language intermediate between Visayan languages and Bicolano languages."@en ;
    skos:inScheme lexvo: ;
    skos:notation "msb"^^xsd:string ;
    skos:prefLabel "Minasbatenyo"@ceb,
        "Masbatenyo"@en,
        "Masbateño"@fr,
        "Pagsasao a Masbatenio"@ilo,
        "Масбатеньо"@ru,
        "ภาษามัสบาเตนโย"@th,
        "Tiếng Masbateño"@vi,
        "Masbatenyo nga yinaknan"@war .

<http://lexvo.org/id/iso639-3/msd> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "msd"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Limba_language_(Cameroon)>,
        <http://www.mpii.de/yago/resource/Limba_language_(Cameroon)> ;
    skos:altLabel "Yucatec Maya Sign Language"@en ;
    skos:definition "Limba (Malimba) is a Bantu language of Cameroon. It is very closely related to Duala. Speakers report some degree of mutual intelligibility with Tanga (Batanga), which they call \"Old Malimba\". Most speak Duala as the local lingua franca."@en ;
    skos:inScheme lexvo: ;
    skos:notation "msd"^^xsd:string ;
    skos:prefLabel "Limba language"@en .

<http://lexvo.org/id/iso639-3/mse> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mse"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Musey_language>,
        <http://www.mpii.de/yago/resource/Musey_language> ;
    skos:altLabel "Musey language"@en ;
    skos:definition "Musey is an Afro-Asiatic language of Chad and Cameroon. There is a degree of mutual intelligibility with Masana."@en ;
    skos:inScheme lexvo: ;
    skos:notation "mse"^^xsd:string ;
    skos:prefLabel "Musey"@en .

<http://lexvo.org/id/iso639-3/msf> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "msf"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Mekwei_language>,
        <http://www.mpii.de/yago/resource/Mekwei_language> ;
    skos:altLabel "Mekwei language"@en ;
    skos:definition "Mekwei (Menggwei) is a Papuan language of Indonesia."@en ;
    skos:inScheme lexvo: ;
    skos:notation "msf"^^xsd:string ;
    skos:prefLabel "Mekwei"@en .

<http://lexvo.org/id/iso639-3/msl> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "msl"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Molof_language>,
        <http://www.mpii.de/yago/resource/Molof_language> ;
    skos:altLabel "Molof language"@en,
        "Poule"@en ;
    skos:definition "Molof (Ampas, Poule) is a poorly documented Papuan language spoken by about 200 people. Wurm (1975) placed it as an independent branch of Trans–New Guinea, but Ross (2005) could not find enough evidence to classify it."@en ;
    skos:inScheme lexvo: ;
    skos:notation "msl"^^xsd:string ;
    skos:prefLabel "Molof"@en,
        "Język molof"@pl .

<http://lexvo.org/id/iso639-3/mso> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mso"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/nucl1452> ;
    skos:inScheme lexvo: ;
    skos:notation "mso"^^xsd:string ;
    skos:prefLabel "Mombum"@en .

<http://lexvo.org/id/iso639-3/msr> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "msr"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Mongolian_Sign_Language>,
        <http://www.mpii.de/yago/resource/Mongolian_Sign_Language> ;
    skos:definition "__NOTOC__ Mongolian Sign Language is a sign language used in Mongolia. Ethnologue estimates that there were between 10,000 to 147,000 deaf people in Mongolia ; however, it is not known how many of those are users of MSL."@en ;
    skos:inScheme lexvo: ;
    skos:notation "msr"^^xsd:string ;
    skos:prefLabel "Mongolian Sign Language"@en,
        "Língua de Sinais da Mongólia"@pt .

<http://lexvo.org/id/iso639-3/msu> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "msu"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/muso1238> ;
    skos:inScheme lexvo: ;
    skos:notation "msu"^^xsd:string ;
    skos:prefLabel "Musom"@en .

<http://lexvo.org/id/iso639-3/msv> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "msv"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Maslam_language>,
        <http://www.mpii.de/yago/resource/Maslam_language> ;
    skos:altLabel "Maslam language"@en ;
    skos:definition "Maslam is an Afro-Asiatic language spoken in northern Cameroon and southwestern Chad. Dialects are Maslam and Sao. Maslam is in rapid decline."@en ;
    skos:inScheme lexvo: ;
    skos:notation "msv"^^xsd:string ;
    skos:prefLabel "Maslam"@en,
        "Kimaslam"@sw .

<http://lexvo.org/id/iso639-3/msw> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "msw"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Sua_language>,
        <http://www.mpii.de/yago/resource/Sua_language> ;
    skos:altLabel "Sua language"@en ;
    skos:definition "Sua, also known as Mansoanka or Kunante, is a Mel language of Guinea-Bissau."@en ;
    skos:inScheme lexvo: ;
    skos:notation "msw"^^xsd:string ;
    skos:prefLabel "Mansoanka"@de,
        "Mansoanka"@en,
        "Mansoanka jezik"@hr,
        "Lenga Mansoanka"@pms .

<http://lexvo.org/id/iso639-3/mta> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mta"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Cotabato_Manobo_language>,
        <http://www.mpii.de/yago/resource/Cotabato_Manobo_language> ;
    skos:altLabel "Cotabato Manobo language"@en,
        "Manobo, Cotabato"@en ;
    skos:definition "Cotabato Manobo is a Manobo language spoken in Mindanao, the Philippines."@en ;
    skos:inScheme lexvo: ;
    skos:notation "mta"^^xsd:string ;
    skos:prefLabel "Cotabato Manobo"@en .

<http://lexvo.org/id/iso639-3/mtg> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mtg"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/unaa1239> ;
    skos:inScheme lexvo: ;
    skos:notation "mtg"^^xsd:string ;
    skos:prefLabel "Una"@en .

<http://lexvo.org/id/iso639-3/mtj> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mtj"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Moskona_language>,
        <http://www.mpii.de/yago/resource/Moskona_language> ;
    skos:altLabel "Moskona language"@en ;
    skos:definition "Meninggo, or Moskona, is a Papuan language of the north coast of Papua, Indonesia."@en ;
    skos:inScheme lexvo: ;
    skos:notation "mtj"^^xsd:string ;
    skos:prefLabel "Moskona"@en,
        "Bahasa Sentani"@id .

<http://lexvo.org/id/iso639-3/mtk> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mtk"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/mbee1250> ;
    skos:inScheme lexvo: ;
    skos:notation "mtk"^^xsd:string ;
    skos:prefLabel "Mbe'"@en .

<http://lexvo.org/id/iso639-3/mtl> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mtl"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Montol_language>,
        <http://www.mpii.de/yago/resource/Montol_language> ;
    skos:altLabel "Montol language"@en ;
    skos:definition "Montol is an Afro-Asiatic language spoken in Plateau State, Nigeria. Dialects are Baltap-Lalin and Montol."@en ;
    skos:inScheme lexvo: ;
    skos:notation "mtl"^^xsd:string ;
    skos:prefLabel "Montol"@en .

<http://lexvo.org/id/iso639-3/mtm> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mtm"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Mator_language>,
        <http://www.mpii.de/yago/resource/Mator_language> ;
    skos:altLabel "Mator language"@en ;
    skos:definition "Mator or Motor was a Uralic language belonging to the group of Samoyedic languages, extinct since the 1840s. It was spoken in the northern region of the Sayan Mountains in Siberia, close to the Mongolian north border. The speakers of Mator lived in a wide area from the eastern parts of the Minusinsk District (okrug) along the Yenisei River to the region of Lake Baikal. Three dialects of Mator were recorded: Mator proper as well as Taygi and Karagas (occasionally considered as separate languages, but their differences are few)."@en ;
    skos:inScheme lexvo: ;
    skos:notation "mtm"^^xsd:string ;
    skos:prefLabel "Matoreg"@br,
        "Matorische Sprache"@de,
        "Mator"@en,
        "Matora lingvo"@eo,
        "Idioma mator"@es,
        "Matorin kieli"@fi,
        "Mator"@fr,
        "Matorische Sprache"@gsw-FR,
        "Matorish"@gv,
        "Mator nyelv"@hu,
        "Lingua mator"@it,
        "Matorų kalba"@lt,
        "Matuoru kalba"@lt-x,
        "Маторски јазик"@mk,
        "Mator"@nn,
        "Lenga Mator"@pms,
        "Маторский язык"@ru,
        "Matorigiella"@se,
        "Tiếng Motor"@vi .

<http://lexvo.org/id/iso639-3/mtn> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mtn"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Matagalpa_language>,
        <http://www.mpii.de/yago/resource/Matagalpa_language> ;
    skos:altLabel "Matagalpa language"@en ;
    skos:definition "Matagalpa is an extinct Misumalpan language formerly spoken in the central highlands of Nicaragua. The language became extinct in the nineteenth century, and only few short wordlists remain. It was closely related to Cacaopera. The ethnic group, which numbers about 20,000 now speaks Spanish."@en ;
    skos:inScheme lexvo: ;
    skos:notation "mtn"^^xsd:string ;
    skos:prefLabel "Matagalpa"@cs,
        "Matagalpa"@en,
        "Idioma matagalpa"@es .

<http://lexvo.org/id/iso639-3/mtp> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mtp"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Wich%C3%AD_Lhamt%C3%A9s_Nocten>,
        <http://www.mpii.de/yago/resource/Wich%C3%AD_Lhamt%C3%A9s_Nocten> ;
    skos:definition "Wichí Lhamtés Nocten is a Wichí language primarily spoken in Bolivia, where an estimated 1,810 Wichí people spoke it in 1994. An additional one hundred people spoke the language in Argentina in 1994. In Bolivia, the language is spoken in the north-central Tarija Department, southwest of Pilcomayo River, and in Cordillera de Pirapo. In Argentina, it is spoken in from the northern border south to Tartagal, Salta. The language is also called Mataco, Bolivian, Mataco Nocten, Nocten, Noctenes, Oktenai, and Weenhayek."@en ;
    skos:inScheme lexvo: ;
    skos:notation "mtp"^^xsd:string ;
    skos:prefLabel "Wichí Lhamtés Nocten"@en,
        "Lenga wichí lhamtés nocten"@pms .

<http://lexvo.org/id/iso639-3/mtr> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mtr"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Mewari_language>,
        <http://www.mpii.de/yago/resource/Mewari_language> ;
    skos:altLabel "Mewari language"@en ;
    skos:definition "Mewari is one of the major dialects of Rajasthani language of Indo-Aryan languages family. It is spoken by about five million speakers in Rajsamand, Bhilwara, Udaipur, and Chittorgarh districts of Rajasthan state of India. It has SOV word order."@en ;
    skos:inScheme lexvo: ;
    skos:notation "mtr"^^xsd:string ;
    skos:prefLabel "Mewari"@en,
        "Język mewari"@pl,
        "Lenga mewari"@pms,
        "மேவாரி மொழி"@ta,
        "ภาษาเมวารี"@th .

<http://lexvo.org/id/iso639-3/mts> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mts"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Yora_language>,
        <http://www.mpii.de/yago/resource/Yora_language> ;
    skos:altLabel "Yora language"@en ;
    skos:definition "The Yora language also called Yura or Yuranahua is an indigenous language of Peru in the region of Manú National Park on the Panagua River. It belongs to the Panoan language family which also counts Cashibo language, Shipibo language the languages most closely related to Yora are the Yaminahua and Sharanahua languages. According to the Ethnologue there were 350 to 400 speakers of Yora in 1998, but the language was vigorous in the communities."@en ;
    skos:inScheme lexvo: ;
    skos:notation "mts"^^xsd:string ;
    skos:prefLabel "Yora"@en,
        "Yora"@fr .

<http://lexvo.org/id/iso639-3/mtt> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mtt"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Mota_language>,
        <http://www.mpii.de/yago/resource/Mota_language> ;
    skos:altLabel "Mota language"@en ;
    skos:definition "Mota is an Oceanic language spoken by about 750 people on Mota island, in the Banks Islands of Vanuatu."@en ;
    skos:inScheme lexvo: ;
    skos:notation "mtt"^^xsd:string ;
    skos:prefLabel "Mota"@en,
        "Mota"@fr,
        "მოტა ენა"@ka,
        "Lenga Mota"@pms .

<http://lexvo.org/id/iso639-3/mty> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mty"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Nabi_language>,
        <http://www.mpii.de/yago/resource/Nabi_language> ;
    skos:altLabel "Nabi language"@en ;
    skos:definition "Nabi (Nambi), Metan, is a Torricelli language of Papua New Guinea. It was assigned to the Maimai branch in Ross (2005)."@en ;
    skos:inScheme lexvo: ;
    skos:notation "mty"^^xsd:string ;
    skos:prefLabel "Nabi"@en .

<http://lexvo.org/id/iso639-3/mub> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mub"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Mubi_language>,
        <http://www.mpii.de/yago/resource/Mubi_language> ;
    skos:altLabel "Mubi language"@en ;
    skos:definition "Mubi (also known as Moubi) is an Afro-Asiatic language spoken in central Chad."@en ;
    skos:inScheme lexvo: ;
    skos:notation "mub"^^xsd:string ;
    skos:prefLabel "Mubi"@en .

<http://lexvo.org/id/iso639-3/muc> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "muc"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Mbu%E2%80%99_language>,
        <http://www.mpii.de/yago/resource/Mbu%E2%80%99_language> ;
    skos:altLabel "Ajumbu"@en,
        "Mbu’ language"@en ;
    skos:definition "Mbu’ is a Bantoid language of Cameroon. It is traditionally classified as a Western Beboid language, but that has not been demonstrated to be a valid family. Inasmuch as Western Beboid may be valid, Mbu’ would appear to be the most divergent of its languages."@en ;
    skos:inScheme lexvo: ;
    skos:notation "muc"^^xsd:string ;
    skos:prefLabel "Mbu'"@de,
        "Mbu'"@en,
        "Lenga Mbu"@pms,
        "Kimbu'"@sw .

<http://lexvo.org/id/iso639-3/mud> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mud"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Medny_Aleut_language>,
        <http://www.mpii.de/yago/resource/Medny_Aleut_language> ;
    skos:altLabel "Aleut, Mednyj"@en,
        "Medny Aleut language"@en ;
    skos:definition "Mednyj Aleut (Also called Copper Island Creole or Copper Island Aleut) is a nearly extinct mixed language spoken on Bering Island. It is characterized by Aleut nouns and Russian verbs, each with the full inflectional complexity of the source languages. There are only 5 native speakers left."@en ;
    skos:inScheme lexvo: ;
    skos:notation "mud"^^xsd:string ;
    skos:prefLabel "Mednyj Aleut"@en,
        "Алеутско-медновский язык"@ru .

<http://lexvo.org/id/iso639-3/mue> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mue"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Media_Lengua>,
        <http://www.mpii.de/yago/resource/Media_Lengua> ;
    skos:definition "Media Lengua (Spanish for \"half language\" or \"in-between language\") is a language spoken in Salcedo, about 100 km south of Quito, Ecuador, by about 1,000 people of Native American ancestry. It is usually classified as a mixed language as it combines Spanish vocabulary with a Quechua grammatical system, most conspicuously morphology. Most of its lexemes, especially almost all content words, are of Spanish origin, only adapted to Quechua phonology, while its morphology, syntax and some particles are Quechua."@en ;
    skos:inScheme lexvo: ;
    skos:notation "mue"^^xsd:string ;
    skos:prefLabel "Media Lengua"@en,
        "Медиа-ленгуа"@ru .

<http://lexvo.org/id/iso639-3/mui> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mui"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Musi_language>,
        <http://www.mpii.de/yago/resource/Musi_language> ;
    skos:altLabel "Musi language"@en ;
    skos:definition "Musi, also known as Palembang and Sekayu, is a Malay language spoken by about 1.4 million residents of the Palembang metropolitan area, Palembang being the capital of South Sumatra, Indonesia, and has about 2.5 million additional speakers in the surrounding area. In recent times, the Palembang language has become a lingua franca in South Sumatra province , although South Sumatra also has other regional languages and dialects. Palembang is highly influenced by Javanese, because the first speakers came from Demak, Central Java in 18th century."@en ;
    skos:inScheme lexvo: ;
    skos:notation "mui"^^xsd:string ;
    skos:prefLabel "Bahasa Palémbang"@bjn,
        "Musi"@en,
        "Bahasa Palembang"@id,
        "Bahasa Palembang"@ms .

<http://lexvo.org/id/iso639-3/muj> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "muj"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Mabire_language>,
        <http://www.mpii.de/yago/resource/Mabire_language> ;
    skos:altLabel "Mabire language"@en ;
    skos:definition "Mabire is a nearly extinct Afro-Asiatic language spoken in Oulek village in Chad."@en ;
    skos:inScheme lexvo: ;
    skos:notation "muj"^^xsd:string ;
    skos:prefLabel "Mabire"@en,
        "Lenga Mabire"@pms .

<http://lexvo.org/id/iso639-3/muk> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "muk"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Mugom_language>,
        <http://www.mpii.de/yago/resource/Mugom_language> ;
    skos:altLabel "Mugom language"@en ;
    skos:definition "Mugom (Mugu, Mugum) is a Bodish language spoken by over 6,000 people in Nepal and about 500 in India."@en ;
    skos:inScheme lexvo: ;
    skos:notation "muk"^^xsd:string ;
    skos:prefLabel "Mugom"@en .

<http://lexvo.org/id/iso639-3/mul> a lvont:Language,
        skos:Concept ;
    lvont:isFocusOf <http://id.loc.gov/vocabulary/iso639-2/mul> ;
    lvont:iso6392BCode "mul"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-2/mul> ;
    owl:sameAs <http://psi.oasis-open.org/iso/639/#mul>,
        <info:lc/vocabulary/languages/mul> ;
    skos:altLabel "Multiple languages"@en ;
    skos:inScheme lexvo: ;
    skos:prefLabel "Veelvuldige tale"@af,
        "لغات متعددة"@ar,
        "digər dillər"@az,
        "многоезични"@bg,
        "বহুগুণিতক ভাষাসমূহ"@bn,
        "yezhoù lies"@br,
        "više jezika"@bs,
        "више језика"@bs-Cyrl,
        "llengües vàries"@ca,
        "多种语系"@cmn,
        "多種語言"@cmn-Hant,
        "složené (víceřádkové) jazyky"@cs,
        "mwy nag un iaith"@cy,
        "flere sprog"@da,
        "Mehrsprachig"@de,
        "gbegbɔgblɔ sɔgbɔwo"@ee,
        "Πολλαπλές γλώσσες"@el,
        "Multiple Languages"@en,
        "𐐣𐐲𐑊𐐻𐐮𐐹𐐲𐑊 𐐢𐐩𐑍𐐶𐐮𐐾𐐲𐑆"@en-Dsrt,
        "pluraj lingvoj"@eo,
        "lenguas múltiples"@es,
        "mitu keelt"@et,
        "hizkuntza anitzak"@eu,
        "چندین زبان"@fa,
        "monia kieliä"@fi,
        "multilingue"@fr,
        "lenghis multiplis"@fur,
        "varias linguas"@gl,
        "Mehrschpraachig"@gsw,
        "બહુવિધ ભાષા"@gu,
        "מספר שפות"@he,
        "विविध भाषाएँ"@hi,
        "više jezika"@hr,
        "többszörös nyelvek"@hu,
        "Beberapa Bahasa"@id,
        "margvísleg mál"@is,
        "multilingua"@it,
        "複数言語"@ja,
        "ಬಹುಸಂಖ್ಯೆಯ ಭಾಷೆಗಳು"@kn,
        "다중 언어"@ko,
        "واریاہ زبان"@ks,
        "-ongerscheidlijje Schprooche-"@ksh,
        "ຫລາຍພາສາ"@lo,
        "kelios kalbos"@lt,
        "vairākas valodas"@lv,
        "повеќе јазици"@mk,
        "പലഭാഷകൾ"@ml,
        "एकविध भाषा"@mr,
        "Lingwi Diversi"@mt,
        "အကြိမ်များစွာ ဘာသာစကားများ"@my,
        "flere språk"@nb,
        "Meerdere talen"@nl,
        "fleire språk"@nn,
        "ବିବିଧ ଭାଷାମାନ"@or,
        "wiele języków"@pl,
        "idiomas múltiplos"@pt,
        "pluriling"@rm,
        "limbi multiple"@ro,
        "несколько языков"@ru,
        "viaceré jazyky"@sk,
        "več jezikov"@sl,
        "Више језика"@sr,
        "Više jezika"@sr-Latn,
        "flera språk"@sv,
        "Lugha Nyingi"@swh,
        "பல மொழிகள்"@ta,
        "బహుళ భాషలు"@te,
        "หลายภาษา"@th,
        "lea tuifio"@to,
        "Birden Fazla Dil"@tr,
        "декілька мов"@uk,
        "Nhiều Ngôn ngữ"@vi .

<http://lexvo.org/id/iso639-3/muo> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "muo"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Nyong_language>,
        <http://www.mpii.de/yago/resource/Nyong_language> ;
    skos:altLabel "Nyong language"@en ;
    skos:definition "Nyong (Daganyonga) is a Leko language spoken in two well-separated enclaves in Cameroon and Nigeria. Cameroonian speakers consider themselves to be ethnically Chamba."@en ;
    skos:inScheme lexvo: ;
    skos:notation "muo"^^xsd:string ;
    skos:prefLabel "Nyong"@de,
        "Nyong"@en,
        "Lenga Nyong"@pms,
        "Kinyong"@sw .

<http://lexvo.org/id/iso639-3/mup> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mup"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Malvi_language>,
        <http://www.mpii.de/yago/resource/Malvi_language> ;
    skos:altLabel "Malvi language"@en ;
    skos:definition "Malvi (Malavi, Mallow, Malwada, Malwi) is the Rajasthani language of the Malva region of India, with ten million speakers. Nimadi, spoken in the Nimar region of Madhya Pradesh and in Rajasthan, is its closest relative. The dialects of Malvi are Ujjaini (Ujjain, Indore, Dewas, Shajapur, Sehore districts), Rajawadi (Ratlam, Mandsaur, Neemuch districts), Umathwadi (Rajgarh district), and Sondhwadi (Jhalawar district). Ujjaini is the prestige dialect, and the language as a whole sometimes goes by that name. About 75% of the Malvi population can converse in Hindi, which is the official language of the Madhya Pradesh state, and literacy rate in a second language such as Hindi is about 40%.There are many unpublished materials in this language."@en ;
    skos:inScheme lexvo: ;
    skos:notation "mup"^^xsd:string ;
    skos:prefLabel "Malvi"@en,
        "マールヴィー語"@ja,
        "Malvi"@no,
        "Język malwi"@pl,
        "Lenga malvi"@pms,
        "ภาษามัลวี"@th .

<http://lexvo.org/id/iso639-3/muu> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "muu"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Yaaku_language>,
        <http://www.mpii.de/yago/resource/Yaaku_language> ;
    skos:altLabel "Yaaku language"@en ;
    skos:definition "Yaaku (also known as Mukogodo, Mogogodo, Mukoquodo, Siegu, Yaakua, Ndorobo) is an endangered Afro-Asiatic language spoken in Kenya. It is Cushitic, but its position within that family in unclear. Speakers are all older adults."@en ;
    skos:inScheme lexvo: ;
    skos:notation "muu"^^xsd:string ;
    skos:prefLabel "Yaaku"@en,
        "Yaaku hizkuntza"@eu,
        "Yaaku jezik"@hr,
        "Lenga Yaaku"@pms .

<http://lexvo.org/id/iso639-3/muy> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "muy"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Muyang_language>,
        <http://www.mpii.de/yago/resource/Muyang_language> ;
    skos:altLabel "Muyang language"@en ;
    skos:definition "Muyang is an Afro-Asiatic language spoken in northern Cameroon."@en ;
    skos:inScheme lexvo: ;
    skos:notation "muy"^^xsd:string ;
    skos:prefLabel "Muyang"@en,
        "Kimuyang"@sw .

<http://lexvo.org/id/iso639-3/mvf> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mvf"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/peri1253> ;
    skos:altLabel "Mongolian, Peripheral"@en ;
    skos:inScheme lexvo: ;
    skos:notation "mvf"^^xsd:string ;
    skos:prefLabel "Peripheral Mongolian"@en .

<http://lexvo.org/id/iso639-3/mvh> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mvh"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Mire_language>,
        <http://www.mpii.de/yago/resource/Mire_language> ;
    skos:altLabel "Mire language"@en ;
    skos:definition "Mire is an Afro-Asiatic language spoken in the southwestern Chadian prefectures of Tandjile Prefecture and Lai Prefecture. Most of the speakers, who generally practice traditional religions or Christianity, speak Ndam (65% lexical similarity) or Kimré (32% lexical similarity) as a second language."@en ;
    skos:inScheme lexvo: ;
    skos:notation "mvh"^^xsd:string ;
    skos:prefLabel "Mulgi"@en .

<http://lexvo.org/id/iso639-3/mvi> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mvi"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Miyako_language>,
        <http://www.mpii.de/yago/resource/Miyako_language> ;
    skos:altLabel "Miyako language"@en ;
    skos:definition "Miyako ( Myaakufutsu ) is a language spoken in the Miyako Islands, located southwest of Okinawa. The combined population of the islands is about 52,000 (as of 2011). Miyako is a Ryukyuan language, most closely related to Yaeyama. The number of competent native speakers is not known - as a consequence of Japanese language policy, reflected in the education system, people below the age of 60 tend to not use the language except in songs and rituals, and the younger generation mostly uses Japanese as their first language. Miyako is notable among the Japonic languages in that it allows non-nasal syllable-final consonants, something not found in most Japonic varieties."@en ;
    skos:inScheme lexvo: ;
    skos:notation "mvi"^^xsd:string ;
    skos:prefLabel "Miyakoeg"@br,
        "Miyako-Sprache"@de,
        "Miyako"@en,
        "Idioma miyako"@es,
        "Miyako"@fr,
        "Miyako"@hr,
        "宮古方言"@ja,
        "Mijakų kalba"@lt,
        "Lenga miyako"@pms,
        "Língua miyako"@pt,
        "Миякоское наречие"@ru,
        "ภาษามิยาโกะ"@th .

<http://lexvo.org/id/iso639-3/mvk> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mvk"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Mekmek_language>,
        <http://www.mpii.de/yago/resource/Mekmek_language> ;
    skos:altLabel "Mekmek language"@en ;
    skos:definition "Mekmek is a Yuat language of Papua New Guinea."@en ;
    skos:inScheme lexvo: ;
    skos:notation "mvk"^^xsd:string ;
    skos:prefLabel "Mekmek"@en .

<http://lexvo.org/id/iso639-3/mvl> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mvl"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Mbara_language_(Australia)>,
        <http://www.mpii.de/yago/resource/Mbara_language_(Australia)> ;
    skos:altLabel "Mbara (Australia)"@en,
        "Mbara language"@en ;
    skos:definition "Mbara is an extinct aboriginal language of Australia. It was spoken by tribal aborigines. No district or region was recorded on Ethnologue, so it is unknown where Mbara was spoken. It could be that the language has been extinct for too long. It has certainly been many years since any aborigines spoke Mbara, and the ethnic population is unknown."@en ;
    skos:inScheme lexvo: ;
    skos:notation "mvl"^^xsd:string ;
    skos:prefLabel "Mbara"@en .

<http://lexvo.org/id/iso639-3/mvm> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mvm"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Muya_language>,
        <http://www.mpii.de/yago/resource/Muya_language> ;
    skos:altLabel "Muya language"@en ;
    skos:definition "Munya or Muya is one of the Qiangic languages spoken in China. There are two dialects, which are not mutually intelligible. Most research on Munya has been conducted by Ikeda Takumi."@en ;
    skos:inScheme lexvo: ;
    skos:notation "mvm"^^xsd:string ;
    skos:prefLabel "Muya"@en .

<http://lexvo.org/id/iso639-3/mvn> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mvn"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/mina1269> ;
    skos:inScheme lexvo: ;
    skos:notation "mvn"^^xsd:string ;
    skos:prefLabel "Minaveha"@en .

<http://lexvo.org/id/iso639-3/mvo> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mvo"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Marovo_language>,
        <http://www.mpii.de/yago/resource/Marovo_language> ;
    skos:altLabel "Marovo language"@en ;
    skos:definition "Marovo is an Austronesian language of the Solomon Islands. It is spoken in the New Georgia Group on islands in Marovo Lagoon and on the neighbouring islands of New Georgia, Vangunu and Nggatokae. The usual word order in sentences is verb-subject-object."@en ;
    skos:inScheme lexvo: ;
    skos:notation "mvo"^^xsd:string ;
    skos:prefLabel "Marovo"@cy,
        "Marovo"@en,
        "Marovo"@fr .

<http://lexvo.org/id/iso639-3/mvs> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mvs"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Massep_language>,
        <http://www.mpii.de/yago/resource/Massep_language> ;
    skos:altLabel "Massep language"@en ;
    skos:definition "Massep (Masep, Potafa, Wotaf) is a poorly documented Papuan language spoken by under 50 people in a single village. Despite the small number of speakers, however, language use is vigorous. Donohue et al. (2002) conclude that it is definitely not a Kwerba language, as it had been classified by Wurm (1975), and they did not notice connections to any other language family. Ethnologue (2009) thus considers it a language isolate, but it has not been included in wider surveys such as Ross (2005). The pronouns are not dissimilar from those Trans–New Guinea languages, but Massep is geographically distant from that family."@en ;
    skos:inScheme lexvo: ;
    skos:notation "mvs"^^xsd:string ;
    skos:prefLabel "Massep"@en .

<http://lexvo.org/id/iso639-3/mvu> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mvu"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Marfa_language>,
        <http://www.mpii.de/yago/resource/Marfa_language> ;
    skos:altLabel "Marfa language"@en ;
    skos:definition "Marfa is a Maban language language of Chad."@en ;
    skos:inScheme lexvo: ;
    skos:notation "mvu"^^xsd:string ;
    skos:prefLabel "Marfa"@en .

<http://lexvo.org/id/iso639-3/mvv> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mvv"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Tagol_Murut_language>,
        <http://www.mpii.de/yago/resource/Tagol_Murut_language> ;
    skos:altLabel "Murut, Tagal"@en,
        "Tagol Murut language"@en ;
    skos:definition "The Tagol Murut language is spoken by the Tagol (lowland) subgroup of the Murut people, and serves as the lingua franca of the whole group. It belongs to the Bornean subdivision of the Austronesian language family. Murut Tagol people can be found in Sabah and Sarawak, usually in areas around Lawas, Limbang & along the border areas shared with Brunei and Indonesia."@en ;
    skos:inScheme lexvo: ;
    skos:notation "mvv"^^xsd:string ;
    skos:prefLabel "Tagal Murut"@en .

<http://lexvo.org/id/iso639-3/mvz> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mvz"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Mesqan_language>,
        <http://www.mpii.de/yago/resource/Mesqan_language> ;
    skos:altLabel "Mesqan language"@en ;
    skos:definition "Mesqan (also Masqan, Meskan) is an Afro-Asiatic Ethiopian Semitic language spoken in the West Gurage region of Ethiopia."@en ;
    skos:inScheme lexvo: ;
    skos:notation "mvz"^^xsd:string ;
    skos:prefLabel "Mesqan"@en .

<http://lexvo.org/id/iso639-3/mwb> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mwb"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Juwal_language>,
        <http://www.mpii.de/yago/resource/Juwal_language> ;
    skos:altLabel "Juwal language"@en ;
    skos:definition "Juwal Muniwara is a Torricelli language of Papua New Guinea. Other names are Mambe and Tumara ~ Tumaru."@en ;
    skos:inScheme lexvo: ;
    skos:notation "mwb"^^xsd:string ;
    skos:prefLabel "Juwal"@en .

<http://lexvo.org/id/iso639-3/mwc> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mwc"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Are_language>,
        <http://www.mpii.de/yago/resource/Are_language> ;
    skos:altLabel "Are language"@en ;
    skos:definition "The Are language is an Austronesian language of the eastern Papua New Guinean mainland, It's spoken by about 1,230 people."@en ;
    skos:inScheme lexvo: ;
    skos:notation "mwc"^^xsd:string ;
    skos:prefLabel "Are"@en,
        "Are"@fr,
        "Are jezik"@hr,
        "Are"@is .

<http://lexvo.org/id/iso639-3/mwh> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mwh"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Mouk-Aria_language>,
        <http://www.mpii.de/yago/resource/Mouk-Aria_language> ;
    skos:altLabel "Mouk-Aria language"@en ;
    skos:definition "Mouk-Aria is an Austronesian language spoken by about 600 individuals along coastal West New Britain Province, Papua New Guinea on the island of New Britain."@en ;
    skos:inScheme lexvo: ;
    skos:notation "mwh"^^xsd:string ;
    skos:prefLabel "Mouk-Aria"@en .

<http://lexvo.org/id/iso639-3/mwi> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mwi"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Ninde_language>,
        <http://www.mpii.de/yago/resource/Ninde_language> ;
    skos:altLabel "Ninde"@en,
        "Ninde language"@en ;
    skos:definition "Ninde, or Labo (also Nide, Meaun, Mewun) is an Oceanic language spoken by about 1,100 people in the Southwest Bay area of Malekula island, in Vanuatu."@en ;
    skos:inScheme lexvo: ;
    skos:notation "mwi"^^xsd:string ;
    skos:prefLabel "Labo"@en,
        "Labo"@fr .

<http://lexvo.org/id/iso639-3/mwm> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mwm"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Sar_language>,
        <http://www.mpii.de/yago/resource/Sar_language> ;
    skos:altLabel "Sar language"@en ;
    skos:definition "Sar or Sara, also known as Madjingay and Sara Madjingay is a Bongo–Bagirmi language of southern Chad, and the lingua franca of regional capital of Sarh."@en ;
    skos:inScheme lexvo: ;
    skos:notation "mwm"^^xsd:string ;
    skos:prefLabel "Sar"@en .

<http://lexvo.org/id/iso639-3/mwn> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mwn"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Mwanga_language>,
        <http://www.mpii.de/yago/resource/Mwanga_language> ;
    skos:altLabel "Mwanga language"@en ;
    skos:definition "Mwanga, or Namwanga, is a Bantu language spoken by the Namwanga in the Northern Province of Zambia (mainly in the districts of Isoka and Nakonde) and in southwestern Tanzania. In 1993 the Namwanga population was estimated to number 256,000, with 169,000 residing in Zambia and 87,000 in Tanzania."@en ;
    skos:inScheme lexvo: ;
    skos:notation "mwn"^^xsd:string ;
    skos:prefLabel "Nyamwanga"@en .

<http://lexvo.org/id/iso639-3/mwq> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mwq"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/M%C3%BCn_language>,
        <http://www.mpii.de/yago/resource/M%C3%BCn_language> ;
    skos:altLabel "Chin, Mün"@en,
        "Mün language"@en ;
    skos:definition "Mün (Mün Chin) is a Kukish language of Burma."@en ;
    skos:inScheme lexvo: ;
    skos:notation "mwq"^^xsd:string ;
    skos:prefLabel "Mün Chin"@en .

<http://lexvo.org/id/iso639-3/mwt> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mwt"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Moken_language>,
        <http://www.mpii.de/yago/resource/Moken_language> ;
    skos:altLabel "Moken language"@en ;
    skos:definition "Moken is an Austronesian Sea Gypsy language of southern Burma. Like its relative Moklen, it has been strongly influenced by Mon–Khmer languages."@en ;
    skos:inScheme lexvo: ;
    skos:notation "mwt"^^xsd:string ;
    skos:prefLabel "Moken"@en .

<http://lexvo.org/id/iso639-3/mww> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mww"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/hmon1333> ;
    skos:inScheme lexvo: ;
    skos:notation "mww"^^xsd:string ;
    skos:prefLabel "Hmong Daw"@en .

<http://lexvo.org/id/iso639-3/mxf> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mxf"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Malgbe_language>,
        <http://www.mpii.de/yago/resource/Malgbe_language> ;
    skos:altLabel "Malgbe language"@en ;
    skos:definition "Malgbe is an Afro-Asiatic language spoken in northern Cameroon and southwestern Chad. Dialects are Douguia, Dro, Malgbe, Mara, and Walia."@en ;
    skos:inScheme lexvo: ;
    skos:notation "mxf"^^xsd:string ;
    skos:prefLabel "Malgbe"@en,
        "Kimalgbe"@sw .

<http://lexvo.org/id/iso639-3/mxh> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mxh"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Mvuba_language>,
        <http://www.mpii.de/yago/resource/Mvuba_language> ;
    skos:altLabel "Mvuba language"@en ;
    skos:definition "Mvuba is a Central Sudanic language of northeastern Congo, with a thousand speakers in Uganda. It is similar to Lese."@en ;
    skos:inScheme lexvo: ;
    skos:notation "mxh"^^xsd:string ;
    skos:prefLabel "Mvuba"@en .

<http://lexvo.org/id/iso639-3/mxi> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mxi"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Mozarabic_language>,
        <http://www.mpii.de/yago/resource/Mozarabic_language> ;
    skos:altLabel "Mozarabic language"@en ;
    skos:definition "Mozarabic was a continuum of closely related Romance dialects spoken in Muslim-dominated areas of the Iberian Peninsula during the early stages of the Romance languages' development in Iberia. Mozarabic descends from Late Latin and early Romance dialects spoken in the Iberian Peninsula from the 5th to the 8th centuries, and was spoken until the 14th century. This set of dialects came to be called the Mozarabic language by 19th century Spanish scholars, though there was never a common standard. The word, Mozarab is a loanword from Arabic musta`rab, meaning \"Arabized\"."@en ;
    skos:inScheme lexvo: ;
    skos:notation "mxi"^^xsd:string ;
    skos:prefLabel "Idioma mozarabe"@an,
        "Mozárabe"@ast,
        "Mossàrab"@ca,
        "Mozarabische Sprache"@de,
        "Mozarabic"@en,
        "Mozaraba lingvo"@eo,
        "Idioma mozárabe"@es,
        "Mozarabiera"@eu,
        "زبان مستعربی"@fa,
        "Langue mozarabe"@fr,
        "Lingua mozárabe"@gl,
        "Mozarab nyelv"@hu,
        "Bahasa Muzarab"@id,
        "Lingua mozarabica"@it,
        "モサラベ語"@ja,
        "모자라브어"@ko,
        "Lingua Mosarabica"@la,
        "Мозарапски јазик"@mk,
        "Bahasa Mozarab"@ms,
        "Mozarabisch"@nl,
        "Mozarabisk"@no,
        "Mossarabi"@oc,
        "Мосарабаг æвзаг"@os,
        "Língua moçárabe"@pt,
        "Мосарабский язык"@ru,
        "Mozarabiska"@sv,
        "மோசரபு மொழி"@ta,
        "Mozarapça"@tr,
        "莫札拉布语"@zh .

<http://lexvo.org/id/iso639-3/mxn> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mxn"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Moi_language>,
        <http://www.mpii.de/yago/resource/Moi_language> ;
    skos:altLabel "Moi (Indonesia)"@en,
        "Moi language"@en ;
    skos:definition "Moi, or Mekwei, is a Papuan language of the Bird's Head Peninsula of New Guinea."@en ;
    skos:inScheme lexvo: ;
    skos:notation "mxn"^^xsd:string ;
    skos:prefLabel "Moi"@en .

<http://lexvo.org/id/iso639-3/mxt> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mxt"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/jami1235> ;
    skos:altLabel "Mixtec, Jamiltepec"@en ;
    skos:inScheme lexvo: ;
    skos:notation "mxt"^^xsd:string ;
    skos:prefLabel "Jamiltepec Mixtec"@en .

<http://lexvo.org/id/iso639-3/mxx> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mxx"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/maho1249> ;
    skos:altLabel "Mawukakan"@en ;
    skos:inScheme lexvo: ;
    skos:notation "mxx"^^xsd:string ;
    skos:prefLabel "Mahou"@en .

<http://lexvo.org/id/iso639-3/myf> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "myf"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Bambassi_language>,
        <http://www.mpii.de/yago/resource/Bambassi_language> ;
    skos:altLabel "Bambassi language"@en ;
    skos:definition "Bambassi is an Omotic Afroasiatic language spoken in Ethiopia around the town of Bambasi in the area east of Asosa in Benishangul-Gumuz Region. The parent language group is the East Mao group. Alternative names for the language are Bambeshi, Siggoyo, Amam, Fadiro, Northern Mao, Didessa and Kere."@en ;
    skos:inScheme lexvo: ;
    skos:notation "myf"^^xsd:string ;
    skos:prefLabel "Bambassi"@en,
        "Bambassi"@fi,
        "Bambassi jezik"@hr,
        "Lenga Bambassi"@pms .

<http://lexvo.org/id/iso639-3/myg> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "myg"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Manta_language>,
        <http://www.mpii.de/yago/resource/Manta_language> ;
    skos:altLabel "Manta language"@en ;
    skos:definition "Manta (Anta, Banta) is a Grassfields language of Cameroon."@en ;
    skos:inScheme lexvo: ;
    skos:notation "myg"^^xsd:string ;
    skos:prefLabel "Manta"@de,
        "Manta"@en,
        "Lenga Manta"@pms,
        "Kimanta"@sw .

<http://lexvo.org/id/iso639-3/myj> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "myj"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Mangaya_language>,
        <http://www.mpii.de/yago/resource/Mangaya_language> ;
    skos:altLabel "Mangaya language"@en ;
    skos:definition "Mangaya (Buga) is a Ubangian language of South Sudan. The endonym is Bug."@en ;
    skos:inScheme lexvo: ;
    skos:notation "myj"^^xsd:string ;
    skos:prefLabel "Mangayat"@de,
        "Mangayat"@en,
        "Lenga Mangayat"@pms,
        "Мангајат језик"@sr .

<http://lexvo.org/id/iso639-3/myk> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "myk"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Minyanka_language>,
        <http://www.mpii.de/yago/resource/Minyanka_language> ;
    skos:altLabel "Minyanka language"@en,
        "Senoufo, Mamara"@en ;
    skos:definition "Minyanka (also known as Mamara, Miniyanka, Minya, Mianka, Minianka, or Tupiire) is a northern Senufo language spoken by about 700,000 people in southeastern Mali. It is closely related to Supyire. Minyanka is one of the national languages of Mali."@en ;
    skos:inScheme lexvo: ;
    skos:notation "myk"^^xsd:string ;
    skos:prefLabel "Miniankakan"@bm,
        "Mamareg"@br,
        "Mamara"@de,
        "Mamara Senoufo"@en,
        "Mamara"@fr,
        "Lenga Senoufo Mamara"@pms .

<http://lexvo.org/id/iso639-3/myo> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "myo"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Anfillo_language>,
        <http://www.mpii.de/yago/resource/Anfillo_language> ;
    skos:altLabel "Anfillo language"@en ;
    skos:definition "Anfillo (also known as Southern Mao) is a Northern Omotic language spoken in western Ethiopia by a few hundred people. The term Anfillo is used to refer both to the language and the people found in a small community in the Anfillo woreda, part of the Mirab Welega Zone. The language is on the verge of extinction as it is spoken only by adults above the age of sixty. All younger generations have shifted to Western Oromo."@en ;
    skos:inScheme lexvo: ;
    skos:notation "myo"^^xsd:string ;
    skos:prefLabel "Anfiloeg"@br,
        "Anfillo"@de,
        "Anfillo"@en,
        "Anfillo jezik"@hr,
        "Bahasa Anfillo"@id,
        "Lenga Anfillo"@pms .

<http://lexvo.org/id/iso639-3/myr> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "myr"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Munichi_language>,
        <http://www.mpii.de/yago/resource/Munichi_language> ;
    skos:altLabel "Munichi language"@en ;
    skos:definition "Munichi is a recently extinct language which was spoken in the village of Munichis, about 10 miles or 16 km West of Yurimaguas, Loreto Region, Peru. The last known mother-tongue speaker, Victoria Huancho Icahuate, died in the late 1990s, though some people remain in the village who know a few phrases. In 1988, there were two mother-tongue speakers, but they had not met since the 1970s."@en ;
    skos:inScheme lexvo: ;
    skos:notation "myr"^^xsd:string ;
    skos:prefLabel "Mounitcheg"@br,
        "Muniche"@en,
        "Idioma muniche"@es .

<http://lexvo.org/id/iso639-3/mys> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mys"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Mesmes_language>,
        <http://www.mpii.de/yago/resource/Mesmes_language> ;
    skos:altLabel "Mesmes language"@en ;
    skos:definition "The Mesmes language is an extinct language, one of the West Gurage languages, a cluster of Semitic languages in Ethiopia. There are still many people who claim the Mesmes ethnic identity, but none who speak the language. The last speaker of the language was interviewed by a language survey team when he was approximately 80 years old. He had not spoken the language for 30 years, when his brother had died."@en ;
    skos:inScheme lexvo: ;
    skos:notation "mys"^^xsd:string ;
    skos:prefLabel "Mesmes"@ca,
        "Mesmes"@en,
        "Mesmes jezik"@hr .

<http://lexvo.org/id/iso639-3/myx> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "myx"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Masaba_language>,
        <http://www.mpii.de/yago/resource/Masaba_language> ;
    skos:altLabel "Masaba language"@en ;
    skos:definition "Masaba (Lumasaaba), sometimes known as Gisu (Lugisu) after one of its dialects, is a Bantu language spoken by about 1,500,000 people in eastern Uganda in the administrative region of Bugisu on the border to Kenya. The language is closely related to, and mutually intelligible with Bukusu, spoken in western Kenya. Its speakers, formerly known as the Bagisu, prefer to be called Bamasaba. Masaba is the local name of Mount Elgon. Like other Bantu languages, Masaba has a large set of prefixes used as noun classifiers. This is similar to how gender is used in many Germanic and Romance languages, except that instead of the usual two or three, there are around eighteen different noun classes, most of them rather only generally defined. The language is tonal and has a quite complex verb..."@en ;
    skos:inScheme lexvo: ;
    skos:notation "myx"^^xsd:string ;
    skos:prefLabel "Masaaba"@en,
        "Język masaba"@pl,
        "Língua masaba"@pt,
        "Kimasaaba"@sw .

<http://lexvo.org/id/iso639-3/myy> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "myy"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/macu1260> ;
    skos:inScheme lexvo: ;
    skos:notation "myy"^^xsd:string ;
    skos:prefLabel "Macuna"@en .

<http://lexvo.org/id/iso639-3/mzg> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mzg"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Monastic_sign_languages>,
        <http://www.mpii.de/yago/resource/Monastic_sign_languages> ;
    skos:altLabel "Monastic sign languages"@en ;
    skos:definition "Monastic sign languages have been used in Europe from at least the 10th century by Christian monks, and some, such as Cistercian and Trappist sign, are still in use today—not only in Europe but also in Japan, China and the USA. Unlike deaf sign languages, they are better understood as forms of symbolic gestural communication rather than languages, and some writers have preferred to describe them as sign lexicons."@en ;
    skos:inScheme lexvo: ;
    skos:notation "mzg"^^xsd:string ;
    skos:prefLabel "Monastic Sign Language"@en,
        "Langue des signes monastique"@fr,
        "Samostanski znakovni jezik"@hr,
        "Lenga dij segn monàstica"@pms .

<http://lexvo.org/id/iso639-3/mzr> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mzr"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Mar%C3%BAbo_language>,
        <http://www.mpii.de/yago/resource/Mar%C3%BAbo_language> ;
    skos:altLabel "Marúbo language"@en ;
    skos:definition "Marúbo is a Panoan language of Brazil."@en ;
    skos:inScheme lexvo: ;
    skos:notation "mzr"^^xsd:string ;
    skos:prefLabel "Marúbo"@en .

<http://lexvo.org/id/iso639-3/mzs> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mzs"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Macanese_language>,
        <http://www.mpii.de/yago/resource/Macanese_language> ;
    skos:altLabel "Macanese language"@en ;
    skos:definition "Macanese or Macau Creole (known as Patuá to its speakers) is a creole language derived mainly from Malay, Sinhalese, Cantonese, and Portuguese, which was originally spoken by the Macanese community of the Portuguese colony of Macau. It is now spoken by a few families in Macau and in the Macanese diaspora."@en ;
    skos:inScheme lexvo: ;
    skos:notation "mzs"^^xsd:string ;
    skos:prefLabel "Macaista"@de,
        "Macanese"@en,
        "Macaon kreoli"@fi,
        "Patois macanais"@fr,
        "マカオ語"@ja,
        "마카오어"@ko,
        "Macaopatois"@no,
        "Lenga macanese"@pms,
        "Patuá macaense"@pt,
        "ภาษามาเก๊า"@th,
        "澳門土話"@yue,
        "澳門土生葡語"@zh .

<http://lexvo.org/id/iso639-3/mzt> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mzt"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Mintil_language>,
        <http://www.mpii.de/yago/resource/Mintil_language> ;
    skos:altLabel "Mintil language"@en ;
    skos:definition "Mintil is a possibly extinct aboriginal Mon–Khmer language of Malaya."@en ;
    skos:inScheme lexvo: ;
    skos:notation "mzt"^^xsd:string ;
    skos:prefLabel "Mintil"@en .

<http://lexvo.org/id/iso639-3/mzu> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mzu"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Inapang_language>,
        <http://www.mpii.de/yago/resource/Inapang_language> ;
    skos:altLabel "Inapang language"@en ;
    skos:definition "Inapang Midsivindi is a Ramu language of Papua New Guinea."@en ;
    skos:inScheme lexvo: ;
    skos:notation "mzu"^^xsd:string ;
    skos:prefLabel "Inapang"@en .

<http://lexvo.org/id/iso639-3/mzw> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mzw"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Deg_language>,
        <http://www.mpii.de/yago/resource/Deg_language> ;
    skos:altLabel "Deg language"@en ;
    skos:definition "Deg (Degha) is a Gur language of Ghana, with a thousand speakers in Ivory Coast."@en ;
    skos:inScheme lexvo: ;
    skos:notation "mzw"^^xsd:string ;
    skos:prefLabel "Deg"@de,
        "Deg"@en,
        "Lenga Deg"@pms,
        "Дег"@ru .

<http://lexvo.org/id/iso639-3/mzx> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mzx"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Mawayana_language>,
        <http://www.mpii.de/yago/resource/Mawayana_language> ;
    skos:altLabel "Mawayana language"@en ;
    skos:definition "Mawayana (Mahuayana) is an Arawakan language of Guyana."@en ;
    skos:inScheme lexvo: ;
    skos:notation "mzx"^^xsd:string ;
    skos:prefLabel "Mawayana"@en .

<http://lexvo.org/id/iso639-3/naa> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "naa"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Namla_language>,
        <http://www.mpii.de/yago/resource/Namla_language> ;
    skos:altLabel "Namla language"@en ;
    skos:definition "Namla is a recently discovered and poorly documented Papuan language of Indonesia. It may be related to Tofanma, a neighboring language which like Namla remains unclassified."@en ;
    skos:inScheme lexvo: ;
    skos:notation "naa"^^xsd:string ;
    skos:prefLabel "Namla"@en .

<http://lexvo.org/id/iso639-3/naj> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "naj"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Nalu_language>,
        <http://www.mpii.de/yago/resource/Nalu_language> ;
    skos:altLabel "Nalu language"@en ;
    skos:definition "Nalu is a Senegambian language of Guinea and Guinea-Bissau."@en ;
    skos:inScheme lexvo: ;
    skos:notation "naj"^^xsd:string ;
    skos:prefLabel "Naloueg"@br,
        "Nalu"@de,
        "Nalu"@en,
        "Nalu"@fr,
        "Lenga Nalu"@pms .

<http://lexvo.org/id/iso639-3/naq> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "naq"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/nama1264> ;
    skos:altLabel "Nama (Namibia)"@en ;
    skos:inScheme lexvo: ;
    skos:notation "naq"^^xsd:string ;
    skos:prefLabel "nama"@ca,
        "纳马文"@cmn,
        "納馬文"@cmn-Hant,
        "nama"@da,
        "Νάμα"@el,
        "Nama"@en,
        "nama"@es,
        "nama"@et,
        "nama"@fi,
        "nama khoe"@fr,
        "Nama"@gd,
        "נאמה"@he,
        "nama"@hr,
        "nama"@hu,
        "Nama"@id,
        "nama"@it,
        "ナマ語"@ja,
        "나마어"@ko,
        "ນາມາ"@lo,
        "namų"@lt,
        "nama"@lv,
        "нама"@mk,
        "Khoekhoegowab"@naq,
        "nama"@nb,
        "Nama"@nl,
        "nama"@pl,
        "nama"@pt,
        "nama"@ro,
        "нама"@ru,
        "nama"@sk,
        "nama"@sv,
        "นามา"@th,
        "Nama"@tr,
        "нама"@uk,
        "Tiếng Nama"@vi .

<http://lexvo.org/id/iso639-3/nat> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "nat"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Hungworo_language>,
        <http://www.mpii.de/yago/resource/Hungworo_language> ;
    skos:altLabel "Hungworo language"@en ;
    skos:definition "Hungworo, or Ngwe, is a Kainji language spoken in Nigeria."@en ;
    skos:inScheme lexvo: ;
    skos:notation "nat"^^xsd:string ;
    skos:prefLabel "Hungworo"@en .

<http://lexvo.org/id/iso639-3/nax> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "nax"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Nakwi_language>,
        <http://www.mpii.de/yago/resource/Nakwi_language> ;
    skos:altLabel "Nakwi language"@en ;
    skos:definition "Nakwi is a Left May language of New Guinea, in East Sepik Province. It is close to Nimo."@en ;
    skos:inScheme lexvo: ;
    skos:notation "nax"^^xsd:string ;
    skos:prefLabel "Nakwi"@en .

<http://lexvo.org/id/iso639-3/nba> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "nba"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Nyemba_language>,
        <http://www.mpii.de/yago/resource/Nyemba_language> ;
    skos:altLabel "Nyemba language"@en ;
    skos:definition "Ngangela (Gangela), also called Nyemba, is a Bantu language of Angola, with a few thousand speakers in Zambia and Namibia. It is closely related to Luchazi."@en ;
    skos:inScheme lexvo: ;
    skos:notation "nba"^^xsd:string ;
    skos:prefLabel "Nyemba"@en .

<http://lexvo.org/id/iso639-3/nbb> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "nbb"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Ndoe_language>,
        <http://www.mpii.de/yago/resource/Ndoe_language> ;
    skos:altLabel "Ndoe language"@en ;
    skos:definition "Ndoe is the most divergent of the Ekoid languages (Niger–Congo family) of Nigeria and Cameroon."@en ;
    skos:inScheme lexvo: ;
    skos:notation "nbb"^^xsd:string ;
    skos:prefLabel "Ndoe"@de,
        "Ndoe"@en,
        "Ndoe jezik"@hr,
        "Lenga Ndoe"@pms .

<http://lexvo.org/id/iso639-3/nbd> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "nbd"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Ngbinda_language>,
        <http://www.mpii.de/yago/resource/Ngbinda_language> ;
    skos:altLabel "Ngbinda language"@en ;
    skos:definition "Ngbinda is a poorly documented Congolese Bantu language of uncertain affiliation. Prior to 1975 it had also been spoken in southern Sudan."@en ;
    skos:inScheme lexvo: ;
    skos:notation "nbd"^^xsd:string ;
    skos:prefLabel "Ngbinda"@en,
        "Kingbinda"@sw .

<http://lexvo.org/id/iso639-3/nbg> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "nbg"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Nagarchal_language>,
        <http://www.mpii.de/yago/resource/Nagarchal_language> ;
    skos:altLabel "Nagarchal language"@en ;
    skos:definition "Nagarchal is a Dravidian language in India. According to the 1971 census, there were 7091 speakers of the language, but they have shifted to Hindi and Gondi. The Nagarchal speakers live in the Balaghat, Chhindwara, Mandla and Seoni districts of Madhya Pradesh, the Durg District of Chhattisgarh, the Bhandara District in Maharashtra, and Rajasthan. Nagarchal speakers are sometimes referred to as Nagarchi."@en ;
    skos:inScheme lexvo: ;
    skos:notation "nbg"^^xsd:string ;
    skos:prefLabel "Nagarchal"@en,
        "Lenga Nagarchal"@pms,
        "Gond#Dialekter"@sv,
        "நாகர்ச்சால் மொழி"@ta .

<http://lexvo.org/id/iso639-3/nbh> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "nbh"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Ngamo_language>,
        <http://www.mpii.de/yago/resource/Ngamo_language> ;
    skos:altLabel "Ngamo language"@en ;
    skos:definition "Ngamo (also known as Ngamawa, Gamo, Gamawa) is an Afro-Asiatic language spoken in Nigeria."@en ;
    skos:inScheme lexvo: ;
    skos:notation "nbh"^^xsd:string ;
    skos:prefLabel "Ngamo"@en,
        "Ngamo jezik"@hr .

<http://lexvo.org/id/iso639-3/nbi> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "nbi"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/maon1238> ;
    skos:altLabel "Naga, Mao"@en ;
    skos:inScheme lexvo: ;
    skos:notation "nbi"^^xsd:string ;
    skos:prefLabel "Mao Naga"@en .

<http://lexvo.org/id/iso639-3/nbp> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "nbp"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Nnam_language>,
        <http://www.mpii.de/yago/resource/Nnam_language> ;
    skos:altLabel "Nnam language"@en ;
    skos:definition "Ekajuk is an Ekoid language (of the Niger–Congo family) of Nigeria."@en ;
    skos:inScheme lexvo: ;
    skos:notation "nbp"^^xsd:string ;
    skos:prefLabel "Nnam"@de,
        "Nnam"@en,
        "Nnam jezik"@hr,
        "Lenga Nnam"@pms .

<http://lexvo.org/id/iso639-3/nbr> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "nbr"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Gbantu_language>,
        <http://www.mpii.de/yago/resource/Gbantu_language> ;
    skos:altLabel "Numana-Nunku-Gbantu-Numbu"@en ;
    skos:definition "Gwantu (Gbantu) is a dialect cluster of Plateau languages in Nigeria. Gwantu is the name of the principal dialect; the others are Numana, Nunku (not Nungu), and Numbu."@en ;
    skos:inScheme lexvo: ;
    skos:notation "nbr"^^xsd:string ;
    skos:prefLabel "Gbantu language"@en .

<http://lexvo.org/id/iso639-3/nca> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "nca"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Iyo_language>,
        <http://www.mpii.de/yago/resource/Iyo_language> ;
    skos:altLabel "Iyo language"@en ;
    skos:definition "Iyo (also called Bure, Nabu ~ Naho ~ Nahu, Ndo) is one of the Finisterre languages of Papua New Guinea."@en ;
    skos:inScheme lexvo: ;
    skos:notation "nca"^^xsd:string ;
    skos:prefLabel "Iyo"@en .

<http://lexvo.org/id/iso639-3/nch> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "nch"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Central_Huasteca_Nahuatl>,
        <http://www.mpii.de/yago/resource/Central_Huasteca_Nahuatl> ;
    skos:altLabel "Nahuatl, Central Huasteca"@en ;
    skos:definition "Central Huasteca Nahuatl is a native American language spoken in the Mexico by a couple hundred thousand people. Many speakers also use Spanish. Some bible portions have been translated into Central Huasteca Nahuatl."@en ;
    skos:inScheme lexvo: ;
    skos:notation "nch"^^xsd:string ;
    skos:prefLabel "Central Huasteca Nahuatl"@en,
        "Lingua nahuatl huaxteca centrale"@it .

<http://lexvo.org/id/iso639-3/ncj> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ncj"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/nort2957> ;
    skos:altLabel "Nahuatl, Northern Puebla"@en ;
    skos:inScheme lexvo: ;
    skos:notation "ncj"^^xsd:string ;
    skos:prefLabel "Northern Puebla Nahuatl"@en .

<http://lexvo.org/id/iso639-3/ncl> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ncl"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/mich1245> ;
    skos:altLabel "Nahuatl, Michoacán"@en ;
    skos:inScheme lexvo: ;
    skos:notation "ncl"^^xsd:string ;
    skos:prefLabel "Michoacán Nahuatl"@en .

<http://lexvo.org/id/iso639-3/nco> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "nco"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Nagovisi_language>,
        <http://www.mpii.de/yago/resource/Nagovisi_language> ;
    skos:altLabel "Nagovisi language"@en ;
    skos:definition "Nagovisi or Sibe is an East Papuan language spoken in the mountains of southern Bougainville Province, Papua New Guinea."@en ;
    skos:inScheme lexvo: ;
    skos:notation "nco"^^xsd:string ;
    skos:prefLabel "Sibe"@en .

<http://lexvo.org/id/iso639-3/ncs> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ncs"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Nicaraguan_Sign_Language>,
        <http://www.mpii.de/yago/resource/Nicaraguan_Sign_Language> ;
    skos:altLabel "Nicaraguan sign language"@en ;
    skos:definition "Nicaraguan Sign Language (ISN; ) is a signed language spontaneously developed by deaf children in a number of schools in western Nicaragua in the 1970s and 1980s. It is of particular interest to the linguists who study it, because it offers a unique opportunity to study what they believe to be the birth of a new language."@en ;
    skos:inScheme lexvo: ;
    skos:notation "ncs"^^xsd:string ;
    skos:prefLabel "የኒካራጓ እጅ ቋንቋ"@am,
        "لغة الإشارة النيكاراغوية"@ar,
        "Llengua de signes nicaragüenca"@ca,
        "Idioma de Signos Nicaragüense"@de,
        "Nicaraguan Sign Language"@en,
        "Nikaragva signolingvo"@eo,
        "Idioma de señas de Nicaragua"@es,
        "Nicaragua viipekeel"@et,
        "Nicaragualainen viittomakieli"@fi,
        "Idioma de Signos Nicaragüense"@fr,
        "שפת הסימנים של ניקרגואה"@he,
        "Lingua dei segni nicaraguense"@it,
        "ニカラグア手話"@ja,
        "니카라과 수화"@ko,
        "Lenguaggio d' 'e signe d' 'o Nicaragua"@nap,
        "Nicaraguaanse Gebarentaal"@nl,
        "Nicaraguansk tegnspråk"@no,
        "Никарагуæйы къухамындтыты æвзаг"@os,
        "Lenga dij segn dël Nicaragua"@pms,
        "Língua de sinais nicaraguense"@pt,
        "Linguaggiu dî signa nicaraguenzi"@scn,
        "Nikaragvanski jezik znakova"@sh,
        "Никарагвански језик знакова"@sr,
        "Nicaraguanskt teckenspråk"@sv,
        "Nikaragua işaret dili"@tr,
        "尼加拉瓜手语"@zh .

<http://lexvo.org/id/iso639-3/ndc> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ndc"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Ndau_language>,
        <http://www.mpii.de/yago/resource/Ndau_language> ;
    skos:altLabel "Ndau language"@en ;
    skos:definition "Ndau (also called Chindau, Chindau, Ndzawu, Njao, Sofala, Southeast Shona, Chidanda) is one of the Shona dialects. It is spoken by people from the region of Chipinge (Zimbabwe). Some of its vocabulary is very similar to that of Ndebele and often this dialect can sound very different from that of basic Shona."@en ;
    skos:inScheme lexvo: ;
    skos:notation "ndc"^^xsd:string ;
    skos:prefLabel "Ndau"@en,
        "Lenga Ndau"@pms,
        "Língua ndau"@pt,
        "Kindau"@sw .

<http://lexvo.org/id/iso639-3/ndd> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ndd"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Nde_language>,
        <http://www.mpii.de/yago/resource/Nde_language> ;
    skos:altLabel "Nde-Nsele-Nta"@en ;
    skos:definition "Nde is an Ekoid language of Nigeria. There are three somewhat distinct dialects, Nde (60% of speakers), Nsele, and Nta."@en ;
    skos:inScheme lexvo: ;
    skos:notation "ndd"^^xsd:string ;
    skos:prefLabel "Nde-Nsele-Nta"@de,
        "Nde language"@en,
        "Nde-Nsele-Nta jezik"@hr,
        "Lenga Nde-Nsele-Nta"@pms .

<http://lexvo.org/id/iso639-3/ndg> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ndg"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Ndengereko_language>,
        <http://www.mpii.de/yago/resource/Ndengereko_language> ;
    skos:altLabel "Ndengereko language"@en ;
    skos:definition "Ndengereko is a language of the Matumbi hills, near Kibiti, and near Mchukivi and Bungu, Republic of Tanzania, as well as in Dar-es-Salaam. It is apparently not like Hehe or Bena in that group, or yet like Yao and Mwera in theirs, but rather more like other local languages of the Matumbi Hills and Rufiji River area. J.A.Biddulph (talk) 20:46, 17 January 2012 (UTC)"@en ;
    skos:inScheme lexvo: ;
    skos:notation "ndg"^^xsd:string ;
    skos:prefLabel "Ndengereko"@en .

<http://lexvo.org/id/iso639-3/ndh> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ndh"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Ndali_language>,
        <http://www.mpii.de/yago/resource/Ndali_language> ;
    skos:altLabel "Ndali language"@en ;
    skos:definition "Ndali, or Chindali, is a Bantu language spoken by an increasing population in southern Tanzania of 150,000 (1987) and in northern Malawi by 70,000 (2003)."@en ;
    skos:inScheme lexvo: ;
    skos:notation "ndh"^^xsd:string ;
    skos:prefLabel "Ndali"@en .

<http://lexvo.org/id/iso639-3/ndj> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ndj"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Ndamba_language>,
        <http://www.mpii.de/yago/resource/Ndamba_language> ;
    skos:altLabel "Ndamba language"@en ;
    skos:definition "Ndamba is a Bantu language of Tanzania."@en ;
    skos:inScheme lexvo: ;
    skos:notation "ndj"^^xsd:string ;
    skos:prefLabel "Ndamba"@en .

<http://lexvo.org/id/iso639-3/ndk> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ndk"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Ndaka_language>,
        <http://www.mpii.de/yago/resource/Ndaka_language> ;
    skos:altLabel "Ndaka language"@en ;
    skos:definition "The Ndaka language (or Indaaka, Ndaaka) is spoken by the Ndaka people in the Ituri Province, Mambasa Territory of the Democratic Republic of the Congo. It is lexically similar to the Mbo, Budu, Vanuma and Nyali languages."@en ;
    skos:inScheme lexvo: ;
    skos:notation "ndk"^^xsd:string ;
    skos:prefLabel "Ndaka"@en,
        "Kindaka"@sw .

<http://lexvo.org/id/iso639-3/ndm> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ndm"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Ndam_language>,
        <http://www.mpii.de/yago/resource/Ndam_language> ;
    skos:altLabel "Ndam language"@en ;
    skos:definition "Ndam, also known as Dam and Ndamm, is an Afro-Asiatic language spoken in the southwestern Chadian prefectures of Tandjilé and Lai. Most of the speakers generally practice traditional religions, Islam, or Christianity. There are two dialects of Ndam&mdash;northern and southern, respectively&mdash;Ndam Dik, and Ndam-Ndam."@en ;
    skos:inScheme lexvo: ;
    skos:notation "ndm"^^xsd:string ;
    skos:prefLabel "Ndameg"@br,
        "Ndam"@en .

<http://lexvo.org/id/iso639-3/ndp> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ndp"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Ndo_language>,
        <http://www.mpii.de/yago/resource/Ndo_language> ;
    skos:altLabel "Ndo language"@en ;
    skos:definition "Ndo, also Ke’bu or Membitu, is a Central Sudanic language of northeastern Congo and western Uganda spoken by a caste of blacksmiths."@en ;
    skos:inScheme lexvo: ;
    skos:notation "ndp"^^xsd:string ;
    skos:prefLabel "Ndo"@en,
        "Kindo"@sw .

<http://lexvo.org/id/iso639-3/ndr> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ndr"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Ndoro_language>,
        <http://www.mpii.de/yago/resource/Ndoro_language> ;
    skos:altLabel "Ndoro language"@en ;
    skos:definition "Ndoola (Ndoro) is a Bantoid language of Nigeria, with a couple of thousand speakers in Cameroon. It is either among or related to the Mambiloid languages. It is perhaps rather like Tiv. Some vocabulary:"@en ;
    skos:inScheme lexvo: ;
    skos:notation "ndr"^^xsd:string ;
    skos:prefLabel "Ndoola"@de,
        "Ndoola"@en,
        "Ndoola jezik"@hr,
        "Lenga Ndoola"@pms,
        "Kindoola"@sw .

<http://lexvo.org/id/iso639-3/ndy> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ndy"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Lutos_language>,
        <http://www.mpii.de/yago/resource/Lutos_language> ;
    skos:altLabel "Lutos language"@en ;
    skos:definition "Lutos (Ruto) is a Central Sudanic language of CAR and Chad. Two distinctive dialects are Lutos/Ruto proper and Nduka."@en ;
    skos:inScheme lexvo: ;
    skos:notation "ndy"^^xsd:string ;
    skos:prefLabel "Lutos"@en .

<http://lexvo.org/id/iso639-3/neb> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "neb"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Tura_language>,
        <http://www.mpii.de/yago/resource/Tura_language> ;
    skos:altLabel "Toura (Côte d'Ivoire)"@en,
        "Tura language"@en ;
    skos:definition "Tura (Toura) is a Mande language of Ivory Coast. Dialects are Naò, Boo, Yiligele, Gwéò, Wáádú, Guse."@en ;
    skos:inScheme lexvo: ;
    skos:notation "neb"^^xsd:string ;
    skos:prefLabel "Toura"@en .

<http://lexvo.org/id/iso639-3/nec> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "nec"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Nedebang_language>,
        <http://www.mpii.de/yago/resource/Nedebang_language> ;
    skos:altLabel "Nedebang language"@en ;
    skos:definition "Nedebang (ISO 639-3 ) is a Papuan language spoken in the villages of Balungada and Baulang in the eastern district of Pantar island in the Alor archipelago of Indonesia. There are also Nedebang speakers in Air Panas, administratively part of Balungada but located 1 km from the main village."@en ;
    skos:inScheme lexvo: ;
    skos:notation "nec"^^xsd:string ;
    skos:prefLabel "Nedebang"@en,
        "Język nedebang"@pl,
        "ภาษาเนเดบัง"@th .

<http://lexvo.org/id/iso639-3/nee> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "nee"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/kuma1276> ;
    skos:inScheme lexvo: ;
    skos:notation "nee"^^xsd:string ;
    skos:prefLabel "Nêlêmwa-Nixumwak"@en .

<http://lexvo.org/id/iso639-3/neh> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "neh"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Nyen_language>,
        <http://www.mpii.de/yago/resource/Nyen_language> ;
    skos:altLabel "Nyen language"@en ;
    skos:definition "Nyenkha (Dzongkha: འནྱེན་ཁ་; Wylie: Nyen-kha; also called \"Nyenkha,\" \"Henkha,\" \"Lap,\" \"Nga Ked,\" and \"Mangsdekha\") is an East Bodish language spoken by about 10,000 people in the eastern, northern, and western areas of the Black Mountains. Speakers live primarily between the Tang Chuu to the east and Mangde Chhu to the west, from the town of Trongsa in Trongsa District; along Black River passes in the Trongsa District villages of Taktse and Usar; to in Ridha and Tashiding villages, and Phobji, Dangchu, and Sephu Gewogs and surrounding villages in southeast Wangdue Phodrang District."@en ;
    skos:inScheme lexvo: ;
    skos:notation "neh"^^xsd:string ;
    skos:prefLabel "Nyenkeg"@br,
        "Nyenkha"@en,
        "Lenga Nyenkha"@pms .

<http://lexvo.org/id/iso639-3/nen> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "nen"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/neng1238> ;
    skos:inScheme lexvo: ;
    skos:notation "nen"^^xsd:string ;
    skos:prefLabel "Nengone"@en .

<http://lexvo.org/id/iso639-3/net> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "net"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Nete_language>,
        <http://www.mpii.de/yago/resource/Nete_language> ;
    skos:altLabel "Nete language"@en ;
    skos:definition "Nete, also known as Bisorio, Malamauda, or Iniai, is an Engan language spoken in Papua New Guinea. The Nete and Bisorio dialects have limited mutual intelligibility."@en ;
    skos:inScheme lexvo: ;
    skos:notation "net"^^xsd:string ;
    skos:prefLabel "Nete"@en,
        "Język nete"@pl .

<http://lexvo.org/id/iso639-3/neu> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "neu"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Neo_(constructed_language)>,
        <http://www.mpii.de/yago/resource/Neo_(constructed_language)> ;
    skos:definition "Neo is an international auxiliary language created by a Belgian diplomat of Italian descent Arturo Alfandari."@en ;
    skos:inScheme lexvo: ;
    skos:notation "neu"^^xsd:string ;
    skos:prefLabel "Neo"@an,
        "Neo"@de,
        "Neo"@en,
        "Neo"@eo,
        "Idioma neo"@es,
        "Neo"@fi,
        "Neo"@fr,
        "Neo"@nl,
        "Neo"@no,
        "Neo"@nov,
        "Нэо"@ru .

<http://lexvo.org/id/iso639-3/nfa> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "nfa"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Dhao_language>,
        <http://www.mpii.de/yago/resource/Dhao_language> ;
    skos:altLabel "Dhao language"@en ;
    skos:definition "The Dhao language, better known to outsiders by its Rotinese name Ndao (Ndaonese, Ndaundau), is the language of Ndao Island in Indonesia. Traditionally classified as a Sumba language in the Austronesian family, it may actually be a non-Austronesian (Papuan) language. (See Savu languages for details.) It was once considered a dialect of Hawu, but is not mutually intelligible."@en ;
    skos:inScheme lexvo: ;
    skos:notation "nfa"^^xsd:string ;
    skos:prefLabel "Dhao"@en .

<http://lexvo.org/id/iso639-3/nfd> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "nfd"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Ahwai_language>,
        <http://www.mpii.de/yago/resource/Ahwai_language> ;
    skos:altLabel "Ahwai language"@en ;
    skos:definition "Ahwai, or Ndunic, constitutes a branch of the Plateau languages of Nigeria. Blench (2008) notes three clearly but distinct Ndunic languages, Nandu Ndun, Ningon Nyeng, and Tari Shakara. However, that year Ethnologue reclassified them as a single language called Ahwai."@en ;
    skos:inScheme lexvo: ;
    skos:notation "nfd"^^xsd:string ;
    skos:prefLabel "Ahwai"@en .

<http://lexvo.org/id/iso639-3/ngh> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ngh"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/N%C7%81ng_language>,
        <http://www.mpii.de/yago/resource/N%C7%81ng_language> ;
    skos:altLabel "Nǁng language"@en ;
    skos:definition "or , commonly known by its primary dialect , is a moribund Tuu (Khoisan) language once spoken in South Africa. It is no longer spoken often on a daily basis, as the speakers live in different villages. The subordinate name is used for the entire people by the South African government, but the descendents of -dialect speakers now speak Khoekhoe."@en ;
    skos:inScheme lexvo: ;
    skos:notation "ngh"^^xsd:string ;
    skos:prefLabel "N/u"@en,
        "Idioma nǀu"@es,
        "Lingua nǀu"@it,
        "N/u"@la,
        "Nǀu"@oc,
        "Língua nǀu"@pt,
        "Nǀu"@sv .

<http://lexvo.org/id/iso639-3/ngj> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ngj"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Ngie_language>,
        <http://www.mpii.de/yago/resource/Ngie_language> ;
    skos:altLabel "Ngie language"@en ;
    skos:definition "Ngie is a Grassfields Bantu language of Cameroon. A variety called Mengum is only 56% lexically similar, and so should perhaps be considered a distinct language."@en ;
    skos:inScheme lexvo: ;
    skos:notation "ngj"^^xsd:string ;
    skos:prefLabel "Ngie"@de,
        "Ngie"@en,
        "Lenga Ngie"@pms,
        "Kingie"@sw .

<http://lexvo.org/id/iso639-3/ngn> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ngn"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Ngwo_language>,
        <http://www.mpii.de/yago/resource/Ngwo_language> ;
    skos:altLabel "Ngwo language"@en ;
    skos:definition "The Ngwo speak a Grassfields Bantu language of Cameroon. The Konda and Basa varieties are perhaps divergent enough to be considered distinct languages."@en ;
    skos:inScheme lexvo: ;
    skos:notation "ngn"^^xsd:string ;
    skos:prefLabel "Ngwo"@de,
        "Ngwo"@en,
        "Lenga Ngwo"@pms,
        "Kingwo"@sw .

<http://lexvo.org/id/iso639-3/ngp> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ngp"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Ngulu_language>,
        <http://www.mpii.de/yago/resource/Ngulu_language> ;
    skos:altLabel "Ngulu language"@en ;
    skos:definition "Ngulu is a Bantu language spoken in east-central Tanzania. In 1987 the Ngulu-speaking population was estimated to number 132,000 . The Ngulu language is also called Geja, Kingulu, Nguru, Nguu, or Wayomba."@en ;
    skos:inScheme lexvo: ;
    skos:notation "ngp"^^xsd:string ;
    skos:prefLabel "Ngulu"@en,
        "Język ngulu"@pl,
        "Kingulu"@sw .

<http://lexvo.org/id/iso639-3/ngr> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ngr"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Nanggu_language>,
        <http://www.mpii.de/yago/resource/Nanggu_language> ;
    skos:altLabel "Nanggu language"@en ;
    skos:definition "The Nanggu language is one of two Reefs – Santa Cruz languages spoken on Nendö Island (the other is called Santa Cruz)."@en ;
    skos:inScheme lexvo: ;
    skos:notation "ngr"^^xsd:string ;
    skos:prefLabel "Engdewu"@en,
        "Nanggu"@fr,
        "Język nanggu"@pl,
        "Lenga Nanggu"@pms .

<http://lexvo.org/id/iso639-3/ngs> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ngs"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Gvoko_language>,
        <http://www.mpii.de/yago/resource/Gvoko_language> ;
    skos:altLabel "Gvoko language"@en ;
    skos:definition "Gvoko (also known as Gevoko, Ghboko, Gavoko, Kuvoko, Ngossi, Ngoshi, Ngoshe-Ndhang, Ngweshe-Ndaghan, Ngoshe Sama, Nggweshe) is an Afro-Asiatic language spoken in Borno State, Nigeria and Far North Province, Cameroon."@en ;
    skos:inScheme lexvo: ;
    skos:notation "ngs"^^xsd:string ;
    skos:prefLabel "Gvoko"@en,
        "Kigvoko"@sw .

<http://lexvo.org/id/iso639-3/ngu> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ngu"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/guer1241> ;
    skos:altLabel "Nahuatl, Guerrero"@en ;
    skos:inScheme lexvo: ;
    skos:notation "ngu"^^xsd:string ;
    skos:prefLabel "Guerrero Nahuatl"@en .

<http://lexvo.org/id/iso639-3/ngw> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ngw"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Ngwaba_language>,
        <http://www.mpii.de/yago/resource/Ngwaba_language> ;
    skos:altLabel "Ngwaba language"@en ;
    skos:definition "Ngwaba (also known as Gombi, Goba) is an Afro-Asiatic language spoken in Nigeria in Adamawa State in the Gombi and Hong LGAs."@en ;
    skos:inScheme lexvo: ;
    skos:notation "ngw"^^xsd:string ;
    skos:prefLabel "Ngwaba"@en .

<http://lexvo.org/id/iso639-3/ngx> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ngx"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Nggwahyi_language>,
        <http://www.mpii.de/yago/resource/Nggwahyi_language> ;
    skos:altLabel "Nggwahyi language"@en ;
    skos:definition "Nggwahyi (Ngwaxi, Ngwohi) is a minor Chadic language of Nigeria. It may be one of the Marghi languages."@en ;
    skos:inScheme lexvo: ;
    skos:notation "ngx"^^xsd:string ;
    skos:prefLabel "Nggwahyi"@en .

<http://lexvo.org/id/iso639-3/nhd> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "nhd"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Ava_Guarani_language>,
        <http://www.mpii.de/yago/resource/Ava_Guarani_language> ;
    skos:altLabel "Ava Guarani language"@en,
        "Ava Guaraní"@en,
        "Guaraní, Ava"@en ;
    skos:definition "Chiripá Guarani (Tsiripá, Txiripá), also known as Ava Guarani and Nhandéva (Ñandeva), is a Guaraní language spoken in Paraguay, Brazil, and also Argentina. It is closely related to Paraguayan Guaraní, a language which speakers are increasingly switching to. There are 4,900 speakers in Brazil and 7,000 in Paraguay."@en ;
    skos:inScheme lexvo: ;
    skos:notation "nhd"^^xsd:string ;
    skos:prefLabel "Chiripá"@en,
        "Ava-guarani"@fr,
        "Gvaranių čiripų kalba"@lt .

<http://lexvo.org/id/iso639-3/nhe> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "nhe"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Eastern_Huasteca_Nahuatl>,
        <http://www.mpii.de/yago/resource/Eastern_Huasteca_Nahuatl> ;
    skos:altLabel "Nahuatl, Eastern Huasteca"@en ;
    skos:definition "Eastern Huasteca Nahuatl is a Nahuatl variety spoken by about 410,000 people in the eastern part of the region of La Huasteca in Mexico, spread over 1,500 villages"@en ;
    skos:inScheme lexvo: ;
    skos:notation "nhe"^^xsd:string ;
    skos:prefLabel "Eastern Huasteca Nahuatl"@en,
        "Lingua nahuatl huaxteca orientale"@it .

<http://lexvo.org/id/iso639-3/nhh> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "nhh"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Nahari_language>,
        <http://www.mpii.de/yago/resource/Nahari_language> ;
    skos:altLabel "Nahari language"@en ;
    skos:definition "Nahari is an Indo-Aryan language spoken in the states of Chhattisgarh and Orissa in India. It was reported in 1994 that all speakers of Nahari were actually native speakers of Nimadi."@en ;
    skos:inScheme lexvo: ;
    skos:notation "nhh"^^xsd:string ;
    skos:prefLabel "Nahari"@en,
        "ภาษานาฮารี"@th .

<http://lexvo.org/id/iso639-3/nhn> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "nhn"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/cent2132> ;
    skos:altLabel "Nahuatl, Central"@en ;
    skos:inScheme lexvo: ;
    skos:notation "nhn"^^xsd:string ;
    skos:prefLabel "Central Nahuatl"@en .

<http://lexvo.org/id/iso639-3/nho> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "nho"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Takuu_language>,
        <http://www.mpii.de/yago/resource/Takuu_language> ;
    skos:altLabel "Takuu language"@en ;
    skos:definition "Takuu (also Mortlock, Taku, Tau, or Tauu) is a Polynesian language from the Ellicean group spoken on the atoll of Takuu, near Bougainville Island. It is very closely related to Nukumanu and Nukuria from Papua New Guinea and to Ontong Java and Sikaiana from Solomon Islands."@en ;
    skos:inScheme lexvo: ;
    skos:notation "nho"^^xsd:string ;
    skos:prefLabel "Takuu"@en,
        "Reo Takuu"@mi,
        "Gagana Takuu"@sm .

<http://lexvo.org/id/iso639-3/nhu> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "nhu"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/noon1243> ;
    skos:inScheme lexvo: ;
    skos:notation "nhu"^^xsd:string ;
    skos:prefLabel "Noone"@en .

<http://lexvo.org/id/iso639-3/nhw> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "nhw"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Western_Huasteca_Nahuatl>,
        <http://www.mpii.de/yago/resource/Western_Huasteca_Nahuatl> ;
    skos:altLabel "Nahuatl, Western Huasteca"@en ;
    skos:definition "Western Huasteca Nauatl is a native American language spoken in central northern México, also known as Western Huasteca Aztec, Náhuatl de Tamazunchale, and Náhuatl de la Huasteca Occidental. According to SIL's Ethnologue, there is 85% mutual intelligibility between Western and Eastern Huasteca Nahuatl."@en ;
    skos:inScheme lexvo: ;
    skos:notation "nhw"^^xsd:string ;
    skos:prefLabel "Western Huasteca Nahuatl"@en .

<http://lexvo.org/id/iso639-3/nid> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "nid"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/ngan1295> ;
    skos:inScheme lexvo: ;
    skos:notation "nid"^^xsd:string ;
    skos:prefLabel "Ngandi"@en .

<http://lexvo.org/id/iso639-3/nih> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "nih"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/nyih1240> ;
    skos:altLabel "Nyiha (Tanzania)"@en ;
    skos:inScheme lexvo: ;
    skos:notation "nih"^^xsd:string ;
    skos:prefLabel "Nyiha"@en .

<http://lexvo.org/id/iso639-3/nii> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "nii"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Nii_language>,
        <http://www.mpii.de/yago/resource/Nii_language> ;
    skos:altLabel "Nii language"@en ;
    skos:definition "Nii is a Trans–New Guinea language of the Chimbu–Wahgi branch spoken in the highlands of Papua New Guinea."@en ;
    skos:inScheme lexvo: ;
    skos:notation "nii"^^xsd:string ;
    skos:prefLabel "Nii"@en .

<http://lexvo.org/id/iso639-3/nik> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "nik"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Southern_Nicobarese_language>,
        <http://www.mpii.de/yago/resource/Southern_Nicobarese_language> ;
    skos:altLabel "Nicobarese, Southern"@en,
        "Southern Nicobarese language"@en ;
    skos:definition "Southern Nicobarese, also known as Nicobara, Great Nicobarese, and Sambelong, is a Nicobarese language, spoken on the Sambelong Southern Nicobar Islands of Little Nicobar, Great Nicobar, and a couple small neighboring islands, Kondul and Pulo Milo (Milo Island). Each is said to have its own dialect, as does the Tafwap region of Little Nicobar, though Kondul was evacuated to Great Nicobar after the 2004 tsunami."@en ;
    skos:inScheme lexvo: ;
    skos:notation "nik"^^xsd:string ;
    skos:prefLabel "Southern Nicobarese"@en .

<http://lexvo.org/id/iso639-3/nim> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "nim"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Iramba_language>,
        <http://www.mpii.de/yago/resource/Iramba_language> ;
    skos:altLabel "Iramba language"@en ;
    skos:definition "Iramba, also known as Nilamba (there is no distinction between and ) is a Bantu language of spoken by the Nilamba and Iambi people of the Shinyanga Region of Tanzania."@en ;
    skos:inScheme lexvo: ;
    skos:notation "nim"^^xsd:string ;
    skos:prefLabel "Nilamba"@en,
        "Język nilamba"@pl,
        "Kinilamba"@sw .

<http://lexvo.org/id/iso639-3/nin> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "nin"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Ninzo_language>,
        <http://www.mpii.de/yago/resource/Ninzo_language> ;
    skos:altLabel "Ninzo language"@en ;
    skos:definition "Ninzo (Ninzam) is a Plateau language of Nigeria."@en ;
    skos:inScheme lexvo: ;
    skos:notation "nin"^^xsd:string ;
    skos:prefLabel "Ninzo"@en .

<http://lexvo.org/id/iso639-3/nis> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "nis"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Nimi_language>,
        <http://www.mpii.de/yago/resource/Nimi_language> ;
    skos:altLabel "Nimi language"@en ;
    skos:definition "Nimi is a language spoken in Papua New Guinea. There were about 1400 native speakers as of 1980."@en ;
    skos:inScheme lexvo: ;
    skos:notation "nis"^^xsd:string ;
    skos:prefLabel "Nimi"@en .

<http://lexvo.org/id/iso639-3/niw> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "niw"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Nimo_language>,
        <http://www.mpii.de/yago/resource/Nimo_language> ;
    skos:altLabel "Nimo language"@en ;
    skos:definition "Nimo (Nimo-Wasawai) is a Left May language of New Guinea, in Sandaun Province. Nimo and Wasawai are two of the villages inhabited by speakers of this language. It is close to Nakwi."@en ;
    skos:inScheme lexvo: ;
    skos:notation "niw"^^xsd:string ;
    skos:prefLabel "Nimo"@en .

<http://lexvo.org/id/iso639-3/nix> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "nix"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Hema_language>,
        <http://www.mpii.de/yago/resource/Hema_language> ;
    skos:altLabel "Hema language"@en ;
    skos:definition "Hema is a Bantu language and one of three languages spoken by the Hema people of the Democratic Republic of the Congo."@en ;
    skos:inScheme lexvo: ;
    skos:notation "nix"^^xsd:string ;
    skos:prefLabel "Hema"@en .

<http://lexvo.org/id/iso639-3/niz> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "niz"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/ning1273> ;
    skos:inScheme lexvo: ;
    skos:notation "niz"^^xsd:string ;
    skos:prefLabel "Ningil"@en .

<http://lexvo.org/id/iso639-3/nja> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "nja"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Nzanyi_language>,
        <http://www.mpii.de/yago/resource/Nzanyi_language> ;
    skos:altLabel "Nzanyi language"@en ;
    skos:definition "Nzanyi (also known as Njanyi, Nzangi, Njai, Njeny, Zani, Zany, Jeng, Jenge, Njei, Njeing, Kobotshi) is an Afro-Asiatic language spoken in Nigeria in Adamawa State in the Maiha LGA, and along the border in Cameroon. Dialects are Dede, Hoode, Lovi, Magara, Maiha, Mutidi, Nggwoli, Paka, and Rogede."@en ;
    skos:inScheme lexvo: ;
    skos:notation "nja"^^xsd:string ;
    skos:prefLabel "Nzanyi"@en,
        "Kinzanyi"@sw .

<http://lexvo.org/id/iso639-3/nji> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "nji"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Ngarnka_language>,
        <http://www.mpii.de/yago/resource/Ngarnka_language> ;
    skos:altLabel "Ngarnka language"@en ;
    skos:definition "Ngarnka (Gudanji) is an extinct Australian language which was spoken in the Barkly Tableland of Northern Australia, Australia, close to the township of Elliot. According to the Australian linguist Robert J. Pensalfini, the last fluent speaker of the language died between 1997 and 1998.<ref name=\"robert_pensalfini_2004\" />"@en ;
    skos:inScheme lexvo: ;
    skos:notation "nji"^^xsd:string ;
    skos:prefLabel "Gudanji"@en .

<http://lexvo.org/id/iso639-3/njm> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "njm"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Angami_language>,
        <http://www.mpii.de/yago/resource/Angami_language> ;
    skos:altLabel "Angami language"@en,
        "Naga, Angami"@en ;
    skos:definition "Angami (also: Gnamei, Ngami, Tsoghami, Tsugumi, Monr, Tsanglo, Tenyidie) is a Tibeto-Burman language spoken in the Naga Hills in the northeastern part of India, in Kohima district, Nagaland."@en ;
    skos:inScheme lexvo: ;
    skos:notation "njm"^^xsd:string ;
    skos:prefLabel "Angameg"@br,
        "Angami Naga"@en,
        "Angami"@fr,
        "Ангами"@ru,
        "ภาษาองามี"@th .

<http://lexvo.org/id/iso639-3/njs> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "njs"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Nisa_language>,
        <http://www.mpii.de/yago/resource/Nisa_language> ;
    skos:altLabel "Nisa language"@en ;
    skos:definition "Nisa is a Papuan language of the Indonesian province of Papua, on the eastern shore of Cenderawasih Bay. Language use is vigorous."@en ;
    skos:inScheme lexvo: ;
    skos:notation "njs"^^xsd:string ;
    skos:prefLabel "Nisa"@en .

<http://lexvo.org/id/iso639-3/nju> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "nju"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/ngad1258> ;
    skos:inScheme lexvo: ;
    skos:notation "nju"^^xsd:string ;
    skos:prefLabel "Ngadjunmaya"@en .

<http://lexvo.org/id/iso639-3/njx> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "njx"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Kunyi_language>,
        <http://www.mpii.de/yago/resource/Kunyi_language> ;
    skos:altLabel "Kunyi language"@en ;
    skos:definition "Kunyi is a Bantu language spoken in R. Congo."@en ;
    skos:inScheme lexvo: ;
    skos:notation "njx"^^xsd:string ;
    skos:prefLabel "Kunyi"@en .

<http://lexvo.org/id/iso639-3/nka> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "nka"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Nkoya_language>,
        <http://www.mpii.de/yago/resource/Nkoya_language> ;
    skos:altLabel "Nkoya language"@en ;
    skos:definition "Nkoya is a Bantu language of Zambia. It may be one of the Luba languages, and is at least Luban. Mbwera (Mbowela) dialect is distinct."@en ;
    skos:inScheme lexvo: ;
    skos:notation "nka"^^xsd:string ;
    skos:prefLabel "Nkoya"@en .

<http://lexvo.org/id/iso639-3/nkc> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "nkc"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Nkongho_language>,
        <http://www.mpii.de/yago/resource/Nkongho_language> ;
    skos:altLabel "Nkongho language"@en ;
    skos:definition "Nkongho, or Upper Mbo, is a poorly known Bantu language of Cameroon. Apart from being Bantu, it is not demonstrably related to the Mbo language."@en ;
    skos:inScheme lexvo: ;
    skos:notation "nkc"^^xsd:string ;
    skos:prefLabel "Nkongho"@de,
        "Nkongho"@en,
        "Lenga Nkongho"@pms,
        "Kinkongho"@sw .

<http://lexvo.org/id/iso639-3/nke> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "nke"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Duke_language>,
        <http://www.mpii.de/yago/resource/Duke_language> ;
    skos:altLabel "Duke language"@en ;
    skos:definition "Duke is an Oceanic language spoken by about 2,000 people on Kolombangara island, Solomon Islands. Speakers of Duke tend to use several languages."@en ;
    skos:inScheme lexvo: ;
    skos:notation "nke"^^xsd:string ;
    skos:prefLabel "Duke"@en .

<http://lexvo.org/id/iso639-3/nki> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "nki"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Khoirao_language>,
        <http://www.mpii.de/yago/resource/Khoirao_language> ;
    skos:altLabel "Khoirao language"@en,
        "Naga, Thangal"@en ;
    skos:definition "Khoirao Thangal is a robust Naga language of India."@en ;
    skos:inScheme lexvo: ;
    skos:notation "nki"^^xsd:string ;
    skos:prefLabel "Thangal Naga"@en .

<http://lexvo.org/id/iso639-3/nkn> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "nkn"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Nkangala_language>,
        <http://www.mpii.de/yago/resource/Nkangala_language> ;
    skos:altLabel "Nkangala language"@en ;
    skos:definition "Nkangala (Ngangala) is a minor Bantu language of Angola."@en ;
    skos:inScheme lexvo: ;
    skos:notation "nkn"^^xsd:string ;
    skos:prefLabel "Nkangala"@en .

<http://lexvo.org/id/iso639-3/nkp> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "nkp"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Niuatoputapu_language>,
        <http://www.mpii.de/yago/resource/Niuatoputapu_language> ;
    skos:altLabel "Niuatoputapu language"@en ;
    skos:definition "Niuatoputapu was the indigenous language of Niuatoputapu, Tonga. It was more closely related to Samoan than to Tongan. Sometime in the 18th or 19th century, it became extinct and its use was replaced by Tongan."@en ;
    skos:inScheme lexvo: ;
    skos:notation "nkp"^^xsd:string ;
    skos:prefLabel "Niuatoputapu"@en .

<http://lexvo.org/id/iso639-3/nkw> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "nkw"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Nkutu_language>,
        <http://www.mpii.de/yago/resource/Nkutu_language> ;
    skos:altLabel "Nkutu language"@en ;
    skos:definition "Nkutu (Nkuchu, Kitkutshu) is a Bantu language of northern Kasai-Oriental Province, Democratic Republic of the Congo. Local dialects include Elembe, Hamba, Lokalo (Kalo), Kongola-Meno, Ngongo, and Saka (Losaka). It is a member of the Tetela family of Bantu languages and is closely related to Tetela, Kela, Kusu, and Yela."@en ;
    skos:inScheme lexvo: ;
    skos:notation "nkw"^^xsd:string ;
    skos:prefLabel "Nkutu"@en,
        "Język nkutu"@pl,
        "Kinkutu"@sw .

<http://lexvo.org/id/iso639-3/nkx> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "nkx"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Nkoroo_language>,
        <http://www.mpii.de/yago/resource/Nkoroo_language> ;
    skos:altLabel "Nkoroo language"@en ;
    skos:definition "Nkọrọọ is a Niger–Congo language spoken by about 4500 ethnic Nkọrọọ in Rivers State, Nigeria."@en ;
    skos:inScheme lexvo: ;
    skos:notation "nkx"^^xsd:string ;
    skos:prefLabel "Nkoroeg"@br,
        "Nkoro"@de,
        "Nkoroo"@en,
        "Lenga Nkoroo"@pms .

<http://lexvo.org/id/iso639-3/nlc> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "nlc"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Nalca_language>,
        <http://www.mpii.de/yago/resource/Nalca_language> ;
    skos:altLabel "Nalca language"@en ;
    skos:definition "Nalca (Naltya, Naltje) is a Papuan language of West Papua. Alternative names are Hmanggona, Hmonono, Kimjal (Kimyal). The latter is also used for Korupun-Sela"@en ;
    skos:inScheme lexvo: ;
    skos:notation "nlc"^^xsd:string ;
    skos:prefLabel "Nalca"@en .

<http://lexvo.org/id/iso639-3/nle> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "nle"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Nyala_dialect_(Luhya)>,
        <http://www.mpii.de/yago/resource/Nyala_dialect_(Luhya)> ;
    skos:altLabel "Nyala dialect"@en,
        "Nyala, East"@en ;
    skos:definition "Nyala is a Luhya dialect spoken by the Nyala tribe of the Luhya people of Busia District in Kenya. It is spoken by 35 000 people."@en ;
    skos:inScheme lexvo: ;
    skos:notation "nle"^^xsd:string ;
    skos:prefLabel "East Nyala"@en .

<http://lexvo.org/id/iso639-3/nli> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "nli"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Nangalami_language>,
        <http://www.mpii.de/yago/resource/Nangalami_language> ;
    skos:altLabel "Nangalami language"@en ;
    skos:definition "Nangalami, or Grangali, is a Dardic language of Afghanistan."@en ;
    skos:inScheme lexvo: ;
    skos:notation "nli"^^xsd:string ;
    skos:prefLabel "Grangali"@en .

<http://lexvo.org/id/iso639-3/nlj> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "nlj"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Nyali_language>,
        <http://www.mpii.de/yago/resource/Nyali_language> ;
    skos:altLabel "Nyali language"@en ;
    skos:definition "Nyali, or North Nyali, is a minor Bantu language of the Democratic Republic of the Congo. It is lexically similar to Ndaka and Budu, Mbo, and Vanuma (South Nyali)."@en ;
    skos:inScheme lexvo: ;
    skos:notation "nlj"^^xsd:string ;
    skos:prefLabel "Nyali"@en .

<http://lexvo.org/id/iso639-3/nll> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "nll"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Nihali_language>,
        <http://www.mpii.de/yago/resource/Nihali_language> ;
    skos:altLabel "Nihali language"@en ;
    skos:definition "Nihali, also known as Nahali or erroneously as Kalto, is a language isolate spoken in west-central India (in Madhya Pradesh and Maharashtra) by around 2,000 people (in 1991) out of an ethnic population of 5,000. The Nihali tribal area is just south of the Tapti River, around the village of Tembi in Nimar district of Central Provinces during British Raj, now in Madhya Pradesh. The language has a very large number of words adopted from neighboring languages, with 60-70% apparently taken from Korku (25% of vocabulary and much of its morphology), from Dravidian languages, and from Marathi, but much of its core vocabulary cannot be related to these or other languages, such as the numerals and words for blood and egg."@en ;
    skos:inScheme lexvo: ;
    skos:notation "nll"^^xsd:string ;
    skos:prefLabel "Kalteg"@br,
        "Nahali"@de,
        "Nihali"@en,
        "Nihali"@fr,
        "Lingua nihali"@it,
        "カルト語"@ja,
        "니할리어"@ko,
        "Lingua Nihali"@la,
        "Nahali"@oc,
        "Język nihali"@pl,
        "Lenga nihali"@pms,
        "Нихали"@ru .

<http://lexvo.org/id/iso639-3/nlr> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "nlr"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Ngarla_language>,
        <http://www.mpii.de/yago/resource/Ngarla_language> ;
    skos:altLabel "Ngarla language"@en ;
    skos:definition "Ngarla is a Pama–Nyungan language of Western Australia."@en ;
    skos:inScheme lexvo: ;
    skos:notation "nlr"^^xsd:string ;
    skos:prefLabel "Ngarla"@en,
        "Lenga ngarla"@pms,
        "Ngarla"@sv .

<http://lexvo.org/id/iso639-3/nlv> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "nlv"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Orizaba_Nahuatl>,
        <http://www.mpii.de/yago/resource/Orizaba_Nahuatl> ;
    skos:altLabel "Nahuatl, Orizaba"@en ;
    skos:definition "Orizaba Nahuatl is a native American language spoken in the southeastern Mexican state of Veracruz mostly in the area to the south of the city of Orizaba. It is also known as Orizaba Aztec and Náhuatl de la Sierra de Zongolica. It has 79 percent intelligibility with Morelos Nahuatl. There is a dialect called Ixhuatlancillo Nahuatl which is spoken in a town to the north of Orizaba. There are several primary schools and one secondary school which use this language along with Spanish."@en ;
    skos:inScheme lexvo: ;
    skos:notation "nlv"^^xsd:string ;
    skos:prefLabel "Orizaba Nahuatl"@en .

<http://lexvo.org/id/iso639-3/nma> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "nma"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Maram_language>,
        <http://www.mpii.de/yago/resource/Maram_language> ;
    skos:altLabel "Maram language"@en,
        "Naga, Maram"@en ;
    skos:definition "Maram is a Naga language of India. The language is taught up to secondary school, and the younger generations are almost fully literate."@en ;
    skos:inScheme lexvo: ;
    skos:notation "nma"^^xsd:string ;
    skos:prefLabel "Maram Naga"@en .

<http://lexvo.org/id/iso639-3/nmc> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "nmc"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Ngam_language>,
        <http://www.mpii.de/yago/resource/Ngam_language> ;
    skos:altLabel "Ngam language"@en ;
    skos:definition "Ngam, or Sara Ngam, is a Bongo–Bagirmi language of Chad and the Central African Republic."@en ;
    skos:inScheme lexvo: ;
    skos:notation "nmc"^^xsd:string ;
    skos:prefLabel "Ngam"@en .

<http://lexvo.org/id/iso639-3/nmd> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "nmd"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/ndum1239> ;
    skos:inScheme lexvo: ;
    skos:notation "nmd"^^xsd:string ;
    skos:prefLabel "Ndumu"@en .

<http://lexvo.org/id/iso639-3/nme> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "nme"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Mzieme_language>,
        <http://www.mpii.de/yago/resource/Mzieme_language> ;
    skos:altLabel "Mzieme language"@en,
        "Naga, Mzieme"@en ;
    skos:definition "Mzieme is a Naga language of India. It has been called Northern Zeme due to its lack of official recognition, but is not particularly close to Zeme."@en ;
    skos:inScheme lexvo: ;
    skos:notation "nme"^^xsd:string ;
    skos:prefLabel "Mziemeg"@br,
        "Mzieme Naga"@en .

<http://lexvo.org/id/iso639-3/nmg> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "nmg"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/kwas1243> ;
    skos:inScheme lexvo: ;
    skos:notation "nmg"^^xsd:string ;
    skos:prefLabel "bissio"@ca,
        "夸西奥文"@cmn,
        "夸西奧文"@cmn-Hant,
        "kwasio"@da,
        "kwasiogbe"@ee,
        "Κβάσιο"@el,
        "Kwasio"@en,
        "kwasio"@es,
        "kwasio"@et,
        "kwasio"@fi,
        "kwasio"@fr,
        "קוואסיו"@he,
        "kwasio"@hr,
        "ngumba"@hu,
        "Kwasio"@id,
        "kwasio"@it,
        "クワシオ語"@ja,
        "크와시오어"@ko,
        "ກວາຊີໂອ"@lo,
        "kvasių"@lt,
        "kvasio"@lv,
        "квазио"@mk,
        "kwasio"@nb,
        "Kwasio"@nl,
        "Kwasio"@nmg,
        "kwasio"@nn,
        "ngumba"@pl,
        "kwasio"@pt,
        "kwasio"@ro,
        "квасио"@ru,
        "kwasio"@sk,
        "kwasio"@sv,
        "Kikwasio"@swh,
        "กวาซิโอ"@th,
        "lea fakakuasio"@to,
        "Kwasio"@tr,
        "квазіо"@uk,
        "Tiếng Kwasio"@vi .

<http://lexvo.org/id/iso639-3/nmi> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "nmi"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Nyam_language>,
        <http://www.mpii.de/yago/resource/Nyam_language> ;
    skos:altLabel "Nyam language"@en ;
    skos:definition "Nyam (also known as Nyambolo) is an Afro-Asiatic language spoken in one village in Nigeria."@en ;
    skos:inScheme lexvo: ;
    skos:notation "nmi"^^xsd:string ;
    skos:prefLabel "Nyam"@en .

<http://lexvo.org/id/iso639-3/nmj> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "nmj"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Ngombe_language_(Central_African_Republic)>,
        <http://www.mpii.de/yago/resource/Ngombe_language_(Central_African_Republic)> ;
    skos:altLabel "Ngombe (Central African Republic)"@en,
        "Ngombe language"@en ;
    skos:definition "Ngombe (called also Ba(n)gando-Ngombe, Ngombe-Kaka) is a language spoken by a mere 1,450 (or less, as its speakers were last tabulated in 1996) people, mostly adults, clustered around the Mambere Kadeï Prefecture in Central African Republic. Its broader connection to other Ubangian languages is unclear; it has been placed in the Baka branch, but it may be mutually intelligible with Southwest Gbaya."@en ;
    skos:inScheme lexvo: ;
    skos:notation "nmj"^^xsd:string ;
    skos:prefLabel "Ngombe"@en .

<http://lexvo.org/id/iso639-3/nmk> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "nmk"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Namakura_language>,
        <http://www.mpii.de/yago/resource/Namakura_language> ;
    skos:altLabel "Namakura language"@en ;
    skos:definition "Namakura, or Makura or Namakir, is an Oceanic language of Vanuatu."@en ;
    skos:inScheme lexvo: ;
    skos:notation "nmk"^^xsd:string ;
    skos:prefLabel "Namakura"@en,
        "Namakura"@fr .

<http://lexvo.org/id/iso639-3/nml> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "nml"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Ndemli_language>,
        <http://www.mpii.de/yago/resource/Ndemli_language> ;
    skos:altLabel "Ndemli language"@en ;
    skos:definition "Ndemli is a language of Cameroon. Recent classifications such as Nurse (2003) place it in with the Narrow Grassfields languages, though Ethnologue does not reflect this. Ethnologue states that it is \"related to Tikar\" and that \"the Bandobo dialect of Tikar is very similar to Ndemli\", though it is not clear if Bandobo actually is Tikar."@en ;
    skos:inScheme lexvo: ;
    skos:notation "nml"^^xsd:string ;
    skos:prefLabel "Ndemli"@de,
        "Ndemli"@en,
        "Lenga Ndemli"@pms,
        "Kindemli"@sw .

<http://lexvo.org/id/iso639-3/nmp> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "nmp"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Nimanburru_language>,
        <http://www.mpii.de/yago/resource/Nimanburru_language> ;
    skos:altLabel "Nimanburru language"@en ;
    skos:definition "Nimanburru is a Western Nyulnyulan language formerly spoken on the eastern shore of the Dampier Peninsula in North-West Australia. There are no publications on the language, but archival records exist in the Australian Institute of Aboriginal and Torres Strait Islander Studies."@en ;
    skos:inScheme lexvo: ;
    skos:notation "nmp"^^xsd:string ;
    skos:prefLabel "Nimanbur"@en,
        "Języki nyulnyulańskie"@pl,
        "Нюлнюлские языки"@ru .

<http://lexvo.org/id/iso639-3/nmr> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "nmr"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Nimbari_language>,
        <http://www.mpii.de/yago/resource/Nimbari_language> ;
    skos:altLabel "Nimbari language"@en ;
    skos:definition "The Nimbari language was a member of the Leko–Nimbari group of Savanna languages. It was spoken in northern Cameroon."@en ;
    skos:inScheme lexvo: ;
    skos:notation "nmr"^^xsd:string ;
    skos:prefLabel "Nimbari"@de,
        "Nimbari"@en,
        "Lenga Nimbari"@pms,
        "Kinimbari"@sw .

<http://lexvo.org/id/iso639-3/nmx> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "nmx"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Nama_language_(Papuan)>,
        <http://www.mpii.de/yago/resource/Nama_language_(Papuan)> ;
    skos:altLabel "Nama (Papua New Guinea)"@en,
        "Nama language"@en ;
    skos:definition "Nama is a Papuan language of Papua New Guinea."@en ;
    skos:inScheme lexvo: ;
    skos:notation "nmx"^^xsd:string ;
    skos:prefLabel "Nama"@en .

<http://lexvo.org/id/iso639-3/nmz> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "nmz"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Losso_language>,
        <http://www.mpii.de/yago/resource/Losso_language> ;
    skos:altLabel "Losso language"@en ;
    skos:definition "Nawdm (Naoudem), or Losso, is a Gur language of Togo. An unknown number of speakers live in Ghana."@en ;
    skos:inScheme lexvo: ;
    skos:notation "nmz"^^xsd:string ;
    skos:prefLabel "Nawdm"@de,
        "Nawdm"@en,
        "Lenga Nawdm"@pms .

<http://lexvo.org/id/iso639-3/nnc> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "nnc"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Nancere_language>,
        <http://www.mpii.de/yago/resource/Nancere_language> ;
    skos:altLabel "Nancere language"@en ;
    skos:definition "Nancere (Nanjeri) is an East Chadic language spoken in the Tandjilé Region of Chad."@en ;
    skos:inScheme lexvo: ;
    skos:notation "nnc"^^xsd:string ;
    skos:prefLabel "Nancere"@en .

<http://lexvo.org/id/iso639-3/nnh> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "nnh"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Ngiemboon_language>,
        <http://www.mpii.de/yago/resource/Ngiemboon_language> ;
    skos:altLabel "Ngiemboon language"@en,
        "Ngiemboon"@fr ;
    skos:definition "The Ngiemboon language, Ngyɛmbɔɔŋ, is one of a dozen Bamileke languages spoken in Cameroon. Dialects are Batcham, Balatchi and Bamoungong"@en ;
    skos:inScheme lexvo: ;
    skos:notation "nnh"^^xsd:string ;
    skos:prefLabel "ngiemboon"@ca,
        "恩甘澎文"@cmn,
        "恩甘澎文"@cmn-Hant,
        "ngiemboon"@cs,
        "ngiemboon"@da,
        "Ngiemboon"@de,
        "ngiemboongbe"@ee,
        "Νγκιεμπούν"@el,
        "Ngiemboon"@en,
        "ngiemboon"@es,
        "ngiembooni"@et,
        "ngiemboon"@fi,
        "ngiemboon"@fr,
        "נגיאמבון"@he,
        "ngiemboon"@hr,
        "ngiemboon"@hu,
        "Ngiemboon"@id,
        "ngiemboon"@it,
        "ンジエムブーン語"@ja,
        "느기엠본어"@ko,
        "ຈີ່ມບູນ"@lo,
        "ngiembūnų"@lt,
        "ngjembūnu"@lv,
        "нгиембун"@mk,
        "ngiemboon"@nb,
        "Ngiemboon"@nl,
        "Shwóŋò ngiembɔɔn"@nnh,
        "ngiemboon"@pl,
        "Lenga Ngiemboon"@pms,
        "ngiemboon"@pt,
        "ngiemboon"@ro,
        "ngiemboon"@sk,
        "bamileké-ngiemboon"@sv,
        "Kingiemboon"@sw,
        "จีมบูน"@th,
        "lea fakangiemipōni"@to,
        "Ngiemboon"@tr,
        "нгємбун"@uk,
        "Tiếng Ngiemboon"@vi .

<http://lexvo.org/id/iso639-3/nnj> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "nnj"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Nyangatom_language>,
        <http://www.mpii.de/yago/resource/Nyangatom_language> ;
    skos:altLabel "Nyangatom language"@en ;
    skos:definition "Nyangatom (also Inyangatom, Donyiro, Dongiro, Idongiro) is a Nilo-Saharan language (Eastern Sudanic, Nilotic) spoken in Ethiopia by the Nyangatom people. It is an oral language only, having no working orthography at present. Related languages include Toposa and Turkana, both of which have a level of mutual intelligibility."@en ;
    skos:inScheme lexvo: ;
    skos:notation "nnj"^^xsd:string ;
    skos:prefLabel "Nyangatom"@en .

<http://lexvo.org/id/iso639-3/nnl> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "nnl"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Ntenyi_language>,
        <http://www.mpii.de/yago/resource/Ntenyi_language> ;
    skos:altLabel "Naga, Northern Rengma"@en,
        "Northern Rengma Naga"@en ;
    skos:definition "Ntenyi, or Northern Rengma, is a Naga language, or actually languages, of Nagaland state, India."@en ;
    skos:inScheme lexvo: ;
    skos:notation "nnl"^^xsd:string ;
    skos:prefLabel "Ntenyi language"@en .

<http://lexvo.org/id/iso639-3/nnn> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "nnn"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Ngete_language>,
        <http://www.mpii.de/yago/resource/Ngete_language> ;
    skos:altLabel "Ngete language"@en ;
    skos:definition "Ngeté (Nguetté) is an Afro-Asiatic language of Chad. Zime is a generic name."@en ;
    skos:inScheme lexvo: ;
    skos:notation "nnn"^^xsd:string ;
    skos:prefLabel "Ngete"@en .

<http://lexvo.org/id/iso639-3/nnq> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "nnq"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Ngindo_language>,
        <http://www.mpii.de/yago/resource/Ngindo_language> ;
    skos:altLabel "Ngindo language"@en ;
    skos:definition "Ngindo is a Bantu language of Tanzania."@en ;
    skos:inScheme lexvo: ;
    skos:notation "nnq"^^xsd:string ;
    skos:prefLabel "Ngindo"@en .

<http://lexvo.org/id/iso639-3/nnr> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "nnr"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Narangga_language>,
        <http://www.mpii.de/yago/resource/Narangga_language> ;
    skos:altLabel "Narangga language"@en ;
    skos:definition "Narangga (also Narungga) is an extinct Australian Aboriginal language formerly spoken by the Narungga people in Yorke Peninsula, South Australia. As a result of the colonisation of Australia, the Narangga language fell into disuse within several generations. Nevertheless, Narangga continued to be documented into the 20th century and the 1980s saw a community reclamation of the Narangga language by the Aboriginal community. As a result of revival efforts, the language along with Narangga culture is now being taught around the Yorke Peninsula, from Moonta and Maitland Area Schools to Point Pearce."@en ;
    skos:inScheme lexvo: ;
    skos:notation "nnr"^^xsd:string ;
    skos:prefLabel "Narungga"@en .

<http://lexvo.org/id/iso639-3/nnv> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "nnv"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Nukunu_language>,
        <http://www.mpii.de/yago/resource/Nukunu_language> ;
    skos:altLabel "Nugunu (Australia)"@en,
        "Nukunu language"@en ;
    skos:definition "*Nukuna, Nokunna, Noocoona, Nookoona, Nuguna, Nukana, Nukunnu, Nukunu, Njuguna *Doora *Pukunna *Tjura, Tyura *Wallaroo, Warra *Wongaidya (from wangkatya, present tense form of verb to speak)"@en ;
    skos:inScheme lexvo: ;
    skos:notation "nnv"^^xsd:string ;
    skos:prefLabel "Nugunu"@en,
        "Lenga nugunu"@pms,
        "Nugunu"@sv .

<http://lexvo.org/id/iso639-3/nny> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "nny"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Yangkaal>,
        <http://www.mpii.de/yago/resource/Yangkaal> ;
    skos:altLabel "Yangkaal"@en ;
    skos:definition "Nyangga, also known as Yangkaal, Yanggal, and Njanggala, is an extinct Australian language once spoken in north-western Queensland. Other members of its language family include Kayardild, Lardil, and Yukulta."@en ;
    skos:inScheme lexvo: ;
    skos:notation "nny"^^xsd:string ;
    skos:prefLabel "Nyangga"@en .

<http://lexvo.org/id/iso639-3/nod> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "nod"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Northern_Thai_language>,
        <http://www.mpii.de/yago/resource/Northern_Thai_language> ;
    skos:altLabel "Northern Thai language"@en,
        "Thai, Northern"@en ;
    skos:definition "Northern Thai, Lanna, or Kham Mueang (Northern Thai: ᨣᩴᩤᨾᩮᩥᩬᨦ , Thai: คำเมือง ) is the language of the Thai Yuan people of Lannathai, Thailand. It is a Tai language, closely related to Thai and Lao. Northern Thai has approximately six million speakers, most of whom live in Thailand, with a few thousand in northwestern Laos."@en ;
    skos:inScheme lexvo: ;
    skos:notation "nod"^^xsd:string ;
    skos:prefLabel "Lanna"@de,
        "Northern Thai"@en,
        "Idioma tailandés septentrional"@es,
        "北タイ語"@ja,
        "북부 타이어"@ko,
        "ຄຳເມືອງ"@lo,
        "Noordelijk Thai"@nl,
        "Język północnotajski"@pl,
        "ภาษาไทยถิ่นเหนือ"@th,
        "Tiếng Bắc Thái"@vi .

<http://lexvo.org/id/iso639-3/noe> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "noe"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Nimadi_language>,
        <http://www.mpii.de/yago/resource/Nimadi_language> ;
    skos:altLabel "Nimadi language"@en ;
    skos:definition "Nimadi is spoken in the Nimar region of Madhya Pradesh, which lies adjacent to Maharashtra and south of Malwa. The districts which speak Nimadi are: Barwani, East Nimar, West Nimar and parts of Dhar district. The famous writers of Nimari was Late Gaurishankar Sharma, lalitnarayan upadhyay etc"@en ;
    skos:inScheme lexvo: ;
    skos:notation "noe"^^xsd:string ;
    skos:prefLabel "Nimadi"@en,
        "निमाड़ी"@hi,
        "Nimadi"@no,
        "Język nimadi"@pl,
        "Lenga nimadi"@pms .

<http://lexvo.org/id/iso639-3/nok> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "nok"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Nooksack_language>,
        <http://www.mpii.de/yago/resource/Nooksack_language> ;
    skos:altLabel "Nooksack language"@en ;
    skos:definition "The Nooksack language (Lhéchalosem) is a Coast Salish language spoken by the Nooksack Indians of northwestern Washington State in the United States, centered in Whatcom County."@en ;
    skos:inScheme lexvo: ;
    skos:notation "nok"^^xsd:string ;
    skos:prefLabel "Nooksack"@en,
        "Nooksack"@fr .

<http://lexvo.org/id/iso639-3/nop> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "nop"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Numanggang_language>,
        <http://www.mpii.de/yago/resource/Numanggang_language> ;
    skos:altLabel "Numanggang language"@en ;
    skos:definition "The Numanggang language is a language of Papua New Guinea."@en ;
    skos:inScheme lexvo: ;
    skos:notation "nop"^^xsd:string ;
    skos:prefLabel "Numanggang"@en,
        "Język numanggang"@pl .

<http://lexvo.org/id/iso639-3/noy> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "noy"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Noy_language>,
        <http://www.mpii.de/yago/resource/Noy_language> ;
    skos:altLabel "Noy language"@en ;
    skos:definition "The Noy Language is a nearly extinct language of Chad. It has a population of 36 people who live (or lived) in regions: Moyen-Chari and Mandoul regions, between Sarh, Djoli, Bédaya, Koumra, and Koumogo villages (Ethnologue). It is also called Loo."@en ;
    skos:inScheme lexvo: ;
    skos:notation "noy"^^xsd:string ;
    skos:prefLabel "Noyeg"@br,
        "Noy"@de,
        "Noy"@en,
        "Lenga Noy"@pms .

<http://lexvo.org/id/iso639-3/noz> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "noz"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Nayi_language>,
        <http://www.mpii.de/yago/resource/Nayi_language> ;
    skos:altLabel "Nayi language"@en ;
    skos:definition "Nayi (also known as \"Nao\") is an Omotic language of the Afro-Asiatic language family spoken in western Ethiopia. The 2007 census listed 1998 census listed 7,188 speakers; the 1998 census 3,656 speakers, with 1,137 identified as monolinguals."@en ;
    skos:inScheme lexvo: ;
    skos:notation "noz"^^xsd:string ;
    skos:prefLabel "Idioma nao"@an,
        "Nayi"@en,
        "Nayi"@fr,
        "Nayi jezik"@hr,
        "Lenga Nayi"@pms,
        "Língua Nayi"@pt .

<http://lexvo.org/id/iso639-3/npb> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "npb"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Nupbi_language>,
        <http://www.mpii.de/yago/resource/Nupbi_language> ;
    skos:altLabel "Nupbi language"@en ;
    skos:definition "Nupbikha is an East Bodish language spoken by about 2,200 people in central Bhutan."@en ;
    skos:inScheme lexvo: ;
    skos:notation "npb"^^xsd:string ;
    skos:prefLabel "Noupbikeg"@br,
        "Nupbikha"@en,
        "Lenga Nupbikha"@pms .

<http://lexvo.org/id/iso639-3/nph> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "nph"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Phom_language>,
        <http://www.mpii.de/yago/resource/Phom_language> ;
    skos:altLabel "Naga, Phom"@en,
        "Phom language"@en ;
    skos:definition "Phom is a Tibeto-Burman language spoken by the Phom people of Nagaland, north-eastern India."@en ;
    skos:inScheme lexvo: ;
    skos:notation "nph"^^xsd:string ;
    skos:prefLabel "Phom Naga"@en .

<http://lexvo.org/id/iso639-3/npn> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "npn"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Mondropolon_language>,
        <http://www.mpii.de/yago/resource/Mondropolon_language> ;
    skos:altLabel "Mondropolon language"@en ;
    skos:definition "The Mondropolon language is a West Manus language spoken by approximately 300 people on north-central Manus Island, Manus Province of Papua New Guinea. Its speakers also use Kurti. It has SVO word order."@en ;
    skos:inScheme lexvo: ;
    skos:notation "npn"^^xsd:string ;
    skos:prefLabel "Mondropolon"@en .

<http://lexvo.org/id/iso639-3/npy> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "npy"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/napu1241> ;
    skos:inScheme lexvo: ;
    skos:notation "npy"^^xsd:string ;
    skos:prefLabel "Napu"@en .

<http://lexvo.org/id/iso639-3/nqm> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "nqm"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Ndom_language>,
        <http://www.mpii.de/yago/resource/Ndom_language> ;
    skos:altLabel "Ndom language"@en ;
    skos:definition "Ndom is a language spoken on Yos Sudarso Island in Papua province, Indonesia. It is reported to have numbers in senary (base 6). A problem from the 2007 International Linguistics Olympiad focused on this number system."@en ;
    skos:inScheme lexvo: ;
    skos:notation "nqm"^^xsd:string ;
    skos:prefLabel "Ndom"@en,
        "Język ndom"@pl .

<http://lexvo.org/id/iso639-3/nqo> a lvont:Language,
        skos:Concept ;
    lvont:isFocusOf <http://id.loc.gov/vocabulary/iso639-2/nqo> ;
    lvont:iso6392BCode "nqo"^^xsd:string ;
    lvont:iso6392TCode "nqo"^^xsd:string ;
    lvont:iso639P3PCode "nqo"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-2/nqo> ;
    owl:sameAs <http://www.lingvoj.org/lang/nqo>,
        <info:lc/vocabulary/languages/nqo> ;
    skos:altLabel "N’Ko"@en,
        "n’ko"@fr ;
    skos:inScheme lexvo: ;
    skos:notation "nqo"^^xsd:string ;
    skos:prefLabel "أنكو"@ar,
        "nqo dili"@az,
        "н’ко"@bg,
        "এন’কো"@bn,
        "न्गको"@brx,
        "n’ko"@bs,
        "н’ко"@bs-Cyrl,
        "n’Ko"@ca,
        "西非书面文字"@cmn,
        "西非書面語言（N'ko）"@cmn-Hant,
        "n’ko"@cs,
        "n-ko"@da,
        "N’Ko"@de,
        "Ν'Κο"@el,
        "N'Ko"@en,
        "n’ko"@es,
        "nkoo"@et,
        "n’ko"@fi,
        "n'ko"@fr,
        "N’Ko"@gsw,
        "એન'કો"@gu,
        "נ'קו"@he,
        "एन्को"@hi,
        "n'ko"@hr,
        "n'kó"@hu,
        "N'Ko"@id,
        "n’ko"@is,
        "n'ko"@it,
        "ンコ語"@ja,
        "ಎನ್‌ಕೋ"@kn,
        "응코어"@ko,
        "ایٚن کو"@ks,
        "ເອັນໂກ"@lo,
        "enko"@lt,
        "nko"@lv,
        "нко"@mk,
        "ഇൻകോ"@ml,
        "एन्को"@mr,
        "nkå"@nb,
        "N’ko"@nl,
        "n'ko"@nn,
        "ଏନ୍କୋ"@or,
        "n’ko"@pl,
        "n'ko"@pt,
        "n'ko"@rm,
        "n’ko"@ro,
        "нко"@ru,
        "n’ko"@sk,
        "Н’ко"@sr,
        "N’ko"@sr-Latn,
        "n-kå"@sv,
        "என்'கோ"@ta,
        "న్కో"@te,
        "เอ็นโก"@th,
        "N’Ko"@tr,
        "нко"@uk,
        "Tiếng N'Ko"@vi .

<http://lexvo.org/id/iso639-3/nra> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "nra"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Ngom_language>,
        <http://www.mpii.de/yago/resource/Ngom_language> ;
    skos:altLabel "Ngom language"@en ;
    skos:definition "Ngom is a Bantu language spoken in Gabon and the Congo. It is used with only minor differences by the Kola/Koya Pygmies of Gabon."@en ;
    skos:inScheme lexvo: ;
    skos:notation "nra"^^xsd:string ;
    skos:prefLabel "Ngom"@de,
        "Ngom"@en,
        "Lenga Ngom"@pms,
        "Kingom"@sw .

<http://lexvo.org/id/iso639-3/nrc> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "nrc"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Noric_language>,
        <http://www.mpii.de/yago/resource/Noric_language> ;
    skos:altLabel "Noric language"@en ;
    skos:definition "The Noric language or Eastern Celtic language was a Continental Celtic language. It is attested in only two fragmentary inscriptions from the Roman province of Noricum (one in Grafenstein, Austria, the other in Ptuj, Slovenia), which do not provide enough information for any conclusions about the nature of the language to be drawn. However, the language was probably similar to the other Celtic languages near to it, such as Gaulish. Due to the scanty evidence it is unknown when it became extinct."@en ;
    skos:inScheme lexvo: ;
    skos:notation "nrc"^^xsd:string ;
    skos:prefLabel "Norisch"@bar,
        "Norische Sprache"@de,
        "Noric"@en,
        "Idioma nórico"@es,
        "زبان نوریک"@fa,
        "Norique"@fr,
        "Lingua nórica"@gl,
        "Norish"@gv,
        "Норички јазик"@mk,
        "Língua nórica"@pt,
        "Норикский язык"@ru .

<http://lexvo.org/id/iso639-3/nre> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "nre"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Rengma_language>,
        <http://www.mpii.de/yago/resource/Rengma_language> ;
    skos:altLabel "Naga, Southern Rengma"@en,
        "Southern Rengma Naga"@en ;
    skos:definition "Rengma, or Southern Rengma, is a Naga language of Nagaland state, India."@en ;
    skos:inScheme lexvo: ;
    skos:notation "nre"^^xsd:string ;
    skos:prefLabel "Rengma language"@en .

<http://lexvo.org/id/iso639-3/nri> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "nri"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Chokri_language>,
        <http://www.mpii.de/yago/resource/Chokri_language> ;
    skos:altLabel "Chokri language"@en,
        "Naga, Chokri"@en ;
    skos:definition "Chokri, or Eastern Angami, is one of three languages spoken by the Chakhesang Naga of Phek district, Nagaland state, India."@en ;
    skos:inScheme lexvo: ;
    skos:notation "nri"^^xsd:string ;
    skos:prefLabel "Chokri Naga"@en .

<http://lexvo.org/id/iso639-3/nrn> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "nrn"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Norn_language>,
        <http://www.mpii.de/yago/resource/Norn_language> ;
    skos:altLabel "Norn language"@en ;
    skos:definition "Norn is an extinct North Germanic language that was spoken in Shetland and Orkney, off the north coast of mainland Scotland, and in Caithness. After the islands were pledged to Scotland by Norway in the 15th century, it was gradually replaced by Scots and on the mainland by Scottish Gaelic."@en ;
    skos:inScheme lexvo: ;
    skos:notation "nrn"^^xsd:string ;
    skos:prefLabel "Norn"@af,
        "Norneg"@br,
        "Norn"@ca,
        "Nornština"@cs,
        "Norn"@cy,
        "Norn"@da,
        "Norn"@de,
        "Norn"@en,
        "Norna lingvo"@eo,
        "Idioma norn"@es,
        "Norni keel"@et,
        "زبان نورن"@fa,
        "Norni"@fi,
        "Norn"@fo,
        "Norne"@fr,
        "Nòrnais"@gd,
        "Norn"@gl,
        "Nornish"@gv,
        "נורן"@he,
        "Norn"@hr,
        "Norn"@is,
        "Lingua norn"@it,
        "노른어"@ko,
        "Lingua Noroena"@la,
        "Norn"@li,
        "Norn"@nds,
        "Norn"@nl,
        "Norn"@nn,
        "Norn"@no,
        "Język norn"@pl,
        "Norn"@pt,
        "Норн"@ru,
        "Norn leid"@sco,
        "Norn"@sv,
        "Łéngua norn"@vec,
        "諾恩語"@zh .

<http://lexvo.org/id/iso639-3/nrp> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "nrp"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/North_Picene_language>,
        <http://www.mpii.de/yago/resource/North_Picene_language> ;
    skos:altLabel "North Picene language"@en,
        "Picene, North"@en ;
    skos:definition "The North Picene language is a hypothetical construct based on four inscriptions of the Italian Iron Age from the Pesaro region of northeast Italy. The total number of words is about 60. The construct is that they represent a single extinct language, North Picene, that is not related to any other known language (and is therefore a language isolate), despite its geographic proximity to the speakers of South Picene."@en ;
    skos:inScheme lexvo: ;
    skos:notation "nrp"^^xsd:string ;
    skos:prefLabel "Nord-Pikenische Sprache"@de,
        "North Picene"@en,
        "Idioma piceno septentrional"@es,
        "Nord-picène"@fr,
        "Lingua picena settentrionale"@it,
        "Noord-Piceens"@nl,
        "Język północnopiceński"@pl,
        "Северные пицены"@ru .

<http://lexvo.org/id/iso639-3/nrt> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "nrt"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Northern_Kalapuya_language>,
        <http://www.mpii.de/yago/resource/Northern_Kalapuya_language> ;
    skos:altLabel "Kalapuya, Northern"@en,
        "Northern Kalapuya language"@en ;
    skos:definition "Northern Kalapuyan is a Kalapuyan language indigenous to northwestern Oregon in the United States. It was spoken by Kalapuya groups in the northern Willamette Valley southwest of present-day Portland."@en ;
    skos:inScheme lexvo: ;
    skos:notation "nrt"^^xsd:string ;
    skos:prefLabel "Northern Kalapuya"@en,
        "Kalapuya du Nord"@fr .

<http://lexvo.org/id/iso639-3/nrx> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "nrx"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Ngurmbur_language>,
        <http://www.mpii.de/yago/resource/Ngurmbur_language> ;
    skos:altLabel "Ngurmbur language"@en ;
    skos:definition "The Ngumbur language is an Australian language isolate spoken by just one person in Arnhem Land, northern Australia, as of 1981. By 2009 Ethnologue reported that it was extinct."@en ;
    skos:inScheme lexvo: ;
    skos:notation "nrx"^^xsd:string ;
    skos:prefLabel "Ngurmbur"@en,
        "Język ngurmbur"@pl,
        "Нгурмбур"@ru .

<http://lexvo.org/id/iso639-3/nrz> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "nrz"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/lala1268> ;
    skos:inScheme lexvo: ;
    skos:notation "nrz"^^xsd:string ;
    skos:prefLabel "Lala"@en .

<http://lexvo.org/id/iso639-3/nsa> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "nsa"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Sangtam_language>,
        <http://www.mpii.de/yago/resource/Sangtam_language> ;
    skos:altLabel "Naga, Sangtam"@en,
        "Sangtam language"@en ;
    skos:definition "Sangtam is a Naga language of northeast India."@en ;
    skos:inScheme lexvo: ;
    skos:notation "nsa"^^xsd:string ;
    skos:prefLabel "Sangtam Naga"@en .

<http://lexvo.org/id/iso639-3/nsg> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "nsg"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Ngasa_language>,
        <http://www.mpii.de/yago/resource/Ngasa_language> ;
    skos:altLabel "Ngasa language"@en ;
    skos:definition "Ongamo, or Ngasa, is an endangered or extinct Eastern Nilotic language of the Ngasa people of Tanzania. It is related to the Maa languages, but it is more distantly related to them than the Maa languages are to each other. Ongamo has 60% of lexical similarity with Maasai, 59% with Samburu, 58% with Camus. Many of its speakers have shifted to Chagga, a dominant regional Bantu language."@en ;
    skos:inScheme lexvo: ;
    skos:notation "nsg"^^xsd:string ;
    skos:prefLabel "Ongamoeg"@br,
        "Ngasa"@en,
        "Ongamo"@fr .

<http://lexvo.org/id/iso639-3/nsl> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "nsl"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/norw1255> ;
    skos:inScheme lexvo: ;
    skos:notation "nsl"^^xsd:string ;
    skos:prefLabel "Norwegian Sign Language"@en .

<http://lexvo.org/id/iso639-3/nsn> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "nsn"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/neha1247> ;
    skos:inScheme lexvo: ;
    skos:notation "nsn"^^xsd:string ;
    skos:prefLabel "Nehan"@en .

<http://lexvo.org/id/iso639-3/nsp> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "nsp"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Nepalese_Sign_Language>,
        <http://www.mpii.de/yago/resource/Nepalese_Sign_Language> ;
    skos:definition "Nepali Sign Language is the main deaf sign language of Nepal."@en ;
    skos:inScheme lexvo: ;
    skos:notation "nsp"^^xsd:string ;
    skos:prefLabel "Nepalese Sign Language"@en,
        "Língua de Sinais do Nepal"@pt .

<http://lexvo.org/id/iso639-3/nsq> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "nsq"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/nort2968> ;
    skos:altLabel "Miwok, Northern Sierra"@en ;
    skos:inScheme lexvo: ;
    skos:notation "nsq"^^xsd:string ;
    skos:prefLabel "Northern Sierra Miwok"@en .

<http://lexvo.org/id/iso639-3/nsr> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "nsr"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Maritime_Sign_Language>,
        <http://www.mpii.de/yago/resource/Maritime_Sign_Language> ;
    skos:definition "Maritime Sign Language (MSL), is a sign language, derived from British Sign Language, formerly used in Nova Scotia, Newfoundland, New Brunswick, and Prince Edward Island, Canada. It is still remembered by some elderly people, and as of 2009 had approximately 100 signers, but is effectively extinct."@en ;
    skos:inScheme lexvo: ;
    skos:notation "nsr"^^xsd:string ;
    skos:prefLabel "Maritime Sign Language"@en,
        "Língua Gestual das Províncias Marítimas"@pt .

<http://lexvo.org/id/iso639-3/nsx> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "nsx"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Nsongo_language>,
        <http://www.mpii.de/yago/resource/Nsongo_language> ;
    skos:altLabel "Nsongo language"@en ;
    skos:definition ":Not to be confused with the Songo (Nsong, Ntsuo) variety of Yansi. Songo (Nsongo) is a Bantu language of Angola. It is similar to North Mbundu, and is often considered a dialect of that language. However, this may be a regional influence; it's been proposed that Nsongo is closest to the Teke languages and their relatives (Nurse 2003)."@en ;
    skos:inScheme lexvo: ;
    skos:notation "nsx"^^xsd:string ;
    skos:prefLabel "Nsongo"@en .

<http://lexvo.org/id/iso639-3/ntp> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ntp"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/nort2959> ;
    skos:altLabel "Tepehuan, Northern"@en ;
    skos:inScheme lexvo: ;
    skos:notation "ntp"^^xsd:string ;
    skos:prefLabel "Northern Tepehuan"@en .

<http://lexvo.org/id/iso639-3/ntr> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ntr"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Delo_language>,
        <http://www.mpii.de/yago/resource/Delo_language> ;
    skos:altLabel "Delo language"@en ;
    skos:definition "Delo, or Ntribu, is a Gur language spoken in Ghana and Togo."@en ;
    skos:inScheme lexvo: ;
    skos:notation "ntr"^^xsd:string ;
    skos:prefLabel "Delo"@de,
        "Delo"@en,
        "Lenga Delo"@pms .

<http://lexvo.org/id/iso639-3/nts> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "nts"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Natagaimas_language>,
        <http://www.mpii.de/yago/resource/Natagaimas_language> ;
    skos:altLabel "Natagaimas language"@en ;
    skos:definition "Natagaimas is an extinct unclassified language of Colombia."@en ;
    skos:inScheme lexvo: ;
    skos:notation "nts"^^xsd:string ;
    skos:prefLabel "Natagaimas"@en .

<http://lexvo.org/id/iso639-3/nuf> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "nuf"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/nusu1239> ;
    skos:inScheme lexvo: ;
    skos:notation "nuf"^^xsd:string ;
    skos:prefLabel "Nusu"@en .

<http://lexvo.org/id/iso639-3/nug> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "nug"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Nungali_language>,
        <http://www.mpii.de/yago/resource/Nungali_language> ;
    skos:altLabel "Nungali language"@en ;
    skos:definition "Nungali is an Australian language which is believed to be extinct. It was spoken in the Northern Territory of Australia, around the upper Daly River."@en ;
    skos:inScheme lexvo: ;
    skos:notation "nug"^^xsd:string ;
    skos:prefLabel "Nungali"@en .

<http://lexvo.org/id/iso639-3/nui> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "nui"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Kombe_language>,
        <http://www.mpii.de/yago/resource/Kombe_language> ;
    skos:altLabel "Kombe language"@en ;
    skos:definition "The Kombe language, or Ngumbi, is a West Bantu family language spoken by the Combe people of Equatorial Guinea, one of the Ndowe peoples of the coast. It may actually be a dialect of the Yasa language."@en ;
    skos:inScheme lexvo: ;
    skos:notation "nui"^^xsd:string ;
    skos:prefLabel "Llengua Combe"@ca,
        "Ngumbi"@de,
        "Ngumbi"@en,
        "Ndowum"@nov,
        "Lenga Ngumbi"@pms .

<http://lexvo.org/id/iso639-3/nuj> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "nuj"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Nyole_dialect_(Uganda)>,
        <http://www.mpii.de/yago/resource/Nyole_dialect_(Uganda)> ;
    skos:altLabel "Nyole dialect"@en ;
    skos:definition "Nyole (also LoNyole, Lunyole, Nyuli) is Luhya dialect spoken by 341 000 people in Tororo District, Uganda near Lake Kyoga. There is 61% lexical similarity with a related but different Nyole dialect in Kenya."@en ;
    skos:inScheme lexvo: ;
    skos:notation "nuj"^^xsd:string ;
    skos:prefLabel "Nyole"@en,
        "Kinyole"@sw .

<http://lexvo.org/id/iso639-3/nuk> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "nuk"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Nuu-chah-nulth_language>,
        <http://www.mpii.de/yago/resource/Nuu-chah-nulth_language> ;
    skos:altLabel "Nuu-chah-nulth"@en,
        "Nuu-chah-nulth language"@en ;
    skos:definition "Nuu-chah-nulth (also called Nootka, and Taataaqsapa) is a Wakashan language spoken in the Pacific Northwest of North America, on the west coast of Vancouver Island from Barkley Sound to Quatsino Sound in British Columbia, by the Nuu-chah-nulth people. Nuu-chah-nulth is a Southern Wakashan language related to Nitinaht and Makah."@en ;
    skos:inScheme lexvo: ;
    skos:notation "nuk"^^xsd:string ;
    skos:prefLabel "Noutkaeg"@br,
        "Nuuchahnulth"@en,
        "Nuuchahnulth"@fr,
        "Língua Nuu-chah-nulth"@pt,
        "Нутка"@ru .

<http://lexvo.org/id/iso639-3/nuo> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "nuo"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Ngu%E1%BB%93n_language>,
        <http://www.mpii.de/yago/resource/Ngu%E1%BB%93n_language> ;
    skos:altLabel "Nguồn language"@en ;
    skos:definition "Nguồn (also Năm Nguyên) is a Vietic language spoken by the Nguồn people in the Trường Sơn mountains in Vietnam's North Central Coast as well as in nearby regions of Laos."@en ;
    skos:inScheme lexvo: ;
    skos:notation "nuo"^^xsd:string ;
    skos:prefLabel "Nguôn"@en,
        "Tiếng Nguồn"@vi .

<http://lexvo.org/id/iso639-3/nuu> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "nuu"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Ngbundu_language>,
        <http://www.mpii.de/yago/resource/Ngbundu_language> ;
    skos:altLabel "Ngbundu language"@en ;
    skos:definition "Ngbundu is a minor Ubangian language (Banda) of the Democratic Republic of the Congo"@en ;
    skos:inScheme lexvo: ;
    skos:notation "nuu"^^xsd:string ;
    skos:prefLabel "Ngbundu"@en,
        "Kingbundu"@sw .

<http://lexvo.org/id/iso639-3/nuv> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "nuv"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/nort2784> ;
    skos:altLabel "Nuni, Northern"@en ;
    skos:inScheme lexvo: ;
    skos:notation "nuv"^^xsd:string ;
    skos:prefLabel "Northern Nuni"@en .

<http://lexvo.org/id/iso639-3/nwa> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "nwa"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Nawathinehena_language>,
        <http://www.mpii.de/yago/resource/Nawathinehena_language> ;
    skos:altLabel "Nawathinehena language"@en ;
    skos:definition "Nawathinehena is an extinct Algonquian language formerly spoken among the Arapaho people. It had a phonological development quite different from either Gros Ventre or Arapaho proper. It has been identified as the former language of the Southern Arapaho, who switched to speaking Arapaho proper in the 19th century. However, the language is not well attested, being documented only in a vocabulary collected in 1899 by Alfred L. Kroeber from the Oklahoma Arapaho. Among its divergent features is the appearance of Proto-Algonquian as ."@en ;
    skos:inScheme lexvo: ;
    skos:notation "nwa"^^xsd:string ;
    skos:prefLabel "Nawathinehena"@en,
        "Lenga nawathinehena"@pms .

<http://lexvo.org/id/iso639-3/nwb> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "nwb"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Nyabwa_language>,
        <http://www.mpii.de/yago/resource/Nyabwa_language> ;
    skos:altLabel "Nyabwa language"@en ;
    skos:definition "The Nyabwa (or Nyaboa) language is a Kru language spoken in Ivory Coast. It is part of the Wee dialect continuum."@en ;
    skos:inScheme lexvo: ;
    skos:notation "nwb"^^xsd:string ;
    skos:prefLabel "Nyabweg"@br,
        "Nyabwa"@de,
        "Nyabwa"@en,
        "Lenga Nyabwa"@pms .

<http://lexvo.org/id/iso639-3/nwe> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "nwe"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Ngwe_language>,
        <http://www.mpii.de/yago/resource/Ngwe_language> ;
    skos:altLabel "Ngwe language"@en ;
    skos:definition "Ngwe (Ŋwe) is a Niger–Congo language that is spoken in Cameroon. As of 2001, Ngwe had 73,200 speakers, which was an increase from the numbers of previous censuses. It is part of the Bamileke dialect continuum, and its closest relatives are Yemba and Ngiemboon."@en ;
    skos:inScheme lexvo: ;
    skos:notation "nwe"^^xsd:string ;
    skos:prefLabel "Ngwe"@de,
        "Ngwe"@en,
        "Ngwe"@fr,
        "Lenga Ngwe"@pms,
        "Нгве"@ru,
        "Kingwe"@sw .

<http://lexvo.org/id/iso639-3/nwg> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "nwg"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Ngayawung_language>,
        <http://www.mpii.de/yago/resource/Ngayawung_language> ;
    skos:altLabel "Ngayawung language"@en ;
    skos:definition "Ngayawung (Ngaiawong) in an extinct language of southern South Australia. Dixon considers it an isolate."@en ;
    skos:inScheme lexvo: ;
    skos:notation "nwg"^^xsd:string ;
    skos:prefLabel "Ngayawung"@en .

<http://lexvo.org/id/iso639-3/nwi> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "nwi"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/sout2869> ;
    skos:altLabel "Tanna, Southwest"@en ;
    skos:inScheme lexvo: ;
    skos:notation "nwi"^^xsd:string ;
    skos:prefLabel "Southwest Tanna"@en .

<http://lexvo.org/id/iso639-3/nwo> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "nwo"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Nauo_language>,
        <http://www.mpii.de/yago/resource/Nauo_language> ;
    skos:altLabel "Nauo language"@en ;
    skos:definition "Nauo (also recorded as Nawo, Njao, and other variations) is an extinct and little-recorded Australian Aboriginal language that was spoken by the Nauo people on the southern part of the Eyre Peninsula, South Australia. Tindale in 1974 considered the language extinct by the time of linguistic investigations done to determine Nauo's status in the 1930s."@en ;
    skos:inScheme lexvo: ;
    skos:notation "nwo"^^xsd:string ;
    skos:prefLabel "Nauo"@en .

<http://lexvo.org/id/iso639-3/nxd> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "nxd"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Ngando_language>,
        <http://www.mpii.de/yago/resource/Ngando_language> ;
    skos:altLabel "Ngando (Democratic Republic of Congo)"@en,
        "Ngando language"@en ;
    skos:definition "Ngando is a Bantu language spoken by the Ngando people in the Democratic Republic of Congo, with a population of 220,000 in 1995."@en ;
    skos:inScheme lexvo: ;
    skos:notation "nxd"^^xsd:string ;
    skos:prefLabel "Ngando"@en .

<http://lexvo.org/id/iso639-3/nxx> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "nxx"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Nafri_language>,
        <http://www.mpii.de/yago/resource/Nafri_language> ;
    skos:altLabel "Nafri language"@en ;
    skos:definition "Nafri is a Papuan language of Papua, Indonesia."@en ;
    skos:inScheme lexvo: ;
    skos:notation "nxx"^^xsd:string ;
    skos:prefLabel "Nafri"@en .

<http://lexvo.org/id/iso639-3/nyd> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "nyd"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Nyole_dialect_(Kenya)>,
        <http://www.mpii.de/yago/resource/Nyole_dialect_(Kenya)> ;
    skos:altLabel "Nyole dialect"@en,
        "Olunyole"@en ;
    skos:definition "Nyole (also Olunyole, Lunyole, Lunyore, Nyoole, Nyore, Olunyore) is Luhya dialect spoken by 120 000 people in Kenya in Vihiga District. There is 61% lexical similarity with a related but different Nyole dialect in Uganda."@en ;
    skos:inScheme lexvo: ;
    skos:notation "nyd"^^xsd:string ;
    skos:prefLabel "Nyore"@en .

<http://lexvo.org/id/iso639-3/nyk> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "nyk"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Nyaneka_language>,
        <http://www.mpii.de/yago/resource/Nyaneka_language> ;
    skos:altLabel "Nyaneka language"@en ;
    skos:definition "Nyaneka is a Bantu language of Angola. The Ngambwe \"dialect\" is now considered a distinct language."@en ;
    skos:inScheme lexvo: ;
    skos:notation "nyk"^^xsd:string ;
    skos:prefLabel "Nyaneka"@en .

<http://lexvo.org/id/iso639-3/nyt> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "nyt"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/nyaw1247> ;
    skos:inScheme lexvo: ;
    skos:notation "nyt"^^xsd:string ;
    skos:prefLabel "Nyawaygi"@en .

<http://lexvo.org/id/iso639-3/nyu> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "nyu"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Nyungwe_language>,
        <http://www.mpii.de/yago/resource/Nyungwe_language> ;
    skos:altLabel "Nyungwe language"@en ;
    skos:definition "Nyungwe (Cinyungwe) is a Bantu language of Mozambique. It is used as a trade language."@en ;
    skos:inScheme lexvo: ;
    skos:notation "nyu"^^xsd:string ;
    skos:prefLabel "Nyungwe"@en,
        "Kinyungwe"@sw .

<http://lexvo.org/id/iso639-3/nyw> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "nyw"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Nyaw_people>,
        <http://www.mpii.de/yago/resource/Nyaw_people> ;
    skos:altLabel "Nyaw people"@en ;
    skos:definition "The Nyaw or Tai Nyaw (Thai/Isan: ไทญ้อ ) are an ethnic group of Thailand and Laos, scattered throughout the provinces of Isan such as Nong Khai, Sakon Nakhon, Nakhon Phanom, and parts of areas of Bolikhamxai and Khammouan provinces of Laos. They are also referred to as simply Nyaw or Yaw, depending on either the Lao, Isan, and Nyaw pronunciation, which all pronounce the initial consonant as , or the Thai pronunciation, which pronounces the initial consonant as ."@en ;
    skos:inScheme lexvo: ;
    skos:notation "nyw"^^xsd:string ;
    skos:prefLabel "Nyaw"@de,
        "Nyaw"@en .

<http://lexvo.org/id/iso639-3/nyy> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "nyy"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Nyakyusa_language>,
        <http://www.mpii.de/yago/resource/Nyakyusa_language> ;
    skos:altLabel "Nyakyusa language"@en ;
    skos:definition "Nyakyusa, or Nyakyusa–Ngonde, is a Bantu language of Tanzania and Malawi spoken by the Nyakyusa people around the northern end of Lake Malawi. There is no single name for the language as a whole; dialects are Nyakyusa, Ngonde, and Sukwa of Tanzania and Malawi, plus Kukwe, Mwamba (Lungulu), and Selya (Salya, Seria) of Tanzania. Disregarding the Bantu language prefixes Iki- and Ki-, the language is also known as Konde ~ Nkhonde, Mombe, Nyekyosa ~ Nyikyusa, and Sochile ~ Sokili."@en ;
    skos:inScheme lexvo: ;
    skos:notation "nyy"^^xsd:string ;
    skos:prefLabel "Nyakyusa-Ngonde"@en,
        "ニャキュサ語"@ja,
        "Język konde"@pl,
        "Kinyakyusa"@sw .

<http://lexvo.org/id/iso639-3/nza> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "nza"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Tigon_language>,
        <http://www.mpii.de/yago/resource/Tigon_language> ;
    skos:altLabel "Mbembe, Tigon"@en,
        "Tigon language"@en ;
    skos:definition "Mbembe, or more specifically Tigon Mbembe, is a Jukunoid language of Cameroon and Nigeria."@en ;
    skos:inScheme lexvo: ;
    skos:notation "nza"^^xsd:string ;
    skos:prefLabel "Tigon-Mbembe"@de,
        "Tigon Mbembe"@en,
        "Mbembe tigon"@fr,
        "Lenga Mbembe, Tigon"@pms,
        "Kimbembe-Tigon"@sw .

<http://lexvo.org/id/iso639-3/nzb> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "nzb"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Njebi_language>,
        <http://www.mpii.de/yago/resource/Njebi_language> ;
    skos:altLabel "Njebi language"@en ;
    skos:definition "Nzebi (Njabi) is a Bantu language spoken in Gabon and the Republic of Congo."@en ;
    skos:inScheme lexvo: ;
    skos:notation "nzb"^^xsd:string ;
    skos:prefLabel "Njebi"@de,
        "Njebi"@en,
        "Lenga Njebi"@pms,
        "Kinjebi"@sw .

<http://lexvo.org/id/iso639-3/nzm> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "nzm"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/zeme1240> ;
    skos:altLabel "Naga, Zeme"@en ;
    skos:inScheme lexvo: ;
    skos:notation "nzm"^^xsd:string ;
    skos:prefLabel "Zeme Naga"@en .

<http://lexvo.org/id/iso639-3/nzy> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "nzy"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Nzakambay_language>,
        <http://www.mpii.de/yago/resource/Nzakambay_language> ;
    skos:altLabel "Nzakambay language"@en ;
    skos:definition "Nzakambay, or Nzakambay Mbum, is an Mbum language of southern Chad and northern Cameroon."@en ;
    skos:inScheme lexvo: ;
    skos:notation "nzy"^^xsd:string ;
    skos:prefLabel "Nzakambay"@de,
        "Nzakambay"@en,
        "Lenga Nzakambay"@pms,
        "Kinzakambay"@sw .

<http://lexvo.org/id/iso639-3/nzz> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "nzz"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Nanga_Dogon>,
        <http://www.mpii.de/yago/resource/Nanga_Dogon> ;
    skos:altLabel "Dogon, Nanga Dama"@en,
        "Nanga Dama Dogon"@en ;
    skos:definition "Naŋa dama, also known as Naŋa tegu, is a Dogon language spoken in Mali that is only known from one report from 1953. Roger Blench reports that its nearest relative is the recently described Walo–Kumbe Dogon, \"with which it shares both lexicon and the feature that many nouns have a final -m.\" Hochstetler thinks they may be the same language. It may be close to Yanda Dogon (Blench) or Jamsai tegu (Hochstetler)."@en ;
    skos:inScheme lexvo: ;
    skos:notation "nzz"^^xsd:string ;
    skos:prefLabel "Nanga Dogon"@en .

<http://lexvo.org/id/iso639-3/oar> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "oar"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Old_Aramaic_language>,
        <http://www.mpii.de/yago/resource/Old_Aramaic_language> ;
    skos:altLabel "Ancient Aramaic"@en,
        "Ancient Aramaic (up to 700 BCE)"@en,
        "Aramaic, Ancient (up to 700 BCE)"@en,
        "Aramaic, Old (up to 700 BCE)"@en,
        "Old Aramaic (up to 700 BCE)"@en,
        "Old Aramaic language"@en ;
    skos:definition "Fitzmyer proposes recognizing five phases in the development of Aramaic. 1. Old Aramaic – from cca. 925 to 700 BCE Includes numerous small inscriptions and fragments of three Sefire steles."@en ;
    skos:inScheme lexvo: ;
    skos:notation "oar"^^xsd:string ;
    skos:prefLabel "Old Aramaic"@en,
        "Gammelarameisk"@no .

<http://lexvo.org/id/iso639-3/obi> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "obi"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Obispe%C3%B1o_language>,
        <http://www.mpii.de/yago/resource/Obispe%C3%B1o_language> ;
    skos:altLabel "Obispeño language"@en ;
    skos:definition "Obispeño (also known as Northern Chumash) was one of the Chumash Native American languages previously spoken along the coastal areas of Southern California. The primary source of documentation on the language is from the work of linguist J. P. Harrington."@en ;
    skos:inScheme lexvo: ;
    skos:notation "obi"^^xsd:string ;
    skos:prefLabel "Obispeño"@en .

<http://lexvo.org/id/iso639-3/obl> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "obl"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Oblo_language>,
        <http://www.mpii.de/yago/resource/Oblo_language> ;
    skos:altLabel "Oblo language"@en ;
    skos:definition "Oblo is a poorly attested, unclassified, and possibly extinct language of northern Cameroon. It was assumed to be one of the Adamawa languages, but hasn't been included in recent classifications."@en ;
    skos:inScheme lexvo: ;
    skos:notation "obl"^^xsd:string ;
    skos:prefLabel "Obloeg"@br,
        "Oblo"@de,
        "Oblo"@en,
        "Lenga Oblo"@pms,
        "Kioblo"@sw .

<http://lexvo.org/id/iso639-3/obm> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "obm"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Moabite_language>,
        <http://www.mpii.de/yago/resource/Moabite_language> ;
    skos:altLabel "Moabite language"@en ;
    skos:definition "The Moabite language is an extinct Canaanite language, spoken in Moab (modern day central-western Jordan) in the early first millennium BC. It was written using a variant of the Phoenician alphabet."@en ;
    skos:inScheme lexvo: ;
    skos:notation "obm"^^xsd:string ;
    skos:prefLabel "Idioma moabita"@an,
        "لغة مؤابية"@ar,
        "Моавитски език"@bg,
        "Moabština"@cs,
        "Moabitische Sprache"@de,
        "Moabite"@en,
        "Moabitiko"@eu,
        "מואבית"@he,
        "Moábi nyelv"@hu,
        "Моабитски јазик"@mk,
        "Język moabicki"@pl,
        "Моавитский язык"@ru,
        "மோவாபிய மொழி"@ta,
        "ภาษามัวไบต์"@th .

<http://lexvo.org/id/iso639-3/obr> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "obr"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Old_Burmese>,
        <http://www.mpii.de/yago/resource/Old_Burmese> ;
    skos:altLabel "Burmese, Old"@en ;
    skos:definition "Old Burmese is the language attested in the stone inscriptions of Pagan and is the oldest phase of Burmese linguistic history. The earliest monument in Old Burmese is the Old Burmese face of the Myazedi inscription."@en ;
    skos:inScheme lexvo: ;
    skos:notation "obr"^^xsd:string ;
    skos:prefLabel "Old Burmese"@en .

<http://lexvo.org/id/iso639-3/och> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "och"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Old_Chinese>,
        <http://www.mpii.de/yago/resource/Old_Chinese> ;
    skos:altLabel "Chinese, Old"@en ;
    skos:definition "Old Chinese , also called Archaic Chinese in older works, refers to the form of Chinese spoken from the beginning of written records (around 1200 BC) until the 3rd century BC. The earliest inscriptions are undoubtedly Chinese, but are limited in scope and not fully understood."@en ;
    skos:inScheme lexvo: ;
    skos:notation "och"^^xsd:string ;
    skos:prefLabel "Altchinesische Sprache"@de,
        "Old Chinese"@en,
        "Chinois archaïque"@fr,
        "Bahasa Tionghoa Kuno"@id,
        "Cinese antico"@it,
        "上古音"@ja,
        "Bahasa Cina Lama"@ms,
        "Siōng-kó͘ Hàn-gí"@nan,
        "Język starochiński"@pl,
        "Chinês antigo"@pt,
        "Древнекитайский язык"@ru,
        "Starokineski jezik"@sh,
        "Старокинески језик"@sr,
        "Fornkinesiska"@sv,
        "上古漢語"@yue,
        "上古汉语"@zh .

<http://lexvo.org/id/iso639-3/odt> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "odt"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Old_Dutch>,
        <http://www.mpii.de/yago/resource/Old_Dutch> ;
    skos:altLabel "Dutch, Old"@en ;
    skos:definition "In linguistics, Old Dutch (or Old West Low Franconian) denotes the forms of West Franconian spoken and written in the Netherlands and present-day northern Belgium during the Early Middle Ages. It is regarded as the primary stage in the development of a separate Dutch language. It evolved from Old Frankish around the 6th century and in turn evolved into Middle Dutch around the 12th century."@en ;
    skos:inScheme lexvo: ;
    skos:notation "odt"^^xsd:string ;
    skos:prefLabel "Oudnederlands"@af,
        "Altniederländisch"@de,
        "Old Dutch"@en,
        "Muinaishollanti"@fi,
        "Vieux néerlandais"@fr,
        "Antico olandese"@it,
        "Oudnederlands"@nl,
        "Gammelnederlandsk"@no,
        "Oudnederlands"@vls .

<http://lexvo.org/id/iso639-3/odu> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "odu"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Odual_language>,
        <http://www.mpii.de/yago/resource/Odual_language> ;
    skos:altLabel "Odual language"@en ;
    skos:definition "Onu Odual (the Odual language) is a poorly studied Central Delta language spoken by the Odual community in the Abua–Odual Local Government Area of Rivers State, Nigeria. The Odual community is divided into three major groups, Adibaam, Arughunya and Abureni groups. The Adibaam group comprises Adada, Emelego, Ogboloma and Okolomade; the Arughunya group comprises Ekunuga, Anyu, Emaarikpoko, Obedum and Odau, while the Abureni group comprises Akani, Amuruto and Emago-Kugbo (cf. Gardner et al. 1974 and Comson 1987). Comson (1987: viii), citing the Rivers State of Nigeria Ministry of Economic Development and planning (1983), puts the population of Odual at 30,028."@en ;
    skos:inScheme lexvo: ;
    skos:notation "odu"^^xsd:string ;
    skos:prefLabel "Odual"@en .

<http://lexvo.org/id/iso639-3/ofo> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ofo"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Ofo_language>,
        <http://www.mpii.de/yago/resource/Ofo_language> ;
    skos:altLabel "Ofo language"@en ;
    skos:definition "The Ofo language was a language spoken by the Mosopelea tribe who lived until c. 1673 in what is now Ohio along the Ohio River, at which time they moved down the Mississippi River to Mississippi, near the Natchez, and thence to Louisiana, near the Tunica."@en ;
    skos:inScheme lexvo: ;
    skos:notation "ofo"^^xsd:string ;
    skos:prefLabel "Ofo"@en,
        "Ofo"@fr .

<http://lexvo.org/id/iso639-3/ofs> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ofs"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Old_Frisian>,
        <http://www.mpii.de/yago/resource/Old_Frisian> ;
    skos:altLabel "Frisian, Old"@en,
        "Ooldfreesch"@nds ;
    skos:definition "Old Frisian is a West Germanic language spoken between the 8th and 16th centuries in the area between the Rhine and Weser on the European North Sea coast. The Frisian settlers on the coast of South Jutland (today's Northern Friesland) also spoke Old Frisian but no medieval texts of this area are known. The language of the earlier inhabitants of the region between the Zuiderzee and Ems River (the Frisians famously mentioned by Tacitus) is attested in only a few personal names and place-names. Old Frisian evolved into Middle Frisian, spoken from the 16th to the 19th century."@en ;
    skos:inScheme lexvo: ;
    skos:notation "ofs"^^xsd:string ;
    skos:prefLabel "Altfriesische Sprache"@de,
        "Old Frisian"@en,
        "Malnovfrisa lingvo"@eo,
        "Frisón antiguo"@es,
        "Vieux frison"@fr,
        "Aldfrysk"@fy,
        "Starofrizijski jezik"@hr,
        "Antico frisone"@it,
        "Көне фриз тілі"@kk,
        "Oldfrais"@nds,
        "Oudfries"@nl .

<http://lexvo.org/id/iso639-3/ofu> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ofu"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Efutop_language>,
        <http://www.mpii.de/yago/resource/Efutop_language> ;
    skos:altLabel "Efutop language"@en ;
    skos:definition "Efutop (Ofutop) is an Ekoid language of Nigeria."@en ;
    skos:inScheme lexvo: ;
    skos:notation "ofu"^^xsd:string ;
    skos:prefLabel "Efutop"@de,
        "Efutop"@en,
        "Efutop jezik"@hr,
        "Lenga Efutop"@pms .

<http://lexvo.org/id/iso639-3/ogc> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ogc"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Ogba_language>,
        <http://www.mpii.de/yago/resource/Ogba_language> ;
    skos:altLabel "Ogba language"@en ;
    skos:definition "Ogba (also Oba, Ogbah) is a language of the Ogba people of Nigeria. It is an Igboid language."@en ;
    skos:inScheme lexvo: ;
    skos:notation "ogc"^^xsd:string ;
    skos:prefLabel "Ogba"@de,
        "Ogbah"@en,
        "Lenga Ogbah"@pms .

<http://lexvo.org/id/iso639-3/oge> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "oge"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Old_Georgian_language>,
        <http://www.mpii.de/yago/resource/Old_Georgian_language> ;
    skos:altLabel "Georgian, Old"@en,
        "Old Georgian language"@en ;
    skos:definition "Old Georgian (, enay kartuli, meaning the language of the Karts) was the language of the ancient kingdom of Georgia in the Caucasus."@en ;
    skos:inScheme lexvo: ;
    skos:notation "oge"^^xsd:string ;
    skos:prefLabel "Altgeorgische Sprache"@de,
        "Old Georgian"@en,
        "ძველი ქართული ენა"@ka,
        "Gammalgeorgiska"@sv .

<http://lexvo.org/id/iso639-3/ogg> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ogg"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Ogbogolo_language>,
        <http://www.mpii.de/yago/resource/Ogbogolo_language> ;
    skos:altLabel "Ogbogolo language"@en ;
    skos:definition "Ogbogolo (Obogolo) is a Central Delta language of Nigeria."@en ;
    skos:inScheme lexvo: ;
    skos:notation "ogg"^^xsd:string ;
    skos:prefLabel "Ogbogolo"@en .

<http://lexvo.org/id/iso639-3/ogo> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ogo"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Khana_language>,
        <http://www.mpii.de/yago/resource/Khana_language> ;
    skos:altLabel "Khana language"@en ;
    skos:definition "Khana (Kana), or Ogoni proper, is the prestige variety of the Ogoni languages. It is the lingua franca of speakers of the East Ogoni languages."@en ;
    skos:inScheme lexvo: ;
    skos:notation "ogo"^^xsd:string ;
    skos:prefLabel "Khana"@en .

<http://lexvo.org/id/iso639-3/ohu> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ohu"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/History_of_the_Hungarian_language>,
        <http://www.mpii.de/yago/resource/History_of_the_Hungarian_language> ;
    skos:altLabel "History of the Hungarian language"@en,
        "Hungarian, Old"@en ;
    skos:definition "Hungarian is an Ugric language. It has been spoken in the region of modern-day Hungary since the Magyar invasion of Pannonia in the late 9th century."@en ;
    skos:inScheme lexvo: ;
    skos:notation "ohu"^^xsd:string ;
    skos:prefLabel "Old Hungarian"@en,
        "Histoire du hongrois"@fr,
        "A magyar nyelv történeti korszakai"@hu,
        "Istoria limbii maghiare"@ro .

<http://lexvo.org/id/iso639-3/oia> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "oia"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Oirata_language>,
        <http://www.mpii.de/yago/resource/Oirata_language> ;
    skos:altLabel "Oirata language"@en ;
    skos:definition "Oirata (also known as Maaro) is a Papuan language spoken on the island of Kisar in Indonesia, and in Ambon. It is sometimes considered a dialect of the Fataluku language spoken in East Timor, as the two languages are closely related. According to Ethnologue, there were 1,200 speakers in 1987."@en ;
    skos:inScheme lexvo: ;
    skos:notation "oia"^^xsd:string ;
    skos:prefLabel "Oirateg"@br,
        "Oirata"@en,
        "Oirata jezik"@hr,
        "Język oirata"@pl .

<http://lexvo.org/id/iso639-3/ojb> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ojb"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Northwestern_Ojibwa>,
        <http://www.mpii.de/yago/resource/Northwestern_Ojibwa> ;
    skos:altLabel "Ojibwa, Northwestern"@en ;
    skos:definition "Northwestern Ojibwe (also known as Northern Ojibwa, Ojibway, Ojibwe) is a dialect of the Ojibwe language, spoken in Ontario and Manitoba, Canada. Ojibwe is a member of the Algonquian language family."@en ;
    skos:inScheme lexvo: ;
    skos:notation "ojb"^^xsd:string ;
    skos:prefLabel "Northwestern Ojibwa"@en,
        "Lenga ojibwa, nòrd ossidental"@pms .

<http://lexvo.org/id/iso639-3/ojc> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ojc"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Central_Ojibwa_language>,
        <http://www.mpii.de/yago/resource/Central_Ojibwa_language> ;
    skos:altLabel "Central Ojibwa language"@en,
        "Ojibwa, Central"@en ;
    skos:definition "Central Ojibwa (also known as Central Ojibwe, Ojibway, Ojibwe) is an Algonquian language spoken in Ontario, Canada from Lake Nipigon in the west to Lake Nipissing in the east."@en ;
    skos:inScheme lexvo: ;
    skos:notation "ojc"^^xsd:string ;
    skos:prefLabel "Central Ojibwa"@en,
        "Lenga ojibwa, sentral"@pms .

<http://lexvo.org/id/iso639-3/ojp> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ojp"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Early_Middle_Japanese>,
        <http://www.mpii.de/yago/resource/Early_Middle_Japanese> ;
    skos:altLabel "Early Middle Japanese"@en,
        "Japanese, Old"@en,
        "Late Old Japanese"@en ;
    skos:inScheme lexvo: ;
    skos:notation "ojp"^^xsd:string ;
    skos:prefLabel "لغة يابانية قديمة متأخرة"@ar,
        "Класически японски език"@bg,
        "Klasični japanski jezik"@bs,
        "Ulahing Karaang Hinapon"@ceb,
        "Klasická japonština"@cs,
        "Klassisk japansk"@da,
        "Klassischjapanische Sprache"@de,
        "Old Japanese"@en,
        "Klasika japana lingvo"@eo,
        "Klassikaline jaapani keel"@et,
        "Japoniera klasiko"@eu,
        "زبان ژاپنی باستان متأخر"@fa,
        "Klassinen japani"@fi,
        "Ancien japonais"@fr,
        "Xaponés clásico"@gl,
        "Klasszikus japán nyelv"@hu,
        "Bahasa Jepang Klasik"@id,
        "Klassísk japanska"@is,
        "Lingua giapponese tardoantica"@it,
        "中古日本語"@ja,
        "კლასიკური იაპონური ენა"@ka,
        "중고 일본어"@ko,
        "Klasikinė japonų kalba"@lt,
        "Bahasa Jepun Awal Pertengahan"@ms,
        "Tiong-kó͘ Ji̍t-gí"@nan,
        "उत्तरार्ध प्राचीन जापानी भाषा"@new,
        "Seingamaljapansk"@nn,
        "Klassisk japansk"@no,
        "Klasyczny język japoński"@pl,
        "Língua japonesa antiga tardia"@pt,
        "Limba japoneză clasică"@ro,
        "Классический японский язык"@ru,
        "Klasická japončina"@sk,
        "Klasična japonščina"@sl,
        "Gjuha klasike japoneze"@sq,
        "Klasični japanski jezik"@sr,
        "Klassisk japanska"@sv,
        "ภาษาญี่ปุ่นโบราณ"@th,
        "Класична японська мова"@uk,
        "Tiếng Nhật Trung cổ"@vi,
        "Yapänapük klatädik"@vo,
        "中古日語"@zh .

<http://lexvo.org/id/iso639-3/ojv> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ojv"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/onto1237> ;
    skos:inScheme lexvo: ;
    skos:notation "ojv"^^xsd:string ;
    skos:prefLabel "Ontong Java"@en .

<http://lexvo.org/id/iso639-3/ojw> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ojw"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Western_Ojibwa_language>,
        <http://www.mpii.de/yago/resource/Western_Ojibwa_language> ;
    skos:altLabel "Ojibwa, Western"@en,
        "Western Ojibwa language"@en ;
    skos:definition "Western Ojibwa (also known as Nakawēmowin, Saulteaux, Plains Ojibway, Ojibway, Ojibwe) is a dialect of the Ojibwe language, a member of the Algonquian language family. It is spoken by the Saulteaux, a sub-Nation of the Ojibwe people, in Manitoba and Saskatchewan, Canada westward from Lake Winnipeg. Saulteaux is the general term used in English for the name of the language by its speakers. Nakawēmowin is the general term in the language itself."@en ;
    skos:inScheme lexvo: ;
    skos:notation "ojw"^^xsd:string ;
    skos:prefLabel "Western Ojibwa"@en,
        "Saulteaux"@fr,
        "Lenga ojibwa, ossidental"@pms .

<http://lexvo.org/id/iso639-3/okb> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "okb"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Okobo_language>,
        <http://www.mpii.de/yago/resource/Okobo_language> ;
    skos:altLabel "Okobo language"@en ;
    skos:definition "Okobo is a Lower Cross River language of Nigeria."@en ;
    skos:inScheme lexvo: ;
    skos:notation "okb"^^xsd:string ;
    skos:prefLabel "Okobo"@en .

<http://lexvo.org/id/iso639-3/okd> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "okd"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Okodia_language>,
        <http://www.mpii.de/yago/resource/Okodia_language> ;
    skos:altLabel "Okodia language"@en ;
    skos:definition "Okodia (Okordia), or Akita, is one of three small Inland Ijaw languages of Nigeria. According to Ethnologue, it is not fully intelligible with other varieties of Inland Ijaw."@en ;
    skos:inScheme lexvo: ;
    skos:notation "okd"^^xsd:string ;
    skos:prefLabel "Akiteg"@br,
        "Okodia"@de,
        "Okodia"@en,
        "Okodia jezik"@hr,
        "Lenga Okodia"@pms .

<http://lexvo.org/id/iso639-3/oki> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "oki"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Ogiek_language>,
        <http://www.mpii.de/yago/resource/Ogiek_language> ;
    skos:altLabel "Ogiek language"@en ;
    skos:definition "Ogiek (also known as Okiek or Akiek; pronounced ) is a Southern Nilotic language cluster of the Kalenjin family spoken or once spoken by the Ogiek peoples, scattered groups of hunter-gatherers in Southern Kenya and Northern Tanzania. Most if not all Ogiek speakers have assimilated to cultures of surrounding peoples: the Akiek in northern Tanzania now speak Maasai and the Akiek of Kinare, Kenya now speak Gikuyu. Ndorobo is a term considered derogatory, occasionally used to refer to various groups of hunter-gatherers in this area, including the Ogiek."@en ;
    skos:inScheme lexvo: ;
    skos:notation "oki"^^xsd:string ;
    skos:prefLabel "Okiekeg"@br,
        "Okiek"@en .

<http://lexvo.org/id/iso639-3/okj> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "okj"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Oko-Juwoi_language>,
        <http://www.mpii.de/yago/resource/Oko-Juwoi_language> ;
    skos:altLabel "Oko-Juwoi language"@en ;
    skos:definition "The Juwoi language, Oko-Juwoi (also Junoi), is an extinct Great Andamanese language, of the Central group. It was spoken in the west central and southwest interior of Middle Andaman."@en ;
    skos:inScheme lexvo: ;
    skos:notation "okj"^^xsd:string ;
    skos:prefLabel "Oko-Juwoi"@en,
        "Juwoi"@fi,
        "Oko-Juwoi jezik"@hr,
        "Lèngua Oko-Juwoi"@lmo,
        "Lenga oko-juwoi"@pms .

<http://lexvo.org/id/iso639-3/okl> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "okl"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Old_Kent_Sign_Language>,
        <http://www.mpii.de/yago/resource/Old_Kent_Sign_Language> ;
    skos:altLabel "Kentish Sign Language, Old"@en,
        "Old Kentish Sign Language"@en ;
    skos:definition "Old Kent Sign Language (OKSL), also known as Old Kentish Sign Language, is an extinct deaf sign language thought to have existed in Kent in the United Kingdom, but now superseded by British Sign Language."@en ;
    skos:inScheme lexvo: ;
    skos:notation "okl"^^xsd:string ;
    skos:prefLabel "Old Kent Sign Language"@en .

<http://lexvo.org/id/iso639-3/oko> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "oko"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Sillan_language>,
        <http://www.mpii.de/yago/resource/Sillan_language> ;
    skos:altLabel "Korean, Old (3rd-9th cent.)"@en,
        "Old Korean (3rd-9th cent.)"@en,
        "Sillan language"@en ;
    skos:definition "The Silla language, or Sillan, was spoken in the ancient kingdom of Silla (57 BCE – 935 CE), one of the Three Kingdoms of Korea."@en ;
    skos:inScheme lexvo: ;
    skos:notation "oko"^^xsd:string ;
    skos:prefLabel "Old Korean"@en,
        "Силла"@ru .

<http://lexvo.org/id/iso639-3/old> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "old"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Moshi_language>,
        <http://www.mpii.de/yago/resource/Moshi_language> ;
    skos:altLabel "Moshi language"@en ;
    skos:definition "The Old Moshi language, Kimochi, is a Bantu language of Tanzania, spoken by approximately 600,000 Chaga people. It is the prestige variety of the Chaga languages."@en ;
    skos:inScheme lexvo: ;
    skos:notation "old"^^xsd:string ;
    skos:prefLabel "Mochi"@en .

<http://lexvo.org/id/iso639-3/ole> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ole"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/'Olekha>,
        <http://www.mpii.de/yago/resource/'Olekha> ;
    skos:altLabel "'Olekha"@en ;
    skos:definition "Olekha, also called the Black Mountain Monpa language, is a Tibeto-Burman language spoken by about 1,000 people in the Black Mountains of the Wangdue Phodrang and Trongsa Districts in western Bhutan. The term Ole refers to a clan of speakers."@en ;
    skos:inScheme lexvo: ;
    skos:notation "ole"^^xsd:string ;
    skos:prefLabel "Olekeg"@br,
        "Olekha"@en,
        "Lenga Olekha"@pms .

<http://lexvo.org/id/iso639-3/olo> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "olo"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Livvi-Karelian_language>,
        <http://www.mpii.de/yago/resource/Livvi-Karelian_language> ;
    skos:altLabel "Livvi-Karelian language"@en ;
    skos:definition "Livvi-Karelian (Alternate names: Livvi, Livvikovian, Livvikovskij Jazyk, Olonets, Southern Olonetsian, Karelian) is a Finnic language of the Uralic family. spoken by Olonets Karelians (self-appellation livvi, livgilaizet), traditionally inhabiting the area between Ladoga and Onega lakes, northward of Svir River. The name \"Olonets Karelians\" is derived from the territory inhabited, Olonets Krai, named after the town of Olonets, named after the Olonka River."@en ;
    skos:inScheme lexvo: ;
    skos:notation "olo"^^xsd:string ;
    skos:prefLabel "Олонецко-карелски език"@bg,
        "Karelieg Olonets"@br,
        "Olonetzische Sprache"@de,
        "Livvi"@en,
        "Olonec-karela lingvo"@eo,
        "Livviko keel"@et,
        "Aunuksenkarjalan kieli"@fi,
        "Lingua livvi"@it,
        "Oloneco karelų kalba"@lt,
        "Bahasa Karelia Olonets"@ms,
        "Olonetsisch"@nl,
        "Lenga Livvi"@pms,
        "Ливвики"@ru,
        "Aunusgárjilgiella"@se,
        "Ліввіки"@uk .

<http://lexvo.org/id/iso639-3/omg> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "omg"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/omag1248> ;
    skos:inScheme lexvo: ;
    skos:notation "omg"^^xsd:string ;
    skos:prefLabel "Omagua"@en .

<http://lexvo.org/id/iso639-3/omi> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "omi"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Omi_language>,
        <http://www.mpii.de/yago/resource/Omi_language> ;
    skos:altLabel "Omi language"@en ;
    skos:definition "Omi is a Central Sudanic language, spoken in the Aru Territory in the Orientale Province of the Democratic Republic of the Congo, between the two rivers Nzoro and Lowa. It was once considered a dialect of the Keliko language, but requires separate literature."@en ;
    skos:inScheme lexvo: ;
    skos:notation "omi"^^xsd:string ;
    skos:prefLabel "Omieg"@br,
        "Omi"@en,
        "Омиски јазик"@mk,
        "Kiomi"@sw .

<http://lexvo.org/id/iso639-3/omo> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "omo"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Utarmbung_language>,
        <http://www.mpii.de/yago/resource/Utarmbung_language> ;
    skos:altLabel "Utarmbung language"@en ;
    skos:definition "Osum Utarmbung is a divergent Madang language of the Adelbert Range of Papua New Guinea."@en ;
    skos:inScheme lexvo: ;
    skos:notation "omo"^^xsd:string ;
    skos:prefLabel "Utarmbung"@en .

<http://lexvo.org/id/iso639-3/omt> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "omt"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Omotik_language>,
        <http://www.mpii.de/yago/resource/Omotik_language> ;
    skos:altLabel "Omotik language"@en ;
    skos:definition "Omotik is a Nilotic language of the Southern group. It is spoken by the hunter-gatherer Omotik people of the Great Rift Valley of Kenya among the Maasai; most of the Omotik population has shifted to the Maasai language."@en ;
    skos:inScheme lexvo: ;
    skos:notation "omt"^^xsd:string ;
    skos:prefLabel "Omotik"@en .

<http://lexvo.org/id/iso639-3/omu> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "omu"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Omurano_language>,
        <http://www.mpii.de/yago/resource/Omurano_language> ;
    skos:altLabel "Omurano language"@en ;
    skos:definition "Omurano is an unclassified extinct language from Peru. It is also known as Humurana, Roamaina, Numurana, Umurano, and Mayna."@en ;
    skos:inScheme lexvo: ;
    skos:notation "omu"^^xsd:string ;
    skos:prefLabel "Omouraneg"@br,
        "Omurano"@en,
        "Idioma omurano"@es,
        "Omurana"@fr,
        "Omurano"@gv,
        "Omurano"@hr .

<http://lexvo.org/id/iso639-3/onb> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "onb"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Ong_Be_language>,
        <http://www.mpii.de/yago/resource/Ong_Be_language> ;
    skos:altLabel "Ong Be language"@en ;
    skos:definition "Ong Be , also known as Bê, or Vo Limgao (臨高, Lin'gao) in Chinese, is a language spoken by 600,000 people, 100,000 of them monolingual, on the north-central coast of Hainan Island, including the suburbs of the provincial capital Haikou. The language is taught in primary schools and broadcast on the radio. Ong Be is a Tai–Kadai language, but it has no close relatives and its relationship within that family has not been determined."@en ;
    skos:inScheme lexvo: ;
    skos:notation "onb"^^xsd:string ;
    skos:prefLabel "Lingao"@en,
        "Tiếng Ông Bối"@vi,
        "臨高語"@zh .

<http://lexvo.org/id/iso639-3/ons> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ons"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/onoo1246> ;
    skos:inScheme lexvo: ;
    skos:notation "ons"^^xsd:string ;
    skos:prefLabel "Ono"@en .

<http://lexvo.org/id/iso639-3/onw> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "onw"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Old_Nubian_language>,
        <http://www.mpii.de/yago/resource/Old_Nubian_language> ;
    skos:altLabel "Nubian, Old"@en,
        "Old Nubian language"@en ;
    skos:definition "Old Nubian is an ancient variety of Nubian, attested in writing from the 8th to the 15th century (the most recent known text was written in 1485). It is ancestral to modern-day Nobiin and related to other Nubian languages such as Dongolawi. It was used throughout the medieval Christian kingdom of Makuria and its satellite Nobadia. The language is preserved in at least a hundred pages of documents, mostly of a religious nature, written using a modified form of the Coptic script; the best known is The Martyrdom of Saint Menas."@en ;
    skos:inScheme lexvo: ;
    skos:notation "onw"^^xsd:string ;
    skos:prefLabel "Staronúbijština"@cs,
        "Altnubische Sprache"@de,
        "Old Nubian"@en,
        "Muinaisnuubian kieli"@fi,
        "Ancien nubien"@fr,
        "Lingua Nubiana antiqua"@la,
        "Gammelnubisk"@no,
        "Древненубийский язык"@ru,
        "Eski Nubiya dili"@tr .

<http://lexvo.org/id/iso639-3/oor> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "oor"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Oorlams_creole>,
        <http://www.mpii.de/yago/resource/Oorlams_creole> ;
    skos:altLabel "Oorlams creole"@en ;
    skos:definition "Oorlams (also: Oorlands, Oorlans) is a dialect of Afrikaans spoken in the Republic of South Africa. It is considered an Afrikaans-based creole language by some observers whereas most Oorlammers themselves would describe their language as being a dialect of Afrikaans proper. Oorlams has many elements from Khoi languages."@en ;
    skos:inScheme lexvo: ;
    skos:notation "oor"^^xsd:string ;
    skos:prefLabel "Oorlams"@af,
        "Oorlams"@en,
        "Oorlansa lingvo"@eo,
        "Oorlans"@it,
        "Oorlangs"@nl,
        "Oorlams"@no,
        "Oorlans"@pl,
        "Língua oorlans"@pt .

<http://lexvo.org/id/iso639-3/opa> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "opa"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Okpamheri_language>,
        <http://www.mpii.de/yago/resource/Okpamheri_language> ;
    skos:altLabel "Okpamheri language"@en ;
    skos:definition "Okpamheri (Opameri) is an Edoid language of Nigeria. The number of speakers is not known; there were 30,000 in 1973."@en ;
    skos:inScheme lexvo: ;
    skos:notation "opa"^^xsd:string ;
    skos:prefLabel "Okpamheri"@en .

<http://lexvo.org/id/iso639-3/opt> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "opt"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Opata_language>,
        <http://www.mpii.de/yago/resource/Opata_language> ;
    skos:altLabel "Opata language"@en ;
    skos:definition "Ópata (Also Teguima, Eudeve, Heve, Dohema) is the name applied to two closely related Uto-Aztecan languages; Teguima and Eudeve spoken by the Opata people of northern central Sonora in Mexico. It was believed to be dead already in 1930, and Carl Sofus Lumholtz reported the Opata to have become \"Mexicanized\" and lost their language and customs already when traveling through Sonora in the 1890s, but in a recent (1993) survey by the Instituto Nacional Indigenista (Now INALI) fifteen people in the Mexican Federal District self identified as speakers of Ópata – this may not mean however that the language is actually living, since linguistic nomenclature in Mexico is notoriously fuzzy. And no studies documenting the language spoken by those fifteen persons have been published. If the fifteen persons were in fact speakers of one of the Ópata languages then the languages are severely endangered and if not they are probably already extinct. Sometimes Eudeve is called Opata, a term which should be restricted to Teguima. Eudeve (Also called Heve, Dohema) and Teguima (Also called Ópata, Ore) are distinct languages, but sometimes have been considered merely dialects of one single language."@en ;
    skos:inScheme lexvo: ;
    skos:notation "opt"^^xsd:string ;
    skos:prefLabel "Opata"@en,
        "Idioma ópata"@es,
        "Opata"@fr,
        "Opatatlahtōlli"@nah,
        "Ópata"@nl .

<http://lexvo.org/id/iso639-3/opy> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "opy"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Ofay%C3%A9_language>,
        <http://www.mpii.de/yago/resource/Ofay%C3%A9_language> ;
    skos:altLabel "Ofayé language"@en ;
    skos:definition "The Ofayé or Opaye language, also Ofaié-Xavante, Opaié-Shavante, forms its own branch of the Macro-Gê languages. It is spoken by about a quarter of the small Ofayé people, though language revitalization efforts are underway."@en ;
    skos:inScheme lexvo: ;
    skos:notation "opy"^^xsd:string ;
    skos:prefLabel "Ofayé"@en,
        "Idioma ofayé"@es .

<http://lexvo.org/id/iso639-3/ora> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ora"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Oroha_language>,
        <http://www.mpii.de/yago/resource/Oroha_language> ;
    skos:altLabel "Oroha language"@en ;
    skos:definition "Oroha (also known as Oraha and Mara Ma-Siki) is an endangered Oceanic language of the Solomon Islands."@en ;
    skos:inScheme lexvo: ;
    skos:notation "ora"^^xsd:string ;
    skos:prefLabel "Oroha"@de,
        "Oroha"@en,
        "Oroha jezik"@hr,
        "Lenga Oroha"@pms .

<http://lexvo.org/id/iso639-3/orc> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "orc"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Orma_language>,
        <http://www.mpii.de/yago/resource/Orma_language> ;
    skos:altLabel "Orma language"@en ;
    skos:definition "Orma is spoken by the Orma people in Kenya. The origin of the language is from the Oromo language. Other Oromo languages are spoken in extensive areas of Ethiopia."@en ;
    skos:inScheme lexvo: ;
    skos:notation "orc"^^xsd:string ;
    skos:prefLabel "Orma"@en,
        "Orma"@fr,
        "Lenga Orma"@pms .

<http://lexvo.org/id/iso639-3/org> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "org"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Oring_language>,
        <http://www.mpii.de/yago/resource/Oring_language> ;
    skos:altLabel "Oring language"@en ;
    skos:definition "Oring, also known as Koring, is a Upper Cross River language spoken in Nigeria. Dialects are Okpoto, Ufia (Utonkon), and Ufiom (Effium)."@en ;
    skos:inScheme lexvo: ;
    skos:notation "org"^^xsd:string ;
    skos:prefLabel "Oring"@en .

<http://lexvo.org/id/iso639-3/orh> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "orh"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Oroqen_language>,
        <http://www.mpii.de/yago/resource/Oroqen_language> ;
    skos:altLabel "Oroqen language"@en ;
    skos:definition "Oroqen (also known as Orochon, Oronchon, Olunchun, Elunchun, Ulunchun) is a Northern Tungusic language spoken in the People's Republic of China. Dialects are Gankui and Heilongjiang. Gankui is the standard dialect. It is spoken by the Oroqen people of Inner Mongolia (prodominantly the Oroqin Autonomous Banner) and Heilongjiang in Northeast China."@en ;
    skos:inScheme lexvo: ;
    skos:notation "orh"^^xsd:string ;
    skos:prefLabel "Orokeneg"@br,
        "Oroqen"@en,
        "Oroqen"@fr,
        "어룬춘어"@ko,
        "Orokenų kalba"@lt,
        "Орогенски јазик"@mk,
        "Lenga oroqen"@pms,
        "鄂伦春语"@zh .

<http://lexvo.org/id/iso639-3/orn> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "orn"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Orang_Kanaq_language>,
        <http://www.mpii.de/yago/resource/Orang_Kanaq_language> ;
    skos:altLabel "Orang Kanaq language"@en ;
    skos:definition "Orang Kanaq language is one of the Aboriginal Malay languages and it is grouped under the Austonesian Language family. It is spoken by the Orang Kanaq, which is one of the 19 Orang Asli groups living in Peninsular Malaysia. It is listed as one of the endangered languages in Asia."@en ;
    skos:inScheme lexvo: ;
    skos:notation "orn"^^xsd:string ;
    skos:prefLabel "Orang Kanaq"@en,
        "Orang Kanaq jezik"@hr,
        "Bahasa Orang Kanaq"@id .

<http://lexvo.org/id/iso639-3/orr> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "orr"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Oruma_language>,
        <http://www.mpii.de/yago/resource/Oruma_language> ;
    skos:altLabel "Oruma language"@en ;
    skos:definition "Oruma is one of three small Inland Ijaw languages of Nigeria. According to Ethnologue, it is not fully intelligible with other varieties of Inland Ijaw."@en ;
    skos:inScheme lexvo: ;
    skos:notation "orr"^^xsd:string ;
    skos:prefLabel "Oroumeg"@br,
        "Oruma"@de,
        "Oruma"@en,
        "Oruma jezik"@hr,
        "Lenga Oruma"@pms .

<http://lexvo.org/id/iso639-3/ors> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ors"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Orang_Seletar_language>,
        <http://www.mpii.de/yago/resource/Orang_Seletar_language> ;
    skos:altLabel "Orang Seletar language"@en ;
    skos:definition "Orang Seletar is a language spoken by 1,737 people on the Malay Peninsula."@en ;
    skos:inScheme lexvo: ;
    skos:notation "ors"^^xsd:string ;
    skos:prefLabel "Orang Seletar"@en,
        "Bahasa Orang Seletar"@id,
        "Bahasa Orang Seletar"@ms .

<http://lexvo.org/id/iso639-3/ort> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ort"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/adiv1239> ;
    skos:altLabel "Oriya, Adivasi"@en ;
    skos:inScheme lexvo: ;
    skos:notation "ort"^^xsd:string ;
    skos:prefLabel "Adivasi Oriya"@en .

<http://lexvo.org/id/iso639-3/orv> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "orv"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Old_East_Slavic>,
        <http://www.mpii.de/yago/resource/Old_East_Slavic> ;
    skos:altLabel "Old East Slavic"@en,
        "Russian, Old"@en ;
    skos:definition "Old East Slavic or Old Russian was a language used in 10th–15th centuries by East Slavs in the Kievan Rus' and states which evolved after the collapse of the Kievan Rus. Dialects of it were spoken, though not exclusively, in the area today occupied by Belarus, Northern Ukraine, parts of European Russia, and several eastern voivodships of Poland."@en ;
    skos:inScheme lexvo: ;
    skos:notation "orv"^^xsd:string ;
    skos:prefLabel "Старажытнаруская мова"@be,
        "Общоизточнославянски език"@bg,
        "Staroruština"@cs,
        "Дрєвл҄ьн҄ь роусьскъ ѩꙁꙑкъ"@cu,
        "Gammel østslavisk sprog"@da,
        "Altostslawische Sprache"@de,
        "Old Russian"@en,
        "Antiguo eslavo oriental"@es,
        "Vanavene keel"@et,
        "Stara wuchodosłowjanšćina"@hsb,
        "Antica lingua slava orientale"@it,
        "古東スラヴ語"@ja,
        "Староисточнословенски јазик"@mk,
        "Oudrussisch"@nl,
        "Gammeløstslavisk"@no,
        "Język staroruski"@pl,
        "Древнерусский язык"@ru,
        "Staroruski jezik"@sh,
        "Stará ruština"@sk,
        "Starovzhodnoslovanščina"@sl,
        "Starowschodńosłowjańsko godka"@szl,
        "Давньоруська мова"@uk .

<http://lexvo.org/id/iso639-3/orw> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "orw"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Oro_Win_language>,
        <http://www.mpii.de/yago/resource/Oro_Win_language> ;
    skos:altLabel "Oro Win language"@en ;
    skos:definition "Oro Win is a moribund Chapacuran language spoken along the upper stretches of the Pacaás Novos River in Brazil."@en ;
    skos:inScheme lexvo: ;
    skos:notation "orw"^^xsd:string ;
    skos:prefLabel "Oro Win"@en,
        "Oro Win jezik"@hr .

<http://lexvo.org/id/iso639-3/orx> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "orx"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Oro_language>,
        <http://www.mpii.de/yago/resource/Oro_language> ;
    skos:altLabel "Oro language"@en ;
    skos:definition "Oro (Oron) is a Lower Cross River language of Nigeria."@en ;
    skos:inScheme lexvo: ;
    skos:notation "orx"^^xsd:string ;
    skos:prefLabel "Oro"@en .

<http://lexvo.org/id/iso639-3/osi> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "osi"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Osing_dialect>,
        <http://www.mpii.de/yago/resource/Osing_dialect> ;
    skos:altLabel "Osing dialect"@en ;
    skos:definition "The Osing language (Indonesian:Bahasa Osing), locally known as the language of Banyuwangi, is the language of the Osing people of East Java, Indonesia."@en ;
    skos:inScheme lexvo: ;
    skos:notation "osi"^^xsd:string ;
    skos:prefLabel "Osing"@en,
        "Bahasa Osing"@id,
        "Basa Osing"@jv,
        "Bahasa Osing"@ms .

<http://lexvo.org/id/iso639-3/osp> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "osp"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Old_Spanish_language>,
        <http://www.mpii.de/yago/resource/Old_Spanish_language> ;
    skos:altLabel "Old Spanish language"@en,
        "Spanish, Old"@en ;
    skos:definition "Old Spanish, also known as Old Castilian or Mediaeval Spanish , is an early form of the Spanish language that was spoken on the Iberian Peninsula from the tenth century until roughly the beginning of the fifteenth century, before a consonantic readjustment gave rise to the evolution of modern Spanish. The epic poem Cantar de Mio Cid, published around 1200, remains the best-known and most extensive work of literature in Old Spanish."@en ;
    skos:inScheme lexvo: ;
    skos:notation "osp"^^xsd:string ;
    skos:prefLabel "Old Spanish"@en,
        "Español medieval"@es,
        "Castillan ancien"@fr,
        "Óspanyol nyelv"@hu,
        "Spagnolo medievale"@it,
        "中世スペイン語"@ja,
        "Lingua Castellana antiqua"@la,
        "Espanhol medieval"@pt,
        "Limba castiliană veche"@ro,
        "Староиспанский язык"@ru,
        "Fornspanska"@sv .

<http://lexvo.org/id/iso639-3/ost> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ost"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Osatu_language>,
        <http://www.mpii.de/yago/resource/Osatu_language> ;
    skos:altLabel "Osatu language"@en ;
    skos:definition "Osatu (Ihatum) is a Grassfields language of Cameroon."@en ;
    skos:inScheme lexvo: ;
    skos:notation "ost"^^xsd:string ;
    skos:prefLabel "Osatu"@de,
        "Osatu"@en,
        "Lenga Osatu"@pms,
        "Kiosatu"@sw .

<http://lexvo.org/id/iso639-3/osx> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "osx"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Old_Saxon>,
        <http://www.mpii.de/yago/resource/Old_Saxon> ;
    skos:altLabel "Saxon, Old"@en,
        "Ooldsassisch"@nds ;
    skos:definition "Old Saxon, also known as Old Low German, is the earliest recorded form of Low German, documented from the 8th century until the 12th century, when it evolved into Middle Low German. It was spoken on the north-west coast of Germany and in the Netherlands by Saxon peoples. It is close enough to Old Anglo-Frisian (Old Frisian, Old English) that it partially participates in the Ingvaeonic nasal spirant law; it is also closely related to Old Low Franconian (\"Old Dutch\"). It was mutually intelligible with Old English."@en ;
    skos:inScheme lexvo: ;
    skos:notation "osx"^^xsd:string ;
    skos:prefLabel "Gammelsaksisk"@da,
        "Altsächsische Sprache"@de,
        "Old Saxon"@en,
        "Malnovsaksa lingvo"@eo,
        "Sajón antiguo"@es,
        "Vieux saxon"@fr,
        "Ószász nyelv"@hu,
        "Antico sassone"@it,
        "古ザクセン語"@ja,
        "Sasson"@lmo,
        "Старосаксонски јазик"@mk,
        "Oldsaksisch"@nds,
        "Oudsaksisch"@nl,
        "Gammelsaksisk"@no,
        "Język starosaksoński"@pl,
        "Saxão antigo"@pt,
        "Древнесаксонский язык"@ru,
        "Ooldsaksisk"@stq,
        "Fornsaxiska"@sv .

<http://lexvo.org/id/iso639-3/oti> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "oti"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Oti_language>,
        <http://www.mpii.de/yago/resource/Oti_language> ;
    skos:altLabel "Oti language"@en ;
    skos:definition "The Oti language, also known as Chavante or Euchavante, is an extinct language isolate once spoken by the Oti people near São Paulo, Brazil."@en ;
    skos:inScheme lexvo: ;
    skos:notation "oti"^^xsd:string ;
    skos:prefLabel "Oti"@en,
        "Idioma oti"@es .

<http://lexvo.org/id/iso639-3/otk> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "otk"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Old_Turkic_language>,
        <http://www.mpii.de/yago/resource/Old_Turkic_language> ;
    skos:altLabel "Old Turkic language"@en,
        "Turkish, Old"@en ;
    skos:definition "Old Turkic (also East Old Turkic, Orkhon Turkic, Old Uyghur) is the earliest attested form of Turkic, found in Göktürk and Uyghur inscriptions dating from about the 7th century to the 13th century. It is the oldest attested member of the Southeastern (Uyghuric) branch of Turkic, which is extant in the modern Chagatai, Uyghur and Western Yugur languages."@en ;
    skos:inScheme lexvo: ;
    skos:notation "otk"^^xsd:string ;
    skos:prefLabel "Старотюркски език"@bg,
        "Alttürkische Sprache"@de,
        "Old Turkish"@en,
        "Muinaisuiguurin kieli"@fi,
        "Vieux-turc"@fr,
        "Стар турски јазик"@mk,
        "Gökturks"@nl,
        "Орхоно-енисейский язык"@ru,
        "ภาษาเตอร์กิกโบราณ"@th,
        "Göktürkçe"@tr .

<http://lexvo.org/id/iso639-3/otq> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "otq"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/quer1236> ;
    skos:altLabel "Otomi, Querétaro"@en ;
    skos:inScheme lexvo: ;
    skos:notation "otq"^^xsd:string ;
    skos:prefLabel "Querétaro Otomi"@en .

<http://lexvo.org/id/iso639-3/ott> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ott"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Temoaya_Otomi>,
        <http://www.mpii.de/yago/resource/Temoaya_Otomi> ;
    skos:altLabel "Otomi, Temoaya"@en ;
    skos:definition "Temoaya Otomi also known as Toluca Otomi or Otomi of San Andrés Cuexcontitlan is a variety of the Otomi language spoken in Mexico by ca. 37,000 people in and around the municipality of Temoaya, and in three communities within the municipality of Toluca: San Andrés Cuexcontitlán, San Pablo Autopan and San Cristobal Huichochitlan. The speakers themselves call the language Ñatho. Lastra (2001) classifies it as a southwestern dialect along with the dialects of Mexico state."@en ;
    skos:inScheme lexvo: ;
    skos:notation "ott"^^xsd:string ;
    skos:prefLabel "Temoaya Otomi"@en .

<http://lexvo.org/id/iso639-3/otw> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "otw"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Ottawa_dialect>,
        <http://www.mpii.de/yago/resource/Ottawa_dialect> ;
    skos:altLabel "Ottawa dialect"@en ;
    skos:definition "Ottawa (or Odawa) is a dialect of the Ojibwe language, spoken by the Ottawa people in southern Ontario in Canada, and northern Michigan in the United States. Descendants of migrant Ottawa speakers live in Kansas and Oklahoma. The first recorded meeting of Ottawa speakers and Europeans occurred in 1615 when a party of Ottawas encountered explorer Samuel de Champlain on the north shore of Georgian Bay. Ottawa is written in an alphabetic system using Latin letters, and is known to its speakers as Nishnaabemwin \"speaking the native language\" or Daawaamwin \"speaking Ottawa\"."@en ;
    skos:inScheme lexvo: ;
    skos:notation "otw"^^xsd:string ;
    skos:prefLabel "Ottawa"@en,
        "Lenga ottawa"@pms .

<http://lexvo.org/id/iso639-3/otz> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "otz"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/ixte1237> ;
    skos:altLabel "Otomi, Ixtenco"@en ;
    skos:inScheme lexvo: ;
    skos:notation "otz"^^xsd:string ;
    skos:prefLabel "Ixtenco Otomi"@en .

<http://lexvo.org/id/iso639-3/oub> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "oub"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Glio-Ubi_language>,
        <http://www.mpii.de/yago/resource/Glio-Ubi_language> ;
    skos:altLabel "Glio-Ubi language"@en ;
    skos:definition "The Glio-Oubi language (Glio-Ubi) is a Kru language of the Niger–Congo language family. It is spoken in northeast Liberia, where it is known as Glio, and in western Ivory Coast, where it is known as Oubi or Ubi. It has a lexical similarity of .75 with the Glaro-Twabo language."@en ;
    skos:inScheme lexvo: ;
    skos:notation "oub"^^xsd:string ;
    skos:prefLabel "Glio-Oubi"@en .

<http://lexvo.org/id/iso639-3/oun> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "oun"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/%C7%83%CA%BCO%C7%83Kung>,
        <http://www.mpii.de/yago/resource/%C7%83%CA%BCO%C7%83Kung> ;
    skos:altLabel "ǃʼOǃKung"@en ;
    skos:definition "ǃʼOǃKung (\"Forest !Kung\", also spelled ǃʼOǃung) is a northern variety of the !Kung dialect continuum. It was once widespread in southern Angola, but now is principally found among a diaspora in northern Namibia."@en ;
    skos:inScheme lexvo: ;
    skos:notation "oun"^^xsd:string ;
    skos:prefLabel "Koungeg"@br,
        "!O!ung"@ca,
        "!O!ung"@en,
        "Idioma kung"@es,
        "ǃOǃung jezik"@hr,
        "Lingua !o!ung"@it,
        "Język !o!kung"@pl,
        "!O!ung"@pt .

<http://lexvo.org/id/iso639-3/owi> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "owi"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Owiniga_language>,
        <http://www.mpii.de/yago/resource/Owiniga_language> ;
    skos:altLabel "Owiniga language"@en ;
    skos:definition "Owiniga ( Bero, Samo, Taina) is a Left May language of New Guinea, in East Sepik Province."@en ;
    skos:inScheme lexvo: ;
    skos:notation "owi"^^xsd:string ;
    skos:prefLabel "Owiniga"@en .

<http://lexvo.org/id/iso639-3/owl> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "owl"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Old_Welsh>,
        <http://www.mpii.de/yago/resource/Old_Welsh> ;
    skos:altLabel "Welsh, Old"@en ;
    skos:definition "Old Welsh is the label attached to the Welsh language from about 800 AD until the early 12th century when it developed into Middle Welsh. The preceding period, from the time Welsh became distinct from the British language around 550, has been called \"Primitive Welsh\"."@en ;
    skos:inScheme lexvo: ;
    skos:notation "owl"^^xsd:string ;
    skos:prefLabel "Hen Gymraeg"@cy,
        "Old Welsh"@en,
        "Vieux gallois"@fr,
        "Lingua galesa antiga"@gl,
        "Lingua antico gallese"@it,
        "古ウェールズ語"@ja,
        "Старовелшки јазик"@mk,
        "Gammelwalisisk"@no,
        "Galês antigo"@pt,
        "Древневаллийский язык"@ru,
        "Starovelški jezik"@sh,
        "古威爾士語"@zh .

<http://lexvo.org/id/iso639-3/oyd> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "oyd"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Oyda_language>,
        <http://www.mpii.de/yago/resource/Oyda_language> ;
    skos:altLabel "Oyda language"@en ;
    skos:definition "Oyda is an Afro-Asiatic language spoken in the Gamo Gofa Zone of Ethiopia."@en ;
    skos:inScheme lexvo: ;
    skos:notation "oyd"^^xsd:string ;
    skos:prefLabel "Oyda"@en,
        "Oyda jezik"@hr .

<http://lexvo.org/id/iso639-3/ozm> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ozm"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Nzime_language>,
        <http://www.mpii.de/yago/resource/Nzime_language> ;
    skos:altLabel "Nzime language"@en ;
    skos:definition "Nzime (Koonzime) is a Bantu language of Cameroon, spoken by the Nzime and Dwee (Bajwee) people."@en ;
    skos:inScheme lexvo: ;
    skos:notation "ozm"^^xsd:string ;
    skos:prefLabel "Koonzime"@de,
        "Koonzime"@en,
        "Koonzime jezik"@hr,
        "Lenga Koonzime"@pms,
        "Kikoonzime"@sw .

<http://lexvo.org/id/iso639-3/pae> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "pae"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Pagibete_language>,
        <http://www.mpii.de/yago/resource/Pagibete_language> ;
    skos:altLabel "Pagibete language"@en ;
    skos:definition "Pagibete is a Bantu language spoken in the Democratic Republic of Congo. It is similar to Bwa, and might be considered a dialect."@en ;
    skos:inScheme lexvo: ;
    skos:notation "pae"^^xsd:string ;
    skos:prefLabel "Pagibete"@en .

<http://lexvo.org/id/iso639-3/pai> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "pai"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Pe_language>,
        <http://www.mpii.de/yago/resource/Pe_language> ;
    skos:altLabel "Pe language"@en ;
    skos:definition "Pe, also spelled Pai, is a minor Plateau language of Nigeria. It has been classified in various branches of Plateau, but is now seen to be Tarokoid (Blench 2008)."@en ;
    skos:inScheme lexvo: ;
    skos:notation "pai"^^xsd:string ;
    skos:prefLabel "Pe"@en .

<http://lexvo.org/id/iso639-3/paq> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "paq"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Parya_language>,
        <http://www.mpii.de/yago/resource/Parya_language> ;
    skos:altLabel "Parya language"@en ;
    skos:definition "Parya is a Central Indo-Aryan language spoken in parts of Uzbekistan and Tajikistan. Tajuzbeki (or Tadj-Uzbeki) was an alternative name coined by Bholanath Tivari for the same language. Much of the academic research in documenting and characterizing this Indo-Aryan isolate language was done by prominent Soviet linguist I. M. Oranski."@en ;
    skos:inScheme lexvo: ;
    skos:notation "paq"^^xsd:string ;
    skos:prefLabel "Parya"@en,
        "Lingua Parya"@la,
        "Język parija"@pl,
        "Lenga parya"@pms,
        "پریا"@pnb,
        "Парья"@ru .

<http://lexvo.org/id/iso639-3/pas> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "pas"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Papasena_language>,
        <http://www.mpii.de/yago/resource/Papasena_language> ;
    skos:altLabel "Papasena language"@en ;
    skos:definition "Papasena is a Lakes Plain language of Irian Jaya, Indonesia. Ethnologue reports a 23% lexical similarity with Sikaritai, another East Tariku language."@en ;
    skos:inScheme lexvo: ;
    skos:notation "pas"^^xsd:string ;
    skos:prefLabel "Papasena"@en .

<http://lexvo.org/id/iso639-3/pbc> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "pbc"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Patamona_language>,
        <http://www.mpii.de/yago/resource/Patamona_language> ;
    skos:altLabel "Patamona language"@en ;
    skos:definition "Patamona is a Cariban language spoken mainly in Guyana by the Patamona people. It is one of several closely related languages called Ingarikó and Kapong."@en ;
    skos:inScheme lexvo: ;
    skos:notation "pbc"^^xsd:string ;
    skos:prefLabel "Patamona"@en,
        "Patamona"@es .

<http://lexvo.org/id/iso639-3/pbe> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "pbe"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/mezo1235> ;
    skos:altLabel "Popoloca, Mezontla"@en ;
    skos:inScheme lexvo: ;
    skos:notation "pbe"^^xsd:string ;
    skos:prefLabel "Mezontla Popoloca"@en .

<http://lexvo.org/id/iso639-3/pbf> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "pbf"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/coyo1236> ;
    skos:altLabel "Popoloca, Coyotepec"@en ;
    skos:inScheme lexvo: ;
    skos:notation "pbf"^^xsd:string ;
    skos:prefLabel "Coyotepec Popoloca"@en .

<http://lexvo.org/id/iso639-3/pbl> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "pbl"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Mak_language_(Adamawa)>,
        <http://www.mpii.de/yago/resource/Mak_language_(Adamawa)> ;
    skos:altLabel "Mak (Nigeria)"@en,
        "Mak language"@en ;
    skos:definition "Mak, or LeeMak, is an Adamawa language of Nigeria, one of several spoken by the Bikwin people. The two dialects, Panya and Zoo (Zo), are rather divergent, and might be considered distinct languages."@en ;
    skos:inScheme lexvo: ;
    skos:notation "pbl"^^xsd:string ;
    skos:prefLabel "Mak"@en .

<http://lexvo.org/id/iso639-3/pbo> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "pbo"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Papel_language>,
        <http://www.mpii.de/yago/resource/Papel_language> ;
    skos:altLabel "Papel language"@en ;
    skos:definition "Papel (Pepel, Papei), or Oium (Moium), is a Bak language of Guinea-Bissau."@en ;
    skos:inScheme lexvo: ;
    skos:notation "pbo"^^xsd:string ;
    skos:prefLabel "Papeleg"@br,
        "Pepel"@de,
        "Papel"@en,
        "Papel"@fr,
        "Papel jezik"@hr,
        "Lenga Papel"@pms .

<http://lexvo.org/id/iso639-3/pbp> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "pbp"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Badyara_language>,
        <http://www.mpii.de/yago/resource/Badyara_language> ;
    skos:altLabel "Badyara language"@en ;
    skos:definition "Badyara is a Senegambian language of Guinea and Guinea-Bissau."@en ;
    skos:inScheme lexvo: ;
    skos:notation "pbp"^^xsd:string ;
    skos:prefLabel "Badjareg"@br,
        "Badyara"@de,
        "Badyara"@en,
        "Badiaranké"@fr,
        "Badyara jezik"@hr,
        "바디아라어"@ko,
        "Lenga Badyara"@pms .

<http://lexvo.org/id/iso639-3/pbs> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "pbs"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/cent2145> ;
    skos:altLabel "Pame, Central"@en ;
    skos:inScheme lexvo: ;
    skos:notation "pbs"^^xsd:string ;
    skos:prefLabel "Central Pame"@en .

<http://lexvo.org/id/iso639-3/pbv> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "pbv"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Pnar_language>,
        <http://www.mpii.de/yago/resource/Pnar_language> ;
    skos:altLabel "Pnar language"@en ;
    skos:definition "Pnar (also known as Jaintia or Synteng ) is an Austro-Asiatic language spoken in India and Bangladesh."@en ;
    skos:inScheme lexvo: ;
    skos:notation "pbv"^^xsd:string ;
    skos:prefLabel "Pnar"@en .

<http://lexvo.org/id/iso639-3/pby> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "pby"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Pyu_language_(Papua_New_Guinea)>,
        <http://www.mpii.de/yago/resource/Pyu_language_(Papua_New_Guinea)> ;
    skos:altLabel "Pyu language"@en ;
    skos:definition "Pyu is a language isolate spoken in Papua New Guinea. It has been suggested that Pyu belongs to the Kwomtari–Baibai family, but the evidence has never been published. (See Kwomtari–Baibai.) As of 2000, the language had about 100 speakers."@en ;
    skos:inScheme lexvo: ;
    skos:notation "pby"^^xsd:string ;
    skos:prefLabel "Pyu"@en,
        "Język pyu"@pl,
        "Пью"@ru .

<http://lexvo.org/id/iso639-3/pcb> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "pcb"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Pear_language>,
        <http://www.mpii.de/yago/resource/Pear_language> ;
    skos:altLabel "Pear language"@en ;
    skos:definition "Pear is an endangered Mon-Khmer language of Cambodia. \"Pear\" is a pejorative term for the historical slave caste of the Khmer, but nonetheless is the usual term in the literature."@en ;
    skos:inScheme lexvo: ;
    skos:notation "pcb"^^xsd:string ;
    skos:prefLabel "Pear"@en .

<http://lexvo.org/id/iso639-3/pcd> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "pcd"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Picard_language>,
        <http://www.mpii.de/yago/resource/Picard_language> ;
    skos:altLabel "Picard language"@en ;
    skos:definition "Picard is a language (or a set of languages) closely related to French, and as such is one of the larger group of Romance languages. It is spoken in two regions in the far north of France &ndash; Nord-Pas-de-Calais and Picardy &ndash; and in parts of the Belgian region of Wallonia, the district of Tournai (Wallonie Picarde) and a part of the district of Mons (toward Tournai and the Belgian border)."@en ;
    skos:inScheme lexvo: ;
    skos:notation "pcd"^^xsd:string ;
    skos:prefLabel "Pikardies"@af,
        "Idioma picardo"@an,
        "Пикардски език"@bg,
        "Pikardeg"@br,
        "Picard"@ca,
        "Picardische Sprache"@de,
        "Picard"@en,
        "Pikarda franca dialekto"@eo,
        "Picardo"@es,
        "Pikardiera"@eu,
        "زبان پیکاردی"@fa,
        "Picard"@fr,
        "Pecârd"@frp,
        "Lingua picarda"@gl,
        "Pikardische Sprache"@gsw-FR,
        "Picardish"@gv,
        "Pikardijski jezik"@hr,
        "Bahasa Picard"@id,
        "Lingua piccarda"@it,
        "ピカルディ語"@ja,
        "Pikardesch"@ksh,
        "Lingua Picardica"@la,
        "Picardisch"@li,
        "Lingua piccarda"@lmo,
        "Pikardų kalba"@lt,
        "Pėkardu kalba"@lt-x,
        "Picardsch"@nds,
        "Picardisch"@nl,
        "Pikardisk"@no,
        "Picard"@oc,
        "Picard"@pcd,
        "Język pikardyjski"@pl,
        "پکارڈ"@pnb,
        "Língua picarda"@pt,
        "Limba picardă"@ro,
        "Пикардский язык"@ru,
        "Picard leid"@sco,
        "Pikardiska"@sv,
        "பிக்கார்து மொழி"@ta,
        "Picard dili"@tr,
        "Пікардійська мова"@uk,
        "Picardisch"@vls,
        "Picård"@wa .

<http://lexvo.org/id/iso639-3/pcg> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "pcg"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Paniya_language>,
        <http://www.mpii.de/yago/resource/Paniya_language> ;
    skos:altLabel "Paniya language"@en ;
    skos:definition "Paniya is one of the languages of India. It is a language of the scheduled tribes with a majority of its speakers in the state of Kerala. It is also called as Pania, Paniyan and Panyah. It belongs to the Dravidian family of languages. According to the 1981 Census, there were 63,827 speakers of Paniya which includes 56,952 in Kerala, 6,393 in Tamil Nadu, 482 in Karnataka. Most of its speakers are found in the Wayanad, Kozhikode, Kannur and Malappuram districts of Kerala, and to the west of the Nilgiri Hills in Tamil Nadu."@en ;
    skos:inScheme lexvo: ;
    skos:notation "pcg"^^xsd:string ;
    skos:prefLabel "Paniya"@en,
        "பனியா மொழி"@ta .

<http://lexvo.org/id/iso639-3/pch> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "pch"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Pardhan_language>,
        <http://www.mpii.de/yago/resource/Pardhan_language> ;
    skos:altLabel "Pardhan language"@en ;
    skos:definition "Pardhan (or Pradhan) is a South-Central Dravidian language spoken in India, mostly in Andhra Pradesh, Adilbad District; Madhya Pradesh, Seoni, Mandla, Chhindawara, Hoshangabad, Betul, Balaghat, Jabalpur districts; Chhattisgarh, Raipur, Bilaspur districts; Maharashtra, Bhandara, Garhchiroli, Nagpur, Wardha, and Yavatmal districts. It is written in the Indic alphabet. Approximately 117,000 people speak this language. It is ranked 1101 in Ethnologue's ranking system."@en ;
    skos:inScheme lexvo: ;
    skos:notation "pch"^^xsd:string ;
    skos:prefLabel "Pardhan"@en,
        "பர்தான் மொழி"@ta .

<http://lexvo.org/id/iso639-3/pcj> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "pcj"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Parengi_language>,
        <http://www.mpii.de/yago/resource/Parengi_language> ;
    skos:altLabel "Parengi language"@en ;
    skos:definition "Parengi, or Gorum, is a minor Munda language of India. Speakers are shifting to Oriya."@en ;
    skos:inScheme lexvo: ;
    skos:notation "pcj"^^xsd:string ;
    skos:prefLabel "Parenga"@en .

<http://lexvo.org/id/iso639-3/pcm> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "pcm"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Nigerian_Pidgin>,
        <http://www.mpii.de/yago/resource/Nigerian_Pidgin> ;
    skos:altLabel "Pidgin, Nigerian"@en ;
    skos:definition "Nigerian Pidgin is an English-based pidgin and a creole language spoken as a lingua franca across Nigeria. The language is commonly referred to as \"Pidgin\" or \"Brokin\". It is often not considered a creole language since most speakers are not native speakers, although many children do learn it early. Nonetheless it can be spoken as a pidgin, a creole, or a decreolised acrolect by different speakers, who may switch between these forms depending on the social setting. Faraclas, Nicholas C., Nigerian Pidgin, Descriptive Grammar, 1996, Introduction. Ihemere (2006) reports that Nigerian Pidgin is the native language of approximately 3 to 5 million people and is a second language for at least another 75 million. Variations of Pidgin are also spoken across West Africa, in countries such as Equatorial Guinea and Cameroon. Pidgin English, despite its common use throughout the country, has no official status."@en ;
    skos:inScheme lexvo: ;
    skos:notation "pcm"^^xsd:string ;
    skos:prefLabel "Nigerianisches Pidgin"@de,
        "Nigerian Pidgin"@en,
        "Pidżyn nigeryjski"@pl,
        "Lenga pidgin nigerian-a"@pms .

<http://lexvo.org/id/iso639-3/pcp> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "pcp"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Pacahuara_language>,
        <http://www.mpii.de/yago/resource/Pacahuara_language> ;
    skos:altLabel "Pacahuara language"@en ;
    skos:definition "Pacahuara (Pacawara) is a nearly extinct Panoan language spoken by only 17 of 18 Pacahuara people. The Pacahuara have been located to northwest of Magdalena, Beni, Bolivia and to Nueva Esperanza municipality, of Federico Román Province in Pando. The Pacahuara are fully integrated with the Chácobo. Pacahuara, like 35 other indigenous languages, is recognized as an official language by the 2009 Bolivian Constitution."@en ;
    skos:inScheme lexvo: ;
    skos:notation "pcp"^^xsd:string ;
    skos:prefLabel "Pacahuara"@en,
        "Idioma pacahuara"@es,
        "Pacahuara"@fr,
        "Пакауара"@ru .

<http://lexvo.org/id/iso639-3/pcw> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "pcw"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Pyapun_language>,
        <http://www.mpii.de/yago/resource/Pyapun_language> ;
    skos:altLabel "Pyapun language"@en ;
    skos:definition "Pyapun is an Afro-Asiatic language spoken in Plateau State, Nigeria."@en ;
    skos:inScheme lexvo: ;
    skos:notation "pcw"^^xsd:string ;
    skos:prefLabel "Pyapun"@en,
        "Lenga Pyapun"@pms .

<http://lexvo.org/id/iso639-3/pdo> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "pdo"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/pado1242> ;
    skos:inScheme lexvo: ;
    skos:notation "pdo"^^xsd:string ;
    skos:prefLabel "Padoe"@en .

<http://lexvo.org/id/iso639-3/pdt> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "pdt"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Plautdietsch_language>,
        <http://www.mpii.de/yago/resource/Plautdietsch_language> ;
    skos:altLabel "Plautdietsch language"@en ;
    skos:definition "Plautdietsch, or Mennonite Low German, was originally a Low Prussian variety of East Low German, with Dutch influence, that developed in the 16th and 17th centuries in the Vistula delta area of Royal Prussia, today Polish territory. The word is another pronunciation of Plattdeutsch, or Low German. Plaut is the same word as German platt or Dutch plat, meaning flat or low but formerly meaning intelligible, and the name Dietsch corresponds etymologically to Dutch Duits and German Deutsch (both meaning \"German\"), which originally meant ordinary language, language of the people in all the continental West Germanic languages."@en ;
    skos:inScheme lexvo: ;
    skos:notation "pdt"^^xsd:string ;
    skos:prefLabel "Alamaneg ar Venonited"@br,
        "Plautdietsch"@ca,
        "Plautdietsch"@cs,
        "Plautdietsch"@de,
        "Plautdietsch"@en,
        "Plautdietsch"@es,
        "پلاودیتش"@fa,
        "Minnistedútsk"@fy,
        "Plautdietsch"@hr,
        "Plautdietsch"@nds,
        "Plautdietsch"@nl,
        "Plautdietsch"@no,
        "Plautdietsch"@pl,
        "Lenga plautdietsch"@pms,
        "Plawtich"@qu,
        "Немецко-платский диалект"@ru,
        "門諾低地德語"@zh .

<http://lexvo.org/id/iso639-3/pdu> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "pdu"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Padaung_language>,
        <http://www.mpii.de/yago/resource/Padaung_language> ;
    skos:altLabel "Padaung language"@en ;
    skos:definition "Padaung or Padaung Karen, also known as Kayan, is a Karen language of Burma."@en ;
    skos:inScheme lexvo: ;
    skos:notation "pdu"^^xsd:string ;
    skos:prefLabel "Kayan"@en .

<http://lexvo.org/id/iso639-3/pef> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "pef"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Northeastern_Pomo_language>,
        <http://www.mpii.de/yago/resource/Northeastern_Pomo_language> ;
    skos:altLabel "Northeastern Pomo language"@en,
        "Pomo, Northeastern"@en ;
    skos:definition "Northeastern Pomo, also known as Salt Pomo, is a Pomoan language of Northern California. There are no living fluent speakers. It was spoken along Story Creek, a tributary of the Sacramento River."@en ;
    skos:inScheme lexvo: ;
    skos:notation "pef"^^xsd:string ;
    skos:prefLabel "Northeastern Pomo"@en,
        "Pomo du Nord-Est"@fr .

<http://lexvo.org/id/iso639-3/pem> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "pem"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Pende_language>,
        <http://www.mpii.de/yago/resource/Pende_language> ;
    skos:altLabel "Pende language"@en ;
    skos:definition "Pende (Phende) is a Bantu language of the Congo."@en ;
    skos:inScheme lexvo: ;
    skos:notation "pem"^^xsd:string ;
    skos:prefLabel "Phende"@en .

<http://lexvo.org/id/iso639-3/peq> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "peq"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Southern_Pomo_language>,
        <http://www.mpii.de/yago/resource/Southern_Pomo_language> ;
    skos:altLabel "Pomo, Southern"@en,
        "Southern Pomo language"@en ;
    skos:definition "Southern Pomo is one of seven mutually unintelligible Pomoan languages which were formerly spoken by the Pomo people in Northern California along the Russian River and Clear Lake. The Pomo languages have been grouped together with other so-called Hokan languages. Southern Pomo is unique among the Pomo languages in preserving, perhaps, the greatest number of syllables inherited from Proto-Pomo (the proto-language from which all seven Pomo languages descend)."@en ;
    skos:inScheme lexvo: ;
    skos:notation "peq"^^xsd:string ;
    skos:prefLabel "Southern Pomo"@en,
        "Pomo du Sud"@fr,
        "Lenga pomo meridional"@pms .

<http://lexvo.org/id/iso639-3/pes> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "pes"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/west2369> ;
    skos:altLabel "Persian, Iranian"@en ;
    skos:inScheme lexvo: ;
    skos:notation "pes"^^xsd:string ;
    skos:prefLabel "Iranian Persian"@en .

<http://lexvo.org/id/iso639-3/pev> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "pev"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/P%C3%A9mono_language>,
        <http://www.mpii.de/yago/resource/P%C3%A9mono_language> ;
    skos:altLabel "Pémono language"@en ;
    skos:definition "Pémono is a Cariban language that was spoken by only an eighty-year-old woman when discovered in 1998 in Venezuela. The ethnic population now speaks Spanish. Pémono may already be extinct."@en ;
    skos:inScheme lexvo: ;
    skos:notation "pev"^^xsd:string ;
    skos:prefLabel "Pémono"@en,
        "Pemonoa lingvo"@eo,
        "Idioma pémono"@es,
        "Pémono jezik"@hr .

<http://lexvo.org/id/iso639-3/pex> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "pex"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Petats_language>,
        <http://www.mpii.de/yago/resource/Petats_language> ;
    skos:altLabel "Petats language"@en ;
    skos:definition "Petats is an Austronesian language spoken by a few thousand persons in Papua New Guinea. Its Ethnologue page mentions the dialects Hitau-Pororan, Matsungan and Sumoun."@en ;
    skos:inScheme lexvo: ;
    skos:notation "pex"^^xsd:string ;
    skos:prefLabel "Petats"@en,
        "Petats"@fr .

<http://lexvo.org/id/iso639-3/pey> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "pey"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Petjo_language>,
        <http://www.mpii.de/yago/resource/Petjo_language> ;
    skos:altLabel "Petjo language"@en ;
    skos:definition "Petjo, also known as Petjoh, Petjok, Pecok, is a Dutch-based creole language that originated among the Indos, people of mixed Dutch and Indonesian ancestry in the former Dutch East Indies. The language has influences from Dutch, Javanese and Betawi. Its speakers presently live mostly in Indonesia and the Netherlands. The language is expected to become extinct by the end of the 21st century."@en ;
    skos:inScheme lexvo: ;
    skos:notation "pey"^^xsd:string ;
    skos:prefLabel "Petjo"@en,
        "Petjo"@fr,
        "Bahasa Pecok"@id,
        "Petjo"@it,
        "Bahasa Pecok"@ms,
        "Petjo"@nl,
        "Petjo"@no .

<http://lexvo.org/id/iso639-3/pfe> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "pfe"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Peere_language>,
        <http://www.mpii.de/yago/resource/Peere_language> ;
    skos:altLabel "Peere language"@en ;
    skos:definition "Peere (Kutin) is a member of the Duru branch of Savanna languages. Most Nigerian speakers moved to Cameroon when the Gashaka-Gumti National Park was established."@en ;
    skos:inScheme lexvo: ;
    skos:notation "pfe"^^xsd:string ;
    skos:prefLabel "Peere"@de,
        "Peere"@en,
        "Lenga Peere"@pms,
        "Kipeere"@sw .

<http://lexvo.org/id/iso639-3/pfl> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "pfl"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Palatinate_German>,
        <http://www.mpii.de/yago/resource/Palatinate_German> ;
    skos:altLabel "Palatinate German"@en ;
    skos:definition "Palatine German (Pfälzisch/Pälzisch or Pfaelzisch/Paelzisch) is a West Franconian dialect of German which is spoken in the Rhine Valley roughly in an area between the cities of Zweibrücken, Kaiserslautern, Alzey, Worms, Ludwigshafen am Rhein, Mannheim, Heidelberg, Speyer, Landau, Wörth am Rhein and the border to the Alsace region in France but also beyond. Pennsylvania German, or Pennsylvania Dutch is descended primarily from the Palatine German dialects spoken by Germans who immigrated to North America from the seventeenth to the nineteenth centuries and who chose to maintain their native language. Danube Swabians in Croatia and Serbia also use many elements of it. Normally, one distinguishes the Pfälzisch spoken in the western part of the Palatinate (Westpfälzisch) and the Pfälzisch spoken in the eastern part of the Palatinate (Vorderpfälzisch)."@en ;
    skos:inScheme lexvo: ;
    skos:notation "pfl"^^xsd:string ;
    skos:prefLabel "Pfälzisch"@ca,
        "Falčtina"@cs,
        "Pfälzische Dialekte"@de,
        "Pfaelzisch"@en,
        "Palatinata germana lingvo"@eo,
        "Palatin"@fr,
        "Falački jezik"@hr,
        "Pfalzi nyelv"@hu,
        "Tedesco palatino"@it,
        "プファルツ語"@ja,
        "Pällzisch"@ksh,
        "Pfalco vokiečių tarmė"@lt,
        "Pälzisch"@nds,
        "Paltsisch"@nl,
        "Pälzisch"@pdc,
        "Pälzisch"@pfl,
        "Gwary palatynackie"@pl,
        "Lenga pfaelzisch"@pms,
        "Paltsersk"@stq .

<http://lexvo.org/id/iso639-3/pga> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "pga"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Juba_Arabic>,
        <http://www.mpii.de/yago/resource/Juba_Arabic> ;
    skos:altLabel "Creole Arabic, Sudanese"@en,
        "Sudanese Creole Arabic"@en ;
    skos:definition "Juba Arabic is a lingua franca spoken mainly in Equatoria Province in South Sudan, and derives its name from the town of Juba, South Sudan. It is also spoken among communities of people from South Sudan living in towns in Sudan. The pidgin developed in the 19th century, among descendants of Sudanese soldiers, many of whom were forcibly recruited from southern Sudan. Residents of other large towns in South Sudan, notably Malakal and Wau, do not generally speak Juba Arabic, tending towards the use of Arabic closer to Sudanese Arabic, in addition to local languages."@en ;
    skos:inScheme lexvo: ;
    skos:notation "pga"^^xsd:string ;
    skos:prefLabel "عربية جوبا"@ar,
        "Dschuba-Arabisch"@de,
        "Juba Arabic"@en,
        "Árabe Juba"@es,
        "Arabe de Djouba"@fr,
        "Bahasa Arab Juba"@id,
        "Јужносудански арапски пиџин"@sr,
        "Tiếng Ả Rập Juba"@vi .

<http://lexvo.org/id/iso639-3/pgi> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "pgi"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Pagi_language>,
        <http://www.mpii.de/yago/resource/Pagi_language> ;
    skos:altLabel "Pagi language"@en ;
    skos:definition "Pagi or Bembi is a Papuan language spoken by about 2,000 in five villages in Sandaun Province, Papua New Guinea, near the border with Indonesian Papua."@en ;
    skos:inScheme lexvo: ;
    skos:notation "pgi"^^xsd:string ;
    skos:prefLabel "Pagi"@en .

<http://lexvo.org/id/iso639-3/pgk> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "pgk"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Rerep_language>,
        <http://www.mpii.de/yago/resource/Rerep_language> ;
    skos:altLabel "Rerep language"@en ;
    skos:definition "The Rerep language is one of the great many languages of the Malekula Coast group spoken in Vanuatu. In 1983 it had 375 speakers out of an ethnic population of 580. Portions of the Bible were translated into Rerep between 1892 and 1913."@en ;
    skos:inScheme lexvo: ;
    skos:notation "pgk"^^xsd:string ;
    skos:prefLabel "Rerep"@en,
        "Rerep"@fr .

<http://lexvo.org/id/iso639-3/pgl> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "pgl"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Primitive_Irish>,
        <http://www.mpii.de/yago/resource/Primitive_Irish> ;
    skos:altLabel "Irish, Primitive"@en ;
    skos:definition "Primitive Irish or Archaic Irish is the oldest known form of the Goidelic languages. It is known only from fragments, mostly personal names, inscribed on stone in the ogham alphabet in Ireland and western Great Britain from around the 4th century to 7th or 8th century."@en ;
    skos:inScheme lexvo: ;
    skos:notation "pgl"^^xsd:string ;
    skos:prefLabel "Primitive Irish"@en,
        "Idioma paleoirlandés"@es,
        "Lingua paleoirlandesa"@gl,
        "Примитивен ирски јазик"@mk,
        "原始愛爾蘭語"@zh .

<http://lexvo.org/id/iso639-3/pgu> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "pgu"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/pagu1249> ;
    skos:inScheme lexvo: ;
    skos:notation "pgu"^^xsd:string ;
    skos:prefLabel "Pagu"@en .

<http://lexvo.org/id/iso639-3/pha> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "pha"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Pa-Hng_language>,
        <http://www.mpii.de/yago/resource/Pa-Hng_language> ;
    skos:altLabel "Pa-Hng language"@en ;
    skos:definition "Pa-Hng (Pa-Hung) is a divergent Hmongic (Miao) language spoken in Guizhou, Guangxi, and Hunan in southern China as well as northern Vietnam."@en ;
    skos:inScheme lexvo: ;
    skos:notation "pha"^^xsd:string ;
    skos:prefLabel "Yezhoù paheungek"@br,
        "Pa-Hng"@en,
        "巴哼语"@zh .

<http://lexvo.org/id/iso639-3/phh> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "phh"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Phukha_language>,
        <http://www.mpii.de/yago/resource/Phukha_language> ;
    skos:altLabel "Phukha language"@en ;
    skos:definition "Phukha is one of the Loloish languages spoken by the Phula people of Vietnam and China."@en ;
    skos:inScheme lexvo: ;
    skos:notation "phh"^^xsd:string ;
    skos:prefLabel "Phukha"@en .

<http://lexvo.org/id/iso639-3/phl> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "phl"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Palula_language>,
        <http://www.mpii.de/yago/resource/Palula_language> ;
    skos:altLabel "Palula language"@en,
        "Phalura"@en ;
    skos:definition "Palula (also spelled Phalura, Palola, Phalulo), Ashreti, Aćharêtâʹ, or Dangarikwar (the name used by Khowar speakers), is a language spoken by approximately 10,000 people in the valleys of Ashret and Biori, as well as in the village Puri (also Purigal) in the Shishi valley, and at least by a portion of the population in the village Kalkatak, in the Chitral District of Khyber Pakhtunkhwa province of Pakistan. A related variety of this language is spoken in the village Sau in Afghanistan, and another closely related variety in the village Khalkot in Dir District. Palula is pronounced as /paaluulaá/, with three long vowels and a rising pitch on the final syllable."@en ;
    skos:inScheme lexvo: ;
    skos:notation "phl"^^xsd:string ;
    skos:prefLabel "Paloureg"@br,
        "Palula"@en,
        "Phaluran kieli"@fi,
        "Phalura"@fr,
        "Пхалура"@ru,
        "ภาษาปาลูลา"@th,
        "پھالولہ زبان"@ur .

<http://lexvo.org/id/iso639-3/phr> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "phr"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Potwari_language>,
        <http://www.mpii.de/yago/resource/Potwari_language> ;
    skos:altLabel "Potwari language"@en ;
    skos:definition "Potwari ( (Perso-Arabic), also known as Potohari ), is a rich dialect spoken in the Pothohar Plateau around Rawalpindi, Kahuta, Gujar Khan, Jehlum, up to Gujrat in the south and Chakwal in the West, Hazara in the north, Azad Kashmir (Pahari) in the east and also by Sikhs from the Pothohar region now living in India. It is considered a transitional dialect between Lahnda and Pahari, Hindko as well as Dogri. It is often referred to as Pahari-Potwari. Semi Dialects include Dhundi-Kairali, Chibhali, Mirpuri, Jhelumi, Pindiwali and Punchhi (Poonchi). Speakers of Pahari-Pothwari can understand spoken Punjabi, however the opposite is difficult in terms of comprehension. Pahari is translated as mountain in the Potwari language and its use is prevalent in Azad Jammu and Kashmir. There are slight variations in the vocabulary with regards to the Potwari speakers of the west on the Potohar plateau and the speakers on the east in the Pakistani-administered Azad Jammu and Kashmir."@en ;
    skos:inScheme lexvo: ;
    skos:notation "phr"^^xsd:string ;
    skos:prefLabel "بوتهواري"@ar,
        "Potwareg"@br,
        "Pahari-Potwari"@en,
        "Lingua Pothohari"@la,
        "پوٹھوہاری"@pnb,
        "پوٹھوہاری زبان"@ur .

<http://lexvo.org/id/iso639-3/pht> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "pht"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Phu_Thai_language>,
        <http://www.mpii.de/yago/resource/Phu_Thai_language> ;
    skos:altLabel "Phu Thai language"@en ;
    skos:definition "Phu Thai (Thai: Phasa Phuthai, ภาษาผู้ไท or ภูไท), also known as Phuu Thai, is the language of the Phutai people. It is a closely related language to the Tai Dam, and Tai Don, it is less well related to the Isan and the Lao languages."@en ;
    skos:inScheme lexvo: ;
    skos:notation "pht"^^xsd:string ;
    skos:prefLabel "Пхутайски език"@bg,
        "Phu Thai"@en,
        "ภาษาผู้ไท"@th .

<http://lexvo.org/id/iso639-3/phu> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "phu"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Phuan>,
        <http://www.mpii.de/yago/resource/Phuan> ;
    skos:definition "The Phuan (พวน), also known as Tai Phuan, Thai Puan or Lao Phuan, are a Theravada Buddhist Tai people spread out in small pockets over most of the northeastern Isan region with other groups scattered in central Thailand and Laos (Xieng Khouang Province). According to the Ethnologue Report, the Phuan number 204,704 and that is split fairly evenly between populations in Laos and Thailand. The language is closely related to other tribal Tai languages, such as the Thai Dam and the Thai Loei. Unlike other tribal Tai languages in the Isan region, the Phuan language is not losing ground to the standard Thai language or the local Isan/Lao trade language."@en ;
    skos:inScheme lexvo: ;
    skos:notation "phu"^^xsd:string ;
    skos:prefLabel "Phuan"@en,
        "Пхуанский язык"@ru,
        "ชาวไทพวน"@th .

<http://lexvo.org/id/iso639-3/pid> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "pid"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/piar1243> ;
    skos:inScheme lexvo: ;
    skos:notation "pid"^^xsd:string ;
    skos:prefLabel "Piaroa"@en .

<http://lexvo.org/id/iso639-3/pig> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "pig"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Pisabo_language>,
        <http://www.mpii.de/yago/resource/Pisabo_language> ;
    skos:altLabel "Pisabo language"@en ;
    skos:definition "Pisabo (also known as Pisagua and Pisahua) is a Panoan language spoken by approximately 600 people in Peru (as of 2000)."@en ;
    skos:inScheme lexvo: ;
    skos:notation "pig"^^xsd:string ;
    skos:prefLabel "Pisabo"@en,
        "Pisabo"@fr,
        "Lenga pisabo"@pms .

<http://lexvo.org/id/iso639-3/pih> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "pih"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Pitkern_language>,
        <http://www.lingvoj.org/lang/pih>,
        <http://www.mpii.de/yago/resource/Pitkern_language> ;
    skos:altLabel "Pitkern language"@en ;
    skos:definition "Pitkern (also Pitcairnese) is a creole language based on an 18th century dialect of English and Tahitian. It is a primary language of Pitcairn Island with fewer than 100 speakers worldwide. However, the closely related Norfuk language has a few thousand native speakers. Pitkern and Norfuk are unusual in that, although their home islands are located in the Pacific Ocean, they have been described as Atlantic creoles."@en ;
    skos:inScheme lexvo: ;
    skos:notation "pih"^^xsd:string ;
    skos:prefLabel "Pitcairnština"@cs,
        "Pitcairn-Englisch"@de,
        "Pitcairn-Norfolk"@en,
        "Pitkarna lingvo"@eo,
        "Pitcairnin kieli"@fi,
        "Pitcairnais"@fr,
        "Pitkernski jezik"@hr,
        "Lingua pitcairnese"@it,
        "ピトケアン語"@ja,
        "Pitcairnees"@nl,
        "Pitkairnsk"@no,
        "Pitkern"@pih,
        "Język pitkarnyjski"@pl,
        "Lenga pitcairn-norfolk"@pms,
        "Питкэрнский язык"@ru,
        "Pitkernski jezik"@sh,
        "Pitcairnčina"@sk,
        "Pitcairnesiska"@sv,
        "Pitkern"@tr,
        "Піткернська мова"@uk,
        "皮特肯語"@zh .

<http://lexvo.org/id/iso639-3/pij> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "pij"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Pijao_language>,
        <http://www.mpii.de/yago/resource/Pijao_language> ;
    skos:altLabel "Pijao language"@en ;
    skos:definition "Pijao (Piajao) is an unclassified indigenous American language that was spoken in the Magdalena River Valley in Colombia until the 1950s."@en ;
    skos:inScheme lexvo: ;
    skos:notation "pij"^^xsd:string ;
    skos:prefLabel "Pijao"@en,
        "Idioma pijao"@es .

<http://lexvo.org/id/iso639-3/pil> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "pil"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Yom_language>,
        <http://www.mpii.de/yago/resource/Yom_language> ;
    skos:altLabel "Yom language"@en ;
    skos:definition "Yom, or Pilapila, is a Gur language of Benin."@en ;
    skos:inScheme lexvo: ;
    skos:notation "pil"^^xsd:string ;
    skos:prefLabel "Yom"@de,
        "Yom"@en,
        "Yom jezik"@hr,
        "Lenga Yom"@pms,
        "Kiyom"@sw .

<http://lexvo.org/id/iso639-3/pir> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "pir"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/pira1254> ;
    skos:inScheme lexvo: ;
    skos:notation "pir"^^xsd:string ;
    skos:prefLabel "Piratapuyo"@en .

<http://lexvo.org/id/iso639-3/pis> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "pis"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Pijin_language>,
        <http://www.mpii.de/yago/resource/Pijin_language> ;
    skos:altLabel "Pijin language"@en ;
    skos:definition "Pijin (Solomons Pidgin or Neo-Solomonic) is also referred to as Kanaka and is a language spoken in the Solomon Islands. It is closely related to Tok Pisin of Papua New Guinea; Bislama of Vanuatu; and Torres Strait Creole of the Torres Strait, Queensland, Australia and is written in the Latin script."@en ;
    skos:inScheme lexvo: ;
    skos:notation "pis"^^xsd:string ;
    skos:prefLabel "Pijin"@de,
        "Pijin na Salomonach"@dsb,
        "Pijin"@en,
        "Pijin"@fi,
        "Pijin"@fr,
        "Pidźin na Salomonach"@hsb,
        "ピジン語"@ja,
        "Pijin"@ksh,
        "Język neosalomoński"@pl,
        "Lenga pijin"@pms,
        "Пиджин Соломоновых островов"@ru .

<http://lexvo.org/id/iso639-3/piw> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "piw"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Pimbwe_language>,
        <http://www.mpii.de/yago/resource/Pimbwe_language> ;
    skos:altLabel "Pimbwe language"@en ;
    skos:definition "The Pimbwe are an ethnic and linguistic group based in the Rukwa Region of western Tanzania. In 1987 the Pimbwe population was estimated to number 29,000 ."@en ;
    skos:inScheme lexvo: ;
    skos:notation "piw"^^xsd:string ;
    skos:prefLabel "Pimbwe"@en,
        "Pimbveoj"@eo,
        "Wapimbwe"@sw .

<http://lexvo.org/id/iso639-3/piy> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "piy"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Piya_language>,
        <http://www.mpii.de/yago/resource/Piya_language> ;
    skos:altLabel "Piya language"@en ;
    skos:definition "Piya-Kwonci (Piya, Pia) is a minor West Chadic language of Nigeria. The autonym for the people is Ambandi."@en ;
    skos:inScheme lexvo: ;
    skos:notation "piy"^^xsd:string ;
    skos:prefLabel "Piya-Kwonci"@en .

<http://lexvo.org/id/iso639-3/pka> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "pka"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Jain_Prakrit>,
        <http://www.mpii.de/yago/resource/Jain_Prakrit> ;
    skos:altLabel "Ardhamāgadhī Prākrit"@en,
        "Prākrit, Ardhamāgadhī"@en ;
    skos:definition "Jain Prakrit is a term loosely used for the language of the Jain Agamas (canonical texts). The books of Jainism were written in the popular vernacular dialects (as opposed to Sanskrit which was the classical standard of Brahmanism), and therefore encompass a number of related dialects. Chief among these is Ardha Magadhi, which due to its extensive use has also come to be identified as the definitive form of Prakrit. Other dialects include versions of Maharashtri and Sauraseni."@en ;
    skos:inScheme lexvo: ;
    skos:notation "pka"^^xsd:string ;
    skos:prefLabel "Ardhamagadhi"@de,
        "Jain Prakrit"@en,
        "Ardhamagadhi"@gsw-FR,
        "Jain prakrit"@no .

<http://lexvo.org/id/iso639-3/pkc> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "pkc"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Baekje_language>,
        <http://www.mpii.de/yago/resource/Baekje_language> ;
    skos:altLabel "Baekje language"@en ;
    skos:inScheme lexvo: ;
    skos:notation "pkc"^^xsd:string ;
    skos:prefLabel "Paekche"@en,
        "ภาษาแพกเจ"@th .

<http://lexvo.org/id/iso639-3/pkp> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "pkp"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Pukapukan_language>,
        <http://www.mpii.de/yago/resource/Pukapukan_language> ;
    skos:altLabel "Pukapukan language"@en ;
    skos:definition "Pukapukan is a Polynesian language that developed in isolation on the island of Pukapuka (Danger Island) in the northern group of the Cook Islands. As a \"Samoic Outlier\" language with strong links to western Polynesia, Pukapukan is not closely related to any other languages of the Cook Islands, but does manifest substantial borrowing from some East Polynesian source in antiquity. Recent research suggests that the languages of Pukapuka, Tokelau and Tuvalu group together as a cluster, and as such had significant influence on a number of the Polynesian Outliers, such as Tikopia and Anuta, Pileni (all in Solomon Islands) and Takuu (off Bougainville PNG)."@en ;
    skos:inScheme lexvo: ;
    skos:notation "pkp"^^xsd:string ;
    skos:prefLabel "Pukapukanische Sprache"@de,
        "Pukapuka"@en,
        "Idioma pukapukan"@es,
        "Pukapukan kieli"@fi,
        "Lingua pukapukana"@gl,
        "Pukapukiečių kalba"@lt,
        "Lenga Pukapuka"@pms,
        "Пукапука"@ru,
        "普卡普卡语"@zh .

<http://lexvo.org/id/iso639-3/pks> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "pks"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/paki1242> ;
    skos:inScheme lexvo: ;
    skos:notation "pks"^^xsd:string ;
    skos:prefLabel "Pakistan Sign Language"@en .

<http://lexvo.org/id/iso639-3/pld> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "pld"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Polari>,
        <http://www.mpii.de/yago/resource/Polari> ;
    skos:definition "Polari (or alternatively Parlare, Parlary, Palare, Palarie, Palari; from Italian , \"to talk\") is a form of cant slang used in Britain by actors, circus and fairground showmen, criminals, prostitutes, and the gay subculture. It was popularised in the 1960s by camp characters Julian and Sandy in the popular BBC radio show Round the Horne. There is some debate about its origins, but it can be traced back to at least the 19th century, and possibly the 16th century. There is a longstanding connection with Punch and Judy street puppet performers who traditionally used Polari to converse."@en ;
    skos:inScheme lexvo: ;
    skos:notation "pld"^^xsd:string ;
    skos:prefLabel "Polarieg"@br,
        "Polari"@de,
        "Polari"@en,
        "Polari"@es,
        "Polari"@pl .

<http://lexvo.org/id/iso639-3/ple> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ple"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Palu'e_language>,
        <http://www.mpii.de/yago/resource/Palu'e_language> ;
    skos:altLabel "Palu'e language"@en ;
    skos:definition "Palue (also spelled Palue and Paluqe; native name Lua) is a Malayo-Polynesian language spoken on Palue Island, Indonesia. It is part of a dialect cluster with Lio."@en ;
    skos:inScheme lexvo: ;
    skos:notation "ple"^^xsd:string ;
    skos:prefLabel "Palu'e"@en,
        "Palu'en kieli"@fi,
        "Palu'e"@fr,
        "Paluees"@nl,
        "Lenga Palu'e"@pms .

<http://lexvo.org/id/iso639-3/pln> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "pln"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Palenquero>,
        <http://www.mpii.de/yago/resource/Palenquero> ;
    skos:definition "Palenquero (also palenque) is a Spanish-based creole language spoken in Colombia. Palenquero is the only Spanish-based creole in Latin America. The ethnic group which speaks this Creole consists only of 3,000 people, . Palenquero is spoken in Colombia, in the village of San Basilio de Palenque which is southeast of Cartagena, and in some neighborhoods of Barranquilla."@en ;
    skos:inScheme lexvo: ;
    skos:notation "pln"^^xsd:string ;
    skos:prefLabel "Palenquero"@de,
        "Palenquero"@en,
        "Palenkero"@eo,
        "Criollo palenquero"@es,
        "Palenquero nyelv"@hu,
        "Palenquero"@it,
        "팔렌케로 크리올"@ko,
        "Lenga palenquero"@pms,
        "Palenquero"@pt,
        "Паленкеро"@ru .

<http://lexvo.org/id/iso639-3/plp> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "plp"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Palpa_language>,
        <http://www.mpii.de/yago/resource/Palpa_language> ;
    skos:altLabel "Palpa language"@en ;
    skos:definition "The Palpa language of Nepal is closely related to the Nepali language, and is sometimes considered a dialect of it. It has Kumauni influence, and has also been classified as a dialect of that language."@en ;
    skos:inScheme lexvo: ;
    skos:notation "plp"^^xsd:string ;
    skos:prefLabel "Palpa"@en .

<http://lexvo.org/id/iso639-3/plr> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "plr"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Palaka_language>,
        <http://www.mpii.de/yago/resource/Palaka_language> ;
    skos:altLabel "Palaka language"@en,
        "Senoufo, Palaka"@en ;
    skos:definition "Palaka (or Kpalaga) is a central Senufo language spoken by approximately 8 000 people in northern Côte d'Ivoire. It is bordered to the south by Djimini, a southern Senufo language, and to the west by Nyarafolo, another Senufo language. North and east of the Palaka area live Dioula people."@en ;
    skos:inScheme lexvo: ;
    skos:notation "plr"^^xsd:string ;
    skos:prefLabel "Palakeg"@br,
        "Palaka"@de,
        "Palaka Senoufo"@en,
        "Lenga Senoufo Palaka"@pms,
        "Кпалага"@ru .

<http://lexvo.org/id/iso639-3/ply> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ply"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Bolyu_language>,
        <http://www.mpii.de/yago/resource/Bolyu_language> ;
    skos:altLabel "Bolyu language"@en ;
    skos:definition "The Bolyu language (autonym: pɔ33 lju13; ; also known as Palyu or Lai 俫语) is an Austro-Asiatic language of the Pakanic branch (Sidwell 1995). In 1984, Bolyu was first studied by Liang Min of the Nationalities Research Institute in Beijing. Liang was the first to suggest the Mon–Khmer affiliation of Bolyu, which was later confirmed by Western linguists such as Paul K. Benedict, Paul Sidwell, and Jerold A. Edmondson."@en ;
    skos:inScheme lexvo: ;
    skos:notation "ply"^^xsd:string ;
    skos:prefLabel "Bolyu"@en .

<http://lexvo.org/id/iso639-3/pmb> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "pmb"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Pambia_language>,
        <http://www.mpii.de/yago/resource/Pambia_language> ;
    skos:altLabel "Pambia language"@en ;
    skos:definition "Pambia (Apambia) is an Ubangian language spoken in the northeast of the Democratic Republic of the Congo."@en ;
    skos:inScheme lexvo: ;
    skos:notation "pmb"^^xsd:string ;
    skos:prefLabel "Pambia"@de,
        "Pambia"@en,
        "Pambia jezik"@hr,
        "Lenga Pambia"@pms,
        "Kipambia"@sw .

<http://lexvo.org/id/iso639-3/pmd> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "pmd"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Pallanganmiddang_language>,
        <http://www.mpii.de/yago/resource/Pallanganmiddang_language> ;
    skos:altLabel "Pallanganmiddang language"@en ;
    skos:definition "The Pallanganmiddang (Balangamida) is an extinct language of Australia. It is not close to any other."@en ;
    skos:inScheme lexvo: ;
    skos:notation "pmd"^^xsd:string ;
    skos:prefLabel "Pallanganmiddang"@en .

<http://lexvo.org/id/iso639-3/pmf> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "pmf"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Pamona_language>,
        <http://www.mpii.de/yago/resource/Pamona_language> ;
    skos:altLabel "Pamona language"@en ;
    skos:definition "Pamona (also Poso or Baree) is a language spoken in Central and South Sulawesi, Indonesia. It is part of the northern group of the Kaili–Pamona languages."@en ;
    skos:inScheme lexvo: ;
    skos:notation "pmf"^^xsd:string ;
    skos:prefLabel "Pamona"@en,
        "Bahasa Pamona"@id .

<http://lexvo.org/id/iso639-3/pmh> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "pmh"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Maharashtri>,
        <http://www.mpii.de/yago/resource/Maharashtri> ;
    skos:altLabel "Māhārāṣṭri Prākrit"@en,
        "Prākrit, Māhārāṣṭri"@en ;
    skos:definition "Maharastri or Maharastri Prakrit, SIL: Mahārāṣṭri Prākrit (Marathi, Konkani: महाराष्ट्री प्राकृत), is a language of ancient and medieval India which is the ancestor of Marathi, Konkani, Sinhala and the Maldivian language as well. It is one of the many languages (often called dialects) of a complex called Prakrit, and the chief Dramatic Prakrit. Maharashtri was spoken for 1000 years (500 BC to 500 AD). It was used in numerous works of literature, and its literary use was made famous by the Sanskrit playwright Kālidāsa."@en ;
    skos:inScheme lexvo: ;
    skos:notation "pmh"^^xsd:string ;
    skos:prefLabel "Maharashtri"@ca,
        "Maharashtri"@en,
        "Māhārāṣṭri Prākrit"@hr,
        "महाराष्ट्री भाषा"@mr,
        "Maharashtri"@no,
        "Махараштри"@ru,
        "Maharashtri"@sv,
        "ภาษามหาราษฏรี"@th .

<http://lexvo.org/id/iso639-3/pml> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "pml"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Mediterranean_Lingua_Franca>,
        <http://www.mpii.de/yago/resource/Mediterranean_Lingua_Franca> ;
    skos:altLabel "Mediterranean Lingua Franca"@en ;
    skos:definition "The Mediterranean Lingua Franca or Sabir (\"know\") was a pidgin language used as a lingua franca in the Mediterranean Basin from the 11th to the 19th century."@en ;
    skos:inScheme lexvo: ;
    skos:notation "pml"^^xsd:string ;
    skos:prefLabel "Lingua franca"@ca,
        "Lingua Franca"@en,
        "Sabir"@es,
        "Lingua franca"@fr,
        "Lingua franca"@hu,
        "Lingua sabir"@ia,
        "Lingua franca mediterranea"@it,
        "Mediterraanse lingua franca"@nl,
        "Средиземноморский лингва-франка"@ru .

<http://lexvo.org/id/iso639-3/pmm> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "pmm"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Pol_language>,
        <http://www.mpii.de/yago/resource/Pol_language> ;
    skos:altLabel "Pol language"@en ;
    skos:definition "Pol is a Bantu language of Cameroon. Pol proper is spoken in central Cameroon; the Pomo and Kweso dialects are spoken in Congo and the CAR near the Cameroonian border."@en ;
    skos:inScheme lexvo: ;
    skos:notation "pmm"^^xsd:string ;
    skos:prefLabel "Pol"@de,
        "Pomo"@en,
        "Język pol"@pl,
        "Lenga Pol"@pms,
        "Kipol"@sw .

<http://lexvo.org/id/iso639-3/pmr> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "pmr"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Paynamar_language>,
        <http://www.mpii.de/yago/resource/Paynamar_language> ;
    skos:altLabel "Paynamar language"@en ;
    skos:definition "Paynamar is a divergent Madang language of the Adelbert Range of Papua New Guinea."@en ;
    skos:inScheme lexvo: ;
    skos:notation "pmr"^^xsd:string ;
    skos:prefLabel "Paynamar"@en .

<http://lexvo.org/id/iso639-3/pnb> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "pnb"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Western_Panjabi_language>,
        <http://www.mpii.de/yago/resource/Western_Panjabi_language> ;
    skos:altLabel "Panjabi, Western"@en,
        "Western Panjabi language"@en ;
    skos:definition "Western Panjabi (\"Punjabi\" ) is an Indo-Aryan language and is referred to specify the Punjabi language spoken and written in Punjab, Pakistan. Even though it is the mother tongue of the largest group of the people of Pakistan, the language has no official status nor is it used as medium of education at any level."@en ;
    skos:inScheme lexvo: ;
    skos:notation "pnb"^^xsd:string ;
    skos:prefLabel "Western Panjabi"@en,
        "زبان شاه مکهی پنجابی"@fa,
        "西パンジャーブ語"@ja,
        "Lingua Panjabica occidentalis"@la,
        "Język zachodniopendżabski"@pl,
        "Lenga panjabi ossidental"@pms,
        "شاہ مکھی پنجابی"@pnb,
        "Западный панджаби"@ru .

<http://lexvo.org/id/iso639-3/pnh> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "pnh"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Penrhyn_language>,
        <http://www.mpii.de/yago/resource/Penrhyn_language> ;
    skos:altLabel "Penrhyn language"@en ;
    skos:definition "The Penrhyn language is a Polynesian language spoken by about 600 people on Penrhyn Island and other islands of the Cook Islands. It is considered to be an endangered language."@en ;
    skos:inScheme lexvo: ;
    skos:notation "pnh"^^xsd:string ;
    skos:prefLabel "Penrhyn"@en,
        "Tongareva"@fr,
        "Tongarevski jezik"@hr,
        "Lenga Penrhyn"@nap,
        "Lenga Penrhyn"@pms .

<http://lexvo.org/id/iso639-3/pnk> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "pnk"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Pauna_language>,
        <http://www.mpii.de/yago/resource/Pauna_language> ;
    skos:altLabel "Pauna language"@en ;
    skos:definition "The Pauna language, Paunaka, is an almost unknown Arawakan language in South America. It is an extremely endangered language, which belongs to the southern branch of the Arawakan language family and it is spoken in the Bolivian area of the Chiquitanía, near Santa Cruz and north of the Chaco region. The suffix -ka is a plural morpheme of the Chiquitano language, but has been assimilated into Pauna."@en ;
    skos:inScheme lexvo: ;
    skos:notation "pnk"^^xsd:string ;
    skos:prefLabel "Paunaka"@de,
        "Paunaka"@en,
        "Idioma paunaka"@es .

<http://lexvo.org/id/iso639-3/pnn> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "pnn"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Hagahai_language>,
        <http://www.mpii.de/yago/resource/Hagahai_language> ;
    skos:altLabel "Hagahai language"@en ;
    skos:definition "Hagahai, also known as Pinai, is one of two languages of the Piawi family of New Guinea."@en ;
    skos:inScheme lexvo: ;
    skos:notation "pnn"^^xsd:string ;
    skos:prefLabel "Pinai-Hagahai"@en,
        "Pinai-Hagahai jezik"@hr .

<http://lexvo.org/id/iso639-3/pnt> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "pnt"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Pontic_Greek>,
        <http://www.lingvoj.org/lang/pnt>,
        <http://www.mpii.de/yago/resource/Pontic_Greek> ;
    skos:altLabel "Pontic Greek"@en ;
    skos:definition "Pontic Greek is a form of the Greek language originally spoken in the Pontus area on the southern shores of the Black Sea, northeastern Anatolia, Eastern Turkish/Caucasus province of Kars, southern Georgia, and today mainly in northern Greece. Its speakers are referred to as Pontic Greeks or Pontian Greeks, although many Greeks mistakenly refer to some Pontic Greek speakers from Georgia as Russo-Ponti."@en ;
    skos:inScheme lexvo: ;
    skos:notation "pnt"^^xsd:string ;
    skos:prefLabel "Ponties"@af,
        "Понтийски език"@bg,
        "Gresianeg Pontos"@br,
        "Pontische Sprache"@de,
        "Ποντιακή διάλεκτος"@el,
        "Pontic"@en,
        "Ponta greka lingvo"@eo,
        "Griego póntico"@es,
        "Grec pontique"@fr,
        "Pontoszi görög nyelv"@hu,
        "Bahasa Yunani Pontus"@id,
        "Lingua pontica"@it,
        "ギリシア語ポントス方言"@ja,
        "폰토스 그리스어"@ko,
        "Понтиски јазик"@mk,
        "Bahasa Yunani Pontus"@ms,
        "Pontisch"@nl,
        "Pontisk gresk"@no,
        "Język pontyjski"@pl,
        "Lenga pontica"@pms,
        "Ποντιακόν λαλίαν"@pnt,
        "Понтийский язык"@ru,
        "Pontčina"@sk,
        "Pontisk grekiska"@sv,
        "போந்திக்கு மொழி"@ta,
        "Pontus lehçesi"@tr,
        "Понтійська мова"@uk .

<http://lexvo.org/id/iso639-3/pnu> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "pnu"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Kiong_Nai_language>,
        <http://www.mpii.de/yago/resource/Kiong_Nai_language> ;
    skos:altLabel "Bunu, Jiongnai"@en,
        "Kiong Nai language"@en ;
    skos:definition "Kiong Nai ( Jiongnai) is a divergent Hmongic (Miao) language spoken in Dahua County, Guangxi, China. The speakers autonym is pronounced or ; kjɔŋ means mountain, while nai means people' (Meng 2001:1)."@en ;
    skos:inScheme lexvo: ;
    skos:notation "pnu"^^xsd:string ;
    skos:prefLabel "Jiongnai Bunu"@en .

<http://lexvo.org/id/iso639-3/pnx> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "pnx"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Phong-Kniang_language>,
        <http://www.mpii.de/yago/resource/Phong-Kniang_language> ;
    skos:altLabel "Phong-Kniang language"@en ;
    skos:definition "Phong Kniang is an Austro-Asiatic language of the Mon–Khmer family, spoken in Laos. Its nearest relatives are the fellow Xinh Mul tongues, the Khang language and Puoc language, both spoken in Vietnam. The number of speakers of Phong-Kniang is estimated at 1,000."@en ;
    skos:inScheme lexvo: ;
    skos:notation "pnx"^^xsd:string ;
    skos:prefLabel "Phong-Kniang"@en,
        "ภาษาพอง-เคนียง"@th .

<http://lexvo.org/id/iso639-3/pny> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "pny"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Pinyin_language>,
        <http://www.mpii.de/yago/resource/Pinyin_language> ;
    skos:altLabel "Pinyin language"@en ;
    skos:definition "Pinyin is a Bantoid language spoken by some 27,000 people in the Northwest Region of Cameroon."@en ;
    skos:inScheme lexvo: ;
    skos:notation "pny"^^xsd:string ;
    skos:prefLabel "Pinyin"@de,
        "Pinyin"@en,
        "Lenga Pinyin"@pms,
        "Kipinyin"@sw .

<http://lexvo.org/id/iso639-3/pnz> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "pnz"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Pana_language>,
        <http://www.mpii.de/yago/resource/Pana_language> ;
    skos:altLabel "Pana (Central African Republic)"@en,
        "Pana language"@en ;
    skos:definition "Pana is an Mbum language of the Central African Republic. A few thousand speak it in southern Chad and northern Cameroon. The dialect of Cameroon, Man (3,000 speakers) may be a separate language."@en ;
    skos:inScheme lexvo: ;
    skos:notation "pnz"^^xsd:string ;
    skos:prefLabel "Pana"@de,
        "Pana"@en,
        "Lenga Pana"@pms,
        "Kipana"@sw .

<http://lexvo.org/id/iso639-3/poe> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "poe"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/sanj1285> ;
    skos:altLabel "Popoloca, San Juan Atzingo"@en ;
    skos:inScheme lexvo: ;
    skos:notation "poe"^^xsd:string ;
    skos:prefLabel "San Juan Atzingo Popoloca"@en .

<http://lexvo.org/id/iso639-3/pof> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "pof"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Poke_language>,
        <http://www.mpii.de/yago/resource/Poke_language> ;
    skos:altLabel "Poke language"@en ;
    skos:definition "The Poke language (also called Puki, Tofoke, Topoke or Tovoke), is in the Kele language group of Bantu languages. It is spoken by the Topoke people of the Tshopo District, Isangi Territory, in the Democratic Republic of the Congo."@en ;
    skos:inScheme lexvo: ;
    skos:notation "pof"^^xsd:string ;
    skos:prefLabel "Poke"@en,
        "Kipoke"@sw .

<http://lexvo.org/id/iso639-3/pog> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "pog"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Potiguara_language>,
        <http://www.mpii.de/yago/resource/Potiguara_language> ;
    skos:altLabel "Potiguara language"@en ;
    skos:definition "Potiguara is an extinct Tupi language formerly used by the Potiguara people of Brazil."@en ;
    skos:inScheme lexvo: ;
    skos:notation "pog"^^xsd:string ;
    skos:prefLabel "Potigwareg"@br,
        "Potiguára"@en,
        "Idioma potiguara"@es,
        "Língua potiguara"@pt .

<http://lexvo.org/id/iso639-3/poh> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "poh"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Poqomchi'_language>,
        <http://www.mpii.de/yago/resource/Poqomchi'_language> ;
    skos:altLabel "Poqomchi' language"@en ;
    skos:definition "Poqomchi’ is a Mayan language spoken by the Poqomchi’ Maya of Guatemala, and is very closely related to Poqomam. Its two main dialects, eastern and western, were spoken by 90,000 or so people in the year 2000, in Purulhá, Baja Verapaz, and in the following municipalities of Alta Verapaz: Santa Cruz Verapaz, San Cristóbal Verapaz, Tactic, Tamahú and Tucurú. It is also the predominant language in the municipality of Chicamán (El Quiché), which borders Alta Verapaz."@en ;
    skos:inScheme lexvo: ;
    skos:notation "poh"^^xsd:string ;
    skos:prefLabel "Pocomchí-Sprache"@de,
        "Poqomchi'"@en,
        "Idioma poqomchí"@es,
        "Poqomchi'"@fr,
        "Покомчиски јазик"@mk,
        "Poqomchi'"@nl,
        "Pokomchi"@no,
        "Língua pocomchi"@pt,
        "Покомчи"@ru .

<http://lexvo.org/id/iso639-3/poq> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "poq"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Texistepec_Popoluca>,
        <http://www.mpii.de/yago/resource/Texistepec_Popoluca> ;
    skos:altLabel "Popoluca, Texistepec"@en ;
    skos:definition "Texistepec Popoluca also called Texistepec Zoque is a Mixe–Zoquean language of the Zoquean branch spoken by around 400 indigenous Popoluca people in and around the town of Texistepec in Southern Veracruz, Mexico."@en ;
    skos:inScheme lexvo: ;
    skos:notation "poq"^^xsd:string ;
    skos:prefLabel "Texistepec Popoluca"@en .

<http://lexvo.org/id/iso639-3/pox> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "pox"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Polabian_language>,
        <http://www.mpii.de/yago/resource/Polabian_language> ;
    skos:altLabel "Polabian language"@en ;
    skos:definition "The Polabian language is an extinct West Slavic language that was spoken by the Polabian Slavs in present-day North-Eastern Germany around the Elbe (Laba in Slavic) river, from which derives its name (\"po Labe\" - along the Elbe). It was spoken approximately until the mid-18th century, when it was superseded by German, in the areas of Mecklenburg-Vorpommern, central Brandenburg (Mittelmark) and eastern Saxony-Anhalt (Wittenberg), as well as in eastern parts of Lower Saxony (Wendland) and Schleswig-Holstein (Ostholstein and Lauenburg). In the south it bordered on the Sorbian languages area in Lusatia."@en ;
    skos:inScheme lexvo: ;
    skos:notation "pox"^^xsd:string ;
    skos:prefLabel "Polabies"@af,
        "Idioma polabo"@an,
        "Палабская мова"@be,
        "Палабская мова"@be-tarask,
        "Полабски език"@bg,
        "Polabeg"@br,
        "Polabština"@cs,
        "Полаб чĕлхи"@cv,
        "Polabische Sprache"@de,
        "Połobske rěcy"@dsb,
        "Polabian"@en,
        "Polaba lingvo"@eo,
        "Idioma polabo"@es,
        "Polabi"@fi,
        "Polabe"@fr,
        "An Pholáibis"@ga,
        "Polapski jezik"@hr,
        "Połobšćina"@hsb,
        "Lingua polaba"@it,
        "ポラーブ語"@ja,
        "პოლაბური ენა"@ka,
        "폴라비아어"@ko,
        "Zimanê polabî"@ku,
        "Lingua Polabica"@la,
        "Polabų kalba"@lt,
        "Полапски јазик"@mk,
        "Polabisch"@nl,
        "Język połabski"@pl,
        "Lenga Polabian"@pms,
        "Língua polábia"@pt,
        "Limba polabă"@ro,
        "Полабский язык"@ru,
        "Polapski jezik"@sh,
        "Polabčina"@sk,
        "Полапски језик"@sr,
        "Polabiska"@sv,
        "ภาษาโปลาเบียน"@th,
        "Полабська мова"@uk .

<http://lexvo.org/id/iso639-3/ppi> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ppi"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Paipai_language>,
        <http://www.mpii.de/yago/resource/Paipai_language> ;
    skos:altLabel "Paipai language"@en ;
    skos:definition "Paipai is the native language of the Paipai peoples. It is part of the Yuman language family. There are very few speakers left because most Paipai now live in Kumeyaay villages."@en ;
    skos:inScheme lexvo: ;
    skos:notation "ppi"^^xsd:string ;
    skos:prefLabel "Paipai"@en,
        "Idioma paipai"@es,
        "Paipai"@fr,
        "Akwa’ala jezik"@hr .

<http://lexvo.org/id/iso639-3/ppk> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ppk"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/umaa1242> ;
    skos:inScheme lexvo: ;
    skos:notation "ppk"^^xsd:string ;
    skos:prefLabel "Uma"@en .

<http://lexvo.org/id/iso639-3/ppt> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ppt"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Pa_language>,
        <http://www.mpii.de/yago/resource/Pa_language> ;
    skos:altLabel "Pa language"@en ;
    skos:definition "Pa, also known as Pare or Akium-Pare, is a Papuan language of Papua New Guinea."@en ;
    skos:inScheme lexvo: ;
    skos:notation "ppt"^^xsd:string ;
    skos:prefLabel "Pare"@en .

<http://lexvo.org/id/iso639-3/ppu> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ppu"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Papora-Hoanya_language>,
        <http://www.mpii.de/yago/resource/Papora-Hoanya_language> ;
    skos:altLabel "Papora-Hoanya language"@en ;
    skos:definition "The Sinicized Papora and Hoanya dialects constituted a Formosan language of Taiwan. They were spoken across the middle western side of the island, around Lishui, Chingshui, Shalu, and inland to Taichung."@en ;
    skos:inScheme lexvo: ;
    skos:notation "ppu"^^xsd:string ;
    skos:prefLabel "Papora"@en,
        "巴布拉語"@zh .

<http://lexvo.org/id/iso639-3/prc> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "prc"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Parachi_language>,
        <http://www.mpii.de/yago/resource/Parachi_language> ;
    skos:altLabel "Parachi language"@en ;
    skos:definition "The Parachi Language is a member of the Southeastern branch of the Eastern Iranian languages, but attempts to classify Parachi in the Northwestern Iranian languages have also been made. Parachi is spoken by some 600 individuals of the Paracha ethnic group in Afghanistan mainly in the upper part of Nijrab watershed (north of Kabul), out of a total ethnic Parachi population of some 5,000. It is related to the Ormuri language of Kaniguram in South Waziristan, Pakistan."@en ;
    skos:inScheme lexvo: ;
    skos:notation "prc"^^xsd:string ;
    skos:prefLabel "Parachi"@en,
        "زبان پراچی"@fa,
        "Paratšin kieli"@fi,
        "Parachi"@fr,
        "Parački jezik"@hr,
        "Lenga Parachi"@pms,
        "Парачи"@ru .

<http://lexvo.org/id/iso639-3/prh> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "prh"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Porohanon_language>,
        <http://www.mpii.de/yago/resource/Porohanon_language> ;
    skos:altLabel "Porohanon language"@en ;
    skos:definition "Porohanon is a Visayan language spoken in the Camotes Islands in the province of Cebu in the Philippines. Its closest relatives are Hiligaynon and Masbateño and is barely intelligible with Cebuano though it shares 87% of its vocabulary with it."@en ;
    skos:inScheme lexvo: ;
    skos:notation "prh"^^xsd:string ;
    skos:prefLabel "Porohanon"@en,
        "ภาษาโปโรฮานอน"@th .

<http://lexvo.org/id/iso639-3/pri> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "pri"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Paic%C3%AE_language>,
        <http://www.mpii.de/yago/resource/Paic%C3%AE_language> ;
    skos:altLabel "Paicî language"@en ;
    skos:definition "The Paicî language is the most widely spoken of the two dozen languages on the main island of New Caledonia. It is spoken in a band across the center of the island."@en ;
    skos:inScheme lexvo: ;
    skos:notation "pri"^^xsd:string ;
    skos:prefLabel "Paicî"@en,
        "Paicî"@fr .

<http://lexvo.org/id/iso639-3/prk> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "prk"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/para1301> ;
    skos:inScheme lexvo: ;
    skos:notation "prk"^^xsd:string ;
    skos:prefLabel "Parauk"@en .

<http://lexvo.org/id/iso639-3/prl> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "prl"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Peruvian_Sign_Language>,
        <http://www.mpii.de/yago/resource/Peruvian_Sign_Language> ;
    skos:definition "Peruvian Sign Language is the deaf sign language of Peru. It is used primarily outside the classroom."@en ;
    skos:inScheme lexvo: ;
    skos:notation "prl"^^xsd:string ;
    skos:prefLabel "Peruvian Sign Language"@en,
        "Lengua de señas peruana"@es,
        "Língua de sinais peruana"@pt .

<http://lexvo.org/id/iso639-3/prm> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "prm"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Porome_language>,
        <http://www.mpii.de/yago/resource/Porome_language> ;
    skos:altLabel "Porome language"@en ;
    skos:definition "The Porome or Kibiri language is a Papuan language of southern Papua New Guinea. It was classified as a language isolate by Stephen Wurm, but Malcolm Ross has linked it to the Kiwaian languages, possibly part of the Trans–New Guinea family. There are over a thousand speakers."@en ;
    skos:inScheme lexvo: ;
    skos:notation "prm"^^xsd:string ;
    skos:prefLabel "Kibirieg"@br,
        "Kibiri"@en,
        "Кибири"@ru .

<http://lexvo.org/id/iso639-3/prq> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "prq"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Peren%C3%A9_Ash%C3%A9ninka>,
        <http://www.mpii.de/yago/resource/Peren%C3%A9_Ash%C3%A9ninka> ;
    skos:altLabel "Perené Ashéninka"@en ;
    skos:definition "Ashéninka Perené or Ashéninca Perené is an indigenous American language of the Arawakan family spoken by natives in Perú's Upper Perené river, a tributary of the Pachitea river. This variety of Ashéninka is somewhat mutually comprehensibale with other Ashéninka languages. It is official in the area where it is the predominantly spoken language in line with the Peruvian constitution. There is 30% literacy and 55% literacy for second language Spanish speakers. The language has had grammar developed. The tongue is sometimes called Perené Campa; Campa is considered an offensive term. 30% have some proficiency in Spanish while 40% have intermediate to advanced knowledge."@en ;
    skos:inScheme lexvo: ;
    skos:notation "prq"^^xsd:string ;
    skos:prefLabel "Ashéninka Perené"@en,
        "Ashéninka Perené jezik"@hr,
        "Lenga ashéninka, perené"@pms .

<http://lexvo.org/id/iso639-3/prr> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "prr"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Pur%C3%AD_language>,
        <http://www.mpii.de/yago/resource/Pur%C3%AD_language> ;
    skos:altLabel "Purí language"@en ;
    skos:definition "Purí is an extinct language of eastern Brazil."@en ;
    skos:inScheme lexvo: ;
    skos:notation "prr"^^xsd:string ;
    skos:prefLabel "Puri"@en .

<http://lexvo.org/id/iso639-3/prx> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "prx"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/puri1258> ;
    skos:inScheme lexvo: ;
    skos:notation "prx"^^xsd:string ;
    skos:prefLabel "Purik"@en .

<http://lexvo.org/id/iso639-3/prz> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "prz"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Providence_Island_Sign_Language>,
        <http://www.mpii.de/yago/resource/Providence_Island_Sign_Language> ;
    skos:altLabel "Providence Island Sign Language"@en ;
    skos:definition "Providence Island Sign Language (also known as \"Providencia Sign Language\") is the sign language used by the deaf community on the small island community of Providence Island in the Western Caribbean, off the coast of Nicaragua but belonging to Colombia. The island is about and the total population is about 5000, of which a large number are deaf."@en ;
    skos:inScheme lexvo: ;
    skos:notation "prz"^^xsd:string ;
    skos:prefLabel "Providencia Sign Language"@en,
        "Lengua de señas de Providencia"@es,
        "Providencia-tegnspråk"@no,
        "Língua de Sinais da Providência"@pt .

<http://lexvo.org/id/iso639-3/psa> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "psa"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/asue1235> ;
    skos:altLabel "Awyu, Asue"@en ;
    skos:inScheme lexvo: ;
    skos:notation "psa"^^xsd:string ;
    skos:prefLabel "Asue Awyu"@en .

<http://lexvo.org/id/iso639-3/psc> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "psc"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Persian_Sign_Language>,
        <http://www.mpii.de/yago/resource/Persian_Sign_Language> ;
    skos:definition "Persian Sign Language is the sign language used by Deaf and hard-of-hearing people in Iran."@en ;
    skos:inScheme lexvo: ;
    skos:notation "psc"^^xsd:string ;
    skos:prefLabel "Persian Sign Language"@en .

<http://lexvo.org/id/iso639-3/pse> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "pse"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Bengkulu_language>,
        <http://www.mpii.de/yago/resource/Bengkulu_language> ;
    skos:altLabel "Bengkulu language"@en,
        "Malay, Central"@en ;
    skos:definition "Bengkulu (Besemah, Pesemah), or Central Malay, is a language spoken on Indonesian island of Sumatra, around the city of Bengkulu."@en ;
    skos:inScheme lexvo: ;
    skos:notation "pse"^^xsd:string ;
    skos:prefLabel "Central Malay"@en,
        "Lenga Bengkulu"@pms .

<http://lexvo.org/id/iso639-3/psg> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "psg"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Penang_Sign_Language>,
        <http://www.mpii.de/yago/resource/Penang_Sign_Language> ;
    skos:definition "Penang Sign Language was developed in Malaysia by deaf children, outside the classroom, when oralism was predominant. It is now mainly used by older people, although many younger people can understand it."@en ;
    skos:inScheme lexvo: ;
    skos:notation "psg"^^xsd:string ;
    skos:prefLabel "Penang Sign Language"@en,
        "Língua de sinais de Penang"@pt .

<http://lexvo.org/id/iso639-3/pso> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "pso"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Polish_Sign_Language>,
        <http://www.mpii.de/yago/resource/Polish_Sign_Language> ;
    skos:definition "Polish Sign Language (\"Polski Język Migowy\", PJM) is the language of the Deaf community in Poland. Its lexicon and grammar are distinct from the Polish language, although there is a manually coded version of Polish known as System Językowo-Migowy (SJM, or Signed Polish), which is often used by interpreters on television and by teachers in schools."@en ;
    skos:inScheme lexvo: ;
    skos:notation "pso"^^xsd:string ;
    skos:prefLabel "Polish Sign Language"@en,
        "Polski Język Migowy"@pl .

<http://lexvo.org/id/iso639-3/psp> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "psp"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Filipino_Sign_Language>,
        <http://www.mpii.de/yago/resource/Filipino_Sign_Language> ;
    skos:altLabel "Philippine Sign Language"@en ;
    skos:definition "Filipino Sign Language (FSL) or Philippine Sign Language, is a form of manual and visual communication that utilize hand gestures. FSL is used by deaf individuals, people unable to communicate verbally and people who are FSL interpreters"@en ;
    skos:inScheme lexvo: ;
    skos:notation "psp"^^xsd:string ;
    skos:prefLabel "Filipino Sign Language"@en,
        "Língua de Sinais Filipina"@pt,
        "Wikang pasenyas ng mga Pilipino"@tl .

<http://lexvo.org/id/iso639-3/pst> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "pst"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/cent1973> ;
    skos:altLabel "Pashto, Central"@en ;
    skos:inScheme lexvo: ;
    skos:notation "pst"^^xsd:string ;
    skos:prefLabel "Central Pashto"@en .

<http://lexvo.org/id/iso639-3/psu> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "psu"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Shauraseni_language>,
        <http://www.mpii.de/yago/resource/Shauraseni_language> ;
    skos:altLabel "Prākrit, Sauraseni"@en,
        "Shauraseni language"@en ;
    skos:definition "A Dramatic Prakrit, Shauraseni was the chief language used in drama in northern medieval India. Most of the material in this language originates from the 3rd to 10th centuries AD, though it was probably a spoken colloquial around the 5th century BC. Its descendants include the varieties of Hindi, the Central Zone of modern Indic or Hindi languages, the standard registers of Hindi-Urdu based on the Khariboli dialect, and the Punjabi language."@en ;
    skos:inScheme lexvo: ;
    skos:notation "psu"^^xsd:string ;
    skos:prefLabel "Sauraseni"@ca,
        "Sauraseni Prākrit"@en,
        "Sauraseni"@no,
        "Шаурасени"@ru .

<http://lexvo.org/id/iso639-3/psy> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "psy"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Piscataway_language>,
        <http://www.mpii.de/yago/resource/Piscataway_language> ;
    skos:altLabel "Piscataway language"@en ;
    skos:definition "Piscataway is an extinct Algonquian language formerly spoken by the Piscataway, a dominant chiefdom on the Western Shore of Chesapeake Bay, in present-day Maryland, United States. Piscataway, also known as Conoy (from the Iroquois ethnonym for the tribe), is considered a dialect of Nanticoke."@en ;
    skos:inScheme lexvo: ;
    skos:notation "psy"^^xsd:string ;
    skos:prefLabel "Piscataway"@en,
        "Lenga piscataway"@pms .

<http://lexvo.org/id/iso639-3/pth> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "pth"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Patax%C3%B3_language>,
        <http://www.mpii.de/yago/resource/Patax%C3%B3_language> ;
    skos:altLabel "Pataxó Hã-Ha-Hãe"@en ;
    skos:definition "Pataxó or Pataxó Hã-Ha-Hãe is an extinct native language of Brazil formally spoken by the Pataxó people of the Bahía region and Minas Gerais, Pôsto Paraguassu in Itabuna municipality. It is unclassified. The 2,950 individuals in the Pataxó tribe now speak Portuguese. Pataxó Hã-Ha-Hãe was also known as Patashó, Pataxi, and Pataxó-Hãhaãi."@en ;
    skos:inScheme lexvo: ;
    skos:notation "pth"^^xsd:string ;
    skos:prefLabel "Pataxó language"@en .

<http://lexvo.org/id/iso639-3/pto> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "pto"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Zo'%C3%A9_language>,
        <http://www.mpii.de/yago/resource/Zo'%C3%A9_language> ;
    skos:altLabel "Zo'é language"@en ;
    skos:definition "The Zoé language is spoken by the indigenous Zoé people of Pará, Brazil. It is similar to the Wayampi language."@en ;
    skos:inScheme lexvo: ;
    skos:notation "pto"^^xsd:string ;
    skos:prefLabel "Zo'é"@en .

<http://lexvo.org/id/iso639-3/ptp> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ptp"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/pate1247> ;
    skos:inScheme lexvo: ;
    skos:notation "ptp"^^xsd:string ;
    skos:prefLabel "Patep"@en .

<http://lexvo.org/id/iso639-3/ptu> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ptu"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/bamb1270> ;
    skos:inScheme lexvo: ;
    skos:notation "ptu"^^xsd:string ;
    skos:prefLabel "Bambam"@en .

<http://lexvo.org/id/iso639-3/ptw> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ptw"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Pentlatch_language>,
        <http://www.mpii.de/yago/resource/Pentlatch_language> ;
    skos:altLabel "Pentlatch language"@en ;
    skos:definition "The Pentlatch or Puntlatch or Puntledge language is a Salishan language that was spoken on Canada's Vancouver Island in a small area between Comox and Campbell River, British Columbia. Pentlatch became extinct in the 1940s. The name of this people and their language survives on the modern map as that of the Puntledge River."@en ;
    skos:inScheme lexvo: ;
    skos:notation "ptw"^^xsd:string ;
    skos:prefLabel "Pentlatch"@de,
        "Pentlatch"@en .

<http://lexvo.org/id/iso639-3/pug> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "pug"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Puguli_language>,
        <http://www.mpii.de/yago/resource/Puguli_language> ;
    skos:altLabel "Puguli language"@en ;
    skos:definition "Puguli or Phuie is the language of the Phuo people. It is spoken in Burkina Faso."@en ;
    skos:inScheme lexvo: ;
    skos:notation "pug"^^xsd:string ;
    skos:prefLabel "Phuie"@de,
        "Phuie"@en,
        "Lenga Phule"@pms .

<http://lexvo.org/id/iso639-3/pum> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "pum"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Puma_language>,
        <http://www.mpii.de/yago/resource/Puma_language> ;
    skos:altLabel "Puma language"@en ;
    skos:definition "Puma (Puma: पुमा Pumā) is a Kiranti language spoken by about 4,310 people (Central bureau of statistics report 2001) in Diplung, Mauwabote, Devisthan, Pauwasera and Chisapani Village Development Committees of Khotang district and in some areas of Udayapur district, Nepal."@en ;
    skos:inScheme lexvo: ;
    skos:notation "pum"^^xsd:string ;
    skos:prefLabel "Poumeg"@br,
        "Puma"@en,
        "Pumaish"@gv,
        "Пума"@ru,
        "ภาษาปูมา"@th .

<http://lexvo.org/id/iso639-3/puo> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "puo"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/puoc1238> ;
    skos:inScheme lexvo: ;
    skos:notation "puo"^^xsd:string ;
    skos:prefLabel "Puoc"@en .

<http://lexvo.org/id/iso639-3/pur> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "pur"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Purubora_language>,
        <http://www.mpii.de/yago/resource/Purubora_language> ;
    skos:altLabel "Purubora language"@en ;
    skos:definition "The Puruborá language of Brazil is one of the Tupian languages. It is also known as: Aurã, Cujubim, Burubora, Kuyubi, Migueleno, Miguelenho or Pumbora. Specifically it is spoken in the Brazilian state of Rondônia, in Costa Marques and around the headwaters of the Rio São Miguel tributary of the right bank of the Guaporé. It is nearly extinct, with only two native speakers left."@en ;
    skos:inScheme lexvo: ;
    skos:notation "pur"^^xsd:string ;
    skos:prefLabel "Puruborá"@en .

<http://lexvo.org/id/iso639-3/puu> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "puu"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Punu_language>,
        <http://www.mpii.de/yago/resource/Punu_language> ;
    skos:altLabel "Punu language"@en ;
    skos:definition "Punu is a Bantu language spoken in Gabon and the Republic of Congo. Irimba is classified as a dialect, but may be relexified from a non-Bantu source."@en ;
    skos:inScheme lexvo: ;
    skos:notation "puu"^^xsd:string ;
    skos:prefLabel "Punu"@de,
        "Punu"@en,
        "Punu jezik"@hr,
        "Język punu"@pl,
        "Lenga Punu"@pms,
        "Kipunu"@sw .

<http://lexvo.org/id/iso639-3/puw> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "puw"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/pulu1242> ;
    skos:inScheme lexvo: ;
    skos:notation "puw"^^xsd:string ;
    skos:prefLabel "Puluwatese"@en .

<http://lexvo.org/id/iso639-3/pwg> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "pwg"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/gapa1238> ;
    skos:inScheme lexvo: ;
    skos:notation "pwg"^^xsd:string ;
    skos:prefLabel "Gapapaiwa"@en .

<http://lexvo.org/id/iso639-3/pwo> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "pwo"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Panobo_language>,
        <http://www.mpii.de/yago/resource/Panobo_language> ;
    skos:altLabel "Karen, Pwo Western"@en,
        "Pwo Western Karen"@en ;
    skos:definition "Pánobo or Pano is a recently extinct Panoan language of Peru. Huariapano is sometimes considered a distinct language."@en ;
    skos:inScheme lexvo: ;
    skos:notation "pwo"^^xsd:string ;
    skos:prefLabel "Panobo language"@en .

<http://lexvo.org/id/iso639-3/pww> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "pww"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/pwon1235> ;
    skos:altLabel "Karen, Pwo Northern"@en ;
    skos:inScheme lexvo: ;
    skos:notation "pww"^^xsd:string ;
    skos:prefLabel "Pwo Northern Karen"@en .

<http://lexvo.org/id/iso639-3/pyu> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "pyu"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Puyuma_language>,
        <http://www.mpii.de/yago/resource/Puyuma_language> ;
    skos:altLabel "Puyuma language"@en ;
    skos:definition "The Puyuma language is the language of the Puyuma people, a tribe of indigenous people on Taiwan (see Taiwanese aborigines). It is a divergent Formosan language of the Austronesian family. Most speakers are older adults."@en ;
    skos:inScheme lexvo: ;
    skos:notation "pyu"^^xsd:string ;
    skos:prefLabel "Puyuma"@en,
        "Puyuma"@fr,
        "Pî-nàm-ngî"@hak,
        "Lingua Puyuma"@it,
        "Пујумски јазик"@mk,
        "Pyuma"@nl,
        "Lenga puyuma"@pms,
        "卑南語"@zh .

<http://lexvo.org/id/iso639-3/pyx> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "pyx"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Pyu_language_(Burma)>,
        <http://www.mpii.de/yago/resource/Pyu_language_(Burma)> ;
    skos:altLabel "Pyu (Myanmar)"@en,
        "Pyu language"@en ;
    skos:definition "The Pyu language (, ; also Tircul language) is an extinct Tibeto-Burman language, mainly spoken in present day central Burma (Myanmar) in the first millennium CE. It was the vernacular of the Pyu city-states which thrived between the second century BCE and the 9th century CE. Its usage declined, starting in the late 9th century when the Mranma (Burmans) of the Nanzhao Kingdom began to overtake the Pyu realm. The language was still in use, at least in royal inscriptions of the Pagan Empire, if not in popular vernacular, until the late 12th century. It became extinct in the 13th century, completing the rise of Burmese language, the language of the Pagan Empire, in Upper Burma, the former Pyu realm."@en ;
    skos:inScheme lexvo: ;
    skos:notation "pyx"^^xsd:string ;
    skos:prefLabel "Pyu"@de,
        "Pyu"@en,
        "Pyu"@hr,
        "ภาษาปยู"@th .

<http://lexvo.org/id/iso639-3/quf> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "quf"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Inkawasi-Ka%C3%B1aris_Quechua>,
        <http://www.mpii.de/yago/resource/Inkawasi-Ka%C3%B1aris_Quechua> ;
    skos:altLabel "Inkawasi-Kañaris Quechua"@en,
        "Quechua, Lambayeque"@en ;
    skos:definition "Inkawasi-Kañaris is a variety of Quechua spoken in the districts of Incahuasi and Cañaris, Ferreñafe in the Peruvian region of Lambayeque."@en ;
    skos:inScheme lexvo: ;
    skos:notation "quf"^^xsd:string ;
    skos:prefLabel "Inkawasi-Kañaris"@de,
        "Lambayeque Quechua"@en,
        "Incahuasi-Cañaris"@es,
        "Инкаваско-кањариски кечуански дијалект"@mk,
        "Lenga quechua, lambayeque"@pms,
        "Inkawasi-Kañaris"@qu .

<http://lexvo.org/id/iso639-3/qug> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "qug"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/chim1302> ;
    skos:altLabel "Quichua, Chimborazo Highland"@en ;
    skos:inScheme lexvo: ;
    skos:notation "qug"^^xsd:string ;
    skos:prefLabel "Chimborazo Highland Quichua"@en .

<http://lexvo.org/id/iso639-3/quk> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "quk"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Chachapoyas_Quechua>,
        <http://www.mpii.de/yago/resource/Chachapoyas_Quechua> ;
    skos:altLabel "Quechua, Chachapoyas"@en ;
    skos:definition "Chachapoyas Quechua is a variety of Quechua spoken in the provinces of Chachapoyas and Luya in the Peruvian region of Amazonas."@en ;
    skos:inScheme lexvo: ;
    skos:notation "quk"^^xsd:string ;
    skos:prefLabel "Chachapoyas-Quechua"@de,
        "Chachapoyas Quechua"@en,
        "Quechua chachapoyano"@es,
        "Чачапојаско-кечуански дијалект"@mk,
        "Lenga quechua, chachapoyas"@pms,
        "Chachapuya runashimi"@qu,
        "Чачапоясский кечуа"@ru .

<http://lexvo.org/id/iso639-3/qum> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "qum"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Sipakapense_language>,
        <http://www.mpii.de/yago/resource/Sipakapense_language> ;
    skos:altLabel "Sipakapense language"@en ;
    skos:definition "Sipakapense is a Mayan language, closely related to Kiche. It is spoken natively within indigenous Sipakapense communities, primarily based in the Guatemalan municipality of Sipacapa, department of San Marcos."@en ;
    skos:inScheme lexvo: ;
    skos:notation "qum"^^xsd:string ;
    skos:prefLabel "Sipakapensisch"@de,
        "Sipacapense"@en,
        "Idioma sipacapense"@es,
        "Sipakapense"@fr,
        "Sipakapiečių kalba"@lt,
        "Сипакапенсе јазик"@mk,
        "Sipakapense"@nl,
        "Sipakapansk"@no,
        "Língua sipacapense"@pt,
        "Сипакапенский язык"@ru .

<http://lexvo.org/id/iso639-3/qus> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "qus"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Santiago_del_Estero_Quichua>,
        <http://www.mpii.de/yago/resource/Santiago_del_Estero_Quichua> ;
    skos:altLabel "Quichua, Santiago del Estero"@en ;
    skos:definition "Santiago del Estero Quichua or Santiagueño Quichua (Santiagen Quichua) is an Amerindian language spoken by ca. 60,000 people (estimates vary widely) in Argentina. It is spoken in the province of Santiago del Estero. Long standing migration has also resulted in the presence of the language in other provinces of northeastern Argentina and in Buenos Aires."@en ;
    skos:inScheme lexvo: ;
    skos:notation "qus"^^xsd:string ;
    skos:prefLabel "Argentinisches Quechua"@de,
        "Santiago del Estero Quichua"@en,
        "Quichua santiagueño"@es,
        "Arhintinap runasimin"@qu,
        "Аргентинский кечуа"@ru .

<http://lexvo.org/id/iso639-3/quv> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "quv"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Sakapultek_language>,
        <http://www.mpii.de/yago/resource/Sakapultek_language> ;
    skos:altLabel "Sakapultek language"@en ;
    skos:definition "Sakapultek or Sacapulteco is a Mayan language very closely related to Kiche(Quiché). It is spoken by approximately 15,000 people in Sacapulas, El Quiché department and in Guatemala City."@en ;
    skos:inScheme lexvo: ;
    skos:notation "quv"^^xsd:string ;
    skos:prefLabel "Sakapultekisch"@de,
        "Sacapulteco"@en,
        "Idioma sacapulteco"@es,
        "Sakapulteko"@fr,
        "Sakapultekų kalba"@lt,
        "Сакапултечки јазик"@mk,
        "Sacapulteeks"@nl,
        "Sakapultekisk"@no,
        "Lenga sakapulteko"@pms,
        "Língua sacapulteca"@pt,
        "Сакапультекский язык"@ru .

<http://lexvo.org/id/iso639-3/qvh> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "qvh"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/huam1248> ;
    skos:altLabel "Quechua, Huamalíes-Dos de Mayo Huánuco"@en ;
    skos:inScheme lexvo: ;
    skos:notation "qvh"^^xsd:string ;
    skos:prefLabel "Huamalíes-Dos de Mayo Huánuco Quechua"@en .

<http://lexvo.org/id/iso639-3/qvi> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "qvi"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/imba1240> ;
    skos:altLabel "Quichua, Imbabura Highland"@en ;
    skos:inScheme lexvo: ;
    skos:notation "qvi"^^xsd:string ;
    skos:prefLabel "Imbabura Highland Quichua"@en .

<http://lexvo.org/id/iso639-3/qvn> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "qvn"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/nort2980> ;
    skos:altLabel "Quechua, North Junín"@en ;
    skos:inScheme lexvo: ;
    skos:notation "qvn"^^xsd:string ;
    skos:prefLabel "North Junín Quechua"@en .

<http://lexvo.org/id/iso639-3/qvp> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "qvp"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Pacaraos_Quechua>,
        <http://www.mpii.de/yago/resource/Pacaraos_Quechua> ;
    skos:altLabel "Quechua, Pacaraos"@en ;
    skos:definition "Pacaraos Quechua is a variety of Quechua spoken until the middle of the 20th century in the community of Pacaraos (Pacaraos District) in the Peruvian Lima Region in the Chancay valley up to 3000 m above sea level."@en ;
    skos:inScheme lexvo: ;
    skos:notation "qvp"^^xsd:string ;
    skos:prefLabel "Pacaraos-Quechua"@de,
        "Pacaraos Quechua"@en,
        "Quechua de Pacaraos"@es,
        "Пакараоско-кечуански дијалект"@mk,
        "Lenga quechua, pacaraos"@pms,
        "Pakaraw runasimi"@qu .

<http://lexvo.org/id/iso639-3/qvs> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "qvs"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Lamas_Quechua>,
        <http://www.mpii.de/yago/resource/Lamas_Quechua> ;
    skos:altLabel "Quechua, San Martín"@en,
        "San Martín Quechua"@en ;
    skos:definition "Lamas Quechua is a variety of Quechua spoken in the provinces of Lamas in the Peruvian region of San Martin and in some villages on the river Huallaga in the region of Ucayali."@en ;
    skos:inScheme lexvo: ;
    skos:notation "qvs"^^xsd:string ;
    skos:prefLabel "Lamas-Quechua"@de,
        "Lamas Quechua"@en,
        "Quechua lamista"@es,
        "Ламаско-кечуански дијалект"@mk,
        "Lenga quechua, San Martin"@pms,
        "Lamas-Luritu"@qu .

<http://lexvo.org/id/iso639-3/qwm> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "qwm"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Cuman_language>,
        <http://www.mpii.de/yago/resource/Cuman_language> ;
    skos:altLabel "Cuman language"@en,
        "Kuman (Russia)"@en ;
    skos:definition "Cuman (also Kuman, ISO 639-3: qwm) was a Kipchak Turkic language spoken by the Cumans (Polovtsy, Folban, Vallany, Kun) and Kipchaks; the language was similar to the today's Crimean Tatar language. The Kipchak language/Cuman is documented in medieval works, including the Codex Cumanicus, and it was a literary language in the Central and Eastern Europe that left a rich literary inheritance. The language became the main language (lingua franca) of the Golden Horde."@en ;
    skos:inScheme lexvo: ;
    skos:notation "qwm"^^xsd:string ;
    skos:prefLabel "Кумански език"@bg,
        "Kuman tili"@crh,
        "Kuman"@en,
        "Idioma cumano"@es,
        "Couman"@fr,
        "Kumanski jezik"@hr,
        "Lingua cumana"@it,
        "쿠만어"@ko,
        "Kumanų kalba"@lt,
        "Кумански јазик"@mk,
        "Limba cumană"@ro,
        "Половецкий язык"@ru,
        "Gjuha kumane"@sq,
        "Kumanca"@tr,
        "Половецька мова"@uk .

<http://lexvo.org/id/iso639-3/qxa> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "qxa"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/chiq1249> ;
    skos:altLabel "Quechua, Chiquián Ancash"@en ;
    skos:inScheme lexvo: ;
    skos:notation "qxa"^^xsd:string ;
    skos:prefLabel "Chiquián Ancash Quechua"@en .

<http://lexvo.org/id/iso639-3/qxp> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "qxp"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Cusco-Collao_Quechua>,
        <http://www.mpii.de/yago/resource/Cusco-Collao_Quechua> ;
    skos:altLabel "Cusco-Collao Quechua"@en,
        "Quechua, Puno"@en ;
    skos:definition "Qusqu-Qullaw (Spanish also Cuzco-Collao) is a variety of the Quechua language family, spoken throughout southern Peru (departments of Cusco and Puno), Bolivia, and northern Argentina, including the prestige dialect of Cusco Quechua. With about four million speakers, it is one of the largest dialects, along with Ayacucho Quechua. The literary standard of Southern Quechua is based on these two closely related Quechua varieties."@en ;
    skos:inScheme lexvo: ;
    skos:notation "qxp"^^xsd:string ;
    skos:prefLabel "Qusqu-Qullaw"@de,
        "Puno Quechua"@en,
        "Cuzco-Collao"@es,
        "Куско-колјаоски кечуански дијалект"@mk,
        "Lenga quechua, puno"@pms,
        "Qusqu-Qullaw"@qu,
        "Кечуа Куско-Кольяо"@ru .

<http://lexvo.org/id/iso639-3/qxq> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "qxq"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Qashqai_language>,
        <http://www.mpii.de/yago/resource/Qashqai_language> ;
    skos:altLabel "Qashqai language"@en ;
    skos:definition "Qashqai (also spelled Ghashghai, Ghashghayi, Qashqa'i, and Qashqayi) is a Turkic language spoken by the Qashqai people, an ethnic group living mainly in the Fars region of Iran. Estimates of the number of Qashqai speakers vary. Ethnologue gives a figure of one and a half million. The Qashqai language is closely related to Azerbaijani, and some linguists consider it to be a dialect of that language."@en ;
    skos:inScheme lexvo: ;
    skos:notation "qxq"^^xsd:string ;
    skos:prefLabel "Qaşqay dili"@az,
        "Кашкайски език"@bg,
        "Kachkaeg"@br,
        "Kaschgaische Sprache"@de,
        "Qashqa'i"@en,
        "Kaŝgaja lingvo"@eo,
        "Idioma kashgai"@es,
        "زبان قشقایی"@fa,
        "Kaškain kieli"@fi,
        "Kachkaï"@fr,
        "Қашқай тілі"@kk,
        "카슈카이어"@ko,
        "Kaškajų kalba"@lt,
        "Kaškaju kalba"@lt-x,
        "Кашкајски јазик"@mk,
        "Język kaszkajski"@pl,
        "Lenga qashqa'i"@pms,
        "Кашкайское наречие"@ru,
        "Qashqai leid"@sco,
        "ภาษาควาซไคว"@th,
        "Kaşkayca"@tr .

<http://lexvo.org/id/iso639-3/qxs> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "qxs"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Southern_Qiang_language>,
        <http://www.mpii.de/yago/resource/Southern_Qiang_language> ;
    skos:altLabel "Qiang, Southern"@en,
        "Southern Qiang language"@en ;
    skos:definition "Southern Qiang is a Qiangic language of the Tibeto-Burman language family spoken by approximately 81,300 people along the Minjiang (岷江) river in Sichuan Province, China."@en ;
    skos:inScheme lexvo: ;
    skos:notation "qxs"^^xsd:string ;
    skos:prefLabel "Tchiangeg ar su"@br,
        "Southern Qiang"@en,
        "ภาษาเกวียงใต้"@th .

<http://lexvo.org/id/iso639-3/qya> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "qya"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Quenya>,
        <http://www.mpii.de/yago/resource/Quenya> ;
    skos:definition "Quenya ( ) is a fictional language devised by J. R. R. Tolkien, and used in his Secondary world, often called Middle-earth."@en ;
    skos:inScheme lexvo: ;
    skos:notation "qya"^^xsd:string ;
    skos:prefLabel "Quenya"@an,
        "Gwenja"@bar,
        "Квэнья"@be-tarask,
        "Quenya"@br,
        "Quenya"@ca,
        "Quenijština"@cs,
        "Quenya"@da,
        "Quenya"@de,
        "Κουένυα"@el,
        "Quenya"@en,
        "Kvenja lingvo"@eo,
        "Quenya"@es,
        "Quenya"@fi,
        "Quenya"@fr,
        "Quenya"@gl,
        "קווניה"@he,
        "Quenya jezik"@hr,
        "Quenya nyelv"@hu,
        "Quenya"@ia,
        "Bahasa Quenya"@id,
        "Quenya"@it,
        "クウェンヤ"@ja,
        "꿰냐"@ko,
        "Lingua Quenya"@la,
        "Quenya"@li,
        "Quenya"@lt,
        "Квења"@mk,
        "Bahasa Quenya"@ms,
        "Quenya"@nl,
        "Quenya"@no,
        "Quenya"@nov,
        "Quenya"@pl,
        "Quenya"@pt,
        "Квенья"@ru,
        "Quenijčina"@sk,
        "Kvenja"@sl,
        "Квенија"@sr,
        "Quenya"@sv,
        "ภาษาเควนยา"@th,
        "昆雅语"@zh .

<http://lexvo.org/id/iso639-3/qyp> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "qyp"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Quiripi_language>,
        <http://www.mpii.de/yago/resource/Quiripi_language> ;
    skos:altLabel "Quiripi language"@en ;
    skos:definition "Quiripi (pronounced , also known as Quiripi-Unquachog, Quiripi-Naugatuck, and Wampano) was an Algonquian language formerly spoken by the indigenous people of southwestern Connecticut and central Long Island, including the Quinnipiac, Naugatuck, Unquachog, Mattabesic, Potatuck, Weantinock, and Paugussett. It has been effectively extinct since the end of the 18th century, although Frank T. Siebert, Jr., was able to record a few Unquachog words from an elderly woman in 1932."@en ;
    skos:inScheme lexvo: ;
    skos:notation "qyp"^^xsd:string ;
    skos:prefLabel "Quiripi"@en,
        "Quiripi"@fr,
        "Quiripi jezik"@hr .

<http://lexvo.org/id/iso639-3/rac> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "rac"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Rasawa_language>,
        <http://www.mpii.de/yago/resource/Rasawa_language> ;
    skos:altLabel "Rasawa language"@en ;
    skos:definition "Rasawa is a Papuan language of Indonesia. It shares half of its basic vocabulary with the Saponi language, but it's not clear if they are related."@en ;
    skos:inScheme lexvo: ;
    skos:notation "rac"^^xsd:string ;
    skos:prefLabel "Rasaweg"@br,
        "Rasawa"@en .

<http://lexvo.org/id/iso639-3/rak> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "rak"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Tulu-Bohuai_language>,
        <http://www.mpii.de/yago/resource/Tulu-Bohuai_language> ;
    skos:altLabel "Tulu-Bohuai language"@en ;
    skos:definition "The Tulu-Bohuai language is a West Manus language spoken by approximately 1400 people on central Manus Island and on Peli Island, Manus Province, Papua New Guinea."@en ;
    skos:inScheme lexvo: ;
    skos:notation "rak"^^xsd:string ;
    skos:prefLabel "Tulu-Bohuai"@en .

<http://lexvo.org/id/iso639-3/ral> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ral"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Ralte_language>,
        <http://www.mpii.de/yago/resource/Ralte_language> ;
    skos:altLabel "Ralte language"@en ;
    skos:definition "Ralte is a Kukish language of Burma. Though an equivalent number of ethnic Ralte people live in India, fewer than a thousand speak the language."@en ;
    skos:inScheme lexvo: ;
    skos:notation "ral"^^xsd:string ;
    skos:prefLabel "Ralte"@en .

<http://lexvo.org/id/iso639-3/ran> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ran"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/rian1263> ;
    skos:inScheme lexvo: ;
    skos:notation "ran"^^xsd:string ;
    skos:prefLabel "Riantana"@en .

<http://lexvo.org/id/iso639-3/rar> a lvont:Language,
        skos:Concept ;
    lvont:isFocusOf <http://id.loc.gov/vocabulary/iso639-2/rar> ;
    lvont:iso6392BCode "rar"^^xsd:string ;
    lvont:iso6392TCode "rar"^^xsd:string ;
    lvont:iso639P3PCode "rar"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-2/rar> ;
    owl:sameAs <http://psi.oasis-open.org/iso/639/#rar>,
        <http://www.lingvoj.org/lang/rar>,
        <info:lc/vocabulary/languages/rar> ;
    skos:altLabel "Cook Islands Maori"@en,
        "Maori, Cook Islands"@en,
        "rarotongien"@fr ;
    skos:inScheme lexvo: ;
    skos:notation "rar"^^xsd:string ;
    skos:prefLabel "الراروتونجاني"@ar,
        "rarotonqan dili"@az,
        "рапотонган"@bg,
        "রারোটোংগান"@bn,
        "rarotonga"@br,
        "रारोटोंगा"@brx,
        "rarotongan"@bs,
        "раротонган"@bs-Cyrl,
        "rarotongà"@ca,
        "拉罗汤加文"@cmn,
        "拉羅通加文"@cmn-Hant,
        "rarotongaština"@cs,
        "Raratongeg"@cy,
        "rarotongan"@da,
        "Rarotonganisch"@de,
        "Ραροτονγκάν"@el,
        "Rarotongan"@en,
        "rarotongano"@es,
        "rarotonga"@et,
        "راروتونگایی"@fa,
        "rarotonga"@fi,
        "rarotonga"@fr,
        "Rarotonganisch"@gsw,
        "રારોટોંગન"@gu,
        "ררוטונגאן"@he,
        "रारोतोंगन"@hi,
        "rarotonški"@hr,
        "rarotongai"@hu,
        "Rarotonga"@id,
        "rarótongska"@is,
        "rarotonga"@it,
        "ラロトンガ語"@ja,
        "ರಾರೋಟೊಂಗನ್"@kn,
        "라로통가어"@ko,
        "رَروٹونٛگَن"@ks,
        "ຣາໂຣທອນການ"@lo,
        "rarotongan"@lt,
        "rarotongiešu"@lv,
        "раротонган"@mk,
        "രാരോടോങ്കൻ"@ml,
        "रारोटोंगन"@mr,
        "Rarotongani"@mt,
        "rarotongansk"@nb,
        "Rarotongan"@nl,
        "rarotongansk"@nn,
        "ରାରୋତୋଙ୍ଗନ୍"@or,
        "rarotonga"@pl,
        "rarotongano"@pt,
        "rarotonga"@rm,
        "rarotongan"@ro,
        "раротонганский"@ru,
        "rarotongan"@sk,
        "rarotongščina"@sl,
        "Раротонган"@sr,
        "Rarotongan"@sr-Latn,
        "rarotonganska"@sv,
        "Kiraratonga"@swh,
        "ரரோடோங்கன்"@ta,
        "రారోటొంగాన్"@te,
        "ราโรทองกา"@th,
        "lea fakalalotonga"@to,
        "Rarotongan"@tr,
        "раротонга"@uk,
        "Tiếng Rarotongan"@vi .

<http://lexvo.org/id/iso639-3/rau> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "rau"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Raute_language>,
        <http://www.mpii.de/yago/resource/Raute_language> ;
    skos:altLabel "Raute language"@en ;
    skos:definition "Raute is a small Tibeto-Burman language of Nepal. Half of its speakers are nomadic."@en ;
    skos:inScheme lexvo: ;
    skos:notation "rau"^^xsd:string ;
    skos:prefLabel "Raute"@en .

<http://lexvo.org/id/iso639-3/rav> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "rav"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Sampang_language>,
        <http://www.mpii.de/yago/resource/Sampang_language> ;
    skos:altLabel "Sampang language"@en ;
    skos:definition "Sampang is a subgroup of Rai and belongs to Central Kiranti."@en ;
    skos:inScheme lexvo: ;
    skos:notation "rav"^^xsd:string ;
    skos:prefLabel "Sampang"@en,
        "Sampangish"@gv .

<http://lexvo.org/id/iso639-3/ray> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ray"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Rapan_language>,
        <http://www.mpii.de/yago/resource/Rapan_language> ;
    skos:altLabel "Rapan language"@en ;
    skos:definition "Rapan is the language of Rapa, in the Austral Islands of French Polynesia. It is classified as an East Central Polynesian language, along with the Marquesic and Tahitic languages."@en ;
    skos:inScheme lexvo: ;
    skos:notation "ray"^^xsd:string ;
    skos:prefLabel "Rapaische Sprache"@de,
        "Rapa"@en,
        "Idioma rapa"@es,
        "Rapan kieli"@fi,
        "Lenga Rapa"@pms .

<http://lexvo.org/id/iso639-3/rcf> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "rcf"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/R%C3%A9union_Creole>,
        <http://www.mpii.de/yago/resource/R%C3%A9union_Creole> ;
    skos:altLabel "Creole French, Réunion"@en,
        "Réunion Creole French"@en ;
    skos:definition "Réunion Creole or Reunionese Creole (En), or Créole Réunionnais in French (in Réunion Creole: Kréol Réyoné) is a creole language spoken on Réunion. It is derived mainly from French and a few terms from other languages (Malagasy, Hindi, Portuguese, Gujurati and Tamil). In the recent years, some groups have tried to come up with a spelling dictionary and grammar rules but there is still no official version. Partly because of the lack of an official orthography but also because schools are taught in French, Réunion Creole is rarely written. Notably, two Asterix translations into it have been published."@en ;
    skos:inScheme lexvo: ;
    skos:notation "rcf"^^xsd:string ;
    skos:prefLabel "Réunion-Kreolisch"@de,
        "Réunion Creole"@en,
        "Criollo de Reunión"@es,
        "Créole réunionnais"@fr,
        "Reunionski kreolski francuski"@hr,
        "Creolo della Riunione"@it,
        "レユニオン・クレオール語"@ja,
        "레위니옹 크리올"@ko,
        "Język kreolski Reunionu"@pl,
        "Lenga Réunion creole french"@pms .

<http://lexvo.org/id/iso639-3/rem> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "rem"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Remo_language_(Peru)>,
        <http://www.mpii.de/yago/resource/Remo_language_(Peru)> ;
    skos:altLabel "Remo language"@en ;
    skos:definition "Remo (Rheno), also Sakuya (Sacuya) or Kukuini (Cucuini), is an extinct Panoan language of Amazonas, Peru."@en ;
    skos:inScheme lexvo: ;
    skos:notation "rem"^^xsd:string ;
    skos:prefLabel "Remo"@en .

<http://lexvo.org/id/iso639-3/res> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "res"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Reshe_language>,
        <http://www.mpii.de/yago/resource/Reshe_language> ;
    skos:altLabel "Reshe language"@en ;
    skos:definition "Reshi is a Kainji language of Nigeria."@en ;
    skos:inScheme lexvo: ;
    skos:notation "res"^^xsd:string ;
    skos:prefLabel "Resche"@de,
        "Reshe"@en,
        "Reshe jezik"@hr,
        "Lenga Reshe"@pms .

<http://lexvo.org/id/iso639-3/rey> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "rey"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Reyesano_language>,
        <http://www.mpii.de/yago/resource/Reyesano_language> ;
    skos:altLabel "Reyesano language"@en ;
    skos:definition "Reyesano is a Tacanan language that was spoken by only a few speakers, including children, in 1961 in Bolivia. It is considered nearly extinct."@en ;
    skos:inScheme lexvo: ;
    skos:notation "rey"^^xsd:string ;
    skos:prefLabel "Reyesano"@en,
        "Reyesano"@fr,
        "Maropa"@hr,
        "Lenga reyesano"@pms .

<http://lexvo.org/id/iso639-3/rge> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "rge"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Romano-Greek_language>,
        <http://www.mpii.de/yago/resource/Romano-Greek_language> ;
    skos:altLabel "Romano-Greek language"@en ;
    skos:definition "Romano-Greek (also referred to as Hellenoromani; ) is a nearly extinct mixed language (referred to as Para-Romani in Romani linguistics), spoken by the Romani people in Greece that arose from language contact between Romani speaking people and the Greek language. Typologically the language is structured on Greek with heavy lexical borrowing from Romani."@en ;
    skos:inScheme lexvo: ;
    skos:notation "rge"^^xsd:string ;
    skos:prefLabel "Romano-Greek"@en,
        "Цыгано-греческий язык"@ru .

<http://lexvo.org/id/iso639-3/rgk> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "rgk"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Rangas_language>,
        <http://www.mpii.de/yago/resource/Rangas_language> ;
    skos:altLabel "Rangas language"@en ;
    skos:definition "Rangas (Rangkas) was a West Himalayish language spoken by the Rangas people of Uttaranchal, India. The Rangas joined the Kumaoni people and shifted to their language."@en ;
    skos:inScheme lexvo: ;
    skos:notation "rgk"^^xsd:string ;
    skos:prefLabel "Rangkas"@en .

<http://lexvo.org/id/iso639-3/rgn> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "rgn"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Romagnol_language>,
        <http://www.mpii.de/yago/resource/Romagnol_language> ;
    skos:altLabel "Romagnol language"@en ;
    skos:definition "Romagnol is a Romance language mostly spoken in Romagna (Northern Italy, part of the region Emilia-Romagna, Italy), Republic of San Marino and Northern Marche."@en ;
    skos:inScheme lexvo: ;
    skos:notation "rgn"^^xsd:string ;
    skos:prefLabel "لغة رومانيولو"@ar,
        "Romagnol"@de,
        "Romagnol"@en,
        "Romagnol"@fr,
        "Romanjolski jezik"@hr,
        "Dialetto romagnolo"@it,
        "Dialet rumagnöl"@lmo,
        "Dialeto romagnol"@pt,
        "Diałeto romagnoło"@vec .

<http://lexvo.org/id/iso639-3/rhg> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "rhg"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Rohingya_language>,
        <http://www.mpii.de/yago/resource/Rohingya_language> ;
    skos:altLabel "Rohingya language"@en ;
    skos:definition "Rohingya (Ruáingga) is a language spoken by the Rohingya people of Arakan (Rakhine), Burma (Myanmar). It is smiliar to the Chittagonian language spoken in the neighboring southeastern Chittagong Division of Bangladesh. ."@en ;
    skos:inScheme lexvo: ;
    skos:notation "rhg"^^xsd:string ;
    skos:prefLabel "لغة روينجية"@ar,
        "Rohingya"@en,
        "Bahasa Rohingya"@id,
        "Język rohingya"@pl,
        "ภาษาโรฮิงยา"@th .

<http://lexvo.org/id/iso639-3/rhp> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "rhp"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Yahang_language>,
        <http://www.mpii.de/yago/resource/Yahang_language> ;
    skos:altLabel "Yahang language"@en ;
    skos:definition "Yahang (Ya’unk) Ruruhip (Ruruhi’ip) is a Torricelli language of Papua New Guinea. It shares the name Ruruhip with Heyo."@en ;
    skos:inScheme lexvo: ;
    skos:notation "rhp"^^xsd:string ;
    skos:prefLabel "Yahang"@en .

<http://lexvo.org/id/iso639-3/ril> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ril"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Riang_language>,
        <http://www.mpii.de/yago/resource/Riang_language> ;
    skos:altLabel "Riang (Myanmar)"@en,
        "Riang language"@en ;
    skos:definition "Riang is a Mon–Khmer language of Burma and China. Speakers are culturally assimilated with the Karen, but their language is unrelated."@en ;
    skos:inScheme lexvo: ;
    skos:notation "ril"^^xsd:string ;
    skos:prefLabel "Riang"@en .

<http://lexvo.org/id/iso639-3/rin> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "rin"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Nungu_language>,
        <http://www.mpii.de/yago/resource/Nungu_language> ;
    skos:altLabel "Nungu language"@en ;
    skos:definition "Nungu is a Plateau language of Nigeria."@en ;
    skos:inScheme lexvo: ;
    skos:notation "rin"^^xsd:string ;
    skos:prefLabel "Nungu"@en .

<http://lexvo.org/id/iso639-3/rir> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "rir"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Ribun_language>,
        <http://www.mpii.de/yago/resource/Ribun_language> ;
    skos:altLabel "Ribun language"@en ;
    skos:definition "Ribun is a Dayak language of Borneo."@en ;
    skos:inScheme lexvo: ;
    skos:notation "rir"^^xsd:string ;
    skos:prefLabel "Ribun"@en .

<http://lexvo.org/id/iso639-3/rkh> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "rkh"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Rakahanga-Manihiki_language>,
        <http://www.mpii.de/yago/resource/Rakahanga-Manihiki_language> ;
    skos:altLabel "Rakahanga-Manihiki language"@en ;
    skos:definition "Rakahanga-Manihiki is a Cook Islands Maori dialectal variant belonging to the Polynesian languages family, spoken by about 2500 people on Rakahanga and Manihiki Islands (part of the Cook Islands) and another 2500 in other countries, mostly New Zealand and Australia. Wurm and Hattori consider Rakahanga-Manihiki as a distinct language with \"limited intelligibility with Rarotongan\" (i.e. the Cook Islands Maori dialectal variant of Rarotonga). According to the New Zealand Maori anthropologist Te Rangi Hīroa who spent few days on Rakahanga in the years 1920, \"the language is a pleasing dialect and has closer affinities with [New Zealand] Maori than with the dialects of Tongareva, Tahiti, and the Cook Islands\""@en ;
    skos:inScheme lexvo: ;
    skos:notation "rkh"^^xsd:string ;
    skos:prefLabel "Rakahanga-Manihiki"@en,
        "Rakahanga-manihikin kieli"@fi,
        "Manihiki"@fr,
        "Rakahangos-Manihikio kalba"@lt .

<http://lexvo.org/id/iso639-3/rkm> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "rkm"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Marka_language>,
        <http://www.mpii.de/yago/resource/Marka_language> ;
    skos:altLabel "Marka language"@en ;
    skos:inScheme lexvo: ;
    skos:notation "rkm"^^xsd:string ;
    skos:prefLabel "Marka"@de,
        "Marka"@en,
        "Marka"@fr,
        "Lenga Marka"@pms .

<http://lexvo.org/id/iso639-3/rkt> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "rkt"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Rangpuri_language>,
        <http://www.mpii.de/yago/resource/Rangpuri_language> ;
    skos:altLabel "Rajbanshi language"@en,
        "Rangpuri"@en,
        "Rangpuri language"@en ;
    skos:definition "Rangpuri is a Indic language spoken by ten million Rajbongshi people in Bangladesh, and five million in India, where they are known as Rajbanshi. Many are bilingual in either Bengali or Assamese. There is a strong language movement in West Bengal."@en ;
    skos:inScheme lexvo: ;
    skos:notation "rkt"^^xsd:string ;
    skos:prefLabel "Kamta"@en,
        "ラージバンシ語"@ja,
        "Rajbangsi"@no,
        "ภาษาราชพังสี"@th .

<http://lexvo.org/id/iso639-3/rme> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "rme"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Angloromani_language>,
        <http://www.mpii.de/yago/resource/Angloromani_language> ;
    skos:altLabel "Angloromani language"@en ;
    skos:definition "Angloromani or Anglo-Romani (literally \"English Romani\", or Pogadi Chib) is a language combining aspects of English and Romani, which is a language spoken by the Romani people; an ethnic group who trace their origins to the Indian subcontinent. Angloromani is spoken in the UK, Australia, the US and South Africa."@en ;
    skos:inScheme lexvo: ;
    skos:notation "rme"^^xsd:string ;
    skos:prefLabel "Anglo-Romani"@de,
        "Angloromani"@en,
        "Anglorromaní"@es,
        "Anglo-Romany"@fy,
        "Angloromski jezik"@hr,
        "Lenga angloromani"@pms,
        "Англо-цыганский язык"@ru .

<http://lexvo.org/id/iso639-3/rmf> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "rmf"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Finnish_Kalo_language>,
        <http://www.mpii.de/yago/resource/Finnish_Kalo_language> ;
    skos:altLabel "Finnish Kalo language"@en,
        "Romani, Kalo Finnish"@en ;
    skos:definition "Finnish Kalo is a language of the Romani language family (a subgroup of Indo European) spoken by Finnish Kale. The language is not inherently intelligible with Scandoromani or Angloromani. The speakers of the language originally came from Scotland."@en ;
    skos:inScheme lexvo: ;
    skos:notation "rmf"^^xsd:string ;
    skos:prefLabel "Kalo Finnish Romani"@en,
        "Lenga romani kalo finlandèisa"@pms,
        "Финский кало"@ru .

<http://lexvo.org/id/iso639-3/rmg> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "rmg"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Rodi_language>,
        <http://www.mpii.de/yago/resource/Rodi_language> ;
    skos:altLabel "Norwegian, Traveller"@en,
        "Traveller Norwegian"@en ;
    skos:definition "Rodi, also known by the ambiguous term Traveller Norwegian, is a language spoken by the indigenous Norwegian Travellers in Norway. It is an offshoot of Norwegian with significant influence of Sinti, Rotwelsch and, especially in recent decades, Scandoromani. It is intelligible to speakers of the latter, which is also sometimes called Traveller Norwegian, Traveller Swedish."@en ;
    skos:inScheme lexvo: ;
    skos:notation "rmg"^^xsd:string ;
    skos:prefLabel "Rodi language"@en,
        "Rodi"@fr,
        "Rodi"@nn,
        "Rodi"@no .

<http://lexvo.org/id/iso639-3/rmh> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "rmh"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Murkim_language>,
        <http://www.mpii.de/yago/resource/Murkim_language> ;
    skos:altLabel "Murkim language"@en ;
    skos:definition "Murkim is an unclassified Papuan language spoken in Western New Guinea, near the unclassified languages Lepki and Kembra. Though spoken by fewer than 300 people, it's being learned by children."@en ;
    skos:inScheme lexvo: ;
    skos:notation "rmh"^^xsd:string ;
    skos:prefLabel "Murkim"@en .

<http://lexvo.org/id/iso639-3/rmi> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "rmi"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Lomavren_language>,
        <http://www.mpii.de/yago/resource/Lomavren_language> ;
    skos:altLabel "Lomavren language"@en ;
    skos:definition "Lomavren ( ) is a nearly extinct mixed language, spoken by the Lom people that arose from language contact between proto-Romani-speaking people and the Armenian language."@en ;
    skos:inScheme lexvo: ;
    skos:notation "rmi"^^xsd:string ;
    skos:prefLabel "Lomavren"@en,
        "Lomavren"@fi,
        "Lomavrenski"@hr,
        "Լոմավրեն"@hy,
        "ლომავრენი"@ka,
        "Ломавренски јазик"@mk,
        "Lomavren"@no,
        "Ломаврен"@ru,
        "Lomavren"@sv .

<http://lexvo.org/id/iso639-3/rml> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "rml"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/balt1257> ;
    skos:altLabel "Romani, Baltic"@en ;
    skos:inScheme lexvo: ;
    skos:notation "rml"^^xsd:string ;
    skos:prefLabel "Baltic Romani"@en .

<http://lexvo.org/id/iso639-3/rmm> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "rmm"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Romang_language>,
        <http://www.mpii.de/yago/resource/Romang_language> ;
    skos:altLabel "Romang language"@en ;
    skos:definition "Roma or Romang is a Malayo-Polynesian language spoken by about 1,700 people in Jersusu village on Romang Island in Maluku, Indonesia."@en ;
    skos:inScheme lexvo: ;
    skos:notation "rmm"^^xsd:string ;
    skos:prefLabel "Roma"@en,
        "Roma jezik"@hr .

<http://lexvo.org/id/iso639-3/rmq> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "rmq"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Cal%C3%B3_language>,
        <http://www.mpii.de/yago/resource/Cal%C3%B3_language> ;
    skos:altLabel "Caló language"@en ;
    skos:definition "Caló (; ; , European Brazilian ) is a language spoken by the Spanish and Portuguese Romani. It is a mixed language (referred to as a Para-Romani language in Romani linguistics) based on Romance grammar, with an adstratum of Romani lexical items through language shift by the Romani community. It is often used as an argot, a secret language for discreet communication amongst Iberian Romani. Portuguese Calão, Catalan Caló, and Spanish Caló are closely related varieties that share a common root."@en ;
    skos:inScheme lexvo: ;
    skos:notation "rmq"^^xsd:string ;
    skos:prefLabel "Kaloeg"@br,
        "Caló"@ca,
        "Caló"@de,
        "Caló"@en,
        "Idioma caló"@es,
        "Kalo"@eu,
        "Luenga caló"@ext,
        "زبان کالو"@fa,
        "Caló"@fi,
        "Caló"@fr,
        "Caló"@gl,
        "Lingua caló"@it,
        "Calo"@lt,
        "Caló"@nds,
        "Caló"@nl,
        "Caló"@pl,
        "Lenga caló"@pms,
        "Caló"@pt,
        "Kalo"@rom,
        "Испанский кало"@ru,
        "Кало"@sr,
        "伊比利吉普賽語"@zh .

<http://lexvo.org/id/iso639-3/rmu> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "rmu"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Scandoromani_language>,
        <http://www.mpii.de/yago/resource/Scandoromani_language> ;
    skos:altLabel "Romani, Tavringer"@en,
        "Scandoromani language"@en ;
    skos:definition "Scandoromani (, , alt. tavringens rakripa ), also known as Tavringer Romani and the Tattare language, is a North Germanic based Para-Romani. It is currently spoken by the Norwegian and Swedish Travellers, a Romani minority community, in Sweden (ca. 25,000 speakers) and Norway (ca. 6,000 speakers)."@en ;
    skos:inScheme lexvo: ;
    skos:notation "rmu"^^xsd:string ;
    skos:prefLabel "Skandinavisches Romani"@de,
        "Tavringer Romani"@en,
        "Scandinavisch Romani"@nl,
        "Romani rakripa"@nn,
        "Romani rakripa"@no,
        "Lenga romani, tavringer"@pms,
        "Скандинавско-цыганский язык"@ru,
        "Skando-romski jezik"@sh,
        "Svensk romani"@sv .

<http://lexvo.org/id/iso639-3/rnd> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "rnd"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Ruund_language>,
        <http://www.mpii.de/yago/resource/Ruund_language> ;
    skos:altLabel "Ruund language"@en ;
    skos:definition "Ruund (Ruwund), or Northern Lunda, is a Bantu language of the Democratic Republic of the Congo and Angola."@en ;
    skos:inScheme lexvo: ;
    skos:notation "rnd"^^xsd:string ;
    skos:prefLabel "Ruund"@en .

<http://lexvo.org/id/iso639-3/rnp> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "rnp"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Rongpo_language>,
        <http://www.mpii.de/yago/resource/Rongpo_language> ;
    skos:altLabel "Rongpo language"@en ;
    skos:definition "Rangpo (Rongpo) was a West Himalayish language of India."@en ;
    skos:inScheme lexvo: ;
    skos:notation "rnp"^^xsd:string ;
    skos:prefLabel "Rongpo"@en .

<http://lexvo.org/id/iso639-3/rof> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "rof"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Rombo_language>,
        <http://www.mpii.de/yago/resource/Rombo_language> ;
    skos:altLabel "Rombo language"@en,
        "Rombo jezik"@hr ;
    skos:definition "The Rombo language, or Kirombo, is a Bantu language of Tanzania, spoken by approximately 300,000 Chaga people (1992 UBS). It is spoken in the Chaga area of the Kilimanjaro region. Rombo is closely related to the other Chaga languages Vunjo, Moshi, and Machame languages, with which it is said to form a dialect continuum."@en ;
    skos:inScheme lexvo: ;
    skos:notation "rof"^^xsd:string ;
    skos:prefLabel "rombo"@br,
        "rombo"@ca,
        "兰博文"@cmn,
        "蘭博文"@cmn-Hant,
        "rombo"@cs,
        "Rombo"@cy,
        "rombo"@da,
        "rombogbe"@ee,
        "Ρόμπο"@el,
        "Rombo"@en,
        "rombo"@es,
        "rombo"@et,
        "rombo"@fi,
        "rombo"@fr,
        "רומבו"@he,
        "rombo"@hr,
        "rombo"@hu,
        "Rombo"@id,
        "rombo"@it,
        "ロンボ語"@ja,
        "롬보어"@ko,
        "Kirombo"@ksh,
        "ຣົມໂບ"@lo,
        "rombo"@lt,
        "rombo"@lv,
        "ромбо"@mk,
        "rombo"@nb,
        "Rombo"@nl,
        "rombo"@nn,
        "rombo"@pl,
        "rombo"@pt,
        "rombo"@ro,
        "Kihorombo"@rof,
        "ромбо"@ru,
        "rombo"@sk,
        "rombo"@sv,
        "Kirombo"@swh,
        "รอมโบ"@th,
        "lea fakalomipō"@to,
        "Rombo"@tr,
        "Ромбо"@uk,
        "Tiếng Rombo"@vi .

<http://lexvo.org/id/iso639-3/rog> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "rog"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/nort2994> ;
    skos:altLabel "Roglai, Northern"@en ;
    skos:inScheme lexvo: ;
    skos:notation "rog"^^xsd:string ;
    skos:prefLabel "Northern Roglai"@en .

<http://lexvo.org/id/iso639-3/rol> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "rol"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Romblomanon_language>,
        <http://www.mpii.de/yago/resource/Romblomanon_language> ;
    skos:altLabel "Romblomanon language"@en ;
    skos:definition "Romblomanon is a Visayan language spoken, along with the Asi and Onhan languages, in the province of Romblon in the Philippines. The language is also called Ini, Tiyad Ini, Basi, Niromblon, Sibuyanon, and Bisaya."@en ;
    skos:inScheme lexvo: ;
    skos:notation "rol"^^xsd:string ;
    skos:prefLabel "Romblomanon"@en,
        "Romblomanon"@nl,
        "Tiếng Romblomanon"@vi .

<http://lexvo.org/id/iso639-3/rop> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "rop"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Australian_Kriol_language>,
        <http://www.mpii.de/yago/resource/Australian_Kriol_language> ;
    skos:altLabel "Australian Kriol language"@en ;
    skos:definition "Kriol is an Australian creole language that developed initially in the region of Sydney and Newcastle in New South Wales in the early days of White colonisation, and then moved west and north with White and Black stockmen and others. It has died out in most parts of the country, except in the Northern Territory, where the contact between European settlers, Chinese and other Asians and the indigenous people in the northern regions of Australia has maintained a vibrant use of the language. It is presently spoken by about 30,000 people. Despite the language's similarities to English in vocabulary, it has a distinct syntactic structure and grammar, and is, therefore, a language in its own right."@en ;
    skos:inScheme lexvo: ;
    skos:notation "rop"^^xsd:string ;
    skos:prefLabel "Kriol"@de,
        "Kriol"@en,
        "Créole australien"@fr,
        "오스트레일리아 크리올"@ko,
        "Lenga kriol"@pms,
        "Crioulo australiano"@pt .

<http://lexvo.org/id/iso639-3/rou> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "rou"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/rung1258> ;
    skos:inScheme lexvo: ;
    skos:notation "rou"^^xsd:string ;
    skos:prefLabel "Runga"@en .

<http://lexvo.org/id/iso639-3/rsb> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "rsb"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Romano-Serbian_language>,
        <http://www.mpii.de/yago/resource/Romano-Serbian_language> ;
    skos:altLabel "Romano-Serbian language"@en ;
    skos:definition "The Romano-Serbian language is a mixed language (referred to as a Para-Romani variety in Romani linguistics) resulting from language contact between Serbian Serbo-Croatian and Romani in Serbia and distinct from the Vlax Romani dialects spoken in Serbia."@en ;
    skos:inScheme lexvo: ;
    skos:notation "rsb"^^xsd:string ;
    skos:prefLabel "Romano-Serbian"@en,
        "Romani-Serbikani chhib"@rom,
        "Romsko-srpski jezik"@sh,
        "Романосрпски језик"@sr .

<http://lexvo.org/id/iso639-3/rsi> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "rsi"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Rennellese_Sign_Language>,
        <http://www.mpii.de/yago/resource/Rennellese_Sign_Language> ;
    skos:definition "Rennellese Sign Language is the nearly extinct indigenous deaf sign language of Rennell Island, which has a high degree of congenital deafness. It was developed about 1915 by a deaf person named Kagobai, and was also used by hearing people in the community."@en ;
    skos:inScheme lexvo: ;
    skos:notation "rsi"^^xsd:string ;
    skos:prefLabel "Rennellese Sign Language"@en .

<http://lexvo.org/id/iso639-3/rth> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "rth"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/rata1244> ;
    skos:inScheme lexvo: ;
    skos:notation "rth"^^xsd:string ;
    skos:prefLabel "Ratahan"@en .

<http://lexvo.org/id/iso639-3/rub> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "rub"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Gungu_language>,
        <http://www.mpii.de/yago/resource/Gungu_language> ;
    skos:altLabel "Gungu language"@en ;
    skos:definition "Gungu is a Bantu language of Uganda."@en ;
    skos:inScheme lexvo: ;
    skos:notation "rub"^^xsd:string ;
    skos:prefLabel "Gungu"@en,
        "Kigungu"@sw .

<http://lexvo.org/id/iso639-3/rue> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "rue"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Rusyn_language>,
        <http://www.mpii.de/yago/resource/Rusyn_language> ;
    skos:altLabel "Rusyn language"@en ;
    skos:definition "Rusyn (Rusyn: русинська бесіда or русиньскый язык ), also known in English as Ruthenian, is an East Slavic language variety spoken by the Rusyns of Central Europe. Some linguists treat it as a distinct language and it has its own ISO 639-3 code; others treat it as a dialect of Ukrainian. Each categorisation has controversial political implications."@en ;
    skos:inScheme lexvo: ;
    skos:notation "rue"^^xsd:string ;
    skos:prefLabel "Rusyn"@af,
        "Rusin dili"@az,
        "Русінская мова"@be-tarask,
        "Русински език"@bg,
        "Rutè"@ca,
        "Rusínština"@cs,
        "Карпатьскороусьскъ ѩꙁꙑкъ"@cu,
        "Русин чĕлхи"@cv,
        "Rusinsk"@da,
        "Russinische Sprache"@de,
        "Rusyn"@en,
        "Rusina lingvo"@eo,
        "Idioma rusino"@es,
        "Russiini keel"@et,
        "Ruteeni"@fi,
        "Rusyn"@fr,
        "רוסינית"@he,
        "Rusinski jezik"@hr,
        "Rusinšćina"@hsb,
        "Ruszin nyelv"@hu,
        "Bahasa Rusyn"@id,
        "Lingua rutena"@it,
        "ルシン語"@ja,
        "რუსინული ენა"@ka,
        "루신어"@ko,
        "Русин кыв"@kv,
        "Rusyn"@li,
        "Lengua rutenn-a"@lij,
        "Rusinų kalba"@lt,
        "Rosienu kalba"@lt-x,
        "Русински јазик"@mk,
        "Roetheens"@nl,
        "Rusinsk"@no,
        "Język rusiński"@pl,
        "Lenga Rusyn"@pms,
        "Limba ruteană"@ro,
        "Русинский язык"@ru,
        "Русиньскый язык"@rue,
        "Istočnorusinski jezik"@sh,
        "Rusínčina"@sk,
        "Rusinščina"@sl,
        "Источнорусински језик"@sr,
        "Rusinska"@sv,
        "Русин кыл"@udm,
        "Русинська мова"@uk,
        "卢森尼亚语"@zh .

<http://lexvo.org/id/iso639-3/ruf> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ruf"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Luguru_language>,
        <http://www.mpii.de/yago/resource/Luguru_language> ;
    skos:altLabel "Luguru language"@en ;
    skos:definition "Luguru is a Bantu language spoken by the Luguru people of the Morogoro region of Tanzania. The name is also spelled Lughuru, Lugulu, Ruguru. It is closely related to Gogo and Zaramo, but is not intelligible with other languages."@en ;
    skos:inScheme lexvo: ;
    skos:notation "ruf"^^xsd:string ;
    skos:prefLabel "Luguru"@en,
        "Język ruguru"@pl,
        "Kiluguru"@sw .

<http://lexvo.org/id/iso639-3/rui> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "rui"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Rufiji_language>,
        <http://www.mpii.de/yago/resource/Rufiji_language> ;
    skos:altLabel "Rufiji language"@en ;
    skos:definition "Rufiji, also known as Fiji or Ruihi, is a Bantu language of Tanzania."@en ;
    skos:inScheme lexvo: ;
    skos:notation "rui"^^xsd:string ;
    skos:prefLabel "Rufiji"@en .

<http://lexvo.org/id/iso639-3/ruk> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ruk"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Ce_language>,
        <http://www.mpii.de/yago/resource/Ce_language> ;
    skos:altLabel "Ce language"@en ;
    skos:definition "Ce (Che), or Rukuba, is a regionally important Plateau language of Nigeria."@en ;
    skos:inScheme lexvo: ;
    skos:notation "ruk"^^xsd:string ;
    skos:prefLabel "Che"@en .

<http://lexvo.org/id/iso639-3/ruo> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ruo"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Istro-Romanian_language>,
        <http://www.mpii.de/yago/resource/Istro-Romanian_language> ;
    skos:altLabel "Istro-Romanian language"@en,
        "Romanian, Istro"@en ;
    skos:definition "Istro-Romanian is an Eastern Romance language that is still spoken today in a few villages and hamlets in the peninsula of Istria, on the northern part of the Adriatic Sea, in what is now Croatia as well as in other countries around the world where the Istro-Romanian people settled after the two world wars, most notably in Italy, the United States, Canada, Argentina, Australia, Sweden, Germany, and other countries. Before the 20th century, it was spoken in a substantially broader part of northeastern Istria surrounding the Ćićarija mountain range (ancient Mons Carusadius) all the way up to Trieste. Its remaining speakers call themselves Vlahi (a name given to them by Slavs), as well as Rumunski, Rumeni, Rumeri, Rumunji, as well as Ćići and Ćiribiri (this last being a nickname that was previously used disparagingly to identify the Istro-Romanian language, not its speakers)."@en ;
    skos:inScheme lexvo: ;
    skos:notation "ruo"^^xsd:string ;
    skos:prefLabel "Idioma istrorrumán"@an,
        "Istriorrumanu"@ast,
        "Истрорумънски език"@bg,
        "Istroromanès"@ca,
        "Istrorumänische Sprache"@de,
        "Istro Romanian"@en,
        "Istrorumana lingvo"@eo,
        "Idioma istrorrumano"@es,
        "Istro-romaniera"@eu,
        "زبان ایسترو-رومانی"@fa,
        "Istro-romania"@fi,
        "Istro-roumain"@fr,
        "Lingua istrio-romanesa"@gl,
        "Istrorumunjski jezik"@hr,
        "Istrorumunšćina"@hsb,
        "Isztroromán nyelv"@hu,
        "Lingua istro-romanian"@ia,
        "Lingua istrorumena"@it,
        "Lingua Istroromanica"@la,
        "Istro-Roemeens"@li,
        "Истроромански јазик"@mk,
        "Istrorumäänsche Spraak"@nds,
        "Istro-Roemeens"@nl,
        "Język istrorumuński"@pl,
        "Lenga istro-romen-a"@pms,
        "Língua istrorromena"@pt,
        "Limba istroromână"@ro,
        "Истрорумынский язык"@ru,
        "Истро-романски језик"@sr,
        "Istrorumänska"@sv,
        "伊斯特罗-罗马尼亚语"@zh .

<http://lexvo.org/id/iso639-3/ruq> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ruq"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Megleno-Romanian_language>,
        <http://www.mpii.de/yago/resource/Megleno-Romanian_language> ;
    skos:altLabel "Megleno-Romanian language"@en,
        "Romanian, Megleno"@en ;
    skos:definition "Megleno-Romanian (known as Vlăheşte by speakers and Megleno-Romanian, Moglenitic or Meglenitic by linguists) is a Romance language, similar to Aromanian and Romanian, or a dialect of the Romanian language. It is spoken by the Megleno-Romanians in a few villages in the Moglena (Μογλενά) region of Macedonia (Greece and the Republic of Macedonia), in Romania and by a very small Muslim group in Turkey (Karadjaovalides). It is considered an endangered language."@en ;
    skos:inScheme lexvo: ;
    skos:notation "ruq"^^xsd:string ;
    skos:prefLabel "Idioma meglenorrumán"@an,
        "Megleno-rumanu"@ast,
        "Мъгленорумънски език"@bg,
        "Meglenorumänische Sprache"@de,
        "Βλάχικη (Μογλενίτικη) γλώσσα"@el,
        "Megleno Romanian"@en,
        "Meglenorumana lingvo"@eo,
        "Idioma meglenorrumano"@es,
        "Meglenera"@eu,
        "زبان مگلنو رومانی"@fa,
        "Mégléno-roumain"@fr,
        "Lingua megleno-romanesa"@gl,
        "Meglenorumunjski jezik"@hr,
        "Meglenoromán nyelv"@hu,
        "Lingua meglenorumena"@it,
        "Lingua Meglenoromanica"@la,
        "Меглено-романски јазик"@mk,
        "Meglenorumäänsch"@nds,
        "Megleno-Roemeens"@nl,
        "Meglenorumensk"@no,
        "Język meglenorumuński"@pl,
        "Lenga megleno-romen-a"@pms,
        "Romeno meglesita"@pt,
        "Limba meglenoromână"@ro,
        "Мегленорумынский язык"@ru,
        "Меглено-влашки језик"@sr,
        "Megleno-Rumence"@tr .

<http://lexvo.org/id/iso639-3/rwa> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "rwa"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/rawo1244> ;
    skos:inScheme lexvo: ;
    skos:notation "rwa"^^xsd:string ;
    skos:prefLabel "Rawo"@en .

<http://lexvo.org/id/iso639-3/rwm> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "rwm"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Amba_language_(Bantu)>,
        <http://www.mpii.de/yago/resource/Amba_language_(Bantu)> ;
    skos:altLabel "Amba (Uganda)"@en,
        "Amba language"@en ;
    skos:definition "Amba (also spelled Bulebule, Hamba, Humu, Kihumu, Ku-Amba, Kuamba, Lubulebule, Lwamba, Ruwenzori Kibira, and Rwamba) is a language spoken in parts of Uganda and the Democratic Republic of Congo by the Amba people. The Amba people call it Kwamba and it is known as Kihumu in the Democratic Republic of the Congo. Amba has a 70% lexical similarity with Bera. Dialects include Kyanzi (Kihyanzi) and Suwa (Kusuwa). According to the Ethnologue, approximately 40,100 people speak the language today worldwide."@en ;
    skos:inScheme lexvo: ;
    skos:notation "rwm"^^xsd:string ;
    skos:prefLabel "Amba"@en,
        "Amba"@fr,
        "Amba"@hr,
        "Język amba"@pl,
        "Lenga Amba"@pms,
        "Kiamba"@sw .

<http://lexvo.org/id/iso639-3/ryn> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ryn"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Amami_language>,
        <http://www.mpii.de/yago/resource/Amami_language> ;
    skos:altLabel "Amami-Oshima, Northern"@en,
        "Northern Amami-Oshima"@en ;
    skos:definition "The Amami language (; Amami: しまゆむた (島口) Shimayumuta) is spoken in the Amami Islands south of Kyūshū. The number of competent native speakers is not known, but native speakers can be found mostly among old people—as a result of Japanese language policy, the younger generations speaks mostly Japanese as their first language. Amami is a Ryukyuan language, most closely related to Okinawan. It is sometimes considered two languages. The main dialects are as follows:"@en ;
    skos:inScheme lexvo: ;
    skos:notation "ryn"^^xsd:string ;
    skos:prefLabel "Amamieg"@br,
        "Amami language"@en,
        "Idioma amami"@es,
        "奄美方言"@ja,
        "Амамийский язык"@ru,
        "ภาษาอะมะมิ"@th .

<http://lexvo.org/id/iso639-3/rys> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "rys"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Yaeyama_language>,
        <http://www.mpii.de/yago/resource/Yaeyama_language> ;
    skos:altLabel "Yaeyama language"@en ;
    skos:definition "Yaeyama (, Yaimamuni) is a Ryukyuan language that is spoken in the Yaeyama Islands, the southernmost inhabited island group in Japan, with a combined population of about 50,000 (as of 2011). The Yaeyama Islands are situated to the southwest of the Miyako area of the Ryukyus and to the east of Taiwan. Yaeyama (Yaimamunii) is most closely related to Miyako. The number of competent native speakers is not known - as a consequence of Japanese language policy, reflected in the education system, people below the age of 60 tend to not use the language except in songs and rituals, and the younger generation exclusively uses Japanese as their first language. Yaeyama has three main dialects, named after the islands they are found on:"@en ;
    skos:inScheme lexvo: ;
    skos:notation "rys"^^xsd:string ;
    skos:prefLabel "Yaeyameg"@br,
        "Yaeyama"@en,
        "Idioma yaeyama"@es,
        "Yaeyama"@fr,
        "八重山方言"@ja,
        "야에야마어"@ko,
        "Яэямское наречие"@ru,
        "ภาษายาเอยามะ"@th .

<http://lexvo.org/id/iso639-3/ryu> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ryu"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Okinawan_language>,
        <http://www.mpii.de/yago/resource/Okinawan_language> ;
    skos:altLabel "Okinawan language"@en,
        "Okinawan, Central"@en ;
    skos:definition "- Central Okinawan, or simply Okinawan (沖縄口 Uchinaaguchi ), is a Northern Ryukyuan language spoken primarily in the southern half of the island of Okinawa, as well as in the surrounding islands of Kerama, Kumejima, Tonaki, Aguni, and a number of smaller peripheral islands. Central Okinawan distinguishes itself from the speech of Northern Okinawa, which is classified independently as the Kunigami language. Both languages have been designated as endangered by the UNESCO Atlas of the World's Languages in Danger since its launch in February 2009."@en ;
    skos:inScheme lexvo: ;
    skos:notation "ryu"^^xsd:string ;
    skos:prefLabel "Llengua d'Okinawa"@ca,
        "Central Okinawan"@en,
        "Okinava lingvo"@eo,
        "Idioma okinawense"@es,
        "Okinawan kieli"@fi,
        "Okinawaïen"@fr,
        "Okinavski jezik"@hr,
        "沖縄方言"@ja,
        "오키나와어"@ko,
        "Okinavų kalba"@lt,
        "Język okinawski"@pl,
        "Língua oquinauana"@pt,
        "Окинавский язык"@ru,
        "ภาษาโอะกินะวะ"@th .

<http://lexvo.org/id/iso639-3/saa> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "saa"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Saba_language>,
        <http://www.mpii.de/yago/resource/Saba_language> ;
    skos:altLabel "Saba language"@en ;
    skos:definition "Saba (also known as Jelkung) is an Afro-Asiatic language spoken in south central Chad."@en ;
    skos:inScheme lexvo: ;
    skos:notation "saa"^^xsd:string ;
    skos:prefLabel "Saba"@en .

<http://lexvo.org/id/iso639-3/sac> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "sac"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/mesk1242> ;
    skos:inScheme lexvo: ;
    skos:notation "sac"^^xsd:string ;
    skos:prefLabel "Meskwaki"@en .

<http://lexvo.org/id/iso639-3/sam> a lvont:Language,
        skos:Concept ;
    lvont:isFocusOf <http://id.loc.gov/vocabulary/iso639-2/sam> ;
    lvont:iso6392BCode "sam"^^xsd:string ;
    lvont:iso6392TCode "sam"^^xsd:string ;
    lvont:iso639P3PCode "sam"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-2/sam> ;
    owl:sameAs <http://psi.oasis-open.org/iso/639/#sam>,
        <http://www.lingvoj.org/lang/sam>,
        <info:lc/vocabulary/languages/sam> ;
    skos:altLabel "Aramaic, Samaritan"@en,
        "araméen samaritain"@fr ;
    skos:inScheme lexvo: ;
    skos:notation "sam"^^xsd:string ;
    skos:prefLabel "الآرامية السومارية"@ar,
        "samaritan dili"@az,
        "самаритански арамейски"@bg,
        "সামারিটান আরামিক"@bn,
        "समारीती आरामाईक़"@brx,
        "samaritanski aramejski"@bs,
        "самаритански арамејски"@bs-Cyrl,
        "arameu samarità"@ca,
        "萨玛利亚文"@cmn,
        "薩瑪利亞阿拉姆文"@cmn-Hant,
        "samarština"@cs,
        "Aramaeg Samaria"@cy,
        "samaritansk"@da,
        "Samaritanisch"@de,
        "Σαμαρίτικα Αραμαϊκά"@el,
        "Samaritan Aramaic"@en,
        "arameo samaritano"@es,
        "samaaria aramea"@et,
        "آرامی سامری"@fa,
        "samarianaramea"@fi,
        "samaritain"@fr,
        "Samaritanisch"@gsw,
        "સામરિટાન અરેમિક"@gu,
        "ארמית שומרונית"@he,
        "सामैरिटन अरैमिक"@hi,
        "samarijanski aramejski"@hr,
        "szamaritánus arámi"@hu,
        "Aram Samaria"@id,
        "samversk arameíska"@is,
        "aramaico samaritano"@it,
        "サマリア・アラム語"@ja,
        "ಸಮರಿಟನ್ ಅರಾಮಿಕ್"@kn,
        "사마리아 아랍어"@ko,
        "سَمارِتَن اَرامیک"@ks,
        "ສາມາຣິແຕນ-"@lo,
        "samarėjų aramių"@lt,
        "samārijas aramiešu"@lv,
        "самариќански арамејски"@mk,
        "സമരിയാക്കാരുടെ അരമായ"@ml,
        "सामरिटान अरॅमिक"@mr,
        "Samritan"@mt,
        "samaritansk arameisk"@nb,
        "Samaritaans-Aramees"@nl,
        "samaritansk arameisk"@nn,
        "ସାମୌରିଟନ୍ ଆରମାଇକ୍"@or,
        "samarytański aramejski"@pl,
        "aramaico samaritano"@pt,
        "arameic samaritan"@rm,
        "aramaică samariteană"@ro,
        "самаритянский арамейский"@ru,
        "samaritánska aramejčina"@sk,
        "samaritanska aramejščina"@sl,
        "Самаритански арамејски"@sr,
        "Samaritanski aramejski"@sr-Latn,
        "samaritanska"@sv,
        "Kiaramu cha Wasamaria"@swh,
        "சமாரிடன் அராமைக்"@ta,
        "సమారిటన్ అరమేక్"@te,
        "อราเมอิกซามาเรีย"@th,
        "Samarit Aramcası"@tr,
        "самаритянська арамейська"@uk,
        "Tiếng Samaritan Aramaic"@vi .

<http://lexvo.org/id/iso639-3/sao> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "sao"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Sause_language>,
        <http://www.mpii.de/yago/resource/Sause_language> ;
    skos:altLabel "Sause language"@en ;
    skos:definition "Sause is a Papuan language spoken in Indonesia. Its classification is uncertain, but it appears to be related to the Tor languages."@en ;
    skos:inScheme lexvo: ;
    skos:notation "sao"^^xsd:string ;
    skos:prefLabel "Sause"@en .

<http://lexvo.org/id/iso639-3/sap> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "sap"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Sanapan%C3%A1_language>,
        <http://www.mpii.de/yago/resource/Sanapan%C3%A1_language> ;
    skos:altLabel "Sanapaná language"@en ;
    skos:definition "Sanapana is a language of the Paraguayan Chaco. Use is vigorous, and it is a language of instruction in primary schools."@en ;
    skos:inScheme lexvo: ;
    skos:notation "sap"^^xsd:string ;
    skos:prefLabel "Sanapaná"@en .

<http://lexvo.org/id/iso639-3/saq> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "saq"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Samburu_language>,
        <http://www.mpii.de/yago/resource/Samburu_language> ;
    skos:altLabel "Samburu language"@en,
        "Samburun kieli"@fi ;
    skos:definition "Samburu is the Eastern Nilotic, North Maa language spoken by the Samburu in the highlands of northern Kenya. The Samburu number about 128,000 (or 147,000 including the Camus/Chamus). Samburu is closely related to Camus (88% to 94% lexical similarity; Camus is sometimes considered a Samburu dialect) and to the South Maa language Maasai (77% to 89% lexical similarity). The word Samburu itself derives from the old Maa word saamburr for the leather bag the Samburu use."@en ;
    skos:inScheme lexvo: ;
    skos:notation "saq"^^xsd:string ;
    skos:prefLabel "Sambouroueg"@br,
        "samburu"@ca,
        "桑布鲁文"@cmn,
        "薩布魯文"@cmn-Hant,
        "samburu"@cs,
        "Sambŵrw"@cy,
        "samburu"@da,
        "Σαμπούρου"@el,
        "Samburu"@en,
        "samburu"@es,
        "samburu"@et,
        "samburu"@fi,
        "samburu"@fr,
        "סמבורו"@he,
        "samburu"@hr,
        "szamburu"@hu,
        "Samburu"@id,
        "samburu"@it,
        "サンブル語"@ja,
        "삼부루어"@ko,
        "ຊຳບູລູ"@lo,
        "samburų"@lt,
        "samburu"@lv,
        "самбуру"@mk,
        "samburu"@nb,
        "Samburu"@nl,
        "samburu"@pl,
        "samburu"@pt,
        "samburu"@ro,
        "самбуру"@ru,
        "Kisampur"@saq,
        "samburu"@sk,
        "samburu"@sv,
        "Kisamburu"@swh,
        "แซมบูรู"@th,
        "Samburu"@tr,
        "самбуру"@uk,
        "Tiếng Samburu"@vi .

<http://lexvo.org/id/iso639-3/sar> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "sar"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Saraveca_language>,
        <http://www.mpii.de/yago/resource/Saraveca_language> ;
    skos:altLabel "Saraveca language"@en ;
    skos:definition "Saraveca is an extinct Arawakan language once spoken in Bolivia by the Sarave. It is said to be the only language with a numeral system based exclusively on five, though in fact quinary systems are not uncommon. To some extent this is also an areal feature of other South American languages; many form their numbers 6–9 as \"five + one\", \"five + two\" and so on."@en ;
    skos:inScheme lexvo: ;
    skos:notation "sar"^^xsd:string ;
    skos:prefLabel "Saraveca"@en,
        "Lenga saraveca"@pms .

<http://lexvo.org/id/iso639-3/sav> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "sav"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Safen_language>,
        <http://www.mpii.de/yago/resource/Safen_language> ;
    skos:altLabel "Safen language"@en ;
    skos:definition "Safene (Saafen), or Saafi-Saafi, is the principal Cangin language, spoken by 114,000 people in Senegal. Speakers are heavily concentrated in the area surrounding Dakar, particularly in the Thies Region."@en ;
    skos:inScheme lexvo: ;
    skos:notation "sav"^^xsd:string ;
    skos:prefLabel "Safieg"@br,
        "Saafi"@de,
        "Saafi-Saafi"@en,
        "Sérère-Safen"@fr,
        "Lenga Saafi-Saafi"@pms .

<http://lexvo.org/id/iso639-3/saw> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "saw"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Sawi_language>,
        <http://www.mpii.de/yago/resource/Sawi_language> ;
    skos:altLabel "Sawi language"@en ;
    skos:definition "Sawi or Sawuy is a language of the Sawi people of the Trans–New Guinea phylum spoken in sago swamps of West Irian. Of the neighboring languages, it is most closely related to the Awyu languages to the east."@en ;
    skos:inScheme lexvo: ;
    skos:notation "saw"^^xsd:string ;
    skos:prefLabel "Sawi"@en,
        "Język sawuy"@pl .

<http://lexvo.org/id/iso639-3/sax> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "sax"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Saa_language>,
        <http://www.mpii.de/yago/resource/Saa_language> ;
    skos:altLabel "Saa language"@en ;
    skos:definition "Sa or Saa language is an Austronesian language spoken in southern Pentecost Island, Vanuatu. It had an estimated 2,500 speakers in the year 2000."@en ;
    skos:inScheme lexvo: ;
    skos:notation "sax"^^xsd:string ;
    skos:prefLabel "Sa"@en,
        "Sa"@fr .

<http://lexvo.org/id/iso639-3/say> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "say"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Saya_language>,
        <http://www.mpii.de/yago/resource/Saya_language> ;
    skos:altLabel "Saya language"@en ;
    skos:definition "Saya (Sayanci) is a Chadic language of Nigeria."@en ;
    skos:inScheme lexvo: ;
    skos:notation "say"^^xsd:string ;
    skos:prefLabel "Saya"@en .

<http://lexvo.org/id/iso639-3/saz> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "saz"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Saurashtra_language>,
        <http://www.mpii.de/yago/resource/Saurashtra_language> ;
    skos:altLabel "Saurashtra language"@en ;
    skos:definition "Sourashtra or \"Sourashtras\" or ꢱꣃꢬꢵꢰ꣄ꢜ꣄ꢬꢵ refers to a community of people who had their original homes in Gujarat and presently settled almost in all major Towns of Tamil Nadu and are concentrated more in Madurai which is considered as their cultural Headquarters.They have also settled in Bangalore Karnataka,in Tirupati Andhra Pradesh. Some families are settled in Mumbai, New Delhi etc. places for employment purpose. Some have settled in foreign countries like USA, UK, Dubai, Singapore etc."@en ;
    skos:inScheme lexvo: ;
    skos:notation "saz"^^xsd:string ;
    skos:prefLabel "Saurashtri"@de,
        "Saurashtra"@en,
        "સૌરાષ્ટ્ર ભાષા"@gu,
        "सौराष्ट्र भाषा"@mr,
        "Język saurasztryjski"@pl,
        "Lenga saurashtra"@pms,
        "Saurashtra"@sv,
        "சௌராட்டிர மொழி"@ta,
        "ภาษาเสาราษฏร์"@th .

<http://lexvo.org/id/iso639-3/sba> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "sba"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/ngam1268> ;
    skos:inScheme lexvo: ;
    skos:notation "sba"^^xsd:string ;
    skos:prefLabel "نامبي"@ar,
        "ngambay"@ca,
        "甘拜文"@cmn,
        "甘拜文"@cmn-Hant,
        "ngambay"@cs,
        "Ngambeieg"@cy,
        "ngambay"@da,
        "Νγκαμπέι"@el,
        "Ngambay"@en,
        "ngambay"@es,
        "ngembay"@et,
        "ngambay"@fi,
        "ngambay"@fr,
        "נגמבאי"@he,
        "ngambay"@hr,
        "ngambay"@hu,
        "Ngambai"@id,
        "ngambay"@it,
        "ンガムバイ語"@ja,
        "느감바이어"@ko,
        "ກຳເບ"@lo,
        "ngambajų"@lt,
        "ngambeju"@lv,
        "нгембеј"@mk,
        "ngambay"@nb,
        "Ngambay"@nl,
        "ngambay"@pl,
        "ngambay"@pt,
        "ngambay"@ro,
        "ngambay"@sk,
        "ngambay"@sv,
        "กัมเบ"@th,
        "Ngambay"@tr,
        "нгамбай"@uk,
        "Tiếng Ngambay"@vi .

<http://lexvo.org/id/iso639-3/sbb> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "sbb"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Simbo_language>,
        <http://www.mpii.de/yago/resource/Simbo_language> ;
    skos:altLabel "Simbo language"@en ;
    skos:definition "Simbo is an Oceanic language spoken by about 2,700 people on Simbo Island, Solomon Islands."@en ;
    skos:inScheme lexvo: ;
    skos:notation "sbb"^^xsd:string ;
    skos:prefLabel "Simbo"@en .

<http://lexvo.org/id/iso639-3/sbe> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "sbe"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/sali1295> ;
    skos:inScheme lexvo: ;
    skos:notation "sbe"^^xsd:string ;
    skos:prefLabel "Saliba"@en .

<http://lexvo.org/id/iso639-3/sbh> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "sbh"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Sori-Harengan_language>,
        <http://www.mpii.de/yago/resource/Sori-Harengan_language> ;
    skos:altLabel "Sori-Harengan language"@en ;
    skos:definition "The Sori-Harengan language is a West Manus language spoken by approximately 570 people on the Sori and Harengan Islands, northwest off the coast of Manus Island, and on the northwestern coast Manus Island, Papua New Guinea. It has SVO word order."@en ;
    skos:inScheme lexvo: ;
    skos:notation "sbh"^^xsd:string ;
    skos:prefLabel "Sori-Harenganische Sprache"@de,
        "Sori-Harengan"@en,
        "Lenga Sori-Harengan"@pms .

<http://lexvo.org/id/iso639-3/sbj> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "sbj"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Surbakhal_language>,
        <http://www.mpii.de/yago/resource/Surbakhal_language> ;
    skos:altLabel "Surbakhal language"@en ;
    skos:definition "Surbakhal is a Maban language language of Chad."@en ;
    skos:inScheme lexvo: ;
    skos:notation "sbj"^^xsd:string ;
    skos:prefLabel "Surbakhal"@en .

<http://lexvo.org/id/iso639-3/sbk> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "sbk"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Safwa_language>,
        <http://www.mpii.de/yago/resource/Safwa_language> ;
    skos:altLabel "Safwa language"@en ;
    skos:definition "Safwa is a Bantu language spoken by the Safwa people of the Mbeya Region of Tanzania. Dialects are Guruka, Mbwila, Poroto, Songwe."@en ;
    skos:inScheme lexvo: ;
    skos:notation "sbk"^^xsd:string ;
    skos:prefLabel "Safwa"@en,
        "Kisafwa"@sw .

<http://lexvo.org/id/iso639-3/sbo> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "sbo"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Sab%C3%BCm_language>,
        <http://www.mpii.de/yago/resource/Sab%C3%BCm_language> ;
    skos:altLabel "Sabüm language"@en ;
    skos:definition "Sabüm is an aboriginal Mon–Khmer language of Malaya. The number of speakers is unknown."@en ;
    skos:inScheme lexvo: ;
    skos:notation "sbo"^^xsd:string ;
    skos:prefLabel "Sabüm"@en .

<http://lexvo.org/id/iso639-3/sbp> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "sbp"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Sangu_language_(Tanzania)>,
        <http://www.mpii.de/yago/resource/Sangu_language_(Tanzania)> ;
    skos:altLabel "Sangu (Tanzania)"@en,
        "Sangu language"@en ;
    skos:definition "Sangu (also called Kisangu, Kisango, Kirori, Eshisango, Rori, and Sango) is a language spoken in Tanzania by approximately 75,000 (1987) Sangu people."@en ;
    skos:inScheme lexvo: ;
    skos:notation "sbp"^^xsd:string ;
    skos:prefLabel "sangu"@ca,
        "桑古文"@cmn,
        "桑古文"@cmn-Hant,
        "sangoština"@cs,
        "sangu"@da,
        "sangugbe"@ee,
        "Σάνγκου"@el,
        "Sangu"@en,
        "sangu"@es,
        "sangu"@et,
        "sangu"@fi,
        "sangu"@fr,
        "סאנגו"@he,
        "sangu"@hr,
        "szangu"@hu,
        "Sangu"@id,
        "sangu"@it,
        "サング語"@ja,
        "상구어"@ko,
        "ຊານກູ"@lo,
        "sangų"@lt,
        "sangu"@lv,
        "сангу"@mk,
        "sangu"@nb,
        "Sangu"@nl,
        "sangu"@nn,
        "sangu"@pl,
        "sangu"@pt,
        "sangu"@ro,
        "сангу"@ru,
        "Ishisangu"@sbp,
        "sangu"@sk,
        "sangu"@sv,
        "Kisangu"@sw,
        "Kisangu"@swh,
        "แซงกู"@th,
        "lea fakasangu"@to,
        "Sangu"@tr,
        "сангу"@uk,
        "Tiếng Sangu"@vi .

<http://lexvo.org/id/iso639-3/sbu> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "sbu"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/stod1241> ;
    skos:altLabel "Bhoti, Stod"@en ;
    skos:inScheme lexvo: ;
    skos:notation "sbu"^^xsd:string ;
    skos:prefLabel "Stod Bhoti"@en .

<http://lexvo.org/id/iso639-3/sbv> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "sbv"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Sabines>,
        <http://www.mpii.de/yago/resource/Sabines> ;
    skos:altLabel "Sabines"@en ;
    skos:definition "The Sabines (; ; ) were an Italic tribe that lived in the central Appennines of ancient Italy, also inhabiting Latium north of the Anio before the founding of Rome. The above names, English, Latin and Greek, are all exonyms."@en ;
    skos:inScheme lexvo: ;
    skos:notation "sbv"^^xsd:string ;
    skos:prefLabel "سابينيون"@ar,
        "Сабини"@bg,
        "Sabins"@ca,
        "Sabinové"@cs,
        "Sabinerne"@da,
        "Sabiner"@de,
        "Σαβίνοι"@el,
        "Sabine"@en,
        "Sabinos"@es,
        "Sabinar"@eu,
        "Sabiinit"@fi,
        "Sabins"@fr,
        "Sabiner"@gsw-FR,
        "Sabinjani"@hr,
        "Sabini"@it,
        "サビニ人"@ja,
        "საბინები"@ka,
        "Sabini"@la,
        "Sabiners"@nds,
        "Sabijnen"@nl,
        "Sabinere"@no,
        "Sabinowie"@pl,
        "Sabinos"@pt,
        "Sabini"@ro,
        "Сабины"@ru,
        "Sabinjani"@sh,
        "Sabinët"@sq,
        "Sabinjani"@sr,
        "Sabiner"@sv,
        "Сабіни"@uk,
        "萨宾"@zh .

<http://lexvo.org/id/iso639-3/sby> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "sby"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Soli_language>,
        <http://www.mpii.de/yago/resource/Soli_language> ;
    skos:altLabel "Soli language"@en ;
    skos:definition "Soli is a Bantu language of Zambia."@en ;
    skos:inScheme lexvo: ;
    skos:notation "sby"^^xsd:string ;
    skos:prefLabel "Soli"@en .

<http://lexvo.org/id/iso639-3/scb> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "scb"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Chut_language>,
        <http://www.mpii.de/yago/resource/Chut_language> ;
    skos:altLabel "Chut language"@en ;
    skos:definition "Chut (Chứt, Cheut) or Ruc-Sach is a dialect cluster spoken by the Chut people of Vietnam, with a smaller population of some 450 speakers in neighbouring Laos (in Khammouane Province). It may be most closely related to Arem."@en ;
    skos:inScheme lexvo: ;
    skos:notation "scb"^^xsd:string ;
    skos:prefLabel "Chut"@en,
        "Chut"@fr,
        "Chut jezik"@hr,
        "Język chut"@pl,
        "ภาษาชุต"@th .

<http://lexvo.org/id/iso639-3/scg> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "scg"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Sanggau_language>,
        <http://www.mpii.de/yago/resource/Sanggau_language> ;
    skos:altLabel "Sanggau language"@en ;
    skos:definition "Sanggau is a Dayak language of Borneo. It is left unclassified by Ethnologue. Sanggau varieties are quite divergent, and may be distinct languages."@en ;
    skos:inScheme lexvo: ;
    skos:notation "scg"^^xsd:string ;
    skos:prefLabel "Sanggau"@en,
        "Sara Bakati’ jezik"@hr,
        "Lenga Sara"@nap,
        "Sara"@nl,
        "Lenga Sara"@pms .

<http://lexvo.org/id/iso639-3/sch> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "sch"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Khelma_language>,
        <http://www.mpii.de/yago/resource/Khelma_language> ;
    skos:altLabel "Khelma language"@en ;
    skos:definition "Sakachep Khelma is a Kukish language of India."@en ;
    skos:inScheme lexvo: ;
    skos:notation "sch"^^xsd:string ;
    skos:prefLabel "Sakachep"@en,
        "Акаски јазик"@mk .

<http://lexvo.org/id/iso639-3/sci> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "sci"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Sri_Lankan_Creole_Malay>,
        <http://www.mpii.de/yago/resource/Sri_Lankan_Creole_Malay> ;
    skos:altLabel "Creole Malay, Sri Lankan"@en ;
    skos:definition "The Sri Lankan Malay (also known as Sri Lanka Creole Malay and Bahasa Melayu) is an Austronesian language formed through a unique mixture of the Sinhalese language and the Tamil language with Malay. Sri Lanka Malay (SLM) is a restructured vernacular of Malay base spoken by at least five different communities in Sri Lanka which has evolved to be significantly divergent from other varieties of Malay due to intimate contact with the dominant languages of Sinhala and Tamil. The language is exclusively spoken by Sri Lankan Malays, whose ancestry include exiles and labourers brought by the Dutch and British, as well as soldiers in the Dutch garrison. They now constitute 0.3% of the Sri Lankan population, numbering some 46,000."@en ;
    skos:inScheme lexvo: ;
    skos:notation "sci"^^xsd:string ;
    skos:prefLabel "Sri Lankan Creole Malay"@en .

<http://lexvo.org/id/iso639-3/scq> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "scq"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Sa'och_language>,
        <http://www.mpii.de/yago/resource/Sa'och_language> ;
    skos:altLabel "Sa'och language"@en ;
    skos:definition "Sa'och (Sauch) is an endangered Pearic language of Cambodia spoken by a decreasing number of people, mainly older adults."@en ;
    skos:inScheme lexvo: ;
    skos:notation "scq"^^xsd:string ;
    skos:prefLabel "Sa'och"@en .

<http://lexvo.org/id/iso639-3/scw> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "scw"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Sha_language>,
        <http://www.mpii.de/yago/resource/Sha_language> ;
    skos:altLabel "Sha language"@en ;
    skos:definition "Sha is an Afro-Asiatic language spoken in Plateau State, Nigeria."@en ;
    skos:inScheme lexvo: ;
    skos:notation "scw"^^xsd:string ;
    skos:prefLabel "Sha"@en .

<http://lexvo.org/id/iso639-3/scx> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "scx"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Sicel_language>,
        <http://www.mpii.de/yago/resource/Sicel_language> ;
    skos:altLabel "Sicel language"@en ;
    skos:definition "Sicel was an ancient language spoken by the Sicels (Greek Sikeloi, Latin Siculi), one of the three indigenous (i.e. pre-Greek and pre-Punic) tribes of Sicily; the Elymians and the Sicani were the other two. According to some authors (Varro, Diodorus Siculus) the speakers of Sicel entered Sicily from the Italian mainland, and the language is quite likely of Indo-European origin. In particular the verb form pibe \"drink\" is a second-person singular present imperative active exactly cognate with Latin bibe and Sanskrit piba; this is firm evidence recommending the language's Indo-European origin."@en ;
    skos:inScheme lexvo: ;
    skos:notation "scx"^^xsd:string ;
    skos:prefLabel "Sikulische Sprache"@de,
        "Sicel"@en,
        "Idioma sículo"@es,
        "Sikulin kieli"@fi,
        "Sicule"@fr,
        "Siculi#Lingua"@it,
        "Sikulisk"@no,
        "Сикульский язык"@ru .

<http://lexvo.org/id/iso639-3/sda> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "sda"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/tora1261> ;
    skos:inScheme lexvo: ;
    skos:notation "sda"^^xsd:string ;
    skos:prefLabel "Toraja-Sa'dan"@en .

<http://lexvo.org/id/iso639-3/sdb> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "sdb"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Shabaki_language>,
        <http://www.mpii.de/yago/resource/Shabaki_language> ;
    skos:altLabel "Shabaki language"@en ;
    skos:definition "Shabaki is an Indo-Iranian language of the Zaza–Gorani group spoken by the Shabak people and ethnic Kurds in Mosul, Iraq. The number of speakers of Shabaki was estimated in 1989 to be between 10,000 and 20,000."@en ;
    skos:inScheme lexvo: ;
    skos:notation "sdb"^^xsd:string ;
    skos:prefLabel "لغة شبكية"@ar,
        "Shabak"@en,
        "Língua shabaki"@pt .

<http://lexvo.org/id/iso639-3/sdc> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "sdc"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Sassarese_language>,
        <http://www.mpii.de/yago/resource/Sassarese_language> ;
    skos:altLabel "Sardinian, Sassarese"@en,
        "Sassarese Sardinian"@en ;
    skos:definition "Sassarese (local name Sassaresu or Turritanu) is an Italo-Dalmatian language and transitional between Corsican and Sardinian. It is regarded as a Corsican–Sardinian language because of Sassari's historic ties (and neighborhood) with Tuscany and Corsica. Despite the heavy Sardinian influences (especially in the vocabulary and phonetics), it still keeps its Tuscan roots, which closely relate it to Gallurese. The latter is regarded as a Corsican dialect despite the geographic location, although this attribution is a matter of controversy. It can be considered a transitional language between Italo-Dalmatian languages and Sardinian. It has several similarities to Italian and in particular the old dialects of Italian from Tuscany."@en ;
    skos:inScheme lexvo: ;
    skos:notation "sdc"^^xsd:string ;
    skos:prefLabel "Idioma sasarés"@an,
        "Sasareseg"@br,
        "Sasserès"@ca,
        "Sassaresu"@co,
        "Sassarese language"@en,
        "Idioma sassarés"@es,
        "Sassariera"@eu,
        "زبان ساساری"@fa,
        "Sassarais"@fr,
        "Sassarish"@gv,
        "סאסארזה"@he,
        "Lingua sassarese"@it,
        "Сасарески јазик"@mk,
        "Dialekt sassarski"@pl,
        "Tàtaresu"@sc,
        "Sassarigiella"@se .

<http://lexvo.org/id/iso639-3/sdg> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "sdg"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/savi1242> ;
    skos:inScheme lexvo: ;
    skos:notation "sdg"^^xsd:string ;
    skos:prefLabel "Savi"@en .

<http://lexvo.org/id/iso639-3/sdh> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "sdh"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Southern_Kurdish>,
        <http://www.mpii.de/yago/resource/Southern_Kurdish> ;
    skos:altLabel "Kurdish, Southern"@en ;
    skos:definition "Southern Kurdish (Southern Kurdish: Kurdí Xuwarig،کوردی خوارگ), also called Kermānšāhi, belongs to the Northwestern Iranian languages and is predominantly spoken in western Iran and eastern Iraq. In Iran, it is spoken in the provinces of Kermanshah (Kermānšān) and Ilam. In Iraq it is spoken in the region of Khanaqin (Xaneqîn), all the way to Mandali, Pehle. It is also the language of the populous Kurdish Kakayî tribe near Kerkuk and the Zengenes near Kifrî. There are also populous diasporas of Southern Kurdish Dialects group found in the Alburz mountains. Its dialects are Kolyaî, Kermanshahi (Kermānšānî), Kalhuri, Garrusi (Gerrûsî) (Bijari), Sanjâbi (Sencabî), Malekshahi (Melikşay), Beyrey or Mahaki (which is a sub-dialect of Feyli) and Feyli (ilami). It had around 3 million speakers in Iran in 2000."@en ;
    skos:inScheme lexvo: ;
    skos:notation "sdh"^^xsd:string ;
    skos:prefLabel "کوردیی باشووری"@ckb,
        "Südkurdische Sprache"@de,
        "Southern Kurdish"@en,
        "گویشهای جنوبی کردی"@fa,
        "Kurdí Xwar"@ku,
        "Quelúri"@pt,
        "Южнокурдский язык"@ru,
        "Kelhuri"@tr .

<http://lexvo.org/id/iso639-3/sdj> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "sdj"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Suundi_language>,
        <http://www.mpii.de/yago/resource/Suundi_language> ;
    skos:altLabel "Suundi language"@en ;
    skos:definition "Suundi is a Bantu language spoken in the Republic of the Congo."@en ;
    skos:inScheme lexvo: ;
    skos:notation "sdj"^^xsd:string ;
    skos:prefLabel "Suundi"@en .

<http://lexvo.org/id/iso639-3/sdl> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "sdl"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Saudi_Sign_Language>,
        <http://www.mpii.de/yago/resource/Saudi_Sign_Language> ;
    skos:altLabel "Saudi Arabian Sign Language"@en ;
    skos:definition "Saudi Sign Language is the deaf sign language of Saudi Arabia."@en ;
    skos:inScheme lexvo: ;
    skos:notation "sdl"^^xsd:string ;
    skos:prefLabel "Saudi Sign Language"@en,
        "Saudijskoarapski znakovni jezik"@hr .

<http://lexvo.org/id/iso639-3/sdm> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "sdm"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/sema1269> ;
    skos:inScheme lexvo: ;
    skos:notation "sdm"^^xsd:string ;
    skos:prefLabel "Semandang"@en .

<http://lexvo.org/id/iso639-3/sdn> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "sdn"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Gallurese_language>,
        <http://www.mpii.de/yago/resource/Gallurese_language> ;
    skos:altLabel "Gallurese Sardinian"@en,
        "Sardinian, Gallurese"@en ;
    skos:definition "Gallurese (gaddhuresu) is a Italo-Dalmatian Romance language spoken in the northeastern part of Sardinia. It is often considered as a variety of Corsican, or a transitional language between Corsican and Sardinian. The language takes its name from the region of Gallura."@en ;
    skos:inScheme lexvo: ;
    skos:notation "sdn"^^xsd:string ;
    skos:prefLabel "Gallurés"@an,
        "Gal·lurès"@ca,
        "Gadduresu"@co,
        "Gallurese language"@en,
        "Idioma gallurés"@es,
        "Gallurera"@eu,
        "زبان گالوری"@fa,
        "Gallurais"@fr,
        "Lingua gallurese"@it,
        "Dialekt gallurski"@pl,
        "Galluresu"@sc,
        "Gaddurosu"@tr .

<http://lexvo.org/id/iso639-3/sds> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "sds"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Sened_language>,
        <http://www.mpii.de/yago/resource/Sened_language> ;
    skos:altLabel "Sened language"@en ;
    skos:definition "Sened is an extinct Berber language that was spoken in the nearby towns of Sened and Majoura (Berber Tmagurt) in Southern Tunisia until the mid-twentieth century. In 1911, the whole town of Sened spoke Berber; by 1968, only the elderly did."@en ;
    skos:inScheme lexvo: ;
    skos:notation "sds"^^xsd:string ;
    skos:prefLabel "لغة سند"@ar,
        "Senedeg"@br,
        "Sened"@en,
        "Sened jezik"@hr,
        "Lingua sendi"@it,
        "Sened jezik"@sh .

<http://lexvo.org/id/iso639-3/sdt> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "sdt"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Shuadit_language>,
        <http://www.mpii.de/yago/resource/Shuadit_language> ;
    skos:altLabel "Shuadit language"@en ;
    skos:definition "Shuadit, also spelled Chouhadite, Chouhadit, Chouadite, Chouadit, and Shuhadit is the extinct Jewish language of southern France, also known as Judaeo-Provençal, Judéo-Comtadin, Hébraïco-Comtadin. The language is known from documents dating to as early as the 11th century in France, and after suffering drastic declines beginning with the charter of the Inquisition in France, finally died out with the death of its last known speaker, Armand Lunel, in 1977."@en ;
    skos:inScheme lexvo: ;
    skos:notation "sdt"^^xsd:string ;
    skos:prefLabel "Chouaditeg"@br,
        "Judeoprovençal"@ca,
        "Shuadit"@en,
        "Shuadit"@es,
        "Shuadit"@eu,
        "زبان شوادی"@fa,
        "Juutalaisprovensaali"@fi,
        "Shuadit"@fr,
        "פרובנסלית יהודית"@he,
        "Shuadit"@hr,
        "Šuaditšćina"@hsb,
        "Shuadit"@it,
        "シュアディート"@ja,
        "Shuadit"@lad,
        "Shuadit"@oc,
        "Język szuadit"@pl,
        "Língua judeu-provençal"@pt,
        "Еврейско-провансальский диалект"@ru,
        "Şuadit"@tr .

<http://lexvo.org/id/iso639-3/sdz> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "sdz"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Sallaans>,
        <http://www.mpii.de/yago/resource/Sallaans> ;
    skos:altLabel "Sallands"@en ;
    skos:definition "Sallaans (Dutch: Sallands) is a collective term for the Dutch Low Saxon dialects of the region Salland, in the west of the province of Overijssel, which is in the eastern Netherlands. A common term used by native speakers for their dialect, which is also used by Low Saxon speakers from other regions for their respective dialects, is plat or simply dialect. Yet another common usage is to refer to the language by the name of the local variety, where for instance Dal(f)sens would be the name for the Sallaans variety spoken in the village of Dalfsen."@en ;
    skos:inScheme lexvo: ;
    skos:notation "sdz"^^xsd:string ;
    skos:prefLabel "Sallaans"@en,
        "سالاندی"@fa,
        "Sallands"@hr,
        "Sallands"@li,
        "Sallaans"@nds,
        "Sallands"@nl,
        "Lenga sallands"@pms .

<http://lexvo.org/id/iso639-3/seb> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "seb"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Shempire_language>,
        <http://www.mpii.de/yago/resource/Shempire_language> ;
    skos:altLabel "Senoufo, Shempire"@en,
        "Shempire language"@en ;
    skos:definition "Shempire (Syenpire) is a Senufo language of Ivory Coast. It is not clear how distinct it is from the related Supyire language of Mali."@en ;
    skos:inScheme lexvo: ;
    skos:notation "seb"^^xsd:string ;
    skos:prefLabel "Chempireg"@br,
        "Schempire"@de,
        "Shempire Senoufo"@en,
        "Lenga Senoufo Shempire"@pms .

<http://lexvo.org/id/iso639-3/sec> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "sec"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Sechelt_language>,
        <http://www.mpii.de/yago/resource/Sechelt_language> ;
    skos:altLabel "Sechelt language"@en ;
    skos:definition "The Sháshíshálh language, also called Shashishalhem (šášíšáɬəm) and the Sechelt language, is a Coast Salish language spoken by the Shishalh (Sechelt) people of southwestern British Columbia, Canada, centred on their reserve communities in the Sechelt Peninsula area of the Sunshine Coast."@en ;
    skos:inScheme lexvo: ;
    skos:notation "sec"^^xsd:string ;
    skos:prefLabel "Sechelt"@en .

<http://lexvo.org/id/iso639-3/seh> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "seh"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/nucl1396> ;
    skos:inScheme lexvo: ;
    skos:notation "seh"^^xsd:string ;
    skos:prefLabel "sena"@ca,
        "塞纳文"@cmn,
        "賽納文"@cmn-Hant,
        "sena"@cs,
        "sena"@da,
        "Σένα"@el,
        "Sena"@en,
        "sena"@es,
        "sena"@et,
        "sena"@fi,
        "sena"@fr,
        "סנה"@he,
        "sena"@hr,
        "szena"@hu,
        "Sena"@id,
        "sena"@it,
        "セナ語"@ja,
        "세나어"@ko,
        "ຊີນາ"@lo,
        "senų"@lt,
        "senu"@lv,
        "сена"@mk,
        "sena"@nb,
        "Sena"@nl,
        "sena"@pl,
        "sena"@pt,
        "sena"@ro,
        "сена"@ru,
        "sena"@seh,
        "sena"@sk,
        "chisena"@sv,
        "Kisena"@swh,
        "เซนา"@th,
        "Sena"@tr,
        "сена"@uk,
        "Tiếng Sena"@vi .

<http://lexvo.org/id/iso639-3/sek> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "sek"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Sekani_language>,
        <http://www.mpii.de/yago/resource/Sekani_language> ;
    skos:altLabel "Sekani language"@en ;
    skos:definition "The Sekani language is a Northern Athabaskan language spoken by the Sekani people of north-central British Columbia, Canada."@en ;
    skos:inScheme lexvo: ;
    skos:notation "sek"^^xsd:string ;
    skos:prefLabel "Sekani"@en,
        "Sekani spriak"@frr,
        "Lenga sekani"@pms,
        "Sekanice"@tr .

<http://lexvo.org/id/iso639-3/sen> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "sen"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Nanerig%C3%A9_language>,
        <http://www.mpii.de/yago/resource/Nanerig%C3%A9_language> ;
    skos:altLabel "Nanerigé language"@en,
        "Sénoufo, Nanerigé"@en ;
    skos:definition "Nanerige is a Senufo language spoken in south-western Burkina Faso."@en ;
    skos:inScheme lexvo: ;
    skos:notation "sen"^^xsd:string ;
    skos:prefLabel "Nanerigeg"@br,
        "Nanerige"@de,
        "Nanerigé Sénoufo"@en,
        "Lenga Senoufo Nanerigé"@pms .

<http://lexvo.org/id/iso639-3/seo> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "seo"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Suarmin_language>,
        <http://www.mpii.de/yago/resource/Suarmin_language> ;
    skos:altLabel "Suarmin language"@en ;
    skos:definition "Suarmin is a Sepik language spoken in Sandaun Province, Papua-New Guinea. Alternative names are Akiapmin, Duranmin."@en ;
    skos:inScheme lexvo: ;
    skos:notation "seo"^^xsd:string ;
    skos:prefLabel "Suarmin"@en .

<http://lexvo.org/id/iso639-3/sep> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "sep"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Sucite_language>,
        <http://www.mpii.de/yago/resource/Sucite_language> ;
    skos:altLabel "Sucite language"@en,
        "Sénoufo, Sìcìté"@en ;
    skos:definition "Sucite is a Senufo language spoken in southwestern Burkina Faso by approximately 35 000 people. Sucite is a close neighbour of Supyire, spoken in southeastern Mali. Sucite is sometimes regarded as the northern extension of Supyire. The two dialects are, according to Garber (1987), ‘quite mutually intelligible’. Sometimes speakers of Sucite will even refer to themselves as speaking Supyire. Another closely related lect is Mamara (also known as Minyanka)."@en ;
    skos:inScheme lexvo: ;
    skos:notation "sep"^^xsd:string ;
    skos:prefLabel "Sisiteg"@br,
        "Sìcìté Sénoufo"@en .

<http://lexvo.org/id/iso639-3/seq> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "seq"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Senara_language>,
        <http://www.mpii.de/yago/resource/Senara_language> ;
    skos:altLabel "Senara language"@en,
        "Sénoufo, Senara"@en ;
    skos:definition "Senara, one of a cluster of languages called Senari, is a Senufo language of Ivory Coast."@en ;
    skos:inScheme lexvo: ;
    skos:notation "seq"^^xsd:string ;
    skos:prefLabel "Senareg"@br,
        "Senara"@de,
        "Senara Sénoufo"@en,
        "Lenga Senoufo Senara"@pms .

<http://lexvo.org/id/iso639-3/sev> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "sev"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Nyarafolo_language>,
        <http://www.mpii.de/yago/resource/Nyarafolo_language> ;
    skos:altLabel "Nyarafolo language"@en,
        "Senoufo, Nyarafolo"@en ;
    skos:definition "Nyarafolo (Niafolo), one of a cluster of languages called Senari, is a Senufo language of Ivory Coast."@en ;
    skos:inScheme lexvo: ;
    skos:notation "sev"^^xsd:string ;
    skos:prefLabel "Nyarafoloeg"@br,
        "Nyarafolo"@de,
        "Nyarafolo Senoufo"@en,
        "Lenga Senoufo Nyarafolo"@pms .

<http://lexvo.org/id/iso639-3/sez> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "sez"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Senthang_language>,
        <http://www.mpii.de/yago/resource/Senthang_language> ;
    skos:altLabel "Chin, Senthang"@en,
        "Senthang language"@en ;
    skos:definition "Senthang (Sethang Chin) is a Kukish language of Burma."@en ;
    skos:inScheme lexvo: ;
    skos:notation "sez"^^xsd:string ;
    skos:prefLabel "Senthang Chin"@en .

<http://lexvo.org/id/iso639-3/sfs> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "sfs"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/South_African_Sign_Language>,
        <http://www.mpii.de/yago/resource/South_African_Sign_Language> ;
    skos:definition "South African Sign Language (SASL) is the name of the sign language favoured by the South African government. SASL was formally recognised in 1995, and is still being codified. It is promoted as the language of the South African deaf \"community\", although the deaf in South Africa form no single cohesive group."@en ;
    skos:inScheme lexvo: ;
    skos:notation "sfs"^^xsd:string ;
    skos:prefLabel "South African Sign Language"@en,
        "Južnoafrički znakovni jezik"@hr,
        "Sørafrikansk tegnspråk"@no,
        "Língua gestual sul-africana"@pt .

<http://lexvo.org/id/iso639-3/sfw> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "sfw"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Sehwi_language>,
        <http://www.mpii.de/yago/resource/Sehwi_language> ;
    skos:altLabel "Sehwi language"@en ;
    skos:definition "Sehwi (Sefwi) is a Central Tano language of Ghana."@en ;
    skos:inScheme lexvo: ;
    skos:notation "sfw"^^xsd:string ;
    skos:prefLabel "Sehwi"@de,
        "Sehwi"@en,
        "Lenga Sehwi"@pms .

<http://lexvo.org/id/iso639-3/sgb> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "sgb"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Mag-antsi_language>,
        <http://www.mpii.de/yago/resource/Mag-antsi_language> ;
    skos:altLabel "Ayta, Mag-antsi"@en,
        "Mag-antsi language"@en ;
    skos:definition "Mag-antsi or Mag-anchi is a Sambalic language. It has around 4,200 speakers (Stock 2005) and is spoken within Aeta communities in the Zambal municipalities of Botolan, San Marcelino, and Castillejos; in the Tarlaqueño municipalities of Capas and Bamban; in Mabalacat, Pampanga; and in the city of Angeles. See also *Languages of the Philippines External links *"@en ;
    skos:inScheme lexvo: ;
    skos:notation "sgb"^^xsd:string ;
    skos:prefLabel "Mag-antsi Ayta"@en,
        "ภาษามักอันซี"@th .

<http://lexvo.org/id/iso639-3/sgc> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "sgc"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Kipsigis_language>,
        <http://www.mpii.de/yago/resource/Kipsigis_language> ;
    skos:altLabel "Kipsigis language"@en ;
    skos:definition "Kipsigis (or Kipsikii, Kipsikiis) is part of the Kenyan Kalenjin dialect cluster, commonly called Nandi . It is spoken mainly in the Kericho district of the Rift Valley Province in Kenya. The Kipsigis people are the most numerous tribe of the Kalenjin in Kenya. Kipsigis is closely related to Nandi, Keiyo (Keyo, Elgeyo), South Tugen (Tuken), and Cherangany."@en ;
    skos:inScheme lexvo: ;
    skos:notation "sgc"^^xsd:string ;
    skos:prefLabel "Kipsigiseg"@br,
        "Kipsigis"@en,
        "Kipsikis"@fr .

<http://lexvo.org/id/iso639-3/sgd> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "sgd"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Surigaonon_language>,
        <http://www.mpii.de/yago/resource/Surigaonon_language> ;
    skos:altLabel "Surigaonon language"@en ;
    skos:definition "Surigaonon is a local Philippine language spoken by Surigaonon people in the province of Surigao del Norte, Surigao del Sur, and some portion of Agusan del Norte especially the towns near the Mainit Lake. Though it is related to Cebuano, solid Cebuano speakers can hardly understand Surigaonon speakers."@en ;
    skos:inScheme lexvo: ;
    skos:notation "sgd"^^xsd:string ;
    skos:prefLabel "Sinurigawnon"@ceb,
        "Surigaonon"@en,
        "Surigaonon"@fr,
        "Surigaonon-ngî"@hak,
        "Pagsasao a Surigaonon"@ilo,
        "ภาษาซูริเกานอน"@th,
        "Tiếng Surigaonon"@vi .

<http://lexvo.org/id/iso639-3/sgi> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "sgi"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Nizaa_language>,
        <http://www.mpii.de/yago/resource/Nizaa_language> ;
    skos:altLabel "Nizaa language"@en ;
    skos:definition "Suga, also known as Galim, Nyemnyem, and Nizaa, is a Mambiloid language of Cameroon."@en ;
    skos:inScheme lexvo: ;
    skos:notation "sgi"^^xsd:string ;
    skos:prefLabel "Suga"@de,
        "Suga"@en,
        "Lenga Suga"@pms,
        "Kisuga"@sw .

<http://lexvo.org/id/iso639-3/sgr> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "sgr"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Sangsari_language>,
        <http://www.mpii.de/yago/resource/Sangsari_language> ;
    skos:altLabel "Sangsari language"@en ;
    skos:definition "Sangsari or Sangisari is an Iranian language spoken in the Semnan province of Iran mainly in the Sangsar (Mahdi Shehr) town and in several surrounding villages. Sangsari is included in the Semnani group of Northwest Iranian languages that also includes Lasgerdi, Semnani, and Sorkhei. There are around 36,000 Sangsari speakers."@en ;
    skos:inScheme lexvo: ;
    skos:notation "sgr"^^xsd:string ;
    skos:prefLabel "Sengıserki"@diq,
        "Sangisari"@en,
        "زبان سنگسری"@fa,
        "ภาษาซังกิซารี"@th .

<http://lexvo.org/id/iso639-3/sgs> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "sgs"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Samogitian_dialect>,
        <http://www.mpii.de/yago/resource/Samogitian_dialect> ;
    skos:altLabel "Samogitian dialect"@en ;
    skos:definition "Samogitian (Samogitian: , ) is a dialect of the Lithuanian language spoken mostly in Samogitia (in the western part of Lithuania). Attempts have been made to standardize it. The Samogitian dialect should not be confused with the middle dialect of the Lithuanian language as spoken between the 16th and 18th centuries, which was sometimes referred to as the Samogitian language."@en ;
    skos:inScheme lexvo: ;
    skos:notation "sgs"^^xsd:string ;
    skos:prefLabel "Samuxiti aru"@ay,
        "Žemaitština"@cs,
        "Žemaitisk"@da,
        "Schemaitisch"@de,
        "Samogitian"@en,
        "Ĵemajtia dialekto"@eo,
        "Idioma samogitiano"@es,
        "زبان ساموگیتی"@fa,
        "Samogiitti"@fi,
        "Samogitien"@fr,
        "Samoxiciano"@gl,
        "Samogitiñe'ẽ"@gn,
        "Samogitski jezik"@hr,
        "Lingua samogitica"@it,
        "サモギティア語"@ja,
        "사모기티아어"@ko,
        "Жемайт кыв"@kv,
        "Žemaičių tarmė"@lt,
        "Žemaitiu kalba"@lt-x,
        "Žemaišu dialekts"@lv,
        "Samogitisch"@nl,
        "Samogitisk"@no,
        "Język żmudzki"@pl,
        "سیموگیٹین"@pnb,
        "Samogiciano"@pt,
        "Жемайтское наречие"@ru,
        "Gjuha samogitiano"@sq,
        "Žemaitiska"@sv,
        "சமோகீத்திய மொழி"@ta,
        "Samogitçe"@tr,
        "Жмудська мова"@uk,
        "Žemaidi kiil"@vro,
        "Sinamogitan"@war,
        "薩莫吉提亞語"@zh .

<http://lexvo.org/id/iso639-3/sgt> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "sgt"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Brokpa_language>,
        <http://www.mpii.de/yago/resource/Brokpa_language> ;
    skos:altLabel "Brokpa language"@en ;
    skos:definition "The Brokpa language (Dzongkha: དྲོཀ་པ་ཁ་; Wylie: Drok-pa-kha; also called \"Brokpa,\" \"Dakpa,\" \"Damilo,\" \"Dap,\" \"Drokpakay,\" \"Jobikha,\" \"Mera Sagtengpa,\" \"Meragsagstengkha,\" \"Mira Sagtengpa,\" and \"Sagtengpa\") is a Southern Tibetan language spoken by about 5,000 people mainly in Merak and Sakten Gewogs in the Sakten Valley of Trashigang District in eastern Bhutan. Brokpa is spoken by descendants of pastoral yakherd communities.<ref name=vanDriem93/>"@en ;
    skos:inScheme lexvo: ;
    skos:notation "sgt"^^xsd:string ;
    skos:prefLabel "Brokpakeg"@br,
        "Brokpake"@en,
        "Lenga Brokpake"@pms .

<http://lexvo.org/id/iso639-3/sgy> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "sgy"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Sanglechi_language>,
        <http://www.mpii.de/yago/resource/Sanglechi_language> ;
    skos:altLabel "Sanglechi language"@en ;
    skos:definition "Sanglechi is an Iranian language spoken in Afghanistan. It is also spoken in Tajikistan, where it is called Sanglich."@en ;
    skos:inScheme lexvo: ;
    skos:notation "sgy"^^xsd:string ;
    skos:prefLabel "Sanglechi"@en,
        "Sangletchi"@fr,
        "Сангличский язык"@ru .

<http://lexvo.org/id/iso639-3/sha> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "sha"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Shall-Zwall_language>,
        <http://www.mpii.de/yago/resource/Shall-Zwall_language> ;
    skos:altLabel "Shall-Zwall language"@en ;
    skos:definition "Shall-Zwall is a small dialect cluster of Plateau languages in Nigeria."@en ;
    skos:inScheme lexvo: ;
    skos:notation "sha"^^xsd:string ;
    skos:prefLabel "Shall-Zwall"@en .

<http://lexvo.org/id/iso639-3/shc> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "shc"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Sonde_language>,
        <http://www.mpii.de/yago/resource/Sonde_language> ;
    skos:altLabel "Sonde language"@en ;
    skos:definition "Sonde is a Bantu language of the Democratic Republic of the Congo."@en ;
    skos:inScheme lexvo: ;
    skos:notation "shc"^^xsd:string ;
    skos:prefLabel "Sonde"@en .

<http://lexvo.org/id/iso639-3/she> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "she"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Sheko_language>,
        <http://www.mpii.de/yago/resource/Sheko_language> ;
    skos:altLabel "Sheko language"@en ;
    skos:definition "Sheko is an Omotic language of the Afro-Asiatic language family spoken in the area between Tepi and Mizan Teferi in western Ethiopia, in the Sheko district in the Bench Maji Zone. The 2007 census lists 38,911 speakers; the 1998 census listed 23,785 speakers, with 13,611 identified as monolinguals."@en ;
    skos:inScheme lexvo: ;
    skos:notation "she"^^xsd:string ;
    skos:prefLabel "Idioma shako"@an,
        "Sheko"@en,
        "Sheko"@fr,
        "Lenga Sheko"@pms,
        "Língua sheko"@pt .

<http://lexvo.org/id/iso639-3/shm> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "shm"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/shah1254> ;
    skos:inScheme lexvo: ;
    skos:notation "shm"^^xsd:string ;
    skos:prefLabel "Shahrudi"@en .

<http://lexvo.org/id/iso639-3/sho> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "sho"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Shanga_language>,
        <http://www.mpii.de/yago/resource/Shanga_language> ;
    skos:altLabel "Shanga language"@en ;
    skos:definition "Shanga (Shangawa, Shonga, Shongawa) is a Mande language of Nigeria."@en ;
    skos:inScheme lexvo: ;
    skos:notation "sho"^^xsd:string ;
    skos:prefLabel "Shanga"@en .

<http://lexvo.org/id/iso639-3/shr> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "shr"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Shi_language>,
        <http://www.mpii.de/yago/resource/Shi_language> ;
    skos:altLabel "Shi language"@en ;
    skos:definition "Shi is a Bantu language of the Democratic Republic of the Congo."@en ;
    skos:inScheme lexvo: ;
    skos:notation "shr"^^xsd:string ;
    skos:prefLabel "Shi"@en,
        "Kishi"@sw .

<http://lexvo.org/id/iso639-3/shw> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "shw"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Shwai_language>,
        <http://www.mpii.de/yago/resource/Shwai_language> ;
    skos:altLabel "Shwai language"@en ;
    skos:definition "Shwai (Shuway) is a Niger–Congo language in the Heiban family spoken in Kordofan, Sudan. It is also called Ludumor. Dialects are Shabun, Cerumba (Shirumba), Ndano."@en ;
    skos:inScheme lexvo: ;
    skos:notation "shw"^^xsd:string ;
    skos:prefLabel "Chwaieg"@br,
        "Schwai"@de,
        "Shwai"@en,
        "Shwai jezik"@hr,
        "Ширумбаски јазик"@mk,
        "Lenga Shwai"@pms .

<http://lexvo.org/id/iso639-3/shx> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "shx"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/She_language>,
        <http://www.mpii.de/yago/resource/She_language> ;
    skos:altLabel "She language"@en ;
    skos:definition "The She language (Mandarin: 畲語 shēyǔ, Hakka 山客話 san ha ue ), autonym Ho Ne or Ho Nte, is an endangered Hmong–Mien language spoken by the She people. Most of the over 709,000 She people today speak Hakka Chinese. Those who retain their own language – approximately 1,200 individuals in Guangdong province – call themselves Ho Ne \"mountain people\" (Chinese: 活聶 huóniè)."@en ;
    skos:inScheme lexvo: ;
    skos:notation "shx"^^xsd:string ;
    skos:prefLabel "She"@en,
        "Ho nte"@fr,
        "シェ語"@ja,
        "She"@no,
        "Шэ"@ru,
        "畲语"@zh .

<http://lexvo.org/id/iso639-3/shz> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "shz"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Syenara_language>,
        <http://www.mpii.de/yago/resource/Syenara_language> ;
    skos:altLabel "Senoufo, Syenara"@en,
        "Syenara language"@en ;
    skos:definition "Syenara (Shenara), one of a cluster of languages called Senari, is a Senufo language of Mali, spoken by a hundred thousand people."@en ;
    skos:inScheme lexvo: ;
    skos:notation "shz"^^xsd:string ;
    skos:prefLabel "Chenareg"@br,
        "Schenara"@de,
        "Syenara Senoufo"@en,
        "Syenara"@fr,
        "Lenga Senoufo Syenara"@pms .

<http://lexvo.org/id/iso639-3/sia> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "sia"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Akkala_Sami_language>,
        <http://www.mpii.de/yago/resource/Akkala_Sami_language> ;
    skos:altLabel "Akkala Sami language"@en,
        "Sami, Akkala"@en ;
    skos:definition "Akkala Sami is a Sami language that was spoken in the Sami villages of A´kkel and Ču´kksuâl, in the inland parts of the Kola Peninsula in Russia. Formerly erroneously regarded as a dialect of Kildin Sami, it has recently become recognized as an independent Sami language that is most closely related to its western neighbor Skolt Sami."@en ;
    skos:inScheme lexvo: ;
    skos:notation "sia"^^xsd:string ;
    skos:prefLabel "Акала-саамски език"@bg,
        "Samieg Akkala"@br,
        "Akkalská sámština"@cs,
        "Аккала саами"@cv,
        "Akkalasamische Sprache"@de,
        "Akkala Sami"@en,
        "Akala-samea lingvo"@eo,
        "Akkala saami keel"@et,
        "Akkalansaame"@fi,
        "Same d'Akkala"@fr,
        "Akkala laponski"@hr,
        "Akkala számi nyelv"@hu,
        "Lingua sami di Akkala"@it,
        "Akalos samių kalba"@lt,
        "Akalas samiu kalba"@lt-x,
        "Акала-лапонски јазик"@mk,
        "Akkalasamisk"@nn,
        "Akkalasamisk"@no,
        "Język akkala"@pl,
        "Lenga Saami, Akkala"@pms,
        "Língua sami de Akkala"@pt,
        "Бабинский саамский язык"@ru,
        "Akkala Sami leid"@sco,
        "Áhkkilsámegiella"@se,
        "Akkalasamiska"@sv .

<http://lexvo.org/id/iso639-3/sig> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "sig"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Paasaal_language>,
        <http://www.mpii.de/yago/resource/Paasaal_language> ;
    skos:altLabel "Paasaal language"@en ;
    skos:definition "Paasaal, or Pasaale Sisaala (Southern Sisaala) is a Gur language of Ghana, with a thousand speakers in Ivory Coast. The two dialects, Gilbagala and Pasaali, are part of a dialect continuum that continues on into Sisaala."@en ;
    skos:inScheme lexvo: ;
    skos:notation "sig"^^xsd:string ;
    skos:prefLabel "Paasaal"@de,
        "Paasaal"@en,
        "Lenga Paasaal"@pms .

<http://lexvo.org/id/iso639-3/sii> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "sii"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Shompen_languages>,
        <http://www.mpii.de/yago/resource/Shompen_languages> ;
    skos:altLabel "Shompen languages"@en ;
    skos:definition "The Shompen languages are spoken on Great Nicobar Island in the Indian union territory of the Andaman and Nicobar Islands in the Indian Ocean south of Burma."@en ;
    skos:inScheme lexvo: ;
    skos:notation "sii"^^xsd:string ;
    skos:prefLabel "Shom Peng"@en,
        "Bahasa Shompen"@id,
        "숌펜어"@ko,
        "Шомпенские языки"@ru .

<http://lexvo.org/id/iso639-3/sij> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "sij"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Numbami_language>,
        <http://www.mpii.de/yago/resource/Numbami_language> ;
    skos:altLabel "Numbami language"@en ;
    skos:definition "Numbami (also known as Siboma or Sipoma) is an Austronesian language spoken by about 300 people with ties to a single village in Morobe Province, Papua New Guinea. Numbami is a phonologically conservative isolate within the Huon Gulf languages, and is the last Austronesian language on the south coast of the Huon Gulf. Its nearest relatives along the coast to the southeast are 270 km away, Maisin and Arifama-Miniafia in Oro Province (Northern Province in the former colony of Papua)."@en ;
    skos:inScheme lexvo: ;
    skos:notation "sij"^^xsd:string ;
    skos:prefLabel "Numbami"@en,
        "Numbami"@fr .

<http://lexvo.org/id/iso639-3/sik> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "sik"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Sikiana_language>,
        <http://www.mpii.de/yago/resource/Sikiana_language> ;
    skos:altLabel "Sikiana language"@en ;
    skos:definition "Sikiana is a Carib language that was spoken by 33 people in Brazil and 15 people in Suriname. It was spoken in Venezuela at one time and is now probably extinct there. Sikiana as a whole is near extinction."@en ;
    skos:inScheme lexvo: ;
    skos:notation "sik"^^xsd:string ;
    skos:prefLabel "Sikiana"@en,
        "Sikiana lingvo"@eo .

<http://lexvo.org/id/iso639-3/sim> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "sim"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Seim_language>,
        <http://www.mpii.de/yago/resource/Seim_language> ;
    skos:altLabel "Mende (Papua New Guinea)"@en,
        "Seim language"@en ;
    skos:definition "Seim, or Mende, is a Sepik language of Papua New Guinea."@en ;
    skos:inScheme lexvo: ;
    skos:notation "sim"^^xsd:string ;
    skos:prefLabel "Mende"@en .

<http://lexvo.org/id/iso639-3/sir> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "sir"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Siri_language>,
        <http://www.mpii.de/yago/resource/Siri_language> ;
    skos:altLabel "Siri language"@en ;
    skos:definition "Siri is a highly endangered Afro-Asiatic language spoken in Bauchi State, Nigeria by a few older adults."@en ;
    skos:inScheme lexvo: ;
    skos:notation "sir"^^xsd:string ;
    skos:prefLabel "Siri"@en .

<http://lexvo.org/id/iso639-3/six> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "six"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Sumau_language>,
        <http://www.mpii.de/yago/resource/Sumau_language> ;
    skos:altLabel "Sumau language"@en ;
    skos:definition "Sumau, also known as Garia (Kari), is a Rai Coast language spoken in Madang Province, Papua New Guinea."@en ;
    skos:inScheme lexvo: ;
    skos:notation "six"^^xsd:string ;
    skos:prefLabel "Sumau"@en .

<http://lexvo.org/id/iso639-3/siy> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "siy"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Sivandi_language>,
        <http://www.mpii.de/yago/resource/Sivandi_language> ;
    skos:altLabel "Sivandi language"@en ;
    skos:definition "Sivandi is an Iranian language spoken in Fars Province, Iran by around 7000 people."@en ;
    skos:inScheme lexvo: ;
    skos:notation "siy"^^xsd:string ;
    skos:prefLabel "زمانی سیوەندی"@ckb,
        "Sivandi"@en,
        "زبان سیوندی"@fa,
        "Sivandi"@fr,
        "Zimanê sîwendî"@ku,
        "Lenga Sivandi"@pms .

<http://lexvo.org/id/iso639-3/sja> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "sja"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/epen1239> ;
    skos:inScheme lexvo: ;
    skos:notation "sja"^^xsd:string ;
    skos:prefLabel "Epena"@en .

<http://lexvo.org/id/iso639-3/sje> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "sje"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Pite_Sami_language>,
        <http://www.mpii.de/yago/resource/Pite_Sami_language> ;
    skos:altLabel "Pite Sami language"@en,
        "Sami, Pite"@en ;
    skos:definition "Pite Sami, also known as Arjeplog Sami, is a Sami language traditionally spoken in Sweden and Norway. It is a critically endangered language that has only about 25&ndash;50 native speakers left and is now only spoken on the Swedish side of the border along the Pite River in the north of Arjeplog and Arvidsjaur and in the mountainous areas of the Arjeplog municipality."@en ;
    skos:inScheme lexvo: ;
    skos:notation "sje"^^xsd:string ;
    skos:prefLabel "Пите-саамски език"@bg,
        "Samieg Pite"@br,
        "Pitejská sámština"@cs,
        "Pite Sami"@en,
        "Pite-samea lingvo"@eo,
        "Pite saami keel"@et,
        "Piitimensaame"@fi,
        "Same de Pite"@fr,
        "Pitei számi nyelv"@hu,
        "Lingua sami di Pite"@it,
        "Pitėjo samių kalba"@lt,
        "Pėtėjė samiu kalba"@lt-x,
        "Пите-лапонски јазик"@mk,
        "Pitesamisk"@nn,
        "Pitesamisk"@no,
        "Língua sami de Pite"@pt,
        "Пите-саамский язык"@ru,
        "Biđonsámegiella"@se,
        "Pitesamiska"@sv .

<http://lexvo.org/id/iso639-3/sjk> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "sjk"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Kemi_Sami_language>,
        <http://www.mpii.de/yago/resource/Kemi_Sami_language> ;
    skos:altLabel "Kemi Sami language"@en,
        "Sami, Kemi"@en ;
    skos:definition "Kemi Sami is a Sami language that was originally spoken in the southernmost district of Finnish Lapland as far south as the Sami siidas around Kuusamo. A complex of local variants which had a distinct identity from other Sami dialects, but existed in a linguistic continuum between Inari Sami and Skolt Sami (some Kemi groups sounded more like Inari, and some more like Skolt, due to geographic proximity). Extinct now for over 100 years, few written examples of Kemi Sami survive. Johannes Schefferuss Lapponia from 1673 contains two yoik poems by the Kemi Sami Olof (Mattsson) Sirma, \"Guldnasas\" and \"Moarsi favrrot\". A short vocabulary was written by the Finnish priest Jacob Fellman in 1829 after he visited the villages of Salla (Kuolajärvi until 1936) and Sompio . Also, the following translation of the Lords Prayer..."@en ;
    skos:inScheme lexvo: ;
    skos:notation "sjk"^^xsd:string ;
    skos:prefLabel "Кеми-саамски език"@bg,
        "Samieg Kemi"@br,
        "Kemijská sámština"@cs,
        "Kemisamische Sprache"@de,
        "Kemi Sami"@en,
        "Kemi-samea lingvo"@eo,
        "Kemi saami keel"@et,
        "Keminsaame"@fi,
        "Lingua sami di Kemi"@it,
        "Kemės samių kalba"@lt,
        "Kemės samiu kalba"@lt-x,
        "Кеми-лапонски јазик"@mk,
        "Kemisamisk"@no,
        "Lenga Saami, Kemi"@pms,
        "Língua sami de Kemi"@pt,
        "Кеми-саамский язык"@ru,
        "Giemasámegiella"@se,
        "Kemisamiska"@sv .

<http://lexvo.org/id/iso639-3/sjl> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "sjl"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Miji_language>,
        <http://www.mpii.de/yago/resource/Miji_language> ;
    skos:altLabel "Miji language"@en,
        "Sajalong"@en ;
    skos:definition "Dhammai, also Miji or Sajalong, is a small Tibeto-Burman language cluster of India. \"Dialects\" include at least two distinct languages, which are not particularly close, given only half of the vocabulary in common between the dialects of East Kameng District and West Kameng District."@en ;
    skos:inScheme lexvo: ;
    skos:notation "sjl"^^xsd:string ;
    skos:prefLabel "Miji"@en .

<http://lexvo.org/id/iso639-3/sjn> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "sjn"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Sindarin>,
        <http://www.mpii.de/yago/resource/Sindarin> ;
    skos:definition "Sindarin is a fictional language devised by J. R. R. Tolkien, and used in his secondary world, often called Middle-earth."@en ;
    skos:inScheme lexvo: ;
    skos:notation "sjn"^^xsd:string ;
    skos:prefLabel "Sindarin"@br,
        "Sindarin"@ca,
        "Синдаринъ"@cu,
        "Sindarin"@cy,
        "Sindarin"@da,
        "Sprachen und Schriften in Tolkiens Welt#Sindarin"@de,
        "Σίνταριν"@el,
        "Sindarin"@en,
        "Sindara lingvo"@eo,
        "Sindarin"@es,
        "Sindarin"@eu,
        "زبان سینداری"@fa,
        "Sindar"@fi,
        "Sindarin"@fr,
        "Sindarin"@gl,
        "סינדארין"@he,
        "Sindarin nyelv"@hu,
        "Sindarin"@is,
        "Sindarin"@it,
        "シンダール語"@ja,
        "신다린"@ko,
        "Lingua Sindarin"@la,
        "Sindarin"@lt,
        "Sindarijns"@nl,
        "Sindarin"@no,
        "Sindarin"@pl,
        "Sindarin"@pt,
        "Синдарин"@ru,
        "Sindarščina"@sl,
        "Sindarin"@sv,
        "ภาษาซินดาริน"@th,
        "辛达林"@zh .

<http://lexvo.org/id/iso639-3/sjo> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "sjo"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Xibe_language>,
        <http://www.mpii.de/yago/resource/Xibe_language> ;
    skos:altLabel "Xibe language"@en ;
    skos:definition "The Xibe language (also Sibo, Sibe, Xibo language) is the most widely spoken of the Tungusic languages spoken by members of the Xibe ethnic group in Xinjiang, in the northwest of the People's Republic of China."@en ;
    skos:inScheme lexvo: ;
    skos:notation "sjo"^^xsd:string ;
    skos:prefLabel "Chibeg"@br,
        "Xibenisch"@de,
        "Xibe"@en,
        "Xiben kieli"@fi,
        "Xibe"@fr,
        "シベ語"@ja,
        "시버어"@ko,
        "Сибески јазик"@mk,
        "Lenga xibe"@pms,
        "Сибинский диалект"@ru,
        "Sibe"@sv,
        "ภาษาซิเบ"@th,
        "شىبە تىلى"@ug,
        "锡伯语"@zh .

<http://lexvo.org/id/iso639-3/sjr> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "sjr"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/siar1238> ;
    skos:inScheme lexvo: ;
    skos:notation "sjr"^^xsd:string ;
    skos:prefLabel "Siar-Lak"@en .

<http://lexvo.org/id/iso639-3/sjs> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "sjs"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Senhaja_de_Srair_language>,
        <http://www.mpii.de/yago/resource/Senhaja_de_Srair_language> ;
    skos:altLabel "Senhaja de Srair language"@en ;
    skos:definition "The language of the Senhaja de Srair (Senhaja of Srair), also Senhaya or Zenaga, is a Northern Berber language spoken in the southern part of the Moroccan Rif. It is most closely related to the Atlas languages, but heavily influenced by the neighboring Riff language (also Berber.)"@en ;
    skos:inScheme lexvo: ;
    skos:notation "sjs"^^xsd:string ;
    skos:prefLabel "Senhadjeg"@br,
        "Senhaja De Srair"@en,
        "Senhaja de Srair"@hr,
        "Senhaja de srair"@sh .

<http://lexvo.org/id/iso639-3/sjt> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "sjt"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Ter_Sami_language>,
        <http://www.mpii.de/yago/resource/Ter_Sami_language> ;
    skos:altLabel "Sami, Ter"@en,
        "Ter Sami language"@en ;
    skos:definition "Ter Sami is the easternmost of the Sami languages. It was traditionally spoken in the northeastern part of the Kola Peninsula, but now it is a moribund language; in 2004, only ten speakers were left. By 2010, the number of speakers had decreased to two."@en ;
    skos:inScheme lexvo: ;
    skos:notation "sjt"^^xsd:string ;
    skos:prefLabel "Тер-саамски език"@bg,
        "Samieg Ter"@br,
        "Terská sámština"@cs,
        "Tersamische Sprache"@de,
        "Ter Sami"@en,
        "Ter-samea lingvo"@eo,
        "Turjasaami keel"@et,
        "Turjansaame"@fi,
        "Same de Ter"@fr,
        "Lingua sami di Ter"@it,
        "Terio samių kalba"@lt,
        "Tere samiu kalba"@lt-x,
        "Терски лапонски јазик"@mk,
        "Ter-Samisch"@nl,
        "Tersamisk"@nn,
        "Tersamisk"@no,
        "Lenga Saami, Ter"@pms,
        "Língua sami de Ter"@pt,
        "Йоканьгско-саамский язык"@ru,
        "Darjjesámegiella"@se,
        "Tersamiska"@sv .

<http://lexvo.org/id/iso639-3/sju> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "sju"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Ume_Sami_language>,
        <http://www.mpii.de/yago/resource/Ume_Sami_language> ;
    skos:altLabel "Sami, Ume"@en,
        "Ume Sami language"@en ;
    skos:definition "Ume Sami is a Sami language spoken in Sweden and Norway. It is a dying language with only about 10 native speakers left and is spoken mainly along the Ume River in the north of Arjeplog and Arvidsjaur."@en ;
    skos:inScheme lexvo: ;
    skos:notation "sju"^^xsd:string ;
    skos:prefLabel "Samieg Ume"@br,
        "Umejská sámština"@cs,
        "Ume Sami"@en,
        "Ume-samea lingvo"@eo,
        "Ume saami keel"@et,
        "Uumajansaame"@fi,
        "Umesámiskt"@fo,
        "Same d'Ume"@fr,
        "Lingua sami di Ume"@it,
        "Umėjo samių kalba"@lt,
        "Umėjė samiu kalba"@lt-x,
        "Уме-лапонски јазик"@mk,
        "Ume-Samisch"@nl,
        "Umesamisk"@nn,
        "Umesamisk"@no,
        "Língua sami de Ume"@pt,
        "Уме-саамский язык"@ru,
        "Ubmisámegiella"@se,
        "Umesamiska"@sv .

<http://lexvo.org/id/iso639-3/ske> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ske"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Ske_language>,
        <http://www.mpii.de/yago/resource/Ske_language> ;
    skos:altLabel "Seke (Vanuatu)"@en,
        "Ske language"@en ;
    skos:definition "Ske (or Seke) is an endangered language of south-western Pentecost island in Vanuatu. Ske belongs to the East Vanuatu languages, a branch of the Austronesian languages family."@en ;
    skos:inScheme lexvo: ;
    skos:notation "ske"^^xsd:string ;
    skos:prefLabel "Seke"@en .

<http://lexvo.org/id/iso639-3/skr> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "skr"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Saraiki_language>,
        <http://www.mpii.de/yago/resource/Saraiki_language> ;
    skos:altLabel "Saraiki language"@en ;
    skos:definition "Saraiki (Persian script: ), transliterated as Sirāikī and sometimes spelled Seraiki and Saraiki, is a standardized written language of Pakistan belonging to the Indo-Aryan (Indic) languages. It is a language spoken in the heart of Pakistan. Saraiki is based on a group of vernacular, historically unwritten dialects spoken by over 14 million people across the southern most half of Punjab Province, the adjacent border region of Sindh Province, and the northwest of Punjab Province, southern districts of Dera Ismail Khan and Tank of Khyber-Pakhtunkhwa province as well as by nearly 70,000 emigrants and their descendants in India. The development of the standard written language, a process which began after the founding of Pakistan in 1947, has been driven by a regionalist political movement. It is to be considered that this is the movement for a separate ethnic identity only and Saraikis are considered as Pakistani nationalists due to their geographic position within Pakistan."@en ;
    skos:inScheme lexvo: ;
    skos:notation "skr"^^xsd:string ;
    skos:prefLabel "Seraiki"@en .

<http://lexvo.org/id/iso639-3/sks> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "sks"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Maia_language>,
        <http://www.mpii.de/yago/resource/Maia_language> ;
    skos:altLabel "Maia language"@en ;
    skos:definition "Maia (Maya) is a Papuan language of Madang Province, Papua New Guinea. Other names for the language are Banar, Pila, Saki, Suaro, Turutap, and Yakiba."@en ;
    skos:inScheme lexvo: ;
    skos:notation "sks"^^xsd:string ;
    skos:prefLabel "Maia"@en .

<http://lexvo.org/id/iso639-3/skt> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "skt"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Sakata_language>,
        <http://www.mpii.de/yago/resource/Sakata_language> ;
    skos:altLabel "Sakata language"@en ;
    skos:definition "Sakata is a Bantu dialect cluster of DR Congo. The dialects are rather divergent: Sakata proper, Djia (Wadia), Bai (Kibay), Tuku (Ketu, Batow)."@en ;
    skos:inScheme lexvo: ;
    skos:notation "skt"^^xsd:string ;
    skos:prefLabel "Sakata"@de,
        "Sakata"@en,
        "Kisakáta"@ln,
        "Język sakata"@pl,
        "Lenga Sakata"@pms .

<http://lexvo.org/id/iso639-3/skw> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "skw"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Skepi_Creole_Dutch>,
        <http://www.mpii.de/yago/resource/Skepi_Creole_Dutch> ;
    skos:altLabel "Creole Dutch, Skepi"@en ;
    skos:definition "Skepi is an extinct Dutch-based creole language of Guyana, spoken in the region of Essequibo. It was not mutually intelligible with Berbice Creole Dutch, also spoken in Guyana. This language has been classified as extinct since 1998."@en ;
    skos:inScheme lexvo: ;
    skos:notation "skw"^^xsd:string ;
    skos:prefLabel "Skepi Creole Dutch"@en,
        "Skepi"@nl,
        "Skepi"@no .

<http://lexvo.org/id/iso639-3/slh> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "slh"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/sout2965> ;
    skos:altLabel "Salish, Southern Puget Sound"@en ;
    skos:inScheme lexvo: ;
    skos:notation "slh"^^xsd:string ;
    skos:prefLabel "Southern Puget Sound Salish"@en .

<http://lexvo.org/id/iso639-3/sli> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "sli"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Silesian_German>,
        <http://www.mpii.de/yago/resource/Silesian_German> ;
    skos:altLabel "Silesian German"@en,
        "Silesian, Lower"@en ;
    skos:definition "Silesian German language (Silesian German: Schläsche Sproache/Schläs'sche Sproche, ), is a German dialect/language spoken in Silesia. Today, the area is mainly in southwestern Poland, but as well as in northeastern Czech Republic and in eastern Germany. The group of dialects is nearly extinct."@en ;
    skos:inScheme lexvo: ;
    skos:notation "sli"^^xsd:string ;
    skos:prefLabel "Silesiese Duits"@af,
        "Schlesisch"@bar,
        "Slezská němčina"@cs,
        "Schlesisk"@da,
        "Schlesisch"@de,
        "Lower Silesian"@en,
        "Silezia-germana lingvo"@eo,
        "Silésien"@fr,
        "Donjošleski jezik"@hr,
        "Sziléziai német nyelv"@hu,
        "Tedesco Slesiano"@it,
        "Schleesėsch"@ksh,
        "Шлезиски германски јазик"@mk,
        "Silezisch Duits"@nl,
        "Dialekt śląski języka niemieckiego"@pl,
        "Lenga slesian-a"@pms,
        "Силезские диалекты немецкого языка"@ru,
        "Ślůnsko mjymjecko godka"@szl,
        "西里西亞語"@zh .

<http://lexvo.org/id/iso639-3/slj> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "slj"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Salum%C3%A1_language>,
        <http://www.mpii.de/yago/resource/Salum%C3%A1_language> ;
    skos:altLabel "Salumá language"@en ;
    skos:definition "Salumá is a Carib of Brazil."@en ;
    skos:inScheme lexvo: ;
    skos:notation "slj"^^xsd:string ;
    skos:prefLabel "Salumá"@en .

<http://lexvo.org/id/iso639-3/sll> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "sll"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/salt1242> ;
    skos:inScheme lexvo: ;
    skos:notation "sll"^^xsd:string ;
    skos:prefLabel "Salt-Yui"@en .

<http://lexvo.org/id/iso639-3/slp> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "slp"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/lama1277> ;
    skos:inScheme lexvo: ;
    skos:notation "slp"^^xsd:string ;
    skos:prefLabel "Lamaholot"@en .

<http://lexvo.org/id/iso639-3/slq> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "slq"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Salchuq_language>,
        <http://www.mpii.de/yago/resource/Salchuq_language> ;
    skos:altLabel "Salchuq language"@en ;
    skos:definition "Salchuq (also Salchuk)is a Turkic language spoken in Iran. It is probably a dialect of Azerbaijani although ISO 639-3 and Ethnologue list it as a separate language."@en ;
    skos:inScheme lexvo: ;
    skos:notation "slq"^^xsd:string ;
    skos:prefLabel "Salchoukeg"@br,
        "Salchuq"@en,
        "Salchuq"@hr,
        "Lenga salchuq"@pms,
        "Салчукский язык"@ru .

<http://lexvo.org/id/iso639-3/sls> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "sls"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Sign_language_in_Singapore>,
        <http://www.mpii.de/yago/resource/Sign_language_in_Singapore> ;
    skos:altLabel "Sign language in Singapore"@en ;
    skos:inScheme lexvo: ;
    skos:notation "sls"^^xsd:string ;
    skos:prefLabel "Singapore Sign Language"@en,
        "Língua de sinais de Singapura"@pt .

<http://lexvo.org/id/iso639-3/slx> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "slx"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Salampasu_language>,
        <http://www.mpii.de/yago/resource/Salampasu_language> ;
    skos:altLabel "Salampasu language"@en ;
    skos:definition "Salampasu (Luntu) is a Bantu language of the Democratic Republic of the Congo."@en ;
    skos:inScheme lexvo: ;
    skos:notation "slx"^^xsd:string ;
    skos:prefLabel "Salampasu"@en .

<http://lexvo.org/id/iso639-3/smb> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "smb"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Simbari_language>,
        <http://www.mpii.de/yago/resource/Simbari_language> ;
    skos:altLabel "Simbari language"@en ;
    skos:definition "Simbari or Chimbari, is an Angan language of Papua New Guinea."@en ;
    skos:inScheme lexvo: ;
    skos:notation "smb"^^xsd:string ;
    skos:prefLabel "Simbari"@en .

<http://lexvo.org/id/iso639-3/smd> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "smd"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Sama_language_(Angola)>,
        <http://www.mpii.de/yago/resource/Sama_language_(Angola)> ;
    skos:altLabel "Sama language"@en ;
    skos:definition "Sama is a Bantu language of Angola that appears to be closely related to Kimbundu."@en ;
    skos:inScheme lexvo: ;
    skos:notation "smd"^^xsd:string ;
    skos:prefLabel "Sama"@en .

<http://lexvo.org/id/iso639-3/smk> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "smk"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Bolinao_language>,
        <http://www.mpii.de/yago/resource/Bolinao_language> ;
    skos:altLabel "Bolinao language"@en ;
    skos:definition "The Bolinao language (Bolinao: Binu-Bolinao) is spoken primarily in the Pangasinense municipality of Anda and the town of Bolinao. It has approximately 50,000 speakers (Ethnologue 1990), making it the second most widely spoken Sambalic language."@en ;
    skos:inScheme lexvo: ;
    skos:notation "smk"^^xsd:string ;
    skos:prefLabel "Bolinao"@en,
        "Pagsasao a Bolinao"@ilo,
        "ボリナオ語"@ja,
        "Болинао"@ru,
        "ภาษาโบลิเนา"@th,
        "Wikang Bolinao"@tl .

<http://lexvo.org/id/iso639-3/smm> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "smm"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Musasa_language>,
        <http://www.mpii.de/yago/resource/Musasa_language> ;
    skos:altLabel "Musasa language"@en ;
    skos:definition "Musasa is one of the eastern Indian Bihari languages."@en ;
    skos:inScheme lexvo: ;
    skos:notation "smm"^^xsd:string ;
    skos:prefLabel "Musasa"@en .

<http://lexvo.org/id/iso639-3/smu> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "smu"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Suoy_language>,
        <http://www.mpii.de/yago/resource/Suoy_language> ;
    skos:altLabel "Suoy language"@en ;
    skos:definition "Suoy is an endangered Pearic language of Cambodia spoken by a decreasing number of people, mainly older adults."@en ;
    skos:inScheme lexvo: ;
    skos:notation "smu"^^xsd:string ;
    skos:prefLabel "Somray"@en .

<http://lexvo.org/id/iso639-3/smv> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "smv"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Kadodi_language>,
        <http://www.mpii.de/yago/resource/Kadodi_language> ;
    skos:altLabel "Kadodi language"@en ;
    skos:definition "Kadodi is the language spoken by the Kupari community in Vasai, Maharashtra, India. It is also called Samvedic. It may be a divergent dialect of Konkani, with Marathi and Gujarati influence."@en ;
    skos:inScheme lexvo: ;
    skos:notation "smv"^^xsd:string ;
    skos:prefLabel "Samvedi"@en .

<http://lexvo.org/id/iso639-3/smw> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "smw"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Sumbawa_language>,
        <http://www.mpii.de/yago/resource/Sumbawa_language> ;
    skos:altLabel "Sumbawa language"@en ;
    skos:definition "Sumbawa (Sumbawarese) is the language of the western half of Sumbawa Island, Indonesia, which it shares with Bima. It is closely related to the languages of adjacent Lombok and Bali; indeed, it is the westernmost language in the south of Indonesia that is not part of the Central Malayo-Polynesian Sprachbund."@en ;
    skos:inScheme lexvo: ;
    skos:notation "smw"^^xsd:string ;
    skos:prefLabel "Sumbawa"@en,
        "Język sumbawa"@pl .

<http://lexvo.org/id/iso639-3/smz> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "smz"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Simeku_language>,
        <http://www.mpii.de/yago/resource/Simeku_language> ;
    skos:altLabel "Simeku language"@en ;
    skos:definition "Simeku is an East Papuan language spoken in the mountains of southern Bougainville Province, Papua New Guinea."@en ;
    skos:inScheme lexvo: ;
    skos:notation "smz"^^xsd:string ;
    skos:prefLabel "Simeku"@en .

<http://lexvo.org/id/iso639-3/snc> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "snc"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/sina1266> ;
    skos:inScheme lexvo: ;
    skos:notation "snc"^^xsd:string ;
    skos:prefLabel "Sinaugoro"@en .

<http://lexvo.org/id/iso639-3/sne> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "sne"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Jagoi_language>,
        <http://www.mpii.de/yago/resource/Jagoi_language> ;
    skos:altLabel "Bidayuh, Bau"@en,
        "Jagoi language"@en ;
    skos:definition "Jagoi, or Bau, is a Dayak language of Borneo. Gumbang dialect may actually be closer to Tringgus."@en ;
    skos:inScheme lexvo: ;
    skos:notation "sne"^^xsd:string ;
    skos:prefLabel "Bau Bidayuh"@en .

<http://lexvo.org/id/iso639-3/sng> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "sng"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Sanga_language_(Bantu)>,
        <http://www.mpii.de/yago/resource/Sanga_language_(Bantu)> ;
    skos:altLabel "Sanga (Democratic Republic of Congo)"@en,
        "Sanga language"@en ;
    skos:definition "Sanga, or Luba-Sanga, is a Bantu language of the Democratic Republic of Congo. It is closely related to Luba-Katanga."@en ;
    skos:inScheme lexvo: ;
    skos:notation "sng"^^xsd:string ;
    skos:prefLabel "Sanga"@en .

<http://lexvo.org/id/iso639-3/snv> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "snv"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/saba1265> ;
    skos:inScheme lexvo: ;
    skos:notation "snv"^^xsd:string ;
    skos:prefLabel "Sa'ban"@en .

<http://lexvo.org/id/iso639-3/snw> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "snw"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Santrokofi_language>,
        <http://www.mpii.de/yago/resource/Santrokofi_language> ;
    skos:altLabel "Santrokofi language"@en ;
    skos:definition "Santrokofi or Selee (Sεlεε, name of both people and language) is spoken in the mountainous central part of the Volta Region of Ghana. It belongs to the geographic group of Ghana Togo Mountain languages (traditionally called the Togorestsprachen or Togo Remnant languages) of the Kwa branch of Niger–Congo."@en ;
    skos:inScheme lexvo: ;
    skos:notation "snw"^^xsd:string ;
    skos:prefLabel "Selee"@de,
        "Selee"@en,
        "Selee jezik"@hr,
        "Lenga Selee"@pms .

<http://lexvo.org/id/iso639-3/sny> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "sny"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Sanio_language>,
        <http://www.mpii.de/yago/resource/Sanio_language> ;
    skos:altLabel "Sanio language"@en ;
    skos:definition "Sanio, or more precisely Saniyo-Hiyewe, is a Sepik language of northern Papua New Guinea."@en ;
    skos:inScheme lexvo: ;
    skos:notation "sny"^^xsd:string ;
    skos:prefLabel "Saniyo-Hiyewe"@en .

<http://lexvo.org/id/iso639-3/soc> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "soc"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/So_language_(Democratic_Republic_of_Congo)>,
        <http://www.mpii.de/yago/resource/So_language_(Democratic_Republic_of_Congo)> ;
    skos:altLabel "So (Democratic Republic of Congo)"@en,
        "So language"@en ;
    skos:definition "So (also Eso, Gesogo, Heso, Soa, Soko) is a language spoken by about 6,000 people as of 1971 in the Orientale Province, north of Basoko in the Democratic Republic of the Congo."@en ;
    skos:inScheme lexvo: ;
    skos:notation "soc"^^xsd:string ;
    skos:prefLabel "So"@en .

<http://lexvo.org/id/iso639-3/sod> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "sod"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Songoora_language>,
        <http://www.mpii.de/yago/resource/Songoora_language> ;
    skos:altLabel "Songoora language"@en ;
    skos:definition "Songoora is a minor Bantu language of the Democratic Republic of the Congo."@en ;
    skos:inScheme lexvo: ;
    skos:notation "sod"^^xsd:string ;
    skos:prefLabel "Songoora"@en .

<http://lexvo.org/id/iso639-3/soe> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "soe"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Hendo_language>,
        <http://www.mpii.de/yago/resource/Hendo_language> ;
    skos:altLabel "Hendo language"@en ;
    skos:definition "Hendo, also known as Songomeno, is a Bantu language in Kasai-Occidental Province, Democratic Republic of the Congo."@en ;
    skos:inScheme lexvo: ;
    skos:notation "soe"^^xsd:string ;
    skos:prefLabel "Songomeno"@en .

<http://lexvo.org/id/iso639-3/soh> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "soh"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Sillok_language>,
        <http://www.mpii.de/yago/resource/Sillok_language> ;
    skos:altLabel "Sillok language"@en ;
    skos:definition "Aka Sillok is a Nilo-Saharan language spoken by the Sillok people of Sudan."@en ;
    skos:inScheme lexvo: ;
    skos:notation "soh"^^xsd:string ;
    skos:prefLabel "Aka"@en,
        "Aka jezik"@hr,
        "Акаски јазик"@mk .

<http://lexvo.org/id/iso639-3/soq> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "soq"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Kanasi_language>,
        <http://www.mpii.de/yago/resource/Kanasi_language> ;
    skos:altLabel "Kanasi language"@en ;
    skos:definition "Kanasi (or Sona) is the easternmost Papuan language of New Guinea."@en ;
    skos:inScheme lexvo: ;
    skos:notation "soq"^^xsd:string ;
    skos:prefLabel "Kanasi"@en .

<http://lexvo.org/id/iso639-3/sor> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "sor"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Somrai_language>,
        <http://www.mpii.de/yago/resource/Somrai_language> ;
    skos:altLabel "Somrai language"@en ;
    skos:definition "Somrai, also known as Sounrai, Shibne, Somrei, Sibine, Somre, Sumrai, Soumray, and Soumrai, is an Afro-Asiatic language spoken in the southwestern Chadian prefectures of Tandjilé and Lai. The speakers or Somrai are not bilingual; the language is not mutually intelligible with any other, as its highest lexical similarity with another language is with Ndam (42%). Most of the speakers, who call themselves Shibne or Sibine, generally practice traditional religions, Christianity, or Islam."@en ;
    skos:inScheme lexvo: ;
    skos:notation "sor"^^xsd:string ;
    skos:prefLabel "Somrai"@en,
        "Soumray"@fr,
        "Lenga Somrai"@pms .

<http://lexvo.org/id/iso639-3/sos> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "sos"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Sembla_language>,
        <http://www.mpii.de/yago/resource/Sembla_language> ;
    skos:altLabel "Sembla language"@en ;
    skos:definition "Seenku (Seeku) is a Mande language of Burkina Faso. The northern and southern dialects, Timiku and Gbeneku, are easily intelligible."@en ;
    skos:inScheme lexvo: ;
    skos:notation "sos"^^xsd:string ;
    skos:prefLabel "Seenku"@de,
        "Seeku"@en,
        "Seeku jezik"@hr,
        "Lenga Seeku"@pms .

<http://lexvo.org/id/iso639-3/sou> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "sou"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Southern_Thai_language>,
        <http://www.mpii.de/yago/resource/Southern_Thai_language> ;
    skos:altLabel "Southern Thai language"@en,
        "Thai, Southern"@en ;
    skos:definition "Southern Thai or Dambro (, ; , ) is a Tai language spoken in the 14 changwat of Southern Thailand as well as by small communities in the northernmost Malaysian states. It is spoken by roughly five million people, and as a second language by the 1.5 million speakers of Patani Malay and other ethnic groups such as the local Thai Chinese communities, Negritos, and other tribal groups. Most speakers are also fluent or understand the standard Thai language."@en ;
    skos:inScheme lexvo: ;
    skos:notation "sou"^^xsd:string ;
    skos:prefLabel "Paktaieg"@br,
        "Südthailändische Sprache"@de,
        "Southern Thai"@en,
        "南タイ語"@ja,
        "남부 타이어"@ko,
        "Język południowotajski"@pl,
        "Южнотайский диалект"@ru,
        "ภาษาไทยถิ่นใต้"@th,
        "Tiếng Nam Thái"@vi .

<http://lexvo.org/id/iso639-3/sow> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "sow"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Sowanda_language>,
        <http://www.mpii.de/yago/resource/Sowanda_language> ;
    skos:altLabel "Sowanda language"@en ;
    skos:definition "Sowanda is a Papuan language of Sandaun Province, Papua New Guinea, with a couple hundred speakers in Indonesian Papua."@en ;
    skos:inScheme lexvo: ;
    skos:notation "sow"^^xsd:string ;
    skos:prefLabel "Sowanda"@en .

<http://lexvo.org/id/iso639-3/soz> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "soz"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Sonjo_language>,
        <http://www.mpii.de/yago/resource/Sonjo_language> ;
    skos:altLabel "Sonjo language"@en ;
    skos:definition "Sonjo is a Bantu language spoken in northern Tanzania, 30–40 miles west of Lake Natron. Ethnolinguistically, it is a displaced member of Guthrie’s E50 group, most other members of which are found in Central Kenya. Within that group, it is most closely related to Gikuyu. The Sonjo people number about 30,000 (2002 SIL); many of them are bilingual in Swahili, the local language of education. Sonjo is largely undescribed."@en ;
    skos:inScheme lexvo: ;
    skos:notation "soz"^^xsd:string ;
    skos:prefLabel "Temi"@en,
        "Kitemi"@sw .

<http://lexvo.org/id/iso639-3/spc> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "spc"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Sap%C3%A9_language>,
        <http://www.mpii.de/yago/resource/Sap%C3%A9_language> ;
    skos:altLabel "Sapé language"@en ;
    skos:definition "Sapé Kaliana is a nearly extinct language spoken along the Paragua and Karuna rivers. In 2008 a few elderly speakers were found. Sape is one of the most poorly attested extant languages in South America, and may be a language isolate."@en ;
    skos:inScheme lexvo: ;
    skos:notation "spc"^^xsd:string ;
    skos:prefLabel "Sapé"@en,
        "Sapea lingvo"@eo,
        "Idioma sapé"@es,
        "Сапески јазик"@mk,
        "Lenga sapé"@pms .

<http://lexvo.org/id/iso639-3/spd> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "spd"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Saep_language>,
        <http://www.mpii.de/yago/resource/Saep_language> ;
    skos:altLabel "Saep language"@en ;
    skos:definition "Saep is a Rai Coast language spoken in Madang Province, Papua New Guinea."@en ;
    skos:inScheme lexvo: ;
    skos:notation "spd"^^xsd:string ;
    skos:prefLabel "Saep"@en .

<http://lexvo.org/id/iso639-3/spi> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "spi"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Saponi_language>,
        <http://www.mpii.de/yago/resource/Saponi_language> ;
    skos:altLabel "Saponi language"@en ;
    skos:definition "Saponi is nearly extinct a Papuan language of Indonesia. It shares half of its basic vocabulary with the Rasawa language, but its not clear that they are related. Saponi shares none of its pronouns with the Lakes Plain family that Rasawa is part of; indeed its basic pronouns mamire \"I, we\" and ba \"thou\" are remenincent of proto–East Birds Head *meme \"we\" and *ba \"thou\"."@en ;
    skos:inScheme lexvo: ;
    skos:notation "spi"^^xsd:string ;
    skos:prefLabel "Saponi"@en .

<http://lexvo.org/id/iso639-3/spl> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "spl"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/sele1250> ;
    skos:inScheme lexvo: ;
    skos:notation "spl"^^xsd:string ;
    skos:prefLabel "Selepet"@en .

<http://lexvo.org/id/iso639-3/sps> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "sps"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/sapo1253> ;
    skos:inScheme lexvo: ;
    skos:notation "sps"^^xsd:string ;
    skos:prefLabel "Saposa"@en .

<http://lexvo.org/id/iso639-3/spt> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "spt"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Spiti_Bhoti>,
        <http://www.mpii.de/yago/resource/Spiti_Bhoti> ;
    skos:altLabel "Bhoti, Spiti"@en ;
    skos:definition "Spiti Bhoti is a Tibetan language spoken in India. It is closer to Standard Tibetan than it is to Ladakhi, which is also spoken in the area."@en ;
    skos:inScheme lexvo: ;
    skos:notation "spt"^^xsd:string ;
    skos:prefLabel "Spiti Bhoti"@en .

<http://lexvo.org/id/iso639-3/spu> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "spu"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/sapu1248> ;
    skos:inScheme lexvo: ;
    skos:notation "spu"^^xsd:string ;
    skos:prefLabel "Sapuan"@en .

<http://lexvo.org/id/iso639-3/spx> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "spx"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/South_Picene_language>,
        <http://www.mpii.de/yago/resource/South_Picene_language> ;
    skos:altLabel "Picene, South"@en,
        "South Picene language"@en ;
    skos:definition "South Picene is an extinct Italic language, belonging to the Sabellic subfamily. It is currently considered by SIL International to belong to the Umbrian Group although in the long history of its attempted classification it has been placed at a higher level, parallel to Oscan and Umbrian within Sabellic, or even higher, parallel to Sabellic within Italic. It is apparently unrelated to the as yet undeciphered North Picene language. South Picene texts were at first relatively inscrutable even though some words were clearly Indo-European. The discovery in 1983 that two of the apparently redundant punctuation marks were in reality simplified letters led to an incremental improvement in their understanding and a first translation in 1985. Difficulties remain."@en ;
    skos:inScheme lexvo: ;
    skos:notation "spx"^^xsd:string ;
    skos:prefLabel "Süd-Pikenische Sprache"@de,
        "South Picene"@en,
        "Sud-picena lingvo"@eo,
        "Idioma piceno meridional"@es,
        "Sud-picène"@fr,
        "Dialetto piceno"@it,
        "Zuid-Piceens"@nl,
        "Güney Pikence"@tr,
        "南皮赛恩语"@zh .

<http://lexvo.org/id/iso639-3/spy> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "spy"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Sabaot_language>,
        <http://www.mpii.de/yago/resource/Sabaot_language> ;
    skos:altLabel "Sabaot language"@en ;
    skos:definition "SABAOT The Sabaot people live on or near the slopes of Mount Elgon. The hills of their homeland gradually rise from an elevation of 5,000 to 14,000 feet. The area is crisscrossed by numerous mountain streams and spectacular waterfalls. Mount Elgon is an extinct volcano about fifty (50) miles in diameter. The Kenya-Uganda border goes straight through the mountain-top, cutting the Sabaot homeland into two halves."@en ;
    skos:inScheme lexvo: ;
    skos:notation "spy"^^xsd:string ;
    skos:prefLabel "Sabaot"@en .

<http://lexvo.org/id/iso639-3/sqn> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "sqn"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Susquehannock_language>,
        <http://www.mpii.de/yago/resource/Susquehannock_language> ;
    skos:altLabel "Susquehannock language"@en ;
    skos:definition "Susquehannock is an extinct language that once was spoken by the Native American Susquehannocks. It is a part of the Iroquoian language family."@en ;
    skos:inScheme lexvo: ;
    skos:notation "sqn"^^xsd:string ;
    skos:prefLabel "Susquehannock"@en,
        "Susquehannock"@fr .

<http://lexvo.org/id/iso639-3/sqr> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "sqr"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Sicilian_Arabic>,
        <http://www.mpii.de/yago/resource/Sicilian_Arabic> ;
    skos:altLabel "Arabic, Siculo"@en,
        "Sicilian Arabic"@en ;
    skos:definition "Siculo-Arabic (or Sicilian Arabic) was a variety of Arabic spoken in Sicily and Malta between the ninth and the fourteenth centuries. It is extinct in Sicily, but it has developed into what is now the Maltese language on the islands of Malta."@en ;
    skos:inScheme lexvo: ;
    skos:notation "sqr"^^xsd:string ;
    skos:prefLabel "صقلية عربية"@ar,
        "Siculo Arabic"@en,
        "Sicilia araba dialekto"@eo,
        "Arabe sicilien"@fr,
        "Lingua siculo-araba"@it,
        "Сицилиско-арапски јазик"@mk,
        "Сицилийско-арабский язык"@ru .

<http://lexvo.org/id/iso639-3/sqs> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "sqs"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Sri_Lankan_sign_languages>,
        <http://www.mpii.de/yago/resource/Sri_Lankan_sign_languages> ;
    skos:altLabel "Sri Lankan sign languages"@en ;
    skos:definition "The Sri Lankan sign languages are several deaf sign languages used in 14 schools for the deaf in Sri Lanka. The British manual alphabet is used."@en ;
    skos:inScheme lexvo: ;
    skos:notation "sqs"^^xsd:string ;
    skos:prefLabel "Sri Lankan Sign Language"@en,
        "Língua de Sinais do Sri Lanka"@pt .

<http://lexvo.org/id/iso639-3/src> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "src"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Logudorese_dialect>,
        <http://www.mpii.de/yago/resource/Logudorese_dialect> ;
    skos:altLabel "Logudorese Sardinian"@en,
        "Sardinian, Logudorese"@en ;
    skos:definition "Logudorese Sardinian (, ) is a standardised variety of Sardinian, often considered the most conservative of all Romance languages. Its ISO 639-3 code is src."@en ;
    skos:inScheme lexvo: ;
    skos:notation "src"^^xsd:string ;
    skos:prefLabel "Logudorès"@ca,
        "Sardu lugudurese"@co,
        "Logudorese dialect"@en,
        "زبان ساردو-لوگودوری"@fa,
        "Lingua sarda logudorese"@it,
        "Логудорски јазик"@mk,
        "Dialekt logudorski"@pl,
        "Sardu logudoresu"@sc,
        "劳古多罗方言"@zh .

<http://lexvo.org/id/iso639-3/sre> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "sre"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Sara_language_(Indonesia)>,
        <http://www.mpii.de/yago/resource/Sara_language_(Indonesia)> ;
    skos:altLabel "Sara language"@en ;
    skos:definition "The Sara language is a language spoken in Kalimantan in Indonesia by about 200 people."@en ;
    skos:inScheme lexvo: ;
    skos:notation "sre"^^xsd:string ;
    skos:prefLabel "Sara"@en,
        "Sara Bakati’ jezik"@hr,
        "Lenga Sara"@nap,
        "Sara"@nl,
        "Lenga Sara"@pms .

<http://lexvo.org/id/iso639-3/srh> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "srh"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Sarikoli_language>,
        <http://www.mpii.de/yago/resource/Sarikoli_language> ;
    skos:altLabel "Sarikoli language"@en ;
    skos:definition "The Sarikoli language (also Sariqoli, Selekur, Sarikul, Sariqul, Sariköli) is a member of the Pamir subgroup of the Southeastern Iranian languages spoken by Tajiks in China. It is officially referred to in China as the \"Tajik language\", although it is different from the language spoken in Tajikistan."@en ;
    skos:inScheme lexvo: ;
    skos:notation "srh"^^xsd:string ;
    skos:prefLabel "Саръколски език"@bg,
        "Sarikoli"@en,
        "Idioma sarikoli"@es,
        "Sarikoli keel"@et,
        "Sarikolin kieli"@fi,
        "Sariqoli"@fr,
        "Lingua sariculiana"@gl,
        "Sarikoli"@it,
        "Język sarikoli"@pl,
        "Lenga Sarikoli"@pms,
        "Сарыкольский язык"@ru,
        "ภาษาซาริโกลี"@th,
        "色勒库尔语"@zh .

<http://lexvo.org/id/iso639-3/srm> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "srm"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Saramaccan_language>,
        <http://www.mpii.de/yago/resource/Saramaccan_language> ;
    skos:altLabel "Saramaccan language"@en ;
    skos:definition "Saramaccan (autonym: Saamáka) is a creole language spoken by about 24,000 people near the Saramacca and upper Suriname Rivers in Suriname (formerly also known as Dutch Guyana), and 2,000 in French Guiana. The speakers are mostly descendants of fugitive slaves; they form a group called Saramacca, also spelled Saramaka."@en ;
    skos:inScheme lexvo: ;
    skos:notation "srm"^^xsd:string ;
    skos:prefLabel "Saramaccaans"@de,
        "Saramaccan"@en,
        "Saramaka"@fr,
        "사마카어"@ko,
        "Saramaccaans"@nl,
        "Język saramakański"@pl,
        "Lenga saramaccan"@pms,
        "Saramacano"@pt,
        "Сарамакканский язык"@ru .

<http://lexvo.org/id/iso639-3/srq> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "srq"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/siri1273> ;
    skos:inScheme lexvo: ;
    skos:notation "srq"^^xsd:string ;
    skos:prefLabel "Sirionó"@en .

<http://lexvo.org/id/iso639-3/sru> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "sru"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Surui_language>,
        <http://www.mpii.de/yago/resource/Surui_language> ;
    skos:altLabel "Surui language"@en ;
    skos:definition "Suruí, Paíter or Suruí-Paíter, is a Tupian language of Brazil."@en ;
    skos:inScheme lexvo: ;
    skos:notation "sru"^^xsd:string ;
    skos:prefLabel "Suruí"@en .

<http://lexvo.org/id/iso639-3/ssb> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ssb"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/sout2918> ;
    skos:altLabel "Sama, Southern"@en ;
    skos:inScheme lexvo: ;
    skos:notation "ssb"^^xsd:string ;
    skos:prefLabel "Southern Sama"@en .

<http://lexvo.org/id/iso639-3/sse> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "sse"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/bala1311> ;
    skos:altLabel "Bangingih Sama"@en,
        "Sama, Bangingih"@en ;
    skos:inScheme lexvo: ;
    skos:notation "sse"^^xsd:string ;
    skos:prefLabel "Balangingi"@en .

<http://lexvo.org/id/iso639-3/ssg> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ssg"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Seimat_language>,
        <http://www.mpii.de/yago/resource/Seimat_language> ;
    skos:altLabel "Seimat language"@en ;
    skos:definition "The Seimat language is one of three Western Admiralty Islands languages, the other two being Wuvulu-Aua and the extinct Kaniet. The language is spoken by approximately 1000 people on the Ninigo and the Anchorite Islands in western Manus Province of Papua New Guinea. It has SVO word order."@en ;
    skos:inScheme lexvo: ;
    skos:notation "ssg"^^xsd:string ;
    skos:prefLabel "Seimat"@en,
        "Seimat"@fi,
        "Seimat"@fr,
        "Lenga Seimat"@pms .

<http://lexvo.org/id/iso639-3/ssh> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ssh"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Shihhi_Arabic>,
        <http://www.mpii.de/yago/resource/Shihhi_Arabic> ;
    skos:altLabel "Arabic, Shihhi"@en ;
    skos:definition "Shihhi Arabic (also known as Shihu, Shihuh, Al-Shihuh) is a variety of Arabic spoken in the Musandam Peninsula of Oman."@en ;
    skos:inScheme lexvo: ;
    skos:notation "ssh"^^xsd:string ;
    skos:prefLabel "لهجة شحية"@ar,
        "Shihhi Arabic"@en,
        "Árabe chíji"@es,
        "Shihhi arapski"@hr,
        "Шихи арапски јазик"@mk,
        "Lenga Shihhi"@pms .

<http://lexvo.org/id/iso639-3/ssi> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ssi"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Sansi_language>,
        <http://www.mpii.de/yago/resource/Sansi_language> ;
    skos:altLabel "Sansi language"@en ;
    skos:definition "The Sansi language, Sansiboli, or Bhilki, is a highly endangered Indo-Aryan language of the Central group. The language is spoken by the nomadic Sansi people."@en ;
    skos:inScheme lexvo: ;
    skos:notation "ssi"^^xsd:string ;
    skos:prefLabel "Sansi"@en .

<http://lexvo.org/id/iso639-3/ssj> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ssj"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Sausi_language>,
        <http://www.mpii.de/yago/resource/Sausi_language> ;
    skos:altLabel "Sausi language"@en ;
    skos:definition "Sausi is a Rai Coast language spoken in Madang Province, Papua New Guinea."@en ;
    skos:inScheme lexvo: ;
    skos:notation "ssj"^^xsd:string ;
    skos:prefLabel "Sausi"@en .

<http://lexvo.org/id/iso639-3/ssk> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ssk"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Sunam_language>,
        <http://www.mpii.de/yago/resource/Sunam_language> ;
    skos:altLabel "Sunam language"@en ;
    skos:definition "The Sunam dialect of Kinnauri, sometimes considered a separate language, and also known as Sungam, Sungnam, Thebor, Thebör Skadd, Thebarshad, Central Kinnauri, or Sangnaur, is spoken in the Kinnaur district (particularly in the Sunam village) of the Indian state of Himachal Pradesh. The number of people speaking the language is only approximately 558, according to 1998 data from Ethnologue."@en ;
    skos:inScheme lexvo: ;
    skos:notation "ssk"^^xsd:string ;
    skos:prefLabel "Sunam"@en,
        "Sunamish"@gv .

<http://lexvo.org/id/iso639-3/ssl> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ssl"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/west2465> ;
    skos:altLabel "Sisaala, Western"@en ;
    skos:inScheme lexvo: ;
    skos:notation "ssl"^^xsd:string ;
    skos:prefLabel "Western Sisaala"@en .

<http://lexvo.org/id/iso639-3/ssm> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ssm"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Semnam_language>,
        <http://www.mpii.de/yago/resource/Semnam_language> ;
    skos:altLabel "Semnam language"@en ;
    skos:definition "Semnam is an aboriginal Mon–Khmer language of Malaya."@en ;
    skos:inScheme lexvo: ;
    skos:notation "ssm"^^xsd:string ;
    skos:prefLabel "Semnam"@en .

<http://lexvo.org/id/iso639-3/ssn> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ssn"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/waat1238> ;
    skos:inScheme lexvo: ;
    skos:notation "ssn"^^xsd:string ;
    skos:prefLabel "Waata"@en .

<http://lexvo.org/id/iso639-3/sso> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "sso"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Sissano_language>,
        <http://www.mpii.de/yago/resource/Sissano_language> ;
    skos:altLabel "Sissano language"@en ;
    skos:definition "Sissano is an Austronesian language spoken by about 300 people around Sissano in Aitape District, Sandaun Province, Papua New Guinea."@en ;
    skos:inScheme lexvo: ;
    skos:notation "sso"^^xsd:string ;
    skos:prefLabel "Sissano"@en .

<http://lexvo.org/id/iso639-3/sss> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "sss"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/S%C3%B4_language>,
        <http://www.mpii.de/yago/resource/S%C3%B4_language> ;
    skos:altLabel "Sô language"@en ;
    skos:definition "Sô is a Katuic language (Mon-Khmer) of Laos and Thailand."@en ;
    skos:inScheme lexvo: ;
    skos:notation "sss"^^xsd:string ;
    skos:prefLabel "Sô"@en,
        "Sô"@fr,
        "Sô jezik"@hr .

<http://lexvo.org/id/iso639-3/ssu> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ssu"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Susuami_language>,
        <http://www.mpii.de/yago/resource/Susuami_language> ;
    skos:altLabel "Susuami language"@en ;
    skos:definition "The Susuami language is a heavily endangered Papuan language, spoken in the resettlement village of Manki along the upper Watut River, Morobe Province, Papua New Guinea. In 1980 it was estimated at 50 speakers, and faced competition from the several other languages spoken in the village, including distantly-related Hamtai and Angaataha, as well as the usual use of Tok Pisin with outsiders."@en ;
    skos:inScheme lexvo: ;
    skos:notation "ssu"^^xsd:string ;
    skos:prefLabel "Susuami"@en .

<http://lexvo.org/id/iso639-3/ssv> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ssv"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Shark_Bay_language>,
        <http://www.mpii.de/yago/resource/Shark_Bay_language> ;
    skos:altLabel "Shark Bay language"@en ;
    skos:definition "The Shark Bay language is one of the East Santo languages group of languages. It is spoken on Espiritu Santo in Vanuatu. It has about 450 speakers. It is close to Lorediakarkar."@en ;
    skos:inScheme lexvo: ;
    skos:notation "ssv"^^xsd:string ;
    skos:prefLabel "Shark Bay"@en .

<http://lexvo.org/id/iso639-3/ssz> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ssz"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Sengseng_language>,
        <http://www.mpii.de/yago/resource/Sengseng_language> ;
    skos:altLabel "Sengseng language"@en ;
    skos:definition "Sengseng is an Austronesian language spoken by about 1750 individuals in the southwest interior of West New Britain Province, Papua New Guinea on the island of New Britain."@en ;
    skos:inScheme lexvo: ;
    skos:notation "ssz"^^xsd:string ;
    skos:prefLabel "Sengseng"@en .

<http://lexvo.org/id/iso639-3/std> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "std"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Sentinelese_language>,
        <http://www.mpii.de/yago/resource/Sentinelese_language> ;
    skos:altLabel "Sentinelese language"@en ;
    skos:definition "Sentinelese (Sentinel in ISO 639-3) is the unknown language of the Sentinelese people of North Sentinel Island in the Andaman Islands, India. It is presumably a distinct Andamanese language, but how closely it may be related to other languages of those families is unknown. Based on what little is known about similarities in culture and technology and their geographical proximity, it is supposed that their history and language are related to the Ongan languages rather than Great Andamanese. On the two documented occasions when Onge individuals were taken to North Sentinel Island in order to attempt communication, they were unable to recognise any of the language spoken by the inhabitants in the brief and hostile exchanges that resulted."@en ;
    skos:inScheme lexvo: ;
    skos:notation "std"^^xsd:string ;
    skos:prefLabel "Sentinel"@en,
        "Idioma centinelés"@es,
        "Sentinel jezik"@hr,
        "Szentineléz nyelv"@hu,
        "センチネル語"@ja,
        "Sentinel"@lmo,
        "Język sentinel"@pl,
        "Lenga sentinel"@pms,
        "Сентинельский язык"@ru .

<http://lexvo.org/id/iso639-3/sth> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "sth"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Shelta>,
        <http://www.mpii.de/yago/resource/Shelta> ;
    skos:definition "Shelta is a language spoken by Irish Travellers, particularly in Ireland, but also parts of Great Britain. It is widely known as the Cant, to its native speakers in Ireland as Gammon and to the linguistic community as Shelta. It was often used as a cryptolect to exclude outsiders from comprehending conversations between travellers,"@en ;
    skos:inScheme lexvo: ;
    skos:notation "sth"^^xsd:string ;
    skos:prefLabel "Shelta"@de,
        "Shelta"@en,
        "Shelta"@es,
        "Shelta"@eu,
        "Shelta"@fi,
        "Shelta"@fr,
        "An tSeiltis"@ga,
        "Seulra"@gd,
        "Shelta"@gl,
        "Sheltish"@gv,
        "שלטה"@he,
        "셸타어"@ko,
        "Shelta"@nds,
        "Shelta"@nl,
        "Shelta"@no,
        "Język shelta"@pl,
        "Lenga shelta"@pms,
        "Língua shelta"@pt,
        "Шелта"@ru,
        "雪爾塔語"@zh .

<http://lexvo.org/id/iso639-3/stk> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "stk"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Arammba_language>,
        <http://www.mpii.de/yago/resource/Arammba_language> ;
    skos:altLabel "Arammba language"@en ;
    skos:definition "Arammba (Aramba), also Serki, Serkisetavi, and Upper Morehead, is a Papuan language of Papua New Guinea."@en ;
    skos:inScheme lexvo: ;
    skos:notation "stk"^^xsd:string ;
    skos:prefLabel "Arammba"@en,
        "Lenga Arammba"@pms .

<http://lexvo.org/id/iso639-3/stl> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "stl"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Stellingwarfs>,
        <http://www.mpii.de/yago/resource/Stellingwarfs> ;
    skos:altLabel "Stellingwerfs"@en ;
    skos:definition "Stellingwarfs is the form of Dutch Low Saxon spoken in Ooststellingwerf and Weststellingwerf in the Dutch province of Friesland."@en ;
    skos:inScheme lexvo: ;
    skos:notation "stl"^^xsd:string ;
    skos:prefLabel "Stellingwarfs"@en,
        "استلینگورفی"@fa,
        "Stellingwerfs"@fi,
        "Stellingwerfsk"@fy,
        "Stellingwerfs"@hr,
        "Stellingwerfs"@li,
        "Stellingwarfs"@nds,
        "Stellingwerfs"@nl,
        "Stellingwerfsk"@no,
        "Lenga stellingwerfs"@pms,
        "Stellingwerfsk"@stq .

<http://lexvo.org/id/iso639-3/stn> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "stn"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Owa_language>,
        <http://www.mpii.de/yago/resource/Owa_language> ;
    skos:altLabel "Owa language"@en ;
    skos:definition "The Owa language is a language of the Solomon Islands. It is part of the same dialect chain as Kahua, and shares the various alternate names of that dialect."@en ;
    skos:inScheme lexvo: ;
    skos:notation "stn"^^xsd:string ;
    skos:prefLabel "Owa-Sprache"@de,
        "Owa"@en,
        "Owa"@fr .

<http://lexvo.org/id/iso639-3/stp> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "stp"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/sout2976> ;
    skos:altLabel "Tepehuan, Southeastern"@en ;
    skos:inScheme lexvo: ;
    skos:notation "stp"^^xsd:string ;
    skos:prefLabel "Southeastern Tepehuan"@en .

<http://lexvo.org/id/iso639-3/stq> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "stq"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Saterland_Frisian_language>,
        <http://www.mpii.de/yago/resource/Saterland_Frisian_language> ;
    skos:altLabel "Saterland Frisian language"@en,
        "Saterfreesche Spraak"@nds ;
    skos:definition "Saterland Frisian, also known as Sater Frisian or Saterlandic (Seeltersk), is the last living dialect of the East Frisian language. It is closely related to the other Frisian languages—North Frisian, which, like Saterland Frisian, is spoken in Germany and West Frisian, which is spoken in the Netherlands."@en ;
    skos:inScheme lexvo: ;
    skos:notation "stq"^^xsd:string ;
    skos:prefLabel "Sealterisc sprǣc"@ang,
        "Frizeg ar reter"@br,
        "Frisó oriental"@ca,
        "Saterfriesische Sprache"@de,
        "Saterfrizišćina"@dsb,
        "Saterfriesisch"@en,
        "Saterfrisa lingvo"@eo,
        "Frisón del Saterland"@es,
        "Ekialdeko frisiera"@eu,
        "زبان فریسی ساترلند"@fa,
        "Frison oriental"@fr,
        "Saaterfrasch"@frr,
        "Sealterfrysk"@fy,
        "Freeshlannish Hiar"@gv,
        "Sâ-thi̍t-fut-lî-sî-ngî"@hak,
        "Saterlandski frizijski jezik"@hr,
        "Saterfrizišćina"@hsb,
        "Սաթերլանդ ֆրիզերեն"@hy,
        "Bahasa Saterland"@id,
        "Dialetto frisone orientale"@it,
        "東フリジア語"@ja,
        "Saterfries"@li,
        "Selterfrais"@nds,
        "Saterfries"@nl,
        "Saterfrisisk"@no,
        "Język fryzyjski saterlandzki"@pl,
        "Lenga saterfriesisch"@pms,
        "ساترلینڈی"@pnb,
        "Восточнофризский язык"@ru,
        "Seeltersk"@stq,
        "Saterfrisiska"@sv,
        "சாதேர்லாந்து விரிசிய மொழி"@ta,
        "Затерландська фризька мова"@uk,
        "沙特弗里西語"@zh .

<http://lexvo.org/id/iso639-3/sts> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "sts"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Shumashti_language>,
        <http://www.mpii.de/yago/resource/Shumashti_language> ;
    skos:altLabel "Shumashti language"@en ;
    skos:definition "Shumashti – also known as Shumasht – is a language spoken in parts of western Pakistan and eastern Afghanistan."@en ;
    skos:inScheme lexvo: ;
    skos:notation "sts"^^xsd:string ;
    skos:prefLabel "Shumashti"@en,
        "Šumaštin kieli"@fi,
        "Шумашти"@ru,
        "ภาษาสุมัสติ"@th .

<http://lexvo.org/id/iso639-3/suj> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "suj"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Shubi_language>,
        <http://www.mpii.de/yago/resource/Shubi_language> ;
    skos:altLabel "Shubi language"@en ;
    skos:definition "Shubi is a Bantu language spoken in by the Shubi people in north-western Tanzania. It is may use labiodental plosives , (sometimes written ) as phonemes, rather than as allophones of . Peter Ladefoged wrote: :We have heard labiodental stops made by a Shubi speaker whose teeth were sufficiently close together to allow him to make an airtight labiodental closure. For this speaker this sound was clearly in contrast with a bilabial stop; but we suspect that the majority of Shubi speakers make the contrast one of bilabial stop versus labial-labiodental affricate (i.e. bilabial stop closure followed by a labiodental fricative), rather than bilabial versus labiodental stop."@en ;
    skos:inScheme lexvo: ;
    skos:notation "suj"^^xsd:string ;
    skos:prefLabel "Shubi"@en .

<http://lexvo.org/id/iso639-3/sut> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "sut"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Subtiaba_language>,
        <http://www.mpii.de/yago/resource/Subtiaba_language> ;
    skos:altLabel "Subtiaba language"@en ;
    skos:definition "Subtiaba is an extinct Oto-Manguean language which was spoken on the Pacific slope of Nicaragua. In 1925 Edward Sapir wrote an article based on scant evidence arguing for the inclusion of Subtiaba in his hypothesized Hokan group. Others have linked Subtiaba to the Jicaque and Tol languages, but since Suárez's work it is generally accepted that Subtiaba is an Oto-Manguean language. When Sapir wrote about it in 1925 it was already very endangered or moribund."@en ;
    skos:inScheme lexvo: ;
    skos:notation "sut"^^xsd:string ;
    skos:prefLabel "Subtiaba"@en,
        "Idioma sutiaba"@es,
        "Субтиаба"@ru .

<http://lexvo.org/id/iso639-3/suw> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "suw"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Sumbwa_language>,
        <http://www.mpii.de/yago/resource/Sumbwa_language> ;
    skos:altLabel "Sumbwa language"@en ;
    skos:definition "Sumbwa is a Bantu language of Tanzania. It was once thought to be close to Sukuma, but that now appears to be a regional effect."@en ;
    skos:inScheme lexvo: ;
    skos:notation "suw"^^xsd:string ;
    skos:prefLabel "Sumbwa"@en .

<http://lexvo.org/id/iso639-3/suy> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "suy"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Suy%C3%A1_language>,
        <http://www.mpii.de/yago/resource/Suy%C3%A1_language> ;
    skos:altLabel "Suyá language"@en ;
    skos:definition "Suyá is a Ge language of Brazil."@en ;
    skos:inScheme lexvo: ;
    skos:notation "suy"^^xsd:string ;
    skos:prefLabel "Suyá"@en .

<http://lexvo.org/id/iso639-3/suz> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "suz"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Sunwar_language>,
        <http://www.mpii.de/yago/resource/Sunwar_language> ;
    skos:altLabel "Sunwar language"@en ;
    skos:definition "Sunuwari is a Kiranti language spoken in Nepal by the Sunuwar people. It was first comprehensively attested by the Himalayan Languages Project."@en ;
    skos:inScheme lexvo: ;
    skos:notation "suz"^^xsd:string ;
    skos:prefLabel "Sounwareg"@br,
        "Sunwar"@en,
        "Sunwarish"@gv,
        "Сунвар"@uk .

<http://lexvo.org/id/iso639-3/svc> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "svc"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Vincentian_Creole>,
        <http://www.mpii.de/yago/resource/Vincentian_Creole> ;
    skos:altLabel "Creole English, Vincentian"@en,
        "Vincentian Creole English"@en ;
    skos:definition "Vincentian Creole is an English-lexified creole language spoken in Saint Vincent and the Grenadines. The number of speakers of Vincentian Creole is about 100 000. Vincentian Creole does not have the status of an official language."@en ;
    skos:inScheme lexvo: ;
    skos:notation "svc"^^xsd:string ;
    skos:prefLabel "Vincentian Creole"@en,
        "Vincentski kreolski jezik"@sh .

<http://lexvo.org/id/iso639-3/svr> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "svr"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Savara_language_(Dravidian)>,
        <http://www.mpii.de/yago/resource/Savara_language_(Dravidian)> ;
    skos:altLabel "Savara language"@en ;
    skos:definition "The Savara language is a South-Central Dravidian language. It is known to be written using the Oriya and Telugu scripts, as well as its own writing system."@en ;
    skos:inScheme lexvo: ;
    skos:notation "svr"^^xsd:string ;
    skos:prefLabel "Savara"@en,
        "Língua savara"@pt,
        "சவாரா மொழி"@ta .

<http://lexvo.org/id/iso639-3/swf> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "swf"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Sere_language>,
        <http://www.mpii.de/yago/resource/Sere_language> ;
    skos:altLabel "Sere language"@en ;
    skos:definition "Sere is a minor Ubangian language of the Congo. The name is variously spelled Serre, Shaire, Shere, Sheri, Sili, Siri, French Chere, or prefixed as Basili, Basiri."@en ;
    skos:inScheme lexvo: ;
    skos:notation "swf"^^xsd:string ;
    skos:prefLabel "Sere"@en .

<http://lexvo.org/id/iso639-3/swg> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "swg"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Swabian_German>,
        <http://www.mpii.de/yago/resource/Swabian_German> ;
    skos:altLabel "Swabian German"@en ;
    skos:definition "Swabian (Schwäbisch) is one of the Alemannic dialects of High German. It is spoken in Swabia, a region which covers much of Germany's southwestern state Baden-Württemberg, including its capital Stuttgart, the rural area known as the Swabian Alb, and Bavaria. Swabian is also spoken by part of the Danube Swabian minorities in Hungary, former Yugoslavia, Romania, and the former Soviet Union ."@en ;
    skos:inScheme lexvo: ;
    skos:notation "swg"^^xsd:string ;
    skos:prefLabel "Swabiese Duits"@af,
        "Swabeg"@br,
        "Schwäbische Dialekte"@de,
        "Swabian"@en,
        "Idioma suabo"@es,
        "آلمانی شوابی"@fa,
        "Souabe"@fr,
        "Schwäbisch"@gsw-FR,
        "Dialetto svevo"@it,
        "Lingua Suebica"@la,
        "Lengua sveva"@lij,
        "Schwäbsch"@nds,
        "Zwabisch"@nl,
        "Schwabisk"@no,
        "施瓦本语"@zh .

<http://lexvo.org/id/iso639-3/swn> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "swn"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Sokna_language>,
        <http://www.mpii.de/yago/resource/Sokna_language> ;
    skos:altLabel "Sokna language"@en ;
    skos:definition "Sokna or Sawknah is a Berber language spoken in the town of Sokna (Isuknan) and the village of Fuqaha in northeastern Fezzan in Libya. The most extensive and recent materials on it are Sarnelli (1924) for Sokna and Paradisi (1963) for El-Fogaha. Both articles report that the language was spoken only by a handful of old people at the time, so it is generally presumed to be extinct. The Ethnologue reports that it had 5,600 speakers as of 2006; the basis for this claim is unclear."@en ;
    skos:inScheme lexvo: ;
    skos:notation "swn"^^xsd:string ;
    skos:prefLabel "Idioma sawknah"@an,
        "Sawknah"@en,
        "Idioma sawknah"@es,
        "Sokna"@gl,
        "Sawknah jezik"@hr,
        "Сокна"@ru,
        "Sawknah jezik"@sh .

<http://lexvo.org/id/iso639-3/swo> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "swo"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Shenenawa_language>,
        <http://www.mpii.de/yago/resource/Shenenawa_language> ;
    skos:altLabel "Shenenawa language"@en ;
    skos:definition "Shenenawa is an unclassified language of Brazil. Speakers are shifting to Portuguese."@en ;
    skos:inScheme lexvo: ;
    skos:notation "swo"^^xsd:string ;
    skos:prefLabel "Shanenawa"@en .

<http://lexvo.org/id/iso639-3/swq> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "swq"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Sharwa_language>,
        <http://www.mpii.de/yago/resource/Sharwa_language> ;
    skos:altLabel "Sharwa language"@en ;
    skos:definition "Sharwa (also known as Tchevi, Sherwin, Sarwaye) is an Afro-Asiatic language spoken in Cameroon in Far North Province. There are signs of language shift to Fulfulde."@en ;
    skos:inScheme lexvo: ;
    skos:notation "swq"^^xsd:string ;
    skos:prefLabel "Sharwa"@en,
        "Kisharwa"@sw .

<http://lexvo.org/id/iso639-3/swr> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "swr"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Saweru_language>,
        <http://www.mpii.de/yago/resource/Saweru_language> ;
    skos:altLabel "Saweru language"@en ;
    skos:definition "Saweru closely related to Yawa of central Yapen Island in Geelvink (Cenderawasih) Bay, Indonesia, of which it is sometimes considered a dialect. It is spoken on Serui Island just offshore."@en ;
    skos:inScheme lexvo: ;
    skos:notation "swr"^^xsd:string ;
    skos:prefLabel "Saweru"@en .

<http://lexvo.org/id/iso639-3/sws> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "sws"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Seluwasan_language>,
        <http://www.mpii.de/yago/resource/Seluwasan_language> ;
    skos:altLabel "Seluwasan language"@en ;
    skos:definition "Seluwasan is an Austronesian language of Yamdena, in the Maluku Islands of Indonesia. It is not close to Selaru. Makatian dialect is distinct."@en ;
    skos:inScheme lexvo: ;
    skos:notation "sws"^^xsd:string ;
    skos:prefLabel "Seluwasan"@en .

<http://lexvo.org/id/iso639-3/sww> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "sww"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Sowa_language>,
        <http://www.mpii.de/yago/resource/Sowa_language> ;
    skos:altLabel "Sowa language"@en ;
    skos:definition "Sowa was the original language of south-central Pentecost island in Vanuatu. In recent times it has been totally displaced by Apma, a neighbouring language. Sowa is very closely related to Ske, another south Pentecost language."@en ;
    skos:inScheme lexvo: ;
    skos:notation "sww"^^xsd:string ;
    skos:prefLabel "Sowa"@en .

<http://lexvo.org/id/iso639-3/swx> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "swx"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Zuruah%C3%A1_language>,
        <http://www.mpii.de/yago/resource/Zuruah%C3%A1_language> ;
    skos:altLabel "Zuruahá language"@en ;
    skos:definition "Zuruahá (also called Suruaha, Suruwaha, Zuruaha, Índios do Coxodoá ) is an Arawan language spoken in Brazil by about 130 people."@en ;
    skos:inScheme lexvo: ;
    skos:notation "swx"^^xsd:string ;
    skos:prefLabel "Suruahá"@en,
        "Suruwahá"@fr,
        "Зуруахаски јазик"@mk,
        "Lenga suruahá"@pms .

<http://lexvo.org/id/iso639-3/swy> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "swy"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Sarua_language>,
        <http://www.mpii.de/yago/resource/Sarua_language> ;
    skos:altLabel "Sarua language"@en ;
    skos:definition "Sarua (also known as Sarwa, Saroua) is an Afro-Asiatic language spoken in southwestern Chad."@en ;
    skos:inScheme lexvo: ;
    skos:notation "swy"^^xsd:string ;
    skos:prefLabel "Sarouaeg"@br,
        "Sarua"@en,
        "Sarua jezik"@hr .

<http://lexvo.org/id/iso639-3/sxb> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "sxb"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Suba_language>,
        <http://www.mpii.de/yago/resource/Suba_language> ;
    skos:altLabel "Suba language"@en ;
    skos:definition "The Suba language is the language of Kenya's Suba people. As the Suba number very few to begin with (under 30,000), and the majority have begun speaking Dholuo (the language of the neighbouring Luo people) as their main language, Suba is on the verge of extinction. The remaining speakers are mostly elderly residents on the island of Mfangano. However, efforts have been made to renew teaching of the language , with a goal of having half the Suba population speaking the language within ten years."@en ;
    skos:inScheme lexvo: ;
    skos:notation "sxb"^^xsd:string ;
    skos:prefLabel "Suba"@en,
        "Suban kieli"@fi .

<http://lexvo.org/id/iso639-3/sxc> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "sxc"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Sicani>,
        <http://www.mpii.de/yago/resource/Sicani> ;
    skos:altLabel "Sicanian"@en ;
    skos:definition "The Sicani (Greek Σικανοί Sikanoi) or Sicanians were one of three ancient peoples of Sicily present at the time of Phoenician and Greek colonization."@en ;
    skos:inScheme lexvo: ;
    skos:notation "sxc"^^xsd:string ;
    skos:prefLabel "شعب سيكاني"@ar,
        "Сикани"@bg,
        "Sicans"@ca,
        "Sikanen"@de,
        "Sicani"@en,
        "Sikanoj"@eo,
        "Sicanos"@es,
        "Sicanes"@fr,
        "Sikanci"@hr,
        "Civiltà sicana"@it,
        "Sikanai"@lt,
        "Sikanere"@no,
        "Sicanos"@pt,
        "Сиканы"@ru,
        "Sicani"@scn,
        "Sikanci"@sh,
        "Sikaner"@sv,
        "Сікани"@uk .

<http://lexvo.org/id/iso639-3/sxk> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "sxk"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Yoncalla_language>,
        <http://www.mpii.de/yago/resource/Yoncalla_language> ;
    skos:altLabel "Kalapuya, Southern"@en,
        "Yoncalla language"@en ;
    skos:definition "Yoncalla (also Southern Kalapuya or Yonkalla) is a Kalapuyan language once spoken in southwest Oregon in the United States. In the 19th century it was spoken by the Yoncalla band of the Kalapuya people in the Umpqua River valley. It is closely related to Central Kalapuya and Northern Kalapuya, spoken in the Willamette Valley to the north."@en ;
    skos:inScheme lexvo: ;
    skos:notation "sxk"^^xsd:string ;
    skos:prefLabel "Southern Kalapuya"@en,
        "Kalapuya du Sud"@fr .

<http://lexvo.org/id/iso639-3/sxl> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "sxl"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Selonian_language>,
        <http://www.mpii.de/yago/resource/Selonian_language> ;
    skos:altLabel "Selonian language"@en ;
    skos:definition "Selonian was a language appertaining to the Baltic languages group of the Indo-European languages family. It was spoken by the Eastern Baltic tribe of the Selonians, who until the 15th century lived in Selonia, a territory in South Eastern Latvia and North Eastern Lithuania."@en ;
    skos:inScheme lexvo: ;
    skos:notation "sxl"^^xsd:string ;
    skos:prefLabel "Selià"@ca,
        "Selisk"@da,
        "Selonische Sprache"@de,
        "Selian"@en,
        "زبان سلونی"@fa,
        "Sélonien"@fr,
        "Lingua selonica"@it,
        "셀로니아어"@ko,
        "Sėlių kalba"@lt,
        "Sēļu valoda"@lv,
        "Селонски јазик"@mk,
        "Selisk"@no,
        "Język seloński"@pl,
        "Селонский язык"@ru .

<http://lexvo.org/id/iso639-3/sxm> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "sxm"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Samre_language>,
        <http://www.mpii.de/yago/resource/Samre_language> ;
    skos:altLabel "Samre language"@en ;
    skos:definition "Samre, or Central Chong, is a Pearic language of Cambodia. The dialects are as follows:"@en ;
    skos:inScheme lexvo: ;
    skos:notation "sxm"^^xsd:string ;
    skos:prefLabel "Samre"@en .

<http://lexvo.org/id/iso639-3/sxo> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "sxo"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Sorothaptic_language>,
        <http://www.mpii.de/yago/resource/Sorothaptic_language> ;
    skos:altLabel "Sorothaptic language"@en ;
    skos:definition "Sorothaptic (, , from Greek σορός sorós funerary urn and θαπτός thaptós buried) is a name coined by Catalan scholar Joan Coromines for the hypothetical language of the presumably Indo-European, but pre-Celtic, Bronze Age people of the Urnfield culture in the Iberian Peninsula (Price 2000:449)."@en ;
    skos:inScheme lexvo: ;
    skos:notation "sxo"^^xsd:string ;
    skos:prefLabel "Sorothaptic"@en,
        "Idioma sorotáptico"@es,
        "Sorotáptico"@hr .

<http://lexvo.org/id/iso639-3/sxr> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "sxr"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Saaroa_language>,
        <http://www.mpii.de/yago/resource/Saaroa_language> ;
    skos:altLabel "Saaroa language"@en ;
    skos:definition "Saaroa (autonym: ɬaʔalua) is a Southern Tsouic language is spoken by the Saaroa, a tribe of indigenous people on Taiwan (see Taiwanese aborigines). It is a Formosan language of the Austronesian family."@en ;
    skos:inScheme lexvo: ;
    skos:notation "sxr"^^xsd:string ;
    skos:prefLabel "Saaroa"@en,
        "Saaroa"@fi,
        "Saaroa"@fr,
        "Сароаски јазик"@mk,
        "Lenga saaroa"@pms,
        "ภาษาซาอารัว"@th,
        "沙阿魯阿語"@zh .

<http://lexvo.org/id/iso639-3/sxu> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "sxu"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Upper_Saxon_German>,
        <http://www.mpii.de/yago/resource/Upper_Saxon_German> ;
    skos:altLabel "Saxon, Upper"@en,
        "Upper Saxon German"@en ;
    skos:definition "Upper Saxon ( or colloquially ) is a Central German dialect spoken in much of the modern German states of Saxony and Thuringia. Contrary to its name it is not a descendant of Old Saxon. The degree of accent varies from place to place within the states, with it being anywhere from a relatively mild accent in the larger cities such as Dresden or Chemnitz, to a stronger form in rural areas. Erzgebirgisch, a distinct dialect, is spoken in the villages of the Ore Mountains. Upper Saxon German includes nordwestböhmisch."@en ;
    skos:inScheme lexvo: ;
    skos:notation "sxu"^^xsd:string ;
    skos:prefLabel "Upper Saxon"@en,
        "Alto sassone"@it,
        "Hoegsaksisch"@li,
        "Hoogsaksisch"@nl,
        "Верхнесаксонский диалект"@ru,
        "Sachsiska"@sv .

<http://lexvo.org/id/iso639-3/sxw> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "sxw"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Saxwe_language>,
        <http://www.mpii.de/yago/resource/Saxwe_language> ;
    skos:altLabel "Gbe, Saxwe"@en,
        "Saxwe language"@en ;
    skos:definition "Saxwɛ, also spelled Tsáphɛ, is a minor Gbe language of Benin and Togo."@en ;
    skos:inScheme lexvo: ;
    skos:notation "sxw"^^xsd:string ;
    skos:prefLabel "Saxwe Gbe"@en,
        "Kigbe-Saxwe"@sw .

<http://lexvo.org/id/iso639-3/syi> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "syi"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Seki_language>,
        <http://www.mpii.de/yago/resource/Seki_language> ;
    skos:altLabel "Seki language"@en ;
    skos:definition "Seki, also Baseke, Sheke or Sekiana, is a language indigenous to Equatorial Guinea and Gabon. It had been spoken in villages of Rio Campo and Northern Bata, along the coast, but its native speakers have begun abandoning the language for Spanish, Fang, and Kombe."@en ;
    skos:inScheme lexvo: ;
    skos:notation "syi"^^xsd:string ;
    skos:prefLabel "Seki"@de,
        "Seki"@en,
        "Lenga Seki"@pms,
        "Kiseki"@sw .

<http://lexvo.org/id/iso639-3/syk> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "syk"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Sukur_language>,
        <http://www.mpii.de/yago/resource/Sukur_language> ;
    skos:altLabel "Sukur language"@en ;
    skos:definition "Sukur (Adikimmu Sukur, Gemasakun, Sakul, Sugur) is a Biu–Mandara language of Nigeria."@en ;
    skos:inScheme lexvo: ;
    skos:notation "syk"^^xsd:string ;
    skos:prefLabel "Soukoureg"@br,
        "Sukur"@en,
        "Sukur jezik"@hr .

<http://lexvo.org/id/iso639-3/syl> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "syl"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Sylheti_language>,
        <http://www.mpii.de/yago/resource/Sylheti_language> ;
    skos:altLabel "Sylheti language"@en ;
    skos:definition "Sylheti (Sylheti: ছিলটী Silôṭi; Bengali: সিলেটী Sileṭī) is the language of Sylhet, which is also known as the Surma Valley and is located in the north-eastern region of Bangladesh, and also spoken in parts of the Northeast Indian states of Assam (the Barak Valley) and Tripura (the North Tripura district). It is also spoken by a significant population in the other north-eastern states of India and amongst the large expatriate communities in the United Kingdom, United States, and countries of the Gulf States."@en ;
    skos:inScheme lexvo: ;
    skos:notation "syl"^^xsd:string ;
    skos:prefLabel "সিলেটি ভাষা"@bn,
        "Sylheti"@en,
        "Idioma sylheti"@es,
        "Siloti keel"@et,
        "Sylheti"@fr,
        "सिलेटी भाषा"@hi,
        "Lingua Silati"@la,
        "Sylhetti"@no,
        "Lenga sylheti"@pms,
        "Силхетский язык"@ru,
        "Syloti"@sv,
        "ภาษาสิเลฏี"@th .

<http://lexvo.org/id/iso639-3/syr> a lvont:Language,
        skos:Concept ;
    lvont:isFocusOf <http://id.loc.gov/vocabulary/iso639-2/syr> ;
    lvont:iso6392BCode "syr"^^xsd:string ;
    lvont:iso6392TCode "syr"^^xsd:string ;
    lvont:iso639P3PCode "syr"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-2/syr> ;
    owl:sameAs <http://psi.oasis-open.org/iso/639/#syr>,
        <http://www.lingvoj.org/lang/syr>,
        <info:lc/vocabulary/languages/syr> ;
    skos:inScheme lexvo: ;
    skos:notation "syr"^^xsd:string ;
    skos:prefLabel "السريانية"@ar,
        "siryak dili"@az,
        "сирийски"@bg,
        "সিরিয়াক"@bn,
        "sirieg"@br,
        "सिरिआक"@brx,
        "sirijski"@bs,
        "сиријски"@bs-Cyrl,
        "siríac"@ca,
        "叙利亚文"@cmn,
        "敘利亞文"@cmn-Hant,
        "syrština"@cs,
        "Syrieg"@cy,
        "syrisk"@da,
        "Syrisch"@de,
        "Συριακά"@el,
        "Syriac"@en,
        "siriaco"@es,
        "süüria"@et,
        "سریانی"@fa,
        "syyria"@fi,
        "syriaque"@fr,
        "Syrisch"@gsw,
        "સિરિએક"@gu,
        "סורית"@he,
        "सिरिएक"@hi,
        "sirijski"@hr,
        "szíriai"@hu,
        "Suriah"@id,
        "sýrlenska"@is,
        "siriaco"@it,
        "シリア語"@ja,
        "ಸಿರಿಯಕ್"@kn,
        "시리아어"@ko,
        "سیٖریٲیی"@ks,
        "ຊີເລຍ"@lo,
        "sirų"@lt,
        "sīriešu"@lv,
        "сиријак"@mk,
        "സുറിയാനി"@ml,
        "सिरियाक"@mr,
        "Sirjan"@mt,
        "syrisk"@nb,
        "Syrisch"@nl,
        "syrisk"@nn,
        "ସିରିକ୍"@or,
        "syryjski"@pl,
        "siríaco"@pt,
        "siric"@rm,
        "siriacă"@ro,
        "сирийский"@ru,
        "sýrčina"@sk,
        "sirščina"@sl,
        "Сиријски"@sr,
        "Sirijski"@sr-Latn,
        "syriska"@sv,
        "சிரியாக்"@ta,
        "సిరియాక్"@te,
        "ซีเรีย"@th,
        "Süryanice"@tr,
        "сирійська"@uk,
        "Tiếng Syriac"@vi .

<http://lexvo.org/id/iso639-3/sys> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "sys"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Sinyar_language>,
        <http://www.mpii.de/yago/resource/Sinyar_language> ;
    skos:altLabel "Sinyar language"@en ;
    skos:definition "Shemya is the language of the Sinyar people. It is a Central Sudanic language spoken in Chad and formerly in Darfur, Sudan. It is variously spelled Shamya, Shamyan, Shemya, Sinya, and known as Symiarta, Taar Shamyan, Zimirra."@en ;
    skos:inScheme lexvo: ;
    skos:notation "sys"^^xsd:string ;
    skos:prefLabel "Sinyar"@en,
        "Sinyar jezik"@hr .

<http://lexvo.org/id/iso639-3/syy> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "syy"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Al-Sayyid_Bedouin_Sign_Language>,
        <http://www.mpii.de/yago/resource/Al-Sayyid_Bedouin_Sign_Language> ;
    skos:definition "The Al-Sayyid Bedouin Sign Language (ABSL) is a sign language used by about 150 deaf and many hearing members of the al-Sayyid Bedouin tribe in the Negev desert of southern Israel. As both deaf and hearing people share a language, Deaf people are not stigmatised in this community, and marriage between Deaf and hearing people is common."@en ;
    skos:inScheme lexvo: ;
    skos:notation "syy"^^xsd:string ;
    skos:prefLabel "لغة الإشارة لعشيرة السيد"@ar,
        "Al-Sayyid Bedouin Sign Language"@en,
        "שפת הסימנים של שבט א-סייד"@he,
        "Al-Sayyid beduinski znakovni jezik"@hr,
        "アル＝サイード・ベドウィン手話"@ja,
        "Al-Sayyid-beduintegnspråk"@no .

<http://lexvo.org/id/iso639-3/szc> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "szc"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Semaq_Beri_language>,
        <http://www.mpii.de/yago/resource/Semaq_Beri_language> ;
    skos:altLabel "Semaq Beri language"@en ;
    skos:definition "Semaq Beri (Semoq Beri, Semaq Bri) is an aboriginal Mon–Khmer language of Malaya."@en ;
    skos:inScheme lexvo: ;
    skos:notation "szc"^^xsd:string ;
    skos:prefLabel "Semaq Beri"@en .

<http://lexvo.org/id/iso639-3/sze> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "sze"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Seze_language>,
        <http://www.mpii.de/yago/resource/Seze_language> ;
    skos:altLabel "Seze language"@en ;
    skos:definition "Seze (or Sezo) is an Afro-Asiatic Omotic language, spoken in the western part of Ethiopia, near the town of Begi and just north of the Hozo-speaking community."@en ;
    skos:inScheme lexvo: ;
    skos:notation "sze"^^xsd:string ;
    skos:prefLabel "Seze"@en .

<http://lexvo.org/id/iso639-3/szl> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "szl"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Silesian_language>,
        <http://www.lingvoj.org/lang/szl>,
        <http://www.mpii.de/yago/resource/Silesian_language> ;
    skos:altLabel "Silesian language"@en ;
    skos:definition "Silesian or Upper Silesian (Silesian: Ślůnsko godka, , ) is considered either a dialect of the Polish language (apart from the Lach dialects, which are usually regarded as a branch of the Czech language ), or a separate Slavic language"@en ;
    skos:inScheme lexvo: ;
    skos:notation "szl"^^xsd:string ;
    skos:prefLabel "Silesies"@af,
        "ሳይሌሲያን"@am,
        "Silesisc ȝereord"@ang,
        "سيليسى"@arz,
        "Силез теле"@ba,
        "Сілезская мова"@be,
        "Сылеская мова"@be-tarask,
        "Силезийски език"@bg,
        "སེལ་འོ་སུ་འན་གྱི་སྐད"@bo,
        "Silezieg"@br,
        "Šleski jezik"@bs,
        "Silesià"@ca,
        "Silez tili"@crh,
        "Slezština"@cs,
        "Szląsczi jãzëk"@csb,
        "Силєꙁїискъ ѩꙁꙑкъ"@cu,
        "Силеси чĕлхи"@cv,
        "Sileseg"@cy,
        "Schlesisk"@da,
        "Schlesisch"@de,
        "Silesiagbe"@ee,
        "Σιλεσική γλώσσα"@el,
        "Silesian"@en,
        "Silezia lingvo"@eo,
        "Idioma silesiano"@es,
        "Sileesia keel"@et,
        "Silesiera"@eu,
        "Luenga silésia"@ext,
        "زبان سیلزیایی"@fa,
        "Sleesian kieli"@fi,
        "Silésien"@fr,
        "Lenghe slesiane"@fur,
        "Silezysk"@fy,
        "Silez dili"@gag,
        "Cànan Silesianach"@gd,
        "Lingua silesiana"@gl,
        "Schlesisch"@gsw-FR,
        "Sileeshish"@gv,
        "שלזית"@he,
        "सिलेसियन भाषा"@hi,
        "Silesian bhasa"@hif,
        "Šleski jezik"@hr,
        "Šlešćina"@hsb,
        "Lang silezyen"@ht,
        "Sziléziai nyelv"@hu,
        "Սիլեզերեն"@hy,
        "Lingua silesian"@ia,
        "Bahasa Silesia"@id,
        "Silesian"@ie,
        "Lingua slesiana"@it,
        "シレジア語"@ja,
        "Basa Silesia"@jv,
        "სილეზიური ენა"@ka,
        "Сілез тілі"@kk,
        "실레지아어"@ko,
        "Zimanê silesî"@ku,
        "Силез тили"@ky,
        "Lingua Silesica"@la,
        "Lingua Silesiana"@lad,
        "Schlesesch Sprooch"@lb,
        "Sileziečių kalba"@lt,
        "Sėlezu kalba"@lt-x,
        "Silēziešu valoda"@lv,
        "Силезиень кяль"@mdf,
        "Шлезиски јазик"@mk,
        "सिलेसियन भाषा"@mr,
        "Bahasa Silesia"@ms,
        "Lingwa Sileżjana"@mt,
        "Silesiatlahtōlli"@nah,
        "Silesia-gí"@nan,
        "Silezisch"@nl,
        "Schlesisk"@no,
        "Silesian"@oc,
        "Силезиаг æвзаг"@os,
        "Etnolekt śląski"@pl,
        "سائیلیشی"@pnb,
        "Língua silesiana"@pt,
        "Lingua silesiana"@rm,
        "Limba sileziană"@ro,
        "Силезский язык"@ru,
        "Limba sileseascã"@rup,
        "Silesiagiella"@se,
        "Sliezština"@sk,
        "Šlezijščina"@sl,
        "Gjuha silesiane"@sq,
        "Šleski jezik"@sr,
        "Silesia tongo"@srn,
        "Sleesisk"@stq,
        "Schlesiska"@sv,
        "Kisilesia"@sw,
        "Ślůnsko godka"@szl,
        "சிலேசிய மொழி"@ta,
        "Забони силзиёӣ"@tg,
        "Silezce"@tr,
        "Силез кыл"@udm,
        "Сілезька мова"@uk,
        "Silez tili"@uz,
        "Łéngua slesiana"@vec,
        "Tiếng Silesia"@vi,
        "Silezisch"@vls,
        "שלעזיש"@yi,
        "西里西亞語"@zh .

<http://lexvo.org/id/iso639-3/tac> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "tac"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/lowl1265> ;
    skos:altLabel "Tarahumara, Lowland"@en ;
    skos:inScheme lexvo: ;
    skos:notation "tac"^^xsd:string ;
    skos:prefLabel "Lowland Tarahumara"@en .

<http://lexvo.org/id/iso639-3/tad> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "tad"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Tause_language>,
        <http://www.mpii.de/yago/resource/Tause_language> ;
    skos:altLabel "Tause language"@en ;
    skos:definition "The Tause language, also known as Doa or Darha, is a poorly known Papuan language of Indonesia spoken by some 350 people. The Tause only made contact with the outside world in 1982. Their language has been widely reported to be related to the neighboring Lakes Plain languages; however, this conclusion is based on little evidence. Recently Malcolm Ross placed Tause in his East Bird's Head – Sentani family, along with another language isolate and two small families, but this was motivated more by an attempt to spark further research than an actual claim of relationship."@en ;
    skos:inScheme lexvo: ;
    skos:notation "tad"^^xsd:string ;
    skos:prefLabel "Tause"@en,
        "ภาษาตัวเซ"@th .

<http://lexvo.org/id/iso639-3/taf> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "taf"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Tapirap%C3%A9_language>,
        <http://www.mpii.de/yago/resource/Tapirap%C3%A9_language> ;
    skos:altLabel "Tapirapé language"@en ;
    skos:definition "Tapirapé is a Tupi–Guarani language of Brazil."@en ;
    skos:inScheme lexvo: ;
    skos:notation "taf"^^xsd:string ;
    skos:prefLabel "Tapirapé"@en .

<http://lexvo.org/id/iso639-3/tag> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "tag"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Tagoi_language>,
        <http://www.mpii.de/yago/resource/Tagoi_language> ;
    skos:altLabel "Tagoi language"@en ;
    skos:definition "The Tagoi language is a Kordofanian language, closely related to Tegali, spoken near the town of Rashad in southern Kordofan in Sudan, about 12 N, 31 E. Unlike Tegali, it has a complex noun class system, which appears to have been borrowed from more typical Niger–Congo languages. It has several dialects, including Umali (Tumale), Goy (Tagoi proper), Moreb, and Orig (, Turjuk)"@en ;
    skos:inScheme lexvo: ;
    skos:notation "tag"^^xsd:string ;
    skos:prefLabel "Tagoieg"@br,
        "Tagoi"@de,
        "Tagoi"@en,
        "Lingua tagoi"@it,
        "Тагојски јазик"@mk,
        "Język tagoi"@pl,
        "Lenga Tagoi"@pms .

<http://lexvo.org/id/iso639-3/tak> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "tak"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Tala_language>,
        <http://www.mpii.de/yago/resource/Tala_language> ;
    skos:altLabel "Tala language"@en ;
    skos:definition "Tala is a minor Chadic language of Nigeria."@en ;
    skos:inScheme lexvo: ;
    skos:notation "tak"^^xsd:string ;
    skos:prefLabel "Tala"@en .

<http://lexvo.org/id/iso639-3/tal> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "tal"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Tal_language>,
        <http://www.mpii.de/yago/resource/Tal_language> ;
    skos:altLabel "Tal language"@en ;
    skos:definition "Tal is an Afro-Asiatic language spoken in Plateau State, Nigeria."@en ;
    skos:inScheme lexvo: ;
    skos:notation "tal"^^xsd:string ;
    skos:prefLabel "Tal"@en .

<http://lexvo.org/id/iso639-3/tas> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "tas"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/T%C3%A2y_B%E1%BB%93i>,
        <http://www.mpii.de/yago/resource/T%C3%A2y_B%E1%BB%93i> ;
    skos:altLabel "Tây Bồi"@en ;
    skos:definition "Tây Bồi, is a term used for a type of verbal communication which consists of French words mixed with Vietnamese words spoken by non French-educated Vietnamese, usually those who worked as servants in French households or milieux. Literally, it means \"French (Tây) [of- or spoken by] male servants (Bồi)\". During the French colonization period, French people had male household servants, due probably to the fact that no Vietnamese would ever think of letting their daughters/sisters/wives work for foreigners. The term is used by Vietnamese themselves to indicate that the French language spoken is very poor, incorrect, and ungrammatical."@en ;
    skos:inScheme lexvo: ;
    skos:notation "tas"^^xsd:string ;
    skos:prefLabel "Tay Boi"@en,
        "Tây Bồi"@fr,
        "Tây Bồi jezik"@hr,
        "Tây Bồi"@vi,
        "越南法语"@zh .

<http://lexvo.org/id/iso639-3/tau> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "tau"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Upper_Tanana_language>,
        <http://www.mpii.de/yago/resource/Upper_Tanana_language> ;
    skos:altLabel "Tanana, Upper"@en,
        "Upper Tanana language"@en ;
    skos:definition "Upper Tanana (also known as Tabesna) is an endangered Athabaskan language spoken in eastern Interior Alaska, mainly in the villages of Northway, Tetlin, and Tok, and adjacent areas of Canada's Yukon Territory. In 2000 there were fewer than 100 speakers, and the language was no longer being actively acquired by children."@en ;
    skos:inScheme lexvo: ;
    skos:notation "tau"^^xsd:string ;
    skos:prefLabel "Upper Tanana"@en,
        "Idioma nabesna"@es,
        "Haut tanana"@fr,
        "Boower-Tanana spriak"@frr,
        "Lenga tanana, upper"@pms,
        "Yukarı Tananaca"@tr .

<http://lexvo.org/id/iso639-3/tav> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "tav"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/tatu1247> ;
    skos:inScheme lexvo: ;
    skos:notation "tav"^^xsd:string ;
    skos:prefLabel "Tatuyo"@en .

<http://lexvo.org/id/iso639-3/tax> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "tax"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Tamki_language>,
        <http://www.mpii.de/yago/resource/Tamki_language> ;
    skos:altLabel "Tamki language"@en ;
    skos:definition "Tamki (also known as Temki) is an Afro-Asiatic language spoken in central Chad."@en ;
    skos:inScheme lexvo: ;
    skos:notation "tax"^^xsd:string ;
    skos:prefLabel "Tamkieg"@br,
        "Tamki"@en,
        "𐍄𐌰𐌼𐌺𐌾𐌰𐍂𐌰𐌶𐌳𐌰"@got .

<http://lexvo.org/id/iso639-3/taz> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "taz"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Tocho_language>,
        <http://www.mpii.de/yago/resource/Tocho_language> ;
    skos:altLabel "Tocho language"@en ;
    skos:definition "Tocho (Tacho) is a Niger–Congo language in the Talodi family spoken in Kordofan, Sudan."@en ;
    skos:inScheme lexvo: ;
    skos:notation "taz"^^xsd:string ;
    skos:prefLabel "Totchoeg"@br,
        "Totscho"@de,
        "Tocho"@en,
        "Точоски јазик"@mk,
        "Lenga Tocho"@pms .

<http://lexvo.org/id/iso639-3/tbb> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "tbb"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Tapeba_language>,
        <http://www.mpii.de/yago/resource/Tapeba_language> ;
    skos:altLabel "Tapeba language"@en ;
    skos:definition "Tapeba (Tabeba) is an extinct unclassified language of Brazil. The ethnic population is about 2,500."@en ;
    skos:inScheme lexvo: ;
    skos:notation "tbb"^^xsd:string ;
    skos:prefLabel "Tapeba"@en .

<http://lexvo.org/id/iso639-3/tbc> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "tbc"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/taki1248> ;
    skos:inScheme lexvo: ;
    skos:notation "tbc"^^xsd:string ;
    skos:prefLabel "Takia"@en .

<http://lexvo.org/id/iso639-3/tbf> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "tbf"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Mandara_language>,
        <http://www.mpii.de/yago/resource/Mandara_language> ;
    skos:altLabel "Mandara language"@en ;
    skos:definition "Mandara (also known as Tabar) is an Austronesian language spoken on the Tabar Group of islands, New Ireland Province, Papua New Guinea. Three dialects have been identified, Simberi, Tatau and Tabar, corresponding to the three main islands in the group."@en ;
    skos:inScheme lexvo: ;
    skos:notation "tbf"^^xsd:string ;
    skos:prefLabel "Mandara"@en,
        "Mandara"@fr .

<http://lexvo.org/id/iso639-3/tbg> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "tbg"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/nort2920> ;
    skos:altLabel "Tairora, North"@en ;
    skos:inScheme lexvo: ;
    skos:notation "tbg"^^xsd:string ;
    skos:prefLabel "North Tairora"@en .

<http://lexvo.org/id/iso639-3/tbj> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "tbj"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Tiang_language>,
        <http://www.mpii.de/yago/resource/Tiang_language> ;
    skos:altLabel "Tiang language"@en ;
    skos:definition "The Tiang language also known as Djaul is a language spoken in Papua New Guinea."@en ;
    skos:inScheme lexvo: ;
    skos:notation "tbj"^^xsd:string ;
    skos:prefLabel "Tiang"@en .

<http://lexvo.org/id/iso639-3/tbl> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "tbl"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/tbol1240> ;
    skos:inScheme lexvo: ;
    skos:notation "tbl"^^xsd:string ;
    skos:prefLabel "Tboli"@en .

<http://lexvo.org/id/iso639-3/tbm> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "tbm"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Tagbo_language>,
        <http://www.mpii.de/yago/resource/Tagbo_language> ;
    skos:altLabel "Tagbo language"@en ;
    skos:definition "Tagbo (Tagbu, Tagba) is a Ubangian language of Democratic Republic of the Congo."@en ;
    skos:inScheme lexvo: ;
    skos:notation "tbm"^^xsd:string ;
    skos:prefLabel "Tagbu"@en,
        "Kitagbu"@sw .

<http://lexvo.org/id/iso639-3/tbr> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "tbr"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Tumtum_language>,
        <http://www.mpii.de/yago/resource/Tumtum_language> ;
    skos:altLabel "Tumtum language"@en ;
    skos:definition "Tumtum is a Kadu language spoken in Kordofan. Dialects are Karondi (Kurondi, Korindi), Talassa, and Tumtum proper."@en ;
    skos:inScheme lexvo: ;
    skos:notation "tbr"^^xsd:string ;
    skos:prefLabel "Tumtum"@en,
        "Тумтумски јазик"@mk .

<http://lexvo.org/id/iso639-3/tbt> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "tbt"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Tembo_(Kitembo)_language>,
        <http://www.mpii.de/yago/resource/Tembo_(Kitembo)_language> ;
    skos:altLabel "Tembo (Kitembo)"@en,
        "Tembo (Kitembo) language"@en ;
    skos:definition "Tembo is a Bantu language of the Democratic Republic of the Congo."@en ;
    skos:inScheme lexvo: ;
    skos:notation "tbt"^^xsd:string ;
    skos:prefLabel "Tembo"@en,
        "Kishi"@sw .

<http://lexvo.org/id/iso639-3/tbw> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "tbw"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/tagb1258> ;
    skos:inScheme lexvo: ;
    skos:notation "tbw"^^xsd:string ;
    skos:prefLabel "Tagbanwa"@en .

<http://lexvo.org/id/iso639-3/tbz> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "tbz"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Tammari_language>,
        <http://www.mpii.de/yago/resource/Tammari_language> ;
    skos:altLabel "Tammari language"@en ;
    skos:definition "The Tammari language, Ditammari, is a Gur language of Benin and Togo."@en ;
    skos:inScheme lexvo: ;
    skos:notation "tbz"^^xsd:string ;
    skos:prefLabel "Ditammari"@de,
        "Ditammari"@en,
        "Lenga Ditammari"@pms,
        "Дитаммари"@ru,
        "Kiditammari"@sw .

<http://lexvo.org/id/iso639-3/tcg> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "tcg"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/tama1336> ;
    skos:inScheme lexvo: ;
    skos:notation "tcg"^^xsd:string ;
    skos:prefLabel "Tamagario"@en .

<http://lexvo.org/id/iso639-3/tch> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "tch"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Turks_and_Caicos_Islands_Creole>,
        <http://www.mpii.de/yago/resource/Turks_and_Caicos_Islands_Creole> ;
    skos:altLabel "Creole English, Turks And Caicos"@en,
        "Turks and Caicos Islands Creole"@en ;
    skos:definition "Turks and Caicos Islands Creole is an English-based creole spoken in the Turks and Caicos Islands, a British Overseas Territory in the West Indies southeast of the Bahamas."@en ;
    skos:inScheme lexvo: ;
    skos:notation "tch"^^xsd:string ;
    skos:prefLabel "Turks And Caicos Creole English"@en .

<http://lexvo.org/id/iso639-3/tcm> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "tcm"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Tanah_Merah_language>,
        <http://www.mpii.de/yago/resource/Tanah_Merah_language> ;
    skos:altLabel "Tanah Merah language"@en ;
    skos:definition ":Not to be confused with Tabla language, which is also called Tanah Merah. Tanah Merah is a Trans–New Guinea language that forms an independent branch of that family in the classification of Malcolm Ross (2005). It is spoken on the Bomberai Peninsula by perhaps a thousand people."@en ;
    skos:inScheme lexvo: ;
    skos:notation "tcm"^^xsd:string ;
    skos:prefLabel "Tanahmerah"@en,
        "Język tanah merah"@pl .

<http://lexvo.org/id/iso639-3/tcs> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "tcs"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Torres_Strait_Creole>,
        <http://www.mpii.de/yago/resource/Torres_Strait_Creole> ;
    skos:altLabel "Creole, Torres Strait"@en ;
    skos:definition "Torres Strait Creole (also Torres Strait Pidgin, Yumplatok, Torres Strait Brokan/Broken, Cape York Creole, Lockhart Creole, Papuan Pidgin English, Broken English, Brokan/Broken, Blaikman, Big Thap) is an English-based creole language spoken on several Torres Strait Islands (Queensland, Australia), Northern Cape York and South-Western Coastal Papua. It has approximately mother-tongue and bi/tri-lingual speakers, as well as several second/third-language speakers. It is widely used as a language of trade and commerce. It has five main dialects: Papuan, Western-Central, TI, Eastern, and Cape York. Its main characteristics show that it is a Pacific Pidgin, however the future in X [i] go VERB aligns it with Atlantic Creoles. Related languages are Pijin of the Solomon Islands, Tok Pisin of Papua New Guinea, and Bislama of Vanuatu. The other Creoles of Australia (Roper River Kriol etc.) are more distantly related, being descendants of the Pidgin English that developed in and around Sydney after the colonisation of Australia."@en ;
    skos:inScheme lexvo: ;
    skos:notation "tcs"^^xsd:string ;
    skos:prefLabel "Kreoleg Torres Strait"@br,
        "Torres Creole"@de,
        "Torres Strait Creole"@en,
        "Toresa kreola lingvo"@eo,
        "Lenga Torres strait creole"@pms .

<http://lexvo.org/id/iso639-3/tct> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "tct"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Then_language>,
        <http://www.mpii.de/yago/resource/Then_language> ;
    skos:altLabel "Then language"@en ;
    skos:definition "The Then language (; also spelled T'en and Ten) is a Kam–Sui language spoken in Pingtang County, southern Guizhou."@en ;
    skos:inScheme lexvo: ;
    skos:notation "tct"^^xsd:string ;
    skos:prefLabel "T'en"@en,
        "T'en"@fr .

<http://lexvo.org/id/iso639-3/tda> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "tda"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Tihishit_language>,
        <http://www.mpii.de/yago/resource/Tihishit_language> ;
    skos:altLabel "Tihishit language"@en ;
    skos:definition "Tihishit is a mixed Northern Songhay language of central Niger. Ethnologue considers Tagdal a \"mixed Berber–Songhay language\", and Tabarog spoken by the Iberogan people of the Azawagh valley on the Niger–Mali border."@en ;
    skos:inScheme lexvo: ;
    skos:notation "tda"^^xsd:string ;
    skos:prefLabel "Tihichiteg"@br,
        "Tihishit"@de,
        "Tagdal"@en,
        "Lenga tagdal"@pms .

<http://lexvo.org/id/iso639-3/tdd> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "tdd"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Tai_N%C3%BCa_language>,
        <http://www.mpii.de/yago/resource/Tai_N%C3%BCa_language> ;
    skos:altLabel "Tai Nüa language"@en ;
    skos:definition "Tai Nüa (also called Tai Nɯa, Dehong Dai, or Chinese Shan; own name: [tai2 lə6], which means \"upper Tai\" or \"northern Tai\", or <font face=\"MPH 2B Damase\">ᥖᥭᥰᥖᥬᥳᥑᥨᥒᥰ ; Chinese: Dǎinǎyǔ 傣哪语 or Déhóng Dǎiyǔ 德宏傣语; Thai: ภาษาไทยเหนือ or ภาษาไทใต้คง ) is one of the languages spoken by the Dai people in China, especially in the Dehong Dai and Jingpo Autonomous Prefecture in the southwest of Yunnan province. It is closely related to the other Tai languages. Speakers of this language across the border in Myanmar are known as Shan. It should not be confused with Tai Lü (Xishuangbanna Dai). There are also Tai Nüa speakers in Thailand."@en ;
    skos:inScheme lexvo: ;
    skos:notation "tdd"^^xsd:string ;
    skos:prefLabel "Tai Nüa"@de,
        "Tai Nüa"@en,
        "Idioma Tai Nüa"@es,
        "Język tai neua"@pl,
        "Lenga tai nüa"@pms,
        "Tai nüa"@sv,
        "ภาษาไทไต้คง"@th,
        "德宏傣语"@zh .

<http://lexvo.org/id/iso639-3/tde> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "tde"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Duleri_Dogon>,
        <http://www.mpii.de/yago/resource/Duleri_Dogon> ;
    skos:altLabel "Dogon, Tiranige Diga"@en,
        "Tiranige Diga Dogon"@en ;
    skos:definition "Duleri Dogon or Duleri Dom, also known as Tiranige dige, is a Dogon language spoken in Mali."@en ;
    skos:inScheme lexvo: ;
    skos:notation "tde"^^xsd:string ;
    skos:prefLabel "Duleri Dogon"@en .

<http://lexvo.org/id/iso639-3/tdk> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "tdk"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Tambas_language>,
        <http://www.mpii.de/yago/resource/Tambas_language> ;
    skos:altLabel "Tambas language"@en ;
    skos:definition "Tambas (also known as Tambes, Tembis) is a West Chadic language spoken in Plateau State, Nigeria."@en ;
    skos:inScheme lexvo: ;
    skos:notation "tdk"^^xsd:string ;
    skos:prefLabel "Tambas"@en .

<http://lexvo.org/id/iso639-3/tdl> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "tdl"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Sur_language>,
        <http://www.mpii.de/yago/resource/Sur_language> ;
    skos:altLabel "Sur language"@en ;
    skos:definition "Sur, or Tapshin, is a minor Plateau language of Nigeria."@en ;
    skos:inScheme lexvo: ;
    skos:notation "tdl"^^xsd:string ;
    skos:prefLabel "Sur"@en .

<http://lexvo.org/id/iso639-3/tdn> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "tdn"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/tond1251> ;
    skos:inScheme lexvo: ;
    skos:notation "tdn"^^xsd:string ;
    skos:prefLabel "Tondano"@en .

<http://lexvo.org/id/iso639-3/tds> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "tds"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/dout1240> ;
    skos:inScheme lexvo: ;
    skos:notation "tds"^^xsd:string ;
    skos:prefLabel "Doutai"@en .

<http://lexvo.org/id/iso639-3/tdv> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "tdv"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Toro_language>,
        <http://www.mpii.de/yago/resource/Toro_language> ;
    skos:altLabel "Toro language"@en ;
    skos:definition "Toro Turkwam is a Plateau language of Nigeria. It has lost the nominal affix system characteristic of the Niger–Congo family."@en ;
    skos:inScheme lexvo: ;
    skos:notation "tdv"^^xsd:string ;
    skos:prefLabel "Toro"@en .

<http://lexvo.org/id/iso639-3/tdy> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "tdy"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Tadyawan_language>,
        <http://www.mpii.de/yago/resource/Tadyawan_language> ;
    skos:altLabel "Tadyawan language"@en ;
    skos:definition "The Tadyawan language is a language spoken by Mangyans in the province of Mindoro in the Philippines."@en ;
    skos:inScheme lexvo: ;
    skos:notation "tdy"^^xsd:string ;
    skos:prefLabel "Tadyawan"@en .

<http://lexvo.org/id/iso639-3/teb> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "teb"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Tetet%C3%A9_language>,
        <http://www.mpii.de/yago/resource/Tetet%C3%A9_language> ;
    skos:altLabel "Teteté language"@en ;
    skos:definition "Teteté is an extinct Tucanoan language that was spoken in Ecuador close to the Ecuador-Colombia border. It was also formerly spoken in Colombia, but is now extinct there. It was spoken by the indigenous Tetete people, who did not survive the twentieth century."@en ;
    skos:inScheme lexvo: ;
    skos:notation "teb"^^xsd:string ;
    skos:prefLabel "Tetete"@en .

<http://lexvo.org/id/iso639-3/tec> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "tec"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Terik_language>,
        <http://www.mpii.de/yago/resource/Terik_language> ;
    skos:altLabel "Terik language"@en ;
    skos:definition "Terik (Nyang’ori) is a Kalenjin language of Kenya."@en ;
    skos:inScheme lexvo: ;
    skos:notation "tec"^^xsd:string ;
    skos:prefLabel "Terik"@en .

<http://lexvo.org/id/iso639-3/tee> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "tee"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/hueh1236> ;
    skos:altLabel "Tepehua, Huehuetla"@en ;
    skos:inScheme lexvo: ;
    skos:notation "tee"^^xsd:string ;
    skos:prefLabel "Huehuetla Tepehua"@en .

<http://lexvo.org/id/iso639-3/tef> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "tef"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Teressa_language>,
        <http://www.mpii.de/yago/resource/Teressa_language> ;
    skos:altLabel "Teressa language"@en ;
    skos:definition "Teressa, or Taih-Long, is one of the Nicobarese languages spoken on the Nicobar Islands. Bompoka dialect (Pauhut) is distinct."@en ;
    skos:inScheme lexvo: ;
    skos:notation "tef"^^xsd:string ;
    skos:prefLabel "Teressa"@en .

<http://lexvo.org/id/iso639-3/teg> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "teg"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/North_Teke_language>,
        <http://www.mpii.de/yago/resource/North_Teke_language> ;
    skos:altLabel "North Teke language"@en ;
    skos:definition "North Teke, or Tɛgɛ (Tege, Teghe, Itege), is a member of the Teke languages dialect continuum of the Congolese plateau."@en ;
    skos:inScheme lexvo: ;
    skos:notation "teg"^^xsd:string ;
    skos:prefLabel "Teke-Tege"@de,
        "Teke-Tege"@en,
        "Lenga Teke-Tege"@pms,
        "Kiteke-Kaskazini"@sw .

<http://lexvo.org/id/iso639-3/tek> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "tek"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/East_Teke_language>,
        <http://www.mpii.de/yago/resource/East_Teke_language> ;
    skos:altLabel "East Teke language"@en,
        "Teke, Ibali"@en ;
    skos:definition "East Teke is a member of the Teke dialect continuum of the Congolese plateau. The dialects Mosieno and Ŋee (Esingee) may constitute a separate language from Tio (Teo, Tyo) Bali (Ibali) (Teke proper)."@en ;
    skos:inScheme lexvo: ;
    skos:notation "tek"^^xsd:string ;
    skos:prefLabel "Ibali Teke"@en .

<http://lexvo.org/id/iso639-3/ten> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ten"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Tama_language_(Colombia)>,
        <http://www.mpii.de/yago/resource/Tama_language_(Colombia)> ;
    skos:altLabel "Tama (Colombia)"@en,
        "Tama language"@en ;
    skos:definition "Tama is an extinct indigenous Tucanoan language of Colombia. It was spoken in the regions of Vicente, Orteguaza River and Caquetá Region."@en ;
    skos:inScheme lexvo: ;
    skos:notation "ten"^^xsd:string ;
    skos:prefLabel "Tama"@en,
        "Lingua tama"@it .

<http://lexvo.org/id/iso639-3/tey> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "tey"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Tulishi_language>,
        <http://www.mpii.de/yago/resource/Tulishi_language> ;
    skos:altLabel "Tulishi language"@en ;
    skos:definition "Tulishi (Kuntulishi, Thulishi, Tulesh) is a Kadu language spoken in Kordofan. Dialects are Tulishi proper and Kamdang."@en ;
    skos:inScheme lexvo: ;
    skos:notation "tey"^^xsd:string ;
    skos:prefLabel "Tulishi"@en,
        "Тулишиски јазик"@mk .

<http://lexvo.org/id/iso639-3/tfi> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "tfi"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Tofin_language>,
        <http://www.mpii.de/yago/resource/Tofin_language> ;
    skos:altLabel "Gbe, Tofin"@en,
        "Tofin language"@en ;
    skos:definition "Tɔfin (Toffi) is a Gbe language of Benin."@en ;
    skos:inScheme lexvo: ;
    skos:notation "tfi"^^xsd:string ;
    skos:prefLabel "Tofin Gbe"@en,
        "Kigbe-Tofin"@sw .

<http://lexvo.org/id/iso639-3/tgd> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "tgd"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Ciwogai_language>,
        <http://www.mpii.de/yago/resource/Ciwogai_language> ;
    skos:altLabel "Ciwogai language"@en ;
    skos:definition "Ciwogai is an Afro-Asiatic language spoken in Bauchi State, Nigeria."@en ;
    skos:inScheme lexvo: ;
    skos:notation "tgd"^^xsd:string ;
    skos:prefLabel "Ciwogai"@en .

<http://lexvo.org/id/iso639-3/tgf> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "tgf"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Chali_language>,
        <http://www.mpii.de/yago/resource/Chali_language> ;
    skos:altLabel "Chali language"@en ;
    skos:definition "The Chali language (Dzongkha: ཚ་ལི་ཁ་; Wylie: Tsha-li-kha; also called \"Chalikha,\" \"Chalipkha,\" \"Tshali,\" and \"Tshalingpa\") is an East Bodish language spoken by about 8,200 people in Wangmakhar, Gorsum and Tormazhong villages in Mongar District in eastern Bhutan, mainly around Chhali Gewog on east bank of Kuri Chhu River. Chalikha is related to Bumthangkha and Kurtöpkha.<ref name=SIL1/>"@en ;
    skos:inScheme lexvo: ;
    skos:notation "tgf"^^xsd:string ;
    skos:prefLabel "Tchalikeg"@br,
        "Chalikha"@en,
        "Lenga Chalikha"@pms .

<http://lexvo.org/id/iso639-3/tgg> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "tgg"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/tang1348> ;
    skos:inScheme lexvo: ;
    skos:notation "tgg"^^xsd:string ;
    skos:prefLabel "Tangga"@en .

<http://lexvo.org/id/iso639-3/tgh> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "tgh"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Tobagonian_Creole>,
        <http://www.mpii.de/yago/resource/Tobagonian_Creole> ;
    skos:altLabel "Creole English, Tobagonian"@en,
        "Tobagonian Creole English"@en ;
    skos:definition "Tobagonian is a creole language and the generally spoken language in Tobago. It is distinct from Trinidadian Creole and closer to other Lesser Antillean English-based creoles."@en ;
    skos:inScheme lexvo: ;
    skos:notation "tgh"^^xsd:string ;
    skos:prefLabel "Tobagonian Creole"@en .

<http://lexvo.org/id/iso639-3/tgo> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "tgo"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/sude1239> ;
    skos:inScheme lexvo: ;
    skos:notation "tgo"^^xsd:string ;
    skos:prefLabel "Sudest"@en .

<http://lexvo.org/id/iso639-3/tgp> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "tgp"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Tangoa_language>,
        <http://www.mpii.de/yago/resource/Tangoa_language> ;
    skos:altLabel "Tangoa language"@en ;
    skos:definition "Tangoa is an Oceanic language spoken on Tangoa Island, south of Espiritu Santo Island in Vanuatu."@en ;
    skos:inScheme lexvo: ;
    skos:notation "tgp"^^xsd:string ;
    skos:prefLabel "Tangoa"@en,
        "Tangoa"@fr .

<http://lexvo.org/id/iso639-3/tgu> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "tgu"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Tanggu_language>,
        <http://www.mpii.de/yago/resource/Tanggu_language> ;
    skos:altLabel "Tanggu language"@en ;
    skos:definition "Tanggu (Tangu, Tanggum) is a Ramu language of Papua New Guinea."@en ;
    skos:inScheme lexvo: ;
    skos:notation "tgu"^^xsd:string ;
    skos:prefLabel "Tanggu"@en .

<http://lexvo.org/id/iso639-3/tgv> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "tgv"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Tingui-Boto_language>,
        <http://www.mpii.de/yago/resource/Tingui-Boto_language> ;
    skos:altLabel "Tingui-Boto language"@en ;
    skos:definition "Tingui-Boto, or Tingui, also known as Carapató ~ Karapató, is an extinct unclassified language of Brazil. The ethnic population is about 350."@en ;
    skos:inScheme lexvo: ;
    skos:notation "tgv"^^xsd:string ;
    skos:prefLabel "Tingui-Boto"@en,
        "Idioma tingui-boto"@es .

<http://lexvo.org/id/iso639-3/tgw> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "tgw"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Tagwana_language>,
        <http://www.mpii.de/yago/resource/Tagwana_language> ;
    skos:altLabel "Senoufo, Tagwana"@en,
        "Tagwana language"@en ;
    skos:definition "Tagwana (Tagbana) is a southern Senufo of Ivory Coast. It is closely related to Djimini."@en ;
    skos:inScheme lexvo: ;
    skos:notation "tgw"^^xsd:string ;
    skos:prefLabel "Tagwaneg"@br,
        "Tagwana"@de,
        "Tagwana Senoufo"@en,
        "Tagouana"@fr,
        "Lenga Senoufo Tagwana"@pms .

<http://lexvo.org/id/iso639-3/tgx> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "tgx"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Tagish_language>,
        <http://www.mpii.de/yago/resource/Tagish_language> ;
    skos:altLabel "Tagish language"@en ;
    skos:definition "Tagish is an endangered Northern Athabaskan language spoken by the Tagish people in the Yukon Territory in Canada. It is almost extinct as there are only two fluent speakers left."@en ;
    skos:inScheme lexvo: ;
    skos:notation "tgx"^^xsd:string ;
    skos:prefLabel "Tagish"@en,
        "Idioma tagish"@es,
        "Tagish"@fr,
        "Tagish spriak"@frr,
        "Тагиш йӹлмӹ"@mrj,
        "Lenga tagish"@pms,
        "Тагиш"@ru,
        "Tagişçe"@tr .

<http://lexvo.org/id/iso639-3/tgy> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "tgy"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Togoyo_language>,
        <http://www.mpii.de/yago/resource/Togoyo_language> ;
    skos:altLabel "Togoyo language"@en ;
    skos:definition "Togoyo (Togoy) is an extinct Ubangian language of South Sudan."@en ;
    skos:inScheme lexvo: ;
    skos:notation "tgy"^^xsd:string ;
    skos:prefLabel "Togoyo"@de,
        "Togoyo"@en,
        "Lenga Togoyo"@pms,
        "Тогојо језик"@sr .

<http://lexvo.org/id/iso639-3/tgz> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "tgz"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Takalaka_language>,
        <http://www.mpii.de/yago/resource/Takalaka_language> ;
    skos:altLabel "Takalaka language"@en ;
    skos:definition "Takalak (Tagalaka) is an extinct Australian Aboriginal language of Queensland."@en ;
    skos:inScheme lexvo: ;
    skos:notation "tgz"^^xsd:string ;
    skos:prefLabel "Tagalaka"@en .

<http://lexvo.org/id/iso639-3/thm> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "thm"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Thavung_language>,
        <http://www.mpii.de/yago/resource/Thavung_language> ;
    skos:altLabel "Thavung language"@en ;
    skos:definition "Thavưng, or Aheu, is a language spoken by the Phon Sung people in Laos and Thailand. There are thought to be some 1,770 speakers in Laos, largely concentrated in Khamkeut District. A further 750 speakers live in Thailand."@en ;
    skos:inScheme lexvo: ;
    skos:notation "thm"^^xsd:string ;
    skos:prefLabel "Aheu"@de,
        "Aheu"@en,
        "Lingua aheu"@gl,
        "Aheu jezik"@hr .

<http://lexvo.org/id/iso639-3/ths> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ths"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/thak1245> ;
    skos:inScheme lexvo: ;
    skos:notation "ths"^^xsd:string ;
    skos:prefLabel "Thakali"@en .

<http://lexvo.org/id/iso639-3/tht> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "tht"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Tahltan_language>,
        <http://www.mpii.de/yago/resource/Tahltan_language> ;
    skos:altLabel "Tahltan language"@en ;
    skos:definition "Tahltan is a poorly documented Northern Athabaskan language historically spoken by the Tahltan people (also \"Nahanni\") who live in northern British Columbia around Telegraph Creek, Dease Lake, and Iskut. Some linguists consider Tahltan to be a language with 3 divergent but mutually intelligible dialects (Mithun 1999). The numbers below are according to Poser (2003):"@en ;
    skos:inScheme lexvo: ;
    skos:notation "tht"^^xsd:string ;
    skos:prefLabel "Tahltan"@en,
        "Tahltan"@fr,
        "Tahltan spriak"@frr,
        "Tahltanca"@tr .

<http://lexvo.org/id/iso639-3/thu> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "thu"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Thuri_language>,
        <http://www.mpii.de/yago/resource/Thuri_language> ;
    skos:altLabel "Thuri language"@en ;
    skos:definition "Thuri is a Luo language of South Sudan. The number of speakers is unknown; 6,600 were reported in 1956 (Tucker and Bryan)."@en ;
    skos:inScheme lexvo: ;
    skos:notation "thu"^^xsd:string ;
    skos:prefLabel "Thuri"@en .

<http://lexvo.org/id/iso639-3/thz> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "thz"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Tayart_Tamajeq_language>,
        <http://www.mpii.de/yago/resource/Tayart_Tamajeq_language> ;
    skos:altLabel "Tamajeq, Tayart"@en,
        "Tayart Tamajeq language"@en ;
    skos:definition "Tayart is a dialect of the Tuareg language Tamasheq spoken in the Agadez Region of Niger."@en ;
    skos:inScheme lexvo: ;
    skos:notation "thz"^^xsd:string ;
    skos:prefLabel "Tamajekeg"@br,
        "Tayart Tamajeq"@en,
        "Tayart Tamajeq"@hr,
        "Tayart Tamajeq"@sh .

<http://lexvo.org/id/iso639-3/tic> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "tic"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Tiro_language>,
        <http://www.mpii.de/yago/resource/Tiro_language> ;
    skos:altLabel "Tiro language"@en ;
    skos:definition "Tiro, also Thiro or Tira, is a Niger–Congo language in the Heiban family spoken in Kordofan, Sudan."@en ;
    skos:inScheme lexvo: ;
    skos:notation "tic"^^xsd:string ;
    skos:prefLabel "Tiroeg"@br,
        "Tira"@de,
        "Tira"@en,
        "Тироски јазик"@mk,
        "Lenga Tira"@pms .

<http://lexvo.org/id/iso639-3/tih> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "tih"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/timu1262> ;
    skos:altLabel "Murut, Timugon"@en ;
    skos:inScheme lexvo: ;
    skos:notation "tih"^^xsd:string ;
    skos:prefLabel "Timugon Murut"@en .

<http://lexvo.org/id/iso639-3/tii> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "tii"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Tiene_language>,
        <http://www.mpii.de/yago/resource/Tiene_language> ;
    skos:altLabel "Tiene language"@en ;
    skos:definition "Tiene (Tiini), or Tende, is a Bantu language of the Democratic Republic of Congo."@en ;
    skos:inScheme lexvo: ;
    skos:notation "tii"^^xsd:string ;
    skos:prefLabel "Tiene"@de,
        "Tiene"@en,
        "Lenga Tiene"@pms .

<http://lexvo.org/id/iso639-3/tim> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "tim"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Timbe_language>,
        <http://www.mpii.de/yago/resource/Timbe_language> ;
    skos:altLabel "Timbe language"@en ;
    skos:definition "Timbe is a Papuan language spoken in Morobe Province, Papua New Guinea. Women and older men are monolingual."@en ;
    skos:inScheme lexvo: ;
    skos:notation "tim"^^xsd:string ;
    skos:prefLabel "Timbe"@en .

<http://lexvo.org/id/iso639-3/tio> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "tio"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/teop1238> ;
    skos:inScheme lexvo: ;
    skos:notation "tio"^^xsd:string ;
    skos:prefLabel "Teop"@en .

<http://lexvo.org/id/iso639-3/tiq> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "tiq"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Tyefo_language>,
        <http://www.mpii.de/yago/resource/Tyefo_language> ;
    skos:altLabel "Tyefo language"@en ;
    skos:definition "Tyefo, also spelled Tiéfo, Kiefo, Tyeforo, is a language of Burkina Faso, formerly linked with the Gur languages, that is currently of uncertain affiliation. One of the two recorded dialects is extinct."@en ;
    skos:inScheme lexvo: ;
    skos:notation "tiq"^^xsd:string ;
    skos:prefLabel "Tiéfo"@en .

<http://lexvo.org/id/iso639-3/tit> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "tit"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Tinigua_language>,
        <http://www.mpii.de/yago/resource/Tinigua_language> ;
    skos:altLabel "Tinigua language"@en ;
    skos:definition "Tinigua (Tiniguas) is an endangered language isolate spoken in Colombia. As of 2000, Tinigua had only two remaining speakers, both of whom were male. The remaining speakers live in Meta Department, between the Upper Guayabero and Yari rivers. Tinigua used to form a small language family with the now extinct Pamigua language."@en ;
    skos:inScheme lexvo: ;
    skos:notation "tit"^^xsd:string ;
    skos:prefLabel "Tinigweg"@br,
        "Tinigua"@en,
        "Idioma tinigua"@es,
        "Tinigua"@fr .

<http://lexvo.org/id/iso639-3/tiy> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "tiy"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/tiru1241> ;
    skos:inScheme lexvo: ;
    skos:notation "tiy"^^xsd:string ;
    skos:prefLabel "Tiruray"@en .

<http://lexvo.org/id/iso639-3/tiz> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "tiz"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Tai_Hongjin_language>,
        <http://www.mpii.de/yago/resource/Tai_Hongjin_language> ;
    skos:altLabel "Tai Hongjin language"@en ;
    skos:definition "Tai Hongjin is a Tai language of southern China. Dialects may not be mutually intelligible."@en ;
    skos:inScheme lexvo: ;
    skos:notation "tiz"^^xsd:string ;
    skos:prefLabel "Tai Hongjin"@en .

<http://lexvo.org/id/iso639-3/tja> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "tja"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Tajuasohn_language>,
        <http://www.mpii.de/yago/resource/Tajuasohn_language> ;
    skos:altLabel "Tajuasohn language"@en ;
    skos:definition "The Tajuasohn language, also known as Tajuason, Tajuoso, and Tajuosohn, is a Kru language of the Niger–Congo language family. It is spoken primarily in Sinoe County in eastern Liberia by members of five local clans."@en ;
    skos:inScheme lexvo: ;
    skos:notation "tja"^^xsd:string ;
    skos:prefLabel "Tajuasohn"@en .

<http://lexvo.org/id/iso639-3/tjg> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "tjg"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Tunjung_language>,
        <http://www.mpii.de/yago/resource/Tunjung_language> ;
    skos:altLabel "Tunjung language"@en ;
    skos:definition "Tunjung, or Tunjung Dayak, is an Austronesian of Borneo."@en ;
    skos:inScheme lexvo: ;
    skos:notation "tjg"^^xsd:string ;
    skos:prefLabel "Tunjung"@en .

<http://lexvo.org/id/iso639-3/tjn> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "tjn"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Tonjon_language>,
        <http://www.mpii.de/yago/resource/Tonjon_language> ;
    skos:altLabel "Tonjon language"@en ;
    skos:definition "Tonjon is an extinct Mande language once spoken by blacksmiths among the Djimini Senoufo of Ivory Coast. It was closely related to Ligbi, another blacksmith language."@en ;
    skos:inScheme lexvo: ;
    skos:notation "tjn"^^xsd:string ;
    skos:prefLabel "Tonjon"@en .

<http://lexvo.org/id/iso639-3/tjo> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "tjo"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Oued_Righ_Berber>,
        <http://www.mpii.de/yago/resource/Oued_Righ_Berber> ;
    skos:altLabel "Tamazight, Temacine"@en,
        "Temacine Tamazight"@en ;
    skos:definition "Oued Righ Berber, or Temacine Tamazight, is a Zenati Berber variety spoken in some of the oases of the Oued Righ region around Touggourt in Algeria. , it was spoken in Temacine, Blidet-Amor, Meggarine and Ghomra. The only published study of it is Basset (1893). It is closely related to nearby Tumzabt and Teggargrent."@en ;
    skos:inScheme lexvo: ;
    skos:notation "tjo"^^xsd:string ;
    skos:prefLabel "Oued Righ Berber"@en .

<http://lexvo.org/id/iso639-3/tju> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "tju"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Jurruru_language>,
        <http://www.mpii.de/yago/resource/Jurruru_language> ;
    skos:altLabel "Jurruru language"@en ;
    skos:definition "Jurruru is an extinct Australian Aboriginal language formerly spoken in the Pilbara region of Western Australia. Its name has also been spelt Chooraroo, Choororoo, Churoro, Djuroro, Djururo, Djurruru, Dyururu, Jururu, Thuraru, Tjororo, Tjuroro, Tjururo, and Tjururu."@en ;
    skos:inScheme lexvo: ;
    skos:notation "tju"^^xsd:string ;
    skos:prefLabel "Tjurruru"@en,
        "Lenga tjurruru"@pms,
        "Tjurruru"@sv .

<http://lexvo.org/id/iso639-3/tka> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "tka"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Truk%C3%A1_language>,
        <http://www.mpii.de/yago/resource/Truk%C3%A1_language> ;
    skos:altLabel "Truká language"@en ;
    skos:definition "Truká is an extinct unclassified language of Brazil. The ethnic population is about 1,300."@en ;
    skos:inScheme lexvo: ;
    skos:notation "tka"^^xsd:string ;
    skos:prefLabel "Truká"@en,
        "Idioma truká"@es .

<http://lexvo.org/id/iso639-3/tkd> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "tkd"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Tocodede_language>,
        <http://www.mpii.de/yago/resource/Tocodede_language> ;
    skos:altLabel "Tocodede language"@en ;
    skos:definition "Tocodede (also known as Tukude, Tokodede, Tokodé, and Tocod) is one of the languages of East Timor, spoken by about 65,000 people in the district of Liquiçá, especially the subdistricts of Maubara and Liquiçá along the Lois River. The number has declined in recent years. It is a Malayo-Polynesian language, in the Timor group."@en ;
    skos:inScheme lexvo: ;
    skos:notation "tkd"^^xsd:string ;
    skos:prefLabel "Tokodede"@de,
        "Tukudede"@en,
        "Tokodede"@fi,
        "Bahasa Tocodede"@id,
        "Lenga Tukudede"@pms,
        "Língua tocodede"@pt,
        "Токодеде"@ru,
        "ภาษาโตโจเดเด"@th .

<http://lexvo.org/id/iso639-3/tkp> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "tkp"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Tikopia_language>,
        <http://www.mpii.de/yago/resource/Tikopia_language> ;
    skos:altLabel "Tikopia language"@en ;
    skos:definition "The Tikopia language is a Polynesian Outlier language from the island of Tikopia in the Solomon Islands. It is closely related to the Anuta language of the neighboring island of Anuta. Tikopian is also spoken by the Polynesian minority on Vanikoro, who long ago migrated from Tikopia."@en ;
    skos:inScheme lexvo: ;
    skos:notation "tkp"^^xsd:string ;
    skos:prefLabel "Tikopianische Sprache"@de,
        "Tikopia"@en,
        "Tikopian kieli"@fi,
        "Tikopia"@fr,
        "Lenga Tikopia"@pms,
        "Тикопиа"@ru .

<http://lexvo.org/id/iso639-3/tkq> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "tkq"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Tee_language>,
        <http://www.mpii.de/yago/resource/Tee_language> ;
    skos:altLabel "Tee language"@en ;
    skos:definition "Tẹẹ, or Tai, is the language of the Tai tribe of the Ogoni nation of Nigeria. It is to a limited degree mutually intelligible with Khana, the main Ogoni language, but its speakers consider it to be a separate language."@en ;
    skos:inScheme lexvo: ;
    skos:notation "tkq"^^xsd:string ;
    skos:prefLabel "Tee"@en,
        "Tèè"@fr .

<http://lexvo.org/id/iso639-3/tku> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "tku"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Upper_Necaxa_Totonac>,
        <http://www.mpii.de/yago/resource/Upper_Necaxa_Totonac> ;
    skos:altLabel "Totonac, Upper Necaxa"@en ;
    skos:definition "Upper Necaxa Totonac is a native American language of central Mexico spoken by 3,400 people in and around four villages—Chicontla, Patla, Cacahuatlán, and San Pedro Tlaloantongo—in the Necaxa River Valley in Northern Puebla State. Although speakers represent the majority of the adult population in Patla and Cacahuatlán, there are very few monolinguals and few if any children are currently learning the language as a mother tongue, and, as a consequence, the language must be considered severely endangered."@en ;
    skos:inScheme lexvo: ;
    skos:notation "tku"^^xsd:string ;
    skos:prefLabel "Totonakeg Papantla"@br,
        "Upper Necaxa Totonac"@en,
        "Totonaque de Papantla"@fr .

<http://lexvo.org/id/iso639-3/tlg> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "tlg"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Tofanma_language>,
        <http://www.mpii.de/yago/resource/Tofanma_language> ;
    skos:altLabel "Tofanma language"@en ;
    skos:definition "Tofanma or Tofamna is a poorly documented Papuan language of Indonesia. Wurm (1975) placed it as an independent branch of Trans–New Guinea, but Ross (2005) could not find enough evidence to classify it. It may be related to Namla, a neighboring unclassified language."@en ;
    skos:inScheme lexvo: ;
    skos:notation "tlg"^^xsd:string ;
    skos:prefLabel "Tofanma"@en,
        "Język tofamna"@pl,
        "Тофамна"@ru .

<http://lexvo.org/id/iso639-3/tlm> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "tlm"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Tolomako_language>,
        <http://www.mpii.de/yago/resource/Tolomako_language> ;
    skos:altLabel "Tolomako language"@en ;
    skos:definition "Tolomako is a language of the Oceanic subgroup of Austronesian languages. It is spoken on Santo island in Vanuatu. It distinguishes four numbers for its personal pronouns: singular, dual, trial, plural. Its verbs have no tense or aspect marking, but two moods, realis and irrealis. Substantives and numerals also have the same two moods. E.g."@en ;
    skos:inScheme lexvo: ;
    skos:notation "tlm"^^xsd:string ;
    skos:prefLabel "Tolomako"@en,
        "Idioma tolomako"@es,
        "Tolomako"@fi,
        "Tolomako"@fr .

<http://lexvo.org/id/iso639-3/tlx> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "tlx"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Khehek_language>,
        <http://www.mpii.de/yago/resource/Khehek_language> ;
    skos:altLabel "Khehek language"@en ;
    skos:definition "The Khehek language is a West Manus language spoken by approximately 1600 people on west-central Manus Island, Manus Province of Papua New Guinea. It has two dialects, Drehet and Levei, which may be considered separate languages."@en ;
    skos:inScheme lexvo: ;
    skos:notation "tlx"^^xsd:string ;
    skos:prefLabel "Khehek"@en,
        "Khehek"@fr .

<http://lexvo.org/id/iso639-3/tme> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "tme"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Trememb%C3%A9_language>,
        <http://www.mpii.de/yago/resource/Trememb%C3%A9_language> ;
    skos:altLabel "Tremembé language"@en ;
    skos:definition "Tremembé Teremembé is an extinct unclassified language of Brazil. It was originally spoken by the Tremembé people, who once inhabited the northern Brazilian coasts from Pará to Ceará. The Tremembé were described as a \"Tapuia\" tribe - that is, not part of the dominant Tupi–Guarani groups of the coasts. Nonetheless, it is likely they borowed a lot of Tupi words from interaction with their Tupi neighbors."@en ;
    skos:inScheme lexvo: ;
    skos:notation "tme"^^xsd:string ;
    skos:prefLabel "Tremembé"@en,
        "Tremembé"@es .

<http://lexvo.org/id/iso639-3/tmf> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "tmf"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Maskoy_language>,
        <http://www.mpii.de/yago/resource/Maskoy_language> ;
    skos:altLabel "Maskoy language"@en ;
    skos:definition "Maskoy, or Toba-Maskoy, is one of several languages of the Paraguayan Chaco called Toba. It is spoken on a reservation near Puerto Victoria."@en ;
    skos:inScheme lexvo: ;
    skos:notation "tmf"^^xsd:string ;
    skos:prefLabel "Toba-Maskoy"@en .

<http://lexvo.org/id/iso639-3/tmg> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "tmg"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Portugis_language>,
        <http://www.mpii.de/yago/resource/Portugis_language> ;
    skos:altLabel "Portugis language"@en ;
    skos:definition "Portugis, or Ternateño, was a language spoken by Christians of mixed Portuguese and Malay ancestry in the islands of Ambon and Ternate in the Moluccas (Indonesia), from the 16th to the middle of the 20th century."@en ;
    skos:inScheme lexvo: ;
    skos:notation "tmg"^^xsd:string ;
    skos:prefLabel "Ternateño"@en .

<http://lexvo.org/id/iso639-3/tmj> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "tmj"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Samarokena_language>,
        <http://www.mpii.de/yago/resource/Samarokena_language> ;
    skos:altLabel "Samarokena language"@en ;
    skos:definition "Samarokena (Samarkena, Karfasia, Tamaja ~ Tamaya) is a poorly documented Papuan language spoken in Indonesian Papua. Wurm (1975) linked it to the Kwerba languages, but Ross (2005) could not find enough evidence to classify it. Donahue (2002) found that the pronouns correspond closely to those of Airoran, though both are divergent from the Kwerba languages of the interior."@en ;
    skos:inScheme lexvo: ;
    skos:notation "tmj"^^xsd:string ;
    skos:prefLabel "Samarokena"@en,
        "Język samarokena"@pl .

<http://lexvo.org/id/iso639-3/tml> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "tml"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/tamn1235> ;
    skos:altLabel "Citak, Tamnim"@en ;
    skos:inScheme lexvo: ;
    skos:notation "tml"^^xsd:string ;
    skos:prefLabel "Tamnim Citak"@en .

<http://lexvo.org/id/iso639-3/tmn> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "tmn"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Taman_language>,
        <http://www.mpii.de/yago/resource/Taman_language> ;
    skos:altLabel "Taman (Indonesia)"@en,
        "Taman language"@en ;
    skos:definition "Taman is an Austronesian (Dayak) language of Borneo. Apart from Mbalo, it is not close to other languages."@en ;
    skos:inScheme lexvo: ;
    skos:notation "tmn"^^xsd:string ;
    skos:prefLabel "Taman"@en .

<http://lexvo.org/id/iso639-3/tmo> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "tmo"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Temoq_language>,
        <http://www.mpii.de/yago/resource/Temoq_language> ;
    skos:altLabel "Temoq language"@en ;
    skos:definition "Temoq is an aboriginal Mon–Khmer language of Malaya. The number of speakers is unknown"@en ;
    skos:inScheme lexvo: ;
    skos:notation "tmo"^^xsd:string ;
    skos:prefLabel "Temoq"@en .

<http://lexvo.org/id/iso639-3/tmq> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "tmq"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/tuml1238> ;
    skos:inScheme lexvo: ;
    skos:notation "tmq"^^xsd:string ;
    skos:prefLabel "Tumleo"@en .

<http://lexvo.org/id/iso639-3/tmr> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "tmr"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Jewish_Babylonian_Aramaic>,
        <http://www.mpii.de/yago/resource/Jewish_Babylonian_Aramaic> ;
    skos:altLabel "Aramaic, Jewish Babylonian (ca. 200-1200 CE)"@en,
        "Jewish Babylonian Aramaic (ca. 200-1200 CE)"@en ;
    skos:definition "Jewish Babylonian Aramaic was the form of Middle Aramaic employed by Jewish writers in Babylonia between the 4th century and the 11th century CE. It is most commonly identified with the language of the Babylonian Talmud (which was completed in the seventh century) and of post-Talmudic (Geonic) literature, which are the most important cultural products of Babylonian Jewry. The most important epigraphic sources for the dialect are the hundreds of Aramaic magic bowls written in the Jewish script."@en ;
    skos:inScheme lexvo: ;
    skos:notation "tmr"^^xsd:string ;
    skos:prefLabel "ܐܪܡܝܐ ܕܒܬܠܡܘܕ ܒܒܠܝܐ"@aii,
        "Aramaeg talmoudek Babilonia"@br,
        "Jewish Babylonian Aramaic"@en,
        "Judéo-araméen babylonien"@fr,
        "ארמית בבלית"@he,
        "Talmudski aramejski jezik"@hr,
        "Język judeo-aramejski"@pl,
        "Talmudski aramejski jezik"@sh,
        "ภาษาอราเมอิกยิวบาบิโลเนีย"@th .

<http://lexvo.org/id/iso639-3/tms> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "tms"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Tima_language>,
        <http://www.mpii.de/yago/resource/Tima_language> ;
    skos:altLabel "Tima language"@en ;
    skos:definition "Tima, also known as Domorik or Lomorik, is a Kordofanian language spoken by the Tima people of Sudan."@en ;
    skos:inScheme lexvo: ;
    skos:notation "tms"^^xsd:string ;
    skos:prefLabel "Timeg"@br,
        "Tima"@de,
        "Tima"@en,
        "Тимаски јазик"@mk,
        "Lenga Tima"@pms .

<http://lexvo.org/id/iso639-3/tmu> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "tmu"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/iauu1242> ;
    skos:inScheme lexvo: ;
    skos:notation "tmu"^^xsd:string ;
    skos:prefLabel "Iau"@en .

<http://lexvo.org/id/iso639-3/tmv> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "tmv"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Tembo_(Motembo)_language>,
        <http://www.mpii.de/yago/resource/Tembo_(Motembo)_language> ;
    skos:altLabel "Tembo (Motembo)"@en,
        "Tembo (Motembo) language"@en ;
    skos:definition "Tembo (Motembo) is a minor Bantu language of the Democratic Republic of Congo. There is a large degree of dialect diversity."@en ;
    skos:inScheme lexvo: ;
    skos:notation "tmv"^^xsd:string ;
    skos:prefLabel "Tembo"@en .

<http://lexvo.org/id/iso639-3/tmw> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "tmw"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Temuan_language>,
        <http://www.mpii.de/yago/resource/Temuan_language> ;
    skos:altLabel "Temuan language"@en ;
    skos:definition "The Temuan language (Benua, bual Mutan, Niap, ) is an Austronesian language spoken by the Temuan people, one of the Orang Asli or indigenous peoples of Peninsular Malaysia in the states of Selangor, Pahang, Johor, and Negeri Sembilan. It has a degree of mutual intelligibility with the Malay language."@en ;
    skos:inScheme lexvo: ;
    skos:notation "tmw"^^xsd:string ;
    skos:prefLabel "Temuan"@en,
        "Temuan"@fr,
        "Bahasa Temuan"@id,
        "Temuan"@ms .

<http://lexvo.org/id/iso639-3/tnc> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "tnc"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/tani1257> ;
    skos:inScheme lexvo: ;
    skos:notation "tnc"^^xsd:string ;
    skos:prefLabel "Tanimuca-Retuarã"@en .

<http://lexvo.org/id/iso639-3/tnd> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "tnd"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/ango1257> ;
    skos:altLabel "Tunebo, Angosturas"@en ;
    skos:inScheme lexvo: ;
    skos:notation "tnd"^^xsd:string ;
    skos:prefLabel "Angosturas Tunebo"@en .

<http://lexvo.org/id/iso639-3/tng> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "tng"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Tobanga_language>,
        <http://www.mpii.de/yago/resource/Tobanga_language> ;
    skos:altLabel "Tobanga language"@en ;
    skos:definition "Tobanga, or Northern Gabri, is an East Chadic language spoken in the Tandjilé Region of Chad."@en ;
    skos:inScheme lexvo: ;
    skos:notation "tng"^^xsd:string ;
    skos:prefLabel "Tobanga"@en .

<http://lexvo.org/id/iso639-3/tni> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "tni"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Tandia_language>,
        <http://www.mpii.de/yago/resource/Tandia_language> ;
    skos:altLabel "Tandia language"@en ;
    skos:definition "Tandia is a possibly extinct Austronesian language in the putative Cenderawasih (Geelvink Bay) of Indonesian Papua. It is not closely related to other languages. Speakers have shifted to Wandamen."@en ;
    skos:inScheme lexvo: ;
    skos:notation "tni"^^xsd:string ;
    skos:prefLabel "Tandia"@en .

<http://lexvo.org/id/iso639-3/tnk> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "tnk"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/kwam1252> ;
    skos:inScheme lexvo: ;
    skos:notation "tnk"^^xsd:string ;
    skos:prefLabel "Kwamera"@en .

<http://lexvo.org/id/iso639-3/tnl> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "tnl"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/lena1238> ;
    skos:inScheme lexvo: ;
    skos:notation "tnl"^^xsd:string ;
    skos:prefLabel "Lenakel"@en .

<http://lexvo.org/id/iso639-3/tnp> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "tnp"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Whitesands_language>,
        <http://www.mpii.de/yago/resource/Whitesands_language> ;
    skos:altLabel "Whitesands language"@en ;
    skos:definition "Whitesands is a language spoken on the eastern coast of Tanna Island in Vanuatu. It is closely related to the North Tanna and Lenakel languages."@en ;
    skos:inScheme lexvo: ;
    skos:notation "tnp"^^xsd:string ;
    skos:prefLabel "Whitesands"@en,
        "Whitesands"@fr,
        "Whitesands jezik"@hr,
        "Lenga Whitesands"@pms .

<http://lexvo.org/id/iso639-3/tnq> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "tnq"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Ta%C3%ADno_language>,
        <http://www.mpii.de/yago/resource/Ta%C3%ADno_language> ;
    skos:altLabel "Taíno language"@en ;
    skos:definition "Taíno, an Arawakan language, was the principal language of the Caribbean islands at the time of the Spanish Conquest, including the Bahamas, Cuba, Hispaniola, Jamaica, Puerto Rico, the Florida Keys, and the Lesser Antilles. The Taíno had largely displaced the non-Arawakan Ciboney, of which only pockets remained in the Greater Antilles (the Guanajatabey in western Cuba, the Ciguayo and Macorix in eastern Hispaniola), and in turn had been conquered by the Caribs in the Lesser Antilles and Puerto Rico."@en ;
    skos:inScheme lexvo: ;
    skos:notation "tnq"^^xsd:string ;
    skos:prefLabel "Taino"@en,
        "Idioma taíno"@es,
        "Taino"@nn .

<http://lexvo.org/id/iso639-3/tnr> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "tnr"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Bedik_language>,
        <http://www.mpii.de/yago/resource/Bedik_language> ;
    skos:altLabel "Bedik language"@en,
        "Ménik"@en ;
    skos:definition "Bedik (Budik, endonym Ménik), also Banda, is a Senegambian language of Senegal and Guinea spoken by traditional hunter-gatherers."@en ;
    skos:inScheme lexvo: ;
    skos:notation "tnr"^^xsd:string ;
    skos:prefLabel "Boudikeg"@br,
        "Bedik"@de,
        "Bedik"@en,
        "Bédik"@fr,
        "Bedik jezik"@hr,
        "부디크어"@ko,
        "Lenga Budik"@pms .

<http://lexvo.org/id/iso639-3/tnv> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "tnv"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Tanchangya_language>,
        <http://www.mpii.de/yago/resource/Tanchangya_language> ;
    skos:altLabel "Tanchangya language"@en ;
    skos:inScheme lexvo: ;
    skos:notation "tnv"^^xsd:string ;
    skos:prefLabel "Tangchangya"@en,
        "Língua tanchangya"@pt .

<http://lexvo.org/id/iso639-3/tnz> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "tnz"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Tonga_language_(Thailand)>,
        <http://www.mpii.de/yago/resource/Tonga_language_(Thailand)> ;
    skos:altLabel "Tonga (Thailand)"@en,
        "Tonga language"@en ;
    skos:definition "Tonga is an aboriginal Mon–Khmer language of Malaya and Thailand. It also goes by the name Mos in Thailand, which it shares with Kensiu in Thailand, and Mos Tean-ean."@en ;
    skos:inScheme lexvo: ;
    skos:notation "tnz"^^xsd:string ;
    skos:prefLabel "Tonga"@en,
        "Tonga"@fr .

<http://lexvo.org/id/iso639-3/tof> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "tof"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Gizrra_language>,
        <http://www.mpii.de/yago/resource/Gizrra_language> ;
    skos:altLabel "Gizrra language"@en ;
    skos:definition "(Western) Gizrra, or Waidoro, is a Papuan language of New Guinea. The name is shared with the neighboring Wipi language, (Eastern) Gidra."@en ;
    skos:inScheme lexvo: ;
    skos:notation "tof"^^xsd:string ;
    skos:prefLabel "Gizrra"@en .

<http://lexvo.org/id/iso639-3/tol> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "tol"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Tolowa_language>,
        <http://www.mpii.de/yago/resource/Tolowa_language> ;
    skos:altLabel "Tolowa language"@en ;
    skos:definition "The Tolowa (Taa-Laa-Wa) language (also called Smith River) is a member of the Pacific Coast subgroup of the Athabaskan language family. It is spoken by Tolowa Indians in southern Oregon and northern California. There are only a handful of remaining fully fluent native speakers. The Confederated Tribes of Siletz are attempting to revive it, offering courses for 6th- through 8th-graders at the Siletz Valley Charter School, opening in the fall of 2006. Loren Bommelyn is a fluent speaker and linguist, who has published books teaching the language and teaches young Tolowa students in Crescent City, California."@en ;
    skos:inScheme lexvo: ;
    skos:notation "tol"^^xsd:string ;
    skos:prefLabel "Tolowa"@en,
        "Tolowa spriak"@frr,
        "Lenga tolowa"@pms .

<http://lexvo.org/id/iso639-3/tom> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "tom"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Tombulu_language>,
        <http://www.mpii.de/yago/resource/Tombulu_language> ;
    skos:altLabel "Tombulu language"@en ;
    skos:definition "Tombulu, Minahasa, is an Austronesian language, perhaps a Philippine language, of northern Sulawesi, Indonesia."@en ;
    skos:inScheme lexvo: ;
    skos:notation "tom"^^xsd:string ;
    skos:prefLabel "Tombulu"@en .

<http://lexvo.org/id/iso639-3/too> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "too"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/xico1235> ;
    skos:altLabel "Totonac, Xicotepec De Juárez"@en ;
    skos:inScheme lexvo: ;
    skos:notation "too"^^xsd:string ;
    skos:prefLabel "Xicotepec De Juárez Totonac"@en .

<http://lexvo.org/id/iso639-3/toq> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "toq"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Toposa_language>,
        <http://www.mpii.de/yago/resource/Toposa_language> ;
    skos:altLabel "Toposa language"@en ;
    skos:definition "Toposa (also Akara, Kare, Kumi, Taposa, Topotha) is a Nilo-Saharan language (Eastern Sudanic, Nilotic) spoken in South Sudan by the Toposa people. Mutually intelligible language varieties include Jiye of South Sudan, Nyangatom of Ethiopia, Karimojong, Jie and Dodos of Uganda and Turkana of Kenya. Teso (spoken in both Kenya and Uganda) is lexically more distant."@en ;
    skos:inScheme lexvo: ;
    skos:notation "toq"^^xsd:string ;
    skos:prefLabel "Toposa"@en,
        "Toposa"@fr,
        "Lenga Toposa"@pms,
        "Топоса језик"@sr .

<http://lexvo.org/id/iso639-3/tox> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "tox"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Tobian_language>,
        <http://www.mpii.de/yago/resource/Tobian_language> ;
    skos:altLabel "Tobian language"@en ;
    skos:definition "Tobian (Tobian: ramarih Hatohobei, literally \"the language of Tobi\") is the language of Tobi, one of the Southwest Islands of Palau, and the main island of Hatohobei state. Tobian is a Micronesian language spoken by approximately 150 people."@en ;
    skos:inScheme lexvo: ;
    skos:notation "tox"^^xsd:string ;
    skos:prefLabel "Tobianische Sprache"@de,
        "Tobian"@en,
        "Idioma tobiano"@es,
        "Tobin kieli"@fi,
        "Tobi"@fr,
        "Tobijski jezik"@hr,
        "Bahasa Tobi"@id,
        "Tobiaans"@nl,
        "Lenga Tobian"@pms,
        "Tiếng Tobi"@vi .

<http://lexvo.org/id/iso639-3/tpg> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "tpg"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Kula_language>,
        <http://www.mpii.de/yago/resource/Kula_language> ;
    skos:altLabel "Kula language"@en ;
    skos:definition "Kula (Kola), or Lamtoka (Lantoka), is a Papuan language of the Moluccas. Dialects are Kula proper, Kulatela, Watena, Kula Watena, Iramang, Larena, Sumang, Arumaka."@en ;
    skos:inScheme lexvo: ;
    skos:notation "tpg"^^xsd:string ;
    skos:prefLabel "Kula"@en .

<http://lexvo.org/id/iso639-3/tpm> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "tpm"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/tamp1252> ;
    skos:inScheme lexvo: ;
    skos:notation "tpm"^^xsd:string ;
    skos:prefLabel "Tampulma"@en .

<http://lexvo.org/id/iso639-3/tpq> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "tpq"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/tukp1239> ;
    skos:inScheme lexvo: ;
    skos:notation "tpq"^^xsd:string ;
    skos:prefLabel "Tukpa"@en .

<http://lexvo.org/id/iso639-3/tpv> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "tpv"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Tanapag_language>,
        <http://www.mpii.de/yago/resource/Tanapag_language> ;
    skos:altLabel "Tanapag language"@en ;
    skos:definition "Tanapag is a Micronesian language of the Austronesian language family. It is spoken by about 4,400 people on the island of Saipan in the Northern Mariana Islands. The language may be endangered, as younger people tend to speak Chamorro instead of Tanapag, but there are also efforts being made to promote the language."@en ;
    skos:inScheme lexvo: ;
    skos:notation "tpv"^^xsd:string ;
    skos:prefLabel "Tanapag"@en,
        "Tanapag"@fr .

<http://lexvo.org/id/iso639-3/tpw> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "tpw"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/tupi1274> ;
    skos:inScheme lexvo: ;
    skos:notation "tpw"^^xsd:string ;
    skos:prefLabel "Tupí"@en .

<http://lexvo.org/id/iso639-3/tqo> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "tqo"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/toar1246> ;
    skos:inScheme lexvo: ;
    skos:notation "tqo"^^xsd:string ;
    skos:prefLabel "Toaripi"@en .

<http://lexvo.org/id/iso639-3/tqq> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "tqq"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Tunni_language>,
        <http://www.mpii.de/yago/resource/Tunni_language> ;
    skos:altLabel "Tunni language"@en ;
    skos:definition "Tunni (also known as Af-Tunni) is an Afro-Asiatic language spoken in Somalia."@en ;
    skos:inScheme lexvo: ;
    skos:notation "tqq"^^xsd:string ;
    skos:prefLabel "Tunni"@en,
        "Af-Tunni"@so .

<http://lexvo.org/id/iso639-3/tqr> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "tqr"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Torona_language>,
        <http://www.mpii.de/yago/resource/Torona_language> ;
    skos:altLabel "Torona language"@en ;
    skos:definition "Torona is an extinct Niger–Congo language in the Talodi family of Kordofan, Sudan. Speakers have shifted to Tira."@en ;
    skos:inScheme lexvo: ;
    skos:notation "tqr"^^xsd:string ;
    skos:prefLabel "Toroneg"@br,
        "Torona"@de,
        "Torona"@en,
        "Torona jezik"@hr,
        "Торонаски јазик"@mk,
        "Lenga Torona"@pms .

<http://lexvo.org/id/iso639-3/tqu> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "tqu"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Touo_language>,
        <http://www.mpii.de/yago/resource/Touo_language> ;
    skos:altLabel "Touo language"@en ;
    skos:definition "The Touo language is spoken over the southern part of Rendova Island in the Solomon Islands. Touo belongs to the Central Solomons group of the Papuan languages. All the surrounding languages to Touo belong to the Oceanic subgroup of the Austronesian language family."@en ;
    skos:inScheme lexvo: ;
    skos:notation "tqu"^^xsd:string ;
    skos:prefLabel "Touo"@en,
        "Touo"@fr,
        "Touo jezik"@hr,
        "Lenga Touo"@pms,
        "Тоуо"@ru .

<http://lexvo.org/id/iso639-3/trc> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "trc"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/copa1237> ;
    skos:altLabel "Triqui, Copala"@en ;
    skos:inScheme lexvo: ;
    skos:notation "trc"^^xsd:string ;
    skos:prefLabel "Copala Triqui"@en .

<http://lexvo.org/id/iso639-3/trd> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "trd"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Turi_language>,
        <http://www.mpii.de/yago/resource/Turi_language> ;
    skos:altLabel "Turi language"@en ;
    skos:definition "Turi is an endangered Munda language of India that is closely related to Santali. It is spoken by only half a percent of ethnic Turi, the rest having shifted to Sadri in Jharkhand, Mundari in West Bengal, and Oriya in Orissa."@en ;
    skos:inScheme lexvo: ;
    skos:notation "trd"^^xsd:string ;
    skos:prefLabel "Turi"@en .

<http://lexvo.org/id/iso639-3/trf> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "trf"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Trinidadian_Creole>,
        <http://www.mpii.de/yago/resource/Trinidadian_Creole> ;
    skos:altLabel "Creole English, Trinidadian"@en,
        "Trinidadian Creole English"@en ;
    skos:definition "Trinidadian Creole is a Creole language generally spoken language in Trinidad. It is distinct from Tobagonian Creole, particularly at the basilectal level, and from other Lesser Antillean English creoles."@en ;
    skos:inScheme lexvo: ;
    skos:notation "trf"^^xsd:string ;
    skos:prefLabel "Trinidadian Creole"@en .

<http://lexvo.org/id/iso639-3/trj> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "trj"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Toram_language>,
        <http://www.mpii.de/yago/resource/Toram_language> ;
    skos:altLabel "Toram language"@en ;
    skos:definition "Toram (also known as Torom, Torum) is an Afro-Asiatic language spoken in central Chad. Speakers seem to be shifting to Chadian Arabic."@en ;
    skos:inScheme lexvo: ;
    skos:notation "trj"^^xsd:string ;
    skos:prefLabel "Toram"@en .

<http://lexvo.org/id/iso639-3/trl> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "trl"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Scottish_Cant>,
        <http://www.mpii.de/yago/resource/Scottish_Cant> ;
    skos:altLabel "Scottish, Traveller"@en,
        "Traveller Scottish"@en ;
    skos:definition "Scottish Cant (often simply Cant) is a cant spoken in Scotland by Lowland Scottish Travellers/Gypsies."@en ;
    skos:inScheme lexvo: ;
    skos:notation "trl"^^xsd:string ;
    skos:prefLabel "Scottish Cant"@en,
        "Шотландский кант"@ru,
        "Scots Cant"@sco .

<http://lexvo.org/id/iso639-3/trm> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "trm"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Tregami_language>,
        <http://www.mpii.de/yago/resource/Tregami_language> ;
    skos:altLabel "Tregami language"@en ;
    skos:definition "Tregami, Trigami or Gambiri is a language spoken by the Tregami people in the villages of Gambir and Katar in the Watapur District of Kunar Province in Afghanistan."@en ;
    skos:inScheme lexvo: ;
    skos:notation "trm"^^xsd:string ;
    skos:prefLabel "Трегами"@bg,
        "Tregami"@en,
        "Tregami"@fi,
        "Lingua tregamí"@gl,
        "Tregami"@no,
        "Język tregami"@pl,
        "Трегами"@ru,
        "ภาษาเตรกามี"@th .

<http://lexvo.org/id/iso639-3/tro> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "tro"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/tara1313> ;
    skos:altLabel "Naga, Tarao"@en ;
    skos:inScheme lexvo: ;
    skos:notation "tro"^^xsd:string ;
    skos:prefLabel "Tarao Naga"@en .

<http://lexvo.org/id/iso639-3/trs> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "trs"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/chic1273> ;
    skos:altLabel "Triqui, Chicahuaxtla"@en ;
    skos:inScheme lexvo: ;
    skos:notation "trs"^^xsd:string ;
    skos:prefLabel "Chicahuaxtla Triqui"@en .

<http://lexvo.org/id/iso639-3/trt> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "trt"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Tunggare_language>,
        <http://www.mpii.de/yago/resource/Tunggare_language> ;
    skos:altLabel "Tunggare language"@en ;
    skos:definition "Tunggare (also called Tarunggare, Tarunggareh, Turunggare) is a language spoken in Papua, Indonesia."@en ;
    skos:inScheme lexvo: ;
    skos:notation "trt"^^xsd:string ;
    skos:prefLabel "Tunggare"@en,
        "Język turunggare"@pl .

<http://lexvo.org/id/iso639-3/try> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "try"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Turung_language>,
        <http://www.mpii.de/yago/resource/Turung_language> ;
    skos:altLabel "Turung language"@en ;
    skos:definition "The Turung language (Tailung, Tairong) is an extinct language formerly spoken in Assam. The Turung people who spoke this language now speak Assamese or Singpho languages."@en ;
    skos:inScheme lexvo: ;
    skos:notation "try"^^xsd:string ;
    skos:prefLabel "Turung"@en .

<http://lexvo.org/id/iso639-3/tsa> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "tsa"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Tsaangi_language>,
        <http://www.mpii.de/yago/resource/Tsaangi_language> ;
    skos:altLabel "Tsaangi language"@en ;
    skos:definition "Tsaangi (Tsangui) is a Bantu language spoken in Gabon and the Republic of Congo."@en ;
    skos:inScheme lexvo: ;
    skos:notation "tsa"^^xsd:string ;
    skos:prefLabel "Tsaangi"@en,
        "Kitsaangi"@sw .

<http://lexvo.org/id/iso639-3/tsb> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "tsb"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Tsamai_language>,
        <http://www.mpii.de/yago/resource/Tsamai_language> ;
    skos:altLabel "Tsamai language"@en ;
    skos:definition "Tsamai (also known as Tsamay, Samai, Tamaha, Tsamako, Tsamakko, Bago S'amakk-Ulo, Kuile, Kule, Cule) is an Afro-Asiatic language spoken in Ethiopia. Tsamai is a member of the Dullay dialect continuum."@en ;
    skos:inScheme lexvo: ;
    skos:notation "tsb"^^xsd:string ;
    skos:prefLabel "Tsamai"@en,
        "Tsamai hizkuntza"@eu,
        "Lenga Tsamai"@pms .

<http://lexvo.org/id/iso639-3/tsc> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "tsc"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Tswa_language>,
        <http://www.mpii.de/yago/resource/Tswa_language> ;
    skos:altLabel "Tswa language"@en ;
    skos:definition "Tswa, or XiTswa is a South-Eastern Bantu language in Southern Mozambique. Its closest relatives are Ronga and Tsonga, the three forming the Tswa–Ronga family of languages."@en ;
    skos:inScheme lexvo: ;
    skos:notation "tsc"^^xsd:string ;
    skos:prefLabel "Tswa"@en,
        "Język tswa"@pl,
        "Língua tswa"@pt .

<http://lexvo.org/id/iso639-3/tsd> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "tsd"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Tsakonian_language>,
        <http://www.mpii.de/yago/resource/Tsakonian_language> ;
    skos:altLabel "Tsakonian language"@en ;
    skos:definition "Tsakonian, Tsaconian, Tzakonian or Tsakonic (Greek: Τσακώνικα) is a Hellenic language, spoken in the Tsakonian region of the Peloponnese, Greece. Tsakonian derives from Doric Greek, being its only living descendant. Tsakonian is critically endangered, with only a few hundred, mostly elderly, fluent speakers left."@en ;
    skos:inScheme lexvo: ;
    skos:notation "tsd"^^xsd:string ;
    skos:prefLabel "Цаконски език"@bg,
        "Gresianeg Tsakonia"@br,
        "Tsakonisch"@de,
        "Τσακωνική διάλεκτος"@el,
        "Tsakonian"@en,
        "Tsakonian kieli"@fi,
        "Tsakonien"@fr,
        "Lingua tsakonia"@gl,
        "Tsakonisch"@gsw-FR,
        "Tsakonisch"@li,
        "Tsakonisch"@nl,
        "Lenga tsakonian-a"@pms,
        "Цаконский язык"@ru,
        "Cakončina"@sk,
        "Цаконська мова"@uk .

<http://lexvo.org/id/iso639-3/tsh> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "tsh"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Tsuvan_language>,
        <http://www.mpii.de/yago/resource/Tsuvan_language> ;
    skos:altLabel "Tsuvan language"@en ;
    skos:definition "Tsuvan (also known as Matsuvan, Motsuvan, Terki, Telaki, Teleki, Tchede) is an Afro-Asiatic language spoken in Cameroon in Far North Province."@en ;
    skos:inScheme lexvo: ;
    skos:notation "tsh"^^xsd:string ;
    skos:prefLabel "Tsuvan"@en,
        "Kitsuvan"@sw .

<http://lexvo.org/id/iso639-3/tsl> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "tsl"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Ts'%C3%BCn-Lao_language>,
        <http://www.mpii.de/yago/resource/Ts'%C3%BCn-Lao_language> ;
    skos:altLabel "Ts'ün-Lao language"@en ;
    skos:definition "Ts'ün-Lao is a Tai language spoken in the Lai Châu Province of northwestern Vietnam."@en ;
    skos:inScheme lexvo: ;
    skos:notation "tsl"^^xsd:string ;
    skos:prefLabel "Ts'ün-Lao"@en,
        "Ts’ün-Lao jezik"@hr .

<http://lexvo.org/id/iso639-3/tst> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "tst"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Tondi_Songway_Kiini>,
        <http://www.mpii.de/yago/resource/Tondi_Songway_Kiini> ;
    skos:altLabel "Songway Kiini, Tondi"@en ;
    skos:definition "Tondi Songway Kiini is a variety of Southern Songhai spoken in several villages in the area of Kikara, Mali, about 120 km west of Hombori. It was discovered in 1998."@en ;
    skos:inScheme lexvo: ;
    skos:notation "tst"^^xsd:string ;
    skos:prefLabel "Tondi Songway Kiini"@en .

<http://lexvo.org/id/iso639-3/tsx> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "tsx"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Mubami_language>,
        <http://www.mpii.de/yago/resource/Mubami_language> ;
    skos:altLabel "Mubami language"@en ;
    skos:definition "Mubami is a Papuan language of Papua New Guinea. It goes by the names Dausame, Tao-Suamato, Tao-Suame, and Ta."@en ;
    skos:inScheme lexvo: ;
    skos:notation "tsx"^^xsd:string ;
    skos:prefLabel "Mubami"@en .

<http://lexvo.org/id/iso639-3/tsy> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "tsy"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Tebul_Sign_Language>,
        <http://www.mpii.de/yago/resource/Tebul_Sign_Language> ;
    skos:definition "Tebul Sign Language is an indigenous sign language of the village of Uluban in Mali."@en ;
    skos:inScheme lexvo: ;
    skos:notation "tsy"^^xsd:string ;
    skos:prefLabel "Tebul Sign Language"@en .

<http://lexvo.org/id/iso639-3/tsz> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "tsz"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/pure1242> ;
    skos:inScheme lexvo: ;
    skos:notation "tsz"^^xsd:string ;
    skos:prefLabel "Purepecha"@en .

<http://lexvo.org/id/iso639-3/ttb> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ttb"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Gaa_language>,
        <http://www.mpii.de/yago/resource/Gaa_language> ;
    skos:altLabel "Gaa language"@en ;
    skos:definition "Tiba, or Gaa, is a poorly documented language of Nigeria. It is apparently one of the Dakoid languages."@en ;
    skos:inScheme lexvo: ;
    skos:notation "ttb"^^xsd:string ;
    skos:prefLabel "Gaa"@en .

<http://lexvo.org/id/iso639-3/tti> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "tti"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/toba1266> ;
    skos:inScheme lexvo: ;
    skos:notation "tti"^^xsd:string ;
    skos:prefLabel "Tobati"@en .

<http://lexvo.org/id/iso639-3/ttj> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ttj"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Tooro_language>,
        <http://www.mpii.de/yago/resource/Tooro_language> ;
    skos:altLabel "Tooro language"@en ;
    skos:definition "Tooro, or Rutooro, is a Bantu language spoken mainly by the Tooro people (Batooro) from the Toro Kingdom region of western Uganda."@en ;
    skos:inScheme lexvo: ;
    skos:notation "ttj"^^xsd:string ;
    skos:prefLabel "Tooro"@en,
        "Kitooro"@sw .

<http://lexvo.org/id/iso639-3/ttm> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ttm"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/nort2941> ;
    skos:altLabel "Tutchone, Northern"@en ;
    skos:inScheme lexvo: ;
    skos:notation "ttm"^^xsd:string ;
    skos:prefLabel "Northern Tutchone"@en .

<http://lexvo.org/id/iso639-3/ttq> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ttq"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Tawellemmet_language>,
        <http://www.mpii.de/yago/resource/Tawellemmet_language> ;
    skos:altLabel "Tamajaq, Tawallammat"@en,
        "Tawellemmet language"@en ;
    skos:definition "The Tawellemmet (Tawəlləmmət) language is a member of the Tuareg branch of the Berber languages, usually classed within Tamajeq. It is the language of the Iwellemmeden Tuareg peoples, spoken in Mali and Niger by approximately 670,000 people."@en ;
    skos:inScheme lexvo: ;
    skos:notation "ttq"^^xsd:string ;
    skos:prefLabel "Tamajakeg"@br,
        "Tawallammat Tamajaq"@en,
        "Tewellemet"@hr,
        "Tewellemet"@sh .

<http://lexvo.org/id/iso639-3/tts> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "tts"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Isan_language>,
        <http://www.mpii.de/yago/resource/Isan_language> ;
    skos:altLabel "Northeastern Thai"@en,
        "Thai, Northeastern"@en ;
    skos:definition "Isan language (, , ) is the collective name for the dialects of the Lao language as they are spoken in Thailand. It is spoken by approximately 20 million people, which is nearly one-third of the entire population of Thailand, predominantly in the Isan region of northeastern Thailand. There are also large numbers of speakers, migrant workers, in Bangkok. It serves as the primary lingua franca of the Isan region, used as a communication medium amongst native speakers and second language speakers amongst various other minority groups, such as the Northern Khmer. There are more speakers of Lao (Isan) in Thailand than in Laos."@en ;
    skos:inScheme lexvo: ;
    skos:notation "tts"^^xsd:string ;
    skos:prefLabel "Исански език"@bg,
        "Isaneg"@br,
        "Isaan"@de,
        "Isan language"@en,
        "Isarna lingvo"@eo,
        "イーサーン語"@ja,
        "이산어"@ko,
        "Isaan"@nl,
        "Język isan"@pl,
        "Lenga thai nòrd oriental"@pms,
        "Исанский язык"@ru,
        "ภาษาไทยถิ่นอีสาน"@th,
        "Tiếng Isan"@vi .

<http://lexvo.org/id/iso639-3/ttv> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ttv"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Titan_language>,
        <http://www.mpii.de/yago/resource/Titan_language> ;
    skos:altLabel "Titan language"@en ;
    skos:definition "Titan, also known as Manus, is an East Manus language of the Austronesian language family spoken in the southeastern part of Manus Island, New Guinea, and neighboring islands by about 4,000 people."@en ;
    skos:inScheme lexvo: ;
    skos:notation "ttv"^^xsd:string ;
    skos:prefLabel "Titan"@en .

<http://lexvo.org/id/iso639-3/tuc> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "tuc"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Mutu_language>,
        <http://www.mpii.de/yago/resource/Mutu_language> ;
    skos:altLabel "Mutu language"@en ;
    skos:definition "Mutu, or Tuam (Mutu-Tuam), is an Austronesian languages of New Britain. It is named for its two dialects."@en ;
    skos:inScheme lexvo: ;
    skos:notation "tuc"^^xsd:string ;
    skos:prefLabel "Mutu"@en .

<http://lexvo.org/id/iso639-3/tud> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "tud"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Tux%C3%A1_language>,
        <http://www.mpii.de/yago/resource/Tux%C3%A1_language> ;
    skos:altLabel "Tuxá language"@en ;
    skos:definition "Tuxá (Tusha; also Todela ~ Rodela, Carapató, Payacú) was the eastern Brazilian language of the Tuxá people, who now speak Portuguese. The language ceased being spoken in the late 19th century, but in the 1960s a research team found two women that had been expelled from the Tuxa tribe in Bahia who knew some thirty words."@en ;
    skos:inScheme lexvo: ;
    skos:notation "tud"^^xsd:string ;
    skos:prefLabel "Tuxá"@en,
        "Idioma tuxá"@es .

<http://lexvo.org/id/iso639-3/tuh> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "tuh"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/taul1251> ;
    skos:inScheme lexvo: ;
    skos:notation "tuh"^^xsd:string ;
    skos:prefLabel "Taulil"@en .

<http://lexvo.org/id/iso639-3/tuj> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "tuj"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Taulil_language>,
        <http://www.mpii.de/yago/resource/Taulil_language> ;
    skos:altLabel "Taulil language"@en ;
    skos:definition "Taulil is a Papuan language spoken in East New Britain Province on the island of New Britain, Papua New Guinea."@en ;
    skos:inScheme lexvo: ;
    skos:notation "tuj"^^xsd:string ;
    skos:prefLabel "Tugutil"@en .

<http://lexvo.org/id/iso639-3/tul> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "tul"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Tula_language>,
        <http://www.mpii.de/yago/resource/Tula_language> ;
    skos:altLabel "Tula language"@en ;
    skos:definition "Tula (Kotule) is one of the Savanna languages of eastern Nigeria."@en ;
    skos:inScheme lexvo: ;
    skos:notation "tul"^^xsd:string ;
    skos:prefLabel "Tula"@en .

<http://lexvo.org/id/iso639-3/tuq> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "tuq"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Teda_language>,
        <http://www.mpii.de/yago/resource/Teda_language> ;
    skos:altLabel "Teda language"@en ;
    skos:definition "The Teda language, Tedaga, belongs to the Saharan subfamily of the Nilo-Saharan, spoken in northern Chad and eastern Niger by the Teda people."@en ;
    skos:inScheme lexvo: ;
    skos:notation "tuq"^^xsd:string ;
    skos:prefLabel "لغة التيدا"@ar,
        "Tedadeg"@br,
        "Teda"@da,
        "Tedaga"@de,
        "Tedaga"@en,
        "Тедагаски јазик"@mk,
        "Lenga Tedaga"@pms .

<http://lexvo.org/id/iso639-3/tuy> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "tuy"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Tugen_language>,
        <http://www.mpii.de/yago/resource/Tugen_language> ;
    skos:altLabel "Tugen language"@en ;
    skos:definition "Tugen is the language spoken by the about 200 000 Tugen people of the broader Kalenjin group in Kenya. As a part of the Kalenjin dialect cluster, it is most closely related to such varieties as Kipsigis and Nandi."@en ;
    skos:inScheme lexvo: ;
    skos:notation "tuy"^^xsd:string ;
    skos:prefLabel "Tugen"@en,
        "Tuken"@fr .

<http://lexvo.org/id/iso639-3/tuz> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "tuz"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Turka_language>,
        <http://www.mpii.de/yago/resource/Turka_language> ;
    skos:altLabel "Turka language"@en ;
    skos:definition "Turka (Turuka) or Curama (Cuuramã, Tchourama, Tyurama), is a Gur language of Burkina Faso."@en ;
    skos:inScheme lexvo: ;
    skos:notation "tuz"^^xsd:string ;
    skos:prefLabel "Tschurama"@de,
        "Turka"@en,
        "Tchourama"@fr,
        "Lenga Turka"@pms .

<http://lexvo.org/id/iso639-3/tvd> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "tvd"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Vadi_language>,
        <http://www.mpii.de/yago/resource/Vadi_language> ;
    skos:altLabel "Vadi language"@en ;
    skos:definition "The Vadi language, Tsuvadi, is a Kainji language of Nigeria spoken by the Kambari people."@en ;
    skos:inScheme lexvo: ;
    skos:notation "tvd"^^xsd:string ;
    skos:prefLabel "Tsuvadi"@en .

<http://lexvo.org/id/iso639-3/tvk> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "tvk"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/sout2859> ;
    skos:altLabel "Ambrym, Southeast"@en ;
    skos:inScheme lexvo: ;
    skos:notation "tvk"^^xsd:string ;
    skos:prefLabel "Southeast Ambrym"@en .

<http://lexvo.org/id/iso639-3/tvy> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "tvy"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Bidau_Creole_Portuguese>,
        <http://www.mpii.de/yago/resource/Bidau_Creole_Portuguese> ;
    skos:altLabel "Bidau Creole Portuguese"@en,
        "Pidgin, Timor"@en ;
    skos:definition "Bidau Creole Portuguese (Português de Bidau) was a Portuguese-based creole language that was spoken in Bidau, an eastern suburb of Dili, East Timor until the 1960s, when the speakers shifted to standard Portuguese."@en ;
    skos:inScheme lexvo: ;
    skos:notation "tvy"^^xsd:string ;
    skos:prefLabel "Timor Pidgin"@en .

<http://lexvo.org/id/iso639-3/twc> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "twc"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Teshenawa_language>,
        <http://www.mpii.de/yago/resource/Teshenawa_language> ;
    skos:altLabel "Teshenawa language"@en ;
    skos:definition "Teshenawa is an extinct Afro-Asiatic language formerly spoken in Jigawa State, Nigeria."@en ;
    skos:inScheme lexvo: ;
    skos:notation "twc"^^xsd:string ;
    skos:prefLabel "Techenaweg"@br,
        "Teshenawa"@en .

<http://lexvo.org/id/iso639-3/twd> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "twd"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Tweants>,
        <http://www.mpii.de/yago/resource/Tweants> ;
    skos:altLabel "Tweants"@en,
        "Twentsch"@nds ;
    skos:definition "Tweants (Dutch: Twents) is a Dutch Low Saxon group of dialects, descending from Old Saxon. It is spoken daily by approximately 62% of the population of Twente, a region in the Dutch province of Overijssel bordering on Germany. Its speakers also refer to Twents as plat or simply dialect. A widespread misconception is the assumption that it is a variety of Dutch. It is, however, a variety of Dutch Low Saxon, recognised by the Dutch government as a regional language according to the European Charter for Regional or Minority Languages. As such, it enjoys some loose stimulation from the part of the government."@en ;
    skos:inScheme lexvo: ;
    skos:notation "twd"^^xsd:string ;
    skos:prefLabel "Twents"@de,
        "Twents"@en,
        "توینتی"@fa,
        "Twents"@hr,
        "Twents"@li,
        "Tweants"@nds,
        "Twents"@nl,
        "Twents"@no,
        "Twents"@pl,
        "Lenga twents"@pms .

<http://lexvo.org/id/iso639-3/twh> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "twh"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Tai_D%C3%B3n_language>,
        <http://www.mpii.de/yago/resource/Tai_D%C3%B3n_language> ;
    skos:altLabel "Tai Dón language"@en ;
    skos:definition "Tai Dón is a Tai language of northern Vietnam and Laos."@en ;
    skos:inScheme lexvo: ;
    skos:notation "twh"^^xsd:string ;
    skos:prefLabel "Tai Dón"@en,
        "Język tai don"@pl .

<http://lexvo.org/id/iso639-3/twm> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "twm"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Tawang_language>,
        <http://www.mpii.de/yago/resource/Tawang_language> ;
    skos:altLabel "Monpa, Tawang"@en,
        "Tawang language"@en ;
    skos:definition "Tawang is one of the Monpa languages of the East Bodish (East Tibetan) family. It is spoken in the Tawang district of Arunachal Pradesh, claim by Tibet as a part of Lho-kha Sa-khul. It is quite distinct from non-Eastern Tibetan languages, though it shares many similarities with Bumthang. It is written in the Tibetan alphabet."@en ;
    skos:inScheme lexvo: ;
    skos:notation "twm"^^xsd:string ;
    skos:prefLabel "Moinbeg"@br,
        "Tawang Monpa"@en,
        "Monba"@fr,
        "门巴语"@zh .

<http://lexvo.org/id/iso639-3/twq> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "twq"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Tasawaq_language>,
        <http://www.mpii.de/yago/resource/Tasawaq_language> ;
    skos:altLabel "Tasawaq language"@en ;
    skos:definition "The Sawaq language, Tasawaq, sometimes also called Ingelshi, is a northern Songhay language spoken by the Issawaghan (or Ingalkoyyu), a community surrounding Ingal in Niger. A closely related variety called Emghedeshie was spoken at Agadez, but is now extinct."@en ;
    skos:inScheme lexvo: ;
    skos:notation "twq"^^xsd:string ;
    skos:prefLabel "tasawaq"@ca,
        "北桑海文"@cmn,
        "北桑海文"@cmn-Hant,
        "tasawaq"@da,
        "tasawakgbe"@ee,
        "Τασαβάκ"@el,
        "Tasawaq"@en,
        "tasawaq"@es,
        "taswaqi"@et,
        "tasawaq"@fi,
        "tasawaq"@fr,
        "טסוואק"@he,
        "tasawaq"@hr,
        "szavák"@hu,
        "Tasawaq"@id,
        "tasawaq"@it,
        "タサワク語"@ja,
        "타사와크어"@ko,
        "ຕາຊາວາ"@lo,
        "tasavakų"@lt,
        "tasavaku"@lv,
        "тазавак"@mk,
        "tasawaq"@nb,
        "Tasawaq"@nl,
        "tasawaq"@nn,
        "tasawaq"@pl,
        "tasawaq"@pt,
        "tasawaq"@ro,
        "тасавак"@ru,
        "tasawak"@sk,
        "tasawaq"@sv,
        "ตัสซาวัค"@th,
        "lea fakatasauaki"@to,
        "Tasawaq"@tr,
        "Tasawaq senni"@twq,
        "тасавак"@uk,
        "Tiếng Tasawaq"@vi .

<http://lexvo.org/id/iso639-3/twu> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "twu"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/term1237> ;
    skos:inScheme lexvo: ;
    skos:notation "twu"^^xsd:string ;
    skos:prefLabel "Termanu"@en .

<http://lexvo.org/id/iso639-3/tww> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "tww"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Tuwari_language>,
        <http://www.mpii.de/yago/resource/Tuwari_language> ;
    skos:altLabel "Tuwari language"@en ;
    skos:definition "Tuwari is a Sepik language spoken in Sandaun Province, Papua-New Guinea."@en ;
    skos:inScheme lexvo: ;
    skos:notation "tww"^^xsd:string ;
    skos:prefLabel "Tuwari"@en .

<http://lexvo.org/id/iso639-3/txc> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "txc"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Tsetsaut_language>,
        <http://www.mpii.de/yago/resource/Tsetsaut_language> ;
    skos:altLabel "Tsetsaut language"@en ;
    skos:definition "Tsetsaut is an extinct Athabascan language formerly spoken in the Portland Canal area of northwestern British Columbia. Virtually everything known of the language comes from the limited material recorded by Franz Boas in 1894 from two Tsetsaut slaves of the Nisgaa, which is enough to establish that Tsetsaut formed its own branch of Athabaskan. It is not known precisely when the language became extinct. One speaker was still alive in 1927. The Nisgaa name for the Tsetsaut people is \"Jits'aawit\""@en ;
    skos:inScheme lexvo: ;
    skos:notation "txc"^^xsd:string ;
    skos:prefLabel "Tsetsaut"@de,
        "Tsetsaut"@en,
        "Tsetsaut spriak"@frr,
        "Tsetsault"@nds,
        "Lenga tsetsaut"@pms,
        "Tsetsautça"@tr .

<http://lexvo.org/id/iso639-3/txe> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "txe"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Totoli_language>,
        <http://www.mpii.de/yago/resource/Totoli_language> ;
    skos:altLabel "Totoli language"@en ;
    skos:definition "Totoli Tolitoli is a Sulawesi language of the Austronesian language family spoken by approximately 25,000–30,000 people of Central Sulawesi, Indonesia."@en ;
    skos:inScheme lexvo: ;
    skos:notation "txe"^^xsd:string ;
    skos:prefLabel "Totoli"@en .

<http://lexvo.org/id/iso639-3/txg> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "txg"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Tangut_language>,
        <http://www.mpii.de/yago/resource/Tangut_language> ;
    skos:altLabel "Tangut language"@en ;
    skos:definition "Tangut (also Xīxià or Hsi-Hsia or Mi-nia) is an ancient northeastern Tibeto-Burman language once spoken in the Western Xia Dynasty, also known as the Tangut Empire. It is classified by some linguists as one of the Qiangic languages, which also include Qiang and rGyalrong, among others. It is distantly related to Tibetan and Burmese, and even more distantly to Chinese."@en ;
    skos:inScheme lexvo: ;
    skos:notation "txg"^^xsd:string ;
    skos:prefLabel "Tangut"@en,
        "Idioma tangut"@es,
        "Tangoute"@fr,
        "서하 문자"@ko,
        "Język tangucki"@pl,
        "Língua tangut"@pt,
        "ภาษาตันกัต"@th,
        "西夏语"@zh .

<http://lexvo.org/id/iso639-3/txn> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "txn"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/west2538> ;
    skos:altLabel "Tarangan, West"@en ;
    skos:inScheme lexvo: ;
    skos:notation "txn"^^xsd:string ;
    skos:prefLabel "West Tarangan"@en .

<http://lexvo.org/id/iso639-3/txo> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "txo"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Toto_language>,
        <http://www.mpii.de/yago/resource/Toto_language> ;
    skos:altLabel "Toto language"@en ;
    skos:definition "Toto is a Tibeto-Burman language spoken on the border of India and Bhutan, by the tribal Toto people. The Himalayan Languages Project is working on the first grammatical sketch of Toto."@en ;
    skos:inScheme lexvo: ;
    skos:notation "txo"^^xsd:string ;
    skos:prefLabel "Toto"@de,
        "Toto"@en,
        "Totoish"@gv,
        "Bahasa Toto"@ms,
        "Lenga Toto"@pms .

<http://lexvo.org/id/iso639-3/txr> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "txr"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Tartessian_language>,
        <http://www.mpii.de/yago/resource/Tartessian_language> ;
    skos:altLabel "Tartessian language"@en ;
    skos:definition "The Tartessian language is the extinct Paleohispanic language of inscriptions in the Southwestern script found in the southwest of the Iberian Peninsula: mainly in the south of Portugal (Algarve and southern Alentejo), but also in Spain (south of Extremadura and western Andalusia). There are 95 of these inscriptions with the longest having 82 readable signs. Around one-third of them have been found in Early Iron Age necropolises or other Iron Age burial sites associated with rich complex burials. It is usual to date them from the 7th century BC and consider the southwestern script to be the most ancient paleohispanic script with characters most closely resembling specific Phoenician letter forms found in inscriptions dated to c. 825 BC."@en ;
    skos:inScheme lexvo: ;
    skos:notation "txr"^^xsd:string ;
    skos:prefLabel "Tartessi"@ca,
        "Tartessische Sprache"@de,
        "Tartessian"@en,
        "Idioma tartésico"@es,
        "Tartessien"@fr,
        "Lingua tartésica"@gl,
        "Tartesszoszi nyelv"@hu,
        "Lingua tartessica"@it,
        "Tartessisk"@no,
        "Tartessiano"@pt,
        "Тартессийский язык"@ru .

<http://lexvo.org/id/iso639-3/txt> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "txt"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Citak_language>,
        <http://www.mpii.de/yago/resource/Citak_language> ;
    skos:altLabel "Citak language"@en ;
    skos:definition "Citak is the language of Citak-Mitak subdistrict (Kecamatan), Mappi Regency, Indonesia."@en ;
    skos:inScheme lexvo: ;
    skos:notation "txt"^^xsd:string ;
    skos:prefLabel "Citak"@en,
        "Bahasa Citak"@id .

<http://lexvo.org/id/iso639-3/txx> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "txx"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/tata1257> ;
    skos:inScheme lexvo: ;
    skos:notation "txx"^^xsd:string ;
    skos:prefLabel "Tatana"@en .

<http://lexvo.org/id/iso639-3/tye> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "tye"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Kyenga_language>,
        <http://www.mpii.de/yago/resource/Kyenga_language> ;
    skos:altLabel "Kyenga"@en,
        "Kyenga language"@en ;
    skos:definition "Kyenga (also spelled Tyenga, Tienga, Tyanga, Kenga), is a Mande language of Nigeria and Benin. Usage is declining, with speakers shifting to Hausa in Nigeria and Dendi in Benin."@en ;
    skos:inScheme lexvo: ;
    skos:notation "tye"^^xsd:string ;
    skos:prefLabel "Kyanga"@en,
        "Kikyenga"@sw .

<http://lexvo.org/id/iso639-3/tys> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "tys"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Sapa_language>,
        <http://www.mpii.de/yago/resource/Sapa_language> ;
    skos:altLabel "Sapa language"@en ;
    skos:definition "Sapa, or Tày Sa Pa, is a Tai language of northern Vietnam. According to Pittayaporn (2009), it is the closest relative of the Southwestern Tai languages, but does not share the phonological innovations that define that group."@en ;
    skos:inScheme lexvo: ;
    skos:notation "tys"^^xsd:string ;
    skos:prefLabel "Tày Sa Pa"@en,
        "Tày Sa Pa jezik"@hr .

<http://lexvo.org/id/iso639-3/tyz> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "tyz"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/T%C3%A0y_language>,
        <http://www.mpii.de/yago/resource/T%C3%A0y_language> ;
    skos:altLabel "Tày language"@en ;
    skos:definition "Tày or Tho is the major Tai language of Vietnam, in the northeast near the Chinese border."@en ;
    skos:inScheme lexvo: ;
    skos:notation "tyz"^^xsd:string ;
    skos:prefLabel "Tày"@en,
        "Tày"@fr,
        "タイー語"@ja,
        "Lenga tày"@pms,
        "Tiếng Tày"@vi,
        "岱依语"@zh .

<http://lexvo.org/id/iso639-3/tzj> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "tzj"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Tz%E2%80%99utujil_language>,
        <http://www.mpii.de/yago/resource/Tz%E2%80%99utujil_language> ;
    skos:altLabel "Tz’utujil language"@en ;
    skos:definition "Tzutujil (or Tzutujiil) is a Mayan language spoken by the Tzutujil people in the region to the south of Lake Atitlán in Guatemala. Tzutujil is closely related to its larger neighbors, Kaqchikel and Kiche. Today approximately 84,000 speak Tzutujil as their mother tongue. The two Tzutijil dialects are Eastern Tzutijil (50,000 speakers in 1998) and Western Tzutijil (33,800 speakers in 1990)."@en ;
    skos:inScheme lexvo: ;
    skos:notation "tzj"^^xsd:string ;
    skos:prefLabel "Tzutuhil-Sprache"@de,
        "Tz'utujil"@en,
        "Idioma zutuhil"@es,
        "Tz'utujil"@fr,
        "추투힐어"@ko,
        "Cutuchilių kalba"@lt,
        "Цутухилски јазик"@mk,
        "Tz'utujil"@nl,
        "Tzutujil"@no,
        "Língua tsutuil"@pt,
        "Tsutuhil simi"@qu,
        "Цутухильский язык"@ru .

<http://lexvo.org/id/iso639-3/tzn> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "tzn"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/tugu1245> ;
    skos:inScheme lexvo: ;
    skos:notation "tzn"^^xsd:string ;
    skos:prefLabel "Tugun"@en .

<http://lexvo.org/id/iso639-3/tzo> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "tzo"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Tzotzil_language>,
        <http://www.mpii.de/yago/resource/Tzotzil_language> ;
    skos:altLabel "Tzotzil language"@en ;
    skos:definition "Tzotzil (native name: Batsi kop; ) is a Maya language spoken by the indigenous Tzotzil Maya people in the Mexican state of Chiapas. According to an INEGI (Instituto Nacional de Estadística Geografía e Informática) 2005 census, there are 329,937 speakers of Tzotzil in Mexico, making it the 6th most spoken indigenous language in the country. Most speakers are bilingual in Spanish as a second language. In Central Chiapas, some primary schools and a secondary school are taught in Tzotzil. Tzeltal is the most closely related language to Tzotzil and together they form a Tzeltalan sub-branch of the Mayan language family. Tzeltal, Tzotzil and Ch'ol are the most widely spoken languages in Chiapas."@en ;
    skos:inScheme lexvo: ;
    skos:notation "tzo"^^xsd:string ;
    skos:prefLabel "Tzotzilština"@cs,
        "Tzotzil"@cy,
        "Tzotzil-Sprache"@de,
        "Tzotzil"@en,
        "Cocila Lingvo"@eo,
        "Idioma tzotzil"@es,
        "Tzotzil"@fr,
        "Lingua tzotzil"@it,
        "Cocilių kalba"@lt,
        "Цоцилски јазик"@mk,
        "Tzotzillahtōlli"@nah,
        "Tzotzil"@no,
        "Língua tsotsil"@pt,
        "Tsotsil simi"@qu,
        "Цоцильский язык"@ru .

<http://lexvo.org/id/iso639-3/tzx> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "tzx"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Tabriak_language>,
        <http://www.mpii.de/yago/resource/Tabriak_language> ;
    skos:altLabel "Tabriak language"@en ;
    skos:definition "Tabriak, also known as Karawari, is spoken by the Chambri people of Papua New Guinea."@en ;
    skos:inScheme lexvo: ;
    skos:notation "tzx"^^xsd:string ;
    skos:prefLabel "Tabriak"@en .

<http://lexvo.org/id/iso639-3/uam> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "uam"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Huamo%C3%A9_language>,
        <http://www.mpii.de/yago/resource/Huamo%C3%A9_language> ;
    skos:altLabel "Huamoé language"@en ;
    skos:definition "Huamoé Uamué is an extinct language of Brazil that is too poorly attested to classify."@en ;
    skos:inScheme lexvo: ;
    skos:notation "uam"^^xsd:string ;
    skos:prefLabel "Uamué"@en,
        "Idioma aticum"@es .

<http://lexvo.org/id/iso639-3/ubi> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ubi"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Ubi_language>,
        <http://www.mpii.de/yago/resource/Ubi_language> ;
    skos:altLabel "Ubi language"@en ;
    skos:definition "Ubi (also known as Oubi) is an Afro-Asiatic language spoken in central Chad."@en ;
    skos:inScheme lexvo: ;
    skos:notation "ubi"^^xsd:string ;
    skos:prefLabel "Ubi"@en .

<http://lexvo.org/id/iso639-3/ubu> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ubu"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/umbu1258> ;
    skos:inScheme lexvo: ;
    skos:notation "ubu"^^xsd:string ;
    skos:prefLabel "Umbu-Ungu"@en .

<http://lexvo.org/id/iso639-3/udu> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "udu"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Uduk_language>,
        <http://www.mpii.de/yago/resource/Uduk_language> ;
    skos:altLabel "Uduk language"@en ;
    skos:definition "Uduk, also known as Tw'ampa, is a Koman language spoken in the Gambela region in western Ethiopia, and across the border in the Upper Nile state of South Sudan. It is spoken by approximately 20,000 people in Ethiopia; the number of speakers in South Sudan is unknown (Ethnologue 2009). The Koman languages are a close-knit group which are often held to include the now extinct language of Jebel Gule and, on a deeper level, to be related to Gumuz and many other languages under the Nilo-Saharan umbrella (Bender 1983)."@en ;
    skos:inScheme lexvo: ;
    skos:notation "udu"^^xsd:string ;
    skos:prefLabel "Uduk"@en,
        "Idioma uduk"@es,
        "Uduk"@fr,
        "Uduk jezik"@hr,
        "Lenga Uduk"@pms,
        "Удук језик"@sr .

<http://lexvo.org/id/iso639-3/uge> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "uge"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Ughele_language>,
        <http://www.mpii.de/yago/resource/Ughele_language> ;
    skos:altLabel "Ughele language"@en ;
    skos:definition "Ughele is an Oceanic language spoken by about 1200 people on Rendova Island, Solomon Islands."@en ;
    skos:inScheme lexvo: ;
    skos:notation "uge"^^xsd:string ;
    skos:prefLabel "Ughele"@en .

<http://lexvo.org/id/iso639-3/ugo> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ugo"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Ugong_language>,
        <http://www.mpii.de/yago/resource/Ugong_language> ;
    skos:altLabel "Ugong language"@en ;
    skos:definition "The Ugong language (also 'Ugong, Gong, Lawa, or Ugawng) is an endangered language of Western Thailand, spoken in isolated pockets in Kanchanaburi, Uthai Thani, and Suphanburi provinces. The ethnic group was first known to Westerners in the 1920s, when the language was already considered in severe decline. In the 1970s, a linguist began working on the language in the several areas where it was still used, by which time it was already extinct in two of the locations given by the surveyor 50 years earlier. The people were then forced from two of these villages when the Electricity Generating Authority of Thailand built dams over the Kwae Yai and Khwae Noi River. Because of the displacement of the people of an already declining language, the language is considered especially vulnerable to extinction. The last children speakers were in the 1970s, and the children now speak Thai as their first language."@en ;
    skos:inScheme lexvo: ;
    skos:notation "ugo"^^xsd:string ;
    skos:prefLabel "Ugong"@en,
        "ภาษาก๊อง"@th .

<http://lexvo.org/id/iso639-3/uhn> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "uhn"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Amung_language>,
        <http://www.mpii.de/yago/resource/Amung_language> ;
    skos:altLabel "Amung language"@en ;
    skos:definition "The Amung language, or Amung Kal, also known as Damal and Uhunduni, is the language of the Amung people. It is a Trans–New Guinea language that forms an independent branch of that family in the classification of Malcolm Ross (2005)."@en ;
    skos:inScheme lexvo: ;
    skos:notation "uhn"^^xsd:string ;
    skos:prefLabel "Damal"@en .

<http://lexvo.org/id/iso639-3/uis> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "uis"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Uisai_language>,
        <http://www.mpii.de/yago/resource/Uisai_language> ;
    skos:altLabel "Uisai language"@en ;
    skos:definition "Uisai is a Papuan language of Bougainville Province, Papua New Guinea."@en ;
    skos:inScheme lexvo: ;
    skos:notation "uis"^^xsd:string ;
    skos:prefLabel "Uisai"@en .

<http://lexvo.org/id/iso639-3/uji> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "uji"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Jijili_language>,
        <http://www.mpii.de/yago/resource/Jijili_language> ;
    skos:altLabel "Jijili language"@en ;
    skos:definition "The Jijili language, Tanjijili, also known as Ujijili, is a Plateau language of Nigeria. It is one of several languages which go by the name Koro."@en ;
    skos:inScheme lexvo: ;
    skos:notation "uji"^^xsd:string ;
    skos:prefLabel "Tanjijili"@en .

<http://lexvo.org/id/iso639-3/ukw> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ukw"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Ukwuani-Aboh-Ndoni_language>,
        <http://www.mpii.de/yago/resource/Ukwuani-Aboh-Ndoni_language> ;
    skos:altLabel "Ukwuani-Aboh-Ndoni language"@en ;
    skos:definition "Ukwuani, Aboh, and Ndoni are a cluster of Igboid dialects of Nigeria."@en ;
    skos:inScheme lexvo: ;
    skos:notation "ukw"^^xsd:string ;
    skos:prefLabel "Ukwuani-aboh-ndoni"@de,
        "Ukwuani-Aboh-Ndoni"@en,
        "Ukwuani-aboh-ndoni jezik"@hr,
        "Lenga Ukwuani-Aboh-Ndoni"@pms .

<http://lexvo.org/id/iso639-3/uky> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "uky"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Kuuk_Yak_language>,
        <http://www.mpii.de/yago/resource/Kuuk_Yak_language> ;
    skos:altLabel "Kuuk Yak language"@en ;
    skos:definition "Kuuk Yak, or the snake language, if translated literally, is an extinct Paman language which was spoken on the Cape York Peninsula of Queensland, Australia."@en ;
    skos:inScheme lexvo: ;
    skos:notation "uky"^^xsd:string ;
    skos:prefLabel "Kuuk-Yak"@en .

<http://lexvo.org/id/iso639-3/ulf> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ulf"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Usku_language>,
        <http://www.mpii.de/yago/resource/Usku_language> ;
    skos:altLabel "Usku"@en,
        "Usku language"@en ;
    skos:definition "Usku, or Afra, is a nearly extinct and poorly documented Papuan language spoken by about 20 people, mostly adults, in Usku village, Papua, Indonesia. Wurm (1975) placed it as an independent branch of Trans–New Guinea, but Ross (2005) could not find enough evidence to classify it."@en ;
    skos:inScheme lexvo: ;
    skos:notation "ulf"^^xsd:string ;
    skos:prefLabel "Afra"@en,
        "Język usku"@pl .

<http://lexvo.org/id/iso639-3/uln> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "uln"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Unserdeutsch_language>,
        <http://www.mpii.de/yago/resource/Unserdeutsch_language> ;
    skos:altLabel "Unserdeutsch language"@en ;
    skos:definition "Unserdeutsch (\"Our German\"), or Rabaul Creole German, is a German-based creole language spoken primarily in Papua New Guinea. It was formed among the New Guinean children residing in a German-run orphanage. Fewer than 100 native speakers survive today, 15 of whom live in New Britain."@en ;
    skos:inScheme lexvo: ;
    skos:notation "uln"^^xsd:string ;
    skos:prefLabel "Unserdeutsch"@br,
        "Unserdeutsch"@de,
        "Unserdeutsch"@en,
        "Unserdeutsch"@es,
        "Unserdeutsch"@fi,
        "Unserdeutsch"@fr,
        "Lingua unserdeutsch"@it,
        "운저도이치"@ko,
        "Unserdeutsch"@nds,
        "Unserdeutsch"@nl,
        "Unserdeutsch"@pl,
        "Lenga unserdeutsch"@pms,
        "Unserdeutsch"@ro,
        "Унзердойч"@ru,
        "Unserdeutsch"@tpi,
        "Unserdeutsch"@vec,
        "拉包爾克里奧德語"@zh .

<http://lexvo.org/id/iso639-3/umm> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "umm"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Umon_language>,
        <http://www.mpii.de/yago/resource/Umon_language> ;
    skos:altLabel "Umon language"@en ;
    skos:definition "Umon (Amon) is a Upper Cross River language of Nigeria."@en ;
    skos:inScheme lexvo: ;
    skos:notation "umm"^^xsd:string ;
    skos:prefLabel "Umon"@en .

<http://lexvo.org/id/iso639-3/umo> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "umo"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Umot%C3%ADna_language>,
        <http://www.mpii.de/yago/resource/Umot%C3%ADna_language> ;
    skos:altLabel "Umotína language"@en ;
    skos:definition "Umotína is a recently extinct language of Brazil. It was one of the few languages in the world with linguolabial consonants."@en ;
    skos:inScheme lexvo: ;
    skos:notation "umo"^^xsd:string ;
    skos:prefLabel "Umotína"@en,
        "Lenga umotina"@pms .

<http://lexvo.org/id/iso639-3/umr> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "umr"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Umbugarla_language>,
        <http://www.mpii.de/yago/resource/Umbugarla_language> ;
    skos:altLabel "Umbugarla language"@en ;
    skos:definition "The Umbugarla language is an Australian language isolate spoken by just three people in Arnhem Land, northern Australia, as of 1981. It may now be extinct."@en ;
    skos:inScheme lexvo: ;
    skos:notation "umr"^^xsd:string ;
    skos:prefLabel "Umbugarla"@en,
        "Umbugarla jezik"@hr,
        "Język umbugarla"@pl,
        "Lenga umbugarla"@pms,
        "Умбукарла"@ru,
        "Umbugarla"@sv .

<http://lexvo.org/id/iso639-3/und> a lvont:Language,
        skos:Concept ;
    lvont:isFocusOf <http://id.loc.gov/vocabulary/iso639-2/und> ;
    lvont:iso6392BCode "und"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-2/und> ;
    owl:sameAs <http://psi.oasis-open.org/iso/639/#und>,
        <info:lc/vocabulary/languages/und> ;
    skos:altLabel "Unknown Language"@en,
        "indéterminée"@fr,
        "langue indéterminée"@fr,
        "idioma inválido ou desconhecido"@pt ;
    skos:inScheme lexvo: ;
    skos:prefLabel "Onbekende of ongeldige taal"@af,
        "ያልታወቀ ቋንቋ"@am,
        "لغة غير معروفة"@ar,
        "llingua desconocida"@ast,
        "bilinməyən vəya gəcərsiz dil"@az,
        "невядомая мова"@be,
        "неопределен"@bg,
        "অজানা বা ভুল ভাষা"@bn,
        "མིའི་ཤེས་རྟོགས་མ་བྱུང་བ། ཡང་ན་ཆད་ལྷག་ཅན་གྱི་སྐད་བརྡ།"@bo,
        "yezh dianav"@br,
        "अज्ञात या अवैध भाषा"@brx,
        "nepoznati ili nevažeći jezik"@bs,
        "непознат или неважећи језик"@bs-Cyrl,
        "idioma desconegut"@ca,
        "ᏄᏬᎵᏍᏛᎾ ᎦᏬᏂᎯᏍᏗ"@chr,
        "未知语言"@cmn,
        "不確定語言"@cmn-Hant,
        "neznámý jazyk"@cs,
        "anh"@cy,
        "ukendt sprog"@da,
        "Unbestimmte Sprache"@de,
        "ཁ་ངོ་མ་ཤེསཔ"@dz,
        "gbegbɔgblɔ manya"@ee,
        "Άγνωστη γλώσσα"@el,
        "Undetermined"@en,
        "nekonata lingvo"@eo,
        "lengua desconocida"@es,
        "määramata"@et,
        "hizkuntza ezezaguna"@eu,
        "زبان نامشخص"@fa,
        "määrittämätön kieli"@fi,
        "Hindi Kilalang Wika"@fil,
        "ukjent mál"@fo,
        "indéterminé"@fr,
        "indeterminade"@fur,
        "Teanga Anaithnid nó Neamhbhailí"@ga,
        "Cànan neo-aithnichte"@gd,
        "lingua descoñecida ou non válida"@gl,
        "Unbeschtimmti Schpraach"@gsw,
        "અજ્ઞાત ભાષા"@gu,
        "ʻIke ʻole ‘ia a kūpono ʻole paha ka ʻōlelo"@haw,
        "שפה לא ידועה"@he,
        "अज्ञात या अवैध भाषा"@hi,
        "nepoznati jezik"@hr,
        "ismeretlen vagy érvénytelen nyelv"@hu,
        "Bahasa Tidak Dikenal"@id,
        "ꅉꀋꌠꅇꂷ"@ii,
        "óþekkt tungumál"@is,
        "lingua imprecisata"@it,
        "言語不明"@ja,
        "cú-pʉɔ yi pɛ́ kɑ́ kɛ́ jí"@jgo,
        "უცნობი ან არასწორი ენა"@ka,
        "lingua diskonxedu"@kea,
        "белгісіз тіл"@kk,
        "(atorsinnaanngitsoq oqaatsit)"@kl,
        "មិន​ស្គាល់​ភាសា"@km,
        "ಅಪರಿಚಿತ ಅಥವಾ ಅಮಾನ್ಯ ಭಾಷೆ"@kn,
        "알 수 없는 언어"@ko,
        "اَنزٲنۍ یا نَہ لَگہٕہار زبان"@ks,
        "-onbikannt-"@ksh,
        "ບໍ່ສາມາດລະບຸພາສາ"@lo,
        "nežinoma kalba"@lt,
        "nezināma valoda"@lv,
        "ngam tisɔʼ"@mgo,
        "непознат или неважечки јазик"@mk,
        "അറിയാത്തതോ നിലവിലില്ലാത്തതോ ആയ ഭാഷ"@ml,
        "अज्ञात वा अवैध भाषा"@mr,
        "Indeterminat"@mt,
        "မသိ သို့မဟုတ် မရှိ သော ဘာသာစကား"@my,
        "ukjent språk"@nb,
        "अज्ञात भाषा"@ne,
        "Onbekende taal"@nl,
        "ukjent språk"@nn,
        "ଅଜଣା ଏବଂ ଅବୈଧ ଭାଷା"@or,
        "нӕзонгӕ ӕвзаг"@os,
        "nieznany język"@pl,
        "idioma desconhecido"@pt,
        "linguas betg determinadas"@rm,
        "limbă necunoscută"@ro,
        "неизвестный язык"@ru,
        "dovdameahttun giella"@se,
        "නොදත් භාෂා"@si,
        "neznámy jazyk"@sk,
        "neznan ali neveljaven jezik"@sl,
        "Af aan la aqoon ama aan sax ahayn"@so,
        "Непознат или неважећи језик"@sr,
        "Nepoznat ili nevažeći jezik"@sr-Latn,
        "obestämt språk"@sv,
        "Lugha Isiyojulikana"@swh,
        "அறியப்படாத மொழி"@ta,
        "తెలియని లేదా చెల్లని భాష"@te,
        "ไม่มีข้อมูล"@th,
        "lea taʻeʻiloa"@to,
        "Bilinmeyen Dil"@tr,
        "невідома мова"@uk,
        "نامعلوم زبان"@ur,
        "Tiếng không xác định"@vi,
        "Unbekannti Schprač"@wae,
        "Bahasa Tidak Diketahui"@zsm,
        "Ulimi olungaziwa"@zu .

<http://lexvo.org/id/iso639-3/unk> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "unk"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Enawene_Nawe_language>,
        <http://www.mpii.de/yago/resource/Enawene_Nawe_language> ;
    skos:altLabel "Enawene Nawe language"@en ;
    skos:definition "Enawene Nawe (Enawené-Nawé, Enawenê-Nawê, Eneuene-Mare), also known as Salumã, is an Arawakan language of Brazil spoken by about 350 people in the state of Mato Grosso. Aikhenvald (1999) classifies it together with Terena and related languages."@en ;
    skos:inScheme lexvo: ;
    skos:notation "unk"^^xsd:string ;
    skos:prefLabel "Enawené-Nawé"@en,
        "Lenga enawené-nawé"@pms .

<http://lexvo.org/id/iso639-3/urc> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "urc"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Urningangg_language>,
        <http://www.mpii.de/yago/resource/Urningangg_language> ;
    skos:altLabel "Urningangg language"@en ;
    skos:definition "Urningangga, also spelled Uningangk and Wuningak, is an extinct Australian Aboriginal language."@en ;
    skos:inScheme lexvo: ;
    skos:notation "urc"^^xsd:string ;
    skos:prefLabel "Urningangg"@en .

<http://lexvo.org/id/iso639-3/urf> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "urf"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Yinwum_dialect>,
        <http://www.mpii.de/yago/resource/Yinwum_dialect> ;
    skos:altLabel "Yinwum dialect"@en ;
    skos:definition "Yinwum is an extinct Paman language formerly spoken on the Cape York Peninsula of Queensland, Australia, by the Yinwum people. It is unknown when it became extinct. Historically, it underwent some unusual phonological changes that are difficult to classify and understand in phonetic terms."@en ;
    skos:inScheme lexvo: ;
    skos:notation "urf"^^xsd:string ;
    skos:prefLabel "Uradhi"@en .

<http://lexvo.org/id/iso639-3/urk> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "urk"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/urak1238> ;
    skos:inScheme lexvo: ;
    skos:notation "urk"^^xsd:string ;
    skos:prefLabel "Urak Lawoi'"@en .

<http://lexvo.org/id/iso639-3/urm> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "urm"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Urapmin_language>,
        <http://www.mpii.de/yago/resource/Urapmin_language> ;
    skos:altLabel "Urapmin language"@en ;
    skos:definition "Urapmin is a language spoken by the Urapmin people in Papua New Guinea."@en ;
    skos:inScheme lexvo: ;
    skos:notation "urm"^^xsd:string ;
    skos:prefLabel "Urapmin"@en,
        "Urapmin jezik"@hr .

<http://lexvo.org/id/iso639-3/uro> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "uro"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Ura_language_(Papua_New_Guinea)>,
        <http://www.mpii.de/yago/resource/Ura_language_(Papua_New_Guinea)> ;
    skos:altLabel "Ura (Papua New Guinea)"@en,
        "Ura language"@en ;
    skos:definition "Ura (Uramät) is a Papuan language spoken in East New Britain Province on the island of New Britain, Papua New Guinea. Uramät is the autonym of the people."@en ;
    skos:inScheme lexvo: ;
    skos:notation "uro"^^xsd:string ;
    skos:prefLabel "Ura"@en,
        "Ura"@fr,
        "Lenga Ura"@pms .

<http://lexvo.org/id/iso639-3/urt> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "urt"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Urat_language>,
        <http://www.mpii.de/yago/resource/Urat_language> ;
    skos:altLabel "Urat language"@en ;
    skos:definition "Urat (Wasep, Wusyep) is a Torricelli language spoken by a decreasing number of people in Papua New Guinea."@en ;
    skos:inScheme lexvo: ;
    skos:notation "urt"^^xsd:string ;
    skos:prefLabel "Urat"@en .

<http://lexvo.org/id/iso639-3/urv> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "urv"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Uruava_language>,
        <http://www.mpii.de/yago/resource/Uruava_language> ;
    skos:altLabel "Uruava language"@en ;
    skos:definition "Uruava is an extinct Austronesian language formerly spoken in southeast Bougainville, Papua New Guinea."@en ;
    skos:inScheme lexvo: ;
    skos:notation "urv"^^xsd:string ;
    skos:prefLabel "Uruava"@de,
        "Uruava"@en,
        "Uruava"@fr,
        "Lenga Uruava"@pms .

<http://lexvo.org/id/iso639-3/urw> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "urw"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Sop_language>,
        <http://www.mpii.de/yago/resource/Sop_language> ;
    skos:altLabel "Sop language"@en ;
    skos:definition "Sop (also Sob, Usino) is a Rai Coast language spoken in Madang Province, Papua New Guinea by approximately 2,500 people."@en ;
    skos:inScheme lexvo: ;
    skos:notation "urw"^^xsd:string ;
    skos:prefLabel "Sop"@en .

<http://lexvo.org/id/iso639-3/ush> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ush"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Ushoji>,
        <http://www.mpii.de/yago/resource/Ushoji> ;
    skos:altLabel "Ushojo"@en ;
    skos:definition "Ushoji (also spelled Ushojo) is a Dardic language spoken in Kohistan and Swat districts of the Khyber-Pakhtunkhwa province of Pakistan."@en ;
    skos:inScheme lexvo: ;
    skos:notation "ush"^^xsd:string ;
    skos:prefLabel "Ushoji"@en .

<http://lexvo.org/id/iso639-3/usp> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "usp"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Uspantek_language>,
        <http://www.mpii.de/yago/resource/Uspantek_language> ;
    skos:altLabel "Uspantek language"@en ;
    skos:definition "The Uspanteko (Uspanteco, Uspanteko, Uspantec) is a Mayan language of Guatemala, closely related to Kiche. It is spoken in the Uspantán and Playa Grande Ixcán municipios, in the Department El Quiché. It is also one of only three Mayan languages to have developed contrastive tone (the others being Yukatek and one dialect of Tzotzil). It distinguishes between vowels with high tone and vowels with low tone."@en ;
    skos:inScheme lexvo: ;
    skos:notation "usp"^^xsd:string ;
    skos:prefLabel "Uspanteco"@en,
        "Idioma uspanteco"@es,
        "Uspanteko"@fr,
        "Uspantekų kalba"@lt,
        "Успантечки јазик"@mk,
        "Uspanteeks"@nl,
        "Uspantansk"@no,
        "Língua uspanteca"@pt,
        "Успантекский язык"@ru .

<http://lexvo.org/id/iso639-3/utr> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "utr"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Etulo_language>,
        <http://www.mpii.de/yago/resource/Etulo_language> ;
    skos:altLabel "Etulo language"@en ;
    skos:definition "Etulo (Utur) is an Idomoid language of central Nigeria."@en ;
    skos:inScheme lexvo: ;
    skos:notation "utr"^^xsd:string ;
    skos:prefLabel "Etulo"@de,
        "Etulo"@en,
        "Etulo jezik"@hr,
        "Lenga Etulo"@pms .

<http://lexvo.org/id/iso639-3/uun> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "uun"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Pazeh_language>,
        <http://www.mpii.de/yago/resource/Pazeh_language> ;
    skos:altLabel "Pazeh language"@en ;
    skos:definition "Pazeh (also spelled Pazih) is the language of the Pazeh, a Taiwanese aboriginal people). It is a Formosan language of the Austronesian languages language family. Kulun was a dialect. There was only one remaining native speaker of Pazeh proper, 96-year-old Pan Jin-yu. Since her death, however, the language is extinct. Pan Jin-yu offered Pazeh classes to about 200 regular students in Puli and there were also fewer students in Miaoli and Taichung."@en ;
    skos:inScheme lexvo: ;
    skos:notation "uun"^^xsd:string ;
    skos:prefLabel "Pazeh"@de,
        "Kulon-Pazeh"@en,
        "Pazeh"@fr,
        "Lingua Pazeh"@it,
        "パゼッヘ語"@ja,
        "Пазешки јазик"@mk,
        "Kulon-Pazeh"@nl,
        "Lenga Kulon-Pazeh"@pms,
        "巴宰語"@zh .

<http://lexvo.org/id/iso639-3/uur> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "uur"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/urav1235> ;
    skos:altLabel "Ura (Vanuatu)"@en ;
    skos:inScheme lexvo: ;
    skos:notation "uur"^^xsd:string ;
    skos:prefLabel "Ura"@en .

<http://lexvo.org/id/iso639-3/uuu> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "uuu"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/U_language>,
        <http://www.mpii.de/yago/resource/U_language> ;
    skos:altLabel "U language"@en ;
    skos:definition "The U language is spoken by 40,000 people in the Yunnan province of China and possibly Burma. It is classified as a Mon–Khmer language in the Palaungic branch."@en ;
    skos:inScheme lexvo: ;
    skos:notation "uuu"^^xsd:string ;
    skos:prefLabel "U"@en,
        "U"@fr,
        "U"@no .

<http://lexvo.org/id/iso639-3/uve> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "uve"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/West_Uvean_language>,
        <http://www.mpii.de/yago/resource/West_Uvean_language> ;
    skos:altLabel "Uvean, West"@en,
        "West Uvean"@en,
        "West Uvean language"@en ;
    skos:definition "West Uvean (also Uvean or Faga Ouvéa; Fagauvea in the vernacular) is a Polynesian outlier language spoken on the island of Ouvéa, in the Loyalty island group of New Caledonia. It has long been in contact with Iaai, the other Oceanic language spoken on the same island."@en ;
    skos:inScheme lexvo: ;
    skos:notation "uve"^^xsd:string ;
    skos:prefLabel "Westuveanische Sprache"@de,
        "Fagauvea"@en,
        "Fagauvea jezik"@hr,
        "Lenga Uvean òvest"@pms .

<http://lexvo.org/id/iso639-3/uvl> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "uvl"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Lote_language>,
        <http://www.mpii.de/yago/resource/Lote_language> ;
    skos:altLabel "Lote language"@en ;
    skos:definition "Lote (also known as Lohote) is an Austronesian language spoken by about 6,000 people who live around Cape Dampier on the south coast of New Britain in Papua New Guinea. The language was earlier known as Uvol, after the name of a local river where the first wharf and later airstrip were built."@en ;
    skos:inScheme lexvo: ;
    skos:notation "uvl"^^xsd:string ;
    skos:prefLabel "Lote"@en .

<http://lexvo.org/id/iso639-3/uzs> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "uzs"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Southern_Uzbek_language>,
        <http://www.mpii.de/yago/resource/Southern_Uzbek_language> ;
    skos:altLabel "Southern Uzbek language"@en,
        "Uzbek, Southern"@en ;
    skos:definition "Southern Uzbek is a Turkic language spoken in Faryab Province in north Afghanistan and by a small refugee community in Turkey."@en ;
    skos:inScheme lexvo: ;
    skos:notation "uzs"^^xsd:string ;
    skos:prefLabel "Southern Uzbek"@en,
        "Lenga uzbek meridional"@pms,
        "南乌兹别克语"@zh .

<http://lexvo.org/id/iso639-3/vae> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "vae"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Vale_language>,
        <http://www.mpii.de/yago/resource/Vale_language> ;
    skos:altLabel "Vale language"@en ;
    skos:definition "Vale is a minor Central Sudanic language of CAR. Tana (Tele) dialect is divergent and may be a distinct language."@en ;
    skos:inScheme lexvo: ;
    skos:notation "vae"^^xsd:string ;
    skos:prefLabel "Vale"@en,
        "Vale jezik"@hr .

<http://lexvo.org/id/iso639-3/vah> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "vah"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Varhadi_dialect>,
        <http://www.mpii.de/yago/resource/Varhadi_dialect> ;
    skos:altLabel "Varhadi-Nagpuri"@en ;
    skos:definition "Vocabulary and Grammar"@en ;
    skos:inScheme lexvo: ;
    skos:notation "vah"^^xsd:string ;
    skos:prefLabel "Varhadi dialect"@en,
        "वर्हाडी बोली"@hi,
        "वर्‍हाडी बोलीभाषा"@mr .

<http://lexvo.org/id/iso639-3/vao> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "vao"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Vao_language>,
        <http://www.mpii.de/yago/resource/Vao_language> ;
    skos:altLabel "Vao language"@en ;
    skos:definition "Vao is an Austronesian language of the Oceanic branch spoken by about 1,900 people on Vao Island and on the nearby shores of Malakula Island, Vanuatu."@en ;
    skos:inScheme lexvo: ;
    skos:notation "vao"^^xsd:string ;
    skos:prefLabel "Vao"@en,
        "Vao"@fr,
        "Vao jezik"@hr .

<http://lexvo.org/id/iso639-3/vap> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "vap"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Vaiphei_language>,
        <http://www.mpii.de/yago/resource/Vaiphei_language> ;
    skos:altLabel "Vaiphei language"@en ;
    skos:definition "Vaiphei is a Kukish language of India."@en ;
    skos:inScheme lexvo: ;
    skos:notation "vap"^^xsd:string ;
    skos:prefLabel "Vaiphei"@en .

<http://lexvo.org/id/iso639-3/vau> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "vau"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Vanuma_language>,
        <http://www.mpii.de/yago/resource/Vanuma_language> ;
    skos:altLabel "Vanuma language"@en ;
    skos:definition "Vanuma (Bvanuma), or South Nyali, is a minor Bantu language of the Democratic Republic of the Congo. It is lexically similar to Ndaka and Budu, Mbo, and Nyali."@en ;
    skos:inScheme lexvo: ;
    skos:notation "vau"^^xsd:string ;
    skos:prefLabel "Vanuma"@en .

<http://lexvo.org/id/iso639-3/vec> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "vec"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Venetian_language>,
        <http://www.lingvoj.org/lang/vec>,
        <http://www.mpii.de/yago/resource/Venetian_language> ;
    skos:altLabel "Venetian language"@en ;
    skos:definition "Venetian or Venetan is a Romance language spoken as a native language by over two million people, mostly in the Veneto region of Italy, where of five million inhabitants almost all can understand it. It is sometimes spoken and often well understood outside Veneto, in Trentino, Friuli, Venezia Giulia, Istria and some towns of Dalmatia, an area of six to seven million people. The language is called vèneto or vènet in Venetian, veneto in Italian; the variant spoken in Venice is called venexiàn/venesiàn or veneziano, respectively. Although referred to as an Italian dialect (diałeto dialetto) even by its speakers, like other Italian dialects it is a sister language of the national language, not a variety or derivative of it. Venetan (and Venetian proper, the language of Venice) display structural and lexical differences from Italian. Typologically, Venetian is clearly distinct from the Romance languages spoken in North Western Italy, the Gallo-Italic languages."@en ;
    skos:inScheme lexvo: ;
    skos:notation "vec"^^xsd:string ;
    skos:prefLabel "Venesiaans"@af,
        "ቬኔትኛ"@am,
        "Idioma venecián"@an,
        "لغة بندقية"@ar,
        "Veneteg"@br,
        "Vènet"@ca,
        "Benátština"@cs,
        "Venetische Sprache"@de,
        "Νέα βενετική γλώσσα"@el,
        "Venetian"@en,
        "Venecia lingvo"@eo,
        "Idioma véneto"@es,
        "Veneziera"@eu,
        "Luenga veneciana"@ext,
        "زبان ونتی"@fa,
        "Venetsian kieli"@fi,
        "Vénitien"@fr,
        "Lingua véneta"@gl,
        "Veneeshish"@gv,
        "Vî-nî-sṳ̂-ngî"@hak,
        "ונטית"@he,
        "Venecijanski jezik"@hr,
        "Velencei nyelv"@hu,
        "Lingua venetian"@ia,
        "Lingua veneta"@it,
        "ヴェネツィア語"@ja,
        "베네토어"@ko,
        "Lingua Veneta"@la,
        "Lengua veneta"@lij,
        "Lengoa Veneta"@lmo,
        "Venetų kalba"@lt,
        "Venetu kalba"@lt-x,
        "Veneto-gí"@nan,
        "Venetiaans"@nl,
        "Venetiansk"@no,
        "Venèt"@oc,
        "Język wenecki"@pl,
        "Lenga véneta"@pms,
        "وینیٹین"@pnb,
        "Língua vêneta"@pt,
        "Limba venetă"@ro,
        "Современный венетский язык"@ru,
        "Lingua vènita"@scn,
        "Venetian leid"@sco,
        "Venecijanski jezik"@sh,
        "Beneščina"@sl,
        "Venetianska"@sv,
        "வெநேத மொழி"@ta,
        "Venedikçe"@tr,
        "ۋېنىسىيە تىلى"@ug,
        "Венеційська мова"@uk,
        "Łéngua vèneta"@vec,
        "威尼斯語"@zh .

<http://lexvo.org/id/iso639-3/vel> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "vel"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Veluws>,
        <http://www.mpii.de/yago/resource/Veluws> ;
    skos:definition "Veluws is a Dutch Low Saxon dialect which is spoken on the Veluwe. Veluws is usually divided into two main dialects, West-Veluws (West Veluws) and Oost-Veluws (East Veluws), these two dialects are reasonably similar but differ in grammar. For example: in Oost-Veluws they say ie warkt/wärkt (you are working) and in West-Veluws jie warken/waarken (you are working)."@en ;
    skos:inScheme lexvo: ;
    skos:notation "vel"^^xsd:string ;
    skos:prefLabel "Veluws"@en,
        "فلووه‌ای"@fa,
        "Feluwsk"@fy,
        "Veluws"@hr,
        "Veluws"@nds,
        "Veluws"@nl,
        "Veluwsk"@no,
        "Lenga veluws"@pms .

<http://lexvo.org/id/iso639-3/vem> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "vem"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Vemgo-Mabas_language>,
        <http://www.mpii.de/yago/resource/Vemgo-Mabas_language> ;
    skos:altLabel "Vemgo-Mabas language"@en ;
    skos:definition "Vemgo-Mabas is an Afro-Asiatic language of Cameroon and Nigeria. Dialects are Vemgo, Mabas, and, in Nigeria, Visik."@en ;
    skos:inScheme lexvo: ;
    skos:notation "vem"^^xsd:string ;
    skos:prefLabel "Vemgo-Mabas"@en,
        "Kivemgo-Mabas"@sw .

<http://lexvo.org/id/iso639-3/veo> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "veo"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Venture%C3%B1o_language>,
        <http://www.mpii.de/yago/resource/Venture%C3%B1o_language> ;
    skos:altLabel "Ventureño language"@en ;
    skos:definition "Ventureño is a member of the extinct Chumashan languages, a group of Native American languages previously spoken by the Chumash people along the coastal areas of Southern California from as far north as San Luis Obispo to as far south as Malibu. Ventureño was spoken from as far north as present-day Ventura to as far south as present-day Malibu and the Simi Hills, California."@en ;
    skos:inScheme lexvo: ;
    skos:notation "veo"^^xsd:string ;
    skos:prefLabel "Ventouregneg"@br,
        "Ventureño"@en,
        "Idioma ventureño"@es,
        "Chumash ventureño"@fr .

<http://lexvo.org/id/iso639-3/ver> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ver"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Vere_language>,
        <http://www.mpii.de/yago/resource/Vere_language> ;
    skos:altLabel "Vere language"@en ;
    skos:definition "The Vere language (Verre, Were), also known as Kobo or Mom Jango, is a member of the Duru branch of Savanna languages. It is spoken across the northern Nigerian–Cameroonian border."@en ;
    skos:inScheme lexvo: ;
    skos:notation "ver"^^xsd:string ;
    skos:prefLabel "Mom Jango"@de,
        "Mom Jango"@en,
        "Lenga Mom Jango"@pms,
        "Kimom-Jango"@sw .

<http://lexvo.org/id/iso639-3/vgt> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "vgt"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Flemish_Sign_Language>,
        <http://www.mpii.de/yago/resource/Flemish_Sign_Language> ;
    skos:altLabel "Flemish Sign Language"@en ;
    skos:definition "Flemish Sign Language (Vlaamse Gebarentaal or VGT, previously known as Belgian Sign Language, which included also the divergent dialect known as Walloon or French Belgian Sign Language) is the language used by signers in Flanders, which is the northern part of Belgium, a country in Western Europe. The Flemish Deaf community is estimated to include approximately 6,000 sign language users (Loots et al., 2003)."@en ;
    skos:inScheme lexvo: ;
    skos:notation "vgt"^^xsd:string ;
    skos:prefLabel "Vlaamse Gebarentaal"@en,
        "Vlaamse Gebarentaal"@nl,
        "Фламандский язык жестов"@ru .

<http://lexvo.org/id/iso639-3/vic> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "vic"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Virgin_Islands_Creole>,
        <http://www.mpii.de/yago/resource/Virgin_Islands_Creole> ;
    skos:altLabel "Creole English, Virgin Islands"@en,
        "Virgin Islands Creole English"@en ;
    skos:definition "Virgin Islands Creole, or Virgin Islands Creole English, is an English-based creole spoken in the Virgin Islands and the nearby SSS islands of Saba, Saint Martin and Sint Eustatius, where it has been known as Netherlands Antilles Creole English."@en ;
    skos:inScheme lexvo: ;
    skos:notation "vic"^^xsd:string ;
    skos:prefLabel "Virgin Islands Creole"@en .

<http://lexvo.org/id/iso639-3/vif> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "vif"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Vili_language>,
        <http://www.mpii.de/yago/resource/Vili_language> ;
    skos:altLabel "Vili language"@en ;
    skos:definition ":Not to be confused with Vili (Ibhili) Vili (Civili) is a Bantu language of Congo and Gabon."@en ;
    skos:inScheme lexvo: ;
    skos:notation "vif"^^xsd:string ;
    skos:prefLabel "Vili"@en,
        "Kivili"@sw .

<http://lexvo.org/id/iso639-3/vig> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "vig"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Vyemo_language>,
        <http://www.mpii.de/yago/resource/Vyemo_language> ;
    skos:altLabel "Vyemo language"@en ;
    skos:definition "Vyemo or Viemo, Vige, Vigué, Vigye, is a language of Burkina Faso, formerly linked with the Gur languages, that is currently of uncertain affiliation."@en ;
    skos:inScheme lexvo: ;
    skos:notation "vig"^^xsd:string ;
    skos:prefLabel "Viemo"@de,
        "Viemo"@en,
        "Viemo jezik"@hr,
        "Lenga Viemo"@pms .

<http://lexvo.org/id/iso639-3/vil> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "vil"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Vilela_language>,
        <http://www.mpii.de/yago/resource/Vilela_language> ;
    skos:altLabel "Vilela language"@en ;
    skos:definition "Vilela (Uakambalelté, Atalalá, Chulupí~Chunupí) is a nearly extinct language which is only spoken in the Resistencia province of Argentina and in the eastern Chaco near the Paraguayan border. Dialects were Ocol, Chinipi, Sinipi; only Ocol survives. The people call themselves Waqha-umbaβelte Waqha speakers."@en ;
    skos:inScheme lexvo: ;
    skos:notation "vil"^^xsd:string ;
    skos:prefLabel "Vilela"@en,
        "Vilela jezik"@hr,
        "Вилеласки јазик"@mk .

<http://lexvo.org/id/iso639-3/viv> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "viv"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/idun1242> ;
    skos:inScheme lexvo: ;
    skos:notation "viv"^^xsd:string ;
    skos:prefLabel "Iduna"@en .

<http://lexvo.org/id/iso639-3/vkj> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "vkj"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Kujarg%C3%A9_language>,
        <http://www.mpii.de/yago/resource/Kujarg%C3%A9_language> ;
    skos:altLabel "Kujargé language"@en ;
    skos:definition "The Kujargé language is spoken in seven villages in Chad near Jebel Mirra and in Sudan in villages scattered along the lower Wadi Salih and Wadi Azum. It is estimated to have about 1000 speakers . The name is derived from Sudanese Arabic kujur \"sorcerer\", because of their reputation for witchcraft. The speakers mainly live by hunting and gathering."@en ;
    skos:inScheme lexvo: ;
    skos:notation "vkj"^^xsd:string ;
    skos:prefLabel "Kujargeg"@br,
        "Kujarge"@en .

<http://lexvo.org/id/iso639-3/vkp> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "vkp"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Kristi_language>,
        <http://www.mpii.de/yago/resource/Kristi_language> ;
    skos:altLabel "Creole Portuguese, Korlai"@en,
        "Korlai Creole Portuguese"@en ;
    skos:definition "Korlai Indo-Portuguese is the language of some 1,000 Christians in an isolated area around the village of Korlai in Raigad District of Maharashtra state, India. More commonly, the language is known as Korlai Creole Portuguese, Korlai Portuguese, or No Ling (\"our language\" in the language itself)."@en ;
    skos:inScheme lexvo: ;
    skos:notation "vkp"^^xsd:string ;
    skos:prefLabel "Kristi language"@en,
        "Crioulo de Korlai"@pt .

<http://lexvo.org/id/iso639-3/vkt> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "vkt"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/teng1267> ;
    skos:altLabel "Malay, Tenggarong Kutai"@en ;
    skos:inScheme lexvo: ;
    skos:notation "vkt"^^xsd:string ;
    skos:prefLabel "Tenggarong Kutai Malay"@en .

<http://lexvo.org/id/iso639-3/vku> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "vku"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Kurrama_language>,
        <http://www.mpii.de/yago/resource/Kurrama_language> ;
    skos:altLabel "Kurrama language"@en ;
    skos:definition "Kurrama is an Australian Aboriginal language. It is one of the Ngayarda languages of the large Southwest branch of the Pama–Nyungan family."@en ;
    skos:inScheme lexvo: ;
    skos:notation "vku"^^xsd:string ;
    skos:prefLabel "Kurrama"@en,
        "Lenga kurrama"@pms,
        "Kurrama"@sv .

<http://lexvo.org/id/iso639-3/vmf> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "vmf"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Main-Franconian>,
        <http://www.mpii.de/yago/resource/Main-Franconian> ;
    skos:altLabel "Main-Franconian"@en ;
    skos:definition "Main-Franconian is group of Central German dialects being part of the East Franconian group. The name is derived from the river Main which meets the river Rhine near Frankfurt after having crossed the former West Germany from East to West. The dialect is estimated by Ethnologue as 40% intelligible with Standard German."@en ;
    skos:inScheme lexvo: ;
    skos:notation "vmf"^^xsd:string ;
    skos:prefLabel "Mainfränkische Dialekte"@de,
        "Mainfränkisch"@en,
        "Majnskofranački jezik"@hr,
        "Mainfranksch"@nds,
        "Lenga mainfränkisch"@pms .

<http://lexvo.org/id/iso639-3/vmg> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "vmg"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Minigir_language>,
        <http://www.mpii.de/yago/resource/Minigir_language> ;
    skos:altLabel "Lungalunga"@en,
        "Minigir language"@en ;
    skos:definition "Minigir is spoken by a small number of the Tolai people of Papua New Guinea, who live on the Gazelle Peninsula in East New Britain Province. It is often referred to in the linguistics literature as the Tolai \"dialect\" with an /s/. However, it is not one of the Patpatar–Tolai languages."@en ;
    skos:inScheme lexvo: ;
    skos:notation "vmg"^^xsd:string ;
    skos:prefLabel "Minigir"@en,
        "Minigir"@fr .

<http://lexvo.org/id/iso639-3/vmk> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "vmk"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Makhuwa-Shirima_language>,
        <http://www.mpii.de/yago/resource/Makhuwa-Shirima_language> ;
    skos:altLabel "Makhuwa-Shirima language"@en ;
    skos:definition "The Makhuwa-Shirima language is a Bantu language spoken by half a million Makua people in Mozambique."@en ;
    skos:inScheme lexvo: ;
    skos:notation "vmk"^^xsd:string ;
    skos:prefLabel "Makhuwa-Shirima"@en,
        "Chirima"@fr,
        "Lenga Makhuwa-Shirima"@pms,
        "Kimakhuwa-Shirima"@sw .

<http://lexvo.org/id/iso639-3/vml> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "vml"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Malgana_language>,
        <http://www.mpii.de/yago/resource/Malgana_language> ;
    skos:altLabel "Malgana language"@en ;
    skos:definition "Malgana is an Australian Aboriginal language. It is considered a member of the Kartu group of the large Southwest branch of the Pama–Nyungan family of languages."@en ;
    skos:inScheme lexvo: ;
    skos:notation "vml"^^xsd:string ;
    skos:prefLabel "Malgana"@en .

<http://lexvo.org/id/iso639-3/vmv> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "vmv"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Chico_language>,
        <http://www.mpii.de/yago/resource/Chico_language> ;
    skos:altLabel "Chico language"@en,
        "Maidu, Valley"@en ;
    skos:definition "Chico (also Valley Maidu) is an extinct Maiduan language formerly spoken by Maidu peoples who lived in Northern California, between Sacramento and the Sierra foothills."@en ;
    skos:inScheme lexvo: ;
    skos:notation "vmv"^^xsd:string ;
    skos:prefLabel "Valley Maidu"@en .

<http://lexvo.org/id/iso639-3/vor> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "vor"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Voro_language>,
        <http://www.mpii.de/yago/resource/Voro_language> ;
    skos:altLabel "Voro language"@en ;
    skos:definition "Voro (Vɔrɔ, Bena, Buna, Ebina, Ebuna, Woro, Yungur) is an Adamawa language of Nigeria."@en ;
    skos:inScheme lexvo: ;
    skos:notation "vor"^^xsd:string ;
    skos:prefLabel "Voro"@en .

<http://lexvo.org/id/iso639-3/vro> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "vro"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/V%C3%B5ro_language>,
        <http://www.lingvoj.org/lang/fiu-vro>,
        <http://www.mpii.de/yago/resource/V%C3%B5ro_language> ;
    skos:altLabel "Võro language"@en ;
    skos:definition "The Võro language (, ) is a language belonging to the Finnic branch of the Uralic languages. Traditionally it has been considered a dialect of the South Estonian dialect group of the Estonian language, but nowadays it has its own literary language and is in search of official recognition as an autochthonous regional language of Estonia. Võro has about 70,000 speakers (Võros) mostly in south-eastern Estonia, in the eight parishes of historical Võru County: Karula, Harglõ, Urvastõ, Rõugõ, Kanepi, Põlva, Räpinä, and Vahtsõliina. These parishes are currently centered (due to redistricting) in Võru and Põlva counties with parts extending into Valga and Tartu counties. Speakers can also be found in the towns of Tallinn, Tartu and the rest of Estonia."@en ;
    skos:inScheme lexvo: ;
    skos:notation "vro"^^xsd:string ;
    skos:prefLabel "Võro"@af,
        "ቮሮኛ"@am,
        "Въро"@bg,
        "Voroeg"@br,
        "Võro"@ca,
        "Vorohoyn mettan ga"@ce,
        "Võruština"@cs,
        "Võro"@de,
        "Βόρο γλώσσα"@el,
        "Võro"@en,
        "Voroa lingvo"@eo,
        "Idioma võro"@es,
        "Võru keel"@et,
        "Võro"@fi,
        "Võro"@fr,
        "Võro"@gsw-FR,
        "Võro nyelv"@hu,
        "Lingua võro"@it,
        "ヴォロ語"@ja,
        "버로어"@ko,
        "Veru kalba"@lt,
        "Воро јазик"@mk,
        "Võro"@nl,
        "Sørestisk språk"@nn,
        "Sørestisk"@no,
        "Język võro"@pl,
        "وورو"@pnb,
        "Língua võro"@pt,
        "Limba võro"@ro,
        "Выруский диалект"@ru,
        "Ikivoro"@rw,
        "Võro leid"@sco,
        "Võrogiella"@se,
        "Võru"@sv,
        "வோரோ மொழி"@ta,
        "Võro dili"@tr,
        "Виро"@uk,
        "Võro kiil"@vro,
        "佛罗语"@zh .

<http://lexvo.org/id/iso639-3/vsl> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "vsl"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Venezuelan_Sign_Language>,
        <http://www.mpii.de/yago/resource/Venezuelan_Sign_Language> ;
    skos:definition "Venezuelan Sign language or VSL (Lengua de señas venezolana or LSV) is the national deaf sign language of Venezuela. The term, \"Venezuelan Sign Language,\" began to be used in the 1930s. It is widely used, and Venezuela has a national bilingual education program for VSL and Spanish, though the language used by adults differs from that of the classroom. There is a large VSL dictionary published by the Federación Venezolana de Sordos. VSL has been used in schools since 1937."@en ;
    skos:inScheme lexvo: ;
    skos:notation "vsl"^^xsd:string ;
    skos:prefLabel "Venezuelan Sign Language"@en,
        "Lengua de señas venezolana"@es,
        "Venezuelski znakovni jezik"@hr,
        "Língua de Sinais Venezuelana"@pt .

<http://lexvo.org/id/iso639-3/vsv> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "vsv"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Valencian_Sign_language>,
        <http://www.mpii.de/yago/resource/Valencian_Sign_language> ;
    skos:altLabel "Llengua de signes valenciana"@en,
        "Valencian Sign language"@en ;
    skos:definition "Valencian Sign Language (; ) is a sign language used by deaf people in the Valencian Community, Spain. Some linguists consider LSV, Spanish Sign Language (LSE) and Catalan Sign Language (LSC) as variants related to a language group, while others believe it is a dialect of the latter. The vocabulary of LSV is 72% similar to that of LSE, so some linguists maintain that the former is unique enough to have its own grammar, as is the case with Catalan Sign Language (LSC). Organisations like FESORD, which work with the hearing-impaired in Valencia have not yet expressed their views on this matter but they do refer to LSV as Llengua de Signes en la Comunitat Valenciana (Sign Language of the Community of Valencia). Valencia (which is the first Spanish autonomous community to support the use of sign language in the Statute of Autonomy), does not mention specifically which sign language is to be used officially. The use of LSV in Valencia has, however, diminished and is restricted to administrative communications and occasional usage in the media."@en ;
    skos:inScheme lexvo: ;
    skos:notation "vsv"^^xsd:string ;
    skos:prefLabel "Llengua de signes valenciana"@ca,
        "Valencian Sign Language"@en,
        "Valencia signolingvo"@eo,
        "Lengua de signos valenciana"@es .

<http://lexvo.org/id/iso639-3/vun> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "vun"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Vunjo_language>,
        <http://www.mpii.de/yago/resource/Vunjo_language> ;
    skos:altLabel "Vunjo language"@en,
        "Língua kivunjo"@pt ;
    skos:definition "The Vunjo language, or Kiwunjo, is a Bantu language, spoken mainly in Tanzania and by some over the border in Kenya, by approximately 300,000 Chaga people(1992 UBS). It is spoken in the Chaga area of the Kilimanjaro region. Vunjo is closely related to the other Chaga languages Rombo, Moshi, and Machame languages, with which it is said to form a dialect continuum."@en ;
    skos:inScheme lexvo: ;
    skos:notation "vun"^^xsd:string ;
    skos:prefLabel "vunjo"@ca,
        "温旧文"@cmn,
        "溫舊文"@cmn-Hant,
        "vunjo"@da,
        "Βούντζο"@el,
        "Vunjo"@en,
        "kivunyo"@es,
        "vunjo"@et,
        "vunjo"@fi,
        "vunjo"@fr,
        "וונג'ו"@he,
        "vunjo"@hr,
        "vunjo"@hu,
        "Vunjo"@id,
        "vunjo"@it,
        "ヴンジョ語"@ja,
        "분조어"@ko,
        "ວັນໂຈ"@lo,
        "vunjo"@lt,
        "vundžo"@lv,
        "вунџо"@mk,
        "vunjo"@nb,
        "Vunjo"@nl,
        "vunjo"@pl,
        "vunjo"@pt,
        "vunjo"@ro,
        "вунджо"@ru,
        "vunjo"@sk,
        "vunjo"@sv,
        "วุนจู"@th,
        "Vunjo"@tr,
        "вуньо"@uk,
        "Tiếng Vunjo"@vi,
        "Kyivunjo"@vun .

<http://lexvo.org/id/iso639-3/vut> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "vut"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Vute_language>,
        <http://www.mpii.de/yago/resource/Vute_language> ;
    skos:altLabel "Vute language"@en ;
    skos:definition "Vute is a Mambiloid language of Cameroon, with a thousand speakers in Nigeria."@en ;
    skos:inScheme lexvo: ;
    skos:notation "vut"^^xsd:string ;
    skos:prefLabel "Wute"@de,
        "Vute"@en,
        "Lenga Vute"@pms,
        "Kivute"@sw .

<http://lexvo.org/id/iso639-3/wab> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "wab"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Wab_language>,
        <http://www.mpii.de/yago/resource/Wab_language> ;
    skos:altLabel "Wab language"@en ;
    skos:definition "Wab is an Austronesian language spoken by about 120 people in the coastal villages of Wab and Saui, Madang Province, Papua New Guinea."@en ;
    skos:inScheme lexvo: ;
    skos:notation "wab"^^xsd:string ;
    skos:prefLabel "Wab"@en .

<http://lexvo.org/id/iso639-3/wae> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "wae"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Walser_German>,
        <http://www.mpii.de/yago/resource/Walser_German> ;
    skos:altLabel "Walser German"@en,
        "Idioma walser"@es,
        "Haut-valaisan"@fr,
        "Walserski jezik"@hr,
        "Walserduits"@nl ;
    skos:definition "The Walser language , also known as Walliser German (locally Wallisertiitsch), is a group of Highest Alemannic dialects spoken in Walser settlements in parts of Switzerland, Italy, Liechtenstein, and Austria and in the German-speaking part of the Canton of Wallis , in the uppermost Rhône valley."@en ;
    skos:inScheme lexvo: ;
    skos:notation "wae"^^xsd:string ;
    skos:prefLabel "walser"@br,
        "walser"@ca,
        "瓦尔瑟文"@cmn,
        "瓦瑟文"@cmn-Hant,
        "němčina (walser)"@cs,
        "walsertysk"@da,
        "Walliserdeutsch"@de,
        "walsegbe"@ee,
        "Βάλσερ"@el,
        "Walser"@en,
        "walser"@es,
        "walseri"@et,
        "walser"@fi,
        "walser"@fr,
        "Walliserdeutsch"@gsw-FR,
        "וואלסר"@he,
        "walser"@hr,
        "walser"@hu,
        "Walser"@id,
        "walser"@it,
        "ヴァリス語"@ja,
        "월저어"@ko,
        "Walserdütsch"@ksh,
        "ວາເຊີ"@lo,
        "valserų"@lt,
        "Vallisas vācu"@lv,
        "валсер"@mk,
        "walser"@nb,
        "Walser"@nl,
        "wysokoalemański"@pl,
        "walser"@pt,
        "walser"@ro,
        "Валлисский диалект"@ru,
        "walserčina"@sk,
        "walsertyska"@sv,
        "วัลเซอร์"@th,
        "lea fakaʻualiseli"@to,
        "Walser"@tr,
        "Валзерська"@uk,
        "Tiếng Walser"@vi,
        "Walser"@wae .

<http://lexvo.org/id/iso639-3/waf> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "waf"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Wakon%C3%A1_language>,
        <http://www.mpii.de/yago/resource/Wakon%C3%A1_language> ;
    skos:altLabel "Wakoná language"@en ;
    skos:definition "Wakoná is an extinct unclassified language of eastern Brazil. The dispersed ethnic population numbered an estimated 500 to 1,000 in 1995."@en ;
    skos:inScheme lexvo: ;
    skos:notation "waf"^^xsd:string ;
    skos:prefLabel "Wakoná"@en .

<http://lexvo.org/id/iso639-3/wan> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "wan"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Wan_language>,
        <http://www.mpii.de/yago/resource/Wan_language> ;
    skos:altLabel "Wan language"@en ;
    skos:definition "Wan, or Nwa, is a Mande language of Ivory Coast. Dialects are Miamu and Kemu."@en ;
    skos:inScheme lexvo: ;
    skos:notation "wan"^^xsd:string ;
    skos:prefLabel "Wan"@en .

<http://lexvo.org/id/iso639-3/way> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "way"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/waya1269> ;
    skos:inScheme lexvo: ;
    skos:notation "way"^^xsd:string ;
    skos:prefLabel "Wayana"@en .

<http://lexvo.org/id/iso639-3/wbf> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "wbf"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Wara_language>,
        <http://www.mpii.de/yago/resource/Wara_language> ;
    skos:altLabel "Wara language"@en ;
    skos:definition "Wara (Ouara, Ouala) is a Niger–Congo language of Burkina. Dialects are Negueni–Klani, Ouatourou–Niasogoni, Soulani, Faniagara. Niasogoni speakers have difficulty with Negueni, but not vice versa."@en ;
    skos:inScheme lexvo: ;
    skos:notation "wbf"^^xsd:string ;
    skos:prefLabel "Wara"@en .

<http://lexvo.org/id/iso639-3/wbi> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "wbi"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Vwanji_language>,
        <http://www.mpii.de/yago/resource/Vwanji_language> ;
    skos:altLabel "Vwanji language"@en ;
    skos:definition "Wanji, or Vwanji, is a Bantu language of Tanzania."@en ;
    skos:inScheme lexvo: ;
    skos:notation "wbi"^^xsd:string ;
    skos:prefLabel "Vwanji"@en,
        "Vwanji"@no .

<http://lexvo.org/id/iso639-3/wbr> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "wbr"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Wagdi_language>,
        <http://www.mpii.de/yago/resource/Wagdi_language> ;
    skos:altLabel "Wagdi language"@en ;
    skos:definition "The Wagdi language is one of the Bhil languages of India, and is mutually intelligible with Bhili (Bhil proper)."@en ;
    skos:inScheme lexvo: ;
    skos:notation "wbr"^^xsd:string ;
    skos:prefLabel "Wagdi"@en .

<http://lexvo.org/id/iso639-3/wbw> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "wbw"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Woi_language>,
        <http://www.mpii.de/yago/resource/Woi_language> ;
    skos:altLabel "Woi language"@en ;
    skos:definition "Woi is a Malayo-Polynesian language of Papua, Indonesia."@en ;
    skos:inScheme lexvo: ;
    skos:notation "wbw"^^xsd:string ;
    skos:prefLabel "Woi"@en .

<http://lexvo.org/id/iso639-3/wca> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "wca"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/yano1262> ;
    skos:inScheme lexvo: ;
    skos:notation "wca"^^xsd:string ;
    skos:prefLabel "Yanomámi"@en .

<http://lexvo.org/id/iso639-3/wci> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "wci"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Waci_language>,
        <http://www.mpii.de/yago/resource/Waci_language> ;
    skos:altLabel "Gbe, Waci"@en,
        "Waci language"@en ;
    skos:definition "Waci (Ouatchi) is a Gbe language of Togo and Benin."@en ;
    skos:inScheme lexvo: ;
    skos:notation "wci"^^xsd:string ;
    skos:prefLabel "Waci"@de,
        "Waci Gbe"@en,
        "Waci Gbe jezik"@hr,
        "Lenga Gbe, Waci"@pms,
        "Kigbe-Waci"@sw .

<http://lexvo.org/id/iso639-3/wdg> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "wdg"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Wadaginam_language>,
        <http://www.mpii.de/yago/resource/Wadaginam_language> ;
    skos:altLabel "Wadaginam language"@en ;
    skos:definition "Wadaginam is a divergent Madang language of the Adelbert Range of Papua New Guinea."@en ;
    skos:inScheme lexvo: ;
    skos:notation "wdg"^^xsd:string ;
    skos:prefLabel "Wadaginam"@en,
        "Język wadaginam"@pl .

<http://lexvo.org/id/iso639-3/wem> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "wem"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/weme1239> ;
    skos:altLabel "Gbe, Weme"@en ;
    skos:inScheme lexvo: ;
    skos:notation "wem"^^xsd:string ;
    skos:prefLabel "Weme Gbe"@en .

<http://lexvo.org/id/iso639-3/wes> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "wes"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Cameroonian_Pidgin_English>,
        <http://www.mpii.de/yago/resource/Cameroonian_Pidgin_English> ;
    skos:altLabel "Cameroonian Pidgin English"@en,
        "Pidgin, Cameroon"@en ;
    skos:definition "Cameroonian Pidgin English, or Cameroonian Creole, is a language variety of Cameroon. It is also known as Kamtok (from Cameroon-talk). Five varieties are currently recognised:"@en ;
    skos:inScheme lexvo: ;
    skos:notation "wes"^^xsd:string ;
    skos:prefLabel "Kamtok"@de,
        "Cameroon Pidgin"@en,
        "Kamerunski pidžin"@hr,
        "Język kamtok"@pl,
        "Lenga pidgin dël Cameron"@pms .

<http://lexvo.org/id/iso639-3/wet> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "wet"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Wetarese_languages>,
        <http://www.mpii.de/yago/resource/Wetarese_languages> ;
    skos:altLabel "Wetarese languages"@en ;
    skos:definition "Wetarese (Atauru, Adabe) is the language of Wetar, an island in the south Maluku, Indonesia, as well as the nearby islands Liran and Atauro, the latter belonging to East Timor."@en ;
    skos:inScheme lexvo: ;
    skos:notation "wet"^^xsd:string ;
    skos:prefLabel "Wetar"@de,
        "Perai"@en,
        "Wetarski jezici"@hr,
        "Bahasa Wetar"@id,
        "ภาษาเวตาร์"@th .

<http://lexvo.org/id/iso639-3/wgy> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "wgy"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/warr1255> ;
    skos:inScheme lexvo: ;
    skos:notation "wgy"^^xsd:string ;
    skos:prefLabel "Warrgamay"@en .

<http://lexvo.org/id/iso639-3/wib> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "wib"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/sout2797> ;
    skos:altLabel "Toussian, Southern"@en ;
    skos:inScheme lexvo: ;
    skos:notation "wib"^^xsd:string ;
    skos:prefLabel "Southern Toussian"@en .

<http://lexvo.org/id/iso639-3/wik> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "wik"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Wik-Ngatharr_language>,
        <http://www.mpii.de/yago/resource/Wik-Ngatharr_language> ;
    skos:altLabel "Wik-Ngatharr language"@en ;
    skos:definition "Wik-Ngatharr is a Paman language spoken on the Cape York Peninsula of Queensland, Australia, by the Wik-Ngatharr people. It is closely related to the other Wik-Ngathan, Wik-Ngathan and more distantly to the Wik languages. As of 1981 there were 86 speakers."@en ;
    skos:inScheme lexvo: ;
    skos:notation "wik"^^xsd:string ;
    skos:prefLabel "Wikalkan"@en .

<http://lexvo.org/id/iso639-3/wiu> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "wiu"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Wiru_language>,
        <http://www.mpii.de/yago/resource/Wiru_language> ;
    skos:altLabel "Wiru language"@en ;
    skos:definition "Wiru or Witu is the language spoken by the Wiru people of Ialibu-Pangia District of the Southern Highlands Province of Papua New Guinea. It is a language isolate within the family of Trans–New Guinea languages."@en ;
    skos:inScheme lexvo: ;
    skos:notation "wiu"^^xsd:string ;
    skos:prefLabel "Wiru"@en,
        "Język wiru"@pl .

<http://lexvo.org/id/iso639-3/wiv> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "wiv"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Vitu_language>,
        <http://www.mpii.de/yago/resource/Vitu_language> ;
    skos:altLabel "Vitu language"@en ;
    skos:definition "Vitu (also spelled Witu or Vittu) or Muduapa is an Oceanic language spoken by about 7,000 people on the islands northwest of the coast of West New Britain in Papua New Guinea."@en ;
    skos:inScheme lexvo: ;
    skos:notation "wiv"^^xsd:string ;
    skos:prefLabel "Vitu"@en,
        "Muduapa"@fi,
        "Vitu"@fr,
        "Muduapa jezik"@hr,
        "Lenga Muduapa"@pms .

<http://lexvo.org/id/iso639-3/wja> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "wja"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Waja_language>,
        <http://www.mpii.de/yago/resource/Waja_language> ;
    skos:altLabel "Waja language"@en ;
    skos:definition "Waja, also known as Nyan Wiyau, Wiyaa, or Wuya, is one of the Savanna languages of eastern Nigeria. Dialectical differences between Deruwo (Wajan Dutse) and Waja proper (Wajan Kasa) are slight."@en ;
    skos:inScheme lexvo: ;
    skos:notation "wja"^^xsd:string ;
    skos:prefLabel "Waja"@en .

<http://lexvo.org/id/iso639-3/wka> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "wka"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Kw'adza_language>,
        <http://www.mpii.de/yago/resource/Kw'adza_language> ;
    skos:altLabel "Kw'adza language"@en ;
    skos:definition "Kwadza (Qwadza) is an extinct Afroasiatic language formerly spoken in Tanzania in the Mbulu District. The last speaker died sometime between 1976 and 1999. It is poorly attested, and apart from perhaps being close to Aasax, its classification is not certain; although it has a large number of identifiably Cushitic roots, the numerals itame one and bea ~ mbɛa two, for example, suggest a connection with Hadza."@en ;
    skos:inScheme lexvo: ;
    skos:notation "wka"^^xsd:string ;
    skos:prefLabel "Kw'adza"@en,
        "Kw'adza hizkuntza"@eu .

<http://lexvo.org/id/iso639-3/wli> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "wli"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Waioli_language>,
        <http://www.mpii.de/yago/resource/Waioli_language> ;
    skos:altLabel "Waioli language"@en ;
    skos:definition "Waioli is a Papuan Halmahera language of Indonesia."@en ;
    skos:inScheme lexvo: ;
    skos:notation "wli"^^xsd:string ;
    skos:prefLabel "Waioli"@en .

<http://lexvo.org/id/iso639-3/wlk> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "wlk"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Wailaki_language>,
        <http://www.mpii.de/yago/resource/Wailaki_language> ;
    skos:altLabel "Wailaki language"@en ;
    skos:definition "Wailaki is an extinct Athabaskan language (of Na-Dené stock)."@en ;
    skos:inScheme lexvo: ;
    skos:notation "wlk"^^xsd:string ;
    skos:prefLabel "Wailaki"@en,
        "Wailaki spriak"@frr,
        "Lenga wailaki"@pms .

<http://lexvo.org/id/iso639-3/wlm> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "wlm"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Middle_Welsh>,
        <http://www.mpii.de/yago/resource/Middle_Welsh> ;
    skos:altLabel "Welsh, Middle"@en ;
    skos:definition "Middle Welsh is the label attached to the Welsh language of the 12th to 14th centuries, of which much more remains than for any earlier period. This form of Welsh developed from Old Welsh."@en ;
    skos:inScheme lexvo: ;
    skos:notation "wlm"^^xsd:string ;
    skos:prefLabel "Krenngembraeg"@br,
        "Cymraeg Canol"@cy,
        "Middle Welsh"@en,
        "Lingua galesa media"@gl,
        "Lingua medio gallese"@it,
        "Mellomwalisisk"@no,
        "Galês médio"@pt,
        "Средневаллийский язык"@ru,
        "中古威爾斯語"@zh .

<http://lexvo.org/id/iso639-3/wlv> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "wlv"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Wich%C3%AD_Lhamt%C3%A9s_Vejoz>,
        <http://www.mpii.de/yago/resource/Wich%C3%AD_Lhamt%C3%A9s_Vejoz> ;
    skos:definition "Wichí Lhamtés Vejoz is a Mataco-Guaicuru language."@en ;
    skos:inScheme lexvo: ;
    skos:notation "wlv"^^xsd:string ;
    skos:prefLabel "Wichí Lhamtés Vejoz"@en,
        "Lenga wichí lhamtés vejoz"@pms .

<http://lexvo.org/id/iso639-3/wlx> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "wlx"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Wali_language_(Gur)>,
        <http://www.mpii.de/yago/resource/Wali_language_(Gur)> ;
    skos:altLabel "Wali (Ghana)"@en,
        "Wali language"@en ;
    skos:definition "Wali (Waali, Wala) is a Gur language of Ghana that is used by neighboring peoples."@en ;
    skos:inScheme lexvo: ;
    skos:notation "wlx"^^xsd:string ;
    skos:prefLabel "Wali"@de,
        "Wali"@en,
        "Lenga Wali, Ghana"@pms .

<http://lexvo.org/id/iso639-3/wma> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "wma"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Mawa_language_(Nigeria)>,
        <http://www.mpii.de/yago/resource/Mawa_language_(Nigeria)> ;
    skos:altLabel "Mawa (Nigeria)"@en,
        "Mawa language"@en ;
    skos:definition "Mawa is an extinct language of Nigeria. It was apparently different from a language of Chad also known as Mawa, and so is unclassified."@en ;
    skos:inScheme lexvo: ;
    skos:notation "wma"^^xsd:string ;
    skos:prefLabel "Mawa"@en .

<http://lexvo.org/id/iso639-3/wmd> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "wmd"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Mamaind%C3%AA_language>,
        <http://www.mpii.de/yago/resource/Mamaind%C3%AA_language> ;
    skos:altLabel "Mamaindê language"@en ;
    skos:definition "Mamaindê is a Nambikwaran language spoken in the Mato Grosso state of Brazil, in the very north of the indigenous reserve, Terra Indígena Vale do Guaporé, between the Pardo and Cabixi Rivers. In the southern part of the reserve, speakers of Sabanê and Nambikwara are found. The number of speakers is 250, and the language is spoken by the Mamaindê people."@en ;
    skos:inScheme lexvo: ;
    skos:notation "wmd"^^xsd:string ;
    skos:prefLabel "Mamaindé"@en,
        "Mamaindé"@fr .

<http://lexvo.org/id/iso639-3/wme> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "wme"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Wambule_language>,
        <http://www.mpii.de/yago/resource/Wambule_language> ;
    skos:altLabel "Wambule language"@en ;
    skos:definition "Wambule is the language of the Wambule Rai, one of the Kiranti (Nep. किरान्ती) tribes of eastern Nepal. Wambule is spoken by more than 5,000 people living around the confluence of the Sunkosi (Nep. सुनकोसी) and Dudhkosi (Nep. दूधकोसी) rivers near Kui-Bhir Hill. The Wambule-speaking area comprises the southernmost part of Okhaldhunga district, the westernmost part of Khotang district, the northernmost part of Udaypur district, and the northeasternmost part of Sindhuli district."@en ;
    skos:inScheme lexvo: ;
    skos:notation "wme"^^xsd:string ;
    skos:prefLabel "Wambouleg"@br,
        "Wambule"@en,
        "Wambulish"@gv,
        "ภาษาวัมบูเล"@th .

<http://lexvo.org/id/iso639-3/wmh> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "wmh"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Waimoa_language>,
        <http://www.mpii.de/yago/resource/Waimoa_language> ;
    skos:altLabel "Waimoa language"@en ;
    skos:definition "Waimoa or Waima'a is a Malayo-Polynesian language spoken by about 3,000 people in northeast East Timor. It is reported to be mutually intelligible with Kairui-Midiki. Waimoa is one of four languages, which are united called Kawaimina."@en ;
    skos:inScheme lexvo: ;
    skos:notation "wmh"^^xsd:string ;
    skos:prefLabel "Waima'a"@en .

<http://lexvo.org/id/iso639-3/wmo> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "wmo"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Wom_language_(Papua_New_Guinea)>,
        <http://www.mpii.de/yago/resource/Wom_language_(Papua_New_Guinea)> ;
    skos:altLabel "Wom (Papua New Guinea)"@en,
        "Wom language"@en ;
    skos:definition "Wom or Wam is a Papuan language of the Torricelli language family spoken by 4,264 people in East Sepik province, Papua New Guinea."@en ;
    skos:inScheme lexvo: ;
    skos:notation "wmo"^^xsd:string ;
    skos:prefLabel "Wom"@en .

<http://lexvo.org/id/iso639-3/wmw> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "wmw"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Mwani_language>,
        <http://www.mpii.de/yago/resource/Mwani_language> ;
    skos:altLabel "Mwani language"@en ;
    skos:definition "The Mwani language, or Kimwani (pronounced ), is spoken on the coast of the Cabo Delgado Province of Mozambique, including the Quirimbas Islands. Although it shares high lexical similarity (60%) with Swahili, it is not intelligible with it. It is spoken by around 120,000 people (including 20,000 who use it as their second language). Speakers of Kimwani also use Portuguese, (the official language of Mozambique), Swahili and Makhuwa language. Kiwibo, the dialect of the Island of Ibo is the prestige dialect. Kimwani (sometimes spelled as Quimuane) is also called Mwani (sometimes spelled as: Mwane, Muane) and Ibo. According to Anthony P. Grant : Kimwani of northern Mozambique appears to be the result of imperfect shift towards Swahili several centuries ago by speakers of Makonde."@en ;
    skos:inScheme lexvo: ;
    skos:notation "wmw"^^xsd:string ;
    skos:prefLabel "Mwani"@en,
        "Mwani"@fr,
        "Język muani"@pl,
        "Kimwani"@sw .

<http://lexvo.org/id/iso639-3/wnk> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "wnk"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Wanukaka_language>,
        <http://www.mpii.de/yago/resource/Wanukaka_language> ;
    skos:altLabel "Wanukaka language"@en ;
    skos:definition "The Wanukaka language is an Bima–Sumba language spoken in Indonesia. It has about 10 000 native speakers mainly on the island of Sumba. The language has two main dialects."@en ;
    skos:inScheme lexvo: ;
    skos:notation "wnk"^^xsd:string ;
    skos:prefLabel "Wanukaka"@en,
        "Wanukaka"@fi,
        "वानुकाका भाषा"@hi,
        "Wanukaka"@nl .

<http://lexvo.org/id/iso639-3/wnp> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "wnp"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Wanap_language>,
        <http://www.mpii.de/yago/resource/Wanap_language> ;
    skos:altLabel "Wanap language"@en ;
    skos:definition "Wanap or Kayik is a Torricelli language of Papua New Guinea."@en ;
    skos:inScheme lexvo: ;
    skos:notation "wnp"^^xsd:string ;
    skos:prefLabel "Wanap"@en .

<http://lexvo.org/id/iso639-3/woa> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "woa"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/tyar1236> ;
    skos:inScheme lexvo: ;
    skos:notation "woa"^^xsd:string ;
    skos:prefLabel "Tyaraity"@en .

<http://lexvo.org/id/iso639-3/wom> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "wom"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Wom_language_(Nigeria)>,
        <http://www.mpii.de/yago/resource/Wom_language_(Nigeria)> ;
    skos:altLabel "Wom (Nigeria)"@en,
        "Wom language"@en ;
    skos:definition "Wom, or Perema, is a Leko language of Nigeria."@en ;
    skos:inScheme lexvo: ;
    skos:notation "wom"^^xsd:string ;
    skos:prefLabel "Wom"@en .

<http://lexvo.org/id/iso639-3/woy> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "woy"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Weyto_language>,
        <http://www.mpii.de/yago/resource/Weyto_language> ;
    skos:altLabel "Weyto language"@en ;
    skos:definition "The Weyto language is believed to be an extinct language formerly spoken in the Lake Tana region of Ethiopia by the Weyto, a small group of hippopotamus hunters who now speak Amharic."@en ;
    skos:inScheme lexvo: ;
    skos:notation "woy"^^xsd:string ;
    skos:prefLabel "Weytoeg"@br,
        "Weyto"@en .

<http://lexvo.org/id/iso639-3/wpc> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "wpc"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Wir%C3%B6_dialect>,
        <http://www.mpii.de/yago/resource/Wir%C3%B6_dialect> ;
    skos:altLabel "Wirö dialect"@en ;
    skos:definition "Wirö (also called Itoto, Wotuja, Jojod, or various forms of Maku) is an indigenous language of Colombia and Venezuela. It is attested only by a list of 38 words collected ca. 1900, but this is enough to show it is a dialect of Piaroa, or at least a closely related language."@en ;
    skos:inScheme lexvo: ;
    skos:notation "wpc"^^xsd:string ;
    skos:prefLabel "Maco"@en,
        "Idioma maku"@es .

<http://lexvo.org/id/iso639-3/wra> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "wra"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Barupu_language>,
        <http://www.mpii.de/yago/resource/Barupu_language> ;
    skos:altLabel "Barupu language"@en ;
    skos:definition "Barupu (Warapu) is a language spoken in Papua New Guinea."@en ;
    skos:inScheme lexvo: ;
    skos:notation "wra"^^xsd:string ;
    skos:prefLabel "Warapoueg"@br,
        "Warapu"@en,
        "Warapu jezik"@hr,
        "Język warapu"@pl .

<http://lexvo.org/id/iso639-3/wrh> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "wrh"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Wiradjuri_language>,
        <http://www.mpii.de/yago/resource/Wiradjuri_language> ;
    skos:altLabel "Wiradjuri language"@en ;
    skos:definition "Wiradjuri (many other spellings; see Wiradjuri) is a Pama–Nyungan language of the Wiradhuric subgroup. It was the traditional language of the Wiradjuri people of Australia, but is no longer in general use. The process of reclaiming the language was greatly assisted by the publication in 2005 of A First Wiradjuri Dictionary by elder Stan Gran Senior and consultant Dr John Rudder. John Rudder described the dictionary: \"The Wiradjuri Dictionary has three main sections in just over 400 B5 pages. The first two sections, English to Wiradjuri, and Wiradjuri to English, have about 5000 entries each. The third sections lists Names of Things grouped in categories such as animals, birds, plants, climate, body parts, colours. In addition to those main sections the dictionary contains an introduction to accurate pronunciation, a basic grammar of the language and a sample range of sentence types.\" A revised edition, holding over 8,000 words, was published in 2010 and launched in Wagga Wagga, a launch well described by the member for Riverina to the Australian Parliament. ."@en ;
    skos:inScheme lexvo: ;
    skos:notation "wrh"^^xsd:string ;
    skos:prefLabel "Wiradhuri"@en,
        "Lenga wiradhuri"@pms,
        "Wiradhuri"@sv .

<http://lexvo.org/id/iso639-3/wrl> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "wrl"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Warlmanpa_language>,
        <http://www.mpii.de/yago/resource/Warlmanpa_language> ;
    skos:altLabel "Warlmanpa language"@en ;
    skos:definition "Warlmanpa (also Walmala) is a nearly extinct Australian Aboriginal language."@en ;
    skos:inScheme lexvo: ;
    skos:notation "wrl"^^xsd:string ;
    skos:prefLabel "Warlmanpa"@en,
        "Lenga warlmanpa"@pms,
        "Warlmanpa"@sv .

<http://lexvo.org/id/iso639-3/wrm> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "wrm"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Warumungu_language>,
        <http://www.mpii.de/yago/resource/Warumungu_language> ;
    skos:altLabel "Warumungu language"@en ;
    skos:definition "The Warumungu language (or the Warramunga language) is spoken by about 500 of the Warumungu people in Australia's Northern Territory. Traditionally classified in the large Southwest branch of the Pama–Nyungan family, Dixon classifies it as an isolate within Pama–Nyungan."@en ;
    skos:inScheme lexvo: ;
    skos:notation "wrm"^^xsd:string ;
    skos:prefLabel "Warumungu"@en,
        "Lenga warumungu"@pms,
        "Языки варумунгу"@ru,
        "Warumungu"@sv .

<http://lexvo.org/id/iso639-3/wrn> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "wrn"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Werni_language>,
        <http://www.mpii.de/yago/resource/Werni_language> ;
    skos:altLabel "Werni language"@en ;
    skos:definition "The Werni language, Warnang, is a Niger–Congo language of the Heiban family spoken in Kordofan, Sudan."@en ;
    skos:inScheme lexvo: ;
    skos:notation "wrn"^^xsd:string ;
    skos:prefLabel "Warnangeg"@br,
        "Warnang"@de,
        "Warnang"@en,
        "Warnang jezik"@hr,
        "Варнаншки јазик"@mk,
        "Lenga Warnang"@pms .

<http://lexvo.org/id/iso639-3/wsu> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "wsu"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Wasu_language>,
        <http://www.mpii.de/yago/resource/Wasu_language> ;
    skos:altLabel "Wasu language"@en ;
    skos:definition "Wasu (Waçu, Wassú) is an extinct unclassified language of Brazil. The ethnic population is about 1,500."@en ;
    skos:inScheme lexvo: ;
    skos:notation "wsu"^^xsd:string ;
    skos:prefLabel "Wasu"@en .

<http://lexvo.org/id/iso639-3/wtf> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "wtf"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Dumpu_language>,
        <http://www.mpii.de/yago/resource/Dumpu_language> ;
    skos:altLabel "Dumpu language"@en ;
    skos:definition "With approximately 510 speakers living in six villages in Papua New Guinea, Dumpu is a little-known Trans–New Guinea language. It is also known as Watifa or Watiwa. Surviving mostly as a secret language with which to talk amongst themselves when outsiders are present, the majority of the speakers use Tok Pisin in daily life. Due to its increasingly rare use, it is estimated that this language will be extinct in a few decades."@en ;
    skos:inScheme lexvo: ;
    skos:notation "wtf"^^xsd:string ;
    skos:prefLabel "Dumpu"@de,
        "Watiwa"@en,
        "Dumpu"@nl,
        "Język dumpu"@pl,
        "Lenga Dumpu"@pms .

<http://lexvo.org/id/iso639-3/wtm> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "wtm"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Mewati_language>,
        <http://www.mpii.de/yago/resource/Mewati_language> ;
    skos:altLabel "Mewati language"@en ;
    skos:definition "Mewati is an Indo-Aryan language spoken by about five million speakers in the Alwar, Bharatpur and Dholpur districts of Rajasthan, Mewat districts of Haryana, as well as parts of southern Pakistan (Sindh) and in Punjab. It contributed profoundly to Rajasthani literature in medieval periods."@en ;
    skos:inScheme lexvo: ;
    skos:notation "wtm"^^xsd:string ;
    skos:prefLabel "Mewati"@en,
        "Lingua Mevati"@la,
        "Język mewati"@pl,
        "Lenga mewati"@pms,
        "Мевати"@ru .

<http://lexvo.org/id/iso639-3/wuh> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "wuh"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Wutun_language>,
        <http://www.mpii.de/yago/resource/Wutun_language> ;
    skos:altLabel "Wutun language"@en ;
    skos:definition "Wutun language (, Wǔtún huà), is a Chinese–Tibetan–Mongolian mixed language. It is spoken by about 2,000 people, most of whom are classified as Monguor (Tu) by the Chinese government, living in two villages (Upper and Lower Wutun) in Tongren County, in the eastern part of the Qinghai province in western People's Republic of China."@en ;
    skos:inScheme lexvo: ;
    skos:notation "wuh"^^xsd:string ;
    skos:prefLabel "Wutunhua"@en,
        "五屯語"@ja,
        "五屯話"@zh .

<http://lexvo.org/id/iso639-3/wun> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "wun"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Bungu_language>,
        <http://www.mpii.de/yago/resource/Bungu_language> ;
    skos:altLabel "Bungu language"@en ;
    skos:definition "Bungu (Kibungu, Wungu) is a Bantu language of Tanzania."@en ;
    skos:inScheme lexvo: ;
    skos:notation "wun"^^xsd:string ;
    skos:prefLabel "Bungu"@en,
        "Bungu"@no .

<http://lexvo.org/id/iso639-3/wur> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "wur"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Wurrugu_language>,
        <http://www.mpii.de/yago/resource/Wurrugu_language> ;
    skos:altLabel "Wurrugu language"@en ;
    skos:definition "Notes on the consonant inventory"@en ;
    skos:inScheme lexvo: ;
    skos:notation "wur"^^xsd:string ;
    skos:prefLabel "Wurrugu"@en .

<http://lexvo.org/id/iso639-3/wut> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "wut"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Wutung_language>,
        <http://www.mpii.de/yago/resource/Wutung_language> ;
    skos:altLabel "Wutung language"@en ;
    skos:definition "Wutung (Udung) is a Skou language of Papua New Guinea which is spoken in the villages of Wutung and Sangke. The two varieties are sometimes considered separate languages."@en ;
    skos:inScheme lexvo: ;
    skos:notation "wut"^^xsd:string ;
    skos:prefLabel "Woutoungeg"@br,
        "Wutung"@en,
        "Wutung jezik"@hr,
        "Język wutung"@pl .

<http://lexvo.org/id/iso639-3/wuv> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "wuv"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Wuvulu-Aua_language>,
        <http://www.mpii.de/yago/resource/Wuvulu-Aua_language> ;
    skos:altLabel "Wuvulu-Aua language"@en ;
    skos:definition "The Wuvulu-Aua language is one of three Western Admiralty Islands languages, the other two being Seimat and the extinct Kaniet. The language is spoken on Wuvulu and Aua Islands by approximately 1500 people in the Manus Province of Papua New Guinea."@en ;
    skos:inScheme lexvo: ;
    skos:notation "wuv"^^xsd:string ;
    skos:prefLabel "Wuvulu-Aua"@en,
        "Wuvulu-aua"@fr,
        "Wuvulu-Aua jezik"@hr .

<http://lexvo.org/id/iso639-3/wux> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "wux"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Wulna_language>,
        <http://www.mpii.de/yago/resource/Wulna_language> ;
    skos:altLabel "Wulna language"@en ;
    skos:definition "Wulna is a presumably extinct indigenous language of Australia. It had one speaker left in 1981."@en ;
    skos:inScheme lexvo: ;
    skos:notation "wux"^^xsd:string ;
    skos:prefLabel "Wulna"@en .

<http://lexvo.org/id/iso639-3/wwa> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "wwa"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Waama_language>,
        <http://www.mpii.de/yago/resource/Waama_language> ;
    skos:altLabel "Waama language"@en ;
    skos:definition "Waama, or Yoabu, is a Gur language of Benin."@en ;
    skos:inScheme lexvo: ;
    skos:notation "wwa"^^xsd:string ;
    skos:prefLabel "Waama"@en,
        "Kiwaama"@sw .

<http://lexvo.org/id/iso639-3/wwo> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "wwo"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Dorig_language>,
        <http://www.mpii.de/yago/resource/Dorig_language> ;
    skos:altLabel "Dorig language"@en,
        "Wetamut"@en ;
    skos:definition "Dorig (sometimes called Wetamut) is an Oceanic language spoken on Gaua island in Vanuatu."@en ;
    skos:inScheme lexvo: ;
    skos:notation "wwo"^^xsd:string ;
    skos:prefLabel "Dorig"@en,
        "Dorig"@fr,
        "Lenga Wetamut"@pms .

<http://lexvo.org/id/iso639-3/www> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "www"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Wawa_language>,
        <http://www.mpii.de/yago/resource/Wawa_language> ;
    skos:altLabel "Wawa language"@en ;
    skos:definition "Wawa is a Mambiloid language spoken in a small region of Cameroon and in an adjoining bit of Nigeria. It is spoken by about 3000 people in three main dialects."@en ;
    skos:inScheme lexvo: ;
    skos:notation "www"^^xsd:string ;
    skos:prefLabel "Wawa"@de,
        "Wawa"@en,
        "Wawa jezik"@hr,
        "Lenga Wawa"@pms,
        "Kiwawa"@sw .

<http://lexvo.org/id/iso639-3/wxa> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "wxa"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Waxiang_dialect>,
        <http://www.mpii.de/yago/resource/Waxiang_dialect> ;
    skos:altLabel "Waxiang dialect"@en ;
    skos:definition "Waxianghua (瓦鄉話 / 瓦乡话) is considered a mixed language of Chinese and Miao in the northwestern part of Hunan province in China. Differences from Southwestern Mandarin and Xiang are many, and syntactic reversal phenomenal are frequent."@en ;
    skos:inScheme lexvo: ;
    skos:notation "wxa"^^xsd:string ;
    skos:prefLabel "Waxianghua"@en,
        "Waxianghua"@es,
        "Waxianghua"@nl,
        "瓦乡话"@zh .

<http://lexvo.org/id/iso639-3/wym> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "wym"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Vilamovian_language>,
        <http://www.mpii.de/yago/resource/Vilamovian_language> ;
    skos:altLabel "Vilamovian language"@en ;
    skos:definition "Vilamovian or Wilamowicean (Wymysiöeryś) is a West Germanic language spoken in the small town of Wilamowice (Wymysoj in Vilamovian) near Bielsko-Biała, on the border between Silesia and Lesser Poland in the historical region of Galicia. At present, there are about 70 native users of Vilamovian, the majority of them elderly people; Vilamovian is therefore a moribund language."@en ;
    skos:inScheme lexvo: ;
    skos:notation "wym"^^xsd:string ;
    skos:prefLabel "Vimisoyeg"@br,
        "Vımısörışa tili"@crh,
        "Vilamovština"@cs,
        "Wilmesaurisch"@de,
        "Wymysorys"@en,
        "Vilamovica lingvo"@eo,
        "زبان ویلامووی"@fa,
        "Wymysorys"@fi,
        "Wilamowiciskt"@fo,
        "Wilamowicien"@fr,
        "Wilamowytsersk"@fy,
        "Vilamovski jezik"@hr,
        "Wilamowšćina"@hsb,
        "Lingua vilamoviana"@it,
        "비미소리시어"@ko,
        "Lingua vilamoviana"@lij,
        "Vimisojerių kalba"@lt,
        "Vėmėsojeriu kalba"@lt-x,
        "Vilamoviešu valoda"@lv,
        "Wilmesausch"@nds,
        "Wymysöryś"@nl,
        "Wymysörisk"@no,
        "Etnolekt wilamowicki"@pl,
        "Wymysorys"@pt,
        "Вилямовский язык"@ru,
        "Wilamowičtina"@sk,
        "Wilmesauriske Sproake"@stq,
        "Wilamowsko godka"@szl,
        "Вілямівська мова"@uk .

<http://lexvo.org/id/iso639-3/xaa> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "xaa"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Andalusian_Arabic>,
        <http://www.mpii.de/yago/resource/Andalusian_Arabic> ;
    skos:altLabel "Arabic, Andalusian"@en ;
    skos:definition "Andalusian Arabic (also known as Andalusi Arabic, Spanish Arabic, or Moorish Arabic) was a variety of the Arabic language spoken in Al-Andalus, the regions of the Iberian Peninsula (modern Spain and Portugal) under Muslim rule. It became an extinct language in Iberia after the expulsion of the Moriscos, which took place over a century after the Reconquista by Christian Spain. Andalusi Arabic is still used in Andalusi music and has significantly influenced the dialects of such towns as Fez, Rabat, Nedroma, Tlemcen, Blida, Cherchell, Tangiers, Tetouan, etc., to which many Andalusians and Moriscos fled. It also exerted some influence on Mozarabic, Spanish (particularly Andalusian), Catalan, Portuguese, and the Moroccan Arabic dialect."@en ;
    skos:inScheme lexvo: ;
    skos:notation "xaa"^^xsd:string ;
    skos:prefLabel "Algarabía"@an,
        "لهجة أندلسية"@ar,
        "Algaravia"@ca,
        "Andalusian Arabic"@en,
        "Andalus-araba lingvo"@eo,
        "Árabe andalusí"@es,
        "Andalustar arabiera"@eu,
        "Arabe andalou"@fr,
        "Andaluzijski arapski"@hr,
        "アル・アンダルス＝アラビア語"@ja,
        "안달루시아 구어체 아랍어"@ko,
        "Андалузиски арапски јазик"@mk,
        "Andalusisk arabisk"@no,
        "Dialeto árabe andaluz"@pt,
        "Андалузский диалект арабского языка"@ru .

<http://lexvo.org/id/iso639-3/xab> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "xab"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Sambe_language>,
        <http://www.mpii.de/yago/resource/Sambe_language> ;
    skos:altLabel "Sambe language"@en ;
    skos:definition "Sambe is a nearly extinct Plateau language of Nigeria. Most Sambe have shifted to Ninzo."@en ;
    skos:inScheme lexvo: ;
    skos:notation "xab"^^xsd:string ;
    skos:prefLabel "Sambe"@de,
        "Sambe"@en,
        "Sambe jezik"@hr .

<http://lexvo.org/id/iso639-3/xad> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "xad"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Adai_language>,
        <http://www.mpii.de/yago/resource/Adai_language> ;
    skos:altLabel "Adai language"@en ;
    skos:definition "Adai (also Adaizan, Adaizi, Adaise, Adahi, Adaes, Adees, Atayos) is an extinct language that was spoken in northwestern Louisiana. It is very poorly documented, being known only from a list of 275 words from 1804, so classification is probably impossible. It was once proposed that there may be a connection between Adai and the nearby Caddoan languages, but this now seems unlikely."@en ;
    skos:inScheme lexvo: ;
    skos:notation "xad"^^xsd:string ;
    skos:prefLabel "Adai"@an,
        "Adaieg"@br,
        "Adai"@de,
        "Adai"@en,
        "Adai"@es,
        "Adai hizkuntza"@eu,
        "Adaizan"@fr,
        "Adai jezik"@hr,
        "Адаи"@ru,
        "Adai"@sh .

<http://lexvo.org/id/iso639-3/xae> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "xae"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Aequian_language>,
        <http://www.mpii.de/yago/resource/Aequian_language> ;
    skos:altLabel "Aequian language"@en ;
    skos:definition "Aequian is an extinct language presumed spoken by the people the Romans termed Aequi and Aequicoli living in the Alban hills of northeast Latium and the central Apennines east of them during the early and middle Roman Republic; that is, approximately from the 5th to the 3rd century BC, when they were defeated by the armies of Rome and were subsequently Romanized. As the area was heavily colonized by Latin speakers from Rome, most of the inscriptions from there are in Latin. Two undated inscriptions appear to be in a different dialect, termed Aequian by the scholars with the presumption that in fact they represent the language of the entire pre-Roman tribe. Not enough text survives to deduce any more than that it belonged to the Italic branch of the Indo-European language family."@en ;
    skos:inScheme lexvo: ;
    skos:notation "xae"^^xsd:string ;
    skos:prefLabel "Aequian"@en,
        "Idioma ecuo"@es,
        "Lingua Aequica"@la,
        "Aequisch"@nl,
        "Эквский язык"@ru,
        "埃桂语"@zh .

<http://lexvo.org/id/iso639-3/xag> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "xag"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Caucasian_Albanian_language>,
        <http://www.mpii.de/yago/resource/Caucasian_Albanian_language> ;
    skos:altLabel "Caucasian Albanian language"@en ;
    skos:definition "Caucasian Albanian, Aghwan or Old Udi, is an extinct member of the Caucasian language family. It was spoken in Caucasian Albania, which stretched from current day south Dagestan to Azerbaijan. Linguists believe it is an early linguistic predecessor to the endangered North Caucasian Udi language."@en ;
    skos:inScheme lexvo: ;
    skos:notation "xag"^^xsd:string ;
    skos:prefLabel "Qafqaz albanlarının dili"@az,
        "Alwanische Sprache"@de,
        "Aghwan"@en,
        "Աղվաներեն"@hy,
        "კავკასიის ალბანეთის ენა"@ka,
        "Język albański"@pl,
        "Агванский язык"@ru,
        "Агванська мова"@uk .

<http://lexvo.org/id/iso639-3/xai> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "xai"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Kaimb%C3%A9_language>,
        <http://www.mpii.de/yago/resource/Kaimb%C3%A9_language> ;
    skos:altLabel "Kaimbé language"@en ;
    skos:definition "Kaimbé is an extinct unclassified language of eastern Brazil. The ethnic population numbered an estimated 1,100 to 1,400 in 1986. The language is scarcely attested; in 1961 one elder was able to remember a few single words mixed with Kiriri."@en ;
    skos:inScheme lexvo: ;
    skos:notation "xai"^^xsd:string ;
    skos:prefLabel "Kaimbé"@en .

<http://lexvo.org/id/iso639-3/xan> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "xan"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Xamtanga_language>,
        <http://www.mpii.de/yago/resource/Xamtanga_language> ;
    skos:altLabel "Xamtanga language"@en ;
    skos:definition "Xamtanga (also Agawinya, Khamtanga, Simt'anga, Xamir, Xamta) is a Central Cushitic language spoken in Ethiopia by the Xamir people."@en ;
    skos:inScheme lexvo: ;
    skos:notation "xan"^^xsd:string ;
    skos:prefLabel "Khamtanga"@ca,
        "Xamtanga"@en,
        "Língua xamtanga"@pt .

<http://lexvo.org/id/iso639-3/xaq> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "xaq"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Aquitanian_language>,
        <http://www.mpii.de/yago/resource/Aquitanian_language> ;
    skos:altLabel "Aquitanian language"@en ;
    skos:definition "The Aquitanian language was spoken in ancient Aquitaine (approximately between the Pyrenees and the Garonne, the region later known as Gascony) before the Roman conquest and probably much later, until the Early Middle Ages."@en ;
    skos:inScheme lexvo: ;
    skos:notation "xaq"^^xsd:string ;
    skos:prefLabel "Aquità"@ca,
        "Aquitanian"@en,
        "Euskera arcaico"@es,
        "Akitaniera"@eu,
        "Aquitain"@fr,
        "Lingua aquitana"@gl,
        "Aquitaans"@nl,
        "Aquitansk"@no,
        "Аквитанский язык"@ru,
        "阿基坦语"@zh .

<http://lexvo.org/id/iso639-3/xas> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "xas"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/kama1351> ;
    skos:inScheme lexvo: ;
    skos:notation "xas"^^xsd:string ;
    skos:prefLabel "Kamas"@en .

<http://lexvo.org/id/iso639-3/xat> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "xat"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Katawixi_language>,
        <http://www.mpii.de/yago/resource/Katawixi_language> ;
    skos:altLabel "Katawixi language"@en ;
    skos:definition "Katawixi is a Katukinian language formerly spoken in Amazonas, Brazil. It is extinct among the known populations of Katawixi people, though an uncontacted group nearby may be Katawixi-speaking."@en ;
    skos:inScheme lexvo: ;
    skos:notation "xat"^^xsd:string ;
    skos:prefLabel "Katawixi"@en,
        "Idioma katawixí"@es .

<http://lexvo.org/id/iso639-3/xba> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "xba"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Kamba_language_(Brazil)>,
        <http://www.mpii.de/yago/resource/Kamba_language_(Brazil)> ;
    skos:altLabel "Kamba (Brazil)"@en,
        "Kamba language"@en ;
    skos:definition "Kamba (Camba) is an extinct unclassified language of Brazil. The ethnic population of about 2000 migrated from Bolivia. They may have been Tupian."@en ;
    skos:inScheme lexvo: ;
    skos:notation "xba"^^xsd:string ;
    skos:prefLabel "Kamba"@en .

<http://lexvo.org/id/iso639-3/xbb> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "xbb"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Lower_Burdekin_languages>,
        <http://www.mpii.de/yago/resource/Lower_Burdekin_languages> ;
    skos:altLabel "Burdekin, Lower"@en,
        "Lower Burdekin languages"@en ;
    skos:definition "The Lower Burdekin languages were probably three distinct Australian Aboriginal languages spoken around the mouth of the Burdekin River in north Queensland. One short wordlist in each was collected in the 19th century, and published in the second volume of The Australian Race in 1886. These languages have since gone extinct, with no more having been recorded. Due to the paucity of the available data, we know almost nothing of their grammatical structure. | class=\"wikitable sortable\" ! English || Cunninghamvocabulary || Gortonvocabulary || OConnorvocabulary |- | Kangaroo || hoora || wootha || arragoo |- | Opossum || moonganna || goong || onehunger |- | Tame dog || oogier || minde || oodoodoo |- | Emu || kowwerra || goondaloo || karboonmillery |- | Black duck || yammooroo || buggininulli || hoorooburry |- | Wood duck || mumboogooba || detto || culburh |- | Pelican || boloona || booloon || dooroomully |- | Laughing jackass || kowurgurra || kookaburra || karcoobura |- | Native companion || braroogan || buberenulli || kooroogowgun |- | White cockatoo || digooi || bugina || bunginna |- | Crow || wyaguna || wethergun || wombugah |- | Swan || woergerella || || |- | Egg || wyoorda ||..."@en ;
    skos:inScheme lexvo: ;
    skos:notation "xbb"^^xsd:string ;
    skos:prefLabel "Lower Burdekin"@en .

<http://lexvo.org/id/iso639-3/xbc> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "xbc"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Bactrian_language>,
        <http://www.mpii.de/yago/resource/Bactrian_language> ;
    skos:altLabel "Bactrian language"@en ;
    skos:definition "The Bactrian language is an extinct Eastern Iranian language which was spoken in the Central Asian region of Bactria. Linguistically, it is classified as belonging to the middle period of the East Iranian branch. Bactrian is closely related to Pashto, as well as Yidgha and Munji, and the medieval languages Sogdian, Khwarezmian and Parthian."@en ;
    skos:inScheme lexvo: ;
    skos:notation "xbc"^^xsd:string ;
    skos:prefLabel "Бактрийски език"@bg,
        "Bactrià"@ca,
        "Baktrische Sprache"@de,
        "Bactrian"@en,
        "Idioma bactriano"@es,
        "زبان باختری"@fa,
        "Baktrian kieli"@fi,
        "Bactrien"@fr,
        "Baktriai nyelv"@hu,
        "Lingua battriana"@it,
        "バクトリア語"@ja,
        "Lingua Bactriana"@la,
        "Język baktryjski"@pl,
        "Língua bactriana"@pt,
        "Limba bactriană"@ro,
        "Бактрийский язык"@ru,
        "Бактријски језик"@sr,
        "ภาษาแบกเตรีย"@th .

<http://lexvo.org/id/iso639-3/xbi> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "xbi"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Kombio_language>,
        <http://www.mpii.de/yago/resource/Kombio_language> ;
    skos:altLabel "Kombio language"@en ;
    skos:definition "Kombio is a Torricelli language spoken by a decreasing number of people in Papua New Guinea, as people shift to Tok Pisin. It also goes by the name Endangen. Mwi dialect is divergent, but there is some degree of difficulty in comprehension between other major dialects as well (Wampukuamp, Yanimoi, Wampurun)."@en ;
    skos:inScheme lexvo: ;
    skos:notation "xbi"^^xsd:string ;
    skos:prefLabel "Kombio"@en .

<http://lexvo.org/id/iso639-3/xbo> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "xbo"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Bulgar_language>,
        <http://www.mpii.de/yago/resource/Bulgar_language> ;
    skos:altLabel "Bulgar language"@en ;
    skos:definition "Bulgar (also spelled Bolğar, Bulghar) is an extinct language which was spoken by the Bulgars. It was a language belonging to Oghur subgroup of Turkic languages."@en ;
    skos:inScheme lexvo: ;
    skos:notation "xbo"^^xsd:string ;
    skos:prefLabel "Bulqar dili"@az,
        "Прабългарски език"@bg,
        "Пăлхар чĕлхи"@cv,
        "Bolgarische Sprache"@de,
        "Bolgarian"@en,
        "Bolgara lingvo"@eo,
        "Bolgaarin kieli"@fi,
        "Bolgarski jezik"@hr,
        "ブルガール語"@ja,
        "불가르어"@ko,
        "Булгар тили"@ky,
        "Прабугарски јазик"@mk,
        "Język protobułgarski"@pl,
        "Limba proto-bulgară"@ro,
        "Булгарский язык"@ru,
        "Булгарська мова"@uk .

<http://lexvo.org/id/iso639-3/xbw> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "xbw"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Kambiw%C3%A1_language>,
        <http://www.mpii.de/yago/resource/Kambiw%C3%A1_language> ;
    skos:altLabel "Kambiwá language"@en ;
    skos:definition "Kambiwá Cambioá is an extinct unclassified language of Brazil. A couple dozen words were collected from two people in the 1960s, but by that time no-one spoke the language any longer. Apart from two apparent borrowings, none of the words are relatable to known languages. Loukotka (1968) characterized the language as unclassifiable due to lack of data."@en ;
    skos:inScheme lexvo: ;
    skos:notation "xbw"^^xsd:string ;
    skos:prefLabel "Kambiwá"@en,
        "Idioma kambiwá"@es .

<http://lexvo.org/id/iso639-3/xbx> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "xbx"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Kabix%C3%AD_language>,
        <http://www.mpii.de/yago/resource/Kabix%C3%AD_language> ;
    skos:altLabel "Kabixí language"@en ;
    skos:definition "Kabixí was the last language of the Guapore branch of Chapacuran. SIL reported 100 speakers from publications dated 1986, but in 2010 declared it extinct."@en ;
    skos:inScheme lexvo: ;
    skos:notation "xbx"^^xsd:string ;
    skos:prefLabel "Kabixí"@en .

<http://lexvo.org/id/iso639-3/xcb> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "xcb"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Cumbric_language>,
        <http://www.mpii.de/yago/resource/Cumbric_language> ;
    skos:altLabel "Cumbric language"@en ;
    skos:definition "Cumbric was a variety of the Celtic British language spoken during the Early Middle Ages in the Hen Ogledd or \"Old North\", or what is now northern England and southern Lowland Scotland, the area anciently known as Cumbria. It was closely related to Old Welsh and the other Brythonic languages. Place name evidence suggests Cumbric speakers may have carried it into other parts of Northern England as migrants from its core area further north. The original boundaries of the Diocese of Carlisle are said traditionally to mark the extent of the rule of Strathclyde. Cumbric placenames are also common in Lothian, Peebleshire, Dumfriesshire, Lanarkshire and Ayrshire."@en ;
    skos:inScheme lexvo: ;
    skos:notation "xcb"^^xsd:string ;
    skos:prefLabel "Idioma cumbrico"@an,
        "Kumbrisch"@bar,
        "Кумбрыйская мова"@be-tarask,
        "Cumbric"@br,
        "Cúmbric"@ca,
        "Кумбр чĕлхи"@cv,
        "Cymbrieg"@cy,
        "Kumbrische Sprache"@de,
        "Cumbric"@en,
        "Idioma cúmbrico"@es,
        "Cambrien"@fr,
        "An Cumbric"@ga,
        "Lingua cúmbrica"@gl,
        "Kumbrijski jezik"@hr,
        "Kúmbríska"@is,
        "Lingua cumbrica"@it,
        "Cumbric"@kw,
        "Kambrų kalba"@lt,
        "Cumbrisch"@nl,
        "Kumbrisk"@nn,
        "Kumbrisk"@no,
        "Język kumbryjski"@pl,
        "Кумбрийский язык"@ru,
        "Cumbric leid"@sco,
        "Kumbriska"@sv,
        "Кумбрійська мова"@uk,
        "坎伯蘭語"@zh .

<http://lexvo.org/id/iso639-3/xcc> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "xcc"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Camunic_language>,
        <http://www.mpii.de/yago/resource/Camunic_language> ;
    skos:altLabel "Camunic language"@en ;
    skos:definition "The Camunic language is an extinct language which was spoken in the first millennium BC in the Valcamonica and Valtellina valleys of the Central Alps. It has most recently been considered to represent a form of Celtic (Markey 2008)."@en ;
    skos:inScheme lexvo: ;
    skos:notation "xcc"^^xsd:string ;
    skos:prefLabel "Camunic"@en,
        "Idioma camúnico"@es,
        "Langue camunienne"@fr,
        "Lingua camuna"@it,
        "Język kamunicki"@pl,
        "Камунский язык"@ru .

<http://lexvo.org/id/iso639-3/xce> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "xce"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Celtiberian_language>,
        <http://www.mpii.de/yago/resource/Celtiberian_language> ;
    skos:altLabel "Celtiberian language"@en ;
    skos:definition "Celtiberian (also known as Hispano-Celtic) is an extinct Indo-European language of the Celtic branch spoken by the Celtiberians in an area of the Iberian Peninsula lying between the headwaters of the Duero, Tajo, Júcar and Turia rivers and the Ebro river. This language is directly attested in nearly two hundred inscriptions dated in the 2nd century BC and the 1st century BC, mainly in Celtiberian script, a direct adaptation of the northeastern Iberian script, but also in Latin alphabet. The longest extant Celtiberian inscriptions are those on three Botorrita plaques, bronze plaques from Botorrita near Zaragoza, dating to the early 1st century BC, labelled Botorrita I, III and IV (Botorrita II is in the Latin language)."@en ;
    skos:inScheme lexvo: ;
    skos:notation "xce"^^xsd:string ;
    skos:prefLabel "Keltiberies"@af,
        "Celtibèric"@ca,
        "Keltiberische Sprache"@de,
        "Celtiberian"@en,
        "Idioma celtíbero"@es,
        "زبان سلتیبری"@fa,
        "Celtibère"@fr,
        "Keltibér nyelv"@hu,
        "Celtiberico"@it,
        "Келтоиберски јазик"@mk,
        "Keltiberisch"@nl,
        "Keltiberisk"@no,
        "Język celtyberyjski"@pl,
        "Língua celtibérica"@pt,
        "Кельтиберский язык"@ru,
        "Keltiberščina"@sl,
        "Кельтіберська мова"@uk,
        "凱爾特伊比利亞語"@zh .

<http://lexvo.org/id/iso639-3/xcg> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "xcg"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Cisalpine_Gaulish>,
        <http://www.mpii.de/yago/resource/Cisalpine_Gaulish> ;
    skos:altLabel "Gaulish, Cisalpine"@en ;
    skos:definition "The Celtic Cisalpine Gaulish inscriptions are frequently combined with the Lepontic inscriptions under the term Celtic language remains in northern Italy. While it is possible that the Lepontians were autochthonous to northern Italy since the end of the 2nd millennium BC, it is well-known that the Gauls invaded the regions north of the river Po in several waves since the 5th century BC. They apparently took over the art of writing from the Lepontians, including some of the orthographic peculiarities. There are only about half a dozen Cisalpine Gaulish inscriptions, three of which are longer than just one or two words. The inscriptions stem largely from the area south of the Lepontians. The bilingual inscription from Todi in Umbria is an exception and must be due to an exilant."@en ;
    skos:inScheme lexvo: ;
    skos:notation "xcg"^^xsd:string ;
    skos:prefLabel "Cisalpine Gaulish"@en,
        "Idioma insubre"@es,
        "Lingua insubre"@it .

<http://lexvo.org/id/iso639-3/xcl> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "xcl"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Classical_Armenian>,
        <http://www.mpii.de/yago/resource/Classical_Armenian> ;
    skos:altLabel "Armenian, Classical"@en ;
    skos:definition "Classical Armenian ( grabar, meaning \"literary\"; also Old Armenian or Liturgical Armenian) is the oldest attested form of the Armenian language. It was first written down at the beginning of the 5th century, and all Armenian literature from then through the 18th century is in the Grabar Armenian language. Many ancient Greek, Persian, Hebrew, Syriac, and Latin manuscripts survive only in their Armenian translation. Classical Armenian continues to be the liturgical language of the Armenian Apostolic Church and is often learned by Biblical, Intertestamental, and Patristic scholars dedicated to textual studies. Classical Armenian is also important for the reconstruction of the Proto-Indo-European language, since it preserves many archaic features."@en ;
    skos:inScheme lexvo: ;
    skos:notation "xcl"^^xsd:string ;
    skos:prefLabel "Altarmenische Sprache"@de,
        "Classical Armenian"@en,
        "Klasika armena lingvo"@eo,
        "Vanaarmeenia keel"@et,
        "Arménien classique"@fr,
        "Grabar"@gl,
        "Գրաբար"@hy,
        "Grabar"@it,
        "古典アルメニア語"@ja,
        "ძველი სომხური ენა"@ka,
        "Oud-Armeens"@nl,
        "Gammelarmensk"@no,
        "Рагсомихаг æвзаг"@os,
        "Grabar"@pl,
        "Грабар"@ru,
        "Грабар"@uk .

<http://lexvo.org/id/iso639-3/xcn> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "xcn"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Cotoname_language>,
        <http://www.mpii.de/yago/resource/Cotoname_language> ;
    skos:altLabel "Cotoname language"@en ;
    skos:definition "Cotoname is an extinct language isolate spoken by Native Americans indigenous to the lower Rio Grande Valley of northeastern Mexico and extreme southern Texas (United States)."@en ;
    skos:inScheme lexvo: ;
    skos:notation "xcn"^^xsd:string ;
    skos:prefLabel "Kotonameg"@br,
        "Cotoname"@de,
        "Cotoname"@en,
        "Idioma cotoname"@es,
        "Cotoname"@fr,
        "Котонаме"@ru .

<http://lexvo.org/id/iso639-3/xco> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "xco"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Khwarezmian_language>,
        <http://www.mpii.de/yago/resource/Khwarezmian_language> ;
    skos:altLabel "Khwarezmian language"@en ;
    skos:definition "Khwarezmian, also known as Khwarazmian or Chorasmian, is the name of an extinct East Iranian language closely related to Sogdian. The language was spoken in the area of Khwarezm (Chorasmia), centered in the lower Amu Darya south of the Aral Sea (the northern part of the modern Republic of Uzbekistan, and the adjacent areas of Turkmenistan)."@en ;
    skos:inScheme lexvo: ;
    skos:notation "xco"^^xsd:string ;
    skos:prefLabel "Tchorasmeg"@br,
        "Choresmische Sprache"@de,
        "Chorasmian"@en,
        "زبان خوارزمی"@fa,
        "Horezmin kieli"@fi,
        "Chorasmien"@fr,
        "Lingua corasmia"@it,
        "Język chorezmijski"@pl,
        "Língua corásmia"@pt,
        "Хорезмийский язык"@ru,
        "ภาษาควาเรซม์"@th .

<http://lexvo.org/id/iso639-3/xcr> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "xcr"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Carian_language>,
        <http://www.mpii.de/yago/resource/Carian_language> ;
    skos:altLabel "Carian language"@en ;
    skos:definition "The Carian language is an extinct language of the Luwian subgroup of the Anatolian branch of the Indo-European language family. The Carian language was spoken in Caria, a region of western Anatolia between the ancient regions of Lycia and Lydia, by the Carians, a name possibly first mentioned in Hittite sources. Prior to the late 20th century CE the language remained a total mystery even though many characters of the script appeared to be from Greek alphabet. Using Greek phonetic values of letters investigators of the 19th and 20th centuries were unable to make headway and classified the language as non-Indo-European. Speculations multiplied, none very substantial. Progress finally came as a result of rejecting the presumption of Greek phonetic values."@en ;
    skos:inScheme lexvo: ;
    skos:notation "xcr"^^xsd:string ;
    skos:prefLabel "Llengua cària"@ca,
        "Karische Sprache"@de,
        "Καρική γλώσσα"@el,
        "Carian"@en,
        "زبان کاریایی"@fa,
        "Kaarian kieli"@fi,
        "Carien"@fr,
        "Lingua caria"@it,
        "카리아어"@ko,
        "Lingua Carica"@la,
        "Кариски јазик"@mk,
        "Karisk"@no,
        "Język karyjski"@pl,
        "Limba cariană"@ro,
        "Карийский язык"@ru,
        "Karijščina"@sl,
        "Kariska"@sv,
        "ภาษาคาเรีย"@th,
        "Карійська мова"@uk .

<http://lexvo.org/id/iso639-3/xcu> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "xcu"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Curonian_language>,
        <http://www.mpii.de/yago/resource/Curonian_language> ;
    skos:altLabel "Curonian language"@en ;
    skos:definition "The Curonian language (; ; ) or Old Curonian is an extinct language of uncertain origin spoken by the Curonian tribe, who lived mainly on the Courland peninsula (now western Latvia) and along the nearby Baltic shores."@en ;
    skos:inScheme lexvo: ;
    skos:notation "xcu"^^xsd:string ;
    skos:prefLabel "Koers"@af,
        "Idioma cur"@an,
        "Curonià"@ca,
        "Kurština"@cs,
        "Kurische Sprache"@de,
        "Curonian"@en,
        "Kurona lingvo"@eo,
        "زبان کوری"@fa,
        "Kuurin kieli"@fi,
        "Curonien"@fr,
        "Lingua curlandese"@it,
        "쿠로니아어"@ko,
        "Lingua Curonica"@la,
        "Kuršių kalba"@lt,
        "Koršiu kalba"@lt-x,
        "Kuršu valoda"@lv,
        "Куронски јазик"@mk,
        "Koers"@nl,
        "Język kuroński"@pl,
        "Língua curônia"@pt,
        "Куршский язык"@ru .

<http://lexvo.org/id/iso639-3/xcy> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "xcy"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Cayuse_language>,
        <http://www.mpii.de/yago/resource/Cayuse_language> ;
    skos:altLabel "Cayuse language"@en ;
    skos:definition "The Cayuse language (Cailloux, Willetpoos) is an extinct language formerly spoken by the Cayuse Native American tribe in the U.S. state of Oregon. The Cayuse name for themselves was Liksiyu (see Aoki 1998)."@en ;
    skos:inScheme lexvo: ;
    skos:notation "xcy"^^xsd:string ;
    skos:prefLabel "Cayuse"@ca,
        "Cayuse"@en,
        "Idioma cayuse"@es,
        "Каюсе"@ru .

<http://lexvo.org/id/iso639-3/xdc> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "xdc"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Dacian_language>,
        <http://www.mpii.de/yago/resource/Dacian_language> ;
    skos:altLabel "Dacian language"@en ;
    skos:definition "The extinct Dacian language may have developed from Proto-Indo-European in the Carpathian region around 2,500 BC and probably died out by AD 600. In the 1st century AD, it was the predominant language of the ancient regions of Dacia and (probably) Moesia and, possibly, of some surrounding regions."@en ;
    skos:inScheme lexvo: ;
    skos:notation "xdc"^^xsd:string ;
    skos:prefLabel "Idioma daco"@an,
        "Дакийски език"@bg,
        "Dàcic"@ca,
        "Δακική γλώσσα"@el,
        "Dacian"@en,
        "Daka lingvo"@eo,
        "Idioma dacio"@es,
        "Daakian kieli"@fi,
        "Dace"@fr,
        "Lingua dacia"@gl,
        "דאקית"@he,
        "Lingua daca"@it,
        "Lingua Dacica"@la,
        "Дакиски јазик"@mk,
        "Język dacki"@pl,
        "Língua dácia"@pt,
        "Limba dacă"@ro,
        "Дакский язык"@ru,
        "Dáčtina"@sk,
        "Tiếng Dacia"@vi .

<http://lexvo.org/id/iso639-3/xdm> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "xdm"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Edomite_language>,
        <http://www.mpii.de/yago/resource/Edomite_language> ;
    skos:altLabel "Edomite language"@en ;
    skos:definition "The Edomite language was a Canaanite language spoken by the Edomites in southwestern Jordan in the first millennium BC. It is known only from a very small corpus. In early times, it seems to have been written with a Canaanite alphabet; like the Moabite language, it retained feminine -t. However, in the 6th century BC, it adopted the Aramaic alphabet. Meanwhile, Aramaic or Arabic features such as whb (\"gave\") and tgr \"merchant\" entered the language, with whb becoming especially common in proper names."@en ;
    skos:inScheme lexvo: ;
    skos:notation "xdm"^^xsd:string ;
    skos:prefLabel "Idioma edomita"@an,
        "لغة إدومية"@ar,
        "Edomite"@en,
        "Edomitski jezik"@hr,
        "Едомитски јазик"@mk,
        "Língua edomita"@pt,
        "ஏதோமிய மொழி"@ta,
        "ภาษาอีโดไมต์"@th .

<http://lexvo.org/id/iso639-3/xeb> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "xeb"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Eblaite_language>,
        <http://www.mpii.de/yago/resource/Eblaite_language> ;
    skos:altLabel "Eblaite language"@en ;
    skos:definition "Eblaite (also known as Eblan ISO 639-3) is an extinct Semitic language, which was spoken in the 3rd millennium BC in the ancient city of Ebla, at Tell Mardikh (تل مرديخ), between Aleppo and Hama, in western modern Syria."@en ;
    skos:inScheme lexvo: ;
    skos:notation "xeb"^^xsd:string ;
    skos:prefLabel "Idioma eblaíta"@an,
        "لغة إبلاوية"@ar,
        "Еблаитски език"@bg,
        "Eblaïta"@ca,
        "Eblaitische Sprache"@de,
        "Eblan"@en,
        "Idioma eblaíta"@es,
        "Eblan kieli"@fi,
        "Éblaïte"@fr,
        "Lingua eblaíta"@gl,
        "אבלאית"@he,
        "Eblai nyelv"@hu,
        "Ebliešu valoda"@lv,
        "Eblaïtisch"@nl,
        "Eblaittisk"@no,
        "Język eblaicki"@pl,
        "Língua eblaíta"@pt,
        "ภาษาเอ็บลาไอต์"@th .

<http://lexvo.org/id/iso639-3/xeg> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "xeg"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/%C7%81Xegwi_language>,
        <http://www.mpii.de/yago/resource/%C7%81Xegwi_language> ;
    skos:altLabel "ǁXegwi language"@en ;
    skos:definition "ǁXegwi, also known as Batwa, is an extinct ǃKwi language of South Africa, near the Swazi border. The last known speaker was killed in 1988."@en ;
    skos:inScheme lexvo: ;
    skos:notation "xeg"^^xsd:string ;
    skos:prefLabel "//Xegwi"@en,
        "ǁXegwi jezik"@hr,
        "Lingua ǁxegwi"@it .

<http://lexvo.org/id/iso639-3/xel> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "xel"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Kelo_language>,
        <http://www.mpii.de/yago/resource/Kelo_language> ;
    skos:altLabel "Kelo language"@en ;
    skos:definition "Kelo is a moribund Nilo-Saharan language spoken in Sudan."@en ;
    skos:inScheme lexvo: ;
    skos:notation "xel"^^xsd:string ;
    skos:prefLabel "Kelo"@en .

<http://lexvo.org/id/iso639-3/xet> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "xet"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Xeta_language>,
        <http://www.mpii.de/yago/resource/Xeta_language> ;
    skos:altLabel "Xeta language"@en ;
    skos:definition "Xetá is a possibly extinct Guarani language of Brazil."@en ;
    skos:inScheme lexvo: ;
    skos:notation "xet"^^xsd:string ;
    skos:prefLabel "Xetá"@en .

<http://lexvo.org/id/iso639-3/xfa> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "xfa"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Faliscan_language>,
        <http://www.mpii.de/yago/resource/Faliscan_language> ;
    skos:altLabel "Faliscan language"@en ;
    skos:definition "The Faliscan language, the extinct language of the ancient Falisci, forms, together with Latin, the group of Latino-Faliscan languages. It seems probable that the dialect lasted on, though being gradually permeated with Latin, until at least 150 BC."@en ;
    skos:inScheme lexvo: ;
    skos:notation "xfa"^^xsd:string ;
    skos:prefLabel "Faliskies"@af,
        "Латино-фалиски езици"@bg,
        "Faliskeg"@br,
        "Faliskische Sprache"@de,
        "Faliscan"@en,
        "Faliska lingvo"@eo,
        "Idioma falisco"@es,
        "Falisque"@fr,
        "Faliszkuszi nyelv"@hu,
        "Lingua falisca"@it,
        "Lingua Falerica"@la,
        "Faliskisch"@nl,
        "Język faliskijski"@pl,
        "Língua falisca"@pt,
        "Limba faliscană"@ro,
        "Фалискский язык"@ru,
        "Faliština"@sk,
        "Faliskijščina"@sl,
        "Faliskiska"@sv,
        "法利斯克语"@zh .

<http://lexvo.org/id/iso639-3/xga> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "xga"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Galatian_language>,
        <http://www.mpii.de/yago/resource/Galatian_language> ;
    skos:altLabel "Galatian language"@en ;
    skos:definition "Galatian is an extinct Celtic language once spoken in Galatia in Asia Minor (modern Turkey) from the 3rd century BC up to at least the 4th century AD, although ancient sources suggest it was still spoken in the 6th century."@en ;
    skos:inScheme lexvo: ;
    skos:notation "xga"^^xsd:string ;
    skos:prefLabel "Galaties"@af,
        "Idioma galata"@an,
        "Galateg"@br,
        "Llengua gàlata"@ca,
        "Galateg"@cy,
        "Galatische Sprache"@de,
        "Galatian"@en,
        "Idioma gálata"@es,
        "Galata"@eu,
        "زبان گالاسیایی"@fa,
        "Galate"@fr,
        "Lingua gálata"@gl,
        "Galatish"@gv,
        "Galaćanski jezik"@hr,
        "Galato"@it,
        "ガラティア語"@ja,
        "Галатски јазик"@mk,
        "Galatisch"@nl,
        "Galatisk"@nn,
        "Galatisk"@no,
        "Język galatyjski"@pl,
        "Língua gálata"@pt,
        "Галатский язык"@ru,
        "Galatščina"@sl,
        "ภาษากาลาเทีย"@th,
        "加拉提亞語"@zh .

<http://lexvo.org/id/iso639-3/xgf> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "xgf"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Tongva_language>,
        <http://www.mpii.de/yago/resource/Tongva_language> ;
    skos:altLabel "Gabrielino-Fernandeño"@en ;
    skos:definition "The Tongva language (also known as Gabrielino or Gabrieleño) is an extinct Uto-Aztecan language spoken by the Tongva, a Native American people who live in and around Los Angeles, California. Tongva is closely related to several other Takic languages, including Cahuilla and Serrano."@en ;
    skos:inScheme lexvo: ;
    skos:notation "xgf"^^xsd:string ;
    skos:prefLabel "Tongvaeg"@br,
        "Tongva language"@en,
        "Gabrielino-fernandeño"@fr .

<http://lexvo.org/id/iso639-3/xgl> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "xgl"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Galindian_language>,
        <http://www.mpii.de/yago/resource/Galindian_language> ;
    skos:altLabel "Galindian language"@en ;
    skos:definition "Galindian is a poorly attested extinct language, considered to be a part of the Baltic languages group. There are no extant writings in Galindian."@en ;
    skos:inScheme lexvo: ;
    skos:notation "xgl"^^xsd:string ;
    skos:prefLabel "Galindan"@en,
        "زبان گالیندی"@fa,
        "Galindien"@fr,
        "Lingua galindica"@it,
        "갈린디아어"@ko,
        "Galindų kalba"@lt,
        "Galindu kalba"@lt-x,
        "Галиндски јазик"@mk,
        "Galindisk språk"@nn,
        "Galindisk"@no,
        "Język galindyjski"@pl,
        "Галиндский язык"@ru .

<http://lexvo.org/id/iso639-3/xgr> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "xgr"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Garza_language>,
        <http://www.mpii.de/yago/resource/Garza_language> ;
    skos:altLabel "Garza language"@en ;
    skos:definition "Garza is an extinct Comecrudan language of Texas and Mexico. It is known from two tribal names and twenty-one words recorded from the chief of the Garza by Berlandier in 1828 (Berlandier et al. 1828&ndash;1829, 1850: 143&ndash;144). At that time, the Garza all spoke Spanish and were acculturated. The Garza may have been the same as the Atanguaypacam tribe (of the Comecrudo) recorded in 1748. The Garza were called something like Meacknan or Miákan by the neighboring Cotoname (Gatschet 1886: 54) while they called the Cotoname Yué. Garza is Spanish for \"heron\"."@en ;
    skos:inScheme lexvo: ;
    skos:notation "xgr"^^xsd:string ;
    skos:prefLabel "Garza"@en,
        "Garza"@fr .

<http://lexvo.org/id/iso639-3/xhc> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "xhc"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Hunnic_language>,
        <http://www.mpii.de/yago/resource/Hunnic_language> ;
    skos:altLabel "Hunnic language"@en ;
    skos:inScheme lexvo: ;
    skos:notation "xhc"^^xsd:string ;
    skos:prefLabel "Hun dili"@az,
        "Хунски език"@bg,
        "Húnnic"@ca,
        "Хун чĕлхи"@cv,
        "Hunnische Sprache"@de,
        "Hunnic"@en,
        "Huna lingvo"@eo,
        "Idioma huno"@es,
        "Hun nyelv"@hu,
        "Lingua unna"@it,
        "Хунски јазик"@mk,
        "Język Hunów"@pl,
        "Língua huna"@pt,
        "Гуннский язык"@ru,
        "ภาษาฮั่น"@th,
        "Hunca"@tr,
        "Гунська мова"@uk,
        "匈人语"@zh .

<http://lexvo.org/id/iso639-3/xhd> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "xhd"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Hadramautic_language>,
        <http://www.mpii.de/yago/resource/Hadramautic_language> ;
    skos:altLabel "Hadramautic language"@en ;
    skos:inScheme lexvo: ;
    skos:notation "xhd"^^xsd:string ;
    skos:prefLabel "Hadrami"@en,
        "Hadramauti nyelv"@hu .

<http://lexvo.org/id/iso639-3/xhe> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "xhe"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Khetrani_language>,
        <http://www.mpii.de/yago/resource/Khetrani_language> ;
    skos:altLabel "Khetrani language"@en ;
    skos:definition "Khetrani or Khetranki is an Indo Indo-European language. It is spoken in north east Balochistan province in Pakistan. The population is speaking this language is 4,000."@en ;
    skos:inScheme lexvo: ;
    skos:notation "xhe"^^xsd:string ;
    skos:prefLabel "Khetrani"@en,
        "Lingua Khetrani"@la,
        "کھیترانی"@pnb,
        "Кхетрани"@ru .

<http://lexvo.org/id/iso639-3/xht> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "xht"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Hattic_language>,
        <http://www.mpii.de/yago/resource/Hattic_language> ;
    skos:altLabel "Hattic language"@en ;
    skos:definition "Hattic was a language spoken by the Hattians in Asia Minor between the 3rd and the 2nd millennia BC. Scholars call this language Hattic to distinguish it from the Hittite language--the Indo-European language of the Hittite Empire."@en ;
    skos:inScheme lexvo: ;
    skos:notation "xht"^^xsd:string ;
    skos:prefLabel "Hateg"@br,
        "Hattische Sprache"@de,
        "Hattic"@en,
        "Idioma hatti"@es,
        "Hatski jezik"@hr,
        "Lingua Hattica"@la,
        "Hattisch"@nl,
        "Hattisk"@no,
        "Língua hatita"@pt,
        "Хаттский язык"@ru,
        "ภาษาฮัตติก"@th .

<http://lexvo.org/id/iso639-3/xhu> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "xhu"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Hurrian_language>,
        <http://www.mpii.de/yago/resource/Hurrian_language> ;
    skos:altLabel "Hurrian language"@en ;
    skos:definition "Hurrian is a conventional name for the language of the Hurrians (Khurrites), a people who entered northern Mesopotamia around 2300 BC and had mostly vanished by 1000 BC. Hurrian was the language of the Mitanni kingdom in northern Mesopotamia, and was likely spoken at least initially in Hurrian settlements in Syria. It is generally believed that the speakers of this language originally came from the Armenian mountains and spread over southeast Anatolia and northern Mesopotamia at the beginning of the 2nd millennium BC."@en ;
    skos:inScheme lexvo: ;
    skos:notation "xhu"^^xsd:string ;
    skos:prefLabel "Hurrita"@ca,
        "Churritština"@cs,
        "Hurrittisk"@da,
        "Hurritische Sprache"@de,
        "Hurrian"@en,
        "Idioma hurrita"@es,
        "زبان هوری"@fa,
        "Hourrites#Langue"@fr,
        "Hurijski jezik"@hr,
        "Hurri nyelv"@hu,
        "Lingua hurrita"@it,
        "フルリ語"@ja,
        "ხურიტული ენა"@ka,
        "후르리어"@ko,
        "Lingua Hurrica"@la,
        "Hurrittisk"@no,
        "Język hurycki"@pl,
        "Limba hurriană"@ro,
        "Хурритский язык"@ru,
        "Hurijski jezik"@sh,
        "Hurritiska"@sv,
        "ภาษาฮูร์เรีย"@th,
        "Hurri dili"@tr,
        "Tiếng Hurria"@vi .

<http://lexvo.org/id/iso639-3/xib> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "xib"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Iberian_language>,
        <http://www.mpii.de/yago/resource/Iberian_language> ;
    skos:altLabel "Iberian language"@en ;
    skos:definition "The Iberian language was the language of a people identified by Greek and Roman sources who lived in the eastern and southeastern regions of the Iberian peninsula. The ancient Iberians can be identified as a rather nebulous local culture between the 7th and 1st century BC. The Iberian language, as the other paleohispanic languages, except Basque, became extinct by the 1st to 2nd centuries AD, after being gradually replaced by Latin. Iberian is speculated to be a language isolate, but while its different scripts have been deciphered to various extents, the language itself remains largely unknown."@en ;
    skos:inScheme lexvo: ;
    skos:notation "xib"^^xsd:string ;
    skos:prefLabel "Idioma ibero"@an,
        "İber dili"@az,
        "Ibereg"@br,
        "Ibèric"@ca,
        "Iberische Sprache"@de,
        "Iberian"@en,
        "Idioma ibero"@es,
        "Iberiera"@eu,
        "Ibère"@fr,
        "Lingua ibérica"@gl,
        "Ibér nyelv"@hu,
        "이베리아어"@ko,
        "Iberisch"@nl,
        "Iberisk"@no,
        "Język iberyjski"@pl,
        "Иберский язык"@ru .

<http://lexvo.org/id/iso639-3/xii> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "xii"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Xiri_language>,
        <http://www.mpii.de/yago/resource/Xiri_language> ;
    skos:altLabel "Xiri language"@en ;
    skos:definition "Xiri or Xirikwa, in Afrikaans orthography Gri or Griqua (ethnonym Xirigowap, also called \"Cape Hottentot\"), is a Khoe language of South Africa. It is related to Nama. Xiri was once spoken along the entire coast of South Africa from Namibia to Lesotho, but it is now moribund, with less than a hundred scattered speakers left."@en ;
    skos:inScheme lexvo: ;
    skos:notation "xii"^^xsd:string ;
    skos:prefLabel "Xiri"@de,
        "Xiri"@en,
        "Xiri jezik"@hr,
        "Lenga Xiri"@pms,
        "Língua xiri"@pt .

<http://lexvo.org/id/iso639-3/xin> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "xin"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Xinca_language>,
        <http://www.mpii.de/yago/resource/Xinca_language> ;
    skos:altLabel "Xinca language"@en ;
    skos:definition "The Xinca language (Szinca) is a Mesoamerican language spoken by the indigenous Xinca people from communities in the southern portion of Guatemala, near its border with El Salvador and in the mountainous region to the north. The language is generally classed as a language isolate with no demonstrated affiliations with other language families, although a relationship with Lenca has been proposed."@en ;
    skos:inScheme lexvo: ;
    skos:notation "xin"^^xsd:string ;
    skos:prefLabel "Xinkaeg"@br,
        "Xinca"@cs,
        "Xinca-Sprachen"@de,
        "Xinca"@en,
        "Lenguas xincas"@es,
        "Xinkera"@eu,
        "Xinca"@fr,
        "Xincan"@hr,
        "Xinka"@nl,
        "Língua xinca"@pt,
        "Шинканские языки"@ru .

<http://lexvo.org/id/iso639-3/xir> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "xir"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Shiriana_language>,
        <http://www.mpii.de/yago/resource/Shiriana_language> ;
    skos:altLabel "Shiriana language"@en ;
    skos:definition "Shiriana (Xiriâna, Chiriana) is an unclassified Upper Amazon Arawakan language once spoken by the Shiriana people of Roraima, Brazil."@en ;
    skos:inScheme lexvo: ;
    skos:notation "xir"^^xsd:string ;
    skos:prefLabel "Xiriâna"@en .

<http://lexvo.org/id/iso639-3/xiv> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "xiv"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Harappan_language>,
        <http://www.mpii.de/yago/resource/Harappan_language> ;
    skos:altLabel "Indus Valley Language"@en ;
    skos:definition "The Harappan language ( the Indus or Mohenjo-Daro language) is the unknown language or languages of the Bronze Age (2nd millennium BCE) Harappan civilization (Indus Valley Civilization, or IVC). The language being unattested in any readable contemporary source, hypotheses regarding its nature are reduced to purported loanwords and substratum influence, notably the substratum in Vedic Sanskrit and a few terms recorded in Sumerian cuneiform (such as Meluhha), in conjunction with analyses of the undeciphered Indus script."@en ;
    skos:inScheme lexvo: ;
    skos:notation "xiv"^^xsd:string ;
    skos:prefLabel "Harappan language"@en,
        "Idioma harapano"@es,
        "Harappaspråket"@no .

<http://lexvo.org/id/iso639-3/xiy> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "xiy"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Xipaya_language>,
        <http://www.mpii.de/yago/resource/Xipaya_language> ;
    skos:altLabel "Xipaya language"@en ;
    skos:definition "Xipaya (or Shipaja or Xipaia) is an endangered language spoken in the Pará region of Brazil."@en ;
    skos:inScheme lexvo: ;
    skos:notation "xiy"^^xsd:string ;
    skos:prefLabel "Xipaya"@en,
        "Xipaya"@fi,
        "Šipajų kalba"@lt,
        "Língua xipaia"@pt .

<http://lexvo.org/id/iso639-3/xkc> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "xkc"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Kho'ini_dialect>,
        <http://www.mpii.de/yago/resource/Kho'ini_dialect> ;
    skos:altLabel "Kho'ini dialect"@en ;
    skos:definition "Khoini (alternatives: Xoini, Xoini, Khoeini, or Di) is a Tatic dialect or language spoken in northwestern Iran, and is one of many Western Iranian languages. It is spoken in the village of Xoin and surrounding areas, about southwest of Zanjan city in northern Iran. The Xoini verbal system follows the general pattern found in other Tati dialects. However, the dialect has its own special characteristics such as continuous present which is formed by the past stem, a preverb shift, and the use of connective sounds. The dialect is in danger of extinction."@en ;
    skos:inScheme lexvo: ;
    skos:notation "xkc"^^xsd:string ;
    skos:prefLabel "Kho'ini"@en,
        "زبان خوئینی"@fa .

<http://lexvo.org/id/iso639-3/xke> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "xke"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Krio_Dayak_language>,
        <http://www.mpii.de/yago/resource/Krio_Dayak_language> ;
    skos:altLabel "Krio Dayak language"@en ;
    skos:definition "The Krio Dayak or Keriu is a Kayan language of the Krio Dayak people in West Kalimantan, Indonesia."@en ;
    skos:inScheme lexvo: ;
    skos:notation "xke"^^xsd:string ;
    skos:prefLabel "Kereho"@en .

<http://lexvo.org/id/iso639-3/xkf> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "xkf"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Kheng_language>,
        <http://www.mpii.de/yago/resource/Kheng_language> ;
    skos:altLabel "Kheng language"@en ;
    skos:definition "Khengkha, also called the Kheng language, is a member of the Tibeto-Burman language family spoken in the Zhemgang, Trongsa and Mongar districts of south central Bhutan. There are about 40,000 speakers of Khengkha."@en ;
    skos:inScheme lexvo: ;
    skos:notation "xkf"^^xsd:string ;
    skos:prefLabel "Kengkaeg"@br,
        "Khengkha"@en,
        "Lenga Khengkha"@pms .

<http://lexvo.org/id/iso639-3/xkh> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "xkh"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Karahawyana_language>,
        <http://www.mpii.de/yago/resource/Karahawyana_language> ;
    skos:altLabel "Karahawyana language"@en ;
    skos:definition "Karahawyana is a language spoken by about 40 individuals near Waiwai, Amazonas, Brazil. Some Karahawyana speakers live with the Wai-Wai and others near the Hixkaryana and speak those languages respectively. It is nearly extinct."@en ;
    skos:inScheme lexvo: ;
    skos:notation "xkh"^^xsd:string ;
    skos:prefLabel "Karahawyanaeg"@br,
        "Karahawyana"@en,
        "Idioma karahawyana"@es,
        "Karahawyana"@no .

<http://lexvo.org/id/iso639-3/xkp> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "xkp"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/kaba1276> ;
    skos:inScheme lexvo: ;
    skos:notation "xkp"^^xsd:string ;
    skos:prefLabel "Kabatei"@en .

<http://lexvo.org/id/iso639-3/xkr> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "xkr"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Xakriab%C3%A1_language>,
        <http://www.mpii.de/yago/resource/Xakriab%C3%A1_language> ;
    skos:altLabel "Xakriabá language"@en ;
    skos:definition "Xakriabá (also written Chakriaba, Chikriaba, Shacriaba) is an extinct Ge language formerly spoken in Minas Gerais, Brazil by the Xakriabá people, who today speak Portuguese."@en ;
    skos:inScheme lexvo: ;
    skos:notation "xkr"^^xsd:string ;
    skos:prefLabel "Xakriabá"@en .

<http://lexvo.org/id/iso639-3/xkv> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "xkv"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Kgalagadi_language>,
        <http://www.mpii.de/yago/resource/Kgalagadi_language> ;
    skos:altLabel "Kgalagadi language"@en ;
    skos:definition "SheKgalagari (pronounced or ) is one of the languages spoken in Botswana, along the South African border and in Namibia. SheKgalagari is spoken by about people. SheKgalagari is the autoglottonym or name of the language used by its native speakers as defined by the United Nations, Kgalagadi is the heteroglottonym."@en ;
    skos:inScheme lexvo: ;
    skos:notation "xkv"^^xsd:string ;
    skos:prefLabel "Kgalagadi"@en .

<http://lexvo.org/id/iso639-3/xkw> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "xkw"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Kembra_language>,
        <http://www.mpii.de/yago/resource/Kembra_language> ;
    skos:altLabel "Kembra language"@en ;
    skos:inScheme lexvo: ;
    skos:notation "xkw"^^xsd:string ;
    skos:prefLabel "Kembraeg"@br,
        "Kembra"@en .

<http://lexvo.org/id/iso639-3/xkx> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "xkx"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Karore_language>,
        <http://www.mpii.de/yago/resource/Karore_language> ;
    skos:altLabel "Karore language"@en ;
    skos:definition "Karore is an Austronesian language spoken by about 550 individuals between the Andru and Johanna Rivers in West New Britain Province, Papua New Guinea on the island of New Britain."@en ;
    skos:inScheme lexvo: ;
    skos:notation "xkx"^^xsd:string ;
    skos:prefLabel "Karore"@en .

<http://lexvo.org/id/iso639-3/xkz> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "xkz"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Kurt%C3%B6p_language>,
        <http://www.mpii.de/yago/resource/Kurt%C3%B6p_language> ;
    skos:altLabel "Kurtöp language"@en ;
    skos:definition "The Kurtöp language (Dzongkha: ཀུར་ཏོ་པ་ཁ་; Wylie: Kur-to-pa kha; Kurtöpkha, also called Kurtö and Zhâke) is a member of the Tibeto-Burman language family spoken in the Kurtoe Gewog, Lhuntse District, Bhutan. There are about 10,000 speakers of Kurtöp."@en ;
    skos:inScheme lexvo: ;
    skos:notation "xkz"^^xsd:string ;
    skos:prefLabel "Koutokeg"@br,
        "Kurtokha"@en,
        "Lenga Kurtokha"@pms .

<http://lexvo.org/id/iso639-3/xla> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "xla"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Kamula_language>,
        <http://www.mpii.de/yago/resource/Kamula_language> ;
    skos:altLabel "Kamula language"@en ;
    skos:definition "Kamula is a Trans–New Guinea language that forms an independent branch of that family in the classification of Malcolm Ross (2005)."@en ;
    skos:inScheme lexvo: ;
    skos:notation "xla"^^xsd:string ;
    skos:prefLabel "Kamula"@en,
        "Język kamula"@pl .

<http://lexvo.org/id/iso639-3/xle> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "xle"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Lemnian_language>,
        <http://www.mpii.de/yago/resource/Lemnian_language> ;
    skos:altLabel "Lemnian language"@en ;
    skos:definition "The Lemnian language is a language of the 6th century BC spoken on the island of Lemnos. It is mainly attested by an inscription found on a funerary stele, termed the Lemnos stele, discovered in 1885 near Kaminia. However, fragments of inscriptions on local pottery show that it was spoken there by a community. In 2009, a newly discovered inscription from Efestia was reported. Lemnian is accepted as being closely related to Etruscan. After the Athenians conquered the island in the latter half of that century, Lemnian was replaced by Attic Greek."@en ;
    skos:inScheme lexvo: ;
    skos:notation "xle"^^xsd:string ;
    skos:prefLabel "Lémnicu"@ast,
        "Лемноски език"@bg,
        "Lemneg"@br,
        "Lemnische Sprache"@de,
        "Στήλη των Καμινίων"@el,
        "Lemnian"@en,
        "Lemna lingvo"@eo,
        "Idioma lemnio"@es,
        "Langue de Lemnos"@fr,
        "Lemnische Sprache"@gsw-FR,
        "Lingua lemnia"@it,
        "Lemnisch"@nl,
        "Lemnisk"@no,
        "Język lemnijski"@pl,
        "Língua lêmnia"@pt,
        "Лемносская стела"@ru,
        "Gjuha lemne"@sq,
        "Лемноська стела"@uk .

<http://lexvo.org/id/iso639-3/xlg> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "xlg"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Ligurian_language_(ancient)>,
        <http://www.mpii.de/yago/resource/Ligurian_language_(ancient)> ;
    skos:altLabel "Ligurian (Ancient)"@en,
        "Ligurian language"@en ;
    skos:definition "The Ligurian language was spoken in pre-Roman times and into the Roman era by an ancient people of north-western Italy and south-eastern France known as the Ligures. Very little is known about this language (mainly place names and personal names remain) which is generally believed to have been, in the 1st millennium BCE, Indo-European; it appears to have shared many features with other Indo-European languages, primarily Celtic (Gaulish) and Italic (Latin and the Osco-Umbrian languages). For examples of the Corsican toponymy cited by Jubainville, see Prehistory of Corsica. In Jubainville's view, two languages mentioned by classical authors were survivals from prehistory: Ligurian and Iberian. This choice of languages relies on Seneca the Younger, who spent eight years in exile on Corsica starting in 41 AD and expressed the opinion that the coastal Corsicans were Ligurian but the inlanders were of Iberian extraction, most like the Cantabri."@en ;
    skos:inScheme lexvo: ;
    skos:notation "xlg"^^xsd:string ;
    skos:prefLabel "Idioma ligur"@an,
        "Лигурски език"@bg,
        "Лигур чĕлхи"@cv,
        "Ligurische Sprache"@de,
        "Ligurian"@en,
        "Ligura lingvo"@eo,
        "Antiguo idioma ligur"@es,
        "Ligure ancien"@fr,
        "Lingua antico ligure"@it,
        "Ligurisch"@nl,
        "Ligurisk i oldtida"@nn,
        "Ligurisk"@no,
        "Ligur antic"@oc,
        "Język liguryjski"@pl,
        "Língua lígure antiga"@pt,
        "Лигурский язык"@ru,
        "Fornliguriska"@sv,
        "Лігурська мова"@uk .

<http://lexvo.org/id/iso639-3/xli> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "xli"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Liburnian_language>,
        <http://www.mpii.de/yago/resource/Liburnian_language> ;
    skos:altLabel "Liburnian language"@en ;
    skos:definition "The Liburnian language is an extinct language which was spoken by the ancient Liburnians, who occupied Liburnia in classical times. The Liburnian language is reckoned as an Indo-European language, in the Centum group. Alternative speculations place it on the same Indo-European branch as the Venetic language or on a separate branch."@en ;
    skos:inScheme lexvo: ;
    skos:notation "xli"^^xsd:string ;
    skos:prefLabel "Liburnische Sprache"@de,
        "Liburnian"@en,
        "リブルニア語"@ja,
        "Lingua Liburnica"@la,
        "Liburnisk språk"@no,
        "Język liburnijski"@pl,
        "Либурнский язык"@ru .

<http://lexvo.org/id/iso639-3/xlp> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "xlp"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Lepontic_language>,
        <http://www.mpii.de/yago/resource/Lepontic_language> ;
    skos:altLabel "Lepontic language"@en ;
    skos:definition "Lepontic is an extinct Alpine language that was spoken in parts of Rhaetia and Cisalpine Gaul (what is now Northern Italy) between 550 and 100 BC. Lepontic is attested in inscriptions found in an area centered around Lugano, Switzerland, and including the Lake Como and Lake Maggiore areas of Italy."@en ;
    skos:inScheme lexvo: ;
    skos:notation "xlp"^^xsd:string ;
    skos:prefLabel "Leponties"@af,
        "Luenga lepontica"@an,
        "Lepontisch"@bar,
        "Leponteg"@br,
        "Lepòntic"@ca,
        "Лепонт чĕлхи"@cv,
        "Leponteg"@cy,
        "Lepontische Sprache"@de,
        "Lepontic"@en,
        "Idioma lepóntico"@es,
        "زبان لپونتی"@fa,
        "Lépontique"@fr,
        "An Leapóintis"@ga,
        "Lingua lepóntica"@gl,
        "Lepontish"@gv,
        "Lepontski jezik"@hr,
        "Lingua leponzia"@it,
        "Лепонтски јазик"@mk,
        "Bahasa Lepontik"@ms,
        "Lepontisch"@nl,
        "Język lepontyjski"@pl,
        "Lepontin"@pms,
        "Língua lepôntica"@pt,
        "Лепонтийский язык"@ru,
        "Lepontščina"@sl,
        "南阿爾卑高盧語"@zh .

<http://lexvo.org/id/iso639-3/xls> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "xls"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Lusitanian_language>,
        <http://www.mpii.de/yago/resource/Lusitanian_language> ;
    skos:altLabel "Lusitanian language"@en ;
    skos:definition "Lusitanian (so named after the Lusitani or Lusitanians) was a paleohispanic language that apparently belonged to the Indo-European family. Its relationship to the Celtic languages of the Iberian Peninsula, either as a member, a cousin (in a branch termed \"Para-Celtic\"), or as a different branch of Indo-European, is debated. , inscriptions, dated from ca. 1 CE, and numerous names of places (toponyms) and of gods (theonyms). The language was spoken in the territory inhabited by Lusitanian tribes, from Douro to the Tagus rivers, territory that nowadays belongs mainly to Portugal, but also to Spain."@en ;
    skos:inScheme lexvo: ;
    skos:notation "xls"^^xsd:string ;
    skos:prefLabel "Lusità"@ca,
        "Lusitanische Sprache"@de,
        "Lusitanian"@en,
        "Idioma lusitano"@es,
        "Lusitaniera"@eu,
        "Lusitanian kieli"@fi,
        "Lusitain"@fr,
        "Lingua lusitana"@gl,
        "Luzitán nyelv"@hu,
        "Lingua lusitana"@it,
        "Луситански јазик"@mk,
        "Língua lusitana"@pt,
        "Лузитанский язык"@ru .

<http://lexvo.org/id/iso639-3/xly> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "xly"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Elymian_language>,
        <http://www.mpii.de/yago/resource/Elymian_language> ;
    skos:altLabel "Elymian language"@en ;
    skos:definition "The Elymian language is the extinct language of the ancient Elymian people of western Sicily. It is not known whether Elymian was an Indo-European tongue. The limited and fragmentary nature of the surviving sources makes it very difficult to identify its affinities with other regional languages; it has been speculated that Elymian was related to the Italic languages, though this interpretation is disputed."@en ;
    skos:inScheme lexvo: ;
    skos:notation "xly"^^xsd:string ;
    skos:prefLabel "Elymische Sprache"@de,
        "Elymian"@en,
        "Elymisk"@no,
        "Элимский язык"@ru .

<http://lexvo.org/id/iso639-3/xmb> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "xmb"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Mboa_language>,
        <http://www.mpii.de/yago/resource/Mboa_language> ;
    skos:altLabel "Mboa language"@en ;
    skos:definition "Mboa, also known as Mbonga, is an apparently extinct language of Cameroon (Blench 2011), though Ethnologue reports 1,490 speakers cited in 2000."@en ;
    skos:inScheme lexvo: ;
    skos:notation "xmb"^^xsd:string ;
    skos:prefLabel "Mbonga"@de,
        "Mbonga"@en,
        "Lenga Mbonga"@pms,
        "Kimbonga"@sw .

<http://lexvo.org/id/iso639-3/xmd> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "xmd"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Mbudum_language>,
        <http://www.mpii.de/yago/resource/Mbudum_language> ;
    skos:altLabel "Mbudum language"@en ;
    skos:definition "Mbudum or Mbedam is an Afro-Asiatic language spoken in Cameroon in Far North Province."@en ;
    skos:inScheme lexvo: ;
    skos:notation "xmd"^^xsd:string ;
    skos:prefLabel "Mbudum"@en .

<http://lexvo.org/id/iso639-3/xme> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "xme"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Median_language>,
        <http://www.mpii.de/yago/resource/Median_language> ;
    skos:altLabel "Median language"@en ;
    skos:definition "The Median language (also Medean or Medic) was the language of the Medes. It is an Old Iranian language and classified as belonging to the northwestern Iranian subfamily which includes many other languages such as Azari, Zazaki, Gilaki, Mazandarani, the Kurdish languages, and Baluchi."@en ;
    skos:inScheme lexvo: ;
    skos:notation "xme"^^xsd:string ;
    skos:prefLabel "Maday dili"@az,
        "Мидийски език"@bg,
        "Medieg"@br,
        "زمانی مادی"@ckb,
        "Миди чĕлхи"@cv,
        "Medische Sprache"@de,
        "Median"@en,
        "زبان مادی"@fa,
        "Meedian kieli"@fi,
        "Medijski jezik"@hr,
        "Մարերեն"@hy,
        "Zimanê medî"@ku,
        "Lingua Medica"@la,
        "Língua meda"@pt,
        "Мидийский язык"@ru,
        "Medijski jezik"@sh,
        "Médčina"@sk,
        "ภาษาเมเดีย"@th .

<http://lexvo.org/id/iso639-3/xmj> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "xmj"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Majera_language>,
        <http://www.mpii.de/yago/resource/Majera_language> ;
    skos:altLabel "Majera language"@en ;
    skos:definition "Majera (Mazᵉra) is a minor Afro-Asiatic language of Chad and Cameroon."@en ;
    skos:inScheme lexvo: ;
    skos:notation "xmj"^^xsd:string ;
    skos:prefLabel "Majera"@en,
        "Kimajera"@sw .

<http://lexvo.org/id/iso639-3/xmk> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "xmk"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Ancient_Macedonian_language>,
        <http://www.mpii.de/yago/resource/Ancient_Macedonian_language> ;
    skos:altLabel "Ancient Macedonian language"@en,
        "Macedonian, Ancient"@en ;
    skos:definition "Ancient Macedonian was the language of the ancient Macedonians. It was spoken in the kingdom of Macedon during the 1st millennium BCE and it belongs to the Indo-European group of languages. It gradually fell out of use during the 4th century BCE, marginalized by Koine Greek, the lingua franca of the Hellenistic period."@en ;
    skos:inScheme lexvo: ;
    skos:notation "xmk"^^xsd:string ;
    skos:prefLabel "Antic macedoni"@ca,
        "Makedonische Sprache"@de,
        "Αρχαία μακεδονική γλώσσα"@el,
        "Ancient Macedonian"@en,
        "Antiguo idioma macedonio"@es,
        "Ancien macédonien"@fr,
        "Lingua macedonia antiga"@gl,
        "מקדונית עתיקה"@he,
        "Lingua antico macedone"@it,
        "Lingua Macedonica antiqua"@la,
        "Старомакедонски јазик"@mk,
        "Macedonisch"@nl,
        "Język macedoński"@pl,
        "Língua macedônia antiga"@pt,
        "Древнемакедонский язык"@ru,
        "Fornmakedonska"@sv,
        "Давньомакедонська мова"@uk .

<http://lexvo.org/id/iso639-3/xml> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "xml"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Malaysian_Sign_Language>,
        <http://www.mpii.de/yago/resource/Malaysian_Sign_Language> ;
    skos:definition "Malaysian Sign Language (, or BIM) is the sign language in everyday use in many parts of Malaysia. BIM has many dialects, differing from state to state."@en ;
    skos:inScheme lexvo: ;
    skos:notation "xml"^^xsd:string ;
    skos:prefLabel "Malaysian Sign Language"@en,
        "Bahasa Isyarat Malaysia"@ms,
        "Língua de sinais malasiana"@pt .

<http://lexvo.org/id/iso639-3/xmr> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "xmr"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Meroitic_language>,
        <http://www.mpii.de/yago/resource/Meroitic_language> ;
    skos:altLabel "Meroitic language"@en ;
    skos:definition "The Meroitic language was spoken in Meroë and the Sudan during the Meroitic period (attested from 300 BCE) and went extinct about 400 CE. It was written in two forms of the Meroitic alphabet: Meroitic Cursive, which was written with a stylus and was used for general record-keeping; and Meroitic Hieroglyphic, which was carved in stone or used for royal or religious documents. It is poorly understood owing to the scarcity of bilingual texts."@en ;
    skos:inScheme lexvo: ;
    skos:notation "xmr"^^xsd:string ;
    skos:prefLabel "Meroiteg"@br,
        "Meroitische Sprache"@de,
        "Meroitic"@en,
        "Idioma meroítico"@es,
        "Méroïtique"@fr,
        "Meroita nyelv"@hu,
        "メロエ語"@ja,
        "Zimanê meroîtîk"@ku,
        "Мероитский язык"@ru,
        "Meroitik dil"@tr .

<http://lexvo.org/id/iso639-3/xna> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "xna"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Ancient_North_Arabian>,
        <http://www.mpii.de/yago/resource/Ancient_North_Arabian> ;
    skos:altLabel "North Arabian, Ancient"@en ;
    skos:definition "Ancient North Arabian is a language known from fragmentary inscriptions in modern day Iraq, Jordan, Syria and Saudi Arabia, dating to between roughly the 6th century BC and the 6th century AD, all written in scripts derived from Epigraphic South Arabian. Pre-classical Arabic (or Old Arabic), the predecessor of Classical Arabic, seems to have coexisted with these languages in central and north Arabia. However, it remained spoken until it was first attested in an inscription in Qaryat Al-Faw (Qaryat Dhat Kahil) in the 1st century BC."@en ;
    skos:inScheme lexvo: ;
    skos:notation "xna"^^xsd:string ;
    skos:prefLabel "عربية شمالية قديمة"@ar,
        "Халдейски език"@bg,
        "Frühnordarabische Sprache"@de,
        "Ancient North Arabian"@en,
        "Стар северноарапски јазик"@mk,
        "Северноаравийские языки"@ru .

<http://lexvo.org/id/iso639-3/xnb> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "xnb"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Kanakanabu_language>,
        <http://www.mpii.de/yago/resource/Kanakanabu_language> ;
    skos:altLabel "Kanakanabu language"@en ;
    skos:definition "Kanakanabu (also spelled Kanakanavu) is a Southern Tsouic language is spoken by the Kanakanabu, an indigenous people of Taiwan (see Taiwanese aborigines). It is a Formosan language of the Austronesian family."@en ;
    skos:inScheme lexvo: ;
    skos:notation "xnb"^^xsd:string ;
    skos:prefLabel "Kanakanabu"@en,
        "Kanakanabu"@fi,
        "Kanakanabu"@fr,
        "Канаканабуски јазик"@mk,
        "Lenga kanakanabu"@pms,
        "卡那卡那富語"@zh .

<http://lexvo.org/id/iso639-3/xng> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "xng"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Middle_Mongolian_language>,
        <http://www.mpii.de/yago/resource/Middle_Mongolian_language> ;
    skos:altLabel "Middle Mongolian language"@en,
        "Mongolian, Middle"@en ;
    skos:definition "Middle Mongolian is an ancient Mongolic language formerly spoken in the Mongol Empire and later on in Greater Mongolia during the 13th to at least the early 15th century."@en ;
    skos:inScheme lexvo: ;
    skos:notation "xng"^^xsd:string ;
    skos:prefLabel "Middle Mongolian"@en,
        "Среднемонгольский язык"@ru .

<http://lexvo.org/id/iso639-3/xno> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "xno"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Anglo-Norman_language>,
        <http://www.mpii.de/yago/resource/Anglo-Norman_language> ;
    skos:altLabel "Anglo-Norman language"@en ;
    skos:definition "Anglo-Norman, also known as Anglo-Norman French, is the name traditionally given to the dialect of the Old Norman language used in England, and to some extent elsewhere in the British Isles, during the Anglo-Norman period. This dialect is closely related to Old French and is sometimes referred to generically as simply French."@en ;
    skos:inScheme lexvo: ;
    skos:notation "xno"^^xsd:string ;
    skos:prefLabel "Anglo-Normandies"@af,
        "Anglonormand"@ca,
        "Anglonormannische Sprache"@de,
        "Anglo-Norman"@en,
        "Anglo-normanda lingvo"@eo,
        "Anglo-normando"@es,
        "Anglo-normand"@fr,
        "Anglonormannisch"@gsw-FR,
        "Anglonormanski jezik"@hr,
        "Lingua anglo-normanna"@it,
        "アングロ＝ノルマン語"@ja,
        "Lingua Anglonormannica"@la,
        "Anglo-normannisk"@no,
        "Língua anglo-normanda"@pt,
        "Англо-нормандский язык"@ru,
        "Anglo-normandiska"@sv,
        "Англо-нормандська мова"@uk,
        "盎格鲁-诺曼语"@zh .

<http://lexvo.org/id/iso639-3/xnr> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "xnr"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Kangri_language>,
        <http://www.mpii.de/yago/resource/Kangri_language> ;
    skos:altLabel "Kangri language"@en ;
    skos:definition "Kangri is a dialect spoken in northern India, predominantly in the Kangra district of Himachal Pradesh, by the people of the Kangra Valley. It is an Indo-Aryan dialect, related to Dogri and classified as one of the Western Pahari (पहाड़ी) group of languages, with deep vocabulary impact from Punjabi, which is spoken to the west in the state of Punjab. Kangri, along with Dogri, has been classified as a dialect of Punjabi by linguists but since the 1960s, for political reasons, both have been promoted as dialects of a separate language group called Pahari."@en ;
    skos:inScheme lexvo: ;
    skos:notation "xnr"^^xsd:string ;
    skos:prefLabel "Kangri"@en,
        "کانگڑی"@pnb,
        "Кангри"@ru .

<http://lexvo.org/id/iso639-3/xnt> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "xnt"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Narragansett_language>,
        <http://www.mpii.de/yago/resource/Narragansett_language> ;
    skos:altLabel "Narragansett language"@en ;
    skos:definition "Narragansett is an extinct Algonquian language formerly spoken in most of what is today Rhode Island by the Narragansett people. It was closely related to the other Algonquian languages of southern New England like Massachusett and Mohegan-Pequot. The earliest study of the language in English was by Roger Williams, founder of the Rhode Island colony, in his book A Key Into the Language of America (1643)."@en ;
    skos:inScheme lexvo: ;
    skos:notation "xnt"^^xsd:string ;
    skos:prefLabel "Narragansett"@en,
        "Lenga mohegan-montauk-narragansett"@pms .

<http://lexvo.org/id/iso639-3/xod> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "xod"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Kokoda_language>,
        <http://www.mpii.de/yago/resource/Kokoda_language> ;
    skos:altLabel "Kokoda language"@en ;
    skos:definition "Kokoda is a Papuan language of the Bird's Head Peninsula of West Papua. The three dialects—Kokoda proper, Kasuweri, and Tarof—are divergent enough to sometimes be considered separate languages."@en ;
    skos:inScheme lexvo: ;
    skos:notation "xod"^^xsd:string ;
    skos:prefLabel "Kokoda"@en .

<http://lexvo.org/id/iso639-3/xop> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "xop"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Kopar_language>,
        <http://www.mpii.de/yago/resource/Kopar_language> ;
    skos:altLabel "Kopar language"@en ;
    skos:definition "Kopar is a Lower Sepik language spoken in Papua New Guinea."@en ;
    skos:inScheme lexvo: ;
    skos:notation "xop"^^xsd:string ;
    skos:prefLabel "Kopar"@en .

<http://lexvo.org/id/iso639-3/xpc> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "xpc"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Pecheneg_language>,
        <http://www.mpii.de/yago/resource/Pecheneg_language> ;
    skos:altLabel "Pecheneg language"@en ;
    skos:definition "Pecheneg language is the extinct Turkic language spoken by the Pechenegs in Eastern Europe."@en ;
    skos:inScheme lexvo: ;
    skos:notation "xpc"^^xsd:string ;
    skos:prefLabel "Pəçənək dili"@az,
        "Печенежки език"@bg,
        "Pečeněžština"@cs,
        "Pecheneg"@en,
        "Peĉenega lingvo"@eo,
        "زبان پچنک"@fa,
        "Petchénègue"@fr,
        "Pečeneški jezik"@hr,
        "Lingua pecenega"@it,
        "Печенег тілі"@kk,
        "페체네그어"@ko,
        "Pečenegu kalba"@lt-x,
        "Печенешки јазик"@mk,
        "Печенежский язык"@ru,
        "ภาษาเปเชเนก"@th,
        "Peçenekçe"@tr,
        "Печенізька мова"@uk .

<http://lexvo.org/id/iso639-3/xpe> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "xpe"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/libe1247> ;
    skos:altLabel "Kpelle, Liberia"@en ;
    skos:inScheme lexvo: ;
    skos:notation "xpe"^^xsd:string ;
    skos:prefLabel "Liberia Kpelle"@en .

<http://lexvo.org/id/iso639-3/xpi> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "xpi"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Pictish_language>,
        <http://www.mpii.de/yago/resource/Pictish_language> ;
    skos:altLabel "Pictish language"@en ;
    skos:definition "Pictish is a term used for the extinct language or languages thought to have been spoken by the Picts, the people of northern and central Scotland in the Early Middle Ages. The idea that a distinct Pictish language was perceived at some point is attested clearly in Bede's early 8th-century Historia ecclesiastica gentis Anglorum, which names Pictish as a language distinct from both Welsh and Gaelic."@en ;
    skos:inScheme lexvo: ;
    skos:notation "xpi"^^xsd:string ;
    skos:prefLabel "Idioma picto"@an,
        "Picto"@ca,
        "Пикт чĕлхи"@cv,
        "Picteg"@cy,
        "Pictish"@en,
        "Pikta lingvo"@eo,
        "Idioma picto"@es,
        "Piktoera"@eu,
        "Piktin kieli"@fi,
        "Picte"@fr,
        "Lingua picta"@gl,
        "Pictish"@gv,
        "Lingua pittica"@it,
        "Pictisch"@nl,
        "Piktisk"@no,
        "Język piktyjski"@pl,
        "Línguas pictas"@pt,
        "Пиктский язык"@ru,
        "Pechts leid"@sco,
        "Piktščina"@sl,
        "Piktiska"@sv .

<http://lexvo.org/id/iso639-3/xpk> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "xpk"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Kulino_language>,
        <http://www.mpii.de/yago/resource/Kulino_language> ;
    skos:altLabel "Kulino language"@en,
        "Pano, Kulina"@en ;
    skos:definition "Kulino is a Panoan language of Brazil."@en ;
    skos:inScheme lexvo: ;
    skos:notation "xpk"^^xsd:string ;
    skos:prefLabel "Kulina Pano"@en .

<http://lexvo.org/id/iso639-3/xpm> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "xpm"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Pumpokol_language>,
        <http://www.mpii.de/yago/resource/Pumpokol_language> ;
    skos:altLabel "Pumpokol language"@en ;
    skos:definition "Pumpokol is one of the Yeniseian languages. It has been extinct since the 18th century."@en ;
    skos:inScheme lexvo: ;
    skos:notation "xpm"^^xsd:string ;
    skos:prefLabel "Poumpokoleg"@br,
        "Pumpokol"@en,
        "Pumpokolin kieli"@fi,
        "Poumpokole"@fr,
        "Pumpokolsk"@no,
        "Пумпокольский язык"@ru .

<http://lexvo.org/id/iso639-3/xpn> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "xpn"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Kapinaw%C3%A1_language>,
        <http://www.mpii.de/yago/resource/Kapinaw%C3%A1_language> ;
    skos:altLabel "Kapinawá language"@en ;
    skos:definition "Kapinawâ is an extinct unclassified language of eastern Brazil."@en ;
    skos:inScheme lexvo: ;
    skos:notation "xpn"^^xsd:string ;
    skos:prefLabel "Kapinawá"@en .

<http://lexvo.org/id/iso639-3/xpo> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "xpo"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Pochutec_language>,
        <http://www.mpii.de/yago/resource/Pochutec_language> ;
    skos:altLabel "Pochutec language"@en ;
    skos:definition "Pochutec is an extinct Uto-Aztecan language of the Nahuan (or Aztecan) branch which was spoken in and around the town of Pochutla on the Pacific coast of Oaxaca, Mexico. In 1917 it was documented in a monograph by Franz Boas, who considered the language nearly extinct. In the 1970s another investigator found two speakers around Pochutla who still remembered a few of the words recorded by Boas."@en ;
    skos:inScheme lexvo: ;
    skos:notation "xpo"^^xsd:string ;
    skos:prefLabel "Pochutec"@en,
        "Idioma pochuteco"@es,
        "Pōchōtēcatlahtōlli"@nah,
        "Pochuteeks"@nl,
        "Pochutekisk"@no .

<http://lexvo.org/id/iso639-3/xpq> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "xpq"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Mohegan-Pequot_language>,
        <http://www.mpii.de/yago/resource/Mohegan-Pequot_language> ;
    skos:altLabel "Mohegan-Pequot language"@en ;
    skos:definition "Mohegan-Pequot (also known as Mohegan-Pequot-Montauk, Secatogue, Stockbridge, and Shinnecock-Poosepatuck; dialects include Mohegan, Pequot, Montauk, Niantic, and Shinnecock) is an extinct Algonquian language formerly spoken in parts of present-day New England and Long Island."@en ;
    skos:inScheme lexvo: ;
    skos:notation "xpq"^^xsd:string ;
    skos:prefLabel "Mohegan-Pequot"@en,
        "Mohegan"@fr,
        "Lenga mohegan-montauk-narragansett"@pms .

<http://lexvo.org/id/iso639-3/xps> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "xps"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Pisidian_language>,
        <http://www.mpii.de/yago/resource/Pisidian_language> ;
    skos:altLabel "Pisidian language"@en ;
    skos:definition "The Pisidian language is a member of the extinct Anatolian branch of the Indo-European language family spoken in Pisidia, a region of ancient Asia Minor. Known from some two dozen short inscriptions, it appears to be closely related to Lycian and Sidetic."@en ;
    skos:inScheme lexvo: ;
    skos:notation "xps"^^xsd:string ;
    skos:prefLabel "Pisidische Sprache"@de,
        "Πισιδική γλώσσα"@el,
        "Pisidian"@en,
        "زبان پیسیدیایی"@fa,
        "Pisidien"@fr,
        "Lingua pisidica"@it,
        "피시디아어"@ko,
        "Писидиски јазик"@mk,
        "Pisidisk"@no,
        "Język pizydyjski"@pl,
        "Писидийский язык"@ru,
        "ภาษาพิซิเดีย"@th .

<http://lexvo.org/id/iso639-3/xpu> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "xpu"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Punic_language>,
        <http://www.mpii.de/yago/resource/Punic_language> ;
    skos:altLabel "Punic language"@en ;
    skos:definition "The Punic language or Carthagian language is an extinct Semitic language formerly spoken in the Mediterranean region of North Africa and several Mediterranean islands, by people of the Punic or Berber culture."@en ;
    skos:inScheme lexvo: ;
    skos:notation "xpu"^^xsd:string ;
    skos:prefLabel "لغة بونيقية"@ar,
        "Пунически език"@bg,
        "Punic"@en,
        "Idioma púnico"@es,
        "Puunin kieli"@fi,
        "Pun nyelv"@hu,
        "Lingua punica"@it,
        "Lingua Punica"@la,
        "Пунски јазик"@mk,
        "Punisch"@nl,
        "Punerne"@no,
        "Język punicki"@pl,
        "Língua púnica"@pt,
        "Пунический язык"@ru,
        "ภาษาปูนิก"@th .

<http://lexvo.org/id/iso639-3/xpy> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "xpy"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Buyeo_language>,
        <http://www.mpii.de/yago/resource/Buyeo_language> ;
    skos:altLabel "Buyeo language"@en ;
    skos:inScheme lexvo: ;
    skos:notation "xpy"^^xsd:string ;
    skos:prefLabel "Puyo"@en .

<http://lexvo.org/id/iso639-3/xqt> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "xqt"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Qatabanian_language>,
        <http://www.mpii.de/yago/resource/Qatabanian_language> ;
    skos:altLabel "Qatabanian language"@en ;
    skos:inScheme lexvo: ;
    skos:notation "xqt"^^xsd:string ;
    skos:prefLabel "قتبانية"@ar,
        "Qatabanita"@ca,
        "Qatabanian"@en,
        "Katabáni nyelv"@hu .

<http://lexvo.org/id/iso639-3/xra> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "xra"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/krah1246> ;
    skos:inScheme lexvo: ;
    skos:notation "xra"^^xsd:string ;
    skos:prefLabel "Krahô"@en .

<http://lexvo.org/id/iso639-3/xrb> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "xrb"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Kar_language>,
        <http://www.mpii.de/yago/resource/Kar_language> ;
    skos:altLabel "Eastern Karaboro"@en,
        "Karaboro, Eastern"@en ;
    skos:definition "Kar (Kler), or Eastern Karaboro, is a central Senufo of Burkina Faso. Kar speakers have moderate comprehension of Western Karaboro, but the reverse is not the case."@en ;
    skos:inScheme lexvo: ;
    skos:notation "xrb"^^xsd:string ;
    skos:prefLabel "Kar language"@en .

<http://lexvo.org/id/iso639-3/xre> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "xre"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Kreye_language>,
        <http://www.mpii.de/yago/resource/Kreye_language> ;
    skos:altLabel "Kreye language"@en ;
    skos:definition "Kreye is a Gê language that is spoken by about 30 individuals in Maranhão and Pará, Brazil. It is considered an endangered language."@en ;
    skos:inScheme lexvo: ;
    skos:notation "xre"^^xsd:string ;
    skos:prefLabel "Kreye"@en .

<http://lexvo.org/id/iso639-3/xrn> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "xrn"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Arin_language>,
        <http://www.mpii.de/yago/resource/Arin_language> ;
    skos:altLabel "Arin language"@en ;
    skos:definition "Arin was a Yeniseian language spoken in Russia along the Yenisei River between Yeniseysk and Krasnoyarsk. It is classified as a Southern Yeniseian language, along with Kott and Assan."@en ;
    skos:inScheme lexvo: ;
    skos:notation "xrn"^^xsd:string ;
    skos:prefLabel "Arineg"@br,
        "Arin"@en,
        "Arinin kieli"@fi,
        "Arine"@fr,
        "Arinski jezik"@hr,
        "Arinsk"@no,
        "Аринский язык"@ru .

<http://lexvo.org/id/iso639-3/xrr> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "xrr"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Raetic_language>,
        <http://www.mpii.de/yago/resource/Raetic_language> ;
    skos:altLabel "Raetic language"@en ;
    skos:definition "Raetic (also Rhaetic, Rhaetian) is an extinct language spoken in the ancient region of Raetia in the Eastern Alps in pre-Roman and Roman times. It is documented by a limited number of short inscriptions (found through Northern Italy and West Austria) in two variants of the Etruscan alphabet. Its linguistic categorization is not clearly established, and it presents a confusing mixture of what appear to be Etruscan, Indo-European, and uncertain other elements."@en ;
    skos:inScheme lexvo: ;
    skos:notation "xrr"^^xsd:string ;
    skos:prefLabel "Réticu"@ast,
        "Reteg"@br,
        "Rètic"@ca,
        "Rhaetieg"@cy,
        "Rätische Sprache"@de,
        "Ραιτική γλώσσα"@el,
        "Raetic"@en,
        "Idioma rético"@es,
        "Langue rhétienne"@fr,
        "Rätische Sprache"@gsw-FR,
        "Rét nyelv"@hu,
        "Lingua retica"@it,
        "Lingua Rhaetica antiqua"@la,
        "Rhaetisch"@nl,
        "Raetisk"@no,
        "Język retycki"@pl,
        "Ретский язык"@ru .

<http://lexvo.org/id/iso639-3/xrt> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "xrt"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Aranama_language>,
        <http://www.mpii.de/yago/resource/Aranama_language> ;
    skos:altLabel "Aranama language"@en ;
    skos:definition "Aranama (Araname), also known as Tamique, is an extinct unclassified language of Texas. It was spoken by the Aranama and Tamique peoples at the Franciscan mission of Espíritu Santo de Zúñiga. It is only known from a two-word phrase from a non-native speaker. Variations on the name are Taranames, Jaranames ~ Xaranames ~ Charinames, Chaimamé, Hanáma ~ Hanáme."@en ;
    skos:inScheme lexvo: ;
    skos:notation "xrt"^^xsd:string ;
    skos:prefLabel "Aranama-Tamique"@en .

<http://lexvo.org/id/iso639-3/xsa> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "xsa"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Sabaean_language>,
        <http://www.mpii.de/yago/resource/Sabaean_language> ;
    skos:altLabel "Sabaean language"@en ;
    skos:definition "Sabaean (Sabaic), also known as Himyarite (Himyaritic), was an Old South Arabian language spoken in Yemen from c. 1000 BC to the 6th century AD, by the Sabaeans; it was used as a written language by some other peoples (sha‘bs) of Ancient Yemen, including the Hashidites, Sirwahites, Humlanites, Ghaymanites, Himyarites, Radmanites etc. It was written in the South Arabian alphabet."@en ;
    skos:inScheme lexvo: ;
    skos:notation "xsa"^^xsd:string ;
    skos:prefLabel "لغة سبئية"@ar,
        "Llengua sabea"@ca,
        "Sabejština"@cs,
        "Sabaean"@en,
        "Idioma sabeo"@es,
        "שבאית"@he,
        "Sabejski jezik"@hr,
        "Szabái nyelv"@hu,
        "Сабейский язык"@ru,
        "Sabejščina"@sl,
        "ภาษาซาบาเอียน"@th .

<http://lexvo.org/id/iso639-3/xsb> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "xsb"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Botolan_language>,
        <http://www.mpii.de/yago/resource/Botolan_language> ;
    skos:altLabel "Botolan language"@en ;
    skos:definition "Botolan is a Sambalic language spoken by 32,867 (SIL 2000) Sambal, primarily in the Zambal municipalities of Botolan and Cabangan in the Philippines."@en ;
    skos:inScheme lexvo: ;
    skos:notation "xsb"^^xsd:string ;
    skos:prefLabel "Sambal"@en,
        "Ботоланский язык"@ru,
        "ภาษาโบโตลัน"@th .

<http://lexvo.org/id/iso639-3/xsd> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "xsd"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Sidetic_language>,
        <http://www.mpii.de/yago/resource/Sidetic_language> ;
    skos:altLabel "Sidetic language"@en ;
    skos:definition "The Sidetic language is a member of the extinct Anatolian branch of the Indo-European language family known from legends of coins dating to the period of approx. the 5th to 3rd centuries BC found in Side at the Pamphylian coast. The Greek historian Arrian mentions the existence of a peculiar indigenous language in the city of Side. Sidetic was probably closely related to Lydian, Carian and Lycian."@en ;
    skos:inScheme lexvo: ;
    skos:notation "xsd"^^xsd:string ;
    skos:prefLabel "Sidetische Sprache"@de,
        "Sidetic"@en,
        "Sidétique"@fr,
        "Lingua sidetica"@it,
        "시데어"@ko,
        "Сидетиски јазик"@mk,
        "Język sydetyjski"@pl,
        "Сидетский язык"@ru,
        "ภาษาซิเดติก"@th .

<http://lexvo.org/id/iso639-3/xse> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "xse"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Sempan_language>,
        <http://www.mpii.de/yago/resource/Sempan_language> ;
    skos:altLabel "Sempan language"@en ;
    skos:definition "Sempan or Nararapi is a language spoken in Western New Guinea."@en ;
    skos:inScheme lexvo: ;
    skos:notation "xse"^^xsd:string ;
    skos:prefLabel "Sempan"@en,
        "Sempan jezik"@hr,
        "Język sempan"@pl .

<http://lexvo.org/id/iso639-3/xsl> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "xsl"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/sout2959> ;
    skos:altLabel "Slavey, South"@en ;
    skos:inScheme lexvo: ;
    skos:notation "xsl"^^xsd:string ;
    skos:prefLabel "South Slavey"@en .

<http://lexvo.org/id/iso639-3/xsn> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "xsn"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Sanga_language>,
        <http://www.mpii.de/yago/resource/Sanga_language> ;
    skos:altLabel "Sanga (Nigeria)"@en,
        "Sanga language"@en ;
    skos:definition "Sanga is a Kainji language of Nigeria."@en ;
    skos:inScheme lexvo: ;
    skos:notation "xsn"^^xsd:string ;
    skos:prefLabel "Sanga"@en .

<http://lexvo.org/id/iso639-3/xso> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "xso"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Solano_language>,
        <http://www.mpii.de/yago/resource/Solano_language> ;
    skos:altLabel "Solano language"@en ;
    skos:definition "Solano is an unclassified extinct language formerly spoken in northeast Mexico and perhaps also in the neighboring U.S. state of Texas."@en ;
    skos:inScheme lexvo: ;
    skos:notation "xso"^^xsd:string ;
    skos:prefLabel "Solano"@en,
        "Idioma solano"@es,
        "Solano"@fr,
        "Соланоски јазик"@mk,
        "Солано"@ru .

<http://lexvo.org/id/iso639-3/xss> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "xss"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Assan_language>,
        <http://www.mpii.de/yago/resource/Assan_language> ;
    skos:altLabel "Assan language"@en ;
    skos:definition "Assan was a Yeniseian language which became extinct in the 19th century. It was closely related to the Kott language."@en ;
    skos:inScheme lexvo: ;
    skos:notation "xss"^^xsd:string ;
    skos:prefLabel "Asaneg"@br,
        "Assan"@en,
        "Assanin kieli"@fi,
        "Assane"@fr,
        "Assanski jezik"@hr,
        "Assanisk"@no,
        "Ассанский язык"@ru .

<http://lexvo.org/id/iso639-3/xsv> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "xsv"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Sudovian_language>,
        <http://www.mpii.de/yago/resource/Sudovian_language> ;
    skos:altLabel "Sudovian language"@en ;
    skos:definition "Sudovian (also known as Jatvingian or Yotvingian) is an extinct western Baltic language of Northeastern Europe. Closely related to the Old Prussian language, it was formerly spoken southwest of the Nemunas river in what is now Lithuania, east of Galindia and north of Yotvingia, and by exiles in East Prussia."@en ;
    skos:inScheme lexvo: ;
    skos:notation "xsv"^^xsd:string ;
    skos:prefLabel "Jatvingià"@ca,
        "Jatwingische Sprache"@de,
        "Sudovian"@en,
        "Jatvingi keel"@et,
        "زبان یاتوینگی"@fa,
        "Sudovien"@fr,
        "Jatvinški jezik"@hr,
        "Lingua jatvingica"@it,
        "スドヴィア語"@ja,
        "수도비아어"@ko,
        "Jotvingių kalba"@lt,
        "Juotvingiu kalba"@lt-x,
        "Jātvingu valoda"@lv,
        "Јатвиншки јазик"@mk,
        "Sudovisch"@nl,
        "Jotvingisk"@no,
        "Język jaćwiński"@pl,
        "Sudóvio"@pt,
        "Ятвяжский язык"@ru,
        "Sudoviska"@sv .

<http://lexvo.org/id/iso639-3/xsy> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "xsy"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Saisiyat_language>,
        <http://www.mpii.de/yago/resource/Saisiyat_language> ;
    skos:altLabel "Saisiyat language"@en ;
    skos:definition "Saisiyat is the language of the Saisiyat, a tribe of indigenous people on Taiwan (see Taiwanese aborigines). It is a Formosan language of the Austronesian family. It has approximately 4,750 speakers."@en ;
    skos:inScheme lexvo: ;
    skos:notation "xsy"^^xsd:string ;
    skos:prefLabel "Saisiyat"@en,
        "Saisiyat"@fr,
        "Soi-ha-ngî"@hak,
        "Lingua Saisiyat"@it,
        "Саисијатски јазик"@mk,
        "Saisiyat"@nl,
        "ภาษาไซซิยัต"@th,
        "賽夏語"@zh .

<http://lexvo.org/id/iso639-3/xub> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "xub"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Betta_Kurumba_language>,
        <http://www.mpii.de/yago/resource/Betta_Kurumba_language> ;
    skos:altLabel "Betta Kurumba language"@en,
        "Kurumba, Betta"@en ;
    skos:definition "The Betta Kurumba language (; ) is a Dravidian language related to Tamil, spoken by 32,000 people in the Nilgiri mountains and in adjoining areas in Tamil Nadu, Karnataka and Kerala. means “hills” in Kannada."@en ;
    skos:inScheme lexvo: ;
    skos:notation "xub"^^xsd:string ;
    skos:prefLabel "Betta Kurumba"@en,
        "பெட்டக் குறும்பர் மொழி"@ta .

<http://lexvo.org/id/iso639-3/xug> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "xug"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Kunigami_language>,
        <http://www.mpii.de/yago/resource/Kunigami_language> ;
    skos:altLabel "Kunigami language"@en ;
    skos:definition "The Kunigami language is an Okinawan language spoken largely in the north of Okinawa Island. Like other Okinawan languages, Kunigami is part of the Ryukyuan family. The number of competent native speakers of the language is not known - as a result of Japanese language policy, the younger generation mostly speaks Japanese as their first language. It is often referred to as the Nakijin dialect of the Okinawan language, in comparison with the central Okinawan which is also called the dialect of Shuri and Naha."@en ;
    skos:inScheme lexvo: ;
    skos:notation "xug"^^xsd:string ;
    skos:prefLabel "Kounigameg"@br,
        "Kunigami"@en,
        "Idioma kunigami"@es,
        "Kunigami"@fr,
        "沖永良部与論沖縄北部諸方言"@ja,
        "Кунигамиски јазик"@mk,
        "Кунигамское наречие"@ru .

<http://lexvo.org/id/iso639-3/xur> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "xur"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Urartian_language>,
        <http://www.mpii.de/yago/resource/Urartian_language> ;
    skos:altLabel "Urartian language"@en ;
    skos:definition "Urartian, Vannic, and (in older literature) Chaldean are conventional names for the language spoken by the inhabitants of the ancient kingdom of Urartu that was located in the region of Lake Van, with its capital near the site of the modern town of Van, in the Armenian Highland, modern-day Eastern Anatolia region of Turkey. It was probably spoken by the majority of the population around Lake Van and in the areas along the upper Zab valley."@en ;
    skos:inScheme lexvo: ;
    skos:notation "xur"^^xsd:string ;
    skos:prefLabel "Урарту чĕлхи"@cv,
        "Urartäische Sprache"@de,
        "Urartian"@en,
        "Urarta lingvo"@eo,
        "Urartski jezik"@hr,
        "Lingua urartea"@it,
        "ウラルトゥ語"@ja,
        "ურარტული ენა"@ka,
        "우라르투어"@ko,
        "Urartisk"@no,
        "Język urartyjski"@pl,
        "Урартский язык"@ru,
        "Urartski jezik"@sh,
        "Urarteiska"@sv,
        "ภาษายูราร์เทีย"@th,
        "Urartuca"@tr,
        "Урартський клинопис"@uk .

<http://lexvo.org/id/iso639-3/xuu> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "xuu"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/kxoe1243> ;
    skos:inScheme lexvo: ;
    skos:notation "xuu"^^xsd:string ;
    skos:prefLabel "Kxoe"@en .

<http://lexvo.org/id/iso639-3/xve> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "xve"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Venetic_language>,
        <http://www.mpii.de/yago/resource/Venetic_language> ;
    skos:altLabel "Venetic language"@en ;
    skos:definition "Venetic is an extinct Indo-European language that was spoken in ancient times in the North East of Italy (Veneto) and part of modern Slovenia, between the Po River delta and the southern fringe of the Alps."@en ;
    skos:inScheme lexvo: ;
    skos:notation "xve"^^xsd:string ;
    skos:prefLabel "Idioma venetico"@an,
        "Feneteg"@cy,
        "Venetische Sprache"@de,
        "Βενετική γλώσσα"@el,
        "Venetic"@en,
        "Praveneta lingvo"@eo,
        "Idioma venético"@es,
        "Veneetin kieli"@fi,
        "Vénète"@fr,
        "ונטית"@he,
        "Bahasa Venetia"@id,
        "Lingua venetica"@it,
        "ウェネティ語"@ja,
        "Lingua Venetica"@la,
        "Venetisch"@li,
        "Венетски јазик"@mk,
        "Venetisch"@nl,
        "Venetisk"@no,
        "Język wenetyjski"@pl,
        "Венетский язык"@ru,
        "Venetčina"@sk,
        "Venetščina"@sl,
        "Venetiska"@sv,
        "Lengoa venètica"@vec,
        "威尼托语"@zh .

<http://lexvo.org/id/iso639-3/xvi> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "xvi"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Kamviri_dialect>,
        <http://www.mpii.de/yago/resource/Kamviri_dialect> ;
    skos:altLabel "Kamviri dialect"@en ;
    skos:definition "Kamviri is a dialect of the Kamkata-viri language spoken by 5,000 to 10,000 of the Kom people of Afghanistan and Pakistan. There are slight dialectal differences of the Kamviri speakers of Pakistan. The most used alternative names are Kati, Kamozi or Bashgali."@en ;
    skos:inScheme lexvo: ;
    skos:notation "xvi"^^xsd:string ;
    skos:prefLabel "Kamviri"@en,
        "Kamviri"@fr .

<http://lexvo.org/id/iso639-3/xvn> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "xvn"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Vandalic_language>,
        <http://www.mpii.de/yago/resource/Vandalic_language> ;
    skos:altLabel "Vandalic language"@en ;
    skos:definition "Vandalic was a Germanic language probably closely related to Gothic. The Vandals, Hasdingi and Silingi established themselves in Gallaecia (Northern Portugal and Galicia) and in Southern Spain, following other Germanic and non-Germanic peoples (Visigoths, Alans and Suevi), before moving to North Africa in AD 429."@en ;
    skos:inScheme lexvo: ;
    skos:notation "xvn"^^xsd:string ;
    skos:prefLabel "Vandaals"@af,
        "Idioma vandalo"@an,
        "Vandaleg"@br,
        "Vandalština"@cs,
        "Vandalische Sprache"@de,
        "Vandalic"@en,
        "Vandala lingvo"@eo,
        "Idioma vándalo"@es,
        "Vandaalin kieli"@fi,
        "Vandale"@fr,
        "Fandaalsk"@fy,
        "𐍅𐌰𐌽𐌳𐌰𐌻𐌹𐍃𐌺𐌰 𐍂𐌰𐌶𐌳𐌰/Wandaliska razda"@got,
        "Vandál nyelv"@hu,
        "Bahasa Vandal"@id,
        "Lingua vandalica"@it,
        "Вандал тілі"@kk,
        "반달어"@ko,
        "Vandalų kalba"@lt,
        "Вандалски јазик"@mk,
        "Vandoals"@nds,
        "Vandaals"@nl,
        "Vandalisk"@nn,
        "Vandalsk"@no,
        "Język wandalski"@pl,
        "Вандальский язык"@ru .

<http://lexvo.org/id/iso639-3/xvo> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "xvo"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Volscian_language>,
        <http://www.mpii.de/yago/resource/Volscian_language> ;
    skos:altLabel "Volscian language"@en ;
    skos:definition "Volscian was a Sabellic Italic language, which was spoken by the Volsci and closely related to Oscan and Umbrian."@en ;
    skos:inScheme lexvo: ;
    skos:notation "xvo"^^xsd:string ;
    skos:prefLabel "Volscian"@en,
        "Volskin kieli"@fi,
        "Lingua Volsca"@la,
        "Língua volsca"@pt,
        "沃尔西语"@zh .

<http://lexvo.org/id/iso639-3/xvs> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "xvs"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Vestinian_language>,
        <http://www.mpii.de/yago/resource/Vestinian_language> ;
    skos:altLabel "Vestinian language"@en ;
    skos:definition "Vestinian is a scholarly term referring to an extinct Indo-European language documented only in two surviving inscriptions of the Roman Republic. It is presumed to have been anciently spoken by the tribe of the Vestini, who occupied the region within current Abruzzo from Gran Sasso to the Adriatic Sea in east-central Italy during that time. Vestini is the Roman exonym for the people. Not enough of their presumed language survives to classify it beyond Italic. Vestinian is one of a number of scantily attested Italic languages spoken in small regions of the Appennines directly east of Rome called generally \"the minor dialects.\" There is currently no agreement on their precise classification."@en ;
    skos:inScheme lexvo: ;
    skos:notation "xvs"^^xsd:string ;
    skos:prefLabel "Vestinian"@en,
        "Idioma vestino"@es,
        "Dialetto vestino"@it,
        "Lingua Vestina"@la,
        "Vestiniaans"@nl,
        "Вестинский язык"@ru .

<http://lexvo.org/id/iso639-3/xwa> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "xwa"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Kwaza_language>,
        <http://www.mpii.de/yago/resource/Kwaza_language> ;
    skos:altLabel "Kwaza language"@en ;
    skos:definition "Kwaza (also written Kwazá or Koaiá) is an endangered, unclassified language spoken by the Kwaza people of Brazil. there were only 25 known speakers living in close proximity with neighbouring speakers of the Aikanã and Nambikwaran languages, though over half of these were children."@en ;
    skos:inScheme lexvo: ;
    skos:notation "xwa"^^xsd:string ;
    skos:prefLabel "Kwaza"@en,
        "Idioma kwazá"@es,
        "Kwaza"@fr,
        "Kwazá jezik"@hr,
        "Кваза"@ru .

<http://lexvo.org/id/iso639-3/xwc> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "xwc"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Woccon_language>,
        <http://www.mpii.de/yago/resource/Woccon_language> ;
    skos:altLabel "Woccon language"@en ;
    skos:definition "Woccon was one of two Catawban Eastern Siouan languages of the eastern US, which together with the Western Siouan languages formed the Siouan language family. It is attested only in a vocabulary of 143 words printed in 1709."@en ;
    skos:inScheme lexvo: ;
    skos:notation "xwc"^^xsd:string ;
    skos:prefLabel "Woccon"@en .

<http://lexvo.org/id/iso639-3/xwe> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "xwe"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Pher%C3%A1_language>,
        <http://www.mpii.de/yago/resource/Pher%C3%A1_language> ;
    skos:altLabel "Gbe, Xwela"@en,
        "Pherá language"@en ;
    skos:definition "Pherá, also spelled Xwela, is a Gbe language of Benin. It forms a dialect chain with Western Phla."@en ;
    skos:inScheme lexvo: ;
    skos:notation "xwe"^^xsd:string ;
    skos:prefLabel "Xwela"@de,
        "Xwela Gbe"@en,
        "Xwela Gbe jezik"@hr,
        "Lenga Gbe, Xwela"@pms,
        "Kigbe-Xwela"@sw .

<http://lexvo.org/id/iso639-3/xxb> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "xxb"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Boro_language_(Ghana)>,
        <http://www.mpii.de/yago/resource/Boro_language_(Ghana)> ;
    skos:altLabel "Boro (Ghana)"@en,
        "Boro language"@en ;
    skos:definition "Boro is an extinct language once spoken in central eastern Ghana. In the vicinity of Worawora and Tapa, Rudolf Plehn found one old man who could still remember some words of this language, which according to him was spoken by more people in his younger years. The language is only known from the 12 lexical items collected by Plehn around the end of the 19th century and published in Seidel (1898). Westermann (1922) classified it as one of the Togorestsprachen, while Heine (1968:300) treats it as unclassified."@en ;
    skos:inScheme lexvo: ;
    skos:notation "xxb"^^xsd:string ;
    skos:prefLabel "Boro"@en .

<http://lexvo.org/id/iso639-3/xxk> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "xxk"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/keoo1238> ;
    skos:inScheme lexvo: ;
    skos:notation "xxk"^^xsd:string ;
    skos:prefLabel "Ke'o"@en .

<http://lexvo.org/id/iso639-3/xxr> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "xxr"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Korop%C3%B3_language>,
        <http://www.mpii.de/yago/resource/Korop%C3%B3_language> ;
    skos:altLabel "Koropó language"@en ;
    skos:definition "Koropó (Coropó) is an extinct language of eastern Brazil."@en ;
    skos:inScheme lexvo: ;
    skos:notation "xxr"^^xsd:string ;
    skos:prefLabel "Koropó"@en .

<http://lexvo.org/id/iso639-3/xxt> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "xxt"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Tambora_language>,
        <http://www.mpii.de/yago/resource/Tambora_language> ;
    skos:altLabel "Tambora language"@en ;
    skos:definition "Tambora is the poorly attested non-Austronesian (Papuan) language of the Tambora culture of central Sumbawa, in what is now Indonesia, which was wiped out by the 1815 eruption of Mount Tambora. This was the westernmost known Papuan language (Donahue 2007), and was relatively unusual among such languages in being the language of a maritime trading state, though contemporary Papuan trading states were also found off Halmahera in Ternate and Tidore."@en ;
    skos:inScheme lexvo: ;
    skos:notation "xxt"^^xsd:string ;
    skos:prefLabel "Tambora"@de,
        "Tambora"@en .

<http://lexvo.org/id/iso639-3/xzh> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "xzh"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Zhang-Zhung_language>,
        <http://www.mpii.de/yago/resource/Zhang-Zhung_language> ;
    skos:altLabel "Zhang-Zhung language"@en ;
    skos:definition "Zhang-Zhung is an extinct Tibeto-Burman language that was spoken in what is now western Tibet. The term Zhang-zhung language has been used to refer to two different entities. The first Old Zhang-zhung refers to the language which appears in a small number of documents preserved in Dunhuang. The language of these text was identified as Zhang-zhung by F. W. Thomas and this identification has been accepted by Takeuchi Tsuguhito (武内紹人). However, Dan Martin questions the wisdom of connecting the language of these texts to the language which occurs occasionally in the scriptures of the Bon religion."@en ;
    skos:inScheme lexvo: ;
    skos:notation "xzh"^^xsd:string ;
    skos:prefLabel "Zhang-Zhung"@en,
        "Język szangszung"@pl,
        "Zhang-Zhung"@sv .

<http://lexvo.org/id/iso639-3/xzm> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "xzm"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Semigallian_language>,
        <http://www.mpii.de/yago/resource/Semigallian_language> ;
    skos:altLabel "Semigallian language"@en ;
    skos:definition "Semigallian is an extinct language of the Baltic language sub-family of the Indo-European languages."@en ;
    skos:inScheme lexvo: ;
    skos:notation "xzm"^^xsd:string ;
    skos:prefLabel "Idioma zemgalián"@an,
        "Zemgalià"@ca,
        "Semgalisk"@da,
        "Zemgalian"@en,
        "زبان سمیگالی"@fa,
        "Sémigalien"@fr,
        "Lingua semigallica"@it,
        "세미갈리아어"@ko,
        "Žiemgalių kalba"@lt,
        "Zemgaļu valoda"@lv,
        "Земгалски јазик"@mk,
        "Język zemgalski"@pl,
        "Земгальский язык"@ru,
        "Semigallian"@tr .

<http://lexvo.org/id/iso639-3/yaj> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "yaj"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Yangere_language>,
        <http://www.mpii.de/yago/resource/Yangere_language> ;
    skos:altLabel "Yangere language"@en ;
    skos:definition "Yangere is a Ubangian language of the Central African Republic. It is closely related to Central Banda."@en ;
    skos:inScheme lexvo: ;
    skos:notation "yaj"^^xsd:string ;
    skos:prefLabel "Banda-Yangere"@en .

<http://lexvo.org/id/iso639-3/yal> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "yal"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Yalunka_language>,
        <http://www.mpii.de/yago/resource/Yalunka_language> ;
    skos:altLabel "Yalunka language"@en ;
    skos:definition "Yalunka (or Jallonka) is the language of the Yalunka people of Guinea, Mali, Senegal, and Sierra Leone in West Africa. It is in the Mande language family."@en ;
    skos:inScheme lexvo: ;
    skos:notation "yal"^^xsd:string ;
    skos:prefLabel "Jalonke"@de,
        "Yalunka"@en,
        "Jalonké"@fr,
        "Bahasa Yalunka"@ms,
        "Lenga Yalunka"@pms,
        "Ялунка"@ru .

<http://lexvo.org/id/iso639-3/yar> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "yar"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Yabarana_language>,
        <http://www.mpii.de/yago/resource/Yabarana_language> ;
    skos:altLabel "Yabarana language"@en ;
    skos:definition "Yabarana is a Carib language that was spoken by 20 to 50 people in 1977 in Venezuela. It is nearly extinct."@en ;
    skos:inScheme lexvo: ;
    skos:notation "yar"^^xsd:string ;
    skos:prefLabel "Yabaraneg"@br,
        "Yabarana"@en,
        "Jabarana lingvo"@eo,
        "Idioma yabarana"@es,
        "Yabarana jezik"@hr .

<http://lexvo.org/id/iso639-3/yau> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "yau"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Hod%C3%AF_language>,
        <http://www.mpii.de/yago/resource/Hod%C3%AF_language> ;
    skos:altLabel "Hodï language"@en ;
    skos:definition "The Hodï (Jotí, Hoti) language, also known as Yuwana (Yoana), Waruwaru, or Chikano (Chicano), is a small unclassified language of Venezuela. Almost nothing is known of it; its several hundred speakers are monolingual hunter-gatherers."@en ;
    skos:inScheme lexvo: ;
    skos:notation "yau"^^xsd:string ;
    skos:prefLabel "Yuwana"@en,
        "Idioma hoti"@es .

<http://lexvo.org/id/iso639-3/yax> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "yax"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Yauma_dialect>,
        <http://www.mpii.de/yago/resource/Yauma_dialect> ;
    skos:altLabel "Yauma dialect"@en ;
    skos:definition "The Yauma dialect is spoken in Angola and Zambia in the Kwando River area. The Ethnologue gives its family as \"unclassified\", an apparent error, as it notes that Yauma is \"part of the Ngangela subgroup\" of the Chokwe–Luchazi (K.10) Bantu languages. (It may be unclassified within that group.) describes it as a variety of Mbunda, also a K.10 Bantu language, citing Maniacky 1997."@en ;
    skos:inScheme lexvo: ;
    skos:notation "yax"^^xsd:string ;
    skos:prefLabel "Yaumaeg"@br,
        "Yauma"@de,
        "Yauma"@en,
        "Lenga yauma"@pms,
        "Kiyauma"@sw .

<http://lexvo.org/id/iso639-3/yay> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "yay"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Gwune_language>,
        <http://www.mpii.de/yago/resource/Gwune_language> ;
    skos:altLabel "Gwune language"@en ;
    skos:definition "The Gwune language, also known as Agwagwune, is a Upper Cross River language of Nigeria. It is a dialect cluster named after its prestige variety; others are Abayongo, Abini, Dim, Orum, Erei, Etono."@en ;
    skos:inScheme lexvo: ;
    skos:notation "yay"^^xsd:string ;
    skos:prefLabel "Agwagwune"@de,
        "Agwagwune"@en,
        "Lingua agwagwune"@gl,
        "Agwagwune jezik"@hr,
        "Lenga Agwagwune"@pms .

<http://lexvo.org/id/iso639-3/yaz> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "yaz"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Loko_language_(Nigeria)>,
        <http://www.mpii.de/yago/resource/Loko_language_(Nigeria)> ;
    skos:altLabel "Loko language"@en ;
    skos:definition "Loko, or Lokaa, is a Upper Cross River language of Nigeria."@en ;
    skos:inScheme lexvo: ;
    skos:notation "yaz"^^xsd:string ;
    skos:prefLabel "Lokaa"@en .

<http://lexvo.org/id/iso639-3/ybh> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ybh"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Yakkha_language>,
        <http://www.mpii.de/yago/resource/Yakkha_language> ;
    skos:altLabel "Yakkha language"@en ;
    skos:definition "Yakkha (also erroneously spelled as Yakha) is a language spoken in parts of Nepal, Darjeeling district and Sikkim. The Yakkha-speaking villages are located to the East of the Arun river, in the southern part of the Sankhuwasabha district and in the northern part of the Dhankuta district of Nepal. About 14,000 people still speak the language, out of 17,003 ethnic Yakkha in Nepal. Genealogically, Yakkha belongs to the Eastern Kiranti languages and is in one subgroup with several Rai languages, e.g. Belhare, Athpare, Chintang and Chulung (Chɨlɨng). Ethnically however, the Yakkha people perceive themselves as distinct from the other Kiranti groups such as Limbu and Rai. Yakkha has no own script, but recently published materials use a slightly adjusted Devanagari script."@en ;
    skos:inScheme lexvo: ;
    skos:notation "ybh"^^xsd:string ;
    skos:prefLabel "Якха"@bg,
        "Yakeg"@br,
        "Yakha"@en,
        "Якха"@uk .

<http://lexvo.org/id/iso639-3/ybi> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ybi"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Yamphu_language>,
        <http://www.mpii.de/yago/resource/Yamphu_language> ;
    skos:altLabel "Yamphu language"@en ;
    skos:definition "Yamphu is a Tibeto-Burman language spoken by the Yamphu Rai, a Kiranti people of the Himalayas of Nepal. Tomyang (Chongka) is a dialect."@en ;
    skos:inScheme lexvo: ;
    skos:notation "ybi"^^xsd:string ;
    skos:prefLabel "Yampoueg"@br,
        "Yamphu"@en,
        "Yamphuish"@gv .

<http://lexvo.org/id/iso639-3/ybj> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ybj"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Hasha_language>,
        <http://www.mpii.de/yago/resource/Hasha_language> ;
    skos:altLabel "Hasha language"@en ;
    skos:definition "Hasha Yashi is a Plateau language of Nigeria. It has an idiosyncratic system of reduplicating the first syllable of noun stems, apparently under the influence of the Chadic language Sha."@en ;
    skos:inScheme lexvo: ;
    skos:notation "ybj"^^xsd:string ;
    skos:prefLabel "Hasha"@en .

<http://lexvo.org/id/iso639-3/ybn> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ybn"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Yaba%C3%A2na_language>,
        <http://www.mpii.de/yago/resource/Yaba%C3%A2na_language> ;
    skos:altLabel "Yabaâna language"@en ;
    skos:definition "Yabaâna (Yabaána) is an extinct Arawakan language of Brazil."@en ;
    skos:inScheme lexvo: ;
    skos:notation "ybn"^^xsd:string ;
    skos:prefLabel "Yabaâna"@en .

<http://lexvo.org/id/iso639-3/ydg> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ydg"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Yidgha_language>,
        <http://www.mpii.de/yago/resource/Yidgha_language> ;
    skos:altLabel "Yidgha language"@en ;
    skos:definition "The Yidgha language is a Pamir language spoken in the Upper Lutkuh Valley (Tehsil Lotkuh) of Chitral, Khyber Pakhtunkhwa west of Garam Chashma in Pakistan. Yidgha is similar to the Munji language spoken on the Afghan side of the border."@en ;
    skos:inScheme lexvo: ;
    skos:notation "ydg"^^xsd:string ;
    skos:prefLabel "Йъдгайски език"@bg,
        "Yidgeg"@br,
        "Yidgha"@en,
        "Jidga keel"@et,
        "Język yidgański"@pl,
        "Йидга"@ru,
        "ภาษายิดคา"@th,
        "یدغہ زبان"@ur .

<http://lexvo.org/id/iso639-3/yei> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "yei"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Yeni_language>,
        <http://www.mpii.de/yago/resource/Yeni_language> ;
    skos:altLabel "Yeni language"@en ;
    skos:definition "The Yeni language is an extinct language of Cameroon, formerly spoken around Djeni Mountain in the Nyalang area. All that remains of the language, apparently, is a song remembered by some Sandani speakers. However, according to Bruce Connell (the first linguist to report its existence, in 1995), comparison of the song's words to neighboring languages suggests that \"it was closely related to [the Mambiloid languages] Cambap, Njerep, and Kasabe\" ."@en ;
    skos:inScheme lexvo: ;
    skos:notation "yei"^^xsd:string ;
    skos:prefLabel "Yenieg"@br,
        "Yeni"@de,
        "Yeni"@en,
        "Yeni"@hr,
        "Lenga yeni"@pms,
        "Kiyeni"@sw .

<http://lexvo.org/id/iso639-3/yej> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "yej"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Yevanic_language>,
        <http://www.mpii.de/yago/resource/Yevanic_language> ;
    skos:altLabel "Yevanic language"@en ;
    skos:definition "Yevanic, otherwise known as Judeo-Greek, was the dialect of the Romaniotes, the group of Greek Jews whose existence in Greece is documented since the Hellenistic period. Its linguistic lineage stems from the Hellenistic Koine and includes Hebrew elements as well. It was mutually intelligible with Greek of the Christian population. The Romaniotes used Hebrew alphabet to write Greek and Yevanic texts."@en ;
    skos:inScheme lexvo: ;
    skos:notation "yej"^^xsd:string ;
    skos:prefLabel "Yevaneg"@br,
        "Jevanische Sprache"@de,
        "Ρωμανιώτικη διάλεκτος"@el,
        "Yevanic"@en,
        "Juutalaiskreikka"@fi,
        "Yévanique"@fr,
        "Grego ievánico"@gl,
        "יווניטיקה"@he,
        "ユダヤ・ギリシア語"@ja,
        "Djudeo-grégo"@lad,
        "Język jewanik"@pl,
        "Lenga yevanica"@pms,
        "Еврейско-греческий диалект"@ru,
        "Yevanik"@tr,
        "Єврейсько-грецький діалект"@uk .

<http://lexvo.org/id/iso639-3/yes> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "yes"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Yeskwa_language>,
        <http://www.mpii.de/yago/resource/Yeskwa_language> ;
    skos:altLabel "Yeskwa language"@en ;
    skos:definition "Yeskwa is a Plateau language of Nigeria. It sometimes appears in the literature as Nyenkpa, which is a dialect. The prestige dialect is Tattara."@en ;
    skos:inScheme lexvo: ;
    skos:notation "yes"^^xsd:string ;
    skos:prefLabel "Nyankpa"@en .

<http://lexvo.org/id/iso639-3/yet> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "yet"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Yetfa_language>,
        <http://www.mpii.de/yago/resource/Yetfa_language> ;
    skos:altLabel "Yetfa language"@en ;
    skos:definition "Yetfa or Biksi (Biaksi) is a Sepik language spoken in West Papua, Indonesia, and across the border in Papua New Guinea. It's a trade language in West Papua up to the PNG border."@en ;
    skos:inScheme lexvo: ;
    skos:notation "yet"^^xsd:string ;
    skos:prefLabel "Yetfa"@en .

<http://lexvo.org/id/iso639-3/yeu> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "yeu"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Yerukala_language>,
        <http://www.mpii.de/yago/resource/Yerukala_language> ;
    skos:altLabel "Yerukala language"@en ;
    skos:definition "Yerukula is a Dravidian language mainly spoken by the Yerukala tribe. This language is also called Kurru basha or Kulavatha. Yerukala is linguistically close to South Dravidian languages such as Ravula and Irula. Lexical similarity among these languages ranges from 53% to 81%; in the case of Irula, it varies from 33% to 38%; in case of Ravula, it varies from 28% to 45%; in case of modern Tamil, it varies from 27% to 45%."@en ;
    skos:inScheme lexvo: ;
    skos:notation "yeu"^^xsd:string ;
    skos:prefLabel "Yerukula"@en,
        "Língua kurru"@pt,
        "யெருக்குல மொழி"@ta .

<http://lexvo.org/id/iso639-3/ygw> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ygw"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Yagwoia_language>,
        <http://www.mpii.de/yago/resource/Yagwoia_language> ;
    skos:altLabel "Yagwoia language"@en ;
    skos:definition "Yagwoia (Yeghuye), or Kokwaiyakwa, is an Angan language of Papua New Guinea. Dialects are named after the five ethnicities, Iwalaqamalje, Hiqwaye, Hiqwase, Gwase, Heqwangilye (Yeqwangilje dialect)."@en ;
    skos:inScheme lexvo: ;
    skos:notation "ygw"^^xsd:string ;
    skos:prefLabel "Yagwoia"@en .

<http://lexvo.org/id/iso639-3/yha> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "yha"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Paha_language>,
        <http://www.mpii.de/yago/resource/Paha_language> ;
    skos:altLabel "Buyang, Baha"@en,
        "Paha language"@en ;
    skos:definition "Paha (autonym: pa33 ha33) is a Kra language spoken in northern Guangnan County, Wenshan Prefecture, Yunnan. The two villages are located near the border with Longlin County, Guangxi. Paha is often considered to be part of the Buyang dialect cluster and is the most divergent form. Although listed in Ethnologue as Baha Buyang (ISO 639-3: ), Thai linguist Weera Ostapirat considers Paha to be a separate language."@en ;
    skos:inScheme lexvo: ;
    skos:notation "yha"^^xsd:string ;
    skos:prefLabel "Baha Buyang"@en .

<http://lexvo.org/id/iso639-3/yhd> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "yhd"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Judeo-Iraqi_Arabic>,
        <http://www.mpii.de/yago/resource/Judeo-Iraqi_Arabic> ;
    skos:altLabel "Arabic, Judeo-Iraqi"@en ;
    skos:definition "Judeo-Iraqi Arabic (also known as Iraqi Judeo-Arabic, Arabi, Yahudic) is a variety of Arabic spoken by Jews living or formerly living in Iraq. 99% of all speakers now live in Israel. Speakers are older adults."@en ;
    skos:inScheme lexvo: ;
    skos:notation "yhd"^^xsd:string ;
    skos:prefLabel "يهودية عراقية"@ar,
        "Judeo-Iraqi Arabic"@en,
        "Judeoirački arapski"@hr,
        "Јудео-ирачки арапски јазик"@mk,
        "ภาษาอาหรับยิวอิรัก"@th .

<http://lexvo.org/id/iso639-3/yim> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "yim"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Yimchungr%C3%BC_language>,
        <http://www.mpii.de/yago/resource/Yimchungr%C3%BC_language> ;
    skos:altLabel "Naga, Yimchungru"@en,
        "Yimchungrü language"@en ;
    skos:definition "Yimchungrü is a Naga language of northeast India, spoken by the Yimchunger people."@en ;
    skos:inScheme lexvo: ;
    skos:notation "yim"^^xsd:string ;
    skos:prefLabel "Yimtchoungroueg"@br,
        "Yimchungru Naga"@en .

<http://lexvo.org/id/iso639-3/yip> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "yip"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Pholo_language>,
        <http://www.mpii.de/yago/resource/Pholo_language> ;
    skos:altLabel "Pholo language"@en ;
    skos:definition "Pholo is a Loloish language of China. Although culturally associated with the Phula languages, it is not closely related. Pelkey (2011:353) specifically excludes it, noting that it does not share the defining features of that branch of Loloish."@en ;
    skos:inScheme lexvo: ;
    skos:notation "yip"^^xsd:string ;
    skos:prefLabel "Pholo"@en .

<http://lexvo.org/id/iso639-3/yix> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "yix"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Axi_language>,
        <http://www.mpii.de/yago/resource/Axi_language> ;
    skos:altLabel "Axi language"@en,
        "Yi, Axi"@en ;
    skos:definition "Axi (Ahi) is one of the Loloish languages spoken by the Yi people of China."@en ;
    skos:inScheme lexvo: ;
    skos:notation "yix"^^xsd:string ;
    skos:prefLabel "Axi Yi"@en .

<http://lexvo.org/id/iso639-3/yiz> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "yiz"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Azhe_language>,
        <http://www.mpii.de/yago/resource/Azhe_language> ;
    skos:altLabel "Azhe language"@en ;
    skos:definition "Azhe is one of the Loloish languages spoken by the Yi people of China."@en ;
    skos:inScheme lexvo: ;
    skos:notation "yiz"^^xsd:string ;
    skos:prefLabel "Azhe"@en .

<http://lexvo.org/id/iso639-3/yki> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "yki"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Yoke_language>,
        <http://www.mpii.de/yago/resource/Yoke_language> ;
    skos:altLabel "Yoke language"@en ;
    skos:definition "Yoke is a poorly documented language spoken by about 200 people in the north of Papua, Indonesia. The name is also spelled Yoki, Yauke, Jauke, and it is also known as Bitovondo. It was spoken in a single village in the interior until the government relocated a third of the population to a new village, Mantarbori, on the coast. In the late 19th century a word list of \"Pauwi\" was collected at Lake Rombebai, where the Yoke say they migrated from; this is transparently Yoke, apart from some words which do not appear in the modern language but are found in related Warembori."@en ;
    skos:inScheme lexvo: ;
    skos:notation "yki"^^xsd:string ;
    skos:prefLabel "Yoke"@en .

<http://lexvo.org/id/iso639-3/ykl> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ykl"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Khlula_language>,
        <http://www.mpii.de/yago/resource/Khlula_language> ;
    skos:altLabel "Khlula language"@en ;
    skos:definition "Khlula is one of the Loloish languages spoken by the Phula people of China."@en ;
    skos:inScheme lexvo: ;
    skos:notation "ykl"^^xsd:string ;
    skos:prefLabel "Khlula"@en .

<http://lexvo.org/id/iso639-3/yko> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "yko"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Yasa_language>,
        <http://www.mpii.de/yago/resource/Yasa_language> ;
    skos:altLabel "Yasa language"@en ;
    skos:definition "Yasa (Yassa) is a Bantu language of Cameroon and Equatorial Guinea by Ndowe coastal fishing people. It is also spoken by Pygmies, perhaps Babongo, in Gabon."@en ;
    skos:inScheme lexvo: ;
    skos:notation "yko"^^xsd:string ;
    skos:prefLabel "Yasa"@de,
        "Yasa"@en,
        "Lenga Yasa"@pms,
        "Kiyasa"@sw .

<http://lexvo.org/id/iso639-3/yky> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "yky"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/yako1252> ;
    skos:inScheme lexvo: ;
    skos:notation "yky"^^xsd:string ;
    skos:prefLabel "Yakoma"@en .

<http://lexvo.org/id/iso639-3/yla> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "yla"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Yaul_language>,
        <http://www.mpii.de/yago/resource/Yaul_language> ;
    skos:altLabel "Yaul language"@en ;
    skos:definition "Yaul is a Ramu language of Papua New Guinea."@en ;
    skos:inScheme lexvo: ;
    skos:notation "yla"^^xsd:string ;
    skos:prefLabel "Yaul"@en .

<http://lexvo.org/id/iso639-3/ylr> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ylr"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Yalarnnga_language>,
        <http://www.mpii.de/yago/resource/Yalarnnga_language> ;
    skos:altLabel "Yalarnnga language"@en ;
    skos:definition "Yalarnnga (also Jalarnnga, Yalarrnnga, or Yalanga) is an extinct Australian Aboriginal language of the Pama–Nyungan family, and is closely related to the Kalkatungu language. It was formerly spoken in areas near the town of Dajarra, in far northwestern Queensland. The last native speaker died in 1980."@en ;
    skos:inScheme lexvo: ;
    skos:notation "ylr"^^xsd:string ;
    skos:prefLabel "Yalarnnga"@en,
        "Lenga yalarnnga"@pms,
        "Yalarnnga"@sv .

<http://lexvo.org/id/iso639-3/yly> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "yly"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/nyal1254> ;
    skos:altLabel "Nyâlayu"@en ;
    skos:inScheme lexvo: ;
    skos:notation "yly"^^xsd:string ;
    skos:prefLabel "Nyelâyu"@en .

<http://lexvo.org/id/iso639-3/yme> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "yme"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Yameo_language>,
        <http://www.mpii.de/yago/resource/Yameo_language> ;
    skos:altLabel "Yameo language"@en ;
    skos:definition "Yameo is an extinct language from Peba–Yaguan language family that was formerly spoken in Peru. It was spoken along the banks of the Amazon River from the Tigre River to the Nanay River."@en ;
    skos:inScheme lexvo: ;
    skos:notation "yme"^^xsd:string ;
    skos:prefLabel "Yameo"@en,
        "Yameo"@fr,
        "Język yameo"@pl .

<http://lexvo.org/id/iso639-3/ymm> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ymm"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Maay_language>,
        <http://www.mpii.de/yago/resource/Maay_language> ;
    skos:altLabel "Maay language"@en ;
    skos:definition "Maay Maay (also known as Af Maay, Afmaay, Af-May arti, Af-May, Af-Maymay, Rahanween, Rahanweyn) is a member of the East Cushitic branch of the Afro-Asiatic family and is written using the Latin script. It is spoken mostly in Somalia and adjacent parts of Ethiopia and Kenya. Its speakers are known as Sab Somalis. The center of the language is around Baidoa."@en ;
    skos:inScheme lexvo: ;
    skos:notation "ymm"^^xsd:string ;
    skos:prefLabel "Mayeg"@br,
        "Maay"@de,
        "Maay"@en,
        "Maay"@fi,
        "Lenga Maay"@pms,
        "Af-Maay"@so,
        "May"@sv .

<http://lexvo.org/id/iso639-3/yms> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "yms"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Mysian_language>,
        <http://www.mpii.de/yago/resource/Mysian_language> ;
    skos:altLabel "Mysian language"@en ;
    skos:definition "Mysian language was the languages spoken by Mysians inhabiting Mysia in north-west Anatolia."@en ;
    skos:inScheme lexvo: ;
    skos:notation "yms"^^xsd:string ;
    skos:prefLabel "Misi"@ca,
        "Μυσική γλώσσα"@el,
        "Mysian"@en,
        "Luteska lingvo"@eo,
        "Luteskiera hizkuntza"@eu .

<http://lexvo.org/id/iso639-3/yoi> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "yoi"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Yonaguni_language>,
        <http://www.mpii.de/yago/resource/Yonaguni_language> ;
    skos:altLabel "Yonaguni language"@en ;
    skos:definition "Yonaguni (Yonaguni: Dunan munui ドゥナンムヌイ) is a Ryukyuan language spoken by around 800 people on the island of Yonaguni, in the Ryukyu Islands, just east of Taiwan. It is most closely related to Yaeyama.."@en ;
    skos:inScheme lexvo: ;
    skos:notation "yoi"^^xsd:string ;
    skos:prefLabel "Yonagouneg"@br,
        "Yonaguni"@en,
        "Idioma yonaguni"@es,
        "Yonaguni"@fr,
        "Lingua yonaguni"@ia,
        "Lingua yonaguni"@it,
        "与那国方言"@ja,
        "요나구니어"@ko,
        "Jonagunių kalba"@lt,
        "ภาษาโยนากูนิ"@th,
        "與那國語"@zh .

<http://lexvo.org/id/iso639-3/yol> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "yol"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Yola_language>,
        <http://www.mpii.de/yago/resource/Yola_language> ;
    skos:altLabel "Yola language"@en ;
    skos:definition "Yola is an extinct West Germanic language formerly spoken in Wexford, Ireland. A branch of Middle English, it evolved separately among the English (known as the Old English) who followed the Norman barons Strongbow and Robert Fitzstephen to eastern Ireland in 1169."@en ;
    skos:inScheme lexvo: ;
    skos:notation "yol"^^xsd:string ;
    skos:prefLabel "Yoleg"@br,
        "Yolština"@cs,
        "Yola"@de,
        "Yola"@en,
        "Yola"@es,
        "Yola"@fi,
        "Lingua Yola"@it,
        "욜라어"@ko,
        "Yola"@no,
        "Język Yola"@pl,
        "Йола"@ru,
        "Yola leid"@sco,
        "Jola"@sh,
        "Jola"@sr,
        "约拉语"@zh .

<http://lexvo.org/id/iso639-3/yon> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "yon"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/yong1280> ;
    skos:inScheme lexvo: ;
    skos:notation "yon"^^xsd:string ;
    skos:prefLabel "Yongkom"@en .

<http://lexvo.org/id/iso639-3/yra> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "yra"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Yerakai_language>,
        <http://www.mpii.de/yago/resource/Yerakai_language> ;
    skos:altLabel "Yerakai language"@en ;
    skos:definition "Yerakai (Yerekai) is a Sepik language spoken in Sandaun Province, Papua-New Guinea. It's highly divergent from other Sepik languages, being only 6% cognate with the Middle Sepik languages it is sometimes classified with."@en ;
    skos:inScheme lexvo: ;
    skos:notation "yra"^^xsd:string ;
    skos:prefLabel "Yerakai"@en .

<http://lexvo.org/id/iso639-3/yre> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "yre"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Yaure_language>,
        <http://www.mpii.de/yago/resource/Yaure_language> ;
    skos:altLabel "Yaure language"@en ;
    skos:definition "Yaure (Yaouré, Yohowré, Youré) is a Mande language of Ivory Coast. Dialects are Klan, Yaan, Taan, Yoo, Bhoo."@en ;
    skos:inScheme lexvo: ;
    skos:notation "yre"^^xsd:string ;
    skos:prefLabel "Yaouré"@en .

<http://lexvo.org/id/iso639-3/yri> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "yri"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Yar%C3%AD_language>,
        <http://www.mpii.de/yago/resource/Yar%C3%AD_language> ;
    skos:altLabel "Yarí language"@en ;
    skos:definition "Yarí is the presumed language of the uncontacted Yari people, who are thought to number about 40. It may be a dialect of Carijona, a Western Tucanoan language, or Huitoto."@en ;
    skos:inScheme lexvo: ;
    skos:notation "yri"^^xsd:string ;
    skos:prefLabel "Yarí"@en,
        "Idioma yarí"@es .

<http://lexvo.org/id/iso639-3/yrl> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "yrl"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Nheengatu_language>,
        <http://www.mpii.de/yago/resource/Nheengatu_language> ;
    skos:altLabel "Nheengatu language"@en ;
    skos:definition "The Nheengatu language ( in original Tupi pronunciation), often spelled Nhengatu, is an Amerindian language of a Tupi–Guarani family. It is also known by the Portuguese names língua geral da Amazônia and língua geral amazônica, both meaning \"Amazonian General Language,\" or even by the Latin lingua brasilica (Brazilian Language). Nheengatu originated in northern Brazil in the 17th century as a lingua franca. Now known as nheengatu (also nhengatu, nyengatú, língua geral, geral, yeral), it is still spoken along the Rio Negro in northern Brazil (as well as in neighboring Colombia and Venezuela)."@en ;
    skos:inScheme lexvo: ;
    skos:notation "yrl"^^xsd:string ;
    skos:prefLabel "Nengatoueg"@br,
        "Nheengatu"@de,
        "Nhengatu"@en,
        "Ñe'engatú"@es,
        "Ñeengatú"@fi,
        "Nheengatu"@fr,
        "Nheengatu"@pt,
        "Ñengatu"@qu,
        "Ньенгату"@ru .

<http://lexvo.org/id/iso639-3/ysn> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ysn"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Sani_language>,
        <http://www.mpii.de/yago/resource/Sani_language> ;
    skos:altLabel "Sani language"@en ;
    skos:definition "Sani is one of the Loloish languages spoken by the Yi people of China."@en ;
    skos:inScheme lexvo: ;
    skos:notation "ysn"^^xsd:string ;
    skos:prefLabel "Sani"@en,
        "Yi sani"@fr,
        "Lenga Yi, Sani"@pms,
        "撒尼语"@zh .

<http://lexvo.org/id/iso639-3/yub> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "yub"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Yugambeh_language>,
        <http://www.mpii.de/yago/resource/Yugambeh_language> ;
    skos:altLabel "Yugambeh language"@en ;
    skos:definition "Yugambeh (many other names; see below) is an Australian aboriginal language spoken by the Yugambeh Bundjalung people living on the South-East Queensland coast between the Logan River and the Tweed River (including South Stradbroke Island)."@en ;
    skos:inScheme lexvo: ;
    skos:notation "yub"^^xsd:string ;
    skos:prefLabel "Yugambal"@en,
        "Yugambal jezik"@hr,
        "Lenga yugambal"@pms,
        "Yugambal"@sv .

<http://lexvo.org/id/iso639-3/yud> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "yud"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Judeo-Tripolitanian_Arabic>,
        <http://www.mpii.de/yago/resource/Judeo-Tripolitanian_Arabic> ;
    skos:altLabel "Arabic, Judeo-Tripolitanian"@en ;
    skos:definition "Judeo-Tripolitanian Arabic (also known as Tripolitanian Judeo-Arabic, Jewish Tripolitanian-Libyan Arabic, Tripolitait, Yudi) is a variety of Arabic spoken by Jews formerly living in Libya. Most speakers now live in Israel and Italy. Most speakers are over 40. Judeo-Tripolitanian Arabic differs from standard Libyan Arabic in that it closely resembles the original dialect of the sedentary population, whereas much of Libyas population now speaks Bedouin-influenced varieties of Arabic."@en ;
    skos:inScheme lexvo: ;
    skos:notation "yud"^^xsd:string ;
    skos:prefLabel "لهجة يهودية ليبية"@ar,
        "Arabeg yuzev-tripolek"@br,
        "Judeo-Tripolitanian Arabic"@en,
        "טריפוליטאית יהודית"@he,
        "Judeotripolitanski arapski"@hr,
        "Јудео-триполски јазик"@mk,
        "ภาษาอาหรับยิวตริโปลี"@th,
        "Yahudi Trablus Arapçası"@tr .

<http://lexvo.org/id/iso639-3/yui> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "yui"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/yuru1263> ;
    skos:inScheme lexvo: ;
    skos:notation "yui"^^xsd:string ;
    skos:prefLabel "Yurutí"@en .

<http://lexvo.org/id/iso639-3/yun> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "yun"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Bena_language_(Adamawa)>,
        <http://www.mpii.de/yago/resource/Bena_language_(Adamawa)> ;
    skos:altLabel "Bena (Nigeria)"@en,
        "Bena language"@en ;
    skos:definition "Bena (Bəna, Binna, Buna, Ebina, Ebuna, Gbinna, \"Lala\", Purra, Yangeru, Yongor, Yungur) is an Adamawa language of Nigeria."@en ;
    skos:inScheme lexvo: ;
    skos:notation "yun"^^xsd:string ;
    skos:prefLabel "Bena"@en .

<http://lexvo.org/id/iso639-3/yut> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "yut"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Yopno_language>,
        <http://www.mpii.de/yago/resource/Yopno_language> ;
    skos:altLabel "Yopno language"@en ;
    skos:definition "Yopno (Yupna) is one of the Finisterre languages of Papua New Guinea. Dialects are Kewieng, Nokopo, Wandabong, Isan."@en ;
    skos:inScheme lexvo: ;
    skos:notation "yut"^^xsd:string ;
    skos:prefLabel "Yopno"@en .

<http://lexvo.org/id/iso639-3/yuw> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "yuw"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Yau_language>,
        <http://www.mpii.de/yago/resource/Yau_language> ;
    skos:altLabel "Yau (Morobe Province)"@en,
        "Yau language"@en ;
    skos:definition "Yau, also called Uruwa, is one of the Finisterre languages of Papua New Guinea."@en ;
    skos:inScheme lexvo: ;
    skos:notation "yuw"^^xsd:string ;
    skos:prefLabel "Yau"@en .

<http://lexvo.org/id/iso639-3/yvt> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "yvt"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Yavitero_language>,
        <http://www.mpii.de/yago/resource/Yavitero_language> ;
    skos:altLabel "Yavitero language"@en ;
    skos:definition "Yavitero or Paraene is an extinct Maipurean language of Venezuela."@en ;
    skos:inScheme lexvo: ;
    skos:notation "yvt"^^xsd:string ;
    skos:prefLabel "Yavitero"@en,
        "Idioma yavitero"@es .

<http://lexvo.org/id/iso639-3/yxg> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "yxg"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Turrubal_language>,
        <http://www.mpii.de/yago/resource/Turrubal_language> ;
    skos:altLabel "Turrubal language"@en ;
    skos:definition "Turrubal (Turubul), also known as Yagara (Jagara), is an extinct language of Australia."@en ;
    skos:inScheme lexvo: ;
    skos:notation "yxg"^^xsd:string ;
    skos:prefLabel "Yagara"@en .

<http://lexvo.org/id/iso639-3/yxy> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "yxy"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Yabula-Yabula_language>,
        <http://www.mpii.de/yago/resource/Yabula-Yabula_language> ;
    skos:altLabel "Yabula-Yabula language"@en ;
    skos:definition "Yabula-Yabula (Jabulajabula), also known as Narinari, in an extinct language of Australia. Dixon considers it an isolate."@en ;
    skos:inScheme lexvo: ;
    skos:notation "yxy"^^xsd:string ;
    skos:prefLabel "Yabula Yabula"@en .

<http://lexvo.org/id/iso639-3/zaa> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "zaa"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/sier1250> ;
    skos:altLabel "Zapotec, Sierra de Juárez"@en ;
    skos:inScheme lexvo: ;
    skos:notation "zaa"^^xsd:string ;
    skos:prefLabel "Sierra de Juárez Zapotec"@en .

<http://lexvo.org/id/iso639-3/zab> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "zab"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/sanj1284> ;
    skos:altLabel "Zapotec, San Juan Guelavía"@en ;
    skos:inScheme lexvo: ;
    skos:notation "zab"^^xsd:string ;
    skos:prefLabel "San Juan Guelavía Zapotec"@en .

<http://lexvo.org/id/iso639-3/zag> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "zag"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Zaghawa_language>,
        <http://www.mpii.de/yago/resource/Zaghawa_language> ;
    skos:altLabel "Zaghawa language"@en ;
    skos:definition "The Zaghawa language is a Saharan language spoken by the Zaghawa people of eastern central Chad (in the Sahel) and northwestern Sudan (Darfur). The people who speak this language call it Beria, from Beri, the endonym of the Zaghawa people, and \"a,\" Zaghawa for mouth. It has been estimated that there are between 75,000 to 350,000 Zaghawa language speakers who primarily live in Chad and the Darfur region of Sudan."@en ;
    skos:inScheme lexvo: ;
    skos:notation "zag"^^xsd:string ;
    skos:prefLabel "Загава"@bg,
        "Zagaweg"@br,
        "Zaghawa"@de,
        "Zaghawa"@en,
        "Zaghawa"@ha,
        "Zaghawa jezik"@hr,
        "Загаваски јазик"@mk,
        "Język zaghawa"@pl,
        "Lenga Zaghawa"@pms .

<http://lexvo.org/id/iso639-3/zah> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "zah"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Zangwal_language>,
        <http://www.mpii.de/yago/resource/Zangwal_language> ;
    skos:altLabel "Zangwal language"@en ;
    skos:definition "Zangwal (also known as Twar or Zwangal) is an endangered language spoken in Bauchi State, Nigeria. There were approximately 100 remaining speakers in 1993."@en ;
    skos:inScheme lexvo: ;
    skos:notation "zah"^^xsd:string ;
    skos:prefLabel "Zangwal"@en,
        "Zangwal jezik"@hr .

<http://lexvo.org/id/iso639-3/zaj> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "zaj"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Zaramo_language>,
        <http://www.mpii.de/yago/resource/Zaramo_language> ;
    skos:altLabel "Zaramo language"@en ;
    skos:definition "Zaramo is a Niger–Congo language, formerly the primary tongue of the Zaramo people of eastern Tanzania. Today there are very few speakers, as the Zaramo population mainly use Swahili instead. The language is also known as Zalamo, Kizaramo, Dzalamo, Zaramu, Saramo or Myagatwa."@en ;
    skos:inScheme lexvo: ;
    skos:notation "zaj"^^xsd:string ;
    skos:prefLabel "Zaramo"@en .

<http://lexvo.org/id/iso639-3/zak> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "zak"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Zanaki_language>,
        <http://www.mpii.de/yago/resource/Zanaki_language> ;
    skos:altLabel "Zanaki language"@en ;
    skos:definition "Zanaki, Kizanaki, or Ikizanaki is a Bantu language of Tanzania. It is spoken by the Zanaki people of Musoma and was the first language of Tanzanian president Julius Nyerere."@en ;
    skos:inScheme lexvo: ;
    skos:notation "zak"^^xsd:string ;
    skos:prefLabel "Zanaki"@en,
        "Kizanaki"@sw .

<http://lexvo.org/id/iso639-3/zaw> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "zaw"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/mitl1236> ;
    skos:altLabel "Zapotec, Mitla"@en ;
    skos:inScheme lexvo: ;
    skos:notation "zaw"^^xsd:string ;
    skos:prefLabel "Mitla Zapotec"@en .

<http://lexvo.org/id/iso639-3/zaz> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "zaz"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Zari_language>,
        <http://www.mpii.de/yago/resource/Zari_language> ;
    skos:altLabel "Zari language"@en ;
    skos:definition "Zari (Zariwa) is a Chadic language of Nigeria."@en ;
    skos:inScheme lexvo: ;
    skos:notation "zaz"^^xsd:string ;
    skos:prefLabel "Zari"@en .

<http://lexvo.org/id/iso639-3/zhb> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "zhb"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Zhaba_language>,
        <http://www.mpii.de/yago/resource/Zhaba_language> ;
    skos:altLabel "Zhaba language"@en ;
    skos:definition "File:HuaiyuansiTuoLaJi.jpg|Caption1 File:Example.jpg|Caption2 Zhaba is a Qiangic language of Tibet spoken by about 8,000 people in the Zhamai district of Yajiang County. It is a Tibeto-Burman language."@en ;
    skos:inScheme lexvo: ;
    skos:notation "zhb"^^xsd:string ;
    skos:prefLabel "Zhaba"@en,
        "Zhaba"@fr .

<http://lexvo.org/id/iso639-3/zia> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "zia"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Zia_language>,
        <http://www.mpii.de/yago/resource/Zia_language> ;
    skos:altLabel "Zia language"@en ;
    skos:definition "Zia is a Papuan language spoken in the Lower Waria Valley in Morobe Province, Papua New Guinea. It is part of the Binandere subgroup of the hypothetical Trans–New Guinea phylum of languages (Ross, 2005)."@en ;
    skos:inScheme lexvo: ;
    skos:notation "zia"^^xsd:string ;
    skos:prefLabel "Zia"@en,
        "Zia"@fr,
        "Język zia"@pl,
        "Lenga Zia"@pms .

<http://lexvo.org/id/iso639-3/zil> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "zil"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Zialo_language>,
        <http://www.mpii.de/yago/resource/Zialo_language> ;
    skos:altLabel "Zialo language"@en ;
    skos:definition "Zialo (self-identification Ziolo) is a language spoken by the Zialo people in Guinea."@en ;
    skos:inScheme lexvo: ;
    skos:notation "zil"^^xsd:string ;
    skos:prefLabel "Zialo"@de,
        "Zialo"@en,
        "Zialo"@fr,
        "Zialo jezik"@hr,
        "Зиало"@ru .

<http://lexvo.org/id/iso639-3/zim> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "zim"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Mesme_language>,
        <http://www.mpii.de/yago/resource/Mesme_language> ;
    skos:altLabel "Mesme language"@en ;
    skos:definition "Mesmé is an Afro-Asiatic language of Chad. Zime (Djime) is a generic name."@en ;
    skos:inScheme lexvo: ;
    skos:notation "zim"^^xsd:string ;
    skos:prefLabel "Mesme"@en .

<http://lexvo.org/id/iso639-3/ziz> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ziz"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Zizilivakan_language>,
        <http://www.mpii.de/yago/resource/Zizilivakan_language> ;
    skos:altLabel "Zizilivakan language"@en ;
    skos:definition "Zizilivakan (also known as Ziziliveken, Ziliva, Àmzírív, Fali of Jilbu) is an Afro-Asiatic language spoken in Cameroon in Far North Province and neighboring Nigeria."@en ;
    skos:inScheme lexvo: ;
    skos:notation "ziz"^^xsd:string ;
    skos:prefLabel "Zizilivakaneg"@br,
        "Zizilivakan"@en,
        "Kizizilivakan"@sw .

<http://lexvo.org/id/iso639-3/zkg> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "zkg"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Goguryeo_language>,
        <http://www.mpii.de/yago/resource/Goguryeo_language> ;
    skos:altLabel "Goguryeo language"@en ;
    skos:definition "The Goguryeo language was spoken in the ancient kingdom of Goguryeo (37 – 668 ), one of the Three Kingdoms of Korea. The language is also known as Old Koguryo, Koguryoic, and Koguryoan."@en ;
    skos:inScheme lexvo: ;
    skos:notation "zkg"^^xsd:string ;
    skos:prefLabel "Koguryo"@en,
        "Idioma goguryeo"@es,
        "高句麗語"@ja,
        "고구려어"@ko,
        "Когурё"@ru,
        "ภาษาโกคูรยอ"@th,
        "高句麗語"@zh .

<http://lexvo.org/id/iso639-3/zko> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "zko"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Kott_language>,
        <http://www.mpii.de/yago/resource/Kott_language> ;
    skos:altLabel "Kott language"@en ;
    skos:definition "The Kott (Kot) language is an extinct Yeniseian language that was formerly spoken in central Siberia by the banks of Mana River, a tributary of the Yenisei river. It became extinct in the 1850s. Some linguists believe the Assan language was a dialect of Kott. Kott was closely related to Ket, still spoken farther north along the Yenisei river."@en ;
    skos:inScheme lexvo: ;
    skos:notation "zko"^^xsd:string ;
    skos:prefLabel "Kotteg"@br,
        "Котт чĕлхи"@cv,
        "Kott"@en,
        "Kotin kieli"@fi,
        "Kotte"@fr,
        "Kottski jezik"@hr,
        "Kot"@nl,
        "Kottisk"@no,
        "Język kott"@pl,
        "Коттский язык"@ru,
        "ภาษากอตต์"@th .

<http://lexvo.org/id/iso639-3/zkp> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "zkp"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/S%C3%A3o_Paulo_Kaing%C3%A1ng_language>,
        <http://www.mpii.de/yago/resource/S%C3%A3o_Paulo_Kaing%C3%A1ng_language> ;
    skos:altLabel "Kaingáng, São Paulo"@en,
        "São Paulo Kaingáng language"@en ;
    skos:definition "São Paulo Kaingáng was a Ge language of Brazil."@en ;
    skos:inScheme lexvo: ;
    skos:notation "zkp"^^xsd:string ;
    skos:prefLabel "São Paulo Kaingáng"@en .

<http://lexvo.org/id/iso639-3/zkr> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "zkr"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Zakhring_language>,
        <http://www.mpii.de/yago/resource/Zakhring_language> ;
    skos:altLabel "Zakhring language"@en ;
    skos:definition "Zahkring (also Eastern Mishmi, Zaiwa, or Meyor) is a small Tibeto-Burman language of India."@en ;
    skos:inScheme lexvo: ;
    skos:notation "zkr"^^xsd:string ;
    skos:prefLabel "Zakhring"@en,
        "Zakhring jezik"@hr .

<http://lexvo.org/id/iso639-3/zkt> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "zkt"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Khitan_language>,
        <http://www.mpii.de/yago/resource/Khitan_language> ;
    skos:altLabel "Khitan language"@en ;
    skos:definition "The Khitan language (also known as Liao, Kitan [ISO 639-3]; Chinese: 契丹語 Qìdān Yǔ) is a now-extinct language once spoken by the Khitan people (388–1243AD). Khitan is generally deemed to be genetically linked to the Mongolic languages. It was written using two mutually exclusive writing systems known as the Khitan large script and the Khitan small script. The language was the official language of the Liao Dynasty (907–1125) and Kara-Khitan Khanate (1124–1218). Janhunen states \"A better term for Khitan than Mongolic would be Para-Mongolic, implying that it was probably a language collateral to the ancestor of all the Mongolic languages.\" Presently the theory of the Mongolic, rather than Tungusic, affiliation of Khitan is more and more commonly accepted by both eastern and western scholars. See List of the Khitan rulers."@en ;
    skos:inScheme lexvo: ;
    skos:notation "zkt"^^xsd:string ;
    skos:prefLabel "Кидань чĕлхи"@cv,
        "Kitan"@en,
        "Kitaanin kieli"@fi,
        "ख़ितानी भाषा"@hi,
        "Kitaj nyelv"@hu,
        "Bahasa Khitan"@id,
        "거란어"@ko,
        "Кидански јазик"@mk,
        "Język kitański"@pl,
        "Киданьский язык"@ru,
        "ภาษาคีตัน"@th,
        "契丹語"@zh .

<http://lexvo.org/id/iso639-3/zku> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "zku"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/kaur1267> ;
    skos:inScheme lexvo: ;
    skos:notation "zku"^^xsd:string ;
    skos:prefLabel "Kaurna"@en .

<http://lexvo.org/id/iso639-3/zkz> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "zkz"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Khazar_language>,
        <http://www.mpii.de/yago/resource/Khazar_language> ;
    skos:altLabel "Khazar language"@en ;
    skos:definition "Khazar was the Turkic language spoken by the Khazars, a semi-nomadic Turkic people from Central Asia. It is also referred to as Khazarian, Khazaric, or Khazari. The language is extinct and written records are almost non-existent."@en ;
    skos:inScheme lexvo: ;
    skos:notation "zkz"^^xsd:string ;
    skos:prefLabel "Xəzər dili"@az,
        "Хазарски език"@bg,
        "Хасар чĕлхи"@cv,
        "Chasarische Sprache"@de,
        "Khazar"@en,
        "Ĥazara lingvo"@eo,
        "Kasaarin kieli"@fi,
        "כוזרית"@he,
        "Хазар тілі"@kk,
        "Хазарски јазик"@mk,
        "Khazarisk"@no,
        "Хазарский язык"@ru,
        "ภาษาคาซาร์"@th,
        "Hazarca"@tr,
        "Xäzär tele"@tt,
        "Хозарська мова"@uk .

<http://lexvo.org/id/iso639-3/zmb> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "zmb"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Zimba_language>,
        <http://www.mpii.de/yago/resource/Zimba_language> ;
    skos:altLabel "Zimba language"@en ;
    skos:definition "Zimba is a Bantu language of the Democratic Republic of the Congo. It is not closely related to other languages, unless the divergent dialects Kwange and Mamba (Kyenyemamba) are considered separate languages."@en ;
    skos:inScheme lexvo: ;
    skos:notation "zmb"^^xsd:string ;
    skos:prefLabel "Zimba"@en .

<http://lexvo.org/id/iso639-3/zmc> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "zmc"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/marg1253> ;
    skos:inScheme lexvo: ;
    skos:notation "zmc"^^xsd:string ;
    skos:prefLabel "Margany"@en .

<http://lexvo.org/id/iso639-3/zme> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "zme"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Mangerr_language>,
        <http://www.mpii.de/yago/resource/Mangerr_language> ;
    skos:altLabel "Mangerr language"@en ;
    skos:definition "Mangerr (Mangerei, Mangeri, Mengerrdji, Mennagi) or Giimbiyu is an extinct Australian Aboriginal language."@en ;
    skos:inScheme lexvo: ;
    skos:notation "zme"^^xsd:string ;
    skos:prefLabel "Mangerr"@en .

<http://lexvo.org/id/iso639-3/zmh> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "zmh"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Makolkol_language>,
        <http://www.mpii.de/yago/resource/Makolkol_language> ;
    skos:altLabel "Makolkol language"@en ;
    skos:definition "Makolkol is an extinct Papuan language formerly spoken in East New Britain Province on the island of New Britain, Papua New Guinea."@en ;
    skos:inScheme lexvo: ;
    skos:notation "zmh"^^xsd:string ;
    skos:prefLabel "Makolkol"@en .

<http://lexvo.org/id/iso639-3/zmo> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "zmo"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Molo_language>,
        <http://www.mpii.de/yago/resource/Molo_language> ;
    skos:altLabel "Molo language"@en ;
    skos:definition "Molo (Malkan) is a moribund Nilo-Saharan language spoken by a few of the Molo people of Sudan."@en ;
    skos:inScheme lexvo: ;
    skos:notation "zmo"^^xsd:string ;
    skos:prefLabel "Molo"@en,
        "Акаски јазик"@mk .

<http://lexvo.org/id/iso639-3/zmp> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "zmp"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Mpuono_language>,
        <http://www.mpii.de/yago/resource/Mpuono_language> ;
    skos:altLabel "Mpuono language"@en ;
    skos:definition "Mpuono, or Mpuun, is a Bantu language spoken by several hundred thousand people in the Democratic Republic of Congo. Dialects include Mpuono, Mpuun (Mbuun, Kimbuun, Mbunda, Gimbunda). The language is similar to the Yansi language."@en ;
    skos:inScheme lexvo: ;
    skos:notation "zmp"^^xsd:string ;
    skos:prefLabel "Mpuono"@de,
        "Mpuono"@en,
        "Lenga Mpuono"@pms,
        "Kimpuono"@sw .

<http://lexvo.org/id/iso639-3/zmt> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "zmt"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/mari1419> ;
    skos:inScheme lexvo: ;
    skos:notation "zmt"^^xsd:string ;
    skos:prefLabel "Maringarr"@en .

<http://lexvo.org/id/iso639-3/zmw> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "zmw"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Mbo_language_(Congo)>,
        <http://www.mpii.de/yago/resource/Mbo_language_(Congo)> ;
    skos:altLabel "Mbo (Democratic Republic of Congo)"@en,
        "Mbo language"@en ;
    skos:definition "The Mbo language (or Imbo, Kimbo) is spoken by the Mbo people in the Democratic Republic of the Congo. As of 1994 there were about 11,000 speakers. It is lexically similar to the Ndaka and Budu, Vanuma and Nyali languages."@en ;
    skos:inScheme lexvo: ;
    skos:notation "zmw"^^xsd:string ;
    skos:prefLabel "Mbo"@en,
        "Kimbo"@sw .

<http://lexvo.org/id/iso639-3/zmz> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "zmz"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Mbandja_language>,
        <http://www.mpii.de/yago/resource/Mbandja_language> ;
    skos:altLabel "Mbandja language"@en ;
    skos:definition "Mbandja (Banja, Mbanza) is the largest of the Banda languages. There are 350,000 speakers in DRC, 10,000 in the Republic of Congo, and an unknown number in CAR."@en ;
    skos:inScheme lexvo: ;
    skos:notation "zmz"^^xsd:string ;
    skos:prefLabel "Mbandja"@en,
        "Kimbandja"@sw .

<http://lexvo.org/id/iso639-3/zng> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "zng"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Mang_language>,
        <http://www.mpii.de/yago/resource/Mang_language> ;
    skos:altLabel "Mang language"@en ;
    skos:definition "Mang (Chinese 莽语 ) is an Austro-Asiatic language of Vietnam and across the border in China."@en ;
    skos:inScheme lexvo: ;
    skos:notation "zng"^^xsd:string ;
    skos:prefLabel "Mang"@en .

<http://lexvo.org/id/iso639-3/znk> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "znk"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Manangkari_language>,
        <http://www.mpii.de/yago/resource/Manangkari_language> ;
    skos:altLabel "Manangkari language"@en ;
    skos:definition "About the language and its speakers Manangkari which is sometimes also referred to as \"Naragani\"(?) is an extinct Australian aboriginal language once spoken in the Cobourg Peninsula, Northern Territory. Manangkari belongs to the Iwaidjan family of languages and is closely related to Iwaidja. This is a Pama-Nyungan language."@en ;
    skos:inScheme lexvo: ;
    skos:notation "znk"^^xsd:string ;
    skos:prefLabel "Manangkari"@en .

<http://lexvo.org/id/iso639-3/zns> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "zns"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Mangas_language>,
        <http://www.mpii.de/yago/resource/Mangas_language> ;
    skos:altLabel "Mangas language"@en ;
    skos:definition "Mangas is an endangered Afro-Asiatic language spoken in Mangas town in Bauchi State, Nigeria."@en ;
    skos:inScheme lexvo: ;
    skos:notation "zns"^^xsd:string ;
    skos:prefLabel "Mangas"@en,
        "Mangas jezik"@hr .

<http://lexvo.org/id/iso639-3/zom> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "zom"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Zou_language>,
        <http://www.mpii.de/yago/resource/Zou_language> ;
    skos:altLabel "Zou language"@en ;
    skos:definition "Zou (also known as Zome, Zom, or Zomi) is a language originating in Burma. It is spoken by the Zou people in Burma and India, as well as by the Zomi people in Zogam."@en ;
    skos:inScheme lexvo: ;
    skos:notation "zom"^^xsd:string ;
    skos:prefLabel "Zomeg"@br,
        "Zou"@de,
        "Zou"@en,
        "Lenga Zome"@pms .

<http://lexvo.org/id/iso639-3/zoq> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "zoq"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Ayapa_Zoque>,
        <http://www.mpii.de/yago/resource/Ayapa_Zoque> ;
    skos:altLabel "Tabasco Zoque"@en,
        "Zoque, Tabasco"@en ;
    skos:definition "Ayapa Zoque, or Ayapanec, is a possibly extinct Zoquean language of Tabasco, Mexico."@en ;
    skos:inScheme lexvo: ;
    skos:notation "zoq"^^xsd:string ;
    skos:prefLabel "Ayapa Zoque"@en .

<http://lexvo.org/id/iso639-3/zor> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "zor"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/rayo1235> ;
    skos:altLabel "Zoque, Rayón"@en ;
    skos:inScheme lexvo: ;
    skos:notation "zor"^^xsd:string ;
    skos:prefLabel "Rayón Zoque"@en .

<http://lexvo.org/id/iso639-3/zos> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "zos"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/fran1266> ;
    skos:altLabel "Zoque, Francisco León"@en ;
    skos:inScheme lexvo: ;
    skos:notation "zos"^^xsd:string ;
    skos:prefLabel "Francisco León Zoque"@en .

<http://lexvo.org/id/iso639-3/zpd> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "zpd"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/sout3005> ;
    skos:altLabel "Zapotec, Southeastern Ixtlán"@en ;
    skos:inScheme lexvo: ;
    skos:notation "zpd"^^xsd:string ;
    skos:prefLabel "Southeastern Ixtlán Zapotec"@en .

<http://lexvo.org/id/iso639-3/zpi> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "zpi"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/sant1451> ;
    skos:altLabel "Zapotec, Santa María Quiegolani"@en ;
    skos:inScheme lexvo: ;
    skos:notation "zpi"^^xsd:string ;
    skos:prefLabel "Santa María Quiegolani Zapotec"@en .

<http://lexvo.org/id/iso639-3/zpm> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "zpm"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/mixt1426> ;
    skos:altLabel "Zapotec, Mixtepec"@en ;
    skos:inScheme lexvo: ;
    skos:notation "zpm"^^xsd:string ;
    skos:prefLabel "Mixtepec Zapotec"@en .

<http://lexvo.org/id/iso639-3/zpq> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "zpq"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/zoog1238> ;
    skos:altLabel "Zapotec, Zoogocho"@en ;
    skos:inScheme lexvo: ;
    skos:notation "zpq"^^xsd:string ;
    skos:prefLabel "Zoogocho Zapotec"@en .

<http://lexvo.org/id/iso639-3/zps> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "zps"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Tilquiapan_Zapotec>,
        <http://www.mpii.de/yago/resource/Tilquiapan_Zapotec> ;
    skos:altLabel "Tilquiapan Zapotec"@en,
        "Zapotec, Coatlán"@en ;
    skos:definition "Tilquiapan Zapotec (Zapoteco de San Miguel Tilquiapan) is an Oto-Manguean language of the Zapotecan branch, spoken in southern Oaxaca, Mexico."@en ;
    skos:inScheme lexvo: ;
    skos:notation "zps"^^xsd:string ;
    skos:prefLabel "Coatlán Zapotec"@en .

<http://lexvo.org/id/iso639-3/zpz> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "zpz"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/texm1235> ;
    skos:altLabel "Zapotec, Texmelucan"@en ;
    skos:inScheme lexvo: ;
    skos:notation "zpz"^^xsd:string ;
    skos:prefLabel "Texmelucan Zapotec"@en .

<http://lexvo.org/id/iso639-3/zra> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "zra"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Gaya_language>,
        <http://www.mpii.de/yago/resource/Gaya_language> ;
    skos:altLabel "Gaya language"@en,
        "Kara (Korea)"@en ;
    skos:definition "Gaya (Kaya), also transliterated Kara, is the presumed language of the Gaya confederacy in southern Korea. It is supposedly attested from thirteen toponyms, but it cannot be certain that these reflect the Gaya language itself rather than an earlier language. These place names appear to be in a language related to Japanese, and constitute part of the evidence for the Japanese–Koguryoic hypothesis. However, Koguryo (Goguryeo) itself came from further north, and may have been a language related to Korean that replaced Japonic languages in southern Korea. As Gaya grew out of one of the Samhan nations, it may be that the Goguryeo-derived elite language of Baekje was related to Korean, while the indigenous Samhan language was related to Gaya, assuming they were not both related to Korean. That is, Gaya might not be one of the Buyeo languages but rather part of Japonic."@en ;
    skos:inScheme lexvo: ;
    skos:notation "zra"^^xsd:string ;
    skos:prefLabel "Kara"@en .

<http://lexvo.org/id/iso639-3/zrn> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "zrn"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Zirenkel_language>,
        <http://www.mpii.de/yago/resource/Zirenkel_language> ;
    skos:altLabel "Zirenkel language"@en ;
    skos:definition "Zirenkel is an Afro-Asiatic language spoken in Chad."@en ;
    skos:inScheme lexvo: ;
    skos:notation "zrn"^^xsd:string ;
    skos:prefLabel "Zerenkel"@en .

<http://lexvo.org/id/iso639-3/zrp> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "zrp"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Zarphatic_language>,
        <http://www.mpii.de/yago/resource/Zarphatic_language> ;
    skos:altLabel "Zarphatic language"@en ;
    skos:definition "Zarphatic or Judæo-French (Zarphatic: Tsarfatit) is an extinct Jewish language, formerly spoken among the Jewish communities of northern France and in parts of what is now west-central Germany, in such cities as Mainz, Frankfurt am Main, and Aachen."@en ;
    skos:inScheme lexvo: ;
    skos:notation "zrp"^^xsd:string ;
    skos:prefLabel "Zarfateg"@br,
        "Carfatština"@cs,
        "Zarfatische Sprache"@de,
        "Zarphatic"@en,
        "Sarphatique"@fr,
        "צרפתית יהודית"@he,
        "Judeofrancuski jezik"@hr,
        "Cárfátít nyelv"@hu,
        "Zarfatico"@it,
        "ツァルファティート"@ja,
        "Zarfatîk"@ku,
        "Sarfatiko"@lad,
        "Język zarfatit"@pl,
        "Lenga zarfatica"@pms,
        "Zarfatiska"@sv,
        "Zarfatik"@tr .

<http://lexvo.org/id/iso639-3/zsk> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "zsk"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Kaskian_language>,
        <http://www.mpii.de/yago/resource/Kaskian_language> ;
    skos:altLabel "Kaskian language"@en ;
    skos:definition "Kaskian (Kaskean) was a non-Indo-European language of the Kaskians of northeastern Bronze Age Anatolia, in the mountains along the Black Sea coast."@en ;
    skos:inScheme lexvo: ;
    skos:notation "zsk"^^xsd:string ;
    skos:prefLabel "Kaskean"@en .

<http://lexvo.org/id/iso639-3/zsl> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "zsl"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Zambian_Sign_Language>,
        <http://www.mpii.de/yago/resource/Zambian_Sign_Language> ;
    skos:definition "Zambian Sign Language is a sign language used by the Deaf community in Zambia. It is not clear how many Zambians use Zambian Sign Language, although it is taught in some special schools and interpreters appear on some television programmes. The Association of Sign Language Interpreters of Zambia (ASLIZ) is involved in promoting greater support for and recognition of Zambian Sign Language in schools, in the government and in entertainment media such as television."@en ;
    skos:inScheme lexvo: ;
    skos:notation "zsl"^^xsd:string ;
    skos:prefLabel "Zambian Sign Language"@en .

<http://lexvo.org/id/iso639-3/zua> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "zua"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Zeem_language>,
        <http://www.mpii.de/yago/resource/Zeem_language> ;
    skos:altLabel "Zeem language"@en ;
    skos:definition "Zeem, or Chaari, is an endangered Chadic language of Nigeria, whose speakers are shifting to Hausa."@en ;
    skos:inScheme lexvo: ;
    skos:notation "zua"^^xsd:string ;
    skos:prefLabel "Zeem"@en,
        "Zeem jezik"@hr .

<http://lexvo.org/id/iso639-3/zuh> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "zuh"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Tokano_language>,
        <http://www.mpii.de/yago/resource/Tokano_language> ;
    skos:altLabel "Tokano language"@en ;
    skos:definition "Tokano is a Trans-New Guinea language spoken by approximately 6000 people in the Goroka District of the Eastern Highlands Province, Papua New Guinea. It is also known as Gamuso, Tokama, Yufiyufa, Zaka, Zuhozuho and Zuhuzuho."@en ;
    skos:inScheme lexvo: ;
    skos:notation "zuh"^^xsd:string ;
    skos:prefLabel "Tokano"@en .

<http://lexvo.org/id/iso639-3/zum> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "zum"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Kumzari_dialect>,
        <http://www.mpii.de/yago/resource/Kumzari_dialect> ;
    skos:altLabel "Kumzari dialect"@en ;
    skos:definition "Kumzari is an Iranian language spoken by the Kumzaris (a subdivision of the Shihuh tribe ) in the Kumzar coast of Musandam Peninsula, northern Oman. This is the only Iranian language spoken in the Arabian Peninsula. Kumzaris can also be found in towns of Dibah and Khasab, as well as various villages and the Larak Island. Speakers are descendants of fishermen that inhabited the coast of Persian Gulf and the Gulf of Oman."@en ;
    skos:inScheme lexvo: ;
    skos:notation "zum"^^xsd:string ;
    skos:prefLabel "لغة كمزارية"@ar,
        "كمزارى"@arz,
        "Koumzareg"@br,
        "Kumzari"@de,
        "Kumzari"@en,
        "Idioma kumzari"@es,
        "Luenga kumzari"@ext,
        "کمزاری"@fa,
        "Kumzari"@fi,
        "Kûmzarî"@ku,
        "Kumzarų kalba"@lt,
        "Lenga Kumzari"@pms,
        "Кумзари"@ru,
        "ภาษากุมซารี"@th .

<http://lexvo.org/id/iso639-3/zuy> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "zuy"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Zumaya_language>,
        <http://www.mpii.de/yago/resource/Zumaya_language> ;
    skos:altLabel "Zumaya language"@en ;
    skos:definition "Zumaya is a moribund Chadic language spoken in Cameroon."@en ;
    skos:inScheme lexvo: ;
    skos:notation "zuy"^^xsd:string ;
    skos:prefLabel "Zoumayeg"@br,
        "Llengua zumaia"@ca,
        "Zumaya"@en,
        "Zumaia hizkuntza"@eu,
        "Zumaya jezik"@hr,
        "Kizumaya"@sw .

<http://lexvo.org/id/iso639-3/zwa> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "zwa"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Zay_language>,
        <http://www.mpii.de/yago/resource/Zay_language> ;
    skos:altLabel "Zay language"@en ;
    skos:definition "The Zay language is one of the Ethiopic languages. It is spoken by about 4,880 members of the Zay people on the islands and shores of Lake Zway in southern Ethiopia. It is also known as Zway, or Lak'i/Laqi in the neighboring Oromo language."@en ;
    skos:inScheme lexvo: ;
    skos:notation "zwa"^^xsd:string ;
    skos:prefLabel "Zayeg"@br,
        "Zai"@ca,
        "Zay"@de,
        "Zay"@en,
        "Zay"@hr,
        "Lenga Zay"@pms .

<http://lexvo.org/id/iso639-3/zyp> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "zyp"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Zyphe_language>,
        <http://www.mpii.de/yago/resource/Zyphe_language> ;
    skos:altLabel "Chin, Zyphe"@en,
        "Zyphe Chin"@en,
        "Zyphe language"@en ;
    skos:definition "Zyphe (also Zophei, Zoptei, Vawngtu) is a Tibeto-Burman language originating in Burma and also spoken in India. It is spoken by 17,000 Burmese and 3,000 Indians."@en ;
    skos:inScheme lexvo: ;
    skos:notation "zyp"^^xsd:string ;
    skos:prefLabel "Zac'hringeg"@br,
        "Zyphe"@en,
        "ภาษาไซเฟ"@th .

<http://lexvo.org/id/iso639-3/zza> a lvont:Language,
        skos:Concept ;
    lvont:isFocusOf <http://id.loc.gov/vocabulary/iso639-2/zza> ;
    lvont:iso6392BCode "zza"^^xsd:string ;
    lvont:iso6392TCode "zza"^^xsd:string ;
    lvont:iso639P3PCode "zza"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-2/zza> ;
    owl:sameAs <http://www.lingvoj.org/lang/zza>,
        <info:lc/vocabulary/languages/zza> ;
    skos:altLabel "Dimili"@en,
        "Dimli"@en,
        "Dimli (macrolanguage)"@en,
        "Kirdki"@en,
        "Kirmanjki"@en,
        "Kirmanjki (macrolanguage)"@en,
        "Zazaki"@en,
        "zazaki"@fr ;
    skos:inScheme lexvo: ;
    skos:notation "zza"^^xsd:string ;
    skos:prefLabel "زازا"@ar,
        "zaza dili"@az,
        "заза"@bg,
        "জাজা"@bn,
        "ཟ་ཟཱ་སྐད།"@bo,
        "ज़ाज़ा"@brx,
        "zaza"@bs,
        "заза"@bs-Cyrl,
        "zaza"@ca,
        "扎扎文"@cmn,
        "扎扎文"@cmn-Hant,
        "zaza"@cs,
        "Zazäeg"@cy,
        "zaza"@da,
        "Zaza"@de,
        "Ζάζα"@el,
        "Zaza"@en,
        "zazaki"@es,
        "zaza"@et,
        "زازایی"@fa,
        "zaza"@fi,
        "zaza"@fr,
        "Zaza"@gsw,
        "ઝાઝા"@gu,
        "זאזא"@he,
        "ज़ाज़ा"@hi,
        "zazaki"@hr,
        "zaza"@hu,
        "Zaza"@id,
        "zázáíska"@is,
        "zaza"@it,
        "ザザ語"@ja,
        "ಜಾಝಾ"@kn,
        "자자어"@ko,
        "زازا"@ks,
        "ຊາຊາ"@lo,
        "zaza"@lt,
        "zazaki"@lv,
        "заза"@mk,
        "സാസാ"@ml,
        "झाझा"@mr,
        "zaza"@nb,
        "Zaza"@nl,
        "zaza"@nn,
        "ଜାଜା"@or,
        "zazaki"@pl,
        "zaza"@pt,
        "zaza"@rm,
        "zaza"@ro,
        "заза"@ru,
        "zázá"@sk,
        "zazajščina"@sl,
        "Заза"@sr,
        "Zaza"@sr-Latn,
        "zazaiska"@sv,
        "ஜாஜா"@ta,
        "జాజా"@te,
        "ซาซา"@th,
        "Zazaca"@tr,
        "зазакі"@uk,
        "Tiếng Zaza"@vi .

<http://lexvo.org/id/iso639-5/aav> rdfs:label "Avstroasiya dilləri"@az,
        "অস্ট্রো-এশীয় ভাষাসমূহ"@bn,
        "Yezhoù aostrez-aziatek"@br,
        "Llengües austroasiàtiques"@ca,
        "Austroasijské jazyky"@cs,
        "Austroasiatiske sprog"@da,
        "Austroasiatische Sprachen"@de,
        "Αυστροασιατικές γλώσσες"@el,
        "Austro-Asiatic language"@en,
        "Austro-Asiatic languages"@en,
        "Aŭstralazia lingvaro"@eo,
        "Lenguas austroasiáticas"@es,
        "Austroasiar hizkuntzak"@eu,
        "زبان‌های استرا-آسیایی"@fa,
        "Austroaasialaiset kielet"@fi,
        "Langues austroasiatiques"@fr,
        "austro-asiatiques, langues"@fr,
        "langue austro-asiatiques"@fr,
        "आग्नेय भाषापरिवार"@hi,
        "Austroazijski jezici"@hr,
        "Ausztroázsiai nyelvcsalád"@hu,
        "Rumpun bahasa Austro-Asiatik"@id,
        "Pagsasao nga Austro-Asiatica"@ilo,
        "Lingue austroasiatiche"@it,
        "オーストロアジア語族"@ja,
        "Basa Austro-Asiatik"@jv,
        "ಆಸ್ಟ್ರೋ-ಏಷ್ಯಾಟಿಕ್ ಭಾಷೆಗಳು"@kn,
        "오스트로아시아어족"@ko,
        "Linguae Austroasiaticae"@la,
        "Austroazinės kalbos"@lt,
        "Австроазиски јазици"@mk,
        "ദക്ഷിണപൂർവേഷ്യൻ ഭാഷകൾ"@ml,
        "Bahasa Austro-Asia"@ms,
        "Austroaziatische talen"@nl,
        "Austroasiatiske språk"@no,
        "Lengas austroasiaticas"@oc,
        "Języki austroazjatyckie"@pl,
        "Línguas austro-asiáticas"@pt,
        "Urin anti asya rimaykuna"@qu,
        "Австроазиатские языки"@ru,
        "Austroazijski jezici"@sh,
        "Аустроазијски језици"@sr,
        "Austroasiatiska språk"@sv,
        "ตระกูลภาษาออสโตรเอเชียติก"@th,
        "Австроазійські мови"@uk,
        "Hệ ngôn ngữ Nam Á"@vi,
        "Austro-Asiatic"@yo,
        "南亚语系"@zh ;
    lvont:iso639P5Code "aav"^^xsd:string ;
    lvont:label <http://lexvo.org/id/term/aze/Avstroasiya%20dill%C9%99ri>,
        <http://lexvo.org/id/term/ben/%E0%A6%85%E0%A6%B8%E0%A7%8D%E0%A6%9F%E0%A7%8D%E0%A6%B0%E0%A7%8B-%E0%A6%8F%E0%A6%B6%E0%A7%80%E0%A6%AF%E0%A6%BC%20%E0%A6%AD%E0%A6%BE%E0%A6%B7%E0%A6%BE%E0%A6%B8%E0%A6%AE%E0%A7%82%E0%A6%B9>,
        <http://lexvo.org/id/term/bre/Yezho%C3%B9%20aostrez-aziatek>,
        <http://lexvo.org/id/term/cat/Lleng%C3%BCes%20austroasi%C3%A0tiques>,
        <http://lexvo.org/id/term/ces/Austroasijsk%C3%A9%20jazyky>,
        <http://lexvo.org/id/term/dan/Austroasiatiske%20sprog>,
        <http://lexvo.org/id/term/deu/Austroasiatische%20Sprachen>,
        <http://lexvo.org/id/term/ell/%CE%91%CF%85%CF%83%CF%84%CF%81%CE%BF%CE%B1%CF%83%CE%B9%CE%B1%CF%84%CE%B9%CE%BA%CE%AD%CF%82%20%CE%B3%CE%BB%CF%8E%CF%83%CF%83%CE%B5%CF%82>,
        <http://lexvo.org/id/term/eng/Austro-Asiatic%20language>,
        <http://lexvo.org/id/term/eng/Austro-Asiatic%20languages>,
        <http://lexvo.org/id/term/epo/A%C5%ADstralazia%20lingvaro>,
        <http://lexvo.org/id/term/eus/Austroasiar%20hizkuntzak>,
        <http://lexvo.org/id/term/fas/%D8%B2%D8%A8%D8%A7%D9%86%E2%80%8C%D9%87%D8%A7%DB%8C%20%D8%A7%D8%B3%D8%AA%D8%B1%D8%A7-%D8%A2%D8%B3%DB%8C%D8%A7%DB%8C%DB%8C>,
        <http://lexvo.org/id/term/fin/Austroaasialaiset%20kielet>,
        <http://lexvo.org/id/term/fra/Langues%20austroasiatiques>,
        <http://lexvo.org/id/term/fra/austro-asiatiques%2C%20langues>,
        <http://lexvo.org/id/term/fra/langue%20austro-asiatiques>,
        <http://lexvo.org/id/term/hbs/Austroazijski%20jezici>,
        <http://lexvo.org/id/term/hin/%E0%A4%86%E0%A4%97%E0%A5%8D%E0%A4%A8%E0%A5%87%E0%A4%AF%20%E0%A4%AD%E0%A4%BE%E0%A4%B7%E0%A4%BE%E0%A4%AA%E0%A4%B0%E0%A4%BF%E0%A4%B5%E0%A4%BE%E0%A4%B0>,
        <http://lexvo.org/id/term/hrv/Austroazijski%20jezici>,
        <http://lexvo.org/id/term/hun/Ausztro%C3%A1zsiai%20nyelvcsal%C3%A1d>,
        <http://lexvo.org/id/term/ilo/Pagsasao%20nga%20Austro-Asiatica>,
        <http://lexvo.org/id/term/ind/Rumpun%20bahasa%20Austro-Asiatik>,
        <http://lexvo.org/id/term/ita/Lingue%20austroasiatiche>,
        <http://lexvo.org/id/term/jav/Basa%20Austro-Asiatik>,
        <http://lexvo.org/id/term/jpn/%E3%82%AA%E3%83%BC%E3%82%B9%E3%83%88%E3%83%AD%E3%82%A2%E3%82%B8%E3%82%A2%E8%AA%9E%E6%97%8F>,
        <http://lexvo.org/id/term/kan/%E0%B2%86%E0%B2%B8%E0%B3%8D%E0%B2%9F%E0%B3%8D%E0%B2%B0%E0%B3%8B-%E0%B2%8F%E0%B2%B7%E0%B3%8D%E0%B2%AF%E0%B2%BE%E0%B2%9F%E0%B2%BF%E0%B2%95%E0%B3%8D%20%E0%B2%AD%E0%B2%BE%E0%B2%B7%E0%B3%86%E0%B2%97%E0%B2%B3%E0%B3%81>,
        <http://lexvo.org/id/term/kor/%EC%98%A4%EC%8A%A4%ED%8A%B8%EB%A1%9C%EC%95%84%EC%8B%9C%EC%95%84%EC%96%B4%EC%A1%B1>,
        <http://lexvo.org/id/term/lat/Linguae%20Austroasiaticae>,
        <http://lexvo.org/id/term/lit/Austroazin%C4%97s%20kalbos>,
        <http://lexvo.org/id/term/mal/%E0%B4%A6%E0%B4%95%E0%B5%8D%E0%B4%B7%E0%B4%BF%E0%B4%A3%E0%B4%AA%E0%B5%82%E0%B5%BC%E0%B4%B5%E0%B5%87%E0%B4%B7%E0%B5%8D%E0%B4%AF%E0%B5%BB%20%E0%B4%AD%E0%B4%BE%E0%B4%B7%E0%B4%95%E0%B5%BE>,
        <http://lexvo.org/id/term/mkd/%D0%90%D0%B2%D1%81%D1%82%D1%80%D0%BE%D0%B0%D0%B7%D0%B8%D1%81%D0%BA%D0%B8%20%D1%98%D0%B0%D0%B7%D0%B8%D1%86%D0%B8>,
        <http://lexvo.org/id/term/msa/Bahasa%20Austro-Asia>,
        <http://lexvo.org/id/term/nld/Austroaziatische%20talen>,
        <http://lexvo.org/id/term/nor/Austroasiatiske%20spr%C3%A5k>,
        <http://lexvo.org/id/term/oci/Lengas%20austroasiaticas>,
        <http://lexvo.org/id/term/pol/J%C4%99zyki%20austroazjatyckie>,
        <http://lexvo.org/id/term/por/L%C3%ADnguas%20austro-asi%C3%A1ticas>,
        <http://lexvo.org/id/term/que/Urin%20anti%20asya%20rimaykuna>,
        <http://lexvo.org/id/term/rus/%D0%90%D0%B2%D1%81%D1%82%D1%80%D0%BE%D0%B0%D0%B7%D0%B8%D0%B0%D1%82%D1%81%D0%BA%D0%B8%D0%B5%20%D1%8F%D0%B7%D1%8B%D0%BA%D0%B8>,
        <http://lexvo.org/id/term/spa/Lenguas%20austroasi%C3%A1ticas>,
        <http://lexvo.org/id/term/srp/%D0%90%D1%83%D1%81%D1%82%D1%80%D0%BE%D0%B0%D0%B7%D0%B8%D1%98%D1%81%D0%BA%D0%B8%20%D1%98%D0%B5%D0%B7%D0%B8%D1%86%D0%B8>,
        <http://lexvo.org/id/term/swe/Austroasiatiska%20spr%C3%A5k>,
        <http://lexvo.org/id/term/tha/%E0%B8%95%E0%B8%A3%E0%B8%B0%E0%B8%81%E0%B8%B9%E0%B8%A5%E0%B8%A0%E0%B8%B2%E0%B8%A9%E0%B8%B2%E0%B8%AD%E0%B8%AD%E0%B8%AA%E0%B9%82%E0%B8%95%E0%B8%A3%E0%B9%80%E0%B8%AD%E0%B9%80%E0%B8%8A%E0%B8%B5%E0%B8%A2%E0%B8%95%E0%B8%B4%E0%B8%81>,
        <http://lexvo.org/id/term/ukr/%D0%90%D0%B2%D1%81%D1%82%D1%80%D0%BE%D0%B0%D0%B7%D1%96%D0%B9%D1%81%D1%8C%D0%BA%D1%96%20%D0%BC%D0%BE%D0%B2%D0%B8>,
        <http://lexvo.org/id/term/vie/H%E1%BB%87%20ng%C3%B4n%20ng%E1%BB%AF%20Nam%20%C3%81>,
        <http://lexvo.org/id/term/yor/Austro-Asiatic>,
        <http://lexvo.org/id/term/zho/%E5%8D%97%E4%BA%9A%E8%AF%AD%E7%B3%BB> ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-5/aav> ;
    rdfs:comment "The Austro-Asiatic (Austroasiatic) languages, in recent classifications synonymous with Mon–Khmer, are a large language family of Southeast Asia, also scattered throughout India and Bangladesh. The name Austro-Asiatic comes from the Latin words for \"south\" and \"Asia\", hence \"South Asia\". Among these languages, only Khmer, Vietnamese, and Mon have a long-established recorded history, and only Vietnamese and Khmer have official status (in Vietnam and Cambodia, respectively). The rest of the languages are spoken by minority groups. Ethnologue identifies 168 Austro-Asiatic languages. These are traditionally divided into two families, Mon–Khmer and Munda. Several recent classifications have abandoned Mon–Khmer as a valid node, or made it synonymous with the larger family (Diffloth 2005, Sidwell 2009)."@en ;
    owl:sameAs <http://dbpedia.org/resource/Austro-Asiatic_languages>,
        <http://www.mpii.de/yago/resource/Austro-Asiatic_languages> .

<http://lexvo.org/id/iso639-5/alv> rdfs:label "Atlantic-Congo language"@en,
        "Atlantic-Congo languages"@en,
        "Atlantic–Congo language"@en,
        "Atlantic–Congo languages"@en,
        "Langues atlantico-congolaises"@fr,
        "atlantique-congo, langues"@fr,
        "langue atlantique-congo"@fr,
        "Atlantsko-kongoanski jezici"@hr,
        "애틀랜틱콩고어파"@ko,
        "Атлантско-конгоански јазици"@mk,
        "Atlantische Congotalen"@nl,
        "Języki atlantycko-kongijskie"@pl,
        "Línguas atlântico-congolesas"@pt,
        "Àwọn èdè Atlántíkì-Kóngò"@yo,
        "大西洋-刚果语族"@zh ;
    lvont:iso639P5Code "alv"^^xsd:string ;
    lvont:label <http://lexvo.org/id/term/eng/Atlantic%E2%80%93Congo%20language>,
        <http://lexvo.org/id/term/eng/Atlantic%E2%80%93Congo%20languages>,
        <http://lexvo.org/id/term/eng/Atlantic-Congo%20language>,
        <http://lexvo.org/id/term/eng/Atlantic-Congo%20languages>,
        <http://lexvo.org/id/term/fra/Langues%20atlantico-congolaises>,
        <http://lexvo.org/id/term/fra/atlantique-congo%2C%20langues>,
        <http://lexvo.org/id/term/fra/langue%20atlantique-congo>,
        <http://lexvo.org/id/term/hrv/Atlantsko-kongoanski%20jezici>,
        <http://lexvo.org/id/term/kor/%EC%95%A0%ED%8B%80%EB%9E%9C%ED%8B%B1%EC%BD%A9%EA%B3%A0%EC%96%B4%ED%8C%8C>,
        <http://lexvo.org/id/term/mkd/%D0%90%D1%82%D0%BB%D0%B0%D0%BD%D1%82%D1%81%D0%BA%D0%BE-%D0%BA%D0%BE%D0%BD%D0%B3%D0%BE%D0%B0%D0%BD%D1%81%D0%BA%D0%B8%20%D1%98%D0%B0%D0%B7%D0%B8%D1%86%D0%B8>,
        <http://lexvo.org/id/term/nld/Atlantische%20Congotalen>,
        <http://lexvo.org/id/term/pol/J%C4%99zyki%20atlantycko-kongijskie>,
        <http://lexvo.org/id/term/por/L%C3%ADnguas%20atl%C3%A2ntico-congolesas>,
        <http://lexvo.org/id/term/yor/%C3%80w%E1%BB%8Dn%20%C3%A8d%C3%A8%20Atl%C3%A1nt%C3%ADk%C3%AC-K%C3%B3ng%C3%B2>,
        <http://lexvo.org/id/term/zho/%E5%A4%A7%E8%A5%BF%E6%B4%8B-%E5%88%9A%E6%9E%9C%E8%AF%AD%E6%97%8F> ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-5/alv> ;
    rdfs:comment "In the classification of African languages, the Atlantic–Congo languages constitute the core of the Niger–Congo family, with the noun class systems stereotypical of that family. They comprise all of Niger–Congo but Mande, Dogon, Ijoid, and part of Kordofanian. Mukarovsky's West-Nigritic corresponded roughly to modern Atlantic–Congo."@en ;
    owl:sameAs <http://dbpedia.org/resource/Atlantic%E2%80%93Congo_languages>,
        <http://www.mpii.de/yago/resource/Atlantic%E2%80%93Congo_languages> .

<http://lexvo.org/id/iso639-5/aqa> rdfs:label "Alacaluf-Sprachen"@de,
        "Alacalufan language"@en,
        "Alacalufan languages"@en,
        "Langues alakalufanes"@fr,
        "alacalufanes, langues"@fr,
        "langue alacalufanes"@fr,
        "Alacaluf"@hr,
        "Lenghe alacalufan"@pms,
        "Алакалуфские языки"@ru,
        "Alacalufan"@sh ;
    lvont:iso639P5Code "aqa"^^xsd:string ;
    lvont:label <http://lexvo.org/id/term/deu/Alacaluf-Sprachen>,
        <http://lexvo.org/id/term/eng/Alacalufan%20language>,
        <http://lexvo.org/id/term/eng/Alacalufan%20languages>,
        <http://lexvo.org/id/term/fra/Langues%20alakalufanes>,
        <http://lexvo.org/id/term/fra/alacalufanes%2C%20langues>,
        <http://lexvo.org/id/term/fra/langue%20alacalufanes>,
        <http://lexvo.org/id/term/hbs/Alacalufan>,
        <http://lexvo.org/id/term/hrv/Alacaluf>,
        <http://lexvo.org/id/term/pms/Lenghe%20alacalufan>,
        <http://lexvo.org/id/term/rus/%D0%90%D0%BB%D0%B0%D0%BA%D0%B0%D0%BB%D1%83%D1%84%D1%81%D0%BA%D0%B8%D0%B5%20%D1%8F%D0%B7%D1%8B%D0%BA%D0%B8> ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-5/aqa> ;
    rdfs:comment "The Alacalufan languages are a small language family of South America. They have not been definitely linked to any other American language family. Kakauhua is extinct and Kawésqar is highly endangered."@en ;
    owl:sameAs <http://dbpedia.org/resource/Alacalufan_languages>,
        <http://www.mpii.de/yago/resource/Alacalufan_languages> .

<http://lexvo.org/id/iso639-5/aql> rdfs:label "Yezhoù aljek"@br,
        "Llengües àlgiques"@ca,
        "Algické jazyky"@cs,
        "Algische Sprachen"@de,
        "Algic language"@en,
        "Algic languages"@en,
        "Lenguas álgicas"@es,
        "زبان‌های آلگی"@fa,
        "Algilaiset kielet"@fi,
        "Langues algiques"@fr,
        "algiques, langues"@fr,
        "langue algiques"@fr,
        "Linguas algic"@ia,
        "Lingue algiche"@it,
        "Teny Aljika"@mg,
        "Algische talen"@nl,
        "Algiske språk"@nn,
        "Algiske språk"@no,
        "Języki algijskie"@pl,
        "Lenghe algic"@pms,
        "Línguas álgicas"@pt,
        "Алгские языки"@ru,
        "Algiska språk"@sv,
        "Алґські мови"@uk,
        "阿尔吉克语系"@zh ;
    lvont:iso639P5Code "aql"^^xsd:string ;
    lvont:label <http://lexvo.org/id/term/bre/Yezho%C3%B9%20aljek>,
        <http://lexvo.org/id/term/cat/Lleng%C3%BCes%20%C3%A0lgiques>,
        <http://lexvo.org/id/term/ces/Algick%C3%A9%20jazyky>,
        <http://lexvo.org/id/term/deu/Algische%20Sprachen>,
        <http://lexvo.org/id/term/eng/Algic%20language>,
        <http://lexvo.org/id/term/eng/Algic%20languages>,
        <http://lexvo.org/id/term/fas/%D8%B2%D8%A8%D8%A7%D9%86%E2%80%8C%D9%87%D8%A7%DB%8C%20%D8%A2%D9%84%DA%AF%DB%8C>,
        <http://lexvo.org/id/term/fin/Algilaiset%20kielet>,
        <http://lexvo.org/id/term/fra/Langues%20algiques>,
        <http://lexvo.org/id/term/fra/algiques%2C%20langues>,
        <http://lexvo.org/id/term/fra/langue%20algiques>,
        <http://lexvo.org/id/term/ina/Linguas%20algic>,
        <http://lexvo.org/id/term/ita/Lingue%20algiche>,
        <http://lexvo.org/id/term/mlg/Teny%20Aljika>,
        <http://lexvo.org/id/term/nld/Algische%20talen>,
        <http://lexvo.org/id/term/nno/Algiske%20spr%C3%A5k>,
        <http://lexvo.org/id/term/nor/Algiske%20spr%C3%A5k>,
        <http://lexvo.org/id/term/pms/Lenghe%20algic>,
        <http://lexvo.org/id/term/pol/J%C4%99zyki%20algijskie>,
        <http://lexvo.org/id/term/por/L%C3%ADnguas%20%C3%A1lgicas>,
        <http://lexvo.org/id/term/rus/%D0%90%D0%BB%D0%B3%D1%81%D0%BA%D0%B8%D0%B5%20%D1%8F%D0%B7%D1%8B%D0%BA%D0%B8>,
        <http://lexvo.org/id/term/spa/Lenguas%20%C3%A1lgicas>,
        <http://lexvo.org/id/term/swe/Algiska%20spr%C3%A5k>,
        <http://lexvo.org/id/term/ukr/%D0%90%D0%BB%D2%91%D1%81%D1%8C%D0%BA%D1%96%20%D0%BC%D0%BE%D0%B2%D0%B8>,
        <http://lexvo.org/id/term/zho/%E9%98%BF%E5%B0%94%E5%90%89%E5%85%8B%E8%AF%AD%E7%B3%BB> ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-5/aql> ;
    rdfs:comment "The Algic (also Algonquian–Wiyot–Yurok or Algonquian–Ritwan) languages are an indigenous language family of North America. Most Algic languages belong to the Algonquian family, dispersed over a broad area from the Rocky Mountains to Atlantic Canada. The other Algic languages are the Yurok and Wiyot of northwestern California, which despite their geographic proximity are not closely related. All these languages are thought to descend from Proto-Algic, a second-order protolanguage reconstructed using reconstructed Proto-Algonquian and the attested languages Wiyot and Yurok."@en ;
    owl:sameAs <http://dbpedia.org/resource/Algic_languages>,
        <http://www.mpii.de/yago/resource/Algic_languages> .

<http://lexvo.org/id/iso639-5/awd> rdfs:label "Luengas arawakanas"@an,
        "الأراواكية"@ar,
        "Arawak-Sprachen"@de,
        "Arawakan language"@en,
        "Arawakan languages"@en,
        "Macro-Arawakan language"@en,
        "Macro-Arawakan languages"@en,
        "Aravakeca lingvaro"@eo,
        "Lenguas macroarahuacanas"@es,
        "Langues arawakiennes"@fr,
        "arawak, langues"@fr,
        "langue arawak"@fr,
        "Aravački narodi i jezici"@hr,
        "Bahasa Arawak"@id,
        "Aravakíska"@is,
        "Aravakų kalbos"@lt,
        "Arawaktalen"@nl,
        "Arawak"@nn,
        "Arawakspråk"@no,
        "Lenghe arawakan"@pms,
        "Línguas aruaques"@pt,
        "Arawak rimaykuna"@qu,
        "Майпурские языки"@ru,
        "Aravački narodi i jezici"@sh,
        "Аравакські мови"@uk,
        "阿拉瓦克语系"@zh ;
    lvont:iso639P5Code "awd"^^xsd:string ;
    lvont:label <http://lexvo.org/id/term/ara/%D8%A7%D9%84%D8%A3%D8%B1%D8%A7%D9%88%D8%A7%D9%83%D9%8A%D8%A9>,
        <http://lexvo.org/id/term/arg/Luengas%20arawakanas>,
        <http://lexvo.org/id/term/deu/Arawak-Sprachen>,
        <http://lexvo.org/id/term/eng/Arawakan%20language>,
        <http://lexvo.org/id/term/eng/Arawakan%20languages>,
        <http://lexvo.org/id/term/eng/Macro-Arawakan%20language>,
        <http://lexvo.org/id/term/eng/Macro-Arawakan%20languages>,
        <http://lexvo.org/id/term/epo/Aravakeca%20lingvaro>,
        <http://lexvo.org/id/term/fra/Langues%20arawakiennes>,
        <http://lexvo.org/id/term/fra/arawak%2C%20langues>,
        <http://lexvo.org/id/term/fra/langue%20arawak>,
        <http://lexvo.org/id/term/hbs/Arava%C4%8Dki%20narodi%20i%20jezici>,
        <http://lexvo.org/id/term/hrv/Arava%C4%8Dki%20narodi%20i%20jezici>,
        <http://lexvo.org/id/term/ind/Bahasa%20Arawak>,
        <http://lexvo.org/id/term/isl/Aravak%C3%ADska>,
        <http://lexvo.org/id/term/lit/Aravak%C5%B3%20kalbos>,
        <http://lexvo.org/id/term/nld/Arawaktalen>,
        <http://lexvo.org/id/term/nno/Arawak>,
        <http://lexvo.org/id/term/nor/Arawakspr%C3%A5k>,
        <http://lexvo.org/id/term/pms/Lenghe%20arawakan>,
        <http://lexvo.org/id/term/por/L%C3%ADnguas%20aruaques>,
        <http://lexvo.org/id/term/que/Arawak%20rimaykuna>,
        <http://lexvo.org/id/term/rus/%D0%9C%D0%B0%D0%B9%D0%BF%D1%83%D1%80%D1%81%D0%BA%D0%B8%D0%B5%20%D1%8F%D0%B7%D1%8B%D0%BA%D0%B8>,
        <http://lexvo.org/id/term/spa/Lenguas%20macroarahuacanas>,
        <http://lexvo.org/id/term/ukr/%D0%90%D1%80%D0%B0%D0%B2%D0%B0%D0%BA%D1%81%D1%8C%D0%BA%D1%96%20%D0%BC%D0%BE%D0%B2%D0%B8>,
        <http://lexvo.org/id/term/zho/%E9%98%BF%E6%8B%89%E7%93%A6%E5%85%8B%E8%AF%AD%E7%B3%BB> ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-5/awd> ;
    rdfs:comment "Macro-Arawakan is a proposed language family of South America and the Caribbean based on the Arawakan languages. Sometimes the proposal is called Arawakan, in which case the central family is called Maipurean."@en ;
    owl:sameAs <http://dbpedia.org/resource/Macro-Arawakan_languages>,
        <http://www.mpii.de/yago/resource/Macro-Arawakan_languages> .

<http://lexvo.org/id/iso639-5/azc> rdfs:label "Yezhoù outoek-aztekek"@br,
        "Uto-asteca"@ca,
        "Juto-aztécké jazyky"@cs,
        "Ieithoedd Uto-Aztecaidd"@cy,
        "Uto-aztekische Sprachen"@de,
        "Uto-Aztecan language"@en,
        "Uto-Aztecan languages"@en,
        "Jut-azteka lingvaro"@eo,
        "Lenguas uto-aztecas"@es,
        "یوتو آزتک"@fa,
        "Uto-asteekkilaiset kielet"@fi,
        "Langues uto-aztèques"@fr,
        "langue uto-aztèques"@fr,
        "uto-aztèques, langues"@fr,
        "Juto-astečki"@hr,
        "Lingue uto-azteche"@it,
        "ユト・アステカ語族"@ja,
        "Jutų-actekų kalbos"@lt,
        "Yutanāhuatlahtōlli"@nah,
        "उटो-एज्टेक्यान भाषातः"@new,
        "Uto-Azteekse talen"@nl,
        "Uto-aztekiske språk"@no,
        "Języki uto-azteckie"@pl,
        "Lenghe uto-aztecan"@pms,
        "Línguas uto-astecas"@pt,
        "Utu astika rimaykuna"@qu,
        "Юто-ацтекские языки"@ru,
        "Uto-Aztecan"@sh,
        "Уто-астечки језици"@sr,
        "Uto-aztekiska språk"@sv,
        "猶他－阿茲特克語系"@zh ;
    lvont:iso639P5Code "azc"^^xsd:string ;
    lvont:label <http://lexvo.org/id/term/bre/Yezho%C3%B9%20outoek-aztekek>,
        <http://lexvo.org/id/term/cat/Uto-asteca>,
        <http://lexvo.org/id/term/ces/Juto-azt%C3%A9ck%C3%A9%20jazyky>,
        <http://lexvo.org/id/term/cym/Ieithoedd%20Uto-Aztecaidd>,
        <http://lexvo.org/id/term/deu/Uto-aztekische%20Sprachen>,
        <http://lexvo.org/id/term/eng/Uto-Aztecan%20language>,
        <http://lexvo.org/id/term/eng/Uto-Aztecan%20languages>,
        <http://lexvo.org/id/term/epo/Jut-azteka%20lingvaro>,
        <http://lexvo.org/id/term/fas/%DB%8C%D9%88%D8%AA%D9%88%20%D8%A2%D8%B2%D8%AA%DA%A9>,
        <http://lexvo.org/id/term/fin/Uto-asteekkilaiset%20kielet>,
        <http://lexvo.org/id/term/fra/Langues%20uto-azt%C3%A8ques>,
        <http://lexvo.org/id/term/fra/langue%20uto-azt%C3%A8ques>,
        <http://lexvo.org/id/term/fra/uto-azt%C3%A8ques%2C%20langues>,
        <http://lexvo.org/id/term/hbs/Uto-Aztecan>,
        <http://lexvo.org/id/term/hrv/Juto-aste%C4%8Dki>,
        <http://lexvo.org/id/term/ita/Lingue%20uto-azteche>,
        <http://lexvo.org/id/term/jpn/%E3%83%A6%E3%83%88%E3%83%BB%E3%82%A2%E3%82%B9%E3%83%86%E3%82%AB%E8%AA%9E%E6%97%8F>,
        <http://lexvo.org/id/term/lit/Jut%C5%B3-actek%C5%B3%20kalbos>,
        <http://lexvo.org/id/term/nah/Yutan%C4%81huatlaht%C5%8Dlli>,
        <http://lexvo.org/id/term/new/%E0%A4%89%E0%A4%9F%E0%A5%8B-%E0%A4%8F%E0%A4%9C%E0%A5%8D%E0%A4%9F%E0%A5%87%E0%A4%95%E0%A5%8D%E0%A4%AF%E0%A4%BE%E0%A4%A8%20%E0%A4%AD%E0%A4%BE%E0%A4%B7%E0%A4%BE%E0%A4%A4%E0%A4%83>,
        <http://lexvo.org/id/term/nld/Uto-Azteekse%20talen>,
        <http://lexvo.org/id/term/nor/Uto-aztekiske%20spr%C3%A5k>,
        <http://lexvo.org/id/term/pms/Lenghe%20uto-aztecan>,
        <http://lexvo.org/id/term/pol/J%C4%99zyki%20uto-azteckie>,
        <http://lexvo.org/id/term/por/L%C3%ADnguas%20uto-astecas>,
        <http://lexvo.org/id/term/que/Utu%20astika%20rimaykuna>,
        <http://lexvo.org/id/term/rus/%D0%AE%D1%82%D0%BE-%D0%B0%D1%86%D1%82%D0%B5%D0%BA%D1%81%D0%BA%D0%B8%D0%B5%20%D1%8F%D0%B7%D1%8B%D0%BA%D0%B8>,
        <http://lexvo.org/id/term/spa/Lenguas%20uto-aztecas>,
        <http://lexvo.org/id/term/srp/%D0%A3%D1%82%D0%BE-%D0%B0%D1%81%D1%82%D0%B5%D1%87%D0%BA%D0%B8%20%D1%98%D0%B5%D0%B7%D0%B8%D1%86%D0%B8>,
        <http://lexvo.org/id/term/swe/Uto-aztekiska%20spr%C3%A5k>,
        <http://lexvo.org/id/term/zho/%E7%8C%B6%E4%BB%96%EF%BC%8D%E9%98%BF%E8%8C%B2%E7%89%B9%E5%85%8B%E8%AA%9E%E7%B3%BB> ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-5/azc> ;
    rdfs:comment "Uto-Aztecan or Uto-Aztekan is a Native American language family consisting of over 30 languages. Uto-Aztecan languages are found from the Great Basin of the Western United States (Oregon, Idaho, Montana, Utah, California, Nevada, Arizona), through western, central and southern Mexico (incl. Sonora, Chihuahua, Nayarit, Durango, Zacatecas, Jalisco, Michoacán, Guerrero, San Luis Potosí, Hidalgo, Puebla, Veracruz, Morelos, Estado de México, and the Federal District), and one dialect of Nahuatl is nearly extinct in western El Salvador and has gone extinct in Guatemala and Honduras. Utah is named after the indigenous Uto-Aztecan Ute people. Classical Nahuatl, the language of the Aztecs, and its modern relatives are part of the Uto-Aztecan family."@en ;
    owl:sameAs <http://dbpedia.org/resource/Uto-Aztecan_languages>,
        <http://www.mpii.de/yago/resource/Uto-Aztecan_languages> .

<http://lexvo.org/id/iso639-5/cba> rdfs:label "Čibčské jazyky"@cs,
        "Chibcha-Sprachen"@de,
        "Chibchan language"@en,
        "Chibchan languages"@en,
        "Makro-ĉibĉa lingvaro"@eo,
        "Lenguas chibchas"@es,
        "Langues chibchanes"@fr,
        "chibcha, langues"@fr,
        "langue chibcha"@fr,
        "Čibča"@hr,
        "Čibčų kalbos"@lt,
        "Chibchanske språk"@no,
        "Języki czibczańskie"@pl,
        "Línguas chibchanas"@pt,
        "Chipcha rimaykuna"@qu,
        "Чибчанские языки"@ru,
        "Чібчанська мовна сім'я"@uk ;
    lvont:iso639P5Code "cba"^^xsd:string ;
    lvont:label <http://lexvo.org/id/term/ces/%C4%8Cib%C4%8Dsk%C3%A9%20jazyky>,
        <http://lexvo.org/id/term/deu/Chibcha-Sprachen>,
        <http://lexvo.org/id/term/eng/Chibchan%20language>,
        <http://lexvo.org/id/term/eng/Chibchan%20languages>,
        <http://lexvo.org/id/term/epo/Makro-%C4%89ib%C4%89a%20lingvaro>,
        <http://lexvo.org/id/term/fra/Langues%20chibchanes>,
        <http://lexvo.org/id/term/fra/chibcha%2C%20langues>,
        <http://lexvo.org/id/term/fra/langue%20chibcha>,
        <http://lexvo.org/id/term/hrv/%C4%8Cib%C4%8Da>,
        <http://lexvo.org/id/term/lit/%C4%8Cib%C4%8D%C5%B3%20kalbos>,
        <http://lexvo.org/id/term/nor/Chibchanske%20spr%C3%A5k>,
        <http://lexvo.org/id/term/pol/J%C4%99zyki%20czibcza%C5%84skie>,
        <http://lexvo.org/id/term/por/L%C3%ADnguas%20chibchanas>,
        <http://lexvo.org/id/term/que/Chipcha%20rimaykuna>,
        <http://lexvo.org/id/term/rus/%D0%A7%D0%B8%D0%B1%D1%87%D0%B0%D0%BD%D1%81%D0%BA%D0%B8%D0%B5%20%D1%8F%D0%B7%D1%8B%D0%BA%D0%B8>,
        <http://lexvo.org/id/term/spa/Lenguas%20chibchas>,
        <http://lexvo.org/id/term/ukr/%D0%A7%D1%96%D0%B1%D1%87%D0%B0%D0%BD%D1%81%D1%8C%D0%BA%D0%B0%20%D0%BC%D0%BE%D0%B2%D0%BD%D0%B0%20%D1%81%D1%96%D0%BC'%D1%8F> ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-5/cba> ;
    rdfs:comment "The Chibchan languages (also Chíbchan, Chibchano) make up a language family indigenous to the Isthmo-Colombian area, which extends from eastern Honduras to northern Colombia and includes populations of these countries as well as Nicaragua, Costa Rica, and Panama. The name is derived from the name of an extinct language called Chibcha or Muisca cubun, once spoken by the people who lived in the city of Bogotá at the time of the European invasion. However, genetic and linguistic data now indicate that the original heart of Chibchan languages and Chibchan-speaking peoples may not have been in Colombia at all, but in the area of the Costa Rica-Panama border, where one finds the greatest variety of Chibchan languages."@en ;
    owl:sameAs <http://dbpedia.org/resource/Chibchan_languages>,
        <http://www.mpii.de/yago/resource/Chibchan_languages> .

<http://lexvo.org/id/iso639-5/ccn> rdfs:label "Severokavkazské jazyky"@cs,
        "North Caucasian language"@en,
        "North Caucasian languages"@en,
        "Lenguas caucásicas septentrionales"@es,
        "قفقازی شمالی"@fa,
        "caucasiennes du Nord, langues"@fr,
        "langue caucasiennes du Nord"@fr,
        "북캅카스어족"@ko,
        "Noord-Kaukasische talen"@nl,
        "Цæгат-кавказаг æвзæгтæ"@os,
        "Języki północnokaukaskie"@pl,
        "Северокавказские языки"@ru,
        "Kuzey Kafkas dilleri"@tr,
        "شمالی کاکیشیائی زبانیں"@ur ;
    lvont:iso639P5Code "ccn"^^xsd:string ;
    lvont:label <http://lexvo.org/id/term/ces/Severokavkazsk%C3%A9%20jazyky>,
        <http://lexvo.org/id/term/eng/North%20Caucasian%20language>,
        <http://lexvo.org/id/term/eng/North%20Caucasian%20languages>,
        <http://lexvo.org/id/term/fas/%D9%82%D9%81%D9%82%D8%A7%D8%B2%DB%8C%20%D8%B4%D9%85%D8%A7%D9%84%DB%8C>,
        <http://lexvo.org/id/term/fra/caucasiennes%20du%20Nord%2C%20langues>,
        <http://lexvo.org/id/term/fra/langue%20caucasiennes%20du%20Nord>,
        <http://lexvo.org/id/term/kor/%EB%B6%81%EC%BA%85%EC%B9%B4%EC%8A%A4%EC%96%B4%EC%A1%B1>,
        <http://lexvo.org/id/term/nld/Noord-Kaukasische%20talen>,
        <http://lexvo.org/id/term/oss/%D0%A6%C3%A6%D0%B3%D0%B0%D1%82-%D0%BA%D0%B0%D0%B2%D0%BA%D0%B0%D0%B7%D0%B0%D0%B3%20%C3%A6%D0%B2%D0%B7%C3%A6%D0%B3%D1%82%C3%A6>,
        <http://lexvo.org/id/term/pol/J%C4%99zyki%20p%C3%B3%C5%82nocnokaukaskie>,
        <http://lexvo.org/id/term/rus/%D0%A1%D0%B5%D0%B2%D0%B5%D1%80%D0%BE%D0%BA%D0%B0%D0%B2%D0%BA%D0%B0%D0%B7%D1%81%D0%BA%D0%B8%D0%B5%20%D1%8F%D0%B7%D1%8B%D0%BA%D0%B8>,
        <http://lexvo.org/id/term/spa/Lenguas%20cauc%C3%A1sicas%20septentrionales>,
        <http://lexvo.org/id/term/tur/Kuzey%20Kafkas%20dilleri>,
        <http://lexvo.org/id/term/urd/%D8%B4%D9%85%D8%A7%D9%84%DB%8C%20%DA%A9%D8%A7%DA%A9%DB%8C%D8%B4%DB%8C%D8%A7%D8%A6%DB%8C%20%D8%B2%D8%A8%D8%A7%D9%86%DB%8C%DA%BA> ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-5/ccn> ;
    rdfs:comment "North Caucasian languages (sometimes called simply Caucasic as opposed to Kartvelian, and to avoid confusion with the concept of \"Caucasian race\") is a blanket term for two language phyla spoken chiefly in the north Caucasus and Turkey: the Northwest Caucasian family (Pontic, Abkhaz–Adyghe, Circassian, West Caucasian) and the Northeast Caucasian family (Caspian, Nakh–Dagestanian, East Caucasian); the latter includes the former North-central Caucasian (Nakh) family."@en ;
    owl:sameAs <http://dbpedia.org/resource/North_Caucasian_languages>,
        <http://www.mpii.de/yago/resource/North_Caucasian_languages> .

<http://lexvo.org/id/iso639-5/cdc> rdfs:label "Luengas chadicas"@an,
        "لغات تشادية"@ar,
        "Чадски езици"@bg,
        "Yezhoù tchadek"@br,
        "Llengües txadianes"@ca,
        "Ieithoedd Tchadaidd"@cy,
        "Tschadische Sprachen"@de,
        "Chadic language"@en,
        "Chadic languages"@en,
        "Ĉada Grupo"@eo,
        "Lenguas chádicas"@es,
        "Txadar hizkuntza"@eu,
        "Tšadilaiset kielet"@fi,
        "Langues tchadiques"@fr,
        "langue tchadiques"@fr,
        "tchadiques, langues"@fr,
        "שפות צ'אדיות"@he,
        "Čadski jezici"@hr,
        "Lingue ciadiche"@it,
        "ჩადური ენები"@ka,
        "Linguae Tzadicae"@la,
        "Чадски јазици"@mk,
        "Tsjadische talen"@nl,
        "Lengas chadicas"@oc,
        "Języki czadyjskie"@pl,
        "Lenghe siàdiche"@pms,
        "Línguas tchádicas"@pt,
        "Чадские языки"@ru,
        "Čadski jeziki"@sl,
        "Luqadaha Tashaadiga"@so,
        "Чадски језици"@sr,
        "Tchadspråk"@sv,
        "چاڈیہ زبانیں"@ur,
        "乍得语族"@zh ;
    lvont:iso639P5Code "cdc"^^xsd:string ;
    lvont:label <http://lexvo.org/id/term/ara/%D9%84%D8%BA%D8%A7%D8%AA%20%D8%AA%D8%B4%D8%A7%D8%AF%D9%8A%D8%A9>,
        <http://lexvo.org/id/term/arg/Luengas%20chadicas>,
        <http://lexvo.org/id/term/bre/Yezho%C3%B9%20tchadek>,
        <http://lexvo.org/id/term/bul/%D0%A7%D0%B0%D0%B4%D1%81%D0%BA%D0%B8%20%D0%B5%D0%B7%D0%B8%D1%86%D0%B8>,
        <http://lexvo.org/id/term/cat/Lleng%C3%BCes%20txadianes>,
        <http://lexvo.org/id/term/cym/Ieithoedd%20Tchadaidd>,
        <http://lexvo.org/id/term/deu/Tschadische%20Sprachen>,
        <http://lexvo.org/id/term/eng/Chadic%20language>,
        <http://lexvo.org/id/term/eng/Chadic%20languages>,
        <http://lexvo.org/id/term/epo/%C4%88ada%20Grupo>,
        <http://lexvo.org/id/term/eus/Txadar%20hizkuntza>,
        <http://lexvo.org/id/term/fin/T%C5%A1adilaiset%20kielet>,
        <http://lexvo.org/id/term/fra/Langues%20tchadiques>,
        <http://lexvo.org/id/term/fra/langue%20tchadiques>,
        <http://lexvo.org/id/term/fra/tchadiques%2C%20langues>,
        <http://lexvo.org/id/term/heb/%D7%A9%D7%A4%D7%95%D7%AA%20%D7%A6'%D7%90%D7%93%D7%99%D7%95%D7%AA>,
        <http://lexvo.org/id/term/hrv/%C4%8Cadski%20jezici>,
        <http://lexvo.org/id/term/ita/Lingue%20ciadiche>,
        <http://lexvo.org/id/term/kat/%E1%83%A9%E1%83%90%E1%83%93%E1%83%A3%E1%83%A0%E1%83%98%20%E1%83%94%E1%83%9C%E1%83%94%E1%83%91%E1%83%98>,
        <http://lexvo.org/id/term/lat/Linguae%20Tzadicae>,
        <http://lexvo.org/id/term/mkd/%D0%A7%D0%B0%D0%B4%D1%81%D0%BA%D0%B8%20%D1%98%D0%B0%D0%B7%D0%B8%D1%86%D0%B8>,
        <http://lexvo.org/id/term/nld/Tsjadische%20talen>,
        <http://lexvo.org/id/term/oci/Lengas%20chadicas>,
        <http://lexvo.org/id/term/pms/Lenghe%20si%C3%A0diche>,
        <http://lexvo.org/id/term/pol/J%C4%99zyki%20czadyjskie>,
        <http://lexvo.org/id/term/por/L%C3%ADnguas%20tch%C3%A1dicas>,
        <http://lexvo.org/id/term/rus/%D0%A7%D0%B0%D0%B4%D1%81%D0%BA%D0%B8%D0%B5%20%D1%8F%D0%B7%D1%8B%D0%BA%D0%B8>,
        <http://lexvo.org/id/term/slv/%C4%8Cadski%20jeziki>,
        <http://lexvo.org/id/term/som/Luqadaha%20Tashaadiga>,
        <http://lexvo.org/id/term/spa/Lenguas%20ch%C3%A1dicas>,
        <http://lexvo.org/id/term/srp/%D0%A7%D0%B0%D0%B4%D1%81%D0%BA%D0%B8%20%D1%98%D0%B5%D0%B7%D0%B8%D1%86%D0%B8>,
        <http://lexvo.org/id/term/swe/Tchadspr%C3%A5k>,
        <http://lexvo.org/id/term/urd/%DA%86%D8%A7%DA%88%DB%8C%DB%81%20%D8%B2%D8%A8%D8%A7%D9%86%DB%8C%DA%BA>,
        <http://lexvo.org/id/term/zho/%E4%B9%8D%E5%BE%97%E8%AF%AD%E6%97%8F> ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-5/cdc> ;
    rdfs:comment "The Chadic languages constitute a language family of perhaps 200 languages spoken across northern Nigeria, Niger, Chad, Central African Republic and Cameroon, belonging to the Afroasiatic phylum. The most widely spoken Chadic language is Hausa, a lingua franca of much of inland West Africa."@en ;
    owl:sameAs <http://dbpedia.org/resource/Chadic_languages>,
        <http://www.mpii.de/yago/resource/Chadic_languages> .

<http://lexvo.org/id/iso639-5/csu> rdfs:label "Yezhoù soudanek ar c'hreiz"@br,
        "Zentralsudanische Sprachen"@de,
        "Central Sudanic language"@en,
        "Central Sudanic languages"@en,
        "Lenguas sudánicas centrales"@es,
        "Langues soudaniques centrales"@fr,
        "langue soudaniques centrales"@fr,
        "soudaniques centrales, langues"@fr,
        "Централносудански јазици"@mk,
        "Języki środkowosudańskie"@pl,
        "Центральносуданские языки"@ru,
        "Centralsudanesiska språk"@sv ;
    lvont:iso639P5Code "csu"^^xsd:string ;
    lvont:label <http://lexvo.org/id/term/bre/Yezho%C3%B9%20soudanek%20ar%20c'hreiz>,
        <http://lexvo.org/id/term/deu/Zentralsudanische%20Sprachen>,
        <http://lexvo.org/id/term/eng/Central%20Sudanic%20language>,
        <http://lexvo.org/id/term/eng/Central%20Sudanic%20languages>,
        <http://lexvo.org/id/term/fra/Langues%20soudaniques%20centrales>,
        <http://lexvo.org/id/term/fra/langue%20soudaniques%20centrales>,
        <http://lexvo.org/id/term/fra/soudaniques%20centrales%2C%20langues>,
        <http://lexvo.org/id/term/mkd/%D0%A6%D0%B5%D0%BD%D1%82%D1%80%D0%B0%D0%BB%D0%BD%D0%BE%D1%81%D1%83%D0%B4%D0%B0%D0%BD%D1%81%D0%BA%D0%B8%20%D1%98%D0%B0%D0%B7%D0%B8%D1%86%D0%B8>,
        <http://lexvo.org/id/term/pol/J%C4%99zyki%20%C5%9Brodkowosuda%C5%84skie>,
        <http://lexvo.org/id/term/rus/%D0%A6%D0%B5%D0%BD%D1%82%D1%80%D0%B0%D0%BB%D1%8C%D0%BD%D0%BE%D1%81%D1%83%D0%B4%D0%B0%D0%BD%D1%81%D0%BA%D0%B8%D0%B5%20%D1%8F%D0%B7%D1%8B%D0%BA%D0%B8>,
        <http://lexvo.org/id/term/spa/Lenguas%20sud%C3%A1nicas%20centrales>,
        <http://lexvo.org/id/term/swe/Centralsudanesiska%20spr%C3%A5k> ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-5/csu> ;
    rdfs:comment "Central Sudanic is a family of about sixty languages which have been included in the proposed Nilo-Saharan language family. Central Sudanic languages are spoken in the Central African Republic, Chad, South Sudan, Uganda, Congo (DRC), and Cameroon. They include the Pygmy languages Efé and Asoa."@en ;
    owl:sameAs <http://dbpedia.org/resource/Central_Sudanic_languages>,
        <http://www.mpii.de/yago/resource/Central_Sudanic_languages> .

<http://lexvo.org/id/iso639-5/dmn> rdfs:label "Mandenkan"@bm,
        "Yezhoù mandeek"@br,
        "Mande-Sprachen"@de,
        "Mande language"@en,
        "Mande languages"@en,
        "Lenguas mandé"@es,
        "Mande hizkuntzak"@eu,
        "Mandelaiset kielet"@fi,
        "Langues mandées"@fr,
        "langue mandé"@fr,
        "mandé, langues"@fr,
        "Mande jezici"@hr,
        "Mande nyelvek"@hu,
        "Lingue mande"@it,
        "만데어파"@ko,
        "Манде"@mk,
        "Манде йӹлмӹвлӓ"@mrj,
        "Mandespråk"@no,
        "Lengas mande"@oc,
        "Języki mande"@pl,
        "Línguas mandês"@pt,
        "Языки манде"@ru,
        "Mandespråk"@sv,
        "Lugha za Kimande"@sw,
        "曼德語族"@zh ;
    lvont:iso639P5Code "dmn"^^xsd:string ;
    lvont:label <http://lexvo.org/id/term/bam/Mandenkan>,
        <http://lexvo.org/id/term/bre/Yezho%C3%B9%20mandeek>,
        <http://lexvo.org/id/term/deu/Mande-Sprachen>,
        <http://lexvo.org/id/term/eng/Mande%20language>,
        <http://lexvo.org/id/term/eng/Mande%20languages>,
        <http://lexvo.org/id/term/eus/Mande%20hizkuntzak>,
        <http://lexvo.org/id/term/fin/Mandelaiset%20kielet>,
        <http://lexvo.org/id/term/fra/Langues%20mand%C3%A9es>,
        <http://lexvo.org/id/term/fra/langue%20mand%C3%A9>,
        <http://lexvo.org/id/term/fra/mand%C3%A9%2C%20langues>,
        <http://lexvo.org/id/term/hrv/Mande%20jezici>,
        <http://lexvo.org/id/term/hun/Mande%20nyelvek>,
        <http://lexvo.org/id/term/ita/Lingue%20mande>,
        <http://lexvo.org/id/term/kor/%EB%A7%8C%EB%8D%B0%EC%96%B4%ED%8C%8C>,
        <http://lexvo.org/id/term/mkd/%D0%9C%D0%B0%D0%BD%D0%B4%D0%B5>,
        <http://lexvo.org/id/term/mrj/%D0%9C%D0%B0%D0%BD%D0%B4%D0%B5%20%D0%B9%D3%B9%D0%BB%D0%BC%D3%B9%D0%B2%D0%BB%D3%93>,
        <http://lexvo.org/id/term/nor/Mandespr%C3%A5k>,
        <http://lexvo.org/id/term/oci/Lengas%20mande>,
        <http://lexvo.org/id/term/pol/J%C4%99zyki%20mande>,
        <http://lexvo.org/id/term/por/L%C3%ADnguas%20mand%C3%AAs>,
        <http://lexvo.org/id/term/rus/%D0%AF%D0%B7%D1%8B%D0%BA%D0%B8%20%D0%BC%D0%B0%D0%BD%D0%B4%D0%B5>,
        <http://lexvo.org/id/term/spa/Lenguas%20mand%C3%A9>,
        <http://lexvo.org/id/term/swa/Lugha%20za%20Kimande>,
        <http://lexvo.org/id/term/swe/Mandespr%C3%A5k>,
        <http://lexvo.org/id/term/zho/%E6%9B%BC%E5%BE%B7%E8%AA%9E%E6%97%8F> ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-5/dmn> ;
    rdfs:comment "The Mande languages are spoken in several countries in West Africa by the Mandé people and include Mandinka, Soninke, Bambara, Dioula, Bozo, Mende, Susu, and Vai. There are millions of speakers, chiefly in Burkina Faso, Mali, Senegal, The Gambia, Guinea, Guinea-Bissau, Sierra Leone, Liberia, and Côte d'Ivoire. The Mande languages have traditionally been considered a divergent branch of the Niger–Congo family, though this classification has always been controversial."@en ;
    owl:sameAs <http://dbpedia.org/resource/Mande_languages>,
        <http://www.mpii.de/yago/resource/Mande_languages> .

<http://lexvo.org/id/iso639-5/egx> rdfs:label "Egyptian language"@en,
        "Egyptian languages"@en,
        "langue égyptiennes"@fr,
        "égyptiennes, langues"@fr ;
    lvont:iso639P5Code "egx"^^xsd:string ;
    lvont:label <http://lexvo.org/id/term/eng/Egyptian%20language>,
        <http://lexvo.org/id/term/eng/Egyptian%20languages>,
        <http://lexvo.org/id/term/fra/%C3%A9gyptiennes%2C%20langues>,
        <http://lexvo.org/id/term/fra/langue%20%C3%A9gyptiennes> ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-5/egx> ;
    owl:sameAs <http://dbpedia.org/resource/Egyptian_languages>,
        <http://www.mpii.de/yago/resource/Egyptian_languages> .

<http://lexvo.org/id/iso639-5/esx> rdfs:label "Luengas esquimo-aleutianas"@an,
        "لغات إسكيمو-أليوتية"@ar,
        "Eskimos-aleut dilləri"@az,
        "Yezhoù eskimoek-aleutek"@br,
        "Llengües esquimo-aleutianes"@ca,
        "Eskymácko-aleutské jazyky"@cs,
        "Эскимос-алеут чĕлхисем"@cv,
        "Eskimo-aleutische Sprachen"@de,
        "Eskimo-Aleut language"@en,
        "Eskimo-Aleut languages"@en,
        "Eskimo–Aleut language"@en,
        "Eskimo–Aleut languages"@en,
        "Eskim-aleŭta lingvaro"@eo,
        "Lenguas esquimo-aleutianas"@es,
        "زبان‌های اسکیمو-آلوت"@fa,
        "Eskimo-aleuttilaiset kielet"@fi,
        "Langues eskimo-aléoutes"@fr,
        "esquimaudes-aléoutiennes, langues"@fr,
        "langue esquimaudes-aléoutiennes"@fr,
        "Eskimo-aleutisch spriaken"@frr,
        "Teangacha Eiscimea-Ailiútacha"@ga,
        "Eskimos-aleut dilleri"@gag,
        "Eszkimó-aleut nyelvcsalád"@hu,
        "Eskimó-aleutísk tungumál"@is,
        "Lingue eschimo-aleutine"@it,
        "ᑲᓇᑕᒥ ᐃᓄᐃᑦ ᐅᖃᐅᓯᖏᑦ"@iu,
        "エスキモー・アレウト語族"@ja,
        "ესკიმოსურ-ალეუტური ენები"@ka,
        "Эскимо-алеутыбзэхэр"@kbd,
        "Эскимос тілі"@kk,
        "ಎಸ್ಕಿಮೋ-ಅಲ್ಯೂಟ್ ಭಾಷೆಗಳು"@kn,
        "Эскимос-алеут кыввез"@koi,
        "Linguae Escimaeo-Aleut"@la,
        "Эскимос-алеут мазру"@lbe,
        "Eskimų-aleutų kalbos"@lt,
        "Эскимо-Алеутонь кяльхне"@mdf,
        "Ескимско-алеутски јазици"@mk,
        "Эскимос-алеут йӹлмӹвлӓ"@mrj,
        "इस्किमो-अलियुट भाषातः"@new,
        "Eskimo-Aleoetische talen"@nl,
        "Eskimoisk-aleutiske språk"@nn,
        "Eskimoisk-aleutiske språk"@no,
        "Lengas esquimaudas-alèutas"@oc,
        "Języki eskimo-aleuckie"@pl,
        "Línguas esquimó-aleútes"@pt,
        "Eskimo aleut rimaykuna"@qu,
        "Эскимосско-алеутские языки"@ru,
        "Eskimo-aleuhtalaš gielat"@se,
        "Eskimácko-aleutské jazyky"@sk,
        "Ескимско-алеутски језици"@sr,
        "Eskimåisk-aleutiska språk"@sv,
        "Eskimo - Aleut dilleri"@tr,
        "Эскимос-алеут кылъёс"@udm,
        "Ескімосько-алеутські мови"@uk,
        "Łéngoe eschimo-ałeutine"@vec,
        "Eskimo-Aleoetische taelen"@zea,
        "爱斯基摩－阿留申语系"@zh ;
    lvont:iso639P5Code "esx"^^xsd:string ;
    lvont:label <http://lexvo.org/id/term/ara/%D9%84%D8%BA%D8%A7%D8%AA%20%D8%A5%D8%B3%D9%83%D9%8A%D9%85%D9%88-%D8%A3%D9%84%D9%8A%D9%88%D8%AA%D9%8A%D8%A9>,
        <http://lexvo.org/id/term/arg/Luengas%20esquimo-aleutianas>,
        <http://lexvo.org/id/term/aze/Eskimos-aleut%20dill%C9%99ri>,
        <http://lexvo.org/id/term/bre/Yezho%C3%B9%20eskimoek-aleutek>,
        <http://lexvo.org/id/term/cat/Lleng%C3%BCes%20esquimo-aleutianes>,
        <http://lexvo.org/id/term/ces/Eskym%C3%A1cko-aleutsk%C3%A9%20jazyky>,
        <http://lexvo.org/id/term/chv/%D0%AD%D1%81%D0%BA%D0%B8%D0%BC%D0%BE%D1%81-%D0%B0%D0%BB%D0%B5%D1%83%D1%82%20%D1%87%C4%95%D0%BB%D1%85%D0%B8%D1%81%D0%B5%D0%BC>,
        <http://lexvo.org/id/term/deu/Eskimo-aleutische%20Sprachen>,
        <http://lexvo.org/id/term/eng/Eskimo%E2%80%93Aleut%20language>,
        <http://lexvo.org/id/term/eng/Eskimo%E2%80%93Aleut%20languages>,
        <http://lexvo.org/id/term/eng/Eskimo-Aleut%20language>,
        <http://lexvo.org/id/term/eng/Eskimo-Aleut%20languages>,
        <http://lexvo.org/id/term/epo/Eskim-ale%C5%ADta%20lingvaro>,
        <http://lexvo.org/id/term/fas/%D8%B2%D8%A8%D8%A7%D9%86%E2%80%8C%D9%87%D8%A7%DB%8C%20%D8%A7%D8%B3%DA%A9%DB%8C%D9%85%D9%88-%D8%A2%D9%84%D9%88%D8%AA>,
        <http://lexvo.org/id/term/fin/Eskimo-aleuttilaiset%20kielet>,
        <http://lexvo.org/id/term/fra/Langues%20eskimo-al%C3%A9outes>,
        <http://lexvo.org/id/term/fra/esquimaudes-al%C3%A9outiennes%2C%20langues>,
        <http://lexvo.org/id/term/fra/langue%20esquimaudes-al%C3%A9outiennes>,
        <http://lexvo.org/id/term/frr/Eskimo-aleutisch%20spriaken>,
        <http://lexvo.org/id/term/gag/Eskimos-aleut%20dilleri>,
        <http://lexvo.org/id/term/gle/Teangacha%20Eiscimea-Aili%C3%BAtacha>,
        <http://lexvo.org/id/term/hun/Eszkim%C3%B3-aleut%20nyelvcsal%C3%A1d>,
        <http://lexvo.org/id/term/iku/%E1%91%B2%E1%93%87%E1%91%95%E1%92%A5%20%E1%90%83%E1%93%84%E1%90%83%E1%91%A6%20%E1%90%85%E1%96%83%E1%90%85%E1%93%AF%E1%96%8F%E1%91%A6>,
        <http://lexvo.org/id/term/isl/Eskim%C3%B3-aleut%C3%ADsk%20tungum%C3%A1l>,
        <http://lexvo.org/id/term/ita/Lingue%20eschimo-aleutine>,
        <http://lexvo.org/id/term/jpn/%E3%82%A8%E3%82%B9%E3%82%AD%E3%83%A2%E3%83%BC%E3%83%BB%E3%82%A2%E3%83%AC%E3%82%A6%E3%83%88%E8%AA%9E%E6%97%8F>,
        <http://lexvo.org/id/term/kan/%E0%B2%8E%E0%B2%B8%E0%B3%8D%E0%B2%95%E0%B2%BF%E0%B2%AE%E0%B3%8B-%E0%B2%85%E0%B2%B2%E0%B3%8D%E0%B2%AF%E0%B3%82%E0%B2%9F%E0%B3%8D%20%E0%B2%AD%E0%B2%BE%E0%B2%B7%E0%B3%86%E0%B2%97%E0%B2%B3%E0%B3%81>,
        <http://lexvo.org/id/term/kat/%E1%83%94%E1%83%A1%E1%83%99%E1%83%98%E1%83%9B%E1%83%9D%E1%83%A1%E1%83%A3%E1%83%A0-%E1%83%90%E1%83%9A%E1%83%94%E1%83%A3%E1%83%A2%E1%83%A3%E1%83%A0%E1%83%98%20%E1%83%94%E1%83%9C%E1%83%94%E1%83%91%E1%83%98>,
        <http://lexvo.org/id/term/kaz/%D0%AD%D1%81%D0%BA%D0%B8%D0%BC%D0%BE%D1%81%20%D1%82%D1%96%D0%BB%D1%96>,
        <http://lexvo.org/id/term/kbd/%D0%AD%D1%81%D0%BA%D0%B8%D0%BC%D0%BE-%D0%B0%D0%BB%D0%B5%D1%83%D1%82%D1%8B%D0%B1%D0%B7%D1%8D%D1%85%D1%8D%D1%80>,
        <http://lexvo.org/id/term/koi/%D0%AD%D1%81%D0%BA%D0%B8%D0%BC%D0%BE%D1%81-%D0%B0%D0%BB%D0%B5%D1%83%D1%82%20%D0%BA%D1%8B%D0%B2%D0%B2%D0%B5%D0%B7>,
        <http://lexvo.org/id/term/lat/Linguae%20Escimaeo-Aleut>,
        <http://lexvo.org/id/term/lbe/%D0%AD%D1%81%D0%BA%D0%B8%D0%BC%D0%BE%D1%81-%D0%B0%D0%BB%D0%B5%D1%83%D1%82%20%D0%BC%D0%B0%D0%B7%D1%80%D1%83>,
        <http://lexvo.org/id/term/lit/Eskim%C5%B3-aleut%C5%B3%20kalbos>,
        <http://lexvo.org/id/term/mdf/%D0%AD%D1%81%D0%BA%D0%B8%D0%BC%D0%BE-%D0%90%D0%BB%D0%B5%D1%83%D1%82%D0%BE%D0%BD%D1%8C%20%D0%BA%D1%8F%D0%BB%D1%8C%D1%85%D0%BD%D0%B5>,
        <http://lexvo.org/id/term/mkd/%D0%95%D1%81%D0%BA%D0%B8%D0%BC%D1%81%D0%BA%D0%BE-%D0%B0%D0%BB%D0%B5%D1%83%D1%82%D1%81%D0%BA%D0%B8%20%D1%98%D0%B0%D0%B7%D0%B8%D1%86%D0%B8>,
        <http://lexvo.org/id/term/mrj/%D0%AD%D1%81%D0%BA%D0%B8%D0%BC%D0%BE%D1%81-%D0%B0%D0%BB%D0%B5%D1%83%D1%82%20%D0%B9%D3%B9%D0%BB%D0%BC%D3%B9%D0%B2%D0%BB%D3%93>,
        <http://lexvo.org/id/term/new/%E0%A4%87%E0%A4%B8%E0%A5%8D%E0%A4%95%E0%A4%BF%E0%A4%AE%E0%A5%8B-%E0%A4%85%E0%A4%B2%E0%A4%BF%E0%A4%AF%E0%A5%81%E0%A4%9F%20%E0%A4%AD%E0%A4%BE%E0%A4%B7%E0%A4%BE%E0%A4%A4%E0%A4%83>,
        <http://lexvo.org/id/term/nld/Eskimo-Aleoetische%20talen>,
        <http://lexvo.org/id/term/nno/Eskimoisk-aleutiske%20spr%C3%A5k>,
        <http://lexvo.org/id/term/nor/Eskimoisk-aleutiske%20spr%C3%A5k>,
        <http://lexvo.org/id/term/oci/Lengas%20esquimaudas-al%C3%A8utas>,
        <http://lexvo.org/id/term/pol/J%C4%99zyki%20eskimo-aleuckie>,
        <http://lexvo.org/id/term/por/L%C3%ADnguas%20esquim%C3%B3-ale%C3%BAtes>,
        <http://lexvo.org/id/term/que/Eskimo%20aleut%20rimaykuna>,
        <http://lexvo.org/id/term/rus/%D0%AD%D1%81%D0%BA%D0%B8%D0%BC%D0%BE%D1%81%D1%81%D0%BA%D0%BE-%D0%B0%D0%BB%D0%B5%D1%83%D1%82%D1%81%D0%BA%D0%B8%D0%B5%20%D1%8F%D0%B7%D1%8B%D0%BA%D0%B8>,
        <http://lexvo.org/id/term/slk/Eskim%C3%A1cko-aleutsk%C3%A9%20jazyky>,
        <http://lexvo.org/id/term/sme/Eskimo-aleuhtala%C5%A1%20gielat>,
        <http://lexvo.org/id/term/spa/Lenguas%20esquimo-aleutianas>,
        <http://lexvo.org/id/term/srp/%D0%95%D1%81%D0%BA%D0%B8%D0%BC%D1%81%D0%BA%D0%BE-%D0%B0%D0%BB%D0%B5%D1%83%D1%82%D1%81%D0%BA%D0%B8%20%D1%98%D0%B5%D0%B7%D0%B8%D1%86%D0%B8>,
        <http://lexvo.org/id/term/swe/Eskim%C3%A5isk-aleutiska%20spr%C3%A5k>,
        <http://lexvo.org/id/term/tur/Eskimo%20-%20Aleut%20dilleri>,
        <http://lexvo.org/id/term/udm/%D0%AD%D1%81%D0%BA%D0%B8%D0%BC%D0%BE%D1%81-%D0%B0%D0%BB%D0%B5%D1%83%D1%82%20%D0%BA%D1%8B%D0%BB%D1%8A%D1%91%D1%81>,
        <http://lexvo.org/id/term/ukr/%D0%95%D1%81%D0%BA%D1%96%D0%BC%D0%BE%D1%81%D1%8C%D0%BA%D0%BE-%D0%B0%D0%BB%D0%B5%D1%83%D1%82%D1%81%D1%8C%D0%BA%D1%96%20%D0%BC%D0%BE%D0%B2%D0%B8>,
        <http://lexvo.org/id/term/vec/%C5%81%C3%A9ngoe%20eschimo-a%C5%82eutine>,
        <http://lexvo.org/id/term/zea/Eskimo-Aleoetische%20taelen>,
        <http://lexvo.org/id/term/zho/%E7%88%B1%E6%96%AF%E5%9F%BA%E6%91%A9%EF%BC%8D%E9%98%BF%E7%95%99%E7%94%B3%E8%AF%AD%E7%B3%BB> ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-5/esx> ;
    rdfs:comment "Eskimo–Aleut is a language family native to Alaska, the Canadian Arctic, Nunavik, Nunatsiavut, Greenland, and the Chukchi Peninsula on the eastern tip of Siberia. It is also known as Eskaleut, Eskaleutian, Eskaleutic, Eskimish, Eskimoan, and Macro-Eskimo or Inuit–Unangan."@en ;
    owl:sameAs <http://dbpedia.org/resource/Eskimo%E2%80%93Aleut_languages>,
        <http://www.mpii.de/yago/resource/Eskimo%E2%80%93Aleut_languages> .

<http://lexvo.org/id/iso639-5/euq> rdfs:label "Basque"@en,
        "Basque (family)"@en,
        "basque"@fr,
        "basque (famille)"@fr ;
    lvont:iso639P5Code "euq"^^xsd:string ;
    lvont:label <http://lexvo.org/id/term/eng/Basque>,
        <http://lexvo.org/id/term/eng/Basque%20(family)>,
        <http://lexvo.org/id/term/fra/basque>,
        <http://lexvo.org/id/term/fra/basque%20(famille)> ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-5/euq> ;
    owl:sameAs <http://dbpedia.org/resource/Basque_(family)>,
        <http://www.mpii.de/yago/resource/Basque_(family)> .

<http://lexvo.org/id/iso639-5/fox> rdfs:label "Yezhoù formozek"@br,
        "Formosianische Sprachen"@de,
        "Formosan language"@en,
        "Formosan languages"@en,
        "Lenguas formosanas"@es,
        "Taiwani keeled"@et,
        "Langues formosanes"@fr,
        "formosanes, langues"@fr,
        "langue formosanes"@fr,
        "Linguas formosanas"@gl,
        "Thòi-vân nàm-tó ngî-ngièn"@hak,
        "Rumpun bahasa Formosa"@id,
        "Lingue formosane"@it,
        "台湾諸語"@ja,
        "Formozos kalbos"@lt,
        "Формозански јазици"@mk,
        "Formosaanse talen"@nl,
        "Języki tajwańskie"@pl,
        "Тайваньские языки"@ru,
        "Formosiska språk"@sv,
        "กลุ่มภาษาเกาะฟอร์โมซา"@th,
        "台灣南島語言"@zh ;
    lvont:iso639P5Code "fox"^^xsd:string ;
    lvont:label <http://lexvo.org/id/term/bre/Yezho%C3%B9%20formozek>,
        <http://lexvo.org/id/term/deu/Formosianische%20Sprachen>,
        <http://lexvo.org/id/term/eng/Formosan%20language>,
        <http://lexvo.org/id/term/eng/Formosan%20languages>,
        <http://lexvo.org/id/term/est/Taiwani%20keeled>,
        <http://lexvo.org/id/term/fra/Langues%20formosanes>,
        <http://lexvo.org/id/term/fra/formosanes%2C%20langues>,
        <http://lexvo.org/id/term/fra/langue%20formosanes>,
        <http://lexvo.org/id/term/glg/Linguas%20formosanas>,
        <http://lexvo.org/id/term/hak/Th%C3%B2i-v%C3%A2n%20n%C3%A0m-t%C3%B3%20ng%C3%AE-ngi%C3%A8n>,
        <http://lexvo.org/id/term/ind/Rumpun%20bahasa%20Formosa>,
        <http://lexvo.org/id/term/ita/Lingue%20formosane>,
        <http://lexvo.org/id/term/jpn/%E5%8F%B0%E6%B9%BE%E8%AB%B8%E8%AA%9E>,
        <http://lexvo.org/id/term/lit/Formozos%20kalbos>,
        <http://lexvo.org/id/term/mkd/%D0%A4%D0%BE%D1%80%D0%BC%D0%BE%D0%B7%D0%B0%D0%BD%D1%81%D0%BA%D0%B8%20%D1%98%D0%B0%D0%B7%D0%B8%D1%86%D0%B8>,
        <http://lexvo.org/id/term/nld/Formosaanse%20talen>,
        <http://lexvo.org/id/term/pol/J%C4%99zyki%20tajwa%C5%84skie>,
        <http://lexvo.org/id/term/rus/%D0%A2%D0%B0%D0%B9%D0%B2%D0%B0%D0%BD%D1%8C%D1%81%D0%BA%D0%B8%D0%B5%20%D1%8F%D0%B7%D1%8B%D0%BA%D0%B8>,
        <http://lexvo.org/id/term/spa/Lenguas%20formosanas>,
        <http://lexvo.org/id/term/swe/Formosiska%20spr%C3%A5k>,
        <http://lexvo.org/id/term/tha/%E0%B8%81%E0%B8%A5%E0%B8%B8%E0%B9%88%E0%B8%A1%E0%B8%A0%E0%B8%B2%E0%B8%A9%E0%B8%B2%E0%B9%80%E0%B8%81%E0%B8%B2%E0%B8%B0%E0%B8%9F%E0%B8%AD%E0%B8%A3%E0%B9%8C%E0%B9%82%E0%B8%A1%E0%B8%8B%E0%B8%B2>,
        <http://lexvo.org/id/term/zho/%E5%8F%B0%E7%81%A3%E5%8D%97%E5%B3%B6%E8%AA%9E%E8%A8%80> ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-5/fox> ;
    rdfs:comment "The Formosan languages are the languages of the indigenous peoples of Taiwan. Taiwanese aborigines (those recognized by the government) currently comprise about 2% of the island's population. However, far fewer can still speak their ancestral language, after centuries of language shift. Of the approximately 26 languages of the Taiwanese aborigines, at least ten are extinct, another four (perhaps five) are moribund, and several others are to some degree endangered."@en ;
    owl:sameAs <http://dbpedia.org/resource/Formosan_languages>,
        <http://www.mpii.de/yago/resource/Formosan_languages> .

<http://lexvo.org/id/iso639-5/gme> rdfs:label "Oos-Germaanse tale"@af,
        "Chermanico oriental"@an,
        "Ostgermanische Sprochn"@bar,
        "Източногермански езици"@bg,
        "Yezhoù germanek ar reter"@br,
        "Llengües germàniques orientals"@ca,
        "Východogermánské jazyky"@cs,
        "Ostgermanische Sprachen"@de,
        "East Germanic language"@en,
        "East Germanic languages"@en,
        "Orientĝermana lingvaro"@eo,
        "Lenguas germánicas orientales"@es,
        "زبان‌های ژرمنی شرقی"@fa,
        "Itägermaaniset kielet"@fi,
        "Langues germaniques orientales"@fr,
        "germaniques orientales, langues"@fr,
        "langue germaniques orientales"@fr,
        "Eastgermaanske talen"@fy,
        "Wuchodogermanske rěče"@hsb,
        "Keleti germán nyelvek"@hu,
        "Bahasa Jermanik Timur"@id,
        "Austurgermönsk mál"@is,
        "Lingue germaniche orientali"@it,
        "東ゲルマン語群"@ja,
        "Шығыс герман тілдері"@kk,
        "동게르만어군"@ko,
        "Zimanên germanî yên rohelat"@ku,
        "Rytų germanų kalbos"@lt,
        "Источногермански јазици"@mk,
        "Oostgermaansche Spraken"@nds,
        "Oost-Germaanse talen"@nl,
        "Austgermanske språk"@nn,
        "Østgermanske språk"@no,
        "Języki wschodniogermańskie"@pl,
        "Восточногерманские языки"@ru,
        "Východogermánske jazyky"@sk,
        "Östgermanska språk"@sv,
        "Doğu Cermen dilleri"@tr,
        "东日耳曼语支"@zh ;
    lvont:iso639P5Code "gme"^^xsd:string ;
    lvont:label <http://lexvo.org/id/term/afr/Oos-Germaanse%20tale>,
        <http://lexvo.org/id/term/arg/Chermanico%20oriental>,
        <http://lexvo.org/id/term/bar/Ostgermanische%20Sprochn>,
        <http://lexvo.org/id/term/bre/Yezho%C3%B9%20germanek%20ar%20reter>,
        <http://lexvo.org/id/term/bul/%D0%98%D0%B7%D1%82%D0%BE%D1%87%D0%BD%D0%BE%D0%B3%D0%B5%D1%80%D0%BC%D0%B0%D0%BD%D1%81%D0%BA%D0%B8%20%D0%B5%D0%B7%D0%B8%D1%86%D0%B8>,
        <http://lexvo.org/id/term/cat/Lleng%C3%BCes%20germ%C3%A0niques%20orientals>,
        <http://lexvo.org/id/term/ces/V%C3%BDchodogerm%C3%A1nsk%C3%A9%20jazyky>,
        <http://lexvo.org/id/term/deu/Ostgermanische%20Sprachen>,
        <http://lexvo.org/id/term/eng/East%20Germanic%20language>,
        <http://lexvo.org/id/term/eng/East%20Germanic%20languages>,
        <http://lexvo.org/id/term/epo/Orient%C4%9Dermana%20lingvaro>,
        <http://lexvo.org/id/term/fas/%D8%B2%D8%A8%D8%A7%D9%86%E2%80%8C%D9%87%D8%A7%DB%8C%20%DA%98%D8%B1%D9%85%D9%86%DB%8C%20%D8%B4%D8%B1%D9%82%DB%8C>,
        <http://lexvo.org/id/term/fin/It%C3%A4germaaniset%20kielet>,
        <http://lexvo.org/id/term/fra/Langues%20germaniques%20orientales>,
        <http://lexvo.org/id/term/fra/germaniques%20orientales%2C%20langues>,
        <http://lexvo.org/id/term/fra/langue%20germaniques%20orientales>,
        <http://lexvo.org/id/term/fry/Eastgermaanske%20talen>,
        <http://lexvo.org/id/term/hsb/Wuchodogermanske%20r%C4%9B%C4%8De>,
        <http://lexvo.org/id/term/hun/Keleti%20germ%C3%A1n%20nyelvek>,
        <http://lexvo.org/id/term/ind/Bahasa%20Jermanik%20Timur>,
        <http://lexvo.org/id/term/isl/Austurgerm%C3%B6nsk%20m%C3%A1l>,
        <http://lexvo.org/id/term/ita/Lingue%20germaniche%20orientali>,
        <http://lexvo.org/id/term/jpn/%E6%9D%B1%E3%82%B2%E3%83%AB%E3%83%9E%E3%83%B3%E8%AA%9E%E7%BE%A4>,
        <http://lexvo.org/id/term/kaz/%D0%A8%D1%8B%D2%93%D1%8B%D1%81%20%D0%B3%D0%B5%D1%80%D0%BC%D0%B0%D0%BD%20%D1%82%D1%96%D0%BB%D0%B4%D0%B5%D1%80%D1%96>,
        <http://lexvo.org/id/term/kor/%EB%8F%99%EA%B2%8C%EB%A5%B4%EB%A7%8C%EC%96%B4%EA%B5%B0>,
        <http://lexvo.org/id/term/kur/Ziman%C3%AAn%20german%C3%AE%20y%C3%AAn%20rohelat>,
        <http://lexvo.org/id/term/lit/Ryt%C5%B3%20german%C5%B3%20kalbos>,
        <http://lexvo.org/id/term/mkd/%D0%98%D1%81%D1%82%D0%BE%D1%87%D0%BD%D0%BE%D0%B3%D0%B5%D1%80%D0%BC%D0%B0%D0%BD%D1%81%D0%BA%D0%B8%20%D1%98%D0%B0%D0%B7%D0%B8%D1%86%D0%B8>,
        <http://lexvo.org/id/term/nds/Oostgermaansche%20Spraken>,
        <http://lexvo.org/id/term/nld/Oost-Germaanse%20talen>,
        <http://lexvo.org/id/term/nno/Austgermanske%20spr%C3%A5k>,
        <http://lexvo.org/id/term/nor/%C3%98stgermanske%20spr%C3%A5k>,
        <http://lexvo.org/id/term/pol/J%C4%99zyki%20wschodniogerma%C5%84skie>,
        <http://lexvo.org/id/term/rus/%D0%92%D0%BE%D1%81%D1%82%D0%BE%D1%87%D0%BD%D0%BE%D0%B3%D0%B5%D1%80%D0%BC%D0%B0%D0%BD%D1%81%D0%BA%D0%B8%D0%B5%20%D1%8F%D0%B7%D1%8B%D0%BA%D0%B8>,
        <http://lexvo.org/id/term/slk/V%C3%BDchodogerm%C3%A1nske%20jazyky>,
        <http://lexvo.org/id/term/spa/Lenguas%20germ%C3%A1nicas%20orientales>,
        <http://lexvo.org/id/term/swe/%C3%96stgermanska%20spr%C3%A5k>,
        <http://lexvo.org/id/term/tur/Do%C4%9Fu%20Cermen%20dilleri>,
        <http://lexvo.org/id/term/zho/%E4%B8%9C%E6%97%A5%E8%80%B3%E6%9B%BC%E8%AF%AD%E6%94%AF> ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-5/gme> ;
    rdfs:comment "The East Germanic languages are a group of extinct Indo-European languages in the Germanic family. The only East Germanic language of which texts are known is Gothic; other languages that are assumed to be East Germanic include Vandalic, Burgundian, and Crimean Gothic. Crimean Gothic is believed to have survived until the 18th century."@en ;
    owl:sameAs <http://dbpedia.org/resource/East_Germanic_languages>,
        <http://www.mpii.de/yago/resource/East_Germanic_languages> .

<http://lexvo.org/id/iso639-5/gmq> rdfs:label "Noord-Germaanse tale"@af,
        "لغات جرمانية شمالية"@ar,
        "Nordgermanische Sprochn"@bar,
        "Северногермански езици"@bg,
        "Yezhoù skandinavek"@br,
        "Llengües escandinaves"@ca,
        "Severogermánské jazyky"@cs,
        "Ieithoedd Germanaidd Gogleddol"@cy,
        "Nordiske sprog"@da,
        "Nordgermanische Sprachen"@de,
        "Pódpołnocnogermaniske rěcy"@dsb,
        "North Germanic language"@en,
        "North Germanic languages"@en,
        "Nordĝermana lingvaro"@eo,
        "Lenguas nórdicas"@es,
        "Põhjagermaani keeled"@et,
        "زبان‌های ژرمنی شمالی"@fa,
        "Skandinaaviset kielet"@fi,
        "Langues scandinaves"@fr,
        "germaniques septentrionales, langues"@fr,
        "langue germaniques septentrionales"@fr,
        "Noardgermaanske talen"@fy,
        "Linguas nórdicas"@gl,
        "स्कैंडिनेवियाई भाषाएँ"@hi,
        "Sjevernogermanski jezici"@hr,
        "Sewjerogermanske rěče"@hsb,
        "Északi germán nyelvek"@hu,
        "Bahasa Jermanik Utara"@id,
        "Norræn tungumál"@is,
        "Lingue germaniche settentrionali"@it,
        "北ゲルマン語群"@ja,
        "სკანდინავიური ენები"@ka,
        "북게르만어군"@ko,
        "Zimanên germanî yên bakurî"@ku,
        "Skandinavų kalbos"@lt,
        "Северногермански јазици"@mk,
        "Pak German gí-giân"@nan,
        "Noordgermaansche Spraken"@nds,
        "Noord-Germaanse talen"@nl,
        "Nordgermanske språk"@nn,
        "Nordiske språk"@no,
        "Języki skandynawskie"@pl,
        "Línguas germânicas setentrionais"@pt,
        "Limbi scandinave"@ro,
        "Скандинавские языки"@ru,
        "Skandinávalaš gielat"@se,
        "Severogermánske jazyky"@sk,
        "Nordiska språk"@sv,
        "กลุ่มภาษาเจอร์เมนิกเหนือ"@th,
        "İskandinav dilleri"@tr,
        "Скандинавські мови"@uk,
        "北日耳曼语支"@zh ;
    lvont:iso639P5Code "gmq"^^xsd:string ;
    lvont:label <http://lexvo.org/id/term/afr/Noord-Germaanse%20tale>,
        <http://lexvo.org/id/term/ara/%D9%84%D8%BA%D8%A7%D8%AA%20%D8%AC%D8%B1%D9%85%D8%A7%D9%86%D9%8A%D8%A9%20%D8%B4%D9%85%D8%A7%D9%84%D9%8A%D8%A9>,
        <http://lexvo.org/id/term/bar/Nordgermanische%20Sprochn>,
        <http://lexvo.org/id/term/bre/Yezho%C3%B9%20skandinavek>,
        <http://lexvo.org/id/term/bul/%D0%A1%D0%B5%D0%B2%D0%B5%D1%80%D0%BD%D0%BE%D0%B3%D0%B5%D1%80%D0%BC%D0%B0%D0%BD%D1%81%D0%BA%D0%B8%20%D0%B5%D0%B7%D0%B8%D1%86%D0%B8>,
        <http://lexvo.org/id/term/cat/Lleng%C3%BCes%20escandinaves>,
        <http://lexvo.org/id/term/ces/Severogerm%C3%A1nsk%C3%A9%20jazyky>,
        <http://lexvo.org/id/term/cym/Ieithoedd%20Germanaidd%20Gogleddol>,
        <http://lexvo.org/id/term/dan/Nordiske%20sprog>,
        <http://lexvo.org/id/term/deu/Nordgermanische%20Sprachen>,
        <http://lexvo.org/id/term/dsb/P%C3%B3dpo%C5%82nocnogermaniske%20r%C4%9Bcy>,
        <http://lexvo.org/id/term/eng/North%20Germanic%20language>,
        <http://lexvo.org/id/term/eng/North%20Germanic%20languages>,
        <http://lexvo.org/id/term/epo/Nord%C4%9Dermana%20lingvaro>,
        <http://lexvo.org/id/term/est/P%C3%B5hjagermaani%20keeled>,
        <http://lexvo.org/id/term/fas/%D8%B2%D8%A8%D8%A7%D9%86%E2%80%8C%D9%87%D8%A7%DB%8C%20%DA%98%D8%B1%D9%85%D9%86%DB%8C%20%D8%B4%D9%85%D8%A7%D9%84%DB%8C>,
        <http://lexvo.org/id/term/fin/Skandinaaviset%20kielet>,
        <http://lexvo.org/id/term/fra/Langues%20scandinaves>,
        <http://lexvo.org/id/term/fra/germaniques%20septentrionales%2C%20langues>,
        <http://lexvo.org/id/term/fra/langue%20germaniques%20septentrionales>,
        <http://lexvo.org/id/term/fry/Noardgermaanske%20talen>,
        <http://lexvo.org/id/term/glg/Linguas%20n%C3%B3rdicas>,
        <http://lexvo.org/id/term/hin/%E0%A4%B8%E0%A5%8D%E0%A4%95%E0%A5%88%E0%A4%82%E0%A4%A1%E0%A4%BF%E0%A4%A8%E0%A5%87%E0%A4%B5%E0%A4%BF%E0%A4%AF%E0%A4%BE%E0%A4%88%20%E0%A4%AD%E0%A4%BE%E0%A4%B7%E0%A4%BE%E0%A4%8F%E0%A4%81>,
        <http://lexvo.org/id/term/hrv/Sjevernogermanski%20jezici>,
        <http://lexvo.org/id/term/hsb/Sewjerogermanske%20r%C4%9B%C4%8De>,
        <http://lexvo.org/id/term/hun/%C3%89szaki%20germ%C3%A1n%20nyelvek>,
        <http://lexvo.org/id/term/ind/Bahasa%20Jermanik%20Utara>,
        <http://lexvo.org/id/term/isl/Norr%C3%A6n%20tungum%C3%A1l>,
        <http://lexvo.org/id/term/ita/Lingue%20germaniche%20settentrionali>,
        <http://lexvo.org/id/term/jpn/%E5%8C%97%E3%82%B2%E3%83%AB%E3%83%9E%E3%83%B3%E8%AA%9E%E7%BE%A4>,
        <http://lexvo.org/id/term/kat/%E1%83%A1%E1%83%99%E1%83%90%E1%83%9C%E1%83%93%E1%83%98%E1%83%9C%E1%83%90%E1%83%95%E1%83%98%E1%83%A3%E1%83%A0%E1%83%98%20%E1%83%94%E1%83%9C%E1%83%94%E1%83%91%E1%83%98>,
        <http://lexvo.org/id/term/kor/%EB%B6%81%EA%B2%8C%EB%A5%B4%EB%A7%8C%EC%96%B4%EA%B5%B0>,
        <http://lexvo.org/id/term/kur/Ziman%C3%AAn%20german%C3%AE%20y%C3%AAn%20bakur%C3%AE>,
        <http://lexvo.org/id/term/lit/Skandinav%C5%B3%20kalbos>,
        <http://lexvo.org/id/term/mkd/%D0%A1%D0%B5%D0%B2%D0%B5%D1%80%D0%BD%D0%BE%D0%B3%D0%B5%D1%80%D0%BC%D0%B0%D0%BD%D1%81%D0%BA%D0%B8%20%D1%98%D0%B0%D0%B7%D0%B8%D1%86%D0%B8>,
        <http://lexvo.org/id/term/nan/Pak%20German%20g%C3%AD-gi%C3%A2n>,
        <http://lexvo.org/id/term/nds/Noordgermaansche%20Spraken>,
        <http://lexvo.org/id/term/nld/Noord-Germaanse%20talen>,
        <http://lexvo.org/id/term/nno/Nordgermanske%20spr%C3%A5k>,
        <http://lexvo.org/id/term/nor/Nordiske%20spr%C3%A5k>,
        <http://lexvo.org/id/term/pol/J%C4%99zyki%20skandynawskie>,
        <http://lexvo.org/id/term/por/L%C3%ADnguas%20germ%C3%A2nicas%20setentrionais>,
        <http://lexvo.org/id/term/ron/Limbi%20scandinave>,
        <http://lexvo.org/id/term/rus/%D0%A1%D0%BA%D0%B0%D0%BD%D0%B4%D0%B8%D0%BD%D0%B0%D0%B2%D1%81%D0%BA%D0%B8%D0%B5%20%D1%8F%D0%B7%D1%8B%D0%BA%D0%B8>,
        <http://lexvo.org/id/term/slk/Severogerm%C3%A1nske%20jazyky>,
        <http://lexvo.org/id/term/sme/Skandin%C3%A1vala%C5%A1%20gielat>,
        <http://lexvo.org/id/term/spa/Lenguas%20n%C3%B3rdicas>,
        <http://lexvo.org/id/term/swe/Nordiska%20spr%C3%A5k>,
        <http://lexvo.org/id/term/tha/%E0%B8%81%E0%B8%A5%E0%B8%B8%E0%B9%88%E0%B8%A1%E0%B8%A0%E0%B8%B2%E0%B8%A9%E0%B8%B2%E0%B9%80%E0%B8%88%E0%B8%AD%E0%B8%A3%E0%B9%8C%E0%B9%80%E0%B8%A1%E0%B8%99%E0%B8%B4%E0%B8%81%E0%B9%80%E0%B8%AB%E0%B8%99%E0%B8%B7%E0%B8%AD>,
        <http://lexvo.org/id/term/tur/%C4%B0skandinav%20dilleri>,
        <http://lexvo.org/id/term/ukr/%D0%A1%D0%BA%D0%B0%D0%BD%D0%B4%D0%B8%D0%BD%D0%B0%D0%B2%D1%81%D1%8C%D0%BA%D1%96%20%D0%BC%D0%BE%D0%B2%D0%B8>,
        <http://lexvo.org/id/term/zho/%E5%8C%97%E6%97%A5%E8%80%B3%E6%9B%BC%E8%AF%AD%E6%94%AF> ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-5/gmq> ;
    rdfs:comment "The North Germanic languages or Scandinavian languages, the languages of Scandinavians, make up one of the three branches of the Germanic languages, a sub-family of the Indo-European languages, along with the West Germanic languages and the extinct East Germanic languages. The language group is sometimes referred to as the Nordic languages, a direct translation of the most common term used among Danish, Swedish and Norwegian scholars and laypeople. In Scandinavia, Scandinavian languages is also used as a term referring specifically to the mutually intelligible languages of the three Scandinavian countries, and is thus used in a more narrow sense as a subset of the Nordic languages. The term Scandinavian arose in the 18th century, as a result of the early linguistic and cultural Scandinavist movement, referring to the peoples, cultures and languages of the three Scandinavian countries and stressing their common heritage."@en ;
    owl:sameAs <http://dbpedia.org/resource/North_Germanic_languages>,
        <http://www.mpii.de/yago/resource/North_Germanic_languages> .

<http://lexvo.org/id/iso639-5/gmw> rdfs:label "Wes-Germaanse tale"@af,
        "የምዕራብ-ጀርመናዊ ቋንቋዎች ቤተሠብ"@am,
        "Chermanico occidental"@an,
        "Ƿest-germanisc"@ang,
        "Westgermanische Sprochn"@bar,
        "Западногермански езици"@bg,
        "পশ্চিম জার্মানীয় ভাষাসমূহ"@bn,
        "Llengües germàniques occidentals"@ca,
        "Západogermánské jazyky"@cs,
        "Westgermanische Sprachen"@de,
        "Δυτικές γερμανικές γλώσσες"@el,
        "West Germanic language"@en,
        "West Germanic languages"@en,
        "Okcidentĝermana lingvaro"@eo,
        "Lenguas germánicas occidentales"@es,
        "Mendebaldeko germaniar hizkuntzak"@eu,
        "زبان‌های ژرمنی غربی"@fa,
        "Länsigermaaniset kielet"@fi,
        "Langues germaniques occidentales"@fr,
        "germaniques occidentales, langues"@fr,
        "langue germaniques occidentales"@fr,
        "Waastgermaans"@frr,
        "Westgermaanske talen"@fy,
        "Zapadnogermanski jezici"@hr,
        "Zapadogermanske rěče"@hsb,
        "Nyugati germán nyelvek"@hu,
        "Rumpun bahasa Germanik Barat"@id,
        "Vesturgermönsk tungumál"@is,
        "Lingue germaniche occidentali"@it,
        "西ゲルマン語群"@ja,
        "서게르만어군"@ko,
        "Linguae Germanicae Occidentales"@la,
        "Vakarų germanų kalbos"@lt,
        "Sai German gí-giân"@nan,
        "West-Germoanse toalen"@nds,
        "Westgermaansche Spraken"@nds,
        "West-Germaanse talen"@nl,
        "Vestgermanske språk"@nn,
        "Vestgermanske språk"@no,
        "Języki zachodniogermańskie"@pl,
        "Línguas germânicas ocidentais"@pt,
        "Западногерманские языки"@ru,
        "Wast Germanic leids"@sco,
        "Západogermánske jazyky"@sk,
        "Wäästgermaniske Sproaken"@stq,
        "Західногерманські мови"@uk,
        "West-Germoans"@vls,
        "Àwọn èdè Ìwọ̀orùn Jẹ́mánìkì"@yo,
        "西日耳曼語支"@zh ;
    lvont:iso639P5Code "gmw"^^xsd:string ;
    lvont:label <http://lexvo.org/id/term/afr/Wes-Germaanse%20tale>,
        <http://lexvo.org/id/term/amh/%E1%8B%A8%E1%88%9D%E1%8B%95%E1%88%AB%E1%89%A5-%E1%8C%80%E1%88%AD%E1%88%98%E1%8A%93%E1%8B%8A%20%E1%89%8B%E1%8A%95%E1%89%8B%E1%8B%8E%E1%89%BD%20%E1%89%A4%E1%89%B0%E1%88%A0%E1%89%A5>,
        <http://lexvo.org/id/term/ang/%C7%B7est-germanisc>,
        <http://lexvo.org/id/term/arg/Chermanico%20occidental>,
        <http://lexvo.org/id/term/bar/Westgermanische%20Sprochn>,
        <http://lexvo.org/id/term/ben/%E0%A6%AA%E0%A6%B6%E0%A7%8D%E0%A6%9A%E0%A6%BF%E0%A6%AE%20%E0%A6%9C%E0%A6%BE%E0%A6%B0%E0%A7%8D%E0%A6%AE%E0%A6%BE%E0%A6%A8%E0%A7%80%E0%A6%AF%E0%A6%BC%20%E0%A6%AD%E0%A6%BE%E0%A6%B7%E0%A6%BE%E0%A6%B8%E0%A6%AE%E0%A7%82%E0%A6%B9>,
        <http://lexvo.org/id/term/bul/%D0%97%D0%B0%D0%BF%D0%B0%D0%B4%D0%BD%D0%BE%D0%B3%D0%B5%D1%80%D0%BC%D0%B0%D0%BD%D1%81%D0%BA%D0%B8%20%D0%B5%D0%B7%D0%B8%D1%86%D0%B8>,
        <http://lexvo.org/id/term/cat/Lleng%C3%BCes%20germ%C3%A0niques%20occidentals>,
        <http://lexvo.org/id/term/ces/Z%C3%A1padogerm%C3%A1nsk%C3%A9%20jazyky>,
        <http://lexvo.org/id/term/deu/Westgermanische%20Sprachen>,
        <http://lexvo.org/id/term/ell/%CE%94%CF%85%CF%84%CE%B9%CE%BA%CE%AD%CF%82%20%CE%B3%CE%B5%CF%81%CE%BC%CE%B1%CE%BD%CE%B9%CE%BA%CE%AD%CF%82%20%CE%B3%CE%BB%CF%8E%CF%83%CF%83%CE%B5%CF%82>,
        <http://lexvo.org/id/term/eng/West%20Germanic%20language>,
        <http://lexvo.org/id/term/eng/West%20Germanic%20languages>,
        <http://lexvo.org/id/term/epo/Okcident%C4%9Dermana%20lingvaro>,
        <http://lexvo.org/id/term/eus/Mendebaldeko%20germaniar%20hizkuntzak>,
        <http://lexvo.org/id/term/fas/%D8%B2%D8%A8%D8%A7%D9%86%E2%80%8C%D9%87%D8%A7%DB%8C%20%DA%98%D8%B1%D9%85%D9%86%DB%8C%20%D8%BA%D8%B1%D8%A8%DB%8C>,
        <http://lexvo.org/id/term/fin/L%C3%A4nsigermaaniset%20kielet>,
        <http://lexvo.org/id/term/fra/Langues%20germaniques%20occidentales>,
        <http://lexvo.org/id/term/fra/germaniques%20occidentales%2C%20langues>,
        <http://lexvo.org/id/term/fra/langue%20germaniques%20occidentales>,
        <http://lexvo.org/id/term/frr/Waastgermaans>,
        <http://lexvo.org/id/term/fry/Westgermaanske%20talen>,
        <http://lexvo.org/id/term/hrv/Zapadnogermanski%20jezici>,
        <http://lexvo.org/id/term/hsb/Zapadogermanske%20r%C4%9B%C4%8De>,
        <http://lexvo.org/id/term/hun/Nyugati%20germ%C3%A1n%20nyelvek>,
        <http://lexvo.org/id/term/ind/Rumpun%20bahasa%20Germanik%20Barat>,
        <http://lexvo.org/id/term/isl/Vesturgerm%C3%B6nsk%20tungum%C3%A1l>,
        <http://lexvo.org/id/term/ita/Lingue%20germaniche%20occidentali>,
        <http://lexvo.org/id/term/jpn/%E8%A5%BF%E3%82%B2%E3%83%AB%E3%83%9E%E3%83%B3%E8%AA%9E%E7%BE%A4>,
        <http://lexvo.org/id/term/kor/%EC%84%9C%EA%B2%8C%EB%A5%B4%EB%A7%8C%EC%96%B4%EA%B5%B0>,
        <http://lexvo.org/id/term/lat/Linguae%20Germanicae%20Occidentales>,
        <http://lexvo.org/id/term/lit/Vakar%C5%B3%20german%C5%B3%20kalbos>,
        <http://lexvo.org/id/term/nan/Sai%20German%20g%C3%AD-gi%C3%A2n>,
        <http://lexvo.org/id/term/nds/West-Germoanse%20toalen>,
        <http://lexvo.org/id/term/nds/Westgermaansche%20Spraken>,
        <http://lexvo.org/id/term/nld/West-Germaanse%20talen>,
        <http://lexvo.org/id/term/nno/Vestgermanske%20spr%C3%A5k>,
        <http://lexvo.org/id/term/nor/Vestgermanske%20spr%C3%A5k>,
        <http://lexvo.org/id/term/pol/J%C4%99zyki%20zachodniogerma%C5%84skie>,
        <http://lexvo.org/id/term/por/L%C3%ADnguas%20germ%C3%A2nicas%20ocidentais>,
        <http://lexvo.org/id/term/rus/%D0%97%D0%B0%D0%BF%D0%B0%D0%B4%D0%BD%D0%BE%D0%B3%D0%B5%D1%80%D0%BC%D0%B0%D0%BD%D1%81%D0%BA%D0%B8%D0%B5%20%D1%8F%D0%B7%D1%8B%D0%BA%D0%B8>,
        <http://lexvo.org/id/term/sco/Wast%20Germanic%20leids>,
        <http://lexvo.org/id/term/slk/Z%C3%A1padogerm%C3%A1nske%20jazyky>,
        <http://lexvo.org/id/term/spa/Lenguas%20germ%C3%A1nicas%20occidentales>,
        <http://lexvo.org/id/term/stq/W%C3%A4%C3%A4stgermaniske%20Sproaken>,
        <http://lexvo.org/id/term/ukr/%D0%97%D0%B0%D1%85%D1%96%D0%B4%D0%BD%D0%BE%D0%B3%D0%B5%D1%80%D0%BC%D0%B0%D0%BD%D1%81%D1%8C%D0%BA%D1%96%20%D0%BC%D0%BE%D0%B2%D0%B8>,
        <http://lexvo.org/id/term/vls/West-Germoans>,
        <http://lexvo.org/id/term/yor/%C3%80w%E1%BB%8Dn%20%C3%A8d%C3%A8%20%C3%8Cw%E1%BB%8D%CC%80or%C3%B9n%20J%E1%BA%B9%CC%81m%C3%A1n%C3%ACk%C3%AC>,
        <http://lexvo.org/id/term/zho/%E8%A5%BF%E6%97%A5%E8%80%B3%E6%9B%BC%E8%AA%9E%E6%94%AF> ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-5/gmw> ;
    rdfs:comment "The West Germanic languages constitute the largest of the three traditional branches of the Germanic family of languages and include languages such as German, English, Dutch, Afrikaans, the Frisian languages, and Yiddish. The other two of these three traditional branches of the Germanic languages are the North and East Germanic languages."@en ;
    owl:sameAs <http://dbpedia.org/resource/West_Germanic_languages>,
        <http://www.mpii.de/yago/resource/West_Germanic_languages> .

<http://lexvo.org/id/iso639-5/hmx> rdfs:label "Yezhoù mongek-mienek"@br,
        "Hmong-mienské jazyky"@cs,
        "Hmong-Mien-Sprachen"@de,
        "Hmong-Mien language"@en,
        "Hmong-Mien languages"@en,
        "Hmong–Mien language"@en,
        "Hmong–Mien languages"@en,
        "Lenguas hmong-mien"@es,
        "Langues hmong-mien"@fr,
        "hmong-mien, langues"@fr,
        "langue hmong-mien"@fr,
        "Mjao-Jao jezici"@hr,
        "Lingue Hmong-Mien"@it,
        "ミャオ・ヤオ語族"@ja,
        "Мяо-яо тілдері"@kk,
        "몽몐어족"@ko,
        "Linguae Hmong-Mien"@la,
        "Hmongų-mienų kalbos"@lt,
        "Miao-Yaotalen"@nl,
        "Lengas miao-yao"@oc,
        "Języki hmong-mien"@pl,
        "Línguas hmong-mien"@pt,
        "Языки мяо-яо"@ru,
        "Hmong-mienspråk"@sv,
        "ตระกูลภาษาม้ง-เมี่ยน"@th,
        "Hệ ngôn ngữ H'Mông-Miền"@vi,
        "苗瑶语系"@zh ;
    lvont:iso639P5Code "hmx"^^xsd:string ;
    lvont:label <http://lexvo.org/id/term/bre/Yezho%C3%B9%20mongek-mienek>,
        <http://lexvo.org/id/term/ces/Hmong-miensk%C3%A9%20jazyky>,
        <http://lexvo.org/id/term/deu/Hmong-Mien-Sprachen>,
        <http://lexvo.org/id/term/eng/Hmong%E2%80%93Mien%20language>,
        <http://lexvo.org/id/term/eng/Hmong%E2%80%93Mien%20languages>,
        <http://lexvo.org/id/term/eng/Hmong-Mien%20language>,
        <http://lexvo.org/id/term/eng/Hmong-Mien%20languages>,
        <http://lexvo.org/id/term/fra/Langues%20hmong-mien>,
        <http://lexvo.org/id/term/fra/hmong-mien%2C%20langues>,
        <http://lexvo.org/id/term/fra/langue%20hmong-mien>,
        <http://lexvo.org/id/term/hrv/Mjao-Jao%20jezici>,
        <http://lexvo.org/id/term/ita/Lingue%20Hmong-Mien>,
        <http://lexvo.org/id/term/jpn/%E3%83%9F%E3%83%A3%E3%82%AA%E3%83%BB%E3%83%A4%E3%82%AA%E8%AA%9E%E6%97%8F>,
        <http://lexvo.org/id/term/kaz/%D0%9C%D1%8F%D0%BE-%D1%8F%D0%BE%20%D1%82%D1%96%D0%BB%D0%B4%D0%B5%D1%80%D1%96>,
        <http://lexvo.org/id/term/kor/%EB%AA%BD%EB%AA%90%EC%96%B4%EC%A1%B1>,
        <http://lexvo.org/id/term/lat/Linguae%20Hmong-Mien>,
        <http://lexvo.org/id/term/lit/Hmong%C5%B3-mien%C5%B3%20kalbos>,
        <http://lexvo.org/id/term/nld/Miao-Yaotalen>,
        <http://lexvo.org/id/term/oci/Lengas%20miao-yao>,
        <http://lexvo.org/id/term/pol/J%C4%99zyki%20hmong-mien>,
        <http://lexvo.org/id/term/por/L%C3%ADnguas%20hmong-mien>,
        <http://lexvo.org/id/term/rus/%D0%AF%D0%B7%D1%8B%D0%BA%D0%B8%20%D0%BC%D1%8F%D0%BE-%D1%8F%D0%BE>,
        <http://lexvo.org/id/term/spa/Lenguas%20hmong-mien>,
        <http://lexvo.org/id/term/swe/Hmong-mienspr%C3%A5k>,
        <http://lexvo.org/id/term/tha/%E0%B8%95%E0%B8%A3%E0%B8%B0%E0%B8%81%E0%B8%B9%E0%B8%A5%E0%B8%A0%E0%B8%B2%E0%B8%A9%E0%B8%B2%E0%B8%A1%E0%B9%89%E0%B8%87-%E0%B9%80%E0%B8%A1%E0%B8%B5%E0%B9%88%E0%B8%A2%E0%B8%99>,
        <http://lexvo.org/id/term/vie/H%E1%BB%87%20ng%C3%B4n%20ng%E1%BB%AF%20H'M%C3%B4ng-Mi%E1%BB%81n>,
        <http://lexvo.org/id/term/zho/%E8%8B%97%E7%91%B6%E8%AF%AD%E7%B3%BB> ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-5/hmx> ;
    rdfs:comment "The Hmong–Mien Miao–Yao languages are a language family of southern China and Southeast Asia. They are spoken in mountainous areas of southern China, including Guizhou, Hunan, Yunnan, Sichuan, Guangxi, and Hubei provinces, where its speakers have been relegated to being \"hill people,\" while the Han Chinese have settled the more fertile river valleys. Within the last 300–400 years, the Hmong and some Mien people have migrated to Thailand, Laos, Vietnam, and Burma. As a result of the Indochina Wars, many Hmong speakers left Southeast Asia for Australia, the United States, and other countries."@en ;
    owl:sameAs <http://dbpedia.org/resource/Hmong%E2%80%93Mien_languages>,
        <http://www.mpii.de/yago/resource/Hmong%E2%80%93Mien_languages> .

<http://lexvo.org/id/iso639-5/hok> rdfs:label "Yezhoù hokanek"@br,
        "Hoka-sioux"@ca,
        "Hoka-Sprachen"@de,
        "Hokan language"@en,
        "Hokan languages"@en,
        "Lenguas hokanas"@es,
        "Langues hokanes"@fr,
        "hoka, langues"@fr,
        "langue hoka"@fr,
        "Hoka"@hr,
        "Hokantalen"@nl,
        "Hokanspråk"@no,
        "Línguas hocanas"@pt,
        "Хоканские языки"@ru,
        "Hoka"@sh ;
    lvont:iso639P5Code "hok"^^xsd:string ;
    lvont:label <http://lexvo.org/id/term/bre/Yezho%C3%B9%20hokanek>,
        <http://lexvo.org/id/term/cat/Hoka-sioux>,
        <http://lexvo.org/id/term/deu/Hoka-Sprachen>,
        <http://lexvo.org/id/term/eng/Hokan%20language>,
        <http://lexvo.org/id/term/eng/Hokan%20languages>,
        <http://lexvo.org/id/term/fra/Langues%20hokanes>,
        <http://lexvo.org/id/term/fra/hoka%2C%20langues>,
        <http://lexvo.org/id/term/fra/langue%20hoka>,
        <http://lexvo.org/id/term/hbs/Hoka>,
        <http://lexvo.org/id/term/hrv/Hoka>,
        <http://lexvo.org/id/term/nld/Hokantalen>,
        <http://lexvo.org/id/term/nor/Hokanspr%C3%A5k>,
        <http://lexvo.org/id/term/por/L%C3%ADnguas%20hocanas>,
        <http://lexvo.org/id/term/rus/%D0%A5%D0%BE%D0%BA%D0%B0%D0%BD%D1%81%D0%BA%D0%B8%D0%B5%20%D1%8F%D0%B7%D1%8B%D0%BA%D0%B8>,
        <http://lexvo.org/id/term/spa/Lenguas%20hokanas> ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-5/hok> ;
    rdfs:comment "The Hokan language family is a hypothetical grouping of a dozen small language families spoken in California, Arizona and Mexico. In nearly a century since Edward Sapir first proposed the \"Hokan\" hypothesis, little additional evidence has been found that these families were related to each other. Although some Hokan families may indeed be related, especially in northern California, few linguists today expect Hokan as a whole to prove to be valid, and the term is often used as a convenient label to simplify one of the most linguistically diverse areas of the world."@en ;
    owl:sameAs <http://dbpedia.org/resource/Hokan_languages>,
        <http://www.mpii.de/yago/resource/Hokan_languages> .

<http://lexvo.org/id/iso639-5/hyx> rdfs:label "Armenian"@en,
        "Armenian (family)"@en,
        "arménien"@fr,
        "arménien (famille)"@fr ;
    lvont:iso639P5Code "hyx"^^xsd:string ;
    lvont:label <http://lexvo.org/id/term/eng/Armenian>,
        <http://lexvo.org/id/term/eng/Armenian%20(family)>,
        <http://lexvo.org/id/term/fra/arm%C3%A9nien>,
        <http://lexvo.org/id/term/fra/arm%C3%A9nien%20(famille)> ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-5/hyx> ;
    owl:sameAs <http://dbpedia.org/resource/Armenian_(family)>,
        <http://www.mpii.de/yago/resource/Armenian_(family)> .

<http://lexvo.org/id/iso639-5/iir> rdfs:label "Luengas indo-iranias"@an,
        "لغات هندية إيرانية"@ar,
        "Llingües indoiranies"@ast,
        "Арыйскія мовы"@be,
        "Индоирански езици"@bg,
        "ইন্দো-ইরানীয় ভাষাপরিবার"@bn,
        "Indoiranski jezici"@bs,
        "Llengües indoiranianes"@ca,
        "Indoíránské jazyky"@cs,
        "Ieithoedd Indo-Iraneg"@cy,
        "Indoiranske sprog"@da,
        "Indoiranische Sprachen"@de,
        "Ινδοϊρανικές γλώσσες"@el,
        "Indo-Iranian language"@en,
        "Indo-Iranian languages"@en,
        "Hindirana lingvaro"@eo,
        "Lenguas indo-iranias"@es,
        "Indoiraani keeled"@et,
        "Indoirandar hizkuntzak"@eu,
        "زبان‌های هندوایرانی"@fa,
        "Indoiranilaiset kielet"@fi,
        "Langues indo-iraniennes"@fr,
        "indo-iraniennes, langues"@fr,
        "langue indo-iraniennes"@fr,
        "Linguas indoiranias"@gl,
        "هند و ایرانی زوانؤن"@glk,
        "שפות הודו-איראניות"@he,
        "हिन्द-ईरानी भाषाएँ"@hi,
        "Indoiranski jezici"@hr,
        "Indoiranske rěče"@hsb,
        "Indoiráni nyelvek"@hu,
        "Lingue indoiraniche"@it,
        "インド・イラン語派"@ja,
        "인도이란어파"@ko,
        "Zimanên hind û îranî"@ku,
        "Linguae Indoiranicae"@la,
        "Indoiranėnų kalbos"@lt,
        "Indoirāņu valodas"@lv,
        "Индоирански јазици"@mk,
        "ഇന്തോ-ഇറാനിയൻ ഭാഷകൾ"@ml,
        "Bahasa-bahasa Indo-Iran"@ms,
        "Indo-Iraanse talen"@nl,
        "Indoiranske språk"@nn,
        "Indoiranske språk"@no,
        "Lengas indoiranianas"@oc,
        "Języki indoirańskie"@pl,
        "ہند ایرانی بولیاں"@pnb,
        "Línguas indo-iranianas"@pt,
        "Limbile indo-iraniene"@ro,
        "Индоиранские языки"@ru,
        "Indoiranski jezici"@sh,
        "ඉන්දු-ආර්ය භාෂා කාණ්ඩය"@si,
        "Indoiránske jazyky"@sk,
        "Indoiranski jeziki"@sl,
        "Индо-ирански језици"@sr,
        "Indoiranska språk"@sv,
        "இந்திய-ஈரானிய மொழிகள்"@ta,
        "Забонҳои ҳинду-эронӣ"@tg,
        "กลุ่มภาษาอินโด-อิหร่าน"@th,
        "Hint-İran dilleri"@tr,
        "Індоіранські мови"@uk,
        "印度－伊朗语族"@zh ;
    lvont:iso639P5Code "iir"^^xsd:string ;
    lvont:label <http://lexvo.org/id/term/ara/%D9%84%D8%BA%D8%A7%D8%AA%20%D9%87%D9%86%D8%AF%D9%8A%D8%A9%20%D8%A5%D9%8A%D8%B1%D8%A7%D9%86%D9%8A%D8%A9>,
        <http://lexvo.org/id/term/arg/Luengas%20indo-iranias>,
        <http://lexvo.org/id/term/ast/Lling%C3%BCes%20indoiranies>,
        <http://lexvo.org/id/term/bel/%D0%90%D1%80%D1%8B%D0%B9%D1%81%D0%BA%D1%96%D1%8F%20%D0%BC%D0%BE%D0%B2%D1%8B>,
        <http://lexvo.org/id/term/ben/%E0%A6%87%E0%A6%A8%E0%A7%8D%E0%A6%A6%E0%A7%8B-%E0%A6%87%E0%A6%B0%E0%A6%BE%E0%A6%A8%E0%A7%80%E0%A6%AF%E0%A6%BC%20%E0%A6%AD%E0%A6%BE%E0%A6%B7%E0%A6%BE%E0%A6%AA%E0%A6%B0%E0%A6%BF%E0%A6%AC%E0%A6%BE%E0%A6%B0>,
        <http://lexvo.org/id/term/bos/Indoiranski%20jezici>,
        <http://lexvo.org/id/term/bul/%D0%98%D0%BD%D0%B4%D0%BE%D0%B8%D1%80%D0%B0%D0%BD%D1%81%D0%BA%D0%B8%20%D0%B5%D0%B7%D0%B8%D1%86%D0%B8>,
        <http://lexvo.org/id/term/cat/Lleng%C3%BCes%20indoiranianes>,
        <http://lexvo.org/id/term/ces/Indo%C3%ADr%C3%A1nsk%C3%A9%20jazyky>,
        <http://lexvo.org/id/term/cym/Ieithoedd%20Indo-Iraneg>,
        <http://lexvo.org/id/term/dan/Indoiranske%20sprog>,
        <http://lexvo.org/id/term/deu/Indoiranische%20Sprachen>,
        <http://lexvo.org/id/term/ell/%CE%99%CE%BD%CE%B4%CE%BF%CF%8A%CF%81%CE%B1%CE%BD%CE%B9%CE%BA%CE%AD%CF%82%20%CE%B3%CE%BB%CF%8E%CF%83%CF%83%CE%B5%CF%82>,
        <http://lexvo.org/id/term/eng/Indo-Iranian%20language>,
        <http://lexvo.org/id/term/eng/Indo-Iranian%20languages>,
        <http://lexvo.org/id/term/epo/Hindirana%20lingvaro>,
        <http://lexvo.org/id/term/est/Indoiraani%20keeled>,
        <http://lexvo.org/id/term/eus/Indoirandar%20hizkuntzak>,
        <http://lexvo.org/id/term/fas/%D8%B2%D8%A8%D8%A7%D9%86%E2%80%8C%D9%87%D8%A7%DB%8C%20%D9%87%D9%86%D8%AF%D9%88%D8%A7%DB%8C%D8%B1%D8%A7%D9%86%DB%8C>,
        <http://lexvo.org/id/term/fin/Indoiranilaiset%20kielet>,
        <http://lexvo.org/id/term/fra/Langues%20indo-iraniennes>,
        <http://lexvo.org/id/term/fra/indo-iraniennes%2C%20langues>,
        <http://lexvo.org/id/term/fra/langue%20indo-iraniennes>,
        <http://lexvo.org/id/term/glg/Linguas%20indoiranias>,
        <http://lexvo.org/id/term/glk/%D9%87%D9%86%D8%AF%20%D9%88%20%D8%A7%DB%8C%D8%B1%D8%A7%D9%86%DB%8C%20%D8%B2%D9%88%D8%A7%D9%86%D8%A4%D9%86>,
        <http://lexvo.org/id/term/hbs/Indoiranski%20jezici>,
        <http://lexvo.org/id/term/heb/%D7%A9%D7%A4%D7%95%D7%AA%20%D7%94%D7%95%D7%93%D7%95-%D7%90%D7%99%D7%A8%D7%90%D7%A0%D7%99%D7%95%D7%AA>,
        <http://lexvo.org/id/term/hin/%E0%A4%B9%E0%A4%BF%E0%A4%A8%E0%A5%8D%E0%A4%A6-%E0%A4%88%E0%A4%B0%E0%A4%BE%E0%A4%A8%E0%A5%80%20%E0%A4%AD%E0%A4%BE%E0%A4%B7%E0%A4%BE%E0%A4%8F%E0%A4%81>,
        <http://lexvo.org/id/term/hrv/Indoiranski%20jezici>,
        <http://lexvo.org/id/term/hsb/Indoiranske%20r%C4%9B%C4%8De>,
        <http://lexvo.org/id/term/hun/Indoir%C3%A1ni%20nyelvek>,
        <http://lexvo.org/id/term/ita/Lingue%20indoiraniche>,
        <http://lexvo.org/id/term/jpn/%E3%82%A4%E3%83%B3%E3%83%89%E3%83%BB%E3%82%A4%E3%83%A9%E3%83%B3%E8%AA%9E%E6%B4%BE>,
        <http://lexvo.org/id/term/kor/%EC%9D%B8%EB%8F%84%EC%9D%B4%EB%9E%80%EC%96%B4%ED%8C%8C>,
        <http://lexvo.org/id/term/kur/Ziman%C3%AAn%20hind%20%C3%BB%20%C3%AEran%C3%AE>,
        <http://lexvo.org/id/term/lat/Linguae%20Indoiranicae>,
        <http://lexvo.org/id/term/lav/Indoir%C4%81%C5%86u%20valodas>,
        <http://lexvo.org/id/term/lit/Indoiran%C4%97n%C5%B3%20kalbos>,
        <http://lexvo.org/id/term/mal/%E0%B4%87%E0%B4%A8%E0%B5%8D%E0%B4%A4%E0%B5%8B-%E0%B4%87%E0%B4%B1%E0%B4%BE%E0%B4%A8%E0%B4%BF%E0%B4%AF%E0%B5%BB%20%E0%B4%AD%E0%B4%BE%E0%B4%B7%E0%B4%95%E0%B5%BE>,
        <http://lexvo.org/id/term/mkd/%D0%98%D0%BD%D0%B4%D0%BE%D0%B8%D1%80%D0%B0%D0%BD%D1%81%D0%BA%D0%B8%20%D1%98%D0%B0%D0%B7%D0%B8%D1%86%D0%B8>,
        <http://lexvo.org/id/term/msa/Bahasa-bahasa%20Indo-Iran>,
        <http://lexvo.org/id/term/nld/Indo-Iraanse%20talen>,
        <http://lexvo.org/id/term/nno/Indoiranske%20spr%C3%A5k>,
        <http://lexvo.org/id/term/nor/Indoiranske%20spr%C3%A5k>,
        <http://lexvo.org/id/term/oci/Lengas%20indoiranianas>,
        <http://lexvo.org/id/term/pnb/%DB%81%D9%86%D8%AF%20%D8%A7%DB%8C%D8%B1%D8%A7%D9%86%DB%8C%20%D8%A8%D9%88%D9%84%DB%8C%D8%A7%DA%BA>,
        <http://lexvo.org/id/term/pol/J%C4%99zyki%20indoira%C5%84skie>,
        <http://lexvo.org/id/term/por/L%C3%ADnguas%20indo-iranianas>,
        <http://lexvo.org/id/term/ron/Limbile%20indo-iraniene>,
        <http://lexvo.org/id/term/rus/%D0%98%D0%BD%D0%B4%D0%BE%D0%B8%D1%80%D0%B0%D0%BD%D1%81%D0%BA%D0%B8%D0%B5%20%D1%8F%D0%B7%D1%8B%D0%BA%D0%B8>,
        <http://lexvo.org/id/term/sin/%E0%B6%89%E0%B6%B1%E0%B7%8A%E0%B6%AF%E0%B7%94-%E0%B6%86%E0%B6%BB%E0%B7%8A%E0%B6%BA%20%E0%B6%B7%E0%B7%8F%E0%B7%82%E0%B7%8F%20%E0%B6%9A%E0%B7%8F%E0%B6%AB%E0%B7%8A%E0%B6%A9%E0%B6%BA>,
        <http://lexvo.org/id/term/slk/Indoir%C3%A1nske%20jazyky>,
        <http://lexvo.org/id/term/slv/Indoiranski%20jeziki>,
        <http://lexvo.org/id/term/spa/Lenguas%20indo-iranias>,
        <http://lexvo.org/id/term/srp/%D0%98%D0%BD%D0%B4%D0%BE-%D0%B8%D1%80%D0%B0%D0%BD%D1%81%D0%BA%D0%B8%20%D1%98%D0%B5%D0%B7%D0%B8%D1%86%D0%B8>,
        <http://lexvo.org/id/term/swe/Indoiranska%20spr%C3%A5k>,
        <http://lexvo.org/id/term/tam/%E0%AE%87%E0%AE%A8%E0%AF%8D%E0%AE%A4%E0%AE%BF%E0%AE%AF-%E0%AE%88%E0%AE%B0%E0%AE%BE%E0%AE%A9%E0%AE%BF%E0%AE%AF%20%E0%AE%AE%E0%AF%8A%E0%AE%B4%E0%AE%BF%E0%AE%95%E0%AE%B3%E0%AF%8D>,
        <http://lexvo.org/id/term/tgk/%D0%97%D0%B0%D0%B1%D0%BE%D0%BD%D2%B3%D0%BE%D0%B8%20%D2%B3%D0%B8%D0%BD%D0%B4%D1%83-%D1%8D%D1%80%D0%BE%D0%BD%D3%A3>,
        <http://lexvo.org/id/term/tha/%E0%B8%81%E0%B8%A5%E0%B8%B8%E0%B9%88%E0%B8%A1%E0%B8%A0%E0%B8%B2%E0%B8%A9%E0%B8%B2%E0%B8%AD%E0%B8%B4%E0%B8%99%E0%B9%82%E0%B8%94-%E0%B8%AD%E0%B8%B4%E0%B8%AB%E0%B8%A3%E0%B9%88%E0%B8%B2%E0%B8%99>,
        <http://lexvo.org/id/term/tur/Hint-%C4%B0ran%20dilleri>,
        <http://lexvo.org/id/term/ukr/%D0%86%D0%BD%D0%B4%D0%BE%D1%96%D1%80%D0%B0%D0%BD%D1%81%D1%8C%D0%BA%D1%96%20%D0%BC%D0%BE%D0%B2%D0%B8>,
        <http://lexvo.org/id/term/zho/%E5%8D%B0%E5%BA%A6%EF%BC%8D%E4%BC%8A%E6%9C%97%E8%AF%AD%E6%97%8F> ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-5/iir> ;
    rdfs:comment "The Indo-Iranian language group constitutes the easternmost extant branch of the Indo-European family of languages. It consists of three language groups: the Indo-Aryan, Iranian and Nuristani. The Indo-Iranian languages occasionally go by the term \"Aryan languages.\" The speakers of the Proto-Indo-Iranian language, the hypothetical Proto-Indo-Iranians, are usually associated with the late 3rd millennium BC Andronovo and Sintashta-Petrovka cultures of Central Asia. Their expansion is believed to have been connected with the invention of the chariot."@en ;
    owl:sameAs <http://dbpedia.org/resource/Indo-Iranian_languages>,
        <http://www.mpii.de/yago/resource/Indo-Iranian_languages> .

<http://lexvo.org/id/iso639-5/itc> rdfs:label "Italiese tale"@af,
        "Luengas italicas"@an,
        "لغات إيطاليقية"@ar,
        "Llingües itáliques"@ast,
        "İtalik dilləri"@az,
        "Італійскія мовы"@be,
        "Италийски езици"@bg,
        "Llengües itàliques"@ca,
        "Italické jazyky"@cs,
        "Ieithoedd Italaidd"@cy,
        "Italiske sprog"@da,
        "Italische Sprachen"@de,
        "Ιταλικές γλώσσες"@el,
        "Italic language"@en,
        "Italic languages"@en,
        "Italika lingvaro"@eo,
        "Lenguas itálicas"@es,
        "زبان‌های ایتالی"@fa,
        "Itaaliset kielet"@fi,
        "Langues italiques"@fr,
        "italiques, langues"@fr,
        "langue italiques"@fr,
        "Linguas itálicas"@gl,
        "ایتالیکی زوانؤن"@glk,
        "Italische Sprachen"@gsw-FR,
        "שפות איטליות"@he,
        "Italski jezici"@hr,
        "Italikus nyelvek"@hu,
        "Linguas italic"@ia,
        "Bahasa Italik"@id,
        "Ítalísk tungumál"@is,
        "Lingue italiche"@it,
        "イタリック語派"@ja,
        "იტალიკური ენები"@ka,
        "이탈리아어파"@ko,
        "Zimanên îtalî"@ku,
        "Linguae Italicae"@la,
        "Italische taole"@li,
        "Lengu Italich"@lmo,
        "Italikų kalbos"@lt,
        "Italische talen"@nl,
        "Italiske språk"@nn,
        "Italiske språk"@no,
        "Lengas italicas"@oc,
        "Języki italskie"@pl,
        "Línguas itálicas"@pt,
        "Limbile italice"@ro,
        "Италийские языки"@ru,
        "Italické jazyky"@sk,
        "Italski jeziki"@sl,
        "Италски језици"@sr,
        "Italiska språk"@sv,
        "กลุ่มภาษาอิตาลิก"@th,
        "İtalik diller"@tr,
        "Італійські мови"@uk,
        "Nhóm ngôn ngữ gốc Ý"@vi,
        "意大利语族"@zh ;
    lvont:iso639P5Code "itc"^^xsd:string ;
    lvont:label <http://lexvo.org/id/term/afr/Italiese%20tale>,
        <http://lexvo.org/id/term/ara/%D9%84%D8%BA%D8%A7%D8%AA%20%D8%A5%D9%8A%D8%B7%D8%A7%D9%84%D9%8A%D9%82%D9%8A%D8%A9>,
        <http://lexvo.org/id/term/arg/Luengas%20italicas>,
        <http://lexvo.org/id/term/ast/Lling%C3%BCes%20it%C3%A1liques>,
        <http://lexvo.org/id/term/aze/%C4%B0talik%20dill%C9%99ri>,
        <http://lexvo.org/id/term/bel/%D0%86%D1%82%D0%B0%D0%BB%D1%96%D0%B9%D1%81%D0%BA%D1%96%D1%8F%20%D0%BC%D0%BE%D0%B2%D1%8B>,
        <http://lexvo.org/id/term/bul/%D0%98%D1%82%D0%B0%D0%BB%D0%B8%D0%B9%D1%81%D0%BA%D0%B8%20%D0%B5%D0%B7%D0%B8%D1%86%D0%B8>,
        <http://lexvo.org/id/term/cat/Lleng%C3%BCes%20it%C3%A0liques>,
        <http://lexvo.org/id/term/ces/Italick%C3%A9%20jazyky>,
        <http://lexvo.org/id/term/cym/Ieithoedd%20Italaidd>,
        <http://lexvo.org/id/term/dan/Italiske%20sprog>,
        <http://lexvo.org/id/term/deu/Italische%20Sprachen>,
        <http://lexvo.org/id/term/ell/%CE%99%CF%84%CE%B1%CE%BB%CE%B9%CE%BA%CE%AD%CF%82%20%CE%B3%CE%BB%CF%8E%CF%83%CF%83%CE%B5%CF%82>,
        <http://lexvo.org/id/term/eng/Italic%20language>,
        <http://lexvo.org/id/term/eng/Italic%20languages>,
        <http://lexvo.org/id/term/epo/Italika%20lingvaro>,
        <http://lexvo.org/id/term/fas/%D8%B2%D8%A8%D8%A7%D9%86%E2%80%8C%D9%87%D8%A7%DB%8C%20%D8%A7%DB%8C%D8%AA%D8%A7%D9%84%DB%8C>,
        <http://lexvo.org/id/term/fin/Itaaliset%20kielet>,
        <http://lexvo.org/id/term/fra/Langues%20italiques>,
        <http://lexvo.org/id/term/fra/italiques%2C%20langues>,
        <http://lexvo.org/id/term/fra/langue%20italiques>,
        <http://lexvo.org/id/term/glg/Linguas%20it%C3%A1licas>,
        <http://lexvo.org/id/term/glk/%D8%A7%DB%8C%D8%AA%D8%A7%D9%84%DB%8C%DA%A9%DB%8C%20%D8%B2%D9%88%D8%A7%D9%86%D8%A4%D9%86>,
        <http://lexvo.org/id/term/gsw-FR/Italische%20Sprachen>,
        <http://lexvo.org/id/term/heb/%D7%A9%D7%A4%D7%95%D7%AA%20%D7%90%D7%99%D7%98%D7%9C%D7%99%D7%95%D7%AA>,
        <http://lexvo.org/id/term/hrv/Italski%20jezici>,
        <http://lexvo.org/id/term/hun/Italikus%20nyelvek>,
        <http://lexvo.org/id/term/ina/Linguas%20italic>,
        <http://lexvo.org/id/term/ind/Bahasa%20Italik>,
        <http://lexvo.org/id/term/isl/%C3%8Dtal%C3%ADsk%20tungum%C3%A1l>,
        <http://lexvo.org/id/term/ita/Lingue%20italiche>,
        <http://lexvo.org/id/term/jpn/%E3%82%A4%E3%82%BF%E3%83%AA%E3%83%83%E3%82%AF%E8%AA%9E%E6%B4%BE>,
        <http://lexvo.org/id/term/kat/%E1%83%98%E1%83%A2%E1%83%90%E1%83%9A%E1%83%98%E1%83%99%E1%83%A3%E1%83%A0%E1%83%98%20%E1%83%94%E1%83%9C%E1%83%94%E1%83%91%E1%83%98>,
        <http://lexvo.org/id/term/kor/%EC%9D%B4%ED%83%88%EB%A6%AC%EC%95%84%EC%96%B4%ED%8C%8C>,
        <http://lexvo.org/id/term/kur/Ziman%C3%AAn%20%C3%AEtal%C3%AE>,
        <http://lexvo.org/id/term/lat/Linguae%20Italicae>,
        <http://lexvo.org/id/term/lim/Italische%20taole>,
        <http://lexvo.org/id/term/lit/Italik%C5%B3%20kalbos>,
        <http://lexvo.org/id/term/lmo/Lengu%20Italich>,
        <http://lexvo.org/id/term/nld/Italische%20talen>,
        <http://lexvo.org/id/term/nno/Italiske%20spr%C3%A5k>,
        <http://lexvo.org/id/term/nor/Italiske%20spr%C3%A5k>,
        <http://lexvo.org/id/term/oci/Lengas%20italicas>,
        <http://lexvo.org/id/term/pol/J%C4%99zyki%20italskie>,
        <http://lexvo.org/id/term/por/L%C3%ADnguas%20it%C3%A1licas>,
        <http://lexvo.org/id/term/ron/Limbile%20italice>,
        <http://lexvo.org/id/term/rus/%D0%98%D1%82%D0%B0%D0%BB%D0%B8%D0%B9%D1%81%D0%BA%D0%B8%D0%B5%20%D1%8F%D0%B7%D1%8B%D0%BA%D0%B8>,
        <http://lexvo.org/id/term/slk/Italick%C3%A9%20jazyky>,
        <http://lexvo.org/id/term/slv/Italski%20jeziki>,
        <http://lexvo.org/id/term/spa/Lenguas%20it%C3%A1licas>,
        <http://lexvo.org/id/term/srp/%D0%98%D1%82%D0%B0%D0%BB%D1%81%D0%BA%D0%B8%20%D1%98%D0%B5%D0%B7%D0%B8%D1%86%D0%B8>,
        <http://lexvo.org/id/term/swe/Italiska%20spr%C3%A5k>,
        <http://lexvo.org/id/term/tha/%E0%B8%81%E0%B8%A5%E0%B8%B8%E0%B9%88%E0%B8%A1%E0%B8%A0%E0%B8%B2%E0%B8%A9%E0%B8%B2%E0%B8%AD%E0%B8%B4%E0%B8%95%E0%B8%B2%E0%B8%A5%E0%B8%B4%E0%B8%81>,
        <http://lexvo.org/id/term/tur/%C4%B0talik%20diller>,
        <http://lexvo.org/id/term/ukr/%D0%86%D1%82%D0%B0%D0%BB%D1%96%D0%B9%D1%81%D1%8C%D0%BA%D1%96%20%D0%BC%D0%BE%D0%B2%D0%B8>,
        <http://lexvo.org/id/term/vie/Nh%C3%B3m%20ng%C3%B4n%20ng%E1%BB%AF%20g%E1%BB%91c%20%C3%9D>,
        <http://lexvo.org/id/term/zho/%E6%84%8F%E5%A4%A7%E5%88%A9%E8%AF%AD%E6%97%8F> ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-5/itc> ;
    rdfs:comment "The Italic subfamily is a member of the Indo-European language family. It includes the Romance languages derived from Latin (Catalan, Italian, Spanish, Portuguese, French, Romanian, Occitan, etc.), and a number of extinct languages of the Italian Peninsula, including Umbrian, Oscan, Faliscan, and Latin."@en ;
    owl:sameAs <http://dbpedia.org/resource/Italic_languages>,
        <http://www.mpii.de/yago/resource/Italic_languages> .

<http://lexvo.org/id/iso639-5/jpx> rdfs:label "Japanese"@en,
        "Japanese (family)"@en,
        "japonais"@fr,
        "japonais (famille)"@fr ;
    lvont:iso639P5Code "jpx"^^xsd:string ;
    lvont:label <http://lexvo.org/id/term/eng/Japanese>,
        <http://lexvo.org/id/term/eng/Japanese%20(family)>,
        <http://lexvo.org/id/term/fra/japonais>,
        <http://lexvo.org/id/term/fra/japonais%20(famille)> ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-5/jpx> ;
    owl:sameAs <http://dbpedia.org/resource/Japanese_(family)>,
        <http://www.mpii.de/yago/resource/Japanese_(family)> .

<http://lexvo.org/id/iso639-5/kdo> rdfs:label "Yezhoù kordofanek"@br,
        "Kordofanische Sprachen"@de,
        "Kordofanian language"@en,
        "Kordofanian languages"@en,
        "Lenguas cordofanas"@es,
        "Kordofanilaiset kielet"@fi,
        "Langues kordofaniennes"@fr,
        "kordofaniennes, langues"@fr,
        "langue kordofaniennes"@fr,
        "Kordofanski jezici"@hr,
        "Lingue kordofaniane"@it,
        "Kordofano kalbos"@lt,
        "Kuorduofana kalbas"@lt-x,
        "Кардофански јазици"@mk,
        "Lengas nigèrokordofanianas"@oc,
        "Języki kordofańskie"@pl,
        "Кордофанские языки"@ru,
        "科尔多凡语族"@zh ;
    lvont:iso639P5Code "kdo"^^xsd:string ;
    lvont:label <http://lexvo.org/id/term/bre/Yezho%C3%B9%20kordofanek>,
        <http://lexvo.org/id/term/deu/Kordofanische%20Sprachen>,
        <http://lexvo.org/id/term/eng/Kordofanian%20language>,
        <http://lexvo.org/id/term/eng/Kordofanian%20languages>,
        <http://lexvo.org/id/term/fin/Kordofanilaiset%20kielet>,
        <http://lexvo.org/id/term/fra/Langues%20kordofaniennes>,
        <http://lexvo.org/id/term/fra/kordofaniennes%2C%20langues>,
        <http://lexvo.org/id/term/fra/langue%20kordofaniennes>,
        <http://lexvo.org/id/term/hrv/Kordofanski%20jezici>,
        <http://lexvo.org/id/term/ita/Lingue%20kordofaniane>,
        <http://lexvo.org/id/term/lit-x-samogitian/Kuorduofana%20kalbas>,
        <http://lexvo.org/id/term/lit/Kordofano%20kalbos>,
        <http://lexvo.org/id/term/mkd/%D0%9A%D0%B0%D1%80%D0%B4%D0%BE%D1%84%D0%B0%D0%BD%D1%81%D0%BA%D0%B8%20%D1%98%D0%B0%D0%B7%D0%B8%D1%86%D0%B8>,
        <http://lexvo.org/id/term/oci/Lengas%20nig%C3%A8rokordofanianas>,
        <http://lexvo.org/id/term/pol/J%C4%99zyki%20kordofa%C5%84skie>,
        <http://lexvo.org/id/term/rus/%D0%9A%D0%BE%D1%80%D0%B4%D0%BE%D1%84%D0%B0%D0%BD%D1%81%D0%BA%D0%B8%D0%B5%20%D1%8F%D0%B7%D1%8B%D0%BA%D0%B8>,
        <http://lexvo.org/id/term/spa/Lenguas%20cordofanas>,
        <http://lexvo.org/id/term/zho/%E7%A7%91%E5%B0%94%E5%A4%9A%E5%87%A1%E8%AF%AD%E6%97%8F> ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-5/kdo> ;
    rdfs:comment "The Kordofanian languages are a geographic grouping of half a dozen language families spoken in the Nuba Mountains of Kordofan Province, Sudan. In 1963 Joseph Greenberg added them to the Niger–Congo family, creating his Niger–Kordofanian proposal. The Kordofanian languages have not been shown to be more distantly related than other branches of Niger–Congo, however, nor have they been shown to constitute a valid group. Today the Kadu family is excluded, and the others usually included in Niger–Congo proper."@en ;
    owl:sameAs <http://dbpedia.org/resource/Kordofanian_languages>,
        <http://www.mpii.de/yago/resource/Kordofanian_languages> .

<http://lexvo.org/id/iso639-5/ngf> rdfs:label "Yezhoù Treuzginea-nevezek"@br,
        "Trans-Neuguinea-Sprachen"@de,
        "Trans-New Guinea language"@en,
        "Trans-New Guinea languages"@en,
        "Trans–New Guinea language"@en,
        "Trans–New Guinea languages"@en,
        "Lenguas trans-neoguineanas"@es,
        "Langues de Trans-Nouvelle-Guinée"@fr,
        "langue trans-nouvelle-guinée"@fr,
        "trans-nouvelle-guinée, langues"@fr,
        "Çhengaghyn Harrish-Noa-Ghuinea"@gv,
        "Transnovogvinejski jezici"@hr,
        "Lingue Trans-Nuova Guinea"@it,
        "트랜스뉴기니어족"@ko,
        "Lengue Trans-Neuva Guinea"@lij,
        "Języki trans-nowogwinejskie"@pl,
        "Lenghe Neuva Guinea"@pms,
        "Трансновогвинейские языки"@ru,
        "跨新几内亚语系"@zh ;
    lvont:iso639P5Code "ngf"^^xsd:string ;
    lvont:label <http://lexvo.org/id/term/bre/Yezho%C3%B9%20Treuzginea-nevezek>,
        <http://lexvo.org/id/term/deu/Trans-Neuguinea-Sprachen>,
        <http://lexvo.org/id/term/eng/Trans%E2%80%93New%20Guinea%20language>,
        <http://lexvo.org/id/term/eng/Trans%E2%80%93New%20Guinea%20languages>,
        <http://lexvo.org/id/term/eng/Trans-New%20Guinea%20language>,
        <http://lexvo.org/id/term/eng/Trans-New%20Guinea%20languages>,
        <http://lexvo.org/id/term/fra/Langues%20de%20Trans-Nouvelle-Guin%C3%A9e>,
        <http://lexvo.org/id/term/fra/langue%20trans-nouvelle-guin%C3%A9e>,
        <http://lexvo.org/id/term/fra/trans-nouvelle-guin%C3%A9e%2C%20langues>,
        <http://lexvo.org/id/term/glv/%C3%87hengaghyn%20Harrish-Noa-Ghuinea>,
        <http://lexvo.org/id/term/hrv/Transnovogvinejski%20jezici>,
        <http://lexvo.org/id/term/ita/Lingue%20Trans-Nuova%20Guinea>,
        <http://lexvo.org/id/term/kor/%ED%8A%B8%EB%9E%9C%EC%8A%A4%EB%89%B4%EA%B8%B0%EB%8B%88%EC%96%B4%EC%A1%B1>,
        <http://lexvo.org/id/term/lij/Lengue%20Trans-Neuva%20Guinea>,
        <http://lexvo.org/id/term/pms/Lenghe%20Neuva%20Guinea>,
        <http://lexvo.org/id/term/pol/J%C4%99zyki%20trans-nowogwinejskie>,
        <http://lexvo.org/id/term/rus/%D0%A2%D1%80%D0%B0%D0%BD%D1%81%D0%BD%D0%BE%D0%B2%D0%BE%D0%B3%D0%B2%D0%B8%D0%BD%D0%B5%D0%B9%D1%81%D0%BA%D0%B8%D0%B5%20%D1%8F%D0%B7%D1%8B%D0%BA%D0%B8>,
        <http://lexvo.org/id/term/spa/Lenguas%20trans-neoguineanas>,
        <http://lexvo.org/id/term/zho/%E8%B7%A8%E6%96%B0%E5%87%A0%E5%86%85%E4%BA%9A%E8%AF%AD%E7%B3%BB> ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-5/ngf> ;
    rdfs:comment "Trans–New Guinea (TNG) is an extensive family of Papuan languages spoken in New Guinea and neighboring islands, perhaps the third largest language family in the world. (See List of language families#By variety.) The core of the family is considered to be established, but its boundaries and overall membership are uncertain. There have been three main proposals."@en ;
    owl:sameAs <http://dbpedia.org/resource/Trans%E2%80%93New_Guinea_languages>,
        <http://www.mpii.de/yago/resource/Trans%E2%80%93New_Guinea_languages> .

<http://lexvo.org/id/iso639-5/omq> rdfs:label "Отомангейски езици"@bg,
        "Yezhoù otek-mangeek"@br,
        "Otomang"@ca,
        "Otomangue"@de,
        "Oto-Manguean language"@en,
        "Oto-Manguean languages"@en,
        "Otomi-mangea lingvaro"@eo,
        "Lenguas otomangues"@es,
        "Oto-mange keeled"@et,
        "Langues oto-mangues"@fr,
        "langue otomangue"@fr,
        "otomangue, langues"@fr,
        "Oto-Mangue Indijanci"@hr,
        "オト・マンゲ語族"@ja,
        "Otomangų kalbos"@lt,
        "Otommanguetlahtōlli"@nah,
        "Otomangueanske språk"@no,
        "Języki oto-mangueskie"@pl,
        "Otomanki rimaykuna"@qu,
        "Ото-мангские языки"@ru,
        "Oto-Manguean"@sh,
        "Ото-манге језици"@sr,
        "Oto-mangueanska språk"@sv,
        "奥托-曼格安语系"@zh ;
    lvont:iso639P5Code "omq"^^xsd:string ;
    lvont:label <http://lexvo.org/id/term/bre/Yezho%C3%B9%20otek-mangeek>,
        <http://lexvo.org/id/term/bul/%D0%9E%D1%82%D0%BE%D0%BC%D0%B0%D0%BD%D0%B3%D0%B5%D0%B9%D1%81%D0%BA%D0%B8%20%D0%B5%D0%B7%D0%B8%D1%86%D0%B8>,
        <http://lexvo.org/id/term/cat/Otomang>,
        <http://lexvo.org/id/term/deu/Otomangue>,
        <http://lexvo.org/id/term/eng/Oto-Manguean%20language>,
        <http://lexvo.org/id/term/eng/Oto-Manguean%20languages>,
        <http://lexvo.org/id/term/epo/Otomi-mangea%20lingvaro>,
        <http://lexvo.org/id/term/est/Oto-mange%20keeled>,
        <http://lexvo.org/id/term/fra/Langues%20oto-mangues>,
        <http://lexvo.org/id/term/fra/langue%20otomangue>,
        <http://lexvo.org/id/term/fra/otomangue%2C%20langues>,
        <http://lexvo.org/id/term/hbs/Oto-Manguean>,
        <http://lexvo.org/id/term/hrv/Oto-Mangue%20Indijanci>,
        <http://lexvo.org/id/term/jpn/%E3%82%AA%E3%83%88%E3%83%BB%E3%83%9E%E3%83%B3%E3%82%B2%E8%AA%9E%E6%97%8F>,
        <http://lexvo.org/id/term/lit/Otomang%C5%B3%20kalbos>,
        <http://lexvo.org/id/term/nah/Otommanguetlaht%C5%8Dlli>,
        <http://lexvo.org/id/term/nor/Otomangueanske%20spr%C3%A5k>,
        <http://lexvo.org/id/term/pol/J%C4%99zyki%20oto-mangueskie>,
        <http://lexvo.org/id/term/que/Otomanki%20rimaykuna>,
        <http://lexvo.org/id/term/rus/%D0%9E%D1%82%D0%BE-%D0%BC%D0%B0%D0%BD%D0%B3%D1%81%D0%BA%D0%B8%D0%B5%20%D1%8F%D0%B7%D1%8B%D0%BA%D0%B8>,
        <http://lexvo.org/id/term/spa/Lenguas%20otomangues>,
        <http://lexvo.org/id/term/srp/%D0%9E%D1%82%D0%BE-%D0%BC%D0%B0%D0%BD%D0%B3%D0%B5%20%D1%98%D0%B5%D0%B7%D0%B8%D1%86%D0%B8>,
        <http://lexvo.org/id/term/swe/Oto-mangueanska%20spr%C3%A5k>,
        <http://lexvo.org/id/term/zho/%E5%A5%A5%E6%89%98-%E6%9B%BC%E6%A0%BC%E5%AE%89%E8%AF%AD%E7%B3%BB> ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-5/omq> ;
    rdfs:comment "Oto-Manguean languages (also Otomanguean) are a large family comprising several families of Native American languages. All of the Oto-Manguean languages that are now spoken are indigenous to Mexico, but the Manguean branch of the family, which is now extinct, was spoken as far south as Nicaragua and Costa Rica."@en ;
    owl:sameAs <http://dbpedia.org/resource/Oto-Manguean_languages>,
        <http://www.mpii.de/yago/resource/Oto-Manguean_languages> .

<http://lexvo.org/id/iso639-5/omv> rdfs:label "Luengas omoticas"@an,
        "لغات أوموتية"@ar,
        "Yezhoù omotek"@br,
        "Omòtic"@ca,
        "Omotische Sprachen"@de,
        "Omotic language"@en,
        "Omotic languages"@en,
        "Lenguas omóticas"@es,
        "Omoottiset kielet"@fi,
        "Langues omotiques"@fr,
        "langue omotiques"@fr,
        "omotiques, langues"@fr,
        "Omotski jezici"@hr,
        "Bahasa Omotik"@id,
        "오모어파"@ko,
        "Linguae Omoticae"@la,
        "Omotiske språk"@nn,
        "Omotiske språk"@no,
        "Języki omockie"@pl,
        "Lenghe omòtiche"@pms,
        "Омотские языки"@ru,
        "Luqadaha Omotik"@so,
        "Omotiska språk"@sv,
        "اموتائی زبانیں"@ur,
        "奥摩语族"@zh ;
    lvont:iso639P5Code "omv"^^xsd:string ;
    lvont:label <http://lexvo.org/id/term/ara/%D9%84%D8%BA%D8%A7%D8%AA%20%D8%A3%D9%88%D9%85%D9%88%D8%AA%D9%8A%D8%A9>,
        <http://lexvo.org/id/term/arg/Luengas%20omoticas>,
        <http://lexvo.org/id/term/bre/Yezho%C3%B9%20omotek>,
        <http://lexvo.org/id/term/cat/Om%C3%B2tic>,
        <http://lexvo.org/id/term/deu/Omotische%20Sprachen>,
        <http://lexvo.org/id/term/eng/Omotic%20language>,
        <http://lexvo.org/id/term/eng/Omotic%20languages>,
        <http://lexvo.org/id/term/fin/Omoottiset%20kielet>,
        <http://lexvo.org/id/term/fra/Langues%20omotiques>,
        <http://lexvo.org/id/term/fra/langue%20omotiques>,
        <http://lexvo.org/id/term/fra/omotiques%2C%20langues>,
        <http://lexvo.org/id/term/hrv/Omotski%20jezici>,
        <http://lexvo.org/id/term/ind/Bahasa%20Omotik>,
        <http://lexvo.org/id/term/kor/%EC%98%A4%EB%AA%A8%EC%96%B4%ED%8C%8C>,
        <http://lexvo.org/id/term/lat/Linguae%20Omoticae>,
        <http://lexvo.org/id/term/nno/Omotiske%20spr%C3%A5k>,
        <http://lexvo.org/id/term/nor/Omotiske%20spr%C3%A5k>,
        <http://lexvo.org/id/term/pms/Lenghe%20om%C3%B2tiche>,
        <http://lexvo.org/id/term/pol/J%C4%99zyki%20omockie>,
        <http://lexvo.org/id/term/rus/%D0%9E%D0%BC%D0%BE%D1%82%D1%81%D0%BA%D0%B8%D0%B5%20%D1%8F%D0%B7%D1%8B%D0%BA%D0%B8>,
        <http://lexvo.org/id/term/som/Luqadaha%20Omotik>,
        <http://lexvo.org/id/term/spa/Lenguas%20om%C3%B3ticas>,
        <http://lexvo.org/id/term/swe/Omotiska%20spr%C3%A5k>,
        <http://lexvo.org/id/term/urd/%D8%A7%D9%85%D9%88%D8%AA%D8%A7%D8%A6%DB%8C%20%D8%B2%D8%A8%D8%A7%D9%86%DB%8C%DA%BA>,
        <http://lexvo.org/id/term/zho/%E5%A5%A5%E6%91%A9%E8%AF%AD%E6%97%8F> ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-5/omv> ;
    rdfs:comment "The Omotic languages are a branch of the Afroasiatic family spoken in southwestern Ethiopia. The Ge'ez alphabet is used to write some Omotic languages, the Roman alphabet for some others. They are fairly agglutinative, and have complex tonal systems (see Bench language)."@en ;
    owl:sameAs <http://dbpedia.org/resource/Omotic_languages>,
        <http://www.mpii.de/yago/resource/Omotic_languages> .

<http://lexvo.org/id/iso639-5/plf> rdfs:label "Central Malayo-Polynesian language"@en,
        "Central Malayo-Polynesian languages"@en,
        "Lenguas malayo-polinesias centrales"@es,
        "Langues malayo-polynésiennes centrales"@fr,
        "langue malayo-polynésiennes centrales"@fr,
        "malayo-polynésiennes centrales, langues"@fr,
        "Centralni malajsko-polinezijski jezici"@hr,
        "Centraal-Malayo-Polynesische talen"@nl,
        "Центрально-малайско-полинезийские языки"@ru,
        "กลุ่มภาษามาลาโย-โพลีเนเซียกลาง"@th ;
    lvont:iso639P5Code "plf"^^xsd:string ;
    lvont:label <http://lexvo.org/id/term/eng/Central%20Malayo-Polynesian%20language>,
        <http://lexvo.org/id/term/eng/Central%20Malayo-Polynesian%20languages>,
        <http://lexvo.org/id/term/fra/Langues%20malayo-polyn%C3%A9siennes%20centrales>,
        <http://lexvo.org/id/term/fra/langue%20malayo-polyn%C3%A9siennes%20centrales>,
        <http://lexvo.org/id/term/fra/malayo-polyn%C3%A9siennes%20centrales%2C%20langues>,
        <http://lexvo.org/id/term/hrv/Centralni%20malajsko-polinezijski%20jezici>,
        <http://lexvo.org/id/term/nld/Centraal-Malayo-Polynesische%20talen>,
        <http://lexvo.org/id/term/rus/%D0%A6%D0%B5%D0%BD%D1%82%D1%80%D0%B0%D0%BB%D1%8C%D0%BD%D0%BE-%D0%BC%D0%B0%D0%BB%D0%B0%D0%B9%D1%81%D0%BA%D0%BE-%D0%BF%D0%BE%D0%BB%D0%B8%D0%BD%D0%B5%D0%B7%D0%B8%D0%B9%D1%81%D0%BA%D0%B8%D0%B5%20%D1%8F%D0%B7%D1%8B%D0%BA%D0%B8>,
        <http://lexvo.org/id/term/spa/Lenguas%20malayo-polinesias%20centrales>,
        <http://lexvo.org/id/term/tha/%E0%B8%81%E0%B8%A5%E0%B8%B8%E0%B9%88%E0%B8%A1%E0%B8%A0%E0%B8%B2%E0%B8%A9%E0%B8%B2%E0%B8%A1%E0%B8%B2%E0%B8%A5%E0%B8%B2%E0%B9%82%E0%B8%A2-%E0%B9%82%E0%B8%9E%E0%B8%A5%E0%B8%B5%E0%B9%80%E0%B8%99%E0%B9%80%E0%B8%8B%E0%B8%B5%E0%B8%A2%E0%B8%81%E0%B8%A5%E0%B8%B2%E0%B8%87> ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-5/plf> ;
    rdfs:comment "The Central Malayo-Polynesian (CMP) linkage is an erstwhile branch of Austronesian languages. The languages are spoken in the Lesser Sunda and Maluku Islands of the Banda Sea, in an area corresponding closely to the Indonesian provinces of East Nusa Tenggara and Maluku and the nation of East Timor (excepting the Papuan languages of Timor and nearby islands), but with the Bima language extending to the eastern half of Sumbawa Island in the province of West Nusa Tenggara and the Sula languages of the Sula archipelago in the southwest corner of the province of North Maluku. The principal islands in this region are Sumbawa, Sumba, Flores, Timor, Buru, and Seram. The numerically most important languages are Bima, Manggarai of western Flores, Uab Meto of West Timor, and Tetum, the national language of East Timor."@en ;
    owl:sameAs <http://dbpedia.org/resource/Central_Malayo-Polynesian_languages>,
        <http://www.mpii.de/yago/resource/Central_Malayo-Polynesian_languages> .

<http://lexvo.org/id/iso639-5/poz> rdfs:label "Malay-Polineziya dilləri"@az,
        "Малайско-полинезийски езици"@bg,
        "Yezhoù malayek-polinezek"@br,
        "Llengües malaiopolinèsies"@ca,
        "Malajsko-polynéské jazyky"@cs,
        "Ieithoedd Malayo-Polynesaidd"@cy,
        "Malayo-polynesische Sprachen"@de,
        "Malayo-Polynesian language"@en,
        "Malayo-Polynesian languages"@en,
        "Lenguas malayo-polinesias"@es,
        "Malai-Polüneesia keeled"@et,
        "Malaijilais-polynesialaiset kielet"@fi,
        "Langues malayo-polynésiennes"@fr,
        "langue malayo-polynésiennes"@fr,
        "malayo-polynésiennes, langues"@fr,
        "Teangacha Malae-Pholainéiseacha"@ga,
        "Linguas malaio-polinesias"@gl,
        "Mâ-lòi Pô-lî-nì-sî-â Ngî-chhu̍k"@hak,
        "Malajsko-polinezijski jezici"@hr,
        "Rumpun bahasa Melayu-Polinesia"@id,
        "Lingue maleo-polinesiache"@it,
        "マレー・ポリネシア語派"@ja,
        "말레이폴리네시아어파"@ko,
        "Malajų-polineziečių kalbos"@lt,
        "Malajiešu-polinēziešu valodas"@lv,
        "Малајско-полинезиски јазици"@mk,
        "Bahasa-bahasa Melayu-Polinesia"@ms,
        "Malayo-Polynesische talen"@nl,
        "Malayopolynesiske språk"@nn,
        "Malayopolynesiske språk"@no,
        "Lengas malaiopolinesianas"@oc,
        "Języki malajsko-polinezyjskie"@pl,
        "Línguas malaio-polinésias"@pt,
        "Малайско-полинезийские языки"@ru,
        "Malajsko-polinezijski jezici"@sh,
        "Malajo-polynesiska språk"@sv,
        "மலாய-பொலினீசிய மொழிகள்"@ta,
        "กลุ่มภาษามาลาโย-โพลีเนเซีย"@th,
        "Малайсько-полінезійські мови"@uk,
        "马来－波利尼西亚语族"@zh ;
    lvont:iso639P5Code "poz"^^xsd:string ;
    lvont:label <http://lexvo.org/id/term/aze/Malay-Polineziya%20dill%C9%99ri>,
        <http://lexvo.org/id/term/bre/Yezho%C3%B9%20malayek-polinezek>,
        <http://lexvo.org/id/term/bul/%D0%9C%D0%B0%D0%BB%D0%B0%D0%B9%D1%81%D0%BA%D0%BE-%D0%BF%D0%BE%D0%BB%D0%B8%D0%BD%D0%B5%D0%B7%D0%B8%D0%B9%D1%81%D0%BA%D0%B8%20%D0%B5%D0%B7%D0%B8%D1%86%D0%B8>,
        <http://lexvo.org/id/term/cat/Lleng%C3%BCes%20malaiopolin%C3%A8sies>,
        <http://lexvo.org/id/term/ces/Malajsko-polyn%C3%A9sk%C3%A9%20jazyky>,
        <http://lexvo.org/id/term/cym/Ieithoedd%20Malayo-Polynesaidd>,
        <http://lexvo.org/id/term/deu/Malayo-polynesische%20Sprachen>,
        <http://lexvo.org/id/term/eng/Malayo-Polynesian%20language>,
        <http://lexvo.org/id/term/eng/Malayo-Polynesian%20languages>,
        <http://lexvo.org/id/term/est/Malai-Pol%C3%BCneesia%20keeled>,
        <http://lexvo.org/id/term/fin/Malaijilais-polynesialaiset%20kielet>,
        <http://lexvo.org/id/term/fra/Langues%20malayo-polyn%C3%A9siennes>,
        <http://lexvo.org/id/term/fra/langue%20malayo-polyn%C3%A9siennes>,
        <http://lexvo.org/id/term/fra/malayo-polyn%C3%A9siennes%2C%20langues>,
        <http://lexvo.org/id/term/gle/Teangacha%20Malae-Pholain%C3%A9iseacha>,
        <http://lexvo.org/id/term/glg/Linguas%20malaio-polinesias>,
        <http://lexvo.org/id/term/hak/M%C3%A2-l%C3%B2i%20P%C3%B4-l%C3%AE-n%C3%AC-s%C3%AE-%C3%A2%20Ng%C3%AE-chhu%CC%8Dk>,
        <http://lexvo.org/id/term/hbs/Malajsko-polinezijski%20jezici>,
        <http://lexvo.org/id/term/hrv/Malajsko-polinezijski%20jezici>,
        <http://lexvo.org/id/term/ind/Rumpun%20bahasa%20Melayu-Polinesia>,
        <http://lexvo.org/id/term/ita/Lingue%20maleo-polinesiache>,
        <http://lexvo.org/id/term/jpn/%E3%83%9E%E3%83%AC%E3%83%BC%E3%83%BB%E3%83%9D%E3%83%AA%E3%83%8D%E3%82%B7%E3%82%A2%E8%AA%9E%E6%B4%BE>,
        <http://lexvo.org/id/term/kor/%EB%A7%90%EB%A0%88%EC%9D%B4%ED%8F%B4%EB%A6%AC%EB%84%A4%EC%8B%9C%EC%95%84%EC%96%B4%ED%8C%8C>,
        <http://lexvo.org/id/term/lav/Malajie%C5%A1u-polin%C4%93zie%C5%A1u%20valodas>,
        <http://lexvo.org/id/term/lit/Malaj%C5%B3-polinezie%C4%8Di%C5%B3%20kalbos>,
        <http://lexvo.org/id/term/mkd/%D0%9C%D0%B0%D0%BB%D0%B0%D1%98%D1%81%D0%BA%D0%BE-%D0%BF%D0%BE%D0%BB%D0%B8%D0%BD%D0%B5%D0%B7%D0%B8%D1%81%D0%BA%D0%B8%20%D1%98%D0%B0%D0%B7%D0%B8%D1%86%D0%B8>,
        <http://lexvo.org/id/term/msa/Bahasa-bahasa%20Melayu-Polinesia>,
        <http://lexvo.org/id/term/nld/Malayo-Polynesische%20talen>,
        <http://lexvo.org/id/term/nno/Malayopolynesiske%20spr%C3%A5k>,
        <http://lexvo.org/id/term/nor/Malayopolynesiske%20spr%C3%A5k>,
        <http://lexvo.org/id/term/oci/Lengas%20malaiopolinesianas>,
        <http://lexvo.org/id/term/pol/J%C4%99zyki%20malajsko-polinezyjskie>,
        <http://lexvo.org/id/term/por/L%C3%ADnguas%20malaio-polin%C3%A9sias>,
        <http://lexvo.org/id/term/rus/%D0%9C%D0%B0%D0%BB%D0%B0%D0%B9%D1%81%D0%BA%D0%BE-%D0%BF%D0%BE%D0%BB%D0%B8%D0%BD%D0%B5%D0%B7%D0%B8%D0%B9%D1%81%D0%BA%D0%B8%D0%B5%20%D1%8F%D0%B7%D1%8B%D0%BA%D0%B8>,
        <http://lexvo.org/id/term/spa/Lenguas%20malayo-polinesias>,
        <http://lexvo.org/id/term/swe/Malajo-polynesiska%20spr%C3%A5k>,
        <http://lexvo.org/id/term/tam/%E0%AE%AE%E0%AE%B2%E0%AE%BE%E0%AE%AF-%E0%AE%AA%E0%AF%8A%E0%AE%B2%E0%AE%BF%E0%AE%A9%E0%AF%80%E0%AE%9A%E0%AE%BF%E0%AE%AF%20%E0%AE%AE%E0%AF%8A%E0%AE%B4%E0%AE%BF%E0%AE%95%E0%AE%B3%E0%AF%8D>,
        <http://lexvo.org/id/term/tha/%E0%B8%81%E0%B8%A5%E0%B8%B8%E0%B9%88%E0%B8%A1%E0%B8%A0%E0%B8%B2%E0%B8%A9%E0%B8%B2%E0%B8%A1%E0%B8%B2%E0%B8%A5%E0%B8%B2%E0%B9%82%E0%B8%A2-%E0%B9%82%E0%B8%9E%E0%B8%A5%E0%B8%B5%E0%B9%80%E0%B8%99%E0%B9%80%E0%B8%8B%E0%B8%B5%E0%B8%A2>,
        <http://lexvo.org/id/term/ukr/%D0%9C%D0%B0%D0%BB%D0%B0%D0%B9%D1%81%D1%8C%D0%BA%D0%BE-%D0%BF%D0%BE%D0%BB%D1%96%D0%BD%D0%B5%D0%B7%D1%96%D0%B9%D1%81%D1%8C%D0%BA%D1%96%20%D0%BC%D0%BE%D0%B2%D0%B8>,
        <http://lexvo.org/id/term/zho/%E9%A9%AC%E6%9D%A5%EF%BC%8D%E6%B3%A2%E5%88%A9%E5%B0%BC%E8%A5%BF%E4%BA%9A%E8%AF%AD%E6%97%8F> ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-5/poz> ;
    rdfs:comment "The Malayo-Polynesian languages are a subgroup of the Austronesian languages, with approximately 385.5 million speakers. These are widely dispersed throughout the island nations of Southeast Asia and the Pacific Ocean, with a smaller number in continental Asia. Malagasy is a geographic outlier, spoken in the island of Madagascar in the Indian Ocean."@en ;
    owl:sameAs <http://dbpedia.org/resource/Malayo-Polynesian_languages>,
        <http://www.mpii.de/yago/resource/Malayo-Polynesian_languages> .

<http://lexvo.org/id/iso639-5/pqe> rdfs:label "Eastern Malayo-Polynesian language"@en,
        "Eastern Malayo-Polynesian languages"@en,
        "Lenguas malayo-polinesias orientales"@es,
        "langue malayo-polynésiennes orientales"@fr,
        "malayo-polynésiennes orientales, langues"@fr,
        "Istočni malajsko-polinezijski jezici"@hr,
        "Восточно-малайско-полинезийские языки"@ru ;
    lvont:iso639P5Code "pqe"^^xsd:string ;
    lvont:label <http://lexvo.org/id/term/eng/Eastern%20Malayo-Polynesian%20language>,
        <http://lexvo.org/id/term/eng/Eastern%20Malayo-Polynesian%20languages>,
        <http://lexvo.org/id/term/fra/langue%20malayo-polyn%C3%A9siennes%20orientales>,
        <http://lexvo.org/id/term/fra/malayo-polyn%C3%A9siennes%20orientales%2C%20langues>,
        <http://lexvo.org/id/term/hrv/Isto%C4%8Dni%20malajsko-polinezijski%20jezici>,
        <http://lexvo.org/id/term/rus/%D0%92%D0%BE%D1%81%D1%82%D0%BE%D1%87%D0%BD%D0%BE-%D0%BC%D0%B0%D0%BB%D0%B0%D0%B9%D1%81%D0%BA%D0%BE-%D0%BF%D0%BE%D0%BB%D0%B8%D0%BD%D0%B5%D0%B7%D0%B8%D0%B9%D1%81%D0%BA%D0%B8%D0%B5%20%D1%8F%D0%B7%D1%8B%D0%BA%D0%B8>,
        <http://lexvo.org/id/term/spa/Lenguas%20malayo-polinesias%20orientales> ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-5/pqe> ;
    rdfs:comment "The Eastern Malayo-Polynesian (EMP) languages form a putative subgroup of the Malayo-Polynesian languages consisting of over 500 languages. Their relationship is not supported by much linguistic data: per Malcolm Ross, there is \"essentially no evidence\" that the Halmahera–Cenderawasih (South Halmahera – West New Guinea) and Oceanic families form an exclusive clade within Malayo-Polynesian, while a 2008 analysis of the Austronesian Basic Vocabulary Database gives the proposal a confidence level of only 58%."@en ;
    owl:sameAs <http://dbpedia.org/resource/Eastern_Malayo-Polynesian_languages>,
        <http://www.mpii.de/yago/resource/Eastern_Malayo-Polynesian_languages> .

<http://lexvo.org/id/iso639-5/pqw> rdfs:label "Western Malayo-Polynesian language"@en,
        "Western Malayo-Polynesian languages"@en,
        "Lenguas malayo-polinesias occidentales"@es,
        "Länsi-malaiji-polynesialaiset kielet"@fi,
        "Langues malayo-polynésiennes occidentales"@fr,
        "langue malayo-polynésiennes occidentales"@fr,
        "malayo-polynésiennes occidentales, langues"@fr,
        "Västliga malajo-polynesiska språk"@sv ;
    lvont:iso639P5Code "pqw"^^xsd:string ;
    lvont:label <http://lexvo.org/id/term/eng/Western%20Malayo-Polynesian%20language>,
        <http://lexvo.org/id/term/eng/Western%20Malayo-Polynesian%20languages>,
        <http://lexvo.org/id/term/fin/L%C3%A4nsi-malaiji-polynesialaiset%20kielet>,
        <http://lexvo.org/id/term/fra/Langues%20malayo-polyn%C3%A9siennes%20occidentales>,
        <http://lexvo.org/id/term/fra/langue%20malayo-polyn%C3%A9siennes%20occidentales>,
        <http://lexvo.org/id/term/fra/malayo-polyn%C3%A9siennes%20occidentales%2C%20langues>,
        <http://lexvo.org/id/term/spa/Lenguas%20malayo-polinesias%20occidentales>,
        <http://lexvo.org/id/term/swe/V%C3%A4stliga%20malajo-polynesiska%20spr%C3%A5k> ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-5/pqw> ;
    rdfs:comment "The Western Malayo-Polynesian languages, also known as the Hesperonesian languages, are those Malayo-Polynesian languages which are not in the Central–Eastern branch. Since there are no features which define these languages positively as a group, recent classifications have abandoned it. In Wouk & Ross some of its languages have been split off in an \"Outer\" group as a primary branch of Malayo-Polynesian, and the rest retained in an \"Inner\" group within a Nuclear Malayo-Polynesian branch. These Inner and Outer groups may also be called the Borneo–Philippine languages and Sunda–Sulawesi languages, after their geographic spread."@en ;
    owl:sameAs <http://dbpedia.org/resource/Western_Malayo-Polynesian_languages>,
        <http://www.mpii.de/yago/resource/Western_Malayo-Polynesian_languages> .

<http://lexvo.org/id/iso639-5/sdv> rdfs:label "Yezhoù soudanek ar reter"@br,
        "Ostsudanische Sprachen"@de,
        "Eastern Sudanic language"@en,
        "Eastern Sudanic languages"@en,
        "Lenguas sudánicas orientales"@es,
        "Langues soudaniques orientales"@fr,
        "langue soudaniques orientales"@fr,
        "soudaniques orientales, langues"@fr,
        "Istočnosudanski jezici"@hr,
        "Rytų Sudano kalbos"@lt,
        "Источносудански јазици"@mk,
        "Восточносуданские языки"@ru ;
    lvont:iso639P5Code "sdv"^^xsd:string ;
    lvont:label <http://lexvo.org/id/term/bre/Yezho%C3%B9%20soudanek%20ar%20reter>,
        <http://lexvo.org/id/term/deu/Ostsudanische%20Sprachen>,
        <http://lexvo.org/id/term/eng/Eastern%20Sudanic%20language>,
        <http://lexvo.org/id/term/eng/Eastern%20Sudanic%20languages>,
        <http://lexvo.org/id/term/fra/Langues%20soudaniques%20orientales>,
        <http://lexvo.org/id/term/fra/langue%20soudaniques%20orientales>,
        <http://lexvo.org/id/term/fra/soudaniques%20orientales%2C%20langues>,
        <http://lexvo.org/id/term/hrv/Isto%C4%8Dnosudanski%20jezici>,
        <http://lexvo.org/id/term/lit/Ryt%C5%B3%20Sudano%20kalbos>,
        <http://lexvo.org/id/term/mkd/%D0%98%D1%81%D1%82%D0%BE%D1%87%D0%BD%D0%BE%D1%81%D1%83%D0%B4%D0%B0%D0%BD%D1%81%D0%BA%D0%B8%20%D1%98%D0%B0%D0%B7%D0%B8%D1%86%D0%B8>,
        <http://lexvo.org/id/term/rus/%D0%92%D0%BE%D1%81%D1%82%D0%BE%D1%87%D0%BD%D0%BE%D1%81%D1%83%D0%B4%D0%B0%D0%BD%D1%81%D0%BA%D0%B8%D0%B5%20%D1%8F%D0%B7%D1%8B%D0%BA%D0%B8>,
        <http://lexvo.org/id/term/spa/Lenguas%20sud%C3%A1nicas%20orientales> ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-5/sdv> ;
    rdfs:comment "The Eastern Sudanic languages are a large family of languages which constitute a branch of the Nilo-Saharan language family. Eastern Sudanic languages are spoken from southern Egypt to northern Tanzania."@en ;
    owl:sameAs <http://dbpedia.org/resource/Eastern_Sudanic_languages>,
        <http://www.mpii.de/yago/resource/Eastern_Sudanic_languages> .

<http://lexvo.org/id/iso639-5/syd> rdfs:label "Samojeedse tale"@af,
        "لغات سامودية"@ar,
        "Самоедски езици"@bg,
        "Yezhoù samoyedek"@br,
        "Llengües samoiedes"@ca,
        "Samojedské jazyky"@cs,
        "Samojedische Sprachen"@de,
        "Samoyedic language"@en,
        "Samoyedic languages"@en,
        "Samojedaj lingvoj"@eo,
        "Lenguas samoyedas"@es,
        "Samojeedi keeled"@et,
        "Samojedikielet"@fi,
        "Langues samoyèdes"@fr,
        "langue samoyèdes"@fr,
        "samoyèdes, langues"@fr,
        "Teangacha Samódacha"@ga,
        "Samojedische Sprachen"@gsw-FR,
        "Szamojéd nyelvek"@hu,
        "Lingue samoiede"@it,
        "サモエード諸語"@ja,
        "Linguae Samoiedicae"@la,
        "Samodų kalbos"@lt,
        "Samuodu kalbas"@lt-x,
        "Самоједски јазици"@mk,
        "Samojeedse talen"@nl,
        "Samojediske språk"@nn,
        "Samojediske språk"@no,
        "Języki samojedzkie"@pl,
        "Línguas samoiedas"@pt,
        "Limbi samoedice"@ro,
        "Самодийские языки"@ru,
        "Samodijské jazyky"@sk,
        "Samojedski jeziki"@sl,
        "Samojediska språk"@sv,
        "Samoyed dilleri"@tr,
        "Hệ ngôn ngữ Samoyed"@vi,
        "萨莫耶德语族"@zh ;
    lvont:iso639P5Code "syd"^^xsd:string ;
    lvont:label <http://lexvo.org/id/term/afr/Samojeedse%20tale>,
        <http://lexvo.org/id/term/ara/%D9%84%D8%BA%D8%A7%D8%AA%20%D8%B3%D8%A7%D9%85%D9%88%D8%AF%D9%8A%D8%A9>,
        <http://lexvo.org/id/term/bre/Yezho%C3%B9%20samoyedek>,
        <http://lexvo.org/id/term/bul/%D0%A1%D0%B0%D0%BC%D0%BE%D0%B5%D0%B4%D1%81%D0%BA%D0%B8%20%D0%B5%D0%B7%D0%B8%D1%86%D0%B8>,
        <http://lexvo.org/id/term/cat/Lleng%C3%BCes%20samoiedes>,
        <http://lexvo.org/id/term/ces/Samojedsk%C3%A9%20jazyky>,
        <http://lexvo.org/id/term/deu/Samojedische%20Sprachen>,
        <http://lexvo.org/id/term/eng/Samoyedic%20language>,
        <http://lexvo.org/id/term/eng/Samoyedic%20languages>,
        <http://lexvo.org/id/term/epo/Samojedaj%20lingvoj>,
        <http://lexvo.org/id/term/est/Samojeedi%20keeled>,
        <http://lexvo.org/id/term/fin/Samojedikielet>,
        <http://lexvo.org/id/term/fra/Langues%20samoy%C3%A8des>,
        <http://lexvo.org/id/term/fra/langue%20samoy%C3%A8des>,
        <http://lexvo.org/id/term/fra/samoy%C3%A8des%2C%20langues>,
        <http://lexvo.org/id/term/gle/Teangacha%20Sam%C3%B3dacha>,
        <http://lexvo.org/id/term/gsw-FR/Samojedische%20Sprachen>,
        <http://lexvo.org/id/term/hun/Szamoj%C3%A9d%20nyelvek>,
        <http://lexvo.org/id/term/ita/Lingue%20samoiede>,
        <http://lexvo.org/id/term/jpn/%E3%82%B5%E3%83%A2%E3%82%A8%E3%83%BC%E3%83%89%E8%AB%B8%E8%AA%9E>,
        <http://lexvo.org/id/term/lat/Linguae%20Samoiedicae>,
        <http://lexvo.org/id/term/lit-x-samogitian/Samuodu%20kalbas>,
        <http://lexvo.org/id/term/lit/Samod%C5%B3%20kalbos>,
        <http://lexvo.org/id/term/mkd/%D0%A1%D0%B0%D0%BC%D0%BE%D1%98%D0%B5%D0%B4%D1%81%D0%BA%D0%B8%20%D1%98%D0%B0%D0%B7%D0%B8%D1%86%D0%B8>,
        <http://lexvo.org/id/term/nld/Samojeedse%20talen>,
        <http://lexvo.org/id/term/nno/Samojediske%20spr%C3%A5k>,
        <http://lexvo.org/id/term/nor/Samojediske%20spr%C3%A5k>,
        <http://lexvo.org/id/term/pol/J%C4%99zyki%20samojedzkie>,
        <http://lexvo.org/id/term/por/L%C3%ADnguas%20samoiedas>,
        <http://lexvo.org/id/term/ron/Limbi%20samoedice>,
        <http://lexvo.org/id/term/rus/%D0%A1%D0%B0%D0%BC%D0%BE%D0%B4%D0%B8%D0%B9%D1%81%D0%BA%D0%B8%D0%B5%20%D1%8F%D0%B7%D1%8B%D0%BA%D0%B8>,
        <http://lexvo.org/id/term/slk/Samodijsk%C3%A9%20jazyky>,
        <http://lexvo.org/id/term/slv/Samojedski%20jeziki>,
        <http://lexvo.org/id/term/spa/Lenguas%20samoyedas>,
        <http://lexvo.org/id/term/swe/Samojediska%20spr%C3%A5k>,
        <http://lexvo.org/id/term/tur/Samoyed%20dilleri>,
        <http://lexvo.org/id/term/vie/H%E1%BB%87%20ng%C3%B4n%20ng%E1%BB%AF%20Samoyed>,
        <http://lexvo.org/id/term/zho/%E8%90%A8%E8%8E%AB%E8%80%B6%E5%BE%B7%E8%AF%AD%E6%97%8F> ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-5/syd> ;
    rdfs:comment "The Samoyedic languages are spoken on both sides of the Ural mountains, in northernmost Eurasia, by approximately 30,000 speakers altogether."@en ;
    owl:sameAs <http://dbpedia.org/resource/Samoyedic_languages>,
        <http://www.mpii.de/yago/resource/Samoyedic_languages> .

<http://lexvo.org/id/iso639-5/tbq> rdfs:label "Тибето-бирмански езици"@bg,
        "Yezhoù tibetek-burmek"@br,
        "Tibetobarmské jazyky"@cs,
        "Ieithoedd Tibeto-Bwrmaidd"@cy,
        "Tibetobirmanische Sprachen"@de,
        "Tibeto-Burman language"@en,
        "Tibeto-Burman languages"@en,
        "Tibetobirma grupo"@eo,
        "Lenguas tibetano-birmanas"@es,
        "زبان‌های تبتی-برمه‌ای"@fa,
        "Langues tibéto-birmanes"@fr,
        "langue tibéto-birmanes"@fr,
        "tibéto-birmanes, langues"@fr,
        "तिब्बती-बर्मी भाषा-परिवार"@hi,
        "Tibetsko-burmanski jezici"@hr,
        "Rumpun bahasa Tibeto-Burma"@id,
        "Lingue tibeto-birmane"@it,
        "チベット・ミャンマー語派"@ja,
        "Linguae Tibeto-Birmanae"@la,
        "Tibetiečių-mianmariečių kalbos"@lt,
        "Tibeto-Birmaanse talen"@nl,
        "Tibetoburmesiske språk"@nn,
        "Tibetoburmanske språk"@no,
        "Lengas tibetobirmanas"@oc,
        "Języki tybeto-birmańskie"@pl,
        "Línguas tibeto-birmanesas"@pt,
        "Tibetu birmanu rimaykuna"@qu,
        "Тибето-бирманские языки"@ru,
        "Tibetsko-barmské jazyky"@sk,
        "Tibetoburmanska språk"@sv,
        "திபெத்திய-பர்மிய மொழிகள்"@ta,
        "ตระกูลภาษาย่อยทิเบต-พม่า"@th,
        "Тибето-бірманські мови"@uk,
        "藏緬語族"@zh ;
    lvont:iso639P5Code "tbq"^^xsd:string ;
    lvont:label <http://lexvo.org/id/term/bre/Yezho%C3%B9%20tibetek-burmek>,
        <http://lexvo.org/id/term/bul/%D0%A2%D0%B8%D0%B1%D0%B5%D1%82%D0%BE-%D0%B1%D0%B8%D1%80%D0%BC%D0%B0%D0%BD%D1%81%D0%BA%D0%B8%20%D0%B5%D0%B7%D0%B8%D1%86%D0%B8>,
        <http://lexvo.org/id/term/ces/Tibetobarmsk%C3%A9%20jazyky>,
        <http://lexvo.org/id/term/cym/Ieithoedd%20Tibeto-Bwrmaidd>,
        <http://lexvo.org/id/term/deu/Tibetobirmanische%20Sprachen>,
        <http://lexvo.org/id/term/eng/Tibeto-Burman%20language>,
        <http://lexvo.org/id/term/eng/Tibeto-Burman%20languages>,
        <http://lexvo.org/id/term/epo/Tibetobirma%20grupo>,
        <http://lexvo.org/id/term/fas/%D8%B2%D8%A8%D8%A7%D9%86%E2%80%8C%D9%87%D8%A7%DB%8C%20%D8%AA%D8%A8%D8%AA%DB%8C-%D8%A8%D8%B1%D9%85%D9%87%E2%80%8C%D8%A7%DB%8C>,
        <http://lexvo.org/id/term/fra/Langues%20tib%C3%A9to-birmanes>,
        <http://lexvo.org/id/term/fra/langue%20tib%C3%A9to-birmanes>,
        <http://lexvo.org/id/term/fra/tib%C3%A9to-birmanes%2C%20langues>,
        <http://lexvo.org/id/term/hin/%E0%A4%A4%E0%A4%BF%E0%A4%AC%E0%A5%8D%E0%A4%AC%E0%A4%A4%E0%A5%80-%E0%A4%AC%E0%A4%B0%E0%A5%8D%E0%A4%AE%E0%A5%80%20%E0%A4%AD%E0%A4%BE%E0%A4%B7%E0%A4%BE-%E0%A4%AA%E0%A4%B0%E0%A4%BF%E0%A4%B5%E0%A4%BE%E0%A4%B0>,
        <http://lexvo.org/id/term/hrv/Tibetsko-burmanski%20jezici>,
        <http://lexvo.org/id/term/ind/Rumpun%20bahasa%20Tibeto-Burma>,
        <http://lexvo.org/id/term/ita/Lingue%20tibeto-birmane>,
        <http://lexvo.org/id/term/jpn/%E3%83%81%E3%83%99%E3%83%83%E3%83%88%E3%83%BB%E3%83%9F%E3%83%A3%E3%83%B3%E3%83%9E%E3%83%BC%E8%AA%9E%E6%B4%BE>,
        <http://lexvo.org/id/term/lat/Linguae%20Tibeto-Birmanae>,
        <http://lexvo.org/id/term/lit/Tibetie%C4%8Di%C5%B3-mianmarie%C4%8Di%C5%B3%20kalbos>,
        <http://lexvo.org/id/term/nld/Tibeto-Birmaanse%20talen>,
        <http://lexvo.org/id/term/nno/Tibetoburmesiske%20spr%C3%A5k>,
        <http://lexvo.org/id/term/nor/Tibetoburmanske%20spr%C3%A5k>,
        <http://lexvo.org/id/term/oci/Lengas%20tibetobirmanas>,
        <http://lexvo.org/id/term/pol/J%C4%99zyki%20tybeto-birma%C5%84skie>,
        <http://lexvo.org/id/term/por/L%C3%ADnguas%20tibeto-birmanesas>,
        <http://lexvo.org/id/term/que/Tibetu%20birmanu%20rimaykuna>,
        <http://lexvo.org/id/term/rus/%D0%A2%D0%B8%D0%B1%D0%B5%D1%82%D0%BE-%D0%B1%D0%B8%D1%80%D0%BC%D0%B0%D0%BD%D1%81%D0%BA%D0%B8%D0%B5%20%D1%8F%D0%B7%D1%8B%D0%BA%D0%B8>,
        <http://lexvo.org/id/term/slk/Tibetsko-barmsk%C3%A9%20jazyky>,
        <http://lexvo.org/id/term/spa/Lenguas%20tibetano-birmanas>,
        <http://lexvo.org/id/term/swe/Tibetoburmanska%20spr%C3%A5k>,
        <http://lexvo.org/id/term/tam/%E0%AE%A4%E0%AE%BF%E0%AE%AA%E0%AF%86%E0%AE%A4%E0%AF%8D%E0%AE%A4%E0%AE%BF%E0%AE%AF-%E0%AE%AA%E0%AE%B0%E0%AF%8D%E0%AE%AE%E0%AE%BF%E0%AE%AF%20%E0%AE%AE%E0%AF%8A%E0%AE%B4%E0%AE%BF%E0%AE%95%E0%AE%B3%E0%AF%8D>,
        <http://lexvo.org/id/term/tha/%E0%B8%95%E0%B8%A3%E0%B8%B0%E0%B8%81%E0%B8%B9%E0%B8%A5%E0%B8%A0%E0%B8%B2%E0%B8%A9%E0%B8%B2%E0%B8%A2%E0%B9%88%E0%B8%AD%E0%B8%A2%E0%B8%97%E0%B8%B4%E0%B9%80%E0%B8%9A%E0%B8%95-%E0%B8%9E%E0%B8%A1%E0%B9%88%E0%B8%B2>,
        <http://lexvo.org/id/term/ukr/%D0%A2%D0%B8%D0%B1%D0%B5%D1%82%D0%BE-%D0%B1%D1%96%D1%80%D0%BC%D0%B0%D0%BD%D1%81%D1%8C%D0%BA%D1%96%20%D0%BC%D0%BE%D0%B2%D0%B8>,
        <http://lexvo.org/id/term/zho/%E8%97%8F%E7%B7%AC%E8%AA%9E%E6%97%8F> ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-5/tbq> ;
    rdfs:comment "The Tibeto-Burman languages are the non-Sinitic members of the Sino-Tibetan language family, over 400 of which are spoken throughout the highlands of southeast Asia, as well as lowland areas in Burma (Myanmar). The group is named after its most widely spoken members, Burmese (over 32 million speakers) and the Tibetan languages (over 8 million). Most of the other languages are spoken by much smaller communities, and many of them have not been described in detail. A widely cited taxonomy divides Sino-Tibetan into Sinitic and Tibeto-Burman branches, but other scholars deny that Tibeto-Burman comprises a monophyletic group."@en ;
    owl:sameAs <http://dbpedia.org/resource/Tibeto-Burman_languages>,
        <http://www.mpii.de/yago/resource/Tibeto-Burman_languages> .

<http://lexvo.org/id/iso639-5/trk> rdfs:label "Luengas turquicas"@an,
        "لغات تركية"@ar,
        "Llingües túrciques"@ast,
        "Türk dilləri"@az,
        "Төрки телдәр"@ba,
        "Цюрскія мовы"@be-tarask,
        "Тюркски езици"@bg,
        "তুর্কীয় ভাষাসমূহ"@bn,
        "Yezhoù turkek"@br,
        "Turski jezici"@bs,
        "Llengües turqueses"@ca,
        "Türkiy tiller"@crh,
        "Turkické jazyky"@cs,
        "Тĕрĕк чĕлхисем"@cv,
        "Tyrkiske sprogfamilie"@da,
        "Turksprachen"@de,
        "Turkojske rěcy"@dsb,
        "Τουρκικές γλώσσες"@el,
        "Turkic language"@en,
        "Turkic languages"@en,
        "Tjurka lingvaro"@eo,
        "Lenguas túrquicas"@es,
        "زبان‌های ترکی"@fa,
        "Turkkilaiset kielet"@fi,
        "Langues turques"@fr,
        "langue turques"@fr,
        "turques, langues"@fr,
        "Turkske talen"@fy,
        "Teangacha Tuircice"@ga,
        "Türk dilleri"@gag,
        "שפות טורקיות"@he,
        "तुर्की भाषा परिवार"@hi,
        "Turkijski jezici"@hr,
        "Turkske rěče"@hsb,
        "Török nyelvek"@hu,
        "Թյուրքական լեզվախումբ"@hy,
        "Bahasa Turkik"@id,
        "Turka lingui"@io,
        "Lingue turche"@it,
        "テュルク諸語"@ja,
        "თურქული ენები"@ka,
        "Түркі тілдері"@kk,
        "튀르크어족"@ko,
        "Түрк тилдериниң жакындыгы"@ky,
        "Tiurkų kalbos"@lt,
        "Tiorku kalbas"@lt-x,
        "Tjurku valodas"@lv,
        "Тӱрк йылме-влак"@mhr,
        "Түрэг хэлний бүлэг"@mn,
        "तुर्की भाषासमूह"@mr,
        "Turkse talen"@nl,
        "Tyrkiske språk"@nn,
        "Tyrkiske språk"@no,
        "Тюркаг æвзæгтæ"@os,
        "Języki tureckie"@pl,
        "Línguas turcomanas"@pt,
        "Turku rimaykuna"@qu,
        "Limbi turcice"@ro,
        "Тюркские языки"@ru,
        "Түүр тыллара"@sah,
        "Lìnguas turcas"@sc,
        "Turkic leids"@sco,
        "Turkické jazyky"@sk,
        "Gjuhët turkike"@sq,
        "Туркијски језици"@sr,
        "Turksproaken"@stq,
        "Turkspråk"@sv,
        "Lugha za Kiturki"@sw,
        "Turecke godki"@szl,
        "துருக்கிய மொழிகள்"@ta,
        "Забонҳои туркӣ"@tg,
        "กลุ่มภาษาเตอร์กิก"@th,
        "Türk dilleri"@tr,
        "Төрки телләр"@tt,
        "Тюрк кылъёс"@udm,
        "تۈركى تىللار ئائىلىسى"@ug,
        "Тюркські мови"@uk,
        "Turkiy tillar"@uz,
        "Nhóm ngôn ngữ Thổ Nhĩ Kỳ"@vi,
        "Turksche toaln"@vls,
        "突厥语族"@zh ;
    lvont:iso639P5Code "trk"^^xsd:string ;
    lvont:label <http://lexvo.org/id/term/ara/%D9%84%D8%BA%D8%A7%D8%AA%20%D8%AA%D8%B1%D9%83%D9%8A%D8%A9>,
        <http://lexvo.org/id/term/arg/Luengas%20turquicas>,
        <http://lexvo.org/id/term/ast/Lling%C3%BCes%20t%C3%BArciques>,
        <http://lexvo.org/id/term/aze/T%C3%BCrk%20dill%C9%99ri>,
        <http://lexvo.org/id/term/bak/%D0%A2%D3%A9%D1%80%D0%BA%D0%B8%20%D1%82%D0%B5%D0%BB%D0%B4%D3%99%D1%80>,
        <http://lexvo.org/id/term/bel-tarask/%D0%A6%D1%8E%D1%80%D1%81%D0%BA%D1%96%D1%8F%20%D0%BC%D0%BE%D0%B2%D1%8B>,
        <http://lexvo.org/id/term/ben/%E0%A6%A4%E0%A7%81%E0%A6%B0%E0%A7%8D%E0%A6%95%E0%A7%80%E0%A6%AF%E0%A6%BC%20%E0%A6%AD%E0%A6%BE%E0%A6%B7%E0%A6%BE%E0%A6%B8%E0%A6%AE%E0%A7%82%E0%A6%B9>,
        <http://lexvo.org/id/term/bos/Turski%20jezici>,
        <http://lexvo.org/id/term/bre/Yezho%C3%B9%20turkek>,
        <http://lexvo.org/id/term/bul/%D0%A2%D1%8E%D1%80%D0%BA%D1%81%D0%BA%D0%B8%20%D0%B5%D0%B7%D0%B8%D1%86%D0%B8>,
        <http://lexvo.org/id/term/cat/Lleng%C3%BCes%20turqueses>,
        <http://lexvo.org/id/term/ces/Turkick%C3%A9%20jazyky>,
        <http://lexvo.org/id/term/chv/%D0%A2%C4%95%D1%80%C4%95%D0%BA%20%D1%87%C4%95%D0%BB%D1%85%D0%B8%D1%81%D0%B5%D0%BC>,
        <http://lexvo.org/id/term/crh/T%C3%BCrkiy%20tiller>,
        <http://lexvo.org/id/term/dan/Tyrkiske%20sprogfamilie>,
        <http://lexvo.org/id/term/deu/Turksprachen>,
        <http://lexvo.org/id/term/dsb/Turkojske%20r%C4%9Bcy>,
        <http://lexvo.org/id/term/ell/%CE%A4%CE%BF%CF%85%CF%81%CE%BA%CE%B9%CE%BA%CE%AD%CF%82%20%CE%B3%CE%BB%CF%8E%CF%83%CF%83%CE%B5%CF%82>,
        <http://lexvo.org/id/term/eng/Turkic%20language>,
        <http://lexvo.org/id/term/eng/Turkic%20languages>,
        <http://lexvo.org/id/term/epo/Tjurka%20lingvaro>,
        <http://lexvo.org/id/term/fas/%D8%B2%D8%A8%D8%A7%D9%86%E2%80%8C%D9%87%D8%A7%DB%8C%20%D8%AA%D8%B1%DA%A9%DB%8C>,
        <http://lexvo.org/id/term/fin/Turkkilaiset%20kielet>,
        <http://lexvo.org/id/term/fra/Langues%20turques>,
        <http://lexvo.org/id/term/fra/langue%20turques>,
        <http://lexvo.org/id/term/fra/turques%2C%20langues>,
        <http://lexvo.org/id/term/fry/Turkske%20talen>,
        <http://lexvo.org/id/term/gag/T%C3%BCrk%20dilleri>,
        <http://lexvo.org/id/term/gle/Teangacha%20Tuircice>,
        <http://lexvo.org/id/term/heb/%D7%A9%D7%A4%D7%95%D7%AA%20%D7%98%D7%95%D7%A8%D7%A7%D7%99%D7%95%D7%AA>,
        <http://lexvo.org/id/term/hin/%E0%A4%A4%E0%A5%81%E0%A4%B0%E0%A5%8D%E0%A4%95%E0%A5%80%20%E0%A4%AD%E0%A4%BE%E0%A4%B7%E0%A4%BE%20%E0%A4%AA%E0%A4%B0%E0%A4%BF%E0%A4%B5%E0%A4%BE%E0%A4%B0>,
        <http://lexvo.org/id/term/hrv/Turkijski%20jezici>,
        <http://lexvo.org/id/term/hsb/Turkske%20r%C4%9B%C4%8De>,
        <http://lexvo.org/id/term/hun/T%C3%B6r%C3%B6k%20nyelvek>,
        <http://lexvo.org/id/term/hye/%D4%B9%D5%B5%D5%B8%D6%82%D6%80%D6%84%D5%A1%D5%AF%D5%A1%D5%B6%20%D5%AC%D5%A5%D5%A6%D5%BE%D5%A1%D5%AD%D5%B8%D6%82%D5%B4%D5%A2>,
        <http://lexvo.org/id/term/ido/Turka%20lingui>,
        <http://lexvo.org/id/term/ind/Bahasa%20Turkik>,
        <http://lexvo.org/id/term/ita/Lingue%20turche>,
        <http://lexvo.org/id/term/jpn/%E3%83%86%E3%83%A5%E3%83%AB%E3%82%AF%E8%AB%B8%E8%AA%9E>,
        <http://lexvo.org/id/term/kat/%E1%83%97%E1%83%A3%E1%83%A0%E1%83%A5%E1%83%A3%E1%83%9A%E1%83%98%20%E1%83%94%E1%83%9C%E1%83%94%E1%83%91%E1%83%98>,
        <http://lexvo.org/id/term/kaz/%D0%A2%D2%AF%D1%80%D0%BA%D1%96%20%D1%82%D1%96%D0%BB%D0%B4%D0%B5%D1%80%D1%96>,
        <http://lexvo.org/id/term/kir/%D0%A2%D2%AF%D1%80%D0%BA%20%D1%82%D0%B8%D0%BB%D0%B4%D0%B5%D1%80%D0%B8%D0%BD%D0%B8%D2%A3%20%D0%B6%D0%B0%D0%BA%D1%8B%D0%BD%D0%B4%D1%8B%D0%B3%D1%8B>,
        <http://lexvo.org/id/term/kor/%ED%8A%80%EB%A5%B4%ED%81%AC%EC%96%B4%EC%A1%B1>,
        <http://lexvo.org/id/term/lav/Tjurku%20valodas>,
        <http://lexvo.org/id/term/lit-x-samogitian/Tiorku%20kalbas>,
        <http://lexvo.org/id/term/lit/Tiurk%C5%B3%20kalbos>,
        <http://lexvo.org/id/term/mar/%E0%A4%A4%E0%A5%81%E0%A4%B0%E0%A5%8D%E0%A4%95%E0%A5%80%20%E0%A4%AD%E0%A4%BE%E0%A4%B7%E0%A4%BE%E0%A4%B8%E0%A4%AE%E0%A5%82%E0%A4%B9>,
        <http://lexvo.org/id/term/mhr/%D0%A2%D3%B1%D1%80%D0%BA%20%D0%B9%D1%8B%D0%BB%D0%BC%D0%B5-%D0%B2%D0%BB%D0%B0%D0%BA>,
        <http://lexvo.org/id/term/mon/%D0%A2%D2%AF%D1%80%D1%8D%D0%B3%20%D1%85%D1%8D%D0%BB%D0%BD%D0%B8%D0%B9%20%D0%B1%D2%AF%D0%BB%D1%8D%D0%B3>,
        <http://lexvo.org/id/term/nld/Turkse%20talen>,
        <http://lexvo.org/id/term/nno/Tyrkiske%20spr%C3%A5k>,
        <http://lexvo.org/id/term/nor/Tyrkiske%20spr%C3%A5k>,
        <http://lexvo.org/id/term/oss/%D0%A2%D1%8E%D1%80%D0%BA%D0%B0%D0%B3%20%C3%A6%D0%B2%D0%B7%C3%A6%D0%B3%D1%82%C3%A6>,
        <http://lexvo.org/id/term/pol/J%C4%99zyki%20tureckie>,
        <http://lexvo.org/id/term/por/L%C3%ADnguas%20turcomanas>,
        <http://lexvo.org/id/term/que/Turku%20rimaykuna>,
        <http://lexvo.org/id/term/ron/Limbi%20turcice>,
        <http://lexvo.org/id/term/rus/%D0%A2%D1%8E%D1%80%D0%BA%D1%81%D0%BA%D0%B8%D0%B5%20%D1%8F%D0%B7%D1%8B%D0%BA%D0%B8>,
        <http://lexvo.org/id/term/sah/%D0%A2%D2%AF%D2%AF%D1%80%20%D1%82%D1%8B%D0%BB%D0%BB%D0%B0%D1%80%D0%B0>,
        <http://lexvo.org/id/term/sco/Turkic%20leids>,
        <http://lexvo.org/id/term/slk/Turkick%C3%A9%20jazyky>,
        <http://lexvo.org/id/term/spa/Lenguas%20t%C3%BArquicas>,
        <http://lexvo.org/id/term/sqi/Gjuh%C3%ABt%20turkike>,
        <http://lexvo.org/id/term/srd/L%C3%ACnguas%20turcas>,
        <http://lexvo.org/id/term/srp/%D0%A2%D1%83%D1%80%D0%BA%D0%B8%D1%98%D1%81%D0%BA%D0%B8%20%D1%98%D0%B5%D0%B7%D0%B8%D1%86%D0%B8>,
        <http://lexvo.org/id/term/stq/Turksproaken>,
        <http://lexvo.org/id/term/swa/Lugha%20za%20Kiturki>,
        <http://lexvo.org/id/term/swe/Turkspr%C3%A5k>,
        <http://lexvo.org/id/term/szl/Turecke%20godki>,
        <http://lexvo.org/id/term/tam/%E0%AE%A4%E0%AF%81%E0%AE%B0%E0%AF%81%E0%AE%95%E0%AF%8D%E0%AE%95%E0%AE%BF%E0%AE%AF%20%E0%AE%AE%E0%AF%8A%E0%AE%B4%E0%AE%BF%E0%AE%95%E0%AE%B3%E0%AF%8D>,
        <http://lexvo.org/id/term/tat/%D0%A2%D3%A9%D1%80%D0%BA%D0%B8%20%D1%82%D0%B5%D0%BB%D0%BB%D3%99%D1%80>,
        <http://lexvo.org/id/term/tgk/%D0%97%D0%B0%D0%B1%D0%BE%D0%BD%D2%B3%D0%BE%D0%B8%20%D1%82%D1%83%D1%80%D0%BA%D3%A3>,
        <http://lexvo.org/id/term/tha/%E0%B8%81%E0%B8%A5%E0%B8%B8%E0%B9%88%E0%B8%A1%E0%B8%A0%E0%B8%B2%E0%B8%A9%E0%B8%B2%E0%B9%80%E0%B8%95%E0%B8%AD%E0%B8%A3%E0%B9%8C%E0%B8%81%E0%B8%B4%E0%B8%81>,
        <http://lexvo.org/id/term/tur/T%C3%BCrk%20dilleri>,
        <http://lexvo.org/id/term/udm/%D0%A2%D1%8E%D1%80%D0%BA%20%D0%BA%D1%8B%D0%BB%D1%8A%D1%91%D1%81>,
        <http://lexvo.org/id/term/uig/%D8%AA%DB%88%D8%B1%D9%83%D9%89%20%D8%AA%D9%89%D9%84%D9%84%D8%A7%D8%B1%20%D8%A6%D8%A7%D8%A6%D9%89%D9%84%D9%89%D8%B3%D9%89>,
        <http://lexvo.org/id/term/ukr/%D0%A2%D1%8E%D1%80%D0%BA%D1%81%D1%8C%D0%BA%D1%96%20%D0%BC%D0%BE%D0%B2%D0%B8>,
        <http://lexvo.org/id/term/uzb/Turkiy%20tillar>,
        <http://lexvo.org/id/term/vie/Nh%C3%B3m%20ng%C3%B4n%20ng%E1%BB%AF%20Th%E1%BB%95%20Nh%C4%A9%20K%E1%BB%B3>,
        <http://lexvo.org/id/term/vls/Turksche%20toaln>,
        <http://lexvo.org/id/term/zho/%E7%AA%81%E5%8E%A5%E8%AF%AD%E6%97%8F> ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-5/trk> ;
    rdfs:comment "The Turkic languages constitute a language family of at least thirty five languages, spoken by Turkic peoples across a vast area from Eastern Europe and the Mediterranean to Siberia and Western China, and are considered to be part of the proposed Altaic language family."@en ;
    owl:sameAs <http://dbpedia.org/resource/Turkic_languages>,
        <http://www.mpii.de/yago/resource/Turkic_languages> .

<http://lexvo.org/id/iso639-5/urj> rdfs:label "Oeraalse tale"@af,
        "Luengas uralicas"@an,
        "لغات أورالية"@ar,
        "Llingües Uráliques"@ast,
        "Уральскія мовы"@be-tarask,
        "Уралски езици"@bg,
        "উরালীয় ভাষাসমূহ"@bn,
        "Yezhoù ouralek"@br,
        "Llengües uralianes"@ca,
        "Uralské jazyky"@cs,
        "Ieithoedd Wralaidd"@cy,
        "Uralske sprog"@da,
        "Uralische Sprachen"@de,
        "Ουραλικές γλώσσες"@el,
        "Uralic language"@en,
        "Uralic languages"@en,
        "Urala lingvaro"@eo,
        "Lenguas urálicas"@es,
        "Uurali keeled"@et,
        "Uraldar hizkuntzak"@eu,
        "زبان‌های اورالی"@fa,
        "Uralilaiset kielet"@fi,
        "Uralsk mál"@fo,
        "Langues ouraliennes"@fr,
        "langue ouraliennes"@fr,
        "ouraliennes, langues"@fr,
        "Teangacha Úralacha"@ga,
        "Uralische Sprachen"@gsw-FR,
        "Çhengaghyn Ooralagh"@gv,
        "שפות אוראליות"@he,
        "यूराली भाषा-परिवार"@hi,
        "Uralski jezici"@hr,
        "Uralske rěče"@hsb,
        "Uráli nyelvcsalád"@hu,
        "Uralika linguaro"@io,
        "Úrölsk mál"@is,
        "Lingue uraliche"@it,
        "ウラル語族"@ja,
        "ಯುರೇಲಿಕ್ ಭಾಷೆಗಳು"@kn,
        "우랄어족"@ko,
        "Yethow Ouralek"@kw,
        "Linguae Uralicae"@la,
        "Oeralische taole"@li,
        "Lengue uraliche"@lij,
        "Uralo kalbos"@lt,
        "Urala kalbas"@lt-x,
        "Urāliešu valodas"@lv,
        "Уралски јазици"@mk,
        "युरली भाषा"@mr,
        "Bahasa-bahasa Ural"@ms,
        "Oeraalse taalfamilie"@nl,
        "Uralske språk"@nn,
        "Uralske språk"@no,
        "Lengas oralicas"@oc,
        "Języki uralskie"@pl,
        "Lenghe uràliche"@pms,
        "Línguas urálicas"@pt,
        "Ural rimaykuna"@qu,
        "Limbi uralice"@ro,
        "Uralikane chhiba"@rom,
        "Уральские языки"@ru,
        "Urálalaš gielat"@se,
        "Uralské jazyky"@sk,
        "Uralski jeziki"@sl,
        "Уралски језици"@sr,
        "Uraliska språk"@sv,
        "யூரலிய மொழிகள்"@ta,
        "ตระกูลภาษายูราลิก"@th,
        "Ural dilleri"@tr,
        "Урал телләре"@tt,
        "Урал кылъёс"@udm,
        "ئۇرال تىللىرى"@ug,
        "Уральські мови"@uk,
        "اورالی زبانیں"@ur,
        "Hệ ngôn ngữ Ural"@vi,
        "Oeraalsche toaln"@vls,
        "乌拉尔语系"@zh ;
    lvont:iso639P5Code "urj"^^xsd:string ;
    lvont:label <http://lexvo.org/id/term/afr/Oeraalse%20tale>,
        <http://lexvo.org/id/term/ara/%D9%84%D8%BA%D8%A7%D8%AA%20%D8%A3%D9%88%D8%B1%D8%A7%D9%84%D9%8A%D8%A9>,
        <http://lexvo.org/id/term/arg/Luengas%20uralicas>,
        <http://lexvo.org/id/term/ast/Lling%C3%BCes%20Ur%C3%A1liques>,
        <http://lexvo.org/id/term/bel-tarask/%D0%A3%D1%80%D0%B0%D0%BB%D1%8C%D1%81%D0%BA%D1%96%D1%8F%20%D0%BC%D0%BE%D0%B2%D1%8B>,
        <http://lexvo.org/id/term/ben/%E0%A6%89%E0%A6%B0%E0%A6%BE%E0%A6%B2%E0%A7%80%E0%A6%AF%E0%A6%BC%20%E0%A6%AD%E0%A6%BE%E0%A6%B7%E0%A6%BE%E0%A6%B8%E0%A6%AE%E0%A7%82%E0%A6%B9>,
        <http://lexvo.org/id/term/bre/Yezho%C3%B9%20ouralek>,
        <http://lexvo.org/id/term/bul/%D0%A3%D1%80%D0%B0%D0%BB%D1%81%D0%BA%D0%B8%20%D0%B5%D0%B7%D0%B8%D1%86%D0%B8>,
        <http://lexvo.org/id/term/cat/Lleng%C3%BCes%20uralianes>,
        <http://lexvo.org/id/term/ces/Uralsk%C3%A9%20jazyky>,
        <http://lexvo.org/id/term/cor/Yethow%20Ouralek>,
        <http://lexvo.org/id/term/cym/Ieithoedd%20Wralaidd>,
        <http://lexvo.org/id/term/dan/Uralske%20sprog>,
        <http://lexvo.org/id/term/deu/Uralische%20Sprachen>,
        <http://lexvo.org/id/term/ell/%CE%9F%CF%85%CF%81%CE%B1%CE%BB%CE%B9%CE%BA%CE%AD%CF%82%20%CE%B3%CE%BB%CF%8E%CF%83%CF%83%CE%B5%CF%82>,
        <http://lexvo.org/id/term/eng/Uralic%20language>,
        <http://lexvo.org/id/term/eng/Uralic%20languages>,
        <http://lexvo.org/id/term/epo/Urala%20lingvaro>,
        <http://lexvo.org/id/term/est/Uurali%20keeled>,
        <http://lexvo.org/id/term/eus/Uraldar%20hizkuntzak>,
        <http://lexvo.org/id/term/fao/Uralsk%20m%C3%A1l>,
        <http://lexvo.org/id/term/fas/%D8%B2%D8%A8%D8%A7%D9%86%E2%80%8C%D9%87%D8%A7%DB%8C%20%D8%A7%D9%88%D8%B1%D8%A7%D9%84%DB%8C>,
        <http://lexvo.org/id/term/fin/Uralilaiset%20kielet>,
        <http://lexvo.org/id/term/fra/Langues%20ouraliennes>,
        <http://lexvo.org/id/term/fra/langue%20ouraliennes>,
        <http://lexvo.org/id/term/fra/ouraliennes%2C%20langues>,
        <http://lexvo.org/id/term/gle/Teangacha%20%C3%9Aralacha>,
        <http://lexvo.org/id/term/glv/%C3%87hengaghyn%20Ooralagh>,
        <http://lexvo.org/id/term/gsw-FR/Uralische%20Sprachen>,
        <http://lexvo.org/id/term/heb/%D7%A9%D7%A4%D7%95%D7%AA%20%D7%90%D7%95%D7%A8%D7%90%D7%9C%D7%99%D7%95%D7%AA>,
        <http://lexvo.org/id/term/hin/%E0%A4%AF%E0%A5%82%E0%A4%B0%E0%A4%BE%E0%A4%B2%E0%A5%80%20%E0%A4%AD%E0%A4%BE%E0%A4%B7%E0%A4%BE-%E0%A4%AA%E0%A4%B0%E0%A4%BF%E0%A4%B5%E0%A4%BE%E0%A4%B0>,
        <http://lexvo.org/id/term/hrv/Uralski%20jezici>,
        <http://lexvo.org/id/term/hsb/Uralske%20r%C4%9B%C4%8De>,
        <http://lexvo.org/id/term/hun/Ur%C3%A1li%20nyelvcsal%C3%A1d>,
        <http://lexvo.org/id/term/ido/Uralika%20linguaro>,
        <http://lexvo.org/id/term/isl/%C3%9Ar%C3%B6lsk%20m%C3%A1l>,
        <http://lexvo.org/id/term/ita/Lingue%20uraliche>,
        <http://lexvo.org/id/term/jpn/%E3%82%A6%E3%83%A9%E3%83%AB%E8%AA%9E%E6%97%8F>,
        <http://lexvo.org/id/term/kan/%E0%B2%AF%E0%B3%81%E0%B2%B0%E0%B3%87%E0%B2%B2%E0%B2%BF%E0%B2%95%E0%B3%8D%20%E0%B2%AD%E0%B2%BE%E0%B2%B7%E0%B3%86%E0%B2%97%E0%B2%B3%E0%B3%81>,
        <http://lexvo.org/id/term/kor/%EC%9A%B0%EB%9E%84%EC%96%B4%EC%A1%B1>,
        <http://lexvo.org/id/term/lat/Linguae%20Uralicae>,
        <http://lexvo.org/id/term/lav/Ur%C4%81lie%C5%A1u%20valodas>,
        <http://lexvo.org/id/term/lij/Lengue%20uraliche>,
        <http://lexvo.org/id/term/lim/Oeralische%20taole>,
        <http://lexvo.org/id/term/lit-x-samogitian/Urala%20kalbas>,
        <http://lexvo.org/id/term/lit/Uralo%20kalbos>,
        <http://lexvo.org/id/term/mar/%E0%A4%AF%E0%A5%81%E0%A4%B0%E0%A4%B2%E0%A5%80%20%E0%A4%AD%E0%A4%BE%E0%A4%B7%E0%A4%BE>,
        <http://lexvo.org/id/term/mkd/%D0%A3%D1%80%D0%B0%D0%BB%D1%81%D0%BA%D0%B8%20%D1%98%D0%B0%D0%B7%D0%B8%D1%86%D0%B8>,
        <http://lexvo.org/id/term/msa/Bahasa-bahasa%20Ural>,
        <http://lexvo.org/id/term/nld/Oeraalse%20taalfamilie>,
        <http://lexvo.org/id/term/nno/Uralske%20spr%C3%A5k>,
        <http://lexvo.org/id/term/nor/Uralske%20spr%C3%A5k>,
        <http://lexvo.org/id/term/oci/Lengas%20oralicas>,
        <http://lexvo.org/id/term/pms/Lenghe%20ur%C3%A0liche>,
        <http://lexvo.org/id/term/pol/J%C4%99zyki%20uralskie>,
        <http://lexvo.org/id/term/por/L%C3%ADnguas%20ur%C3%A1licas>,
        <http://lexvo.org/id/term/que/Ural%20rimaykuna>,
        <http://lexvo.org/id/term/rom/Uralikane%20chhiba>,
        <http://lexvo.org/id/term/ron/Limbi%20uralice>,
        <http://lexvo.org/id/term/rus/%D0%A3%D1%80%D0%B0%D0%BB%D1%8C%D1%81%D0%BA%D0%B8%D0%B5%20%D1%8F%D0%B7%D1%8B%D0%BA%D0%B8>,
        <http://lexvo.org/id/term/slk/Uralsk%C3%A9%20jazyky>,
        <http://lexvo.org/id/term/slv/Uralski%20jeziki>,
        <http://lexvo.org/id/term/sme/Ur%C3%A1lala%C5%A1%20gielat>,
        <http://lexvo.org/id/term/spa/Lenguas%20ur%C3%A1licas>,
        <http://lexvo.org/id/term/srp/%D0%A3%D1%80%D0%B0%D0%BB%D1%81%D0%BA%D0%B8%20%D1%98%D0%B5%D0%B7%D0%B8%D1%86%D0%B8>,
        <http://lexvo.org/id/term/swe/Uraliska%20spr%C3%A5k>,
        <http://lexvo.org/id/term/tam/%E0%AE%AF%E0%AF%82%E0%AE%B0%E0%AE%B2%E0%AE%BF%E0%AE%AF%20%E0%AE%AE%E0%AF%8A%E0%AE%B4%E0%AE%BF%E0%AE%95%E0%AE%B3%E0%AF%8D>,
        <http://lexvo.org/id/term/tat/%D0%A3%D1%80%D0%B0%D0%BB%20%D1%82%D0%B5%D0%BB%D0%BB%D3%99%D1%80%D0%B5>,
        <http://lexvo.org/id/term/tha/%E0%B8%95%E0%B8%A3%E0%B8%B0%E0%B8%81%E0%B8%B9%E0%B8%A5%E0%B8%A0%E0%B8%B2%E0%B8%A9%E0%B8%B2%E0%B8%A2%E0%B8%B9%E0%B8%A3%E0%B8%B2%E0%B8%A5%E0%B8%B4%E0%B8%81>,
        <http://lexvo.org/id/term/tur/Ural%20dilleri>,
        <http://lexvo.org/id/term/udm/%D0%A3%D1%80%D0%B0%D0%BB%20%D0%BA%D1%8B%D0%BB%D1%8A%D1%91%D1%81>,
        <http://lexvo.org/id/term/uig/%D8%A6%DB%87%D8%B1%D8%A7%D9%84%20%D8%AA%D9%89%D9%84%D9%84%D9%89%D8%B1%D9%89>,
        <http://lexvo.org/id/term/ukr/%D0%A3%D1%80%D0%B0%D0%BB%D1%8C%D1%81%D1%8C%D0%BA%D1%96%20%D0%BC%D0%BE%D0%B2%D0%B8>,
        <http://lexvo.org/id/term/urd/%D8%A7%D9%88%D8%B1%D8%A7%D9%84%DB%8C%20%D8%B2%D8%A8%D8%A7%D9%86%DB%8C%DA%BA>,
        <http://lexvo.org/id/term/vie/H%E1%BB%87%20ng%C3%B4n%20ng%E1%BB%AF%20Ural>,
        <http://lexvo.org/id/term/vls/Oeraalsche%20toaln>,
        <http://lexvo.org/id/term/zho/%E4%B9%8C%E6%8B%89%E5%B0%94%E8%AF%AD%E7%B3%BB> ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-5/urj> ;
    rdfs:comment "The Uralic languages (sometimes referred to as Uralian languages) constitute a language family of some three dozen languages spoken by approximately 25 million people. The healthiest Uralic languages in terms of the number of native speakers are Hungarian, Finnish, Estonian, Mari and Udmurt. Countries that are home to a significant number of speakers of Uralic languages include Estonia, Finland, Hungary, Norway, Romania, Russia, Serbia, Slovakia and Sweden."@en ;
    owl:sameAs <http://dbpedia.org/resource/Uralic_languages>,
        <http://www.mpii.de/yago/resource/Uralic_languages> .

<http://lexvo.org/id/iso639-5/xnd> rdfs:label "Luengas na-dene"@an,
        "Yezhoù na-dene"@br,
        "Na-dené"@ca,
        "Jazyky na-dené"@cs,
        "Na-Dené-Sprachen"@de,
        "Na-Dene language"@en,
        "Na-Dene languages"@en,
        "Na-denea lingvaro"@eo,
        "Lenguas na-dené"@es,
        "Na-dené-kielet"@fi,
        "Langues na-dené"@fr,
        "langue na-déné"@fr,
        "na-déné, langues"@fr,
        "Na-Dene spriaken"@frr,
        "Linguas na-dené"@gl,
        "Na-Déné"@hr,
        "Lingue Na-Dené"@it,
        "ナ・デネ語族"@ja,
        "ನಾ-ದೆನೆ ಭಾಷೆಗಳು"@kn,
        "Linguae Na-Dene"@la,
        "Na-dene kalbos"@lt,
        "Na-dene valodas"@lv,
        "На-дене йӹлмӹвлӓ"@mrj,
        "Na-Denétalen"@nl,
        "Na-dené-språk"@no,
        "Lengas na-dené"@oc,
        "Języki na-dene"@pl,
        "Lenghe na-dene"@pms,
        "Línguas na-dene"@pt,
        "Na diné rimaykuna"@qu,
        "Языки на-дене"@ru,
        "На-Дене језици"@sr,
        "Na-dene"@sv,
        "Na-Dene dilleri"@tr,
        "На-дене"@uk,
        "Na-Denétaelen"@zea,
        "納－德內語系"@zh ;
    lvont:iso639P5Code "xnd"^^xsd:string ;
    lvont:label <http://lexvo.org/id/term/arg/Luengas%20na-dene>,
        <http://lexvo.org/id/term/bre/Yezho%C3%B9%20na-dene>,
        <http://lexvo.org/id/term/cat/Na-den%C3%A9>,
        <http://lexvo.org/id/term/ces/Jazyky%20na-den%C3%A9>,
        <http://lexvo.org/id/term/deu/Na-Den%C3%A9-Sprachen>,
        <http://lexvo.org/id/term/eng/Na-Dene%20language>,
        <http://lexvo.org/id/term/eng/Na-Dene%20languages>,
        <http://lexvo.org/id/term/epo/Na-denea%20lingvaro>,
        <http://lexvo.org/id/term/fin/Na-den%C3%A9-kielet>,
        <http://lexvo.org/id/term/fra/Langues%20na-den%C3%A9>,
        <http://lexvo.org/id/term/fra/langue%20na-d%C3%A9n%C3%A9>,
        <http://lexvo.org/id/term/fra/na-d%C3%A9n%C3%A9%2C%20langues>,
        <http://lexvo.org/id/term/frr/Na-Dene%20spriaken>,
        <http://lexvo.org/id/term/glg/Linguas%20na-den%C3%A9>,
        <http://lexvo.org/id/term/hrv/Na-D%C3%A9n%C3%A9>,
        <http://lexvo.org/id/term/ita/Lingue%20Na-Den%C3%A9>,
        <http://lexvo.org/id/term/jpn/%E3%83%8A%E3%83%BB%E3%83%87%E3%83%8D%E8%AA%9E%E6%97%8F>,
        <http://lexvo.org/id/term/kan/%E0%B2%A8%E0%B2%BE-%E0%B2%A6%E0%B3%86%E0%B2%A8%E0%B3%86%20%E0%B2%AD%E0%B2%BE%E0%B2%B7%E0%B3%86%E0%B2%97%E0%B2%B3%E0%B3%81>,
        <http://lexvo.org/id/term/lat/Linguae%20Na-Dene>,
        <http://lexvo.org/id/term/lav/Na-dene%20valodas>,
        <http://lexvo.org/id/term/lit/Na-dene%20kalbos>,
        <http://lexvo.org/id/term/mrj/%D0%9D%D0%B0-%D0%B4%D0%B5%D0%BD%D0%B5%20%D0%B9%D3%B9%D0%BB%D0%BC%D3%B9%D0%B2%D0%BB%D3%93>,
        <http://lexvo.org/id/term/nld/Na-Den%C3%A9talen>,
        <http://lexvo.org/id/term/nor/Na-den%C3%A9-spr%C3%A5k>,
        <http://lexvo.org/id/term/oci/Lengas%20na-den%C3%A9>,
        <http://lexvo.org/id/term/pms/Lenghe%20na-dene>,
        <http://lexvo.org/id/term/pol/J%C4%99zyki%20na-dene>,
        <http://lexvo.org/id/term/por/L%C3%ADnguas%20na-dene>,
        <http://lexvo.org/id/term/que/Na%20din%C3%A9%20rimaykuna>,
        <http://lexvo.org/id/term/rus/%D0%AF%D0%B7%D1%8B%D0%BA%D0%B8%20%D0%BD%D0%B0-%D0%B4%D0%B5%D0%BD%D0%B5>,
        <http://lexvo.org/id/term/spa/Lenguas%20na-den%C3%A9>,
        <http://lexvo.org/id/term/srp/%D0%9D%D0%B0-%D0%94%D0%B5%D0%BD%D0%B5%20%D1%98%D0%B5%D0%B7%D0%B8%D1%86%D0%B8>,
        <http://lexvo.org/id/term/swe/Na-dene>,
        <http://lexvo.org/id/term/tur/Na-Dene%20dilleri>,
        <http://lexvo.org/id/term/ukr/%D0%9D%D0%B0-%D0%B4%D0%B5%D0%BD%D0%B5>,
        <http://lexvo.org/id/term/zea/Na-Den%C3%A9taelen>,
        <http://lexvo.org/id/term/zho/%E7%B4%8D%EF%BC%8D%E5%BE%B7%E5%85%A7%E8%AA%9E%E7%B3%BB> ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-5/xnd> ;
    rdfs:comment "Na-Dene (; also Nadene, Na-Dené, Athabaskan–Eyak–Tlingit, Tlina–Dene) is a Native American language family which includes at least the Athabaskan languages, Eyak, and Tlingit languages. An inclusion of Haida is controversial."@en ;
    owl:sameAs <http://dbpedia.org/resource/Na-Dene_languages>,
        <http://www.mpii.de/yago/resource/Na-Dene_languages> .

<http://lexvo.org/id/iso639-5/zle> rdfs:label "Oos-Slawiese tale"@af,
        "Eslavu Oriental"@ast,
        "Усходнеславянскія мовы"@be-tarask,
        "Източнославянски езици"@bg,
        "Istočnoslavenski jezici"@bs,
        "Východoslovanské jazyky"@cs,
        "Pòrénkòwòsłowiańsczé jãzëczi"@csb,
        "Østslaviske sprog"@da,
        "Ostslawische Sprachen"@de,
        "Pódzajtšnosłowjańske rěcy"@dsb,
        "Ανατολικές Σλαβικές γλώσσες"@el,
        "East Slavic language"@en,
        "East Slavic languages"@en,
        "Lenguas eslavas orientales"@es,
        "Idaslaavi keeled"@et,
        "Itäslaavilaiset kielet"@fi,
        "Langues slaves orientales"@fr,
        "langue slaves orientales"@fr,
        "slaves orientales, langues"@fr,
        "שפות סלאביות מזרחיות"@he,
        "Istočnoslavenski jezici"@hr,
        "Wuchodosłowjanske rěče"@hsb,
        "Keleti szláv nyelvek"@hu,
        "Bahasa Slavia Timur"@id,
        "Lingue slave orientali"@it,
        "東スラヴ語群"@ja,
        "Basa Slavik Wétan"@jv,
        "აღმოსავლეთსლავური ენები"@ka,
        "동슬라브어군"@ko,
        "Источнословенски јазици"@mk,
        "Austslaviske språk"@nn,
        "Østslaviske språk"@no,
        "Скæсæныславяйнаг æвзæгтæ"@os,
        "Języki wschodniosłowiańskie"@pl,
        "Línguas eslavas orientais"@pt,
        "Восточнославянские языки"@ru,
        "Istočnoslavenski jezici"@sh,
        "Východoslovanské jazyky"@sk,
        "Источнословенски језици"@sr,
        "Östslaviska språk"@sv,
        "Kislavoni cha Mashariki"@sw,
        "Східнослов'янські мови"@uk,
        "Nhóm ngôn ngữ Đông Slav"@vi,
        "东斯拉夫语支"@zh ;
    lvont:iso639P5Code "zle"^^xsd:string ;
    lvont:label <http://lexvo.org/id/term/afr/Oos-Slawiese%20tale>,
        <http://lexvo.org/id/term/ast/Eslavu%20Oriental>,
        <http://lexvo.org/id/term/bel-tarask/%D0%A3%D1%81%D1%85%D0%BE%D0%B4%D0%BD%D0%B5%D1%81%D0%BB%D0%B0%D0%B2%D1%8F%D0%BD%D1%81%D0%BA%D1%96%D1%8F%20%D0%BC%D0%BE%D0%B2%D1%8B>,
        <http://lexvo.org/id/term/bos/Isto%C4%8Dnoslavenski%20jezici>,
        <http://lexvo.org/id/term/bul/%D0%98%D0%B7%D1%82%D0%BE%D1%87%D0%BD%D0%BE%D1%81%D0%BB%D0%B0%D0%B2%D1%8F%D0%BD%D1%81%D0%BA%D0%B8%20%D0%B5%D0%B7%D0%B8%D1%86%D0%B8>,
        <http://lexvo.org/id/term/ces/V%C3%BDchodoslovansk%C3%A9%20jazyky>,
        <http://lexvo.org/id/term/csb/P%C3%B2r%C3%A9nk%C3%B2w%C3%B2s%C5%82owia%C5%84scz%C3%A9%20j%C3%A3z%C3%ABczi>,
        <http://lexvo.org/id/term/dan/%C3%98stslaviske%20sprog>,
        <http://lexvo.org/id/term/deu/Ostslawische%20Sprachen>,
        <http://lexvo.org/id/term/dsb/P%C3%B3dzajt%C5%A1nos%C5%82owja%C5%84ske%20r%C4%9Bcy>,
        <http://lexvo.org/id/term/ell/%CE%91%CE%BD%CE%B1%CF%84%CE%BF%CE%BB%CE%B9%CE%BA%CE%AD%CF%82%20%CE%A3%CE%BB%CE%B1%CE%B2%CE%B9%CE%BA%CE%AD%CF%82%20%CE%B3%CE%BB%CF%8E%CF%83%CF%83%CE%B5%CF%82>,
        <http://lexvo.org/id/term/eng/East%20Slavic%20language>,
        <http://lexvo.org/id/term/eng/East%20Slavic%20languages>,
        <http://lexvo.org/id/term/est/Idaslaavi%20keeled>,
        <http://lexvo.org/id/term/fin/It%C3%A4slaavilaiset%20kielet>,
        <http://lexvo.org/id/term/fra/Langues%20slaves%20orientales>,
        <http://lexvo.org/id/term/fra/langue%20slaves%20orientales>,
        <http://lexvo.org/id/term/fra/slaves%20orientales%2C%20langues>,
        <http://lexvo.org/id/term/hbs/Isto%C4%8Dnoslavenski%20jezici>,
        <http://lexvo.org/id/term/heb/%D7%A9%D7%A4%D7%95%D7%AA%20%D7%A1%D7%9C%D7%90%D7%91%D7%99%D7%95%D7%AA%20%D7%9E%D7%96%D7%A8%D7%97%D7%99%D7%95%D7%AA>,
        <http://lexvo.org/id/term/hrv/Isto%C4%8Dnoslavenski%20jezici>,
        <http://lexvo.org/id/term/hsb/Wuchodos%C5%82owjanske%20r%C4%9B%C4%8De>,
        <http://lexvo.org/id/term/hun/Keleti%20szl%C3%A1v%20nyelvek>,
        <http://lexvo.org/id/term/ind/Bahasa%20Slavia%20Timur>,
        <http://lexvo.org/id/term/ita/Lingue%20slave%20orientali>,
        <http://lexvo.org/id/term/jav/Basa%20Slavik%20W%C3%A9tan>,
        <http://lexvo.org/id/term/jpn/%E6%9D%B1%E3%82%B9%E3%83%A9%E3%83%B4%E8%AA%9E%E7%BE%A4>,
        <http://lexvo.org/id/term/kat/%E1%83%90%E1%83%A6%E1%83%9B%E1%83%9D%E1%83%A1%E1%83%90%E1%83%95%E1%83%9A%E1%83%94%E1%83%97%E1%83%A1%E1%83%9A%E1%83%90%E1%83%95%E1%83%A3%E1%83%A0%E1%83%98%20%E1%83%94%E1%83%9C%E1%83%94%E1%83%91%E1%83%98>,
        <http://lexvo.org/id/term/kor/%EB%8F%99%EC%8A%AC%EB%9D%BC%EB%B8%8C%EC%96%B4%EA%B5%B0>,
        <http://lexvo.org/id/term/mkd/%D0%98%D1%81%D1%82%D0%BE%D1%87%D0%BD%D0%BE%D1%81%D0%BB%D0%BE%D0%B2%D0%B5%D0%BD%D1%81%D0%BA%D0%B8%20%D1%98%D0%B0%D0%B7%D0%B8%D1%86%D0%B8>,
        <http://lexvo.org/id/term/nno/Austslaviske%20spr%C3%A5k>,
        <http://lexvo.org/id/term/nor/%C3%98stslaviske%20spr%C3%A5k>,
        <http://lexvo.org/id/term/oss/%D0%A1%D0%BA%C3%A6%D1%81%C3%A6%D0%BD%D1%8B%D1%81%D0%BB%D0%B0%D0%B2%D1%8F%D0%B9%D0%BD%D0%B0%D0%B3%20%C3%A6%D0%B2%D0%B7%C3%A6%D0%B3%D1%82%C3%A6>,
        <http://lexvo.org/id/term/pol/J%C4%99zyki%20wschodnios%C5%82owia%C5%84skie>,
        <http://lexvo.org/id/term/por/L%C3%ADnguas%20eslavas%20orientais>,
        <http://lexvo.org/id/term/rus/%D0%92%D0%BE%D1%81%D1%82%D0%BE%D1%87%D0%BD%D0%BE%D1%81%D0%BB%D0%B0%D0%B2%D1%8F%D0%BD%D1%81%D0%BA%D0%B8%D0%B5%20%D1%8F%D0%B7%D1%8B%D0%BA%D0%B8>,
        <http://lexvo.org/id/term/slk/V%C3%BDchodoslovansk%C3%A9%20jazyky>,
        <http://lexvo.org/id/term/spa/Lenguas%20eslavas%20orientales>,
        <http://lexvo.org/id/term/srp/%D0%98%D1%81%D1%82%D0%BE%D1%87%D0%BD%D0%BE%D1%81%D0%BB%D0%BE%D0%B2%D0%B5%D0%BD%D1%81%D0%BA%D0%B8%20%D1%98%D0%B5%D0%B7%D0%B8%D1%86%D0%B8>,
        <http://lexvo.org/id/term/swa/Kislavoni%20cha%20Mashariki>,
        <http://lexvo.org/id/term/swe/%C3%96stslaviska%20spr%C3%A5k>,
        <http://lexvo.org/id/term/ukr/%D0%A1%D1%85%D1%96%D0%B4%D0%BD%D0%BE%D1%81%D0%BB%D0%BE%D0%B2'%D1%8F%D0%BD%D1%81%D1%8C%D0%BA%D1%96%20%D0%BC%D0%BE%D0%B2%D0%B8>,
        <http://lexvo.org/id/term/vie/Nh%C3%B3m%20ng%C3%B4n%20ng%E1%BB%AF%20%C4%90%C3%B4ng%20Slav>,
        <http://lexvo.org/id/term/zho/%E4%B8%9C%E6%96%AF%E6%8B%89%E5%A4%AB%E8%AF%AD%E6%94%AF> ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-5/zle> ;
    rdfs:comment "The East Slavic languages constitute one of three regional subgroups of Slavic languages, currently spoken in Eastern Europe. It is the group with the largest numbers of speakers, far out-numbering the Western and Southern Slavic groups. Current East Slavic languages are Belarusian, Russian, Ukrainian. Rusyn is considered to be either a separate language or a dialect of Ukrainian."@en ;
    owl:sameAs <http://dbpedia.org/resource/East_Slavic_languages>,
        <http://www.mpii.de/yago/resource/East_Slavic_languages> .

<http://lexvo.org/id/iso639-5/zls> rdfs:label "Suid-Slawiese tale"@af,
        "Южнославянски езици"@bg,
        "Južnoslavenski jezici"@bs,
        "Jihoslovanské jazyky"@cs,
        "Pôłniowòsłowiańsczé jãzëczi"@csb,
        "Sydslaviske sprog"@da,
        "Südslawische Sprachen"@de,
        "Pódpołdnjowosłowjańske rěcy"@dsb,
        "Νοτιοσλαβικές γλώσσες"@el,
        "South Slavic language"@en,
        "South Slavic languages"@en,
        "Sudslava lingvaro"@eo,
        "Lenguas eslavas meridionales"@es,
        "Eteläslaavilaiset kielet"@fi,
        "Langues slaves méridionales"@fr,
        "langue slaves méridionales"@fr,
        "slaves méridionales, langues"@fr,
        "שפות סלאביות דרומיות"@he,
        "Južnoslavenski jezici"@hr,
        "Južnosłowjanske rěče"@hsb,
        "Bahasa Slavia Selatan"@id,
        "Lingue slave meridionali"@it,
        "南スラヴ語群"@ja,
        "Basa Slavik Kidul"@jv,
        "სამხრეთსლავური ენები"@ka,
        "남슬라브어군"@ko,
        "Zimanên slavî yên başûr"@ku,
        "Јужнословенски јазици"@mk,
        "Języki południowosłowiańskie"@pl,
        "Línguas eslavas meridionais"@pt,
        "Южнославянские языки"@ru,
        "Južnoslovenski jezici"@sh,
        "Južnoslovanské jazyky"@sk,
        "Južnoslovanski jeziki"@sl,
        "Јужнословенски језици"@sr,
        "Sydslaviska språk"@sv,
        "தென் சிலாவிய மொழிகள்"@ta,
        "Güney Slav dilleri"@tr,
        "Південнослов'янські мови"@uk,
        "南斯拉夫语支"@zh ;
    lvont:iso639P5Code "zls"^^xsd:string ;
    lvont:label <http://lexvo.org/id/term/afr/Suid-Slawiese%20tale>,
        <http://lexvo.org/id/term/bos/Ju%C5%BEnoslavenski%20jezici>,
        <http://lexvo.org/id/term/bul/%D0%AE%D0%B6%D0%BD%D0%BE%D1%81%D0%BB%D0%B0%D0%B2%D1%8F%D0%BD%D1%81%D0%BA%D0%B8%20%D0%B5%D0%B7%D0%B8%D1%86%D0%B8>,
        <http://lexvo.org/id/term/ces/Jihoslovansk%C3%A9%20jazyky>,
        <http://lexvo.org/id/term/csb/P%C3%B4%C5%82niow%C3%B2s%C5%82owia%C5%84scz%C3%A9%20j%C3%A3z%C3%ABczi>,
        <http://lexvo.org/id/term/dan/Sydslaviske%20sprog>,
        <http://lexvo.org/id/term/deu/S%C3%BCdslawische%20Sprachen>,
        <http://lexvo.org/id/term/dsb/P%C3%B3dpo%C5%82dnjowos%C5%82owja%C5%84ske%20r%C4%9Bcy>,
        <http://lexvo.org/id/term/ell/%CE%9D%CE%BF%CF%84%CE%B9%CE%BF%CF%83%CE%BB%CE%B1%CE%B2%CE%B9%CE%BA%CE%AD%CF%82%20%CE%B3%CE%BB%CF%8E%CF%83%CF%83%CE%B5%CF%82>,
        <http://lexvo.org/id/term/eng/South%20Slavic%20language>,
        <http://lexvo.org/id/term/eng/South%20Slavic%20languages>,
        <http://lexvo.org/id/term/epo/Sudslava%20lingvaro>,
        <http://lexvo.org/id/term/fin/Etel%C3%A4slaavilaiset%20kielet>,
        <http://lexvo.org/id/term/fra/Langues%20slaves%20m%C3%A9ridionales>,
        <http://lexvo.org/id/term/fra/langue%20slaves%20m%C3%A9ridionales>,
        <http://lexvo.org/id/term/fra/slaves%20m%C3%A9ridionales%2C%20langues>,
        <http://lexvo.org/id/term/hbs/Ju%C5%BEnoslovenski%20jezici>,
        <http://lexvo.org/id/term/heb/%D7%A9%D7%A4%D7%95%D7%AA%20%D7%A1%D7%9C%D7%90%D7%91%D7%99%D7%95%D7%AA%20%D7%93%D7%A8%D7%95%D7%9E%D7%99%D7%95%D7%AA>,
        <http://lexvo.org/id/term/hrv/Ju%C5%BEnoslavenski%20jezici>,
        <http://lexvo.org/id/term/hsb/Ju%C5%BEnos%C5%82owjanske%20r%C4%9B%C4%8De>,
        <http://lexvo.org/id/term/ind/Bahasa%20Slavia%20Selatan>,
        <http://lexvo.org/id/term/ita/Lingue%20slave%20meridionali>,
        <http://lexvo.org/id/term/jav/Basa%20Slavik%20Kidul>,
        <http://lexvo.org/id/term/jpn/%E5%8D%97%E3%82%B9%E3%83%A9%E3%83%B4%E8%AA%9E%E7%BE%A4>,
        <http://lexvo.org/id/term/kat/%E1%83%A1%E1%83%90%E1%83%9B%E1%83%AE%E1%83%A0%E1%83%94%E1%83%97%E1%83%A1%E1%83%9A%E1%83%90%E1%83%95%E1%83%A3%E1%83%A0%E1%83%98%20%E1%83%94%E1%83%9C%E1%83%94%E1%83%91%E1%83%98>,
        <http://lexvo.org/id/term/kor/%EB%82%A8%EC%8A%AC%EB%9D%BC%EB%B8%8C%EC%96%B4%EA%B5%B0>,
        <http://lexvo.org/id/term/kur/Ziman%C3%AAn%20slav%C3%AE%20y%C3%AAn%20ba%C5%9F%C3%BBr>,
        <http://lexvo.org/id/term/mkd/%D0%88%D1%83%D0%B6%D0%BD%D0%BE%D1%81%D0%BB%D0%BE%D0%B2%D0%B5%D0%BD%D1%81%D0%BA%D0%B8%20%D1%98%D0%B0%D0%B7%D0%B8%D1%86%D0%B8>,
        <http://lexvo.org/id/term/pol/J%C4%99zyki%20po%C5%82udniowos%C5%82owia%C5%84skie>,
        <http://lexvo.org/id/term/por/L%C3%ADnguas%20eslavas%20meridionais>,
        <http://lexvo.org/id/term/rus/%D0%AE%D0%B6%D0%BD%D0%BE%D1%81%D0%BB%D0%B0%D0%B2%D1%8F%D0%BD%D1%81%D0%BA%D0%B8%D0%B5%20%D1%8F%D0%B7%D1%8B%D0%BA%D0%B8>,
        <http://lexvo.org/id/term/slk/Ju%C5%BEnoslovansk%C3%A9%20jazyky>,
        <http://lexvo.org/id/term/slv/Ju%C5%BEnoslovanski%20jeziki>,
        <http://lexvo.org/id/term/spa/Lenguas%20eslavas%20meridionales>,
        <http://lexvo.org/id/term/srp/%D0%88%D1%83%D0%B6%D0%BD%D0%BE%D1%81%D0%BB%D0%BE%D0%B2%D0%B5%D0%BD%D1%81%D0%BA%D0%B8%20%D1%98%D0%B5%D0%B7%D0%B8%D1%86%D0%B8>,
        <http://lexvo.org/id/term/swe/Sydslaviska%20spr%C3%A5k>,
        <http://lexvo.org/id/term/tam/%E0%AE%A4%E0%AF%86%E0%AE%A9%E0%AF%8D%20%E0%AE%9A%E0%AE%BF%E0%AE%B2%E0%AE%BE%E0%AE%B5%E0%AE%BF%E0%AE%AF%20%E0%AE%AE%E0%AF%8A%E0%AE%B4%E0%AE%BF%E0%AE%95%E0%AE%B3%E0%AF%8D>,
        <http://lexvo.org/id/term/tur/G%C3%BCney%20Slav%20dilleri>,
        <http://lexvo.org/id/term/ukr/%D0%9F%D1%96%D0%B2%D0%B4%D0%B5%D0%BD%D0%BD%D0%BE%D1%81%D0%BB%D0%BE%D0%B2'%D1%8F%D0%BD%D1%81%D1%8C%D0%BA%D1%96%20%D0%BC%D0%BE%D0%B2%D0%B8>,
        <http://lexvo.org/id/term/zho/%E5%8D%97%E6%96%AF%E6%8B%89%E5%A4%AB%E8%AF%AD%E6%94%AF> ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-5/zls> ;
    rdfs:comment "The South Slavic languages comprise one of three branches of the Slavic languages. There are approximately 30 million speakers, mainly in the Balkans. These are separated geographically from speakers of the other two Slavic branches (West and East) by a belt of German, Hungarian and Romanian speakers. The first South Slavic language to be written (the first Slavic language) was the dialect spoken in Thessalonica, now called Old Church Slavonic, in the ninth century AD. It is retained as a liturgical language in some South Slavic Orthodox churches in the form of various local Church Slavonic traditions."@en ;
    owl:sameAs <http://dbpedia.org/resource/South_Slavic_languages>,
        <http://www.mpii.de/yago/resource/South_Slavic_languages> .

<http://lexvo.org/id/iso639-5/zlw> rdfs:label "Wes-Slawiese tale"@af,
        "Eslavu Occidental"@ast,
        "Западнославянски езици"@bg,
        "Zapadnoslavenski jezici"@bs,
        "Západoslovanské jazyky"@cs,
        "Zôpadnosłowiańsczé jãzëczi"@csb,
        "Хĕвеланăç славян чĕлхисем"@cv,
        "Vestslaviske sprog"@da,
        "Westslawische Sprachen"@de,
        "Pódwjacornosłowjańske rěcy"@dsb,
        "Δυτικές Σλαβικές γλώσσες"@el,
        "West Slavic language"@en,
        "West Slavic languages"@en,
        "Okcidentslavaj lingvoj"@eo,
        "Lenguas eslavas occidentales"@es,
        "Länsislaavilaiset kielet"@fi,
        "Langues slaves occidentales"@fr,
        "langue slaves occidentales"@fr,
        "slaves occidentales, langues"@fr,
        "שפות סלאביות מערביות"@he,
        "Zapadnoslavenski jezici"@hr,
        "Zapadosłowjanske rěče"@hsb,
        "Nyugati szláv nyelvek"@hu,
        "Bahasa Slavia Barat"@id,
        "Lingue slave occidentali"@it,
        "西スラヴ語群"@ja,
        "Basa Slavik Kulon"@jv,
        "დასავლეთსლავური ენები"@ka,
        "Zimanên slavî yên rojava"@ku,
        "Западнословенски јазици"@mk,
        "West-Slavische talen"@nl,
        "Lengas eslavas de l'oèst"@oc,
        "Języki zachodniosłowiańskie"@pl,
        "د لويديځ سلاوي ژبې"@ps,
        "Limbi slave de vest"@ro,
        "Западнославянские языки"@ru,
        "Západoslovanské jazyky"@sk,
        "Западнословенски језици"@sr,
        "Västslaviska språk"@sv,
        "Kislavoni cha Magharibi"@sw,
        "Zachodńosłowjańske godki"@szl,
        "Західнослов'янські мови"@uk,
        "西斯拉夫语支"@zh ;
    lvont:iso639P5Code "zlw"^^xsd:string ;
    lvont:label <http://lexvo.org/id/term/afr/Wes-Slawiese%20tale>,
        <http://lexvo.org/id/term/ast/Eslavu%20Occidental>,
        <http://lexvo.org/id/term/bos/Zapadnoslavenski%20jezici>,
        <http://lexvo.org/id/term/bul/%D0%97%D0%B0%D0%BF%D0%B0%D0%B4%D0%BD%D0%BE%D1%81%D0%BB%D0%B0%D0%B2%D1%8F%D0%BD%D1%81%D0%BA%D0%B8%20%D0%B5%D0%B7%D0%B8%D1%86%D0%B8>,
        <http://lexvo.org/id/term/ces/Z%C3%A1padoslovansk%C3%A9%20jazyky>,
        <http://lexvo.org/id/term/chv/%D0%A5%C4%95%D0%B2%D0%B5%D0%BB%D0%B0%D0%BD%C4%83%C3%A7%20%D1%81%D0%BB%D0%B0%D0%B2%D1%8F%D0%BD%20%D1%87%C4%95%D0%BB%D1%85%D0%B8%D1%81%D0%B5%D0%BC>,
        <http://lexvo.org/id/term/csb/Z%C3%B4padnos%C5%82owia%C5%84scz%C3%A9%20j%C3%A3z%C3%ABczi>,
        <http://lexvo.org/id/term/dan/Vestslaviske%20sprog>,
        <http://lexvo.org/id/term/deu/Westslawische%20Sprachen>,
        <http://lexvo.org/id/term/dsb/P%C3%B3dwjacornos%C5%82owja%C5%84ske%20r%C4%9Bcy>,
        <http://lexvo.org/id/term/ell/%CE%94%CF%85%CF%84%CE%B9%CE%BA%CE%AD%CF%82%20%CE%A3%CE%BB%CE%B1%CE%B2%CE%B9%CE%BA%CE%AD%CF%82%20%CE%B3%CE%BB%CF%8E%CF%83%CF%83%CE%B5%CF%82>,
        <http://lexvo.org/id/term/eng/West%20Slavic%20language>,
        <http://lexvo.org/id/term/eng/West%20Slavic%20languages>,
        <http://lexvo.org/id/term/epo/Okcidentslavaj%20lingvoj>,
        <http://lexvo.org/id/term/fin/L%C3%A4nsislaavilaiset%20kielet>,
        <http://lexvo.org/id/term/fra/Langues%20slaves%20occidentales>,
        <http://lexvo.org/id/term/fra/langue%20slaves%20occidentales>,
        <http://lexvo.org/id/term/fra/slaves%20occidentales%2C%20langues>,
        <http://lexvo.org/id/term/heb/%D7%A9%D7%A4%D7%95%D7%AA%20%D7%A1%D7%9C%D7%90%D7%91%D7%99%D7%95%D7%AA%20%D7%9E%D7%A2%D7%A8%D7%91%D7%99%D7%95%D7%AA>,
        <http://lexvo.org/id/term/hrv/Zapadnoslavenski%20jezici>,
        <http://lexvo.org/id/term/hsb/Zapados%C5%82owjanske%20r%C4%9B%C4%8De>,
        <http://lexvo.org/id/term/hun/Nyugati%20szl%C3%A1v%20nyelvek>,
        <http://lexvo.org/id/term/ind/Bahasa%20Slavia%20Barat>,
        <http://lexvo.org/id/term/ita/Lingue%20slave%20occidentali>,
        <http://lexvo.org/id/term/jav/Basa%20Slavik%20Kulon>,
        <http://lexvo.org/id/term/jpn/%E8%A5%BF%E3%82%B9%E3%83%A9%E3%83%B4%E8%AA%9E%E7%BE%A4>,
        <http://lexvo.org/id/term/kat/%E1%83%93%E1%83%90%E1%83%A1%E1%83%90%E1%83%95%E1%83%9A%E1%83%94%E1%83%97%E1%83%A1%E1%83%9A%E1%83%90%E1%83%95%E1%83%A3%E1%83%A0%E1%83%98%20%E1%83%94%E1%83%9C%E1%83%94%E1%83%91%E1%83%98>,
        <http://lexvo.org/id/term/kur/Ziman%C3%AAn%20slav%C3%AE%20y%C3%AAn%20rojava>,
        <http://lexvo.org/id/term/mkd/%D0%97%D0%B0%D0%BF%D0%B0%D0%B4%D0%BD%D0%BE%D1%81%D0%BB%D0%BE%D0%B2%D0%B5%D0%BD%D1%81%D0%BA%D0%B8%20%D1%98%D0%B0%D0%B7%D0%B8%D1%86%D0%B8>,
        <http://lexvo.org/id/term/nld/West-Slavische%20talen>,
        <http://lexvo.org/id/term/oci/Lengas%20eslavas%20de%20l'o%C3%A8st>,
        <http://lexvo.org/id/term/pol/J%C4%99zyki%20zachodnios%C5%82owia%C5%84skie>,
        <http://lexvo.org/id/term/pus/%D8%AF%20%D9%84%D9%88%D9%8A%D8%AF%D9%8A%DA%81%20%D8%B3%D9%84%D8%A7%D9%88%D9%8A%20%DA%98%D8%A8%DB%90>,
        <http://lexvo.org/id/term/ron/Limbi%20slave%20de%20vest>,
        <http://lexvo.org/id/term/rus/%D0%97%D0%B0%D0%BF%D0%B0%D0%B4%D0%BD%D0%BE%D1%81%D0%BB%D0%B0%D0%B2%D1%8F%D0%BD%D1%81%D0%BA%D0%B8%D0%B5%20%D1%8F%D0%B7%D1%8B%D0%BA%D0%B8>,
        <http://lexvo.org/id/term/slk/Z%C3%A1padoslovansk%C3%A9%20jazyky>,
        <http://lexvo.org/id/term/spa/Lenguas%20eslavas%20occidentales>,
        <http://lexvo.org/id/term/srp/%D0%97%D0%B0%D0%BF%D0%B0%D0%B4%D0%BD%D0%BE%D1%81%D0%BB%D0%BE%D0%B2%D0%B5%D0%BD%D1%81%D0%BA%D0%B8%20%D1%98%D0%B5%D0%B7%D0%B8%D1%86%D0%B8>,
        <http://lexvo.org/id/term/swa/Kislavoni%20cha%20Magharibi>,
        <http://lexvo.org/id/term/swe/V%C3%A4stslaviska%20spr%C3%A5k>,
        <http://lexvo.org/id/term/szl/Zachod%C5%84os%C5%82owja%C5%84ske%20godki>,
        <http://lexvo.org/id/term/ukr/%D0%97%D0%B0%D1%85%D1%96%D0%B4%D0%BD%D0%BE%D1%81%D0%BB%D0%BE%D0%B2'%D1%8F%D0%BD%D1%81%D1%8C%D0%BA%D1%96%20%D0%BC%D0%BE%D0%B2%D0%B8>,
        <http://lexvo.org/id/term/zho/%E8%A5%BF%E6%96%AF%E6%8B%89%E5%A4%AB%E8%AF%AD%E6%94%AF> ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-5/zlw> ;
    rdfs:comment "The West Slavic languages are a subdivision of the Slavic language group that includes Czech, Polish, Slovak, Kashubian and Sorbian."@en ;
    owl:sameAs <http://dbpedia.org/resource/West_Slavic_languages>,
        <http://www.mpii.de/yago/resource/West_Slavic_languages> .

<http://lexvo.org/id/kangxi-radical/100> a lvont:CJKRadical ;
    lvont:label <http://lexvo.org/id/char/24BD3>,
        <http://lexvo.org/id/char/2F63>,
        <http://lexvo.org/id/char/751F> .

<http://lexvo.org/id/kangxi-radical/101> a lvont:CJKRadical ;
    lvont:label <http://lexvo.org/id/char/2F64>,
        <http://lexvo.org/id/char/7528>,
        <http://lexvo.org/id/char/7529> .

<http://lexvo.org/id/kangxi-radical/115> a lvont:CJKRadical ;
    lvont:label <http://lexvo.org/id/char/2574C>,
        <http://lexvo.org/id/char/2F72>,
        <http://lexvo.org/id/char/79BE> .

<http://lexvo.org/id/kangxi-radical/116> a lvont:CJKRadical ;
    lvont:label <http://lexvo.org/id/char/25922>,
        <http://lexvo.org/id/char/2F73>,
        <http://lexvo.org/id/char/7A74> .

<http://lexvo.org/id/kangxi-radical/117> a lvont:CJKRadical ;
    lvont:label <http://lexvo.org/id/char/2F74>,
        <http://lexvo.org/id/char/7ACB>,
        <http://lexvo.org/id/char/F9F7> .

<http://lexvo.org/id/kangxi-radical/118> a lvont:CJKRadical ;
    lvont:label <http://lexvo.org/id/char/25AD7>,
        <http://lexvo.org/id/char/2F75>,
        <http://lexvo.org/id/char/7AF9> .

<http://lexvo.org/id/kangxi-radical/121> a lvont:CJKRadical ;
    lvont:label <http://lexvo.org/id/char/26222>,
        <http://lexvo.org/id/char/2F78>,
        <http://lexvo.org/id/char/7F36> .

<http://lexvo.org/id/kangxi-radical/126> a lvont:CJKRadical ;
    lvont:label <http://lexvo.org/id/char/264D0>,
        <http://lexvo.org/id/char/2F7D>,
        <http://lexvo.org/id/char/800C> .

<http://lexvo.org/id/kangxi-radical/127> a lvont:CJKRadical ;
    lvont:label <http://lexvo.org/id/char/264E4>,
        <http://lexvo.org/id/char/2F7E>,
        <http://lexvo.org/id/char/8012> .

<http://lexvo.org/id/kangxi-radical/132> a lvont:CJKRadical ;
    lvont:label <http://lexvo.org/id/char/268F9>,
        <http://lexvo.org/id/char/2F83>,
        <http://lexvo.org/id/char/81EA> .

<http://lexvo.org/id/kangxi-radical/137> a lvont:CJKRadical ;
    lvont:label <http://lexvo.org/id/char/200A8>,
        <http://lexvo.org/id/char/2F88>,
        <http://lexvo.org/id/char/821F> .

<http://lexvo.org/id/kangxi-radical/140> a lvont:CJKRadical ;
    lvont:label <http://lexvo.org/id/char/2F8B>,
        <http://lexvo.org/id/char/8278>,
        <http://lexvo.org/id/char/8279> .

<http://lexvo.org/id/kangxi-radical/144> a lvont:CJKRadical ;
    lvont:label <http://lexvo.org/id/char/2F8F>,
        <http://lexvo.org/id/char/884C>,
        <http://lexvo.org/id/char/FA08> .

<http://lexvo.org/id/kangxi-radical/148> a lvont:CJKRadical ;
    lvont:label <http://lexvo.org/id/char/278B2>,
        <http://lexvo.org/id/char/2F93>,
        <http://lexvo.org/id/char/89D2> .

<http://lexvo.org/id/kangxi-radical/150> a lvont:CJKRadical ;
    lvont:label <http://lexvo.org/id/char/27BAB>,
        <http://lexvo.org/id/char/2F95>,
        <http://lexvo.org/id/char/8C37> .

<http://lexvo.org/id/kangxi-radical/157> a lvont:CJKRadical ;
    lvont:label <http://lexvo.org/id/char/27FB7>,
        <http://lexvo.org/id/char/2F9C>,
        <http://lexvo.org/id/char/8DB3> .

<http://lexvo.org/id/kangxi-radical/160> a lvont:CJKRadical ;
    lvont:label <http://lexvo.org/id/char/2840B>,
        <http://lexvo.org/id/char/2F9F>,
        <http://lexvo.org/id/char/8F9B> .

<http://lexvo.org/id/kangxi-radical/163> a lvont:CJKRadical ;
    lvont:label <http://lexvo.org/id/char/28668>,
        <http://lexvo.org/id/char/2FA2>,
        <http://lexvo.org/id/char/9091> .

<http://lexvo.org/id/kangxi-radical/166> a lvont:CJKRadical ;
    lvont:label <http://lexvo.org/id/char/2FA5>,
        <http://lexvo.org/id/char/91CC>,
        <http://lexvo.org/id/char/F9E9> .

<http://lexvo.org/id/kangxi-radical/17> a lvont:CJKRadical ;
    lvont:label <http://lexvo.org/id/char/20674>,
        <http://lexvo.org/id/char/2F10>,
        <http://lexvo.org/id/char/51F5> .

<http://lexvo.org/id/kangxi-radical/174> a lvont:CJKRadical ;
    lvont:label <http://lexvo.org/id/char/2FAD>,
        <http://lexvo.org/id/char/9751>,
        <http://lexvo.org/id/char/9752> .

<http://lexvo.org/id/kangxi-radical/185> a lvont:CJKRadical ;
    lvont:label <http://lexvo.org/id/char/29810>,
        <http://lexvo.org/id/char/2FB8>,
        <http://lexvo.org/id/char/9996> .

<http://lexvo.org/id/kangxi-radical/189> a lvont:CJKRadical ;
    lvont:label <http://lexvo.org/id/char/2FBC>,
        <http://lexvo.org/id/char/9AD8>,
        <http://lexvo.org/id/char/9AD9> .

<http://lexvo.org/id/kangxi-radical/19> a lvont:CJKRadical ;
    lvont:label <http://lexvo.org/id/char/2F12>,
        <http://lexvo.org/id/char/529B>,
        <http://lexvo.org/id/char/F98A> .

<http://lexvo.org/id/kangxi-radical/206> a lvont:CJKRadical ;
    lvont:label <http://lexvo.org/id/char/2A502>,
        <http://lexvo.org/id/char/2FCD>,
        <http://lexvo.org/id/char/9F0E> .

<http://lexvo.org/id/kangxi-radical/208> a lvont:CJKRadical ;
    lvont:label <http://lexvo.org/id/char/2FCF>,
        <http://lexvo.org/id/char/9F20>,
        <http://lexvo.org/id/char/9F21> .

<http://lexvo.org/id/kangxi-radical/21> a lvont:CJKRadical ;
    lvont:label <http://lexvo.org/id/char/2090E>,
        <http://lexvo.org/id/char/2F14>,
        <http://lexvo.org/id/char/5315> .

<http://lexvo.org/id/kangxi-radical/22> a lvont:CJKRadical ;
    lvont:label <http://lexvo.org/id/char/2092C>,
        <http://lexvo.org/id/char/2F15>,
        <http://lexvo.org/id/char/531A> .

<http://lexvo.org/id/kangxi-radical/34> a lvont:CJKRadical ;
    lvont:label <http://lexvo.org/id/char/21552>,
        <http://lexvo.org/id/char/2F21>,
        <http://lexvo.org/id/char/5902> .

<http://lexvo.org/id/kangxi-radical/37> a lvont:CJKRadical ;
    lvont:label <http://lexvo.org/id/char/2F24>,
        <http://lexvo.org/id/char/5927>,
        <http://lexvo.org/id/char/5928> .

<http://lexvo.org/id/kangxi-radical/38> a lvont:CJKRadical ;
    lvont:label <http://lexvo.org/id/char/2F25>,
        <http://lexvo.org/id/char/5973>,
        <http://lexvo.org/id/char/F981> .

<http://lexvo.org/id/kangxi-radical/42> a lvont:CJKRadical ;
    lvont:label <http://lexvo.org/id/char/21B54>,
        <http://lexvo.org/id/char/2F29>,
        <http://lexvo.org/id/char/5C0F> .

<http://lexvo.org/id/kangxi-radical/44> a lvont:CJKRadical ;
    lvont:label <http://lexvo.org/id/char/21C23>,
        <http://lexvo.org/id/char/2F2B>,
        <http://lexvo.org/id/char/5C38> .

<http://lexvo.org/id/kangxi-radical/45> a lvont:CJKRadical ;
    lvont:label <http://lexvo.org/id/char/21CFE>,
        <http://lexvo.org/id/char/2F2C>,
        <http://lexvo.org/id/char/5C6E> .

<http://lexvo.org/id/kangxi-radical/52> a lvont:CJKRadical ;
    lvont:label <http://lexvo.org/id/char/2F33>,
        <http://lexvo.org/id/char/4E61>,
        <http://lexvo.org/id/char/5E7A> .

<http://lexvo.org/id/kangxi-radical/55> a lvont:CJKRadical ;
    lvont:label <http://lexvo.org/id/char/2232C>,
        <http://lexvo.org/id/char/2F36>,
        <http://lexvo.org/id/char/5EFE> .

<http://lexvo.org/id/kangxi-radical/56> a lvont:CJKRadical ;
    lvont:label <http://lexvo.org/id/char/2237A>,
        <http://lexvo.org/id/char/2F37>,
        <http://lexvo.org/id/char/5F0B> .

<http://lexvo.org/id/kangxi-radical/58> a lvont:CJKRadical ;
    lvont:label <http://lexvo.org/id/char/2F39>,
        <http://lexvo.org/id/char/5F50>,
        <http://lexvo.org/id/char/5F51> .

<http://lexvo.org/id/kangxi-radical/6> a lvont:CJKRadical ;
    lvont:label <http://lexvo.org/id/char/2010C>,
        <http://lexvo.org/id/char/2F05>,
        <http://lexvo.org/id/char/4E85> .

<http://lexvo.org/id/kangxi-radical/66> a lvont:CJKRadical ;
    lvont:label <http://lexvo.org/id/char/2F41>,
        <http://lexvo.org/id/char/6534>,
        <http://lexvo.org/id/char/6535> .

<http://lexvo.org/id/kangxi-radical/68> a lvont:CJKRadical ;
    lvont:label <http://lexvo.org/id/char/2306C>,
        <http://lexvo.org/id/char/2F43>,
        <http://lexvo.org/id/char/6597> .

<http://lexvo.org/id/kangxi-radical/69> a lvont:CJKRadical ;
    lvont:label <http://lexvo.org/id/char/23091>,
        <http://lexvo.org/id/char/2F44>,
        <http://lexvo.org/id/char/65A4> .

<http://lexvo.org/id/kangxi-radical/77> a lvont:CJKRadical ;
    lvont:label <http://lexvo.org/id/char/23942>,
        <http://lexvo.org/id/char/2F4C>,
        <http://lexvo.org/id/char/6B62> .

<http://lexvo.org/id/kangxi-radical/82> a lvont:CJKRadical ;
    lvont:label <http://lexvo.org/id/char/23B1B>,
        <http://lexvo.org/id/char/2F51>,
        <http://lexvo.org/id/char/6BDB> .

<http://lexvo.org/id/kangxi-radical/86> a lvont:CJKRadical ;
    lvont:label <http://lexvo.org/id/char/2F55>,
        <http://lexvo.org/id/char/706B>,
        <http://lexvo.org/id/char/706C> .

<http://lexvo.org/id/kangxi-radical/93> a lvont:CJKRadical ;
    lvont:label <http://lexvo.org/id/char/2F5C>,
        <http://lexvo.org/id/char/725B>,
        <http://lexvo.org/id/char/725C> .

<http://lexvo.org/id/kangxi-radical/94> a lvont:CJKRadical ;
    lvont:label <http://lexvo.org/id/char/2F5D>,
        <http://lexvo.org/id/char/72AC>,
        <http://lexvo.org/id/char/72AD> .

<http://lexvo.org/id/kangxi-radical/95> a lvont:CJKRadical ;
    lvont:label <http://lexvo.org/id/char/248E5>,
        <http://lexvo.org/id/char/2F5E>,
        <http://lexvo.org/id/char/7384> .

<http://lexvo.org/id/kangxi-radical/99> a lvont:CJKRadical ;
    lvont:label <http://lexvo.org/id/char/24BBA>,
        <http://lexvo.org/id/char/2F62>,
        <http://lexvo.org/id/char/7518> .

lvont:label a owl:ObjectProperty ;
    rdfs:label "has label"@en ;
    rdfs:comment "If C lvont:Label L and L skosxl:literalForm V, then X rdfs:label V."@en,
        "the semiotic property of possessing a natural language label (as opposed to artificial identifiers), e.g. the city of Paris is lexicalized in Italian using the Italian term \"Parigi\"."@en ;
    rdfs:range skosxl:Label ;
    rdfs:subPropertyOf lvont:representedBy ;
    owl:inverseOf lvont:means ;
    skos:note """This property is more general than skosxl:prefLabel and skosxl:altLabel, as it does not make any normative claims about which labels are preferred. It merely describes
    the fact that a certain label can be used to refer to something."""@en .

lvont:nearlySameAs a owl:SymmetricProperty ;
    rdfs:label "nearly same as"@en ;
    lvont1:somewhatSameAs owl:sameAs ;
    rdfs:comment """The property of being at least nearly the same as something else. For instance,
    the geographical area comprising the island of Malta is nearly the same as the island of Malta."""@en ;
    rdfs:subPropertyOf lvont:somewhatSameAs .

<http://lexvo.org/id/iso639-3/acn> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "acn"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/acha1249> ;
    owl:sameAs <http://dbpedia.org/resource/Achang_language>,
        <http://www.mpii.de/yago/resource/Achang_language> ;
    skos:altLabel "Achang language"@en ;
    skos:definition "The Achang language is a Tibeto-Burman language spoken by the Achang ( Maingtha) in China."@en ;
    skos:inScheme lexvo: ;
    skos:notation "acn"^^xsd:string ;
    skos:prefLabel "Atchangeg"@br,
        "Achang"@en,
        "Achang jezik"@hr,
        "Bahasa Achang"@ms,
        "Lenga Achang"@pms,
        "Tiếng A Xương"@vi,
        "阿昌语"@zh .

<http://lexvo.org/id/iso639-3/acu> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "acu"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/achu1248> ;
    owl:sameAs <http://dbpedia.org/resource/Shiwiar_language>,
        <http://www.mpii.de/yago/resource/Shiwiar_language> ;
    skos:altLabel "Shiwiar language"@en ;
    skos:definition "Shiwiar, also known as Achuar, Jivaro, Maina, is a Jivaroan language spoken along the Pastaza and Bobonaza rivers in Ecuador."@en ;
    skos:inScheme lexvo: ;
    skos:notation "acu"^^xsd:string ;
    skos:prefLabel "Achuar-Shiwiar"@en,
        "Achuar"@fr,
        "Achuar-Shiwiar"@hr,
        "Lenga achuar-shiwiar"@pms .

<http://lexvo.org/id/iso639-3/agr> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "agr"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/agua1253> ;
    owl:sameAs <http://dbpedia.org/resource/Aguaruna_language>,
        <http://www.mpii.de/yago/resource/Aguaruna_language> ;
    skos:altLabel "Aguaruna language"@en ;
    skos:definition "Aguaruna is an indigenous American language of the Jivaroan family spoken by about 45,000 Aguaruna people in Peru. The speakers live along the western portion of the Marañón River and also along the Potro, Mayo, and Cahuapanas rivers. Native speakers currently prefer the name Awajún. According to the Ethnologue there are almost no monolingual speakers; nearly all also speak Spanish. The school system begins with Aguaruna only; as the students progress, Spanish is gradually added. There is a positive outlook and connotation in regard to bilingualism. 60 to 100% are literate and 50 to 75% are literate in Spanish. Huambisa and Achuar-Siwiar are closely related languages. A modest dictionary of the language has been published."@en ;
    skos:inScheme lexvo: ;
    skos:notation "agr"^^xsd:string ;
    skos:prefLabel "Aguaruna"@en,
        "Idioma aguaruna"@es,
        "Aguaruna"@fr,
        "Lingua aguaruna"@gl,
        "Aguaruna jezik"@hr,
        "Agvarunų kalba"@lt,
        "Lenga aguaruna"@pms,
        "Awahun simi"@qu,
        "Агуаруна"@ru .

<http://lexvo.org/id/iso639-3/agu> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "agu"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/agua1252> ;
    owl:sameAs <http://dbpedia.org/resource/Awakatek_language>,
        <http://www.mpii.de/yago/resource/Awakatek_language> ;
    skos:altLabel "Awakatek language"@en ;
    skos:definition "Qa'yol also known as Awakatek, is a Mayan language spoken in primarily Huehuetenango, Guatemala in and around Aguacatán. It is a living language with some 18,000 speakers."@en ;
    skos:inScheme lexvo: ;
    skos:notation "agu"^^xsd:string ;
    skos:prefLabel "Awakatekisch"@de,
        "Aguacateco"@en,
        "Idioma aguacateco"@es,
        "Awakateko"@fr,
        "Lingua aguacateca"@gl,
        "Aguacateco jezik"@hr,
        "Aguakatekų kalba"@lt,
        "Авакатечки јазик"@mk,
        "Āhuacatēcatlahtōlli"@nah,
        "Aguacateeks"@nl,
        "Aguakatansk"@no,
        "Lenga awakateko"@pms,
        "Língua aguacateca"@pt,
        "Агуакатекский язык"@ru .

<http://lexvo.org/id/iso639-3/aht> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "aht"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/ahte1237> ;
    owl:sameAs <http://dbpedia.org/resource/Ahtna_language>,
        <http://www.mpii.de/yago/resource/Ahtna_language> ;
    skos:altLabel "Ahtna language"@en ;
    skos:definition "Ahtna or Ahtena is the Na-Dené language of the Ahtna ethnic group of the Copper River area of Alaska. The language is also known as Copper River or Mednovskiy. There are 80 speakers out of a population of 500, and the language is facing extinction but many younger people are learning it to try to keep it from extinction."@en ;
    skos:inScheme lexvo: ;
    skos:notation "aht"^^xsd:string ;
    skos:prefLabel "Ahtna"@de,
        "Ahtena"@en,
        "Ahtna"@fi,
        "Ahtna spriak"@frr,
        "Lingua ahtna"@gl,
        "Ahtena jezik"@hr,
        "Ahtna kalba"@lt,
        "Атна йӹлмӹ"@mrj,
        "Lenga ahtena"@pms,
        "Língua ahtna"@pt,
        "Атна"@ru,
        "Ahtnaca"@tr,
        "阿特纳语"@zh .

<http://lexvo.org/id/iso639-3/aja> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "aja"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/ajas1235> ;
    owl:sameAs <http://dbpedia.org/resource/Aja_language_(Nilo-Saharan)>,
        <http://www.mpii.de/yago/resource/Aja_language_(Nilo-Saharan)> ;
    skos:altLabel "Aja (Sudan)"@en,
        "Aja language"@en ;
    skos:definition "Aja is a Central Sudanic language spoken in the southern South Sudanese province of Bahr el Ghazal and along the South Sudanese border in the Central African Republic. Although the Aja are ethnically Kresh, their language is unintelligible to other Kresh languages. It is largely Banda in vocabulary, though it remains Kresh in structure. Most members of the tribe are bilingual in Kresh. Alternate spellings are Adja and Ajja."@en ;
    skos:inScheme lexvo: ;
    skos:notation "aja"^^xsd:string ;
    skos:prefLabel "Adjeg"@br,
        "Aja"@en,
        "Aja, nilo-sahariana"@gl,
        "Aja"@hr,
        "Lenga Aja"@pms,
        "Аџа језик"@sr,
        "阿扎語"@zh .

<http://lexvo.org/id/iso639-3/aji> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "aji"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/ajie1238> ;
    owl:sameAs <http://dbpedia.org/resource/Aji%C3%AB_language>,
        <http://www.mpii.de/yago/resource/Aji%C3%AB_language> ;
    skos:altLabel "Ajië language"@en ;
    skos:definition "Ajië (also known as Houailou, Wailu, Wai, Anjie, and A'jie) is an Oceanic language spoken in New Caledonia. It has approximately 4,000 speakers."@en ;
    skos:inScheme lexvo: ;
    skos:notation "aji"^^xsd:string ;
    skos:prefLabel "Ajië"@en,
        "Ajië"@fr,
        "Lingua ajië"@gl,
        "Ajië jezik"@hr,
        "Lenga ajie"@pms .

<http://lexvo.org/id/iso639-3/ajp> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ajp"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/sout3123> ;
    skos:altLabel "Arabic, South Levantine"@en ;
    skos:inScheme lexvo: ;
    skos:notation "ajp"^^xsd:string ;
    skos:prefLabel "South Levantine Arabic"@en .

<http://lexvo.org/id/iso639-3/aln> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "aln"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Gheg_Albanian>,
        <http://lexvo.org/id/wordnet/30/noun/gheg_1_10_00>,
        <http://www.mpii.de/yago/resource/Gheg_Albanian> ;
    skos:altLabel "Albanian, Gheg"@en ;
    skos:definition "Gheg (or Geg) is one of the two major varieties of Albanian. The other one is Tosk, on which standard Albanian is based. The dividing line between these two varieties is the Shkumbin River, which winds its way through central Albania."@en ;
    skos:inScheme lexvo: ;
    skos:notation "aln"^^xsd:string ;
    skos:prefLabel "Геги"@bg,
        "Gegisch"@de,
        "Γκεγκική διάλεκτος"@el,
        "Gheg Albanian"@en,
        "Geg-albana lingvo"@eo,
        "Albanés guego"@es,
        "Guègue"@fr,
        "Gegijski jezik"@hr,
        "Geg albán nyelv"@hu,
        "Ghego"@it,
        "ゲグ方言"@ja,
        "Gegisch"@nl,
        "Lenga gheg"@pms,
        "Dialectul Gheg"@ro,
        "Гегский диалект албанского языка"@ru,
        "Gegë"@sq,
        "Gegiska"@sv,
        "Гегський говір"@uk .

<http://lexvo.org/id/iso639-3/als> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "als"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Tosk_Albanian>,
        <http://lexvo.org/id/wordnet/30/noun/tosk_1_10_00>,
        <http://www.mpii.de/yago/resource/Tosk_Albanian> ;
    skos:altLabel "Albanian, Tosk"@en ;
    skos:definition "Tosk is the southern dialect of the Albanian language. The line of demarcation between Tosk and Gheg (the northern dialect) is the Shkumbin River. Tosk is the basis of the standard Albanian language."@en ;
    skos:inScheme lexvo: ;
    skos:notation "als"^^xsd:string ;
    skos:prefLabel "Тоски"@bg,
        "Tosc"@ca,
        "Toskisch"@de,
        "Τοσκική διάλεκτος"@el,
        "Tosk Albanian"@en,
        "Tosk-albana lingvo"@eo,
        "Albanés tosco"@es,
        "Tosque"@fr,
        "Toskijski jezik"@hr,
        "Tosco"@it,
        "トスク方言"@ja,
        "Toskisch"@nl,
        "Dialekt toskijski języka albańskiego"@pl,
        "Lenga tòsca"@pms,
        "Dialectul Tosk"@ro,
        "Тоскский диалект албанского языка"@ru,
        "Toskë"@sq,
        "Toskiska"@sv .

<http://lexvo.org/id/iso639-3/amc> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "amc"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/amah1246> ;
    owl:sameAs <http://dbpedia.org/resource/Amahuaca_language>,
        <http://www.mpii.de/yago/resource/Amahuaca_language> ;
    skos:altLabel "Amahuaca language"@en ;
    skos:definition "Amahuaca is an indigenous American Panoan-family language spoken by several dozen people in the Amazon Basin in Perú but up to 130 and also in Brazil by 220 people. It is also known as Amawaka, Amaguaco, Ameuhaque, Ipitineri, and Sayaco. The most closely related languages are Cashinahua and Shipibo. It is an official language. There are 20 monolinguals. 30% are literate and 50% are literate in Spanish. Amahuaca uses a Latin based script. Schools are bilingual, but the language has a negative connotation. A dictionary has been developed along with grammar rules and bible portions."@en ;
    skos:inScheme lexvo: ;
    skos:notation "amc"^^xsd:string ;
    skos:prefLabel "Amahuaca"@en,
        "Idioma amahuaca"@es,
        "Lingua amahuaca"@gl,
        "Amahuaca jezik"@hr,
        "Lenga amahuaca"@pms,
        "Амауака"@ru .

<http://lexvo.org/id/iso639-3/ami> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ami"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/amis1246> ;
    owl:sameAs <http://dbpedia.org/resource/Amis_language>,
        <http://www.mpii.de/yago/resource/Amis_language> ;
    skos:altLabel "Amis language"@en ;
    skos:definition "Amis is the Formosan language of the Amis Ami, an indigenous tribal people living along the east coast of Taiwan (see Taiwanese aborigines). It is spoken from Hualien in the north to Taitung in the south, with another population near the southern end of the island, though the northern varieties are sometimes considered a separate language."@en ;
    skos:inScheme lexvo: ;
    skos:notation "ami"^^xsd:string ;
    skos:prefLabel "Amisisch"@de,
        "Amis"@en,
        "Amise keel"@et,
        "Amis"@fr,
        "Â-mî-ngî"@hak,
        "Amis jezik"@hr,
        "アミ語"@ja,
        "아미어"@ko,
        "Амиски јазик"@mk,
        "Amis"@nl,
        "Lenga amis"@pms,
        "Língua amis"@pt,
        "Амисский язык"@ru,
        "Amis"@sv,
        "阿美語"@zh .

<http://lexvo.org/id/iso639-3/amn> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "amn"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/aman1265> ;
    owl:sameAs <http://dbpedia.org/resource/Amanab_language>,
        <http://www.mpii.de/yago/resource/Amanab_language> ;
    skos:altLabel "Amanab language"@en ;
    skos:definition "Amanab is a Papuan language spoken by 4,419 people in Amanab District, Sandaun Province, Papua New Guinea."@en ;
    skos:inScheme lexvo: ;
    skos:notation "amn"^^xsd:string ;
    skos:prefLabel "Amanab"@en,
        "Lingua amanab"@gl,
        "Amanab jezik"@hr,
        "Język amanab"@pl,
        "Lenga Amanab"@pms .

<http://lexvo.org/id/iso639-3/amo> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "amo"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/amoo1242> ;
    owl:sameAs <http://dbpedia.org/resource/Amo_language>,
        <http://www.mpii.de/yago/resource/Amo_language> ;
    skos:altLabel "Amo language"@en ;
    skos:definition "Amo (Among), or Map (Timap), is a divergent Kainji language of Nigeria."@en ;
    skos:inScheme lexvo: ;
    skos:notation "amo"^^xsd:string ;
    skos:prefLabel "Amo"@de,
        "Amo"@en,
        "Amo jezik"@hr,
        "Lenga Amo"@pms .

<http://lexvo.org/id/iso639-3/anc> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "anc"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/ngas1240> ;
    owl:sameAs <http://dbpedia.org/resource/Ngas_language>,
        <http://www.mpii.de/yago/resource/Ngas_language> ;
    skos:altLabel "ngas language"@en ;
    skos:definition "Ngas is an Afro-Asiatic language spoken in Plateau State, Nigeria. Dialects are Hill Angas and Plain Angas."@en ;
    skos:inScheme lexvo: ;
    skos:notation "anc"^^xsd:string ;
    skos:prefLabel "Ngaseg"@br,
        "Ngas"@de,
        "Ngas"@en,
        "Angas"@fr,
        "Ngas jezik"@hr,
        "Lenga Ngas"@pms .

<http://lexvo.org/id/iso639-3/apj> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "apj"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/jica1244> ;
    owl:sameAs <http://dbpedia.org/resource/Jicarilla_language>,
        <http://www.mpii.de/yago/resource/Jicarilla_language> ;
    skos:altLabel "Apache, Jicarilla"@en,
        "Jicarilla language"@en ;
    skos:definition "Jicarilla is an Eastern Southern Athabaskan language spoken by the Jicarilla Apache."@en ;
    skos:inScheme lexvo: ;
    skos:notation "apj"^^xsd:string ;
    skos:prefLabel "Jicarilla Apache"@en,
        "Idioma jicarilla"@es,
        "Jicarilla"@fr,
        "Jicarilla Apache spriak"@frr,
        "Lenga apache, jicarilla"@pms,
        "Hikarilaca"@tr .

<http://lexvo.org/id/iso639-3/apq> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "apq"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/apuc1241> ;
    skos:inScheme lexvo: ;
    skos:notation "apq"^^xsd:string ;
    skos:prefLabel "A-Pucikwar"@en .

<http://lexvo.org/id/iso639-3/apt> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "apt"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/apat1240> ;
    owl:sameAs <http://dbpedia.org/resource/Apatani_language>,
        <http://www.mpii.de/yago/resource/Apatani_language> ;
    skos:altLabel "Apatani language"@en ;
    skos:definition "Apatani (Apa Tani, Apa) is a small Tibetan–Burman language of India. As most endangered oral languages, Apatani does not yet have a standardized orthography, and there is still some debate among the Apatanis on which script should be used to transcribe it."@en ;
    skos:inScheme lexvo: ;
    skos:notation "apt"^^xsd:string ;
    skos:prefLabel "Apatani"@en,
        "Lenga Apatani"@pms .

<http://lexvo.org/id/iso639-3/apu> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "apu"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/apur1254> ;
    owl:sameAs <http://dbpedia.org/resource/Apurin%C3%A3_language>,
        <http://www.mpii.de/yago/resource/Apurin%C3%A3_language> ;
    skos:altLabel "Apurinã language"@en ;
    skos:definition "Apurinã is a Southern Maipurean language spoken in Amazonia by the Apurinã people."@en ;
    skos:inScheme lexvo: ;
    skos:notation "apu"^^xsd:string ;
    skos:prefLabel "Apurinã"@en,
        "Apurinã"@fr,
        "Apurinã jezik"@hr,
        "Lenga apurinã"@pms .

<http://lexvo.org/id/iso639-3/apw> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "apw"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/west2615> ;
    owl:sameAs <http://dbpedia.org/resource/Western_Apache_language>,
        <http://www.mpii.de/yago/resource/Western_Apache_language> ;
    skos:altLabel "Apache, Western"@en,
        "Western Apache language"@en ;
    skos:definition "The Western Apache language is a Southern Athabaskan language spoken by over 12,000 of the Western Apache peoples living primarily in east central Arizona. Goodwin (1938) claims that Western Apache can be divided into five dialect groupings:"@en ;
    skos:inScheme lexvo: ;
    skos:notation "apw"^^xsd:string ;
    skos:prefLabel "Western Apache"@en,
        "Apache occidental"@fr,
        "Waast-Apache spriak"@frr,
        "Lenga apache, ossidental"@pms,
        "Kunti apachi simi"@qu,
        "Западно-апачский язык"@ru,
        "Batı Apaçicesi"@tr .

<http://lexvo.org/id/iso639-3/asu> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "asu"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/toca1235> ;
    owl:sameAs <http://dbpedia.org/resource/Akw%C3%A1wa_language>,
        <http://www.mpii.de/yago/resource/Akw%C3%A1wa_language> ;
    skos:altLabel "Asurini, Tocantins"@en,
        "Tocantins Asurini"@en ;
    skos:definition "Akwáwa (also variously known as Asuriní or Akwaya) is a Tupi–Guarani language which is spoken by the approximately 300 Suruí in western Brazil."@en ;
    skos:inScheme lexvo: ;
    skos:notation "asu"^^xsd:string ;
    skos:prefLabel "Akwáwa language"@en,
        "Akwaya jezik"@hr,
        "Língua aquáua"@pt .

<http://lexvo.org/id/iso639-3/aul> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "aul"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/aulu1238> ;
    owl:sameAs <http://dbpedia.org/resource/Aulua_language>,
        <http://www.mpii.de/yago/resource/Aulua_language> ;
    skos:altLabel "Aulua language"@en ;
    skos:definition "Aulua or Aulua Bay is an Oceanic language spoken in east Malekula, Vanuatu."@en ;
    skos:inScheme lexvo: ;
    skos:notation "aul"^^xsd:string ;
    skos:prefLabel "Aulua"@en,
        "Aulua"@fr,
        "Aulua jezik"@hr,
        "Lenga Aulua"@pms .

<http://lexvo.org/id/iso639-3/awi> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "awi"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/aeky1238> ;
    owl:sameAs <http://dbpedia.org/resource/Awin_language>,
        <http://www.mpii.de/yago/resource/Awin_language> ;
    skos:altLabel "Awin language"@en ;
    skos:definition "Aekyowm (Akium), also known as Awin (Aiwin) is a Papuan language of Papua New Guinea."@en ;
    skos:inScheme lexvo: ;
    skos:notation "awi"^^xsd:string ;
    skos:prefLabel "Aekyom"@en .

<http://lexvo.org/id/iso639-3/awn> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "awn"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/awng1244> ;
    owl:sameAs <http://dbpedia.org/resource/Awngi_language>,
        <http://www.mpii.de/yago/resource/Awngi_language> ;
    skos:altLabel "Awngi language"@en ;
    skos:definition "The Awngi language, in older publications also called Awiya (an inappropriate ethnonym), is a Central Cushitic language spoken by the Awi people, living in Central Gojjam in northwestern Ethiopia. The language is classified as Southern Central Cushitic or Southern Agaw in the literature, and as such belongs to the Cushitic branch of the Afro-Asiatic language family."@en ;
    skos:inScheme lexvo: ;
    skos:notation "awn"^^xsd:string ;
    skos:prefLabel "Aongieg"@br,
        "Awngi"@ca,
        "Awngi"@de,
        "Awngi"@en,
        "Awngi hizkuntza"@eu,
        "Awngi jezik"@hr,
        "Lenga Awngi"@pms,
        "Língua awngi"@pt,
        "Awngi jezik"@sh .

<http://lexvo.org/id/iso639-3/bae> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bae"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/bare1276> ;
    owl:sameAs <http://dbpedia.org/resource/Bar%C3%A9_language>,
        <http://www.mpii.de/yago/resource/Bar%C3%A9_language> ;
    skos:altLabel "Baré language"@en ;
    skos:definition "Baré (Barawana) is an Arawakan language, probably extinct, of Venezuela and Brazil. Aikhenvald (1999) reports \"just a few old speakers left\" of Baré proper, and that the Guinau variety was extinct. Ethnologue (2009) reports \"no known speakers\". Kaufman (1994) considers Baré proper, Guinau, and extinct Marawá to be distinct languages; Aikhenvald, dialects of a single languages. (Marawá is not the same language as Marawán.)"@en ;
    skos:inScheme lexvo: ;
    skos:notation "bae"^^xsd:string ;
    skos:prefLabel "Baré"@en .

<http://lexvo.org/id/iso639-3/bdk> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bdk"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/budu1248> ;
    owl:sameAs <http://dbpedia.org/resource/Budukh_language>,
        <http://www.mpii.de/yago/resource/Budukh_language> ;
    skos:altLabel "Budukh language"@en ;
    skos:definition "Budukh or Budugh is a Samur language of the Northeast Caucasian language family spoken in parts of the Quba Rayon of Azerbaijan. It was reportedly spoken by approximately 1,000 Budukhs in 1990, but Authier (2010) reports at most 200 speakers."@en ;
    skos:inScheme lexvo: ;
    skos:notation "bdk"^^xsd:string ;
    skos:prefLabel "Buduq dili"@az,
        "Buduchische Sprache"@de,
        "Budukh"@en,
        "Buduhin kieli"@fi,
        "Budukh"@fr,
        "Język buduchyjski"@pl,
        "Lenga Budukh"@pms,
        "Будухский язык"@ru,
        "Будуська мова"@uk .

<http://lexvo.org/id/iso639-3/bid> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bid"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/bidi1241> ;
    owl:sameAs <http://dbpedia.org/resource/Bidiyo_language>,
        <http://www.mpii.de/yago/resource/Bidiyo_language> ;
    skos:altLabel "Bidiyo language"@en ;
    skos:definition "Bidiyo (also known as Bidyo, Bidio, Bidio, Bidiyo, Bidiyo-Waana, Bidiya) is an Afro-Asiatic language spoken in south central Chad."@en ;
    skos:inScheme lexvo: ;
    skos:notation "bid"^^xsd:string ;
    skos:prefLabel "Bidiyo"@en,
        "Bidiyo"@fr,
        "Lenga Bidiyo"@pms .

<http://lexvo.org/id/iso639-3/brh> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "brh"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/brah1256> ;
    owl:sameAs <http://dbpedia.org/resource/Brahui_language>,
        <http://www.mpii.de/yago/resource/Brahui_language> ;
    skos:altLabel "Brahui language"@en ;
    skos:definition "Brahui (Urdu: براہوی) or Brahvi (براوی) is a Dravidian language spoken by Brahui people of Pakistan and Afghanistan, and expatriate communities in Qatar, United Arab Emirates, Iraq, and Iran. It is isolated from the nearest Dravidian-speaking neighbour population by a distance of more than ."@en ;
    skos:inScheme lexvo: ;
    skos:notation "brh"^^xsd:string ;
    skos:prefLabel "لغة برهوية"@ar,
        "Brahui dili"@az,
        "ব্রাহুই ভাষা"@bn,
        "Brahweg"@br,
        "Brahui"@ca,
        "Brahui"@de,
        "Brahui"@en,
        "Braŭia lingvo"@eo,
        "زبان براهویی"@fa,
        "Brahuin kieli"@fi,
        "Brahoui"@fr,
        "बराहवी"@hi,
        "Brahui jezik"@hr,
        "Bahasa Brahui"@id,
        "Brahúí"@is,
        "Lingua brahui"@it,
        "ブラーフーイー語"@ja,
        "브라후이어"@ko,
        "Lingua Brahui"@la,
        "ബ്രഹൂയി ഭാഷ"@ml,
        "Bahasa Brahui"@ms,
        "Brahui"@nn,
        "Brahui"@no,
        "Język brahui"@pl,
        "Lenga Brahui"@pms,
        "براہوی"@pnb,
        "Língua brahui"@pt,
        "Брауи"@ru,
        "Brahui"@sv,
        "பிராகுயி மொழி"@ta,
        "బ్రహుయి"@te,
        "ภาษาบราฮุย"@th,
        "براہوی"@ur,
        "Tiếng Brahui"@vi .

<http://lexvo.org/id/iso639-3/cav> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "cav"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/cavi1250> ;
    owl:sameAs <http://dbpedia.org/resource/Cavine%C3%B1a_language>,
        <http://www.mpii.de/yago/resource/Cavine%C3%B1a_language> ;
    skos:altLabel "Cavineña language"@en ;
    skos:definition "Cavineña is an indigenous language spoken on the Amazonian plains of northern Bolivia by over 1,000 Cavineño people. Although Cavineña is still spoken (and still learnt by some children), it is an endangered language. Guillaume (2004) states that about 1200 people speak the language, out of a population of around 1700. Nearly all Cavineña are bilingual in Spanish."@en ;
    skos:inScheme lexvo: ;
    skos:notation "cav"^^xsd:string ;
    skos:prefLabel "Cavineña"@en,
        "Cavineña"@fr,
        "Lenga cavineña"@pms,
        "Kawiña simi"@qu,
        "Кавиненья"@ru .

<http://lexvo.org/id/iso639-3/cro> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "cro"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/crow1244> ;
    owl:sameAs <http://dbpedia.org/resource/Crow_language>,
        <http://www.mpii.de/yago/resource/Crow_language> ;
    skos:altLabel "Crow language"@en ;
    skos:definition "Crow (native name: Apsáalookanq&#780;i ) is a Missouri Valley Siouan language spoken primarily by the Crow Nation in present-day southeastern Montana. It is has one of the larger populations of American Indian languages with 4,280 speakers according to the 1990 US Census."@en ;
    skos:inScheme lexvo: ;
    skos:notation "cro"^^xsd:string ;
    skos:prefLabel "Crow"@en .

<http://lexvo.org/id/iso639-3/csl> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "csl"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/chin1283> ;
    owl:sameAs <http://dbpedia.org/resource/Chinese_Sign_Language>,
        <http://www.mpii.de/yago/resource/Chinese_Sign_Language> ;
    skos:definition "Modern Chinese Sign Language (or CSL or ZGS; ) is the deaf sign language of the People's Republic of China. It is unrelated to Taiwanese Sign Language."@en ;
    skos:inScheme lexvo: ;
    skos:notation "csl"^^xsd:string ;
    skos:prefLabel "Chinese Sign Language"@en,
        "Língua de Sinais Chinesa"@pt,
        "中國手語"@zh .

<http://lexvo.org/id/iso639-3/ctm> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ctm"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/chit1248> ;
    owl:sameAs <http://dbpedia.org/resource/Chitimacha_language>,
        <http://www.mpii.de/yago/resource/Chitimacha_language> ;
    skos:altLabel "Chitimacha language"@en ;
    skos:definition "The Chitimacha language is a language isolate historically spoken by the Chitimacha people of Louisiana, United States. It went extinct in 1940 with the death of the last fluent speaker, Delphine Ducloux."@en ;
    skos:inScheme lexvo: ;
    skos:notation "ctm"^^xsd:string ;
    skos:prefLabel "Chitimacha"@en,
        "Idioma chitimacha"@es,
        "Chitimacha"@fr,
        "Čitimača"@hr,
        "Lenga chitimacha"@pms,
        "Читимача"@ru,
        "Chitimachan"@sh .

<http://lexvo.org/id/iso639-3/ctp> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ctp"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/west2644> ;
    skos:altLabel "Chatino, Western Highland"@en ;
    skos:inScheme lexvo: ;
    skos:notation "ctp"^^xsd:string ;
    skos:prefLabel "Western Highland Chatino"@en .

<http://lexvo.org/id/iso639-3/cua> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "cua"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/cuaa1241> ;
    owl:sameAs <http://dbpedia.org/resource/Cua_language_(Mon%E2%80%93Khmer)>,
        <http://www.mpii.de/yago/resource/Cua_language_(Mon%E2%80%93Khmer)> ;
    skos:altLabel "Cua language"@en ;
    skos:definition "The Cua language (also known as Bòng Mieu) is a Mon–Khmer language spoken in the Quang Ngai and Quang Nam provinces of Vietnam. Cua dialects include Kol (Kor, Cor, Co, Col, Dot, Yot) and Traw (Tràu, Dong)."@en ;
    skos:inScheme lexvo: ;
    skos:notation "cua"^^xsd:string ;
    skos:prefLabel "Cua"@en,
        "Cua jezik"@hr,
        "ภาษากัว"@th .

<http://lexvo.org/id/iso639-3/cub> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "cub"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/cube1242> ;
    owl:sameAs <http://dbpedia.org/resource/Cubeo_language>,
        <http://www.mpii.de/yago/resource/Cubeo_language> ;
    skos:altLabel "Cubeo language"@en ;
    skos:definition "The Cubeo language (otherwise known as Cuveo, Hehenawa, Kobeua, Kobewa, Kubwa, or Pamiwa) is a SOV language spoken by the Cubeo people and is a member of the central branch of the Tukano language. It has many lexical loans from the Nadahup languages and has a grammar which was apparently influenced by Arawak. The language is spoken in the Vaupés department, Cuduyari, and Querarií rivers and tributaries of Columbia. It is also spoken in Brazil."@en ;
    skos:inScheme lexvo: ;
    skos:notation "cub"^^xsd:string ;
    skos:prefLabel "Cubeo"@en,
        "Lenga cubeo"@pms .

<http://lexvo.org/id/iso639-3/cui> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "cui"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/cuib1242> ;
    owl:sameAs <http://dbpedia.org/resource/Cuiba_language>,
        <http://www.mpii.de/yago/resource/Cuiba_language> ;
    skos:altLabel "Cuiba language"@en ;
    skos:definition "Cuiba is a Guahiban language that is spoken by about 2300 people in Colombia and additional 650 in Venezuela. More than half of Cuiba speakers are monoglot, and in Colombia there is a 45% literacy rate."@en ;
    skos:inScheme lexvo: ;
    skos:notation "cui"^^xsd:string ;
    skos:prefLabel "Cuiba"@en,
        "Kviba lingvo"@eo,
        "Cuiba"@fr,
        "Lenga cuiba"@pms,
        "Куиба"@ru .

<http://lexvo.org/id/iso639-3/cul> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "cul"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/culi1244> ;
    owl:sameAs <http://dbpedia.org/resource/Culina_language>,
        <http://www.mpii.de/yago/resource/Culina_language> ;
    skos:altLabel "Culina language"@en,
        "Kulina"@en ;
    skos:definition "Kulina (also Kulína, Kulyna, Culina, Curina, Corina, Korina, Culina-Madijá, Madijá, Madija, Madiha, Madihá) is an Arawan language of Brazil and Peru spoken by about 4,000 people."@en ;
    skos:inScheme lexvo: ;
    skos:notation "cul"^^xsd:string ;
    skos:prefLabel "Koulineg"@br,
        "Culina"@en,
        "Idioma culina"@es,
        "Culina"@fr,
        "Culina bhasa"@hif,
        "Кулинаски јазик"@mk,
        "Lenga culina"@pms,
        "Кулина"@ru .

<http://lexvo.org/id/iso639-3/cup> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "cup"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/cupe1243> ;
    owl:sameAs <http://dbpedia.org/resource/Cupe%C3%B1o_language>,
        <http://www.mpii.de/yago/resource/Cupe%C3%B1o_language> ;
    skos:altLabel "Cupeño language"@en ;
    skos:definition "Cupeño is an extinct Uto-Aztecan language, formerly spoken by the Cupeño people of Southern California, USA, who now speak English. Roscinda Nolasquez was the last native speaker of Cupeño."@en ;
    skos:inScheme lexvo: ;
    skos:notation "cup"^^xsd:string ;
    skos:prefLabel "Cupeño"@en,
        "Idioma cupeño"@es,
        "Cupeño"@fr,
        "Lenga cupeño"@pms .

<http://lexvo.org/id/iso639-3/dak> a lvont:Language,
        skos:Concept ;
    lvont:isFocusOf <http://id.loc.gov/vocabulary/iso639-2/dak> ;
    lvont:iso6392BCode "dak"^^xsd:string ;
    lvont:iso6392TCode "dak"^^xsd:string ;
    lvont:iso639P3PCode "dak"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-2/dak>,
        <http://www.glottolog.org/resource/languoid/id/dako1258> ;
    owl:sameAs <http://psi.oasis-open.org/iso/639/#dak>,
        <http://www.lingvoj.org/lang/dak>,
        <info:lc/vocabulary/languages/dak> ;
    skos:inScheme lexvo: ;
    skos:notation "dak"^^xsd:string ;
    skos:prefLabel "الداكوتا"@ar,
        "dakota dili"@az,
        "дакотски"@bg,
        "ডাকোটা"@bn,
        "dakota"@br,
        "डकौटा"@brx,
        "dakota"@bs,
        "дакота"@bs-Cyrl,
        "dakota"@ca,
        "达科他文"@cmn,
        "達科他文"@cmn-Hant,
        "dakotština"@cs,
        "Dacotaeg"@cy,
        "dakota"@da,
        "Dakota-Sprache"@de,
        "ད་ཀོ་ཏ་ཁ"@dz,
        "Ντακότα"@el,
        "Dakota"@en,
        "𐐔𐐲𐐿𐐬𐐻𐐲"@en-Dsrt,
        "dakota"@es,
        "siuu"@et,
        "داکوتایی"@fa,
        "dakota"@fi,
        "dakota"@fr,
        "Takota"@gsw,
        "દાકોતા"@gu,
        "דקוטה"@he,
        "दाकोता"@hi,
        "dakota jezik"@hr,
        "dakota"@hu,
        "Dakota"@id,
        "dakóta"@is,
        "dakota"@it,
        "ダコタ語"@ja,
        "ಡಕೋಟ"@kn,
        "다코타어"@ko,
        "ڈکوٹا"@ks,
        "ດາໂກຕາ"@lo,
        "dakotų"@lt,
        "dakotu"@lv,
        "дакота"@mk,
        "ഡകോട്ട"@ml,
        "दाकोता"@mr,
        "Dakota"@mt,
        "ဒါကိုတာ"@my,
        "dakota"@nb,
        "Dakota"@nl,
        "dakota"@nn,
        "ଡାକୋଟା"@or,
        "dakota"@pl,
        "dacota"@pt,
        "dakota"@rm,
        "dakota"@ro,
        "дакота"@ru,
        "dakotčina"@sk,
        "dakotščina"@sl,
        "Дакота"@sr,
        "Dakota"@sr-Latn,
        "dakota"@sv,
        "தகோடா"@ta,
        "డకోటా"@te,
        "ดาโกทา"@th,
        "Dakota"@tr,
        "дакота"@uk,
        "Tiếng Dakota"@vi .

<http://lexvo.org/id/iso639-3/deg> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "deg"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/dege1246> ;
    owl:sameAs <http://dbpedia.org/resource/Degema_language>,
        <http://www.mpii.de/yago/resource/Degema_language> ;
    skos:altLabel "Degema language"@en ;
    skos:definition "Degema is a Delta Edoid language of Nigeria. It is spoken in two autonomous communities on the Degema Island by about 22,000 people, going by the 1991 population census figures (including the projection figures for the two Degema-speaking communities). The two communities in which Degema is spoken are Usokun-Degema and Degema Town (Atala) in Degema Local Government Area of Rivers State of Nigeria. Each of these communities speaks a variety of Degema that is highly mutually intelligible with the other. These varieties are called by the names of the communities that speak them. They are the Usokun variety spoken in Usokun-Degema and the Degema Town (Atala) variety spoken in Degema Town. These varieties are very similar in their phonological, morphological, syntactic, and semantic properties."@en ;
    skos:inScheme lexvo: ;
    skos:notation "deg"^^xsd:string ;
    skos:prefLabel "Degema"@de,
        "Degema"@en,
        "Degema jezik"@hr,
        "Lenga Degema"@pms .

<http://lexvo.org/id/iso639-3/did> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "did"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/didi1258> ;
    owl:sameAs <http://dbpedia.org/resource/Didinga_language>,
        <http://www.mpii.de/yago/resource/Didinga_language> ;
    skos:altLabel "Didinga language"@en ;
    skos:definition "The Didinga language (’Di’dinga) is an Eastern Sudanic language spoken by the Chukudum and Lowudo peoples of the Didinga Hills of South Sudan. It is a member of the Surmic languages."@en ;
    skos:inScheme lexvo: ;
    skos:notation "did"^^xsd:string ;
    skos:prefLabel "Didinga"@en .

<http://lexvo.org/id/iso639-3/dim> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "dim"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/dime1235> ;
    owl:sameAs <http://dbpedia.org/resource/Dime_language>,
        <http://www.mpii.de/yago/resource/Dime_language> ;
    skos:altLabel "Dime language"@en ;
    skos:definition "Dime or Dima is an Afro-Asiatic language spoken in the northern part of the Selamago district in the Southern Nations, Nationalities and Peoples Region of Ethiopia, around Mount Smith. Dime divides into at least two dialects, which include Us'a and Gerfa. It has six case suffixes, in addition to an unmarked nominative. It is overwhelmingly suffixing, but uses prefixes for demonstratives. Phonologically, it is noteworthy for having velar and uvular fricative phonemes. The basic word order is SOV (subject–object–verb), as in other Omotic languages, indeed as in all the languages of the core of the Ethiopian Language Area."@en ;
    skos:inScheme lexvo: ;
    skos:notation "dim"^^xsd:string ;
    skos:prefLabel "Idioma dima"@an,
        "Dimeg"@br,
        "Dime"@de,
        "Dime"@en,
        "Dime"@fr,
        "Dime jezik"@hr,
        "Lenga Dime"@pms .

<http://lexvo.org/id/iso639-3/dmk> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "dmk"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/doma1260> ;
    owl:sameAs <http://dbpedia.org/resource/Domaaki_language>,
        <http://www.mpii.de/yago/resource/Domaaki_language> ;
    skos:altLabel "Domaaki language"@en ;
    skos:definition "Domaakí – also known as Dumaki or Domaá – is a language spoken by a few hundred people living in the Northern Areas of Pakistan."@en ;
    skos:inScheme lexvo: ;
    skos:notation "dmk"^^xsd:string ;
    skos:prefLabel "Domaaki"@en,
        "Думаки"@ru,
        "ภาษาโดมาอากี"@th,
        "ڈوماکی"@ur .

<http://lexvo.org/id/iso639-3/ega> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ega"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/egaa1242> ;
    owl:sameAs <http://dbpedia.org/resource/Ega_language>,
        <http://www.mpii.de/yago/resource/Ega_language> ;
    skos:altLabel "Ega language"@en ;
    skos:definition "Ega, also known as Egwa and Diés, is a language of uncertain affiliation within the Niger–Congo language family spoken Ivory Coast. It does not appear to belong to any of the traditional branches of Niger–Congo. Though traditionally assumed to be one of the Kwa languages, Roger Blench now classifies it as a separate branch of the Atlantic–Congo family, though perhaps not far from Kwa and the Volta–Niger languages."@en ;
    skos:inScheme lexvo: ;
    skos:notation "ega"^^xsd:string ;
    skos:prefLabel "Ega"@en .

<http://lexvo.org/id/iso639-3/egy> a lvont:Language,
        skos:Concept ;
    lvont:isFocusOf <http://id.loc.gov/vocabulary/iso639-2/egy> ;
    lvont:iso6392BCode "egy"^^xsd:string ;
    lvont:iso6392TCode "egy"^^xsd:string ;
    lvont:iso639P3PCode "egy"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-2/egy> ;
    owl:sameAs <http://lexvo.org/id/wordnet/30/noun/egyptian_1_10_00>,
        <http://psi.oasis-open.org/iso/639/#egy>,
        <http://www.lingvoj.org/lang/egy>,
        <info:lc/vocabulary/languages/egy> ;
    skos:altLabel "Ancient Egyptian"@en,
        "Egyptian (Ancient)"@en,
        "égyptien ancien"@fr,
        "egípcio clássico"@pt ;
    skos:inScheme lexvo: ;
    skos:notation "egy"^^xsd:string ;
    skos:prefLabel "Antieke Egipties"@af,
        "المصرية القديمة"@ar,
        "qədimi misir dili"@az,
        "стараэгіпецкая"@be,
        "египетски"@bg,
        "প্রাচীন মিশরীয়"@bn,
        "henegipteg"@br,
        "प्राचीन मिस्री"@brx,
        "staroegipatski"@bs,
        "староегипатски"@bs-Cyrl,
        "egipci antic"@ca,
        "古埃及文"@cmn,
        "古埃及文"@cmn-Hant,
        "egyptština stará"@cs,
        "Hen Eiffteg"@cy,
        "oldegyptisk"@da,
        "Ägyptisch"@de,
        "ཨི་ཇིཔ་ཤཱན (སྔ་དུས་ཀྱི)"@dz,
        "Αρχαία Αιγυπτιακά"@el,
        "Egyptian"@en,
        "𐐁𐑌𐐽𐐲𐑌𐐻 𐐀𐐾𐐮𐐹𐐽𐐲𐑌"@en-Dsrt,
        "egipcio antiguo"@es,
        "muinasegiptuse"@et,
        "مصری کهن"@fa,
        "muinaisegypti"@fi,
        "égyptien"@fr,
        "vieri egjizian"@fur,
        "Èipheitis Àrsaidh"@gd,
        "exipcio antigo"@gl,
        "Altägyptisch"@gsw,
        "પ્રાચીન ઇજીપ્શિયન"@gu,
        "מצרית עתיקה"@he,
        "प्राचीन मिस्री"@hi,
        "staroegipatski"@hr,
        "óegyiptomi"@hu,
        "Mesir Kuno"@id,
        "fornegypska"@is,
        "egiziano antico"@it,
        "古代エジプト語"@ja,
        "ეგვიპტური"@ka,
        "ಪ್ರಾಚೀನ ಈಜಿಪ್ಟಿಯನ್"@kn,
        "이집트어 (고대)"@ko,
        "قدیٖمی مِصری"@ks,
        "ອີຢິບບູຮານ"@lo,
        "senovės egiptiečių"@lt,
        "ēģiptiešu"@lv,
        "староегипетски"@mk,
        "പ്രാചീന ഈജിപ്ഷ്യൻ"@ml,
        "प्राचीन इजिप्शियन"@mr,
        "Eġizzjan (Antik)"@mt,
        "ရှေးဟောင်း အီဂျစ်"@my,
        "gammelegyptisk"@nb,
        "Oudegyptisch"@nl,
        "gammalegyptisk"@nn,
        "ପ୍ରାଚୀନ୍ ମିଶିରି"@or,
        "рагон египтаг"@os,
        "starożytny egipski"@pl,
        "egípcio arcaico"@pt,
        "egipzian vegl"@rm,
        "egipteană veche"@ro,
        "древнеегипетский"@ru,
        "staroegyptský"@sk,
        "stara egipčanščina"@sl,
        "Староегипатски"@sr,
        "Staroegipatski"@sr-Latn,
        "fornegyptiska"@sv,
        "Kimisri"@swh,
        "பண்டைய எகிப்தியன்"@ta,
        "ప్రాచీన ఇజిప్షియన్"@te,
        "อียิปต์โบราณ"@th,
        "lea fakaʻisipitemuʻa"@to,
        "Eski Mısır Dili"@tr,
        "давньоєгипетська"@uk,
        "Tiếng Ai Cập cổ"@vi .

<http://lexvo.org/id/iso639-3/eko> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "eko"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/koti1238> ;
    owl:sameAs <http://dbpedia.org/resource/Koti_language>,
        <http://www.mpii.de/yago/resource/Koti_language> ;
    skos:altLabel "Koti language"@en ;
    skos:definition "The Koti language, or Ekoti (pronounced ), is a Bantu language spoken in Mozambique by about 64,200 people, the Koti people (Akoti). Koti is spoken on Koti Island and is also the major language of Angoche, the capital of the district with the same name in the province of Nampula."@en ;
    skos:inScheme lexvo: ;
    skos:notation "eko"^^xsd:string ;
    skos:prefLabel "Koti"@en,
        "Ekoti"@fr,
        "Bahasa Ekoti"@ms,
        "Kikoti"@sw .

<http://lexvo.org/id/iso639-3/eno> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "eno"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/engg1245> ;
    owl:sameAs <http://dbpedia.org/resource/Enggano_language>,
        <http://www.mpii.de/yago/resource/Enggano_language> ;
    skos:altLabel "Enggano language"@en ;
    skos:definition "The Enggano language, or Engganese, is the language of Enggano Island off the southwestern coast of Sumatra."@en ;
    skos:inScheme lexvo: ;
    skos:notation "eno"^^xsd:string ;
    skos:prefLabel "Enggano"@en,
        "Enggano"@fr,
        "Bahasa Enggano"@id,
        "Lenga engano"@pms,
        "Энггано"@ru .

<http://lexvo.org/id/iso639-3/ese> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ese"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/esee1248> ;
    owl:sameAs <http://dbpedia.org/resource/Ese%E2%80%99ejja>,
        <http://www.mpii.de/yago/resource/Ese%E2%80%99ejja> ;
    skos:altLabel "Ese’ejja"@en ;
    skos:inScheme lexvo: ;
    skos:notation "ese"^^xsd:string ;
    skos:prefLabel "Ese Ejja"@en,
        "Ese 'ejja"@fr,
        "Lenga ese ejja"@pms,
        "Ese'eqha simi"@qu,
        "Эсе-эхха"@ru .

<http://lexvo.org/id/iso639-3/ets> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ets"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/yekh1238> ;
    owl:sameAs <http://dbpedia.org/resource/Yekhee_language>,
        <http://www.mpii.de/yago/resource/Yekhee_language> ;
    skos:altLabel "Yekhee language"@en ;
    skos:definition "Yekhee is an Edoid language spoken in Edo State, Nigeria. Not all speakers recognize the name \"Yekhee\"; some use the district name Etsako."@en ;
    skos:inScheme lexvo: ;
    skos:notation "ets"^^xsd:string ;
    skos:prefLabel "Yekhee"@en .

<http://lexvo.org/id/iso639-3/eya> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "eya"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/eyak1241> ;
    owl:sameAs <http://dbpedia.org/resource/Eyak_language>,
        <http://www.mpii.de/yago/resource/Eyak_language> ;
    skos:altLabel "Eyak language"@en ;
    skos:definition "Eyak is an extinct Na-Dené language historically spoken by the Eyak people, indigenous to southcentral Alaska, near the mouth of the Copper River."@en ;
    skos:inScheme lexvo: ;
    skos:notation "eya"^^xsd:string ;
    skos:prefLabel "لغة إياك"@ar,
        "Эякская мова"@be,
        "Eyak"@ca,
        "Эяк чĕлхи"@cv,
        "Eyak"@de,
        "Eyak"@en,
        "Ejaka lingvo"@eo,
        "Idioma eyak"@es,
        "Eyakera"@eu,
        "Eyak"@fi,
        "Eyak"@fr,
        "Eyak spriak"@frr,
        "Lingua eyak"@gl,
        "Eyak jezik"@hr,
        "Bahasa Eyak"@id,
        "Iyaq uqautchit"@ik,
        "イヤック語"@ja,
        "에야크어"@ko,
        "Эяк йӹлмӹ"@mrj,
        "Bahasa Eyak"@ms,
        "Eyak"@nl,
        "Język eyak"@pl,
        "Lenga eyak"@pms,
        "Língua eyak"@pt,
        "Эякский язык"@ru,
        "Eyak leid"@sco,
        "Eyak"@sv,
        "Eyakça"@tr,
        "埃雅克語"@zh .

<http://lexvo.org/id/iso639-3/fak> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "fak"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Fang_language_(Cameroon)>,
        <http://lexvo.org/id/wordnet/30/noun/fang_1_10_00>,
        <http://www.mpii.de/yago/resource/Fang_language_(Cameroon)> ;
    skos:altLabel "Fang (Cameroon)"@en,
        "Fang language"@en ;
    skos:definition "Fang is a Bantoid language of Cameroon. It is traditionally classified as a Western Beboid language, but that has not been demonstrated to be a valid family."@en ;
    skos:inScheme lexvo: ;
    skos:notation "fak"^^xsd:string ;
    skos:prefLabel "Fang"@en .

<http://lexvo.org/id/iso639-3/fon> a lvont:Language,
        skos:Concept ;
    lvont:isFocusOf <http://id.loc.gov/vocabulary/iso639-2/fon> ;
    lvont:iso6392BCode "fon"^^xsd:string ;
    lvont:iso6392TCode "fon"^^xsd:string ;
    lvont:iso639P3PCode "fon"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-2/fon>,
        <http://www.glottolog.org/resource/languoid/id/fonn1241> ;
    owl:sameAs <http://psi.oasis-open.org/iso/639/#fon>,
        <http://www.lingvoj.org/lang/fon>,
        <info:lc/vocabulary/languages/fon> ;
    skos:inScheme lexvo: ;
    skos:notation "fon"^^xsd:string ;
    skos:prefLabel "الفون"@ar,
        "fon dili"@az,
        "фон"@bg,
        "ফন"@bn,
        "fon"@br,
        "फोन"@brx,
        "fon"@bs,
        "фон"@bs-Cyrl,
        "fon"@ca,
        "丰文"@cmn,
        "豐文"@cmn-Hant,
        "fonština"@cs,
        "fon"@da,
        "Fon-Sprache"@de,
        "Φον"@el,
        "Fon"@en,
        "fon"@es,
        "foni"@et,
        "فونی"@fa,
        "fon"@fi,
        "fon"@fr,
        "Fon"@gsw,
        "ફોન"@gu,
        "פון"@he,
        "फॉन"@hi,
        "fon"@hr,
        "fon"@hu,
        "Fon"@id,
        "fón"@is,
        "fon"@it,
        "フォン語"@ja,
        "ಫೋನ್"@kn,
        "폰어"@ko,
        "فون"@ks,
        "ຟອນ"@lo,
        "fon"@lt,
        "fonu"@lv,
        "фон"@mk,
        "ഫോൻ"@ml,
        "फॉन"@mr,
        "Fon"@mt,
        "fon"@nb,
        "Fon"@nl,
        "fon"@nn,
        "ଫନ୍"@or,
        "fon"@pl,
        "fom"@pt,
        "fon"@rm,
        "fon"@ro,
        "фон"@ru,
        "fončina"@sk,
        "fonščina"@sl,
        "Фон"@sr,
        "Fon"@sr-Latn,
        "fonspråket"@sv,
        "Kifon"@swh,
        "ஃபான்"@ta,
        "ఫాన్"@te,
        "ฟอน"@th,
        "Fon"@tr,
        "фон"@uk,
        "Tiếng Fon"@vi .

<http://lexvo.org/id/iso639-3/for> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "for"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/fore1270> ;
    owl:sameAs <http://dbpedia.org/resource/Fore_language>,
        <http://www.mpii.de/yago/resource/Fore_language> ;
    skos:altLabel "Fore language"@en ;
    skos:definition "Fore (Foré) is a Papuan language spoken in the Goroka District of Eastern Highlands Province, Papua New Guinea."@en ;
    skos:inScheme lexvo: ;
    skos:notation "for"^^xsd:string ;
    skos:prefLabel "Fore"@en,
        "Fore"@fr,
        "Lenga Fore"@pms .

<http://lexvo.org/id/iso639-3/fub> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "fub"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/adam1253> ;
    skos:altLabel "Fulfulde, Adamawa"@en ;
    skos:inScheme lexvo: ;
    skos:notation "fub"^^xsd:string ;
    skos:prefLabel "Adamawa Fulfulde"@en .

<http://lexvo.org/id/iso639-3/fuh> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "fuh"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/west2454> ;
    skos:altLabel "Fulfulde, Western Niger"@en ;
    skos:inScheme lexvo: ;
    skos:notation "fuh"^^xsd:string ;
    skos:prefLabel "Western Niger Fulfulde"@en .

<http://lexvo.org/id/iso639-3/fut> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "fut"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/futu1245> ;
    owl:sameAs <http://dbpedia.org/resource/Futuna-Aniwa_language>,
        <http://www.mpii.de/yago/resource/Futuna-Aniwa_language> ;
    skos:altLabel "Futuna-Aniwa language"@en ;
    skos:definition "Futuna-Aniwa is the Polynesian language spoken on the outlier islands of Futuna and Aniwa in Vanuatu. It is also occasionally called West-Futunan to distinguish it from East-Futunan spoken on Futuna and Alofi in Wallis and Futuna."@en ;
    skos:inScheme lexvo: ;
    skos:notation "fut"^^xsd:string ;
    skos:prefLabel "Futuna-Aniwa"@en,
        "Futuna-aniwa"@fr,
        "Lenga Futuna-Aniwa"@pms .

<http://lexvo.org/id/iso639-3/gag> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "gag"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/gaga1249> ;
    owl:sameAs <http://dbpedia.org/resource/Gagauz_language>,
        <http://www.mpii.de/yago/resource/Gagauz_language> ;
    skos:altLabel "Gagauz language"@en ;
    skos:definition "The Gagauz language (Gagauz dili) is a Turkic language spoken by the Gagauz people and the official language of the autonomous Moldovan region of Gagauzia. Gagauz has two dialects: Bulgar Gagauzi and Maritime Gagauzi. It should be noted that Gagauz is classified as a distinctly different language than Balkan Gagauz Turkish."@en ;
    skos:inScheme lexvo: ;
    skos:notation "gag"^^xsd:string ;
    skos:prefLabel "Gagauz"@ast,
        "Qaqauz dili"@az,
        "Ғағауз теле"@ba,
        "Гагаузки език"@bg,
        "Gagaouzeg"@br,
        "Gagauški jezik"@bs,
        "Gagaús"@ca,
        "Ğağauz tili"@crh,
        "Gagauzština"@cs,
        "Гагауз чĕлхи"@cv,
        "Gagausische Sprache"@de,
        "Gagauz"@en,
        "Gagauza lingvo"@eo,
        "Idioma gagauzo"@es,
        "Gagauusi keel"@et,
        "زبان گاگاووز"@fa,
        "Gagauzin kieli"@fi,
        "Gagaouze"@fr,
        "Gagauz dili"@gag,
        "גגאוזית"@he,
        "Gagauski jezik"@hr,
        "Gagawšćina"@hsb,
        "Gagauz nyelv"@hu,
        "Bahasa Gagauz"@id,
        "Lingua gagauza"@it,
        "ガガウズ語"@ja,
        "Ғағауыз тілі"@kk,
        "가가우스어"@ko,
        "Гагауз кыв"@kv,
        "Гагауз тили"@ky,
        "Gagaūzų kalba"@lt,
        "Gagaūzu kalba"@lt-x,
        "Гагауски јазик"@mk,
        "Gagaoezisch"@nl,
        "Gagauzisk"@no,
        "Język gagauski"@pl,
        "Lenga gagauz"@pms,
        "Língua gagaúza"@pt,
        "Limba găgăuză"@ro,
        "Гагаузский язык"@ru,
        "Gagauz leid"@sco,
        "Gagauški jezik"@sr,
        "Gagauziska"@sv,
        "Gagausko godka"@szl,
        "ภาษากากาอุซ"@th,
        "Gagavuzca"@tr,
        "Гагауз теле"@tt,
        "Гагауз кыл"@udm,
        "Гагаузька мова"@uk,
        "加告茲語"@zh .

<http://lexvo.org/id/iso639-3/gah> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "gah"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/alek1238> ;
    owl:sameAs <http://dbpedia.org/resource/Alekano_language>,
        <http://www.mpii.de/yago/resource/Alekano_language> ;
    skos:altLabel "Alekano language"@en ;
    skos:definition "Alekano, or Gahuku (Gahuku-Gama), is a Papuan language spoken in the northern district of Goroka Eastern Highlands of Papua New Guinea. There are about 25,000 speakers."@en ;
    skos:inScheme lexvo: ;
    skos:notation "gah"^^xsd:string ;
    skos:prefLabel "Alekano"@en,
        "Alekano jezik"@hr,
        "Lenga Alekano"@pms,
        "Алекано језик"@sr .

<http://lexvo.org/id/iso639-3/gcf> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "gcf"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/guad1242> ;
    skos:altLabel "Creole French, Guadeloupean"@en ;
    skos:inScheme lexvo: ;
    skos:notation "gcf"^^xsd:string ;
    skos:prefLabel "Guadeloupean Creole French"@en .

<http://lexvo.org/id/iso639-3/gdf> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "gdf"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/gudu1252> ;
    owl:sameAs <http://dbpedia.org/resource/Guduf-Gava_language>,
        <http://www.mpii.de/yago/resource/Guduf-Gava_language> ;
    skos:altLabel "Guduf-Gava language"@en ;
    skos:definition "Guduf-Gava (also known as Gudupe, Afkabiye) is an Afro-Asiatic language spoken in Borno State, Nigeria."@en ;
    skos:inScheme lexvo: ;
    skos:notation "gdf"^^xsd:string ;
    skos:prefLabel "Guduf-Gava"@en .

<http://lexvo.org/id/iso639-3/git> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "git"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/gitx1241> ;
    owl:sameAs <http://dbpedia.org/resource/Gitxsan_language>,
        <http://www.mpii.de/yago/resource/Gitxsan_language> ;
    skos:altLabel "Gitxsan language"@en ;
    skos:definition "Gitxsan (or Gitxsanimaax, Gitksan, Giatikshan, Gityskyan, Giklsan) is a First Nations language of northwestern British Columbia. It is a Tsimshianic language, closely related to the neighboring Nisga’a language. The two groups are, however, politically separate and prefer to refer to Gitxsan and Nisga'a as distinct languages. Gitxsanimaax is an endangered language, currently estimated to have no more than 1,000 speakers, of whom the great majority are elders. Few if any children grow up speaking it at home."@en ;
    skos:inScheme lexvo: ;
    skos:notation "git"^^xsd:string ;
    skos:prefLabel "Gitxsan"@en,
        "Gitksan"@fr .

<http://lexvo.org/id/iso639-3/gol> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "gol"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/gola1255> ;
    owl:sameAs <http://dbpedia.org/resource/Gola_language>,
        <http://www.mpii.de/yago/resource/Gola_language> ;
    skos:altLabel "Gola language"@en ;
    skos:definition "Gola is an erstwhile Atlantic language of Liberia. It is not closely related to other languages and appears to form its own branch of Niger–Congo."@en ;
    skos:inScheme lexvo: ;
    skos:notation "gol"^^xsd:string ;
    skos:prefLabel "Goleg"@br,
        "Gola"@de,
        "Gola"@en,
        "Gola"@hr,
        "Lenga Gola"@pms .

<http://lexvo.org/id/iso639-3/hak> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "hak"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/hakk1236> ;
    owl:sameAs <http://dbpedia.org/resource/Hakka_Chinese>,
        <http://www.lingvoj.org/lang/hak>,
        <http://www.mpii.de/yago/resource/Hakka_Chinese> ;
    skos:altLabel "Chinese, Hakka"@en,
        "Hakka Chinese"@en ;
    skos:definition "Hakka is one of the main subdivisions of the Chinese language spoken by the Hakka people in southern China and throughout the diaspora areas of East Asia, Southeast Asia and around the world."@en ;
    skos:inScheme lexvo: ;
    skos:notation "hak"^^xsd:string ;
    skos:prefLabel "ܠܫܢܐ ܕܗܟܐ"@aii,
        "لغة الهاكا"@ar,
        "هاكا"@arz,
        "Hakaeg"@br,
        "Hakka"@cs,
        "Hakka"@de,
        "Hakka"@en,
        "Hakaa lingvo"@eo,
        "Chino hakka"@es,
        "Hakka-kiina"@fi,
        "Hakka"@fr,
        "客家話"@gan,
        "Hakkaish"@gv,
        "Hak-kâ-fa"@hak,
        "होक्का भाषा"@hi,
        "Hakka bhasa"@hif,
        "Hakka"@id,
        "Lingua hakka"@it,
        "客家語"@ja,
        "하카어"@ko,
        "Bahasa Hakka"@ms,
        "Kheh-oē"@nan,
        "होक्का भाषा"@new,
        "Hakka"@nl,
        "Hakka"@no,
        "Język hakka"@pl,
        "Lenga Cinèisa, Hakka"@pms,
        "ہکا"@pnb,
        "Хакка"@ru,
        "Hakka Cheenese"@sco,
        "Hakka"@sv,
        "கேசிய மொழி"@ta,
        "ภาษาจีนแคะ"@th,
        "Hakka"@tr,
        "Хаккаська мова"@uk,
        "Tiếng Khách Gia"@vi,
        "客家話"@yue,
        "客家话"@zh .

<http://lexvo.org/id/iso639-3/heh> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "heh"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/hehe1240> ;
    owl:sameAs <http://dbpedia.org/resource/Hehe_language>,
        <http://www.mpii.de/yago/resource/Hehe_language> ;
    skos:altLabel "Hehe language"@en ;
    skos:definition "Hehe is a Bantu language spoken by the Hehe people of the Iringa region of Tanzania. It was reported to have \"Ngoni\" features, that is, words of a Zulu-like language introduced when conquered by a Nguni or Zulu-like people in the early 19th century. However, other \"Ngoni\" speeches seem to have lost most of these distinctive features over the past 150-odd years, the language more resembling those of the neighbouring peoples. Some Bible translation (British and Foreign Bible Society)."@en ;
    skos:inScheme lexvo: ;
    skos:notation "heh"^^xsd:string ;
    skos:prefLabel "Hehe"@en,
        "Hehe"@fr,
        "Język hehe"@pl,
        "Kihehe"@sw .

<http://lexvo.org/id/iso639-3/hem> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "hem"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/hemb1242> ;
    owl:sameAs <http://dbpedia.org/resource/Hemba_language>,
        <http://www.mpii.de/yago/resource/Hemba_language> ;
    skos:altLabel "Hemba language"@en ;
    skos:definition "Hemba (Emba), also known as Eastern Luba, is a Bantu language of the Democratic Republic of the Congo. It is spoken by the Hemba people."@en ;
    skos:inScheme lexvo: ;
    skos:notation "hem"^^xsd:string ;
    skos:prefLabel "Hemba"@en .

<http://lexvo.org/id/iso639-3/hid> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "hid"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/hida1246> ;
    owl:sameAs <http://dbpedia.org/resource/Hidatsa_language>,
        <http://www.mpii.de/yago/resource/Hidatsa_language> ;
    skos:altLabel "Hidatsa language"@en ;
    skos:definition "Hidatsa is an endangered Siouan language, closely related to the Crow language. It is spoken by the Hidatsa tribe, primarily in North Dakota and South Dakota."@en ;
    skos:inScheme lexvo: ;
    skos:notation "hid"^^xsd:string ;
    skos:prefLabel "Hidatština"@cs,
        "Hidatsa"@en,
        "Lenga hidatsa"@pms .

<http://lexvo.org/id/iso639-3/hix> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "hix"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/hixk1239> ;
    owl:sameAs <http://dbpedia.org/resource/Hixkaryana_language>,
        <http://www.mpii.de/yago/resource/Hixkaryana_language> ;
    skos:altLabel "Hixkaryana language"@en ;
    skos:definition "Hixkaryana is one of the Carib languages, spoken by just over 500 people on the Nhamundá River, a tributary of the Amazon River in Brazil. It is one of a few known natural languages that normally use object–verb–subject word order, and may have been the first such language to be described (by linguist Desmond C. Derbyshire)."@en ;
    skos:inScheme lexvo: ;
    skos:notation "hix"^^xsd:string ;
    skos:prefLabel "Hichkaryaneg"@br,
        "Hixkaryána"@en,
        "Idioma hixkaryána"@es,
        "Hixkaryana"@fr,
        "An Hixkaryana"@ga,
        "Hixkaryana"@nl,
        "Język hixkaryana"@pl,
        "Hixkaryana"@pt,
        "希卡利亚纳语"@zh .

<http://lexvo.org/id/iso639-3/hlb> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "hlb"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/halb1244> ;
    owl:sameAs <http://dbpedia.org/resource/Halbi_language>,
        <http://www.mpii.de/yago/resource/Halbi_language> ;
    skos:altLabel "Halbi language"@en ;
    skos:definition "Halbi (also Bastari, Halba, Halvas, Halabi, Halvi, Mahari, Mehari) is an Eastern zone Indo-Aryan language of the Oriya subgroup, spoken by about 500,000 individuals across the central part of India. It is considered a dilect of Oriya language by linguist.It uses SOV word order (subject-object-verb), makes strong use of affixes, and places adjectives before nouns. It is often used as a trade language, but there is a low literacy rate."@en ;
    skos:inScheme lexvo: ;
    skos:notation "hlb"^^xsd:string ;
    skos:prefLabel "Halbi"@en,
        "Lingua Halbi"@la,
        "Halbi"@no,
        "Lenga halbi"@pms,
        "ภาษาฮัลบี"@th .

<http://lexvo.org/id/iso639-3/hmn> a lvont:Language,
        skos:Concept ;
    lvont:isFocusOf <http://id.loc.gov/vocabulary/iso639-2/hmn> ;
    lvont:iso6392BCode "hmn"^^xsd:string ;
    lvont:iso6392TCode "hmn"^^xsd:string ;
    lvont:iso639P3PCode "hmn"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-2/hmn> ;
    owl:sameAs <http://lexvo.org/id/wordnet/30/noun/hmong_1_10_00>,
        <http://psi.oasis-open.org/iso/639/#hmn>,
        <http://www.lingvoj.org/lang/hmn>,
        <info:lc/vocabulary/languages/hmn> ;
    skos:altLabel "Hmong"@en ;
    skos:inScheme lexvo: ;
    skos:notation "hmn"^^xsd:string ;
    skos:prefLabel "الهمونجية"@ar,
        "monq dili"@az,
        "хмонг"@bg,
        "হ্‌মোঙ"@bn,
        "hmong"@br,
        "ह्मौंग"@brx,
        "hmong"@bs,
        "хмонг"@bs-Cyrl,
        "hmong"@ca,
        "赫蒙文"@cmn,
        "孟文"@cmn-Hant,
        "hmongština"@cs,
        "hmong"@da,
        "Miao-Sprache"@de,
        "Χμονγκ"@el,
        "Mong"@en,
        "hmong"@es,
        "hmongi"@et,
        "همونگ"@fa,
        "hmong"@fi,
        "hmong"@fr,
        "Miao"@gsw,
        "મોંગ"@gu,
        "מונג"@he,
        "ह्मॉंग"@hi,
        "hmong"@hr,
        "hmong"@hu,
        "Hmong"@id,
        "hmong"@is,
        "hmong"@it,
        "フモン語"@ja,
        "ಮೋಂಗ್"@kn,
        "히몸어"@ko,
        "ہمونٛگ"@ks,
        "ມອງ"@lo,
        "hmong"@lt,
        "hmongu"@lv,
        "хмонг"@mk,
        "മോങ്"@ml,
        "माँग"@mr,
        "Ħmong"@mt,
        "hmong"@nb,
        "Hmong"@nl,
        "hmong"@nn,
        "ହଁଙ୍ଗ"@or,
        "hmongijski"@pl,
        "hmong"@pt,
        "hmong"@rm,
        "hmong"@ro,
        "хмонг"@ru,
        "hmong"@sk,
        "hmonščina"@sl,
        "Хмонг"@sr,
        "Hmong"@sr-Latn,
        "hmongspråk"@sv,
        "மாங்க்"@ta,
        "మోంగ్"@te,
        "ม้ง"@th,
        "Hmong"@tr,
        "хмонг"@uk,
        "Tiếng Hmông"@vi .

<http://lexvo.org/id/iso639-3/hni> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "hni"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/hani1248> ;
    owl:sameAs <http://lexvo.org/id/wordnet/30/noun/hani_1_10_00> ;
    skos:inScheme lexvo: ;
    skos:notation "hni"^^xsd:string ;
    skos:prefLabel "Hani"@en .

<http://lexvo.org/id/iso639-3/hnn> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "hnn"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/hanu1241> ;
    owl:sameAs <http://dbpedia.org/resource/Hanun%C3%B3'o_language>,
        <http://www.mpii.de/yago/resource/Hanun%C3%B3'o_language> ;
    skos:altLabel "Hanunó'o language"@en ;
    skos:definition "The Hanunó'o language is a language spoken by Mangyans in the province of Mindoro in the Philippines."@en ;
    skos:inScheme lexvo: ;
    skos:notation "hnn"^^xsd:string ;
    skos:prefLabel "Hanunó'o"@de,
        "Hanunoo"@en,
        "Lenga hanunoo"@pms .

<http://lexvo.org/id/iso639-3/hoa> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "hoa"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/hoav1238> ;
    owl:sameAs <http://dbpedia.org/resource/Hoava_language>,
        <http://www.mpii.de/yago/resource/Hoava_language> ;
    skos:altLabel "Hoava language"@en ;
    skos:definition "Hoava is an Oceanic language spoken by about 1000-1500 people on New Georgia Island, Solomon Islands. Speakers of Hoava are multilingual and usually also speak Roviana, Marovo, SI Pijin, English."@en ;
    skos:inScheme lexvo: ;
    skos:notation "hoa"^^xsd:string ;
    skos:prefLabel "Hoava"@en,
        "Hoava"@fr .

<http://lexvo.org/id/iso639-3/ifm> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ifm"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/teke1274> ;
    owl:sameAs <http://dbpedia.org/resource/Fuumu_language>,
        <http://www.mpii.de/yago/resource/Fuumu_language> ;
    skos:altLabel "Fuumu language"@en ;
    skos:definition "Fuumu is a member of the Teke languages dialect continuum of the Congolese plateau. The two dialects, Fuumu (Ifuumu) and Wuumu (Iwuumu), are sometimes considered separate languages. They are sometimes considered part of South Teke."@en ;
    skos:inScheme lexvo: ;
    skos:notation "ifm"^^xsd:string ;
    skos:prefLabel "Teke-Fuumu"@de,
        "Teke-Fuumu"@en,
        "Lenga Teke-Fuumu"@pms .

<http://lexvo.org/id/iso639-3/ige> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ige"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/iged1239> ;
    owl:sameAs <http://dbpedia.org/resource/Igede_language>,
        <http://www.mpii.de/yago/resource/Igede_language> ;
    skos:altLabel "Igede language"@en ;
    skos:definition "Igede is an Idomoid language spoken in Benue State and Cross River State, Nigeria, by 250,000 people."@en ;
    skos:inScheme lexvo: ;
    skos:notation "ige"^^xsd:string ;
    skos:prefLabel "Igede"@de,
        "Igede"@en,
        "Lenga Igede"@pms .

<http://lexvo.org/id/iso639-3/ike> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ike"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/east2534> ;
    skos:altLabel "Inuktitut, Eastern Canadian"@en ;
    skos:inScheme lexvo: ;
    skos:notation "ike"^^xsd:string ;
    skos:prefLabel "Eastern Canadian Inuktitut"@en .

<http://lexvo.org/id/iso639-3/ikt> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ikt"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/west2618> ;
    skos:altLabel "Inuktitut, Western Canadian"@en,
        "Western Canadian Inuktitut"@en ;
    skos:inScheme lexvo: ;
    skos:notation "ikt"^^xsd:string ;
    skos:prefLabel "Inuinnaqtun"@en .

<http://lexvo.org/id/iso639-3/iqu> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "iqu"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/iqui1243> ;
    owl:sameAs <http://dbpedia.org/resource/Iquito_language>,
        <http://www.mpii.de/yago/resource/Iquito_language> ;
    skos:altLabel "Iquito language"@en ;
    skos:definition "Iquito (pronounced ) is a highly endangered Zaparoan language from Peru using the Roman script. Iquito is one of 3 surviving Zaparoan languages; the other two being Záparo, with 1-3 speakers, and Arabela with about 75 speakers. The other four Zaparoan languages, Andoa, Omurano, Aushiri, and Cahuarano. Of the ethnic Iquito population of 500, as of 2006, there are 25 fluent or native speakers, all of whom are over 55 years old, and about 25 partial or passive speakers, all of whom are over the age of 25. Iquito is spoken in the Loreto Province, the regions of the Pintoyacu, Nanay, and Chambira rivers, and the villages of San Antonia and Atalaya. Iquito is also known by the names of Iquita, Ikito, Amacacore, Hamacore, Quiturran, and Puca-Uma, though Iquito is the most common title. It is used as an official language of Peru, though the few speakers are older adults, the youngest being 52 as of 2002."@en ;
    skos:inScheme lexvo: ;
    skos:notation "iqu"^^xsd:string ;
    skos:prefLabel "Ikiteg"@br,
        "Iquito"@en,
        "Idioma iquito"@es,
        "Iquito"@fr,
        "Икито"@ru .

<http://lexvo.org/id/iso639-3/iso> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "iso"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/isok1239> ;
    owl:sameAs <http://dbpedia.org/resource/Isoko_language>,
        <http://www.mpii.de/yago/resource/Isoko_language> ;
    skos:altLabel "Isoko language"@en ;
    skos:definition "The Isoko language is spoken in the Isoko region, Nigeria, by the Isoko people. It is linguistically similar to the neighboring Urhobo language, Epie atissa language of Bayelsa state and Engenni language of Rivers state."@en ;
    skos:inScheme lexvo: ;
    skos:notation "iso"^^xsd:string ;
    skos:prefLabel "Isoko"@de,
        "Isoko"@en,
        "Isoko jezik"@hr,
        "Lenga Isoko"@pms .

<http://lexvo.org/id/iso639-3/ito> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ito"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/iton1250> ;
    owl:sameAs <http://dbpedia.org/resource/Itonama_language>,
        <http://www.mpii.de/yago/resource/Itonama_language> ;
    skos:altLabel "Itonama language"@en ;
    skos:definition "Itonama is a moribund language isolate spoken in the Amazonian lowlands of north-eastern Bolivia. Greenberg’s (1987) classification of Itonama as Paezan, a sub-branch of Macro-Chibchan, remains unsupported and Itonama continues to be considered an isolate or unclassified language."@en ;
    skos:inScheme lexvo: ;
    skos:notation "ito"^^xsd:string ;
    skos:prefLabel "Itonameg"@br,
        "Itonama"@cs,
        "Itonama"@en,
        "Idioma itonama"@es,
        "Itonama"@fr,
        "Itonama"@hr,
        "Lenga itonama"@pms,
        "Итонама"@ru .

<http://lexvo.org/id/iso639-3/itz> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "itz"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/itza1241> ;
    owl:sameAs <http://dbpedia.org/resource/Itza%E2%80%99_language>,
        <http://www.mpii.de/yago/resource/Itza%E2%80%99_language> ;
    skos:altLabel "Itza’ language"@en ;
    skos:definition "Itza' (also Itza, Petén Itzá Maya) is one of the Yucatecan branch of the Mayan languages. The other languages in the Yucatecan branch are Yucatec, Lakantun, and Mopan."@en ;
    skos:inScheme lexvo: ;
    skos:notation "itz"^^xsd:string ;
    skos:prefLabel "Itzá-Sprache"@de,
        "Itzá"@en,
        "Idioma itzá"@es,
        "Maya itzá"@fr,
        "Ица јазик"@mk,
        "Itza"@nl,
        "Itza"@no,
        "Lenga itza"@pms,
        "Língua itzá"@pt,
        "Ица"@ru .

<http://lexvo.org/id/iso639-3/iwm> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "iwm"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/iwam1256> ;
    owl:sameAs <http://dbpedia.org/resource/Iwam_language>,
        <http://www.mpii.de/yago/resource/Iwam_language> ;
    skos:altLabel "Iwam language"@en ;
    skos:definition "Iwam or May River Iwam is a language of Papua New Guinea spoken in Sandaun Province."@en ;
    skos:inScheme lexvo: ;
    skos:notation "iwm"^^xsd:string ;
    skos:prefLabel "Iwam"@en,
        "Język iwam"@pl,
        "Lenga Iwam"@pms .

<http://lexvo.org/id/iso639-3/ixc> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ixc"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/ixca1245> ;
    owl:sameAs <http://dbpedia.org/resource/Ixcatec_language>,
        <http://www.mpii.de/yago/resource/Ixcatec_language> ;
    skos:altLabel "Ixcatec language"@en ;
    skos:definition "Ixcatec, also known as Xwja, is a language spoken by the people of the Mexican village of Santa María Ixcatlan, in the northern part of the state of Oaxaca. The Ixcatec language belongs to the Popolocan branch of the Oto-manguean language family."@en ;
    skos:inScheme lexvo: ;
    skos:notation "ixc"^^xsd:string ;
    skos:prefLabel "Ic'hkateg"@br,
        "Ixcatec"@en,
        "Idioma ixcateco"@es,
        "Ixcatèque"@fr,
        "Ixcatekisk"@no,
        "Ишкатек"@ru .

<http://lexvo.org/id/iso639-3/izh> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "izh"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/ingr1248> ;
    owl:sameAs <http://dbpedia.org/resource/Ingrian_language>,
        <http://www.mpii.de/yago/resource/Ingrian_language> ;
    skos:altLabel "Ingrian language"@en ;
    skos:definition "The Ingrian language (also called Izhorian) is a Finnic language spoken by the (mainly orthodox) Izhorians of Ingria. It has approximately 500 speakers left, most of whom are aging. It should not be confused with the Southeastern dialects of the Finnish language that became the majority language of Ingria in the 17th century with the influx of Lutheran Finnish immigrants (whose descendants, Ingrian Finns, are often referred to as Ingerians). The immigration of Lutheran Finns was promoted by Swedish authorities (who gained the area in 1617 from Russia), as the local population was (and remained) orthodox."@en ;
    skos:inScheme lexvo: ;
    skos:notation "izh"^^xsd:string ;
    skos:prefLabel "Ingries"@af,
        "Ижорски език"@bg,
        "Ijoreg"@br,
        "Ingrià"@ca,
        "Ingrihoyn mott"@ce,
        "Ižorština"@cs,
        "Ischorische Sprache"@de,
        "Ingrian"@en,
        "Iĵora lingvo"@eo,
        "Idioma ingrio"@es,
        "Isuri keel"@et,
        "Inkeroisen kieli"@fi,
        "Ingrien"@fr,
        "Ingrish"@gv,
        "Ижора кыв"@koi,
        "Ижора кыв"@kv,
        "Ižorų kalba"@lt,
        "Ižoru valoda"@lv,
        "Ижоронь кель"@myv,
        "Ingrisch"@nl,
        "Ingrisk"@no,
        "Język ingryjski"@pl,
        "Ижорский язык"@ru,
        "Inkeroisgiella"@se,
        "Ingriska"@sv,
        "Іжорська мова"@uk .

<http://lexvo.org/id/iso639-3/izi> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "izi"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/izie1238> ;
    owl:sameAs <http://dbpedia.org/resource/Izi_language>,
        <http://www.mpii.de/yago/resource/Izi_language> ;
    skos:altLabel "Izi-Ezaa-Ikwo-Mgbo"@en ;
    skos:definition "Izi (or Izzi) is an Igbo dialect spoken in Ebonyi state in Nigeria by approximately 200,000 people, or 600,000 including the closely related to Ikwo, Ezza, and Mgbo, which form a dialect cluster known as Izi-Ezaa-Ikwo-Mgbo. This language will be referred to simply as Izi."@en ;
    skos:inScheme lexvo: ;
    skos:notation "izi"^^xsd:string ;
    skos:prefLabel "Izi language"@en .

<http://lexvo.org/id/iso639-3/jbt> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "jbt"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/djeo1235> ;
    owl:sameAs <http://dbpedia.org/resource/Djeoromitxi_language>,
        <http://www.mpii.de/yago/resource/Djeoromitxi_language> ;
    skos:altLabel "Djeoromitxi language"@en ;
    skos:definition "Djeoromitxi or Jabutí is an nearly extinct Yabutian language that as of 1990 was spoken by only five people in Rondônia, Brazil, at the headwaters of the Rio Branco."@en ;
    skos:inScheme lexvo: ;
    skos:notation "jbt"^^xsd:string ;
    skos:prefLabel "Jabutí"@en,
        "Lenguas yabutí"@es,
        "Língua jabuti"@pt,
        "Ябути"@ru .

<http://lexvo.org/id/iso639-3/jeb> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "jeb"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/jebe1250> ;
    owl:sameAs <http://dbpedia.org/resource/Jebero_language>,
        <http://www.mpii.de/yago/resource/Jebero_language> ;
    skos:altLabel "Jebero language"@en ;
    skos:definition "Jebero (Chebero, Xebero, Xihuila) is an indigenous American language spoken by the Jebero people of Peru. It is only spoken by older adults, though there is interest in reviving the language."@en ;
    skos:inScheme lexvo: ;
    skos:notation "jeb"^^xsd:string ;
    skos:prefLabel "Jebero"@en .

<http://lexvo.org/id/iso639-3/jeh> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "jeh"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/jehh1245> ;
    owl:sameAs <http://dbpedia.org/resource/Jeh_language>,
        <http://www.mpii.de/yago/resource/Jeh_language> ;
    skos:altLabel "Jeh language"@en ;
    skos:definition "Jeh (also known as Die or Gie) is a language spoken by more than fifteen thousand people in Vietnam. There are also several thousand speakers in the provinces of Xekong and Attapu in Laos."@en ;
    skos:inScheme lexvo: ;
    skos:notation "jeh"^^xsd:string ;
    skos:prefLabel "Jeh"@en,
        "ภาษาเจะห์"@th .

<http://lexvo.org/id/iso639-3/jiv> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "jiv"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/shua1257> ;
    owl:sameAs <http://dbpedia.org/resource/Shuar_language>,
        <http://www.mpii.de/yago/resource/Shuar_language> ;
    skos:altLabel "Shuar language"@en ;
    skos:definition "Shuar, also known as Chiwaro, Jibaro, Jivaro, Shuara, or Xivaro, is a Jivaroan language spoken in the Southeastern jungle of the Morona-Santiago Province in Ecuador."@en ;
    skos:inScheme lexvo: ;
    skos:notation "jiv"^^xsd:string ;
    skos:prefLabel "Shuar"@en,
        "Idioma shuar"@es,
        "Shuar"@fr,
        "Šuarų kalba"@lt,
        "Lenga shuar"@pms,
        "Shuwar simi"@qu .

<http://lexvo.org/id/iso639-3/jun> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "jun"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/juan1238> ;
    owl:sameAs <http://dbpedia.org/resource/Juang_language>,
        <http://www.mpii.de/yago/resource/Juang_language> ;
    skos:altLabel "Juang language"@en ;
    skos:definition "The Juang language is a language spoken primarily by the Juang people of eastern India."@en ;
    skos:inScheme lexvo: ;
    skos:notation "jun"^^xsd:string ;
    skos:prefLabel "Juang"@en,
        "Джуанг"@ru .

<http://lexvo.org/id/iso639-3/kei> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kei"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/keii1239> ;
    owl:sameAs <http://dbpedia.org/resource/Kei_language>,
        <http://www.mpii.de/yago/resource/Kei_language> ;
    skos:altLabel "Kei language"@en ;
    skos:definition "Kei (also called Kai, Saumlaki or Veveu evav) is an Indonesian language spoken by approximately inhabitants (2000) of the Moluccas. They live on the islands of Kai Besar and Kai Kecil, as well as neighbouring islands, in the regency of Kabupaten Maluku Tenggara Barat."@en ;
    skos:inScheme lexvo: ;
    skos:notation "kei"^^xsd:string ;
    skos:prefLabel "Kei"@en,
        "Kei"@fr,
        "Bahasa Kei"@id .

<http://lexvo.org/id/iso639-3/kek> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kek"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/kekc1242> ;
    owl:sameAs <http://dbpedia.org/resource/Q%E2%80%99eqchi%E2%80%99_language>,
        <http://www.mpii.de/yago/resource/Q%E2%80%99eqchi%E2%80%99_language> ;
    skos:altLabel "Q’eqchi’ language"@en ;
    skos:definition "The Qeqchi language, also spelled Kekchi, is one of the Mayan languages, natively spoken within Qeqchi communities in Guatemala and Belize. In Guatemala, Qeqchi is spoken in the departments of Alta Verapaz, Petén, Izabal, Baja Verapaz, and El Quiché. Several Maya communities in the Toledo District of Belize use this language as their first language, and the majority of Mayas in Toledo speak Qeqchi."@en ;
    skos:inScheme lexvo: ;
    skos:notation "kek"^^xsd:string ;
    skos:prefLabel "Kekchí-Sprache"@de,
        "Kekchí"@en,
        "Idioma quekchí"@es,
        "Q'eqchi'"@fr,
        "Kekčių kalba"@lt,
        "Кекчиски јазик"@mk,
        "Q'eqchi'"@nl,
        "Kekchi"@no,
        "Język kekczi"@pl,
        "Lenga q'eqchi'"@pms,
        "Língua queqchi"@pt,
        "Q'eqchí simi"@qu,
        "Кекчи"@ru .

<http://lexvo.org/id/iso639-3/ker> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ker"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/kera1255> ;
    owl:sameAs <http://dbpedia.org/resource/Kera_language>,
        <http://www.mpii.de/yago/resource/Kera_language> ;
    skos:altLabel "Kera language"@en ;
    skos:definition "Kera is an East Chadic language spoken by 45,000 people in Southwest Chad and 6,000 people in North Cameroon."@en ;
    skos:inScheme lexvo: ;
    skos:notation "ker"^^xsd:string ;
    skos:prefLabel "Keraeg"@br,
        "Kera"@en,
        "Kera jezik"@hr,
        "Kikera"@sw .

<http://lexvo.org/id/iso639-3/ket> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ket"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/kett1243> ;
    owl:sameAs <http://dbpedia.org/resource/Ket_language>,
        <http://www.mpii.de/yago/resource/Ket_language> ;
    skos:altLabel "Ket language"@en ;
    skos:definition "The Ket language, formerly known as Yenisei Ostyak, is a Siberian language long thought to be an isolate, the sole surviving language of a Yeniseian language family. It is spoken along the middle Yenisei basin by the Ket people."@en ;
    skos:inScheme lexvo: ;
    skos:notation "ket"^^xsd:string ;
    skos:prefLabel "Ket dili"@az,
        "Keteg"@br,
        "Ketština"@cs,
        "Кет чĕлхи"@cv,
        "Jenisseische Sprachen#Das Ketische"@de,
        "Ket"@en,
        "Keta lingvo"@eo,
        "Idioma ket"@es,
        "Ketin kieli"@fi,
        "Kete"@fr,
        "Ketski jezik"@hr,
        "Lingua ket"@it,
        "ケット語"@ja,
        "კეტური ენა"@ka,
        "케트어"@ko,
        "Кет йӹлмӹ"@mrj,
        "Ket"@nl,
        "Ketisk språk"@nn,
        "Ketisk"@no,
        "Język ketyjski"@pl,
        "Кетский язык"@ru,
        "Ketiska"@sv,
        "கெட் மொழி"@ta,
        "愒語"@zh .

<http://lexvo.org/id/iso639-3/khr> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "khr"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/khar1287> ;
    owl:sameAs <http://dbpedia.org/resource/Kharia_language>,
        <http://www.mpii.de/yago/resource/Kharia_language> ;
    skos:altLabel "Kharia language"@en ;
    skos:definition "The Kharia language is an Austro-Asiatic language that is primarily spoken by indigenous Kharia people of eastern India."@en ;
    skos:inScheme lexvo: ;
    skos:notation "khr"^^xsd:string ;
    skos:prefLabel "Kharia"@en,
        "Lingua Kharia"@la,
        "Lenga kharia"@pms .

<http://lexvo.org/id/iso639-3/khv> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "khv"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/khva1239> ;
    owl:sameAs <http://dbpedia.org/resource/Khwarshi_language>,
        <http://www.mpii.de/yago/resource/Khwarshi_language> ;
    skos:altLabel "Khwarshi language"@en ;
    skos:definition "Khwarshi, also spelled Khvarshi, is a Northeast Caucasian language spoken in the Tsumadinsky-, Kizilyurtovsky- and Khasavyurtovsky districts of Dagestan by the Khwarshi people. The exact number of speakers is not known, but the linguist Zaira Khalilova, who has carried out fieldwork in the period from 2005 to 2009, gives the figure 8,500. Other sources give much lower figures, such as Ethnologue with the figure 1,870 and the latest population census of Russia with the figure 1,872. The low figures are because many Khwarshi have registered themselves as being Avar speakers, The syllabic structure of Khwarshi is also quite simple, with (C)V(C) being the most common structure, of which V(C) is only permitted word-initially."@en ;
    skos:inScheme lexvo: ;
    skos:notation "khv"^^xsd:string ;
    skos:prefLabel "C'hvarcheg"@br,
        "Khvarshi"@en,
        "Hvaršin kieli"@fi,
        "Khvarshi"@fr,
        "ხვარშიული ენა"@ka,
        "Хваршиски јазик"@mk,
        "Język chwarszyjski"@pl,
        "Хваршинский язык"@ru,
        "Хваршинська мова"@uk .

<http://lexvo.org/id/iso639-3/kjn> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kjn"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/kunj1245> ;
    owl:sameAs <http://dbpedia.org/resource/Kunjen_language>,
        <http://www.mpii.de/yago/resource/Kunjen_language> ;
    skos:altLabel "Kunjen language"@en ;
    skos:definition "Kunjen is a Paman language spoken on the Cape York Peninsula of Queensland, Australia, by the Uw Olkola and Uw Oykangand people. The two dialects, Uw Olkola and Uw Oykangand, are very close, being mutually intelligible and sharing 97% of their core vocabulary."@en ;
    skos:inScheme lexvo: ;
    skos:notation "kjn"^^xsd:string ;
    skos:prefLabel "Kunjen"@en .

<http://lexvo.org/id/iso639-3/kmt> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kmt"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/kemt1242> ;
    owl:sameAs <http://dbpedia.org/resource/Kemtuik_language>,
        <http://www.mpii.de/yago/resource/Kemtuik_language> ;
    skos:altLabel "Kemtuik language"@en ;
    skos:definition "Kemtuik (Kamtuk) is a Papuan language of Indonesia. It is very close to Gresi."@en ;
    skos:inScheme lexvo: ;
    skos:notation "kmt"^^xsd:string ;
    skos:prefLabel "Kemtuik"@en .

<http://lexvo.org/id/iso639-3/kng> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kng"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/koon1244> ;
    skos:inScheme lexvo: ;
    skos:notation "kng"^^xsd:string ;
    skos:prefLabel "Koongo"@en .

<http://lexvo.org/id/iso639-3/kpo> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kpo"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/ikpo1238> ;
    owl:sameAs <http://dbpedia.org/resource/Kposo_language>,
        <http://www.mpii.de/yago/resource/Kposo_language> ;
    skos:altLabel "Kposo language"@en ;
    skos:definition "Kposo language, or Ikposo , is the language of the Akposso people, spoken mainly in the Plateau Region of Togo, but also into eastern Ghana. It is considered one of the Ghana–Togo Mountain languages."@en ;
    skos:inScheme lexvo: ;
    skos:notation "kpo"^^xsd:string ;
    skos:prefLabel "Akposo"@de,
        "Ikposo"@en,
        "Lingua akposo"@gl,
        "Lenga Ikposo"@pms .

<http://lexvo.org/id/iso639-3/kwn> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kwn"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/kwan1273> ;
    owl:sameAs <http://dbpedia.org/resource/Kwangali_language>,
        <http://www.mpii.de/yago/resource/Kwangali_language> ;
    skos:altLabel "Kwangali language"@en ;
    skos:definition "Kwangali, also known as RuKwangali and SiKwangali, is a Bantu language spoken by 85,000 people along the Okavango River in Namibia, where it is a national language, and in Angola. It is one of several Bantu languages of the Okavango which have click consonants; these are the dental clicks c and gc, along with prenasalization and aspiration. It also has a nasal glottal approximant."@en ;
    skos:inScheme lexvo: ;
    skos:notation "kwn"^^xsd:string ;
    skos:prefLabel "Kwangali"@ca,
        "RuKwangali"@de,
        "Kwangali"@en,
        "Idioma RuKwangali"@es,
        "Kwangali"@nl,
        "Lenga Kwangwali"@pms,
        "Kwangali"@pt,
        "Kikwangali"@sw .

<http://lexvo.org/id/iso639-3/kxv> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kxv"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/kuvi1243> ;
    owl:sameAs <http://lexvo.org/id/wordnet/30/noun/kuvi_1_10_00> ;
    skos:inScheme lexvo: ;
    skos:notation "kxv"^^xsd:string ;
    skos:prefLabel "Kuvi"@en .

<http://lexvo.org/id/iso639-3/lac> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "lac"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/laca1243> ;
    owl:sameAs <http://dbpedia.org/resource/Lacandon_language>,
        <http://www.mpii.de/yago/resource/Lacandon_language> ;
    skos:altLabel "Lacandon language"@en ;
    skos:definition "Lacandon (Jach-t’aan in the revised orthography of the Instituto Nacional de Lenguas Indigenas) is a Mayan language spoken by approximately 1000 Lacandon people in the state of Chiapas in Mexico. Native Lacandon speakers refer to their language as Jach t’aan or Hach t'an. A portion of the Lacandon people also speak Tzeltal, Chol, and Spanish."@en ;
    skos:inScheme lexvo: ;
    skos:notation "lac"^^xsd:string ;
    skos:prefLabel "Lakandonština"@cs,
        "Lakandonisch"@de,
        "Lacandon"@en,
        "Idioma lacandón"@es,
        "Лакандонски јазик"@mk,
        "Lakandonsk"@no,
        "Língua lacandona"@pt,
        "Лакандонский язык"@ru .

<http://lexvo.org/id/iso639-3/laf> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "laf"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/lafo1243> ;
    owl:sameAs <http://dbpedia.org/resource/Lafofa_languages>,
        <http://www.mpii.de/yago/resource/Lafofa_languages> ;
    skos:altLabel "Lafofa languages"@en ;
    skos:definition "Lafofa, also Tegem, is a Niger–Congo language cluster spoken in Kordofan, Sudan. Blench (2010) considers the Tegem and Amira varieties to be distinct languages; as Lafofa is poorly attested, there may be others."@en ;
    skos:inScheme lexvo: ;
    skos:notation "laf"^^xsd:string ;
    skos:prefLabel "Lafofeg"@br,
        "Lafofa"@de,
        "Lafofa"@en,
        "Lafofa jezik"@hr,
        "Тегемски јазик"@mk,
        "Lenga Lalofa"@pms .

<http://lexvo.org/id/iso639-3/lep> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "lep"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/lepc1244> ;
    owl:sameAs <http://dbpedia.org/resource/Lepcha_language>,
        <http://www.mpii.de/yago/resource/Lepcha_language> ;
    skos:altLabel "Lepcha language"@en ;
    skos:definition "Lepcha language, or Róng language (Lepcha: ; Róng ríng), is a Himalayish language spoken by the Lepcha people in Sikkim and parts of West Bengal, Nepal and Bhutan."@en ;
    skos:inScheme lexvo: ;
    skos:notation "lep"^^xsd:string ;
    skos:prefLabel "Leptchaeg"@br,
        "Lepcha"@cy,
        "Lepcha"@de,
        "Lepcha"@en,
        "Lepchaish"@gv,
        "Lepcha jezik"@hr,
        "レプチャ語"@ja,
        "Lingua Lepcha"@la,
        "Język lepcza"@pl,
        "Lenga Lepcha"@pms,
        "Лепча"@ru,
        "ภาษาเลปชา"@th,
        "Лепча"@uk .

<http://lexvo.org/id/iso639-3/lha> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "lha"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/laha1250> ;
    owl:sameAs <http://dbpedia.org/resource/Laha_language>,
        <http://www.mpii.de/yago/resource/Laha_language> ;
    skos:altLabel "Laha (Viet Nam)"@en,
        "Laha language"@en ;
    skos:definition "Laha (Chinese: 拉哈, Vietnamese: La Ha) is a Kra language spoken by approximately 1,400 people out of a total population of 5,686 Laha. It is spoken in Lào Cai and Sơn La provinces, Vietnam. Laha dialects had been documented in 1986 by Russian linguists and in 1996 by American linguist Jerold A. Edmondson. Many Laha can also converse in the Khmu language, and Laha-speaking areas also have significant Black Thai (Tai Dam), Kháng, Ksongmul (Ksingmul, Xinh-mun), and Hmong populations."@en ;
    skos:inScheme lexvo: ;
    skos:notation "lha"^^xsd:string ;
    skos:prefLabel "Laha"@en,
        "Laha"@fr,
        "Lenga laha"@pms .

<http://lexvo.org/id/iso639-3/lil> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "lil"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/lill1248> ;
    owl:sameAs <http://dbpedia.org/resource/Lillooet_language>,
        <http://www.mpii.de/yago/resource/Lillooet_language> ;
    skos:altLabel "Lillooet language"@en ;
    skos:definition "Lillooet or Lilloet, also known as St’át’imcets , is the Interior Salishan language of the St’át’imc, spoken in southern British Columbia, Canada around the middle Fraser and Lillooet rivers. The dialect of the Lower Lillooet people uses the name Ucwalmícwts as St’át’imcets properly means \"the language of the people of Sat’, i.e. the Upper Lillooet of the Fraser River."@en ;
    skos:inScheme lexvo: ;
    skos:notation "lil"^^xsd:string ;
    skos:prefLabel "Lillooet"@de,
        "Lillooet"@en,
        "St'at'imcets"@fr,
        "Język st’át’imcets"@pl,
        "Lenga lillooet"@pms .

<http://lexvo.org/id/iso639-3/lis> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "lis"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/lisu1250> ;
    owl:sameAs <http://dbpedia.org/resource/Lisu_language>,
        <http://www.mpii.de/yago/resource/Lisu_language> ;
    skos:altLabel "Lisu language"@en ;
    skos:definition "Lisu (Lisu: ꓡꓲ-ꓢꓴ; , ) is a tonal Tibeto-Burman language spoken in Yunnan (southwestern China), northern Burma (Myanmar), and Thailand and a small part of India. Along with Lipo, it is one of two languages of the Lisu people. Lisu has many dialects that originate from the country in which they live. Hua Lisu, Pai Lisu, and Lu Shi Lisu dialects are spoken in China. Although they are mutually intelligible, some have many more loan words from other languages than others."@en ;
    skos:inScheme lexvo: ;
    skos:notation "lis"^^xsd:string ;
    skos:prefLabel "Lisoueg"@br,
        "Lisu"@en,
        "Lisun kieli"@fi,
        "리수어"@ko,
        "လီဆူးဘာသာစကား"@my,
        "Język lisu"@pl,
        "Лису"@ru,
        "Lisu"@sv,
        "ภาษาลีสู่"@th,
        "傈僳语"@zh .

<http://lexvo.org/id/iso639-3/liv> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "liv"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/livv1244> ;
    owl:sameAs <http://dbpedia.org/resource/Livonian_language>,
        <http://www.mpii.de/yago/resource/Livonian_language> ;
    skos:altLabel "Livonian language"@en ;
    skos:definition "Livonian ( or ) belongs to the Finnic branch of the Uralic languages. It is a nearly extinct language, with one of its last native speakers having died in February 2009. It is closely related to Estonian. The native land of the Livonian people is Livonia, located in Latvia, in the north of the Kurzeme peninsula."@en ;
    skos:inScheme lexvo: ;
    skos:notation "liv"^^xsd:string ;
    skos:prefLabel "Lyfs"@af,
        "Idioma livo"@an,
        "Ливонски език"@bg,
        "Livoneg"@br,
        "Livonià"@ca,
        "Livonština"@cs,
        "Лив чĕлхи"@cv,
        "Livisk"@da,
        "Livische Sprache"@de,
        "Liv"@en,
        "Livona lingvo"@eo,
        "Idioma livonio"@es,
        "Liivi keel"@et,
        "Liivin kieli"@fi,
        "Livonskt"@fo,
        "Live"@fr,
        "Livische Sprache"@gsw-FR,
        "Livonish"@gv,
        "ליבונית"@he,
        "Lív nyelv"@hu,
        "Lingua livone"@it,
        "リヴォニア語"@ja,
        "ლივური ენა"@ka,
        "리브어"@ko,
        "Лив кыв"@koi,
        "Zimanê lîvonî"@ku,
        "Лив кыв"@kv,
        "Livonek"@kw,
        "Liefs"@li,
        "Lyvių kalba"@lt,
        "Līviu kalba"@lt-x,
        "Lībiešu valoda"@lv,
        "Лив йӹлмӹ"@mrj,
        "Livonia-gí"@nan,
        "Lijfs"@nl,
        "Livisk"@nn,
        "Livisk"@no,
        "Język liwski"@pl,
        "Lenga Liv"@pms,
        "Língua livoniana"@pt,
        "Ливский язык"@ru,
        "Ikilivoniya"@rw,
        "Liivigiella"@se,
        "Liviska"@sv,
        "Лівська мова"@uk,
        "Liivi kiil"@vro,
        "利沃尼亚语"@zh .

<http://lexvo.org/id/iso639-3/lkt> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "lkt"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/lako1247> ;
    owl:sameAs <http://dbpedia.org/resource/Lakota_language>,
        <http://www.mpii.de/yago/resource/Lakota_language> ;
    skos:altLabel "Lakota language"@en ;
    skos:definition "Lakota (also Lakhota, Teton, Teton Sioux) is a Siouan language spoken by the Lakota people of the Sioux tribes. While generally taught and considered by speakers as a separate language, Lakota is mutually understandable with the other two languages (cf. Dakota language), and is considered by most linguists one of the three major varieties of the Sioux language. The Lakota language represents one of the largest Native American language speech communities in the United States, with approximately 6,000 speakers living mostly in northern plains states of North Dakota and South Dakota. No syllables end with consonantal ."@en ;
    skos:inScheme lexvo: ;
    skos:notation "lkt"^^xsd:string ;
    skos:prefLabel "Lakota"@bar,
        "Lakotština"@cs,
        "Lakota"@da,
        "Lakota"@de,
        "Lakota"@en,
        "Lakota lingvo"@eo,
        "Lakota"@fr,
        "Lingua lakota"@it,
        "Lakota"@no,
        "Lakota"@oc,
        "Język lakota"@pl,
        "Lenga lakota"@pms,
        "Língua dacota"@pt,
        "Lak'ota simi"@qu,
        "Lakota"@sv .

<http://lexvo.org/id/iso639-3/lmn> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "lmn"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/lamb1269> ;
    owl:sameAs <http://dbpedia.org/resource/Lambadi_language>,
        <http://www.mpii.de/yago/resource/Lambadi_language> ;
    skos:altLabel "Lambadi language"@en ;
    skos:definition "Lambadi is a Rajasthani language spoken by nomadic Banjara people across India."@en ;
    skos:inScheme lexvo: ;
    skos:notation "lmn"^^xsd:string ;
    skos:prefLabel "Lambadi"@en,
        "Lambadi"@pl,
        "Lenga lambadi"@pms,
        "Língua lambadi"@pt .

<http://lexvo.org/id/iso639-3/lns> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "lns"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/lamn1239> ;
    owl:sameAs <http://dbpedia.org/resource/Nso_language>,
        <http://www.mpii.de/yago/resource/Nso_language> ;
    skos:altLabel "Nso language"@en ;
    skos:definition "Lamnso (Lamnsɔ’) is the language of the Nso people of Cameroon. A few may remain in Nigeria. It is a Grassfields language with ten major noun classes. The ISO 639-3 code is lns. This language is spoken by about over 100,000 people."@en ;
    skos:inScheme lexvo: ;
    skos:notation "lns"^^xsd:string ;
    skos:prefLabel "Lamnso"@de,
        "Lamnso'"@en,
        "Lenga Lamnso'"@pms,
        "Kilamnso'"@sw .

<http://lexvo.org/id/iso639-3/lob> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "lob"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/lobi1245> ;
    owl:sameAs <http://dbpedia.org/resource/Lobi_language>,
        <http://www.mpii.de/yago/resource/Lobi_language> ;
    skos:altLabel "Lobi language"@en ;
    skos:definition "Lobi (also Miwa) is a Gur language of Burkina Faso and Ivory Coast."@en ;
    skos:inScheme lexvo: ;
    skos:notation "lob"^^xsd:string ;
    skos:prefLabel "Lobiri"@de,
        "Lobi"@en,
        "Lobiri"@fr,
        "Lenga Lobi"@pms .

<http://lexvo.org/id/iso639-3/lok> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "lok"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/loko1255> ;
    owl:sameAs <http://dbpedia.org/resource/Loko_language>,
        <http://www.mpii.de/yago/resource/Loko_language> ;
    skos:altLabel "Loko language"@en ;
    skos:definition "The Loko language is a Mande language spoken in Sierra Leone by the Loko people, who live primarily in the Northern Province."@en ;
    skos:inScheme lexvo: ;
    skos:notation "lok"^^xsd:string ;
    skos:prefLabel "Loko"@en .

<http://lexvo.org/id/iso639-3/mca> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mca"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/maca1260> ;
    owl:sameAs <http://dbpedia.org/resource/Mak%C3%A1_language>,
        <http://www.mpii.de/yago/resource/Mak%C3%A1_language> ;
    skos:altLabel "Maká language"@en ;
    skos:definition "Maká is a Matacoan language spoken in Paraguay by the Maká people. Its 1500 speakers live primarily in Presidente Hayes Department near the Río Negro, as well as in and around Asunción."@en ;
    skos:inScheme lexvo: ;
    skos:notation "mca"^^xsd:string ;
    skos:prefLabel "Maca"@en,
        "Maká"@fr,
        "Makų kalba"@lt .

<http://lexvo.org/id/iso639-3/mel> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mel"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/cent2101> ;
    owl:sameAs <http://dbpedia.org/resource/Melanau_language>,
        <http://www.mpii.de/yago/resource/Melanau_language> ;
    skos:altLabel "Melanau language"@en,
        "Melanau, Central"@en ;
    skos:definition "Melanau is an Austronesian language spoken in the coastal area of the Rejang delta on northwest Borneo, Sarawak, Malaysia and Brunei. There are several dialects—Mukah-Oya, Balingian, Bruit, Dalat, Igan, Sarikei, Segahan, Prehan, Segalang, and Siteng."@en ;
    skos:inScheme lexvo: ;
    skos:notation "mel"^^xsd:string ;
    skos:prefLabel "Central Melanau"@en,
        "Bahasa Melanau"@id .

<http://lexvo.org/id/iso639-3/mmn> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mmn"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/mama1275> ;
    owl:sameAs <http://dbpedia.org/resource/Mamanwa_language>,
        <http://www.mpii.de/yago/resource/Mamanwa_language> ;
    skos:altLabel "Mamanwa language"@en ;
    skos:definition "The Mamanwa language is a Central Philippine language spoken in the provinces of Agusan del Norte and Surigao in Mindanao, Philippines. It had about 5,000 speakers as of 1990."@en ;
    skos:inScheme lexvo: ;
    skos:notation "mmn"^^xsd:string ;
    skos:prefLabel "Mamanwa"@en .

<http://lexvo.org/id/iso639-3/mop> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mop"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/mopa1243> ;
    owl:sameAs <http://dbpedia.org/resource/Mopan_Maya_language>,
        <http://www.mpii.de/yago/resource/Mopan_Maya_language> ;
    skos:altLabel "Mopan Maya language"@en ;
    skos:definition "Mopan is a language that belongs to the Yucatecan branch of the Mayan languages. It is spoken by the Mopan people. It is spoken in Belize and Guatemala."@en ;
    skos:inScheme lexvo: ;
    skos:notation "mop"^^xsd:string ;
    skos:prefLabel "Mopan-Sprache"@de,
        "Mopán Maya"@en,
        "Idioma mopán"@es,
        "Maya mopan"@fr,
        "Mopanų kalba"@lt,
        "Мопански јазик"@mk,
        "Mopan"@nl,
        "Mopan"@no,
        "Língua mopan"@pt,
        "Мопанский язык"@ru .

<http://lexvo.org/id/iso639-3/mzn> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mzn"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/maza1291> ;
    owl:sameAs <http://dbpedia.org/resource/Mazandarani_language>,
        <http://www.lingvoj.org/lang/mzn>,
        <http://www.mpii.de/yago/resource/Mazandarani_language> ;
    skos:altLabel "Mazandarani language"@en ;
    skos:definition "Mazandarani (مازندرانی) or Tabari (تبری) (Also known as: Mazaniki) is an Iranian language of the Northwestern branch, spoken mainly in Iran's Mazandaran, Gilan and Golestan provinces. As a member of the Northwestern branch (the northern branch of Western Iranian), genetically speaking it is rather closely related to Gilaki, and more distantly related to Persian, which belongs to the Southwestern branch."@en ;
    skos:inScheme lexvo: ;
    skos:notation "mzn"^^xsd:string ;
    skos:prefLabel "لغة مازاندرانية"@ar,
        "مازندرانى"@arz,
        "Mazandaran dili"@az,
        "Мазандерански език"@bg,
        "Mazanderaneg"@br,
        "Mazanderani"@ca,
        "Mazenisk"@da,
        "Masanderanische Sprache"@de,
        "Mazenderanki"@diq,
        "Μαζανταρανί"@el,
        "Mazanderani"@en,
        "Mazandarana lingvo"@eo,
        "Idioma mazandaraní"@es,
        "زبان مازندرانی"@fa,
        "Mazandaranin kieli"@fi,
        "Mazandarani"@fr,
        "Mazanderani bhasa"@hif,
        "Mázandaráni nyelv"@hu,
        "マーザンダラーン語"@ja,
        "Zimanê mazenderanî"@ku,
        "Mazenderanių kalba"@lt,
        "مازرونی زیوون"@mzn,
        "Mazandarani"@no,
        "Język mazanderański"@pl,
        "Lenga Mazanderani"@pms,
        "مازندرانی"@pnb,
        "Мазандеранский язык"@ru,
        "Mazenderani"@sv,
        "ภาษามาซันดารานี"@th,
        "Мазандеранська мова"@uk,
        "马赞德兰语"@zh .

<http://lexvo.org/id/iso639-3/nak> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "nak"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/naka1262> ;
    owl:sameAs <http://dbpedia.org/resource/Nakanai_language>,
        <http://www.mpii.de/yago/resource/Nakanai_language> ;
    skos:altLabel "Nakanai language"@en ;
    skos:definition "The Nakanai language is spoken by the Nakanai tribe in West New Britain, a province of Papua New Guinea. It is an Austronesian language, belonging to the Malayo-Polynesian subgroup."@en ;
    skos:inScheme lexvo: ;
    skos:notation "nak"^^xsd:string ;
    skos:prefLabel "Nakanai"@en .

<http://lexvo.org/id/iso639-3/nal> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "nal"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/nali1244> ;
    owl:sameAs <http://dbpedia.org/resource/Nalik_language>,
        <http://www.mpii.de/yago/resource/Nalik_language> ;
    skos:altLabel "Nalik language"@en ;
    skos:definition "The Nalik language is spoken by approximately 5,000 people, based in 17 villages in Kavieng District, New Ireland, Papua New Guinea."@en ;
    skos:inScheme lexvo: ;
    skos:notation "nal"^^xsd:string ;
    skos:prefLabel "Nalik"@en,
        "Nalik"@fr .

<http://lexvo.org/id/iso639-3/nas> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "nas"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/naas1242> ;
    owl:sameAs <http://dbpedia.org/resource/Naasioi_language>,
        <http://www.mpii.de/yago/resource/Naasioi_language> ;
    skos:altLabel "Naasioi language"@en ;
    skos:definition "Naasioi (also Nasioi, Kieta, Kieta Talk, Aunge) is an East Papuan language spoken in the central mountains and southeast coast of Kieta District, Bougainville Province, Papua New Guinea."@en ;
    skos:inScheme lexvo: ;
    skos:notation "nas"^^xsd:string ;
    skos:prefLabel "Nasioyeg"@br,
        "Naasioi"@de,
        "Naasioi"@en,
        "Naasioi"@fr,
        "Język nasioi"@pl .

<http://lexvo.org/id/iso639-3/nbf> a lvont:Language,
        skos:Concept ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/naxi1245> ;
    owl:sameAs <http://dbpedia.org/resource/Naxi_language>,
        <http://www.mpii.de/yago/resource/Naxi_language> ;
    skos:definition "Naxi (also known as Nakhi, Nasi, Lomi, Moso, Mo-su) is a Tibeto-Burman language or group of languages spoken by some 310,000 people concentrated in the Lijiang City Yulong Naxi Autonomous County (Yùlóng Nàxīzú Zìzhìxiàn 玉龍納西族自治縣) of the province of Yunnan, China. Nakhi is also the name of the ethnic group that speaks it."@en ;
    skos:inScheme lexvo: ;
    skos:prefLabel "Nachieg"@br,
        "Naxi language"@en,
        "Naxi"@fr,
        "נאסי"@he,
        "Język naxi"@pl,
        "Наси"@ru,
        "ภาษาน่าซี"@th,
        "納西語"@zh .

<http://lexvo.org/id/iso639-3/nbj> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "nbj"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/ngar1235> ;
    skos:inScheme lexvo: ;
    skos:notation "nbj"^^xsd:string ;
    skos:prefLabel "Ngarinman"@en .

<http://lexvo.org/id/iso639-3/neg> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "neg"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/negi1245> ;
    owl:sameAs <http://dbpedia.org/resource/Negidal_language>,
        <http://www.mpii.de/yago/resource/Negidal_language> ;
    skos:altLabel "Negidal language"@en ;
    skos:definition "Negidal (also spelled Neghidal) is a language of the Tungusic family spoken in the Russian Far East, mostly in Khabarovskij Kraj, along the lower reaches of the Amur River. Negidal belongs to the Northern branch of Tungusic, together with Evenki and Even. It is particularly close to Evenki, to the extent that it is occasionally referred to as a dialect of Evenki."@en ;
    skos:inScheme lexvo: ;
    skos:notation "neg"^^xsd:string ;
    skos:prefLabel "Negidaleg"@br,
        "Negidal"@en,
        "Negidala lingvo"@eo,
        "Negidaalin kieli"@fi,
        "Néguidale"@fr,
        "Негидал кыв"@kv,
        "Negidalų kalba"@lt,
        "Негидалски јазик"@mk,
        "Negidalsk"@nn,
        "Negidalsk"@no,
        "Lenga negidal"@pms,
        "Негидальский язык"@ru .

<http://lexvo.org/id/iso639-3/ngo> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ngo"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/ngon1269> ;
    owl:sameAs <http://dbpedia.org/resource/Ngoni_language>,
        <http://www.mpii.de/yago/resource/Ngoni_language> ;
    skos:altLabel "Ngoni language"@en ;
    skos:definition "Ngoni is a Bantu language of Tanzania and Mozambique. It is one of several languages of the Ngoni people, who descend from the Nguni people of southern Africa. Despite its name, it is not descended from an Nguni language, but only retains the name. Generally any language spoken by the Ngoni may be called \"Ngoni\": The Ngoni of Malawi, for instance, is Chewa, and other Ngoni speak Tumbuka or Nsenga."@en ;
    skos:inScheme lexvo: ;
    skos:notation "ngo"^^xsd:string ;
    skos:prefLabel "Ngoni"@en .

<http://lexvo.org/id/iso639-3/nha> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "nha"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/nhan1238> ;
    owl:sameAs <http://dbpedia.org/resource/Nhanda_language>,
        <http://www.mpii.de/yago/resource/Nhanda_language> ;
    skos:altLabel "Nhanda language"@en ;
    skos:definition "Nhanda or Nhanta or Nhandi is an Australian Aboriginal language. It has been considered a member of the Kartu languages group of the large Southwest branch of the Pama–Nyungan family, but recent research has thrown this classification into question."@en ;
    skos:inScheme lexvo: ;
    skos:notation "nha"^^xsd:string ;
    skos:prefLabel "Nhanda"@en,
        "Nhanta"@fr,
        "Nhanda"@sv .

<http://lexvo.org/id/iso639-3/nkr> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "nkr"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/nuku1260> ;
    owl:sameAs <http://dbpedia.org/resource/Nukuoro_language>,
        <http://www.mpii.de/yago/resource/Nukuoro_language> ;
    skos:altLabel "Nukuoro language"@en ;
    skos:definition "The Nukuoro language is a Polynesian language, spoken by about 860 people on the Nukuoro Island and on Pohnpei in Micronesia. It is extremely similar to Kapingamarangi language."@en ;
    skos:inScheme lexvo: ;
    skos:notation "nkr"^^xsd:string ;
    skos:prefLabel "Nukuoro"@en,
        "Nukuoron kieli"@fi,
        "Lingua Nukuoro"@it,
        "Nukuoro kalba"@lt,
        "Нукуоро"@ru .

<http://lexvo.org/id/iso639-3/nov> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "nov"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Novial>,
        <http://lexvo.org/id/wordnet/30/noun/novial_1_10_00>,
        <http://www.lingvoj.org/lang/nov>,
        <http://www.mpii.de/yago/resource/Novial> ;
    skos:definition "Novial [nov- (\"new\") + IAL, International Auxiliary Language] is a constructed international auxiliary language (IAL) intended to facilitate international communication and friendship, without displacing anyone's native language. It was devised by Professor Otto Jespersen, a Danish linguist who was previously involved in the Ido movement, and subsequently in the development of Interlingua."@en ;
    skos:inScheme lexvo: ;
    skos:notation "nov"^^xsd:string ;
    skos:prefLabel "Novial"@af,
        "ኖቪያል"@am,
        "Novial"@an,
        "نوفيال"@ar,
        "Novial dili"@az,
        "Навіяль"@be,
        "Novial"@bs,
        "Новиаль"@cv,
        "Novial"@cy,
        "Novial"@da,
        "Novial"@de,
        "Νόβιαλ"@el,
        "Novial"@en,
        "Novialo"@eo,
        "Novial"@es,
        "Noviaal"@et,
        "نوویال"@fa,
        "Novial"@fi,
        "Novial"@fr,
        "Novial"@fy,
        "Novial"@gl,
        "Novial nyelv"@hu,
        "Novial"@ia,
        "Bahasa Novial"@id,
        "Novial"@ie,
        "Novial"@io,
        "Novial"@is,
        "Novial"@it,
        "ノヴィアル"@ja,
        "노비알"@ko,
        "Lingua Novial"@la,
        "Novial"@mt,
        "Novial"@mwl,
        "Novial"@nl,
        "Novial"@no,
        "Novial"@nov,
        "Novial"@pam,
        "Novial"@pl,
        "Novial"@pms,
        "نوویال"@pnb,
        "Novial"@pt,
        "Novial simi"@qu,
        "Новиаль"@ru,
        "Novial"@sl,
        "Новиал"@sr,
        "SíNovial"@ss,
        "Novial"@sv,
        "நோவியல் மொழி"@ta,
        "ภาษาโนเวียล"@th,
        "Wikang Nobyal"@tl,
        "Novial"@tr,
        "Новіаль"@uk,
        "نوویال"@ur,
        "Novial"@vo,
        "诺维亚语"@zh .

<http://lexvo.org/id/iso639-3/nrm> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "nrm"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/naro1251> ;
    owl:sameAs <http://dbpedia.org/resource/Narom_language>,
        <http://www.lingvoj.org/lang/nrm>,
        <http://www.mpii.de/yago/resource/Narom_language> ;
    skos:altLabel "Narom language"@en ;
    skos:definition "Narom language (sometimes spelled Narum) is a Malayo-Polynesian language of the Lower Baram branch. It is spoken by some 2,420 Narom people in Sarawak, East Malaysia, and particularly in the Miri Division and the area south of Baram River mouth. The language has two dialects."@en ;
    skos:inScheme lexvo: ;
    skos:notation "nrm"^^xsd:string ;
    skos:prefLabel "Narom"@en,
        "Narum"@fr .

<http://lexvo.org/id/iso639-3/nse> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "nse"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/nsen1242> ;
    owl:sameAs <http://dbpedia.org/resource/Nsenga_language>,
        <http://www.mpii.de/yago/resource/Nsenga_language> ;
    skos:altLabel "Nsenga language"@en ;
    skos:definition ":Not to be confused with the Senga language once classified as a dialect of Tumbuka Nsenga, also known as Senga, is a Bantu language of Zambia and Mozambique. Associated with an area on a plateau that forms a watershed between the Zambezi and Luangwa river systems, it has been assigned to a \"Maravi\" group, celebrating the ancient Empire of this region, and Lake Malawi. . A little vocabulary: angataike - shall not die; Mlungu - God; moyo - life; mwana wake - his son; wonse everyone; wosasila - everlasting. J.A.Biddulph (talk) 19:18, 23 January 2012 (UTC)"@en ;
    skos:inScheme lexvo: ;
    skos:notation "nse"^^xsd:string ;
    skos:prefLabel "Nsenga"@en,
        "Język nsenga"@pl,
        "Kinsenga"@sw .

<http://lexvo.org/id/iso639-3/nsk> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "nsk"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/nask1242> ;
    owl:sameAs <http://dbpedia.org/resource/Naskapi_language>,
        <http://www.mpii.de/yago/resource/Naskapi_language> ;
    skos:altLabel "Naskapi language"@en ;
    skos:definition "Naskapi (also known as Iyuw Imuun in the Naskapi language) is an Algonquian language spoken by the Naskapi in Quebec and Labrador, Canada. It is written in Eastern Cree syllabics."@en ;
    skos:inScheme lexvo: ;
    skos:notation "nsk"^^xsd:string ;
    skos:prefLabel "Naskapi"@en,
        "Lenga naskapi"@pms .

<http://lexvo.org/id/iso639-3/ntj> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ntj"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/ngaa1240> ;
    owl:sameAs <http://dbpedia.org/resource/Ngaanyatjarra_language>,
        <http://www.mpii.de/yago/resource/Ngaanyatjarra_language> ;
    skos:altLabel "Ngaanyatjarra language"@en ;
    skos:definition "Ngaanyatjarra (also Nyanganyatjara, Ngaanyatjara, Ngaanjatjarra) is an Australian Aboriginal language. It is one of the Wati languages of the large Southwest branch of the Pama–Nyungan family. It is one of the dialects of the Western Desert Language and is very similar to its close neighbour Ngaatjatjarra, with which it is highly mutually intelligible."@en ;
    skos:inScheme lexvo: ;
    skos:notation "ntj"^^xsd:string ;
    skos:prefLabel "Ngaanyatjarra"@en,
        "Lenga ngaanyatjarra"@pms,
        "Нганятьяра"@ru .

<http://lexvo.org/id/iso639-3/nup> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "nup"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/nupe1254> ;
    owl:sameAs <http://dbpedia.org/resource/Nupe_language>,
        <http://www.mpii.de/yago/resource/Nupe_language> ;
    skos:altLabel "Nupe-Nupe-Tako"@en ;
    skos:definition "The Nupe language (Nufawa, Nupeci, Nupecidji, Nupenchi, Nupencizi) is spoken primarily by the Nupe people of the Middle Belt region of Nigeria; its geographical distribution is limited to the west-central portion of this region and maintains pre-eminence in Niger State."@en ;
    skos:inScheme lexvo: ;
    skos:notation "nup"^^xsd:string ;
    skos:prefLabel "Noupeeg"@br,
        "Nupe"@cy,
        "Nupe"@de,
        "Nupe language"@en,
        "Lenga Nupe-Nupe-Tako"@pms .

<http://lexvo.org/id/iso639-3/nyi> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "nyi"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/amas1236> ;
    owl:sameAs <http://dbpedia.org/resource/Nyimang_language>,
        <http://www.mpii.de/yago/resource/Nyimang_language> ;
    skos:altLabel "Ama (Sudan)"@en,
        "Nyimang language"@en ;
    skos:definition "Nyimang, also known as Ama, is an East Sudanic language spoken in the Nuba Mountains."@en ;
    skos:inScheme lexvo: ;
    skos:notation "nyi"^^xsd:string ;
    skos:prefLabel "Ama"@en .

<http://lexvo.org/id/iso639-3/nzs> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "nzs"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/newz1236> ;
    owl:sameAs <http://dbpedia.org/resource/New_Zealand_Sign_Language>,
        <http://www.mpii.de/yago/resource/New_Zealand_Sign_Language> ;
    skos:definition "New Zealand Sign Language or NZSL is the main language of the deaf community in New Zealand. It became an official language of New Zealand in April 2006, alongside Te Reo Māori."@en ;
    skos:inScheme lexvo: ;
    skos:notation "nzs"^^xsd:string ;
    skos:prefLabel "Neuseeländische Gebärdensprache"@de,
        "New Zealand Sign Language"@en,
        "Uus-Meremaa viipekeel"@et,
        "Uusiseelantilainen viittomakieli"@fi,
        "Langue des signes néo-zélandaise"@fr,
        "Lingua dei segni neozelandese"@it,
        "Bahasa Isyarat New Zealand"@ms,
        "Nyzealandsk tegnspråk"@no,
        "Nowozelandzki język migowy"@pl,
        "Lenga dij segn dla Neuva Zelanda"@pms,
        "Língua de sinais da Nova Zelândia"@pt,
        "Новозеландски знаковни језик"@sr,
        "Nyzeeländskt teckenspråk"@sv,
        "Новозеландська мова жестів"@uk .

<http://lexvo.org/id/iso639-3/oca> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "oca"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/ocai1244> ;
    owl:sameAs <http://dbpedia.org/resource/Ocaina_language>,
        <http://www.mpii.de/yago/resource/Ocaina_language> ;
    skos:altLabel "Ocaina language"@en ;
    skos:definition "Ocaina is an indigenous American language spoken in western South America."@en ;
    skos:inScheme lexvo: ;
    skos:notation "oca"^^xsd:string ;
    skos:prefLabel "Okaineg"@br,
        "Ocaina"@en,
        "Ocaina"@fr,
        "𐍉𐌺𐌰𐌹𐌽𐌰𐍂𐌰𐌶𐌳𐌰"@got,
        "Lenga ocaina"@pms .

<http://lexvo.org/id/iso639-3/ogb> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ogb"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/ogbi1239> ;
    owl:sameAs <http://dbpedia.org/resource/Ogbia_language>,
        <http://www.mpii.de/yago/resource/Ogbia_language> ;
    skos:altLabel "Ogbia language"@en ;
    skos:definition "Ogbia is the most populous of the Central Delta languages of Nigeria, with over a quarter million speakers."@en ;
    skos:inScheme lexvo: ;
    skos:notation "ogb"^^xsd:string ;
    skos:prefLabel "Ogbia"@en .

<http://lexvo.org/id/iso639-3/ojs> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ojs"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/seve1240> ;
    owl:sameAs <http://dbpedia.org/resource/Oji-Cree_language>,
        <http://www.mpii.de/yago/resource/Oji-Cree_language> ;
    skos:altLabel "Oji-Cree language"@en,
        "Ojibwa, Severn"@en ;
    skos:definition "The Severn Ojibwa or the Oji-Cree language (ᐊᓂᐦᔑᓂᓃᒧᐏᐣ, Anishininiimowin; Unpointed: ᐊᓂᔑᓂᓂᒧᐏᐣ) is the indigenous name for a dialect of the Ojibwe language spoken in a series of Oji-Cree communities in northern Ontario and at Island Lake, Manitoba, Canada. Ojibwa is a member of the Algonquian language family, itself a member of the Algic language family."@en ;
    skos:inScheme lexvo: ;
    skos:notation "ojs"^^xsd:string ;
    skos:prefLabel "Ojibweg Severn"@br,
        "Severn Ojibwa"@en,
        "Lenga ojibwa, severn"@pms .

<http://lexvo.org/id/iso639-3/oka> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "oka"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/okan1243> ;
    owl:sameAs <http://dbpedia.org/resource/Colville-Okanagan_language>,
        <http://www.mpii.de/yago/resource/Colville-Okanagan_language> ;
    skos:altLabel "Colville-Okanagan language"@en ;
    skos:definition "Colville-Okanagan is a Salish language which arose among the inhabitants of the Okanagan River Basin and spread into the Columbia River Basin. Following British, American, and Canadian colonization during the 1800s and the subsequent repression of all Salishan languages, the use of Colville-Okanagan declined drastically. Colville-Okanagan is highly endangered and is rarely learned as either a first or second language. There are about 150 deeply fluent speakers of Colville-Okanagan Salish, the majority of whom live in British Columbia. The language is currently moribund and has no fluent speakers younger than 50 years of age. Colville-Okanagan is the second most spoken Salish language after Shuswap."@en ;
    skos:inScheme lexvo: ;
    skos:notation "oka"^^xsd:string ;
    skos:prefLabel "Okanagan"@en,
        "Colville-okanagan"@fr .

<http://lexvo.org/id/iso639-3/oku> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "oku"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/okuu1243> ;
    owl:sameAs <http://dbpedia.org/resource/Oku_language>,
        <http://www.mpii.de/yago/resource/Oku_language> ;
    skos:altLabel "Oku language"@en ;
    skos:definition "Oku (Ebkuo, Ekpwo, Ukfwo, Bvukoo, Kuɔ) is a Grassfields Bantu language of Cameroon."@en ;
    skos:inScheme lexvo: ;
    skos:notation "oku"^^xsd:string ;
    skos:prefLabel "Oku"@de,
        "Oku"@en,
        "Oku"@fr,
        "Lenga Oku"@pms,
        "Kioku"@sw .

<http://lexvo.org/id/iso639-3/osc> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "osc"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Oscan_language>,
        <http://lexvo.org/id/wordnet/30/noun/oscan_1_10_00>,
        <http://www.mpii.de/yago/resource/Oscan_language> ;
    skos:altLabel "Oscan language"@en ;
    skos:definition "Oscan is a term used to describe both an extinct language of southern Italy and the language group to which it belonged."@en ;
    skos:inScheme lexvo: ;
    skos:notation "osc"^^xsd:string ;
    skos:prefLabel "Oskies"@af,
        "Osco"@an,
        "لغة أوسكانية"@ar,
        "اوسكى"@arz,
        "Oskeg"@br,
        "Oscà"@ca,
        "Osgeg"@cy,
        "Oskische Sprache"@de,
        "Oscan"@en,
        "Oska lingvo"@eo,
        "Idioma osco"@es,
        "Oskin kieli"@fi,
        "Osque"@fr,
        "Lingua osca"@gl,
        "Oszk nyelv"@hu,
        "Lingua osca"@it,
        "オスク語"@ja,
        "Lingua Osca"@la,
        "Oskisch"@li,
        "Oskisch"@nl,
        "Oskisk"@no,
        "Język oskijski"@pl,
        "Língua osca"@pt,
        "Limba oscană"@ro,
        "Оскский язык"@ru,
        "Oskičtina"@sk,
        "Oskijščina"@sl,
        "Oskitongo"@srn,
        "Oskiska"@sv,
        "奥斯坎语"@zh .

<http://lexvo.org/id/iso639-3/otr> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "otr"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/otor1240> ;
    owl:sameAs <http://dbpedia.org/resource/Otoro_language>,
        <http://www.mpii.de/yago/resource/Otoro_language> ;
    skos:altLabel "Otoro language"@en ;
    skos:definition "The Otoro language (Utoro, Dhitoro, Litoro) is a Niger–Congo language in the Heiban family spoken in Kordofan, Sudan."@en ;
    skos:inScheme lexvo: ;
    skos:notation "otr"^^xsd:string ;
    skos:prefLabel "Otoroeg"@br,
        "Otoro"@de,
        "Otoro"@en,
        "Otoro"@fr,
        "Otoro jezik"@hr,
        "Утороски јазик"@mk,
        "Lenga Otoro"@pms .

<http://lexvo.org/id/iso639-3/pac> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "pac"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/paco1243> ;
    owl:sameAs <http://dbpedia.org/resource/Pacoh_language>,
        <http://www.mpii.de/yago/resource/Pacoh_language> ;
    skos:altLabel "Pacoh language"@en ;
    skos:definition "The Pacoh language is a member of the Katuic language group, a part of the Eastern Mon–Khmer linguistic branch. Most Pacoh speakers live in central Laos and central Vietnam. Pacoh is undergoing substantial change, influenced by the Vietnamese."@en ;
    skos:inScheme lexvo: ;
    skos:notation "pac"^^xsd:string ;
    skos:prefLabel "Pacoh"@en,
        "Pacoh jezik"@hr,
        "Lenga pacoh"@pms,
        "ภาษาปาโกะห์"@th .

<http://lexvo.org/id/iso639-3/pdc> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "pdc"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Pennsylvania_German_language>,
        <http://lexvo.org/id/wordnet/30/noun/pennsylvania_dutch_1_10_00>,
        <http://www.lingvoj.org/lang/pdc>,
        <http://www.mpii.de/yago/resource/Pennsylvania_German_language> ;
    skos:altLabel "German, Pennsylvania"@en,
        "Pennsylvania German language"@en ;
    skos:definition "The Pennsylvania German language (usually referred to as Pennsylvania Dutch, or simply as Dutch, in American English; usually referred to in Pennsylvania German as Deitsch, Pennsylvania Deitsch or Pennsilfaanisch Deitsch) is a variety of West Central German possibly spoken by more than 250,000 people in North America. It has traditionally been the language of the Pennsylvania Dutch, descendants of late 17th and early 18th century immigrants to the US states of Pennsylvania, Maryland, Virginia and North Carolina from southern Germany, eastern France and Switzerland. Although for many, the term Pennsylvania Dutch is often taken to refer to the Old Order Amish and related groups exclusively, the term should not imply a connection to any particular religious group. The Amish and Mennonites originally made up only a small percentage of the Pennsylvania German population."@en ;
    skos:inScheme lexvo: ;
    skos:notation "pdc"^^xsd:string ;
    skos:prefLabel "Pennsilvaniese Duits"@af,
        "ፔንስልቫኒያ ጀርመንኛ"@am,
        "Alamaneg Pennsylvania"@br,
        "Alemany pennsilvanià"@ca,
        "Pensylvánská němčina"@cs,
        "Pennsylvania Dutch"@de,
        "Pennsylvania German"@en,
        "Pensilvangermana dialekto"@eo,
        "Alemán de Pensilvania"@es,
        "Pennsylvaniako aleman"@eu,
        "Pennsylvaniansaksa"@fi,
        "Allemand de Pennsylvanie"@fr,
        "Pennsylvaniadeutsch"@gsw-FR,
        "Pensilvanijski njemački"@hr,
        "Pennsylvaniai német nyelv"@hu,
        "Tedesco della Pennsylvania"@it,
        "ペンシルベニアドイツ語"@ja,
        "펜실베이니아 독일어"@ko,
        "Pennsylvaynek"@kw,
        "Lingua Deitsch"@la,
        "Lengua tedesca da Pennsylvania"@lij,
        "Tudesch dela Pennsylvania"@lmo,
        "Pennsylvania-teutontlahtōlli"@nah,
        "Pennsylvaniadüütsch"@nds,
        "Pennsylvania-Duits"@nl,
        "Pennsylvaniatysk"@no,
        "Pennsilfaanisch Deitsch"@pdc,
        "Pennsilfaanisch Deitsch"@pfl,
        "Język niemiecki w Pensylwanii"@pl,
        "Lenga tedësca dla Pennsylvania"@pms,
        "پنسلوینیا جرمن بولی"@pnb,
        "Alemão da Pensilvânia"@pt,
        "Germana din Pennsylvania"@ro,
        "Пенсильванско-немецкий диалект"@ru,
        "Pensylvánska nemčina"@sk,
        "Pensilvanska nemščina"@sl,
        "Pennsylvaniatyska"@sv,
        "பென்சில்வேனியா தச்சு"@ta,
        "Pensilvanya Almancası"@tr,
        "پېنسىلۋانىيە نېمىس تىلى"@ug,
        "Пенсильвансько-німецький діалект"@uk,
        "Tiếng Đức Pennsylvania"@vi,
        "賓夕法尼亞德語"@zh .

<http://lexvo.org/id/iso639-3/pkb> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "pkb"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Pokomo_language>,
        <http://lexvo.org/id/wordnet/30/noun/pokomo_1_10_00>,
        <http://www.mpii.de/yago/resource/Pokomo_language> ;
    skos:altLabel "Kipfokomo"@en,
        "Pokomo language"@en ;
    skos:definition "Pokomo (Kipfokomo) is a Bantu language spoken primarily along the East African coast near Tana River in the Tana River District by the Pokomo people of Kenya. All adult speakers of Pokomo are bilingual in Swahili, East Africa's lingua franca."@en ;
    skos:inScheme lexvo: ;
    skos:notation "pkb"^^xsd:string ;
    skos:prefLabel "Pokomo"@en .

<http://lexvo.org/id/iso639-3/plq> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "plq"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Palaic_language>,
        <http://lexvo.org/id/wordnet/30/noun/palaic_1_10_00>,
        <http://www.mpii.de/yago/resource/Palaic_language> ;
    skos:altLabel "Palaic language"@en ;
    skos:definition "Palaic is an extinct Indo-European language, attested in cuneiform tablets in Bronze Age Hattusa, the capital of the Hittites. Its name in Hittite is palaumnili, or \"of the people of Pala\"; Pala was probably to the northwest of the Hittite core area, so in the northwest of present mainland Turkey. That region was overrun by the Kaskas in the 15th century BC, and the language likely went out of daily use at that time."@en ;
    skos:inScheme lexvo: ;
    skos:notation "plq"^^xsd:string ;
    skos:prefLabel "Palaische Sprache"@de,
        "Παλαϊκή γλώσσα"@el,
        "Palaic"@en,
        "زبان پالائی"@fa,
        "Palaijin kieli"@fi,
        "Palaïte"@fr,
        "Lingua palaíta"@gl,
        "Lingua palaica"@it,
        "팔라어"@ko,
        "Палајски јазик"@mk,
        "Palaïsch"@nl,
        "Palaisk"@no,
        "Język palajski"@pl,
        "Палайский язык"@ru,
        "Palajščina"@sl,
        "Palaiska"@sv,
        "ภาษาปาลา"@th,
        "Палайська мова"@uk .

<http://lexvo.org/id/iso639-3/prg> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "prg"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Old_Prussian_language>,
        <http://lexvo.org/id/wordnet/30/noun/old_prussian_1_10_00>,
        <http://www.mpii.de/yago/resource/Old_Prussian_language> ;
    skos:altLabel "Old Prussian language"@en ;
    skos:definition "Old Prussian (Prussian: Prūsiskan or Prūsiskai Bilā) is an extinct Baltic language, once spoken by the Old Prussians the indigenous peoples of the Prussia (not to be confused with the later and much larger German state of the same name), now north-eastern Poland and the Kaliningrad Oblast of Russia. The original territory also included eastern parts of Pomerelia (some parts of the region east of the Vistula River). It was also spoken much further east and south in what became Polesia and part of Podlasia with the conquests by Rus and Poles starting in the 10th century and by the German colonisation of the area which began in the 12th century. According to Gimbutas, the entire area has thousands of river names that can be traced back to an original Baltic language, even though they have undergone Slavicization."@en ;
    skos:inScheme lexvo: ;
    skos:notation "prg"^^xsd:string ;
    skos:prefLabel "Idioma prusián antigo"@an,
        "لغة بروسية قديمة"@ar,
        "Пруски език"@bg,
        "Prussià"@ca,
        "Pruština"@cs,
        "Altpreußische Sprache"@de,
        "Prussian"@en,
        "Praprusoj#Kristanigo kaj la praprusa lingvo"@eo,
        "Idioma prusiano antiguo"@es,
        "زبان پروسی باستان"@fa,
        "Muinaispreussin kieli"@fi,
        "Vieux-prussien"@fr,
        "Lingua prusiana antiga"@gl,
        "Pruski jezik"@hr,
        "Prušćina"@hsb,
        "Bahasa Prusia Kuno"@id,
        "Lingua prussiana"@it,
        "プロシア語"@ja,
        "고대 프로이센어"@ko,
        "Прусс кыв"@kv,
        "Lingua Borussica"@la,
        "Prusisch"@li,
        "Prūsų kalba"@lt,
        "Prūsu kalba"@lt-x,
        "Prūšu valoda"@lv,
        "Пруски јазик"@mk,
        "Oudpruisisch"@nl,
        "Gammalprøyssisk"@nn,
        "Gammelprøyssisk"@no,
        "Język pruski"@pl,
        "Lenga prussian-a"@pms,
        "Prussiano antigo"@pt,
        "Limba prusacă veche"@ro,
        "Прусский язык"@ru,
        "Preussigiella"@se,
        "Stará pruština"@sk,
        "Prusiska"@sv,
        "Prusko godka"@szl,
        "Пруcська мова"@uk,
        "普魯士語"@zh .

<http://lexvo.org/id/iso639-3/prs> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "prs"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/dari1249> ;
    owl:sameAs <http://lexvo.org/id/wordnet/30/noun/dari_1_10_00> ;
    skos:altLabel "Afghan Persian"@en,
        "Persian, Afghan"@en ;
    skos:inScheme lexvo: ;
    skos:notation "prs"^^xsd:string ;
    skos:prefLabel "Dari"@en .

<http://lexvo.org/id/iso639-3/pui> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "pui"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/puin1248> ;
    owl:sameAs <http://dbpedia.org/resource/Puinave_language>,
        <http://www.mpii.de/yago/resource/Puinave_language> ;
    skos:altLabel "Puinave language"@en ;
    skos:definition "Puinave, Waipunavi (Guaipunabi) or Wanse (Wãnsöhöt), is a poorly attested and generally unclassified language of South America."@en ;
    skos:inScheme lexvo: ;
    skos:notation "pui"^^xsd:string ;
    skos:prefLabel "Puinave"@en,
        "Idioma puinave"@es,
        "Puinave"@fr,
        "Lenga puinave"@pms .

<http://lexvo.org/id/iso639-3/puq> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "puq"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/puqu1242> ;
    owl:sameAs <http://dbpedia.org/resource/Puquina_language>,
        <http://www.mpii.de/yago/resource/Puquina_language> ;
    skos:altLabel "Puquina language"@en ;
    skos:definition "Puquina is an extinct language once spoken by the ancient Inca in the region surrounding Lake Titicaca (Perú and Bolivia) and in the north of what is now Chile."@en ;
    skos:inScheme lexvo: ;
    skos:notation "puq"^^xsd:string ;
    skos:prefLabel "Puquinaeg"@br,
        "Puquina"@cs,
        "Puquina"@de,
        "Puquina"@en,
        "Idioma puquina"@es,
        "Puquina"@hr,
        "푸키나어"@ko,
        "Puquina"@nl,
        "Pukina simi"@qu,
        "Пукина"@ru .

<http://lexvo.org/id/iso639-3/qui> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "qui"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/quil1240> ;
    owl:sameAs <http://dbpedia.org/resource/Quileute_language>,
        <http://www.mpii.de/yago/resource/Quileute_language> ;
    skos:altLabel "Quileute language"@en ;
    skos:definition "Quileute , also known as Quillayute , is the only surviving Chimakuan language, spoken by a few Quileute and Makah elders on the western coast of the Olympic peninsula south of Cape Flattery at La Push and the lower Hoh River in Washington State, USA. The name Quileute comes from kʷoʔlí·yot’ , the name of a village at La Push."@en ;
    skos:inScheme lexvo: ;
    skos:notation "qui"^^xsd:string ;
    skos:prefLabel "Quileute"@en,
        "Quileute"@fr .

<http://lexvo.org/id/iso639-3/rao> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "rao"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/raoo1244> ;
    owl:sameAs <http://dbpedia.org/resource/Rao_language>,
        <http://www.mpii.de/yago/resource/Rao_language> ;
    skos:altLabel "Rao language"@en ;
    skos:definition "Rao is a Ramu language of Papua New Guinea. In older literature it may be called Annaberg."@en ;
    skos:inScheme lexvo: ;
    skos:notation "rao"^^xsd:string ;
    skos:prefLabel "Rao"@en .

<http://lexvo.org/id/iso639-3/raw> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "raw"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/rawa1265> ;
    owl:sameAs <http://dbpedia.org/resource/Rawang_language>,
        <http://www.mpii.de/yago/resource/Rawang_language> ;
    skos:altLabel "Rawang language"@en ;
    skos:definition "Rawang is a Tibeto-Burman language of India and Burma."@en ;
    skos:inScheme lexvo: ;
    skos:notation "raw"^^xsd:string ;
    skos:prefLabel "Rawang"@en,
        "ภาษาราวาง"@th .

<http://lexvo.org/id/iso639-3/rej> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "rej"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/reja1240> ;
    owl:sameAs <http://dbpedia.org/resource/Rejang_language>,
        <http://www.mpii.de/yago/resource/Rejang_language> ;
    skos:altLabel "Rejang language"@en ;
    skos:definition "Rejang is spoken by the Rejang people in Bengkulu, Indonesia. It is a Malayo-Polynesian language but has not been further classified. It has five major dialects. The language is quite different from the similarly named language group Rejang–Baram which is spoken on the island of Borneo in Sarawak and Kalimantan."@en ;
    skos:inScheme lexvo: ;
    skos:notation "rej"^^xsd:string ;
    skos:prefLabel "Rejang"@en,
        "Rejang"@fr,
        "Bahasa Rejang"@id,
        "レジャン語"@ja,
        "Basa Rejang"@jv,
        "Bahasa Rejang"@ms,
        "Rejang"@sv .

<http://lexvo.org/id/iso639-3/rim> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "rim"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/nyat1246> ;
    owl:sameAs <http://dbpedia.org/resource/Turu_language>,
        <http://www.mpii.de/yago/resource/Turu_language> ;
    skos:altLabel "Turu language"@en ;
    skos:definition "The Turu or Nyaturu language, Kinyaturu, also known as Rimi Kirimi, is a Bantu language of spoken by the Wanyaturu Arimi of the Singida region of Tanzania. Excluding the Bantu language prefixes Ke- and Ki-, other spellings of the language are Limi and Remi. Dialects of the three Turu tribes are Girwana of the Airwana (Wilwana), Chahi of the Vahi (Wahi), and Ginyamunyinganyi of the Anyiŋanyi (Wanyinganyi)."@en ;
    skos:inScheme lexvo: ;
    skos:notation "rim"^^xsd:string ;
    skos:prefLabel "Nyaturu"@en,
        "Język nyaturu"@pl,
        "Kinyaturu"@sw .

<http://lexvo.org/id/iso639-3/rsl> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "rsl"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/russ1255> ;
    owl:sameAs <http://dbpedia.org/resource/Russian_Sign_Language>,
        <http://www.mpii.de/yago/resource/Russian_Sign_Language> ;
    skos:definition "Russian Sign Language is the sign language of the deaf community in Russia. It has a grammar unlike the (spoken or written) Russian language, with much stricter word order and word formation rules. Russian sign language belongs to a family of French sign language and is similar to American sign language. Vocabulary from Austrian sign language also heavily influences Russian sign language."@en ;
    skos:inScheme lexvo: ;
    skos:notation "rsl"^^xsd:string ;
    skos:prefLabel "Russian Sign Language"@en,
        "Russisk tegnspråk"@no,
        "Русский жестовый язык"@ru .

<http://lexvo.org/id/iso639-3/rut> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "rut"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/rutu1240> ;
    owl:sameAs <http://dbpedia.org/resource/Rutul_language>,
        <http://www.mpii.de/yago/resource/Rutul_language> ;
    skos:altLabel "Rutul language"@en ;
    skos:definition "Rutul is a language spoken by the Rutuls, an ethnic group living in Dagestan (Russia) and some parts of Azerbaijan. It is spoken by 29,400 people in Dagestan and the remaining 110 in Azerbaijan. The word Rutul derives from the name of a Dagestani village where speakers of this language make up the majority."@en ;
    skos:inScheme lexvo: ;
    skos:notation "rut"^^xsd:string ;
    skos:prefLabel "Rutulische Sprache"@de,
        "Rutul"@en,
        "زبان روتول"@fa,
        "Rutulin kieli"@fi,
        "Rutul"@fr,
        "Lingua rutula"@it,
        "Рутул кыв"@kv,
        "Рутулски јазик"@mk,
        "Język rutulski"@pl,
        "Lenga Rutul"@pms,
        "Língua rutul"@pt,
        "Рутульский язык"@ru,
        "Rutulca"@tr,
        "Рутульська мова"@uk .

<http://lexvo.org/id/iso639-3/sed> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "sed"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/seda1262> ;
    owl:sameAs <http://dbpedia.org/resource/Sedang_language>,
        <http://www.mpii.de/yago/resource/Sedang_language> ;
    skos:altLabel "Sedang language"@en ;
    skos:definition "Sedang is an Austro-Asiatic language spoken in eastern Laos and the Kon Tum Province in south central Vietnam. The Sedang language is the most populous of the North Bahnaric language group, which are known for their range of vowel phonations."@en ;
    skos:inScheme lexvo: ;
    skos:notation "sed"^^xsd:string ;
    skos:prefLabel "Sedangeg"@br,
        "Sedang"@en,
        "ภาษาเซดัง"@th .

<http://lexvo.org/id/iso639-3/slr> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "slr"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/sala1264> ;
    owl:sameAs <http://dbpedia.org/resource/Salar_language>,
        <http://www.mpii.de/yago/resource/Salar_language> ;
    skos:altLabel "Salar language"@en ;
    skos:definition "Salar is a Turkic language spoken by the Salar people, who mainly live in the provinces of Qinghai and Gansu in China; some also live in Yining, Xinjiang. The Salar number about 105,000 people, of whom about 60,000 speak the Salar language; the remaining 45,000 speak Chinese."@en ;
    skos:inScheme lexvo: ;
    skos:notation "slr"^^xsd:string ;
    skos:prefLabel "Salar dili"@az,
        "Salareg"@br,
        "Salarische Sprache"@de,
        "Salar"@en,
        "زبان سالار"@fa,
        "Salaarin kieli"@fi,
        "Salar"@fr,
        "Salar dili"@gag,
        "Salarski jezik"@hr,
        "サラール語"@ja,
        "Салар тілі"@kk,
        "살라르어"@ko,
        "Salarų kalba"@lt,
        "Salaru kalba"@lt-x,
        "Саларски јазик"@mk,
        "Lenga salar"@pms,
        "Língua salar"@pt,
        "Саларский язык"@ru,
        "ภาษาซาลาร์"@th,
        "Salarca"@tr,
        "Салар теле"@tt,
        "سالار تىلى"@ug,
        "撒拉语"@zh .

<http://lexvo.org/id/iso639-3/sly> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "sly"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/sela1260> ;
    owl:sameAs <http://dbpedia.org/resource/Selayar_language>,
        <http://www.mpii.de/yago/resource/Selayar_language> ;
    skos:altLabel "Selayar language"@en ;
    skos:definition "Selayar or Selayarese is a Malayo-Polynesian language spoken by about 100,000 people on the island of Selayar in South Sulawesi province, Indonesia."@en ;
    skos:inScheme lexvo: ;
    skos:notation "sly"^^xsd:string ;
    skos:prefLabel "Selayar"@en .

<http://lexvo.org/id/iso639-3/sob> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "sob"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/sobe1238> ;
    owl:sameAs <http://dbpedia.org/resource/Sobei_language>,
        <http://www.mpii.de/yago/resource/Sobei_language> ;
    skos:altLabel "Sobei language"@en ;
    skos:definition "Sobei is one of the Sarmi languages spoken in three villages (Sarmi, Sawar, and Bagaiserwar) near the district center of Sarmi in Papua province of Indonesia. Ethnologue (2005) cites two third-party population estimates of 1,000 and 1,850, while Sterner estimates the population at 1,500 (1975) and 2,000 (1987), based on actual residence in the area."@en ;
    skos:inScheme lexvo: ;
    skos:notation "sob"^^xsd:string ;
    skos:prefLabel "Sobei"@en,
        "Sobei"@fr,
        "Bahasa Sobei"@id,
        "Bahasa Sobei"@ms,
        "Lenga Sobei"@pms .

<http://lexvo.org/id/iso639-3/sok> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "sok"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Sokoro_language>,
        <http://lexvo.org/id/wordnet/30/noun/sokoro_1_10_00>,
        <http://www.mpii.de/yago/resource/Sokoro_language> ;
    skos:altLabel "Sokoro language"@en ;
    skos:definition "Sokoro is an Afro-Asiatic language spoken in central Chad. Dialects are Bedanga and Sokoro."@en ;
    skos:inScheme lexvo: ;
    skos:notation "sok"^^xsd:string ;
    skos:prefLabel "Sokoro"@en .

<http://lexvo.org/id/iso639-3/squ> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "squ"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/squa1248> ;
    owl:sameAs <http://dbpedia.org/resource/Squamish_language>,
        <http://www.mpii.de/yago/resource/Squamish_language> ;
    skos:altLabel "Squamish language"@en ;
    skos:definition "The Squamish language (Squamish: Sḵwx̱wú7mesh snichim, snichim meaning \"language\") is a Coast Salish language spoken by the Squamish people of southwestern British Columbia, Canada, centered on their reserve communities in Squamish, North Vancouver, and West Vancouver. An archaic historical rendering of the native \"Sḵwx̱wú7mesh\" is \"Sko-ko-mish\" but this should not be confused with the name of the Skokomish people of Washington state. Squamish is most closely related to the Sháshíshálh, Halkomelem, and Nooksack languages. In the Squamish orthography, the symbol 7 is used to represent the glottal stop, /ʔ/."@en ;
    skos:inScheme lexvo: ;
    skos:notation "squ"^^xsd:string ;
    skos:prefLabel "Squamish"@en,
        "Squamish"@fr,
        "Lingua squamish"@it,
        "Squamish"@sv .

<http://lexvo.org/id/iso639-3/sva> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "sva"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/svan1243> ;
    owl:sameAs <http://dbpedia.org/resource/Svan_language>,
        <http://www.mpii.de/yago/resource/Svan_language> ;
    skos:altLabel "Svan language"@en ;
    skos:definition "The Svan language (Svan: ლუშნუ ნინ, lušnu nin; svanuri ena) is a Kartvelian language spoken in the Western Georgian region of Svaneti primarily by the Georgians of Svan origin. With its speakers variously estimated to be between 30,000 and 80,000, the UNESCO designates the Svan as a \"definitely endangered language\"."@en ;
    skos:inScheme lexvo: ;
    skos:notation "sva"^^xsd:string ;
    skos:prefLabel "Svan dili"@az,
        "Svaneg"@br,
        "Svanetià"@ca,
        "Сван чĕлхи"@cv,
        "Swanische Sprache"@de,
        "Svan"@en,
        "Idioma esvano"@es,
        "Svanin kieli"@fi,
        "Svane"@fr,
        "סוואנית"@he,
        "Svanski jezik"@hr,
        "Szván nyelv"@hu,
        "Սվաներեն"@hy,
        "Lingua svan"@it,
        "スヴァン語"@ja,
        "სვანური ენა"@ka,
        "Свански јазик"@mk,
        "Swaansche Spraak"@nds,
        "Svanetisch"@nl,
        "Svanisk"@no,
        "Język swański"@pl,
        "Lenga svan"@pms,
        "Língua svan"@pt,
        "Сванский язык"@ru,
        "Svančina"@sk,
        "Svanetiska"@sv,
        "ภาษาสวาน"@th,
        "Svanca"@tr,
        "Сванська мова"@uk,
        "შონური ნინა"@xmf .

<http://lexvo.org/id/iso639-3/svs> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "svs"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/savo1255> ;
    owl:sameAs <http://dbpedia.org/resource/Savosavo_language>,
        <http://www.mpii.de/yago/resource/Savosavo_language> ;
    skos:altLabel "Savosavo language"@en ;
    skos:definition "The Savosavo language is spoken on Savo, a small volcanic island north of Guadalcanal in the Solomon Islands. Savosavo is one of the Central Solomon Papuan languages, unlike most of the languages in the vicinity, which are members of the Oceanic branch of the Austronesian language family. The nearest Papuan language to Savosavo is Lavukaleve."@en ;
    skos:inScheme lexvo: ;
    skos:notation "svs"^^xsd:string ;
    skos:prefLabel "Savosavo"@en,
        "Savosavo"@fr,
        "Savosavo jezik"@hr,
        "Język savosavo"@pl,
        "Lenga Savosavo"@pms .

<http://lexvo.org/id/iso639-3/tan> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "tan"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/nucl1696> ;
    owl:sameAs <http://dbpedia.org/resource/Tangale_language>,
        <http://www.mpii.de/yago/resource/Tangale_language> ;
    skos:altLabel "Tangale language"@en ;
    skos:definition "The Tangale language is a West Chadic language spoken in Nigeria."@en ;
    skos:inScheme lexvo: ;
    skos:notation "tan"^^xsd:string ;
    skos:prefLabel "Tangale"@en .

<http://lexvo.org/id/iso639-3/teh> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "teh"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/tehu1242> ;
    owl:sameAs <http://dbpedia.org/resource/Tehuelche_language>,
        <http://www.mpii.de/yago/resource/Tehuelche_language> ;
    skos:altLabel "Tehuelche language"@en ;
    skos:definition "Tehuelche (Aoniken, Inaquen, Gunua-Kena, Gununa-Kena) is a nearly extinct Chon language spoken by four people in Patagonia out of an ethnic group of 200. They were originally nomadic hunters from Chile. It is also known as Aonikenk or Aoneko ajen. The decline of the language started with the Araucanization of Patagonia, when many Tehuelche tribes adopted Mapudungun as main language. Later during the 19th and 20th century Spanish replaced both as Argentina and Chile took possession of Patagonia."@en ;
    skos:inScheme lexvo: ;
    skos:notation "teh"^^xsd:string ;
    skos:prefLabel "Tehuelche"@de,
        "Tehuelche"@en,
        "Idioma tehuelche"@es,
        "Tehuelchen kieli"@fi,
        "Tehuelche"@fr,
        "떼우엘체어"@ko,
        "Tehuelche"@nl,
        "Lenga tehuelche"@pms,
        "Tehuelche"@sv .

<http://lexvo.org/id/iso639-3/tif> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "tif"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/tifa1245> ;
    owl:sameAs <http://dbpedia.org/resource/Tifal_language>,
        <http://www.mpii.de/yago/resource/Tifal_language> ;
    skos:altLabel "Tifal language"@en ;
    skos:definition "Tifal is an Ok language spoken in Papua New Guinea."@en ;
    skos:inScheme lexvo: ;
    skos:notation "tif"^^xsd:string ;
    skos:prefLabel "Tifal"@en,
        "Język tifal"@pl .

<http://lexvo.org/id/iso639-3/tik> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "tik"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/tika1246> ;
    owl:sameAs <http://dbpedia.org/resource/Tikar_language>,
        <http://www.mpii.de/yago/resource/Tikar_language> ;
    skos:altLabel "Tikar language"@en ;
    skos:definition "Tikar is a Bantoid language of uncertain classification spoken in Cameroon by the Bankim, Ngambe, and related Tikar peoples, as well as by the Bedzan Pygmies. Blench (2011) states that the little evidence available suggests that it is most closely related to the Mambiloid and Dakoid languages."@en ;
    skos:inScheme lexvo: ;
    skos:notation "tik"^^xsd:string ;
    skos:prefLabel "Tikar"@de,
        "Tikar"@en,
        "Lenga Tikar"@pms,
        "Kitikar"@sw .

<http://lexvo.org/id/iso639-3/til> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "til"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/till1254> ;
    owl:sameAs <http://dbpedia.org/resource/Tillamook_language>,
        <http://www.mpii.de/yago/resource/Tillamook_language> ;
    skos:altLabel "Tillamook language"@en ;
    skos:definition "Tillamook is an extinct Salishan language, formerly spoken by the Tillamook people in northwestern Oregon, United States. The last fluent speaker is believed to have died in the 1970s; between 1965 and 1972, in an effort to prevent the language being destroyed, a group of researchers from the University of Hawaii interviewed the few remaining Tillamook and created a 120-page dictionary."@en ;
    skos:inScheme lexvo: ;
    skos:notation "til"^^xsd:string ;
    skos:prefLabel "Tillamook"@en .

<http://lexvo.org/id/iso639-3/tiw> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "tiw"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/tiwi1244> ;
    owl:sameAs <http://dbpedia.org/resource/Tiwi_language>,
        <http://www.mpii.de/yago/resource/Tiwi_language> ;
    skos:altLabel "Tiwi language"@en ;
    skos:definition "Tiwi is an Australian Aboriginal language spoken on the Tiwi Islands, within sight of the coast of northern Australia. It is one of about 10% of Australian languages still being learned by children."@en ;
    skos:inScheme lexvo: ;
    skos:notation "tiw"^^xsd:string ;
    skos:prefLabel "Tiwi"@en,
        "Idioma tiví"@es,
        "Język tiwi"@pl,
        "Тиви"@ru,
        "Tiwi"@sv .

<http://lexvo.org/id/iso639-3/tlf> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "tlf"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/tele1256> ;
    owl:sameAs <http://dbpedia.org/resource/Telefol_language>,
        <http://www.mpii.de/yago/resource/Telefol_language> ;
    skos:altLabel "Telefol language"@en ;
    skos:definition "Telefol is a language spoken by the Telefol people in Papua New Guinea, notable for possessing a base-27 numeral system."@en ;
    skos:inScheme lexvo: ;
    skos:notation "tlf"^^xsd:string ;
    skos:prefLabel "Telefol"@en,
        "Język telefol"@pl .

<http://lexvo.org/id/iso639-3/tnt> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "tnt"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/tont1239> ;
    owl:sameAs <http://dbpedia.org/resource/Tontemboan_language>,
        <http://www.mpii.de/yago/resource/Tontemboan_language> ;
    skos:altLabel "Tontemboan language"@en ;
    skos:definition "Tontemboan is an Austronesian language, perhaps a Philippine language, of northern Sulawesi, Indonesia."@en ;
    skos:inScheme lexvo: ;
    skos:notation "tnt"^^xsd:string ;
    skos:prefLabel "Tontemboan"@en .

<http://lexvo.org/id/iso639-3/tob> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "tob"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/toba1269> ;
    owl:sameAs <http://dbpedia.org/resource/Toba_Qom_language>,
        <http://www.mpii.de/yago/resource/Toba_Qom_language> ;
    skos:altLabel "Toba Qom language"@en ;
    skos:definition "Toba is a Guaicuruan language spoken in South America by the Toba people. In Argentina it is most widely dispersed in the east of Formosa and Chaco Provinces where the majority of the approximately 19,810 (2000 WCD) speakers of Toba reside. Other names for the language include: Chaco Sur, Qom, Toba Qom, and Toba Sur. The language is distinct from Toba-Pilagá and Paraguayan Toba-Maskoy. There are also 146 Toba speakers in Bolivia where it is known as Qom and in Paraguay where it is also known as Qob or Toba-Qom."@en ;
    skos:inScheme lexvo: ;
    skos:notation "tob"^^xsd:string ;
    skos:prefLabel "Toba"@en,
        "Toba"@fr,
        "Tobų kalba"@lt,
        "Lenga toba"@pms,
        "Qumlik simi"@qu .

<http://lexvo.org/id/iso639-3/toj> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "toj"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/tojo1241> ;
    owl:sameAs <http://dbpedia.org/resource/Tojolab'al_language>,
        <http://www.mpii.de/yago/resource/Tojolab'al_language> ;
    skos:altLabel "Tojolab'al language"@en ;
    skos:definition "Tojolabal is a Mayan language spoken in Chiapas, Mexico. It is related to the Chuj language spoken in Guatemala. Tojolabal is spoken especially in the departments of the Chiapanecan Colonia of Las Margaritas by about 20,000 people."@en ;
    skos:inScheme lexvo: ;
    skos:notation "toj"^^xsd:string ;
    skos:prefLabel "Tocholabalština"@cs,
        "Tojolabal-Sprache"@de,
        "Tojolabal"@en,
        "Idioma tojolabal"@es,
        "Tojolabal"@fr,
        "Тохолабалски јазик"@mk,
        "Tojolaballahtōlli"@nah,
        "Tojolabal"@no,
        "Lenga tojolabal"@pms,
        "Língua tojolabal"@pt,
        "Тохолабальский язык"@ru .

<http://lexvo.org/id/iso639-3/tos> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "tos"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/high1243> ;
    owl:sameAs <http://dbpedia.org/resource/Zapotitl%C3%A1n_de_M%C3%A9ndez_Totonac>,
        <http://www.mpii.de/yago/resource/Zapotitl%C3%A1n_de_M%C3%A9ndez_Totonac> ;
    skos:altLabel "Totonac, Highland"@en,
        "Zapotitlán de Méndez Totonac"@en ;
    skos:definition "Zapotitlán de Méndez Totonac is a native American language spoken in the Sierra Norte de Puebla, Mexico. One of the Totonacan languages, it is also known as Totonaco de la Sierra ( Sierra Totonac) or Highland Totonac, although these terms are now recognized by specialists to refer to a larger group of languages spoken in the surrounding areas of Puebla and Veracruz. The language is best-known through the work of the late Herman “Pedro” Aschmann who produced a small dictionary and several academic articles on the language."@en ;
    skos:inScheme lexvo: ;
    skos:notation "tos"^^xsd:string ;
    skos:prefLabel "Totonakeg Sierra"@br,
        "Highland Totonac"@en,
        "Totonaque de la sierra"@fr,
        "Lenga totonac, highland"@pms .

<http://lexvo.org/id/iso639-3/trw> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "trw"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/torw1241> ;
    owl:sameAs <http://dbpedia.org/resource/Torwali_language>,
        <http://www.mpii.de/yago/resource/Torwali_language> ;
    skos:altLabel "Torwali language"@en ;
    skos:definition "The Torwali (Urdu:توروالی), or Turvali, language is spoken in Kohistan and Swat districts of the Khyber Pakhtunkhwa Province of Pakistan. The language is indigenous to the Torwali people who live in scattered hamlets in the mountainous upper reaches of the Swat valley, above the Pashto-speaking town of Madyan up to the Gawri-speaking town of Kalam. According to Rehmat Aziz Chitrali the Pakistani Researcher and Director Khowar Academy the total speakers of Torwali language are 90,000 (2011) There are two dialects of Torwali: Bahrain and Chail."@en ;
    skos:inScheme lexvo: ;
    skos:notation "trw"^^xsd:string ;
    skos:prefLabel "تروالية"@ar,
        "Torwali"@en,
        "Torwalin kieli"@fi,
        "Торвали"@ru .

<http://lexvo.org/id/iso639-3/tsg> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "tsg"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/taus1251> ;
    owl:sameAs <http://dbpedia.org/resource/Tausug_language>,
        <http://www.mpii.de/yago/resource/Tausug_language> ;
    skos:altLabel "Tausug language"@en ;
    skos:definition "Tausūg (Tausūg: Bahasa Sūg, , , ) is a language spoken in the province of Sulu in the Philippines, in Malaysia, and in Indonesia by the Tausūg people."@en ;
    skos:inScheme lexvo: ;
    skos:notation "tsg"^^xsd:string ;
    skos:prefLabel "لغة توسوكية"@ar,
        "Tinausug"@ceb,
        "Tausug"@en,
        "Idioma joloano"@es,
        "Tausug"@fr,
        "Tausūg-ngî"@hak,
        "Pagsasao a Tausug"@ilo,
        "タウスグ語"@ja,
        "Bahasa Tausug"@ms,
        "Língua tausug"@pt,
        "ภาษาเตาซุก"@th,
        "Wikang Tausug"@tl,
        "Tiếng Tausug"@vi .

<http://lexvo.org/id/iso639-3/tun> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "tun"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/tuni1252> ;
    owl:sameAs <http://dbpedia.org/resource/Tunica_language>,
        <http://www.mpii.de/yago/resource/Tunica_language> ;
    skos:altLabel "Tunica language"@en ;
    skos:definition "The Tunica (or Tonica, or less common form Yuron ) language was a language isolate spoken in the Central and Lower Mississippi Valley by in the United States by Native American Tunica peoples. There are no known speakers of the Tunica language remaining."@en ;
    skos:inScheme lexvo: ;
    skos:notation "tun"^^xsd:string ;
    skos:prefLabel "Tounikeg"@br,
        "Tunica"@ca,
        "Tunica"@en,
        "Tunica"@es,
        "Tunica hizkuntza"@eu,
        "Tunica"@fr,
        "Туника"@ru .

<http://lexvo.org/id/iso639-3/tus> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "tus"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/tusc1257> ;
    owl:sameAs <http://dbpedia.org/resource/Tuscarora_language>,
        <http://www.mpii.de/yago/resource/Tuscarora_language> ;
    skos:altLabel "Tuscarora language"@en ;
    skos:definition "Tuscarora, sometimes called Ska:rù:rę, is an Iroquoian language of the Tuscarora people, spoken in southern Ontario, Canada, and northwestern New York around Niagara Falls, in the United States. The historic homeland of the Tuscarora was in eastern North Carolina, in and around the Goldsboro, Kinston, and Smithfield areas. Some Tuscarora descendants, though few, still live in this region. The name Tuscarora (pronounced approximately \"Tuh-skuh-roar-uh\") means \"hemp people,\" after the Indian hemp or milkweed which they use in many aspects of their society. Skarureh refers to the long shirt worn as part of the mens regalia, hence \"long shirt people\"."@en ;
    skos:inScheme lexvo: ;
    skos:notation "tus"^^xsd:string ;
    skos:prefLabel "Tuscarora"@de,
        "Tuscarora"@en,
        "Tuscarora"@fr,
        "투스카로라어"@ko,
        "Тускарора јазик"@mk,
        "Lenga tuscarora"@pms,
        "Тускарора"@ru .

<http://lexvo.org/id/iso639-3/twa> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "twa"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/twan1247> ;
    owl:sameAs <http://dbpedia.org/resource/Twana_language>,
        <http://www.mpii.de/yago/resource/Twana_language> ;
    skos:altLabel "Twana language"@en ;
    skos:definition "The Twana language or Skokomish language belongs to the Salishan family of Native American languages. It is believed by some elders within the Skokomish community (such as Bruce Subiyay Miller) that the language branched off from Lushootseed (xwəlšucid) because of the region-wide tradition of not speaking the name of someone who died for a year after their death. Substitute words were found in their place and often became normalizing in the community, generating differences from one community to the next. Subiyay speculated that this process increased the drift rate between languages and separated Twana firmly from xwəlšucid (Lushootseed)."@en ;
    skos:inScheme lexvo: ;
    skos:notation "twa"^^xsd:string ;
    skos:prefLabel "Twana"@en .

<http://lexvo.org/id/iso639-3/txh> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "txh"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Thracian_language>,
        <http://lexvo.org/id/wordnet/30/noun/thracian_1_10_00>,
        <http://www.mpii.de/yago/resource/Thracian_language> ;
    skos:altLabel "Thracian language"@en ;
    skos:definition "The Thracian language was the Indo-European language spoken in ancient times in Southeastern Europe by the Thracians, the northern neighbors of the Ancient Greeks. The Thracian language exhibits satemization: it either belonged to the Satem group of Indo-European languages or it was strongly influenced by Satem languages. The language, of which little is known from written sources was extinct by the Early Middle Ages."@en ;
    skos:inScheme lexvo: ;
    skos:notation "txh"^^xsd:string ;
    skos:prefLabel "Idioma tracio"@an,
        "Traciu"@ast,
        "Тракийски език"@bg,
        "Traci"@ca,
        "Thrácký jazyk"@cs,
        "Thrakische Sprache"@de,
        "Thracian"@en,
        "Idioma tracio"@es,
        "Traakian kieli"@fi,
        "Lingua tracia"@gl,
        "תראקית"@he,
        "Trački jezik"@hr,
        "Lingua tracica"@it,
        "トラキア語"@ja,
        "Lingua Thracica"@la,
        "Trakų kalba"@lt,
        "Тракиски јазик"@mk,
        "Thracisch"@nl,
        "Фракиаг æвзаг"@os,
        "Język tracki"@pl,
        "Língua trácia"@pt,
        "Limba tracă"@ro,
        "Фракийский язык"@ru,
        "Trački jezik"@sh,
        "Tráčtina"@sk,
        "Трачки језик"@sr,
        "Thrakiska"@sv .

<http://lexvo.org/id/iso639-3/tzm> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "tzm"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/cent2194> ;
    skos:altLabel "Central Morocco Tamazight"@en,
        "Tamazight, Central Atlas"@en ;
    skos:inScheme lexvo: ;
    skos:notation "tzm"^^xsd:string ;
    skos:prefLabel "amazic del Marroc central"@ca,
        "塔马齐格特文"@cmn,
        "塔馬齊格特文"@cmn-Hant,
        "tamazight (Střední Maroko)"@cs,
        "centralmarokkansk tamazight"@da,
        "Ταμαζίτ Κεντρικού Μαρόκο"@el,
        "Central Atlas Tamazight"@en,
        "tamazight del Marruecos Central"@es,
        "Kesk-Maroko tamazighti"@et,
        "tamazight"@fi,
        "tamazight"@fr,
        "טמזייט של מרכז מרוקו"@he,
        "marokanski tamazight"@hr,
        "közép-marokkói tamazigt"@hu,
        "Tamazight Maroko Tengah"@id,
        "tamazight"@it,
        "中央アトラス・タマジクト語"@ja,
        "중앙모로코 타마지트어"@ko,
        "ເບີເບີຣ-ໂມລະໂຄກາງ"@lo,
        "Centrinio Maroko tamazightų"@lt,
        "Centrālmarokas tamazīts"@lv,
        "централно марокански тамазитски"@mk,
        "sentralmarokkansk tamazight"@nb,
        "Tamazight (Centraal-Marokko)"@nl,
        "centralnomarokański tamazight"@pl,
        "tamazight de Marrocos Central"@pt,
        "tamazight central marocană"@ro,
        "тамазит (Центральное Марокко)"@ru,
        "stredomarocká berberčina"@sk,
        "centralmarockansk tamazight"@sv,
        "เบอร์เบอร์-โมร็อกโกกลาง"@th,
        "Orta Atlas Tamazigt"@tr,
        "Tamaziɣt"@tzm,
        "центральномароканська тамазіт"@uk,
        "Tiếng Tamazight Miền Trung Ma-rốc"@vi .

<http://lexvo.org/id/iso639-3/udi> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "udi"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/udii1243> ;
    owl:sameAs <http://dbpedia.org/resource/Udi_language>,
        <http://www.mpii.de/yago/resource/Udi_language> ;
    skos:altLabel "Udi language"@en ;
    skos:definition "The Udi language, spoken by the Udi people, is a member of the Lezgic branch of the Northeast Caucasian language family. It is believed an earlier form of it was the main language of Caucasian Albania, which stretched from south Dagestan to current day Azerbaijan."@en ;
    skos:inScheme lexvo: ;
    skos:notation "udi"^^xsd:string ;
    skos:prefLabel "Udi dili"@az,
        "Oudieg"@br,
        "Udin"@ca,
        "Udische Sprache"@de,
        "Udi"@en,
        "Idioma udí"@es,
        "زبان اودی"@fa,
        "Udin kieli"@fi,
        "Oudi"@fr,
        "Lingua udi"@it,
        "უდიური ენა"@ka,
        "Удиски јазик"@mk,
        "Udinsk"@no,
        "Język udyjski"@pl,
        "Lenga Udi"@pms,
        "Língua udi"@pt,
        "Удинский язык"@ru,
        "ภาษาอูดี"@th,
        "Udince"@tr,
        "Удінська мова"@uk .

<http://lexvo.org/id/iso639-3/ulc> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ulc"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/ulch1241> ;
    owl:sameAs <http://dbpedia.org/resource/Ulch_language>,
        <http://www.mpii.de/yago/resource/Ulch_language> ;
    skos:altLabel "Ulch language"@en ;
    skos:definition "The Ulch language, or Olcha, is a Tungusic language spoken by the Ulch people in Siberia."@en ;
    skos:inScheme lexvo: ;
    skos:notation "ulc"^^xsd:string ;
    skos:prefLabel "Улченски език"@bg,
        "Oultcheg"@br,
        "Ulch"@en,
        "Ultšan kieli"@fi,
        "Oultche"@fr,
        "울치어"@ko,
        "Ульч кыв"@kv,
        "Улчиски јазик"@mk,
        "Ultsjisk"@no,
        "Lenga ulch"@pms,
        "Ульчский язык"@ru,
        "ภาษาอุลช์"@th,
        "Ульцька мова"@uk .

<http://lexvo.org/id/iso639-3/uli> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "uli"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/ulit1238> ;
    owl:sameAs <http://dbpedia.org/resource/Ulithian_language>,
        <http://www.mpii.de/yago/resource/Ulithian_language> ;
    skos:altLabel "Ulithian language"@en ;
    skos:definition "Ulithian is the name of the language spoken on Ulithi atoll and neighboring islands. Ulithian is one of the 6 official languages of the Federated States of Micronesia. There are some 3,000 speakers, although only 700 of these live on Ulithi atoll."@en ;
    skos:inScheme lexvo: ;
    skos:notation "uli"^^xsd:string ;
    skos:prefLabel "Ulithische Sprache"@de,
        "Ulithian"@en,
        "Ulithi"@fr,
        "Ulithiano"@it,
        "Ulitų kalba"@lt .

<http://lexvo.org/id/iso639-3/unm> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "unm"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/unam1242> ;
    owl:sameAs <http://dbpedia.org/resource/Unami_language>,
        <http://www.mpii.de/yago/resource/Unami_language> ;
    skos:altLabel "Unami language"@en ;
    skos:definition "Unami is an extinct Algonquian language formerly spoken by Lenape people in what is now the lower Hudson Valley area and New York Harbor area, New Jersey, Pennsylvania and Delaware, but later in Ontario and Oklahoma. It is one of the two Delaware languages, the other being Munsee. Speakers have shifted to English."@en ;
    skos:inScheme lexvo: ;
    skos:notation "unm"^^xsd:string ;
    skos:prefLabel "Unami"@en,
        "Unami"@fr,
        "Lenga unami"@pms .

<http://lexvo.org/id/iso639-3/urh> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "urh"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/urho1239> ;
    owl:sameAs <http://dbpedia.org/resource/Urhobo_language>,
        <http://www.mpii.de/yago/resource/Urhobo_language> ;
    skos:altLabel "Urhobo language"@en ;
    skos:definition "Urhobo is one of the Edoid languages and is spoken by the Urhobo people of southern Nigeria."@en ;
    skos:inScheme lexvo: ;
    skos:notation "urh"^^xsd:string ;
    skos:prefLabel "Urhobo"@de,
        "Urhobo"@en,
        "Urhobo"@fr,
        "Lenga Urhobo"@pms,
        "烏爾霍博語"@zh .

<http://lexvo.org/id/iso639-3/uri> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "uri"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/urim1252> ;
    owl:sameAs <http://dbpedia.org/resource/Urim_language>,
        <http://www.mpii.de/yago/resource/Urim_language> ;
    skos:altLabel "Urim language"@en ;
    skos:definition "Urim is a Torricelli language of Papua New Guinea. It is also known as Kalp; dialects are Kukwo, Yangkolen."@en ;
    skos:inScheme lexvo: ;
    skos:notation "uri"^^xsd:string ;
    skos:prefLabel "Urim"@en .

<http://lexvo.org/id/iso639-3/vaf> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "vaf"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/vafs1240> ;
    owl:sameAs <http://dbpedia.org/resource/Vafsi_language>,
        <http://www.mpii.de/yago/resource/Vafsi_language> ;
    skos:altLabel "Vafsi language"@en ;
    skos:definition "Vafsi,(in Persian: وفسی)(in vafsi: ووسی) is an Iranian language spoken in the Vafs village and surrounding area in the Markazi province of Iran. Vafsi belongs to a branch of Iranian languages called the Central Dialects. Vafsi forms a passage from the Central Dialects to the north-western Iranian languages."@en ;
    skos:inScheme lexvo: ;
    skos:notation "vaf"^^xsd:string ;
    skos:prefLabel "Vafseg"@br,
        "Vafsi"@en,
        "ภาษาวาฟซิ"@th .

<http://lexvo.org/id/iso639-3/ved> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ved"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/vedd1240> ;
    owl:sameAs <http://dbpedia.org/resource/Vedda_language>,
        <http://www.mpii.de/yago/resource/Vedda_language> ;
    skos:altLabel "Vedda language"@en ;
    skos:definition "The Vedda language is the language of the indigenous Vedda people of Sri Lanka. But communities, such as Coast Veddas and Anuradhapura Veddas, that do not strictly identify themselves as Veddas also use the Vedda language in part for communication during hunting and or for religious chants, throughout the island."@en ;
    skos:inScheme lexvo: ;
    skos:notation "ved"^^xsd:string ;
    skos:prefLabel "Veddah"@en,
        "Lingua Vedda"@la,
        "Lenga veddah"@pms,
        "Ведда"@ru .

<http://lexvo.org/id/iso639-3/vep> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "vep"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/veps1250> ;
    owl:sameAs <http://dbpedia.org/resource/Veps_language>,
        <http://www.mpii.de/yago/resource/Veps_language> ;
    skos:altLabel "Veps language"@en ;
    skos:definition "The Veps language (also known as Vepsian, natively as vepsän kel’, vepsän keli, or vepsä), spoken by the Vepsians (also known as Veps), belongs to the Finnic group of the Uralic languages. Closely related to Finnish and Karelian, Veps is also written using Latin script."@en ;
    skos:inScheme lexvo: ;
    skos:notation "vep"^^xsd:string ;
    skos:prefLabel "Wepsies"@af,
        "Вепски език"@bg,
        "Vepseg"@br,
        "Vepse"@ca,
        "Vepshoyn mott"@ce,
        "Vepština"@cs,
        "Вепс чĕлхи"@cv,
        "Wepsische Sprache"@de,
        "Veps"@en,
        "Vepsa lingvo"@eo,
        "Vepsio"@es,
        "Vepsa keel"@et,
        "زبان وپس"@fa,
        "Vepsän kieli"@fi,
        "Vepse"@fr,
        "Lingua vepsa"@gl,
        "Wepsische Sprache"@gsw-FR,
        "Veps bhasa"@hif,
        "Vepsze nyelv"@hu,
        "Lingua vepsa"@it,
        "ヴェプス語"@ja,
        "벱스어"@ko,
        "Вепс кыв"@koi,
        "Вепс кыв"@kv,
        "Vepsų kalba"@lt,
        "Vepsu kalba"@lt-x,
        "Вепссэнь кель"@myv,
        "Wepsisch"@nl,
        "Vepsisk"@nn,
        "Vepsisk"@no,
        "Język wepski"@pl,
        "Lenga Veps"@pms,
        "Língua vepes"@pt,
        "Вепсский язык"@ru,
        "Vepsägiella"@se,
        "Vepsiska"@sv,
        "Вепська мова"@uk,
        "Tiếng Veps"@vi,
        "Vepsä kiil"@vro .

<http://lexvo.org/id/iso639-3/vls> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "vls"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Flemish>,
        <http://lexvo.org/id/wordnet/30/noun/flemish_1_10_00>,
        <http://www.lingvoj.org/lang/vls>,
        <http://www.mpii.de/yago/resource/Flemish> ;
    skos:altLabel "Flemish"@en,
        "Flemish language"@en ;
    skos:definition "In English usage, Flemish (Dutch: Vlaams ) can refer to # Belgian Dutch (Belgisch-Nederlands ), the national variety of the Dutch language as spoken in Belgium, be it standard (as used in schools, government and the media) or informal (as used in daily speech, \"tussentaal \" []); Nevertheless, the use of the word \"Flemish\" to refer to the official language in Flanders is misleading. The only official language in Flanders is Dutch. # East Flemish, West Flemish and French Flemish which are interrelated southwestern dialects of Dutch."@en ;
    skos:inScheme lexvo: ;
    skos:notation "vls"^^xsd:string ;
    skos:prefLabel "Vlaams"@af,
        "Flemisc sprǣc"@ang,
        "فلامون"@ar,
        "Фламандски диалекти"@bg,
        "ফ্লেমিশ ভাষা"@bn,
        "Flandrezeg"@br,
        "Fflemeg"@cy,
        "Flämische Dialekte"@de,
        "Φλαμανδική γλώσσα"@el,
        "Vlaams"@en,
        "Flandra lingvo"@eo,
        "Idioma flamenco"@es,
        "Flandriera"@eu,
        "زبان فلاندری"@fa,
        "Flamand"@fr,
        "Vlaams-ngî"@hak,
        "Flamanski jezik"@hr,
        "Flamand nyelv"@hu,
        "Flæmska"@is,
        "Lingua fiamminga"@it,
        "ᐱᓚᒥᔅ"@iu,
        "フラマン語"@ja,
        "플라망어"@ko,
        "Lingua Flandrica"@la,
        "Lèngoa fiamminga"@lij,
        "Flamengh"@lmo,
        "Flamandų kalba"@lt,
        "Flamandu kalba"@lt-x,
        "Фламански јазик"@mk,
        "Vlaams"@nl,
        "Flamsk"@no,
        "Фламандиаг æвзаг"@os,
        "Język flamandzki"@pl,
        "Lenga vlaams"@pms,
        "Língua flamenga"@pt,
        "Limba flamandă"@ro,
        "Фламандский язык"@ru,
        "Фламански језик"@sr,
        "Flamländska"@sv,
        "ภาษาเฟลมิช"@th,
        "Фламандська мова"@uk,
        "ფლემიშური ნინა"@xmf,
        "弗拉芒语"@zh .

<http://lexvo.org/id/iso639-3/wic> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "wic"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/wich1260> ;
    owl:sameAs <http://dbpedia.org/resource/Wichita_language>,
        <http://www.mpii.de/yago/resource/Wichita_language> ;
    skos:altLabel "Wichita language"@en ;
    skos:definition "Wichita is a moribund Caddoan language spoken in Oklahoma by the Wichita and Affiliated Tribes. Only one fluent speaker remains, Doris McLemore, although in 2007 there were only three first language learners still alive. Wichita could soon become extinct, however, the tribe offers classes to revitalize the language and works in partnership with Wichita Documentation Project of the University of Colorado, Boulder."@en ;
    skos:inScheme lexvo: ;
    skos:notation "wic"^^xsd:string ;
    skos:prefLabel "Witchiteg"@br,
        "Wichita"@en,
        "Idioma wichita"@es,
        "Wichita"@fr,
        "Lingua wichita"@it,
        "Уичито"@ru,
        "Wichita leid"@sco .

<http://lexvo.org/id/iso639-3/wiy> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "wiy"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/wiyo1248> ;
    owl:sameAs <http://dbpedia.org/resource/Wiyot_language>,
        <http://www.mpii.de/yago/resource/Wiyot_language> ;
    skos:altLabel "Wiyot language"@en ;
    skos:definition "Wiyot (also Wishosk) is an extinct Algic language, formerly spoken by the Wiyot people of Humboldt Bay, California. The language's last native speaker, Della Prince, died in 1962. Some Wiyots are attempting a revival of the language."@en ;
    skos:inScheme lexvo: ;
    skos:notation "wiy"^^xsd:string ;
    skos:prefLabel "Wiyoteg"@br,
        "Wiyot"@de,
        "Wiyot"@en,
        "Idioma wiyot"@es,
        "Wiyot"@fi,
        "Wiyot"@fr,
        "Wiyot"@nl,
        "Wiyot-språket"@nn,
        "Lenga wiyot"@pms,
        "Вийот"@ru .

<http://lexvo.org/id/iso639-3/wji> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "wji"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Warji_language>,
        <http://lexvo.org/id/wordnet/30/noun/warji_1_10_00>,
        <http://www.mpii.de/yago/resource/Warji_language> ;
    skos:altLabel "Warji language"@en ;
    skos:definition "Warji is an Afro-Asiatic language spoken in Bauchi State, Nigeria. Speakers are shifting to Hausa."@en ;
    skos:inScheme lexvo: ;
    skos:notation "wji"^^xsd:string ;
    skos:prefLabel "Warji"@en .

<http://lexvo.org/id/iso639-3/wlo> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "wlo"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/woli1241> ;
    owl:sameAs <http://dbpedia.org/resource/Wolio_language>,
        <http://www.mpii.de/yago/resource/Wolio_language> ;
    skos:altLabel "Wolio language"@en ;
    skos:definition "Wolio is an Austronesian language spoken in Bau-Bau on Buton Island, Southeast Sulawesi, Indonesia. Also known as Buton, it is a trade language and the former court language of the Sultan at Baubau. Today it is an official regional language; street signs are written in Wolio using the Arabic script."@en ;
    skos:inScheme lexvo: ;
    skos:notation "wlo"^^xsd:string ;
    skos:prefLabel "Wolio"@en,
        "Bahasa Wolio"@id,
        "월리오어"@ko,
        "Língua wolio"@pt,
        "窩里沃語"@zh .

<http://lexvo.org/id/iso639-3/wob> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "wob"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/weno1238> ;
    owl:sameAs <http://dbpedia.org/resource/Wob%C3%A9_language>,
        <http://www.mpii.de/yago/resource/Wob%C3%A9_language> ;
    skos:altLabel "Wobé language"@en ;
    skos:definition "Wobé (Ouobe) is a Kru language spoken in Ivory Coast. It is one of several languages in a dialect continuum called Wèè (Wɛɛ)."@en ;
    skos:inScheme lexvo: ;
    skos:notation "wob"^^xsd:string ;
    skos:prefLabel "Wè Northern"@en .

<http://lexvo.org/id/iso639-3/wog> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "wog"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/woga1249> ;
    owl:sameAs <http://dbpedia.org/resource/Wogamusin_language>,
        <http://www.mpii.de/yago/resource/Wogamusin_language> ;
    skos:altLabel "Wogamusin language"@en ;
    skos:definition "Wogamusin is a Papuan language spoken by about 700 people in four villages in the Ambunti District of East Sepik Province, Papua New Guinea."@en ;
    skos:inScheme lexvo: ;
    skos:notation "wog"^^xsd:string ;
    skos:prefLabel "Wogamuosineg"@br,
        "Wogamusin"@en,
        "Język wogamusin"@pl,
        "Lenga Wogamusin"@pms .

<http://lexvo.org/id/iso639-3/wrp> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "wrp"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/waro1242> ;
    owl:sameAs <http://dbpedia.org/resource/Waropen_language>,
        <http://www.mpii.de/yago/resource/Waropen_language> ;
    skos:altLabel "Waropen language"@en ;
    skos:definition "Waropen is an Austronesian language in the putative Cenderawasih (Geelvink Bay) of Indonesian Papua. It is fairly closely related to the Yapen languages."@en ;
    skos:inScheme lexvo: ;
    skos:notation "wrp"^^xsd:string ;
    skos:prefLabel "Waropen"@en .

<http://lexvo.org/id/iso639-3/wrs> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "wrs"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/wari1266> ;
    owl:sameAs <http://dbpedia.org/resource/Waris_language>,
        <http://www.mpii.de/yago/resource/Waris_language> ;
    skos:altLabel "Waris language"@en ;
    skos:definition "Waris or Walsa is a Papuan language spoken by about 2,500 people around Wasengla, Amanab District, Sandaun Province, Papua New Guinea, as well as about 1,500 across the border in the Indonesian province of Papua."@en ;
    skos:inScheme lexvo: ;
    skos:notation "wrs"^^xsd:string ;
    skos:prefLabel "Waris"@en,
        "Język waris"@pl .

<http://lexvo.org/id/iso639-3/wsk> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "wsk"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/wask1241> ;
    owl:sameAs <http://dbpedia.org/resource/Waskia_language>,
        <http://www.mpii.de/yago/resource/Waskia_language> ;
    skos:altLabel "Waskia language"@en ;
    skos:definition "Waskia (Vaskia, Woskia) is a Papuan language of Papua New Guinea. It is spoken on half of Karkar Island, and a small part of the shore on the mainland, by 20,000 people; language use is vigorous. The Waskia share their island with speakers of Takia, and Oceanic language which has been restructured under the influence of Waskia, which is the inter-community language."@en ;
    skos:inScheme lexvo: ;
    skos:notation "wsk"^^xsd:string ;
    skos:prefLabel "Waskia"@en .

<http://lexvo.org/id/iso639-3/wya> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "wya"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/wyan1247> ;
    owl:sameAs <http://dbpedia.org/resource/Wyandot_language>,
        <http://www.mpii.de/yago/resource/Wyandot_language> ;
    skos:altLabel "Wyandot language"@en ;
    skos:definition "Wyandot is the Iroquoian language traditionally spoken by the people known variously as Wyandot, Wyandotte, Wendat, or Huron. It was last spoken primarily in Oklahoma and Quebec. Linguists have traditionally considered Wyandot as a dialect or modern form of Wendat."@en ;
    skos:inScheme lexvo: ;
    skos:notation "wya"^^xsd:string ;
    skos:prefLabel "Wyandot"@en,
        "Wyandot"@fr,
        "웬다트어"@ko,
        "Język huroński"@pl,
        "Гуронский язык"@ru .

<http://lexvo.org/id/iso639-3/xav> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "xav"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/xava1240> ;
    owl:sameAs <http://dbpedia.org/resource/Xavante_language>,
        <http://www.mpii.de/yago/resource/Xavante_language> ;
    skos:altLabel "Xavante language"@en ;
    skos:definition "The Xavante language is a Ge language spoken by the Xavante people in about 170 villages in the area surrounding Eastern Mato Grosso, Brazil. The Xavante language is unusual in its phonology, its object–subject–verb word order, and its use of honorary and endearment terms in its morphology."@en ;
    skos:inScheme lexvo: ;
    skos:notation "xav"^^xsd:string ;
    skos:prefLabel "Xavante"@de,
        "Xavánte"@en,
        "Idioma xavante"@es,
        "Xavánte"@fr,
        "Lenga xavánte"@pms,
        "Língua aquém"@pt,
        "Shawanti simi"@qu .

<http://lexvo.org/id/iso639-3/xch> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "xch"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Chemakum_language>,
        <http://lexvo.org/id/wordnet/30/noun/chemakum_1_10_00>,
        <http://www.mpii.de/yago/resource/Chemakum_language> ;
    skos:altLabel "Chemakum language"@en,
        "Chimakum"@en ;
    skos:definition "The Chemakum language (; also written as Chimakum or Chimacum) was spoken by the Chemakum, a Native American group that once lived on western Washington state's Olympic Peninsula. The Chemakum language was very similar to the Quileute language (the only surviving Chimakuan language). In the 1860s, Chief Seattle and the Suquamish people wiped out the Chimakum people, killing the language off with them."@en ;
    skos:inScheme lexvo: ;
    skos:notation "xch"^^xsd:string ;
    skos:prefLabel "Tchemakoumeg"@br,
        "Chimakum"@de,
        "Chemakum"@en,
        "Chimakum"@fr,
        "Chimakum"@hr,
        "Lenga chimakum"@pms,
        "Chimakum"@sh .

<http://lexvo.org/id/iso639-3/xer> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "xer"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/xere1240> ;
    owl:sameAs <http://dbpedia.org/resource/Xer%C3%A9nte_language>,
        <http://www.mpii.de/yago/resource/Xer%C3%A9nte_language> ;
    skos:altLabel "Xerénte language"@en ;
    skos:definition "Xerénte (Sherenté) is a Ge language of Brazil by the Xakriabá people."@en ;
    skos:inScheme lexvo: ;
    skos:notation "xer"^^xsd:string ;
    skos:prefLabel "Xerénte"@en .

<http://lexvo.org/id/iso639-3/xil> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "xil"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Illyrian_languages>,
        <http://lexvo.org/id/wordnet/30/noun/illyrian_1_10_00>,
        <http://www.mpii.de/yago/resource/Illyrian_languages> ;
    skos:altLabel "Illyrian languages"@en ;
    skos:definition "The Illyrian languages are a group of Indo-European languages that were spoken in the western part of the Balkans in former times by groups identified as Illyrians: Ardiaei, Delmatae, Pannonii, Autariates, Taulanti (see List of Illyrian tribes). Some sound-changes from Proto-Indo-European to Illyrian and other language features are deduced from what remains of the Illyrian languages, but because there are no examples of ancient Illyrian literature surviving (aside from the Messapian writings if they can be considered Illyrian), it is difficult to clarify its place within the Indo-European language family. Because of the uncertainty, most sources provisionally place Illyrian on its own branch of Indo-European, though its relation to other languages, ancient and modern, continues to be studied."@en ;
    skos:inScheme lexvo: ;
    skos:notation "xil"^^xsd:string ;
    skos:prefLabel "Paleobalkan qrupu"@az,
        "Ілірыйскія мовы"@be-tarask,
        "Илирийски език"@bg,
        "Illyrische Sprache"@de,
        "Illyrian"@en,
        "Lenguas ilirias"@es,
        "Illüüria keel"@et,
        "Illyrische Sprache"@gsw-FR,
        "イリュリア語"@ja,
        "ილირიული ენა"@ka,
        "Илирски јазик"@mk,
        "Illyrisch"@nl,
        "Języki ilirskie"@pl,
        "Línguas ilírias"@pt,
        "Limbile ilirice"@ro,
        "Иллирийские языки"@ru,
        "Gjuha Ilire"@sq,
        "Illyriska"@sv .

<http://lexvo.org/id/iso639-3/xlc> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "xlc"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Lycian_language>,
        <http://lexvo.org/id/wordnet/30/noun/lycian_1_10_00>,
        <http://www.mpii.de/yago/resource/Lycian_language> ;
    skos:altLabel "Lycian language"@en ;
    skos:definition "Lycian language (Lycian: 𐊗𐊕𐊐𐊎𐊆𐊍𐊆 Trm̃mili ) refers to the inscriptional language of ancient Lycia, populated by Lycians, as well as its presumed spoken counterpart."@en ;
    skos:inScheme lexvo: ;
    skos:notation "xlc"^^xsd:string ;
    skos:prefLabel "Likiya dili"@az,
        "Lici"@ca,
        "Lykisk"@da,
        "Lykische Sprache"@de,
        "Lycian"@en,
        "Idioma licio"@es,
        "زبان لیکیایی"@fa,
        "Lyykian kieli"@fi,
        "Lycien"@fr,
        "Lingua licia"@gl,
        "Licijski jezik"@hr,
        "Lük nyelv"@hu,
        "Lingua licia"@it,
        "리키아어"@ko,
        "Lingua Lycia"@la,
        "Ликиски јазик"@mk,
        "Lycisch"@nl,
        "Lykisk"@no,
        "Język licyjski"@pl,
        "Ликийский язык"@ru,
        "Likijščina"@sl,
        "Lykiska"@sv,
        "ภาษาลิเชีย"@th,
        "Likya dili"@tr .

<http://lexvo.org/id/iso639-3/xld> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "xld"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Lydian_language>,
        <http://lexvo.org/id/wordnet/30/noun/lydian_1_10_00>,
        <http://www.mpii.de/yago/resource/Lydian_language> ;
    skos:altLabel "Lydian language"@en ;
    skos:definition "Lydian was an Indo-European language spoken in the region of Lydia in western Anatolia (present-day Turkey). It belongs to the Anatolian group of the Indo-European language family."@en ;
    skos:inScheme lexvo: ;
    skos:notation "xld"^^xsd:string ;
    skos:prefLabel "Lidi"@ca,
        "Lydische Sprache"@de,
        "Lydian"@en,
        "Idioma lidio"@es,
        "زبان لیدیایی"@fa,
        "Lyydian kieli"@fi,
        "Lydien"@fr,
        "Lidijski jezik"@hr,
        "Lingua lidia"@it,
        "리디아어"@ko,
        "Lingua Lydia"@la,
        "Лидиски јазик"@mk,
        "Lydisk"@no,
        "Język lidyjski"@pl,
        "Лидийский язык"@ru,
        "Lýdčina"@sk,
        "Lidijščina"@sl,
        "Lydiska"@sv,
        "ภาษาลิเดีย"@th,
        "Lidya dili"@tr,
        "Лідійська мова"@uk .

<http://lexvo.org/id/iso639-3/xok> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "xok"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/xokl1240> ;
    owl:sameAs <http://dbpedia.org/resource/Xokleng_language>,
        <http://www.mpii.de/yago/resource/Xokleng_language> ;
    skos:altLabel "Xokleng language"@en ;
    skos:definition "Xokleng is a Ge language of Brazil."@en ;
    skos:inScheme lexvo: ;
    skos:notation "xok"^^xsd:string ;
    skos:prefLabel "Xokleng"@en .

<http://lexvo.org/id/iso639-3/xpg> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "xpg"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Phrygian_language>,
        <http://lexvo.org/id/wordnet/30/noun/phrygian_1_10_00>,
        <http://www.mpii.de/yago/resource/Phrygian_language> ;
    skos:altLabel "Phrygian language"@en ;
    skos:definition "The Phrygian language was the Indo-European language of the Phrygians, spoken in Asia Minor during Classical Antiquity (ca. 8th century BC to 5th century AD)."@en ;
    skos:inScheme lexvo: ;
    skos:notation "xpg"^^xsd:string ;
    skos:prefLabel "Idioma frichio"@an,
        "Frixu"@ast,
        "Фригийски език"@bg,
        "Frigi"@ca,
        "Phrygische Sprache"@de,
        "Phrygian"@en,
        "Friga lingvo"@eo,
        "Idioma frigio"@es,
        "زبان فریگی"@fa,
        "Fryygian kieli"@fi,
        "Lingua frixia"@gl,
        "פריגית"@he,
        "Lingua frigia"@it,
        "フリュギア語"@ja,
        "Фригиски јазик"@mk,
        "Phrygsche Spraak"@nds,
        "Frygisch"@nl,
        "Frygisk"@no,
        "Фригиаг æвзаг"@os,
        "Język frygijski"@pl,
        "Língua frígia"@pt,
        "Фригийский язык"@ru,
        "Frýgičtina"@sk,
        "Frigijščina"@sl,
        "ภาษาฟรีเจีย"@th .

<http://lexvo.org/id/iso639-3/xpr> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "xpr"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Parthian_language>,
        <http://lexvo.org/id/wordnet/30/noun/parthian_1_10_00>,
        <http://www.mpii.de/yago/resource/Parthian_language> ;
    skos:altLabel "Parthian language"@en ;
    skos:definition "The Parthian language, also known as Arsacid Pahlavi and Pahlavanik, is a now-extinct ancient Northwestern Iranian language spoken in Parthia, a region of northeastern ancient Persia during the rule of the Parthian empire."@en ;
    skos:inScheme lexvo: ;
    skos:notation "xpr"^^xsd:string ;
    skos:prefLabel "Parthische Sprache"@de,
        "Partki"@diq,
        "Parthian"@en,
        "Idioma parto"@es,
        "زبان پارتی"@fa,
        "Parthian kieli"@fi,
        "Parthe"@fr,
        "Bahasa Parthia"@id,
        "Lingua Parthica"@la,
        "Partisk"@no,
        "Język partyjski"@pl,
        "Língua parta"@pt,
        "Парфянский язык"@ru,
        "Partski jezik"@sh,
        "Парћански језик"@sr,
        "Partiska"@sv,
        "ภาษาพาร์เทียน"@th,
        "Partça"@tr .

<http://lexvo.org/id/iso639-3/xsc> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "xsc"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Scythian_languages>,
        <http://lexvo.org/id/wordnet/30/noun/scythian_1_10_00>,
        <http://www.mpii.de/yago/resource/Scythian_languages> ;
    skos:altLabel "Scythian languages"@en ;
    skos:definition "Scythian languages ( or ) refers to all the languages spoken by all the peoples of a vast region of Eurasia named Scythia extending from the Vistula river in East Europe to Sakastan and Mongolia in Central Asia during ancient times. Included also are some languages of eastern Iran and the Central Asian subcontinent. These peoples were at some time by some ancient authors designated as \"Scythians\" with the form of the name customarily known to them. Languages of many different groups and families must have been spoken by the Scythians. Their modes of subsistence varied from sedentary and agricultural to nomadic and pastoral. They were both warriors and merchants."@en ;
    skos:inScheme lexvo: ;
    skos:notation "xsc"^^xsd:string ;
    skos:prefLabel "Luenga scita"@an,
        "Скитски език"@bg,
        "Escita"@ca,
        "Σκυθικές γλώσσες"@el,
        "Scythian"@en,
        "زبان سکایی"@fa,
        "Skyytin kieli"@fi,
        "Langues scythes"@fr,
        "スキタイ語"@ja,
        "스키타이어"@ko,
        "Lingua Scythica"@la,
        "Język scytyjski"@pl,
        "Línguas citas"@pt,
        "Скифо-сарматский язык"@ru,
        "Skýtsko-sarmatské jazyky"@sk,
        "ภาษาไซเทีย"@th,
        "İskit dilleri"@tr .

<http://lexvo.org/id/iso639-3/xum> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "xum"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Umbrian_language>,
        <http://lexvo.org/id/wordnet/30/noun/umbrian_1_10_00>,
        <http://www.mpii.de/yago/resource/Umbrian_language> ;
    skos:altLabel "Umbrian language"@en ;
    skos:definition "Umbrian is an extinct Italic language formerly spoken by the Umbri in the ancient Italian region of Umbria. Within the Italic languages it is closely related to the Oscan group and is therefore associated with it in the group of Osco-Umbrian languages. Since that classification was first formulated a number of other languages in ancient Italy were discovered to be more closely related to Umbrian. Therefore a group was devised to contain them, termed the Umbrian group. In addition to the specific Umbrian language, they are the Volscian language, the Sabine language, the South Picene language, and the Marsian language. The classification used in this article is that of the Linguist List and SIL International."@en ;
    skos:inScheme lexvo: ;
    skos:notation "xum"^^xsd:string ;
    skos:prefLabel "Umbries"@af,
        "لغة أمبرية"@ar,
        "اومبرى"@arz,
        "Umbrieg"@br,
        "Umbre"@ca,
        "Umberština"@cs,
        "Wmbreg"@cy,
        "Umbrische Sprache"@de,
        "Umbrian"@en,
        "Umbra lingvo"@eo,
        "Idioma umbro"@es,
        "Umbrin kieli"@fi,
        "Ombrien"@fr,
        "אומברית"@he,
        "Umber nyelv"@hu,
        "Lingua umbra"@it,
        "ウンブリア語"@ja,
        "Lingua Umbra"@la,
        "Umbrisch"@nl,
        "Umbrisk"@no,
        "Język umbryjski"@pl,
        "Língua umbra"@pt,
        "Limba umbriană"@ro,
        "Умбрский язык"@ru,
        "Umbrijčina"@sk,
        "Umbrijščina"@sl,
        "Umbriska"@sv,
        "翁布里亚语"@zh .

<http://lexvo.org/id/iso639-3/yaq> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "yaq"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/yaqu1251> ;
    owl:sameAs <http://dbpedia.org/resource/Yaqui_language>,
        <http://www.mpii.de/yago/resource/Yaqui_language> ;
    skos:altLabel "Yaqui language"@en ;
    skos:definition "Yaqui (or Hiaki), locally known as Yoeme or Yoem Noki, is a Native American language of the Uto-Aztecan family. It is spoken by about 15,000 people, mostly of the border Yaqui people, in the region around the Mexican state of Sonora, and Arizona in the United States."@en ;
    skos:inScheme lexvo: ;
    skos:notation "yaq"^^xsd:string ;
    skos:prefLabel "Yakieg"@br,
        "Yaqui"@en,
        "Idioma yaqui"@es,
        "Yaquin kieli"@fi,
        "Yaqui"@fr,
        "Yaquitlahtōlli"@nah,
        "Língua yaqui"@pt,
        "Yaki simi"@qu .

<http://lexvo.org/id/iso639-3/ycn> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ycn"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/yucu1253> ;
    owl:sameAs <http://dbpedia.org/resource/Yucuna_language>,
        <http://www.mpii.de/yago/resource/Yucuna_language> ;
    skos:altLabel "Yucuna language"@en ;
    skos:definition "Yucuna (Jukuna) is an Arawakan language of Colombia. Extinct Guarú (Garú) was either a dialect or a closely related language."@en ;
    skos:inScheme lexvo: ;
    skos:notation "ycn"^^xsd:string ;
    skos:prefLabel "Yucuna"@en .

<http://lexvo.org/id/iso639-3/yey> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "yey"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/yeyi1239> ;
    owl:sameAs <http://dbpedia.org/resource/Yeyi_language>,
        <http://www.mpii.de/yago/resource/Yeyi_language> ;
    skos:altLabel "Yeyi language"@en ;
    skos:definition "Yeyi (autoethnonym Shiyeyi) is an endangered Bantu language spoken by many of the approximately 50,000 Yeyi people along the Okavango River in Namibia and Botswana. Yeyi, influenced by Juu languages, is one of several Bantu languages along the Okavango with clicks. Indeed, it has the largest known inventory of clicks of any Bantu language, with dental, alveolar, palatal, and lateral articulations. Though most of its older speakers prefer Yeyi in normal conversation, it is being gradually phased out in Botswana by a popular move towards Tswana, with Yeyi only being learned by children in a few villages. Yeyi speakers in the Caprivi Strip of north-eastern Namibia, however, retain Yeyi in villages (including Linyanti), but may also speak the regional lingua franca, Lozi."@en ;
    skos:inScheme lexvo: ;
    skos:notation "yey"^^xsd:string ;
    skos:prefLabel "Yeyi"@en .

<http://lexvo.org/id/iso639-3/yuc> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "yuc"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/yuch1247> ;
    owl:sameAs <http://dbpedia.org/resource/Yuchi_language>,
        <http://www.mpii.de/yago/resource/Yuchi_language> ;
    skos:altLabel "Yuchi language"@en ;
    skos:definition "The Yuchi language is the language of the Yuchi people living in the southeastern United States, including eastern Tennessee, western Carolinas, northern Georgia and Alabama, in the period of early European colonization. However, speakers of the Yuchi language were forcibly relocated to Oklahoma in the early 19th century. Due to assimilation into Muscogee and English-speaking culture, only a few elderly speakers of the Yuchi language remain. In 2000 the estimated number of fluent Yuchi speakers was 15, but this number dwindled to 7 by 2006 and 5 by 2010. The Euchee Language Project teaches Yuchi classes in Sapulpa, Oklahoma, free of charge."@en ;
    skos:inScheme lexvo: ;
    skos:notation "yuc"^^xsd:string ;
    skos:prefLabel "Youtchieg"@br,
        "Yuchi"@en,
        "Idioma yuchi"@es,
        "Yuchi"@fr,
        "Ючи"@ru,
        "Yuchi"@sv .

<http://lexvo.org/id/iso639-3/yur> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "yur"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/yuro1248> ;
    owl:sameAs <http://dbpedia.org/resource/Yurok_language>,
        <http://www.mpii.de/yago/resource/Yurok_language> ;
    skos:altLabel "Yurok language"@en ;
    skos:definition "Yurok (also Weitspekan) is a moribund Algic language. It is the traditional language of the Yurok tribe of Del Norte County and Humboldt County on the far North Coast of California, U.S., most of whom now speak English. There are currently about a dozen elderly speakers."@en ;
    skos:inScheme lexvo: ;
    skos:notation "yur"^^xsd:string ;
    skos:prefLabel "Yurok"@ca,
        "Yurok"@de,
        "Yurok"@en,
        "Yurok"@es,
        "Yurok"@fi,
        "Yurok"@fr,
        "Weitspekan"@hr,
        "Yurok-språket"@nn,
        "Lenga yurok"@pms,
        "Юрок"@ru .

<http://lexvo.org/id/iso639-3/ywr> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ywr"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/yawu1244> ;
    owl:sameAs <http://dbpedia.org/resource/Yawuru_language>,
        <http://www.mpii.de/yago/resource/Yawuru_language> ;
    skos:altLabel "Yawuru language"@en ;
    skos:definition "Yawuru is a Western Nyulnyulan language formerly spoken on the coast south of Broome in Western Australia."@en ;
    skos:inScheme lexvo: ;
    skos:notation "ywr"^^xsd:string ;
    skos:prefLabel "Yawuru"@en .

<http://lexvo.org/id/iso639-3/zai> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "zai"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/isth1244> ;
    owl:sameAs <http://dbpedia.org/resource/Isthmus_Zapotec>,
        <http://www.mpii.de/yago/resource/Isthmus_Zapotec> ;
    skos:altLabel "Zapotec, Isthmus"@en ;
    skos:definition "Isthmus Zapotec (native name diidxazá; Spanish: Zapoteco del Istmo) is a Zapotecan language spoken in Tehuantepec and Juchitán de Zaragoza, in the Mexican state of Oaxaca."@en ;
    skos:inScheme lexvo: ;
    skos:notation "zai"^^xsd:string ;
    skos:prefLabel "Zapotekeg Isthmus"@br,
        "Isthmus Zapotec"@en,
        "Landengte-Zapoteeks"@nl .

<http://lexvo.org/id/iso639-3/zay> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "zay"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/zays1235> ;
    owl:sameAs <http://dbpedia.org/resource/Zayse-Zergulla_language>,
        <http://www.mpii.de/yago/resource/Zayse-Zergulla_language> ;
    skos:altLabel "Zayse-Zergulla"@en,
        "Zayse-Zergulla language"@en ;
    skos:definition "Zayse-Zergulla is the combined title for the two closely related dialects of Zayse (also Zaysete, Zaisse, Zaysite, Zaysse) and Zergulla (or Zergula). The division may be more along ethnic or geographic lines than linguistic. It is an Afro-Asiatic Omotic language, and is spoken in the southwestern part of Ethiopia, to the immediate west of Lake Chamo. It is similar to the Gidicho dialect of the Koorete language."@en ;
    skos:inScheme lexvo: ;
    skos:notation "zay"^^xsd:string ;
    skos:prefLabel "Zaysete"@en,
        "Zayse"@fr,
        "Lenga Zayse-Zergulla"@pms .

<http://lexvo.org/id/iso639-3/zoc> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "zoc"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/copa1236> ;
    skos:altLabel "Zoque, Copainalá"@en ;
    skos:inScheme lexvo: ;
    skos:notation "zoc"^^xsd:string ;
    skos:prefLabel "Copainalá Zoque"@en .

<http://lexvo.org/id/iso639-5/art> a lvont:Language,
        skos:Concept ;
    lvont:iso6392BCode "art"^^xsd:string ;
    lvont:iso639P5Code "art"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-5/art> ;
    owl:sameAs <http://dbpedia.org/resource/Artificial_languages>,
        <http://www.mpii.de/yago/resource/Artificial_languages>,
        <info:lc/vocabulary/languages/art> ;
    skos:altLabel "Artificial language"@en,
        "Artificial languages"@en,
        "artificielles, langues"@fr,
        "langue artificielles"@fr,
        "idioma artificial"@pt ;
    skos:inScheme lexvo: ;
    skos:prefLabel "Kunsmatige taal"@af,
        "الصناعية - أخرى"@ar,
        "suni dil"@az,
        "штучная мова"@be,
        "изкуствен"@bg,
        "কৃত্রিম"@bn,
        "कृत्रिम भाषा"@brx,
        "veštački"@bs,
        "вештачки"@bs-Cyrl,
        "llengua artificial"@ca,
        "其他人工语系"@cmn,
        "人工語言"@cmn-Hant,
        "umělé jazyky"@cs,
        "iaith wneud"@cy,
        "kunstsprog"@da,
        "Kunstsprache"@de,
        "བཟོ་བཟོཝ (གཞན)"@dz,
        "Τεχνητή γλώσσα"@el,
        "Artificial Language"@en,
        "𐐂𐑉𐐻𐐮𐑁𐐮𐑇𐐲𐑊 𐐢𐐩𐑍𐐶𐐮𐐾"@en-Dsrt,
        "lengua artificial"@es,
        "muu tehiskeel"@et,
        "زبان ساختگی"@fa,
        "keinotekoinen kieli"@fi,
        "langue artificielle"@fr,
        "Cànan fuadain"@gd,
        "lingua artificial"@gl,
        "Künschtlichi Schpraach"@gsw,
        "કૃત્રિમ ભાષા"@gu,
        "שפה מלאכותית"@he,
        "कृत्रिम भाषा"@hi,
        "umjetni jezik"@hr,
        "mesterséges nyelv"@hu,
        "Bahasa Buatan"@id,
        "alþjóðamál (önnur)"@is,
        "lingua artificiale"@it,
        "人工言語"@ja,
        "ხელოვნური სხვა"@ka,
        "ಕೃತಕ ಭಾಷೆ"@kn,
        "기계어 (기타)"@ko,
        "بَناوَٹی زبانہٕ"@ks,
        "ພາສາປະດິດ"@lo,
        "dirbtinė kalba"@lt,
        "mākslīgās valodas"@lv,
        "вештачки"@mk,
        "കൃത്രിമഭാഷ"@ml,
        "कृत्रिम भाषा"@mr,
        "Artifiċjali (Oħra)"@mt,
        "အယောင်ဆောင် ဘာသာစကား"@my,
        "kunstig språk"@nb,
        "Kunstmatige taal"@nl,
        "kunstig språk"@nn,
        "କୃତ୍ରିମ ଭାଷା"@or,
        "аразгӕ ӕвзаг"@os,
        "sztuczny"@pl,
        "idioma artifical"@pt,
        "lingua artifiziala"@rm,
        "limbă artificială"@ro,
        "искусственный язык"@ru,
        "umelý jazyk"@sk,
        "umetni jezik"@sl,
        "Вештачки"@sr,
        "Veštački"@sr-Latn,
        "konstgjort språk"@sv,
        "Lugha ya kuundwa"@swh,
        "செயற்கையான மொழி"@ta,
        "కృత్రిమ భాష"@te,
        "ภาษาประดิษฐ์"@th,
        "lea faʻu"@to,
        "Yapay Diller"@tr,
        "штучна мова"@uk,
        "Ngôn ngữ Nhân tạo"@vi .

<http://lexvo.org/id/iso639-5/aus> a lvont:Language,
        skos:Concept ;
    lvont:iso6392BCode "aus"^^xsd:string ;
    lvont:iso639P5Code "aus"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-5/aus> ;
    owl:sameAs <http://dbpedia.org/resource/Australian_languages>,
        <http://www.mpii.de/yago/resource/Australian_languages>,
        <info:lc/vocabulary/languages/aus> ;
    skos:altLabel "Australian language"@en,
        "Australian languages"@en,
        "australiennes, langues"@fr,
        "langue australiennes"@fr ;
    skos:inScheme lexvo: ;
    skos:prefLabel "اللغة الأسترالية"@ar,
        "avstraliyca"@az,
        "аўстралійская"@be,
        "австралийски езици"@bg,
        "অস্ট্রেলিয়"@bn,
        "औस्ट्रेलियाई भाषा"@brx,
        "australijski jezik"@bs,
        "аустралијски језик"@bs-Cyrl,
        "llengua australiana"@ca,
        "澳大利亚语系"@cmn,
        "澳洲諸語言"@cmn-Hant,
        "australské jazyky"@cs,
        "iaith o Awstralia"@cy,
        "australsk sprog"@da,
        "Australisch"@de,
        "Αυστραλιανή γλώσσα"@el,
        "Australian Language"@en,
        "lenguas australianas"@es,
        "austraali keel"@et,
        "زبان استرالیایی"@fa,
        "australialainen kieli"@fi,
        "langue australienne"@fr,
        "lenghis australianis"@fur,
        "lingua australiana"@gl,
        "Auschtralischi Schpraach"@gsw,
        "ઓસ્ટ્રેલિયન ભાષા"@gu,
        "שפה אוסטרלית"@he,
        "आस्ट्रेलियाई भाषा"@hi,
        "australski"@hr,
        "ausztrál nyelvek"@hu,
        "Rumpun Bahasa Australia"@id,
        "áströlsk mál"@is,
        "lingue australiane"@it,
        "オーストラリア諸語"@ja,
        "ಆಸ್ಟ್ರೇಲಿಯನ್ ಭಾಷೆ"@kn,
        "오스트레일리아어족"@ko,
        "آسٹریلیٲیی زبانہٕ"@ks,
        "ພາສາອອດສເຕເລຍ"@lo,
        "australų kalba"@lt,
        "austrāliešu valodas"@lv,
        "австралиски"@mk,
        "ഓസ്ട്രേലിയൻ ഭാഷ"@ml,
        "ऑस्ट्रेलियन भाषा"@mr,
        "Lingwi Awstraljani"@mt,
        "australsk språk"@nb,
        "Australische taal"@nl,
        "australsk språk"@nn,
        "ଅଷ୍ଟ୍ରେଲିଆନ୍ ଭାଷା"@or,
        "ਆਸਟਰੇਲੀਅਨ ਭਾਸ਼ਾ"@pa,
        "język australijski"@pl,
        "idioma australiano"@pt,
        "linguas australianas"@rm,
        "limbă australiană"@ro,
        "австралийский язык"@ru,
        "austrálske jazyky"@sk,
        "avstralski jezik"@sl,
        "Аустралијски језик"@sr,
        "Australijski jezik"@sr-Latn,
        "australiskt språk"@sv,
        "Lugha ya Australia"@swh,
        "ஆஸ்த்ரேலிய மொழி"@ta,
        "ఆస్ట్రేలియన్ భాష"@te,
        "ภาษาออสเตรเลีย"@th,
        "Avustralya Dilleri"@tr,
        "австралійські мови"@uk,
        "Ngôn ngữ Châu Úc"@vi .

<http://lexvo.org/id/iso639-5/bad> a lvont:Language,
        skos:Concept ;
    lvont:iso6392BCode "bad"^^xsd:string ;
    lvont:iso639P5Code "bad"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-5/bad> ;
    owl:sameAs <http://dbpedia.org/resource/Banda_languages>,
        <http://www.mpii.de/yago/resource/Banda_languages>,
        <info:lc/vocabulary/languages/bad> ;
    skos:altLabel "Banda-Sprachen"@de,
        "Banda language"@en,
        "Banda languages"@en,
        "banda, langues"@fr,
        "langue banda"@fr,
        "Banda jezici"@hr,
        "Языки банда"@ru,
        "Банда језици"@sr ;
    skos:definition "Banda is a family of Ubangian languages spoken by the Banda people of Central Africa."@en ;
    skos:inScheme lexvo: ;
    skos:prefLabel "الباندا"@ar,
        "banda dili"@az,
        "банда"@bg,
        "বান্দা"@bn,
        "banda"@br,
        "बंदा"@brx,
        "banda"@bs,
        "банда"@bs-Cyrl,
        "banda"@ca,
        "班达文"@cmn,
        "班達文"@cmn-Hant,
        "banda"@cs,
        "banda"@da,
        "Banda-Sprache"@de,
        "Μπάντα"@el,
        "Banda"@en,
        "banda"@es,
        "banda"@et,
        "باندایی"@fa,
        "banda"@fi,
        "banda"@fr,
        "Banda"@gsw,
        "બાંદા"@gu,
        "בנדה"@he,
        "बांदा"@hi,
        "banda"@hr,
        "banda"@hu,
        "Banda"@id,
        "banda"@is,
        "banda"@it,
        "バンダ語"@ja,
        "ಬಾಂಡಾ"@kn,
        "반다어"@ko,
        "بَندا"@ks,
        "ບານດາ"@lo,
        "bandų"@lt,
        "bandu"@lv,
        "банда"@mk,
        "ബൻഡ"@ml,
        "बांदा"@mr,
        "Banda"@mt,
        "banda"@nb,
        "Banda"@nl,
        "banda"@nn,
        "ବାନ୍ଦା"@or,
        "język banda"@pl,
        "banda"@pt,
        "banda"@rm,
        "banda"@ro,
        "банда"@ru,
        "banda"@sk,
        "bandaški jezik"@sl,
        "Банда"@sr,
        "Banda"@sr-Latn,
        "bandaspråk"@sv,
        "Kibanda"@swh,
        "பாண்டா"@ta,
        "బాండా"@te,
        "บันดา"@th,
        "Banda Dili"@tr,
        "банда"@uk,
        "Tiếng Banda"@vi .

<http://lexvo.org/id/iso639-5/bai> a lvont:Language,
        skos:Concept ;
    lvont:iso6392BCode "bai"^^xsd:string ;
    lvont:iso639P5Code "bai"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-5/bai> ;
    owl:sameAs <http://dbpedia.org/resource/Bamileke_languages>,
        <http://www.mpii.de/yago/resource/Bamileke_languages>,
        <info:lc/vocabulary/languages/bai> ;
    skos:altLabel "Bamileke-Sprachen"@de,
        "Bamileke language"@en,
        "Bamileke languages"@en,
        "Langues bamilékées"@fr,
        "bamiléké, langues"@fr,
        "langue bamilékée"@fr,
        "Bamileke jezici"@hr,
        "Бамилекански јазици"@mk,
        "Línguas Bamileke"@pt,
        "bamileke Languages"@pt ;
    skos:definition "Bamileke is a group of languages spoken by the Bamileke in the western grasslands of Cameroon."@en ;
    skos:inScheme lexvo: ;
    skos:prefLabel "اللغة الباميليكية"@ar,
        "bamilek dili"@az,
        "бамикеле"@bg,
        "বামিলেকে ভাষা"@bn,
        "बामीलेके"@brx,
        "bamileke"@bs,
        "бамилеке"@bs-Cyrl,
        "bamileké"@ca,
        "巴米累克语系"@cmn,
        "巴米累克諸語言"@cmn-Hant,
        "bamilek"@cs,
        "iaith Bamilecig"@cy,
        "bamilekisk sprog"@da,
        "Bamileke-Sprache"@de,
        "Γλώσσα Μπαμιλέκ"@el,
        "Bamileke Language"@en,
        "lenguas bamileke"@es,
        "bamileke keel"@et,
        "bamilekekieli"@fi,
        "langue bamiléké"@fr,
        "Bamileke"@gsw,
        "બમિલેકે ભાષા"@gu,
        "השפה הבאמילקית"@he,
        "बमिलेके भाषा"@hi,
        "bamileke"@hr,
        "bamileke nyelvek"@hu,
        "Rumpun Bahasa Bamileke"@id,
        "bamílekemál"@is,
        "lingue bamileke"@it,
        "バミレケ語族"@ja,
        "ಬಮಿಲೇಕೆ ಭಾಷೆ"@kn,
        "바밀레케어족"@ko,
        "بَمیٖلیکیے"@ks,
        "ພາສາບາມາລີກ"@lo,
        "bamilekų kalba"@lt,
        "bamileku valodas"@lv,
        "бамилеке"@mk,
        "ബാമിലകേ ഭാഷ"@ml,
        "बमिलेके भाषा"@mr,
        "Lingwi Bamileke"@mt,
        "bamilekisk språk"@nb,
        "Bamileke-taal"@nl,
        "bamilekisk språk"@nn,
        "ବମିଲେକେ ଭାଷା"@or,
        "język bamileke"@pl,
        "idioma bamileke"@pt,
        "lingua bamileka"@rm,
        "limbă bamileke"@ro,
        "бамилеке языки"@ru,
        "bamileke"@sk,
        "bamilekejski jezik"@sl,
        "Бамилеке"@sr,
        "Bamileke"@sr-Latn,
        "bamilekespråk"@sv,
        "பமிலெகே மொழி"@ta,
        "బమిలేకే భాష"@te,
        "ภาษาบามีเลก์"@th,
        "Bamileke Dilleri"@tr,
        "бамілеке мови"@uk,
        "Ngôn ngữ Bamileke"@vi .

<http://lexvo.org/id/iso639-5/bat> a lvont:Language,
        skos:Concept ;
    lvont:iso6392BCode "bat"^^xsd:string ;
    lvont:iso639P5Code "bat"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-5/bat> ;
    owl:sameAs <http://dbpedia.org/resource/Baltic_languages>,
        <http://www.mpii.de/yago/resource/Baltic_languages>,
        <info:lc/vocabulary/languages/bat> ;
    skos:altLabel "Baltiese tale"@af,
        "Baltik dilləri"@az,
        "Балтийски езици"@bg,
        "Yezhoù baltek"@br,
        "Llengües bàltiques"@ca,
        "Baltské jazyky"@cs,
        "Baltiske sprog"@da,
        "Baltische Sprachen"@de,
        "Βαλτικές γλώσσες"@el,
        "Baltic language"@en,
        "Baltic languages"@en,
        "Lenguas bálticas"@es,
        "Balti keeled"@et,
        "زبان‌های بالتیک"@fa,
        "Balttilaiset kielet"@fi,
        "Langues baltes"@fr,
        "baltes, langues"@fr,
        "langue baltes"@fr,
        "Linguas bálticas"@gl,
        "Baltički jezici"@hr,
        "Rumpun Bahasa Baltik"@id,
        "baltnesk mál (önnur)"@is,
        "Lingue baltiche"@it,
        "バルト諸語"@ja,
        "발트어 (기타)"@ko,
        "Baltų kalbos"@lt,
        "Baltu valodas"@lv,
        "Балтички јазици"@mk,
        "Baltische talen"@nl,
        "Baltiske språk"@nn,
        "Języki bałtyckie"@pl,
        "Línguas bálticas"@pt,
        "Limbile baltice"@ro,
        "Балтийские языки"@ru,
        "Baltské jazyky"@sk,
        "Baltski jeziki"@sl,
        "Балтички језици"@sr,
        "Baltiska språk"@sv,
        "Baltık dilleri"@tr,
        "Балтійські мови"@uk,
        "Nhóm ngôn ngữ gốc Balt"@vi ;
    skos:definition "The Baltic languages are a group of related languages that, in the opinion of some scholars, form a separate branch of the Indo-European language family, while most scholars maintain that it belongs to a Balto-Slavic branch of Indo-European. Baltic languages are spoken mainly in areas extending east and southeast of the Baltic Sea in Northern Europe. The language group is usually divided into two sub-groups: Western Baltic, containing only extinct languages, and Eastern Baltic, containing both extinct and the two living languages in the group: Lithuanian (including both Standard Lithuanian and Samogitian) and Latvian (including both literary Latvian and Latgalian). The range of Eastern Balts reached to the Ural mountains. While related, the Lithuanian, the Latvian, and particularly the Old Prussian vocabularies differ substantially from one another and are not mutually intelligible. The now-extinct Old Prussian language has been considered the most archaic of the Baltic languages."@en ;
    skos:inScheme lexvo: ;
    skos:prefLabel "Baltiese taal"@af,
        "Luengas balticas"@an,
        "اللغة البلطيقية"@ar,
        "baltik dili"@az,
        "Балтыйскія мовы"@be,
        "Балцкія мовы"@be-tarask,
        "балтийски"@bg,
        "বাল্টিক ভাষা"@bn,
        "balteg"@br,
        "बल्टीक भाषा"@brx,
        "baltički jezik"@bs,
        "балтички језик"@bs-Cyrl,
        "llengua bàltica"@ca,
        "其他波罗的语系"@cmn,
        "波羅的海諸語言"@cmn-Hant,
        "baltské jazyky"@cs,
        "iaith Baltig"@cy,
        "baltisk sprog"@da,
        "Baltisch"@de,
        "Βαλτική γλώσσα"@el,
        "Baltic Language"@en,
        "𐐒𐐪𐑊𐐻𐐮𐐿 𐐢𐐩𐑍𐐶𐐮𐐾"@en-Dsrt,
        "Balta lingvaro"@eo,
        "lengua báltica"@es,
        "balti keel"@et,
        "زبان بالتیکی"@fa,
        "balttilainen kieli"@fi,
        "langue balte"@fr,
        "lingua báltica"@gl,
        "Baltischi Schpraach"@gsw,
        "બાલ્ટિક ભાષા"@gu,
        "שפות בלטיות"@he,
        "बाल्टिक भाषा"@hi,
        "baltički"@hr,
        "Baltiske rěče"@hsb,
        "balti nyelv"@hu,
        "Bahasa Baltik"@id,
        "Baltnesk tungumál"@is,
        "lingua baltica"@it,
        "バルト語派"@ja,
        "ბალტიკური ენები"@ka,
        "ಬಾಲ್ಟಿಕ್ ಭಾಷೆ"@kn,
        "발트어파"@ko,
        "بالتِک زبانہٕ"@ks,
        "Zimanên baltî"@ku,
        "Linguae Balticae"@la,
        "Baltische taole"@li,
        "ພາສາບໍຕິກ"@lo,
        "baltų kalba"@lt,
        "Baltu kalbas"@lt-x,
        "baltu valodas"@lv,
        "балтички"@mk,
        "ബാൾട്ടിക് ഭാഷ"@ml,
        "बाल्टिक भाषा"@mr,
        "Baltiku (Oħra)"@mt,
        "ဘော်လတစ် ဘာသာစကား"@my,
        "baltisk språk"@nb,
        "Baltische taal"@nl,
        "baltisk språk"@nn,
        "Baltiske språk"@no,
        "Balti lingues"@nov,
        "Lengas balticas"@oc,
        "ବାଲାଟିକ୍ ଭାଷା"@or,
        "ਬੈਲਟਿਕ ਭਾਸ਼ਾ"@pa,
        "bałtycki"@pl,
        "Lenghe bàltiche"@pms,
        "idioma báltico"@pt,
        "lingua baltica"@rm,
        "limbă baltică"@ro,
        "Baltikane chhiba"@rom,
        "балтийский язык"@ru,
        "Baltijalaš gielat"@se,
        "Baltički jezici"@sh,
        "baltské jazyky"@sk,
        "baltski jezik"@sl,
        "Балтички језик"@sr,
        "Baltički jezik"@sr-Latn,
        "baltiskt språk"@sv,
        "பால்டிக் மொழி"@ta,
        "బాల్టిక్ భాష"@te,
        "Забонҳои балтикӣ"@tg,
        "ภาษาบอลติก"@th,
        "Baltık Dilleri"@tr,
        "балтійська мова"@uk,
        "Ngôn ngữ Baltic"@vi,
        "Baltische taelen"@zea,
        "波罗的语族"@zh .

<http://lexvo.org/id/iso639-5/ber> a lvont:Language,
        skos:Concept ;
    lvont:iso6392BCode "ber"^^xsd:string ;
    lvont:iso639P5Code "ber"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-5/ber> ;
    owl:sameAs <http://dbpedia.org/resource/Berber_languages>,
        <http://www.mpii.de/yago/resource/Berber_languages>,
        <info:lc/vocabulary/languages/ber> ;
    skos:altLabel "لغة أمازيغية"@ar,
        "Bərbər dili"@az,
        "Берберски езици"@bg,
        "Yezhoù berberek"@br,
        "Tamazight"@bs,
        "Berber"@ca,
        "Berberské jazyky"@cs,
        "Ieithoedd Berber"@cy,
        "Berbiske sprog"@da,
        "Berbersprachen"@de,
        "Berber language"@en,
        "Berber languages"@en,
        "Lenguas bereberes"@es,
        "آمازیغی"@fa,
        "Berberikielet"@fi,
        "Langues berbères"@fr,
        "berbères, langues"@fr,
        "langue berbères"@fr,
        "שפות ברבריות"@he,
        "बर्बर भाषाएँ"@hi,
        "Berberski jezici"@hr,
        "Rumpun Bahasa Berber"@id,
        "Lingua berbera"@it,
        "ベルベル諸語"@ja,
        "베르베르어파"@ko,
        "Берберски јазици"@mk,
        "Berbertalen"@nl,
        "Tamazightiske språk"@nn,
        "Języki berberyjskie"@pl,
        "Línguas berberes"@pt,
        "Limbi berbere"@ro,
        "Берберские языки"@ru,
        "Berberspråk"@sv,
        "Berberi dilleri"@tr,
        "Берберські мови"@uk ;
    skos:definition "Berber or the Berber languages (Berber: Tamaziɣt or Tamazight, ) are a family of similar or closely related languages and dialects indigenous to North Africa. Berber is spoken by large populations of Morocco and Algeria, and by smaller populations of Libya, Tunisia, eastern Mali, western and northern Niger, northern Burkina Faso, Mauritania, and the Egyptian Siwa Oasis. Large Berber-speaking migrant communities live in Western Europe since the 1950s."@en ;
    skos:inScheme lexvo: ;
    skos:prefLabel "Berbers"@af,
        "Luengas berbers"@an,
        "البربرية"@ar,
        "اللغه البربرى"@arz,
        "berber dili"@az,
        "берберски"@bg,
        "বেরবের"@bn,
        "berbereg"@br,
        "बरबर्"@brx,
        "berber"@bs,
        "бербер"@bs-Cyrl,
        "berber"@ca,
        "柏柏尔文"@cmn,
        "柏柏爾文"@cmn-Hant,
        "berberské jazyky"@cs,
        "Berbereg"@cy,
        "berberisk"@da,
        "Berbersprache"@de,
        "Μπέρμπερ"@el,
        "Berber"@en,
        "𐐒𐐲𐑉𐐺𐐲𐑉"@en-Dsrt,
        "Berbera lingvaro"@eo,
        "bereber"@es,
        "berberi"@et,
        "Amazigera"@eu,
        "بربری"@fa,
        "berberikieli"@fi,
        "berbère"@fr,
        "Berberspräke"@frr,
        "Lingua bérber"@gl,
        "Bärberisch"@gsw,
        "બર્બર"@gu,
        "ברברית"@he,
        "बरबर"@hi,
        "berberski"@hr,
        "Berberske rěče"@hsb,
        "berber"@hu,
        "Bahasa Berber"@id,
        "berbamál"@is,
        "berbero"@it,
        "ベルベル語"@ja,
        "ბერბერო-ლიბიური ენები"@ka,
        "Tamaziɣt"@kab,
        "Бербер тілі"@kk,
        "ಬೆರ್ಬರ್"@kn,
        "베르베르어"@ko,
        "بیربیر"@ks,
        "Zimanê amazigh"@ku,
        "Linguae Libycae"@la,
        "Tamazight"@lad,
        "Berbertaole"@li,
        "ເບີເບີ"@lo,
        "berberų"@lt,
        "berberu"@lv,
        "бербер"@mk,
        "ബെർബർ"@ml,
        "बर्बर"@mr,
        "Bahasa Barbar"@ms,
        "Beber"@mt,
        "بربری"@mzn,
        "berbisk"@nb,
        "Tamazight"@nds,
        "Berber"@nl,
        "berbisk"@nn,
        "Berbiske språk"@no,
        "Berbèr"@oc,
        "ବେରବର୍"@or,
        "berberski"@pl,
        "Lenghe bérbere"@pms,
        "berbere"@pt,
        "Berber rimaykuna"@qu,
        "berb"@rm,
        "berberă"@ro,
        "берберский"@ru,
        "Limba bèrbera"@sc,
        "Berberski jezici"@sh,
        "berberské jazyky"@sk,
        "berberščina"@sl,
        "Luqadaha Berberiga"@so,
        "Gjuha berbe"@sq,
        "Бербер"@sr,
        "Berber"@sr-Latn,
        "Berbersproaken"@stq,
        "berberspråk"@sv,
        "Tamazight"@sw,
        "பெர்பெர்"@ta,
        "బెర్బెర్"@te,
        "เบอร์เบอร์"@th,
        "Berberi"@tr,
        "берберська"@uk,
        "بربر زبانیں"@ur,
        "Tiếng Berber"@vi,
        "Amazir"@wa,
        "柏柏尔语族"@zh .

<http://lexvo.org/id/iso639-5/bnt> a lvont:Language,
        skos:Concept ;
    lvont:iso6392BCode "bnt"^^xsd:string ;
    lvont:iso639P5Code "bnt"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-5/bnt> ;
    owl:sameAs <http://dbpedia.org/resource/Bantu_languages>,
        <http://www.mpii.de/yago/resource/Bantu_languages>,
        <info:lc/vocabulary/languages/bnt> ;
    skos:altLabel "لغات البانتو"@ar,
        "Bantu dilləri"@az,
        "বান্টু ভাষাসমূহ"@bn,
        "Llengües bantus"@ca,
        "Bantuské jazyky"@cs,
        "Ieithoedd Bantu"@cy,
        "Bantu"@da,
        "Bantusprachen"@de,
        "Μπαντού γλώσσες"@el,
        "Bantu language"@en,
        "Bantu languages"@en,
        "Lenguas bantúes"@es,
        "Bantu keeled"@et,
        "زبان‌های بانتو"@fa,
        "Bantukielet"@fi,
        "Langues bantoues"@fr,
        "bantou, langues"@fr,
        "langue bantou"@fr,
        "שפות בנטו"@he,
        "बांटू भाषा परिवार"@hi,
        "Bantu jezici"@hr,
        "Bahasa Bantu"@id,
        "Lingue bantu"@it,
        "バントゥー語群"@ja,
        "반투어군"@ko,
        "Bantų kalbos"@lt,
        "Банту-јазици"@mk,
        "Bantoetalen"@nl,
        "Bantuspråk"@nn,
        "Języki bantu"@pl,
        "Línguas bantas"@pt,
        "Банту"@ru,
        "Bantuské jazyky"@sk,
        "Банту језици"@sr,
        "Bantuspråk"@sv,
        "பான்டு மொழிகள்"@ta,
        "Bantu dil ailesi"@tr,
        "Банту"@uk ;
    skos:definition "The Bantu languages (technically Narrow Bantu languages) constitute a traditional sub-branch of the Niger–Congo languages. There are about 250 Bantu languages by the criterion of mutual intelligibility, though the distinction between language and dialect is often unclear, and Ethnologue counts 535 languages. Bantu languages are spoken largely east and south of the present day country of Cameroon; i.e., in the regions commonly known as central Africa, east Africa, and southern Africa. Parts of the Bantu area include languages from other language families (see map)."@en ;
    skos:inScheme lexvo: ;
    skos:prefLabel "Bantoe"@af,
        "البانتو"@ar,
        "Llingües bantúes"@ast,
        "bantu dili"@az,
        "банту"@bg,
        "বান্টু"@bn,
        "Yezhoù bantouek"@br,
        "बाँटु"@brx,
        "bantu"@bs,
        "банту"@bs-Cyrl,
        "bantu"@ca,
        "班图文"@cmn,
        "班圖諸語言"@cmn-Hant,
        "bantuské jazyky"@cs,
        "iaith Bantw"@cy,
        "bantu"@da,
        "Bantusprache"@de,
        "Μπαντού"@el,
        "Bantu"@en,
        "𐐒𐐰𐑌𐐻𐐭"@en-Dsrt,
        "Bantua lingvaro"@eo,
        "bantú"@es,
        "bantu"@et,
        "بانتویی"@fa,
        "bantukieli"@fi,
        "bantou"@fr,
        "Bantu"@gsw,
        "બન્ટુ"@gu,
        "בנטו"@he,
        "बन्तु"@hi,
        "bantu"@hr,
        "Bantuske rěče"@hsb,
        "bantu"@hu,
        "Bantu"@id,
        "bantúmál"@is,
        "bantu"@it,
        "バントゥ諸語"@ja,
        "Bandinga ya kibantu"@kg,
        "ಬಂಟು"@kn,
        "반투어"@ko,
        "بَنتوٗ"@ks,
        "ບັນຕູ"@lo,
        "bantų"@lt,
        "bantu"@lv,
        "банту"@mk,
        "ബാന്‌ടു"@ml,
        "बन्टु"@mr,
        "Bahasa Bantu"@ms,
        "Bantu"@mt,
        "bantu"@nb,
        "Bantoe"@nl,
        "bantu"@nn,
        "Bantuspråk"@no,
        "Bantual lingues"@nov,
        "Lengas bantos"@oc,
        "ବାଣ୍ଟୁ"@or,
        "bantu"@pl,
        "banto"@pt,
        "Bantu rimaykuna"@qu,
        "bantu"@rm,
        "bantu"@ro,
        "банту"@ru,
        "Bantu jezici"@sh,
        "bantuské jazyky"@sk,
        "bantujščina"@sl,
        "Банту"@sr,
        "Bantu"@sr-Latn,
        "bantuspråk"@sv,
        "Lugha za Kibantu"@sw,
        "Kibantu"@swh,
        "பான்டு"@ta,
        "బంటు"@te,
        "บันตู"@th,
        "Bantu Dili"@tr,
        "банту"@uk,
        "Tiếng Ban-tu"@vi,
        "Àwọn èdè Bàntú"@yo,
        "班图语支"@zh .

<http://lexvo.org/id/iso639-5/btk> a lvont:Language,
        skos:Concept ;
    lvont:iso6392BCode "btk"^^xsd:string ;
    lvont:iso639P5Code "btk"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-5/btk> ;
    owl:sameAs <http://dbpedia.org/resource/Batak_languages>,
        <http://www.mpii.de/yago/resource/Batak_languages>,
        <info:lc/vocabulary/languages/btk> ;
    skos:altLabel "Batak language"@en,
        "Batak languages"@en,
        "Langues batak"@fr,
        "batak, langues"@fr,
        "langue batak"@fr,
        "Batački jezici"@hr,
        "Bahasa Batak"@id,
        "Батачки јазици"@mk,
        "Języki batackie"@pl,
        "Батакские языки"@ru,
        "Batak"@sv ;
    skos:definition "The Batak languages are spoken by Batak and Alas people of North Sumatra, Indonesia."@en ;
    skos:inScheme lexvo: ;
    skos:prefLabel "الباتاكية"@ar,
        "batak dili"@az,
        "батак"@bg,
        "বাতাক"@bn,
        "batak"@br,
        "बातक"@brx,
        "batak"@bs,
        "батак"@bs-Cyrl,
        "batak"@ca,
        "巴塔克文"@cmn,
        "巴塔克文"@cmn-Hant,
        "batačtina"@cs,
        "Bataceg"@cy,
        "batak"@da,
        "Batak"@de,
        "Μπατάκ"@el,
        "Batak"@en,
        "batak"@es,
        "bataki"@et,
        "باتاکی"@fa,
        "batakkieli"@fi,
        "batak"@fr,
        "Batak"@gsw,
        "બતાક"@gu,
        "בטאק"@he,
        "बताक"@hi,
        "batak"@hr,
        "batak"@hu,
        "Batak"@id,
        "batak"@is,
        "batak"@it,
        "バタク語"@ja,
        "Basa Batak"@jv,
        "ಬಟಾಕ್"@kn,
        "바타크어"@ko,
        "بَتَک"@ks,
        "Lengua batak"@lij,
        "ບາຕັກ"@lo,
        "batakų"@lt,
        "bataku"@lv,
        "батак"@mk,
        "ബാറ്റക്"@ml,
        "बटाक"@mr,
        "Bahasa Batak"@ms,
        "Batak"@mt,
        "batak"@nb,
        "Batak"@nl,
        "batak"@nn,
        "ବାଟାକ୍"@or,
        "batak"@pl,
        "bataque"@pt,
        "batak"@rm,
        "batak"@ro,
        "батакский"@ru,
        "batacké jazyky"@sk,
        "bataški jezik"@sl,
        "Батак"@sr,
        "Batak"@sr-Latn,
        "Basa Batak"@su,
        "batak"@sv,
        "பாடாக்"@ta,
        "బటక్"@te,
        "บาตัก"@th,
        "Batak"@tr,
        "батак"@uk,
        "Tiếng Batak"@vi .

<http://lexvo.org/id/iso639-5/cai> a lvont:Language,
        skos:Concept ;
    lvont:iso6392BCode "cai"^^xsd:string ;
    lvont:iso639P5Code "cai"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-5/cai> ;
    owl:sameAs <http://dbpedia.org/resource/Central_American_Indian_languages>,
        <http://www.mpii.de/yago/resource/Central_American_Indian_languages>,
        <info:lc/vocabulary/languages/cai> ;
    skos:altLabel "Central American Indian language"@en,
        "Central American Indian languages"@en,
        "amérindiennes de l'Amérique centrale, langues"@fr,
        "langue amérindiennes de l'Amérique centrale"@fr ;
    skos:inScheme lexvo: ;
    skos:prefLabel "اللغة الهندية الأمريكية الوسطى"@ar,
        "mərkəzi amerika indus dili"@az,
        "мова індзейцаў Цэнтральнай Амерыкі"@be,
        "централноамерикански индиански"@bg,
        "মধ্য যুক্তরাষ্ঠের আদিবাসীদের ভাষা"@bn,
        "मध्य अमरिकी भाषा"@brx,
        "jezik centralno-američkih indijanaca"@bs,
        "централно амерички индијански језик"@bs-Cyrl,
        "llengua ameríndia d'Amèrica Central"@ca,
        "其他中美印第安语系"@cmn,
        "中美印第安諸語言"@cmn-Hant,
        "středoamerické indiánské jazyky"@cs,
        "iaith frodorol yng Nghanolbarth America"@cy,
        "mellemamerikansk indiansk sprog"@da,
        "Zentralamerikanische Indianersprache"@de,
        "Ινδιανική γλώσσα Κεντρικής Αμερικής"@el,
        "Central American Indian Language"@en,
        "lengua india centroamericana"@es,
        "Kesk-Ameerika indiaani keel"@et,
        "زبان سرخپوستی امریکای مرکزی"@fa,
        "keskiamerikkalainen intiaanikieli"@fi,
        "langue amérindienne centrale"@fr,
        "lingua india centroamericana"@gl,
        "Zentralamerikanischi Indianerschpraach"@gsw,
        "મધ્ય અમેરિકન ઇંડિયન ભાષા"@gu,
        "שפה אינדיאנית מרכז-אמריקאית"@he,
        "मध्य अमेरिकी इंडियन भाषा"@hi,
        "jezik srednjoameričkih Indijanaca"@hr,
        "egyéb közép-amerikai indián"@hu,
        "India Amerika Tengah"@id,
        "indíánamál mið-ameríku (önnur)"@is,
        "lingua indiana dell'America Centrale"@it,
        "中米インディアン諸語"@ja,
        "ಮಧ್ಯ ಅಮೇರಿಕನ್ ಇಂಡಿಯನ್ ಭಾಷೆ"@kn,
        "중앙 아메리카 인디안어 (기타)"@ko,
        "مَرکَزی اَمریٖکی ہندوستٲنۍ زبانہٕ"@ks,
        "ພາສາອາເມລິກັນອິນເດຍກາງ"@lo,
        "Centrinės Amerikos indėnų kalba"@lt,
        "Centrālamerikas indiāņu valodas"@lv,
        "централноамерикански индијански"@mk,
        "മദ്ധ്യ അമേരിക്കൻ ഇൻഡ്യൻ ഭാഷ"@ml,
        "मध्य अमेरिकी इंडियन भाषा"@mr,
        "Amerika Ċentrali (Oħra)"@mt,
        "အလယ်ပိုင်း အမေရိကန် အိန္ဒြိယ ဘာသာစကား"@my,
        "sentralamerikansk indiansk språk"@nb,
        "Midden-Amerikaans Indiaanse taal"@nl,
        "sentralamerikansk indiansk språk"@nn,
        "ମଧ୍ୟ ଆମେରିକା ଭାରତୀୟ ଭାଷା"@or,
        "język Indian środkowoamerykańskich"@pl,
        "idioma indígena centro-americano"@pt,
        "linguas dals Indians da l'America centrala"@rm,
        "limbă central-amerindiană"@ro,
        "язык индейцев Центральной Америки"@ru,
        "jazyk stredoamerických indiánov"@sk,
        "srednjeameriški indijanski jezik"@sl,
        "Централно амерички Индијански језик"@sr,
        "Jezik centralno-američkih Indijanaca"@sr-Latn,
        "centralamerikanskt indianspråk"@sv,
        "மத்திய அமெரிக்கன் இன்டியன் மொழி"@ta,
        "మధ్య అమెరికెన్ ఇండియన్ భాష"@te,
        "ภาษาอเมริกันอินเดียนกลาง"@th,
        "Orta Amerika Yerli Dilleri"@tr,
        "центральноамериканьских індіанців мова"@uk,
        "Ngôn ngữ Thổ dân Trung Mỹ"@vi .

<http://lexvo.org/id/iso639-5/cau> a lvont:Language,
        skos:Concept ;
    lvont:iso6392BCode "cau"^^xsd:string ;
    lvont:iso639P5Code "cau"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-5/cau> ;
    owl:sameAs <http://dbpedia.org/resource/Caucasian_languages>,
        <http://www.mpii.de/yago/resource/Caucasian_languages>,
        <info:lc/vocabulary/languages/cau> ;
    skos:altLabel "Caucasian language"@en,
        "Caucasian languages"@en,
        "caucasiennes, langues"@fr,
        "langue caucasiennes"@fr ;
    skos:inScheme lexvo: ;
    skos:prefLabel "القوقازية - أخرى"@ar,
        "qavqaz dili"@az,
        "каўказская мова"@be,
        "кавказски"@bg,
        "ককেশীয"@bn,
        "काकौशी भाषा"@brx,
        "kavkaski"@bs,
        "кавкаски"@bs-Cyrl,
        "llengua caucàsica"@ca,
        "其他高加索语系"@cmn,
        "高加索諸語言"@cmn-Hant,
        "kavkazské jazyky"@cs,
        "iaith Cawcasaidd"@cy,
        "kaukasisk sprog"@da,
        "Kaukasisch"@de,
        "Καυκάσια γλώσσα"@el,
        "Caucasian Language"@en,
        "lengua caucásica"@es,
        "kaukaasia keel"@et,
        "زبان قفقازی"@fa,
        "kaukasialainen kieli"@fi,
        "langue caucasienne"@fr,
        "lingua caucásica"@gl,
        "Kaukaasisch"@gsw,
        "કાકેશિયન ભાષા"@gu,
        "שפה קווקזית"@he,
        "कॉकेशियन भाषा"@hi,
        "kavkaski"@hr,
        "egyéb kaukázusi"@hu,
        "Rumpun Bahasa Kaukasia"@id,
        "kákasusmál (önnur)"@is,
        "lingua caucasica"@it,
        "コーカサス諸語"@ja,
        "კავკასიური სხვა"@ka,
        "ಕಕೇಶಿಯನ್ ಭಾಷೆ"@kn,
        "카프카스어 (기타)"@ko,
        "کاکیشِیَن زبانہٕ"@ks,
        "ພາສາຄໍຄັດຊຽມ"@lo,
        "kaukaziečių kalba"@lt,
        "kaukāziešu valodas"@lv,
        "кавкаски"@mk,
        "കൊക്കേഷ്യൻ ഭാഷ"@ml,
        "कॉकेशियन भाषा"@mr,
        "Kawkasu (Oħra)"@mt,
        "ကောက်ကေးရှပ် ဘာသာစကား"@my,
        "kaukasisk språk"@nb,
        "Kaukasische taal"@nl,
        "kaukasisk språk"@nn,
        "କାକୋଶୀ ଭାଷା"@or,
        "кавказаг ӕвзаг"@os,
        "kaukaski"@pl,
        "idioma caucásico"@pt,
        "linguas dal Caucasus"@rm,
        "limbă caucaziană"@ro,
        "кавказский язык"@ru,
        "kaukazské jazyky"@sk,
        "kavkaški jezik"@sl,
        "Кавкаски"@sr,
        "Kavkaski"@sr-Latn,
        "kaukasiskt språk"@sv,
        "காகேஷியன் மொழி"@ta,
        "కోకేషియన్ భాష"@te,
        "ภาษาคอเคเซียน"@th,
        "Kafkas Dilleri"@tr,
        "кавказька мова"@uk,
        "Ngôn ngữ Cáp-ca"@vi .

<http://lexvo.org/id/iso639-5/cdd> rdfs:label "Llengües caddo"@ca,
        "Caddo-Sprachen"@de,
        "Caddoan language"@en,
        "Caddoan languages"@en,
        "Lenguas caddoanas"@es,
        "Kado keeled"@et,
        "Langues caddoanes"@fr,
        "caddoanes, langues"@fr,
        "langue caddoanes"@fr,
        "Caddo"@hr,
        "Lingue caddoan"@it,
        "Caddoanske språk"@no,
        "Каддоанские языки"@ru,
        "Caddoan"@sh,
        "Каддоанські мови"@uk ;
    lvont:iso639P5Code "cdd"^^xsd:string ;
    lvont:label <http://lexvo.org/id/term/cat/Lleng%C3%BCes%20caddo>,
        <http://lexvo.org/id/term/deu/Caddo-Sprachen>,
        <http://lexvo.org/id/term/eng/Caddoan%20language>,
        <http://lexvo.org/id/term/eng/Caddoan%20languages>,
        <http://lexvo.org/id/term/est/Kado%20keeled>,
        <http://lexvo.org/id/term/fra/Langues%20caddoanes>,
        <http://lexvo.org/id/term/fra/caddoanes%2C%20langues>,
        <http://lexvo.org/id/term/fra/langue%20caddoanes>,
        <http://lexvo.org/id/term/hbs/Caddoan>,
        <http://lexvo.org/id/term/hrv/Caddo>,
        <http://lexvo.org/id/term/ita/Lingue%20caddoan>,
        <http://lexvo.org/id/term/nor/Caddoanske%20spr%C3%A5k>,
        <http://lexvo.org/id/term/rus/%D0%9A%D0%B0%D0%B4%D0%B4%D0%BE%D0%B0%D0%BD%D1%81%D0%BA%D0%B8%D0%B5%20%D1%8F%D0%B7%D1%8B%D0%BA%D0%B8>,
        <http://lexvo.org/id/term/spa/Lenguas%20caddoanas>,
        <http://lexvo.org/id/term/ukr/%D0%9A%D0%B0%D0%B4%D0%B4%D0%BE%D0%B0%D0%BD%D1%81%D1%8C%D0%BA%D1%96%20%D0%BC%D0%BE%D0%B2%D0%B8> ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-5/cdd> ;
    rdfs:comment "The Caddoan languages are a family of Native American languages. They are spoken by Native Americans in parts of the Great Plains of the central United States, from North Dakota south to Oklahoma."@en ;
    owl:sameAs <http://dbpedia.org/resource/Caddoan_languages>,
        <http://lexvo.org/id/wordnet/30/noun/caddo_1_10_00>,
        <http://www.mpii.de/yago/resource/Caddoan_languages> .

<http://lexvo.org/id/iso639-5/cel> a lvont:Language,
        skos:Concept ;
    lvont:iso6392BCode "cel"^^xsd:string ;
    lvont:iso639P5Code "cel"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-5/cel> ;
    owl:sameAs <http://dbpedia.org/resource/Celtic_languages>,
        <http://www.mpii.de/yago/resource/Celtic_languages>,
        <info:lc/vocabulary/languages/cel> ;
    skos:altLabel "Keltiese taal"@af,
        "Kelt dilləri"@az,
        "Кельцкія мовы"@be,
        "Келтски езици"@bg,
        "কেল্টীয় ভাষাসমূহ"@bn,
        "Yezhoù keltiek"@br,
        "Keltski jezici"@bs,
        "Llengües celtes"@ca,
        "Keltské jazyky"@cs,
        "Ieithoedd Celtaidd"@cy,
        "Keltiske sprog"@da,
        "Keltische Sprachen"@de,
        "Κελτικές γλώσσες"@el,
        "Celtic language"@en,
        "Celtic languages"@en,
        "Lenguas celtas"@es,
        "Keldi keeled"@et,
        "زبان‌های سلتی"@fa,
        "Kelttiläiset kielet"@fi,
        "Langues celtiques"@fr,
        "celtiques, langues; celtes, langues"@fr,
        "langues; celtes, langue celtiques"@fr,
        "Cànanan Ceilteach"@gd,
        "Linguas célticas"@gl,
        "שפות קלטיות"@he,
        "Keltski jezici"@hr,
        "Kelta nyelvek"@hu,
        "Rumpun bahasa Keltik"@id,
        "Keltnesk tungumál"@is,
        "celtica altra lingua"@it,
        "ケルト諸語"@ja,
        "კელტური ენები"@ka,
        "켈트어 (기타)"@ko,
        "Keltų kalbos"@lt,
        "Ķeltu valodas"@lv,
        "Келтски јазици"@mk,
        "सेल्टिक भाषासमूह"@mr,
        "Keltische talen"@nl,
        "Keltiske språk"@nn,
        "Języki celtyckie"@pl,
        "Línguas celtas"@pt,
        "idioma céltico"@pt,
        "Limbile celtice"@ro,
        "кельтские другие"@ru,
        "Kelttalaš gielat"@se,
        "Keltské jazyky"@sk,
        "Keltski jeziki"@sl,
        "Келтски језици"@sr,
        "Keltiska språk"@sv,
        "செல்திக்கு மொழிகள்"@ta,
        "Kelt dilleri"@tr,
        "Кельтські мови"@uk,
        "Ngôn ngữ Xen-tơ"@vi ;
    skos:definition "The Celtic or Keltic languages (usually pronounced but sometimes ) are descended from Proto-Celtic, or \"Common Celtic\"; a branch of the greater Indo-European language family. The term \"Celtic\" was first used to describe this language group by Edward Lhuyd in 1707."@en ;
    skos:inScheme lexvo: ;
    skos:prefLabel "Kelties"@af,
        "Luengas celtas"@an,
        "السلتية - أخرى"@ar,
        "Llingües céltiques"@ast,
        "kelt dili"@az,
        "Kejtische Sprochn"@bar,
        "кельцкая мова"@be,
        "Кельцкія мовы"@be-tarask,
        "келтски"@bg,
        "কেল্টিক"@bn,
        "keltieg"@br,
        "केल्ट भाषा"@brx,
        "keltski jezik"@bs,
        "келтски"@bs-Cyrl,
        "llengua cèltica"@ca,
        "其他凯尔特语系"@cmn,
        "凱爾特諸語言"@cmn-Hant,
        "keltské jazyky"@cs,
        "Кельт чĕлхисем"@cv,
        "iaith Geltaidd"@cy,
        "keltisk sprog"@da,
        "Keltisch"@de,
        "Keltiske rěcy"@dsb,
        "Κελτική γλώσσα"@el,
        "Celtic Language"@en,
        "𐐗𐐯𐑊𐐻𐐮𐐿 𐐢𐐩𐑍𐐶𐐮𐐾"@en-Dsrt,
        "Kelta lingvaro"@eo,
        "lengua celta"@es,
        "keldi keel"@et,
        "Zelta hizkuntzak"@eu,
        "زبان سلتی"@fa,
        "kelttiläinen kieli"@fi,
        "Keltisk mál"@fo,
        "langue celtique"@fr,
        "Keltisch"@frr,
        "lenghe celtiche"@fur,
        "Keltyske talen"@fy,
        "Teangacha Ceilteacha"@ga,
        "Cànan Ceilteach"@gd,
        "lingua céltica"@gl,
        "سئلتی زوانؤن"@glk,
        "Keltischi Schpraach"@gsw,
        "Keltische Sprachen"@gsw-FR,
        "સેલ્ટિક ભાષા"@gu,
        "Çhengaghyn Celtiagh"@gv,
        "שפה קלטית"@he,
        "केल्टिक भाषा"@hi,
        "keltski"@hr,
        "Keltiske rěče"@hsb,
        "egyéb kelta"@hu,
        "Rumpun Bahasa Keltik"@id,
        "keltnesk (önnur)"@is,
        "Lingue celtiche"@it,
        "ケルト語派"@ja,
        "კელტური სხვა"@ka,
        "ಸೆಲ್ಟಿಕ್ ಭಾಷೆ"@kn,
        "켈트어파"@ko,
        "سیلٹَک زبانہٕ"@ks,
        "Zimanên keltî"@ku,
        "Кельт кывъяс"@kv,
        "Yethow Keltek"@kw,
        "Linguae Celticae"@la,
        "Keltische taole"@li,
        "ພາສາເຊວຕິກ"@lo,
        "keltų kalba"@lt,
        "Keltu kalbas"@lt-x,
        "ķeltu valoda"@lv,
        "селтички"@mk,
        "സെൽറ്റിക് ഭാഷ"@ml,
        "केल्टिक भाषा"@mr,
        "Keltiku (Oħra)"@mt,
        "keltisk språk"@nb,
        "Keltische taal"@nl,
        "keltisk språk"@nn,
        "Keltiske språk"@no,
        "Lengas celticas"@oc,
        "କେଲ୍ଟ ଭାଷା"@or,
        "Кельтаг æвзæгтæ"@os,
        "celtycki"@pl,
        "Lenghe séltiche"@pms,
        "سیلٹی بولیاں"@pnb,
        "idioma celta"@pt,
        "Kilta rimaykuna"@qu,
        "linguas celticas"@rm,
        "limbă celtică"@ro,
        "Кельтские языки"@ru,
        "Celtic Leids"@sco,
        "kelttalaš gielat"@se,
        "keltské jazyky"@sk,
        "keltski jezik"@sl,
        "Келтски"@sr,
        "Keltski jezik"@sr-Latn,
        "Keltisk"@stq,
        "keltiskt språk"@sv,
        "கெல்டிக் மொழி"@ta,
        "సెల్టిక్ భాష"@te,
        "Забонҳои келтӣ"@tg,
        "ภาษาเซลติก"@th,
        "Kelt dilleri"@tk,
        "Kelt Dilleri"@tr,
        "кельтська мова"@uk,
        "Ngữ tộc Celt"@vi,
        "Keltische toaln"@vls,
        "Gayel"@wa,
        "凯尔特语族"@zh .

<http://lexvo.org/id/iso639-5/cmc> a lvont:Language,
        skos:Concept ;
    lvont:iso6392BCode "cmc"^^xsd:string ;
    lvont:iso639P5Code "cmc"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-5/cmc> ;
    owl:sameAs <http://dbpedia.org/resource/Chamic_languages>,
        <http://www.mpii.de/yago/resource/Chamic_languages>,
        <info:lc/vocabulary/languages/cmc> ;
    skos:altLabel "Chamic language"@en,
        "Chamic languages"@en,
        "lenguas chámicas"@es,
        "Langues chamiques"@fr,
        "chames, langues"@fr,
        "langue chames"@fr,
        "チャム語族"@ja,
        "Чамски јазици"@mk,
        "Чамские языки"@ru ;
    skos:definition "The Chamic languages, also known as Aceh–Chamic and Achinese–Chamic, are a group of ten languages spoken in parts of Cambodia, Vietnam, and Hainan, classified as Malayic languages in the Austronesian language family."@en ;
    skos:inScheme lexvo: ;
    skos:prefLabel "اللغة التشاميكية"@ar,
        "çamik dili"@az,
        "чамски"@bg,
        "চামিক ভাষা"@bn,
        "चामीक्"@brx,
        "čamski jezik"@bs,
        "чамски језик"@bs-Cyrl,
        "txam"@ca,
        "查米克文"@cmn,
        "佔語諸語言"@cmn-Hant,
        "čamština"@cs,
        "chamiske sprog"@da,
        "Cham-Sprache"@de,
        "Χαμική γλώσσα"@el,
        "Chamic Language"@en,
        "Chámico"@es,
        "tšami keeled"@et,
        "tšamkieli"@fi,
        "langue chame"@fr,
        "Chamischi Schpraach"@gsw,
        "ચાર્મિક ભાષા"@gu,
        "השפה הצ'אמית"@he,
        "शैमिक भाषा"@hi,
        "chamic"@hr,
        "csam nyelv"@hu,
        "Rumpun Bahasa Chamik"@id,
        "kamísk mál"@is,
        "lingue chamic"@it,
        "チャム語"@ja,
        "ಚಾಮಿಕ್ ಭಾಷೆ"@kn,
        "참어군"@ko,
        "شامِک زبانہٕ"@ks,
        "ພາສາຊາມິກ"@lo,
        "čamikų kalba"@lt,
        "čamiešu valodas"@lv,
        "чамски"@mk,
        "ചാമിക് ഭാഷ"@ml,
        "चामिक भाषा"@mr,
        "Lingwi Ċamiki"@mt,
        "kamisk språk"@nb,
        "Chamische taal"@nl,
        "kamisk språk"@nn,
        "ଚାମିକ୍ ଭାଷା"@or,
        "czam"@pl,
        "idioma chamic"@pt,
        "linguas chamicas"@rm,
        "limbă chamică"@ro,
        "чамский язык"@ru,
        "čamaské jazyky"@sk,
        "camski jezik"@sl,
        "Чамски језик"@sr,
        "Čamski jezik"@sr-Latn,
        "chamispråk"@sv,
        "சாமிக் மொழி"@ta,
        "చామిక్ భాష"@te,
        "ภาษาชามิก"@th,
        "Chamic Dilleri"@tr,
        "хамітські мови"@uk,
        "Ngôn ngữ Chamic"@vi .

<http://lexvo.org/id/iso639-5/cpe> a lvont:Language,
        skos:Concept ;
    lvont:iso6392BCode "cpe"^^xsd:string ;
    lvont:iso639P5Code "cpe"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-5/cpe> ;
    owl:sameAs <http://dbpedia.org/resource/creoles_and_pidgins%2C_English%E2%80%91based>,
        <http://www.mpii.de/yago/resource/creoles_and_pidgins%2C_English%E2%80%91based>,
        <info:lc/vocabulary/languages/cpe> ;
    skos:altLabel "Creoles and pidgins, English‑based"@en,
        "English‑based Creoles and pidgins"@en,
        "créoles et pidgins basés sur l'anglais"@fr,
        "crioulo ou pidgin baseado no inglês"@pt ;
    skos:inScheme lexvo: ;
    skos:prefLabel "الكرييولى و اللغات المبسطة الأخرى للتفاهم بين الشعوب على أساس الأنجليزية"@ar,
        "inglis kreol dili"@az,
        "креолски или пиджин от английски"@bg,
        "ইংরেজি জাত ক্রেওল অথবা পিজিন"@bn,
        "क्रेओल् (अंग्रेजी आधारीत)"@brx,
        "kreolski ili pidžin zasnovan na engleskom"@bs,
        "креолски или пиџин заснован на енглеском"@bs-Cyrl,
        "llengua criolla o pidgin basada en l'anglès"@ca,
        "其他以英文为基础的克里奥尔混合语系"@cmn,
        "源自英文的克里奧爾文和皮欽文"@cmn-Hant,
        "anglická kreolština či pidgin"@cs,
        "Creoliaith Seisnig"@cy,
        "engelsk baseret kreolsk eller pidgin"@da,
        "Kreolisch-Englische Sprache"@de,
        "Κρεόλ ή Πίντγκιν βάσει Αγγλικών"@el,
        "English-based Creole or Pidgin"@en,
        "𐐀𐑍𐑊𐐮𐑇-𐐺𐐩𐑅𐐻 𐐗𐑉𐐨𐐬𐑊 𐐬𐑉 𐐑𐐮𐐾𐐮𐑌"@en-Dsrt,
        "lengua criolla o pidgin basada en el inglés"@es,
        "inglispõhjalised kreool- ja pidžinkeeled"@et,
        "کریول یا پیجین مبتنی بر انگلیسی"@fa,
        "englantiin perustuva kreoli- tai pidgin-kieli"@fi,
        "créole ou pidgin anglais"@fr,
        "Änglisch-basierts Kreol oder Pidgin"@gsw,
        "અંગ્રેજી આધારિત ક્રેઓલ અથવા પિજિન"@gu,
        "קריאולית או פידג'ין מבוססת אנגלית"@he,
        "अंग्रेजी आधारित क्रेओल या पिजिन"@hi,
        "engleski - na osnovi kreolskog ili pidgin"@hr,
        "egyéb angol alapú kreol és pidgin"@hu,
        "Kreol dan Pijin Lain berbasis Inggris"@id,
        "kreól- og pidginmál á enskum grunni"@is,
        "creolo o pidgin basati sull'inglese"@it,
        "英語が基盤の混成語・混合語"@ja,
        "ಇಂಗ್ಲೀಷ್-ಮೂಲದ ಕ್ರಿಯೋಲ್ ಅಥವಾ ಪಿಡ್ಗಿನ್"@kn,
        "크리올어 및 피진어 (영어를 기반으로 한 기타)"@ko,
        "اَنٛگریزَس پٮ۪ٹھ مَبنی کرِیول یا پَجِن"@ks,
        "ເຄຣິນພື້ນຖານອັງກິດ ຫລືພິດກິນ"@lo,
        "kreolų arba pidžinų kalba pagal anglų"@lt,
        "angliskās kreoliskās valodas un pidžinvalodas"@lv,
        "англиски креолски"@mk,
        "ഇംഗ്ലീഷ് അധിഷ്ഠിത മിശ്ര ഭാഷ"@ml,
        "इंग्रजी-आधारित क्रेओल वा पिजिन"@mr,
        "Kreoli u Piġini, Bbażat fuq l-Ingliż (Oħra)"@mt,
        "engelskbasert kreol- eller pidginspråk"@nb,
        "Op Engels gebaseerd Creools of Pidgin"@nl,
        "engelskbasert kreol- eller pidginspråk"@nn,
        "ଇଁରାଜୀ ଆଧାରିତ କ୍ରେଓଲ୍ କିମ୍ବା ପିଜିନ୍"@or,
        "angielski kreolski lub pidżin"@pl,
        "crioulo ou pidgin do inglês"@pt,
        "creol u pidgin che sa basan sin l'englais"@rm,
        "creolă sau pidgin bazată pe engleză"@ro,
        "англо-креольские и пиджин"@ru,
        "anglická kreolčina alebo pidžin"@sk,
        "angleška kreolščina ali pidžinščina"@sl,
        "Креолски или пиџин заснован на енглеском"@sr,
        "Kreolski ili pidžin zasnovan na engleskom"@sr-Latn,
        "engelskbaserat kreol- eller pidginspråk"@sv,
        "ஆங்கில அடைப்படையிலான கிரியோல் மற்றும் பிஜின்"@ta,
        "ఆంగ్లం ఆధారిత క్రియోల్ లేదా పిగ్డిన్"@te,
        "ครีโอลหรือพิดจิ้นที่มาจากภาษาอังกฤษ"@th,
        "İngilizce tabanlı Creole ve Pidgin Dilleri"@tr,
        "англо-креольські та піджінізовані англійські мови"@uk,
        "Tiếng Creole hoặc Pidgin gốc Anh"@vi .

<http://lexvo.org/id/iso639-5/crp> a lvont:Language,
        skos:Concept ;
    lvont:iso6392BCode "crp"^^xsd:string ;
    lvont:iso639P5Code "crp"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-5/crp> ;
    owl:sameAs <http://dbpedia.org/resource/creole_languages>,
        <http://www.mpii.de/yago/resource/creole_languages>,
        <info:lc/vocabulary/languages/crp> ;
    skos:altLabel "Creole or Pidgin"@en,
        "Creoles and pidgins"@en,
        "créoles et pidgins"@fr ;
    skos:inScheme lexvo: ;
    skos:prefLabel "الكرييولى و اللغات المبسطة الأخرى للتفاهم بين الشعوب - أخرى"@ar,
        "kreol dili"@az,
        "креолски или пиджини"@bg,
        "ক্রেওল অথবা পিজিন"@bn,
        "क्रेओल् या पीड्जीन"@brx,
        "kreolski ili pidžin"@bs,
        "креолски или пиџин"@bs-Cyrl,
        "llengua criolla o pidgin"@ca,
        "其他克里奥尔混合语系"@cmn,
        "克里奧爾文和皮欽文"@cmn-Hant,
        "kreolština či pidgin"@cs,
        "kreolsk eller pidginsprog"@da,
        "Kreolische Sprache"@de,
        "Κρεόλ ή Πίντγκιν"@el,
        "Creole languages"@en,
        "𐐗𐑉𐐨𐐬𐑊 𐐬𐑉 𐐑𐐮𐐾𐐮𐑌"@en-Dsrt,
        "lengua criolla o pidgin"@es,
        "kreool- või pidžinkeel"@et,
        "کریول یا پیجین"@fa,
        "kreoli- tai pidgin-kieli"@fi,
        "créole ou pidgin"@fr,
        "Kreol oder Pidgin"@gsw,
        "ક્રેઓલ અથવા પિજિન"@gu,
        "שפה קראולית או פידג׳אנית"@he,
        "क्रेओल या पिजिन"@hi,
        "kreolski ili pidgin"@hr,
        "kreol és pidzsin"@hu,
        "Kreol dan Pijin Lain"@id,
        "kreól- og pidginmál (önnur)"@is,
        "creolo o pidgin"@it,
        "その他の混成語・混合語"@ja,
        "ಕ್ರಿಯೋಲ್ ಅಥವಾ ಪಿಡ್ಗಿನ್"@kn,
        "크리올어 및 피진어 (기타)"@ko,
        "کرٕیول یا پِجِن"@ks,
        "ຄີໂອຫຼືພິດຈິນ"@lo,
        "kreolų arba pidžinų kalba"@lt,
        "kreoliskās valodas un pidžinvalodas"@lv,
        "креолски"@mk,
        "മിശ്രഭാഷ"@ml,
        "क्रेओल वा पिजिन"@mr,
        "Kreoli u Piġini (Oħra)"@mt,
        "အနောက်အိန္ဒြိယ ကျွန်းစုသား သို့မဟုတ် ဗန်းစကား"@my,
        "kreol- eller pidginspråk"@nb,
        "Creools of Pidgin"@nl,
        "kreol- eller pidginspråk"@nn,
        "କ୍ରେଓଲ୍ କିମ୍ବା ପିଜିନ୍"@or,
        "kreolski lub pidżin"@pl,
        "crioulo ou pidgin"@pt,
        "creolic u pidgin"@rm,
        "creolă sau pidgin"@ro,
        "креольские и пиджины"@ru,
        "kreolčina alebo pidžin"@sk,
        "kreolščina ali pidžinščina"@sl,
        "креолски или пиџин"@sr,
        "kreolski ili pidžin"@sr-Latn,
        "kreol- eller pidginspråk"@sv,
        "கிரியோல் மற்றும் பிஜின்"@ta,
        "క్రియోల్ లేదా పిగ్డిన్"@te,
        "ครีโอลหรือพิดจิ้น"@th,
        "Creole ve Pidgin Dilleri"@tr,
        "креольські та піджінізовані мови"@uk,
        "Tiếng Creole hoặc Pidgin"@vi .

<http://lexvo.org/id/iso639-5/cus> a lvont:Language,
        skos:Concept ;
    lvont:iso6392BCode "cus"^^xsd:string ;
    lvont:iso639P5Code "cus"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-5/cus> ;
    owl:sameAs <http://dbpedia.org/resource/Cushitic_languages>,
        <http://www.mpii.de/yago/resource/Cushitic_languages>,
        <info:lc/vocabulary/languages/cus> ;
    skos:altLabel "اللغة الكشيتيكية"@ar,
        "Кушитски езици"@bg,
        "Llengües cuixítiques"@ca,
        "Kušitské jazyky"@cs,
        "Kuschitische Sprachen"@de,
        "Κουσιτικές γλώσσες"@el,
        "Cushitic language"@en,
        "Cushitic languages"@en,
        "Lenguas cushitas"@es,
        "Kuušilaiset kielet"@fi,
        "Langues couchitiques"@fr,
        "couchitiques, langues"@fr,
        "langue couchitiques"@fr,
        "השפה הקושיטית"@he,
        "Kušitski jezici"@hr,
        "Lingue cuscitiche"@it,
        "쿠시어파"@ko,
        "Koesjitische talen"@nl,
        "Kusjittiske språk"@nn,
        "Języki kuszyckie"@pl,
        "Línguas cuchíticas"@pt,
        "idioma cuchítico"@pt,
        "Кушитские языки"@ru,
        "Кушитски језици"@sr,
        "Kushitiska språk"@sv,
        "குஷிட்டிக் மொழிகள்"@ta ;
    skos:definition "The Cushitic languages are a branch of the Afroasiatic language family spoken in the Horn of Africa, Tanzania, Kenya, Sudan and Egypt. They are named after the Biblical character Cush, who was identified as an ancestor of the speakers of these specific languages as early as AD 947 (in Masudi's Arabic history Meadows of Gold). The most populous Cushitic language is Oromo with about 35 million speakers, followed by Somali with about 18 million speakers, and Sidamo in Ethiopia with about 2 million speakers. Other languages with more than one million speakers are Hadia (1.6 million), Kambata (1.4 million), and Afar (1.5 million)."@en ;
    skos:inScheme lexvo: ;
    skos:prefLabel "لغات كوشية"@ar,
        "kuşitik dili"@az,
        "кушыцкая мова"@be,
        "кушитски езици"@bg,
        "কুশিতিক ভাষা"@bn,
        "Yezhoù kouchitek"@br,
        "कुशीतीक् भाषा"@brx,
        "kušitički jezik"@bs,
        "кушитички језик"@bs-Cyrl,
        "llengua cuixítica"@ca,
        "其他库施特语系"@cmn,
        "庫施特諸語言"@cmn-Hant,
        "kúšitské jazyky"@cs,
        "kusjitisk sprog"@da,
        "Kuschitisch"@de,
        "Γλώσσα Κουσιτίκ"@el,
        "Cushitic Language"@en,
        "Kuŝidaj lingvoj"@eo,
        "lengua cusita"@es,
        "muu kuši keel"@et,
        "Cushit hizkuntzak"@eu,
        "زبان کوشی"@fa,
        "kuušilainen kieli"@fi,
        "langue couchitique"@fr,
        "Kuschitischi Schpraach"@gsw,
        "કુશિતિક ભાષા"@gu,
        "שפות כושיות"@he,
        "कुशितिक भाषा"@hi,
        "kušitski"@hr,
        "Kušitske rěče"@hsb,
        "kusita nyelv"@hu,
        "Rumpun Bahasa Kush"@id,
        "kúsitísk mál (önnur)"@is,
        "lingua cuscitica"@it,
        "クシュ諸語"@ja,
        "ქუშიტური ენები"@ka,
        "ಕುಷಿಟಿಕ್ ಭಾಷೆ"@kn,
        "쿠시어족"@ko,
        "کُشیٖتِک زبانہٕ"@ks,
        "Linguae Chusiticae"@la,
        "ພາສາຄູຊີຕິກ"@lo,
        "kušitik kalba"@lt,
        "kušītu valodas"@lv,
        "кушитски"@mk,
        "കുഷിറ്റിക് ഭാഷ"@ml,
        "कुशितिक भाषा"@mr,
        "Kuxtiku (Oħra)"@mt,
        "kusjitisk språk"@nb,
        "Koesjitische taal"@nl,
        "kusjitisk språk"@nn,
        "Kusjittiske språk"@no,
        "Lengas coshiticas"@oc,
        "Kushi"@om,
        "କୁଶିତିକ୍ ଭାଷା"@or,
        "kuszycki"@pl,
        "Lenghe cussìtiche"@pms,
        "idioma cuchita"@pt,
        "linguas cuschiticas"@rm,
        "limbă cushitică"@ro,
        "кушитский язык"@ru,
        "Kušitski jezici"@sh,
        "kušitské jazyky"@sk,
        "kušitščina"@sl,
        "Luqadaha Kushiitiga"@so,
        "Кушитички језик"@sr,
        "Kušitički jezik"@sr-Latn,
        "kusjitiskt språk"@sv,
        "குஷிடிக் மொழி"@ta,
        "కుషిటిక్ భాష"@te,
        "ภาษาคูชิทิก"@th,
        "Kuşitik Diller"@tr,
        "кушітська мова"@uk,
        "کوشیائی زبانیں"@ur,
        "Tiếng Cushit"@vi,
        "庫希特語族"@zh .

<http://lexvo.org/id/iso639-5/day> a lvont:Language,
        skos:Concept ;
    lvont:iso6392BCode "day"^^xsd:string ;
    lvont:iso639P5Code "day"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-5/day> ;
    owl:sameAs <http://dbpedia.org/resource/Land_Dayak_languages>,
        <http://www.mpii.de/yago/resource/Land_Dayak_languages>,
        <info:lc/vocabulary/languages/day> ;
    skos:altLabel "Land Dayak language"@en,
        "Land Dayak languages"@en,
        "Langues dayak des terres"@fr,
        "dayak, langues"@fr,
        "langue dayak"@fr,
        "Kopnenodajački jezici"@hr,
        "Rumpun bahasa Dayak Darat"@id ;
    skos:definition "The Land Dayak languages are a putative group of dozen or so languages spoken by the Bidayuh Land Dayaks of Borneo."@en ;
    skos:inScheme lexvo: ;
    skos:prefLabel "الدياك"@ar,
        "dayak dili"@az,
        "даякски"@bg,
        "দায়াক"@bn,
        "dayak"@br,
        "डयाक्"@brx,
        "dajaški"@bs,
        "дајашки"@bs-Cyrl,
        "daiak"@ca,
        "达雅克文"@cmn,
        "迪雅克文"@cmn-Hant,
        "dajáčtina"@cs,
        "Daiaceg"@cy,
        "dayak"@da,
        "Dajak"@de,
        "Νταγιάκ"@el,
        "Dayak"@en,
        "dayak"@es,
        "dajaki"@et,
        "دایاک"@fa,
        "land-dajakki-kieli"@fi,
        "dayak"@fr,
        "Tajakisch"@gsw,
        "દાયક"@gu,
        "דיאק"@he,
        "दायक"@hi,
        "dayak"@hr,
        "dajak"@hu,
        "Dayak"@id,
        "dajak"@is,
        "dayak"@it,
        "ダヤク語"@ja,
        "ದಾಯಕ್"@kn,
        "다야크어"@ko,
        "دَیَک"@ks,
        "ດາຍັກ"@lo,
        "bidayuh kalba"@lt,
        "dajaku"@lv,
        "дајак"@mk,
        "ദയാക്"@ml,
        "दायक"@mr,
        "Dajak"@mt,
        "dayak"@nb,
        "Dajak"@nl,
        "dayak"@nn,
        "ଡାୟକ୍"@or,
        "dajak"@pl,
        "dayak"@pt,
        "dayak"@rm,
        "dayak"@ro,
        "даяк"@ru,
        "dajačtina"@sk,
        "dajaščina"@sl,
        "Дајашки"@sr,
        "Dajaški"@sr-Latn,
        "dajakiska"@sv,
        "தயாக்"@ta,
        "దయక్"@te,
        "ดายัก"@th,
        "Dayak"@tr,
        "даяк"@uk,
        "Tiếng Dayak"@vi .

<http://lexvo.org/id/iso639-5/dra> a lvont:Language,
        skos:Concept ;
    lvont:iso6392BCode "dra"^^xsd:string ;
    lvont:iso639P5Code "dra"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-5/dra> ;
    owl:sameAs <http://dbpedia.org/resource/Dravidian_languages>,
        <http://www.mpii.de/yago/resource/Dravidian_languages>,
        <info:lc/vocabulary/languages/dra> ;
    skos:altLabel "اللغة الدرافيدينية"@ar,
        "Dravid dilləri"@az,
        "Дравидски езици"@bg,
        "দ্রাবিড় ভাষাসমূহ"@bn,
        "Llengües dravídiques"@ca,
        "Drávidské jazyky"@cs,
        "Dravidiske sprog"@da,
        "Dravidische Sprachen"@de,
        "Δραβιδικές γλώσσες"@el,
        "Dravidian language"@en,
        "Dravidian languages"@en,
        "Lenguas drávidas"@es,
        "زبان‌های دراویدی"@fa,
        "Dravidakielet"@fi,
        "Langues dravidiennes"@fr,
        "dravidiennes, langues"@fr,
        "langue dravidiennes"@fr,
        "השפה הדראווידיאנית"@he,
        "द्रविड़ भाषा-परिवार"@hi,
        "Dravidski jezici"@hr,
        "Dravida nyelvcsalád"@hu,
        "Rumpun Bahasa Dravidia"@id,
        "Lingue dravidiche"@it,
        "ドラヴィダ諸語"@ja,
        "ಡ್ರಾವಿಡಿಯನ್ ಭಾಷೆ"@kn,
        "드라비다어 (기타)"@ko,
        "Dravidų kalbos"@lt,
        "ദ്രാവിഡഭാഷകൾ"@ml,
        "द्राविड भाषा"@mr,
        "Dravidische talen"@nl,
        "Dravidiske språk"@nn,
        "Języki drawidyjskie"@pl,
        "Línguas dravídicas"@pt,
        "idioma dravidiano"@pt,
        "Limbi dravidiene"@ro,
        "Дравидийские языки"@ru,
        "Drávidské jazyky"@sk,
        "Дарвидијски језик"@sr,
        "Dravidiska språk"@sv,
        "திராவிட மொழிக் குடும்பம்"@ta,
        "ద్రవిడియన్ భాష"@te,
        "ตระกูลภาษาดราวิเดียน"@th,
        "Dravid dilleri"@tr,
        "Дравідійські мови"@uk ;
    skos:definition "The Dravidian language family includes approximately 85 genetically related languages, spoken by about 217 million people. They are mainly spoken in southern India and parts of eastern and central India as well as in northeastern Sri Lanka, Pakistan, Nepal, Bangladesh, Afghanistan, Iran, and overseas in other countries such as Malaysia and Singapore. The most widely spoken Dravidian languages are Kannada, Malayalam, Tamil, and Telugu. There are also small groups of Dravidian-speaking scheduled tribes, who live beyond the mainstream communities. It is often speculated that Dravidian languages are native to India. Epigraphically the Dravidian languages have been attested since the 6th century BCE. Only two Dravidian languages are exclusively spoken outside India, Brahui and Dhangar, which is related to Kurukh. Dravidian place-names throughout the regions of Sindh, Gujarat and Maharashtra suggest that Dravidian languages were once spoken throughout the Indian subcontinent."@en ;
    skos:inScheme lexvo: ;
    skos:prefLabel "Luengas dravidicas"@an,
        "لغات درافيدية"@ar,
        "Llingües dravídiques"@ast,
        "dravid dili"@az,
        "дравидски езици"@bg,
        "দ্রাবীড় ভাষা"@bn,
        "Yezhoù dravidek"@br,
        "द्रविड् भाषा"@brx,
        "dravidijski jezik"@bs,
        "дарвидијски језик"@bs-Cyrl,
        "llengua dravídica"@ca,
        "其他德拉维语系"@cmn,
        "德拉威諸語言"@cmn-Hant,
        "drávidské jazyky"@cs,
        "Drafideg"@cy,
        "dravidisk sprog"@da,
        "Drawidisch"@de,
        "Γλώσσα Ντραβίδιαν"@el,
        "Dravidian Language"@en,
        "Dravida lingvaro"@eo,
        "lengua dravídica"@es,
        "draviidi keel"@et,
        "زبان دراویدی"@fa,
        "dravidakieli"@fi,
        "langue dravidienne"@fr,
        "Linguas dravídicas"@gl,
        "Trawidischi Schpraach"@gsw,
        "દ્રવિડિઅન ભાષા"@gu,
        "Çhengaghyn Dravidagh"@gv,
        "שפות דראווידיות"@he,
        "द्रविण भाषा"@hi,
        "dravidski"@hr,
        "Drawidske rěče"@hsb,
        "egyéb dravida"@hu,
        "Rumpun bahasa Dravida"@id,
        "dravidísk mál (önnur)"@is,
        "lingua dravidica"@it,
        "ドラヴィダ語族"@ja,
        "ದ್ರಾವಿಡ ಭಾಷೆಗಳು"@kn,
        "드라비다어족"@ko,
        "Linguae Dravidicae"@la,
        "Lengue elamo-dravidiche"@lij,
        "ພາສາດາວີດຽມ"@lo,
        "dravidų kalba"@lt,
        "dravīdu valodas"@lv,
        "дравидијски"@mk,
        "ദ്രാവിഡഭാഷ"@ml,
        "द्रविडी भाषा"@mr,
        "Bahasa-bahasa Dravidia"@ms,
        "Dravidjan (Oħra)"@mt,
        "dravidisk språk"@nb,
        "Dravidsche Spraken"@nds,
        "Dravidische taal"@nl,
        "dravidisk språk"@nn,
        "Dravidiske språk"@no,
        "Lengas dravidas"@oc,
        "ଦ୍ରାବିଡିଆନ୍ ଭାଷା"@or,
        "drawidyjski"@pl,
        "Lenghe dravìdiche"@pms,
        "idioma dravítico"@pt,
        "Drawida rimaykuna"@qu,
        "lingua dravidica"@rm,
        "limbă dravidiană"@ro,
        "дравидийский язык"@ru,
        "drávidské jazyky"@sk,
        "dravidski jezik"@sl,
        "Дравидски језици"@sr,
        "Dravidijski jezik"@sr-Latn,
        "dravidiskt språk"@sv,
        "திராவிட மொழி"@ta,
        "ద్రావిడ భాషలు"@te,
        "ภาษาดราวิเดียน"@th,
        "Dravid Dilleri"@tr,
        "Дравид телләре"@tt,
        "дравідійська мова"@uk,
        "دراوڑی زبانیں"@ur,
        "Ngôn ngữ Dravidia"@vi,
        "Dravidische taelen"@zea,
        "达罗毗荼语系"@zh .

<http://lexvo.org/id/iso639-5/ira> a lvont:Language,
        skos:Concept ;
    lvont:iso6392BCode "ira"^^xsd:string ;
    lvont:iso639P5Code "ira"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-5/ira> ;
    owl:sameAs <http://dbpedia.org/resource/Iranian_languages>,
        <http://www.mpii.de/yago/resource/Iranian_languages>,
        <info:lc/vocabulary/languages/ira> ;
    skos:altLabel "اللغة الإيرانية"@ar,
        "İran dil qrupu"@az,
        "Ирански езици"@bg,
        "ইরানীয় ভাষাসমূহ"@bn,
        "Llengües iràniques"@ca,
        "Íránské jazyky"@cs,
        "Iranske sprog"@da,
        "Iranische Sprachen"@de,
        "Iranian language"@en,
        "Iranian languages"@en,
        "Lenguas iranias"@es,
        "lengua irania"@es,
        "Iraani keeled"@et,
        "زبان‌های ایرانی"@fa,
        "Iranilaiset kielet"@fi,
        "Langues iraniennes"@fr,
        "iraniennes, langues"@fr,
        "langue iraniennes"@fr,
        "שפות איראניות"@he,
        "ईरानी भाषा परिवार"@hi,
        "Iranski jezici"@hr,
        "Lingue iraniche"@it,
        "イラン語群"@ja,
        "이란어군"@ko,
        "iraniečių kalba"@lt,
        "Iraanse talen"@nl,
        "Iranske språk"@nn,
        "Ирайнаг æвзæгтæ"@os,
        "Języki irańskie"@pl,
        "Línguas iranianas"@pt,
        "Limbi iraniene"@ro,
        "Иранские языки"@ru,
        "Iránske jazyky"@sk,
        "Ирански језици"@sr,
        "Iranska språk"@sv,
        "ஈரானிய மொழிகள்"@ta,
        "กลุ่มภาษาอิหร่าน"@th,
        "İrani Diller"@tr,
        "Іранські мови"@uk ;
    skos:definition "The Iranian languages (also called Iranic languages) form a subfamily of the Indo-Iranian languages which in turn is a subgroup of Indo-European language family. They have been and are spoken by Iranian peoples."@en ;
    skos:inScheme lexvo: ;
    skos:prefLabel "Luengas iranias"@an,
        "لغات إيرانية"@ar,
        "لغات ايرانيه"@arz,
        "Llingües irániques"@ast,
        "iranca"@az,
        "ирански"@bg,
        "ইরানী ভাষা"@bn,
        "Yezhoù iranek"@br,
        "ईरानी भाषाएँ"@brx,
        "iranski jezik"@bs,
        "ирански језик"@bs-Cyrl,
        "llengua irànica"@ca,
        "伊朗文"@cmn,
        "伊朗諸語言"@cmn-Hant,
        "íránské jazyky"@cs,
        "Иран чĕлхисем"@cv,
        "iaith Iranaidd"@cy,
        "iransk sprog"@da,
        "Iranische Sprache"@de,
        "Zıwanê İranki"@diq,
        "Ιρανική γλώσσα"@el,
        "Iranian Language"@en,
        "Irana lingvaro"@eo,
        "iraníes"@es,
        "iraani keeled"@et,
        "Iraniar hizkuntzak"@eu,
        "زبان ایرانی"@fa,
        "iranilainen kieli"@fi,
        "langue iranienne"@fr,
        "Teangacha Iaránacha"@ga,
        "Linguas iranias"@gl,
        "ایرانی زوانؤن"@glk,
        "Iranischi Schpraach"@gsw,
        "ઇરાની ભાષા"@gu,
        "שפה איראנית"@he,
        "ईरानी भाषा"@hi,
        "iranski"@hr,
        "Iranske rěče"@hsb,
        "iráni"@hu,
        "Իրանական լեզուներ"@hy,
        "Rumpun Bahasa Iran"@id,
        "íranska"@is,
        "iraniana"@it,
        "イラン語"@ja,
        "ირანული ენები"@ka,
        "ಇರಾನಿಯನ್ ಭಾಷೆ"@kn,
        "이란어"@ko,
        "ایٖرٲنۍ زبان"@ks,
        "Zimanên îranî"@ku,
        "Linguae Iranicae"@la,
        "ພາສາອີ່ຣານ"@lo,
        "Iranėnų kalbos"@lt,
        "irāņu valodas"@lv,
        "ирански"@mk,
        "ഇറാനിയൻ ഭാഷ"@ml,
        "ईराणी भाषा"@mr,
        "Iranjan"@mt,
        "အီရန် အခြေခံ ဘာသာစကား"@my,
        "ایرانیج زوونون"@mzn,
        "iransk språk"@nb,
        "Iraanse taal"@nl,
        "iransk språk"@nn,
        "Iranske språk"@no,
        "Lengas iranianas"@oc,
        "ଇରାନୀ ଭାଷା"@or,
        "ирайнаг ӕвзаг"@os,
        "irański"@pl,
        "Lenghe iràniche"@pms,
        "iraniano"@pt,
        "Iranu rimaykuna"@qu,
        "lingua da l'Iran"@rm,
        "limbă iraniană"@ro,
        "иранский язык"@ru,
        "Ирански језици"@sh,
        "iránske jazyky"@sk,
        "iranski jezik"@sl,
        "Ирански језик"@sr,
        "Iranski jezik"@sr-Latn,
        "iranskt språk"@sv,
        "இரானியன் மொழி"@ta,
        "ఇరానియన్ భాష"@te,
        "Забонҳои эронӣ"@tg,
        "ภาษาอิหร่าน"@th,
        "İran Dilleri"@tr,
        "іранська"@uk,
        "Ngôn ngữ Iran"@vi,
        "伊朗语支"@zh .

<http://lexvo.org/id/iso639-5/iro> a lvont:Language,
        skos:Concept ;
    lvont:iso6392BCode "iro"^^xsd:string ;
    lvont:iso639P5Code "iro"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-5/iro> ;
    owl:sameAs <http://dbpedia.org/resource/Iroquoian_languages>,
        <http://www.mpii.de/yago/resource/Iroquoian_languages>,
        <info:lc/vocabulary/languages/iro> ;
    skos:altLabel "ироквиански езици"@bg,
        "Llengües iroqueses"@ca,
        "Irokesische Sprachen"@de,
        "Iroquoian Language"@en,
        "Iroquoian language"@en,
        "Iroquoian languages"@en,
        "Lenguas iroquesas"@es,
        "Irokeesien kieliryhmä"@fi,
        "Langues iroquoiennes"@fr,
        "iroquoises, langues"@fr,
        "langue iroquoienne"@fr,
        "Iroquoian"@hr,
        "Lingue irochesi"@it,
        "이로쿼이어족"@ko,
        "Irokėzų kalbos"@lt,
        "Irokēzu valodas"@lv,
        "ироквијански јазици"@mk,
        "Irokese talen"@nl,
        "Języki irokeskie"@pl,
        "Ирокезские языки"@ru,
        "Irokesiska språk"@sv,
        "İroqu Dilleri"@tr,
        "Ірокезькі мови"@uk ;
    skos:definition "The Iroquoian languages are a First Nation and Native American language family."@en ;
    skos:inScheme lexvo: ;
    skos:prefLabel "اللغة الإيروكويانية"@ar,
        "irokuay dili"@az,
        "Ирокезки езици"@bg,
        "ইরোকোইয়ান ভাষা"@bn,
        "Yezhoù irokwoyek"@br,
        "ईरोक़्वाईअन"@brx,
        "irokvojanski"@bs,
        "ироквојански"@bs-Cyrl,
        "iroquès"@ca,
        "伊洛魁语系"@cmn,
        "易洛魁文"@cmn-Hant,
        "irokézské jazyky"@cs,
        "Ieithoedd Iroquaidd"@cy,
        "irokesisk sprog"@da,
        "Irokesische Sprache"@de,
        "Γλώσσα Ιροκόιαν"@el,
        "Iroquoian"@en,
        "Irokeza lingvaro"@eo,
        "lenguas iroquesas"@es,
        "irokeesi keel"@et,
        "زبان ایروکوایی"@fa,
        "irokeesikieli"@fi,
        "langue iroquoises"@fr,
        "Irokesischi Schpraach"@gsw,
        "ઇરોક્વોઇયન ભાષા"@gu,
        "השפה האירוקואונית"@he,
        "इरोक्युओइयन भाषा"@hi,
        "irokeški"@hr,
        "irokéz nyelvek"@hu,
        "Linguas iroquoian"@ia,
        "Rumpun Bahasa Iroquis"@id,
        "írókesk mál"@is,
        "lingue irochesi"@it,
        "イロコイ語族"@ja,
        "ಇರೋಕ್ವಿಯನ್ ಭಾಷೆ"@kn,
        "이러쿼이어"@ko,
        "ایٖروکیویَنزبان"@ks,
        "Linguae Iroquoianae"@la,
        "ພາສາອີໂລກົວ"@lo,
        "irako kalba"@lt,
        "irokēzu valodas"@lv,
        "Ирокески јазици"@mk,
        "ഇറോക്വായിയൻ ഭാഷ"@ml,
        "इरोक्वोइयन भाषा"@mr,
        "Lingwi Irogwjani"@mt,
        "irokansk språk"@nb,
        "Irokese taal"@nl,
        "irokansk språk"@nn,
        "ଇରୋକ୍ୱୋୟାନ୍ ଭାଷା"@or,
        "irokeski"@pl,
        "idioma iroquês"@pt,
        "Irukisa rimaykuna"@qu,
        "linguas irochesas"@rm,
        "limbă irocheză"@ro,
        "ирокезские языки"@ru,
        "irokézske jazyky"@sk,
        "irokeški jezik"@sl,
        "Ироквојански"@sr,
        "Irokvojanski"@sr-Latn,
        "irokesiskt språk"@sv,
        "இரோகோயியன் மொழி"@ta,
        "ఇరోక్వియన్ భాష"@te,
        "ภาษาอีโรกัวส์"@th,
        "İroqua Dili"@tr,
        "ірокезькі мови"@uk,
        "Ngôn ngữ Iroquoia"@vi .

<http://lexvo.org/id/iso639-5/kar> a lvont:Language,
        skos:Concept ;
    lvont:iso6392BCode "kar"^^xsd:string ;
    lvont:iso639P5Code "kar"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-5/kar> ;
    owl:sameAs <http://dbpedia.org/resource/Karen_languages>,
        <http://www.mpii.de/yago/resource/Karen_languages>,
        <info:lc/vocabulary/languages/kar> ;
    skos:altLabel "Yezhoù karenek"@br,
        "Karenische Sprachen"@de,
        "Karen language"@en,
        "Karen languages"@en,
        "Lenguas karénicas"@es,
        "Langues karens"@fr,
        "karen, langues"@fr,
        "langue karen"@fr,
        "Kajinų kalbos"@lt,
        "Języki kareńskie"@pl,
        "Каренские языки"@ru,
        "ภาษากะเหรี่ยง"@th,
        "Ngữ chi Karen"@vi ;
    skos:definition "The Karen languages are tonal languages spoken by some three million Karen people. They are of unclear affiliation within the Tibeto-Burman languages. The Karen languages are written using the Burmese script. The three main branches are Sgaw, Pwo, and Pa'o. Karenni (also known Kayah or Red Karen) and Kayan (also known as Padaung) are related to the Sgaw branch. They are almost unique among the Tibeto-Burman languages in having a subject–verb–object word order; other than Karen and Bai, Tibeto-Burman languages feature a subject–object–verb order. This is likely due to influence from neighboring Mon and Tai languages. The languages are also considered unusual for not having any Chinese influence."@en ;
    skos:inScheme lexvo: ;
    skos:prefLabel "الكاريين"@ar,
        "karen dili"@az,
        "каренски"@bg,
        "কারেন"@bn,
        "karen"@br,
        "करेन्"@brx,
        "karenski"@bs,
        "каренски"@bs-Cyrl,
        "karen"@ca,
        "喀伦文"@cmn,
        "克倫文"@cmn-Hant,
        "karenština"@cs,
        "karen"@da,
        "Karenisch"@de,
        "Καρέν"@el,
        "Karen"@en,
        "karen"@es,
        "kareni keel"@et,
        "کارنی"@fa,
        "karen"@fi,
        "karen"@fr,
        "Karenisch"@gsw,
        "કારેન"@gu,
        "קארן"@he,
        "कारेन"@hi,
        "Karen"@hif,
        "karen"@hr,
        "karen"@hu,
        "Karen"@id,
        "karen"@is,
        "karen"@it,
        "カレン諸語"@ja,
        "ಕರೆನ್"@kn,
        "카렌어"@ko,
        "کاریٚن"@ks,
        "ກາຫຼຽງ"@lo,
        "karenų"@lt,
        "karenu"@lv,
        "карен"@mk,
        "കരേൻ"@ml,
        "कारेन"@mr,
        "Karen"@mt,
        "ကရင်"@my,
        "karensk"@nb,
        "Karen"@nl,
        "karensk"@nn,
        "କାରେନ୍"@or,
        "kareński"@pl,
        "karen"@pt,
        "karen"@rm,
        "karen"@ro,
        "каренский"@ru,
        "karenčina"@sk,
        "karenščina"@sl,
        "Каренски"@sr,
        "Karenski"@sr-Latn,
        "karenska"@sv,
        "கரேன்"@ta,
        "కరెన్"@te,
        "กะเหรี่ยง"@th,
        "Karen"@tr,
        "каренська"@uk,
        "Tiếng Karen"@vi,
        "克伦语支"@zh .

<http://lexvo.org/id/iso639-5/khi> a lvont:Language,
        skos:Concept ;
    lvont:iso6392BCode "khi"^^xsd:string ;
    lvont:iso639P5Code "khi"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-5/khi> ;
    owl:sameAs <http://dbpedia.org/resource/Khoisan_languages>,
        <http://www.mpii.de/yago/resource/Khoisan_languages>,
        <info:lc/vocabulary/languages/khi> ;
    skos:altLabel "اللغة الخويسانية"@ar,
        "Койсански езици"@bg,
        "খোইসান ভাষাসমূহ"@bn,
        "Llengües khoisànides"@ca,
        "Kojsanské jazyky"@cs,
        "Khoisansprachen"@de,
        "Khoisan language"@en,
        "Khoisan languages"@en,
        "Lenguas joisanas"@es,
        "زبان‌های خویسان"@fa,
        "Langues khoïsan"@fr,
        "khoïsan, langues"@fr,
        "खोईसान भाषाएँ"@hi,
        "Kojsanski jezici"@hr,
        "Koiszan nyelvcsalád"@hu,
        "Lingue khoisan"@it,
        "コイサン諸語"@ja,
        "ಖೋಯ್ಸಾನ್ ಭಾಷೆಗಳು"@kn,
        "코이산어 (기타)"@ko,
        "Koisanų kalbos"@lt,
        "Khoisantalen"@nl,
        "Khoisanspråk"@nn,
        "Języki khoisan"@pl,
        "Línguas khoisan"@pt,
        "idioma coisã"@pt,
        "Койсанские языки"@ru,
        "Khoisanspråk"@sv ;
    skos:definition "The Khoisan languages (also known as the Khoesan or Khoesaan languages) are the click languages of Africa which do not belong to other language families. They were once thought to form a language family, but this is no longer generally accepted, and has become a minority position among linguists. Khoisan languages include languages indigenous to southern and eastern Africa, though some, such as the Khoi languages, appear to have moved to their current locations not long before the Bantu expansion."@en ;
    skos:inScheme lexvo: ;
    skos:prefLabel "Khoi-San taal"@af,
        "لغات خويسان"@ar,
        "Llingües de la familia khoisan"@ast,
        "xoyzan dili"@az,
        "езици коисан"@bg,
        "খোয়েশান ভাষা"@bn,
        "Yezhoù koiek-sanek"@br,
        "खोईसान् भाषा"@brx,
        "koisanski jezik"@bs,
        "коисански језик"@bs-Cyrl,
        "llengua khoisan"@ca,
        "其他科伊桑语系"@cmn,
        "科依桑諸語言"@cmn-Hant,
        "kojsanské jazyky"@cs,
        "Ieithoedd Khoisan"@cy,
        "khoisansprog"@da,
        "Khoisan-Sprache"@de,
        "Γλώσσα Κοϊσάν"@el,
        "Khoisan Language"@en,
        "Kojsanaj lingvaroj"@eo,
        "lengua joisana"@es,
        "khoisani keel"@et,
        "زبان خواسی"@fa,
        "khoisankieli"@fi,
        "langue khoïsan"@fr,
        "Koisan talen"@fy,
        "Teangacha Khoisan"@ga,
        "Khoisanisch"@gsw,
        "ખોસિયન ભાષા"@gu,
        "השפה הקויסאנית"@he,
        "खोइसन भाषा"@hi,
        "kojsanski"@hr,
        "Khojsanske rěče"@hsb,
        "egyéb koiszan"@hu,
        "Rumpun Bahasa Khoisa"@id,
        "koímál (önnur)"@is,
        "lingua khoisan"@it,
        "コイサン語族"@ja,
        "ಖೋಇಸನ್ ಭಾಷೆ"@kn,
        "코이산어족"@ko,
        "کھویسَن زبان"@ks,
        "Linguae Khoisan"@la,
        "ພາສາຄອຍຊານ"@lo,
        "koisan kalba"@lt,
        "hosjanu valodas"@lv,
        "којсански јазици"@mk,
        "ഘോയിസൻ ഭാഷ"@ml,
        "खोसियन भाषा"@mr,
        "Kojsan"@mt,
        "khoisanspråk"@nb,
        "Khoisan-taal"@nl,
        "khoisanspråk"@nn,
        "Khoisanspråk"@no,
        "Lengas khoisan"@oc,
        "ଖୋସୀୟାନ୍ ଭାଷା"@or,
        "khoisan"@pl,
        "khoisan"@pt,
        "lingua khoisan"@rm,
        "limbă khoisan"@ro,
        "койсанский язык"@ru,
        "kojsanské jazyky"@sk,
        "koisanski jezik"@sl,
        "Коисански језик"@sr,
        "Koisanski jezik"@sr-Latn,
        "khoisanspråk"@sv,
        "கொய்ஸன் மொழி"@ta,
        "ఖోఇసన్ భాష"@te,
        "ภาษาคอยซาน"@th,
        "Hoisan Dilleri"@tr,
        "койсанські мови"@uk,
        "Ngôn ngữ Khoisan"@vi,
        "科依桑语系"@zh .

<http://lexvo.org/id/iso639-5/kro> a lvont:Language,
        skos:Concept ;
    lvont:iso6392BCode "kro"^^xsd:string ;
    lvont:iso639P5Code "kro"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-5/kro> ;
    owl:sameAs <http://dbpedia.org/resource/Kru_languages>,
        <http://www.mpii.de/yago/resource/Kru_languages>,
        <info:lc/vocabulary/languages/kro> ;
    skos:altLabel "Kru-Sprachen"@de,
        "Kru language"@en,
        "Kru languages"@en,
        "Lenguas kru"@es,
        "Kru-kielet"@fi,
        "Langues kroumen"@fr,
        "krou, langues"@fr,
        "langue krou"@fr,
        "Kru jezici"@hr,
        "Lingue kru"@it,
        "Языки кру"@ru,
        "Kruspråk"@sv ;
    skos:definition "The Kru languages belong to the Niger–Congo language family and are spoken by the Kru people from the southeast of Liberia to the east of Côte d'Ivoire. The term \"Kru\" is of unknown origin. According to Westermann (1952) it was used by Europeans to denote a number of tribes speaking related dialects. Marchese (1989) notes the fact that many of these peoples were recruited as “crew” by European seafarers; “the homonymy with crew is obvious, and is at least one source of the confusion among Europeans that there was a Kru/crew tribe” Andrew Dalby noted the historical importance of the Kru languages for their position at the crossroads of African-European interaction and wrote that “Kru and associated languages were among the first to be encountered by European voyagers on what was then known as the Pepper Coast, a center of the production and export of Guinea and melegueta pepper; a once staple African seaborne trade”. The Kru languages are known for some of the most complex tone systems in Africa, rivaled perhaps only by the Omotic languages."@en ;
    skos:inScheme lexvo: ;
    skos:prefLabel "الكرو"@ar,
        "kru dili"@az,
        "кру"@bg,
        "ক্রু"@bn,
        "Yezhoù krouek"@br,
        "क्रु"@brx,
        "kru"@bs,
        "кру"@bs-Cyrl,
        "kru"@ca,
        "克鲁文"@cmn,
        "克魯文"@cmn-Hant,
        "kru"@cs,
        "kru"@da,
        "Kru-Sprache"@de,
        "Κρου"@el,
        "Kru"@en,
        "kru"@es,
        "kruu"@et,
        "کرویی"@fa,
        "kru-kieli"@fi,
        "krou"@fr,
        "Kru-Schpraach"@gsw,
        "ક્રૂ"@gu,
        "קרו"@he,
        "क्रु"@hi,
        "kru"@hr,
        "kru"@hu,
        "Kru"@id,
        "krú"@is,
        "kru"@it,
        "クルー諸語"@ja,
        "ಕ್ರು"@kn,
        "크루어"@ko,
        "کروٗ"@ks,
        "ຄູ"@lo,
        "kru kalba"@lt,
        "krū"@lv,
        "кру"@mk,
        "ക്രു"@ml,
        "क्रू"@mr,
        "Kru"@mt,
        "kru"@nb,
        "Kru"@nl,
        "kru"@nn,
        "Lengas kru"@oc,
        "କ୍ରୁ"@or,
        "kru"@pl,
        "kru"@pt,
        "kru"@rm,
        "kru"@ro,
        "кру"@ru,
        "kru"@sk,
        "jezik kru"@sl,
        "Кру"@sr,
        "Kru"@sr-Latn,
        "kru"@sv,
        "க்ரு"@ta,
        "కృ"@te,
        "ครู"@th,
        "Kru"@tr,
        "кру"@uk,
        "Tiếng Kru"@vi .

<http://lexvo.org/id/iso639-5/mkh> a lvont:Language,
        skos:Concept ;
    lvont:iso6392BCode "mkh"^^xsd:string ;
    lvont:iso639P5Code "mkh"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-5/mkh> ;
    owl:sameAs <http://dbpedia.org/resource/Mon%E2%80%93Khmer_languages>,
        <http://www.mpii.de/yago/resource/Mon%E2%80%93Khmer_languages>,
        <info:lc/vocabulary/languages/mkh> ;
    skos:altLabel "Mon-Khmer-Sprachen"@de,
        "Mon-Khmer language"@en,
        "Mon-Khmer languages"@en,
        "Mon–Khmer language"@en,
        "Mon–Khmer languages"@en,
        "Lenguas mon-jemer"@es,
        "Mon-khmer-kielet"@fi,
        "Langues môn-khmer"@fr,
        "langue mon-khmère"@fr,
        "môn-khmer, langues"@fr,
        "mon-kmerski"@hr,
        "Rumpun bahasa Mon-Khmer"@id,
        "Lingue Mon-Khmer"@it,
        "モン・クメール諸語"@ja,
        "몬크메르어 (기타)"@ko,
        "Мон-кмерски јазици"@mk,
        "Mon-Khmertalen"@nl,
        "Języki mon-khmer"@pl,
        "Línguas mon-khmer"@pt,
        "Мон-кхмерские языки"@ru,
        "mon-khmeriskt språk"@sv,
        "மோன்கிமர் மொழிகள்"@ta,
        "กลุ่มภาษามอญ-เขมร"@th,
        "Ngôn ngữ Mon-Khmer"@vi ;
    skos:definition "The Mon–Khmer languages are a language family of Southeast Asia. Together with the Munda languages of India, they are one of the two traditional primary branches of the Austro-Asiatic family. However, several recent classifications have abandoned this dichotomy, either reducing the scope of Mon–Khmer (Diffloth 2005) or breaking it up entirely, effectively reclassifying Munda as a branch of Mon–Khmer (Sidwell 2009). (See Austro-Asiatic languages for details.)"@en ;
    skos:inScheme lexvo: ;
    skos:prefLabel "Luengas mon-khmer"@an,
        "لغة المون - خمير"@ar,
        "mon-xmer dili"@az,
        "мон-кхмерски език"@bg,
        "মন-খমের ভাষা"@bn,
        "Yezhoù monek-kmerek"@br,
        "मोन ख्मेर"@brx,
        "mon-kmerski jezik"@bs,
        "мон-кмерски језик"@bs-Cyrl,
        "llengua monkhmer"@ca,
        "其他孟高棉语系"@cmn,
        "孟高棉諸語言"@cmn-Hant,
        "mon-khmerské jazyky"@cs,
        "mon-khmer sprog"@da,
        "Mon-Khmer-Sprache"@de,
        "Γλώσσα Μον-Χμερ"@el,
        "Mon-Khmer Language"@en,
        "lengua mon-jemer"@es,
        "moni-khmeeri keel"@et,
        "زبان مون‌خمری"@fa,
        "mon-khmer-kieli"@fi,
        "langue môn-khmer"@fr,
        "Mon-Khmer-Schpraach"@gsw,
        "મોન-ખ્મેર ભાષા"@gu,
        "שפת מון-חמר"@he,
        "मॉन-ख्मेर भाषा"@hi,
        "Mon-Khmer"@hr,
        "egyéb mon-khmer"@hu,
        "Rumpun Bahasa Mon-Khmer"@id,
        "monkmermál (önnur)"@is,
        "lingua mon-khmer"@it,
        "モン・クメール語派"@ja,
        "ಮೋನ್-ಖಮೇರ್ ಭಾಷೆ"@kn,
        "몬크메르어파"@ko,
        "مون خَمَر زبان"@ks,
        "ພາສາມອນ-ຂະເມນ"@lo,
        "mon khmer kalba"@lt,
        "monkhmeru valodas"@lv,
        "мон-кмерски јазици"@mk,
        "മോൺ-ഖമർ ഭാഷ"@ml,
        "मॉन-ख्मेर भाषा"@mr,
        "Bahasa Mon-Khmer"@ms,
        "Mon-Kmer (Oħra)"@mt,
        "မွန်-ခမာ ဘာသာစကား"@my,
        "mon-khmerspråk"@nb,
        "Mon-Khmer-taal"@nl,
        "mon-khmerspråk"@nn,
        "Mon-khmer-språk"@no,
        "Lengas mòn-khmers"@oc,
        "ମଁନ୍-ଖ୍ମେର୍ ଭାଷା"@or,
        "mon-khmer"@pl,
        "idioma mon-khmer"@pt,
        "lingua mon-khmer"@rm,
        "limbă mon-khmeră"@ro,
        "монкхмерский язык"@ru,
        "Mon-Khmer leids"@sco,
        "Mon-Khmer"@sh,
        "mon-khmérsky jazyk"@sk,
        "monsko-kmerski jezik"@sl,
        "Мон-кмерски језик"@sr,
        "Mon-kmerski jezik"@sr-Latn,
        "Mon-khmerspråk"@sv,
        "மான்-க்மெர் மொழி"@ta,
        "మోన్-ఖ్మేర్ భాష"@te,
        "ภาษามอญ-เขมร"@th,
        "Mga wikang Mon-Khmer"@tl,
        "Mon-Khmer Dilleri"@tr,
        "мон-кхмерські мови"@uk,
        "Ngữ tộc Môn-Khmer"@vi,
        "孟高棉语族"@zh .

<http://lexvo.org/id/iso639-5/mno> a lvont:Language,
        skos:Concept ;
    lvont:iso6392BCode "mno"^^xsd:string ;
    lvont:iso639P5Code "mno"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-5/mno> ;
    owl:sameAs <http://dbpedia.org/resource/Manobo_languages>,
        <http://www.mpii.de/yago/resource/Manobo_languages>,
        <info:lc/vocabulary/languages/mno> ;
    skos:altLabel "Manobo language"@en,
        "Manobo languages"@en,
        "Langues manobo"@fr,
        "manobo, langues"@fr,
        "Манопски јазици"@mk ;
    skos:definition "The Manobo languages are a group of languages spoken in the Philippines. All go by the name Manobo or Banobo."@en ;
    skos:inScheme lexvo: ;
    skos:prefLabel "لغات مانوبو"@ar,
        "manobo dili"@az,
        "манобо"@bg,
        "ম্যানোবো ভাষা"@bn,
        "मानोबो"@brx,
        "manobo jezik"@bs,
        "манобо језик"@bs-Cyrl,
        "llengua manobo"@ca,
        "马诺博语系"@cmn,
        "馬諾博諸語言"@cmn-Hant,
        "manobo jazyky"@cs,
        "manobo sprog"@da,
        "Manobo-Sprache"@de,
        "Γλώσσα Μανόμπο"@el,
        "Manobo Language"@en,
        "lenguas manobo"@es,
        "manobo keel"@et,
        "زبان مانوبو"@fa,
        "manobokieli"@fi,
        "langue manobo"@fr,
        "Manobo-Schpraach"@gsw,
        "મનોબો ભાષા"@gu,
        "שפת מנובו"@he,
        "मनोबो भाषा"@hi,
        "manobo"@hr,
        "manobó nyelvek"@hu,
        "Rumpun Bahasa Manobo"@id,
        "manóbómál"@is,
        "manobo"@it,
        "マノボ語族"@ja,
        "ಮನೋಬೋ ಭಾಷೆ"@kn,
        "마노보어"@ko,
        "مَنوبو زبان"@ks,
        "ພາສາມາໂນໂບ"@lo,
        "manobo kalba"@lt,
        "manobu valodas"@lv,
        "манобо"@mk,
        "മനോബോ ഭാഷ"@ml,
        "मनोबो भाषा"@mr,
        "Lingwi Manobo"@mt,
        "မနိုဘို ဘာသာစကား"@my,
        "manobospråk"@nb,
        "Manobo-taal"@nl,
        "manobospråk"@nn,
        "ମନୋବୋ ଭାଷା"@or,
        "manobo"@pl,
        "idioma manobo"@pt,
        "manobo"@rm,
        "limbă manobo"@ro,
        "манобо языки"@ru,
        "jazyk manobo"@sk,
        "kotabatski manobo"@sl,
        "Манобо језик"@sr,
        "Manobo jezik"@sr-Latn,
        "manobospråk"@sv,
        "மனோபோ மொழி"@ta,
        "మనోబో భాష"@te,
        "ภาษามาโนโบ"@th,
        "Manobo Dilleri"@tr,
        "манобо мови"@uk,
        "Ngôn ngữ Manobo"@vi .

<http://lexvo.org/id/iso639-5/mun> a lvont:Language,
        skos:Concept ;
    lvont:iso6392BCode "mun"^^xsd:string ;
    lvont:iso639P5Code "mun"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-5/mun> ;
    owl:sameAs <http://dbpedia.org/resource/Munda_languages>,
        <http://www.mpii.de/yago/resource/Munda_languages>,
        <info:lc/vocabulary/languages/mun> ;
    skos:altLabel "llengua munda"@ca,
        "Munda-sprogene"@da,
        "Munda-Sprachen"@de,
        "Γλώσσα Μούντα"@el,
        "Munda language"@en,
        "Munda languages"@en,
        "Lenguas munda"@es,
        "Langues munda"@fr,
        "mounda, langues"@fr,
        "Lingue munda"@it,
        "ムンダ語派"@ja,
        "Języki mundajskie"@pl,
        "Языки мунда"@ru,
        "Mundaspråk"@sv,
        "முண்டா மொழிகள்"@ta,
        "мунда мови"@uk,
        "Ngôn ngữ Munda"@vi ;
    skos:definition "The Munda languages are a language family spoken by about nine million people in central and eastern India and Bangladesh. They constitute a branch of the Austro-Asiatic language family, which means they are distantly related to Vietnamese and Khmer (Cambodian). The origins of the Munda languages are not known, though they predate the other languages of eastern India. Ho, Mundari, and Santhali are notable languages of this group."@en ;
    skos:inScheme lexvo: ;
    skos:prefLabel "لغة المندا"@ar,
        "munda dili"@az,
        "мунда"@bg,
        "মুণ্ডা ভাষা"@bn,
        "Yezhoù moundek"@br,
        "मुंडा"@brx,
        "munda jezik"@bs,
        "мунда језик"@bs-Cyrl,
        "Munda"@ca,
        "蒙达语系"@cmn,
        "蒙達諸語言"@cmn-Hant,
        "mundské jazyky"@cs,
        "iaith Mwndig"@cy,
        "mundasprog"@da,
        "Munda-Sprache"@de,
        "Μούντα"@el,
        "Munda Language"@en,
        "lenguas munda"@es,
        "munda keel"@et,
        "زبان موندایی"@fa,
        "mundakieli"@fi,
        "langue mounda"@fr,
        "Munda-Schpraach"@gsw,
        "મુન્ડા ભાષા"@gu,
        "שפת מונדה"@he,
        "मुन्डा भाषा"@hi,
        "munda"@hr,
        "munda nyelvek"@hu,
        "Rumpun Bahasa Munda"@id,
        "múndamál"@is,
        "lingua munda"@it,
        "ムンダ語族"@ja,
        "ಮುಂಡಾ ಭಾಷೆ"@kn,
        "문다어"@ko,
        "مُنڈا زبان"@ks,
        "ພາສາມັນດາ"@lo,
        "munda kalba"@lt,
        "mundu valodas"@lv,
        "мунда јазици"@mk,
        "മുണ്ഡ ഭാഷ"@ml,
        "मुन्डा भाषा"@mr,
        "Lingwi tal-Munda"@mt,
        "mundaspråk"@nb,
        "Munda-taal"@nl,
        "mundaspråk"@nn,
        "Munda-språk"@no,
        "Lengas munda"@oc,
        "ମୁଣ୍ଡା ଭାଷା"@or,
        "mundajski"@pl,
        "idiomas munda"@pt,
        "lingua munda"@rm,
        "limbă munda"@ro,
        "мунда языки"@ru,
        "mundský jazyk"@sk,
        "mundski jezik"@sl,
        "Мунда језик"@sr,
        "Munda jezik"@sr-Latn,
        "mundaspråk"@sv,
        "முண்டா மொழி"@ta,
        "ముండ భాష"@te,
        "ภาษามันดา"@th,
        "Munda Dilleri"@tr,
        "Мунда"@uk,
        "Ngữ tộc Munda"@vi,
        "蒙达语族"@zh .

<http://lexvo.org/id/iso639-5/nai> a lvont:Language,
        skos:Concept ;
    lvont:iso6392BCode "nai"^^xsd:string ;
    lvont:iso639P5Code "nai"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-5/nai> ;
    owl:sameAs <http://dbpedia.org/resource/North_American_Indian_languages>,
        <http://www.mpii.de/yago/resource/North_American_Indian_languages>,
        <info:lc/vocabulary/languages/nai> ;
    skos:altLabel "North American Indian language"@en,
        "North American Indian languages"@en,
        "langue amérindienne du Nord"@fr,
        "nord-amérindiennes, langues"@fr ;
    skos:inScheme lexvo: ;
    skos:prefLabel "اللغة الهندية الأمريكية الشمالية"@ar,
        "şimal amerika yerli dili"@az,
        "мова індзейцаў Паўночнай Амерыкі"@be,
        "северноамерикански индиански"@bg,
        "উত্তৱ আমেরিকার ইন্ডিয়ান ভাষা"@bn,
        "उत्तर अमरिकी भाषाएँ"@brx,
        "jezik severno-američkih indijanaca"@bs,
        "језик северноамеричких индијанаца"@bs-Cyrl,
        "llengua ameríndia septentrional"@ca,
        "其他北美印第安语系"@cmn,
        "北美印第安諸語言"@cmn-Hant,
        "severoamerické indiánské jazyky"@cs,
        "iaith frodorol yng Ngogledd America"@cy,
        "nordamerikansk indiansk sprog"@da,
        "Nordamerikanische Indianersprache"@de,
        "Ινδιανική γλώσσα Βόρειας Αμερικής"@el,
        "North American Indian Language"@en,
        "𐐤𐐬𐑉𐑃 𐐊𐑋𐐯𐑉𐐮𐐿𐐲𐑌 𐐆𐑌𐐼𐐨𐐲𐑌 𐐢𐐩𐑍𐐶𐐮𐐾"@en-Dsrt,
        "lengua india norteamericana"@es,
        "Põhja-Ameerika indiaani keel"@et,
        "زبان سرخپوستی امریکای شمالی"@fa,
        "pohjoisamerikkalainen intiaanikieli"@fi,
        "langue nord-amérindiennes"@fr,
        "lingua india norteamericana"@gl,
        "Nordamerikanischi Indianersprach"@gsw,
        "ઉતરી અમેરીકન ઇંડિયન ભાષા"@gu,
        "שפה אינדיאנית צפון-אמריקאית"@he,
        "उत्तरी अमेरीकी इंडियन भाषा"@hi,
        "jezik sjevernoameričkih Indijanaca"@hr,
        "észak-amerikai indián nyelv"@hu,
        "Rumpun Bahasa Indian Amerika Utara"@id,
        "indíánamál norður-ameríku (önnur)"@is,
        "lingua indiana del Nord America"@it,
        "北米インディアン諸語"@ja,
        "ಉತ್ತರ ಅಮೇರಿಕದ ಇಂಡಿಯನ್ ಭಾಷೆ"@kn,
        "북아메리카 인디언어 (기타)"@ko,
        "شُمال امریٖکی ہندوستٲنۍ زبان"@ks,
        "ພາສາອິນເດຍອາເມລິກາເໜືອ"@lo,
        "Šiaurės Amerikos indėnų kalba"@lt,
        "Ziemeļamerikas indiāņu valodas"@lv,
        "северноамерикански индијански јазици"@mk,
        "വടക്കേ അമേരിക്കൻ ഇൻഡ്യൻ ഭാഷ"@ml,
        "उत्तरी अमेरीकी इंडियन भाषा"@mr,
        "Indjan tal-Amerika ta’ Fuq (Oħra)"@mt,
        "nordamerikansk indiansk språk"@nb,
        "Noord-Amerikaans Indiaanse taal"@nl,
        "nordamerikansk indiansk språk"@nn,
        "ଉତ୍ତର ଆମେରିକା ଇଣ୍ଡିଆନ୍ ଭାଷା"@or,
        "język Indian północnoamerykańskich"@pl,
        "idioma indígena norte-americano"@pt,
        "lingua indiana da l'America dal Nord"@rm,
        "limbă nord-amerindiană"@ro,
        "язык индейцев Северной Америки"@ru,
        "jazyk severoamerických indiánov"@sk,
        "severnoameriški indijanski jezik"@sl,
        "Језик северноамеричких Индијанаца"@sr,
        "Jezik severno-američkih Indijanaca"@sr-Latn,
        "nordamerikanskt indianspråk"@sv,
        "வடக்கு அமெரிக்கன் இன்டியன் மொழி"@ta,
        "ఉత్తర అమెరికా ఇండియన్ భాష"@te,
        "ภาษาอินเดียอเมริกาเหนือ"@th,
        "Kuzey Amerika Yerli Dilleri"@tr,
        "північноамериканських індіанців мови"@uk,
        "Ngôn ngữ Thổ dân Bắc Mỹ"@vi .

<http://lexvo.org/id/iso639-5/nic> a lvont:Language,
        skos:Concept ;
    lvont:iso6392BCode "nic"^^xsd:string ;
    lvont:iso639P5Code "nic"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-5/nic> ;
    owl:sameAs <http://dbpedia.org/resource/Niger%E2%80%93Congo_languages>,
        <http://www.mpii.de/yago/resource/Niger%E2%80%93Congo_languages>,
        <info:lc/vocabulary/languages/nic> ;
    skos:altLabel "النيجر - كوردوفانايان"@ar,
        "Нигер-конгоански езици"@bg,
        "llengua nigerokurdufaniana"@ca,
        "nigero-kordofánské jazyky"@cs,
        "Niger-Kongo-Sprachen"@de,
        "Niger-Congo languages"@en,
        "Niger-Kordofanian Language"@en,
        "Niger-Kordofanian language"@en,
        "Niger-Kordofanian languages"@en,
        "Niger–Congo languages"@en,
        "Lenguas nigerocongolesas"@es,
        "Nigeriläis-kongolaiset kielet"@fi,
        "Langues nigéro-congolaises"@fr,
        "langue nigéro-kordofaniennes"@fr,
        "nigéro-kordofaniennes, langues"@fr,
        "नाइजर-कांगो भाषा परिवार"@hi,
        "Nigersko-kongoanski jezici"@hr,
        "Kongó-kordofáni nyelvcsalád"@hu,
        "nígerkordófanmál (önnur)"@is,
        "Lingue niger-kordofaniane"@it,
        "ニジェール・コルドファン諸語"@ja,
        "ನೈಗರ್-ಕೊರ್ಡೊಫನಿಯನ್ ಭಾಷೆ"@kn,
        "니제르 - 코르도파니아어 (기타)"@ko,
        "Nigerio kordofanų kalba"@lt,
        "нигер-кордофаниски јазици"@mk,
        "Niger-Kordofanische taal"@nl,
        "niger-kordofaniansk språk"@nn,
        "Języki nigero-kongijskie"@pl,
        "Línguas nigero-congolesas"@pt,
        "idioma cordofano-nigeriano"@pt,
        "Нигеро-конголезские языки"@ru,
        "Нигер-кордофанијски језик"@sr,
        "நைஜர்-கோரடோஃபனியன் மொழி"@ta,
        "ніґеро-кордофанські мови"@uk,
        "Ngôn ngữ Niger-Kordofan"@vi ;
    skos:definition "The Niger–Congo languages constitute one of the worlds major language families, and Africas largest in terms of geographical area, number of speakers, and number of distinct languages. They may constitute the world's largest language family in terms of distinct languages, although this question is complicated by ambiguity about what constitutes a distinct language. Most of the most widely spoken indigenous languages of Subsaharan Africa belong to this group. A common property of many Niger–Congo languages is the use of a noun class system. The most widely spoken Niger–Congo languages by number of native speakers are Yoruba, Igbo, Fula and Shona and Zulu. The most widely spoken by total number of speakers is Swahili."@en ;
    skos:inScheme lexvo: ;
    skos:prefLabel "Niger-Kongo tale"@af,
        "لغات نيجرية كنغوية"@ar,
        "niger-kordofyan dili"@az,
        "нигер-кордофански"@bg,
        "নাইজার-কোর্ডোফানিয়ান ভাষা"@bn,
        "Yezhoù nigerek-kongoek"@br,
        "निगेर कोर्डोफियान भाषा"@brx,
        "niger-kordofanijski jezik"@bs,
        "нигер-кордофанијски језик"@bs-Cyrl,
        "Llengües nigerocongoleses"@ca,
        "其他尼日尔科尔多凡语系"@cmn,
        "尼日爾科爾多凡諸語言"@cmn-Hant,
        "Nigerokonžské jazyky"@cs,
        "Ieithoedd Niger-Congo"@cy,
        "niger-kordofanisk sprog"@da,
        "Nigerkordofanisch"@de,
        "Γλώσσα Νίγηρα-Κορδοφάνιαν"@el,
        "Niger–Congo language"@en,
        "Niĝerkonga lingvaro"@eo,
        "lengua níger-cordofana"@es,
        "Nigeri-Kordofani keel"@et,
        "زبان‌های نیجر-کنگویی"@fa,
        "nigeriläis-kongolainen kieli"@fi,
        "langue nigéro-congolaise"@fr,
        "Nigerkordofanischi Schpraach"@gsw,
        "નાઇગર-કોર્ડોફેનિયન ભાષા"@gu,
        "Çhengaghyn Neegeyragh-Congoagh"@gv,
        "השפה הניגר-קורדופניאנית"@he,
        "नाइगर-कोर्डोफैनियन भाषा"@hi,
        "nigersko-kordofanski"@hr,
        "Nigerokongoske rěče"@hsb,
        "niger-kordofan nyelv"@hu,
        "Rumpun Bahasa Niger-Kordofania"@id,
        "Nígerkongótungumál"@is,
        "lingua niger-cordofan"@it,
        "ニジェール・コンゴ語族"@ja,
        "ನೈಜರ್-ಕಾಂಗೊ ಭಾಷೆಗಳು"@kn,
        "니제르콩고어족"@ko,
        "نیجَر کورڈوفانیَن زبان"@ks,
        "Linguae Nigro-Congenses"@la,
        "Lengue niger-kordofanièn"@lij,
        "Lokótá ya Nizer-Kongo"@ln,
        "ພາສາໄນເຈີ-ໂກໂດເຟນຽມ"@lo,
        "Nigerio-Kongo kalbos"@lt,
        "Nėgere-Kuonga kalbas"@lt-x,
        "nigēriešu-kordofāņu valodas"@lv,
        "Нигер-конгоански јазици"@mk,
        "നൈ‍ജർ-കോർ‍ഡോഫാനിയൻ"@ml,
        "नाइजर-कॉर्डोफॅनियन भाषा"@mr,
        "Bahasa-bahasa Niger-Congo"@ms,
        "Niġerjan - Kordofanjan"@mt,
        "niger-kordofiansk språk"@nb,
        "Niger-Congotalen"@nl,
        "Niger-kongospråk"@nn,
        "Nigerkongo-språk"@no,
        "Lengas nigèrocongolesas"@oc,
        "ନାଇଜର୍-କୋର୍ଡୋଫୌନିୟାନ୍ ଭାଷା"@or,
        "nigrokordofański"@pl,
        "nigeriano - cordofano"@pt,
        "Niqir Kungu rimaykuna"@qu,
        "lingua niger-cordofanica"@rm,
        "limbă nigero-kordofaniană"@ro,
        "нигер-кордофанский язык"@ru,
        "Nigersko-kongoanski jezici"@sh,
        "nigersko-konžský jazyk"@sk,
        "nigrsko-kordofanski jezik"@sl,
        "Нигер-конгоански језици"@sr,
        "Niger-kordofanijski jezik"@sr-Latn,
        "Niger-Kongo Sproaken"@stq,
        "Niger-Kongospråk"@sv,
        "Lugha za Kiniger-Kongo"@sw,
        "Lugha ya Kiniger-Kongo"@swh,
        "நைகர்-கொங்கோ மொழிகள்"@ta,
        "నైజర్- కోర్దోఫియన్ భాష"@te,
        "ภาษาไนเจอร์-คอร์โดฟาเนียน"@th,
        "Nijer-Kordofan Dilleri"@tr,
        "Нігеро-конголезькі мови"@uk,
        "Hệ ngôn ngữ Niger-Congo"@vi,
        "Àwọn èdè Niger-Kóngò"@yo,
        "尼日尔-刚果语系"@zh .

<http://lexvo.org/id/iso639-5/nub> a lvont:Language,
        skos:Concept ;
    lvont:iso6392BCode "nub"^^xsd:string ;
    lvont:iso639P5Code "nub"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-5/nub> ;
    owl:sameAs <http://dbpedia.org/resource/Nubian_languages>,
        <http://www.mpii.de/yago/resource/Nubian_languages>,
        <info:lc/vocabulary/languages/nub> ;
    skos:altLabel "Llengües núbies"@ca,
        "Nubische Sprachen"@de,
        "Nubian language"@en,
        "Nubian languages"@en,
        "Langues nubiennes"@fr,
        "langue nubiennes"@fr,
        "nubiennes, langues"@fr,
        "Język nubijski"@pl,
        "Нубийские языки"@ru,
        "Nubiska språk"@sv ;
    skos:definition "The Nubian language group, according to the most recent research by Bechhaus-Gerst comprises the following varieties: # Nobiin (previously known by the geographic terms Mahas or Fadicca/Fiadicca). # Kenzi-Dongolawi, the largest Nubian language, with over a million speakers. # Midob (Meidob) in and around the Malha volcanic crater in North Darfur. # Birgid – originally spoken north of Nyala around Menawashei until the 1970s. The last surviving aged speakers were interviewed by Thelwall at this time. Some equally aged speakers on Gezira Aba just north of Kosti on the Nile south of Khartoum were interviewed by Thelwall in 1980. # Hill Nubian &ndash; a group of closely related dialects spoken in various villages in the northern Nuba Mountains &ndash; in particular Dilling, Debri, and Kadaru."@en ;
    skos:inScheme lexvo: ;
    skos:prefLabel "لغة نوبية"@ar,
        "اللغه النوبيه"@arz,
        "nubiy dili"@az,
        "нубійская мова"@be,
        "нубийски езици"@bg,
        "নুবিয়ান ভাষা"@bn,
        "Yezhoù nubiek"@br,
        "नुबियन"@brx,
        "nubijski jezik"@bs,
        "нубијски језик"@bs-Cyrl,
        "llengua nubiana"@ca,
        "努比亚语系"@cmn,
        "努比亞諸語言"@cmn-Hant,
        "núbijské jazyky"@cs,
        "iaith Nwbiaidd"@cy,
        "nubisk sprog"@da,
        "Nubisch"@de,
        "Γλώσσα Νούμπιαν"@el,
        "Nubian Language"@en,
        "Nubia lingvo"@eo,
        "lenguas nubias"@es,
        "nuubia keel"@et,
        "زبان نوبیایی"@fa,
        "nubialainen kieli"@fi,
        "langue nubienne"@fr,
        "lingua nubia"@gl,
        "Nubischi Schpraach"@gsw,
        "ન્યુબિયાન ભાષા"@gu,
        "שפות נבטיות"@he,
        "न्युबियान भाषा"@hi,
        "nubijski"@hr,
        "núbiai nyelv"@hu,
        "Rumpun Bahasa Nubia"@id,
        "núbísk mál"@is,
        "nubiano"@it,
        "ヌビア語族"@ja,
        "ನುಬಿಯನ್ ಭಾಷೆ"@kn,
        "누비안어"@ko,
        "نوٗبیَن زبان"@ks,
        "ພາສານູບຽນ"@lo,
        "nubijos kalba"@lt,
        "nūbiešu valodas"@lv,
        "нубијски јазици"@mk,
        "നുബിയൻ ഭാഷ"@ml,
        "न्युबियान भाषा"@mr,
        "Lingwi Nubjani"@mt,
        "nubisk språk"@nb,
        "Nubische taal"@nl,
        "nubisk språk"@nn,
        "Nubiske språk"@no,
        "ନ୍ୟୁବିଆନ୍ ଭାଷା"@or,
        "nubijski"@pl,
        "idioma núbio"@pt,
        "linguas nubicas"@rm,
        "limbă nubiană"@ro,
        "нубийские языки"@ru,
        "núbijský jazyk"@sk,
        "nubijski jezik"@sl,
        "Нубијски језик"@sr,
        "Nubijski jezik"@sr-Latn,
        "nubiskt språk"@sv,
        "நியூபியன் மொழி"@ta,
        "నూబియన్ భాష"@te,
        "ภาษานูเบียน"@th,
        "Nubian Dilleri"@tr,
        "нубійські мови"@uk,
        "Ngôn ngữ Nubia"@vi .

<http://lexvo.org/id/iso639-5/oto> a lvont:Language,
        skos:Concept ;
    lvont:iso6392BCode "oto"^^xsd:string ;
    lvont:iso639P5Code "oto"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-5/oto> ;
    owl:sameAs <http://dbpedia.org/resource/Otomian_languages>,
        <http://www.mpii.de/yago/resource/Otomian_languages>,
        <info:lc/vocabulary/languages/oto> ;
    skos:altLabel "Otomian language"@en,
        "Otomian languages"@en,
        "langue otomangue"@fr,
        "otomi, langues"@fr,
        "Отомиски јазици"@mk,
        "Отомангейська мовна сім'я"@uk ;
    skos:inScheme lexvo: ;
    skos:prefLabel "اللغة الأوتومية"@ar,
        "otomian dili"@az,
        "старотурски езици"@bg,
        "অটোমান ভাষা"@bn,
        "ओटोमानी"@brx,
        "otomanski jezik"@bs,
        "отомански језик"@bs-Cyrl,
        "llengua otomangueana"@ca,
        "奥托米语系"@cmn,
        "奧托米諸語言"@cmn-Hant,
        "otomijské jazyky"@cs,
        "iaith Otomig"@cy,
        "otomi sprog"@da,
        "Otomangue-Sprache"@de,
        "Οθωμανική γλώσσα"@el,
        "Otomian Language"@en,
        "lenguas otomanas"@es,
        "otomi keel"@et,
        "زبان اتومیایی"@fa,
        "otomikieli"@fi,
        "langue otomi"@fr,
        "Otomangue-Schpraach"@gsw,
        "ઓટોમિયન ભાષા"@gu,
        "השפה האוטומיאנית"@he,
        "ओटोमियन भाषा"@hi,
        "otomijski"@hr,
        "otomi nyelv"@hu,
        "Rumpun Bahasa Otomia"@id,
        "ótommál"@is,
        "lingue otomi"@it,
        "オトミ語族"@ja,
        "ಒಟ್ಟೋಮನ್ ಭಾಷೆ"@kn,
        "오토미안어"@ko,
        "اوٚٹامِیَن زبان"@ks,
        "ພາສາໂອໂຕມີ"@lo,
        "otomanų kalba"@lt,
        "otomu valodas"@lv,
        "отомиски јазици"@mk,
        "ഓട്ടോമിയൻ ഭാഷ"@ml,
        "ओटोमियन भाषा"@mr,
        "Lingwi Otomjani"@mt,
        "otomisk språk"@nb,
        "Otomi-taal"@nl,
        "otomisk språk"@nn,
        "ଓଟ୍ଟୋମିଆନ୍ ଭାଷା"@or,
        "otomi"@pl,
        "idioma otomano"@pt,
        "linguas otomangue"@rm,
        "limbă otomi"@ro,
        "отомангские языки"@ru,
        "oto-pameský jazyk"@sk,
        "otomijski jezik"@sl,
        "Отомански језик"@sr,
        "Otomanski jezik"@sr-Latn,
        "otomispråk"@sv,
        "ஒட்டோமன் மொழி"@ta,
        "ఒటోమియన్ భాష"@te,
        "ภาษาโอโตมี"@th,
        "Otomi Dilleri"@tr,
        "отомі мови"@uk,
        "Ngôn ngữ Otomia"@vi .

<http://lexvo.org/id/iso639-5/phi> a lvont:Language,
        skos:Concept ;
    lvont:iso6392BCode "phi"^^xsd:string ;
    lvont:iso639P5Code "phi"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-5/phi> ;
    owl:sameAs <http://dbpedia.org/resource/Philippine_languages>,
        <http://www.mpii.de/yago/resource/Philippine_languages>,
        <info:lc/vocabulary/languages/phi> ;
    skos:altLabel "Philippinen-Austronesisch"@de,
        "Philippine language"@en,
        "Philippine languages"@en,
        "Lenguas filipinas"@es,
        "Langues philippines"@fr,
        "langue philippines"@fr,
        "philippines, langues"@fr,
        "Rumpun bahasa Filipina"@id,
        "Lingue filippine"@it,
        "Филипински јазици"@mk,
        "Филиппинские языки"@ru ;
    skos:definition "The Philippine languages are a 1991 proposal by Robert Blust that all the languages of the Philippines and northern Sulawesi—except Sama–Bajaw (languages of the \"Sea Gypsies\") and a few languages of Palawan—form a subfamily of Austronesian languages. Although the Philippines is near the center of Austronesian expansion from Formosa, there is little linguistic diversity among the approximately 150 Philippine languages, suggesting that earlier diversity has been erased by the spread of the ancestor of the modern Philippine languages (Adelaar & Himmelmann 2005)."@en ;
    skos:inScheme lexvo: ;
    skos:prefLabel "اللغة الفليبينية"@ar,
        "filipin dili"@az,
        "филипински (други)"@bg,
        "ফিলিপাইন ভাষা"@bn,
        "फ़ीलीपीनी"@brx,
        "filipinski jezik"@bs,
        "филипински језик"@bs-Cyrl,
        "llengua filipina"@ca,
        "其他菲律宾语系"@cmn,
        "菲律賓諸語言"@cmn-Hant,
        "filipínské jazyky"@cs,
        "iaith y Philipinau"@cy,
        "filippinsk sprog"@da,
        "Philippinische Sprachen"@de,
        "Φιλιππινεζική γλώσσα"@el,
        "Philippine Language"@en,
        "lengua filipina"@es,
        "filipiini keel"@et,
        "زبان فیلیپینی"@fa,
        "filippiiniläiskieli"@fi,
        "langue philippine"@fr,
        "lingua filipina"@gl,
        "Philippine-Austronesischi Schpraach"@gsw,
        "ફિલિપીની ભાષા"@gu,
        "שפה פיליפינית"@he,
        "फिलिपीन भाषा"@hi,
        "filipinski"@hr,
        "Fülöp-szigeteki nyelv"@hu,
        "Rumpun Bahasa Filipina"@id,
        "filippseysk mál (önnur)"@is,
        "lingua filippina"@it,
        "フィリピン諸語"@ja,
        "ಫಿಲಿಫೈನ್ ಭಾಷೆ"@kn,
        "필리핀어 (기타)"@ko,
        "پھِلِپٲنۍ زبان"@ks,
        "ພາສາຟີລາປິນ"@lo,
        "filipinų kalba"@lt,
        "filipīniešu valodas"@lv,
        "филипински јазик"@mk,
        "ഫിലിപീനി ഭാഷ"@ml,
        "फिलिपीनी भाषा"@mr,
        "Filippin (Oħra)"@mt,
        "ဖိလစ်ပိုင် ဘာသာစကား"@my,
        "filippinsk språk"@nb,
        "Filippijnse taal"@nl,
        "filippinsk språk"@nn,
        "Filippinske språk"@no,
        "ଫିଲିପାଇନ୍ ଭାଷା"@or,
        "filipiński"@pl,
        "idioma filipino"@pt,
        "lingua filippina"@rm,
        "limbă filipineză"@ro,
        "филиппинский язык"@ru,
        "filipínsky jazyk"@sk,
        "filipinski jezik"@sl,
        "Филипински језик"@sr,
        "Filipinski jezik"@sr-Latn,
        "filippinskt språk"@sv,
        "பிலிபைன் மொழி"@ta,
        "ఫిలిప్పీన్ భాష"@te,
        "ภาษาฟิลิปปิน"@th,
        "Filipinler Dilleri"@tr,
        "філіппінські мови"@uk,
        "Ngôn ngữ Philippine"@vi .

<http://lexvo.org/id/iso639-5/roa> a lvont:Language,
        skos:Concept ;
    lvont:iso6392BCode "roa"^^xsd:string ;
    lvont:iso639P5Code "roa"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-5/roa> ;
    owl:sameAs <http://dbpedia.org/resource/Romance_languages>,
        <http://www.mpii.de/yago/resource/Romance_languages>,
        <info:lc/vocabulary/languages/roa> ;
    skos:altLabel "اللغة الرومانسية"@ar,
        "Романски езици"@bg,
        "রোমান্স ভাষাসমূহ"@bn,
        "Romanski jezici"@bs,
        "Llengües romàniques"@ca,
        "Románské jazyky"@cs,
        "Ieithoedd Romáwns"@cy,
        "Romanske sprog"@da,
        "Romanische Sprachen"@de,
        "Ρομανικές γλώσσες"@el,
        "Romance language"@en,
        "Romance languages"@en,
        "Lenguas romances"@es,
        "Romaani keeled"@et,
        "زبان‌های رومی‌تبار"@fa,
        "Romaaniset kielet"@fi,
        "Langues romanes"@fr,
        "langue romanes"@fr,
        "romanes, langues"@fr,
        "Lenghis romanzis"@fur,
        "Linguas románicas"@gl,
        "שפות רומאניות"@he,
        "रोमांस भाषाएँ"@hi,
        "Romanski jezici"@hr,
        "Újlatin nyelvek"@hu,
        "Rumpun bahasa Roman"@id,
        "rómönsk mál (önnur)"@is,
        "Lingue romanze"@it,
        "로망스어 (기타)"@ko,
        "Romanų kalbos"@lt,
        "Romāņu valodas"@lv,
        "Романски јазици"@mk,
        "रोमान्स भाषा"@mr,
        "Lingwi Romaniċi"@mt,
        "Romaanse talen"@nl,
        "Romanske språk"@nn,
        "Języki romańskie"@pl,
        "Línguas românicas"@pt,
        "Linguas romanas"@rm,
        "Limbi romanice"@ro,
        "Романские языки"@ru,
        "Románalaš gielat"@se,
        "Románske jazyky"@sk,
        "Romanski jeziki"@sl,
        "Романски језици"@sr,
        "Romanska språk"@sv,
        "உரோமானிய மொழிகள்"@ta,
        "กลุ่มภาษาโรมานซ์"@th,
        "Roman dilleri"@tr,
        "Романські мови"@uk,
        "Nhóm ngôn ngữ Rôman"@vi ;
    skos:definition "The Romance languages (sometimes referred to as Romanic languages, Latin languages or Neo-Latin languages) are a branch of the Indo-European language family, more precisely of the Italic languages subfamily, comprising all the languages that descend from Vulgar Latin, the language of ancient Rome."@en ;
    skos:inScheme lexvo: ;
    skos:prefLabel "Romaanse tale"@af,
        "ܠܫܢܐ ܪܘܡܐܢܣܝܐ"@aii,
        "Luengas romances"@an,
        "لغات رومنسية"@ar,
        "Llingües romániques"@ast,
        "Roman dilləri"@az,
        "Romanische Språchn"@bar,
        "Mga Latin"@bcl,
        "Раманскія мовы"@be,
        "Раманскія мовы"@be-tarask,
        "романски"@bg,
        "রোমান ভাষা"@bn,
        "ལ་ཊིན་ནས་ཆད་པའི་ཡུལ་སྐད།"@bo,
        "Yezhoù romanek"@br,
        "रोमान्स्"@brx,
        "romanski jezik"@bs,
        "романски језик"@bs-Cyrl,
        "llengua romànica"@ca,
        "其他拉丁语系"@cmn,
        "羅曼諸語言"@cmn-Hant,
        "Lingue rumaniche"@co,
        "románské jazyky"@cs,
        "Романьсци ѩꙁꙑци"@cu,
        "iaith Romáwns"@cy,
        "romansk sprog"@da,
        "Romanische Sprache"@de,
        "Zıwanê Romanki"@diq,
        "Ρομανική γλώσσα"@el,
        "Romance Language"@en,
        "Latinida lingvaro"@eo,
        "lengua romance"@es,
        "romaani keel"@et,
        "Hizkuntza erromantzeak"@eu,
        "Luenga romanci"@ext,
        "زبان رومیایی"@fa,
        "romaaninen kieli"@fi,
        "langue romane"@fr,
        "Lengoues romanes"@frp,
        "lenghe romanze"@fur,
        "Romaanske talen"@fy,
        "Teangacha Rómánsacha"@ga,
        "Cànanan Ròmanach"@gd,
        "lingua románica"@gl,
        "Romanischi Schpraach"@gsw,
        "Romanische Sprachen"@gsw-FR,
        "રોમાંસ ભાષા"@gu,
        "Çhengaghyn Romanagh"@gv,
        "שפת רומאנס"@he,
        "रोमांस भाषा"@hi,
        "romanski"@hr,
        "Romaniske rěče"@hsb,
        "Lang roman"@ht,
        "román nyelv"@hu,
        "Linguas romanic"@ia,
        "Rumpun Bahasa Roman"@id,
        "Latinida linguo"@io,
        "Rómönsk tungumál"@is,
        "lingua romanza"@it,
        "ロマンス諸語"@ja,
        "რომანული ენები"@ka,
        "Роман тілдері"@kk,
        "ರೋಮನ್ ಭಾಷೆ"@kn,
        "로망스어군"@ko,
        "رومانٛس زبان"@ks,
        "Zimanên romanî"@ku,
        "Romanek"@kw,
        "Linguae Romanicae"@la,
        "Linguas romanses"@lad,
        "Roemaanse tale"@li,
        "Lenguv Rumanz"@lmo,
        "ພາສາໂລມານ"@lo,
        "romanų kalba"@lt,
        "romāņu valoda"@lv,
        "романски јазици"@mk,
        "റോമൻസ് ഭാഷ"@ml,
        "रोमांस भाषा"@mr,
        "Bahasa Romawi"@ms,
        "Romanz (Oħra)"@mt,
        "Romatlahtōlli"@nah,
        "Romance gí-giân"@nan,
        "Lengue neolatine"@nap,
        "romansk språk"@nb,
        "Romaanse taal"@nl,
        "romansk språk"@nn,
        "Romanske språk"@no,
        "Latinidi lingues"@nov,
        "Lengas romanicas"@oc,
        "ରୋମାନ୍ସ ଭାଷା"@or,
        "Ромайнаг æвзæгтæ"@os,
        "Langues romanes"@pcd,
        "romański"@pl,
        "Lenghe romanze"@pms,
        "رومنی بولیاں"@pnb,
        "idioma românico"@pt,
        "Romanu rimaykuna"@qu,
        "lingua romana"@rm,
        "limbă romanică"@ro,
        "Romanikane chhiba"@rom,
        "романский язык"@ru,
        "Limbas romanzas"@sc,
        "Lingui rumanzi"@scn,
        "Romance leids"@sco,
        "románalaš gielat"@se,
        "Romanski jezici"@sh,
        "románsky jazyk"@sk,
        "romanski jezik"@sl,
        "Романски језик"@sr,
        "Romanski jezik"@sr-Latn,
        "Romanisk"@stq,
        "romanskt språk"@sv,
        "Lugha za Kirumi"@sw,
        "ரோமன்ஸ் மொழி"@ta,
        "రోమాన్స్ భాష"@te,
        "ภาษาโรมานซ์"@th,
        "Mga wikang Romanse"@tl,
        "Roman Dilleri"@tr,
        "Роман телләре"@tt,
        "романські мови"@uk,
        "Ngôn ngữ Roman"@vi,
        "Romaansche toaln"@vls,
        "Lingaedjes romans"@wa,
        "羅曼語族"@yue,
        "Romaonse taelen"@zea,
        "罗曼语族"@zh .

<http://lexvo.org/id/iso639-5/sai> a lvont:Language,
        skos:Concept ;
    lvont:iso6392BCode "sai"^^xsd:string ;
    lvont:iso639P5Code "sai"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-5/sai> ;
    owl:sameAs <http://dbpedia.org/resource/South_American_Indian_languages>,
        <http://www.mpii.de/yago/resource/South_American_Indian_languages>,
        <info:lc/vocabulary/languages/sai> ;
    skos:altLabel "South American Indian language"@en,
        "South American Indian languages"@en,
        "langue amérindienne du Sud"@fr,
        "sud-amérindiennes, langues"@fr,
        "idioma indígeno sul-americano"@pt ;
    skos:inScheme lexvo: ;
    skos:prefLabel "اللغة الهندية الأمريكية الجنوبية"@ar,
        "cənub amerika yerli dili"@az,
        "мова індзейцаў Паўднёвай Амерыкі"@be,
        "южноамерикански индиански"@bg,
        "উত্তর আমেরিকান ইন্ডিয়ান ভাষা"@bn,
        "दक्षिणी अमरिकी भाषाएँ"@brx,
        "jezik južno-američkih indijanaca"@bs,
        "језик јужноамеричких индијанаца"@bs-Cyrl,
        "llengua ameríndia meridional"@ca,
        "其他南美印第安文"@cmn,
        "南美印第安諸語言"@cmn-Hant,
        "jihoamerické indiánské jazyky"@cs,
        "iaith frodorol yn Ne America"@cy,
        "sydamerikansk indiansk sprog"@da,
        "Südamerikanische Indianersprache"@de,
        "Ινδιανική γλώσσα Νότιας Αμερικής"@el,
        "South American Indian Language"@en,
        "lengua india sudamericana"@es,
        "Lõuna-Ameerika indiaani keel"@et,
        "زبان سرخپوستی امریکای جنوبی"@fa,
        "eteläamerikkalainen intiaanikieli"@fi,
        "langue sud-amérindiennes"@fr,
        "lingua india sudamericana"@gl,
        "Süüdamerikanischi Indianerschpraach"@gsw,
        "દક્ષિણ અમેરીકન ઇંડિયન ભાષા"@gu,
        "שפה אינדיאנית דרום אמריקאית"@he,
        "दक्षिण अमेरीकी इंडियन भाषा"@hi,
        "jezik južnoameričkih Indijanaca"@hr,
        "dél-amerikai indián nyelv"@hu,
        "Rumpun Bahasa Indian Amerika Selatan"@id,
        "indíánamál suður-ameríku (önnur)"@is,
        "lingua indiana del Sud America"@it,
        "南米インディアン諸語"@ja,
        "ದಕ್ಷಿಣ ಅಮೇರಿಕದ ಇಂಡಿಯನ್ ಭಾಷೆ"@kn,
        "남아메리카 인디언어 (기타)"@ko,
        "جنوٗب امریٖکی ہندوستٲنۍ زبان"@ks,
        "ພາສາອາເມລິກັນອິນດຽນໃຕ້"@lo,
        "Pietų Amerikos indėnų kalba"@lt,
        "Dienvidamerikas indiāņu"@lv,
        "јужноамерикански индијански"@mk,
        "ദക്ഷിണ അമേരിക്കൻ ഇൻഡ്യൻ ഭാഷ"@ml,
        "दक्षिण अमेरीकी इंडियन भाषा"@mr,
        "Indjan tal-Amerika t’Isfel (Oħra)"@mt,
        "တောင် အမေရိကန် အိန္ဒြိယ ဘာသာစကား"@my,
        "søramerikansk indiansk språk"@nb,
        "Zuid-Amerikaans Indiaanse taal"@nl,
        "søramerikansk indiansk språk"@nn,
        "ଦକ୍ଷିଣ ଆମେରିକା ଇଣ୍ଡିଆନ୍ ଭାଷା"@or,
        "język Indian południowoamerykańskich"@pl,
        "idioma indígena sul-americano"@pt,
        "lingua indiana da l'America dal Sid"@rm,
        "limbă sud-amerindiană"@ro,
        "язык индейцев Южной Америки"@ru,
        "jazyk juhoamerických indiánov"@sk,
        "Језик јужноамеричких Индијанаца"@sr,
        "Jezik južno-američkih Indijanaca"@sr-Latn,
        "sydamerikanskt indianspråk"@sv,
        "தென் அமெரிக்க இன்டியன் மொழி"@ta,
        "దక్షిణ అమెరికా ఇండియన్ భాష"@te,
        "ภาษาอเมริกันอินเดียนใต้"@th,
        "Güney Amerika Yerli Dilleri"@tr,
        "південноамериканських індіанців мови"@uk,
        "Ngôn ngữ Thổ dân Nam Mỹ"@vi .

<http://lexvo.org/id/iso639-5/sal> a lvont:Language,
        skos:Concept ;
    lvont:iso6392BCode "sal"^^xsd:string ;
    lvont:iso639P5Code "sal"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-5/sal> ;
    owl:sameAs <http://dbpedia.org/resource/Salishan_languages>,
        <http://www.mpii.de/yago/resource/Salishan_languages>,
        <info:lc/vocabulary/languages/sal> ;
    skos:altLabel "Llengües salish"@ca,
        "Salish-Sprachen"@de,
        "Salishan language"@en,
        "Salishan languages"@en,
        "Lenguas salishanas"@es,
        "langue salishenne"@fr,
        "langue salishennes"@fr,
        "salishennes, langues"@fr,
        "salishan"@hr,
        "Sališų kalbos"@lt,
        "Salishan-taal"@nl,
        "Języki salisz"@pl,
        "salishan languages"@pt,
        "Салишские языки"@ru ;
    skos:definition "The Salishan (also Salish) languages are a group of languages of the Pacific Northwest (the Canadian province of British Columbia and the American states of Washington, Oregon, Idaho and Montana). They are characterised by agglutinativity and astonishing consonant clusters &mdash; for instance the Nuxálk word meaning ‘he had had [in his possession] a bunchberry plant’ has thirteen obstruent consonants in a row with no vowels."@en ;
    skos:inScheme lexvo: ;
    skos:prefLabel "اللغة الساليشانية"@ar,
        "salişan dili"@az,
        "салишански език"@bg,
        "শালিশান ভাষা"@bn,
        "Yezhoù salichek"@br,
        "सलीशान"@brx,
        "sališanski jezik"@bs,
        "салишански језик"@bs-Cyrl,
        "llengua salish"@ca,
        "萨利什文"@cmn,
        "薩利什諸語言"@cmn-Hant,
        "sališské jazyky"@cs,
        "iaith Salisiaidd"@cy,
        "salikisk sprog"@da,
        "Salish-Sprache"@de,
        "Γλώσσα Σαλισάν"@el,
        "Salishan Language"@en,
        "Saliŝa lingvaro"@eo,
        "lenguas salish"@es,
        "sališi keel"@et,
        "زبان سالیشی"@fa,
        "sališilainen kieli"@fi,
        "Langues salish"@fr,
        "Salish-Schpraach"@gsw,
        "સલીશન ભાષા"@gu,
        "השפה הסלישאנית"@he,
        "सलीशन भाषा"@hi,
        "Salish"@hr,
        "szelis nyelv"@hu,
        "Rumpun Bahasa Salisha"@id,
        "salísmál"@is,
        "lingue salish"@it,
        "セイリッシュ語族"@ja,
        "ಸಲಿಷನ್ ಭಾಷೆ"@kn,
        "샐리시어어"@ko,
        "سیلِشَن زبان"@ks,
        "ພາສາຊາລີດ"@lo,
        "sališan kalba"@lt,
        "sališu valodas"@lv,
        "салишански јазици"@mk,
        "സാലിഷാൻ ഭാഷ"@ml,
        "सलीशन भाषा"@mr,
        "Salixan"@mt,
        "salishansk språk"@nb,
        "Salish-Spraken"@nds,
        "Salishtalen"@nl,
        "salishansk språk"@nn,
        "ଶଲୀସନ୍ ଭାଷା"@or,
        "salisz"@pl,
        "idioma salisano"@pt,
        "lingua salish"@rm,
        "limbă salishan"@ro,
        "салишские языки"@ru,
        "sališský jazyk"@sk,
        "Салишански језик"@sr,
        "Sališanski jezik"@sr-Latn,
        "salikiskt språk"@sv,
        "சாலிஷன் மொழி"@ta,
        "సాలిషాన్ భాష"@te,
        "ภาษาชาลิช"@th,
        "Salishan Dilleri"@tr,
        "салішські мови"@uk,
        "Ngôn ngữ Salishan"@vi,
        "薩利希語系"@zh .

<http://lexvo.org/id/iso639-5/sem> a lvont:Language,
        skos:Concept ;
    lvont:iso6392BCode "sem"^^xsd:string ;
    lvont:iso639P5Code "sem"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-5/sem> ;
    owl:sameAs <http://dbpedia.org/resource/Semitic_languages>,
        <http://www.mpii.de/yago/resource/Semitic_languages>,
        <info:lc/vocabulary/languages/sem> ;
    skos:altLabel "Semitiese taalfamilie"@af,
        "لغات سامية"@ar,
        "Семитски езици"@bg,
        "Yezhoù semitek"@br,
        "Semitski jezici"@bs,
        "Llengües semítiques"@ca,
        "Semitské jazyky"@cs,
        "Semitiske sprog"@da,
        "Semitische Sprachen"@de,
        "Σημιτικές γλώσσες"@el,
        "Semitic language"@en,
        "Semitic languages"@en,
        "Lenguas semíticas"@es,
        "Semi keeled"@et,
        "زبان‌های سامی"@fa,
        "Seemiläiset kielet"@fi,
        "Langues sémitiques"@fr,
        "langue sémitiques"@fr,
        "sémitiques, langues"@fr,
        "Linguas semíticas"@gl,
        "שפות שמיות"@he,
        "सामी भाषा परिवार"@hi,
        "Semitski jezici"@hr,
        "egyéb szemita"@hu,
        "Rumpun bahasa Semit"@id,
        "semísk mál (önnur)"@is,
        "Lingue semitiche"@it,
        "セム諸語"@ja,
        "셈어 (기타)"@ko,
        "Semitų kalbos"@lt,
        "Semītu valodas"@lv,
        "Семитски јазици"@mk,
        "Semitische talen"@nl,
        "Semittiske språk"@nn,
        "Języki semickie"@pl,
        "Línguas semíticas"@pt,
        "Limbi semitice"@ro,
        "Семитские языки"@ru,
        "Semitské jazyky"@sk,
        "Semitski jeziki"@sl,
        "Семитски језици"@sr,
        "Semitiska språk"@sv,
        "செமிட்டிக் மொழிகள்"@ta,
        "กลุ่มภาษาเซมิติก"@th,
        "Sami dil ailesi"@tr,
        "Семітські мови"@uk,
        "Ngôn ngữ Semitic"@vi ;
    skos:definition "The Semitic languages are a group of related languages whose living representatives are spoken by more than 270 million people across much of the Middle East, North Africa and the Horn of Africa. They constitute a branch of the Afroasiatic language family. The most widely spoken Semitic languages today are Arabic (206 million native speakers), Amharic (27 million), Hebrew (about 7 million) Tigrinya (6.7 million), and Aramaic (about 2.2 million)."@en ;
    skos:inScheme lexvo: ;
    skos:prefLabel "Semitiese taal"@af,
        "ሴማዊ ቋንቋዎች"@am,
        "Luengas semiticas"@an,
        "لغة سامية"@ar,
        "لغات ساميه"@arz,
        "ivrit dili"@az,
        "семіцкая мова"@be,
        "семитски"@bg,
        "সেমেটিক ভাষা"@bn,
        "semiteg"@br,
        "सैमीटीक भाषाएँ"@brx,
        "semitski jezik"@bs,
        "семитски језик"@bs-Cyrl,
        "llengua semítica"@ca,
        "其他闪族语系"@cmn,
        "閃語諸語言"@cmn-Hant,
        "semitské jazyky"@cs,
        "Семит чĕлхисем"@cv,
        "iaith Semitaidd"@cy,
        "semitisk sprog"@da,
        "Semitisch"@de,
        "Σημητική γλώσσα"@el,
        "Semitic Language"@en,
        "Semida lingvaro"@eo,
        "lengua semítica"@es,
        "semi keel"@et,
        "Hizkuntza semitikoak"@eu,
        "زبان سامی"@fa,
        "seemiläinen kieli"@fi,
        "langue sémitique"@fr,
        "Semityske talen"@fy,
        "Teangacha Seimíteacha"@ga,
        "lingua semita"@gl,
        "Semitischi Schpraach"@gsw,
        "Semitische Sprachen"@gsw-FR,
        "સેમિટિક ભાષા"@gu,
        "שפה שמית"@he,
        "सेमिटिक भाषा"@hi,
        "semitic"@hr,
        "Semitiske rěče"@hsb,
        "Sémi nyelvek"@hu,
        "Սեմական լեզուներ"@hy,
        "Linguas semitic"@ia,
        "Rumpun Bahasa Semit"@id,
        "Semísk tungumál"@is,
        "lingua semitica"@it,
        "セム語派"@ja,
        "სემიტური ენები"@ka,
        "Tutlayin tisamiyin"@kab,
        "ಸೆಮಿಟಿಕ್ ಭಾಷೆ"@kn,
        "셈어파"@ko,
        "سیٚمِٹِک زبان"@ks,
        "Zimanên samî"@ku,
        "Yethow Semitek"@kw,
        "Linguae Semiticae"@la,
        "Linguas semetikas"@lad,
        "Semitische taole"@li,
        "ພາສາເຊມີຕິກ"@lo,
        "samitų kalba"@lt,
        "semītu valodas"@lv,
        "семитски"@mk,
        "സെമറ്റിക് ഭാഷ"@ml,
        "सेमिटिक भाषा"@mr,
        "Bahasa Semitik"@ms,
        "Semitiku"@mt,
        "semittisk språk"@nb,
        "Semitsche Spraken"@nds,
        "Semitische taal"@nl,
        "semittisk språk"@nn,
        "Semittiske språk"@no,
        "ସେମିଟିକ୍ ଭାଷା"@or,
        "semicki"@pl,
        "Lenghe semìtiche"@pms,
        "idioma semítico"@pt,
        "lingua semitica"@rm,
        "limbă semitică"@ro,
        "семитский язык"@ru,
        "semitský jazyk"@sk,
        "semitski jezik"@sl,
        "Luqadaha Semitiga"@so,
        "Семитски језик"@sr,
        "Semitski jezik"@sr-Latn,
        "Semitiske Sproaken"@stq,
        "semitiskt språk"@sv,
        "Lugha za Kisemiti"@sw,
        "Lugha ya Kisemiti"@swh,
        "செமிடிக் மொழி"@ta,
        "సెమిటిక్ భాష"@te,
        "ภาษาเซมิติก"@th,
        "Semitik Diller"@tr,
        "семітські мови"@uk,
        "سامی زبانیں"@ur,
        "Ngôn ngữ Semit"@vi,
        "闪米特语族"@zh .

<http://lexvo.org/id/iso639-5/sio> a lvont:Language,
        skos:Concept ;
    lvont:iso6392BCode "sio"^^xsd:string ;
    lvont:iso639P5Code "sio"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-5/sio> ;
    owl:sameAs <http://dbpedia.org/resource/Siouan_languages>,
        <http://www.mpii.de/yago/resource/Siouan_languages>,
        <info:lc/vocabulary/languages/sio> ;
    skos:altLabel "لغة السيويون"@ar,
        "Llengües siouan"@ca,
        "siouxské jazyky"@cs,
        "Sioux-Sprachen"@de,
        "Siouan language"@en,
        "Siouan languages"@en,
        "lenguas sioux"@es,
        "Langues siouanes"@fr,
        "sioux, langues"@fr,
        "Siouan"@hr,
        "Sziú nyelvcsalád"@hu,
        "Lingue siouan"@it,
        "수족어"@ko,
        "siouan kalba"@lt,
        "Сиуански јазици"@mk,
        "sioux-språk"@nn,
        "Języki siouańskie"@pl,
        "Сиуанские языки"@ru,
        "Siouxspråk"@sv,
        "Сіуанська мовна сім'я"@uk ;
    skos:definition "Siouan or Siouan–Catawban is a language family of North America that is located primarily in the Great Plains of North America with a few outlier languages in the east."@en ;
    skos:inScheme lexvo: ;
    skos:prefLabel "لغات سيووية"@ar,
        "sioyan dili"@az,
        "език сиу"@bg,
        "সিওয়ুয়ান ভাষা"@bn,
        "Yezhoù siouek"@br,
        "सीऊआन"@brx,
        "siuanski jezik"@bs,
        "сиуански језик"@bs-Cyrl,
        "llengua sioux"@ca,
        "苏语诸语言"@cmn,
        "蘇語諸語言"@cmn-Hant,
        "Siuské jazyky"@cs,
        "iaith Siŵaidd"@cy,
        "sioux sprog"@da,
        "Sioux-Sprache"@de,
        "Γλώσσα Σιουάν"@el,
        "Siouan Language"@en,
        "Hoka-siua lingvaro"@eo,
        "Lenguas siux"@es,
        "siuu keel"@et,
        "زبان سویی"@fa,
        "siouxkieli"@fi,
        "langue sioux"@fr,
        "Sioux-Schpraach"@gsw,
        "સિઉઆન ભાષા"@gu,
        "שפת סו"@he,
        "सिउआन भाषा"@hi,
        "siouan"@hr,
        "sziú nyelvek"@hu,
        "Rumpun Bahasa Sioux"@id,
        "síúmál"@is,
        "lingue sioux"@it,
        "スー諸語"@ja,
        "ಸಿವುಅನ್ ಭಾಷೆ"@kn,
        "수어족"@ko,
        "سِیواَن زبان"@ks,
        "ພາສາຊີອວນ"@lo,
        "Sijų kalbos"@lt,
        "siū valodas"@lv,
        "Siouan-Catawban"@mg,
        "сијуски јазици"@mk,
        "സിവോൻ ഭാഷ"@ml,
        "सिउआन भाषा"@mr,
        "Lingwi Suwjani"@mt,
        "siouxspråk"@nb,
        "Siouaanse talen"@nl,
        "Sioux"@nn,
        "Siouxspråk"@no,
        "ସିଓନ୍ ଭାଷା"@or,
        "siouański"@pl,
        "idioma sioux"@pt,
        "Siyu rimaykuna"@qu,
        "linguas sioux"@rm,
        "limbă siouană"@ro,
        "сиу языки"@ru,
        "Siouan"@sh,
        "siouský jazyk"@sk,
        "sijuščina"@sl,
        "Сиуански језик"@sr,
        "Siuanski jezik"@sr-Latn,
        "siouxspråk"@sv,
        "சியோயுவான் மொழி"@ta,
        "షిఒయన్ భాష"@te,
        "ภาษาซิอวน"@th,
        "Siu Dilleri"@tr,
        "сіу мови"@uk,
        "Ngôn ngữ Sioua"@vi .

<http://lexvo.org/id/iso639-5/sla> a lvont:Language,
        skos:Concept ;
    lvont:iso6392BCode "sla"^^xsd:string ;
    lvont:iso639P5Code "sla"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-5/sla> ;
    owl:sameAs <http://dbpedia.org/resource/Slavic_languages>,
        <http://www.mpii.de/yago/resource/Slavic_languages>,
        <info:lc/vocabulary/languages/sla> ;
    skos:altLabel "Slawiese tale"@af,
        "اللغة السلافية"@ar,
        "Slavyan dilləri"@az,
        "Славянскія мовы"@be,
        "Славянски езици"@bg,
        "স্লাভীয় ভাষাসমূহ"@bn,
        "Yezhoù slavek"@br,
        "Slavenski jezici"@bs,
        "Llengües eslaves"@ca,
        "Slovanské jazyky"@cs,
        "Slaviske sprog"@da,
        "Slawische Sprachen"@de,
        "Σλαβικές γλώσσες"@el,
        "Slavic language"@en,
        "Slavic languages"@en,
        "Lenguas eslavas"@es,
        "Slaavi keeled"@et,
        "زبان‌های اسلاوی"@fa,
        "Slaavilaiset kielet"@fi,
        "Langues slaves"@fr,
        "langue slaves"@fr,
        "slaves, langues"@fr,
        "Lenghis slavis"@fur,
        "Linguas eslavas"@gl,
        "שפות סלאביות"@he,
        "Slavenski jezici"@hr,
        "Szláv nyelvek"@hu,
        "Rumpun bahasa Slavia"@id,
        "slavnesk mál (önnur)"@is,
        "Lingue slave"@it,
        "スラヴ語派"@ja,
        "სლავური ენები"@ka,
        "슬라브어 (기타)"@ko,
        "Slavų kalbos"@lt,
        "Slāvu valodas"@lv,
        "Словенски јазици"@mk,
        "Slavische talen"@nl,
        "Slaviske språk"@nn,
        "Języki słowiańskie"@pl,
        "Línguas eslavas"@pt,
        "Limbile slave"@ro,
        "Славянские языки"@ru,
        "Slovanské jazyky"@sk,
        "Slovanski jeziki"@sl,
        "Словенски језици"@sr,
        "Slaviska språk"@sv,
        "சிலாவிய மொழிகள்"@ta,
        "กลุ่มภาษาสลาวิก"@th,
        "Slav dilleri"@tr,
        "Слов'янські мови"@uk,
        "Ngôn ngữ Slavơ"@vi ;
    skos:definition "The Slavic languages (also called Slavonic languages), a group of closely related languages of the Slavic peoples and a subgroup of Indo-European languages, have speakers in most of Eastern Europe, in much of the Balkans, in parts of Central Europe, and in the northern part of Asia."@en ;
    skos:inScheme lexvo: ;
    skos:prefLabel "Slawiese taal"@af,
        "Luengas eslavas"@an,
        "لغات سلافية"@ar,
        "لغات سلافيه"@arz,
        "Llingües eslaves"@ast,
        "Славяниял мацIал"@av,
        "slav dili"@az,
        "славянская мова"@be,
        "Славянскія мовы"@be-tarask,
        "славянски"@bg,
        "স্ল্যাভিক ভাষা"@bn,
        "slaveg"@br,
        "स्लाव्"@brx,
        "slovenski jezik"@bs,
        "словенски језик"@bs-Cyrl,
        "llengua eslava"@ca,
        "其他斯拉夫语系"@cmn,
        "斯拉夫諸語言"@cmn-Hant,
        "Slavân tilleri"@crh,
        "slovanský jazyk"@cs,
        "Słowiańsczé jãzëczi"@csb,
        "Словѣньсци ѩꙁꙑци"@cu,
        "Славян чĕлхисем"@cv,
        "iaith Slafig"@cy,
        "slavisk sprog"@da,
        "Slawisch"@de,
        "Słowjańske rěcy"@dsb,
        "Σλαβική γλώσσα"@el,
        "Slavic Language"@en,
        "Slava lingvaro"@eo,
        "lengua eslava"@es,
        "slaavi keel"@et,
        "Eslaviar hizkuntzak"@eu,
        "زبان اسلاوی"@fa,
        "slaavilainen kieli"@fi,
        "langue slave"@fr,
        "lenghe sclave"@fur,
        "Slavyske talen"@fy,
        "Teangacha Slavacha"@ga,
        "Cànanan Slàbhach"@gd,
        "lingua eslávica"@gl,
        "Slawischi Schpraach"@gsw,
        "Slawische Sprachen"@gsw-FR,
        "સ્લોવિક ભાષા"@gu,
        "שפה סלאבית"@he,
        "स्लोवियाई भाषा"@hi,
        "slavenski"@hr,
        "Słowjanske rěče"@hsb,
        "szláv nyelv"@hu,
        "Սլավոնական լեզուներ"@hy,
        "Rumpun Bahasa Slavik"@id,
        "Slavnesk tungumál"@is,
        "lingua slava"@it,
        "スラブ諸語"@ja,
        "Basa Slavik"@jv,
        "სლავური სხვა"@ka,
        "ಸ್ಲಾವಿಕ್ ಭಾಷೆ"@kn,
        "슬라브어파"@ko,
        "سلاوِک زبان"@ks,
        "Zimanên slavî"@ku,
        "Yethow Slavek"@kw,
        "Linguae Slavicae"@la,
        "Slavische taole"@li,
        "ພາສາສະລາວິກ"@lo,
        "slavų kalba"@lt,
        "Slavu kalbas"@lt-x,
        "slāvu"@lv,
        "Славян йылме-влак"@mhr,
        "словенски јазици"@mk,
        "സ്ലേവിക് ഭാഷ"@ml,
        "स्लाव्हिक भाषा"@mr,
        "Slavic (Other)"@mt,
        "စလိုဗစ် ဘာသာစကား"@my,
        "Славянонь кельть"@myv,
        "Slav gí-giân"@nan,
        "slavisk språk"@nb,
        "Slavische taal"@nl,
        "slavisk språk"@nn,
        "Slaviske språk"@no,
        "Lengas eslavas"@oc,
        "ସାଲ୍ଭିକ୍ ଭାଷା"@or,
        "Славяйнаг æвзæгтæ"@os,
        "słowiański"@pl,
        "Lenghe slave"@pms,
        "سلاوی بولیاں"@pnb,
        "سلاوي ژبې"@ps,
        "idioma eslavo"@pt,
        "Islaw rimaykuna"@qu,
        "lingua slava"@rm,
        "limbă slavă"@ro,
        "Slavikane chhiba"@rom,
        "славянский язык"@ru,
        "Славяньскы языкы"@rue,
        "Slavenski jezici"@sh,
        "slovenský jazyk"@sk,
        "slovanski jezik"@sl,
        "Grupi Sllav"@sq,
        "Словенски језик"@sr,
        "Slovenski jezik"@sr-Latn,
        "Slawiske Sproaken"@stq,
        "slaviskt språk"@sv,
        "Lugha za Kislavoni"@sw,
        "Słowjańske godki"@szl,
        "ஸ்லாவிக் மொழி"@ta,
        "స్లావిక్ భాష"@te,
        "Забонҳои славянӣ"@tg,
        "ภาษาสลาวิก"@th,
        "Mga wikang Slavonic"@tl,
        "Slav Dilleri"@tr,
        "Славян кылъёс"@udm,
        "слов’янські мови"@uk,
        "Ngữ tộc Slav"@vi,
        "Slaviesche toaln"@vls,
        "סלאווישע שפראכן"@yi,
        "Slaovische taelen"@zea,
        "斯拉夫语族"@zh .

<http://lexvo.org/id/iso639-5/smi> a lvont:Language,
        skos:Concept ;
    lvont:iso6392BCode "smi"^^xsd:string ;
    lvont:iso639P5Code "smi"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-5/smi> ;
    owl:sameAs <http://dbpedia.org/resource/Sami_languages>,
        <http://www.mpii.de/yago/resource/Sami_languages>,
        <info:lc/vocabulary/languages/smi> ;
    skos:altLabel "Саамски езици"@bg,
        "Samieg"@br,
        "Sámské jazyky"@cs,
        "Samiske sprog"@da,
        "Samische Sprachen"@de,
        "Sami language"@en,
        "Sami languages"@en,
        "Lenguas sami"@es,
        "Saami keeled"@et,
        "Saamelaiskielet"@fi,
        "Langues sames"@fr,
        "langue samie"@fr,
        "sames, langues"@fr,
        "שפת סאמי"@he,
        "Laponski jezici"@hr,
        "Számi nyelvek"@hu,
        "Rumpun Bahasa Sami"@id,
        "samísk mál (önnur)"@is,
        "Lingue sami"@it,
        "サーミ諸語"@ja,
        "사미어 (기타)"@ko,
        "Samių kalbos"@lt,
        "Sāmu valodas"@lv,
        "Лапонски јазици"@mk,
        "Sami-taal"@nl,
        "Samiske språk"@nn,
        "Języki lapońskie"@pl,
        "Línguas sami"@pt,
        "Limba sami"@ro,
        "Саамские языки"@ru,
        "Sámegielat"@se,
        "Saamske jazyky"@sk,
        "Лапонски језици"@sr,
        "samiskt språk"@sv,
        "Sami Dilleri"@tr,
        "Саамські мови"@uk ;
    skos:definition "Sami or Saami is a general name for a group of Uralic languages spoken by the Sami people in parts of northern Finland, Norway, Sweden and extreme northwestern Russia, in Northern Europe. Sami is frequently and erroneously believed to be a single language. Several names are used for the Sami languages: Saami, Sámi, Saame, Samic, Saamic, as well as the exonyms Lappish and Lappic. The last two are, along with the term Lapp, considered derogatory by many."@en ;
    skos:inScheme lexvo: ;
    skos:prefLabel "Samies"@af,
        "اللغة السامية"@ar,
        "səmi dili"@az,
        "саамски езици"@bg,
        "সামি ভাষা"@bn,
        "sámi"@br,
        "सामी"@brx,
        "sami jezik"@bs,
        "сами језик"@bs-Cyrl,
        "llengua sami"@ca,
        "其他萨米文"@cmn,
        "薩米諸語言"@cmn-Hant,
        "sámské jazyky"@cs,
        "Iaith Samig"@cy,
        "samisk sprog"@da,
        "Lappisch"@de,
        "Samigbe"@ee,
        "Γλώσσα Σάμι"@el,
        "Sami Language"@en,
        "Samea lingvo"@eo,
        "lengua sami"@es,
        "muu saami"@et,
        "Samiera"@eu,
        "زبان‌های سامی"@fa,
        "saamelaiskieli"@fi,
        "Sámiskt mál"@fo,
        "langue sames"@fr,
        "Sàmais"@gd,
        "Linguas sami"@gl,
        "Samisch"@gsw,
        "Samische Sprachen"@gsw-FR,
        "સામી ભાષા"@gu,
        "סאמי"@he,
        "सामी भाषा"@hi,
        "sami"@hr,
        "Lappske rěče"@hsb,
        "lapp nyelv"@hu,
        "Bahasa Sami"@id,
        "Samísk tungumál"@is,
        "lingua sami"@it,
        "サーミ語"@ja,
        "ಸಾಮಿ ಭಾಷೆ"@kn,
        "사미어"@ko,
        "سَمی زبان"@ks,
        "Zimanên laponî"@ku,
        "Саами кывъяс"@kv,
        "Linguae Samicae"@la,
        "Samisch"@li,
        "ພາສາຊາມິ"@lo,
        "samių kalba"@lt,
        "sāmu valodas"@lv,
        "Саам йылме"@mhr,
        "самиски јазици"@mk,
        "സമി ഭാഷ"@ml,
        "सामी भाषा"@mr,
        "Sami languages (Other)"@mt,
        "ဆာမိ ဘာသာစကား"@my,
        "Саамань кельтне"@myv,
        "samisk språk"@nb,
        "Samisch"@nl,
        "samisk språk"@nn,
        "Samiske språk"@no,
        "ସାମି ଭାଷା"@or,
        "lapoński"@pl,
        "idioma sami"@pt,
        "lingua sami"@rm,
        "limbă sami"@ro,
        "саамские языки"@ru,
        "Саамнар тыллара"@sah,
        "sámegielat"@se,
        "saamský jazyk"@sk,
        "samijski jezik"@sl,
        "Сами језик"@sr,
        "Sami jezik"@sr-Latn,
        "Samiska"@sv,
        "Kisami"@swh,
        "சாமி மொழி"@ta,
        "సామి భాష"@te,
        "ภาษาซามิ"@th,
        "lea fakasami"@to,
        "Laponca"@tr,
        "саамські мови"@uk,
        "Ngôn ngữ Sami"@vi,
        "萨米语"@zh .

<http://lexvo.org/id/iso639-5/tai> a lvont:Language,
        skos:Concept ;
    lvont:iso6392BCode "tai"^^xsd:string ;
    lvont:iso639P5Code "tai"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-5/tai> ;
    owl:sameAs <http://dbpedia.org/resource/Tai_languages>,
        <http://www.mpii.de/yago/resource/Tai_languages>,
        <info:lc/vocabulary/languages/tai> ;
    skos:altLabel "Llengües tais"@ca,
        "Kam-Tai-Sprachen"@de,
        "Tai language"@en,
        "Tai languages"@en,
        "Lenguas tai"@es,
        "Langues tai"@fr,
        "langue taï"@fr,
        "tai, langues"@fr,
        "Tai jezici"@hr,
        "lingua tailandese"@it,
        "Tajų kalbos"@lt,
        "Taitalen"@nl,
        "Języki tajskie"@pl,
        "idioma tailandês"@pt,
        "idioma tailândes"@pt,
        "Тайские языки"@ru,
        "thaispråk"@sv,
        "กลุ่มภาษาไต"@th,
        "Ngôn ngữ Thái"@vi ;
    skos:definition "The Tai or Zhuang–Tai languages ( transliteration: ) are a branch of the Tai–Kadai language family. The Tai languages include the most widely spoken of the Tai–Kadai languages, including standard Thai or Siamese, the national language of Thailand; Lao or Laotian, the national language of Laos; Burma's Shan language; and Zhuang, a major language in southern Chinese province of Guangxi."@en ;
    skos:inScheme lexvo: ;
    skos:prefLabel "لغة تاي"@ar,
        "tay dili"@az,
        "мова таі"@be,
        "тайландски"@bg,
        "তাই ভাষা"@bn,
        "Yezhoù taiek"@br,
        "ताई"@brx,
        "tai jezik"@bs,
        "таи језик"@bs-Cyrl,
        "llengua tai"@ca,
        "傣语诸语言"@cmn,
        "傣語諸語言"@cmn-Hant,
        "thajské jazyky"@cs,
        "iaith Siamaidd"@cy,
        "thaisprog"@da,
        "Tai-Sprache"@de,
        "Ταϊλανδική γλώσσα"@el,
        "Tai Language"@en,
        "lengua tai"@es,
        "tai keel"@et,
        "زبان تایی"@fa,
        "thaikieli"@fi,
        "langue tai"@fr,
        "Cànan nan Tàidh"@gd,
        "Thaischpraache"@gsw,
        "તાઇ ભાષા"@gu,
        "שפת טאי"@he,
        "ताई भाषा"@hi,
        "tajski"@hr,
        "thai nyelv"@hu,
        "Rumpun Bahasa Tai"@id,
        "taímál (önnur)"@is,
        "Lingue tai"@it,
        "タイ諸語"@ja,
        "ಥಾಯ್ ಭಾಷೆ"@kn,
        "태국어 (기타)"@ko,
        "تاے زبان"@ks,
        "ພາສາໄທ"@lo,
        "tajų kalba"@lt,
        "taju valodas"@lv,
        "таи"@mk,
        "തായ് ഭാഷ"@ml,
        "ताई भाषा"@mr,
        "Tai (Oħra)"@mt,
        "တိုင် ဘာသာစကား"@my,
        "taispråk"@nb,
        "Tai-taal"@nl,
        "taispråk"@nn,
        "Tai-språk"@no,
        "Lengas tais"@oc,
        "ତାଇ ଭାଷା"@or,
        "tai"@pl,
        "Línguas tai"@pt,
        "lingua tai"@rm,
        "limbă thai"@ro,
        "тайский язык"@ru,
        "thajský jazyk"@sk,
        "tajski jezik"@sl,
        "Таи језик"@sr,
        "Tai jezik"@sr-Latn,
        "Taispråk"@sv,
        "தாய் மொழி"@ta,
        "టై భాష"@te,
        "ภาษาไท"@th,
        "Tai Dili"@tr,
        "тайські мови"@uk,
        "Ngữ chi Thái"@vi,
        "壯傣語支"@zh .

<http://lexvo.org/id/iso639-5/wak> a lvont:Language,
        skos:Concept ;
    lvont:iso6392BCode "wak"^^xsd:string ;
    lvont:iso639P5Code "wak"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-5/wak> ;
    owl:sameAs <http://dbpedia.org/resource/Wakashan_languages>,
        <http://www.mpii.de/yago/resource/Wakashan_languages>,
        <info:lc/vocabulary/languages/wak> ;
    skos:altLabel "Vakaş dilləri"@az,
        "Llengües wakash"@ca,
        "Wakash-Sprachen"@de,
        "Wakashan language"@en,
        "Wakashan languages"@en,
        "lenguas wakasha"@es,
        "Langues wakashanes"@fr,
        "langues wakashennes"@fr,
        "wakashanes, langues"@fr,
        "Wakashan"@hr,
        "Języki wakaskie"@pl,
        "Вакашские языки"@ru,
        "Вакашська мовна сім'я"@uk ;
    skos:definition "Wakashan is a family of languages spoken in British Columbia around and on Vancouver Island, and in the northwestern corner of the Olympic Peninsula of Washington state, on the south side of the Strait of Juan de Fuca."@en ;
    skos:inScheme lexvo: ;
    skos:prefLabel "اللغة الواكاشانية"@ar,
        "vakaşan dili"@az,
        "вакашански език"@bg,
        "ওয়াকাশান ভাষা"@bn,
        "Yezhoù wakachek"@br,
        "वाकाशान"@brx,
        "vakašanski jezik"@bs,
        "вакашански језик"@bs-Cyrl,
        "llengua wakash"@ca,
        "瓦卡什诸语言"@cmn,
        "瓦卡什諸語言"@cmn-Hant,
        "wakašské jazyky"@cs,
        "iaith Wacasiaidd"@cy,
        "wakashansk sprog"@da,
        "Wakashanisch"@de,
        "Γλώσσα Γουακασάν"@el,
        "Wakashan Language"@en,
        "Lenguas wakash"@es,
        "vakaši keel"@et,
        "زبان واکاشی"@fa,
        "wakashkieli"@fi,
        "langue wakashanes"@fr,
        "Wakashanisch"@gsw,
        "વાકાશન ભાષા"@gu,
        "שפת ווקשאן"@he,
        "वाकाशन भाषा"@hi,
        "wakashan"@hr,
        "vakas nyelv"@hu,
        "Rumpun Bahasa Wakasha"@id,
        "vakasmál"@is,
        "lingue wakash"@it,
        "ワカシ語族"@ja,
        "ವಾಕಾಷನ್ ಭಾಷೆ"@kn,
        "와카샨어"@ko,
        "وَکاشَن زبان"@ks,
        "ພາສາວາກາຊານ"@lo,
        "vakašan kalba"@lt,
        "vakašu valodas"@lv,
        "вакашански"@mk,
        "വകഷൻ ഭാഷകൾ"@ml,
        "वाकाशन भाषा"@mr,
        "Lingwi Wakaxani"@mt,
        "wakasjansk språk"@nb,
        "Wakashan-taal"@nl,
        "wakasjansk språk"@nn,
        "ୱାକଶନ୍ ଭାଷା"@or,
        "wakasz"@pl,
        "idioma wakashan"@pt,
        "linguas wakash"@rm,
        "limbă wakashan"@ro,
        "вакашские языки"@ru,
        "wakašský jazyk"@sk,
        "vakaški jezik"@sl,
        "Вакашански језик"@sr,
        "Vakašanski jezik"@sr-Latn,
        "wakusjiskt språk"@sv,
        "வகாஷான் மொழி"@ta,
        "వాక్షన్ భాష"@te,
        "ภาษาวากาชาน"@th,
        "Vakaşan Dilleri"@tr,
        "вакашські мови"@uk,
        "Ngôn ngữ Wakashan"@vi .

<http://lexvo.org/id/iso639-5/wen> a lvont:Language,
        skos:Concept ;
    lvont:iso6392BCode "wen"^^xsd:string ;
    lvont:iso639P5Code "wen"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-5/wen> ;
    owl:sameAs <http://dbpedia.org/resource/Sorbian_languages>,
        <http://www.mpii.de/yago/resource/Sorbian_languages>,
        <info:lc/vocabulary/languages/wen> ;
    skos:altLabel "اللغة الصربية"@ar,
        "Лужишки езици"@bg,
        "Sòrab"@ca,
        "lužickosrbské jazyky"@cs,
        "iaith Sorbaidd"@cy,
        "vendisk sprog"@da,
        "Sorbische Sprachen"@de,
        "Διάλεκτος Άνω Λουσατίας"@el,
        "Sorbian language"@en,
        "Sorbian languages"@en,
        "Lenguas sorbias"@es,
        "sorbikieli"@fi,
        "langue sorabe"@fr,
        "langue sorabes"@fr,
        "sorabes, langues"@fr,
        "שפות סורביות"@he,
        "Lužičkosrpski jezici"@hr,
        "Rumpun Bahasa Sorbia"@id,
        "Lingue lusaziane"@it,
        "ソルビア語族"@ja,
        "Sorbų kalbos"@lt,
        "Лужички јазици"@mk,
        "Sorbische taal"@nl,
        "Sorbiske språk"@nn,
        "Języki łużyckie"@pl,
        "Línguas sorábias"@pt,
        "idioma sorábio"@pt,
        "Limbi sorabe"@ro,
        "Лужицкие языки"@ru,
        "sorbi gielat"@se,
        "lužickosrbský jazyk"@sk,
        "lužiško srbski jezik"@sl,
        "Лужичкосрпски језик"@sr,
        "sorbiskt språk"@sv,
        "Sorb Dilleri"@tr,
        "Лужицькі мови"@uk,
        "Các ngôn ngữ Sorbia"@vi ;
    skos:definition "The Sorbian languages (, ) are classified under the Slavic branch of the Indo-European languages. They are the native languages of the Sorbs, a Slavic minority in the Lusatia region of eastern Germany. Historically the language has also been known as Wendish or Lusatian. Their collective ISO 639-2 code is wen. It is closely related to Polish, Kashubian, Czech and Slovak."@en ;
    skos:inScheme lexvo: ;
    skos:prefLabel "Sorbies"@af,
        "Idioma sorbio"@an,
        "لغة صوربية"@ar,
        "Sorbiu"@ast,
        "sorb dili"@az,
        "Лужыцкія мовы"@be-tarask,
        "лужишки език"@bg,
        "সোরবিয়ান ভাষা"@bn,
        "Sorabeg"@br,
        "सोर्बीयन"@brx,
        "sorbijanski jezik"@bs,
        "сорбијански језик"@bs-Cyrl,
        "sòrab"@ca,
        "索布诸语言"@cmn,
        "索布諸語言"@cmn-Hant,
        "Lužická srbština"@cs,
        "Sorbeg"@cy,
        "Vendisk"@da,
        "Sorbisch"@de,
        "Serbšćina"@dsb,
        "Σορβικές γλώσσες"@el,
        "Sorbian Language"@en,
        "Soraba lingvo"@eo,
        "lenguas sorbias"@es,
        "sorbi keel"@et,
        "زبان صُربی"@fa,
        "Sorbi"@fi,
        "Sorabe"@fr,
        "Sorbisch"@frr,
        "Sorbysk"@fy,
        "An tSoirbis"@ga,
        "Sòrbais"@gd,
        "Lingua sorabia"@gl,
        "Sorbisch"@gsw,
        "સોર્બિયન ભાષા"@gu,
        "השפה הסורבית"@he,
        "सॉर्बियन भाषा"@hi,
        "lužički"@hr,
        "Serbšćina"@hsb,
        "szorb nyelvek"@hu,
        "Bahasa Sorbia"@id,
        "sorbnesk mál"@is,
        "sorabo"@it,
        "ソルブ語"@ja,
        "Basa Sorbia"@jv,
        "სორბული ენა"@ka,
        "ಸೋರ್ಬಿಯನ್ ಭಾಷೆ"@kn,
        "소르브어"@ko,
        "سرابِیَن زبان"@ks,
        "Linguae Sorabicae"@la,
        "Sorbisch"@li,
        "ພາສາຊໍບຽນ"@lo,
        "sorbų kalba"@lt,
        "Suorbu kalba"@lt-x,
        "sorbu"@lv,
        "сорбиски"@mk,
        "സോർബിയൻ ഭാഷ"@ml,
        "Сорб хэл"@mn,
        "सॉर्बियन भाषा"@mr,
        "Lingwi Sorbjani"@mt,
        "sorbisk språk"@nb,
        "Sorbsch"@nds,
        "Sorbisch"@nl,
        "sorbisk språk"@nn,
        "Sorbisk"@no,
        "Sorab"@oc,
        "ସର୍ବିଆନ୍ ଭାଷା"@or,
        "łużycki"@pl,
        "idioma sórbio"@pt,
        "sorb"@rm,
        "limbă sorabă"@ro,
        "лужицкие языки"@ru,
        "Sorbigiella"@se,
        "Lužické jazyky"@sk,
        "Lužiščina"@sl,
        "Сорбијански језик"@sr,
        "Sorbijanski jezik"@sr-Latn,
        "Sorbisk"@stq,
        "Sorbiska"@sv,
        "சொர்பியன் மொழி"@ta,
        "సోర్బియన్ భాష"@te,
        "ภาษาซอร์บส์"@th,
        "Sorb dili"@tr,
        "лужицькі мови"@uk,
        "Ngôn ngữ Sorbia"@vi,
        "索布语"@zh .

<http://lexvo.org/id/iso639-5/ypk> a lvont:Language,
        skos:Concept ;
    lvont:iso6392BCode "ypk"^^xsd:string ;
    lvont:iso639P5Code "ypk"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-5/ypk> ;
    owl:sameAs <http://dbpedia.org/resource/Yupik_languages>,
        <http://www.mpii.de/yago/resource/Yupik_languages>,
        <info:lc/vocabulary/languages/ypk> ;
    skos:altLabel "llengua iupik"@ca,
        "Yupik language"@en,
        "Yupik languages"@en,
        "Lenguas yupik"@es,
        "Jupikkikielet"@fi,
        "Langues yupik"@fr,
        "langues yupik"@fr,
        "yupik, langues"@fr,
        "ユピック語族"@ja,
        "jupisk språk"@nn,
        "Języki jupik"@pl,
        "idioma iúpique"@pt,
        "Юпикские языки"@ru,
        "Юпікські мови"@uk ;
    skos:definition "The Yupik languages are the several distinct languages of the several Yupik (юпик) peoples of western and southcentral Alaska and northeastern Siberia. The Yupik languages differ enough from one another that speakers of different ones cannot understand each other, although they may understand the general idea of a conversation of speakers of another of the languages. One of them, Sirenik, has been a dead language since 1997."@en ;
    skos:inScheme lexvo: ;
    skos:prefLabel "اللغة اليوبيكية"@ar,
        "yupik dili"@az,
        "юпик"@bg,
        "ইয়ুপিক ভাষা"@bn,
        "युपीक भाषा"@brx,
        "jupik"@bs,
        "јупик"@bs-Cyrl,
        "Yupik"@ca,
        "尤皮克诸语言"@cmn,
        "尤皮克諸語言"@cmn-Hant,
        "yupik"@cs,
        "iaith Iwpicaidd"@cy,
        "yupisk sprog"@da,
        "Yupik-Sprache"@de,
        "Γλώσσα Γιούπικ"@el,
        "Yupik Language"@en,
        "Jupika lingvaro"@eo,
        "lenguas yupik"@es,
        "jupiki keel"@et,
        "زبان یوپیکی"@fa,
        "jupikkikieli"@fi,
        "langue yupik"@fr,
        "Jupik spriaken"@frr,
        "Yupik-Schpraach"@gsw,
        "યૂપિક ભાષા"@gu,
        "השפה היופית"@he,
        "यूपिक भाषा"@hi,
        "yupik"@hr,
        "jupik nyelv"@hu,
        "Rumpun Bahasa Yupik"@id,
        "júpísk mál"@is,
        "lingue yupik"@it,
        "ユピック語"@ja,
        "ಯೂಪಿಕ್ ಭಾಷೆ"@kn,
        "야픽어"@ko,
        "یُپِک زبان"@ks,
        "ພາສາຢູປິດ"@lo,
        "jupik kalba"@lt,
        "jopiku valodas"@lv,
        "јуписки јазици"@mk,
        "യുപിക്"@ml,
        "यूपिक भाषा"@mr,
        "Lingwi Jupiċi"@mt,
        "jupisk språk"@nb,
        "Yupik-talen"@nl,
        "Yupik-språk"@nn,
        "Yupik-språk"@no,
        "Lengas yupik"@oc,
        "ୟୁପିକ୍ ଭାଷା"@or,
        "jupik"@pl,
        "Línguas yupik"@pt,
        "Yupik simi"@qu,
        "linguas yupik"@rm,
        "limbă yupik"@ro,
        "юпикский язык"@ru,
        "juitsko-jupický jazyk"@sk,
        "jupiški jezik"@sl,
        "Јупик"@sr,
        "Jupik"@sr-Latn,
        "eskimåspråk"@sv,
        "யுபிக் மொழி"@ta,
        "యుపిక్ భాష"@te,
        "ภาษาอูย์ปิค"@th,
        "Yupik Dili"@tr,
        "Юпик кылъёс"@udm,
        "юпік мови"@uk,
        "Tiếng Yupik"@vi .

<http://lexvo.org/id/iso639-5/znd> a lvont:Language,
        skos:Concept ;
    lvont:iso6392BCode "znd"^^xsd:string ;
    lvont:iso639P5Code "znd"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-5/znd> ;
    owl:sameAs <http://dbpedia.org/resource/Zande_languages>,
        <http://www.mpii.de/yago/resource/Zande_languages>,
        <info:lc/vocabulary/languages/znd> ;
    skos:altLabel "Zande language"@en,
        "Zande languages"@en,
        "langue zandé"@fr,
        "zandé, langues"@fr,
        "Занде-јазици"@mk ;
    skos:definition "The Zande languages are half a dozen closely related Ubangian languages of the Central African Republic, the Democratic Republic of the Congo, and South Sudan. The most popular language is Zande itself, with over a million speakers."@en ;
    skos:inScheme lexvo: ;
    skos:prefLabel "الزاند"@ar,
        "zande dili"@az,
        "занде"@bg,
        "জান্ডে"@bn,
        "ज़ांडे"@brx,
        "zande"@bs,
        "занде"@bs-Cyrl,
        "zande"@ca,
        "赞德文"@cmn,
        "贊德文"@cmn-Hant,
        "zandština"@cs,
        "Zandeg"@cy,
        "zande"@da,
        "Zande-Sprache"@de,
        "Ζάντε"@el,
        "Zande"@en,
        "zande"@es,
        "zande"@et,
        "زانده‌ای"@fa,
        "zandekieli"@fi,
        "zandé"@fr,
        "Zande-Schpraach"@gsw,
        "ઝન્ડે"@gu,
        "זאנדה"@he,
        "ज़न्डे"@hi,
        "zande"@hr,
        "zande"@hu,
        "Zande"@id,
        "sande"@is,
        "zande"@it,
        "ザンデ語"@ja,
        "ಝಂಡೇ"@kn,
        "아잔데족어"@ko,
        "زینڑیے"@ks,
        "ແຊນເດ"@lo,
        "zande"@lt,
        "zandē"@lv,
        "зандиски"@mk,
        "സാന്ദെ"@ml,
        "झन्डे"@mr,
        "Żande"@mt,
        "zande"@nb,
        "Zande"@nl,
        "zande"@nn,
        "ଜାଣ୍ଡେ"@or,
        "azande"@pl,
        "zande"@pt,
        "zande"@rm,
        "zande"@ro,
        "занде"@ru,
        "zandský jazyk"@sk,
        "zandejščina"@sl,
        "Занде"@sr,
        "Zande"@sr-Latn,
        "zandé"@sv,
        "Kizande"@swh,
        "ஜான்டே"@ta,
        "జండే"@te,
        "ซันเด"@th,
        "Zande"@tr,
        "занде"@uk,
        "Tiếng Zande"@vi .

<http://lexvo.org/id/kangxi-radical/103> a lvont:CJKRadical ;
    lvont:label <http://lexvo.org/id/char/24D13>,
        <http://lexvo.org/id/char/24D14>,
        <http://lexvo.org/id/char/2F66>,
        <http://lexvo.org/id/char/758B> .

<http://lexvo.org/id/kangxi-radical/113> a lvont:CJKRadical ;
    lvont:label <http://lexvo.org/id/char/25605>,
        <http://lexvo.org/id/char/2F70>,
        <http://lexvo.org/id/char/793A>,
        <http://lexvo.org/id/char/793B> .

<http://lexvo.org/id/kangxi-radical/124> a lvont:CJKRadical ;
    lvont:label <http://lexvo.org/id/char/263F2>,
        <http://lexvo.org/id/char/2F7B>,
        <http://lexvo.org/id/char/7FBD>,
        <http://lexvo.org/id/char/FA1E> .

<http://lexvo.org/id/kangxi-radical/129> a lvont:CJKRadical ;
    lvont:label <http://lexvo.org/id/char/26612>,
        <http://lexvo.org/id/char/2F80>,
        <http://lexvo.org/id/char/807F>,
        <http://lexvo.org/id/char/8080> .

<http://lexvo.org/id/kangxi-radical/131> a lvont:CJKRadical ;
    lvont:label <http://lexvo.org/id/char/268DD>,
        <http://lexvo.org/id/char/268DE>,
        <http://lexvo.org/id/char/2F82>,
        <http://lexvo.org/id/char/81E3> .

<http://lexvo.org/id/kangxi-radical/133> a lvont:CJKRadical ;
    lvont:label <http://lexvo.org/id/char/26933>,
        <http://lexvo.org/id/char/26934>,
        <http://lexvo.org/id/char/2F84>,
        <http://lexvo.org/id/char/81F3> .

<http://lexvo.org/id/kangxi-radical/145> a lvont:CJKRadical ;
    lvont:label <http://lexvo.org/id/char/27607>,
        <http://lexvo.org/id/char/2F90>,
        <http://lexvo.org/id/char/8863>,
        <http://lexvo.org/id/char/8864> .

<http://lexvo.org/id/kangxi-radical/146> a lvont:CJKRadical ;
    lvont:label <http://lexvo.org/id/char/2F91>,
        <http://lexvo.org/id/char/897E>,
        <http://lexvo.org/id/char/897F>,
        <http://lexvo.org/id/char/8980> .

<http://lexvo.org/id/kangxi-radical/152> a lvont:CJKRadical ;
    lvont:label <http://lexvo.org/id/char/27C27>,
        <http://lexvo.org/id/char/27C28>,
        <http://lexvo.org/id/char/2F97>,
        <http://lexvo.org/id/char/8C55> .

<http://lexvo.org/id/kangxi-radical/154> a lvont:CJKRadical ;
    lvont:label <http://lexvo.org/id/char/2EC9>,
        <http://lexvo.org/id/char/2F99>,
        <http://lexvo.org/id/char/8C9D>,
        <http://lexvo.org/id/char/8D1D> .

<http://lexvo.org/id/kangxi-radical/156> a lvont:CJKRadical ;
    lvont:label <http://lexvo.org/id/char/27E86>,
        <http://lexvo.org/id/char/2F9B>,
        <http://lexvo.org/id/char/8D70>,
        <http://lexvo.org/id/char/8D71> .

<http://lexvo.org/id/kangxi-radical/16> a lvont:CJKRadical ;
    lvont:label <http://lexvo.org/id/char/20627>,
        <http://lexvo.org/id/char/20628>,
        <http://lexvo.org/id/char/2F0F>,
        <http://lexvo.org/id/char/51E0> .

<http://lexvo.org/id/kangxi-radical/170> a lvont:CJKRadical ;
    lvont:label <http://lexvo.org/id/char/28E0F>,
        <http://lexvo.org/id/char/2FA9>,
        <http://lexvo.org/id/char/961C>,
        <http://lexvo.org/id/char/961D> .

<http://lexvo.org/id/kangxi-radical/176> a lvont:CJKRadical ;
    lvont:label <http://lexvo.org/id/char/20691>,
        <http://lexvo.org/id/char/2FAF>,
        <http://lexvo.org/id/char/9762>,
        <http://lexvo.org/id/char/9763> .

<http://lexvo.org/id/kangxi-radical/178> a lvont:CJKRadical ;
    lvont:label <http://lexvo.org/id/char/2ED9>,
        <http://lexvo.org/id/char/2FB1>,
        <http://lexvo.org/id/char/97CB>,
        <http://lexvo.org/id/char/97E6> .

<http://lexvo.org/id/kangxi-radical/183> a lvont:CJKRadical ;
    lvont:label <http://lexvo.org/id/char/29671>,
        <http://lexvo.org/id/char/2EDC>,
        <http://lexvo.org/id/char/2FB6>,
        <http://lexvo.org/id/char/98DB> .

<http://lexvo.org/id/kangxi-radical/191> a lvont:CJKRadical ;
    lvont:label <http://lexvo.org/id/char/29C0A>,
        <http://lexvo.org/id/char/29C0B>,
        <http://lexvo.org/id/char/2FBE>,
        <http://lexvo.org/id/char/9B25> .

<http://lexvo.org/id/kangxi-radical/196> a lvont:CJKRadical ;
    lvont:label <http://lexvo.org/id/char/2EE6>,
        <http://lexvo.org/id/char/2FC3>,
        <http://lexvo.org/id/char/9CE5>,
        <http://lexvo.org/id/char/9E1F> .

<http://lexvo.org/id/kangxi-radical/197> a lvont:CJKRadical ;
    lvont:label <http://lexvo.org/id/char/209F8>,
        <http://lexvo.org/id/char/2EE7>,
        <http://lexvo.org/id/char/2FC4>,
        <http://lexvo.org/id/char/9E75> .

<http://lexvo.org/id/kangxi-radical/198> a lvont:CJKRadical ;
    lvont:label <http://lexvo.org/id/char/22256>,
        <http://lexvo.org/id/char/2FC5>,
        <http://lexvo.org/id/char/9E7F>,
        <http://lexvo.org/id/char/F940> .

<http://lexvo.org/id/kangxi-radical/199> a lvont:CJKRadical ;
    lvont:label <http://lexvo.org/id/char/2EE8>,
        <http://lexvo.org/id/char/2FC6>,
        <http://lexvo.org/id/char/9EA5>,
        <http://lexvo.org/id/char/9EA6> .

<http://lexvo.org/id/kangxi-radical/201> a lvont:CJKRadical ;
    lvont:label <http://lexvo.org/id/char/2EE9>,
        <http://lexvo.org/id/char/2FC8>,
        <http://lexvo.org/id/char/9EC3>,
        <http://lexvo.org/id/char/9EC4> .

<http://lexvo.org/id/kangxi-radical/203> a lvont:CJKRadical ;
    lvont:label <http://lexvo.org/id/char/2A417>,
        <http://lexvo.org/id/char/2FCA>,
        <http://lexvo.org/id/char/9ED1>,
        <http://lexvo.org/id/char/9ED2> .

<http://lexvo.org/id/kangxi-radical/205> a lvont:CJKRadical ;
    lvont:label <http://lexvo.org/id/char/2EEA>,
        <http://lexvo.org/id/char/2FCC>,
        <http://lexvo.org/id/char/9EFD>,
        <http://lexvo.org/id/char/9EFE> .

<http://lexvo.org/id/kangxi-radical/207> a lvont:CJKRadical ;
    lvont:label <http://lexvo.org/id/char/21537>,
        <http://lexvo.org/id/char/2FCE>,
        <http://lexvo.org/id/char/9F13>,
        <http://lexvo.org/id/char/9F14> .

<http://lexvo.org/id/kangxi-radical/4> a lvont:CJKRadical ;
    lvont:label <http://lexvo.org/id/char/2F03>,
        <http://lexvo.org/id/char/4E3F>,
        <http://lexvo.org/id/char/4E40>,
        <http://lexvo.org/id/char/4E41> .

<http://lexvo.org/id/kangxi-radical/49> a lvont:CJKRadical ;
    lvont:label <http://lexvo.org/id/char/2F30>,
        <http://lexvo.org/id/char/5DF1>,
        <http://lexvo.org/id/char/5DF2>,
        <http://lexvo.org/id/char/5DF3> .

<http://lexvo.org/id/kangxi-radical/57> a lvont:CJKRadical ;
    lvont:label <http://lexvo.org/id/char/22397>,
        <http://lexvo.org/id/char/22398>,
        <http://lexvo.org/id/char/2F38>,
        <http://lexvo.org/id/char/5F13> .

<http://lexvo.org/id/kangxi-radical/61> a lvont:CJKRadical ;
    lvont:label <http://lexvo.org/id/char/225A9>,
        <http://lexvo.org/id/char/2F3C>,
        <http://lexvo.org/id/char/5FC3>,
        <http://lexvo.org/id/char/5FC4> .

<http://lexvo.org/id/kangxi-radical/63> a lvont:CJKRadical ;
    lvont:label <http://lexvo.org/id/char/2F3E>,
        <http://lexvo.org/id/char/6236>,
        <http://lexvo.org/id/char/6237>,
        <http://lexvo.org/id/char/6238> .

<http://lexvo.org/id/kangxi-radical/64> a lvont:CJKRadical ;
    lvont:label <http://lexvo.org/id/char/2F3F>,
        <http://lexvo.org/id/char/624B>,
        <http://lexvo.org/id/char/624C>,
        <http://lexvo.org/id/char/624D> .

<http://lexvo.org/id/kangxi-radical/75> a lvont:CJKRadical ;
    lvont:label <http://lexvo.org/id/char/233B3>,
        <http://lexvo.org/id/char/233B4>,
        <http://lexvo.org/id/char/2F4A>,
        <http://lexvo.org/id/char/6728> .

<http://lexvo.org/id/kangxi-radical/78> a lvont:CJKRadical ;
    lvont:label <http://lexvo.org/id/char/239B5>,
        <http://lexvo.org/id/char/239B6>,
        <http://lexvo.org/id/char/2F4D>,
        <http://lexvo.org/id/char/6B79> .

<http://lexvo.org/id/kangxi-radical/80> a lvont:CJKRadical ;
    lvont:label <http://lexvo.org/id/char/23AEC>,
        <http://lexvo.org/id/char/2F4F>,
        <http://lexvo.org/id/char/6BCB>,
        <http://lexvo.org/id/char/6BCC> .

<http://lexvo.org/id/kangxi-radical/85> a lvont:CJKRadical ;
    lvont:label <http://lexvo.org/id/char/23C71>,
        <http://lexvo.org/id/char/2F54>,
        <http://lexvo.org/id/char/6C34>,
        <http://lexvo.org/id/char/6C35> .

<http://lexvo.org/id/kangxi-radical/9> a lvont:CJKRadical ;
    lvont:label <http://lexvo.org/id/char/201A2>,
        <http://lexvo.org/id/char/2F08>,
        <http://lexvo.org/id/char/4EBA>,
        <http://lexvo.org/id/char/4EBB> .

<http://lexvo.org/id/wordnet/30/noun/nahuatl_1_10_00> rdfs:label "ናዋትል"@am,
        "ناواتل"@ar,
        "Nahuatl"@ast,
        "Nawa aru"@ay,
        "Науатъл"@bg,
        "Nahouatleg"@br,
        "Nàhuatl"@ca,
        "Nahuatl"@cs,
        "Nahuatleg"@cy,
        "Nahuatl"@da,
        "Nahuatl"@de,
        "Rěc nahuatl"@dsb,
        "Ναχουάτλ γλώσσα"@el,
        "Nahuatl"@en,
        "Nahuatl language"@en,
        "Naŭatla lingvo"@eo,
        "Náhuatl"@es,
        "Nahuatl"@eu,
        "Luenga náhuatl"@ext,
        "زبان ناهواتل"@fa,
        "Nahuatl"@fi,
        "Nahuatl"@fr,
        "Nahuatl"@ga,
        "Lingua náhuatl"@gl,
        "Nahuatl"@gv,
        "נאוואטל"@he,
        "नावातल"@hi,
        "Nahuatlanski jezici"@hr,
        "Rěč nahuatl"@hsb,
        "Azték nyelv"@hu,
        "Nahuatl"@ia,
        "Bahasa Nahuatl"@id,
        "Nahúatl"@is,
        "Lingua nahuatl"@it,
        "ナワトル語"@ja,
        "나우아틀어"@ko,
        "Lingua Navatlaca"@la,
        "Nahuatlių kalba"@lt,
        "Navatlu valoda"@lv,
        "Ацтечки јазик"@mk,
        "Nāhuatlahtōlli"@nah,
        "Nahuatl-gí"@nan,
        "Nahuatl"@nl,
        "Nahuatl"@nn,
        "Nahuatl"@no,
        "Méhigo bizaad"@nv,
        "Nahuatl"@oc,
        "Język nahuatl"@pl,
        "Lenga nahuatl, classical"@pms,
        "ناهواتل"@pnb,
        "Língua náuatle"@pt,
        "Nawa simi"@qu,
        "Limba nahuatl"@ro,
        "Астекские языки"@ru,
        "Nahuatlanski jezici"@sh,
        "Nahuatl"@sk,
        "Nahuatl"@sl,
        "Наватл"@sr,
        "Nahuatl"@sv,
        "Kinahuatl"@sw,
        "நாகவற் மொழி"@ta,
        "Забони наҳуатлӣ"@tg,
        "Nahuatl dili"@tr,
        "ناخۇئاتل تىلى"@ug,
        "Науатль"@uk,
        "Nawatl"@wa,
        "納瓦特爾語"@zh ;
    lvont:label <http://lexvo.org/id/term/amh/%E1%8A%93%E1%8B%8B%E1%89%B5%E1%88%8D>,
        <http://lexvo.org/id/term/ara/%D9%86%D8%A7%D9%88%D8%A7%D8%AA%D9%84>,
        <http://lexvo.org/id/term/ast/Nahuatl>,
        <http://lexvo.org/id/term/aym/Nawa%20aru>,
        <http://lexvo.org/id/term/bre/Nahouatleg>,
        <http://lexvo.org/id/term/bul/%D0%9D%D0%B0%D1%83%D0%B0%D1%82%D1%8A%D0%BB>,
        <http://lexvo.org/id/term/cat/N%C3%A0huatl>,
        <http://lexvo.org/id/term/ces/Nahuatl>,
        <http://lexvo.org/id/term/cym/Nahuatleg>,
        <http://lexvo.org/id/term/dan/Nahuatl>,
        <http://lexvo.org/id/term/deu/Nahuatl>,
        <http://lexvo.org/id/term/dsb/R%C4%9Bc%20nahuatl>,
        <http://lexvo.org/id/term/ell/%CE%9D%CE%B1%CF%87%CE%BF%CF%85%CE%AC%CF%84%CE%BB%20%CE%B3%CE%BB%CF%8E%CF%83%CF%83%CE%B1>,
        <http://lexvo.org/id/term/eng/Nahuatl>,
        <http://lexvo.org/id/term/eng/Nahuatl%20language>,
        <http://lexvo.org/id/term/epo/Na%C5%ADatla%20lingvo>,
        <http://lexvo.org/id/term/eus/Nahuatl>,
        <http://lexvo.org/id/term/ext/Luenga%20n%C3%A1huatl>,
        <http://lexvo.org/id/term/fas/%D8%B2%D8%A8%D8%A7%D9%86%20%D9%86%D8%A7%D9%87%D9%88%D8%A7%D8%AA%D9%84>,
        <http://lexvo.org/id/term/fin/Nahuatl>,
        <http://lexvo.org/id/term/fra/Nahuatl>,
        <http://lexvo.org/id/term/gle/Nahuatl>,
        <http://lexvo.org/id/term/glg/Lingua%20n%C3%A1huatl>,
        <http://lexvo.org/id/term/glv/Nahuatl>,
        <http://lexvo.org/id/term/hbs/Nahuatlanski%20jezici>,
        <http://lexvo.org/id/term/heb/%D7%A0%D7%90%D7%95%D7%95%D7%90%D7%98%D7%9C>,
        <http://lexvo.org/id/term/hin/%E0%A4%A8%E0%A4%BE%E0%A4%B5%E0%A4%BE%E0%A4%A4%E0%A4%B2>,
        <http://lexvo.org/id/term/hrv/Nahuatlanski%20jezici>,
        <http://lexvo.org/id/term/hsb/R%C4%9B%C4%8D%20nahuatl>,
        <http://lexvo.org/id/term/hun/Azt%C3%A9k%20nyelv>,
        <http://lexvo.org/id/term/ina/Nahuatl>,
        <http://lexvo.org/id/term/ind/Bahasa%20Nahuatl>,
        <http://lexvo.org/id/term/isl/Nah%C3%BAatl>,
        <http://lexvo.org/id/term/ita/Lingua%20nahuatl>,
        <http://lexvo.org/id/term/jpn/%E3%83%8A%E3%83%AF%E3%83%88%E3%83%AB%E8%AA%9E>,
        <http://lexvo.org/id/term/kor/%EB%82%98%EC%9A%B0%EC%95%84%ED%8B%80%EC%96%B4>,
        <http://lexvo.org/id/term/lat/Lingua%20Navatlaca>,
        <http://lexvo.org/id/term/lav/Navatlu%20valoda>,
        <http://lexvo.org/id/term/lit/Nahuatli%C5%B3%20kalba>,
        <http://lexvo.org/id/term/mkd/%D0%90%D1%86%D1%82%D0%B5%D1%87%D0%BA%D0%B8%20%D1%98%D0%B0%D0%B7%D0%B8%D0%BA>,
        <http://lexvo.org/id/term/nah/N%C4%81huatlaht%C5%8Dlli>,
        <http://lexvo.org/id/term/nan/Nahuatl-g%C3%AD>,
        <http://lexvo.org/id/term/nav/M%C3%A9higo%20bizaad>,
        <http://lexvo.org/id/term/nld/Nahuatl>,
        <http://lexvo.org/id/term/nno/Nahuatl>,
        <http://lexvo.org/id/term/nor/Nahuatl>,
        <http://lexvo.org/id/term/oci/Nahuatl>,
        <http://lexvo.org/id/term/pms/Lenga%20nahuatl%2C%20classical>,
        <http://lexvo.org/id/term/pnb/%D9%86%D8%A7%D9%87%D9%88%D8%A7%D8%AA%D9%84>,
        <http://lexvo.org/id/term/pol/J%C4%99zyk%20nahuatl>,
        <http://lexvo.org/id/term/por/L%C3%ADngua%20n%C3%A1uatle>,
        <http://lexvo.org/id/term/que/Nawa%20simi>,
        <http://lexvo.org/id/term/ron/Limba%20nahuatl>,
        <http://lexvo.org/id/term/rus/%D0%90%D1%81%D1%82%D0%B5%D0%BA%D1%81%D0%BA%D0%B8%D0%B5%20%D1%8F%D0%B7%D1%8B%D0%BA%D0%B8>,
        <http://lexvo.org/id/term/slk/Nahuatl>,
        <http://lexvo.org/id/term/slv/Nahuatl>,
        <http://lexvo.org/id/term/spa/N%C3%A1huatl>,
        <http://lexvo.org/id/term/srp/%D0%9D%D0%B0%D0%B2%D0%B0%D1%82%D0%BB>,
        <http://lexvo.org/id/term/swa/Kinahuatl>,
        <http://lexvo.org/id/term/swe/Nahuatl>,
        <http://lexvo.org/id/term/tam/%E0%AE%A8%E0%AE%BE%E0%AE%95%E0%AE%B5%E0%AE%B1%E0%AF%8D%20%E0%AE%AE%E0%AF%8A%E0%AE%B4%E0%AE%BF>,
        <http://lexvo.org/id/term/tgk/%D0%97%D0%B0%D0%B1%D0%BE%D0%BD%D0%B8%20%D0%BD%D0%B0%D2%B3%D1%83%D0%B0%D1%82%D0%BB%D3%A3>,
        <http://lexvo.org/id/term/tur/Nahuatl%20dili>,
        <http://lexvo.org/id/term/uig/%D9%86%D8%A7%D8%AE%DB%87%D8%A6%D8%A7%D8%AA%D9%84%20%D8%AA%D9%89%D9%84%D9%89>,
        <http://lexvo.org/id/term/ukr/%D0%9D%D0%B0%D1%83%D0%B0%D1%82%D0%BB%D1%8C>,
        <http://lexvo.org/id/term/wln/Nawatl>,
        <http://lexvo.org/id/term/zho/%E7%B4%8D%E7%93%A6%E7%89%B9%E7%88%BE%E8%AA%9E> ;
    rdfs:comment "Nahuatl (, with stress on the first syllable) is a group of related languages and dialects of the Nahuan (traditionally called \"Aztecan\") branch of the Uto-Aztecan language family. Collectively they are spoken by an estimated Nahua people, most of whom live in Central Mexico. All Nahuan languages are indigenous to Mesoamerica."@en ;
    owl:sameAs <http://dbpedia.org/resource/Nahuatl>,
        <http://lexvo.org/id/iso639-3/nci>,
        <http://lexvo.org/id/iso639-5/nah>,
        <http://www.mpii.de/yago/resource/Nahuatl> .

<http://lexvo.org/id/iso639-3/aaa> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "aaa"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/ghot1243> ;
    owl:sameAs <http://dbpedia.org/resource/Ghotuo_language>,
        <http://www.lingvoj.org/lang/aaa>,
        <http://www.mpii.de/yago/resource/Ghotuo_language> ;
    skos:altLabel "Ghotuo language"@en ;
    skos:definition "Ghotuo (also Otwa, Otuo) is an Edoid language spoken in Edo State, mostly in the Owan and Akoko-Edo areas of Edo state, Nigeria."@en ;
    skos:inScheme lexvo: ;
    skos:notation "aaa"^^xsd:string ;
    skos:prefLabel "Ghotuo"@de,
        "Ghotuo"@en,
        "Ghotuo"@fi,
        "Ghotuo jezik"@hr,
        "Ghotuo"@nl,
        "Lenga Ghotuo"@pms .

<http://lexvo.org/id/iso639-3/aal> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "aal"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/afad1236> ;
    owl:sameAs <http://dbpedia.org/resource/Afade_language>,
        <http://www.mpii.de/yago/resource/Afade_language> ;
    skos:altLabel "Afade language"@en ;
    skos:definition "Afade is an Afro-Asiatic language spoken in eastern Nigeria and northwestern Cameroon."@en ;
    skos:inScheme lexvo: ;
    skos:notation "aal"^^xsd:string ;
    skos:prefLabel "Afadeg"@br,
        "Afade"@en,
        "Afade jezik"@hr,
        "Lenga Afade"@pms,
        "Kiafade"@sw,
        "Èdè Afade"@yo .

<http://lexvo.org/id/iso639-3/aau> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "aau"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/abau1245> ;
    owl:sameAs <http://dbpedia.org/resource/Abau_language>,
        <http://www.mpii.de/yago/resource/Abau_language> ;
    skos:altLabel "Abau language"@en ;
    skos:definition "Abau is a Papuan language spoken in the Sandaun Province of Papua New Guinea, primarily along the shores of the Sepik River."@en ;
    skos:inScheme lexvo: ;
    skos:notation "aau"^^xsd:string ;
    skos:prefLabel "Abaoeg"@br,
        "Abau"@en,
        "Lingua abau"@gl,
        "Abau jezik"@hr,
        "Abau"@nl,
        "Język abau"@pl,
        "Lenga Abau"@pms,
        "Limba abau"@ro,
        "Tok Abau"@tpi .

<http://lexvo.org/id/iso639-3/abb> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "abb"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/bank1256> ;
    owl:sameAs <http://dbpedia.org/resource/Bankon_language>,
        <http://www.mpii.de/yago/resource/Bankon_language> ;
    skos:altLabel "Bankon language"@en ;
    skos:definition "Bankon (Abo, Abaw, Bo, Bon) is a Bantu language spoken in the Moungo department of the Littoral Province of southwestern Cameroon. It has a lexical similarity of 86% with Rombi which is spoken in the nearby Meme department of Southwest Province."@en ;
    skos:inScheme lexvo: ;
    skos:notation "abb"^^xsd:string ;
    skos:prefLabel "Bankon"@de,
        "Bankon"@en,
        "Lingua abo"@gl,
        "Bankon"@hr,
        "Lenga Bankon"@pms,
        "Kibankon"@sw .

<http://lexvo.org/id/iso639-3/abe> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "abe"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/west2630> ;
    owl:sameAs <http://dbpedia.org/resource/Western_Abnaki_language>,
        <http://www.mpii.de/yago/resource/Western_Abnaki_language> ;
    skos:altLabel "Abnaki, Western"@en,
        "Western Abnaki language"@en ;
    skos:definition "Western Abnaki (also known as Abenaki or St. Francis Abenaki) is one of the World's most endangered languages. In 1991 it was spoken by 20 individuals along the St. Lawrence River between Montreal and Quebec City, who lived mostly at Odanak, the site of the former mission village of St. Francis and about 50 individuals living throughout New York state and Connecticut. It is now considered nearly extinct. However, a new generation of speakers are actively preserving and revitalizing the language. Fluent speakers Joseph Elie Joubert from the Odanak reservation and fluent speaker Jesse Bowman Bruchac lead partial immersion classes in the language across the northeast. They have also created several new books in and about the language as well as audio, video and web-based media to help others learn the language."@en ;
    skos:inScheme lexvo: ;
    skos:notation "abe"^^xsd:string ;
    skos:prefLabel "Westliche Abenaki"@de,
        "Western Abnaki"@en,
        "Zapadnoabnački jezik"@hr,
        "Lenga abnaki ossidental"@pms .

<http://lexvo.org/id/iso639-3/abi> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "abi"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/abid1235> ;
    owl:sameAs <http://dbpedia.org/resource/Abidji_language>,
        <http://www.mpii.de/yago/resource/Abidji_language> ;
    skos:altLabel "Abidji language"@en ;
    skos:definition "Abidji (Abiji) is a language of uncertain classification within the Kwa branch of the Niger–Congo family. It is spoken in Ivory Coast."@en ;
    skos:inScheme lexvo: ;
    skos:notation "abi"^^xsd:string ;
    skos:prefLabel "Abidschi"@de,
        "Abidji"@en,
        "Abidji"@fr,
        "Lingua abidji"@gl,
        "Abidji jezik"@hr,
        "Lingua abidji"@it,
        "Abidji"@nl,
        "Lenga Abidji"@pms .

<http://lexvo.org/id/iso639-3/abj> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "abj"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/akab1249> ;
    owl:sameAs <http://dbpedia.org/resource/Aka-Bea_language>,
        <http://www.mpii.de/yago/resource/Aka-Bea_language> ;
    skos:altLabel "Aka-Bea language"@en ;
    skos:definition "The Bea language, Aka-Bea, is an extinct Great Andamanese language of the Southern group. It was spoken around the western Andaman Strait and around the northern and western coast of South Andaman."@en ;
    skos:inScheme lexvo: ;
    skos:notation "abj"^^xsd:string ;
    skos:prefLabel "Aka-Bea"@en,
        "Idioma bea"@es,
        "Bea"@fi,
        "अका बिया भाषा"@hi,
        "Aka-Bea jezik"@hr,
        "Bahasa Aka-Bea"@id,
        "Lèngua Aka-Bea"@lmo,
        "अका बिया भाषा"@ne,
        "Język aka-bea"@pl,
        "Lenga aka-bea"@pms,
        "Беа"@ru .

<http://lexvo.org/id/iso639-3/abq> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "abq"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/abaz1241> ;
    owl:sameAs <http://dbpedia.org/resource/Abaza_language>,
        <http://www.mpii.de/yago/resource/Abaza_language> ;
    skos:altLabel "Abaza language"@en ;
    skos:definition "The Abaza language (Абаза Бызшва, Abaza Byzšwa) is a language of the Caucasus mountains in the Russian Karachay–Cherkess Republic by the Abazins. It consists of two dialects, the Ashkherewa dialect and the Tapanta dialect, which is the literary standard."@en ;
    skos:inScheme lexvo: ;
    skos:notation "abq"^^xsd:string ;
    skos:prefLabel "Abazyns"@af,
        "لغة أباظية"@ar,
        "Abaza dili"@az,
        "Абазински език"@bg,
        "Abazeg"@br,
        "Abazí"@ca,
        "Abasinische Sprache"@de,
        "Abaza"@en,
        "Abaza lingvo"@eo,
        "Idioma abaza"@es,
        "Abasiini keel"@et,
        "زبان آبازا"@fa,
        "Abazan kieli"@fi,
        "Abaza"@fr,
        "Lingua abaza"@gl,
        "Abazinski jezik"@hr,
        "Abaza nyelv"@hu,
        "Աբազերեն"@hy,
        "Abasínska"@is,
        "Lingua abazina"@it,
        "アバザ語"@ja,
        "აბაზური ენა"@ka,
        "Абазэбзэ"@kbd,
        "아바자어"@ko,
        "Абаза тил"@krc,
        "Абазин кыв"@kv,
        "Abazinų kalba"@lt,
        "Абазински јазик"@mk,
        "Abazijns"@nl,
        "Język abazyński"@pl,
        "Lenga Abaza"@pms,
        "Língua abaza"@pt,
        "Limba abazină"@ro,
        "Абазинский язык"@ru,
        "Abazinska"@sv,
        "ภาษาอบาซา"@th,
        "Abazaca"@tr,
        "Абазинська мова"@uk,
        "Abasiini kiil"@vro .

<http://lexvo.org/id/iso639-3/abt> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "abt"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/ambu1247> ;
    owl:sameAs <http://dbpedia.org/resource/Abelam_language>,
        <http://www.mpii.de/yago/resource/Abelam_language> ;
    skos:altLabel "Abelam language"@en ;
    skos:definition "Abelam is the most populous of the Ndu languages of Sepik River region of northern Papua New Guinea."@en ;
    skos:inScheme lexvo: ;
    skos:notation "abt"^^xsd:string ;
    skos:prefLabel "Ambulas"@en .

<http://lexvo.org/id/iso639-3/abv> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "abv"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/baha1259> ;
    owl:sameAs <http://dbpedia.org/resource/Bahrani_Arabic>,
        <http://www.mpii.de/yago/resource/Bahrani_Arabic> ;
    skos:altLabel "Arabic, Baharna"@en,
        "Bahrani Arabic"@en ;
    skos:definition "Baharna Arabic also known as Bahrani and Bahrani Arabic) is a variety of Arabic spoken by the Bahranis of Bahrain and some parts of Saudi Eastern Province, and also in Oman."@en ;
    skos:inScheme lexvo: ;
    skos:notation "abv"^^xsd:string ;
    skos:prefLabel "لهجة بحرانية"@ar,
        "Arabeg Bahrein"@br,
        "Baharna Arabic"@en,
        "Baharna arapski"@hr,
        "바레인 구어체 아랍어"@ko,
        "Бахарна арапски јазик"@mk,
        "ภาษาอาหรับบาห์เรน"@th .

<http://lexvo.org/id/iso639-3/aca> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "aca"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/acha1250> ;
    owl:sameAs <http://dbpedia.org/resource/Achawa_language>,
        <http://www.mpii.de/yago/resource/Achawa_language> ;
    skos:altLabel "Achawa language"@en ;
    skos:definition "Achagua (Achawa) is a language spoken in the Meta Department of Colombia, similar to Piapoco. It is estimated that 400 individuals speak the language, most or all of whom are trilingual in Piapoco and Spanish."@en ;
    skos:inScheme lexvo: ;
    skos:notation "aca"^^xsd:string ;
    skos:prefLabel "Achagua"@en,
        "Achagua"@fr,
        "Achagua jezik"@hr,
        "Lenga achagua"@pms .

<http://lexvo.org/id/iso639-3/aci> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "aci"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/akac1240> ;
    owl:sameAs <http://dbpedia.org/resource/Aka-Cari_language>,
        <http://www.mpii.de/yago/resource/Aka-Cari_language> ;
    skos:altLabel "Aka-Cari language"@en ;
    skos:definition "The Cari language, Aka-Cari (also known as Chariar), is an extinct Great Andamanese language, of the Northern group. It was spoken on the north coast of North Andaman and on Landfall and other nearby small islands."@en ;
    skos:inScheme lexvo: ;
    skos:notation "aci"^^xsd:string ;
    skos:prefLabel "Aka-Cari"@en,
        "Tšari"@fi,
        "Aka-Cari jezik"@hr,
        "Lèngua Aka-Cari"@lmo,
        "Lenga aka-cari"@pms,
        "Чариар"@ru,
        "Aka-Cari leid"@sco .

<http://lexvo.org/id/iso639-3/acm> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "acm"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/meso1252> ;
    owl:sameAs <http://dbpedia.org/resource/Iraqi_Arabic>,
        <http://www.mpii.de/yago/resource/Iraqi_Arabic> ;
    skos:altLabel "Arabic, Mesopotamian"@en,
        "Mesopotamian Arabic"@en ;
    skos:definition "Iraqi Arabic (also known as Mesopotamian Arabic) is a continuum of mutually intelligible Arabic varieties native to the Mesopotamian basin of Iraq as well as spanning into eastern and northern Syria, western Iran, and spoken in respective Iraqi diaspora communities."@en ;
    skos:inScheme lexvo: ;
    skos:notation "acm"^^xsd:string ;
    skos:prefLabel "لهجة عراقية"@ar,
        "Arabeg Mezopotamia"@br,
        "Irakisch-Arabisch"@de,
        "Iraqi Arabic"@en,
        "عربی عراقی"@fa,
        "Mezopotamski arapski"@hr,
        "アラビア語イラク方言"@ja,
        "Ирачки арапски јазик"@mk,
        "Dialekty mezopotamskie języka arabskiego"@pl,
        "Lenga aràbica dla Mesopotamia"@pms,
        "Árabe iraquiano"@pt,
        "Irakisk arabiska"@sv,
        "ภาษาอาหรับอิรัก"@th .

<http://lexvo.org/id/iso639-3/acv> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "acv"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/achu1247> ;
    owl:sameAs <http://dbpedia.org/resource/Achumawi_language>,
        <http://www.mpii.de/yago/resource/Achumawi_language> ;
    skos:altLabel "Achumawi language"@en ;
    skos:definition "The Achumawi language (also Achomawi or Pit River language) is the native language spoken by the Pit River people of present-day California. The term Achumawi is an anglicization of the name of the Fall River band, ajúmmááwí, from ajúmmá \"river\". Originally there were nine bands, with dialect differences among them but primarily between upriver and downriver dialects, demarcated by the Big Valley mountains east of the Fall River valley."@en ;
    skos:inScheme lexvo: ;
    skos:notation "acv"^^xsd:string ;
    skos:prefLabel "Achoumawieg"@br,
        "Achumawi"@en,
        "Achumawi"@fr,
        "Lingua achumawi"@gl,
        "Achumawi jezik"@hr,
        "Lenga achumawi"@pms .

<http://lexvo.org/id/iso639-3/acw> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "acw"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/hija1235> ;
    owl:sameAs <http://dbpedia.org/resource/Hejazi_Arabic>,
        <http://www.mpii.de/yago/resource/Hejazi_Arabic> ;
    skos:altLabel "Arabic, Hijazi"@en,
        "Hijazi Arabic"@en ;
    skos:definition "Hejazi Arabic (also known as Hijazi Arabic [ISO 639-3], West Arabian Arabic) is a variety of the Arabic language spoken in the western region of Saudi Arabia. Although, strictly speaking, there are two distinct dialects spoken in the Hejaz region, one by the bedouin and rural tribes, and another by the urban population, the term most often applies to the urban variety, spoken in cities such as Jeddah, Mecca, Yanbu, and Medina. Outside of Arabia, Urban Hejazi appears to be most closely related to the Arabic dialects of Northern Sudan and Upper Egypt (Ingham 1971)."@en ;
    skos:inScheme lexvo: ;
    skos:notation "acw"^^xsd:string ;
    skos:prefLabel "لهجة حجازية"@ar,
        "Arabeg hijaziek"@br,
        "ޙިޖާޒީ ޢަރަބި"@dv,
        "Hejazi Arabic"@en,
        "Árabe hiyazí"@es,
        "Hijazi arapski"@hr,
        "Хијазиски арапски јазик"@mk,
        "ภาษาอาหรับฮิญาซี"@th .

<http://lexvo.org/id/iso639-3/acy> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "acy"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/cypr1248> ;
    owl:sameAs <http://dbpedia.org/resource/Cypriot_Maronite_Arabic>,
        <http://www.mpii.de/yago/resource/Cypriot_Maronite_Arabic> ;
    skos:altLabel "Arabic, Cypriot"@en,
        "Cypriot Maronite Arabic"@en ;
    skos:definition "Cypriot Arabic, known as Cypriot Maronite Arabic, is a variety of Arabic spoken by the Maronite community of Cyprus. Most speakers are situated in the capital, Nicosia, while others are located in Kormakitis and Limassol. The majority of speakers are over 30 years of age, as many in the younger generations only speak Cypriot Greek, partially because of intermarriage with ethnic Greek Cypriots. The language was first introduced to the island by Maronites fleeing Syria and Lebanon in the 8th century."@en ;
    skos:inScheme lexvo: ;
    skos:notation "acy"^^xsd:string ;
    skos:prefLabel "لهجة عربية قبرصية"@ar,
        "Arabeg Kiprenez"@br,
        "Zyprisches Arabisch"@de,
        "Cypriot Arabic"@en,
        "Kormakiti"@gsw-FR,
        "Cipriotski arapski"@hr,
        "키프로스 마론파 아랍어"@ko,
        "Lenga aràbica ëd Cipro"@pms,
        "Кипрско-арабский язык"@ru,
        "ภาษาอาหรับมาโรไนต์"@th .

<http://lexvo.org/id/iso639-3/ada> a lvont:Language,
        skos:Concept ;
    lvont:isFocusOf <http://id.loc.gov/vocabulary/iso639-2/ada> ;
    lvont:iso6392BCode "ada"^^xsd:string ;
    lvont:iso6392TCode "ada"^^xsd:string ;
    lvont:iso639P3PCode "ada"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-2/ada> ;
    owl:sameAs <http://dbpedia.org/resource/Adangme_language>,
        <http://psi.oasis-open.org/iso/639/#ada>,
        <http://www.lingvoj.org/lang/ada>,
        <http://www.mpii.de/yago/resource/Adangme_language>,
        <info:lc/vocabulary/languages/ada> ;
    skos:altLabel "Adangmeg"@br,
        "Adangme"@de,
        "Adangme language"@en,
        "Adangme"@fr ;
    skos:definition "Adangme (also called Dangme), is a Kwa language spoken in south-eastern Ghana by 800,000 people. Some sources list Adangbe as another name for the same language whereas lists it as a different language in the Kwa family, and it has a separate ISO 639-3 code of adq."@en ;
    skos:inScheme lexvo: ;
    skos:notation "ada"^^xsd:string ;
    skos:prefLabel "الأدانجمية"@ar,
        "adangme dili"@az,
        "адангме"@bg,
        "অদাগ্মে"@bn,
        "adangme"@br,
        "अडांगमे"@brx,
        "adangmejski"@bs,
        "адангмејски"@bs-Cyrl,
        "adangme"@ca,
        "阿当梅文"@cmn,
        "阿當莫文"@cmn-Hant,
        "adangme"@cs,
        "adangme"@da,
        "Dangme"@de,
        "Αντάνγκμε"@el,
        "Adangme"@en,
        "adangme"@es,
        "adangme"@et,
        "آدانگمه‌ای"@fa,
        "adangme"@fi,
        "adangme"@fr,
        "Adangme"@gsw,
        "અદાંગ્મી"@gu,
        "אדנמה"@he,
        "अदान्गमे"@hi,
        "adangme"@hr,
        "adangme"@hu,
        "Adangme"@id,
        "adangme"@is,
        "adangme"@it,
        "アダングメ語"@ja,
        "ಅಡಂಗ್‌ಮೆ"@kn,
        "아당메어"@ko,
        "اَدَنٛگمیے"@ks,
        "ອາແດງມີ"@lo,
        "adangmų"@lt,
        "adangmu"@lv,
        "адангме"@mk,
        "അഡാങ്ഗമി"@ml,
        "अडांग्मे"@mr,
        "Adangme"@mt,
        "adangme"@nb,
        "Adangme"@nl,
        "adangme"@nn,
        "ଆଦାଙ୍ଗେମ୍"@or,
        "adangme"@pl,
        "Lenga Dangme"@pms,
        "adangme"@pt,
        "andangme"@rm,
        "adangme"@ro,
        "адангме"@ru,
        "adangme"@sk,
        "adangmejščina"@sl,
        "Адангмејски"@sr,
        "Adangmejski"@sr-Latn,
        "adangme"@sv,
        "Kiadangbe"@sw,
        "அதாங்மே"@ta,
        "అడాంగ్మే"@te,
        "อาแดงมี"@th,
        "Adangme"@tr,
        "адангме"@uk,
        "Tiếng Adangme"@vi .

<http://lexvo.org/id/iso639-3/adj> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "adj"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/adio1239> ;
    owl:sameAs <http://dbpedia.org/resource/Adjukru_language>,
        <http://www.mpii.de/yago/resource/Adjukru_language> ;
    skos:altLabel "Adjukru language"@en ;
    skos:definition "Adjukru (Adioukrou, Adyoukrou, Adyukru, Ajukru) is a language of uncertain classification within the Kwa branch of the Niger–Congo family. It is spoken in Ivory Coast."@en ;
    skos:inScheme lexvo: ;
    skos:notation "adj"^^xsd:string ;
    skos:prefLabel "Adiukru"@de,
        "Adioukrou"@en,
        "Adjoukrou"@fr,
        "Adioukrou jezik"@hr,
        "Lenga Adioukrou"@pms .

<http://lexvo.org/id/iso639-3/ads> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ads"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/adam1238> ;
    owl:sameAs <http://dbpedia.org/resource/Adamorobe_Sign_Language>,
        <http://www.mpii.de/yago/resource/Adamorobe_Sign_Language> ;
    skos:definition "Adamorobe Sign Language (AdaSL) is an indigenous sign language used in Adamorobe, an Akan village in eastern Ghana. It is used by about 30 deaf and 1370 hearing people.”. Ethnologue reports a total of 3,400 signers, including hearing users, but a recent census mentions a total of 1400 inhabitants."@en ;
    skos:inScheme lexvo: ;
    skos:notation "ads"^^xsd:string ;
    skos:prefLabel "Adamorobe-Gebärdensprache"@de,
        "Adamorobe Sign Language"@en,
        "Lengua de señas adamorobe"@es,
        "Adamorobe"@hr,
        "Adomoróbe-táknmál"@is,
        "アダモロベ手話"@ja,
        "Lenga dij segn adamorobe"@pms,
        "Língua Gestual de Adamorobe"@pt .

<http://lexvo.org/id/iso639-3/adt> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "adt"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/adny1235> ;
    owl:sameAs <http://dbpedia.org/resource/Adnyamathanha_language>,
        <http://www.mpii.de/yago/resource/Adnyamathanha_language> ;
    skos:altLabel "Adnyamathanha language"@en ;
    skos:definition "Adnyamathanha (many other names; see below) is a moribund Australian Aboriginal language. It is the traditional language of the Adnyamathanha people."@en ;
    skos:inScheme lexvo: ;
    skos:notation "adt"^^xsd:string ;
    skos:prefLabel "Adynyamathanha"@ca,
        "Adnyamathanha"@en,
        "Lingua adynyamathanha"@gl,
        "Adnyamathanha jezik"@hr,
        "Adnyamathanha"@nl,
        "Adnyamathanha"@sv .

<http://lexvo.org/id/iso639-3/adx> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "adx"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/amdo1237> ;
    owl:sameAs <http://dbpedia.org/resource/Amdo_Tibetan_language>,
        <http://www.mpii.de/yago/resource/Amdo_Tibetan_language> ;
    skos:altLabel "Amdo Tibetan language"@en,
        "Tibetan, Amdo"@en ;
    skos:definition "The Amdo language (; also called Am kä) is the spoken language of the majority of the people of Amdo in northeastern Tibet, in Chinese states of Qinghai and some parts of Sichuan (Aba) and Gansu (Ganlho). It is one of the four main spoken languages of Tibetan, the other three being Standard Tibetan (ü ke) Kham (kham ke) and Ladakhi (tö ke). All four main languages of Tibetan share a common written script but their spoken pronunciations, vocabularies and grammars are different. These differences may have emerged due to geographical isolation of the regions of Tibet. Unlike Khams language and standard Tibetan, Amdo language is not tonal. It retains many word-initial consonant clusters which have been lost in Central Tibetan."@en ;
    skos:inScheme lexvo: ;
    skos:notation "adx"^^xsd:string ;
    skos:prefLabel "Amdoeg"@br,
        "Amdo Tibetan"@en,
        "Amdo tibetanski jezik"@hr,
        "アムド・チベット語"@ja,
        "Język amdo"@pl,
        "Lenga Tibetan, Amdo"@pms,
        "安多方言"@zh .

<http://lexvo.org/id/iso639-3/aeb> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "aeb"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/tuni1259> ;
    owl:sameAs <http://dbpedia.org/resource/Tunisian_Arabic>,
        <http://www.mpii.de/yago/resource/Tunisian_Arabic> ;
    skos:altLabel "Arabic, Tunisian"@en ;
    skos:definition "Tunisian Arabic (locally: or derja) is a Maghrebi dialect of the Arabic language, spoken by some 11 million people. It is usually known by its own speakers as Derja, which means dialect, to distinguish it from Standard Arabic, or as Tunsi, which means Tunisian. It is spoken all over Tunisia, and merges, as part of a dialect continuum, into similar varieties in eastern Algeria and western Libya. Its morphology, syntax, pronunciation and vocabulary are quite different from Standard or Classical Arabic. Tunisian Arabic, like other Maghrebi dialects, has a vocabulary mostly Arabic, with significant Berber substrates, and many words and loanwords borrowed from Berber, French, Turkish, Italian and Spanish. Derja is mutually spoken and understood in the Maghreb countries, especially Morocco, Algeria and Tunisia, but hard to understand for orientals."@en ;
    skos:inScheme lexvo: ;
    skos:notation "aeb"^^xsd:string ;
    skos:prefLabel "Tunisian Arabic"@en .

<http://lexvo.org/id/iso639-3/aed> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "aed"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/arge1236> ;
    owl:sameAs <http://dbpedia.org/resource/Argentine_Sign_Language>,
        <http://www.mpii.de/yago/resource/Argentine_Sign_Language> ;
    skos:definition "Argentine Sign Language is used in Argentina. Deaf people attend separate schools, and use local sign languages out of class. A manual alphabet for spelling Spanish has been developed. Sign language is usually banned in the classroom, due to the belief that allowing deaf children to sign would hinder their ability to communicate with hearing people."@en ;
    skos:inScheme lexvo: ;
    skos:notation "aed"^^xsd:string ;
    skos:prefLabel "Argentine Sign Language"@en,
        "Lengua de señas argentina"@es,
        "Argentinski znakovni jezik"@hr,
        "Argentinsk tegnspråk"@no,
        "Língua gestual argentina"@pt .

<http://lexvo.org/id/iso639-3/aes> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "aes"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/alse1251> ;
    owl:sameAs <http://dbpedia.org/resource/Alsea_language>,
        <http://www.mpii.de/yago/resource/Alsea_language> ;
    skos:altLabel "Alsea language"@en ;
    skos:definition "Alsea or Alsean (also Yakonan) was two closely related speech varieties spoken along the central Oregon coast. They are sometimes taken to be different languages, but it is difficult to be sure given the poor state of attestation; Mithun (1999) believes they were probably dialects of a single language."@en ;
    skos:inScheme lexvo: ;
    skos:notation "aes"^^xsd:string ;
    skos:prefLabel "Yezhoù alseek"@br,
        "Alsea"@en,
        "Lenguas alseanas"@es,
        "Alséa"@fr,
        "Lingua alsea"@gl,
        "Alsea jezik"@hr,
        "Alsėjų kalbos"@lt,
        "Alseanske språk"@no,
        "Lenga alsea"@pms,
        "Алсейские языки"@ru .

<http://lexvo.org/id/iso639-3/aey> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "aey"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/amel1241> ;
    owl:sameAs <http://dbpedia.org/resource/Amele_language>,
        <http://www.mpii.de/yago/resource/Amele_language> ;
    skos:altLabel "Amele language"@en ;
    skos:definition "Amele (Amale) is a Papuan language of Papua New Guinea. Dialects are Huar, Jagahala, Haija."@en ;
    skos:inScheme lexvo: ;
    skos:notation "aey"^^xsd:string ;
    skos:prefLabel "Amele"@en .

<http://lexvo.org/id/iso639-3/afb> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "afb"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/gulf1241> ;
    owl:sameAs <http://dbpedia.org/resource/Gulf_Arabic>,
        <http://www.mpii.de/yago/resource/Gulf_Arabic> ;
    skos:altLabel "Arabic, Gulf"@en ;
    skos:definition "Gulf Arabic (also known as Khaliji, al-lahja al-khalijiya اللهجة الخليجية) is a variety of the Arabic language spoken around the shore of the Persian Gulf such as in Kuwait, Saudi Arabia, Bahrain, Qatar, the United Arab Emirates and Oman. Some notable characteristics that set it apart from other Arabian dialects are the presence of Persian loanwords and a pronunciation of k as ch (kalb \"dog,\" read as chalb); q as g (daqiqa \"minute,\" read as dagiga); and, in some instances, the pronunciation j as y (jeeb \"bring\" (masc), read as yeeb)."@en ;
    skos:inScheme lexvo: ;
    skos:notation "afb"^^xsd:string ;
    skos:prefLabel "لهجة خليجية"@ar,
        "Arabeg ar Pleg-mor"@br,
        "Gulf Arabic"@en,
        "عربی خلیجی"@fa,
        "Arabe du Golfe"@fr,
        "Zaljevski arapski"@hr,
        "Заливски арапски јазик"@mk,
        "Język arabski rejonu Zatoki Perskiej"@pl,
        "Gulf Arabic"@sco,
        "வளைகுடா அரபு மொழி"@ta,
        "ภาษาอาหรับอ่าว"@th .

<http://lexvo.org/id/iso639-3/afh> a lvont:Language,
        skos:Concept ;
    lvont:isFocusOf <http://id.loc.gov/vocabulary/iso639-2/afh> ;
    lvont:iso6392BCode "afh"^^xsd:string ;
    lvont:iso6392TCode "afh"^^xsd:string ;
    lvont:iso639P3PCode "afh"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-2/afh> ;
    owl:sameAs <http://dbpedia.org/resource/Afrihili>,
        <http://psi.oasis-open.org/iso/639/#afh>,
        <http://www.lingvoj.org/lang/afh>,
        <http://www.mpii.de/yago/resource/Afrihili>,
        <info:lc/vocabulary/languages/afh> ;
    skos:altLabel "الأفريهيلية"@ar,
        "Afrihili"@fi,
        "Afrihili"@fr,
        "Afrihili jezik"@hr,
        "Африхили"@ru,
        "Афрігілі"@uk ;
    skos:definition "Afrihili (Ni Afrihili Oluga the Afrihili language) is a constructed language designed in 1970 by Ghanaian historian K. A. Kumi Attobrah (Kumi Atɔbra) to be used as a lingua franca in all of Africa. The name of the language is a combination of Africa and Swahili. The author, a native of Akrokerri (Akrokɛri) in Ghana, originally conceived of the idea in 1967 while on a sea voyage from Dover to Calais. His intention was that \"it would promote unity and understanding among the different peoples of the continent, reduce costs in printing due to translations and promote trade\". It is meant to be easy for Africans to learn."@en ;
    skos:inScheme lexvo: ;
    skos:notation "afh"^^xsd:string ;
    skos:prefLabel "أفرهيلي"@ar,
        "afrihili dili"@az,
        "африхили"@bg,
        "আফ্রিহিলি"@bn,
        "afrihili"@br,
        "अफ्रीहीली"@brx,
        "afrihili"@bs,
        "африхили"@bs-Cyrl,
        "afrihili"@ca,
        "阿弗里希利文"@cmn,
        "阿弗里希利文"@cmn-Hant,
        "afrihili"@cs,
        "Affrihili"@cy,
        "afrihili"@da,
        "Afrihili"@de,
        "Αφριχίλι"@el,
        "Afrihili"@en,
        "Afrihilio"@eo,
        "afrihili"@es,
        "afrihili"@et,
        "آفریهیلی"@fa,
        "afrihili"@fi,
        "afrihili"@fr,
        "Afrihili"@gsw,
        "અફ્રિહિલી"@gu,
        "אפריהילי"@he,
        "अफ्रिहिली"@hi,
        "afrihili"@hr,
        "afrihili"@hu,
        "Afrihili"@id,
        "afríhílí"@is,
        "afrihili"@it,
        "アフリヒリ語"@ja,
        "ಆಫ್ರಿಹಿಲಿ"@kn,
        "아프리히리어"@ko,
        "اَفرِہِلی"@ks,
        "ແອຟີຮີລີ"@lo,
        "afrihili"@lt,
        "afrihili"@lv,
        "африхили"@mk,
        "ആഫ്രിഹിലി"@ml,
        "अफ्रिहिली"@mr,
        "Afriħili"@mt,
        "afrihili"@nb,
        "Afrihili"@nl,
        "afrihili"@nn,
        "Afrihili"@no,
        "Afrihili"@nov,
        "ଆଫ୍ରିହିଲି"@or,
        "afrihili"@pl,
        "afrihili"@pt,
        "afrihili"@rm,
        "afrihili"@ro,
        "африхили"@ru,
        "afrihili"@sk,
        "afrihili"@sl,
        "Африхили"@sr,
        "Afrihili"@sr-Latn,
        "afrihili"@sv,
        "அஃப்ரிஹிலி"@ta,
        "అఫ్రిహిలి"@te,
        "แอฟริฮีลี"@th,
        "Afrihili"@tr,
        "африхілі"@uk,
        "Tiếng Afrihili"@vi .

<http://lexvo.org/id/iso639-3/afn> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "afn"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/defa1248> ;
    owl:sameAs <http://dbpedia.org/resource/Defaka_language>,
        <http://www.mpii.de/yago/resource/Defaka_language> ;
    skos:altLabel "Defaka language"@en ;
    skos:definition "The Defaka language is an Ijoid branch of the Niger–Congo languages, spoken in Nigeria. It is an endangered language."@en ;
    skos:inScheme lexvo: ;
    skos:notation "afn"^^xsd:string ;
    skos:prefLabel "Defakeg"@br,
        "Defaka"@de,
        "Defaka"@en,
        "Defaka jezik"@hr,
        "Defaka"@no,
        "Lenga Defaka"@pms,
        "Дефака"@ru .

<http://lexvo.org/id/iso639-3/agd> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "agd"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/agar1252> ;
    owl:sameAs <http://dbpedia.org/resource/Agarabi_language>,
        <http://www.mpii.de/yago/resource/Agarabi_language> ;
    skos:altLabel "Agarabi language"@en ;
    skos:definition "Agarabi, also called Bare, is a Kainantu language spoken in Papua New Guinea."@en ;
    skos:inScheme lexvo: ;
    skos:notation "agd"^^xsd:string ;
    skos:prefLabel "Agarabi"@en .

<http://lexvo.org/id/iso639-3/agg> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "agg"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/ango1254> ;
    owl:sameAs <http://dbpedia.org/resource/Angor_language>,
        <http://www.mpii.de/yago/resource/Angor_language> ;
    skos:altLabel "Angor language"@en ;
    skos:definition "Angor (Anggor) Senagi is a Senagi language of Papua New Guinea."@en ;
    skos:inScheme lexvo: ;
    skos:notation "agg"^^xsd:string ;
    skos:prefLabel "Angor"@en .

<http://lexvo.org/id/iso639-3/agh> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "agh"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/ngel1238> ;
    owl:sameAs <http://dbpedia.org/resource/Ngelima_language>,
        <http://www.mpii.de/yago/resource/Ngelima_language> ;
    skos:altLabel "Ngelima language"@en ;
    skos:definition "Ngelima, or Angba (Leangba), is a Bantu language spoken in the Democratic Republic of Congo. The four dialects (Beo, Buru (Boro), Tungu, Hanga) are quite distinct, and may be separate languages."@en ;
    skos:inScheme lexvo: ;
    skos:notation "agh"^^xsd:string ;
    skos:prefLabel "Ngelima"@en .

<http://lexvo.org/id/iso639-3/agm> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "agm"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/anga1290> ;
    owl:sameAs <http://dbpedia.org/resource/Angaataha_language>,
        <http://www.mpii.de/yago/resource/Angaataha_language> ;
    skos:altLabel "Angaataha language"@en ;
    skos:definition "Angaatiha (Angaatiya, Angaataha) is the most divergent of the Angan languages of Papua New Guinea. Langimar."@en ;
    skos:inScheme lexvo: ;
    skos:notation "agm"^^xsd:string ;
    skos:prefLabel "Angaataha"@en .

<http://lexvo.org/id/iso639-3/agq> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "agq"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/aghe1239> ;
    owl:sameAs <http://dbpedia.org/resource/Aghem_language>,
        <http://www.mpii.de/yago/resource/Aghem_language> ;
    skos:altLabel "Aghem language"@en,
        "Aghem jezik"@hr ;
    skos:definition "Aghem is a Bantoid language spoken in the Wum Central Sub-division in Menchum Division of the North West Region of Cameroon in the continent of Africa. Aghem is a tribe consisting of over 60 matrilineal clans and intramarriage is forbidden among the matriclans."@en ;
    skos:inScheme lexvo: ;
    skos:notation "agq"^^xsd:string ;
    skos:prefLabel "Aghem"@agq,
        "أغم"@ar,
        "aghem"@br,
        "aghem"@ca,
        "亚罕文"@cmn,
        "亞罕文"@cmn-Hant,
        "aghem"@cs,
        "aghem"@da,
        "Aghem"@de,
        "aghemgbe"@ee,
        "Αγκέμ"@el,
        "Aghem"@en,
        "aghem"@es,
        "aghemi"@et,
        "aghem"@fi,
        "aghem"@fr,
        "Lingua aghem"@gl,
        "אהיים"@he,
        "aghem"@hr,
        "agem"@hu,
        "Aghem"@id,
        "aghem"@is,
        "aghem"@it,
        "アゲム語"@ja,
        "아그햄어"@ko,
        "ອາເຮັມ"@lo,
        "aghemų"@lt,
        "aghemu"@lv,
        "агемски"@mk,
        "aghem"@nb,
        "Aghem"@nl,
        "aghem"@nn,
        "aghem"@pl,
        "Lenga Aghem"@pms,
        "aghem"@pt,
        "aghem"@ro,
        "агхем"@ru,
        "aghem"@sk,
        "aghem"@sv,
        "Kiaghem"@sw,
        "อักเฮม"@th,
        "lea fakaʻakemi"@to,
        "Aghem"@tr,
        "агем"@uk,
        "Tiếng Aghem"@vi .

<http://lexvo.org/id/iso639-3/agx> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "agx"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/aghu1253> ;
    owl:sameAs <http://dbpedia.org/resource/Aghul_language>,
        <http://www.mpii.de/yago/resource/Aghul_language> ;
    skos:altLabel "Aghul language"@en ;
    skos:definition "Aghul, also spelled Agul, is a language spoken by the Aguls who live in southern Dagestan, Russia and in Azerbaijan. It is spoken by about 28,300 people (2002 census)."@en ;
    skos:inScheme lexvo: ;
    skos:notation "agx"^^xsd:string ;
    skos:prefLabel "Aqul dili"@az,
        "Agul"@ca,
        "Aghulische Sprache"@de,
        "Aghul"@en,
        "Agula lingvo"@eo,
        "زبان آغول"@fa,
        "Agulin kieli"@fi,
        "Agul"@fr,
        "Lingua agul"@gl,
        "Agulski jezik"@hr,
        "アグール語"@ja,
        "აღულური ენა"@ka,
        "Агулски јазик"@mk,
        "Język agulski"@pl,
        "Língua agul"@pt,
        "Агульский язык"@ru,
        "Агул тыла"@sah,
        "Agulščina"@sl,
        "Агульська мова"@uk .

<http://lexvo.org/id/iso639-3/ahg> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ahg"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/qima1242> ;
    owl:sameAs <http://dbpedia.org/resource/Qimant_language>,
        <http://www.mpii.de/yago/resource/Qimant_language> ;
    skos:altLabel "Qimant language"@en ;
    skos:definition "The Qimant language is a highly endangered language spoken by a small and elderly fraction of the Qemant people in Northern Ethiopia mainly in Chilga Woreda in Semien Gondar Zone between Gondar and Metemma."@en ;
    skos:inScheme lexvo: ;
    skos:notation "ahg"^^xsd:string ;
    skos:prefLabel "Qimant"@ca,
        "Qimant"@de,
        "Qimant"@en,
        "Qimant hizkuntza"@eu,
        "Qimant jezik"@hr,
        "Lenga Qimant"@pms .

<http://lexvo.org/id/iso639-3/ahk> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ahk"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/akha1245> ;
    owl:sameAs <http://dbpedia.org/resource/Akha_language>,
        <http://www.mpii.de/yago/resource/Akha_language> ;
    skos:altLabel "Akha language"@en ;
    skos:definition "Akha is the language spoken by the Akha people. It is sometimes considered a dialect of the Hani language spoken in China, although most speakers live in eastern Burma."@en ;
    skos:inScheme lexvo: ;
    skos:notation "ahk"^^xsd:string ;
    skos:prefLabel "Akha"@de,
        "Akha"@en,
        "Lingua akha"@gl,
        "Akha jezik"@hr,
        "Bahasa Akha"@ms,
        "Język akha"@pl,
        "Akha"@sv .

<http://lexvo.org/id/iso639-3/aia> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "aia"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/aros1241> ;
    owl:sameAs <http://dbpedia.org/resource/Arosi_language>,
        <http://www.mpii.de/yago/resource/Arosi_language> ;
    skos:altLabel "Arosi language"@en ;
    skos:definition "The Arosi language is a member of the family of San Cristobal languages, and is spoken in the northwest part of the island of Makira, formerly known as San Cristobal in the Solomon Islands. Population is 6.750."@en ;
    skos:inScheme lexvo: ;
    skos:notation "aia"^^xsd:string ;
    skos:prefLabel "Arosi"@en,
        "Arosi"@fr,
        "Arosi jezik"@hr,
        "Lenga Arosi"@pms .

<http://lexvo.org/id/iso639-3/aib> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "aib"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/ainu1251> ;
    owl:sameAs <http://dbpedia.org/resource/%C3%84ynu_language>,
        <http://www.mpii.de/yago/resource/%C3%84ynu_language> ;
    skos:altLabel "Ainu (China)"@en,
        "Äynu language"@en ;
    skos:definition "Äynu (or Aini, Ejnu, Abdal ) is a Turkic language spoken in western China known in various spelling as Aini, Aynu, Ainu, Eyni or by the Uyghur Abdal (ئابدال), in Russian sources Эйну́, Айну, Абдал, by the Chinese as Ainu. Some linguists call it a mixed language, having a mostly Turkic grammar, essentially Uyghur, but a mainly Iranian vocabulary. Other linguists argue that it does not meet the technical requirements of a mixed language. It is spoken by the Äynu, a nomadic people. The Äynu people call their language Äynú (ئەينۇ) ."@en ;
    skos:inScheme lexvo: ;
    skos:notation "aib"^^xsd:string ;
    skos:prefLabel "لغة الأبدل"@ar,
        "Ainoueg"@br,
        "Ayni tili"@crh,
        "Äynu"@de,
        "Ainu"@en,
        "Idioma aini"@es,
        "Aïnou"@fr,
        "Lingua aini"@gl,
        "Ainu"@hr,
        "Aíníska"@is,
        "Lingua aini"@it,
        "エイヌ語"@ja,
        "애이누어"@ko,
        "Аиниски јазик"@mk,
        "Lenga ainu, turkic"@pms,
        "Língua aini"@pt,
        "Айнийский язык"@ru,
        "ภาษาอายนี"@th,
        "Ainice"@tr,
        "Айнійська мова"@uk,
        "艾努语"@zh .

<http://lexvo.org/id/iso639-3/aie> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "aie"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/amar1272> ;
    owl:sameAs <http://dbpedia.org/resource/Amara_language>,
        <http://www.mpii.de/yago/resource/Amara_language> ;
    skos:altLabel "Amara language"@en ;
    skos:definition "Amara is an Austronesian language spoken by about 1200 individuals along the northwest coast of West New Britain Province, Papua New Guinea on the island of New Britain. Speakers have close to a 100% bilingualism with Bariai, and many also speak Tok Pisin."@en ;
    skos:inScheme lexvo: ;
    skos:notation "aie"^^xsd:string ;
    skos:prefLabel "Amara"@en,
        "Amara"@fr .

<http://lexvo.org/id/iso639-3/aii> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "aii"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/assy1241> ;
    owl:sameAs <http://dbpedia.org/resource/Assyrian_Neo-Aramaic>,
        <http://www.mpii.de/yago/resource/Assyrian_Neo-Aramaic> ;
    skos:altLabel "Neo-Aramaic, Assyrian"@en ;
    skos:definition "Assyrian Neo-Aramaic (also known as Assyrian, Aisorski, Assyrianci, Assyriski, Lishana Aturaya, Neo-Syriac, Sooreth, Suret, Sureth, or Suryaya Swadaya) is a Neo-Aramaic dialect, spoken by an estimated 220,000 people (1994 SIL estimate), formerly in the area between Lake Urmia, north-western Iran, and Siirt, south-eastern Turkey, but now more widely throughout the Assyrian–Chaldean–Syriac diaspora. Ethnologue estimates that as of the mid 1990s, about 80,000 speakers lived in the Assyrian homeland in the Middle East, while the majority of speakers lived abroad, most of them in the United States or in Europe. Most speakers are members of the Assyrian Church of the East and the Ancient Church of the East. Assyrian Neo-Aramaic is to a considerable extent mutually intelligible with Chaldean Neo-Aramaic and to a lesser extent with Turoyo."@en ;
    skos:inScheme lexvo: ;
    skos:notation "aii"^^xsd:string ;
    skos:prefLabel "لهجة آرامية آشورية حديثة"@ar,
        "Asoru dili"@az,
        "Aturayeg"@br,
        "Assyrisk"@da,
        "Assyrisch-Neuaramäische Sprache"@de,
        "Assyrian Neo-Aramaic"@en,
        "Neoarameo asirio"@es,
        "زبان آشوری"@fa,
        "Asirski novoaramejski"@hr,
        "Assyríska"@is,
        "アッシリア現代アラム語"@ja,
        "ასურული ენა"@ka,
        "Асириски неоарамејски јазик"@mk,
        "Język asyryjski"@pl,
        "Lenga Assira neuv aramàich"@pms,
        "اسارین نویں ارامی"@pnb,
        "Asirski novoaramejski"@sh,
        "ภาษาอราเมอิกใหม่อัสซีเรีย"@th .

<http://lexvo.org/id/iso639-3/aij> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "aij"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/lish1245> ;
    owl:sameAs <http://dbpedia.org/resource/Lishanid_Noshan>,
        <http://www.mpii.de/yago/resource/Lishanid_Noshan> ;
    skos:definition "Lishanid Noshan is a modern Jewish Aramaic language, often called Neo-Aramaic or Judeo-Aramaic. It was originally spoken in southern and eastern Iraq, in the region of Arbil. Most speakers now live in Israel. Lishanid Noshan means the language of our selves; speakers often also call it Lishana Didan, which means our language. However, as similar names are used by most of the dialects of Jewish Neo-Aramaic, scholarly sources tend to call it Arbil Jewish Neo-Aramaic. Other popular names for the language are Hulaula, Jewish, Galigalu, mine-yours (noting the difference in grammar from other dialects), and Kurdit, Kurdish'."@en ;
    skos:inScheme lexvo: ;
    skos:notation "aij"^^xsd:string ;
    skos:prefLabel "Lishanid Noshan"@en,
        "Lishanid Noshan"@hr,
        "Lishanid Noshan"@lad,
        "Lishanid Noshan"@sh,
        "ภาษาลิซานิด โนซาน"@th,
        "Lişanid Noşan"@tr .

<http://lexvo.org/id/iso639-3/akc> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "akc"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/mpur1239> ;
    owl:sameAs <http://dbpedia.org/resource/Amberbaken_language>,
        <http://www.mpii.de/yago/resource/Amberbaken_language> ;
    skos:altLabel "Amberbaken language"@en ;
    skos:definition "Amberbaken, also known as Mpur, Kebar, Ekware, and Dekwambre, is a divergent language of New Guinea. It is not closely related to any other language, and though Ross (2005) tentatively assigned it to the West Papuan languages, based on similarities in pronouns, Ethnologue (2009) removed it as a language isolate."@en ;
    skos:inScheme lexvo: ;
    skos:notation "akc"^^xsd:string ;
    skos:prefLabel "Mpur"@en .

<http://lexvo.org/id/iso639-3/ake> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ake"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/akaw1239> ;
    owl:sameAs <http://dbpedia.org/resource/Akawaio_language>,
        <http://www.mpii.de/yago/resource/Akawaio_language> ;
    skos:altLabel "Akawaio language"@en ;
    skos:definition "Akawaio is a Cariban language spoken mainly in Guyana, most commonly in the region of the Upper Mazaruni. Though many speakers don't live in villages, there are a number of population centers, notably Kamarang, Jawalla, Waramadong, and Kako. Some 6,000 people speak Akawaio. It is also spoken to a lesser extent in Venezuela."@en ;
    skos:inScheme lexvo: ;
    skos:notation "ake"^^xsd:string ;
    skos:prefLabel "Akawaieg"@br,
        "Akawaio"@de,
        "Akawaio"@en,
        "Akaŭaja lingvo"@eo,
        "Idioma akawayo"@es,
        "Lingua akawaio"@gl,
        "Akawaio jezik"@hr,
        "Akavajo"@is,
        "Akavajų kalba"@lt,
        "Akawaio"@nn,
        "Lenga akawaio"@pms .

<http://lexvo.org/id/iso639-3/akk> a lvont:Language,
        skos:Concept ;
    lvont:isFocusOf <http://id.loc.gov/vocabulary/iso639-2/akk> ;
    lvont:iso6392BCode "akk"^^xsd:string ;
    lvont:iso6392TCode "akk"^^xsd:string ;
    lvont:iso639P3PCode "akk"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-2/akk> ;
    owl:sameAs <http://dbpedia.org/resource/Akkadian_language>,
        <http://psi.oasis-open.org/iso/639/#akk>,
        <http://www.lingvoj.org/lang/akk>,
        <http://www.mpii.de/yago/resource/Akkadian_language>,
        <info:lc/vocabulary/languages/akk> ;
    skos:altLabel "لغة أكدية"@ar,
        "Akkad dili"@az,
        "Акадски език"@bg,
        "আক্কাদীয় ভাষা"@bn,
        "Akkadeg"@br,
        "Accadi"@ca,
        "Akkadština"@cs,
        "Akkadisk"@da,
        "Akkadische Sprache"@de,
        "Ακκαδική γλώσσα"@el,
        "Akkadian language"@en,
        "Idioma acadio"@es,
        "زبان اکدی"@fa,
        "Akkadin kieli"@fi,
        "Akkadien"@fr,
        "अक्कादी भाषा"@hi,
        "Akadski jezik"@hr,
        "Akkád nyelv"@hu,
        "Bahasa Akkadia"@id,
        "Akkadíska"@is,
        "Lingua accadica"@it,
        "Akadų kalba"@lt,
        "Акадски јазик"@mk,
        "അക്കാദിയൻ ഭാഷ"@ml,
        "Akkadisk"@nn,
        "Język akadyjski"@pl,
        "Língua acádia"@pt,
        "Limba akkadiană"@ro,
        "Аккадский язык"@ru,
        "Akkadčina"@sk,
        "Akkadiska"@sv,
        "அக்காத் மொழி"@ta,
        "ภาษาแอกแคด"@th,
        "Akad Dili"@tr,
        "Аккадська мова"@uk ;
    skos:definition "Akkadian (lišānum akkadītum, 𒀝𒂵𒌈 ak.kADû) (also Accadian, Assyro-Babylonian ) is an extinct Semitic language (part of the greater Afroasiatic language family) that was spoken in ancient Mesopotamia. The earliest attested Semitic language, it used the cuneiform writing system derived ultimately from ancient Sumerian, an unrelated language isolate. The name of the language is derived from the city of Akkad, a major center of Mesopotamian civilization."@en ;
    skos:inScheme lexvo: ;
    skos:notation "akk"^^xsd:string ;
    skos:prefLabel "ܠܫܢܐ ܐܟܕܝܐ"@aii,
        "አካድኛ"@am,
        "Idioma acadio"@an,
        "الأكادية"@ar,
        "akadianca"@az,
        "Akkadisch"@bar,
        "акадзкая"@be,
        "акадски"@bg,
        "আক্কাদিয়ান"@bn,
        "akadeg"@br,
        "अकाडिनी"@brx,
        "akadijski"@bs,
        "акадијски"@bs-Cyrl,
        "accadi"@ca,
        "阿卡德文"@cmn,
        "阿卡德文"@cmn-Hant,
        "akkadština"@cs,
        "Аккад чĕлхи"@cv,
        "Acadeg"@cy,
        "akkadisk"@da,
        "Akkadisch"@de,
        "Ακάντιαν"@el,
        "Akkadian"@en,
        "Akada lingvo"@eo,
        "acadio"@es,
        "akadi"@et,
        "Akadiera"@eu,
        "آکدی"@fa,
        "akkadi"@fi,
        "akkadien"@fr,
        "Akkadysk"@fy,
        "Lingua acadia"@gl,
        "Akkadisch"@gsw,
        "અક્કાદીયાન"@gu,
        "אכדית"@he,
        "अक्केदिअन"@hi,
        "akkadian"@hr,
        "akkád"@hu,
        "Աքքադերեն"@hy,
        "Akkadia"@id,
        "akkadíska"@is,
        "accado"@it,
        "アッカド語"@ja,
        "აქადური ენა"@ka,
        "ಅಕ್ಕಾಡಿಯನ್"@kn,
        "아카드어"@ko,
        "اَکادِیَن"@ks,
        "Lingua Accadica"@la,
        "Akkadisch"@li,
        "ອັກກາດຽມ"@lo,
        "akadianų"@lt,
        "akadiešu"@lv,
        "акадијски"@mk,
        "അക്കാഡിയൻ"@ml,
        "अक्कादिआन"@mr,
        "Bahasa Akkadia"@ms,
        "Akkadjen"@mt,
        "akkadisk"@nb,
        "Akkadisch"@nl,
        "akkadisk"@nn,
        "Akkadisk"@no,
        "ଆକାଡିଆନ୍"@or,
        "akadyjski"@pl,
        "اکدي ژبه"@ps,
        "acadiano"@pt,
        "accadic"@rm,
        "akkadiană"@ro,
        "аккадский"@ru,
        "Akadski jezik"@sh,
        "akkadčina"@sk,
        "akadščina"@sl,
        "Акадијски"@sr,
        "Akadijski"@sr-Latn,
        "akkadiska"@sv,
        "அக்கேதியன்"@ta,
        "అక్కాడియాన్"@te,
        "อักกาด"@th,
        "Akatça"@tr,
        "аккадська"@uk,
        "Tiếng Akkadia"@vi,
        "Akkadian"@yo,
        "阿卡德語"@zh .

<http://lexvo.org/id/iso639-3/akr> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "akr"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/arak1252> ;
    owl:sameAs <http://dbpedia.org/resource/Araki_language>,
        <http://www.mpii.de/yago/resource/Araki_language> ;
    skos:altLabel "Araki language"@en ;
    skos:definition "Araki is a nearly extinct language spoken in the small island of Araki (locally known as ), south of Espiritu Santo Island in Vanuatu. Araki is gradually being replaced by Tangoa, a language from a neighbouring island."@en ;
    skos:inScheme lexvo: ;
    skos:notation "akr"^^xsd:string ;
    skos:prefLabel "Araki"@en,
        "Idioma Araki"@es,
        "Araki"@fr,
        "Araki jezik"@hr,
        "Lenga araki"@pms .

<http://lexvo.org/id/iso639-3/akv> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "akv"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/akhv1239> ;
    owl:sameAs <http://dbpedia.org/resource/Akhvakh_language>,
        <http://www.mpii.de/yago/resource/Akhvakh_language> ;
    skos:altLabel "Akhvakh language"@en ;
    skos:definition "The Akhvakh language (alternatively spelled Akhwakh) is a Northeast Caucasian language from the Avar–Andic branch. Ethnologue lists 6500 speakers, but Magomedova and Abulaeva (2007) list 20,000 speakers of the language. Akhvakh has several dialects, though sources do not agree on the number. Ethnologue lists Kaxib, Northern Akhvakh and Southern Akhvakh (which can be further subdivided into the Tlyanub and Tsegob subdialects ). Creissels (2010) lists Northern Akhvakh and three dialects of Southern Akhvakh (Cegob, Tljanub, and Ratlub)."@en ;
    skos:inScheme lexvo: ;
    skos:notation "akv"^^xsd:string ;
    skos:prefLabel "Ac'hvac'heg"@br,
        "Akhvakh"@en,
        "Ahvahin kieli"@fi,
        "Akhvakh"@fr,
        "Lingua akhvakh"@gl,
        "Ahvahski jezik"@hr,
        "Lingua akhvakh"@it,
        "ახვახური ენა"@ka,
        "Ахвашки јазик"@mk,
        "Język achwaski"@pl,
        "Lenga Akhvakh"@pms,
        "Língua akhvakh"@pt,
        "Ахвахский язык"@ru,
        "Ахвахська мова"@uk .

<http://lexvo.org/id/iso639-3/akx> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "akx"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/akak1252> ;
    owl:sameAs <http://dbpedia.org/resource/Aka-Kede_language>,
        <http://www.mpii.de/yago/resource/Aka-Kede_language> ;
    skos:altLabel "Aka-Kede language"@en ;
    skos:definition "The Kede language, Aka-Kede, is an extinct Great Andamanese language, of the Northern group. It was spoken in the Northern section of Middle Andaman island (Justin 2000)."@en ;
    skos:inScheme lexvo: ;
    skos:notation "akx"^^xsd:string ;
    skos:prefLabel "Aka-Kede"@en,
        "Kede"@fi,
        "Aka-Kede jezik"@hr,
        "Lèngua Aka-Kede"@lmo,
        "Lenga aka-kede"@pms .

<http://lexvo.org/id/iso639-3/akz> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "akz"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/alab1237> ;
    owl:sameAs <http://dbpedia.org/resource/Alabama_language>,
        <http://www.mpii.de/yago/resource/Alabama_language> ;
    skos:altLabel "Alabama language"@en ;
    skos:definition "Alabama (also known as Alibamu) is a Native American language, spoken by the Alabama-Coushatta tribe of Texas. It was once spoken by the Alabama-Quassarte Tribal Town of Oklahoma, but there are no more Alabama speakers in Oklahoma. It is a Muskogean language, and is believed to have been related to the Muklasa and Tuskegee languages, which are no longer extant. Alabama is closely related to Koasati and Apalachee, and more distantly to other Muskogean languages like Hitchiti, Chickasaw and Choctaw."@en ;
    skos:inScheme lexvo: ;
    skos:notation "akz"^^xsd:string ;
    skos:prefLabel "Alabamaeg"@br,
        "Alabama"@cy,
        "Alabama"@en,
        "Idioma alabama"@es,
        "Alabama"@fr,
        "Lingua alabama"@gl,
        "Alabama jezik"@hr,
        "アラバマ語"@ja,
        "Alabama"@no,
        "Lenga alabama"@pms,
        "Алабамский язык"@ru .

<http://lexvo.org/id/iso639-3/alc> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "alc"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/qawa1238> ;
    owl:sameAs <http://dbpedia.org/resource/Kaw%C3%A9sqar_language>,
        <http://www.mpii.de/yago/resource/Kaw%C3%A9sqar_language> ;
    skos:altLabel "Kawésqar language"@en ;
    skos:definition "Kawésqar (also known as Qawasqar [ISO 639-3], Alacaluf, Halakwulup, Kaweskar, Alakaluf, Kawaskar, Kawesqar, Qawashqar, Halakwalip, Hekaine, Kaueskar, Aksana, Aksanás) is an Alacalufan language spoken in southern Chile by the Kawésqar people. Originally there were several distinct dialects. Kakauhua is sometimes listed as a dialect, but is usually listed as a separate language, as in ISO 639-3 and Ethnologue. The language family containing these two languages is known as Alacalufan. Only about 20 speakers remain, half of them on Wellington Island, off the southwestern coast of Chile."@en ;
    skos:inScheme lexvo: ;
    skos:notation "alc"^^xsd:string ;
    skos:prefLabel "Kawaskareg"@br,
        "Qawasqar"@en,
        "Idioma kawésqar"@es,
        "Kawésqar"@fr,
        "Qawasqar jezik"@hr,
        "Kawésqar"@nl,
        "Lenga qawasqar"@pms,
        "Língua kawésqar"@pt,
        "Qawasqar"@sv .

<http://lexvo.org/id/iso639-3/alh> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "alh"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/alaw1244> ;
    owl:sameAs <http://dbpedia.org/resource/Alawa_Language>,
        <http://www.mpii.de/yago/resource/Alawa_Language> ;
    skos:altLabel "Alawa Language"@en ;
    skos:definition "Alawa is an Indigenous Australian language spoken by the Alawa people of the Northern Territory. In 1991, it had 18 remaining speakers and 4 semi-speakers."@en ;
    skos:inScheme lexvo: ;
    skos:notation "alh"^^xsd:string ;
    skos:prefLabel "Alawa"@ca,
        "Alawa"@en .

<http://lexvo.org/id/iso639-3/alq> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "alq"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/algo1255> ;
    owl:sameAs <http://dbpedia.org/resource/Algonquin_language>,
        <http://www.mpii.de/yago/resource/Algonquin_language> ;
    skos:altLabel "Algonquin language"@en ;
    skos:definition ":For the larger language family of which Algonquin is but one member, see Algonquian languages."@en ;
    skos:inScheme lexvo: ;
    skos:notation "alq"^^xsd:string ;
    skos:prefLabel "Algonkeg"@br,
        "Algonquin"@en,
        "Algonkin"@fi,
        "Algonquin"@fr,
        "Lingua algonquina"@gl,
        "Algonquin jezik"@hr,
        "Algonkin"@no,
        "Język algonkiński"@pl,
        "Lenga algonquin"@pms,
        "Língua algonquina"@pt,
        "Алгонквинский язык"@ru,
        "Algonkinska"@sv .

<http://lexvo.org/id/iso639-3/alr> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "alr"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/alut1245> ;
    owl:sameAs <http://dbpedia.org/resource/Alyutor_language>,
        <http://www.mpii.de/yago/resource/Alyutor_language> ;
    skos:altLabel "Alyutor language"@en ;
    skos:definition "Alyutor or Alutor is a language of Russia that belongs to the Chukotkan branch of the Chukotko-Kamchatkan languages."@en ;
    skos:inScheme lexvo: ;
    skos:notation "alr"^^xsd:string ;
    skos:prefLabel "Alütor dili"@az,
        "Aloutoreg"@br,
        "Alutor"@en,
        "Alutorin kieli"@fi,
        "Alioutor"@fr,
        "Lingua alutor"@gl,
        "Alutor jezik"@hr,
        "Alutor"@is,
        "알루토르어"@ko,
        "Aliutorių kalba"@lt,
        "Aliotuoriu kalba"@lt-x,
        "Aljoetoors"@nl,
        "Język alutorski"@pl,
        "Lenga alutor"@pms,
        "Língua alutor"@pt,
        "Алюторский язык"@ru,
        "Alutor"@sv .

<http://lexvo.org/id/iso639-3/alu> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "alu"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/area1240> ;
    owl:sameAs <http://dbpedia.org/resource/'Are'are_language>,
        <http://www.mpii.de/yago/resource/'Are'are_language> ;
    skos:altLabel "'Are'are language"@en ;
    skos:definition "The Areare language is a language that is spoken by the Areare people, who live mainly on the Solomon Islands. It is spoken by 17,800, which makes them the second largest language in the Solomons after the Kwara'ae (also from Malaita). According to Ethnologue, the literacy rate is somewhere between 30-60%."@en ;
    skos:inScheme lexvo: ;
    skos:notation "alu"^^xsd:string ;
    skos:prefLabel "ʻAreʻare"@de,
        "'Are'are"@en,
        "'are'are"@fr,
        "’Are’are jezik"@hr,
        "Lenga are'are"@pms .

<http://lexvo.org/id/iso639-3/ame> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ame"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/yane1238> ;
    owl:sameAs <http://dbpedia.org/resource/Yanesha'_language>,
        <http://www.mpii.de/yago/resource/Yanesha'_language> ;
    skos:altLabel "Yanesha' language"@en ;
    skos:definition "Yanesha (; literally we the people'), also called Amuesha or Amoesha is a language spoken by the Amuesha people of Peru in central and eastern Pasco Region."@en ;
    skos:inScheme lexvo: ;
    skos:notation "ame"^^xsd:string ;
    skos:prefLabel "Yanesha'"@en,
        "Yanesha"@fr,
        "Yanesha' jezik"@hr,
        "Yanesha"@nl,
        "Lenga yanesha"@pms,
        "Yanisha simi"@qu .

<http://lexvo.org/id/iso639-3/amf> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "amf"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/hame1242> ;
    owl:sameAs <http://dbpedia.org/resource/Hamer-Banna_language>,
        <http://www.mpii.de/yago/resource/Hamer-Banna_language> ;
    skos:altLabel "Hamer-Banna language"@en ;
    skos:definition "Hamer or Hamer-Banna is an Omotic language of the Afro-Asiatic language family. It is spoken primarily in the southern part of Ethiopia by the Hamer and Banna people."@en ;
    skos:inScheme lexvo: ;
    skos:notation "amf"^^xsd:string ;
    skos:prefLabel "Idioma amer-banna"@an,
        "Hamereg"@br,
        "Hamer-Banna"@de,
        "Hamer-Banna"@en,
        "Hamer-Banna jezik"@hr,
        "Hamer-banna"@no,
        "Lenga Hamer-Banna"@pms .

<http://lexvo.org/id/iso639-3/amk> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "amk"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/amba1265> ;
    owl:sameAs <http://dbpedia.org/resource/Ambai_language>,
        <http://www.mpii.de/yago/resource/Ambai_language> ;
    skos:altLabel "Ambai language"@en ;
    skos:definition "The Ambai language is an Austronesian language spoken in Indonesian New Guinea (Papua Province), mostly on the Ambai Islands as well as the southern part of Yapen Island. The number of speakers is estimated between 7,500 – 10,000."@en ;
    skos:inScheme lexvo: ;
    skos:notation "amk"^^xsd:string ;
    skos:prefLabel "Ambai"@en,
        "Ambai"@nl .

<http://lexvo.org/id/iso639-3/amp> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "amp"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/alam1246> ;
    owl:sameAs <http://dbpedia.org/resource/Alamblak_language>,
        <http://www.mpii.de/yago/resource/Alamblak_language> ;
    skos:altLabel "Alamblak language"@en ;
    skos:definition "The Alamblak language is spoken in the Angoram District of East Sepik Province, Papua New Guinea. According to , there are 9 villages with 900 speakers on the Middle Karawari and Wagupmeri rivers, and there is another dialect of 400 speakers in 4 villages near Kuvanmas Lake."@en ;
    skos:inScheme lexvo: ;
    skos:notation "amp"^^xsd:string ;
    skos:prefLabel "Alamblakeg"@br,
        "Alamblak"@en,
        "Alamblak"@fr,
        "Lingua alamblak"@gl,
        "Alamblak jezik"@hr,
        "Bahasa Alamblak"@id,
        "Język alamblak"@pl,
        "Lenga Alamblak"@pms .

<http://lexvo.org/id/iso639-3/amr> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "amr"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/amar1274> ;
    owl:sameAs <http://dbpedia.org/resource/Amarakaeri_language>,
        <http://www.mpii.de/yago/resource/Amarakaeri_language> ;
    skos:altLabel "Amarakaeri language"@en ;
    skos:definition "Amarakaeri is an indigenous American language of the Harakmbet language family spoken in Perú along the Madre de Dios and Colorado rivers. There is less than 1% literacy compared to 5 to 15% literacy in second language Spanish. There is one dialect called Kisambaeri. It is an official language and has a dictionary. Amarakaeri speakers include the Kochimberi, Küpondirideri, Wíntaperi, Wakitaneri, and Kareneri gold panning tribes. There is a common misconception is that Amarakaeri is an Arawakan language. Alternate names include Amarakaire, Amaracaire, and Mashco; the latter of which is considered a pejorative term."@en ;
    skos:inScheme lexvo: ;
    skos:notation "amr"^^xsd:string ;
    skos:prefLabel "Amarakaeri"@de,
        "Amarakaeri"@en,
        "Amarakaeri"@es,
        "Amarakaeri jezik"@hr,
        "아마라카에리어"@ko,
        "Lenga amarakaeri"@pms,
        "Língua amarakaeri"@pt,
        "Amarakaeri"@qu .

<http://lexvo.org/id/iso639-3/amu> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "amu"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/guer1243> ;
    owl:sameAs <http://dbpedia.org/resource/Guerrero_Amuzgo_language>,
        <http://www.mpii.de/yago/resource/Guerrero_Amuzgo_language> ;
    skos:altLabel "Amuzgo, Guerrero"@en,
        "Guerrero Amuzgo language"@en ;
    skos:definition "The Amuzgo Guerrero language is an Amuzgo language spoken in southwest Guerrero state in Mexico."@en ;
    skos:inScheme lexvo: ;
    skos:notation "amu"^^xsd:string ;
    skos:prefLabel "Guerrero Amuzgo"@en .

<http://lexvo.org/id/iso639-3/ane> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ane"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/xara1244> ;
    owl:sameAs <http://dbpedia.org/resource/Xaracuu_language>,
        <http://www.mpii.de/yago/resource/Xaracuu_language> ;
    skos:altLabel "Xaracuu language"@en ;
    skos:definition "Xârâcùù is an Oceanic language spoken in New Caledonia. It has about 4,000 speakers."@en ;
    skos:inScheme lexvo: ;
    skos:notation "ane"^^xsd:string ;
    skos:prefLabel "Xârâcùù"@en,
        "Xârâcùù"@fr,
        "Lenga Xaracuu"@pms .

<http://lexvo.org/id/iso639-3/anh> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "anh"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/nend1239> ;
    owl:sameAs <http://dbpedia.org/resource/Nend_language>,
        <http://www.mpii.de/yago/resource/Nend_language> ;
    skos:altLabel "Nend language"@en ;
    skos:definition "Nend (Nent) is a Papuan language spoken by the Angaua people of Madang Province, Papua New Guinea."@en ;
    skos:inScheme lexvo: ;
    skos:notation "anh"^^xsd:string ;
    skos:prefLabel "Nend"@en .

<http://lexvo.org/id/iso639-3/ani> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ani"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/andi1255> ;
    owl:sameAs <http://dbpedia.org/resource/Andi_language>,
        <http://www.mpii.de/yago/resource/Andi_language> ;
    skos:altLabel "Andi language"@en ;
    skos:definition "The Andi language is part of the Avar–Andic branch of the Northeast Caucasian languages. The Andi population was about 8,000 in 1926. In 2002 approximately 21,800 speakers were identified. There are four dialects, Munin, Rikvani, Kvanxidatl, and Gagatl, which appear quite divergent. Speakers generally use Avar or Russian as their literary language(s)."@en ;
    skos:inScheme lexvo: ;
    skos:notation "ani"^^xsd:string ;
    skos:prefLabel "Andieg"@br,
        "Llengua andi"@ca,
        "Andische Sprache"@de,
        "Andi"@en,
        "Andin kieli"@fi,
        "Andi"@fr,
        "Andijski jezik"@hr,
        "ანდიური ენა"@ka,
        "Андски јазик"@mk,
        "Андиаг æвзаг"@os,
        "Język andyjski"@pl,
        "Lenga Andi"@pms,
        "Língua andi"@pt,
        "Андийский язык"@ru,
        "Андійська мова"@uk .

<http://lexvo.org/id/iso639-3/ank> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ank"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/goem1240> ;
    owl:sameAs <http://dbpedia.org/resource/Goemai_language>,
        <http://www.mpii.de/yago/resource/Goemai_language> ;
    skos:altLabel "Goemai language"@en ;
    skos:definition "Goemai is an Afro-Asiatic (Chadic, West Chadic A) language spoken in the Plateau state of Central Nigeria by approximately 200,000 people. Its speakers refer to themselves and their language as Goemai; in older linguistic, historical and ethnographical literature the term Ankwe has been used to refer to the people."@en ;
    skos:inScheme lexvo: ;
    skos:notation "ank"^^xsd:string ;
    skos:prefLabel "Goemaieg"@br,
        "Goemai"@de,
        "Goemai"@en,
        "Ankwé"@fr,
        "Goemai jezik"@hr,
        "Lenga Goemai"@pms .

<http://lexvo.org/id/iso639-3/ann> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ann"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/obol1243> ;
    owl:sameAs <http://dbpedia.org/resource/Obolo_language>,
        <http://www.mpii.de/yago/resource/Obolo_language> ;
    skos:altLabel "Obolo language"@en ;
    skos:definition "Obolo, or Andoni, is a major Lower Cross River language of Nigeria."@en ;
    skos:inScheme lexvo: ;
    skos:notation "ann"^^xsd:string ;
    skos:prefLabel "Obolo"@de,
        "Obolo"@en,
        "Obolo jezik"@hr,
        "Atabaskamál"@is,
        "Lenga Obolo"@pms .

<http://lexvo.org/id/iso639-3/ano> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ano"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/ando1256> ;
    owl:sameAs <http://dbpedia.org/resource/Andoque_language>,
        <http://www.mpii.de/yago/resource/Andoque_language> ;
    skos:altLabel "Andoque language"@en ;
    skos:definition "The Andoque language is an aboriginal language spoken by a few hundred Andoque in Northern South America, and is in decline."@en ;
    skos:inScheme lexvo: ;
    skos:notation "ano"^^xsd:string ;
    skos:prefLabel "Andoque"@en,
        "Idioma andoque"@es,
        "Andoke"@fr,
        "Andoque jezik"@hr,
        "Андокески јазик"@mk,
        "Lenga andoque"@pms,
        "Андоке"@ru .

<http://lexvo.org/id/iso639-3/anp> a lvont:Language,
        skos:Concept ;
    lvont:isFocusOf <http://id.loc.gov/vocabulary/iso639-2/anp> ;
    lvont:iso6392BCode "anp"^^xsd:string ;
    lvont:iso6392TCode "anp"^^xsd:string ;
    lvont:iso639P3PCode "anp"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-2/anp> ;
    owl:sameAs <http://dbpedia.org/resource/Angika_language>,
        <http://www.lingvoj.org/lang/anp>,
        <http://www.mpii.de/yago/resource/Angika_language>,
        <info:lc/vocabulary/languages/anp> ;
    skos:altLabel "আঙ্গীকা"@bn,
        "Angičtina"@cs,
        "Angika language"@en,
        "Idioma angika"@es,
        "Angika jezik"@hr,
        "Ангика"@ru,
        "ภาษาอังคิกา"@th ;
    skos:definition "Angika (Dev. अङ्गिका or अंगिका) is an Indo-Iranian language of the Anga region of India, a 58,000 km² area approx. that falls within the states of Bihar, Jharkhand and West Bengal."@en ;
    skos:inScheme lexvo: ;
    skos:notation "anp"^^xsd:string ;
    skos:prefLabel "الأنجيكا"@ar,
        "angikə dili"@az,
        "ангика"@bg,
        "আঙ্গিকা"@bn,
        "अंगीका"@brx,
        "angika"@bs,
        "ангика"@bs-Cyrl,
        "angika"@ca,
        "昂加文"@cmn,
        "昂加文"@cmn-Hant,
        "angika"@cs,
        "angika"@da,
        "Angika"@de,
        "Ανγκικά"@el,
        "Angika"@en,
        "angika"@es,
        "angika"@et,
        "آنگیکا"@fa,
        "angika"@fi,
        "angika"@fr,
        "Angika"@gsw,
        "અંગીકા"@gu,
        "אנג'יקה"@he,
        "अंगिका"@hi,
        "angika"@hr,
        "angika"@hu,
        "Angika"@id,
        "angíka"@is,
        "angika"@it,
        "アンギカ語"@ja,
        "ಆಂಗಿಕಾ"@kn,
        "앙가어"@ko,
        "اَنٛگِکا"@ks,
        "ແອນຈີກາ"@lo,
        "angikų"@lt,
        "angika"@lv,
        "ангика"@mk,
        "ആൻഗിക"@ml,
        "अंगिका"@mr,
        "Angika"@mt,
        "angika"@nb,
        "Angika"@nl,
        "angika"@nn,
        "ଅଁଗୀକା"@or,
        "angika"@pl,
        "Lenga angika"@pms,
        "angika"@pt,
        "angika"@rm,
        "angika"@ro,
        "ангика"@ru,
        "angika"@sk,
        "angikaščina"@sl,
        "Ангика"@sr,
        "Angika"@sr-Latn,
        "angika"@sv,
        "அங்கிகா"@ta,
        "ఆంగిక"@te,
        "อังคิกา"@th,
        "Angika"@tr,
        "ангіка"@uk,
        "Tiếng Angika"@vi .

<http://lexvo.org/id/iso639-3/anq> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "anq"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/jara1245> ;
    owl:sameAs <http://dbpedia.org/resource/Jarawa_language_(Andaman_Islands)>,
        <http://www.mpii.de/yago/resource/Jarawa_language_(Andaman_Islands)> ;
    skos:altLabel "Jarawa (India)"@en,
        "Jarawa language"@en ;
    skos:definition "Järawa or Jarwa is an Ongan language spoken by the Jarawa people of the interior and south central Rutland Island, central interior and south interior South Andaman Island, and the west coast of Middle Andaman Island."@en ;
    skos:inScheme lexvo: ;
    skos:notation "anq"^^xsd:string ;
    skos:prefLabel "Jarawa"@en,
        "Idioma järawa"@es,
        "Jarawa"@fi,
        "Jarawa"@hr,
        "Lèngua Jarawa"@lmo,
        "Język jarawa"@pl,
        "Lenga jarawa"@pms,
        "Джарава"@ru,
        "Jarawa leid"@sco .

<http://lexvo.org/id/iso639-3/anu> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "anu"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/anua1242> ;
    owl:sameAs <http://dbpedia.org/resource/Anuak_language>,
        <http://www.mpii.de/yago/resource/Anuak_language> ;
    skos:altLabel "Anuak language"@en ;
    skos:definition "Anuak or Anywa is a Nilotic language of the Nilo-Saharan language family. It is spoken primarily in the Western part of Ethiopia by the Anuak. Other names for this language include: Anyuak, Anywa, Yambo, Jambo, Yembo, Bar, Burjin, Miroy, Moojanga, Nuro."@en ;
    skos:inScheme lexvo: ;
    skos:notation "anu"^^xsd:string ;
    skos:prefLabel "Anuak"@en,
        "Anyua"@fr,
        "Anuak jezik"@hr,
        "Lenga Anuak"@pms,
        "Ањуак језик"@sr .

<http://lexvo.org/id/iso639-3/any> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "any"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/anyi1245> ;
    owl:sameAs <http://dbpedia.org/resource/Anyin_language>,
        <http://www.mpii.de/yago/resource/Anyin_language> ;
    skos:altLabel "Anyin language"@en ;
    skos:definition "The Anyin language is spoken principally in Côte d'Ivoire and in Ghana. It is an Akan language member of the Kwa branch of the Niger–Congo family of languages. The closest relative of Anyin is Baoulé, and it is also close to Nzema."@en ;
    skos:inScheme lexvo: ;
    skos:notation "any"^^xsd:string ;
    skos:prefLabel "Anyieg"@br,
        "Anyin"@de,
        "Anyin"@en,
        "Agni"@fr,
        "Anyin jezik"@hr,
        "アニ語"@ja,
        "Lenga Anyin"@pms,
        "Língua anyin"@pt,
        "அன்யின் மொழி"@ta .

<http://lexvo.org/id/iso639-3/anz> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "anz"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/anem1249> ;
    owl:sameAs <http://dbpedia.org/resource/An%C3%AAm_language>,
        <http://www.mpii.de/yago/resource/An%C3%AAm_language> ;
    skos:altLabel "Anêm language"@en ;
    skos:definition "The Anêm language is a language isolate spoken in five main villages along the northwestern coast of New Britain island, Papua New Guinea: Malasoŋo (where it is spoken alongside Bariai), Karaiai, Mosiliki, Pudêlîŋ, Atiatu (where it is spoken alongside Lusi) and Bolo (where it is spoken alongside a version of Aria). It is also spoken by small numbers of people, mostly of Anêm descent, scattered among the surrounding villages. There are two main dialects. Akiblîk, the dialect of Bolo was near functional extinction in 1982, the youngest speaker being about 35 years of age then. The main dialect is spoken in the other villages named above. There are about 550 speakers."@en ;
    skos:inScheme lexvo: ;
    skos:notation "anz"^^xsd:string ;
    skos:prefLabel "Anemeg"@br,
        "Anem"@en,
        "Idioma anêm"@es,
        "Anem jezik"@hr,
        "Lenga Anem"@pms,
        "Анем"@ru .

<http://lexvo.org/id/iso639-3/aoa> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "aoa"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/ango1258> ;
    owl:sameAs <http://dbpedia.org/resource/Angolar_language>,
        <http://www.mpii.de/yago/resource/Angolar_language> ;
    skos:altLabel "Angolar language"@en ;
    skos:definition "Angolar, also Ngola (Lungua N'golá) is a minority language of São Tomé and Príncipe, spoken in the southernmost towns of São Tomé Island and sparsely along the coast. It is a creole language, based partially on Portuguese with a heavy substrate of a dialect of Kimbundu (port. Quimbundo), a Bantu language from inland Angola, where a number of black slaves were taken to this island. Angolan residents and tourists speaking Portuguese and Kimbundu are surprised when they hear this Creole which is almost similar to their dialect."@en ;
    skos:inScheme lexvo: ;
    skos:notation "aoa"^^xsd:string ;
    skos:prefLabel "Angolar"@de,
        "Angolar"@en,
        "Angolara lingvo"@eo,
        "Criollo angolar"@es,
        "Angolar"@fr,
        "Angolar jezik"@hr,
        "Lenga angolar"@pms,
        "Angolar"@pt,
        "Анголар"@ru,
        "Angolar jezik"@sh .

<http://lexvo.org/id/iso639-3/aoc> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "aoc"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/pemo1248> ;
    owl:sameAs <http://dbpedia.org/resource/Pemon_language>,
        <http://www.mpii.de/yago/resource/Pemon_language> ;
    skos:altLabel "Pemon language"@en ;
    skos:definition "The Pemon language is a Native American language of the Cariban family spoken by some 30,000 Pemon people, in Venezuela's Southeast, particularly in the Canaima National Park, in the Roraima State of Brazil and in Guyana."@en ;
    skos:inScheme lexvo: ;
    skos:notation "aoc"^^xsd:string ;
    skos:prefLabel "Pemoneg"@br,
        "Pemón"@de,
        "Pemon"@en,
        "Pemona lingvo"@eo,
        "Idioma pemón"@es,
        "Arekuna"@fr,
        "Pemón"@is,
        "Pemón"@nn,
        "Lenga pemon"@pms,
        "Pemon simi"@qu,
        "Пемонский язык"@ru .

<http://lexvo.org/id/iso639-3/aoi> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "aoi"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/anin1240> ;
    owl:sameAs <http://dbpedia.org/resource/Enindhilyagwa_language>,
        <http://www.mpii.de/yago/resource/Enindhilyagwa_language> ;
    skos:altLabel "Enindhilyagwa language"@en ;
    skos:definition "Enindhilyagwa (several other names; see below) is an Australian language isolate spoken by the Warnindhilyagwa people on Groote Eylandt in the Gulf of Carpentaria in northern Australia. A 2001 Australian government identified more than one thousand speakers of the language, although there are reports of as many as three thousand. In 2008, it was cited in a study on whether humans had an innate ability to count without having words for numbers. While the Enindhilyagwa language traditionally had terms for numbers up to twenty, these are no longer known to younger speakers."@en ;
    skos:inScheme lexvo: ;
    skos:notation "aoi"^^xsd:string ;
    skos:prefLabel "Anindilyakwa"@en,
        "Anindilyakwa jezik"@hr,
        "Lingua enindhilyagwa"@it,
        "Enindhilyagwa"@no,
        "Lenga anindilyakwa"@pms,
        "Língua enindhilyagwa"@pt,
        "Энинтиляква"@ru .

<http://lexvo.org/id/iso639-3/aoz> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "aoz"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/uabm1237> ;
    owl:sameAs <http://dbpedia.org/resource/Uab_Meto_language>,
        <http://www.mpii.de/yago/resource/Uab_Meto_language> ;
    skos:altLabel "Uab Meto language"@en ;
    skos:definition "Uab Meto is an Austronesian language spoken by Atoni people of West Timor. The language has a variant spoken in the East Timorese exclave of Oecussi-Ambeno, called Baikenu. Baikenu uses words derived from Portuguese, for example, obrigadu for \"thank you\", instead of the Indonesian terima kasih."@en ;
    skos:inScheme lexvo: ;
    skos:notation "aoz"^^xsd:string ;
    skos:prefLabel "Uab Meto"@en,
        "Uab Meto"@sk .

<http://lexvo.org/id/iso639-3/apb> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "apb"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/saaa1240> ;
    owl:sameAs <http://dbpedia.org/resource/Sa'a_language>,
        <http://www.mpii.de/yago/resource/Sa'a_language> ;
    skos:altLabel "Sa'a language"@en ;
    skos:definition "Saa (also known as South Malaita and Apaeaa) is an Oceanic language spoken on Small Malaita and Ulawa Island in the Solomon Islands."@en ;
    skos:inScheme lexvo: ;
    skos:notation "apb"^^xsd:string ;
    skos:prefLabel "Sa'a"@de,
        "Sa'a"@en,
        "Sa’a"@fr,
        "Sa'a jezik"@hr,
        "Lenga Sa'a"@pms .

<http://lexvo.org/id/iso639-3/aph> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "aph"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/athp1241> ;
    owl:sameAs <http://dbpedia.org/resource/Athpare_language>,
        <http://www.mpii.de/yago/resource/Athpare_language> ;
    skos:altLabel "Athpare language"@en ;
    skos:definition "Athpare, also known as Athapre, Athpariya, Athpre, Arthare, Arthare-Khesang, or Jamindar Rai, is an eastern Kiranti language spoken by some 2,000 people living in Dhankuta district in Eastern Nepal."@en ;
    skos:inScheme lexvo: ;
    skos:notation "aph"^^xsd:string ;
    skos:prefLabel "Athpariya"@en,
        "Athpariyish"@gv,
        "Athpariya jezik"@hr .

<http://lexvo.org/id/iso639-3/apm> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "apm"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/mesc1238> ;
    owl:sameAs <http://dbpedia.org/resource/Mescalero-Chiricahua_language>,
        <http://www.mpii.de/yago/resource/Mescalero-Chiricahua_language> ;
    skos:altLabel "Apache, Mescalero-Chiricahua"@en,
        "Mescalero-Chiricahua language"@en ;
    skos:definition "Mescalero-Chiricahua (also known as Mescalero-Chiricahua Apache) is a Southern Athabaskan language spoken by the Mescalero and Chiricahua tribes in Oklahoma and New Mexico. It is related to Navajo and Western Apache. Mescalero-Chiricahua has been described in great detail by the anthropological linguist Harry Hoijer (1904–1976), especially in Hoijer & Opler (1938) and Hoijer (1946). Hoijer & Opler's Chiricahua and Mescalero Apache Texts, including a grammatical sketch and traditional religious and secular stories, has been converted into an online \"book\" available from the University of Virginia."@en ;
    skos:inScheme lexvo: ;
    skos:notation "apm"^^xsd:string ;
    skos:prefLabel "Chiricahua"@de,
        "Mescalero-Chiricahua Apache"@en,
        "Idioma mescalero-chiricahua"@es,
        "Chiricahua"@fr,
        "Mescalero-Chiricahua spriak"@frr,
        "Lenga apache, mescalero-chiricahua"@pms,
        "Meskalero-Çirikavaca"@tr .

<http://lexvo.org/id/iso639-3/apn> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "apn"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/apin1244> ;
    owl:sameAs <http://dbpedia.org/resource/Apinay%C3%A9_language>,
        <http://www.mpii.de/yago/resource/Apinay%C3%A9_language> ;
    skos:altLabel "Apinayé language"@en ;
    skos:definition "Apinayé (otherwise known as Apinagé, Apinajé) is a SOV Jê language spoken in Tocantins, Brazil by some 1200 speakers of Apinajé people."@en ;
    skos:inScheme lexvo: ;
    skos:notation "apn"^^xsd:string ;
    skos:prefLabel "Apinayé"@en,
        "Apinajé"@fr,
        "Apinayé jezik"@hr,
        "Apinajés"@pt .

<http://lexvo.org/id/iso639-3/apr> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "apr"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/arop1243> ;
    owl:sameAs <http://dbpedia.org/resource/Arop-Lokep_language>,
        <http://www.mpii.de/yago/resource/Arop-Lokep_language> ;
    skos:altLabel "Arop-Lokep language"@en ;
    skos:definition "Arop-Lokep (also spelled Arop-Lukep) is an Oceanic language spoken by 3,015 people on four islands in the Siassi chain in the Vitiaz Strait in Papua New Guinea."@en ;
    skos:inScheme lexvo: ;
    skos:notation "apr"^^xsd:string ;
    skos:prefLabel "Arop-Lokep"@en,
        "Arop-Lokep jezik"@hr,
        "Lenga Arop-Lukep"@pms .

<http://lexvo.org/id/iso639-3/apy> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "apy"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/apal1257> ;
    owl:sameAs <http://dbpedia.org/resource/Apala%C3%AD_language>,
        <http://www.mpii.de/yago/resource/Apala%C3%AD_language> ;
    skos:altLabel "Apalaí language"@en ;
    skos:definition "Apalaí is a Cariban language spoken in Brazil. Approximately 450 people speak Apalaí."@en ;
    skos:inScheme lexvo: ;
    skos:notation "apy"^^xsd:string ;
    skos:prefLabel "Apalaieg"@br,
        "Apalaí"@en,
        "Apalai"@fr,
        "𐌰𐍀𐌰𐌻𐌰𐌾𐌹𐍃𐌺𐌰 𐍂𐌰𐌶𐌳𐌰/Apalajiska razda"@got,
        "Apalaí jezik"@hr,
        "Apalaí"@is,
        "Apalai"@no,
        "Lenga apalai"@pms .

<http://lexvo.org/id/iso639-3/aqc> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "aqc"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/arch1244> ;
    owl:sameAs <http://dbpedia.org/resource/Archi_language>,
        <http://www.mpii.de/yago/resource/Archi_language> ;
    skos:altLabel "Archi language"@en ;
    skos:definition "Archi is a Northeast Caucasian language spoken by the 1,200 Archis in the village of Archib, southern Dagestan, Russia and the six surrounding smaller villages. It is used at home and the speakers have positive attitude toward it. and has a remarkable morphological system with huge paradigms and irregularities on all levels. Mathematically, there are 1,502,839 possible forms that can be derived from a single verb root."@en ;
    skos:inScheme lexvo: ;
    skos:notation "aqc"^^xsd:string ;
    skos:prefLabel "Arči"@ca,
        "Artschinische Sprache"@de,
        "Archi"@en,
        "Artšin kieli"@fi,
        "Artchi"@fr,
        "Arčinski jezik"@hr,
        "Lingua archi"@it,
        "არჩიბული ენა"@ka,
        "Арчински јазик"@mk,
        "Język arczyński"@pl,
        "Lenga Archi"@pms,
        "Língua archi"@pt,
        "Арчинский язык"@ru,
        "Арчинська мова"@uk .

<http://lexvo.org/id/iso639-3/arb> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "arb"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/stan1318> ;
    owl:sameAs <http://dbpedia.org/resource/Modern_Standard_Arabic>,
        <http://www.mpii.de/yago/resource/Modern_Standard_Arabic> ;
    skos:altLabel "Arabic, Standard"@en,
        "Modern Standard Arabic"@en ;
    skos:definition "Modern Standard Arabic (MSA; \"the most eloquent Arabic language\"), Standard Arabic, or Literary Arabic is the standard and literary variety of Arabic used in writing and in most formal speech."@en ;
    skos:inScheme lexvo: ;
    skos:notation "arb"^^xsd:string ;
    skos:prefLabel "Fus'ha"@an,
        "لغة عربية فصحى"@ar,
        "عربى قياسى حديث"@arz,
        "Arabeg unvan"@br,
        "Standard Arabic"@en,
        "Árabe estándar moderno"@es,
        "Arabe standard moderne"@fr,
        "Standardni arapski"@hr,
        "Fusha"@it,
        "フスハー"@ja,
        "Пишан арапски јазик"@mk,
        "MSA"@no,
        "Árabe moderno padrão"@pt,
        "Арабский литературный язык"@ru .

<http://lexvo.org/id/iso639-3/arc> a lvont:Language,
        skos:Concept ;
    lvont:isFocusOf <http://id.loc.gov/vocabulary/iso639-2/arc> ;
    lvont:iso6392BCode "arc"^^xsd:string ;
    lvont:iso6392TCode "arc"^^xsd:string ;
    lvont:iso639P3PCode "arc"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-2/arc> ;
    owl:sameAs <http://dbpedia.org/resource/Official_Aramaic_language>,
        <http://psi.oasis-open.org/iso/639/#arc>,
        <http://www.lingvoj.org/lang/arc>,
        <http://www.mpii.de/yago/resource/Official_Aramaic_language>,
        <info:lc/vocabulary/languages/arc> ;
    skos:altLabel "Aramaic, Imperial (700-300 BCE)"@en,
        "Aramaic, Official (700-300 BCE)"@en,
        "Imperial Aramaic"@en,
        "Imperial Aramaic (700-300 BCE)"@en,
        "Official Aramaic"@en,
        "Official Aramaic (700-300 BCE)"@en,
        "Official Aramaic language"@en,
        "araméen d'empire (700-300 BCE)"@fr ;
    skos:definition "Official Aramaic is an ancient Afro-Asiatic language spoken in the Near East between about 700 BCE and 300 BCE. It received its name from the fact that it was adopted as the administrative language of the Achaemenid Persian empire beginning about 500 BCE. It succeeded Old Aramaic."@en ;
    skos:inScheme lexvo: ;
    skos:notation "arc"^^xsd:string ;
    skos:prefLabel "Aramees"@af,
        "الآرامية"@ar,
        "aramik dili"@az,
        "арамейская"@be,
        "арамейски"@bg,
        "আরামাইক"@bn,
        "arameeg"@br,
        "अरामाईक"@brx,
        "armajski"@bs,
        "армајски"@bs-Cyrl,
        "arameu"@ca,
        "阿拉米文"@cmn,
        "阿拉米文"@cmn-Hant,
        "aramejština"@cs,
        "Aramaeg"@cy,
        "aramæisk"@da,
        "Aramäisch"@de,
        "Αραμαϊκά"@el,
        "Aramaic"@en,
        "arameo"@es,
        "aramea"@et,
        "آرامی"@fa,
        "valtakunnanaramea"@fi,
        "araméen"@fr,
        "aramaic"@fur,
        "arameo"@gl,
        "Aramääisch"@gsw,
        "અર્માઇક"@gu,
        "ארמית"@he,
        "ऐरेमेक"@hi,
        "aramejski"@hr,
        "arámi"@hu,
        "Aram"@id,
        "arameíska"@is,
        "aramaico"@it,
        "アラム語"@ja,
        "არამეული"@ka,
        "ಅರಾಮಿಕ್"@kn,
        "아람어"@ko,
        "اَرَمیک"@ks,
        "ອາລາມິກ"@lo,
        "aramaikų"@lt,
        "aramiešu"@lv,
        "арамејски"@mk,
        "അരമായഭാഷ"@ml,
        "अ‍ॅरेमाइक"@mr,
        "Aramajk"@mt,
        "arameisk"@nb,
        "Aramees"@nl,
        "arameisk"@nn,
        "ଆରାମାଇକ୍"@or,
        "aramejski"@pl,
        "aramaico"@pt,
        "arameic"@rm,
        "aramaică"@ro,
        "арамейский"@ru,
        "aramejčina"@sk,
        "aramejščina"@sl,
        "Армајски"@sr,
        "Armajski"@sr-Latn,
        "arameiska"@sv,
        "Kiaramu"@swh,
        "அராமைக்"@ta,
        "అరామేక్"@te,
        "อราเมอิก"@th,
        "Aramice"@tr,
        "арамейська"@uk,
        "Tiếng Aramaic"@vi .

<http://lexvo.org/id/iso639-3/ard> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ard"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/arab1267> ;
    owl:sameAs <http://dbpedia.org/resource/Arabana_language>,
        <http://www.mpii.de/yago/resource/Arabana_language> ;
    skos:altLabel "Arabana language"@en ;
    skos:definition "Arabana is an Australian Aboriginal language. It is one of the Karnic languages of the Pama–Nyungan family."@en ;
    skos:inScheme lexvo: ;
    skos:notation "ard"^^xsd:string ;
    skos:prefLabel "Arabana"@en,
        "Arabana jezik"@hr,
        "Lenga arabana"@pms .

<http://lexvo.org/id/iso639-3/arh> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "arh"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/arhu1242> ;
    owl:sameAs <http://dbpedia.org/resource/Arhuaco_language>,
        <http://www.mpii.de/yago/resource/Arhuaco_language> ;
    skos:altLabel "Arhuaco language"@en ;
    skos:definition "Arhuaco, oommonly known as Ika, is an Indigenous American language of the Chibchan language family, spoken in South America."@en ;
    skos:inScheme lexvo: ;
    skos:notation "arh"^^xsd:string ;
    skos:prefLabel "Arhuaco"@en,
        "Idioma arhuaco"@es,
        "Arhuaco jezik"@hr,
        "Ika"@no,
        "Lenga arhuaco"@pms,
        "Arwaku simi"@qu,
        "Аруако"@ru .

<http://lexvo.org/id/iso639-3/ari> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ari"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/arik1262> ;
    owl:sameAs <http://dbpedia.org/resource/Arikara_language>,
        <http://www.mpii.de/yago/resource/Arikara_language> ;
    skos:altLabel "Arikara language"@en ;
    skos:definition "Arikara is a Caddoan language spoken by the Arikara people, who reside primarily at Fort Berthold reservation in North Dakota. Arikara is very close to the Pawnee language, but they are not mutually intelligible."@en ;
    skos:inScheme lexvo: ;
    skos:notation "ari"^^xsd:string ;
    skos:prefLabel "Arikara"@en,
        "Arikara"@fr,
        "Arikara jezik"@hr,
        "Lenga arikara"@pms,
        "Арикара"@ru .

<http://lexvo.org/id/iso639-3/arl> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "arl"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/arab1268> ;
    owl:sameAs <http://dbpedia.org/resource/Arabela_language>,
        <http://www.mpii.de/yago/resource/Arabela_language> ;
    skos:altLabel "Arabela language"@en ;
    skos:definition "Arabela is an indigenous American language of the Zaparoan family spoken in two Peruvian villages in tropical forest along the Napo tributary of the Arabela river."@en ;
    skos:inScheme lexvo: ;
    skos:notation "arl"^^xsd:string ;
    skos:prefLabel "Arabeleg"@br,
        "Arabela"@en,
        "Idioma arabela"@es,
        "Arabela"@fr,
        "Arabela jezik"@hr,
        "Lenga arabela"@pms,
        "Língua arabela"@pt,
        "Арабела"@ru .

<http://lexvo.org/id/iso639-3/aro> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "aro"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/arao1248> ;
    owl:sameAs <http://dbpedia.org/resource/Araona_language>,
        <http://www.mpii.de/yago/resource/Araona_language> ;
    skos:altLabel "Araona language"@en ;
    skos:definition "Araona or Cavina is an indigenous language spoken by the South American Araona people; about 90% of the 90 Araona people are fluent (W. Adelaar). Use of the language amongst the tribe is considered vigorous although Spanish knowledge is increasing. The Araonans live in the headwaters of the Manupari river in northwest Bolivia. Their language has a dictionary and portions of the Bible have been translated into Araona."@en ;
    skos:inScheme lexvo: ;
    skos:notation "aro"^^xsd:string ;
    skos:prefLabel "Araona"@en,
        "Idioma araona"@es,
        "Araona"@fr,
        "Araona jezik"@hr,
        "Araonų kalba"@lt,
        "Lenga araona"@pms,
        "Араона"@ru .

<http://lexvo.org/id/iso639-3/arr> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "arr"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/karo1305> ;
    owl:sameAs <http://dbpedia.org/resource/Ramarama_language>,
        <http://www.mpii.de/yago/resource/Ramarama_language> ;
    skos:altLabel "Karo (Brazil)"@en,
        "Ramarama language"@en ;
    skos:definition "Ramarama, also known as Karo, is a Tupian language of Brazil. Besides the dialect names, it also goes by a name variously spelled Itanga, Itogapuc, Itogapúk, Ntogapid, Ntogapig."@en ;
    skos:inScheme lexvo: ;
    skos:notation "arr"^^xsd:string ;
    skos:prefLabel "Karo"@en .

<http://lexvo.org/id/iso639-3/arv> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "arv"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/arbo1245> ;
    owl:sameAs <http://dbpedia.org/resource/Arbore_language>,
        <http://www.mpii.de/yago/resource/Arbore_language> ;
    skos:altLabel "Arbore language"@en ;
    skos:definition "Arbore is an Afro-Asiatic language spoken in southern Ethiopia in a few settlements of Hamer Bena woreda near Lake Chew Bahir."@en ;
    skos:inScheme lexvo: ;
    skos:notation "arv"^^xsd:string ;
    skos:prefLabel "Arbore"@en,
        "Arbore hizkuntza"@eu,
        "Arboré"@fr,
        "Arbore jezik"@hr,
        "Lenga Arbore"@pms .

<http://lexvo.org/id/iso639-3/ary> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ary"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/moro1292> ;
    owl:sameAs <http://dbpedia.org/resource/Moroccan_Arabic>,
        <http://www.mpii.de/yago/resource/Moroccan_Arabic> ;
    skos:altLabel "Arabic, Moroccan"@en ;
    skos:definition "Moroccan Arabic (also known as Darija, الدارجة) is the variety of Arabic spoken in the Arabic-speaking areas of Morocco. For official communications, the government and other public bodies use Modern Standard Arabic, as is the case in most Arabic-speaking countries. A mixture of French and Moroccan Arabic is used in business. It is within the Maghrebi Arabic dialect continuum."@en ;
    skos:inScheme lexvo: ;
    skos:notation "ary"^^xsd:string ;
    skos:prefLabel "Arabe marroquín"@an,
        "لهجة مغربية"@ar,
        "Arabeg Maroko"@br,
        "Àrab marroquí"@ca,
        "Marokkanisch-Arabisch"@de,
        "Moroccan Arabic"@en,
        "Árabe marroquí"@es,
        "Arabe marocain"@fr,
        "ערבית מרוקאית"@he,
        "Marokanski arapski"@hr,
        "Марокански арапски јазик"@mk,
        "Marokkaans-Arabisch"@nl,
        "Marokańska odmiana języka arabskiego"@pl,
        "Lenga aràbica marochin-a"@pms,
        "Árabe marroquino"@pt,
        "Марокканский диалект арабского языка"@ru,
        "Marockansk arabiska"@sv,
        "Arabe marokin"@wa .

<http://lexvo.org/id/iso639-3/arz> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "arz"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/egyp1253> ;
    owl:sameAs <http://dbpedia.org/resource/Egyptian_Arabic>,
        <http://www.lingvoj.org/lang/arz>,
        <http://www.mpii.de/yago/resource/Egyptian_Arabic> ;
    skos:altLabel "Arabic, Egyptian"@en ;
    skos:definition "Egyptian Arabic (&lrm;, \"The Modern Egyptian Language\"; abbreviated: &lrm; ‎ \"Egyptian\") is the language spoken by contemporary Egyptians. It is more commonly known locally as the Egyptian colloquial language ( ) or Egyptian dialect ( )."@en ;
    skos:inScheme lexvo: ;
    skos:notation "arz"^^xsd:string ;
    skos:prefLabel "የምስር አረብኛ"@am,
        "Arabe echipcián"@an,
        "لهجة مصرية"@ar,
        "اللغه المصريه الحديثه"@arz,
        "Египетски арабски език"@bg,
        "Arabeg Egipt"@br,
        "Àrab egipci"@ca,
        "Ägyptisch-Arabisch"@de,
        "Egyptian Arabic"@en,
        "Masra lingvo"@eo,
        "Árabe egipcio"@es,
        "عربی مصری"@fa,
        "Arabe égyptien"@fr,
        "ערבית מצרית"@he,
        "Egipatski arapski"@hr,
        "Egyiptomi arab nyelv"@hu,
        "Arabo egiziano"@it,
        "アラビア語エジプト方言"@ja,
        "Basa Arab Mesir"@jv,
        "이집트 구어체 아랍어"@ko,
        "Egipto arabų kalba"@lt,
        "Египетски арапски јазик"@mk,
        "Bahasa Arab Mesir"@ms,
        "Dialekt egipski języka arabskiego"@pl,
        "Lenga aràbica egissian-a"@pms,
        "مصری عربی"@pnb,
        "Árabe egípcio"@pt,
        "Araba egipteană"@ro,
        "Египетский диалект арабского языка"@ru,
        "Egyptisk arabiska"@sv,
        "எகிப்திய அரபு"@ta,
        "Єгипетська арабська мова"@uk,
        "埃及阿拉伯語"@zh .

<http://lexvo.org/id/iso639-3/asa> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "asa"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/asut1235> ;
    owl:sameAs <http://dbpedia.org/resource/Pare_language>,
        <http://www.mpii.de/yago/resource/Pare_language> ;
    skos:altLabel "Asu (Tanzania)"@de,
        "Asu (Tanzania)"@en,
        "Pare language"@en,
        "Język pare"@pl,
        "asu"@pt ;
    skos:definition "Pare (Kipare), also known as Asu (Casu, Chasu, Athu, Chathu), is a Northeast Coast Bantu spoken by the Pare people of Tanzania."@en ;
    skos:inScheme lexvo: ;
    skos:notation "asa"^^xsd:string ;
    skos:prefLabel "آسو"@ar,
        "Kipare"@asa,
        "asu"@br,
        "pare"@ca,
        "阿苏文"@cmn,
        "阿蘇文"@cmn-Hant,
        "asu"@cs,
        "asu"@da,
        "Pare"@de,
        "asagbe"@ee,
        "Άσου"@el,
        "Asu"@en,
        "asu"@es,
        "asa"@et,
        "asu"@fi,
        "asu (Tanzania)"@fo,
        "assou"@fr,
        "Asu (Tanzania)"@gsw,
        "אסו"@he,
        "asu"@hr,
        "asu"@hu,
        "Asu"@id,
        "asu (Tanzania)"@is,
        "asu"@it,
        "アス語"@ja,
        "아수어"@ko,
        "Pare"@ksh,
        "ອາຊູ"@lo,
        "asu"@lt,
        "asu"@lv,
        "асу"@mk,
        "asu"@nb,
        "Asu"@nl,
        "asu (Tanzania)"@nn,
        "asu"@pl,
        "Lenga Asu"@pms,
        "asa"@pt,
        "asu"@ro,
        "аса"@ru,
        "asu"@sk,
        "asu"@sv,
        "Kipare"@sw,
        "Kipare"@swh,
        "อาซู"@th,
        "lea fakaʻasu"@to,
        "Asu"@tr,
        "Асу"@uk,
        "Tiếng Asu"@vi .

<http://lexvo.org/id/iso639-3/ase> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ase"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/amer1248> ;
    owl:sameAs <http://dbpedia.org/resource/American_Sign_Language>,
        <http://www.mpii.de/yago/resource/American_Sign_Language> ;
    skos:definition "American Sign Language, or ASL, is a complex form of manual communication in which hands, limbs, head, facial expression and body language are used to communicate a visual-spatial language without sound. ASL is not related to spoken English, and features an entirely different grammar and vocabulary: linguistically it is a complete, natural and fully realized language in its own right."@en ;
    skos:inScheme lexvo: ;
    skos:notation "ase"^^xsd:string ;
    skos:prefLabel "Llengua de signes americana"@ca,
        "ASL"@da,
        "American Sign Language"@de,
        "American Sign Language"@en,
        "Usona signolingvo"@eo,
        "Lengua de signos americana"@es,
        "Amerikkalainen viittomakieli"@fi,
        "Langue des signes américaine"@fr,
        "Američki znakovni jezik"@hr,
        "アメリカ手話"@ja,
        "미국 수화"@ko,
        "Amerikaanse Gebarentaal"@nl,
        "Amerikansk tegnspråk"@no,
        "Lenga dij segn american-a"@pms,
        "Língua de sinais americana"@pt,
        "Амслен"@ru,
        "ASL"@sv,
        "美國手語"@zh .

<http://lexvo.org/id/iso639-3/asf> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "asf"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/aust1271> ;
    owl:sameAs <http://dbpedia.org/resource/Auslan>,
        <http://www.mpii.de/yago/resource/Auslan> ;
    skos:altLabel "Australian Sign Language"@en ;
    skos:definition "Auslan is the sign language of the Australian deaf community. The term Auslan is an acronym of \"Australian sign language\", coined by Trevor Johnston in the early 1980s, although the language itself is much older. Auslan is related to British Sign Language (BSL) and Scottish Sign Language (SSL); the three have descended from the same parent language, and together comprise the BASSL Language Family. Auslan has also been influenced by Irish Sign Language (ISL) and more recently has borrowed signs from American Sign Language (ASL)."@en ;
    skos:inScheme lexvo: ;
    skos:notation "asf"^^xsd:string ;
    skos:prefLabel "Auslan"@en,
        "Auslan"@fi,
        "Auslan"@fr,
        "Australski znakovni jezik"@hr,
        "Língua de sinais australiana"@pt .

<http://lexvo.org/id/iso639-3/atj> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "atj"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/atik1240> ;
    owl:sameAs <http://dbpedia.org/resource/Atikamekw_language>,
        <http://www.mpii.de/yago/resource/Atikamekw_language> ;
    skos:altLabel "Atikamekw language"@en ;
    skos:definition "The Atikamekw language (also known as Attikamek, Tête de Boule, Attimewk, Atihkamekw, Atikamek), a dialect of Cree, is the language of the Atikamekw people of southwestern Quebec. It is spoken by nearly all the Atikamekw, and therefore it is among the indigenous languages least threatened with extinction according to some studies. The Atikamekw reflex of Proto-Algonquian liquid (\"L\" sound) *l is (spelled r). The corresponding sound in other Cree dialects is , , , or (it is consistently one of these depending on the dialect). Another way in which Atikamekw is distinctive among dialects of Cree is in having many loanwords from the Anishinaabe language."@en ;
    skos:inScheme lexvo: ;
    skos:notation "atj"^^xsd:string ;
    skos:prefLabel "Atikamekweg"@br,
        "Atikamekw"@en,
        "Atikamekw"@fr,
        "Atikamekw jezik"@hr,
        "Lingua Atikamekw"@la,
        "Lenga atikamekw"@pms,
        "Атикамек"@ru .

<http://lexvo.org/id/iso639-3/atw> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "atw"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/atsu1245> ;
    owl:sameAs <http://dbpedia.org/resource/Atsugewi_language>,
        <http://www.mpii.de/yago/resource/Atsugewi_language> ;
    skos:altLabel "Atsugewi language"@en ;
    skos:definition "Atsugewi is an extinct Palaihnihan language of northeastern California spoken by the Hat Creek and Dixie Valley people. In 1962, there were four speakers out of an ethnic group of 200, all elderly."@en ;
    skos:inScheme lexvo: ;
    skos:notation "atw"^^xsd:string ;
    skos:prefLabel "Atsougewieg"@br,
        "Atsugewi"@en,
        "Idioma atsugewi"@es,
        "Atsugé"@fr,
        "Atsugewi jezik"@hr,
        "Lenga atsugewi"@pms .

<http://lexvo.org/id/iso639-3/aty> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "aty"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/anei1239> ;
    owl:sameAs <http://dbpedia.org/resource/Aneityum_language>,
        <http://www.mpii.de/yago/resource/Aneityum_language> ;
    skos:altLabel "Aneityum language"@en ;
    skos:definition "Anejom̃ or Aneityum (also spelled Anejom, and formerly Aneiteum, Aneityumese) is an Oceanic language spoken by 600 people on Aneityum Island, Vanuatu."@en ;
    skos:inScheme lexvo: ;
    skos:notation "aty"^^xsd:string ;
    skos:prefLabel "Aneityum"@en,
        "Anejom"@fr,
        "Aneityum jezik"@hr,
        "Lenga aneityum"@pms .

<http://lexvo.org/id/iso639-3/auc> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "auc"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/waor1240> ;
    owl:sameAs <http://dbpedia.org/resource/Huaorani_language>,
        <http://www.mpii.de/yago/resource/Huaorani_language> ;
    skos:altLabel "Huaorani language"@en ;
    skos:definition "The Huaorani (Waorani) language, commonly known as Sabela (also Wao, Huao, Auishiri, Aushiri, Ssabela ; autonym: Wao Terero; pejorative: Auka, Auca) is a language isolate spoken by the Huaorani people, an indigenous group living in the Amazon Rainforest between the Napo and Curaray Rivers. A small number of speakers with so-called uncontacted groups may live in Peru."@en ;
    skos:inScheme lexvo: ;
    skos:notation "auc"^^xsd:string ;
    skos:prefLabel "Huao terero"@ca,
        "Auca"@de,
        "Waorani"@en,
        "Idioma huaorani"@es,
        "Huaoranin kieli"@fi,
        "Huaorani"@fr,
        "Sabelan"@hr,
        "सबेला"@new,
        "Уаорани"@ru .

<http://lexvo.org/id/iso639-3/avn> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "avn"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/avat1244> ;
    owl:sameAs <http://dbpedia.org/resource/Avatime_language>,
        <http://www.mpii.de/yago/resource/Avatime_language> ;
    skos:altLabel "Avatime language"@en ;
    skos:definition "Avatime, also known as Afatime, Sideme, or Sia, is a Kwa language of the Avatime (self designation: Kedone (m.sg.)) people of eastern Ghana. The Avatime live primarily in the seven towns and villages of Amedzofe, Vane, Gbadzeme, Dzokpe, Biakpe, Dzogbefeme, and Fume."@en ;
    skos:inScheme lexvo: ;
    skos:notation "avn"^^xsd:string ;
    skos:prefLabel "Avatime"@de,
        "Avatime"@en,
        "Avatime jezik"@hr,
        "Avatime"@no,
        "Lenga Avatime"@pms .

<http://lexvo.org/id/iso639-3/avt> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "avt"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/auuu1241> ;
    owl:sameAs <http://dbpedia.org/resource/Au_language>,
        <http://www.mpii.de/yago/resource/Au_language> ;
    skos:altLabel "Au language"@en ;
    skos:definition "Au is a Torricelli language of Papua New Guinea."@en ;
    skos:inScheme lexvo: ;
    skos:notation "avt"^^xsd:string ;
    skos:prefLabel "Au"@en,
        "Au"@hr,
        "Język au"@pl,
        "Lenga au"@pms .

<http://lexvo.org/id/iso639-3/avu> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "avu"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/avok1242> ;
    owl:sameAs <http://dbpedia.org/resource/Avokaya_language>,
        <http://www.mpii.de/yago/resource/Avokaya_language> ;
    skos:altLabel "Avokaya language"@en ;
    skos:definition "Avokaya (also spelled Abukeia, Avukaya, or, in Arabic script, ) is a Central Sudanic language spoken in southern South Sudan and parts of the Democratic Republic of Congo. Avokaya speakers occupy a contiguous area along both sides of the international boundary, with Maridi in South Sudan and Faradje in Congo as the main centres of the language. In 2002, the number of Avokaya speakers in South Sudan was estimated to be 40,000, replacing the inaccurate 1982 estimate of 15,000. However, the 1989 estimate of 25,000 speakers in the Congo still stands."@en ;
    skos:inScheme lexvo: ;
    skos:notation "avu"^^xsd:string ;
    skos:prefLabel "Avokayeg"@br,
        "Avokaya"@en,
        "Avokaya"@fr,
        "Avokaya jezik"@hr,
        "Авокајаски јазик"@mk,
        "Lenga Avokaya"@pms,
        "Авокаја језик"@sr,
        "Kiavokaya"@sw .

<http://lexvo.org/id/iso639-3/axb> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "axb"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/abip1241> ;
    owl:sameAs <http://dbpedia.org/resource/Abip%C3%B3n_language>,
        <http://www.mpii.de/yago/resource/Abip%C3%B3n_language> ;
    skos:altLabel "Abipón language"@en ;
    skos:definition "The Abipón language was a native American language of the Mataco–Guaycuru family that was at one time spoken in Argentina by the Abipón people. Its last speaker is thought to have died in the 19th century."@en ;
    skos:inScheme lexvo: ;
    skos:notation "axb"^^xsd:string ;
    skos:prefLabel "Abipon"@en,
        "Abipón"@fr,
        "Abipónok"@hu,
        "Lenga abipon"@pms .

<http://lexvo.org/id/iso639-3/axk> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "axk"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/yaka1272> ;
    owl:sameAs <http://dbpedia.org/resource/Aka_language>,
        <http://www.mpii.de/yago/resource/Aka_language> ;
    skos:altLabel "Aka language"@en,
        "Yaka (Central African Republic)"@en ;
    skos:definition "Aka, also known as Yaka or Beka, is a Bantu language spoken in the Central African Republic and Republic of Congo, along the Ubangi River dividing the two countries."@en ;
    skos:inScheme lexvo: ;
    skos:notation "axk"^^xsd:string ;
    skos:prefLabel "Yaka"@de,
        "Yaka"@en,
        "Yaka"@hr,
        "Акаски јазик"@mk,
        "Lenga Yaka"@pms .

<http://lexvo.org/id/iso639-3/ayl> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ayl"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/liby1240> ;
    owl:sameAs <http://dbpedia.org/resource/Libyan_Arabic>,
        <http://www.mpii.de/yago/resource/Libyan_Arabic> ;
    skos:altLabel "Arabic, Libyan"@en ;
    skos:definition "Libyan Arabic (Lībi ليبي; also known as Sulaimitian Arabic) is a collective term for the closely related varieties of Arabic spoken in Libya. It can be divided into two major dialect areas; the eastern centred in Benghazi and Bayda, and the western centred in Tripoli and Misrata. The eastern variety extends beyond the borders to the east into western Egypt."@en ;
    skos:inScheme lexvo: ;
    skos:notation "ayl"^^xsd:string ;
    skos:prefLabel "لهجة ليبية"@ar,
        "Arabeg Libia"@br,
        "Libysch-Arabisch"@de,
        "Libyan Arabic"@en,
        "Libia araba"@eo,
        "Árabe libio"@es,
        "Libijski arapski"@hr,
        "Либиски арапски јазик"@mk,
        "Lenga aràbica lìbica"@pms,
        "Árabe líbio"@pt,
        "Tiếng Ả Rập Libya"@vi .

<http://lexvo.org/id/iso639-3/ayn> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ayn"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/sana1295> ;
    owl:sameAs <http://dbpedia.org/resource/Sanaani_Arabic>,
        <http://www.mpii.de/yago/resource/Sanaani_Arabic> ;
    skos:altLabel "Arabic, Sanaani"@en ;
    skos:definition "Sanaani Arabic (also known as North Yemeni Arabic) is an Afro-Asiatic language spoken in north Yemen. It is a variety of Yemeni Arabic."@en ;
    skos:inScheme lexvo: ;
    skos:notation "ayn"^^xsd:string ;
    skos:prefLabel "لهجة صنعانية"@ar,
        "Sanaani Arabic"@en,
        "Sjevernojemenski arapski"@hr .

<http://lexvo.org/id/iso639-3/ayo> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ayo"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/ayor1240> ;
    owl:sameAs <http://dbpedia.org/resource/Ayoreo_language>,
        <http://www.mpii.de/yago/resource/Ayoreo_language> ;
    skos:altLabel "Ayoreo language"@en ;
    skos:definition "Ayoreo is a Zamucoan language spoken in both Paraguay and Bolivia. It is also known as Morotoco , Moro, Ayoweo, Ayoré, and Pyeta Yovai. However, the name \"Ayoreo\" is more common in Bolivia, and \"Morotoco\" in Paraguay. It is spoken by Ayoreo, an indigenous ethnic group traditionally living on a combined hunter-gatherer and farming lifestyle."@en ;
    skos:inScheme lexvo: ;
    skos:notation "ayo"^^xsd:string ;
    skos:prefLabel "Ayoreoeg"@br,
        "Ayoreo"@en,
        "Ayoreo"@fr,
        "Ayoreo jezik"@hr,
        "Ajorėjų kalba"@lt,
        "Lenga ayoreo"@pms .

<http://lexvo.org/id/iso639-3/ayz> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ayz"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/maib1239> ;
    owl:sameAs <http://dbpedia.org/resource/Ayamaru_language>,
        <http://www.mpii.de/yago/resource/Ayamaru_language> ;
    skos:altLabel "Ayamaru language"@en ;
    skos:definition "The Ayamaru language, or Mai Brat, is spoken by the Ayamaru people in the many villages around the Ayamaru Lakes on the Bird's Head Peninsula of West Papua. It is only distantly related to other languages, sharing 10% of its vocabulary with its nearest neighbors (apart from the very similar Karon Dori), though it may be part of the West Papuan family."@en ;
    skos:inScheme lexvo: ;
    skos:notation "ayz"^^xsd:string ;
    skos:prefLabel "Mai Brat"@en .

<http://lexvo.org/id/iso639-3/azb> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "azb"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/sout2697> ;
    owl:sameAs <http://dbpedia.org/resource/South_Azerbaijani_language>,
        <http://www.mpii.de/yago/resource/South_Azerbaijani_language> ;
    skos:altLabel "Azerbaijani, South"@en,
        "South Azerbaijani language"@en ;
    skos:definition "South Azerbaijani (also known as South Azeri) is a variety of the Azerbaijani language spoken in northwestern Iran and neighboring regions of Iraq and Turkey. Other communities exist in Afghanistan and Syria. Dialects include Aynallu, Karapapakh, Tabriz, Afshari, Shahsavani, Moqaddam, Baharlu, Nafar, Qaragozlu, Pichagchi, Bayat, Qajar. An Arabic script is used to write South Azerbaijani. South Azerbaijani is influenced by the Persian language. While there is a fair degree of mutual intelligibility between South Azerbaijani and North Azerbaijani, there are also morphological and phonological differences between the two varieties, so much so that Ethnologue considers them to be distinct languages and they have separate ISO 639-3 codes."@en ;
    skos:inScheme lexvo: ;
    skos:notation "azb"^^xsd:string ;
    skos:prefLabel "لغة أذرية جنوبية"@ar,
        "South Azerbaijani"@en,
        "Južnoazerbajdžanski jezik"@hr,
        "Lenga Azerbaijan meridional"@pms,
        "南阿塞拜疆語"@zh .

<http://lexvo.org/id/iso639-3/azz> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "azz"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/high1278> ;
    owl:sameAs <http://dbpedia.org/resource/Highland_Puebla_Nahuatl>,
        <http://www.mpii.de/yago/resource/Highland_Puebla_Nahuatl> ;
    skos:altLabel "Nahuatl, Highland Puebla"@en ;
    skos:definition "Highland Puebla Nahuatl is one of the indigenous Nahuatl language variants, spoken by ethnic Nahua people in northwestern Puebla state in Mexico. Also known as: Náhuat de la Sierra de Puebla, Sierra Puebla Náhuatl, Sierra Aztec, Zacapoaxtla Náhuat, and Mejicano de Zacapoaxtla. The language is characterized by being nontonal, having affixes and having long words."@en ;
    skos:inScheme lexvo: ;
    skos:notation "azz"^^xsd:string ;
    skos:prefLabel "Highland Puebla Nahuatl"@en,
        "Sierra astečki"@hr .

<http://lexvo.org/id/iso639-3/bag> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bag"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/tuki1240> ;
    owl:sameAs <http://dbpedia.org/resource/Ki_language>,
        <http://www.mpii.de/yago/resource/Ki_language> ;
    skos:altLabel "Ki language"@en ;
    skos:definition "The Ki language, Tuki (Baki, Oki), is a Southern Bantoid language of Cameroon."@en ;
    skos:inScheme lexvo: ;
    skos:notation "bag"^^xsd:string ;
    skos:prefLabel "Tuki"@de,
        "Tuki"@en,
        "Tuki jezik"@hr,
        "Lenga Tuki"@pms,
        "Kituki"@sw .

<http://lexvo.org/id/iso639-3/bav> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bav"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/veng1238> ;
    owl:sameAs <http://dbpedia.org/resource/Vengo_language>,
        <http://www.mpii.de/yago/resource/Vengo_language> ;
    skos:altLabel "Vengo language"@en ;
    skos:definition "Vengo (Vəŋo), or Babungo, is the Grassfields Bantu language of the Vengo people from the village of Babungo in the Cameroonian Grassfields. The spelling Bamungo is also often found."@en ;
    skos:inScheme lexvo: ;
    skos:notation "bav"^^xsd:string ;
    skos:prefLabel "Babungo"@de,
        "Vengo"@en,
        "Vengo jezik"@hr,
        "Lenga Vengo"@pms,
        "Kivengo"@sw .

<http://lexvo.org/id/iso639-3/bax> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bax"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/bamu1253> ;
    owl:sameAs <http://dbpedia.org/resource/Bamum_language>,
        <http://www.mpii.de/yago/resource/Bamum_language> ;
    skos:altLabel "Bamum language"@en,
        "Bamun"@en,
        "Idioma bamum"@es,
        "Bamun jezik"@hr,
        "Língua bamum"@pt,
        "Бамум"@ru ;
    skos:definition "Bamum (Shüpamom \"Bamum language\"), or in its French spelling Bamoun, is one of the Benue–Congo languages of Cameroon, with approximately a quarter million speakers. The language is well-known for its original script developed by King Njoya and his palace circle around 1895. Cameroonian musicians Claude Ndam and Gerryland are native speakers of the language and use it in their music."@en ;
    skos:inScheme lexvo: ;
    skos:notation "bax"^^xsd:string ;
    skos:prefLabel "بامن"@ar,
        "bamun"@ca,
        "巴姆穆文"@cmn,
        "巴姆穆文"@cmn-Hant,
        "bamun"@cs,
        "Bamwmeg"@cy,
        "bamun"@da,
        "Bamun"@de,
        "bamugbe"@ee,
        "Μπαμούν"@el,
        "Bamum"@en,
        "bamun"@es,
        "bamuni"@et,
        "بمونی"@fa,
        "bamum"@fi,
        "bamoun"@fr,
        "באקס"@he,
        "bamunski"@hr,
        "bamun"@hu,
        "Bamun"@id,
        "bamun"@is,
        "bamun"@it,
        "バムン語"@ja,
        "바문어"@ko,
        "ບາມຸນ"@lo,
        "bamunų"@lt,
        "bamumu"@lv,
        "бамунски"@mk,
        "bamun"@nb,
        "Bamun"@nl,
        "bamun"@nn,
        "Shwóŋò pamom"@nnh,
        "bamun"@pl,
        "Lenga Bamun"@pms,
        "bamun"@pt,
        "bamun"@ro,
        "бамум"@ru,
        "bamun"@sk,
        "bamunska"@sv,
        "Kibamun"@swh,
        "บามัน"@th,
        "lea fakapamuni"@to,
        "Bamun"@tr,
        "бамум"@uk,
        "Tiếng Bamun"@vi,
        "巴姆穆語"@zh .

<http://lexvo.org/id/iso639-3/bba> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bba"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/baat1238> ;
    owl:sameAs <http://dbpedia.org/resource/Bariba_language>,
        <http://www.mpii.de/yago/resource/Bariba_language> ;
    skos:altLabel "Bariba language"@en ;
    skos:definition "Bariba, also known as Baatonum (also Baatombu, Baatonu, Barba, Barganchi, Bargawa, Bargu, Baruba, Berba, Bogung, and Burgu) is the language of the Bariba people of Benin and Nigeria and had been the language of the state of Borgu. It is not closely related to other languages."@en ;
    skos:inScheme lexvo: ;
    skos:notation "bba"^^xsd:string ;
    skos:prefLabel "Bariba"@de,
        "Baatonum"@en,
        "Bariba"@fr,
        "Baatonum jezik"@hr,
        "Lenga Baatonum"@pms,
        "Kibaatonum"@sw .

<http://lexvo.org/id/iso639-3/bbc> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bbc"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/bata1289> ;
    owl:sameAs <http://dbpedia.org/resource/Toba_Batak_language>,
        <http://www.mpii.de/yago/resource/Toba_Batak_language> ;
    skos:altLabel "Toba Batak language"@en ;
    skos:definition "The Batak Toba language is an Austronesian language spoken in North Sumatra province in Indonesia. It is part of a group of languages called \"Batak\"."@en ;
    skos:inScheme lexvo: ;
    skos:notation "bbc"^^xsd:string ;
    skos:prefLabel "Batak Toba"@en,
        "Batak toba"@fr,
        "Batak Toba jezik"@hr,
        "Bahasa Batak Toba"@id,
        "バタク・トバ語"@ja,
        "Bahasa Batak Toba"@ms,
        "Батак тоба"@ru,
        "Toba batak"@sv .

<http://lexvo.org/id/iso639-3/bbl> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bbl"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/bats1242> ;
    owl:sameAs <http://dbpedia.org/resource/Bats_language>,
        <http://www.mpii.de/yago/resource/Bats_language> ;
    skos:altLabel "Bats language"@en ;
    skos:definition "Bats (also Batsi, Batsbi, Batsb, Batsaw, Tsova-Tush) is the language of the Bats people, a Caucasian minority group, and is part of the Nakh family of Caucasian languages. It had 2,500 to 3,000 speakers in 1975."@en ;
    skos:inScheme lexvo: ;
    skos:notation "bbl"^^xsd:string ;
    skos:prefLabel "Бацбийски език"@bg,
        "Batseg"@br,
        "Batsische Sprache"@de,
        "Bats"@en,
        "Bacba lingvo"@eo,
        "Batsin kieli"@fi,
        "Bats"@fr,
        "באצבית"@he,
        "Bacbijski jezik"@hr,
        "Lingua bats"@it,
        "ბაცბური ენა"@ka,
        "Батски јазик"@mk,
        "Batsisk"@no,
        "Język bacbijski"@pl,
        "Lenga Bats"@pms,
        "Бацбийский язык"@ru,
        "ภาษาบัตส์"@th,
        "Batsça"@tr,
        "Бацбійська мова"@uk .

<http://lexvo.org/id/iso639-3/bci> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bci"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/baou1238> ;
    owl:sameAs <http://dbpedia.org/resource/Baoul%C3%A9_language>,
        <http://www.mpii.de/yago/resource/Baoul%C3%A9_language> ;
    skos:altLabel "Baoulé language"@en ;
    skos:definition "Baoulé is a Central Tano language spoken in Ivory Coast."@en ;
    skos:inScheme lexvo: ;
    skos:notation "bci"^^xsd:string ;
    skos:prefLabel "Baoleg"@br,
        "Baule"@de,
        "Baoulé"@en,
        "Baŭleoj"@eo,
        "Baoulé"@fi,
        "Baoulé"@fr,
        "Baoulé jezik"@hr,
        "バウレ語"@ja,
        "Lenga Baoulé"@pms,
        "Língua baoulé"@pt,
        "Baule"@sv .

<http://lexvo.org/id/iso639-3/bcj> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bcj"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/bard1255> ;
    owl:sameAs <http://dbpedia.org/resource/Bardi_language>,
        <http://www.mpii.de/yago/resource/Bardi_language> ;
    skos:altLabel "Bardi language"@en ;
    skos:definition "Bardi (also Baardi, Baard) is a moribund Australian Aboriginal language. There are approximately 20 speakers out of an ethnic population of 380."@en ;
    skos:inScheme lexvo: ;
    skos:notation "bcj"^^xsd:string ;
    skos:prefLabel "Bardi"@en,
        "Lenga bardi"@pms,
        "Bardi"@sv .

<http://lexvo.org/id/iso639-3/bck> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bck"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/buna1275> ;
    owl:sameAs <http://dbpedia.org/resource/Bunuba_language>,
        <http://www.mpii.de/yago/resource/Bunuba_language> ;
    skos:altLabel "Bunuba language"@en ;
    skos:definition "Bunuba (Bunaba, Punuba, Punapa) is an Australian Aboriginal language spoken by some 160 older adults, most of whom live in or near Fitzroy Crossing in Western Australia."@en ;
    skos:inScheme lexvo: ;
    skos:notation "bck"^^xsd:string ;
    skos:prefLabel "Bunaba"@en .

<http://lexvo.org/id/iso639-3/bcl> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bcl"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/cent2087> ;
    owl:sameAs <http://dbpedia.org/resource/Central_Bikolano_language>,
        <http://www.mpii.de/yago/resource/Central_Bikolano_language> ;
    skos:altLabel "Bikol, Central"@en,
        "Central Bikolano language"@en ;
    skos:definition "Central Bicolano (also known as Bikol Central), is one of the individual languages of the Bikol languages. It belongs to Coastal Bikol. It is spoken in Bicol Region of the Philippines (Region V)."@en ;
    skos:inScheme lexvo: ;
    skos:notation "bcl"^^xsd:string ;
    skos:prefLabel "Central Bikol"@en,
        "Bicolano central"@fr,
        "Chûng Bikolano-ngî"@hak,
        "Centralni Bicolano"@hr,
        "بیکولانو"@pnb,
        "Central Bikolano leid"@sco .

<http://lexvo.org/id/iso639-3/bco> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bco"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/kalu1248> ;
    owl:sameAs <http://dbpedia.org/resource/Kaluli_language>,
        <http://www.mpii.de/yago/resource/Kaluli_language> ;
    skos:altLabel "Kaluli language"@en ;
    skos:definition "Kaluli, or Bosavi, is a Papuan language of Papua New Guinea. Named dialects are Ologo, Kaluli, Walulu, Kugenesi, but differences are not significant."@en ;
    skos:inScheme lexvo: ;
    skos:notation "bco"^^xsd:string ;
    skos:prefLabel "Kaluli"@en .

<http://lexvo.org/id/iso639-3/bcq> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bcq"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/benc1235> ;
    owl:sameAs <http://dbpedia.org/resource/Bench_language>,
        <http://www.mpii.de/yago/resource/Bench_language> ;
    skos:altLabel "Bench language"@en ;
    skos:definition "Bench (also called Gimira, considered a derogatory term) is a Northern Omotic language of the \"Gimojan\" subgroup, spoken by about 174,000 people (as of 1998) in the Bench Maji Zone of the Southern Nations, Nationalities, and Peoples Region, in southern Ethiopia, around the towns of Mizan Teferi and Shewa Gimira. It has three mutually intelligible dialects: Bench proper, She, and Mer. In unusual variance from most of the other languages in Africa, Bench has retroflex consonant phonemes. The language is also noteworthy in that it has six phonemic tones, one of only a handful of languages in the world that have this many."@en ;
    skos:inScheme lexvo: ;
    skos:notation "bcq"^^xsd:string ;
    skos:prefLabel "Bentcheg"@br,
        "Bench"@de,
        "Bench"@en,
        "Bench"@fi,
        "Gimira"@fr,
        "Bench"@hr,
        "Lenga Bench"@pms,
        "Língua bench"@pt .

<http://lexvo.org/id/iso639-3/bcs> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bcs"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/kohu1244> ;
    owl:sameAs <http://dbpedia.org/resource/Humono_language>,
        <http://www.mpii.de/yago/resource/Humono_language> ;
    skos:altLabel "Humono language"@en ;
    skos:definition "The Humono language, Kohumono (Bahumono, Ohumono), is a Upper Cross River language of Nigeria."@en ;
    skos:inScheme lexvo: ;
    skos:notation "bcs"^^xsd:string ;
    skos:prefLabel "Kohumono"@de,
        "Kohumono"@en,
        "Kohumono jezik"@hr,
        "Lenga Kohumono"@pms .

<http://lexvo.org/id/iso639-3/bcw> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bcw"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/bana1305> ;
    owl:sameAs <http://dbpedia.org/resource/Bana_language>,
        <http://www.mpii.de/yago/resource/Bana_language> ;
    skos:altLabel "Bana language"@en ;
    skos:definition "Bana is an Afro-Asiatic language spoken in northern Cameroon. Dialects include Gamboura and Gili."@en ;
    skos:inScheme lexvo: ;
    skos:notation "bcw"^^xsd:string ;
    skos:prefLabel "Banaeg"@br,
        "Bana"@en,
        "Bana jezik"@hr,
        "Kibana"@sw .

<http://lexvo.org/id/iso639-3/bde> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bde"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/bade1248> ;
    owl:sameAs <http://dbpedia.org/resource/Bade_language>,
        <http://www.mpii.de/yago/resource/Bade_language> ;
    skos:altLabel "Bade language"@en ;
    skos:definition "Bade (also spelled Bede or Bedde) is a West Chadic language spoken by the Bade people in Yobe State and Jigawa State, Nigeria. Their traditional ruler is the Emir of Bade. There are three major dialects of Bade, Western Bade, Gashua Bade (spoken in Gashua), and Southern Bade. Speakers are shifting to Hausa."@en ;
    skos:inScheme lexvo: ;
    skos:notation "bde"^^xsd:string ;
    skos:prefLabel "Badeg"@br,
        "Bade"@en,
        "Bade jezik"@hr,
        "Баде"@ru .

<http://lexvo.org/id/iso639-3/bdh> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bdh"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/baka1274> ;
    owl:sameAs <http://dbpedia.org/resource/Baka_language_(South_Sudan)>,
        <http://www.mpii.de/yago/resource/Baka_language_(South_Sudan)> ;
    skos:altLabel "Baka (Sudan)"@en,
        "Baka language"@en ;
    skos:definition "Baka (Tara Baka) is a Central Sudanic language of South Sudan, with a couple thousand speakers in the DRC."@en ;
    skos:inScheme lexvo: ;
    skos:notation "bdh"^^xsd:string ;
    skos:prefLabel "Baka"@en,
        "Baka"@fr,
        "Baka"@hr,
        "Lenga Baka"@pms,
        "Бака језик"@sr .

<http://lexvo.org/id/iso639-3/bdm> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bdm"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/budu1265> ;
    owl:sameAs <http://dbpedia.org/resource/Buduma_language>,
        <http://www.mpii.de/yago/resource/Buduma_language> ;
    skos:altLabel "Buduma language"@en ;
    skos:definition "Buduma (also known as Boudouma, Yidena, Yedima, Yedina, Yidana) is an Afro-Asiatic language spoken in western Chad and neighboring Cameroon and Nigeria."@en ;
    skos:inScheme lexvo: ;
    skos:notation "bdm"^^xsd:string ;
    skos:prefLabel "Buduma"@en,
        "Kibuduma"@sw .

<http://lexvo.org/id/iso639-3/bdq> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bdq"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/bahn1262> ;
    owl:sameAs <http://dbpedia.org/resource/Bahnar_language>,
        <http://www.mpii.de/yago/resource/Bahnar_language> ;
    skos:altLabel "Bahnar language"@en ;
    skos:definition "The Bahnar language is a Central Bahnaric language. It has nine vowel qualities and phonemic vowel length."@en ;
    skos:inScheme lexvo: ;
    skos:notation "bdq"^^xsd:string ;
    skos:prefLabel "Bahnar"@en,
        "Bahnarski jezik"@hr,
        "Lenga bahnar"@pms .

<http://lexvo.org/id/iso639-3/bds> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bds"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/buru1320> ;
    owl:sameAs <http://dbpedia.org/resource/Burunge_language>,
        <http://www.mpii.de/yago/resource/Burunge_language> ;
    skos:altLabel "Burunge language"@en ;
    skos:definition "Burunge is an Afro-Asiatic language spoken in Tanzania in the Dodoma Region."@en ;
    skos:inScheme lexvo: ;
    skos:notation "bds"^^xsd:string ;
    skos:prefLabel "Burunge"@en,
        "Burunge hizkuntza"@eu,
        "Burunge jezik"@hr,
        "Burunge"@no,
        "Lenga Burunge"@pms,
        "Kiburunge"@sw .

<http://lexvo.org/id/iso639-3/bee> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bee"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/byan1241> ;
    owl:sameAs <http://dbpedia.org/resource/Byangsi_language>,
        <http://www.mpii.de/yago/resource/Byangsi_language> ;
    skos:altLabel "Byangsi language"@en ;
    skos:definition "Byangsi (Rangkas) was a West Himalayish language of India and Nepal."@en ;
    skos:inScheme lexvo: ;
    skos:notation "bee"^^xsd:string ;
    skos:prefLabel "Byangsi"@en .

<http://lexvo.org/id/iso639-3/bef> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bef"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/bena1264> ;
    owl:sameAs <http://dbpedia.org/resource/Benabena_language>,
        <http://www.mpii.de/yago/resource/Benabena_language> ;
    skos:altLabel "Benabena language"@en ;
    skos:definition "Benabena (Bena) is a Papuan language spoken in the Goroka District of Eastern Highlands Province, Papua New Guinea."@en ;
    skos:inScheme lexvo: ;
    skos:notation "bef"^^xsd:string ;
    skos:prefLabel "Benabena"@en .

<http://lexvo.org/id/iso639-3/bem> a lvont:Language,
        skos:Concept ;
    lvont:isFocusOf <http://id.loc.gov/vocabulary/iso639-2/bem> ;
    lvont:iso6392BCode "bem"^^xsd:string ;
    lvont:iso6392TCode "bem"^^xsd:string ;
    lvont:iso639P3PCode "bem"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-2/bem> ;
    owl:sameAs <http://dbpedia.org/resource/Bemba_language>,
        <http://psi.oasis-open.org/iso/639/#bem>,
        <http://www.lingvoj.org/lang/bem>,
        <http://www.mpii.de/yago/resource/Bemba_language>,
        <info:lc/vocabulary/languages/bem> ;
    skos:altLabel "البيمبا"@ar,
        "Bemba"@ca,
        "Bemba"@da,
        "Bemba-Sprache"@de,
        "Bemba (Zambia)"@en,
        "Bemba language"@en,
        "Idioma bemba"@es,
        "Bemba"@fr,
        "Bemba jezik"@hr,
        "Lingua bemba"@it,
        "Język bemba"@pl,
        "Língua bemba"@pt,
        "Бемба"@ru,
        "Bemba"@sv ;
    skos:definition "The Bemba language, ChiBemba (also spelled Cibemba, Ichibemba, Icibemba and Chiwemba), is a major Bantu language spoken primarily in north-eastern Zambia by the Bemba people and as a lingua franca by about 18 related ethnic groups, including the Bisa people of Mpika and Lake Bangweulu, and to a lesser extent in Katanga in the Democratic Republic of the Congo, Tanzania, and Botswana. Including all its dialects, Bemba is the most spoken indigenous language in Zambia."@en ;
    skos:inScheme lexvo: ;
    skos:notation "bem"^^xsd:string ;
    skos:prefLabel "Bemba"@af,
        "ቤምባ"@am,
        "بيمبا"@ar,
        "bemba dili"@az,
        "Ichibemba"@bem,
        "бемба"@bg,
        "বেম্বা"@bn,
        "bemba"@br,
        "बेंबा"@brx,
        "bemba"@bs,
        "бемба"@bs-Cyrl,
        "bemba"@ca,
        "别姆巴文"@cmn,
        "別姆巴文"@cmn-Hant,
        "bembština"@cs,
        "Bembeg"@cy,
        "bemba"@da,
        "Bemba"@de,
        "bembagbe"@ee,
        "Μπέμπα"@el,
        "Bemba"@en,
        "bemba"@es,
        "bemba"@et,
        "Bembera"@eu,
        "بمبایی"@fa,
        "bemba"@fi,
        "Bemba"@fil,
        "bemba"@fo,
        "bemba"@fr,
        "Bemba"@gl,
        "Bemba"@gsw,
        "બેમ્બા"@gu,
        "במבה"@he,
        "बेम्बा"@hi,
        "bemba"@hr,
        "bemba"@hu,
        "Bemba"@id,
        "bemba"@is,
        "wemba"@it,
        "ベンバ語"@ja,
        "ಬೆಂಬಾ"@kn,
        "벰바어"@ko,
        "بیٚمبا"@ks,
        "Bemba"@ksh,
        "ເບັມບາ"@lo,
        "bemba"@lt,
        "bembu"@lv,
        "бемба"@mk,
        "ബെംബ"@ml,
        "बेम्बा"@mr,
        "Bahasa Bemba"@ms,
        "Bemba"@mt,
        "bemba"@nb,
        "Bemba"@nl,
        "bemba"@nn,
        "Bemba"@no,
        "ବେମ୍ବା"@or,
        "bemba"@pl,
        "Lenga Bemba"@pms,
        "bemba"@pt,
        "Bemba simi"@qu,
        "bemba"@rm,
        "bemba"@ro,
        "бемба"@ru,
        "bemba"@sk,
        "bemba"@sl,
        "Бемба"@sr,
        "Bemba"@sr-Latn,
        "bemba"@sv,
        "Kibemba"@sw,
        "Kibemba"@swh,
        "பெம்பா"@ta,
        "బెంబా"@te,
        "เบมบา"@th,
        "lea fakapēmipa"@to,
        "Bemba"@tr,
        "бемба"@uk,
        "بیمبا"@ur,
        "Tiếng Bemba"@vi,
        "Bemba"@zsm,
        "Isi-Bemba"@zu .

<http://lexvo.org/id/iso639-3/beq> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "beq"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/beem1239> ;
    owl:sameAs <http://dbpedia.org/resource/Bembe_(Kibembe)_language>,
        <http://www.mpii.de/yago/resource/Bembe_(Kibembe)_language> ;
    skos:altLabel "Bembe (Kibembe) language"@en ;
    skos:definition "Bembe (Kibembe) is a minor Bantu language of Congo. It is closely related to Kikongo. Pangwa (not the Pangwa of Tanzania) may be a dialect."@en ;
    skos:inScheme lexvo: ;
    skos:notation "beq"^^xsd:string ;
    skos:prefLabel "Beembe"@en .

<http://lexvo.org/id/iso639-3/bew> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bew"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/beta1252> ;
    owl:sameAs <http://dbpedia.org/resource/Betawi_language>,
        <http://www.mpii.de/yago/resource/Betawi_language> ;
    skos:altLabel "Betawi language"@en ;
    skos:definition "The Betawi language is the spoken language of the Betawi people in Jakarta, Indonesia. It is the native language of about 2,700,000 people (1993). It is a Malay-based creole, and closely related to Malay language. Betawi vocabulary have large amount of Hokkien Chinese, Arabic, and Dutch loanwords. The first person pronoun gue (I or me) and second person pronoun lu (you) also with numerical such as cepek (a hundred), gopek (five hundred), and seceng (a thousand) clearly demonstrate Hokkien dialect, while the words ente (you) and ane (me) clearly derived from Arabic."@en ;
    skos:inScheme lexvo: ;
    skos:notation "bew"^^xsd:string ;
    skos:prefLabel "Betawi"@en,
        "Betawi"@fr,
        "Bahasa Betawi"@id,
        "ベタウィ語"@ja,
        "Basa Betawi"@jv,
        "베타위어"@ko,
        "Bahasa Betawi"@ms,
        "Betawi"@nl,
        "Lenga betawi"@pms,
        "ภาษาเบตาวี"@th .

<http://lexvo.org/id/iso639-3/bex> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bex"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/jurm1239> ;
    owl:sameAs <http://dbpedia.org/resource/Jur_Modo_language>,
        <http://www.mpii.de/yago/resource/Jur_Modo_language> ;
    skos:altLabel "Jur Modo language"@en ;
    skos:definition "Jur Modo, also known as Jur or Modo, is a Central Sudanic language spoken by the Jur Modo people of South Sudan. Dialects are Lori, Modo (Jur Modo, Modo Lali), Wira, Wetu. It is a tonal language."@en ;
    skos:inScheme lexvo: ;
    skos:notation "bex"^^xsd:string ;
    skos:prefLabel "Jur Modo"@en,
        "Modo"@fr,
        "Jur Modo jezik"@hr,
        "Lenga Jur Modo"@pms,
        "Џур модо језик"@sr .

<http://lexvo.org/id/iso639-3/bfd> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bfd"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/bafu1246> ;
    owl:sameAs <http://dbpedia.org/resource/Fut_language>,
        <http://www.mpii.de/yago/resource/Fut_language> ;
    skos:altLabel "fut language"@en,
        "Bafut"@fr,
        "Bafut"@hr ;
    skos:definition "The Bafut language, Fut, is an Eastern Grassfields language of the Niger–Congo languages, and related to Bamum. Oral tradition traces dynastic origins to the Ndobo or Tikari areas. It is spoken by people of Bafut Subdivision, Tuba, in the division of Mezam and in the division of Metchum in Northwest Province, Cameroon."@en ;
    skos:inScheme lexvo: ;
    skos:notation "bfd"^^xsd:string ;
    skos:prefLabel "bafut"@ca,
        "巴非特文"@cmn,
        "富特文"@cmn-Hant,
        "bafut"@cs,
        "bafut"@da,
        "Bafut"@de,
        "bafutgbe"@ee,
        "Μπαφούτ"@el,
        "Bafut"@en,
        "bafut"@es,
        "bafuti"@et,
        "fut"@fi,
        "bafut"@fr,
        "באפוט"@he,
        "bafut"@hr,
        "bafut"@hu,
        "Bafut"@id,
        "bafut"@it,
        "バフット語"@ja,
        "바푸트어"@ko,
        "ບາຟັດ"@lo,
        "bafutų"@lt,
        "bafutu"@lv,
        "бафут"@mk,
        "bafut"@nb,
        "Bafut"@nl,
        "Shwóŋò pafut"@nnh,
        "bafut"@pl,
        "Lenga Bafut"@pms,
        "bafut"@pt,
        "bafut"@ro,
        "bafut"@sk,
        "bafut"@sv,
        "Kibafut"@sw,
        "Kibafut"@swh,
        "บาฟัต"@th,
        "lea fakapafuti"@to,
        "Bafut"@tr,
        "бафут"@uk,
        "Tiếng Bafut"@vi .

<http://lexvo.org/id/iso639-3/bfi> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bfi"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/brit1235> ;
    owl:sameAs <http://dbpedia.org/resource/British_Sign_Language>,
        <http://www.mpii.de/yago/resource/British_Sign_Language> ;
    skos:definition "British Sign Language (BSL) is the sign language used in the United Kingdom (UK), and is the first or preferred language of some deaf people in the UK; there are 125,000 deaf adults in the UK who use BSL plus an estimated 20,000 children. The language makes use of space and involves movement of the hands, body, face and head. Many thousands of people who are not deaf also use BSL, as hearing relatives of deaf people, sign language interpreters or as a result of other contact with the British deaf community."@en ;
    skos:inScheme lexvo: ;
    skos:notation "bfi"^^xsd:string ;
    skos:prefLabel "Iaith Arwyddo Brydeining"@cy,
        "British Sign Language"@de,
        "British Sign Language"@en,
        "Brita mansigna lingvo"@eo,
        "Brittiläinen viittomakieli"@fi,
        "Langue des signes britannique"@fr,
        "Britanski znakovni jezik"@hr,
        "Bahasa Isyarat British"@ms,
        "Lenga dij segn britànica"@pms,
        "Língua de sinais britânica"@pt,
        "Breetish Sign Leid"@sco,
        "British Sign Language"@sv .

<http://lexvo.org/id/iso639-3/bfq> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bfq"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/bada1257> ;
    owl:sameAs <http://dbpedia.org/resource/Badaga_language>,
        <http://www.mpii.de/yago/resource/Badaga_language> ;
    skos:altLabel "Badaga language"@en ;
    skos:definition "The Badaga language (Badaga: படக பாஷை ,, ) is a southern Dravidian language (Tamil–Kannada branch) spoken by approximately 400,000 people (the Badagas) in the Nilgiri Hills in Southern India. It is known for its retroflex vowels. The word Badaga refers to the Badaga language as well as the Badaga community/tribe. The Badagas were the Kannada speaking people from Mysore in Karnataka state, India."@en ;
    skos:inScheme lexvo: ;
    skos:notation "bfq"^^xsd:string ;
    skos:prefLabel "Badageg"@br,
        "Badaga"@de,
        "Badaga"@en,
        "Badagan kieli"@fi,
        "Badaga jezik"@hr,
        "Lingua Badaga"@la,
        "Bahasa Badaga"@ms,
        "Język badaga"@pl,
        "Lenga Badaga"@pms,
        "Badaga"@sv,
        "படகு மொழி"@ta,
        "ภาษาพทคะ"@th .

<http://lexvo.org/id/iso639-3/bft> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bft"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/balt1258> ;
    owl:sameAs <http://dbpedia.org/resource/Balti_dialect>,
        <http://www.mpii.de/yago/resource/Balti_dialect> ;
    skos:altLabel "Balti dialect"@en,
        "Balti language"@en ;
    skos:definition "' Balti (; ) is a language spoken in Baltistan, in Gilgit-Baltistan of Pakistan and adjoining parts of Ladakh. Baltistan, before 1948, was part of Ladakh province. The Balti language is a dialect of the Ladakhi language, a form of Tibetan. It is mutually intelligible with Ladakhi proper and Burig. Many of the written consonants that are silent in Standard Tibetan are pronounced in the Balti language."@en ;
    skos:inScheme lexvo: ;
    skos:notation "bft"^^xsd:string ;
    skos:prefLabel "لغة بلتية"@ar,
        "སྦལ་ཏིའི་སྐད།"@bo,
        "Balteg"@br,
        "Baltí"@cs,
        "Balti"@en,
        "Balta lingvo"@eo,
        "Idioma balti"@es,
        "زبان بلتی"@fa,
        "Balti"@fr,
        "बलती"@hi,
        "Balti"@hr,
        "Bahasa Baltistani"@id,
        "Lingua balti"@it,
        "Lingua Balti"@la,
        "Baltų kalba"@lt,
        "Lenga Balti"@pms,
        "بلتی"@pnb,
        "Língua balti"@pt,
        "ภาษาบัลติ"@th,
        "بلتی"@ur,
        "巴尔蒂语"@zh .

<http://lexvo.org/id/iso639-3/bfu> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bfu"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/gahr1239> ;
    owl:sameAs <http://dbpedia.org/resource/Gahri_language>,
        <http://www.mpii.de/yago/resource/Gahri_language> ;
    skos:altLabel "Gahri language"@en ;
    skos:definition "Gahri, also known as Ghara, Lahuli of Bunan, Boonan, Punan, Poonan, Erankad, Keylong Boli or Bunan is a Tibeto-Burman language (Sino-Tibetan stock) spoken in the Indian state of Himachal Pradesh. The language is spoken in the Gahr Valley along the Bhaga River from its confluence with the Chandra River and upstream about , including villages such as Biling, Kardang, Kyelang, Guskyar, Yurnad, Gumrang, Barbog, Paspara, Pyukar and. The number of people speaking the language is only approximately 4,000 in India, according to 1998 data from Ethnologue."@en ;
    skos:inScheme lexvo: ;
    skos:notation "bfu"^^xsd:string ;
    skos:prefLabel "Gahri"@en,
        "Gahrish"@gv .

<http://lexvo.org/id/iso639-3/bfw> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bfw"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/bond1245> ;
    owl:sameAs <http://dbpedia.org/resource/Bonda_language>,
        <http://www.mpii.de/yago/resource/Bonda_language> ;
    skos:altLabel "Bonda language"@en ;
    skos:definition "The Bonda language, also known as Bondo or Remo, is a language spoken by the Bonda people of India."@en ;
    skos:inScheme lexvo: ;
    skos:notation "bfw"^^xsd:string ;
    skos:prefLabel "Bondo"@en,
        "Bonda lingvo"@eo,
        "Бондо"@ru .

<http://lexvo.org/id/iso639-3/bgg> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bgg"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/bugu1246> ;
    owl:sameAs <http://dbpedia.org/resource/Khowa_language>,
        <http://www.mpii.de/yago/resource/Khowa_language> ;
    skos:altLabel "Khowa language"@en ;
    skos:definition "Khowa, or Bugun, is a small Tibeto-Burman language spoken in India."@en ;
    skos:inScheme lexvo: ;
    skos:notation "bgg"^^xsd:string ;
    skos:prefLabel "Bugun"@en .

<http://lexvo.org/id/iso639-3/bgq> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bgq"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/bagr1243> ;
    owl:sameAs <http://dbpedia.org/resource/Bagri_language>,
        <http://www.mpii.de/yago/resource/Bagri_language> ;
    skos:altLabel "Bagri language"@en ;
    skos:definition "Bagri (बागड़ी) is a dialect of Rajasthani language of the Indo-Aryan family. It is spoken by about five million speakers in Hanumangarh and Sriganganagar districts of Rajasthan, Sirsa and Hissar districts of Haryana, Firozepur and Muktsar districts of Punjab of India and Bahawalpur and Bahawalnagar areas of Punjab of Pakistan. Bagri is a typical Indo-Aryan language having SOV word order. The most prominent phonological feature of Bagri is the presence of three lexical tones: high, level, and low. The Bagri language has a very high 65% lexical similarity with Haryanvi."@en ;
    skos:inScheme lexvo: ;
    skos:notation "bgq"^^xsd:string ;
    skos:prefLabel "لغة بجرية"@ar,
        "Bagri"@en,
        "Bagri jezik"@hr,
        "Bagri"@no,
        "Lenga bagri"@pms,
        "Багри"@ru,
        "பாக்ரி மொழி"@ta,
        "ภาษาพาครี"@th .

<http://lexvo.org/id/iso639-3/bgz> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bgz"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/bang1368> ;
    owl:sameAs <http://dbpedia.org/resource/Banggai_language>,
        <http://www.mpii.de/yago/resource/Banggai_language> ;
    skos:altLabel "Banggai language"@en ;
    skos:definition "The Banggai language is the main language spoken by the inhabitants of the Banggai Archipelago off the island of Sulawesi."@en ;
    skos:inScheme lexvo: ;
    skos:notation "bgz"^^xsd:string ;
    skos:prefLabel "Banggai"@en,
        "Banggai jezik"@hr,
        "Bahasa Banggai"@id .

<http://lexvo.org/id/iso639-3/bhm> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bhm"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/bath1244> ;
    owl:sameAs <http://dbpedia.org/resource/Bathari_language>,
        <http://www.mpii.de/yago/resource/Bathari_language> ;
    skos:altLabel "Bathari language"@en ;
    skos:definition "Bathari (also known as Bautahari, Botahari, Bathara) is an endangered Semitic language spoken in a small area of Yemen and Oman."@en ;
    skos:inScheme lexvo: ;
    skos:notation "bhm"^^xsd:string ;
    skos:prefLabel "Idioma bataharí"@an,
        "Batharí"@ca,
        "Bathari"@en,
        "Bathari hizkuntza"@eu,
        "Bathari"@hr .

<http://lexvo.org/id/iso639-3/bhp> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bhp"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/bima1247> ;
    owl:sameAs <http://dbpedia.org/resource/Bima_language>,
        <http://www.mpii.de/yago/resource/Bima_language> ;
    skos:altLabel "Bima language"@en ;
    skos:definition "The Bima language, or Bimanese, is the language of the eastern half of Sumbawa Island, Indonesia, which it shares with the Sumbawa language. Bima territory includes the Sanggar Peninsula, where the extinct Papuan language Tambora was once spoken. It is closely related to the languages of Sumba Island to the southeast. There are over half a million Bima speakers."@en ;
    skos:inScheme lexvo: ;
    skos:notation "bhp"^^xsd:string ;
    skos:prefLabel "Bima"@en,
        "Bima jezik"@hr .

<http://lexvo.org/id/iso639-3/bhw> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bhw"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/biak1248> ;
    owl:sameAs <http://dbpedia.org/resource/Biak_language>,
        <http://www.mpii.de/yago/resource/Biak_language> ;
    skos:altLabel "Biak language"@en ;
    skos:definition "Biak (referred to locally as wós Vyak ‘Biak Language’ or wós kovedi ‘Our Language’ and Bahasa Biak in Indonesian. Also known as: Biak-Numfor, Noefoor, Mafoor, Mefoor, Nufoor, Mafoorsch, Myfoorsch and Noefoorsch) is an Austronesian language which has been classified as one of 41 languages of the South Halmahera-West New Guinea subgroup of Eastern Malayo-Polynesian Languages. It is spoken in Biak and Numfor and numerous small islands in this archipelago in the province of Papua, Indonesia by about 30,000 people."@en ;
    skos:inScheme lexvo: ;
    skos:notation "bhw"^^xsd:string ;
    skos:prefLabel "Biak"@en,
        "Biak"@fr,
        "Biaks"@nl .

<http://lexvo.org/id/iso639-3/bia> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bia"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/badi1246> ;
    owl:sameAs <http://dbpedia.org/resource/Badimaya_language>,
        <http://www.mpii.de/yago/resource/Badimaya_language> ;
    skos:altLabel "Badimaya language"@en ;
    skos:definition "Badimaya is an Australian Aboriginal language. It is a member of the Kartu subgroup of the Southwest branch of the Pama–Nyungan family."@en ;
    skos:inScheme lexvo: ;
    skos:notation "bia"^^xsd:string ;
    skos:prefLabel "Badimaya"@en,
        "Badimaya jezik"@hr,
        "Lenga badimaya"@pms,
        "Badimaya"@sv .

<http://lexvo.org/id/iso639-3/bib> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bib"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/biss1248> ;
    owl:sameAs <http://dbpedia.org/resource/Bissa_language>,
        <http://www.mpii.de/yago/resource/Bissa_language> ;
    skos:altLabel "Bissa"@en,
        "Bissa language"@en ;
    skos:definition "Bissa (Bisa) is a Mande language spoken by the Bissa people of Burkina Faso, Ghana, and (marginally) Togo. Dialects are Barka, Lebir, Lere."@en ;
    skos:inScheme lexvo: ;
    skos:notation "bib"^^xsd:string ;
    skos:prefLabel "Bissa"@de,
        "Bisa"@en,
        "Bissa"@fr,
        "Bissa jezik"@hr,
        "Lenga Bissa"@pms .

<http://lexvo.org/id/iso639-3/bif> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bif"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/biaf1240> ;
    owl:sameAs <http://dbpedia.org/resource/Biafada_language>,
        <http://www.mpii.de/yago/resource/Biafada_language> ;
    skos:altLabel "Biafada language"@en ;
    skos:definition "Biafada is a Senegambian language of Guinea-Bissau."@en ;
    skos:inScheme lexvo: ;
    skos:notation "bif"^^xsd:string ;
    skos:prefLabel "Biafadeg"@br,
        "Biafada"@de,
        "Biafada"@en,
        "Biafada jezik"@hr,
        "비아파다어"@ko,
        "Lenga Biafada"@pms .

<http://lexvo.org/id/iso639-3/bji> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bji"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/burj1242> ;
    owl:sameAs <http://dbpedia.org/resource/Burji_language>,
        <http://www.mpii.de/yago/resource/Burji_language> ;
    skos:altLabel "Burji language"@en ;
    skos:definition "Burji language (alternate names: Bembala, Bambala, Daashi) is an Afro-Asiatic language spoken by the Burji people who reside in Ethiopia south of Lake Chamo. There are over 46,000 speakers in Ethiopia, and a further 10,400 speakers in Kenya. Burji belongs to the Highland East Cushitic group of the Cushitic branch of the Afro-Asiatic family."@en ;
    skos:inScheme lexvo: ;
    skos:notation "bji"^^xsd:string ;
    skos:prefLabel "Bourdjieg"@br,
        "Burji"@de,
        "Burji"@en,
        "Burji"@fr,
        "Lenga Burji"@pms .

<http://lexvo.org/id/iso639-3/bkl> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bkl"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/beri1254> ;
    owl:sameAs <http://dbpedia.org/resource/Berik_language>,
        <http://www.mpii.de/yago/resource/Berik_language> ;
    skos:altLabel "Berik language"@en ;
    skos:definition "Berik is a Papuan language spoken in eastern Papua. Speakers are located in four village groups on the Tor river towards the northern coast of Indonesian-controlled Irian Jaya. In 1994 it was estimated to have around 1200 speakers. It is regarded as one of the Tor–Kwerba languages. Illustrating this, in the phrase Kitobana (meaning \"[he] gives three large objects to a male in the sunlight\"), affixes indicating time of day, object number, object size, and gender of recipient are added to the verb."@en ;
    skos:inScheme lexvo: ;
    skos:notation "bkl"^^xsd:string ;
    skos:prefLabel "Berik"@en .

<http://lexvo.org/id/iso639-3/bkm> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bkm"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/komc1235> ;
    owl:sameAs <http://dbpedia.org/resource/Kom_language>,
        <http://www.mpii.de/yago/resource/Kom_language> ;
    skos:altLabel "Kom (Cameroon)"@en,
        "Kom language"@en,
        "Kom"@fr,
        "Kom"@hr ;
    skos:definition "The Kom language, Itaŋikom, is the language spoken by the Kom people of Cameroon. Schultz 1997a and Schutz 1997b (available online) contain a comprehensive description of the language's grammar."@en ;
    skos:inScheme lexvo: ;
    skos:notation "bkm"^^xsd:string ;
    skos:prefLabel "kom"@ca,
        "科姆文"@cmn,
        "康姆文"@cmn-Hant,
        "Comeg"@cy,
        "kom"@da,
        "Kom"@de,
        "komgbe"@ee,
        "Κομ"@el,
        "Kom"@en,
        "kom"@es,
        "itaŋikomi"@et,
        "kom"@fi,
        "kom"@fr,
        "קום"@he,
        "kom"@hr,
        "kom"@hu,
        "Kom"@id,
        "kom"@it,
        "コム語"@ja,
        "콤어"@ko,
        "ກົມ"@lo,
        "komų"@lt,
        "komu"@lv,
        "ком"@mk,
        "kom"@nb,
        "Kom"@nl,
        "Shwóŋò pʉ̀a njinikom"@nnh,
        "kom"@pl,
        "Lenga Kom"@pms,
        "kom"@pt,
        "kom"@ro,
        "Ком"@ru,
        "kom"@sk,
        "bamekon"@sv,
        "Kikom"@sw,
        "Kikom"@swh,
        "กม"@th,
        "lea fakakome"@to,
        "Kom"@tr,
        "ком"@uk,
        "Tiếng Kom"@vi .

<http://lexvo.org/id/iso639-3/bkq> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bkq"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/baka1277> ;
    owl:sameAs <http://dbpedia.org/resource/Bakairi_language>,
        <http://www.mpii.de/yago/resource/Bakairi_language> ;
    skos:altLabel "Bakairi language"@en ;
    skos:definition "Bakairí (Bacairí) is a Cariban language of Brazil."@en ;
    skos:inScheme lexvo: ;
    skos:notation "bkq"^^xsd:string ;
    skos:prefLabel "Bakairí"@en .

<http://lexvo.org/id/iso639-3/blb> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "blb"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/bilu1245> ;
    owl:sameAs <http://dbpedia.org/resource/Bilua_language>,
        <http://www.mpii.de/yago/resource/Bilua_language> ;
    skos:altLabel "Bilua language"@en ;
    skos:definition "Bilua is the most populous Papuan language spoken in the Solomon Islands. It is a Central Solomons language spoken by about 9000 people on the island of Vella Lavella."@en ;
    skos:inScheme lexvo: ;
    skos:notation "blb"^^xsd:string ;
    skos:prefLabel "Bilua"@de,
        "Bilua"@en,
        "Bilua"@fr,
        "Bilua jezik"@hr,
        "Język bilua"@pl,
        "Lenga Bilua"@pms .

<http://lexvo.org/id/iso639-3/blc> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "blc"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/bell1243> ;
    owl:sameAs <http://dbpedia.org/resource/Nux%C3%A1lk_language>,
        <http://www.mpii.de/yago/resource/Nux%C3%A1lk_language> ;
    skos:altLabel "Nuxálk language"@en ;
    skos:definition "Nuxálk (also Bella Coola) is a Salishan language spoken in the vicinity of the Canadian town Bella Coola, British Columbia by approximately 20-30 elders. Until recently, the language was called Bella Coola, but the native designation Nuxálk is now preferred."@en ;
    skos:inScheme lexvo: ;
    skos:notation "blc"^^xsd:string ;
    skos:prefLabel "Nuxálk"@ca,
        "Bella Coola"@en,
        "Nuxálk"@ga,
        "Nuxálk"@nl,
        "Język nuxálk"@pl,
        "Lenga bella coola"@pms .

<http://lexvo.org/id/iso639-3/bll> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bll"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/bilo1248> ;
    owl:sameAs <http://dbpedia.org/resource/Biloxi_language>,
        <http://www.mpii.de/yago/resource/Biloxi_language> ;
    skos:altLabel "Biloxi language"@en ;
    skos:definition "Biloxi is an extinct Siouan language which was at one time spoken in Mississippi, Louisiana. and southeast Texas."@en ;
    skos:inScheme lexvo: ;
    skos:notation "bll"^^xsd:string ;
    skos:prefLabel "Biloxi"@en,
        "Biloxi"@fr,
        "Lenga biloxi"@pms .

<http://lexvo.org/id/iso639-3/bmi> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bmi"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/bagi1246> ;
    owl:sameAs <http://dbpedia.org/resource/Bagirmi_language>,
        <http://www.mpii.de/yago/resource/Bagirmi_language> ;
    skos:altLabel "Bagirmi language"@en ;
    skos:definition "Bagirmi (or Baguirmi; autonym: ) is the language of the Baguirmi people of Chad, belonging to the Nilo-Saharan family. It is spoken by 44,761 people (as of 1993), mainly in the Chari-Baguirmi Prefecture. It was the language of the kingdom of Baguirmi."@en ;
    skos:inScheme lexvo: ;
    skos:notation "bmi"^^xsd:string ;
    skos:prefLabel "Bagirmieg"@br,
        "Bagirmi"@de,
        "Bagirmi"@en,
        "Bagirmi jezik"@hr,
        "Lenga Bagirmi"@pms,
        "Багирми"@ru .

<http://lexvo.org/id/iso639-3/bmr> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bmr"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/muin1242> ;
    owl:sameAs <http://dbpedia.org/resource/Muinane_language>,
        <http://www.mpii.de/yago/resource/Muinane_language> ;
    skos:altLabel "Muinane language"@en ;
    skos:definition "Muinane is an indigenous American language spoken in western South America."@en ;
    skos:inScheme lexvo: ;
    skos:notation "bmr"^^xsd:string ;
    skos:prefLabel "Muinane"@en,
        "Muinane"@fr,
        "Lenga muinane"@pms .

<http://lexvo.org/id/iso639-3/bmy> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bmy"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/bemb1258> ;
    owl:sameAs <http://dbpedia.org/resource/Bemba_language_(Congo)>,
        <http://www.mpii.de/yago/resource/Bemba_language_(Congo)> ;
    skos:altLabel "Bemba (Democratic Republic of Congo)"@en,
        "Bemba language"@en ;
    skos:definition "The Bemba language of Congo, Kinyabemba, is a Bantu language of uncertain classification."@en ;
    skos:inScheme lexvo: ;
    skos:notation "bmy"^^xsd:string ;
    skos:prefLabel "Bemba"@en .

<http://lexvo.org/id/iso639-3/bnc> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bnc"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/cent2083> ;
    owl:sameAs <http://dbpedia.org/resource/Bontoc_language>,
        <http://www.mpii.de/yago/resource/Bontoc_language> ;
    skos:altLabel "Bontoc language"@en ;
    skos:definition "Bontoc (also spelled Bontok) is the native language of the indigenous Bontoc people of the Mountain Province, in the northern part of the Philippines."@en ;
    skos:inScheme lexvo: ;
    skos:notation "bnc"^^xsd:string ;
    skos:prefLabel "Bontok"@en .

<http://lexvo.org/id/iso639-3/bng> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bng"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/beng1282> ;
    owl:sameAs <http://dbpedia.org/resource/Benga_language>,
        <http://www.mpii.de/yago/resource/Benga_language> ;
    skos:altLabel "Benga language"@en ;
    skos:definition "Benga is a West Bantu family language spoken by the Benga people of Equatorial Guinea and Gabon. It has a dialectical variation called Bapuku. Benga speakers inhabit a small coastal portion of Rio Muni, the Cape of San Juan, suburban enclaves of Rio Benito and Bata, the islands of Corisco, and both Small Elobey and Great Elobey."@en ;
    skos:inScheme lexvo: ;
    skos:notation "bng"^^xsd:string ;
    skos:prefLabel "Benga"@de,
        "Benga"@en,
        "Benga"@fr,
        "Benga jezik"@hr,
        "Lenga Benga"@pms,
        "Kibenga"@sw .

<http://lexvo.org/id/iso639-3/bni> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bni"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/bang1354> ;
    owl:sameAs <http://dbpedia.org/resource/Bangi_language>,
        <http://www.mpii.de/yago/resource/Bangi_language> ;
    skos:altLabel "Bangi language"@en ;
    skos:definition "The Bangi language, or Bobangi, is the a relative and partial precursor of the Lingala language spoken in central Africa. Dialects of the language are spoken on both sides of the Ubangi and Congo Rivers, such as Moï, Mpama, Binza, Dzamba."@en ;
    skos:inScheme lexvo: ;
    skos:notation "bni"^^xsd:string ;
    skos:prefLabel "Bangi"@de,
        "Bangi"@en,
        "Bobangi"@fr,
        "Bangi jezik"@hr,
        "Język bangi"@pl,
        "Lenga Bangi"@pms,
        "Kibangi"@sw .

<http://lexvo.org/id/iso639-3/bnq> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bnq"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/bant1286> ;
    owl:sameAs <http://dbpedia.org/resource/Bantik_language>,
        <http://www.mpii.de/yago/resource/Bantik_language> ;
    skos:altLabel "Bantik language"@en ;
    skos:definition "Bantik is an endangered is an Austronesian language, perhaps a Philippine language, of North Sulawesi, Indonesia. It is the traditional language of the Bantik people, who are now switching to Manado Malay (the local variety of Indonesian) as their language for everyday communication, though Bantik is still used as a marker of ethnic identity."@en ;
    skos:inScheme lexvo: ;
    skos:notation "bnq"^^xsd:string ;
    skos:prefLabel "Bantik"@en,
        "Bantik"@fr,
        "Bantik jezik"@hr,
        "Lenga bantik"@pms,
        "ภาษาบันติก"@th .

<http://lexvo.org/id/iso639-3/boa> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "boa"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/bora1263> ;
    owl:sameAs <http://dbpedia.org/resource/Bora_language>,
        <http://www.mpii.de/yago/resource/Bora_language> ;
    skos:altLabel "Bora language"@en ;
    skos:definition "Bora is an indigenous American language spoken in western South America. Bora proper has 94% mutual comprehensibility with the Miraña dialect. The majority of its speakers reside in Perú where 2,328 Bora-speakers live in the Northeast Yaguasyacu, Putumayo, and Ampiyacu river areas. Peruvian speakers have a 10 to 30% literacy rate and a 25 to 50% literacy rate in their second language. A dictionary has been developed and the language has its own grammar rules. It is known as Miraña in Brazil but there are no longer any speakers there. There are about 500 speakers in Colombia in the Putumayo area. Bora contains 350 noun classes, the most discovered of any languages thus far."@en ;
    skos:inScheme lexvo: ;
    skos:notation "boa"^^xsd:string ;
    skos:prefLabel "Boraeg"@br,
        "Bora"@en,
        "Idioma bora"@es,
        "Bora"@fr,
        "𐌱𐍉𐍂𐍉𐍂𐌰𐌶𐌳𐌰"@got,
        "Lenga bora"@pms,
        "Língua bora"@pt,
        "Bora simi"@qu,
        "Бора"@ru .

<http://lexvo.org/id/iso639-3/boi> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "boi"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/barb1263> ;
    owl:sameAs <http://dbpedia.org/resource/Barbare%C3%B1o_language>,
        <http://www.mpii.de/yago/resource/Barbare%C3%B1o_language> ;
    skos:altLabel "Barbareño language"@en ;
    skos:definition "Barbareño is one of the extinct Chumash languages, a group of Native American languages previously spoken along the coastal areas of Southern California from as far north as San Luis Obispo to as far south as Malibu, California. The last first-language speaker of Barbareño was Mary Yee."@en ;
    skos:inScheme lexvo: ;
    skos:notation "boi"^^xsd:string ;
    skos:prefLabel "Barbareño"@en,
        "Chumash barbareño"@fr,
        "Lenga barbareño"@pms .

<http://lexvo.org/id/iso639-3/bol> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bol"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/nucl1695> ;
    owl:sameAs <http://dbpedia.org/resource/Bole_language>,
        <http://www.mpii.de/yago/resource/Bole_language> ;
    skos:altLabel "Bole language"@en ;
    skos:definition "Bole (also known as Bolanchi, Ampika, Borpika, Bolewa, Bolawa) is an Afro-Asiatic language spoken in Nigeria. Dialects include Bara and Fika, spoken in the Fika Emirate."@en ;
    skos:inScheme lexvo: ;
    skos:notation "bol"^^xsd:string ;
    skos:prefLabel "Bole"@en .

<http://lexvo.org/id/iso639-3/bom> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bom"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/bero1242> ;
    owl:sameAs <http://dbpedia.org/resource/Berom_language>,
        <http://www.mpii.de/yago/resource/Berom_language> ;
    skos:altLabel "Berom language"@en ;
    skos:definition "Berom (Birom) is a Plateau language of Nigeria. Although locally numerically important, the Berom are shifting to Hausa."@en ;
    skos:inScheme lexvo: ;
    skos:notation "bom"^^xsd:string ;
    skos:prefLabel "Beromeg"@br,
        "Berom"@de,
        "Berom"@en,
        "Berom jezik"@hr,
        "Lenga Berom"@pms .

<http://lexvo.org/id/iso639-3/bor> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bor"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/boro1282> ;
    owl:sameAs <http://dbpedia.org/resource/Bororo_language>,
        <http://www.mpii.de/yago/resource/Bororo_language> ;
    skos:altLabel "Bororo language"@en ;
    skos:definition "The Bororo language, or Borôro, also known as Boe, is the sole surviving language of a small family believed to be part of the Macro-Gê languages. It is spoken by the Bororo people, hunters and gatherers in the Central Mato Grosso region of Brazil."@en ;
    skos:inScheme lexvo: ;
    skos:notation "bor"^^xsd:string ;
    skos:prefLabel "Borôro"@en,
        "Боророански јазик"@mk .

<http://lexvo.org/id/iso639-3/bot> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bot"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/bong1285> ;
    owl:sameAs <http://dbpedia.org/resource/Bongo_language>,
        <http://www.mpii.de/yago/resource/Bongo_language> ;
    skos:altLabel "Bongo language"@en ;
    skos:definition "Bongo, also spelled Bungu and known as Dor, is a Central Sudanic language spoken in sparsely populated areas of South Sudan. Dialectical differences are slight."@en ;
    skos:inScheme lexvo: ;
    skos:notation "bot"^^xsd:string ;
    skos:prefLabel "Bongoeg"@br,
        "Bongo"@en,
        "Bongo"@fr,
        "Bongo jezik"@hr,
        "Бонго језик"@sr .

<http://lexvo.org/id/iso639-3/bpp> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bpp"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/kaur1271> ;
    owl:sameAs <http://dbpedia.org/resource/Kaure_language>,
        <http://www.mpii.de/yago/resource/Kaure_language> ;
    skos:altLabel "Kaure language"@en ;
    skos:definition "Kaure is a Papuan language of West Papua."@en ;
    skos:inScheme lexvo: ;
    skos:notation "bpp"^^xsd:string ;
    skos:prefLabel "Kaure"@en,
        "Język kapori"@pl .

<http://lexvo.org/id/iso639-3/bqc> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bqc"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/boko1266> ;
    owl:sameAs <http://dbpedia.org/resource/Boko_language>,
        <http://www.mpii.de/yago/resource/Boko_language> ;
    skos:altLabel "Boko"@en,
        "Boko (Benin)"@en,
        "Boko language"@en ;
    skos:definition "Boko, or Boo, is a Mande language of Benin and Nigeria."@en ;
    skos:inScheme lexvo: ;
    skos:notation "bqc"^^xsd:string ;
    skos:prefLabel "Boko"@de,
        "Boo"@en,
        "Boko"@hr,
        "Lenga Boko, Benin"@pms .

<http://lexvo.org/id/iso639-3/bqp> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bqp"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/busa1253> ;
    owl:sameAs <http://dbpedia.org/resource/Busa_language_(Mande)>,
        <http://www.mpii.de/yago/resource/Busa_language_(Mande)> ;
    skos:altLabel "Busa language"@en ;
    skos:definition "Busa is a Mande language of Nigeria. While alternate names for Busa include Bisã, which is similar to the Bissa language of the Bissa people, they are not the same."@en ;
    skos:inScheme lexvo: ;
    skos:notation "bqp"^^xsd:string ;
    skos:prefLabel "Busa"@de,
        "Busa"@en,
        "Busa"@hr,
        "Lenga Busa"@pms .

<http://lexvo.org/id/iso639-3/bqy> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bqy"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/beng1239> ;
    owl:sameAs <http://dbpedia.org/resource/Kata_Kolok>,
        <http://www.mpii.de/yago/resource/Kata_Kolok> ;
    skos:altLabel "Bengkala Sign Language"@en ;
    skos:definition "Kata Kolok (literally \"deaf talk\"), also known as Benkala Sign Language and Balinese Sign Language, is a sign language of the village of Benkala in northern Bali, Indonesia, that has had an extraordinarily high rate of deafness for several generations. As has happened elsewhere in similar circumstances, deaf and hearing people in the village have developed a sign language for communication."@en ;
    skos:inScheme lexvo: ;
    skos:notation "bqy"^^xsd:string ;
    skos:prefLabel "Kata Kolok"@en,
        "Kata Kolok"@id,
        "Língua de Sinais Kata Kolok"@pt,
        "ภาษากาตา โกโลก"@th .

<http://lexvo.org/id/iso639-3/bra> a lvont:Language,
        skos:Concept ;
    lvont:isFocusOf <http://id.loc.gov/vocabulary/iso639-2/bra> ;
    lvont:iso6392BCode "bra"^^xsd:string ;
    lvont:iso6392TCode "bra"^^xsd:string ;
    lvont:iso639P3PCode "bra"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-2/bra> ;
    owl:sameAs <http://dbpedia.org/resource/Braj_Bhasha>,
        <http://psi.oasis-open.org/iso/639/#bra>,
        <http://www.lingvoj.org/lang/bra>,
        <http://www.mpii.de/yago/resource/Braj_Bhasha>,
        <info:lc/vocabulary/languages/bra> ;
    skos:altLabel "لغة برجية"@ar,
        "Braj Bhasha"@en,
        "ब्रजभाषा"@hi,
        "ブラジュ・バーシャー語"@ja,
        "Bradjbhakha"@nn,
        "Język bradź"@pl,
        "Брадж"@ru,
        "பிராஜ் பாஷா"@ta,
        "ภาษาพรัช"@th ;
    skos:definition "Braj Bhasha (Devanagari: ब्रज भाषा), also called Brij Bhasha (बॄज भाषा), Braj Bhakha (ब्रज भाखा), or Dehaati Zabaan (देहाती ज़बान, country tongue), is a Central Indian language closely related to Hindi. In fact it is usually considered to be a dialect of Hindi, and along with Awadhi was one of the two predominant literary languages of North-Central India before the switch to Khariboli in the 19th century."@en ;
    skos:inScheme lexvo: ;
    skos:notation "bra"^^xsd:string ;
    skos:prefLabel "البراجية"@ar,
        "braj dili"@az,
        "брадж"@bg,
        "ব্রাজ"@bn,
        "braj"@br,
        "ब्रज"@brx,
        "braj"@bs,
        "брај"@bs-Cyrl,
        "braj"@ca,
        "布拉杰文"@cmn,
        "布拉杰文"@cmn-Hant,
        "bradžština"@cs,
        "braj"@da,
        "Braj-Bhakha"@de,
        "Μπρατζ"@el,
        "Braj"@en,
        "braj"@es,
        "bradži"@et,
        "براج"@fa,
        "bradž"@fi,
        "braj"@fr,
        "Braj-Bhakha"@gsw,
        "બ્રજ"@gu,
        "בראג'"@he,
        "ब्रज"@hi,
        "braj"@hr,
        "braj"@hu,
        "Braj"@id,
        "braí"@is,
        "braj"@it,
        "ブラジ語"@ja,
        "ಬ್ರಾಜ್"@kn,
        "브라지어"@ko,
        "برٛج"@ks,
        "Braj Bhasa"@la,
        "ບຣາ"@lo,
        "brajų"@lt,
        "bradžiešu"@lv,
        "брај"@mk,
        "ബ്രജ്"@ml,
        "ब्रज"@mr,
        "Braj"@mt,
        "braj"@nb,
        "Braj"@nl,
        "braj"@nn,
        "ବ୍ରାଜ୍"@or,
        "bradź"@pl,
        "Lenga braj bhasha"@pms,
        "برج بھاشا"@pnb,
        "braj"@pt,
        "braj"@rm,
        "braj"@ro,
        "брауи"@ru,
        "bradžčina"@sk,
        "bradžbakanščina"@sl,
        "Брај"@sr,
        "Braj"@sr-Latn,
        "braj"@sv,
        "ப்ராஜ்"@ta,
        "బ్రాజ్"@te,
        "พัรช"@th,
        "Braj"@tr,
        "брадж"@uk,
        "Tiếng Braj"@vi .

<http://lexvo.org/id/iso639-3/brc> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "brc"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/berb1259> ;
    owl:sameAs <http://dbpedia.org/resource/Berbice_Creole_Dutch>,
        <http://www.mpii.de/yago/resource/Berbice_Creole_Dutch> ;
    skos:altLabel "Creole Dutch, Berbice"@en ;
    skos:definition "Berbice Dutch Creole is a now extinct Dutch-based creole language. It had a lexicon partly based on a dialect of the West African language of Ijaw. In contrast to the widely known Negerhollands Dutch creole spoken in the Virgin Islands, Berbice Creole Dutch and its relative Skepi Creole Dutch, were more or less unknown to the outside world until Ian Robertson first reported on the two languages in 1975. Dutch linguist Silvia Kouwenberg subsequently investigated the creole language, publishing its grammar in 1993."@en ;
    skos:inScheme lexvo: ;
    skos:notation "brc"^^xsd:string ;
    skos:prefLabel "Berbice-Niederländisch"@de,
        "Berbice Creole Dutch"@en,
        "Berbiceko nederlandera"@eu,
        "Berbice Dutch Creole"@gsw-FR,
        "Berbice kreolski nizozemski jezik"@hr,
        "Batava Berbicensis"@la,
        "Berbice-Nederlands"@nl,
        "Berbice-nederlandsk"@no,
        "Lenga berbice creole dutch"@pms,
        "Бербисский язык"@ru .

<http://lexvo.org/id/iso639-3/brg> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "brg"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/baur1253> ;
    owl:sameAs <http://dbpedia.org/resource/Baure_language>,
        <http://www.mpii.de/yago/resource/Baure_language> ;
    skos:altLabel "Baure language"@en ;
    skos:definition "Baure is a nearly extinct Arawakan language spoken by only 13 of 200 ethnic tribal Baure people of the Beni department of northwest of Magdalena, Bolivia. Some Bible portions have been translated into Baure. Most speakers have been shifting to Spanish."@en ;
    skos:inScheme lexvo: ;
    skos:notation "brg"^^xsd:string ;
    skos:prefLabel "Baure"@en,
        "Idioma bauré"@es,
        "Baure"@fr,
        "Lenga baure"@pms .

<http://lexvo.org/id/iso639-3/brm> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "brm"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/bara1361> ;
    owl:sameAs <http://dbpedia.org/resource/Barambu_language>,
        <http://www.mpii.de/yago/resource/Barambu_language> ;
    skos:altLabel "Barambu language"@en ;
    skos:definition "Barambu is an Ubangian language spoken in the northeast of the Democratic Republic of the Congo."@en ;
    skos:inScheme lexvo: ;
    skos:notation "brm"^^xsd:string ;
    skos:prefLabel "Barambu"@de,
        "Barambu"@en,
        "Barambu jezik"@hr,
        "Lenga Barambu"@pms,
        "Kibarambu"@sw .

<http://lexvo.org/id/iso639-3/brn> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "brn"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/boru1252> ;
    owl:sameAs <http://dbpedia.org/resource/Bor%C5%A9ca_language>,
        <http://www.mpii.de/yago/resource/Bor%C5%A9ca_language> ;
    skos:altLabel "Borũca language"@en ;
    skos:definition "The Boruca language (also known as Bronka , Bronca or Brúnkajk.) is the native language of the Boruca people of Costa Rica. It is one of the Chibchan languages. It is nearly extinct; it was spoken fluently by only five women in 1986, while 30 to 35 others spoke it nonfluently. The rest of the tribe's 1,000 members speak Spanish. The language is taught as a second language at the local primary school Escuela Doris Z. Stone. One can hear Bronka words and phrases mixed into Spanish conversations but it is extremely rare to hear prolonged exchanges in Bronka."@en ;
    skos:inScheme lexvo: ;
    skos:notation "brn"^^xsd:string ;
    skos:prefLabel "Boruca"@en,
        "Boruca"@no .

<http://lexvo.org/id/iso639-3/brx> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "brx"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/bodo1269> ;
    owl:sameAs <http://dbpedia.org/resource/Bodo_language>,
        <http://www.mpii.de/yago/resource/Bodo_language> ;
    skos:altLabel "Bodoeg"@br,
        "Bodo (India)"@en,
        "Bodo language"@en,
        "Idioma bodo"@es,
        "Bodon kieli"@fi,
        "Bodo"@fr,
        "Lingua bodo"@it,
        "Język bodo"@pl,
        "Língua bodo"@pt,
        "Бодо"@ru,
        "Bodo"@sv,
        "ภาษาโบโด"@th ;
    skos:definition "Bodo (Devnagari:बोडो) (pronounced ) is a language that belongs to the branch of Barish section under Baric division of the Tibeto-Burman languages and spoken by the Bodo people of north-eastern India and Nepal. The language is one of the official languages of the Indian state of Assam, and is one of the 22 scheduled languages that is given a special constitutional status in India."@en ;
    skos:inScheme lexvo: ;
    skos:notation "brx"^^xsd:string ;
    skos:prefLabel "البودو"@ar,
        "বড়ো ভাষা"@as,
        "বোড়ো ভাষা"@bn,
        "bodo"@br,
        "बड़ो"@brx,
        "bodo"@ca,
        "博多文"@cmn,
        "博多文"@cmn-Hant,
        "bodoština"@cs,
        "bodo"@da,
        "Bodo"@de,
        "bodogbe"@ee,
        "Μπόντο"@el,
        "Bodo"@en,
        "Bodoa lingvo"@eo,
        "bodo"@es,
        "bodo"@et,
        "bodo"@fi,
        "bodo"@fr,
        "બોડો ભાષા"@gu,
        "בודו"@he,
        "बोडो भाषा"@hi,
        "bodo"@hr,
        "bodo"@hu,
        "Bodo"@id,
        "bodo"@is,
        "bodo"@it,
        "ボド語"@ja,
        "보도어"@ko,
        "Boddo"@ksh,
        "Lingua Bodo"@la,
        "ໂບດູ"@lo,
        "bodo"@lt,
        "bodo"@lv,
        "Bodo"@mg,
        "бодо"@mk,
        "ബോഡോ"@ml,
        "बोडो भाषा"@mr,
        "bodo"@nb,
        "Bodo"@nl,
        "bodo"@nn,
        "Bodo"@no,
        "bodo"@pl,
        "Lenga Bodo, India"@pms,
        "bodo"@pt,
        "bodo"@ro,
        "бодо"@ru,
        "Bodo jezik"@sh,
        "bodo"@sk,
        "Бодо језик"@sr,
        "bodo"@sv,
        "போடோ மொழி"@ta,
        "బోడో"@te,
        "โพโฑ"@th,
        "lea fakapōto"@to,
        "Bodo"@tr,
        "Бодо"@uk,
        "Tiếng Bodo"@vi,
        "博多语"@zh .

<http://lexvo.org/id/iso639-3/bsc> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bsc"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/bass1258> ;
    owl:sameAs <http://dbpedia.org/resource/Bassari_language>,
        <http://www.mpii.de/yago/resource/Bassari_language> ;
    skos:altLabel "Bassari"@en,
        "Bassari language"@en ;
    skos:definition "Basari, or Oniyan (Onian, Onëyan, Ayan, Biyan, Wo), is a Senegambian language of Senegal and Guinea spoken by traditional hunter-gatherers."@en ;
    skos:inScheme lexvo: ;
    skos:notation "bsc"^^xsd:string ;
    skos:prefLabel "Basareg"@br,
        "Bassari"@de,
        "Oniyan"@en,
        "Bassari"@fr,
        "Oniyan jezik"@hr,
        "바사리어"@ko,
        "Lenga Bassari"@pms .

<http://lexvo.org/id/iso639-3/bsh> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bsh"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/kati1270> ;
    owl:sameAs <http://dbpedia.org/resource/Kata-vari_dialect>,
        <http://www.mpii.de/yago/resource/Kata-vari_dialect> ;
    skos:altLabel "Kata-vari dialect"@en ;
    skos:definition "Kata-vari is a dialect of the Kamkata-viri language spoken by the Kata in parts of Afghanistan and Pakistan. The most used alternative names are Kati, Kativiri or Bashgali."@en ;
    skos:inScheme lexvo: ;
    skos:notation "bsh"^^xsd:string ;
    skos:prefLabel "Kati"@en,
        "Kati"@fr,
        "Kati jezik"@hr .

<http://lexvo.org/id/iso639-3/bsk> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bsk"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/buru1296> ;
    owl:sameAs <http://dbpedia.org/resource/Burushaski>,
        <http://www.mpii.de/yago/resource/Burushaski> ;
    skos:altLabel "Burushaski language"@en ;
    skos:definition "The Burushaski or Burushko language ( burū́šaskī), is a language isolate (that is, not known to be related to any other language of the world). It is spoken by some 87,000 (as of 2000) Burusho people in the Hunza, Nagar, Yasin, and Ishkoman valleys, and some parts of the Gilgit valley, in Gilgit–Baltistan in Pakistan and by about 300 Burusho people in Srinagar in Jammu and Kashmir, India. Other names for the language are Brugaski, Kanjut (Kunjoot), Verchikwār, Boorishki, Brushas (Brushias), and Miśa:ski."@en ;
    skos:inScheme lexvo: ;
    skos:notation "bsk"^^xsd:string ;
    skos:prefLabel "بروشسكي"@ar,
        "Бурушаски"@bg,
        "Bourouchaskeg"@br,
        "Buruixaski"@ca,
        "Burushaski"@da,
        "Burushaski"@de,
        "Burushaski"@en,
        "Buruŝa lingvo"@eo,
        "Idioma burushaski"@es,
        "Burušaski keel"@et,
        "Buruxaski"@eu,
        "Burušaskin kieli"@fi,
        "Bourouchaski"@fr,
        "בורושסקי"@he,
        "बरूशसकी"@hi,
        "Burushaski jezik"@hr,
        "Lingua burushaski"@it,
        "ブルシャスキー語"@ja,
        "부르샤스키어"@ko,
        "Бурушаски јазик"@mk,
        "Burushaski"@nl,
        "Burushaski"@oc,
        "Język buruszaski"@pl,
        "Lenga burushaski"@pms,
        "بروشسکی"@pnb,
        "Бурушаски"@ru,
        "Buriština"@sk,
        "Burushaski"@sv,
        "Бурушаски теле"@tt,
        "بروشسکی زبان"@ur,
        "布魯夏斯基語"@zh .

<http://lexvo.org/id/iso639-3/bsn> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bsn"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/bara1380> ;
    owl:sameAs <http://dbpedia.org/resource/Barasana_language>,
        <http://www.mpii.de/yago/resource/Barasana_language> ;
    skos:altLabel "Barasana language"@en ;
    skos:definition "The Barasana language is an aboriginal amerindian language spoken by a few thousand people in Northern South America. The people, the Barasana and Eduria, are ethnically distinct and consider their dialects to be distinct languages. The Barasana dialect is also known as Southern Barasano, Come Masa, Comematsa, Janera, Paneroa, Yebamasa; Eduria is also known as Edulia, Taibano, Taiwaeno, Taiwano."@en ;
    skos:inScheme lexvo: ;
    skos:notation "bsn"^^xsd:string ;
    skos:prefLabel "Barasana-Eduria"@en,
        "Barasana"@fr .

<http://lexvo.org/id/iso639-3/bsw> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bsw"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/bais1246> ;
    owl:sameAs <http://dbpedia.org/resource/Baiso_language>,
        <http://www.mpii.de/yago/resource/Baiso_language> ;
    skos:altLabel "Baiso language"@en ;
    skos:definition ":For the comune in Italy, see Baiso Baiso (also Alkali, Bayso) is an Afro-Asiatic language spoken in Ethiopia in the region around Lake Abaya."@en ;
    skos:inScheme lexvo: ;
    skos:notation "bsw"^^xsd:string ;
    skos:prefLabel "Baisoeg"@br,
        "Bayso"@de,
        "Baiso"@en,
        "Baiso hizkuntza"@eu,
        "Baiso jezik"@hr,
        "Lenga Baiso"@pms .

<http://lexvo.org/id/iso639-3/bth> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bth"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/biat1246> ;
    owl:sameAs <http://dbpedia.org/resource/Biatah_language>,
        <http://www.mpii.de/yago/resource/Biatah_language> ;
    skos:altLabel "Biatah language"@en,
        "Bidayuh, Biatah"@en ;
    skos:definition "The Biatah language is spoken in the Malaysian state of Sarawak and the Indonesian province of Kalimantan Barat. It belongs to the Malayo-Polynesian branch of the Austronesian language family."@en ;
    skos:inScheme lexvo: ;
    skos:notation "bth"^^xsd:string ;
    skos:prefLabel "Biatah Bidayuh"@en,
        "Biatah bidayuh"@fr,
        "Lenga Biatah"@pms .

<http://lexvo.org/id/iso639-3/btx> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "btx"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/bata1293> ;
    owl:sameAs <http://dbpedia.org/resource/Batak_Karo_language>,
        <http://www.mpii.de/yago/resource/Batak_Karo_language> ;
    skos:altLabel "Batak Karo language"@en ;
    skos:definition "Batak Karo, referred to in Indonesia simply as Bahasa Karo (Karo language), is an Austronesian language that is spoken by the Karo people of Indonesia. It is used by around 600,000 people in North Sumatra. It was historically written using the Batak alphabet which is descended from the Brahmi script of ancient India by way of the Pallava and Old Kawi scripts, but nowadays only a tiny number of Karo can write or understand the script, and instead the Latin script is used."@en ;
    skos:inScheme lexvo: ;
    skos:notation "btx"^^xsd:string ;
    skos:prefLabel "Batak Karo"@en,
        "Batak karo"@fr,
        "Bahasa Batak Karo"@id,
        "バタク・カロ語"@ja,
        "Bahasa Batak Karo"@ms,
        "Lenga batak karo"@pms .

<http://lexvo.org/id/iso639-3/bua> a lvont:Language,
        skos:Concept ;
    lvont:isFocusOf <http://id.loc.gov/vocabulary/iso639-2/bua> ;
    lvont:iso6392BCode "bua"^^xsd:string ;
    lvont:iso6392TCode "bua"^^xsd:string ;
    lvont:iso639P3PCode "bua"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-2/bua> ;
    owl:sameAs <http://dbpedia.org/resource/Buryat_language>,
        <http://psi.oasis-open.org/iso/639/#bua>,
        <http://www.lingvoj.org/lang/bxr>,
        <http://www.mpii.de/yago/resource/Buryat_language>,
        <info:lc/vocabulary/languages/bua> ;
    skos:altLabel "Buryat dili"@az,
        "Бурятски език"@bg,
        "Bouriateg"@br,
        "Buriat"@ca,
        "Burjatština"@cs,
        "Burjatische Sprache"@de,
        "Buryat language"@en,
        "Idioma buriato"@es,
        "زبان بوریاتی"@fa,
        "Burjaatin kieli"@fi,
        "Bouriate"@fr,
        "בוריאטית"@he,
        "Lingua buriata"@it,
        "부리아타"@ko,
        "Buriatų kalba"@lt,
        "Бурјатски јазик"@mk,
        "Boerjatisch"@nl,
        "Burjatisk"@nn,
        "Język buriacki"@pl,
        "Бурятский язык"@ru,
        "Buriatčina"@sk,
        "Burjatiska"@sv,
        "புரியாத்திய மொழி"@ta,
        "ภาษาบูร์ยัต"@th,
        "Buryatça"@tr,
        "Бурятська мова"@uk ;
    skos:definition "Buryat (or Buriat; Buryat Cyrillic: буряад хэлэн buryaad khelen) is a Mongolic variety spoken by the Buryats that is either classified as a language or as a major dialect group of Mongolian. The majority of Buryat speakers live in Russia along the northern border of Mongolia where it is an official language in the Buryat Republic, Ust-Orda Buryatia and Aga Buryatia. In the Russian census of 2002, 353,113 people out of an ethnic population of 445,175 could speak Buryat (72.3%). Some other 15,694 can also speak Buryat, mostly ethnic Russians. There are at least 100,000 ethnic Buryats in Mongolia and the People's Republic of China as well. Buriats in Russia have a separate literary standard, written in a Cyrillic alphabet."@en ;
    skos:inScheme lexvo: ;
    skos:notation "bua"^^xsd:string ;
    skos:prefLabel "Boerjaties"@af,
        "البرياتية"@ar,
        "buryat dili"@az,
        "бурацкая"@be,
        "бурятски"@bg,
        "বুরিয়াত"@bn,
        "bouriat"@br,
        "बुरियात"@brx,
        "buriat"@bs,
        "буриат"@bs-Cyrl,
        "Буряад хэлэн"@bxr,
        "buriat"@ca,
        "布里亚特文"@cmn,
        "布里阿特文"@cmn-Hant,
        "burjatština"@cs,
        "Боурꙗдьскъ ѩꙁꙑкъ"@cu,
        "Бурят чĕлхи"@cv,
        "Bwriateg"@cy,
        "buriatisk"@da,
        "Burjatisch"@de,
        "Μπουριάτ"@el,
        "Buriat"@en,
        "Burjata lingvo"@eo,
        "buriat"@es,
        "burjaadi"@et,
        "بوریاتی"@fa,
        "burjaatti"@fi,
        "bouriate"@fr,
        "Burjatisch"@gsw,
        "બુરિયાત"@gu,
        "Buryatish"@gv,
        "בוריאט"@he,
        "बुरियात"@hi,
        "buriat"@hr,
        "burját"@hu,
        "Buriat"@id,
        "búríat"@is,
        "buriat"@it,
        "ブリヤート語"@ja,
        "ბურიატული"@ka,
        "ಬುರಿಯಟ್"@kn,
        "부랴트어"@ko,
        "بُرِیَت"@ks,
        "Бурят кыв"@kv,
        "Lingua Buriatica"@la,
        "ບູຣຽດ"@lo,
        "buriatų"@lt,
        "burjatu"@lv,
        "буријат"@mk,
        "ബുറിയത്ത്"@ml,
        "बुरियात"@mr,
        "Burjat"@mt,
        "buriat"@nb,
        "Buriat"@nl,
        "burjatisk"@nn,
        "Burjatisk"@no,
        "ବୁରିଆଟ୍"@or,
        "бурятаг"@os,
        "buriacki"@pl,
        "Lenga buriat, Mongòlia"@pms,
        "buriat"@pt,
        "buriat"@rm,
        "buriat"@ro,
        "бурятский"@ru,
        "buriatčina"@sk,
        "burjatščina"@sl,
        "Буриат"@sr,
        "Buriat"@sr-Latn,
        "burjätiska"@sv,
        "புரியாத்"@ta,
        "బురియట్"@te,
        "บูเรียต"@th,
        "Buryat"@tr,
        "бурятська"@uk,
        "Tiếng Buriat"@vi,
        "布里亞特語"@zh .

<http://lexvo.org/id/iso639-3/bue> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bue"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/beot1247> ;
    owl:sameAs <http://dbpedia.org/resource/Beothuk_language>,
        <http://www.mpii.de/yago/resource/Beothuk_language> ;
    skos:altLabel "Beothuk language"@en ;
    skos:definition "The Beothuk language ( or ), also called Beothukan, was spoken by the indigenous Beothuk people of Newfoundland. The Beothuk have been extinct since 1829 and there are few written accounts of their language, so little is known about it. There have been claims of links with the neighbouring Algonquian language family but there is not enough evidence to draw strong conclusions. In 2007 DNA studies showed genetic links between the Beothuk and Algonquian-speaking Mi'kmaq."@en ;
    skos:inScheme lexvo: ;
    skos:notation "bue"^^xsd:string ;
    skos:prefLabel "Beotukeg"@br,
        "Beothuk"@en,
        "Idioma beothuk"@es,
        "Beothuk hizkuntza"@eu,
        "Béothuk"@fr,
        "베오투크어"@ko,
        "Beothuk"@nl,
        "Beothuk"@no,
        "Беотук"@ru .

<http://lexvo.org/id/iso639-3/buf> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "buf"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/bush1247> ;
    owl:sameAs <http://dbpedia.org/resource/Bushong_language>,
        <http://www.mpii.de/yago/resource/Bushong_language> ;
    skos:altLabel "Bushong language"@en ;
    skos:definition "Bushong (Bushoong) is a Bantu language of the Kasai region of Democratic Republic of the Congo. It was the language of the Kuba Kingdom."@en ;
    skos:inScheme lexvo: ;
    skos:notation "buf"^^xsd:string ;
    skos:prefLabel "Bushoong"@en,
        "Kibushoong"@sw .

<http://lexvo.org/id/iso639-3/buh> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "buh"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/youn1235> ;
    owl:sameAs <http://dbpedia.org/resource/Yuno_language>,
        <http://www.mpii.de/yago/resource/Yuno_language> ;
    skos:altLabel "Bunu, Younuo"@en,
        "Yuno language"@en ;
    skos:definition "Yuno ( Younuo) is a divergent Hmongic language spoken in Longsheng County (龙胜县), Guangxi, China. Its classification is uncertain."@en ;
    skos:inScheme lexvo: ;
    skos:notation "buh"^^xsd:string ;
    skos:prefLabel "Younuo Bunu"@en .

<http://lexvo.org/id/iso639-3/bum> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bum"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/bulu1251> ;
    owl:sameAs <http://dbpedia.org/resource/Bulu_language>,
        <http://www.mpii.de/yago/resource/Bulu_language> ;
    skos:altLabel "Bulu (Cameroon)"@en,
        "Bulu language"@en,
        "boulou"@fr,
        "Bulu"@hr,
        "Język bulu"@pl ;
    skos:definition "Bulu is the language of the Bulu people of Cameroon. The language had 174,000 native speakers in 1982, with some 800,000 second language speakers in 1991. Colonial and missionary groups formerly used Bulu as a lingua franca in the region for commercial, educational, and religious purposes, though it is today becoming less frequent in those spheres. Dialects include Bene, Yelinda, Yembana, Yengono, and Zaman."@en ;
    skos:inScheme lexvo: ;
    skos:notation "bum"^^xsd:string ;
    skos:prefLabel "seki"@ca,
        "布鲁文"@cmn,
        "布魯文"@cmn-Hant,
        "bulu"@cs,
        "Bwlw"@cy,
        "bulu"@da,
        "Bulu"@de,
        "bulugbe"@ee,
        "Μπουλού"@el,
        "Bulu"@en,
        "Bulua lingvo"@eo,
        "bulu"@es,
        "bulu"@et,
        "bulu"@fi,
        "Bulu"@fr,
        "בולו"@he,
        "bulu"@hr,
        "bulu"@hu,
        "Bulu"@id,
        "bulu"@it,
        "ブル語"@ja,
        "불루어"@ko,
        "ບູລູ"@lo,
        "bulu"@lt,
        "bulu"@lv,
        "булу"@mk,
        "bulu"@nb,
        "Bulu"@nl,
        "Shwóŋò mbulu"@nnh,
        "bulu"@pl,
        "Lenga Bulu"@pms,
        "bulu"@pt,
        "bulu"@ro,
        "bulu"@sk,
        "boulou"@sv,
        "Kibulu"@sw,
        "Kibulu"@swh,
        "บูลู"@th,
        "lea fakapulu"@to,
        "Bulu"@tr,
        "булу"@uk,
        "Tiếng Bulu"@vi .

<http://lexvo.org/id/iso639-3/buo> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "buo"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/tere1278> ;
    owl:sameAs <http://dbpedia.org/resource/Terei_language>,
        <http://www.mpii.de/yago/resource/Terei_language> ;
    skos:altLabel "Terei language"@en ;
    skos:definition "Terei or Buin, also known as Telei, Rugara, is the most populous Papuan language spoken to the east of New Guinea. There are about 27,000 speakers in the Buin District of Bougainville Province, Papua New Guinea."@en ;
    skos:inScheme lexvo: ;
    skos:notation "buo"^^xsd:string ;
    skos:prefLabel "Terei"@en .

<http://lexvo.org/id/iso639-3/bvb> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bvb"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/bube1242> ;
    owl:sameAs <http://dbpedia.org/resource/Bube_language>,
        <http://www.mpii.de/yago/resource/Bube_language> ;
    skos:altLabel "Bube language"@en ;
    skos:definition "Bube, Bohobé, or Bube–Benga, is a Bantu or Bantoid language spoken by the Bubi, a Bantu people native to, and once the primary inhabitants of, Bioko Island, Equatorial Guinea. The language was brought to Bioko from continental Africa more than three thousand years ago when the Bubi began arriving on the island."@en ;
    skos:inScheme lexvo: ;
    skos:notation "bvb"^^xsd:string ;
    skos:prefLabel "Bube"@de,
        "Bube"@en,
        "Idioma bubi"@es,
        "Bubi"@fr,
        "Bube jezik"@hr,
        "Język bubi"@pl,
        "Lenga Bube"@pms,
        "Kibubi"@sw .

<http://lexvo.org/id/iso639-3/bvq> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bvq"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/birr1240> ;
    owl:sameAs <http://dbpedia.org/resource/Birri_language>,
        <http://www.mpii.de/yago/resource/Birri_language> ;
    skos:altLabel "Birri language"@en ;
    skos:definition "Birri (Bviri) is a nearly extinct Central Sudanic language of CAR and formerly of (South) Sudan. It may be one of the Vale languages."@en ;
    skos:inScheme lexvo: ;
    skos:notation "bvq"^^xsd:string ;
    skos:prefLabel "Birri"@en,
        "Birri jezik"@hr .

<http://lexvo.org/id/iso639-3/bvr> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bvr"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/bura1267> ;
    owl:sameAs <http://dbpedia.org/resource/Burarra_language>,
        <http://www.mpii.de/yago/resource/Burarra_language> ;
    skos:altLabel "Burarra language"@en ;
    skos:definition "Burarra is an Australian Aboriginal language spoken by the Burarra people of Arnhemland."@en ;
    skos:inScheme lexvo: ;
    skos:notation "bvr"^^xsd:string ;
    skos:prefLabel "Burarra"@en .

<http://lexvo.org/id/iso639-3/bvz> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bvz"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/bauz1241> ;
    owl:sameAs <http://dbpedia.org/resource/Bauzi_language>,
        <http://www.mpii.de/yago/resource/Bauzi_language> ;
    skos:altLabel "Bauzi language"@en ;
    skos:definition "Bauzi (also written Baudi, Baudji, Baudzi, Bauri) is a Papuan language of the East Geelvink Bay family spoken in the Indonesian province of Papua."@en ;
    skos:inScheme lexvo: ;
    skos:notation "bvz"^^xsd:string ;
    skos:prefLabel "Bauzi"@en .

<http://lexvo.org/id/iso639-3/bwe> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bwe"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/bwek1238> ;
    owl:sameAs <http://dbpedia.org/resource/Bwe_Karen_language>,
        <http://www.mpii.de/yago/resource/Bwe_Karen_language> ;
    skos:altLabel "Bwe Karen language"@en,
        "Karen, Bwe"@en ;
    skos:definition "Bwe, also known as Bwe Karen and Bghai (Baghi), is a Karen language of Burma."@en ;
    skos:inScheme lexvo: ;
    skos:notation "bwe"^^xsd:string ;
    skos:prefLabel "Bwe Karen"@en .

<http://lexvo.org/id/iso639-3/bwi> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bwi"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/bani1255> ;
    owl:sameAs <http://dbpedia.org/resource/Baniwa_language>,
        <http://www.mpii.de/yago/resource/Baniwa_language> ;
    skos:altLabel "Baniwa language"@en ;
    skos:definition "Baniwa (Baniva), or Baniwa of Içana (Baniua do Içana), is an Arawakan language spoken in Amazonas, Brazil, and in Venezuela."@en ;
    skos:inScheme lexvo: ;
    skos:notation "bwi"^^xsd:string ;
    skos:prefLabel "Baniwa"@en,
        "Baniwa jezik"@hr,
        "Lenga baniwa"@pms .

<http://lexvo.org/id/iso639-3/bwo> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bwo"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/boro1277> ;
    owl:sameAs <http://dbpedia.org/resource/Shinasha_language>,
        <http://www.mpii.de/yago/resource/Shinasha_language> ;
    skos:altLabel "Borna"@en,
        "Borna (Ethiopia)"@en,
        "Boro (Ethiopia)"@en,
        "Shinasha language"@en ;
    skos:definition "Shinasha, also known as Boro (Borna, Bworo) is a North Omotic language spoken in western Ethiopia by the Shinasha people. Its speakers live in scattered areas north of the Abay River: in the Dangur, Dibate and Wenbera districts, which are parts of the Benishangul-Gumuz Region."@en ;
    skos:inScheme lexvo: ;
    skos:notation "bwo"^^xsd:string ;
    skos:prefLabel "Boro"@en,
        "Shinasha"@fr,
        "Boro jezik"@hr,
        "Lenga Boro"@pms .

<http://lexvo.org/id/iso639-3/bwr> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bwr"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/bura1292> ;
    owl:sameAs <http://dbpedia.org/resource/Bura_language>,
        <http://www.mpii.de/yago/resource/Bura_language> ;
    skos:altLabel "Bura language"@en ;
    skos:definition "Bura-Pabir (also known as Bura, Burra, Bourrah, Pabir, Babir, Babur, Barburr, Mya Bura, Kwojeffa, Huve, Huviya) is a Chadic language spoken in Nigeria. Dialects are Pela, Bura Pela, Hill Bura, Hyil Hawul, Bura Hyilhawul, and Plain Bura."@en ;
    skos:inScheme lexvo: ;
    skos:notation "bwr"^^xsd:string ;
    skos:prefLabel "Bouraeg-pabireg"@br,
        "Bura-Pabir"@en,
        "Bura-Pabir jezik"@hr,
        "Бура"@ru,
        "Бура"@uk .

<http://lexvo.org/id/iso639-3/bwu> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bwu"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/buli1254> ;
    owl:sameAs <http://dbpedia.org/resource/Buli_language>,
        <http://www.mpii.de/yago/resource/Buli_language> ;
    skos:altLabel "Buli (Ghana)"@en,
        "Buli language"@en ;
    skos:definition "Buli is a Gur language of Ghana. It is an SVO language."@en ;
    skos:inScheme lexvo: ;
    skos:notation "bwu"^^xsd:string ;
    skos:prefLabel "Buli"@de,
        "Buli"@en,
        "Lenga Buli"@pms .

<http://lexvo.org/id/iso639-3/bxk> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bxk"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/buku1249> ;
    owl:sameAs <http://dbpedia.org/resource/Bukusu_dialect_(Luhya)>,
        <http://www.mpii.de/yago/resource/Bukusu_dialect_(Luhya)> ;
    skos:altLabel "Bukusu dialect"@en,
        "Lubukusu"@en ;
    skos:definition "Bukusu (native name: Lubukusu) is a Luhya language from Bantu group spoken by the Bukusu people of western Kenya. It is one of the related languages of the Luhya people. The language is, however, more closely related to the Gisu and Masaaba languages of Eastern Uganda, and is mutually intelligible with them."@en ;
    skos:inScheme lexvo: ;
    skos:notation "bxk"^^xsd:string ;
    skos:prefLabel "Boukousoueg"@br,
        "Bukusu"@en,
        "Bukusu"@fr,
        "Lugha ya Bukusu"@sw .

<http://lexvo.org/id/iso639-3/byr> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "byr"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/baru1267> ;
    owl:sameAs <http://dbpedia.org/resource/Yipma_language>,
        <http://www.mpii.de/yago/resource/Yipma_language> ;
    skos:altLabel "Baruya"@en,
        "Yipma language"@en ;
    skos:definition "Yipma is an Angan language of Papua New Guinea. Dialects are Wantakia, Baruya (Barua), Gulicha, Usirampia (Wuzuraabya)."@en ;
    skos:inScheme lexvo: ;
    skos:notation "byr"^^xsd:string ;
    skos:prefLabel "Yipma"@en .

<http://lexvo.org/id/iso639-3/byw> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "byw"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/belh1239> ;
    owl:sameAs <http://dbpedia.org/resource/Belhare_language>,
        <http://www.mpii.de/yago/resource/Belhare_language> ;
    skos:altLabel "Belhare language"@en ;
    skos:definition "Belhare is a Kiranti language spoken by some 2,000 people living on the Belhara hill, at the southern foothills of the Himalayas situated in the Dhankuta district in Eastern Nepal. All speakers of Belhare are bilingual in Nepali, this results in frequent code mixing and a large amount of Nepali loan-words. Nevertheless, the grammar of Belhare has maintained its distinct Kiranti characteristics. Like other Kiranti languages, Belhare is characterized by an elaborate morphology in both the nominal and verbal domain. Syntactically, Belhare has partly an accusative, partly an ergative pivot, but accusative syntax is more prominent in terms of frequency."@en ;
    skos:inScheme lexvo: ;
    skos:notation "byw"^^xsd:string ;
    skos:prefLabel "Belhariya"@en,
        "Belharish"@gv,
        "ภาษาเบลฮาเร"@th .

<http://lexvo.org/id/iso639-3/byx> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "byx"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/qaqe1238> ;
    owl:sameAs <http://dbpedia.org/resource/Qaqet_language>,
        <http://www.mpii.de/yago/resource/Qaqet_language> ;
    skos:altLabel "Qaqet language"@en ;
    skos:definition "Qaqet (Kakat, Makakat, Maqaqet) is a Papuan language spoken in East New Britain Province on the island of New Britain, Papua New Guinea."@en ;
    skos:inScheme lexvo: ;
    skos:notation "byx"^^xsd:string ;
    skos:prefLabel "Qaqet"@en .

<http://lexvo.org/id/iso639-3/bza> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bza"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/band1352> ;
    owl:sameAs <http://dbpedia.org/resource/Bandi_language>,
        <http://www.mpii.de/yago/resource/Bandi_language> ;
    skos:altLabel "Bandi language"@en ;
    skos:definition "The Bandi language, also known as Bande, Gbande, Gbandi and Gbunde, is a Mande language. It is spoken primarily in Lofa County in northern Liberia by the Bandi people."@en ;
    skos:inScheme lexvo: ;
    skos:notation "bza"^^xsd:string ;
    skos:prefLabel "Bandi"@de,
        "Bandi"@en,
        "Bandi jezik"@hr,
        "Lenga Bandi"@pms,
        "Банди"@ru .

<http://lexvo.org/id/iso639-3/bzd> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bzd"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/brib1243> ;
    owl:sameAs <http://dbpedia.org/resource/Bribri_language>,
        <http://www.mpii.de/yago/resource/Bribri_language> ;
    skos:altLabel "Bribri language"@en ;
    skos:definition "The Bribri language is a tonal SOV language spoken by the Bribri people from Costa Rica. It belongs to the Chibchan language family and there are about 11,000 speakers."@en ;
    skos:inScheme lexvo: ;
    skos:notation "bzd"^^xsd:string ;
    skos:prefLabel "Bribri"@en,
        "Idioma bribri"@es,
        "Bribri"@fr,
        "브리브리어"@ko,
        "Bribri"@no,
        "Bribri simi"@qu .

<http://lexvo.org/id/iso639-3/bzf> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bzf"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/boik1241> ;
    owl:sameAs <http://dbpedia.org/resource/Boiken_language>,
        <http://www.mpii.de/yago/resource/Boiken_language> ;
    skos:altLabel "Boiken language"@en ;
    skos:definition "Boiken (Nucum, Yangoru) is one of the more populous of the Ndu languages of Sepik River region of northern Papua New Guinea."@en ;
    skos:inScheme lexvo: ;
    skos:notation "bzf"^^xsd:string ;
    skos:prefLabel "Boikin"@en .

<http://lexvo.org/id/iso639-3/bzs> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bzs"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/braz1236> ;
    owl:sameAs <http://dbpedia.org/resource/Brazilian_Sign_Language>,
        <http://www.mpii.de/yago/resource/Brazilian_Sign_Language> ;
    skos:definition "Brazilian Sign Language, also known as \"Libras\" (from \"Língua Brasileira de Sinais\") and previously known as LSB, LGB or LSCB (Brazilian Cities Sign Language), is the language of the Deaf communities of urban Brazil."@en ;
    skos:inScheme lexvo: ;
    skos:notation "bzs"^^xsd:string ;
    skos:prefLabel "Brazilian Sign Language"@en,
        "Brazila signolingvo"@eo,
        "Brazilski znakovni jezik"@hr,
        "Brasiliansk tegnspråk"@no,
        "Língua brasileira de sinais"@pt .

<http://lexvo.org/id/iso639-3/caa> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "caa"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/chor1273> ;
    owl:sameAs <http://dbpedia.org/resource/Ch%E2%80%99orti%E2%80%99_language>,
        <http://www.mpii.de/yago/resource/Ch%E2%80%99orti%E2%80%99_language> ;
    skos:altLabel "Ch’orti’ language"@en ;
    skos:definition "The Chorti language (sometimes also Chorti) is a Mayan language, spoken by the indigenous Maya people who are also known as the Chorti or Chorti Maya. Chorti is a direct descendant of the Classic Maya language in which many of the pre-Columbian inscriptions using the Maya script were written. This Classic Maya language is also attested in a number of inscriptions made in regions whose inhabitants most likely spoke a different Mayan language variant, including the ancestor of Yukatek Maya."@en ;
    skos:inScheme lexvo: ;
    skos:notation "caa"^^xsd:string ;
    skos:prefLabel "Chortí-Sprache"@de,
        "Chortí"@en,
        "Idioma chortí"@es,
        "Ch'orti'"@fr,
        "Čorčių kalba"@lt,
        "Чортиски јазик"@mk,
        "Ch'orti'"@nl,
        "Chorti"@no,
        "Język ch'orti'"@pl,
        "Lenga ch'orti'"@pms,
        "Língua chorti"@pt,
        "Чорти"@ru,
        "奇奧蒂語"@zh .

<http://lexvo.org/id/iso639-3/cab> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "cab"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/gari1256> ;
    owl:sameAs <http://dbpedia.org/resource/Garifuna_language>,
        <http://www.mpii.de/yago/resource/Garifuna_language> ;
    skos:altLabel "Garifuna language"@en ;
    skos:definition "Garifuna is an Arawakan language spoken in Honduras, Guatemala, and Belize by the Garifuna people. The language is also spoken to a lesser extent in Nicaragua's Mosquito Coast. Historically it was referred to as Carib or Black Carib and Igñeri by Europeans. Garifuna has a vocabulary split between terms used only by men and terms used only by women. This does not however affect the entire vocabulary but when it does, the terms used by men generally come from Carib and those used by women come from Arawak. It was declared a Masterpiece of the Oral and Intangible Heritage of Humanity in 2009 along with Garifuna music and dance."@en ;
    skos:inScheme lexvo: ;
    skos:notation "cab"^^xsd:string ;
    skos:prefLabel "Garifuna"@de,
        "Garifuna"@en,
        "Idioma garífuna"@es,
        "Garifunan kieli"@fi,
        "Lingua garifuna"@it,
        "가리푸나어"@ko,
        "Garifūnų kalba"@lt,
        "Garifuna"@nl,
        "Garifuna"@no,
        "Język garifuna"@pl,
        "Lenga garifuna"@pms,
        "Língua garífuna"@pt,
        "Garifuna simi"@qu,
        "Гарифуна"@ru,
        "Garifuna"@sk .

<http://lexvo.org/id/iso639-3/cag> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "cag"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/niva1238> ;
    owl:sameAs <http://dbpedia.org/resource/Nivacl%C3%A9_language>,
        <http://www.mpii.de/yago/resource/Nivacl%C3%A9_language> ;
    skos:altLabel "Nivaclé language"@en ;
    skos:definition "Nivaclé is a Matacoan language spoken in Paraguay by c.8,400 and in Argentina by 200. It is also known as Chulupí and Ashluslay, and in older sources has been called Ashuslé, Suhin, Sujín, Chunupí, Churupí, Choropí, and other variant spellings of these names. Nivaclé speakers are found in the Chaco, in Paraguay in Presidente Hayes Department, and Boquerón Department, and in Argentina in Salta Province."@en ;
    skos:inScheme lexvo: ;
    skos:notation "cag"^^xsd:string ;
    skos:prefLabel "Nivaclé"@en,
        "Nivaklé"@fr,
        "Nivaklų kalba"@lt,
        "Lenga nivaclé"@pms,
        "Niwaqli simi"@qu .

<http://lexvo.org/id/iso639-3/cal> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "cal"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/caro1242> ;
    owl:sameAs <http://dbpedia.org/resource/Carolinian_language>,
        <http://www.mpii.de/yago/resource/Carolinian_language> ;
    skos:altLabel "Carolinian language"@en ;
    skos:definition "Carolinian is an Austronesian language spoken in Northern Mariana Islands, where it is an official language along with English and Chamorro. Spoken mostly by the Carolinian people, Carolinian is most closely related to Satawalese, Woleaian, and Puluwatese. Carolinian has 95% lexical similarity with Satawalese, 88% with Woleaian and Puluwatese; 81% with Mortlockese; 78% with Chuukese, 74% with Ulithian. A 1990 census estimated the number of speakers at about 3,000, currently 5,700. Carolinian is known as Refaluwasch by native speakers. It has 31 characters in its alphabet."@en ;
    skos:inScheme lexvo: ;
    skos:notation "cal"^^xsd:string ;
    skos:prefLabel "Karolinische Sprache"@de,
        "Carolinian"@en,
        "Karolina lingvo"@eo,
        "Idioma carolinio"@es,
        "Karoliini"@fi,
        "Carolinien"@fr,
        "カロリン語"@ja,
        "Karolinų kalba"@lt,
        "Karolīniešu valoda"@lv,
        "Język karoliński"@pl,
        "Lenga Carolinian"@pms,
        "Каролинский язык"@ru,
        "Karolinski jezik"@sh,
        "Karoliniska"@sv,
        "Tiếng Caroline"@vi .

<http://lexvo.org/id/iso639-3/cam> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "cam"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/cemu1238> ;
    owl:sameAs <http://dbpedia.org/resource/C%C3%A8muh%C3%AE_language>,
        <http://www.mpii.de/yago/resource/C%C3%A8muh%C3%AE_language> ;
    skos:altLabel "Cèmuhî language"@en ;
    skos:definition "Cemuhî (Camuhi, Camuki, Tyamuhi, Wagap) is a language spoken on the island of New Caledonia."@en ;
    skos:inScheme lexvo: ;
    skos:notation "cam"^^xsd:string ;
    skos:prefLabel "Cemuhî"@en,
        "Cèmuhî"@fr,
        "Lenga Cemuhi"@pms .

<http://lexvo.org/id/iso639-3/can> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "can"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/cham1313> ;
    owl:sameAs <http://dbpedia.org/resource/Chambri_language>,
        <http://www.mpii.de/yago/resource/Chambri_language> ;
    skos:altLabel "Chambri language"@en ;
    skos:definition "The Chambri language is spoken by the Chambri people of Papua New Guinea. Spellings in the older anthropological literature include Tchambuli, Tshamberi."@en ;
    skos:inScheme lexvo: ;
    skos:notation "can"^^xsd:string ;
    skos:prefLabel "Chambri"@en .

<http://lexvo.org/id/iso639-3/cao> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "cao"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/chac1251> ;
    owl:sameAs <http://dbpedia.org/resource/Ch%C3%A1cobo_language>,
        <http://www.mpii.de/yago/resource/Ch%C3%A1cobo_language> ;
    skos:altLabel "Chácobo language"@en ;
    skos:definition "Chácobo is a Panoan language spoken by about 550 of 860 ethnic tribal Chácobo people of the Beni department of northwest of Magdalena, Bolivia. Chácobo children are learning the language as a first language."@en ;
    skos:inScheme lexvo: ;
    skos:notation "cao"^^xsd:string ;
    skos:prefLabel "Chácobo"@en,
        "Chácobo"@fr,
        "Чакобо"@ru .

<http://lexvo.org/id/iso639-3/caq> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "caq"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/carn1240> ;
    owl:sameAs <http://dbpedia.org/resource/Car_language>,
        <http://www.mpii.de/yago/resource/Car_language> ;
    skos:altLabel "Car Nicobarese"@en,
        "Nicobarese, Car"@en ;
    skos:definition "Car is the most widely spoken of the Nicobarese languages spoken in the Nicobar Islands of India."@en ;
    skos:inScheme lexvo: ;
    skos:notation "caq"^^xsd:string ;
    skos:prefLabel "Kareg Inizi Nikobar"@br,
        "Car"@de,
        "Car language"@en,
        "Lenga nicobarese, car"@pms,
        "Кар"@ru .

<http://lexvo.org/id/iso639-3/cas> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "cas"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/mose1249> ;
    owl:sameAs <http://dbpedia.org/resource/Chimane_language>,
        <http://www.mpii.de/yago/resource/Chimane_language> ;
    skos:altLabel "Chimane language"@en ;
    skos:definition "Chimané (Tsimané), also known as Mosetén, is a language of the western Bolivian lowlands spoken by the Moseten and Tsimane peoples along the Beni River. Sometimes classified as two languages, they reportedly have no trouble communicating (Ethnologue 16), and were evidently a single language separated recently through cultural contact (Campbell 2000)."@en ;
    skos:inScheme lexvo: ;
    skos:notation "cas"^^xsd:string ;
    skos:prefLabel "Tsimané"@en,
        "Lenguas mosetenas"@es,
        "Langues mosetenanes"@fr .

<http://lexvo.org/id/iso639-3/cax> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "cax"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/chiq1248> ;
    owl:sameAs <http://dbpedia.org/resource/Chiquitano_language>,
        <http://www.mpii.de/yago/resource/Chiquitano_language> ;
    skos:altLabel "Chiquitano language"@en ;
    skos:definition "Chiquitano (also Bésiro or Tarapecosi) is an indigenous language of eastern Bolivia, spoken in the central region of the Santa Cruz province."@en ;
    skos:inScheme lexvo: ;
    skos:notation "cax"^^xsd:string ;
    skos:prefLabel "Chiquitano"@en,
        "Ĉikita lingvo"@eo,
        "Idioma chiquitano"@es,
        "Chiquitano"@fr,
        "Чикитано јазик"@mk,
        "Lenga chiquitano"@pms,
        "Chikitanu simi"@qu,
        "Чикитано"@ru .

<http://lexvo.org/id/iso639-3/cay> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "cay"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/cayu1261> ;
    owl:sameAs <http://dbpedia.org/resource/Cayuga_language>,
        <http://www.mpii.de/yago/resource/Cayuga_language> ;
    skos:altLabel "Cayuga language"@en,
        "Cayuga"@fr ;
    skos:definition "Cayuga (In Cayuga ) is a Northern Iroquoian language of the Iroquois Proper (also known as \"Five Nations Iroquois\") subfamily, and is spoken on Six Nations of the Grand River First Nation, Ontario, by around 100 Cayuga people."@en ;
    skos:inScheme lexvo: ;
    skos:notation "cay"^^xsd:string ;
    skos:prefLabel "cayuga"@ca,
        "ᎦᏳᎦ"@chr,
        "卡尤加文"@cmn,
        "卡尤加文"@cmn-Hant,
        "kajugština"@cs,
        "cayuga"@da,
        "Καγιούγκα"@el,
        "Cayuga"@en,
        "cayuga"@es,
        "cayuga"@et,
        "cayuga"@fi,
        "cayuga"@fr,
        "קאיוגה"@he,
        "cayuga"@hr,
        "kajuga"@hu,
        "Cayuga"@id,
        "kajúga"@is,
        "cayuga"@it,
        "カユーガ語"@ja,
        "카유가어"@ko,
        "ຄາຢູກາ"@lo,
        "kaijūgų"@lt,
        "kajuga"@lv,
        "кајуга"@mk,
        "cayuga"@nb,
        "Cayuga"@nl,
        "cayuga"@pl,
        "cayuga"@pt,
        "cayuga"@ro,
        "Кайюга"@ru,
        "cayuga"@sk,
        "cayuga"@sv,
        "คายูกา"@th,
        "Cayuga"@tr,
        "кайюга"@uk,
        "Tiếng Cayuga"@vi .

<http://lexvo.org/id/iso639-3/cbd> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "cbd"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/cari1279> ;
    skos:inScheme lexvo: ;
    skos:notation "cbd"^^xsd:string ;
    skos:prefLabel "Carijona"@en .

<http://lexvo.org/id/iso639-3/cbg> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "cbg"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/chim1309> ;
    owl:sameAs <http://dbpedia.org/resource/Chimila_language>,
        <http://www.mpii.de/yago/resource/Chimila_language> ;
    skos:altLabel "Chimila language"@en ;
    skos:definition "Chimila (Shimizya) is a Chibchan language of Colombia."@en ;
    skos:inScheme lexvo: ;
    skos:notation "cbg"^^xsd:string ;
    skos:prefLabel "Chimila"@en .

<http://lexvo.org/id/iso639-3/cbi> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "cbi"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/chac1249> ;
    owl:sameAs <http://dbpedia.org/resource/Cha'palaachi_language>,
        <http://www.mpii.de/yago/resource/Cha'palaachi_language> ;
    skos:altLabel "Cha'palaachi language"@en ;
    skos:definition "Cha' Palaachi also known as Chachi or Cayapa is a Barbacoan language spoken in northern Ecuador by ca. 3000 ethnic Chachi people."@en ;
    skos:inScheme lexvo: ;
    skos:notation "cbi"^^xsd:string ;
    skos:prefLabel "Chachi"@en,
        "Idioma cha'palaachi"@es,
        "Cayapa"@fr,
        "Chapalachi simi"@qu,
        "Чапалачи"@ru .

<http://lexvo.org/id/iso639-3/cbk> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "cbk"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/chav1241> ;
    owl:sameAs <http://dbpedia.org/resource/Chavacano_language>,
        <http://www.mpii.de/yago/resource/Chavacano_language> ;
    skos:altLabel "Chavacano language"@en ;
    skos:definition "Chavacano or Chabacano, sometimes referred to by linguists as Philippine Creole Spanish, is a Spanish-based creole language spoken in the Philippines. The word \"Chavacano\" is derived from the Spanish word \"chabacano\", meaning \"poor taste,\" \"vulgar,\" \"common,\" \"of low quality,\" \"tacky,\" or \"coarse\" for the chavacano language which was developed in Cavite City, Ternate and Ermita, and also derived from the word chavano which was coined by the people of Zamboanga-- . Six different dialects have developed: Zamboangueño in Zamboanga City, Davaoeño Zamboangueño / Castellano Abakay in Davao, Ternateño in Ternate, Caviteño in Cavite City, Cotabateño in Cotabato City and Ermiteño in Ermita."@en ;
    skos:inScheme lexvo: ;
    skos:notation "cbk"^^xsd:string ;
    skos:prefLabel "Tataramon na Zamboangueño"@bcl,
        "Chabacano"@br,
        "Chavacano"@cbk,
        "Pinulongang Tsabakano"@ceb,
        "Chavacano"@cs,
        "Chabacano"@de,
        "Chavacano"@en,
        "Ĉabakana lingvo"@eo,
        "Idioma chabacano"@es,
        "Chavacano"@eu,
        "Chavacano"@fr,
        "Chavacano-ngî"@hak,
        "Chabacano nyelv"@hu,
        "Lingua chavacan"@ia,
        "Pagsasao a Chabacano"@ilo,
        "Lingua zamboangueña"@it,
        "チャバカノ語"@ja,
        "차바카노어"@ko,
        "Język chavacano"@pl,
        "Lenga chavacano"@pms,
        "Língua chavacana"@pt,
        "Чабакано"@ru,
        "Chavacano"@sv,
        "சவகான மொழி"@ta,
        "ภาษาชาวากาโน"@th,
        "Wikang Zamboangueño"@tl,
        "Chabacano"@tr,
        "Чавакано"@uk,
        "Tiếng Chavacano"@vi,
        "查瓦卡諾語"@zh .

<http://lexvo.org/id/iso639-3/cbn> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "cbn"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/nyah1250> ;
    owl:sameAs <http://dbpedia.org/resource/Nyah_Kur_language>,
        <http://www.mpii.de/yago/resource/Nyah_Kur_language> ;
    skos:altLabel "Nyah Kur language"@en ;
    skos:definition "The Nyah Kur language is an Austroasiatic language spoken by a remnant of the Mon people of Dvaravati, the Nyah Kur people, who live in present-day Thailand. It is known as Chao-bon in Thai."@en ;
    skos:inScheme lexvo: ;
    skos:notation "cbn"^^xsd:string ;
    skos:prefLabel "Nyahkur"@de,
        "Nyahkur"@en,
        "Nyahkur"@fr,
        "Tiếng Nyah Kur"@vi .

<http://lexvo.org/id/iso639-3/cbr> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "cbr"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/cash1251> ;
    owl:sameAs <http://dbpedia.org/resource/Cashibo_language>,
        <http://www.mpii.de/yago/resource/Cashibo_language> ;
    skos:altLabel "Cashibo-Cacataibo"@en ;
    skos:definition "Cashibo (Caxibo, Cacibo, Cachibo, Cahivo), Cacataibo, Cashibo-Cacataibo, Managua, or Hagueti is an indigenous language of Peru in the region of the Aguaytía, San Alejandro, and Súngaro rivers. It belongs to the Panoan language family, which consists of 28 languages including Shipibo and Yora. The language is spoken vigorously by the aboriginal people of the same name. According to the Ethnologue there were 5,000 speakers of Cashibo in 1999, but the language was vigorous in the communities."@en ;
    skos:inScheme lexvo: ;
    skos:notation "cbr"^^xsd:string ;
    skos:prefLabel "Kachibeg"@br,
        "Cashibo language"@en,
        "Cashibo"@fr,
        "Cashibo"@hr,
        "Lenga cashibo-cacataibo"@pms,
        "Kashibu simi"@qu .

<http://lexvo.org/id/iso639-3/cbs> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "cbs"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/cash1254> ;
    owl:sameAs <http://dbpedia.org/resource/Cashinahua_language>,
        <http://www.mpii.de/yago/resource/Cashinahua_language> ;
    skos:altLabel "Cashinahua language"@en ;
    skos:definition "Cashinahua (also spelled Kaxinawá, Kaxynawa, Caxinawa, and Caxinawá), or Hantxa Kuin, is an indigenous American language of western South America which belongs to the Panoan language family. It is spoken by about 1,600 Cashinahua people in Perú along the Curanja and Purus rivers; and in Brazil by 400 Cashinahua people in the state of Acre."@en ;
    skos:inScheme lexvo: ;
    skos:notation "cbs"^^xsd:string ;
    skos:prefLabel "Cashinahua"@en,
        "Cashinahua"@fr,
        "Lenga cashinahua"@pms,
        "Кашинауа"@ru .

<http://lexvo.org/id/iso639-3/cbt> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "cbt"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/chay1248> ;
    owl:sameAs <http://dbpedia.org/resource/Chayahuita_language>,
        <http://www.mpii.de/yago/resource/Chayahuita_language> ;
    skos:altLabel "Chayahuita language"@en ;
    skos:definition "Chayahuita is an indigenous American language spoken by thousands of native Chayahuita people in South America. Spoken along the banks of the Paranapura, Cahuapanas, Sillay, and Shanusi rivers. Also known as Chayawita, Chawi, Tshaahui, Chayhuita, Chayabita, Shayabit, Balsapuertino, Paranapura, and Cahuapa. 1-5% literacy rate, compared with 5-15% for Spanish. Dictionary since 1978. Can not be understood by Jebero speakers."@en ;
    skos:inScheme lexvo: ;
    skos:notation "cbt"^^xsd:string ;
    skos:prefLabel "Tchayahouiteg"@br,
        "Chayahuita"@en,
        "Chayahuita"@fr,
        "Lenga chayahuita"@pms,
        "Chayawita simi"@qu .

<http://lexvo.org/id/iso639-3/cbu> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "cbu"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/cand1248> ;
    owl:sameAs <http://dbpedia.org/resource/Candoshi-Shapra_language>,
        <http://www.mpii.de/yago/resource/Candoshi-Shapra_language> ;
    skos:altLabel "Candoshi-Shapra language"@en ;
    skos:definition "Candoshi-Shapra (also known as: Candoshi, Candoxi, Kandoshi, and Murato) is an indigenous American language isolate spoken by several thousand people in western South America along the Chapuli, Huitoyacu, Pastaza, and Morona river valleys. There are two dialects, Chapara (also spelled Shapra) and Kandoashi. This language is an official language of Perú as are all native languages in the areas where they are spoken and are the predominant language in use. Their people are prideful in their language and seems to be prospering, 88.5 percent of people are bilingual with Spanish. There is 10 to 30 percent literacy and 15 to 25 percent in Second language Spanish. There is a Candoshi-Shapra dictionary and grammar rules have been developed."@en ;
    skos:inScheme lexvo: ;
    skos:notation "cbu"^^xsd:string ;
    skos:prefLabel "Kandocheg"@br,
        "Candoshi-Shapra"@en,
        "Idioma candoshi"@es,
        "Candoshi"@fr,
        "Kandoshi simi"@qu,
        "Кандоши"@ru .

<http://lexvo.org/id/iso639-3/cbv> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "cbv"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/cacu1241> ;
    owl:sameAs <http://dbpedia.org/resource/Kakwa_language>,
        <http://www.mpii.de/yago/resource/Kakwa_language> ;
    skos:altLabel "Kakwa language"@en ;
    skos:definition "The Kakwa or Cacua language is an endangered language spoken by a little over a hundred people in North Western South America, particularly Colombia and Brazil. interfluvial tropical forests higher than in elevation. The people have traditional livelihoods such as nomadic hunting-gathering and swidden agriculture."@en ;
    skos:inScheme lexvo: ;
    skos:notation "cbv"^^xsd:string ;
    skos:prefLabel "Cacua"@en,
        "Kakua"@fr .

<http://lexvo.org/id/iso639-3/cdm> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "cdm"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/chep1245> ;
    owl:sameAs <http://dbpedia.org/resource/Chepang_language>,
        <http://www.mpii.de/yago/resource/Chepang_language> ;
    skos:altLabel "Chepang language"@en ;
    skos:definition "Chepang is a language spoken by approximately 37,000 people in Nepal. The people are known as Chepang."@en ;
    skos:inScheme lexvo: ;
    skos:notation "cdm"^^xsd:string ;
    skos:prefLabel "Chepang"@en .

<http://lexvo.org/id/iso639-3/cdo> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "cdo"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/mind1253> ;
    owl:sameAs <http://dbpedia.org/resource/Min_Dong>,
        <http://www.lingvoj.org/lang/cdo>,
        <http://www.mpii.de/yago/resource/Min_Dong> ;
    skos:altLabel "Chinese, Min Dong"@en,
        "Min Dong Chinese"@en ;
    skos:definition "The Eastern Min language, or Min Dong (; Foochow Romanized: ) is the language mainly spoken in the eastern part of Fujian Province in China, in and near Fuzhou and Ningde. Fuzhou is the province's capital and largest city. Fuzhou dialect is considered the standard form of the Eastern Min Language."@en ;
    skos:inScheme lexvo: ;
    skos:notation "cdo"^^xsd:string ;
    skos:prefLabel "Mineg ar reter"@br,
        "Mìng-dĕ̤ng-ngṳ̄"@cdo,
        "Min Dong"@de,
        "Min Dong"@en,
        "Min-donga lingvo"@eo,
        "Min Dong"@es,
        "Mindong"@fr,
        "Minish Hiar"@gv,
        "Mên-tûng-ngî"@hak,
        "Min dong"@it,
        "ビン東語"@ja,
        "민둥어"@ko,
        "Bân-tang-oē"@nan,
        "Mindong"@nl,
        "Mindong"@no,
        "Język mindong"@pl,
        "Lenga Cinèisa, Min Dong"@pms,
        "Língua min oriental"@pt,
        "Восточноминьский язык"@ru,
        "மிந்தோங்க மொழி"@ta,
        "ภาษาหมิ่นตะวันออก"@th,
        "Східноміньська мова"@uk,
        "Tiếng Mân Đông"@vi,
        "閩東語"@zh .

<http://lexvo.org/id/iso639-3/cgg> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "cgg"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/chig1238> ;
    owl:sameAs <http://dbpedia.org/resource/Kiga_language>,
        <http://www.mpii.de/yago/resource/Kiga_language> ;
    skos:altLabel "Kiga language"@en,
        "チガ語"@ja,
        "Język chiga"@pl,
        "Língua rukiga"@pt ;
    skos:definition "Kiga (also called Rukiga, Ruchiga, or Chiga) is the native language of the people of Kiga people (Bakiga). Kiga is a very similar language to the Nkore language. It was first written in the second half of the nineteenth century."@en ;
    skos:inScheme lexvo: ;
    skos:notation "cgg"^^xsd:string ;
    skos:prefLabel "تشيغا"@ar,
        "chiga"@ca,
        "Rukiga"@cgg,
        "奇加文"@cmn,
        "奇加文"@cmn-Hant,
        "kiga"@cs,
        "chiga"@da,
        "Τσίγκα"@el,
        "Chiga"@en,
        "chiga"@es,
        "chiga"@et,
        "kiga"@fi,
        "kiga"@fr,
        "צ'יגה"@he,
        "chiga"@hr,
        "kiga"@hu,
        "Kiga"@id,
        "sjíga"@is,
        "chiga"@it,
        "キガ語"@ja,
        "치가어"@ko,
        "ຊີກາ"@lo,
        "čigų"@lt,
        "kiga"@lv,
        "чига"@mk,
        "kiga"@nb,
        "Chiga"@nl,
        "Kigum"@nov,
        "chiga"@pl,
        "chiga"@pt,
        "chiga"@ro,
        "чига"@ru,
        "čiga"@sk,
        "chiga"@sv,
        "Kichiga"@sw,
        "คีกา"@th,
        "Chiga"@tr,
        "кіга"@uk,
        "Tiếng Chiga"@vi .

<http://lexvo.org/id/iso639-3/chc> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "chc"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/cata1286> ;
    owl:sameAs <http://dbpedia.org/resource/Catawba_language>,
        <http://www.mpii.de/yago/resource/Catawba_language> ;
    skos:altLabel "Catawba language"@en ;
    skos:definition "Catawba is one of two Eastern Siouan languages of the eastern US, which together with the Western Siouan languages formed the Siouan language family."@en ;
    skos:inScheme lexvo: ;
    skos:notation "chc"^^xsd:string ;
    skos:prefLabel "Catawba"@en .

<http://lexvo.org/id/iso639-3/chd> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "chd"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/high1242> ;
    owl:sameAs <http://dbpedia.org/resource/Highland_Oaxaca_Chontal>,
        <http://www.mpii.de/yago/resource/Highland_Oaxaca_Chontal> ;
    skos:altLabel "Chontal, Highland Oaxaca"@en ;
    skos:definition "Highland Oaxaca Chontal, or Chontal de la Sierra de Oaxaca, is one of the Chontal languages of Oaxaca. It is sometimes called Tequistlatec, but is not the same as Tequistlatec proper, which is extinct."@en ;
    skos:inScheme lexvo: ;
    skos:notation "chd"^^xsd:string ;
    skos:prefLabel "Highland Oaxaca Chontal"@en,
        "Idioma chontal de Oaxaca"@es .

<http://lexvo.org/id/iso639-3/chf> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "chf"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/taba1266> ;
    owl:sameAs <http://dbpedia.org/resource/Chontal_Maya_language>,
        <http://www.mpii.de/yago/resource/Chontal_Maya_language> ;
    skos:altLabel "Chontal Maya language"@en,
        "Chontal, Tabasco"@en ;
    skos:definition "Yoko ochoco, also known as Chontal Maya, and Acalan, is a Maya language of the Cholan family spoken by the Chontal Maya people of the Mexican state of Tabasco. There are at least three dialects, identified as Tamulté de las Sábanas Chontal, Buena Vista Chontal, and Miramar Chontal."@en ;
    skos:inScheme lexvo: ;
    skos:notation "chf"^^xsd:string ;
    skos:prefLabel "Chontal-Maya-Sprache"@de,
        "Tabasco Chontal"@en,
        "Idioma chontal de Tabasco"@es,
        "Chontalin kieli"@fi,
        "Чонталски мајански јазик"@mk,
        "Chontal-maya"@no,
        "Lenga chontal, tabasco"@pms,
        "Língua chontal maia"@pt,
        "Чонтальский язык"@ru .

<http://lexvo.org/id/iso639-3/chg> a lvont:Language,
        skos:Concept ;
    lvont:isFocusOf <http://id.loc.gov/vocabulary/iso639-2/chg> ;
    lvont:iso6392BCode "chg"^^xsd:string ;
    lvont:iso6392TCode "chg"^^xsd:string ;
    lvont:iso639P3PCode "chg"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-2/chg> ;
    owl:sameAs <http://dbpedia.org/resource/Chagatai_language>,
        <http://psi.oasis-open.org/iso/639/#chg>,
        <http://www.lingvoj.org/lang/chg>,
        <http://www.mpii.de/yago/resource/Chagatai_language>,
        <info:lc/vocabulary/languages/chg> ;
    skos:altLabel "التشاجاتاي"@ar,
        "Чагатайски език"@bg,
        "চাগাতাই ভাষা"@bn,
        "Čagatajština"@cs,
        "Tschagataische Sprache"@de,
        "Chagatai language"@en,
        "زبان ترکی جغتایی"@fa,
        "Tšagatain kieli"@fi,
        "Tchaghataï"@fr,
        "tchaghataï"@fr,
        "טורקית צ'אגאטאי"@he,
        "चग़ताई भाषा"@hi,
        "Čagatajski jezik"@hr,
        "Bahasa Chagatai"@id,
        "Чагатајски јазик"@mk,
        "ചഗതായ് തുർക്കി ഭാഷ"@ml,
        "Język czagatajski"@pl,
        "Limba ciagatai"@ro,
        "Чагатайский язык"@ru,
        "Tjagataiska"@sv,
        "ภาษาชะกะไต"@th,
        "Çağatay Dili"@tr,
        "Чагатайська мова"@uk ;
    skos:definition "The Chagatai language (جغتای &ndash; Jağatāy;Uzbek: چەغەتاي Chag'atoy; Uyghur: چاغاتاي Chāghātāy Turkish: Çağatayca) is an extinct Turkic language which was once widely spoken in Central Asia, and remained the shared literary language there until the early twentieth century. It was also spoken by the early Mughal rulers in the Indian subcontinent."@en ;
    skos:inScheme lexvo: ;
    skos:notation "chg"^^xsd:string ;
    skos:prefLabel "Idioma chagatai"@an,
        "لغة جغتاي"@ar,
        "çağatay dili"@az,
        "чагатай"@bg,
        "চাগাতাই"@bn,
        "Tchagataieg"@br,
        "चगताई"@brx,
        "čagatai"@bs,
        "чагатаи"@bs-Cyrl,
        "txagatai"@ca,
        "查加文"@cmn,
        "查加文"@cmn-Hant,
        "Çağatay tili"@crh,
        "čagatajština"@cs,
        "Чагатай чĕлхи"@cv,
        "chagatai"@da,
        "Tschagataisch"@de,
        "Τσαγκατάι"@el,
        "Chagatai"@en,
        "chagatái"@es,
        "tšagatai"@et,
        "جغتایی"@fa,
        "tšagatai"@fi,
        "djaghataï"@fr,
        "Tschagataisch"@gsw,
        "છગાતાઇ"@gu,
        "צ׳אגאטאי"@he,
        "छगाताई"@hi,
        "chagatai"@hr,
        "csagatáj"@hu,
        "Chagatai"@id,
        "sjagataí"@is,
        "ciagataico"@it,
        "チャガタイ語"@ja,
        "Шағатай тілі"@kk,
        "ಚಗಟಾಯ್"@kn,
        "차가타이어"@ko,
        "چھَگتاے"@ks,
        "ຊາກາໄຕ"@lo,
        "čagatų"@lt,
        "džagatajs"@lv,
        "чагатај"@mk,
        "ചഗതൈ"@ml,
        "छगाताई"@mr,
        "Ċagataj"@mt,
        "chagatai"@nb,
        "Chagatai"@nl,
        "chagatai"@nn,
        "Chagatai"@no,
        "ଛଗତାଇ"@or,
        "czagatajski"@pl,
        "Lenga chagatai"@pms,
        "chagatai"@pt,
        "tschagataic"@rm,
        "chagatai"@ro,
        "чагатайский"@ru,
        "čagatajčina"@sk,
        "čagatajščina"@sl,
        "Чагатаи"@sr,
        "Čagatai"@sr-Latn,
        "chagatai"@sv,
        "ஷகதை"@ta,
        "చాగటై"@te,
        "ชะกะไต"@th,
        "Çağatayca"@tr,
        "Çağatay tele"@tt,
        "چاغاتاي ئۇيغۇر يېزىقى"@ug,
        "чагатайська"@uk,
        "Tiếng Chagatai"@vi,
        "察合台語"@zh .

<http://lexvo.org/id/iso639-3/chl> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "chl"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/cahu1264> ;
    owl:sameAs <http://dbpedia.org/resource/Cahuilla_language>,
        <http://www.mpii.de/yago/resource/Cahuilla_language> ;
    skos:altLabel "Cahuilla language"@en ;
    skos:definition "Cahuilla is an endangered Uto-Aztecan language, spoken by the Cahuilla tribe, living in the Coachella Valley, San Gorgonio Pass and San Jacinto Mountain region of Southern California. Cahuilla call themselves Iviatam, speakers of Ivia - the original language. A 1990 census revealed 35 speakers in an ethnic population of 800. It is nearly extinct, since most speakers are middle-aged or older."@en ;
    skos:inScheme lexvo: ;
    skos:notation "chl"^^xsd:string ;
    skos:prefLabel "Cahuilla"@en,
        "Cahuilla"@fr,
        "Lenga cahuilla"@pms .

<http://lexvo.org/id/iso639-3/chn> a lvont:Language,
        skos:Concept ;
    lvont:isFocusOf <http://id.loc.gov/vocabulary/iso639-2/chn> ;
    lvont:iso6392BCode "chn"^^xsd:string ;
    lvont:iso6392TCode "chn"^^xsd:string ;
    lvont:iso639P3PCode "chn"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-2/chn> ;
    owl:sameAs <http://dbpedia.org/resource/Chinook_Jargon>,
        <http://psi.oasis-open.org/iso/639/#chn>,
        <http://www.lingvoj.org/lang/chn>,
        <http://www.mpii.de/yago/resource/Chinook_Jargon>,
        <info:lc/vocabulary/languages/chn> ;
    skos:altLabel "চিনুক পরিভাষা"@bn,
        "Chinook Wawa"@de,
        "Chinook jargon"@en,
        "Chinook-jargon"@fi,
        "chinook, jargon"@fr,
        "jargon chinook"@fr,
        "Chinook-jargon"@nl,
        "jargão chinook"@pt,
        "Чинукский жаргон"@ru ;
    skos:definition "Chinook Jargon (also known as chinuk wawa) originated as a pidgin trade language of the Pacific Northwest, and spread during the 19th century from the lower Columbia River, first to other areas in modern Oregon and Washington, then British Columbia and as far as Alaska, sometimes taking on characteristics of a creole language. It is related to, but not the same as, the aboriginal language of the Chinook people, upon which much of its vocabulary is based."@en ;
    skos:inScheme lexvo: ;
    skos:notation "chn"^^xsd:string ;
    skos:prefLabel "الشينوك جارجون"@ar,
        "çinuk ləhçəsi"@az,
        "жаргон чинуук"@bg,
        "চিনুক জার্গন"@bn,
        "चीनूक् जार्गन्"@brx,
        "činukski"@bs,
        "чинукски"@bs-Cyrl,
        "pidgin chinook"@ca,
        "契努克文"@cmn,
        "契奴克文"@cmn-Hant,
        "činuk pidžin"@cs,
        "chinook"@da,
        "Chinook"@de,
        "Ιδιωματικά Σινούκ"@el,
        "Chinook Jargon"@en,
        "Ĉinuka piĝino"@eo,
        "jerga chinuk"@es,
        "tšinuki žargoon"@et,
        "chinook-jargon"@fi,
        "Chinook"@fr,
        "Chinook"@gsw,
        "ચિનૂક જાર્ગન"@gu,
        "ניב צ'ינוק"@he,
        "चिनूक जारगॉन"@hi,
        "chinook žargon"@hr,
        "csinuk zsargon"@hu,
        "Jargon Chinook"@id,
        "sínúk"@is,
        "gergo chinook"@it,
        "チヌーク混成語"@ja,
        "ಚಿನೂಕ್ ಜಾರ್ಗೋನ್"@kn,
        "치누크어와 영어 프랑스어의 혼성어"@ko,
        "چِنوٗک جارگَن"@ks,
        "ຊີນຸກຈາກອນ"@lo,
        "činuk žargonas"@lt,
        "činuku žargons"@lv,
        "жаргон чинук"@mk,
        "ചിനൂഗ്-ജാർഗൺ"@ml,
        "चिनूक जारगॉन"@mr,
        "Ġargon taċ-Ċinuk"@mt,
        "chinook"@nb,
        "Chinook jargon"@nl,
        "chinook"@nn,
        "ଚିନୁକ୍ ଜାରଗାଁନ୍"@or,
        "żargon Chinook"@pl,
        "Lenga chinook wawa"@pms,
        "chinook jargon"@pt,
        "patuà chinook"@rm,
        "jargon chinook"@ro,
        "чинук жаргон"@ru,
        "činucký žargón"@sk,
        "činuški žargon"@sl,
        "Чинукски"@sr,
        "Činukski"@sr-Latn,
        "chinook"@sv,
        "சினூக் ஜார்கான்"@ta,
        "చినూక్ జార్గన్"@te,
        "ชินุกจาร์กอน"@th,
        "Chinook Jargon"@tr,
        "чинук жаргон"@uk,
        "Biệt ngữ Chinook"@vi .

<http://lexvo.org/id/iso639-3/cht> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "cht"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/chol1284> ;
    owl:sameAs <http://dbpedia.org/resource/Chol%C3%B3n_language>,
        <http://www.mpii.de/yago/resource/Chol%C3%B3n_language> ;
    skos:altLabel "Cholón language"@en ;
    skos:definition "Cholón, also known as Seeptsá and Tsinganeses, is a recently extinct language of Peru."@en ;
    skos:inScheme lexvo: ;
    skos:notation "cht"^^xsd:string ;
    skos:prefLabel "Cholón"@en,
        "Чолонский язык"@ru .

<http://lexvo.org/id/iso639-3/chx> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "chx"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/chan1310> ;
    owl:sameAs <http://dbpedia.org/resource/Chantyal_language>,
        <http://www.mpii.de/yago/resource/Chantyal_language> ;
    skos:altLabel "Chantyal language"@en ;
    skos:definition "The Chantyal language is spoken by approximately 2,000 of the 10,000 ethnic Chantyal. The Chantyal live in the Baglung and Myagdi Districts of Nepal. The Chantyal language is a member of the Tamangic group (along with Gurung, Thakali, Manangba, Nar-Phu and Tamang) of the Tibeto-Burman family. Within the group, it is lexically and grammatically closest to Thakali."@en ;
    skos:inScheme lexvo: ;
    skos:notation "chx"^^xsd:string ;
    skos:prefLabel "Chantyal"@en,
        "Chantyalish"@gv,
        "ภาษาชันเตียล"@th .

<http://lexvo.org/id/iso639-3/cic> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "cic"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/chic1270> ;
    owl:sameAs <http://dbpedia.org/resource/Chickasaw_language>,
        <http://www.mpii.de/yago/resource/Chickasaw_language> ;
    skos:altLabel "Chickasaw language"@en ;
    skos:definition "The Chickasaw language (Chikashshanompa’, IPA ) is a Native American language of the Muskogean family. It is agglutinative and follows the pattern of subject–object–verb. The language is closely related to, though perhaps not entirely mutually intelligible with, Choctaw. It is spoken by the Chickasaw tribe, now residing in Southeast Oklahoma, centered around Ada."@en ;
    skos:inScheme lexvo: ;
    skos:notation "cic"^^xsd:string ;
    skos:prefLabel "Tchikasaweg"@br,
        "Chickasaw"@de,
        "Chickasaw"@en,
        "Chicacha"@fr,
        "Lengua chickasaw"@nap,
        "Lenga chickasaw"@pms,
        "Chikasa simi"@qu,
        "Чикасавский язык"@ru,
        "சிக்காசோ மொழி"@ta .

<http://lexvo.org/id/iso639-3/cid> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "cid"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/chim1301> ;
    owl:sameAs <http://dbpedia.org/resource/Chimariko_language>,
        <http://www.mpii.de/yago/resource/Chimariko_language> ;
    skos:altLabel "Chimariko language"@en ;
    skos:definition "Chimariko is an extinct language isolate formerly spoken in Trinity County in northwestern California by Chimariko peoples."@en ;
    skos:inScheme lexvo: ;
    skos:notation "cid"^^xsd:string ;
    skos:prefLabel "Chimariko"@en,
        "Idioma chimariko"@es,
        "Chimariko"@fr,
        "Čimariko"@hr,
        "Lenga chimariko"@pms,
        "Чимарико"@ru,
        "Chimarikan"@sh .

<http://lexvo.org/id/iso639-3/cji> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "cji"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/cham1309> ;
    owl:sameAs <http://dbpedia.org/resource/Chamalal_language>,
        <http://www.mpii.de/yago/resource/Chamalal_language> ;
    skos:altLabel "Chamalal language"@en ;
    skos:definition "Chamalal is an Andic language of the Northeast Caucasian language family spoken in southwestern Dagestan, Russia by approximately 5,000 people, the Chamalals. It has three quite distinct dialects, Gadyri, Gakvari, and Gigatl."@en ;
    skos:inScheme lexvo: ;
    skos:notation "cji"^^xsd:string ;
    skos:prefLabel "Tchamalaleg"@br,
        "Chamalal"@en,
        "Tšamalalin kieli"@fi,
        "Chamalal"@fr,
        "ჭამალალური ენა"@ka,
        "Чамалалски јазик"@mk,
        "Język czamalalski"@pl,
        "Чамалинский язык"@ru,
        "Чамалинська мова"@uk .

<http://lexvo.org/id/iso639-3/cjo> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "cjo"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/ashe1273> ;
    owl:sameAs <http://dbpedia.org/resource/Pajonal_Ash%C3%A9ninka>,
        <http://www.mpii.de/yago/resource/Pajonal_Ash%C3%A9ninka> ;
    skos:altLabel "Pajonal Ashéninka"@en ;
    skos:definition "Ashéninka Pajonal is an American indigenous language of the Arawakan family spoken in Perú by native people in the Central Gran Pajonal area. All but a few of the 12,000 people in the ethnic group are fluent. Other names for Ashéninka Pajonal are Ashéninca, Atsiri, Pajonal, and lasty the largely pejorative term, Campa. Pajonal is an official language in Perú throughout the area in which it is spoken as all languages are in this nation. The literacy rate is 20% compared to 15% for second language Spanish. Pajonal is one of 5 related Ashéninka languages."@en ;
    skos:inScheme lexvo: ;
    skos:notation "cjo"^^xsd:string ;
    skos:prefLabel "Ashéninka Pajonal"@en,
        "Ashéninka Pajonal jezik"@hr,
        "Lenga ashéninka pajonal"@pms .

<http://lexvo.org/id/iso639-3/cjp> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "cjp"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/cabe1245> ;
    owl:sameAs <http://dbpedia.org/resource/Cab%C3%A9car_language>,
        <http://www.mpii.de/yago/resource/Cab%C3%A9car_language> ;
    skos:altLabel "Cabécar language"@en ;
    skos:definition "The Cabécar language is an indigenous American language of the Chibchan language family which is spoken in Costa Rica. Specifically, it is spoken in the inland Turrialba Region of the Cartago Province. According to Ethnologue there were only 8,840 Cabécar speakers in 2000 with 80% of these speakers being monolingual."@en ;
    skos:inScheme lexvo: ;
    skos:notation "cjp"^^xsd:string ;
    skos:prefLabel "Cabécar"@en .

<http://lexvo.org/id/iso639-3/cjs> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "cjs"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/shor1247> ;
    owl:sameAs <http://dbpedia.org/resource/Shor_language>,
        <http://www.mpii.de/yago/resource/Shor_language> ;
    skos:altLabel "Shor language"@en ;
    skos:definition "The Shor language (Шор тили) is a Turkic language spoken by about 10,000 people in the Kemerovo Province in south-central Siberia. In the history of the Turkic states and China, Shors played an important role, mostly connected with their offshoot Shatuo. Presently, not all ethnic Shors speak Shor, and the language suffered a decline from the late 1930s to the early 1990s. However, the dissolution of the Soviet Union brought about the Shor lingual revival. The language is now being taught at the Novokuznetsk branch of the Kemerovo State University."@en ;
    skos:inScheme lexvo: ;
    skos:notation "cjs"^^xsd:string ;
    skos:prefLabel "Шорски език"@bg,
        "Choreg"@br,
        "Shor"@ca,
        "Шор чĕлхи"@cv,
        "Schorische Sprache"@de,
        "Shor"@en,
        "Ŝora lingvo"@eo,
        "Šoorin kieli"@fi,
        "Chor"@fr,
        "Şor dili"@gag,
        "ショル語"@ja,
        "Шор тілі"@kk,
        "쇼르어"@ko,
        "Шор тили"@ky,
        "Šorų kalba"@lt,
        "Šuoru kalba"@lt-x,
        "Шорски јазик"@mk,
        "Lenga shor"@pms,
        "Língua shor"@pt,
        "Шорский язык"@ru,
        "Şorca"@tr,
        "Шорец кыл"@udm .

<http://lexvo.org/id/iso639-3/cko> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "cko"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/anuf1239> ;
    owl:sameAs <http://dbpedia.org/resource/Chakosi_language>,
        <http://www.mpii.de/yago/resource/Chakosi_language> ;
    skos:altLabel "Chakosi language"@en ;
    skos:definition "Chakosi, or Anufo, is a Central Tano language spoken in Ghana, Togo, and Benin."@en ;
    skos:inScheme lexvo: ;
    skos:notation "cko"^^xsd:string ;
    skos:prefLabel "Tchakoseg"@br,
        "Anufo"@de,
        "Anufo"@en,
        "Anufo jezik"@hr,
        "Lenga Anufo"@pms,
        "Kianufo"@sw .

<http://lexvo.org/id/iso639-3/cks> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "cks"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/tayo1238> ;
    owl:sameAs <http://dbpedia.org/resource/Tayo_language>,
        <http://www.mpii.de/yago/resource/Tayo_language> ;
    skos:altLabel "Tayo language"@en ;
    skos:definition "Tayo, also known as \"patois de Saint-Louis\", is a French-based Creole spoken in New Caledonia. It is the community language of one village, Saint-Louis, which is situated approximately 17 kilometres from the capital Noumea."@en ;
    skos:inScheme lexvo: ;
    skos:notation "cks"^^xsd:string ;
    skos:prefLabel "Tayo"@en,
        "Tayo"@fr,
        "タヨ語"@ja,
        "타요"@ko,
        "Тайо"@ru .

<http://lexvo.org/id/iso639-3/clk> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "clk"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/idum1241> ;
    owl:sameAs <http://dbpedia.org/resource/Idu_Mishmi_language>,
        <http://www.mpii.de/yago/resource/Idu_Mishmi_language> ;
    skos:altLabel "Idu Mishmi language"@en ;
    skos:definition "The Idu Mishmi Language (Chinese: 义都语; Hanyu Pinyin: yìdōuyŭ) is a small language spoken by the Mishmi people in the Dibang Valley District of the Indian state of Arunachal Pradesh and in Southeastern Tibet. There are 8,569 speakers in India as of 1981 and 7,000 speakers in China as of 1994. It is considered an endangered language."@en ;
    skos:inScheme lexvo: ;
    skos:notation "clk"^^xsd:string ;
    skos:prefLabel "Idoueg"@br,
        "Idu-Mishmi"@en,
        "Idu-Mishmish"@gv,
        "义都语"@zh .

<http://lexvo.org/id/iso639-3/clm> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "clm"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/clal1241> ;
    owl:sameAs <http://dbpedia.org/resource/Klallam_language>,
        <http://www.mpii.de/yago/resource/Klallam_language> ;
    skos:altLabel "Klallam language"@en ;
    skos:definition "Klallam or Clallam (native name: ) is a nearly extinct Straits Salishan language that was traditionally spoken by the Klallam peoples at Beecher Bay on Vancouver Island in British Columbia and across the Strait of Juan de Fuca on the north coast of the Olympic Peninsula in Washington. Today it has only 4 remaining native speakers, though revival efforts exist."@en ;
    skos:inScheme lexvo: ;
    skos:notation "clm"^^xsd:string ;
    skos:prefLabel "Clallam"@en,
        "Klallam"@fr,
        "Język klallam"@pl,
        "Lenga clallam"@pms .

<http://lexvo.org/id/iso639-3/clo> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "clo"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/lowl1260> ;
    owl:sameAs <http://dbpedia.org/resource/Huamelultec_language>,
        <http://www.mpii.de/yago/resource/Huamelultec_language> ;
    skos:altLabel "Chontal, Lowland Oaxaca"@en,
        "Lowland Oaxaca Chontal"@en ;
    skos:definition "Huamelultec, also known as Huamelula Chontal, Lowland Oaxaca Chontal, and Chontal de la Costa de Oaxaca, is one of the Chontal languages of Oaxaca."@en ;
    skos:inScheme lexvo: ;
    skos:notation "clo"^^xsd:string ;
    skos:prefLabel "Huamelultec language"@en .

<http://lexvo.org/id/iso639-3/clw> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "clw"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/chul1246> ;
    owl:sameAs <http://dbpedia.org/resource/Chulym_language>,
        <http://www.mpii.de/yago/resource/Chulym_language> ;
    skos:altLabel "Chulym language"@en ;
    skos:definition "Chulym , also known as Chulim, Chulym-Turkic, Küerik, Chulym Tatar or Melets Tatar (not to be confused with the Tatar language) is the language of the Chulyms. The name the people use to refer to themselves, and also to their language, is Ös, literally ‘self’ or ‘own’. It is also spoken by the Kacik (Kazik, Kuarik)."@en ;
    skos:inScheme lexvo: ;
    skos:notation "clw"^^xsd:string ;
    skos:prefLabel "Çulım dili"@az,
        "Чулимски език"@bg,
        "Txulim"@ca,
        "Tschulymische Sprache"@de,
        "Chulym"@en,
        "Ĉulima lingvo"@eo,
        "Idioma chulym"@es,
        "Tšulymin kieli"@fi,
        "Tchoulym"@fr,
        "Çulım dili"@gag,
        "Čulimski jezik"@hr,
        "Шұлым тілі"@kk,
        "Čulymų kalba"@lt,
        "Чулимски јазик"@mk,
        "Lenga chulym"@pms,
        "Чулымский язык"@ru,
        "ภาษาชูเลียม"@th,
        "Çulımca"@tr .

<http://lexvo.org/id/iso639-3/cme> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "cme"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/cerm1238> ;
    owl:sameAs <http://dbpedia.org/resource/Cerma_language>,
        <http://www.mpii.de/yago/resource/Cerma_language> ;
    skos:altLabel "Cerma language"@en ;
    skos:definition "Cerma (Kirma) is a Gur language of Burkina Faso. The people are called Ciramba (< Cerma-ba) or Gouin (Gwe, Gwen)."@en ;
    skos:inScheme lexvo: ;
    skos:notation "cme"^^xsd:string ;
    skos:prefLabel "Kirmeg"@br,
        "Cerma"@de,
        "Cerma"@en,
        "Lenga Cerma"@pms .

<http://lexvo.org/id/iso639-3/cmi> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "cmi"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/embe1262> ;
    owl:sameAs <http://dbpedia.org/resource/Chami_language>,
        <http://www.mpii.de/yago/resource/Chami_language> ;
    skos:altLabel "Chami language"@en ;
    skos:definition "Chamí Emberá Chami is an Embera language of Colombia."@en ;
    skos:inScheme lexvo: ;
    skos:notation "cmi"^^xsd:string ;
    skos:prefLabel "Emberá-Chamí"@en,
        "Emberá chamí"@fr,
        "Lenga emberá-chamí"@pms .

<http://lexvo.org/id/iso639-3/cnh> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "cnh"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/haka1240> ;
    owl:sameAs <http://dbpedia.org/resource/Hakha-Chin_language>,
        <http://www.mpii.de/yago/resource/Hakha-Chin_language> ;
    skos:altLabel "Chin, Haka"@en,
        "Hakha-Chin language"@en ;
    skos:definition "Hakha Chin (Baungshe, Lai) is a language spoken in southern Asia by 446,264 people. The total figure includes 2,000 Zokhua, and 60,100 Lai speakers. The speakers are largely concentrated in eastern India in addition to Burma with a small amount of speakers in Bangladesh in South Asia and northwestern Southeast Asian region."@en ;
    skos:inScheme lexvo: ;
    skos:notation "cnh"^^xsd:string ;
    skos:prefLabel "হাকা চিন ভাষা"@bn,
        "Haka Chin"@en .

<http://lexvo.org/id/iso639-3/cni> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "cni"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/asha1243> ;
    owl:sameAs <http://dbpedia.org/resource/Ash%C3%A1ninka_language>,
        <http://www.mpii.de/yago/resource/Ash%C3%A1ninka_language> ;
    skos:altLabel "Asháninka language"@en ;
    skos:definition "Asháninka is an Arawakan language spoken by the Asháninca people along the Apurímac, Ene, Perené, and Tambo Rivers and tributaries in Perú. Their ethnic group numbers from 25,000 to 30,000. Many of them still speak their native tongue."@en ;
    skos:inScheme lexvo: ;
    skos:notation "cni"^^xsd:string ;
    skos:prefLabel "Asháninka"@en,
        "Idioma asháninca"@es,
        "Asháninka jezik"@hr,
        "Ašaninkų kalba"@lt,
        "Lenga asháninka"@pms,
        "Ashaninka simi"@qu .

<http://lexvo.org/id/iso639-3/cob> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "cob"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/chic1271> ;
    owl:sameAs <http://dbpedia.org/resource/Chicomuceltec_language>,
        <http://www.mpii.de/yago/resource/Chicomuceltec_language> ;
    skos:altLabel "Chicomuceltec language"@en ;
    skos:definition "Chicomuceltec (also Chikomuselteko or Chicomucelteco; archaically, Cotoque) is a Mayan language formerly spoken in the region defined by the municipios of Chicomuselo, Mazapa de Madero, and Amatenango de la Frontera in Chiapas, Mexico, as well as some nearby areas of Guatemala. By the 1970s-80s it had become extinct, with recent reports in Mayanist literature finding that there are no living native speakers. Communities of contemporary Chicomucelteco descendants, numbering approximately 1500 persons in Mexico and 100 in Guatemala are Spanish-speakers."@en ;
    skos:inScheme lexvo: ;
    skos:notation "cob"^^xsd:string ;
    skos:prefLabel "Chicomuceltec"@en,
        "Чикомукелтекски јазик"@mk,
        "Chikomuselsk"@no,
        "Język chicomuceltec"@pl,
        "Lenga chicomuceltec"@pms,
        "Língua chicomucelteca"@pt .

<http://lexvo.org/id/iso639-3/coc> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "coc"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/coco1261> ;
    owl:sameAs <http://dbpedia.org/resource/Cocopah_language>,
        <http://www.mpii.de/yago/resource/Cocopah_language> ;
    skos:altLabel "Cocopah language"@en ;
    skos:definition "Cocopah is a Delta language of the Yuman language family spoken by the Cocopah. It is still being learned by children."@en ;
    skos:inScheme lexvo: ;
    skos:notation "coc"^^xsd:string ;
    skos:prefLabel "Cocopa"@en,
        "Idioma cucapá"@es,
        "Cocopa"@fr,
        "Cucapa"@sv .

<http://lexvo.org/id/iso639-3/cod> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "cod"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/coca1259> ;
    owl:sameAs <http://dbpedia.org/resource/Cocama_language>,
        <http://www.mpii.de/yago/resource/Cocama_language> ;
    skos:altLabel "Cocama-Cocamilla"@en ;
    skos:definition "Cocama (Kokáma) is an indigenous language spoken by thousands of native people in western South America. It is spoken along the banks of the Northeastern lower Ucayali, lower Marañón, and Huallaga rivers and in neighboring areas of Brazil and an isolated area in Colombia. There are three dialects. The robust dialect is known as Cocama, Kokama, Ucayali, Xibitaoan, Huallaga, Pampadeque, and Pandequebo. As of 1999, Cocamilla (Kokamíya) was moribund, being only spoken by people over 40. Omagua (Omáwa) of Peru is reported to be extinct by Aikhenvald 1999,"@en ;
    skos:inScheme lexvo: ;
    skos:notation "cod"^^xsd:string ;
    skos:prefLabel "Kokomeg"@br,
        "Cocama"@de,
        "Cocama language"@en,
        "Kokoma lingvo"@eo,
        "Idioma cocama-cocamilla"@es,
        "Cocama"@hr,
        "Cocama-Cocamilla"@it,
        "Língua cocama"@pt,
        "Kukama simi"@qu,
        "Кокама"@uk .

<http://lexvo.org/id/iso639-3/cof> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "cof"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/colo1256> ;
    owl:sameAs <http://dbpedia.org/resource/Ts%C3%A1chila_language>,
        <http://www.mpii.de/yago/resource/Ts%C3%A1chila_language> ;
    skos:altLabel "Tsáchila language"@en ;
    skos:definition "Tsafiki, also known as Tsáchila or Colorado, is a Barbacoan language spoken in Ecuador by ca. 2000 ethnic Tsáchila people."@en ;
    skos:inScheme lexvo: ;
    skos:notation "cof"^^xsd:string ;
    skos:prefLabel "Colorado"@en,
        "Idioma tsafiki"@es,
        "Tsafiqui"@fr,
        "Tsafiki"@it,
        "Tsaphiki simi"@qu,
        "Цафики"@ru .

<http://lexvo.org/id/iso639-3/col> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "col"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/colu1241> ;
    owl:sameAs <http://dbpedia.org/resource/Columbia-Moses_language>,
        <http://www.mpii.de/yago/resource/Columbia-Moses_language> ;
    skos:altLabel "Columbia-Moses language"@en ;
    skos:definition "Columbia-Moses, or Columbia-Wenatchi, is a Southern Interior Salish language, also known as Nxaảmxcín. Speakers currently reside on the Colville Indian Reservation"@en ;
    skos:inScheme lexvo: ;
    skos:notation "col"^^xsd:string ;
    skos:prefLabel "Columbia-Wenatchi"@en,
        "Moses-columbia salish"@fr,
        "Lenga columbia-wenatchi"@pms .

<http://lexvo.org/id/iso639-3/con> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "con"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/cofa1242> ;
    owl:sameAs <http://dbpedia.org/resource/Cof%C3%A1n_language>,
        <http://www.mpii.de/yago/resource/Cof%C3%A1n_language> ;
    skos:altLabel "Cofán language"@en ;
    skos:definition "The Cofán language (also Kofan or Kofane; autonym: A'ingae) is the language of the Cofán people, an indigenous group native to Napo Province northeast Ecuador and southern Colombia, between the Guamués River (a tributary of the Putumayo River) and the Aguarico River (a tributary of the Napo River)."@en ;
    skos:inScheme lexvo: ;
    skos:notation "con"^^xsd:string ;
    skos:prefLabel "Cofán"@cs,
        "Cofán"@en,
        "Idioma cofán"@es,
        "Cofán"@fr,
        "Lenga cofan"@pms,
        "Língua cofán"@pt,
        "Кофан"@ru .

<http://lexvo.org/id/iso639-3/coo> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "coo"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/como1259> ;
    owl:sameAs <http://dbpedia.org/resource/Comox_language>,
        <http://www.mpii.de/yago/resource/Comox_language> ;
    skos:altLabel "Comox language"@en ;
    skos:definition "Comox, also known as K'omoks, is a Coast Salish language historically spoken in the northern Georgia Strait region, spanning the east coast of Vancouver Island and the northern Sunshine Coast and adjoining inlets and islands. It has two main dialects, Island Comox, associated with the Comox Indian Band, and Mainland Comox, associated with the Sliammon, Klahoose and Homalhco peoples."@en ;
    skos:inScheme lexvo: ;
    skos:notation "coo"^^xsd:string ;
    skos:prefLabel "Comox"@en,
        "Komoksa lingvo"@eo,
        "Comox"@fr .

<http://lexvo.org/id/iso639-3/cos> a lvont:Language,
        skos:Concept ;
    lvont:isFocusOf <http://id.loc.gov/vocabulary/iso639-2/cos> ;
    lvont:iso6392BCode "cos"^^xsd:string ;
    lvont:iso6392TCode "cos"^^xsd:string ;
    lvont:iso639P1Code "co"^^xsd:string ;
    lvont:iso639P3PCode "cos"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-2/cos> ;
    owl:sameAs <http://lexvo.org/id/iso639-1/co>,
        <http://psi.oasis-open.org/iso/639/#cos>,
        <http://www.lingvoj.org/lang/co>,
        <info:lc/vocabulary/languages/cos> ;
    skos:altLabel "córsico"@pt ;
    skos:inScheme lexvo: ;
    skos:notation "cos"^^xsd:string ;
    skos:prefLabel "Korsikaans"@af,
        "ኮርሲካኛ"@am,
        "الكورسيكية"@ar,
        "korsikan dili"@az,
        "корсикански"@bg,
        "কর্সিকান"@bn,
        "korseg"@br,
        "कोर्सीकन्"@brx,
        "korzikanski"@bs,
        "корзикански"@bs-Cyrl,
        "ኮርሲካኛ"@byn,
        "cors"@ca,
        "科西嘉文"@cmn,
        "科西嘉文"@cmn-Hant,
        "korsičtina"@cs,
        "Corseg"@cy,
        "korsikansk"@da,
        "Korsisch"@de,
        "Κορσικανικά"@el,
        "Corsican"@en,
        "𐐗𐐬𐑉𐑅𐐮𐐿𐐲𐑌"@en-Dsrt,
        "korsika"@eo,
        "corso"@es,
        "korsika"@et,
        "Korsikera"@eu,
        "کورسی"@fa,
        "korsika"@fi,
        "Corsican"@fil,
        "corse"@fr,
        "cors"@fur,
        "Corsaicis"@ga,
        "Corsais"@gd,
        "Corso"@gl,
        "Korsisch"@gsw,
        "કોર્સિકન"@gu,
        "קורסיקנית"@he,
        "कोर्सीकन"@hi,
        "korzički"@hr,
        "korzikai"@hu,
        "Korsika"@id,
        "korsíska"@is,
        "corso"@it,
        "コルシカ語"@ja,
        "ಕೋರ್ಸಿಕನ್"@kn,
        "कोर्शियन"@knn,
        "코르시카어"@ko,
        "کارسِکَن"@ks,
        "ຄໍຊິກາ"@lo,
        "korsikiečių"@lt,
        "korsikāņu"@lv,
        "корзикански"@mk,
        "കോഴ്സിക്കൺ"@ml,
        "कॉर्सिकन"@mr,
        "Korsiku"@mt,
        "korsikansk"@nb,
        "Corsicaans"@nl,
        "korsikansk"@nn,
        "କୋର୍ସିକାନ୍"@or,
        "korsykański"@pl,
        "corso"@pt,
        "cors"@rm,
        "corsicană"@ro,
        "корсиканский"@ru,
        "corsicagiella"@se,
        "korzičtina"@sk,
        "korziščina"@sl,
        "Корзикански"@sr,
        "Korzikanski"@sr-Latn,
        "korsikanska"@sv,
        "Kikosikani"@swh,
        "கோர்சிகன்"@ta,
        "కోర్సికన్"@te,
        "คอร์ซิกา"@th,
        "ኮርሲካኛ"@tig,
        "Korsikaca"@tr,
        "корсиканська"@uk,
        "کوراسیکن"@ur,
        "Tiếng Corse"@vi,
        "Corsica"@zsm,
        "isi-Corsican"@zu .

<http://lexvo.org/id/iso639-3/cou> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "cou"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/wame1240> ;
    owl:sameAs <http://dbpedia.org/resource/Wamey_language>,
        <http://www.mpii.de/yago/resource/Wamey_language> ;
    skos:altLabel "Wamey language"@en ;
    skos:definition "Wamey, or Konyagi (Conhague, Coniagui, Koniagui), is a Senegambian language of Senegal and Guinea."@en ;
    skos:inScheme lexvo: ;
    skos:notation "cou"^^xsd:string ;
    skos:prefLabel "Wameyeg"@br,
        "Wamey"@de,
        "Wamey"@en,
        "Coniagui"@fr,
        "Wamey jezik"@hr,
        "와메이어"@ko,
        "Lenga Wamey"@pms .

<http://lexvo.org/id/iso639-3/coz> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "coz"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/choc1279> ;
    owl:sameAs <http://dbpedia.org/resource/Chocho_language>,
        <http://www.mpii.de/yago/resource/Chocho_language> ;
    skos:altLabel "Chocho language"@en ;
    skos:definition "Chocho (also Chocholtec, Chocholteco Chochotec, Chochon, or Ngigua) is a language of the Popolocan branch of the Oto-Manguean linguistic family spoken in Mexico in the following communities of Oaxaca: Santa María Nativitas, San Juan Bautista Coixtlahuaca, San Miguel Tulancingo. Chocho is Spoken by 770 speakers (1998 Ethnologue Survey)."@en ;
    skos:inScheme lexvo: ;
    skos:notation "coz"^^xsd:string ;
    skos:prefLabel "Chochotec"@en,
        "Idioma chocho"@es,
        "Chocho"@fr,
        "Чочо"@ru .

<http://lexvo.org/id/iso639-3/crd> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "crd"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/coeu1236> ;
    owl:sameAs <http://dbpedia.org/resource/Coeur_d'Alene_language>,
        <http://www.mpii.de/yago/resource/Coeur_d'Alene_language> ;
    skos:altLabel "Coeur d'Alene language"@en ;
    skos:definition "Coeur dAlene (Cœur dAlène) is a Salishan language spoken by only five of the 800 individuals in the Coeur dAlene Tribe on the Coeur dAlene Reservation in northern Idaho, United States. It is considered an endangered language."@en ;
    skos:inScheme lexvo: ;
    skos:notation "crd"^^xsd:string ;
    skos:prefLabel "Coeur d'Alene"@en,
        "Cœur d'Alène"@fr,
        "Lenga coeur d'alene"@pms .

<http://lexvo.org/id/iso639-3/crg> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "crg"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/mich1243> ;
    owl:sameAs <http://dbpedia.org/resource/Michif_language>,
        <http://www.mpii.de/yago/resource/Michif_language> ;
    skos:altLabel "Michif language"@en ;
    skos:definition "Michif (also Mitchif, Mechif, Michif-Cree, Métif, Métchif, French Cree) is the language of the Métis people of Canada and the United States, who are the descendants of First Nations women (mainly Cree, Nakota and Ojibwe) and fur trade workers of European ancestry (mainly French Canadians and Scottish Canadians). Nowadays Michif is spoken in scattered Métis communities in the provinces of Saskatchewan and Manitoba in Canada and in North Dakota in the U.S. There are some 230 speakers of Mitchif in the United States (down from 390 at the 1990 census ), most of whom live in North Dakota, particularly in the Turtle Mountain Indian Reservation. Michif emerged in the early 19th century as a mixed language (not to be confused with a creole), and adopted a consistent character between about 1820 and 1840."@en ;
    skos:inScheme lexvo: ;
    skos:notation "crg"^^xsd:string ;
    skos:prefLabel "Michifeg"@br,
        "Michif"@da,
        "Michif"@de,
        "Michif"@en,
        "Miĉifa lingvo"@eo,
        "Métchif"@fr,
        "Michif jezik"@hr,
        "미치프어"@ko,
        "Język miszif"@pl,
        "Lenga michif"@pms,
        "Мичиф"@ru,
        "Michif"@sv .

<http://lexvo.org/id/iso639-3/crk> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "crk"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/plai1258> ;
    owl:sameAs <http://dbpedia.org/resource/Plains_Cree_language>,
        <http://www.mpii.de/yago/resource/Plains_Cree_language> ;
    skos:altLabel "Cree, Plains"@en,
        "Plains Cree language"@en ;
    skos:definition "Plains Cree (native name: ) is a dialect of the Algonquian language, Cree, which is the most common Canadian indigenous language. Plains Cree is sometimes considered a dialect of the Cree-Montagnais language, or sometimes a dialect of the Cree language, distinct from the Montagnais language. Plains Cree is one of five main dialects of Cree in this second sense, along with Woods Cree, Swampy Cree, Moose Cree, and Atikamekw. Although no single dialect of Cree is favored over another, Plains Cree is the most widely used. Out of the 80 thousand speakers of the Cree language, the Plains Cree dialect is spoken by about 34,000 people primarily in Saskatchewan and Alberta but also in Manitoba and Montana. This number is diminishing as social pressures increase to use English, leaving many Cree children without a fluent command of Cree."@en ;
    skos:inScheme lexvo: ;
    skos:notation "crk"^^xsd:string ;
    skos:prefLabel "Kreeg ar c'hompezennoù"@br,
        "Plains Cree"@en,
        "Prærie-cree-språket"@nn,
        "Lenga cree, plains"@pms .

<http://lexvo.org/id/iso639-3/crn> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "crn"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/elna1235> ;
    owl:sameAs <http://dbpedia.org/resource/Cora_language>,
        <http://www.mpii.de/yago/resource/Cora_language> ;
    skos:altLabel "Cora, El Nayar"@en,
        "El Nayar Cora"@en ;
    skos:definition "The Cora language is an indigenous language of Mexico of the Uto-Aztecan language family. It is spoken by the ethnic group that is widely known as the Cora but who refer to themselves as Naáyarite. The Cora inhabit the northern sierra of the Mexican state Nayarit which is named after its indigenous inhabitants. Cora is a Mesoamerican language and shows many of the traits defining the Mesoamerican Linguistic Area. Under the \"Law of Linguistic Rights\" it is recognized as a \"national language\" along with 62 other indigenous languages and Spanish which have the same \"validity\" in Mexico ."@en ;
    skos:inScheme lexvo: ;
    skos:notation "crn"^^xsd:string ;
    skos:prefLabel "Cora language"@en,
        "Idioma cora"@es,
        "Cora"@fr,
        "Nayaritetlahtōlli"@nah,
        "Cora"@no .

<http://lexvo.org/id/iso639-3/crs> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "crs"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/sese1246> ;
    owl:sameAs <http://dbpedia.org/resource/Seychellois_Creole>,
        <http://www.mpii.de/yago/resource/Seychellois_Creole> ;
    skos:altLabel "Creole French, Seselwa"@en,
        "Seselwa Creole French"@en ;
    skos:definition "Seychellois Creole, also known as Kreol or Seselwa, is the French-based creole language of the Seychelles. It shares official language status with English and French (in contrast to Mauritian Creole, which has no official status in Mauritius)."@en ;
    skos:inScheme lexvo: ;
    skos:notation "crs"^^xsd:string ;
    skos:prefLabel "Seychellenkreol"@de,
        "Κρεολική Σεσελουά"@el,
        "Seychellois Creole"@en,
        "Sejŝela lingvo"@eo,
        "Criollo seychelense"@es,
        "Seychellien kreoli"@fi,
        "Créole seychellois"@fr,
        "Sejšelski kreolski"@hr,
        "Seychelle-i kreol nyelv"@hu,
        "Creolo delle Seychelles"@it,
        "セーシェル・クレオール語"@ja,
        "세이셸 크리올"@ko,
        "Lengua creola"@lij,
        "Seišelu kreolu valoda"@lv,
        "Język kreolski seszelski"@pl,
        "Lenga seselwa creole french"@pms,
        "Crioulo de Seychelles"@pt,
        "Сейшельский креольский язык"@ru,
        "Sejšelski kreolski"@sh,
        "Сејшелски креолски"@sr,
        "Seyşeller Kreyolu"@tr,
        "Сейшельська креольська мова"@uk,
        "塞舌尔克里奥尔语"@zh .

<http://lexvo.org/id/iso639-3/crw> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "crw"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/chra1242> ;
    owl:sameAs <http://dbpedia.org/resource/Chrau_language>,
        <http://www.mpii.de/yago/resource/Chrau_language> ;
    skos:altLabel "Chrau language"@en ;
    skos:definition "Chrau is a Bahnaric language spoken by some 22,000 people in southern Vietnam. Unlike most languages of Southeast Asia, Chrau has no lexical tone, though it does have significant sentence intonation."@en ;
    skos:inScheme lexvo: ;
    skos:notation "crw"^^xsd:string ;
    skos:prefLabel "Chrau"@en .

<http://lexvo.org/id/iso639-3/css> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "css"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/sout2986> ;
    owl:sameAs <http://dbpedia.org/resource/Rumsen_language>,
        <http://www.mpii.de/yago/resource/Rumsen_language> ;
    skos:altLabel "Ohlone, Southern"@en,
        "Southern Ohlone"@en ;
    skos:definition "Rumsen (also known as Rumsien, San Carlos Costanoan and Carmeleno) is one of eight language divisions of the Ohlone (Costanoan) Native American people of Northern California. The Rumsen language was spoken from the Pajaro River to Point Sur, and on the lower courses of the Pajaro, as well as on the Salinas and Carmel Rivers, and the region of the present-day cities of Salinas, Monterey and Carmel. One of eight languages within the Costanoan (alias Ohlone) branch of the Utian family, it became one of two important native languages spoken at the Mission San Carlos Borroméo de Carmelo founded in 1770, the other being Esselen."@en ;
    skos:inScheme lexvo: ;
    skos:notation "css"^^xsd:string ;
    skos:prefLabel "Rumsen language"@en,
        "Rumsen"@fr,
        "Rumsen"@hr .

<http://lexvo.org/id/iso639-3/csz> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "csz"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/coos1249> ;
    owl:sameAs <http://dbpedia.org/resource/Hanis_language>,
        <http://www.mpii.de/yago/resource/Hanis_language> ;
    skos:altLabel "Hanis language"@en ;
    skos:definition "Hanis, or Coos, was one of two Coosan languages of Oregon, and the better documented. It was spoken north of the Miluk around the Coos River and Coos Bay. The há·nis was the Hanis name for themselves. The last speaker of Hanis was Martha Johnson, who died in 1972."@en ;
    skos:inScheme lexvo: ;
    skos:notation "csz"^^xsd:string ;
    skos:prefLabel "Coos"@en,
        "Hanis"@fr .

<http://lexvo.org/id/iso639-3/ctd> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ctd"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/tedi1235> ;
    owl:sameAs <http://dbpedia.org/resource/Sukte_language>,
        <http://www.mpii.de/yago/resource/Sukte_language> ;
    skos:altLabel "Chin, Tedim"@en,
        "Sukte language"@en ;
    skos:definition "Sukte, commonly known as Tedim (Tiddim) or Tedim Chin, is a Kukish language of India and Burma."@en ;
    skos:inScheme lexvo: ;
    skos:notation "ctd"^^xsd:string ;
    skos:prefLabel "Tedim Chin"@en .

<http://lexvo.org/id/iso639-3/cto> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "cto"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/embe1260> ;
    owl:sameAs <http://dbpedia.org/resource/Catio_language>,
        <http://www.mpii.de/yago/resource/Catio_language> ;
    skos:altLabel "Catio language"@en ;
    skos:definition "Catío Emberá (Catío, Katío) is an indigenous American language spoken by the Embera people of Colombia and Panama."@en ;
    skos:inScheme lexvo: ;
    skos:notation "cto"^^xsd:string ;
    skos:prefLabel "Emberá-Catío"@en,
        "Emberá catío"@fr,
        "Lenga emberá-catío"@pms .

<http://lexvo.org/id/iso639-3/ctu> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ctu"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/chol1282> ;
    owl:sameAs <http://dbpedia.org/resource/Ch%E2%80%99ol_language>,
        <http://www.mpii.de/yago/resource/Ch%E2%80%99ol_language> ;
    skos:altLabel "Ch’ol language"@en ;
    skos:definition "Chol (or Chol) is a member of the western branch of the Mayan language family used by the Chol people in the Mexican state of Chiapas. There are two main dialects: *Chol of Tila spoken by 43,870 people of whom 10,000 are monolinguals in the villages of Tila, Vicente Guerrero, Chivalito and Limar in Chiapas. * Chol of Tumbalá spoken by 90,000 people of whom 30,000 are monolinguals in the villages of Tumbalá, Sabanilla, Misijá, Limar, Chivalita and Vicente Guerrero."@en ;
    skos:inScheme lexvo: ;
    skos:notation "ctu"^^xsd:string ;
    skos:prefLabel "Chol-Sprache"@de,
        "Chol"@en,
        "Idioma chol"@es,
        "Ch'ol"@fr,
        "Lingua chol"@gl,
        "Lingua ch'ol"@it,
        "촐어"@ko,
        "Чолски јазик"@mk,
        "Chollahtōlli"@nah,
        "Ch'ol"@nl,
        "Lenga chol, tumbalá"@pms,
        "Língua chol"@pt,
        "Chol simi"@qu,
        "Чольский язык"@ru,
        "喬爾語"@zh .

<http://lexvo.org/id/iso639-3/cyb> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "cyb"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/cayu1262> ;
    owl:sameAs <http://dbpedia.org/resource/Cayuvava_language>,
        <http://www.mpii.de/yago/resource/Cayuvava_language> ;
    skos:altLabel "Cayuvava language"@en ;
    skos:definition "Cayuvava (Cayubaba, Cayuwaba, Kayuvava) is an extinct language of Bolivia, the descendants of the ethnic group of the same name live in the region of Beni, west of Mamore River, north of Santa Ana del Yacuma with a population of 794 inhabitants."@en ;
    skos:inScheme lexvo: ;
    skos:notation "cyb"^^xsd:string ;
    skos:prefLabel "Cayubaba"@en,
        "Idioma cayubaba"@es,
        "Cayubaba"@fr,
        "Кајубабански јазик"@mk,
        "Lenga cayubaba"@pms .

<http://lexvo.org/id/iso639-3/daa> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "daa"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/dang1274> ;
    owl:sameAs <http://dbpedia.org/resource/Dangal%C3%A9at_language>,
        <http://www.mpii.de/yago/resource/Dangal%C3%A9at_language> ;
    skos:altLabel "Dangaléat language"@en ;
    skos:definition "Dangaléat (also known as Dangla, Danal, Dangal) is an Afro-Asiatic language spoken in central Chad."@en ;
    skos:inScheme lexvo: ;
    skos:notation "daa"^^xsd:string ;
    skos:prefLabel "Dangaléat"@en,
        "Dangaléat"@fr,
        "Lenga Dangaléat"@pms .

<http://lexvo.org/id/iso639-3/dag> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "dag"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/dagb1246> ;
    owl:sameAs <http://dbpedia.org/resource/Dagbani_language>,
        <http://www.mpii.de/yago/resource/Dagbani_language> ;
    skos:altLabel "Dagbani language"@en ;
    skos:definition "' Dagbani is a Gur language spoken in Ghana. Its native speakers are primarily of the Dagomba people, but Dagbani is also widely known as a first language in northern Ghana."@en ;
    skos:inScheme lexvo: ;
    skos:notation "dag"^^xsd:string ;
    skos:prefLabel "Dagbaneg"@br,
        "Dagbani"@de,
        "Dagbani"@en,
        "Dagbani"@fr,
        "ダバニ語"@ja,
        "Dagbani"@nl,
        "Lenga Dagbani"@pms,
        "Língua dagbani"@pt,
        "Дагбани"@ru,
        "தாக்பானி மொழி"@ta .

<http://lexvo.org/id/iso639-3/dai> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "dai"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/dayy1236> ;
    owl:sameAs <http://dbpedia.org/resource/Day_language>,
        <http://www.mpii.de/yago/resource/Day_language> ;
    skos:altLabel "Day language"@en ;
    skos:definition "Day (ISO 639-3: dai) is a Mbum–Day language of southern Chad, spoken by 49,916 as of that country's 1993 census."@en ;
    skos:inScheme lexvo: ;
    skos:notation "dai"^^xsd:string ;
    skos:prefLabel "Dayeg"@br,
        "Day"@de,
        "Day"@en,
        "Day"@fr,
        "Lenga Day"@pms .

<http://lexvo.org/id/iso639-3/daj> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "daj"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/darf1239> ;
    owl:sameAs <http://dbpedia.org/resource/Sila_language>,
        <http://www.mpii.de/yago/resource/Sila_language> ;
    skos:altLabel "Daju, Dar Fur"@en,
        "Sila language"@en ;
    skos:definition "The Sila language, also known as Dar Sila, Dar Sila Daju, Bokor, Bokorike, Bokoruge, Dadjo, Dajou, Daju, and Sula, is an Eastern Sudanic language, one of three closely related languages in the area called \"Daju\" (the other two being the Nyala language and the Daju Mongo language). It is spoken in Chad near the Darfur border, with migration into Sudan. There are two dialects, Sila proper and Mongo, the latter not to be confused with Daju Mongo."@en ;
    skos:inScheme lexvo: ;
    skos:notation "daj"^^xsd:string ;
    skos:prefLabel "Dar Fur Daju"@en .

<http://lexvo.org/id/iso639-3/dal> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "dal"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/daha1245> ;
    owl:sameAs <http://dbpedia.org/resource/Dahalo_language>,
        <http://www.mpii.de/yago/resource/Dahalo_language> ;
    skos:altLabel "Dahalo language"@en ;
    skos:definition "Dahalo is an endangered South Cushitic language spoken by at most 400 people on the Kenyan coast near the mouth of the Tana River. The Dahalo, former elephant hunters, are dispersed among Swahili and other Bantu peoples, with no villages of their own, and are bilingual in those languages. It may be that children are no longer learning the language."@en ;
    skos:inScheme lexvo: ;
    skos:notation "dal"^^xsd:string ;
    skos:prefLabel "Dahaloeg"@br,
        "Dahalo"@de,
        "Dahalo"@en,
        "Dahalo"@eu,
        "Dahalo"@fr,
        "Język dahalo"@pl,
        "Dahalo"@pms,
        "Дахало"@ru,
        "Дагало"@uk .

<http://lexvo.org/id/iso639-3/dav> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "dav"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/tait1250> ;
    owl:sameAs <http://dbpedia.org/resource/Taita_language>,
        <http://www.mpii.de/yago/resource/Taita_language> ;
    skos:altLabel "Dawida"@en,
        "Taita language"@en ;
    skos:definition "Taita, or Dawida, is a Bantu language of Kenya. It is closely related to the Chaga languages of Kenya and Tanzania."@en ;
    skos:inScheme lexvo: ;
    skos:notation "dav"^^xsd:string ;
    skos:prefLabel "تيتا"@ar,
        "taita"@ca,
        "台塔文"@cmn,
        "台塔文"@cmn-Hant,
        "taita"@cs,
        "taita"@da,
        "Kitaita"@dav,
        "Τάιτα"@el,
        "Taita"@en,
        "taita"@es,
        "taita"@et,
        "taita"@fi,
        "dawida"@fr,
        "טאיטה"@he,
        "taita"@hr,
        "taita"@hu,
        "Taita"@id,
        "taíta"@is,
        "taita"@it,
        "タイタ語"@ja,
        "타이타어"@ko,
        "ໄຕຕາ"@lo,
        "taitų"@lt,
        "taitu"@lv,
        "таита"@mk,
        "taita"@nb,
        "Taita"@nl,
        "taita"@pl,
        "taita"@pt,
        "taita"@ro,
        "таита"@ru,
        "taita"@sk,
        "taita"@sv,
        "ไททา"@th,
        "Taita"@tr,
        "таіта"@uk,
        "Tiếng Taita"@vi .

<http://lexvo.org/id/iso639-3/dba> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "dba"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/bang1363> ;
    owl:sameAs <http://dbpedia.org/resource/Bangime_language>,
        <http://www.mpii.de/yago/resource/Bangime_language> ;
    skos:altLabel "Bangi Me"@en,
        "Bangime language"@en ;
    skos:definition "The Bangime language, or in full , is spoken by some 1500 ethnic Dogon in seven villages in southern Mali, who call themselves the (hidden people). Long known to be highly divergent from (other) Dogon languages, it was first proposed as a possible isolate by Blench (2005). Research since then has confirmed that it appears to be unrelated to neighboring languages."@en ;
    skos:inScheme lexvo: ;
    skos:notation "dba"^^xsd:string ;
    skos:prefLabel "Bangime"@en,
        "Бангери"@ru .

<http://lexvo.org/id/iso639-3/dbj> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "dbj"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/idaa1241> ;
    owl:sameAs <http://dbpedia.org/resource/Ida'an_language>,
        <http://www.mpii.de/yago/resource/Ida'an_language> ;
    skos:altLabel "Ida'an language"@en ;
    skos:definition "The Idaan (also Idahan) language is a Malayo-Polynesian language spoken by the Idaan people of Sabah, Malaysia."@en ;
    skos:inScheme lexvo: ;
    skos:notation "dbj"^^xsd:string ;
    skos:prefLabel "Ida'an"@en,
        "Ida’an"@fr,
        "Bahasa Idaan"@ms,
        "Lenga ida'an"@pms .

<http://lexvo.org/id/iso639-3/dbl> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "dbl"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/dyir1250> ;
    owl:sameAs <http://dbpedia.org/resource/Dyirbal_language>,
        <http://www.mpii.de/yago/resource/Dyirbal_language> ;
    skos:altLabel "Dyirbal language"@en ;
    skos:definition "Dyirbal (also Djirubal) is an Australian Aboriginal language spoken in northeast Queensland by about 5 speakers of the Dyirbal tribe. It is a member of the small Dyirbalic branch of the Pama–Nyungan family. It possesses many outstanding features that have made it well known among linguists."@en ;
    skos:inScheme lexvo: ;
    skos:notation "dbl"^^xsd:string ;
    skos:prefLabel "Dyirbal"@de,
        "Dyirbal"@en,
        "Dyirbal"@fr,
        "Lingua dyirbal"@it,
        "Dyirbal"@nl,
        "Dyirbal"@nn,
        "Język dyirbal"@pl,
        "Lenga dyirbal"@pms,
        "Dyirbal"@pt,
        "Дирбал"@ru,
        "Dyirbal"@sv .

<http://lexvo.org/id/iso639-3/ddo> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ddo"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/dido1241> ;
    owl:sameAs <http://dbpedia.org/resource/Tsez_language>,
        <http://www.mpii.de/yago/resource/Tsez_language> ;
    skos:altLabel "Tsez language"@en ;
    skos:definition "Tsez, also known as Dido (цезяс мец cezyas mec or цез мец cez mec in Tsez) is a Northeast Caucasian language with about 15,354 speakers (2002) spoken by the Tsez, a Muslim people in the mountainous Tsunta district of southern and western Dagestan in Russia. The name is said to derive from the Tsez word for \"eagle\", which is most likely a folk etymology. The name Dido is derived from the Georgian word დიდი (didi), meaning \"big\"."@en ;
    skos:inScheme lexvo: ;
    skos:notation "ddo"^^xsd:string ;
    skos:prefLabel "Цезки език"@bg,
        "Tsezeg"@br,
        "Tsesische Sprache"@de,
        "Dido"@en,
        "Ceza lingvo"@eo,
        "Idioma tsez"@es,
        "Didoera"@eu,
        "Didon kieli"@fi,
        "Tsez"@fr,
        "Cezišćina"@hsb,
        "დიდოური ენა"@ka,
        "Цезички јазик"@mk,
        "Língua tsez"@pt,
        "Цезский язык"@ru,
        "Tsez dili"@tr,
        "Цезька мова"@uk .

<http://lexvo.org/id/iso639-3/del> a lvont:Language,
        skos:Concept ;
    lvont:isFocusOf <http://id.loc.gov/vocabulary/iso639-2/del> ;
    lvont:iso6392BCode "del"^^xsd:string ;
    lvont:iso6392TCode "del"^^xsd:string ;
    lvont:iso639P3PCode "del"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-2/del> ;
    owl:sameAs <http://dbpedia.org/resource/Delaware_languages>,
        <http://psi.oasis-open.org/iso/639/#del>,
        <http://www.lingvoj.org/lang/del>,
        <http://www.mpii.de/yago/resource/Delaware_languages>,
        <info:lc/vocabulary/languages/del> ;
    skos:altLabel "Delaware languages"@en,
        "Lingua delaware"@it,
        "Język delaware"@pl,
        "Línguas delaware"@pt,
        "Делаварские языки"@ru ;
    skos:definition "The Delaware languages, also known as the Lenape languages, are Munsee and Unami, two closely related languages of the Eastern Algonquian subgroup of the Algonquian language family. Munsee and Unami were spoken aboriginally by the Lenape people in the vicinity of the modern New York City area in the United States, including western Long Island, Manhattan Island, Staten Island, as well as adjacent areas on the mainland: southeastern New York State, eastern Pennsylvania, New Jersey, and coastal Delaware."@en ;
    skos:inScheme lexvo: ;
    skos:notation "del"^^xsd:string ;
    skos:prefLabel "الديلوير"@ar,
        "delaver dili"@az,
        "делауер"@bg,
        "ডেলাওয়ের"@bn,
        "delaware"@br,
        "दलावार्"@brx,
        "delaver"@bs,
        "делавер"@bs-Cyrl,
        "delaware"@ca,
        "特拉华文"@cmn,
        "德拉瓦文"@cmn-Hant,
        "delawarština"@cs,
        "delaware"@da,
        "Delaware-Sprache"@de,
        "Ντέλαγουερ"@el,
        "Delaware"@en,
        "Lenapa lingvo"@eo,
        "delaware"@es,
        "delavari"@et,
        "دلاواری"@fa,
        "delaware"@fi,
        "delaware"@fr,
        "Delaware-Schpraach"@gsw,
        "દેલેવેર"@gu,
        "Delawarish"@gv,
        "דלאוור"@he,
        "डिलैवेयर"@hi,
        "delavarski"@hr,
        "delavár"@hu,
        "Delaware"@id,
        "delaver"@is,
        "delaware"@it,
        "デラウェア語"@ja,
        "ಡೆಲಾವೇರ್"@kn,
        "델라웨어어"@ko,
        "ڈیٚلوییَر"@ks,
        "ເດລາວາ"@lo,
        "delavero"@lt,
        "delavēru"@lv,
        "делавер"@mk,
        "ദലവാരെ"@ml,
        "डेलॅवेयर"@mr,
        "Delawerjan"@mt,
        "ဒီလာဝဲ"@my,
        "delaware"@nb,
        "Delaware"@nl,
        "delaware"@nn,
        "ଡେଲାୱେର୍"@or,
        "delaware"@pl,
        "delaware"@pt,
        "delaware"@rm,
        "delaware"@ro,
        "делаварский"@ru,
        "delawarčina"@sk,
        "delavarščina"@sl,
        "Делавер"@sr,
        "Delaver"@sr-Latn,
        "delaware"@sv,
        "தெலாவேர்"@ta,
        "డెలావేర్"@te,
        "เดลาแวร์"@th,
        "Delaware"@tr,
        "делаварська"@uk,
        "Tiếng Delaware"@vi .

<http://lexvo.org/id/iso639-3/den> a lvont:Language,
        skos:Concept ;
    lvont:isFocusOf <http://id.loc.gov/vocabulary/iso639-2/den> ;
    lvont:iso6392BCode "den"^^xsd:string ;
    lvont:iso6392TCode "den"^^xsd:string ;
    lvont:iso639P3PCode "den"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-2/den> ;
    owl:sameAs <http://dbpedia.org/resource/Slavey_language>,
        <http://psi.oasis-open.org/iso/639/#den>,
        <http://www.lingvoj.org/lang/den>,
        <http://www.mpii.de/yago/resource/Slavey_language>,
        <info:lc/vocabulary/languages/den> ;
    skos:altLabel "slavey"@ca,
        "Slavey"@de,
        "Slave (Athapascan)"@en,
        "Slavey language"@en,
        "Slave"@es,
        "Esclave"@fr,
        "esclave (athapascan)"@fr,
        "Слейви"@ru,
        "славянский"@ru,
        "Slavey dilleri"@tr ;
    skos:definition "Slavey (; also Slave, Slavé) is an Athabaskan language spoken among the Slavey First Nations of Canada in the Northwest Territories where it also has official status. The language is written using Canadian Aboriginal syllabics or the Latin script."@en ;
    skos:inScheme lexvo: ;
    skos:notation "den"^^xsd:string ;
    skos:prefLabel "السلافية"@ar,
        "slavey"@az,
        "слейви"@bg,
        "স্ল্যাভ"@bn,
        "स्लेव्"@brx,
        "slavski"@bs,
        "славски"@bs-Cyrl,
        "Slave"@ca,
        "司雷夫文"@cmn,
        "斯拉夫"@cmn-Hant,
        "slave"@cs,
        "athapaskisk"@da,
        "Slave"@de,
        "Σλαβικά"@el,
        "Slave"@en,
        "slave"@es,
        "sleivi"@et,
        "slevi"@fi,
        "slavey"@fr,
        "Slavey spriaken"@frr,
        "sclâf"@fur,
        "Slavey"@gsw,
        "સ્લેવ"@gu,
        "Slavish"@gv,
        "סלאבית"@he,
        "स्लेव"@hi,
        "slave"@hr,
        "szlevi"@hu,
        "Slave"@id,
        "slavneska"@is,
        "slave"@it,
        "スレイビー語"@ja,
        "ಸ್ಲೇವ್"@kn,
        "슬라브어"@ko,
        "سلیو"@ks,
        "ຊີເລັບ"@lo,
        "slave"@lt,
        "sleivu"@lv,
        "славски"@mk,
        "സ്ലേവ്"@ml,
        "स्लाव्ह"@mr,
        "Slav"@mt,
        "slavisk"@nb,
        "Slave"@nl,
        "slavej"@nn,
        "ସ୍ଲେଭ୍"@or,
        "slave"@pl,
        "slave"@pt,
        "slavey"@rm,
        "slave"@ro,
        "слэйви"@ru,
        "slovančina"@sk,
        "slavejščina"@sl,
        "Славски"@sr,
        "Slavski"@sr-Latn,
        "slavej"@sv,
        "ஸ்லாவ்"@ta,
        "స్లేవ్"@te,
        "สเลวี"@th,
        "Slavey"@tr,
        "слейв"@uk,
        "Tiếng Slave"@vi .

<http://lexvo.org/id/iso639-3/der> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "der"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/deor1238> ;
    owl:sameAs <http://dbpedia.org/resource/Deori_language>,
        <http://www.mpii.de/yago/resource/Deori_language> ;
    skos:altLabel "Deori language"@en ;
    skos:definition "Deori is a Tibeto-Burman language spoken by the Deori people of Assam. It is one of the official languages of Arunachal Pradesh. Only one of the Deori tribes, the Dibongya, has retained the language, the others having shifted to Assamese, but among the Dibongya it is vigorous."@en ;
    skos:inScheme lexvo: ;
    skos:notation "der"^^xsd:string ;
    skos:prefLabel "Deori"@en .

<http://lexvo.org/id/iso639-3/dgr> a lvont:Language,
        skos:Concept ;
    lvont:isFocusOf <http://id.loc.gov/vocabulary/iso639-2/dgr> ;
    lvont:iso6392BCode "dgr"^^xsd:string ;
    lvont:iso6392TCode "dgr"^^xsd:string ;
    lvont:iso639P3PCode "dgr"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-2/dgr> ;
    owl:sameAs <http://dbpedia.org/resource/Dogrib_language>,
        <http://psi.oasis-open.org/iso/639/#dgr>,
        <http://www.lingvoj.org/lang/dgr>,
        <http://www.mpii.de/yago/resource/Dogrib_language>,
        <info:lc/vocabulary/languages/dgr> ;
    skos:altLabel "Dogrib language"@en,
        "Koiran kylkiluun kieli"@fi,
        "Flanc-de-chien"@fr,
        "Língua dogrib"@pt,
        "Догриб"@ru,
        "Dogrib"@sv,
        "Tlınçonca"@tr ;
    skos:definition "Dogrib, the English translation of the indigenous name , is a Northern Athabaskan language spoken by the First Nations Tłı̨chǫ people of the Canadian territory Northwest Territories. According to Statistics Canada in 2006, there were approximately 2,640 people who spoke Dogrib."@en ;
    skos:inScheme lexvo: ;
    skos:notation "dgr"^^xsd:string ;
    skos:prefLabel "الدوجريب"@ar,
        "doqrib dili"@az,
        "догриб"@bg,
        "দোগ্রীব"@bn,
        "dogrib"@br,
        "डोगरीब्"@brx,
        "dogrib"@bs,
        "догриб"@bs-Cyrl,
        "dogrib"@ca,
        "多格里布文"@cmn,
        "多格里布文"@cmn-Hant,
        "dogrib"@cs,
        "dogrib"@da,
        "Dogrib"@de,
        "Ντόγκριμπ"@el,
        "Dogrib"@en,
        "dogrib"@es,
        "dogribi"@et,
        "دوگریب"@fa,
        "dogrib"@fi,
        "dogrib"@fr,
        "Tłı̨chǫ spriak"@frr,
        "Togrib"@gsw,
        "ડોગ્રિબ"@gu,
        "Dogrib"@gv,
        "דוגריב"@he,
        "डोग्रिब"@hi,
        "dogrib"@hr,
        "dogrib"@hu,
        "Dogrib"@id,
        "dogríb"@is,
        "dogrib"@it,
        "ドグリブ語"@ja,
        "ಡೋಗ್ರಿಬ್"@kn,
        "도그리브어"@ko,
        "ڈاگرِب"@ks,
        "ໂດກຣິບ"@lo,
        "dogribų"@lt,
        "dogribu"@lv,
        "догриб"@mk,
        "ഡോഗ്രിബ്"@ml,
        "डोग्रिब"@mr,
        "Dogrib"@mt,
        "dogrib"@nb,
        "Dogrib"@nl,
        "dogrib"@nn,
        "ଡୋଗ୍ରିବ୍"@or,
        "dogrib"@pl,
        "Lenga dogrib"@pms,
        "dogrib"@pt,
        "dogrib"@rm,
        "dogrib"@ro,
        "догриб"@ru,
        "dogribčina"@sk,
        "dogrib"@sl,
        "Догриб"@sr,
        "Dogrib"@sr-Latn,
        "dogrib"@sv,
        "டோக்ரிப்"@ta,
        "డోగ్రిబ్"@te,
        "โดกริบ"@th,
        "Dogrib"@tr,
        "догрибська"@uk,
        "Tiếng Dogrib"@vi .

<http://lexvo.org/id/iso639-3/dgz> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "dgz"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/daga1275> ;
    owl:sameAs <http://dbpedia.org/resource/Daga_language>,
        <http://www.mpii.de/yago/resource/Daga_language> ;
    skos:altLabel "Daga language"@en ;
    skos:definition "Daga (Dimuga, Nawp) is a language of Papua New Guinea."@en ;
    skos:inScheme lexvo: ;
    skos:notation "dgz"^^xsd:string ;
    skos:prefLabel "Daga"@en .

<http://lexvo.org/id/iso639-3/dhi> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "dhi"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/dhim1246> ;
    owl:sameAs <http://dbpedia.org/resource/Dhimal_language>,
        <http://www.mpii.de/yago/resource/Dhimal_language> ;
    skos:altLabel "Dhimal language"@en ;
    skos:definition "Dhimal is a Tibeto-Burman language of Nepal and India."@en ;
    skos:inScheme lexvo: ;
    skos:notation "dhi"^^xsd:string ;
    skos:prefLabel "Dhimal"@en .

<http://lexvo.org/id/iso639-3/dhv> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "dhv"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/dehu1237> ;
    owl:sameAs <http://dbpedia.org/resource/Drehu_language>,
        <http://www.mpii.de/yago/resource/Drehu_language> ;
    skos:altLabel "Drehu"@en,
        "Drehu language"@en ;
    skos:definition "Drehu ([ɖehu]; also known as Dehu, Lifou, Lifu, qene drehu ) is an Austronesian language mostly spoken on Lifou Island, Loyalty Islands, New Caledonia. It has about twelve-thousand fluent speakers and the status of a French regional language. This status means that pupils can take it as an optional topic for the baccalauréat in New Caledonia itself or French mainland. It has been also taught at the Institut National des Langues et Civilisations Orientales (INALCO) in Paris since 1973 and at the since 2000. As for other Kanak languages, Drehu is now regulated by the \"Académie des langues kanak\", officially founded in 2007."@en ;
    skos:inScheme lexvo: ;
    skos:notation "dhv"^^xsd:string ;
    skos:prefLabel "Drehueg"@br,
        "Dehu"@en,
        "Drehu"@fr .

<http://lexvo.org/id/iso639-3/dif> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "dif"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/dier1241> ;
    owl:sameAs <http://dbpedia.org/resource/Diyari_language>,
        <http://www.mpii.de/yago/resource/Diyari_language> ;
    skos:altLabel "Diyari language"@en ;
    skos:definition "Diyari or Dieri is an Australian Aboriginal language of South Australia spoken by the Diyari tribe."@en ;
    skos:inScheme lexvo: ;
    skos:notation "dif"^^xsd:string ;
    skos:prefLabel "Dieri"@en,
        "Língua diyari"@pt,
        "Dieri"@sv .

<http://lexvo.org/id/iso639-3/dis> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "dis"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/dima1251> ;
    owl:sameAs <http://dbpedia.org/resource/Dimasa_language>,
        <http://www.mpii.de/yago/resource/Dimasa_language> ;
    skos:altLabel "Dimasa language"@en ;
    skos:definition "Dimasa language is a Tibeto-Burman language spoken by the Dimasa people in the state of Assam in North East India."@en ;
    skos:inScheme lexvo: ;
    skos:notation "dis"^^xsd:string ;
    skos:prefLabel "ডিমাসা ভাষা"@bn,
        "Dimasa"@en,
        "दिमासा भाषा"@hi,
        "Lingua Dimasa"@la,
        "Lenga Dimasa"@pms,
        "Димаса"@ru .

<http://lexvo.org/id/iso639-3/diz> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "diz"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/ding1239> ;
    owl:sameAs <http://dbpedia.org/resource/Ding_language>,
        <http://www.mpii.de/yago/resource/Ding_language> ;
    skos:altLabel "Ding language"@en ;
    skos:definition "Ding (Di, Dzing) is a Bantu language spoken in the Democratic Republic of Congo."@en ;
    skos:inScheme lexvo: ;
    skos:notation "diz"^^xsd:string ;
    skos:prefLabel "Ding"@de,
        "Ding"@en,
        "Lenga Ding"@pms,
        "Kiding"@sw .

<http://lexvo.org/id/iso639-3/djd> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "djd"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/djam1255> ;
    owl:sameAs <http://dbpedia.org/resource/Jaminjung_language>,
        <http://www.mpii.de/yago/resource/Jaminjung_language> ;
    skos:altLabel "Jaminjung language"@en ;
    skos:definition "Jaminjung is Australian language spoken around the Victoria River in the Northern Territory of Australia. There seems to be a steady increase in the number of speakers of the language with very few people speaking the language in 1967, about 30 speakers in 1991, and between 50 to 150 speakers in 2000."@en ;
    skos:inScheme lexvo: ;
    skos:notation "djd"^^xsd:string ;
    skos:prefLabel "Djamindjung"@en .

<http://lexvo.org/id/iso639-3/dje> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "dje"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/zarm1239> ;
    owl:sameAs <http://dbpedia.org/resource/Zarma_language>,
        <http://www.mpii.de/yago/resource/Zarma_language> ;
    skos:altLabel "لغة زرمة"@ar,
        "Zarma language"@en,
        "Idioma zarma"@es,
        "Zarma"@fr,
        "Zarma jezik"@hr,
        "Język dżerma"@pl,
        "Língua zarma"@pt ;
    skos:definition "Zarma (also spelled Djerma, Dyabarma, Dyarma, Dyerma, Adzerma, Zabarma, Zarbarma, Zarma, Zarmaci, and Zerma) is a member of the Songhay languages. It is the leading indigenous language of the southwestern lobe of the West African nation of Niger, where the Niger River flows and the capital city, Niamey, is located, and it is the second leading for that entire nation, after Hausa, which is spoken in south central Niger. In earlier decades, it was known as Djerma. With over 2 million speakers, Zarma is far and away the most widely spoken of the Songhay languages. The two other major Songhay dialects or languages are spoken upriver in the neighboring nation of Mali. They are Koyraboro Senni, centered on the city of Gao, with about 400,000 speakers, and yet further upriver from Zarma territory, Koyra Chiini, centered on the eminent ancient university city of Timbuktu, with about 200,000 speakers. According to some reports, speakers of Zarma do not understand Koyraboro Senni."@en ;
    skos:inScheme lexvo: ;
    skos:notation "dje"^^xsd:string ;
    skos:prefLabel "زرمة"@ar,
        "Zarmeg"@br,
        "zarma"@ca,
        "哲尔马文"@cmn,
        "扎爾馬文"@cmn-Hant,
        "zarmština"@cs,
        "Zarmaeg"@cy,
        "zarma"@da,
        "Zarma"@de,
        "Zarmaciine"@dje,
        "zamagbe"@ee,
        "Ζάρμα"@el,
        "Zarma"@en,
        "zarma"@es,
        "zarma"@et,
        "Zarma"@eu,
        "djerma"@fi,
        "zarma"@fr,
        "זארמה"@he,
        "zarma"@hr,
        "zarma"@hu,
        "Zarma"@id,
        "zarma"@is,
        "zarma"@it,
        "ザルマ語"@ja,
        "자르마어"@ko,
        "ຊາມາ"@lo,
        "zarmų"@lt,
        "zarmu"@lv,
        "зарма"@mk,
        "zarma"@nb,
        "Zarma"@nl,
        "zarma"@nn,
        "dżerma"@pl,
        "Lenga Zarma"@pms,
        "zarma"@pt,
        "zarma"@ro,
        "зарма"@ru,
        "zarma"@sk,
        "zarma"@sv,
        "ซาร์มา"@th,
        "Zarma"@tr,
        "джерма"@uk,
        "Tiếng Zarma"@vi .

<http://lexvo.org/id/iso639-3/djj> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "djj"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/djee1236> ;
    owl:sameAs <http://dbpedia.org/resource/Djeebbana_language>,
        <http://www.mpii.de/yago/resource/Djeebbana_language> ;
    skos:altLabel "Djeebbana language"@en ;
    skos:definition "Djeebbana, also known as Ndjebbana, Gunavidji, Gunivugi, Kunibidji, or Gombudj, is a Burarran language once spoken by the Djeebbana people, who now speak English with some ability in their ancestral language. It has no close relatives."@en ;
    skos:inScheme lexvo: ;
    skos:notation "djj"^^xsd:string ;
    skos:prefLabel "Djeebbana"@en .

<http://lexvo.org/id/iso639-3/djk> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "djk"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/ndyu1242> ;
    owl:sameAs <http://dbpedia.org/resource/Ndyuka_language>,
        <http://www.mpii.de/yago/resource/Ndyuka_language> ;
    skos:altLabel "Businenge Tongo"@en,
        "Eastern Maroon Creole"@en,
        "Ndyuka language"@en ;
    skos:definition "Ndyuka , also called Aukan, Okanisi, Ndyuka tongo, Aukaans, Businenge Tongo, Eastern Maroon Creole, or Nenge is a creole language of Suriname, spoken by the Ndyuka people. Most of the 25 to 30 thousand speakers live in the interior of the country, which is a part of the country covered with tropical rainforests. Ethnologue lists under the name Ndyuka."@en ;
    skos:inScheme lexvo: ;
    skos:notation "djk"^^xsd:string ;
    skos:prefLabel "Aukaans"@de,
        "Nenge"@en,
        "Ndyuka"@es,
        "Ndjuka"@fr,
        "은쥬카어"@ko,
        "Ndyuka"@nl,
        "Język ndyuka"@pl,
        "Lenga aukan"@pms,
        "Ндюка"@ru .

<http://lexvo.org/id/iso639-3/dju> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "dju"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/kapr1245> ;
    owl:sameAs <http://dbpedia.org/resource/Kapriman_language>,
        <http://www.mpii.de/yago/resource/Kapriman_language> ;
    skos:altLabel "Kapriman language"@en ;
    skos:definition "Kapriman is a Sepik language spoken in Sandaun Province, Papua-New Guinea. Alternative names are Mugumute, Wasare."@en ;
    skos:inScheme lexvo: ;
    skos:notation "dju"^^xsd:string ;
    skos:prefLabel "Kapriman"@en .

<http://lexvo.org/id/iso639-3/dlg> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "dlg"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/dolg1241> ;
    owl:sameAs <http://dbpedia.org/resource/Dolgan_language>,
        <http://www.mpii.de/yago/resource/Dolgan_language> ;
    skos:altLabel "Dolgan language"@en ;
    skos:definition "The Dolgan language is a Turkic language with around 5,000 speakers, spoken in the Taymyr Peninsula in Russia. Its speakers are known as the Dolgans."@en ;
    skos:inScheme lexvo: ;
    skos:notation "dlg"^^xsd:string ;
    skos:prefLabel "Долгански език"@bg,
        "Dolganeg"@br,
        "Dolganische Sprache"@de,
        "Dolgan"@en,
        "زبان دولگان"@fa,
        "Dolgaanin kieli"@fi,
        "Dolgane"@fr,
        "Dolgan dili"@gag,
        "Долған тілі"@kk,
        "돌간어"@ko,
        "Dolganų kalba"@lt,
        "Dolganu valoda"@lv,
        "Долгански јазик"@mk,
        "Bahasa Dolgan"@ms,
        "Dolgaans"@nl,
        "Dolgansk"@no,
        "Lenga dolgan"@pms,
        "Долганский язык"@ru,
        "Dolganca"@tr,
        "Долган теле"@tt,
        "Долганська мова"@uk,
        "多尔干语"@zh .

<http://lexvo.org/id/iso639-3/dny> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "dny"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/deni1241> ;
    owl:sameAs <http://dbpedia.org/resource/Deni_language>,
        <http://www.mpii.de/yago/resource/Deni_language> ;
    skos:altLabel "Deni language"@en ;
    skos:definition "Deni (also Dení, Dani) is an Arawan language spoken in Brazil. Deni is very similar to the other languages of the Arawan language family, but is especially similar to the Jamamadi language."@en ;
    skos:inScheme lexvo: ;
    skos:notation "dny"^^xsd:string ;
    skos:prefLabel "Dení"@en,
        "Dení"@fr,
        "Дениски јазик"@mk,
        "Lenga dení"@pms .

<http://lexvo.org/id/iso639-3/doi> a lvont:Language,
        skos:Concept ;
    lvont:isFocusOf <http://id.loc.gov/vocabulary/iso639-2/doi> ;
    lvont:iso6392BCode "doi"^^xsd:string ;
    lvont:iso6392TCode "doi"^^xsd:string ;
    lvont:iso639P3PCode "doi"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-2/doi> ;
    owl:sameAs <http://dbpedia.org/resource/Dogri_language>,
        <http://psi.oasis-open.org/iso/639/#doi>,
        <http://www.lingvoj.org/lang/doi>,
        <http://www.mpii.de/yago/resource/Dogri_language>,
        <info:lc/vocabulary/languages/doi> ;
    skos:altLabel "ডোগরি ভাষা"@bn,
        "দোগরি"@bn,
        "Dogreg"@br,
        "dogarština"@cs,
        "Dogri (macrolanguage)"@en,
        "Dogri language"@en,
        "Idioma dogri"@es,
        "Dogri"@fr,
        "ડોગરી ભાષા"@gu,
        "डोगरी भाषा"@hi,
        "ദോഗ്രി"@ml,
        "डोग्री भाषा"@mr,
        "Język dogri"@pl,
        "Língua dogri"@pt,
        "Догри"@ru,
        "Догри језик"@sr,
        "தோக்ரி மொழி"@ta,
        "ภาษาโดกรี"@th ;
    skos:definition "Dogri (डोगरी or ڈوگرى) is an Indo-Aryan language spoken by about five million people in India and Pakistan, chiefly in the Jammu region of Jammu and Kashmir, Himachal Pradesh, but also in northern Punjab, other parts of Jammu and Kashmir, and elsewhere. Dogri speakers are called Dogras, and the Dogri-speaking region is called Duggar. Dogri is a member of the Western Pahari Group of languages. The language is referred to as Pahari (पहाड़ी or پھاڑی) in Pakistan and Pakistani-administered parts of Kashmir. Unusually for an Indo-European language, Dogri is tonal, a trait it shares with other Western Pahari languages and Punjabi."@en ;
    skos:inScheme lexvo: ;
    skos:notation "doi"^^xsd:string ;
    skos:prefLabel "الدوجري"@ar,
        "doqri dili"@az,
        "догри"@bg,
        "ডোগরি"@bn,
        "dogri"@br,
        "डोगरी"@brx,
        "dogri"@bs,
        "догри"@bs-Cyrl,
        "dogri"@ca,
        "多格拉文"@cmn,
        "多格來文"@cmn-Hant,
        "Dógrí"@cs,
        "Догри"@cv,
        "Dogri"@cy,
        "dogri"@da,
        "Dogri"@de,
        "Ντόγκρι"@el,
        "Dogri"@en,
        "Dogra lingvo"@eo,
        "dogri"@es,
        "dogri"@et,
        "دوگری"@fa,
        "dogri"@fi,
        "dogri"@fr,
        "Togri"@gsw,
        "ડોગ્રી"@gu,
        "דוגרי"@he,
        "डोग्री"@hi,
        "dogri"@hr,
        "dogri"@hu,
        "Dogri"@id,
        "dogrí"@is,
        "dogri"@it,
        "ドーグリー語"@ja,
        "ಡೋಗ್ರಿ"@kn,
        "도그리어"@ko,
        "ڈوگری"@ks,
        "Lingua Dogurica"@la,
        "ດອກຣີ"@lo,
        "dogri"@lt,
        "dogru"@lv,
        "догри"@mk,
        "ഡോഗ്രി"@ml,
        "डोगरी"@mr,
        "Dogri"@mt,
        "dogri"@nb,
        "डोगरी"@ne,
        "Dogri"@nl,
        "dogri"@nn,
        "Dogri"@no,
        "ଡୋଗ୍ରୀ"@or,
        "dogri"@pl,
        "Lenga dogri"@pms,
        "ڈوگری"@pnb,
        "dogri"@pt,
        "dogri"@rm,
        "dogri"@ro,
        "догри"@ru,
        "Dogri jezik"@sh,
        "dógrí"@sk,
        "dogri"@sl,
        "Догри"@sr,
        "Dogri"@sr-Latn,
        "dogri"@sv,
        "டோக்ரி"@ta,
        "డోగ్రి"@te,
        "โฑครี"@th,
        "Dogri"@tr,
        "догрі"@uk,
        "Tiếng Dogri"@vi .

<http://lexvo.org/id/iso639-3/doo> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "doo"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/dong1290> ;
    owl:sameAs <http://dbpedia.org/resource/Dongo_language>,
        <http://www.mpii.de/yago/resource/Dongo_language> ;
    skos:altLabel "Dongo language"@en ;
    skos:definition "Dongo (Donga, Dongo Ko) is a Ubangian language spoken in DRC Congo."@en ;
    skos:inScheme lexvo: ;
    skos:notation "doo"^^xsd:string ;
    skos:prefLabel "Dongo"@de,
        "Dongo"@en,
        "Lenga Dongo"@pms,
        "Kidongo"@sw .

<http://lexvo.org/id/iso639-3/dow> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "dow"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/doya1240> ;
    owl:sameAs <http://dbpedia.org/resource/Doyayo_language>,
        <http://www.mpii.de/yago/resource/Doyayo_language> ;
    skos:altLabel "Doyayo language"@en ;
    skos:definition "The Dowayo language (Doyayo) is a member of the Duru branch of Savanna languages."@en ;
    skos:inScheme lexvo: ;
    skos:notation "dow"^^xsd:string ;
    skos:prefLabel "Doyayo"@de,
        "Doyayo"@en,
        "Lenga Doyayo"@pms,
        "Kidoyayo"@sw .

<http://lexvo.org/id/iso639-3/drl> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "drl"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/darl1243> ;
    owl:sameAs <http://dbpedia.org/resource/Darling_language>,
        <http://www.mpii.de/yago/resource/Darling_language> ;
    skos:altLabel "Darling language"@en ;
    skos:definition "The Darling language is an Australian aboriginal language spoken at the base of the Darling River in New South Wales. Other names for the language include Kula, Baagandji, and Southern Baagandji. The Darling People are now, after British settlement, nearly extinct. Only five elders are left speaking the language, and only several more are ethnically related. However, a dialect called Bagundji is widely understood. Other dialects are Kula and Wiljakali. It could be extinct."@en ;
    skos:inScheme lexvo: ;
    skos:notation "drl"^^xsd:string ;
    skos:prefLabel "Paakantyi"@en .

<http://lexvo.org/id/iso639-3/dru> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "dru"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/ruka1240> ;
    owl:sameAs <http://dbpedia.org/resource/Rukai_language>,
        <http://www.mpii.de/yago/resource/Rukai_language> ;
    skos:altLabel "Rukai language"@en ;
    skos:definition "Rukai is the mother tongue of the Rukai, one indigenous people of Taiwan (see Taiwanese aborigines). It is a divergent Formosan language of the Austronesian languages language family. There are some 10,000 speakers, some monolingual. There are several dialects, of which Mantauran, Tona, and Maga are divergent."@en ;
    skos:inScheme lexvo: ;
    skos:notation "dru"^^xsd:string ;
    skos:prefLabel "Rukai"@en,
        "Idioma rukai"@es,
        "Rukai"@fr,
        "Lû-khái-ngî"@hak,
        "Lingua Rukai"@it,
        "Рукајски јазик"@mk,
        "Lenga rukai"@pms,
        "魯凱語"@zh .

<http://lexvo.org/id/iso639-3/dse> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "dse"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/dutc1253> ;
    owl:sameAs <http://dbpedia.org/resource/Dutch_Sign_Language>,
        <http://www.mpii.de/yago/resource/Dutch_Sign_Language> ;
    skos:definition "Dutch Sign Language (Nederlandse Gebarentaal or NGT; Sign Language of the Netherlands or SLN) is the sign language used by deaf people in the Netherlands and is not officially recognized. As of 1995, more and more schools for the deaf in The Netherlands teach Nederlands met Gebaren or NmG. This uses the same grammar as Dutch spoken language, in contrast to NGT."@en ;
    skos:inScheme lexvo: ;
    skos:notation "dse"^^xsd:string ;
    skos:prefLabel "Dutch Sign Language"@en,
        "Nederlanda signolingvo"@eo,
        "Nederlandse Gebarentaal"@nl,
        "Língua de sinais neerlandesa"@pt .

<http://lexvo.org/id/iso639-3/dsh> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "dsh"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/daas1238> ;
    owl:sameAs <http://dbpedia.org/resource/Daasanach_language>,
        <http://www.mpii.de/yago/resource/Daasanach_language> ;
    skos:altLabel "Daasanach language"@en ;
    skos:definition "Daasanach (also known as Dasenech, Daasanech, Dathanaik, Dathanaic, Dathanik, Dhaasanac, Gheleba, Geleba, Geleb, Gelebinya, Gallab, Galuba, Gelab, Gelubba, Dama, Marille, Merile, Merille, Morille, Reshiat, Russia) is an Afro-Asiatic language spoken by the Daasanach in Ethiopia and Kenya whose homeland is along the Lower Omo River and on the shores of Lake Turkana."@en ;
    skos:inScheme lexvo: ;
    skos:notation "dsh"^^xsd:string ;
    skos:prefLabel "Dassanakh"@ca,
        "Daasanach"@en,
        "Daasanach hizkuntza"@eu .

<http://lexvo.org/id/iso639-3/dta> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "dta"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/daur1238> ;
    owl:sameAs <http://dbpedia.org/resource/Daur_language>,
        <http://www.mpii.de/yago/resource/Daur_language> ;
    skos:altLabel "Daur language"@en ;
    skos:definition "The Daur or Dagur language is a Mongolic language primarily spoken by members of the Daur ethnic group."@en ;
    skos:inScheme lexvo: ;
    skos:notation "dta"^^xsd:string ;
    skos:prefLabel "Yezhoù dagourek"@br,
        "Daur"@en,
        "Daura lingvo"@eo,
        "Daguurin kieli"@fi,
        "Daur"@fr,
        "Даур кыв"@kv,
        "Даурски јазик"@mk,
        "Język dagurski"@pl,
        "Lenga daur"@pms,
        "Даурский язык"@ru,
        "达斡尔语"@zh .

<http://lexvo.org/id/iso639-3/duc> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "duc"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/duna1248> ;
    owl:sameAs <http://dbpedia.org/resource/Duna_language>,
        <http://www.mpii.de/yago/resource/Duna_language> ;
    skos:altLabel "Duna language"@en ;
    skos:definition "Duna (Yuna) is a Papuan language of Papua New Guinea."@en ;
    skos:inScheme lexvo: ;
    skos:notation "duc"^^xsd:string ;
    skos:prefLabel "Duna"@en .

<http://lexvo.org/id/iso639-3/dud> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "dud"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/huns1239> ;
    owl:sameAs <http://dbpedia.org/resource/Duka_language>,
        <http://www.mpii.de/yago/resource/Duka_language> ;
    skos:altLabel "Duka language"@en ;
    skos:definition "Duka, or Saare, is a Kainji language of Nigeria. The eastern and western dialects are known as Hun and Saare in the literature, but speakers use Saare for both."@en ;
    skos:inScheme lexvo: ;
    skos:notation "dud"^^xsd:string ;
    skos:prefLabel "Hun-Saare"@en .

<http://lexvo.org/id/iso639-3/duf> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "duf"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/dumb1241> ;
    owl:sameAs <http://dbpedia.org/resource/Ndrumbea_language>,
        <http://www.mpii.de/yago/resource/Ndrumbea_language> ;
    skos:altLabel "Dumbea"@en,
        "Ndrumbea language"@en ;
    skos:definition "Ndrumbea, variously spelled Ndumbea, Dubea, Drubea and Païta, is a New Caledonian language that gave its name to the capital of New Caledonia, Nouméa, and the neighboring town of Dumbéa. It has been displaced to villages outside the capital, with fewer than a thousand speakers remaining. Gordon (1995) estimates that there may only be two or three hundred. The Dubea are the people; the language has been called Naa Dubea (or more precisely ) \"language of Dubea\"."@en ;
    skos:inScheme lexvo: ;
    skos:notation "duf"^^xsd:string ;
    skos:prefLabel "Drubea"@en .

<http://lexvo.org/id/iso639-3/dum> a lvont:Language,
        skos:Concept ;
    lvont:isFocusOf <http://id.loc.gov/vocabulary/iso639-2/dum> ;
    lvont:iso6392BCode "dum"^^xsd:string ;
    lvont:iso6392TCode "dum"^^xsd:string ;
    lvont:iso639P3PCode "dum"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-2/dum> ;
    owl:sameAs <http://dbpedia.org/resource/Middle_Dutch>,
        <http://psi.oasis-open.org/iso/639/#dum>,
        <http://www.lingvoj.org/lang/dum>,
        <http://www.mpii.de/yago/resource/Middle_Dutch>,
        <info:lc/vocabulary/languages/dum> ;
    skos:altLabel "Dutch, Middle (ca. 1050-1350)"@en,
        "Dutch, Middle (ca.1050-1350)"@en,
        "Middle Dutch (ca. 1050-1350)"@en,
        "Moyen néerlandais"@fr,
        "néerlandais moyen (ca. 1050-1350)"@fr,
        "Miðhollenska"@is,
        "Olandese medio"@it ;
    skos:definition "Middle Dutch is a collective name for a number of closely related West Germanic dialects (whose ancestor was Old Dutch) which were spoken and written between 1150 and 1500. There was at that time as yet no overarching standard language, but they were all mutually intelligible."@en ;
    skos:inScheme lexvo: ;
    skos:notation "dum"^^xsd:string ;
    skos:prefLabel "Middelnederlands"@af,
        "الهولندية الوسطى"@ar,
        "ortacaq hollandca"@az,
        "средновековен холандски"@bg,
        "মধ্য ডাচ"@bn,
        "मध्य डच"@brx,
        "srednji holandski"@bs,
        "средњи холандски"@bs-Cyrl,
        "neerlandès mitjà"@ca,
        "中古荷兰文"@cmn,
        "中古荷蘭文"@cmn-Hant,
        "středoholandština"@cs,
        "Iseldireg Canol"@cy,
        "middelhollandsk"@da,
        "Mittelniederländisch"@de,
        "Μέσα Ολλανδικά"@el,
        "Middle Dutch"@en,
        "𐐣𐐮𐐼𐐲𐑊 𐐔𐐲𐐽"@en-Dsrt,
        "neerlandés medieval"@es,
        "keskhollandi"@et,
        "هلندی میانه"@fa,
        "keskihollanti"@fi,
        "moyen néerlandais"@fr,
        "Mittelniderländisch"@gsw,
        "મધ્ય ડચ"@gu,
        "הולנדית תיכונה"@he,
        "मध्य पुर्तगाली"@hi,
        "nizozemski, srednji"@hr,
        "közép holland"@hu,
        "Belanda Tengah"@id,
        "miðhollenska"@is,
        "olandese medio"@it,
        "中世オランダ語"@ja,
        "ಮಧ್ಯ ಡಚ್"@kn,
        "중세 네덜란드어"@ko,
        "وَستی پُرتُگالی"@ks,
        "ດັກກາງ"@lo,
        "Vidurio Vokietijos"@lt,
        "vidusholandiešu"@lv,
        "среднохоландски"@mk,
        "മദ്ധ്യ ഡച്ച്"@ml,
        "मिडल डच"@mr,
        "Olandiż, Medjevali"@mt,
        "အလယ်ပိုင်း ဒတ်ချ်"@my,
        "mellomnederlandsk"@nb,
        "Middelnederlands"@nl,
        "mellumnederlandsk"@nn,
        "ମଧ୍ୟ ପର୍ତ୍ତୁଗାଲୀ"@or,
        "średniowieczny niderlandzki"@pl,
        "holandês médio"@pt,
        "ollandais mesaun"@rm,
        "olandeză mijlocie"@ro,
        "средненидерландский"@ru,
        "stredná holandčina"@sk,
        "srednja nizozemščina"@sl,
        "Средњи холандски"@sr,
        "Srednji holandski"@sr-Latn,
        "medelnederländska"@sv,
        "மத்திய டச்சு"@ta,
        "మధ్యమ డచ్"@te,
        "ดัตช์กลาง"@th,
        "Ortaçağ Felemenkçesi"@tr,
        "середньонідерландська"@uk,
        "Tiếng Hà Lan Trung cổ"@vi,
        "Middelnederlands"@vls .

<http://lexvo.org/id/iso639-3/dur> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "dur"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/diii1241> ;
    owl:sameAs <http://dbpedia.org/resource/Dii_language>,
        <http://www.mpii.de/yago/resource/Dii_language> ;
    skos:altLabel "Dii language"@en ;
    skos:definition "The Dii language is a member of the Duru branch of Savanna languages. Yag Dii is the ethnonym."@en ;
    skos:inScheme lexvo: ;
    skos:notation "dur"^^xsd:string ;
    skos:prefLabel "Dii"@de,
        "Dii"@en,
        "Dii"@fr,
        "Lenga Dii"@pms,
        "Kidii"@sw .

<http://lexvo.org/id/iso639-3/dus> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "dus"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/dumi1241> ;
    owl:sameAs <http://dbpedia.org/resource/Dumi_language>,
        <http://www.mpii.de/yago/resource/Dumi_language> ;
    skos:altLabel "Dumi language"@en ;
    skos:definition "Dumi is a Kiranti language spoken in the area around the Tap and Rava rivers and their confluence in Khotang district, Nepal."@en ;
    skos:inScheme lexvo: ;
    skos:notation "dus"^^xsd:string ;
    skos:prefLabel "Doumeg"@br,
        "Dumi"@en,
        "Dumish"@gv .

<http://lexvo.org/id/iso639-3/duu> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "duu"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/drun1238> ;
    owl:sameAs <http://dbpedia.org/resource/Derung_language>,
        <http://www.mpii.de/yago/resource/Derung_language> ;
    skos:altLabel "Derung language"@en ;
    skos:definition "Derung, Dulong or Trung is a Tibeto-Burman language of the Derung people of China. The Derung have no written language. It is believed that the Derung and Nu (Anung) people are of the same origin and speak somewhat the same language. They share the same kinship terminology as well as other cultural features."@en ;
    skos:inScheme lexvo: ;
    skos:notation "duu"^^xsd:string ;
    skos:prefLabel "Droungeg"@br,
        "Drung"@en,
        "Drung"@fr,
        "独龙语"@zh .

<http://lexvo.org/id/iso639-3/dyi> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "dyi"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/djim1235> ;
    owl:sameAs <http://dbpedia.org/resource/Djimini_language>,
        <http://www.mpii.de/yago/resource/Djimini_language> ;
    skos:altLabel "Djimini language"@en,
        "Senoufo, Djimini"@en ;
    skos:definition "Djimini (Jinmini) is a southern Senufo of Ivory Coast. Blacksmiths among the Djimini once spoke Tonjon, a Mande language."@en ;
    skos:inScheme lexvo: ;
    skos:notation "dyi"^^xsd:string ;
    skos:prefLabel "Djiminieg"@br,
        "Dschimini"@de,
        "Djimini Senoufo"@en,
        "Lenga Senoufo Djimini"@pms .

<http://lexvo.org/id/iso639-3/dyo> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "dyo"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/jola1263> ;
    owl:sameAs <http://dbpedia.org/resource/Jola-Fonyi_language>,
        <http://www.mpii.de/yago/resource/Jola-Fonyi_language> ;
    skos:altLabel "Jola-Fonyi language"@en,
        "Jola-Fonyi jezik"@hr ;
    skos:definition "Jola or Diola, also called Jola-Fonyi, is a language spoken by half a million people in the Casamance region of Senegal, and neighboring countries. The French spelling is Diola and Diola Fogny. Jola people themselves say that a person is ajoola and they speak joola."@en ;
    skos:inScheme lexvo: ;
    skos:notation "dyo"^^xsd:string ;
    skos:prefLabel "جولا فونيا"@ar,
        "jola-fonyi"@ca,
        "朱拉文"@cmn,
        "朱拉文"@cmn-Hant,
        "jola-fonyi"@cs,
        "jola-fonyi"@da,
        "joola"@dyo,
        "dzola-fonyigbe"@ee,
        "Τζόλα-Φόνι"@el,
        "Jola-Fonyi"@en,
        "jola-fonyi"@es,
        "jola-fonyi"@et,
        "jola-fonyi"@fi,
        "diola-fogny"@fr,
        "הולה-פוניי"@he,
        "jola-fonyi"@hr,
        "jola-fonyi"@hu,
        "Jola-Fonyi"@id,
        "jola-fonyi"@is,
        "jola-fony"@it,
        "ジョラ＝フォニィ語"@ja,
        "졸라 포니어"@ko,
        "ໂຈລາ-ຝອນຢີ"@lo,
        "džiola-foni"@lt,
        "diola-fonjī"@lv,
        "јола-фоњи"@mk,
        "jola-fonyi"@nb,
        "Jola-Fonyi"@nl,
        "jola-fonyi"@nn,
        "Jola-fonyi"@pl,
        "jola-fonyi"@pt,
        "Jola-Fonyi"@ro,
        "дьола-фоньи"@ru,
        "jola-fonyi"@sk,
        "jola-fonyi"@sv,
        "โจลา-ฟอนยี"@th,
        "lea fakaiola-fonī"@to,
        "Jola-Fonyi"@tr,
        "дьола-фоні"@uk,
        "Tiếng Jola-Fonyi"@vi .

<http://lexvo.org/id/iso639-3/dyy> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "dyy"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/dyaa1242> ;
    owl:sameAs <http://dbpedia.org/resource/Djabugay_language>,
        <http://www.mpii.de/yago/resource/Djabugay_language> ;
    skos:altLabel "Djabugay language"@en ;
    skos:definition "Djabugay (many other names; see below) is a nearly extinct Australian Aboriginal language once spoken by Djabugay people."@en ;
    skos:inScheme lexvo: ;
    skos:notation "dyy"^^xsd:string ;
    skos:prefLabel "Dyaabugay"@en,
        "Djabugay"@nl,
        "Lenga dyaabugay"@pms,
        "Тяпукай"@ru,
        "Dyaabugay"@sv .

<http://lexvo.org/id/iso639-3/eka> a lvont:Language,
        skos:Concept ;
    lvont:isFocusOf <http://id.loc.gov/vocabulary/iso639-2/eka> ;
    lvont:iso6392BCode "eka"^^xsd:string ;
    lvont:iso6392TCode "eka"^^xsd:string ;
    lvont:iso639P3PCode "eka"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-2/eka> ;
    owl:sameAs <http://dbpedia.org/resource/Ekajuk_language>,
        <http://psi.oasis-open.org/iso/639/#eka>,
        <http://www.lingvoj.org/lang/eka>,
        <http://www.mpii.de/yago/resource/Ekajuk_language>,
        <info:lc/vocabulary/languages/eka> ;
    skos:altLabel "Ekajuk language"@en,
        "Ekajuk jezik"@hr,
        "Экаджук"@ru ;
    skos:definition "Ekajuk, also known as Akajo and Akajuk, is an Ekoid language (of the Niger–Congo family) spoken by thousands of people (30,000 according to a 1986 estimate) in the Cross River State and some surrounding regions of Nigeria."@en ;
    skos:inScheme lexvo: ;
    skos:notation "eka"^^xsd:string ;
    skos:prefLabel "الإكاجك"@ar,
        "ekacuk dili"@az,
        "екажук"@bg,
        "ইকাজুক"@bn,
        "ekajuk"@br,
        "एकाजुक"@brx,
        "ekajuk"@bs,
        "екајук"@bs-Cyrl,
        "ekajuk"@ca,
        "埃克丘克文"@cmn,
        "艾卡朱克文"@cmn-Hant,
        "ekajuk"@cs,
        "ekajuk"@da,
        "Ekajuk"@de,
        "Εκατζούκ"@el,
        "Ekajuk"@en,
        "ekajuk"@es,
        "ekadžuki"@et,
        "اکاجوک"@fa,
        "ekajuk"@fi,
        "ekajuk"@fr,
        "Ekajuk"@gsw,
        "એકાજુક"@gu,
        "אקיוק"@he,
        "एकाजुक"@hi,
        "ekajuk"@hr,
        "ekadzsuk"@hu,
        "Ekajuk"@id,
        "ekajúk"@is,
        "ekajuka"@it,
        "エカジュク語"@ja,
        "ಎಕಾಜುಕ್"@kn,
        "이카죽어"@ko,
        "ایٚکاجُک"@ks,
        "ອີກາຈັກ"@lo,
        "ekajuk"@lt,
        "ekadžuku"@lv,
        "екајук"@mk,
        "എകാജുക്"@ml,
        "एकाजुक"@mr,
        "Ekajuk"@mt,
        "ekajuk"@nb,
        "Ekajuk"@nl,
        "ekajuk"@nn,
        "ଏକାଜୁକ୍"@or,
        "ekajuk"@pl,
        "Lenga Ekajuk"@pms,
        "ekajuk"@pt,
        "ekajuk"@rm,
        "ekajuk"@ro,
        "экаджук"@ru,
        "ekadžuk"@sk,
        "ekajuk"@sl,
        "Екајук"@sr,
        "Ekajuk"@sr-Latn,
        "ekajuk"@sv,
        "Kiekajuk"@swh,
        "ஈகாஜுக்"@ta,
        "ఏకాజక్"@te,
        "อีกาจุก"@th,
        "Ekajuk"@tr,
        "екаджук"@uk,
        "Tiếng Ekajuk"@vi .

<http://lexvo.org/id/iso639-3/ekg> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ekg"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/ekar1243> ;
    owl:sameAs <http://dbpedia.org/resource/Ekari_language>,
        <http://www.mpii.de/yago/resource/Ekari_language> ;
    skos:altLabel "Ekari language"@en ;
    skos:definition "Ekari (also Ekagi, Kapauku) is a Trans–New Guinea language spoken by about 100,000 people in the Paniai lakes region of the Indonesian province of Papua, including the villages of Mapia and Moanamani. This makes it the second-most populous Papuan language in Indonesian New Guinea after Western Dani. Language use is vigorous. Documentation is quite limited."@en ;
    skos:inScheme lexvo: ;
    skos:notation "ekg"^^xsd:string ;
    skos:prefLabel "Ekari"@en .

<http://lexvo.org/id/iso639-3/ema> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ema"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/emai1241> ;
    owl:sameAs <http://dbpedia.org/resource/Ivbiosakon_language>,
        <http://www.mpii.de/yago/resource/Ivbiosakon_language> ;
    skos:altLabel "Ivbiosakon language"@en ;
    skos:definition "Ivbiosakon is an Edoid language of Edo State, Nigeria. The dialect names Ora and Emai are also used for the language."@en ;
    skos:inScheme lexvo: ;
    skos:notation "ema"^^xsd:string ;
    skos:prefLabel "Ivbiosakon"@de,
        "Emai-Iuleha-Ora"@en,
        "Emai-Iuleha-Ora jezik"@hr,
        "Lenga Emai-Iuleha-Ora"@pms .

<http://lexvo.org/id/iso639-3/emb> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "emb"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/emba1238> ;
    owl:sameAs <http://dbpedia.org/resource/Embaloh_language>,
        <http://www.mpii.de/yago/resource/Embaloh_language> ;
    skos:altLabel "Embaloh language"@en ;
    skos:definition "Mbalo (Embaloh) is an Austronesian (Dayak) language of Borneo. Apart from Taman, it is not close to other languages, and its classification has long been controversial. Adelaar and Himmelmann (2005) propose that it was especially close to Buginese. However, it is frequently left as an isolate within (Nuclear) Malayo-Polynesian, a position supported by a 2008 lexicostatistical study."@en ;
    skos:inScheme lexvo: ;
    skos:notation "emb"^^xsd:string ;
    skos:prefLabel "Embaloh"@en .

<http://lexvo.org/id/iso639-3/emi> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "emi"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/muss1246> ;
    owl:sameAs <http://dbpedia.org/resource/Mussau-Emira_language>,
        <http://www.mpii.de/yago/resource/Mussau-Emira_language> ;
    skos:altLabel "Mussau-Emira language"@en ;
    skos:definition "The Mussau-Emira language is spoken on the islands of Mussau and Emirau in the St. Matthias Islands in the Bismarck Archipelago."@en ;
    skos:inScheme lexvo: ;
    skos:notation "emi"^^xsd:string ;
    skos:prefLabel "Mussau-Emira"@en,
        "Mussau-emira"@hr .

<http://lexvo.org/id/iso639-3/emp> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "emp"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/nort2972> ;
    owl:sameAs <http://dbpedia.org/resource/Northern_Embera_language>,
        <http://www.mpii.de/yago/resource/Northern_Embera_language> ;
    skos:altLabel "Emberá, Northern"@en,
        "Northern Embera language"@en ;
    skos:definition "Northern Emberá, also known as West Embera and Cholo, is the largest Embera language. It is spoken largely in Colombia, but is also the principal language of the Darien Gap in Panama."@en ;
    skos:inScheme lexvo: ;
    skos:notation "emp"^^xsd:string ;
    skos:prefLabel "Northern Emberá"@en .

<http://lexvo.org/id/iso639-3/ems> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ems"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/paci1278> ;
    owl:sameAs <http://dbpedia.org/resource/Alutiiq_language>,
        <http://www.mpii.de/yago/resource/Alutiiq_language> ;
    skos:altLabel "Pacific Gulf Yupik"@en,
        "Yupik, Pacific Gulf"@en ;
    skos:definition "The Alutiiq language (also called Sugpiak, Sugpiaq, Pacific Gulf Yupik, Chugach, Koniag-Chugach, Suk, Sugcestun) is a close relative to the Central Alaskan Yup'ik language spoken in the western and southwestern Alaska, but is considered a distinct language. It has two major dialects: * Koniag Alutiiq: spoken on the upper part of the Alaska Peninsula and on Kodiak Island; was also spoken on Afognak Island before it was deserted in the wake of the 1964 Good Friday Earthquake. * Chugach Alutiiq: spoken on the Kenai Peninsula and in Prince William Sound."@en ;
    skos:inScheme lexvo: ;
    skos:notation "ems"^^xsd:string ;
    skos:prefLabel "Alutiiq"@de,
        "Alutiiq language"@en,
        "Idioma alutiiq"@es,
        "Alutiiq"@fi,
        "Alutiiq"@frr,
        "ალუტიიკური ენა"@ka,
        "Alutiiq"@nn,
        "Lenga yupik, pacific gulf"@pms,
        "Língua alutiiq"@pt,
        "Алютикский язык"@ru,
        "Supikçe"@tr,
        "Алютик кыл"@udm,
        "Алутик"@uk .

<http://lexvo.org/id/iso639-3/enm> a lvont:Language,
        skos:Concept ;
    lvont:isFocusOf <http://id.loc.gov/vocabulary/iso639-2/enm> ;
    lvont:iso6392BCode "enm"^^xsd:string ;
    lvont:iso6392TCode "enm"^^xsd:string ;
    lvont:iso639P3PCode "enm"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-2/enm> ;
    owl:sameAs <http://dbpedia.org/resource/Middle_English>,
        <http://psi.oasis-open.org/iso/639/#enm>,
        <http://www.lingvoj.org/lang/enm>,
        <http://www.mpii.de/yago/resource/Middle_English>,
        <info:lc/vocabulary/languages/enm> ;
    skos:altLabel "الإنجليزية الوسطى"@ar,
        "средновековен английски"@bg,
        "Anglès mitjà"@ca,
        "středověká angličtina"@cs,
        "Middelengelsk"@da,
        "Mittelenglische Sprache"@de,
        "English, Middle (1100-1500)"@en,
        "Middle English (1100-1500)"@en,
        "inglés medieval"@es,
        "Keskienglanti"@fi,
        "Moyen anglais"@fr,
        "anglais moyen (1100-1500)"@fr,
        "Inggris Abad Pertengahan [1100-1500]"@id,
        "Miðenska"@is,
        "Medio inglese"@it,
        "中世英語"@ja,
        "영어, 중세"@ko,
        "Mellomengelsk"@nn,
        "Język średnioangielski"@pl,
        "Inglês médio"@pt,
        "inglês medieval"@pt,
        "Limba engleză medie"@ro,
        "Среднеанглийский язык"@ru,
        "Stredná angličtina"@sk,
        "Medelengelska"@sv ;
    skos:definition "Middle English is the period in the history of the English language between the High and Late Middle Ages, or roughly during the four centuries between the late 11th and the late 15th century."@en ;
    skos:inScheme lexvo: ;
    skos:notation "enm"^^xsd:string ;
    skos:prefLabel "إنجليزية وسطى"@ar,
        "ortacaq ingiliscə"@az,
        "Средноанглийски език"@bg,
        "মধ্য ইংরেজি"@bn,
        "krennsaozneg"@br,
        "मध्य अंग्रेज़ी"@brx,
        "srednji engleski"@bs,
        "средњи енглески"@bs-Cyrl,
        "anglès mitjà"@ca,
        "中古英文"@cmn,
        "中古英文"@cmn-Hant,
        "Střední angličtina"@cs,
        "Saesneg Canol"@cy,
        "middelengelsk"@da,
        "Mittelenglisch"@de,
        "Μέσα Αγγλικά"@el,
        "Middle English"@en,
        "𐐣𐐮𐐼𐐲𐑊 𐐀𐑍𐑊𐐮𐑇"@en-Dsrt,
        "Meza angla lingvo"@eo,
        "Inglés medio"@es,
        "keskinglise"@et,
        "انگلیسی میانه"@fa,
        "keskienglanti"@fi,
        "moyen anglais"@fr,
        "Middel-Ingelsk"@fy,
        "Meán-Bhéarla"@ga,
        "Mittelänglisch"@gsw,
        "મિડિલ અંગ્રેજી"@gu,
        "אנגלית תיכונה"@he,
        "मिडिल अंग्रजी"@hi,
        "engleski, srednji"@hr,
        "közép angol"@hu,
        "Bahasa Inggris Pertengahan"@id,
        "miðenska"@is,
        "inglese medio"@it,
        "中英語"@ja,
        "საშუალო ინგლისური ენა"@ka,
        "ಮಧ್ಯ ಇಂಗ್ಲೀಷ್"@kn,
        "중세 영어"@ko,
        "وَسطی اَنٛگریٖزۍ"@ks,
        "ອັງກິດກາງ"@lo,
        "Vidurio Anglijos"@lt,
        "vidusangļu"@lv,
        "средноанглиски"@mk,
        "മദ്ധ്യ ഇംഗ്ലീഷ്"@ml,
        "मिडल इंग्रजी"@mr,
        "Bahasa Inggeris Pertengahan"@ms,
        "Ingliż, Medjevali"@mt,
        "အလယ်ပိုင်း အင်္ဂလိပ်"@my,
        "mellomengelsk"@nb,
        "Middelengels"@nl,
        "mellomengelsk"@nn,
        "Mellomengelsk"@no,
        "ମଧ୍ୟ ଇଁରାଜୀ"@or,
        "średnioangielski"@pl,
        "inglês médio"@pt,
        "englais mesaun"@rm,
        "engleză mijlocie"@ro,
        "среднеанглийский"@ru,
        "Middle Inglis leid"@sco,
        "stredná angličtina"@sk,
        "srednja angleščina"@sl,
        "Средњи енглески"@sr,
        "Srednji engleski"@sr-Latn,
        "medelengelska"@sv,
        "மத்திய ஆங்கிலம்"@ta,
        "మధ్యమ ఆంగ్లం"@te,
        "อังกฤษกลาง"@th,
        "Ortaçağ İngilizcesi"@tr,
        "середньоанглійська"@uk,
        "Tiếng Anh Trung cổ"@vi,
        "中古英语"@zh .

<http://lexvo.org/id/iso639-3/enq> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "enq"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/enga1252> ;
    owl:sameAs <http://dbpedia.org/resource/Enga_language>,
        <http://www.mpii.de/yago/resource/Enga_language> ;
    skos:altLabel "Enga language"@en ;
    skos:definition "Enga (also Caga, Tsaga, Tchaga) is a language of the East New Guinea Highlands that is spoken by approximately 180,000 people in Enga Province, Papua New Guinea. It has the largest body of speakers of any native language in New Guinea."@en ;
    skos:inScheme lexvo: ;
    skos:notation "enq"^^xsd:string ;
    skos:prefLabel "Enga"@en,
        "Engan kieli"@fi,
        "Enga"@fr,
        "Lingua Enga"@it,
        "엥가어"@ko,
        "Enga kalba"@lt,
        "Język enga"@pl .

<http://lexvo.org/id/iso639-3/erg> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "erg"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/siee1239> ;
    owl:sameAs <http://dbpedia.org/resource/Erromanga_language>,
        <http://www.mpii.de/yago/resource/Erromanga_language> ;
    skos:altLabel "Erromanga language"@en ;
    skos:definition "Erromangan or Sye is the primary language spoken on the island Erromango in the Tafea region of the Vanuatu islands. The other Erromanga languages are either moribund or extinct. Although the island is quite large (887 km²), the total number of speakers of Erromango is estimated at around 1900."@en ;
    skos:inScheme lexvo: ;
    skos:notation "erg"^^xsd:string ;
    skos:prefLabel "Sie"@en,
        "Sie"@fr,
        "Lenga Sie"@pms .

<http://lexvo.org/id/iso639-3/esq> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "esq"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/esse1238> ;
    owl:sameAs <http://dbpedia.org/resource/Esselen_language>,
        <http://www.mpii.de/yago/resource/Esselen_language> ;
    skos:altLabel "Esselen language"@en ;
    skos:definition "Esselen (Esselen: Huelel) is a language isolate that was spoken by the Esselen Native Americans on the Central Coast of California, south of Monterey."@en ;
    skos:inScheme lexvo: ;
    skos:notation "esq"^^xsd:string ;
    skos:prefLabel "Esselen"@en,
        "Idioma esselen"@es,
        "Esselen"@hr,
        "Lenga esselen"@pms,
        "Эсселенский язык"@ru,
        "Esselenian"@sh .

<http://lexvo.org/id/iso639-3/etu> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "etu"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/ejag1239> ;
    owl:sameAs <http://dbpedia.org/resource/Ekoi_language>,
        <http://www.mpii.de/yago/resource/Ekoi_language> ;
    skos:altLabel "Ekoi language"@en ;
    skos:definition "The Ekoi language, also known as Ejagham, is an Ekoid language (Niger–Congo family) of Nigeria and Cameroon."@en ;
    skos:inScheme lexvo: ;
    skos:notation "etu"^^xsd:string ;
    skos:prefLabel "Ejagham"@de,
        "Ejagham"@en,
        "Ejagham jezik"@hr,
        "Lenga Ejagham"@pms,
        "Kiejagham"@sw .

<http://lexvo.org/id/iso639-3/eve> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "eve"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/even1260> ;
    owl:sameAs <http://dbpedia.org/resource/Even_language>,
        <http://www.mpii.de/yago/resource/Even_language> ;
    skos:altLabel "Even language"@en ;
    skos:definition "The Even language (also known as Lamut, Ewen, Eben, Orich, Ilqan; , earlier also ) is a Tungusic language spoken by the Evens in Siberia. It is spoken by widely scattered communities of reindeer herders from Kamchatka and the Sea of Okhotsk in the east to the River Lena in the west, and from the Arctic coast in the north to the River Aldan in the south. It is an endangered language, with only some 7,000 speakers (Russian census, 2002). Dialects are Arman, Indigirka, Kamchatka, Kolyma-Omolon, Okhotsk, Ola, Tompon, Upper Kolyma, Sakkyryr, Lamunkhin."@en ;
    skos:inScheme lexvo: ;
    skos:notation "eve"^^xsd:string ;
    skos:prefLabel "Евенски език"@bg,
        "Eveneg"@br,
        "Even"@ca,
        "Ewenische Sprache"@de,
        "Even"@en,
        "Evena lingvo"@eo,
        "Idioma even"@es,
        "زبان اون"@fa,
        "Evenin kieli"@fi,
        "Évène"@fr,
        "Even nyelv"@hu,
        "Lingua evena"@it,
        "Эвен кыв"@kv,
        "Evenų kalba"@lt,
        "Евенски јазик"@mk,
        "Bahasa Even"@ms,
        "Eveens"@nl,
        "Evensk"@nn,
        "Evensk"@no,
        "Język eweński"@pl,
        "Lenga even"@pms,
        "Língua even"@pt,
        "Эвенский язык"@ru,
        "Эбээн тыла"@sah,
        "Evenčina"@sk,
        "Евенська мова"@uk .

<http://lexvo.org/id/iso639-3/faa> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "faa"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/fasu1242> ;
    owl:sameAs <http://dbpedia.org/resource/Fasu_language>,
        <http://www.mpii.de/yago/resource/Fasu_language> ;
    skos:altLabel "Fasu language"@en ;
    skos:definition "The Fasu language of New Guinea is not closely related to other languages, but forms a possible branch of the Trans–New Guinea (TNG) family. Wurm and Hattori (1981) considered its three principal dialects, Fasu, Some, and Namumi, to be three languages, which they called the West Kutubuan family, but Ethnologue (2009) considers it a single language. It is not close to the two East Kutubuan languages."@en ;
    skos:inScheme lexvo: ;
    skos:notation "faa"^^xsd:string ;
    skos:prefLabel "Fasu"@en,
        "Fasu"@hr,
        "Język fasu"@pl,
        "Lenga Fasu"@pms .

<http://lexvo.org/id/iso639-3/fan> a lvont:Language,
        skos:Concept ;
    lvont:isFocusOf <http://id.loc.gov/vocabulary/iso639-2/fan> ;
    lvont:iso6392BCode "fan"^^xsd:string ;
    lvont:iso6392TCode "fan"^^xsd:string ;
    lvont:iso639P3PCode "fan"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-2/fan> ;
    owl:sameAs <http://dbpedia.org/resource/Fang_language>,
        <http://psi.oasis-open.org/iso/639/#fan>,
        <http://www.lingvoj.org/lang/fan>,
        <http://www.mpii.de/yago/resource/Fang_language>,
        <info:lc/vocabulary/languages/fan> ;
    skos:altLabel "Llengua fang"@ca,
        "Pangwe-Sprache"@de,
        "Fang (Equatorial Guinea)"@en,
        "Fang language"@en,
        "Idioma fang"@es,
        "Fang"@fi,
        "Fang"@fr,
        "Fangų kalba"@lt,
        "Język fang"@pl,
        "Língua fang"@pt,
        "Фанг"@ru,
        "Fang"@sv,
        "Фанґ"@uk ;
    skos:definition "Fang is the dominant Bantu language of Gabon and Equatorial Guinea. It is related to the Bulu and Ewondo languages of southern Cameroon. Fang is spoken in northern Gabon, southern Cameroon, and throughout Equatorial Guinea. Shakira used this language in her song, \"Waka Waka (This Time For Africa).\"."@en ;
    skos:inScheme lexvo: ;
    skos:notation "fan"^^xsd:string ;
    skos:prefLabel "Fang"@af,
        "الفانج"@ar,
        "fang dili"@az,
        "фанг"@bg,
        "ফ্যাঙ্গ"@bn,
        "fang"@br,
        "फाँग्"@brx,
        "fang"@bs,
        "фанг"@bs-Cyrl,
        "fang"@ca,
        "芳格文"@cmn,
        "芳族文"@cmn-Hant,
        "fang"@cs,
        "Ffangiaid"@cy,
        "fang"@da,
        "Fang"@de,
        "fangbe"@ee,
        "Φανγκ"@el,
        "Fang"@en,
        "Fanga lingvo"@eo,
        "fang"@es,
        "fangi"@et,
        "فانکی"@fa,
        "fang"@fi,
        "fang"@fr,
        "Pangwe-Schpraach"@gsw,
        "ફેંગ"@gu,
        "פנג"@he,
        "फैन्ग"@hi,
        "fang"@hr,
        "fang"@hu,
        "Fang"@id,
        "fang"@is,
        "fang"@it,
        "ファング語"@ja,
        "ಫೆಂಗ್"@kn,
        "팡그어"@ko,
        "فینٛگ"@ks,
        "ແຟງ"@lo,
        "fang"@lt,
        "fangu"@lv,
        "фанг"@mk,
        "ഫങ്"@ml,
        "फँग"@mr,
        "Bahasa Fang"@ms,
        "Fang"@mt,
        "fang"@nb,
        "Fang"@nl,
        "fang"@nn,
        "ଫାଙ୍ଗ"@or,
        "fang"@pl,
        "fangue"@pt,
        "fang"@rm,
        "fang"@ro,
        "фанг"@ru,
        "fangčina"@sk,
        "fangijščina"@sl,
        "Фанг"@sr,
        "Fang"@sr-Latn,
        "fang"@sv,
        "ஃபங்க்"@ta,
        "ఫాంగ్"@te,
        "ฟอง"@th,
        "lea fakafangi"@to,
        "Fang"@tr,
        "фанг"@uk,
        "Tiếng Fang"@vi .

<http://lexvo.org/id/iso639-3/fat> a lvont:Language,
        skos:Concept ;
    lvont:isFocusOf <http://id.loc.gov/vocabulary/iso639-2/fat> ;
    lvont:iso6392BCode "fat"^^xsd:string ;
    lvont:iso6392TCode "fat"^^xsd:string ;
    lvont:iso639P3PCode "fat"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-2/fat> ;
    owl:sameAs <http://dbpedia.org/resource/Fante_dialect>,
        <http://psi.oasis-open.org/iso/639/#fat>,
        <http://www.lingvoj.org/lang/fat>,
        <http://www.mpii.de/yago/resource/Fante_dialect>,
        <info:lc/vocabulary/languages/fat> ;
    skos:altLabel "Fanteg"@br,
        "Fanti-Sprache"@de,
        "Fante dialect"@en,
        "Fanti"@fr,
        "ファンティー語"@ja,
        "Língua fanti"@pt ;
    skos:definition "Fante (Mfantse, Fanti) is one of the three formal languages (literary dialects) of the Akan language. It is the major local language spoken in the Central and Western Regions of Ghana as well as in settlements in other regions from mid to southern Ghana. One of such communities is Fante New Town in Kumasi, in the Ashanti Region of Ghana. Fante is the common language of communication among the several Kingdoms of the Fante people, though each has its own (sub)dialect: Agona, Anomabo, Abura, Gomua, Oguaa, Ahanta. Many Fantes are bilingual. Notable speakers include Dr. Kwame Nkrumah, John Atta Mills, Maya Angelou, Roman Catholic Cardinal Peter Turkson, and Kofi Annan."@en ;
    skos:inScheme lexvo: ;
    skos:notation "fat"^^xsd:string ;
    skos:prefLabel "Fante"@ak,
        "الفانتي"@ar,
        "fanti dili"@az,
        "фанти"@bg,
        "ফান্তি"@bn,
        "fanti"@br,
        "फाँटी"@brx,
        "fanti"@bs,
        "фанти"@bs-Cyrl,
        "fanti"@ca,
        "芳蒂文"@cmn,
        "芳蒂文"@cmn-Hant,
        "fantština"@cs,
        "Ffanti"@cy,
        "fanti"@da,
        "Fante"@de,
        "Φάντι"@el,
        "Fanti"@en,
        "fanti"@es,
        "fanti"@et,
        "فانتیایی"@fa,
        "fanti"@fi,
        "fanti"@fr,
        "Fanti-Schpraach"@gsw,
        "ફન્ટી"@gu,
        "פאנטי"@he,
        "फन्टी"@hi,
        "fanti"@hr,
        "fanti"@hu,
        "Fanti"@id,
        "fantí"@is,
        "fanti"@it,
        "ファンティ語"@ja,
        "ಫಾಂಟಿ"@kn,
        "판티어"@ko,
        "فانٹی"@ks,
        "ແຟນຕີ"@lo,
        "fanti"@lt,
        "fantu"@lv,
        "фанти"@mk,
        "ഫിലിപ്പീനോ"@ml,
        "फन्टी"@mr,
        "Fanti"@mt,
        "fanti"@nb,
        "Fanti"@nl,
        "fanti"@nn,
        "Fanti"@no,
        "ଫାଣ୍ଟି"@or,
        "fanti"@pl,
        "fanti"@pt,
        "fanti"@rm,
        "fanti"@ro,
        "фанти"@ru,
        "fanti"@sk,
        "fantijščina"@sl,
        "Фанти"@sr,
        "Fanti"@sr-Latn,
        "fanti"@sv,
        "ஃபான்டி"@ta,
        "ఫాంటి"@te,
        "ฟันติ"@th,
        "Fanti"@tr,
        "Fante"@tw,
        "фанті"@uk,
        "Tiếng Fanti"@vi,
        "方提方言"@zh .

<http://lexvo.org/id/iso639-3/fcs> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "fcs"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/queb1245> ;
    owl:sameAs <http://dbpedia.org/resource/Quebec_Sign_Language>,
        <http://www.mpii.de/yago/resource/Quebec_Sign_Language> ;
    skos:definition "Quebec Sign Language, known in French as Langue des signes québécoise (LSQ), is a sign language used in Canada. Most LSQ users are located in Quebec, but a few are scattered in major cities in the rest of the country."@en ;
    skos:inScheme lexvo: ;
    skos:notation "fcs"^^xsd:string ;
    skos:prefLabel "Quebec Sign Language"@en,
        "Langue des signes québécoise"@fr,
        "Lenga dij segn dël Québec"@pms,
        "Língua de Sinais Quebequiana"@pt .

<http://lexvo.org/id/iso639-3/ffm> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ffm"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/maas1239> ;
    owl:sameAs <http://dbpedia.org/resource/Maasina_Fulfulde>,
        <http://www.mpii.de/yago/resource/Maasina_Fulfulde> ;
    skos:altLabel "Fulfulde, Maasina"@en ;
    skos:definition "Maasina Fulfulde (or Maasinankoore in the language itself) is a Fula language spoken primarily as a first language by Fula people and associated groups in the Inner Niger Delta area traditionally known as Macina in the center of what is now the West African state of Mali. It is also spoken elsewhere in Mali, parts of Cote d'Ivoire and Northern Ghana."@en ;
    skos:inScheme lexvo: ;
    skos:notation "ffm"^^xsd:string ;
    skos:prefLabel "Maasina Fulfulde"@en .

<http://lexvo.org/id/iso639-3/fia> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "fia"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/nobi1240> ;
    owl:sameAs <http://dbpedia.org/resource/Nobiin_language>,
        <http://www.mpii.de/yago/resource/Nobiin_language> ;
    skos:altLabel "Nobiin language"@en ;
    skos:definition "Nobiin is a Northern Nubian language of the Nilo-Saharan phylum. ‘Nobiin’ is the genitive form of Nòòbíí ‘Nubian\" and literally means ‘(language) of the Nubians\". Another term used is Noban tamen, meaning ‘the Nubian language’."@en ;
    skos:inScheme lexvo: ;
    skos:notation "fia"^^xsd:string ;
    skos:prefLabel "Nobineg"@br,
        "Nobiin"@de,
        "Nobiin"@en,
        "Nobiin"@fr,
        "Nobiin"@nl,
        "Lenga Nobiin"@pms .

<http://lexvo.org/id/iso639-3/fmp> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "fmp"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/fefe1239> ;
    owl:sameAs <http://dbpedia.org/resource/Fe'fe'_language>,
        <http://www.mpii.de/yago/resource/Fe'fe'_language> ;
    skos:altLabel "Fe'fe' language"@en ;
    skos:definition "Fefe or Feefee, also known as Nufi and Bafang, is a Southern Bantoid language spoken in Cameroon, around the town of Bafang."@en ;
    skos:inScheme lexvo: ;
    skos:notation "fmp"^^xsd:string ;
    skos:prefLabel "Fe'fe'"@de,
        "Fe'fe'"@en,
        "Nufi"@fr,
        "Fe'fe' jezik"@hr,
        "Lenga Fe'fe'"@pms,
        "Kife'fe'"@sw .

<http://lexvo.org/id/iso639-3/foi> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "foi"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/foii1241> ;
    owl:sameAs <http://dbpedia.org/resource/Foi_language>,
        <http://www.mpii.de/yago/resource/Foi_language> ;
    skos:altLabel "Foi language"@en ;
    skos:definition "Foi (Foe) is a Papuan language of Papua New Guinea. Dialects are Ifigi, Kafa, Kutubu, Mubi."@en ;
    skos:inScheme lexvo: ;
    skos:notation "foi"^^xsd:string ;
    skos:prefLabel "Foi"@en .

<http://lexvo.org/id/iso639-3/fos> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "fos"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/sira1267> ;
    owl:sameAs <http://dbpedia.org/resource/Siraya_language>,
        <http://www.mpii.de/yago/resource/Siraya_language> ;
    skos:altLabel "Siraya language"@en ;
    skos:definition "Siraya is a Formosan language spoken until the end of the 19th century by the indigenous Siraya people of Taiwan. Dialects of Siraya included Taivoa and Makatao."@en ;
    skos:inScheme lexvo: ;
    skos:notation "fos"^^xsd:string ;
    skos:prefLabel "Siraya"@en,
        "Siraya"@fr,
        "Lingua Siraya"@it,
        "Сирајаски јазик"@mk,
        "Siraya-gí"@nan,
        "Siraya"@nl,
        "Lenga Siraya"@pms,
        "西拉雅語"@zh .

<http://lexvo.org/id/iso639-3/frm> a lvont:Language,
        skos:Concept ;
    lvont:isFocusOf <http://id.loc.gov/vocabulary/iso639-2/frm> ;
    lvont:iso6392BCode "frm"^^xsd:string ;
    lvont:iso6392TCode "frm"^^xsd:string ;
    lvont:iso639P3PCode "frm"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-2/frm> ;
    owl:sameAs <http://dbpedia.org/resource/Middle_French>,
        <http://psi.oasis-open.org/iso/639/#frm>,
        <http://www.lingvoj.org/lang/frm>,
        <http://www.mpii.de/yago/resource/Middle_French>,
        <info:lc/vocabulary/languages/frm> ;
    skos:altLabel "Mittelfranzösische Sprache"@de,
        "French, Middle (ca. 1400-1600)"@en,
        "French, Middle (ca.1400-1600)"@en,
        "Middle French (ca. 1400-1600)"@en,
        "francés medieval"@es,
        "Moyen français"@fr,
        "français moyen (1400-1600)"@fr,
        "Srednjovjekovni francuski jezik"@hr,
        "Francese medio"@it,
        "Mellomfransk"@nn,
        "francês medieval"@pt,
        "Среднефранцузский язык"@ru,
        "Medelfranska"@sv ;
    skos:definition "Middle French is a historical division of the French language that covers the period from (roughly) 1340 to 1611. It is a period of transition during which: * the French language becomes clearly distinguished from the other competing Oïl languages, which are sometimes subsumed within the concept of Old French (ancien français) * the French language is imposed as the official language of the kingdom of France in place of Latin and other Oïl and Occitan languages * the literary development of French prepares the vocabulary and grammar for the Classical French (français classique) spoken in the 17th and 18th centuries."@en ;
    skos:inScheme lexvo: ;
    skos:notation "frm"^^xsd:string ;
    skos:prefLabel "الفرنسية الوسطى"@ar,
        "ortacaq fransızca"@az,
        "средновековен френски"@bg,
        "মধ্য ফরাসি"@bn,
        "krennc'halleg"@br,
        "मध्य फ्रांसीसी"@brx,
        "srednji francuski"@bs,
        "средњи француски"@bs-Cyrl,
        "francès mitjà"@ca,
        "中古法文"@cmn,
        "中古法文"@cmn-Hant,
        "středověká francouzština"@cs,
        "Ffrangeg Canol"@cy,
        "middelfransk"@da,
        "Mittelfranzösisch"@de,
        "Μέσα Γαλλικά"@el,
        "Middle French"@en,
        "𐐣𐐮𐐼𐐲𐑊 𐐙𐑉𐐯𐑌𐐽"@en-Dsrt,
        "Francés medio"@es,
        "keskprantsuse"@et,
        "فرانسوی میانه"@fa,
        "keskiranska"@fi,
        "moyen français"@fr,
        "Mittelfranzösisch"@gsw,
        "મિડિલ ફ્રેંચ"@gu,
        "צרפתית תיכונה"@he,
        "मिडिल फ्रेंच"@hi,
        "francuski, srednji"@hr,
        "közép francia"@hu,
        "Prancis Abad Pertengahan [kl.1400-1600]"@id,
        "miðfranska"@is,
        "francese medio"@it,
        "中期フランス語"@ja,
        "ಮಧ್ಯ ಫ್ರೆಂಚ್"@kn,
        "중세 프랑스어"@ko,
        "وسطی فریٚنچ"@ks,
        "Middelfrans"@li,
        "ຟຮັ່ງເສດກາງ"@lo,
        "Vidurio Prancūzijos"@lt,
        "vidusfranču"@lv,
        "среднофранцуски"@mk,
        "മദ്ധ്യ ഫ്രഞ്ച്"@ml,
        "मिडल फ्रेंच"@mr,
        "Franċiż, Medjevali"@mt,
        "အလယ်ပိုင်းပြင်သစ်"@my,
        "mellomfransk"@nb,
        "Middelfrans"@nl,
        "mellomfransk"@nn,
        "Mellomfransk"@no,
        "ମଧ୍ୟ ଫ୍ରେଞ୍ଚ"@or,
        "średniofrancuski"@pl,
        "francês médio"@pt,
        "franzos mesaun"@rm,
        "franceză mijlocie"@ro,
        "среднефранцузский"@ru,
        "stredná francúzština"@sk,
        "srednja francoščina"@sl,
        "Средњи француски"@sr,
        "Srednji francuski"@sr-Latn,
        "medelfranska"@sv,
        "மத்திய ஃப்ரென்ச்"@ta,
        "మధ్యమ ప్రెంచ్"@te,
        "ฝรั่งเศสกลาง"@th,
        "Ortaçağ Fransızcası"@tr,
        "середньофранцузька"@uk,
        "Tiếng Pháp Trung cổ"@vi .

<http://lexvo.org/id/iso639-3/fse> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "fse"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/finn1310> ;
    owl:sameAs <http://dbpedia.org/resource/Finnish_Sign_Language>,
        <http://www.mpii.de/yago/resource/Finnish_Sign_Language> ;
    skos:definition "Finnish Sign Language (suomalainen viittomakieli in Finnish) is the sign language most commonly used in Finland. There are 5000 (estimate) Finnish deaf who have Finnish Sign Language as a mother tongue. Linguistically Finnish Sign Language is closest to Swedish Sign Language, from which it began to separate as an independent language in the middle of the 19th century."@en ;
    skos:inScheme lexvo: ;
    skos:notation "fse"^^xsd:string ;
    skos:prefLabel "Finnish Sign Language"@en,
        "Finna mansigna lingvo"@eo,
        "Suomalainen viittomakieli"@fi,
        "Finski znakovni jezik"@hr,
        "Lingua dei segni finlandese"@it,
        "Finsk tegnspråk"@no,
        "Língua de sinais finlandesa"@pt .

<http://lexvo.org/id/iso639-3/fsl> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "fsl"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/fren1243> ;
    owl:sameAs <http://dbpedia.org/resource/French_Sign_Language>,
        <http://www.mpii.de/yago/resource/French_Sign_Language> ;
    skos:definition "French Sign Language (langue des signes française or LSF) is the sign language of the deaf in the nation of France. According to Ethnologue, it has 50,000 to 100,000 native signers."@en ;
    skos:inScheme lexvo: ;
    skos:notation "fsl"^^xsd:string ;
    skos:prefLabel "Langue des signes française"@de,
        "French Sign Language"@en,
        "Franca mansigna lingvo"@eo,
        "Lengua de señas francesa"@es,
        "Frantziako zeinu hizkuntza"@eu,
        "Langue des signes française"@fr,
        "French Sign bhasa"@hif,
        "フランス手話"@ja,
        "Lenga dij segn fransèisa"@pms,
        "Língua francesa de sinais"@pt .

<http://lexvo.org/id/iso639-3/fud> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "fud"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/east2447> ;
    owl:sameAs <http://dbpedia.org/resource/Futunan_language>,
        <http://www.mpii.de/yago/resource/Futunan_language> ;
    skos:altLabel "Futuna, East"@en,
        "Futunan language"@en ;
    skos:definition "Futunan or Futunian is the Polynesian language spoken on Futuna (and Alofi). The term East-Futunan is also used to distinguish it from the related West-Futunan (Futuna-Aniwan) spoken on the outlier islands of Futuna and Aniwa in Vanuatu."@en ;
    skos:inScheme lexvo: ;
    skos:notation "fud"^^xsd:string ;
    skos:prefLabel "Futunià"@ca,
        "Futunische Sprache"@de,
        "East Futuna"@en,
        "Futunan kieli"@fi,
        "Futunien"@fr,
        "Lingua futuniana"@it,
        "Futunaisk"@no,
        "Lenga Futuna est"@pms,
        "Futunski jezik"@sh .

<http://lexvo.org/id/iso639-3/fuf> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "fuf"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/pula1262> ;
    owl:sameAs <http://dbpedia.org/resource/Pular_language>,
        <http://www.mpii.de/yago/resource/Pular_language> ;
    skos:altLabel "Pular language"@en ;
    skos:definition "Pular is a Fula language spoken primarily by Fula people in the Fouta Jalon area in Guinea. It is also spoken in parts of Guinea Bissau, Sierra Leone, and Senegal. There are a small number of speakers in Mali. Pular is spoken by 2.5 million Guineans, about 28% of the national population. This makes Pular the most widely spoken indigenous language in the country. Substantial numbers of Pular speakers have migrated to other countries in West Africa, notably Senegal."@en ;
    skos:inScheme lexvo: ;
    skos:notation "fuf"^^xsd:string ;
    skos:prefLabel "Pular"@en .

<http://lexvo.org/id/iso639-3/fun> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "fun"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/fuln1247> ;
    owl:sameAs <http://dbpedia.org/resource/Fulni%C3%B4_language>,
        <http://www.mpii.de/yago/resource/Fulni%C3%B4_language> ;
    skos:altLabel "Fulniô language"@en ;
    skos:definition "Fulniô, or Yatê, is a language isolate of Brazil, and the only indigenous language remaining in the northeastern part of that country. The two dialects, Fulniô and Yatê, are very close. The Fulniô dialect is used primarily during a three-month religious retreat."@en ;
    skos:inScheme lexvo: ;
    skos:notation "fun"^^xsd:string ;
    skos:prefLabel "Fulniô"@en,
        "Idioma fulniô-yatê"@es,
        "Фулнио"@ru .

<http://lexvo.org/id/iso639-3/fuu> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "fuu"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/furu1242> ;
    owl:sameAs <http://dbpedia.org/resource/Furu_language>,
        <http://www.mpii.de/yago/resource/Furu_language> ;
    skos:altLabel "Furu language"@en ;
    skos:definition "Furu is a Central Sudanic language of the Democratic Republic of the Congo. Ethnologue has it as one of the Kara languages, but Blench (2000) lists it as a Kresh language."@en ;
    skos:inScheme lexvo: ;
    skos:notation "fuu"^^xsd:string ;
    skos:prefLabel "Furu"@en,
        "Kifuru"@sw .

<http://lexvo.org/id/iso639-3/gae> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "gae"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/guar1293> ;
    owl:sameAs <http://dbpedia.org/resource/Warekena_language>,
        <http://www.mpii.de/yago/resource/Warekena_language> ;
    skos:altLabel "Warekena language"@en ;
    skos:definition "Guarequena (Warekena) is an Arawakan language of Brazil and Venezuela. It is one of several languages which goes by the generic name Baré."@en ;
    skos:inScheme lexvo: ;
    skos:notation "gae"^^xsd:string ;
    skos:prefLabel "Guarequena"@en .

<http://lexvo.org/id/iso639-3/gaj> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "gaj"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/gads1258> ;
    owl:sameAs <http://dbpedia.org/resource/Gadsup_language>,
        <http://www.mpii.de/yago/resource/Gadsup_language> ;
    skos:altLabel "Gadsup language"@en ;
    skos:definition "Gadsup is a Kainantu language spoken by the people of the same name in Papua New Guinea."@en ;
    skos:inScheme lexvo: ;
    skos:notation "gaj"^^xsd:string ;
    skos:prefLabel "Gadsup"@en .

<http://lexvo.org/id/iso639-3/gax> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "gax"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/bora1271> ;
    owl:sameAs <http://dbpedia.org/resource/Borana_language>,
        <http://www.mpii.de/yago/resource/Borana_language> ;
    skos:altLabel "Borana-Arsi-Guji Oromo"@en,
        "Oromo, Borana-Arsi-Guji"@en ;
    skos:definition "Borana is a variety of Oromo spoken in Southern Ethiopia and northern Kenya by the Borana people. Günther Schlee also notes that it is the native language of a number of related peoples, such as the Sakuye."@en ;
    skos:inScheme lexvo: ;
    skos:notation "gax"^^xsd:string ;
    skos:prefLabel "Borana language"@en,
        "Borana"@fr .

<http://lexvo.org/id/iso639-3/gbd> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "gbd"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/kara1476> ;
    owl:sameAs <http://dbpedia.org/resource/Garadjari_language>,
        <http://www.mpii.de/yago/resource/Garadjari_language> ;
    skos:altLabel "Garadjari language"@en ;
    skos:definition "Garadjari (many other spellings; see below) is an Australian Aboriginal language."@en ;
    skos:inScheme lexvo: ;
    skos:notation "gbd"^^xsd:string ;
    skos:prefLabel "Karadjeri"@en,
        "Lenga karadjeri"@pms,
        "Karadjeri"@sv .

<http://lexvo.org/id/iso639-3/gbi> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "gbi"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/gale1259> ;
    owl:sameAs <http://dbpedia.org/resource/Galela_language>,
        <http://www.mpii.de/yago/resource/Galela_language> ;
    skos:altLabel "Galela language"@en ;
    skos:definition "Galela is the most populous Papuan language spoken west of New Guinea, with some 80,000 speakers, or 95,000 if Loloda (85% intelligibility) is counted as a dialect. Other dialects are Kadai (41,000), Morotai (24,000), Kadina (10,000), and Sopi (4,000)."@en ;
    skos:inScheme lexvo: ;
    skos:notation "gbi"^^xsd:string ;
    skos:prefLabel "Galela"@en,
        "Bahasa Galela"@id .

<http://lexvo.org/id/iso639-3/gbj> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "gbj"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/bodo1267> ;
    owl:sameAs <http://dbpedia.org/resource/Gutob_language>,
        <http://www.mpii.de/yago/resource/Gutob_language> ;
    skos:altLabel "Gadaba, Bodo"@en,
        "Gutob language"@en ;
    skos:definition "The Gutob or Bodo Gadaba language is a Munda language of India, with the greatest concentrations of speakers being found in Koraput district of Orissa and Visakhapatnam district of Andhra Pradesh. It is also known simply as the Gadaba language, but it is different from the Dravidian Gadaba language. Other names for the Bodo Gadaba language include Gadba, Gutop, Gudwa, Godwa, Gadwa, and Boi Gadaba."@en ;
    skos:inScheme lexvo: ;
    skos:notation "gbj"^^xsd:string ;
    skos:prefLabel "Gadabeg"@br,
        "Bodo Gadaba"@en,
        "Língua gadaba"@pt .

<http://lexvo.org/id/iso639-3/gbu> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "gbu"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/gaga1251> ;
    owl:sameAs <http://dbpedia.org/resource/Gaagudju_language>,
        <http://www.mpii.de/yago/resource/Gaagudju_language> ;
    skos:altLabel "Gaagudju language"@en ;
    skos:definition "Gaagudju (also spelt Gagadu, Gaguju, and Kakadu) is an extinct Australian Aboriginal language formerly spoken in Arnhem Land, northern Australia, in the environs of Kakadu National Park. Its last speaker, Big Bill Neidjie, died on 23 May 2002. Classification Gaagudju has traditionally been classified with the Gunwinyguan languages. However, in 1997 Nicholas Evans proposed an Arnhem Land family that includes Gaagudju."@en ;
    skos:inScheme lexvo: ;
    skos:notation "gbu"^^xsd:string ;
    skos:prefLabel "Kakadu"@de,
        "Gagadu"@en,
        "Kakadun kieli"@fi,
        "Gaagudju"@fr,
        "Lenga gagadu"@pms,
        "Какутю"@ru,
        "Gaagudju leid"@sco .

<http://lexvo.org/id/iso639-3/gcc> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "gcc"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/mali1284> ;
    owl:sameAs <http://dbpedia.org/resource/Mali_language>,
        <http://www.mpii.de/yago/resource/Mali_language> ;
    skos:altLabel "Mali language"@en ;
    skos:definition "Mali or Gaktai is a Papuan language spoken in East New Britain Province on the island of New Britain, Papua New Guinea."@en ;
    skos:inScheme lexvo: ;
    skos:notation "gcc"^^xsd:string ;
    skos:prefLabel "Mali"@en .

<http://lexvo.org/id/iso639-3/gcr> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "gcr"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/guia1246> ;
    owl:sameAs <http://dbpedia.org/resource/French_Guiana_Creole>,
        <http://www.mpii.de/yago/resource/French_Guiana_Creole> ;
    skos:altLabel "Creole French, Guianese"@en,
        "Guianese Creole French"@en ;
    skos:definition "French Guiana Creole is a French-lexified creole language spoken in French Guiana, and to a lesser degree, in Suriname and Guyana. It resembles Antillean Creole, but there are some lexical and grammatical differences between them. Antilleans can generally understand French Guiana Creole, though the notable differences between the créole of French Guiana and the créoles of the Caribbean may cause some instances of confusion. The diffences consist of more French and Brazilian Portuguese influences (due to the proximity of Brazil and Portuguese presence in the country for several years.) There are also words of Amerindian and African origin. There are Guianese communities in Suriname and Guyana who continue to speak French Guiana Creole."@en ;
    skos:inScheme lexvo: ;
    skos:notation "gcr"^^xsd:string ;
    skos:prefLabel "كريول غويانا الفرنسية"@ar,
        "French Guiana Creole"@en,
        "Créole guyanais"@fr,
        "기아나 크리올"@ko,
        "Język kreolski Gujany Francuskiej"@pl,
        "Гвианский креольский язык"@ru,
        "Гвіанська креольська мова"@uk .

<http://lexvo.org/id/iso639-3/gde> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "gde"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/gude1246> ;
    owl:sameAs <http://dbpedia.org/resource/Gude_language>,
        <http://www.mpii.de/yago/resource/Gude_language> ;
    skos:altLabel "Gude language"@en ;
    skos:definition "Gude is an Afro-Asiatic language spoken in Nigeria in Adamawa State in Mubi LGA and in Borno State in Askira-Uba LGA. It is also spoken in neighboring Cameroon. Different dialects are spoken in Nigeria and Cameroon."@en ;
    skos:inScheme lexvo: ;
    skos:notation "gde"^^xsd:string ;
    skos:prefLabel "Gude"@en,
        "Kigude"@sw .

<http://lexvo.org/id/iso639-3/gdm> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "gdm"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/laal1242> ;
    owl:sameAs <http://dbpedia.org/resource/Laal_language>,
        <http://www.mpii.de/yago/resource/Laal_language> ;
    skos:altLabel "Laal language"@en ;
    skos:definition "Laal is an unclassified language spoken by 749 people in three villages in the Moyen-Chari prefecture of Chad on opposite banks of the Chari River, called Gori (lá), Damtar (ɓual), and Mailao. It may be a language isolate, in which case it would represent an isolated survival of an earlier language group of central Africa. It is unwritten (except in transcription by linguists). According to SIL-Chad member David Faris, it is in danger of extinction, with most people under 25 shifting to the locally more widespread Baguirmi language."@en ;
    skos:inScheme lexvo: ;
    skos:notation "gdm"^^xsd:string ;
    skos:prefLabel "لغة لال"@ar,
        "Laaleg"@br,
        "Laal"@de,
        "Laal"@en,
        "Laal"@fi,
        "Laal jezik"@hr,
        "Język laal"@pl,
        "Лаал"@ru,
        "Laal"@sv .

<http://lexvo.org/id/iso639-3/gdo> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "gdo"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/ghod1238> ;
    owl:sameAs <http://dbpedia.org/resource/Godoberi_language>,
        <http://www.mpii.de/yago/resource/Godoberi_language> ;
    skos:altLabel "Godoberi language"@en ;
    skos:definition "Godoberi (also spelled Ghodoberi) is an Andic language of the Northeast Caucasian language family spoken by the Godoberi in southwestern Dagestan, Russia. It is spoken by approximately 3,000 people."@en ;
    skos:inScheme lexvo: ;
    skos:notation "gdo"^^xsd:string ;
    skos:prefLabel "Godobereg"@br,
        "Ghodoberi"@en,
        "Godoberin kieli"@fi,
        "Godoberi"@fr,
        "Lingua godoberi"@it,
        "Годоберски јазик"@mk,
        "Język godoberyjski"@pl,
        "Língua godoberi"@pt,
        "Годоберинский язык"@ru,
        "Годоберинська мова"@uk .

<http://lexvo.org/id/iso639-3/gdq> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "gdq"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/mehr1241> ;
    owl:sameAs <http://dbpedia.org/resource/Mehri_language>,
        <http://www.mpii.de/yago/resource/Mehri_language> ;
    skos:altLabel "Mehri language"@en ;
    skos:definition ":Not to be confused with Meheri tribes"@en ;
    skos:inScheme lexvo: ;
    skos:notation "gdq"^^xsd:string ;
    skos:prefLabel "Idioma mehrí"@an,
        "لغة مهرية"@ar,
        "Mehreg"@br,
        "Mehri"@de,
        "Mehri"@en,
        "Mahri hizkuntza"@eu,
        "Méhri"@fr,
        "מהרי"@he,
        "Mehri"@hr,
        "Bahasa Mehri"@ms,
        "Mehri"@no,
        "Lenga Mehri"@pms,
        "Sydarabiska språk"@sv,
        "ภาษาเมห์รี"@th .

<http://lexvo.org/id/iso639-3/geb> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "geb"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/kire1240> ;
    owl:sameAs <http://dbpedia.org/resource/Kire_language>,
        <http://www.mpii.de/yago/resource/Kire_language> ;
    skos:altLabel "Kire language"@en ;
    skos:definition "Kire (Giri) is a Ramu language of Papua New Guinea."@en ;
    skos:inScheme lexvo: ;
    skos:notation "geb"^^xsd:string ;
    skos:prefLabel "Kire"@en .

<http://lexvo.org/id/iso639-3/gey> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "gey"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/enya1247> ;
    owl:sameAs <http://dbpedia.org/resource/Enya_language>,
        <http://www.mpii.de/yago/resource/Enya_language> ;
    skos:altLabel "Enya language"@en ;
    skos:definition "Enya is a Bantu language of the Democratic Republic of the Congo."@en ;
    skos:inScheme lexvo: ;
    skos:notation "gey"^^xsd:string ;
    skos:prefLabel "Enya"@en .

<http://lexvo.org/id/iso639-3/gfk> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "gfk"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/patp1243> ;
    owl:sameAs <http://dbpedia.org/resource/Patpatar_language>,
        <http://www.mpii.de/yago/resource/Patpatar_language> ;
    skos:altLabel "Patpatar language"@en ;
    skos:definition "Patpatar is an Austronesian language spoken in New Ireland Province in Papua New Guinea."@en ;
    skos:inScheme lexvo: ;
    skos:notation "gfk"^^xsd:string ;
    skos:prefLabel "Patpatar"@en,
        "Patpatar"@fr .

<http://lexvo.org/id/iso639-3/gge> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "gge"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/gura1252> ;
    owl:sameAs <http://dbpedia.org/resource/Guragone_language>,
        <http://www.mpii.de/yago/resource/Guragone_language> ;
    skos:altLabel "Guragone language"@en ;
    skos:definition "Guragone, also spelled Gorogone, Gun-Guragone, Gunagoragone, Gungorogone, Gurrgoni, Gurrogone, Gutjertabia, is an Australian Aboriginal language spoken in Arnhem Land. There were about 20 speakers in 1991, all bilingual in Burarra or Gunwinggu."@en ;
    skos:inScheme lexvo: ;
    skos:notation "gge"^^xsd:string ;
    skos:prefLabel "Guragone"@en .

<http://lexvo.org/id/iso639-3/ggw> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ggw"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/gogo1265> ;
    owl:sameAs <http://dbpedia.org/resource/Gogodala_language>,
        <http://www.mpii.de/yago/resource/Gogodala_language> ;
    skos:altLabel "Gogodala language"@en ;
    skos:definition "Gogodala is a Papuan language of Papua New Guinea. Its closest relative is the Ari language."@en ;
    skos:inScheme lexvo: ;
    skos:notation "ggw"^^xsd:string ;
    skos:prefLabel "Gogodala"@en,
        "Gogodala"@hr,
        "Język gogodala"@pl .

<http://lexvo.org/id/iso639-3/ghs> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ghs"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/guhu1244> ;
    owl:sameAs <http://dbpedia.org/resource/Guhu-Samane_language>,
        <http://www.mpii.de/yago/resource/Guhu-Samane_language> ;
    skos:altLabel "Guhu-Samane language"@en ;
    skos:definition "Guhu-Samane, also known as Bia, Mid-Waria, Muri, Paiawa, Tahari, is a divergent Trans–New Guinea language that was related to the Binanderean family in the classification of Malcolm Ross (2005)."@en ;
    skos:inScheme lexvo: ;
    skos:notation "ghs"^^xsd:string ;
    skos:prefLabel "Guhu-Samane"@en .

<http://lexvo.org/id/iso639-3/gia> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "gia"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/kitj1240> ;
    owl:sameAs <http://dbpedia.org/resource/Kija_language>,
        <http://www.mpii.de/yago/resource/Kija_language> ;
    skos:altLabel "Kija language"@en ;
    skos:definition "Kija is an Australian Aboriginal language today spoken by about 100 people, most of whom live in the region from Halls Creek to Kununurra in Western Australia."@en ;
    skos:inScheme lexvo: ;
    skos:notation "gia"^^xsd:string ;
    skos:prefLabel "Kitja"@en,
        "Lenga kitja"@pms,
        "Kitja"@sv .

<http://lexvo.org/id/iso639-3/gid> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "gid"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/gida1247> ;
    owl:sameAs <http://dbpedia.org/resource/Gidar_language>,
        <http://www.mpii.de/yago/resource/Gidar_language> ;
    skos:altLabel "Gidar language"@en ;
    skos:definition "Gidar is a divergent Biu–Mandara (Chadic) language of Cameroon and Chad."@en ;
    skos:inScheme lexvo: ;
    skos:notation "gid"^^xsd:string ;
    skos:prefLabel "Gidar"@en,
        "Kigidar"@sw .

<http://lexvo.org/id/iso639-3/gin> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "gin"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/hinu1240> ;
    owl:sameAs <http://dbpedia.org/resource/Hinukh_language>,
        <http://www.mpii.de/yago/resource/Hinukh_language> ;
    skos:altLabel "Hinukh language"@en ;
    skos:definition "The Hinukh language (Hinukh: гьинузас мец hinuzas mec, also known as Hinux, Ginukh, or Ginux) is a Northeast Caucasian language of the Tsezic subgroup. It is spoken by about 200 to 500 people, the Hinukhs, in the Tsunta district of southwestern Dagestan, mainly in the village of Genukh (Hinukh: Hino). Hinukh is very closely related to Tsez, but they are not entirely mutually intelligible."@en ;
    skos:inScheme lexvo: ;
    skos:notation "gin"^^xsd:string ;
    skos:prefLabel "Hinouc'heg"@br,
        "Hinuchische Sprache"@de,
        "Hinukh"@en,
        "Hinuhin kieli"@fi,
        "Hinukh"@fr,
        "ჰინუხური ენა"@ka,
        "Хинушки јазик"@mk,
        "Język ginuchijski"@pl,
        "Lenga Hinukh"@pms,
        "Гинухский язык"@ru,
        "Гінухська мова"@uk .

<http://lexvo.org/id/iso639-3/gju> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "gju"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/guja1253> ;
    owl:sameAs <http://dbpedia.org/resource/Gujari>,
        <http://www.mpii.de/yago/resource/Gujari> ;
    skos:altLabel "Gujari language"@en ;
    skos:definition "Gojri, also known as Gujari is a variety of Rajasthani spoken by the Gujjars of Northern-Pakistan, India and Afghanistan. Rajasthani, Marwari and Gujarati are evolved from Gujari. The language was known as Gujjar bhakha or Gurjar Apabhramsha lately. It was used as literary language as early as 12th century. The poet Bhoja referred to Gaurjar Apabhramsha (Gurjar Apabhramsha) in 1014 AD."@en ;
    skos:inScheme lexvo: ;
    skos:notation "gju"^^xsd:string ;
    skos:prefLabel "كجري"@ar,
        "Gujari"@en,
        "グジャール語"@ja,
        "Gujari"@no,
        "Lenga gujari"@pms,
        "گوجری"@pnb .

<http://lexvo.org/id/iso639-3/gkn> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "gkn"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/goka1239> ;
    owl:sameAs <http://dbpedia.org/resource/Gokana_language>,
        <http://www.mpii.de/yago/resource/Gokana_language> ;
    skos:altLabel "Gokana language"@en ;
    skos:definition "Gokana (Gòkánà) is an Ogoni language spoken by some 130,000 people in Rivers State, Nigeria."@en ;
    skos:inScheme lexvo: ;
    skos:notation "gkn"^^xsd:string ;
    skos:prefLabel "Gokana"@en,
        "Gokana"@fr .

<http://lexvo.org/id/iso639-3/gld> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "gld"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/nana1257> ;
    owl:sameAs <http://dbpedia.org/resource/Nanai_language>,
        <http://www.mpii.de/yago/resource/Nanai_language> ;
    skos:altLabel "Nanai language"@en ;
    skos:definition "The Nanai language (also called Gold language or Hezhen language) is spoken by the Nanai people in Siberia, and to a much smaller extent in China's Heilongjiang province, where it is known as Hezhe. The language has about 3,902 speakers out of 12,160 members of the ethnicity, but most of them (especially younger generations) are also fluent in Russian or Chinese (depending on the country where they live), and mostly use one of those languages for communication."@en ;
    skos:inScheme lexvo: ;
    skos:notation "gld"^^xsd:string ;
    skos:prefLabel "Nanaieg"@br,
        "Nanai"@en,
        "Nanaja lingvo"@eo,
        "Nanain kieli"@fi,
        "Nanaï"@fr,
        "나나이어"@ko,
        "Нанай кыв"@kv,
        "Nanajų kalba"@lt,
        "Нанајски јазик"@mk,
        "Nanai"@nl,
        "Nanaiisk"@no,
        "Lenga nanai"@pms,
        "Нанайский язык"@ru,
        "ภาษานาไน"@th,
        "赫哲语"@zh .

<http://lexvo.org/id/iso639-3/glj> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "glj"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/gula1265> ;
    owl:sameAs <http://dbpedia.org/resource/Gula_Iro_language>,
        <http://www.mpii.de/yago/resource/Gula_Iro_language> ;
    skos:altLabel "Gula Iro language"@en ;
    skos:definition "The Gula Iro language (autonym kùláál) is a Bua language spoken by some 3,500 people (as of 1991) north and east of Lake Iro in southern Chad, between the Bola and Salamat rivers. It has four dialects, according to Pairault: *páṭóól, the northernmost and the least comprehensible to speakers of the other dialects, spoken in and around Badi; *pòŋààl, by the north shore of the lake, spoken in and around Boum Kabir, Boum Sarher, and Tordjigel; *tɩ́ààlà, spoken east and south of the lake, including Kouré, Bouni, Tormorhal, and Masidjanga; *tííṭààl, the easternmost, spoken in various villages west of Tamba;"@en ;
    skos:inScheme lexvo: ;
    skos:notation "glj"^^xsd:string ;
    skos:prefLabel "Koulaleg"@br,
        "Gula Iro"@de,
        "Gula Iro"@en,
        "Lenga Gula Iro"@pms .

<http://lexvo.org/id/iso639-3/glk> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "glk"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/gila1241> ;
    owl:sameAs <http://dbpedia.org/resource/Gilaki_language>,
        <http://www.lingvoj.org/lang/glk>,
        <http://www.mpii.de/yago/resource/Gilaki_language> ;
    skos:altLabel "Gilaki language"@en ;
    skos:definition "The Gilaki language is a Caspian language, and a member of the northwestern Iranian language branch, spoken in Iran's Gīlān Province."@en ;
    skos:inScheme lexvo: ;
    skos:notation "glk"^^xsd:string ;
    skos:prefLabel "ጊላኪኛ"@am,
        "لغة كيلكية"@ar,
        "Gilan dili"@az,
        "Гилянски език"@bg,
        "Gilakeg"@br,
        "زمانی گیلەکی"@ckb,
        "Gilaki"@de,
        "Gileki"@diq,
        "Gilaki"@en,
        "Gila lingvo"@eo,
        "Gileki"@es,
        "زبان گیلکی"@fa,
        "Gilakin kieli"@fi,
        "Gilaki"@fr,
        "گیلکی زوان"@glk,
        "Lingua gilaki"@it,
        "ギラキ語"@ja,
        "Zimanê gilekî"@ku,
        "Gilekių kalba"@lt,
        "گیلکی"@mzn,
        "Gilaki-gí"@nan,
        "Gileki"@no,
        "Język giliański"@pl,
        "گیلاکی بولی"@pnb,
        "Гилянский язык"@ru,
        "Gilaki"@sv,
        "கிலாக்கி மொழி"@ta,
        "ภาษาคิเลกิ"@th,
        "Gilanice"@tr,
        "Ґілакі"@uk .

<http://lexvo.org/id/iso639-3/gni> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "gni"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/goon1238> ;
    owl:sameAs <http://dbpedia.org/resource/Gooniyandi_language>,
        <http://www.mpii.de/yago/resource/Gooniyandi_language> ;
    skos:altLabel "Gooniyandi language"@en ;
    skos:definition "Gooniyandi is an Australian Aboriginal language now spoken by about 100 people, most of whom live in or near Fitzroy Crossing in Western Australia. Gooniyandi is an endangered language as it is not being passed on to children, who instead grow up speaking Kriol."@en ;
    skos:inScheme lexvo: ;
    skos:notation "gni"^^xsd:string ;
    skos:prefLabel "Gooniyandi"@en,
        "Gooniyandi-lingvo"@eo,
        "Język gunijandi"@pl,
        "Lenga gooniyandi"@pms,
        "Куниянти"@ru,
        "Gooniyandi"@sv .

<http://lexvo.org/id/iso639-3/goa> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "goa"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/guro1248> ;
    owl:sameAs <http://dbpedia.org/resource/Guro_language>,
        <http://www.mpii.de/yago/resource/Guro_language> ;
    skos:altLabel "Guro language"@en ;
    skos:definition "Guro (also known as Guoro, Kwéndré, Kweni and Lo) is a Mande language spoken by approximately 332,000 people in Côte d'Ivoire, primarily in the areas of Haut-Sassandra and Marahoue."@en ;
    skos:inScheme lexvo: ;
    skos:notation "goa"^^xsd:string ;
    skos:prefLabel "Guro"@de,
        "Guro"@en,
        "Gouro"@fr,
        "Lenga Guro"@pms .

<http://lexvo.org/id/iso639-3/gob> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "gob"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/play1240> ;
    owl:sameAs <http://dbpedia.org/resource/Playero_language>,
        <http://www.mpii.de/yago/resource/Playero_language> ;
    skos:altLabel "Playero language"@en ;
    skos:definition "Playero is a Guahiban language that is spoken by about 250 people in Colombia. Speakers are somewhat acculterated and bilingual in Spanish."@en ;
    skos:inScheme lexvo: ;
    skos:notation "gob"^^xsd:string ;
    skos:prefLabel "Playero"@en,
        "Playero"@fr,
        "Playero"@no,
        "Lenga playero"@pms .

<http://lexvo.org/id/iso639-3/god> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "god"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/godi1239> ;
    owl:sameAs <http://dbpedia.org/resource/Godi%C3%A9_language>,
        <http://www.mpii.de/yago/resource/Godi%C3%A9_language> ;
    skos:altLabel "Godié language"@en ;
    skos:definition "The Godié language is a Kru language of Ivory Coast."@en ;
    skos:inScheme lexvo: ;
    skos:notation "god"^^xsd:string ;
    skos:prefLabel "Godié"@en .

<http://lexvo.org/id/iso639-3/gow> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "gow"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/goro1270> ;
    owl:sameAs <http://dbpedia.org/resource/Gorowa_language>,
        <http://www.mpii.de/yago/resource/Gorowa_language> ;
    skos:altLabel "Gorowa language"@en ;
    skos:definition "Gorowa is a Cushitic language spoken in Tanzania in the Dodoma and Manyara Regions."@en ;
    skos:inScheme lexvo: ;
    skos:notation "gow"^^xsd:string ;
    skos:prefLabel "Gorowa"@ca,
        "Gorowa"@en,
        "Kigorowa"@sw .

<http://lexvo.org/id/iso639-3/gpn> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "gpn"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/taia1239> ;
    owl:sameAs <http://dbpedia.org/resource/Taiap_language>,
        <http://www.mpii.de/yago/resource/Taiap_language> ;
    skos:altLabel "Taiap language"@en ;
    skos:definition "Taiap (also called Gapun, after the name of the village where it is spoken) is an endangered language isolate spoken by around a hundred people in the East Sepik Province of Papua New Guinea. It is being replaced by the national language and lingua franca Tok Pisin."@en ;
    skos:inScheme lexvo: ;
    skos:notation "gpn"^^xsd:string ;
    skos:prefLabel "Taiapeg"@br,
        "Taiap"@en,
        "Taiap"@fr,
        "Taiap jezik"@hr,
        "Lenga Taiap"@pms,
        "Таиап"@ru .

<http://lexvo.org/id/iso639-3/gqa> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "gqa"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/gaan1243> ;
    owl:sameAs <http://dbpedia.org/resource/Ga'anda_language>,
        <http://www.mpii.de/yago/resource/Ga'anda_language> ;
    skos:altLabel "Ga'anda language"@en ;
    skos:definition "Gaanda (also known as Ganda, Gaandu, Mokar, Makwar) is an Afro-Asiatic language spoken by about 10,000 people in the Adamawa state of Nigeria. Some speakers live in the Song, Gyuk, Mubi, and Biu (Borno State) LGAs. It has 2 dialects, Gaanda and Gabin. Its speakers are generally not monolingual in Gaanda, instead, they use Hausa and Fulfulde as well. They are becoming more interested in education; Ga'anda has a secondary school. The traditional religions of the people are Christian and Muslim."@en ;
    skos:inScheme lexvo: ;
    skos:notation "gqa"^^xsd:string ;
    skos:prefLabel "Gandaeg"@br,
        "Ga'anda"@en,
        "Ga’anda jezik"@hr,
        "Lenga Ga'anda"@pms .

<http://lexvo.org/id/iso639-3/grb> a lvont:Language,
        skos:Concept ;
    lvont:isFocusOf <http://id.loc.gov/vocabulary/iso639-2/grb> ;
    lvont:iso6392BCode "grb"^^xsd:string ;
    lvont:iso6392TCode "grb"^^xsd:string ;
    lvont:iso639P3PCode "grb"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-2/grb> ;
    owl:sameAs <http://dbpedia.org/resource/Krumen_language>,
        <http://psi.oasis-open.org/iso/639/#grb>,
        <http://www.lingvoj.org/lang/grb>,
        <http://www.mpii.de/yago/resource/Krumen_language>,
        <info:lc/vocabulary/languages/grb> ;
    skos:altLabel "Krumen language"@en,
        "クルメン語"@ja ;
    skos:definition "Krumen is a dialect continuum spoken by the Krumen people of Liberia and Ivory Coast (Tabou and Grabo subprefectures). It is a branch of the Grebo languages, a subfamily of the Kru languages and ultimately of the Niger–Congo languages. It had 48,300 speakers as of 1993. The main varieties are: *Tepo: Tepo, Bapo, Wlopo / Ropo, Dapo, Honpo, Yrepo / Kapo, Glawlo dialects *Pye: Trepo, Wluwe-Hawlo, Gbowe-Hran, Wlepo, Dugbo, Yrewe / Giriwe, Yapo, Pie dialects *Plapo Plapo has only a hundred speakers and no dialectical variation."@en ;
    skos:inScheme lexvo: ;
    skos:notation "grb"^^xsd:string ;
    skos:prefLabel "الجريبو"@ar,
        "qrebo dili"@az,
        "гребо"@bg,
        "গ্রেবো"@bn,
        "grebo"@br,
        "ग्रेबो"@brx,
        "grebo"@bs,
        "гребо"@bs-Cyrl,
        "grebo"@ca,
        "格列博文"@cmn,
        "格列博文"@cmn-Hant,
        "grebo"@cs,
        "grebo"@da,
        "Grebo-Sprache"@de,
        "Γκρίμπο"@el,
        "Grebo"@en,
        "grebo"@es,
        "grebo"@et,
        "گریبویی"@fa,
        "grebo"@fi,
        "grebo"@fr,
        "Grebo"@gsw,
        "ગ્રેબો"@gu,
        "גרבו"@he,
        "ग्रेबो"@hi,
        "grebo"@hr,
        "grebó"@hu,
        "Grebo"@id,
        "gerbó"@is,
        "gerbo"@it,
        "グレボ語"@ja,
        "ಗ್ರೇಬೋ"@kn,
        "게르보어"@ko,
        "گرِبو"@ks,
        "ກຣີໂບ"@lo,
        "grebo"@lt,
        "grebo"@lv,
        "гребо"@mk,
        "ഗ്രബൊ"@ml,
        "ग्रेबो"@mr,
        "Ġerbo"@mt,
        "grebo"@nb,
        "Grebo"@nl,
        "grebo"@nn,
        "ଗ୍ରେବୋ"@or,
        "grebo"@pl,
        "grebo"@pt,
        "grebo"@rm,
        "grebo"@ro,
        "гребо"@ru,
        "grebo"@sk,
        "grebščina"@sl,
        "Гребо"@sr,
        "Grebo"@sr-Latn,
        "grebo"@sv,
        "க்ரேபோ"@ta,
        "గ్రేబో"@te,
        "เกรโบ"@th,
        "Grebo"@tr,
        "гребо"@uk,
        "Tiếng Grebo"@vi .

<http://lexvo.org/id/iso639-3/grt> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "grt"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/garo1247> ;
    owl:sameAs <http://dbpedia.org/resource/Garo_language>,
        <http://www.mpii.de/yago/resource/Garo_language> ;
    skos:altLabel "Garo language"@en ;
    skos:definition "Garo (also spelled as Garrow, or else known by the people's own name for themselves, Mande) is the language of the majority of the people of the Garo Hills in the Indian state of Meghalaya. Garo is also used in Kamrup, Dhubri, Goalpara and the Darrang districts of Assam, India as well as in neighboring Bangladesh. Garo uses the Latin script and has a close affinity to Bodo, the language of one of the dominant communities of the neighbouring state of Assam."@en ;
    skos:inScheme lexvo: ;
    skos:notation "grt"^^xsd:string ;
    skos:prefLabel "গারো ভাষা"@bn,
        "Garo"@de,
        "Garo"@en,
        "Garon kieli"@fi,
        "Lingua garo"@it,
        "Lingua Garo"@la,
        "Garo"@nl,
        "Język garo"@pl,
        "Lenga Garo"@pms,
        "Língua garo"@pt,
        "Гаро"@ru,
        "Garo"@sv,
        "Tiếng Garo"@vi .

<http://lexvo.org/id/iso639-3/gru> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "gru"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/kist1241> ;
    owl:sameAs <http://dbpedia.org/resource/Soddo_language>,
        <http://www.mpii.de/yago/resource/Soddo_language> ;
    skos:altLabel "Soddo language"@en ;
    skos:definition "Soddo (autonym kəstane \"Christian\"; formerly called Aymälläl in Western sources, after a particular dialect of it) is a Gurage language spoken by about 300,000 people in southeastern Ethiopia. It is a South Ethiopian Semitic language of the Northern Gurage subfamily."@en ;
    skos:inScheme lexvo: ;
    skos:notation "gru"^^xsd:string ;
    skos:prefLabel "Sodoeg"@br,
        "Soddo"@ca,
        "Kistane"@de,
        "Kistane"@en,
        "زبان سودو"@fa,
        "Kistane jezik"@hr,
        "Lenga Kistane"@pms .

<http://lexvo.org/id/iso639-3/gsg> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "gsg"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/germ1281> ;
    owl:sameAs <http://dbpedia.org/resource/German_Sign_Language>,
        <http://www.mpii.de/yago/resource/German_Sign_Language> ;
    skos:definition "German Sign Language or Deutsche Gebärdensprache is the sign language of the Deaf community in Germany. It is often abbreviated as DGS. It is unclear how many use German Sign Language as their main language; Gallaudet University estimated 50,000 in 1986. The language has evolved through use in deaf communities over hundreds of years."@en ;
    skos:inScheme lexvo: ;
    skos:notation "gsg"^^xsd:string ;
    skos:prefLabel "Deutsche Gebärdensprache"@de,
        "German Sign Language"@en,
        "Tysk tegnspråk"@no,
        "Lenga dij segn tedesca"@pms .

<http://lexvo.org/id/iso639-3/gss> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "gss"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/gree1271> ;
    owl:sameAs <http://dbpedia.org/resource/Greek_Sign_Language>,
        <http://www.mpii.de/yago/resource/Greek_Sign_Language> ;
    skos:definition "Greek Sign Language is the sign language of the Greek deaf community. It has been legally recognised as the official language of the Deaf Community in Greece by Law 2817 in 2000."@en ;
    skos:inScheme lexvo: ;
    skos:notation "gss"^^xsd:string ;
    skos:prefLabel "Greek Sign Language"@en,
        "Língua de sinais grega"@pt .

<http://lexvo.org/id/iso639-3/gta> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "gta"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/guat1253> ;
    owl:sameAs <http://dbpedia.org/resource/Guat%C3%B3_language>,
        <http://www.mpii.de/yago/resource/Guat%C3%B3_language> ;
    skos:altLabel "Guató language"@en ;
    skos:definition "The Guató language, or , is a possible language isolate spoken by the about 10% Guató people of Brazil. Kaufman (1990) provisionally classifies it as a branch of the Macro-Gê languages, but no evidence for this was found by Eduardo Ribeiro."@en ;
    skos:inScheme lexvo: ;
    skos:notation "gta"^^xsd:string ;
    skos:prefLabel "Guató"@en,
        "Idioma guató"@es,
        "Guató"@fr .

<http://lexvo.org/id/iso639-3/guc> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "guc"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/wayu1243> ;
    owl:sameAs <http://dbpedia.org/resource/Wayuu_language>,
        <http://www.mpii.de/yago/resource/Wayuu_language> ;
    skos:altLabel "Wayuu language"@en ;
    skos:definition "The Wayuu language, or Goajiro (Wayuu: wayuunaiki), is spoken by 305,000 indigenous Wayuu people in northeastern Colombia and northwestern Venezuela on the Guajira Peninsula."@en ;
    skos:inScheme lexvo: ;
    skos:notation "guc"^^xsd:string ;
    skos:prefLabel "Wayuu"@en,
        "Vajua lingvo"@eo,
        "Idioma wayúu"@es,
        "Wayuu"@fr,
        "Wayuu"@gv,
        "Lenga wayuu"@pms,
        "Língua wayuu"@pt,
        "Wayuw simi"@qu,
        "Гуахиро"@ru .

<http://lexvo.org/id/iso639-3/gue> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "gue"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/guri1247> ;
    owl:sameAs <http://dbpedia.org/resource/Gurindji_language>,
        <http://www.mpii.de/yago/resource/Gurindji_language> ;
    skos:altLabel "Gurindji language"@en ;
    skos:definition "Gurindji is a Southwest Pama–Nyungan language spoken in the Northern Territory, Australia. Gurindji Kriol is a mixed language that is derived from it."@en ;
    skos:inScheme lexvo: ;
    skos:notation "gue"^^xsd:string ;
    skos:prefLabel "Gurinji"@en .

<http://lexvo.org/id/iso639-3/gug> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "gug"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/para1311> ;
    owl:sameAs <http://dbpedia.org/resource/Guaran%C3%AD_language>,
        <http://www.mpii.de/yago/resource/Guaran%C3%AD_language> ;
    skos:altLabel "Guaraní, Paraguayan"@en,
        "Paraguayan Guaraní"@en ;
    skos:definition "Guaraní, specifically the primary variety known as Paraguayan Guaraní (; endonym avañeẽ Ava language'), is an indigenous language of South America that belongs to the Tupí–Guaraní subfamily of the Tupian languages. It is one of the official languages of Paraguay (along with Spanish), where it is spoken by the majority of the population, and half of the rural population is monolingual. It is spoken by communities in neighbouring countries, including parts of northern Argentina and southwestern Brazil, and is a second official language of the Argentine province of Corrientes; it is also an official language of Mercosur."@en ;
    skos:inScheme lexvo: ;
    skos:notation "gug"^^xsd:string ;
    skos:prefLabel "Idioma guaraní"@ast,
        "Waraniyi aru"@ay,
        "Гуарански език"@bg,
        "গুয়ারানি ভাষা"@bn,
        "Gwaranieg"@br,
        "Guaraní"@ca,
        "Guaraní"@cs,
        "Guaraní"@cy,
        "Guaraní"@da,
        "Guaraní"@de,
        "Guaraní language"@en,
        "Gvarania lingvo"@eo,
        "Idioma guaraní"@es,
        "Guaraniera"@eu,
        "Guaranin kieli"@fi,
        "Guarani"@fr,
        "An Ghuaráinis"@ga,
        "Guaranaidh"@gd,
        "Lingua guaraní"@gl,
        "Avañe'ẽ"@gn,
        "גוארני"@he,
        "गुआरानी भाषा"@hi,
        "Guarani bhasa"@hif,
        "Guaranišćina"@hsb,
        "Guarani linguo"@io,
        "Lingua guaraní"@it,
        "グアラニー語"@ja,
        "გუარანის ენა"@ka,
        "과라니어"@ko,
        "Lingua Guaranica"@la,
        "Guaranì"@lij,
        "Gvaranių kalba"@lt,
        "Gvaraniu kalba"@lt-x,
        "Гуарани йылме"@mhr,
        "Гварански јазик"@mk,
        "Bahasa Guaraní"@ms,
        "Guaranitlahtōlli"@nah,
        "गुआरानी भाषा"@new,
        "Guaraní"@nl,
        "Guaraní"@no,
        "Guaraní"@oc,
        "Język guarani"@pl,
        "Lenga guaraní, paraguajan"@pms,
        "گورانی"@pnb,
        "Língua guarani"@pt,
        "Waraniyi simi"@qu,
        "Гуарани"@ru,
        "Guaraní leid"@sco,
        "Guaraníjčina"@sk,
        "Gvaranščina"@sl,
        "Gjuha guarani"@sq,
        "Гварани"@sr,
        "Guaraní"@sv,
        "குவாரனி மொழி"@ta,
        "Guaraní dili"@tr,
        "گۇئارانچە"@ug,
        "Гуарані"@uk,
        "Gwarani"@wa,
        "გუარანი"@xmf,
        "瓜拉尼語"@zh .

<http://lexvo.org/id/iso639-3/guk> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "guk"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/gumu1244> ;
    owl:sameAs <http://dbpedia.org/resource/Gumuz_language>,
        <http://www.mpii.de/yago/resource/Gumuz_language> ;
    skos:altLabel "Gumuz language"@en ;
    skos:definition "Gumuz (also spelled \"Gumaz\") is a dialect cluster spoken along the border of Ethiopia and Sudan. Most Ethiopian speakers live in the Metekel Zone of the Benishangul-Gumuz Region, although a group of 1,000 live outside the town of Welkite. The Sudanese speakers live in the area east of Er Roseires, around Famaka and Fazoglo on the Blue Nile, extending north along the border."@en ;
    skos:inScheme lexvo: ;
    skos:notation "guk"^^xsd:string ;
    skos:prefLabel "Gumuz"@en,
        "Idioma gumuz"@es,
        "Gumuz"@fr,
        "Гумуски јазик"@mk,
        "Lenga Gumuz"@pms .

<http://lexvo.org/id/iso639-3/guo> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "guo"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/guay1257> ;
    owl:sameAs <http://dbpedia.org/resource/Guayabero_language>,
        <http://www.mpii.de/yago/resource/Guayabero_language> ;
    skos:altLabel "Guayabero language"@en ;
    skos:definition "Guayabero is a Guahiban language that is spoken by about 1200 people in Colombia. Many of its speakers are monoglots, with few fluent Spanish speakers in the population."@en ;
    skos:inScheme lexvo: ;
    skos:notation "guo"^^xsd:string ;
    skos:prefLabel "Guayabero"@en,
        "Guayabero"@es,
        "Guayabero"@fr,
        "Lenga guayabero"@pms,
        "Гуаяберо"@ru .

<http://lexvo.org/id/iso639-3/gup> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "gup"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/gunw1252> ;
    owl:sameAs <http://dbpedia.org/resource/Gunwinggu_language>,
        <http://www.mpii.de/yago/resource/Gunwinggu_language> ;
    skos:altLabel "Gunwinggu language"@en ;
    skos:definition "Kunwinjku (also spelt Gunwingu, Gunwingku) is the variety of Bininj Gun-wok spoken in the largest population centre, Kunbarlanja (formerly Oenpelli) and therefore the most widespread. This dialect had a population of speakers around 700 as of 2003 according to Evans, almost all of whom speak Kunwinjku inspite of increasing exposure to English."@en ;
    skos:inScheme lexvo: ;
    skos:notation "gup"^^xsd:string ;
    skos:prefLabel "Gunwinggu"@en,
        "Gunwinggu"@fr,
        "Gunwinggu"@it,
        "Gunwinggu"@sv .

<http://lexvo.org/id/iso639-3/guq> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "guq"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/ache1246> ;
    owl:sameAs <http://dbpedia.org/resource/Ach%C3%A9_language>,
        <http://www.mpii.de/yago/resource/Ach%C3%A9_language> ;
    skos:altLabel "Aché language"@en ;
    skos:definition "Aché, also known as Guayaki, is a Guarani language of Paraguay. The six Aché dialects are distinct enough to cause some problems with communication."@en ;
    skos:inScheme lexvo: ;
    skos:notation "guq"^^xsd:string ;
    skos:prefLabel "Aché"@en .

<http://lexvo.org/id/iso639-3/gur> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "gur"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/fare1241> ;
    owl:sameAs <http://dbpedia.org/resource/Frafra_language>,
        <http://www.mpii.de/yago/resource/Frafra_language> ;
    skos:altLabel "Frafra language"@en ;
    skos:definition "Frafra or Farefare, also known as Gurenɛ, is the language of the Frafra people of northern Ghana, particularly the Upper East Region, and southern Burkina Faso. It is a national language of Ghana, and is closely related to Mossi, Moré, the national language of Burkina Faso."@en ;
    skos:inScheme lexvo: ;
    skos:notation "gur"^^xsd:string ;
    skos:prefLabel "Farefare"@de,
        "Farefare"@en,
        "Gurenne"@fr,
        "Gurune"@nl,
        "Frafra"@no,
        "Lenga Farefare"@pms,
        "Фарефаре"@ru .

<http://lexvo.org/id/iso639-3/guz> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "guz"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/gusi1247> ;
    owl:sameAs <http://dbpedia.org/resource/Gusii_language>,
        <http://www.mpii.de/yago/resource/Gusii_language> ;
    skos:altLabel "Ekegusii"@en,
        "Gusii language"@en,
        "Gusii"@fr,
        "Język gusii"@pl,
        "Língua gusii"@pt ;
    skos:definition "The Gusii language (also known as Kisii or Ekegusii) is a Bantu language spoken in the Kisii district in western Kenya,whose head-quarters is Kisii town, (between the Kavirondo Gulf of Lake Victoria and the border with Tanzania). It is spoken by the Gusii people, numbering about 1.5 million (SIL/Ethnologue 1994). A few Gusii people are bilingual in Luo."@en ;
    skos:inScheme lexvo: ;
    skos:notation "guz"^^xsd:string ;
    skos:prefLabel "قيسي"@ar,
        "gusí"@ca,
        "古西文"@cmn,
        "古西文"@cmn-Hant,
        "gusii"@cs,
        "gusii"@da,
        "Γκούσι"@el,
        "Gusii"@en,
        "gusii"@es,
        "gusii"@et,
        "gusii"@fi,
        "gusii"@fr,
        "Ekegusii"@guz,
        "גוסי"@he,
        "gusii"@hr,
        "guszii"@hu,
        "Gusii"@id,
        "gusii"@is,
        "gusii"@it,
        "グシイ語"@ja,
        "구시어"@ko,
        "ກູຊິ"@lo,
        "gusi"@lt,
        "gusii"@lv,
        "гуси"@mk,
        "gusii"@nb,
        "Gusii"@nl,
        "gusii"@pl,
        "gusii"@pt,
        "gusii"@ro,
        "гусии"@ru,
        "gusii"@sk,
        "gusli"@sv,
        "Lugha ya Kisii"@sw,
        "Kisii"@swh,
        "กุซซี"@th,
        "Gusii"@tr,
        "ікігусії"@uk,
        "Tiếng Gusii"@vi .

<http://lexvo.org/id/iso639-3/gvc> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "gvc"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/guan1269> ;
    owl:sameAs <http://dbpedia.org/resource/Guanano_language>,
        <http://www.mpii.de/yago/resource/Guanano_language> ;
    skos:altLabel "Guanano language"@en ;
    skos:definition "Guanano (also Wanano) is a Tucanoan language spoken in the northwest part of Amazonas in Brazil and in Vaupés in Colombia."@en ;
    skos:inScheme lexvo: ;
    skos:notation "gvc"^^xsd:string ;
    skos:prefLabel "Guanano"@en,
        "Wanano"@fr .

<http://lexvo.org/id/iso639-3/gvf> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "gvf"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/goli1247> ;
    owl:sameAs <http://dbpedia.org/resource/Golin_language>,
        <http://www.mpii.de/yago/resource/Golin_language> ;
    skos:altLabel "Golin language"@en ;
    skos:definition "Golin (also Gollum, Gumine) is a Papuan language of Papua New Guinea."@en ;
    skos:inScheme lexvo: ;
    skos:notation "gvf"^^xsd:string ;
    skos:prefLabel "Golin"@en,
        "Golin"@fr .

<http://lexvo.org/id/iso639-3/gvn> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "gvn"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/kuku1273> ;
    owl:sameAs <http://dbpedia.org/resource/Kuku_Nyungkal_language>,
        <http://www.mpii.de/yago/resource/Kuku_Nyungkal_language> ;
    skos:altLabel "Kuku Nyungkal language"@en ;
    skos:definition "Kuku Nyungkal (also known as Kuku Njunggal; Guugu Nyungkul; Gugu Njunggal ) is an Australian Aboriginal language and the language of the Kuku Nyungkal people of Far North Queensland. It is one of the Kuku Yalanji languages still being spoken (though by fewer people than speak Kuku Yalanji itself). Most of the speakers today live in the communities of Wujal Wujal and Mossman."@en ;
    skos:inScheme lexvo: ;
    skos:notation "gvn"^^xsd:string ;
    skos:prefLabel "Kuku-Yalanji"@en .

<http://lexvo.org/id/iso639-3/gvo> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "gvo"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/gavi1246> ;
    owl:sameAs <http://dbpedia.org/resource/Gavi%C3%A3o_of_Jiparan%C3%A1>,
        <http://www.mpii.de/yago/resource/Gavi%C3%A3o_of_Jiparan%C3%A1> ;
    skos:altLabel "Gavião of Jiparaná"@en ;
    skos:definition "Gavião of Jiparaná (Gavião do Jiparaná), also known as Digüt and Gavião do Rondônia, is a Tupian language of Brazil. It is partially intelligible with Suruí. The Zoró dialect is sometimes considered a separate language."@en ;
    skos:inScheme lexvo: ;
    skos:notation "gvo"^^xsd:string ;
    skos:prefLabel "Gavião Do Jiparaná"@en .

<http://lexvo.org/id/iso639-3/gwc> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "gwc"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/kala1373> ;
    owl:sameAs <http://dbpedia.org/resource/Kalami_language>,
        <http://www.mpii.de/yago/resource/Kalami_language> ;
    skos:altLabel "Kalami language"@en ;
    skos:definition "Kalami is a Dardic language spoken in northern Pakistan."@en ;
    skos:inScheme lexvo: ;
    skos:notation "gwc"^^xsd:string ;
    skos:prefLabel "كالامي"@ar,
        "Kalami"@de,
        "Kalami"@en,
        "Kohistani de Kalam"@fr .

<http://lexvo.org/id/iso639-3/gwd> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "gwd"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/gaww1239> ;
    owl:sameAs <http://dbpedia.org/resource/Gawwada_language>,
        <http://www.mpii.de/yago/resource/Gawwada_language> ;
    skos:altLabel "Gawwada language"@en ;
    skos:definition "Gawwada (also known as Gauwada, Gawata, Kawwad'a, Kawwada) is an Afro-Asiatic language spoken in southern Ethiopia. Dialects include Dihina, Gergere, Gobeze, Gollango, Gorose, Harso."@en ;
    skos:inScheme lexvo: ;
    skos:notation "gwd"^^xsd:string ;
    skos:prefLabel "Gawwada"@en,
        "Gawwada hizkuntza"@eu .

<http://lexvo.org/id/iso639-3/gyd> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "gyd"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/kaya1319> ;
    owl:sameAs <http://dbpedia.org/resource/Kayardild_language>,
        <http://www.mpii.de/yago/resource/Kayardild_language> ;
    skos:altLabel "Kayardild language"@en ;
    skos:definition "Kayardild is a Tangkic language spoken on Bentinck Island and surrounding islands such as Sweers Island, north west Queensland, Australia, with fewer than ten fluent speakers remaining. Other members of the family include Lardil, Yukulta (Ganggalida) and Yangkaal. It is famous for its many unusual case phenomena, including case stacking of up to four levels, the use of clause-level case to signal interclausal relations and pragmatic factors, and another set of verbal case endings which convert their hosts from nouns into verbs morphologically."@en ;
    skos:inScheme lexvo: ;
    skos:notation "gyd"^^xsd:string ;
    skos:prefLabel "Kayardild"@en,
        "Lenga kayardild"@pms,
        "Kayardild"@sv .

<http://lexvo.org/id/iso639-3/gym> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "gym"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/ngab1239> ;
    owl:sameAs <http://dbpedia.org/resource/Guaym%C3%AD_language>,
        <http://www.mpii.de/yago/resource/Guaym%C3%AD_language> ;
    skos:altLabel "Guaymí language"@en ;
    skos:definition "Introduction Also known as Guaymí, Ngöbere, Movere, Chiriquí, Valiente. The Ngäbere language is spoken by the indigenous Ngäbe people in Panama and Costa Rica. The people refer to themselves as Ngäbe (roughly pronounced “nawbay”), and to their language as Ngäbere (“nawberay”). The Ngäbes are the most populous of Panama’s several indigenous peoples. The language originates in Panama with the population centered within the semi-autonomous indigenous reservation known as the Comarca Ngäbe-Buglé. Beginning in the 1950s Costa Rica began to receive Ngäbe immigrants, where they are located in several indigenous reservations: Abrojos Montezuma, Conteburica, Coto Brus, Guaymí de Alto Laguna de Osa, and Altos de San Antonio."@en ;
    skos:inScheme lexvo: ;
    skos:notation "gym"^^xsd:string ;
    skos:prefLabel "Ngäbere"@en,
        "Idioma ngäbe"@es,
        "Gvaimių kalba"@lt,
        "Guaymí"@no,
        "Waymiyi simi"@qu .

<http://lexvo.org/id/iso639-3/gyy> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "gyy"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/guny1241> ;
    owl:sameAs <http://dbpedia.org/resource/Gunya_language>,
        <http://www.mpii.de/yago/resource/Gunya_language> ;
    skos:altLabel "Gunya language"@en ;
    skos:definition "The Kunja is an extinct Australian Aboriginal language."@en ;
    skos:inScheme lexvo: ;
    skos:notation "gyy"^^xsd:string ;
    skos:prefLabel "Gunya"@en .

<http://lexvo.org/id/iso639-3/hac> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "hac"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/gura1251> ;
    owl:sameAs <http://dbpedia.org/resource/Gorani_language>,
        <http://www.mpii.de/yago/resource/Gorani_language> ;
    skos:altLabel "Gorani language"@en ;
    skos:definition "Gorani (also Gurani) is a Northwestern Iranian language, that includes Hewrami, and is spoken by Kurdish populations in the southernmost parts of Iranian Kurdistan and the Iraqi Kurdistan region. Some linguists classify it as a member of the Zaza–Gorani branch of the Northwestern Iranian languages. Although it shares similarities in vocabulary to Kurmanji and Sorani, also spoken by Kurds, Gorani is distinct grammatically from the two and shares similarities with Zazaki. In the nineteenth century, Gorani as a language of communication was slowly replaced by Sorani in several cities, both in Iran and Iraq. Today, Sorani is the primary language spoken in cities including Kirkuk, Meriwan, and Halabja, which are still considered part of the greater Goran region."@en ;
    skos:inScheme lexvo: ;
    skos:notation "hac"^^xsd:string ;
    skos:prefLabel "Goran dili"@az,
        "Goraneg"@br,
        "Gorani"@de,
        "Goranki"@diq,
        "Gurani"@en,
        "گویش‌های گورانی"@fa,
        "Gurani"@fr,
        "Gorani"@nl,
        "Горани"@ru,
        "Gurani"@sv,
        "Goranice"@tr .

<http://lexvo.org/id/iso639-3/had> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "had"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/hata1243> ;
    owl:sameAs <http://dbpedia.org/resource/Hattam_language>,
        <http://www.mpii.de/yago/resource/Hattam_language> ;
    skos:altLabel "Hattam language"@en ;
    skos:definition "Hattam, also spelled Hatam, Atam and also known as Borai or Mansim, is a divergent language of New Guinea. It is not closely related to any other language, and though Ross (2005) tentatively assigned it to the West Papuan languages, based on similarities in pronouns, Ethnologue (2009) removed it as a language isolate."@en ;
    skos:inScheme lexvo: ;
    skos:notation "had"^^xsd:string ;
    skos:prefLabel "Hatam"@en .

<http://lexvo.org/id/iso639-3/hae> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "hae"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/east2652> ;
    owl:sameAs <http://dbpedia.org/resource/Eastern_Oromo_language>,
        <http://www.mpii.de/yago/resource/Eastern_Oromo_language> ;
    skos:altLabel "Eastern Oromo language"@en,
        "Oromo, Eastern"@en ;
    skos:definition "Eastern Oromo (also known as \"Ittu Oromo\" or \"Qottu Oromo\") is a dialect of the Oromo language. According to the Ethnologue map of Ethiopian languages, it is spoken in the Mirab Hararghe Zone, Misraq Hararghe Zone and northern Bale Zone of the Oromia Region of Ethiopia."@en ;
    skos:inScheme lexvo: ;
    skos:notation "hae"^^xsd:string ;
    skos:prefLabel "Eastern Oromo"@en .

<http://lexvo.org/id/iso639-3/hai> a lvont:Language,
        skos:Concept ;
    lvont:isFocusOf <http://id.loc.gov/vocabulary/iso639-2/hai> ;
    lvont:iso6392BCode "hai"^^xsd:string ;
    lvont:iso6392TCode "hai"^^xsd:string ;
    lvont:iso639P3PCode "hai"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-2/hai> ;
    owl:sameAs <http://dbpedia.org/resource/Haida_language>,
        <http://psi.oasis-open.org/iso/639/#hai>,
        <http://www.lingvoj.org/lang/hai>,
        <http://www.mpii.de/yago/resource/Haida_language>,
        <info:lc/vocabulary/languages/hai> ;
    skos:altLabel "Haida-Sprache"@de,
        "Haida language"@en,
        "Idioma haida"@es,
        "Haida"@fi,
        "Haïda"@fr,
        "Lingua haida"@it,
        "Хайда"@ru ;
    skos:definition "The Haida language is the language of the Haida people. It contains seven vowels and well over 30 consonants."@en ;
    skos:inScheme lexvo: ;
    skos:notation "hai"^^xsd:string ;
    skos:prefLabel "الهيدا"@ar,
        "hayda dili"@az,
        "хайда"@bg,
        "হাইডা"@bn,
        "haida"@br,
        "हईडा"@brx,
        "haida"@bs,
        "хаида"@bs-Cyrl,
        "haida"@ca,
        "海达文"@cmn,
        "海達文"@cmn-Hant,
        "haidština"@cs,
        "Haida"@cy,
        "haida"@da,
        "Haida"@de,
        "Χάιντα"@el,
        "Haida"@en,
        "Ĥajda lingvo"@eo,
        "haida"@es,
        "haida"@et,
        "هایدایی"@fa,
        "haida"@fi,
        "haida"@fr,
        "Haida"@gsw,
        "હૈડા"@gu,
        "האידה"@he,
        "हैडा"@hi,
        "haidi"@hr,
        "haida"@hu,
        "Haida"@id,
        "haída"@is,
        "haida"@it,
        "ハイダ語"@ja,
        "ಹೈಡಾ"@kn,
        "하이다어"@ko,
        "ہَیدا"@ks,
        "ໄຮດາ"@lo,
        "haido"@lt,
        "haidu"@lv,
        "хајда"@mk,
        "ഹൈഡ"@ml,
        "हैडा"@mr,
        "Ħajda"@mt,
        "haida"@nb,
        "Haida"@nl,
        "haida"@nn,
        "ହାଇଡା"@or,
        "haida"@pl,
        "Lenga haida setentrional"@pms,
        "haida"@pt,
        "haida"@rm,
        "haida"@ro,
        "хайда"@ru,
        "haida"@sk,
        "haidščina"@sl,
        "Хаида"@sr,
        "Haida"@sr-Latn,
        "haida"@sv,
        "ஹைடா"@ta,
        "హైడా"@te,
        "ไฮดา"@th,
        "Haida"@tr,
        "хайда"@uk,
        "Tiếng Haida"@vi .

<http://lexvo.org/id/iso639-3/hal> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "hal"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/hala1252> ;
    owl:sameAs <http://dbpedia.org/resource/Halang_language>,
        <http://www.mpii.de/yago/resource/Halang_language> ;
    skos:altLabel "Halang language"@en ;
    skos:definition "Halang, also known as Salang, is a Bahnaric language of the Mon–Khmer branch of the Austroasiatic language family. It is spoken in the southern Laotian province of Attapu by approximately 4000 people and in the neighboring Kon Tum Province of Vietnam by approximately 13,500 people (Ethnologue, 2000)."@en ;
    skos:inScheme lexvo: ;
    skos:notation "hal"^^xsd:string ;
    skos:prefLabel "Halangeg"@br,
        "Halang"@en,
        "ภาษาฮาลัง"@th .

<http://lexvo.org/id/iso639-3/har> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "har"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/hara1271> ;
    owl:sameAs <http://dbpedia.org/resource/Harari_language>,
        <http://www.mpii.de/yago/resource/Harari_language> ;
    skos:altLabel "Harari language"@en ;
    skos:definition "Harari (sometimes (H)aderi or (H)adere) is the language of the Harari people of Ethiopia. According to the 1998 Ethiopian census, it is spoken by 21,283 people. Most of its speakers are multilingual in Amharic and/or Oromo. Harari is closely related to the East Gurage languages, Zay and Silte. Locals or natives of this city also refer to it as \"Gey sinan\" (Language of the City). Several words are of Arabic or (to a lesser extent) Italian origin. Originally written in the Arabic script, it has recently converted to the Geez alphabet."@en ;
    skos:inScheme lexvo: ;
    skos:notation "har"^^xsd:string ;
    skos:prefLabel "ሀደሪኛ"@am,
        "هرر"@ar,
        "Hararieg"@br,
        "Llengua harari"@ca,
        "Harari"@de,
        "Harari"@en,
        "زبان هراری"@fa,
        "Harari"@fr,
        "Harari jezik"@hr,
        "Harari"@hsb,
        "Język harari"@pl,
        "Lenga Harari"@pms,
        "Língua harari"@pt,
        "Hararščina"@sl .

<http://lexvo.org/id/iso639-3/has> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "has"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/hais1244> ;
    owl:sameAs <http://dbpedia.org/resource/Haisla_language>,
        <http://www.mpii.de/yago/resource/Haisla_language> ;
    skos:altLabel "Haisla language"@en ;
    skos:definition "The Haisla language is a First Nations language spoken by the Haisla people of the North Coast region of the Canadian province of British Columbia, who are based in the village of Kitaamat 10 km from the town of Kitimat at the head of the Douglas Channel, a 120 km fjord that serves as a waterway for the Haisla as well as for the aluminum smelter and accompanying port of the town of Kitimat. The Haisla and their language, along with that of the neighbouring Heiltsuk and Wuikinuxv peoples, were in the past incorrectly called \"Northern Kwakiutl\"."@en ;
    skos:inScheme lexvo: ;
    skos:notation "has"^^xsd:string ;
    skos:prefLabel "Haisleg"@br,
        "Haisla"@en,
        "Idioma haisla"@es,
        "Haisla"@fr .

<http://lexvo.org/id/iso639-3/hay> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "hay"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/haya1250> ;
    owl:sameAs <http://dbpedia.org/resource/Haya_language>,
        <http://www.mpii.de/yago/resource/Haya_language> ;
    skos:altLabel "Haya language"@en ;
    skos:definition "Haya (OluHaya, Swahili:Kihaya) is a Niger–Congo language spoken by the Haya people of Tanzania, in the south and southwest coast of Lake Victoria. In 1991, the population of Haya speakers was estimated at 1,200,000 people ."@en ;
    skos:inScheme lexvo: ;
    skos:notation "hay"^^xsd:string ;
    skos:prefLabel "Haya"@de,
        "Haya"@en,
        "ハヤ語"@ja,
        "Haya"@no,
        "Hayum"@nov,
        "Język haya"@pl,
        "Lenga Haya"@pms,
        "Língua haya"@pt,
        "Kihaya"@sw .

<http://lexvo.org/id/iso639-3/hbb> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "hbb"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/huba1236> ;
    owl:sameAs <http://dbpedia.org/resource/Huba_language>,
        <http://www.mpii.de/yago/resource/Huba_language> ;
    skos:altLabel "Huba language"@en ;
    skos:definition "Huba, also Kilba, is a Chadic language of Nigeria."@en ;
    skos:inScheme lexvo: ;
    skos:notation "hbb"^^xsd:string ;
    skos:prefLabel "Huba"@en .

<http://lexvo.org/id/iso639-3/hch> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "hch"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/huic1243> ;
    owl:sameAs <http://dbpedia.org/resource/Huichol_language>,
        <http://www.mpii.de/yago/resource/Huichol_language> ;
    skos:altLabel "Huichol language"@en ;
    skos:definition "The Huichol language is an indigenous language of Mexico which belongs to the Uto-Aztecan language family. It is spoken by the ethnic group widely known as the Huichol (self-designation Wixaritari), whose mountainous territory extends over portions of the Mexican states of Jalisco, Nayarit, and Durango, mostly in Jalisco. Under the 2003 law of language rights, the indigenous languages of Mexico along with Spanish are recognized as \"national languages\"."@en ;
    skos:inScheme lexvo: ;
    skos:notation "hch"^^xsd:string ;
    skos:prefLabel "Houitcholeg"@br,
        "Huichol-Sprache"@de,
        "Huichol"@en,
        "Viĉola lingvo"@eo,
        "Idioma huichol"@es,
        "Huichol"@fr,
        "Huitzollahtōlli"@nah,
        "Huichol"@nl,
        "Huichol"@no,
        "Lenga huichol"@pms,
        "Wichol simi"@qu,
        "Уичоль"@ru .

<http://lexvo.org/id/iso639-3/hia> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "hia"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/lama1288> ;
    owl:sameAs <http://dbpedia.org/resource/Lamang_language>,
        <http://www.mpii.de/yago/resource/Lamang_language> ;
    skos:altLabel "Lamang language"@en ;
    skos:definition "Lamang (Laamang) is an Afro-Asiatic language of Nigeria."@en ;
    skos:inScheme lexvo: ;
    skos:notation "hia"^^xsd:string ;
    skos:prefLabel "Lamang"@en .

<http://lexvo.org/id/iso639-3/hke> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "hke"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/hund1239> ;
    owl:sameAs <http://dbpedia.org/resource/Hunde_language>,
        <http://www.mpii.de/yago/resource/Hunde_language> ;
    skos:altLabel "Hunde language"@en ;
    skos:definition "The Hunde are an ethnolinguistic group of about 200,000 people (as of 1980) located in the eastern region of the Democratic Republic of the Congo. The Hunde live in the province of Nord-Kivu and the regions of Masisi and Rutshuru. The language of the Hunde is Kihunde, and alternate names are Kobi and Rukobi. The history of the Hunde since national independence has been bound up with that of the Kinyarwanda-speaking population in the region, including the recent First and Second Congo Wars."@en ;
    skos:inScheme lexvo: ;
    skos:notation "hke"^^xsd:string ;
    skos:prefLabel "Hunde"@en,
        "Hunde"@fr,
        "Język hunde"@pl,
        "Kihunde"@sw .

<http://lexvo.org/id/iso639-3/hmr> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "hmr"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/hmar1241> ;
    owl:sameAs <http://dbpedia.org/resource/Hmar_language>,
        <http://www.mpii.de/yago/resource/Hmar_language> ;
    skos:altLabel "Hmar language"@en ;
    skos:definition "The Hmar language belongs to the Kukish branch of the Tibeto-Burman family of languages. The speakers of the language are also known as Hmar."@en ;
    skos:inScheme lexvo: ;
    skos:notation "hmr"^^xsd:string ;
    skos:prefLabel "Hmar"@en,
        "Hmar"@fr,
        "Lenga Hmar"@pms,
        "Хмар"@ru,
        "ภาษาฮมาร์"@th .

<http://lexvo.org/id/iso639-3/hmt> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "hmt"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/hamt1247> ;
    owl:sameAs <http://dbpedia.org/resource/Hamtai_language>,
        <http://www.mpii.de/yago/resource/Hamtai_language> ;
    skos:altLabel "Hamtai language"@en ;
    skos:definition "Hamtai (Hamday) is the most populous of the Angan languages of Papua New Guinea. It is also known as Kamea (in Gulf Province), Kapau, and Watut. Dialects are Wenta, Howi, Pmasa’a, Hamtai proper, Kaintiba."@en ;
    skos:inScheme lexvo: ;
    skos:notation "hmt"^^xsd:string ;
    skos:prefLabel "Hamtai"@en .

<http://lexvo.org/id/iso639-3/hoc> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "hoc"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/hooo1248> ;
    owl:sameAs <http://dbpedia.org/resource/Ho_language>,
        <http://www.mpii.de/yago/resource/Ho_language> ;
    skos:altLabel "Ho language"@en ;
    skos:definition "Ho (also known as Bihar Ho and Lanka Kol) is a Munda language of the Austroasiatic language family spoken primarily in India by about 3,803,126 people. It is written with the Devanagari and the Varang Kshiti scripts. It is spoken by the Ho people. 0.103% of India's Population speaks this language as per the 2001 census. The Script was founded and developed by pandit Dr. Lako Bodra."@en ;
    skos:inScheme lexvo: ;
    skos:notation "hoc"^^xsd:string ;
    skos:prefLabel "হো ভাষা"@bn,
        "Hoeg"@br,
        "Ho"@ca,
        "Ho"@da,
        "Ho"@en,
        "Ho"@fr,
        "हो भाषा"@hi,
        "ホー語"@ja,
        "호어"@ko,
        "Lingua Ho"@la,
        "Język ho"@pl,
        "Lenga ho"@pms,
        "Língua ho"@pt,
        "Хо"@ru,
        "ภาษาโฮ"@th,
        "Tiếng Ho"@vi .

<http://lexvo.org/id/iso639-3/hoo> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "hoo"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/holo1240> ;
    owl:sameAs <http://dbpedia.org/resource/Holoholo_language>,
        <http://www.mpii.de/yago/resource/Holoholo_language> ;
    skos:altLabel "Holoholo language"@en ;
    skos:definition "Holoholo is a Bantu language of DR Congo and formerly in Tanzania spoken by the Holoholo people. Classification is uncertain, but it may belong with the Takama group (Nurse 2003:169)."@en ;
    skos:inScheme lexvo: ;
    skos:notation "hoo"^^xsd:string ;
    skos:prefLabel "Holoholo"@en .

<http://lexvo.org/id/iso639-3/hop> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "hop"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/hopi1249> ;
    owl:sameAs <http://dbpedia.org/resource/Hopi_language>,
        <http://lexvo.org/id/wordnet/30/noun/hopi_1_10_00>,
        <http://www.mpii.de/yago/resource/Hopi_language> ;
    skos:altLabel "Hopi language"@en ;
    skos:definition "Hopi is a Uto-Aztecan language spoken by the Hopi people (a Pueblo group) of northeastern Arizona, USA, although today some Hopi are monolingual English speakers."@en ;
    skos:inScheme lexvo: ;
    skos:notation "hop"^^xsd:string ;
    skos:prefLabel "Hopieg"@br,
        "Llengua hopi"@ca,
        "Hopi"@en,
        "Hopia lingvo"@eo,
        "Idioma hopi"@es,
        "Hopi"@fr,
        "Hopi jezik"@hr,
        "Lingua hopi"@it,
        "ホピ語"@ja,
        "호피어"@ko,
        "Hopi"@nl,
        "Język hopi"@pl,
        "Lenga hopi"@pms,
        "Língua hopi"@pt,
        "Hopi simi"@qu,
        "Хопи"@ru .

<http://lexvo.org/id/iso639-3/hss> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "hss"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/hars1241> ;
    owl:sameAs <http://dbpedia.org/resource/Harsusi_language>,
        <http://www.mpii.de/yago/resource/Harsusi_language> ;
    skos:altLabel "Harsusi language"@en ;
    skos:definition "Harsusi (also known as Hersyet, Harsi `Aforit) is a Semitic language closely related to Mehri. It is spoken by 1,000 to 2,000 Harasis in Jiddat al-Harasis, Dhofar Province, Oman. Reportedly, the Harasis are increasing their use of the more dominant Mehri and are bilingual in Arabic."@en ;
    skos:inScheme lexvo: ;
    skos:notation "hss"^^xsd:string ;
    skos:prefLabel "لغة حرسوسية"@ar,
        "Harsouseg"@br,
        "Harsusi"@en,
        "Harsusi hizkuntza"@eu,
        "Harsusi"@hr,
        "Bahasa Harsusi"@ms,
        "Lenga Harsusi"@pms .

<http://lexvo.org/id/iso639-3/hts> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "hts"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/hadz1240> ;
    owl:sameAs <http://dbpedia.org/resource/Hadza_language>,
        <http://www.mpii.de/yago/resource/Hadza_language> ;
    skos:altLabel "Hadza language"@en ;
    skos:definition "Hadza is a language isolate spoken by fewer than a thousand Hadza people along the shores of Lake Eyasi in Tanzania, the last full-time hunter-gatherers in Africa. Despite the small number of speakers, language use is vigorous, with most children learning it. Hadza has traditionally been grouped with Khoisan, largely on the basis of its use of clicks, but this classification is no longer generally accepted."@en ;
    skos:inScheme lexvo: ;
    skos:notation "hts"^^xsd:string ;
    skos:prefLabel "Hadza"@ast,
        "Hadza"@en,
        "Idioma hadza"@es,
        "Hadza"@fr,
        "Hadza jezik"@hr,
        "Lingua hadza"@it,
        "Hadza"@nn,
        "Język hadza"@pl,
        "Língua hadza"@pt,
        "Хадза"@ru,
        "Hadza"@sv .

<http://lexvo.org/id/iso639-3/hub> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "hub"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/huam1247> ;
    owl:sameAs <http://dbpedia.org/resource/Huambisa_language>,
        <http://www.mpii.de/yago/resource/Huambisa_language> ;
    skos:altLabel "Huambisa language"@en ;
    skos:definition "Huambisa, Huambiza, or Wambisa is the language of the native Huambisas of Perú. It is closely related to the Close to the Achuar-Shiwiar and Aguaruna languages. It has official standing in the area it is spoken."@en ;
    skos:inScheme lexvo: ;
    skos:notation "hub"^^xsd:string ;
    skos:prefLabel "Huambiseg"@br,
        "Huambisa"@en,
        "Huambisa"@fr .

<http://lexvo.org/id/iso639-3/huq> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "huq"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/tsat1238> ;
    owl:sameAs <http://dbpedia.org/resource/Tsat_language>,
        <http://www.mpii.de/yago/resource/Tsat_language> ;
    skos:altLabel "Tsat language"@en ;
    skos:definition "Tsat (also known as Utsat, Utset, Huihui, Hui, or Hainan Cham, Chinese: 回辉语/回輝語 Huíhuīyǔ) is a language spoken near Sanya, Hainan, China by the Utsuls. Tsat is a member of the Malayo-Polynesian group within the Austronesian language family, and is related to the Cham languages, originally from the coast of present-day Vietnam. Today, the language is spoken by 4,500 people in Yanglan (羊栏) and Huixin (回新), two villages on the outskirts of Sanya, Hainan."@en ;
    skos:inScheme lexvo: ;
    skos:notation "huq"^^xsd:string ;
    skos:prefLabel "Tsat"@en,
        "Tsati keel"@et,
        "Tsat"@fr,
        "回輝語"@ja,
        "Tsat"@no,
        "Lenga Tsat"@pms,
        "Цатский язык"@ru,
        "சாத்து மொழி"@ta,
        "ภาษาทซัต"@th,
        "回輝話"@zh .

<http://lexvo.org/id/iso639-3/hur> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "hur"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/halk1245> ;
    owl:sameAs <http://dbpedia.org/resource/Halkomelem_language>,
        <http://www.mpii.de/yago/resource/Halkomelem_language> ;
    skos:altLabel "Halkomelem language"@en ;
    skos:definition "Halkomelem (also Halqeméylem in the Upriver dialect, Hulqumínum in the Island dialect, and Hunquminum in the Downriver dialect) is a language of the First Nations peoples of southeastern Vancouver Island from the west shore of Saanich Inlet northward beyond Nanoose Bay, and of the mainland around the Fraser River Delta upriver to Harrison Lake and the lower boundary of Fraser Canyon in British Columbia. In the classification of Salishan languages, Halkomelem is a member of the Central Salish branch. There are four other branches of the family: Tsamosan, Interior Salish, Bella Coola, and Tillamook. Speakers of the Central and Tsamosan languages are often identified in ethnographic literature as \"Coast Salish.\""@en ;
    skos:inScheme lexvo: ;
    skos:notation "hur"^^xsd:string ;
    skos:prefLabel "Halkomelem"@de,
        "Halkomelem"@en,
        "Halkomelem"@fr,
        "Lenga halkomelem"@pms,
        "Халкомелем"@ru,
        "哈爾魁梅林語"@zh .

<http://lexvo.org/id/iso639-3/huu> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "huu"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/muru1274> ;
    owl:sameAs <http://dbpedia.org/resource/Murui_Huitoto_language>,
        <http://www.mpii.de/yago/resource/Murui_Huitoto_language> ;
    skos:altLabel "Huitoto, Murui"@en,
        "Murui Huitoto language"@en ;
    skos:definition "Murui Huitoto - or simply Murui (also known as Bue and Witoto) is an indigenous American Huitoto language of the Witotoan family spoken by 2,900 of indigenous people in western South America alongside the Ampiyacu, Putumayo, and Napo rivers."@en ;
    skos:inScheme lexvo: ;
    skos:notation "huu"^^xsd:string ;
    skos:prefLabel "Mourouieg"@br,
        "Murui Huitoto"@en,
        "Witoto murui"@fr,
        "𐍅𐌹𐍄𐍉𐍄𐍉𐍂𐌰𐌶𐌳𐌰"@got,
        "Murui Huitoto"@it,
        "Lenga huitoto, murui"@pms,
        "Língua murui huitoto"@pt .

<http://lexvo.org/id/iso639-3/hux> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "hux"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/nupo1240> ;
    owl:sameAs <http://dbpedia.org/resource/N%C3%BCpode_Huitoto_language>,
        <http://www.mpii.de/yago/resource/N%C3%BCpode_Huitoto_language> ;
    skos:altLabel "Huitoto, Nüpode"@en,
        "Nüpode Huitoto language"@en ;
    skos:definition "Nüpode Huitoto or Nɨpode is an indigenous American language spoken in western South America. It has occasionally been referred to as Muinane Witoto, not to be confused with the related Muinane language."@en ;
    skos:inScheme lexvo: ;
    skos:notation "hux"^^xsd:string ;
    skos:prefLabel "Nipodeg"@br,
        "Nüpode Huitoto"@en,
        "Witoto nipode"@fr,
        "Lenga huitoto, nüpode"@pms .

<http://lexvo.org/id/iso639-3/huz> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "huz"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/hunz1247> ;
    owl:sameAs <http://dbpedia.org/resource/Hunzib_language>,
        <http://www.mpii.de/yago/resource/Hunzib_language> ;
    skos:altLabel "Hunzib language"@en ;
    skos:definition "Hunzib is a Northeast Caucasian language spoken by about 1840 people in southern Dagestan, Other Tsezic languages include Tsez and Hinukh. Khwarshi was previously grouped together with Tsez and Hinukh instead of with Hunzib."@en ;
    skos:inScheme lexvo: ;
    skos:notation "huz"^^xsd:string ;
    skos:prefLabel "Hounzibeg"@br,
        "Hunzib"@en,
        "Hunzibin kieli"@fi,
        "Hunzib"@fr,
        "Хунзипски јазик"@mk,
        "Język chunzybski"@pl,
        "Língua hunzib"@pt,
        "Гунзибский язык"@ru,
        "Гунзибська мова"@uk .

<http://lexvo.org/id/iso639-3/hvn> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "hvn"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/sabu1255> ;
    owl:sameAs <http://dbpedia.org/resource/Hawu_language>,
        <http://www.mpii.de/yago/resource/Hawu_language> ;
    skos:altLabel "Hawu language"@en ;
    skos:definition "The Hawu Havu language, historically Sawu and known to outsiders as Savu or Sabu (thus Havunese, Savunese, Sawunese), is the language of Savu Island in Indonesia and of Raijua Island off the western tip of Savu. Traditionally classified as a Sumba language in the Austronesian family, it may actually be a non-Austronesian (Papuan) language. (See Savu languages for details.) Dhao, once considered a dialect, is not mutually intelligible with Hawu."@en ;
    skos:inScheme lexvo: ;
    skos:notation "hvn"^^xsd:string ;
    skos:prefLabel "Sabu"@en .

<http://lexvo.org/id/iso639-3/iai> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "iai"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/iaai1238> ;
    owl:sameAs <http://dbpedia.org/resource/Iaai_language>,
        <http://www.mpii.de/yago/resource/Iaai_language> ;
    skos:altLabel "Iaai language"@en ;
    skos:definition "The Iaai language (pronounced ) is a language of Ouvéa Island, New Caledonia. Although it had only 1,500 speakers as of 1996, it is becoming taught in schools in New Caledonia in an effort to preserve it."@en ;
    skos:inScheme lexvo: ;
    skos:notation "iai"^^xsd:string ;
    skos:prefLabel "Iaai"@en,
        "Iaai"@fr,
        "Lenga Iaai"@pms .

<http://lexvo.org/id/iso639-3/ian> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ian"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/iatm1242> ;
    owl:sameAs <http://dbpedia.org/resource/Iatm%C3%BCl_language>,
        <http://www.mpii.de/yago/resource/Iatm%C3%BCl_language> ;
    skos:altLabel "Iatmül language"@en ;
    skos:definition "Iatmül is perhaps the best known of the Ndu languages of Sepik River region of northern Papua New Guinea."@en ;
    skos:inScheme lexvo: ;
    skos:notation "ian"^^xsd:string ;
    skos:prefLabel "Iatmul"@en .

<http://lexvo.org/id/iso639-3/ibb> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ibb"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/ibib1240> ;
    owl:sameAs <http://dbpedia.org/resource/Ibibio_language>,
        <http://www.mpii.de/yago/resource/Ibibio_language> ;
    skos:altLabel "Ibibio language"@en,
        "Język ibibio"@pl,
        "Língua ibibio"@pt ;
    skos:definition "Ibibio (proper) is the native language of the Ibibio people of southern Nigeria Nigeria. It is the official language of Akwa Ibom State in Nigeria."@en ;
    skos:inScheme lexvo: ;
    skos:notation "ibb"^^xsd:string ;
    skos:prefLabel "ibibio"@br,
        "ibibio"@ca,
        "伊比比奥文"@cmn,
        "伊比比奧文"@cmn-Hant,
        "ibibio"@cs,
        "Ibibio"@cy,
        "ibibio"@da,
        "Ibibio"@de,
        "ibibiogbe"@ee,
        "Ιμπίμπιο"@el,
        "Ibibio"@en,
        "ibibio"@es,
        "ibibio"@et,
        "ibibio"@fi,
        "ibibio"@fr,
        "איביביו"@he,
        "ibibio"@hr,
        "ibibió"@hu,
        "Ibibio"@id,
        "ibibio"@is,
        "ibibio"@it,
        "イビビオ語"@ja,
        "이비비오어"@ko,
        "ໄອໄບໄບໂອ"@lo,
        "ibibio"@lt,
        "ibibio"@lv,
        "ибибио"@mk,
        "ibibio"@nb,
        "Ibibio"@nl,
        "ibibio"@nn,
        "ibibio"@pl,
        "Lenga Ibibio"@pms,
        "ibibio"@pt,
        "ibibio"@ro,
        "Ибибио"@ru,
        "ibibio"@sk,
        "ibibio"@sv,
        "Kiibibio"@swh,
        "ఇబిబియో"@te,
        "อิบิบิโอ"@th,
        "lea fakaʻipipio"@to,
        "Ibibio"@tr,
        "ібібіо"@uk,
        "Tiếng Ibibio"@vi .

<http://lexvo.org/id/iso639-3/ibd> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ibd"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/iwai1244> ;
    owl:sameAs <http://dbpedia.org/resource/Iwaidja_language>,
        <http://www.mpii.de/yago/resource/Iwaidja_language> ;
    skos:altLabel "Iwaidja language"@en ;
    skos:definition "Iwaidja, in phonemic spelling Iwaja, is an Australian language with about 150 speakers in northernmost Australia. Historically from the base of the Cobourg Peninsula, it is now spoken on Croker Island. It is still being learned by children."@en ;
    skos:inScheme lexvo: ;
    skos:notation "ibd"^^xsd:string ;
    skos:prefLabel "Iwaidja"@en,
        "Ивайдя"@ru,
        "Iwaidja"@sv .

<http://lexvo.org/id/iso639-3/ibg> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ibg"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/iban1267> ;
    owl:sameAs <http://dbpedia.org/resource/Ibanag_language>,
        <http://www.mpii.de/yago/resource/Ibanag_language> ;
    skos:altLabel "Ibanag language"@en ;
    skos:definition "The Ibanag language (also Ybanag or Ibanak) is spoken by up to 500,000 speakers (the Ibanag people) in the Philippines, in the northeastern provinces of Isabela and Cagayan, especially in Tuguegarao City, Solana, Cabagan, and Ilagan and with overseas immigrants in countries located in the Middle East, UK and the U.S.A.. Most of the speakers can also speak Ilocano, the lingua franca of Northern Luzon. Ibanag is derived from bannag river. It is closely related to Gaddang, Itawis, Agta, Atta, Yogad, Isneg and Malaweg."@en ;
    skos:inScheme lexvo: ;
    skos:notation "ibg"^^xsd:string ;
    skos:prefLabel "Ibanag"@en,
        "Ibanag"@fr,
        "Ibanag-ngî"@hak,
        "Ibanag jezik"@hr,
        "Pagsasao nga Ibanag"@ilo,
        "ภาษาอีบานัก"@th,
        "Wikang Ibanag"@tl .

<http://lexvo.org/id/iso639-3/icl> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "icl"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/icel1236> ;
    owl:sameAs <http://dbpedia.org/resource/Icelandic_Sign_Language>,
        <http://www.mpii.de/yago/resource/Icelandic_Sign_Language> ;
    skos:definition "The Icelandic sign language (íslenskt táknmál) is the sign language of the deaf community in Iceland. It is based on the Danish Sign Language; until 1910, deaf Icelandic people were sent to school in Denmark, but the languages have diverged since then. It is officially recognized by the state and regulated by a national committee."@en ;
    skos:inScheme lexvo: ;
    skos:notation "icl"^^xsd:string ;
    skos:prefLabel "Icelandic Sign Language"@en,
        "Islandski znakovni jezik"@hr,
        "Islandsk tegnspråk"@no,
        "Isländskt teckenspråk"@sv .

<http://lexvo.org/id/iso639-3/idu> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "idu"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/idom1241> ;
    owl:sameAs <http://dbpedia.org/resource/Idoma_language>,
        <http://www.mpii.de/yago/resource/Idoma_language> ;
    skos:altLabel "Idoma language"@en ;
    skos:definition "The Idoma is an official language spoken in central Nigeria by nearly a million people."@en ;
    skos:inScheme lexvo: ;
    skos:notation "idu"^^xsd:string ;
    skos:prefLabel "Idoma"@de,
        "Idoma"@en,
        "Lenga Idoma"@pms .

<http://lexvo.org/id/iso639-3/ifb> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ifb"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/bata1298> ;
    owl:sameAs <http://dbpedia.org/resource/Ifugao_language>,
        <http://www.mpii.de/yago/resource/Ifugao_language> ;
    skos:altLabel "Ayangan Ifugao"@en,
        "Ifugao language"@en,
        "Ifugao, Ayangan"@en,
        "Ifugao, Batad"@en ;
    skos:definition "Ifugao or Batad is a Malayo-Polynesian language spoken in the Ifugao Province of the northern valleys Philippines, closely related to Bontok and Kankanai. It is a dialect cluster, and its four main varieties—such as Tuwali—are sometimes considered separate languages."@en ;
    skos:inScheme lexvo: ;
    skos:notation "ifb"^^xsd:string ;
    skos:prefLabel "Batad Ifugao"@en,
        "Wikang Ipugaw"@tl .

<http://lexvo.org/id/iso639-3/igb> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "igb"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/ebir1243> ;
    owl:sameAs <http://dbpedia.org/resource/Ebira_language>,
        <http://www.mpii.de/yago/resource/Ebira_language> ;
    skos:altLabel "Ebira language"@en ;
    skos:definition "Ebira (Egbira) is a Nupoid language spoken by over a million people in the Kwara State, Nigeria."@en ;
    skos:inScheme lexvo: ;
    skos:notation "igb"^^xsd:string ;
    skos:prefLabel "Ebira"@de,
        "Ebira"@en,
        "Ebira jezik"@hr,
        "Lenga Ebira"@pms,
        "Língua ebira"@pt .

<http://lexvo.org/id/iso639-3/ihp> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ihp"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/ihaa1241> ;
    owl:sameAs <http://dbpedia.org/resource/Iha_language>,
        <http://www.mpii.de/yago/resource/Iha_language> ;
    skos:altLabel "Iha language"@en ;
    skos:definition "Iha is a Papuan language spoken on the Bomberai Peninsula."@en ;
    skos:inScheme lexvo: ;
    skos:notation "ihp"^^xsd:string ;
    skos:prefLabel "Iha"@en .

<http://lexvo.org/id/iso639-3/ijc> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ijc"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/izon1238> ;
    owl:sameAs <http://dbpedia.org/resource/Izon_language>,
        <http://www.mpii.de/yago/resource/Izon_language> ;
    skos:altLabel "Izon language"@en ;
    skos:definition "Izon (Ịzọn), also known as (Central–Western) Ijo, Ijaw, Izo, and Uzo, is the dominant Ijaw language, spoken by a majority of the Ijaw people of Nigeria."@en ;
    skos:inScheme lexvo: ;
    skos:notation "ijc"^^xsd:string ;
    skos:prefLabel "Izoneg"@br,
        "Izon"@de,
        "Izon"@en,
        "Lenga Izon"@pms .

<http://lexvo.org/id/iso639-3/ikx> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ikx"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/ikkk1242> ;
    owl:sameAs <http://dbpedia.org/resource/Ik_language>,
        <http://www.mpii.de/yago/resource/Ik_language> ;
    skos:altLabel "Ik language"@en ;
    skos:definition "The Ik language, also known as Icetot, Icietot, Ngulak, or (derogatory) Teuso, Teuth, are one of the Kuliak languages of northeastern Uganda. The Ik people have a positive attitude toward their language, which is increasing; with Tepes being moribund, Ik may soon be the sole remaining language of its family."@en ;
    skos:inScheme lexvo: ;
    skos:notation "ikx"^^xsd:string ;
    skos:prefLabel "Ikeg"@br,
        "Icetot"@de,
        "Ik"@en,
        "Ik"@fr,
        "Ik"@hr,
        "Lenga Ik"@pms,
        "Kiik"@sw .

<http://lexvo.org/id/iso639-3/ilb> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ilb"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/ilaa1246> ;
    owl:sameAs <http://dbpedia.org/resource/Lundwe_language>,
        <http://www.mpii.de/yago/resource/Lundwe_language> ;
    skos:altLabel "Lundwe language"@en ;
    skos:definition "Ila, or Lundwe (Chiila, Shukulumbwe), is a Bantu language of Zambia."@en ;
    skos:inScheme lexvo: ;
    skos:notation "ilb"^^xsd:string ;
    skos:prefLabel "Ila"@en .

<http://lexvo.org/id/iso639-3/imi> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "imi"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/anam1248> ;
    owl:sameAs <http://dbpedia.org/resource/Anamgura_language>,
        <http://www.mpii.de/yago/resource/Anamgura_language> ;
    skos:altLabel "Anamgura language"@en ;
    skos:definition "Anamgura is a Papuan language of Madang Province, Papua New Guinea."@en ;
    skos:inScheme lexvo: ;
    skos:notation "imi"^^xsd:string ;
    skos:prefLabel "Anamgura"@en .

<http://lexvo.org/id/iso639-3/ing> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ing"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/dege1248> ;
    owl:sameAs <http://dbpedia.org/resource/Deg_Xinag_language>,
        <http://www.mpii.de/yago/resource/Deg_Xinag_language> ;
    skos:altLabel "Deg Xinag language"@en ;
    skos:definition "The Deg Xinag language is a Northern Athabaskan language spoken by the Deg Hit’an peoples in Shageluk and Anvik and at Holy Cross along the lower Yukon River in Alaska. The language is nearly extinct, as most people are shifting to English."@en ;
    skos:inScheme lexvo: ;
    skos:notation "ing"^^xsd:string ;
    skos:prefLabel "Degexit'an"@en,
        "Idioma deg xinag"@es,
        "Deg hit'an"@fr,
        "Deg Xinag spriak"@frr,
        "Дег-хитан йӹлмӹ"@mrj,
        "Lenga degexit'an"@pms,
        "Değinakça"@tr .

<http://lexvo.org/id/iso639-3/iow> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "iow"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/iowa1245> ;
    owl:sameAs <http://dbpedia.org/resource/Chiwere_language>,
        <http://www.mpii.de/yago/resource/Chiwere_language> ;
    skos:altLabel "Chiwere language"@en ;
    skos:definition "Chiwere (also called Iowa-Otoe-Missouria or Báxoje-Jíwere-Ñút’achi) is a Siouan language originally spoken by the Missouria, Otoe, and Iowa peoples, who originated in the Great Lakes region but later moved throughout the midwest and plains. The language is closely related to Ho-Chunk, also known as Winnebago. Christian missionaries first documented Chiwere in the 1830s, but since then virtually nothing has been published about the language. Chiwere suffered a steady decline after extended European-American contact in the 1850s, and by 1940 the language had almost totally ceased to be spoken."@en ;
    skos:inScheme lexvo: ;
    skos:notation "iow"^^xsd:string ;
    skos:prefLabel "Ioweg-Otoeg"@br,
        "Iowa-Oto"@en,
        "Iowa-oto"@fr,
        "Język chiwere"@pl,
        "Lenga iowa-oto"@pms .

<http://lexvo.org/id/iso639-3/ipk> a lvont:Language,
        skos:Concept ;
    lvont:isFocusOf <http://id.loc.gov/vocabulary/iso639-2/ipk> ;
    lvont:iso6392BCode "ipk"^^xsd:string ;
    lvont:iso6392TCode "ipk"^^xsd:string ;
    lvont:iso639P1Code "ik"^^xsd:string ;
    lvont:iso639P3PCode "ipk"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-2/ipk> ;
    owl:sameAs <http://lexvo.org/id/iso639-1/ik>,
        <http://psi.oasis-open.org/iso/639/#ipk>,
        <http://www.lingvoj.org/lang/ik>,
        <info:lc/vocabulary/languages/ipk> ;
    skos:altLabel "inupiaque"@pt ;
    skos:inScheme lexvo: ;
    skos:notation "ipk"^^xsd:string ;
    skos:prefLabel "እኑፒያቅኛ"@am,
        "الإينبياك"@ar,
        "inupiaq dili"@az,
        "инупиак"@bg,
        "ইনুপিয়াক"@bn,
        "inupiaq"@br,
        "इनुपियाक़्"@brx,
        "inupiak"@bs,
        "унупиак"@bs-Cyrl,
        "እኑፒያቅኛ"@byn,
        "inupiak"@ca,
        "依奴皮维克文"@cmn,
        "依奴皮維克文"@cmn-Hant,
        "inupiakština"@cs,
        "Inwpiaceg"@cy,
        "inupiaq"@da,
        "Inupiak"@de,
        "Ινουπιάκ"@el,
        "Inupiaq"@en,
        "eskima"@eo,
        "inupiaq"@es,
        "injupiaki"@et,
        "اینوپیک"@fa,
        "inupiaq"@fi,
        "inupiaq"@fr,
        "inupiaq"@fur,
        "Inupiaq"@ga,
        "Inupiaq"@gd,
        "Inupiak"@gsw,
        "ઇનુપિયાક"@gu,
        "אינופיאק"@he,
        "इनुपियाक्"@hi,
        "inupiaq"@hr,
        "inupiak"@hu,
        "Inupiak"@id,
        "ínúpíak"@is,
        "inupiak"@it,
        "イヌピアック語"@ja,
        "ಇನುಪಿಯಾಕ್"@kn,
        "इनूपेयाक्"@knn,
        "이누피아크어"@ko,
        "اِنُپِیاک"@ks,
        "ອິນນູປຽກ"@lo,
        "inupiak"@lt,
        "inupiaku"@lv,
        "инупијак"@mk,
        "ഇനുപിയാക്"@ml,
        "इनूपियाक"@mr,
        "Inupjak"@mt,
        "inupiak"@nb,
        "Inupiaq"@nl,
        "inupiak"@nn,
        "ଇନୁପିୟାକ୍"@or,
        "inupiak"@pl,
        "inupiaq"@pt,
        "inupiak"@rm,
        "inupiak"@ro,
        "инупиак"@ru,
        "inupiaq"@sk,
        "inupiaščina"@sl,
        "Унупиак"@sr,
        "Inupiak"@sr-Latn,
        "inupiak"@sv,
        "இனுபியாக்"@ta,
        "ఇనూపైఏక్"@te,
        "อีนูเปียก"@th,
        "እኑፒያቅኛ"@tig,
        "Inupiak"@tr,
        "інупіак"@uk,
        "Tiếng Inupiaq"@vi .

<http://lexvo.org/id/iso639-3/irh> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "irh"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/irar1238> ;
    owl:sameAs <http://dbpedia.org/resource/Irarutu_language>,
        <http://www.mpii.de/yago/resource/Irarutu_language> ;
    skos:altLabel "Irarutu language"@en ;
    skos:definition "Irarutu, or Kasira, is an Austronesian language of most of the interior of the Bomberai Peninsula of New Guinea."@en ;
    skos:inScheme lexvo: ;
    skos:notation "irh"^^xsd:string ;
    skos:prefLabel "Irarutu"@en .

<http://lexvo.org/id/iso639-3/irk> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "irk"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/iraq1241> ;
    owl:sameAs <http://dbpedia.org/resource/Iraqw_language>,
        <http://www.mpii.de/yago/resource/Iraqw_language> ;
    skos:altLabel "Iraqw language"@en ;
    skos:definition "Not to be confused with Iroquois language. Iraqw is a Cushitic language spoken in Tanzania in the Arusha and Manyara Regions. It is expanding in numbers, as the Iraqw people absorb neighboring ethnic groups. The language has a large number of Datooga loanwords, especially in poetic language. The Gorowa language to the south shares numerous similarities and is sometimes considered a dialect."@en ;
    skos:inScheme lexvo: ;
    skos:notation "irk"^^xsd:string ;
    skos:prefLabel "Iraqw"@ca,
        "Iraqw"@en,
        "Iraqw hizkuntza"@eu,
        "Iraqw"@fr,
        "Iraqw"@no,
        "Język iraku"@pl,
        "Lenga Iraqw"@pms,
        "Kiiraqw"@sw .

<http://lexvo.org/id/iso639-3/irn> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "irn"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/iran1263> ;
    owl:sameAs <http://dbpedia.org/resource/Irantxe_language>,
        <http://www.mpii.de/yago/resource/Irantxe_language> ;
    skos:altLabel "Irantxe language"@en ;
    skos:definition "Irantxe (Iranxe, Iranshe), also known as Münkü (Mỹky), is an indigenous American language that is spoken in Mato Grosso, Brazil by about 200 people. It is generally left unclassified due to lack of data. Ethnologue (2000) idiosyncratically assigns it to the Arawakan family, but there is no published account to back this up (Fabre 2005). The most recent descriptions treat it as a language isolate, saying that it \"bears no similarity with other language families\" (Arruda 2003), though this may not be based on new data (Monserrat 2010)."@en ;
    skos:inScheme lexvo: ;
    skos:notation "irn"^^xsd:string ;
    skos:prefLabel "Irántxe"@en,
        "Idioma irantxe"@es,
        "Иранчески јазик"@mk,
        "Lenga irantxe"@pms .

<http://lexvo.org/id/iso639-3/isd> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "isd"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/isna1241> ;
    owl:sameAs <http://dbpedia.org/resource/Isnag_language>,
        <http://www.mpii.de/yago/resource/Isnag_language> ;
    skos:altLabel "Isnag language"@en ;
    skos:definition "The Isnag language (also known as Isneg) is a language spoken by around 55,000 Isnags of the Apayao Province in the Cordillera Administrative Region in the northern Philippines. Around 85% of Isnags are capable of reading the Isnag language. Many Isnag speakers also use Ilocano."@en ;
    skos:inScheme lexvo: ;
    skos:notation "isd"^^xsd:string ;
    skos:prefLabel "Isnag"@en .

<http://lexvo.org/id/iso639-3/ise> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ise"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/ital1275> ;
    owl:sameAs <http://dbpedia.org/resource/Italian_Sign_Language>,
        <http://www.mpii.de/yago/resource/Italian_Sign_Language> ;
    skos:definition "Italian Sign Language or ISL (Lingua dei Segni Italiana, or LIS) is the visual language employed by deaf people in Italy. Deep analysis of it began in the 1980s, along the lines of William Stokoe's research on American Sign Language in the 1960s. Until recently, most of the studies about Italian Sign Language have dealt with its phonology and vocabulary. According to the European Union for the Deaf, the majority of the 60,000 Deaf use ISL."@en ;
    skos:inScheme lexvo: ;
    skos:notation "ise"^^xsd:string ;
    skos:prefLabel "Italian Sign Language"@en,
        "Lingua dei segni italiana"@it,
        "Lenga dij segn italian-a"@pms .

<http://lexvo.org/id/iso639-3/isg> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "isg"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/iris1235> ;
    owl:sameAs <http://dbpedia.org/resource/Irish_Sign_Language>,
        <http://www.mpii.de/yago/resource/Irish_Sign_Language> ;
    skos:definition "Irish Sign Language (ISL, ) is the sign language of Ireland, used primarily in the Republic of Ireland. It is also used in Northern Ireland, though British Sign Language (BSL) is also used. Irish Sign Language is more closely related to French Sign Language than to British Sign Language, which was first used in Dublin, Ireland. It has influenced sign languages in Australia and South Africa, and has little relation to either spoken Irish or English."@en ;
    skos:inScheme lexvo: ;
    skos:notation "isg"^^xsd:string ;
    skos:prefLabel "Irish Sign Language"@en,
        "Langue des signes irlandaise"@fr .

<http://lexvo.org/id/iso639-3/isi> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "isi"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/nkem1242> ;
    owl:sameAs <http://dbpedia.org/resource/Nkem-Nkum_language>,
        <http://www.mpii.de/yago/resource/Nkem-Nkum_language> ;
    skos:altLabel "Nkem-Nkum language"@en ;
    skos:definition "Isibiri is an Ekoid language of Nigeria. There are two somewhat distinct dialects, Nkem and Nkum."@en ;
    skos:inScheme lexvo: ;
    skos:notation "isi"^^xsd:string ;
    skos:prefLabel "Nkem-Nkum"@de,
        "Nkem-Nkum"@en,
        "Nkem-Nkum jezik"@hr,
        "Lenga Nkem-Nkum"@pms .

<http://lexvo.org/id/iso639-3/isr> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "isr"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/isra1236> ;
    owl:sameAs <http://dbpedia.org/resource/Israeli_Sign_Language>,
        <http://www.mpii.de/yago/resource/Israeli_Sign_Language> ;
    skos:definition "Israeli Sign Language, or ISL, is the most commonly used sign language in the deaf community of Israel. Some other sign languages are also used in Israel, among them Al-Sayyid Bedouin Sign Language."@en ;
    skos:inScheme lexvo: ;
    skos:notation "isr"^^xsd:string ;
    skos:prefLabel "Israeli Sign Language"@en,
        "שפת הסימנים הישראלית"@he .

<http://lexvo.org/id/iso639-3/itl> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "itl"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/itel1242> ;
    owl:sameAs <http://dbpedia.org/resource/Itelmen_language>,
        <http://www.mpii.de/yago/resource/Itelmen_language> ;
    skos:altLabel "Itelmen language"@en ;
    skos:definition "Itelmen, also known as Western Itelmen and formerly known as Kamchadal, is a language belonging to the Chukotko-Kamchatkan family traditionally spoken in the Kamchatka Peninsula. Fewer than a hundred native speakers, mostly elderly, in a few settlements in the southwest of Koryak Autonomous Okrug, remained in 1993. The 2002 Census counted 3,180 ethnic Itelmen, virtually all of whom are now monolingual in Russian. However, there are attempts to revive the language, and it is being taught in a number of schools in the region."@en ;
    skos:inScheme lexvo: ;
    skos:notation "itl"^^xsd:string ;
    skos:prefLabel "Itelmen"@ca,
        "Итĕлмен чĕлхи"@cv,
        "Itelmenische Sprache"@de,
        "Itelmen"@en,
        "Idioma itelmen"@es,
        "Itelmène"@fr,
        "イテリメン語"@ja,
        "이텔멘어"@ko,
        "Ительмен кыв"@kv,
        "Itelmenų kalba"@lt,
        "Itelmenu kalba"@lt-x,
        "Itelmensk"@no,
        "Język itelmeński"@pl,
        "Lenga itelmen"@pms,
        "Língua itelmen"@pt,
        "Ительменский язык"@ru,
        "Ітельменська мова"@uk .

<http://lexvo.org/id/iso639-3/its> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "its"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/isek1239> ;
    owl:sameAs <http://dbpedia.org/resource/Itsekiri_language>,
        <http://www.mpii.de/yago/resource/Itsekiri_language> ;
    skos:altLabel "Itsekiri language"@en ;
    skos:inScheme lexvo: ;
    skos:notation "its"^^xsd:string ;
    skos:prefLabel "Itsekiri"@de,
        "Isekiri"@en,
        "Lenga Isekiri"@pms .

<http://lexvo.org/id/iso639-3/itv> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "itv"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/itaw1240> ;
    owl:sameAs <http://dbpedia.org/resource/Itawis_language>,
        <http://www.mpii.de/yago/resource/Itawis_language> ;
    skos:altLabel "Itawis language"@en ;
    skos:definition "Itawis, Itawit, or Tawit, is a Northern Philippine language which has close relationships to Ibanag, Ilocano, and other languages of the same order. Unlike the rest of Philippine languages, Itawit and its kin use the consonants z,f,j (spelled like dy but sounds like j) and v. For example, fefeg-fan, madyan-maid, kazzing-goat, and bavi-pig."@en ;
    skos:inScheme lexvo: ;
    skos:notation "itv"^^xsd:string ;
    skos:prefLabel "Itawit"@en,
        "Pagsasao nga Itawis"@ilo .

<http://lexvo.org/id/iso639-3/ixl> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ixl"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/ixil1251> ;
    owl:sameAs <http://dbpedia.org/resource/Ixil_language>,
        <http://www.mpii.de/yago/resource/Ixil_language> ;
    skos:altLabel "Ixil language"@en ;
    skos:definition "Ixil is a Mayan language. It is the primary language of the Ixil Community -- the three villages of San Juan Cotzal, Santa Maria Nebaj, and San Gaspar Chajul -- in the highlands of Guatemala. Possibly it is three different languages."@en ;
    skos:inScheme lexvo: ;
    skos:notation "ixl"^^xsd:string ;
    skos:prefLabel "Ixil-Sprache"@de,
        "Ixil"@en,
        "Iŝiloj"@eo,
        "Idioma ixil"@es,
        "Ixil"@fr,
        "Išilių kalba"@lt,
        "Ишилски јазик"@mk,
        "Ixil"@nl,
        "Ixil"@no,
        "Língua ixil"@pt,
        "Ишильский язык"@ru .

<http://lexvo.org/id/iso639-3/jaa> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "jaa"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/jama1261> ;
    owl:sameAs <http://dbpedia.org/resource/Jamamad%C3%AD_language>,
        <http://www.mpii.de/yago/resource/Jamamad%C3%AD_language> ;
    skos:altLabel "Jamamadí language"@en ;
    skos:definition "Jamamadi (also Jamamadí, Yamamadí, Yamamandi, Yamadi, Madi, Kapaná, Canamanti, Yamamadi, Kanamanti) is an Arawan language spoken by about 200 Jamamadi people scattered over Amazonas, Brazil."@en ;
    skos:inScheme lexvo: ;
    skos:notation "jaa"^^xsd:string ;
    skos:prefLabel "Jamamadí"@en,
        "Jamamadí"@fr,
        "Јамамадиски јазик"@mk,
        "Lenga jamamadí"@pms .

<http://lexvo.org/id/iso639-3/jae> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "jae"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/yabe1254> ;
    owl:sameAs <http://dbpedia.org/resource/Yabem_language>,
        <http://www.mpii.de/yago/resource/Yabem_language> ;
    skos:altLabel "Yabem language"@en ;
    skos:definition "Yabem or Jabêm is an Austronesian language spoken natively (in 1978) by about 2000 people at the southern tip of the Huon Peninsula in Morobe Province, Papua New Guinea. However, Yabem was adopted as local lingua franca for evangelical and educational purposes by the German Lutheran missionaries who first arrived at Simbang, a Yabem-speaking village, in 1886."@en ;
    skos:inScheme lexvo: ;
    skos:notation "jae"^^xsd:string ;
    skos:prefLabel "Yabem"@en,
        "Yabem"@fr,
        "Lenga Yabem"@pms .

<http://lexvo.org/id/iso639-3/jam> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "jam"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/jama1262> ;
    owl:sameAs <http://dbpedia.org/resource/Jamaican_Patois>,
        <http://www.mpii.de/yago/resource/Jamaican_Patois> ;
    skos:altLabel "Creole English, Jamaican"@en,
        "Jamaican Creole English"@en ;
    skos:definition "Jamaican Patois, known locally as Patois (Patwa) or Jamaican, and called Jamaican Creole by linguists, is an English-lexified creole language with West African influences spoken primarily in Jamaica and the Jamaican diaspora. It is not to be confused with Jamaican English nor with the Rastafarian use of English. The language developed in the 17th century, when slaves from West and Central Africa were exposed to, learned and nativized the vernacular and dialectal forms of English spoken by their masters: British English, Scots and Hiberno English. Jamaican Patois features a creole continuum (or a linguistic continuum) —meaning that the variety of the language closest to the lexifier language (the acrolect) cannot be distinguished systematically from intermediate varieties (collectively referred to as the mesolect) nor even from the most divergent rural varieties (collectively referred to as the basilect). Jamaicans themselves usually refer to their dialect as patois, a French term without a precise linguistic definition."@en ;
    skos:inScheme lexvo: ;
    skos:notation "jam"^^xsd:string ;
    skos:prefLabel "Jamajský patois"@cs,
        "Siamaiceg"@cy,
        "Patois"@da,
        "Jamaikanisch-Kreolische Sprache"@de,
        "Jamaican Patois"@en,
        "Patois jamaiquino"@es,
        "Créole jamaïcain"@fr,
        "Jamaicai angol nyelv"@hu,
        "Creolo giamaicano"@it,
        "ジャマイカ・クレオール語"@ja,
        "자메이카 크리올"@ko,
        "Jamaicaans Patois"@nl,
        "Jamaican"@oc,
        "Język jamajski"@pl,
        "Lenga Jamaican creole english"@pms,
        "Patoá jamaicano"@pt,
        "Ямайский креольский язык"@ru,
        "Patwa"@sv,
        "Jamajsko godka"@szl,
        "Патуа"@uk .

<http://lexvo.org/id/iso639-3/jao> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "jao"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/yany1243> ;
    owl:sameAs <http://dbpedia.org/resource/Yanyuwa_language>,
        <http://www.mpii.de/yago/resource/Yanyuwa_language> ;
    skos:altLabel "Yanyuwa language"@en ;
    skos:definition "The Yanyuwa (also Yanyula, Anyula) language is spoken by the Yanyuwa people around the settlement of Borroloola (Yanyuwa burrulula) in the Northern Territory, Australia."@en ;
    skos:inScheme lexvo: ;
    skos:notation "jao"^^xsd:string ;
    skos:prefLabel "Yanyuwa"@en,
        "Idioma yanyuwa"@es,
        "Lenga yanyuwa"@pms,
        "Língua yaniuwa"@pt,
        "Yanyuwa"@sv .

<http://lexvo.org/id/iso639-3/jaq> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "jaq"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/yaqa1246> ;
    owl:sameAs <http://dbpedia.org/resource/Yaqay_language>,
        <http://www.mpii.de/yago/resource/Yaqay_language> ;
    skos:altLabel "Yaqay language"@en ;
    skos:definition "Yaqay (Yaqai, Jakai, Jaqai) is a Papuan language spoken in Papua New Guinea by over ten thousand people. It's also called Mapi or Sohur; dialects are Oba-Miwamon, Nambiomon-Mabur, Bapai."@en ;
    skos:inScheme lexvo: ;
    skos:notation "jaq"^^xsd:string ;
    skos:prefLabel "Yaqay"@en .

<http://lexvo.org/id/iso639-3/jbo> a lvont:Language,
        skos:Concept ;
    lvont:isFocusOf <http://id.loc.gov/vocabulary/iso639-2/jbo> ;
    lvont:iso6392BCode "jbo"^^xsd:string ;
    lvont:iso6392TCode "jbo"^^xsd:string ;
    lvont:iso639P3PCode "jbo"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-2/jbo> ;
    owl:sameAs <http://dbpedia.org/resource/Lojban>,
        <http://psi.oasis-open.org/iso/639/#jbo>,
        <http://www.lingvoj.org/lang/jbo>,
        <http://www.mpii.de/yago/resource/Lojban>,
        <info:lc/vocabulary/languages/jbo> ;
    skos:altLabel "اللوجبان"@ar,
        "Lojban"@ca,
        "Lojban"@cs,
        "Lojban"@da,
        "Lojban"@es,
        "lojbani"@et,
        "Lojban"@fi,
        "Lojban"@fr,
        "לוז'באן"@he,
        "Lingua lojban"@it,
        "ロジバン語"@ja,
        "로지반"@ko,
        "Lojban"@lt,
        "Lojban"@pl,
        "Lojban"@pt,
        "Ложбан"@ru,
        "Лојбан"@sr,
        "Lojban"@sv,
        "உலோசுபன் மொழி"@ta,
        "Ложбан"@uk ;
    skos:definition "Lojban (pronounced ) is a constructed, syntactically unambiguous human language based on predicate logic, succeeding the project of Loglan. The name \"Lojban\" is a combination of loj and ban, which are short forms of logji (logic) and bangu (language), respectively."@en ;
    skos:inScheme lexvo: ;
    skos:notation "jbo"^^xsd:string ;
    skos:prefLabel "ሎዥባን"@am,
        "Lojban"@an,
        "لجبن"@ar,
        "loğban dili"@az,
        "Ложбан"@ba,
        "лоджбан"@bg,
        "লোজবান"@bn,
        "Lojbaneg"@br,
        "लोजबान"@brx,
        "lojban"@bs,
        "лојбан"@bs-Cyrl,
        "lojban"@ca,
        "逻辑文"@cmn,
        "邏輯文"@cmn-Hant,
        "lojban"@cs,
        "lojban"@da,
        "Lojban"@de,
        "Λόζμπαν"@el,
        "Lojban"@en,
        "Loĵbano"@eo,
        "lojban"@es,
        "Lojban"@et,
        "لوجبان"@fa,
        "lojban"@fi,
        "lojban"@fr,
        "Lojban"@gd,
        "Lojban"@gl,
        "Lojbanisch"@gsw,
        "લોજ્બાન"@gu,
        "לויבאן"@he,
        "लोज्बान"@hi,
        "lojban"@hr,
        "lojban"@hu,
        "Lojban"@ia,
        "Lojban"@id,
        "Lojban"@io,
        "lojban"@is,
        "lojban"@it,
        "ロジバン"@ja,
        "lojban."@jbo,
        "ಲೊಜ್ಬಾನ್"@kn,
        "로반어"@ko,
        "لوجبان"@ks,
        "Lojban"@la,
        "ໂລບບັນ"@lo,
        "loiban"@lt,
        "ložbans"@lv,
        "Fiteny lojban"@mg,
        "Ложбан"@mhr,
        "лојбански"@mk,
        "ലോജ്ബാൻ"@ml,
        "लोज्बान"@mr,
        "Lojban"@mt,
        "lojban"@nb,
        "Lojban"@nl,
        "lojban"@nn,
        "Lojban"@no,
        "Lojban"@nov,
        "Lojban"@oc,
        "ଲୋଜବାନ୍"@or,
        "lojban"@pl,
        "لوجبان"@pnb,
        "lojban"@pt,
        "lojban"@rm,
        "lojban"@ro,
        "ложбан"@ru,
        "लोज़बानम्"@sa,
        "lojban"@sk,
        "lojban"@sl,
        "Ложбан"@sr,
        "Lojban"@sr-Latn,
        "Lojban"@stq,
        "lojban"@sv,
        "லோஜ்பன்"@ta,
        "లోజ్బాన్"@te,
        "โลชบัน"@th,
        "Lojban"@tr,
        "ложбан"@uk,
        "Tiếng Lojban"@vi,
        "逻辑语"@zh .

<http://lexvo.org/id/iso639-3/jbu> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "jbu"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/juku1254> ;
    owl:sameAs <http://dbpedia.org/resource/Jukun_Takum_language>,
        <http://www.mpii.de/yago/resource/Jukun_Takum_language> ;
    skos:altLabel "Jukun Takum language"@en ;
    skos:definition "Jukun (Njikum), or more precisely Jukun Takum, is a Jukunoid language of Cameroon used as a trade language in Nigeria. Though there are only a few thousand native speakers, and only a dozen in Nigeria (as of 2000), it is spoken as a second language in Nigeria by tens of thousands (40,000 reported in 1979)."@en ;
    skos:inScheme lexvo: ;
    skos:notation "jbu"^^xsd:string ;
    skos:prefLabel "Jukun Takum"@de,
        "Jukun Takum"@en,
        "Lenga Jukun Takum"@pms,
        "Kijukun-Takum"@sw .

<http://lexvo.org/id/iso639-3/jei> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "jei"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/yeii1239> ;
    owl:sameAs <http://dbpedia.org/resource/Yei_language>,
        <http://www.mpii.de/yago/resource/Yei_language> ;
    skos:altLabel "Yei language"@en ;
    skos:definition "Yey (Yei, Jei, Je, Yei-Nan) is a Papuan language of Papua New Guinea. The Upper and Lower Yey dialects are only mutually intelligible with difficulty."@en ;
    skos:inScheme lexvo: ;
    skos:notation "jei"^^xsd:string ;
    skos:prefLabel "Yei"@en .

<http://lexvo.org/id/iso639-3/jel> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "jel"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/yelm1242> ;
    owl:sameAs <http://dbpedia.org/resource/Yelmek_language>,
        <http://www.mpii.de/yago/resource/Yelmek_language> ;
    skos:altLabel "Yelmek language"@en ;
    skos:definition "Yelmek (Jelmik) is a language of the proposed South-Central Papuan family in West Papua."@en ;
    skos:inScheme lexvo: ;
    skos:notation "jel"^^xsd:string ;
    skos:prefLabel "Yelmek"@en .

<http://lexvo.org/id/iso639-3/jhi> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "jhi"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/jeha1242> ;
    owl:sameAs <http://dbpedia.org/resource/Jehai_language>,
        <http://www.mpii.de/yago/resource/Jehai_language> ;
    skos:altLabel "Jehai language"@en ;
    skos:definition "Jahai (Jehai) is an aboriginal Mon–Khmer language spoken in Malaya. The small number of speakers is increasing."@en ;
    skos:inScheme lexvo: ;
    skos:notation "jhi"^^xsd:string ;
    skos:prefLabel "Jehai"@en .

<http://lexvo.org/id/iso639-3/jic> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "jic"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/toll1241> ;
    owl:sameAs <http://dbpedia.org/resource/Jicaque_language>,
        <http://www.mpii.de/yago/resource/Jicaque_language> ;
    skos:altLabel "Jicaque language"@en ;
    skos:definition "(Eastern) Jicaque, also known as Tol, Tolupan, and Torupan, is a language spoken by some 300 Tolupan people in La Montaña del Flor, Honduras. In the 16th century it extended to cover much of western Yoro. There are two Tolan languages, Eastern Jicaque or Tol and Western Jicaque, which had been spoken around El Palmar, Deptment of Cortés, but which is now extinct. These are close enough to be considered dialects of a single language by some linguists."@en ;
    skos:inScheme lexvo: ;
    skos:notation "jic"^^xsd:string ;
    skos:prefLabel "Toleg"@br,
        "Jicaquean"@de,
        "Tol"@en,
        "Lenguas jicaque-tol"@es,
        "Langues jicaques"@fr,
        "Jicaque Indijanci"@hr,
        "Хикаке"@ru .

<http://lexvo.org/id/iso639-3/jig> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "jig"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/djin1251> ;
    owl:sameAs <http://dbpedia.org/resource/Jingulu_language>,
        <http://www.mpii.de/yago/resource/Jingulu_language> ;
    skos:altLabel "Jingulu language"@en ;
    skos:definition "Jingulu is an Australian language spoken by the Jingili people in the Northern Territory of Australia, historically around the township of Elliot. It is an endangered language with only between 10 and 15 speakers in 1997,"@en ;
    skos:inScheme lexvo: ;
    skos:notation "jig"^^xsd:string ;
    skos:prefLabel "Djingili"@en .

<http://lexvo.org/id/iso639-3/jle> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "jle"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/ngil1242> ;
    owl:sameAs <http://dbpedia.org/resource/Ngile_language>,
        <http://www.mpii.de/yago/resource/Ngile_language> ;
    skos:altLabel "Ngile language"@en ;
    skos:definition "Ngile, also Daloka (Taloka) [a dialect], is a Niger–Congo language in the Talodi family spoken in Kordofan, Sudan. It is 80% lexically similar with Dengebu, which is also spoken by the Mesakin / Masakin people."@en ;
    skos:inScheme lexvo: ;
    skos:notation "jle"^^xsd:string ;
    skos:prefLabel "Ngileg"@br,
        "Ngile"@de,
        "Ngile"@en,
        "Ngile jezik"@hr,
        "Нгилески јазик"@mk,
        "Lenga Ngile"@pms .

<http://lexvo.org/id/iso639-3/jmd> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "jmd"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/yamd1240> ;
    owl:sameAs <http://dbpedia.org/resource/Yamdena_language>,
        <http://www.mpii.de/yago/resource/Yamdena_language> ;
    skos:altLabel "Yamdena language"@en ;
    skos:definition "Yamdena is an Austronesian language of the Maluku Islands in Indonesia."@en ;
    skos:inScheme lexvo: ;
    skos:notation "jmd"^^xsd:string ;
    skos:prefLabel "Yamdena"@en .

<http://lexvo.org/id/iso639-3/jnj> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "jnj"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/yems1235> ;
    owl:sameAs <http://dbpedia.org/resource/Yemsa_language>,
        <http://www.mpii.de/yago/resource/Yemsa_language> ;
    skos:altLabel "Yemsa language"@en ;
    skos:definition "Yemsa is the language of the Yem people of the former Kingdom of Yamma, known as Kingdom of Janjero to the Amhara. It is a member of the Omotic group of languages, most closely related to Kaffa. It is distinctive in having a several levels of lexicon contingent on social hierarchy, rather like Japanese and Javanese. The estimated number of speakers varies wildly from about 1000 (Bender,1976) to half a million (Aklilu, 1993)."@en ;
    skos:inScheme lexvo: ;
    skos:notation "jnj"^^xsd:string ;
    skos:prefLabel "Yemsaeg"@br,
        "Yem"@de,
        "Yemsa"@en,
        "Yemsa"@fr,
        "Lenga Yemsa"@pms .

<http://lexvo.org/id/iso639-3/jqr> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "jqr"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/jaqa1244> ;
    owl:sameAs <http://dbpedia.org/resource/Jaqaru_language>,
        <http://www.mpii.de/yago/resource/Jaqaru_language> ;
    skos:altLabel "Jaqaru language"@en ;
    skos:definition "Jaqaru (Haq'aru) is a language of the Aymara family. It is also known as Jaqi and Aru. It is spoken in the districts of Tupe and Catahuasi in the province of Yauyos, within the Peruvian department of Lima. Most of the 2000 ethnic Jaqaru have migrated to Lima."@en ;
    skos:inScheme lexvo: ;
    skos:notation "jqr"^^xsd:string ;
    skos:prefLabel "C'hakaroueg"@br,
        "Jaqaru"@cs,
        "Jaqaru"@de,
        "Jaqaru"@en,
        "Idioma jacaru"@es,
        "Хакаруски јазик"@mk,
        "Lenga jaqaru"@pms,
        "Haqaru simi"@qu,
        "Хакару"@ru .

<http://lexvo.org/id/iso639-3/jrb> a lvont:Language,
        skos:Concept ;
    lvont:isFocusOf <http://id.loc.gov/vocabulary/iso639-2/jrb> ;
    lvont:iso6392BCode "jrb"^^xsd:string ;
    lvont:iso6392TCode "jrb"^^xsd:string ;
    lvont:iso639P3PCode "jrb"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-2/jrb> ;
    owl:sameAs <http://dbpedia.org/resource/Judeo-Arabic_languages>,
        <http://psi.oasis-open.org/iso/639/#jrb>,
        <http://www.lingvoj.org/lang/jrb>,
        <http://www.mpii.de/yago/resource/Judeo-Arabic_languages>,
        <info:lc/vocabulary/languages/jrb> ;
    skos:altLabel "الجيدو - العربي"@ar,
        "Юдео-арабски език"@bg,
        "Yezhoù yuzev-arabek"@br,
        "Judeoàrab"@ca,
        "Jüdisch-Arabisch"@de,
        "Judeo-Arabic languages"@en,
        "judeo-árabe"@es,
        "Judéo-arabe"@fr,
        "Giudeo-Arabo"@it,
        "ユダヤ・アラビア語群"@ja,
        "Język judeo-arabski"@pl,
        "Línguas judaico-árabes"@pt,
        "Еврейско-арабские диалекты"@ru ;
    skos:definition "The Judeo-Arabic languages (, ), are a continuum of Arabic dialects spoken by Jews living or formerly living in the Arab world; the term also refers more or less to Classical Arabic written in the Hebrew script, particularly in the Middle Ages. Just as with the rest of the Arab world, Arab Jews had different dialects depending on where they lived. This phenomenon may be compared to cases such as different forms of Yiddish (Judeo-German) such as Western Yiddish and Eastern Yiddish, or forms of Ladino (Judeo-Spanish) in areas such as the Balkans, Thessaloníki/Istanbul, Morocco, etc."@en ;
    skos:inScheme lexvo: ;
    skos:notation "jrb"^^xsd:string ;
    skos:prefLabel "ܠܫܢܐ ܥܪܒܝܐ ܝܗܘܕܝܐ"@aii,
        "عربية يهودية"@ar,
        "jude-ərəbcə"@az,
        "еврейско-арабски"@bg,
        "জুদেও আরবি"@bn,
        "yuzev-arabeg"@br,
        "यहुदी अरबी"@brx,
        "judeo-arapski"@bs,
        "јудео-арапски"@bs-Cyrl,
        "judeoàrab"@ca,
        "犹太阿拉伯文"@cmn,
        "猶太阿拉伯文"@cmn-Hant,
        "judeoarabština"@cs,
        "Iddew-Arabeg"@cy,
        "jødisk-arabisk"@da,
        "Judäo-Arabisch"@de,
        "Ιουδαϊκά-Αραβικά"@el,
        "Judeo-Arabic"@en,
        "𐐖𐐭𐐼𐐨𐐬-𐐈𐑉𐐲𐐺𐐮𐐿"@en-Dsrt,
        "Judeoárabe"@es,
        "juudiaraabia"@et,
        "عربی یهودی"@fa,
        "juutalaisarabia"@fi,
        "judéo-arabe"@fr,
        "Jüüdisch-Arabisch"@gsw,
        "Judeo-Arabisch"@gsw-FR,
        "જુદેઓ-અરબી"@gu,
        "ערבית יהודית"@he,
        "जुदेओ-अरेबिक"@hi,
        "judejsko-arapski"@hr,
        "zsidó-arab"@hu,
        "Ibrani-Arab"@id,
        "gyðingaarabíska"@is,
        "giudeo arabo"@it,
        "ユダヤ・アラビア語"@ja,
        "ಜೂಡಿಯೋ-ಅರೇಬಿಕ್"@kn,
        "유대-아라비아어"@ko,
        "جوڈیو عربی"@ks,
        "Djudeo-Arabo"@lad,
        "ຈູແດວ-ອາລາບິກ"@lo,
        "judėjų arabų"@lt,
        "jūdarābu"@lv,
        "еврејско арапски"@mk,
        "ജൂഡിയോ-അറബിക്"@ml,
        "जुदेओ-अरबी"@mr,
        "Lhudi-Għarbi"@mt,
        "ဂျူဒီယို-အာရေဗျ"@my,
        "jødearabisk"@nb,
        "Judeo-Arabisch"@nl,
        "jødearabisk"@nn,
        "ଜୁଡେଓ-ଆରବୀକ୍"@or,
        "judeoarabski"@pl,
        "judaico-arábico"@pt,
        "giudaic-arab"@rm,
        "iudeo-arabă"@ro,
        "еврейско-арабский"@ru,
        "židovská arabčina"@sk,
        "judovska arabščina"@sl,
        "Јудео-арапски"@sr,
        "Judeo-arapski"@sr-Latn,
        "judisk arabiska"@sv,
        "ஜூதேயோ-அராபிக்"@ta,
        "జ్యుడియో-అరబిక్"@te,
        "ยิว-อาหรับ"@th,
        "Yahudi Arapçası"@tr,
        "іудео-арабська"@uk,
        "Tiếng Judeo-Ả Rập"@vi .

<http://lexvo.org/id/iso639-3/jsl> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "jsl"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/japa1238> ;
    owl:sameAs <http://dbpedia.org/resource/Japanese_Sign_Language>,
        <http://www.mpii.de/yago/resource/Japanese_Sign_Language> ;
    skos:inScheme lexvo: ;
    skos:notation "jsl"^^xsd:string ;
    skos:prefLabel "Japanische Gebärdensprache"@de,
        "Japanese Sign Language"@en,
        "日本手話"@ja,
        "Lenga dij segn giaponèisa"@pms,
        "Língua de Sinais Japonesa"@pt,
        "日本手语"@zh .

<http://lexvo.org/id/iso639-3/juc> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "juc"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/jurc1239> ;
    owl:sameAs <http://dbpedia.org/resource/Jurchen_language>,
        <http://www.mpii.de/yago/resource/Jurchen_language> ;
    skos:altLabel "Jurchen language"@en ;
    skos:definition "Jurchen language is an extinct language. It was spoken by Jurchen people of eastern Manchuria, the creators of the Jin Empire in the northeastern China of the 12th–13th centuries. It is classified as a Southwestern Tungusic language."@en ;
    skos:inScheme lexvo: ;
    skos:notation "juc"^^xsd:string ;
    skos:prefLabel "Djourtcheneg"@br,
        "Jurchen"@en,
        "Džurtšenin kieli"@fi,
        "Jurchen"@fr,
        "Dzsürcsi nyelv"@hu,
        "여진어"@ko,
        "Џурченски јазик"@mk,
        "Lenga jurchen"@pms,
        "Чжурчжэньский язык"@ru,
        "ภาษาจูร์เชน"@th,
        "女真語"@zh .

<http://lexvo.org/id/iso639-3/jur> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "jur"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/juru1256> ;
    owl:sameAs <http://dbpedia.org/resource/Jur%C3%BAna_language>,
        <http://www.mpii.de/yago/resource/Jur%C3%BAna_language> ;
    skos:altLabel "Jurúna language"@en ;
    skos:definition "The Jurúna language is spoken in Brazil. Specifically it is spoken in the North Mato Grosso, Xingú Park. In 2001 there were 278 native speakers."@en ;
    skos:inScheme lexvo: ;
    skos:notation "jur"^^xsd:string ;
    skos:prefLabel "Jurúna"@en .

<http://lexvo.org/id/iso639-3/jya> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "jya"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/jiar1239> ;
    owl:sameAs <http://dbpedia.org/resource/Jiarong_language>,
        <http://www.mpii.de/yago/resource/Jiarong_language> ;
    skos:altLabel "Jiarong language"@en ;
    skos:definition "Jiarong (Gyarong, rGyalrong) is a Jiarongic dialect continuum of China."@en ;
    skos:inScheme lexvo: ;
    skos:notation "jya"^^xsd:string ;
    skos:prefLabel "Jiarong"@en,
        "Rgyalrong de l'est"@fr,
        "嘉绒语"@zh .

<http://lexvo.org/id/iso639-3/kac> a lvont:Language,
        skos:Concept ;
    lvont:isFocusOf <http://id.loc.gov/vocabulary/iso639-2/kac> ;
    lvont:iso6392BCode "kac"^^xsd:string ;
    lvont:iso6392TCode "kac"^^xsd:string ;
    lvont:iso639P3PCode "kac"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-2/kac>,
        <http://www.glottolog.org/resource/languoid/id/kach1280> ;
    owl:sameAs <http://psi.oasis-open.org/iso/639/#kac>,
        <http://www.lingvoj.org/lang/kac>,
        <info:lc/vocabulary/languages/kac> ;
    skos:altLabel "Jingpho"@en ;
    skos:inScheme lexvo: ;
    skos:notation "kac"^^xsd:string ;
    skos:prefLabel "الكاتشين"@ar,
        "kaçinca"@az,
        "качински"@bg,
        "কাচিন"@bn,
        "kachin"@br,
        "कचीन्"@brx,
        "kačin"@bs,
        "качин"@bs-Cyrl,
        "katxin"@ca,
        "卡琴文"@cmn,
        "卡琴文"@cmn-Hant,
        "kačijština"@cs,
        "kachin"@da,
        "Kachin-Sprache"@de,
        "ཀ་ཆིན་ཁ"@dz,
        "Κατσίν"@el,
        "Kachin"@en,
        "kachin"@es,
        "katšini"@et,
        "کاچینی"@fa,
        "katšin"@fi,
        "kachin"@fr,
        "Kachin-Schpraach"@gsw,
        "કાચિન"@gu,
        "קצ'ין"@he,
        "काचिन"@hi,
        "kachin"@hr,
        "kacsin"@hu,
        "Kachin"@id,
        "kasín"@is,
        "kachin"@it,
        "カチン語"@ja,
        "ಕಚಿನ್"@kn,
        "카친어"@ko,
        "کاچِن"@ks,
        "ກາຊິນ"@lo,
        "kačin"@lt,
        "kačinu"@lv,
        "кашин"@mk,
        "കാചിൻ"@ml,
        "काचिन"@mr,
        "Kaċin"@mt,
        "ကချင်"@my,
        "kachin"@nb,
        "Kachin"@nl,
        "kachin"@nn,
        "କଚିନ୍"@or,
        "kaczin"@pl,
        "kachin"@pt,
        "kachin"@rm,
        "kachin"@ro,
        "качинский"@ru,
        "kačjinčina"@sk,
        "kačinščina"@sl,
        "Качин"@sr,
        "Kačin"@sr-Latn,
        "kachin"@sv,
        "காசின்"@ta,
        "కాచిన్"@te,
        "กะฉิ่น"@th,
        "Kaçin"@tr,
        "качін"@uk,
        "Tiếng Kachin"@vi .

<http://lexvo.org/id/iso639-3/kah> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kah"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/kara1482> ;
    owl:sameAs <http://dbpedia.org/resource/Fer_language>,
        <http://www.mpii.de/yago/resource/Fer_language> ;
    skos:altLabel "Fer language"@en,
        "Kara (Central African Republic)"@en ;
    skos:definition "The Fer language, also Dam Fer or Fertit, one of several languages called Kara (\"Kara of Birao\"), is a Central Sudanic language spoken by some five thousand people in the northern Central African Republic near the Sudanese and Chadian borders, in the region known as Dar Runga."@en ;
    skos:inScheme lexvo: ;
    skos:notation "kah"^^xsd:string ;
    skos:prefLabel "Kara"@en .

<http://lexvo.org/id/iso639-3/kap> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kap"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/bezh1248> ;
    owl:sameAs <http://dbpedia.org/resource/Bezhta_language>,
        <http://www.mpii.de/yago/resource/Bezhta_language> ;
    skos:altLabel "Bezhta language"@en ;
    skos:definition "The Bezhta (or Bezheta) language (Bezhta: бежкьалас миц, bežƛʼalas mic, ), also known as Kapucha (from the name of a large village ), belongs to the Tsezic group of the North Caucasian language family. It is spoken by about 6,200 people in southern Dagestan, Russia"@en ;
    skos:inScheme lexvo: ;
    skos:notation "kap"^^xsd:string ;
    skos:prefLabel "Bejteg"@br,
        "Bezhta"@en,
        "Bežtan kieli"@fi,
        "Bezhta"@fr,
        "Бештански јазик"@mk,
        "Język kapuczyński"@pl,
        "Língua bezhta"@pt,
        "Бежтинский язык"@ru,
        "Бежтинська мова"@uk .

<http://lexvo.org/id/iso639-3/kaq> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kaq"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/capa1241> ;
    owl:sameAs <http://dbpedia.org/resource/Capanahua_language>,
        <http://www.mpii.de/yago/resource/Capanahua_language> ;
    skos:altLabel "Capanahua language"@en ;
    skos:definition "Capanahua or Kapanawa is a declining indigenous American language of the Panoan family spoken in western South America by a few hundred aboriginal people. The language is spoken by the 400 strong Capanahua people, around the area of the Tapiche-Buncuya river, where it is the official language. There is one dialect called Pahenbaquebo; and the closest related language is Shipibo with which is shared 50 to 60 percent comprehensibility. If a Capanahua speaker talks to another Capanahua speaker in Spanish it is considered insulting, and applying the stigmatizing label of outsider. The language is in decline, since there are few speakers and almost no children can speak it. Capanahua is used in two bilingual schools, somewhat in other primary schools, but not in secondary schools. There is 5 to 10 percent literacy in Spanish compared to 10 percent literacy in the native mother tongue. The language has a written grammar, a dictionary, and uses Roman script when written. Capanahua speakers and people are referred to derogatorily as \"Capachos\"."@en ;
    skos:inScheme lexvo: ;
    skos:notation "kaq"^^xsd:string ;
    skos:prefLabel "Capanahua"@en,
        "Capanahua"@fr,
        "Капанауа"@ru .

<http://lexvo.org/id/iso639-3/kaw> a lvont:Language,
        skos:Concept ;
    lvont:isFocusOf <http://id.loc.gov/vocabulary/iso639-2/kaw> ;
    lvont:iso6392BCode "kaw"^^xsd:string ;
    lvont:iso6392TCode "kaw"^^xsd:string ;
    lvont:iso639P3PCode "kaw"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-2/kaw> ;
    owl:sameAs <http://dbpedia.org/resource/Old_Javanese>,
        <http://psi.oasis-open.org/iso/639/#kaw>,
        <http://www.lingvoj.org/lang/kaw>,
        <http://www.mpii.de/yago/resource/Old_Javanese>,
        <info:lc/vocabulary/languages/kaw> ;
    skos:altLabel "Old Javanese"@en,
        "Старояванский язык"@ru ;
    skos:definition "Old Javanese is the oldest phase of the Javanese language that was spoken in areas in what is now the eastern part of Central Java and the whole of East Java."@en ;
    skos:inScheme lexvo: ;
    skos:notation "kaw"^^xsd:string ;
    skos:prefLabel "الكوي"@ar,
        "kavi dili"@az,
        "кави"@bg,
        "কাউই"@bn,
        "कावी"@brx,
        "kavi"@bs,
        "кави"@bs-Cyrl,
        "kawi"@ca,
        "卡威文"@cmn,
        "卡威文"@cmn-Hant,
        "kawi"@cs,
        "kawi"@da,
        "Kawi"@de,
        "Κάουι"@el,
        "Kawi"@en,
        "kawi"@es,
        "kaavi"@et,
        "کاویایی"@fa,
        "kavi"@fi,
        "kawi"@fr,
        "Kawi"@gsw,
        "કાવી"@gu,
        "קאווי"@he,
        "कावी"@hi,
        "kawi"@hr,
        "kawi"@hu,
        "Kawi"@id,
        "kaví"@is,
        "kawi"@it,
        "カウィ語"@ja,
        "Basa Jawa Kuna"@jv,
        "ಕಾವಿ"@kn,
        "카위어"@ko,
        "کَوی"@ks,
        "ກະວີ"@lo,
        "kavi"@lt,
        "kāvi"@lv,
        "кави"@mk,
        "കാവി"@ml,
        "कावी"@mr,
        "Bahasa Jawa Lama"@ms,
        "Kawi"@mt,
        "kawi"@nb,
        "Kawi"@nl,
        "kawi"@nn,
        "Gammel javanesisk"@no,
        "କାୱି"@or,
        "kawi"@pl,
        "kawi"@pt,
        "kawi"@rm,
        "kawi"@ro,
        "кави"@ru,
        "kawi"@sk,
        "kavi"@sl,
        "Кави"@sr,
        "Kavi"@sr-Latn,
        "kawi"@sv,
        "காவி"@ta,
        "కావి"@te,
        "กวี"@th,
        "Kawi"@tr,
        "каві"@uk,
        "Tiếng Kawi"@vi .

<http://lexvo.org/id/iso639-3/kay> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kay"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/kama1373> ;
    owl:sameAs <http://dbpedia.org/resource/Kamayur%C3%A1_language>,
        <http://www.mpii.de/yago/resource/Kamayur%C3%A1_language> ;
    skos:altLabel "Kamayurá language"@en ;
    skos:definition "The Kamayurá language (Kamaiurá in Portuguese) belongs to the Tupi–Guarani family , and is spoken by the Kamayurá people of Brazil – who numbered about 290 individuals as of the year 2004."@en ;
    skos:inScheme lexvo: ;
    skos:notation "kay"^^xsd:string ;
    skos:prefLabel "Kamayurá"@en,
        "Kamayurá"@fr .

<http://lexvo.org/id/iso639-3/kbc> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kbc"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/kadi1248> ;
    owl:sameAs <http://dbpedia.org/resource/Kadiweu_language>,
        <http://www.mpii.de/yago/resource/Kadiweu_language> ;
    skos:altLabel "Kadiweu language"@en ;
    skos:definition "Kadiweu is a Mataco–Guaicuru language spoken by 1,200-1,800 people in Brazil. It is mainly a subject–verb–object language and its ISO 639-3 code is kbc."@en ;
    skos:inScheme lexvo: ;
    skos:notation "kbc"^^xsd:string ;
    skos:prefLabel "Kadiwéu"@en,
        "Caduveo"@es,
        "Kadiwéu"@fr,
        "Caduveo"@hr,
        "Kaduvėjai"@lt,
        "Cadiueus"@pt .

<http://lexvo.org/id/iso639-3/kbh> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kbh"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/cams1241> ;
    owl:sameAs <http://dbpedia.org/resource/Cams%C3%A1_language>,
        <http://www.mpii.de/yago/resource/Cams%C3%A1_language> ;
    skos:altLabel "Camsá language"@en ;
    skos:definition "Camsá (also Sibundoy, Coche, Kamsá, Kamemtxa, Kamse, Camëntsëá) is a language isolate of Colombia."@en ;
    skos:inScheme lexvo: ;
    skos:notation "kbh"^^xsd:string ;
    skos:prefLabel "Kamsaeg"@br,
        "Camsá"@en,
        "Camsá"@es,
        "Camsá"@fr,
        "Kamsá"@hr,
        "Камсаски јазик"@mk .

<http://lexvo.org/id/iso639-3/kbl> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kbl"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/kane1243> ;
    owl:sameAs <http://dbpedia.org/resource/Kanembu_language>,
        <http://www.mpii.de/yago/resource/Kanembu_language> ;
    skos:altLabel "Kanembu language"@en,
        "Kanembou"@fr,
        "Канембуски јазик"@mk,
        "Língua kanembu"@pt ;
    skos:definition "Kanembu is a Nilo-Saharan language spoken in Chad by the Kanembu people. It is closely related to Kanuri."@en ;
    skos:inScheme lexvo: ;
    skos:notation "kbl"^^xsd:string ;
    skos:prefLabel "كانمبو"@ar,
        "Kanemboueg"@br,
        "kanembu"@ca,
        "加涅姆布文"@cmn,
        "卡念布文"@cmn-Hant,
        "kanembu"@cs,
        "kanembu"@da,
        "Kanembu"@de,
        "Κανέμπου"@el,
        "Kanembu"@en,
        "kanembu"@es,
        "kanembu"@et,
        "kanembu"@fi,
        "kanembou"@fr,
        "קנמבו"@he,
        "kanembu"@hr,
        "kanembu"@hu,
        "Kanembu"@id,
        "kanembu"@it,
        "カネンブ語"@ja,
        "카넴부어"@ko,
        "ຄາແນມບູ"@lo,
        "kanembų"@lt,
        "kaņembu"@lv,
        "канембу"@mk,
        "kanembu"@nb,
        "Kanembu"@nl,
        "kanembu"@pl,
        "Lenga Kanembu"@pms,
        "kanembu"@pt,
        "kanembu"@ro,
        "kanembu"@sk,
        "kanembu"@sv,
        "Kikanembu"@swh,
        "คาเนมบู"@th,
        "Kanembu"@tr,
        "канембу"@uk,
        "Tiếng Kanembu"@vi .

<http://lexvo.org/id/iso639-3/kbp> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kbp"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/kabi1261> ;
    owl:sameAs <http://dbpedia.org/resource/Kabye_language>,
        <http://www.mpii.de/yago/resource/Kabye_language> ;
    skos:altLabel "Kabye language"@en ;
    skos:definition "Kabiyè (also Kabiyé, Kabiye, Kabyé, Kabye) is a Grusi language spoken primarily in northern Togo, and also by smaller numbers of people in Benin and Ghana. It is one of two national languages of Togo."@en ;
    skos:inScheme lexvo: ;
    skos:notation "kbp"^^xsd:string ;
    skos:prefLabel "Kabiyeg"@br,
        "Kabiyé"@de,
        "Kabiyè"@en,
        "Kabiyé"@fr,
        "Lenga Kabiye"@pms,
        "Língua kabiyé"@pt,
        "Kikabiye"@sw .

<http://lexvo.org/id/iso639-3/kbq> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kbq"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/kama1370> ;
    owl:sameAs <http://dbpedia.org/resource/Kamono_language>,
        <http://www.mpii.de/yago/resource/Kamono_language> ;
    skos:altLabel "Kamono language"@en ;
    skos:definition "Kamono (Kamano-Kafe) is a Papuan language spoken in Eastern Highlands Province, Papua New Guinea."@en ;
    skos:inScheme lexvo: ;
    skos:notation "kbq"^^xsd:string ;
    skos:prefLabel "Kamano"@en .

<http://lexvo.org/id/iso639-3/kbr> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kbr"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/kafa1242> ;
    owl:sameAs <http://dbpedia.org/resource/Kafa_language>,
        <http://www.mpii.de/yago/resource/Kafa_language> ;
    skos:altLabel "Kafa language"@en ;
    skos:definition "Kaffa is an Afroasiatic language spoken in Ethiopia around Bonga in the Keficho Shekicho Zone. The language is also called Kafi nono."@en ;
    skos:inScheme lexvo: ;
    skos:notation "kbr"^^xsd:string ;
    skos:prefLabel "Kafitchoeg"@br,
        "Kaffa"@de,
        "Kafa"@en,
        "Kafa-språket"@nn,
        "Lenga Kafa"@pms .

<http://lexvo.org/id/iso639-3/kbv> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kbv"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/dera1245> ;
    owl:sameAs <http://dbpedia.org/resource/Dera_language>,
        <http://www.mpii.de/yago/resource/Dera_language> ;
    skos:altLabel "Dera (Indonesia)"@en,
        "Dera language"@en ;
    skos:definition "Dera (Dra) Mangguar and Kamberataro (Komberatoro) is a Senagi language of Papua New Guinea and Indonesia."@en ;
    skos:inScheme lexvo: ;
    skos:notation "kbv"^^xsd:string ;
    skos:prefLabel "Dera"@en .

<http://lexvo.org/id/iso639-3/kbx> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kbx"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/apma1241> ;
    owl:sameAs <http://dbpedia.org/resource/Kambot_language>,
        <http://www.mpii.de/yago/resource/Kambot_language> ;
    skos:altLabel "Kambot language"@en ;
    skos:definition "Kambot Ap Ma (Ap Ma Botin, Botin), also Karaube, is a Ramu language of Papua New Guinea."@en ;
    skos:inScheme lexvo: ;
    skos:notation "kbx"^^xsd:string ;
    skos:prefLabel "Ap Ma"@en .

<http://lexvo.org/id/iso639-3/kca> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kca"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/khan1273> ;
    owl:sameAs <http://dbpedia.org/resource/Khanty_language>,
        <http://www.mpii.de/yago/resource/Khanty_language> ;
    skos:altLabel "Khanty language"@en ;
    skos:definition "Khanty or Xanty language, also known previously as the Ostyak language, is a language of the Khant peoples. It is spoken in Khanty–Mansi and Yamalo-Nenets autonomous okrugs, as well as in Aleksandrovsky and Kargosoksky districts of Tomsk Oblast in Russia. According to the 1994 Salminen and 1994 Janhunen study, there were 12,000 Khanty-speaking people in Russia."@en ;
    skos:inScheme lexvo: ;
    skos:notation "kca"^^xsd:string ;
    skos:prefLabel "Ostjaaks"@af,
        "Хантийски език"@bg,
        "C'hantieg"@br,
        "Ostiac"@ca,
        "Chantyjština"@cs,
        "Хантă чĕлхи"@cv,
        "Chantische Sprache"@de,
        "Khanty"@en,
        "Ĥanta lingvo"@eo,
        "Idioma janti"@es,
        "Handi keel"@et,
        "Hantin kieli"@fi,
        "Khanty"@fr,
        "Chantische Sprache"@gsw-FR,
        "Khanty"@gv,
        "Hantski jezik"@hr,
        "Hanti nyelv"@hu,
        "Lingua chanty"@it,
        "ハンティ語"@ja,
        "Ханты кыв"@koi,
        "Ханты кыв"@kv,
        "Chantų kalba"@lt,
        "Chantu kalba"@lt-x,
        "Хантиски јазик"@mk,
        "Хантонь кель"@myv,
        "Ostjaaks"@nl,
        "Khanti"@nn,
        "Khanti"@no,
        "Język chantyjski"@pl,
        "Lenga Khanty"@pms,
        "Хантыйский язык"@ru,
        "Hantigiella"@se,
        "Hantijščina"@sl,
        "Chantiska"@sv,
        "Hantıca"@tr,
        "Ханты кыл"@udm,
        "Хантийська мова"@uk,
        "漢特語"@zh .

<http://lexvo.org/id/iso639-3/kcg> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kcg"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/tyap1238> ;
    owl:sameAs <http://dbpedia.org/resource/Katab_language>,
        <http://www.mpii.de/yago/resource/Katab_language> ;
    skos:altLabel "Katab language"@en ;
    skos:definition "Tyap, or Katab, is a regionally important dialect cluster of Plateau languages in Nigeria, named after its prestige dialect. Other dialects are Gworok, Atakar, Kacicere, Sholio, Kafancan. According to Blench (2008), Jju, with an even larger number of speakers, appears to be a Tyap variety, though speakers are ethnically distinct."@en ;
    skos:inScheme lexvo: ;
    skos:notation "kcg"^^xsd:string ;
    skos:prefLabel "tiyap dili"@az,
        "туап"@bg,
        "টাইয়াপ"@bn,
        "त्याप्"@brx,
        "tjap"@bs,
        "тјап"@bs-Cyrl,
        "tyap"@ca,
        "卡塔布文"@cmn,
        "卡塔布文"@cmn-Hant,
        "tyap"@cs,
        "tyap"@da,
        "Tyap"@de,
        "Τουάπ"@el,
        "Tyap"@en,
        "tyap"@es,
        "tyapi"@et,
        "تایپه ای"@fa,
        "tyap"@fi,
        "tyap"@fr,
        "Tyap"@gsw,
        "ત્યાપ"@gu,
        "טיאפ"@he,
        "त्याप"@hi,
        "tyap"@hr,
        "tyap"@hu,
        "Tyap"@id,
        "tyap"@is,
        "tyap"@it,
        "カタブ語"@ja,
        "ಟ್ಯಾಪ್"@kn,
        "티얍어"@ko,
        "تَیَپ"@ks,
        "ຕີບ"@lo,
        "tyap"@lt,
        "katabu"@lv,
        "тјап"@mk,
        "ട്യാപ്"@ml,
        "त्याप"@mr,
        "tyap"@nb,
        "Tyap"@nl,
        "tyap"@nn,
        "ତ୍ୟାପ୍"@or,
        "tyap"@pl,
        "tyap"@pt,
        "tyap"@rm,
        "tyap"@ro,
        "тьяп"@ru,
        "tyap"@sk,
        "tjapska nigerijščina"@sl,
        "Тјап"@sr,
        "Tjap"@sr-Latn,
        "tyap"@sv,
        "தையாப்"@ta,
        "ట్యాప్"@te,
        "ทีแยป"@th,
        "Tyap"@tr,
        "тіап"@uk,
        "Tiếng Tyap"@vi .

<http://lexvo.org/id/iso639-3/kck> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kck"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/kala1384> ;
    owl:sameAs <http://dbpedia.org/resource/Kalanga_language>,
        <http://www.mpii.de/yago/resource/Kalanga_language> ;
    skos:altLabel "Kalanga language"@en ;
    skos:definition "The Kalanga language, or Ikalanga/TjiKalanga, is a Bantu language spoken by the Kalanga people, 300,000 in Botswana and 700,000 in Zimbabwe (Ethnologue). It is a Bantu language known for its extensive phoneme inventory, which includes palatalized, velarized, aspirated, and breathy voiced consonants. It is closely related to Shona."@en ;
    skos:inScheme lexvo: ;
    skos:notation "kck"^^xsd:string ;
    skos:prefLabel "Kalanga"@en,
        "Kalanga"@fr,
        "Język kalanga"@pl,
        "Kalanga"@sv,
        "Kikalanga"@sw,
        "Sekalaka"@tn .

<http://lexvo.org/id/iso639-3/kcl> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kcl"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/kela1255> ;
    owl:sameAs <http://dbpedia.org/resource/Kela_language_(New_Guinea)>,
        <http://www.mpii.de/yago/resource/Kela_language_(New_Guinea)> ;
    skos:altLabel "Kela"@en,
        "Kela (Papua New Guinea)"@en,
        "Kela language"@en ;
    skos:definition "Kela is an Austronesian language spoken by about 2500 people (in 1997) in several villages along the south coast of the Huon Gulf between Salamaua Peninsula and the Paiawa River, Morobe Province, Papua New Guinea. The principal villages are Keila/Kêla, Logui/Laugwêc, Laukanu, Lababia, Buso, and Kui. Linguistically, Kela belongs to the North Huon Gulf languages and Kela-speakers appear to have arrived on the southern coast of the Gulf relatively recently, beginning perhaps as late as the 17th century (Bradshaw 1997)."@en ;
    skos:inScheme lexvo: ;
    skos:notation "kcl"^^xsd:string ;
    skos:prefLabel "Kala"@en .

<http://lexvo.org/id/iso639-3/kcn> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kcn"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/nubi1253> ;
    owl:sameAs <http://dbpedia.org/resource/Nubi_language>,
        <http://www.mpii.de/yago/resource/Nubi_language> ;
    skos:altLabel "Nubi language"@en ;
    skos:definition "The Nubi language (also called Ki-Nubi) is a Sudanese Arabic-based creole language spoken in Uganda around Bombo, and in Kenya around Kibera, by the descendants of Emin Pasha's Sudanese soldiers who were settled there by the British colonial administration. It was spoken by about 15,000 people in Uganda in 1991 (according to the census), and an estimated 10,000 in Kenya; another source estimates about 50,000 speakers as of 2001. 90% of the lexicon derives from Arabic, but the grammar has been simplified, as has the sound system. Nubi has the prefixing, suffixing and compounding processes also present in Arabic."@en ;
    skos:inScheme lexvo: ;
    skos:notation "kcn"^^xsd:string ;
    skos:prefLabel "عربية نوبية"@ar,
        "Nubieg"@br,
        "Nubi"@de,
        "Nubi"@en,
        "Nubi"@fr,
        "누비어"@ko,
        "Lenga nubi"@pms,
        "Нуби"@ru .

<http://lexvo.org/id/iso639-3/kcr> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kcr"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/katl1237> ;
    owl:sameAs <http://dbpedia.org/resource/Katla_language>,
        <http://www.mpii.de/yago/resource/Katla_language> ;
    skos:altLabel "Katla language"@en ;
    skos:definition "The Katla language, Kaalak, is a Kordofanian language, closely related to a neighboring language called Tima, but otherwise quite divergent within the Niger–Congo family."@en ;
    skos:inScheme lexvo: ;
    skos:notation "kcr"^^xsd:string ;
    skos:prefLabel "Katleg"@br,
        "Katla"@de,
        "Katla"@en,
        "Калачки јазик"@mk,
        "Lenga Katla"@pms .

<http://lexvo.org/id/iso639-3/kdd> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kdd"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/yank1247> ;
    owl:sameAs <http://dbpedia.org/resource/Yankunytjatjara_language>,
        <http://www.mpii.de/yago/resource/Yankunytjatjara_language> ;
    skos:altLabel "Yankunytjatjara language"@en ;
    skos:definition "Yankunytjatjara (also Yankuntatjara, Jangkundjara, Kulpantja) is an Australian Aboriginal language. It is one of the Wati languages, belonging to the large Southwest branch of the Pama–Nyungan family. It is one of the many varieties of the Western Desert Language, all of which are mutually intelligible."@en ;
    skos:inScheme lexvo: ;
    skos:notation "kdd"^^xsd:string ;
    skos:prefLabel "Yankunytjatjara"@en,
        "Yankunytjatjara"@fr,
        "Yankunytjatjara"@sv .

<http://lexvo.org/id/iso639-3/kdh> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kdh"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/temm1241> ;
    owl:sameAs <http://dbpedia.org/resource/Tem_language>,
        <http://www.mpii.de/yago/resource/Tem_language> ;
    skos:altLabel "Tem language"@en ;
    skos:definition "Tem (Temba), or Kotokoli (Cotocoli), is a Gur language spoken in Togo, Ghana, and Benin. It is used by neighboring peoples. According to the Ethnologue there are 307 000 native speakers."@en ;
    skos:inScheme lexvo: ;
    skos:notation "kdh"^^xsd:string ;
    skos:prefLabel "Tem"@de,
        "Tem"@en,
        "Lenga Tem"@pms,
        "Тем"@ru,
        "Kitem"@sw .

<http://lexvo.org/id/iso639-3/kdj> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kdj"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/kara1483> ;
    owl:sameAs <http://dbpedia.org/resource/Karamojong_language>,
        <http://www.mpii.de/yago/resource/Karamojong_language> ;
    skos:altLabel "Karamojong language"@en ;
    skos:definition "The Karamojong Language (ŋaKarimojoŋ, ŋaKaramojoŋ, Karimojong or Ngakarimojong) is a Nilo-Saharan language spoken mainly in the Karamoja subregion of north-eastern Uganda."@en ;
    skos:inScheme lexvo: ;
    skos:notation "kdj"^^xsd:string ;
    skos:prefLabel "Karimodjongeg"@br,
        "Karamojong"@en,
        "Karimojong"@fr,
        "Lenga Karamojong"@pms,
        "Kikaramojong"@sw .

<http://lexvo.org/id/iso639-3/kdm> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kdm"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/kago1247> ;
    owl:sameAs <http://dbpedia.org/resource/Kagoma_language>,
        <http://www.mpii.de/yago/resource/Kagoma_language> ;
    skos:altLabel "Kagoma language"@en ;
    skos:definition "Gyong, or Kagoma, is a Plateau language of Nigeria."@en ;
    skos:inScheme lexvo: ;
    skos:notation "kdm"^^xsd:string ;
    skos:prefLabel "Kagoma"@en .

<http://lexvo.org/id/iso639-3/kdr> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kdr"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/kara1464> ;
    owl:sameAs <http://dbpedia.org/resource/Karaim_language>,
        <http://www.mpii.de/yago/resource/Karaim_language> ;
    skos:altLabel "Karaim language"@en ;
    skos:definition "The Karaim language (Crimean dialect: къарай тили, Trakai dialect: karaj tili, Turkish dialect:Karay Dili) is a Turkic language with Hebrew influences, in a similar manner to Yiddish or Ladino. It is spoken by Crimean Karaites (also known as Karaims and Qarays) – ethnic Turkic adherents of Karaite Judaism in Crimea, Lithuania, Poland and western Ukraine. It has six remaining active speakers. The three main dialects are those of Crimea, Trakai-Vilnius and Lutsk-Halych."@en ;
    skos:inScheme lexvo: ;
    skos:notation "kdr"^^xsd:string ;
    skos:prefLabel "Karaimeg"@br,
        "Karaïm"@ca,
        "Qaray tili"@crh,
        "Караим чĕлхи"@cv,
        "Karaimische Sprache"@de,
        "Karaim"@en,
        "Karaima lingvo"@eo,
        "Karaiimin kieli"@fi,
        "Karaïm"@fr,
        "Karaim dili"@gag,
        "קראימית"@he,
        "Karaimski jezik"@hr,
        "Կարաիմերեն"@hy,
        "Lingua caraima"@it,
        "カライム語"@ja,
        "Қарайым тілі"@kk,
        "카라임어"@ko,
        "Karaimit"@lad,
        "Karaimų kalba"@lt,
        "Karaimu kalba"@lt-x,
        "Караимски јазик"@mk,
        "Język karaimski"@pl,
        "Lenga karaim"@pms,
        "Língua karaim"@pt,
        "Караимский язык"@ru,
        "Karaimiska"@sv,
        "ภาษาคาไรม์"@th,
        "Karayca"@tr,
        "Караим теле"@tt,
        "Караїмська мова"@uk .

<http://lexvo.org/id/iso639-3/ken> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ken"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/keny1279> ;
    owl:sameAs <http://dbpedia.org/resource/Nyang_language>,
        <http://www.mpii.de/yago/resource/Nyang_language> ;
    skos:altLabel "Nyang language"@en ;
    skos:definition "The Nyang language (Kenyang, Banyang, Manyang) is the principal Southern Bantoid language of the Mamfe family."@en ;
    skos:inScheme lexvo: ;
    skos:notation "ken"^^xsd:string ;
    skos:prefLabel "Kenyang"@de,
        "Kenyang"@en,
        "Lenga Kenyang"@pms,
        "Kikenyang"@sw .

<http://lexvo.org/id/iso639-3/kex> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kex"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/kukn1238> ;
    owl:sameAs <http://dbpedia.org/resource/Karnataka_Konkani>,
        <http://www.mpii.de/yago/resource/Karnataka_Konkani> ;
    skos:altLabel "Karnataka Konkani"@en ;
    skos:definition "Karnataka Konkani refers to the various dialects of Konkani language spoken in the state of Karnataka,and some parts of Kerala. Konkani is spoken by a remarkable number of Goan migrants who have settled in North Kanara, Udupi, South Kanara and many other places in North and south Karnataka for the last few centuries.Konkani families migrated to North Canara and South Canara during three separate occasions:"@en ;
    skos:inScheme lexvo: ;
    skos:notation "kex"^^xsd:string ;
    skos:prefLabel "Kukna"@en .

<http://lexvo.org/id/iso639-3/kfa> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kfa"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/koda1255> ;
    owl:sameAs <http://dbpedia.org/resource/Kodava_language>,
        <http://www.mpii.de/yago/resource/Kodava_language> ;
    skos:altLabel "Kodava language"@en ;
    skos:definition "Kodava Takk or Kodava takka, (Kannada script: ಕೊಡವ ತಕ್‌) is the original language of the south Karnataka district of Kodagu. The language is often called Kodava or Coorg language in English. The number of speakers is estimated at up to about 500,000. It is the primary language of Kodavas, but a large portion of other communities and tribes in Kodagu also use Kodava Takk. It belongs to the Dravidian language family, and is related to and influenced by Tulu, Kannada, Malayalam and Tamil. A majority of the words are common between Kodava Takk and Beary bashe, a dialect which is a mixture of Tulu and Malayalam spoken by the Beary and Belchada community."@en ;
    skos:inScheme lexvo: ;
    skos:notation "kfa"^^xsd:string ;
    skos:prefLabel "Kodaveg"@br,
        "Kodava"@de,
        "Kodava"@en,
        "Kodagun kieli"@fi,
        "Kodagu"@fr,
        "ಕೊಡವರು"@kn,
        "Lingua Kodava"@la,
        "Język kodava"@pl,
        "Lenga Kodagu"@pms,
        "Кодагу"@ru,
        "Kodava takk"@sv,
        "குடகு மொழி"@ta,
        "ภาษาโกทวะ"@th .

<http://lexvo.org/id/iso639-3/kfc> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kfc"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/kond1295> ;
    owl:sameAs <http://dbpedia.org/resource/Konda_language_(Dravidian)>,
        <http://www.mpii.de/yago/resource/Konda_language_(Dravidian)> ;
    skos:altLabel "Konda language"@en ;
    skos:definition "Konda, also known as Konda-Dora, is one of the Dravidian languages spoken in India. It is spoken by the scheduled tribe of the Konda-Dora."@en ;
    skos:inScheme lexvo: ;
    skos:notation "kfc"^^xsd:string ;
    skos:prefLabel "Konda-Dora"@en .

<http://lexvo.org/id/iso639-3/kfe> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kfe"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/kota1263> ;
    owl:sameAs <http://dbpedia.org/resource/Kota_language>,
        <http://www.mpii.de/yago/resource/Kota_language> ;
    skos:altLabel "Kota (India)"@en,
        "Kota language"@en ;
    skos:definition "Kota is a language of the Dravidian language family, spoken by 1,400 native speakers and 2,000 total speakers in the Nilgiri hills of Tamil Nadu state, India."@en ;
    skos:inScheme lexvo: ;
    skos:notation "kfe"^^xsd:string ;
    skos:prefLabel "Koteg"@br,
        "Kota"@en,
        "Kotan kieli"@fi,
        "Lingua Kota"@la,
        "Język kota"@pl,
        "Кота"@ru,
        "கோத்தர் மொழி"@ta,
        "ภาษาโกตา"@th .

<http://lexvo.org/id/iso639-3/kff> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kff"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/koya1251> ;
    owl:sameAs <http://dbpedia.org/resource/Koya_language>,
        <http://www.mpii.de/yago/resource/Koya_language> ;
    skos:altLabel "Koya language"@en ;
    skos:definition "Koya (also Koi, Koi Gondi, Kavor, Koa, Koitar, Koyato, Kaya, Koyi, Raj Koya) is a South Central Dravidian language of the Kui-Gondi subgroup. It is variously written in the Oriya, Telugu, Devanagari or Latin script. With 270,994 registered native speakers, it figures at rank 37 in the 1991 Indian census."@en ;
    skos:inScheme lexvo: ;
    skos:notation "kff"^^xsd:string ;
    skos:prefLabel "Koya"@en,
        "Koja lingvo"@eo,
        "Koya"@fr,
        "Lenga Koya"@pms,
        "Língua koya"@pt,
        "கோயா மொழி"@ta .

<http://lexvo.org/id/iso639-3/kfk> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kfk"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/kinn1249> ;
    owl:sameAs <http://dbpedia.org/resource/Kinnauri_language>,
        <http://www.mpii.de/yago/resource/Kinnauri_language> ;
    skos:altLabel "Kinnauri language"@en ;
    skos:definition "Kinnauri, also known as Kanauri, Kanor, Koonawur, or Kunawar is a Tibeto-Burman language (Sino-Tibetan stock) spoken in the Kinnaur district of the Indian state of Himachal Pradesh."@en ;
    skos:inScheme lexvo: ;
    skos:notation "kfk"^^xsd:string ;
    skos:prefLabel "কানোর"@bn,
        "কানোর"@bpy,
        "Kinnauri"@en,
        "Kinnaurish"@gv,
        "Lingua Kanauri"@la,
        "कनोर"@new,
        "Língua kinnauri"@pt,
        "Киннаури"@ru,
        "ภาษากินเนารี"@th,
        "Kanor"@vi .

<http://lexvo.org/id/iso639-3/kfq> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kfq"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/kork1243> ;
    owl:sameAs <http://dbpedia.org/resource/Korku_language>,
        <http://www.mpii.de/yago/resource/Korku_language> ;
    skos:altLabel "Korku language"@en ;
    skos:definition "The Korku language is the language of the Korku tribe of central India. It belongs to the Kolarian or Munda family, isolated in the midst of a Dravidian (Gondi) population. The Korkus are also closely associated with the Nihali people, many of whom have traditionally lived in special quarters of Korku villages. Korku is spoken by approximately 478,000 people, mainly in four districts of southern Madhya Pradesh (Khandwa, Harda, Betul, Hoshangabad) and three districts of northern Maharashtra (Rajura and Korpana tahsils of Chandrapur district, Manikgarh pahad area near Gadchandur in Chandrapur district) (Amravati, Buldana, Akola). Korku is spoken in a reducing number of villages and is gradually being replaced by Hindi."@en ;
    skos:inScheme lexvo: ;
    skos:notation "kfq"^^xsd:string ;
    skos:prefLabel "Korku"@en,
        "Корку"@ru,
        "கொற்கு மொழி"@ta .

<http://lexvo.org/id/iso639-3/kfz> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kfz"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/koro1298> ;
    owl:sameAs <http://dbpedia.org/resource/Koromfe_language>,
        <http://www.mpii.de/yago/resource/Koromfe_language> ;
    skos:altLabel "Koromfe language"@en ;
    skos:definition "Koromfe is a Gur language spoken in a U-shaped area around the town of Djibo, in the north of Burkina Faso and southeastern Mali, bordering Dogon Country."@en ;
    skos:inScheme lexvo: ;
    skos:notation "kfz"^^xsd:string ;
    skos:prefLabel "Kouroumfeg"@br,
        "Koromfe"@de,
        "Koromfé"@en,
        "Lenga Koromfé"@pms,
        "Коромфе"@ru .

<http://lexvo.org/id/iso639-3/kgg> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kgg"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/kusu1250> ;
    owl:sameAs <http://dbpedia.org/resource/Kusunda_language>,
        <http://www.mpii.de/yago/resource/Kusunda_language> ;
    skos:altLabel "Kusunda language"@en ;
    skos:definition "Kusunda is a language isolate spoken by a handful of people in western Nepal. It has only recently been described in any detail."@en ;
    skos:inScheme lexvo: ;
    skos:notation "kgg"^^xsd:string ;
    skos:prefLabel "Kusunda"@de,
        "Kusunda"@en,
        "Idioma kusunda"@es,
        "Kusunda keel"@et,
        "Kusunda hizkuntza"@eu,
        "Kusundaish"@gv,
        "Lingua kusunda"@it,
        "쿠순다어"@ko,
        "Lingua Kusunda"@la,
        "Język kusunda"@pl,
        "Lenga Kusunda"@pms,
        "Кусунда"@ru,
        "Kusunda"@sv .

<http://lexvo.org/id/iso639-3/kgo> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kgo"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/kron1241> ;
    owl:sameAs <http://dbpedia.org/resource/Krongo_language>,
        <http://www.mpii.de/yago/resource/Krongo_language> ;
    skos:altLabel "Krongo language"@en ;
    skos:definition "Krongo, also spelled Korongo or Kurungu and known as Dimodongo, Kadumodi, or Tabanya after local towns, is a Kadu language spoken in Kordofan."@en ;
    skos:inScheme lexvo: ;
    skos:notation "kgo"^^xsd:string ;
    skos:prefLabel "Krongo"@en,
        "Кронгоски јазик"@mk .

<http://lexvo.org/id/iso639-3/kgp> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kgp"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/kain1272> ;
    owl:sameAs <http://dbpedia.org/resource/Kaingang_language>,
        <http://www.mpii.de/yago/resource/Kaingang_language> ;
    skos:altLabel "Kaingang language"@en ;
    skos:definition "The Kaingang language (also spelled Kaingáng) is an indigenous language spoken in the South of Brazil, belonging to the Gê language family. The Kaingang nation has about 30,000 people, and about from 60% to 65% speak the language. The majority also speaks Portuguese."@en ;
    skos:inScheme lexvo: ;
    skos:notation "kgp"^^xsd:string ;
    skos:prefLabel "Kaingang"@en,
        "Idioma kaingáng"@es,
        "Caingang"@hr,
        "Língua caingangue"@pt,
        "Kaingang simi"@qu .

<http://lexvo.org/id/iso639-3/kgq> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kgq"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/kamo1255> ;
    owl:sameAs <http://dbpedia.org/resource/Kamoro_language>,
        <http://www.mpii.de/yago/resource/Kamoro_language> ;
    skos:altLabel "Kamoro language"@en ;
    skos:definition "The Kamoro language is an Asmat–Kamoro language spoken in New Guinea by approximately 8,000 people."@en ;
    skos:inScheme lexvo: ;
    skos:notation "kgq"^^xsd:string ;
    skos:prefLabel "Kamoro"@en .

<http://lexvo.org/id/iso639-3/kgr> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kgr"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/abun1252> ;
    owl:sameAs <http://dbpedia.org/resource/Abun_language>,
        <http://www.mpii.de/yago/resource/Abun_language> ;
    skos:altLabel "Abun language"@en ;
    skos:definition "Abun, also known as Yimbun, A Nden, Manif, Karon, is a West Papuan language of New Guinea. It is not closely related to any other language, and though Ross (2005) assigned it to the West Papuan family, based on similarities in pronouns, Ethnologue (2009) removed it as a language isolate."@en ;
    skos:inScheme lexvo: ;
    skos:notation "kgr"^^xsd:string ;
    skos:prefLabel "Abun"@en,
        "Abun jezik"@hr,
        "Lenga Abun"@pms .

<http://lexvo.org/id/iso639-3/kgs> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kgs"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/kumb1268> ;
    owl:sameAs <http://dbpedia.org/resource/Kumbainggar_language>,
        <http://www.mpii.de/yago/resource/Kumbainggar_language> ;
    skos:altLabel "Kumbainggar language"@en ;
    skos:definition "Kumbainggar language (also called Gumbaingari, Gumbaynggir, Kumbaingeri, Gambalamam, Baanbay) is an aboriginal Australian language. It is spoken in New South Wales, Grafton and north coast."@en ;
    skos:inScheme lexvo: ;
    skos:notation "kgs"^^xsd:string ;
    skos:prefLabel "Kumbainggar"@en,
        "Кумпайнгкир"@ru .

<http://lexvo.org/id/iso639-3/khb> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "khb"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/luuu1242> ;
    owl:sameAs <http://dbpedia.org/resource/Tai_L%C3%BC_language>,
        <http://www.mpii.de/yago/resource/Tai_L%C3%BC_language> ;
    skos:altLabel "Tai Lü language"@en ;
    skos:definition "Tai Lü ᦑᦺᦟᦹᧉ (or Tai Lɯ, Tai Lue, Tai Le ; Xishuangbanna Dai; Chinese: 傣仂语 Dǎilèyǔ; Thai: ภาษาไทลื้อ (Phasa Thai Leu, ); Vietnamese: Lự or Lữ) is a language spoken by about 670,000 people in South East Asia. This includes 250,000 people in China, 200,000 in Burma, 134,000 in Thailand, and 5,000 in Vietnam. The language is similar to other Tai languages."@en ;
    skos:inScheme lexvo: ;
    skos:notation "khb"^^xsd:string ;
    skos:prefLabel "Tai Lü"@de,
        "Lü"@en,
        "Lü"@fr,
        "ພາສາໄທລື້"@lo,
        "Język tai lue"@pl,
        "Tai Lü leid"@sco,
        "Tai lü"@sv,
        "ภาษาไทลื้อ"@th,
        "Người Lự"@vi,
        "傣仂語"@zh .

<http://lexvo.org/id/iso639-3/kho> a lvont:Language,
        skos:Concept ;
    lvont:isFocusOf <http://id.loc.gov/vocabulary/iso639-2/kho> ;
    lvont:iso6392BCode "kho"^^xsd:string ;
    lvont:iso6392TCode "kho"^^xsd:string ;
    lvont:iso639P3PCode "kho"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-2/kho> ;
    owl:sameAs <http://dbpedia.org/resource/Saka_language>,
        <http://psi.oasis-open.org/iso/639/#kho>,
        <http://www.lingvoj.org/lang/kho>,
        <http://www.mpii.de/yago/resource/Saka_language>,
        <info:lc/vocabulary/languages/kho> ;
    skos:altLabel "Хотано-сакски език"@bg,
        "Sakische Sprache"@de,
        "Khotanese"@en,
        "Saka language"@en,
        "زبان سکایی"@fa,
        "Sakan kieli"@fi,
        "Khotanais"@fr,
        "Língua kothanesa"@pt,
        "Língua saka"@pt,
        "Хотаносакский язык"@ru,
        "khotanesiska"@sv,
        "ภาษาซากา"@th ;
    skos:definition "Saka or Sakan is a Middle Iranian language attested from the medieval Buddhist kingdoms of Khotan and Tumxuk in what in now Xinjiang, China. Both dialects share features with modern Wakhi and Pashto. Many Prakrit terms were borrowed from Khotanese into the Tocharian languages."@en ;
    skos:inScheme lexvo: ;
    skos:notation "kho"^^xsd:string ;
    skos:prefLabel "الخوتانيز"@ar,
        "xotan dili"@az,
        "котски"@bg,
        "খোটানিজ"@bn,
        "khotaneg"@br,
        "ख़ोतानी"@brx,
        "kotanizijski"@bs,
        "котанешки"@bs-Cyrl,
        "khotanès"@ca,
        "和田文"@cmn,
        "和闐文"@cmn-Hant,
        "chotánština"@cs,
        "khotanesisk"@da,
        "Sakisch"@de,
        "Κοτανικά"@el,
        "Sakan"@en,
        "kotanés"@es,
        "saki"@et,
        "ختنی"@fa,
        "khotani"@fi,
        "khotanais"@fr,
        "Sakisch"@gsw,
        "ખોતાનીસ"@gu,
        "קוטאנזית"@he,
        "खोतानीस"@hi,
        "khotanese"@hr,
        "kotanéz"@hu,
        "Khotan"@id,
        "kotaska"@is,
        "khotanese"@it,
        "コータン語"@ja,
        "ಖೋಟಾನೀಸ್"@kn,
        "호탄어"@ko,
        "کھوتَنیٖز"@ks,
        "ໂຄຕັນ"@lo,
        "kotanezų"@lt,
        "hotaniešu"@lv,
        "котанески"@mk,
        "ഘോറ്റാനേസേ"@ml,
        "खोतानीस"@mr,
        "Kotaniż"@mt,
        "khotanesisk"@nb,
        "Khotanees"@nl,
        "khotanesisk"@nn,
        "Khotanesisk"@no,
        "ଖୋତାନୀଜ୍"@or,
        "chotański"@pl,
        "khotanês"@pt,
        "khotanais"@rm,
        "limbp khotaneză"@ro,
        "хотанский"@ru,
        "chotančina"@sk,
        "kotanščina"@sl,
        "Котанешки"@sr,
        "Kotanizijski"@sr-Latn,
        "Sakiska"@sv,
        "கோதானீஸ்"@ta,
        "ఖటోనీస్"@te,
        "โคตัน"@th,
        "Hotanca"@tr,
        "хотаносакська"@uk,
        "Tiếng Khotan"@vi,
        "于阗语"@zh .

<http://lexvo.org/id/iso639-3/khq> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "khq"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/koyr1240> ;
    owl:sameAs <http://dbpedia.org/resource/Koyra_Chiini>,
        <http://www.mpii.de/yago/resource/Koyra_Chiini> ;
    skos:altLabel "Koyra Chiini Songhay"@en,
        "Songhay, Koyra Chiini"@en ;
    skos:definition "Koyra Chiini (, literally \"town language\"), or Western Songhay, is a variety of Songhai in Mali, spoken by about 200,000 people (as of 1999) along the Niger River in Timbuktu and upriver from it in the towns of Diré, Tonka, Goundam, and Niafunké, as well as in the Saharan town of Araouane to its north. In this area, Koyra Chiini is the dominant language and the lingua franca, although minorities speaking Hassaniya Arabic, Tamashek, and Fulani are found. Djenné Chiini , the Songhai variety spoken in Djenné, is mutually comprehensible, but has noticeable differences with Koyra Chiini proper - in particular, two extra vowels ( and ) and syntactic differences related to focalization. East of Timbuktu, Koyra Chiini gives way relatively abruptly to another Songhai language, Koyraboro Senni."@en ;
    skos:inScheme lexvo: ;
    skos:notation "khq"^^xsd:string ;
    skos:prefLabel "koyra chiini"@ca,
        "西桑海文"@cmn,
        "西桑海文"@cmn-Hant,
        "koyra-chiini"@da,
        "Koyra Chiini"@de,
        "Κόιρα Τσίνι"@el,
        "Koyra Chiini"@en,
        "koyra chiini"@es,
        "koyra chiini"@et,
        "koyra chiini"@fi,
        "songhay"@fr,
        "קוירה צ'יני"@he,
        "koyra chiini"@hr,
        "kojra-csíni"@hu,
        "Koyra Chiini"@id,
        "koyra chiini"@it,
        "コイラ・チーニ語"@ja,
        "Koyra ciini"@khq,
        "코이라 친니어"@ko,
        "ຄອຍຣາຊິນີ"@lo,
        "koyra čini"@lt,
        "koiračiinī"@lv,
        "којра чиини"@mk,
        "koyra chiini"@nb,
        "Koyra Chiini"@nl,
        "koyra chini"@pl,
        "Lenga Songhai Koyra Chiini"@pms,
        "koyra chiini"@pt,
        "koyra chiini"@ro,
        "койра чиини"@ru,
        "západná songhajčina"@sk,
        "Timbuktu-songhoy"@sv,
        "โคย์ราชีนี"@th,
        "Koyra Chiini"@tr,
        "койра чіїні"@uk,
        "Tiếng Koyra Chiini"@vi .

<http://lexvo.org/id/iso639-3/khw> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "khw"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/khow1242> ;
    owl:sameAs <http://dbpedia.org/resource/Khowar_language>,
        <http://lexvo.org/id/wordnet/30/noun/khowar_1_10_00>,
        <http://www.mpii.de/yago/resource/Khowar_language> ;
    skos:altLabel "Khowar language"@en ;
    skos:definition "For the ethnic group, see under Chitrali people. Khowar , also known as Chitrali, is a Dardic language spoken by 400,000 people in Chitral in Khyber Pakhtunkhwa, in the Ghizer district of Gilgit-Baltistan (including the Yasin Valley, Phandar Ishkoman and Gupis), and in parts of Upper Swat. Speakers of Khowar have also migrated heavily to Pakistan's major urban centres with Islamabad, Lahore and Karachi, having sizeable populations. It is spoken as a second language in the rest of Gilgit and Hunza. There are believed to be small numbers of Khowar speakers in Afghanistan, China, Tajikistan and Istanbul."@en ;
    skos:inScheme lexvo: ;
    skos:notation "khw"^^xsd:string ;
    skos:prefLabel "كهوار"@ar,
        "Kowareg"@br,
        "Khowar"@de,
        "Khowar"@en,
        "Khowarin kieli"@fi,
        "Khowar"@fr,
        "खोवार भाषा"@hi,
        "コワール語"@ja,
        "Khowar"@nn,
        "Khowar"@no,
        "Język khowar"@pl,
        "Lenga khowar"@pms,
        "کھوار"@pnb,
        "Língua khovar"@pt,
        "Кховар"@ru,
        "கோவார் மொழி"@ta,
        "ภาษาโควาร์"@th,
        "کھووار"@ur .

<http://lexvo.org/id/iso639-3/kia> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kia"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/kimm1246> ;
    owl:sameAs <http://dbpedia.org/resource/Kim_language>,
        <http://www.mpii.de/yago/resource/Kim_language> ;
    skos:altLabel "Kim language"@en ;
    skos:definition "Kim of southern Chad is an Mbum language spoken by 15,000 people. It was once mistakenly classified as Chadic. There is strong dialectical divergence; Garap (Éré), Gerep (Djouman, Jumam), Kolop (Kilop, Kolobo), and Kosop (Kwasap, Kim) may actually be distinct languages."@en ;
    skos:inScheme lexvo: ;
    skos:notation "kia"^^xsd:string ;
    skos:prefLabel "Kim"@de,
        "Kim"@en,
        "Kim"@fr,
        "Lenga Kim"@pms .

<http://lexvo.org/id/iso639-3/kii> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kii"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/kits1249> ;
    owl:sameAs <http://dbpedia.org/resource/Kitsai_language>,
        <http://www.mpii.de/yago/resource/Kitsai_language> ;
    skos:altLabel "Kitsai language"@en ;
    skos:definition "The Kitsai (also Kichai) language is an extinct member of the Caddoan language family. It was spoken in Oklahoma by the Kichai tribe and became extinct in the 1930s. It is thought to be related to Wichita but more closely to Pawnee. The Kichai people today are enrolled in the Wichita and Affiliated Tribes (Wichita, Keechi, Waco and Tawakonie), headquartered in Anadarko, Oklahoma."@en ;
    skos:inScheme lexvo: ;
    skos:notation "kii"^^xsd:string ;
    skos:prefLabel "Kitsaeg"@br,
        "Kitsajština"@cs,
        "Kitsai"@en,
        "Kitsai"@fr .

<http://lexvo.org/id/iso639-3/kim> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kim"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/kara1462> ;
    owl:sameAs <http://dbpedia.org/resource/Tofa_language>,
        <http://www.mpii.de/yago/resource/Tofa_language> ;
    skos:altLabel "Tofa language"@en ;
    skos:definition "Tofa, also known as Tofalar or Karagas, is one of the Turkic languages spoken in Russia's Irkutsk Oblast by the Tofalars. It is a moribund language; in 2001 only 28 people were reported to speak it."@en ;
    skos:inScheme lexvo: ;
    skos:notation "kim"^^xsd:string ;
    skos:prefLabel "Тофаларски език"@bg,
        "Tofaeg"@br,
        "Tofalarština"@cs,
        "Тофалар чĕлхи"@cv,
        "Tofalarische Sprache"@de,
        "Karagas"@en,
        "Tofalara lingvo"@eo,
        "Karagassi keel"@et,
        "Tofan kieli"@fi,
        "Tofalar"@fr,
        "Tofa dili"@gag,
        "Тофа тілі"@kk,
        "Тофански јазик"@mk,
        "Tofalarisk"@no,
        "Język tofa"@pl,
        "Тофаларский язык"@ru,
        "ภาษาโตฟา"@th,
        "Tofaca"@tr,
        "Тофалар теле"@tt .

<http://lexvo.org/id/iso639-3/kio> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kio"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/kiow1266> ;
    owl:sameAs <http://dbpedia.org/resource/Kiowa_language>,
        <http://lexvo.org/id/wordnet/30/noun/kiowa_1_10_00>,
        <http://www.mpii.de/yago/resource/Kiowa_language> ;
    skos:altLabel "Kiowa language"@en ;
    skos:definition "Kiowa is a Kiowa–Tanoan language spoken by the Kiowa Tribe of Oklahoma in primarily Caddo, Kiowa, and Comanche counties. The Kiowa tribal center is located in Carnegie. Like most North American languages, Kiowa is an endangered language."@en ;
    skos:inScheme lexvo: ;
    skos:notation "kio"^^xsd:string ;
    skos:prefLabel "Kioweg"@br,
        "Kajovština"@cs,
        "Kiowa"@en,
        "Kiowa"@fr,
        "Кайова"@ru .

<http://lexvo.org/id/iso639-3/kjb> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kjb"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/qanj1241> ;
    owl:sameAs <http://dbpedia.org/resource/Q%E2%80%99anjob%E2%80%99al_language>,
        <http://www.mpii.de/yago/resource/Q%E2%80%99anjob%E2%80%99al_language> ;
    skos:altLabel "Q'anjob'al"@en,
        "Q’anjob’al language"@en ;
    skos:definition "Qanjobal (also Kanjobal) is a Mayan language spoken primarily in Guatemala and part of Mexico. According to 1998 estimates compiled by SIL International in Ethnologue, there were approximately 77,700 native speakers, primarily in the Huehuetenango Department of Guatemala. Qanjobal is a member of the Qanjobalan branch of the Mayan language family. The Mayan language family includes 31 languages, two of which are now extinct. The Qanjobalan branch includes not only Qanjobal itself but also Chuj, Akatek, and Jakaltek, also spoken in Guatemala. The Qanjobalan languages are noted for being among the most conservative of the Mayan language family, although they do include some interesting innovations."@en ;
    skos:inScheme lexvo: ;
    skos:notation "kjb"^^xsd:string ;
    skos:prefLabel "Kanjobal-Sprache"@de,
        "Kanjobal"@en,
        "Idioma q'anjob'al"@es,
        "Q'anjob'al"@fr,
        "Kanchobalių kalba"@lt,
        "Канхобалски јазик"@mk,
        "Q'anjob'al"@nl,
        "Kanjobal"@no,
        "Língua canjobal"@pt,
        "Q'anjob'al simi"@qu,
        "Канхобальский язык"@ru .

<http://lexvo.org/id/iso639-3/kjg> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kjg"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/khmu1256> ;
    owl:sameAs <http://dbpedia.org/resource/Khmu_language>,
        <http://www.mpii.de/yago/resource/Khmu_language> ;
    skos:altLabel "Khmu language"@en ;
    skos:definition "Khmu is the language of the Khmu people of the northern Laos region. It is also spoken in adjacent areas of Vietnam, Thailand and China. Khmu lends its name to the Khmuic branch of the Austro-Asiatic language family, the latter of which also includes Khmer and Vietnamese. Within Austro-Asiatic, Khmu is often cited as being most closely related to the Palaungic and Khasic languages. The name \"Khmu\" can also be seen romanized as Kmhmu, Khmu', Kammu, or Khamuk in various publications or alternatively referred to by the name of a local dialect."@en ;
    skos:inScheme lexvo: ;
    skos:notation "kjg"^^xsd:string ;
    skos:prefLabel "Kmoueg"@br,
        "Khmu"@en,
        "Khmu"@fr,
        "Język khmu"@pl,
        "Kammu"@sv,
        "ภาษาขมุ"@th .

<http://lexvo.org/id/iso639-3/kjh> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kjh"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/khak1248> ;
    owl:sameAs <http://dbpedia.org/resource/Fuy%C3%BC_G%C3%AFrg%C3%AFs_dialect>,
        <http://www.mpii.de/yago/resource/Fuy%C3%BC_G%C3%AFrg%C3%AFs_dialect> ;
    skos:altLabel "Fuyü Gïrgïs dialect"@en ;
    skos:definition "Fuyü Gïrgïs or Fu-Yu Kirgiz, also known as Manchurian Kirghiz, is the easternmost Turkic language. It is spoken in northeastern China's Heilongjiang province, in and around Fuyu County, Qiqihar, which is located approximately 300 km northwest of Harbin. Fuyü Gïrgïs is spoken by a small number of passive speakers, who are classified as Kyrgyz nationality. However, it is not a dialect of Kyrgyz, but of Khakas; the people migrated from Russia in 1761, and the name may be due to the survival of a common tribal name. Girgis is probably a member of the Siberian Turkic languages and related to the Khakas language."@en ;
    skos:inScheme lexvo: ;
    skos:notation "kjh"^^xsd:string ;
    skos:prefLabel "Фуюйско-киргизки език"@bg,
        "Khakas"@en,
        "Gïrgïs de Fu-Yü"@fr,
        "Фујуско-киргиски јазик"@mk,
        "Фуюйско-кыргызский язык"@ru,
        "ภาษาฟุยุ-คีร์กิซ"@th,
        "Fuyü Gırgıs dili"@tr .

<http://lexvo.org/id/iso639-3/kjj> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kjj"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/khin1240> ;
    owl:sameAs <http://dbpedia.org/resource/Khinalug_language>,
        <http://www.mpii.de/yago/resource/Khinalug_language> ;
    skos:altLabel "Khinalug language"@en ;
    skos:definition "Khinalug (also spelled Khinalig, Xinalug(h) or Khinalugh) is a Northeast Caucasian language spoken by about 1,500 people in the villages of Khinalug and Gülüstan in the mountains of Quba Rayon, northern Azerbaijan. It forms its own independent branch within the Northeast Caucasian language family."@en ;
    skos:inScheme lexvo: ;
    skos:notation "kjj"^^xsd:string ;
    skos:prefLabel "Xınalıq dili"@az,
        "Chinalugische Sprache"@de,
        "Khinalugh"@en,
        "Hinalugin kieli"@fi,
        "Khinalug"@fr,
        "ხინალუღური ენა"@ka,
        "Хыналыг кыв"@kv,
        "Хиналушки јазик"@mk,
        "Język chinalugijski"@pl,
        "Lenga Khinalugh"@pms,
        "Língua khinalug"@pt,
        "Хиналугский язык"@ru,
        "Хіналузька мова"@uk .

<http://lexvo.org/id/iso639-3/kju> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kju"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/kash1280> ;
    owl:sameAs <http://dbpedia.org/resource/Kashaya_language>,
        <http://www.mpii.de/yago/resource/Kashaya_language> ;
    skos:altLabel "Kashaya language"@en ;
    skos:definition "Kashaya (also Southwestern Pomo, Kashia) is a name for a branch of Pomo people whose historical home is the Pacific Coastline of what is now Sonoma County, California, and also their severely endangered Pomoan language. The Pomoan languages have been classified as part of the Hokan language family, although this proposal is controversial. The name Kashaya corresponds to words in neighboring languages with meanings such as \"skillful\" and \"expert gambler\". It is spoken by the Kashia Band of Pomo Indians of the Stewarts Point Rancheria."@en ;
    skos:inScheme lexvo: ;
    skos:notation "kju"^^xsd:string ;
    skos:prefLabel "Kashaya"@en,
        "Kashaya"@fr,
        "Lenga kashaya"@pms .

<http://lexvo.org/id/iso639-3/kkk> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kkk"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/koko1269> ;
    owl:sameAs <http://dbpedia.org/resource/Kokota_language>,
        <http://www.mpii.de/yago/resource/Kokota_language> ;
    skos:altLabel "Kokota language"@en ;
    skos:definition "Kokota is an Austronesian language spoken by perhaps as many as 1,200 people in three villages on Santa Isabel in the Solomon Islands. The villages of Goveo and Sisiga lie on the north coast, while Hurepelo lies on the south coast. People in all three villages use the language daily, but may eventually switch to neighboring Cheke Holo to the west, a language spoken by many more people who have recently settled between Goveo and Sisiga (Palmer 2009:1-2)."@en ;
    skos:inScheme lexvo: ;
    skos:notation "kkk"^^xsd:string ;
    skos:prefLabel "Kokota"@en,
        "Kokota"@fr,
        "Lenga Kokota"@pms .

<http://lexvo.org/id/iso639-3/kkw> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kkw"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/teke1280> ;
    owl:sameAs <http://dbpedia.org/resource/Kukuya_language>,
        <http://www.mpii.de/yago/resource/Kukuya_language> ;
    skos:altLabel "Kukuya language"@en ;
    skos:definition "The Kukuya language, Kikukuya , also transcribed Kukẅa and known as Southern Teke, is a member of the Teke dialect continuum of the Congolese plateau. It is known for being the only language claimed to have a phonemic labiodental nasal . The name comes from the word kuya \"plateau\"."@en ;
    skos:inScheme lexvo: ;
    skos:notation "kkw"^^xsd:string ;
    skos:prefLabel "Teke-Kukuya"@de,
        "Teke-Kukuya"@en,
        "Teke-Kukuyan kieli"@fi,
        "Lenga Teke-Kukuya"@pms .

<http://lexvo.org/id/iso639-3/kky> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kky"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/gugu1255> ;
    owl:sameAs <http://dbpedia.org/resource/Guugu_Yimithirr_language>,
        <http://www.mpii.de/yago/resource/Guugu_Yimithirr_language> ;
    skos:altLabel "Guugu Yimithirr language"@en ;
    skos:definition "Guugu Yimithirr (many other spellings; see below) is an Australian Aboriginal language, the traditional language of the Guugu Yimithirr people of Far North Queensland. Most of the speakers today live at the community of Hopevale, about 46 km from Cooktown. It is one of the more famous Australian languages because it is the source of the word kangaroo."@en ;
    skos:inScheme lexvo: ;
    skos:notation "kky"^^xsd:string ;
    skos:prefLabel "Gougouyimidjireg"@br,
        "Guguyimidjir"@en,
        "Guugu Yimidhirr"@ga,
        "Guugu Yimithirr"@gv,
        "グーグ・イミディル語"@ja,
        "Język Guugu Yimithirr"@pl,
        "Guguyimidjir"@pt,
        "Guguyimidjir"@sv .

<http://lexvo.org/id/iso639-3/kla> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kla"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/klam1254> ;
    owl:sameAs <http://dbpedia.org/resource/Klamath_language>,
        <http://www.mpii.de/yago/resource/Klamath_language> ;
    skos:altLabel "Klamath language"@en ;
    skos:definition "Klamath-Modoc (also simply Klamath, historically Lutuamian) is a Native American language that was spoken around Klamath Lake in what is now southern Oregon and northern California. It is the traditional language of the Klamath and Modoc peoples, each of whom spoke a dialect of the language. , it was spoken by only one person."@en ;
    skos:inScheme lexvo: ;
    skos:notation "kla"^^xsd:string ;
    skos:prefLabel "Klamath-Modoc"@en,
        "Idioma klamath-modoc"@es,
        "Klamathin kieli"@fi,
        "Klamath"@fr,
        "Кламат-модокский язык"@ru .

<http://lexvo.org/id/iso639-3/klb> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "klb"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/kili1268> ;
    owl:sameAs <http://dbpedia.org/resource/Kiliwa_language>,
        <http://www.mpii.de/yago/resource/Kiliwa_language> ;
    skos:altLabel "Kiliwa language"@en ;
    skos:definition "Kiliwa (in Kiliwa: K’olew Ñaja’) is a Yuman language spoken in Baja California, in the far northwest of Mexico, by the Kiliwa people. It may form part of the hypothetical Hokan linguistic phylum. Kiliwa is the southernmost representative of the family, and the one that is most distinct from the remaining Yuman languages, which constitute Core Yuman. The Kiliwa's neighbors to the south, the Cochimí, spoke a language or a family of languages that was probably closely related to but not within the Yuman family. Consequently, the Kiliwa lie at the historic \"center of gravity\" for the differentiation of Yuman from Cochimí and of the Yuman branches from each other."@en ;
    skos:inScheme lexvo: ;
    skos:notation "klb"^^xsd:string ;
    skos:prefLabel "Kiliwa"@en,
        "Idioma kiliwa"@es,
        "Kiliwa"@fr,
        "Língua kiliwa"@pt .

<http://lexvo.org/id/iso639-3/kle> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kle"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/kulu1253> ;
    owl:sameAs <http://dbpedia.org/resource/Kulung_language>,
        <http://www.mpii.de/yago/resource/Kulung_language> ;
    skos:altLabel "Kulung (Nepal)"@en,
        "Kulung language"@en ;
    skos:definition "The Kulung are the people of Rai and Kirant descent, inhabiting Nepal and parts of northeastern India. Their language of the same name is closely related to the fellow Kiranti languages Bantawa and Puma. Alternate names for the language include Khulunge Rai, Kulu Ring, Khulung and Kholung."@en ;
    skos:inScheme lexvo: ;
    skos:notation "kle"^^xsd:string ;
    skos:prefLabel "Kulung"@en,
        "Kulungish"@gv .

<http://lexvo.org/id/iso639-3/klj> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "klj"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/turk1303> ;
    owl:sameAs <http://dbpedia.org/resource/Khalaj_language>,
        <http://www.mpii.de/yago/resource/Khalaj_language> ;
    skos:altLabel "Khalaj language"@en,
        "Khalaj, Turkic"@en ;
    skos:definition "Khalaj is a Turkic language spoken in Iran. It is a member of the Azerbaijani subgroup of the Oghuz languages. There were approximately 42,000 speakers of this language as of 2000. ISO 639-3 uses the name to distinguish it from the Indo-Iranian language called \"Khalaj\"."@en ;
    skos:inScheme lexvo: ;
    skos:notation "klj"^^xsd:string ;
    skos:prefLabel "Xələc dili"@az,
        "Халаджки език"@bg,
        "C'halajeg"@br,
        "Chaladschische Sprache"@de,
        "Turkic Khalaj"@en,
        "زبان خلجی"@fa,
        "Haladžin kieli"@fi,
        "Khaladj"@fr,
        "Halac dili"@gag,
        "칼라지어"@ko,
        "Chaladžų kalba"@lt,
        "Халачки јазик"@mk,
        "Lenga khalaj, turkic"@pms,
        "Халаджский язык"@ru,
        "ภาษาคาลาซ"@th,
        "Halaçça"@tr .

<http://lexvo.org/id/iso639-3/klq> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "klq"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/rumu1243> ;
    owl:sameAs <http://dbpedia.org/resource/Rumu_language>,
        <http://www.mpii.de/yago/resource/Rumu_language> ;
    skos:altLabel "Rumu language"@en ;
    skos:definition "Rumu (Rumuwa), or Kairi (Kai-Iri), is a Papuan language of Papua New Guinea. Other names for it are Dumu (Tumu) and Kibiri."@en ;
    skos:inScheme lexvo: ;
    skos:notation "klq"^^xsd:string ;
    skos:prefLabel "Rumu"@en .

<http://lexvo.org/id/iso639-3/klr> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "klr"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/khal1275> ;
    owl:sameAs <http://dbpedia.org/resource/Khaling_language>,
        <http://www.mpii.de/yago/resource/Khaling_language> ;
    skos:altLabel "Khaling language"@en ;
    skos:definition "Khaling is a Kiranti language spoken in Khotang district, Nepal"@en ;
    skos:inScheme lexvo: ;
    skos:notation "klr"^^xsd:string ;
    skos:prefLabel "C'halingeg"@br,
        "Khaling"@en .

<http://lexvo.org/id/iso639-3/kls> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kls"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/kala1372> ;
    owl:sameAs <http://dbpedia.org/resource/Kalash_language>,
        <http://www.mpii.de/yago/resource/Kalash_language> ;
    skos:altLabel "Kalash language"@en ;
    skos:definition "Kalasha (also known as Kalasha-mondr) is an Indo-European language in the Indo-Iranian branch spoken by the Kalash people, further classified as a Dardic language in the Chitral Group. Georg Morgenstierne maintains that \"The Kalasha do not belong to the special Kafir branch of Indo-Iranian but speak a true Indo-Aryan language.\" The Kalasha language is phonologically atypical because it contrasts plain, long, nasal, and retroflex vowels as well as combinations of these (Heegård & Mørch 2004). According to the Chitrali researcher Rehmat Aziz Chitrali, the correct name of the language is Kalasha."@en ;
    skos:inScheme lexvo: ;
    skos:notation "kls"^^xsd:string ;
    skos:prefLabel "Kalacheg"@br,
        "Kalasha"@en,
        "Kalašan kieli"@fi,
        "Kalasha"@fr,
        "Kalasha"@no,
        "Калашский язык"@ru,
        "Kalaština"@sk,
        "கலஷா மொழி"@ta .

<http://lexvo.org/id/iso639-3/klu> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "klu"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/klao1243> ;
    owl:sameAs <http://dbpedia.org/resource/Klao_language>,
        <http://www.mpii.de/yago/resource/Klao_language> ;
    skos:altLabel "Klao language"@en ;
    skos:definition "Klao (also Klaoh) is a Kru language of the Niger–Congo language family, spoken primarily in Liberia, with some speakers also in Sierra Leone. It uses SVO word order for main clauses and SOV for embedded clauses. A Klao translation of the Bible by missionary Nancy Lightfoot was released in 2000. The language has Western, West Central, Central, and Eastern dialects."@en ;
    skos:inScheme lexvo: ;
    skos:notation "klu"^^xsd:string ;
    skos:prefLabel "Klao"@en .

<http://lexvo.org/id/iso639-3/kmb> a lvont:Language,
        skos:Concept ;
    lvont:isFocusOf <http://id.loc.gov/vocabulary/iso639-2/kmb> ;
    lvont:iso6392BCode "kmb"^^xsd:string ;
    lvont:iso6392TCode "kmb"^^xsd:string ;
    lvont:iso639P3PCode "kmb"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-2/kmb> ;
    owl:sameAs <http://dbpedia.org/resource/North_Mbundu_language>,
        <http://psi.oasis-open.org/iso/639/#kmb>,
        <http://www.lingvoj.org/lang/kmb>,
        <http://www.mpii.de/yago/resource/North_Mbundu_language>,
        <info:lc/vocabulary/languages/kmb> ;
    skos:altLabel "Kimbundu-Sprache"@de,
        "North Mbundu language"@en,
        "Idioma kimbundu"@es,
        "Kimbundu"@fr,
        "kiMboundou"@fr,
        "Język mbundu"@pl,
        "quimbundo"@pt,
        "Северный мбунду"@ru ;
    skos:definition "North Mbundu, or Kimbundu, one of two Bantu languages called Mbundu (see Umbundu), is one of the most widely spoken Bantu languages in Angola, concentrated in the north-west of the country, notably in the Luanda Province, the Bengo Province, the Malanje Province and the Cuanza Norte Province. It is spoken by the Ambundu; (Ambundu is the short form for Akwa Mbundu and Akwa means from, or of, or more originally originally from and belonging to. In Kimbundu language the particle Akwa is shortened into simply A, so that instead of Akwa Mbndu it becomes Ambundu; similarly the term Akwa Ngola becomes ANgola, then Angola; Ngola was title for kings in Northern Angolan kingdom in the past, before the Portuguese invasion)."@en ;
    skos:inScheme lexvo: ;
    skos:notation "kmb"^^xsd:string ;
    skos:prefLabel "الكيمبندو"@ar,
        "kimbundu dili"@az,
        "кимбунду"@bg,
        "কিম্বুন্দু"@bn,
        "kimbundu"@br,
        "कींबुंडु"@brx,
        "kimbundu"@bs,
        "кимбунду"@bs-Cyrl,
        "kimbundu"@ca,
        "金邦杜文"@cmn,
        "金邦杜文"@cmn-Hant,
        "kimbundština"@cs,
        "kimbundu"@da,
        "Kimbundu"@de,
        "Κιμπούντου"@el,
        "Kimbundu"@en,
        "Kimbunda lingvo"@eo,
        "kimbundu"@es,
        "mbundu"@et,
        "کیمبوندویی"@fa,
        "kimbundu"@fi,
        "kimbundu"@fr,
        "Kimbundu-Schpraach"@gsw,
        "કિમ્બન્દુ"@gu,
        "קימבונדו"@he,
        "किम्बन्दु"@hi,
        "kimbundu"@hr,
        "kimbundu"@hu,
        "Kimbundu"@id,
        "kimbúndú"@is,
        "kimbundu"@it,
        "キンブンド語"@ja,
        "Kimbundu"@kg,
        "ಕಿಂಬುಂಡು"@kn,
        "킴분두어"@ko,
        "کِمبُندوٗ"@ks,
        "ຄິມບັນດູ"@lo,
        "kimbundu"@lt,
        "kimbundu"@lv,
        "кимбунду"@mk,
        "ക്ലിംഗൻ"@ml,
        "किम्बन्दु"@mr,
        "Kimbundu"@mt,
        "kimbundu"@nb,
        "Kimbundu"@nl,
        "kimbundu"@nn,
        "କିମ୍ବୁଣ୍ଡୁ"@or,
        "kimbundu"@pl,
        "Lenga Mbundu"@pms,
        "Kimbundu"@pt,
        "kimbundu"@rm,
        "kimbundu"@ro,
        "кимбундийский"@ru,
        "kimbundu"@sk,
        "kimbundu"@sl,
        "Кимбунду"@sr,
        "Kimbundu"@sr-Latn,
        "kimbundu"@sv,
        "Kimbundu"@sw,
        "Kimbundu"@swh,
        "கிம்புன்து"@ta,
        "కిమ్బుండు"@te,
        "คิมบุนดู"@th,
        "Kimbundu"@tr,
        "кімбунду"@uk,
        "Tiếng Kimbundu"@vi,
        "金邦杜语"@zh .

<http://lexvo.org/id/iso639-3/kmg> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kmg"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/kate1253> ;
    owl:sameAs <http://dbpedia.org/resource/K%C3%A2te_language>,
        <http://www.mpii.de/yago/resource/K%C3%A2te_language> ;
    skos:altLabel "Kâte language"@en ;
    skos:definition "Kâte is a Papuan language spoken by about 6,000 people in the Finschhafen District of Morobe Province, Papua New Guinea. It is part of the Finisterre–Huon branch of the Trans–New Guinea phylum of languages (Ross 2005). It was adopted for teaching and mission work among speakers of Papuan languages by the Evangelical Lutheran Church of Papua New Guinea in the early 1900s and at one time had as many as 80,000 second-language speakers."@en ;
    skos:inScheme lexvo: ;
    skos:notation "kmg"^^xsd:string ;
    skos:prefLabel "Kâte"@en,
        "Kâte"@fr .

<http://lexvo.org/id/iso639-3/kmj> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kmj"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/kuma1274> ;
    owl:sameAs <http://dbpedia.org/resource/Kumarbhag_Paharia_language>,
        <http://www.mpii.de/yago/resource/Kumarbhag_Paharia_language> ;
    skos:altLabel "Kumarbhag Paharia language"@en ;
    skos:definition "The Kumarbhag Paharia (Devanagari: कुमारभाग पहाड़िया) language is spoken in the Jharkhand and West Bengal states of India, and tiny pockets of Orissa state. It is a member of the Northern branch of the Dravidian language family, along with the Kurukh language (also spoken in India) and the Brahui language spoken in Pakistan, Iran and Afghanistan. The language is sometime referred to as Kumar Malto. It is closely related to the Sauria Paharia language, to the point where both are sometimes together referred to as the Malto language."@en ;
    skos:inScheme lexvo: ;
    skos:notation "kmj"^^xsd:string ;
    skos:prefLabel "Kumarbhag Paharia"@en,
        "Kumarbhag paharia"@fr,
        "Lenga Kumarbhag Paharia"@pms,
        "குமர்பாக் பஹாரியா மொழி"@ta .

<http://lexvo.org/id/iso639-3/kmn> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kmn"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/awtu1239> ;
    owl:sameAs <http://dbpedia.org/resource/Awtuw_language>,
        <http://www.mpii.de/yago/resource/Awtuw_language> ;
    skos:altLabel "Awtuw language"@en ;
    skos:definition "Awtuw (Autu), also known as Kamnum, is spoken in Sandaun Province, Papua New Guinea. It is a polysynthetic language closely related to Karawa and Pouye."@en ;
    skos:inScheme lexvo: ;
    skos:notation "kmn"^^xsd:string ;
    skos:prefLabel "Awtuw"@en,
        "Awtuw jezik"@hr,
        "Lenga Awtuw"@pms .

<http://lexvo.org/id/iso639-3/kmo> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kmo"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/kwom1262> ;
    owl:sameAs <http://dbpedia.org/resource/Kwoma_language>,
        <http://www.mpii.de/yago/resource/Kwoma_language> ;
    skos:altLabel "Kwoma language"@en ;
    skos:definition "Kwoma is a Sepik language of Papua New Guinea."@en ;
    skos:inScheme lexvo: ;
    skos:notation "kmo"^^xsd:string ;
    skos:prefLabel "Kwoma"@en .

<http://lexvo.org/id/iso639-3/kne> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kne"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/kank1243> ;
    owl:sameAs <http://dbpedia.org/resource/Kankana-ey_language>,
        <http://www.mpii.de/yago/resource/Kankana-ey_language> ;
    skos:altLabel "Kankana-ey language"@en ;
    skos:definition "Kankanaey, is a language used on the island of Luzon in The Philippines. It is widely used by Cordillerans, specifically people from the Mountain Province and people from the Northern part of the Benguet Province."@en ;
    skos:inScheme lexvo: ;
    skos:notation "kne"^^xsd:string ;
    skos:prefLabel "Kankanaey"@en,
        "Pagsasao a Kankana-ey"@ilo,
        "Tiếng Kankana-ey"@vi .

<http://lexvo.org/id/iso639-3/knf> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "knf"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/mank1251> ;
    owl:sameAs <http://dbpedia.org/resource/Mankanya_language>,
        <http://www.mpii.de/yago/resource/Mankanya_language> ;
    skos:altLabel "Mankanya language"@en ;
    skos:definition "The Mankanya language is spoken by approximately 70,000 people in Guinea-Bissau, Senegal and Gambia primarily belonging to the ethnic group of the same name. It belongs to the Bak branch of the Niger–Congo language family."@en ;
    skos:inScheme lexvo: ;
    skos:notation "knf"^^xsd:string ;
    skos:prefLabel "Mankanyeg"@br,
        "Mankanja"@de,
        "Mankanya"@en,
        "Mancagne"@fr,
        "Mankanya jezik"@hr,
        "Lenga Mankanya"@pms .

<http://lexvo.org/id/iso639-3/knj> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "knj"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/west2635> ;
    owl:sameAs <http://dbpedia.org/resource/Akatek_language>,
        <http://www.mpii.de/yago/resource/Akatek_language> ;
    skos:altLabel "Kanjobal, Western"@en,
        "Western Kanjobal"@en ;
    skos:definition "Akatek is a Mayan language spoken by the Akatek people primarily in the Huehuetenango Department, Guatemala in and around the municipalities of Concepción Huista, Nentón, San Miguel Acatán, San Rafael La Independencia and San Sebastián Coatán. A number of speakers also live in Chiapas, Mexico. It is a living language with 58,600 speakers as of 1998, of which 48,500 lived in Guatemala and the remaining in Mexico."@en ;
    skos:inScheme lexvo: ;
    skos:notation "knj"^^xsd:string ;
    skos:prefLabel "Akatekisch"@de,
        "Akatek language"@en,
        "Idioma acateco"@es,
        "Akateko"@fr,
        "Akateko jezik"@hr,
        "Akatekų kalba"@lt,
        "Акатечки јазик"@mk,
        "Acateeks"@nl,
        "Akatansk"@no,
        "Lenga akateko"@pms,
        "Língua acateca"@pt,
        "Акатекский язык"@ru .

<http://lexvo.org/id/iso639-3/knk> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "knk"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/kura1250> ;
    owl:sameAs <http://dbpedia.org/resource/Kuranko_language>,
        <http://www.mpii.de/yago/resource/Kuranko_language> ;
    skos:altLabel "Kuranko language"@en ;
    skos:definition "Kuranko is a Mande language spoken by approximately 350,000 people in Sierra Leone and Guinea. In Guinea it blends into Eastern Maninkakan dialectologically, but the people are ethnically distinct."@en ;
    skos:inScheme lexvo: ;
    skos:notation "knk"^^xsd:string ;
    skos:prefLabel "Kuranko"@en .

<http://lexvo.org/id/iso639-3/knm> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "knm"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/kana1291> ;
    owl:sameAs <http://dbpedia.org/resource/Kanamar%C3%AD_language>,
        <http://www.mpii.de/yago/resource/Kanamar%C3%AD_language> ;
    skos:altLabel "Kanamarí language"@en ;
    skos:definition "Kanamarí is a Katukinian language spoken by about 650 individuals in Amazonas, Brazil. It is considered endangered."@en ;
    skos:inScheme lexvo: ;
    skos:notation "knm"^^xsd:string ;
    skos:prefLabel "Kanamarí"@en,
        "Idioma kanamarí"@es .

<http://lexvo.org/id/iso639-3/knw> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "knw"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/kung1261> ;
    owl:sameAs <http://dbpedia.org/resource/Ekoka_!Kung>,
        <http://www.mpii.de/yago/resource/Ekoka_!Kung> ;
    skos:altLabel "Ekoka !Kung"@en ;
    skos:definition "Ekoka !Kung (Ekoka !Xung, Ekoka-!Xû, Kung-Ekoka) is a variety of the !Kung dialect cluster, spoken originally in northern Namibia and southern Angola, but since the Angolan civil war, also in South Africa."@en ;
    skos:inScheme lexvo: ;
    skos:notation "knw"^^xsd:string ;
    skos:prefLabel "Kung-Ekoka"@en .

<http://lexvo.org/id/iso639-3/koe> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "koe"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/kaci1244> ;
    owl:sameAs <http://dbpedia.org/resource/Kacipo-Balesi_language>,
        <http://www.mpii.de/yago/resource/Kacipo-Balesi_language> ;
    skos:altLabel "Kacipo-Balesi language"@en ;
    skos:definition "The Kacipo-Balesi language (also Silmamo, Tsilmamo, Zelmamu, Zilmamu, Zulmamu) is an Eastern Sudanic language spoken by the Baale and Zilmamu people of Ethiopia and the Kacipo of South Sudan. It is a member of the Surmic cluster. There are three main dialects: Balesi (Baale), Kacipo, and Zilmamu."@en ;
    skos:inScheme lexvo: ;
    skos:notation "koe"^^xsd:string ;
    skos:prefLabel "Kacipo-Balesi"@en .

<http://lexvo.org/id/iso639-3/kog> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kog"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/cogu1240> ;
    owl:sameAs <http://dbpedia.org/resource/Kogi_language>,
        <http://www.mpii.de/yago/resource/Kogi_language> ;
    skos:altLabel "Cogui"@en,
        "Kogi language"@en ;
    skos:definition "Kogi (Cogui), or Kagaba (Cágaba), is a Chibchan language of Colombia. The Kogi people are almost entirely monolingual, and maintain the only unconquered Andean civilization."@en ;
    skos:inScheme lexvo: ;
    skos:notation "kog"^^xsd:string ;
    skos:prefLabel "Kogi"@en .

<http://lexvo.org/id/iso639-3/koi> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "koi"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/komi1269> ;
    owl:sameAs <http://dbpedia.org/resource/Komi-Permyak_language>,
        <http://www.mpii.de/yago/resource/Komi-Permyak_language> ;
    skos:altLabel "Komi-Permyak language"@en ;
    skos:definition "Komi-Permyak language ( or ) is one of two regional varieties of the pluricentrical Komi language, the other variety being Komi-Zyrian."@en ;
    skos:inScheme lexvo: ;
    skos:notation "koi"^^xsd:string ;
    skos:prefLabel "Komieg-permyakeg"@br,
        "Komi-permiac"@ca,
        "Komi-permjačtina"@cs,
        "Komi-Permyak"@en,
        "Komipermjaka lingvo"@eo,
        "Idioma komi permio"@es,
        "Permikomi keel"@et,
        "Komipermjakin kieli"@fi,
        "Komi-permiak"@fr,
        "Lingua permiaca"@it,
        "코미페르먀크어"@ko,
        "Перем Коми кыв"@koi,
        "Перым коми кыв"@kv,
        "Komių permių kalba"@lt,
        "Permės kuomiu kalba"@lt-x,
        "Коми-пермјачки јазик"@mk,
        "Komi-Permjaaks"@nl,
        "Komipermjakisk"@nn,
        "Komipermjakisk"@no,
        "Język komi-permiacki"@pl,
        "Língua komi-permyak"@pt,
        "Коми-пермяцкий язык"@ru,
        "Komipermjakgiella"@se,
        "Коми-пермяк кыл"@udm,
        "Комі-перм'яцька мова"@uk,
        "科米-彼爾米亞克語"@zh .

<http://lexvo.org/id/iso639-3/kok> a lvont:Language,
        skos:Concept ;
    lvont:isFocusOf <http://id.loc.gov/vocabulary/iso639-2/kok> ;
    lvont:iso6392BCode "kok"^^xsd:string ;
    lvont:iso6392TCode "kok"^^xsd:string ;
    lvont:iso639P3PCode "kok"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-2/kok> ;
    owl:sameAs <http://dbpedia.org/resource/Konkani_language>,
        <http://psi.oasis-open.org/iso/639/#kok>,
        <http://www.lingvoj.org/lang/kok>,
        <http://www.mpii.de/yago/resource/Konkani_language>,
        <info:lc/vocabulary/languages/kok> ;
    skos:altLabel "Konkani (macrolanguage)"@en,
        "Konkani language"@en,
        "Konkani"@fr ;
    skos:definition "Konkani (Devanāgarī:, ),is an Indo-Aryan language belonging to the Indo-European family of languages and is spoken on the western coast of India. It has approximately 3.6 million speakers. It is one of the official languages of India and is the official language of the Indian state of Goa. It is a minority language in Karnataka and northern Kerala (Kasaragod district)."@en ;
    skos:inScheme lexvo: ;
    skos:notation "kok"^^xsd:string ;
    skos:prefLabel "কোঙ্কণী ভাষা"@bn,
        "Konkaneg"@br,
        "Konkani"@ca,
        "Konkánština"@cs,
        "Konkaneg"@cy,
        "Konkani"@da,
        "Konkani"@de,
        "Konkani"@en,
        "Konkana lingvo"@eo,
        "Idioma konkaní"@es,
        "Konkanera"@eu,
        "Konkani"@fi,
        "konkani"@fr,
        "Lingua konkani"@gl,
        "કોંકણી ભાષા"@gu,
        "קונקאני"@he,
        "कोंकणी"@hi,
        "Konkani bhasa"@hif,
        "Konkaní"@is,
        "Lingua konkani"@it,
        "コンカニ語"@ja,
        "ಕೊಂಕಣಿ"@kn,
        "콘칸어"@ko,
        "Lingua Concanica"@la,
        "Lengua konkani"@lij,
        "Konkani"@lt,
        "കൊങ്കണി"@ml,
        "कोकणी भाषा"@mr,
        "Konkani"@nl,
        "Konkani"@no,
        "Język konkani"@pl,
        "Língua concani"@pt,
        "Конкани"@ru,
        "Konkani jezik"@sh,
        "Kónkánčina"@sk,
        "Конкани језик"@sr,
        "Konkani"@sv,
        "கொங்கணி மொழி"@ta,
        "కొంకణి భాష"@te,
        "ภาษากงกณี"@th,
        "Tiếng Konkan"@vi,
        "孔卡尼話"@yue,
        "孔卡尼语"@zh .

<http://lexvo.org/id/iso639-3/kot> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kot"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/lagw1237> ;
    owl:sameAs <http://dbpedia.org/resource/Lagwan_language>,
        <http://www.mpii.de/yago/resource/Lagwan_language> ;
    skos:altLabel "Lagwan language"@en ;
    skos:definition "Lagwan is an Afro-Asiatic language spoken in northern Cameroon and southwestern Chad. Dialects include Logone-Birni and Logone-Gana."@en ;
    skos:inScheme lexvo: ;
    skos:notation "kot"^^xsd:string ;
    skos:prefLabel "Lagwan"@en,
        "Kilagwan"@sw .

<http://lexvo.org/id/iso639-3/koy> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "koy"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/koyu1237> ;
    owl:sameAs <http://dbpedia.org/resource/Koyukon_language>,
        <http://www.mpii.de/yago/resource/Koyukon_language> ;
    skos:altLabel "Koyukon language"@en ;
    skos:inScheme lexvo: ;
    skos:notation "koy"^^xsd:string ;
    skos:prefLabel "Koyukon"@en,
        "Koyukon"@fr,
        "Koyukon spriak"@frr,
        "Коюкон йӹлмӹ"@mrj,
        "Lenga koyukon"@pms,
        "Língua koyukon"@pt,
        "Koyukonca"@tr .

<http://lexvo.org/id/iso639-3/kpc> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kpc"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/curr1243> ;
    owl:sameAs <http://dbpedia.org/resource/Curripaco_language>,
        <http://www.mpii.de/yago/resource/Curripaco_language> ;
    skos:altLabel "Curripaco language"@en ;
    skos:definition "Curripako (Curripaco, Kurripako, Ipeka-Tapuia-Curripako) is an Arawakan language principally of Colombia and Venezuela. There are also a thousand speakers in Brazil."@en ;
    skos:inScheme lexvo: ;
    skos:notation "kpc"^^xsd:string ;
    skos:prefLabel "Curripaco"@en .

<http://lexvo.org/id/iso639-3/kpe> a lvont:Language,
        skos:Concept ;
    lvont:isFocusOf <http://id.loc.gov/vocabulary/iso639-2/kpe> ;
    lvont:iso6392BCode "kpe"^^xsd:string ;
    lvont:iso6392TCode "kpe"^^xsd:string ;
    lvont:iso639P3PCode "kpe"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-2/kpe> ;
    owl:sameAs <http://dbpedia.org/resource/Kpelle_language>,
        <http://psi.oasis-open.org/iso/639/#kpe>,
        <http://www.lingvoj.org/lang/kpe>,
        <http://www.mpii.de/yago/resource/Kpelle_language>,
        <info:lc/vocabulary/languages/kpe> ;
    skos:altLabel "Kpelle-Sprache"@de,
        "Kpelle language"@en,
        "Kpèllé"@fr,
        "Język kpelle"@pl,
        "Língua kpelle"@pt ;
    skos:definition "The Kpelle language is spoken by the Kpelle people and is part of the Mande family of languages. Guinean Kpelle (known as Guerze in French), spoken by half a million people, concentrated primarily, but not exclusively, in the forest regions of Guinea, whose capital, Nzérékoré, is the third largest city in Guinea and the largest city in the Guinée Forestière region of south-eastern Guinea bordering Liberia, Ivory Coast, and Sierra Leone. Liberian Kpelle, spoken by half again as many, is currently taught in schools in Liberia."@en ;
    skos:inScheme lexvo: ;
    skos:notation "kpe"^^xsd:string ;
    skos:prefLabel "الكبيل"@ar,
        "kpelle dili"@az,
        "кпеле"@bg,
        "ক্‌পেল্লে"@bn,
        "kpelle"@br,
        "क्पेले"@brx,
        "kpele"@bs,
        "кпеле"@bs-Cyrl,
        "kpelle"@ca,
        "克佩列文"@cmn,
        "克佩列文"@cmn-Hant,
        "kpelle"@cs,
        "kpelle"@da,
        "Kpelle"@de,
        "Κπέλε"@el,
        "Kpelle"@en,
        "kpelle"@es,
        "kpelle"@et,
        "کپله‌ای"@fa,
        "kpelle"@fi,
        "kpellé"@fr,
        "Kpelle-Schpraach"@gsw,
        "ક્પેલ્લે"@gu,
        "קפלה"@he,
        "क्पेल्लै"@hi,
        "kpelle"@hr,
        "kpelle"@hu,
        "Kpelle"@id,
        "kpelle"@is,
        "kpelle"@it,
        "クペレ語"@ja,
        "ಕಪೆಲ್ಲೆ"@kn,
        "크펠레어"@ko,
        "کَپیلی"@ks,
        "ກາແປຣ"@lo,
        "kpele"@lt,
        "kpellu"@lv,
        "кпеле"@mk,
        "കപെല്ലേ"@ml,
        "क्पेल्ले"@mr,
        "Kpelle"@mt,
        "kpelle"@nb,
        "Kpelle"@nl,
        "kpelle"@nn,
        "କୈପେଲେ"@or,
        "kpelle"@pl,
        "Lenga Kpelle, Liberia"@pms,
        "kpelle"@pt,
        "kpelle"@rm,
        "kpelle"@ro,
        "кпелле"@ru,
        "kpelle"@sk,
        "kpelejščina"@sl,
        "Кпеле"@sr,
        "Kpele"@sr-Latn,
        "kpelle"@sv,
        "க்பெல்லே"@ta,
        "పెల్లే"@te,
        "กาแปล"@th,
        "Kpelle"@tr,
        "кпеллє"@uk,
        "Tiếng Kpelle"@vi .

<http://lexvo.org/id/iso639-3/kpg> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kpg"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/kapi1249> ;
    owl:sameAs <http://dbpedia.org/resource/Kapingamarangi_language>,
        <http://www.mpii.de/yago/resource/Kapingamarangi_language> ;
    skos:altLabel "Kapingamarangi language"@en ;
    skos:definition "Kapingamarangi is a Polynesian language spoken in the Federated States of Micronesia. It has about 3000 native speakers. The language is closely related to the Nukuoro language."@en ;
    skos:inScheme lexvo: ;
    skos:notation "kpg"^^xsd:string ;
    skos:prefLabel "Kapingamarangische Sprache"@de,
        "Kapingamarangi"@en,
        "Kapingamarangin kieli"@fi,
        "Kapingamarangi jezik"@hr,
        "Lingua Kapingamarangi"@it,
        "Kapingamarangi"@nl,
        "Lenga Kapingamarangi"@pms,
        "Tiếng Kapingamarangi"@vi .

<http://lexvo.org/id/iso639-3/kpj> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kpj"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/kara1500> ;
    owl:sameAs <http://dbpedia.org/resource/Karaj%C3%A1_language>,
        <http://www.mpii.de/yago/resource/Karaj%C3%A1_language> ;
    skos:altLabel "Karajá language"@en ;
    skos:definition "The Karajá language, also known as Ynã, is spoken by around 3600 Karajá people in some 30 villages in central Brazil. Dialects are North Karaja, South Karaja, Xambioá, and Javaé. There is male and female speech; one of the principal differences is that men drop the sound /k/, which is pronounced by women."@en ;
    skos:inScheme lexvo: ;
    skos:notation "kpj"^^xsd:string ;
    skos:prefLabel "Karajá"@en,
        "Karajá"@es,
        "Carajá"@hr,
        "Karajá"@it,
        "Карахаски јазик"@mk,
        "Karaja"@pl,
        "Carajás"@pt,
        "Каража"@ru .

<http://lexvo.org/id/iso639-3/kpm> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kpm"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/koho1244> ;
    owl:sameAs <http://dbpedia.org/resource/Koho_language>,
        <http://www.mpii.de/yago/resource/Koho_language> ;
    skos:altLabel "Koho language"@en ;
    skos:definition "Sre or Koho is a Bahnaric language spoken in the region around the city of Di Linh in Vietnam, by the Degar (or Montagnard) people. Sre is the name of one of its dialect, whereas Koho is more inclusive."@en ;
    skos:inScheme lexvo: ;
    skos:notation "kpm"^^xsd:string ;
    skos:prefLabel "Koho"@en,
        "Koho jezik"@hr,
        "ภาษาซรี"@th .

<http://lexvo.org/id/iso639-3/kps> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kps"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/tehi1237> ;
    owl:sameAs <http://dbpedia.org/resource/Tehit_language>,
        <http://www.mpii.de/yago/resource/Tehit_language> ;
    skos:altLabel "Tehit language"@en ;
    skos:definition "Tehit is a Papuan language of the Bird's Head Peninsula of New Guinea. Other spellings are Tahit, Tehid, and other names Kaibus, Teminabuan. Dialects are Tehit Jit, Mbol Fle, Saifi, Imyan, Sfa Riere, Fkar, Sawiat Salmeit."@en ;
    skos:inScheme lexvo: ;
    skos:notation "kps"^^xsd:string ;
    skos:prefLabel "Tehit"@en,
        "Język tehit"@pl .

<http://lexvo.org/id/iso639-3/kpt> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kpt"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/kara1474> ;
    owl:sameAs <http://dbpedia.org/resource/Karata_language>,
        <http://www.mpii.de/yago/resource/Karata_language> ;
    skos:altLabel "Karata language"@en ;
    skos:definition "Karata is an Andic language of the Northeast Caucasian language family spoken in southern Dagestan, Russia by approximately 5,000 people in 1990 according to the survey of A. Kibrik and by 6,400 people in 2006 according to the survey of Koryakov. Speakers use Avar as their literary language."@en ;
    skos:inScheme lexvo: ;
    skos:notation "kpt"^^xsd:string ;
    skos:prefLabel "Karateg"@br,
        "Karata"@ca,
        "Karata"@en,
        "Karatan kieli"@fi,
        "Karata"@fr,
        "Lingua karata"@it,
        "Język karatajski"@pl,
        "Каратинский язык"@ru,
        "Каратинська мова"@uk .

<http://lexvo.org/id/iso639-3/kpw> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kpw"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/kobo1249> ;
    owl:sameAs <http://dbpedia.org/resource/Kobon_language>,
        <http://www.mpii.de/yago/resource/Kobon_language> ;
    skos:altLabel "Kobon language"@en ;
    skos:definition "Kobon (pronounced Kombon) is a language of Papua New Guinea. It has somewhere around 90-120 verbs."@en ;
    skos:inScheme lexvo: ;
    skos:notation "kpw"^^xsd:string ;
    skos:prefLabel "Kobon"@en,
        "Język kobon"@pl .

<http://lexvo.org/id/iso639-3/kpx> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kpx"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/moun1252> ;
    owl:sameAs <http://dbpedia.org/resource/Mountain_Koiali_language>,
        <http://www.mpii.de/yago/resource/Mountain_Koiali_language> ;
    skos:altLabel "Koiali, Mountain"@en,
        "Mountain Koiali language"@en ;
    skos:definition "Mountain Koiari (Koiali) is a language of Papua New Guinea. Half of speakers are monolingual."@en ;
    skos:inScheme lexvo: ;
    skos:notation "kpx"^^xsd:string ;
    skos:prefLabel "Mountain Koiali"@en .

<http://lexvo.org/id/iso639-3/kpy> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kpy"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/kory1246> ;
    owl:sameAs <http://dbpedia.org/resource/Koryak_language>,
        <http://www.mpii.de/yago/resource/Koryak_language> ;
    skos:altLabel "Koryak language"@en ;
    skos:definition "Koryak is a Chukotko-Kamchatkan language spoken by circa 3,000 people (Koryak) in the easternmost extremity of Siberia, mainly in Koryak Okrug. It is mostly a language spoken by Koryaks. Its close relative, the Chukchi language, is spoken by about twice that number. The language together with Chukchi, Kerek, Alutor and Itelmen forms the Chukotko-Kamchatkan language family. Its name in Koryak is нымылан, Nymylan, but the name imposed by the Russians is the most common."@en ;
    skos:inScheme lexvo: ;
    skos:notation "kpy"^^xsd:string ;
    skos:prefLabel "Koriak"@ca,
        "Korjačtina"@cs,
        "Коряк чĕлхи"@cv,
        "Korjakische Sprache"@de,
        "Koryak"@en,
        "Korjaka lingvo"@eo,
        "Idioma coriaco"@es,
        "Korjaki keel"@et,
        "Korjakin kieli"@fi,
        "Koriak"@fr,
        "Lingua koryak"@it,
        "코랴크어"@ko,
        "Коряк кыв"@kv,
        "Koriakų kalba"@lt,
        "Kuoriaku kalba"@lt-x,
        "Korjaaks"@nl,
        "Korjakisk"@no,
        "Język koriacki"@pl,
        "Lenga koryak"@pms,
        "Língua koriaque"@pt,
        "Корякский язык"@ru,
        "Korjakiska"@sv,
        "Koryakça"@tr,
        "科里亚克语"@zh .

<http://lexvo.org/id/iso639-3/kpz> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kpz"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/kups1238> ;
    owl:sameAs <http://dbpedia.org/resource/Sabiny_language>,
        <http://www.mpii.de/yago/resource/Sabiny_language> ;
    skos:altLabel "Sabiny language"@en ;
    skos:definition "Kupsabiny (Sabiny), or Sebei, is a Kalenjin language of Uganda."@en ;
    skos:inScheme lexvo: ;
    skos:notation "kpz"^^xsd:string ;
    skos:prefLabel "Kupsabiny"@en,
        "Kikupsabiny"@sw .

<http://lexvo.org/id/iso639-3/kqy> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kqy"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/koor1239> ;
    owl:sameAs <http://dbpedia.org/resource/Koorete_language>,
        <http://www.mpii.de/yago/resource/Koorete_language> ;
    skos:altLabel "Koorete language"@en ;
    skos:definition "Koorete (also Amaarro, Amarro, Badittu, Koore, Koyra, Kwera, Nuna) is the language spoken by the Koore people of southern Ethiopia."@en ;
    skos:inScheme lexvo: ;
    skos:notation "kqy"^^xsd:string ;
    skos:prefLabel "Koorete"@en .

<http://lexvo.org/id/iso639-3/kqz> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kqz"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/kora1292> ;
    owl:sameAs <http://dbpedia.org/resource/Korana_language>,
        <http://www.mpii.de/yago/resource/Korana_language> ;
    skos:altLabel "Korana language"@en ;
    skos:definition "Korana, or ǃOra, is a moribund Khoe language of South Africa. An ethnic Korana population (also called Griqua) of 10,000 live in South Africa, and perhaps Botswana, with perhaps half a dozen elderly speakers as of 2008."@en ;
    skos:inScheme lexvo: ;
    skos:notation "kqz"^^xsd:string ;
    skos:prefLabel "Korana"@en,
        "Idioma korana"@es,
        "Korana jezik"@hr,
        "Língua korana"@pt .

<http://lexvo.org/id/iso639-3/krk> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "krk"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/kere1280> ;
    owl:sameAs <http://dbpedia.org/resource/Kerek_language>,
        <http://www.mpii.de/yago/resource/Kerek_language> ;
    skos:altLabel "Kerek language"@en ;
    skos:definition "Kerek was a language of Russia that belongs to the northern branch of the Chukotko-Kamchatkan languages. On historical linguistic grounds it is most closely related to Koryak (both languages have a merger of the proto-Chuktotian phonemes /*ð/ and /*r/ with /*j/). The next closest relative is Chukchi (/*ð/ and /*r/ are merged, but not /*j/)."@en ;
    skos:inScheme lexvo: ;
    skos:notation "krk"^^xsd:string ;
    skos:prefLabel "Керек чĕлхи"@cv,
        "Kerek"@en,
        "Kerekin kieli"@fi,
        "Kerek"@fr,
        "Kerečki jezik"@hr,
        "Kereku kalba"@lt-x,
        "Kereks"@nl,
        "Język kerecki"@pl,
        "Língua kereque"@pt,
        "Керекский язык"@ru,
        "Kerek"@sv .

<http://lexvo.org/id/iso639-3/krs> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "krs"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/gbay1288> ;
    owl:sameAs <http://dbpedia.org/resource/Kresh_language>,
        <http://www.mpii.de/yago/resource/Kresh_language> ;
    skos:altLabel "Gbaya (Sudan)"@en,
        "Kresh language"@en ;
    skos:definition "Kresh, also known as Kresh-Ndogo and Gbaya-Ndogo, is a Central Sudanic language of South Sudan and the prestige variety of the Kresh languages."@en ;
    skos:inScheme lexvo: ;
    skos:notation "krs"^^xsd:string ;
    skos:prefLabel "Gbaya"@en,
        "Креш језик"@sr .

<http://lexvo.org/id/iso639-3/kry> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kry"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/kryt1240> ;
    owl:sameAs <http://dbpedia.org/resource/Kryts_language>,
        <http://www.mpii.de/yago/resource/Kryts_language> ;
    skos:altLabel "Kryts language"@en ;
    skos:definition "Kryts (Kryc), or Jek (Cek, Dzek), is a Samur language of the Northeast Caucasian language family spoken in parts of the Quba Rayon of Azerbaijan by 6,000 people in 1975."@en ;
    skos:inScheme lexvo: ;
    skos:notation "kry"^^xsd:string ;
    skos:prefLabel "Qrız dili"@az,
        "Krysische Sprache"@de,
        "Kryts"@en,
        "Krytsin kieli"@fi,
        "Kryz"@fr,
        "Lingua kryts"@it,
        "Język kryzyjski"@pl,
        "Lenga Kryts"@pms,
        "Крызский язык"@ru,
        "Кризька мова"@uk .

<http://lexvo.org/id/iso639-3/ksb> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ksb"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/sham1280> ;
    owl:sameAs <http://dbpedia.org/resource/Shambala_language>,
        <http://www.mpii.de/yago/resource/Shambala_language> ;
    skos:altLabel "Shambala language"@en,
        "Język sambala"@pl ;
    skos:definition "Shambala or Shambaa is a Bantu language of Tanzania."@en ;
    skos:inScheme lexvo: ;
    skos:notation "ksb"^^xsd:string ;
    skos:prefLabel "shambala"@ca,
        "香巴拉文"@cmn,
        "尚巴拉文"@cmn-Hant,
        "shambala"@cs,
        "shambala"@da,
        "Σάμπαλα"@el,
        "Shambala"@en,
        "shambala"@es,
        "shambala"@et,
        "shambala"@fi,
        "chambala"@fr,
        "שמבאלה"@he,
        "shambala"@hr,
        "sambala"@hu,
        "Shambala"@id,
        "shambala"@it,
        "サンバー語"@ja,
        "샴발라어"@ko,
        "Kishambaa"@ksb,
        "ຊຳບາລ້າ"@lo,
        "sambalų"@lt,
        "šambalu"@lv,
        "шамбала"@mk,
        "shambala"@nb,
        "Shambala"@nl,
        "sambala"@pl,
        "shambala"@pt,
        "shambala"@ro,
        "шамбала"@ru,
        "šambala"@sk,
        "kisambaa"@sv,
        "Kishambala"@sw,
        "Kisambaa"@swh,
        "ชัมบาลา"@th,
        "Shambala"@tr,
        "шамбала"@uk,
        "Tiếng Shambala"@vi .

<http://lexvo.org/id/iso639-3/ksd> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ksd"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/kuan1248> ;
    owl:sameAs <http://dbpedia.org/resource/Tolai_language>,
        <http://www.mpii.de/yago/resource/Tolai_language> ;
    skos:altLabel "Tolai language"@en ;
    skos:definition "The Tolai language, or Kuanua, is spoken by the Tolai people of Papua New Guinea, who live on the Gazelle Peninsula in East New Britain Province. (This language is often referred to in the literature as Tolai. However, Tolai is actually the name of the cultural group. The Tolais themselves refer to their language as A Tinata Tuna, which translates as The Real Language. Kuanua is apparently a word in the Duke of York language, meaning The place over there.)"@en ;
    skos:inScheme lexvo: ;
    skos:notation "ksd"^^xsd:string ;
    skos:prefLabel "Kuanua"@de,
        "Kuanua"@en,
        "Kuanua"@es,
        "Kuanua"@fi,
        "Kuanua"@fr,
        "Bahasa Kuanua"@id,
        "クアヌア語"@ja,
        "Lenga Kuanua"@pms,
        "Толаи"@ru,
        "庫阿努阿語"@zh .

<http://lexvo.org/id/iso639-3/ksf> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ksf"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/bafi1243> ;
    owl:sameAs <http://dbpedia.org/resource/Kpa'_language>,
        <http://www.mpii.de/yago/resource/Kpa'_language> ;
    skos:altLabel "Kpa' language"@en,
        "Bafia"@fr,
        "Język bafia"@pl ;
    skos:definition "Kpa’, or Bafia, is a Bantu language of Cameroon."@en ;
    skos:inScheme lexvo: ;
    skos:notation "ksf"^^xsd:string ;
    skos:prefLabel "bafia"@ca,
        "巴菲亚文"@cmn,
        "巴菲亞文"@cmn-Hant,
        "bafia"@cs,
        "Baffia"@cy,
        "bafia"@da,
        "Bafia"@de,
        "bafiagbe"@ee,
        "Μπάφια"@el,
        "Bafia"@en,
        "bafia"@es,
        "bafia"@et,
        "bafia"@fi,
        "bafia"@fr,
        "באפיה"@he,
        "bafia"@hr,
        "bafia"@hu,
        "Bafia"@id,
        "bafia"@is,
        "bafia"@it,
        "バフィア語"@ja,
        "바피아어"@ko,
        "rikpa"@ksf,
        "ບາເຝຍ"@lo,
        "bafų"@lt,
        "bafiju"@lv,
        "бафија"@mk,
        "bafia"@nb,
        "Bafia"@nl,
        "bafia"@nn,
        "bafia"@pl,
        "Lenga Bafia"@pms,
        "bafia"@pt,
        "bafia"@ro,
        "бафия"@ru,
        "bafia"@sk,
        "bafia"@sv,
        "Kibafia"@sw,
        "Kibafia"@swh,
        "บาเฟีย"@th,
        "lea fakapafia"@to,
        "Bafia"@tr,
        "бафіа"@uk,
        "Tiếng Bafia"@vi .

<http://lexvo.org/id/iso639-3/ksh> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ksh"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/kols1241> ;
    owl:sameAs <http://dbpedia.org/resource/Ripuarian_language>,
        <http://www.lingvoj.org/lang/ksh>,
        <http://www.mpii.de/yago/resource/Ripuarian_language> ;
    skos:altLabel "Ripuarisch"@ca,
        "Colognian"@en,
        "Ripuarian language"@en,
        "Fráncico ripuario"@es,
        "Francique ripuaire"@fr,
        "Ripuarijski jezici"@hr,
        "coloniese"@it,
        "リプアーリ語"@ja,
        "Ripoarėsch"@ksh,
        "Ripuarisch"@nl,
        "Język rypuaryjski"@pl,
        "Limba ripuară"@ro,
        "Рипуарские диалекты"@ru,
        "ภาษาริปัวเรียน"@th,
        "Ріпуарські діалекти"@uk ;
    skos:definition "Ripuarian (also Ripuarian Franconian or Ripuarisch Platt; natively Ripoarėsch) is a German dialect group, part of the West Central German language group. Together with the Moselle Franconian and Luxembourgish language, Ripuarian belongs to the larger Central Franconian dialect family and also to the Rhinelandic linguistic continuum with the Low Franconian languages."@en ;
    skos:inScheme lexvo: ;
    skos:notation "ksh"^^xsd:string ;
    skos:prefLabel "Ripuaries"@af,
        "لغة ريبوارية"@ar,
        "Рипуарски франконски езици"@bg,
        "colognian"@ca,
        "科隆文"@cmn,
        "科隆文"@cmn-Hant,
        "kölsch"@cs,
        "Cwleneg"@cy,
        "kölsch"@da,
        "Ripuarische Dialekte"@de,
        "Κολωνικά"@el,
        "Kölsch"@en,
        "Ripuara dialektaro"@eo,
        "kölsch"@es,
        "cologniani"@et,
        "Ripuariera"@eu,
        "زبان ریپواری"@fa,
        "kölsch"@fi,
        "francique ripuaire"@fr,
        "Ripuarisch"@gsw-FR,
        "קולוניאן"@he,
        "kelnski"@hr,
        "kölsch"@hu,
        "Dialek Kolsch"@id,
        "kölníska"@is,
        "Ripuario"@it,
        "ケルン語"@ja,
        "콜로그니안어"@ko,
        "Kölsch"@ksh,
        "Ripuarisch"@li,
        "ໂຄລອກນຽນ"@lo,
        "kolognų"@lt,
        "Ķelnes vācu"@lv,
        "колоњски"@mk,
        "kølnsk"@nb,
        "Ripuarisch"@nds,
        "Kölsch"@nl,
        "Ripuarisch"@pdc,
        "gwara kolońska"@pl,
        "kölsch"@ro,
        "кёльш"@ru,
        "Ripuarski dijalekti"@sh,
        "kolínčina"@sk,
        "kölniska"@sv,
        "இரிபுவாரிய மொழி"@ta,
        "โคโลญ"@th,
        "Köln Diyalekti"@tr,
        "колоніан"@uk,
        "Tiếng Cologne"@vi,
        "Ripouwaryin"@wa .

<http://lexvo.org/id/iso639-3/ksi> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ksi"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/kris1246> ;
    owl:sameAs <http://dbpedia.org/resource/I'saka_language>,
        <http://www.mpii.de/yago/resource/I'saka_language> ;
    skos:altLabel "I'saka"@en,
        "I'saka language"@en ;
    skos:definition "I’saka is the language spoken by the people of the villages of Krisa and Pasi in Sandaun Province, Papua New Guinea. It has also been referred to as Krisa, after the village, although this name is not actually a possible word in the language itself. The sole published source for the language is Donohue and San Roque (2004) (see references), although the authors of this have also Identified I’saka material in Donald Laycock's unpublished fieldnotes."@en ;
    skos:inScheme lexvo: ;
    skos:notation "ksi"^^xsd:string ;
    skos:prefLabel "Krisa"@en,
        "Krisa jezik"@hr,
        "이사카어"@ko .

<http://lexvo.org/id/iso639-3/ksq> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ksq"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/kwaa1269> ;
    owl:sameAs <http://dbpedia.org/resource/Kwaami_language>,
        <http://www.mpii.de/yago/resource/Kwaami_language> ;
    skos:altLabel "Kwaami language"@en ;
    skos:definition "The Kwaami language, also known as Komawa, Kwam, Kwamanchi, Kwami, or Kwom, is a West Chadic language spoken in Bauchi State, Nigeria, near the city of Gombe."@en ;
    skos:inScheme lexvo: ;
    skos:notation "ksq"^^xsd:string ;
    skos:prefLabel "Kwaami"@en .

<http://lexvo.org/id/iso639-3/kst> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kst"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/winy1241> ;
    owl:sameAs <http://dbpedia.org/resource/Winye_language>,
        <http://www.mpii.de/yago/resource/Winye_language> ;
    skos:altLabel "Winye language"@en ;
    skos:definition "Winyé, or Kolsi, is a Gur language of Burkina Faso. Speakers are largely monolingual."@en ;
    skos:inScheme lexvo: ;
    skos:notation "kst"^^xsd:string ;
    skos:prefLabel "Winyé"@en .

<http://lexvo.org/id/iso639-3/ksw> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ksw"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/sgaw1245> ;
    owl:sameAs <http://dbpedia.org/resource/S'gaw_Karen_language>,
        <http://www.mpii.de/yago/resource/S'gaw_Karen_language> ;
    skos:altLabel "Karen, S'gaw"@en,
        "S'gaw Karen language"@en ;
    skos:definition "Sgaw, also known as Sgaw Karen and Sgaw Kayin, is a Karen language spoken by over one million Sgaw Karen people in Burma, and 200,000 in Thailand. Sgaw Karen is spoken in Tanintharyi Regions Ayeyarwady Delta, Yangon Division, Bago Division and Kayin State. The two main dialects of S'gaw Karen are Panapu and Palakhi. It is written using the Burmese script. A Bible translation was published in 1853."@en ;
    skos:inScheme lexvo: ;
    skos:notation "ksw"^^xsd:string ;
    skos:prefLabel "Sgaweg"@br,
        "S'gaw Karen"@en,
        "ภาษากะเหรี่ยงสะกอ"@th,
        "斯高克伦语"@zh .

<http://lexvo.org/id/iso639-3/ktg> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ktg"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/kalk1246> ;
    owl:sameAs <http://dbpedia.org/resource/Kalkatungu_language>,
        <http://www.mpii.de/yago/resource/Kalkatungu_language> ;
    skos:altLabel "Kalkatungu language"@en ;
    skos:definition "Kalkatungu (also written Kalkutungu, Galgadungu, Kalkutung, Kalkadoon, Galgaduun) is an extinct Australian Aboriginal language formerly spoken around the area of Mount Isa, Queensland."@en ;
    skos:inScheme lexvo: ;
    skos:notation "ktg"^^xsd:string ;
    skos:prefLabel "Kalkutung"@en,
        "Lenga kalkutung"@pms,
        "Kalkutung"@sv .

<http://lexvo.org/id/iso639-3/ktn> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ktn"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/kari1311> ;
    owl:sameAs <http://dbpedia.org/resource/Kariti%C3%A2na_language>,
        <http://www.mpii.de/yago/resource/Kariti%C3%A2na_language> ;
    skos:altLabel "Karitiâna language"@en ;
    skos:definition "Karitiâna or Caritiana is a Tupi language spoken in the state of Rondônia, in the Amazon region of Brazil. Their reservation, demarcated by the Fundação Nacional do Indio (FUNAI) in 1977, consists of roughly 90,000 hectares of jungle. The majority of the Karitiana people live in one village at the northern edge of this reservation, located 90 km (by road) south of the state capital, Porto Velho."@en ;
    skos:inScheme lexvo: ;
    skos:notation "ktn"^^xsd:string ;
    skos:prefLabel "Karitiâna"@en,
        "Karitiâna"@fi,
        "Karitiana"@fr .

<http://lexvo.org/id/iso639-3/kto> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kto"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/kuot1243> ;
    owl:sameAs <http://dbpedia.org/resource/Kuot_language>,
        <http://www.mpii.de/yago/resource/Kuot_language> ;
    skos:altLabel "Kuot language"@en ;
    skos:definition "The Kuot language, or Panaras, is a language isolate, the only non-Austronesian language spoken on the island of New Ireland, Papua New Guinea. There are about 2,400 speakers, concentrated primarily on the northwest coast of the island. Perhaps due to the small speaker base, there are no significant dialects present within Kuot."@en ;
    skos:inScheme lexvo: ;
    skos:notation "kto"^^xsd:string ;
    skos:prefLabel "Kuot"@en,
        "Kuot"@fi,
        "Kuot"@fr,
        "Lenga Kuot"@pms .

<http://lexvo.org/id/iso639-3/ktw> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ktw"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/kato1244> ;
    owl:sameAs <http://dbpedia.org/resource/Cahto_language>,
        <http://www.mpii.de/yago/resource/Cahto_language> ;
    skos:altLabel "Cahto language"@en ;
    skos:definition "Kato (also written Cahto) is an extinct Athabaskan language that was spoken by the Kato people of northwestern California, USA. It also referred to as Batem-Da-Kai-Ee, Kai Po-Mo, and Tlokeang."@en ;
    skos:inScheme lexvo: ;
    skos:notation "ktw"^^xsd:string ;
    skos:prefLabel "Kato"@en,
        "Kato spriak"@frr,
        "Lenga kato"@pms .

<http://lexvo.org/id/iso639-3/ktz> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ktz"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/juho1239> ;
    owl:sameAs <http://dbpedia.org/resource/Ju%C7%80%CA%BChoansi>,
        <http://www.mpii.de/yago/resource/Ju%C7%80%CA%BChoansi> ;
    skos:altLabel "Juǀʼhoansi"@en ;
    skos:inScheme lexvo: ;
    skos:notation "ktz"^^xsd:string ;
    skos:prefLabel "Ju/'hoan"@en,
        "Juǀʼhoan jezik"@hr,
        "Lingua juǀ'hoan"@it,
        "Ju/'hoan"@nl,
        "Język jul'hoan"@pl,
        "Língua Juǀʼhoan"@pt .

<http://lexvo.org/id/iso639-3/kue> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kue"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/kuma1280> ;
    owl:sameAs <http://dbpedia.org/resource/Kuman_language_(New_Guinea)>,
        <http://www.mpii.de/yago/resource/Kuman_language_(New_Guinea)> ;
    skos:altLabel "Kuman language"@en ;
    skos:definition "Kuman (also Simbu or Chimbu) is a language of Simbu Province, Papua New Guinea. , it was spoken by about 80,000 people, 10,000 of which were monolinguals. In 2000 the number of speakers increased to 115,000."@en ;
    skos:inScheme lexvo: ;
    skos:notation "kue"^^xsd:string ;
    skos:prefLabel "Kuman"@en,
        "Kuman"@fr,
        "Kuman"@tpi .

<http://lexvo.org/id/iso639-3/kun> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kun"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/kuna1268> ;
    owl:sameAs <http://dbpedia.org/resource/Kunama_language>,
        <http://www.mpii.de/yago/resource/Kunama_language> ;
    skos:altLabel "Kunama language"@en ;
    skos:definition "The Kunama language is a language isolate which has been included in the proposed Nilo-Saharan language family. Kunama spoken by the Kunama people of western Eritrea and just across the Ethiopian border. The language has several dialects including: Barka. Marda, Aimara, Odasa, Tika, Lakatakura, Sokodasa, Takazze-Selit, and Tigray. Ilit and Bitama are not mutually intelligible and so may be considered distinct languages."@en ;
    skos:inScheme lexvo: ;
    skos:notation "kun"^^xsd:string ;
    skos:prefLabel "Kounameg"@br,
        "Kunama"@de,
        "Kunama"@en,
        "Kunama jezik"@hr,
        "Lingua cunama"@it,
        "Кунама тiлi"@kk,
        "Кунама тили"@ky,
        "Кунама јазик"@mk,
        "Język kunama"@pl,
        "Lenga Kunama"@pms .

<http://lexvo.org/id/iso639-3/kuu> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kuu"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/uppe1438> ;
    owl:sameAs <http://dbpedia.org/resource/Upper_Kuskokwim_language>,
        <http://www.mpii.de/yago/resource/Upper_Kuskokwim_language> ;
    skos:altLabel "Kuskokwim, Upper"@en,
        "Upper Kuskokwim language"@en ;
    skos:definition "The Upper Kuskokwim language (also called Kolchan or Goltsan) is an Athabaskan language of the Na-Dené language family. It is spoken in the Upper Kuskokwim River villages of Nikolai, Telida, and McGrath, Alaska. About 40 of a total of 160 Upper Kuskokwim people (Dichinanek’ Hwt’ana) still speak the language. A practical orthography of the language was established by Raymond Collins, who in 1964 began linguistic work at Nikolai."@en ;
    skos:inScheme lexvo: ;
    skos:notation "kuu"^^xsd:string ;
    skos:prefLabel "Upper Kuskokwim"@en,
        "Idioma dinak'i"@es,
        "Kolchan"@fr,
        "Boower-Kuskokwim spriak"@frr,
        "Кӱшӹл кускоквим йӹлмӹ"@mrj,
        "Lenga kuskokwim, upper"@pms,
        "Língua kolchan"@pt,
        "Верхнекускоквимский язык"@ru,
        "Kuskokvimce"@tr .

<http://lexvo.org/id/iso639-3/kuz> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kuz"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/kunz1244> ;
    owl:sameAs <http://dbpedia.org/resource/Kunza_language>,
        <http://www.mpii.de/yago/resource/Kunza_language> ;
    skos:altLabel "Kunza language"@en ;
    skos:definition "Kunza Cunza, also known as Likanantaí, Lipe, Ulipe, or Atacameño, is an extinct, unclassified language spoken in the Atacama Desert of northern Chile and southern Perú (specifically in Peine, Socaire (Salar de Atacama), and Caspana) by the Lickan-antay people, who have since shifted to Spanish."@en ;
    skos:inScheme lexvo: ;
    skos:notation "kuz"^^xsd:string ;
    skos:prefLabel "Кунса"@bg,
        "Kunza"@en,
        "Kunza"@es,
        "Atacamenan"@hr,
        "Кунса"@ru .

<http://lexvo.org/id/iso639-3/kva> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kva"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/bagv1239> ;
    owl:sameAs <http://dbpedia.org/resource/Bagvalal_language>,
        <http://www.mpii.de/yago/resource/Bagvalal_language> ;
    skos:altLabel "Bagvalal language"@en ;
    skos:definition "The Bagvalal language is an Avar–Andic language spoken by the Bagvalals in southwestern Dagestan, Russia, along the right bank of the river Andi-Koisu and the surrounding hills, near the Georgian border. It is fairly similar to Tindi, its closest relative. There were about 6,500 people who speak Bagvalal in the survey by Koryakov in 2006."@en ;
    skos:inScheme lexvo: ;
    skos:notation "kva"^^xsd:string ;
    skos:prefLabel "Bagvalaleg"@br,
        "Bagvalal"@en,
        "Bagvalin kieli"@fi,
        "Bagwalal"@fr,
        "Багвалалски јазик"@mk,
        "Język bagulalski"@pl,
        "Багвалинский язык"@ru,
        "Багвалинська мова"@uk .

<http://lexvo.org/id/iso639-3/kvd> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kvd"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/kuii1253> ;
    owl:sameAs <http://dbpedia.org/resource/Kui_language_(Indonesia)>,
        <http://www.mpii.de/yago/resource/Kui_language_(Indonesia)> ;
    skos:altLabel "Kui (Indonesia)"@en,
        "Kui language"@en ;
    skos:definition "Kui is a Trans–New Guinea language spoken by 4,240 people in several enclaves on Alor Island, East Nusa Tenggara, Indonesia."@en ;
    skos:inScheme lexvo: ;
    skos:notation "kvd"^^xsd:string ;
    skos:prefLabel "Kui"@en .

<http://lexvo.org/id/iso639-3/kvk> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kvk"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/kore1273> ;
    owl:sameAs <http://dbpedia.org/resource/Korean_Sign_Language>,
        <http://www.mpii.de/yago/resource/Korean_Sign_Language> ;
    skos:definition "Korean Sign Language or KSL (Korean: 手話 수화 Suhwa) is the deaf sign language of Korea. 1889 The beginnings of KSL date from 1889. The first primary school for deaf children, opened in 1908, used KSL. Commonality Although the origins of KSL predate the colonial period, the sign language developed some features in common with Japanese Sign Language (JSL) grammar."@en ;
    skos:inScheme lexvo: ;
    skos:notation "kvk"^^xsd:string ;
    skos:prefLabel "Korean Sign Language"@en,
        "Langue des signes coréenne"@fr .

<http://lexvo.org/id/iso639-3/kvw> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kvw"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/wers1238> ;
    owl:sameAs <http://dbpedia.org/resource/Wersing_language>,
        <http://www.mpii.de/yago/resource/Wersing_language> ;
    skos:altLabel "Wersing language"@en ;
    skos:definition "The Wersing language, also known as Kolana after its primary dialect, is spoken in scattered settlements around the coast of Alor in Indonesia. It is not part of the Alor–Pantar group spoken over most of the island. Though not closely related to either, it has cultural connections with Tukudede on the neighboring island of Timor."@en ;
    skos:inScheme lexvo: ;
    skos:notation "kvw"^^xsd:string ;
    skos:prefLabel "Wersing"@en .

<http://lexvo.org/id/iso639-3/kwa> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kwa"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/daww1239> ;
    owl:sameAs <http://dbpedia.org/resource/D%C3%A2w_language>,
        <http://www.mpii.de/yago/resource/D%C3%A2w_language> ;
    skos:altLabel "Dâw language"@en ;
    skos:definition "Dâw is a Nadahup language spoken in the northwestern part of the Amazonas state of Brazil, in an area commonly known as Alto Rio Negro. The number of speakers is 94, and the language is spoken by the Dâw people, of which most also speak Nheengatu and Portuguese."@en ;
    skos:inScheme lexvo: ;
    skos:notation "kwa"^^xsd:string ;
    skos:prefLabel "Dâw"@en,
        "Dâw"@fr .

<http://lexvo.org/id/iso639-3/kwd> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kwd"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/kwai1243> ;
    owl:sameAs <http://dbpedia.org/resource/Gula'alaa_language>,
        <http://www.mpii.de/yago/resource/Gula'alaa_language> ;
    skos:altLabel "Gula'alaa language"@en ;
    skos:definition "The Gula'ala language is spoken on Malaita Island in the Solomon Islands."@en ;
    skos:inScheme lexvo: ;
    skos:notation "kwd"^^xsd:string ;
    skos:prefLabel "Kwaio"@en .

<http://lexvo.org/id/iso639-3/kwe> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kwe"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/nucl1595> ;
    owl:sameAs <http://dbpedia.org/resource/Kwerba_language>,
        <http://www.mpii.de/yago/resource/Kwerba_language> ;
    skos:altLabel "Kwerba language"@en ;
    skos:definition "Kwerba is a Papuan language of Indonesia. It goes by various names: Airmati (Armati), Koassa, Mataweja, Naibedj, Segar Tor, Tekutameso."@en ;
    skos:inScheme lexvo: ;
    skos:notation "kwe"^^xsd:string ;
    skos:prefLabel "Kwerba"@en .

<http://lexvo.org/id/iso639-3/kwi> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kwi"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/awac1239> ;
    owl:sameAs <http://dbpedia.org/resource/Awa_Pit_language>,
        <http://www.mpii.de/yago/resource/Awa_Pit_language> ;
    skos:altLabel "Awa Pit language"@en ;
    skos:definition "Awa or Awa pit, also known as Cuaiquer, is a Barbacoan language spoken in northwestern South America."@en ;
    skos:inScheme lexvo: ;
    skos:notation "kwi"^^xsd:string ;
    skos:prefLabel "Awa-Cuaiquer"@en,
        "Idioma awá pit"@es,
        "Awa pit"@fr,
        "Awa-Cuaiquer jezik"@hr,
        "Авански питски јазик"@mk,
        "Lenga awa-cuaiquer"@pms,
        "Awapit simi"@qu,
        "Ава-пит"@ru .

<http://lexvo.org/id/iso639-3/kwk> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kwk"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/kwak1269> ;
    owl:sameAs <http://dbpedia.org/resource/Kwak'wala>,
        <http://lexvo.org/id/wordnet/30/noun/kwakiutl_1_10_00>,
        <http://www.mpii.de/yago/resource/Kwak'wala> ;
    skos:altLabel "Kwak'wala"@en ;
    skos:definition "Kwakwala (sometimes called Kwagiutl or Kwakiutl) is the Indigenous language spoken by the Kwakwakawakw. It belongs to the Wakashan language family. There are about 250 Kwakwala speakers today, which amounts to 5% of the Kwakwakawakw population. Because of the small number of speakers, and the fact that very few children learn Kwakwala as a first language, its long-term viability is in question. However, interest from many Kwakwakawakw in preserving their language and a number of revitalization projects are countervailing pressures which may extend the viability of the language."@en ;
    skos:inScheme lexvo: ;
    skos:notation "kwk"^^xsd:string ;
    skos:prefLabel "Kwakiutl"@en,
        "Kwak'wala"@fr,
        "Kwakiutl"@nl,
        "Lenga kwakiutl"@pms,
        "Квакиутль"@ru .

<http://lexvo.org/id/iso639-3/kxa> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kxa"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/kair1263> ;
    owl:sameAs <http://dbpedia.org/resource/Kairiru_language>,
        <http://www.mpii.de/yago/resource/Kairiru_language> ;
    skos:altLabel "Kairiru language"@en ;
    skos:definition "Kairiru is one of three Kairiru languages spoken mainly on Kairiru and Mushu islands and in several coastal villages on the mainland between Cape Karawop and Cape Samein near Wewak in East Sepik Province of Papua New Guinea."@en ;
    skos:inScheme lexvo: ;
    skos:notation "kxa"^^xsd:string ;
    skos:prefLabel "Kairiru"@en,
        "Kairiru"@fi .

<http://lexvo.org/id/iso639-3/kxo> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kxo"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/kano1245> ;
    owl:sameAs <http://dbpedia.org/resource/Kano%C3%AA_language>,
        <http://www.mpii.de/yago/resource/Kano%C3%AA_language> ;
    skos:altLabel "Kanoê language"@en ;
    skos:definition "Kanoê or Kapishana (also called Amniapé) is a nearly extinct language isolate of Brazil. The Kapishana people now speak Portuguese or other indigenous languages from intermarriage."@en ;
    skos:inScheme lexvo: ;
    skos:notation "kxo"^^xsd:string ;
    skos:prefLabel "Kanoé"@en,
        "Idioma kanoé"@es,
        "Kanoé"@fi .

<http://lexvo.org/id/iso639-3/kyh> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kyh"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/karo1304> ;
    owl:sameAs <http://dbpedia.org/resource/Karuk_language>,
        <http://www.mpii.de/yago/resource/Karuk_language> ;
    skos:altLabel "Karuk language"@en ;
    skos:definition "Karuk or Karok is an endangered language of northwestern California. It is the traditional language of the Karuk people, most of whom now speak English."@en ;
    skos:inScheme lexvo: ;
    skos:notation "kyh"^^xsd:string ;
    skos:prefLabel "Karok"@en,
        "Idioma karok"@es,
        "Karuk"@fr,
        "Quoratean"@hr,
        "Karok"@nl,
        "Lenga karok"@pms,
        "Língua karuk"@pt,
        "Карук"@ru,
        "Quoratean"@sh .

<http://lexvo.org/id/iso639-3/kyl> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kyl"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/kala1400> ;
    owl:sameAs <http://dbpedia.org/resource/Central_Kalapuya_language>,
        <http://www.mpii.de/yago/resource/Central_Kalapuya_language> ;
    skos:altLabel "Central Kalapuya language"@en ;
    skos:definition "Central Kalapuyan was a Kalapuyan language indigenous to the central and southern Willamette Valley in Oregon in the United States. It was spoken by various bands of the Kalapuya peoples who inhabited the valley up through the middle of the 19th century. The language is closely related to Northern Kalapuya, spoken in the Tualatin and Yamhill valleys. Dialects of Central Kalapuya that have been identified include:"@en ;
    skos:inScheme lexvo: ;
    skos:notation "kyl"^^xsd:string ;
    skos:prefLabel "Kalapuya"@en,
        "Kalapuya central"@fr .

<http://lexvo.org/id/iso639-3/kyq> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kyq"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/keng1240> ;
    owl:sameAs <http://dbpedia.org/resource/Kenga_language>,
        <http://www.mpii.de/yago/resource/Kenga_language> ;
    skos:altLabel "Kenga language"@en ;
    skos:definition "Kenga is a Bongo–Bagirmi language of Chad."@en ;
    skos:inScheme lexvo: ;
    skos:notation "kyq"^^xsd:string ;
    skos:prefLabel "Kenga"@en .

<http://lexvo.org/id/iso639-3/kyx> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kyx"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/rapo1238> ;
    owl:sameAs <http://dbpedia.org/resource/Rapoisi_language>,
        <http://www.mpii.de/yago/resource/Rapoisi_language> ;
    skos:altLabel "Rapoisi language"@en ;
    skos:definition "Konua Rapoisi is an East Papuan of Bougainville, an island to the east of New Guinea."@en ;
    skos:inScheme lexvo: ;
    skos:notation "kyx"^^xsd:string ;
    skos:prefLabel "Rapoisi"@en .

<http://lexvo.org/id/iso639-3/kza> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kza"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/west2466> ;
    owl:sameAs <http://dbpedia.org/resource/Syer-Tenyer_language>,
        <http://www.mpii.de/yago/resource/Syer-Tenyer_language> ;
    skos:altLabel "Karaboro, Western"@en,
        "Syer-Tenyer language"@en ;
    skos:definition "Syer-Tenyer, or Western Karaboro, is a pair of Senufo dialects of Burkina Faso."@en ;
    skos:inScheme lexvo: ;
    skos:notation "kza"^^xsd:string ;
    skos:prefLabel "Karaboroeg ar c'hornôg"@br,
        "Syer-Tenyer"@de,
        "Western Karaboro"@en,
        "Lenga Karaboro oriental"@pms .

<http://lexvo.org/id/iso639-3/kzi> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kzi"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/kela1258> ;
    owl:sameAs <http://dbpedia.org/resource/Kelabit_language>,
        <http://www.mpii.de/yago/resource/Kelabit_language> ;
    skos:altLabel "Kelabit language"@en ;
    skos:definition "Kelabit is one of the remotest languages of Borneo, on the Sarawak–Kalimantan border, and spoken by one of the smallest ethnicities in Borneo, the Kelabit people."@en ;
    skos:inScheme lexvo: ;
    skos:notation "kzi"^^xsd:string ;
    skos:prefLabel "Kelabit"@en .

<http://lexvo.org/id/iso639-3/kzj> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kzj"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/coas1294> ;
    owl:sameAs <http://dbpedia.org/resource/Coastal_Kadazan_language>,
        <http://www.mpii.de/yago/resource/Coastal_Kadazan_language> ;
    skos:altLabel "Coastal Kadazan language"@en,
        "Kadazan, Coastal"@en ;
    skos:definition "Coastal Kadazan is a Austronesian language primarily spoken in Sabah, Malaysia. It is the primary language spoken by the Kadazan ethnic group."@en ;
    skos:inScheme lexvo: ;
    skos:notation "kzj"^^xsd:string ;
    skos:prefLabel "Coastal Kadazan"@en,
        "Bahasa Kadazan"@ms,
        "Língua kadazan"@pt .

<http://lexvo.org/id/iso639-3/kzw> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kzw"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/kari1255> ;
    owl:sameAs <http://dbpedia.org/resource/Kariri_languages>,
        <http://www.mpii.de/yago/resource/Kariri_languages> ;
    skos:altLabel "Kariri languages"@en ;
    skos:definition "The Karirí languages, generally considered dialects of a single language, are extinct languages spoken until the middle of the 20th century; the 4,000 ethnic Karirí are now monolingual Portuguese speakers, though a few know common phrases and names of medicinal plants."@en ;
    skos:inScheme lexvo: ;
    skos:notation "kzw"^^xsd:string ;
    skos:prefLabel "Karirí-Xocó"@en,
        "Lenguas karirí"@es,
        "Kariri"@hr,
        "Cariris"@pt .

<http://lexvo.org/id/iso639-3/lae> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "lae"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/patt1248> ;
    owl:sameAs <http://dbpedia.org/resource/Pattani_language>,
        <http://www.mpii.de/yago/resource/Pattani_language> ;
    skos:altLabel "Pattani language"@en ;
    skos:definition "Pattani, also known as Manchati, Manchad, Patni, Chamba, Chamba Lahuli, Lahuli, Swangla, Changsapa Boli is a Tibeto-Burman language (Sino-Tibetan stock) spoken in the Indian state of Himachal Pradesh. The language is spoken in the Lahul Valley, Pattan, Chamba-Lahul, and lower Mayar valleys. The number of people speaking the language is approximately 11,000 in India, according to 1998 data from Ethnologue."@en ;
    skos:inScheme lexvo: ;
    skos:notation "lae"^^xsd:string ;
    skos:prefLabel "Pattani"@en .

<http://lexvo.org/id/iso639-3/lag> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "lag"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/lang1320> ;
    owl:sameAs <http://dbpedia.org/resource/Rangi_language>,
        <http://www.mpii.de/yago/resource/Rangi_language> ;
    skos:altLabel "Rangi language"@en,
        "Język langi"@pl ;
    skos:definition "Rangi or Langi (there is no distinction between and ; also known as Irangi, Kilaangi, etc.) is a Bantu language of spoken by the Rangi people of the Dodoma Region of Tanzania. Dialects are Kondoa, Haubi, Kolo, Mondo."@en ;
    skos:inScheme lexvo: ;
    skos:notation "lag"^^xsd:string ;
    skos:prefLabel "langi"@ca,
        "朗吉文"@cmn,
        "朗吉文"@cmn-Hant,
        "langi"@cs,
        "Langi"@cy,
        "langi"@da,
        "Λάνγκι"@el,
        "Langi"@en,
        "langi"@es,
        "langi"@et,
        "lango"@fi,
        "langi"@fr,
        "לאנגי"@he,
        "langi"@hr,
        "langi"@hu,
        "Langi"@id,
        "langi"@it,
        "ランギ語"@ja,
        "랑기어"@ko,
        "Kɨlaangi"@lag,
        "ແລນກິ"@lo,
        "langi"@lt,
        "langi"@lv,
        "ланги"@mk,
        "langi"@nb,
        "Langi"@nl,
        "Rangi"@no,
        "langi"@pl,
        "langi"@pt,
        "langi"@ro,
        "ланги"@ru,
        "langi"@sk,
        "langi"@sv,
        "Kirangi"@sw,
        "Kirangi"@swh,
        "แลนจี"@th,
        "Langi"@tr,
        "лангі"@uk,
        "Tiếng Langi"@vi .

<http://lexvo.org/id/iso639-3/laj> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "laj"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/lang1324> ;
    owl:sameAs <http://dbpedia.org/resource/Lango_language>,
        <http://www.mpii.de/yago/resource/Lango_language> ;
    skos:altLabel "Lango (Uganda)"@en,
        "Lango language"@en ;
    skos:definition "Lango (also called Lwo, Lwoo, or Leb-Lango,) is a Western Nilotic language of the Luo branch, spoken by the Langi people in Uganda. It is mostly spoken in Lango sub-region, in the Northern Region. Spoken by approximately 1.8 million speakers, it makes up for about five percent of the population of Uganda. An orthography for it using the Latin script has been introduced and is taught in primary schools."@en ;
    skos:inScheme lexvo: ;
    skos:notation "laj"^^xsd:string ;
    skos:prefLabel "Langoeg"@br,
        "Lango"@de,
        "Lango"@en,
        "Lengua Lango"@lij,
        "Lenga Lango"@pms,
        "Língua langu"@pt,
        "Ланго"@ru,
        "Kilango"@sw .

<http://lexvo.org/id/iso639-3/laz> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "laz"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/arib1241> ;
    owl:sameAs <http://dbpedia.org/resource/Aribwatsa_language>,
        <http://www.mpii.de/yago/resource/Aribwatsa_language> ;
    skos:altLabel "Aribwatsa language"@en ;
    skos:definition "Aribwatsa, also known as Lae or Lahe, is an extinct member of the Busu subgroup of Lower Markham languages in the area of Lae, Morobe Province, Papua New Guinea. Descendents of the Aribwatsa language community have mostly switched to the Bukawa language, which is spoken all along the north coast of the Huon Gulf and in several villages on the south coast."@en ;
    skos:inScheme lexvo: ;
    skos:notation "laz"^^xsd:string ;
    skos:prefLabel "Aribwatsa"@en,
        "Aribwatsa jezik"@hr,
        "Lenga aribwatsa"@pms .

<http://lexvo.org/id/iso639-3/lbc> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "lbc"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/lakk1238> ;
    owl:sameAs <http://dbpedia.org/resource/Lakkja_language>,
        <http://www.mpii.de/yago/resource/Lakkja_language> ;
    skos:altLabel "Lakkja language"@en ;
    skos:definition "The Lakkja language (; also spelled Lakkia) is a Tai–Kadai language spoken in Jinxiu Yao Autonomous County, Laibin 来宾, east-central Guangxi, China. Lakkja people are also known as the Chashan Yao, or Tea Mountain Yao, since they were traditionally considered by neighboring peoples to be a Miao–Yao (Hmong–Mien) people. The name Lakkja means mountain people. All Lakkja dialects have 5 tones."@en ;
    skos:inScheme lexvo: ;
    skos:notation "lbc"^^xsd:string ;
    skos:prefLabel "Lakkia"@en,
        "Lakkja"@fr,
        "Lenga lakkja"@pms .

<http://lexvo.org/id/iso639-3/lbe> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "lbe"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/lakk1252> ;
    owl:sameAs <http://dbpedia.org/resource/Lak_language>,
        <http://www.lingvoj.org/lang/lbe>,
        <http://www.mpii.de/yago/resource/Lak_language> ;
    skos:altLabel "Lak language"@en ;
    skos:definition "The Lak language (лакку маз, lakːu maz) is a Northeast Caucasian language forming its own branch within this family. It is the language of the Lak people from the Russian autonomous republic of Dagestan, where it is one of six standardized languages. It is spoken by about 157,000 people."@en ;
    skos:inScheme lexvo: ;
    skos:notation "lbe"^^xsd:string ;
    skos:prefLabel "لغة لاك"@ar,
        "Лакская мова"@be-tarask,
        "Лакски език"@bg,
        "Lakeg"@br,
        "Lak"@ca,
        "Лак чĕлхи"@cv,
        "Lakische Sprache"@de,
        "Lak"@en,
        "Laka lingvo"@eo,
        "Idioma lak"@es,
        "Laki keel"@et,
        "Lakin kieli"@fi,
        "Lak"@fr,
        "Lak"@is,
        "Lingua lak"@it,
        "ラク語"@ja,
        "ლაკური ენა"@ka,
        "라크어"@ko,
        "Лак кыв"@kv,
        "Лакку маз"@lbe,
        "Lakų kalba"@lt,
        "Лачки јазик"@mk,
        "Lak"@nl,
        "Język lakijski"@pl,
        "Lenga Lak"@pms,
        "Língua lak"@pt,
        "Лакский язык"@ru,
        "இலகு மொழி"@ta,
        "ภาษาลัก"@th,
        "Lakça"@tr,
        "Лакська мова"@uk .

<http://lexvo.org/id/iso639-3/lbj> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "lbj"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/lada1244> ;
    owl:sameAs <http://dbpedia.org/resource/Ladakhi_language>,
        <http://www.mpii.de/yago/resource/Ladakhi_language> ;
    skos:altLabel "Ladakhi language"@en ;
    skos:definition "The Ladakhi language , now also called Bhoti, and by linguists more generally called Western Archaic Tibetan when the Balti and Burig or Purig or Purki dialects are included, is the predominant language in the Ladakh region of the Jammu and Kashmir state of India, and is also spoken in Baltistan. Ladakhi is closely related to Tibetan, and the Ladakhi people share cultural similarities with Tibetans, including Tibetan Buddhism. There is disagreement as to whether they should be considered distinct languages , but Ladakhi and Central Tibetan are not mutually intelligible, though they share a written form dating back to Old Tibetan. Ladakhi has approximately 200,000 speakers in India, and perhaps 12,000 speakers in the Tibet region of China, mostly in the Changthang region. Ladakhi has several dialects, Ladakhi proper (also called Lehskat after the capital of Ladakh, Leh, where it is spoken); Shamskat, spoken to the northwest of Leh; Stotskat, spoken to the southeast in the Indus valley; and Nubra, spoken in the north. The varieties spoken in Upper Ladakh and Zangskar have many features of Ladakhi and many other features of western dialects of Central Tibetan."@en ;
    skos:inScheme lexvo: ;
    skos:notation "lbj"^^xsd:string ;
    skos:prefLabel "ལ་དྭགས་སྐད།"@bo,
        "Ladakheg"@br,
        "Ladakhische Sprache"@de,
        "Ladakhi"@en,
        "Ladakhi"@fr,
        "Lingua ladakhi"@it,
        "Lingua Ladakhi"@la,
        "Język ladakhi"@pl,
        "Lenga Ladakhi"@pms,
        "Língua ladakhi"@pt,
        "Ладакхский язык"@ru,
        "ภาษาลาดัก"@th .

<http://lexvo.org/id/iso639-3/lbo> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "lbo"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/lave1248> ;
    owl:sameAs <http://dbpedia.org/resource/Laven_language>,
        <http://www.mpii.de/yago/resource/Laven_language> ;
    skos:altLabel "Laven language"@en ;
    skos:definition "Laven is a Mon–Khmer language of Laos."@en ;
    skos:inScheme lexvo: ;
    skos:notation "lbo"^^xsd:string ;
    skos:prefLabel "Laven"@en .

<http://lexvo.org/id/iso639-3/lbz> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "lbz"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/lard1243> ;
    owl:sameAs <http://dbpedia.org/resource/Lardil_language>,
        <http://www.mpii.de/yago/resource/Lardil_language> ;
    skos:altLabel "Lardil language"@en ;
    skos:definition "Lardil (also spelled Leerdil or Leertil) is a moribund language spoken on Mornington Island (Kunhanha), in the Wellesley Islands of Queensland in northern Australia. Lardil is unusual among Australian languages in that it features a ceremonial register, called Damin (also Demiin). Damin is regarded by Lardil speakers as a separate language, and possesses the only phonological system outside Africa to use click consonants."@en ;
    skos:inScheme lexvo: ;
    skos:notation "lbz"^^xsd:string ;
    skos:prefLabel "Lardil"@en,
        "Lenga lardil"@pms,
        "Lardil"@sv .

<http://lexvo.org/id/iso639-3/lch> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "lch"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/luch1239> ;
    owl:sameAs <http://dbpedia.org/resource/Lucazi_language>,
        <http://www.mpii.de/yago/resource/Lucazi_language> ;
    skos:altLabel "Lucazi language"@en ;
    skos:definition "Lucazi or Luchazi (Chiluchazi) is a Bantu language of Angola and Zambia. It is closely related to Ngangela."@en ;
    skos:inScheme lexvo: ;
    skos:notation "lch"^^xsd:string ;
    skos:prefLabel "Luchazi"@en .

<http://lexvo.org/id/iso639-3/led> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "led"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/lend1245> ;
    owl:sameAs <http://dbpedia.org/resource/Lendu_language>,
        <http://www.mpii.de/yago/resource/Lendu_language> ;
    skos:altLabel "Lendu language"@en ;
    skos:definition "The Lendu, or Balendru, are an ethno-linguistic agriculturalist group residing in eastern Democratic Republic of Congo in the area west and northwest of Lake Albert, in particular the Ituri region of Orientale province. Their language is one of the most populous of the Central Sudanic languages. There are three-quarters of a million Lendu speakers in the DRC, and 10,000 more in Uganda. A conflict between the Lendu and Hema people was the basis of the Ituri conflict."@en ;
    skos:inScheme lexvo: ;
    skos:notation "led"^^xsd:string ;
    skos:prefLabel "Lendu"@en,
        "Lendu"@fr,
        "Lenga Lendu"@pms,
        "Língua lendu"@pt,
        "Kilendu"@sw .

<http://lexvo.org/id/iso639-3/lee> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "lee"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/lyel1241> ;
    owl:sameAs <http://dbpedia.org/resource/Ly%C3%A9l%C3%A9_language>,
        <http://www.mpii.de/yago/resource/Ly%C3%A9l%C3%A9_language> ;
    skos:altLabel "Lyélé language"@en ;
    skos:definition "The Lyélé language (Lele) is spoken in the Sanguié Province of Burkina Faso by approximately 130,000 people known as Lyéla, Léla, Gourounsi or Gurunsi. It is spoken in the towns of Réo, Kyon, Tenado, Dassa, Didyr, Godyr, Kordié, Pouni and Zawara. The language is also sometimes known by the wider term Gurunsi."@en ;
    skos:inScheme lexvo: ;
    skos:notation "lee"^^xsd:string ;
    skos:prefLabel "Lyélé"@en .

<http://lexvo.org/id/iso639-3/lef> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "lef"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/lele1264> ;
    owl:sameAs <http://dbpedia.org/resource/Lelemi_language>,
        <http://www.mpii.de/yago/resource/Lelemi_language> ;
    skos:altLabel "Lelemi language"@en ;
    skos:definition "Lelemi or Lefana (Lε-lεmi, Lε-fana) is spoken by the Buem people in the mountainous Volta Region of Ghana. It belongs to the geographic group of Ghana Togo Mountain languages (traditionally called the Togorestsprachen or Togo Remnant languages) of the Kwa branch of Niger–Congo."@en ;
    skos:inScheme lexvo: ;
    skos:notation "lef"^^xsd:string ;
    skos:prefLabel "Lelemi"@de,
        "Lelemi"@en,
        "Lelemi jezici"@hr,
        "Lenga Lelemi"@pms .

<http://lexvo.org/id/iso639-3/leg> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "leg"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/leng1262> ;
    owl:sameAs <http://dbpedia.org/resource/Enxet_language>,
        <http://www.mpii.de/yago/resource/Enxet_language> ;
    skos:altLabel "Enxet language"@en ;
    skos:definition "Enxet, traditionally known as Lengua, is a language of the Paraguayan Chaco."@en ;
    skos:inScheme lexvo: ;
    skos:notation "leg"^^xsd:string ;
    skos:prefLabel "Lengua"@en .

<http://lexvo.org/id/iso639-3/leu> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "leu"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/kara1486> ;
    owl:sameAs <http://dbpedia.org/resource/Kara_language_(Papua_New_Guinea)>,
        <http://www.mpii.de/yago/resource/Kara_language_(Papua_New_Guinea)> ;
    skos:altLabel "Kara (Papua New Guinea)"@en,
        "Kara language"@en ;
    skos:definition "Kara (also Lemusmus or Lemakot) is an Austronesian language spoken by about 5,000 people in the Kavieng District of New Ireland Province, Papua New Guinea."@en ;
    skos:inScheme lexvo: ;
    skos:notation "leu"^^xsd:string ;
    skos:prefLabel "Kara"@en,
        "카라어"@ko .

<http://lexvo.org/id/iso639-3/lew> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "lew"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/ledo1238> ;
    owl:sameAs <http://dbpedia.org/resource/Ledo_Kaili>,
        <http://www.mpii.de/yago/resource/Ledo_Kaili> ;
    skos:altLabel "Kaili, Ledo"@en ;
    skos:definition "Ledo Kaili is the largest member of the Kaili languages, are a dialect chain within the Kaili–Pamona languages which are spoken in Central Sulawesi (Indonesia). Altogether, Kaili is one of the largest languages in Sulawesi. One third of the population of Sulawesi Tengah province were (1979) native speakers of a Kaili language. Object language of this article is the main dialect Ledo, which is spoken in the district (Kabupaten) Donggala in and around the provincial capital Palu."@en ;
    skos:inScheme lexvo: ;
    skos:notation "lew"^^xsd:string ;
    skos:prefLabel "Bahasa Kaili"@bjn,
        "Kaili"@de,
        "Ledo Kaili"@en,
        "Bahasa Kaili"@id .

<http://lexvo.org/id/iso639-3/lif> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "lif"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/limb1266> ;
    owl:sameAs <http://dbpedia.org/resource/Limbu_language>,
        <http://www.mpii.de/yago/resource/Limbu_language> ;
    skos:altLabel "Limbu language"@en ;
    skos:definition "Limbu is a Tibeto-Burman language spoken in Nepal, Bhutan, Sikkim, Kashmir and Darjeeling district, West Bengal, India, by the Limbu community. Virtually all Limbus are bilingual in Nepali."@en ;
    skos:inScheme lexvo: ;
    skos:notation "lif"^^xsd:string ;
    skos:prefLabel "Limboueg"@br,
        "Limbu"@de,
        "Limbu"@en,
        "Idioma limbu"@es,
        "Yakthungish"@gv,
        "लिंबू भाषा"@hi,
        "Lingua Limbu"@la,
        "लिम्बू भाषा"@ne,
        "Język limbu"@pl,
        "Lenga Limbu"@pms,
        "Лимбу"@ru,
        "Limbu"@sv,
        "ภาษาลิมบู"@th,
        "Лімбу"@uk,
        "林布语"@zh .

<http://lexvo.org/id/iso639-3/ljp> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ljp"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/lamp1243> ;
    owl:sameAs <http://dbpedia.org/resource/Lampung_language>,
        <http://www.mpii.de/yago/resource/Lampung_language> ;
    skos:altLabel "Lampung language"@en ;
    skos:definition "Lampung Api commonly known as Lampung is the name of an ethnic group and its language that is spoken in the Indonesian province of Lampung in south Sumatra. The amount of speakers is estimated at about 1,500,000."@en ;
    skos:inScheme lexvo: ;
    skos:notation "ljp"^^xsd:string ;
    skos:prefLabel "Lampung Api"@en,
        "Lampungin kieli"@fi,
        "Lampung"@fr,
        "Lampung bhasa"@hif,
        "Rumpun bahasa Lampung"@id,
        "ランプン語"@ja,
        "Bahasa Lampung"@ms,
        "Lenga Lampung"@pms,
        "Lampung"@sv .

<http://lexvo.org/id/iso639-3/lld> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "lld"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/ladi1250> ;
    owl:sameAs <http://dbpedia.org/resource/Ladin_language>,
        <http://www.mpii.de/yago/resource/Ladin_language> ;
    skos:altLabel "Ladin language"@en ;
    skos:definition "Ladin (, ) is a language consisting of a group of dialects (which some consider part of a unitary Rhaeto-Romance language) spoken in the Dolomite Mountains in Northern Italy in the border regions of the provinces Trentino, South Tyrol and Belluno. It is closely related to the Swiss Romansh and Friulian."@en ;
    skos:inScheme lexvo: ;
    skos:notation "lld"^^xsd:string ;
    skos:prefLabel "Ladinies"@af,
        "Idioma ladín"@an,
        "لغة لادينية"@ar,
        "Krautwalsch"@bar,
        "Ladineg"@br,
        "Ladí"@ca,
        "Ladinština"@cs,
        "Ladineg"@cy,
        "Ladinische Sprache"@de,
        "Ladin"@en,
        "Ladina lingvo"@eo,
        "Idioma ladino"@es,
        "Ladino"@eu,
        "لادین"@fa,
        "Ladinin kieli"@fi,
        "Ladin"@fr,
        "Ladin"@frp,
        "Lenghe ladine"@fur,
        "Lingua ladina"@gl,
        "Ladinische Sprache"@gsw-FR,
        "Ladinish"@gv,
        "לדינית"@he,
        "Ladinski jezik"@hr,
        "Ladin nyelv"@hu,
        "Bahasa Ladin"@id,
        "Lingua ladina"@it,
        "ラディン語"@ja,
        "Ладин кыв"@kv,
        "Lingua Ladina"@la,
        "Lengua ladina"@lmo,
        "Ladinų kalba"@lt,
        "Ladėnu kalba"@lt-x,
        "Ладин йылме"@mhr,
        "Ladinies"@nds,
        "Ladinisch"@nl,
        "Ladinsk"@no,
        "Ladin"@oc,
        "Ладинаг æвзаг"@os,
        "Język ladyński"@pl,
        "Lenga ladin-a"@pms,
        "Língua ladino-dolomítica"@pt,
        "Lingua ladina"@rm,
        "Limba ladină"@ro,
        "Ладинский язык"@ru,
        "Ladinčina"@sk,
        "Језик ладин"@sr,
        "Ladinisk"@stq,
        "Ladinska"@sv,
        "Ладинська мова"@uk,
        "Łéngoa ładina"@vec,
        "Tiếng Ladin"@vi,
        "拉登語"@zh .

<http://lexvo.org/id/iso639-3/lln> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "lln"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/lele1276> ;
    owl:sameAs <http://dbpedia.org/resource/Lele_language_(Chad)>,
        <http://www.mpii.de/yago/resource/Lele_language_(Chad)> ;
    skos:altLabel "Lele (Chad)"@en,
        "Lele language"@en ;
    skos:definition "Lele is an East Chadic language spoken in the Tandjilé Region, in the Tandjilé Ouest department, south of Kélo."@en ;
    skos:inScheme lexvo: ;
    skos:notation "lln"^^xsd:string ;
    skos:prefLabel "Lele"@en .

<http://lexvo.org/id/iso639-3/llp> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "llp"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/nort2836> ;
    owl:sameAs <http://dbpedia.org/resource/North_Efate_language>,
        <http://www.mpii.de/yago/resource/North_Efate_language> ;
    skos:altLabel "Efate, North"@en,
        "North Efate language"@en ;
    skos:definition "North Efate, or Nguna, is an Oceanic language spoken on several islands of Vanuatu."@en ;
    skos:inScheme lexvo: ;
    skos:notation "llp"^^xsd:string ;
    skos:prefLabel "North Efate"@en,
        "Éfaté du Nord"@fr .

<http://lexvo.org/id/iso639-3/llu> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "llu"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/lauu1247> ;
    owl:sameAs <http://dbpedia.org/resource/Lau_language_(Malaita)>,
        <http://www.mpii.de/yago/resource/Lau_language_(Malaita)> ;
    skos:altLabel "Lau language"@en ;
    skos:definition "The Lau language is a Malayo-Polynesian group language spoken on northeast Malaita of the Solomon Islands. As of 1999 it had about 16,937 first-language speakers, with a large number of second-language speakers through Malaitan communities in the Solomon Islands, especially in Honiara."@en ;
    skos:inScheme lexvo: ;
    skos:notation "llu"^^xsd:string ;
    skos:prefLabel "Lau"@en,
        "Lau"@fr,
        "Lenga Lau"@pms .

<http://lexvo.org/id/iso639-3/lmc> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "lmc"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/nucl1327> ;
    owl:sameAs <http://dbpedia.org/resource/Limilngan_language>,
        <http://www.mpii.de/yago/resource/Limilngan_language> ;
    skos:altLabel "Limilngan language"@en ;
    skos:definition "Limilngan is an extinct indigenous language of Australia. It had three speakers left in 1981, but was gone by 2009."@en ;
    skos:inScheme lexvo: ;
    skos:notation "lmc"^^xsd:string ;
    skos:prefLabel "Limilngan"@en .

<http://lexvo.org/id/iso639-3/lme> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "lme"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/peve1243> ;
    owl:sameAs <http://dbpedia.org/resource/Peve_language>,
        <http://www.mpii.de/yago/resource/Peve_language> ;
    skos:altLabel "Peve language"@en ;
    skos:definition "Pévé, also Lamé after its chief dialect, is an Afro-Asiatic language of Chad and Cameroon. Zime is a generic name."@en ;
    skos:inScheme lexvo: ;
    skos:notation "lme"^^xsd:string ;
    skos:prefLabel "Pévé"@en .

<http://lexvo.org/id/iso639-3/lml> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "lml"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/hano1246> ;
    owl:sameAs <http://dbpedia.org/resource/Raga_language>,
        <http://www.mpii.de/yago/resource/Raga_language> ;
    skos:altLabel "Raga language"@en ;
    skos:definition "Raga (also known as Hano) is the language of northern Pentecost island in Vanuatu. Raga belongs to the East Vanuatu languages, a branch of the Austronesian languages family. In old sources the language is sometimes referred to by the names of villages in which it is spoken, such as Bwatvenua (Qatvenua), Lamalanga, Vunmarama and Loltong."@en ;
    skos:inScheme lexvo: ;
    skos:notation "lml"^^xsd:string ;
    skos:prefLabel "Hano"@en,
        "Hano"@fr,
        "Lenga Hano"@pms,
        "Língua raga"@pt .

<http://lexvo.org/id/iso639-3/lmw> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "lmw"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/lake1258> ;
    owl:sameAs <http://dbpedia.org/resource/Lake_Miwok_language>,
        <http://www.mpii.de/yago/resource/Lake_Miwok_language> ;
    skos:altLabel "Lake Miwok language"@en,
        "Miwok, Lake"@en ;
    skos:definition "The Lake Miwok language is a moribund (or possibly extinct) language of Northern California, traditionally spoken in an area adjacent to the Clear Lake. It is one of the languages of the Clear Lake Linguistic Area, along with Patwin, East and Southeastern Pomo, and Wappo."@en ;
    skos:inScheme lexvo: ;
    skos:notation "lmw"^^xsd:string ;
    skos:prefLabel "Lake Miwok"@en,
        "Lake miwok"@fr .

<http://lexvo.org/id/iso639-3/lnd> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "lnd"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/lund1271> ;
    owl:sameAs <http://dbpedia.org/resource/Lun_Bawang_language>,
        <http://www.mpii.de/yago/resource/Lun_Bawang_language> ;
    skos:altLabel "Lun Bawang"@en,
        "Lun Bawang language"@en ;
    skos:definition "| class=\"wikitable\" style=\"margin:auto; text-align:center\" align=\"center\" width=\"50%\" |+caption | Table of consonant phonemes of Lun Bawang |- ! ! colspan=\"2\" | Bilabial ! colspan=\"2\" | Dental ! colspan=\"2\" | Alveolar ! colspan=\"2\" | Post-Alveolar ! colspan=\"2\" | Palatal ! colspan=\"2\" | Velar ! Glottal |- align=\"center\" ! Nasal | colspan=\"2\" | m | colspan=\"2\" | | colspan=\"2\" | n | colspan=\"2\" | | colspan=\"2\" | | colspan=\"2\" | ng | |- align=\"center\" ! Plosive | p | b | t | d | colspan=\"2\" | | colspan=\"2\" | | colspan=\"2\" | | k | g | |- align=\"center\" ! Affricate | colspan=\"2\" | | colspan=\"2\" | | colspan=\"2\" | |c || | colspan=\"2\" | | colspan=\"2\" | | |- align=\"center\" ! Fricative | colspan=\"2\" | | colspan=\"2\" | | s || | colspan=\"2\" | | colspan=\"2\" | | || |h |- align=\"center\" ! Approximant | colspan=\"2\" | | colspan=\"2\" | | colspan=\"2\" | l | colspan=\"2\" | r | colspan=\"2\" | y | colspan=\"2\" |w |..."@en ;
    skos:inScheme lexvo: ;
    skos:notation "lnd"^^xsd:string ;
    skos:prefLabel "Lundayeh"@en,
        "Lundayeh"@fr,
        "Bahasa Lundayeh"@id .

<http://lexvo.org/id/iso639-3/log> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "log"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/logo1259> ;
    owl:sameAs <http://dbpedia.org/resource/Logo_language>,
        <http://www.mpii.de/yago/resource/Logo_language> ;
    skos:altLabel "Logo language"@en ;
    skos:definition "Logo is a Central Sudanic language spoken in the Democratic Republic of the Congo by 210,000 people in 1989 according to SIL."@en ;
    skos:inScheme lexvo: ;
    skos:notation "log"^^xsd:string ;
    skos:prefLabel "Logo"@en,
        "Логоски јазик"@mk,
        "Kilogo"@sw .

<http://lexvo.org/id/iso639-3/loj> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "loj"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/louu1245> ;
    owl:sameAs <http://dbpedia.org/resource/Lou_language>,
        <http://www.mpii.de/yago/resource/Lou_language> ;
    skos:altLabel "Lou language"@en ;
    skos:definition "Lou is a Southeast Admiralty Islands language spoken on Lou Island of Manus Province, Papua New Guinea by approximately 1000 people."@en ;
    skos:inScheme lexvo: ;
    skos:notation "loj"^^xsd:string ;
    skos:prefLabel "Lou"@en .

<http://lexvo.org/id/iso639-3/lrc> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "lrc"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/nort2645> ;
    owl:sameAs <http://dbpedia.org/resource/Borujerdi_dialect>,
        <http://www.mpii.de/yago/resource/Borujerdi_dialect> ;
    skos:altLabel "Borujerdi dialect"@en,
        "Luri, Northern"@en ;
    skos:definition "The Borujerdi dialect is a local dialect spoken in Borujerd city and its surrounding areas in the province of Lorestan in Iran. Borujerdi is more similar to Persian than the Luri of Khurramabad, spoken in other parts of Lorestan, being in some aspects is completely different."@en ;
    skos:inScheme lexvo: ;
    skos:notation "lrc"^^xsd:string ;
    skos:prefLabel "Northern Luri"@en,
        "لهجه بروجردی"@fa .

<http://lexvo.org/id/iso639-3/lrg> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "lrg"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/lara1258> ;
    owl:sameAs <http://dbpedia.org/resource/Laragiya_language>,
        <http://www.mpii.de/yago/resource/Laragiya_language> ;
    skos:altLabel "Laragiya language"@en ;
    skos:definition "The Laragiya language is an Australian language isolate spoken by just six people near the city of Darwin in northern Australia as of 1983. Ethnologue (2009) reported that it was extinct."@en ;
    skos:inScheme lexvo: ;
    skos:notation "lrg"^^xsd:string ;
    skos:prefLabel "Laragia"@en,
        "Laragija lingvo"@eo,
        "Lingua laragiya"@it,
        "Język laragiya"@pl,
        "Ларакия"@ru,
        "Laragiya"@sv .

<http://lexvo.org/id/iso639-3/lti> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "lti"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/leti1246> ;
    owl:sameAs <http://dbpedia.org/resource/Leti_language>,
        <http://www.mpii.de/yago/resource/Leti_language> ;
    skos:altLabel "Leti (Indonesia)"@en,
        "Leti language"@en ;
    skos:definition "Leti is an Austronesian language spoken on the island of Leti in Maluku. Although it shares a lot of vocabulary with the neighboring Luang language, and is marginally mutually intelligible, it is not clear that it is more closely related to Luang than to other Southwest Maluku languages."@en ;
    skos:inScheme lexvo: ;
    skos:notation "lti"^^xsd:string ;
    skos:prefLabel "Leti"@en,
        "Leti"@fr,
        "Lenga Leti, Indonesia"@pms .

<http://lexvo.org/id/iso639-3/lue> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "lue"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/luva1239> ;
    owl:sameAs <http://dbpedia.org/resource/Luvale_language>,
        <http://www.mpii.de/yago/resource/Luvale_language> ;
    skos:altLabel "Luvale language"@en ;
    skos:definition "Luvale (also spelled Chiluvale, Lovale, Lubale, Luena, Lwena) is a Bantu language spoken by the Lovale people of Angola and Zambia. It is recognized as a regional language for educational and administrative purposes in Zambia, where about 168,000 (2006) people speak it."@en ;
    skos:inScheme lexvo: ;
    skos:notation "lue"^^xsd:string ;
    skos:prefLabel "Luvale"@da,
        "Luvale"@en,
        "Luvale"@fr,
        "Lenga Luvale"@pms,
        "Kiluvale"@sw .

<http://lexvo.org/id/iso639-3/lut> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "lut"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/lush1252> ;
    owl:sameAs <http://dbpedia.org/resource/Lushootseed_language>,
        <http://www.mpii.de/yago/resource/Lushootseed_language> ;
    skos:altLabel "Lushootseed language"@en ;
    skos:definition "Lushootseed (also xʷəlšucid, dxʷləšúcid, Puget Salish, Puget Sound Salish, Skagit-Nisqually) is the language or dialect continuum of several Salish Native American groups of modern-day Washington state. Lushootseed is a member of Coast Salish, one of the two main divisions of the Salishan language group."@en ;
    skos:inScheme lexvo: ;
    skos:notation "lut"^^xsd:string ;
    skos:prefLabel "Lushootseed"@de,
        "Lushootseed"@en,
        "Laŝucida lingvo"@eo,
        "Idioma lushootseed"@es,
        "Lushootseed"@fr,
        "Lushootseed"@nds,
        "Język luszucid"@pl,
        "Lenga lushootseed"@pms,
        "Лушуцид"@ru .

<http://lexvo.org/id/iso639-3/lvk> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "lvk"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/lavu1241> ;
    owl:sameAs <http://dbpedia.org/resource/Lavukaleve_language>,
        <http://www.mpii.de/yago/resource/Lavukaleve_language> ;
    skos:altLabel "Lavukaleve language"@en ;
    skos:definition "Lavukaleve is one of the four Central Solomons languages of the Solomon Islands. It is thus assumed to be the descendant of the languages spoken in the Solomon Islands before the spread of the much more numerous Austronesian languages. The name Lavukaleve derives from the ethnonym Lavukal. The Lavukals are the indigenous peoples of the Russell Islands, part of the Solomon Islands Central Province. A comprehensive grammatical description of Lavukaleve was published by the linguist Angela Terrill in 2003."@en ;
    skos:inScheme lexvo: ;
    skos:notation "lvk"^^xsd:string ;
    skos:prefLabel "Lavukaleve"@en,
        "Lavukaleve"@fr,
        "Lavukaleve jezik"@hr,
        "Język lavukaleve"@pl,
        "Lenga Lavukaleve"@pms,
        "Лавукалеве"@ru .

<http://lexvo.org/id/iso639-3/lwo> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "lwo"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/luwo1239> ;
    owl:sameAs <http://dbpedia.org/resource/Luwo_language>,
        <http://www.mpii.de/yago/resource/Luwo_language> ;
    skos:altLabel "Luwo language"@en ;
    skos:definition "Dheluo (also known as Luwo or Luo) is a language spoken by Jo Luo people of Bahr el Ghazal region in South Sudan. The language is most prominently spoken in western and northern parts of Bahr El Ghazal. These people are one of the Luo peoples of East Africa."@en ;
    skos:inScheme lexvo: ;
    skos:notation "lwo"^^xsd:string ;
    skos:prefLabel "Luwo"@en .

<http://lexvo.org/id/iso639-3/lzz> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "lzz"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/lazz1240> ;
    owl:sameAs <http://dbpedia.org/resource/Laz_language>,
        <http://www.mpii.de/yago/resource/Laz_language> ;
    skos:altLabel "Laz language"@en ;
    skos:definition "The Laz language (ლაზური ნენა, lazuri nena; , lazuri ena, or ჭანური ენა, č'anuri ena, also chanuri ena; ) is a South Caucasian language (also known as Kartvelian language) spoken by the Laz people on the Southeast shore of the Black Sea. It is estimated that there are around 30,000 native speakers of Laz in Turkey, in a strip of land extending from Melyat to the Georgian border (officially called Lazistan until 1925), and about 2,000 in Georgia. | c | |- | ძ | z’ | ʒ | |- | წ | ts’, or з’ | ċ | |- | ჭ | ç’ | č’ | |- | ხ | x | x | |- | ჯ | c | ǯ | |- | ჰ | h | h | |- | ჶ | f | f | |}"@en ;
    skos:inScheme lexvo: ;
    skos:notation "lzz"^^xsd:string ;
    skos:prefLabel "Laz dili"@az,
        "Лазки език"@bg,
        "Lazeg"@br,
        "Laz"@ca,
        "Лаз чĕлхи"@cv,
        "Lasische Sprache"@de,
        "Lazki"@diq,
        "Laz"@en,
        "Laza lingvo"@eo,
        "Idioma laz"@es,
        "Laze"@fr,
        "לאזית"@he,
        "Čanski jezik"@hr,
        "Láz nyelv"@hu,
        "Lingua laz"@it,
        "ラズ語"@ja,
        "ლაზური ენა"@ka,
        "Zimanê lazî"@ku,
        "Ласки јазик"@mk,
        "Bahasa Laz"@ms,
        "Lazisch"@nl,
        "Lazisk"@no,
        "Język lazyjski"@pl,
        "Lenga laz"@pms,
        "Língua laz"@pt,
        "Лазский язык"@ru,
        "Ikilazi"@rw,
        "Laziska"@sv,
        "ภาษาลาซ"@th,
        "Lazca"@tr,
        "Лазська мова"@uk,
        "ლაზური ნინა"@xmf .

<http://lexvo.org/id/iso639-3/maw> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "maw"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/mamp1244> ;
    owl:sameAs <http://dbpedia.org/resource/Mampruli_language>,
        <http://www.mpii.de/yago/resource/Mampruli_language> ;
    skos:altLabel "Mampruli language"@en ;
    skos:definition "Mampruli is a Gur language spoken in Ghana."@en ;
    skos:inScheme lexvo: ;
    skos:notation "maw"^^xsd:string ;
    skos:prefLabel "Mampruli"@de,
        "Mampruli"@en,
        "Mampruli"@fi,
        "Mampruli"@no,
        "Lenga Mampruli"@pms,
        "Мампрули"@ru .

<http://lexvo.org/id/iso639-3/mbc> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mbc"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/macu1259> ;
    owl:sameAs <http://dbpedia.org/resource/Macushi_language>,
        <http://www.mpii.de/yago/resource/Macushi_language> ;
    skos:altLabel "Macushi language"@en ;
    skos:definition "Macushi is the most populous of the Cariban languages, spoken by 30,000 in Brazil and Guyana. It is also spelled Makushi, Makusi, Makuxi, Macusi, Macussi, and also known as Teweya (Teueia)."@en ;
    skos:inScheme lexvo: ;
    skos:notation "mbc"^^xsd:string ;
    skos:prefLabel "Makouchieg"@br,
        "Macushi"@en,
        "Idioma macushi"@es,
        "Makušių kalba"@lt,
        "Макуши"@ru .

<http://lexvo.org/id/iso639-3/mbe> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mbe"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/mola1238> ;
    owl:sameAs <http://dbpedia.org/resource/Molala_language>,
        <http://www.mpii.de/yago/resource/Molala_language> ;
    skos:altLabel "Molala language"@en ;
    skos:definition "Molala (Molele, Molalla) is the extinct and poorly attested Plateau Penutian language of the Molala people. It is first attested along the Deschutes River, and later moved to the Molalla and Santiam rivers, and to the headwaters of the Umpqua and Rogue rivers. It was once thought to be close to Cayuse. There were three known dialects:"@en ;
    skos:inScheme lexvo: ;
    skos:notation "mbe"^^xsd:string ;
    skos:prefLabel "Molale"@en,
        "Idioma molala"@es .

<http://lexvo.org/id/iso639-3/mbj> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mbj"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/nade1244> ;
    owl:sameAs <http://dbpedia.org/resource/Nad%C3%ABb_language>,
        <http://www.mpii.de/yago/resource/Nad%C3%ABb_language> ;
    skos:altLabel "Nadëb language"@en ;
    skos:definition "Nadëb is a Nadahup language of the Brazilian Amazon, along the Uneiuxi, Japura, and Negro rivers. Various names for it include Nadöbö, Xïriwai, Hahöb, Guariba/Wariwa, Kaborí, Anodöub, sometimes compounded with the term Maku."@en ;
    skos:inScheme lexvo: ;
    skos:notation "mbj"^^xsd:string ;
    skos:prefLabel "Nadëb"@en .

<http://lexvo.org/id/iso639-3/mbl> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mbl"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/maxa1247> ;
    owl:sameAs <http://dbpedia.org/resource/Maxakal%C3%AD_language>,
        <http://www.mpii.de/yago/resource/Maxakal%C3%AD_language> ;
    skos:altLabel "Maxakalí language"@en ;
    skos:definition "Maxakalí is a Maxakalían language spoken in fourteen villages in Minas Gerais, Brazil, by fewer than a thousand people."@en ;
    skos:inScheme lexvo: ;
    skos:notation "mbl"^^xsd:string ;
    skos:prefLabel "Maxakalí"@en,
        "Maŝakalia lingvo"@eo,
        "Machacali"@fr,
        "Língua maxakalí"@pt .

<http://lexvo.org/id/iso639-3/mbn> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mbn"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/maca1259> ;
    owl:sameAs <http://dbpedia.org/resource/Macagu%C3%A1n_language>,
        <http://www.mpii.de/yago/resource/Macagu%C3%A1n_language> ;
    skos:altLabel "Macaguán language"@en ;
    skos:definition "Macaguán is a Guahiban language that was spoken by about 400 people in Colombia. Many of its speakers are monoglots."@en ;
    skos:inScheme lexvo: ;
    skos:notation "mbn"^^xsd:string ;
    skos:prefLabel "Macaguán"@en,
        "Macaguán"@fr,
        "Lenga macaguán"@pms .

<http://lexvo.org/id/iso639-3/mbp> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mbp"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/mala1522> ;
    owl:sameAs <http://dbpedia.org/resource/Wiwa_language>,
        <http://www.mpii.de/yago/resource/Wiwa_language> ;
    skos:altLabel "Wiwa language"@en ;
    skos:definition "Damana (also known as Wiwa, Guamaco, Malayo, Sanja or Arosario) is a Chibchan language spoken by around 2000 Wiwa south and east of Sierra Nevada de Santa Marta in northern Colombia."@en ;
    skos:inScheme lexvo: ;
    skos:notation "mbp"^^xsd:string ;
    skos:prefLabel "Malayo"@en,
        "Damana"@fr,
        "Damana"@no .

<http://lexvo.org/id/iso639-3/mbq> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mbq"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/mais1250> ;
    owl:sameAs <http://dbpedia.org/resource/Maisin_language>,
        <http://www.mpii.de/yago/resource/Maisin_language> ;
    skos:altLabel "Maisin language"@en ;
    skos:definition "Maisin (or Maisan) is a language of Papua New Guinea with both Austronesian and Papuan features. The Austronesian elements are those of the Nuclear Papuan Tip languages. The Papuan element is Binanderean or Dagan. It is spoken by the Maisin people of Oro Province."@en ;
    skos:inScheme lexvo: ;
    skos:notation "mbq"^^xsd:string ;
    skos:prefLabel "Maisin"@en,
        "Maisin"@fi .

<http://lexvo.org/id/iso639-3/mbr> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mbr"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/nuka1242> ;
    owl:sameAs <http://dbpedia.org/resource/Nukak_language>,
        <http://www.mpii.de/yago/resource/Nukak_language> ;
    skos:altLabel "Nukak language"@en ;
    skos:definition "The Nukak language is a tone language, perhaps part of the small Nadahup (Makú) language family. It is mutually intelligible with Kakwa."@en ;
    skos:inScheme lexvo: ;
    skos:notation "mbr"^^xsd:string ;
    skos:prefLabel "Nukak Makú"@en,
        "Idioma nukak"@es,
        "Nukak"@fr .

<http://lexvo.org/id/iso639-3/mbw> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mbw"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/mari1435> ;
    owl:sameAs <http://dbpedia.org/resource/Maring_language>,
        <http://www.mpii.de/yago/resource/Maring_language> ;
    skos:altLabel "Maring language"@en ;
    skos:definition "Maring (Mareng), or Yoadabe-Watoare, is a Trans–New Guinea language of the Chimbu–Wahgi branch spoken in the highlands of Papua New Guinea. Dialects are Central Maring, Eastern Maring, Timbunki, Tsuwenki, Karamba, Kambegl; Central Maring is understood by all."@en ;
    skos:inScheme lexvo: ;
    skos:notation "mbw"^^xsd:string ;
    skos:prefLabel "Maring"@en .

<http://lexvo.org/id/iso639-3/mcb> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mcb"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/mach1267> ;
    owl:sameAs <http://dbpedia.org/resource/Machiguenga_language>,
        <http://www.mpii.de/yago/resource/Machiguenga_language> ;
    skos:altLabel "Machiguenga language"@en ;
    skos:definition "Machiguenga (Matsigenka) is a major Arawakan language of Peru. It is close enough to Nomatsiguenga to sometimes be considered dialects of a single language, especially given that both are spoken by the Machiguenga people."@en ;
    skos:inScheme lexvo: ;
    skos:notation "mcb"^^xsd:string ;
    skos:prefLabel "Machiguenga"@en .

<http://lexvo.org/id/iso639-3/mcd> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mcd"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/shar1245> ;
    owl:sameAs <http://dbpedia.org/resource/Sharanawa_language>,
        <http://www.mpii.de/yago/resource/Sharanawa_language> ;
    skos:altLabel "Sharanawa language"@en ;
    skos:definition "Sharanawa is a Panoan language of Peru. There are 200 Sharanawa in Brazil, but they no longer speak the language."@en ;
    skos:inScheme lexvo: ;
    skos:notation "mcd"^^xsd:string ;
    skos:prefLabel "Sharanahua"@en .

<http://lexvo.org/id/iso639-3/mcf> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mcf"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/mats1244> ;
    owl:sameAs <http://dbpedia.org/resource/Mats%C3%A9s_language>,
        <http://www.mpii.de/yago/resource/Mats%C3%A9s_language> ;
    skos:altLabel "Matsés language"@en ;
    skos:definition "The Matsés language (sometimes called Mayoruna) is an indigenous language of the Peruvian and Brazilian Amazon basin which belongs to the Panoan language family and is spoken by ca. 2000 Matsés people (Fleck 2006). The language is vigorous and is spoken by all age groups in the Matsés communities. In the Matsés communities several other indigenous languages are also spoken by women who have been captured from neighboring tribes and some mixture of the languages occur (Fields & Wise 1976 p. 1, Fleck 2006 p. 542)."@en ;
    skos:inScheme lexvo: ;
    skos:notation "mcf"^^xsd:string ;
    skos:prefLabel "Matseseg"@br,
        "Matsés"@en,
        "Matses"@fr,
        "𐌼𐌰𐍄𐍃𐌴𐍃𐌰𐍂𐌰𐌶𐌳𐌰"@got,
        "Матсес"@ru .

<http://lexvo.org/id/iso639-3/mcg> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mcg"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/mapo1246> ;
    owl:sameAs <http://dbpedia.org/resource/Mapoyo_language>,
        <http://www.mpii.de/yago/resource/Mapoyo_language> ;
    skos:altLabel "Mapoyo language"@en ;
    skos:definition "Mapoyo is a Carib language spoken along the Suapure and Parguaza Rivers, Venezuela. The ethnic population is about 365."@en ;
    skos:inScheme lexvo: ;
    skos:notation "mcg"^^xsd:string ;
    skos:prefLabel "Mapoyo"@en,
        "Mapoja lingvo"@eo,
        "Mapójó"@is .

<http://lexvo.org/id/iso639-3/mch> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mch"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/maqu1238> ;
    owl:sameAs <http://dbpedia.org/resource/Ye'kuana_language>,
        <http://www.mpii.de/yago/resource/Ye'kuana_language> ;
    skos:altLabel "Ye'kuana language"@en ;
    skos:definition "Maquiritari, Dekwana or Ye'kuana, is a Cariban language of Venezuela, with a few hundred speakers in Brazil."@en ;
    skos:inScheme lexvo: ;
    skos:notation "mch"^^xsd:string ;
    skos:prefLabel "Maquiritari"@en .

<http://lexvo.org/id/iso639-3/mcm> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mcm"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/mala1533> ;
    owl:sameAs <http://dbpedia.org/resource/Kristang_language>,
        <http://www.mpii.de/yago/resource/Kristang_language> ;
    skos:altLabel "Creole Portuguese, Malaccan"@en,
        "Malaccan Creole Portuguese"@en ;
    skos:definition "Papiá Kristang (\"Christian language\"), or just Kristang, is a creole language. It is spoken by the Kristang, a community of people of mixed Portuguese and Asian ancestry, chiefly in Malacca (Malaysia) and Singapore."@en ;
    skos:inScheme lexvo: ;
    skos:notation "mcm"^^xsd:string ;
    skos:prefLabel "Kristang language"@en,
        "Kristang"@no,
        "Língua cristã"@pt,
        "Малайско-португальский креольский язык"@ru .

<http://lexvo.org/id/iso639-3/mcn> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mcn"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/masa1322> ;
    owl:sameAs <http://dbpedia.org/resource/Massa_language>,
        <http://www.mpii.de/yago/resource/Massa_language> ;
    skos:altLabel "Massa language"@en ;
    skos:definition "Massa (or Masana, Masa) is a language spoken in southern Chad and northern Cameroon. It is a Chadic language with approximately 200,000 speakers."@en ;
    skos:inScheme lexvo: ;
    skos:notation "mcn"^^xsd:string ;
    skos:prefLabel "Масаски език"@bg,
        "Masaneg"@br,
        "Llengua massa"@ca,
        "Masana"@en,
        "Masana hizkuntza"@eu,
        "Massa"@fr,
        "Masana jezik"@hr .

<http://lexvo.org/id/iso639-3/mcp> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mcp"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/maka1304> ;
    owl:sameAs <http://dbpedia.org/resource/Makaa_language>,
        <http://www.mpii.de/yago/resource/Makaa_language> ;
    skos:altLabel "Makaa language"@en ;
    skos:definition "Makaa is a Bantu language of Cameroon."@en ;
    skos:inScheme lexvo: ;
    skos:notation "mcp"^^xsd:string ;
    skos:prefLabel "Makaa"@de,
        "Makaa"@en,
        "Język makaa"@pl,
        "Lenga Makaa"@pms,
        "Kimakaa"@sw .

<http://lexvo.org/id/iso639-3/mcr> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mcr"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/meny1245> ;
    owl:sameAs <http://dbpedia.org/resource/Menya_language>,
        <http://www.mpii.de/yago/resource/Menya_language> ;
    skos:altLabel "Menya language"@en ;
    skos:definition "Menya (Menyama, Menye) is an Angan language of Papua New Guinea."@en ;
    skos:inScheme lexvo: ;
    skos:notation "mcr"^^xsd:string ;
    skos:prefLabel "Menya"@en .

<http://lexvo.org/id/iso639-3/mda> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mda"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/mada1282> ;
    owl:sameAs <http://dbpedia.org/resource/Mada_language>,
        <http://www.mpii.de/yago/resource/Mada_language> ;
    skos:altLabel "Mada (Nigeria)"@en,
        "Mada language"@en ;
    skos:definition "Mada is a regionally important Plateau language of Nigeria."@en ;
    skos:inScheme lexvo: ;
    skos:notation "mda"^^xsd:string ;
    skos:prefLabel "Mada"@en .

<http://lexvo.org/id/iso639-3/mdd> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mdd"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/mbum1254> ;
    owl:sameAs <http://dbpedia.org/resource/Mbum_language>,
        <http://www.mpii.de/yago/resource/Mbum_language> ;
    skos:altLabel "Mbum language"@en ;
    skos:definition "Mbum is an Adamawa language of Cameroon spoken by about 51,000 people. Speakers are mostly bilingual in Fulfulde. It is also known as Buna, Mboum, Mboumtiba, and Wuna."@en ;
    skos:inScheme lexvo: ;
    skos:notation "mdd"^^xsd:string ;
    skos:prefLabel "Mbum"@de,
        "Mbum"@en,
        "Mboum"@fr,
        "Mbum"@nn,
        "Lenga Mbum"@pms,
        "Kimbum"@sw .

<http://lexvo.org/id/iso639-3/mde> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mde"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/maba1277> ;
    owl:sameAs <http://dbpedia.org/resource/Maba_language>,
        <http://www.mpii.de/yago/resource/Maba_language> ;
    skos:altLabel "Maba (Chad)"@en,
        "Maba language"@en ;
    skos:definition "Maba is a Maban language language of Chad, where it is a local trade language."@en ;
    skos:inScheme lexvo: ;
    skos:notation "mde"^^xsd:string ;
    skos:prefLabel "مابا"@ar,
        "maba"@ca,
        "马坝文"@cmn,
        "馬巴文"@cmn-Hant,
        "maba"@cs,
        "maba"@da,
        "Μάμπα"@el,
        "Maba"@en,
        "maba"@es,
        "maba"@et,
        "maba"@fi,
        "maba"@fr,
        "מאבא"@he,
        "maba"@hr,
        "maba"@hu,
        "Maba"@id,
        "maba"@it,
        "マバ語"@ja,
        "마바어"@ko,
        "ມາບາ"@lo,
        "mabų"@lt,
        "mabu"@lv,
        "маба"@mk,
        "maba"@nb,
        "Maba"@nl,
        "maba"@pl,
        "maba"@pt,
        "maba"@ro,
        "maba"@sk,
        "maba"@sv,
        "Kimaba"@swh,
        "มาบา"@th,
        "Maba"@tr,
        "маба"@uk,
        "Tiếng Maba"@vi .

<http://lexvo.org/id/iso639-3/mdh> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mdh"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/magu1243> ;
    owl:sameAs <http://dbpedia.org/resource/Maguindanao_language>,
        <http://www.mpii.de/yago/resource/Maguindanao_language> ;
    skos:altLabel "Maguindanao language"@en ;
    skos:definition "Maguindanaon is an Austronesian language spoken by majority of the population of Maguindanao Province in the Philippines. It is also spoken by sizable minorities in different parts of Mindanao such as the cities of Zamboanga, Davao, and General Santos, and the provinces of North Cotabato, Sultan Kudarat, South Cotabato, Sarangani, Zamboanga del Sur, Zamboanga Sibugay, as well as Metro Manila."@en ;
    skos:inScheme lexvo: ;
    skos:notation "mdh"^^xsd:string ;
    skos:prefLabel "Minagindanaw"@ceb,
        "Maguindanaon"@en,
        "Maguindanao"@fr,
        "Maguindanao-ngî"@hak,
        "Pagsasao a Maguindanao"@ilo,
        "マギンダナオ語"@ja,
        "Магинданао"@ru,
        "Maguindanao leid"@sco,
        "ภาษามากวินดาเนา"@th,
        "Wikang Maguindanao"@tl,
        "Tiếng Maguindanao"@vi .

<http://lexvo.org/id/iso639-3/mdi> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mdi"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/mamv1243> ;
    owl:sameAs <http://dbpedia.org/resource/Mamvu_language>,
        <http://www.mpii.de/yago/resource/Mamvu_language> ;
    skos:altLabel "Mamvu language"@en ;
    skos:definition "Mamvu is a Central Sudanic language of northeastern Congo. It is quite similar to Lese."@en ;
    skos:inScheme lexvo: ;
    skos:notation "mdi"^^xsd:string ;
    skos:prefLabel "Mamvu"@en .

<http://lexvo.org/id/iso639-3/mdq> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mdq"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/mbol1247> ;
    owl:sameAs <http://dbpedia.org/resource/Mbole_language>,
        <http://www.mpii.de/yago/resource/Mbole_language> ;
    skos:altLabel "Mbole language"@en ;
    skos:definition "Mbole is a Bantu language of the Democratic Republic of the Congo. It is spoken by the Mbole people, with a population of about 100,000 as of 1971 living in the Tshopo District, southwest of Kisangani in the Democratic Republic of the Congo."@en ;
    skos:inScheme lexvo: ;
    skos:notation "mdq"^^xsd:string ;
    skos:prefLabel "Mbole"@en .

<http://lexvo.org/id/iso639-3/mdt> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mdt"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/mber1257> ;
    owl:sameAs <http://dbpedia.org/resource/Mbere_language>,
        <http://www.mpii.de/yago/resource/Mbere_language> ;
    skos:altLabel "Mbere language"@en ;
    skos:definition "Mbere (Mbede, Mbete) is a Bantu language spoken in the Republic of Congo and Gabon."@en ;
    skos:inScheme lexvo: ;
    skos:notation "mdt"^^xsd:string ;
    skos:prefLabel "Mbere"@de,
        "Mbere"@en,
        "Lenga Mbere"@pms,
        "Kimbere"@sw .

<http://lexvo.org/id/iso639-3/mdx> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mdx"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/dizi1235> ;
    owl:sameAs <http://dbpedia.org/resource/Dizin_language>,
        <http://www.mpii.de/yago/resource/Dizin_language> ;
    skos:altLabel "Dizin language"@en ;
    skos:definition "Dizin (often called “Dizi” or “Maji” in the literature) is an Omotic language of the Afro-Asiatic language family spoken in the Dizi woreda of the Southern Nations, Nationalities and Peoples Region, located in southwestern Ethiopia. The 2007 census listed 33,927 speakers. A population of 17,583 was identified as monolinguals in 1994."@en ;
    skos:inScheme lexvo: ;
    skos:notation "mdx"^^xsd:string ;
    skos:prefLabel "Idioma dizi"@an,
        "Dizieg"@br,
        "Dizi"@de,
        "Dizin"@en,
        "Dizi"@fr,
        "Dizi jezik"@hr,
        "Lenga Dizi"@pms,
        "Língua dizin"@pt .

<http://lexvo.org/id/iso639-3/mdy> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mdy"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/male1284> ;
    owl:sameAs <http://dbpedia.org/resource/Male_language_(Ethiopia)>,
        <http://www.mpii.de/yago/resource/Male_language_(Ethiopia)> ;
    skos:altLabel "Male (Ethiopia)"@en,
        "Male language"@en ;
    skos:definition "Male (also spelled Maale), is an Omotic language spoken in the Omo Region of Ethiopia by the Male people. It is called in ISO 639-3 to distinguish it from ."@en ;
    skos:inScheme lexvo: ;
    skos:notation "mdy"^^xsd:string ;
    skos:prefLabel "Male"@en .

<http://lexvo.org/id/iso639-3/mec> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mec"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/mara1385> ;
    owl:sameAs <http://dbpedia.org/resource/Marra_language>,
        <http://www.mpii.de/yago/resource/Marra_language> ;
    skos:altLabel "Marra language"@en ;
    skos:definition ":Not to be confused with the Maran languages of the Pama–Nyungan family Marra (also spelled Mara) is an Australian Aboriginal language, traditionally spoken on an area of the Gulf of Carpentaria coast in the Northern Territory around the Roper, Towns and Limmen Rivers. Marra is now an endangered language. The most recent survey was in 1991; at that time, there were only 15 speakers, all elderly. Most Marra people now speak Kriol as their main language. The remaining elderly Marra speakers live in the Aboriginal communities of Ngukurr, Numbulwar, Borroloola and Minyerri."@en ;
    skos:inScheme lexvo: ;
    skos:notation "mec"^^xsd:string ;
    skos:prefLabel "Mara"@en .

<http://lexvo.org/id/iso639-3/mei> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mei"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/mido1240> ;
    owl:sameAs <http://dbpedia.org/resource/Midob_language>,
        <http://www.mpii.de/yago/resource/Midob_language> ;
    skos:altLabel "Midob language"@en ;
    skos:definition "Midob (also spelt Meidob) is the language of the Midob people in North Darfur. It is genetically part of the Nubian language family which is part of the Nilo-Saharan language phylum. Apart from their homeland, Midob speakers also live in the Khartoum area and Jezirat Aba. The Midob people call their language tìd-n-áal, literally \"mouth of the Midob\", and themselves tìddí (singular), tìd (plural). There are an estimated 50,000 Midob speakers in two main dialects, Urrti and Kaageddi."@en ;
    skos:inScheme lexvo: ;
    skos:notation "mei"^^xsd:string ;
    skos:prefLabel "Midobeg"@br,
        "Midob"@de,
        "Midob"@en,
        "Lingua Midob"@la,
        "Lenga Midob"@pms .

<http://lexvo.org/id/iso639-3/mej> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mej"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/meya1236> ;
    owl:sameAs <http://dbpedia.org/resource/Meax_language>,
        <http://www.mpii.de/yago/resource/Meax_language> ;
    skos:altLabel "Meax language"@en ;
    skos:definition "Meax (Meyah) is a Papuan language on the north coast of Papua, Indonesia."@en ;
    skos:inScheme lexvo: ;
    skos:notation "mej"^^xsd:string ;
    skos:prefLabel "Meyah"@en,
        "Bahasa Sentani"@id .

<http://lexvo.org/id/iso639-3/mek> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mek"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/meke1243> ;
    owl:sameAs <http://dbpedia.org/resource/Mekeo_language>,
        <http://www.mpii.de/yago/resource/Mekeo_language> ;
    skos:altLabel "Mekeo language"@en ;
    skos:definition "Mekeo is a language spoken in Papua New Guinea and had 19,000 speakers in 2003. It is an Oceanic language of the Papuan Tip Linkage. The two major villages that the language is spoken in are located in the Central Province of Papua New Guinea. These are named Ongofoina and Inauaisa. The language is also broken up into four dialects: East Mekeo; North West Mekeo; West Mekeo and North Mekeo. The standard dialect is East Mekeo. This main dialect is addressed throughout the article."@en ;
    skos:inScheme lexvo: ;
    skos:notation "mek"^^xsd:string ;
    skos:prefLabel "Mekeo"@en .

<http://lexvo.org/id/iso639-3/mep> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mep"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/miri1266> ;
    owl:sameAs <http://dbpedia.org/resource/Miriwoong_language>,
        <http://www.mpii.de/yago/resource/Miriwoong_language> ;
    skos:altLabel "Miriwoong language"@en ;
    skos:definition "Miriwoong is an Australian Indigenous language which today has about 20 speakers, most of whom live in or near Kununurra in Western Australia."@en ;
    skos:inScheme lexvo: ;
    skos:notation "mep"^^xsd:string ;
    skos:prefLabel "Miriwung"@en,
        "Miriwoong"@fr,
        "Lenga miriwung"@pms,
        "Miriwung"@pt,
        "Miriwung"@sv .

<http://lexvo.org/id/iso639-3/meu> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "meu"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/motu1246> ;
    owl:sameAs <http://dbpedia.org/resource/Motu_language>,
        <http://www.mpii.de/yago/resource/Motu_language> ;
    skos:altLabel "Motu language"@en ;
    skos:definition "Motu (sometimes called Pure Motu or True Motu to distinguish it from Hiri Motu) is one of many Central Papuan Tip languages, and is spoken by the Motuans, native inhabitants of Papua New Guinea. It is still commonly used today in the region, particularly around the capital, Port Moresby."@en ;
    skos:inScheme lexvo: ;
    skos:notation "meu"^^xsd:string ;
    skos:prefLabel "Motu"@en,
        "Idioma motu"@es,
        "Motu"@eu,
        "Motun kieli"@fi,
        "Motu"@fr,
        "Motų kalba"@lt,
        "Motu"@no,
        "Język motu"@pl,
        "Моту"@ru .

<http://lexvo.org/id/iso639-3/mev> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mev"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/mann1248> ;
    owl:sameAs <http://dbpedia.org/resource/Mann_language>,
        <http://www.mpii.de/yago/resource/Mann_language> ;
    skos:altLabel "Mann language"@en,
        "Mano"@en ;
    skos:definition "The Mann language, also known as Maa, Mah, Mano and Mawe, is a significant Mande language of Liberia and Guinea. It is spoken primarily in Nimba County in north-central Liberia by 188,000 and by 71,000 in Nzérékoré, Lola and Yomou Prefectures in Guinea."@en ;
    skos:inScheme lexvo: ;
    skos:notation "mev"^^xsd:string ;
    skos:prefLabel "Mann"@en .

<http://lexvo.org/id/iso639-3/mey> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mey"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/hass1238> ;
    owl:sameAs <http://dbpedia.org/resource/Hass%C4%81n%C4%ABya_language>,
        <http://www.mpii.de/yago/resource/Hass%C4%81n%C4%ABya_language> ;
    skos:altLabel "Hassānīya language"@en ;
    skos:definition "Hassānīya ( Hassānīya; also known as Hassaniyya, Klem El Bithan, Hasanya, Hassani, Hassaniya) is the variety of Arabic originally spoken by the Beni Hassān Bedouin tribes, who extended their authority over most of Mauritania and the Western Sahara between the fifteenth and seventeenth centuries. It has almost completely replaced the Berber languages spoken in this region. Though clearly a western dialect, Hassānīya is relatively distant from other North African variants of Arabic. Its geographical location exposed it to influence from Zenaga and Wolof. There are several dialects of Hassaniya. The primary differences among them are phonetic. Today Hassaniya is spoken by inhabitants of Algeria, Morocco, Mauritania, Mali, Niger, Senegal and the Western Sahara."@en ;
    skos:inScheme lexvo: ;
    skos:notation "mey"^^xsd:string ;
    skos:prefLabel "لهجة حسانية"@ar,
        "Hasaniyeg"@br,
        "Hassania"@ca,
        "Hassania"@de,
        "Hassaniyya"@en,
        "Hasanija"@eo,
        "Hassanía"@es,
        "Hassaniyya"@fi,
        "Hassanya"@fr,
        "Hassaniyya arapski"@hr,
        "Хасанија арапски јазик"@mk,
        "Bahasa Hassānīya"@ms,
        "Hassanija"@pl,
        "Lenga Hassaniyya"@pms,
        "Хасания"@ru,
        "Hassaniyya"@sv .

<http://lexvo.org/id/iso639-3/mez> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mez"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/meno1252> ;
    owl:sameAs <http://dbpedia.org/resource/Menominee_language>,
        <http://www.mpii.de/yago/resource/Menominee_language> ;
    skos:altLabel "Menominee language"@en ;
    skos:definition "The Menominee language (also spelled Menomini) is an Algonquian language originally spoken by the Menominee people of northern Wisconsin and Michigan. It is still spoken on the Menominee Nation lands in Northern Wisconsin in the United States."@en ;
    skos:inScheme lexvo: ;
    skos:notation "mez"^^xsd:string ;
    skos:prefLabel "Menominee"@en,
        "Menominee"@fr,
        "Lenga menominee"@pms .

<http://lexvo.org/id/iso639-3/mfc> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mfc"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/mbaa1245> ;
    owl:sameAs <http://dbpedia.org/resource/Mba_language>,
        <http://www.mpii.de/yago/resource/Mba_language> ;
    skos:altLabel "Mba language"@en ;
    skos:definition "Mba, also known as (Ki)Manga or (Ki)Mbanga, is a Ubangian language spoken in DRC Congo."@en ;
    skos:inScheme lexvo: ;
    skos:notation "mfc"^^xsd:string ;
    skos:prefLabel "Mba"@en,
        "Мба"@ru,
        "Kimba"@sw .

<http://lexvo.org/id/iso639-3/mfe> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mfe"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/mori1278> ;
    owl:sameAs <http://dbpedia.org/resource/Mauritian_Creole>,
        <http://www.mpii.de/yago/resource/Mauritian_Creole> ;
    skos:altLabel "Маврицийски език"@bg,
        "Kreoleg Maoris"@br,
        "Mauritian Creole"@en,
        "Criollo mauriciano"@es,
        "Créole mauricien"@fr,
        "Mauricijski kreolski jezik"@hr,
        "Creolo mauriziano"@it,
        "모리셔스 크리올"@ko,
        "Język kreolski Mauritiusa"@pl,
        "Crioulo de Maurício"@pt,
        "crioulo das Ilhas Maurícias"@pt,
        "Маурицијски креолски"@sr ;
    skos:definition "Mauritian Creole (called Kreol Morisien in creole) is a French-based creole language spoken in Mauritius. In addition to the French base of the language, there are also some words from English and from the many African and Asian languages that have been spoken on the island."@en ;
    skos:inScheme lexvo: ;
    skos:notation "mfe"^^xsd:string ;
    skos:prefLabel "Morisjen"@af,
        "ሞሪሲየኛ"@am,
        "المورسيانية"@ar,
        "морисиен"@bg,
        "মরিসিয়ান"@bn,
        "moriseg"@br,
        "mauricià"@ca,
        "毛里求斯克里奥尔文"@cmn,
        "克里奧文（模里西斯）"@cmn-Hant,
        "mauricijská kreolština"@cs,
        "morisyen"@da,
        "Morisyen"@de,
        "Μορίσιεν"@el,
        "Morisyen"@en,
        "criollo mauriciano"@es,
        "Mauritaania kreooli"@et,
        "Mauritaniako kreolera"@eu,
        "موریسین"@fa,
        "morisyen"@fi,
        "Morisyen"@fil,
        "créole mauricien"@fr,
        "Crioulo mauritano"@gl,
        "મોરીસ્યેન"@gu,
        "מוריסיין"@he,
        "मोरीस्येन"@hi,
        "mauricijski kreolski"@hr,
        "mauritiusi kreol"@hu,
        "Morisien"@id,
        "morisyen"@is,
        "creolo mauriziano"@it,
        "モーリシャス・クレオール語"@ja,
        "ಮೊರಿಸನ್"@kn,
        "모리스얀어"@ko,
        "ມໍລິສເຍນ"@lo,
        "morisijų"@lt,
        "Maurīcijas kreolu"@lv,
        "kreol morisien"@mfe,
        "морисјен"@mk,
        "മൊറിസിൻ"@ml,
        "मोरिस्येन"@mr,
        "mauritisk-kreolsk"@nb,
        "Morisyen"@nl,
        "kreolski Mauritiusa"@pl,
        "Lenga morisyen"@pms,
        "Morisyen"@pt,
        "morisyen"@ro,
        "маврикийский креольский"@ru,
        "maurícijská kreolčina"@sk,
        "morisjenščina"@sl,
        "морисјен"@sr,
        "mauritansk kreol"@sv,
        "Kimoriseni"@swh,
        "மொரிசியன்"@ta,
        "మొరిస్యేన్"@te,
        "มอริสเยน"@th,
        "Morisyen"@tr,
        "маврикійська креольська"@uk,
        "موریسیین"@ur,
        "Tiếng Morisyen"@vi,
        "Morisyen"@zsm,
        "Isi-Morisyen"@zu .

<http://lexvo.org/id/iso639-3/mfv> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mfv"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/mand1419> ;
    owl:sameAs <http://dbpedia.org/resource/Mandjak_language>,
        <http://www.mpii.de/yago/resource/Mandjak_language> ;
    skos:altLabel "Mandjak language"@en ;
    skos:definition "Mandjak (Manjack) is a Bak language of Guinea-Bissau and Senegal."@en ;
    skos:inScheme lexvo: ;
    skos:notation "mfv"^^xsd:string ;
    skos:prefLabel "Mandjakeg"@br,
        "Mandjak"@de,
        "Mandjak"@en,
        "Manjaque"@fr,
        "Mandjak jezik"@hr,
        "Lenga Mandjak"@pms .

<http://lexvo.org/id/iso639-3/mfy> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mfy"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/mayo1264> ;
    owl:sameAs <http://dbpedia.org/resource/Mayo_language>,
        <http://www.mpii.de/yago/resource/Mayo_language> ;
    skos:altLabel "Mayo language"@en ;
    skos:definition "Mayo is an Uto-Aztecan language. It is spoken by about 40,000 people, the Mexican Mayo or Yoreme Indians, who live in the South of the Mexican state of Sonora and in the North of the neighboring state of Sinaloa. Under the \"Law of Linguistic Rights\" it is recognized as a \"national language\" along with 62 other indigenous languages and Spanish which have the same validity in Mexico."@en ;
    skos:inScheme lexvo: ;
    skos:notation "mfy"^^xsd:string ;
    skos:prefLabel "Mayoeg"@br,
        "Mayo"@en,
        "Idioma mayo"@es,
        "Mayo"@fr,
        "Mayotlahtōlli"@nah,
        "Yorem simi"@qu .

<http://lexvo.org/id/iso639-3/mgd> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mgd"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/moru1253> ;
    owl:sameAs <http://dbpedia.org/resource/Moru_language>,
        <http://www.mpii.de/yago/resource/Moru_language> ;
    skos:altLabel "Moru language"@en ;
    skos:definition "Moru is a Central Sudanic language spoken in South Sudan by the Moru people. Dialects are Agi, Andri ~ ’Bali’ba, Kadiro = Lakama’di, Miza, Moruwa’di."@en ;
    skos:inScheme lexvo: ;
    skos:notation "mgd"^^xsd:string ;
    skos:prefLabel "Moru"@en,
        "Мору језик"@sr .

<http://lexvo.org/id/iso639-3/mgl> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mgl"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/male1289> ;
    owl:sameAs <http://dbpedia.org/resource/Maleu-Kilenge_language>,
        <http://www.mpii.de/yago/resource/Maleu-Kilenge_language> ;
    skos:altLabel "Maleu-Kilenge language"@en ;
    skos:definition "Maleu-Kilenge is an Austronesian language spoken by about 5200 swidden farmers, including about 1500 ethnic Kilenge, in the Talasea District of West New Britain Province, Papua New Guinea."@en ;
    skos:inScheme lexvo: ;
    skos:notation "mgl"^^xsd:string ;
    skos:prefLabel "Maleu-Kilenge"@en,
        "Maleu-kilenge"@fr .

<http://lexvo.org/id/iso639-3/mgr> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mgr"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/mamb1296> ;
    owl:sameAs <http://dbpedia.org/resource/Mambwe-Lungu_language>,
        <http://www.mpii.de/yago/resource/Mambwe-Lungu_language> ;
    skos:altLabel "Mambwe-Lungu language"@en ;
    skos:inScheme lexvo: ;
    skos:notation "mgr"^^xsd:string ;
    skos:prefLabel "Mambwe"@de,
        "Mambwe-Lungu"@en,
        "Mambveoj"@eo,
        "Wamambwe"@sw .

<http://lexvo.org/id/iso639-3/mgu> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mgu"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/mail1248> ;
    owl:sameAs <http://dbpedia.org/resource/Mailu_language>,
        <http://www.mpii.de/yago/resource/Mailu_language> ;
    skos:altLabel "Mailu language"@en ;
    skos:definition "Mailu or Magi is a Papuan language of Papua New Guinea."@en ;
    skos:inScheme lexvo: ;
    skos:notation "mgu"^^xsd:string ;
    skos:prefLabel "Mailu"@en,
        "Mailu"@fr .

<http://lexvo.org/id/iso639-3/mgw> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mgw"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/matu1259> ;
    owl:sameAs <http://dbpedia.org/resource/Matumbi_language>,
        <http://www.mpii.de/yago/resource/Matumbi_language> ;
    skos:altLabel "Matumbi language"@en ;
    skos:definition "Matuumbi, also known as Kimatumbi, is a language spoken in Tanzania in the Kipatimu region of the Kilwa District, south of the Rufiji river. It is a Bantu language, P13 in Guthrie's classification. Kimatuumbi is closely related to the Ngindo, Mbunga, Rufiji and Ndengereko languages. It is spoken by about 70 000 people, according to the Ethnologue."@en ;
    skos:inScheme lexvo: ;
    skos:notation "mgw"^^xsd:string ;
    skos:prefLabel "Matumbi"@en,
        "Język matumbi"@pl,
        "Kimatumbi"@sw .

<http://lexvo.org/id/iso639-3/mhd> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mhd"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/mbug1240> ;
    owl:sameAs <http://dbpedia.org/resource/Mbugu_language>,
        <http://www.mpii.de/yago/resource/Mbugu_language> ;
    skos:altLabel "Mbugu language"@en ;
    skos:definition "Mbugu, or Ma’a, is a mixed language of Tanzania."@en ;
    skos:inScheme lexvo: ;
    skos:notation "mhd"^^xsd:string ;
    skos:prefLabel "Mbugu"@de,
        "Mbugu"@en,
        "Lenga mbugu"@pms,
        "Mbugu"@sh,
        "Kimbugu"@sw .

<http://lexvo.org/id/iso639-3/mhe> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mhe"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/besi1244> ;
    owl:sameAs <http://dbpedia.org/resource/Mah_Meri_language>,
        <http://www.mpii.de/yago/resource/Mah_Meri_language> ;
    skos:altLabel "Mah Meri"@en,
        "Mah Meri language"@en ;
    skos:definition "Mah Meri, also known as Besisi and Betise’, is an aboriginal Mon–Khmer language spoken in Malaya. It is the only such language spoken on the coast, in Malacca outside of the capital Kuala Lumpur. The small number of speakers is increasing."@en ;
    skos:inScheme lexvo: ;
    skos:notation "mhe"^^xsd:string ;
    skos:prefLabel "Besisi"@en,
        "Besisi"@fr .

<http://lexvo.org/id/iso639-3/mhi> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mhi"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/madi1260> ;
    owl:sameAs <http://dbpedia.org/resource/Ma'di_language>,
        <http://www.mpii.de/yago/resource/Ma'di_language> ;
    skos:altLabel "Ma'di language"@en ;
    skos:definition "The Madi language (pronounced ) is found in Uganda and South Sudan. (The apostrophe before the letter d denotes it as an implosive). The Madi people refer to their language as Madi ti literally: Ma'di mouth."@en ;
    skos:inScheme lexvo: ;
    skos:notation "mhi"^^xsd:string ;
    skos:prefLabel "Madieg"@br,
        "Ma'di"@en,
        "Ma'di"@fr,
        "Мади језик"@sr .

<http://lexvo.org/id/iso639-3/mhj> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mhj"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/mogh1245> ;
    owl:sameAs <http://dbpedia.org/resource/Moghol_language>,
        <http://www.mpii.de/yago/resource/Moghol_language> ;
    skos:altLabel "Moghol language"@en ;
    skos:definition "Moghol (also known as Mogholi [ISO 639-3]) is a Mongolic language spoken in the region of Herat, Afghanistan, by a few members of the Hazara community. In the 1970s, when the German scholar Michael Weiers did fieldwork on the language, few people spoke the language, most knew it passively and most were older than 40 years."@en ;
    skos:inScheme lexvo: ;
    skos:notation "mhj"^^xsd:string ;
    skos:prefLabel "Mogolieg"@br,
        "Moghol"@de,
        "Mogholi"@en,
        "Mogolin kieli"@fi,
        "Moghol"@fr,
        "모골어"@ko,
        "Моголски јазик"@mk,
        "Język mogolski"@pl,
        "Lenga mogholi"@pms,
        "Могольский язык"@ru,
        "ภาษาโมโคล"@th .

<http://lexvo.org/id/iso639-3/mhk> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mhk"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/mung1266> ;
    owl:sameAs <http://dbpedia.org/resource/Nga'ka_language>,
        <http://www.mpii.de/yago/resource/Nga'ka_language> ;
    skos:altLabel "Nga'ka language"@en ;
    skos:definition "The Ngaka language, Mungaka, also Bali, is a Grassfields language of Cameroon."@en ;
    skos:inScheme lexvo: ;
    skos:notation "mhk"^^xsd:string ;
    skos:prefLabel "Mungaka"@en .

<http://lexvo.org/id/iso639-3/mhq> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mhq"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/mand1446> ;
    owl:sameAs <http://dbpedia.org/resource/Mandan_language>,
        <http://www.mpii.de/yago/resource/Mandan_language> ;
    skos:altLabel "Mandan language"@en ;
    skos:definition "Mandan is an endangered Siouan language."@en ;
    skos:inScheme lexvo: ;
    skos:notation "mhq"^^xsd:string ;
    skos:prefLabel "Mandaneg"@br,
        "Mandan"@en,
        "Mandan"@fr,
        "Mandan"@nl .

<http://lexvo.org/id/iso639-3/mhr> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mhr"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/east2328> ;
    owl:sameAs <http://dbpedia.org/resource/Meadow_Mari_language>,
        <http://www.mpii.de/yago/resource/Meadow_Mari_language> ;
    skos:altLabel "Mari, Eastern"@en,
        "Meadow Mari language"@en ;
    skos:definition "Meadow Mari or Eastern Mari is a standardized dialect of the Mari language used by about half a million people mostly in the European part of the Russian Federation. Meadow Mari, Hill Mari, and Russian are official languages in the Mariy El Autonomous Republic of the Russian Federation."@en ;
    skos:inScheme lexvo: ;
    skos:notation "mhr"^^xsd:string ;
    skos:prefLabel "Eastern Mari"@en .

<http://lexvo.org/id/iso639-3/mhs> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mhs"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/buru1303> ;
    owl:sameAs <http://dbpedia.org/resource/Buru_language>,
        <http://www.mpii.de/yago/resource/Buru_language> ;
    skos:altLabel "Buru (Indonesia)"@en,
        "Buru language"@en ;
    skos:inScheme lexvo: ;
    skos:notation "mhs"^^xsd:string ;
    skos:prefLabel "Buru"@en,
        "Buru"@fr,
        "Буруанский язык"@ru .

<http://lexvo.org/id/iso639-3/mhu> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mhu"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/diga1241> ;
    owl:sameAs <http://dbpedia.org/resource/Digaro_Mishmi_language>,
        <http://www.mpii.de/yago/resource/Digaro_Mishmi_language> ;
    skos:altLabel "Deng, Darang"@en,
        "Digaro Mishmi language"@en,
        "Digaro-Mishmi"@en ;
    skos:definition "Digaro, also Taraon or Darang, is a small Tibeto-Burman language of India."@en ;
    skos:inScheme lexvo: ;
    skos:notation "mhu"^^xsd:string ;
    skos:prefLabel "Darang Deng"@en .

<http://lexvo.org/id/iso639-3/mhx> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mhx"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/maru1249> ;
    owl:sameAs <http://dbpedia.org/resource/Maru_language>,
        <http://www.mpii.de/yago/resource/Maru_language> ;
    skos:altLabel "Lhaovo"@en,
        "Maru language"@en ;
    skos:definition "Lhao Vo, is a Burmish language of Burma with a few thousand speakers in China."@en ;
    skos:inScheme lexvo: ;
    skos:notation "mhx"^^xsd:string ;
    skos:prefLabel "Maru"@en .

<http://lexvo.org/id/iso639-3/mhy> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mhy"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/maan1238> ;
    owl:sameAs <http://dbpedia.org/resource/Ma'anyan_language>,
        <http://www.mpii.de/yago/resource/Ma'anyan_language> ;
    skos:altLabel "Ma'anyan language"@en ;
    skos:definition "Maanyan or Maanjan or Maanyak Dayak is an Austronesian language belonging to the East Barito languages. It is spoken by about 150,000 Ma'anyan people (subgroup of Dayak people) living in the central Kalimantan, Indonesia. It is closely related to Malagasy languages spoken in Madagascar. There is high lexical similarity with other East Barito languages like Paku language (77%) or Dusun Witu (75%)."@en ;
    skos:inScheme lexvo: ;
    skos:notation "mhy"^^xsd:string ;
    skos:prefLabel "Ma'anyan"@en,
        "Ma'anyan"@fr,
        "Bahasa Maanyan"@id,
        "Bahasa Maanyan"@ms,
        "Ma'anjan"@nl,
        "Lenga Ma'anyan"@pms,
        "Ma’anyančina"@sk .

<http://lexvo.org/id/iso639-3/mhz> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mhz"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/morm1235> ;
    owl:sameAs <http://dbpedia.org/resource/Mor_language_(Austronesian)>,
        <http://www.mpii.de/yago/resource/Mor_language_(Austronesian)> ;
    skos:altLabel "Mor (Mor Islands)"@en,
        "Mor language"@en ;
    skos:definition "Mor is a tonal Austronesian language in the putative Cenderawasih (Geelvink Bay) of Indonesian Papua. It is not closely related to other languages."@en ;
    skos:inScheme lexvo: ;
    skos:notation "mhz"^^xsd:string ;
    skos:prefLabel "Mor"@en,
        "Mor"@nl .

<http://lexvo.org/id/iso639-3/mia> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mia"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/miam1252> ;
    owl:sameAs <http://dbpedia.org/resource/Miami-Illinois_language>,
        <http://www.mpii.de/yago/resource/Miami-Illinois_language> ;
    skos:altLabel "Miami-Illinois language"@en ;
    skos:definition "The Miami-Illinois language (Miami-Illinois: Myaamia ) is a Native American Algonquian language formerly spoken in the United States, primarily in Illinois, Missouri, Indiana, western Ohio and adjacent areas along the Mississippi River by the tribes of the Inoca or Illinois Confederacy, including the Kaskaskia, Peoria, Tamaroa, Cahokia, and Mitchigamea. Since the 1990s the Miami Tribe of Oklahoma has worked to revive it in a joint project with Miami University in Oxford, Ohio."@en ;
    skos:inScheme lexvo: ;
    skos:notation "mia"^^xsd:string ;
    skos:prefLabel "Miamieg"@br,
        "Miami"@en,
        "Miami-illinois"@fr,
        "Lenga miami"@pms,
        "Língua Miami-Illinois"@pt .

<http://lexvo.org/id/iso639-3/mif> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mif"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/mofu1248> ;
    owl:sameAs <http://dbpedia.org/resource/Mofu-Gudur_language>,
        <http://www.mpii.de/yago/resource/Mofu-Gudur_language> ;
    skos:altLabel "Mofu-Gudur language"@en ;
    skos:definition "Mofu-Gudur is an Afro-Asiatic language spoken in northern Cameroon. Dialects are Dimeo, Gudur, Massagal, Mokong, Njeleng, and Zidim."@en ;
    skos:inScheme lexvo: ;
    skos:notation "mif"^^xsd:string ;
    skos:prefLabel "Mofu-Gudur"@en,
        "Kimofu-Gudur"@sw .

<http://lexvo.org/id/iso639-3/mig> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mig"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/sanm1295> ;
    skos:altLabel "Mixtec, San Miguel El Grande"@en ;
    skos:inScheme lexvo: ;
    skos:notation "mig"^^xsd:string ;
    skos:prefLabel "San Miguel El Grande Mixtec"@en .

<http://lexvo.org/id/iso639-3/mik> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mik"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/mika1239> ;
    owl:sameAs <http://dbpedia.org/resource/Mikasuki_language>,
        <http://www.mpii.de/yago/resource/Mikasuki_language> ;
    skos:altLabel "Mikasuki language"@en ;
    skos:definition "The Mikasuki language (also Miccosukee or Hitchiti-Mikasuki) is a Muskogean language spoken by around 500 people in southern Florida. It is spoken by the Miccosukee tribe as well as many Florida Seminoles. The now-extinct Hitchiti language was mutually intelligible with Mikasuki."@en ;
    skos:inScheme lexvo: ;
    skos:notation "mik"^^xsd:string ;
    skos:prefLabel "Mikasoukieg"@br,
        "Hitchiti-Mikasuki-Sprache"@de,
        "Mikasuki"@en,
        "Idioma hitchiti-mikasuki"@es,
        "Mikasukin kieli"@fi,
        "Mikasuki"@fr,
        "Lenga mikasuki"@pms,
        "Língua mikazuki"@pt,
        "Mikasuki simi"@qu,
        "Хитчити-микасукский язык"@ru,
        "密卡蘇奇語"@zh .

<http://lexvo.org/id/iso639-3/miq> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "miq"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/misk1235> ;
    owl:sameAs <http://dbpedia.org/resource/Miskito_language>,
        <http://www.mpii.de/yago/resource/Miskito_language> ;
    skos:altLabel "Miskito language"@en ;
    skos:definition "Miskito (Mískitu in the Miskito language) is a Misumalpan language spoken by the Miskito people in northeastern Nicaragua, especially in the North Atlantic Autonomous Region, and in eastern Honduras."@en ;
    skos:inScheme lexvo: ;
    skos:notation "miq"^^xsd:string ;
    skos:prefLabel "Miskito"@de,
        "Mískito"@en,
        "Idioma mísquito"@es,
        "Miskitoera"@eu,
        "Miskito"@nn,
        "Miskito"@no,
        "Język miskito"@pl,
        "Miskitu simi"@qu,
        "Мискито"@ru,
        "Miskito"@sv .

<http://lexvo.org/id/iso639-3/mjd> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mjd"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/nort2951> ;
    owl:sameAs <http://dbpedia.org/resource/Konkow_language>,
        <http://www.mpii.de/yago/resource/Konkow_language> ;
    skos:altLabel "Maidu, Northwest"@en,
        "Northwest Maidu"@en ;
    skos:definition "The Konkow language (also called Northwestern Maidu &mdash; or Koyoomkawi, in the language itself) is a part of the Maiduan language group. The word koyoo means, \"meadow\", with the additional m being the adjective form of the word. Koyoo+ [m, adj.] kawi + [m, adj.] Maa [tribe].' It is spoken in California and is a severely endangered language, as only two or three persons remain who speak it as a first language are still living. As part of an effort to regain official recognition of one of the Konkow groups as an officially recognized tribe from the U.S. Bureau of Indian Affairs, an effort to provide language instruction amongst the descendants of the original tribe and affiliated family members has begun."@en ;
    skos:inScheme lexvo: ;
    skos:notation "mjd"^^xsd:string ;
    skos:prefLabel "Konkow language"@en,
        "Konkow"@fr .

<http://lexvo.org/id/iso639-3/mjg> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mjg"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/tuuu1240> ;
    owl:sameAs <http://dbpedia.org/resource/Monguor_language>,
        <http://www.mpii.de/yago/resource/Monguor_language> ;
    skos:altLabel "Monguor language"@en ;
    skos:definition "The Monguor language (; also written Mongour and Mongor) is a Mongolic language of its Shirongolic branch and part of the Gansu-Qinghai-Sprachbund. There are several dialects, mostly spoken by the Monguor people. A written script was devised for Huzhu Monguor (Mongghul) in the late 20th century, but has been little used. A division into two languages, namely Mongghul in Huzhu Tu Autonomous County and Mangghuer in Minhe Hui and Tu Autonomous County, is considered necessary by some scientists. While Mongghul was under strong influence from Tibetan, the same holds for Mangghuer and Chinese."@en ;
    skos:inScheme lexvo: ;
    skos:notation "mjg"^^xsd:string ;
    skos:prefLabel "Yezhoù mongourek"@br,
        "Mangghuer"@de,
        "Tu"@en,
        "Tua lingvo"@eo,
        "Monguorin kieli"@fi,
        "Monguor"@fr,
        "Монгорски јазик"@mk,
        "Język mongorski"@pl,
        "Lenga tu"@pms,
        "Монгорский язык"@ru,
        "土族语"@zh .

<http://lexvo.org/id/iso639-3/mji> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mji"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/kimm1245> ;
    owl:sameAs <http://dbpedia.org/resource/Kim_Mun_language>,
        <http://www.mpii.de/yago/resource/Kim_Mun_language> ;
    skos:altLabel "Kim Mun language"@en ;
    skos:definition "Kim Mun language (金门方言) is a Hmong–Mien language spoken by some of the Yao people in the provinces of Guangxi, Hunan and Hainan."@en ;
    skos:inScheme lexvo: ;
    skos:notation "mji"^^xsd:string ;
    skos:prefLabel "Kim Mun"@en,
        "Lenga kim mun"@pms,
        "ภาษากิมมุน"@th,
        "金门方言"@zh .

<http://lexvo.org/id/iso639-3/mjk> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mjk"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/matu1261> ;
    owl:sameAs <http://dbpedia.org/resource/Matukar_language>,
        <http://www.mpii.de/yago/resource/Matukar_language> ;
    skos:altLabel "Matukar language"@en ;
    skos:definition "Matukar is an Austronesian language spoken by about 400 people near Madang town, Madang Province, Papua New Guinea. It is universally spoken by its ethnic group."@en ;
    skos:inScheme lexvo: ;
    skos:notation "mjk"^^xsd:string ;
    skos:prefLabel "Matukar"@en .

<http://lexvo.org/id/iso639-3/mjw> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mjw"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/karb1241> ;
    owl:sameAs <http://dbpedia.org/resource/Karbi_language>,
        <http://www.mpii.de/yago/resource/Karbi_language> ;
    skos:altLabel "Karbi language"@en ;
    skos:definition "The Karbí language, also known as Mikir or Arleng, is spoken by the Karbi people of Assam. It belongs to the Tibeto-Burman language family, but its position is unclear. Shafer (1974) and Bradley (1997) classify the Mikir languages as an aberrant Kukish branch, but Thurgood (2003) leaves them unclassified within Tibeto-Burman."@en ;
    skos:inScheme lexvo: ;
    skos:notation "mjw"^^xsd:string ;
    skos:prefLabel "Mikireg"@br,
        "Karbi"@en,
        "Karbi"@fr,
        "Lingua Karbi"@la,
        "Lenga Karbi"@pms,
        "卡尔比语"@zh .

<http://lexvo.org/id/iso639-3/mkf> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mkf"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/miya1266> ;
    owl:sameAs <http://dbpedia.org/resource/Miya_language>,
        <http://www.mpii.de/yago/resource/Miya_language> ;
    skos:altLabel "Miya language"@en ;
    skos:definition "Miya is an Afro-Asiatic language spoken in Bauchi State, Nigeria."@en ;
    skos:inScheme lexvo: ;
    skos:notation "mkf"^^xsd:string ;
    skos:prefLabel "Miya"@en .

<http://lexvo.org/id/iso639-3/mkj> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mkj"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/moki1238> ;
    owl:sameAs <http://dbpedia.org/resource/Mokilese_language>,
        <http://www.mpii.de/yago/resource/Mokilese_language> ;
    skos:altLabel "Mokilese language"@en ;
    skos:definition "Mokilese or Mwoakilloan is a Micronesian language originally spoken on Mokil Atoll, Federated States of Micronesia. Of the 1200 Mokilese speakers, only about 500 live on Mokil."@en ;
    skos:inScheme lexvo: ;
    skos:notation "mkj"^^xsd:string ;
    skos:prefLabel "Mokilese"@en,
        "Mokil"@fr,
        "Mokilese"@it .

<http://lexvo.org/id/iso639-3/mky> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mky"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/east2440> ;
    owl:sameAs <http://dbpedia.org/resource/Taba_language>,
        <http://www.mpii.de/yago/resource/Taba_language> ;
    skos:altLabel "Makian, East"@en,
        "Taba language"@en ;
    skos:definition "Taba (also known as East Makian or Makian Dalam) is a Malayo-Polynesian language of the South Halmahera – West New Guinea group. It is spoken mostly on the islands of Makian, Kayoa and southern Halmahera in North Maluku province of Indonesia by about 20,000 people."@en ;
    skos:inScheme lexvo: ;
    skos:notation "mky"^^xsd:string ;
    skos:prefLabel "East Makian"@en,
        "Taba"@fr,
        "Lenga Makian oriental"@nap,
        "Lenga Makian oriental"@pms .

<http://lexvo.org/id/iso639-3/mla> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mla"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/malo1243> ;
    owl:sameAs <http://dbpedia.org/resource/Tamambo_language>,
        <http://www.mpii.de/yago/resource/Tamambo_language> ;
    skos:altLabel "Tamambo language"@en ;
    skos:definition "Tamambo is an Oceanic language spoken by at least 3,000 people on Malo and nearby islands in Vanuatu."@en ;
    skos:inScheme lexvo: ;
    skos:notation "mla"^^xsd:string ;
    skos:prefLabel "Malo"@en,
        "Tamambo"@fr,
        "Lenga Malo"@pms .

<http://lexvo.org/id/iso639-3/mle> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mle"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/mana1298> ;
    owl:sameAs <http://dbpedia.org/resource/Manambu_language>,
        <http://www.mpii.de/yago/resource/Manambu_language> ;
    skos:altLabel "Manambu language"@en ;
    skos:definition "Manambu is one of the Ndu languages of Sepik River region of northern Papua New Guinea."@en ;
    skos:inScheme lexvo: ;
    skos:notation "mle"^^xsd:string ;
    skos:prefLabel "Manambu"@en .

<http://lexvo.org/id/iso639-3/mlm> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mlm"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/mula1253> ;
    owl:sameAs <http://dbpedia.org/resource/Mulam_language>,
        <http://www.mpii.de/yago/resource/Mulam_language> ;
    skos:altLabel "Mulam language"@en ;
    skos:definition "The Mulam language is a Kam–Sui language spoken mainly in Luocheng County, Hechi, northern Guangxi by the Mulao people. The greatest concentrations are in Dongmen and Siba communes. Their autonym is mu6 lam1. The Mulam also call themselves kjam1, which is probably cognate with lam1 and the Dong people's autonym \"Kam\" (Wang & Zheng 1980)."@en ;
    skos:inScheme lexvo: ;
    skos:notation "mlm"^^xsd:string ;
    skos:prefLabel "Mulam"@en,
        "Mulam"@fr .

<http://lexvo.org/id/iso639-3/mlp> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mlp"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/barg1252> ;
    owl:sameAs <http://dbpedia.org/resource/Bargam_language>,
        <http://www.mpii.de/yago/resource/Bargam_language> ;
    skos:altLabel "Bargam language"@en ;
    skos:definition "Bargam is a Papuan language of Madang Province, Papua New Guinea, mainly by adults."@en ;
    skos:inScheme lexvo: ;
    skos:notation "mlp"^^xsd:string ;
    skos:prefLabel "Bargam"@en .

<http://lexvo.org/id/iso639-3/mlv> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mlv"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/motl1237> ;
    owl:sameAs <http://dbpedia.org/resource/Mwotlap_language>,
        <http://www.mpii.de/yago/resource/Mwotlap_language> ;
    skos:altLabel "Mwotlap"@en,
        "Mwotlap language"@en ;
    skos:definition "Mwotlap (pronounced ; formerly known as Motlav) is an Oceanic language spoken by about 2,100 people, on the island of Mota Lava (or Motalava), in the Banks Islands, in the northern part of Vanuatu."@en ;
    skos:inScheme lexvo: ;
    skos:notation "mlv"^^xsd:string ;
    skos:prefLabel "Motlav"@en,
        "Motlava lingvo"@eo,
        "Mwotlap"@fr,
        "Lenga Motlav"@pms,
        "Мвотлап"@ru .

<http://lexvo.org/id/iso639-3/mmy> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mmy"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/miga1249> ;
    owl:sameAs <http://dbpedia.org/resource/Migaama_language>,
        <http://www.mpii.de/yago/resource/Migaama_language> ;
    skos:altLabel "Migaama language"@en ;
    skos:definition "Migaama (also known as Migama, Jongor, Djonkor, Dionkor, Dyongor, Djonkor About Telfane) is an Afro-Asiatic language spoken in central Chad."@en ;
    skos:inScheme lexvo: ;
    skos:notation "mmy"^^xsd:string ;
    skos:prefLabel "Migamaeg"@br,
        "Migaama"@en,
        "Migaama"@fr,
        "Lenga Migaama"@pms .

<http://lexvo.org/id/iso639-3/mna> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mna"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/mbul1263> ;
    owl:sameAs <http://dbpedia.org/resource/Mbula_language>,
        <http://www.mpii.de/yago/resource/Mbula_language> ;
    skos:altLabel "Mbula language"@en ;
    skos:definition "Mbula (also known as Mangap-Mbula, Mangaaba, Mangaawa, Mangaava, Kaimanga) is an Austronesian language spoken by around 2,500 people on Umboi Island and Sakar Island in the Morobe Province of Papua New Guinea. Its basic word order is subject–verb–object; it has a nominative–accusative case-marking strategy."@en ;
    skos:inScheme lexvo: ;
    skos:notation "mna"^^xsd:string ;
    skos:prefLabel "Mbula"@en .

<http://lexvo.org/id/iso639-3/mnf> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mnf"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/mund1327> ;
    owl:sameAs <http://dbpedia.org/resource/Mundani_language>,
        <http://www.mpii.de/yago/resource/Mundani_language> ;
    skos:altLabel "Mundani language"@en ;
    skos:definition "Mundani is a Grassfields Bantu language of Cameroon."@en ;
    skos:inScheme lexvo: ;
    skos:notation "mnf"^^xsd:string ;
    skos:prefLabel "Mundani"@de,
        "Mundani"@en,
        "Lenga Mundani"@pms,
        "Kimundani"@sw .

<http://lexvo.org/id/iso639-3/mnr> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mnr"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/mono1275> ;
    owl:sameAs <http://dbpedia.org/resource/Mono_language_(Native_American)>,
        <http://www.mpii.de/yago/resource/Mono_language_(Native_American)> ;
    skos:altLabel "Mono (USA)"@en,
        "Mono language"@en ;
    skos:definition "Mono is a Native American language of the Numic group of Uto-Aztecan languages, the ancestral language of the Mono people. Mono consists of two dialects, Eastern and Western. The name \"Monachi\" is commonly used in reference to Western Mono and \"Owens Valley Paiute\" in reference to Eastern Mono."@en ;
    skos:inScheme lexvo: ;
    skos:notation "mnr"^^xsd:string ;
    skos:prefLabel "لغة مونو"@ar,
        "Monoeg"@br,
        "Mono"@en,
        "Idioma mono"@es,
        "Mono"@fr,
        "Моно"@ru .

<http://lexvo.org/id/iso639-3/mns> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mns"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/mans1258> ;
    owl:sameAs <http://dbpedia.org/resource/Mansi_language>,
        <http://lexvo.org/id/wordnet/30/noun/mansi_1_10_00>,
        <http://www.mpii.de/yago/resource/Mansi_language> ;
    skos:altLabel "Mansi language"@en ;
    skos:definition "The Mansi language (also Vogul, although this is obsolete, and \"Maansi\") is a language of the Mansi people. It is spoken in territories of Russia along the Ob River and its tributaries, including the Khanty–Mansi Autonomous Okrug and the Sverdlovsk Oblast. According to the 1989 census, there were 3,184 Mansi-speaking people in Russia."@en ;
    skos:inScheme lexvo: ;
    skos:notation "mns"^^xsd:string ;
    skos:prefLabel "Mansi"@af,
        "Мансийски език"@bg,
        "Mansieg"@br,
        "Vogul"@ca,
        "Mansijština"@cs,
        "Mansische Sprache"@de,
        "Mansi"@en,
        "Mansa lingvo"@eo,
        "Idioma mansi"@es,
        "Mansi keel"@et,
        "زبان مانسی"@fa,
        "Mansin kieli"@fi,
        "Mansi"@fr,
        "Mansische Sprache"@gsw-FR,
        "Mansi"@gv,
        "Manysi nyelv"@hu,
        "Lingua vogula"@it,
        "マンシ語"@ja,
        "Манси тілі"@kk,
        "Маньси кыв"@koi,
        "Вӧгул кыв"@kv,
        "Mansių kalba"@lt,
        "Mansiu kalba"@lt-x,
        "Мансиски јазик"@mk,
        "Мансинь кель"@myv,
        "Wogoels"@nl,
        "Mansi"@nn,
        "Mansi"@no,
        "Język mansyjski"@pl,
        "Lenga Mansi"@pms,
        "Língua mansi"@pt,
        "Мансийский язык"@ru,
        "Mansigiella"@se,
        "Mansijčina"@sk,
        "Mansiska"@sv,
        "Mansice"@tr,
        "Манси кыл"@udm,
        "Мансійська мова"@uk,
        "曼西語"@zh .

<http://lexvo.org/id/iso639-3/mnv> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mnv"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/renn1242> ;
    owl:sameAs <http://dbpedia.org/resource/Rennellese_language>,
        <http://www.mpii.de/yago/resource/Rennellese_language> ;
    skos:altLabel "Rennellese language"@en ;
    skos:definition "Rennell-Bellona, or Rennellese, is a Polynesian language spoken in the Rennell and Bellona Province of the Solomon Islands. A dictionary has been published in the language. It is a Polynesian outlier language."@en ;
    skos:inScheme lexvo: ;
    skos:notation "mnv"^^xsd:string ;
    skos:prefLabel "Rennell-Bellona"@en .

<http://lexvo.org/id/iso639-3/mnx> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mnx"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/mani1235> ;
    owl:sameAs <http://dbpedia.org/resource/Mantion_language>,
        <http://www.mpii.de/yago/resource/Mantion_language> ;
    skos:altLabel "Mantion language"@en ;
    skos:definition "Mantion (Manikion), also known as Sougb or Sogh, is a language of the East Birds Head language family spoken in East Birds Head, east of Meyah, south of Manokwari. It consists of four dialects and is spoken by around 12,000 people in all."@en ;
    skos:inScheme lexvo: ;
    skos:notation "mnx"^^xsd:string ;
    skos:prefLabel "Manikion"@en,
        "Manikion jezik"@hr .

<http://lexvo.org/id/iso639-3/mnz> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mnz"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/moni1261> ;
    owl:sameAs <http://dbpedia.org/resource/Moni_language>,
        <http://www.mpii.de/yago/resource/Moni_language> ;
    skos:altLabel "Moni language"@en ;
    skos:definition "Moni, also Djonggunu~Jonggunu or Migani, is a Papuan language spoken by about 20,000 people in the Paniai lakes region of the Indonesian province of Papua. Awembak (Awembiak) is a dialect."@en ;
    skos:inScheme lexvo: ;
    skos:notation "mnz"^^xsd:string ;
    skos:prefLabel "Moni"@en .

<http://lexvo.org/id/iso639-3/moc> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "moc"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/moco1246> ;
    owl:sameAs <http://dbpedia.org/resource/Mocov%C3%AD_language>,
        <http://www.mpii.de/yago/resource/Mocov%C3%AD_language> ;
    skos:altLabel "Mocoví language"@en ;
    skos:definition "The Mocoví language is a Guaicuruan language of Argentina spoken by about 4,500 people mostly in Santa Fé province."@en ;
    skos:inScheme lexvo: ;
    skos:notation "moc"^^xsd:string ;
    skos:prefLabel "Mocoví"@en,
        "Mocoví"@fr,
        "Lenga mocoví"@pms .

<http://lexvo.org/id/iso639-3/moe> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "moe"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/mont1268> ;
    owl:sameAs <http://dbpedia.org/resource/Innu_language>,
        <http://www.mpii.de/yago/resource/Innu_language> ;
    skos:altLabel "Innu language"@en ;
    skos:definition "Innu-aimun or Montagnais is an Algonquian language spoken by over 11,000 people, called the Innu, in Labrador and Quebec in Eastern Canada. It is a member of the Cree-Montagnais-Naskapi dialect continuum and is spoken in various dialects depending on the community."@en ;
    skos:inScheme lexvo: ;
    skos:notation "moe"^^xsd:string ;
    skos:prefLabel "Montagneg"@br,
        "Montagnais"@en,
        "Inua lingvo"@eo,
        "Innuera"@eu,
        "Innu-aimun"@fr,
        "Lenga montagnais"@pms,
        "Монтанье-наскапи"@ru .

<http://lexvo.org/id/iso639-3/mog> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mog"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/mong1342> ;
    owl:sameAs <http://dbpedia.org/resource/Bolaang_Mongondow_language>,
        <http://www.mpii.de/yago/resource/Bolaang_Mongondow_language> ;
    skos:altLabel "Bolaang Mongondow language"@en ;
    skos:definition "The Bolaang Mongondow language (also called simply Mongondow) is a Philippine language spoken in the district (Kabupaten) of Bolaang Mongondow in North Sulawesi (Celebes), Indonesia."@en ;
    skos:inScheme lexvo: ;
    skos:notation "mog"^^xsd:string ;
    skos:prefLabel "Mongondow"@en,
        "Mongondow"@fr,
        "Bahasa Mongondow"@id .

<http://lexvo.org/id/iso639-3/mok> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mok"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/moro1289> ;
    owl:sameAs <http://dbpedia.org/resource/Morori_language>,
        <http://www.mpii.de/yago/resource/Morori_language> ;
    skos:altLabel "Morori language"@en ;
    skos:definition "Morori (Marori, Moaraeri, Moraori, Morari) is a Trans–New Guinea language that forms an independent branch of Trans–New Guinea in the classification of Malcolm Ross (2005)."@en ;
    skos:inScheme lexvo: ;
    skos:notation "mok"^^xsd:string ;
    skos:prefLabel "Morori"@en .

<http://lexvo.org/id/iso639-3/mor> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mor"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/moro1285> ;
    owl:sameAs <http://dbpedia.org/resource/Moro_language>,
        <http://www.mpii.de/yago/resource/Moro_language> ;
    skos:altLabel "Moro language"@en ;
    skos:definition "Moro is a Niger–Congo language in the Heiban family spoken in Kordofan, Sudan."@en ;
    skos:inScheme lexvo: ;
    skos:notation "mor"^^xsd:string ;
    skos:prefLabel "Moroeg"@br,
        "Moro"@de,
        "Moro"@en,
        "Moro"@fr,
        "Мороски јазик"@mk,
        "Lenga Moro"@pms .

<http://lexvo.org/id/iso639-3/mot> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mot"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/bari1297> ;
    owl:sameAs <http://dbpedia.org/resource/Bar%C3%AD_language>,
        <http://www.mpii.de/yago/resource/Bar%C3%AD_language> ;
    skos:altLabel "Barí language"@en ;
    skos:definition "Barí is a Chibchan language spoken in Northwestern South America by the Baris (Motilones). Motilones are sometimes called \"dobocubi\", but this is a pejorative term."@en ;
    skos:inScheme lexvo: ;
    skos:notation "mot"^^xsd:string ;
    skos:prefLabel "Barí"@en,
        "Idioma barí"@es,
        "Barí"@fr,
        "Barí jezik"@hr,
        "Barí"@no,
        "Lenga bari"@pms .

<http://lexvo.org/id/iso639-3/mov> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mov"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/moha1256> ;
    owl:sameAs <http://dbpedia.org/resource/Mojave_language>,
        <http://www.mpii.de/yago/resource/Mojave_language> ;
    skos:altLabel "Mojave language"@en ;
    skos:definition "Mojave (also Mohave) is the native language of the Mohave people along the Colorado River in eastern California, northwestern Arizona, and southwestern Nevada. Approximately 70% of the speakers reside in Arizona, while approximately 30% reside in California."@en ;
    skos:inScheme lexvo: ;
    skos:notation "mov"^^xsd:string ;
    skos:prefLabel "Mohave"@en,
        "Mojave"@fr .

<http://lexvo.org/id/iso639-3/moy> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "moy"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/shek1244> ;
    owl:sameAs <http://dbpedia.org/resource/Shekkacho_language>,
        <http://www.mpii.de/yago/resource/Shekkacho_language> ;
    skos:altLabel "Shekkacho language"@en ;
    skos:definition "Shekkacho (also Mocha, Shakacho, Shekka) is an Afro-Asiatic Omotic language, spoken in the north Kafa region of southwest Ethiopia, in the Maasha area. It is closely related to Kafa."@en ;
    skos:inScheme lexvo: ;
    skos:notation "moy"^^xsd:string ;
    skos:prefLabel "Shekkacho"@en .

<http://lexvo.org/id/iso639-3/moz> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "moz"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/muku1242> ;
    owl:sameAs <http://dbpedia.org/resource/Mukulu_language>,
        <http://www.mpii.de/yago/resource/Mukulu_language> ;
    skos:altLabel "Gergiko"@en,
        "Mukulu language"@en ;
    skos:definition "Mukulu (also known as Gergiko, Guerguiko, Mokulu, Mokoulou, Djonkor Guera, Dyongor Guera, Diongor Guera, Jonkor-Gera, Mokilko) is an Afro-Asiatic language spoken in central Chad. The local name for the language is Gergiko (or Geurguiko in the French orthography). This is the name used for mother-tongue literacy materials. Mukulu is the name of a village."@en ;
    skos:inScheme lexvo: ;
    skos:notation "moz"^^xsd:string ;
    skos:prefLabel "Mukulu"@en .

<http://lexvo.org/id/iso639-3/mpb> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mpb"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/mull1237> ;
    owl:sameAs <http://dbpedia.org/resource/Malak-Malak_language>,
        <http://www.mpii.de/yago/resource/Malak-Malak_language> ;
    skos:altLabel "Malak-Malak language"@en ;
    skos:definition "Malak-Malak (also spelt Mullukmulluk, Malagmalag) or Ngolokwangga (Ngolak-Wonga, Ngolok-Wanggar, Nguluwongga) is an Australian Aboriginal language. It is nearly extinct, with children growing up speaking Kriol instead."@en ;
    skos:inScheme lexvo: ;
    skos:notation "mpb"^^xsd:string ;
    skos:prefLabel "Mullukmulluk"@en,
        "Mullukmulluk"@sv .

<http://lexvo.org/id/iso639-3/mpc> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mpc"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/mang1381> ;
    owl:sameAs <http://dbpedia.org/resource/Mangarayi_language>,
        <http://www.mpii.de/yago/resource/Mangarayi_language> ;
    skos:altLabel "Mangarayi language"@en ;
    skos:definition "Mangarayi (Manggarrai, Mungerry, Ngarrabadji) is an Australian language spoken in the Northern Territory."@en ;
    skos:inScheme lexvo: ;
    skos:notation "mpc"^^xsd:string ;
    skos:prefLabel "Mangarayi"@en .

<http://lexvo.org/id/iso639-3/mpe> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mpe"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/maja1242> ;
    owl:sameAs <http://dbpedia.org/resource/Majang_language>,
        <http://www.mpii.de/yago/resource/Majang_language> ;
    skos:altLabel "Majang language"@en ;
    skos:definition "The Majang language is spoken by the Majangir of Ethiopia. Although it is a member of the Surmic cluster, this language is the most isolated one in that cluster (Fleming 1983). A language survey has shown that dialect variation from north to south is minor and does not seriously impede communication. The 2007 Ethiopian Census lists 6,433 speakers for Majang (Messengo), but also reports that the ethnic group consists of 32,822 individuals (Messengo and Mejengir). According to the census, almost no speakers can be found in Mezhenger Zone of Gambela Region; a total of eleven speakers are listed for the zone, but almost 10,000 ethnic Mejenger or Messengo people."@en ;
    skos:inScheme lexvo: ;
    skos:notation "mpe"^^xsd:string ;
    skos:prefLabel "Madjangeg"@br,
        "Majangir"@de,
        "Majang"@en,
        "Lenga Majang"@pms .

<http://lexvo.org/id/iso639-3/mph> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mph"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/maun1240> ;
    owl:sameAs <http://dbpedia.org/resource/Maung_language>,
        <http://www.mpii.de/yago/resource/Maung_language> ;
    skos:altLabel "Maung language"@en ;
    skos:definition "Maung (Mawung, Mawng) Australian language is the language of the Goulburn Islands, off the north coast of Arnhem Land, Northern Territory of Australia. Maung is closely related to Iwaidja language which occupies the northwestern corner of the opposite mainland. This is a language that belongs to the Iwaidjan language family of Non-Pama–Nyungan languages. As of 1983, there were 200 speakers of the language.( )"@en ;
    skos:inScheme lexvo: ;
    skos:notation "mph"^^xsd:string ;
    skos:prefLabel "Maung"@en .

<http://lexvo.org/id/iso639-3/mpj> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mpj"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/mart1256> ;
    skos:inScheme lexvo: ;
    skos:notation "mpj"^^xsd:string ;
    skos:prefLabel "Martu Wangka"@en .

<http://lexvo.org/id/iso639-3/mpk> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mpk"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/mbar1260> ;
    owl:sameAs <http://dbpedia.org/resource/Mbara_language>,
        <http://www.mpii.de/yago/resource/Mbara_language> ;
    skos:altLabel "Mbara (Chad)"@en,
        "Mbara language"@en ;
    skos:definition "Mbara is an endangered Chadic (Biu–Mandara) language of Chad."@en ;
    skos:inScheme lexvo: ;
    skos:notation "mpk"^^xsd:string ;
    skos:prefLabel "Mbara"@en .

<http://lexvo.org/id/iso639-3/mps> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mps"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/dadi1250> ;
    owl:sameAs <http://dbpedia.org/resource/Dadibi_language>,
        <http://www.mpii.de/yago/resource/Dadibi_language> ;
    skos:altLabel "Dadibi language"@en ;
    skos:definition "Dadibi (also Daribi or Karimui) is a language of Papua New Guinea."@en ;
    skos:inScheme lexvo: ;
    skos:notation "mps"^^xsd:string ;
    skos:prefLabel "Dadibi"@en .

<http://lexvo.org/id/iso639-3/mqs> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mqs"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/west2600> ;
    owl:sameAs <http://dbpedia.org/resource/West_Makian_language>,
        <http://www.mpii.de/yago/resource/West_Makian_language> ;
    skos:altLabel "Makian, West"@en,
        "West Makian language"@en ;
    skos:definition "West Makian is the most divergent of the Papuan languages of Halmahera. It is spoken on the coast near Makian Island, and on the western half of that island. It has been strongly influenced by an Austronesian language or languages, and was once classified as Austronesian, as the East Makian language (Taba) still is."@en ;
    skos:inScheme lexvo: ;
    skos:notation "mqs"^^xsd:string ;
    skos:prefLabel "West Makian"@en,
        "Język makian zachodni"@pl .

<http://lexvo.org/id/iso639-3/mqy> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mqy"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/mang1405> ;
    owl:sameAs <http://dbpedia.org/resource/Manggarainese_language>,
        <http://www.mpii.de/yago/resource/Manggarainese_language> ;
    skos:altLabel "Manggarainese language"@en ;
    skos:definition "The Manggarainese language (Manggarainese: tombo Manggarai, Indonesian: bahasa Manggarai) is the language of the Manggarainese people from the western parts of the island of Flores, in East Nusa Tenggara Province, Indonesia. In addition, there are also some pockets of Manggarainese speakers in the village of Manggarai in Jakarta, the capital city of Indonesia. It is the native language of more than 730,000 people, based on statistical data reported by Central Agency on Statistics (BPS) in 2009 for the province of East Nusa Tenggara, Indonesia. The data include statistics for the population of the Regency of “Greater Manggarai” on Flores island, which consists of three districts: Manggarai district, West Manggarai district, and East Manggarai district. The Manggarainese language is part of the Austronesian family, and is therefore related to Indonesian and other Malay varieties. Most speakers of Manggarainese also speak Indonesian for official and commercial purposes and to communicate with non-Manggarainese Indonesians."@en ;
    skos:inScheme lexvo: ;
    skos:notation "mqy"^^xsd:string ;
    skos:prefLabel "Manggarai"@en .

<http://lexvo.org/id/iso639-3/mra> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mra"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/mlab1235> ;
    owl:sameAs <http://dbpedia.org/resource/Mlabri_language>,
        <http://www.mpii.de/yago/resource/Mlabri_language> ;
    skos:altLabel "Mlabri language"@en ;
    skos:definition "Mlabri is a language spoken by the Mlabri people in the border area between Thailand and Laos."@en ;
    skos:inScheme lexvo: ;
    skos:notation "mra"^^xsd:string ;
    skos:prefLabel "Mlabri"@en,
        "Mlabri"@fr,
        "ภาษามลาบรี"@th .

<http://lexvo.org/id/iso639-3/mrc> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mrc"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/mari1440> ;
    owl:sameAs <http://dbpedia.org/resource/Maricopa_language>,
        <http://www.mpii.de/yago/resource/Maricopa_language> ;
    skos:altLabel "Maricopa language"@en ;
    skos:definition "The Maricopa language is spoken by the Native American Maricopa tribe, on two reservations in Arizona: the Salt River Pima-Maricopa Indian Community and the Gila River Indian Community."@en ;
    skos:inScheme lexvo: ;
    skos:notation "mrc"^^xsd:string ;
    skos:prefLabel "Maricopa"@en,
        "Maricopa"@fr .

<http://lexvo.org/id/iso639-3/mrf> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mrf"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/else1239> ;
    owl:sameAs <http://dbpedia.org/resource/Elseng_language>,
        <http://www.mpii.de/yago/resource/Elseng_language> ;
    skos:altLabel "Elseng language"@en ;
    skos:definition "Elseng (Morwap) is a poorly documented Papuan language spoken by about 300 people in the Indonesian province of Papua. It is also known as Morwap, which means \"what is it?\""@en ;
    skos:inScheme lexvo: ;
    skos:notation "mrf"^^xsd:string ;
    skos:prefLabel "Elseng"@en,
        "Lenga Elseng"@pms,
        "Эльсенг"@ru .

<http://lexvo.org/id/iso639-3/mrg> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mrg"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/misi1242> ;
    owl:sameAs <http://dbpedia.org/resource/Mishing_language>,
        <http://www.mpii.de/yago/resource/Mishing_language> ;
    skos:altLabel "Mishing language"@en ;
    skos:inScheme lexvo: ;
    skos:notation "mrg"^^xsd:string ;
    skos:prefLabel "Mising"@en,
        "Mishmi"@fr .

<http://lexvo.org/id/iso639-3/mrh> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mrh"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/mara1382> ;
    owl:sameAs <http://dbpedia.org/resource/Mara_language>,
        <http://www.mpii.de/yago/resource/Mara_language> ;
    skos:altLabel "Chin, Mara"@en,
        "Mara language"@en ;
    skos:definition "The Mara language is a language spoken by Mara people living in South Mizoram, India and the adjacent people living in Chin State in Burma, formerly Burma."@en ;
    skos:inScheme lexvo: ;
    skos:notation "mrh"^^xsd:string ;
    skos:prefLabel "Mara Chin"@en,
        "Мара"@ru,
        "Mara"@sk .

<http://lexvo.org/id/iso639-3/mrj> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mrj"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/west2392> ;
    owl:sameAs <http://dbpedia.org/resource/Hill_Mari_language>,
        <http://www.mpii.de/yago/resource/Hill_Mari_language> ;
    skos:altLabel "Hill Mari language"@en,
        "Mari, Western"@en ;
    skos:definition "Hill Mari or Western Mari is a language spoken in the Gornomariysky, Yurinsky and Kilemarsky districts of Mari El, Russia. It is a Uralic language related to Meadow Mari. It is written using the Hill Mari Cyrillic script and is co-official with Russian and Meadow Mari in the Mari El Republic."@en ;
    skos:inScheme lexvo: ;
    skos:notation "mrj"^^xsd:string ;
    skos:prefLabel "Туçи çармăс чĕлхи"@cv,
        "Western Mari"@en,
        "Mari des montagnes"@fr,
        "Курык мари кыв"@koi,
        "Керӧс Мари кыв"@kv,
        "Aukštumų marių kalba"@lt,
        "Курыкмарий йылме"@mhr,
        "Кырык мары йӹлмӹ"@mrj,
        "Vestmarisk"@nn,
        "Vestmarisk"@no,
        "Lenga Mari ossidental"@pms,
        "Горномарийский язык"@ru,
        "Várremarigiella"@se,
        "Västmariska"@sv,
        "Выр пал пор кыл"@udm,
        "Гірськомарійська мова"@uk .

<http://lexvo.org/id/iso639-3/mrt> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mrt"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/marg1265> ;
    owl:sameAs <http://dbpedia.org/resource/Margi_language>,
        <http://www.mpii.de/yago/resource/Margi_language> ;
    skos:altLabel "Margi language"@en ;
    skos:definition "Margi, also known as Marghi and Marghi Central, is a Chadic language spoken in Nigeria. It is perhaps the best described of the Biu–Mandara branch of that family. Marghi South and Patai are closely related, and sometimes considered dialects of Margi."@en ;
    skos:inScheme lexvo: ;
    skos:notation "mrt"^^xsd:string ;
    skos:prefLabel "Marghi Central"@en .

<http://lexvo.org/id/iso639-3/mrw> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mrw"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/mara1404> ;
    owl:sameAs <http://dbpedia.org/resource/Maranao_language>,
        <http://www.mpii.de/yago/resource/Maranao_language> ;
    skos:altLabel "Maranao language"@en ;
    skos:definition "Maranao is an Austronesian language spoken by the Maranao people in the provinces of Lanao del Norte and Lanao del Sur in the Philippines."@en ;
    skos:inScheme lexvo: ;
    skos:notation "mrw"^^xsd:string ;
    skos:prefLabel "Minaranaw"@ceb,
        "Maranao"@en,
        "Maranao"@fr,
        "Maranao-ngî"@hak,
        "マラナオ語"@ja,
        "Bahasa Maranao"@ms,
        "Lenga maranao"@pms,
        "Маранао"@ru,
        "ภาษามาราเนา"@th,
        "Wikang Maranao"@tl,
        "Tiếng Maranao"@vi .

<http://lexvo.org/id/iso639-3/msj> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "msj"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/made1252> ;
    owl:sameAs <http://dbpedia.org/resource/Ma_language>,
        <http://www.mpii.de/yago/resource/Ma_language> ;
    skos:altLabel "Ma (Democratic Republic of Congo)"@en,
        "Ma language"@en ;
    skos:definition "Ma, also known as Amadi, Madi, Madyo, is a Ubangian language spoken in DRC Congo."@en ;
    skos:inScheme lexvo: ;
    skos:notation "msj"^^xsd:string ;
    skos:prefLabel "Ma"@en,
        "Kima"@sw .

<http://lexvo.org/id/iso639-3/msy> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "msy"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/arua1260> ;
    owl:sameAs <http://dbpedia.org/resource/Aruamu_language>,
        <http://www.mpii.de/yago/resource/Aruamu_language> ;
    skos:altLabel "Aruamu language"@en ;
    skos:definition "Aruamu Mikarew (Mikarup, Makarup, Makarub), also Ariawiai (Mikarew-Ariaw), is a Ramu language of Papua New Guinea."@en ;
    skos:inScheme lexvo: ;
    skos:notation "msy"^^xsd:string ;
    skos:prefLabel "Aruamu"@en,
        "Lenga Aruamu"@pms .

<http://lexvo.org/id/iso639-3/mte> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mte"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/mono1273> ;
    owl:sameAs <http://dbpedia.org/resource/Mono_language_(Solomon_Islands)>,
        <http://www.mpii.de/yago/resource/Mono_language_(Solomon_Islands)> ;
    skos:altLabel "Mono (Solomon Islands)"@en,
        "Mono language"@en ;
    skos:definition "The Mono language is an Oceanic language of the Solomon Islands spoken by 700 people on Treasury Island (Mono proper), 2300 on Shortland Island (Alu dialect), and 14 on Fauro Island."@en ;
    skos:inScheme lexvo: ;
    skos:notation "mte"^^xsd:string ;
    skos:prefLabel "Mono"@en,
        "Mono"@fr .

<http://lexvo.org/id/iso639-3/mtf> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mtf"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/muri1260> ;
    owl:sameAs <http://dbpedia.org/resource/Murik_language>,
        <http://www.mpii.de/yago/resource/Murik_language> ;
    skos:altLabel "Murik (Papua New Guinea)"@en,
        "Murik language"@en ;
    skos:definition "Murik Nor is a Lower Sepik language spoken in Papua New Guinea."@en ;
    skos:inScheme lexvo: ;
    skos:notation "mtf"^^xsd:string ;
    skos:prefLabel "Murik"@en .

<http://lexvo.org/id/iso639-3/mto> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mto"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/toto1305> ;
    owl:sameAs <http://dbpedia.org/resource/Totontepec_Mixe>,
        <http://www.mpii.de/yago/resource/Totontepec_Mixe> ;
    skos:altLabel "Mixe, Totontepec"@en ;
    skos:definition "Totontepec Mixe, called North Highland Mixe in Wichmann (1995), is a Mixe language spoken in Mexico, in the town of Totontepec Villa de Morelos, Oaxaca."@en ;
    skos:inScheme lexvo: ;
    skos:notation "mto"^^xsd:string ;
    skos:prefLabel "Totontepec Mixe"@en .

<http://lexvo.org/id/iso639-3/mtq> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mtq"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/muon1246> ;
    owl:sameAs <http://dbpedia.org/resource/Muong_language>,
        <http://www.mpii.de/yago/resource/Muong_language> ;
    skos:altLabel "Muong language"@en ;
    skos:definition "The Mường language is spoken by the Mường people of Vietnam. It is in the Austroasiatic language family and closely related to Vietnamese. It is a tonal language with five tones."@en ;
    skos:inScheme lexvo: ;
    skos:notation "mtq"^^xsd:string ;
    skos:prefLabel "Muong"@en,
        "ムオン語"@ja,
        "ภาษาเหมื่อง"@th,
        "Tiếng Mường"@vi .

<http://lexvo.org/id/iso639-3/mua> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mua"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/mund1325> ;
    owl:sameAs <http://dbpedia.org/resource/Mundang_language>,
        <http://www.mpii.de/yago/resource/Mundang_language> ;
    skos:altLabel "Mundang language"@en,
        "Moundang"@fr ;
    skos:definition "Mundang is an Mbum language of southern Chad and northern Cameroon."@en ;
    skos:inScheme lexvo: ;
    skos:notation "mua"^^xsd:string ;
    skos:prefLabel "مندنج"@ar,
        "mundang"@ca,
        "蒙当文"@cmn,
        "蒙當文"@cmn-Hant,
        "mundang"@cs,
        "Mas"@cy,
        "mundang"@da,
        "Mundang"@de,
        "mundangbe"@ee,
        "Μουντάνγκ"@el,
        "Mundang"@en,
        "mundang"@es,
        "mundangi"@et,
        "mundang"@fi,
        "mundang"@fr,
        "מונדאנג"@he,
        "mundang"@hr,
        "mundang"@hu,
        "Mundang"@id,
        "mundang"@it,
        "ムンダン語"@ja,
        "문당어"@ko,
        "ມັນດັງ"@lo,
        "mundangų"@lt,
        "mundangu"@lv,
        "мунданг"@mk,
        "MUNDAŊ"@mua,
        "mundang"@nb,
        "Mundang"@nl,
        "mundang"@nn,
        "mundang"@pl,
        "Lenga Mundang"@pms,
        "mundang"@pt,
        "mundang"@ro,
        "мунданг"@ru,
        "mundang"@sk,
        "mundang"@sv,
        "Kimundang"@sw,
        "มันดัง"@th,
        "lea fakamunitangi"@to,
        "Mundang"@tr,
        "мунданг"@uk,
        "Tiếng Mundang"@vi .

<http://lexvo.org/id/iso639-3/muh> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "muh"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/mund1326> ;
    owl:sameAs <http://dbpedia.org/resource/M%C3%BCnd%C3%BC_language>,
        <http://www.mpii.de/yago/resource/M%C3%BCnd%C3%BC_language> ;
    skos:altLabel "Mündü language"@en ;
    skos:definition "Mündü (Mondo) is a Ubangian language of South Sudan, with a few thousand speakers in the Democratic Republic of the Congo."@en ;
    skos:inScheme lexvo: ;
    skos:notation "muh"^^xsd:string ;
    skos:prefLabel "Mündü"@de,
        "Mündü"@en,
        "Lenga Mündü"@pms,
        "Мунду језик"@sr,
        "Kimundu"@sw .

<http://lexvo.org/id/iso639-3/mur> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mur"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/murl1244> ;
    owl:sameAs <http://dbpedia.org/resource/Murle_language>,
        <http://www.mpii.de/yago/resource/Murle_language> ;
    skos:altLabel "Murle language"@en ;
    skos:definition "Murle (also Ajibba, Beir, Merule, Mourle, Murele, Murule) is a Nilo-Saharan Eastern Sudanic language spoken by the Murle people, spoken in the southeast of South Sudan, near the Ethiopian border. A very small number of Murle live across the border in southwestern Ethiopia."@en ;
    skos:inScheme lexvo: ;
    skos:notation "mur"^^xsd:string ;
    skos:prefLabel "لغة مرلية"@ar,
        "Murle"@en,
        "Мурле језик"@sr .

<http://lexvo.org/id/iso639-3/muz> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "muz"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/murs1242> ;
    owl:sameAs <http://dbpedia.org/resource/Mursi_language>,
        <http://www.mpii.de/yago/resource/Mursi_language> ;
    skos:altLabel "Mursi language"@en ;
    skos:definition "Mursi (also Dama, Merdu, Meritu, Murzi, Murzu) is a Nilo-Saharan Eastern Sudanic language spoken by the Mursi people, in the Central Omo region of southwest Ethiopia. It is similar to Suri, spoken in most of the immediately surrounding area."@en ;
    skos:inScheme lexvo: ;
    skos:notation "muz"^^xsd:string ;
    skos:prefLabel "Mourseg"@br,
        "Mursi"@de,
        "Mursi"@en,
        "Mursi"@fr,
        "Lenga Mursi"@pms .

<http://lexvo.org/id/iso639-3/mva> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mva"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/mana1295> ;
    owl:sameAs <http://dbpedia.org/resource/Manam_language>,
        <http://www.mpii.de/yago/resource/Manam_language> ;
    skos:altLabel "Manam language"@en ;
    skos:definition "Manam is a Kairiru–Manam language spoken mainly on the volcanic Manam Island, northeast of New Guinea."@en ;
    skos:inScheme lexvo: ;
    skos:notation "mva"^^xsd:string ;
    skos:prefLabel "Manam"@en .

<http://lexvo.org/id/iso639-3/mvb> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mvb"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/matt1238> ;
    owl:sameAs <http://dbpedia.org/resource/Mattole_language>,
        <http://www.mpii.de/yago/resource/Mattole_language> ;
    skos:altLabel "Mattole language"@en ;
    skos:definition "Mattole is an extinct Athabaskan language (of Na-Dené stock)."@en ;
    skos:inScheme lexvo: ;
    skos:notation "mvb"^^xsd:string ;
    skos:prefLabel "Mattole"@en,
        "Mattole spriak"@frr,
        "Lenga mattole"@pms .

<http://lexvo.org/id/iso639-3/mwd> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mwd"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/mudb1240> ;
    owl:sameAs <http://dbpedia.org/resource/Mudbura_language>,
        <http://www.mpii.de/yago/resource/Mudbura_language> ;
    skos:altLabel "Mudbura language"@en ;
    skos:definition "Mudbura (Mudburra), also known as Karranga and Pinkangama, is an aboriginal language of Australia."@en ;
    skos:inScheme lexvo: ;
    skos:notation "mwd"^^xsd:string ;
    skos:prefLabel "Mudbura"@en .

<http://lexvo.org/id/iso639-3/mwe> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mwe"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/mwer1248> ;
    owl:sameAs <http://dbpedia.org/resource/Mwera_language>,
        <http://lexvo.org/id/wordnet/30/noun/mwera_1_10_00>,
        <http://www.mpii.de/yago/resource/Mwera_language> ;
    skos:altLabel "Mwera (Chimwera)"@en,
        "Mwera language"@en ;
    skos:definition "Mwera is a Bantu language of Tanzania."@en ;
    skos:inScheme lexvo: ;
    skos:notation "mwe"^^xsd:string ;
    skos:prefLabel "Mwera"@en .

<http://lexvo.org/id/iso639-3/mwf> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mwf"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/murr1258> ;
    owl:sameAs <http://dbpedia.org/resource/Murrinh-patha_language>,
        <http://www.mpii.de/yago/resource/Murrinh-patha_language> ;
    skos:altLabel "Murrinh-patha language"@en ;
    skos:definition "Murrinh-patha (literally \"language-good\"), sometimes also called Garama, is an Australian Aboriginal language spoken by over 1,500 people, most of whom live in Wadeye in the Northern Territory, where it is the dominant language of the community. It is spoken by people of the Murrinh-Patha group, as well as several other groups whose languages are extinct or nearly so, including the Mati Ke and Marri-Djabin. Because of its role as the lingua franca in the region, It is one of few Australian Aboriginal languages whose speakers have increased over the past generation."@en ;
    skos:inScheme lexvo: ;
    skos:notation "mwf"^^xsd:string ;
    skos:prefLabel "Murrinh-Patha"@en,
        "Bahasa Murrinh-patha"@id,
        "Lenga murrinh-patha"@pms,
        "Муррин-пата"@ru,
        "Murrinh-Patha"@sv .

<http://lexvo.org/id/iso639-3/mwl> a lvont:Language,
        skos:Concept ;
    lvont:isFocusOf <http://id.loc.gov/vocabulary/iso639-2/mwl> ;
    lvont:iso6392BCode "mwl"^^xsd:string ;
    lvont:iso6392TCode "mwl"^^xsd:string ;
    lvont:iso639P3PCode "mwl"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-2/mwl> ;
    owl:sameAs <http://dbpedia.org/resource/Mirandese_language>,
        <http://psi.oasis-open.org/iso/639/#mwl>,
        <http://www.lingvoj.org/lang/mwl>,
        <http://www.mpii.de/yago/resource/Mirandese_language>,
        <info:lc/vocabulary/languages/mwl> ;
    skos:altLabel "لغة ميراندية"@ar,
        "Mirandès"@ca,
        "Mirandesisch"@de,
        "Mirandese language"@en,
        "Idioma mirandés"@es,
        "Mirandeesi"@fi,
        "Mirandais"@fr,
        "Mirandski jezik"@hr,
        "Bahasa Miranda"@id,
        "mirandesíska"@is,
        "Lingua mirandese"@it,
        "미란데어"@ko,
        "Mirandiečių kalba"@lt,
        "Język mirandyjski"@pl,
        "Língua mirandesa"@pt,
        "Limba mirandeză"@ro,
        "Мирандский язык"@ru,
        "Mirandesiska"@sv,
        "மிராந்தீசிய மொழி"@ta,
        "Мірандська мова"@uk ;
    skos:definition "The Mirandese language (autonym: mirandés or lhéngua mirandesa; or ) is a Romance language belonging to the Astur-Leonese linguistic group, sparsely spoken in a small area of northeastern Portugal, in the municipalities of Miranda do Douro, Mogadouro and Vimioso. The Portuguese Parliament granted it co-official recognition (along with the Portuguese language) for local matters on 17 September 1998 with the law 7/99 of 29 January 1999."@en ;
    skos:inScheme lexvo: ;
    skos:notation "mwl"^^xsd:string ;
    skos:prefLabel "Mirandés"@an,
        "الميرانديز"@ar,
        "Idioma mirandés"@ast,
        "mirand dili"@az,
        "мирандийски"@bg,
        "মিরান্ডিজ"@bn,
        "Mirandeg"@br,
        "मीरांडी"@brx,
        "mirandeški"@bs,
        "мирандешки"@bs-Cyrl,
        "mirandès"@ca,
        "米兰德斯文"@cmn,
        "米蘭德斯文"@cmn-Hant,
        "Lingua mirandesa"@co,
        "mirandština"@cs,
        "Mirandeg"@cy,
        "mirandesisk"@da,
        "Mirandés"@de,
        "Μιραντεζικά"@el,
        "Mirandese"@en,
        "Miranda lingvo"@eo,
        "mirandés"@es,
        "miranda"@et,
        "Mirandes"@eu,
        "Luenga mirandesa"@ext,
        "زبان میراندی"@fa,
        "mirandeesi"@fi,
        "mirandais"@fr,
        "Mirandês"@frp,
        "mirandês"@fur,
        "Lingua mirandesa"@gl,
        "Mirandesisch"@gsw,
        "મિરાંડી"@gu,
        "Mirandés-ngî"@hak,
        "מירנדזית"@he,
        "मिरांडी"@hi,
        "Mirandese bhasa"@hif,
        "mirandski"@hr,
        "mirandéz"@hu,
        "Lingua mirandese"@ia,
        "Miranda"@id,
        "Mirandês"@is,
        "mirandese"@it,
        "ミランダ語"@ja,
        "მირანდული ენა"@ka,
        "ಕಿರಾಂಡೀಸ್"@kn,
        "미란다어"@ko,
        "مِراندیٖز"@ks,
        "Lingua Mirandica"@la,
        "Mirandees"@li,
        "Mirandés"@lmo,
        "ມີລັນດາ"@lo,
        "mirandezų"@lt,
        "mirandiešu"@lv,
        "Миранд йылме"@mhr,
        "мирандески"@mk,
        "മിരാൻറസേ"@ml,
        "मिरांडिज्"@mr,
        "Bahasa Miranda"@ms,
        "Mirandiż"@mt,
        "Lhéngua mirandesa"@mwl,
        "mirandesisk"@nb,
        "Mirandees"@nl,
        "mirandesisk"@nn,
        "Mirandesisk"@no,
        "ମିରାଣ୍ଡିଜ୍"@or,
        "mirandese"@pl,
        "Lenga mirandèisa"@pms,
        "mirandês"@pt,
        "mirandais"@rm,
        "mirandeză"@ro,
        "мирандийский"@ru,
        "mirandčina"@sk,
        "mirandeščina"@sl,
        "Мирандешки"@sr,
        "Mirandeški"@sr-Latn,
        "mirandesiska"@sv,
        "மிரான்டீஸ்"@ta,
        "మిరాండిస్"@te,
        "มีรันดา"@th,
        "Miranda Dili"@tr,
        "мірандська"@uk,
        "Tiếng Miranda"@vi,
        "米兰德斯语"@zh .

<http://lexvo.org/id/iso639-3/mwp> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mwp"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/kala1377> ;
    owl:sameAs <http://dbpedia.org/resource/Kala_Lagaw_Ya>,
        <http://www.mpii.de/yago/resource/Kala_Lagaw_Ya> ;
    skos:definition "Kala Lagaw Ya (correctly Kalaw Lagaw Ya [back/west+gen place+gen speech]; several other names; see below) is a language belonging to all the western and central Torres Strait Islands, Queensland, Australia. On some islands it has now largely been replaced by Brokan (Torres Strait Creole English). It has the highest speaker population of any indigenous language within Australian territory, with between 3000 and 4000 people speaking the language (Ethnologue) as their first language."@en ;
    skos:inScheme lexvo: ;
    skos:notation "mwp"^^xsd:string ;
    skos:prefLabel "Kala Lagaw Ya"@en,
        "Кала-лагав-я"@ru,
        "Kala Lagaw Ya"@sv .

<http://lexvo.org/id/iso639-3/mwr> a lvont:Language,
        skos:Concept ;
    lvont:isFocusOf <http://id.loc.gov/vocabulary/iso639-2/mwr> ;
    lvont:iso6392BCode "mwr"^^xsd:string ;
    lvont:iso6392TCode "mwr"^^xsd:string ;
    lvont:iso639P3PCode "mwr"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-2/mwr> ;
    owl:sameAs <http://dbpedia.org/resource/Marwari_language>,
        <http://psi.oasis-open.org/iso/639/#mwr>,
        <http://www.lingvoj.org/lang/mwr>,
        <http://www.mpii.de/yago/resource/Marwari_language>,
        <info:lc/vocabulary/languages/mwr> ;
    skos:altLabel "المارواري"@ar,
        "Marwari language"@en,
        "marwarî"@fr,
        "मारवाड़ी भाषा"@hi,
        "Lingua marwari"@it,
        "മാർ‌വാഡി ഭാഷ"@ml,
        "Język marwari"@pl,
        "Марвари"@ru,
        "Marvari"@sv,
        "மார்வாரி மொழி"@ta,
        "ภาษามาร์วารี"@th ;
    skos:definition "The Marwari language (Mārwāṛī;मारवाड़ी) , also variously Marvari, Marwadi, Marvadi), is spoken in the Indian state of Rajasthan. Marwari is also found in the neighboring state of Gujarat and Haryana and in Eastern Pakistan. With some 13.2 million speakers (as of 1997, ca.) , it is the largest language by number of speakers of the Marwari subgroup of the \"Rajasthani language\". There are 13 million speakers in Rajasthan and rest 200,000 in Eastern Pakistan. There about 23 dialects of the Marwari Language."@en ;
    skos:inScheme lexvo: ;
    skos:notation "mwr"^^xsd:string ;
    skos:prefLabel "مارواري"@ar,
        "maruari dili"@az,
        "марвари"@bg,
        "মারোয়ারি"@bn,
        "Marwareg"@br,
        "मारवाड़ी"@brx,
        "marvari"@bs,
        "марвари"@bs-Cyrl,
        "marwari"@ca,
        "马尔瓦利文"@cmn,
        "馬爾尼裡文"@cmn-Hant,
        "márvárština"@cs,
        "Marwari"@cy,
        "marwari"@da,
        "Marwari"@de,
        "Μαργουάρι"@el,
        "Marwari"@en,
        "marwari"@es,
        "marvari"@et,
        "مارواری"@fa,
        "marwari"@fi,
        "marvari"@fr,
        "Marwarisch"@gsw,
        "મારવાડી"@gu,
        "מרווארי"@he,
        "मारवाड़ी"@hi,
        "marwari"@hr,
        "marvari"@hu,
        "Marwari"@id,
        "marvarí"@is,
        "marwari"@it,
        "マールワーリー語"@ja,
        "ಮಾರ್ವಾಡಿ"@kn,
        "마르와리어"@ko,
        "مارواڑی"@ks,
        "Lingua Marvari"@la,
        "ມາວາຣິ"@lo,
        "marvari"@lt,
        "marvaru"@lv,
        "марвари"@mk,
        "മർവാരി"@ml,
        "मारवाडी"@mr,
        "Marwari"@mt,
        "marwari"@nb,
        "Marwari"@nl,
        "marwari"@nn,
        "Marwari"@no,
        "ମାରୱାରୀ"@or,
        "marwari"@pl,
        "Lenga marwari"@pms,
        "marwari"@pt,
        "marwari"@rm,
        "marwari"@ro,
        "марвари"@ru,
        "marawari"@sk,
        "marvarščina"@sl,
        "Марвари"@sr,
        "Marvari"@sr-Latn,
        "marwari"@sv,
        "மார்வாரி"@ta,
        "మార్వాడి"@te,
        "มารวาฑี"@th,
        "Marvari"@tr,
        "марварі"@uk,
        "Tiếng Marwari"@vi .

<http://lexvo.org/id/iso639-3/mwv> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mwv"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/ment1249> ;
    owl:sameAs <http://dbpedia.org/resource/Mentawai_language>,
        <http://www.mpii.de/yago/resource/Mentawai_language> ;
    skos:altLabel "Mentawai language"@en ;
    skos:definition "The Mentawai language is an Austronesian language, spoken by the Mentawai-people of the Mentawai Islands, West Sumatra. The dialects of the language include: – Silabu, Sipura – Simalegi, Sakalagan, Saumanganja – North Siberut, South Siberut – Taikaku – Pagai."@en ;
    skos:inScheme lexvo: ;
    skos:notation "mwv"^^xsd:string ;
    skos:prefLabel "Mentawai"@en,
        "Mentawaiera"@eu,
        "Mentawain kieli"@fi,
        "Mentawai"@fr,
        "Bahasa Mentawai"@id,
        "Mentavajų kalba"@lt,
        "ภาษาเม็นตาไว"@th .

<http://lexvo.org/id/iso639-3/mxj> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mxj"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/miju1243> ;
    owl:sameAs <http://dbpedia.org/resource/Miju_Mishmi_language>,
        <http://www.mpii.de/yago/resource/Miju_Mishmi_language> ;
    skos:altLabel "Deng, Geman"@en,
        "Miju Mishmi language"@en,
        "Miju-Mishmi"@en ;
    skos:definition "Kaman (Chinese Geman), or Miju Mishmi, is a small Tibeto-Burman language of India and slightly into China."@en ;
    skos:inScheme lexvo: ;
    skos:notation "mxj"^^xsd:string ;
    skos:prefLabel "Geman Deng"@en .

<http://lexvo.org/id/iso639-3/mxk> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mxk"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/nucl1458> ;
    owl:sameAs <http://dbpedia.org/resource/Monumbo_language>,
        <http://www.mpii.de/yago/resource/Monumbo_language> ;
    skos:altLabel "Monumbo language"@en ;
    skos:definition "Monumbo is a Torricelli language of Papua New Guinea."@en ;
    skos:inScheme lexvo: ;
    skos:notation "mxk"^^xsd:string ;
    skos:prefLabel "Monumbo"@en .

<http://lexvo.org/id/iso639-3/mxp> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mxp"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/tlah1239> ;
    owl:sameAs <http://dbpedia.org/resource/Tlahuitoltepec_Mixe>,
        <http://www.mpii.de/yago/resource/Tlahuitoltepec_Mixe> ;
    skos:altLabel "Mixe, Tlahuitoltepec"@en ;
    skos:definition "Tlahuitoltepec Mixe, called South Highland Mixe in Wichmann (1995), is a Mixe language spoken in Mexico."@en ;
    skos:inScheme lexvo: ;
    skos:notation "mxp"^^xsd:string ;
    skos:prefLabel "Tlahuitoltepec Mixe"@en .

<http://lexvo.org/id/iso639-3/mxu> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mxu"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/mada1293> ;
    owl:sameAs <http://dbpedia.org/resource/Mada_language_(Cameroon)>,
        <http://www.mpii.de/yago/resource/Mada_language_(Cameroon)> ;
    skos:altLabel "Mada (Cameroon)"@en,
        "Mada language"@en ;
    skos:definition "Mada is a Chadic language spoken in northern Cameroon."@en ;
    skos:inScheme lexvo: ;
    skos:notation "mxu"^^xsd:string ;
    skos:prefLabel "Mada"@en,
        "Kimada"@sw .

<http://lexvo.org/id/iso639-3/myb> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "myb"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/mbay1241> ;
    owl:sameAs <http://dbpedia.org/resource/Mbay_language>,
        <http://www.mpii.de/yago/resource/Mbay_language> ;
    skos:altLabel "Mbay language"@en ;
    skos:definition "Mbay, or Sara Mbay, is a Bongo–Bagirmi language of Chad and the Central African Republic."@en ;
    skos:inScheme lexvo: ;
    skos:notation "myb"^^xsd:string ;
    skos:prefLabel "Mbay"@en .

<http://lexvo.org/id/iso639-3/mye> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mye"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/myen1241> ;
    owl:sameAs <http://dbpedia.org/resource/Myene_language>,
        <http://www.mpii.de/yago/resource/Myene_language> ;
    skos:altLabel "Myene language"@en,
        "Myènè"@fr,
        "Myene jezik"@hr,
        "Język myene"@pl ;
    skos:definition "Myene is a cluster of closely related Bantu varieties spoken in Gabon by about 46,000 people. It is perhaps the most divergent of the Narrow Bantu languages, though Nurse & Philippson (2003) place it in with the Tsogo languages (B.30). The more distinctive varieties are Mpongwe (Pongoué), Galwa (Galloa), and Nkomi."@en ;
    skos:inScheme lexvo: ;
    skos:notation "mye"^^xsd:string ;
    skos:prefLabel "myene"@ca,
        "姆耶内文"@cmn,
        "姆耶內文"@cmn-Hant,
        "myene"@cs,
        "myene"@da,
        "Myene"@de,
        "myenegbe"@ee,
        "Μιένε"@el,
        "Myene"@en,
        "myene"@es,
        "myene"@et,
        "myene"@fi,
        "myènè"@fr,
        "מאיין"@he,
        "myene"@hr,
        "myene"@hu,
        "Myene"@id,
        "myene"@it,
        "ミエネ語"@ja,
        "미예네어"@ko,
        "ມໍຢິນ"@lo,
        "mjenų"@lt,
        "mjenu"@lv,
        "мјене"@mk,
        "myene"@nb,
        "Myene"@nl,
        "myene"@pl,
        "Lenga Myene"@pms,
        "myene"@pt,
        "myene"@ro,
        "myene"@sk,
        "myene"@sv,
        "Kimyene"@sw,
        "มยีน"@th,
        "lea fakamiene"@to,
        "Myene"@tr,
        "миін"@uk,
        "Tiếng Myene"@vi .

<http://lexvo.org/id/iso639-3/myh> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "myh"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/maka1318> ;
    owl:sameAs <http://dbpedia.org/resource/Makah_language>,
        <http://www.mpii.de/yago/resource/Makah_language> ;
    skos:altLabel "Makah language"@en ;
    skos:definition "The Makah language is the Indigenous language spoken by the Makah people. Makah has been extinct as a first language since 2002, when its last fluent native speaker died. However, it survives as a second language, and the Makah tribe is attempting to revive the language, including through preschool classes. The endonymous name for Makah is qʷi·qʷi·diččaq."@en ;
    skos:inScheme lexvo: ;
    skos:notation "myh"^^xsd:string ;
    skos:prefLabel "Makah"@en,
        "Makah"@fr .

<http://lexvo.org/id/iso639-3/mym> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mym"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/meen1242> ;
    owl:sameAs <http://dbpedia.org/resource/Me'en_language>,
        <http://www.mpii.de/yago/resource/Me'en_language> ;
    skos:altLabel "Me'en language"@en ;
    skos:definition "Meen (also Mekan, Mieen, Mieken, Meqan, Men) is a Nilo-Saharan language (Eastern Sudanic, Surmic) spoken in Ethiopia by the Meen people. In recent years, it has been written with the Geez alphabet, but in 2007 a decision was made to use the Latin alphabet. Dialects include Bodi (Podi) and Tishena (Teshina, Teshenna)."@en ;
    skos:inScheme lexvo: ;
    skos:notation "mym"^^xsd:string ;
    skos:prefLabel "Me'en"@en,
        "Менски јазик"@mk .

<http://lexvo.org/id/iso639-3/myp> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "myp"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/pira1253> ;
    owl:sameAs <http://dbpedia.org/resource/Pirah%C3%A3_language>,
        <http://www.mpii.de/yago/resource/Pirah%C3%A3_language> ;
    skos:altLabel "Pirahã language"@en ;
    skos:definition "Pirahã (also spelled Pirahá, Pirahán) is a language spoken by the Pirahã. The Pirahã are an indigenous people of Amazonas, Brazil, living along the Maici River, a tributary of the Amazon."@en ;
    skos:inScheme lexvo: ;
    skos:notation "myp"^^xsd:string ;
    skos:prefLabel "Pirahaneg"@br,
        "Pirahã"@ca,
        "Pirahã"@cs,
        "Pirahã"@de,
        "Pirahã"@en,
        "Pirahana lingvo"@eo,
        "Idioma pirahã"@es,
        "Piraha hizkuntza"@eu,
        "Luenga pirahã"@ext,
        "Pirahã"@fr,
        "Pirahã"@it,
        "ピラハン語"@ja,
        "피라항어"@ko,
        "Piraha kalba"@lt,
        "Pirahã"@nds,
        "Pirahã"@nl,
        "Pirahã"@no,
        "Język pirahã"@pl,
        "Lenga pirahã"@pms,
        "Língua pirarrã"@pt,
        "Пираха"@ru,
        "Pirahã"@sv,
        "Tiếng Pirahã"@vi,
        "皮拉罕語"@zh .

<http://lexvo.org/id/iso639-3/myu> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "myu"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/mund1330> ;
    owl:sameAs <http://dbpedia.org/resource/Munduruku_language>,
        <http://www.mpii.de/yago/resource/Munduruku_language> ;
    skos:altLabel "Munduruku language"@en ;
    skos:definition "Mundurukú is a Tupi language spoken by 10,000 people in the Tapajós River basin in north central Brazil, of which most of the women and children are monolingual."@en ;
    skos:inScheme lexvo: ;
    skos:notation "myu"^^xsd:string ;
    skos:prefLabel "Mundurukú"@en,
        "Munduruku"@fi,
        "Mundurukú"@fr,
        "Munduruku kalba"@lt,
        "Lenga mundurukú"@pms,
        "Língua mundurucu"@pt,
        "Мундуруку"@ru .

<http://lexvo.org/id/iso639-3/myw> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "myw"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/muyu1244> ;
    owl:sameAs <http://dbpedia.org/resource/Muyuw_language>,
        <http://www.mpii.de/yago/resource/Muyuw_language> ;
    skos:altLabel "Muyuw language"@en ;
    skos:definition "Muyuw language (Egum, Murua, Murua Dukwayasi, Murua Kaulae, Muruwa, Muyu, Muyua, Muyuwa) is one of the Kilivila–Louisiades languages (of the Austronesian language family), spoken on the Woodlark Island (Papua New Guinea)."@en ;
    skos:inScheme lexvo: ;
    skos:notation "myw"^^xsd:string ;
    skos:prefLabel "Muyuw"@en,
        "Муюв"@ru .

<http://lexvo.org/id/iso639-3/mzb> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mzb"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/tumz1238> ;
    owl:sameAs <http://dbpedia.org/resource/Mozabite_language>,
        <http://www.mpii.de/yago/resource/Mozabite_language> ;
    skos:altLabel "Mozabite language"@en ;
    skos:definition "Mozabite, or , is a dialect of the Berber language spoken by the Mozabites, an Ibadi group inhabiting the seven cities of the M'zab in the northern Saharan Algeria. It is also spoken by small numbers of Mozabite emigrants in the cities of Algeria and elsewhere. It is very closely related to the nearby Berber dialects of Ouargla, Oued Righ and the more distant Gourara."@en ;
    skos:inScheme lexvo: ;
    skos:notation "mzb"^^xsd:string ;
    skos:prefLabel "Mzab-Wargla"@de,
        "Tumzabt"@en,
        "Mozabite"@fr,
        "Tumzabt jezik"@hr,
        "Tumẓabt"@kab,
        "Lenga Tumzabt"@pms,
        "Tumzabt"@sh .

<http://lexvo.org/id/iso639-3/mzh> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mzh"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/wich1264> ;
    owl:sameAs <http://dbpedia.org/resource/Wich%C3%AD_Lhamt%C3%A9s_G%C3%BCisnay>,
        <http://www.mpii.de/yago/resource/Wich%C3%AD_Lhamt%C3%A9s_G%C3%BCisnay> ;
    skos:definition "Wichí Lhamtés Güisnay or Wiznay is a Wichí language. Wichí Lhamtés Güisnay had an estimated 15,000 speakers in 1999 in Argentina and Chile. The language is centered in the Pilcomayo River region. Other names for the language include Güisnay, Mataco, Mataco Güisnay, Mataco Pilcomayo, and Wichí Lhamtés. A grammar book has been written for the language."@en ;
    skos:inScheme lexvo: ;
    skos:notation "mzh"^^xsd:string ;
    skos:prefLabel "Wichí Lhamtés Güisnay"@en,
        "Wichi"@fr,
        "Vičų kalba"@lt,
        "Lenga wichí lhamtés güisnay"@pms,
        "Wichi simi"@qu .

<http://lexvo.org/id/iso639-3/mzm> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mzm"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/nucl1240> ;
    owl:sameAs <http://dbpedia.org/resource/Mumuye_language>,
        <http://www.mpii.de/yago/resource/Mumuye_language> ;
    skos:altLabel "Mumuye language"@en ;
    skos:definition "Mumuye is the most important of the Adamawa languages. It is currently classified in the Leko–Nimbari branch of Savanna languages, as Adamawa is no longer considered a valid family. According to Ethnologue, there are multiple dialects: Zinna, Dong, Yoro, Lankaviri, Gola (Bajama), Gongla, Kasaa, Saawa, Jalingo, Nyaaja, Jeng, Gnoore, Yaa, Sagbee, Shaari, Kugong, Mang, Kwaji, Meeka, Yakoko."@en ;
    skos:inScheme lexvo: ;
    skos:notation "mzm"^^xsd:string ;
    skos:prefLabel "Mumuye"@de,
        "Mumuye"@en,
        "Mumuye"@fr,
        "Lenga Mumuye"@pms .

<http://lexvo.org/id/iso639-3/mzp> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mzp"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/movi1243> ;
    owl:sameAs <http://dbpedia.org/resource/Movima_language>,
        <http://www.mpii.de/yago/resource/Movima_language> ;
    skos:altLabel "Movima language"@en ;
    skos:inScheme lexvo: ;
    skos:notation "mzp"^^xsd:string ;
    skos:prefLabel "Movima"@en,
        "Idioma movima"@es,
        "Movima"@fr,
        "Мовимаски јазик"@mk,
        "Lenga movima"@pms,
        "Mowima simi"@qu .

<http://lexvo.org/id/iso639-3/nab> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "nab"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/sout2994> ;
    owl:sameAs <http://dbpedia.org/resource/Nambikwara_language>,
        <http://www.mpii.de/yago/resource/Nambikwara_language> ;
    skos:altLabel "Nambikuára, Southern"@en,
        "Southern Nambikuára"@en ;
    skos:definition "The Nambikwara language (Southern Nambikwara or Kitãulhu, contrasting with Northern Nambikwara or Mamaindé; also spelled Nambikuára, Nhambikwara or Nambiquara) is an indigenous language of Brazil, spoken by about 1200 Nambikwara people in the Mato Grosso state. It forms a small Nambikwaran language family, which are often considered dialects of a single language despite not being mutually intelligible. They are a language isolate; Joseph Greenberg had included in his Gê–Pano–Carib phylum, but this has not been followed by other linguists. Nambikwara is in vigorous use in the Nambikwara communities and in spite of having few speakers the language is not endangered. The name Nambikwara is of Tupi origin."@en ;
    skos:inScheme lexvo: ;
    skos:notation "nab"^^xsd:string ;
    skos:prefLabel "Nambikwara-Sprachen"@de,
        "Nambikwara language"@en,
        "Nambikwara du Sud"@fr,
        "Língua nambiquara"@pt .

<http://lexvo.org/id/iso639-3/naf> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "naf"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/naba1256> ;
    owl:sameAs <http://dbpedia.org/resource/Nabak_language>,
        <http://www.mpii.de/yago/resource/Nabak_language> ;
    skos:altLabel "Nabak language"@en ;
    skos:definition "Nabak (Naba, Napa) is a Papuan language spoken in Morobe Province, Papua New Guinea. It's also known as Wain."@en ;
    skos:inScheme lexvo: ;
    skos:notation "naf"^^xsd:string ;
    skos:prefLabel "Nabak"@en .

<http://lexvo.org/id/iso639-3/nag> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "nag"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/naga1394> ;
    owl:sameAs <http://dbpedia.org/resource/Nagamese_creole>,
        <http://www.mpii.de/yago/resource/Nagamese_creole> ;
    skos:altLabel "Nagamese creole"@en ;
    skos:definition "Nagamese (\"Naga Pidgin\") is a creole used in Nagaland. It is based on Assamese. Since Nagaland is inhabited by people belonging to different Naga tribes speaking languages which are mutually unintelligible, Nagamese is the preferred form of communication for all. It is used in the Nagaland Legislature, as a means of explanation in Nagaland schools and in mixed households. It has been described as a creole, which was stable by 1936 and which is unlikely to decreolize. English is the official language of Nagaland and 67.11% of the population is educated."@en ;
    skos:inScheme lexvo: ;
    skos:notation "nag"^^xsd:string ;
    skos:prefLabel "Naga Pidgin"@en,
        "Lingua Nagamensis"@la,
        "Naga pidgin"@pl,
        "Lenga naga pidgin"@pms .

<http://lexvo.org/id/iso639-3/nay> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "nay"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/narr1259> ;
    owl:sameAs <http://dbpedia.org/resource/Ngarrindjeri_language>,
        <http://www.mpii.de/yago/resource/Ngarrindjeri_language> ;
    skos:altLabel "Ngarrindjeri language"@en ;
    skos:definition "Ngarrindjeri (also Yaraldi, Yaralde Tingar) or Narrinyeri (also written Ngarinyeri) was the language of the Ngarrindjeri people of southern South Australia. Berndt, Berndt & Stanton published 1993, \"The appropriate traditional categorization of the whole group was Kukabrak: this term, as we mention again below, was used by these people to differentiate themselves from neighbours whom they regarded as being socio-culturally and linguistically dissimilar. However, the term Narrinyeri has been used consistently in the literature and by Aborigines today who recognize a common descent from original inhibitants of this region-- even though their traditional identifying labels have been lost.\""@en ;
    skos:inScheme lexvo: ;
    skos:notation "nay"^^xsd:string ;
    skos:prefLabel "Narrinyeri"@en .

<http://lexvo.org/id/iso639-3/nbc> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "nbc"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/chan1313> ;
    owl:sameAs <http://dbpedia.org/resource/Chang_language>,
        <http://www.mpii.de/yago/resource/Chang_language> ;
    skos:altLabel "Chang language"@en,
        "Naga, Chang"@en ;
    skos:definition "Chang (Changyanguh), or Mochungrr, is a Naga language of north-eastern India."@en ;
    skos:inScheme lexvo: ;
    skos:notation "nbc"^^xsd:string ;
    skos:prefLabel "Chang Naga"@en .

<http://lexvo.org/id/iso639-3/nbx> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "nbx"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/ngur1261> ;
    owl:sameAs <http://dbpedia.org/resource/Wangkumara_language>,
        <http://www.mpii.de/yago/resource/Wangkumara_language> ;
    skos:altLabel "Wangkumara language"@en ;
    skos:definition "Wangkumara or Wanggumara is an Australian Aboriginal language from the Karnic subgroup of the widespread Pama–Nyungan languages family and is sometimes also classified as a dialect of Ngura. In 1981 it was still spoken by 4 members of the Wangkumara people around Cooper Creek, the Thomson River and the Warry Warry Creek, the town of Eromanga and the Nuccundra in Queensland, Australia; today it might be already extinct."@en ;
    skos:inScheme lexvo: ;
    skos:notation "nbx"^^xsd:string ;
    skos:prefLabel "Ngura"@en .

<http://lexvo.org/id/iso639-3/nce> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "nce"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/yale1246> ;
    owl:sameAs <http://dbpedia.org/resource/Yal%C3%AB_language>,
        <http://www.mpii.de/yago/resource/Yal%C3%AB_language> ;
    skos:altLabel "Yalë language"@en ;
    skos:definition "The Yalë language, also known as Nagatman, is a language isolate in northwestern Papua New Guinea. There are about 600 speakers, of whom 5% are monolingual."@en ;
    skos:inScheme lexvo: ;
    skos:notation "nce"^^xsd:string ;
    skos:prefLabel "Yaleg"@br,
        "Yale"@en,
        "Yalë"@fi,
        "Яле"@ru .

<http://lexvo.org/id/iso639-3/ncg> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ncg"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/nisg1240> ;
    owl:sameAs <http://dbpedia.org/resource/Nisga%E2%80%99a_language>,
        <http://www.mpii.de/yago/resource/Nisga%E2%80%99a_language> ;
    skos:altLabel "Nisga’a language"@en ;
    skos:definition "Nisga’a (also Nass, Nisgha, , Nishka, Niska, Nishga, Nisqa’a) is a Tsimshianic language of the Nisgaa people of northwestern British Columbia. Nisgaa people, however, do not like the term Tshimshianic as they feel that it gives precedence to Coast Tsimshian. Nisga’a is very closely related to Gitksan. Indeed, many linguists regard Nisga’a and Gitksan as dialects of a single Nass–Gitksan language. The two are generally treated as distinct languages out of deference to the political separation of the two groups."@en ;
    skos:inScheme lexvo: ;
    skos:notation "ncg"^^xsd:string ;
    skos:prefLabel "Nisga'a"@en,
        "Nisgha"@fr .

<http://lexvo.org/id/iso639-3/nck> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "nck"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/naka1260> ;
    owl:sameAs <http://dbpedia.org/resource/Nakkara_language>,
        <http://www.mpii.de/yago/resource/Nakkara_language> ;
    skos:altLabel "Nakkara language"@en ;
    skos:definition "Nakkara is an Australian Aboriginal language spoken by the Nakkara people of Arnhemland."@en ;
    skos:inScheme lexvo: ;
    skos:notation "nck"^^xsd:string ;
    skos:prefLabel "Nakara"@en .

<http://lexvo.org/id/iso639-3/ncu> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ncu"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/chum1261> ;
    owl:sameAs <http://dbpedia.org/resource/Chumburung_language>,
        <http://www.mpii.de/yago/resource/Chumburung_language> ;
    skos:altLabel "Chumburung language"@en ;
    skos:definition "Chumburung (Kyongborong, Nchimburu, Nchummuru) is a Guang language spoken by 69,000 in Ghana."@en ;
    skos:inScheme lexvo: ;
    skos:notation "ncu"^^xsd:string ;
    skos:prefLabel "Chumburung"@de,
        "Chumburung"@en,
        "Lenga Chumburung"@pms .

<http://lexvo.org/id/iso639-3/ncz> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ncz"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/natc1249> ;
    owl:sameAs <http://dbpedia.org/resource/Natchez_language>,
        <http://www.mpii.de/yago/resource/Natchez_language> ;
    skos:altLabel "Natchez language"@en ;
    skos:definition "Natchez was a language of Louisiana. Its two last fluent speakers, Watt Sam and Nancy Raven, died in the late 1930s. The Natchez nation is now working to revive it as a spoken language."@en ;
    skos:inScheme lexvo: ;
    skos:notation "ncz"^^xsd:string ;
    skos:prefLabel "Natchez"@en,
        "Idioma natchez"@es .

<http://lexvo.org/id/iso639-3/ndi> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ndi"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/samb1305> ;
    owl:sameAs <http://dbpedia.org/resource/Chamba_Leko>,
        <http://www.mpii.de/yago/resource/Chamba_Leko> ;
    skos:altLabel "Chamba Leko"@en ;
    skos:definition "Chamba Leko is one of two languages spoken by the Chamba people, the other being Chamba Daka. It is a member of the Leko branch of Savanna languages, and is spoken across the northern Nigerian–Cameroonian border."@en ;
    skos:inScheme lexvo: ;
    skos:notation "ndi"^^xsd:string ;
    skos:prefLabel "Samba Leko"@de,
        "Samba Leko"@en,
        "Lenga Samba Leko"@pms,
        "Kisamba-Leko"@sw .

<http://lexvo.org/id/iso639-3/ndt> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ndt"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/ndun1249> ;
    owl:sameAs <http://dbpedia.org/resource/Ndunga_language>,
        <http://www.mpii.de/yago/resource/Ndunga_language> ;
    skos:altLabel "Ndunga language"@en ;
    skos:definition "Ndunga (Bondonga, Modunga, Mondugu, Mondunga) is a Ubangian language spoken in DRC Congo."@en ;
    skos:inScheme lexvo: ;
    skos:notation "ndt"^^xsd:string ;
    skos:prefLabel "Ndunga"@en,
        "Kindunga"@sw .

<http://lexvo.org/id/iso639-3/ndv> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ndv"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/ndut1239> ;
    owl:sameAs <http://dbpedia.org/resource/Ndut_language>,
        <http://www.mpii.de/yago/resource/Ndut_language> ;
    skos:altLabel "Ndut language"@en ;
    skos:definition "Ndut (Ndoute) is a Cangin language of Senegal. Ethnologue reports that it is 84% cognate (and 55% intelligible) with Palor, essentially a divergent dialect, and 68% cognate with the other Cangin languages."@en ;
    skos:inScheme lexvo: ;
    skos:notation "ndv"^^xsd:string ;
    skos:prefLabel "Ndouteg"@br,
        "Ndut"@de,
        "Ndut"@en,
        "Ndut"@fr,
        "Ndut jezik"@hr,
        "Lenga Ndut"@pms .

<http://lexvo.org/id/iso639-3/ndz> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ndz"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/ndog1248> ;
    owl:sameAs <http://dbpedia.org/resource/Ndogo_language>,
        <http://www.mpii.de/yago/resource/Ndogo_language> ;
    skos:altLabel "Ndogo language"@en ;
    skos:definition "Ndogo is a Ubangian language, one of the nine major languages of South Sudan, and is taught in primary school. It is used as a secondary language by the Gollo and some of the Gbaya, among others."@en ;
    skos:inScheme lexvo: ;
    skos:notation "ndz"^^xsd:string ;
    skos:prefLabel "Ndogo"@de,
        "Ndogo"@en,
        "Lenga Ndogo"@pms,
        "Ндого језик"@sr .

<http://lexvo.org/id/iso639-3/nez> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "nez"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/nezp1238> ;
    owl:sameAs <http://dbpedia.org/resource/Nez_Perce_language>,
        <http://lexvo.org/id/wordnet/30/noun/nez_perce_1_10_00>,
        <http://www.mpii.de/yago/resource/Nez_Perce_language> ;
    skos:altLabel "Nez Perce language"@en ;
    skos:definition "Nez Perce , also spelled Nez Percé, is a Sahaptian language related to the several dialects of Sahaptin (note the spellings, -ian vs. -in). The Sahaptian sub-family is one of the branches of the Plateau Penutian family (which in turn may be related to a larger Penutian grouping). It is spoken by the Nez Perce tribe of the northwestern United States."@en ;
    skos:inScheme lexvo: ;
    skos:notation "nez"^^xsd:string ;
    skos:prefLabel "Nez Perce"@en,
        "Nez-percé"@fr,
        "Не-персе"@ru .

<http://lexvo.org/id/iso639-3/nfl> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "nfl"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/ayiw1239> ;
    owl:sameAs <http://dbpedia.org/resource/%C3%84iwoo_language>,
        <http://www.mpii.de/yago/resource/%C3%84iwoo_language> ;
    skos:altLabel "Äiwoo"@en,
        "Äiwoo language"@en ;
    skos:definition "Äiwoo is a language spoken in the Reef Islands and Nendö (Santa Cruz Island), both part of the Temotu Province in the Eastern Solomon Islands."@en ;
    skos:inScheme lexvo: ;
    skos:notation "nfl"^^xsd:string ;
    skos:prefLabel "Ayiwo"@en,
        "Äiwoo"@fr,
        "Äiwoo jezik"@hr,
        "Äiwoo"@no,
        "Język aiwo"@pl .

<http://lexvo.org/id/iso639-3/nfr> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "nfr"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/nafa1258> ;
    owl:sameAs <http://dbpedia.org/resource/Nafaanra>,
        <http://www.mpii.de/yago/resource/Nafaanra> ;
    skos:definition "Nafaanra (sometimes written Nafaara, pronounced ) is a Senufo language spoken in northwest Ghana, along the border with Côte d'Ivoire, east of Bondouko. It is spoken by approximately 61,000 people. Its speakers call themselves Nafana; others call them Banda or Mfantera. Like other Senufo languages, Nafaanra is a tonal language. It is somewhat of an outlier in the Senufo language group, with the geographically closest relatives, the Southern Senufo Tagwana–Djimini languages, approximately to the west, on the other side of Comoé National Park."@en ;
    skos:inScheme lexvo: ;
    skos:notation "nfr"^^xsd:string ;
    skos:prefLabel "Nafanreg"@br,
        "Nafaanra"@de,
        "Nafaanra"@en,
        "Nafaanra"@fr,
        "Nafaanra jezik"@hr,
        "Nafaanra"@no,
        "Lenga Nafaanra"@pms,
        "Нафаанра"@ru,
        "Nafaanra"@sv,
        "納凡拉語"@zh .

<http://lexvo.org/id/iso639-3/nga> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "nga"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/ngba1285> ;
    owl:sameAs <http://dbpedia.org/resource/Ngbaka_Gbaya_language>,
        <http://www.mpii.de/yago/resource/Ngbaka_Gbaya_language> ;
    skos:altLabel "Ngbaka Gbaya language"@en ;
    skos:definition "Ngbaka, distinguished from other languages called Ngbaka as Ngbaka Gbaya or Ngbaka Minangende, is a Ubangian language spoken by a million people in DRC Congo. It is a regionally important language, used by the Gilima, Ngbundu, Mbandja, and Mono peoples and taught in primary schools; 10% are literate in Ngbaka."@en ;
    skos:inScheme lexvo: ;
    skos:notation "nga"^^xsd:string ;
    skos:prefLabel "Ngbaka"@de,
        "Ngbaka"@en,
        "Ngbaka minangende"@fr,
        "Lenga Ngbaka"@pms,
        "Нгбака"@ru,
        "Kingbaka"@sw .

<http://lexvo.org/id/iso639-3/ngi> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ngi"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/ngiz1242> ;
    owl:sameAs <http://dbpedia.org/resource/Ngizim_language>,
        <http://www.mpii.de/yago/resource/Ngizim_language> ;
    skos:altLabel "Ngizim language"@en ;
    skos:definition "Ngizim (also known as Ngizmawa, Ngezzim) is an Chadic language spoken by the Ngizim people in Yobe State, Nigeria."@en ;
    skos:inScheme lexvo: ;
    skos:notation "ngi"^^xsd:string ;
    skos:prefLabel "Ngizim"@en .

<http://lexvo.org/id/iso639-3/ngk> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ngk"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/ngal1292> ;
    owl:sameAs <http://dbpedia.org/resource/Dalabon_language>,
        <http://www.mpii.de/yago/resource/Dalabon_language> ;
    skos:altLabel "Dalabon language"@en,
        "Ngalkbun"@en ;
    skos:definition "Dalabon or Ngalkbun is an endangered Gunwinyguan language spoken by some 20 speakers in Arnhem Land, Australia. Dalabon is also known as Dangbon, Ngalkbon or Buwan."@en ;
    skos:inScheme lexvo: ;
    skos:notation "ngk"^^xsd:string ;
    skos:prefLabel "Dalabon"@en,
        "Lenga ngalkbun"@pms,
        "Ngalkbun"@sv .

<http://lexvo.org/id/iso639-3/nhb> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "nhb"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/beng1286> ;
    owl:sameAs <http://dbpedia.org/resource/Beng_language>,
        <http://www.mpii.de/yago/resource/Beng_language> ;
    skos:altLabel "Beng language"@en ;
    skos:definition "Beng (Ben) is a Mande language of Ivory Coast. It goes by various names, including Gan, Ngain, Ngan, Ngen, Ngin, Nguin."@en ;
    skos:inScheme lexvo: ;
    skos:notation "nhb"^^xsd:string ;
    skos:prefLabel "Beng"@en .

<http://lexvo.org/id/iso639-3/nhg> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "nhg"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/tete1251> ;
    owl:sameAs <http://dbpedia.org/resource/Tetelcingo_Nahuatl>,
        <http://www.mpii.de/yago/resource/Tetelcingo_Nahuatl> ;
    skos:altLabel "Nahuatl, Tetelcingo"@en ;
    skos:definition "Tetelcingo Nahuatl, or Mösiehuali, is a Nahuatl variety spoken by 3,500 people in the town of Tetelcingo and its colonias, Colonia Cuauhtémoc and Colonia Lázaro Cárdenas, in Morelos, Mexico. Tetelcingo and its colonias are (as of 2008) practically absorbed into the urban area of the city of Cuautla, Morelos, and the Mösiehuali language and culture are under intense pressure."@en ;
    skos:inScheme lexvo: ;
    skos:notation "nhg"^^xsd:string ;
    skos:prefLabel "Tetelcingo Nahuatl"@en .

<http://lexvo.org/id/iso639-3/nhp> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "nhp"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/isth1241> ;
    owl:sameAs <http://dbpedia.org/resource/Pajapan_Nahuatl>,
        <http://www.mpii.de/yago/resource/Pajapan_Nahuatl> ;
    skos:altLabel "Isthmus-Pajapan Nahuatl"@en,
        "Nahuatl, Isthmus-Pajapan"@en ;
    skos:definition "Pajapan Nahuatl (also Isthmus-Pajapan or Istmo-Pajapan Nahuatl) is a variety of Nahuatl spoken in Pajapan in the Mexican state of Veracruz."@en ;
    skos:inScheme lexvo: ;
    skos:notation "nhp"^^xsd:string ;
    skos:prefLabel "Pajapan Nahuatl"@en .

<http://lexvo.org/id/iso639-3/nhr> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "nhr"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/naro1249> ;
    owl:sameAs <http://dbpedia.org/resource/Naro_language>,
        <http://www.mpii.de/yago/resource/Naro_language> ;
    skos:altLabel "Naro language"@en ;
    skos:definition "Naro (also Nharo) is a Khoe language spoken in the Ghanzi District of Botswana and in eastern Namibia, where it is sometimes called Nharo. There are about 14,000 speakers: 10,000 in Botswana (2004 Cook) and 4,000 in Namibia (1998 Maho). This makes it probably the most-spoken of the Tshu–Khwe languages. Naro is a trade language among speakers of different Khoe languages in the Ghanzi District. There is currently a dictionary."@en ;
    skos:inScheme lexvo: ;
    skos:notation "nhr"^^xsd:string ;
    skos:prefLabel "Naro"@en,
        "Naro jezik"@hr,
        "Lingua naro"@it,
        "Língua naro"@pt .

<http://lexvo.org/id/iso639-3/nhx> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "nhx"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/isth1242> ;
    owl:sameAs <http://dbpedia.org/resource/Isthmus%E2%80%93Mecayapan_Nahuatl>,
        <http://www.mpii.de/yago/resource/Isthmus%E2%80%93Mecayapan_Nahuatl> ;
    skos:altLabel "Isthmus–Mecayapan Nahuatl"@en,
        "Nahuatl, Isthmus-Mecayapan"@en ;
    skos:definition "Isthmus–Mecayapan Nahuatl or Isthmus Nahuat(l) (native name: mela'tájtol) is a modern variety of Nahuatl spoken by about 20,000 people in Mecayapan and Tatahuicapan, Veracruz, Mexico."@en ;
    skos:inScheme lexvo: ;
    skos:notation "nhx"^^xsd:string ;
    skos:prefLabel "Isthmus-Mecayapan Nahuatl"@en,
        "地峡メカヤパン・ナワトル語"@ja .

<http://lexvo.org/id/iso639-3/nie> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "nie"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/niel1243> ;
    owl:sameAs <http://dbpedia.org/resource/Niellim_language>,
        <http://www.mpii.de/yago/resource/Niellim_language> ;
    skos:altLabel "Niellim language"@en ;
    skos:definition "The Niellim language (autonym lwaà) is a Bua language spoken by some 5,000 people (as of 1993) along the Chari River in southern Chad. It is mainly spoken in two areas: one around the city of Sarh (to which many - perhaps most - speakers have migrated) and one, its traditional home, further north, between about 9°30′ and 9°50′ N, corresponding to the former chiefdoms of Pra, Niellim, and Niou."@en ;
    skos:inScheme lexvo: ;
    skos:notation "nie"^^xsd:string ;
    skos:prefLabel "Niellimeg"@br,
        "Niellim"@de,
        "Niellim"@en,
        "Niellim"@fr,
        "Niellim jezik"@hr,
        "Lenga Niellim"@pms .

<http://lexvo.org/id/iso639-3/nig> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "nig"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/ngal1293> ;
    owl:sameAs <http://dbpedia.org/resource/Ngalakan_language>,
        <http://www.mpii.de/yago/resource/Ngalakan_language> ;
    skos:altLabel "Ngalakan language"@en ;
    skos:definition "Ngalakan or Ngalakgan is an Australian Aboriginal language. It is one of the Northern Non-Pama–Nyungan languages formerly spoken in the Roper river region of the Northern territory. Alpher,Evans and Harvery (2003) classify it as a member of the \"Gunwinyguan\" family of languages. Baker(2004)argues that within this family Ngalakan is most closely related to Rebarrnga."@en ;
    skos:inScheme lexvo: ;
    skos:notation "nig"^^xsd:string ;
    skos:prefLabel "Ngalakan"@en,
        "Lenga ngalakan"@pms,
        "Ngalakan"@sv .

<http://lexvo.org/id/iso639-3/nio> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "nio"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/ngan1291> ;
    owl:sameAs <http://dbpedia.org/resource/Nganasan_language>,
        <http://www.mpii.de/yago/resource/Nganasan_language> ;
    skos:altLabel "Nganasan language"@en ;
    skos:definition "Nganasan language (formerly called , tavgiysky, or , tavgiysko-samoyedsky in Russian; from the ethnonym , tavgi) is a language of the Nganasan people. In 2002 it was spoken by 500 out of 830 Nganasan people in the southwestern and central parts of the Taymyr Peninsula."@en ;
    skos:inScheme lexvo: ;
    skos:notation "nio"^^xsd:string ;
    skos:prefLabel "Нганасански език"@bg,
        "Nganaseg"@br,
        "Nganasan"@ca,
        "Nganasanština"@cs,
        "Nganasanische Sprache"@de,
        "Nganasan"@en,
        "Nganasana lingvo"@eo,
        "Nganasanin kieli"@fi,
        "Nganassane"@fr,
        "Nganasainis"@ga,
        "Nganasanische Sprache"@gsw-FR,
        "Nganasanish"@gv,
        "Nganaszan nyelv"@hu,
        "Lingua nganasan"@it,
        "Няа кыв"@koi,
        "Ня-ася кыв"@kv,
        "Nganasanų kalba"@lt,
        "Nganasanu kalba"@lt-x,
        "Нганасански јазик"@mk,
        "Nganasaans"@nl,
        "Nganasansk"@nn,
        "Nganasansk"@no,
        "Lenga Nganasan"@pms,
        "Língua nganasan"@pt,
        "Нганасанский язык"@ru,
        "Nganasagiella"@se,
        "Nganasaniska"@sv,
        "恩加納桑語"@zh .

<http://lexvo.org/id/iso639-3/nir> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "nir"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/nucl1633> ;
    owl:sameAs <http://dbpedia.org/resource/Nimboran_language>,
        <http://www.mpii.de/yago/resource/Nimboran_language> ;
    skos:altLabel "Nimboran language"@en ;
    skos:definition "Nimboran (Nambrong) is a Papuan language of Indonesia spoken by mostly older adults. Younger generations have shifted to Papuan Malay."@en ;
    skos:inScheme lexvo: ;
    skos:notation "nir"^^xsd:string ;
    skos:prefLabel "Nimboran"@en .

<http://lexvo.org/id/iso639-3/niv> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "niv"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/gily1242> ;
    owl:sameAs <http://dbpedia.org/resource/Nivkh_language>,
        <http://www.mpii.de/yago/resource/Nivkh_language> ;
    skos:altLabel "Nivkh language"@en ;
    skos:definition "Nivkh or Gilyak (self-designation: Нивхгу диф Nivxgu dif) is a language spoken in Outer Manchuria, in the basin of the Amgun (a tributary of the Amur), along the lower reaches of the Amur itself, and on the northern half of Sakhalin. Gilyak is the Manchu appellation. Its speakers are known as the Nivkh people."@en ;
    skos:inScheme lexvo: ;
    skos:notation "niv"^^xsd:string ;
    skos:prefLabel "Нивх"@bg,
        "Nivkh"@ca,
        "Nivchština"@cs,
        "Нивх чĕлхи"@cv,
        "Niwchische Sprache"@de,
        "Gilyak"@en,
        "Idioma nivejí"@es,
        "Nivhin kieli"@fi,
        "Nivkhe"@fr,
        "ניבחית"@he,
        "Lingua nivkh"@it,
        "ニヴフ語"@ja,
        "니브흐어"@ko,
        "Нивх кыв"@kv,
        "Nivchių kalba"@lt,
        "Nivch"@nl,
        "Giljakisk"@no,
        "Nivkh"@oc,
        "Język niwchijski"@pl,
        "Lenga gilyak"@pms,
        "Língua nivkhe"@pt,
        "Нивхский язык"@ru,
        "Nivchiska"@sv,
        "尼夫赫語"@zh .

<http://lexvo.org/id/iso639-3/niy> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "niy"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/ngit1239> ;
    owl:sameAs <http://dbpedia.org/resource/Ngiti_language>,
        <http://www.mpii.de/yago/resource/Ngiti_language> ;
    skos:altLabel "Ngiti language"@en ;
    skos:definition "The Ngiti, or South Lendu, is an ethnolinguistic group located in the Ituri Province of the Democratic Republic of the Congo. Ngiti speakers call their language Ndruna. As of 1991, the Ngiti numbered 100,000 located in the Irumu territory south of Bunia. During the Ituri conflict, the Front for Patriotic Resistance of Ituri was formed as a Ngiti militia group and political party."@en ;
    skos:inScheme lexvo: ;
    skos:notation "niy"^^xsd:string ;
    skos:prefLabel "Ngiti"@en,
        "Kingiti"@sw .

<http://lexvo.org/id/iso639-3/njb> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "njb"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/noct1238> ;
    owl:sameAs <http://dbpedia.org/resource/Nocte_language>,
        <http://www.mpii.de/yago/resource/Nocte_language> ;
    skos:altLabel "Naga, Nocte"@en,
        "Nocte language"@en ;
    skos:definition "Nocte is a Naga language of north-eastern India."@en ;
    skos:inScheme lexvo: ;
    skos:notation "njb"^^xsd:string ;
    skos:prefLabel "Nocte Naga"@en .

<http://lexvo.org/id/iso639-3/njh> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "njh"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/loth1237> ;
    owl:sameAs <http://dbpedia.org/resource/Lotha_language>,
        <http://www.mpii.de/yago/resource/Lotha_language> ;
    skos:altLabel "Lotha language"@en,
        "Naga, Lotha"@en ;
    skos:definition "The Lotha (Lhota) language is spoken by approximately 80,000 people in the northeastern Indian state of Nagaland. It is centered in the small district of Wokha (capital Wokha). This district has many villages such as Merapani, Englan, Pakti and others, where the language is widely spoken and studied. It belongs to the Tibeto-Burman branch of the Sino-Tibetan family of languages, which are primarily concentrated in that region. The language resembles its northern neighbor Ao, as well as the Meitei language spoken in the state of Manipur."@en ;
    skos:inScheme lexvo: ;
    skos:notation "njh"^^xsd:string ;
    skos:prefLabel "Lotaeg"@br,
        "Lotha Naga"@en,
        "Lotha"@fr,
        "ภาษาโลทา"@th .

<http://lexvo.org/id/iso639-3/njo> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "njo"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/aona1235> ;
    owl:sameAs <http://dbpedia.org/resource/Mongsen_Ao_language>,
        <http://www.mpii.de/yago/resource/Mongsen_Ao_language> ;
    skos:altLabel "Mongsen Ao language"@en,
        "Naga, Ao"@en ;
    skos:definition "Mongsen Ao is a Tibeto-Burman language spoken by the Ao of Nagaland in northeast India. Conventionally classified as \"Naga\", the Ao languages are not clearly related to other Naga languages. Gordon (2005) estimates that there are 141,000 speakers of Mongsen and Chungli Ao."@en ;
    skos:inScheme lexvo: ;
    skos:notation "njo"^^xsd:string ;
    skos:prefLabel "Aoeg"@br,
        "Ao Naga"@en,
        "Ao"@fr,
        "Aó"@is,
        "Język ao"@pl,
        "Ао"@ru,
        "ภาษาเอา"@th .

<http://lexvo.org/id/iso639-3/nko> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "nko"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/nkon1245> ;
    owl:sameAs <http://dbpedia.org/resource/Nkonya_language>,
        <http://www.mpii.de/yago/resource/Nkonya_language> ;
    skos:altLabel "Nkonya language"@en ;
    skos:definition "Nkonya is a Guang language spoken by 28,000 in Ghana."@en ;
    skos:inScheme lexvo: ;
    skos:notation "nko"^^xsd:string ;
    skos:prefLabel "Nkonya"@de,
        "Nkonya"@en,
        "Lenga Nkonya"@pms .

<http://lexvo.org/id/iso639-3/nlg> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "nlg"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/gela1263> ;
    owl:sameAs <http://dbpedia.org/resource/Gela_language>,
        <http://www.mpii.de/yago/resource/Gela_language> ;
    skos:altLabel "Gela language"@en ;
    skos:definition "Gela is a Southeast Solomonic language spoken in three dialects on four islands in the central Solomon Islands. Each of the dialects is very similar, differing mainly on a small number of phonological points."@en ;
    skos:inScheme lexvo: ;
    skos:notation "nlg"^^xsd:string ;
    skos:prefLabel "Gela"@en,
        "Lengua gela"@es,
        "Gela"@fr,
        "Lenga Gela"@pms .

<http://lexvo.org/id/iso639-3/nlx> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "nlx"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/naha1261> ;
    owl:sameAs <http://dbpedia.org/resource/Kalto_language>,
        <http://www.mpii.de/yago/resource/Kalto_language> ;
    skos:altLabel "Kalto language"@en ;
    skos:definition "Kalto or Nahali is an Indo-Aryan language of India. Kalto is the ethnonym; \"Nahal\" or \"Nihal\" is disparaging. The language is often confused with Nihali, an apparent language isolate spoken by neighboring people with a similar lifestyle."@en ;
    skos:inScheme lexvo: ;
    skos:notation "nlx"^^xsd:string ;
    skos:prefLabel "Nahali"@en,
        "Lenga nahali"@pms .

<http://lexvo.org/id/iso639-3/nmb> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "nmb"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/bign1238> ;
    owl:sameAs <http://dbpedia.org/resource/Big_Nambas_language>,
        <http://www.mpii.de/yago/resource/Big_Nambas_language> ;
    skos:altLabel "Big Nambas language"@en,
        "Nambas, Big"@en,
        "V'ënen Taut"@en ;
    skos:definition "Big Nambas (native name V'ənen Taut) is a Malayo-Polynesian language spoken by about 1,800 people in northwest Malekula, Vanuatu. Approximately nineteen villages in the Big Nambas region of the Malekula Interior use the language exclusively with no variation in dialect. It was studied in-depth over a period of about 10 years by missionary G. J. Fox, who published a grammar and dictionary in 1979."@en ;
    skos:inScheme lexvo: ;
    skos:notation "nmb"^^xsd:string ;
    skos:prefLabel "Big Nambas"@en,
        "Big Nambas"@fr .

<http://lexvo.org/id/iso639-3/nmf> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "nmf"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/tang1336> ;
    owl:sameAs <http://dbpedia.org/resource/Tangkhul_language>,
        <http://www.mpii.de/yago/resource/Tangkhul_language> ;
    skos:altLabel "Naga, Tangkhul (India)"@en,
        "Tangkhul Naga (India)"@en,
        "Tangkhul language"@en ;
    skos:definition "Tangkhul (Tangkhul Naga) is a Tibetan–Burman language of India."@en ;
    skos:inScheme lexvo: ;
    skos:notation "nmf"^^xsd:string ;
    skos:prefLabel "Tangkhul Naga"@en .

<http://lexvo.org/id/iso639-3/nmn> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "nmn"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/xooo1239> ;
    owl:sameAs <http://dbpedia.org/resource/Taa>,
        <http://www.mpii.de/yago/resource/Taa> ;
    skos:altLabel "!Xóõ"@en ;
    skos:definition "Taa, also known as !Xoon or ǃXóõ, is a Khoisan language known for its large number of phonemes, perhaps the largest in the world. As of 2007, it was spoken by about 6,000 people. These are mainly in Botswana, but a few hundred live in Namibia. The people call themselves ǃXoon (pl. ǃXooŋake) or ‘N|ohan (pl. N|umde), depending on the dialect they speak."@en ;
    skos:inScheme lexvo: ;
    skos:notation "nmn"^^xsd:string ;
    skos:prefLabel "ǃXóõ"@de,
        "Taa"@en,
        "Idioma ǃxóõ"@es,
        "ǃXóõ"@fi,
        "!Xóõ"@ga,
        "ǃXóõ jezik"@hr,
        "Lingua !xóõ"@it,
        "꽁옹어"@ko,
        "Kcho kalba"@lt,
        "!Xóõ-gú"@nan,
        "!Xóõ"@nl,
        "ǃXóõ"@no,
        "Język !Xóõ"@pl,
        "Lenga Xoo"@pms,
        "Língua ǃxóõ"@pt,
        "Къхонг"@ru,
        "!Xóõ"@sco,
        "!Xóõ"@sh,
        "!Xóõ"@sv,
        "宏语"@zh .

<http://lexvo.org/id/iso639-3/nmu> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "nmu"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/nort2952> ;
    owl:sameAs <http://dbpedia.org/resource/Maidu_language>,
        <http://www.mpii.de/yago/resource/Maidu_language> ;
    skos:altLabel "Maidu, Northeast"@en,
        "Northeast Maidu"@en ;
    skos:definition "Maidu (also Northeastern Maidu, Mountain Maidu) is a severely endangered Maiduan language spoken by Maidu peoples traditionally in the mountains east and south of Lassen Peak in the American River and Feather River river drainages. These river regions include such valleys in the Northern Sierra Madre Mountains of California as Indian Valley, American Valley, Butte Valley, and Big Meadows. Maidu may also refer to the related Konkow and Nisenan languages."@en ;
    skos:inScheme lexvo: ;
    skos:notation "nmu"^^xsd:string ;
    skos:prefLabel "Maidu language"@en,
        "Maidu"@fr .

<http://lexvo.org/id/iso639-3/nna> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "nna"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/nyan1301> ;
    owl:sameAs <http://dbpedia.org/resource/Nyangumarta_language>,
        <http://www.mpii.de/yago/resource/Nyangumarta_language> ;
    skos:altLabel "Nyangumarta language"@en ;
    skos:definition "Nyangumarta is spoken by the Nyangumarta people and other Indigenous Australians in the region of Western Australia to the south and east of Lake Waukarlykarly, including Eighty Mile Beach, and part of the Great Sandy Desert inland to near Telfer."@en ;
    skos:inScheme lexvo: ;
    skos:notation "nna"^^xsd:string ;
    skos:prefLabel "Nyangumarta"@en,
        "Lenga nyangumarta"@pms,
        "Nyangumarta"@sv .

<http://lexvo.org/id/iso639-3/nnb> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "nnb"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/nand1264> ;
    owl:sameAs <http://dbpedia.org/resource/Nande_language>,
        <http://www.mpii.de/yago/resource/Nande_language> ;
    skos:altLabel "Nande language"@en ;
    skos:definition "Nande, also known as (Oru)Ndandi and Yira, is a Bantu language spoken in the Democratic Republic of the Congo."@en ;
    skos:inScheme lexvo: ;
    skos:notation "nnb"^^xsd:string ;
    skos:prefLabel "Nande"@en,
        "Idioma nande"@es,
        "Kinande"@fr,
        "Kinande"@sw .

<http://lexvo.org/id/iso639-3/nnm> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "nnm"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/nami1256> ;
    owl:sameAs <http://dbpedia.org/resource/Namia_language>,
        <http://www.mpii.de/yago/resource/Namia_language> ;
    skos:altLabel "Namia language"@en ;
    skos:definition "Namia (Namie, Nemia) is a Sepik language spoken in Sandaun Province, Papua-New Guinea. It goes by various names, such as Edawapi, Lujere, Yellow River. Language use is \"vigorous\" (Ethnologue)."@en ;
    skos:inScheme lexvo: ;
    skos:notation "nnm"^^xsd:string ;
    skos:prefLabel "Namia"@en .

<http://lexvo.org/id/iso639-3/nnt> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "nnt"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/nant1249> ;
    owl:sameAs <http://dbpedia.org/resource/Nanticoke_language>,
        <http://lexvo.org/id/wordnet/30/noun/nanticoke_1_10_00>,
        <http://www.mpii.de/yago/resource/Nanticoke_language> ;
    skos:altLabel "Nanticoke language"@en ;
    skos:definition "Nanticoke is an extinct Algonquian language formerly spoken in Delaware and Maryland, United States. The same language was spoken by several neighboring tribes, including the Nanticoke, which constituted the paramount chiefdom; the Choptank, the Assateague, and probably also the Piscataway and the Doeg."@en ;
    skos:inScheme lexvo: ;
    skos:notation "nnt"^^xsd:string ;
    skos:prefLabel "Nanticoke"@en,
        "Lenga nanticoke"@pms,
        "Língua nanticoke"@pt .

<http://lexvo.org/id/iso639-3/noa> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "noa"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/woun1238> ;
    owl:sameAs <http://dbpedia.org/resource/Wounaan_language>,
        <http://www.mpii.de/yago/resource/Wounaan_language> ;
    skos:altLabel "Wounaan language"@en ;
    skos:definition "The Wounaan language, Noanamá and Woun Meu, is a Chocoan language, with some 6000 speakers on the border between Panama and Colombia."@en ;
    skos:inScheme lexvo: ;
    skos:notation "noa"^^xsd:string ;
    skos:prefLabel "Wouneg"@br,
        "Woun Meu"@en,
        "Wounaan"@fr,
        "Vaunanų kalba"@lt,
        "Lenga woun meu"@pms .

<http://lexvo.org/id/iso639-3/non> a lvont:Language,
        skos:Concept ;
    lvont:isFocusOf <http://id.loc.gov/vocabulary/iso639-2/non> ;
    lvont:iso6392BCode "non"^^xsd:string ;
    lvont:iso6392TCode "non"^^xsd:string ;
    lvont:iso639P3PCode "non"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-2/non> ;
    owl:sameAs <http://dbpedia.org/resource/Old_Norse>,
        <http://psi.oasis-open.org/iso/639/#non>,
        <http://www.lingvoj.org/lang/non>,
        <http://www.mpii.de/yago/resource/Old_Norse>,
        <info:lc/vocabulary/languages/non> ;
    skos:altLabel "لغة إسكندنافية قديمة"@ar,
        "Нордически език"@bg,
        "প্রাচীন নর্স ভাষা"@bn,
        "Nòrdic antic"@ca,
        "norština historická"@cs,
        "oldislandsk"@da,
        "Altnordische Sprache"@de,
        "Αρχαία σκανδιναβική γλώσσα"@el,
        "Norse, Old"@en,
        "Old Norse language"@en,
        "Nórdico antiguo"@es,
        "Vanapõhja keel"@et,
        "زبان نروژی باستان"@fa,
        "Muinaisnorja"@fi,
        "Vieux norrois"@fr,
        "norrois, vieux"@fr,
        "Sean-Lochlannais"@gd,
        "‏נורדית עתיקה"@he,
        "Staronordijski jezik"@hr,
        "Óészaki nyelv"@hu,
        "Fornnorræna"@is,
        "Lingua norrena"@it,
        "노르웨이, 고대"@ko,
        "Senovės skandinavų kalba"@lt,
        "Sennorvēģu valoda"@lv,
        "Oudnoords"@nl,
        "Norrønt språk"@nn,
        "Język staronordyjski"@pl,
        "Língua nórdica antiga"@pt,
        "nórdico arcaico"@pt,
        "Limba nordică veche"@ro,
        "Древнескандинавский язык"@ru,
        "Staroseverčina"@sk,
        "Fornnordiska"@sv,
        "ภาษานอร์สโบราณ"@th,
        "Eski Nors dili"@tr,
        "Давньоскандинавська мова"@uk ;
    skos:definition "Old Norse is a North Germanic language that was spoken by inhabitants of Scandinavia and inhabitants of their overseas settlements during the Viking Age, until about 1300."@en ;
    skos:inScheme lexvo: ;
    skos:notation "non"^^xsd:string ;
    skos:prefLabel "Oudnoors"@af,
        "النورس القديم"@ar,
        "qədimi norsca"@az,
        "Oidnordische Sproch"@bar,
        "старанарвежская"@be,
        "старонорвежски"@bg,
        "প্রাচীন নর্স"@bn,
        "Norseg"@br,
        "पुरानी नॉर्स्"@brx,
        "stari norski"@bs,
        "стари норски"@bs-Cyrl,
        "nòrdic antic"@ca,
        "古诺尔斯文"@cmn,
        "古諾爾斯文"@cmn-Hant,
        "Stará severština"@cs,
        "Hen Norwyeg"@cy,
        "Norrønt"@da,
        "Altnordisch"@de,
        "Παλαιά Νορβηγικά"@el,
        "Old Norse"@en,
        "Malnovnordlanda lingvo"@eo,
        "nórdico antiguo"@es,
        "vanapõhjala"@et,
        "Antzinako eskandinaviera"@eu,
        "نرس باستان"@fa,
        "muinaisnorja"@fi,
        "Norrønt"@fo,
        "vieux norrois"@fr,
        "vieri norvegjês"@fur,
        "Aldnoarsk"@fy,
        "Lochlannais"@gd,
        "Antigo nórdico"@gl,
        "قدیمˇ اسکاندیناوی زوان"@glk,
        "Altnordisch"@gsw,
        "Altnordische Sprache"@gsw-FR,
        "જૂની નોર્સ"@gu,
        "נורדית עתיקה"@he,
        "पुराना नॉर्स"@hi,
        "staronorveški"@hr,
        "óskandináv"@hu,
        "Norse Kuno"@id,
        "norræna"@is,
        "norse antico"@it,
        "古ノルド語"@ja,
        "ಪ್ರಾಚೀನ ನೋರ್ಸ್"@kn,
        "고대 노르드어"@ko,
        "پرون نارسی"@ks,
        "Lingua Nordica antiqua"@la,
        "ນໍໂບຮານ"@lo,
        "norsu"@lt,
        "sennorvēģu"@lv,
        "стар норски"@mk,
        "പഴയ പേർഷ്യൻ"@ml,
        "पुरातन नॉर्स"@mr,
        "Skandinav, Antik"@mt,
        "gammelnorsk"@nb,
        "Ooldnoors"@nds,
        "Oudnoors"@nl,
        "gammalnorsk"@nn,
        "Norrønt"@no,
        "Noroèc"@oc,
        "ପୁରୁଣା ନର୍ସ"@or,
        "staronordyjski"@pl,
        "norse, old"@pt,
        "nordic vegl"@rm,
        "nordică veche"@ro,
        "старонорвежский"@ru,
        "Auld Norse"@sco,
        "Staronordijski jezik"@sh,
        "stará nórčina"@sk,
        "stara nordijščina"@sl,
        "Стари норски"@sr,
        "Stari norski"@sr-Latn,
        "fornnordiska"@sv,
        "பழைய நோர்ஸ்"@ta,
        "ప్రాచిన నోర్స్"@te,
        "นอร์สโบราณ"@th,
        "Eski Norse"@tr,
        "давньонорвезька"@uk,
        "Tiếng Na Uy cổ"@vi,
        "古諾爾斯語"@zh .

<http://lexvo.org/id/iso639-3/not> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "not"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/noma1263> ;
    owl:sameAs <http://dbpedia.org/resource/Nomatsiguenga_language>,
        <http://www.mpii.de/yago/resource/Nomatsiguenga_language> ;
    skos:altLabel "Nomatsiguenga language"@en ;
    skos:definition "Nomatsiguenga (Matsigenka) is an Arawakan language of Peru. It is close enough to Machiguenga to sometimes be considered dialects of a single language, especially given that both are spoken by the Machiguenga people. Most speakers are monolingual."@en ;
    skos:inScheme lexvo: ;
    skos:notation "not"^^xsd:string ;
    skos:prefLabel "Nomatsiguenga"@en,
        "Nomatsiguenga"@fr .

<http://lexvo.org/id/iso639-3/now> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "now"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/nyam1277> ;
    owl:sameAs <http://dbpedia.org/resource/Nyambo_language>,
        <http://www.mpii.de/yago/resource/Nyambo_language> ;
    skos:altLabel "Nyambo language"@en ;
    skos:definition "The Nyambo, or Ragwe, are a Bantu ethnic and linguistic group based in the Karagwe District of Kagera Region in far northwestern Tanzania. In 2003 the Nyambo population was estimated to number 400,000 ."@en ;
    skos:inScheme lexvo: ;
    skos:notation "now"^^xsd:string ;
    skos:prefLabel "Nyambo"@en,
        "Njamboj"@eo,
        "Wanyambo"@sw .

<http://lexvo.org/id/iso639-3/npa> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "npa"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/narp1239> ;
    owl:sameAs <http://dbpedia.org/resource/Nar_Phu_language>,
        <http://www.mpii.de/yago/resource/Nar_Phu_language> ;
    skos:altLabel "Nar Phu language"@en ;
    skos:definition "The Nar Phu or Nar-Phu language is a Tibeto-Burman language spoken in the two villages of Nar and Phu, in the Valley of the Nar Khola in the Manang district of Nepal. Phonology Vowels | class=\"wikitable\" ! ! Front ! Back |- ! Close |align=\"center\"| |align=\"center\"| |- ! Close-mid |align=\"center\"| |align=\"center\"| |- ! Open-mid |align=\"center\"| | |- ! Low |align=\"center\"| |align=\"center\"| |} Consonants | class=\"wikitable\" !colspan=\"2\"| ! Bilabial ! Dental ! Retroflex ! Alveolo-palatal ! Velar |- !rowspan=\"2\"| Stop ! Unaspirated |align=\"center\"| |align=\"center\"| |align=\"center\"| | |align=\"center\"| |- ! Aspirated |align=\"center\"| |align=\"center\"| |align=\"center\"| | |align=\"center\"| |- !rowspan=\"2\"| Affricate ! Unaspirated | |align=\"center\"| | |align=\"center\"| | |- ! Aspirated | |align=\"center\"| | |align=\"center\"| | |- !colspan=\"2\"| Fricative | |align=\"center\"| | |align=\"center\"| | |- !colspan=\"2\"| Nasal |align=\"center\"| |align=\"center\"| | |align=\"center\"| |align=\"center\"| |- !rowspan=\"2\"| Lateral ! Voiced | |align=\"center\"| | | | |- ! Voiceless | |align=\"center\"| | | | |- !rowspan=\"2\"| Rhotic ! Voiced | |align=\"center\"| | | | |- ! Voiceless | |align=\"center\"| | | | |- !colspan=\"2\"|..."@en ;
    skos:inScheme lexvo: ;
    skos:notation "npa"^^xsd:string ;
    skos:prefLabel "Nar Phu"@en,
        "Nar-Phuish"@gv,
        "ภาษานัรพู"@th .

<http://lexvo.org/id/iso639-3/nrb> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "nrb"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/nara1262> ;
    owl:sameAs <http://dbpedia.org/resource/Nara_language>,
        <http://www.mpii.de/yago/resource/Nara_language> ;
    skos:altLabel "Nara language"@en ;
    skos:definition "The Nara (Nera) or Barea (Barya) language is a Nilo-Saharan language spoken chiefly in western Eritrea. The language is often confused with Kunama, which is at best only distantly related. According to Tsige Hailemichael, the \"...Nara language is in danger of quickly disappearing.\" The name Barea is considered derogatory."@en ;
    skos:inScheme lexvo: ;
    skos:notation "nrb"^^xsd:string ;
    skos:prefLabel "Nara"@de,
        "Nara"@en,
        "Нара јазик"@mk,
        "Lenga Nara"@pms,
        "Língua nara"@pt,
        "Нара"@ru .

<http://lexvo.org/id/iso639-3/nrl> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "nrl"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/ngar1287> ;
    owl:sameAs <http://dbpedia.org/resource/Ngarluma_language>,
        <http://www.mpii.de/yago/resource/Ngarluma_language> ;
    skos:altLabel "Ngarluma language"@en ;
    skos:definition "Ngarluma is a Pama–Nyungan language of Western Australia."@en ;
    skos:inScheme lexvo: ;
    skos:notation "nrl"^^xsd:string ;
    skos:prefLabel "Ngarluma"@en .

<http://lexvo.org/id/iso639-3/nsm> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "nsm"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/sumi1235> ;
    owl:sameAs <http://dbpedia.org/resource/Sema_language>,
        <http://www.mpii.de/yago/resource/Sema_language> ;
    skos:altLabel "Naga, Sumi"@en,
        "Sema language"@en ;
    skos:definition "Sema, or Sumi, is a Naga language of Nagaland state, India. It is spoken by the Sumi Naga people."@en ;
    skos:inScheme lexvo: ;
    skos:notation "nsm"^^xsd:string ;
    skos:prefLabel "Sumi Naga"@en .

<http://lexvo.org/id/iso639-3/nsz> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "nsz"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/nise1244> ;
    owl:sameAs <http://dbpedia.org/resource/Nisenan_language>,
        <http://www.mpii.de/yago/resource/Nisenan_language> ;
    skos:altLabel "Nisenan language"@en ;
    skos:definition "Nisenan (or alternatively, Southern Maidu, Neeshenam, Nishinam, Pujuni, or Wapumni) is a nearly extinct Maiduan language spoken by the Nisenan (or Southern Maidu, etc. as above) people of central California in the foothills of the Sierras, in the whole of the American, Bear and Yuba river drainages."@en ;
    skos:inScheme lexvo: ;
    skos:notation "nsz"^^xsd:string ;
    skos:prefLabel "Nisenan"@en,
        "Nisenan"@fr .

<http://lexvo.org/id/iso639-3/ntm> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ntm"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/nate1242> ;
    owl:sameAs <http://dbpedia.org/resource/Nateni_language>,
        <http://www.mpii.de/yago/resource/Nateni_language> ;
    skos:altLabel "Nateni language"@en ;
    skos:definition "Nateni (Natemba) is a language of the Gurma people spoken in Benin. It is named after its principal dialect; the others are Tayari (Tayaba), Kunteni (Kuntemba), Okoni (Okoma)."@en ;
    skos:inScheme lexvo: ;
    skos:notation "ntm"^^xsd:string ;
    skos:prefLabel "Nateni"@en,
        "Nateni"@fr,
        "Натени"@ru,
        "Kinateni"@sw .

<http://lexvo.org/id/iso639-3/num> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "num"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/niua1240> ;
    owl:sameAs <http://dbpedia.org/resource/Niuafo'ou_language>,
        <http://www.mpii.de/yago/resource/Niuafo'ou_language> ;
    skos:altLabel "Niuafo'ou language"@en ;
    skos:definition "Niuafoouan is the language spoken on Tonga's northernmost island, Niuafoou."@en ;
    skos:inScheme lexvo: ;
    skos:notation "num"^^xsd:string ;
    skos:prefLabel "Niuafo'ouanische Sprache"@de,
        "Niuafo'ou"@en,
        "Niuafo'oun kieli"@fi,
        "Lenga Niuafo'ou"@pms,
        "Ниуафооу"@ru .

<http://lexvo.org/id/iso639-3/nun> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "nun"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/nung1282> ;
    owl:sameAs <http://dbpedia.org/resource/Nung_language>,
        <http://www.mpii.de/yago/resource/Nung_language> ;
    skos:altLabel "Nung language"@en ;
    skos:definition "Nung, or Anung , is a Tibeto-Burman language used by the Nung people. It is very close to the Derung language. Most of the Nung people in China have shifted to Lisu."@en ;
    skos:inScheme lexvo: ;
    skos:notation "nun"^^xsd:string ;
    skos:prefLabel "Ayieg"@br,
        "Anong"@en,
        "Ayi"@fr,
        "Ayi"@hr,
        "Bahasa Ayi"@ms,
        "Lenga Ayi"@pms,
        "ภาษานุง"@th,
        "阿侬语"@zh .

<http://lexvo.org/id/iso639-3/nus> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "nus"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/nuer1246> ;
    owl:sameAs <http://dbpedia.org/resource/Nuer_language>,
        <http://www.mpii.de/yago/resource/Nuer_language> ;
    skos:altLabel "Nuer language"@en,
        "Nuer"@fr,
        "Język nuer"@pl,
        "Língua nuer"@pt,
        "Нуэр"@ru ;
    skos:definition "The Nuer language is a Nilo-Saharan language of the Western Nilotic group. It is spoken by the Nuer people of South Sudan and in western Ethiopia. Nuer is one of eastern and central Africa's most widely spoken languages. The Nuer nation is one of the largest in South Sudan."@en ;
    skos:inScheme lexvo: ;
    skos:notation "nus"^^xsd:string ;
    skos:prefLabel "Nouereg"@br,
        "nuer"@ca,
        "努埃尔文"@cmn,
        "努埃爾文"@cmn-Hant,
        "nuerština"@cs,
        "Nŵereg"@cy,
        "nuer"@da,
        "Nuer"@de,
        "nuergbe"@ee,
        "Νουέρ"@el,
        "Nuer"@en,
        "nuer"@es,
        "nueri"@et,
        "nuer"@fi,
        "nuer"@fr,
        "נואר"@he,
        "nuer"@hr,
        "nuer"@hu,
        "Nuer"@id,
        "nuer"@it,
        "ヌエル語"@ja,
        "누에르어"@ko,
        "Lengua Nuer"@lij,
        "ເນີ"@lo,
        "nuerų"@lt,
        "nueru"@lv,
        "нуер"@mk,
        "nuer"@nb,
        "Nuer"@nl,
        "nuer"@nn,
        "Thok Nath"@nus,
        "nuer"@pl,
        "Lenga Nuer"@pms,
        "nuer"@pt,
        "nuer"@ro,
        "нуэр"@ru,
        "nuer"@sk,
        "Нуерски језик"@sr,
        "nuer"@sv,
        "เนือร์"@th,
        "lea fakanueli"@to,
        "Nuer"@tr,
        "нуер"@uk,
        "Tiếng Nuer"@vi .

<http://lexvo.org/id/iso639-3/nux> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "nux"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/mehe1243> ;
    owl:sameAs <http://dbpedia.org/resource/Mehek_language>,
        <http://www.mpii.de/yago/resource/Mehek_language> ;
    skos:altLabel "Mehek language"@en ;
    skos:definition "Mehek is a Tama language spoken by about 6300 people in a somewhat mountainous area along the southern base of the Torricelli Mountains in northwestern Papua New Guinea. Mehek is spoken in six villages of Sandaun Province: Nuku, Yiminum, Mansuku, Yifkindu, Wilwil, and Kafle. Mehek is most closely related to Pahi, with 51% lexical similarity, and spoken approximately 20 kilometers to the southwest. Mehek is a fairly typical Papuan language, being verb-final, having a relatively simple phonology, and agglutinative morphology. There is very little published information about Mehek. The literacy rate in Tok Pisin, spoken by nearly everyone, is 50-75%. Mehek is not written, so there is no literacy in Mehek. Tok Pisin is primarily used in the schools, with 50% children attending."@en ;
    skos:inScheme lexvo: ;
    skos:notation "nux"^^xsd:string ;
    skos:prefLabel "Mehek"@en .

<http://lexvo.org/id/iso639-3/nuy> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "nuy"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/nung1290> ;
    owl:sameAs <http://dbpedia.org/resource/Nunggubuyu_language>,
        <http://www.mpii.de/yago/resource/Nunggubuyu_language> ;
    skos:altLabel "Nunggubuyu language"@en ;
    skos:definition "Nunggubuyu or Wubuy is an Australian Aboriginal language, the traditional language of the Nunggubuyu people. It is the primary language of the community of Numbulwar in the Northern Territory."@en ;
    skos:inScheme lexvo: ;
    skos:notation "nuy"^^xsd:string ;
    skos:prefLabel "Nunggubuyu"@en,
        "Nunggubuyu"@fr,
        "Lingua nunggubuyu"@it,
        "Nunggubuyu"@no .

<http://lexvo.org/id/iso639-3/nwc> a lvont:Language,
        skos:Concept ;
    lvont:isFocusOf <http://id.loc.gov/vocabulary/iso639-2/nwc> ;
    lvont:iso6392BCode "nwc"^^xsd:string ;
    lvont:iso6392TCode "nwc"^^xsd:string ;
    lvont:iso639P3PCode "nwc"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-2/nwc> ;
    owl:sameAs <http://dbpedia.org/resource/Classical_Nepal_Bhasa>,
        <http://psi.oasis-open.org/iso/639/#nwc>,
        <http://www.lingvoj.org/lang/nwc>,
        <http://www.mpii.de/yago/resource/Classical_Nepal_Bhasa>,
        <info:lc/vocabulary/languages/nwc> ;
    skos:altLabel "Classical Nepal Bhasa"@en,
        "Classical Newari"@en,
        "Nepal Bhasa, Classical"@en,
        "Newari, Classical"@en,
        "Newari, Old"@en,
        "newarî classique"@fr ;
    skos:definition "Classical Nepal Bhasa (Nepal Bhasa:पुलां भाय्, Classical Nepal Bhasa:पुलाङु नेपाल भाय्), or Old Nepal Bhasa is the pre-1850 literary form of Nepal Bhasa. This language has evolved to form Nepal Bhasa. It is an important source language for historians and philologists."@en ;
    skos:inScheme lexvo: ;
    skos:notation "nwc"^^xsd:string ;
    skos:prefLabel "النوارية التقليدية"@ar,
        "класически невари"@bg,
        "প্রাচীন নেওয়ারী"@bn,
        "पुरानी नेवारी"@brx,
        "klasični nevari"@bs,
        "класични невари"@bs-Cyrl,
        "newari clàssic"@ca,
        "经典尼瓦尔文"@cmn,
        "古尼瓦爾文"@cmn-Hant,
        "newarština (klasická)"@cs,
        "Hen Newari"@cy,
        "klassisk newarisk"@da,
        "Alt-Newari"@de,
        "Κλασικά Νεουάρι"@el,
        "Old Newari"@en,
        "newari clásico"@es,
        "vananevari"@et,
        "نواریایی کلاسیک"@fa,
        "klassinen newari"@fi,
        "newari classique"@fr,
        "Alt-Newari"@gsw,
        "પરંપરાગત નેવારી"@gu,
        "נווארית קלאסית"@he,
        "पारम्परिक नेवारी"@hi,
        "klasični newari"@hr,
        "klasszikus newari"@hu,
        "Newari Klasik"@id,
        "klassísk nevaríska"@is,
        "newari classico"@it,
        "古典ネワール語"@ja,
        "ಶಾಸ್ತ್ರೀಯ ನೇವಾರಿ"@kn,
        "네와르어 (고전)"@ko,
        "کلاسِکَل نیواری"@ks,
        "ເນວາດັ້ງເດີມ"@lo,
        "klasikinė nevari"@lt,
        "klasiskā nevaru"@lv,
        "класичен невари"@mk,
        "ക്ലാസിക്കൽ നേവാരി"@ml,
        "अभिजात नेवारी"@mr,
        "Classical Newari"@mt,
        "klassisk newari"@nb,
        "Klassiek Newari"@nl,
        "klassisk newarisk"@nn,
        "ପାରମ୍ପରିକ ନେୱାରୀ"@or,
        "newarski klasyczny"@pl,
        "newari clássico"@pt,
        "newari classic"@rm,
        "newari clasică"@ro,
        "невари (классический)"@ru,
        "klasická nevárčina"@sk,
        "klasična nevarščina"@sl,
        "Класични невари"@sr,
        "Klasični nevari"@sr-Latn,
        "klassisk newariska"@sv,
        "பாரம்பரிய நேவாரி"@ta,
        "సాంప్రదాయ న్యుఆరి"@te,
        "เนวาร์ดั้งเดิม"@th,
        "Klasik Nevari"@tr,
        "неварі класична"@uk,
        "Tiếng Newari Cổ điển"@vi .

<http://lexvo.org/id/iso639-3/nxg> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "nxg"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/ngad1261> ;
    owl:sameAs <http://dbpedia.org/resource/Ngadha_language>,
        <http://www.mpii.de/yago/resource/Ngadha_language> ;
    skos:altLabel "Ngadha language"@en ;
    skos:definition "Ngadha or Ngada is an undocumented Austronesian language, one of six languages spoken in the central stretch of the Indonesian island of Flores. From west to east these languages are: Ngadha, Nage, Keo, Ende, Lio, and Palue."@en ;
    skos:inScheme lexvo: ;
    skos:notation "nxg"^^xsd:string ;
    skos:prefLabel "Ngada"@de,
        "Ngad'a"@en,
        "Ngadha"@fr,
        "Ngadha"@nl,
        "Lenga Ngad'a"@pms .

<http://lexvo.org/id/iso639-3/nxn> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "nxn"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/ngaw1240> ;
    owl:sameAs <http://dbpedia.org/resource/Ngawun_language>,
        <http://www.mpii.de/yago/resource/Ngawun_language> ;
    skos:altLabel "Ngawun language"@en ;
    skos:definition "Ngawun is an extinct Paman language formerly spoken on the on the Cape York Peninsula of Queensland, Australia, by the Ngawun people. The last speaker of the language was Cherry O'Keefe (or Tjapun in the language) who died of pneumonia on 24 August, 1977."@en ;
    skos:inScheme lexvo: ;
    skos:notation "nxn"^^xsd:string ;
    skos:prefLabel "Ngawun"@en,
        "Lenga ngawun"@pms,
        "Ngawun"@sv .

<http://lexvo.org/id/iso639-3/nyh> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "nyh"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/nyig1240> ;
    owl:sameAs <http://dbpedia.org/resource/Nyigina_language>,
        <http://www.mpii.de/yago/resource/Nyigina_language> ;
    skos:altLabel "Nyigina language"@en ;
    skos:definition "Nyikina (also Nyigina, Njigina) is an Australian Aboriginal language of Western Australia, spoken by the Nyigina people."@en ;
    skos:inScheme lexvo: ;
    skos:notation "nyh"^^xsd:string ;
    skos:prefLabel "Nyigina"@en,
        "Lenga nyigina"@pms,
        "Nyigina"@sv .

<http://lexvo.org/id/iso639-3/nyj> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "nyj"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/nyan1304> ;
    owl:sameAs <http://dbpedia.org/resource/Nyanga_language>,
        <http://www.mpii.de/yago/resource/Nyanga_language> ;
    skos:altLabel "Nyanga language"@en ;
    skos:definition "The Nyanga language (native name Kinyanga) is a language spoken by the Nyanga people in Kivu province, north-eastern Democratic Republic of the Congo. Speaker estimates range from 27,000 (Biebuyck & Matheene 1970) to 150,000 (1994 census). Many of the Nyanga speak Congo Swahili, the dominant regional lingua franca, as a second language. Nyanga is a Bantu language. Most of the (scarce) linguistic research conducted on Nyanga has been based on the materials published by Biebuyck and Mateene."@en ;
    skos:inScheme lexvo: ;
    skos:notation "nyj"^^xsd:string ;
    skos:prefLabel "Nyanga"@en,
        "Kinyanga"@sw .

<http://lexvo.org/id/iso639-3/nyp> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "nyp"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/nyan1313> ;
    owl:sameAs <http://dbpedia.org/resource/Nyangia_language>,
        <http://www.mpii.de/yago/resource/Nyangia_language> ;
    skos:altLabel "Nyangia language"@en ;
    skos:definition "The Nyangia language, also spelled Gyangiya, Ngangea, Ngiangeya, Nuangeya, Nyangeya, Nyang'i, Nyangiya, Nyuangia and also known as Poren (Ngapore, Niporen, Nipori, Upale), is the extinct Kuliak language of the Nyangea hunter-gatherers of northeastern Uganda. The 15,000 Nyangia have shifted to speaking Karamojong."@en ;
    skos:inScheme lexvo: ;
    skos:notation "nyp"^^xsd:string ;
    skos:prefLabel "Nyang'i"@en,
        "Kinyang'i"@sw .

<http://lexvo.org/id/iso639-3/nys> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "nys"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/nyun1247> ;
    owl:sameAs <http://dbpedia.org/resource/Noongar_language>,
        <http://www.mpii.de/yago/resource/Noongar_language> ;
    skos:altLabel "Noongar language"@en ;
    skos:inScheme lexvo: ;
    skos:notation "nys"^^xsd:string ;
    skos:prefLabel "Nyunga"@en .

<http://lexvo.org/id/iso639-3/nyv> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "nyv"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/nyul1247> ;
    owl:sameAs <http://dbpedia.org/resource/Nyulnyul_language>,
        <http://www.mpii.de/yago/resource/Nyulnyul_language> ;
    skos:altLabel "Nyulnyul language"@en ;
    skos:definition "Nyulnyul is an extinct Australian Aboriginal dialect, formerly spoken by the Nyulnyul people of Western Australia."@en ;
    skos:inScheme lexvo: ;
    skos:notation "nyv"^^xsd:string ;
    skos:prefLabel "Nyulnyul"@en,
        "Nyulnyul jezici"@hr,
        "Lenga nyulnyul"@pms,
        "Nyulnyul"@sv .

<http://lexvo.org/id/iso639-3/nzi> a lvont:Language,
        skos:Concept ;
    lvont:isFocusOf <http://id.loc.gov/vocabulary/iso639-2/nzi> ;
    lvont:iso6392BCode "nzi"^^xsd:string ;
    lvont:iso6392TCode "nzi"^^xsd:string ;
    lvont:iso639P3PCode "nzi"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-2/nzi> ;
    owl:sameAs <http://dbpedia.org/resource/Nzema_language>,
        <http://psi.oasis-open.org/iso/639/#nzi>,
        <http://www.lingvoj.org/lang/nzi>,
        <http://www.mpii.de/yago/resource/Nzema_language>,
        <info:lc/vocabulary/languages/nzi> ;
    skos:altLabel "Nzima"@de,
        "Nzema language"@en,
        "Idioma nzema"@es,
        "Nzema"@fr,
        "Нзима"@ru ;
    skos:definition "Nzema (Nzima), also known as Appolo, is a Central Tano language spoken by the Nzema people of southwestern Ghana and southeast Côte d'Ivoire. It shares 60% intelligibility with Jwira-Pepesa and is close to Baoule."@en ;
    skos:inScheme lexvo: ;
    skos:notation "nzi"^^xsd:string ;
    skos:prefLabel "النزيما"@ar,
        "nizima dili"@az,
        "нзима"@bg,
        "এন্.জিমা"@bn,
        "न्ज़ीमा"@brx,
        "nzima"@bs,
        "нзима"@bs-Cyrl,
        "nzema"@ca,
        "恩济马文"@cmn,
        "尼茲馬文"@cmn-Hant,
        "nzima"@cs,
        "Nzimeg"@cy,
        "nzima"@da,
        "Nzema"@de,
        "Νζίμα"@el,
        "Nzima"@en,
        "nzima"@es,
        "nzima"@et,
        "نزیمایی"@fa,
        "nzima"@fi,
        "nzema"@fr,
        "Nzima"@gsw,
        "ન્ઝિમા"@gu,
        "נזימה"@he,
        "न्ज़ीमा"@hi,
        "nzima"@hr,
        "nzima"@hu,
        "Nzima"@id,
        "nsíma"@is,
        "nzima"@it,
        "ンゼマ語"@ja,
        "ಜೀಮಾ"@kn,
        "느지마어"@ko,
        "نَظیٖما"@ks,
        "ນິມາ"@lo,
        "nzima"@lt,
        "nzemu"@lv,
        "нзима"@mk,
        "സിമ"@ml,
        "न्झिमा"@mr,
        "Nżima"@mt,
        "nzima"@nb,
        "Nzima"@nl,
        "nzima"@nn,
        "ଞ୍ଜିମା"@or,
        "nzema"@pl,
        "Lenga Nzema"@pms,
        "nzima"@pt,
        "nzima"@rm,
        "nzima"@ro,
        "нзима"@ru,
        "nzima"@sk,
        "nzima"@sl,
        "Нзима"@sr,
        "Nzima"@sr-Latn,
        "nzima"@sv,
        "Kinzema"@swh,
        "நிஜ்மா"@ta,
        "జీమా"@te,
        "นซิมา"@th,
        "Nzima"@tr,
        "нзіма"@uk,
        "Tiếng Nzima"@vi .

<http://lexvo.org/id/iso639-3/nzk> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "nzk"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/nzak1247> ;
    owl:sameAs <http://dbpedia.org/resource/Nzakara_language>,
        <http://www.mpii.de/yago/resource/Nzakara_language> ;
    skos:altLabel "Nzakara language"@en ;
    skos:definition "Nzakara (Ansakara, N’sakara, Sakara, Zakara) is an Ubangian language spoken in eastern Central African Republic, spilling over into the Democratic Republic of the Congo."@en ;
    skos:inScheme lexvo: ;
    skos:notation "nzk"^^xsd:string ;
    skos:prefLabel "Nzakara"@en,
        "Kinzakara"@sw .

<http://lexvo.org/id/iso639-3/oaa> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "oaa"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/orok1265> ;
    owl:sameAs <http://dbpedia.org/resource/Orok_language>,
        <http://www.mpii.de/yago/resource/Orok_language> ;
    skos:altLabel "Orok language"@en ;
    skos:definition ":Not to be confused with the Oroch language. Orok is the Russian name for the language known by its speakers as Ulta or Ujlta. Similarly, the people are called Oroks or Ulta. It is counted among the Tungusic languages. The language is spoken in the Poronaysky and Nogliksky Administrative Divisions of Sakhalin Oblast, in the Russian Federation."@en ;
    skos:inScheme lexvo: ;
    skos:notation "oaa"^^xsd:string ;
    skos:prefLabel "Орок чĕлхи"@cv,
        "Orok"@en,
        "Oroka lingvo"@eo,
        "Orok"@fr,
        "Orok"@hr,
        "ウィルタ語"@ja,
        "윌타어"@ko,
        "Orokisk"@no,
        "Lenga orok"@pms,
        "Орокский язык"@ru .

<http://lexvo.org/id/iso639-3/oac> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "oac"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/oroc1248> ;
    owl:sameAs <http://dbpedia.org/resource/Oroch_language>,
        <http://www.mpii.de/yago/resource/Oroch_language> ;
    skos:altLabel "Oroch language"@en ;
    skos:definition ":Not to be confused with the Orok language. The Oroch language is spoken by the Oroch people in Siberia. It is a member of the southern group of the Tungusic languages and is closely related to the Nanai language and Udege language. It is spoken in the Khabarovsk Krai (Komsomolsky, Sovetskaya Gavan and Ulchsky districts). The number of speakers of the Oroch language is 257 people, according to the Russian Census (2002), though this is regarded as an overestimation and the real number probably does not exceed 160 speakers. The language is split into three dialects: Tumninsky(?), Khadinsky(?) and Hungarisky(?). At the beginning of the 21st century, a written form of the language was created."@en ;
    skos:inScheme lexvo: ;
    skos:notation "oac"^^xsd:string ;
    skos:prefLabel "Orotschische Sprache"@de,
        "Oroch"@en,
        "Orotšin kieli"@fi,
        "Orotche"@fr,
        "オロチ語"@ja,
        "Ороч кыв"@kv,
        "Orotsjisk"@no,
        "Lenga oroch"@pms,
        "Орочский язык"@ru,
        "奥罗奇语"@zh .

<http://lexvo.org/id/iso639-3/ogu> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ogu"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/ogbr1243> ;
    owl:sameAs <http://dbpedia.org/resource/Ogbronuagum_language>,
        <http://www.mpii.de/yago/resource/Ogbronuagum_language> ;
    skos:altLabel "Ogbronuagum language"@en ;
    skos:definition "Ogbronuagum, also called Bukuma after the village in which it is spoken, is a Central Delta language of Nigeria."@en ;
    skos:inScheme lexvo: ;
    skos:notation "ogu"^^xsd:string ;
    skos:prefLabel "Ogbronuagum"@en .

<http://lexvo.org/id/iso639-3/ojg> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ojg"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/east2542> ;
    owl:sameAs <http://dbpedia.org/resource/Eastern_Ojibwa_language>,
        <http://www.mpii.de/yago/resource/Eastern_Ojibwa_language> ;
    skos:altLabel "Eastern Ojibwa language"@en,
        "Ojibwa, Eastern"@en ;
    skos:definition "Eastern Ojibwe (also known as Ojibway, Ojibwa) is a dialect of the Ojibwe language spoken north of Lake Ontario and east of Georgian Bay in Ontario, Canada. Eastern Ojibwe-speaking communities include Rama and Curve Lake. Ojibwe is an Algonquian language."@en ;
    skos:inScheme lexvo: ;
    skos:notation "ojg"^^xsd:string ;
    skos:prefLabel "Eastern Ojibwa"@en,
        "Lenga ojibwa, oriental"@pms .

<http://lexvo.org/id/iso639-3/oma> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "oma"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/omah1247> ;
    owl:sameAs <http://dbpedia.org/resource/Omaha%E2%80%93Ponca_language>,
        <http://www.mpii.de/yago/resource/Omaha%E2%80%93Ponca_language> ;
    skos:altLabel "Omaha–Ponca language"@en ;
    skos:definition "Omaha–Ponca is a Siouan language spoken by the Omaha (Umoⁿhoⁿ) people of Nebraska and the Ponca (Paⁿka) people of Oklahoma and Nebraska. There are today only 60 speakers of Omaha, and 25 fluent speakers, all over 60; and a handful of semi-fluent speakers of Ponca. The two dialects differ minimally but are considered distinct languages by their speakers."@en ;
    skos:inScheme lexvo: ;
    skos:notation "oma"^^xsd:string ;
    skos:prefLabel "Omaha-Ponca"@en,
        "Idioma omaha"@es,
        "Omaha-ponca"@fr .

<http://lexvo.org/id/iso639-3/omb> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "omb"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/east2443> ;
    owl:sameAs <http://dbpedia.org/resource/East_Ambae_language>,
        <http://www.mpii.de/yago/resource/East_Ambae_language> ;
    skos:altLabel "Ambae, East"@en,
        "East Ambae language"@en ;
    skos:definition "East Ambae (also known as Omba, Oba, Aoba, Walurigi, Lolovoli, Northeast Aoba, and Northeast Ambae) is an Oceanic language spoken on Ambae, Vanuatu. The data in this article will concern itself with the Lolovoli dialect of the North-East Ambae language."@en ;
    skos:inScheme lexvo: ;
    skos:notation "omb"^^xsd:string ;
    skos:prefLabel "East Ambae"@en,
        "Ambae de l'Est"@fr .

<http://lexvo.org/id/iso639-3/omc> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "omc"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/moch1259> ;
    owl:sameAs <http://dbpedia.org/resource/Mochica_language>,
        <http://www.mpii.de/yago/resource/Mochica_language> ;
    skos:altLabel "Mochica language"@en ;
    skos:definition "Mochica (also Yunga, Yunca, Chimú, Muchic, Mochika, Muchik, Chimu) is a Chimuan language formerly spoken along the northwest coast of Peru and in an inland village. First documented in 1607, the language was widely spoken in the area during the 17th and early 18th century. By the end of the 19th century the language was dying out and spoken only by a few people in the villages around Chiclayo. It died out as a spoken language around 1920, but certain words and phrases continued to be used up until the 1960s."@en ;
    skos:inScheme lexvo: ;
    skos:notation "omc"^^xsd:string ;
    skos:prefLabel "Muchik"@de,
        "Mochica"@en,
        "Idioma mochica"@es,
        "Muchik"@fr,
        "Língua mochica"@pt,
        "Muchik simi"@qu,
        "Мочика"@ru .

<http://lexvo.org/id/iso639-3/ona> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ona"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/onaa1245> ;
    owl:sameAs <http://dbpedia.org/resource/Ona_language>,
        <http://www.mpii.de/yago/resource/Ona_language> ;
    skos:altLabel "Ona language"@en ;
    skos:definition "Ona (Aona), also known as Selk'nam (Shelknam), is a language that was once spoken by the Selknam people in Isla Grande de Tierra del Fuego in southernmost South America. there were 1-3 speakers left. 2000 estimates place it as \"probably extinct.\""@en ;
    skos:inScheme lexvo: ;
    skos:notation "ona"^^xsd:string ;
    skos:prefLabel "Onaeg"@br,
        "Jazyk Ona"@cs,
        "Ona"@en,
        "Idioma selk'nam"@es,
        "Onan kieli"@fi,
        "Selknam"@fr,
        "Lenga ona"@pms,
        "Ona"@pt,
        "Ona"@sv .

<http://lexvo.org/id/iso639-3/ong> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ong"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/oloo1241> ;
    owl:sameAs <http://dbpedia.org/resource/Olo_language>,
        <http://www.mpii.de/yago/resource/Olo_language> ;
    skos:altLabel "Olo language"@en ;
    skos:definition "Olo (Orlei) is a Torricelli language of Papua New Guinea."@en ;
    skos:inScheme lexvo: ;
    skos:notation "ong"^^xsd:string ;
    skos:prefLabel "Olo"@en .

<http://lexvo.org/id/iso639-3/ono> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ono"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/onon1246> ;
    owl:sameAs <http://dbpedia.org/resource/Onondaga_language>,
        <http://www.mpii.de/yago/resource/Onondaga_language> ;
    skos:altLabel "Onondaga language"@en ;
    skos:definition "Onondaga Nation Language ( , \"Onondaga is our language\") is the language of the Onondaga First Nation, one of the original five constituent tribes of the League of the Iroquois (Hodenosaunee)."@en ;
    skos:inScheme lexvo: ;
    skos:notation "ono"^^xsd:string ;
    skos:prefLabel "Onondaga"@en,
        "Onondaga"@fr,
        "오논다가어"@ko,
        "Język onondaga"@pl,
        "Онондага"@ru .

<http://lexvo.org/id/iso639-3/ood> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ood"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/toho1245> ;
    owl:sameAs <http://dbpedia.org/resource/O'odham_language>,
        <http://www.mpii.de/yago/resource/O'odham_language> ;
    skos:altLabel "O'odham language"@en ;
    skos:definition "Oodham (pronounced ) is an Uto-Aztecan language of southern Arizona and northern Sonora where the Tohono Oodham (formerly called the Papago) and Pima reside. As of the year 2000, there were estimated to be approximately 9750 speakers in the United States and Mexico combined, although there may be more due to underreporting. It is the 10th most-spoken indigenous language in the United States, the 3rd most-spoken indigenous language in Arizona after Apache and Navajo. It is the 3rd most-spoken language in Pinal County and the 4th most-spoken language in Pima County. Approximately 8% of Oodham speakers in the US speak English \"not well\" or \"not at all\", according to results of the 2000 Census. Approximately 13% of Oodham speakers in the US were between the ages of 5 and 17, and among the younger O'odham speakers, approximately 4% were reported as speaking English \"not well\" or \"not at all\"."@en ;
    skos:inScheme lexvo: ;
    skos:notation "ood"^^xsd:string ;
    skos:prefLabel "Odameg"@br,
        "Tohono O'odham"@en,
        "Idioma o'odham"@es,
        "O'odham"@fr,
        "O'odhantlahtōlli"@nah,
        "O'odham"@nl,
        "Język o'odham"@pl,
        "Hanan Pima simi"@qu,
        "Оодхам"@ru .

<http://lexvo.org/id/iso639-3/oon> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "oon"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/onge1236> ;
    owl:sameAs <http://dbpedia.org/resource/%C3%96nge_language>,
        <http://www.mpii.de/yago/resource/%C3%96nge_language> ;
    skos:altLabel "Önge language"@en ;
    skos:definition "The Onge or Öñge language (; variously spelled Ongee, Eng, or Ung) is a language spoken by the Onge people in Little Andaman Island. It is one of two known Ongan languages."@en ;
    skos:inScheme lexvo: ;
    skos:notation "oon"^^xsd:string ;
    skos:prefLabel "Önge"@en,
        "Önge"@fi,
        "Öñge jezik"@hr,
        "Bahasa Onge"@id,
        "Lèngua Öñge"@lmo,
        "Lenga önge"@pms,
        "Онге"@ru,
        "Önge leid"@sco,
        "ஒன்கே மொழி"@ta .

<http://lexvo.org/id/iso639-3/opm> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "opm"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/oksa1245> ;
    owl:sameAs <http://dbpedia.org/resource/Oksapmin_language>,
        <http://www.mpii.de/yago/resource/Oksapmin_language> ;
    skos:altLabel "Oksapmin language"@en ;
    skos:definition "Oksapmin is a Trans–New Guinea language spoken in Telefomin District, Sandaun, Papua New Guinea. It has been influenced by the Ok languages (indeed, the name \"Oksapmin\" is from an Ok language), and the similarities with those languages were attributed to borrowing in the classifications of both Stephen Wurm (1975) and Malcolm Ross (2005), where Oksapmin was placed as an independent branch of Trans–New Guinea. However, Loughnane (2009) and Loughnane and Fedden (2011) demonstrated that that it is related to the Ok languages, though they share innovative features not found in Oksapmin."@en ;
    skos:inScheme lexvo: ;
    skos:notation "opm"^^xsd:string ;
    skos:prefLabel "Oksapmin"@en,
        "Oksapmin"@fr,
        "오크사프민어"@ko,
        "Język oksapmin"@pl,
        "Lenga Oksapmin"@pms .

<http://lexvo.org/id/iso639-3/oro> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "oro"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/orok1267> ;
    owl:sameAs <http://dbpedia.org/resource/Orokolo_language>,
        <http://www.mpii.de/yago/resource/Orokolo_language> ;
    skos:altLabel "Orokolo language"@en ;
    skos:definition "Orokolo is a Trans–New Guinea language spoken in Papua New Guinea by about 13,000 people (1977)."@en ;
    skos:inScheme lexvo: ;
    skos:notation "oro"^^xsd:string ;
    skos:prefLabel "Orokolo"@en,
        "Język orokolo"@pl .

<http://lexvo.org/id/iso639-3/oru> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "oru"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/ormu1247> ;
    owl:sameAs <http://dbpedia.org/resource/Ormuri_language>,
        <http://www.mpii.de/yago/resource/Ormuri_language> ;
    skos:altLabel "Ormuri language"@en ;
    skos:definition "Ormuri is a member of the Southeastern branch of the Eastern Iranian languages, but attempts to classify Ormuri in the Northwestern Iranian languages have also been made. It is spoken in the city of Kaniguram in South Waziristan, Pakistan by the Burki people. It may also be spoken by a few people in Baraki Barak in Logar, Afghanistan. It is notable for its unusual sound inventory, which includes a voiceless alveolar trill (contrastive with the more common voiced variety) i.e. the ř of Czech, and voiceless and voiced alveolo-palatal fricatives (the voiceless being contrastive with the more common voiceless palato-alveolar fricative), i.e. the ښ and ږ of Waziri."@en ;
    skos:inScheme lexvo: ;
    skos:notation "oru"^^xsd:string ;
    skos:prefLabel "أرمري"@ar,
        "Ormuri"@en,
        "زبان اورمری"@fa,
        "Ormurin kieli"@fi,
        "Ormuri"@fr,
        "Lenga Ormuri"@pms,
        "Ормури"@ru .

<http://lexvo.org/id/iso639-3/ota> a lvont:Language,
        skos:Concept ;
    lvont:isFocusOf <http://id.loc.gov/vocabulary/iso639-2/ota> ;
    lvont:iso6392BCode "ota"^^xsd:string ;
    lvont:iso6392TCode "ota"^^xsd:string ;
    lvont:iso639P3PCode "ota"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-2/ota> ;
    owl:sameAs <http://dbpedia.org/resource/Ottoman_Turkish_language>,
        <http://psi.oasis-open.org/iso/639/#ota>,
        <http://www.lingvoj.org/lang/ota>,
        <http://www.mpii.de/yago/resource/Ottoman_Turkish_language>,
        <info:lc/vocabulary/languages/ota> ;
    skos:altLabel "لغة تركية عثمانية"@ar,
        "Osmanlı dili"@az,
        "Османски турски език"@bg,
        "উসমানীয় তুর্কি ভাষা"@bn,
        "Osmanlijski turski jezik"@bs,
        "Turc otomà"@ca,
        "Osmannisk-tyrkisk"@da,
        "Osmanische Sprache"@de,
        "Ottoman Turkish (1500-1928)"@en,
        "Ottoman Turkish language"@en,
        "Turkish, Ottoman (1500-1928)"@en,
        "Turco otomano"@es,
        "زبان ترکی عثمانی"@fa,
        "Osmanin kieli"@fi,
        "Turc osmanli"@fr,
        "turc ottoman (1500-1928)"@fr,
        "טורקית עות'מאנית"@he,
        "Osmanski turski jezik"@hr,
        "Oszmán-török nyelv"@hu,
        "Bahasa Turki Utsmaniyah"@id,
        "tyrkneska, ottóman"@is,
        "Lingua turca ottomana"@it,
        "オスマントルコ語"@ja,
        "터키어, 오스만"@ko,
        "Turkų osmanų kalba"@lt,
        "Osmaņu turku valoda"@lv,
        "Отомански турски јазик"@mk,
        "Ottomaans-Turks"@nl,
        "Język osmańsko-turecki"@pl,
        "Língua turca otomana"@pt,
        "Османский язык"@ru,
        "otomanska turščina"@sl,
        "Отомански турски језик"@sr,
        "ottomanska"@sv,
        "ภาษาตุรกีออตโตมัน"@th,
        "Османська мова"@uk ;
    skos:definition "The Ottoman Turkish language or Ottoman language ( ) is the variety of the Turkish language that was used for administrative and literary purposes in the Ottoman Empire. It borrows extensively from Arabic and Persian, and was written in the Ottoman Turkish alphabet. Consequently, Ottoman Turkish was largely unintelligible to the less-educated lower-class and rural Turks, who continued to use kaba Türkçe (\"vulgar Turkish\"), which used far fewer foreign loanwords and which is the basis of the modern Turkish language. The Tanzimât era saw the application of the term \"Ottoman\" when referring to the language ( or ) and the same distinction is made in Modern Turkish ( and )."@en ;
    skos:inScheme lexvo: ;
    skos:notation "ota"^^xsd:string ;
    skos:prefLabel "التركية العثمانية"@ar,
        "عثمانلى"@arz,
        "osman dili"@az,
        "отомански турски"@bg,
        "অটোমান তুর্কি"@bn,
        "तुर्की ओटोमान"@brx,
        "otomanski turski"@bs,
        "отомански турски"@bs-Cyrl,
        "turc otomà"@ca,
        "奥托曼土耳其文"@cmn,
        "鄂圖曼土耳其文"@cmn-Hant,
        "Osmanlı tili"@crh,
        "osmanská turečtina"@cs,
        "Tyrceg Otoman"@cy,
        "osmannisk-tyrkisk"@da,
        "Osmanisch"@de,
        "Οθωμανικά Τουρκικά"@el,
        "Ottoman Turkish"@en,
        "turco otomano"@es,
        "osmanitürgi"@et,
        "ترکی عثمانی"@fa,
        "osmani"@fi,
        "turc ottoman"@fr,
        "turc otoman"@fur,
        "Osmannı türk dili"@gag,
        "Osmanisch"@gsw,
        "ઓટોમાન તુર્કિશ"@gu,
        "טורקית עותומנית"@he,
        "ओटोमान तुर्किश"@hi,
        "turski - otomanski"@hr,
        "ottomán török"@hu,
        "Turki Osmani"@id,
        "Ottoman Tyrkneska"@is,
        "turco ottomano"@it,
        "オスマン語"@ja,
        "ოსმალური ენა"@ka,
        "Османлы түрік тілі"@kk,
        "ಒಟ್ಟೋಮನ್ ತುರ್ಕಿಷ್"@kn,
        "오스만 터키어"@ko,
        "اوٹومَن تُرکِش"@ks,
        "Zimanê osmanî"@ku,
        "Lingua turkana otomana"@lad,
        "ຕູກີອອດໂຕມັນ"@lo,
        "osmanų turkų"@lt,
        "turku osmaņu"@lv,
        "отомански турски"@mk,
        "ഓട്ടോമൻ തുർക്കിഷ്"@ml,
        "ओटोमान तुर्किश"@mr,
        "Bahasa Turki Uthmaniyyah"@ms,
        "Tork (Imperu Ottoman)"@mt,
        "ottomansk tyrkisk"@nb,
        "Osmaans"@nl,
        "ottomansk tyrkisk"@nn,
        "Osmantyrkisk"@no,
        "ଓଟ୍ଟୋମନ୍ ତୁର୍କିସ୍"@or,
        "Осмайнаг æвзаг"@os,
        "osmańsko-turecki"@pl,
        "عثمانی ترک بولی"@pnb,
        "turco otomano"@pt,
        "tirc ottoman"@rm,
        "turcă otomană"@ro,
        "старотурецкий"@ru,
        "osmanská turečtina"@sk,
        "Osmanščina"@sl,
        "Osmanishtja"@sq,
        "Отомански турски"@sr,
        "Otomanski turski"@sr-Latn,
        "Osmanska"@sv,
        "ஒட்டோமன் துர்க்கி"@ta,
        "ఒట్టోమన్ టర్కిష్"@te,
        "ตุรกีออตโตมัน"@th,
        "Osmanlı Türkçesi"@tr,
        "ئوسمانلى تۈركچىسى"@ug,
        "османська"@uk,
        "عثمانی ترک زبان"@ur,
        "Tiếng Thổ Nhĩ Kỳ Ottoman"@vi,
        "奥斯曼土耳其语"@zh .

<http://lexvo.org/id/iso639-3/ote> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ote"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/mezq1235> ;
    owl:sameAs <http://dbpedia.org/resource/Mezquital_Otomi>,
        <http://www.mpii.de/yago/resource/Mezquital_Otomi> ;
    skos:altLabel "Otomi, Mezquital"@en ;
    skos:definition "Mezquital Otomi is a native American language. Also called Hñahñu and Otomí del Valle del Mezquital, it is spoken in the Mexican state of Hidalgo, especially in the Mezquital Valley. There are also some migrant worker expatriates in the United States in the states of Florida and North Carolina. A dictionary and grammar of the language have been published."@en ;
    skos:inScheme lexvo: ;
    skos:notation "ote"^^xsd:string ;
    skos:prefLabel "Mezquital Otomi"@en .

<http://lexvo.org/id/iso639-3/otm> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "otm"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/east2556> ;
    owl:sameAs <http://dbpedia.org/resource/Highland_Otomi>,
        <http://www.mpii.de/yago/resource/Highland_Otomi> ;
    skos:altLabel "Eastern Highland Otomi"@en,
        "Otomi, Eastern Highland"@en ;
    skos:definition "Highland Otomi or Otomi de la Sierra is a variety of the Otomi language spoken in Mexico by ca. 20,000 people in the highlands of Eastern Hidalgo, Western Veracruz and Northern Puebla. The speakers themselves call the language Yųhų. Lastra 2001 classifies it as an eastern Otomi language together with Texcatepec Otomi, Tenango Otomi, Ixtenco Otomi, Tilapa Otomi and Acazulco Otomi."@en ;
    skos:inScheme lexvo: ;
    skos:notation "otm"^^xsd:string ;
    skos:prefLabel "Highland Otomi"@en,
        "Otomi de la sierra"@fr .

<http://lexvo.org/id/iso639-3/oua> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "oua"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/taga1278> ;
    owl:sameAs <http://dbpedia.org/resource/Wargli_language>,
        <http://www.mpii.de/yago/resource/Wargli_language> ;
    skos:altLabel "Wargli language"@en ;
    skos:definition "Ouargli, or Teggargrent (also Twargrit, Təggəngusit), is a Zenati Berber variety spoken in the oases of Ouargla (Wargrən) and NGoussa (Ingusa) in Algeria. As of 1987, it had no more than 10,000 speakers; the Ethnologue estimated only 5,000 speakers as of 1995. There are some differences between the dialects of Ouargla (Təggargrənt) and NGoussa (Təggəngusit), notably in the position of pronominal clitics; within Ouargla, there are minor differences between the three tribes At-Brahim, At-Sisin and At-Waggin."@en ;
    skos:inScheme lexvo: ;
    skos:notation "oua"^^xsd:string ;
    skos:prefLabel "Tagargrenteg"@br,
        "Tagargrent"@en,
        "Tagargrent"@fr,
        "Lingua teggargrent"@it,
        "Teggargrent"@oc .

<http://lexvo.org/id/iso639-3/oyb> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "oyb"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/oyyy1238> ;
    owl:sameAs <http://dbpedia.org/resource/Oy_language>,
        <http://www.mpii.de/yago/resource/Oy_language> ;
    skos:altLabel "Oy language"@en ;
    skos:definition "Oy is a Mon–Khmer language of Laos. 80% of speakers are monolingual."@en ;
    skos:inScheme lexvo: ;
    skos:notation "oyb"^^xsd:string ;
    skos:prefLabel "Oy"@en .

<http://lexvo.org/id/iso639-3/oym> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "oym"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/waya1270> ;
    owl:sameAs <http://dbpedia.org/resource/Wayampi_language>,
        <http://www.mpii.de/yago/resource/Wayampi_language> ;
    skos:altLabel "Wayampi language"@en ;
    skos:definition "Wayampi (Guayapi, Oiampí) is a Tupi–Guarani language spoken in French Guiana and Brazil."@en ;
    skos:inScheme lexvo: ;
    skos:notation "oym"^^xsd:string ;
    skos:prefLabel "Wayampi"@en .

<http://lexvo.org/id/iso639-3/pab> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "pab"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/pare1272> ;
    owl:sameAs <http://dbpedia.org/resource/Paresi_language>,
        <http://www.mpii.de/yago/resource/Paresi_language> ;
    skos:altLabel "Paresi language"@en ;
    skos:definition "Paresí (Pareci) is an Arawakan language spoken in Brazil."@en ;
    skos:inScheme lexvo: ;
    skos:notation "pab"^^xsd:string ;
    skos:prefLabel "Parecís"@en .

<http://lexvo.org/id/iso639-3/pad> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "pad"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/paum1247> ;
    owl:sameAs <http://dbpedia.org/resource/Paumar%C3%AD_language>,
        <http://www.mpii.de/yago/resource/Paumar%C3%AD_language> ;
    skos:altLabel "Paumarí language"@en ;
    skos:definition "Paumarí (also Paumari, Purupuru, Kurukuru, Pamari, Purupurú, Pammari, Curucuru, Palmari) is an Arauan language spoken in Brazil by about 700 people. It is spoken by the Paumari Indians, who call their language “Pamoari”. The word “Pamoari” has several different meanings in the Paumarí language: ‘man,’ ‘people,’ ‘human being,’ and ‘client.’ These multiple meanings stem from their different relationships with outsiders; presumably it means ‘human being’ when they refer to themselves to someone of ostensibly equal status, and ‘client’ when referring to their people among river traders and Portuguese speakers."@en ;
    skos:inScheme lexvo: ;
    skos:notation "pad"^^xsd:string ;
    skos:prefLabel "Paumarieg"@br,
        "Paumarí"@en,
        "Idioma paumarí"@es,
        "Paumarí"@fr,
        "Паумариски јазик"@mk,
        "Lenga paumarí"@pms .

<http://lexvo.org/id/iso639-3/pal> a lvont:Language,
        skos:Concept ;
    lvont:isFocusOf <http://id.loc.gov/vocabulary/iso639-2/pal> ;
    lvont:iso6392BCode "pal"^^xsd:string ;
    lvont:iso6392TCode "pal"^^xsd:string ;
    lvont:iso639P3PCode "pal"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-2/pal> ;
    owl:sameAs <http://dbpedia.org/resource/Middle_Persian>,
        <http://psi.oasis-open.org/iso/639/#pal>,
        <http://www.lingvoj.org/lang/pal>,
        <http://www.mpii.de/yago/resource/Middle_Persian>,
        <info:lc/vocabulary/languages/pal> ;
    skos:altLabel "اللغة الفهلوية"@ar,
        "Pəhləvi dili"@az,
        "Pahlavi"@ca,
        "Střední perština"@cs,
        "Mittelpersische Sprache"@de,
        "Middle Persian"@en,
        "زبان پارسی میانه"@fa,
        "Keskipersian kieli"@fi,
        "Pehlevi"@fr,
        "Lingua pahlavi"@it,
        "팔레비어"@ko,
        "Język pahlawi"@pl,
        "Persa médio"@pt,
        "Среднеперсидский язык"@ru,
        "ภาษาเปอร์เซียกลาง"@th,
        "Pehlevi Dili"@tr ;
    skos:definition "Middle Persian , indigenously known as Pārsīg sometimes referred to as Pahlavi or Pehlevi, which was also the preferred writing system for other Middle Iranian languages. Other forms of written Middle Persian include Pazend, a system derived from Avestan that, unlike Pahlavi, indicated vowels and did not employ Aramaic logograms. The ISO 639 language code for Middle Persian is pal, which reflects the post-Sassanid-era use of the term Pahlavi to refer to the language and not only the script."@en ;
    skos:inScheme lexvo: ;
    skos:notation "pal"^^xsd:string ;
    skos:prefLabel "البهلوية"@ar,
        "بهلوى"@arz,
        "paxlavi dili"@az,
        "пехлевийски"@bg,
        "পাহ্লাভি"@bn,
        "pahlavi"@br,
        "पहलवी"@brx,
        "pahlavi"@bs,
        "пахлави"@bs-Cyrl,
        "pahlavi"@ca,
        "زمانی پاڵەوی"@ckb,
        "帕拉维文"@cmn,
        "巴列維文"@cmn-Hant,
        "pahlavština"@cs,
        "Pahlafi"@cy,
        "pahlavi"@da,
        "Mittelpersisch"@de,
        "Pehlewki"@diq,
        "Παχλάβι"@el,
        "Pahlavi"@en,
        "Mezpersa lingvo"@eo,
        "pahlavi"@es,
        "pahlavi"@et,
        "پهلوی"@fa,
        "pahlavi"@fi,
        "pahlavi"@fr,
        "Pahlavi"@gd,
        "Mittelpersisch"@gsw,
        "પહલવી"@gu,
        "פלאבי"@he,
        "पाह्लावी"@hi,
        "pahlavi"@hr,
        "pahlavi"@hu,
        "Պահլավերեն"@hy,
        "Pahlevi"@id,
        "palaví"@is,
        "pahlavi"@it,
        "パフラヴィー語"@ja,
        "ಪಹ್ಲವಿ"@kn,
        "팔라비어"@ko,
        "پَہلَوی"@ks,
        "Lingua Persica media"@la,
        "ພາລາວີ"@lo,
        "pahlavi"@lt,
        "pehlevi"@lv,
        "Кучкаперсиень кяль"@mdf,
        "палависки"@mk,
        "പാഹ്ലവി"@ml,
        "पहलवी"@mr,
        "Paħlavi"@mt,
        "pahlavi"@nb,
        "Pahlavi"@nl,
        "pahlavi"@nn,
        "Middelpersisk"@no,
        "ପାହ୍ଲାଭି"@or,
        "Пехлевиаг æвзаг"@os,
        "pahlavi"@pl,
        "پهلوي ژبه"@ps,
        "pálavi"@pt,
        "pahlavi"@rm,
        "pahlavi"@ro,
        "пехлевийский"@ru,
        "pahlaví"@sk,
        "Пахлави"@sr,
        "Pahlavi"@sr-Latn,
        "medelpersiska"@sv,
        "பாஹ்லவி"@ta,
        "పహ్లావి"@te,
        "Порсии миёна"@tg,
        "ปะห์ลาวี"@th,
        "lea fakapālavi"@to,
        "Orta Farsça"@tr,
        "пехлеві"@uk,
        "Tiếng Pahlavi"@vi,
        "中古波斯语"@zh .

<http://lexvo.org/id/iso639-3/pao> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "pao"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/nort2954> ;
    owl:sameAs <http://dbpedia.org/resource/Northern_Paiute_language>,
        <http://www.mpii.de/yago/resource/Northern_Paiute_language> ;
    skos:altLabel "Northern Paiute language"@en,
        "Paiute, Northern"@en ;
    skos:definition "Northern Paiute (; also known as Numu and Paviotso) is a Western Numic language of the Uto-Aztecan family, which according to Marianne Mithun had around 500 fluent speakers in 1994. Ethnologue reported the number of speakers in 1999 as 1,631. It is closely related to the Mono language."@en ;
    skos:inScheme lexvo: ;
    skos:notation "pao"^^xsd:string ;
    skos:prefLabel "Northern Paiute"@en,
        "Paiute du Nord"@fr,
        "Северный паюте"@ru .

<http://lexvo.org/id/iso639-3/par> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "par"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/pana1305> ;
    owl:sameAs <http://dbpedia.org/resource/Timbisha_language>,
        <http://www.mpii.de/yago/resource/Timbisha_language> ;
    skos:altLabel "Timbisha"@en,
        "Timbisha language"@en ;
    skos:definition "The Timbisha language (also called Panamint and spelled Tümpisa) is the language of the Native American people who have inhabited the region in and around Death Valley, California and the southern Owens Valley since late prehistoric times. There are a few elderly individuals who can speak the language in California and Nevada, but none are monolingual and all use English regularly in their daily lives. Until the last decade of the twentieth century, the people called themselves and their language \"Shoshone\". The tribe then achieved Federal recognition under the name Death Valley Timbisha Shoshone Band of California. This is an Anglicized spelling of the native name of Death Valley, tümpisa, pronounced , which means \"rock paint\" and refers to the rich sources of red ochre in the valley. Timbisha is also the language of the so-called \"Shoshone\" groups at Bishop, Big Pine, Darwin, Independence, and Lone Pine communities in California and the Beatty community in Nevada. It was also the language spoken at the former Indian Ranch reservation in Panamint Valley."@en ;
    skos:inScheme lexvo: ;
    skos:notation "par"^^xsd:string ;
    skos:prefLabel "Timbicheg"@br,
        "Panamint"@en,
        "Idioma timbisha"@es,
        "Timbisha"@fr,
        "Lenga panamint"@pms,
        "Тимбиша"@ru .

<http://lexvo.org/id/iso639-3/pav> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "pav"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/wari1268> ;
    owl:sameAs <http://dbpedia.org/resource/Wari%E2%80%99_language>,
        <http://www.mpii.de/yago/resource/Wari%E2%80%99_language> ;
    skos:altLabel "Wari’ language"@en ;
    skos:definition "The Wari’ language (also Orowari, Wari, Pacaá Novo, Pacaás Novos, Pakaa Nova, Pakaásnovos) is the sole remaining vibrant language of the Chapacuran language family of the Brazilian–Bolivian border region of the Amazon. It has about 1300–1800 speakers, also called Wari’."@en ;
    skos:inScheme lexvo: ;
    skos:notation "pav"^^xsd:string ;
    skos:prefLabel "Pakaásnovos"@en,
        "Wari"@fr,
        "Pakaásnovos jezik"@hr .

<http://lexvo.org/id/iso639-3/paw> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "paw"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/pawn1254> ;
    owl:sameAs <http://dbpedia.org/resource/Pawnee_language>,
        <http://www.mpii.de/yago/resource/Pawnee_language> ;
    skos:altLabel "Pawnee language"@en ;
    skos:definition "The Pawnee language is a Caddoan language spoken by some Pawnee Native Americans now located in north central Oklahoma. Their traditional historic lands were along the Platte River in what is now Nebraska. Once the language of thousands of Pawnees, today Pawnee is spoken by a shrinking number of elderly speakers. As more young people learn English as their first language, the status of Pawnee declines towards extinction."@en ;
    skos:inScheme lexvo: ;
    skos:notation "paw"^^xsd:string ;
    skos:prefLabel "Pawnieg"@br,
        "Pawnee"@en,
        "Pawnee"@fr,
        "Пауни"@ru .

<http://lexvo.org/id/iso639-3/pay> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "pay"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/pech1241> ;
    owl:sameAs <http://dbpedia.org/resource/Paya_language>,
        <http://www.mpii.de/yago/resource/Paya_language> ;
    skos:altLabel "Paya language"@en ;
    skos:definition "Paya or Pech is a Chibchan language spoken in Honduras. According to Ethnologue there were only 990 speakers in 1993. It is also known as Seco or Bayano. Specifically, it is spoken near the north central coast of Honduras, in Municipio Dulce Nombre de Culmí, of the Olancho Department."@en ;
    skos:inScheme lexvo: ;
    skos:notation "pay"^^xsd:string ;
    skos:prefLabel "Pech"@en .

<http://lexvo.org/id/iso639-3/pbb> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "pbb"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/paez1247> ;
    owl:sameAs <http://dbpedia.org/resource/P%C3%A1ez_language>,
        <http://www.mpii.de/yago/resource/P%C3%A1ez_language> ;
    skos:altLabel "Páez language"@en ;
    skos:definition "Páez (also Paez, Páes, Paes, Paisa, autonym: Nasa Yuwe, which is becoming increasingly used) is a language isolate of Colombia spoken by Páez people in the central Andes region near Popayán. The Ethnologue estimates about 71,400 to 83,300 speakers(2000 SIL), among which are counted 35,700 to 41,650 monolinguals of an ethnic population of 122,638."@en ;
    skos:inScheme lexvo: ;
    skos:notation "pbb"^^xsd:string ;
    skos:prefLabel "Nasaeg"@br,
        "Paez"@de,
        "Páez"@en,
        "Idioma paez"@es,
        "Páez"@fr,
        "Paes"@no,
        "Lenga páez"@pms,
        "Nasa simi"@qu,
        "Паэс"@ru .

<http://lexvo.org/id/iso639-3/pbh> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "pbh"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/enap1235> ;
    owl:sameAs <http://dbpedia.org/resource/Panare_language>,
        <http://www.mpii.de/yago/resource/Panare_language> ;
    skos:altLabel "E'ñapa Woromaipu"@en ;
    skos:definition "Panare is a Cariban language, spoken by approximately 3,000–4,000 people in Bolivar State in southern Venezuela. Their main area is South of the town of Caicara del Orinoco, south of the Orinoco River. There are several subdialects of the language. The autonym for this language and people is eñapa, which has various senses depending on context, including people, indigenous-people, and Panare-people. It is unusual in having object–verb–agent as one of its main word orders, the other being the more common agent–verb–object. It also displays the typologically \"uncommon\" property of an ergative–absolutive alignment in the present and a nominative–accusative alignment in the past."@en ;
    skos:inScheme lexvo: ;
    skos:notation "pbh"^^xsd:string ;
    skos:prefLabel "Panareg"@br,
        "Panare language"@en,
        "Panara lingvo"@eo,
        "Idioma panare"@es,
        "E'ñepa"@fr,
        "Panare"@is,
        "Панаре"@ru .

<http://lexvo.org/id/iso639-3/pbi> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "pbi"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/park1239> ;
    owl:sameAs <http://dbpedia.org/resource/Parkwa_language>,
        <http://www.mpii.de/yago/resource/Parkwa_language> ;
    skos:altLabel "Parkwa language"@en ;
    skos:definition "Parkwa, also Podoko, is an Afro-Asiatic language of Cameroon."@en ;
    skos:inScheme lexvo: ;
    skos:notation "pbi"^^xsd:string ;
    skos:prefLabel "Parkwa"@en,
        "Kiparkwa"@sw .

<http://lexvo.org/id/iso639-3/pbr> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "pbr"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/pang1287> ;
    owl:sameAs <http://dbpedia.org/resource/Pangwa_language>,
        <http://www.mpii.de/yago/resource/Pangwa_language> ;
    skos:altLabel "Pangwa language"@en ;
    skos:definition "The Pangwa are an ethnic and linguistic group based in the Livingstone Mountains on the eastern shore of Lake Malawi, in the Ludewa District of Iringa Region in southern Tanzania. In 2002 the Pangwa population was estimated to number 95,000 . The Pangwa language is a member of the Niger–Congo family."@en ;
    skos:inScheme lexvo: ;
    skos:notation "pbr"^^xsd:string ;
    skos:prefLabel "Pangwa"@en,
        "Pangvaoj"@eo,
        "Wapangwa"@sw,
        "Пангва"@uk .

<http://lexvo.org/id/iso639-3/pcc> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "pcc"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/bouy1240> ;
    owl:sameAs <http://dbpedia.org/resource/Bouyei_language>,
        <http://www.mpii.de/yago/resource/Bouyei_language> ;
    skos:altLabel "Bouyei language"@en ;
    skos:definition "The Bouyei language (autonym: Haausqyaix also spelled Buyi, Buyei, or Puyi; , ), is a language spoken by the Bouyei ethnic group of southern Guizhou Province in mainland China. Classified as a member of the Northern Tai group in the Tai languages branch of the Tai–Kadai language family, the language has over 2.5 million native speakers and is also used by the Giay people in some parts of Vietnam. There are native speakers living in France or the United States as well, which immigrated from China or Vietnam. About 98% of the native speakers are in China. * Libo Buyi Han Ying cihui =: Libo Buyi-Chinese-English glossary (Language data 18) by Yu Jiongbiao, Wil Snyder (1995). Summer Institute of Linguistics, 278 p. ISBN 1556710143. *"@en ;
    skos:inScheme lexvo: ;
    skos:notation "pcc"^^xsd:string ;
    skos:prefLabel "Bouyei"@de,
        "Bouyei"@en,
        "Bouyei"@fr,
        "プイ語"@ja,
        "Język buyei"@pl,
        "Lenga bouyei"@pms,
        "ภาษาปู้อี"@th,
        "布依语"@zh .

<http://lexvo.org/id/iso639-3/pci> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "pci"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/duru1236> ;
    owl:sameAs <http://dbpedia.org/resource/Duruwa_language>,
        <http://www.mpii.de/yago/resource/Duruwa_language> ;
    skos:altLabel "Duruwa language"@en ;
    skos:definition "Duruwa language (Devanagari:दुरुवा ), also called, Parji is a Central Dravidian language spoken by the ‘Dhurwa’ tribe, a Scheduled tribe people of India, in the districts of Koraput and Bastar in Chhattisgarh State. The language is related to Ollari and Kolami which is also spoken by the other tribes in the neighbouring regions."@en ;
    skos:inScheme lexvo: ;
    skos:notation "pci"^^xsd:string ;
    skos:prefLabel "Duruwa"@en,
        "துருவா மொழி"@ta .

<http://lexvo.org/id/iso639-3/pck> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "pck"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/pait1244> ;
    owl:sameAs <http://dbpedia.org/resource/Paite_language>,
        <http://www.mpii.de/yago/resource/Paite_language> ;
    skos:altLabel "Chin, Paite"@en,
        "Paite language"@en ;
    skos:definition "Paite, or Paite Chin, is a Zomi language of India and Burma."@en ;
    skos:inScheme lexvo: ;
    skos:notation "pck"^^xsd:string ;
    skos:prefLabel "Paite Chin"@en .

<http://lexvo.org/id/iso639-3/peb> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "peb"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/east2545> ;
    owl:sameAs <http://dbpedia.org/resource/Eastern_Pomo_language>,
        <http://www.mpii.de/yago/resource/Eastern_Pomo_language> ;
    skos:altLabel "Eastern Pomo language"@en,
        "Pomo, Eastern"@en ;
    skos:definition "Eastern Pomo (also Clear Lake Pomo or Elem Pomo"@en ;
    skos:inScheme lexvo: ;
    skos:notation "peb"^^xsd:string ;
    skos:prefLabel "Eastern Pomo"@en,
        "Pomo oriental"@fr,
        "Oostelijk Pomo"@nl .

<http://lexvo.org/id/iso639-3/peg> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "peg"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/peng1244> ;
    owl:sameAs <http://dbpedia.org/resource/Pengo_language>,
        <http://www.mpii.de/yago/resource/Pengo_language> ;
    skos:altLabel "Pengo language"@en ;
    skos:definition "Pengo (also Pengu; Hengo; Hengo Poraja; Jani; Muddali; Paraja; Pango; Pengua; Pango Paraja; Pengo (in French); Pengo (in Spanish)) is a South-Central-Dravidian language spoken in Orissa."@en ;
    skos:inScheme lexvo: ;
    skos:notation "peg"^^xsd:string ;
    skos:prefLabel "Pengo"@en .

<http://lexvo.org/id/iso639-3/peh> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "peh"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/bona1250> ;
    owl:sameAs <http://dbpedia.org/resource/Bonan_language>,
        <http://www.mpii.de/yago/resource/Bonan_language> ;
    skos:altLabel "Bonan language"@en ;
    skos:definition "The Bonan language (pronounced , Baonang) (Chinese 保安语 Bǎoān) is the Mongolic language of the Bonan people of China. As of 1985, it was spoken by about 8,000 people, including about 75% of the total Baonan ethnic population and many ethnic Monguor, in Gansu and Qinghai Provinces and the Ningxia Hui Autonomous Prefecture. There are several dialects, which are influenced to varying degrees—but always heavily—by Tibetan and Chinese. The most commonly studied is the Tongren dialect. There is no writing system in use."@en ;
    skos:inScheme lexvo: ;
    skos:notation "peh"^^xsd:string ;
    skos:prefLabel "Bonan"@en,
        "Baoanin kieli"@fi,
        "Bonan"@fr,
        "Бонански јазик"@mk,
        "Lenga bonan"@pms,
        "Баоаньский язык"@ru,
        "保安语"@zh .

<http://lexvo.org/id/iso639-3/pei> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "pei"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/chic1272> ;
    owl:sameAs <http://dbpedia.org/resource/Chichimeca_Jonaz_language>,
        <http://www.mpii.de/yago/resource/Chichimeca_Jonaz_language> ;
    skos:altLabel "Chichimeca Jonaz language"@en ;
    skos:definition "Chichimeca or Chichimeca Jonaz is an indigenous language of Mexico spoken by around 200 Chichimeca Jonaz people in Misión de Chichimecas near San Luis de la Paz in the state of Guanajuato, Mexico. The Chichimeca Jonaz language belongs to the Oto-Pamean branch of the Oto-Manguean linguistic family. The Chichimecos self identify as úza and call their language eza'r."@en ;
    skos:inScheme lexvo: ;
    skos:notation "pei"^^xsd:string ;
    skos:prefLabel "Chichimeca-Jonaz"@en,
        "Idioma jonaz"@es,
        "Чичимека-хонас"@ru .

<http://lexvo.org/id/iso639-3/pej> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "pej"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/nort2966> ;
    owl:sameAs <http://dbpedia.org/resource/Northern_Pomo_language>,
        <http://www.mpii.de/yago/resource/Northern_Pomo_language> ;
    skos:altLabel "Northern Pomo language"@en,
        "Pomo, Northern"@en ;
    skos:definition "Northern Pomo is an extinct Pomoan language formerly spoken around Clear Lake in Lake County, California by the Habematolel Pomo of Upper Lake, one of the several Pomo peoples."@en ;
    skos:inScheme lexvo: ;
    skos:notation "pej"^^xsd:string ;
    skos:prefLabel "Northern Pomo"@en,
        "Pomo du Nord"@fr,
        "Lenga pomo setentrional"@pms .

<http://lexvo.org/id/iso639-3/peo> a lvont:Language,
        skos:Concept ;
    lvont:isFocusOf <http://id.loc.gov/vocabulary/iso639-2/peo> ;
    lvont:iso6392BCode "peo"^^xsd:string ;
    lvont:iso6392TCode "peo"^^xsd:string ;
    lvont:iso639P3PCode "peo"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-2/peo> ;
    owl:sameAs <http://dbpedia.org/resource/Old_Persian_language>,
        <http://psi.oasis-open.org/iso/639/#peo>,
        <http://www.lingvoj.org/lang/peo>,
        <http://www.mpii.de/yago/resource/Old_Persian_language>,
        <info:lc/vocabulary/languages/peo> ;
    skos:altLabel "Староперсийски език"@bg,
        "Stará perština"@cs,
        "Oldpersisk"@da,
        "Altpersische Sprache"@de,
        "Αρχαία περσική γλώσσα"@el,
        "Old Persian (ca. 600-400 B.C.)"@en,
        "Old Persian language"@en,
        "Persian, Old (ca. 600-400 B.C.)"@en,
        "Persian, Old (ca.600-400 B.C.)"@en,
        "زبان پارسی باستان"@fa,
        "Muinaispersian kieli"@fi,
        "persan ancien"@fr,
        "perse, vieux (ca. 600-400 av. J.-C.)"@fr,
        "Persia Kuno [kl.600-400 SM.]"@id,
        "Fornpersneska"@is,
        "Lingua persiana antica"@it,
        "Senpersu valoda"@lv,
        "Język staroperski"@pl,
        "Língua persa antiga"@pt,
        "Древнеперсидский язык"@ru,
        "Fornpersiska"@sv,
        "ภาษาเปอร์เซียโบราณ"@th ;
    skos:definition "The Old Persian language is one of the two directly attested Old Iranian languages (the other being Avestan). Old Persian appears primarily in the inscriptions, clay tablets, and seals of the Achaemenid era (c. 600 BCE to 300 BCE). Examples of Old Persian have been found in what is now present-day Iran, Iraq, Turkey and Egypt the most important attestation by far being the contents of the Behistun Inscription (dated to 525 BCE). Recent research into the vast Persepolis Fortification Archive at the Oriental Institute at the University of Chicago have unearthed Old Persian tablets (2007). This new text shows that the Old Persian language was a written language in use for practical recording and not only for royal display."@en ;
    skos:inScheme lexvo: ;
    skos:notation "peo"^^xsd:string ;
    skos:prefLabel "الفارسية القديمة"@ar,
        "qədimi farsca"@az,
        "стараперсідская"@be,
        "староперсийски"@bg,
        "প্রাচীন ফার্সি"@bn,
        "henberseg"@br,
        "पुरानी फ़ारसी"@brx,
        "staropersijski"@bs,
        "староперсијски"@bs-Cyrl,
        "persa antic"@ca,
        "زمانی فارسیی کۆن"@ckb,
        "古老波斯文"@cmn,
        "古波斯文"@cmn-Hant,
        "staroperština"@cs,
        "Hen Bersieg"@cy,
        "oldpersisk"@da,
        "Altpersisch"@de,
        "Αρχαία Περσικά"@el,
        "Old Persian"@en,
        "persa antiguo"@es,
        "vanapärsia"@et,
        "فارسی باستان"@fa,
        "muinaispersia"@fi,
        "Vieux-perse"@fr,
        "vieri persian"@fur,
        "Altpersisch"@gsw,
        "જૂની પર્શિયન"@gu,
        "פרסית עתיקה"@he,
        "पुरानी फारसी"@hi,
        "staroperzijski"@hr,
        "óperzsa"@hu,
        "Bahasa Persia Kuno"@id,
        "fornpersneska"@is,
        "persiano antico"@it,
        "古代ペルシア語"@ja,
        "ძველი სპარსული"@ka,
        "ಪ್ರಾಚೀನ ಪರ್ಶಿಯನ್"@kn,
        "고대 페르시아어"@ko,
        "پرون فارسی"@ks,
        "Lingua Persica antiqua"@la,
        "ເປີເຊຍໂບຮານ"@lo,
        "senoji persų"@lt,
        "senpersu"@lv,
        "Сире персиень"@mdf,
        "стар персиски"@mk,
        "പ്രാചീന പേർഷ്യൻ"@ml,
        "पुरातन फारसी"@mr,
        "Bahasa Parsi kuno"@ms,
        "Persjan Antik"@mt,
        "ပါရှန် အဟောင်း"@my,
        "gammelpersisk"@nb,
        "Oudperzisch"@nl,
        "gammalpersisk"@nn,
        "Gammelpersisk"@no,
        "ପୁରୁଣା ପର୍ସିଆନ୍"@or,
        "staroperski"@pl,
        "لرغونې پاړسي"@ps,
        "persa arcaico"@pt,
        "persian vegl"@rm,
        "persană veche"@ro,
        "староперсидский"@ru,
        "stará perzština"@sk,
        "stara perzijščina"@sl,
        "Староперсијски"@sr,
        "Staropersijski"@sr-Latn,
        "fornpersiska"@sv,
        "Kiajemi cha Kale"@swh,
        "பழைய பெர்ஷியன்"@ta,
        "ప్రాచీన పర్షియన్"@te,
        "เปอร์เซียโบราณ"@th,
        "Eski Farsça"@tr,
        "давньоперська"@uk,
        "Tiếng Ba Tư cổ"@vi,
        "古波斯語"@zh .

<http://lexvo.org/id/iso639-3/phn> a lvont:Language,
        skos:Concept ;
    lvont:isFocusOf <http://id.loc.gov/vocabulary/iso639-2/phn> ;
    lvont:iso6392BCode "phn"^^xsd:string ;
    lvont:iso6392TCode "phn"^^xsd:string ;
    lvont:iso639P3PCode "phn"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-2/phn> ;
    owl:sameAs <http://dbpedia.org/resource/Phoenician_language>,
        <http://psi.oasis-open.org/iso/639/#phn>,
        <http://www.lingvoj.org/lang/phn>,
        <http://www.mpii.de/yago/resource/Phoenician_language>,
        <info:lc/vocabulary/languages/phn> ;
    skos:altLabel "لغة فينيقية"@ar,
        "Финикийски език"@bg,
        "Fenikianeg"@br,
        "Llengua fenícia"@ca,
        "Féničtina"@cs,
        "Phönizisch-punische Sprache"@de,
        "Phoenician language"@en,
        "Idioma fenicio"@es,
        "Foiniikia keel"@et,
        "Foinikian kieli"@fi,
        "Phénicien"@fr,
        "फोनेसियन भाषा"@hi,
        "Fenički jezik"@hr,
        "Föníciai nyelv"@hu,
        "Lingua fenicia"@it,
        "Феникиски јазик"@mk,
        "Foenicisch"@nl,
        "Język fenicki"@pl,
        "Língua fenícia"@pt,
        "Limba feniciană"@ro,
        "Финикийский язык"@ru,
        "Feniciska"@sv,
        "பொனீசிய மொழி"@ta,
        "ภาษาฟินิเชีย"@th,
        "Fenike dili"@tr,
        "фінікійсько-пунічна"@uk ;
    skos:definition "Phoenician was a language originally spoken in the coastal (Mediterranean) region then called \"Canaan\" in Phoenician, Arabic, Hebrew, and Aramaic, \"Phoenicia\" in Greek and Latin, and \"Pūt\" in Ancient Egyptian. Phoenician is a Semitic language of the Canaanite subgroup; its closest living relative is Hebrew, to which it is very similar; then Aramaic, then Arabic. The area where Phoenician was spoken includes modern-day Lebanon, coastal Syria, Palestine, northern Israel (as well as parts of Cyprus – along with Greek – and, at least as a prestige language, in some adjacent areas of Anatolia ). It was also spoken in the area of Phoenician colonization along the coasts of the South-Western Mediterranean, including, notably, those of modern Tunisia and Algeria, as well as Malta, the west of Sicily, Sardinia, Corsica and southernmost Spain."@en ;
    skos:inScheme lexvo: ;
    skos:notation "phn"^^xsd:string ;
    skos:prefLabel "Fenisies"@af,
        "Idioma fenicio"@an,
        "الفينيقية"@ar,
        "foyenik dili"@az,
        "фінікійская"@be,
        "финикийски"@bg,
        "Bahasa Pinisia"@bjn,
        "ফোনিশীয়ান"@bn,
        "fenikianeg"@br,
        "फीनीसी"@brx,
        "feničanski"@bs,
        "феничански"@bs-Cyrl,
        "fenici"@ca,
        "腓尼基文"@cmn,
        "腓尼基文"@cmn-Hant,
        "féničtina"@cs,
        "Phoeniceg"@cy,
        "fønikisk"@da,
        "Phönikisch"@de,
        "Feniki"@diq,
        "Φοινικικά"@el,
        "Phoenician"@en,
        "Fenica lingvo"@eo,
        "fenicio"@es,
        "foiniikia"@et,
        "فنیقی"@fa,
        "foinikia"@fi,
        "phénicien"@fr,
        "Lingua fenicia"@gl,
        "Phönikisch"@gsw,
        "ફોનિશિયન"@gu,
        "פניקית"@he,
        "फोएनिशियन"@hi,
        "fenički"@hr,
        "főniciai"@hu,
        "Funisia"@id,
        "fönikíska"@is,
        "fenicio"@it,
        "フェニキア語"@ja,
        "ფინიკიური ენა"@ka,
        "ಫೀನಿಷಿಯನ್"@kn,
        "페니키아어"@ko,
        "فونیٖشیَن"@ks,
        "Fenicek"@kw,
        "Lingua Phoenicia"@la,
        "ຟີນີເຊຍ"@lo,
        "finikiečių"@lt,
        "feniķiešu"@lv,
        "феникиски"@mk,
        "ഫീനിഷ്യൻ"@ml,
        "फोनिशियन"@mr,
        "Bahasa Phoenicia"@ms,
        "Feniċju"@mt,
        "fønikisk"@nb,
        "Fenicisch"@nl,
        "fønikisk"@nn,
        "Fønikisk"@no,
        "ଫୋନେସିଆନ୍"@or,
        "fenicki"@pl,
        "fenício"@pt,
        "fenizian"@rm,
        "feniciană"@ro,
        "финикийский"@ru,
        "Fenički jezik"@sh,
        "feničtina"@sk,
        "feničanščina"@sl,
        "Феничански"@sr,
        "Feničanski"@sr-Latn,
        "feniciska"@sv,
        "Kifinisia"@sw,
        "ஃபொனிஷியன்"@ta,
        "ఫోనికన్"@te,
        "ฟินิเชีย"@th,
        "Fenike Dili"@tr,
        "Фінікійська мова"@uk,
        "Tiếng Phoenicia"@vi,
        "腓尼基语"@zh .

<http://lexvo.org/id/iso639-3/pia> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "pia"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/pima1248> ;
    owl:sameAs <http://dbpedia.org/resource/Pima_Bajo_language>,
        <http://www.mpii.de/yago/resource/Pima_Bajo_language> ;
    skos:altLabel "Pima Bajo language"@en ;
    skos:definition "Pima Bajo (Mountain Pima, Lowland Pima, Nevome) is a Mexican indigenous language of the Piman branch of the Uto-Aztecan language family, spoken by around 1000 speakers in northern Mexico. The language is called Oob Nook by its speakers. The closest related languages are the O'odham (Pima and Papago) and the Tepehuán languages."@en ;
    skos:inScheme lexvo: ;
    skos:notation "pia"^^xsd:string ;
    skos:prefLabel "Pima Bajo"@en,
        "Idioma nevome"@es,
        "Pima bajo"@fr .

<http://lexvo.org/id/iso639-3/pib> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "pib"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/yine1238> ;
    owl:sameAs <http://dbpedia.org/resource/Yine_language>,
        <http://www.mpii.de/yago/resource/Yine_language> ;
    skos:altLabel "Yine language"@en ;
    skos:definition "Yine (Chontaquiro, Simiranch) is a Maipurean language spoken in Brazil and Peru. Formerly referred to as Piro, it belongs to the Piro group which also includes Iñapari(†), Kanamaré(†), and Apurinã. The name Mashco has sometimes been incorrectly applied to the Yine. The Manchineri who live in Brazil (Acre) and reportedly also in Bolivia speak a language that is very similar to Yine."@en ;
    skos:inScheme lexvo: ;
    skos:notation "pib"^^xsd:string ;
    skos:prefLabel "Yine"@en,
        "Idioma yine"@es,
        "Yine"@fr,
        "Lenga yine"@pms,
        "Yine simi"@qu .

<http://lexvo.org/id/iso639-3/pif> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "pif"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/ping1243> ;
    owl:sameAs <http://dbpedia.org/resource/Pingelapese_language>,
        <http://www.mpii.de/yago/resource/Pingelapese_language> ;
    skos:altLabel "Pingelapese language"@en ;
    skos:definition "Pingelapese is a Micronesian language spoken on the Pingelap atoll."@en ;
    skos:inScheme lexvo: ;
    skos:notation "pif"^^xsd:string ;
    skos:prefLabel "Pingelapische Sprache"@de,
        "Pingelapese"@en,
        "Pingelapin kieli"@fi,
        "Pingelap"@fr,
        "Pingelapese"@it,
        "Lenga Pingelapese"@pms .

<http://lexvo.org/id/iso639-3/pim> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "pim"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/powh1243> ;
    owl:sameAs <http://dbpedia.org/resource/Powhatan_language>,
        <http://www.mpii.de/yago/resource/Powhatan_language> ;
    skos:altLabel "Powhatan language"@en ;
    skos:definition "Powhatan or Virginia Algonquian is an extinct language belonging to the Eastern Algonquian subgroup of the Algonquian languages. It was spoken by the Powhatan people of tidewater Virginia. It became extinct around the 1790s after speakers switched to English. The sole documentary evidence for this language is two short wordlists recorded around the time of first European contact. William Strachey recorded about 500 words and Captain John Smith recorded only about 50 words. Smith also reported the existence of a pidgin form of Powhatan, but virtually nothing is known of it. Strachey’s material was collected sometime between 1610 and 1611, and probably written up from his notes in 1612 and 1613, after he had returned to England. It was never published in his lifetime, although he made a second copy in 1618. The second copy was published in 1849, and the first in 1955. Smith’s material was collected between 1607 and 1609 and published in 1612 and again in 1624. There is no indication of the location where he collected his material. In 1975, the Algonquianist Siebert published a book length study proclaiming the \"reconstitution\" of the phonology of the language."@en ;
    skos:inScheme lexvo: ;
    skos:notation "pim"^^xsd:string ;
    skos:prefLabel "Powhatan"@en,
        "Powhatan"@fr,
        "Powhatan-språket"@nn,
        "Lenga powhatan"@pms .

<http://lexvo.org/id/iso639-3/pio> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "pio"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/piap1246> ;
    owl:sameAs <http://dbpedia.org/resource/Piapoco_language>,
        <http://www.mpii.de/yago/resource/Piapoco_language> ;
    skos:altLabel "Piapoco language"@en ;
    skos:definition "Piapoco is an Arawakan language of Colombia and Venezuela."@en ;
    skos:inScheme lexvo: ;
    skos:notation "pio"^^xsd:string ;
    skos:prefLabel "Piapoco"@en,
        "Piapoco"@fr,
        "Lenga piapoco"@pms .

<http://lexvo.org/id/iso639-3/pip> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "pip"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/pero1241> ;
    owl:sameAs <http://dbpedia.org/resource/Pero_language>,
        <http://www.mpii.de/yago/resource/Pero_language> ;
    skos:altLabel "Pero language"@en ;
    skos:definition "Pero, also known as Filaya, is a West Chadic language of Nigeria."@en ;
    skos:inScheme lexvo: ;
    skos:notation "pip"^^xsd:string ;
    skos:prefLabel "Pero"@en .

<http://lexvo.org/id/iso639-3/pit> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "pit"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/pitt1247> ;
    owl:sameAs <http://dbpedia.org/resource/Pitta_Pitta_language>,
        <http://www.mpii.de/yago/resource/Pitta_Pitta_language> ;
    skos:altLabel "Pitta Pitta language"@en ;
    skos:definition "Pitta Pitta (also known under several other spellings) is an extinct Australian Aboriginal language. It was spoken around Boulia, Queensland."@en ;
    skos:inScheme lexvo: ;
    skos:notation "pit"^^xsd:string ;
    skos:prefLabel "Pitta Pitta"@en,
        "Pitta pitta"@sv .

<http://lexvo.org/id/iso639-3/piu> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "piu"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/pint1250> ;
    owl:sameAs <http://dbpedia.org/resource/Pintupi_language>,
        <http://www.mpii.de/yago/resource/Pintupi_language> ;
    skos:altLabel "Pintupi language"@en ;
    skos:definition "Pintupi is an indigenous Australian language. It is one of the Wati languages of the large Southwest branch of the Pama–Nyungan family. It is one of the varieties of the Western Desert Language (WDL)."@en ;
    skos:inScheme lexvo: ;
    skos:notation "piu"^^xsd:string ;
    skos:prefLabel "Pintupi-Luritja"@en,
        "Pintupi-luritja"@eo,
        "Pintupi"@fr,
        "Lingua pintupi"@gl,
        "Lenga pintupi-luritja"@pms,
        "Pintupi"@pt,
        "Пинтуби"@ru,
        "Pintupi-luritja"@sv .

<http://lexvo.org/id/iso639-3/piv> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "piv"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/pile1238> ;
    owl:sameAs <http://dbpedia.org/resource/Vaeakau-Taumako>,
        <http://www.mpii.de/yago/resource/Vaeakau-Taumako> ;
    skos:altLabel "Vaeakau-Taumako"@en ;
    skos:definition "Vaeakau-Taumako (formerly known as Pileni) is a Polynesian language spoken in some of the Reef Islands as well as in the Taumako Islands (also known as the Duff Islands) in the Temotu province of the Solomon Islands."@en ;
    skos:inScheme lexvo: ;
    skos:notation "piv"^^xsd:string ;
    skos:prefLabel "Pileni"@en,
        "Pileni"@fr,
        "Bahasa Pileni"@id,
        "Пилени"@ru .

<http://lexvo.org/id/iso639-3/pjt> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "pjt"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/pitj1243> ;
    owl:sameAs <http://dbpedia.org/resource/Pitjantjatjara_language>,
        <http://www.mpii.de/yago/resource/Pitjantjatjara_language> ;
    skos:altLabel "Pitjantjatjara language"@en ;
    skos:definition "Pitjantjatjara is a dialect of the Western Desert Language traditionally spoken by the Pitjantjatjara people of Central Australia. It is mutually intelligible with other varieties of the Western Desert language and is particularly closely related to Yankunytjatjara language. Features distinctive to Pitjantjatjara include -pa endings on words that would otherwise end with consonants, a preference to not have y at the start of most words, and the use of pitjantja to mean coming/going (as opposed to yankunytja in Yankunytjatjara). This last distinction is how the language gets its name."@en ;
    skos:inScheme lexvo: ;
    skos:notation "pjt"^^xsd:string ;
    skos:prefLabel "Pitjantjatjara"@en,
        "Pitjantjatjara lingvo"@eo,
        "피짠짜짜라어"@ko,
        "Pitjantjatjara"@sv .

<http://lexvo.org/id/iso639-3/pkn> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "pkn"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/paka1251> ;
    owl:sameAs <http://dbpedia.org/resource/Pakanha_language>,
        <http://www.mpii.de/yago/resource/Pakanha_language> ;
    skos:altLabel "Pakanha language"@en ;
    skos:definition "Pakanha, or Bakanha, is a nearly extinct Paman language spoken on the Cape York Peninsula of Queensland, Australia. As of 1981, there were 10 speakers of the language, originally spoken by the aboriginal Pakanha people in the central part of the Cape York Peninsula."@en ;
    skos:inScheme lexvo: ;
    skos:notation "pkn"^^xsd:string ;
    skos:prefLabel "Pakanha"@en .

<http://lexvo.org/id/iso639-3/pko> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "pko"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/poko1263> ;
    owl:sameAs <http://dbpedia.org/resource/P%C3%B6koot_language>,
        <http://www.mpii.de/yago/resource/P%C3%B6koot_language> ;
    skos:altLabel "Pökoot language"@en ;
    skos:definition "Pökoot (also known as Pokot, Päkot, Pökot and in older literature as Suk) is a language spoken in western Kenya and eastern Uganda by the Pokot people. Pökoot is classified as the Northern branch of the Kalenjin languages found in Kenya, Uganda and Tanzania. The Pökoot are usually called Kimukon by the other Kalenjin peoples. A 1994 figure of SIL puts the total number of speakers at 264 000, while the only little more recent Schladt (1997:40) gives the more conservative estimate of 150 000 people, presumably based on the figures found in Rottland (1982:26) who puts the number at slightly more than 115 000."@en ;
    skos:inScheme lexvo: ;
    skos:notation "pko"^^xsd:string ;
    skos:prefLabel "Peukouteg"@br,
        "Pökoot"@de,
        "Pökoot"@en,
        "Lenga Pökoot"@pms,
        "Kipokoot"@sw .

<http://lexvo.org/id/iso639-3/plg> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "plg"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/pila1245> ;
    owl:sameAs <http://dbpedia.org/resource/Pilag%C3%A1_language>,
        <http://www.mpii.de/yago/resource/Pilag%C3%A1_language> ;
    skos:altLabel "Pilagá language"@en ;
    skos:definition "Pilagá is a language spoken by 6,000 people in the Bermejo and Pilcomayo River valleys, western Formosa Province."@en ;
    skos:inScheme lexvo: ;
    skos:notation "plg"^^xsd:string ;
    skos:prefLabel "Pilagá"@en,
        "Pilaga"@es,
        "Pilagá"@fr,
        "Lenga pilagá"@pms .

<http://lexvo.org/id/iso639-3/plo> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "plo"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/olut1240> ;
    owl:sameAs <http://dbpedia.org/resource/Oluta_Popoluca>,
        <http://www.mpii.de/yago/resource/Oluta_Popoluca> ;
    skos:altLabel "Popoluca, Oluta"@en ;
    skos:definition "Oluta Popoluca also called Olutec is a moribund Mixe–Zoquean language of the Mixean branch spoken by a few elderly people in the town of Oluta in Southern Veracruz, Mexico."@en ;
    skos:inScheme lexvo: ;
    skos:notation "plo"^^xsd:string ;
    skos:prefLabel "Oluta Popoluca"@en .

<http://lexvo.org/id/iso639-3/plu> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "plu"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/pali1279> ;
    owl:sameAs <http://dbpedia.org/resource/Palik%C3%BAr_language>,
        <http://www.mpii.de/yago/resource/Palik%C3%BAr_language> ;
    skos:altLabel "Palikúr language"@en ;
    skos:definition "Palikúr is an Arawakan language of Brazil and French Guiana."@en ;
    skos:inScheme lexvo: ;
    skos:notation "plu"^^xsd:string ;
    skos:prefLabel "Palikúr"@en,
        "Palikur"@fr .

<http://lexvo.org/id/iso639-3/pma> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "pma"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/paam1238> ;
    owl:sameAs <http://dbpedia.org/resource/Paama_language>,
        <http://www.mpii.de/yago/resource/Paama_language> ;
    skos:altLabel "Paama language"@en ;
    skos:definition "The Paama language is the language of the island of Paama in Northern Vanuatu. There is no indigenous term for the language; however linguists have adopted the term Paamese to refer to it. Both a grammar and a dictionary of Paamese have been produced by Terry Crowley."@en ;
    skos:inScheme lexvo: ;
    skos:notation "pma"^^xsd:string ;
    skos:prefLabel "Paama"@en,
        "Paaman kieli"@fi,
        "Paama"@fr,
        "Lenga Paama"@pms .

<http://lexvo.org/id/iso639-3/pmt> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "pmt"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/tuam1242> ;
    owl:sameAs <http://dbpedia.org/resource/Tuamotuan_language>,
        <http://www.mpii.de/yago/resource/Tuamotuan_language> ;
    skos:altLabel "Tuamotuan language"@en ;
    skos:definition "The Tuamotuan language or Paumotuan (Paumotuan: Re‘o Pa‘umotu or Reko Pa‘umotu ) is a Tahitic language spoken by about 6700 people in the Tuamotu Islands with an additional 2000 speakers in Tahiti. It has seven dialects or linguistic areas covering Parata, Vahitu, Maraga, Fagatau, Tapuhoe, Napuka and Mihiro."@en ;
    skos:inScheme lexvo: ;
    skos:notation "pmt"^^xsd:string ;
    skos:prefLabel "Tuamotuische Sprache"@de,
        "Tuamotuan"@en,
        "Tuamotun kieli"@fi,
        "Paumotu"@fr,
        "Туамотуански јазик"@mk,
        "Język tuamotu"@pl,
        "Lenga Tuamotuan"@pms,
        "Туамоту"@ru,
        "Reo Pa’umotu"@ty .

<http://lexvo.org/id/iso639-3/pmw> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "pmw"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/plai1259> ;
    owl:sameAs <http://dbpedia.org/resource/Plains_Miwok_language>,
        <http://www.mpii.de/yago/resource/Plains_Miwok_language> ;
    skos:altLabel "Miwok, Plains"@en,
        "Plains Miwok language"@en ;
    skos:definition "Plains Miwok, also known as Valley Miwok, was one of the Miwok languages spoken in eastern California by the Plains Miwok people. It was spoken in the deltas of the San Joaquin and Cosumnes rivers. Plains Miwok was once one of the most populous Miwok languages. All of the population has shifted to English."@en ;
    skos:inScheme lexvo: ;
    skos:notation "pmw"^^xsd:string ;
    skos:prefLabel "Plains Miwok"@en .

<http://lexvo.org/id/iso639-3/png> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "png"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/pong1250> ;
    owl:sameAs <http://dbpedia.org/resource/Pongu_language>,
        <http://www.mpii.de/yago/resource/Pongu_language> ;
    skos:altLabel "Pongu language"@en ;
    skos:definition "Pongu is a Kainji language spoken in Nigeria."@en ;
    skos:inScheme lexvo: ;
    skos:notation "png"^^xsd:string ;
    skos:prefLabel "Pongu"@de,
        "Pongu"@en,
        "ポング語"@ja,
        "Lenga Pongu"@pms .

<http://lexvo.org/id/iso639-3/pnw> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "pnw"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/pany1241> ;
    owl:sameAs <http://dbpedia.org/resource/Panyjima_language>,
        <http://www.mpii.de/yago/resource/Panyjima_language> ;
    skos:altLabel "Panyjima language"@en ;
    skos:definition "Panyjima is an Australian Aboriginal language spoken in the Hamersley Range, in the Pilbara region of Western Australia. It is the traditional language of the Panyjima people. The name has also been spelled Bandjima, Banjima, Banyjima, Paanjima, Pandjima, Panjima, Panjtjima, and Panytyima."@en ;
    skos:inScheme lexvo: ;
    skos:notation "pnw"^^xsd:string ;
    skos:prefLabel "Panytyima"@en,
        "Lenga panytyima"@pms,
        "Panytyima"@sv .

<http://lexvo.org/id/iso639-3/poc> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "poc"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/poqo1253> ;
    owl:sameAs <http://dbpedia.org/resource/Poqomam_language>,
        <http://www.mpii.de/yago/resource/Poqomam_language> ;
    skos:altLabel "Poqomam language"@en ;
    skos:definition "Poqomam is a Mayan language, closely related to Poqomchi’. It is spoken by approximately 49,000 people in several small pockets in Guatemala, the largest of which is in the Alta Verapaz department but which extend to El Salvador."@en ;
    skos:inScheme lexvo: ;
    skos:notation "poc"^^xsd:string ;
    skos:prefLabel "Pocomam-Sprache"@de,
        "Poqomam"@en,
        "Idioma pocomam"@es,
        "Poqomam"@fr,
        "Pokomamų kalba"@lt,
        "Покомамски јазик"@mk,
        "Poqomam"@nl,
        "Pokomam"@no,
        "Língua pocomam"@pt,
        "Покомам"@ru .

<http://lexvo.org/id/iso639-3/poi> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "poi"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/high1276> ;
    owl:sameAs <http://dbpedia.org/resource/Sierra_Popoluca>,
        <http://www.mpii.de/yago/resource/Sierra_Popoluca> ;
    skos:altLabel "Highland Popoluca"@en,
        "Popoluca, Highland"@en ;
    skos:definition "Sierra Popoluca, also sometimes referred to as Soteapanec, Soteapan Zoque, or Highland Popoluca, is a Mixe–Zoquean language of the Zoquean branch. It is spoken by around 30,000 indigenous Popoluca people in and around the town of Soteapan in the Sierra de Los Tuxtlas in southern Veracruz, Mexico. The speakers themselves call their language which means \"true speech\", and themselves ."@en ;
    skos:inScheme lexvo: ;
    skos:notation "poi"^^xsd:string ;
    skos:prefLabel "Sierra Popoluca"@en .

<http://lexvo.org/id/iso639-3/pom> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "pom"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/sout2982> ;
    owl:sameAs <http://dbpedia.org/resource/Southeastern_Pomo_language>,
        <http://www.mpii.de/yago/resource/Southeastern_Pomo_language> ;
    skos:altLabel "Pomo, Southeastern"@en,
        "Southeastern Pomo language"@en ;
    skos:definition "Southeastern Pomo, also known as Lower Lake Pomo, is a Pomoan language of Northern California. It was spoken along the eastern coast of Clear Lake, in Northern California."@en ;
    skos:inScheme lexvo: ;
    skos:notation "pom"^^xsd:string ;
    skos:prefLabel "Southeastern Pomo"@en,
        "Pomo du Sud-Est"@fr .

<http://lexvo.org/id/iso639-3/poo> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "poo"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/cent2138> ;
    owl:sameAs <http://dbpedia.org/resource/Central_Pomo_language>,
        <http://www.mpii.de/yago/resource/Central_Pomo_language> ;
    skos:altLabel "Central Pomo language"@en,
        "Pomo, Central"@en ;
    skos:definition "Central Pomo is one of the seven Pomoan languages spoken in Northern California. It is currently an endangered language, with fewer than 10 speakers. It has a consonant inventory that is identical to the related Southern Pomo language with the following exceptions:"@en ;
    skos:inScheme lexvo: ;
    skos:notation "poo"^^xsd:string ;
    skos:prefLabel "Central Pomo"@en,
        "Pomo central"@fr .

<http://lexvo.org/id/iso639-3/pos> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "pos"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/sayu1241> ;
    owl:sameAs <http://dbpedia.org/resource/Sayula_Popoluca>,
        <http://www.mpii.de/yago/resource/Sayula_Popoluca> ;
    skos:altLabel "Popoluca, Sayula"@en ;
    skos:definition "Sayula Popoluca, also called Sayultec, is a Mixe language spoken by around 4,000 indigenous people in and around the town of Sayula de Alemán in the southern part of the state of Veracruz, Mexico. The language has been extensively studied by Lawrence E. Clark, whose results have been made available in numerous publications from the Summer Institute of Linguistics [see bibliography]. More recent studies of Sayula Popoluca have been conducted by Dennis Holt (lexico-semantics) and Richard Rhodes (morphology and syntax), but few of their findings have been published."@en ;
    skos:inScheme lexvo: ;
    skos:notation "pos"^^xsd:string ;
    skos:prefLabel "Sayula Popoluca"@en .

<http://lexvo.org/id/iso639-3/pot> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "pot"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/pota1247> ;
    owl:sameAs <http://dbpedia.org/resource/Potawatomi_language>,
        <http://lexvo.org/id/wordnet/30/noun/potawatomi_1_10_00>,
        <http://www.mpii.de/yago/resource/Potawatomi_language> ;
    skos:altLabel "Potawatomi language"@en ;
    skos:definition "Potawatomi (also spelled Pottawatomie; in Potawatomi Bodéwadmimwen or Bodéwadmi Zheshmowen or Neshnabémwen) is a Central Algonquian language and is spoken around the Great Lakes in Michigan and Wisconsin, as well as in Kansas in the United States, and in southern Ontario in Canada, by 13 Potawatomi people, all elderly. There is currently an effort underway to revive the language."@en ;
    skos:inScheme lexvo: ;
    skos:notation "pot"^^xsd:string ;
    skos:prefLabel "Potawatomi"@en,
        "Potawatomi"@fr,
        "Lenga potawatomi"@pms,
        "Потаватоми"@ru .

<http://lexvo.org/id/iso639-3/pov> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "pov"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/uppe1455> ;
    owl:sameAs <http://dbpedia.org/resource/Guinea-Bissau_Creole>,
        <http://www.mpii.de/yago/resource/Guinea-Bissau_Creole> ;
    skos:altLabel "Crioulo, Upper Guinea"@en,
        "Upper Guinea Crioulo"@en ;
    skos:definition "Guinea-Bissau Creole (native name kriol, kiriol or kriolu varying with dialects; crioulo da Guiné in Portuguese) is the lingua franca of the West African country of Guinea Bissau. It is a Portuguese-based creole language, closely related to Cape Verdean creole. Kriolu is spoken as a first language by approximately 15% (190,000) of Bissau-Guineans, and as a second language by approximately 46% (600,000); it is also spoken in parts of Senegal, primarily as a trade language. Portuguese itself is the official language of Guinea Bissau, although it is not spoken regularly by a majority of the population."@en ;
    skos:inScheme lexvo: ;
    skos:notation "pov"^^xsd:string ;
    skos:prefLabel "Guineabissauisches Kreol"@de,
        "Guinea-Bissau Creole"@en,
        "Criollo bissauguineano"@es,
        "Créole de Guinée-Bissau"@fr,
        "ギニアビサウ・クレオール語"@ja,
        "기니비사우 크리올"@ko,
        "Kriol"@no,
        "Język kreolski Gwinei-Bissau"@pl,
        "Lenga crioulo, upper Guinea"@pms,
        "Crioulo da Guiné-Bissau"@pt .

<http://lexvo.org/id/iso639-3/poy> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "poy"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/pogo1243> ;
    owl:sameAs <http://dbpedia.org/resource/Pogolo_language>,
        <http://www.mpii.de/yago/resource/Pogolo_language> ;
    skos:altLabel "Pogolo language"@en ;
    skos:definition "The Pogoro (also Pogolo) are an ethnic and linguistic group based in south-central Tanzania."@en ;
    skos:inScheme lexvo: ;
    skos:notation "poy"^^xsd:string ;
    skos:prefLabel "Погоро"@bg,
        "Pogolo"@en,
        "Pogoroj"@eo,
        "Pogoro"@it,
        "Wapogolo"@sw .

<http://lexvo.org/id/iso639-3/ppl> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ppl"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/pipi1250> ;
    owl:sameAs <http://dbpedia.org/resource/Pipil_language>,
        <http://www.mpii.de/yago/resource/Pipil_language> ;
    skos:altLabel "Nicarao"@en,
        "Pipil language"@en ;
    skos:definition "Pipil (natively Nawat) is a Uto-Aztecan language descended from Nahuatl which was spoken in several parts of present day Central America before the Spanish conquest. It is on the verge of extinction in western El Salvador (it is not being passed down to younger generations) and has already gone extinct elsewhere in Central America. In El Salvador it was the language of several tribes: Nonualcos, Cuscatlecos, Mazahuas, and Izalcos. The name Pipil for this language is used by the international scholarly community, chiefly to differentiate it more clearly from Nahuatl. In this article the name Nawat will be used whenever there is no risk of ambiguity."@en ;
    skos:inScheme lexvo: ;
    skos:notation "ppl"^^xsd:string ;
    skos:prefLabel "Pipil"@de,
        "Pipil"@en,
        "Idioma pipil"@es,
        "Pipil"@fr,
        "피필어"@ko,
        "Pipil"@nl .

<http://lexvo.org/id/iso639-3/ppo> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ppo"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/folo1238> ;
    owl:sameAs <http://dbpedia.org/resource/Folopa_language>,
        <http://www.mpii.de/yago/resource/Folopa_language> ;
    skos:altLabel "Folopa language"@en ;
    skos:definition "Folopa (also Podopa, Polopa, Podoba, or Foraba) is a language of Papua New Guinea."@en ;
    skos:inScheme lexvo: ;
    skos:notation "ppo"^^xsd:string ;
    skos:prefLabel "Folopa"@en .

<http://lexvo.org/id/iso639-3/pqa> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "pqa"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/paaa1242> ;
    owl:sameAs <http://dbpedia.org/resource/Pa'a_language>,
        <http://www.mpii.de/yago/resource/Pa'a_language> ;
    skos:altLabel "Pa'a language"@en ;
    skos:definition "Pa'a is an Afro-Asiatic language spoken in Bauchi State, Nigeria."@en ;
    skos:inScheme lexvo: ;
    skos:notation "pqa"^^xsd:string ;
    skos:prefLabel "Pa'a"@en .

<http://lexvo.org/id/iso639-3/pqm> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "pqm"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/male1292> ;
    owl:sameAs <http://dbpedia.org/resource/Malecite-Passamaquoddy_language>,
        <http://www.mpii.de/yago/resource/Malecite-Passamaquoddy_language> ;
    skos:altLabel "Malecite-Passamaquoddy language"@en ;
    skos:definition "Malecite–Passamaquoddy (also known as Maliseet–Passamaquoddy) is an endangered Algonquian language spoken by the Maliseet and Passamaquoddy peoples along both sides of the border between Maine in the United States and New Brunswick, Canada. The language consists of two major dialects: Malecite, which is mainly spoken in New Brunswick, and Passamaquoddy, spoken mostly in Maine. In both Canada and the U.S., most speakers are older adults. Only 1500 speakers of both dialects combined remain alive. Many younger people cannot speak the language, in particular, the Passamaquoddy dialect.<ref name=\"native-languages.org\"/>"@en ;
    skos:inScheme lexvo: ;
    skos:notation "pqm"^^xsd:string ;
    skos:prefLabel "Malecite-Passamaquoddy"@en,
        "Malesita-Pasamakvodja lingvo"@eo,
        "Malécite-passamaquoddy"@fr,
        "マリシート＝パサマコディ語"@ja,
        "Lenga malecite-passamaquoddy"@pms .

<http://lexvo.org/id/iso639-3/pre> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "pre"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/prin1242> ;
    owl:sameAs <http://dbpedia.org/resource/Principense_language>,
        <http://www.mpii.de/yago/resource/Principense_language> ;
    skos:altLabel "Principense language"@en ;
    skos:definition "The Principense language, called lunguyê (\"Language of the Island\") by its speakers, is a Portuguese creole spoken in a community of some four thousand people in São Tomé and Príncipe, specifically on the island of Príncipe (there are two Portuguese-based creoles on São Tomé, Angolar and São Tomense), according to a 1989 study. Today it is mostly spoken by some elderly women (the Ethnologue entry lists 200 native speakers); most of the island's community speaks Portuguese; some also speak Forro."@en ;
    skos:inScheme lexvo: ;
    skos:notation "pre"^^xsd:string ;
    skos:prefLabel "Principensische Sprache"@de,
        "Principense"@en,
        "Criollo principense"@es,
        "Principense"@fr,
        "Lun’gwiye jezik"@hr,
        "Lenga principense"@pms,
        "Principense"@pt,
        "Принсипийское наречие"@ru,
        "Principenski jezik"@sh .

<http://lexvo.org/id/iso639-3/prn> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "prn"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/pras1239> ;
    owl:sameAs <http://dbpedia.org/resource/Vasi-vari_language>,
        <http://www.mpii.de/yago/resource/Vasi-vari_language> ;
    skos:altLabel "Vasi-vari language"@en ;
    skos:definition "Vasi-vari is a language spoken by the Vasi in a few villages in the Prasun Valley in Afghanistan. The most used alternative names are Prasuni or Prasun, which derive from Pashto."@en ;
    skos:inScheme lexvo: ;
    skos:notation "prn"^^xsd:string ;
    skos:prefLabel "Прасун"@bg,
        "Prasuni"@en,
        "Prasunin kieli"@fi,
        "Prasun"@fr,
        "Vasi-vari"@no,
        "Język wasi-weri"@pl,
        "Lenga prasuni"@pms,
        "Прасун"@ru,
        "ภาษาวาซิ-วารี"@th .

<http://lexvo.org/id/iso639-3/pro> a lvont:Language,
        skos:Concept ;
    lvont:isFocusOf <http://id.loc.gov/vocabulary/iso639-2/pro> ;
    lvont:iso6392BCode "pro"^^xsd:string ;
    lvont:iso6392TCode "pro"^^xsd:string ;
    lvont:iso639P3PCode "pro"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-2/pro> ;
    owl:sameAs <http://dbpedia.org/resource/Old_Occitan>,
        <http://psi.oasis-open.org/iso/639/#pro>,
        <http://www.mpii.de/yago/resource/Old_Occitan>,
        <info:lc/vocabulary/languages/pro> ;
    skos:altLabel "Occitan, Old (to 1500)"@en,
        "Old Occitan (to 1500)"@en,
        "Old Provençal"@en,
        "Old Provençal (to 1500)"@en,
        "Provençal, Old (to 1500)"@en,
        "زبان اوکسیتان باستان"@fa,
        "provençal ancien"@fr,
        "provençal ancien (jusqu'à 1500)"@fr,
        "provenzale antico"@it,
        "provençal, arcaico"@pt ;
    skos:definition "Old Occitan (Modern Occitan: occitan ancian, ), also called Old Provençal, was the earliest form of the Occitan languages, as attested in writings dating from the eighth through the fourteenth centuries. Old Occitan generally includes Early and Old Occitan. Middle Occitan is sometimes included in Old Occitan, sometimes in Modern Occitan. As the term occitanus appeared around the year 1300, Old Occitan is referred to as \"Romance\" (Occitan: romans) or \"Provençal\" (Occitan: proensals) in medieval texts."@en ;
    skos:inScheme lexvo: ;
    skos:notation "pro"^^xsd:string ;
    skos:prefLabel "البروفانسية القديمة"@ar,
        "qədimi provensialca"@az,
        "стараправансальская"@be,
        "провансалски"@bg,
        "প্রাচীন প্রোভেনসাল"@bn,
        "henbrovañseg"@br,
        "पुरानी प्रोवाँसाल"@brx,
        "staroprovansalski"@bs,
        "старопровансалски"@bs-Cyrl,
        "provençal antic"@ca,
        "普罗文斯文"@cmn,
        "古普羅旺斯文"@cmn-Hant,
        "provensálština"@cs,
        "Hen Brofensaleg"@cy,
        "oldprovencalsk"@da,
        "Altprovenzalisch"@de,
        "Παλαιά Προβενσιάλ"@el,
        "Old Occitan"@en,
        "provenzal antiguo"@es,
        "vanaprovansi"@et,
        "پرووانسی باستان"@fa,
        "muinaisprovensaali"@fi,
        "Ancien occitan"@fr,
        "vieri provenzâl"@fur,
        "Altprovenzalisch"@gsw,
        "જુની પ્રોવેન્સલ"@gu,
        "פרובנסאל עתיקה"@he,
        "पुरानी प्रोवेन्सल"@hi,
        "staroprovansalski"@hr,
        "óprovánszi"@hu,
        "Provencal Lama"@id,
        "fornpróvensalska"@is,
        "Antico occitano"@it,
        "古期プロバンス語"@ja,
        "ಪ್ರಾಚೀನ ಪ್ರೊವೆನ್ಶಿಯಲ್"@kn,
        "고대 프로방스어"@ko,
        "پرون پروویٚنچَل"@ks,
        "ໂປວອງຊານໂບຮານ"@lo,
        "senovės provansalų"@lt,
        "senprovansiešu"@lv,
        "стар провенчал"@mk,
        "പ്രൊവൻഷ്ൽ"@ml,
        "पुरातन प्रोव्हेन्सल"@mr,
        "Provenzal, Antik"@mt,
        "gammelprovençalsk"@nb,
        "Oudprovençaals"@nl,
        "gammalprovençalsk"@nn,
        "Occitan ancian"@oc,
        "ପୁରୁଣା ପ୍ରେଭେନେସିଆଲ୍"@or,
        "staroprowansalski"@pl,
        "provençal arcaico"@pt,
        "provenzal vegl"@rm,
        "provensală veche"@ro,
        "старопровансальский"@ru,
        "stará okcitánčina"@sk,
        "stara provansalščina"@sl,
        "Старопровансалски"@sr,
        "Staroprovansalski"@sr-Latn,
        "fornprovensalska"@sv,
        "பழைய ப்ரோவென்சால்"@ta,
        "ప్రాచీన ప్రోవెంసాల్"@te,
        "โปรวองซาลโบราณ"@th,
        "Eski Provensal"@tr,
        "давньопровансальська"@uk,
        "Tiếng Provençal cổ"@vi .

<http://lexvo.org/id/iso639-3/psd> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "psd"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/plai1235> ;
    owl:sameAs <http://dbpedia.org/resource/Plains_Indian_Sign_Language>,
        <http://www.mpii.de/yago/resource/Plains_Indian_Sign_Language> ;
    skos:definition "The Plains Indian sign languages (PISL) are various manually coded languages used, or formerly used, by various Native Americans of the Great Plains of the United States of America and Canada. The best known is Plains Standard Sign Language, a contact language (international auxiliary language) used between these peoples."@en ;
    skos:inScheme lexvo: ;
    skos:notation "psd"^^xsd:string ;
    skos:prefLabel "የሜዳ ቀይ ሕንዳውያን እጅ ምልክት ቋንቋ"@am,
        "Plains Indian Sign Language"@en,
        "Indiana gestlingvo"@eo,
        "Tasankointiaanien viittomakieli"@fi,
        "Znakovni jezik prerijskih Indijanaca"@hr,
        "Mowa znaków"@pl,
        "Lenga dij segn plains indian"@pms,
        "Язык жестов североамериканских индейцев"@ru,
        "Indianernas teckenspråk"@sv .

<http://lexvo.org/id/iso639-3/psr> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "psr"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/port1277> ;
    owl:sameAs <http://dbpedia.org/resource/Portuguese_Sign_Language>,
        <http://www.mpii.de/yago/resource/Portuguese_Sign_Language> ;
    skos:definition "Portuguese Sign language is a sign language used mainly by Deaf people in Portugal."@en ;
    skos:inScheme lexvo: ;
    skos:notation "psr"^^xsd:string ;
    skos:prefLabel "Portuguese Sign Language"@en,
        "Portugalilainen viittomakieli"@fi,
        "Língua gestual portuguesa"@pt .

<http://lexvo.org/id/iso639-3/pss> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "pss"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/kaul1240> ;
    owl:sameAs <http://dbpedia.org/resource/Kaulong_language>,
        <http://www.mpii.de/yago/resource/Kaulong_language> ;
    skos:altLabel "Kaulong language"@en ;
    skos:definition "Kaulong is an Austronesian language spoken by about 4000 swidden farmers of the southwest hinterlands of Kandrian District, West New Britain Province, Papua New Guinea on the island of New Britain."@en ;
    skos:inScheme lexvo: ;
    skos:notation "pss"^^xsd:string ;
    skos:prefLabel "Kaulong"@en,
        "Kaulong"@fr .

<http://lexvo.org/id/iso639-3/pue> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "pue"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/puel1244> ;
    owl:sameAs <http://dbpedia.org/resource/Puelche_language>,
        <http://www.mpii.de/yago/resource/Puelche_language> ;
    skos:altLabel "Puelche language"@en ;
    skos:definition "Puelche is an extinct or nearly extinct language spoken by the Puelche people in the Pampas region of Argentina. The language is also known as Gününa Küne, Gennaken (Guenaken), Pehuenche, Northern Tehuelche, Gününa Yajich, Ranquelche, and Pampa, and may have five speakers, according to Ethnologue, if not it has gone extinct. Further afield, inclusion in a putative Macro-Jibaro family has been posited."@en ;
    skos:inScheme lexvo: ;
    skos:notation "pue"^^xsd:string ;
    skos:prefLabel "Puelche"@en,
        "Idioma gününa këna"@es,
        "Gününa yajich"@fr,
        "Lenga puelche"@pms,
        "Пуэльче"@ru .

<http://lexvo.org/id/iso639-3/pwa> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "pwa"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/pawa1255> ;
    owl:sameAs <http://dbpedia.org/resource/Pawaia_language>,
        <http://www.mpii.de/yago/resource/Pawaia_language> ;
    skos:altLabel "Pawaia language"@en ;
    skos:definition "Pawaia, also known as Sira, Tudahwe, Yasa, is a Trans–New Guinea language that forms a tentative independent branch of that family in the classification of Malcolm Ross (2005). Although Pawaia has proto-Trans–New Guinea vocabulary, Ross considers its inclusion questionable on available evidence."@en ;
    skos:inScheme lexvo: ;
    skos:notation "pwa"^^xsd:string ;
    skos:prefLabel "Pawaia"@en .

<http://lexvo.org/id/iso639-3/pwn> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "pwn"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/paiw1248> ;
    owl:sameAs <http://dbpedia.org/resource/Paiwan_language>,
        <http://www.mpii.de/yago/resource/Paiwan_language> ;
    skos:altLabel "Paiwan language"@en ;
    skos:definition "Paiwan is a native language of Taiwan, spoken by the Paiwan people, one tribe of the Taiwanese aborigines. Paiwan is a Formosan language of the Austronesian language family. The number of speakers is estimated to be 66,000."@en ;
    skos:inScheme lexvo: ;
    skos:notation "pwn"^^xsd:string ;
    skos:prefLabel "Paiwaneg"@br,
        "Paiwan"@en,
        "Idioma paiwan"@es,
        "Paiwan"@fr,
        "Lingua paiwan"@gl,
        "Phài-vân-ngî"@hak,
        "Lingua Paiwan"@it,
        "Пајвански јазик"@mk,
        "Paiwaans"@nl,
        "ภาษาไปวัน"@th,
        "Wikang Paiwan"@tl,
        "排湾语"@zh .

<http://lexvo.org/id/iso639-3/pym> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "pym"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/fyam1238> ;
    owl:sameAs <http://dbpedia.org/resource/Fyam_language>,
        <http://www.mpii.de/yago/resource/Fyam_language> ;
    skos:altLabel "Fyam language"@en ;
    skos:definition "Fyam (Pyem, Gyem) is a Plateau language of Nigeria."@en ;
    skos:inScheme lexvo: ;
    skos:notation "pym"^^xsd:string ;
    skos:prefLabel "Fyam"@en .

<http://lexvo.org/id/iso639-3/quc> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "quc"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/kich1262> ;
    owl:sameAs <http://dbpedia.org/resource/K%E2%80%99iche%E2%80%99_language>,
        <http://www.mpii.de/yago/resource/K%E2%80%99iche%E2%80%99_language> ;
    skos:altLabel "K'iche'"@en,
        "K’iche’ language"@en ;
    skos:definition "The K’iche’ language (Quiché in Spanish, Qatzijobal \"our language\" to its speakers) is a part of the Mayan language family. It is spoken by many Kiche people in the central highlands of Guatemala. With close to a million speakers (some 7% of Guatemalas population), it is the second-most widely spoken language in the country after Spanish. Most speakers of Kiche also have at least a working knowledge of Spanish except in some isolated rural villages. One of the notable speakers of the Quiché language is Rigoberta Menchú."@en ;
    skos:inScheme lexvo: ;
    skos:notation "quc"^^xsd:string ;
    skos:prefLabel "Quiché-Sprache"@de,
        "Quiché"@en,
        "Idioma quiché"@es,
        "K'iche'"@fr,
        "Lingua quiché"@gl,
        "キチェ語"@ja,
        "Kičių kalba"@lt,
        "Кически јазик"@mk,
        "K'iche'"@nl,
        "Quiché"@no,
        "Język kicze"@pl,
        "Língua quiché"@pt,
        "K'iché simi"@qu,
        "Киче"@ru,
        "Quiché"@sv,
        "Tiếng Quiche"@vi,
        "基切語"@zh .

<http://lexvo.org/id/iso639-3/quh> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "quh"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/sout2991> ;
    owl:sameAs <http://dbpedia.org/resource/South_Bolivian_Quechua>,
        <http://www.mpii.de/yago/resource/South_Bolivian_Quechua> ;
    skos:altLabel "Quechua, South Bolivian"@en ;
    skos:definition "South Bolivian Quechua, also known as Central Bolivian Quechua, is a variety of Southern Quechua, spoken mainly in Bolivia and belonging to Qusqu-Qullaw Quechua. It is also spoken in Argentina, where it is also known as Colla. There are 2,800,000 speakers in Bolivia and 860,000 in Argentina, and maybe 8,000 in Chile, making a total of 3,700,000."@en ;
    skos:inScheme lexvo: ;
    skos:notation "quh"^^xsd:string ;
    skos:prefLabel "Quechua in Bolivien"@de,
        "South Bolivian Quechua"@en,
        "Quechua sudboliviano"@es,
        "Јужноболивиски кечуански дијалект"@mk,
        "Lenga quechua, bolivian sud"@pms,
        "Qullasuyu qhichwa simi"@qu,
        "南玻利維亞克丘亞語"@zh .

<http://lexvo.org/id/iso639-3/quy> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "quy"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/ayac1239> ;
    owl:sameAs <http://dbpedia.org/resource/Ayacucho_Quechua>,
        <http://www.mpii.de/yago/resource/Ayacucho_Quechua> ;
    skos:altLabel "Quechua, Ayacucho"@en ;
    skos:definition "Ayacucho (also called Chanca or Chanka, after the former Chancas local tribe that dominated the area before Incan conquest) is one dialect of the Quechua language, spoken in the Ayacucho region of Peru, as well as by immigrants from Ayacucho in Lima. With roughly a million speakers, it is one of the largest dialects of the language along with Cusco Quechua. The literary standard of Southern Quechua is based on these two closely related Quechua varieties."@en ;
    skos:inScheme lexvo: ;
    skos:notation "quy"^^xsd:string ;
    skos:prefLabel "Chanka-Quechua"@de,
        "Ayacucho Quechua"@en,
        "Quechua ayacuchano"@es,
        "Ајакучо-кечуански дијалект"@mk,
        "Lenga quechua, ayacucho"@pms,
        "Chanka runasimi"@qu,
        "Аякучанский кечуа"@ru .

<http://lexvo.org/id/iso639-3/quz> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "quz"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/cusc1236> ;
    owl:sameAs <http://dbpedia.org/resource/Cusco_Quechua>,
        <http://www.mpii.de/yago/resource/Cusco_Quechua> ;
    skos:altLabel "Quechua, Cusco"@en ;
    skos:definition "Cusco Quechua is a dialect of the Southern Quechua language, more specifically Qusqu-Qullaw Quechua, spoken in city and the department of Cusco."@en ;
    skos:inScheme lexvo: ;
    skos:notation "quz"^^xsd:string ;
    skos:prefLabel "Cusco-Quechua"@de,
        "Cusco Quechua"@en,
        "Quechua cuzqueño"@es,
        "Куско-кечуански дијалект"@mk,
        "Lenga quechua, cusco"@pms,
        "Qusqu qhichwa simi"@qu,
        "Кусканский кечуа"@ru .

<http://lexvo.org/id/iso639-3/qvc> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "qvc"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/caja1238> ;
    owl:sameAs <http://dbpedia.org/resource/Cajamarca_Quechua>,
        <http://www.mpii.de/yago/resource/Cajamarca_Quechua> ;
    skos:altLabel "Quechua, Cajamarca"@en ;
    skos:definition "Cajamarca Quechua is a variety of Quechua spoken in the districts of Chetilla, Baños del Inca and Cajamarca (Porcón) in the Peruvian province of Cajamarca."@en ;
    skos:inScheme lexvo: ;
    skos:notation "qvc"^^xsd:string ;
    skos:prefLabel "Cajamarca-Quechua"@de,
        "Cajamarca Quechua"@en,
        "Quechua cajamarquino"@es,
        "Кахамарка-кечуански дијалект"@mk,
        "Lenga quechua, cajamarca"@pms,
        "Kashamarka rimay"@qu .

<http://lexvo.org/id/iso639-3/rab> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "rab"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/caml1239> ;
    owl:sameAs <http://dbpedia.org/resource/Camling_language>,
        <http://www.mpii.de/yago/resource/Camling_language> ;
    skos:altLabel "Camling language"@en ;
    skos:definition "The Camling or Chamling language is one of the Kiranti languages spoken by the Kiranti and Rai peoples of eastern Nepal. Alternate names include Chamling, Chamlinge Rai and Rodong (which means \"Kiranti\"). It is closely related to the Bantawa (some Bantawa-speaking communities call their language \"Camling\") and Puma languages of the Kiranti language family in eastern Nepal, and it belongs to the broader Sino-Tibetan language family. Important versions of the Mundhum &mdash; the main scripture forming the religious foundation of the Kiranti Mundhum religion and the cultural heritage of the various Kiranti tribes &mdash; are composed in Camling; such versions are distinctive to the Camling-speaking tribes and a guide to their distinctive religious practices and cultural identity."@en ;
    skos:inScheme lexvo: ;
    skos:notation "rab"^^xsd:string ;
    skos:prefLabel "Tchamlingeg"@br,
        "Camling"@en,
        "Camlingish"@gv,
        "Camling jezik"@hr,
        "Lenga Camling"@pms .

<http://lexvo.org/id/iso639-3/raj> a lvont:Language,
        skos:Concept ;
    lvont:isFocusOf <http://id.loc.gov/vocabulary/iso639-2/raj> ;
    lvont:iso6392BCode "raj"^^xsd:string ;
    lvont:iso6392TCode "raj"^^xsd:string ;
    lvont:iso639P3PCode "raj"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-2/raj> ;
    owl:sameAs <http://dbpedia.org/resource/Rajasthani_language>,
        <http://psi.oasis-open.org/iso/639/#raj>,
        <http://www.lingvoj.org/lang/raj>,
        <http://www.mpii.de/yago/resource/Rajasthani_language>,
        <info:lc/vocabulary/languages/raj> ;
    skos:altLabel "Rádžasthánština"@cs,
        "Rajasthani"@da,
        "Rajasthani language"@en,
        "રાજસ્થાની ભાષા"@gu,
        "Rajastaní"@is,
        "Radjasthani"@nn,
        "Język radżastani"@pl,
        "Língua rajastani"@pt,
        "Раджастхани"@ru,
        "ภาษาราชสถาน"@th,
        "Раджастханська мова"@uk ;
    skos:definition "Rajasthani (Devanagari: , Perso-Arabic: ) is a dialect cluster of the Indo-Aryan languages family. It is spoken by 50 million people in Rajasthan and other states of India and in some areas of Pakistan. The number of speakers may be up to 80 million worldwide. It is one of the languages developed from Old Gujarati, Maru-Gujar or Maruwani, the other being modern Gujarati."@en ;
    skos:inScheme lexvo: ;
    skos:notation "raj"^^xsd:string ;
    skos:prefLabel "الراجاسثانية"@ar,
        "racastan dili"@az,
        "раджастханская"@be,
        "раджастански"@bg,
        "রাজস্থানী"@bn,
        "rajasthani"@br,
        "राजस्थानी"@brx,
        "rađastani"@bs,
        "рађастани"@bs-Cyrl,
        "rajasthani"@ca,
        "拉贾斯坦文"@cmn,
        "拉賈斯坦諸文"@cmn-Hant,
        "rádžastánština"@cs,
        "rajasthani"@da,
        "Rajasthani"@de,
        "Ραζασθάνι"@el,
        "Rajasthani"@en,
        "rajasthani"@es,
        "radžastani"@et,
        "راجستانی"@fa,
        "radžastani"@fi,
        "rajasthani"@fr,
        "Rajasthani"@gsw,
        "રાજસ્થાની"@gu,
        "ראג׳סטן"@he,
        "राजस्थानी"@hi,
        "rajasthani"@hr,
        "radzsasztáni"@hu,
        "Rajasthani"@id,
        "rajastaní"@is,
        "rajasthani"@it,
        "ラージャスターン語"@ja,
        "ರಾಜಾಸ್ಥಾನಿ"@kn,
        "라자스탄어"@ko,
        "راجِستھٲنۍ"@ks,
        "Lingua Rajasthani"@la,
        "ຣາຈັສທານິ"@lo,
        "radžastano"@lt,
        "radžastāņu"@lv,
        "раџастански"@mk,
        "രാജസ്ഥാനി"@ml,
        "राजस्थानी"@mr,
        "Raġastani"@mt,
        "rajasthani"@nb,
        "Rajasthani"@nl,
        "rajasthani"@nn,
        "Rajasthani"@no,
        "ରାଜସ୍ଥାନୀ"@or,
        "radźasthani"@pl,
        "rajastani"@pt,
        "rajasthani"@rm,
        "rajasthani"@ro,
        "раджастхани"@ru,
        "राजस्थानी"@sa,
        "radžastančina"@sk,
        "radžastanščina"@sl,
        "Рађастани"@sr,
        "Rađastani"@sr-Latn,
        "rajasthani"@sv,
        "ராஜஸ்தானி"@ta,
        "రాజస్తాని"@te,
        "ราชสถาน"@th,
        "Rajasthani"@tr,
        "раджастхані"@uk,
        "Tiếng Rajasthani"@vi,
        "拉贾斯坦语"@zh .

<http://lexvo.org/id/iso639-3/ram> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ram"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/cane1242> ;
    owl:sameAs <http://dbpedia.org/resource/Canela_language>,
        <http://www.mpii.de/yago/resource/Canela_language> ;
    skos:altLabel "Canela language"@en ;
    skos:definition "Canela is a Ge language spoken in Brazil."@en ;
    skos:inScheme lexvo: ;
    skos:notation "ram"^^xsd:string ;
    skos:prefLabel "Canela"@en,
        "Língua Canela"@pt .

<http://lexvo.org/id/iso639-3/ras> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ras"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/tega1236> ;
    owl:sameAs <http://dbpedia.org/resource/Tegali_language>,
        <http://www.mpii.de/yago/resource/Tegali_language> ;
    skos:altLabel "Tegali language"@en ;
    skos:definition "Tegali (also spelled Tagale, Tegele, Tekele, Togole) is a Niger–Congo language in the Rashad family spoken in Kordofan, Sudan, in and around the town of Rashad. It is closely related to Tagoi."@en ;
    skos:inScheme lexvo: ;
    skos:notation "ras"^^xsd:string ;
    skos:prefLabel "Tegaleg"@br,
        "Taqali"@de,
        "Tegali"@en,
        "Тегалиски јазик"@mk,
        "Lenga Tegali"@pms .

<http://lexvo.org/id/iso639-3/rel> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "rel"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/rend1243> ;
    owl:sameAs <http://dbpedia.org/resource/Rendille_language>,
        <http://www.mpii.de/yago/resource/Rendille_language> ;
    skos:altLabel "Rendille language"@en ;
    skos:definition "Rendille (also known as Rendile, Randile) is an Afro-Asiatic language spoken in Kenya by the Rendille. However, many Rendille are showing a preference for Samburu as their primary language."@en ;
    skos:inScheme lexvo: ;
    skos:notation "rel"^^xsd:string ;
    skos:prefLabel "Rendille"@ca,
        "Rendille"@en,
        "Rendille hizkuntza"@eu .

<http://lexvo.org/id/iso639-3/ren> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ren"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/reng1252> ;
    owl:sameAs <http://dbpedia.org/resource/Rengao_language>,
        <http://www.mpii.de/yago/resource/Rengao_language> ;
    skos:altLabel "Rengao language"@en ;
    skos:definition "Rengao is a North Bahnaric language. It is spoken in parts of south and central Vietnam. A 1973 survey indicated that there were around 15,000 native speakers"@en ;
    skos:inScheme lexvo: ;
    skos:notation "ren"^^xsd:string ;
    skos:prefLabel "Rengao"@en,
        "ภาษาเรเงา"@th .

<http://lexvo.org/id/iso639-3/rgr> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "rgr"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/resi1247> ;
    owl:sameAs <http://dbpedia.org/resource/Res%C3%ADgaro_language>,
        <http://www.mpii.de/yago/resource/Res%C3%ADgaro_language> ;
    skos:altLabel "Resígaro language"@en ;
    skos:definition "Resígaro is a possibly extinct Arawakan language of Peru."@en ;
    skos:inScheme lexvo: ;
    skos:notation "rgr"^^xsd:string ;
    skos:prefLabel "Resígaro"@en .

<http://lexvo.org/id/iso639-3/rif> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "rif"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/tari1263> ;
    owl:sameAs <http://dbpedia.org/resource/Rifian_language>,
        <http://www.mpii.de/yago/resource/Rifian_language> ;
    skos:altLabel "Rifian language"@en ;
    skos:definition "Rifian or Rifian Berber (Rifian: Tarifit or Tamaziγt Tarifit), also called Rif, is a Northern variety of Berber spoken by about 4 million Rifian people mainly in the Moroccan Rif, in parts of eastern Morocco, and in other cities."@en ;
    skos:inScheme lexvo: ;
    skos:notation "rif"^^xsd:string ;
    skos:prefLabel "Idioma rifenyo"@an,
        "لهجة تريفيت"@ar,
        "Tarifiteg"@br,
        "Tarifit"@ca,
        "Tarifit"@de,
        "Tarifit"@en,
        "Idioma rifeño"@es,
        "Luenga rifeña"@ext,
        "Rifain"@fr,
        "Tarifit jezik"@hr,
        "Lingua tarifit"@it,
        "Tarifit"@kab,
        "Tarifit"@nl,
        "Rifenc"@oc,
        "Język tarifit"@pl,
        "Lenga Tarifit"@pms,
        "Língua rifenha"@pt,
        "Рифский язык"@ru,
        "Tarifit jezik"@sh,
        "Tarifit"@sk .

<http://lexvo.org/id/iso639-3/rkb> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "rkb"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/rikb1245> ;
    owl:sameAs <http://dbpedia.org/resource/Rikbaktsa_language>,
        <http://www.mpii.de/yago/resource/Rikbaktsa_language> ;
    skos:altLabel "Rikbaktsa language"@en ;
    skos:definition "The Rikbaktsa language, also spelled Aripaktsa, Erikbatsa, Erikpatsa and known ambiguously as Canoeiro, is a language spoken by the Rikbaktsa people of the Mato Grosso, Brazil, that forms its own branch of the Macro-Gê languages."@en ;
    skos:inScheme lexvo: ;
    skos:notation "rkb"^^xsd:string ;
    skos:prefLabel "Rikbaktsa"@en,
        "Idioma rikbaktsá"@es,
        "Рикбакца"@ru .

<http://lexvo.org/id/iso639-3/rma> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "rma"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/rama1270> ;
    owl:sameAs <http://dbpedia.org/resource/Rama_language>,
        <http://www.mpii.de/yago/resource/Rama_language> ;
    skos:altLabel "Rama language"@en ;
    skos:definition "Rama is one of the indigenous languages of the Chibchan family spoken by the Rama people on the island of Rama Cay and south of lake Bluefields on the Atlantic Coast of Nicaragua. Other indigenous languages of this region include Miskito and Sumu . Rama is one of the northernmost languages of the Chibchan family ."@en ;
    skos:inScheme lexvo: ;
    skos:notation "rma"^^xsd:string ;
    skos:prefLabel "Rama"@en,
        "Rama"@no .

<http://lexvo.org/id/iso639-3/rmo> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "rmo"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/sint1235> ;
    owl:sameAs <http://dbpedia.org/resource/Sinti-Manouche_language>,
        <http://www.mpii.de/yago/resource/Sinti-Manouche_language> ;
    skos:altLabel "Romani, Sinte"@en,
        "Sinti-Manouche language"@en ;
    skos:definition "Sinti-Manouche (also known as Sintenghero Tschib(en), Sintitikes or Romanes) is the variety of Romani spoken by the Sinti people in Germany, France, Austria, some parts of northern Italy and other adjacent regions. It is characterized by significant German influence and is not mutually intelligible with other forms of Romani."@en ;
    skos:inScheme lexvo: ;
    skos:notation "rmo"^^xsd:string ;
    skos:prefLabel "Sintitikes"@de,
        "Sinte Romani"@en,
        "Sintitikes"@nl .

<http://lexvo.org/id/iso639-3/rmt> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "rmt"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/doma1258> ;
    owl:sameAs <http://dbpedia.org/resource/Domari_language>,
        <http://www.mpii.de/yago/resource/Domari_language> ;
    skos:altLabel "Domari language"@en ;
    skos:definition "Domari is an Indo-Aryan language, spoken by the Dom people across the Middle East, mainly in Iran and Egypt, but significant numbers of speakers are also found in India where they are known as Domba."@en ;
    skos:inScheme lexvo: ;
    skos:notation "rmt"^^xsd:string ;
    skos:prefLabel "Domari"@de,
        "Domari"@en,
        "Język domari"@pl,
        "Домари"@ru,
        "டோமாரி மொழி"@ta .

<http://lexvo.org/id/iso639-3/rmw> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "rmw"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/wels1246> ;
    owl:sameAs <http://dbpedia.org/resource/Welsh-Romani_language>,
        <http://www.mpii.de/yago/resource/Welsh-Romani_language> ;
    skos:altLabel "Romani, Welsh"@en,
        "Welsh-Romani language"@en ;
    skos:definition "Welsh Romani (or Welsh Romany; sometimes also known as Kååle ) is a variety of the Romani language which was spoken fluently in Wales until at least 1950. It was spoken by the Kale group of the Romani people who arrived in Britain during the 15th century. The first record of Gypsies in Wales comes from the 16th century. Welsh-Romani is one of the many Northern Romani dialects."@en ;
    skos:inScheme lexvo: ;
    skos:notation "rmw"^^xsd:string ;
    skos:prefLabel "Welsh-Romani"@de,
        "Welsh Romani"@en,
        "Welsh Romani"@nl,
        "Lenga romani galèisa"@pms,
        "Valshenengi Romani chhib"@rom,
        "Валлийско-цыганский язык"@ru .

<http://lexvo.org/id/iso639-3/rng> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "rng"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/rong1268> ;
    owl:sameAs <http://dbpedia.org/resource/Ronga_language>,
        <http://www.mpii.de/yago/resource/Ronga_language> ;
    skos:altLabel "Ronga language"@en ;
    skos:definition "Ronga (XiRonga; sometimes ShiRonga or GiRonga) is a South-Eastern Bantu language in the Tswa–Ronga family spoken just South of Maputo in Mozambique. It extends a little into South Africa. It has about 650,000 speakers in Mozambique and a further 90,000 in South Africa, with dialects including Konde, Putru and Kalanga."@en ;
    skos:inScheme lexvo: ;
    skos:notation "rng"^^xsd:string ;
    skos:prefLabel "Ronga"@en,
        "Xironga"@es,
        "Ronga"@fr,
        "Język ronga"@pl,
        "Língua ronga"@pt,
        "Ронга"@uk .

<http://lexvo.org/id/iso639-3/roo> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "roo"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/roto1249> ;
    owl:sameAs <http://dbpedia.org/resource/Ramopa_language>,
        <http://www.mpii.de/yago/resource/Ramopa_language> ;
    skos:altLabel "Ramopa language"@en ;
    skos:definition "Keriaka Ramopa is an East Papuan of Bougainville, an island to the east of New Guinea."@en ;
    skos:inScheme lexvo: ;
    skos:notation "roo"^^xsd:string ;
    skos:prefLabel "Rotokas"@en .

<http://lexvo.org/id/iso639-3/rro> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "rro"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/waim1251> ;
    owl:sameAs <http://dbpedia.org/resource/Waima_language>,
        <http://www.mpii.de/yago/resource/Waima_language> ;
    skos:altLabel "Waima language"@en ;
    skos:definition "The Waima language (sometimes known as Roro, though this is strictly the name of one dialect of Waima) is a Nuclear West Central Papuan Tip language of the Oceanic group of Malayo-Polynesian languages, spoken in Papua New Guinea by 15,000 people. The three dialects, Waima, Roro, and Paitana, are very close."@en ;
    skos:inScheme lexvo: ;
    skos:notation "rro"^^xsd:string ;
    skos:prefLabel "Waima"@en,
        "Roro"@fr .

<http://lexvo.org/id/iso639-3/rtm> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "rtm"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/rotu1241> ;
    owl:sameAs <http://dbpedia.org/resource/Rotuman_language>,
        <http://www.mpii.de/yago/resource/Rotuman_language> ;
    skos:altLabel "Rotuman language"@en ;
    skos:definition "Rotuman, also referred to as Rotunan, Rutuman or Fäeag Rotuma, is an Austronesian language spoken by the indigenous people of the South Pacific island group of Rotuma, an island with a Polynesian-influenced culture that was incorporated as a dependency into the Colony of Fiji in 1881. Classification of Rotuman is difficult due to the large number of loan words from Samoan and Tongan, as a result of much cultural exchange over the history of the Pacific. Linguist Andrew Pawley groups the language with the West Fijian languages in a West Fijian – Rotuman branch of the Central Pacific sub-group of Oceanic languages."@en ;
    skos:inScheme lexvo: ;
    skos:notation "rtm"^^xsd:string ;
    skos:prefLabel "Rotumanische Sprache"@de,
        "Rotuman"@en,
        "Rotuman kieli"@fi,
        "Rotuman"@fr,
        "Rotuman bhasa"@hif,
        "Język rotumański"@pl,
        "Lenga Rotuman"@pms,
        "Ротуманский язык"@ru,
        "Gagana Rotuma"@sm .

<http://lexvo.org/id/iso639-3/rug> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "rug"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/rovi1238> ;
    owl:sameAs <http://dbpedia.org/resource/Roviana_language>,
        <http://www.mpii.de/yago/resource/Roviana_language> ;
    skos:altLabel "Roviana language"@en ;
    skos:definition "Roviana is a member of the North West Solomonic subgroup of Oceanic languages. It is spoken around Roviana and Vonavona lagoons at the north central New Georgia in the Solomon Islands. It has 9870 first-language speakers and further 16,000 mostly over 30 years old speak it as a second language (Raymond 2005).In the past, Roviana was widely used as a trade language and further used as a lingua franca especially for church purposes in the Western Province but now it is being replaced by the Solomon Islands Pijin. Few published studies on Roviana language include: Ray (1926), Waterhouse (1949) and Todd (1978) contain the syntax of Roviana language. Corston-Oliver (1996 & 2002) discuss about the ergativity in Roviana. Todd (2000) and Ross (1988) discuss the clause structure in Roviana."@en ;
    skos:inScheme lexvo: ;
    skos:notation "rug"^^xsd:string ;
    skos:prefLabel "Roviana"@en,
        "Roviana"@fr .

<http://lexvo.org/id/iso639-3/rup> a lvont:Language,
        skos:Concept ;
    lvont:isFocusOf <http://id.loc.gov/vocabulary/iso639-2/rup> ;
    lvont:iso6392BCode "rup"^^xsd:string ;
    lvont:iso6392TCode "rup"^^xsd:string ;
    lvont:iso639P3PCode "rup"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-2/rup> ;
    owl:sameAs <http://dbpedia.org/resource/Aromanian_language>,
        <http://www.mpii.de/yago/resource/Aromanian_language>,
        <info:lc/vocabulary/languages/rup> ;
    skos:altLabel "Arumın dili"@az,
        "Арумънски език"@bg,
        "আরমেনিয়ান"@bn,
        "Aromanès"@ca,
        "Arumunština"@cs,
        "Aromunsk"@da,
        "Aromunische Sprache"@de,
        "Βλάχικη γλώσσα"@el,
        "Aromanian language"@en,
        "Arumanian"@en,
        "Macedo-Romanian"@en,
        "Romanian, Macedo-"@en,
        "Idioma arrumano"@es,
        "Aroumain"@fr,
        "aroumain"@fr,
        "Makedorumunjski jezik"@hr,
        "Aromán nyelv"@hu,
        "Lingua arumena"@it,
        "Влашки јазик"@mk,
        "Aromaniaans"@nl,
        "Język arumuński"@pl,
        "Língua arromena"@pt,
        "Limba aromână"@ro,
        "Арумынский язык"@ru,
        "Цинцарски језик"@sr,
        "Arumänska"@sv,
        "ஆரோமானிய மொழி"@ta,
        "ภาษาอะโรมาเนียน"@th,
        "Арумунська мова"@uk ;
    skos:definition "Aromanian - Limba Armãneascã; (armãneshce, armãneashti, rrămăneshti), also known as Macedo-Aromanian, or Vlach is an Eastern Romance language spoken in Southeastern Europe. Its speakers are called Aromanians or Vlachs (which is an exonym in widespread use to define the communities in the Balkans)."@en ;
    skos:inScheme lexvo: ;
    skos:notation "rup"^^xsd:string ;
    skos:prefLabel "Aroemeens"@af,
        "Idioma arrumán"@an,
        "الأرومانيان"@ar,
        "Macedorrumanu"@ast,
        "aromanca"@az,
        "Арумынская мова"@be,
        "Арамунская мова"@be-tarask,
        "арумънски"@bg,
        "আরোমানিয়"@bn,
        "aroumaneg"@br,
        "आरोमानी"@brx,
        "aromanijski"@bs,
        "ароманијски"@bs-Cyrl,
        "aromanès"@ca,
        "阿罗马尼亚文"@cmn,
        "羅馬尼亞語系"@cmn-Hant,
        "arumunština"@cs,
        "Aromaneg"@cy,
        "arumænsk"@da,
        "Aromunisch"@de,
        "Αρομανικά"@el,
        "Aromanian"@en,
        "Arumana lingvo"@eo,
        "arrumano"@es,
        "aromuuni"@et,
        "Arumaniera"@eu,
        "زبان آرومانی"@fa,
        "aromania"@fi,
        "valaque"@fr,
        "Lingua aromanesa"@gl,
        "Aromunisch"@gsw,
        "અરોમેનિયન"@gu,
        "Aromaanish"@gv,
        "ארומנית"@he,
        "अरोमानियन"@hi,
        "aromunski"@hr,
        "aromán"@hu,
        "Lingua aromanian"@ia,
        "Makedo-Rumania"@id,
        "arúmenska"@is,
        "arumeno"@it,
        "アルーマニア語"@ja,
        "ಅರೋಮಾನಿಯನ್"@kn,
        "아로마니아어"@ko,
        "اَرومانی"@ks,
        "Aroumanek"@kw,
        "Lingua Aromanica"@la,
        "Aroemeens"@li,
        "ອາໂຣມານຽນ"@lo,
        "aromanių"@lt,
        "aromūnu"@lv,
        "влашки"@mk,
        "ആരോമാനിയൻ"@ml,
        "अरोमानियन"@mr,
        "Aromanijan"@mt,
        "Aroman-gí"@nan,
        "aromansk"@nb,
        "Arumuunsche Spraak"@nds,
        "Aroemeens"@nl,
        "aromansk"@nn,
        "Arumensk"@no,
        "ଆରୋମାନିଆନ୍"@or,
        "arumuński"@pl,
        "Lenga macedo-romen-a"@pms,
        "ارومانیائی"@pnb,
        "aromeno"@pt,
        "aromunic"@rm,
        "aromână"@ro,
        "арумынский"@ru,
        "Limba armãneascã"@rup,
        "arumunčina"@sk,
        "aromunščina"@sl,
        "Ароманијски"@sr,
        "Aromanijski"@sr-Latn,
        "arumänska"@sv,
        "அரோமானியன்"@ta,
        "ఆరోమేనియన్"@te,
        "อาโรมาเนียน"@th,
        "Ulahça"@tr,
        "арумунська"@uk,
        "Tiếng Aromania"@vi,
        "阿罗马尼亚语"@zh .

<http://lexvo.org/id/iso639-3/rwo> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "rwo"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/rawa1267> ;
    owl:sameAs <http://dbpedia.org/resource/Rawa_language>,
        <http://www.mpii.de/yago/resource/Rawa_language> ;
    skos:altLabel "Rawa language"@en ;
    skos:definition "Rawa (Erawa, Erewa, Raua) is one of the Finisterre languages of Papua New Guinea. The two dialects, Rawa and Karo, are on opposite sides of the Finisterre Range."@en ;
    skos:inScheme lexvo: ;
    skos:notation "rwo"^^xsd:string ;
    skos:prefLabel "Rawa"@en .

<http://lexvo.org/id/iso639-3/sab> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "sab"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/bugl1243> ;
    owl:sameAs <http://dbpedia.org/resource/Buglere_language>,
        <http://www.mpii.de/yago/resource/Buglere_language> ;
    skos:altLabel "Buglere language"@en ;
    skos:definition "Buglere (Bugle), also known as Murire or Muoy, is a Chibchan language of Panama spoken by the Guaymi people. There are two dialects, Sabanero and Bokotá (Bogota)."@en ;
    skos:inScheme lexvo: ;
    skos:notation "sab"^^xsd:string ;
    skos:prefLabel "Buglere"@en .

<http://lexvo.org/id/iso639-3/saj> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "saj"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/sahu1245> ;
    owl:sameAs <http://dbpedia.org/resource/Sahu_language>,
        <http://www.mpii.de/yago/resource/Sahu_language> ;
    skos:altLabel "Sahu language"@en ;
    skos:definition "Sahu (Sa’u, Sahu’u, Sau) is a Papuan Halmahera language. Use is vigorous; dialects are Pa’disua (Palisua) and Tala’i."@en ;
    skos:inScheme lexvo: ;
    skos:notation "saj"^^xsd:string ;
    skos:prefLabel "Sahu"@en .

<http://lexvo.org/id/iso639-3/sas> a lvont:Language,
        skos:Concept ;
    lvont:isFocusOf <http://id.loc.gov/vocabulary/iso639-2/sas> ;
    lvont:iso6392BCode "sas"^^xsd:string ;
    lvont:iso6392TCode "sas"^^xsd:string ;
    lvont:iso639P3PCode "sas"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-2/sas> ;
    owl:sameAs <http://dbpedia.org/resource/Sasak_language>,
        <http://psi.oasis-open.org/iso/639/#sas>,
        <http://www.lingvoj.org/lang/sas>,
        <http://www.mpii.de/yago/resource/Sasak_language>,
        <info:lc/vocabulary/languages/sas> ;
    skos:altLabel "Sasak language"@en,
        "Idioma sasak"@es,
        "Sasak"@fr,
        "Bahasa Sasak"@id,
        "Сасачки јазик"@mk,
        "Сасакский язык"@ru,
        "Sasak"@sv,
        "ภาษาซาซะก์"@th ;
    skos:definition "The Sasak language is spoken by the Sasak ethnic group, which make up the majority of the population of Lombok, Indonesia. It is closely related to the languages of adjacent Bali and Sumbawa."@en ;
    skos:inScheme lexvo: ;
    skos:notation "sas"^^xsd:string ;
    skos:prefLabel "الساساك"@ar,
        "sasak dili"@az,
        "сасак"@bg,
        "সাসাক"@bn,
        "sasak"@br,
        "सासक"@brx,
        "sasak"@bs,
        "сасак"@bs-Cyrl,
        "sasak"@ca,
        "萨萨克文"@cmn,
        "撒撒克文"@cmn-Hant,
        "sasakština"@cs,
        "Sasaceg"@cy,
        "sasak"@da,
        "Sasak"@de,
        "Σασάκ"@el,
        "Sasak"@en,
        "sasak"@es,
        "sasaki"@et,
        "ساساکی"@fa,
        "sasak"@fi,
        "sasak"@fr,
        "Sasak"@gsw,
        "સાસાક"@gu,
        "ססאק"@he,
        "सासाक"@hi,
        "sasak"@hr,
        "sasak"@hu,
        "Sasak"@id,
        "sasak"@is,
        "sasak"@it,
        "ササク語"@ja,
        "Basa Sasak"@jv,
        "ಸಸಾಕ್"@kn,
        "사사크어"@ko,
        "سَسَک"@ks,
        "ຊາຊັກ"@lo,
        "sasak"@lt,
        "sasaku"@lv,
        "сасак"@mk,
        "സസാക്"@ml,
        "सासाक"@mr,
        "Saska"@mt,
        "sasak"@nb,
        "Sasak"@nl,
        "sasak"@nn,
        "ସାସାକ୍"@or,
        "sasak"@pl,
        "sasak"@pt,
        "sasak"@rm,
        "sasak"@ro,
        "сасаки"@ru,
        "sasačtina"@sk,
        "sasaščina"@sl,
        "Сасак"@sr,
        "Sasak"@sr-Latn,
        "sasak"@sv,
        "சாசாக்"@ta,
        "ససక్"@te,
        "ซาซัก"@th,
        "Sasak"@tr,
        "сасакська"@uk,
        "Tiếng Sasak"@vi .

<http://lexvo.org/id/iso639-3/sat> a lvont:Language,
        skos:Concept ;
    lvont:isFocusOf <http://id.loc.gov/vocabulary/iso639-2/sat> ;
    lvont:iso6392BCode "sat"^^xsd:string ;
    lvont:iso6392TCode "sat"^^xsd:string ;
    lvont:iso639P3PCode "sat"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-2/sat>,
        <http://www.glottolog.org/resource/languoid/id/sant1410> ;
    owl:sameAs <http://psi.oasis-open.org/iso/639/#sat>,
        <http://www.lingvoj.org/lang/sat>,
        <info:lc/vocabulary/languages/sat> ;
    skos:inScheme lexvo: ;
    skos:notation "sat"^^xsd:string ;
    skos:prefLabel "السانتالي"@ar,
        "santal dili"@az,
        "сантали"@bg,
        "সাঁওতালি"@bn,
        "santali"@br,
        "संताली"@brx,
        "santali"@bs,
        "сантали"@bs-Cyrl,
        "santali"@ca,
        "桑塔利文"@cmn,
        "散塔利文"@cmn-Hant,
        "santálština"@cs,
        "Santali"@cy,
        "santali"@da,
        "Santali"@de,
        "santaligbe"@ee,
        "Σαντάλι"@el,
        "Santali"@en,
        "santali"@es,
        "santali"@et,
        "سانتالی"@fa,
        "santali"@fi,
        "santal"@fr,
        "Santali"@gsw,
        "સંતાલી"@gu,
        "סאנטלי"@he,
        "संताली"@hi,
        "santali"@hr,
        "szantáli"@hu,
        "Santali"@id,
        "santalí"@is,
        "santali"@it,
        "サンターリー語"@ja,
        "ಸಂತಾಲಿ"@kn,
        "산탈리어"@ko,
        "سَنتالی"@ks,
        "ຊານທາລິ"@lo,
        "santali"@lt,
        "santalu"@lv,
        "сантали"@mk,
        "സന്താലി"@ml,
        "संताली"@mr,
        "Santali"@mt,
        "santali"@nb,
        "Santali"@nl,
        "santali"@nn,
        "ସାନ୍ତାଳି"@or,
        "santali"@pl,
        "santali"@pt,
        "santali"@rm,
        "santali"@ro,
        "сантали"@ru,
        "santalčina"@sk,
        "santalščina"@sl,
        "Сантали"@sr,
        "Santali"@sr-Latn,
        "santali"@sv,
        "சான்டாலி"@ta,
        "సంటాలి"@te,
        "สันตาลี"@th,
        "lea fakasanitali"@to,
        "Santali"@tr,
        "сантальська"@uk,
        "Tiếng Santali"@vi .

<http://lexvo.org/id/iso639-3/sbc> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "sbc"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/kele1258> ;
    owl:sameAs <http://dbpedia.org/resource/Kele_language_(New_Guinea)>,
        <http://www.mpii.de/yago/resource/Kele_language_(New_Guinea)> ;
    skos:altLabel "Kele (Papua New Guinea)"@en,
        "Kele language"@en ;
    skos:definition "Kele or Gele’ is a language spoken in the easterly section of inland Manus Island, New Guinea."@en ;
    skos:inScheme lexvo: ;
    skos:notation "sbc"^^xsd:string ;
    skos:prefLabel "Kele"@en,
        "Kele"@fr .

<http://lexvo.org/id/iso639-3/sbf> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "sbf"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/shab1252> ;
    owl:sameAs <http://dbpedia.org/resource/Shabo_language>,
        <http://www.mpii.de/yago/resource/Shabo_language> ;
    skos:altLabel "Shabo language"@en ;
    skos:definition "Shabo (also called Mikeyir) is an endangered language spoken by about 600 hunter-gatherers in southwestern Ethiopia, in the westernmost part of the Southern Nations, Nationalities, and People's Region. They live in three places in the Keficho Shekicho Zone: Anderaccha, Gecha, and Kaabo. Many of its speakers are shifting to other neighboring languages, in particular Majang language and Shekkacho (Mocha); its vocabulary is heavily influenced by loanwords from both these languages, particularly Majangir, as well as Amharic. Its classification is uncertain; it may be Nilo-Saharan (Anbessa & Unseth 1989, Fleming 1991), or may be a language isolate (Ehret 1995), a position which has since come to be seen as more probable. It was first reported to be a separate language by Lionel Bender in 1977, using a wordlist gathered by the missionary Harvey Hoekstra. It is currently being studied by Daniel Aberra of Addis Ababa University."@en ;
    skos:inScheme lexvo: ;
    skos:notation "sbf"^^xsd:string ;
    skos:prefLabel "Shabo"@de,
        "Shabo"@en,
        "Lenga Shabo"@pms,
        "Шабо"@ru .

<http://lexvo.org/id/iso639-3/sbs> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "sbs"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/subi1246> ;
    owl:sameAs <http://dbpedia.org/resource/Kuhane_language>,
        <http://www.mpii.de/yago/resource/Kuhane_language> ;
    skos:altLabel "Kuhane language"@en ;
    skos:definition "Kuhane, or Subiya, also known as Kwahane, Chikuahane, Chikwahane, Ciikuhane, or Mbalang'we, is a Bantu language spoken by 35,000 people along the Okavango River in Namibia, Zambia, and Botswana. In Tswana it is known as Subiya (Supia, Sesubea, Echisubia). It is one of several Bantu languages of the Okavango which have click consonants."@en ;
    skos:inScheme lexvo: ;
    skos:notation "sbs"^^xsd:string ;
    skos:prefLabel "Subiya"@en,
        "Kikuhane"@sw .

<http://lexvo.org/id/iso639-3/sce> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "sce"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/dong1285> ;
    owl:sameAs <http://dbpedia.org/resource/Santa_language>,
        <http://www.mpii.de/yago/resource/Santa_language> ;
    skos:altLabel "Santa language"@en ;
    skos:definition "The Santa language, also known as Dongxiang (东乡语), is a Mongolic language spoken by the Dongxiang people in northwest China."@en ;
    skos:inScheme lexvo: ;
    skos:notation "sce"^^xsd:string ;
    skos:prefLabel "Bahsa Dongxiang"@ace,
        "Dongchiangeg"@br,
        "Dongxiang"@en,
        "Donŝjanga lingvo"@eo,
        "Dongxiangin kieli"@fi,
        "Dongxiang"@fr,
        "Дунсијански јазик"@mk,
        "Bahasa Dongxiang"@ms,
        "Język santyjski"@pl,
        "Lenga dongxiang"@pms,
        "Дунсянский язык"@ru,
        "Dongxiangca"@tr,
        "دۇڭشياڭ تىلى"@ug,
        "东乡语"@zh .

<http://lexvo.org/id/iso639-3/scl> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "scl"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/shin1264> ;
    owl:sameAs <http://dbpedia.org/resource/Shina_language>,
        <http://www.mpii.de/yago/resource/Shina_language> ;
    skos:altLabel "Shina language"@en ;
    skos:definition "Shina (also known as Tshina) is a Dardic language spoken by a plurality of people in Gilgit-Baltistan of Pakistan and Dras in Ladakh of Indian-Administered Kashmir. The valleys in which it is spoken include Astore, Chilas, Dareil, Tangeer, Gilgit, Ghizer, and a few parts of Baltistan and Kohistan. It is also spoken in Gurez, Drass, Kargil, Karkit Badgam and Ladakh valleys. There were 321,000 speakers of Gilgiti Shina as of 1981, and an estimated total of speakers of all dialects of 550,000. Many Shina speakers are also found in Pakistan's major urban centres of Islamabad, Rawalpindi, Lahore, Abbottabad, Hyderabad and Karachi."@en ;
    skos:inScheme lexvo: ;
    skos:notation "scl"^^xsd:string ;
    skos:prefLabel "شينا"@ar,
        "Chineg"@br,
        "Shina"@de,
        "Shina"@en,
        "Idioma shina"@es,
        "Šinan kieli"@fi,
        "Shina"@fr,
        "शीना भाषा"@hi,
        "Shina"@no,
        "شینا"@pnb,
        "சினா மொழி"@ta,
        "شینا زبان"@ur .

<http://lexvo.org/id/iso639-3/scn> a lvont:Language,
        skos:Concept ;
    lvont:isFocusOf <http://id.loc.gov/vocabulary/iso639-2/scn> ;
    lvont:iso6392BCode "scn"^^xsd:string ;
    lvont:iso6392TCode "scn"^^xsd:string ;
    lvont:iso639P3PCode "scn"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-2/scn> ;
    owl:sameAs <http://dbpedia.org/resource/Sicilian_language>,
        <http://psi.oasis-open.org/iso/639/#scn>,
        <http://www.lingvoj.org/lang/scn>,
        <http://www.mpii.de/yago/resource/Sicilian_language>,
        <info:lc/vocabulary/languages/scn> ;
    skos:altLabel "لغة صقلية"@ar,
        "Сицилиански език"@bg,
        "Sicilià"@ca,
        "Sicilština"@cs,
        "Sizilianische Sprache"@de,
        "Sicilian language"@en,
        "Idioma siciliano"@es,
        "زبان سیسیلی"@fa,
        "Sisilian kieli"@fi,
        "Sicilien"@fr,
        "Sicilijanski jezik"@hr,
        "Szicíliai nyelv"@hu,
        "Bahasa Sisilia"@id,
        "Lingua siciliana"@it,
        "Sicīliešu valoda"@lv,
        "Siciliansk"@nn,
        "Język sycylijski"@pl,
        "Língua siciliana"@pt,
        "Limba siciliană"@ro,
        "Сицилийский язык"@ru,
        "Sicilianska"@sv,
        "சிசிலிய மொழி"@ta,
        "ภาษาซิซิลี"@th,
        "Сицилійська мова"@uk ;
    skos:definition "Sicilian (, , also known as Siculu or Calabro-Sicilian) is a Romance language. Its dialects make up the Extreme-Southern Italian language group, which are spoken on the island of Sicily and its satellite islands; in southern and central Calabria (where it is called Southern Calabro); in the southern parts of Apulia, the Salento (where it is known as Salentino); and Campania, on the Italian mainland, where it is called Cilentano (Gordon, 2005). Ethnologue (see below for more detail) describes Sicilian as being \"distinct enough from Standard Italian to be considered a separate language\" (Gordon). Some assert that Sicilian represents the oldest Romance language derived from Vulgar Latin (Privitera, 2004), but this is not a widely-held view amongst linguists, and is sometimes strongly criticized (2004, p. 151)."@en ;
    skos:inScheme lexvo: ;
    skos:notation "scn"^^xsd:string ;
    skos:prefLabel "Sisiliaans"@af,
        "Idioma secilián"@an,
        "الصقلية"@ar,
        "Sicilianu"@ast,
        "sisili dili"@az,
        "сицилиански"@bg,
        "সিসিলিয়ান"@bn,
        "སི་ཅི་ལིའི་སྐད།"@bo,
        "सीसीलीअन"@brx,
        "sicilijanski"@bs,
        "сицилијански"@bs-Cyrl,
        "sicilià"@ca,
        "西西里文"@cmn,
        "西西里文"@cmn-Hant,
        "Lingua siciliana"@co,
        "sicilština"@cs,
        "Сицили чĕлхи"@cv,
        "Sisileg"@cy,
        "siciliansk"@da,
        "Sizilianisch"@de,
        "Σικελιανά"@el,
        "Sicilian"@en,
        "Sicilia lingvo"@eo,
        "siciliano"@es,
        "sitsiilia"@et,
        "Siziliera"@eu,
        "Luenga siciliana"@ext,
        "سیسیلی"@fa,
        "sisilia"@fi,
        "sicilien"@fr,
        "Sicilien"@frp,
        "sicilian"@fur,
        "An tSicilis"@ga,
        "Lingua siciliana"@gl,
        "Sizilianisch"@gsw,
        "સિસિલિયાન"@gu,
        "Shisslish"@gv,
        "Sî-sî-lî-ngî"@hak,
        "סיציליאנית"@he,
        "सिसिलियन"@hi,
        "sicilijski"@hr,
        "szicíliai"@hu,
        "Sisilia"@id,
        "sikileyska"@is,
        "siciliano"@it,
        "シチリア語"@ja,
        "Basa Sisilia"@jv,
        "სიცილიური"@ka,
        "ಸಿಸಿಲಿಯನ್"@kn,
        "시칠리아어"@ko,
        "سِچِلِیَن"@ks,
        "Sîcîlyanî"@ku,
        "Сицил кыв"@kv,
        "Lingua Sicula"@la,
        "Lengua siciliann-a"@lij,
        "ຊີຊິລີນ"@lo,
        "siciliečių"@lt,
        "sicīliešu"@lv,
        "сицилијански"@mk,
        "സിസിലിയൻ"@ml,
        "सिसिलियन"@mr,
        "Lingwa Sqallija"@mt,
        "Lengua siciliana"@nap,
        "siciliansk"@nb,
        "Sisiliaans"@nds,
        "Siciliaans"@nl,
        "siciliansk"@nn,
        "Siciliansk"@no,
        "Sicilian"@oc,
        "ସିଶିଲିଆନ୍"@or,
        "Сицилиаг æвзаг"@os,
        "sycylijski"@pl,
        "Lenga sicilian-a"@pms,
        "سسلین"@pnb,
        "siciliano"@pt,
        "sicilian"@rm,
        "siciliană"@ro,
        "сицилийский"@ru,
        "Limba sitziliana"@sc,
        "Lingua siciliana"@scn,
        "sisiliagiella"@se,
        "Sicilijanski jezik"@sh,
        "sicílčina"@sk,
        "sicilijanščina"@sl,
        "Gjuha siciliane"@sq,
        "Сицилијански"@sr,
        "Sicilijanski"@sr-Latn,
        "sicilianska"@sv,
        "சிசிலியன்"@ta,
        "సిసిలియన్"@te,
        "ซิซิลี"@th,
        "Sicilyaca"@tr,
        "سىتسىلىيە تىلى"@ug,
        "сицилійська"@uk,
        "Tiếng Sicilia"@vi,
        "西西里语"@zh .

<http://lexvo.org/id/iso639-3/sdo> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "sdo"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/buka1257> ;
    owl:sameAs <http://dbpedia.org/resource/Bukar_Sadong_language>,
        <http://www.mpii.de/yago/resource/Bukar_Sadong_language> ;
    skos:altLabel "Bidayuh, Bukar-Sadung"@en,
        "Bukar Sadong language"@en ;
    skos:definition "Bukar Sadong, also Bukar or Sadong, is a Dayak language of Borneo."@en ;
    skos:inScheme lexvo: ;
    skos:notation "sdo"^^xsd:string ;
    skos:prefLabel "Bukar-Sadung Bidayuh"@en .

<http://lexvo.org/id/iso639-3/sdp> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "sdp"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/sher1257> ;
    owl:sameAs <http://dbpedia.org/resource/Sherdukpen_language>,
        <http://www.mpii.de/yago/resource/Sherdukpen_language> ;
    skos:altLabel "Sherdukpen language"@en ;
    skos:definition "Sherdukpen is a small Tibeto-Burman language spoken in India."@en ;
    skos:inScheme lexvo: ;
    skos:notation "sdp"^^xsd:string ;
    skos:prefLabel "Sherdukpen"@en .

<http://lexvo.org/id/iso639-3/sea> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "sea"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/sema1266> ;
    owl:sameAs <http://dbpedia.org/resource/Semai_language>,
        <http://www.mpii.de/yago/resource/Semai_language> ;
    skos:altLabel "Semai language"@en ;
    skos:definition "Semai is a Mon–Khmer language of Western Malaysia spoken by about 44,000 Semai people. It is perhaps the only Aslian language which is not endangered, and even has 2,000 monolingual speakers."@en ;
    skos:inScheme lexvo: ;
    skos:notation "sea"^^xsd:string ;
    skos:prefLabel "Semai"@en,
        "Semai"@fr,
        "Bahasa Semai"@ms .

<http://lexvo.org/id/iso639-3/see> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "see"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/sene1264> ;
    owl:sameAs <http://dbpedia.org/resource/Seneca_language>,
        <http://www.mpii.de/yago/resource/Seneca_language> ;
    skos:altLabel "Seneca language"@en,
        "Seneca"@fr,
        "Сенека"@ru ;
    skos:definition "Seneca (in Seneca, Onödowága or Onötowáka) is the language of the Seneca people, one of the Six Nations of the Iroquois League. About 10,000 Seneca live in the United States and Canada, primarily on reservations in western New York, with others living in Oklahoma and near Brantford, Ontario."@en ;
    skos:inScheme lexvo: ;
    skos:notation "see"^^xsd:string ;
    skos:prefLabel "seneca"@ca,
        "ᏏᏂᎦ"@chr,
        "塞内卡文"@cmn,
        "塞訥卡文"@cmn-Hant,
        "seneca"@cs,
        "seneca"@da,
        "Σένεκα"@el,
        "Seneca"@en,
        "seneca"@es,
        "seneca"@et,
        "seneca"@fi,
        "seneca"@fr,
        "סנקה"@he,
        "seneca"@hr,
        "szeneka"@hu,
        "Seneca"@id,
        "seneca"@it,
        "セネカ語"@ja,
        "세네카어"@ko,
        "ຊີນີກາ"@lo,
        "senecų"@lt,
        "seneku"@lv,
        "сенека"@mk,
        "seneca"@nb,
        "Seneca"@nl,
        "seneka"@pl,
        "seneca"@pt,
        "seneca"@ro,
        "сенека"@ru,
        "seneca"@sk,
        "seneca"@sv,
        "เซนิกา"@th,
        "Seneca"@tr,
        "сенека"@uk,
        "Tiếng Seneca"@vi,
        "塞内卡语"@zh .

<http://lexvo.org/id/iso639-3/sef> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "sef"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/ceba1235> ;
    owl:sameAs <http://dbpedia.org/resource/Cebaara_language>,
        <http://www.mpii.de/yago/resource/Cebaara_language> ;
    skos:altLabel "Cebaara language"@en,
        "Senoufo, Cebaara"@en ;
    skos:definition "Cebaara (Tyebala), one of a cluster of languages called Senari, is a major Senufo language, spoken by a million people in Ivory Coast."@en ;
    skos:inScheme lexvo: ;
    skos:notation "sef"^^xsd:string ;
    skos:prefLabel "Senareg"@br,
        "Cebaara"@de,
        "Cebaara Senoufo"@en,
        "Lenga Senoufo Cebaara"@pms .

<http://lexvo.org/id/iso639-3/sei> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "sei"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/seri1257> ;
    owl:sameAs <http://dbpedia.org/resource/Seri_language>,
        <http://www.mpii.de/yago/resource/Seri_language> ;
    skos:altLabel "Seri language"@en ;
    skos:definition "Seri (Seri: cmiique iitom) is a language isolate spoken by the Seri people by between 716 These hypotheses came out of a period when attempts were being made to group all of the languages of the Americas into families. In the case of Seri, however, very little evidence has ever been produced. Until such evidence is presented and evaluated, the language is most appropriately considered an isolate."@en ;
    skos:inScheme lexvo: ;
    skos:notation "sei"^^xsd:string ;
    skos:prefLabel "Serieg"@br,
        "Seri"@de,
        "Σέρι"@el,
        "Seri"@en,
        "Idioma seri"@es,
        "Seri"@fr,
        "Seri"@hr,
        "Bahasa Seri"@id,
        "セリ語"@ja,
        "세리어"@ko,
        "Seri"@nl,
        "Język seri"@pl,
        "Lenga seri"@pms,
        "Língua seri"@pt,
        "Сери"@ru,
        "Serian"@sh,
        "Seri"@stq .

<http://lexvo.org/id/iso639-3/ser> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ser"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/serr1255> ;
    owl:sameAs <http://dbpedia.org/resource/Serrano_language>,
        <http://www.mpii.de/yago/resource/Serrano_language> ;
    skos:altLabel "Serrano language"@en ;
    skos:definition "The Serrano language is a language in the Takic branch of the Uto-Aztecan family spoken by the Serrano people of Southern California. The language is closely related to Tongva and Kitanemuk."@en ;
    skos:inScheme lexvo: ;
    skos:notation "ser"^^xsd:string ;
    skos:prefLabel "Serrano"@en,
        "Idioma serrano"@es,
        "Serrano"@fr .

<http://lexvo.org/id/iso639-3/ses> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ses"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/koyr1242> ;
    owl:sameAs <http://dbpedia.org/resource/Koyraboro_Senni>,
        <http://www.mpii.de/yago/resource/Koyraboro_Senni> ;
    skos:altLabel "Koyraboro Senni Songhai"@en,
        "Songhai, Koyraboro Senni"@en ;
    skos:definition "Koyraboro Senni (or Eastern Songhay, or Koroboro Senni, or Koyra Senni) is a variety of Songhai in Mali, spoken by some 400,000 people along Niger River from Gourma-Rharous, east of Timbuktu, through Bourem, Gao, and Ansongo to the Mali–Niger border."@en ;
    skos:inScheme lexvo: ;
    skos:notation "ses"^^xsd:string ;
    skos:prefLabel "koyraboro senni"@ca,
        "东桑海文"@cmn,
        "東桑海文"@cmn-Hant,
        "koyraboro senni"@cs,
        "koyraboro senni"@da,
        "Koyra Senni"@de,
        "Κοϊραμπόρο Σένι"@el,
        "Koyraboro Senni"@en,
        "koyraboro senni"@es,
        "koyraboro senni"@et,
        "koyraboro senni"@fi,
        "songhaï koyraboro senni"@fr,
        "קויראבורו סני"@he,
        "koyraboro senni"@hr,
        "kojra-szenni"@hu,
        "Koyraboro Senni"@id,
        "koyraboro senni"@it,
        "コイラボロ・センニ語"@ja,
        "코이야보로 세니어"@ko,
        "ໂຄຣຍລາໂບໂລເຊນນິ"@lo,
        "koyraboro seni"@lt,
        "koiraboro senni"@lv,
        "којраборо сени"@mk,
        "koyraboro senni"@nb,
        "Koyraboro Senni"@nl,
        "koyraboro senni"@pl,
        "koyraboro senni"@pt,
        "koyraboro Senni"@ro,
        "койраборо сенни"@ru,
        "Koyraboro senni"@ses,
        "koyraboro senni"@sk,
        "Gao-songhay"@sv,
        "โคย์ราโบโรเซนนี"@th,
        "Koyraboro Senni"@tr,
        "койраборо сені"@uk,
        "Tiếng Koyraboro Senni"@vi .

<http://lexvo.org/id/iso639-3/set> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "set"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/nucl1632> ;
    owl:sameAs <http://dbpedia.org/resource/Sentani_language>,
        <http://www.mpii.de/yago/resource/Sentani_language> ;
    skos:altLabel "Sentani language"@en ;
    skos:definition "Sentani or Buyaka is a Papuan language of Papua, Indonesia."@en ;
    skos:inScheme lexvo: ;
    skos:notation "set"^^xsd:string ;
    skos:prefLabel "Sentani"@en,
        "Bahasa Sentani"@id,
        "Język sentani"@pl .

<http://lexvo.org/id/iso639-3/sey> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "sey"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/seco1241> ;
    owl:sameAs <http://dbpedia.org/resource/Secoya_language>,
        <http://www.mpii.de/yago/resource/Secoya_language> ;
    skos:altLabel "Secoya language"@en ;
    skos:definition "The Secoya language is a Western Tucanoan language spoken by 297 Secoya people in Ecuador and 144 in Peru."@en ;
    skos:inScheme lexvo: ;
    skos:notation "sey"^^xsd:string ;
    skos:prefLabel "Secoya"@en,
        "Secoya"@fr,
        "Lenga secoya"@pms .

<http://lexvo.org/id/iso639-3/sgh> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "sgh"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/shug1248> ;
    owl:sameAs <http://dbpedia.org/resource/Shughni_language>,
        <http://www.mpii.de/yago/resource/Shughni_language> ;
    skos:altLabel "Shughni language"@en ;
    skos:definition "Shughni is one of the Pamir languages of the Southeastern Iranian language group. Its distribution is in the Gorno-Badakhshan Autonomous Province in Tajikistan and Badakhshan Province in Afghanistan."@en ;
    skos:inScheme lexvo: ;
    skos:notation "sgh"^^xsd:string ;
    skos:prefLabel "Шугнано-рушански език"@bg,
        "Shughni"@en,
        "Šugni keel"@et,
        "زبان شغنانی"@fa,
        "Šugnanin kieli"@fi,
        "Shughni"@fr,
        "Lingua xugní"@gl,
        "슈그니어"@ko,
        "Шугнан кыв"@kv,
        "Shughni"@no,
        "Język szugnański"@pl,
        "Lenga Shughni"@pms,
        "Шугнанский язык"@ru,
        "ภาษาซุกนี"@th .

<http://lexvo.org/id/iso639-3/sgz> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "sgz"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/surs1246> ;
    owl:sameAs <http://dbpedia.org/resource/Sursurunga_language>,
        <http://www.mpii.de/yago/resource/Sursurunga_language> ;
    skos:altLabel "Sursurunga language"@en ;
    skos:definition "Sursurunga is an Oceanic language of New Ireland."@en ;
    skos:inScheme lexvo: ;
    skos:notation "sgz"^^xsd:string ;
    skos:prefLabel "Sursurunga"@de,
        "Sursurunga"@en,
        "Sursurunga"@fr,
        "Lenga Sursurunga"@pms,
        "Língua sursurunga"@pt .

<http://lexvo.org/id/iso639-3/shb> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "shb"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/nina1238> ;
    owl:sameAs <http://dbpedia.org/resource/Yanam_language>,
        <http://www.mpii.de/yago/resource/Yanam_language> ;
    skos:altLabel "Yanam language"@en ;
    skos:definition "Yanam is a Yanomaman language spoken by approximately 560 speakers in Roraima, Brazil (460 speakers) and southern Venezuela near the Mucajai, upper Uraricáa, and Paragua rivers."@en ;
    skos:inScheme lexvo: ;
    skos:notation "shb"^^xsd:string ;
    skos:prefLabel "Yanameg"@br,
        "Ninam"@en,
        "Idioma yanam"@es .

<http://lexvo.org/id/iso639-3/shg> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "shg"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/shua1254> ;
    owl:sameAs <http://dbpedia.org/resource/Shua_language>,
        <http://www.mpii.de/yago/resource/Shua_language> ;
    skos:altLabel "Shua language"@en ;
    skos:definition "Shwa or Shwakhwe, commonly spelled Shua, is a Khoe language of Botswana. It is spoken in central Botswana (in Nata and its surroundings), and in parts of the Chobe District in the extreme north of Botswana. There are approximately 6,000 speakers (Cook 2004). The term Shwakhwe means people (khwe) from the salty area (shwa). Like many Khoisan languages, it has clicks and ejectives and distinctive tones. Unlike most Khoisan languages, but like Nama, the most neutral word order is SOV, though word order is relatively free. As with most Khoisan languages, there are postpositions. There is a tense-aspect marker ke which often appears in second position in affirmative sentences in the present tense, giving X Aux S O V order (e.g. S Aux O V)."@en ;
    skos:inScheme lexvo: ;
    skos:notation "shg"^^xsd:string ;
    skos:prefLabel "Shua"@en,
        "Shua jezik"@hr .

<http://lexvo.org/id/iso639-3/shi> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "shi"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/tach1250> ;
    owl:sameAs <http://dbpedia.org/resource/Shilha_language>,
        <http://www.mpii.de/yago/resource/Shilha_language> ;
    skos:altLabel "Taixelhit"@ca,
        "Shilha language"@en,
        "Idioma tashelhit"@es,
        "Chleuh"@fr,
        "Tachelhit jezik"@hr,
        "Lingua tashelhit"@it,
        "タシルハイト語"@ja,
        "Tashelhiyt"@nl,
        "Język tashelhiyt"@pl,
        "Шильхские языки"@ru ;
    skos:definition "Shilha (; native Tacelḥit, variously transcribed Tachelhit, Tachelhiyt, Tachlhit; also Tamazirt n Suss, Moroccan Arabic: Shelha) is one of the large Berber languages with about 3 million speakers, and with about 8 million speakers according to the INALCO linguistic institute in France."@en ;
    skos:inScheme lexvo: ;
    skos:notation "shi"^^xsd:string ;
    skos:prefLabel "Taxelhit"@an,
        "لهجة تشلحيت"@ar,
        "Tacheliteg"@br,
        "tachelhit"@ca,
        "希尔哈文"@cmn,
        "希爾哈文"@cmn-Hant,
        "tachelhit"@da,
        "Taschelhit"@de,
        "Τασελχίτ"@el,
        "Tachelhit"@en,
        "tashelhit"@es,
        "tachelhiti"@et,
        "tašelhit"@fi,
        "chleuh"@fr,
        "טצ'להיט"@he,
        "tachelhit"@hr,
        "tachelhit"@hu,
        "Tachelhit"@id,
        "tachelhit"@it,
        "シルハ語"@ja,
        "Tacelḥit"@kab,
        "타셸히트어"@ko,
        "ທາເຊວຫິດ"@lo,
        "tachelhitų"@lt,
        "šilhu"@lv,
        "тачелхит"@mk,
        "tachelhit"@nb,
        "Tachelhit"@nl,
        "Tashelit"@oc,
        "tashelhiyt"@pl,
        "Lenga Tachelhit"@pms,
        "tachelhit"@pt,
        "tachelhit"@ro,
        "тахелхит"@ru,
        "Tachelhit"@sh,
        "ⵜⴰⵎⴰⵣⵉⵖⵜ"@shi,
        "tamazight"@shi-Latn,
        "tachelhit"@sk,
        "tachelhit"@sv,
        "ทาเชลีห์ท"@th,
        "Taşelhit"@tr,
        "тачеліт"@uk,
        "Tiếng Tachelhit"@vi .

<http://lexvo.org/id/iso639-3/shj> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "shj"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/shat1244> ;
    owl:sameAs <http://dbpedia.org/resource/Shatt_language>,
        <http://www.mpii.de/yago/resource/Shatt_language> ;
    skos:altLabel "Shatt language"@en ;
    skos:definition "The Shatt language is an Eastern Sudanic language of the Daju family spoken in the Shatt Hills (part of the Nuba Mountains) southwest of Kaduqli in South Kurdufan province in southern Sudan. The designation \"Shatt\" is an Arabic word meaning \"dispersed\" and is applied to several distinct groups in the Nuba Mountains. \"Caning\" is their own name for themselves."@en ;
    skos:inScheme lexvo: ;
    skos:notation "shj"^^xsd:string ;
    skos:prefLabel "Chateg"@br,
        "Shatt"@en .

<http://lexvo.org/id/iso639-3/shk> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "shk"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/shil1265> ;
    owl:sameAs <http://dbpedia.org/resource/Shilluk_language>,
        <http://www.mpii.de/yago/resource/Shilluk_language> ;
    skos:altLabel "Shilluk language"@en ;
    skos:definition "The Shilluk Language, or Chollo, is a Nilotic language spoken by the Shilluk people of South Sudan. It is closely related to Luo. Dhɔg Cɔllɔ is widely spoken throughout the Shilluk Kingdom and it is the official language of Shilluk and the residents in Shilluk Kingdom."@en ;
    skos:inScheme lexvo: ;
    skos:notation "shk"^^xsd:string ;
    skos:prefLabel "Chilloukeg"@br,
        "Schilluk"@de,
        "Shilluk"@en,
        "Shilluk"@fr,
        "Język szylluk"@pl,
        "Lenga Shilluk"@pms,
        "Língua shilluk"@pt,
        "Шиллук"@ru,
        "Шилук језик"@sr .

<http://lexvo.org/id/iso639-3/shp> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "shp"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/ship1254> ;
    owl:sameAs <http://dbpedia.org/resource/Shipibo_language>,
        <http://www.mpii.de/yago/resource/Shipibo_language> ;
    skos:altLabel "Shipibo language"@en ;
    skos:definition "Shipibo (also Shipibo-Conibo, Shipibo-Konibo) is a Panoan language spoken in Peru and Brazil by approximately 26,000 speakers. Shipibo is an official language of Peru."@en ;
    skos:inScheme lexvo: ;
    skos:notation "shp"^^xsd:string ;
    skos:prefLabel "Shipibo-Conibo"@en,
        "Idioma shipibo"@es,
        "Shipibo-conibo"@fr,
        "Shipibo"@no,
        "Shipipu simi"@qu,
        "Шипибо-конибо"@ru .

<http://lexvo.org/id/iso639-3/shs> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "shs"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/shus1248> ;
    owl:sameAs <http://dbpedia.org/resource/Shuswap_language>,
        <http://www.mpii.de/yago/resource/Shuswap_language> ;
    skos:altLabel "Shuswap language"@en ;
    skos:definition "The Shuswap language, known to its speakers as Secwepemctsín , is the traditional language of the Shuswap people (Secwépemc ) of British Columbia. An endangered language, Shuswap is spoken mainly in the Central and Southern interior of British Columbia between the Fraser River and the Rocky Mountains. There are however over 1600 remaining speakers in British Columbia according to the most recent Canadian census in 2006."@en ;
    skos:inScheme lexvo: ;
    skos:notation "shs"^^xsd:string ;
    skos:prefLabel "Shuswap"@en,
        "Shuswap"@fr .

<http://lexvo.org/id/iso639-3/shv> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "shv"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/sheh1240> ;
    owl:sameAs <http://dbpedia.org/resource/Shehri_language>,
        <http://www.mpii.de/yago/resource/Shehri_language> ;
    skos:altLabel "Shehri language"@en ;
    skos:definition "Jibbali - frequently called Shehri (or \"mountain\" language) in Omani Arabic - is a South Arabian (or Eastern South Semitic) language spoken by a minority native population in the mountains and wilderness areas upland from Salalah in Dhofar Province in the southwest of the Oman."@en ;
    skos:inScheme lexvo: ;
    skos:notation "shv"^^xsd:string ;
    skos:prefLabel "لغة شحرية"@ar,
        "Shehri"@en,
        "Shehri hizkuntza"@eu,
        "Shehri"@hr,
        "Shehri"@no .

<http://lexvo.org/id/iso639-3/shy> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "shy"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/tach1249> ;
    owl:sameAs <http://dbpedia.org/resource/Shawiya_language>,
        <http://www.mpii.de/yago/resource/Shawiya_language> ;
    skos:altLabel "Shawiya language"@en ;
    skos:definition "Shawiya (Shawia), also spelled Chaouïa (autonym θšawiθ or Hašawiθ; standard Berber: Tacawit), also known as Numidian Berber, is the eponymous Zenati-Berber spoken by the Shawia (Chaoui) people of eastern Algeria around Batna, Khenchela, Sétif, Oum El Bouaghi, Souk Ahras, Tébessa and the north part of Biskra. It has over two million speakers."@en ;
    skos:inScheme lexvo: ;
    skos:notation "shy"^^xsd:string ;
    skos:prefLabel "Chawiyeg"@br,
        "Tachawit"@en,
        "Xawia"@eu,
        "Chaoui"@fr,
        "Tachawit jezik"@hr,
        "Lingua tashawit"@it,
        "Tacawit"@kab,
        "Shaui"@oc,
        "Šavija"@sh .

<http://lexvo.org/id/iso639-3/sid> a lvont:Language,
        skos:Concept ;
    lvont:isFocusOf <http://id.loc.gov/vocabulary/iso639-2/sid> ;
    lvont:iso6392BCode "sid"^^xsd:string ;
    lvont:iso6392TCode "sid"^^xsd:string ;
    lvont:iso639P3PCode "sid"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-2/sid> ;
    owl:sameAs <http://dbpedia.org/resource/Sidamo_language>,
        <http://psi.oasis-open.org/iso/639/#sid>,
        <http://www.lingvoj.org/lang/sid>,
        <http://www.mpii.de/yago/resource/Sidamo_language>,
        <info:lc/vocabulary/languages/sid> ;
    skos:altLabel "Sidamoeg"@br,
        "Sidamo"@ca,
        "Sidamo"@de,
        "Sidamo language"@en,
        "Sidamo"@fi,
        "Sidama"@fr,
        "Język sidamo"@pl,
        "Сидамо"@ru ;
    skos:definition "Sidamo is an Afro-Asiatic language, belonging to the Cushitic branch, part of the Highland East Cushitic group. It is spoken in parts of southern Ethiopia."@en ;
    skos:inScheme lexvo: ;
    skos:notation "sid"^^xsd:string ;
    skos:prefLabel "ሲዳምኛ"@am,
        "السيدامو"@ar,
        "sidamo dili"@az,
        "сидамо"@bg,
        "সিডামো"@bn,
        "sidamo"@br,
        "सीदामो"@brx,
        "sidamo"@bs,
        "сидамо"@bs-Cyrl,
        "ሲዳምኛ"@byn,
        "sidamo"@ca,
        "悉达摩文"@cmn,
        "希達摩文"@cmn-Hant,
        "sidamo"@cs,
        "Sidamo"@cy,
        "sidamo"@da,
        "Sidama"@de,
        "Σιντάμο"@el,
        "Sidamo"@en,
        "sidamo"@es,
        "sidamo"@et,
        "Sidamo hizkuntza"@eu,
        "سیدامویی"@fa,
        "sidamo"@fi,
        "sidamo"@fr,
        "Sidamo"@gsw,
        "સિદામો"@gu,
        "סידמו"@he,
        "सिदामो"@hi,
        "sidamo"@hr,
        "szidamó"@hu,
        "Sidamo"@id,
        "sídamó"@is,
        "sidamo"@it,
        "シダモ語"@ja,
        "ಸಿಡಾಮೋ"@kn,
        "시다모어"@ko,
        "سِدامو"@ks,
        "ຊິດາໂມ"@lo,
        "sidamo"@lt,
        "sidamu"@lv,
        "сидамо"@mk,
        "സിഡാമോ"@ml,
        "सिदामो"@mr,
        "Sidamo"@mt,
        "sidamo"@nb,
        "Sidamo"@nl,
        "sidamo"@nn,
        "ସିଦାମୋ"@or,
        "sidamo"@pl,
        "Lenga Sidamo"@pms,
        "sidamo"@pt,
        "sidamo"@rm,
        "sidamo"@ro,
        "сидама"@ru,
        "sidamo"@sk,
        "sidamščina"@sl,
        "Сидамо"@sr,
        "Sidamo"@sr-Latn,
        "sidamo"@sv,
        "சிடாமோ"@ta,
        "సిడామో"@te,
        "ซิดาโม"@th,
        "ሲዳምኛ"@tig,
        "Sidamo"@tr,
        "сідамо"@uk,
        "Tiếng Sidamo"@vi .

<http://lexvo.org/id/iso639-3/sif> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "sif"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/siam1242> ;
    owl:sameAs <http://dbpedia.org/resource/Siamou_language>,
        <http://www.mpii.de/yago/resource/Siamou_language> ;
    skos:altLabel "Siamou language"@en ;
    skos:definition "The Siamou language, also known as Sɛmɛ (Seme), is a Kru language of the Niger–Congo language family. As of 1999, it was spoken by 20,000 people in western Burkina Faso and another 20,000 in the Ivory Coast and Mali. In Burkina Faso, it is mainly spoken in the province of Kénédougou around the provincial capital Orodara. Siamou has one major dialect, Bandougou. In addition, there are minor dialectal differences amongst the Siamou spoken in Orodara and in surrounding villages."@en ;
    skos:inScheme lexvo: ;
    skos:notation "sif"^^xsd:string ;
    skos:prefLabel "Siamou"@de,
        "Siamou"@en,
        "Idioma siamou"@es,
        "Lenga Siamou"@pms .

<http://lexvo.org/id/iso639-3/sip> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "sip"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/sikk1242> ;
    owl:sameAs <http://dbpedia.org/resource/Sikkimese_language>,
        <http://www.mpii.de/yago/resource/Sikkimese_language> ;
    skos:altLabel "Sikkimese language"@en ;
    skos:definition "The Sikkimese language, also called Sikkimese Tibetan, Bhutia, Dranjongke , Dranjoke, Denjongka, Denzongpeke, and Denzongke, belongs to the Southern Tibetan language family. It is spoken by the Bhutia (Denzongpa) nationality in Sikkim. Sikkimese people refer to their own language as Dranjongke and their homeland as Denzong (; \"Valley of Rice\")."@en ;
    skos:inScheme lexvo: ;
    skos:notation "sip"^^xsd:string ;
    skos:prefLabel "འབྲས་ལྗོངས་སྐད།"@bo,
        "Bhutia"@cy,
        "Sikkimese"@en,
        "Idioma bhutia"@es,
        "Język dandzongka"@pl,
        "Língua siquimesa"@pt,
        "Сиккимский язык"@ru,
        "Sikkimesiska"@sv,
        "ภาษาสิกขิม"@th,
        "锡金语"@wuu,
        "锡金语"@zh .

<http://lexvo.org/id/iso639-3/sis> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "sis"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/sius1254> ;
    owl:sameAs <http://dbpedia.org/resource/Siuslaw_language>,
        <http://www.mpii.de/yago/resource/Siuslaw_language> ;
    skos:altLabel "Siuslaw language"@en ;
    skos:definition "The Siuslaw language is currently spoken by the Siuslaw tribal members as a dual language (English being the other language). It consists of two similar dialects:"@en ;
    skos:inScheme lexvo: ;
    skos:notation "sis"^^xsd:string ;
    skos:prefLabel "Siouslaweg"@br,
        "Siuslaw"@en,
        "Idioma siuslaw"@es,
        "Siuslaw hizkuntza"@eu,
        "Siuslaw"@fr,
        "Siuslaw"@hr,
        "Саюсло"@ru .

<http://lexvo.org/id/iso639-3/siw> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "siw"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/siwa1245> ;
    owl:sameAs <http://dbpedia.org/resource/Siwai_language>,
        <http://www.mpii.de/yago/resource/Siwai_language> ;
    skos:altLabel "Siwai language"@en ;
    skos:definition "Motuna or Siwai, also known as Telei, Rugara, is a Papuan language of Bougainville Province, Papua New Guinea."@en ;
    skos:inScheme lexvo: ;
    skos:notation "siw"^^xsd:string ;
    skos:prefLabel "Siwai"@en .

<http://lexvo.org/id/iso639-3/siz> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "siz"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/siwi1239> ;
    owl:sameAs <http://dbpedia.org/resource/Siwi_language>,
        <http://www.mpii.de/yago/resource/Siwi_language> ;
    skos:altLabel "Siwi language"@en ;
    skos:definition "Siwi is a Berber language of Egypt, spoken by about 15,000 to 30,000 people It continues to be the first language of Siwi children."@en ;
    skos:inScheme lexvo: ;
    skos:notation "siz"^^xsd:string ;
    skos:prefLabel "Idioma siwi"@an,
        "Siwaeg"@br,
        "Siwi"@de,
        "Siwi"@en,
        "Idioma siwi"@es,
        "Siwi"@fr,
        "Siwi jezik"@hr,
        "Lingua siwi"@it,
        "Tasiwit"@kab,
        "Siwi"@oc,
        "Lenga Siwi"@pms,
        "Língua siwi"@pt,
        "Siwi jezik"@sh .

<http://lexvo.org/id/iso639-3/sjd> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "sjd"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/kild1236> ;
    owl:sameAs <http://dbpedia.org/resource/Kildin_Sami_language>,
        <http://www.mpii.de/yago/resource/Kildin_Sami_language> ;
    skos:altLabel "Kildin Sami language"@en,
        "Sami, Kildin"@en ;
    skos:definition "Kildin Sami (also spelled Sámi or Saami; formerly Lappish) is a Sami language spoken by approximately 600 people on the Kola Peninsula in northwestern Russia. Kildin Sami is written using an official Cyrillic script."@en ;
    skos:inScheme lexvo: ;
    skos:notation "sjd"^^xsd:string ;
    skos:prefLabel "Килдин-саамски език"@bg,
        "Samieg Kildin"@br,
        "Kildin Saamhoyn mott"@ce,
        "Kildinská sámština"@cs,
        "Кильдиньскъ саамьскъ ѩꙁꙑкъ"@cu,
        "Kildinsamische Sprache"@de,
        "Kildin Sami"@en,
        "Kildin-samea lingvo"@eo,
        "Sami kildin"@es,
        "Kildini saami keel"@et,
        "Kiltinänsaame"@fi,
        "Same de Kildin"@fr,
        "Kildini számi nyelv"@hu,
        "Kildinsamíska"@is,
        "Lingua sami di Kildin"@it,
        "Кильдин саами кыв"@kv,
        "Kildino samių kalba"@lt,
        "Kėldėna samiu kalba"@lt-x,
        "Килдински лапонски јазик"@mk,
        "Kildinsamisk"@nn,
        "Kildinsamisk"@no,
        "Lenga Saami, Kildin"@pms,
        "Língua sami de Kildin"@pt,
        "Кильдинский саамский язык"@ru,
        "Gielddasámegiella"@se,
        "Kildinsamiska"@sv,
        "基爾丁-薩米語"@zh .

<http://lexvo.org/id/iso639-3/sjg> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "sjg"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/assa1269> ;
    owl:sameAs <http://dbpedia.org/resource/Sungor_language>,
        <http://www.mpii.de/yago/resource/Sungor_language> ;
    skos:altLabel "Sungor language"@en ;
    skos:definition "The Sungor language is a Nilo-Saharan language spoken in western Sudan and eastern Chad. Primarily it is spoken in Chad. It is a member of the Taman language group of the Western branch of Nilo-Saharan. The majority of native speakers are Muslim and most use Chadian Arabic as a second language."@en ;
    skos:inScheme lexvo: ;
    skos:notation "sjg"^^xsd:string ;
    skos:prefLabel "Assangori"@en,
        "Assangori jezik"@hr .

<http://lexvo.org/id/iso639-3/skb> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "skb"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/saek1240> ;
    owl:sameAs <http://dbpedia.org/resource/Saek_language>,
        <http://www.mpii.de/yago/resource/Saek_language> ;
    skos:altLabel "Saek language"@en ;
    skos:definition "Saek (Thai: ภาษาแสก) is a Tai language spoken in at least ten villages in Khammouane Province, Laos, and at least four villages in Nakhon Phanom Province in northeastern Thailand, just across the Mekong River. It is spoken by the Saek people."@en ;
    skos:inScheme lexvo: ;
    skos:notation "skb"^^xsd:string ;
    skos:prefLabel "Saekeg"@br,
        "Saek"@de,
        "Saek"@en,
        "Saek"@nl,
        "ภาษาแสก"@th,
        "石語"@zh .

<http://lexvo.org/id/iso639-3/skd> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "skd"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/sout2985> ;
    owl:sameAs <http://dbpedia.org/resource/Southern_Sierra_Miwok_language>,
        <http://www.mpii.de/yago/resource/Southern_Sierra_Miwok_language> ;
    skos:altLabel "Miwok, Southern Sierra"@en,
        "Southern Sierra Miwok language"@en ;
    skos:definition "Southern Sierra Miwok is an Utian language spoken by the Native American people called the Southern Sierra Miwok of Northern California. Southern Sierra Miwok is a member of the Miwok language family along with Lake Miwok, Coast Miwok (extinct), Saclan (extinct), Plains Miwok (extinct), Northern Sierra Miwok and Central Sierra Miwok. The Miwok languages are a part of the larger Penutian language stock. The original territory of the Southern Sierra Miwok people is similar to modern day Mariposa County, California. The Southern Sierra Miwok language is nearly extinct with only a few passive speakers existing today."@en ;
    skos:inScheme lexvo: ;
    skos:notation "skd"^^xsd:string ;
    skos:prefLabel "Southern Sierra Miwok"@en,
        "Southern sierra miwok"@fr .

<http://lexvo.org/id/iso639-3/skh> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "skh"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/siku1242> ;
    owl:sameAs <http://dbpedia.org/resource/Sikule_language>,
        <http://www.mpii.de/yago/resource/Sikule_language> ;
    skos:altLabel "Sikule language"@en ;
    skos:definition "The Sikule language is spoken on Simeulue island off the western coast of Sumatra in Indonesia."@en ;
    skos:inScheme lexvo: ;
    skos:notation "skh"^^xsd:string ;
    skos:prefLabel "Sikule"@en,
        "Sikule"@fr,
        "Bahasa Sigulai"@id .

<http://lexvo.org/id/iso639-3/ski> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ski"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/sika1262> ;
    owl:sameAs <http://dbpedia.org/resource/Sika_language>,
        <http://www.mpii.de/yago/resource/Sika_language> ;
    skos:altLabel "Sika language"@en ;
    skos:definition "The Sika or Sikanese language is a member of the Central Malayo-Polynesian branch of the Austronesian language family, and is spoken by around 180,000 people of the Sika ethnic group on Flores island in East Nusa Tenggara province, Indonesia. It is notable for being one of the few languages which contains a non-allophonic labiodental flap."@en ;
    skos:inScheme lexvo: ;
    skos:notation "ski"^^xsd:string ;
    skos:prefLabel "Sika"@en,
        "Sika"@fr,
        "Lenga Sika"@nap,
        "Lenga Sika"@pms .

<http://lexvo.org/id/iso639-3/sku> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "sku"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/saka1289> ;
    owl:sameAs <http://dbpedia.org/resource/Sakao_language>,
        <http://www.mpii.de/yago/resource/Sakao_language> ;
    skos:altLabel "Sakao language"@en ;
    skos:definition "Sakao is a language of the Santo subgroup of Oceanic languages. It is spoken on the northeast horn of Espiritu Santo, Vanuatu. It is named after Sakao Island, an islet off the northeastern shore of Espiritu Santo, almost opposite Port-Olry. However, this is not the native name of that island, which is called Laðhi by Sakao speakers. It is likely that an early explorer asked his non-Sakao speaking guide \"What do you call that island?\" and the guide answered \"sakao,\" which means \"coral reef\" in many Austronesian languages."@en ;
    skos:inScheme lexvo: ;
    skos:notation "sku"^^xsd:string ;
    skos:prefLabel "Sakao"@en,
        "Sakao"@fr,
        "Lenga Sakao"@pms,
        "Língua sakao"@pt .

<http://lexvo.org/id/iso639-3/skv> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "skv"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/nucl1634> ;
    owl:sameAs <http://dbpedia.org/resource/Skou_language>,
        <http://www.mpii.de/yago/resource/Skou_language> ;
    skos:altLabel "Skou language"@en ;
    skos:definition "Skou (Sekol, Sekou, Sko, Skouw, Skow, Sukou), or Tumawo (Te Mawo), is a Papuan language of Indonesia."@en ;
    skos:inScheme lexvo: ;
    skos:notation "skv"^^xsd:string ;
    skos:prefLabel "Skou"@en .

<http://lexvo.org/id/iso639-3/slc> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "slc"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/sali1298> ;
    owl:sameAs <http://dbpedia.org/resource/Saliba_language_(South_America)>,
        <http://www.mpii.de/yago/resource/Saliba_language_(South_America)> ;
    skos:altLabel "Saliba language"@en ;
    skos:definition "Saliba is an indigenous language of Colombia and Venezuela. Saliba was used by Jesuit missionaries in the 17th century to communicate with indigenous peoples of the Meta, Orinoco, and Vichada valleys. It is not being passed on to many children, but that practice is being reconsidered."@en ;
    skos:inScheme lexvo: ;
    skos:notation "slc"^^xsd:string ;
    skos:prefLabel "Sáliba"@en,
        "Sáliva"@fr .

<http://lexvo.org/id/iso639-3/sln> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "sln"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/sali1253> ;
    owl:sameAs <http://dbpedia.org/resource/Salinan_language>,
        <http://www.mpii.de/yago/resource/Salinan_language> ;
    skos:altLabel "Salinan language"@en ;
    skos:definition "Salinan was the indigenous language of the Salinan people of the central coast of California. It has been extinct since the death of the last speaker in 1958."@en ;
    skos:inScheme lexvo: ;
    skos:notation "sln"^^xsd:string ;
    skos:prefLabel "Salinan"@en,
        "Idioma salinero"@es,
        "Salinan"@fr,
        "Salinan"@hr,
        "Салинский язык"@ru .

<http://lexvo.org/id/iso639-3/slu> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "slu"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/sela1259> ;
    owl:sameAs <http://dbpedia.org/resource/Selaru_language>,
        <http://www.mpii.de/yago/resource/Selaru_language> ;
    skos:altLabel "Selaru language"@en ;
    skos:definition "Selaru is an Austronesian language of Selaru and Yamdena, in the Maluku Islands of Indonesia. It is not close to Seluwasan, its nearest relative."@en ;
    skos:inScheme lexvo: ;
    skos:notation "slu"^^xsd:string ;
    skos:prefLabel "Selaru"@en .

<http://lexvo.org/id/iso639-3/slz> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "slz"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/maya1282> ;
    owl:sameAs <http://dbpedia.org/resource/Ma'ya_language>,
        <http://www.mpii.de/yago/resource/Ma'ya_language> ;
    skos:altLabel "Ma'ya language"@en ;
    skos:definition "Ma'ya is an Austronesian language spoken in West Papua by 4000 speakers. It is spoken in coastal villages on the islands Misool, Salawati, and Waigeo in the Raja Ampat islands. It has both tone and stress lexically distinctive. That means both the stress and the pitch of a word may affect meaning. The stress and tone are quite independent from one another, in contrast to Swedish and Serbo-Croat. Out of all the 1236 Austronesian languages, there are only 15 with lexical tone. There are five dialects of the language in total, three dialects on the island Waigeo: Laganyan, Wauyai and Kawe and one each on Misool and Salawati, the prestige dialect being the Salawati one. The Waigeo dialects have /s/ and /ʃ/ where the varieties spoken on Salwati and Misool have /t/ and /c/ respectively."@en ;
    skos:inScheme lexvo: ;
    skos:notation "slz"^^xsd:string ;
    skos:prefLabel "Ma'ya"@en .

<http://lexvo.org/id/iso639-3/smj> a lvont:Language,
        skos:Concept ;
    lvont:isFocusOf <http://id.loc.gov/vocabulary/iso639-2/smj> ;
    lvont:iso6392BCode "smj"^^xsd:string ;
    lvont:iso6392TCode "smj"^^xsd:string ;
    lvont:iso639P3PCode "smj"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-2/smj> ;
    owl:sameAs <http://dbpedia.org/resource/Lule_Sami_language>,
        <http://psi.oasis-open.org/iso/639/#smj>,
        <http://www.lingvoj.org/lang/smj>,
        <http://www.mpii.de/yago/resource/Lule_Sami_language>,
        <info:lc/vocabulary/languages/smj> ;
    skos:altLabel "Луле-саамски език"@bg,
        "Samieg Lule"@br,
        "sámština (lulejská)"@cs,
        "Lule Sami language"@en,
        "Sami lule"@es,
        "Lule saami keel"@et,
        "Luulajansaame"@fi,
        "Same de Lule"@fr,
        "Lulei számi nyelv"@hu,
        "Lingua sami di Lule"@it,
        "Lulėjo samių kalba"@lt,
        "Луле-лапонски јазик"@mk,
        "Lule-Samisch"@nl,
        "Lulesamisk"@nn,
        "lapoński Lule"@pl,
        "Língua sami de Lule"@pt,
        "Луле-саамский язык"@ru,
        "Julevsámegiella"@se,
        "Luleská saamčina"@sk,
        "Lulesamiska"@sv ;
    skos:definition "Lule Sami (julevsámegiella) is a Uralic, Sami language spoken in Lule Lappmark, i.e., around the Lule River, Sweden and in the northern parts of Nordland county in Norway, especially Tysfjord municipality, where Lule Sami is an official language. It is written in the Latin script, having an official alphabet."@en ;
    skos:inScheme lexvo: ;
    skos:notation "smj"^^xsd:string ;
    skos:prefLabel "اللول سامي"@ar,
        "lule sami dili"@az,
        "луле-саамски"@bg,
        "লুলে সামি"@bn,
        "sámi Luleå"@br,
        "लुले सामी"@brx,
        "lule sami"@bs,
        "луле сами"@bs-Cyrl,
        "sami lule"@ca,
        "律勒欧萨莫斯文"@cmn,
        "魯勒薩米文"@cmn-Hant,
        "Lulejská sámština"@cs,
        "Sami Lwle"@cy,
        "lule sami"@da,
        "Lule-Lappisch"@de,
        "Λούλε Σάμι"@el,
        "Lule Sami"@en,
        "Lule-samea lingvo"@eo,
        "sami lule"@es,
        "lule saami"@et,
        "luulajansaame"@fi,
        "sami de Lule"@fr,
        "Sàmais Lule"@gd,
        "Lule-Samisch"@gsw,
        "લ્યુલ સામી"@gu,
        "Saamish Lule"@gv,
        "לולה סאמי"@he,
        "ल्युल सामी"@hi,
        "lule sami"@hr,
        "lule számi"@hu,
        "Lule Sami"@id,
        "lúlesamíska"@is,
        "sami lule"@it,
        "ルレ・サーミ語"@ja,
        "ಲೂಲ್ ಸಾಮಿ"@kn,
        "룰레 사미어"@ko,
        "لولیے سَمی"@ks,
        "Юлев саами кыв"@kv,
        "ລຸນຊາມິ"@lo,
        "lule sami"@lt,
        "Lolėjė samiu kalba"@lt-x,
        "luleo sāmu"@lv,
        "луле сами"@mk,
        "ലൂലീ സമി"@ml,
        "ल्युल सामी"@mr,
        "Lule Sami"@mt,
        "lulesamisk"@nb,
        "Lule Sami"@nl,
        "lulesamisk"@nn,
        "Lulesamisk"@no,
        "ଲୁଲେ ସାମି"@or,
        "Język lule"@pl,
        "lule sami"@pt,
        "sami lule"@rm,
        "lule sami"@ro,
        "луле-саамский"@ru,
        "julevsámegiella"@se,
        "luleská saamčina"@sk,
        "luleška samijščina"@sl,
        "Луле сами"@sr,
        "Lule sami"@sr-Latn,
        "lulesamiska"@sv,
        "லுலே சாமி"@ta,
        "లులే సామి"@te,
        "ซามิลูเล"@th,
        "lea fakasami-lule"@to,
        "Lule Sami"@tr,
        "саамська луле"@uk,
        "Tiếng Lule Sami"@vi .

<http://lexvo.org/id/iso639-3/smn> a lvont:Language,
        skos:Concept ;
    lvont:isFocusOf <http://id.loc.gov/vocabulary/iso639-2/smn> ;
    lvont:iso6392BCode "smn"^^xsd:string ;
    lvont:iso6392TCode "smn"^^xsd:string ;
    lvont:iso639P3PCode "smn"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-2/smn> ;
    owl:sameAs <http://dbpedia.org/resource/Inari_Sami_language>,
        <http://psi.oasis-open.org/iso/639/#smn>,
        <http://www.lingvoj.org/lang/smn>,
        <http://www.mpii.de/yago/resource/Inari_Sami_language>,
        <info:lc/vocabulary/languages/smn> ;
    skos:altLabel "Инари-саамски език"@bg,
        "Samieg Inari"@br,
        "sámština (inarijská)"@cs,
        "Inarisamische Sprache"@de,
        "Inari Sami language"@en,
        "Sami, Inari"@en,
        "Sami inari"@es,
        "Inari saami keel"@et,
        "Inarinsaame"@fi,
        "Same d'Inari"@fr,
        "sami d’Inari"@fr,
        "Inari számi nyelv"@hu,
        "Lingua sami di Inari"@it,
        "Inario samių kalba"@lt,
        "Инари-лапонски јазик"@mk,
        "Inari-Samisch"@nl,
        "Enaresamisk"@nn,
        "lapoński Inari"@pl,
        "Língua sami de Inari"@pt,
        "Инари-саамский язык"@ru,
        "Anárašgiella"@se,
        "Enaresamiska"@sv ;
    skos:definition "Inari Sámi (anarâškielâ) is a Uralic, Sami language spoken by the Inari Sami of Finland. It has approximately 300 speakers, the majority of whom are middle-aged or older and live in the municipality of Inari. According to the Sami Parliament of Finland 269 persons used Inari Sami as their first language. It is the only Sami language that is spoken exclusively in Finland. located on the shore of Lake Inari (the Inari Sámi name for the village is enclosed in parentheses):"@en ;
    skos:inScheme lexvo: ;
    skos:notation "smn"^^xsd:string ;
    skos:prefLabel "الإيناري سامي"@ar,
        "inari sami"@az,
        "инари-саамски"@bg,
        "ইনারি সামি"@bn,
        "sámi Inari"@br,
        "ईनारी सामी"@brx,
        "inari sami"@bs,
        "инари сами"@bs-Cyrl,
        "sami d'Inari"@ca,
        "伊纳里萨米文"@cmn,
        "伊納裡薩米文"@cmn-Hant,
        "Inarijská sámština"@cs,
        "Sami Inari"@cy,
        "inari sami"@da,
        "Inari-Lappisch"@de,
        "Ινάρι Σάμι"@el,
        "Inari Sami"@en,
        "Anar-samea lingvo"@eo,
        "sami inari"@es,
        "inari saami"@et,
        "Inariko samiera"@eu,
        "Luenga sami d'Inari"@ext,
        "inarinsaame"@fi,
        "sami d'Inari"@fr,
        "Sàmais Inari"@gd,
        "Inari-Samisch"@gsw,
        "ઇનારી સામી"@gu,
        "אינארי סאמי"@he,
        "इनारी सामी"@hi,
        "inari sami"@hr,
        "inar sami"@hu,
        "Inari Sami"@id,
        "enaresamíska"@is,
        "sami inari"@it,
        "イナリ・サーミ語"@ja,
        "ಇನರಿ ಸಾಮಿ"@kn,
        "이나리 사미어"@ko,
        "اِناری سَمی"@ks,
        "Анараш саами кыв"@kv,
        "ອີນາຣິຊາມິ"@lo,
        "inari sami"@lt,
        "Inare samiu kalba"@lt-x,
        "inari sāmu"@lv,
        "инари сами"@mk,
        "ഇനാരി സാമി"@ml,
        "इनारी सामी"@mr,
        "Inari Sami"@mt,
        "enaresamisk"@nb,
        "Inari Sami"@nl,
        "enaresamisk"@nn,
        "Enaresamisk"@no,
        "ଇନାରୀ ସାମି"@or,
        "Język inari"@pl,
        "Lenga Saami, Inari"@pms,
        "inari sami"@pt,
        "sami inari"@rm,
        "inari sami"@ro,
        "инари-саамский"@ru,
        "anárašgiella"@se,
        "inariská saamčina"@sk,
        "inarska samijščina"@sl,
        "Инари сами"@sr,
        "Inari sami"@sr-Latn,
        "enaresamiska"@sv,
        "இனாரி சாமி"@ta,
        "ఇనారి సామి"@te,
        "ซามิอีนารี"@th,
        "lea fakasami-ʻinali"@to,
        "Inari Sami"@tr,
        "саамська інарі"@uk,
        "Tiếng Inari Sami"@vi .

<http://lexvo.org/id/iso639-3/smq> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "smq"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/samo1303> ;
    owl:sameAs <http://dbpedia.org/resource/Samo_language_(New_Guinea)>,
        <http://www.mpii.de/yago/resource/Samo_language_(New_Guinea)> ;
    skos:altLabel "Samo language"@en ;
    skos:definition "Samo, also known as Daba, Nomad, and Supei, is a Trans–New Guinea language of New Guinea, spoken in the plains east of the Strickland River. It has switch-reference marking for the subject of a clause."@en ;
    skos:inScheme lexvo: ;
    skos:notation "smq"^^xsd:string ;
    skos:prefLabel "Samo"@en .

<http://lexvo.org/id/iso639-3/smr> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "smr"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/sime1241> ;
    owl:sameAs <http://dbpedia.org/resource/Simeulue_language>,
        <http://www.mpii.de/yago/resource/Simeulue_language> ;
    skos:altLabel "Simeulue language"@en ;
    skos:definition "The Simeulue language is spoken on Simeulue island, off the western coast of Sumatra in Indonesia."@en ;
    skos:inScheme lexvo: ;
    skos:notation "smr"^^xsd:string ;
    skos:prefLabel "Simeulue"@en,
        "Simeulue"@fr,
        "Bahasa Devayan"@id,
        "Сималурский язык"@ru .

<http://lexvo.org/id/iso639-3/sms> a lvont:Language,
        skos:Concept ;
    lvont:isFocusOf <http://id.loc.gov/vocabulary/iso639-2/sms> ;
    lvont:iso6392BCode "sms"^^xsd:string ;
    lvont:iso6392TCode "sms"^^xsd:string ;
    lvont:iso639P3PCode "sms"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-2/sms> ;
    owl:sameAs <http://dbpedia.org/resource/Skolt_Sami_language>,
        <http://psi.oasis-open.org/iso/639/#sms>,
        <http://www.lingvoj.org/lang/sms>,
        <http://www.mpii.de/yago/resource/Skolt_Sami_language>,
        <info:lc/vocabulary/languages/sms> ;
    skos:altLabel "Сколт-саамски език"@bg,
        "Samieg Skolt"@br,
        "Sami skolt"@ca,
        "sámština (skoltská)"@cs,
        "Skoltsamische Sprache"@de,
        "Sami, Skolt"@en,
        "Skolt Sami language"@en,
        "Sami skolt"@es,
        "Koltasaami keel"@et,
        "Koltansaame"@fi,
        "Same skolt"@fr,
        "Kolta számi nyelv"@hu,
        "Lingua sami skolt"@it,
        "Skolto samių kalba"@lt,
        "Сколтски лапонски јазик"@mk,
        "Skolt-Samisch"@nl,
        "Skoltesamisk"@nn,
        "Língua sami de Skolt"@pt,
        "Колтта-саамский язык"@ru,
        "Nuortalašgiella"@se,
        "Skoltsamiska"@sv ;
    skos:definition "Skolt Sami is a Uralic, Sami language spoken by approximately 400 speakers in Finland, mainly in Sevettijärvi, and approximately 20&ndash;30 speakers of the Njuõˊttjäuˊrr (Notozero) dialect in an area surrounding Lake Lovozero in Russia. Skolt Sami used to also be spoken on the Neiden area of Norway, although it has died out there. It is written using a Roman orthography that was made official in 1973."@en ;
    skos:inScheme lexvo: ;
    skos:notation "sms"^^xsd:string ;
    skos:prefLabel "السكولت سامي"@ar,
        "skolt dili"@az,
        "сколт-саамски"@bg,
        "স্কোল্ট সামি"@bn,
        "sámi Skolt"@br,
        "स्कोल्ट् सामी"@brx,
        "skoltski jezik"@bs,
        "сколтски језик"@bs-Cyrl,
        "sami skolt"@ca,
        "斯科特萨米文"@cmn,
        "斯科特薩米文"@cmn-Hant,
        "Skoltská sámština"@cs,
        "Sami Scolt"@cy,
        "skolt sami"@da,
        "Skolt-Lappisch"@de,
        "Σκολτ Σάμι"@el,
        "Skolt Sami"@en,
        "Skolt-samea lingvo"@eo,
        "sami skolt"@es,
        "koltasaami"@et,
        "koltansaame"@fi,
        "sami skolt"@fr,
        "Sàmais Skolt"@gd,
        "Skolt-Samisch"@gsw,
        "સ્કોલ્ટ સામી"@gu,
        "סקולט סאמי"@he,
        "स्कोल्ट सामी"@hi,
        "skolt sami"@hr,
        "koltta lapp"@hu,
        "Skolt Sami"@id,
        "skoltesamíska"@is,
        "sami skolt"@it,
        "スコルト・サーミ語"@ja,
        "ಸ್ಕೋಟ್ ಸಾಮಿ"@kn,
        "스콜트 사미어"@ko,
        "سکولٹ سَمی"@ks,
        "Колтта саами кыв"@kv,
        "ສກອດຊາມິ"@lo,
        "skolt sami"@lt,
        "Skuolta samiu kalba"@lt-x,
        "skoltsāmu"@lv,
        "сколт сами"@mk,
        "സ്കോൾട്ട് സമി"@ml,
        "स्कोल्ट सामी"@mr,
        "Skolt Sami"@mt,
        "skoltesamisk"@nb,
        "Skolt Sami"@nl,
        "skoltesamisk"@nn,
        "Skoltesamisk"@no,
        "ସ୍କୋଲ୍ଟ ସାମୀ"@or,
        "lapoński Skolt"@pl,
        "Lenga Saami, Skolt"@pms,
        "skolt sami"@pt,
        "sami skolt"@rm,
        "skolt sami"@ro,
        "скольт-саамский"@ru,
        "nuortalašgiella"@se,
        "skolt"@sk,
        "samijščina Skolt"@sl,
        "Сколтски језик"@sr,
        "Skoltski jezik"@sr-Latn,
        "skoltsamiska"@sv,
        "ஸ்கோல்ட் சாமி"@ta,
        "స్కోల్ట్ సామి"@te,
        "ซามิสคอลต์"@th,
        "lea fakasami-sikolita"@to,
        "Skolt Sami"@tr,
        "саамська скольт"@uk,
        "Tiếng Skolt Sami"@vi .

<http://lexvo.org/id/iso639-3/snf> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "snf"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/noon1242> ;
    owl:sameAs <http://dbpedia.org/resource/Noon_language>,
        <http://www.mpii.de/yago/resource/Noon_language> ;
    skos:altLabel "Noon language"@en ;
    skos:definition "Noon (Non, None, Serer-Noon) is a Cangin language of Senegal. Ethnologue reports that it is 84% cognate (and 52% intelligible) with Lehar, essentially a divergent dialect, and 68% cognate with the other Cangin languages."@en ;
    skos:inScheme lexvo: ;
    skos:notation "snf"^^xsd:string ;
    skos:prefLabel "Nouneg"@br,
        "Noon"@de,
        "Noon"@en,
        "Sérère-Noon"@fr,
        "Noon jezik"@hr,
        "Lenga Noon"@pms .

<http://lexvo.org/id/iso639-3/snn> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "snn"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/sion1247> ;
    owl:sameAs <http://dbpedia.org/resource/Siona_language>,
        <http://www.mpii.de/yago/resource/Siona_language> ;
    skos:altLabel "Siona language"@en ;
    skos:definition "The Siona language (otherwise known as Sioni, Pioje, Pioche-Sioni, Ganteyabain, Ganteya, Ceona, Zeona, Koka, Kanú) is a Tukanoan language of Columbia and Ecuador."@en ;
    skos:inScheme lexvo: ;
    skos:notation "snn"^^xsd:string ;
    skos:prefLabel "Siona"@en .

<http://lexvo.org/id/iso639-3/snp> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "snp"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/sian1257> ;
    owl:sameAs <http://dbpedia.org/resource/Siane_language>,
        <http://www.mpii.de/yago/resource/Siane_language> ;
    skos:altLabel "Siane language"@en ;
    skos:definition "Siane (Siani) is a Papuan language spoken in the eastern highlands of Papua New Guinea."@en ;
    skos:inScheme lexvo: ;
    skos:notation "snp"^^xsd:string ;
    skos:prefLabel "Siane"@en .

<http://lexvo.org/id/iso639-3/snq> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "snq"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/sang1333> ;
    owl:sameAs <http://dbpedia.org/resource/Sangu_language_(Gabon)>,
        <http://www.mpii.de/yago/resource/Sangu_language_(Gabon)> ;
    skos:altLabel "Sangu (Gabon)"@en,
        "Sangu language"@en ;
    skos:definition "Sangu (also spelled Chango, Isangu, Shango, Yisangou, and Yisangu) is a language spoken in Gabon by approximately 20,900 (2000) Masangu people."@en ;
    skos:inScheme lexvo: ;
    skos:notation "snq"^^xsd:string ;
    skos:prefLabel "Sangu"@de,
        "Sangu"@en,
        "Sangua lingvo"@eo,
        "Isangu"@fr,
        "Język sangu"@pl,
        "Lenga Sangu"@pms,
        "Kisangu"@sw .

<http://lexvo.org/id/iso639-3/sog> a lvont:Language,
        skos:Concept ;
    lvont:isFocusOf <http://id.loc.gov/vocabulary/iso639-2/sog> ;
    lvont:iso6392BCode "sog"^^xsd:string ;
    lvont:iso6392TCode "sog"^^xsd:string ;
    lvont:iso639P3PCode "sog"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-2/sog> ;
    owl:sameAs <http://dbpedia.org/resource/Sogdian_language>,
        <http://psi.oasis-open.org/iso/639/#sog>,
        <http://www.lingvoj.org/lang/sog>,
        <http://www.mpii.de/yago/resource/Sogdian_language>,
        <info:lc/vocabulary/languages/sog> ;
    skos:altLabel "Согдийски език"@bg,
        "Sogdische Sprache"@de,
        "Sogdian language"@en,
        "Sogdien"@en,
        "Idioma sogdiano"@es,
        "زبان سغدی"@fa,
        "Sogdin kieli"@fi,
        "Sogdien"@fr,
        "소그디엔어"@ko,
        "Język sogdyjski"@pl,
        "Língua sogdiana"@pt,
        "Согдийский язык"@ru,
        "Sogdiska"@sv,
        "ภาษาซอกเดีย"@th,
        "Sogdiana Dili"@tr ;
    skos:definition ":\"Sogdian\" redirects here. For the state, see Sogdiana. The Sogdian language is a Middle Iranian language that was spoken in Sogdiana (Zarafshan River Valley), located in modern day Uzbekistan and Tajikistan (chief cities: Samarkand, Panjakent, Fergana)."@en ;
    skos:inScheme lexvo: ;
    skos:notation "sog"^^xsd:string ;
    skos:prefLabel "السوجدين"@ar,
        "soqdiyen dili"@az,
        "согдийски"@bg,
        "সোগডিয়ান"@bn,
        "sogdieg"@br,
        "सोगडीयन"@brx,
        "sodžijenski"@bs,
        "соџијенски"@bs-Cyrl,
        "sogdià"@ca,
        "古粟特文"@cmn,
        "索格底亞納文"@cmn-Hant,
        "sogdština"@cs,
        "Сăкăт чĕлхи"@cv,
        "Sogdeg"@cy,
        "sogdiansk"@da,
        "Sogdisch"@de,
        "Σογκντιέν"@el,
        "Sogdian"@en,
        "Sogda lingvo"@eo,
        "sogdiano"@es,
        "sogdi"@et,
        "سغدی"@fa,
        "sogdi"@fi,
        "sogdien"@fr,
        "Sogdisch"@gsw,
        "સોગ્ડિએન"@gu,
        "סוגדיאן"@he,
        "सोग्डिएन"@hi,
        "sogdien"@hr,
        "sogdien"@hu,
        "Sogdien"@id,
        "sogdíen"@is,
        "sogdiano"@it,
        "ソグド語"@ja,
        "ಸೋಗ್ಡಿಏನ್"@kn,
        "소그드어"@ko,
        "سوگڈِیَن"@ks,
        "Согдий кыв"@kv,
        "Lingua Sogdiana"@la,
        "ຊອກດິນ"@lo,
        "sogdien"@lt,
        "sogdiešu"@lv,
        "согдијен"@mk,
        "സോജിഡിയൻ"@ml,
        "सोग्डिएन"@mr,
        "Sogdien"@mt,
        "sogdisk"@nb,
        "Sogdisch"@nl,
        "sogdisk"@nn,
        "ସୋଗଡିଏନ୍"@or,
        "Согъдаг æвзаг"@os,
        "sogdyjski"@pl,
        "sogdiano"@pt,
        "sogdian"@rm,
        "sogdien"@ro,
        "согдийский"@ru,
        "sogdijčina"@sk,
        "Соџијенски"@sr,
        "Sodžijenski"@sr-Latn,
        "sogdiska"@sv,
        "சோக்தியன்"@ta,
        "సోగ్డియన్"@te,
        "ซอกดีน"@th,
        "Soğdca"@tr,
        "согдійська"@uk,
        "Tiếng Sogdien"@vi,
        "粟特语"@zh .

<http://lexvo.org/id/iso639-3/sop> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "sop"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/song1303> ;
    owl:sameAs <http://dbpedia.org/resource/Songe_language>,
        <http://www.mpii.de/yago/resource/Songe_language> ;
    skos:altLabel "Songe language"@en ;
    skos:definition "Songe, also known as Songye, Lusonge, Yembe, and Northeast Luba, is a Bantu language spoken in the Democratic Republic of the Congo."@en ;
    skos:inScheme lexvo: ;
    skos:notation "sop"^^xsd:string ;
    skos:prefLabel "Songe"@en,
        "Kisongye"@fr,
        "ソンゲ語"@ja,
        "Lenga Songe"@pms,
        "Kisonge"@sw .

<http://lexvo.org/id/iso639-3/sov> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "sov"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/sons1242> ;
    owl:sameAs <http://dbpedia.org/resource/Sonsorolese_language>,
        <http://www.mpii.de/yago/resource/Sonsorolese_language> ;
    skos:altLabel "Sonsorolese language"@en ;
    skos:definition "The Sonsorolese language is a Micronesian language spoken in Palau, originally on the islands composing the state of Sonsorol, but nowadays mostly by immigrants in the rest of the country. It is very close to Tobian."@en ;
    skos:inScheme lexvo: ;
    skos:notation "sov"^^xsd:string ;
    skos:prefLabel "Sonsorolesische Sprache"@de,
        "Sonsorol"@en,
        "Idioma sonsorol"@es,
        "Sonsorolin kieli"@fi,
        "Sonsorolais"@fr,
        "Bahasa Sonsorol"@id,
        "Lenga Sonsorol"@pms,
        "Сонсорольский язык"@ru,
        "Tiếng Sonsorol"@vi .

<http://lexvo.org/id/iso639-3/spp> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "spp"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/supy1237> ;
    owl:sameAs <http://dbpedia.org/resource/Supyire_language>,
        <http://www.mpii.de/yago/resource/Supyire_language> ;
    skos:altLabel "Senoufo, Supyire"@en,
        "Supyire language"@en ;
    skos:definition "Supyire, or Suppire, is the name of a language centralized in the Sikasso Region region of southeastern Mali, in western Africa. Supyire is spoken by an estimated 364,000 Supyire people, according to Ethnologue. The language belongs to the larger language group of Senufo, a member of the Gur subgroup of Niger–Congo languages. In their native language, the noun sùpyìré literally translates into both “the people” and “the language spoken by the people”."@en ;
    skos:inScheme lexvo: ;
    skos:notation "spp"^^xsd:string ;
    skos:prefLabel "Soupyireg"@br,
        "Supyire Senoufo"@en .

<http://lexvo.org/id/iso639-3/sqt> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "sqt"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/soqo1240> ;
    owl:sameAs <http://dbpedia.org/resource/Soqotri_language>,
        <http://www.mpii.de/yago/resource/Soqotri_language> ;
    skos:altLabel "Soqotri language"@en ;
    skos:definition "Soqotri, or Socotri, (autonym: méthel d-saqátri; Arabic - اللغة السقطرية) is the language of the native population of the island of Socotra, and Abd al Kuri and Samhah islands of the Socotra archipelago off the southern coast of the Republic of Yemen. It is one of the Modern South Arabian languages."@en ;
    skos:inScheme lexvo: ;
    skos:notation "sqt"^^xsd:string ;
    skos:prefLabel "Idioma socotorí"@an,
        "لغة سقطرية"@ar,
        "Sokotreg"@br,
        "Sokotri"@ca,
        "Soqotri"@de,
        "Soqotri"@en,
        "Idioma socotrí"@es,
        "Soqotri hizkuntza"@eu,
        "Sokotran kieli"@fi,
        "Sokotranski jezik"@hr,
        "Szokotri nyelv"@hu,
        "소코트라어"@ko,
        "Sokotrų kalba"@lt,
        "Soqotri"@no,
        "Lenga Soqotri"@pms,
        "Língua socotri"@pt,
        "Сокотрийский язык"@ru .

<http://lexvo.org/id/iso639-3/srb> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "srb"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/sora1254> ;
    owl:sameAs <http://dbpedia.org/resource/Sora_language>,
        <http://www.mpii.de/yago/resource/Sora_language> ;
    skos:altLabel "Sora language"@en ;
    skos:definition "Sora (also Saora, Saonras, Shabari, Sabar, Saura, Savara, Sawaria, Swara, Sabara) is a Munda language of India, spoken by some 288,000 native speakers (1997) in South Orissa in eastern India, mainly in the Ganjam District, but also in the Koraput and Phulbani districts; other communities exist in Andhra Pradesh (Srikakulam District), Madhya Pradesh, Bihar, Tamil Nadu, West Bengal, and the Plains Division of Assam."@en ;
    skos:inScheme lexvo: ;
    skos:notation "srb"^^xsd:string ;
    skos:prefLabel "Sora"@en,
        "Lingua Sora"@la,
        "Język sora"@pl,
        "Lenga sora"@pms,
        "ภาษาโสรา"@th .

<http://lexvo.org/id/iso639-3/srl> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "srl"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/isir1237> ;
    owl:sameAs <http://dbpedia.org/resource/Isirawa_language>,
        <http://www.mpii.de/yago/resource/Isirawa_language> ;
    skos:altLabel "Isirawa language"@en ;
    skos:definition "Isirawa is a Papuan language spoken by about two thousand people on the north coast of Papua province, Indonesia. It's a local trade language, and use is vigorous. Stephen Wurm (1975) linked it to the Kwerba languages within the Trans–New Guinea family, and it does share about 20% of its vocabulary with neighboring Kwerba languages. However, based on its pronouns, Malcolm Ross (2005) felt he could not substantiate such a link, and left it as a language isolate. The pronouns are not, however, dissimilar from those of Orya–Tor, which Ross links to Kwerba, and Donahue (2002) accept it as a Greater Kwerba language."@en ;
    skos:inScheme lexvo: ;
    skos:notation "srl"^^xsd:string ;
    skos:prefLabel "Isirawa"@en,
        "Исирава"@ru .

<http://lexvo.org/id/iso639-3/srn> a lvont:Language,
        skos:Concept ;
    lvont:isFocusOf <http://id.loc.gov/vocabulary/iso639-2/srn> ;
    lvont:iso6392BCode "srn"^^xsd:string ;
    lvont:iso6392TCode "srn"^^xsd:string ;
    lvont:iso639P3PCode "srn"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-2/srn> ;
    owl:sameAs <http://dbpedia.org/resource/Sranan_Tongo>,
        <http://psi.oasis-open.org/iso/639/#srn>,
        <http://www.lingvoj.org/lang/srn>,
        <http://www.mpii.de/yago/resource/Sranan_Tongo>,
        <info:lc/vocabulary/languages/srn> ;
    skos:altLabel "السرانان تونجو"@ar,
        "Sranan Tongo"@cs,
        "Sranan tongo"@da,
        "Sranantongo"@de,
        "Sranan Tongo"@es,
        "sranan tongo"@fr,
        "Sranan jezik"@hr,
        "Bahasa Sranantongo"@id,
        "Lingua Sranan Tongo"@it,
        "スリナム語"@ja,
        "스라난 통가어"@ko,
        "Sranantongo"@nl,
        "Sranan tongo"@pl,
        "idioma surinamês"@pt,
        "Сранан-тонго"@ru,
        "sranan tongo"@sv,
        "ஸ்ரானன் டோங்கோ"@ta,
        "Сранан-тонго"@uk ;
    skos:definition "Sranan (also Sranan Tongo or Sranantongo \"Surinamean tongue\", Surinaams, Surinamese, Suriname Creole, Taki Taki) is a creole language spoken as a lingua franca by approximately 300,000 people in Suriname. It was previously called nengre or in Dutch negerengels (\"Negro English\")."@en ;
    skos:inScheme lexvo: ;
    skos:notation "srn"^^xsd:string ;
    skos:prefLabel "لغة سرانان"@ar,
        "sranan tonqo dili"@az,
        "сранан тонго"@bg,
        "স্রানান টোঙ্গো"@bn,
        "Sranan Tongo"@br,
        "स्रनान् टॉंगो"@brx,
        "srananski tongo"@bs,
        "сранански тонго"@bs-Cyrl,
        "sranan"@ca,
        "苏里南汤加文"@cmn,
        "蘇拉南東墎文"@cmn-Hant,
        "sranan tongo"@cs,
        "sranan tongo"@da,
        "Srananisch"@de,
        "Σρανάρ Τόνγκο"@el,
        "Sranan Tongo"@en,
        "Srana lingvo"@eo,
        "sranan tongo"@es,
        "sranani"@et,
        "تاکی‌تاکی"@fa,
        "sranan"@fi,
        "Sranan"@fr,
        "Surinaamsk"@fy,
        "Srananisch"@gsw,
        "સ્રાનન ટોન્ગો"@gu,
        "סרנאן טונגו"@he,
        "स्रानान टॉन्गो"@hi,
        "sranan tongo"@hr,
        "szranai tongó"@hu,
        "Sranan Tongo"@id,
        "sranan tongo"@is,
        "sranan tongo"@it,
        "スラナン語"@ja,
        "ಸ್ರಾನನ್ ಟೋಂಗೋ"@kn,
        "스라난 통고"@ko,
        "سرٛانَن ٹونٛگو"@ks,
        "ສຣານນານຕອນໂກ"@lo,
        "sranan tongo"@lt,
        "sranantogo"@lv,
        "срански тонго"@mk,
        "ശ്രാനൻ ഡോങ്കോ"@ml,
        "स्रानान टॉन्गो"@mr,
        "sranan tongo"@nb,
        "Sranantongo"@nds,
        "Surinaams"@nl,
        "sranan tongo"@nn,
        "Sranan"@no,
        "ଶାରାନା ଟୋଙ୍ଗୋ"@or,
        "Sranantongo"@pap,
        "sranan tongo"@pl,
        "Lenga sranan"@pms,
        "Sranan"@pt,
        "sranan tongo"@rm,
        "sranan tongo"@ro,
        "сранан тонго"@ru,
        "sranan"@sk,
        "surinamska kreolščina"@sl,
        "Сранански тонго"@sr,
        "Srananski tongo"@sr-Latn,
        "Sranantongo"@srn,
        "Sranan"@sv,
        "சுரினாமிய மொழி"@ta,
        "స్రానన్ టోనగో"@te,
        "ซูรินาเม"@th,
        "Sranan Tongo"@tr,
        "сранан тонго"@uk,
        "Tiếng Sranan Tongo"@vi .

<http://lexvo.org/id/iso639-3/sro> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "sro"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/camp1261> ;
    owl:sameAs <http://dbpedia.org/resource/Campidanese_dialect>,
        <http://www.mpii.de/yago/resource/Campidanese_dialect> ;
    skos:altLabel "Campidanese Sardinian"@en,
        "Sardinian, Campidanese"@en ;
    skos:definition "Campidanese Sardinian (, ) is a standardised variety of Sardinian primarily spoken in the Province of Cagliari. Traditionally, the name Campidano refers to the fertile area located around the towns of Guspini and Villacidro. Campidanese and its variants of the dialect can be found across the entire Provincia di Cagliari and not just the Province of Medio Campidano area. Campidanese also extends into parts of Provincia di Nuoro, notably the Ogliastra area. However, it is at this point that the language merges into Logudorese."@en ;
    skos:inScheme lexvo: ;
    skos:notation "sro"^^xsd:string ;
    skos:prefLabel "Campidanès"@ca,
        "Sardu campidanesu"@co,
        "Campidanesisch"@de,
        "Campidanese dialect"@en,
        "زبان ساردوکمپیدانی"@fa,
        "Lingua sarda campidanese"@it,
        "Кампидански јазик"@mk,
        "Dialekt kampidański"@pl,
        "Lenga campidanèisa"@pms,
        "Sardu campidanesu"@sc,
        "坎皮达诺方言"@zh .

<http://lexvo.org/id/iso639-3/srs> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "srs"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/sars1236> ;
    owl:sameAs <http://dbpedia.org/resource/Sarcee_language>,
        <http://www.mpii.de/yago/resource/Sarcee_language> ;
    skos:altLabel "Sarcee language"@en ;
    skos:definition "Tsuut’ina (also Sarcee, Sarsi, Tsuu T’ina, Tsu T’ina, Tsúùtínà) is a language spoken by the Tsuu T'ina Nation near Calgary, Alberta. It belongs to the Athabaskan language family, which also include the Navajo and Chiricahua of the south, and the Dene Suline and Tłı̨chǫ of the north."@en ;
    skos:inScheme lexvo: ;
    skos:notation "srs"^^xsd:string ;
    skos:prefLabel "Sarcee"@de,
        "Sarsi"@en,
        "Sarsi"@fr,
        "Tsuutina spriak"@frr,
        "Lenga sarsi"@pms,
        "Tsutinaca"@tr .

<http://lexvo.org/id/iso639-3/ssd> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ssd"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/siro1249> ;
    owl:sameAs <http://dbpedia.org/resource/Siroi_language>,
        <http://www.mpii.de/yago/resource/Siroi_language> ;
    skos:altLabel "Siroi language"@en ;
    skos:definition "Siroi (Suroi) is a Rai Coast language spoken in Madang Province, Papua New Guinea, and a local trade language."@en ;
    skos:inScheme lexvo: ;
    skos:notation "ssd"^^xsd:string ;
    skos:prefLabel "Siroi"@en .

<http://lexvo.org/id/iso639-3/ssf> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ssf"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/thao1240> ;
    owl:sameAs <http://dbpedia.org/resource/Thao_language>,
        <http://www.mpii.de/yago/resource/Thao_language> ;
    skos:altLabel "Thao language"@en ;
    skos:definition "Thao (θau), also known as Sao, is the language of the Thao people, a tribe of Taiwanese aborigines in the region of Sun Moon Lake in central Taiwan. In 2000 there were approximately 5 or 6 speakers living in Dehua (德化) village (however this name is discouraged among the Thao inhabitants), all but one of whom were over the age of sixty. It is a Formosan language of the Austronesian family; Barawbaw and Shtafari are dialects."@en ;
    skos:inScheme lexvo: ;
    skos:notation "ssf"^^xsd:string ;
    skos:prefLabel "Thao"@en,
        "Thao"@fr,
        "Lingua Thao"@it,
        "サオ語"@ja,
        "Таоски јазик"@mk,
        "Thao"@nl,
        "Lenga thao"@pms,
        "邵語"@zh .

<http://lexvo.org/id/iso639-3/ssp> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ssp"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/span1263> ;
    owl:sameAs <http://dbpedia.org/resource/Spanish_Sign_language>,
        <http://www.mpii.de/yago/resource/Spanish_Sign_language> ;
    skos:altLabel "Spanish Sign language"@en ;
    skos:definition "Spanish Sign Language is a sign language used mainly by deaf people in Spain and the people who live with them."@en ;
    skos:inScheme lexvo: ;
    skos:notation "ssp"^^xsd:string ;
    skos:prefLabel "Spanish Sign Language"@en,
        "Lengua de signos española"@es,
        "Espainiako zeinu hizkuntza"@eu,
        "Langue des signes espagnole"@fr .

<http://lexvo.org/id/iso639-3/sst> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "sst"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/sina1271> ;
    owl:sameAs <http://dbpedia.org/resource/Sinasina_language>,
        <http://www.mpii.de/yago/resource/Sinasina_language> ;
    skos:altLabel "Sinasina language"@en ;
    skos:definition "Sinasina is a language of Simbu Province, Papua New Guinea."@en ;
    skos:inScheme lexvo: ;
    skos:notation "sst"^^xsd:string ;
    skos:prefLabel "Sinasina"@en .

<http://lexvo.org/id/iso639-3/ssy> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ssy"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/saho1246> ;
    owl:sameAs <http://dbpedia.org/resource/Saho_language>,
        <http://www.mpii.de/yago/resource/Saho_language> ;
    skos:altLabel "Saho"@ca,
        "Saho language"@en,
        "Saho"@fr,
        "Língua saho"@pt ;
    skos:definition "The Saho language is a Cushitic language of Eritrea and Ethiopia."@en ;
    skos:inScheme lexvo: ;
    skos:notation "ssy"^^xsd:string ;
    skos:prefLabel "لغة ساهو"@ar,
        "Sahoeg"@br,
        "saho"@ca,
        "萨霍文"@cmn,
        "薩霍文"@cmn-Hant,
        "saho"@cs,
        "saho"@da,
        "Saho"@de,
        "Σάχο"@el,
        "Saho"@en,
        "saho"@es,
        "saho"@et,
        "Saho hizkuntza"@eu,
        "saho"@fi,
        "saho"@fr,
        "סאהו"@he,
        "saho"@hr,
        "szahó"@hu,
        "Saho"@id,
        "saho"@is,
        "saho"@it,
        "サホ語"@ja,
        "사호어"@ko,
        "ຊາໂຮ"@lo,
        "saho"@lt,
        "saho"@lv,
        "сахо"@mk,
        "saho"@nb,
        "Saho"@nl,
        "Saho"@no,
        "afar-saho"@pl,
        "Lenga Saho"@pms,
        "saho"@pt,
        "saho"@ro,
        "saho"@sk,
        "saho"@sv,
        "Kisaho"@swh,
        "ซาโฮ"@th,
        "Saho"@tr,
        "сахо"@uk,
        "Tiếng Saho"@vi .

<http://lexvo.org/id/iso639-3/sua> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "sua"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/sulk1246> ;
    owl:sameAs <http://dbpedia.org/resource/Sulka_language>,
        <http://www.mpii.de/yago/resource/Sulka_language> ;
    skos:altLabel "Sulka language"@en ;
    skos:definition "Sulka is a possible language isolate scattered across the eastern end of New Britain island, Papua New Guinea. There are about 3000 speakers."@en ;
    skos:inScheme lexvo: ;
    skos:notation "sua"^^xsd:string ;
    skos:prefLabel "Sulka"@en,
        "Język sulka"@pl .

<http://lexvo.org/id/iso639-3/sui> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "sui"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/suki1245> ;
    owl:sameAs <http://dbpedia.org/resource/Suki_language>,
        <http://www.mpii.de/yago/resource/Suki_language> ;
    skos:altLabel "Suki language"@en ;
    skos:definition "Suki is a language isolate spoken by about 3500 people several miles inland along the Fly River in southwestern Papua New Guinea. Suki is primarily spoken in six villages of the Western Province: Gwaku, Iwewi, Ewe, Gwibaku, Duru, and Isala. Suki is genetically related to the three other languages of the Gogodala–Suki stock, Gogodala, Ari, and Waruna, but is considered a family-level isolate within this group. As with many Papuan languages, there are very few published materials on Suki. The literacy rate in Suki is 5-15%, English is the language of instruction in schools and Hiri Motu is also spoken."@en ;
    skos:inScheme lexvo: ;
    skos:notation "sui"^^xsd:string ;
    skos:prefLabel "Suki"@en,
        "Suki jezik"@hr,
        "Język suki"@pl,
        "Суки"@ru .

<http://lexvo.org/id/iso639-3/sur> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "sur"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/mwag1236> ;
    owl:sameAs <http://dbpedia.org/resource/Mwaghavul_language>,
        <http://www.mpii.de/yago/resource/Mwaghavul_language> ;
    skos:altLabel "Mwaghavul language"@en ;
    skos:definition "Mwaghavul (also known as Mupun) is an Afro-Asiatic language spoken in Plateau State, Nigeria. Dialects are Mupun and Panyam."@en ;
    skos:inScheme lexvo: ;
    skos:notation "sur"^^xsd:string ;
    skos:prefLabel "Mwaghavul"@en .

<http://lexvo.org/id/iso639-3/suv> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "suv"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/sulu1241> ;
    owl:sameAs <http://dbpedia.org/resource/Puroik_language>,
        <http://www.mpii.de/yago/resource/Puroik_language> ;
    skos:altLabel "Puroik language"@en ;
    skos:definition "Sulung, or Puroik, is a small Tibeto-Burman language spoken in India."@en ;
    skos:inScheme lexvo: ;
    skos:notation "suv"^^xsd:string ;
    skos:prefLabel "Puroik"@en .

<http://lexvo.org/id/iso639-3/sux> a lvont:Language,
        skos:Concept ;
    lvont:isFocusOf <http://id.loc.gov/vocabulary/iso639-2/sux> ;
    lvont:iso6392BCode "sux"^^xsd:string ;
    lvont:iso6392TCode "sux"^^xsd:string ;
    lvont:iso639P3PCode "sux"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-2/sux> ;
    owl:sameAs <http://dbpedia.org/resource/Sumerian_language>,
        <http://psi.oasis-open.org/iso/639/#sux>,
        <http://www.lingvoj.org/lang/sux>,
        <http://www.mpii.de/yago/resource/Sumerian_language>,
        <info:lc/vocabulary/languages/sux> ;
    skos:altLabel "لغة سومرية"@ar,
        "sumeryan dili"@az,
        "Шумерски език"@bg,
        "Sumereg"@br,
        "Sumeri"@ca,
        "Sumerština"@cs,
        "Sumerisk"@da,
        "Sumerische Sprache"@de,
        "Σουμεριακή γλώσσα"@el,
        "Sumerian language"@en,
        "Idioma sumerio"@es,
        "Sumeri keel"@et,
        "زبان سومری"@fa,
        "Sumeri"@fi,
        "Sumérien"@fr,
        "Sumerski jezik"@hr,
        "Sumer nyelv"@hu,
        "Bahasa Sumeria"@id,
        "Súmerska"@is,
        "Lingua sumera"@it,
        "შუმერული ენა"@ka,
        "Šumerų kalba"@lt,
        "Sumerisk"@nn,
        "Język sumeryjski"@pl,
        "Língua suméria"@pt,
        "Limba sumeriană"@ro,
        "Шумерский язык"@ru,
        "Sumerčina"@sk,
        "Сумерски језик"@sr,
        "Sumeriska"@sv,
        "சுமேரிய மொழி"@ta,
        "ภาษาซูเมอร์"@th,
        "Шумерська мова"@uk ;
    skos:definition "Sumerian ( \"native tongue\") is the language of ancient Sumer, which was spoken in southern Mesopotamia (modern Iraq) since at least the 4th millennium BC. During the 3rd millennium BC, there developed a very intimate cultural symbiosis between the Sumerians and the Akkadians, which included widespread bilingualism. The influence of Sumerian on Akkadian (and vice versa) is evident in all areas, from lexical borrowing on a massive scale, to syntactic, morphological, and phonological convergence. but Sumerian continued to be used as a sacred, ceremonial, literary and scientific language in Mesopotamia until the 1st century AD. Then, it was forgotten until the 19th century, when Assyriologists began deciphering the cuneiform inscriptions and excavated tablets left by these speakers. Sumerian is a language isolate."@en ;
    skos:inScheme lexvo: ;
    skos:notation "sux"^^xsd:string ;
    skos:prefLabel "السومارية"@ar,
        "Şumer dili"@az,
        "шумерская"@be,
        "шумерски"@bg,
        "সুমেরীয়"@bn,
        "sumereg"@br,
        "सुमेरिअन"@brx,
        "sumerski"@bs,
        "сумерски"@bs-Cyrl,
        "sumeri"@ca,
        "苏马文"@cmn,
        "蘇美文"@cmn-Hant,
        "sumerština"@cs,
        "Шумер чĕлхи"@cv,
        "Swmereg"@cy,
        "sumerisk"@da,
        "Sumerisch"@de,
        "Σουμερικά"@el,
        "Sumerian"@en,
        "Sumera lingvo"@eo,
        "sumerio"@es,
        "sumeri"@et,
        "Sumeriera"@eu,
        "سومری"@fa,
        "sumeri"@fi,
        "sumérien"@fr,
        "sumeric"@fur,
        "Sumearysk"@fy,
        "Lingua sumeria"@gl,
        "Sumerisch"@gsw,
        "સુમેરિયન"@gu,
        "שומרית"@he,
        "सुमेरियन"@hi,
        "sumerski"@hr,
        "sumér"@hu,
        "Sumeria"@id,
        "súmerska"@is,
        "sumero"@it,
        "シュメール語"@ja,
        "შუმერული"@ka,
        "Шумер тілі"@kk,
        "ಸುಮೇರಿಯನ್"@kn,
        "수메르어"@ko,
        "سُمیریَن"@ks,
        "Шумер жана түрк диалекттеринин тарыхый байланышы жана түрк тилинин жашы маселеси"@ky,
        "Lingua Sumerica"@la,
        "Soemerisch"@li,
        "ຊູເມີເລຍ"@lo,
        "šumerų"@lt,
        "šumeru"@lv,
        "сумериски"@mk,
        "സുമേരിയൻ"@ml,
        "सुमेरियन"@mr,
        "Sumerjan"@mt,
        "sumerisk"@nb,
        "Soemerisch"@nl,
        "sumerisk"@nn,
        "Sumerisk"@no,
        "ସୁମେରିଆନ୍"@or,
        "sumeryjski"@pl,
        "sumério"@pt,
        "sumeric"@rm,
        "sumeriană"@ro,
        "шумерский"@ru,
        "Sumeragiella"@se,
        "Sumerski jezik"@sh,
        "sumerčina"@sk,
        "sumerščina"@sl,
        "Gjuha sumere"@sq,
        "Сумерски"@sr,
        "Sumerski"@sr-Latn,
        "sumeriska"@sv,
        "சுமேரியன்"@ta,
        "సుమేరియాన్"@te,
        "ซูเมอ"@th,
        "Sümerce"@tr,
        "шумерська"@uk,
        "Tiếng Sumeria"@vi,
        "苏美尔语"@zh .

<http://lexvo.org/id/iso639-3/swb> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "swb"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/maor1244> ;
    owl:sameAs <http://dbpedia.org/resource/Maore_dialect>,
        <http://www.mpii.de/yago/resource/Maore_dialect> ;
    skos:altLabel "comorià"@ca,
        "Comorian, Maore"@en,
        "Maore Comorian"@en,
        "Maore dialect"@en,
        "Idioma mahorés"@es,
        "Mahorais"@fr,
        "Język maore"@pl,
        "língua comoriana"@pt ;
    skos:definition "Maore Comorian, or Shimaore (French Mahorais), is one of the two indigenous languages spoken in the French-ruled Comorian islands of Mayotte; Shimaore being a dialect of the Comorian (Swahili) language, while KiBushi is an unrelated Malayo-Polynesian language originally from Madagascar. Historically, Shimaore- and KiBushi-speaking villages on Mayotte have been clearly identified, but Shimaore tends to be the de facto indigenous lingua franca in everyday life, because of the larger Shimaore-speaking population. Only Shimaore is represented on the local television news program by RFO. The 2002 census references 80,140 speakers of Shimaore in Mayotte itself, to which one would have to add people living outside the island, mostly in metropolitan France. There are also 20,000 speakers of Comorian in Madagascar, some of which are Shimaore speakers."@en ;
    skos:inScheme lexvo: ;
    skos:notation "swb"^^xsd:string ;
    skos:prefLabel "Shimaorees"@af,
        "القمرية"@ar,
        "коморски"@bg,
        "কমোরিয়ান"@bn,
        "komoreg"@br,
        "komorski"@bs,
        "коморски"@bs-Cyrl,
        "Maorès"@ca,
        "科摩罗文"@cmn,
        "葛摩文"@cmn-Hant,
        "komorština"@cs,
        "Comoreg"@cy,
        "shimaore"@da,
        "Komorisch"@de,
        "komorogbe"@ee,
        "Κομόρρια"@el,
        "Comorian"@en,
        "Maorea lingvo"@eo,
        "comorense"@es,
        "komoori"@et,
        "کوموری"@fa,
        "komori"@fi,
        "Comorian"@fil,
        "shimaoré"@fo,
        "comorien"@fr,
        "Shimaorisch"@gsw,
        "કોમોરિયન"@gu,
        "קומורו"@he,
        "कोमोरियन"@hi,
        "komorski"@hr,
        "comorei"@hu,
        "Komoria"@id,
        "shimaoríska"@is,
        "comoriano"@it,
        "コモロ語"@ja,
        "ಕೊಮೊರಿಯನ್"@kn,
        "코모로어"@ko,
        "Kommooresch"@ksh,
        "ໂຄໂນຣຽນ"@lo,
        "Comorian"@lt,
        "komoru"@lv,
        "коморијански"@mk,
        "കൊമോറിയൻ"@ml,
        "कोमोरियन"@mr,
        "komorisk"@nb,
        "Shimaore"@nl,
        "shimaore"@nn,
        "komoryjski"@pl,
        "comoriano"@pt,
        "comoreză"@ro,
        "коморский"@ru,
        "shimaorigiella"@se,
        "komorčina"@sk,
        "šikomor"@sl,
        "Коморски"@sr,
        "Komorski"@sr-Latn,
        "shimaoré"@sv,
        "Shikomor"@swh,
        "கொமோரியன்"@ta,
        "కొమొరియన్"@te,
        "โคเมอเรียน"@th,
        "lea fakakomolo"@to,
        "Komorca"@tr,
        "коморська"@uk,
        "Tiếng Cômo"@vi .

<http://lexvo.org/id/iso639-3/swh> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "swh"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/swah1253> ;
    owl:sameAs <http://dbpedia.org/resource/Kibajuni_dialect>,
        <http://www.mpii.de/yago/resource/Kibajuni_dialect> ;
    skos:altLabel "Kibajuni dialect"@en,
        "Kiswahili"@en,
        "Swahili (individual language)"@en,
        "Af-Bajuuni"@so ;
    skos:definition "Kibajuni is a dialect of the Bantu Swahili language. It is spoken by the Bajuni people who inhabit the tiny Bajuni Islands and coastal Kenya, in addition to parts of southern Somalia, where they constitute a minority ethnic group."@en ;
    skos:inScheme lexvo: ;
    skos:notation "swh"^^xsd:string ;
    skos:prefLabel "Swahili"@af,
        "ስዋሂሊኛ"@am,
        "السواحلية"@ar,
        "suaḥili"@ast,
        "suahilicə"@az,
        "суахілі"@be,
        "суахили"@bg,
        "সোয়াহিলি"@bn,
        "swahili"@br,
        "स्वाहिली"@brx,
        "svahili"@bs,
        "свахили"@bs-Cyrl,
        "ስዋሂሊኛ"@byn,
        "suahili"@ca,
        "斯瓦希里文"@cmn,
        "史瓦希里文"@cmn-Hant,
        "svahilština"@cs,
        "Swahili"@cy,
        "swahili"@da,
        "Suaheli"@de,
        "སྭཱ་ཧི་ལི་ཁ"@dz,
        "swahili"@ee,
        "Σουαχίλι"@el,
        "Swahili"@en,
        "svahila"@eo,
        "swahili"@es,
        "suahiili"@et,
        "swahili"@eu,
        "سواحلی"@fa,
        "swahili"@fi,
        "Swahili"@fil,
        "swahili"@fo,
        "swahili"@fr,
        "swahili"@fur,
        "Svahaílis"@ga,
        "Swahili"@gd,
        "swahili"@gl,
        "Suaheli"@gsw,
        "સ્વાહિલી"@gu,
        "Harshen Suwahili"@ha,
        "סווהילית"@he,
        "स्वाहिली"@hi,
        "svahili"@hr,
        "szuahéli"@hu,
        "Սուահիլի"@hy,
        "swahili"@ia,
        "Swahili"@id,
        "svahílí"@is,
        "swahili"@it,
        "スワヒリ語"@ja,
        "სუაჰილი"@ka,
        "suaíli"@kea,
        "суахили"@kk,
        "swahilimiutut"@kl,
        "ស្វាហ៊ីលី"@km,
        "ಸ್ವಹಿಲಿ"@kn,
        "स्वाहिली"@knn,
        "스와힐리어"@ko,
        "سواہِلی"@ks,
        "Suaheelesch"@ksh,
        "суахиличе"@ky,
        "kiswahíli"@ln,
        "ຊວາຮີລີ"@lo,
        "svahilių"@lt,
        "svahili"@lv,
        "свахили"@mk,
        "സ്വാഹിലി"@ml,
        "स्वाहिली"@mr,
        "Swaħili"@mt,
        "swahili"@nb,
        "स्वाहिली"@ne,
        "Swahili"@nl,
        "swahili"@nn,
        "Suwahilii"@om,
        "ସ୍ୱାହିଲ୍"@or,
        "suahili"@pl,
        "سواهېلي"@ps,
        "suaili"@pt,
        "suahili"@rm,
        "swahili"@ro,
        "суахили"@ru,
        "Igiswahili"@rw,
        "ටර්ක්මෙන්"@si,
        "swahilčina"@sk,
        "svahili"@sl,
        "Sawaaxili"@so,
        "Suahilisht"@sq,
        "Свахили"@sr,
        "Svahili"@sr-Latn,
        "Se-swahili"@st,
        "swahili"@sv,
        "Kiswahili"@swc,
        "Kiswahili"@swh,
        "சுவாஹிலி"@ta,
        "స్వాహిలి"@te,
        "สวาฮีลี"@th,
        "ሰዋሂሊኛ"@ti,
        "ስዋሂሊኛ"@tig,
        "Swahili"@tn,
        "lea suahile"@to,
        "Svahili"@tr,
        "суахілі"@uk,
        "سواحلی"@ur,
        "Tiếng Swahili"@vi,
        "Suaheliš"@wae,
        "Isi-Swahili"@xh,
        "Èdè Swahili"@yo,
        "Swahili"@zsm,
        "isiSwahili"@zu .

<http://lexvo.org/id/iso639-3/swi> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "swi"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/suii1243> ;
    owl:sameAs <http://dbpedia.org/resource/Sui_language>,
        <http://www.mpii.de/yago/resource/Sui_language> ;
    skos:altLabel "Sui language"@en ;
    skos:definition "The Sui language is a Tai–Kadai language spoken by the Sui people of Guizhou province, China. According to Ethnologue, the total number of speakers is around 200,000 as of 1999. Sui is also unique for its rich inventory of consonants, with the Sandong (三洞) dialect having as many as 70 consonants. The language also has its own script, known as \"Shuishu\" (水書) in Chinese, and is used for ritual purposes."@en ;
    skos:inScheme lexvo: ;
    skos:notation "swi"^^xsd:string ;
    skos:prefLabel "Sui"@en,
        "Sui"@fr,
        "Lenga sui"@pms,
        "ภาษาสุ่ย"@th,
        "水語"@zh .

<http://lexvo.org/id/iso639-3/swl> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "swl"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/swed1236> ;
    owl:sameAs <http://dbpedia.org/resource/Swedish_Sign_Language>,
        <http://www.mpii.de/yago/resource/Swedish_Sign_Language> ;
    skos:definition "Swedish Sign Language (STS) is the sign language used in Sweden."@en ;
    skos:inScheme lexvo: ;
    skos:notation "swl"^^xsd:string ;
    skos:prefLabel "Svenskt teckenspråk"@de,
        "Swedish Sign Language"@en,
        "Ruotsalainen viittomakieli"@fi,
        "Švedski znakovni jezik"@hr,
        "Svensk tegnspråk"@no,
        "Lenga dij segn svedèisa"@pms,
        "Svenskt teckenspråk"@sv .

<http://lexvo.org/id/iso639-3/swt> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "swt"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/sawi1256> ;
    owl:sameAs <http://dbpedia.org/resource/Sawila_language>,
        <http://www.mpii.de/yago/resource/Sawila_language> ;
    skos:altLabel "Sawila language"@en ;
    skos:definition "Sawila, or Tanglapui, is a Papuan language of the Moluccas. Dialects are Sawila proper, Lona, Salimana, Lalamana, Sileba."@en ;
    skos:inScheme lexvo: ;
    skos:notation "swt"^^xsd:string ;
    skos:prefLabel "Sawila"@en .

<http://lexvo.org/id/iso639-3/swv> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "swv"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/shek1243> ;
    owl:sameAs <http://dbpedia.org/resource/Shekhawati_language>,
        <http://www.mpii.de/yago/resource/Shekhawati_language> ;
    skos:altLabel "Shekhawati language"@en ;
    skos:definition "Shekhawati is a Rajasthani language of Indo-Aryan languages family and is spoken by about three million speakers in Churu, Jhunjhunu and Sikar districts of Rajasthan. Though a very important dialect from the grammatical and literary points of view, yet very little work is carried out on it. In 2001 A descriptive grammar of Shekhawati has been published. Shekhawati, like Bagri dialect of Ganganagar and Hanumangarh districts, has parallel lexicon which make it very rich from the lexicographical point of view. Word order is typical SOV and there is existence of implosives. Beside presence of high tone at suprasegmental level classify it with other dialects of Rajasthani. It has contributed a lot to the development of Rajasthani language and linguistics."@en ;
    skos:inScheme lexvo: ;
    skos:notation "swv"^^xsd:string ;
    skos:prefLabel "Shekhawati"@en,
        "Lenga shekhawati"@pms,
        "Шекхавати"@ru,
        "ภาษาเสขวาตี"@th .

<http://lexvo.org/id/iso639-3/sxn> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "sxn"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/sang1336> ;
    owl:sameAs <http://dbpedia.org/resource/Sangir_language>,
        <http://www.mpii.de/yago/resource/Sangir_language> ;
    skos:altLabel "Sangir language"@en ;
    skos:definition "Sangirese, also known as Sangihé, Sangi, Sangih, and (in the Philippines) Sangil, is an Austronesian language spoken on the islands linking northern Sulawesi, Indonesia, with Mindanao, Philippines."@en ;
    skos:inScheme lexvo: ;
    skos:notation "sxn"^^xsd:string ;
    skos:prefLabel "Sangir"@en,
        "Sangir"@fr,
        "Bahasa Sangir"@id,
        "Lenga sangir"@pms .

<http://lexvo.org/id/iso639-3/syc> a lvont:Language,
        skos:Concept ;
    lvont:isFocusOf <http://id.loc.gov/vocabulary/iso639-2/syc> ;
    lvont:iso6392BCode "syc"^^xsd:string ;
    lvont:iso6392TCode "syc"^^xsd:string ;
    lvont:iso639P3PCode "syc"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-2/syc> ;
    owl:sameAs <http://dbpedia.org/resource/Syriac_language>,
        <http://www.mpii.de/yago/resource/Syriac_language>,
        <info:lc/vocabulary/languages/syc> ;
    skos:altLabel "سريانية تقليدية"@ar,
        "класически сирийски"@bg,
        "sirieg klasel"@br,
        "klasični sirijski"@bs,
        "syrština (klasická)"@cs,
        "Syrische Sprache"@de,
        "Κλασικά Συριακά"@el,
        "Classical Syriac"@en,
        "Syriac, Classical"@en,
        "siríaco clásico"@es,
        "klassikaline süüria"@et,
        "سریانی کلاسیک"@fa,
        "Syyrian kieli"@fi,
        "syriaque classique"@fr,
        "סירית קלאסית"@he,
        "klasični sirski"@hr,
        "Bahasa Suryani"@id,
        "siriaco classico"@it,
        "古典シリア語"@ja,
        "시리아어 (고전)"@ko,
        "класичен сиријак"@mk,
        "പുരാതന സുറിയാനിഭാഷ"@ml,
        "Klassiek Syrisch"@nl,
        "Język syryjski"@pl,
        "siríaco clássico"@pt,
        "классический сирийский"@ru,
        "klasická sýrčina"@sk,
        "klasična sirščina"@sl,
        "klassisk syriska"@sv,
        "ซีเรียแบบดั้งเดิม"@th,
        "Klasik Süryanice"@tr ;
    skos:definition "Syriac ( ) is a dialect of Middle Aramaic that was once spoken across much of the Fertile Crescent. Having first appeared as a script in the 1st century AD after being spoken as an unwritten language for five centuries, Classical Syriac became a major literary language throughout the Middle East from the 4th to the 8th centuries, the classical language of Edessa, preserved in a large body of Syriac literature."@en ;
    skos:inScheme lexvo: ;
    skos:notation "syc"^^xsd:string ;
    skos:prefLabel "ܠܫܢܐ ܣܘܪܝܝܐ"@aii,
        "لغة سريانية"@ar,
        "سيريانى"@arz,
        "Сирийски език"@bg,
        "প্রাচীন সিরিও"@bn,
        "Sirieg"@br,
        "पारंपरीक सिरिआक"@brx,
        "Sirjački jezik"@bs,
        "класични сиријски"@bs-Cyrl,
        "siríac clàssic"@ca,
        "经典叙利亚文"@cmn,
        "古敘利亞文"@cmn-Hant,
        "Syrština"@cs,
        "Hen Syrieg"@cy,
        "klassisk syrisk"@da,
        "Altsyrisch"@de,
        "Συριακή γλώσσα"@el,
        "Syriac language"@en,
        "Siria lingvo"@eo,
        "Idioma siríaco"@es,
        "Vanasüüria keel"@et,
        "زبان سریانی"@fa,
        "muinaissyyria"@fi,
        "Syriaque"@fr,
        "Siricis"@ga,
        "Altsyrisch"@gsw,
        "પરંપરાગત સિરિએક"@gu,
        "סורית"@he,
        "क्लासिकल सिरिएक"@hi,
        "Sirjački jezik"@hr,
        "klasszikus szír"@hu,
        "Suriah Klasik"@id,
        "klassísk sýrlenska"@is,
        "Lingua siriaca"@it,
        "シリア語"@ja,
        "ಶಾಸ್ತ್ರೀಯ ಸಿರಿಯಕ್"@kn,
        "시리아어"@ko,
        "Lingua Syriaca"@la,
        "ຊີເລຍແບບດັ້ງເດີມ"@lo,
        "klasikinė siriečių"@lt,
        "klasiskā sīriešu"@lv,
        "Сириски јазик"@mk,
        "സുറിയാനി"@ml,
        "अभिजात सिरियाक"@mr,
        "Bahasa Suryani"@ms,
        "klassisk syrisk"@nb,
        "Syrisch"@nl,
        "klassisk syrisk"@nn,
        "Gammelsyrisk"@no,
        "କ୍ଲାସିକାଲ୍ ସିରିକ୍"@or,
        "syriacki"@pl,
        "Lenga sirìaca"@pms,
        "Língua siríaca"@pt,
        "siric classic"@rm,
        "siriacă clasică"@ro,
        "Сирийский язык"@ru,
        "Sirijski jezik"@sh,
        "Sýrčina"@sk,
        "Sirščina"@sl,
        "Класични сиријски"@sr,
        "Klasični sirijski"@sr-Latn,
        "Syriska"@sv,
        "பாரம்பரிய சிரியாக்"@ta,
        "సాంప్రదాయ సిరియాక్"@te,
        "ภาษาซีเรียค"@th,
        "Süryanice"@tr,
        "сирійська класична"@uk,
        "Tiếng Syria Cổ điển"@vi,
        "敘利亞語"@zh .

<http://lexvo.org/id/iso639-3/sza> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "sza"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/seme1247> ;
    owl:sameAs <http://dbpedia.org/resource/Semelai_language>,
        <http://www.mpii.de/yago/resource/Semelai_language> ;
    skos:altLabel "Semelai language"@en ;
    skos:definition "The Semelai language is a language spoken by the Semalai people, one of nineteen groups called Orang Asli or \"original people\" by the Malaysian government. The Semelai reside in the region between Segamat (Johore) and the Pahang River. The Semelai are classified as so-called \"Proto-Malays\", one of three categories into which the Orang Asli are officially divided. Actually the Semelai language is an Austro-Asiatic language, while the other groups classified as \"Proto-Malay\" speak Austronesian languages."@en ;
    skos:inScheme lexvo: ;
    skos:notation "sza"^^xsd:string ;
    skos:prefLabel "Semelai"@en,
        "Semelai"@fr,
        "Bahasa Semelai"@id,
        "Bahasa Semelai"@ms .

<http://lexvo.org/id/iso639-3/szg> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "szg"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/seng1278> ;
    owl:sameAs <http://dbpedia.org/resource/Sengele_language>,
        <http://www.mpii.de/yago/resource/Sengele_language> ;
    skos:altLabel "Sengele language"@en ;
    skos:definition "Sengele is a Bantu language of DR Congo."@en ;
    skos:inScheme lexvo: ;
    skos:notation "szg"^^xsd:string ;
    skos:prefLabel "Sengele"@en .

<http://lexvo.org/id/iso639-3/szp> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "szp"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/suab1238> ;
    owl:sameAs <http://dbpedia.org/resource/Suabo_language>,
        <http://www.mpii.de/yago/resource/Suabo_language> ;
    skos:altLabel "Suabo language"@en ;
    skos:definition "Suabo (Suabau), also known as Inanwatan, is a Papuan language of West Papua. It also goes by the names Iagu and Mirabo."@en ;
    skos:inScheme lexvo: ;
    skos:notation "szp"^^xsd:string ;
    skos:prefLabel "Suabo"@en .

<http://lexvo.org/id/iso639-3/szw> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "szw"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/sawa1247> ;
    owl:sameAs <http://dbpedia.org/resource/Sawai_language>,
        <http://www.mpii.de/yago/resource/Sawai_language> ;
    skos:altLabel "Sawai language"@en ;
    skos:definition "The Sawai language (also Weda) is a South Halmahera language of Austronesian stock spoken in Weda and Gane Timor districts of southern Halmahera, northern Maluku Providence, Indonesia. There are approximately 12,000 speakers."@en ;
    skos:inScheme lexvo: ;
    skos:notation "szw"^^xsd:string ;
    skos:prefLabel "Sawai"@en,
        "Sawai"@fr,
        "Sawai"@hr .

<http://lexvo.org/id/iso639-3/taa> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "taa"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/lowe1425> ;
    owl:sameAs <http://dbpedia.org/resource/Lower_Tanana_language>,
        <http://www.mpii.de/yago/resource/Lower_Tanana_language> ;
    skos:altLabel "Lower Tanana language"@en,
        "Tanana, Lower"@en ;
    skos:definition "Lower Tanana (also Tanana and/or Middle Tanana) is an endangered Athabaskan language spoken in Interior Alaska in the lower Tanana River villages of Minto and Nenana. Of about 380 Tanana people in the two villages, about 30 still speak the language. The Athabascan bands that formerly extended between the Salcha and the Goodpaster Rivers spoke a distinct dialect that can be termed the Middle Tanana language."@en ;
    skos:inScheme lexvo: ;
    skos:notation "taa"^^xsd:string ;
    skos:prefLabel "Lower Tanana"@en,
        "Oner-Tanana spriak"@frr,
        "Lenga tanana, lower"@pms,
        "Aşağı Tananaca"@tr .

<http://lexvo.org/id/iso639-3/tab> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "tab"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/taba1259> ;
    owl:sameAs <http://dbpedia.org/resource/Tabasaran_language>,
        <http://www.mpii.de/yago/resource/Tabasaran_language> ;
    skos:altLabel "Tabasaran language"@en ;
    skos:definition "Tabasaran (also written Tabassaran) is a Northeast Caucasian language of the Lezgic branch. It is spoken by the Tabasaran people in southern part of the Russian Republic of Dagestan. There are two main dialects: North (Khanag) and South Tabasaran. It has a literary language based on the Southern dialect, one of six in the Dagestan Republic."@en ;
    skos:inScheme lexvo: ;
    skos:notation "tab"^^xsd:string ;
    skos:prefLabel "Tabasareg"@br,
        "Tabasaran"@ca,
        "Tabassaranische Sprache"@de,
        "Tabassaran"@en,
        "Tabasaranera"@eu,
        "زبان تاباساری"@fa,
        "Tabasaranin kieli"@fi,
        "Tabassaran"@fr,
        "Lingua tabasarana"@it,
        "თაბასარანული ენა"@ka,
        "Табасаран кыв"@kv,
        "Табасарански јазик"@mk,
        "Tabasaraans"@nl,
        "Табасарайнаг æвзаг"@os,
        "Język tabasarański"@pl,
        "Lenga Tabassaran"@pms,
        "Língua tabassarã"@pt,
        "Табасаранский язык"@ru,
        "Tabasaranščina"@sl,
        "Табасаранська мова"@uk .

<http://lexvo.org/id/iso639-3/tae> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "tae"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/tari1256> ;
    owl:sameAs <http://dbpedia.org/resource/Tariana_language>,
        <http://www.mpii.de/yago/resource/Tariana_language> ;
    skos:altLabel "Tariana language"@en ;
    skos:definition "Tariana (also Tariano) is an endangered Maipurean language spoken along the Vaupés River in Amazonas, Brazil by approximately 100 people. Another approximately 1500 people in the upper and middle Vaupés River area identify themselves as ethnic Tariana but no longer speak the language."@en ;
    skos:inScheme lexvo: ;
    skos:notation "tae"^^xsd:string ;
    skos:prefLabel "Tariana"@en .

<http://lexvo.org/id/iso639-3/tao> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "tao"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/yami1254> ;
    owl:sameAs <http://dbpedia.org/resource/Yami_language>,
        <http://www.mpii.de/yago/resource/Yami_language> ;
    skos:altLabel "Yami language"@en ;
    skos:definition "Yami (雅美), also known as Tao , is a variety of the Ivatan dialect cluster spoken by the Tao people of Taiwan. It is spoken on Orchid Island, 46 kilometers southeast of the main island of Taiwan. Yami is known as ciriciring no Tao, or \"human speech,\" by its native speakers (Rau 2006:79). Yami is the only language of Taiwanese aborigines that does not fit in with the other Formosan languages but instead shares linguistic similarities with the Ivatan language spoken in the Batanes of northern Philippines."@en ;
    skos:inScheme lexvo: ;
    skos:notation "tao"^^xsd:string ;
    skos:prefLabel "Yami"@en,
        "Lengua yami"@es,
        "Yami"@fr,
        "Yami"@it,
        "タオ語"@ja,
        "Јамиски јазик"@mk,
        "Lenga yami"@pms,
        "ภาษาเตา"@th,
        "Wikang Tao"@tl,
        "達悟語"@zh .

<http://lexvo.org/id/iso639-3/tap> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "tap"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/taab1238> ;
    owl:sameAs <http://dbpedia.org/resource/Taabwa_language>,
        <http://www.mpii.de/yago/resource/Taabwa_language> ;
    skos:altLabel "Taabwa language"@en ;
    skos:definition "Taabwa (Ichitaabwa), or Rungu (Malungu), is a Bantu language of Congo and Zambia spoken by half a million or so people."@en ;
    skos:inScheme lexvo: ;
    skos:notation "tap"^^xsd:string ;
    skos:prefLabel "Taabwa"@en .

<http://lexvo.org/id/iso639-3/tar> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "tar"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/cent2131> ;
    owl:sameAs <http://dbpedia.org/resource/Tarahumara_language>,
        <http://www.mpii.de/yago/resource/Tarahumara_language> ;
    skos:altLabel "Tarahumara language"@en,
        "Tarahumara, Central"@en ;
    skos:definition "The Tarahumara language (native name Rarámuri/Ralámuli ra'ícha, \"people language\") is a Mexican indigenous language of the Uto-Aztecan language family spoken by around 70,000 Tarahumara (Rarámuri/Ralámuli) people in the state of Chihuahua, according to an estimate by the government of Mexico."@en ;
    skos:inScheme lexvo: ;
    skos:notation "tar"^^xsd:string ;
    skos:prefLabel "Tarahoumareg"@br,
        "Tarahumara-Sprache"@de,
        "Central Tarahumara"@en,
        "Idioma tarahumara"@es,
        "Tarahumara central"@fr,
        "Raramuritlahtōlli"@nah,
        "Tarahumara"@no,
        "Lenga tarahumara sentral"@pms,
        "Raramuri simi"@qu,
        "Тараумара"@ru .

<http://lexvo.org/id/iso639-3/tay> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "tay"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/atay1247> ;
    owl:sameAs <http://dbpedia.org/resource/Atayal_language>,
        <http://www.mpii.de/yago/resource/Atayal_language> ;
    skos:altLabel "Atayal language"@en ;
    skos:definition "The Atayal language is spoken by the Atayal people of Taiwan. Squliq and C’uli’ (or Ts’ole’, which includes the well-documented Mayrinax) are two major dialects. The Mayrinax and Paʔkualiʔ dialects of Atayal are unique for having separate male and female registers that have differing vocabulary."@en ;
    skos:inScheme lexvo: ;
    skos:notation "tay"^^xsd:string ;
    skos:prefLabel "Atayal"@en,
        "Atayal"@fr,
        "Thai-ngâ-ngî"@hak,
        "Atayal"@hr,
        "Lingua Atayal"@it,
        "タイヤル語"@ja,
        "Атајалски јазик"@mk,
        "Atayal"@nl,
        "Lenga Atayal"@pms,
        "Língua atayal"@pt,
        "Атаяльский язык"@ru,
        "ภาษาอตายัล"@th,
        "泰雅語"@zh .

<http://lexvo.org/id/iso639-3/tba> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "tba"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/aika1237> ;
    owl:sameAs <http://dbpedia.org/resource/Aikan%C3%A3_language>,
        <http://www.mpii.de/yago/resource/Aikan%C3%A3_language> ;
    skos:altLabel "Aikanã language"@en ;
    skos:definition "Aikanã (sometimes called Tubarão, Corumbiara-Kolumbiara, or Huari-Uari-Wari) is an endangered language isolate Brazil. It is morphologically complex and has SOV word order. Aikanã uses the Latin script. The people live with speakers of Koaia (Kwaza)."@en ;
    skos:inScheme lexvo: ;
    skos:notation "tba"^^xsd:string ;
    skos:prefLabel "Aikanã"@en,
        "Idioma aikaná"@es,
        "Aikanã jezik"@hr,
        "Аикански јазик"@mk .

<http://lexvo.org/id/iso639-3/tbd> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "tbd"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/kaki1249> ;
    owl:sameAs <http://dbpedia.org/resource/Kaki_Ae_language>,
        <http://www.mpii.de/yago/resource/Kaki_Ae_language> ;
    skos:altLabel "Kaki Ae language"@en ;
    skos:definition "Kaki Ae is a language with about 500 speakers, half the ethnic population, near Kerema, in Papua New Guinea. It is related to the Eleman languages and is classified by Ross as a divergent member of that family."@en ;
    skos:inScheme lexvo: ;
    skos:notation "tbd"^^xsd:string ;
    skos:prefLabel "Kaki Ae"@en .

<http://lexvo.org/id/iso639-3/tbh> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "tbh"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/thur1254> ;
    owl:sameAs <http://dbpedia.org/resource/Tharawal_language>,
        <http://www.mpii.de/yago/resource/Tharawal_language> ;
    skos:altLabel "Tharawal language"@en ;
    skos:definition "Tharawal (many other spellings: Thurawal, Thaua, Dhawa, Thauaira, Thawa) is an Australian Aboriginal language."@en ;
    skos:inScheme lexvo: ;
    skos:notation "tbh"^^xsd:string ;
    skos:prefLabel "Thurawal"@en,
        "Bahasa Tharawal"@id,
        "Lenga thurawal"@pms,
        "Thurawal"@sv,
        "தரவால் மொழி"@ta .

<http://lexvo.org/id/iso639-3/tbi> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "tbi"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/gaam1241> ;
    owl:sameAs <http://dbpedia.org/resource/Ingessana_language>,
        <http://www.mpii.de/yago/resource/Ingessana_language> ;
    skos:altLabel "Ingessana language"@en ;
    skos:definition "The Gaam language, also known as Ingessana, (Me/Mun)Tabi, Kamanidi, or Mamedja/Mamidza, is an Eastern Sudanic language spoken by the Ingessana people in the Tabi Hills in eastern Sudan, near Ethiopia. It was considered an isolate within Eastern Sudanic until the other Eastern Jebel languages were discovered in the late 20th century. Dialects are Soda (Tao), Kukur (Gor), Kulang (Kulelek, Bau), Buwahg (Buek)."@en ;
    skos:inScheme lexvo: ;
    skos:notation "tbi"^^xsd:string ;
    skos:prefLabel "Gameg"@br,
        "Gaam"@de,
        "Gaam"@en,
        "Lenga Gaam"@pms .

<http://lexvo.org/id/iso639-3/tbo> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "tbo"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/tawa1275> ;
    owl:sameAs <http://dbpedia.org/resource/Tawala_language>,
        <http://www.mpii.de/yago/resource/Tawala_language> ;
    skos:altLabel "Tawala language"@en ;
    skos:definition "Tawala is one of the 48 languages spoken in the Milne Bay Province of Papua New Guinea. The language is spoken by approximately 10,000 people who live in hamlets and small villages on the East Cape peninsula, on the shores of Milne Bay and on areas of the islands of Sideia and Basilaki. There are approximately 40 main centres of population each speaking the same dialect, although through the process of colonisation some centres have gained more prominence than others."@en ;
    skos:inScheme lexvo: ;
    skos:notation "tbo"^^xsd:string ;
    skos:prefLabel "Tawala"@en .

<http://lexvo.org/id/iso639-3/tbu> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "tbu"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/tuba1279> ;
    owl:sameAs <http://dbpedia.org/resource/Tubar_language>,
        <http://www.mpii.de/yago/resource/Tubar_language> ;
    skos:altLabel "Tubar language"@en ;
    skos:definition "Tubar or Tubare, is an extinct language of Mexico that belonged to the Uto-Aztecan language family."@en ;
    skos:inScheme lexvo: ;
    skos:notation "tbu"^^xsd:string ;
    skos:prefLabel "Toubareg"@br,
        "Tubar"@en,
        "Idioma tubar"@es,
        "Tubartlahtōlli"@nah .

<http://lexvo.org/id/iso639-3/tby> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "tby"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/taba1263> ;
    owl:sameAs <http://dbpedia.org/resource/Tabaru_language>,
        <http://www.mpii.de/yago/resource/Tabaru_language> ;
    skos:altLabel "Tabaru language"@en ;
    skos:definition "Tabaru is a Papuan Halmahera language of Indonesia."@en ;
    skos:inScheme lexvo: ;
    skos:notation "tby"^^xsd:string ;
    skos:prefLabel "Tabaru"@en .

<http://lexvo.org/id/iso639-3/tca> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "tca"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/ticu1245> ;
    owl:sameAs <http://dbpedia.org/resource/Ticuna_language>,
        <http://www.mpii.de/yago/resource/Ticuna_language> ;
    skos:altLabel "Ticuna language"@en ;
    skos:definition "Tïcuna, or Tïkuna, is a language spoken by approximately 40,000 people in Brazil, Peru, and Colombia. It is the native language of the Tïcuna people. Tïcuna is generally classified as a language isolate, but may be related to the extinct Yuri language. (See Tïcuna-Yuri.) It is a tonal language, and therefore the meaning of words with the same phonemes can vary greatly simply by changing the tone used to pronounce them."@en ;
    skos:inScheme lexvo: ;
    skos:notation "tca"^^xsd:string ;
    skos:prefLabel "Tikouneg"@br,
        "Ticuna"@de,
        "Ticuna"@en,
        "Idioma ticuna"@es,
        "Ticuna"@fr,
        "Tucuna"@hr,
        "Ticuna"@it,
        "Língua ticuna"@pt,
        "Tikuna simi"@qu,
        "Тыкуна"@ru .

<http://lexvo.org/id/iso639-3/tcb> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "tcb"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/tana1290> ;
    owl:sameAs <http://dbpedia.org/resource/Tanacross_language>,
        <http://www.mpii.de/yago/resource/Tanacross_language> ;
    skos:altLabel "Tanacross language"@en ;
    skos:definition "Tanacross (also Transitional Tanana) is an endangered Athabaskan language spoken by fewer than 60 persons in eastern Interior Alaska."@en ;
    skos:inScheme lexvo: ;
    skos:notation "tcb"^^xsd:string ;
    skos:prefLabel "Tanacross"@en,
        "Idioma tanacross"@es,
        "Tanacross"@fr,
        "Tanacross spriak"@frr,
        "Lenga tanacross"@pms,
        "Tanakrosça"@tr .

<http://lexvo.org/id/iso639-3/tcc> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "tcc"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/dato1239> ;
    owl:sameAs <http://dbpedia.org/resource/Datooga_language>,
        <http://www.mpii.de/yago/resource/Datooga_language> ;
    skos:altLabel "Datooga language"@en ;
    skos:definition "The Datooga language is a Nilotic language, or actually a dialect cluster, of the Southern group. It is spoken by the Datooga people of the Great Rift Valley of Tanzania."@en ;
    skos:inScheme lexvo: ;
    skos:notation "tcc"^^xsd:string ;
    skos:prefLabel "Datougeg"@br,
        "Datooga"@de,
        "Datooga"@en,
        "Datooga"@no,
        "Lenga Datooga"@pms,
        "Kidatooga"@sw .

<http://lexvo.org/id/iso639-3/tcx> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "tcx"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/toda1252> ;
    owl:sameAs <http://dbpedia.org/resource/Toda_language>,
        <http://www.mpii.de/yago/resource/Toda_language> ;
    skos:altLabel "Toda language"@en ;
    skos:definition "Toda is a Dravidian language well known for its many fricatives and trills. It is spoken by the Toda people, a population of about one thousand who live in the Nilgiri Hills of southern India."@en ;
    skos:inScheme lexvo: ;
    skos:notation "tcx"^^xsd:string ;
    skos:prefLabel "Todeg"@br,
        "Toda"@en,
        "Idioma toda"@es,
        "Todan kieli"@fi,
        "Toda"@fr,
        "Lingua toda"@it,
        "Lingua Toda"@la,
        "Lenga Toda"@pms,
        "Тода"@ru,
        "தோடா மொழி"@ta .

<http://lexvo.org/id/iso639-3/tcz> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "tcz"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/thad1238> ;
    owl:sameAs <http://dbpedia.org/resource/Thado_language>,
        <http://www.mpii.de/yago/resource/Thado_language> ;
    skos:altLabel "Chin, Thado"@en,
        "Thado language"@en ;
    skos:definition "Thado (Thadou, Thaadou, Thado-Ubiphei, Thado-Pao) is a Kukish language of India and Burma."@en ;
    skos:inScheme lexvo: ;
    skos:notation "tcz"^^xsd:string ;
    skos:prefLabel "Thado Chin"@en .

<http://lexvo.org/id/iso639-3/tdh> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "tdh"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/thul1246> ;
    owl:sameAs <http://dbpedia.org/resource/Thulung_language>,
        <http://www.mpii.de/yago/resource/Thulung_language> ;
    skos:altLabel "Thulung language"@en ;
    skos:definition "Thulung is a Kiranti language spoken in parts of Nepal and Sikkim. It is also known as Thulunge Rai, Thulu Luwa, Thululoa, Thulung La, Tholong Lo, Thulung Jemu, Toaku Lwa. Total population: 33,313."@en ;
    skos:inScheme lexvo: ;
    skos:notation "tdh"^^xsd:string ;
    skos:prefLabel "Touloungeg"@br,
        "Thulung"@en,
        "Thulungish"@gv,
        "ภาษาทูลุง"@th,
        "Тхулунґ"@uk .

<http://lexvo.org/id/iso639-3/tea> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "tea"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/temi1246> ;
    owl:sameAs <http://dbpedia.org/resource/Temiar_language>,
        <http://www.mpii.de/yago/resource/Temiar_language> ;
    skos:altLabel "Temiar language"@en ;
    skos:definition "Temiar is an Aslian (Mon–Khmer) language spoken in Western Malaysia by the Temiar people. The Temiar are one of the larger Aslian peoples, but it is not known how many of them still speak their language."@en ;
    skos:inScheme lexvo: ;
    skos:notation "tea"^^xsd:string ;
    skos:prefLabel "Temiar"@en .

<http://lexvo.org/id/iso639-3/teo> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "teo"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/teso1249> ;
    owl:sameAs <http://dbpedia.org/resource/Teso_language>,
        <http://www.mpii.de/yago/resource/Teso_language> ;
    skos:altLabel "teso language"@en,
        "Teso"@fr,
        "Língua ateso"@pt,
        "Ateso"@sv ;
    skos:definition "Ateso (from Teso) is a Nilo-Saharan language, spoken by the Iteso people of Uganda and Kenya. It is one of the Teso–Turkana cluster of languages."@en ;
    skos:inScheme lexvo: ;
    skos:notation "teo"^^xsd:string ;
    skos:prefLabel "Tesoeg"@br,
        "teso"@ca,
        "特索文"@cmn,
        "特索文"@cmn-Hant,
        "teso"@cs,
        "teso"@da,
        "Teso"@de,
        "Τέσο"@el,
        "Teso"@en,
        "teso"@es,
        "teso"@et,
        "ateso"@fi,
        "teso"@fr,
        "טסו"@he,
        "teso"@hr,
        "teszó"@hu,
        "Teso"@id,
        "teso"@it,
        "テソ語"@ja,
        "테조어"@ko,
        "ເຕໂຊ"@lo,
        "teso"@lt,
        "teso"@lv,
        "тесо"@mk,
        "teso"@nb,
        "Teso"@nl,
        "ateso"@pl,
        "Lenga Teso"@pms,
        "teso"@pt,
        "teso"@ro,
        "тесо"@ru,
        "teso"@sk,
        "teso"@sv,
        "Kiteso"@sw,
        "Kiteso"@swh,
        "Kiteso"@teo,
        "เตโซ"@th,
        "Teso"@tr,
        "тесо"@uk,
        "Tiếng Teso"@vi .

<http://lexvo.org/id/iso639-3/tep> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "tep"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/tepe1278> ;
    owl:sameAs <http://dbpedia.org/resource/Tepecano_language>,
        <http://www.mpii.de/yago/resource/Tepecano_language> ;
    skos:altLabel "Tepecano language"@en ;
    skos:definition "The Tepecano language is an extinct indigenous language of Mexico belonging to the Uto-Aztecan language-family. It was formerly spoken by a small group of people in Azqueltán (earlier Atzqueltlán), Jalisco, a small village on the Río Bolaños in the far northern part of the state, just east of the territory of the Huichol people. Most closely related to Southern Tepehuán of the state of Durango, Tepecano was a Mesoamerican language and evinced many of the traits that define the Mesoamerican Linguistic Area. So far as is known, the last speaker of Tepecano was Lino de la Rosa (born September 22, 1895), who was still living as of February 1980."@en ;
    skos:inScheme lexvo: ;
    skos:notation "tep"^^xsd:string ;
    skos:prefLabel "Tepecano"@en,
        "Idioma tepecano"@es,
        "Tepēcatlahtōlli"@nah .

<http://lexvo.org/id/iso639-3/teq> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "teq"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/nucl1339> ;
    owl:sameAs <http://dbpedia.org/resource/Temein_language>,
        <http://www.mpii.de/yago/resource/Temein_language> ;
    skos:altLabel "Temein language"@en ;
    skos:definition "Temein, also known as Ron(g)e, is an Eastern Sudanic language spoken by the Temein people of the Nuba Hills in Sudan."@en ;
    skos:inScheme lexvo: ;
    skos:notation "teq"^^xsd:string ;
    skos:prefLabel "Temein"@en .

<http://lexvo.org/id/iso639-3/teu> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "teu"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/sooo1256> ;
    owl:sameAs <http://dbpedia.org/resource/Tepes_language>,
        <http://www.mpii.de/yago/resource/Tepes_language> ;
    skos:altLabel "Tepes language"@en ;
    skos:definition "Soo is the Kuliak language of the Tepes people of northeastern Uganda. It is also spelled So and Tepeth. The language is moribund, with most of the population of 22,000 having shifted to Karamojong, and only older people still speaking Soo."@en ;
    skos:inScheme lexvo: ;
    skos:notation "teu"^^xsd:string ;
    skos:prefLabel "Soo"@en,
        "Kisoo"@sw .

<http://lexvo.org/id/iso639-3/tex> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "tex"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/tenn1246> ;
    owl:sameAs <http://dbpedia.org/resource/Tennet_language>,
        <http://www.mpii.de/yago/resource/Tennet_language> ;
    skos:altLabel "Tennet language"@en ;
    skos:definition "Tennet (also Tenet (early language survey), and Irenge (to the Lopit people) ) is a Nilo-Saharan, Eastern Sudanic, Surmic language spoken by the Tennet people. The Tennet home area is a group of five villages at the northern end of the Lopit mountains, 65 kilometers northeast of Torit."@en ;
    skos:inScheme lexvo: ;
    skos:notation "tex"^^xsd:string ;
    skos:prefLabel "Tennet"@en .

<http://lexvo.org/id/iso639-3/tfn> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "tfn"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/tana1289> ;
    owl:sameAs <http://dbpedia.org/resource/Dena'ina_language>,
        <http://www.mpii.de/yago/resource/Dena'ina_language> ;
    skos:altLabel "Dena'ina language"@en ;
    skos:definition "Dena’ina (sometimes spelled Tanaina, ) is the Athabaskan language of the region surrounding Cook Inlet. It is geographically unique in Alaska as the only Alaska Athabaskan language to include territory which borders salt water. Four dialects are usually distinguished:"@en ;
    skos:inScheme lexvo: ;
    skos:notation "tfn"^^xsd:string ;
    skos:prefLabel "Tanaina"@en,
        "Denaina lingvo"@eo,
        "Dena’ina spriak"@frr,
        "Lenga tanaina"@pms,
        "Língua dena’ina"@pt,
        "Denağinaca"@tr .

<http://lexvo.org/id/iso639-3/tfr> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "tfr"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/teri1250> ;
    owl:sameAs <http://dbpedia.org/resource/Teribe_language>,
        <http://www.mpii.de/yago/resource/Teribe_language> ;
    skos:altLabel "Teribe language"@en ;
    skos:definition "Teribe is a language spoken by the Naso or Teribe Indians; it is used primarily in the Bocas del Toro Province of northwestern Panama and in the southern part of Costa Rica's Puntarenas Province, but is almost extinct in the latter. It is part of the Chibchan language family, in the Talamanca branch. There are currently about 3,000 speakers, nearly all of whom speak Spanish as well. The language is of the OVS type. Its ISO 639-3 code is tfr."@en ;
    skos:inScheme lexvo: ;
    skos:notation "tfr"^^xsd:string ;
    skos:prefLabel "Teribe"@en,
        "Teribe"@no .

<http://lexvo.org/id/iso639-3/tft> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "tft"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/tern1247> ;
    owl:sameAs <http://dbpedia.org/resource/Ternate_language>,
        <http://www.mpii.de/yago/resource/Ternate_language> ;
    skos:altLabel "Ternate language"@en ;
    skos:definition "Ternate of eastern Indonesia is a language centered on the island of Ternate but also spoken in neighboring areas such as Kayoa, Bacan, Halmahera and other areas in North Maluku. It is used by Sultanate of Ternate, famous for its role in spice trade."@en ;
    skos:inScheme lexvo: ;
    skos:notation "tft"^^xsd:string ;
    skos:prefLabel "Ternate"@en,
        "Ternate"@fr .

<http://lexvo.org/id/iso639-3/tgc> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "tgc"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/tiga1245> ;
    owl:sameAs <http://dbpedia.org/resource/Tigak_language>,
        <http://www.mpii.de/yago/resource/Tigak_language> ;
    skos:altLabel "Tigak language"@en ;
    skos:definition "Tigak (or Omo) is an Austronesian language spoken by about 6,000 people in the Kavieng District of New Ireland Province, Papua New Guinea."@en ;
    skos:inScheme lexvo: ;
    skos:notation "tgc"^^xsd:string ;
    skos:prefLabel "Tigak"@en .

<http://lexvo.org/id/iso639-3/thd> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "thd"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/thay1249> ;
    owl:sameAs <http://dbpedia.org/resource/Kuuk_Thaayorre_language>,
        <http://www.mpii.de/yago/resource/Kuuk_Thaayorre_language> ;
    skos:altLabel "Kuuk Thaayorre language"@en ;
    skos:definition "Kuuk Thaayorre is a Paman language spoken in the settlement Pormpuraaw on the western part of the Cape York Peninsula, Queensland in Australia by the Thaayorre people. As of 2006, 250 of the 350 ethnic Thaayorre speak the language. It is in a robust position compared to many indigenous Australian languages, as it is still being acquired by children and used in daily interaction. When asked to arrange a sequence of pictures in temporal order, speakers consistently arrange them so that time runs east to west, regardless of their own bodily orientation."@en ;
    skos:inScheme lexvo: ;
    skos:notation "thd"^^xsd:string ;
    skos:prefLabel "Thayore"@en .

<http://lexvo.org/id/iso639-3/thf> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "thf"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/than1259> ;
    owl:sameAs <http://dbpedia.org/resource/Thangmi_language>,
        <http://www.mpii.de/yago/resource/Thangmi_language> ;
    skos:altLabel "Thangmi language"@en ;
    skos:definition "Thangmi is a small Tibeto-Burman language of Nepal."@en ;
    skos:inScheme lexvo: ;
    skos:notation "thf"^^xsd:string ;
    skos:prefLabel "Thangmi"@en .

<http://lexvo.org/id/iso639-3/thp> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "thp"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/thom1243> ;
    owl:sameAs <http://dbpedia.org/resource/Thompson_language>,
        <http://www.mpii.de/yago/resource/Thompson_language> ;
    skos:altLabel "Thompson language"@en ;
    skos:definition "The Thompson language, properly known as Nlakapamuctsin or the Nlakapamux language, is an Interior Salishan language spoken in the Fraser Canyon, Thompson Canyon, Nicola Country of the Canadian province of British Columbia, and also (historically) in the North Cascades region of Whatcom and Chelan counties of the state of Washington in the United States."@en ;
    skos:inScheme lexvo: ;
    skos:notation "thp"^^xsd:string ;
    skos:prefLabel "Thompson"@en,
        "Thompson"@fr .

<http://lexvo.org/id/iso639-3/tin> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "tin"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/tind1238> ;
    owl:sameAs <http://dbpedia.org/resource/Tindi_language>,
        <http://www.mpii.de/yago/resource/Tindi_language> ;
    skos:altLabel "Tindi language"@en ;
    skos:definition "Tindi is an Northeast Caucasian language spoken in the Russian republic of Dagestan. Tindis call their language Idarab mitstsi meaning the language of the Idar village. It is only an oral language; Avar or Russian are used in written communication instead. It has approximately 5000 speakers."@en ;
    skos:inScheme lexvo: ;
    skos:notation "tin"^^xsd:string ;
    skos:prefLabel "Tindieg"@br,
        "Tindi"@en,
        "Tindin kieli"@fi,
        "Tindi"@fr,
        "Тиндски јазик"@mk,
        "Język tindyjski"@pl,
        "Língua tindi"@pt,
        "Тиндинский язык"@ru,
        "Тиндинська мова"@uk .

<http://lexvo.org/id/iso639-3/tix> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "tix"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/sout2961> ;
    owl:sameAs <http://dbpedia.org/resource/Southern_Tiwa_language>,
        <http://www.mpii.de/yago/resource/Southern_Tiwa_language> ;
    skos:altLabel "Southern Tiwa language"@en,
        "Tiwa, Southern"@en ;
    skos:definition "The Southern Tiwa language is a Kiowa–Tanoan language spoken at Sandia Pueblo and Isleta Pueblo in New Mexico and Ysleta del Sur in Texas."@en ;
    skos:inScheme lexvo: ;
    skos:notation "tix"^^xsd:string ;
    skos:prefLabel "Southern Tiwa"@en .

<http://lexvo.org/id/iso639-3/tjm> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "tjm"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/timu1245> ;
    owl:sameAs <http://dbpedia.org/resource/Timucua_language>,
        <http://www.mpii.de/yago/resource/Timucua_language> ;
    skos:altLabel "Timucua language"@en ;
    skos:definition "Timucua is a language isolate formerly spoken in northern and central Florida and southern Georgia by the Timucua people. Timucua was the primary language used in the area at the time of Spanish arrival in Florida. Linguistic and archaeological studies suggest that it may have been spoken from around 2000 BC. There were nine or ten Timucua dialects, but the differences were slight, and they served mostly to delineate tribal boundaries. There is further suggestion that the Tawasa of what is now northern Alabama may have spoken Timucua, but this is disputed."@en ;
    skos:inScheme lexvo: ;
    skos:notation "tjm"^^xsd:string ;
    skos:prefLabel "Timucua"@en,
        "Idioma timucua"@es,
        "Timucua"@fr,
        "Тимукуа"@ru .

<http://lexvo.org/id/iso639-3/tkm> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "tkm"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/take1257> ;
    owl:sameAs <http://dbpedia.org/resource/Takelma_language>,
        <http://www.mpii.de/yago/resource/Takelma_language> ;
    skos:altLabel "Takelma language"@en ;
    skos:definition "Takelma was the language spoken by the Takelma people. It was first extensively described by Edward Sapir in his graduate thesis, The Takelma Language of Southwestern Oregon. The last fluent speaker of Takelma, with whom Sapir worked while writing about the language, was Frances Johnson (Gwísgwashãn)."@en ;
    skos:inScheme lexvo: ;
    skos:notation "tkm"^^xsd:string ;
    skos:prefLabel "Takelmeg"@br,
        "Takelma"@en,
        "Idioma takelma"@es,
        "Takelma hizkuntza"@eu,
        "Takelma"@fr,
        "Такелма"@ru .

<http://lexvo.org/id/iso639-3/tkr> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "tkr"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/tsak1249> ;
    owl:sameAs <http://dbpedia.org/resource/Tsakhur_language>,
        <http://www.mpii.de/yago/resource/Tsakhur_language> ;
    skos:altLabel "Tsakhur language"@en ;
    skos:definition "Tsakhur is a language spoken by the Tsakhurs, an ethnic group, which populates northern Azerbaijan and southwestern Dagestan (Russia). It is spoken by about 13,000 people in Azerbaijan and by about 9,770 people in Dagestan. The word Tsakhur derives from the name of a Dagestani village where speakers of this language make up the majority."@en ;
    skos:inScheme lexvo: ;
    skos:notation "tkr"^^xsd:string ;
    skos:prefLabel "Tsachurische Sprache"@de,
        "Tsakhur"@en,
        "Tsahurin kieli"@fi,
        "Tsakhur"@fr,
        "Lingua tsakhur"@it,
        "წახური ენა"@ka,
        "Цахур кыв"@kv,
        "Цахурски јазик"@mk,
        "Język cachurski"@pl,
        "Lenga Tsakhur"@pms,
        "Língua tsakhur"@pt,
        "Цахурский язык"@ru,
        "Cahurščina"@sl,
        "Цахурська мова"@uk .

<http://lexvo.org/id/iso639-3/tks> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "tks"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/take1255> ;
    owl:sameAs <http://dbpedia.org/resource/Tati_language_(Iran)>,
        <http://www.mpii.de/yago/resource/Tati_language_(Iran)> ;
    skos:altLabel "Tati language"@en ;
    skos:definition "Tati (Persian: تاتی) is a group of northwestern Iranian dialects which are closely related to the Talysh language."@en ;
    skos:inScheme lexvo: ;
    skos:notation "tks"^^xsd:string ;
    skos:prefLabel "Takestani"@en,
        "زبان تاتی"@fa,
        "Tatimurteet"@fi,
        "Dialectes tats"@fr,
        "تاتی تبار زوونون"@mzn,
        "Тати"@ru .

<http://lexvo.org/id/iso639-3/tkw> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "tkw"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/tean1237> ;
    owl:sameAs <http://dbpedia.org/resource/Teanu_language>,
        <http://www.mpii.de/yago/resource/Teanu_language> ;
    skos:altLabel "Teanu language"@en ;
    skos:definition "Teanu (or Puma, Buma) is the main language spoken on the island of Vanikoro, in the easternmost province of the Solomon Islands."@en ;
    skos:inScheme lexvo: ;
    skos:notation "tkw"^^xsd:string ;
    skos:prefLabel "Teanu"@en,
        "Teanu"@fr,
        "Lenga Teanu"@pms .

<http://lexvo.org/id/iso639-3/tlb> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "tlb"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/tobe1252> ;
    owl:sameAs <http://dbpedia.org/resource/Tobelo_language>,
        <http://www.mpii.de/yago/resource/Tobelo_language> ;
    skos:altLabel "Tobelo language"@en ;
    skos:definition "Tobelo (Indonesian: Bahasa Tobelo) is a West Papuan language spoken on the eastern Indonesian island of Halmahera and on parts of several neighboring islands. The Tobelo-speaking heartland is in the district (Indonesian kecematan) of Tobelo, located on the western shore of Kao Bay. The district capital, also known as Tobelo, serves as a regional commercial and administrative center and is the largest settlement on Halmahera."@en ;
    skos:inScheme lexvo: ;
    skos:notation "tlb"^^xsd:string ;
    skos:prefLabel "Tobelo"@en,
        "Tobelo"@fr,
        "Bahasa Tobelo"@id,
        "토벨로어"@ko,
        "Język tobelo"@pl,
        "Тобело"@ru,
        "ภาษาโตเบโล"@th .

<http://lexvo.org/id/iso639-3/tlc> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "tlc"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/yecu1235> ;
    owl:sameAs <http://dbpedia.org/resource/Misantla_Totonac>,
        <http://www.mpii.de/yago/resource/Misantla_Totonac> ;
    skos:altLabel "Totonac, Yecuatla"@en,
        "Yecuatla Totonac"@en ;
    skos:definition "Misantla Totonac, also known as Yecuatla Totonac and Southeastern Totonac (Totonac: Laakanaachiwíin), is an indigenous language of Mexico which is spoken by fewer than 500 indigenous Totonacs in central Veracruz. It belongs to the Totonacan family. Misantla Totonac is highly endangered and most speakers are elderly, and the language is no longer in daily use in the communities where it was spoken earlier. The language was spoken in the area between Misantla and Xalapa in central Veracruz, but no speakers live in either of those localities, the remaining speakers instead being found only in outlying towns and rural areas along the road from Xalapa to Misantla. The only town with a viable speech community is the town of Yecuatla, where 293 speakers were counted in 1990 . Other towns with speakers of Misantla Totonac include San Marcos Atexquilapan, Landero y Coss and Chiconquiaco."@en ;
    skos:inScheme lexvo: ;
    skos:notation "tlc"^^xsd:string ;
    skos:prefLabel "Totonakeg Yecuatla"@br,
        "Misantla Totonac"@en,
        "Totonaque de Misantla"@fr .

<http://lexvo.org/id/iso639-3/tlh> a lvont:Language,
        skos:Concept ;
    lvont:isFocusOf <http://id.loc.gov/vocabulary/iso639-2/tlh> ;
    lvont:iso6392BCode "tlh"^^xsd:string ;
    lvont:iso6392TCode "tlh"^^xsd:string ;
    lvont:iso639P3PCode "tlh"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-2/tlh> ;
    owl:sameAs <http://dbpedia.org/resource/Klingon_language>,
        <http://psi.oasis-open.org/iso/639/#tlh>,
        <http://www.lingvoj.org/lang/tlh>,
        <http://www.mpii.de/yago/resource/Klingon_language>,
        <info:lc/vocabulary/languages/tlh> ;
    skos:altLabel "Klingoneg"@br,
        "klingonià"@ca,
        "Klingonština"@cs,
        "Tllingoneg"@cy,
        "Klingon"@da,
        "Klingonische Sprache"@de,
        "Κλίνγκον γλώσσα"@el,
        "Klingon language"@en,
        "tlhIngan-Hol"@en,
        "Klingona lingvo"@eo,
        "Idioma klingon"@es,
        "Klingoni keel"@et,
        "Klingon hizkuntza"@eu,
        "Klingonin kieli"@fi,
        "Klingon"@fr,
        "Tliongáinis"@ga,
        "Lingua klingon"@gl,
        "קלינגונית"@he,
        "Klingonski jezik"@hr,
        "Bahasa Klingon"@id,
        "Lingua klingon"@it,
        "Клингон тілі"@kk,
        "Klingoonsche Spraak"@nds,
        "Klingon"@nn,
        "Język klingoński"@pl,
        "Língua klingon"@pt,
        "Limba klingoniană"@ro,
        "Клингонский язык"@ru,
        "клингонский"@ru,
        "Klingonščina"@sl,
        "Клингонски језик"@sr,
        "Klingonska"@sv,
        "Klingon dili"@tr,
        "Клінгонська мова"@uk ;
    skos:definition "The Klingon language (<span style=\"font-family:pIqaD,Code2000;\">  in pIqaD script, transliterated tlhIngan Hol, pronounced ) is the constructed language spoken by the fictional Klingons in the Star Trek universe."@en ;
    skos:inScheme lexvo: ;
    skos:notation "tlh"^^xsd:string ;
    skos:prefLabel "Klingon"@af,
        "ክሊንጎንኛ"@am,
        "Idioma klingon"@an,
        "الكلينجون"@ar,
        "Klingon"@ast,
        "klinqon"@az,
        "Klingonische Sproch"@bar,
        "клінгон"@be,
        "клингон"@bg,
        "ক্লিঙ্গন"@bn,
        "klingon"@br,
        "क्लींगदन"@brx,
        "klingonski"@bs,
        "клингонски"@bs-Cyrl,
        "Klingon"@ca,
        "克林贡文"@cmn,
        "克林貢文"@cmn-Hant,
        "klingonština"@cs,
        "Klingon"@cy,
        "klingon"@da,
        "Klingonisch"@de,
        "Κλίνγκον"@el,
        "Klingon"@en,
        "𐐗𐑊𐐮𐑍𐐱𐑌"@en-Dsrt,
        "klingona"@eo,
        "klingon"@es,
        "klingoni"@et,
        "Klingonera"@eu,
        "کلینگون"@fa,
        "klingon"@fi,
        "Klingon"@fil,
        "klingonskt"@fo,
        "klingon"@fr,
        "Klingon"@ga,
        "Clingon"@gl,
        "Klingonisch"@gsw,
        "ક્લિન્ગોન"@gu,
        "Klingon"@ha,
        "קלינגון"@he,
        "क्लिंगन"@hi,
        "klingonski"@hr,
        "klingon"@hu,
        "Կլինգոն"@hy,
        "Klingon"@ia,
        "Klingon"@id,
        "klingonska"@is,
        "klingon"@it,
        "クリンゴン語"@ja,
        "bangrklingo"@jbo,
        "კლინგონი"@ka,
        "клингон"@kk,
        "ខ្លិងសុន"@km,
        "ಕ್ಲಿಂಗನ್"@kn,
        "클링온어"@ko,
        "کِلِنگون"@ks,
        "клингончо"@ky,
        "Klingon"@li,
        "ຄຣິງກອນ"@lo,
        "klingonų"@lt,
        "klingoņu"@lv,
        "клингонски"@mk,
        "ക്ലിംഗോൺ"@ml,
        "क्लिंगोन"@mr,
        "Bahasa Klingon"@ms,
        "Klingon"@mt,
        "klingon"@nb,
        "Klingon"@nds,
        "क्लिङ्गन"@ne,
        "Klingon"@nl,
        "klingon"@nn,
        "Klingon"@no,
        "Afaan Kilingon"@om,
        "କ୍ଲିଙ୍ଗନ୍"@or,
        "klingoński"@pl,
        "کلينګاني"@ps,
        "klingon"@pt,
        "klingonic"@rm,
        "klingoniană"@ro,
        "клингон"@ru,
        "Inyekilingoni"@rw,
        "klingónčina"@sk,
        "klingonščina"@sl,
        "Kiligoon"@so,
        "Klingon"@sq,
        "Клингонски"@sr,
        "Klingonski"@sr-Latn,
        "Se-klingon"@st,
        "klingonska"@sv,
        "Kiklingoni"@swh,
        "க்ளிங்கோன்"@ta,
        "క్లింగాన్"@te,
        "คลิงกอน"@th,
        "ክሊንግኦንኛ"@ti,
        "Wikang Klingon"@tl,
        "Klingon"@tn,
        "Klingonca"@tr,
        "клінгон"@uk,
        "کلنگن"@ur,
        "Tiếng Klingon"@vi,
        "Klingon"@xh,
        "Èdè Klingoni"@yo,
        "克林貢語"@zh,
        "Klingon"@zsm,
        "Isi-Klingon"@zu .

<http://lexvo.org/id/iso639-3/tlj> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "tlj"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/tali1258> ;
    owl:sameAs <http://dbpedia.org/resource/Talinga_language>,
        <http://www.mpii.de/yago/resource/Talinga_language> ;
    skos:altLabel "Talinga language"@en ;
    skos:definition "Talinga or Bwisi is a language spoken in the Uganda–Congo border region. It is called Talinga (Kitalinga) in DRC and Bwisi (Lubwisi, Olubwisi) in Uganda."@en ;
    skos:inScheme lexvo: ;
    skos:notation "tlj"^^xsd:string ;
    skos:prefLabel "Talinga-Bwisi"@en,
        "Kitalinga-Bwisi"@sw .

<http://lexvo.org/id/iso639-3/tll> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "tll"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/tete1250> ;
    owl:sameAs <http://dbpedia.org/resource/Tetela_language>,
        <http://www.mpii.de/yago/resource/Tetela_language> ;
    skos:altLabel "Tetela language"@en ;
    skos:definition "Tetela (Otetela, Kitetela, Kikitatela), also Sungu, is a Bantu language of northern Kasai-Oriental Province, Democratic Republic of the Congo spoken by the Tetela people. It is a member of the Tetela family of Bantu languages and is closely related to Nkutu, Kusu, and Yela."@en ;
    skos:inScheme lexvo: ;
    skos:notation "tll"^^xsd:string ;
    skos:prefLabel "Tetela"@en,
        "Tetela"@fr,
        "Język tetela"@pl,
        "Kitetela"@sw .

<http://lexvo.org/id/iso639-3/tlo> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "tlo"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/talo1250> ;
    owl:sameAs <http://dbpedia.org/resource/Talodi_language>,
        <http://www.mpii.de/yago/resource/Talodi_language> ;
    skos:altLabel "Talodi language"@en ;
    skos:definition "Jomang (Ajomang, Gajomang), or Talodi, is a Niger–Congo language in the Talodi family of Kordofan, Sudan."@en ;
    skos:inScheme lexvo: ;
    skos:notation "tlo"^^xsd:string ;
    skos:prefLabel "Talodeg"@br,
        "Talodi"@de,
        "Talodi"@en,
        "Џоманшки јазик"@mk,
        "Lenga Talodi"@pms .

<http://lexvo.org/id/iso639-3/tma> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "tma"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/tama1331> ;
    owl:sameAs <http://dbpedia.org/resource/Tama_language>,
        <http://www.mpii.de/yago/resource/Tama_language> ;
    skos:altLabel "Tama (Chad)"@en,
        "Tama language"@en ;
    skos:definition "The Tama language is a Nilo-Saharan language spoken in western Sudan and eastern Chad. It is a member of the Taman language group of the Western branch of Nilo-Saharan."@en ;
    skos:inScheme lexvo: ;
    skos:notation "tma"^^xsd:string ;
    skos:prefLabel "Tameg"@br,
        "Tama-Sprachen"@de,
        "Tama"@en .

<http://lexvo.org/id/iso639-3/tmc> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "tmc"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/tuma1260> ;
    owl:sameAs <http://dbpedia.org/resource/Tumak_language>,
        <http://www.mpii.de/yago/resource/Tumak_language> ;
    skos:altLabel "Tumak language"@en ;
    skos:definition "Tumak, also known as Toumak, Tumag, Tummok, Sara Toumak, Tumac, and Dije, is an Afro-Asiatic language spoken in the southwestern Chadian prefectures of Moyen-Chari and Koumra. The two dialects, Motun (also known as Mawer, Moden, Modin, Mod, Mot, and Motin) and Tumak, have a lexical similarity of 71%. Most Motun speakers' second language is Sara, though many are not proficient."@en ;
    skos:inScheme lexvo: ;
    skos:notation "tmc"^^xsd:string ;
    skos:prefLabel "Tumak"@en,
        "Toumak"@fr,
        "Lenga Tumak"@pms .

<http://lexvo.org/id/iso639-3/tmd> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "tmd"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/haru1245> ;
    owl:sameAs <http://dbpedia.org/resource/Haruai_language>,
        <http://www.mpii.de/yago/resource/Haruai_language> ;
    skos:altLabel "Haruai language"@en ;
    skos:definition "Haruai (less commonly Harway) is one of two languages of the Piawi family of New Guinea. The language has borrowings from Kalam. Young men are likely to know Kobon and Tok Pisin, but many Haruai are monolingual. Commonly known as Waibuk, also Wiyaw, Wovan, Taman. Dialects are North Waibuk (Hamil), Central Waibuk (Mambar), South Waibuk (Arama); word taboo is practiced but does not impede communication."@en ;
    skos:inScheme lexvo: ;
    skos:notation "tmd"^^xsd:string ;
    skos:prefLabel "Haruai"@en,
        "Haruai jezik"@hr .

<http://lexvo.org/id/iso639-3/tmh> a lvont:Language,
        skos:Concept ;
    lvont:isFocusOf <http://id.loc.gov/vocabulary/iso639-2/tmh> ;
    lvont:iso6392BCode "tmh"^^xsd:string ;
    lvont:iso6392TCode "tmh"^^xsd:string ;
    lvont:iso639P3PCode "tmh"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-2/tmh> ;
    owl:sameAs <http://dbpedia.org/resource/Tuareg_languages>,
        <http://psi.oasis-open.org/iso/639/#tmh>,
        <http://www.lingvoj.org/lang/tmh>,
        <http://www.mpii.de/yago/resource/Tuareg_languages>,
        <info:lc/vocabulary/languages/tmh> ;
    skos:altLabel "Yezhoù tamachekek"@br,
        "Llengües tuareg"@ca,
        "Tamašek"@cs,
        "Tamaseq"@de,
        "Tuareg languages"@en,
        "Lenguas tuareg"@es,
        "زبان طوارقی"@fa,
        "tamacheq"@fr,
        "Tamašek jezici"@hr,
        "Tamasek nyelv"@hu,
        "Lingua tuareg"@it,
        "トゥアレグ語"@ja,
        "Toearegtalen"@nl,
        "Język tamaszek"@pl,
        "Línguas tuaregues"@pt,
        "Тамашек"@ru ;
    skos:definition "Tuareg (also Tamasheq , Tamajaq, ⵜⴰⵎⴰⵌⴰⵆ Tamahaq) is a Berber language or family of very closely related languages and dialects spoken by the Tuareg Berbers, in large parts of Mali, Niger, Algeria, Libya and Burkina Faso, with a few speakers, the Kinnin, in Chad."@en ;
    skos:inScheme lexvo: ;
    skos:notation "tmh"^^xsd:string ;
    skos:prefLabel "التاماشيك"@ar,
        "tamaşek dili"@az,
        "тамашек"@bg,
        "তামাশেক"@bn,
        "tamacheg"@br,
        "तमाशेक"@brx,
        "tamašek"@bs,
        "тамашек"@bs-Cyrl,
        "tamazight"@ca,
        "塔马奇克文"@cmn,
        "塔馬奇克文"@cmn-Hant,
        "tamašek"@cs,
        "Ieithoedd Twareg"@cy,
        "tamashek"@da,
        "Tuareg"@de,
        "Ταμασέκ"@el,
        "Tamashek"@en,
        "tamashek"@es,
        "tamašeki"@et,
        "تاماشقی"@fa,
        "tamašek"@fi,
        "Touareg"@fr,
        "Tamaseq"@gsw,
        "તામાશેખ"@gu,
        "טמאשק"@he,
        "तामाशेक"@hi,
        "tamashek"@hr,
        "tamasek"@hu,
        "Tamashek"@id,
        "tamasjek"@is,
        "tamashek"@it,
        "タマシェク語"@ja,
        "ಟಮಾಷೆಕ್"@kn,
        "타마섹어"@ko,
        "تاماشیک"@ks,
        "ທາມາກເຊກ"@lo,
        "tamašek"@lt,
        "tuaregu"@lv,
        "тамашек"@mk,
        "ടമഷേക്"@ml,
        "तामाशेक"@mr,
        "Tamaxek"@mt,
        "tamasjek"@nb,
        "Tamascheq"@nds,
        "Tamashek"@nl,
        "tamasjek"@nn,
        "Tamasheq"@no,
        "Toarèg"@oc,
        "ତାମାଶେକ୍"@or,
        "tamaszek"@pl,
        "Lenga Tamasheq"@pms,
        "tamaxeque"@pt,
        "tamasheq"@rm,
        "tamashek"@ro,
        "тамашек"@ru,
        "Tamašek jezici"@sh,
        "tamašek"@sk,
        "tamajaščina"@sl,
        "Тамашек"@sr,
        "Tamašek"@sr-Latn,
        "tamashek"@sv,
        "டாமாஷேக்"@ta,
        "టామషేక్"@te,
        "ทามาเชก"@th,
        "Tamaşek"@tr,
        "тамашек"@uk,
        "Tiếng Tamashek"@vi .

<http://lexvo.org/id/iso639-3/tna> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "tna"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/taca1256> ;
    owl:sameAs <http://dbpedia.org/resource/Tacana_language>,
        <http://www.mpii.de/yago/resource/Tacana_language> ;
    skos:altLabel "Tacana language"@en ;
    skos:definition "The Tacana language is a Western Tacanan language spoken by approximately 1,800 Tacana people in Bolivia out of an ethnic population of approximately 5,000 in the jungles along the Beni and Madre de Dios rivers."@en ;
    skos:inScheme lexvo: ;
    skos:notation "tna"^^xsd:string ;
    skos:prefLabel "Tacana"@en,
        "Tacana"@fr,
        "Takana"@no,
        "Lenga tacana"@pms,
        "Takana simi"@qu .

<http://lexvo.org/id/iso639-3/tnm> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "tnm"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/tabl1243> ;
    owl:sameAs <http://dbpedia.org/resource/Tabla_language>,
        <http://www.mpii.de/yago/resource/Tabla_language> ;
    skos:altLabel "Tabla language"@en ;
    skos:definition "Tabla, or Tanah Merah, is a Papuan language of Papua, Indonesia."@en ;
    skos:inScheme lexvo: ;
    skos:notation "tnm"^^xsd:string ;
    skos:prefLabel "Tabla"@en .

<http://lexvo.org/id/iso639-3/tog> a lvont:Language,
        skos:Concept ;
    lvont:isFocusOf <http://id.loc.gov/vocabulary/iso639-2/tog> ;
    lvont:iso6392BCode "tog"^^xsd:string ;
    lvont:iso6392TCode "tog"^^xsd:string ;
    lvont:iso639P3PCode "tog"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-2/tog> ;
    owl:sameAs <http://dbpedia.org/resource/Tonga_(Nyasa)_language>,
        <http://psi.oasis-open.org/iso/639/#tog>,
        <http://www.mpii.de/yago/resource/Tonga_(Nyasa)_language>,
        <info:lc/vocabulary/languages/tog> ;
    skos:altLabel "Nyasa Tonga"@en,
        "Tonga (Nyasa)"@en,
        "Tonga (Nyasa) language"@en,
        "tonga (Nyasa)"@fr,
        "tonganês de Nyasa"@pt ;
    skos:definition "There are about 170,000 speakers of the Malawi language called Tonga, also called Western Nyasa."@en ;
    skos:inScheme lexvo: ;
    skos:notation "tog"^^xsd:string ;
    skos:prefLabel "تونجا - نياسا"@ar,
        "niyasa tonga dili"@az,
        "нианса тонга"@bg,
        "নায়াসা টোঙ্গা"@bn,
        "nyasa tonga"@br,
        "न्यासा टॉंगा"@brx,
        "njasa tonga"@bs,
        "њаса тонга"@bs-Cyrl,
        "tonga"@ca,
        "汤加文（尼亚萨地区）"@cmn,
        "東加文（尼亞薩）"@cmn-Hant,
        "nyasa tongansk"@da,
        "Tsonga-Sprache"@de,
        "Νιάσα Τόνγκα"@el,
        "Tonga"@en,
        "tonga del Nyasa"@es,
        "tšitonga"@et,
        "تونگایی نیاسا"@fa,
        "malawintonga"@fi,
        "tonga nyasa"@fr,
        "Nyasa Tonga"@gd,
        "Tsonga-Schpraach"@gsw,
        "ન્યાસા ટોન્ગા"@gu,
        "ניאסה טונגה"@he,
        "न्यासा टोन्गा"@hi,
        "nyasa tonga"@hr,
        "nyasa tonga"@hu,
        "Nyasa Tonga"@id,
        "tongverska (nyasa)"@is,
        "nyasa del Tonga"@it,
        "トンガ語[ニアサ]"@ja,
        "ನ್ಯಾಸಾ ಟೋಂಗಾ"@kn,
        "통가어 (니아살랜드)"@ko,
        "نیاسا ٹونٛگا"@ks,
        "ນາຍອາຊາຕອງກາ"@lo,
        "niasa tongos"@lt,
        "njasas tongu"@lv,
        "њаса тонга"@mk,
        "ന്യാസാ ഡോങ്ക"@ml,
        "न्यासा टोन्गा"@mr,
        "Tonga (Njasa)"@mt,
        "nyasa-tongansk"@nb,
        "Nyasa Tonga"@nl,
        "tonga (Nyasa)"@nn,
        "ନ୍ୟାସା ଟୋଙ୍ଗୋ"@or,
        "tonga (Niasa)"@pl,
        "toganês"@pt,
        "lingua tsonga"@rm,
        "nyasa tonga"@ro,
        "ньяса (тонга)"@ru,
        "ňasa tonga"@sk,
        "malavijska tongščina"@sl,
        "Њаса тонга"@sr,
        "Njasa tonga"@sr-Latn,
        "nyasatonganska"@sv,
        "Kitonga"@sw,
        "நயாசா டோங்கா"@ta,
        "న్యాసా టోన్గా"@te,
        "ไนอะซาตองกา"@th,
        "Nyasa Tonga"@tr,
        "ньяса тонга"@uk,
        "Tiếng Nyasa Tonga"@vi .

<http://lexvo.org/id/iso639-3/top> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "top"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/papa1238> ;
    owl:sameAs <http://dbpedia.org/resource/Papantla_Totonac>,
        <http://www.mpii.de/yago/resource/Papantla_Totonac> ;
    skos:altLabel "Totonac, Papantla"@en ;
    skos:definition "Papantla Totonac is a native American language spoken in central Mexico, in the state of Veracruz around the city of Papantla."@en ;
    skos:inScheme lexvo: ;
    skos:notation "top"^^xsd:string ;
    skos:prefLabel "Totonakeg Papantla"@br,
        "Papantla Totonac"@en,
        "Totonaque de Papantla"@fr .

<http://lexvo.org/id/iso639-3/tow> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "tow"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/jeme1245> ;
    owl:sameAs <http://dbpedia.org/resource/Jemez_language>,
        <http://www.mpii.de/yago/resource/Jemez_language> ;
    skos:altLabel "Jemez language"@en ;
    skos:definition "Jemez (also Towa) is a Kiowa–Tanoan language spoken by the Jemez Pueblo people in New Mexico. It has no written form, as tribal rules do not allow it."@en ;
    skos:inScheme lexvo: ;
    skos:notation "tow"^^xsd:string ;
    skos:prefLabel "Jemez"@en,
        "Idioma jemez"@es,
        "Lenga jemez"@pms .

<http://lexvo.org/id/iso639-3/tpi> a lvont:Language,
        skos:Concept ;
    lvont:isFocusOf <http://id.loc.gov/vocabulary/iso639-2/tpi> ;
    lvont:iso6392BCode "tpi"^^xsd:string ;
    lvont:iso6392TCode "tpi"^^xsd:string ;
    lvont:iso639P3PCode "tpi"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-2/tpi> ;
    owl:sameAs <http://dbpedia.org/resource/Tok_Pisin>,
        <http://psi.oasis-open.org/iso/639/#tpi>,
        <http://www.lingvoj.org/lang/tpi>,
        <http://www.mpii.de/yago/resource/Tok_Pisin>,
        <info:lc/vocabulary/languages/tpi> ;
    skos:altLabel "لغة توك بيسين"@ar,
        "Ток писин"@bg,
        "Tok pisin"@br,
        "Tok pisin"@ca,
        "Tok Pisin"@cs,
        "Tok pisin"@da,
        "Neumelanesisch"@de,
        "Tok pisin"@es,
        "tok pisina"@eu,
        "Tok-pisin"@fi,
        "Tok pisin"@fr,
        "Tok Pisin"@hr,
        "Tok pisin nyelv"@hu,
        "Bahasa Tok Pisin"@id,
        "Lingua tok pisin"@it,
        "トク・ピシン語"@ja,
        "토크 피신어"@ko,
        "Took Pisin"@ksh,
        "Papua pidžinų kalba"@lt,
        "Tok pisin"@nn,
        "Tok pisin"@pl,
        "Tok Pisin"@pt,
        "Limba tok pisin"@ro,
        "Ток-писин"@ru,
        "Ток писин"@sr,
        "Tok pisin"@sv,
        "டோக் பிஸின்"@ta,
        "ภาษาทอกพิซิน"@th,
        "Ток-пісін"@uk ;
    skos:definition "Tok Pisin (; locally ) is a creole spoken throughout Papua New Guinea. It is an official language of Papua New Guinea and the most widely used language in that country. In parts of Western, Gulf, Central, Oro Province and Milne Bay Provinces, however, the use of Tok Pisin has a shorter history, and is less universal, especially among older people."@en ;
    skos:inScheme lexvo: ;
    skos:notation "tpi"^^xsd:string ;
    skos:prefLabel "Tok Pisin"@af,
        "ቶክ ፒሲን"@am,
        "التوك بيسين"@ar,
        "tok pisin dili"@az,
        "Ток-писин"@ba,
        "ток писин"@bg,
        "Tok Pisin"@bi,
        "টোক পিসিন"@bn,
        "tok pisin"@br,
        "तोक पिसीन"@brx,
        "tok pisin"@bs,
        "ток писин"@bs-Cyrl,
        "tok pisin"@ca,
        "托克皮辛文"@cmn,
        "托比辛文"@cmn-Hant,
        "tok pisin"@cs,
        "Pisin"@cy,
        "tok pisin"@da,
        "Tok Pisin"@de,
        "Tokpisinšćina"@dsb,
        "tok pisigbe"@ee,
        "Τοκ Πισίν"@el,
        "Tok Pisin"@en,
        "Tok-Pisino"@eo,
        "tok pisin"@es,
        "uusmelaneesia"@et,
        "Tok pisin"@eu,
        "توک‌پیسینی"@fa,
        "tok-pisin"@fi,
        "Tok Pisin"@fil,
        "tok pisin"@fo,
        "tok pisin"@fr,
        "Tok Pisin"@ga,
        "Tok Pisin"@gd,
        "tok pisin"@gl,
        "Neumelanesisch"@gsw,
        "Tok Pisin"@gsw-FR,
        "ટોક પિસિન"@gu,
        "טוק פיסין"@he,
        "टोक पिसिन"@hi,
        "tok pisin"@hr,
        "Tokpisinšćina"@hsb,
        "Tok pisin"@ht,
        "tok pisin"@hu,
        "Tok Pisin"@id,
        "tokpisin"@is,
        "tok pisin"@it,
        "トク・ピシン"@ja,
        "ಟೋಕ್ ಪಿಸಿನ್"@kn,
        "톡 피신"@ko,
        "ٹاک پِسِن"@ks,
        "Tok Pisin"@ksh,
        "Tok Pisin"@lb,
        "ທອກພີຊິນ"@lo,
        "tok pisin"@lt,
        "tokpisins"@lv,
        "ток писин"@mk,
        "ടോക് പിസിൻ"@ml,
        "टोक पिसिन"@mr,
        "Bahasa Tok Pisin"@ms,
        "Tok Pisin"@mt,
        "tok pisin"@nb,
        "Tok Pisin"@nl,
        "tok pisin"@nn,
        "Tok pisin"@no,
        "ଟୋକ୍ ପିସିନ୍"@or,
        "tok pisin"@pl,
        "Lenga tok pisin"@pms,
        "tok pisin"@pt,
        "tok pisin"@rm,
        "tok pisin"@ro,
        "ток-писин"@ru,
        "tok pisin"@sk,
        "tok pisin"@sl,
        "Gagana Tok Pisin"@sm,
        "Ток Писин"@sr,
        "Tok pisin"@sr-Latn,
        "tok pisin"@sv,
        "Kitokpisin"@swh,
        "பிசின மொழி"@ta,
        "టోక్ పిసిన్"@te,
        "ท็อกพิซิน"@th,
        "lea toki pisini"@to,
        "Tok Pisin"@tpi,
        "Tok Pisin"@tr,
        "ток-пісін"@uk,
        "ٹوک پِسِن"@ur,
        "Tiếng Tok Pisin"@vi,
        "Niwmelanesiš"@wae,
        "巴布亚皮钦语"@zh,
        "Tok Pisin"@zsm,
        "isi-Tok Pisin"@zu .

<http://lexvo.org/id/iso639-3/tpj> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "tpj"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/tapi1253> ;
    owl:sameAs <http://dbpedia.org/resource/Tapiet%C3%A9_dialect>,
        <http://www.mpii.de/yago/resource/Tapiet%C3%A9_dialect> ;
    skos:altLabel "Tapieté dialect"@en ;
    skos:definition "Tapieté is a subdialect of Eastern Bolivian Guaraní spoken by 33 Paraguayans (Out of an ethnic group numbering 513 to 1,519), 100 Argentines, and 70 Bolivians. It is also known as Guasurango, Guasurangue, Tirumbae, Yanaigua, Ñanagua, and Nandeva."@en ;
    skos:inScheme lexvo: ;
    skos:notation "tpj"^^xsd:string ;
    skos:prefLabel "Tapieté"@en,
        "Tapieté"@fi,
        "Tapieté"@fr,
        "Tapietų kalba"@lt .

<http://lexvo.org/id/iso639-3/tpx> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "tpx"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/acat1239> ;
    owl:sameAs <http://dbpedia.org/resource/Tupiniquim_language>,
        <http://www.mpii.de/yago/resource/Tupiniquim_language> ;
    skos:altLabel "Acatepec Tlapanec"@en,
        "Me'phaa, Acatepec"@en,
        "Tlapanec, Acatepec"@en,
        "Tupiniquim language"@en ;
    skos:definition "Tupiniquim (Tupinaki) is a language which was spoken by Tupiniquim tribesmen in the Brazilian states of Espírito Santo and Bahia, and belonged to the Tupi–Guarani language family. It is now extinct. Its former speakers have switched to Portuguese."@en ;
    skos:inScheme lexvo: ;
    skos:notation "tpx"^^xsd:string ;
    skos:prefLabel "Toupinkineg"@br,
        "Acatepec Me'phaa"@en,
        "Idioma tupiniquim"@es,
        "Língua tupiniquim"@pt .

<http://lexvo.org/id/iso639-3/tpy> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "tpy"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/trum1247> ;
    owl:sameAs <http://dbpedia.org/resource/Trumai_language>,
        <http://www.mpii.de/yago/resource/Trumai_language> ;
    skos:altLabel "Trumai language"@en ;
    skos:definition "Trumai is an endangered language isolate of Brazil. Most Trumai are fluent in languages of wider communication, and children are not learning it well."@en ;
    skos:inScheme lexvo: ;
    skos:notation "tpy"^^xsd:string ;
    skos:prefLabel "Trumai"@en,
        "Idioma trumaí"@es .

<http://lexvo.org/id/iso639-3/tqw> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "tqw"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/tonk1249> ;
    owl:sameAs <http://dbpedia.org/resource/Tonkawa_language>,
        <http://www.mpii.de/yago/resource/Tonkawa_language> ;
    skos:altLabel "Tonkawa language"@en ;
    skos:definition "The Tonkawa language was spoken in Oklahoma, Texas, and New Mexico by the Tonkawa people. A language isolate, with no known related languages, Tonkawa is now extinct. Members of the Tonkawa tribe now speak only English."@en ;
    skos:inScheme lexvo: ;
    skos:notation "tqw"^^xsd:string ;
    skos:prefLabel "Tonkawa"@en,
        "Idioma tónkawa"@es,
        "Tonkawa hizkuntza"@eu,
        "Tonkawa"@fr,
        "Tonkawan"@hr,
        "Lingua tonkawa"@it,
        "Тонкава"@ru,
        "Tonkawa"@sv .

<http://lexvo.org/id/iso639-3/trg> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "trg"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/lish1246> ;
    owl:sameAs <http://dbpedia.org/resource/Lish%C3%A1n_Did%C3%A1n>,
        <http://www.mpii.de/yago/resource/Lish%C3%A1n_Did%C3%A1n> ;
    skos:definition "Lishán Didán is a modern Jewish Aramaic language, often called Neo-Aramaic or Judeo-Aramaic. It was originally spoken in Iranian Azerbaijan, in the region of Lake Urmia, from Salmas to Mahabad. Most speakers now live in Israel. The name Lishán Didán means our language; other variations are Lishanán, our-language, and Lishanid Nash Didán, the language of our selves. As this causes some confusion with similarly named dialects (Lishana Deni, Lishanid Noshan), scholarly sources tend simply to use a more descriptive name, like Persian Azerbaijani Jewish Neo-Aramaic. To distinguish it from other dialects of Jewish Neo-Aramaic, Lishán Didán is sometimes called Lakhlokhi (literally to-you(f)-to-you(m)) or Galihalu (mine-yours), demonstrating different use of prepositions and pronominal suffixes."@en ;
    skos:inScheme lexvo: ;
    skos:notation "trg"^^xsd:string ;
    skos:prefLabel "Didaneg"@br,
        "Lishán Didán"@en,
        "لشان ددان"@fa,
        "Lishán didán"@fr,
        "Lishán didán jezik"@hr,
        "Lishán Didán"@lad,
        "Урмийский еврейско-арамейский язык"@ru,
        "Lishán Didán"@sco,
        "Lishán didán jezik"@sh,
        "ภาษาลิซาน ดิดัน"@th,
        "Lişan Didan"@tr .

<http://lexvo.org/id/iso639-3/tri> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "tri"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/trio1238> ;
    owl:sameAs <http://dbpedia.org/resource/Tiriy%C3%B3_language>,
        <http://www.mpii.de/yago/resource/Tiriy%C3%B3_language> ;
    skos:altLabel "Tiriyó language"@en ;
    skos:definition "The Tiriyó language (also known as Trio, autonym tarëno), is spoken by approximately 2,000 people living in several villages on both sides of the Brazil-Suriname border in Northern Amazonia. It is a relatively healthy language, learned by all children as their mother tongue and actively used in all areas of life by its speakers. Most of the Tiriyó (there are no precise numbers, but impressionistic observation would suggest more than half) are monolingual speakers. Of course, the long-term survival of their language, as is the case for almost all native South American languages, remains an open question."@en ;
    skos:inScheme lexvo: ;
    skos:notation "tri"^^xsd:string ;
    skos:prefLabel "Tiriyoeg"@br,
        "Tiriyo"@de,
        "Trió"@en,
        "Tiriyó"@hr,
        "Tíríjó"@is,
        "Tiriyó"@it,
        "Trio"@nl,
        "Tiriós"@pt,
        "Тирийо"@ru .

<http://lexvo.org/id/iso639-3/trp> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "trp"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/kokb1239> ;
    owl:sameAs <http://dbpedia.org/resource/Kokborok>,
        <http://www.mpii.de/yago/resource/Kokborok> ;
    skos:altLabel "Kok Borok"@en,
        "Kokborok language"@en ;
    skos:definition "The Borok language, or Kok Borok, also spelled Kokborok and also known as Tripuri, is the native language of the Tripuri people of the Indian state of Tripura and neighboring areas of Bangladesh. The word Kok Borok is a compound of kok \"language\" and borok \"people\", which is used specifically for the Borok people. Thus Kok Borok means \"language of the Borok\"."@en ;
    skos:inScheme lexvo: ;
    skos:notation "trp"^^xsd:string ;
    skos:prefLabel "ককবরক ভাষা"@bn,
        "Kokborok"@de,
        "Kokborok"@en,
        "Lingua Kokborok"@la,
        "Kokborok"@nl,
        "Język kokborok"@pl,
        "Lenga Kok Borok"@pms,
        "Кокборок"@ru,
        "ภาษากอกบอรอก"@th,
        "Tiếng Kokborok"@vi .

<http://lexvo.org/id/iso639-3/trr> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "trr"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/taus1253> ;
    owl:sameAs <http://dbpedia.org/resource/Taushiro_language>,
        <http://www.mpii.de/yago/resource/Taushiro_language> ;
    skos:altLabel "Taushiro language"@en ;
    skos:definition "Taushiro, also known as Pinche or Pinchi, is a nearly extinct possible language isolate of the Peruvian Amazon near Ecuador. In 2000 SIL counted one speaker in an ethnic population of 20. Documentation was done in the mid 1970s by Neftalí Alicea."@en ;
    skos:inScheme lexvo: ;
    skos:notation "trr"^^xsd:string ;
    skos:prefLabel "Taochireg"@br,
        "Taushiro"@en,
        "Idioma taushiro"@es,
        "Taushiro"@fr,
        "Lenga taushiro"@pms,
        "Тауширо"@ru .

<http://lexvo.org/id/iso639-3/trv> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "trv"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/taro1264> ;
    owl:sameAs <http://dbpedia.org/resource/Seediq_language>,
        <http://www.mpii.de/yago/resource/Seediq_language> ;
    skos:altLabel "Seediq language"@en,
        "Seediq"@fr,
        "Lingua Seediq"@it,
        "Седички јазик"@mk ;
    skos:definition "Seediq (pronounced ) is an Atayalic language spoken in the mountains of Northern Taiwan by the Seediq and Truku people. There are 4,750 speakers out of a total of 25,000 ethnic members (Tsukida 2005)."@en ;
    skos:inScheme lexvo: ;
    skos:notation "trv"^^xsd:string ;
    skos:prefLabel "taroko"@ca,
        "太鲁阁文"@cmn,
        "太魯閣文"@cmn-Hant,
        "taroko"@cs,
        "taroko"@da,
        "Ταρόκο"@el,
        "Taroko"@en,
        "taroko"@es,
        "taroko"@et,
        "taroko"@fi,
        "taroko"@fr,
        "טרוקו"@he,
        "taroko"@hr,
        "tarokó"@hu,
        "Taroko"@id,
        "taroko"@it,
        "タロコ語"@ja,
        "타로코어"@ko,
        "ຕາໂລໂກ"@lo,
        "taroko"@lt,
        "taroko"@lv,
        "тароко"@mk,
        "taroko"@nb,
        "Taroko"@nl,
        "Truku"@no,
        "taroko"@pl,
        "Lenga Taroko"@pms,
        "taroko"@pt,
        "taroko"@ro,
        "taroko"@sk,
        "taroko"@sv,
        "ทาโรโก"@th,
        "Taroko"@tr,
        "тароко"@uk,
        "Tiếng Taroko"@vi,
        "賽德克語"@zh .

<http://lexvo.org/id/iso639-3/tsj> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "tsj"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/tsha1245> ;
    owl:sameAs <http://dbpedia.org/resource/Tshangla_language>,
        <http://www.mpii.de/yago/resource/Tshangla_language> ;
    skos:altLabel "Tshangla language"@en ;
    skos:definition "Tshangla, also called Sharchopkha, Menba, and Monpa, is the language of the Sharchops and the Monpa (Menba), the plurality ethnicity of Bhutan and the principal pre-Tibetan (pre-Dzongkha) people of that country."@en ;
    skos:inScheme lexvo: ;
    skos:notation "tsj"^^xsd:string ;
    skos:prefLabel "Tchanglaeg"@br,
        "Tshangla"@de,
        "Tshangla"@en,
        "Tshangla"@fr,
        "Tshanglaish"@gv,
        "Lingua tshangla"@it,
        "Lingua Tsangla"@la,
        "Tshangla"@pl,
        "Lenga Tshangla"@pms,
        "Цангла"@ru,
        "仓洛语"@zh .

<http://lexvo.org/id/iso639-3/tsm> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "tsm"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/turk1288> ;
    owl:sameAs <http://dbpedia.org/resource/Turkish_Sign_Language>,
        <http://www.mpii.de/yago/resource/Turkish_Sign_Language> ;
    skos:altLabel "Turkish Sign Language"@en ;
    skos:definition "Turkish Sign Language is the language used by the deaf community in Turkey. As with other sign languages, TİD has a unique grammar that is different from the spoken languages used in the region."@en ;
    skos:inScheme lexvo: ;
    skos:notation "tsm"^^xsd:string ;
    skos:prefLabel "Türkische Gebärdensprache"@de,
        "Türk İşaret Dili"@en,
        "Turka mansigna lingvo"@eo,
        "Lenga dij segn dla Turchìa"@pms,
        "Türk İşaret Dili"@tr .

<http://lexvo.org/id/iso639-3/tsq> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "tsq"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/thai1240> ;
    owl:sameAs <http://dbpedia.org/resource/Thai_Sign_Language>,
        <http://www.mpii.de/yago/resource/Thai_Sign_Language> ;
    skos:definition "Thai Sign Language (TSL) or Modern Standard Thai Sign Language (MSTSL), is the national sign language of Thailand's Deaf community and is used in most parts of the country by the 20% of the estimated 56,000 pre-linguistically deaf people who go to school. Thai Sign Language was acknowledged as \"the national language of deaf people in Thailand\" in August 1999, in a resolution signed by the Minister of Education on behalf of the Royal Thai Government. As with many sign languages, the means of transmission to children occurs within families with signing deaf parents and in schools for the deaf. A robust process of language teaching and enculturation among deaf children has been documented and photographed in the Thai residential schools for the deaf."@en ;
    skos:inScheme lexvo: ;
    skos:notation "tsq"^^xsd:string ;
    skos:prefLabel "Thai Sign Language"@en,
        "Língua de sinais tailandesa"@pt .

<http://lexvo.org/id/iso639-3/tss> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "tss"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/taiw1241> ;
    owl:sameAs <http://dbpedia.org/resource/Taiwanese_Sign_Language>,
        <http://www.mpii.de/yago/resource/Taiwanese_Sign_Language> ;
    skos:altLabel "Taiwanese Sign Language"@en ;
    skos:definition "Taiwanese Sign Language or TSL is the deaf sign language most commonly used in Taiwan."@en ;
    skos:inScheme lexvo: ;
    skos:notation "tss"^^xsd:string ;
    skos:prefLabel "Taiwan Sign Language"@en,
        "Langue des signes taïwanaise"@fr,
        "Língua de Sinais de Taiwan"@pt,
        "台灣手語"@zh .

<http://lexvo.org/id/iso639-3/tsu> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "tsu"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/tsou1248> ;
    owl:sameAs <http://dbpedia.org/resource/Tsou_language>,
        <http://www.mpii.de/yago/resource/Tsou_language> ;
    skos:altLabel "Tsou language"@en ;
    skos:definition "Tsou is a divergent Austronesian language spoken by the Tsou people of Taiwan."@en ;
    skos:inScheme lexvo: ;
    skos:notation "tsu"^^xsd:string ;
    skos:prefLabel "Tsou"@en,
        "Tsou"@fr,
        "Tseu-ngî"@hak,
        "ツォウ語"@ja,
        "Цоуски јазик"@mk,
        "Tsou"@nl,
        "Lenga tsou"@pms,
        "鄒語"@zh .

<http://lexvo.org/id/iso639-3/tsv> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "tsv"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/tsog1243> ;
    owl:sameAs <http://dbpedia.org/resource/Tsogo_language>,
        <http://www.mpii.de/yago/resource/Tsogo_language> ;
    skos:altLabel "Tsogo language"@en ;
    skos:definition "Tsogo is a Bantu language of Gabon. It's one of the principal languages of the Babongo Pygmies."@en ;
    skos:inScheme lexvo: ;
    skos:notation "tsv"^^xsd:string ;
    skos:prefLabel "Tsogo"@de,
        "Tsogo"@en,
        "Język tsogo"@pl,
        "Lenga Tsogo"@pms,
        "Kitsogo"@sw .

<http://lexvo.org/id/iso639-3/tta> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "tta"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/tute1247> ;
    owl:sameAs <http://dbpedia.org/resource/Tutelo_language>,
        <http://www.mpii.de/yago/resource/Tutelo_language> ;
    skos:altLabel "Tutelo language"@en ;
    skos:definition "The Tutelo language (or Tutelo–Saponi language) is a member of the Virginian branch of Siouan languages that was originally spoken in what is now Virginia and West Virginia, as well as in the later travels of the speakers through North Carolina, Pennsylvania, New York, and finally, Ontario. The last fluent full-blooded speaker, Nikonha, died in 1871 at age 106, but managed to impart about 100 words of vocabulary to the ethnologist Horatio Hale, who had visited him at Six Nations of the Grand River First Nation Ontario the year before. However, knowledge of the language and grammar was preserved by persons of mixed Tutelo and Cayuga descent at Grand River well into the twentieth century, and was recorded by Hale and other scholars including J. N. B. Hewitt, James Owen Dorsey, Leo J. Frachtenberg, Edward Sapir, Frank Speck, and Marianne Mithun."@en ;
    skos:inScheme lexvo: ;
    skos:notation "tta"^^xsd:string ;
    skos:prefLabel "Tutelo"@en,
        "Tutelo"@fr .

<http://lexvo.org/id/iso639-3/ttc> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ttc"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/tekt1235> ;
    owl:sameAs <http://dbpedia.org/resource/Tektitek_language>,
        <http://www.mpii.de/yago/resource/Tektitek_language> ;
    skos:altLabel "Tektitek language"@en ;
    skos:definition "The Tektitek language (Tectiteco, Teco, or Baaj) is a member of the Quichean–Mamean branch of the Mayan language family. It is very closely related to the Mam language. Tektikek is spoken by the Tektitek people, which are primarily settled in the municipality of Tectitán, department of Huehuetenango. A number of Tektitek speakers have settled in Mexico."@en ;
    skos:inScheme lexvo: ;
    skos:notation "ttc"^^xsd:string ;
    skos:prefLabel "Tektitekisch"@de,
        "Tektiteko"@en,
        "Idioma tectiteco"@es,
        "Tektiteko"@fr,
        "Тектитечки јазик"@mk,
        "Tectiteeks"@nl,
        "Tektitansk"@no,
        "Língua tectiteca"@pt,
        "Тектитекский язык"@ru .

<http://lexvo.org/id/iso639-3/ttr> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ttr"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/tera1251> ;
    owl:sameAs <http://dbpedia.org/resource/Tera_language>,
        <http://www.mpii.de/yago/resource/Tera_language> ;
    skos:altLabel "Tera language"@en ;
    skos:definition "Tera is a Chadic language spoken in north-eastern Nigeria in the north and eastern parts of Gombe State and Borno State."@en ;
    skos:inScheme lexvo: ;
    skos:notation "ttr"^^xsd:string ;
    skos:prefLabel "Teraeg"@br,
        "Tera"@en,
        "Tera jezik"@hr .

<http://lexvo.org/id/iso639-3/ttt> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ttt"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/musl1236> ;
    owl:sameAs <http://dbpedia.org/resource/Tat_language_(Caucasus)>,
        <http://www.mpii.de/yago/resource/Tat_language_(Caucasus)> ;
    skos:altLabel "Tat language"@en,
        "Tat, Muslim"@en ;
    skos:definition "The Tat language or Tat/Tati Persian or Tati is a Southwestern Iranian language and a variety of Persian spoken by the Tats in Azerbaijan and Russia. According to the Ethnologue, it's spoken by 18,000 people in Azerbaijan, 8000 in Iran, and 2300 in Russia. Its written form is related to Middle Persian Pahlavi. There is also a Jewish language called Judeo-Tat that is derived from the Tat language."@en ;
    skos:inScheme lexvo: ;
    skos:notation "ttt"^^xsd:string ;
    skos:prefLabel "Tat dili"@az,
        "Tateg"@br,
        "Tati"@ca,
        "Тат чĕлхи"@cv,
        "Muslim Tat"@en,
        "Tata lingvo"@eo,
        "Idioma tati"@es,
        "Taadi keel"@et,
        "زبان تاتی قفقاز"@fa,
        "Tatin kieli"@fi,
        "Zimanê tatî"@ku,
        "Тат кыв"@kv,
        "Татский язык"@ru,
        "ภาษาตัต"@th,
        "Татська мова"@uk,
        "Tiếng Tat"@vi .

<http://lexvo.org/id/iso639-3/tty> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "tty"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/sika1263> ;
    owl:sameAs <http://dbpedia.org/resource/Sikaritai_language>,
        <http://www.mpii.de/yago/resource/Sikaritai_language> ;
    skos:altLabel "Sikaritai language"@en ;
    skos:definition "Sikaritai (Sikwari) is a Lakes Plain language of Irian Jaya, Indonesia."@en ;
    skos:inScheme lexvo: ;
    skos:notation "tty"^^xsd:string ;
    skos:prefLabel "Sikaritai"@en .

<http://lexvo.org/id/iso639-3/tub> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "tub"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/tuba1278> ;
    owl:sameAs <http://dbpedia.org/resource/T%C3%BCbatulabal_language>,
        <http://www.mpii.de/yago/resource/T%C3%BCbatulabal_language> ;
    skos:altLabel "Tübatulabal language"@en ;
    skos:definition "Tübatulabal is a Uto-Aztecan language, traditionally spoken in Kern County, California. It is the traditional language of the Tübatulabal people, who have now largely shifted to English. The language is currently considered moribund."@en ;
    skos:inScheme lexvo: ;
    skos:notation "tub"^^xsd:string ;
    skos:prefLabel "Tubatoulabaleg"@br,
        "Tübatulabal"@en,
        "Idioma tübatulabal"@es,
        "Tübatulabali keel"@et,
        "Tubatulabal"@fr .

<http://lexvo.org/id/iso639-3/tue> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "tue"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/tuyu1244> ;
    owl:sameAs <http://dbpedia.org/resource/Tuyuca_language>,
        <http://www.mpii.de/yago/resource/Tuyuca_language> ;
    skos:altLabel "Tuyuca language"@en ;
    skos:definition "Tuyuca (also Dochkafuara, Tejuca, Tuyuka, Dojkapuara, Doxká-Poárá, Doka-Poara, or Tuiuca) is an Eastern Tucanoan language (similar to Tucano) spoken by the Tuyuca people. The Tuyuca are an indigenous ethnic group of some 500-1000 people who inhabit the watershed of the Papuri, Inambú and Tiquié rivers in the Colombian department of Vaupés and the Brazilian state of Amazonas."@en ;
    skos:inScheme lexvo: ;
    skos:notation "tue"^^xsd:string ;
    skos:prefLabel "Tuyuca"@en,
        "Tuyuca"@es,
        "Tuyuca"@fr,
        "Tuyúka"@hr,
        "Tuyuka"@it,
        "Tuiúcas"@pt .

<http://lexvo.org/id/iso639-3/tui> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "tui"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/tupu1244> ;
    owl:sameAs <http://dbpedia.org/resource/Tupuri_language>,
        <http://www.mpii.de/yago/resource/Tupuri_language> ;
    skos:altLabel "Tupuri language"@en ;
    skos:definition "Tupuri (or Toupouri) is a language mostly spoken in the Mayo-Kebbi Est Region of southern Chad but there are small pats in northern Cameroon. It is an Mbum language spoken by the Tupuri people with approximately 300,000 speakers."@en ;
    skos:inScheme lexvo: ;
    skos:notation "tui"^^xsd:string ;
    skos:prefLabel "Toupoureg"@br,
        "Tupuri"@de,
        "Tupuri"@en,
        "Toupouri"@fr,
        "Lenga Tupuri"@pms,
        "Kitupuri"@sw .

<http://lexvo.org/id/iso639-3/tum> a lvont:Language,
        skos:Concept ;
    lvont:isFocusOf <http://id.loc.gov/vocabulary/iso639-2/tum> ;
    lvont:iso6392BCode "tum"^^xsd:string ;
    lvont:iso6392TCode "tum"^^xsd:string ;
    lvont:iso639P3PCode "tum"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-2/tum> ;
    owl:sameAs <http://dbpedia.org/resource/Tumbuka_language>,
        <http://psi.oasis-open.org/iso/639/#tum>,
        <http://www.lingvoj.org/lang/tum>,
        <http://www.mpii.de/yago/resource/Tumbuka_language>,
        <info:lc/vocabulary/languages/tum> ;
    skos:altLabel "Tumbuka-Sprache"@de,
        "Tumbuka language"@en,
        "Idioma tumbuka"@es,
        "Tumbuka"@fr,
        "Lingua tumbuka"@it,
        "Tumbukų kalba"@lt,
        "ChiTumbuka"@nl,
        "Język tumbuka"@pl,
        "Língua tumbuka"@pt,
        "Тумбука"@ru,
        "Tumbuka"@sv,
        "தும்புக்க மொழி"@ta,
        "Тумбука"@uk ;
    skos:definition "The Tumbuka language is a Bantu language which is spoken in parts of Malawi, Zambia, and Tanzania."@en ;
    skos:inScheme lexvo: ;
    skos:notation "tum"^^xsd:string ;
    skos:prefLabel "Toemboeka"@af,
        "ቱምቡካ"@am,
        "التامبوكا"@ar,
        "tumbuka dili"@az,
        "тумбука"@bg,
        "তুম্বুকা"@bn,
        "tumbuka"@br,
        "टुँबुका"@brx,
        "tumbuka"@bs,
        "тумбука"@bs-Cyrl,
        "tumbuka"@ca,
        "通布卡文"@cmn,
        "圖姆布卡文"@cmn-Hant,
        "tumbukština"@cs,
        "tumbuka"@da,
        "Tumbuka"@de,
        "Τουμπούκα"@el,
        "Tumbuka"@en,
        "Tumbuka lingvo"@eo,
        "tumbuka"@es,
        "tumbuka"@et,
        "Tumbukera"@eu,
        "تومبوکایی"@fa,
        "tumbuka"@fi,
        "Tumbuka"@fil,
        "tumbuka"@fr,
        "Tumbuka"@gl,
        "Tumbuka-Schpraach"@gsw,
        "તુમ્બુકા"@gu,
        "טומבוקה"@he,
        "तम्बूका"@hi,
        "tumbuka"@hr,
        "tumbuka"@hu,
        "Tumbuka"@id,
        "túmbúka"@is,
        "tumbuka"@it,
        "トゥンブカ語"@ja,
        "Тумбукабзэ"@kbd,
        "ತುಂಬುಕಾ"@kn,
        "툼부카어"@ko,
        "تُمبُکا"@ks,
        "ຕຳບູກາ"@lo,
        "tumbukų"@lt,
        "tumbuku"@lv,
        "тумбука"@mk,
        "തുംബുക"@ml,
        "तुम्बुका"@mr,
        "Tumbuka"@mt,
        "tumbuka"@nb,
        "Toemboeka"@nl,
        "tumbuka"@nn,
        "Tumbukum"@nov,
        "ଟୁମ୍ବୁକା"@or,
        "tumbuka"@pl,
        "Lenga Tumbuka"@pms,
        "tumbuka"@pt,
        "tumbuka"@rm,
        "tumbuka"@ro,
        "тумбука"@ru,
        "Igitumbuka"@rw,
        "tumbuka"@sk,
        "tumbukščina"@sl,
        "Тумбука"@sr,
        "Tumbuka"@sr-Latn,
        "tumbuka"@sv,
        "Kitumbuka"@sw,
        "Kitumbuka"@swh,
        "தும்புகா"@ta,
        "టుంబుకా"@te,
        "ทุมบูกา"@th,
        "Tumbuka"@tr,
        "ChiTumbuka"@tum,
        "тумбука"@uk,
        "ٹمبوکا"@ur,
        "Tiếng Tumbuka"@vi,
        "Tumbuka"@zsm,
        "Isi-Tumbuka"@zu .

<http://lexvo.org/id/iso639-3/tuo> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "tuo"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/tuca1252> ;
    owl:sameAs <http://dbpedia.org/resource/Tucano_language>,
        <http://www.mpii.de/yago/resource/Tucano_language> ;
    skos:altLabel "Tucano language"@en ;
    skos:definition "Tucano (also Tukana, Tucana, Tukano, Dasea, Jurutí, Jurití, Yurutí, Tariana, Tariano, Koneá, Koreá, Patsoka, Wahyara; autonym: Dahseyé) is a Tucanoan language spoken in Amazonas, Brazil and Colombia."@en ;
    skos:inScheme lexvo: ;
    skos:notation "tuo"^^xsd:string ;
    skos:prefLabel "Tucano"@en,
        "Tucano"@fr .

<http://lexvo.org/id/iso639-3/tuv> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "tuv"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/turk1308> ;
    owl:sameAs <http://dbpedia.org/resource/Turkana_language>,
        <http://www.mpii.de/yago/resource/Turkana_language> ;
    skos:altLabel "Turkana language"@en ;
    skos:definition "Turkana is the language of the Turkana people of Kenya, numbering about 340,000."@en ;
    skos:inScheme lexvo: ;
    skos:notation "tuv"^^xsd:string ;
    skos:prefLabel "Tourkaneg"@br,
        "Turkana"@cy,
        "Turkana"@de,
        "Turkana"@en,
        "Turkana"@fr,
        "Туркански јазик"@mk,
        "Lenga Turkana"@pms .

<http://lexvo.org/id/iso639-3/tvo> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "tvo"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/tido1248> ;
    owl:sameAs <http://dbpedia.org/resource/Tidore_language>,
        <http://www.mpii.de/yago/resource/Tidore_language> ;
    skos:altLabel "Tidore language"@en ;
    skos:definition "Tidore of eastern Indonesia is a language centered on the island of Tidore but also spoken in neighboring Halmahera. A Papuan language, it is unlike most languages in Indonesia which belong to the Austronesian language family. It, and the similar Ternate language, appear to be related to languages of the Bird's Head peninsula in Papua."@en ;
    skos:inScheme lexvo: ;
    skos:notation "tvo"^^xsd:string ;
    skos:prefLabel "Tidore"@en,
        "Tidore"@fr,
        "Język tidore"@pl .

<http://lexvo.org/id/iso639-3/twf> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "twf"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/nort1550> ;
    owl:sameAs <http://dbpedia.org/resource/Taos_dialect>,
        <http://www.mpii.de/yago/resource/Taos_dialect> ;
    skos:altLabel "Northern Tiwa"@en,
        "Tiwa, Northern"@en ;
    skos:definition "The Taos dialect of the Northern Tiwa language is spoken in Taos Pueblo, New Mexico."@en ;
    skos:inScheme lexvo: ;
    skos:notation "twf"^^xsd:string ;
    skos:prefLabel "Taos dialect"@en .

<http://lexvo.org/id/iso639-3/txu> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "txu"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/kaya1330> ;
    owl:sameAs <http://dbpedia.org/resource/Kayapo_language>,
        <http://www.mpii.de/yago/resource/Kayapo_language> ;
    skos:altLabel "Kayapo language"@en ;
    skos:definition "Kayapó, also known as Mẽbengokre, is a Ge language of Brazil. The majority are monolingual, and most who are bilingual speak other indigenous languages; perhaps 1% speak Portuguese."@en ;
    skos:inScheme lexvo: ;
    skos:notation "txu"^^xsd:string ;
    skos:prefLabel "Kayapó"@en .

<http://lexvo.org/id/iso639-3/tya> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "tya"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/tauy1241> ;
    owl:sameAs <http://dbpedia.org/resource/Tauya_language>,
        <http://www.mpii.de/yago/resource/Tauya_language> ;
    skos:altLabel "Tauya language"@en ;
    skos:definition "Tauya (also Inafosa) is a Rai Coast language spoken in Madang Province, Papua New Guinea by approximately 350 people."@en ;
    skos:inScheme lexvo: ;
    skos:notation "tya"^^xsd:string ;
    skos:prefLabel "Tauya"@en,
        "Język tauya"@pl .

<http://lexvo.org/id/iso639-3/typ> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "typ"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/thay1248> ;
    owl:sameAs <http://dbpedia.org/resource/Gugu_Thaypan_language>,
        <http://www.mpii.de/yago/resource/Gugu_Thaypan_language> ;
    skos:altLabel "Gugu Thaypan language"@en ;
    skos:definition "Kuku-Thaypan is a Paman language spoken on the southwestern part of the Cape York Peninsula, Queensland in Australia, by the Kuku-Thaypan people. Together with Koko-Rarmul it forms the group of Koko-Thaypan languages. According to Ethnologue the language may have gone extinct as of 2003, but other sources say that there is at least one speaker left in 2009."@en ;
    skos:inScheme lexvo: ;
    skos:notation "typ"^^xsd:string ;
    skos:prefLabel "Thaypan"@en,
        "Lenga thaypan"@pms,
        "Thaypan"@sv .

<http://lexvo.org/id/iso639-3/tza> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "tza"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/tanz1238> ;
    owl:sameAs <http://dbpedia.org/resource/Tanzanian_sign_languages>,
        <http://www.mpii.de/yago/resource/Tanzanian_sign_languages> ;
    skos:altLabel "Tanzanian sign languages"@en ;
    skos:definition "Seven or so Tanzanian Sign languages (Swahili Lugha ya Alama or Lugha ya Bubu) were developed independently among deaf students in separate Tanzanian schools for the Deaf starting in 1963, though use of several is forbidden by their schools. In 1984, a standardized Tanzanian Sign Language was proposed by the Tanzania Association for the Deaf, using common or similar signs where these exist in the schools which allowed research, but it has not been officially implemented, and there remains little influence between the languages."@en ;
    skos:inScheme lexvo: ;
    skos:notation "tza"^^xsd:string ;
    skos:prefLabel "Tanzanian Sign Language"@en,
        "Língua de Sinais da Tanzânia"@pt .

<http://lexvo.org/id/iso639-3/uby> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "uby"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/ubyk1235> ;
    owl:sameAs <http://dbpedia.org/resource/Ubykh_language>,
        <http://lexvo.org/id/wordnet/30/noun/ubykh_1_10_00>,
        <http://www.mpii.de/yago/resource/Ubykh_language> ;
    skos:altLabel "Ubykh language"@en ;
    skos:definition "Ubykh or Ubyx is an extinct language of the Northwestern Caucasian group, spoken by the Ubykh people (who originally lived along the eastern coast of the Black Sea before migrating en masse to Turkey in the 1860s). The language's last native speaker, Tevfik Esenç, died in 1992."@en ;
    skos:inScheme lexvo: ;
    skos:notation "uby"^^xsd:string ;
    skos:prefLabel "Ubıx dili"@az,
        "Oubic'heg"@br,
        "Ubychische Sprache"@de,
        "Ubykh"@en,
        "Ubiĥa lingvo"@eo,
        "Idioma ubijé"@es,
        "Ubyhin kieli"@fi,
        "Oubykh"@fr,
        "Ubih nyelv"@hu,
        "Lingua ubykh"@it,
        "ウビフ語"@ja,
        "Убыхыбзэ"@kbd,
        "우비흐어"@ko,
        "Убишки јазик"@mk,
        "Oebychs"@nl,
        "Убыхаг æвзаг"@os,
        "Język ubyski"@pl,
        "Lenga Ubykh"@pms,
        "Língua ubykh"@pt,
        "Убыхский язык"@ru,
        "Ubychiska"@sv,
        "ภาษาอูบึก"@th,
        "Ubıhça"@tr,
        "Убихська мова"@uk,
        "尤比克语"@zh .

<http://lexvo.org/id/iso639-3/ude> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ude"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/udih1248> ;
    owl:sameAs <http://dbpedia.org/resource/Udege_language>,
        <http://www.mpii.de/yago/resource/Udege_language> ;
    skos:altLabel "Udege language"@en ;
    skos:definition "The Udege language (also Udihe language, Udekhe language, Udeghe language) is the language of the Udege people. It is a member of the Tungusic family."@en ;
    skos:inScheme lexvo: ;
    skos:notation "ude"^^xsd:string ;
    skos:prefLabel "Oudiheg"@br,
        "Udehejština"@cs,
        "Udihe"@en,
        "Udega lingvo"@eo,
        "Udehen kieli"@fi,
        "Oudihe"@fr,
        "우데게이어"@ko,
        "Удэгей кыв"@kv,
        "Удегејски јазик"@mk,
        "Udegejsk"@no,
        "Lenga udihe"@pms,
        "Удэгейский язык"@ru,
        "ภาษาอูเดเก"@th,
        "Удегейська мова"@uk .

<http://lexvo.org/id/iso639-3/udl> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "udl"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/wuzl1236> ;
    owl:sameAs <http://dbpedia.org/resource/Wuzlam_language>,
        <http://www.mpii.de/yago/resource/Wuzlam_language> ;
    skos:altLabel "Wuzlam language"@en ;
    skos:definition "Wuzlam, also called Uldeme, is an Afro-Asiatic language spoken in northern Cameroon."@en ;
    skos:inScheme lexvo: ;
    skos:notation "udl"^^xsd:string ;
    skos:prefLabel "Wuzlam"@en,
        "Kiwuzlam"@sw .

<http://lexvo.org/id/iso639-3/ugn> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ugn"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/ugan1238> ;
    owl:sameAs <http://dbpedia.org/resource/Ugandan_Sign_Language>,
        <http://www.mpii.de/yago/resource/Ugandan_Sign_Language> ;
    skos:definition "Ugandan Sign Language (USL) is the deaf sign language of Uganda. Uganda was the second country in the world to recognize sign language in its constitution, in 1995. A Ugandan Sign Language Dictionary has been published. However, knowledge of USL is primarily urban, as access to education for the rural deaf remains poor. Nonetheless, USL is a highly valued element of group identity among the Deaf community."@en ;
    skos:inScheme lexvo: ;
    skos:notation "ugn"^^xsd:string ;
    skos:prefLabel "Ugandan Sign Language"@en .

<http://lexvo.org/id/iso639-3/uks> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "uks"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/urub1243> ;
    owl:sameAs <http://dbpedia.org/resource/Ka'apor_Sign_Language>,
        <http://www.mpii.de/yago/resource/Ka'apor_Sign_Language> ;
    skos:altLabel "Ka'apor Sign Language"@en,
        "Urubú-Kaapor Sign Language"@en ;
    skos:definition "Urubú Sign Language (also known as Urubú–Kaapor or Kaapor Sign Language) is a sign language used by the small community of Ka'apor people in the state of Maranhão. Linguist Jim Kakumasu observed in 1968 that the number of deaf people in the community was 7 out of a population of 500. This relatively high ratio of deafness (1 in 75) has led to both hearing and deaf members of the community using the language, and most hearing children grow up bilingual in the spoken and signed languages. Other Indian tribes in the region have also been reported to use sign languages."@en ;
    skos:inScheme lexvo: ;
    skos:notation "uks"^^xsd:string ;
    skos:prefLabel "Kaapor Sign Language"@en,
        "Lengua de señas Urubu-Kaapor"@es,
        "Urubú-tegnspråk"@no,
        "Língua de Sinais Kaapor Brasileira"@pt .

<http://lexvo.org/id/iso639-3/ulk> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ulk"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/meri1244> ;
    owl:sameAs <http://dbpedia.org/resource/Meriam_language>,
        <http://www.mpii.de/yago/resource/Meriam_language> ;
    skos:altLabel "Meriam language"@en ;
    skos:definition "Meriam (in the language itself Meriam Mìr; also Miriam, Meryam, Mer, Mir, Miriam-Mir, etc. and Eastern, Isten, Esten, Eastern Torres Strait, and Able Able) is the language of the people of the small islands of Mer (Murray Island), Waier and Dauar, Erub (Darnley Island), and Ugar (Stephens Island) in the eastern Torres Strait, Queensland, Australia. In the Western Torres Strait language, Kala Lagaw Ya, it is called Mœyam or Mœyamau Ya. It is the only Papuan language on Australian territory."@en ;
    skos:inScheme lexvo: ;
    skos:notation "ulk"^^xsd:string ;
    skos:prefLabel "Meriam"@en,
        "Meriam"@fr,
        "Język meriam"@pl,
        "Lenga Meriam"@pms,
        "Мириам"@ru,
        "Meriam"@sv .

<http://lexvo.org/id/iso639-3/uma> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "uma"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/umat1237> ;
    owl:sameAs <http://dbpedia.org/resource/Umatilla_language>,
        <http://www.mpii.de/yago/resource/Umatilla_language> ;
    skos:altLabel "Umatilla language"@en ;
    skos:definition "Umatilla is a variety of Southern Sahaptin, part of the Sahaptian subfamily of the Plateau Penutian group. It was spoken during late aboriginal times along the Columbia River and is therefore also called Columbia River Sahaptin. It is currently spoken as a first language by a few dozen elders and some adults in the Umatilla Reservation in Oregon. Some sources say that Umatilla is derived from imatilám-hlama: hlama means those living at or people of and there is an ongoing debate about the meaning of imatilám, but it is said to be an island in the Columbia River. B. Rigsby and N. Rude mention the village of ímatalam that was situated at the mouth of the Umatilla River and where the language was spoken."@en ;
    skos:inScheme lexvo: ;
    skos:notation "uma"^^xsd:string ;
    skos:prefLabel "Umatilla"@en .

<http://lexvo.org/id/iso639-3/umu> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "umu"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/muns1251> ;
    owl:sameAs <http://dbpedia.org/resource/Munsee_language>,
        <http://www.mpii.de/yago/resource/Munsee_language> ;
    skos:altLabel "Munsee language"@en ;
    skos:definition "Munsee (also known as Munsee Delaware, Delaware, Ontario Delaware) is an endangered language of the Eastern Algonquian subgroup of the Algonquian language family, itself a branch of the Algic language family. Munsee is one of the two Delaware languages. It is very closely related to the extinct Unami Delaware, but the two are sufficiently different that they are considered separate languages. Munsee was spoken aboriginally in the vicinity of the modern New York City area in the United States, including western Long Island, Manhattan Island, Staten Island, as well as adjacent areas on the mainland: southeastern New York State, the northern third of New Jersey, and northeastern Pennsylvania."@en ;
    skos:inScheme lexvo: ;
    skos:notation "umu"^^xsd:string ;
    skos:prefLabel "Munsee"@en,
        "Munsee"@fr,
        "Lenga munsee"@pms,
        "Munsee"@sv .

<http://lexvo.org/id/iso639-3/upv> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "upv"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/urip1239> ;
    owl:sameAs <http://dbpedia.org/resource/Uripiv_language>,
        <http://www.mpii.de/yago/resource/Uripiv_language> ;
    skos:altLabel "Uripiv-Wala-Rano-Atchin"@en ;
    skos:definition "Uripiv, or more precisely Uripiv-Wala-Rano-Atchin, is a language spoken on Vanuatu. Uripiv is spoken today by about 9,000 people. Literacy rate of Uripiv speakers in their own language is about 10 - 30%."@en ;
    skos:inScheme lexvo: ;
    skos:notation "upv"^^xsd:string ;
    skos:prefLabel "Uripiv language"@en,
        "Idioma uripiv"@es,
        "Uripiv-wala-rano-atchin"@fr,
        "Lenga Uripiv-Wala-Rano-Atchin"@pms .

<http://lexvo.org/id/iso639-3/ura> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ura"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/urar1246> ;
    owl:sameAs <http://dbpedia.org/resource/Urarina_language>,
        <http://www.mpii.de/yago/resource/Urarina_language> ;
    skos:altLabel "Urarina language"@en ;
    skos:definition "Urarina is a language spoken in Peru, specifically in the Loreto Region of Northwest Peru, by the Urarina people. There are only around 3000 speakers alive today according to the 2002 Ethnologue. It uses a Latin script. It is also known as Itucali, Simacu or Shimacu."@en ;
    skos:inScheme lexvo: ;
    skos:notation "ura"^^xsd:string ;
    skos:prefLabel "Urarina"@en,
        "Idioma urarina"@es,
        "Urarina"@fr,
        "Urarina jezik"@hr,
        "Lenga urarina"@pms,
        "Урарина"@ru .

<http://lexvo.org/id/iso639-3/urb> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "urb"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/urub1250> ;
    owl:sameAs <http://dbpedia.org/resource/Ka'apor_language>,
        <http://www.mpii.de/yago/resource/Ka'apor_language> ;
    skos:altLabel "Ka'apor language"@en,
        "Urubú-Kaapor"@en ;
    skos:definition "Kaapor (Ka’apor, Kaaporté), also known as \"Urubú\" or Urubú-Kaapor, is a Tupi–Guarani language spoken in French Guiana and Brazil."@en ;
    skos:inScheme lexvo: ;
    skos:notation "urb"^^xsd:string ;
    skos:prefLabel "Kaapor"@en .

<http://lexvo.org/id/iso639-3/ure> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ure"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/uruu1244> ;
    owl:sameAs <http://dbpedia.org/resource/Uru_language>,
        <http://www.mpii.de/yago/resource/Uru_language> ;
    skos:altLabel "Uru language"@en ;
    skos:definition "The Uru language, also known as Iru-Itu (after one of the Uru tribes), Morato, or Muratu, is the language of the Uros, an Amerindian people. In the year 2000 it had 2 remaining native speakers out of an ethnic group of 100 to 150 people in the La Paz Department, Ingavi Province, near Lake Titicaca in Bolivia, the rest having shifted to Spanish and Aymara. The language is close enough to the Chipaya language to sometimes be considered a dialect of that language."@en ;
    skos:inScheme lexvo: ;
    skos:notation "ure"^^xsd:string ;
    skos:prefLabel "Ouroueg"@br,
        "Uru"@cs,
        "Uru"@en,
        "Idioma uru"@es,
        "Urų kalba"@lt,
        "Lenga uru"@pms,
        "Уру"@ru .

<http://lexvo.org/id/iso639-3/ury> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ury"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/orya1242> ;
    owl:sameAs <http://dbpedia.org/resource/Orya_language>,
        <http://www.mpii.de/yago/resource/Orya_language> ;
    skos:altLabel "Orya language"@en ;
    skos:definition "Orya (Oria, or erroneously Uria) is a Papuan language spoken in Indonesia. Warpok is the Nimboran name."@en ;
    skos:inScheme lexvo: ;
    skos:notation "ury"^^xsd:string ;
    skos:prefLabel "Orya"@en .

<http://lexvo.org/id/iso639-3/usa> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "usa"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/usar1243> ;
    owl:sameAs <http://dbpedia.org/resource/Usarufa_language>,
        <http://www.mpii.de/yago/resource/Usarufa_language> ;
    skos:altLabel "Usarufa language"@en ;
    skos:definition "Usarufa (Uturupa) is a Kainantu language spoken by the people of the same name in Papua New Guinea. It belongs to the Gauwa branch of the Kainantu family of the Kainantu–Goroka languages. Its ISO 639 code is usa."@en ;
    skos:inScheme lexvo: ;
    skos:notation "usa"^^xsd:string ;
    skos:prefLabel "Usarufa"@en .

<http://lexvo.org/id/iso639-3/uum> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "uum"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/urum1249> ;
    owl:sameAs <http://dbpedia.org/resource/Urum_language>,
        <http://www.mpii.de/yago/resource/Urum_language> ;
    skos:altLabel "Urum language"@en ;
    skos:definition "Urum is a Turkic language spoken by several thousand people who inhabit a few villages in the Southeastern Ukraine and in diaspora communities worldwide. The Urum language is often considered a variant of the Crimean Tatar language."@en ;
    skos:inScheme lexvo: ;
    skos:notation "uum"^^xsd:string ;
    skos:prefLabel "Ouroumeg"@br,
        "Urum tili"@crh,
        "Урум чĕлхи"@cv,
        "Urum"@en,
        "Idioma urrumano"@es,
        "Urumin kieli"@fi,
        "Urum"@fr,
        "Urumski jezik"@hr,
        "Urumų kalba"@lt,
        "Urumu kalba"@lt-x,
        "Урумски јазик"@mk,
        "Lenga urum"@pms,
        "Урумский язык"@ru,
        "Urumca"@tr,
        "Урумська мова"@uk .

<http://lexvo.org/id/iso639-3/uwa> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "uwa"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/kuku1280> ;
    owl:sameAs <http://dbpedia.org/resource/Gugu_Uwanh_dialect>,
        <http://www.mpii.de/yago/resource/Gugu_Uwanh_dialect> ;
    skos:altLabel "Gugu Uwanh dialect"@en ;
    skos:definition "Kugu-Uwanh is a Paman language spoken on the Cape York Peninsula of Queensland, Australia, by the Kugu-Uwanh people. It is closely related to the other Kugu-Muminh languages, and more distantly to the Wik languages. As of 1981 there were 40 speakers."@en ;
    skos:inScheme lexvo: ;
    skos:notation "uwa"^^xsd:string ;
    skos:prefLabel "Kuku-Uwanh"@en,
        "Lenga kuku-uwanh"@pms,
        "Kuku-uwanh"@sv .

<http://lexvo.org/id/iso639-3/uzn> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "uzn"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/nort2690> ;
    owl:sameAs <http://dbpedia.org/resource/Northern_Uzbek_language>,
        <http://www.mpii.de/yago/resource/Northern_Uzbek_language> ;
    skos:altLabel "Northern Uzbek"@en,
        "Northern Uzbek language"@en,
        "Uzbek, Northern"@en ;
    skos:definition "Northern Uzbek is a Turkic language spoken in Uzbekistan and the People's Republic of China."@en ;
    skos:inScheme lexvo: ;
    skos:notation "uzn"^^xsd:string ;
    skos:prefLabel "Oezbeeks"@af,
        "ኡዝቤክኛ"@am,
        "الأوزباكية"@ar,
        "uzbequistanín"@ast,
        "özbəkcə"@az,
        "узбекская"@be,
        "узбекски"@bg,
        "উজবেকীয়"@bn,
        "ouzbekeg"@br,
        "उज़बेक्"@brx,
        "uzbečki"@bs,
        "узбечки"@bs-Cyrl,
        "ኡዝበክኛ"@byn,
        "uzbek"@ca,
        "乌兹别克文"@cmn,
        "烏茲別克文"@cmn-Hant,
        "uzbečtina"@cs,
        "Wsbeceg"@cy,
        "usbekisk"@da,
        "Usbekisch"@de,
        "ཨུས་བེཀ་ཁ"@dz,
        "uzbekistangbe"@ee,
        "Ουζμπεκικά"@el,
        "Uzbek"@en,
        "uzbeka"@eo,
        "uzbeko"@es,
        "usbeki"@et,
        "uzbekera"@eu,
        "ازبکی"@fa,
        "uzbekki"@fi,
        "Uzbek"@fil,
        "uzbekiskt"@fo,
        "ouzbek"@fr,
        "uzbec"@fur,
        "Úisbéicis"@ga,
        "Usbagais"@gd,
        "uzbeco"@gl,
        "Usbekisch"@gsw,
        "ઉઝ્બેક"@gu,
        "Uzbek"@ha,
        "אוזבקית"@he,
        "उज़्बेक"@hi,
        "uzbečki"@hr,
        "üzbég"@hu,
        "Ուզբեկերեն"@hy,
        "uzbeco"@ia,
        "Uzbek"@id,
        "úsbekska"@is,
        "usbeco"@it,
        "ウズベク語"@ja,
        "უზბეკური"@ka,
        "uzbeki"@kea,
        "өзбек"@kk,
        "អ៊ូហ្សបេគីស្តង់"@km,
        "ಉಜ್ಬೇಕ್"@kn,
        "उज़बेक"@knn,
        "우즈베크어"@ko,
        "اُزبیک"@ks,
        "Ußbeekesch"@ksh,
        "озбекче"@ky,
        "ອຸດຊະເບັກກິດສະຖານ"@lo,
        "uzbekų"@lt,
        "uzbeku"@lv,
        "узбекистански"@mk,
        "ഉസ്ബെക്"@ml,
        "उझ्बेक"@mr,
        "Użbek"@mt,
        "usbekisk"@nb,
        "उज़्बेक"@ne,
        "Oezbeeks"@nl,
        "usbekisk"@nn,
        "Afaan Uzbek"@om,
        "ଉଜବେକ୍"@or,
        "uzbecki"@pl,
        "Lenga uzbeka setentrional"@pms,
        "ازبکي"@ps,
        "usbeque"@pt,
        "usbec"@rm,
        "uzbecă"@ro,
        "узбекский"@ru,
        "Inyeyuzubeki"@rw,
        "Үзбиэктии"@sah,
        "උස්බෙක්"@si,
        "uzbečtina"@sk,
        "uzbeščina"@sl,
        "Usbakis"@so,
        "Uzbekistanisht"@sq,
        "Узбечки"@sr,
        "Uzbečki"@sr-Latn,
        "Se-uzbek"@st,
        "uzbekiska"@sv,
        "Kiuzbeki"@swh,
        "உஸ்பெக்"@ta,
        "ఉజ్బెక్"@te,
        "Ӯзбекӣ"@tg,
        "อุซเบก"@th,
        "ኡዝበክኛ"@ti,
        "ኡዝበክኛ"@tig,
        "Uzbek"@tn,
        "lea fakaʻusipeki"@to,
        "Özbekçe"@tr,
        "узбецька"@uk,
        "ازبیک"@ur,
        "Ўзбек"@uzn,
        "اوزبیک"@uzn-Arab,
        "oʻzbekcha"@uzn-Latn,
        "Tiếng U-dơ-bếch"@vi,
        "Usbekiš"@wae,
        "Isi-Uzbek"@xh,
        "Èdè Uzbek"@yo,
        "北乌兹别克语"@zh,
        "Uzbekistan"@zsm,
        "isi-Uzbek"@zu .

<http://lexvo.org/id/iso639-3/vam> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "vam"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/vani1248> ;
    owl:sameAs <http://dbpedia.org/resource/Vanimo_language>,
        <http://www.mpii.de/yago/resource/Vanimo_language> ;
    skos:altLabel "Vanimo language"@en ;
    skos:definition "Vanimo (Wanimo, Manimo) is a Skou language of Papua New Guinea."@en ;
    skos:inScheme lexvo: ;
    skos:notation "vam"^^xsd:string ;
    skos:prefLabel "Vanimo"@en,
        "Lingua vanimo"@gl .

<http://lexvo.org/id/iso639-3/van> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "van"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/valm1241> ;
    owl:sameAs <http://dbpedia.org/resource/Valman_language>,
        <http://www.mpii.de/yago/resource/Valman_language> ;
    skos:altLabel "Valman language"@en ;
    skos:definition "Valman is a Torricelli language of Papua New Guinea."@en ;
    skos:inScheme lexvo: ;
    skos:notation "van"^^xsd:string ;
    skos:prefLabel "Valman"@en .

<http://lexvo.org/id/iso639-3/var> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "var"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/huar1255> ;
    owl:sameAs <http://dbpedia.org/resource/Huarijio_language>,
        <http://www.mpii.de/yago/resource/Huarijio_language> ;
    skos:altLabel "Huarijio language"@en ;
    skos:definition "Huarijio (properly spelled Huarijío in Spanish, also spelled Guarijío, Varihío, and Warihío) is an Uto-Aztecan language of the states of Chihuahua and Sonora in northwestern Mexico. It is spoken by around 5,000 people, most of whom are monolinguals."@en ;
    skos:inScheme lexvo: ;
    skos:notation "var"^^xsd:string ;
    skos:prefLabel "Huarijio"@en,
        "Idioma guarijío"@es,
        "Guarijio"@fr,
        "Varohío"@hr,
        "Warihiyu simi"@qu,
        "Huarijio"@sv .

<http://lexvo.org/id/iso639-3/vay> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "vay"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/wayu1241> ;
    owl:sameAs <http://dbpedia.org/resource/Wayu_language>,
        <http://www.mpii.de/yago/resource/Wayu_language> ;
    skos:altLabel "Wayu language"@en ;
    skos:definition "Wayu, Vayu, or Hayu is a language spoken by about 1740 people in the Janakpur Zone of Nepal."@en ;
    skos:inScheme lexvo: ;
    skos:notation "vay"^^xsd:string ;
    skos:prefLabel "Wayu"@en .

<http://lexvo.org/id/iso639-3/vma> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "vma"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/mart1255> ;
    owl:sameAs <http://dbpedia.org/resource/Martuthunira_language>,
        <http://www.mpii.de/yago/resource/Martuthunira_language> ;
    skos:altLabel "Martuthunira language"@en ;
    skos:definition "Martuthunira is an extinct Australian Aboriginal language, that was the traditional language of the Martuthunira people of Western Australia."@en ;
    skos:inScheme lexvo: ;
    skos:notation "vma"^^xsd:string ;
    skos:prefLabel "Martuyhunira"@en,
        "Martuthunira"@fr,
        "Lingua martuthunira"@it,
        "Lenga martuyhunira"@pms .

<http://lexvo.org/id/iso639-3/vmb> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "vmb"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/mbab1239> ;
    owl:sameAs <http://dbpedia.org/resource/Mbabaram_language>,
        <http://www.mpii.de/yago/resource/Mbabaram_language> ;
    skos:altLabel "Mbabaram"@en,
        "Mbabaram language"@en ;
    skos:definition "Mbabaram is an extinct Australian Aboriginal language of north Queensland. It was the traditional language of the Mbabaram tribe. Known speakers were Albert Bennett, Alick Chalk, Jimmy Taylor and Mick Burns. Recordings of Bennett and Chalk are held in the Audiovisual Archive of the Australian Institute of Aboriginal and Torres Strait Islander Studies. R. M. W. Dixon described his hunt for a native speaker of Mbabaram in his book Searching for Aboriginal Languages: Memoirs of a Field Worker. Most of what is known of the language is from Dixon's field research with Bennett."@en ;
    skos:inScheme lexvo: ;
    skos:notation "vmb"^^xsd:string ;
    skos:prefLabel "Barbaram"@en,
        "Mbabaram"@fr,
        "Lenga mbabaram"@pms,
        "Mbabaram"@sv .

<http://lexvo.org/id/iso639-3/vmw> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "vmw"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/makh1264> ;
    owl:sameAs <http://dbpedia.org/resource/Makhuwa_language>,
        <http://www.mpii.de/yago/resource/Makhuwa_language> ;
    skos:altLabel "Makhuwa language"@en ;
    skos:definition "The Makhuwa language (also spelled Makua and Macua) is a Bantu language spoken by 3 million Makua people, who live north of the Zambezi River in Mozambique, particularly in the province of Nampula. It is the largest indigenous language of Mozambique."@en ;
    skos:inScheme lexvo: ;
    skos:notation "vmw"^^xsd:string ;
    skos:prefLabel "Makua"@de,
        "Makhuwa"@en,
        "Makuan kieli"@fi,
        "Makua"@fr,
        "Makhuawa"@no,
        "Język makua"@pl,
        "Língua macua"@pt,
        "Makhuwa simi"@qu,
        "Макуа"@ru,
        "Makua"@sh,
        "Kimakua"@sw .

<http://lexvo.org/id/iso639-3/wac> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "wac"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/wasc1239> ;
    owl:sameAs <http://dbpedia.org/resource/Upper_Chinook_language>,
        <http://www.mpii.de/yago/resource/Upper_Chinook_language> ;
    skos:altLabel "Upper Chinook language"@en ;
    skos:definition "Upper Chinook, also known as Kiksht, Columbia Chinook, and Wasco-Wishram after its only living dialect, is a highly endangered language of the US Pacific Northwest. It had 69 speakers as of 1990, of which 7 were monolingual: five Wasco and two Wishram. It is the last living Chinookan language."@en ;
    skos:inScheme lexvo: ;
    skos:notation "wac"^^xsd:string ;
    skos:prefLabel "Waskoeg-wichrameg"@br,
        "Wasco-Wishram"@en .

<http://lexvo.org/id/iso639-3/wam> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "wam"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/wamp1249> ;
    owl:sameAs <http://dbpedia.org/resource/Massachusett_language>,
        <http://www.mpii.de/yago/resource/Massachusett_language> ;
    skos:altLabel "Massachusett language"@en ;
    skos:definition "The Massachusett language was a Native American language, a member of the Algonquian language family. It is also known as Wôpanâak (Wampanoag), Natick, and Pokanoket."@en ;
    skos:inScheme lexvo: ;
    skos:notation "wam"^^xsd:string ;
    skos:prefLabel "Wampanoageg"@br,
        "Wampanoag"@en,
        "Massachusett"@fr,
        "Massachusett"@nl,
        "Język massachusett"@pl,
        "Lenga wampanoag"@pms,
        "Массачусетский язык"@ru .

<http://lexvo.org/id/iso639-3/wao> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "wao"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/wapp1239> ;
    owl:sameAs <http://dbpedia.org/resource/Wappo_language>,
        <http://www.mpii.de/yago/resource/Wappo_language> ;
    skos:altLabel "Wappo language"@en ;
    skos:definition "Wappo is an extinct language that was spoken in the Alexander Valley north of San Francisco by the Wappo Native Americans. The last fluent speaker, Laura Fish Somersal, died in 1990. Wappo's language death is attributed to the use of English in schools and economic situations such as the workplace. According to Somersal, the name for the people and language is derived from the Spanish word guapo, meaning \"handsome\" or \"brave\". The name for the people was originally Ashochimi."@en ;
    skos:inScheme lexvo: ;
    skos:notation "wao"^^xsd:string ;
    skos:prefLabel "Wapoeg"@br,
        "Wappo"@ca,
        "Wappo"@en,
        "Idioma wappo"@es,
        "Wappo"@fr,
        "Ваппо"@ru,
        "瓦波語"@zh .

<http://lexvo.org/id/iso639-3/wap> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "wap"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/wapi1253> ;
    owl:sameAs <http://dbpedia.org/resource/Wapishana_language>,
        <http://www.mpii.de/yago/resource/Wapishana_language> ;
    skos:altLabel "Wapishana language"@en ;
    skos:definition "Wapishana (Wapixana) is an Arawakan language of Guyana and Brazil."@en ;
    skos:inScheme lexvo: ;
    skos:notation "wap"^^xsd:string ;
    skos:prefLabel "Wapishana"@en .

<http://lexvo.org/id/iso639-3/waq> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "waq"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/wage1238> ;
    owl:sameAs <http://dbpedia.org/resource/Wagiman_language>,
        <http://www.mpii.de/yago/resource/Wagiman_language> ;
    skos:altLabel "Wagiman language"@en ;
    skos:definition "Wagiman (also spelled Wageman, Wakiman, Wogeman, Wakaman) is a near-extinct indigenous Australian language spoken by fewer than 10 people in and around Pine Creek, in the Katherine Region of the Northern Territory."@en ;
    skos:inScheme lexvo: ;
    skos:notation "waq"^^xsd:string ;
    skos:prefLabel "Wageman"@en,
        "Wagiman"@no,
        "Wagiman"@sv .

<http://lexvo.org/id/iso639-3/wau> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "wau"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/waur1244> ;
    owl:sameAs <http://dbpedia.org/resource/Waur%C3%A1_language>,
        <http://www.mpii.de/yago/resource/Waur%C3%A1_language> ;
    skos:altLabel "Waurá language"@en ;
    skos:definition "Waurá (Wauja) is an Arawakan language spoken in Brazil. It is \"somewhat intelligible\" with Mehináku (Ethnologue 2009)."@en ;
    skos:inScheme lexvo: ;
    skos:notation "wau"^^xsd:string ;
    skos:prefLabel "Waurá"@en .

<http://lexvo.org/id/iso639-3/waw> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "waw"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/waiw1244> ;
    owl:sameAs <http://dbpedia.org/resource/Waiwai_language>,
        <http://www.mpii.de/yago/resource/Waiwai_language> ;
    skos:altLabel "Waiwai language"@en ;
    skos:definition "Waiwai (Uaiuai, Uaieue, Ouayeone) is a Cariban language of Brazil, with a couple hundred speakers in Guiana. Katawian dialect has been listed as a separate language (Voegelin 1977)."@en ;
    skos:inScheme lexvo: ;
    skos:notation "waw"^^xsd:string ;
    skos:prefLabel "Waiwai"@en .

<http://lexvo.org/id/iso639-3/wax> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "wax"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/wata1253> ;
    owl:sameAs <http://dbpedia.org/resource/Marangis_language>,
        <http://www.mpii.de/yago/resource/Marangis_language> ;
    skos:altLabel "Marangis"@en,
        "Marangis language"@en ;
    skos:definition "Marangis Watam is a Ramu language of Papua New Guinea. Like Bosmun, t shares a number of irregular plural markers with the Lower Sepik languages, supporting the proposal of a Ramu – Lower Sepik language family."@en ;
    skos:inScheme lexvo: ;
    skos:notation "wax"^^xsd:string ;
    skos:prefLabel "Watam"@en .

<http://lexvo.org/id/iso639-3/wba> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "wba"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/wara1303> ;
    owl:sameAs <http://dbpedia.org/resource/Warao_language>,
        <http://www.mpii.de/yago/resource/Warao_language> ;
    skos:altLabel "Warao language"@en ;
    skos:definition "Warao (also known as Guarauno, Guarao, Warrau) is a language isolate of the indigenous Warao people. It is the native language spoken by approximately 18,000 people inhabiting the Orinoco River delta in northeastern Venezuela as well as small populations of speakers in western Guyana and Suriname. A connection to the extinct Timucua language of Florida has been proposed but is not accepted. It is claimed that the word order of Warao is object–subject–verb."@en ;
    skos:inScheme lexvo: ;
    skos:notation "wba"^^xsd:string ;
    skos:prefLabel "Warao"@ca,
        "Warao"@de,
        "Warao"@en,
        "Idioma warao"@es,
        "Warao hizkuntza"@eu,
        "Warao"@fr,
        "Guarau"@hr,
        "Varao kalba"@lt,
        "Lenga warao"@pms,
        "Waraw simi"@qu,
        "Варао"@ru .

<http://lexvo.org/id/iso639-3/wbj> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "wbj"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/alag1248> ;
    owl:sameAs <http://dbpedia.org/resource/Alagwa_language>,
        <http://www.mpii.de/yago/resource/Alagwa_language> ;
    skos:altLabel "Alagwa language"@en ;
    skos:definition "Alagwa is a Cushitic language spoken in Tanzania in the Dodoma region. Some Alagwa have shifted to other languages such as Sandawe."@en ;
    skos:inScheme lexvo: ;
    skos:notation "wbj"^^xsd:string ;
    skos:prefLabel "Alagwa"@ca,
        "Alagwa"@en,
        "Alagwa hizkuntza"@eu,
        "Alagwa jezik"@hr,
        "Alagwa"@no,
        "Lenga Alagwa"@pms,
        "Chasi"@sw .

<http://lexvo.org/id/iso639-3/wbk> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "wbk"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/waig1243> ;
    owl:sameAs <http://dbpedia.org/resource/Waigali_language>,
        <http://www.mpii.de/yago/resource/Waigali_language> ;
    skos:altLabel "Waigali language"@en ;
    skos:definition "Waigali is a language spoken by the Kalasha of the Waigal Valley in Afghanistans Nuristan Province. The native name is Kalaṣa-alâ Kalasha-language'. \"Waigali\" refers to the dialect of the Väy people of the upper part of the Waigal Valley, centered on the town of Waigal, which is distinct from the dialect of the Čima-Nišei people who inhabit the lower valley. The word \"Kalasha\" is the native ethnonym for all the speakers of the southern Nuristani languages."@en ;
    skos:inScheme lexvo: ;
    skos:notation "wbk"^^xsd:string ;
    skos:prefLabel "Вайгали"@bg,
        "Waigali"@en,
        "Waigalin kieli"@fi,
        "Waigali"@fr,
        "Waigali"@no,
        "Język kalasza-ala"@pl,
        "Lenga waigali"@pms,
        "Вайгали"@ru,
        "ภาษากาลาซาอลา"@th .

<http://lexvo.org/id/iso639-3/wbl> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "wbl"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/wakh1245> ;
    owl:sameAs <http://dbpedia.org/resource/Wakhi_language>,
        <http://www.mpii.de/yago/resource/Wakhi_language> ;
    skos:altLabel "Wakhi language"@en ;
    skos:definition "Wakhi is an Indo-European language in the branch of Eastern Iranian language family and is intimately related to other Southeastern Iranian languages in the Pamir languages group."@en ;
    skos:inScheme lexvo: ;
    skos:notation "wbl"^^xsd:string ;
    skos:prefLabel "Вахански език"@bg,
        "Wakheg"@br,
        "Wakhi"@en,
        "Vahhi keel"@et,
        "Vahanin kieli"@fi,
        "Wakhi"@fr,
        "Lingua vakhí"@gl,
        "Вахан кыв"@kv,
        "Wakhi"@no,
        "Вахайнаг æвзаг"@os,
        "Język wachański"@pl,
        "Língua wakhi"@pt,
        "Ваханский язык"@ru,
        "ภาษาวาคี"@th,
        "وخی زبان"@ur,
        "瓦罕语"@zh .

<http://lexvo.org/id/iso639-3/wbv> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "wbv"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/waja1257> ;
    owl:sameAs <http://dbpedia.org/resource/Wajarri_language>,
        <http://www.mpii.de/yago/resource/Wajarri_language> ;
    skos:altLabel "Wajarri language"@en ;
    skos:definition "Wajarri is an Australian Aboriginal language. It is one of the Kartu languages of the large Southwest branch of the Pama–Nyungan family."@en ;
    skos:inScheme lexvo: ;
    skos:notation "wbv"^^xsd:string ;
    skos:prefLabel "Wajarri"@en,
        "Lenga wajarri"@pms,
        "Wajarri"@sv .

<http://lexvo.org/id/iso639-3/wep> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "wep"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/west2356> ;
    owl:sameAs <http://dbpedia.org/resource/Westphalian_language>,
        <http://www.mpii.de/yago/resource/Westphalian_language> ;
    skos:altLabel "Westphalian language"@en,
        "Westfäälsch Platt"@nds ;
    skos:definition "Westphalian is one of the major dialect groups of West Low German. Its most salient feature is the diphthongization (rising diphthongs). For example, speakers say iEten instead of Eːten for eat. (There is also a difference in the use of consonants within the Westphalian dialects: North of the Wiehengebirge, people tend to speak unvoiced consonants, south of the Wiehengebirge they speak voiced consonants, e.g. Foite Foide.) The Westphalian dialect region includes the north-eastern part of North Rhine-Westphalia, i.e. the former Prussian province of Westphalia, without Siegerland and Wittgenstein, but including the southern part of former government district Weser-Ems (e.g. the region around Osnabrück and the landscape of Emsland)."@en ;
    skos:inScheme lexvo: ;
    skos:notation "wep"^^xsd:string ;
    skos:prefLabel "Westfälische Dialekte"@de,
        "Westphalien"@en,
        "وستفالی"@fa,
        "Westphalien"@fr,
        "Vestfalski jezik"@hr,
        "Westfaals"@nds,
        "Westfaals"@nl,
        "Westfalisk"@no,
        "Lenga westfalian-a"@pms,
        "Вестфальский диалект"@ru,
        "Westfaliska"@sv .

<http://lexvo.org/id/iso639-3/wig> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "wig"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/wikn1245> ;
    owl:sameAs <http://dbpedia.org/resource/Wik-Ngathan_language>,
        <http://www.mpii.de/yago/resource/Wik-Ngathan_language> ;
    skos:altLabel "Wik-Ngathan language"@en ;
    skos:definition "Wik-Ngathan is a Paman language spoken on the Cape York Peninsula of Queensland, Australia, by the Wik-Ngathan people. It is closely related to the other Wik-Ngathan language, Wik-Ngatharr and more distantly to the Wik languages. As of 1981 there were 130 speakers."@en ;
    skos:inScheme lexvo: ;
    skos:notation "wig"^^xsd:string ;
    skos:prefLabel "Wik-Ngathana"@en,
        "Lenga wik-ngathana"@pms,
        "Wik-ngathana"@sv .

<http://lexvo.org/id/iso639-3/wim> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "wim"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/wikm1247> ;
    owl:sameAs <http://dbpedia.org/resource/Wik-Mungknh_language>,
        <http://www.mpii.de/yago/resource/Wik-Mungknh_language> ;
    skos:altLabel "Wik-Mungknh language"@en ;
    skos:definition "Wik-Mungknh, also often called Wik-Mungkan, is a Paman language spoken on the northern part of Cape York Peninsula of Queensland, Australia, by the Wik-Mungknh people. It is closely related to the other Wik-Mungknh language, Wik-Iiyanh, and more distantly to the Wik languages. As of 1996 there were 480 speakers of the languages, and another 600 speakers who had Wik-Mungknh as their second language."@en ;
    skos:inScheme lexvo: ;
    skos:notation "wim"^^xsd:string ;
    skos:prefLabel "Wik-Mungkan"@en,
        "Lenga wik-mungkan"@pms,
        "Вик-мунгкан"@ru,
        "Wik-mungkan"@sv .

<http://lexvo.org/id/iso639-3/win> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "win"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/hoch1243> ;
    owl:sameAs <http://dbpedia.org/resource/Winnebago_language>,
        <http://www.mpii.de/yago/resource/Winnebago_language> ;
    skos:altLabel "Winnebago language"@en ;
    skos:definition "The Winnebago language is the language of the Ho-Chunk (or Winnebago) tribe of Native Americans in the United States. The language is part of the Siouan language family, and is closely related to the languages of the Iowa, Missouri, and Oto. The language can be written using the \"Pa-Pe-Pi-Po\" syllabics, although as of 1994 the official orthography of the Ho-Chunk Nation is an adaptation of the Roman alphabet. Although the language is highly endangered, there are currently vigorous efforts underway to keep it alive, primarily through the Hocąk Wazija Haci Language Division."@en ;
    skos:inScheme lexvo: ;
    skos:notation "win"^^xsd:string ;
    skos:prefLabel "Ho-Chunk"@en,
        "Winnebago"@fr,
        "Lingua winnebago"@it,
        "Język winnebago"@pl,
        "Lenga ho-chunk"@pms .

<http://lexvo.org/id/iso639-3/wlg> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "wlg"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/kunb1251> ;
    owl:sameAs <http://dbpedia.org/resource/Gunbarlang_language>,
        <http://www.mpii.de/yago/resource/Gunbarlang_language> ;
    skos:altLabel "Gunbarlang language"@en ;
    skos:definition "Gunbarlang (Kunbarlang) is an Australian Aboriginal language in northern Australia."@en ;
    skos:inScheme lexvo: ;
    skos:notation "wlg"^^xsd:string ;
    skos:prefLabel "Kunbarlang"@en .

<http://lexvo.org/id/iso639-3/wls> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "wls"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/wall1257> ;
    owl:sameAs <http://dbpedia.org/resource/Wallisian_language>,
        <http://www.mpii.de/yago/resource/Wallisian_language> ;
    skos:altLabel "Wallisian language"@en ;
    skos:definition "Wallisian or Uvean is the Polynesian language spoken on Wallis Island (also known as Uvea). The language is also known as East Uvean to distinguish it from the related West Uvean spoken on the outlier island of Ouvéa (near New Caledonia). Wallisian tradition holds that the latter island was colonised from Wallis Island in ancient times."@en ;
    skos:inScheme lexvo: ;
    skos:notation "wls"^^xsd:string ;
    skos:prefLabel "Wallisià"@ca,
        "Wallisianische Sprache"@de,
        "Wallisian"@en,
        "Idioma walisiano"@es,
        "Wallisien"@fr,
        "Lingua wallisiana"@it,
        "Lenga Wallisian"@pms,
        "Língua wallisiana"@pt,
        "Уоллисский язык"@ru,
        "Icyuveya"@rw,
        "Valiski jezik"@sh .

<http://lexvo.org/id/iso639-3/wmb> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "wmb"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/wamb1258> ;
    owl:sameAs <http://dbpedia.org/resource/Wambaya_language>,
        <http://www.mpii.de/yago/resource/Wambaya_language> ;
    skos:altLabel "Wambaya language"@en ;
    skos:definition "Wambaya is an Australian language which had 12 speakers in 1981, but which is believed to be extinct today."@en ;
    skos:inScheme lexvo: ;
    skos:notation "wmb"^^xsd:string ;
    skos:prefLabel "Wambaya"@en,
        "Lenga wambaya"@pms,
        "Вампая"@ru,
        "Wambaya"@sv .

<http://lexvo.org/id/iso639-3/wms> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "wms"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/wamb1259> ;
    owl:sameAs <http://dbpedia.org/resource/Wambon_language>,
        <http://www.mpii.de/yago/resource/Wambon_language> ;
    skos:altLabel "Wambon language"@en ;
    skos:definition "Wambon is a Papuan language of Papua, Indonesia."@en ;
    skos:inScheme lexvo: ;
    skos:notation "wms"^^xsd:string ;
    skos:prefLabel "Wambon"@en,
        "Język wambon"@pl .

<http://lexvo.org/id/iso639-3/wmt> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "wmt"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/walm1241> ;
    owl:sameAs <http://dbpedia.org/resource/Walmajarri_language>,
        <http://www.mpii.de/yago/resource/Walmajarri_language> ;
    skos:altLabel "Walmajarri language"@en ;
    skos:definition "Walmajarri (many other names; see below) is a Southwest Pama–Nyungan language spoken in Western Australia."@en ;
    skos:inScheme lexvo: ;
    skos:notation "wmt"^^xsd:string ;
    skos:prefLabel "Walmajarri"@en,
        "Walmajarri"@fr,
        "Walmajarri"@nl,
        "Lenga walmajarri"@pms,
        "Walmajarri"@sv .

<http://lexvo.org/id/iso639-3/wnc> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "wnc"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/want1252> ;
    owl:sameAs <http://dbpedia.org/resource/Wantoat_language>,
        <http://www.mpii.de/yago/resource/Wantoat_language> ;
    skos:altLabel "Wantoat language"@en ;
    skos:definition "Wantoat, named after the Wantoat River, is one of the Finisterre languages of Papua New Guinea. Dialects are Wapu (Leron), Central Wantoat, Bam, Yagawak (Kandomin)."@en ;
    skos:inScheme lexvo: ;
    skos:notation "wnc"^^xsd:string ;
    skos:prefLabel "Wantoat"@en .

<http://lexvo.org/id/iso639-3/wnd> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "wnd"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/wand1263> ;
    owl:sameAs <http://dbpedia.org/resource/Warndarang_language>,
        <http://www.mpii.de/yago/resource/Warndarang_language> ;
    skos:altLabel "Warndarang language"@en ;
    skos:definition "Warndarang (also spelled Wandarang, Wandaran) is an extinct Aboriginal Australian language in the Gunwinyguan family, formerly spoken in southern Arnhem Land, along the Gulf of Carpentaria. The last speaker was Isaac Joshua, who died in 1974, while working with the linguist Jeffrey Heath."@en ;
    skos:inScheme lexvo: ;
    skos:notation "wnd"^^xsd:string ;
    skos:prefLabel "Wandarang"@en .

<http://lexvo.org/id/iso639-3/wnu> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "wnu"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/usan1239> ;
    owl:sameAs <http://dbpedia.org/resource/Usan_language>,
        <http://www.mpii.de/yago/resource/Usan_language> ;
    skos:altLabel "Usan language"@en ;
    skos:definition "Usan (Wanuma) is a Papuan language of Papua New Guinea."@en ;
    skos:inScheme lexvo: ;
    skos:notation "wnu"^^xsd:string ;
    skos:prefLabel "Usan"@en .

<http://lexvo.org/id/iso639-3/woe> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "woe"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/wole1240> ;
    owl:sameAs <http://dbpedia.org/resource/Woleaian_language>,
        <http://www.mpii.de/yago/resource/Woleaian_language> ;
    skos:altLabel "Woleaian language"@en ;
    skos:definition "Woleaian is the main language of the island of Woleai and surrounding smaller islands in the state of Yap of the Federated States of Micronesia. Woleaian is a Trukic language, and within that family its closest relative is Satawalese, with which it is largely mutually intelligible. Woleaian is divided into two dialects: Woleaian proper and Lamotrek. There are approximately 1700 speakers of Woleaian."@en ;
    skos:inScheme lexvo: ;
    skos:notation "woe"^^xsd:string ;
    skos:prefLabel "Woleaianische Sprache"@de,
        "Woleaian"@en,
        "Woleai"@fr,
        "Woleaiano"@it,
        "Voleajų kalba"@lt,
        "Lenga Woleaian"@pms,
        "Волеаи"@ru .

<http://lexvo.org/id/iso639-3/wos> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "wos"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/hang1263> ;
    owl:sameAs <http://dbpedia.org/resource/Kwasengen_language>,
        <http://www.mpii.de/yago/resource/Kwasengen_language> ;
    skos:altLabel "Kwasengen language"@en ;
    skos:definition "Kwasengen, also known as Hanga Hundi, is one of the Ndu languages of Sepik River region of northern Papua New Guinea."@en ;
    skos:inScheme lexvo: ;
    skos:notation "wos"^^xsd:string ;
    skos:prefLabel "Hanga Hundi"@en .

<http://lexvo.org/id/iso639-3/wrb> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "wrb"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/warl1256> ;
    owl:sameAs <http://dbpedia.org/resource/Warluwara_language>,
        <http://www.mpii.de/yago/resource/Warluwara_language> ;
    skos:altLabel "Warluwara language"@en ;
    skos:definition "Warluwara is a moribund Australian Aboriginal language of Queensland."@en ;
    skos:inScheme lexvo: ;
    skos:notation "wrb"^^xsd:string ;
    skos:prefLabel "Warluwara"@en,
        "Lenga warluwara"@pms,
        "Warluwara"@sv .

<http://lexvo.org/id/iso639-3/wrg> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "wrg"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/waru1264> ;
    owl:sameAs <http://dbpedia.org/resource/Warrungu_language>,
        <http://www.mpii.de/yago/resource/Warrungu_language> ;
    skos:altLabel "Warrungu language"@en ;
    skos:definition "Warrungu (or Warrangu, Warrango) is an Australian Aboriginal language, one of the dozen languages of the Maric branch of the Pama–Nyungan family. It was formerly spoken in the area around Townsville, Queensland, Australia. Its last native speaker was Alf Palmer, who died in 1981."@en ;
    skos:inScheme lexvo: ;
    skos:notation "wrg"^^xsd:string ;
    skos:prefLabel "Warungu"@en,
        "ワルング語"@ja .

<http://lexvo.org/id/iso639-3/wrr> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "wrr"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/ward1246> ;
    owl:sameAs <http://dbpedia.org/resource/Wardaman_language>,
        <http://www.mpii.de/yago/resource/Wardaman_language> ;
    skos:altLabel "Wardaman language"@en ;
    skos:definition "Wardaman is an Australian Aboriginal language. It is one of the Northern Non-Pama–Nyungan languages. The language is close to Dagoman and Yangman (both extinct)."@en ;
    skos:inScheme lexvo: ;
    skos:notation "wrr"^^xsd:string ;
    skos:prefLabel "Wardaman"@en,
        "Lenga wardaman"@pms,
        "Wardaman"@sv .

<http://lexvo.org/id/iso639-3/wrz> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "wrz"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/wara1290> ;
    owl:sameAs <http://dbpedia.org/resource/Waray_language_(Australia)>,
        <http://www.mpii.de/yago/resource/Waray_language_(Australia)> ;
    skos:altLabel "Waray (Australia)"@en,
        "Waray language"@en ;
    skos:definition "Waray is an Australian language spoken in the Adelaide River area of the Northern Territory."@en ;
    skos:inScheme lexvo: ;
    skos:notation "wrz"^^xsd:string ;
    skos:prefLabel "Waray"@en .

<http://lexvo.org/id/iso639-3/wsa> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "wsa"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/ware1253> ;
    owl:sameAs <http://dbpedia.org/resource/Warembori_language>,
        <http://www.mpii.de/yago/resource/Warembori_language> ;
    skos:altLabel "Warembori language"@en ;
    skos:definition "Warembori (native name Waremboivoro) is a moribund language spoken by about 600 people in river mouths on the north coast of Papua, Indonesia."@en ;
    skos:inScheme lexvo: ;
    skos:notation "wsa"^^xsd:string ;
    skos:prefLabel "Warenborieg"@br,
        "Warembori"@en .

<http://lexvo.org/id/iso639-3/wti> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "wti"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/bert1248> ;
    owl:sameAs <http://dbpedia.org/resource/Berta_language>,
        <http://www.mpii.de/yago/resource/Berta_language> ;
    skos:altLabel "Berta language"@en ;
    skos:definition "Berta, Wetawit, is spoken by the Berta (or Bertha) in Sudan and Ethiopia. It is a language isolate which has been also included as branch of the proposed Nilo-Saharan language family. It has the typical word order subject–verb–object. It is a tonal language. It has significantly influenced some of the Eastern Jebel languages. The Arabic name \"Beni-Shangul\" (as in the Ethiopian province of Benishangul-Gumuz) derives from a Berta expression (with bele \"rock/stone\" misanalyzed as Arabic beni \"sons\"). Berta has several dialects (some quite divergent) including: Bake, Dabuso, Gebeto, Mayu, and Shuru. Fadashi and Undu are divergent enough to be considered separate languages, in which case the dialect name Gebeto may be used for the rest of Berta."@en ;
    skos:inScheme lexvo: ;
    skos:notation "wti"^^xsd:string ;
    skos:prefLabel "Yezhoù bertek"@br,
        "Berta"@de,
        "Berta"@en,
        "Idioma berta"@es,
        "Berta"@fr,
        "Berta jezik"@hr,
        "Берта"@mk,
        "Berta"@oc,
        "Język berta"@pl,
        "Lenga Berta"@pms,
        "Берта језик"@sr .

<http://lexvo.org/id/iso639-3/wuu> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "wuu"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/wuch1236> ;
    owl:sameAs <http://dbpedia.org/resource/Wu_Chinese>,
        <http://www.lingvoj.org/lang/wuu>,
        <http://www.mpii.de/yago/resource/Wu_Chinese> ;
    skos:altLabel "Chinese, Wu"@en ;
    skos:definition "Wu (, ) is a grouping of linguistically similar and historically related varieties of spoken Chinese also known as a dialect family. Chinese varieties classified as Wu are primarily spoken in Zhejiang province, the municipality of Shanghai, and southern Jiangsu province."@en ;
    skos:inScheme lexvo: ;
    skos:notation "wuu"^^xsd:string ;
    skos:prefLabel "ܠܫܢܐ ܕܘܘ"@aii,
        "ዉ ቻይንኛ"@am,
        "وو"@ar,
        "وو"@arz,
        "Chinu vu"@ast,
        "Woueg"@br,
        "Ngù-ngṳ̄"@cdo,
        "Wu"@cs,
        "Wu"@de,
        "Wu Chinese"@en,
        "Vua lingvo"@eo,
        "Chino wu"@es,
        "Wu txinera"@eu,
        "گویش وو"@fa,
        "Wu-kiina"@fi,
        "Wu"@fr,
        "吳語"@gan,
        "Wuish"@gv,
        "वू चीनी भाषाएँ"@hi,
        "Wu Chinese"@hif,
        "Wu kineski"@hr,
        "Bahasa Wu"@id,
        "Wu-kínverska"@is,
        "Lingua wu"@it,
        "呉語"@ja,
        "우어"@ko,
        "L:吳語"@lzh,
        "वू चिनी"@mr,
        "Bahasa Wu"@ms,
        "Wu"@nl,
        "Wu"@no,
        "Język wu"@pl,
        "وو"@pnb,
        "Língua wu"@pt,
        "Wu"@ro,
        "У"@ru,
        "Lingua wu"@sc,
        "Wu"@sv,
        "ภาษาจีนอู๋"@th,
        "Wu"@tr,
        "ۋۇ تىلى"@ug,
        "Уська мова"@uk,
        "Tiếng Ngô"@vi,
        "吴语"@wuu,
        "吳語"@yue,
        "吴语"@zh .

<http://lexvo.org/id/iso639-3/wwr> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "wwr"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/warr1258> ;
    owl:sameAs <http://dbpedia.org/resource/Warrwa_language>,
        <http://www.mpii.de/yago/resource/Warrwa_language> ;
    skos:altLabel "Warrwa language"@en ;
    skos:definition "The Warrwa language are an extinct Australian Aboriginal language which was formerly spoken in Western Australia. It was also known as Warrawai or Warwa."@en ;
    skos:inScheme lexvo: ;
    skos:notation "wwr"^^xsd:string ;
    skos:prefLabel "Warrwa"@en,
        "Języki nyulnyulańskie"@pl,
        "Нюлнюлские языки"@ru,
        "Nyulnyulanska språk"@sv .

<http://lexvo.org/id/iso639-3/wyb> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "wyb"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/wang1291> ;
    owl:sameAs <http://dbpedia.org/resource/Ngiyambaa_language>,
        <http://www.mpii.de/yago/resource/Ngiyambaa_language> ;
    skos:altLabel "Wangaaybuwan-Ngiyambaa"@en ;
    skos:definition "The Ngiyambaa language is a Pama–Nyungan language of the Wiradhuric subgroup. It was the traditional language of the Wangaaybuwan and Wayilwan peoples of New South Wales, Australia, but is now moribund; according to Donaldson by the 1970s there were only about ten people fluent in Wangaaybuwan, whilst there were only a couple of Wayilwan speakers left."@en ;
    skos:inScheme lexvo: ;
    skos:notation "wyb"^^xsd:string ;
    skos:prefLabel "Ngiyambaa language"@en,
        "Lenga wangaaybuwan-ngiyambaa"@pms,
        "Wangaaybuwan-ngiyambaa"@sv .

<http://lexvo.org/id/iso639-3/wyy> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "wyy"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/west2519> ;
    owl:sameAs <http://dbpedia.org/resource/Western_Fijian_language>,
        <http://www.mpii.de/yago/resource/Western_Fijian_language> ;
    skos:altLabel "Fijian, Western"@en,
        "Western Fijian language"@en ;
    skos:definition "Western Fijian is an Oceanic language spoken in Fiji by about 57,000 people."@en ;
    skos:inScheme lexvo: ;
    skos:notation "wyy"^^xsd:string ;
    skos:prefLabel "Western Fijian"@en,
        "Fidjien occidental"@fr .

<http://lexvo.org/id/iso639-3/xac> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "xac"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/kach1279> ;
    owl:sameAs <http://dbpedia.org/resource/Kachari_language>,
        <http://www.mpii.de/yago/resource/Kachari_language> ;
    skos:altLabel "Kachari language"@en ;
    skos:definition "Kachari (or Cachari) is a Tibeto-Burman language spoken by about 59,000 people in Assam, India."@en ;
    skos:inScheme lexvo: ;
    skos:notation "xac"^^xsd:string ;
    skos:prefLabel "Kachari"@en,
        "Качари"@ru .

<http://lexvo.org/id/iso639-3/xaw> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "xaw"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/kawa1283> ;
    owl:sameAs <http://dbpedia.org/resource/Kawaiisu_language>,
        <http://www.mpii.de/yago/resource/Kawaiisu_language> ;
    skos:altLabel "Kawaiisu language"@en ;
    skos:definition "The Kawaiisu language is an Uto-Aztecan language spoken by the Kawaiisu people of California."@en ;
    skos:inScheme lexvo: ;
    skos:notation "xaw"^^xsd:string ;
    skos:prefLabel "Kawaiisu"@en,
        "Kawaiisu"@fr,
        "Lenga kawaiisu"@pms .

<http://lexvo.org/id/iso639-3/xbr> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "xbr"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/kamb1299> ;
    owl:sameAs <http://dbpedia.org/resource/Kambera_language>,
        <http://www.mpii.de/yago/resource/Kambera_language> ;
    skos:altLabel "Kambera language"@en ;
    skos:definition "Kambera (also known as Sumbanese, East Sumbanese, Oost-Sumbaas, Humba, Hilu Humba, East Sumba, and Sumba) is a Malayo-Polynesian language spoken in the Lesser Sunda Islands, Indonesia. Kambera is a member of Bima-Sumba subgrouping within Central Malayo-Polynesian inside Malayo-Polynesian. The island of Sumba, located in the Eastern Indonesia, has an area of 12,297 sq. km. The name Kambera comes from a traditional region which is close to a town in Waingapu. Because of export trades which concentrated in Waingapu in the 19th century, the language of the Kambera region has become the bridging language in eastern Sumba. There are many names for the language Kambera. Its speakers refer to Kambera as hilu Humba ‘Sumbanese language’. In the Dutch literature, Kambera is known as Sumbaneesch, Sumba(a)sch, Oost-Sumbaas and Kamberaas. In Indonesian literature, it is referred as Bahasa Sumba/Kamberaor Bahasa Sumba Timur dalam dialek Kambera (‘Eastern Sumbanese in the Kambera dialect’)."@en ;
    skos:inScheme lexvo: ;
    skos:notation "xbr"^^xsd:string ;
    skos:prefLabel "Kambera"@en,
        "Kambera"@fi,
        "Kambera"@fr,
        "Bahasa Kambera"@id,
        "Kamberaas"@nl,
        "Lenga Kambera"@pms,
        "ภาษากัมเบอรา"@th .

<http://lexvo.org/id/iso639-3/xcm> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "xcm"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/come1251> ;
    owl:sameAs <http://dbpedia.org/resource/Comecrudo_language>,
        <http://www.mpii.de/yago/resource/Comecrudo_language> ;
    skos:altLabel "Comecrudo language"@en ;
    skos:definition "Comecrudo is an extinct Comecrudan language of Mexico. The name Comecrudo is Spanish for \"eat-raw\"; Carrizo is Spanish for \"reed\". It was best recorded in a list of 148 words in 1829 by French botanist Jean Louis Berlandier (Berlandier called it \"Mulato\") (Berlandier et al. 1828&ndash;1829). It was spoken on the lower Rio Grande near Reynosa, Tamaulipas, in Mexico."@en ;
    skos:inScheme lexvo: ;
    skos:notation "xcm"^^xsd:string ;
    skos:prefLabel "Comecrudo"@en,
        "Comecrudo"@fr .

<http://lexvo.org/id/iso639-3/xcw> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "xcw"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/coah1252> ;
    owl:sameAs <http://dbpedia.org/resource/Coahuilteco_language>,
        <http://www.mpii.de/yago/resource/Coahuilteco_language> ;
    skos:altLabel "Coahuilteco language"@en ;
    skos:definition "Coahuilteco (also Pajalate) was a language isolate that was spoken in southern Texas (United States) and northeastern Coahuila (Mexico). It was spoken by one tribe of a group of American Indian hunter-gatherers named the Quems."@en ;
    skos:inScheme lexvo: ;
    skos:notation "xcw"^^xsd:string ;
    skos:prefLabel "Coahuilteco"@ca,
        "Coahuiltekisch"@de,
        "Coahuilteco"@en,
        "Idioma coahuilteco"@es,
        "Coahuilteco"@fr,
        "Coahuiltec Indijanci"@hr,
        "Coahuilteeks"@nl,
        "Коавильтекский язык"@ru .

<http://lexvo.org/id/iso639-3/xed> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "xed"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/hdii1240> ;
    owl:sameAs <http://dbpedia.org/resource/Hdi_language>,
        <http://www.mpii.de/yago/resource/Hdi_language> ;
    skos:altLabel "Hdi language"@en ;
    skos:definition "Hdi (Hedi, Xedi) is an Afro-Asiatic language of Cameroon and Nigeria."@en ;
    skos:inScheme lexvo: ;
    skos:notation "xed"^^xsd:string ;
    skos:prefLabel "Hdi"@en,
        "Kihdi"@sw .

<http://lexvo.org/id/iso639-3/xki> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "xki"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/keny1241> ;
    owl:sameAs <http://dbpedia.org/resource/Kenyan_Sign_Language>,
        <http://www.mpii.de/yago/resource/Kenyan_Sign_Language> ;
    skos:definition "Kenyan Sign Language (English: KSL, Swahili: LAK) is the language of the Deaf community in Kenya, used throughout the country by over half the country's estimated Deaf population of 600,000."@en ;
    skos:inScheme lexvo: ;
    skos:notation "xki"^^xsd:string ;
    skos:prefLabel "Kenyan Sign Language"@en,
        "Língua Gestual Queniana"@pt .

<http://lexvo.org/id/iso639-3/xmf> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "xmf"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/ming1252> ;
    owl:sameAs <http://dbpedia.org/resource/Mingrelian_language>,
        <http://www.mpii.de/yago/resource/Mingrelian_language> ;
    skos:altLabel "Mingrelian language"@en ;
    skos:definition "Mingrelian, or Megrelian (მარგალური ნინა margaluri nina; ), is a Kartvelian language spoken in Western Georgia (regions of Samegrelo and Abkhazia), primarily by Georgians of Mingrelian origin. The language was also called Iverian (Georgian iveriuli ena) in the early 20th century. Because for more than a thousand years Mingrelian holds only a regional status within Georgia, the number of its speakers has been decreasing in favor of the national language, with UNESCO designating it as a definitely endangered language."@en ;
    skos:inScheme lexvo: ;
    skos:notation "xmf"^^xsd:string ;
    skos:prefLabel "Meqrel dili"@az,
        "Мегрелски език"@bg,
        "Megreleg"@br,
        "Мегрел чĕлхи"@cv,
        "Mingrelische Sprache"@de,
        "Mingrelian"@en,
        "Mingrela kartvela lingvo"@eo,
        "Idioma megreliano"@es,
        "Mingrelin kieli"@fi,
        "Mingrélien"@fr,
        "מגרלית"@he,
        "Mingrelski jezik"@hr,
        "Mingrél nyelv"@hu,
        "Մեգրելերեն"@hy,
        "Lingua mengrelia"@it,
        "メグレル語"@ja,
        "მეგრული ენა"@ka,
        "Megrelų kalba"@lt,
        "Мингрелски јазик"@mk,
        "Mingreels"@nl,
        "Mingrelsk"@no,
        "Język megrelski"@pl,
        "Lenga mingrelian"@pms,
        "Língua mingreliana"@pt,
        "Мегрельский язык"@ru,
        "Megreliska"@sv,
        "ภาษาเมเกรเลีย"@th,
        "Megrelce"@tr,
        "Мегрельська мова"@uk,
        "მარგალური ნინა"@xmf,
        "明格列尔语"@zh .

<http://lexvo.org/id/iso639-3/xmm> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "xmm"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/mala1481> ;
    owl:sameAs <http://dbpedia.org/resource/Manado_Malay>,
        <http://www.mpii.de/yago/resource/Manado_Malay> ;
    skos:altLabel "Malay, Manado"@en ;
    skos:definition "Manado Malay is a language spoken in Manado and the surrounding area. The local name of the language is Bahasa Manado, and the name Minahasa Malay is also used, after the main ethnic group speaking the language. Since Manado Malay is used only for spoken communication, there is no standard orthography."@en ;
    skos:inScheme lexvo: ;
    skos:notation "xmm"^^xsd:string ;
    skos:prefLabel "Manado Malay"@en,
        "Malais de Manado"@fr,
        "Bahasa Manado"@id,
        "마나도 말레이어"@ko,
        "Bahasa Melayu Manado"@ms .

<http://lexvo.org/id/iso639-3/xmu> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "xmu"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/kamu1258> ;
    owl:sameAs <http://dbpedia.org/resource/Kamu_language>,
        <http://www.mpii.de/yago/resource/Kamu_language> ;
    skos:altLabel "Kamu language"@en ;
    skos:definition "The Kamu language, or Gamor, is an extinct indigenous Australian language spoken in Northern Territory, Australia. There were two speakers in 1967."@en ;
    skos:inScheme lexvo: ;
    skos:notation "xmu"^^xsd:string ;
    skos:prefLabel "Kamu"@en,
        "Kamu"@sv .

<http://lexvo.org/id/iso639-3/xom> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "xom"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/komo1258> ;
    owl:sameAs <http://dbpedia.org/resource/Komo_language>,
        <http://www.mpii.de/yago/resource/Komo_language> ;
    skos:altLabel "Komo (Sudan)"@en,
        "Komo language"@en ;
    skos:definition "The Komo language is a Nilo-Saharan language spoken by the Komo people of Ethiopia, Sudan and Southern Sudan. It is a member of the Koman languages. The language is also called Madiin, Koma, South Koma, Central Koma and Hayahaya."@en ;
    skos:inScheme lexvo: ;
    skos:notation "xom"^^xsd:string ;
    skos:prefLabel "Komoeg"@br,
        "Komo"@en,
        "Komo"@fr .

<http://lexvo.org/id/iso639-3/xon> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "xon"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/konk1269> ;
    owl:sameAs <http://dbpedia.org/resource/Konkomba_language>,
        <http://www.mpii.de/yago/resource/Konkomba_language> ;
    skos:altLabel "Konkomba language"@en ;
    skos:definition "Konkomba (Kom Komba, Kpankpam) is a Gurma language spoken in northern Ghana and Togo. It is an SVO language."@en ;
    skos:inScheme lexvo: ;
    skos:notation "xon"^^xsd:string ;
    skos:prefLabel "Konkomba"@de,
        "Konkomba"@en,
        "Lenga Konkomba"@pms,
        "Конкомба"@ru .

<http://lexvo.org/id/iso639-3/xsi> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "xsi"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/sioo1240> ;
    owl:sameAs <http://dbpedia.org/resource/Sio_language>,
        <http://www.mpii.de/yago/resource/Sio_language> ;
    skos:altLabel "Sio language"@en ;
    skos:definition "Sio (also spelled Siâ) is an Austronesian language spoken by about 3,500 people on the north coast of the Huon Peninsula in Morobe Province, Papua New Guinea. According to Harding and Clark (1994), Sio speakers lived in a single village on a small offshore island until the Pacific War, after which they established four villages on the nearby coast: Lambutina, Basakalo, Laelo, and Balambu. Nambariwa, another coastal village a few miles to the east, is also Sio-speaking."@en ;
    skos:inScheme lexvo: ;
    skos:notation "xsi"^^xsd:string ;
    skos:prefLabel "Sio"@en,
        "Sio jezik"@hr .

<http://lexvo.org/id/iso639-3/xsm> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "xsm"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/kase1253> ;
    owl:sameAs <http://dbpedia.org/resource/Kasem_language>,
        <http://www.mpii.de/yago/resource/Kasem_language> ;
    skos:altLabel "Kasem language"@en ;
    skos:definition "Kasem is a Gur language spoken in the Upper Eastern Region of Ghana and in Burkina Faso."@en ;
    skos:inScheme lexvo: ;
    skos:notation "xsm"^^xsd:string ;
    skos:prefLabel "Kasem"@de,
        "Kasem"@en,
        "Kassem"@fr,
        "Lenga Kasem"@pms,
        "Касем"@ru .

<http://lexvo.org/id/iso639-3/xsr> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "xsr"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/sher1255> ;
    owl:sameAs <http://dbpedia.org/resource/Sherpa_language>,
        <http://www.mpii.de/yago/resource/Sherpa_language> ;
    skos:altLabel "Sherpa language"@en ;
    skos:definition "Sherpa (, EWTS: sher-pA, Devanagari: शेर्पा; also Sharpa, Sharpa Bhotia, Xiaerba, Serwa; ISO 639-3: xsr) is a language spoken in parts of Nepal and Sikkim mainly by the Sherpa community. About 130,000 speakers live in Nepal (2001 census), some 20,000 in India (1997), and some 800 in Tibet (1994)."@en ;
    skos:inScheme lexvo: ;
    skos:notation "xsr"^^xsd:string ;
    skos:prefLabel "ཤར་པའི་སྐད།"@bo,
        "Sherpa"@de,
        "Sherpa"@en,
        "Ŝerpa lingvo"@eo,
        "Langue sherpa"@fr,
        "शेर्पा भाषा"@hi,
        "Sherpa"@nl,
        "Język szerpa"@pl,
        "Lenga Sherpa"@pms,
        "Шерпский язык"@ru,
        "ภาษาเศรปา"@th,
        "Шерпа"@uk .

<http://lexvo.org/id/iso639-3/xsu> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "xsu"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/sanu1240> ;
    owl:sameAs <http://dbpedia.org/resource/Sanum%C3%A1_language>,
        <http://www.mpii.de/yago/resource/Sanum%C3%A1_language> ;
    skos:altLabel "Sanumá language"@en ;
    skos:inScheme lexvo: ;
    skos:notation "xsu"^^xsd:string ;
    skos:prefLabel "Sanumá"@en,
        "Idioma sanemá"@es .

<http://lexvo.org/id/iso639-3/xte> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "xte"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/kete1254> ;
    owl:sameAs <http://dbpedia.org/resource/Ketengban_language>,
        <http://www.mpii.de/yago/resource/Ketengban_language> ;
    skos:altLabel "Ketengban language"@en ;
    skos:definition "Ketengban, also known as Kupel, is a Papuan language of West Papua, near the Papua New Guinea border. Dialects are Okbap, Omban, Bime, Onya."@en ;
    skos:inScheme lexvo: ;
    skos:notation "xte"^^xsd:string ;
    skos:prefLabel "Ketengban"@en .

<http://lexvo.org/id/iso639-3/xuo> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "xuo"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/kuoo1238> ;
    owl:sameAs <http://dbpedia.org/resource/Kuo_language>,
        <http://www.mpii.de/yago/resource/Kuo_language> ;
    skos:altLabel "Kuo language"@en ;
    skos:definition "Kuo (Koh) is an Mbum language of southern Chad and northern Cameroon."@en ;
    skos:inScheme lexvo: ;
    skos:notation "xuo"^^xsd:string ;
    skos:prefLabel "Kuo"@en,
        "Kikuo"@sw .

<http://lexvo.org/id/iso639-3/xwg> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "xwg"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/kweg1241> ;
    owl:sameAs <http://dbpedia.org/resource/Kwegu_language>,
        <http://www.mpii.de/yago/resource/Kwegu_language> ;
    skos:altLabel "Kwegu language"@en ;
    skos:definition "Kwegu (also Bacha, Koegu, Kwegi, Menja, Nidi) is a Nilo-Saharan Eastern Sudanic language, spoken in the Southwest of Ethiopia, on the west bank of the Omo River."@en ;
    skos:inScheme lexvo: ;
    skos:notation "xwg"^^xsd:string ;
    skos:prefLabel "Kwegu"@en .

<http://lexvo.org/id/iso639-3/xyy> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "xyy"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/yort1237> ;
    owl:sameAs <http://dbpedia.org/resource/Yorta_Yorta_language>,
        <http://www.mpii.de/yago/resource/Yorta_Yorta_language> ;
    skos:altLabel "Yorta Yorta language"@en ;
    skos:definition "Yorta Yorta (Yotayota) is a a dialect cluster, or perhaps a group of closely related languages, once spoken by Yorta Yorta people, Indigenous Australians from the junction of the Goulburn and Murray Rivers in present-day northeast Victoria. Dixon considers it an isolate."@en ;
    skos:inScheme lexvo: ;
    skos:notation "xyy"^^xsd:string ;
    skos:prefLabel "Yorta Yorta"@en .

<http://lexvo.org/id/iso639-3/yaa> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "yaa"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/yami1256> ;
    owl:sameAs <http://dbpedia.org/resource/Yaminahua_language>,
        <http://www.mpii.de/yago/resource/Yaminahua_language> ;
    skos:altLabel "Yaminahua language"@en ;
    skos:definition "The Yaminahua language is a Panoan language in Western Amazonia."@en ;
    skos:inScheme lexvo: ;
    skos:notation "yaa"^^xsd:string ;
    skos:prefLabel "Yaminahua"@en,
        "Yaminahua"@fr,
        "Яминауа"@ru .

<http://lexvo.org/id/iso639-3/yad> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "yad"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/yagu1244> ;
    owl:sameAs <http://dbpedia.org/resource/Yagua_language>,
        <http://www.mpii.de/yago/resource/Yagua_language> ;
    skos:altLabel "Yagua language"@en ;
    skos:definition "The Yagua language is spoken by the Yagua people, primarily in northeastern Peru. As of 2005, it appears that a few speakers may have migrated northward across the Peruvian-Colombian border near the town of Leticia. A third of the population is monolingual, and Yagua is the language of instruction in local primary schools."@en ;
    skos:inScheme lexvo: ;
    skos:notation "yad"^^xsd:string ;
    skos:prefLabel "Yagouaneg"@br,
        "Yagua"@en,
        "Yagua"@fr,
        "𐌾𐌰𐌲𐍅𐌰𐍂𐌰𐌶𐌳𐌰"@got,
        "Lenga yagua"@pms .

<http://lexvo.org/id/iso639-3/yae> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "yae"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/pume1238> ;
    owl:sameAs <http://dbpedia.org/resource/Yaruro_language>,
        <http://www.mpii.de/yago/resource/Yaruro_language> ;
    skos:altLabel "Yaruro language"@en ;
    skos:definition "Yaruro (also spelled Llaruro or Yaruru; also called Yuapín or Pumé) is an indigenous language language spoken along the Orinoco, Sinaruco, Meta, and Apure rivers of Venezuela. It is not well classified; it may be an isolate, or distantly related to the extinct Esmeralda language."@en ;
    skos:inScheme lexvo: ;
    skos:notation "yae"^^xsd:string ;
    skos:prefLabel "Pumé"@en,
        "Jarura lingvo"@eo,
        "Idioma yaruro"@es,
        "Yaruro"@fr,
        "Lenga pumé"@pms .

<http://lexvo.org/id/iso639-3/yaf> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "yaf"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/yaka1269> ;
    owl:sameAs <http://dbpedia.org/resource/Yaka_language>,
        <http://www.mpii.de/yago/resource/Yaka_language> ;
    skos:altLabel "Yaka (Democratic Republic of Congo)"@en,
        "Yaka language"@en ;
    skos:definition "Yaka, also spelled Iaca and Iyaka, is a Bantu language spoken in the Democratic Republic of the Congo and Angola. There are two dialects, Yaka proper and Ngoongo."@en ;
    skos:inScheme lexvo: ;
    skos:notation "yaf"^^xsd:string ;
    skos:prefLabel "Kiyaka"@de,
        "Yaka"@en,
        "Yaka"@hr,
        "Lenga Yaka"@pms,
        "Kiyaka"@sw .

<http://lexvo.org/id/iso639-3/yag> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "yag"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/yama1264> ;
    owl:sameAs <http://dbpedia.org/resource/Yaghan_language>,
        <http://www.mpii.de/yago/resource/Yaghan_language> ;
    skos:altLabel "Yaghan language"@en ;
    skos:definition "Yagán (originally Yahgan, but also now spelled Yaghan, Jagan, Iakan), also known as Yámana and Háusi Kúta, is one of the indigenous languages of Tierra del Fuego, spoken by the Yagán people. It is regarded as a language isolate, although some linguists have attempted to relate it to Kawésqar and Chon."@en ;
    skos:inScheme lexvo: ;
    skos:notation "yag"^^xsd:string ;
    skos:prefLabel "Yamaneg"@br,
        "Yámana"@en,
        "Idioma yagán"@es,
        "Yaghanin kieli"@fi,
        "Yagan"@fr,
        "Língua yagan"@pt .

<http://lexvo.org/id/iso639-3/yah> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "yah"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/yazg1240> ;
    owl:sameAs <http://dbpedia.org/resource/Yazgulyam_language>,
        <http://www.mpii.de/yago/resource/Yazgulyam_language> ;
    skos:altLabel "Yazgulyam language"@en ;
    skos:definition "The Yazgulyam language (also Yazgulyami, Iazgulem, Yazgulam; ) is a member of the Pamir subgroup of the Iranian languages, spoken by ca. 4,000 native speakers (as of 1994) along the Yazgulyam River, Gorno-Badakhshan, Tajikistan. Together with Shugni, it is classified as the Shugni-Yazgulami subgroup of the Pamir languages. Virtually all speakers are bilingual in the Tajik language."@en ;
    skos:inScheme lexvo: ;
    skos:notation "yah"^^xsd:string ;
    skos:prefLabel "Язгулемски език"@bg,
        "Yazgoulyameg"@br,
        "Язгулем чĕлхи"@cv,
        "Yazgulyam"@en,
        "Jazgulami keel"@et,
        "Jazguljamin kieli"@fi,
        "Język jazgulamski"@pl,
        "Язгулямский язык"@ru,
        "ภาษายัซกุลยาม"@th .

<http://lexvo.org/id/iso639-3/yai> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "yai"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/yagn1238> ;
    owl:sameAs <http://dbpedia.org/resource/Yaghnobi_language>,
        <http://www.mpii.de/yago/resource/Yaghnobi_language> ;
    skos:altLabel "Yaghnobi language"@en ;
    skos:definition "The Yaghnobi language is a living East Iranian language (the other living members being Pashto, Ossetic and the Pamir languages). Yaghnobi is spoken in the upper valley of the Yaghnob River in the Zarafshan area of Tajikistan by the Yaghnobi people. It is considered to be a direct descendant of Sogdian and has often been called Neo-Sogdian in academic literature."@en ;
    skos:inScheme lexvo: ;
    skos:notation "yai"^^xsd:string ;
    skos:prefLabel "Ягнобски език"@bg,
        "Jaghnóbština"@cs,
        "Jaghnobi"@de,
        "Yagnobi"@en,
        "Jagnoba lingvo"@eo,
        "Idioma yagnobi"@es,
        "زبان یغنابی"@fa,
        "Jagnobin kieli"@fi,
        "Yaghnobi"@fr,
        "Lingua iagnobí"@gl,
        "Ягноб кыв"@kv,
        "Yaghnobi"@nl,
        "Yaghnobi"@no,
        "Ягънобаг æвзаг"@os,
        "Język jagnobijski"@pl,
        "Lenga Yagnobi"@pms,
        "Língua yaghnobi"@pt,
        "Ягнобский язык"@ru,
        "Yaghnobi"@sv,
        "ภาษายักโนบี"@th .

<http://lexvo.org/id/iso639-3/yam> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "yam"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/yamb1251> ;
    owl:sameAs <http://dbpedia.org/resource/Yamba_language>,
        <http://www.mpii.de/yago/resource/Yamba_language> ;
    skos:altLabel "Yamba language"@en ;
    skos:definition "Yamba is a Grassfields language of Cameroon, with a small number in Nigeria."@en ;
    skos:inScheme lexvo: ;
    skos:notation "yam"^^xsd:string ;
    skos:prefLabel "Yamba"@de,
        "Yamba"@en,
        "Yamba jezik"@hr,
        "Lenga Yamba"@pms,
        "Kiyamba"@sw .

<http://lexvo.org/id/iso639-3/yas> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "yas"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/nugu1242> ;
    owl:sameAs <http://dbpedia.org/resource/Gunu_language>,
        <http://www.mpii.de/yago/resource/Gunu_language> ;
    skos:altLabel "Gunu language"@en,
        "Nugunu (Cameroon)"@en ;
    skos:definition "The Gunu language (Nu Gunu or Nugunu) is a Southern Bantoid language of Cameroon."@en ;
    skos:inScheme lexvo: ;
    skos:notation "yas"^^xsd:string ;
    skos:prefLabel "Nugunu"@de,
        "Nugunu"@en,
        "Lenga Nugunu"@pms,
        "Kinugunu"@sw .

<http://lexvo.org/id/iso639-3/ybb> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ybb"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/yemb1246> ;
    owl:sameAs <http://dbpedia.org/resource/Yemba_language>,
        <http://www.mpii.de/yago/resource/Yemba_language> ;
    skos:altLabel "Yemba language"@en,
        "Yemba"@fr ;
    skos:definition "Yɛmba is a major Grassfields language of Cameroon."@en ;
    skos:inScheme lexvo: ;
    skos:notation "ybb"^^xsd:string ;
    skos:prefLabel "yemba"@ca,
        "耶姆巴文"@cmn,
        "耶姆巴文"@cmn-Hant,
        "yemba"@cs,
        "Iembaeg"@cy,
        "yemba"@da,
        "Yemba"@de,
        "yembagbe"@ee,
        "Γιέμπα"@el,
        "Yemba"@en,
        "yemba"@es,
        "yemba"@et,
        "yemba"@fi,
        "yémba"@fr,
        "ימבה"@he,
        "yemba"@hr,
        "jemba"@hu,
        "Yemba"@id,
        "yemba"@it,
        "イエンバ語"@ja,
        "옘바어"@ko,
        "ແຢມບາ"@lo,
        "jembų"@lt,
        "jembu"@lv,
        "јемба"@mk,
        "yemba"@nb,
        "Yemba"@nl,
        "Shwóŋò Tsaŋ"@nnh,
        "yemba"@pl,
        "Lenga Yemba"@pms,
        "yemba"@pt,
        "yemba"@ro,
        "yemba"@sk,
        "bamileké-jemba"@sv,
        "Kiyemba"@sw,
        "Kiyemba"@swh,
        "เยมบา"@th,
        "lea fakaʻiēmipa"@to,
        "Yemba"@tr,
        "ємба"@uk,
        "Tiếng Yemba"@vi .

<http://lexvo.org/id/iso639-3/ybe> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ybe"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/west2402> ;
    owl:sameAs <http://dbpedia.org/resource/Western_Yugur_language>,
        <http://www.mpii.de/yago/resource/Western_Yugur_language> ;
    skos:altLabel "Western Yugur language"@en,
        "Yugur, West"@en ;
    skos:definition "Western Yugur and Eastern Yugur are terms coined by Chinese linguists to distinguish between the Turkic and Mongolic Yugur language, both spoken within the Yugur nationality. The terms may also indicate the speakers of these languages. Traditionally, both languages are indicated by the term Yellow Uygur, from the endonym of the Yugur."@en ;
    skos:inScheme lexvo: ;
    skos:notation "ybe"^^xsd:string ;
    skos:prefLabel "Yougoureg ar c'hornôg"@br,
        "West-Yugurisch"@de,
        "West Yugur"@en,
        "Länsijuguurin kieli"@fi,
        "Yugur occidental"@fr,
        "Günbatısı yugur dili"@gag,
        "Сары ұйғыр тілі"@kk,
        "Западнојугурски јазик"@mk,
        "Lenga yugur ossidental"@pms,
        "Сарыг-югурский язык"@ru,
        "Batı Yugurca"@tr,
        "غەربىي يۇغۇر تىلى"@ug,
        "西部裕固语"@zh .

<http://lexvo.org/id/iso639-3/ydd> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ydd"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/east2295> ;
    skos:altLabel "Yiddish, Eastern"@en ;
    skos:inScheme lexvo: ;
    skos:notation "ydd"^^xsd:string ;
    skos:prefLabel "Eastern Yiddish"@en .

<http://lexvo.org/id/iso639-3/yee> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "yee"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/yima1243> ;
    owl:sameAs <http://dbpedia.org/resource/Yimas_language>,
        <http://www.mpii.de/yago/resource/Yimas_language> ;
    skos:altLabel "Yimas language"@en ;
    skos:definition "The Yimas language is spoken by the Yimas people of Papua New Guinea. It is a polysynthetic language with (somewhat) free word order. It is an ergative-absolutive language morphologically but not syntactically, although it has several other case-like relations encoded on its verbs. It has over 9 classes (genders) of nouns, and a unique number system."@en ;
    skos:inScheme lexvo: ;
    skos:notation "yee"^^xsd:string ;
    skos:prefLabel "Yimaseg"@br,
        "Yimas"@de,
        "Yimas"@en,
        "Idioma yimas"@es,
        "Yimas"@fr,
        "Yimas"@no,
        "Język yimas"@pl,
        "Lenga Yimas"@pms,
        "Йимас"@ru .

<http://lexvo.org/id/iso639-3/yer> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "yer"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/taro1263> ;
    owl:sameAs <http://dbpedia.org/resource/Tarok_language>,
        <http://www.mpii.de/yago/resource/Tarok_language> ;
    skos:altLabel "Tarok language"@en ;
    skos:definition "Tarok is a regionally important Plateau language of Nigeria."@en ;
    skos:inScheme lexvo: ;
    skos:notation "yer"^^xsd:string ;
    skos:prefLabel "Tarok"@en .

<http://lexvo.org/id/iso639-3/ygr> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ygr"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/yaga1260> ;
    owl:sameAs <http://dbpedia.org/resource/Yagaria_language>,
        <http://www.mpii.de/yago/resource/Yagaria_language> ;
    skos:altLabel "Yagaria language"@en ;
    skos:definition "Yagaria is a Papuan language spoken in the Goroka District of Eastern Highlands Province, Papua New Guinea. Named dialects are Kami-Kulaka, Move, Ologuti, Dagenava, Kamate, Hira, Hua (Huva), Kotom."@en ;
    skos:inScheme lexvo: ;
    skos:notation "ygr"^^xsd:string ;
    skos:prefLabel "Yagaria"@en .

<http://lexvo.org/id/iso639-3/yia> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "yia"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/ying1247> ;
    owl:sameAs <http://dbpedia.org/resource/Yinggarda_language>,
        <http://www.mpii.de/yago/resource/Yinggarda_language> ;
    skos:altLabel "Yinggarda language"@en ;
    skos:definition "Yinggarda is an Australian Aboriginal language. It is one of the Kartu languages of the large Southwest branch of the Pama–Nyungan family."@en ;
    skos:inScheme lexvo: ;
    skos:notation "yia"^^xsd:string ;
    skos:prefLabel "Yinggarda"@en,
        "Lenga yinggarda"@pms,
        "Yinggarda"@sv .

<http://lexvo.org/id/iso639-3/yii> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "yii"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/yidi1250> ;
    owl:sameAs <http://dbpedia.org/resource/Yidiny_language>,
        <http://www.mpii.de/yago/resource/Yidiny_language> ;
    skos:altLabel "Yidiny language"@en ;
    skos:definition "Yidiny (also spelled Yidinj, , ) is a nearly extinct Australian Aboriginal language, spoken by the Yidindji tribe of northern Queensland."@en ;
    skos:inScheme lexvo: ;
    skos:notation "yii"^^xsd:string ;
    skos:prefLabel "Yidiny"@en,
        "Yidiny"@fr,
        "Lenga yidiny"@pms,
        "Yidiny"@sv .

<http://lexvo.org/id/iso639-3/yij> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "yij"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/yind1247> ;
    owl:sameAs <http://dbpedia.org/resource/Yinjibarndi_language>,
        <http://www.mpii.de/yago/resource/Yinjibarndi_language> ;
    skos:altLabel "Yinjibarndi language"@en ;
    skos:definition "Yinjibarndi is a Pama–Nyungan language of Western Australia."@en ;
    skos:inScheme lexvo: ;
    skos:notation "yij"^^xsd:string ;
    skos:prefLabel "Yindjibarndi"@en,
        "Yinjibarndi"@fr,
        "Yindjibarndi"@no,
        "Lenga yindjibarndi"@pms,
        "Yindjibarndi"@sv .

<http://lexvo.org/id/iso639-3/yiy> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "yiy"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/yiry1245> ;
    owl:sameAs <http://dbpedia.org/resource/Yir-Yoront_language>,
        <http://www.mpii.de/yago/resource/Yir-Yoront_language> ;
    skos:altLabel "Yir-Yoront language"@en ;
    skos:definition "Yir-Yoront is a Paman language spoken in two settlements, Kowanyama and Pormpuraaw on the southwestern part of the Cape York Peninsula, Queensland in Australia, by the Yir-Yoront people. As of 1991 only 15 speakers remain, with the rest of the Yir-Yoront people speaking English or even Kuuk Thaayorre as many speakers of Yir-Yoront apparently are using Kuuk Thaayorre in daily conversation. Together with Yirrk-Thangalkl it forms the group of Yir languages."@en ;
    skos:inScheme lexvo: ;
    skos:notation "yiy"^^xsd:string ;
    skos:prefLabel "Yir Yoront"@en,
        "Yir-yoront"@sv .

<http://lexvo.org/id/iso639-3/yka> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "yka"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/yaka1277> ;
    owl:sameAs <http://dbpedia.org/resource/Yakan_language>,
        <http://www.mpii.de/yago/resource/Yakan_language> ;
    skos:altLabel "Yakan language"@en ;
    skos:definition "Yakan is the language of Basilan Island in the Philippines. It is the only Bornean language in that country."@en ;
    skos:inScheme lexvo: ;
    skos:notation "yka"^^xsd:string ;
    skos:prefLabel "Yakan"@en .

<http://lexvo.org/id/iso639-3/ykg> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ykg"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/nort2745> ;
    owl:sameAs <http://dbpedia.org/resource/Tundra_Yukaghir_language>,
        <http://www.mpii.de/yago/resource/Tundra_Yukaghir_language> ;
    skos:altLabel "Tundra Yukaghir language"@en,
        "Yukaghir, Northern"@en ;
    skos:definition "The Tundra Yukaghir language (also known as Northern Yukaghir; self-designation: wadul) is one of only two Yukaghir languages. Last spoken in the tundra belt extending between the lower Indigirka to the lower Kolyma basin . Formerly spoken in a much wider area extending west to the Lena basin."@en ;
    skos:inScheme lexvo: ;
    skos:notation "ykg"^^xsd:string ;
    skos:prefLabel "Youkagireg an hanternoz"@br,
        "Northern Yukaghir"@en,
        "Pohjoisjukagiirin kieli"@fi,
        "Sjevernojukagirski jezik"@hr,
        "Nordjukagirsk språk"@nn,
        "Nordjukagirsk språk"@no,
        "Język jukagirski północny"@pl,
        "Северноюкагирский язык"@ru,
        "Nordjukagiriska"@sv,
        "شمالی جوکاغیری"@ur .

<http://lexvo.org/id/iso639-3/yle> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "yle"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/yele1255> ;
    owl:sameAs <http://dbpedia.org/resource/Y%C3%A9l%C3%AE_Dnye_language>,
        <http://www.mpii.de/yago/resource/Y%C3%A9l%C3%AE_Dnye_language> ;
    skos:altLabel "Yélî Dnye language"@en ;
    skos:definition "The Yélî Dnye language, also known as Yele, is the language of Rossel island, the easternmost island in the Louisiade Archipelago off the eastern tip of Papua New Guinea. For now it is best considered a language isolate, but it may turn out to be related to the Anêm and Ata language isolates of New Britain in a tentative Yele – West New Britain family. There are about 3750 speakers of which 400 are monoligual."@en ;
    skos:inScheme lexvo: ;
    skos:notation "yle"^^xsd:string ;
    skos:prefLabel "Yeleg"@br,
        "Yélî Dnye"@de,
        "Yele"@en,
        "Idioma yélî dnye"@es,
        "Yele"@fr,
        "Yele jezik"@hr,
        "Yele"@ht,
        "Język yele"@pl,
        "Lenga Yele"@pms,
        "Йеле"@ru .

<http://lexvo.org/id/iso639-3/yll> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "yll"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/yill1241> ;
    owl:sameAs <http://dbpedia.org/resource/Yil_language>,
        <http://www.mpii.de/yago/resource/Yil_language> ;
    skos:altLabel "Yil language"@en ;
    skos:definition "Yil is a Torricelli language of Papua New Guinea."@en ;
    skos:inScheme lexvo: ;
    skos:notation "yll"^^xsd:string ;
    skos:prefLabel "Yil"@en .

<http://lexvo.org/id/iso639-3/ynk> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ynk"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/nauk1242> ;
    owl:sameAs <http://dbpedia.org/resource/Naukan_Yupik_language>,
        <http://www.mpii.de/yago/resource/Naukan_Yupik_language> ;
    skos:altLabel "Naukan Yupik language"@en,
        "Yupik, Naukan"@en ;
    skos:definition "Naukan Yupik language or Naukan Siberian Yupik language is an Eskimo language spoken by ca. 70 persons (нывуӄаӷмит) on Chukotka peninsula. It is one of the four Yupik languages, alongside with Central Siberian Yupik, Central Alaskan Yup'ik and Pacific Gulf Yupik."@en ;
    skos:inScheme lexvo: ;
    skos:notation "ynk"^^xsd:string ;
    skos:prefLabel "Naukan Yupik"@en,
        "Idioma naukanski"@es,
        "Naukaninjupik"@fi,
        "Naukan jupik"@frr,
        "ნაუკანური ენა"@ka,
        "Lenga yupik, naukan"@pms,
        "Науканский язык"@ru,
        "Naukan Yupikçesi"@tr,
        "Науканысь юпик кыл"@udm .

<http://lexvo.org/id/iso639-3/ynn> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ynn"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/yana1271> ;
    owl:sameAs <http://dbpedia.org/resource/Yahi_dialect>,
        <http://www.mpii.de/yago/resource/Yahi_dialect> ;
    skos:altLabel "Yahi dialect"@en ;
    skos:definition "Yahi is an extinct language formerly spoken in the upper Sacramento Valley area, roughly in the area between Mill Creek and Deer Creek. It is grouped with the Southern forms of the Yana languages which, together with Central and Northern Yana are an isolated group of languages. Yana is well known as having been the language of Ishi, the last surviving Yana Indian, who worked with anthropologists to make a record of the language and culture."@en ;
    skos:inScheme lexvo: ;
    skos:notation "ynn"^^xsd:string ;
    skos:prefLabel "Yana"@en .

<http://lexvo.org/id/iso639-3/yrb> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "yrb"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/yare1248> ;
    owl:sameAs <http://dbpedia.org/resource/Yareba_language>,
        <http://www.mpii.de/yago/resource/Yareba_language> ;
    skos:altLabel "Yareba language"@en ;
    skos:definition "Yareba (or Middle Musa) is a language of Papua New Guinea."@en ;
    skos:inScheme lexvo: ;
    skos:notation "yrb"^^xsd:string ;
    skos:prefLabel "Yareba"@en .

<http://lexvo.org/id/iso639-3/ysr> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ysr"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/sire1246> ;
    owl:sameAs <http://dbpedia.org/resource/Sirenik_Eskimo_language>,
        <http://www.mpii.de/yago/resource/Sirenik_Eskimo_language> ;
    skos:altLabel "Sirenik Eskimo language"@en,
        "Yupik, Sirenik"@en ;
    skos:definition "Sirenik Yupik, Sireniki Yupik (also Old Sirenik or Vuteen), Sirenik or Sirenikskiy is an extinct Eskimo–Aleut language. It was spoken in and around the village of Sireniki (Сиреники) in Chukotka Peninsula, Chukotka Autonomous Okrug, Russia. The language shift has been a long process, ending in total language death. In January 1997 the last native speaker of the language, a woman named Vyie (Valentina Wye) died. Thus, the language is extinct: The endonym for the people itself is \"Sirenikites\"; the singular form is )."@en ;
    skos:inScheme lexvo: ;
    skos:notation "ysr"^^xsd:string ;
    skos:prefLabel "Sirenikeg"@br,
        "Sirenik"@de,
        "Sirenikgbe"@ee,
        "Sirenik Yupik"@en,
        "Idioma sirenik"@es,
        "Sirenikin kieli"@fi,
        "Sirenik jupik"@frr,
        "Szirenyiki eszkimó nyelv"@hu,
        "Sirenik"@nn,
        "Lenga yupik, sirenik"@pms,
        "Сиреникский язык"@ru,
        "Sirenik Yupikçesi"@tr,
        "Сиреникысь юпик кыл"@udm .

<http://lexvo.org/id/iso639-3/yss> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "yss"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/yess1239> ;
    owl:sameAs <http://dbpedia.org/resource/Yessan_language>,
        <http://www.mpii.de/yago/resource/Yessan_language> ;
    skos:altLabel "Yessan language"@en ;
    skos:definition "Yessan-Mayo, or Yessan, is a Papuan language spoken by 2000 people in Papua-New Guinea."@en ;
    skos:inScheme lexvo: ;
    skos:notation "yss"^^xsd:string ;
    skos:prefLabel "Yessan-Mayo"@en .

<http://lexvo.org/id/iso639-3/yue> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "yue"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/yuec1235> ;
    owl:sameAs <http://dbpedia.org/resource/Cantonese>,
        <http://www.lingvoj.org/lang/zh-yue>,
        <http://www.mpii.de/yago/resource/Cantonese> ;
    skos:altLabel "Cantonès"@ca,
        "Chinese, Yue"@en,
        "Yue Chinese"@en,
        "Cantonés estándar"@es,
        "Cantonais standard"@fr,
        "קנטונזית תקנית"@he,
        "കാന്റോനീസ് ഭാഷ"@ml,
        "Standaardkantonees"@nl,
        "Standardowy język kantoński"@pl,
        "Кантонский диалект"@ru,
        "Стандардни кантонски језик"@sr,
        "காண்டோனீஸ்"@ta,
        "ภาษาจีนกวางตุ้งมาตรฐาน"@th,
        "Кантонська мова"@uk ;
    skos:definition "Cantonese, or Standard Cantonese, is a language that originated in the vicinity of Canton (i.e. Guangzhou) in southern China, and is often regarded as the prestige dialect of Yue Chinese."@en ;
    skos:inScheme lexvo: ;
    skos:notation "yue"^^xsd:string ;
    skos:prefLabel "Kantonees"@af,
        "الكَنْتُونية"@ar,
        "кантонски"@bg,
        "ক্যানটোনীজ"@bn,
        "kantoneg"@br,
        "kantonski"@bs,
        "кантонски"@bs-Cyrl,
        "cantonès"@ca,
        "粤语"@cmn,
        "粵語"@cmn-Hant,
        "kantonština"@cs,
        "Cantoneg"@cy,
        "kantonesisk"@da,
        "Kantonesisch"@de,
        "cantongbe"@ee,
        "Καντονέζικα"@el,
        "Cantonese"@en,
        "cantonés"@es,
        "kantoni"@et,
        "کانتونیز"@fa,
        "kantoninkiina"@fi,
        "Cantonese"@fil,
        "kantonesískt"@fo,
        "cantonais"@fr,
        "Cantonais"@gd,
        "Kantonesisch"@gsw,
        "કેંટોનીઝ"@gu,
        "קנטונזית"@he,
        "कैंटोनीस"@hi,
        "kantonski"@hr,
        "kantoni"@hu,
        "Kanton"@id,
        "kantoneska"@is,
        "cantonese"@it,
        "広東語"@ja,
        "ಕಾಂಟೊನೀಸ್"@kn,
        "광둥어"@ko,
        "Kanton-Schineesesch"@ksh,
        "Kantonek"@kw,
        "ກວາງຕຸ້ງ"@lo,
        "kinų kalbos Kantono tarmė"@lt,
        "kantoniešu"@lv,
        "кантонски"@mk,
        "കാന്റോണീസ്"@ml,
        "कँटोनीज"@mr,
        "kantonesisk"@nb,
        "Kantonees"@nl,
        "kantonesisk"@nn,
        "Standard kantonesisk"@no,
        "kantoński"@pl,
        "کینٹونی"@pnb,
        "cantonês"@pt,
        "cantoneză"@ro,
        "кантонский"@ru,
        "Cantonese"@sco,
        "kantongiella"@se,
        "kantončina"@sk,
        "kantonščina"@sl,
        "Кантонски"@sr,
        "Kantonski"@sr-Latn,
        "kantonesiska"@sv,
        "கண்டோனீசு"@ta,
        "కాంటనీస్"@te,
        "กวางตุ้ง"@th,
        "lea kenitēnisi"@to,
        "Kantonca"@tr,
        "кантонська"@uk,
        "Tiếng Quảng Đông"@vi,
        "廣府話"@yue,
        "广州话"@zh .

<http://lexvo.org/id/iso639-3/yuj> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "yuj"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/kark1258> ;
    owl:sameAs <http://dbpedia.org/resource/Yuri_language_(New_Guinea)>,
        <http://www.mpii.de/yago/resource/Yuri_language_(New_Guinea)> ;
    skos:altLabel "Yuri language"@en ;
    skos:definition "The Yuri language, also known as Karkar, is a language isolate in the Papuan languages classifications of both Wurm and Ross. There are about a thousand speakers in Papua New Guinea along the Indonesian border."@en ;
    skos:inScheme lexvo: ;
    skos:notation "yuj"^^xsd:string ;
    skos:prefLabel "Karkar-Yuri"@en,
        "Idioma yuri"@es,
        "Karkar-Yuri"@fi,
        "Karkar-Yuri jezik"@hr,
        "Каркар-юри"@ru .

<http://lexvo.org/id/iso639-3/yuk> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "yuk"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/yuki1243> ;
    owl:sameAs <http://dbpedia.org/resource/Yuki_language>,
        <http://www.mpii.de/yago/resource/Yuki_language> ;
    skos:altLabel "Yuki language"@en ;
    skos:definition "The Yuki language, also known as Yukian, Ukiah, Ukomno'm, was a language of California, spoken by the indigenous American Yuki people, formerly in the Eel River area, the Round Valley Reservation, northern California. It became extinct some time in the 20th century. Yuki is generally thought to be related to the Wappo language, but the connection would be a distant one."@en ;
    skos:inScheme lexvo: ;
    skos:notation "yuk"^^xsd:string ;
    skos:prefLabel "Youkieg"@br,
        "Yuki"@de,
        "Yuki"@en,
        "Idioma yuki"@es,
        "Yuki"@fr,
        "Lenga yuki"@pms,
        "尤基語"@zh .

<http://lexvo.org/id/iso639-3/yul> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "yul"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/yulu1243> ;
    owl:sameAs <http://dbpedia.org/resource/Yulu_language>,
        <http://www.mpii.de/yago/resource/Yulu_language> ;
    skos:altLabel "Yulu language"@en ;
    skos:definition "Yulu, also known as Binga, is the Central Sudanic language of the Yulu and Binga people. Binga is regarded as a dialect similar to Yulu proper , but some of the vocabulary can \"differ greatly\" from Yulu."@en ;
    skos:inScheme lexvo: ;
    skos:notation "yul"^^xsd:string ;
    skos:prefLabel "Yulu"@en,
        "Lenga Yulu"@pms,
        "Јулу језик"@sr,
        "Kiyulu"@sw .

<http://lexvo.org/id/iso639-3/yum> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "yum"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/quec1382> ;
    owl:sameAs <http://dbpedia.org/resource/Quechan_language>,
        <http://www.mpii.de/yago/resource/Quechan_language> ;
    skos:altLabel "Quechan language"@en ;
    skos:definition "Quechan, also known as Yuma, is the native language of the Quechan people of southeastern California and southwestern Arizona in the Lower Colorado River Valley and Sonoran Desert."@en ;
    skos:inScheme lexvo: ;
    skos:notation "yum"^^xsd:string ;
    skos:prefLabel "Quechan"@en,
        "Yuma"@fr .

<http://lexvo.org/id/iso639-3/yup> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "yup"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/yukp1241> ;
    owl:sameAs <http://dbpedia.org/resource/Yukpa_language>,
        <http://www.mpii.de/yago/resource/Yukpa_language> ;
    skos:altLabel "Yukpa language"@en ;
    skos:definition "Yukpa (Yuco, Yucpa, Yuko, Yupa) is a Cariban language, spoken by 7,000–8,000 people in Zulia State in Venezuela and across the border in Colombia. It's also known as Carib Motilón, Macoíta, Northern Motilón, Manso."@en ;
    skos:inScheme lexvo: ;
    skos:notation "yup"^^xsd:string ;
    skos:prefLabel "Yukpa"@en,
        "Idioma yukpa"@es .

<http://lexvo.org/id/iso639-3/yuu> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "yuu"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/yugh1239> ;
    owl:sameAs <http://dbpedia.org/resource/Yugh_language>,
        <http://www.mpii.de/yago/resource/Yugh_language> ;
    skos:altLabel "Yugh language"@en ;
    skos:definition "Yugh (Yug) is a Yeniseian language, closely related to Ket, formerly spoken by the Yugh people, one of the southern groups along the Yenisei River in central Siberia. In the past it was regarded as a dialect of the Ket language, which was considered to be a language isolate. By the early 1990s there were reported to be only two or three non-fluent speakers remaining, and the language is now virtually extinct."@en ;
    skos:inScheme lexvo: ;
    skos:notation "yuu"^^xsd:string ;
    skos:prefLabel "Yougeg"@br,
        "Yughisk"@da,
        "Yugh"@en,
        "Idioma yugh"@es,
        "Jugin kieli"@fi,
        "Youge"@fr,
        "Jugski"@hr,
        "Yughisk"@no,
        "Jugh"@pl,
        "Югский язык"@ru,
        "鵒語"@zh .

<http://lexvo.org/id/iso639-3/yux> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "yux"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/sout2750> ;
    owl:sameAs <http://dbpedia.org/resource/Southern_Yukaghir_language>,
        <http://www.mpii.de/yago/resource/Southern_Yukaghir_language> ;
    skos:altLabel "Southern Yukaghir language"@en,
        "Yukaghir, Southern"@en ;
    skos:definition "The Southern, Kolyma or Forest Yukaghir language is one of only two Yukaghir languages."@en ;
    skos:inScheme lexvo: ;
    skos:notation "yux"^^xsd:string ;
    skos:prefLabel "Youkagireg ar c'hreisteiz"@br,
        "Southern Yukaghir"@en,
        "Južnojukagirski jezik"@hr,
        "Język jukagirski południowy"@pl,
        "Южноюкагирский язык"@ru,
        "Sydjukagiriska"@sv,
        "جنوبی جوکاغیری"@ur .

<http://lexvo.org/id/iso639-3/yuy> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "yuy"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/east2337> ;
    owl:sameAs <http://dbpedia.org/resource/Eastern_Yugur_language>,
        <http://www.mpii.de/yago/resource/Eastern_Yugur_language> ;
    skos:altLabel "Eastern Yugur language"@en,
        "Yugur, East"@en ;
    skos:definition "Eastern Yugur and Western Yugur are terms coined by Chinese linguists to distinguish between the Mongolic and Turkic Yugur language, both spoken within the Yugur nationality. The terms may also indicate the speakers of these languages. Traditionally, both languages are indicated by the term Yellow Uygur, from the autonym of the Yugur. The eastern variety is the Mongolic one."@en ;
    skos:inScheme lexvo: ;
    skos:notation "yuy"^^xsd:string ;
    skos:prefLabel "Yougoureg ar reter"@br,
        "East Yugur"@en,
        "Itäjuguurin kieli"@fi,
        "Yugur oriental"@fr,
        "Источен југурски јазик"@mk,
        "Język szera-jögurski"@pl,
        "Lenga yugur oriental"@pms,
        "Шира-югурский язык"@ru,
        "东部裕固语"@zh .

<http://lexvo.org/id/iso639-3/yuz> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "yuz"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/yura1255> ;
    owl:sameAs <http://dbpedia.org/resource/Yuracar%C3%A9_language>,
        <http://www.mpii.de/yago/resource/Yuracar%C3%A9_language> ;
    skos:altLabel "Yuracaré language"@en ;
    skos:definition "Yuracaré (also Yurakaré, Yurakar, Yuracare, Yurucare, Yuracar, Yurakare, Yurujuré, Yurujare) is an endangered language isolate of central Bolivia in Cochabamba and Beni departments spoken by the Yuracaré people."@en ;
    skos:inScheme lexvo: ;
    skos:notation "yuz"^^xsd:string ;
    skos:prefLabel "Yourakareg"@br,
        "Yuracare"@en,
        "Yuracaré"@fr,
        "Lenga yuracare"@pms,
        "Юракаре"@ru .

<http://lexvo.org/id/iso639-3/yva> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "yva"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/nucl1454> ;
    owl:sameAs <http://dbpedia.org/resource/Yawa_language>,
        <http://www.mpii.de/yago/resource/Yawa_language> ;
    skos:altLabel "Yawa language"@en ;
    skos:definition "Yawa (Yava) is the Papuan language of central Yapen Island in Geelvink (Cenderawasih) Bay, Indonesia. Alternative names are Iau (not the same as Iau language), Mantembu, Mora, Turu, and Yapanani."@en ;
    skos:inScheme lexvo: ;
    skos:notation "yva"^^xsd:string ;
    skos:prefLabel "Yawa"@en .

<http://lexvo.org/id/iso639-3/zap> a lvont:Language,
        skos:Concept ;
    lvont:isFocusOf <http://id.loc.gov/vocabulary/iso639-2/zap> ;
    lvont:iso6392BCode "zap"^^xsd:string ;
    lvont:iso6392TCode "zap"^^xsd:string ;
    lvont:iso639P3PCode "zap"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-2/zap> ;
    owl:sameAs <http://dbpedia.org/resource/Zapotec_languages>,
        <http://psi.oasis-open.org/iso/639/#zap>,
        <http://www.lingvoj.org/lang/zap>,
        <http://www.mpii.de/yago/resource/Zapotec_languages>,
        <info:lc/vocabulary/languages/zap> ;
    skos:altLabel "Zapotekeg"@br,
        "Zapotec languages"@en,
        "Idioma zapoteco"@es,
        "Langues zapotèques"@fr,
        "Lingue zapoteche"@it,
        "サポテク語"@ja,
        "Zapoteeks"@nl,
        "Język zapotecki"@pl,
        "Línguas zapotecas"@pt,
        "Сапотекские языки"@ru,
        "Zapotekiska"@sv ;
    skos:definition "The Zapotec language(s) are a group of closely related indigenous Mesoamerican languages spoken by the Zapotec people from the southwestern-central highlands of Mexico. Present-day native speakers are estimated to number over half a million, with the majority inhabiting the state of Oaxaca. Zapotec-speaking communities are also found in the neighboring states of Puebla and Guerrero. Emigration has also brought a number of native Zapotec-speakers to the United States, particularly in California. In most Zapotec-speaking communities, Spanish is also spoken."@en ;
    skos:inScheme lexvo: ;
    skos:notation "zap"^^xsd:string ;
    skos:prefLabel "الزابوتيك"@ar,
        "zapotek dili"@az,
        "сапатэкаў"@be,
        "запотек"@bg,
        "জাপোটেক"@bn,
        "zapoteg"@br,
        "ज़ापोतेक"@brx,
        "zapotečki"@bs,
        "запотечки"@bs-Cyrl,
        "zapoteca"@ca,
        "萨波蒂克文"@cmn,
        "薩波特克文"@cmn-Hant,
        "zapotéčtina"@cs,
        "Zapoteceg"@cy,
        "zapotec"@da,
        "Zapotekisch"@de,
        "Ζάποτεκ"@el,
        "Zapotec"@en,
        "zapoteco"@es,
        "sapoteegi"@et,
        "زاپوتکی"@fa,
        "zapoteekki"@fi,
        "zapotèque"@fr,
        "Zapotekisch"@gsw,
        "ઝેપોટેક"@gu,
        "זאפוטק"@he,
        "ज़ेपोटेक"@hi,
        "zapotec"@hr,
        "zapoték"@hu,
        "Zapotek"@id,
        "sapótek"@is,
        "zapotec"@it,
        "サポテカ語"@ja,
        "ಝೋಪೊಟೆಕ್"@kn,
        "사포테크어"@ko,
        "زَپوتیٚک"@ks,
        "ຊາໂປແຕບ"@lo,
        "zapotekų"@lt,
        "sapoteku"@lv,
        "запотек"@mk,
        "സാപ്പോടെക്"@ml,
        "झेपोटेक"@mr,
        "Żapotek"@mt,
        "Tzapotēcatlahtōlli"@nah,
        "zapotec"@nb,
        "Zapotec"@nl,
        "zapotec"@nn,
        "Zapotekisk"@no,
        "ଜାପୋଟେକ୍"@or,
        "zapotecki"@pl,
        "zapoteca"@pt,
        "Saputika simi"@qu,
        "zapotec"@rm,
        "zapotecă"@ro,
        "сапотекский"@ru,
        "zapotéčtina"@sk,
        "zapoteščina"@sl,
        "Запотечки"@sr,
        "Zapotečki"@sr-Latn,
        "zapotek"@sv,
        "ஜாபோடெக்"@ta,
        "జపోటెక్"@te,
        "ซาโปเตก"@th,
        "Zapotek Dili"@tr,
        "сапотекська"@uk,
        "Tiếng Zapotec"@vi .

<http://lexvo.org/id/iso639-3/zav> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "zav"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/yatz1235> ;
    owl:sameAs <http://dbpedia.org/resource/Yatzachi_Zapotec>,
        <http://www.mpii.de/yago/resource/Yatzachi_Zapotec> ;
    skos:altLabel "Zapotec, Yatzachi"@en ;
    skos:definition "Yatzachi Zapotec is an Oto-Manguean language of the Zapotecan branch, spoken in northern central Oaxaca, Mexico. It had about 2,500 speakers at the time of the 1990 Mexican census. The Yatzachi dialect belongs to the Villa Alta group of Zapotec dialects, of which the main dialect is San Bartolomé Zoogocho. The degree of mutual intelligibility between Yatzachi and the San Bartolomé Zoogocho dialect is estimated to be around 90 percent."@en ;
    skos:inScheme lexvo: ;
    skos:notation "zav"^^xsd:string ;
    skos:prefLabel "Yatzachi Zapotec"@en .

<http://lexvo.org/id/iso639-3/zbl> a lvont:Language,
        skos:Concept ;
    lvont:isFocusOf <http://id.loc.gov/vocabulary/iso639-2/zbl> ;
    lvont:iso6392BCode "zbl"^^xsd:string ;
    lvont:iso6392TCode "zbl"^^xsd:string ;
    lvont:iso639P3PCode "zbl"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-2/zbl> ;
    owl:sameAs <http://dbpedia.org/resource/Blissymbols>,
        <http://www.lingvoj.org/lang/zbl>,
        <http://www.mpii.de/yago/resource/Blissymbols>,
        <info:lc/vocabulary/languages/zbl> ;
    skos:altLabel "ব্লিসসিম্বলস"@bn,
        "Bliss systém"@cs,
        "Bliss-Symbole"@de,
        "Blissymbolics"@en,
        "Blissymbols"@en,
        "blissümbolid"@et,
        "symboles Bliss"@fr,
        "Bliss jelképrendszer"@hu,
        "Blisskerfið"@is,
        "Blissymbolics"@it,
        "Bliss"@pl,
        "Semantografia"@pt,
        "znakovni jezik Bliss"@sl,
        "blissymboler"@sv ;
    skos:definition "Blissymbols or Blissymbolics was conceived as an ideographic writing system called Semantography consisting of several hundred basic symbols, each representing a concept, which can be composed together to generate new symbols that represent new concepts. Blissymbols differ from most of the world's major writing systems in that the characters do not correspond at all to the sounds of any spoken language."@en ;
    skos:inScheme lexvo: ;
    skos:notation "zbl"^^xsd:string ;
    skos:prefLabel "رموز المعايير الأساسية"@ar,
        "blisimbols dili"@az,
        "блис символи"@bg,
        "চিত্র ভাষা"@bn,
        "ब्लीस चिन्ह"@brx,
        "blisimboli"@bs,
        "блисимболи"@bs-Cyrl,
        "símbols Bliss"@ca,
        "布利斯符号"@cmn,
        "布列斯符號"@cmn-Hant,
        "bliss systém"@cs,
        "Blisssymbols"@cy,
        "blissymboler"@da,
        "Bliss-Symbol"@de,
        "Σύμβολα Bliss"@el,
        "Bliss"@en,
        "𐐒𐑊𐐮𐑅-𐑅𐐮𐑋𐐺𐐲𐑊𐑆"@en-Dsrt,
        "Blisa skribo"@eo,
        "símbolos Bliss"@es,
        "Blisskiri"@et,
        "Bliss sinboloak"@eu,
        "blisskieli"@fi,
        "Bliss"@fr,
        "Bliss-Symbool"@gsw,
        "બ્લિસિમ્બોલ્સ"@gu,
        "בליסימבולס"@he,
        "ब्लिसिम्बॉल्स"@hi,
        "blissymbols"@hr,
        "Bliss-nyelv"@hu,
        "Blissymbol"@id,
        "Bliss"@io,
        "blisstákn"@is,
        "blissymbol"@it,
        "ブリスシンボル"@ja,
        "ಬ್ಲಿಸ್‌ಸಿಂಬಲ್ಸ್"@kn,
        "블리스 심볼"@ko,
        "ສັນຍາລັກບລີຊິມ"@lo,
        "„Bliss“ simbolių"@lt,
        "blissimbolika"@lv,
        "блисимболс"@mk,
        "ബ്ലിസ്സിംബൽസ്"@ml,
        "ब्लिसिम्बॉल्स"@mr,
        "blissymboler"@nb,
        "Blissymbolen"@nl,
        "blissymbol"@nn,
        "ବ୍ଲିସିମ୍ବଲସ୍"@or,
        "bliss"@pl,
        "símbolos blis"@pt,
        "simbols da Bliss"@rm,
        "simboluri Bilss"@ro,
        "блиссимволика"@ru,
        "systém Bliss"@sk,
        "Bliss"@sl,
        "Блисимболи"@sr,
        "Blisimboli"@sr-Latn,
        "Bliss"@sv,
        "ப்லிஸ்ஸிம்பால்ஸ்"@ta,
        "బ్లిసింబల్స్"@te,
        "บลิสซิมโบลส์"@th,
        "Blis Sembolleri"@tr,
        "блісса мова"@uk,
        "Ký hiệu Blissymbols"@vi .

<http://lexvo.org/id/iso639-3/zea> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "zea"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/zeeu1238> ;
    owl:sameAs <http://dbpedia.org/resource/Zeelandic>,
        <http://www.lingvoj.org/lang/zea>,
        <http://www.mpii.de/yago/resource/Zeelandic> ;
    skos:altLabel "Zeelandic"@en,
        "Ziews"@nds ;
    skos:definition "Zeelandic (Zeêuws in Zeelandic, Zeeuws in Dutch) is a regional language spoken in the Dutch province of Zeeland and on the South Holland island of Goeree-Overflakkee. Commonly considered a Dutch dialect, it has notable differences mainly in pronunciation, but as well in grammar and vocabulary, which set it clearly apart from Standard Dutch and make easy comprehension by unskilled Dutch speakers difficult. Zeelandic is included within West Flemish by some observers."@en ;
    skos:inScheme lexvo: ;
    skos:notation "zea"^^xsd:string ;
    skos:prefLabel "Seeus"@af,
        "Zelandeg"@br,
        "Zelandès"@ca,
        "Seeländisch"@de,
        "Zeeuws"@en,
        "Zelanda lingvo"@eo,
        "Zelandés"@es,
        "زیلاندی"@fa,
        "Zélandais"@fr,
        "Sieusk"@fy,
        "Sî-làn-ngî"@hak,
        "Զեյլանդերեն"@hy,
        "Dialetto zelandese"@it,
        "ゼーランド語"@ja,
        "Ziews"@li,
        "Dorerin Djiran"@na,
        "Zais"@nds,
        "Zeeuws"@nl,
        "Zeeuws"@no,
        "Dialekt zelandzki"@pl,
        "Lenga zeeuws"@pms,
        "Zeêuws"@pt,
        "Limba zeelandeză"@ro,
        "Зеландский диалект"@ru,
        "Zeeländska"@sv,
        "சீலாந்திய மொழி"@ta,
        "Зеландська мова"@uk,
        "Zêeuws"@vls,
        "Zeêuws"@zea .

<http://lexvo.org/id/iso639-3/zik> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "zik"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/zima1244> ;
    owl:sameAs <http://dbpedia.org/resource/Zimakani_language>,
        <http://www.mpii.de/yago/resource/Zimakani_language> ;
    skos:altLabel "Zimakani language"@en ;
    skos:definition "Zimakani is a Papuan language spoken in Papua New Guinea by approximately 1500 people."@en ;
    skos:inScheme lexvo: ;
    skos:notation "zik"^^xsd:string ;
    skos:prefLabel "Zimakaneg"@br,
        "Zimakani"@en,
        "Język zimakani"@pl .

<http://lexvo.org/id/iso639-3/zkk> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "zkk"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/kara1289> ;
    owl:sameAs <http://dbpedia.org/resource/Karankawa_language>,
        <http://www.mpii.de/yago/resource/Karankawa_language> ;
    skos:altLabel "Karankawa language"@en ;
    skos:definition "Karankawa is the extinct, unclassified language of the Texan coast, where the Karankawa people migrated between the mainland and the . It was not closely related to other known languages in the area, much of which are also poorly attested, and may have been a language isolate. A couple hundred words are preserved, collected in 1698, 1720, and 1828; in the 1880s, three lists were collected from non-Karankawa who knew some words."@en ;
    skos:inScheme lexvo: ;
    skos:notation "zkk"^^xsd:string ;
    skos:prefLabel "Karankawa"@en,
        "Idioma karankawa"@es,
        "Karankawa"@fr .

<http://lexvo.org/id/iso639-3/zmi> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "zmi"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/nege1240> ;
    owl:sameAs <http://dbpedia.org/resource/Negeri_Sembilan_Malay_language>,
        <http://www.mpii.de/yago/resource/Negeri_Sembilan_Malay_language> ;
    skos:altLabel "Negeri Sembilan Malay language"@en ;
    skos:definition "The Negeri Sembilan Malay is an Austronesian language, spoken by the people of Negeri Sembilan in Malaysia. It is closely related to the Minangkabau language of Sumatra, Indonesia."@en ;
    skos:inScheme lexvo: ;
    skos:notation "zmi"^^xsd:string ;
    skos:prefLabel "Negeri Sembilan Malay"@en,
        "Lenga Negeri Sembilan Malay"@pms,
        "ภาษามลายูเนกรีเซมบีลัน"@th .

<http://lexvo.org/id/iso639-3/zml> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "zml"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/madn1237> ;
    owl:sameAs <http://dbpedia.org/resource/Matngele_language>,
        <http://www.mpii.de/yago/resource/Matngele_language> ;
    skos:altLabel "Matngele language"@en ;
    skos:definition "Matngele or Madngele is a moribund Australian Aboriginal language of the Northern Territory."@en ;
    skos:inScheme lexvo: ;
    skos:notation "zml"^^xsd:string ;
    skos:prefLabel "Madngele"@en,
        "Madngele"@sv .

<http://lexvo.org/id/iso639-3/zmq> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "zmq"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/mitu1240> ;
    owl:sameAs <http://dbpedia.org/resource/Mituku_language>,
        <http://www.mpii.de/yago/resource/Mituku_language> ;
    skos:altLabel "Mituku language"@en ;
    skos:definition "Mituku is a Bantu language of the Democratic Republic of the Congo."@en ;
    skos:inScheme lexvo: ;
    skos:notation "zmq"^^xsd:string ;
    skos:prefLabel "Mituku"@en .

<http://lexvo.org/id/iso639-3/zmr> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "zmr"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/mara1386> ;
    owl:sameAs <http://dbpedia.org/resource/Maranunggu_language>,
        <http://www.mpii.de/yago/resource/Maranunggu_language> ;
    skos:altLabel "Maranunggu language"@en ;
    skos:definition "Maranunggu (Emmi, Merranunggu, Warrgat) is an Australian Aboriginal language."@en ;
    skos:inScheme lexvo: ;
    skos:notation "zmr"^^xsd:string ;
    skos:prefLabel "Maranunggu"@en .

<http://lexvo.org/id/iso639-3/zmu> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "zmu"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/muru1266> ;
    owl:sameAs <http://dbpedia.org/resource/Muruwari_language>,
        <http://www.mpii.de/yago/resource/Muruwari_language> ;
    skos:altLabel "Muruwari language"@en ;
    skos:definition "Muruwari (also Muruwarri, Murawari, Murawarri) is an Australian Aboriginal language."@en ;
    skos:inScheme lexvo: ;
    skos:notation "zmu"^^xsd:string ;
    skos:prefLabel "Muruwari"@en,
        "Muruwari"@sv .

<http://lexvo.org/id/iso639-3/zne> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "zne"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/zand1248> ;
    owl:sameAs <http://dbpedia.org/resource/Zande_language>,
        <http://www.mpii.de/yago/resource/Zande_language> ;
    skos:altLabel "Zande (individual language)"@en,
        "Zande language"@en ;
    skos:definition "Zande is an Ubangian language spoken by the Azande, primarily in the northeast of the Democratic Republic of the Congo and western South Sudan, but also in the eastern part of the Central African Republic."@en ;
    skos:inScheme lexvo: ;
    skos:notation "zne"^^xsd:string ;
    skos:prefLabel "Azande"@de,
        "Zande"@en,
        "Zandé"@fr,
        "ザンデ語"@ja,
        "Zande"@no,
        "Lenga Zande"@pms,
        "Língua zande"@pt,
        "Занде"@ru,
        "Занде језик"@sr,
        "Kizande"@sw .

<http://lexvo.org/id/iso639-3/zoh> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "zoh"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/chim1300> ;
    owl:sameAs <http://dbpedia.org/resource/Chimalapa_Zoque>,
        <http://www.mpii.de/yago/resource/Chimalapa_Zoque> ;
    skos:altLabel "Zoque, Chimalapa"@en ;
    skos:definition "Chimalapa Zoque is a Zoquean language of Santa María Chimalapa and San Miguel Chimalapa villages in Oaxaca, Mexico."@en ;
    skos:inScheme lexvo: ;
    skos:notation "zoh"^^xsd:string ;
    skos:prefLabel "Chimalapa Zoque"@en .

<http://lexvo.org/id/iso639-3/zro> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "zro"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/zapa1253> ;
    owl:sameAs <http://dbpedia.org/resource/Z%C3%A1paro_language>,
        <http://www.mpii.de/yago/resource/Z%C3%A1paro_language> ;
    skos:altLabel "Záparo language"@en ;
    skos:definition "Záparo is a nearly extinct language from the borderlands of Peru, spoken by only one person out of an ethnic population of 170, in the Pastaza Province, between the Curaray river and Bobonaza rivers, as of 2000. Záparo is also known as Zápara and Kayapwe. Though it was spoken by 1 person in 2000, there is the distinct possibility that it may be extinct. The members of the Záparo ethnic group now speak Quichua, though there is a language revival effort beginning. Záparo is sometimes confused with Andoa, though the two languages are distinct. Záparo has a subject–verb–object word order."@en ;
    skos:inScheme lexvo: ;
    skos:notation "zro"^^xsd:string ;
    skos:prefLabel "Zaparoeg"@br,
        "Záparo"@en,
        "Idioma záparo"@es,
        "Záparo jezik"@hr,
        "Língua záparo"@pt,
        "Sapara simi"@qu .

<http://lexvo.org/id/iso639-3/zrs> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "zrs"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/nucl1594> ;
    owl:sameAs <http://dbpedia.org/resource/Mairasi_language>,
        <http://www.mpii.de/yago/resource/Mairasi_language> ;
    skos:altLabel "Mairasi language"@en ;
    skos:definition "Mairasi ( Faranyao and Kaniran) is a Papuan language of the Bomberai Peninsula of Papua, Indonesia."@en ;
    skos:inScheme lexvo: ;
    skos:notation "zrs"^^xsd:string ;
    skos:prefLabel "Mairasi"@en,
        "Mairasi jezik"@hr .

<http://lexvo.org/id/iso639-5/alg> a lvont:Language,
        skos:Concept ;
    lvont:iso6392BCode "alg"^^xsd:string ;
    lvont:iso639P5Code "alg"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-5/alg> ;
    owl:sameAs <http://dbpedia.org/resource/Algonquian_languages>,
        <http://lexvo.org/id/wordnet/30/noun/algonquian_1_10_00>,
        <http://www.mpii.de/yago/resource/Algonquian_languages>,
        <info:lc/vocabulary/languages/alg> ;
    skos:altLabel "Alqonkin dilləri"@az,
        "আলগোনকিউয়ান ভাষা"@bn,
        "Llengües algonquines"@ca,
        "Algonkin-Sprachen"@de,
        "Algonquian language"@en,
        "Algonquian languages"@en,
        "Lenguas algonquinas"@es,
        "Algonkin-kielet"@fi,
        "Langues algonquiennes"@fr,
        "algonquines, langues"@fr,
        "langue algonquienne"@fr,
        "Algonquian"@hr,
        "Algonkin nyelvcsalád"@hu,
        "Algonkinsk tungumál"@is,
        "Lingue algonchine"@it,
        "アルゴンキアン語族"@ja,
        "알공킨어족"@ko,
        "Algonkinu valodas"@lv,
        "Algonkische talen"@nl,
        "Algonkinske språk"@nn,
        "Języki algonkińskie"@pl,
        "Línguas algonquinas"@pt,
        "Алгонкинские языки"@ru,
        "algonkinskt språk"@sv ;
    skos:definition "The Algonquian languages ( or ; also Algonkian) are a subfamily of Native American languages which includes most of the languages in the Algic language family. The name of the Algonquian language family is distinguished from the orthographically similar Algonquin dialect of the Ojibwe language, which is a member of the Algonquian language family. The term \"Algonquin\" has been suggested to derive from the Maliseet word elakómkwik (pronounced ), \"they are our relatives/allies\". Most Algonquian languages are extremely endangered today, with few native speakers. A number of the languages have already become extinct."@en ;
    skos:inScheme lexvo: ;
    skos:prefLabel "اللغات الأمريكية الهندية"@ar,
        "algonguyan dili"@az,
        "Algonkin-Sprochn"@bar,
        "алгонквин"@bg,
        "আলগোঙকুইআন"@bn,
        "Yezhoù algonkek"@br,
        "अलगौनकीन"@brx,
        "algonkvijanski jezik"@bs,
        "алгонквијански језик"@bs-Cyrl,
        "llengua algonquina"@ca,
        "其他阿尔贡语系"@cmn,
        "阿爾岡昆諸語言"@cmn-Hant,
        "algonkinské jazyky"@cs,
        "Algonceg"@cy,
        "algonkisk sprog"@da,
        "Algonkin-Sprache"@de,
        "Γλώσσα Αλγκονκιάν"@el,
        "Algonquian Language"@en,
        "Algonkena lingvaro"@eo,
        "lenguas algonquinas"@es,
        "algonkini keel"@et,
        "Algonkin hizkuntzak"@eu,
        "زبان آلگونکینی"@fa,
        "algonkikieli"@fi,
        "langue algonquines"@fr,
        "Teangacha Algóinciacha"@ga,
        "lingua algonquina"@gl,
        "Algonkin-Schpraach"@gsw,
        "એલ્ગોક્વિયન ભાષા"@gu,
        "השפה האלגונקוויאנית"@he,
        "एल्गोनक्युइअन भाषा"@hi,
        "algonquian"@hr,
        "algonkin nyelv"@hu,
        "Bahasa Algonquia"@id,
        "algonkvínsk mál"@is,
        "lingue algonchine"@it,
        "アルゴンキン語族"@ja,
        "ಅಲ್ಗೊಂಕ್ವಿಯನ್ ಭಾಷೆ"@kn,
        "알곤킨어족"@ko,
        "اَلگونکِیَن زبانہٕ"@ks,
        "ພາສາອໍກອນຄຽນ"@lo,
        "algonkuanų kalba"@lt,
        "algonkinu valodas"@lv,
        "Teny Algônkiana"@mg,
        "алгонквијански"@mk,
        "അൽഗോൺക്യൻ ഭാഷ"@ml,
        "अ‍ॅल्गोक्वियन भाषा"@mr,
        "Lingwi Algonqwinjani"@mt,
        "algonkinsk språk"@nb,
        "Algonkium-taal"@nl,
        "algonkinsk språk"@nn,
        "Algonkinske språk"@no,
        "ଏଲ୍ଗୋନକ୍ବିନା ଭାଷା"@or,
        "języki algonkin"@pl,
        "idioma algonquiano"@pt,
        "Algonkin rimaykuna"@qu,
        "linguas algonchinas"@rm,
        "limbă algonchiană"@ro,
        "алгонкинские языки"@ru,
        "Algonquian"@sh,
        "algonkinské jazyky"@sk,
        "algonkinski jezik"@sl,
        "Алгонквијански језик"@sr,
        "Algonkvijanski jezik"@sr-Latn,
        "Algonkinspråk"@sv,
        "அல்கான்கியன் மொழி"@ta,
        "ఆల్గొంక్వియన్ భాష"@te,
        "ภาษาอัลกองเควียน"@th,
        "Algonkin Dili"@tr,
        "алгонкінські мови"@uk,
        "Ngôn ngữ Algonquin"@vi,
        "阿尔冈昆语族"@zh .

<http://lexvo.org/id/iso639-5/auf> rdfs:label "Yezhoù arawanek"@br,
        "Arawá-Sprachen"@de,
        "Arauan language"@en,
        "Arauan languages"@en,
        "Arawan language"@en,
        "Arawan languages"@en,
        "Lenguas arauanas"@es,
        "Langues arawanes"@fr,
        "arauanes, langues"@fr,
        "langue arauanes"@fr,
        "Аравански јазици"@mk,
        "Lenghe arauan"@pms,
        "Араванские языки"@ru ;
    lvont:iso639P5Code "auf"^^xsd:string ;
    lvont:label <http://lexvo.org/id/term/bre/Yezho%C3%B9%20arawanek>,
        <http://lexvo.org/id/term/deu/Araw%C3%A1-Sprachen>,
        <http://lexvo.org/id/term/eng/Arauan%20language>,
        <http://lexvo.org/id/term/eng/Arauan%20languages>,
        <http://lexvo.org/id/term/eng/Arawan%20language>,
        <http://lexvo.org/id/term/eng/Arawan%20languages>,
        <http://lexvo.org/id/term/fra/Langues%20arawanes>,
        <http://lexvo.org/id/term/fra/arauanes%2C%20langues>,
        <http://lexvo.org/id/term/fra/langue%20arauanes>,
        <http://lexvo.org/id/term/mkd/%D0%90%D1%80%D0%B0%D0%B2%D0%B0%D0%BD%D1%81%D0%BA%D0%B8%20%D1%98%D0%B0%D0%B7%D0%B8%D1%86%D0%B8>,
        <http://lexvo.org/id/term/pms/Lenghe%20arauan>,
        <http://lexvo.org/id/term/rus/%D0%90%D1%80%D0%B0%D0%B2%D0%B0%D0%BD%D1%81%D0%BA%D0%B8%D0%B5%20%D1%8F%D0%B7%D1%8B%D0%BA%D0%B8>,
        <http://lexvo.org/id/term/spa/Lenguas%20arauanas> ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-5/auf> ;
    rdfs:comment "Arawan (also Arahuan, Arauan, Arawán, Arawa, Arauán) is a family of languages spoken in western Brazil (Amazonas, Acre) and Peru."@en ;
    owl:sameAs <http://dbpedia.org/resource/Arauan_languages>,
        <http://dbpedia.org/resource/Arawan_languages>,
        <http://www.mpii.de/yago/resource/Arauan_languages>,
        <http://www.mpii.de/yago/resource/Arawan_languages> .

<http://lexvo.org/id/iso639-5/ccs> rdfs:label "Luengas sudcaucasicas"@an,
        "Kartvel dilləri"@az,
        "Картвелски езици"@bg,
        "Yezhoù kartvelek"@br,
        "Llengües caucàsiques meridionals"@ca,
        "Jihokavkazské jazyky"@cs,
        "Картвел чĕлхисем"@cv,
        "Kartvelsk"@da,
        "Südkaukasische Sprachen"@de,
        "Kartvelian language"@en,
        "Kartvelian languages"@en,
        "South Caucasian language"@en,
        "South Caucasian languages"@en,
        "Kartvela lingvaro"@eo,
        "Lenguas caucásicas meridionales"@es,
        "قفقازی جنوبی"@fa,
        "Eteläkaukasialaiset kielet"@fi,
        "Langues kartvéliennes"@fr,
        "caucasiennes du Sud, langues"@fr,
        "langue caucasiennes du Sud"@fr,
        "Kartvelski jezici"@hr,
        "Dél-kaukázusi nyelvek"@hu,
        "Rumpun bahasa Kaukasia Selatan"@id,
        "Kartvelsk mál"@is,
        "Lingue caucasiche meridionali"@it,
        "南コーカサス語族"@ja,
        "ქართველური ენები"@ka,
        "남캅카스어족"@ko,
        "Картвелски јазици"@mk,
        "Zuid-Kaukasische talen"@nl,
        "Kartvelske språk"@nn,
        "Kartvelske språk"@no,
        "Języki południowokaukaskie"@pl,
        "Línguas caucasianas meridionais"@pt,
        "Картвельские языки"@ru,
        "Sydkaukasiska språk"@sv,
        "กลุ่มภาษาคอเคซัสใต้"@th,
        "Güney Kafkas dilleri"@tr,
        "Картвель телләре"@tt,
        "Картвельські мови"@uk,
        "南高加索语系"@zh ;
    lvont:iso639P5Code "ccs"^^xsd:string ;
    lvont:label <http://lexvo.org/id/term/arg/Luengas%20sudcaucasicas>,
        <http://lexvo.org/id/term/aze/Kartvel%20dill%C9%99ri>,
        <http://lexvo.org/id/term/bre/Yezho%C3%B9%20kartvelek>,
        <http://lexvo.org/id/term/bul/%D0%9A%D0%B0%D1%80%D1%82%D0%B2%D0%B5%D0%BB%D1%81%D0%BA%D0%B8%20%D0%B5%D0%B7%D0%B8%D1%86%D0%B8>,
        <http://lexvo.org/id/term/cat/Lleng%C3%BCes%20cauc%C3%A0siques%20meridionals>,
        <http://lexvo.org/id/term/ces/Jihokavkazsk%C3%A9%20jazyky>,
        <http://lexvo.org/id/term/chv/%D0%9A%D0%B0%D1%80%D1%82%D0%B2%D0%B5%D0%BB%20%D1%87%C4%95%D0%BB%D1%85%D0%B8%D1%81%D0%B5%D0%BC>,
        <http://lexvo.org/id/term/dan/Kartvelsk>,
        <http://lexvo.org/id/term/deu/S%C3%BCdkaukasische%20Sprachen>,
        <http://lexvo.org/id/term/eng/Kartvelian%20language>,
        <http://lexvo.org/id/term/eng/Kartvelian%20languages>,
        <http://lexvo.org/id/term/eng/South%20Caucasian%20language>,
        <http://lexvo.org/id/term/eng/South%20Caucasian%20languages>,
        <http://lexvo.org/id/term/epo/Kartvela%20lingvaro>,
        <http://lexvo.org/id/term/fas/%D9%82%D9%81%D9%82%D8%A7%D8%B2%DB%8C%20%D8%AC%D9%86%D9%88%D8%A8%DB%8C>,
        <http://lexvo.org/id/term/fin/Etel%C3%A4kaukasialaiset%20kielet>,
        <http://lexvo.org/id/term/fra/Langues%20kartv%C3%A9liennes>,
        <http://lexvo.org/id/term/fra/caucasiennes%20du%20Sud%2C%20langues>,
        <http://lexvo.org/id/term/fra/langue%20caucasiennes%20du%20Sud>,
        <http://lexvo.org/id/term/hrv/Kartvelski%20jezici>,
        <http://lexvo.org/id/term/hun/D%C3%A9l-kauk%C3%A1zusi%20nyelvek>,
        <http://lexvo.org/id/term/ind/Rumpun%20bahasa%20Kaukasia%20Selatan>,
        <http://lexvo.org/id/term/isl/Kartvelsk%20m%C3%A1l>,
        <http://lexvo.org/id/term/ita/Lingue%20caucasiche%20meridionali>,
        <http://lexvo.org/id/term/jpn/%E5%8D%97%E3%82%B3%E3%83%BC%E3%82%AB%E3%82%B5%E3%82%B9%E8%AA%9E%E6%97%8F>,
        <http://lexvo.org/id/term/kat/%E1%83%A5%E1%83%90%E1%83%A0%E1%83%97%E1%83%95%E1%83%94%E1%83%9A%E1%83%A3%E1%83%A0%E1%83%98%20%E1%83%94%E1%83%9C%E1%83%94%E1%83%91%E1%83%98>,
        <http://lexvo.org/id/term/kor/%EB%82%A8%EC%BA%85%EC%B9%B4%EC%8A%A4%EC%96%B4%EC%A1%B1>,
        <http://lexvo.org/id/term/mkd/%D0%9A%D0%B0%D1%80%D1%82%D0%B2%D0%B5%D0%BB%D1%81%D0%BA%D0%B8%20%D1%98%D0%B0%D0%B7%D0%B8%D1%86%D0%B8>,
        <http://lexvo.org/id/term/nld/Zuid-Kaukasische%20talen>,
        <http://lexvo.org/id/term/nno/Kartvelske%20spr%C3%A5k>,
        <http://lexvo.org/id/term/nor/Kartvelske%20spr%C3%A5k>,
        <http://lexvo.org/id/term/pol/J%C4%99zyki%20po%C5%82udniowokaukaskie>,
        <http://lexvo.org/id/term/por/L%C3%ADnguas%20caucasianas%20meridionais>,
        <http://lexvo.org/id/term/rus/%D0%9A%D0%B0%D1%80%D1%82%D0%B2%D0%B5%D0%BB%D1%8C%D1%81%D0%BA%D0%B8%D0%B5%20%D1%8F%D0%B7%D1%8B%D0%BA%D0%B8>,
        <http://lexvo.org/id/term/spa/Lenguas%20cauc%C3%A1sicas%20meridionales>,
        <http://lexvo.org/id/term/swe/Sydkaukasiska%20spr%C3%A5k>,
        <http://lexvo.org/id/term/tat/%D0%9A%D0%B0%D1%80%D1%82%D0%B2%D0%B5%D0%BB%D1%8C%20%D1%82%D0%B5%D0%BB%D0%BB%D3%99%D1%80%D0%B5>,
        <http://lexvo.org/id/term/tha/%E0%B8%81%E0%B8%A5%E0%B8%B8%E0%B9%88%E0%B8%A1%E0%B8%A0%E0%B8%B2%E0%B8%A9%E0%B8%B2%E0%B8%84%E0%B8%AD%E0%B9%80%E0%B8%84%E0%B8%8B%E0%B8%B1%E0%B8%AA%E0%B9%83%E0%B8%95%E0%B9%89>,
        <http://lexvo.org/id/term/tur/G%C3%BCney%20Kafkas%20dilleri>,
        <http://lexvo.org/id/term/ukr/%D0%9A%D0%B0%D1%80%D1%82%D0%B2%D0%B5%D0%BB%D1%8C%D1%81%D1%8C%D0%BA%D1%96%20%D0%BC%D0%BE%D0%B2%D0%B8>,
        <http://lexvo.org/id/term/zho/%E5%8D%97%E9%AB%98%E5%8A%A0%E7%B4%A2%E8%AF%AD%E7%B3%BB> ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-5/ccs> ;
    rdfs:comment "The Kartvelian languages (also known as South Caucasian ) are spoken primarily in Georgia, with a large group of native speakers in Russia, the United States, the European Union, Israel, and northeastern parts of Turkey. There are approximately 5.2 million speakers of this language family worldwide."@en ;
    owl:sameAs <http://dbpedia.org/resource/Kartvelian_languages>,
        <http://dbpedia.org/resource/South_Caucasian_languages>,
        <http://www.mpii.de/yago/resource/Kartvelian_languages>,
        <http://www.mpii.de/yago/resource/South_Caucasian_languages> .

<http://lexvo.org/id/iso639-5/gem> a lvont:Language,
        skos:Concept ;
    lvont:iso6392BCode "gem"^^xsd:string ;
    lvont:iso639P5Code "gem"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-5/gem> ;
    owl:sameAs <http://dbpedia.org/resource/Germanic_languages>,
        <http://lexvo.org/id/wordnet/30/noun/germanic_1_10_00>,
        <http://www.mpii.de/yago/resource/Germanic_languages>,
        <info:lc/vocabulary/languages/gem> ;
    skos:altLabel "Germaanse tale"@af,
        "اللغة الجرمانية"@ar,
        "German dilləri"@az,
        "Германски езици"@bg,
        "জার্মানীয় ভাষাসমূহ"@bn,
        "Yezhoù germanek"@br,
        "Llengües germàniques"@ca,
        "Germánské jazyky"@cs,
        "Ieithoedd Germanaidd"@cy,
        "Germanske sprog"@da,
        "Germanische Sprachen"@de,
        "Γερμανικές γλώσσες"@el,
        "Germanic language"@en,
        "Germanic languages"@en,
        "Lenguas germánicas"@es,
        "Germaani keeled"@et,
        "زبان‌های ژرمنی"@fa,
        "Germaaniset kielet"@fi,
        "Langues germaniques"@fr,
        "germaniques, langues"@fr,
        "langue germaniques"@fr,
        "Lenghis gjermanichis"@fur,
        "Cànain Ghearmaineach"@gd,
        "Linguas xermánicas"@gl,
        "שפות גרמאניות"@he,
        "जर्मैनी भाषा परिवार"@hi,
        "Germanski jezici"@hr,
        "Germán nyelvek"@hu,
        "Rumpun bahasa Germanik"@id,
        "germönsk mál (önnur)"@is,
        "Lingue germaniche"@it,
        "ゲルマン諸語"@ja,
        "ಜರ್ಮನಿಕ್ ಭಾಷೆಗಳು"@kn,
        "독일어 (기타)"@ko,
        "Germanų kalbos"@lt,
        "Ģermāņu valodas"@lv,
        "Германски јазици"@mk,
        "जर्मेनिक भाषा"@mr,
        "Germaansche Spraken"@nds,
        "Germaanse talen"@nl,
        "Germanske språk"@nn,
        "Гермайнаг æвзæгтæ"@os,
        "Języki germańskie"@pl,
        "Línguas germânicas"@pt,
        "Limbi germanice"@ro,
        "Германские языки"@ru,
        "Germánalaš gielat"@se,
        "Germánske jazyky"@sk,
        "Germanski jeziki"@sl,
        "Германски језици"@sr,
        "Germanska språk"@sv,
        "กลุ่มภาษาเจอร์เมนิก"@th,
        "Cermen dilleri"@tr,
        "Германські мови"@uk,
        "Nhóm ngôn ngữ German"@vi ;
    skos:definition "The Germanic languages constitute a sub-branch of the Indo-European (IE) language family. The common ancestor of all of the languages in this branch is called Proto-Germanic (also known as Common Germanic), which was spoken in approximately the mid-1st millennium BC in Iron Age northern Europe. Proto-Germanic, along with all of its descendants, is characterized by a number of unique linguistic features, most famously the consonant change known as Grimm's law. Early varieties of Germanic enter history with the Germanic peoples moving south from northern Europe in the 2nd century BC, to settle in north-central Europe."@en ;
    skos:inScheme lexvo: ;
    skos:prefLabel "Germaanse taal"@af,
        "Luengas chermanicas"@an,
        "لغات جرمانية"@ar,
        "لغات جيرمانيه"@arz,
        "Llingües xermániques"@ast,
        "Alman dili"@az,
        "Germanische Sprochn"@bar,
        "Германскія мовы"@be,
        "Германскія мовы"@be-tarask,
        "германски"@bg,
        "জার্মানিক ভাষা"@bn,
        "germaneg"@br,
        "जर्मनी भाषा"@brx,
        "germanski jezik"@bs,
        "германски језик"@bs-Cyrl,
        "llengua germànica"@ca,
        "زمانە جێرمەنییەکان"@ckb,
        "其他日尔曼语系"@cmn,
        "日耳曼諸語言"@cmn-Hant,
        "germánské jazyky"@cs,
        "iaith Germanaidd"@cy,
        "germansk sprog"@da,
        "Germanisch"@de,
        "Zıwanê Cermenki"@diq,
        "Germaniske rěcy"@dsb,
        "Γερμανική γλώσσα"@el,
        "Germanic Language"@en,
        "𐐖𐐲𐑉𐑋𐐰𐑌𐐮𐐿 𐐢𐐩𐑍𐐶𐐮𐐾"@en-Dsrt,
        "Ĝermana lingvaro"@eo,
        "lengua germánica"@es,
        "germaani keel"@et,
        "Germaniar hizkuntzak"@eu,
        "زبان ژرمنی"@fa,
        "germaaninen kieli"@fi,
        "Germansk mál"@fo,
        "langue germanique"@fr,
        "Germaans"@frr,
        "lenghe gjermaniche"@fur,
        "Germaanske talen"@fy,
        "日耳曼語族"@gan,
        "Cànan Gearmanach"@gd,
        "lingua xermánica"@gl,
        "آلمانی زوانؤن"@glk,
        "Germanischi Schpraach"@gsw,
        "Germanische Sprachen"@gsw-FR,
        "જર્મેનિક ભાષા"@gu,
        "שפה גרמאנית"@he,
        "जर्मनिक भाषा"@hi,
        "germanski"@hr,
        "Germanske rěče"@hsb,
        "germán nyelv"@hu,
        "Գերմանական լեզուներ"@hy,
        "Linguas germanic"@ia,
        "Rumpun Bahasa Jermanik"@id,
        "Germönsk tungumál"@is,
        "lingua germanica"@it,
        "ゲルマン語派"@ja,
        "გერმანიკული ენები"@ka,
        "Герман тілдері"@kk,
        "ಜರ್ಮನಿಕ್ ಭಾಷೆ"@kn,
        "게르만어파"@ko,
        "جٔرمینِک زبان"@ks,
        "Zimanên germanî"@ku,
        "Yethow germanek"@kw,
        "Linguae Germanicae"@la,
        "Germaanse taole"@li,
        "ພາສາເຈີມານິກ"@lo,
        "germanų kalba"@lt,
        "ģermāņu valodas"@lv,
        "германски јазици"@mk,
        "ജർമാനിക് ഭാഷ"@ml,
        "जर्मनिक भाषा"@mr,
        "Rumpun bahasa Germanik"@ms,
        "Ġermaniku (Oħra)"@mt,
        "Lhénguas germánicas"@mwl,
        "ဂျာမန် အခြေခံဘာသာစကား"@my,
        "German gí-cho̍k"@nan,
        "germansk språk"@nb,
        "Germaanse sproaken"@nds,
        "Germaanse taal"@nl,
        "germansk språk"@nn,
        "Germanske språk"@no,
        "Lengas germanicas"@oc,
        "ଜର୍ମାନିକ୍ ଭାଷା"@or,
        "гермайнаг ӕвзаг"@os,
        "germański"@pl,
        "Lenghe germàniche"@pms,
        "جرمن بولیاں"@pnb,
        "idioma germânico"@pt,
        "Germanu rimaykuna"@qu,
        "lingua germana"@rm,
        "limbă germanică"@ro,
        "германский язык"@ru,
        "Ґерманьскы языкы"@rue,
        "Lingui girmànichi"@scn,
        "Germanic leids"@sco,
        "germánalaš gielat"@se,
        "Germanski jezici"@sh,
        "germánske jazyky"@sk,
        "germanski jezik"@sl,
        "Германски језик"@sr,
        "Germanski jezik"@sr-Latn,
        "Germaniske Sproaken"@stq,
        "germanskt språk"@sv,
        "Kigermanik"@sw,
        "ஜெர்மானிய மொழி"@ta,
        "జర్మేనిక్ భాష"@te,
        "Забонҳои германӣ"@tg,
        "ภาษาเจอร์เมนิก"@th,
        "Ol Tokples Siamanik"@tpi,
        "Cermen Dilleri"@tr,
        "германська мова"@uk,
        "Ngôn ngữ Giéc-man"@vi,
        "Germaansche toaln"@vls,
        "Àwọn èdè oníjẹ́mánì"@yo,
        "Germaonse taelen"@zea,
        "日耳曼语族"@zh .

<http://lexvo.org/id/iso639-5/grk> rdfs:label "Yunan dilləri"@az,
        "Гръцки езици"@bg,
        "Greek language"@en,
        "Greek languages"@en,
        "Hellenic language"@en,
        "Hellenic languages"@en,
        "Lenguas griegas"@es,
        "Langues helléniques"@fr,
        "grecques, langues"@fr,
        "langue grecques"@fr,
        "Helenski jezici"@hr,
        "Helleense taole"@li,
        "Helleense talen"@nl,
        "Języki helleńskie"@pl,
        "Línguas helênicas"@pt,
        "Греческая группа языков"@ru ;
    lvont:iso639P5Code "grk"^^xsd:string ;
    lvont:label <http://lexvo.org/id/term/aze/Yunan%20dill%C9%99ri>,
        <http://lexvo.org/id/term/bul/%D0%93%D1%80%D1%8A%D1%86%D0%BA%D0%B8%20%D0%B5%D0%B7%D0%B8%D1%86%D0%B8>,
        <http://lexvo.org/id/term/eng/Greek%20language>,
        <http://lexvo.org/id/term/eng/Greek%20languages>,
        <http://lexvo.org/id/term/eng/Hellenic%20language>,
        <http://lexvo.org/id/term/eng/Hellenic%20languages>,
        <http://lexvo.org/id/term/fra/Langues%20hell%C3%A9niques>,
        <http://lexvo.org/id/term/fra/grecques%2C%20langues>,
        <http://lexvo.org/id/term/fra/langue%20grecques>,
        <http://lexvo.org/id/term/hrv/Helenski%20jezici>,
        <http://lexvo.org/id/term/lim/Helleense%20taole>,
        <http://lexvo.org/id/term/nld/Helleense%20talen>,
        <http://lexvo.org/id/term/pol/J%C4%99zyki%20helle%C5%84skie>,
        <http://lexvo.org/id/term/por/L%C3%ADnguas%20hel%C3%AAnicas>,
        <http://lexvo.org/id/term/rus/%D0%93%D1%80%D0%B5%D1%87%D0%B5%D1%81%D0%BA%D0%B0%D1%8F%20%D0%B3%D1%80%D1%83%D0%BF%D0%BF%D0%B0%20%D1%8F%D0%B7%D1%8B%D0%BA%D0%BE%D0%B2>,
        <http://lexvo.org/id/term/spa/Lenguas%20griegas> ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-5/grk> ;
    rdfs:comment "Hellenic, as a technical term in historical linguistics, is the branch of the Indo-European language family that includes Greek (in other contexts, \"Hellenic\" and \"Greek\" are mostly used as synonyms). According to most traditional classifications, Hellenic contains only Greek as a single language alone in its branch, and is as such co-extensive with \"Greek\". However, the term is also sometimes used to group together Greek proper with closely related languages thought to be distinct enough to constitute separate languages, either in antiquity or among the modern descendants of ancient Greek."@en ;
    owl:sameAs <http://dbpedia.org/resource/Greek_languages>,
        <http://dbpedia.org/resource/Hellenic_languages>,
        <http://www.mpii.de/yago/resource/Greek_languages>,
        <http://www.mpii.de/yago/resource/Hellenic_languages> .

<http://lexvo.org/id/iso639-5/ine> a lvont:Language,
        skos:Concept ;
    lvont:iso6392BCode "ine"^^xsd:string ;
    lvont:iso639P5Code "ine"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-5/ine> ;
    owl:sameAs <http://dbpedia.org/resource/Indo-European_languages>,
        <http://lexvo.org/id/wordnet/30/noun/indo-european_1_10_00>,
        <http://www.mpii.de/yago/resource/Indo-European_languages>,
        <info:lc/vocabulary/languages/ine> ;
    skos:altLabel "Indo-Europese tale"@af,
        "الهندية الأوروبية - أخرى"@ar,
        "Hind-Avropa dilləri"@az,
        "Индоевропейски езици"@bg,
        "ইন্দো-ইউরোপীয় ভাষা-পরিবার"@bn,
        "Yezhoù indezeuropek"@br,
        "Indoevropski jezici"@bs,
        "Llengües indoeuropees"@ca,
        "Indoevropské jazyky"@cs,
        "Ieithoedd Indo-Ewropeaidd"@cy,
        "Indoeuropæiske sprog"@da,
        "Indogermanische Sprachen"@de,
        "Ινδοευρωπαϊκές γλώσσες"@el,
        "Indo-European language"@en,
        "Indo-European languages"@en,
        "Lenguas indoeuropeas"@es,
        "Indoeuroopa keeled"@et,
        "زبان‌های هندواروپایی"@fa,
        "Indoeurooppalaiset kielet"@fi,
        "Langues indo-européennes"@fr,
        "indo-européennes, langues"@fr,
        "langue indo-européennes"@fr,
        "lenghe indo-europeane"@fur,
        "Linguas indoeuropeas"@gl,
        "שפות הודו-אירופיות"@he,
        "हिन्द-यूरोपीय भाषा-परिवार"@hi,
        "Indoeuropski jezici"@hr,
        "Indoeurópai nyelvcsalád"@hu,
        "Rumpun bahasa Indo-Eropa"@id,
        "indóevrópsk mál (önnur)"@is,
        "Lingue indoeuropee"@it,
        "インド・ヨーロッパ語族"@ja,
        "ინდოევროპული ენები"@ka,
        "ಇಂಡೋ-ಯುರೋಪಿಯನ್ ಭಾಷೆಗಳು"@kn,
        "인도유럽어 (기타)"@ko,
        "Indoeuropiečių kalbos"@lt,
        "Indoeiropiešu valodas"@lv,
        "Индоевропски јазици"@mk,
        "ഇന്തോ-യുറോപ്യന്‍ ഭാഷകള്‍"@ml,
        "इंडो-युरोपीयन भाषा"@mr,
        "Indoeuropääsche Spraken"@nds,
        "Indo-Europese talen"@nl,
        "Liste over indoeuropeiske språk"@nn,
        "Индоевропæйаг æвзæгтæ"@os,
        "Języki indoeuropejskie"@pl,
        "Línguas indo-europeias"@pt,
        "Limbile indo-europene"@ro,
        "Индоевропейские языки"@ru,
        "Indoeurópske jazyky"@sk,
        "Indoevropski jeziki"@sl,
        "Индоевропски језици"@sr,
        "Indoeuropeiska språk"@sv,
        "இந்திய-ஐரோப்பிய மொழிகள்"@ta,
        "ตระกูลภาษาอินโด-ยูโรเปียน"@th,
        "Hint-Avrupa dil ailesi"@tr,
        "Індоєвропейські мови"@uk,
        "Hệ ngôn ngữ Ấn-Âu"@vi ;
    skos:definition "The Indo-European languages are a family (or phylum) of several hundred related languages and dialects, including most major current languages of Europe, the Iranian plateau, and South Asia and also historically predominant in Anatolia. With written attestations appearing since the Bronze Age, in the form of the Anatolian languages and Mycenaean Greek, the Indo-European family is significant to the field of historical linguistics as possessing the longest recorded history after the Afroasiatic family."@en ;
    skos:inScheme lexvo: ;
    skos:prefLabel "Indo-Europese taal"@af,
        "Luengas indo-europeas"@an,
        "Indo-Europisc sprǣchīred"@ang,
        "لغات هندية أوروبية"@ar,
        "Llingües indoeuropees"@ast,
        "hint-yevropa dili"@az,
        "Indogermanische Sprochn"@bar,
        "Індаеўрапейскія мовы"@be,
        "Індаэўрапейскія мовы"@be-tarask,
        "индо-европейски"@bg,
        "ইন্দো-ইউরোপীয় ভাষা"@bn,
        "ཧིན་རྡུ་དང་ཡོ་རོབ་ཀྱི་སྐད།"@bo,
        "indezeuropeg"@br,
        "ईंडो यूरोपी भाषाएँ"@brx,
        "indo-evropski jezik"@bs,
        "индо-европски језик"@bs-Cyrl,
        "llengua indoeuropea"@ca,
        "Indo-European languages"@chr,
        "زمانە ھیندوئەورووپایییەکان"@ckb,
        "其他印欧语系"@cmn,
        "印歐諸語言"@cmn-Hant,
        "Lingui indoauropeani"@co,
        "indoevropské jazyky"@cs,
        "Инди-европа чĕлхисем"@cv,
        "iaith Indo-Ewropeaidd"@cy,
        "indo-europæisk sprog"@da,
        "Indogermanisch"@de,
        "Zıwanê Hind u Ewropa"@diq,
        "Indoeuropske rěcy"@dsb,
        "Ινδοευρωπαϊκή γλώσσα"@el,
        "Indo-European Language"@en,
        "𐐆𐑌𐐼𐐬-𐐏𐐯𐑉𐐬𐐹𐐨𐐲𐑌 𐐢𐐩𐑍𐐶𐐮𐐾"@en-Dsrt,
        "Hindeŭropa lingvaro"@eo,
        "lengua indoeuropea"@es,
        "indoeuroopa keel"@et,
        "Indoeuropar hizkuntzak"@eu,
        "Luengas induropeas"@ext,
        "زبان هند و اروپایی"@fa,
        "indoeurooppalainen kieli"@fi,
        "Indo-evropeisk mál"@fo,
        "langue indo-européenne"@fr,
        "Indogermaans"@frr,
        "Lenghe indoeuropean"@fur,
        "Yndo-Jeropeeske talen"@fy,
        "Teangacha Ind-Eorpacha"@ga,
        "印歐語系"@gan,
        "Cànanan Innd-Eòrpach"@gd,
        "lingua indoeuropea"@gl,
        "Indogermanischi Schpraach"@gsw,
        "Indogermanische Sprachfamilie"@gsw-FR,
        "ઇંડો-યુરોપીયન ભાષા"@gu,
        "Çhengaghyn Ind-Oarpagh"@gv,
        "שפה הודו-אירופית"@he,
        "इंडो-युरोपीय भाषा"@hi,
        "indoeuropski"@hr,
        "Indoeuropske rěče"@hsb,
        "indoeurópai nyelv"@hu,
        "Հնդեվրոպական լեզուներ"@hy,
        "Linguas indoeuropee"@ia,
        "Rumpun Bahasa Indo-Eropa"@id,
        "Indo-Europana linguaro"@io,
        "Indóevrópsk tungumál"@is,
        "lingua indoeuropea"@it,
        "印欧諸語"@ja,
        "xindo ropno bangu"@jbo,
        "Basa Indo-Eropah"@jv,
        "ინდო-ევროპული სხვა"@ka,
        "ಇಂಡೋ-ಯೂರೋಪಿಯನ್ ಭಾಷೆ"@kn,
        "인도유럽어족"@ko,
        "اِنڈو یوٗروپیَن زبان"@ks,
        "Malbata zimanên hind û ewropî"@ku,
        "Yethow Eyndo-Europek"@kw,
        "Индо-Европалык тилдер"@ky,
        "Linguae Indoeuropaeae"@la,
        "Linguas indoevropeas"@lad,
        "Indogermaanse taole"@li,
        "Lengue indoeuropee"@lij,
        "ພາສາອິນໂດ-ເອີລົບ"@lo,
        "indoeuropiečių kalba"@lt,
        "Indėeuruopėitiu kalbas"@lt-x,
        "indoeiropiešu valodas"@lv,
        "Fiteny Indô-Eorôpeanina"@mg,
        "Индоевропысо йылме-влак"@mhr,
        "индоевропски"@mk,
        "ഇൻഡോ-യൂറോപ്യൻ ഭാഷ"@ml,
        "इंडो-युरोपीय भाषा"@mr,
        "Bahasa-bahasa Indo-Eropah"@ms,
        "Indo-Ewropew"@mt,
        "အင်ဒို ဥရောပ ဘာသာစကား"@my,
        "Ìn-āu gí-hē"@nan,
        "Lengue innoeuropee"@nap,
        "indoeuropeisk språk"@nb,
        "Indo-Uropese taolen"@nds,
        "Indo-Europese taal"@nl,
        "indo-europeisk språk"@nn,
        "Indoeuropeiske språk"@no,
        "Indoeuropèu"@oc,
        "ଇଣ୍ଡୋ-ୟୁରୋପୀୟ ଭାଷା"@or,
        "индоевропӕйаг ӕвзаг"@os,
        "indoeuropejski"@pl,
        "Lenghe indoeuropenghe"@pms,
        "ہند یورپی بولیاں"@pnb,
        "هند و اروپایي"@ps,
        "idioma indo-europeu"@pt,
        "Indu iwrupiyu rimaykuna"@qu,
        "lingua indoeuropeica"@rm,
        "limbă indo-europeană"@ro,
        "Indo-Europikane chhiba"@rom,
        "индоевропейский язык"@ru,
        "Limbe indoeuropeane"@rup,
        "Lingui innu-europei"@scn,
        "Indo-European leids"@sco,
        "Indoeurohpálaš gielat"@se,
        "Indoevropski jezici"@sh,
        "ඉන්දු-යුරෝපීය භාෂා පවුල"@si,
        "indoeurópske jazyky"@sk,
        "indoevropski jezik"@sl,
        "Luqada Hindo Yurub"@so,
        "Gjuhët indo-evropiane"@sq,
        "Индо-европски језик"@sr,
        "Indo-evropski jezik"@sr-Latn,
        "Indogermaniske Sproaken"@stq,
        "indoeuropeiskt språk"@sv,
        "Lugha za Kihindi-Kiulaya"@sw,
        "இன்டோ-ஐரோப்பியன் மொழி"@ta,
        "ఇండో-ఐరోపియన్ భాష"@te,
        "Забонҳои Ҳинду-Аврупоӣ"@tg,
        "ภาษาอินโด-ยุโรป"@th,
        "Indo-Yuropien famili bilong tokples"@tpi,
        "Hint-Avrupa Dilleri"@tr,
        "Һинд-аурупа телләре"@tt,
        "індоєвропейські мови"@uk,
        "ہند۔یورپی زبانیں"@ur,
        "Lengue indoeuropee"@vec,
        "Ngôn ngữ Ấn-Âu"@vi,
        "Indo-Europees"@vls,
        "Àwọn èdè Indo-Europe"@yo,
        "印歐語系"@yue,
        "Indo-Europese taelen"@zea,
        "印欧语系"@zh .

<http://lexvo.org/id/iso639-5/map> a lvont:Language,
        skos:Concept ;
    lvont:iso6392BCode "map"^^xsd:string ;
    lvont:iso639P5Code "map"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-5/map> ;
    owl:sameAs <http://dbpedia.org/resource/Austronesian_languages>,
        <http://lexvo.org/id/wordnet/30/noun/austronesian_1_10_00>,
        <http://www.mpii.de/yago/resource/Austronesian_languages>,
        <info:lc/vocabulary/languages/map> ;
    skos:altLabel "Австронезийски езици"@bg,
        "অস্ট্রোনেশীয় ভাষাসমূহ"@bn,
        "অস্ট্রোনেসিয়ান"@bn,
        "Llengües austronèsies"@ca,
        "Austronéské jazyky"@cs,
        "Austronesiske sprog"@da,
        "Austronesische Sprachen"@de,
        "Austronesian language"@en,
        "Austronesian languages"@en,
        "Lenguas austronesias"@es,
        "Austroneesia keeled"@et,
        "زبان‌های استرونزیایی"@fa,
        "Austronesialaiset kielet"@fi,
        "Langues austronésiennes"@fr,
        "austronésiennes, langues"@fr,
        "langue austronésiennes"@fr,
        "שפות אוסטרונזיות"@he,
        "आस्ट्री भाषाएँ"@hi,
        "Austronezijski jezici"@hr,
        "Ausztronéz nyelvcsalád"@hu,
        "Rumpun bahasa Austronesia"@id,
        "Lingue austronesiane"@it,
        "オーストロネシア諸語"@ja,
        "ಆಸ್ಟ್ರೋನೇಸ್ಯದ ಭಾಷೆಗಳು"@kn,
        "오스트로네시아어족"@ko,
        "Austronezinės kalbos"@lt,
        "Austronēziešu valodas"@lv,
        "Австронезиски јазици"@mk,
        "Austronesische talen"@nl,
        "Austronesiske språk"@nn,
        "Języki austronezyjskie"@pl,
        "Línguas austronésias"@pt,
        "Limba austroneziană"@ro,
        "Австронезийские языки"@ru,
        "Austronézske jazyky"@sk,
        "Avstronezijski jeziki"@sl,
        "Аустронежански језици"@sr,
        "Austronesiska språk"@sv,
        "ஆத்திரனேசிய மொழிக்குடும்பம்"@ta,
        "ตระกูลภาษาออสโตรนีเซียน"@th,
        "Австронезійські мови"@uk ;
    skos:definition "The Austronesian languages are a language family widely dispersed throughout the islands of Southeast Asia and the Pacific, with a few members spoken on continental Asia that are spoken by about 386 million people. It is on par with Indo-European, Niger-Congo, Afroasiatic and Uralic as one of the best-established ancient language families. Otto Dempwolff, a German scholar, was the first researcher to extensively explore Austronesian using the comparative method. Another German scholar, Wilhelm Schmidt, coined the German word austronesisch which comes from Latin auster \"south wind\" plus Greek nêsos \"island\". The name Austronesian was formed from the same roots. The family is aptly named, as the vast majority of Austronesian languages are spoken on islands: only a few languages, such as Malay and the Chamic languages, are indigenous to mainland Asia."@en ;
    skos:inScheme lexvo: ;
    skos:prefLabel "الأوسترونيسيان"@ar,
        "Llingües austronésiques"@ast,
        "avstronezicə"@az,
        "аўстранезійская"@be,
        "австронезийски"@bg,
        "অস্ট্রোনেশীয়"@bn,
        "औस्ट्रोनेसी"@brx,
        "austronežanski"@bs,
        "аустронежански"@bs-Cyrl,
        "llengua austronèsia"@ca,
        "Mga pinulongang Awstronesyo"@ceb,
        "澳斯特罗尼西亚语系"@cmn,
        "南島諸語言"@cmn-Hant,
        "austronéské jazyky"@cs,
        "Ieithoedd Awstronesaidd"@cy,
        "austronesisk sprog"@da,
        "Austronesisch"@de,
        "Οστρονέζιαν"@el,
        "Austronesian Language"@en,
        "Aŭstronezia lingvaro"@eo,
        "lengua austronesia"@es,
        "austroneesia keel"@et,
        "Austronesiar hizkuntzak"@eu,
        "زبان آسترونیزیایی"@fa,
        "austronesialainen kieli"@fi,
        "malayo-polynésien"@fr,
        "austronesian"@fur,
        "Linguas austronesias"@gl,
        "Auschtroneesischi Schpraach"@gsw,
        "Austronesische Sprachen"@gsw-FR,
        "ઓસ્ટ્રોનેશિયન"@gu,
        "אוסטרונזית"@he,
        "ऑस्ट्रोनेशियन"@hi,
        "austronezijski"@hr,
        "ausztronéz"@hu,
        "Austronesia"@id,
        "ástrónesíska"@is,
        "austronesiano"@it,
        "オーストロネシア語族"@ja,
        "Basa Austronésia"@jv,
        "ಆಸ್ಟ್ರೋನೇಷ್ಯನ್"@kn,
        "남도어"@ko,
        "ایسٹرونیشَیَن زبان"@ks,
        "Linguae Austronesiae"@la,
        "Lengue austronesièn"@lij,
        "ອອດໂຕນີຊຽມ"@lo,
        "austronezų"@lt,
        "austronēziešu valoda"@lv,
        "Fiteny aostroneziana"@mg,
        "Austronesian"@mi,
        "австронезиски"@mk,
        "ഓസ്ട്രോനേഷ്യൻ"@ml,
        "ऑस्ट्रोनेशियन"@mr,
        "Bahasa-bahasa Austronesia"@ms,
        "Awstronesjan"@mt,
        "Lâm-tó gí-hē"@nan,
        "austronesisk språk"@nb,
        "Austronesisch"@nl,
        "austronesisk språk"@nn,
        "Austronesiske språk"@no,
        "Lengas austronesianas"@oc,
        "ଅଷ୍ଟ୍ରୋନେସିଆନ୍"@or,
        "Deng Amanung Austronesiu"@pam,
        "austronezyjski"@pl,
        "Lenghe austronesian-e"@pms,
        "austronésio"@pt,
        "Awstrunisyu rimaykuna"@qu,
        "austronesian"@rm,
        "austroneziană"@ro,
        "австронезийский"@ru,
        "austronézske jazyky"@sk,
        "avstronezijski jezik"@sl,
        "Аустронежански"@sr,
        "Austronežanski"@sr-Latn,
        "austronesiskt språk"@sv,
        "ஆஸ்ட்ரோனேஷியன்"@ta,
        "ఆస్ట్రోనిశియన్"@te,
        "ออสโตรนีเซียน"@th,
        "Mga wikang Austronesyo"@tl,
        "Avustronezya Dili"@tr,
        "австронезійська мова"@uk,
        "Ngôn ngữ Úc-Á"@vi,
        "Àwọn èdè Austronesia"@yo,
        "南島語系"@zh .

<http://lexvo.org/id/iso639-5/myn> a lvont:Language,
        skos:Concept ;
    lvont:iso6392BCode "myn"^^xsd:string ;
    lvont:iso639P5Code "myn"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-5/myn> ;
    owl:sameAs <http://dbpedia.org/resource/Mayan_languages>,
        <http://lexvo.org/id/wordnet/30/noun/maya_1_10_00>,
        <http://www.mpii.de/yago/resource/Mayan_languages>,
        <info:lc/vocabulary/languages/myn> ;
    skos:altLabel "Маянски езици"@bg,
        "মায়ান ভাষা"@bn,
        "Llengües maies"@ca,
        "Mayské jazyky"@cs,
        "mayasprog"@da,
        "Maya-Sprachen"@de,
        "Mayan Language"@en,
        "Mayan language"@en,
        "Mayan languages"@en,
        "Lenguas mayenses"@es,
        "Mayakielet"@fi,
        "Langues mayas"@fr,
        "maya, langues"@fr,
        "Majanski"@hr,
        "Maja nyelvcsalád"@hu,
        "Rumpun bahasa Maya"@id,
        "Lingue maya"@it,
        "Majų kalbos"@lt,
        "Maiju valodas"@lv,
        "Мајански јазици"@mk,
        "Mayan-taal"@nl,
        "Języki majańskie"@pl,
        "Línguas maias"@pt,
        "Limbi maiașe"@ro,
        "Майяские языки"@ru,
        "Mayské jazyky"@sk,
        "Mayaspråk"@sv,
        "Maya Dilleri"@tr,
        "Майянські мови"@uk ;
    skos:definition "The Mayan languages (alternatively: Maya languages) form a language family spoken in Mesoamerica and northern Central America. Mayan languages are spoken by at least 6 million indigenous Maya, primarily in Guatemala, Mexico, Belize and Honduras. In 1996, Guatemala formally recognized 21 Mayan languages by name, and Mexico recognizes eight more."@en ;
    skos:inScheme lexvo: ;
    skos:prefLabel "لغة المايا"@ar,
        "maya dili"@az,
        "майя език"@bg,
        "মায়া ভাষা"@bn,
        "mayaeg"@br,
        "माया भाषा"@brx,
        "majanski jezik"@bs,
        "мајански језик"@bs-Cyrl,
        "llengua maia"@ca,
        "玛雅语系"@cmn,
        "馬雅諸語言"@cmn-Hant,
        "mayské jazyky"@cs,
        "iaith Maiaidd"@cy,
        "Maya"@da,
        "Maya-Sprache"@de,
        "Γλώσσα Μάγιαν"@el,
        "Maya languages"@en,
        "𐐣𐐴𐐲𐑌 𐐢𐐩𐑍𐐶𐐮𐐾"@en-Dsrt,
        "maya"@es,
        "maia keeled"@et,
        "زبان مایایی"@fa,
        "mayakieli"@fi,
        "langue maya"@fr,
        "lenghis Maya"@fur,
        "Cànan Mayan"@gd,
        "Maya-Schpraach"@gsw,
        "માયા ભાષા"@gu,
        "Çhengaghyn Mayagh"@gv,
        "מאיה"@he,
        "माया भाषा"@hi,
        "majanski"@hr,
        "maja nyelvek"@hu,
        "Rumpun Bahasa Maya"@id,
        "majamál"@is,
        "lingue maya"@it,
        "マヤ語族"@ja,
        "მაიას ენები"@ka,
        "ಮಯನ್ ಭಾಷೆ"@kn,
        "마야어"@ko,
        "مَیَن زبان"@ks,
        "Zimanên mayayî"@ku,
        "ພາສາມາແຢນ"@lo,
        "majanų"@lt,
        "maiju valodas"@lv,
        "мајански јазици"@mk,
        "മായൻ ഭാഷ"@ml,
        "माया भाषा"@mr,
        "Bahasa Maya"@ms,
        "Majan"@mt,
        "Mayatlahtōlli"@nah,
        "mayaspråk"@nb,
        "Mayatalen"@nl,
        "mayaspråk"@nn,
        "Mayiske språk"@no,
        "Lengas maias"@oc,
        "ମାୟା ଭାଷା"@or,
        "język Majów"@pl,
        "Lenghe maya"@pms,
        "maia"@pt,
        "Maya rimaykuna"@qu,
        "lingau maya"@rm,
        "limbă mayașă"@ro,
        "майя языки"@ru,
        "mayské jazyky"@sk,
        "majevski jezik"@sl,
        "Мајански језик"@sr,
        "Majanski jezik"@sr-Latn,
        "mayaspråk"@sv,
        "மாயான் மொழி"@ta,
        "మాయన్ భాష"@te,
        "ภาษามายา"@th,
        "Maya dili"@tr,
        "майя мови"@uk,
        "Ngôn ngữ Maya"@vi,
        "馬雅語系"@zh .

<http://lexvo.org/id/iso639-5/nah> a lvont:Language,
        skos:Concept ;
    lvont:iso6392BCode "nah"^^xsd:string ;
    lvont:iso639P5Code "nah"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-5/nah> ;
    owl:sameAs <http://dbpedia.org/resource/Nahuatl_languages>,
        <http://lexvo.org/id/wordnet/30/noun/nahuatl_1_10_00>,
        <http://www.mpii.de/yago/resource/Nahuatl_languages>,
        <info:lc/vocabulary/languages/nah> ;
    skos:altLabel "Nahuatl language"@en,
        "Nahuatl languages"@en,
        "langue nahuatl"@fr,
        "nahuatl, langues"@fr,
        "náuatle"@pt ;
    skos:inScheme lexvo: ;
    skos:prefLabel "الناهيوتل"@ar,
        "nahuatl dili"@az,
        "нахуатл"@bg,
        "নাহুৎল"@bn,
        "nahuatl"@br,
        "नाहुआतल्"@brx,
        "nahuatl"@bs,
        "нахуатл"@bs-Cyrl,
        "nàhuatl"@ca,
        "纳瓦特尔文"@cmn,
        "納瓦特文"@cmn-Hant,
        "nahuatl"@cs,
        "Nahwatl"@cy,
        "nahuatl"@da,
        "Nahuatl"@de,
        "Ναχουάτλ"@el,
        "Nahuatl"@en,
        "náhuatl"@es,
        "nahua"@et,
        "ناواتلی"@fa,
        "nahuatlkieli"@fi,
        "nahuatl"@fr,
        "Nahuatl"@gd,
        "Nahuatl"@gsw,
        "નહઆત્લ"@gu,
        "נאהואטל"@he,
        "नहुआत्ल"@hi,
        "nahuatl"@hr,
        "nahuati"@hu,
        "Nahuatl"@id,
        "nahúatl"@is,
        "nahuatl"@it,
        "ナワトル語"@ja,
        "ನಹೌಟಿ"@kn,
        "나우아틀어"@ko,
        "ناہاوتَل"@ks,
        "ນາຮົວ"@lo,
        "nahuatlų"@lt,
        "navatlu"@lv,
        "нахуатл"@mk,
        "നാഹ്വാൾ‍ട്ട്"@ml,
        "नहुआत्ल"@mr,
        "Naħwatil"@mt,
        "nahuatl"@nb,
        "Nahuatl"@nl,
        "nahuatl"@nn,
        "ନାଉହାତି"@or,
        "nahuatl"@pl,
        "nauatle"@pt,
        "nahuatl"@rm,
        "nahuatl"@ro,
        "ацтекский"@ru,
        "nahuaský jazyk"@sk,
        "nahuatl"@sl,
        "Нахуатл"@sr,
        "Nahuatl"@sr-Latn,
        "aztekiska"@sv,
        "நஹுவால்"@ta,
        "నాహుఅటిల్"@te,
        "นาฮัว"@th,
        "Nahuatl"@tr,
        "нахуатль"@uk,
        "Tiếng Nahuatl"@vi .

<http://lexvo.org/id/iso639-5/paa> a lvont:Language,
        skos:Concept ;
    lvont:iso6392BCode "paa"^^xsd:string ;
    lvont:iso639P5Code "paa"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-5/paa> ;
    owl:sameAs <http://dbpedia.org/resource/Papuan_languages>,
        <http://lexvo.org/id/wordnet/30/noun/papuan_1_10_00>,
        <http://www.mpii.de/yago/resource/Papuan_languages>,
        <info:lc/vocabulary/languages/paa> ;
    skos:altLabel "Llengües papús"@ca,
        "Papuánské jazyky"@cs,
        "Papua-Sprachen"@de,
        "Παπούα γλώσσες"@el,
        "Papuan language"@en,
        "Papuan languages"@en,
        "Lenguas papúes"@es,
        "papualaiskieli"@fi,
        "Langues papoues"@fr,
        "langue papoues"@fr,
        "papoues, langues"@fr,
        "Papuanski jezici"@hr,
        "Pápua nyelvek"@hu,
        "Rumpun bahasa Papua"@id,
        "Lingue papuasiche"@it,
        "파푸아어 (기타)"@ko,
        "Papuasų kalbos"@lt,
        "Papoeatalen"@nl,
        "Języki papuaskie"@pl,
        "Папуасские языки"@ru,
        "Papuánske jazyky"@sk,
        "Papuanska språk"@sv,
        "กลุ่มภาษาปาปัว"@th ;
    skos:definition "The Papuan languages are those languages of the western Pacific which are neither Austronesian nor Australian. The term does not presuppose a genetic relationship. The concept of Papuan peoples as distinct from Melanesians was first suggested and named by Sidney Herbert Ray in 1892."@en ;
    skos:inScheme lexvo: ;
    skos:prefLabel "اللغة الغينية"@ar,
        "papua dili"@az,
        "папуаски"@bg,
        "পাপুয়ান ভাষা"@bn,
        "Yezhoù papouek"@br,
        "पापुअन"@brx,
        "papuanski jezik"@bs,
        "папуански језик"@bs-Cyrl,
        "llengua papú"@ca,
        "其他巴布亚文"@cmn,
        "巴布亞諸語言"@cmn-Hant,
        "papuánské jazyky"@cs,
        "iaith Papŵaidd"@cy,
        "papua-australsk sprog"@da,
        "Papuasprache"@de,
        "Παπούα"@el,
        "Papuan Language"@en,
        "Papua lingvaro"@eo,
        "lengua papú"@es,
        "paapua keel"@et,
        "زبان پاپوایی"@fa,
        "Papuakielet"@fi,
        "langue papoue"@fr,
        "Papua-Schpraach"@gsw,
        "Papua-Sprachen"@gsw-FR,
        "પાપુન ભાષા"@gu,
        "השפה הפפואנית"@he,
        "पापुआन भाषा"@hi,
        "papuanski"@hr,
        "pápuai nyelv"@hu,
        "Rumpun Bahasa Papua"@id,
        "papúsk mál (önnur)"@is,
        "lingua papuana"@it,
        "パプア諸語"@ja,
        "Basa-basa Papua"@jv,
        "ಪಪುವನ್ ಭಾಷೆ"@kn,
        "파푸아 제어"@ko,
        "پَپُواں زبان"@ks,
        "Linguae Papuanae"@la,
        "ພາສາປາປົວ"@lo,
        "papuasų kalba"@lt,
        "papuasu valodas"@lv,
        "папуански"@mk,
        "പാപുവാൻ ഭാഷ"@ml,
        "पापुन भाषा"@mr,
        "Papwan (Oħra)"@mt,
        "ပါပူရန် ဘာသာစကား"@my,
        "papuisk språk"@nb,
        "Papoeataal"@nl,
        "papuisk språk"@nn,
        "Lengas papós"@oc,
        "ପାପୁଆନ୍ ଭାଷା"@or,
        "papuaski"@pl,
        "Lenghe papuan-e"@pms,
        "idioma papuano"@pt,
        "lingua papuana"@rm,
        "limbă papuașă"@ro,
        "папуасский язык"@ru,
        "papuánsky"@sk,
        "papuanski jezik"@sl,
        "Папуански језик"@sr,
        "Papuanski jezik"@sr-Latn,
        "papuanskt språk"@sv,
        "பபுவான் மொழி"@ta,
        "పాపుఅన్ భాష"@te,
        "ภาษาปาปัว"@th,
        "Papua Dilleri"@tr,
        "папуаські мови"@uk,
        "Ngôn ngữ Papua"@vi,
        "Papoeataelen"@zea,
        "巴布亞諸語言"@zh .

<http://lexvo.org/id/iso639-5/sgn> a lvont:Language,
        skos:Concept ;
    lvont:iso6392BCode "sgn"^^xsd:string ;
    lvont:iso639P5Code "sgn"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-5/sgn> ;
    owl:sameAs <http://dbpedia.org/resource/sign_languages>,
        <http://lexvo.org/id/wordnet/30/noun/sign_language_1_10_00>,
        <http://www.lingvoj.org/lang/sgn>,
        <http://www.mpii.de/yago/resource/sign_languages>,
        <info:lc/vocabulary/languages/sgn> ;
    skos:altLabel "Sign Language"@en,
        "Sign languages"@en,
        "sign languages"@en,
        "langues des signes"@fr,
        "linguages de sinais"@pt ;
    skos:inScheme lexvo: ;
    skos:prefLabel "Gebaretaal"@af,
        "لغات الإشارة"@ar,
        "işarət dili"@az,
        "знакавая мова"@be,
        "жестомимичен език"@bg,
        "চিহ্ন ভাষা"@bn,
        "yezh ar sinoù"@br,
        "चीह्न भाषा"@brx,
        "jezik znakova"@bs,
        "знаковни језик"@bs-Cyrl,
        "llengua de signes"@ca,
        "手语"@cmn,
        "手語"@cmn-Hant,
        "znakové jazyky"@cs,
        "iaith Arwyddion"@cy,
        "tegnsprog"@da,
        "Gebärdensprache"@de,
        "Νοηματική γλώσσα"@el,
        "sign language"@en,
        "lenguajes de signos"@es,
        "viipekeel"@et,
        "زبان اشاره"@fa,
        "viittomakieli"@fi,
        "langue des signes"@fr,
        "Cainnt-Shanais"@gd,
        "lingua de signos"@gl,
        "Gebäärdeschpraach"@gsw,
        "સાંકેતિક ભાષા"@gu,
        "שפת סימנים"@he,
        "सांकेतिक भाषा"@hi,
        "znakovni jezik"@hr,
        "jelnyelv"@hu,
        "Bahasa Isyarat"@id,
        "táknmál"@is,
        "lingue sign"@it,
        "手話"@ja,
        "ಸಂಜ್ಞಾ ಭಾಷೆ"@kn,
        "수화"@ko,
        "ພາສາໄບ້"@lo,
        "ženklų kalba"@lt,
        "zīmju valodas"@lv,
        "знаковни јазици"@mk,
        "ആംഗ്യഭാഷ"@ml,
        "सांकेतिक भाषा"@mr,
        "Lingwa tas-Sinjali"@mt,
        "အချက်ပြ ဘာသာစကား"@my,
        "tegnspråk"@nb,
        "Gebarentaal"@nl,
        "teiknspråk"@nn,
        "ସାଙ୍କେତିକ ଭାଷା"@or,
        "migowy"@pl,
        "linguagem de sinais"@pt,
        "lingua da segns"@rm,
        "limbaj mimico-gestual"@ro,
        "язык глухонемых"@ru,
        "znaková reč"@sk,
        "znakovni jezik"@sl,
        "Знаковни језик"@sr,
        "Jezik znakova"@sr-Latn,
        "teckenspråk"@sv,
        "சங்கேத மொழி"@ta,
        "సంజ్ఞ భాష"@te,
        "ภาษาสัญญาณ"@th,
        "lea fakaʻilonga"@to,
        "İşaret Dilleri"@tr,
        "знакові мови"@uk,
        "Ngôn ngữ Ký hiệu"@vi .

<http://lexvo.org/id/iso639-5/sit> a lvont:Language,
        skos:Concept ;
    lvont:iso6392BCode "sit"^^xsd:string ;
    lvont:iso639P5Code "sit"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-5/sit> ;
    owl:sameAs <http://dbpedia.org/resource/Sino-Tibetan_languages>,
        <http://lexvo.org/id/wordnet/30/noun/sino-tibetan_1_10_00>,
        <http://www.mpii.de/yago/resource/Sino-Tibetan_languages>,
        <info:lc/vocabulary/languages/sit> ;
    skos:altLabel "اللغة الصينية التيبتية"@ar,
        "Çin-Tibet dilləri"@az,
        "Сино-тибетско езиково семейство"@bg,
        "Llengües sinotibetanes"@ca,
        "Sinotibetské jazyky"@cs,
        "Ieithoedd Sino-Tibetaidd"@cy,
        "Sino-tibetanske sprog"@da,
        "Sinotibetische Sprachen"@de,
        "Σινοθιβετικές γλώσσες"@el,
        "Sino-Tibetan language"@en,
        "Sino-Tibetan languages"@en,
        "Lenguas sino-tibetanas"@es,
        "زبان‌های چینی-تبتی"@fa,
        "Sinotiibetiläiset kielet"@fi,
        "Langues sino-tibétaines"@fr,
        "langue sino-tibétaines"@fr,
        "sino-tibétaines, langues"@fr,
        "שפות סינו-טיבטיות"@he,
        "चीनी-तिब्बती भाषा-परिवार"@hi,
        "Sinotibetski jezici"@hr,
        "Sino-tibeti nyelvcsalád"@hu,
        "Rumpun bahasa Sino-Tibet"@id,
        "lingua sino-tibetana"@it,
        "シナ・チベット諸語"@ja,
        "ಚೀನಿ-ಟಿಬೆಟನ್ ಭಾಷೆಗಳು"@kn,
        "중국 티베트 어족"@ko,
        "Kinų-tibetiečių kalbos"@lt,
        "Sinotibetiešu valodas"@lv,
        "Синотибетски јазици"@mk,
        "चीनी-तिबेटी भाषा"@mr,
        "Sino-Tibetaanse talen"@nl,
        "Sinotibetanske språk"@nn,
        "Języki chińsko-tybetańskie"@pl,
        "Línguas sino-tibetanas"@pt,
        "Сино-тибетские языки"@ru,
        "Sinotibetské jazyky"@sk,
        "Сино-тибетански језици"@sr,
        "Sinotibetanska språk"@sv,
        "சீன-திபெத்திய மொழிகள்"@ta,
        "ตระกูลภาษาจีน-ทิเบต"@th,
        "Çin-Tibet dilleri ailesi"@tr,
        "китайсько-тибетські мови"@uk,
        "Ngôn ngữ Sino-Tây Tạng"@vi ;
    skos:definition "The Sino-Tibetan languages are a family of some 250 languages of East Asia, Southeast Asia and parts of South Asia, including the Chinese and Tibeto-Burman languages. They are second only to the Indo-European languages in terms of the number of native speakers. The internal classification of the family is debated."@en ;
    skos:inScheme lexvo: ;
    skos:prefLabel "Luengas sino-tibetanas"@an,
        "لغات صينية تبتية"@ar,
        "Llingües sino-tibetanes"@ast,
        "sino-tibet dili"@az,
        "кітайска-тыбецкая мова"@be,
        "синотибетски"@bg,
        "সিনো-তিব্বোতীয় ভাষা"@bn,
        "Yezhoù sinek-tibetek"@br,
        "सीनो तिब्बती भाषाएँ"@brx,
        "sino-tibetanski jezik"@bs,
        "сино-тибетански језик"@bs-Cyrl,
        "llengua sinotibetana"@ca,
        "其他汉藏语系"@cmn,
        "漢藏諸語言"@cmn-Hant,
        "tibetočínské jazyky"@cs,
        "iaith Sino-Tibetaidd"@cy,
        "sino-tibetansk sprog"@da,
        "Sinotibetisch"@de,
        "Σινοθιβετιανή γλώσσα"@el,
        "Sino-Tibetan Language"@en,
        "Ĉinotibeta lingvaro"@eo,
        "lengua sino-tibetana"@es,
        "hiina-tiibeti keel"@et,
        "Sino-tibetar hizkuntzak"@eu,
        "زبان چین و تبتی"@fa,
        "sinotiibetiläinen kieli"@fi,
        "langue sino-tibétaine"@fr,
        "Linguas sino-tibetanas"@gl,
        "Sinotibetischi Schpraach"@gsw,
        "ચીની-ટિબેટી ભાષા"@gu,
        "Çhengaghyn Sheenagh-Tibetagh"@gv,
        "שפה סינו־טיבטית"@he,
        "चीनी-तिब्ब्ती भाषा"@hi,
        "sino-tibetski"@hr,
        "sinotibeti nyelv"@hu,
        "Rumpun Bahasa Sino-Tibet"@id,
        "sínótíbesk mál"@is,
        "Lingue sinotibetane"@it,
        "シナ・チベット語族"@ja,
        "ჩინურ-ტიბეტური ენები"@ka,
        "ಸೈನೋ-ಟಿಬೇಟಿಯನ್ ಭಾಷೆ"@kn,
        "중국티베트어족"@ko,
        "سَینو تِبَتَن زبان"@ks,
        "Linguae Sinotibetanae"@la,
        "ພາສາຊີໂນ-ທິເບດ"@lo,
        "sino tibeto kalba"@lt,
        "Kėnu-tėbetėitiu kalbas"@lt-x,
        "sinotibetiešu valodas"@lv,
        "синотибетански"@mk,
        "ചീന-ടിബത്തൻ ഭാഷ"@ml,
        "Хятад-Төвөд хэлний язгуур"@mn,
        "चिनी-तिबेटी भाषा"@mr,
        "Sino-Tibetjani (Oħra)"@mt,
        "တရုတ်-တိဘက် ဘာသာစကား"@my,
        "Hàn-Chōng gí-hē"@nan,
        "sino-tibetansk språk"@nb,
        "Sino-Tibetaanse taal"@nl,
        "sino-tibetansk språk"@nn,
        "Sinotibetanske språk"@no,
        "Lengas sinotibetanas"@oc,
        "ସିନୋ-ତିବ୍ବେତାନ୍ ଭାଷା"@or,
        "chińsko-tybetański"@pl,
        "Lenghe sino-tibetan-e"@pms,
        "idioma sino-tibetano"@pt,
        "Han-P'ut' rimaykuna"@qu,
        "linguas sino-tibetanas"@rm,
        "limbă sino-tibetană"@ro,
        "синотибетский язык"@ru,
        "sinotibetský jazyk"@sk,
        "kitajsko-tibetanski jezik"@sl,
        "Сино-тибетански језик"@sr,
        "Sino-tibetanski jezik"@sr-Latn,
        "Tibetisk-chinesiske Sproaken"@stq,
        "sinotibetanskt språk"@sv,
        "சினோ-திபேத்தியன் மொழி"@ta,
        "సైనో- టిబిటన్ భాష"@te,
        "ภาษาซิโน-ทิเบต"@th,
        "Sino-Tibet Dilleri"@tr,
        "Сино-тибетські мови"@uk,
        "چینی۔تبتی زبانیں"@ur,
        "Ngữ hệ Hán-Tạng"@vi,
        "Famile des lingaedjes sino-tibetins"@wa,
        "漢藏語系"@yue,
        "Sino-Tibetaonse taelen"@zea,
        "汉藏语系"@zh .

<http://lexvo.org/id/iso639-5/ssa> a lvont:Language,
        skos:Concept ;
    lvont:iso6392BCode "ssa"^^xsd:string ;
    lvont:iso639P5Code "ssa"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-5/ssa> ;
    owl:sameAs <http://dbpedia.org/resource/Nilo-Saharan_languages>,
        <http://lexvo.org/id/wordnet/30/noun/nilo-saharan_1_10_00>,
        <http://www.mpii.de/yago/resource/Nilo-Saharan_languages>,
        <info:lc/vocabulary/languages/ssa> ;
    skos:altLabel "لغة نيلية الصحراوية"@ar,
        "Llengües niloticosaharianes"@ca,
        "Nilosaharské jazyky"@cs,
        "Ieithoedd Nilo-Saharaidd"@cy,
        "nilo-saharansk sprog"@da,
        "Nilosaharanische Sprachen"@de,
        "Nilo-Saharan language"@en,
        "Nilo-Saharan languages"@en,
        "Lenguas nilo-saharianas"@es,
        "زبان‌های نیلی‌صحرایی"@fa,
        "niililäis-saharalainen kieli"@fi,
        "Langues nilo-sahariennes"@fr,
        "langue nilo-sahariennes"@fr,
        "nilo-sahariennes, langues"@fr,
        "Nílus-szaharai nyelvcsalád"@hu,
        "Lingue nilo-sahariane"@it,
        "ナイル・サハラ諸語"@ja,
        "ನೈಲೋ-ಸಹಾರನ್ ಭಾಷೆಗಳು"@kn,
        "니로-사하람어 (기타)"@ko,
        "Nilo-Sacharos kalbos"@lt,
        "нилско-сахарски јазици"@mk,
        "Nilo-Saharaanse taal"@nl,
        "Nilo-Saharaanse talen"@nl,
        "Nilosahariske språk"@nn,
        "Języki nilo-saharyjskie"@pl,
        "Línguas nilo-saarianas"@pt,
        "idioma nilo-saariano"@pt,
        "Нило-сахарские языки"@ru,
        "Нило-сахарски језици"@sr,
        "Nilo-sahariska språk"@sv,
        "Nil-Sahara Dilleri"@tr ;
    skos:definition "The Nilo-Saharan languages are a proposed family of African languages spoken by some 50 million people, mainly in the upper parts of the Chari and Nile rivers (hence the term \"Nilo-\"), including historic Nubia, north of where the two tributaries of Nile meet. The languages extend through 17 nations in the northern half of Africa: from Mali in the west; to Benin, Nigeria and the Democratic Republic of the Congo in the south; and Sudan to Tanzania in the east."@en ;
    skos:inScheme lexvo: ;
    skos:prefLabel "لغات نيلية صحراوية"@ar,
        "nilo-sahara dili"@az,
        "нило-сахарски език"@bg,
        "নিলো-সাহারান ভাষা"@bn,
        "Yezhoù nilez-saharek"@br,
        "नील सहारा भाषा"@brx,
        "nilo-saharski jezik"@bs,
        "нило-сахарски језик"@bs-Cyrl,
        "llengua nilosahariana"@ca,
        "非洲撒哈拉沙漠边缘地带语言"@cmn,
        "尼羅撒哈拉諸語言"@cmn-Hant,
        "nilosaharské jazyky"@cs,
        "iaith Nilo-Saharaidd"@cy,
        "Nilosaharisk"@da,
        "Nilosaharanisch"@de,
        "Νιλο-Σαχαριανή γλώσσα"@el,
        "Nilo-Saharan Language"@en,
        "Nilo-sahara lingvaro"@eo,
        "lengua nilo-sahariana"@es,
        "Niiluse-Sahara keel"@et,
        "زبان نیلی و صحرایی"@fa,
        "Nilosaharalaiset kielet"@fi,
        "langue nilo-saharienne"@fr,
        "lingua do nilo-sáhara"@gl,
        "Nilosaharanischi Schpraach"@gsw,
        "નીલો-સહારન ભાષા"@gu,
        "השפה הנילו-סהרנית"@he,
        "नील सहारी भाषा"@hi,
        "nilo-saharski"@hr,
        "Nilosaharske rěče"@hsb,
        "nílusi-szaharai nyelv"@hu,
        "Rumpun Bahasa Nilo-Sahara"@id,
        "nílósaharamál (önnur)"@is,
        "lingua nilo-sahariana"@it,
        "ナイル・サハラ語族"@ja,
        "ನಿಲೋ-ಸಹಾರನ್ ಭಾಷೆ"@kn,
        "나일사하라어족"@ko,
        "نیٖلو سہارَن زبان"@ks,
        "Linguae Nilosaharanae"@la,
        "Lengue nilo-saharianne"@lij,
        "ພາສານີໂລ-ຊາຮາລັນ"@lo,
        "Nilo Sacharos kalba"@lt,
        "nīlas-sahāras valodas"@lv,
        "Нилосахарски јазици"@mk,
        "നിളോ-സഹാറൻ ഭാഷ"@ml,
        "निलो-सहारन भाषा"@mr,
        "Nilo-Saħaram"@mt,
        "nilo-saharaspråk"@nb,
        "Nilo-Saharanische Spraken"@nds,
        "Nilo-Saharaans"@nl,
        "nilo-saharaspråk"@nn,
        "Nilosahariske språk"@no,
        "ନୀଲ୍ ସାହାରି ଭାଷା"@or,
        "nilosaharyjski"@pl,
        "Lenghe nilo-saharian-e"@pms,
        "idioma nilo-sariano"@pt,
        "Nilusaharu rimaykuna"@qu,
        "lingua nilo-sahariana"@rm,
        "limbă nilo-sahariană"@ro,
        "нило-сахарский язык"@ru,
        "nilosaharský jazyk"@sk,
        "nilsko-saharski jezik"@sl,
        "Нило-сахарски језик"@sr,
        "Nilo-saharski jezik"@sr-Latn,
        "nilosahariskt språk"@sv,
        "Lugha za Kinilo-Sahara"@sw,
        "Lugha ya Kinilo-Sahara"@swh,
        "நிலோ-சஹாரன் மொழி"@ta,
        "నీలో సహారా భాష"@te,
        "ภาษานิโล-ซาฮารัน"@th,
        "Nil-Sahra dilleri"@tr,
        "ніло-сахарські мови"@uk,
        "Ngôn ngữ Nilo-Sahara"@vi,
        "Nilo-Saharaonse taelen"@zea,
        "尼罗-撒哈拉语系"@zh .

<http://lexvo.org/id/iso639-5/tut> a lvont:Language,
        skos:Concept ;
    lvont:iso6392BCode "tut"^^xsd:string ;
    lvont:iso639P5Code "tut"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-5/tut> ;
    owl:sameAs <http://dbpedia.org/resource/Altaic_languages>,
        <http://lexvo.org/id/wordnet/30/noun/altaic_1_10_00>,
        <http://www.mpii.de/yago/resource/Altaic_languages>,
        <info:lc/vocabulary/languages/tut> ;
    skos:altLabel "الألطائية - أخرى"@ar,
        "Altay dilləri"@az,
        "Алтайски езици"@bg,
        "আলতায়ীক ভাষা"@bn,
        "Yezhoù altaek"@br,
        "Llengües altaiques"@ca,
        "Altajské jazyky"@cs,
        "Altaiske sprog"@da,
        "Altaische Sprachen"@de,
        "Αλταϊκές γλώσσες"@el,
        "Altaic language"@en,
        "Altaic languages"@en,
        "Lenguas altaicas"@es,
        "Altai keeled"@et,
        "زبان‌های آلتایی"@fa,
        "Altailaiset kielet"@fi,
        "Langues altaïques"@fr,
        "altaïques, langues"@fr,
        "langue altaïques"@fr,
        "שפות אלטאיות"@he,
        "अल्ताई भाषा-परिवार"@hi,
        "Altajski jezici"@hr,
        "Altaji nyelvcsalád"@hu,
        "Bahasa Altai"@id,
        "Lingue altaiche"@it,
        "ಆಲ್ಟಾಯಿಕ್ ಭಾಷೆಗಳು"@kn,
        "알타이제어 (기타)"@ko,
        "Altajaus kalbos"@lt,
        "Altajiešu valodas"@lv,
        "Алтајски јазици"@mk,
        "അറ്റ്ലാൻറിക്ക് ഭാഷ"@ml,
        "Altaïsche talen"@nl,
        "Altaiske språk"@nn,
        "Języki ałtajskie"@pl,
        "Línguas altaicas"@pt,
        "Limbi altaice"@ro,
        "Алтайские языки"@ru,
        "Altajské jazyky"@sk,
        "Altajski jeziki"@sl,
        "Алтајски језици"@sr,
        "Altaiska språk"@sv,
        "ตระกูลภาษาอัลไตอิก"@th,
        "Altay dilleri"@tr,
        "Алтайські мови"@uk,
        "Hệ ngôn ngữ Altai"@vi ;
    skos:definition "Altaic is a proposed language family that includes the Turkic, Mongolic, Tungusic, and Japonic language families and the Korean language isolate. These languages are spoken in a wide arc stretching from northeast Asia through Central Asia to Anatolia and eastern Europe (Turks, Kalmyks). The group is named after the Altai Mountains, a mountain range in Central Asia."@en ;
    skos:inScheme lexvo: ;
    skos:prefLabel "لغات ألطية"@ar,
        "Familia altaica"@ast,
        "altaik dili"@az,
        "алтайская мова"@be,
        "Алтайскія мовы"@be-tarask,
        "алтайски"@bg,
        "আলটাইক"@bn,
        "altaieg"@br,
        "altaički jezik"@bs,
        "алтаички језик"@bs-Cyrl,
        "llengua altaica"@ca,
        "阿尔泰诸语言"@cmn,
        "阿爾泰諸語言（其他）"@cmn-Hant,
        "altajské jazyky"@cs,
        "iaith Altäig"@cy,
        "altaisk sprog"@da,
        "Altaisch"@de,
        "Αλταϊκή γλώσσα"@el,
        "Altaic Language"@en,
        "Altaja lingvaro"@eo,
        "lengua altaica"@es,
        "altai keel"@et,
        "زبان آلتاییک"@fa,
        "altailainen kieli"@fi,
        "langue altaïque"@fr,
        "Altayske talen"@fy,
        "Teangacha Altaecha"@ga,
        "lingua altaica"@gl,
        "Altaischi Schpraachä"@gsw,
        "અલ્ટેઇક ભાષા"@gu,
        "Çhengaghyn Altaiagh"@gv,
        "השפה האלטאית"@he,
        "अल्तैक भाषा"@hi,
        "altajski"@hr,
        "Altajske rěče"@hsb,
        "altáji nyelv"@hu,
        "Ալթայան լեզուներ"@hy,
        "Altai"@id,
        "Altaika linguaro"@io,
        "altaísk mál (önnur)"@is,
        "lingua altaica"@it,
        "アルタイ諸語"@ja,
        "ალთაური ენები"@ka,
        "Алтай тілдері"@kk,
        "ಆಲ್ಟಾಯಿಕ್ ಭಾಷೆ"@kn,
        "알타이어족"@ko,
        "اَلتایِک زبان"@ks,
        "Zimanên altayî"@ku,
        "Linguae Altaicae"@la,
        "Lengue altaiche"@lij,
        "ພາສາອານຕາອີກ"@lo,
        "altaikų kalba"@lt,
        "Altajaus kalbas"@lt-x,
        "altajiešu valodas"@lv,
        "Алтай йылме-влак"@mhr,
        "алтајски"@mk,
        "അൾതായിക്"@ml,
        "Алтай хэлний язгуур"@mn,
        "अल्टॅइक भाषा"@mr,
        "Bahasa-bahasa Altaik"@ms,
        "Altajk (Oħra)"@mt,
        "altaisk språk"@nb,
        "Altaïsche taal"@nl,
        "altaisk språk"@nn,
        "Altaiske språk"@no,
        "Lengas altaïcas"@oc,
        "ଆଲ୍ଟିକ୍ ଭାଷା"@or,
        "ałtajski"@pl,
        "Lenghe altàiche"@pms,
        "idioma altaico"@pt,
        "Altay rimaykuna"@qu,
        "linguas altaicas"@rm,
        "limbă altaică"@ro,
        "алтайский язык"@ru,
        "Altajski jezici"@sh,
        "altajské jazyky"@sk,
        "altajski jezik"@sl,
        "Алтаички језик"@sr,
        "Altaički jezik"@sr-Latn,
        "Altaiske Sproaken"@stq,
        "altaiskt språk"@sv,
        "அல்தேய்க் மொழி"@ta,
        "ఆల్టియాక్ భాష"@te,
        "ภาษาอัลตาอิก"@th,
        "Altaý dilleri"@tk,
        "Altay Dilleri"@tr,
        "Алтай телләре"@tt,
        "ئالتاي تىللىرى سىستېمىسى"@ug,
        "алтайська мова"@uk,
        "الطائی زبانیں"@ur,
        "Ngôn ngữ Altai"@vi,
        "Àwọn èdè Altaic"@yo,
        "阿尔泰语系"@zh .

<http://lexvo.org/id/iso639-5/tuw> rdfs:label "Тунгусо-манджурски езици"@bg,
        "Yezhoù toungousek"@br,
        "Llengües manxú-tungús"@ca,
        "Tunguzské jazyky"@cs,
        "Tungusische Sprachen"@de,
        "Tungus language"@en,
        "Tungus languages"@en,
        "Tungusic language"@en,
        "Tungusic languages"@en,
        "Tunguso-manĉura grupo"@eo,
        "Lenguas tunguses"@es,
        "Tunguusikielet"@fi,
        "Langues toungouses"@fr,
        "langue toungouses"@fr,
        "toungouses, langues"@fr,
        "Teangacha Tungúsacha"@ga,
        "שפות טונגוסיות"@he,
        "तुन्गुसी भाषा-परिवार"@hi,
        "Tunguski jezici"@hr,
        "Tungusik"@id,
        "Tungusiana lingui"@io,
        "Lingue tunguse"@it,
        "ツングース諸語"@ja,
        "퉁구스어족"@ko,
        "Tungusų-mandžiūrų kalbos"@lt,
        "Тунгуски јазици"@mk,
        "Тунгус хэлний бүлэг"@mn,
        "Toengoezische talen"@nl,
        "Tungusiske språk"@nn,
        "Tungusiske språk"@no,
        "Języki tungusko-mandżurskie"@pl,
        "Línguas tungúsicas"@pt,
        "Limbi tunguze"@ro,
        "Тунгусо-маньчжурские языки"@ru,
        "Тунгуски језици"@sr,
        "Tungusiska språk"@sv,
        "กลุ่มภาษาตุงกูซิก"@th,
        "Tunguzca"@tr,
        "Тунгус-маньчжур телләре"@tt,
        "تۇنگۇس مانجۇ تىللىرى"@ug,
        "Тунгусо-маньчжурські мови"@uk,
        "满－通古斯语族"@zh ;
    lvont:iso639P5Code "tuw"^^xsd:string ;
    lvont:label <http://lexvo.org/id/term/bre/Yezho%C3%B9%20toungousek>,
        <http://lexvo.org/id/term/bul/%D0%A2%D1%83%D0%BD%D0%B3%D1%83%D1%81%D0%BE-%D0%BC%D0%B0%D0%BD%D0%B4%D0%B6%D1%83%D1%80%D1%81%D0%BA%D0%B8%20%D0%B5%D0%B7%D0%B8%D1%86%D0%B8>,
        <http://lexvo.org/id/term/cat/Lleng%C3%BCes%20manx%C3%BA-tung%C3%BAs>,
        <http://lexvo.org/id/term/ces/Tunguzsk%C3%A9%20jazyky>,
        <http://lexvo.org/id/term/deu/Tungusische%20Sprachen>,
        <http://lexvo.org/id/term/eng/Tungus%20language>,
        <http://lexvo.org/id/term/eng/Tungus%20languages>,
        <http://lexvo.org/id/term/eng/Tungusic%20language>,
        <http://lexvo.org/id/term/eng/Tungusic%20languages>,
        <http://lexvo.org/id/term/epo/Tunguso-man%C4%89ura%20grupo>,
        <http://lexvo.org/id/term/fin/Tunguusikielet>,
        <http://lexvo.org/id/term/fra/Langues%20toungouses>,
        <http://lexvo.org/id/term/fra/langue%20toungouses>,
        <http://lexvo.org/id/term/fra/toungouses%2C%20langues>,
        <http://lexvo.org/id/term/gle/Teangacha%20Tung%C3%BAsacha>,
        <http://lexvo.org/id/term/heb/%D7%A9%D7%A4%D7%95%D7%AA%20%D7%98%D7%95%D7%A0%D7%92%D7%95%D7%A1%D7%99%D7%95%D7%AA>,
        <http://lexvo.org/id/term/hin/%E0%A4%A4%E0%A5%81%E0%A4%A8%E0%A5%8D%E0%A4%97%E0%A5%81%E0%A4%B8%E0%A5%80%20%E0%A4%AD%E0%A4%BE%E0%A4%B7%E0%A4%BE-%E0%A4%AA%E0%A4%B0%E0%A4%BF%E0%A4%B5%E0%A4%BE%E0%A4%B0>,
        <http://lexvo.org/id/term/hrv/Tunguski%20jezici>,
        <http://lexvo.org/id/term/ido/Tungusiana%20lingui>,
        <http://lexvo.org/id/term/ind/Tungusik>,
        <http://lexvo.org/id/term/ita/Lingue%20tunguse>,
        <http://lexvo.org/id/term/jpn/%E3%83%84%E3%83%B3%E3%82%B0%E3%83%BC%E3%82%B9%E8%AB%B8%E8%AA%9E>,
        <http://lexvo.org/id/term/kor/%ED%89%81%EA%B5%AC%EC%8A%A4%EC%96%B4%EC%A1%B1>,
        <http://lexvo.org/id/term/lit/Tungus%C5%B3-mand%C5%BEi%C5%ABr%C5%B3%20kalbos>,
        <http://lexvo.org/id/term/mkd/%D0%A2%D1%83%D0%BD%D0%B3%D1%83%D1%81%D0%BA%D0%B8%20%D1%98%D0%B0%D0%B7%D0%B8%D1%86%D0%B8>,
        <http://lexvo.org/id/term/mon/%D0%A2%D1%83%D0%BD%D0%B3%D1%83%D1%81%20%D1%85%D1%8D%D0%BB%D0%BD%D0%B8%D0%B9%20%D0%B1%D2%AF%D0%BB%D1%8D%D0%B3>,
        <http://lexvo.org/id/term/nld/Toengoezische%20talen>,
        <http://lexvo.org/id/term/nno/Tungusiske%20spr%C3%A5k>,
        <http://lexvo.org/id/term/nor/Tungusiske%20spr%C3%A5k>,
        <http://lexvo.org/id/term/pol/J%C4%99zyki%20tungusko-mand%C5%BCurskie>,
        <http://lexvo.org/id/term/por/L%C3%ADnguas%20tung%C3%BAsicas>,
        <http://lexvo.org/id/term/ron/Limbi%20tunguze>,
        <http://lexvo.org/id/term/rus/%D0%A2%D1%83%D0%BD%D0%B3%D1%83%D1%81%D0%BE-%D0%BC%D0%B0%D0%BD%D1%8C%D1%87%D0%B6%D1%83%D1%80%D1%81%D0%BA%D0%B8%D0%B5%20%D1%8F%D0%B7%D1%8B%D0%BA%D0%B8>,
        <http://lexvo.org/id/term/spa/Lenguas%20tunguses>,
        <http://lexvo.org/id/term/srp/%D0%A2%D1%83%D0%BD%D0%B3%D1%83%D1%81%D0%BA%D0%B8%20%D1%98%D0%B5%D0%B7%D0%B8%D1%86%D0%B8>,
        <http://lexvo.org/id/term/swe/Tungusiska%20spr%C3%A5k>,
        <http://lexvo.org/id/term/tat/%D0%A2%D1%83%D0%BD%D0%B3%D1%83%D1%81-%D0%BC%D0%B0%D0%BD%D1%8C%D1%87%D0%B6%D1%83%D1%80%20%D1%82%D0%B5%D0%BB%D0%BB%D3%99%D1%80%D0%B5>,
        <http://lexvo.org/id/term/tha/%E0%B8%81%E0%B8%A5%E0%B8%B8%E0%B9%88%E0%B8%A1%E0%B8%A0%E0%B8%B2%E0%B8%A9%E0%B8%B2%E0%B8%95%E0%B8%B8%E0%B8%87%E0%B8%81%E0%B8%B9%E0%B8%8B%E0%B8%B4%E0%B8%81>,
        <http://lexvo.org/id/term/tur/Tunguzca>,
        <http://lexvo.org/id/term/uig/%D8%AA%DB%87%D9%86%DA%AF%DB%87%D8%B3%20%D9%85%D8%A7%D9%86%D8%AC%DB%87%20%D8%AA%D9%89%D9%84%D9%84%D9%89%D8%B1%D9%89>,
        <http://lexvo.org/id/term/ukr/%D0%A2%D1%83%D0%BD%D0%B3%D1%83%D1%81%D0%BE-%D0%BC%D0%B0%D0%BD%D1%8C%D1%87%D0%B6%D1%83%D1%80%D1%81%D1%8C%D0%BA%D1%96%20%D0%BC%D0%BE%D0%B2%D0%B8>,
        <http://lexvo.org/id/term/zho/%E6%BB%A1%EF%BC%8D%E9%80%9A%E5%8F%A4%E6%96%AF%E8%AF%AD%E6%97%8F> ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-5/tuw> ;
    rdfs:comment "The Tungusic languages (also known as Manchu-Tungus, Tungus) form a language family spoken in Eastern Siberia and Manchuria by Tungusic peoples. Many Tungusic languages are endangered, and the long-term future of the family is uncertain. Traditionally, linguists considered Tungusic to be part of the Altaic language family along with the Turkic and Mongolic language families; more recent proposals are that it belongs to Macro-Altaic, the latter including Japanese and Korean as well, or on the other hand, that Altaic is not a genetic group but a Sprachbund."@en ;
    owl:sameAs <http://dbpedia.org/resource/Tungus_languages>,
        <http://dbpedia.org/resource/Tungusic_languages>,
        <http://www.mpii.de/yago/resource/Tungus_languages>,
        <http://www.mpii.de/yago/resource/Tungusic_languages> .

<http://lexvo.org/id/kangxi-radical/120> a lvont:CJKRadical ;
    lvont:label <http://lexvo.org/id/char/2EB0>,
        <http://lexvo.org/id/char/2F77>,
        <http://lexvo.org/id/char/7CF8>,
        <http://lexvo.org/id/char/7CF9>,
        <http://lexvo.org/id/char/7E9F> .

<http://lexvo.org/id/kangxi-radical/123> a lvont:CJKRadical ;
    lvont:label <http://lexvo.org/id/char/2634B>,
        <http://lexvo.org/id/char/2634C>,
        <http://lexvo.org/id/char/2634D>,
        <http://lexvo.org/id/char/2F7A>,
        <http://lexvo.org/id/char/7F8A> .

<http://lexvo.org/id/kangxi-radical/125> a lvont:CJKRadical ;
    lvont:label <http://lexvo.org/id/char/2F7C>,
        <http://lexvo.org/id/char/8001>,
        <http://lexvo.org/id/char/8002>,
        <http://lexvo.org/id/char/8003>,
        <http://lexvo.org/id/char/F934> .

<http://lexvo.org/id/kangxi-radical/134> a lvont:CJKRadical ;
    lvont:label <http://lexvo.org/id/char/26951>,
        <http://lexvo.org/id/char/26952>,
        <http://lexvo.org/id/char/26953>,
        <http://lexvo.org/id/char/2F85>,
        <http://lexvo.org/id/char/81FC> .

<http://lexvo.org/id/kangxi-radical/147> a lvont:CJKRadical ;
    lvont:label <http://lexvo.org/id/char/2EC5>,
        <http://lexvo.org/id/char/2F92>,
        <http://lexvo.org/id/char/898B>,
        <http://lexvo.org/id/char/89C1>,
        <http://lexvo.org/id/char/FA0A> .

<http://lexvo.org/id/kangxi-radical/158> a lvont:CJKRadical ;
    lvont:label <http://lexvo.org/id/char/2820F>,
        <http://lexvo.org/id/char/28210>,
        <http://lexvo.org/id/char/28211>,
        <http://lexvo.org/id/char/2F9D>,
        <http://lexvo.org/id/char/8EAB> .

<http://lexvo.org/id/kangxi-radical/159> a lvont:CJKRadical ;
    lvont:label <http://lexvo.org/id/char/2ECB>,
        <http://lexvo.org/id/char/2F9E>,
        <http://lexvo.org/id/char/8ECA>,
        <http://lexvo.org/id/char/8F66>,
        <http://lexvo.org/id/char/F902> .

<http://lexvo.org/id/kangxi-radical/161> a lvont:CJKRadical ;
    lvont:label <http://lexvo.org/id/char/28443>,
        <http://lexvo.org/id/char/28444>,
        <http://lexvo.org/id/char/2FA0>,
        <http://lexvo.org/id/char/8FB0>,
        <http://lexvo.org/id/char/F971> .

<http://lexvo.org/id/kangxi-radical/162> a lvont:CJKRadical ;
    lvont:label <http://lexvo.org/id/char/20507>,
        <http://lexvo.org/id/char/2ECC>,
        <http://lexvo.org/id/char/2FA1>,
        <http://lexvo.org/id/char/8FB5>,
        <http://lexvo.org/id/char/8FB6> .

<http://lexvo.org/id/kangxi-radical/18> a lvont:CJKRadical ;
    lvont:label <http://lexvo.org/id/char/206A3>,
        <http://lexvo.org/id/char/2F11>,
        <http://lexvo.org/id/char/5200>,
        <http://lexvo.org/id/char/5201>,
        <http://lexvo.org/id/char/5202> .

<http://lexvo.org/id/kangxi-radical/181> a lvont:CJKRadical ;
    lvont:label <http://lexvo.org/id/char/2944B>,
        <http://lexvo.org/id/char/2EDA>,
        <http://lexvo.org/id/char/2FB4>,
        <http://lexvo.org/id/char/9801>,
        <http://lexvo.org/id/char/9875> .

<http://lexvo.org/id/kangxi-radical/182> a lvont:CJKRadical ;
    lvont:label <http://lexvo.org/id/char/2EDB>,
        <http://lexvo.org/id/char/2FB5>,
        <http://lexvo.org/id/char/51EC>,
        <http://lexvo.org/id/char/98A8>,
        <http://lexvo.org/id/char/98CE> .

<http://lexvo.org/id/kangxi-radical/187> a lvont:CJKRadical ;
    lvont:label <http://lexvo.org/id/char/29867>,
        <http://lexvo.org/id/char/2EE2>,
        <http://lexvo.org/id/char/2FBA>,
        <http://lexvo.org/id/char/99AC>,
        <http://lexvo.org/id/char/9A6C> .

<http://lexvo.org/id/kangxi-radical/212> a lvont:CJKRadical ;
    lvont:label <http://lexvo.org/id/char/2EF0>,
        <http://lexvo.org/id/char/2FD3>,
        <http://lexvo.org/id/char/9F8D>,
        <http://lexvo.org/id/char/9F99>,
        <http://lexvo.org/id/char/F9C4> .

<http://lexvo.org/id/kangxi-radical/43> a lvont:CJKRadical ;
    lvont:label <http://lexvo.org/id/char/21BC1>,
        <http://lexvo.org/id/char/21BC2>,
        <http://lexvo.org/id/char/2F2A>,
        <http://lexvo.org/id/char/5C22>,
        <http://lexvo.org/id/char/5C23> .

<http://lexvo.org/id/kangxi-radical/7> a lvont:CJKRadical ;
    lvont:label <http://lexvo.org/id/char/2011E>,
        <http://lexvo.org/id/char/2011F>,
        <http://lexvo.org/id/char/20120>,
        <http://lexvo.org/id/char/2F06>,
        <http://lexvo.org/id/char/4E8C> .

<http://lexvo.org/id/kangxi-radical/87> a lvont:CJKRadical ;
    lvont:label <http://lexvo.org/id/char/244EF>,
        <http://lexvo.org/id/char/244F0>,
        <http://lexvo.org/id/char/2F56>,
        <http://lexvo.org/id/char/722A>,
        <http://lexvo.org/id/char/722B> .

<http://lexvo.org/id/kangxi-radical/90> a lvont:CJKRadical ;
    lvont:label <http://lexvo.org/id/char/2456A>,
        <http://lexvo.org/id/char/2EA6>,
        <http://lexvo.org/id/char/2F59>,
        <http://lexvo.org/id/char/4E2C>,
        <http://lexvo.org/id/char/723F> .

<http://lexvo.org/id/kangxi-radical/96> a lvont:CJKRadical ;
    lvont:label <http://lexvo.org/id/char/248E9>,
        <http://lexvo.org/id/char/2F5F>,
        <http://lexvo.org/id/char/7389>,
        <http://lexvo.org/id/char/738A>,
        <http://lexvo.org/id/char/738B> .

<http://lexvo.org/id/iso639-3/ace> a lvont:Language,
        skos:Concept ;
    lvont:isFocusOf <http://id.loc.gov/vocabulary/iso639-2/ace> ;
    lvont:iso6392BCode "ace"^^xsd:string ;
    lvont:iso6392TCode "ace"^^xsd:string ;
    lvont:iso639P3PCode "ace"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-2/ace>,
        <http://www.glottolog.org/resource/languoid/id/achi1257> ;
    owl:sameAs <http://dbpedia.org/resource/Acehnese_language>,
        <http://psi.oasis-open.org/iso/639/#ace>,
        <http://www.lingvoj.org/lang/ace>,
        <http://www.mpii.de/yago/resource/Acehnese_language>,
        <info:lc/vocabulary/languages/ace> ;
    skos:altLabel "অ্যাচাইনিজ"@bn,
        "আচে ভাষা"@bn,
        "Axinès"@ca,
        "Achinesische Sprache"@de,
        "Acehnese language"@en,
        "Idioma achenés"@es,
        "Aceh’n kieli"@fi,
        "Aceh"@fr,
        "Ačinski jezik"@hr,
        "Bahasa Aceh"@id,
        "Lingua aceh"@it,
        "Ačehų kalba"@lt,
        "Atjehs"@nl,
        "Język aceh"@pl,
        "Língua achém"@pt,
        "Ачехский язык"@ru,
        "Acehnesiska"@sv,
        "அச்சே மொழி"@ta,
        "ภาษาอาเจะห์"@th,
        "Ачехська мова"@uk ;
    skos:definition "Acehnese (also Achinese, Achehnese) or Aceh (formerly Atjeh) is a Malayo-Polynesian language spoken by Acehnese people natively in Aceh, Sumatra, Indonesia. This language also spoken in some parts in Malaysia by Acehnese descendents there, such as in Yan, Kedah."@en ;
    skos:inScheme lexvo: ;
    skos:notation "ace"^^xsd:string ;
    skos:prefLabel "Bahsa Acèh"@ace,
        "Idioma achenés"@an,
        "الأتشينيزية"@ar,
        "akin dili"@az,
        "ачински"@bg,
        "আচিনিয়"@bn,
        "अचेहनी"@brx,
        "ačineski"@bs,
        "ачинески"@bs-Cyrl,
        "atjeh"@ca,
        "亚齐文"@cmn,
        "亞齊文"@cmn-Hant,
        "acehština"@cs,
        "Acehneg"@cy,
        "achinesisk"@da,
        "Aceh-Sprache"@de,
        "Açehki"@diq,
        "Αχινίζ"@el,
        "Achinese"@en,
        "Aĉea lingvo"@eo,
        "acehnés"@es,
        "atšehi"@et,
        "آچئی"@fa,
        "atšeh"@fi,
        "aceh"@fr,
        "Lingua achinesa"@gl,
        "Aceh"@gsw,
        "અચીની"@gu,
        "אכינזית"@he,
        "अचाइनीस"@hi,
        "Acehnese bhasa"@hif,
        "achinese"@hr,
        "achinéz"@hu,
        "Aceh"@id,
        "akkíska"@is,
        "accinese"@it,
        "アチェ語"@ja,
        "Basa Acèh"@jv,
        "ಅಛಿನೀಸ್"@kn,
        "아체어"@ko,
        "اَچَےنیٖز"@ks,
        "ແອັກຊີເນັສ"@lo,
        "ačinezų"@lt,
        "ačinu"@lv,
        "акинески"@mk,
        "അചിനീസ്"@ml,
        "अचीनी"@mr,
        "Bahasa Aceh"@ms,
        "Aċiniż"@mt,
        "achinesisk"@nb,
        "Atjees"@nl,
        "achinesisk"@nn,
        "ଆଚାଇନୀଜ୍"@or,
        "ਅਚੀਨੀ"@pa,
        "aceh"@pl,
        "Lenga aceh"@pms,
        "achém"@pt,
        "aceh"@rm,
        "aceh"@ro,
        "ачехский"@ru,
        "Icyace"@rw,
        "acehgiella"@se,
        "acehčina"@sk,
        "ačejščina"@sl,
        "Ачинески"@sr,
        "Ačineski"@sr-Latn,
        "acehnesiska"@sv,
        "ஆச்சினீஸ்"@ta,
        "ఆఖినీస్"@te,
        "อาเจะห์"@th,
        "Achinese"@tr,
        "ачехська"@uk,
        "Tiếng Achinese"@vi,
        "Achinese"@yo .

<http://lexvo.org/id/iso639-3/ain> a lvont:Language,
        skos:Concept ;
    lvont:isFocusOf <http://id.loc.gov/vocabulary/iso639-2/ain> ;
    lvont:iso6392BCode "ain"^^xsd:string ;
    lvont:iso6392TCode "ain"^^xsd:string ;
    lvont:iso639P3PCode "ain"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-2/ain>,
        <http://www.glottolog.org/resource/languoid/id/ainu1240> ;
    owl:sameAs <http://dbpedia.org/resource/Ainu_language>,
        <http://www.lingvoj.org/lang/ain>,
        <http://www.mpii.de/yago/resource/Ainu_language>,
        <info:lc/vocabulary/languages/ain> ;
    skos:altLabel "لغة آينوية"@ar,
        "Айнски език"@bg,
        "আইনু ভাষা"@bn,
        "Ainu"@ca,
        "Ainština"@cs,
        "Ainu-Sprache"@de,
        "Ainu (Japan)"@en,
        "Ainu language"@en,
        "Idioma ainu"@es,
        "زبان آینو"@fa,
        "Ainun kieli"@fi,
        "Aïnou"@fr,
        "איינו"@he,
        "Ainu"@hr,
        "Bahasa Ainu"@id,
        "aínu (Japan)"@is,
        "Lingua ainu"@it,
        "აინუური ენა"@ka,
        "Ainų kalba"@lt,
        "Аину јазик"@mk,
        "Ainu"@nl,
        "Język ajnuski"@pl,
        "Língua ainu"@pt,
        "Limba ainu"@ro,
        "Айнский язык"@ru,
        "Аину језик"@sr,
        "Ainu"@sv,
        "ஐனு மொழி"@ta,
        "ภาษาไอนุ"@th,
        "Айнська мова"@uk ;
    skos:definition "Ainu (Ainu: , Aynu itak; Japanese: Ainu-go; Cyrillic: ) is one of the Ainu languages, spoken by members of the Ainu ethnic group on the northern Japanese island of Hokkaidō."@en ;
    skos:inScheme lexvo: ;
    skos:notation "ain"^^xsd:string ;
    skos:prefLabel "الآينوية"@ar,
        "Llingua ainu"@ast,
        "aynuca"@az,
        "Мова айну"@be-tarask,
        "айну"@bg,
        "আইনু"@bn,
        "ཨའི་ནུ་སྐད།"@bo,
        "Ainoueg"@br,
        "ऐनू"@brx,
        "ainu"@bs,
        "аину"@bs-Cyrl,
        "ainu"@ca,
        "阿伊努文"@cmn,
        "愛努文"@cmn-Hant,
        "ainština"@cs,
        "Айну чĕлхи"@cv,
        "Ainŵeg"@cy,
        "ainu"@da,
        "Ainu"@de,
        "Αϊνού"@el,
        "Ainu"@en,
        "Ajnua lingvo"@eo,
        "ainu"@es,
        "ainu"@et,
        "Ainuera"@eu,
        "آینویی"@fa,
        "ainu"@fi,
        "aïnou"@fr,
        "Lingua ainu"@gl,
        "Ainu"@gsw,
        "એનૂ"@gu,
        "אינו"@he,
        "ऐनू"@hi,
        "ainu"@hr,
        "ainu"@hu,
        "Ainu"@id,
        "Aínúmál"@is,
        "ainu"@it,
        "アイヌ語"@ja,
        "აინუ"@ka,
        "ಐನು"@kn,
        "아이누어"@ko,
        "اینوٗ"@ks,
        "Айну кыв"@kv,
        "Lingua Ainuana"@la,
        "ໄອນູ"@lo,
        "ainų"@lt,
        "ainu"@lv,
        "аину"@mk,
        "അയിനു"@ml,
        "ऐनू"@mr,
        "Bahasa Ainu"@ms,
        "Ajnu"@mt,
        "Ainu-gú"@nan,
        "ainu"@nb,
        "Ainu"@nds,
        "Aino"@nl,
        "ainu"@nn,
        "Ainu"@no,
        "Aino"@oc,
        "ଆଇନୁ"@or,
        "Айнаг æвзаг"@os,
        "ajnu"@pl,
        "Lenga ainu"@pms,
        "ainu"@pt,
        "ainu"@rm,
        "ainu"@ro,
        "айну"@ru,
        "Lingua ainu"@scn,
        "ainčina"@sk,
        "ainujščina"@sl,
        "Аину"@sr,
        "Ainu"@sr-Latn,
        "ainu"@sv,
        "ஐனு"@ta,
        "ఐను"@te,
        "ไอนุ"@th,
        "lea fakaʻainu"@to,
        "Ayni Dili"@tr,
        "айнська"@uk,
        "Tiếng Ainu"@vi,
        "阿伊努語"@zh .

<http://lexvo.org/id/iso639-3/ang> a lvont:Language,
        skos:Concept ;
    lvont:isFocusOf <http://id.loc.gov/vocabulary/iso639-2/ang> ;
    lvont:iso6392BCode "ang"^^xsd:string ;
    lvont:iso6392TCode "ang"^^xsd:string ;
    lvont:iso639P3PCode "ang"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-2/ang> ;
    owl:sameAs <http://dbpedia.org/resource/Old_English>,
        <http://lexvo.org/id/wordnet/30/noun/old_english_1_10_00>,
        <http://psi.oasis-open.org/iso/639/#ang>,
        <http://www.lingvoj.org/lang/ang>,
        <http://www.mpii.de/yago/resource/Old_English>,
        <info:lc/vocabulary/languages/ang> ;
    skos:altLabel "الإنجليزية القديمة"@ar,
        "Старажытнаанглійская мова"@be,
        "Староанглийски език"@bg,
        "প্রাচীন ইংরেজী"@bn,
        "Anglès antic"@ca,
        "Stará angličtina"@cs,
        "Angelsaksisk"@da,
        "Altenglische Sprache"@de,
        "Αρχαία αγγλική γλώσσα"@el,
        "English, Old (ca. 450-1100)"@en,
        "English, Old (ca.450-1100)"@en,
        "Old English (ca. 450-1100)"@en,
        "Idioma anglosajón"@es,
        "Vanainglise keel"@et,
        "زبان انگلیسی باستان"@fa,
        "Muinaisenglanti"@fi,
        "ancien anglais"@fr,
        "anglo-saxon (ca.450-1100)"@fr,
        "एंग्लो-सैक्सॉन भाषा"@hi,
        "Staroengleski jezik"@hr,
        "Óangol nyelv"@hu,
        "Inggris Kuno [kl.450-1100]"@id,
        "Fornenska"@is,
        "Antico inglese"@it,
        "ძველი ინგლისური ენა"@ka,
        "Senoji anglų kalba"@lt,
        "Senangļu valoda"@lv,
        "Староанглиски јазик"@mk,
        "Рагон англисаг æвзаг"@os,
        "Język staroangielski"@pl,
        "inglês arcaico"@pt,
        "Limba engleză veche"@ro,
        "Древнеанглийский язык"@ru,
        "stará angličtina"@sk,
        "Stara angleščina"@sl,
        "Староенглески језик"@sr,
        "Fornengelska"@sv,
        "பண்டைய ஆங்கிலம்"@ta,
        "ภาษาอังกฤษโบราณ"@th,
        "Давньоанглійська мова"@uk ;
    skos:definition "Old English (Ænglisc, Anglisc, Englisc) or Anglo-Saxon is an early form of the English language that was spoken and written by the Anglo-Saxons and their descendants in parts of what are now England and southern and eastern Scotland between at least the mid-5th century and the mid-12th century. What survives through writing represents primarily the literary register of Anglo-Saxon."@en ;
    skos:inScheme lexvo: ;
    skos:notation "ang"^^xsd:string ;
    skos:prefLabel "ጥንታዊ እንግሊዝኛ"@am,
        "Ænglisc sprǣc"@ang,
        "إنجليزية عتيقة"@ar,
        "Inglés antiguu"@ast,
        "qədimi ingiliscə"@az,
        "Anglsaxische Sproch"@bar,
        "стараанглійская"@be,
        "Стараангельская мова"@be-tarask,
        "староанглийски"@bg,
        "প্রাচীন ইংরেজি"@bn,
        "hensaozneg"@br,
        "पुरानी अंग्रेज़ी"@brx,
        "staroengleski"@bs,
        "староенглески"@bs-Cyrl,
        "anglès antic"@ca,
        "古英文"@cmn,
        "古英文"@cmn-Hant,
        "staroangličtina"@cs,
        "Hen Saesneg"@cy,
        "oldengelsk"@da,
        "Altenglisch"@de,
        "Παλαιά Αγγλικά"@el,
        "Old English"@en,
        "Anglosaksa lingvo"@eo,
        "inglés antiguo"@es,
        "vanainglise"@et,
        "Anglosaxoiera"@eu,
        "انگلیسی باستان"@fa,
        "muinaisenglanti"@fi,
        "Vieil anglais"@fr,
        "vieri inglês"@fur,
        "Aldingelsk"@fy,
        "Seann-Bheurla"@gd,
        "Inglés antigo"@gl,
        "قدیمی اینگیلیسی"@glk,
        "Altänglisch"@gsw,
        "જુની અંગ્રેજી"@gu,
        "אנגלית עתיקה"@he,
        "पुरानी अंग्रेज़ी"@hi,
        "staroengleski"@hr,
        "óangol"@hu,
        "Bahasa Inggris Kuno"@id,
        "fornenska"@is,
        "inglese antico"@it,
        "古英語"@ja,
        "ძველი ინგლისური"@ka,
        "ಪ್ರಾಚೀನ ಇಂಗ್ಲೀಷ್"@kn,
        "고대 영어"@ko,
        "پرون اَنٛگریٖزی"@ks,
        "Lingua Anglica antiqua"@la,
        "Lingua Anglo-saksona"@lad,
        "ອັງກິດໂບຮານ"@lo,
        "senoji anglų"@lt,
        "senangļu"@lv,
        "Reo Ingarihi Inamata"@mi,
        "стар англиски"@mk,
        "പഴയ ഇംഗ്ലീഷ്"@ml,
        "पुरातन इंग्रजी"@mr,
        "Bahasa Inggeris Kuno"@ms,
        "Ingliż, Antik"@mt,
        "အင်္ဂလိပ်စာဟောင်း"@my,
        "Huehcāuh Inglatlahtōlli"@nah,
        "Kó͘ Eng-gí"@nan,
        "gammelengelsk"@nb,
        "Angelsassische Sprake"@nds,
        "Oudengels"@nl,
        "gammalengelsk"@nn,
        "Gammelengelsk"@no,
        "Anglosaxon"@oc,
        "ପୁରୁଣା ଇଁରାଜୀ"@or,
        "рагон англисаг"@os,
        "staroangielski"@pl,
        "Inglês antigo"@pt,
        "englais vegl"@rm,
        "engleză veche"@ro,
        "староанглийский"@ru,
        "Auld Inglis leid"@sco,
        "boares eaŋgalasgiella"@se,
        "Staroengleski jezik"@sh,
        "Anglosaština"@sk,
        "stara angleščina"@sl,
        "Староенглески"@sr,
        "Staroengleski"@sr-Latn,
        "fornengelska"@sv,
        "Kiingereza cha Kale"@sw,
        "Kiingereza cha Kale"@swh,
        "பழைய ஆங்கிலம்"@ta,
        "ప్రాచీన ఆగ్లం"@te,
        "อังกฤษโบราณ"@th,
        "Eski İngilizce"@tr,
        "давньоанглійська"@uk,
        "Tiếng Anh cổ"@vi,
        "Oudiengels"@vls,
        "古英语"@zh .

<http://lexvo.org/id/iso639-3/apc> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "apc"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/nort3139> ;
    skos:altLabel "Arabic, North Levantine"@en ;
    skos:inScheme lexvo: ;
    skos:notation "apc"^^xsd:string ;
    skos:prefLabel "North Levantine Arabic"@en .

<http://lexvo.org/id/iso639-3/aqp> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "aqp"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/atak1252> ;
    owl:sameAs <http://dbpedia.org/resource/Atakapa_language>,
        <http://lexvo.org/id/wordnet/30/noun/atakapa_1_10_00>,
        <http://www.mpii.de/yago/resource/Atakapa_language> ;
    skos:altLabel "Atakapa language"@en ;
    skos:definition "Atakapa is an extinct language isolate native to southwestern Louisiana and nearby coastal eastern Texas. It was spoken by the Atakapa people (also known as \"Ishak\")."@en ;
    skos:inScheme lexvo: ;
    skos:notation "aqp"^^xsd:string ;
    skos:prefLabel "Atakapeg"@br,
        "Atakapa"@en,
        "Idioma atakapa"@es,
        "Atakapa hizkuntza"@eu,
        "Atakapa"@fr,
        "Atakapa jezik"@hr,
        "Lenga atakapa"@pms,
        "Атакапа"@ru .

<http://lexvo.org/id/iso639-3/ast> a lvont:Language,
        skos:Concept ;
    lvont:isFocusOf <http://id.loc.gov/vocabulary/iso639-2/ast> ;
    lvont:iso6392BCode "ast"^^xsd:string ;
    lvont:iso6392TCode "ast"^^xsd:string ;
    lvont:iso639P3PCode "ast"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-2/ast>,
        <http://www.glottolog.org/resource/languoid/id/astu1245> ;
    owl:sameAs <http://dbpedia.org/resource/Asturian_language>,
        <http://psi.oasis-open.org/iso/639/#ast>,
        <http://www.lingvoj.org/lang/ast>,
        <http://www.mpii.de/yago/resource/Asturian_language>,
        <info:lc/vocabulary/languages/ast> ;
    skos:altLabel "لغة أستورية"@ar,
        "Asturianu"@ast,
        "Asturiya dili"@az,
        "Asturština"@cs,
        "Asturiansk"@da,
        "Asturische Sprache"@de,
        "Αστουριανή γλώσσα"@el,
        "Asturian"@en,
        "Asturian language"@en,
        "Asturleonese"@en,
        "Leonese"@en,
        "Idioma asturiano"@es,
        "Asturian kieli"@fi,
        "Asturien"@fr,
        "Lingua asturiana"@gl,
        "Asztúriai–leóni nyelv"@hu,
        "Bahasa Asturia"@id,
        "Astúríska"@is,
        "Lingua asturiana"@it,
        "아스투리아스어"@ko,
        "Astūriešu valoda"@lv,
        "Język asturyjski"@pl,
        "Língua asturiana"@pt,
        "Limba asturiană"@ro,
        "Астурийский язык"@ru,
        "Asturiagiella"@se,
        "Astúrčina"@sk,
        "Астуријски језик"@sr,
        "Asturiska"@sv,
        "ஆதூரிய மொழி"@ta,
        "ภาษาอัสตูเรียส"@th,
        "Asturyasça"@tr,
        "Астурійська мова"@uk ;
    skos:definition "Asturian (Asturianu, or bable ) is a Romance language of the West Iberian group, Astur-Leonese Subgroup, spoken in the Spanish Region of Asturias by some Asturian people. In Asturias, even though it is not an official language, it is protected under the Autonomous Statute legislation and is an optional language at schools."@en ;
    skos:inScheme lexvo: ;
    skos:notation "ast"^^xsd:string ;
    skos:prefLabel "Asturies"@af,
        "Idioma asturiano"@an,
        "الأسترية"@ar,
        "asturianu"@ast,
        "asturicə"@az,
        "астурыйская"@be,
        "астурски"@bg,
        "আস্তুরিয়"@bn,
        "Astureg"@br,
        "asturijski"@bs,
        "астуријски"@bs-Cyrl,
        "asturià"@ca,
        "阿斯图里亚思特文"@cmn,
        "阿斯图里亚思文"@cmn-Hans,
        "阿斯圖里亞文"@cmn-Hant,
        "Lingua asturiana"@co,
        "asturština"@cs,
        "Astwrieg"@cy,
        "asturisk"@da,
        "Asturianisch"@de,
        "asturiagbe"@ee,
        "Αστουριανά"@el,
        "Bable"@en,
        "Asturia lingvo"@eo,
        "asturiano"@es,
        "astuuria"@et,
        "Asturiera"@eu,
        "Luenga asturiana"@ext,
        "زبان آستوریایی"@fa,
        "asturia"@fi,
        "asturien"@fr,
        "Asturien"@frp,
        "asturian"@fur,
        "asturiano"@gl,
        "Aschturianisch"@gsw,
        "અસ્તુરિયન"@gu,
        "Â-sṳ̂-thù-lî-â-sṳ̂-ngî"@hak,
        "אסטורית"@he,
        "अस्तुरियन"@hi,
        "asturijski"@hr,
        "asztúr"@hu,
        "Աստուրիերեն"@hy,
        "Astur"@id,
        "astúríska"@is,
        "asturiano"@it,
        "アストゥリアス語"@ja,
        "ავსტრიული"@ka,
        "ಆಸ್ಟುರಿಯನ್"@kn,
        "아스투리아어"@ko,
        "ایسٹوٗریَن"@ks,
        "Asturyek"@kw,
        "Lingua Asturiana"@la,
        "Asturiaans"@li,
        "Lengoa asturiann-a"@lij,
        "ອັສຕູຮຽນ"@lo,
        "asturianų"@lt,
        "astūriešu"@lv,
        "астуриски"@mk,
        "ഓസ്‌ട്രിയൻ"@ml,
        "अस्तुरियन"@mr,
        "Bahasa Asturia"@ms,
        "Asturian"@mt,
        "Lhéngua asturiana"@mwl,
        "asturisk"@nb,
        "Astuursche Spraak"@nds,
        "Asturisch"@nl,
        "asturisk"@nn,
        "Asturiansk"@no,
        "Asturian"@oc,
        "ଆଷ୍ଟୁରିଆନ୍"@or,
        "asturyjski"@pl,
        "Lenga asturian-a"@pms,
        "استوریائی"@pnb,
        "asturiano"@pt,
        "asturian"@rm,
        "asturiană"@ro,
        "астурийский"@ru,
        "Icyasuturiya"@rw,
        "Lingua asturiana"@scn,
        "Asturian leid"@sco,
        "asturiagiella"@se,
        "astúrčina"@sk,
        "asturijščina"@sl,
        "Астуријски"@sr,
        "Asturijski"@sr-Latn,
        "asturiska"@sv,
        "அஸ்துரியன்"@ta,
        "అస్టురియాన్"@te,
        "อัสตูเรียส"@th,
        "lea fakaʻasitūlia"@to,
        "Asturyasca"@tr,
        "ئاستۇرىيە تىلى"@ug,
        "астурська"@uk,
        "Łéngoa asturiana"@vec,
        "Tiếng Asturias"@vi,
        "阿斯图里亚斯语"@zh .

<http://lexvo.org/id/iso639-3/bal> a lvont:Language,
        skos:Concept ;
    lvont:isFocusOf <http://id.loc.gov/vocabulary/iso639-2/bal> ;
    lvont:iso6392BCode "bal"^^xsd:string ;
    lvont:iso6392TCode "bal"^^xsd:string ;
    lvont:iso639P3PCode "bal"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-2/bal> ;
    owl:sameAs <http://dbpedia.org/resource/Balochi_language>,
        <http://lexvo.org/id/wordnet/30/noun/balochi_1_10_00>,
        <http://psi.oasis-open.org/iso/639/#bal>,
        <http://www.lingvoj.org/lang/bal>,
        <http://www.mpii.de/yago/resource/Balochi_language>,
        <info:lc/vocabulary/languages/bal> ;
    skos:altLabel "لغة بلوشية"@ar,
        "Bəluc dili"@az,
        "Белуджки език"@bg,
        "বেলুচি ভাষা"@bn,
        "Balotcheg"@br,
        "Balutxi"@ca,
        "Balúčština"@cs,
        "Belutschische Sprache"@de,
        "Balochi language"@en,
        "Idioma baluchi"@es,
        "زبان بلوچی"@fa,
        "Belutšin kieli"@fi,
        "Baloutche"@fr,
        "बलोच भाषा और साहित्य"@hi,
        "Baludžijski jezik"@hr,
        "Beludzs nyelv"@hu,
        "Bahasa Baluchi"@id,
        "Lingua baluchi"@it,
        "バローチー語"@ja,
        "Beloetsji"@nl,
        "Język beludżi"@pl,
        "Língua balúchi"@pt,
        "Белуджский язык"@ru,
        "Balúčtina"@sk,
        "Baluchiska"@sv,
        "பலூச்சி மொழி"@ta,
        "ภาษาบาลูจิ"@th,
        "Baluchi"@tr ;
    skos:definition "Balochi is a Northwestern Iranian language. It is the principal language of the Baloch of Balochistan, Pakistan, eastern Iran and southern Afghanistan. It is also spoken as a second language by some Brahui. It is designated as one of nine official languages of Pakistan."@en ;
    skos:inScheme lexvo: ;
    skos:notation "bal"^^xsd:string ;
    skos:prefLabel "البلوشية"@ar,
        "بلوتشى"@arz,
        "Baluchi"@ast,
        "baluc dili"@az,
        "балучи"@bg,
        "বেলুচী"@bn,
        "baloutchi"@br,
        "बलूची"@brx,
        "baluči"@bs,
        "балучи"@bs-Cyrl,
        "balutxi"@ca,
        "بەلووچى"@ckb,
        "俾路支文"@cmn,
        "俾路支文"@cmn-Hant,
        "balúčština"@cs,
        "Balwtsi"@cy,
        "baluchi"@da,
        "Belutschisch"@de,
        "Beluçki"@diq,
        "Μπαλούτσι"@el,
        "Baluchi"@en,
        "Baluĉa lingvo"@eo,
        "baluchi"@es,
        "belutši"@et,
        "بلوچی"@fa,
        "belutši"@fi,
        "baloutchi"@fr,
        "Belutschisch"@gsw,
        "બલૂચી"@gu,
        "Baloçhish"@gv,
        "באלוצ׳י"@he,
        "बलूची"@hi,
        "Balochi bhasa"@hif,
        "baluchi"@hr,
        "balucsi"@hu,
        "Baluchi"@id,
        "balúkí"@is,
        "beluci"@it,
        "バルーチー語"@ja,
        "ಬಲೂಚಿ"@kn,
        "발루치어"@ko,
        "بَلوٗچی"@ks,
        "Zimanê belûçî"@ku,
        "Белуджи кыв"@kv,
        "ບາລູຊີ"@lo,
        "baluči"@lt,
        "beludžu"@lv,
        "балучи"@mk,
        "ബലൂചി"@ml,
        "बलुची"@mr,
        "Baluċi"@mt,
        "baluchi"@nb,
        "बलूची भाषा"@new,
        "Baloetsji"@nl,
        "baluchi"@nn,
        "Balutsji"@no,
        "ବାଲୁଚି"@or,
        "Белуджаг æвзаг"@os,
        "beludżi"@pl,
        "Lenga Balochi meridional"@pms,
        "بلوچی"@pnb,
        "بلوڅي"@ps,
        "balúchi"@pt,
        "belutschi"@rm,
        "baluchi"@ro,
        "белуджский"@ru,
        "balúčtina"@sk,
        "beludžijščina"@sl,
        "Балучи"@sr,
        "Baluči"@sr-Latn,
        "baluchiska"@sv,
        "பெலுசி"@ta,
        "బాలుచి"@te,
        "Забони балучӣ"@tg,
        "บาลูชิ"@th,
        "Beluci"@tr,
        "балучі"@uk,
        "بلوچی زبان"@ur,
        "Tiếng Baluchi"@vi,
        "Èdè Baloṣi"@yo,
        "俾路支语"@zh .

<http://lexvo.org/id/iso639-3/bar> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bar"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/aust1301>,
        <http://www.glottolog.org/resource/languoid/id/bava1246> ;
    owl:sameAs <http://www.lingvoj.org/lang/bar> ;
    skos:inScheme lexvo: ;
    skos:notation "bar"^^xsd:string ;
    skos:prefLabel "Bavarian"@en .

<http://lexvo.org/id/iso639-3/bas> a lvont:Language,
        skos:Concept ;
    lvont:isFocusOf <http://id.loc.gov/vocabulary/iso639-2/bas> ;
    lvont:iso6392BCode "bas"^^xsd:string ;
    lvont:iso6392TCode "bas"^^xsd:string ;
    lvont:iso639P3PCode "bas"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-2/bas>,
        <http://www.glottolog.org/resource/languoid/id/basa1284> ;
    owl:sameAs <http://dbpedia.org/resource/Basaa_language>,
        <http://psi.oasis-open.org/iso/639/#bas>,
        <http://www.lingvoj.org/lang/bas>,
        <http://www.mpii.de/yago/resource/Basaa_language>,
        <info:lc/vocabulary/languages/bas> ;
    skos:altLabel "Basaeg"@br,
        "Basaa-Sprache"@de,
        "Basa (Cameroon)"@en,
        "Basaa"@en,
        "Basaa language"@en,
        "Idioma basaa"@es,
        "Bassa"@fr,
        "bassa"@fr,
        "Basaa jezik"@hr,
        "Język basaa"@pl,
        "Баса"@ru ;
    skos:definition "Basaa (also spelled Bassa, Basa, Bissa) is a Bantu language spoken in Cameroon. It is spoken by about 230,000 people in Centre and Littoral provinces."@en ;
    skos:inScheme lexvo: ;
    skos:notation "bas"^^xsd:string ;
    skos:prefLabel "الباسا"@ar,
        "basa dili"@az,
        "Ɓàsàa"@bas,
        "баса"@bg,
        "বাসা"@bn,
        "basaa"@br,
        "बास्क़्"@brx,
        "basa"@bs,
        "баса"@bs-Cyrl,
        "basa"@ca,
        "巴萨文"@cmn,
        "巴薩文"@cmn-Hant,
        "basa"@cs,
        "Basâeg"@cy,
        "basa"@da,
        "Bassa"@de,
        "basaagbe"@ee,
        "Μπάσα"@el,
        "Basa"@en,
        "basa"@es,
        "basa"@et,
        "باسایی"@fa,
        "basaa"@fi,
        "basa"@fr,
        "Basaa"@gsw,
        "બસા"@gu,
        "בסאא"@he,
        "बसा"@hi,
        "basa"@hr,
        "basza"@hu,
        "Basa"@id,
        "basa"@is,
        "basa"@it,
        "バサ語"@ja,
        "ಬಸಾ"@kn,
        "바사어"@ko,
        "باسا"@ks,
        "ບາຊາ"@lo,
        "basų"@lt,
        "basu"@lv,
        "баса"@mk,
        "ബസ"@ml,
        "बसा"@mr,
        "Basa"@mt,
        "ဘာဆာ"@my,
        "basa"@nb,
        "Basa"@nl,
        "basa"@nn,
        "Shwóŋò pʉa mbasǎ"@nnh,
        "Basa-um"@nov,
        "ବାସା"@or,
        "basa"@pl,
        "Lenga Basaa"@pms,
        "basa"@pt,
        "basaa"@rm,
        "basaa"@ro,
        "баса"@ru,
        "basa"@sk,
        "basa"@sl,
        "Баса"@sr,
        "Basa"@sr-Latn,
        "basa"@sv,
        "Kibasaa"@sw,
        "Kibasaa"@swh,
        "பாஸா"@ta,
        "బసా"@te,
        "บาสา"@th,
        "lea fakapasaʻa"@to,
        "Basa Dili"@tr,
        "баса"@uk,
        "Tiếng Basaa"@vi .

<http://lexvo.org/id/iso639-3/bdu> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bdu"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/orok1266> ;
    owl:sameAs <http://dbpedia.org/resource/Oroko_language>,
        <http://www.mpii.de/yago/resource/Oroko_language> ;
    skos:altLabel "Oroko language"@en ;
    skos:definition "Oroko, or Bakundu-Balue, is a poorly known Bantu language spoken in Cameroon."@en ;
    skos:inScheme lexvo: ;
    skos:notation "bdu"^^xsd:string ;
    skos:prefLabel "Oroko"@de,
        "Oroko"@en,
        "Oroko jezik"@hr,
        "Lenga Oroko"@pms,
        "Kioroko"@sw .

<http://lexvo.org/id/iso639-3/bej> a lvont:Language,
        skos:Concept ;
    lvont:isFocusOf <http://id.loc.gov/vocabulary/iso639-2/bej> ;
    lvont:iso6392BCode "bej"^^xsd:string ;
    lvont:iso6392TCode "bej"^^xsd:string ;
    lvont:iso639P3PCode "bej"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-2/bej>,
        <http://www.glottolog.org/resource/languoid/id/beja1238> ;
    owl:sameAs <http://dbpedia.org/resource/Beja_language>,
        <http://psi.oasis-open.org/iso/639/#bej>,
        <http://www.lingvoj.org/lang/bej>,
        <http://www.mpii.de/yago/resource/Beja_language>,
        <info:lc/vocabulary/languages/bej> ;
    skos:altLabel "البجا#اللغة"@ar,
        "Llengua beja"@ca,
        "Bedscha"@de,
        "Bedawiyet"@en,
        "Beja language"@en,
        "Idioma beya"@es,
        "Bedžan kieli"@fi,
        "bedja"@fr,
        "Bedawiyet jezik"@hr,
        "Lingua begia"@it,
        "Beja"@nn,
        "Język bedża"@pl,
        "Língua beja"@pt,
        "Беджа"@ru ;
    skos:definition "Beja (also called Bedawi, Bedauye, To Bedawie) or North Cushitic is an Afro-Asiatic language of the southern coast of the Red Sea, spoken by about two million nomads, the Beja, in parts of Egypt, Sudan, and Eritrea."@en ;
    skos:inScheme lexvo: ;
    skos:notation "bej"^^xsd:string ;
    skos:prefLabel "البيجا"@ar,
        "beja dili"@az,
        "бея"@bg,
        "বেজা"@bn,
        "Bedawieg"@br,
        "बेजा"@brx,
        "beja"@bs,
        "беја"@bs-Cyrl,
        "beja"@ca,
        "别札文"@cmn,
        "貝扎文"@cmn-Hant,
        "bedža"@cs,
        "Bejäeg"@cy,
        "beja"@da,
        "Bedauye"@de,
        "Μπέζα"@el,
        "Beja"@en,
        "Beĝaa lingvo"@eo,
        "beja"@es,
        "bedža"@et,
        "Bedawi hizkuntza"@eu,
        "بجایی"@fa,
        "bedža"@fi,
        "Beja"@fr,
        "Bedauye"@gsw,
        "બેજા"@gu,
        "בז׳ה"@he,
        "बेजा"@hi,
        "beja"@hr,
        "bedzsa"@hu,
        "Beja"@id,
        "beja"@is,
        "begia"@it,
        "ベジャ語"@ja,
        "ಬೇಜಾ"@kn,
        "베자어"@ko,
        "بیجا"@ks,
        "ບີເຈ"@lo,
        "bėjų"@lt,
        "bedžu"@lv,
        "беха"@mk,
        "ബേജ"@ml,
        "बेजा"@mr,
        "Beja"@mt,
        "beja"@nb,
        "Beja"@nl,
        "beja"@nn,
        "Beja"@no,
        "ବେଜା"@or,
        "bedża"@pl,
        "Lenga Bedawi"@pms,
        "beja"@pt,
        "bedscha"@rm,
        "beja"@ro,
        "беджа"@ru,
        "Bedawiyet jezik"@sh,
        "bedža"@sk,
        "bedža"@sl,
        "Беја"@sr,
        "Beja"@sr-Latn,
        "beja"@sv,
        "Kibeja"@swh,
        "பேஜா"@ta,
        "బేజా"@te,
        "เบจา"@th,
        "Beja Dili"@tr,
        "беджа"@uk,
        "Tiếng Beja"@vi .

<http://lexvo.org/id/iso639-3/bfa> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bfa"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/bari1284> ;
    owl:sameAs <http://dbpedia.org/resource/Kuku_dialect>,
        <http://www.mpii.de/yago/resource/Kuku_dialect> ;
    skos:altLabel "Kuku dialect"@en ;
    skos:definition "This article is about the language for the ethnic group see Kuku people. The Kuku language, also called Kutuk na Kuku (Kuku language) belongs to the Bari language group, of the Southeastern Nilotic branch of the Nilotic language family of the Southern Sudan and Northern Uganda. There is no standardized writing system for Kuku; it is sometimes written using the alphabet of a related language such as Bari or Kakwa, with the addition of characters to represent sounds that are not present in the other language. For example, the Bari alphabet can be adjusted for use in Kuku by adding the digraphs gb and kp to represent the voiced and voiceless labiovelar stops, respectively."@en ;
    skos:inScheme lexvo: ;
    skos:notation "bfa"^^xsd:string ;
    skos:prefLabel "Bari"@en,
        "Kuku"@fr .

<http://lexvo.org/id/iso639-3/bho> a lvont:Language,
        skos:Concept ;
    lvont:isFocusOf <http://id.loc.gov/vocabulary/iso639-2/bho> ;
    lvont:iso6392BCode "bho"^^xsd:string ;
    lvont:iso6392TCode "bho"^^xsd:string ;
    lvont:iso639P3PCode "bho"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-2/bho>,
        <http://www.glottolog.org/resource/languoid/id/bhoj1244> ;
    owl:sameAs <http://dbpedia.org/resource/Bhojpuri_language>,
        <http://psi.oasis-open.org/iso/639/#bho>,
        <http://www.lingvoj.org/lang/bho>,
        <http://www.mpii.de/yago/resource/Bhojpuri_language>,
        <info:lc/vocabulary/languages/bho> ;
    skos:altLabel "البهوجبرية"@ar,
        "Bodjpoureg"@br,
        "Bhojpurština"@cs,
        "Bhojpuri"@da,
        "Bhodschpuri"@de,
        "Bhojpuri language"@en,
        "Idioma bopurí"@es,
        "Bhodžpuri keel"@et,
        "Bhodjpouri"@fr,
        "ભોજપુરી ભાષા"@gu,
        "भोजपुरी भाषा"@hi,
        "Bahasa Bhojpuri"@id,
        "Lingua bhojpuri"@it,
        "Bhodjpuri"@nn,
        "Język bhodźpuri"@pl,
        "Língua bhojpuri"@pt,
        "Бходжпури"@ru,
        "Bhojpuri"@sv,
        "போஜ்பூரி"@ta,
        "ภาษาโภชปุรี"@th,
        "Arayanice"@tr,
        "Бходжпурі"@uk ;
    skos:definition "Bhojpuri is a language spoken in parts of north-central and eastern India. It is spoken in the western part of state of Bihar, the northwestern part of Jharkhand, and the Purvanchal region of Uttar Pradesh (UP), as well as adjoining parts of the Nepal Terai. Bhojpuri is also spoken in Guyana, Suriname, Fiji, Trinidad and Tobago and Mauritius. The variant of Bhojpuri of the Surinamese Hindustanis is also referred to as Sarnami Hindustani, Sarnami Hindi or just Sarnami and has experienced considerable Creole and Dutch lexical influence. More Indians in Suriname know Bhojpuri compared to Guyana and Trinidad where the language is largely forgotten."@en ;
    skos:inScheme lexvo: ;
    skos:notation "bho"^^xsd:string ;
    skos:prefLabel "بوجبوري"@ar,
        "bxoçpuri dili"@az,
        "божпури"@bg,
        "ভোজপুরি"@bn,
        "bhojpuri"@br,
        "भोजपुरी"@brx,
        "bojpuri"@bs,
        "бојпури"@bs-Cyrl,
        "bhojpuri"@ca,
        "博杰普尔文"@cmn,
        "博傑普爾文"@cmn-Hant,
        "bhojpurština"@cs,
        "bhojpuri"@da,
        "Bhojpuri"@de,
        "Μποζπούρι"@el,
        "Bhojpuri"@en,
        "bhojpuri"@es,
        "bhodžpuri"@et,
        "بوجپوری"@fa,
        "bhodžpuri"@fi,
        "bhojpuri"@fr,
        "Lingua bhojpuri"@gl,
        "Bhodschpuri"@gsw,
        "ભોજપુરી"@gu,
        "בוג'פורי"@he,
        "भोजपुरी"@hi,
        "Bhojpuri"@hif,
        "bhojpuri"@hr,
        "bodzspuri"@hu,
        "Bhojpur"@id,
        "bojpúrí"@is,
        "bhojpuri"@it,
        "ボージュプリー語"@ja,
        "ბოჯპური"@ka,
        "ಭೋಜಪುರಿ"@kn,
        "호즈푸리어"@ko,
        "بوجپوٗری"@ks,
        "Lingua Bhojpuri"@la,
        "ໂບພູຣິ"@lo,
        "baučpuri"@lt,
        "bhodžpūru"@lv,
        "бојпури"@mk,
        "ഭോജ്‌പൂരി"@ml,
        "भोजपुरी"@mr,
        "Bahasa Bhojpur"@ms,
        "Bojpuri"@mt,
        "bhojpuri"@nb,
        "भोजपुरी भाषा"@ne,
        "भोजपुरी भाषा"@new,
        "Bhojpuri"@nl,
        "bhojpuri"@nn,
        "Bhojpuri"@no,
        "ଭୋଜପୁରୀ"@or,
        "bhodźpuri"@pl,
        "Lenga bhojpuri"@pms,
        "bhojpuri"@pt,
        "bhojpuri"@rm,
        "bhojpuri"@ro,
        "бходжпури"@ru,
        "bhódžpurčina"@sk,
        "bodžpuri"@sl,
        "Бојпури"@sr,
        "Bojpuri"@sr-Latn,
        "bhojpuri"@sv,
        "போச்புரி"@ta,
        "భోజ్ పూరి"@te,
        "โภชปุรี"@th,
        "Bhojpuri"@tr,
        "бходжпурі"@uk,
        "Tiếng Bhojpuri"@vi,
        "博杰普尔语"@zh .

<http://lexvo.org/id/iso639-3/bla> a lvont:Language,
        skos:Concept ;
    lvont:isFocusOf <http://id.loc.gov/vocabulary/iso639-2/bla> ;
    lvont:iso6392BCode "bla"^^xsd:string ;
    lvont:iso6392TCode "bla"^^xsd:string ;
    lvont:iso639P3PCode "bla"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-2/bla>,
        <http://www.glottolog.org/resource/languoid/id/siks1238> ;
    owl:sameAs <http://dbpedia.org/resource/Blackfoot_language>,
        <http://psi.oasis-open.org/iso/639/#bla>,
        <http://www.lingvoj.org/lang/bla>,
        <http://www.mpii.de/yago/resource/Blackfoot_language>,
        <info:lc/vocabulary/languages/bla> ;
    skos:altLabel "Blackfoot language"@en,
        "Idioma siksiká"@es,
        "Mustajalka"@fi,
        "Pied-noir"@fr,
        "blackfoot"@fr,
        "식시카어"@ko,
        "Blackfoot-språket"@nn,
        "Język siksika"@pl,
        "Блэкфут"@ru,
        "Siksika"@sv,
        "อักษรแบล็กฟุต"@th ;
    skos:definition "Blackfoot, also known as Siksika (so called in ISO 639-3), Pikanii, and Blackfeet, is the Algonquian language spoken by the Blackfoot tribes of Native Americans, who currently live in the northwestern plains of North America. There are four dialects of Blackfoot, three of which are spoken in Alberta, Canada and one of which is spoken in the United States: Siksiká (Blackfoot), to the southeast of Calgary, AB; Kainai (Blood), spoken in Alberta between Cardston and Lethbridge; Aapátohsipikani (Northern Piegan), to the west of Fort MacLeod; and Aamsskáápipikani (Southern Piegan), in northwestern Montana."@en ;
    skos:inScheme lexvo: ;
    skos:notation "bla"^^xsd:string ;
    skos:prefLabel "السيكسيكية"@ar,
        "siksikə dili"@az,
        "сиксика"@bg,
        "সিকসিকা"@bn,
        "Pikanieg"@br,
        "सीकसीका"@brx,
        "siksika"@bs,
        "сисика"@bs-Cyrl,
        "blackfoot"@ca,
        "司克司卡文"@cmn,
        "錫克錫卡文"@cmn-Hant,
        "siksika"@cs,
        "siksika"@da,
        "Blackfoot-Sprache"@de,
        "Σικσίκα"@el,
        "Siksika"@en,
        "Nigrapieda lingvo"@eo,
        "siksika"@es,
        "siksika"@et,
        "siksika"@fi,
        "siksika"@fr,
        "Blackfoot-Schpraach"@gsw,
        "સિક્સિકા"@gu,
        "סיקסיקה"@he,
        "सिक्सिका"@hi,
        "siksika"@hr,
        "siksika"@hu,
        "Siksika"@id,
        "siksika"@is,
        "siksika"@it,
        "シクシカ語"@ja,
        "ಸಿಕ್ಸಿಕಾ"@kn,
        "블랙풋어"@ko,
        "سِکسِکا"@ks,
        "ຊິກຊິກາ"@lo,
        "siksika"@lt,
        "siksiku"@lv,
        "сиксика"@mk,
        "സിക്സിക"@ml,
        "सिक्सिका"@mr,
        "Siksika"@mt,
        "siksika"@nb,
        "Siksika"@nl,
        "siksika"@nn,
        "ବିକ୍ସିକା"@or,
        "siksika"@pl,
        "Lenga blackfoot"@pms,
        "siksika"@pt,
        "siksika"@rm,
        "siksika"@ro,
        "сиксика"@ru,
        "siksika"@sk,
        "siksika"@sl,
        "Сисика"@sr,
        "Siksika"@sr-Latn,
        "siksika"@sv,
        "சிக்சிகா"@ta,
        "సిక్ సికా"@te,
        "สิกสิกา"@th,
        "Siksika"@tr,
        "сіксіка"@uk,
        "Tiếng Siksika"@vi .

<http://lexvo.org/id/iso639-3/bug> a lvont:Language,
        skos:Concept ;
    lvont:isFocusOf <http://id.loc.gov/vocabulary/iso639-2/bug> ;
    lvont:iso6392BCode "bug"^^xsd:string ;
    lvont:iso6392TCode "bug"^^xsd:string ;
    lvont:iso639P3PCode "bug"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-2/bug>,
        <http://www.glottolog.org/resource/languoid/id/bugi1244> ;
    owl:sameAs <http://dbpedia.org/resource/Buginese_language>,
        <http://psi.oasis-open.org/iso/639/#bug>,
        <http://www.lingvoj.org/lang/bug>,
        <http://www.mpii.de/yago/resource/Buginese_language>,
        <info:lc/vocabulary/languages/bug> ;
    skos:altLabel "bugin dili"@az,
        "Bougieg"@br,
        "Bugui"@ca,
        "Buginesische Sprache"@de,
        "Buginese language"@en,
        "Idioma buginés"@es,
        "Bugin kieli"@fi,
        "Bouguinais"@fr,
        "बुगिनी भाषा"@hi,
        "Bahasa Bugis"@id,
        "ブギス語"@ja,
        "Bugių kalba"@lt,
        "Język bugijski"@pl,
        "Língua buginesa"@pt,
        "buguinês"@pt,
        "Бугийский язык"@ru,
        "Buginesiska"@sv,
        "புகினீஸ்"@ta,
        "ภาษาบูกิส"@th,
        "Бугійська мова"@uk ;
    skos:definition "Buginese (, elsewhere also Bahasa Bugis, Bugis, Bugi, De) is the language spoken by about four million people mainly in the southern part of Sulawesi, Indonesia."@en ;
    skos:inScheme lexvo: ;
    skos:notation "bug"^^xsd:string ;
    skos:prefLabel "ቡጊኛ"@am,
        "البجينيزية"@ar,
        "Bugi dili"@az,
        "бугински"@bg,
        "বুগিনি"@bn,
        "bugi"@br,
        "बुगीनी"@brx,
        "buginežanskii"@bs,
        "бугинежански"@bs-Cyrl,
        "ᨅᨗᨌᨑ ᨕᨘᨁᨗ"@bug,
        "bugui"@ca,
        "布吉文"@cmn,
        "布吉斯文"@cmn-Hant,
        "bugiština"@cs,
        "buginesisk"@da,
        "Buginesisch"@de,
        "Μπουγκίζ"@el,
        "Buginese"@en,
        "Buĝia lingvo"@eo,
        "buginés"@es,
        "bugi"@et,
        "بوگیایی"@fa,
        "bugi"@fi,
        "bugi"@fr,
        "Bugineesisch"@gsw,
        "બગિનીસ"@gu,
        "בוגינזית"@he,
        "बगिनीस"@hi,
        "Buginese bhasa"@hif,
        "buginski"@hr,
        "buginéz"@hu,
        "Bugis"@id,
        "búgíska"@is,
        "bugi"@it,
        "ブギ語"@ja,
        "Basa Bugis"@jv,
        "ಬುಗಿನೀಸ್"@kn,
        "부기어"@ko,
        "بَگنیٖز"@ks,
        "ບູຈີເນັດ"@lo,
        "buginezų"@lt,
        "bugu"@lv,
        "буџински"@mk,
        "ബുഗിനീസ്"@ml,
        "बगिनीस"@mr,
        "Bahasa Bugis"@ms,
        "Buginiż"@mt,
        "Bugis-gí"@nan,
        "buginesisk"@nb,
        "Buginees"@nl,
        "buginesisk"@nn,
        "Buginesisk"@no,
        "ବୁଗୀନୀଜ୍"@or,
        "bugiński"@pl,
        "Lenga bugis"@pms,
        "buginese"@pt,
        "bugi"@rm,
        "bugineză"@ro,
        "бугийский"@ru,
        "bugiština"@sk,
        "buginščina"@sl,
        "Бугинежански"@sr,
        "Buginežanskii"@sr-Latn,
        "buginesiska"@sv,
        "உகி மொழி"@ta,
        "బ్యుగినిస్"@te,
        "บูกิส"@th,
        "Bugis"@tr,
        "бугійська"@uk,
        "Tiếng Bugin"@vi,
        "布吉語"@zh .

<http://lexvo.org/id/iso639-3/cad> a lvont:Language,
        skos:Concept ;
    lvont:isFocusOf <http://id.loc.gov/vocabulary/iso639-2/cad> ;
    lvont:iso6392BCode "cad"^^xsd:string ;
    lvont:iso6392TCode "cad"^^xsd:string ;
    lvont:iso639P3PCode "cad"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-2/cad>,
        <http://www.glottolog.org/resource/languoid/id/cadd1256> ;
    owl:sameAs <http://dbpedia.org/resource/Caddo_language>,
        <http://psi.oasis-open.org/iso/639/#cad>,
        <http://www.lingvoj.org/lang/cad>,
        <http://www.mpii.de/yago/resource/Caddo_language>,
        <info:lc/vocabulary/languages/cad> ;
    skos:altLabel "Kadoeg"@br,
        "Caddo language"@en,
        "Caddo"@fr,
        "Каддо"@ru ;
    skos:definition "Caddo is the only surviving Southern Caddoan language of the Caddo language family. It is spoken by the Caddo Nation of Oklahoma. Today, only 25 elderly speakers are estimated to remain, none of whom are monolingual Caddo speakers, making Caddo a critically endangered language. There are several mutually intelligible dialects of Caddo; some of the more prominent dialects include Kadohadacho, Hasinai, Hainai, Natchitoches, and Yatasi. Today, the most commonly used dialects are Hasinai and Hainai."@en ;
    skos:inScheme lexvo: ;
    skos:notation "cad"^^xsd:string ;
    skos:prefLabel "الكادو"@ar,
        "kado dili"@az,
        "каддо"@bg,
        "ক্যাডো"@bn,
        "caddo"@br,
        "काद्दौ"@brx,
        "kado"@bs,
        "кадо"@bs-Cyrl,
        "caddo"@ca,
        "卡多文"@cmn,
        "卡多文"@cmn-Hant,
        "caddo"@cs,
        "Cado"@cy,
        "caddo"@da,
        "Caddo"@de,
        "Κάντο"@el,
        "Caddo"@en,
        "caddo"@es,
        "kado"@et,
        "کادویی"@fa,
        "caddo"@fi,
        "caddo"@fr,
        "Caddo"@gsw,
        "કડ્ડો"@gu,
        "קאדו"@he,
        "कैड्डो"@hi,
        "caddo"@hr,
        "caddo"@hu,
        "Kado"@id,
        "kaddó"@is,
        "caddo"@it,
        "カドー語"@ja,
        "ಕ್ಯಾಡ್ಡೋ"@kn,
        "카도어"@ko,
        "کاڈو"@ks,
        "ແຄດໂດ"@lo,
        "kado"@lt,
        "kadu"@lv,
        "кадо"@mk,
        "കാഡോ"@ml,
        "कॅड्डो"@mr,
        "Kaddo"@mt,
        "caddo"@nb,
        "Caddo"@nl,
        "caddo"@nn,
        "କାଡୋ"@or,
        "kaddo"@pl,
        "Lenga caddo"@pms,
        "caddo"@pt,
        "caddo"@rm,
        "caddo"@ro,
        "каддо"@ru,
        "kaddo"@sk,
        "kadoščina"@sl,
        "Кадо"@sr,
        "Kado"@sr-Latn,
        "caddo"@sv,
        "கேடோ"@ta,
        "కేడ్డో"@te,
        "คัดโด"@th,
        "Caddo"@tr,
        "каддо"@uk,
        "Tiếng Caddo"@vi .

<http://lexvo.org/id/iso639-3/car> a lvont:Language,
        skos:Concept ;
    lvont:isFocusOf <http://id.loc.gov/vocabulary/iso639-2/car> ;
    lvont:iso6392BCode "car"^^xsd:string ;
    lvont:iso6392TCode "car"^^xsd:string ;
    lvont:iso639P3PCode "car"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-2/car>,
        <http://www.glottolog.org/resource/languoid/id/gali1262> ;
    owl:sameAs <http://dbpedia.org/resource/Carib_language>,
        <http://psi.oasis-open.org/iso/639/#car>,
        <http://www.lingvoj.org/lang/car>,
        <http://www.mpii.de/yago/resource/Carib_language>,
        <info:lc/vocabulary/languages/car> ;
    skos:altLabel "Karibeg"@br,
        "Carib language"@en,
        "Carib, Galibi"@en,
        "Galibi Carib"@en,
        "Idioma kariña"@es,
        "Kali'na"@fr,
        "caribe"@fr,
        "Карибский язык"@ru ;
    skos:definition "Carib, also known as Caribe, Cariña, Galibi, Galibí, Kali'na, Kalihna, Kalinya, Galibi Carib, Maraworno and Marworno, is an Amerindian language in the Cariban language family."@en ;
    skos:inScheme lexvo: ;
    skos:notation "car"^^xsd:string ;
    skos:prefLabel "الكاريبية"@ar,
        "karib dili"@az,
        "карибски"@bg,
        "ক্যারিব"@bn,
        "karibeg"@br,
        "कारीब्"@brx,
        "karipski"@bs,
        "карипски"@bs-Cyrl,
        "carib"@ca,
        "巴勒比文"@cmn,
        "加勒比文"@cmn-Hant,
        "karibština"@cs,
        "Caribeg"@cy,
        "caribisk"@da,
        "Karibisch"@de,
        "Καρίμπ"@el,
        "Carib"@en,
        "Kariba lingvo"@eo,
        "caribe"@es,
        "kariibi"@et,
        "کاریبی"@fa,
        "karibi"@fi,
        "karib"@fr,
        "Kariibisch"@gsw,
        "કરિબ"@gu,
        "קאריב"@he,
        "कैरिब"@hi,
        "karipski"@hr,
        "karib"@hu,
        "Karib"@id,
        "karíbamál"@is,
        "caribico"@it,
        "カリブ語"@ja,
        "ಕಾರಿಬ್"@kn,
        "카리브어"@ko,
        "کارِب"@ks,
        "ຄາຣິບ"@lo,
        "karibų"@lt,
        "karību"@lv,
        "кариб"@mk,
        "കാരിബ്"@ml,
        "कॅरिब"@mr,
        "Karib"@mt,
        "karibisk"@nb,
        "Caribisch"@nl,
        "karibisk"@nn,
        "କାରିବ୍"@or,
        "karibi"@pl,
        "caribe"@pt,
        "Kariña simi"@qu,
        "caribic"@rm,
        "carib"@ro,
        "кариб"@ru,
        "karibský"@sk,
        "karibski jezik"@sl,
        "Карипски"@sr,
        "Karipski"@sr-Latn,
        "karibiska"@sv,
        "கரீப்"@ta,
        "కేరిబ్"@te,
        "คาริบ"@th,
        "Carib"@tr,
        "карібська"@uk,
        "Tiếng Carib"@vi .

<http://lexvo.org/id/iso639-3/ceb> a lvont:Language,
        skos:Concept ;
    lvont:isFocusOf <http://id.loc.gov/vocabulary/iso639-2/ceb> ;
    lvont:iso6392BCode "ceb"^^xsd:string ;
    lvont:iso6392TCode "ceb"^^xsd:string ;
    lvont:iso639P3PCode "ceb"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-2/ceb>,
        <http://www.glottolog.org/resource/languoid/id/cebu1242> ;
    owl:sameAs <http://dbpedia.org/resource/Cebuano_language>,
        <http://psi.oasis-open.org/iso/639/#ceb>,
        <http://www.lingvoj.org/lang/ceb>,
        <http://www.mpii.de/yago/resource/Cebuano_language>,
        <info:lc/vocabulary/languages/ceb> ;
    skos:altLabel "kebuano dili"@az,
        "সেবুয়ানো ভাষা"@bn,
        "Sougbouaneg"@br,
        "Cebuà"@ca,
        "Cebuano language"@en,
        "Idioma cebuano"@es,
        "زبان سینوگبانونی"@fa,
        "Cebun kieli"@fi,
        "Cebuano"@fr,
        "Cebuano"@hr,
        "Bahasa Cebuano"@id,
        "Sebúanó"@is,
        "Lingua cebuana"@it,
        "Sebuanų kalba"@lt,
        "Język cebuański"@pl,
        "Língua cebuana"@pt,
        "Себуанский язык"@ru,
        "Себуано језик"@sr,
        "Cebuano"@sv,
        "செபுவான மொழி"@ta,
        "ภาษาซีบัวโน"@th,
        "Себуанська мова"@uk,
        "Tiếng Cebuano"@vi ;
    skos:definition "Cebuano, referred to by most of its speakers as Bisaya (or Visayan in English), is an Austronesian language spoken in the Philippines by about 20 million people mostly in the Central Visayas. It is the most widely spoken of the languages within the so-named Bisayan subgroup and is closely related to other Filipino languages. It has the largest native language speaking population of the Philippines despite not being taught formally in schools and universities. It is the lingua franca of the Central Visayas and parts of Mindanao. The name Cebuano is derived from the island of Cebu where the prestige dialect is spoken."@en ;
    skos:inScheme lexvo: ;
    skos:notation "ceb"^^xsd:string ;
    skos:prefLabel "السيبيونو"@ar,
        "سيبونى"@arz,
        "Sebuan dili"@az,
        "Tataramon na Cebuano"@bcl,
        "Себуанская мова"@be,
        "себуано"@bg,
        "চেবুয়ানো"@bn,
        "cebuano"@br,
        "चेबुआनो"@brx,
        "cebuano"@bs,
        "цебуано"@bs-Cyrl,
        "cebuà"@ca,
        "Sinugboanon"@ceb,
        "宿务文"@cmn,
        "宿霧文"@cmn-Hant,
        "cebuánština"@cs,
        "cebuano"@da,
        "Cebuano"@de,
        "Sebuanogbe"@ee,
        "Κεμπουάνο"@el,
        "Cebuano"@en,
        "Cebua lingvo"@eo,
        "cebuano"@es,
        "sebu"@et,
        "Cebuera"@eu,
        "سبویی"@fa,
        "cebuano"@fi,
        "cebuano"@fr,
        "Lingua cebuana"@gl,
        "Cebuano"@gsw,
        "સિબુઆનો"@gu,
        "קבואנו"@he,
        "सिबुआनो"@hi,
        "Cebuano bhasa"@hif,
        "cebuano"@hr,
        "cebui"@hu,
        "Sebuano"@id,
        "Pagsasao a Cebuano"@ilo,
        "kebúanó"@is,
        "cebuano"@it,
        "セブアノ語"@ja,
        "სებუანური ენა"@ka,
        "ಸೆಬುಆನೋ"@kn,
        "세부아노어"@ko,
        "سیباونو"@ks,
        "Lingua Caebuana"@la,
        "Lengua cebuann-a"@lij,
        "ຊີບູໂນ"@lo,
        "cebuanų"@lt,
        "sebuāņu"@lv,
        "себуано"@mk,
        "സെബുവാനോ"@ml,
        "सिबुआनो"@mr,
        "Bahasa Cebuano"@ms,
        "Sibwano"@mt,
        "cebuansk"@nb,
        "सेबुआनो भाषा"@new,
        "Cebuano"@nl,
        "cebuansk"@nn,
        "Cebuano"@no,
        "ସୀବୁଆନୋ"@or,
        "Salitan Cebuano"@pag,
        "cebuano"@pl,
        "Lenga Cebuano"@pms,
        "سيبونى"@pnb,
        "cebuano"@pt,
        "Siwuyanu simi"@qu,
        "cebuano"@rm,
        "cebuano"@ro,
        "кебуано"@ru,
        "cebuánčina"@sk,
        "sebuanščina"@sl,
        "Цебуано"@sr,
        "Cebuano"@sr-Latn,
        "cebuano"@sv,
        "செபுவானோ"@ta,
        "సేబుఆనో"@te,
        "เซบู"@th,
        "Wikang Sebwano"@tl,
        "lea fakasepuano"@to,
        "Cebuano"@tr,
        "себуанська"@uk,
        "Tiếng Cebu"@vi,
        "Sinugboanon"@war,
        "宿霧語"@zh .

<http://lexvo.org/id/iso639-3/chh> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "chh"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/chin1286> ;
    owl:sameAs <http://dbpedia.org/resource/Lower_Chinook>,
        <http://lexvo.org/id/wordnet/30/noun/chinookan_1_10_00>,
        <http://www.mpii.de/yago/resource/Lower_Chinook> ;
    skos:altLabel "Lower Chinook"@en ;
    skos:definition "Lower Chinook, also simple Chinook or Chinook proper, is a highly endangered language of the US Pacific Northwest."@en ;
    skos:inScheme lexvo: ;
    skos:notation "chh"^^xsd:string ;
    skos:prefLabel "Chinook"@en .

<http://lexvo.org/id/iso639-3/chm> a lvont:Language,
        skos:Concept ;
    lvont:isFocusOf <http://id.loc.gov/vocabulary/iso639-2/chm> ;
    lvont:iso6392BCode "chm"^^xsd:string ;
    lvont:iso6392TCode "chm"^^xsd:string ;
    lvont:iso639P3PCode "chm"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-2/chm> ;
    owl:sameAs <http://dbpedia.org/resource/Mari_language>,
        <http://lexvo.org/id/wordnet/30/noun/cheremis_1_10_00>,
        <http://psi.oasis-open.org/iso/639/#chm>,
        <http://www.lingvoj.org/lang/chm>,
        <http://www.mpii.de/yago/resource/Mari_language>,
        <info:lc/vocabulary/languages/chm> ;
    skos:altLabel "لغة مارية"@ar,
        "Марийски език"@bg,
        "Tcheremiseg"@br,
        "Txeremís"@ca,
        "Marijština"@cs,
        "Tscheremissisch"@de,
        "Mari (Russia)"@en,
        "Mari language"@en,
        "Idioma mari"@es,
        "Mari keel"@et,
        "زبان ماری"@fa,
        "Marin kieli"@fi,
        "Mari"@fr,
        "Lingua mari"@it,
        "Marių kalba"@lt,
        "Мариски јазик"@mk,
        "Mariske språk"@nn,
        "Język maryjski"@pl,
        "Língua mari"@pt,
        "марийский (черемисский)"@ru,
        "Marigiella"@se,
        "Marijščina"@sl,
        "Mariska"@sv,
        "மாரி மொழி"@ta,
        "ภาษามารี"@th,
        "Mari dili"@tr,
        "Марійська мова"@uk ;
    skos:definition "The Mari language (Mari: , marii jylme, ), spoken by more than 600,000 people, belongs to the Uralic language family. It is spoken primarily in the Mari Republic (Mari: , Marii El, i.e., Mari land) of the Russian Federation as well as in the area along the Vyatka river basin and eastwards to the Urals. Mari speakers, known as the Mari are found also in the Tatarstan, Udmurtia, and Perm regions."@en ;
    skos:inScheme lexvo: ;
    skos:notation "chm"^^xsd:string ;
    skos:prefLabel "Mari"@af,
        "الماري"@ar,
        "mari dili"@az,
        "Марыйская мова"@be-tarask,
        "марийски"@bg,
        "মারি"@bn,
        "marieg"@br,
        "मारी"@brx,
        "mari"@bs,
        "мари"@bs-Cyrl,
        "mari"@ca,
        "马里文"@cmn,
        "馬里文"@cmn-Hant,
        "Çirmiş tili"@crh,
        "marijština"@cs,
        "Çармăс чĕлхи"@cv,
        "Marieg"@cy,
        "mari"@da,
        "Mari"@de,
        "tsetsniagbe"@ee,
        "Μάρι"@el,
        "Mari"@en,
        "Maria lingvo"@eo,
        "marí"@es,
        "mari"@et,
        "ماریایی"@fa,
        "mari"@fi,
        "mari"@fr,
        "Tscheremissisch"@gsw,
        "મારી"@gu,
        "Marish"@gv,
        "מארי"@he,
        "मारी"@hi,
        "mari"@hr,
        "mari"@hu,
        "Mari"@id,
        "marí"@is,
        "mari"@it,
        "マリ語"@ja,
        "Мари тілі"@kk,
        "ಮಾರಿ"@kn,
        "마리어"@ko,
        "Мари кыв"@koi,
        "ماری"@ks,
        "Мари кыв"@kv,
        "ມາຣິ"@lo,
        "mari"@lt,
        "Mariu kalba"@lt-x,
        "mariešu"@lv,
        "Марий йылме"@mhr,
        "мари"@mk,
        "മാരി"@ml,
        "मारी"@mr,
        "Мары йӹлмӹ"@mrj,
        "Mari"@mt,
        "Маринь кель"@myv,
        "mari"@nb,
        "Mari"@nl,
        "mari"@nn,
        "Mariske språk"@no,
        "ମାରୀ"@or,
        "maryjski"@pl,
        "Lenga Mari oriental"@pms,
        "ماری بولی"@pnb,
        "mari"@pt,
        "mari"@rm,
        "mari"@ro,
        "Марийский язык"@ru,
        "marigiella"@se,
        "marijčina"@sk,
        "marijščina"@sl,
        "Мари"@sr,
        "Mari"@sr-Latn,
        "mari"@sv,
        "மாரி"@ta,
        "మారి"@te,
        "มารี"@th,
        "Mari"@tr,
        "Чирмеш теле"@tt,
        "Улыг пал пор кыл"@udm,
        "марійська"@uk,
        "Tiếng Mari"@vi,
        "马里语"@zh .

<http://lexvo.org/id/iso639-3/chp> a lvont:Language,
        skos:Concept ;
    lvont:isFocusOf <http://id.loc.gov/vocabulary/iso639-2/chp> ;
    lvont:iso6392BCode "chp"^^xsd:string ;
    lvont:iso6392TCode "chp"^^xsd:string ;
    lvont:iso639P3PCode "chp"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-2/chp>,
        <http://www.glottolog.org/resource/languoid/id/chip1261> ;
    owl:sameAs <http://dbpedia.org/resource/Chipewyan_language>,
        <http://psi.oasis-open.org/iso/639/#chp>,
        <http://www.lingvoj.org/lang/chp>,
        <http://www.mpii.de/yago/resource/Chipewyan_language>,
        <info:lc/vocabulary/languages/chp> ;
    skos:altLabel "চিপেওয়াইয়ান"@bn,
        "Dene Suline"@da,
        "Chipewyan language"@en,
        "Dene Suline"@en,
        "Idioma dene suliné"@es,
        "Chipewyan"@fr,
        "чипевайян"@ru,
        "Denesulinece"@tr ;
    skos:definition "Dene Suline or Chipewyan (also Dëne Sųłiné, Dene Sųłiné, Dene Suliné, Dëne Suliné, Dene Soun’liné or just Dene) is the language spoken by the Chipewyan people of central Canada. It is categorized as part of the Northern Athabaskan language family. Dene Suline has over 11,000 speakers in Canada, mostly in Saskatchewan, Alberta and the Northwest Territories,"@en ;
    skos:inScheme lexvo: ;
    skos:notation "chp"^^xsd:string ;
    skos:prefLabel "الشيباوايان"@ar,
        "çipevyan dili"@az,
        "чиипувски"@bg,
        "চিপেওয়ান"@bn,
        "chipewyan"@br,
        "चिपेवियान्"@brx,
        "čipvijanski"@bs,
        "чипвијански"@bs-Cyrl,
        "chipewyan"@ca,
        "佩瓦扬文"@cmn,
        "奇佩瓦揚文"@cmn-Hant,
        "čipevajština"@cs,
        "chipewyan"@da,
        "Chipewyan"@de,
        "Τσίπιουαν"@el,
        "Chipewyan"@en,
        "Ĉipevajana lingvo"@eo,
        "chipewyan"@es,
        "tšipevai"@et,
        "چیپه‌ویه‌ای"@fa,
        "chipewyan"@fi,
        "chipewyan"@fr,
        "Denesuline spriak"@frr,
        "Lingua chipewyan"@gl,
        "Chipewyan"@gsw,
        "શિપેવ્યાન"@gu,
        "Dene Suline"@gv,
        "צ'יפוויאן"@he,
        "शिपेव्यान"@hi,
        "chipewyan"@hr,
        "csipevé"@hu,
        "Chipewyan"@id,
        "sípevíska"@is,
        "chipewyan"@it,
        "チペワイアン語"@ja,
        "ಚಿಪೆವ್ಯಾನ್"@kn,
        "치페우얀"@ko,
        "شیپویان"@ks,
        "ຊີພິວຢານ"@lo,
        "čipvėjų"@lt,
        "čipevaianu"@lv,
        "чипујан"@mk,
        "ചിപേവ്യൻ"@ml,
        "शिपेव्यान"@mr,
        "Ċipewjan"@mt,
        "chipewiansk"@nb,
        "Chipewyan"@nl,
        "chipewiansk"@nn,
        "ଚିପେୱାନ୍"@or,
        "chipewyan"@pl,
        "Lenga chipewyan"@pms,
        "chipewyan"@pt,
        "Dene Suline simi"@qu,
        "chipewyan"@rm,
        "chipewyan"@ro,
        "Чипевиан"@ru,
        "čipevajčina"@sk,
        "čipevščina"@sl,
        "Чипвијански"@sr,
        "Čipvijanski"@sr-Latn,
        "chipewyan"@sv,
        "சிபெவ்யான்"@ta,
        "చిపెవ్యాన్"@te,
        "ชิพิวยัน"@th,
        "Chipewyan"@tr,
        "чіпев’ян"@uk,
        "Tiếng Chipewyan"@vi .

<http://lexvo.org/id/iso639-3/ciw> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ciw"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/chip1241> ;
    owl:sameAs <http://dbpedia.org/resource/Chippewa_language>,
        <http://www.mpii.de/yago/resource/Chippewa_language> ;
    skos:altLabel "Chippewa language"@en ;
    skos:definition "Chippewa (also known as Southwestern Ojibwa, Ojibwe, Ojibway, or Ojibwemowin) is an Algonquian language spoken from upper Michigan westward to North Dakota in the United States. It represents the southern component of the Ojibwe language. Its ISO-3 designation is \"ciw\"."@en ;
    skos:inScheme lexvo: ;
    skos:notation "ciw"^^xsd:string ;
    skos:prefLabel "Chippewa"@en,
        "Chippewa"@fr,
        "Lenga chippewa"@pms .

<http://lexvo.org/id/iso639-3/ckt> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ckt"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/chuk1273> ;
    owl:sameAs <http://dbpedia.org/resource/Chukchi_language>,
        <http://lexvo.org/id/wordnet/30/noun/chukchi_1_10_00>,
        <http://www.mpii.de/yago/resource/Chukchi_language> ;
    skos:altLabel "Chukchi language"@en ;
    skos:definition "The Chukchi language (also known as Chukchee, Luoravetlan, Chukot and Chukcha; in its own language: ԓыгъоравэтԓьэн йиԓыйиԓ ) is a Palaeosiberian language spoken by Chukchi people in the easternmost extremity of Siberia, mainly in Chukotka Autonomous Okrug. According to the Russian Census of 2002, about 7,700 of the 15,700 Chukchi people speak Chukchi; knowledge of the Chukchi language is decreasing, and most Chukchis now speak the Russian language (fewer than 500 report not speaking Russian at all). Chukchi is closely related to Koryak, which is spoken by about half that number. The language together with Koryak, Kerek, Alutor and Itelmen forms the Chukotko-Kamchatkan language family."@en ;
    skos:inScheme lexvo: ;
    skos:notation "ckt"^^xsd:string ;
    skos:prefLabel "Чукчи"@bg,
        "Txuktxi"@ca,
        "Чукча чĕлхи"@cv,
        "Tschuktschische Sprache"@de,
        "Chukot"@en,
        "Ĉukĉa lingvo"@eo,
        "Idioma chucoto"@es,
        "زبان چوکچی"@fa,
        "Tšuktšin kieli"@fi,
        "Tchouktche"@fr,
        "Lingua Chukoto"@gl,
        "Bahasa Chukchi"@id,
        "Lingua ciukcia"@it,
        "チュクチ語"@ja,
        "축치어"@ko,
        "Луораветлан кыв"@kv,
        "Lingua čukči"@lmo,
        "Čiukčių kalba"@lt,
        "Čiokčiu kalba"@lt-x,
        "Bahasa Chukchi"@ms,
        "Tschuktsche Spraak"@nds,
        "Tsjoektsjisch"@nl,
        "Tjuktjisk språk"@nn,
        "Luoravetlansk"@no,
        "Język czukocki"@pl,
        "Lenga chukot"@pms,
        "Língua chukoto"@pt,
        "Чукотский язык"@ru,
        "Čukotščina"@sl,
        "Tjuktjiska"@sv,
        "Çukçice"@tr,
        "Чукотська мова"@uk,
        "楚科奇语"@zh .

<http://lexvo.org/id/iso639-3/cku> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "cku"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/koas1236> ;
    owl:sameAs <http://dbpedia.org/resource/Koasati_language>,
        <http://lexvo.org/id/wordnet/30/noun/koasati_1_10_00>,
        <http://www.mpii.de/yago/resource/Koasati_language> ;
    skos:altLabel "Koasati language"@en ;
    skos:definition "Koasati (also Coushatta) is a Native American language of Muskogean origin. The language is spoken by the Coushatta people, most of whom live in Allen Parish north of the town of Elton, Louisiana, though a smaller number share a reservation near Livingston, Texas, with the Alabama people. In 1991, linguist Geoffrey Kimball estimated the number of speakers of the language at around 400 people, of whom approximately 350 live in Louisiana. The exact number of current speakers is unclear, but Coushatta Tribe officials claim that most tribe members over 20 speak Koasati. In 2007, the Coushatta Tribe of Louisiana, in collaboration with McNeese State University and the College of William and Mary, began the Koasati (Coushatta) Language Project as a part of broader language revitalization efforts with National Science Foundation grant money under the Documenting Endangered Languages program."@en ;
    skos:inScheme lexvo: ;
    skos:notation "cku"^^xsd:string ;
    skos:prefLabel "Koasatieg"@br,
        "Coushatta"@de,
        "Koasati"@en,
        "Koasati"@fr,
        "Lenga koasati"@pms,
        "Língua koasati"@pt .

<http://lexvo.org/id/iso639-3/cla> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "cla"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/ronn1241> ;
    owl:sameAs <http://dbpedia.org/resource/Ron_language>,
        <http://lexvo.org/id/wordnet/30/noun/ron_1_10_00>,
        <http://www.mpii.de/yago/resource/Ron_language> ;
    skos:altLabel "Ron language"@en ;
    skos:definition "Ron (also known as Challa, Chala) is an Afro-Asiatic language spoken in Plateau State, Nigeria. Dialects include Bokkos, Daffo-Butura, Monguna."@en ;
    skos:inScheme lexvo: ;
    skos:notation "cla"^^xsd:string ;
    skos:prefLabel "Ron"@en,
        "Ron jezik"@hr .

<http://lexvo.org/id/iso639-3/cmn> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "cmn"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/mand1415> ;
    owl:sameAs <http://dbpedia.org/resource/Mandarin_Chinese>,
        <http://www.mpii.de/yago/resource/Mandarin_Chinese> ;
    skos:altLabel "مندرين معيار"@ar,
        "Chinu"@ast,
        "Мандарин"@bg,
        "Mandarí"@ca,
        "Mandarínština"@cs,
        "Tsieinëeg Mandarin"@cy,
        "Mandarin"@da,
        "Hochchinesisch"@de,
        "Chinese, Mandarin"@en,
        "Mandarin Chinese"@en,
        "Mandarin language"@en,
        "Norma ĉina lingvo"@eo,
        "Chino mandarín"@es,
        "زبان ماندارین"@fa,
        "Mandariinikiina"@fi,
        "Mandarin"@fr,
        "Mandarín"@gl,
        "מנדרינית"@he,
        "मन्दारिन भाषा"@hi,
        "Mandarinski kineski"@hr,
        "Mandarin nyelv"@hu,
        "Bahasa Mandarin"@id,
        "kínverska"@is,
        "Lingua cinese mandarino"@it,
        "中国官話"@ja,
        "ಮ್ಯಾಂಡರಿನ್ ಭಾಷೆ"@kn,
        "중국어"@ko,
        "Mandarīnu valoda"@lv,
        "മാൻഡറിൻ"@ml,
        "Mandarijn"@nl,
        "Mandarinspråk"@nn,
        "Języki mandaryńskie"@pl,
        "Língua mandarim"@pt,
        "Limba mandarină"@ro,
        "Северные диалекты китайского языка"@ru,
        "Мандарински језик"@sr,
        "kinesiska"@sv,
        "மாண்டரின் மொழி"@ta,
        "ภาษาจีนกลาง"@th,
        "Mandarin"@tr,
        "Мандаринська мова"@uk,
        "Tiếng Trung"@vi ;
    skos:definition "In Chinese linguistics, Mandarin refers to a group of related varieties or dialects spoken across most of northern and southwestern China. Because most Mandarin dialects are found in the north, the group is also referred to, particularly among Chinese speakers, as the \"northern dialect(s)\" . A northeastern-dialect speaker and a southwestern-dialect speaker can hardly communicate except through the standard language, mainly because of the differences in tone. Nonetheless, the variation within Mandarin is less significant than the much greater variation found within several other varieties of Chinese, and this is thought to be due to a relatively recent spread of Mandarin across China, combined with a greater ease of travel and communication compared to the more mountainous south of China."@en ;
    skos:inScheme lexvo: ;
    skos:notation "cmn"^^xsd:string ;
    skos:prefLabel "Chinese"@aa,
        "Bahsa Mandarin"@ace,
        "Sjinees"@af,
        "Chàenê"@agq,
        "Kyaena kasa"@ak,
        "ቻይንኛ"@am,
        "الصينية"@ar,
        "Kichina"@asa,
        "chinu"@ast,
        "çincə"@az,
        "чинҹә"@az-Cyrl,
        "Houkinäsisch"@bar,
        "Hɔp u kinà"@bas,
        "кітайская"@be,
        "Ichi Chainisi"@bem,
        "Hichina"@bez,
        "китайски"@bg,
        "siniwakan"@bm,
        "চীনা"@bn,
        "རྒྱ་སྐད་"@bo,
        "sinaeg"@br,
        "चीनी"@brx,
        "kineski"@bs,
        "кинески"@bs-Cyrl,
        "ቻይንኛ"@byn,
        "xinès"@ca,
        "Guók-ngṳ̄"@cdo,
        "Minandarin"@ceb,
        "Oruchaina"@cgg,
        "ᏓᎶᏂᎨ"@chr,
        "中文"@cmn,
        "中文"@cmn-Hant,
        "čínština"@cs,
        "Tseineeg"@cy,
        "kinesisk"@da,
        "Kichina"@dav,
        "Chinesisch"@de,
        "Mandarinki"@diq,
        "Sinuwa senni"@dje,
        "sinua"@dyo,
        "རྒྱ་མི་ཁ"@dz,
        "Kĩchina"@ebu,
        "kinagbe"@ee,
        "Κινεζικά"@el,
        "Chinese"@en,
        "𐐕𐐴𐑌𐐨𐑆"@en-Dsrt,
        "ĉina"@eo,
        "chino"@es,
        "hiina"@et,
        "txinera"@eu,
        "Ǹkɔ́bɔ tsainís"@ewo,
        "چینی"@fa,
        "Sinuwaare"@ff,
        "kiina"@fi,
        "Chinese"@fil,
        "kinesiskt"@fo,
        "chinois"@fr,
        "cinês"@fur,
        "Standertmandarynsk"@fy,
        "Sínis"@ga,
        "Sìnis"@gd,
        "chinés"@gl,
        "Chineesisch"@gsw,
        "ચાઇનીઝ"@gu,
        "Kichina"@guz,
        "Mandarin Chadjinit"@gv,
        "Harshen Sin"@ha,
        "Pākē"@haw,
        "סינית"@he,
        "चीनी"@hi,
        "kineski"@hr,
        "kínai"@hu,
        "Չինարեն"@hy,
        "Lingua chinese mandarin"@ia,
        "China"@id,
        "Mandarịịnị"@ig,
        "ꍏꇩꉙ"@ii,
        "Mandarín"@is,
        "cinese"@it,
        "中国語"@ja,
        "Shinwâ"@jgo,
        "Kyichina"@jmc,
        "ჩინური"@ka,
        "Tacinwat, Tamundarint"@kab,
        "Kichina"@kam,
        "Chichina"@kde,
        "xines"@kea,
        "Sinuwa senni, Mandareŋ"@khq,
        "Kĩcaina"@ki,
        "қытай тілі"@kk,
        "kineserisut"@kl,
        "kutitab China"@kln,
        "ចិន"@km,
        "ಚೈನೀಸ್"@kn,
        "चीनीस्"@knn,
        "관화"@ko,
        "چیٖنی"@ks,
        "Kichina"@ksb,
        "ricinɔá"@ksf,
        "Schineesesch"@ksh,
        "Zimanê çînî"@ku,
        "Chinek"@kw,
        "кытайча"@ky,
        "Lingua Sinensis Mandarinica"@la,
        "Idioma shino mandarin"@lad,
        "Kɨchíina"@lag,
        "Lucayina"@lg,
        "lisinwa"@ln,
        "ຈີນ"@lo,
        "kinų"@lt,
        "shinɛ"@lu,
        "Kichina"@luo,
        "Kichina"@luy,
        "ķīniešu"@lv,
        "L:官話"@lzh,
        "nkʉtʉ́k ɔ́ɔ̄ lchina"@mas,
        "Kĩchina"@mer,
        "sinwa, mandarin"@mfe,
        "Sinoa, Mandarin"@mg,
        "Ichina"@mgh,
        "кинески"@mk,
        "ചൈനീസ്"@ml,
        "चीनी"@mr,
        "Bahasa Mandarin"@ms,
        "Ċiniż"@mt,
        "zah Syiŋ"@mua,
        "တရုတ်"@my,
        "Chineesǁî gowab, Mandarinni"@naq,
        "kinesisk"@nb,
        "isi-China"@nd,
        "चिनियाँ"@ne,
        "Chinees"@nl,
        "Kiɛl bó chinois"@nmg,
        "kinesisk"@nn,
        "Han"@no,
        "Thok cayna"@nus,
        "Oruchaina"@nyn,
        "Mandarin estandard"@oc,
        "Chinese"@om,
        "ଚାଇନୀଜ୍"@or,
        "китайаг"@os,
        "chiński"@pl,
        "Lenga putonghua"@pms,
        "چیني"@ps,
        "chinês"@pt,
        "Chinchay Han simi"@qu,
        "chinais"@rm,
        "Igishinwa"@rn,
        "chineză"@ro,
        "Kichina"@rof,
        "китайский"@ru,
        "Kyichina"@rwk,
        "Кытайдыы"@sah,
        "Kichina"@saq,
        "Ishishina"@sbp,
        "Lingua xinesa mandarinu"@sc,
        "Mandarin Cheenese"@sco,
        "kiinnágiella"@se,
        "chinês"@seh,
        "Sinuwa senni, Mandareŋ"@ses,
        "Shinuäa"@sg,
        "ⵜⴰⵛⵉⵏⵡⵉⵜ"@shi,
        "tacinwit"@shi-Latn,
        "චීන"@si,
        "čínština"@sk,
        "kitajščina"@sl,
        "chiChinese"@sn,
        "Jayniis"@so,
        "Kineze"@sq,
        "Кинески"@sr,
        "Kineski"@sr-Latn,
        "Hoochchinesisk"@stq,
        "Mandarin"@sv,
        "Kichina"@swc,
        "Kichina"@swh,
        "சீனம்"@ta,
        "చైనీస్"@te,
        "Kichina"@teo,
        "Чинӣ"@tg,
        "จีน"@th,
        "ቻይንኛ"@tig,
        "Wikang Mandarin"@tl,
        "lea fakasiaina"@to,
        "Çince"@tr,
        "Sinuwa senni, Mandareŋ"@twq,
        "Tacinwit,Mandarin"@tzm,
        "китайська"@uk,
        "چینی"@ur,
        "Хитойча"@uzn,
        "xitoycha"@uzn-Latn,
        "ꕦꕇꔧ"@vai,
        "Chaniĩ"@vai-Latn,
        "Quan thoại"@vi,
        "Kyichina"@vun,
        "Mandarin"@wa,
        "Chinesiš"@wae,
        "ቻይንኛ"@wal,
        "Olucayina"@xog,
        "sinúɛ"@yav,
        "Èdè Mandari"@yo,
        "國語"@yue,
        "官话"@zh,
        "Cina"@zsm,
        "isi-Chinese"@zu .

<http://lexvo.org/id/iso639-3/com> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "com"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/coma1245> ;
    owl:sameAs <http://dbpedia.org/resource/Comanche_language>,
        <http://lexvo.org/id/wordnet/30/noun/comanche_1_10_00>,
        <http://www.mpii.de/yago/resource/Comanche_language> ;
    skos:altLabel "Comanche language"@en ;
    skos:definition "Comanche is a Uto-Aztecan language spoken by the Comanche people, who split off from the Shoshone soon after they acquired horses in around 1705. The Comanche language and the Shoshoni language are therefore quite similar, although certain low-level consonant changes in Comanche have inhibited mutual intelligibility."@en ;
    skos:inScheme lexvo: ;
    skos:notation "com"^^xsd:string ;
    skos:prefLabel "Komantcheg"@br,
        "Komančština"@cs,
        "Comanche"@en,
        "Idioma comanche"@es,
        "Comanchen kieli"@fi,
        "Comanche"@fr,
        "Comanche jezik"@hr,
        "코만치어"@ko,
        "Lenga comanche"@pms,
        "Língua comanche"@pt,
        "Команчский язык"@ru,
        "Comanche dili"@tr .

<http://lexvo.org/id/iso639-3/cop> a lvont:Language,
        skos:Concept ;
    lvont:isFocusOf <http://id.loc.gov/vocabulary/iso639-2/cop> ;
    lvont:iso6392BCode "cop"^^xsd:string ;
    lvont:iso6392TCode "cop"^^xsd:string ;
    lvont:iso639P3PCode "cop"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-2/cop>,
        <http://www.glottolog.org/resource/languoid/id/copt1239> ;
    owl:sameAs <http://dbpedia.org/resource/Coptic_language>,
        <http://psi.oasis-open.org/iso/639/#cop>,
        <http://www.lingvoj.org/lang/cop>,
        <http://www.mpii.de/yago/resource/Coptic_language>,
        <info:lc/vocabulary/languages/cop> ;
    skos:altLabel "لغة قبطية"@ar,
        "Kopt dili"@az,
        "Коптски език"@bg,
        "Idioma copte"@ca,
        "Koptština"@cs,
        "Koptisk"@da,
        "Koptische Sprache"@de,
        "Κοπτική γλώσσα"@el,
        "Coptic language"@en,
        "Idioma copto"@es,
        "زبان قبطی"@fa,
        "Koptin kieli"@fi,
        "Copte"@fr,
        "Koptski jezik"@hr,
        "Kopt nyelv"@hu,
        "Koptíska"@is,
        "Lingua copta"@it,
        "コプト・エジプト語"@ja,
        "Koptų kalba"@lt,
        "Lingwa Kopta"@mt,
        "Koptisk språk"@nn,
        "Język koptyjski"@pl,
        "Língua copta"@pt,
        "Limba coptă"@ro,
        "Коптский язык"@ru,
        "Коптски језик"@sr,
        "Koptiska"@sv,
        "Коптська мова"@uk ;
    skos:definition "Coptic or Coptic Egyptian ( Met Remenkēmi) is the current stage of the Egyptian language, a northern Afro-Asiatic language spoken in Egypt until at least the 17th century. Egyptian began to be written using the Greek alphabet in the 1st century. The new writing system became the Coptic script, an adapted Greek alphabet with the addition of six or seven signs from the demotic script to represent Egyptian sounds the Greek language did not have. Several distinct Coptic dialects are identified, the most prominent of which are Sahidic and Bohairic."@en ;
    skos:inScheme lexvo: ;
    skos:notation "cop"^^xsd:string ;
    skos:prefLabel "Kopties"@af,
        "Idioma copto"@an,
        "القبطية"@ar,
        "لغه قبطى"@arz,
        "kopt dili"@az,
        "Копт теле"@ba,
        "копцкая"@be,
        "коптски"@bg,
        "কপটিক"@bn,
        "kopteg"@br,
        "कॉप्टीक्"@brx,
        "koptski"@bs,
        "коптски"@bs-Cyrl,
        "copte"@ca,
        "科普特文"@cmn,
        "科普特文"@cmn-Hant,
        "koptština"@cs,
        "Копт чĕлхи"@cv,
        "Copteg"@cy,
        "koptisk"@da,
        "Koptisch"@de,
        "Κοπτικά"@el,
        "Coptic"@en,
        "𐐗𐐬𐐹𐐻𐐮𐐿"@en-Dsrt,
        "copto"@es,
        "kopti"@et,
        "Koptoera"@eu,
        "قبطی"@fa,
        "kopti"@fi,
        "copte"@fr,
        "coptic"@fur,
        "An Choptais"@ga,
        "Lingua copta"@gl,
        "Koptisch"@gsw,
        "Koptische Sprache"@gsw-FR,
        "કોપ્ટિક"@gu,
        "קופטית"@he,
        "कॉप्टिक"@hi,
        "koptski"@hr,
        "kopt"@hu,
        "Koptik"@id,
        "koptíska"@is,
        "copto"@it,
        "コプト語"@ja,
        "Basa Koptik"@jv,
        "კოპტური ენა"@ka,
        "ಕೊಪ್ಟಿಕ್"@kn,
        "콥트어"@ko,
        "کاپٹِک"@ks,
        "Копт кыв"@kv,
        "Lingua Coptica"@la,
        "ຄອບຕິກ"@lo,
        "koptų"@lt,
        "koptu"@lv,
        "Kopta"@mg,
        "коптски"@mk,
        "കോപ്റ്റിക്"@ml,
        "कॉप्टिक"@mr,
        "Koptiku"@mt,
        "koptisk"@nb,
        "Koptisch"@nl,
        "koptisk"@nn,
        "Koptisk"@no,
        "କପ୍ଟିକ୍"@or,
        "коптаг"@os,
        "Coptic"@pam,
        "koptyjski"@pl,
        "Còptich"@pms,
        "copta"@pt,
        "coptic"@rm,
        "coptă"@ro,
        "коптский"@ru,
        "Koptski jezik"@sh,
        "koptčina"@sk,
        "koptščina"@sl,
        "Коптски"@sr,
        "Koptski"@sr-Latn,
        "Koptitongo"@srn,
        "koptiska"@sv,
        "Kikhufti"@swh,
        "காப்டிக்"@ta,
        "కోప్టిక్"@te,
        "คอปติก"@th,
        "lea fakakopitika"@to,
        "Kıptice"@tr,
        "коптська"@uk,
        "Tiếng Coptic"@vi,
        "科普特语"@zh .

<http://lexvo.org/id/iso639-3/daf> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "daf"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/dann1241> ;
    owl:sameAs <http://dbpedia.org/resource/Dan_language>,
        <http://www.mpii.de/yago/resource/Dan_language> ;
    skos:altLabel "Dan language"@en ;
    skos:definition "Dan is a Mande language spoken primarily in Côte d'Ivoire (~800,000 speakers) and Liberia (150,800–200,000 speakers). There is also a population of about 800 speakers in Guinea. Dan is a tonal language, with three main tones and two glide/contour tones."@en ;
    skos:inScheme lexvo: ;
    skos:notation "daf"^^xsd:string ;
    skos:prefLabel "Dan"@de,
        "Dan"@en,
        "Dan"@fr,
        "Дан"@mk,
        "Lenga Dan"@pms,
        "Língua dan"@pt,
        "Dan"@sv .

<http://lexvo.org/id/iso639-3/dih> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "dih"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/kumi1248> ;
    owl:sameAs <http://dbpedia.org/resource/Kumeyaay_language>,
        <http://www.mpii.de/yago/resource/Kumeyaay_language> ;
    skos:altLabel "Kumeyaay language"@en ;
    skos:definition "Kumeyaay (Kumiai), also known as Central Diegueño, Kamia, and Campo, is the Native American language spoken by the Kumeyaay people of southern San Diego and Imperial counties in California. Hinton (1994:28) suggested a conservative estimate of 50 surviving Kumeyaay speakers. A more liberal estimate (including speakers of Ipai and Tipai), supported by the results of the Census 2000, is 110 people in the US, including 15 persons under the age of 18."@en ;
    skos:inScheme lexvo: ;
    skos:notation "dih"^^xsd:string ;
    skos:prefLabel "Kumiai"@en .

<http://lexvo.org/id/iso639-3/din> a lvont:Language,
        skos:Concept ;
    lvont:isFocusOf <http://id.loc.gov/vocabulary/iso639-2/din> ;
    lvont:iso6392BCode "din"^^xsd:string ;
    lvont:iso6392TCode "din"^^xsd:string ;
    lvont:iso639P3PCode "din"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-2/din> ;
    owl:sameAs <http://dbpedia.org/resource/Dinka_language>,
        <http://lexvo.org/id/wordnet/30/noun/dinka_1_10_00>,
        <http://psi.oasis-open.org/iso/639/#din>,
        <http://www.lingvoj.org/lang/din>,
        <http://www.mpii.de/yago/resource/Dinka_language>,
        <info:lc/vocabulary/languages/din> ;
    skos:altLabel "لغة دينكاوية"@ar,
        "Dinkeg"@br,
        "Dinka-Sprache"@de,
        "Dinka language"@en,
        "Dinkan kieli"@fi,
        "Língua dinka"@pt,
        "Динка"@ru,
        "Динка језик"@sr,
        "Dinka"@sv ;
    skos:definition "This article is about the language, for the ethnic group see Dinka. Dinka, or , is a Nilotic dialect cluster spoken by the Dinka people, the major ethnic group of South Sudan. There are five main varieties, Ngok, Rek, Agaar, Twic / Tuic East, and Bor, which are distinct enough to require separate literary standards and thus to be considered separate languages. Jaang or Jieng is used as a general term to cover all Dinka languages. The Rek Dialect is said to be the standard and prestige dialect."@en ;
    skos:inScheme lexvo: ;
    skos:notation "din"^^xsd:string ;
    skos:prefLabel "الدنكا"@ar,
        "dinka dili"@az,
        "динка"@bg,
        "ডিংকা"@bn,
        "dinka"@br,
        "डींगका"@brx,
        "dinka"@bs,
        "динка"@bs-Cyrl,
        "dinka"@ca,
        "丁卡文"@cmn,
        "丁卡文"@cmn-Hant,
        "dinkština"@cs,
        "Dinca"@cy,
        "dinka"@da,
        "Dinka"@de,
        "Ντίνκα"@el,
        "Dinka"@en,
        "dinka"@es,
        "dinka"@et,
        "دینکایی"@fa,
        "dinka"@fi,
        "dinka"@fr,
        "Tinka"@gsw,
        "દિન્કા"@gu,
        "דינקה"@he,
        "दिन्का"@hi,
        "dinka"@hr,
        "dinka"@hu,
        "Dinka"@id,
        "dinka"@is,
        "dinca"@it,
        "ディンカ語"@ja,
        "ಡಿಂಕಾ"@kn,
        "딩카어"@ko,
        "ڈِنکا"@ks,
        "Lengua Dinka"@lij,
        "ດິນກາ"@lo,
        "dinkų"@lt,
        "dinku"@lv,
        "динка"@mk,
        "ദിൻക"@ml,
        "Динка хэл"@mn,
        "दिन्का"@mr,
        "Dinka"@mt,
        "dinka"@nb,
        "Dinka"@nl,
        "dinka"@nn,
        "ଦିଙ୍କା"@or,
        "dinka"@pl,
        "dinka"@pt,
        "dinka"@rm,
        "dinka"@ro,
        "динка"@ru,
        "dinka"@sk,
        "dinka"@sl,
        "Динка"@sr,
        "Dinka"@sr-Latn,
        "dinka"@sv,
        "டின்கா"@ta,
        "డింకా"@te,
        "ดิงกา"@th,
        "Dinka"@tr,
        "дінка"@uk,
        "Tiếng Dinka"@vi,
        "丁卡语"@zh .

<http://lexvo.org/id/iso639-3/dua> a lvont:Language,
        skos:Concept ;
    lvont:isFocusOf <http://id.loc.gov/vocabulary/iso639-2/dua> ;
    lvont:iso6392BCode "dua"^^xsd:string ;
    lvont:iso6392TCode "dua"^^xsd:string ;
    lvont:iso639P3PCode "dua"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-2/dua>,
        <http://www.glottolog.org/resource/languoid/id/dual1243> ;
    owl:sameAs <http://dbpedia.org/resource/Duala_language>,
        <http://psi.oasis-open.org/iso/639/#dua>,
        <http://www.lingvoj.org/lang/dua>,
        <http://www.mpii.de/yago/resource/Duala_language>,
        <info:lc/vocabulary/languages/dua> ;
    skos:altLabel "Duala language"@en,
        "Douala"@fr,
        "Język duala"@pl,
        "Língua duala"@pt,
        "Дуала"@ru ;
    skos:definition "Duala (also spelled Douala, Diwala, Dwela, Dualla, and Dwala) is the language spoken by the Duala and Mungo peoples of Cameroon. The language belonges to the Bantu language family, and a subgroup of it called the Sawabantu languages. The song \"Soul Makossa\", as well as pop songs that repeated its lyrics, internationally popularized the Duala word for \"(I) dance\", \"makossa\"."@en ;
    skos:inScheme lexvo: ;
    skos:notation "dua"^^xsd:string ;
    skos:prefLabel "الديولا"@ar,
        "duala dili"@az,
        "дуала"@bg,
        "দুয়ালা"@bn,
        "डुआला"@brx,
        "duala"@bs,
        "дуала"@bs-Cyrl,
        "duala"@ca,
        "都阿拉文"@cmn,
        "杜亞拉文"@cmn-Hant,
        "dualština"@cs,
        "duala"@da,
        "Duala"@de,
        "duálá"@dua,
        "dualagbe"@ee,
        "Ντουάλα"@el,
        "Duala"@en,
        "duala"@es,
        "duala"@et,
        "دوآلایی"@fa,
        "duala"@fi,
        "douala"@fr,
        "Tuala"@gsw,
        "દુઆલા"@gu,
        "דואלה"@he,
        "दुआला"@hi,
        "duala"@hr,
        "duala"@hu,
        "Duala"@id,
        "dúala"@is,
        "duala"@it,
        "ドゥアラ語"@ja,
        "ಡುವಾಲಾ"@kn,
        "드와라어"@ko,
        "دُوالا"@ks,
        "ດົວລາ"@lo,
        "dualų"@lt,
        "dualu"@lv,
        "дуала"@mk,
        "ദ്വാല"@ml,
        "दुआला"@mr,
        "Bahasa Duala"@ms,
        "Dwala"@mt,
        "duala"@nb,
        "Duala"@nl,
        "duala"@nn,
        "ଡୁଆନା"@or,
        "duala"@pl,
        "Lenga Duala"@pms,
        "duala"@pt,
        "duala"@rm,
        "duala"@ro,
        "дуала"@ru,
        "duala"@sk,
        "duala"@sl,
        "Дуала"@sr,
        "Duala"@sr-Latn,
        "duala"@sv,
        "Kiduala"@sw,
        "Kiduala"@swh,
        "துவாலா"@ta,
        "దుఆలా"@te,
        "ดัวลา"@th,
        "lea fakatuala"@to,
        "Duala"@tr,
        "дуала"@uk,
        "Tiếng Duala"@vi .

<http://lexvo.org/id/iso639-3/duj> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "duj"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/dhuw1249> ;
    owl:sameAs <http://dbpedia.org/resource/Dhuwal_language>,
        <http://www.mpii.de/yago/resource/Dhuwal_language> ;
    skos:altLabel "Dhuwal language"@en ;
    skos:definition "Dhuwal (also called Duala, Dual, or Wulamba) is an Australian Aboriginal language. In 1983, it was spoken by about 500 people in Australia's Northern Territory. Now it is spoken by about 3,650 individuals according to Ethnologue."@en ;
    skos:inScheme lexvo: ;
    skos:notation "duj"^^xsd:string ;
    skos:prefLabel "Dhuwal"@en,
        "Lenga dhuwal"@pms,
        "Dhuwal"@sv .

<http://lexvo.org/id/iso639-3/dyu> a lvont:Language,
        skos:Concept ;
    lvont:isFocusOf <http://id.loc.gov/vocabulary/iso639-2/dyu> ;
    lvont:iso6392BCode "dyu"^^xsd:string ;
    lvont:iso6392TCode "dyu"^^xsd:string ;
    lvont:iso639P3PCode "dyu"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-2/dyu>,
        <http://www.glottolog.org/resource/languoid/id/dyul1238> ;
    owl:sameAs <http://dbpedia.org/resource/Dyula_language>,
        <http://psi.oasis-open.org/iso/639/#dyu>,
        <http://www.lingvoj.org/lang/dyu>,
        <http://www.mpii.de/yago/resource/Dyula_language>,
        <info:lc/vocabulary/languages/dyu> ;
    skos:altLabel "Диула"@bg,
        "Diouleg"@br,
        "Dyula-Sprache"@de,
        "Dyula language"@en,
        "Idioma diula"@es,
        "Dioula"@fr,
        "Dioula nyelv"@hu,
        "Lingua dioula"@it,
        "Dioula"@nl,
        "Język diula"@pl,
        "Língua dioula"@pt,
        "diúla"@pt,
        "диула (дьюла)"@ru,
        "Dioula"@sv ;
    skos:definition "Jula (Dyula, Dioula) is a Mande language spoken in Burkina Faso, Côte dIvoire and Mali. It is one of the Manding languages, and is most closely related to Bambara, being mutually intelligible with Bambara as well as Malinke. It is a trade language in West Africa and is spoken by millions of people, either as a first or second language. It is written in the Arabic script and the Latin script, as well as in the indigenous NKo alphabet."@en ;
    skos:inScheme lexvo: ;
    skos:notation "dyu"^^xsd:string ;
    skos:prefLabel "الدايلا"@ar,
        "dyula dili"@az,
        "диула"@bg,
        "ডিউলা"@bn,
        "dyula"@br,
        "द्युआला"@brx,
        "đula"@bs,
        "ђула"@bs-Cyrl,
        "jula"@ca,
        "迪尤拉文"@cmn,
        "迪尤拉文"@cmn-Hant,
        "djula"@cs,
        "dyula"@da,
        "Dioula"@de,
        "Ντογιούλα"@el,
        "Dyula"@en,
        "Ĝula lingvo"@eo,
        "diula"@es,
        "djula"@et,
        "Dioula"@eu,
        "دایولایی"@fa,
        "djula"@fi,
        "dioula"@fr,
        "Tiula"@gsw,
        "ડ્યુલા"@gu,
        "דיולה"@he,
        "ड्युला"@hi,
        "dyula"@hr,
        "diula"@hu,
        "Dyula"@id,
        "djúla"@is,
        "diula"@it,
        "ジュラ語"@ja,
        "ಡ್ಯೂಲಾ"@kn,
        "드율라어"@ko,
        "ڈِیوٗلا"@ks,
        "ດູລາ"@lo,
        "dyulų"@lt,
        "diūlu"@lv,
        "џула"@mk,
        "ദ്വൈല"@ml,
        "ड्युला"@mr,
        "Djula"@mt,
        "dyula"@nb,
        "Dyula"@nl,
        "dyula"@nn,
        "ଡୁଆଲା"@or,
        "dyula"@pl,
        "Lenga Jula"@pms,
        "diula"@pt,
        "Diyula simi"@qu,
        "diula"@rm,
        "dyula"@ro,
        "Дьюла"@ru,
        "ďula"@sk,
        "diula"@sl,
        "Ђула"@sr,
        "Đula"@sr-Latn,
        "dyula"@sv,
        "Kijula"@swh,
        "ட்யூலா"@ta,
        "డ్యులా"@te,
        "ดิวลา"@th,
        "Dyula"@tr,
        "діула"@uk,
        "Tiếng Dyula"@vi .

<http://lexvo.org/id/iso639-3/efi> a lvont:Language,
        skos:Concept ;
    lvont:isFocusOf <http://id.loc.gov/vocabulary/iso639-2/efi> ;
    lvont:iso6392BCode "efi"^^xsd:string ;
    lvont:iso6392TCode "efi"^^xsd:string ;
    lvont:iso639P3PCode "efi"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-2/efi>,
        <http://www.glottolog.org/resource/languoid/id/efik1245> ;
    owl:sameAs <http://dbpedia.org/resource/Efik_language>,
        <http://psi.oasis-open.org/iso/639/#efi>,
        <http://www.lingvoj.org/lang/efi>,
        <http://www.mpii.de/yago/resource/Efik_language>,
        <info:lc/vocabulary/languages/efi> ;
    skos:altLabel "Efik language"@en,
        "Bahasa Efik"@id ;
    skos:definition "Efik (proper), also known as Riverain Ibibio, is the native language of the Efik people of Nigeria, where it is a national language. It is the official language of the Cross River State in Nigeria."@en ;
    skos:inScheme lexvo: ;
    skos:notation "efi"^^xsd:string ;
    skos:prefLabel "Efik"@af,
        "ኤፊክ"@am,
        "الإفيك"@ar,
        "efik dili"@az,
        "ефик"@bg,
        "এফিক"@bn,
        "efik"@br,
        "एफीक्"@brx,
        "efikski"@bs,
        "ефикски"@bs-Cyrl,
        "efik"@ca,
        "埃菲克文"@cmn,
        "埃菲克文"@cmn-Hant,
        "efikština"@cs,
        "efik"@da,
        "Efik"@de,
        "efigbe"@ee,
        "Εφίκ"@el,
        "Efik"@en,
        "ibibioefika"@eo,
        "efik"@es,
        "efiki"@et,
        "efikera"@eu,
        "افیکی"@fa,
        "efik"@fi,
        "Efik"@fil,
        "efik"@fo,
        "efik"@fr,
        "ibibio"@gl,
        "Efikisch"@gsw,
        "એફિક"@gu,
        "אפיק"@he,
        "एफिक"@hi,
        "efik"@hr,
        "efik"@hu,
        "Efik"@id,
        "efík"@is,
        "efik"@it,
        "エフィク語"@ja,
        "эфик"@kk,
        "ಎಫಿಕ್"@kn,
        "이픽어"@ko,
        "ایٚفِک"@ks,
        "Efik"@ksh,
        "ອີຟິກ"@lo,
        "efik"@lt,
        "efiku"@lv,
        "ефик"@mk,
        "എഫിക്"@ml,
        "एफिक"@mr,
        "Efik"@mt,
        "efik"@nb,
        "Efik"@nl,
        "efik"@nn,
        "ଏଫିକ୍"@or,
        "efik"@pl,
        "Lenga Efik"@pms,
        "efique"@pt,
        "efik"@rm,
        "efik"@ro,
        "эфик"@ru,
        "efik"@sk,
        "efiščina"@sl,
        "Ефикски"@sr,
        "Efikski"@sr-Latn,
        "efik"@sv,
        "Kiefiki"@swh,
        "எஃபிக்"@ta,
        "ఎఫిక్"@te,
        "อีฟิก"@th,
        "lea ʻefiki"@to,
        "Efik"@tr,
        "ефік"@uk,
        "ایفِک"@ur,
        "Tiếng Efik"@vi,
        "Efik"@wae,
        "Efik"@zsm,
        "isi-Efik"@zu .

<http://lexvo.org/id/iso639-3/elx> a lvont:Language,
        skos:Concept ;
    lvont:isFocusOf <http://id.loc.gov/vocabulary/iso639-2/elx> ;
    lvont:iso6392BCode "elx"^^xsd:string ;
    lvont:iso6392TCode "elx"^^xsd:string ;
    lvont:iso639P3PCode "elx"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-2/elx> ;
    owl:sameAs <http://dbpedia.org/resource/Elamite_language>,
        <http://lexvo.org/id/wordnet/30/noun/elamitic_1_10_00>,
        <http://psi.oasis-open.org/iso/639/#elx>,
        <http://www.lingvoj.org/lang/elx>,
        <http://www.mpii.de/yago/resource/Elamite_language>,
        <info:lc/vocabulary/languages/elx> ;
    skos:altLabel "Еламски език"@bg,
        "Elamiteg"@br,
        "Llengua elamita"@ca,
        "elamitština"@cs,
        "Elamische Sprache"@de,
        "Elamite language"@en,
        "Idioma elamita"@es,
        "زبان عیلامی"@fa,
        "Elamin kieli"@fi,
        "Élamite"@fr,
        "Elamski jezik"@hr,
        "Elamíska"@is,
        "Lingua elamitica"@it,
        "Język elamicki"@pl,
        "Língua elamita"@pt,
        "Эламский язык"@ru,
        "Еламитски језик"@sr,
        "Elamitiska"@sv,
        "ஈலமைட்டு மொழி"@ta,
        "ภาษาอีลาไมต์"@th,
        "Еламський клинопис"@uk ;
    skos:definition "Elamite is an extinct language spoken by the ancient Elamites. Elamite was the primary language in present day Iran from 2800–550 BCE. The last written records in Elamite appear about the time of the conquest of the Persian Empire by Alexander the Great."@en ;
    skos:inScheme lexvo: ;
    skos:notation "elx"^^xsd:string ;
    skos:prefLabel "الإمايت"@ar,
        "elamit dili"@az,
        "еламитски"@bg,
        "এলামাইট"@bn,
        "elameg"@br,
        "एलामी"@brx,
        "elamitski"@bs,
        "еламитски"@bs-Cyrl,
        "elamita"@ca,
        "艾拉米特文"@cmn,
        "埃蘭文"@cmn-Hant,
        "Elamština"@cs,
        "Элам чĕлхи"@cv,
        "Elameg"@cy,
        "elamitisk"@da,
        "Elamisch"@de,
        "Ελαμάιτ"@el,
        "Elamite"@en,
        "Elama lingvo"@eo,
        "elamita"@es,
        "eelami"@et,
        "عیلامی"@fa,
        "elami"@fi,
        "élamite"@fr,
        "Lingua elamita"@gl,
        "Elamisch"@gsw,
        "એલામાઇટ"@gu,
        "עילמית"@he,
        "एलामाइट"@hi,
        "elamitski"@hr,
        "elamit"@hu,
        "Elam"@id,
        "elamít"@is,
        "elamitico"@it,
        "エラム語"@ja,
        "ელამური ენა"@ka,
        "Элам тілі"@kk,
        "ಎಲಾಮೈಟ್"@kn,
        "엘람어"@ko,
        "ایٚلامایِٹ"@ks,
        "Lingua Elamitica"@la,
        "ອີລາໄມ"@lo,
        "elamitų"@lt,
        "elamiešu"@lv,
        "еламит"@mk,
        "എലാമൈറ്റ്"@ml,
        "एलामाइट"@mr,
        "Elamit"@mt,
        "elamittisk"@nb,
        "Elamitisch"@nl,
        "elamittisk"@nn,
        "Elamittisk"@no,
        "Elamita"@oc,
        "ଏଲାମାଇଟ୍"@or,
        "elamicki"@pl,
        "elamite"@pt,
        "elamitic"@rm,
        "elamită"@ro,
        "эламский"@ru,
        "Icyelamite"@rw,
        "Elamski jezik"@sh,
        "elamčina"@sk,
        "elamščina"@sl,
        "Еламитски"@sr,
        "Elamitski"@sr-Latn,
        "elamitiska"@sv,
        "எலமைட்"@ta,
        "ఎలామైట్"@te,
        "อีลาไมต์"@th,
        "Wikang Elamita"@tl,
        "Elam"@tr,
        "еламська"@uk,
        "Tiếng Elamite"@vi,
        "埃蘭語"@zh .

<http://lexvo.org/id/iso639-3/ess> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ess"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/cent2128> ;
    owl:sameAs <http://dbpedia.org/resource/Central_Siberian_Yupik_language>,
        <http://www.mpii.de/yago/resource/Central_Siberian_Yupik_language> ;
    skos:altLabel "Central Siberian Yupik language"@en,
        "Yupik, Central Siberian"@en ;
    skos:definition "Siberian Yupik (also known as Central Siberian Yupik, Bering Strait Yupik, Yuit, Yoit, \"St. Lawrence Island Yupik\" and in Russia \"Chaplinski Yupik\" or Yuk) is one of the four Yupik languages: * Central Siberian Yupik, * Naukan Siberian Yupik, * Central Alaskan Yupik, * Pacific Gulf Yupik. Central Siberian Yupik belongs to the Eskimo–Aleut language family. It the largest Yupik idiom spoken in Siberia, and it is spoken also on St. Lawrence Island. Its speakers, the Siberian Yupik people, are an indigenous people who reside along the coast of the Chukchi Peninsula in the Russian Far East and on St. Lawrence Island in the Alaska villages of Savoonga and Gambell."@en ;
    skos:inScheme lexvo: ;
    skos:notation "ess"^^xsd:string ;
    skos:prefLabel "Central Siberian Yupik"@en,
        "Siperianjupik"@fi,
        "Sibirisch jupik"@frr,
        "ცენტრალურ ციმბირული იუპიკური ენა"@ka,
        "Lenga yupik siberian sentral"@pms,
        "Юитские языки"@ru,
        "Sibirya Yupikçesi"@tr,
        "Сибирьысь юпик кыл"@udm .

<http://lexvo.org/id/iso639-3/ewo> a lvont:Language,
        skos:Concept ;
    lvont:isFocusOf <http://id.loc.gov/vocabulary/iso639-2/ewo> ;
    lvont:iso6392BCode "ewo"^^xsd:string ;
    lvont:iso6392TCode "ewo"^^xsd:string ;
    lvont:iso639P3PCode "ewo"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-2/ewo>,
        <http://www.glottolog.org/resource/languoid/id/ewon1239> ;
    owl:sameAs <http://dbpedia.org/resource/Ewondo_language>,
        <http://psi.oasis-open.org/iso/639/#ewo>,
        <http://www.lingvoj.org/lang/ewo>,
        <http://www.mpii.de/yago/resource/Ewondo_language>,
        <info:lc/vocabulary/languages/ewo> ;
    skos:altLabel "Ewondo language"@en,
        "Ewondo"@fr,
        "Język yaunde"@pl,
        "Эвондо"@ru ;
    skos:definition "Ewondo is the language of the Ewondo people of Cameroon. The language had 577,700 native speakers in 1982. Ewondo is a trade language. Dialects include Badjia (Bakjo), Bafeuk, Bamvele (Mvele, Yezum, Yesoum), Bane, Beti, Enoah, Evouzok, Fong, Mbida-Bani, Mvete, Mvog-Niengue, Omvang, Yabekolo (Yebekolo), Yabeka, and Yabekanga. Ewondo speakers live primarily in Cameroon's Centre Region and the northern part of the Océan division in the South Region."@en ;
    skos:inScheme lexvo: ;
    skos:notation "ewo"^^xsd:string ;
    skos:prefLabel "الإيوندو"@ar,
        "evondo dili"@az,
        "евондо"@bg,
        "ইওন্ডো"@bn,
        "ewondo"@br,
        "एवौंडो"@brx,
        "evondo"@bs,
        "евондо"@bs-Cyrl,
        "ewondo"@ca,
        "旺杜文"@cmn,
        "依汪都文"@cmn-Hant,
        "ewondo"@cs,
        "Ewondo"@cy,
        "ewondo"@da,
        "Ewondo"@de,
        "ewondogbe"@ee,
        "Εγουόντο"@el,
        "Ewondo"@en,
        "ewondo"@es,
        "evondo"@et,
        "ewondo"@ewo,
        "اواندو"@fa,
        "ewondo"@fi,
        "éwondo"@fr,
        "Ewondo"@gsw,
        "ઇવોન્ડો"@gu,
        "אוונדו"@he,
        "इवोन्डो"@hi,
        "ewondo"@hr,
        "evondo"@hu,
        "Ewondo"@id,
        "evondó"@is,
        "ewondo"@it,
        "エウォンド語"@ja,
        "ಇವಾಂಡೋ"@kn,
        "이원도어"@ko,
        "ایٚوونڈو"@ks,
        "ອີວອນດູ"@lo,
        "evondo"@lt,
        "evondu"@lv,
        "евондо"@mk,
        "എവോൻഡോ"@ml,
        "इवोन्डो"@mr,
        "Ewondo"@mt,
        "ewondo"@nb,
        "Ewondo"@nl,
        "ewondo"@nn,
        "Shwóŋò pʉa Yɔɔnmendi"@nnh,
        "ଇୱୋଣ୍ଡୋ"@or,
        "ewondo"@pl,
        "Lenga Ewondo"@pms,
        "ewondo"@pt,
        "ewondo"@rm,
        "ewondo"@ro,
        "эвондо"@ru,
        "Icyewondo"@rw,
        "ewondo"@sk,
        "evondovščina"@sl,
        "Евондо"@sr,
        "Evondo"@sr-Latn,
        "ewondo"@sv,
        "Kiewondo"@sw,
        "Kiewondo"@swh,
        "எவோன்டோ"@ta,
        "ఎవోండొ"@te,
        "อีวันโด"@th,
        "lea fakaʻeuōnito"@to,
        "Ewondo"@tr,
        "евондо"@uk,
        "Tiếng Ewondo"@vi .

<http://lexvo.org/id/iso639-3/fil> a lvont:Language,
        skos:Concept ;
    lvont:isFocusOf <http://id.loc.gov/vocabulary/iso639-2/fil> ;
    lvont:iso6392BCode "fil"^^xsd:string ;
    lvont:iso6392TCode "fil"^^xsd:string ;
    lvont:iso639P3PCode "fil"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-2/fil> ;
    owl:sameAs <http://dbpedia.org/resource/Filipino_language>,
        <http://lexvo.org/id/wordnet/30/noun/philippine_1_10_00>,
        <http://psi.oasis-open.org/iso/639/#fil>,
        <http://www.lingvoj.org/lang/fil>,
        <http://www.mpii.de/yago/resource/Filipino_language>,
        <info:lc/vocabulary/languages/fil> ;
    skos:altLabel "لغة فلبينية"@ar,
        "Filippin dili"@az,
        "Филипински език"@bg,
        "ফিলিপিনো ভাষা"@bn,
        "Filipineg"@br,
        "Filipínština"@cs,
        "Filippinsk"@da,
        "Filipino language"@en,
        "Pilipino"@en,
        "Filipina lingvo"@eo,
        "Idioma filipino"@es,
        "زبان فیلیپینی"@fa,
        "Filipino"@fi,
        "Filipino"@fr,
        "फ़िलिपीनो भाषा"@hi,
        "Filipinski jezik"@hr,
        "Lingua filippina"@it,
        "フィリピン語"@ja,
        "ភាសាហ្វីលីពីន"@km,
        "ಫಿಲಿಪ್ಪಿನೊ ಭಾಷೆ"@kn,
        "Филипински јазик"@mk,
        "फिलिपिनो भाषा"@mr,
        "Język filipiński"@pl,
        "Língua filipina"@pt,
        "Филиппинский язык"@ru,
        "Filipínčina"@sk,
        "Филипински језик"@sr,
        "filippinska"@sv,
        "ภาษาฟิลิปีโน"@th,
        "Філіппінська мова"@uk,
        "Tiếng Philipin"@vi ;
    skos:definition "Filipino is a prestige register of the Tagalog language and the name under which Tagalog is designated the national language and one of two official languages of the Philippines, the other being English. Tagalog is the first language of a third of the population of the Philippines. It is centered around Manila but is known almost universally throughout the country."@en ;
    skos:inScheme lexvo: ;
    skos:notation "fil"^^xsd:string ;
    skos:prefLabel "Filippyns"@af,
        "ፊሊፒንኛ"@am,
        "الفلبينية"@ar,
        "filipín"@ast,
        "taqaloqca"@az,
        "тагальская"@be,
        "филипински"@bg,
        "ফিলিপিনো"@bn,
        "filipineg"@br,
        "फिलिपिनो"@brx,
        "filipinski"@bs,
        "тагалог"@bs-Cyrl,
        "filipí"@ca,
        "Filipino"@cbk,
        "Pinulongang Filipino"@ceb,
        "菲律宾文"@cmn,
        "菲律賓文"@cmn-Hant,
        "filipínština"@cs,
        "Tagalog"@cy,
        "filippinsk"@da,
        "Filipino"@de,
        "ཕི་ལི་པི་ནོ་ཁ"@dz,
        "filipingbe"@ee,
        "Φιλιππινεζικά"@el,
        "Filipino"@en,
        "filipina"@eo,
        "filipino"@es,
        "filipino"@et,
        "tagalo"@eu,
        "فیلیپینی"@fa,
        "filipino"@fi,
        "Filipino"@fil,
        "filipiniskt"@fo,
        "filipino"@fr,
        "filipin"@fur,
        "Filipínis"@ga,
        "Filipinis"@gd,
        "filipino"@gl,
        "Filipino"@gsw,
        "ફિલિપિનો"@gu,
        "Dan Filifin"@ha,
        "פיליפינית"@he,
        "फिलिपिनो"@hi,
        "Filipino bhasa"@hif,
        "filipino"@hr,
        "filippínó"@hu,
        "Տագալերեն"@hy,
        "tagalog"@ia,
        "Filipino"@id,
        "Pagsasao a Filipino"@ilo,
        "filipínska"@is,
        "filippino"@it,
        "フィリピノ語"@ja,
        "ფილიპინური"@ka,
        "filipinu"@kea,
        "филиппино"@kk,
        "ហ្វីលីពីន"@km,
        "ಫಿಲಿಪಿನೊ"@kn,
        "필리핀어"@ko,
        "فِلِپیٖنو"@ks,
        "Fillipiinesch"@ksh,
        "тагалча"@ky,
        "Lingua Philippinica"@la,
        "ຟີລິປີໂນ"@lo,
        "tagalų"@lt,
        "filipīniešu"@lv,
        "филипински"@mk,
        "ഫിലിപ്പിനോ"@ml,
        "फिलिपिनो"@mr,
        "Bahasa Filipino"@ms,
        "Filippino"@mt,
        "ဖိလစ်ပီနို"@my,
        "Hui-li̍p-pin-gí"@nan,
        "filippinsk"@nb,
        "फिलिपिनी"@ne,
        "Filipijns"@nl,
        "filippinsk"@nn,
        "Filippinsk"@no,
        "Afaan Filippinii"@om,
        "ଫିଲିପିନୋ"@or,
        "филиппинаг"@os,
        "filipino"@pl,
        "Lenga Filipino"@pms,
        "تګالوګ"@ps,
        "filipino"@pt,
        "filippino"@rm,
        "filipineză"@ro,
        "филиппинский"@ru,
        "Ikinyafilipine"@rw,
        "Пилипииннии"@sah,
        "Filipino leid"@sco,
        "filippiinnagiella"@se,
        "පිලිපීන"@si,
        "filipínčina"@sk,
        "filipinščina"@sl,
        "Tagalog"@so,
        "Tagalogisht"@sq,
        "Тагалог"@sr,
        "Filipinski"@sr-Latn,
        "Se-tagalog"@st,
        "Filipino"@sv,
        "Kifilipino"@swh,
        "ஃபிலிபினோ"@ta,
        "ఫిలిపినో"@te,
        "Филиппинӣ"@tg,
        "ฟิลิปปินส์"@th,
        "ታጋሎገኛ"@ti,
        "Wikang Filipino"@tl,
        "Tagalog"@tn,
        "lea fakafilipaini"@to,
        "Filipince"@tr,
        "فىلىپىنچە"@ug,
        "філіппінська"@uk,
        "فلیپینو"@ur,
        "Tiếng Filipino"@vi,
        "Filipin"@wa,
        "Filipiniš"@wae,
        "Isi-Taglog"@xh,
        "Èdè Tagalogi"@yo,
        "菲律賓話"@yue,
        "菲律賓語"@zh,
        "Filipina"@zsm,
        "isi-Filipino"@zu .

<http://lexvo.org/id/iso639-3/fro> a lvont:Language,
        skos:Concept ;
    lvont:isFocusOf <http://id.loc.gov/vocabulary/iso639-2/fro> ;
    lvont:iso6392BCode "fro"^^xsd:string ;
    lvont:iso6392TCode "fro"^^xsd:string ;
    lvont:iso639P3PCode "fro"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-2/fro> ;
    owl:sameAs <http://dbpedia.org/resource/Old_French>,
        <http://lexvo.org/id/wordnet/30/noun/old_french_1_10_00>,
        <http://psi.oasis-open.org/iso/639/#fro>,
        <http://www.lingvoj.org/lang/fro>,
        <http://www.mpii.de/yago/resource/Old_French>,
        <info:lc/vocabulary/languages/fro> ;
    skos:altLabel "Starofrancouzština"@cs,
        "Altfranzösische Sprache"@de,
        "French, Old (842-ca. 1400)"@en,
        "French, Old (842-ca.1400)"@en,
        "Old French (842-ca. 1400)"@en,
        "Francés antiguo"@es,
        "Ancien français"@fr,
        "français ancien (842-ca.1400)"@fr,
        "Fornfranska"@is,
        "Antico francese"@it,
        "Старофранцуски јазик"@mk,
        "Język starofrancuski"@pl,
        "francês arcaico"@pt,
        "Старофранцузский язык"@ru,
        "Stará francúzština"@sk,
        "Fornfranska"@sv ;
    skos:definition "Old French (franceis, françois, romanz; Modern French ) was the Romance dialect continuum spoken in territories that span roughly the northern half of modern France and parts of modern Belgium and Switzerland from the 9th century to the 14th century. It was then known as the langue doïl (oïl language) to distinguish it from the langue doc (Occitan language, also then called Provençal), whose territory bordered that of Old French to the south. The Norman dialect was also spread to England, Ireland, the Kingdom of Sicily and the Principality of Antioch in the Levant."@en ;
    skos:inScheme lexvo: ;
    skos:notation "fro"^^xsd:string ;
    skos:prefLabel "الفرنسية القديمة"@ar,
        "qədimi fransızca"@az,
        "старафранцузская"@be,
        "старофренски"@bg,
        "প্রাচীন ফরাসি"@bn,
        "henc'halleg"@br,
        "पुरानी फ्रांसीसी"@brx,
        "starofrancuski"@bs,
        "старофранцуски"@bs-Cyrl,
        "francès antic"@ca,
        "古法文"@cmn,
        "古法文"@cmn-Hant,
        "starofrancouzština"@cs,
        "Hen Ffrangeg"@cy,
        "oldfransk"@da,
        "Altfranzösisch"@de,
        "Παλαιά Γαλλικά"@el,
        "Old French"@en,
        "Malnovfranca lingvo"@eo,
        "francés antiguo"@es,
        "vanaprantsuse"@et,
        "فرانسوی باستان"@fa,
        "muinaisranska"@fi,
        "ancien français"@fr,
        "vieri francês"@fur,
        "Altfranzösisch"@gsw,
        "જૂની ફ્રેંચ"@gu,
        "צרפתית עתיקה"@he,
        "पुरानी फ्रांसीसी"@hi,
        "starofrancuski"@hr,
        "ófrancia"@hu,
        "Prancis Kuno [842-kl.1400]"@id,
        "fornfranska"@is,
        "francese antico"@it,
        "古フランス語"@ja,
        "ძველი ფრანგული"@ka,
        "ಪ್ರಾಚೀನ ಫ್ರೆಂಚ್"@kn,
        "고대 프랑스어"@ko,
        "پرون فریٚنچ"@ks,
        "Lingua Francogallica antiqua"@la,
        "Aajdfrans"@li,
        "ຟຮັ່ງເສດໂບຮານ"@lo,
        "senoji prancūzų"@lt,
        "senfranču"@lv,
        "стар француски"@mk,
        "പഴയ ഫ്രഞ്ച്"@ml,
        "पुरातन फ्रेंच"@mr,
        "Franċiż, Antik"@mt,
        "ပြင်သစ်ဟောင်း"@my,
        "gammelfransk"@nb,
        "Ooltfranzöösch"@nds,
        "Oudfrans"@nl,
        "gammalfransk"@nn,
        "Gammelfransk"@no,
        "ପୁରୁଣା ଫ୍ରେଞ୍ଚ"@or,
        "рагон францаг"@os,
        "starofrancuski"@pl,
        "Francês antigo"@pt,
        "franzos vegl"@rm,
        "franceză veche"@ro,
        "старофранцузский"@ru,
        "stará francúzština"@sk,
        "stara francoščina"@sl,
        "Старофранцуски"@sr,
        "Starofrancuski"@sr-Latn,
        "fornfranska"@sv,
        "Kifaransa cha Kale"@swh,
        "பழைய ஃப்ரென்ச்"@ta,
        "ప్రాచీన ప్రెంచ్"@te,
        "ฝรั่งเศสโบราณ"@th,
        "Eski Fransızca"@tr,
        "давньофранцузька"@uk,
        "Tiếng Pháp cổ"@vi,
        "Vî lingaedje d' oyi"@wa,
        "古法語"@zh .

<http://lexvo.org/id/iso639-3/fuc> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "fuc"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/pula1263> ;
    owl:sameAs <http://dbpedia.org/resource/Pulaar_language>,
        <http://www.mpii.de/yago/resource/Pulaar_language> ;
    skos:altLabel "Pulaar language"@en ;
    skos:definition "Pulaar is a Fula language spoken primarily as a first language by Fula people and Tukolor (or Toorobe) in the Senegal River valley area traditionally known as Futa Tooro, and further south and east. Pulaar speakers, known as Haalpulaar'en live in Senegal, Mauritania, Gambia, Guinea-Bissau and western Mali."@en ;
    skos:inScheme lexvo: ;
    skos:notation "fuc"^^xsd:string ;
    skos:prefLabel "Pulaar"@de,
        "Pulaar"@en,
        "Bahasa Pulaar"@id,
        "Lingua pulaar"@it,
        "Lenga Pulaar"@pms,
        "Pulaar"@sv .

<http://lexvo.org/id/iso639-3/fur> a lvont:Language,
        skos:Concept ;
    lvont:isFocusOf <http://id.loc.gov/vocabulary/iso639-2/fur> ;
    lvont:iso6392BCode "fur"^^xsd:string ;
    lvont:iso6392TCode "fur"^^xsd:string ;
    lvont:iso639P3PCode "fur"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-2/fur> ;
    owl:sameAs <http://dbpedia.org/resource/Friulan_language>,
        <http://lexvo.org/id/wordnet/30/noun/friulian_1_10_00>,
        <http://psi.oasis-open.org/iso/639/#fur>,
        <http://www.lingvoj.org/lang/fur>,
        <http://www.mpii.de/yago/resource/Friulan_language>,
        <info:lc/vocabulary/languages/fur> ;
    skos:altLabel "لغة فريولية"@ar,
        "Фриулски език"@bg,
        "frioulaneg"@br,
        "friülà"@ca,
        "furlandština"@cs,
        "Ffriŵleg"@cy,
        "Friulisk"@da,
        "Furlanische Sprache"@de,
        "Friulan language"@en,
        "Idioma friulano"@es,
        "زبان فریولی"@fa,
        "Friulin kieli"@fi,
        "Frioulan"@fr,
        "Lenghe furlane"@fur,
        "פריולית"@he,
        "Friulski jezik"@hr,
        "Friuli nyelv"@hu,
        "Bahasa Friuli"@id,
        "Lingua friulana"@it,
        "Friulu valoda"@lv,
        "Język friulski"@pl,
        "Língua friulana"@pt,
        "Lingua furlana"@rm,
        "Limba friulană"@ro,
        "Фриульский язык"@ru,
        "Friulčina"@sk,
        "Furlanščina"@sl,
        "Фурлански језик"@sr,
        "friulianska"@sv,
        "விரியூலிய மொழி"@ta,
        "Friulian"@tr,
        "Фріульська мова"@uk,
        "Tiếng Friulian"@vi ;
    skos:definition "Friulan ( or affectionately marilenghe in Friulan, friulano in Italian) (also Eastern Ladin), is a Romance language belonging to the Rhaeto-Romance family, spoken in the Friuli region of northeastern Italy. Friulan has around 800,000 speakers, the vast majority of whom also speak Italian. It is sometimes called Eastern Ladin, since it shares the same roots as Ladin, although over the centuries it has diverged under the influence of surrounding languages, including German, Italian, Venetian, and Slovene. Documents in Friulan are attested from the 11th century, and poetry and literature dating as far back as 1300. By the 20th century, there was a revival of interest in the language, which has continued to this day."@en ;
    skos:inScheme lexvo: ;
    skos:notation "fur"^^xsd:string ;
    skos:prefLabel "Friulaans"@af,
        "ፍሪዩልያን"@am,
        "Idioma friulán"@an,
        "الفريلايان"@ar,
        "Friúl"@ast,
        "friul dili"@az,
        "Furlanische Sprache"@bar,
        "Фрыульская мова"@be,
        "Фрыульская мова"@be-tarask,
        "фриулиански"@bg,
        "ফ্রিউলিয়ান"@bn,
        "Friouleg"@br,
        "फ्रीउलीअन्"@brx,
        "friulijski"@bs,
        "фриулијски"@bs-Cyrl,
        "Furlà"@ca,
        "弗留利文"@cmn,
        "弗留利文"@cmn-Hant,
        "Lingua friulana"@co,
        "Furlanština"@cs,
        "Ffriwleg"@cy,
        "friulian"@da,
        "Friulisch"@de,
        "Φριούλιαν"@el,
        "Friulian"@en,
        "Friula lingvo"@eo,
        "friulano"@es,
        "friuuli"@et,
        "Friuliera"@eu,
        "فریولیایی"@fa,
        "friuli"@fi,
        "frioulan"@fr,
        "Frioulan"@frp,
        "furlan"@fur,
        "Friùilis"@gd,
        "Lingua friulana"@gl,
        "Friulisch"@gsw,
        "ફ્રિયુલિયાન"@gu,
        "Furlan"@gv,
        "Fut-liù-li-ngî"@hak,
        "פורלן"@he,
        "फ्रीयुलीयान"@hi,
        "friulski"@hr,
        "friuli"@hu,
        "Ֆրիուլիերեն"@hy,
        "Friuli"@id,
        "fríúlska"@is,
        "friulano"@it,
        "フリウリ語"@ja,
        "ಫ್ರಿಯುಲಿಯನ್"@kn,
        "프리우리안어"@ko,
        "فروٗلِیَن"@ks,
        "Zimanê fûrlanî"@ku,
        "Фурлан кыв"@kv,
        "Furlanek"@kw,
        "Lingua Foroiuliensis"@la,
        "Frioels"@li,
        "Lengua friulana"@lij,
        "Lengua furlana"@lmo,
        "ຟຣີລຽນ"@lo,
        "frulan"@lt,
        "friūlu"@lv,
        "фрулијански"@mk,
        "ഫ്രിയുലിയാൻ"@ml,
        "फ्रियुलियान"@mr,
        "Bahasa Friulia"@ms,
        "Frijuljan"@mt,
        "friuliansk"@nb,
        "Furlan"@nds,
        "Friulisch"@nl,
        "friuliansk"@nn,
        "Friulisk"@no,
        "Friolan"@oc,
        "ଫ୍ରିୟୁଲୀୟାନ୍"@or,
        "friulijski"@pl,
        "Lenga furlan-a"@pms,
        "فریولی"@pnb,
        "friulano"@pt,
        "friulan"@rm,
        "friulană"@ro,
        "фриульский"@ru,
        "Furlanski"@sh,
        "friulčina"@sk,
        "furlanščina"@sl,
        "Фриулијски"@sr,
        "Friulijski"@sr-Latn,
        "Friuliska"@sv,
        "Furlańsko godka"@szl,
        "ஃப்ரியூலியன்"@ta,
        "ఫ్రియులియన్"@te,
        "ฟรูลี"@th,
        "Furlan"@tr,
        "фріульська"@uk,
        "Łéngoa furlana"@vec,
        "Tiếng Friulia"@vi,
        "Fôrlan"@wa,
        "弗留利语"@zh .

<http://lexvo.org/id/iso639-3/gay> a lvont:Language,
        skos:Concept ;
    lvont:isFocusOf <http://id.loc.gov/vocabulary/iso639-2/gay> ;
    lvont:iso6392BCode "gay"^^xsd:string ;
    lvont:iso6392TCode "gay"^^xsd:string ;
    lvont:iso639P3PCode "gay"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-2/gay>,
        <http://www.glottolog.org/resource/languoid/id/gayo1244> ;
    owl:sameAs <http://dbpedia.org/resource/Gayo_language>,
        <http://psi.oasis-open.org/iso/639/#gay>,
        <http://www.lingvoj.org/lang/gay>,
        <http://www.mpii.de/yago/resource/Gayo_language>,
        <info:lc/vocabulary/languages/gay> ;
    skos:altLabel "Gayo language"@en,
        "Gayo"@fr,
        "Gayo jezik"@hr,
        "Bahasa Gayo"@id,
        "Гајски јазик"@mk,
        "Gayo"@nl,
        "ภาษากาโย"@th ;
    skos:definition "Gayo Language is the spoken language of about 180,000 people (1989) in the mountain region of North Sumatra around Takengon, Gayo Lues, Bener Meriah, Southeast Aceh, Genteng, and Lokop. It is classified as belonging to the Western Malayo-Polynesian branch of the Austronesian languages, but is not closely related to other languages."@en ;
    skos:inScheme lexvo: ;
    skos:notation "gay"^^xsd:string ;
    skos:prefLabel "الجايو"@ar,
        "qayo dili"@az,
        "гайо"@bg,
        "গায়ো"@bn,
        "gayo"@br,
        "गायो"@brx,
        "gajo"@bs,
        "гајо"@bs-Cyrl,
        "gayo"@ca,
        "迦约文"@cmn,
        "加約文"@cmn-Hant,
        "gayo"@cs,
        "Gaio"@cy,
        "gayo"@da,
        "Gayo"@de,
        "Γκάγιο"@el,
        "Gayo"@en,
        "Gaja lingvo"@eo,
        "gayo"@es,
        "gajo"@et,
        "گایویی"@fa,
        "gajo"@fi,
        "gayo"@fr,
        "Gayo"@gsw,
        "ગાયો"@gu,
        "גאיו"@he,
        "गायो"@hi,
        "gayo"@hr,
        "gajo"@hu,
        "Gayo"@id,
        "gajó"@is,
        "gayo"@it,
        "ガヨ語"@ja,
        "ಗಾಯೋ"@kn,
        "가요어"@ko,
        "گیےیو"@ks,
        "ກາໂຢ"@lo,
        "gajo"@lt,
        "gajo"@lv,
        "гајо"@mk,
        "ഗയൊ"@ml,
        "गायो"@mr,
        "Bahasa Gayo"@ms,
        "Gajo"@mt,
        "gayo"@nb,
        "Gajo"@nl,
        "gayo"@nn,
        "ଗାୟୋ"@or,
        "gayo"@pl,
        "Lenga Gayo"@pms,
        "gayo"@pt,
        "gayo"@rm,
        "gayo"@ro,
        "гайо"@ru,
        "gayo"@sk,
        "gajščina"@sl,
        "Гајо"@sr,
        "Gajo"@sr-Latn,
        "gayo"@sv,
        "கயோ"@ta,
        "గాయో"@te,
        "กาโย"@th,
        "Gayo"@tr,
        "гайо"@uk,
        "Tiếng Gayo"@vi .

<http://lexvo.org/id/iso639-3/gmh> a lvont:Language,
        skos:Concept ;
    lvont:isFocusOf <http://id.loc.gov/vocabulary/iso639-2/gmh> ;
    lvont:iso6392BCode "gmh"^^xsd:string ;
    lvont:iso6392TCode "gmh"^^xsd:string ;
    lvont:iso639P3PCode "gmh"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-2/gmh> ;
    owl:sameAs <http://dbpedia.org/resource/Middle_High_German>,
        <http://lexvo.org/id/wordnet/30/noun/middle_high_german_1_10_00>,
        <http://psi.oasis-open.org/iso/639/#gmh>,
        <http://www.lingvoj.org/lang/gmh>,
        <http://www.mpii.de/yago/resource/Middle_High_German>,
        <info:lc/vocabulary/languages/gmh> ;
    skos:altLabel "German, Middle High (ca. 1050-1500)"@en,
        "German, Middle High (ca.1050-1500)"@en,
        "Middle High German (ca. 1050-1500)"@en,
        "alemán de la alta edad media"@es,
        "Moyen haut-allemand"@fr,
        "allemand, moyen haut (ca. 1050-1500)"@fr,
        "Srednjogornjonjemački jezik"@hr,
        "Középfelnémet nyelv"@hu,
        "Jerman Abad Pertengahan [kl.1050-1500]"@id,
        "Alto tedesco medio"@it,
        "Język średnio-wysoko-niemiecki"@pl,
        "Alto alemão médio"@pt,
        "alemão medieval alto"@pt,
        "Средневерхненемецкий язык"@ru ;
    skos:definition "Middle High German , abbreviated MHG (Mhd.), is the term used for the period in the history of the German language between 1050 and 1350. It is preceded by Old High German and followed by Early New High German. In some uses, the term covers a longer period, going up to 1500."@en ;
    skos:inScheme lexvo: ;
    skos:notation "gmh"^^xsd:string ;
    skos:prefLabel "الألمانية العليا الوسطى"@ar,
        "ortacaq yüksək almanca"@az,
        "средновековен немски"@bg,
        "মধ্য-উচ্চ জার্মানি"@bn,
        "मध्य उच्चस्तरी जर्मन"@brx,
        "srednji visoki nemački"@bs,
        "средњи високи немачки"@bs-Cyrl,
        "alt alemany mitjà"@ca,
        "中古高地德文"@cmn,
        "中古高地德文"@cmn-Hant,
        "hornoněmčina (středověká)"@cs,
        "middelhøjtysk"@da,
        "Mittelhochdeutsch"@de,
        "Μέσα Άνω Γερμανικά"@el,
        "Middle High German"@en,
        "𐐣𐐮𐐼𐐲𐑊 𐐐𐐴 𐐖𐐲𐑉𐑋𐐲𐑌"@en-Dsrt,
        "Mezaltgermana lingvo"@eo,
        "Alto alemán medio"@es,
        "keskülemsaksa"@et,
        "آلمانی علیای میانه"@fa,
        "keskiyläsaksa"@fi,
        "moyen haut-allemand"@fr,
        "Mittelhochtüütsch"@gsw,
        "Mittelhochdeutsch"@gsw-FR,
        "મધ્ય હાઇ જર્મન"@gu,
        "גרמנית בינונית-גבוהה"@he,
        "मध्यकालीन हाइ जर्मन"@hi,
        "njemački, srednji visoki"@hr,
        "közép felső német"@hu,
        "Bahasa Jerman Hulu Pertengahan"@id,
        "miðháþýska"@is,
        "tedesco medio alto"@it,
        "中高ドイツ語"@ja,
        "ಮಧ್ಯ ಹೈ ಜರ್ಮನ್"@kn,
        "중세 고지 독일어"@ko,
        "وَسطی ہاے جٔرمَن"@ks,
        "Lingua Theodisca alta media"@la,
        "Middelhoeëgduutsj"@li,
        "ເຢຍລະມັນສູງກາງ"@lo,
        "Vidurio Aukštosios Vokietijos"@lt,
        "vidusaugšvācu"@lv,
        "среден горногермански"@mk,
        "മദ്ധ്യ ഉച്ച ജർമൻ"@ml,
        "मिडल हाय जर्मन"@mr,
        "Ġermaniku, Medjevali Pulit"@mt,
        "အလယ်ပိုင်းအမြင့်ဂျာမန်"@my,
        "mellomhøytysk"@nb,
        "Middelhoogduits"@nl,
        "mellomhøgtysk"@nn,
        "Middelhøytysk"@no,
        "ମିଡିଲ୍ ହାଇ ଜର୍ମାନ୍"@or,
        "średnio-wysoko-niemiecki"@pl,
        "alemão médio-alto"@pt,
        "tudestg mesaun"@rm,
        "germană mijlocie înaltă"@ro,
        "средневерхненемецкий"@ru,
        "stredná horná nemčina"@sk,
        "srednja visoka nemščina"@sl,
        "Средњи високи немачки"@sr,
        "Srednji visoki nemački"@sr-Latn,
        "medelhögtyska"@sv,
        "மத்திய ஹை ஜெர்மன்"@ta,
        "మధ్యమ హై జర్మన్"@te,
        "เยอรมันสูงกลาง"@th,
        "Ortaçağ Yüksek Almancası"@tr,
        "середньоверхньонімецька"@uk,
        "Tiếng Thượng Giéc-man Trung cổ"@vi,
        "中古高地德語"@zh .

<http://lexvo.org/id/iso639-3/goh> a lvont:Language,
        skos:Concept ;
    lvont:isFocusOf <http://id.loc.gov/vocabulary/iso639-2/goh> ;
    lvont:iso6392BCode "goh"^^xsd:string ;
    lvont:iso6392TCode "goh"^^xsd:string ;
    lvont:iso639P3PCode "goh"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-2/goh> ;
    owl:sameAs <http://dbpedia.org/resource/Old_High_German>,
        <http://lexvo.org/id/wordnet/30/noun/old_high_german_1_10_00>,
        <http://psi.oasis-open.org/iso/639/#goh>,
        <http://www.lingvoj.org/lang/goh>,
        <http://www.mpii.de/yago/resource/Old_High_German>,
        <info:lc/vocabulary/languages/goh> ;
    skos:altLabel "الألمانية العليا القديمة"@ar,
        "Alt alemany antic"@ca,
        "Oldhøjtysk"@da,
        "German, Old High (ca. 750-1050)"@en,
        "German, Old High (ca.750-1050)"@en,
        "Old High German (ca. 750-1050)"@en,
        "alemán de la alta edad antigua"@es,
        "allemand, vieux haut (ca. 750-1050)"@fr,
        "ancien haut allemand"@fr,
        "Starovisokonjemački jezik"@hr,
        "Ófelnémet nyelv"@hu,
        "Jerman Kuno [kl.750-1050]"@id,
        "Alto tedesco antico"@it,
        "Стар високогермански јазик"@mk,
        "Język staro-wysoko-niemiecki"@pl,
        "alemão arcaico alto"@pt,
        "Древневерхненемецкий язык"@ru,
        "Stari visokonemački jezik"@sr,
        "Давньоверхньонімецька мова"@uk ;
    skos:definition "The term Old High German (OHG, German: , German abbr. Ahd.) refers to the earliest stage of the German language and it conventionally covers the period from around 500 to 1050. Coherent written texts do not appear until the second half of the 8th century, and some treat the period before 750 as prehistoric and date the start of Old High German proper to 750 for this reason. There are, however, a number of Elder Futhark inscriptions dating to the 6th century (notably the Pforzen buckle), as well as single words and many names found in Latin texts predating the 8th century."@en ;
    skos:inScheme lexvo: ;
    skos:notation "goh"^^xsd:string ;
    skos:prefLabel "Eald Hēah Þēodisc"@ang,
        "لغة ألمانية عليا قديمة"@ar,
        "qədimi almanca"@az,
        "Oidhochdeitsch"@bar,
        "старовисоконемски"@bg,
        "প্রাচীন উচ্চ জার্মানি"@bn,
        "पुरानी उच्चस्तरी जर्मन"@brx,
        "staronemački"@bs,
        "старонемачки"@bs-Cyrl,
        "alt alemany antic"@ca,
        "古高地德文"@cmn,
        "古高地日耳曼文"@cmn-Hant,
        "hornoněmčina (stará)"@cs,
        "oldhøjtysk"@da,
        "Althochdeutsch"@de,
        "Παλαιά Άνω Γερμανικά"@el,
        "Old High German"@en,
        "Malnovaltgermana lingvo"@eo,
        "Alto alemán antiguo"@es,
        "vanaülemsaksa"@et,
        "آلمانی علیای باستان"@fa,
        "muinaisyläsaksa"@fi,
        "Vieux haut-allemand"@fr,
        "Aldheechdútsk"@fy,
        "Antigo alto alemán"@gl,
        "Althochtüütsch"@gsw,
        "Althochdeutsch"@gsw-FR,
        "જૂની હાઇ જર્મન"@gu,
        "גרמנית עתיקה גבוהה"@he,
        "पुरातन हाइ जर्मन"@hi,
        "staronjemački, visoki"@hr,
        "ófelső német"@hu,
        "Bahasa Jerman Hulu Kuno"@id,
        "fornháþýska"@is,
        "tedesco antico alto"@it,
        "古高ドイツ語"@ja,
        "ძველი გერმანული"@ka,
        "ಪ್ರಾಚೀನ ಹೈ ಜರ್ಮನ್"@kn,
        "고대 고지 독일어"@ko,
        "پرون ہاے جٔرمَن"@ks,
        "Lingua Theodisca alta antiqua"@la,
        "ເຢຍລະມັນສູງໂບຮານ"@lo,
        "Senoji Aukštosios Vokietijos"@lt,
        "senaugšvācu"@lv,
        "стар високогермански"@mk,
        "പ്രാചീന ഉച്ച ജർമൻ"@ml,
        "पुरातन हाइ जर्मन"@mr,
        "Ġermaniku, Antik Pulit"@mt,
        "gammelhøytysk"@nb,
        "Ooldhoochdüütsch"@nds,
        "Oudhoogduits"@nl,
        "gammalhøgtysk"@nn,
        "Gammelhøytysk"@no,
        "ପୁରୁଣା ହାଇ ଜର୍ମାନ୍"@or,
        "staro-wysoko-niemiecki"@pl,
        "Alto alemão antigo"@pt,
        "vegl tudestg da scrittira"@rm,
        "germană veche înaltă"@ro,
        "древневерхненемецкий"@ru,
        "Stari visokonemački jezik"@sh,
        "stará horná nemčina"@sk,
        "stara visoka nemščina"@sl,
        "Старонемачки"@sr,
        "Staronemački"@sr-Latn,
        "fornhögtyska"@sv,
        "பழைய ஹை ஜெர்மன்"@ta,
        "ప్రాచీన హై జర్మన్"@te,
        "เยอรมันสูงโบราณ"@th,
        "Eski Yüksek Almanca"@tr,
        "давньоверхньонімецька"@uk,
        "Tiếng Thượng Giéc-man cổ"@vi,
        "古高地德語"@zh .

<http://lexvo.org/id/iso639-3/gon> a lvont:Language,
        skos:Concept ;
    lvont:isFocusOf <http://id.loc.gov/vocabulary/iso639-2/gon> ;
    lvont:iso6392BCode "gon"^^xsd:string ;
    lvont:iso6392TCode "gon"^^xsd:string ;
    lvont:iso639P3PCode "gon"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-2/gon> ;
    owl:sameAs <http://dbpedia.org/resource/Gondi_language>,
        <http://lexvo.org/id/wordnet/30/noun/gondi_1_10_00>,
        <http://psi.oasis-open.org/iso/639/#gon>,
        <http://www.lingvoj.org/lang/gon>,
        <http://www.mpii.de/yago/resource/Gondi_language>,
        <info:lc/vocabulary/languages/gon> ;
    skos:altLabel "Gondi-Sprache"@de,
        "Gondi language"@en,
        "Gondin kieli"@fi,
        "Gondî"@fr,
        "gondi"@fr,
        "गोंडी भाषा"@hi,
        "ಗೋಂದಿ"@kn,
        "ഗോണ്ഡ്"@ml,
        "Język gondi"@pl,
        "Língua gondi"@pt,
        "Гонди"@ru,
        "gondi"@sv,
        "கோண்டி மொழி"@ta,
        "ภาษาโคนที"@th ;
    skos:definition "Gondi (Gōndi) is spoken by the Gondi people. It is a Central-Dravidian language, spoken by about two million people chiefly in the states of Madhya Pradesh, Gujarat, Andhra Pradesh, Maharashtra, Chhattishgarh and in various adjoining areas of neighbouring states. Although it is the language of the Gond people, only about half of them still speak it."@en ;
    skos:inScheme lexvo: ;
    skos:notation "gon"^^xsd:string ;
    skos:prefLabel "الجندي"@ar,
        "qondi dili"@az,
        "гонди"@bg,
        "গোন্ডি"@bn,
        "Gondeg"@br,
        "गाँडी"@brx,
        "gondi"@bs,
        "гонди"@bs-Cyrl,
        "gondi"@ca,
        "岗德文"@cmn,
        "岡德文"@cmn-Hant,
        "góndština"@cs,
        "gondi"@da,
        "Gondi"@de,
        "Γκόντι"@el,
        "Gondi"@en,
        "Gonda lingvo"@eo,
        "gondi"@es,
        "gondi"@et,
        "گوندی"@fa,
        "gondi"@fi,
        "gond"@fr,
        "Gondi"@gsw,
        "ગોંડી"@gu,
        "גונדי"@he,
        "गाँडी"@hi,
        "gondi"@hr,
        "gondi"@hu,
        "Gondi"@id,
        "gondí"@is,
        "gondi"@it,
        "ゴーンディー語"@ja,
        "ಗೊಂಡಿ"@kn,
        "곤디어"@ko,
        "گوندی"@ks,
        "Lingua Gondvanensis"@la,
        "ກອນດີ"@lo,
        "gondi"@lt,
        "gondu valodas"@lv,
        "гонди"@mk,
        "ഗോണ്ഡി"@ml,
        "गाँडी"@mr,
        "Bahasa Gondi"@ms,
        "Gondi"@mt,
        "gondi"@nb,
        "Gondi"@nl,
        "gondi"@nn,
        "ଗୋଣ୍ଡି"@or,
        "gondi"@pl,
        "Lenga Gondi setentrional"@pms,
        "gondi"@pt,
        "gondi"@rm,
        "gondi"@ro,
        "гонди"@ru,
        "góndčina"@sk,
        "gondi"@sl,
        "Гонди"@sr,
        "Gondi"@sr-Latn,
        "Gond"@sv,
        "கோன்டி"@ta,
        "గోండి"@te,
        "กอนดิ"@th,
        "Gondi"@tr,
        "гонді"@uk,
        "Tiếng Gondi"@vi .

<http://lexvo.org/id/iso639-3/got> a lvont:Language,
        skos:Concept ;
    lvont:isFocusOf <http://id.loc.gov/vocabulary/iso639-2/got> ;
    lvont:iso6392BCode "got"^^xsd:string ;
    lvont:iso6392TCode "got"^^xsd:string ;
    lvont:iso639P3PCode "got"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-2/got> ;
    owl:sameAs <http://dbpedia.org/resource/Gothic_language>,
        <http://lexvo.org/id/wordnet/30/noun/gothic_1_10_00>,
        <http://psi.oasis-open.org/iso/639/#got>,
        <http://www.lingvoj.org/lang/got>,
        <http://www.mpii.de/yago/resource/Gothic_language>,
        <info:lc/vocabulary/languages/got> ;
    skos:altLabel "لغة قوطية"@ar,
        "Готски език"@bg,
        "Goteg"@br,
        "Llengua gòtica"@ca,
        "Gótština"@cs,
        "Gotisk"@da,
        "Gotische Sprache"@de,
        "Gothic language"@en,
        "Idioma gótico"@es,
        "Gooti keel"@et,
        "زبان گوتیک"@fa,
        "Gootin kieli"@fi,
        "Gotique"@fr,
        "gothique"@fr,
        "Gotski jezik"@hr,
        "Gót nyelv"@hu,
        "Bahasa Gotik"@id,
        "Lingua gotica"@it,
        "Gotų kalba"@lt,
        "Gotu valoda"@lv,
        "Готски јазик"@mk,
        "Gootsche Spraak"@nds,
        "Gothisch"@nl,
        "Gotisk"@nn,
        "Język gocki"@pl,
        "Língua gótica"@pt,
        "Limba gotică"@ro,
        "Готский язык"@ru,
        "Gótčina"@sk,
        "Gotščina"@sl,
        "Готски језик"@sr,
        "Gotiska"@sv,
        "கோதிக் மொழி"@ta,
        "Готська мова"@uk ;
    skos:definition "Gothic is an extinct Germanic language that was spoken by the Goths. It is known primarily from the Codex Argenteus, a 6th-century copy of a 4th-century Bible translation, and is the only East Germanic language with a sizable text corpus. All others, including Burgundian and Vandalic, are known, if at all, only from proper names that survived in historical accounts, and from loan-words in other languages such as Portuguese, Spanish and French."@en ;
    skos:inScheme lexvo: ;
    skos:notation "got"^^xsd:string ;
    skos:prefLabel "Goties"@af,
        "Idioma gotico"@an,
        "Gotisc sprǣc"@ang,
        "القوطية"@ar,
        "قوطى"@arz,
        "Góticu"@ast,
        "gotça"@az,
        "Gotische Sproch"@bar,
        "готически"@bg,
        "গথিক"@bn,
        "goteg"@br,
        "गॉथिक"@brx,
        "gotski"@bs,
        "готски"@bs-Cyrl,
        "gòtic"@ca,
        "哥特文"@cmn,
        "哥德文"@cmn-Hant,
        "gótština"@cs,
        "Gotheg"@cy,
        "gotisk"@da,
        "Gotisch"@de,
        "Γοτθικά"@el,
        "Gothic"@en,
        "𐐘𐐱𐑃𐐮𐐿"@en-Dsrt,
        "Gota lingvo"@eo,
        "gótico"@es,
        "gooti"@et,
        "Gotiko"@eu,
        "گوتی"@fa,
        "gootti"@fi,
        "gotique"@fr,
        "gotic"@fur,
        "Goatysk"@fy,
        "Lingua gótica"@gl,
        "گؤتیک"@glk,
        "𐌲𐌿𐍄𐌰𐍂𐌰𐌶𐌳𐌰"@got,
        "Gotisch"@gsw,
        "ગોથિક"@gu,
        "גותית"@he,
        "गॉथिक"@hi,
        "gothic"@hr,
        "gót"@hu,
        "Gothik"@id,
        "gotneska"@is,
        "gotico"@it,
        "ゴート語"@ja,
        "ಗೋಥಿಕ್"@kn,
        "고트어"@ko,
        "گوتھِک"@ks,
        "Гот кыв"@kv,
        "Gothek"@kw,
        "Lingua Gothica"@la,
        "ກອດຮິກ"@lo,
        "gotų"@lt,
        "gotu"@lv,
        "готски"@mk,
        "ഗോഥിക്ക്"@ml,
        "गॉथिक"@mr,
        "Gotiku"@mt,
        "gotisk"@nb,
        "Gotisch"@nds,
        "Gotisch"@nl,
        "gotisk"@nn,
        "Gotisk"@no,
        "ଗୋଥିକ୍"@or,
        "gocki"@pl,
        "Lenga gòtica"@pms,
        "gótico"@pt,
        "gotic"@rm,
        "gotică"@ro,
        "готский"@ru,
        "Gotski jezik"@sh,
        "gótčina"@sk,
        "gotščina"@sl,
        "Готски"@sr,
        "Gotski"@sr-Latn,
        "Gotisk"@stq,
        "gotiska"@sv,
        "கோதிக்"@ta,
        "గోథిక్"@te,
        "โกธิก"@th,
        "Gotça"@tr,
        "готська"@uk,
        "Tiếng Gô-tích"@vi,
        "哥德語"@zh .

<http://lexvo.org/id/iso639-3/grc> a lvont:Language,
        skos:Concept ;
    lvont:isFocusOf <http://id.loc.gov/vocabulary/iso639-2/grc> ;
    lvont:iso6392BCode "grc"^^xsd:string ;
    lvont:iso6392TCode "grc"^^xsd:string ;
    lvont:iso639P3PCode "grc"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-2/grc> ;
    owl:sameAs <http://dbpedia.org/resource/Ancient_Greek>,
        <http://lexvo.org/id/wordnet/30/noun/ancient_greek_1_10_00>,
        <http://psi.oasis-open.org/iso/639/#grc>,
        <http://www.lingvoj.org/lang/grc>,
        <http://www.mpii.de/yago/resource/Ancient_Greek>,
        <info:lc/vocabulary/languages/grc> ;
    skos:altLabel "اليونانية القديمة"@ar,
        "Старажытнагрэчаская мова"@be,
        "Старогръцки език"@bg,
        "Henc'hresianeg"@br,
        "Grec antic"@ca,
        "Starořečtina"@cs,
        "Oldgræsk"@da,
        "Altgriechische Sprache"@de,
        "Αρχαία ελληνική γλώσσα"@el,
        "Ancient Greek (to 1453)"@en,
        "Ancient Greek language"@en,
        "Greek, Ancient (to 1453)"@en,
        "Griego antiguo"@es,
        "Vanakreeka keel"@et,
        "زبان یونانی باستان"@fa,
        "Muinaiskreikka"@fi,
        "Grec ancien"@fr,
        "grec ancien (jusqu'à 1453)"@fr,
        "Grego antigo"@gl,
        "प्राचीन यूनानी भाषा"@hi,
        "Starogrčki jezik"@hr,
        "Ógörög nyelv"@hu,
        "Yunani Kuno [s/d 1453]"@id,
        "Forngríska"@is,
        "Lingua greca antica"@it,
        "古代ギリシャ語"@ja,
        "ძველი ბერძნული ენა"@ka,
        "그리스어, 고대"@ko,
        "Senovės graikų kalba"@lt,
        "Старогрчки јазик"@mk,
        "Język grecki klasyczny"@pl,
        "Língua grega antiga"@pt,
        "grego clássico"@pt,
        "Limba greacă veche"@ro,
        "Древнегреческий язык"@ru,
        "Starogréčtina"@sk,
        "Старогрчки језик"@sr,
        "Klassisk grekiska"@sv,
        "Antik Yunanca"@tr,
        "Давньогрецька мова"@uk ;
    skos:definition "Ancient Greek is the stage of the Greek language in the periods spanning the times c. 9th–6th centuries BC, (known as Archaic), c. 5th–4th centuries BC (Classical), and the c. 3rd century BC – 6th century AD (Hellenistic) of ancient Greece and the ancient world; being predated in the 2nd millennium BC by Mycenaean Greek. The language of the Hellenistic phase is known as Koine (common) or Biblical Greek, the language from the late period onward has no considerable difference from Medieval Greek. Koine is regarded as a separate historical stage of its own, although in its earlier form it closely resembles the Classical. Prior to the Koine period, Greek of the classic and earlier periods included several regional dialects."@en ;
    skos:inScheme lexvo: ;
    skos:notation "grc"^^xsd:string ;
    skos:prefLabel "Antieke Grieks"@af,
        "ܠܫܢܐ ܝܘܢܝܐ ܥܬܝܩܐ"@aii,
        "Griego antigo"@an,
        "لغة إغريقية"@ar,
        "qədimi yunanca"@az,
        "Oidgriachisch"@bar,
        "старагрэцкая"@be,
        "древногръцки"@bg,
        "প্রাচীন গ্রীক"@bn,
        "henc'hresianeg"@br,
        "प्राचीन यूनानी"@brx,
        "starogrčki"@bs,
        "старогрчки"@bs-Cyrl,
        "grec antic"@ca,
        "古希腊文"@cmn,
        "古希臘文"@cmn-Hant,
        "starořečtina"@cs,
        "Авалхи грек чĕлхи"@cv,
        "Hen Roeg"@cy,
        "oldgræsk"@da,
        "Altgriechisch"@de,
        "Greki"@diq,
        "གིརིཀ, སྔ་དུས་ཀྱི (༡༤༥༣)"@dz,
        "Αρχαία Ελληνικά"@el,
        "Ancient Greek"@en,
        "𐐁𐑌𐐽𐐲𐑌𐐻 𐐘𐑉𐐨𐐿"@en-Dsrt,
        "Antikva greka lingvo"@eo,
        "griego antiguo"@es,
        "vanakreeka"@et,
        "یونانی کهن"@fa,
        "muinaiskreikka"@fi,
        "grec ancien"@fr,
        "vieri grêc"@fur,
        "An tSean-Ghréigis"@ga,
        "grego antigo"@gl,
        "Altgriechisch"@gsw,
        "Altgriechische Sprache"@gsw-FR,
        "પ્રાચીન ગ્રીક"@gu,
        "יוונית עתיקה"@he,
        "प्राचीन यूनानी"@hi,
        "starogrčki"@hr,
        "ógörög"@hu,
        "Lingua grec ancian"@ia,
        "Bahasa Yunani Kuno"@id,
        "forngríska"@is,
        "greco antico"@it,
        "古代ギリシア語"@ja,
        "ძველი ბერძნული"@ka,
        "Ежелгі грек тіл білімі"@kk,
        "ಪ್ರಾಚೀನ ಗ್ರೀಕ್"@kn,
        "고대 그리스어"@ko,
        "قدیٖم یوٗنٲنی"@ks,
        "Yewnaniya kevn"@ku,
        "Lingua Graeca antiqua"@la,
        "Aajdgrieks"@li,
        "Lengua græca antiga"@lij,
        "Grech Antich"@lmo,
        "ແອນຊຽນກຣີກ"@lo,
        "senovės graikų"@lt,
        "sengrieķu"@lv,
        "Fiteny grika taloha"@mg,
        "Акрет грек йылме"@mhr,
        "старогрчки"@mk,
        "പുരാതന യവന ഭാഷ"@ml,
        "प्राचीन ग्रीक"@mr,
        "Grieg, Antik"@mt,
        "ရှေးဟောင်း ဂရိ"@my,
        "gammelgresk"@nb,
        "Ooltgreeksche Spraak"@nds,
        "Oudgrieks"@nl,
        "gammalgresk"@nn,
        "Gammelgresk"@no,
        "ପ୍ରାଚୀନ୍ ୟୁନାନୀ"@or,
        "рагон бердзейнаг"@os,
        "starogrecki"@pl,
        "Grech antich"@pms,
        "grego arcaico"@pt,
        "grec vegl"@rm,
        "greacă veche"@ro,
        "древнегреческий"@ru,
        "Былыргы гириэк тыла"@sah,
        "Lingua greca antica"@scn,
        "starogréčtina"@sk,
        "stara grščina"@sl,
        "Greqishtja e lashtë"@sq,
        "Старогрчки"@sr,
        "Starogrčki"@sr-Latn,
        "forngrekiska"@sv,
        "Kiyunani"@swh,
        "பண்டைய கிரேக்கம்"@ta,
        "ప్రాచీన గ్రీక్"@te,
        "กรีกโบราณ"@th,
        "lea fakakalisimuʻa"@to,
        "Grekçe"@tr,
        "давньогрецька"@uk,
        "Tiếng Hy Lạp cổ"@vi,
        "古希臘語"@zh .

<http://lexvo.org/id/iso639-3/guh> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "guh"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/guah1255> ;
    owl:sameAs <http://dbpedia.org/resource/Guahibo_language>,
        <http://www.mpii.de/yago/resource/Guahibo_language> ;
    skos:altLabel "Guahibo language"@en ;
    skos:definition "Guahibo, the native language of the Guahibo people, is a Guahiban language that is spoken by about 23,006 people in Colombia and additional 8,428 in Venezuela. There is a 40% rate of monolingualism, and a 45% literacy rate."@en ;
    skos:inScheme lexvo: ;
    skos:notation "guh"^^xsd:string ;
    skos:prefLabel "Guahibo"@en,
        "Gvahiba lingvo"@eo,
        "Sikuani"@fr,
        "Lenga guahibo"@pms,
        "Wahibo simi"@qu,
        "Гуахибо"@ru .

<http://lexvo.org/id/iso639-3/gux> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "gux"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/gour1243> ;
    owl:sameAs <http://dbpedia.org/resource/Gourmanch%C3%A9ma_language>,
        <http://www.mpii.de/yago/resource/Gourmanch%C3%A9ma_language> ;
    skos:altLabel "Gourmanchéma language"@en ;
    skos:definition "Gourmanchéma (Goulmacema, Gourma, Gourmantche, Gulimancema, Gulmancema, Gurma) is a major language of the Gurma people spoken in from Burkina Faso across northern Togo and Benin and as far as Niger."@en ;
    skos:inScheme lexvo: ;
    skos:notation "gux"^^xsd:string ;
    skos:prefLabel "Gourmeg"@br,
        "Gurma"@de,
        "Gourmanchéma"@en,
        "Gourmantché"@fr,
        "Gourmanchéma jezik"@hr,
        "Lenga Gourmanchema"@pms,
        "Kigourmanchema"@sw .

<http://lexvo.org/id/iso639-3/haw> a lvont:Language,
        skos:Concept ;
    lvont:isFocusOf <http://id.loc.gov/vocabulary/iso639-2/haw> ;
    lvont:iso6392BCode "haw"^^xsd:string ;
    lvont:iso6392TCode "haw"^^xsd:string ;
    lvont:iso639P3PCode "haw"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-2/haw>,
        <http://www.glottolog.org/resource/languoid/id/hawa1245> ;
    owl:sameAs <http://dbpedia.org/resource/Hawaiian_language>,
        <http://psi.oasis-open.org/iso/639/#haw>,
        <http://www.lingvoj.org/lang/haw>,
        <http://www.mpii.de/yago/resource/Hawaiian_language>,
        <info:lc/vocabulary/languages/haw> ;
    skos:altLabel "لغة أهل الهاواي"@ar,
        "Хавайски език"@bg,
        "Hawaieg"@br,
        "Hawaià"@ca,
        "Havajština"@cs,
        "Hawaiiansk"@da,
        "Hawaiische Sprache"@de,
        "Χαβαϊκή γλώσσα"@el,
        "Hawaiian language"@en,
        "Havaja lingvo"@eo,
        "Idioma hawaiano"@es,
        "hawaiiera"@eu,
        "Havaijin kieli"@fi,
        "Hawaiianskt mál"@fo,
        "Hawaïen"@fr,
        "Haváíais"@ga,
        "Lingua hawaiana"@gl,
        "‘Ōlelo Hawai‘i"@haw,
        "Havajski jezik"@hr,
        "Hawaii nyelv"@hu,
        "Bahasa Hawaii"@id,
        "Hawaiíska"@is,
        "Lingua hawaiiana"@it,
        "Havajiečių kalba"@lt,
        "Havajiešu valoda"@lv,
        "Хавајски јазик"@mk,
        "Hawaiiaansche Spraak"@nds,
        "Język hawajski"@pl,
        "Língua havaiana"@pt,
        "Limba hawaiiană"@ro,
        "Гавайский язык"@ru,
        "Havajčina"@sk,
        "Havajščina"@sl,
        "Хавајски језик"@sr,
        "Hawaiiska"@sv,
        "ஹவாய் மொழி"@ta,
        "Hawaii dili"@tr,
        "Гавайська мова"@uk,
        "isi-Hawaiian"@zu ;
    skos:definition "The Hawaiian language (Hawaiian: Ōlelo Hawaii) is a Polynesian language that takes its name from Hawaii, the largest island in the tropical North Pacific archipelago where it developed. Hawaiian, along with English, is an official language of the state of Hawaii. King Kamehameha III established the first Hawaiian-language constitution in 1839 and 1840."@en ;
    skos:inScheme lexvo: ;
    skos:notation "haw"^^xsd:string ;
    skos:prefLabel "Hawaies"@af,
        "ሃዊያኛ"@am,
        "لغة هاواي"@ar,
        "ḥawaianu"@ast,
        "Qavayca"@az,
        "Hawaiisch"@bar,
        "хавайски"@bg,
        "হাওয়াইয়ান"@bn,
        "hawaieg"@br,
        "हवाईअन"@brx,
        "havajski"@bs,
        "хавајски"@bs-Cyrl,
        "hawaià"@ca,
        "夏威夷文"@cmn,
        "夏威夷文"@cmn-Hant,
        "havajština"@cs,
        "Hawäieg"@cy,
        "hawaiiansk"@da,
        "Hawaiisch"@de,
        "ཧ་ཝ་ཡིའི་ཁ"@dz,
        "hawaigbe"@ee,
        "Χαβανεζικά"@el,
        "Hawaiian"@en,
        "𐐐𐐲𐐶𐐴𐐲𐑌"@en-Dsrt,
        "havaja"@eo,
        "hawaiano"@es,
        "havai"@et,
        "Hawaiera"@eu,
        "هاوائیایی"@fa,
        "havaiji"@fi,
        "Hawaiian"@fil,
        "hawaiianskt"@fo,
        "hawaïen"@fr,
        "Hawajaansk"@fy,
        "Haváís"@ga,
        "hawaiano"@gl,
        "Hawaiianisch"@gsw,
        "હાવાઇયન"@gu,
        "Hawaiish"@gv,
        "ʻŌlelo Hawaiʻi"@haw,
        "הוואית"@he,
        "हावाइयन"@hi,
        "havajski"@hr,
        "hawaii"@hu,
        "Hawaii"@id,
        "havaíska"@is,
        "hawaiano"@it,
        "ハワイ語"@ja,
        "avaianu"@kea,
        "Гавай"@kk,
        "ហាវៃ"@km,
        "ಹವಾಯಿಯನ್"@kn,
        "하와이어"@ko,
        "ہوایِیَن"@ks,
        "Hauajaanesch"@ksh,
        "Zuwani hawaíyane"@ku,
        "Hawaiïaans"@li,
        "Lengua hawaïann-a"@lij,
        "ຮາໄວອຽນ"@lo,
        "havajų"@lt,
        "havajiešu"@lv,
        "хавајски"@mk,
        "ഹവായിയൻ"@ml,
        "हवाईयन"@mr,
        "Bahasa Hawaii"@ms,
        "Ħawajjan"@mt,
        "ဟာဝေယံ"@my,
        "Hawaitlahtōlli"@nah,
        "hawaiisk"@nb,
        "Hawaïaans"@nds,
        "हवाइयन"@ne,
        "Hawaïaans"@nl,
        "hawaiisk"@nn,
        "Hawaiisk"@no,
        "Hawaiian"@oc,
        "ହାୱାଇନ୍"@or,
        "hawajski"@pl,
        "ہوائی بولی"@pnb,
        "havaiano"@pt,
        "Hawayi simi"@qu,
        "hawaian"@rm,
        "hawaiană"@ro,
        "гавайский"@ru,
        "hawaiigiella"@se,
        "හවායි"@si,
        "havajčina"@sk,
        "havajščina"@sl,
        "Gagana fa'a Hawai'i"@sm,
        "Хавајски"@sr,
        "Havajski"@sr-Latn,
        "hawaiiska"@sv,
        "Kihawai"@swh,
        "ஹவாய்யான்"@ta,
        "హవాయియన్"@te,
        "ฮาวาย"@th,
        "Wikang Hawayano"@tl,
        "lea fakahauaiʻi"@to,
        "Hawaii Dili"@tr,
        "гавайська"@uk,
        "ہوائی کا باشندہ"@ur,
        "Tiếng Hawaii"@vi,
        "Hawaíaniš"@wae,
        "夏威夷语"@zh,
        "Hawaii"@zsm,
        "IsiHawayi"@zu .

<http://lexvo.org/id/iso639-3/hbs> a lvont:Language,
        skos:Concept ;
    lvont:iso639P1Code "sh"^^xsd:string ;
    lvont:iso639P3PCode "hbs"^^xsd:string ;
    owl:sameAs <http://dbpedia.org/resource/Serbo-Croatian>,
        <http://lexvo.org/id/iso639-1/sh>,
        <http://lexvo.org/id/wordnet/30/noun/serbo-croat_1_10_00>,
        <http://www.lingvoj.org/lang/sh>,
        <http://www.mpii.de/yago/resource/Serbo-Croatian> ;
    skos:altLabel "Serb-xorvat dili"@az,
        "Сербскахарвацкая мова"@be,
        "Сърбохърватски език"@bg,
        "সার্বো-ক্রোয়েশীয়-বসনীয় ভাষা"@bn,
        "Srpsko-hrvatski jezik"@bs,
        "Serbocroat"@ca,
        "Srbochorvatština"@cs,
        "Serbokroatisk"@da,
        "Serbokroatische Sprache"@de,
        "Serbokroata lingvo"@eo,
        "Idioma serbocroata"@es,
        "Serbia-horvaadi keel"@et,
        "Serbokroaziera"@eu,
        "زبان صربی کرواتی"@fa,
        "Serbokroaatin kieli"@fi,
        "Serbo-croate"@fr,
        "An tSeirbea-Chróitis"@ga,
        "Lingua serbocroata"@gl,
        "Srpskohrvatski jezik"@hr,
        "Szerbhorvát nyelv"@hu,
        "Bahasa Serbo-Kroasia"@id,
        "Lingua serbo-croata"@it,
        "セルビア・クロアチア語"@ja,
        "სერბულ-ხორვატული ენა"@ka,
        "세르비아-크로아티아어"@ko,
        "Serbų-kroatų kalba"@lt,
        "Serbohorvātu valoda"@lv,
        "Српскохрватски јазик"@mk,
        "Servo-Kroatisch"@nl,
        "Serbokroatisk"@nn,
        "Język serbsko-chorwacki"@pl,
        "Língua servo-croata"@pt,
        "Limba sârbocroată"@ro,
        "Сербохорватский язык"@ru,
        "Srbochorvátčina"@sk,
        "Srbohrvaščina"@sl,
        "Gjuha serbokroate"@sq,
        "Српскохрватски језик"@sr,
        "Serbokroatiska"@sv,
        "செருபோகுரோவாசிய மொழி"@ta,
        "Sırp-Hırvat Dili"@tr,
        "Сербохорватська мова"@uk,
        "Tiếng Xéc bi - Croatia"@vi ;
    skos:definition "Serbo-Croatian or Serbo-Croat, less commonly Bosnian/Croatian/Serbian (BCS) is a South Slavic language with multiple standards and the primary language of Serbia, Croatia, Bosnia and Herzegovina, and Montenegro. Croats and Serbs differ in religion and have historically lived under different empires, and have adopted slightly different literary forms as the official languages of their respective republics. Since independence, Bosnian has likewise been established as an official standard in Bosnia and Herzegovina. Currently, there is a movement to create a Montenegrin language, separating it from Serbian. Thus Serbo-Croatian generally goes by the ethnic names Serbian, Croatian, Bosnian, and Montenegrin. All four standards are based on the same dialect, which had served as the official language of the Kingdom of Yugoslavia, and later of the Socialist Federal Republic of Yugoslavia, from 1918 to 1991."@en ;
    skos:inScheme lexvo: ;
    skos:notation "hbs"^^xsd:string ;
    skos:prefLabel "Serwo-Kroaties"@af,
        "ሰርቦ-ክሮኤሽያኛ"@am,
        "Idioma serbocrovate"@an,
        "لغة صربية كرواتية"@ar,
        "صربى- كرواتى"@arz,
        "Serbocroata"@ast,
        "serb-xorvatca"@az,
        "сербска-харвацкая"@be,
        "Сэрбскахарвацкая мова"@be-tarask,
        "сърбохърватски"@bg,
        "সার্বো-ক্রোয়েশিয়"@bn,
        "serb-kroateg"@br,
        "सर्बो-क्रोएशन्"@brx,
        "srpskohrvatski"@bs,
        "српскохрватски"@bs-Cyrl,
        "serbocroat"@ca,
        "塞尔维亚-克罗地亚文"@cmn,
        "塞爾維亞克羅埃西亞文"@cmn-Hant,
        "srbochorvatština"@cs,
        "Serbòchòrwacczi jãzëk"@csb,
        "Срьбьскохръватьско ѩꙁꙑчьно събраниѥ"@cu,
        "Serbo-Croateg"@cy,
        "serbokroatisk"@da,
        "Serbo-Kroatisch"@de,
        "Serbisko-chorwatska rěc"@dsb,
        "serbo-croatiagbe"@ee,
        "Σερβοκροατικά"@el,
        "Serbo-Croatian"@en,
        "serbo-Kroata"@eo,
        "serbocroata"@es,
        "serbia-horvaadi"@et,
        "serbokroaziera"@eu,
        "صرب و کرواتی"@fa,
        "serbokroaatti"@fi,
        "Serbo-Croatian"@fil,
        "serbokroatiskt"@fo,
        "serbo-croate"@fr,
        "Seirbea-Chróitis"@ga,
        "Sèirb-Chròthaisis"@gd,
        "serbocroata"@gl,
        "Serbo-Kroatisch"@gsw,
        "સર્બો-ક્રોએશિયન"@gu,
        "Kuroweshiyancin-Sabiya"@ha,
        "סרבו-קרואטית"@he,
        "सेर्बो-क्रोएशन्"@hi,
        "Serbo-Croatian"@hif,
        "srpsko-hrvatski"@hr,
        "Serbiskochorwatšćina"@hsb,
        "szerbhorvát"@hu,
        "Սերբա-Խորվաթերեն"@hy,
        "serbocroate"@ia,
        "Serbo-Kroasia"@id,
        "serbókróatíska"@is,
        "serbo-croato"@it,
        "セルボ・クロアチア語"@ja,
        "სერბულ-ხორვატული"@ka,
        "сербхорват"@kk,
        "សើបូក្រូទៀន"@km,
        "ಸರ್ಬೋ-ಕ್ರೊಯೇಶಿಯನ್"@kn,
        "सेर्बो-क्रोयेषियन्"@knn,
        "세르보크로아트어"@ko,
        "سیٚربو کروشِیَن"@ks,
        "Särbokowatesch"@ksh,
        "серб-хорват"@ky,
        "Lingua Serbocroatica"@la,
        "Lingua Serbo-Kroatia"@lad,
        "Servokroatisch"@li,
        "ເຊີໂບ-ໂກເຊຍ"@lo,
        "serbų-kroatų"@lt,
        "serbu-horvātu"@lv,
        "српско-хрватски"@mk,
        "സെർബോ-ക്രൊയേഷ്യൻ"@ml,
        "सर्बो-क्रोएशियन"@mr,
        "Bahasa Serbo-Croatia"@ms,
        "Serbo-Kroat"@mt,
        "serbokroatisk"@nb,
        "Serbokroaatsch"@nds,
        "Servokroatisch"@nl,
        "serbokroatisk"@nn,
        "Serbokroatisk"@no,
        "Sèrbocroat"@oc,
        "ସର୍ବୋ-କ୍ରୋଆଟିଆନ୍"@or,
        "serbsko-chorwacki"@pl,
        "سرب کروشیائی"@pnb,
        "سرب-کروشيايي"@ps,
        "servo-croata"@pt,
        "Sirbu hurwat rimay"@qu,
        "serbo-croat"@rm,
        "sârbo-croată"@ro,
        "сербскохорватский"@ru,
        "Inyeseribiya na Korowasiya"@rw,
        "Limba serbocroata"@sc,
        "serbokroatiagiella"@se,
        "Srpskohrvatski jezik"@sh,
        "srbochorvátčina"@sk,
        "srbohrvaščina"@sl,
        "Serbiyaan"@so,
        "Serbo-Kroatisht"@sq,
        "Српскохрватски"@sr,
        "Srpskohrvatski"@sr-Latn,
        "Serbo-Croatian"@st,
        "serbokroatiska"@sv,
        "Kiserbokroatia"@sw,
        "kiserbia-kroeshia"@swh,
        "செர்போ-க்ரோஷியன்"@ta,
        "సేర్బో-క్రొయేషియన్"@te,
        "Забони сербу хорватӣ"@tg,
        "เซอร์โบ-โครเอเชีย"@th,
        "ሰርቦ- ክሮዊታን"@ti,
        "lea sēpia-kuloisia"@to,
        "Sırp-Hırvatça"@tr,
        "Сербохорват кыл"@udm,
        "سېربو-كرودىيىلىكلەر تىلى"@ug,
        "сербсько-хорватська"@uk,
        "سربو-کروئیشین"@ur,
        "Tiếng Serbia-Croatia"@vi,
        "Serbo-Croatian"@xh,
        "Èdè Serbo-Croatiani"@yo,
        "塞尔维亚－克罗地亚语"@zh,
        "SerboCroatia"@zsm,
        "Serbo-Croatian"@zu .

<http://lexvo.org/id/iso639-3/hil> a lvont:Language,
        skos:Concept ;
    lvont:isFocusOf <http://id.loc.gov/vocabulary/iso639-2/hil> ;
    lvont:iso6392BCode "hil"^^xsd:string ;
    lvont:iso6392TCode "hil"^^xsd:string ;
    lvont:iso639P3PCode "hil"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-2/hil>,
        <http://www.glottolog.org/resource/languoid/id/hili1240> ;
    owl:sameAs <http://dbpedia.org/resource/Hiligaynon_language>,
        <http://psi.oasis-open.org/iso/639/#hil>,
        <http://www.lingvoj.org/lang/hil>,
        <http://www.mpii.de/yago/resource/Hiligaynon_language>,
        <info:lc/vocabulary/languages/hil> ;
    skos:altLabel "হিলিগ্যায়নোন"@bn,
        "hiligaynon"@br,
        "Hiligaynon-Sprache"@de,
        "Hiligaynon language"@en,
        "Idioma hiligainón"@es,
        "Hiligainon kieli"@fi,
        "Hiligaïnon"@fr,
        "Bahasa Hiligaynon"@id,
        "Lingua hiligaynon"@it,
        "Język hiligaynon"@pl,
        "Хилигайнон"@ru,
        "ภาษาฮิลิกายนอน"@th ;
    skos:definition "Hiligaynon, often referred to as Ilonggo, is an Austronesian language spoken in the Western Visayas region of the Philippines."@en ;
    skos:inScheme lexvo: ;
    skos:notation "hil"^^xsd:string ;
    skos:prefLabel "الهيليجينون"@ar,
        "hiliqaynon dili"@az,
        "Tataramon na Hiligaynon"@bcl,
        "хилигайнон"@bg,
        "হিলিগেনন ভাষা"@bn,
        "Ilongoeg"@br,
        "हीलीगैनोन"@brx,
        "hiligajnon"@bs,
        "хилигајнон"@bs-Cyrl,
        "hiligainon"@ca,
        "Hiligaynon"@ceb,
        "希利盖农文"@cmn,
        "希利蓋農文"@cmn-Hant,
        "hiligaynonština"@cs,
        "hiligaynon"@da,
        "Hiligaynon"@de,
        "hiligenɔgbe"@ee,
        "Χιλιγκαγιόν"@el,
        "Hiligaynon"@en,
        "hiligaynon"@es,
        "hiligainoni"@et,
        "هیلی‌گاینونی"@fa,
        "hiligaino"@fi,
        "hiligaynon"@fr,
        "Hiligaynonisch"@gsw,
        "હિલિગેનોન"@gu,
        "Hiligaynon-ngî"@hak,
        "היליגאינון"@he,
        "हिलिगेनन"@hi,
        "Hiligaynon bhasa"@hif,
        "hiligaynon"@hr,
        "hiligajnon"@hu,
        "Hiligaynon"@id,
        "Pagsasao a Hiligaynon"@ilo,
        "híligaínon"@is,
        "hiligayna"@it,
        "ヒリガイノン語"@ja,
        "ಹಿಲಿಗೇನನ್"@kn,
        "헤리가뇬어"@ko,
        "ہِلیٖگینَن"@ks,
        "Lengua hiligaynon"@lij,
        "ຮິຣິໄກນອນ"@lo,
        "hiligainon"@lt,
        "hiligainonu"@lv,
        "хилигајнон"@mk,
        "ഹിലിഗയ്നോൺ"@ml,
        "हिलीगेनॉन"@mr,
        "Hiligaynon"@mt,
        "hiligaynon"@nb,
        "Hiligaynon"@nl,
        "hiligaynon"@nn,
        "ହିଲିଗୈନନ୍"@or,
        "hiligajnon"@pl,
        "Lenga Hiligaynon"@pms,
        "hiligaynon"@pt,
        "hiligaynon"@rm,
        "hiligaynon"@ro,
        "хилигайнон"@ru,
        "hiligajnončina"@sk,
        "hiligajnonščina"@sl,
        "Хилигајнон"@sr,
        "Hiligajnon"@sr-Latn,
        "hiligaynon"@sv,
        "ஹிலிகாய்னான்"@ta,
        "హిలి గేయినోన్"@te,
        "ฮีลีกัยนน"@th,
        "Wikang Hiligaynon"@tl,
        "lea fakahilikainoni"@to,
        "Hiligaynon"@tr,
        "хілігайнон"@uk,
        "Tiếng Hiligaynon"@vi,
        "Hiligaynon"@war .

<http://lexvo.org/id/iso639-3/hit> a lvont:Language,
        skos:Concept ;
    lvont:isFocusOf <http://id.loc.gov/vocabulary/iso639-2/hit> ;
    lvont:iso6392BCode "hit"^^xsd:string ;
    lvont:iso6392TCode "hit"^^xsd:string ;
    lvont:iso639P3PCode "hit"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-2/hit> ;
    owl:sameAs <http://dbpedia.org/resource/Hittite_language>,
        <http://lexvo.org/id/wordnet/30/noun/hittite_1_10_00>,
        <http://psi.oasis-open.org/iso/639/#hit>,
        <http://www.lingvoj.org/lang/hit>,
        <http://www.mpii.de/yago/resource/Hittite_language>,
        <info:lc/vocabulary/languages/hit> ;
    skos:altLabel "لغة حيثية"@ar,
        "Хетски език"@bg,
        "Llengua hittita"@ca,
        "Chetitština"@cs,
        "Hethitische Sprache"@de,
        "Χεττιτική γλώσσα"@el,
        "Hittite language"@en,
        "Idioma hitita"@es,
        "زبان هیتی"@fa,
        "Heetin kieli"@fi,
        "Hittite"@fr,
        "חיתית"@he,
        "हिताइत"@hi,
        "Hetitski jezik"@hr,
        "Hettita nyelv"@hu,
        "Bahasa Hitit"@id,
        "Hittitíska"@is,
        "Lingua ittita"@it,
        "히타이트어"@ko,
        "Хетски јазик"@mk,
        "Język hetycki"@pl,
        "Língua hitita"@pt,
        "Limba hitită"@ro,
        "Хеттский язык"@ru,
        "Chetitčina"@sk,
        "Hetitščina"@sl,
        "Hettitiska"@sv,
        "ภาษาฮิตไทต์"@th,
        "Hitit dili"@tr,
        "Хеттська мова"@uk ;
    skos:definition "Hittite (natively \"[in the language] of Neša\") is the extinct language once spoken by the Hittites, a people who created an empire centred on Hattusa in north-central Anatolia. The language is attested in cuneiform, in records from the 16th (Anitta text) down to the 13th century BC, with isolated Hittite loanwords and numerous personal names appearing in an Old Assyrian context from as early as the 20th century BC."@en ;
    skos:inScheme lexvo: ;
    skos:notation "hit"^^xsd:string ;
    skos:prefLabel "Hetities"@af,
        "Idioma hitita"@an,
        "الحثية"@ar,
        "hittit dili"@az,
        "хитски"@bg,
        "হিট্টিট"@bn,
        "Hititeg"@br,
        "हीत्ती"@brx,
        "hitite"@bs,
        "хитите"@bs-Cyrl,
        "hitita"@ca,
        "赫梯文"@cmn,
        "赫梯文"@cmn-Hant,
        "chetitština"@cs,
        "Hetheg"@cy,
        "hittitisk"@da,
        "Hethitisch"@de,
        "Χιτίτε"@el,
        "Hittite"@en,
        "𐐐𐐮𐐻𐐴𐐻"@en-Dsrt,
        "Hitita lingvo"@eo,
        "hitita"@es,
        "heti"@et,
        "هیتی"@fa,
        "heetti"@fi,
        "hittite"@fr,
        "An Hitis"@ga,
        "Lingua hitita"@gl,
        "Hethitisch"@gsw,
        "હિટ્ટિતે"@gu,
        "חתית"@he,
        "हत्ती"@hi,
        "hetitski"@hr,
        "hittite"@hu,
        "Hitit"@id,
        "hettitíska"@is,
        "hittite"@it,
        "ヒッタイト語"@ja,
        "ხეთური ენა"@ka,
        "ಹಿಟ್ಟಿಟೆ"@kn,
        "하타이트어"@ko,
        "ہِتایِت"@ks,
        "Lingua Hetthaea"@la,
        "ຮິດໄຕ"@lo,
        "hititų"@lt,
        "hetu"@lv,
        "хитите"@mk,
        "ഹിറ്റൈറ്റേ"@ml,
        "हिट्टिते"@mr,
        "Ħittit"@mt,
        "hettittisk"@nb,
        "Hettitisch"@nl,
        "hettittisk"@nn,
        "Hettittisk"@no,
        "ହିତୀତେ"@or,
        "hetycki"@pl,
        "hitita"@pt,
        "ettitic"@rm,
        "hitită"@ro,
        "хеттский"@ru,
        "Hetitski jezik"@sh,
        "chetitčina"@sk,
        "hetitščina"@sl,
        "Хитите"@sr,
        "Hitite"@sr-Latn,
        "hettitiska"@sv,
        "ஹிட்டைட்"@ta,
        "హిట్టిటే"@te,
        "ฮิตไตต์"@th,
        "Hititçe"@tr,
        "Хетт теле"@tt,
        "хітіті"@uk,
        "Tiếng Hittite"@vi,
        "赫梯語"@zh .

<http://lexvo.org/id/iso639-3/hto> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "hto"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/mini1256> ;
    owl:sameAs <http://dbpedia.org/resource/Minica_Huitoto>,
        <http://www.mpii.de/yago/resource/Minica_Huitoto> ;
    skos:altLabel "Huitoto, Minica"@en ;
    skos:definition "Minica Huitoto (mee-nee-kah wee-toh-toh) is one of three indigenous American Huitoto languages of the Witotoan family spoken by a few thousand speakers in western South America."@en ;
    skos:inScheme lexvo: ;
    skos:notation "hto"^^xsd:string ;
    skos:prefLabel "Minica Huitoto"@en,
        "Idioma meneca"@es,
        "Witoto minica"@fr,
        "Lenga huitoto, minica"@pms .

<http://lexvo.org/id/iso639-3/iba> a lvont:Language,
        skos:Concept ;
    lvont:isFocusOf <http://id.loc.gov/vocabulary/iso639-2/iba> ;
    lvont:iso6392BCode "iba"^^xsd:string ;
    lvont:iso6392TCode "iba"^^xsd:string ;
    lvont:iso639P3PCode "iba"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-2/iba>,
        <http://www.glottolog.org/resource/languoid/id/iban1264> ;
    owl:sameAs <http://dbpedia.org/resource/Iban_language>,
        <http://psi.oasis-open.org/iso/639/#iba>,
        <http://www.lingvoj.org/lang/iba>,
        <http://www.mpii.de/yago/resource/Iban_language>,
        <info:lc/vocabulary/languages/iba> ;
    skos:altLabel "Iban language"@en,
        "Iban"@fr,
        "Bahasa Iban"@id,
        "Język iban"@pl,
        "Língua iban"@pt,
        "Ибанский язык"@ru,
        "ภาษาอีบัน"@th ;
    skos:definition "The Iban language (jaku Iban) is spoken by the Iban, a branch of the Dayak ethnic group formerly known as \"Sea Dayak\" who live in Sarawak, the Indonesian province of Kalimantan Barat and in Brunei. It belongs to the Malayo-Polynesian branch of the Austronesian language family, and is related to Malay, more closely to Sarawakian Malay. The Iban language is also a subject tested in PMR and SPM, the Malaysian public examination for Form 3 and Form 5 students respectively. Students comment that questions from these exams mostly cover the classic Iban language, making them a daunting task for many who are more fluent in the contemporary tongue. The language is mostly taught to students in rural areas with a majority Iban population, including Baleh (Kapit), Betong, Saratok, Lubok Antu and Pelagus (Kapit)."@en ;
    skos:inScheme lexvo: ;
    skos:notation "iba"^^xsd:string ;
    skos:prefLabel "الإيبان"@ar,
        "iban dili"@az,
        "ибан"@bg,
        "ইবান"@bn,
        "iban"@br,
        "ईबान्"@brx,
        "iban"@bs,
        "ибан"@bs-Cyrl,
        "iban"@ca,
        "伊班文"@cmn,
        "伊班文"@cmn-Hant,
        "ibanština"@cs,
        "Ibaneg"@cy,
        "iban"@da,
        "Iban"@de,
        "Ιμπάν"@el,
        "Iban"@en,
        "iban"@es,
        "ibani"@et,
        "آیبن"@fa,
        "iban"@fi,
        "iban"@fr,
        "Ibanisch"@gsw,
        "ઇબાન"@gu,
        "איבאן"@he,
        "इबान"@hi,
        "iban"@hr,
        "iban"@hu,
        "Iban"@id,
        "íban"@is,
        "iban"@it,
        "イバン語"@ja,
        "ಇಬಾನ್"@kn,
        "이반어"@ko,
        "اِبان"@ks,
        "ໄອບານ"@lo,
        "iban"@lt,
        "ibanu"@lv,
        "ибан"@mk,
        "ഇബാൻ"@ml,
        "इबान"@mr,
        "Bahasa Iban"@ms,
        "Iban"@mt,
        "iban"@nb,
        "Iban"@nl,
        "iban"@nn,
        "ଇବାନ୍"@or,
        "ibanag"@pl,
        "Lenga Iban"@pms,
        "iban"@pt,
        "iban"@rm,
        "iban"@ro,
        "ибанский"@ru,
        "ibančina"@sk,
        "ibanščina"@sl,
        "Ибан"@sr,
        "Iban"@sr-Latn,
        "ibanska"@sv,
        "இபான்"@ta,
        "ఐబాన్"@te,
        "อิบาน"@th,
        "Iban"@tr,
        "ібанська"@uk,
        "Tiếng Iban"@vi .

<http://lexvo.org/id/iso639-3/ilo> a lvont:Language,
        skos:Concept ;
    lvont:isFocusOf <http://id.loc.gov/vocabulary/iso639-2/ilo> ;
    lvont:iso6392BCode "ilo"^^xsd:string ;
    lvont:iso6392TCode "ilo"^^xsd:string ;
    lvont:iso639P3PCode "ilo"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-2/ilo>,
        <http://www.glottolog.org/resource/languoid/id/ilok1237> ;
    owl:sameAs <http://dbpedia.org/resource/Ilokano_language>,
        <http://psi.oasis-open.org/iso/639/#ilo>,
        <http://www.lingvoj.org/lang/ilo>,
        <http://www.mpii.de/yago/resource/Ilokano_language>,
        <info:lc/vocabulary/languages/ilo> ;
    skos:altLabel "ইলোকানো ভাষা"@bn,
        "Ilokano-Sprache"@de,
        "Ilokano language"@en,
        "Idioma ilocano"@es,
        "Iloko"@fi,
        "Ilocano"@fr,
        "ilokano"@fr,
        "Ilocano jezik"@hr,
        "Bahasa Iloko"@id,
        "Lingua ilokano"@it,
        "Ilokano"@nl,
        "Język iloko"@pl,
        "Ilocano"@pt,
        "Илоканский язык"@ru,
        "Ilokano"@sv,
        "இலோகான மொழி"@ta,
        "ภาษาอีโลกาโน"@th,
        "ілоканська"@uk,
        "Tiếng Ilokano"@vi ;
    skos:definition "Ilokano or Ilocano (Ilocano: Ti Pagsasao nga Iloco; also Ilocano, Iluko, Iloco, Iloco, Ylocano, and Yloco) is the third most-spoken language of the Republic of the Philippines."@en ;
    skos:inScheme lexvo: ;
    skos:notation "ilo"^^xsd:string ;
    skos:prefLabel "ኢሎካኖ"@am,
        "الإيلوكو"@ar,
        "iloko dili"@az,
        "Tataramon na Ilokano"@bcl,
        "илоко"@bg,
        "ইলোকো"@bn,
        "Ilokanoeg"@br,
        "ईलोको"@brx,
        "iloko"@bs,
        "илоко"@bs-Cyrl,
        "ilocà"@ca,
        "Pinulongang Iloko"@ceb,
        "伊洛干诺文"@cmn,
        "伊洛闊文"@cmn-Hant,
        "ilokánština"@cs,
        "Ilocaneg"@cy,
        "iloko"@da,
        "Ilokano"@de,
        "ilikogbe"@ee,
        "Ιλόκο"@el,
        "Iloko"@en,
        "Iloka lingvo"@eo,
        "ilocano"@es,
        "iloko"@et,
        "ایلوکویی"@fa,
        "iloko"@fi,
        "ilocano"@fr,
        "Ilokano"@gsw,
        "ઇલોકો"@gu,
        "אילוקו"@he,
        "इलोको"@hi,
        "iloko"@hr,
        "ilokó"@hu,
        "Iloko"@id,
        "Pagsasao nga Iloko"@ilo,
        "ílokó"@is,
        "ilocano"@it,
        "イロカノ語"@ja,
        "ಇಲ್ಲಿಕೋ"@kn,
        "이로코어"@ko,
        "اِلوکو"@ks,
        "Lengua ilokann-a"@lij,
        "ໄອໂລໂກ"@lo,
        "iloko"@lt,
        "iloku"@lv,
        "илоко"@mk,
        "ഇലോകോ"@ml,
        "इलोको"@mr,
        "Iloko"@mt,
        "Ilokano-gí"@nan,
        "iloko"@nb,
        "Iloko"@nl,
        "iloko"@nn,
        "Ilokano"@no,
        "ଇଲୋକୋ"@or,
        "Salitan Iloko"@pag,
        "Ilokanu"@pam,
        "ilokano"@pl,
        "Lenga ilocano"@pms,
        "الوکونو"@pnb,
        "ilocano"@pt,
        "ilocano"@rm,
        "iloko"@ro,
        "илоко"@ru,
        "Ilocano"@sh,
        "ilokánčina"@sk,
        "ilokanščina"@sl,
        "Илоко"@sr,
        "Iloko"@sr-Latn,
        "iloko"@sv,
        "இலோகோ"@ta,
        "ఐయోకో"@te,
        "อีโลโก"@th,
        "Wikang Iloko"@tl,
        "lea fakaʻiloko"@to,
        "Iloko"@tr,
        "Ілоко"@uk,
        "Tiếng Iloko"@vi,
        "Ilokano nga yinaknan"@war .

<http://lexvo.org/id/iso639-3/ivv> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ivv"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/ivat1242> ;
    owl:sameAs <http://dbpedia.org/resource/Ivatan_language>,
        <http://www.mpii.de/yago/resource/Ivatan_language> ;
    skos:altLabel "Ivatan language"@en ;
    skos:definition "The Ivatan language, also known as Ibatan (though in ISO classification Ibatan is reserved for a closely related language spoken in the Babuyan Islands, which is assigned the code [ivb] as opposed to [ivv]) or Chirin nu Ibatan (meaning, \"language or dialect of the Ivatan people\"), is an Austronesian language spoken exclusively in the Batanes Islands. Despite the islands' closer proximity to Taiwan than Luzon, it is important to not group the language with Formosan languages, which in fact includes ten of eleven sub-families of the Austronesian language family, whereas Ivatan is included with other Philippine languages in the Malayo-Polynesian sub-family of the Austronesian language family, an immense group of 1248 languages not restricted to the languages of the Philippines, but, as the name suggests, includes Malayic and Oceanic languages."@en ;
    skos:inScheme lexvo: ;
    skos:notation "ivv"^^xsd:string ;
    skos:prefLabel "Ivatan"@en,
        "Pagsasao nga Ivatan"@ilo,
        "ภาษาอีวาตัน"@th,
        "Wikang Ibatan"@tl .

<http://lexvo.org/id/iso639-3/kam> a lvont:Language,
        skos:Concept ;
    lvont:isFocusOf <http://id.loc.gov/vocabulary/iso639-2/kam> ;
    lvont:iso6392BCode "kam"^^xsd:string ;
    lvont:iso6392TCode "kam"^^xsd:string ;
    lvont:iso639P3PCode "kam"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-2/kam>,
        <http://www.glottolog.org/resource/languoid/id/kamb1297> ;
    owl:sameAs <http://lexvo.org/id/wordnet/30/noun/kamba_1_10_00>,
        <http://psi.oasis-open.org/iso/639/#kam>,
        <http://www.lingvoj.org/lang/kam>,
        <info:lc/vocabulary/languages/kam> ;
    skos:altLabel "Kamba (Kenya)"@en ;
    skos:inScheme lexvo: ;
    skos:notation "kam"^^xsd:string ;
    skos:prefLabel "الكامبا"@ar,
        "kamba dili"@az,
        "камба"@bg,
        "কাম্বা"@bn,
        "kamba"@br,
        "कंबा"@brx,
        "kamba"@bs,
        "камба"@bs-Cyrl,
        "kamba"@ca,
        "卡姆巴文"@cmn,
        "卡姆巴文"@cmn-Hant,
        "kambština"@cs,
        "Camba"@cy,
        "kamba"@da,
        "Kamba"@de,
        "Κάμπα"@el,
        "Kamba"@en,
        "kamba"@es,
        "kamba"@et,
        "کامبایی"@fa,
        "kamba"@fi,
        "kamba"@fr,
        "Kamba"@gsw,
        "કમ્બા"@gu,
        "קמבה"@he,
        "कम्बा"@hi,
        "kamba"@hr,
        "kamba"@hu,
        "Kamba"@id,
        "kamba"@is,
        "kamba"@it,
        "カンバ語"@ja,
        "Kikamba"@kam,
        "ಕಂಬಾ"@kn,
        "캄바어"@ko,
        "کامبا"@ks,
        "ກາມບາ"@lo,
        "kamba"@lt,
        "kambu"@lv,
        "камба"@mk,
        "കംബ"@ml,
        "कम्बा"@mr,
        "Kamba"@mt,
        "kamba"@nb,
        "Kamba"@nl,
        "kamba"@nn,
        "କମ୍ବା"@or,
        "kamba"@pl,
        "kamba"@pt,
        "kamba"@rm,
        "kamba"@ro,
        "камба"@ru,
        "kamba"@sk,
        "kamba"@sl,
        "Камба"@sr,
        "Kamba"@sr-Latn,
        "kamba"@sv,
        "Kikamba"@swh,
        "கம்பா"@ta,
        "కంబా"@te,
        "คัมบา"@th,
        "Kamba"@tr,
        "камба"@uk,
        "Tiếng Kamba"@vi .

<http://lexvo.org/id/iso639-3/kfy> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kfy"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/kuma1273> ;
    owl:sameAs <http://dbpedia.org/resource/Kumaoni_language>,
        <http://www.mpii.de/yago/resource/Kumaoni_language> ;
    skos:altLabel "Kumaoni language"@en ;
    skos:definition "The Kumaoni (कुमाँऊनी (Devanagari)) are a people of the Kumaon Division of Uttarakhand, a region in the Indian Himalayas. Their Kumaoni language (कुमाँऊनी भाषा (Devanagari)) is one of the Central Pahari languages."@en ;
    skos:inScheme lexvo: ;
    skos:notation "kfy"^^xsd:string ;
    skos:prefLabel "Kumáónština"@cs,
        "Kumaoni"@en,
        "કુમાઉની ભાષા"@gu,
        "कुमाऊँनी भाषा"@hi,
        "クマーオニー語"@ja,
        "Lingua Kumauni"@la,
        "Kumauni"@no,
        "Język kumauni"@pl,
        "कुमाँऊनी"@sa,
        "Kumaoni"@sh,
        "Кумаоні"@uk .

<http://lexvo.org/id/iso639-3/kld> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kld"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/gami1243> ;
    owl:sameAs <http://dbpedia.org/resource/Gamilaraay_language>,
        <http://www.mpii.de/yago/resource/Gamilaraay_language> ;
    skos:altLabel "Gamilaraay language"@en ;
    skos:definition "The Gamilaraay or Kamilaroi (see below for other spellings) language is a Pama–Nyungan language of the Wiradhuric subgroup found mostly in South East Australia. It was the traditional language of the Kamilaroi people, but is now moribund&mdash;according to Ethnologue, there were only 3 speakers left in 1997. However, there are thousands of people of mixed descent both within the native populations as well as immigrant populations, who identify themselves as Kamilaroi. Kamilaroi is also taught in some Australian schools."@en ;
    skos:inScheme lexvo: ;
    skos:notation "kld"^^xsd:string ;
    skos:prefLabel "Gamilaraay"@en,
        "Kamilaroi"@fr,
        "Lenga gamilaraay"@pms,
        "Gamilaraay"@sk,
        "Gamilaraay"@sv .

<http://lexvo.org/id/iso639-3/kmr> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kmr"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/nort2641> ;
    owl:sameAs <http://dbpedia.org/resource/Kurmanji>,
        <http://www.mpii.de/yago/resource/Kurmanji> ;
    skos:altLabel "Kurdish, Northern"@en,
        "Northern Kurdish"@en ;
    skos:definition "Kurmanji (Kurmancî in Kurdish) or Northern Kurdish (sometimes misspelled as Kirmanji, Kurmangi or Kermanji) is the most commonly spoken dialect of the Kurdish language."@en ;
    skos:inScheme lexvo: ;
    skos:notation "kmr"^^xsd:string ;
    skos:prefLabel "كرمنجي"@ar,
        "Kurmandjeg"@br,
        "کورمانجی"@ckb,
        "Kurmándží"@cs,
        "Kurmanji"@da,
        "Kurmandschi"@de,
        "Kurmanji"@en,
        "Kurmanji"@eu,
        "کرمانجی"@fa,
        "Kurmandži"@fi,
        "Kurmandji"@fr,
        "Sjevernokurdski jezik"@hr,
        "კურმანჯი"@ka,
        "Kurmancî"@ku,
        "Kirmanci"@nl,
        "Język kurmandżi"@pl,
        "Lenga curda setentrional"@pms,
        "Curmânji"@pt,
        "Курманджи"@ru,
        "Kurdiska#Dialekter"@sv,
        "ภาษาเคิร์ดเหนือ"@th,
        "Kurmanci"@tr .

<http://lexvo.org/id/iso639-3/kmz> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kmz"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/khor1269> ;
    owl:sameAs <http://dbpedia.org/resource/Khorasani_Turkic_language>,
        <http://www.mpii.de/yago/resource/Khorasani_Turkic_language> ;
    skos:altLabel "Khorasani Turkic language"@en ;
    skos:definition "Khorasani Turkic (, Torki-e Khorasani), or Qizilbash Turkic , is a language variety in the Turkic language family. It is spoken in northern Khorasan in Iran. Khorasani Turkic speakers can also speak Persian."@en ;
    skos:inScheme lexvo: ;
    skos:notation "kmz"^^xsd:string ;
    skos:prefLabel "Xorasan-türk dili"@az,
        "Chorasan-türkische Sprache"@de,
        "Khorasani Turkish"@en,
        "Idioma turco de Jorasán"@es,
        "زبان ترکی خراسانی"@fa,
        "Khorasaninturkin kieli"@fi,
        "Turk du Khorassan"@fr,
        "Horasan türk dili"@gag,
        "Chorasano tiurkų kalba"@lt,
        "Chuorasana torku kalba"@lt-x,
        "Хорасанско-турски јазик"@mk,
        "Lenga khorasani turch"@pms,
        "Хорасанско-тюркский язык"@ru,
        "ภาษาเติร์กโคราซานี"@th,
        "Horasanca"@tr .

<http://lexvo.org/id/iso639-3/kpv> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kpv"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/komi1268> ;
    owl:sameAs <http://dbpedia.org/resource/Komi-Yodzyak_language>,
        <http://www.mpii.de/yago/resource/Komi-Yodzyak_language> ;
    skos:altLabel "Komi-Yodzyak language"@en ;
    skos:definition "Yodz, Komi-Yodzyak (; Komi-Yodz), or Komi-Yazva is spoken mostly in Krasnovishersky District of Perm Krai in Russia, in the basin of the Yazva River. It is a Permic language closely related to Komi-Zyrian and Permyak. It has no official status."@en ;
    skos:inScheme lexvo: ;
    skos:notation "kpv"^^xsd:string ;
    skos:prefLabel "Komi-jazvanština"@cs,
        "Komi-Zyrian"@en,
        "Jazvan komi"@fi,
        "Ёдз Коми кыв"@koi,
        "Коми-Ёдз кыв"@kv,
        "Komių jazvinų kalba"@lt,
        "Коми-язьвинский язык"@ru,
        "Язьва коми кыл"@udm .

<http://lexvo.org/id/iso639-3/krc> a lvont:Language,
        skos:Concept ;
    lvont:isFocusOf <http://id.loc.gov/vocabulary/iso639-2/krc> ;
    lvont:iso6392BCode "krc"^^xsd:string ;
    lvont:iso6392TCode "krc"^^xsd:string ;
    lvont:iso639P3PCode "krc"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-2/krc>,
        <http://www.glottolog.org/resource/languoid/id/kara1465> ;
    owl:sameAs <http://dbpedia.org/resource/Karachay-Balkar_language>,
        <http://psi.oasis-open.org/iso/639/#krc>,
        <http://www.lingvoj.org/lang/krc>,
        <http://www.mpii.de/yago/resource/Karachay-Balkar_language>,
        <info:lc/vocabulary/languages/krc> ;
    skos:altLabel "لغة القراشاي بلقار"@ar,
        "Qaraçay-balkar dili"@az,
        "Карачаево-балкарски език"@bg,
        "Karachayeg-balkareg"@br,
        "Karatxai-balkar"@ca,
        "Karatschai-Balkarische Sprache"@de,
        "Karachay-Balkar language"@en,
        "Idioma karachayo-bálkaro"@es,
        "Karatšai-balkaari keel"@et,
        "زبان کاراچایی-بالکاری"@fa,
        "Karatšai-balkaarin kieli"@fi,
        "Karatchaï-balkar"@fr,
        "karatchaï balkar"@fr,
        "Balkarski jezik"@hr,
        "Lingua caraciai-balcara"@it,
        "カラチャイ・バルカル語"@ja,
        "카라챠이-발카르어"@ko,
        "Karačiajų-balkarų kalba"@lt,
        "Карачаевско-балкарски јазик"@mk,
        "Karatsjai-Balkarisch"@nl,
        "Хъæрæсейаг-балхъайраг æвзаг"@os,
        "Język karaczajsko-bałkarski"@pl,
        "Língua carachaio-bálcara"@pt,
        "Карачаево-балкарский язык"@ru,
        "Karatjajbalkariska"@sv,
        "காரச்சேபால்கர் மொழி"@ta,
        "ภาษาคาราไช-บัลคาร์"@th,
        "Карачаєво-балкарська мова"@uk ;
    skos:definition "The Karachay-Balkar language (Къарачай-Малкъар тил, Qaraçay-Malqar til or Таулу тил, Tawlu til) is a Turkic language spoken by the Karachays and Balkars. It is divided into two dialects: Karachay-Baksan-Chegem which pronounces two phonemes as and , and Balkar, which pronounces the corresponding phonemes as and . The modern Karachay-Balkar written language is based on Karachay-Baksan-Chegem dialect."@en ;
    skos:inScheme lexvo: ;
    skos:notation "krc"^^xsd:string ;
    skos:prefLabel "Karatsjai-Balkaries"@af,
        "الكاراتشاي-بالكار"@ar,
        "qaraçay-balkar dili"@az,
        "карачай-балкарски"@bg,
        "কারচে-বাল্কার"@bn,
        "karatchay-balkar"@br,
        "कराचय् बलकार्"@brx,
        "karačaj-balkar"@bs,
        "карачај-балкар"@bs-Cyrl,
        "karatxai"@ca,
        "卡拉恰伊巴尔卡尔文"@cmn,
        "卡拉柴-包爾卡爾文"@cmn-Hant,
        "Qaraçay-Balqar tili"@crh,
        "karačajevo-balkarština"@cs,
        "Карачай-балкар чĕлхи"@cv,
        "karatjai-balkar"@da,
        "Karatschaiisch-Balkarisch"@de,
        "karakay-bakargbe"@ee,
        "Καρατσάι-Μπαλκάρ"@el,
        "Karachay-Balkar"@en,
        "Karaĉaja-balkara lingvo"@eo,
        "karachay-balkar"@es,
        "karatšai-balkaari"@et,
        "قره‌چایی‐بالکاری"@fa,
        "karatšai-balkaari"@fi,
        "karatchai balkar"@fr,
        "Karaçay-balkar dili"@gag,
        "Karatschaiisch-Balkarisch"@gsw,
        "કરાચય-બલ્કાર"@gu,
        "קראצ'י-בלקר"@he,
        "कराचय-बल्कार"@hi,
        "karachay-balkar"@hr,
        "karacsáj-balkár"@hu,
        "Karachai Balkar"@id,
        "karasaíbalkar"@is,
        "karachay-Balkar"@it,
        "カラチャイ語"@ja,
        "Қарашай-балқар тілі"@kk,
        "ಕರಚಯ್-ಬಲ್ಕಾರ್"@kn,
        "카라차이발카르어"@ko,
        "Карачай-малкар кыв"@koi,
        "Къарачай-малкъар тил"@krc,
        "کراچیے بَلکار"@ks,
        "Карачай-балкар кыв"@kv,
        "ກາຣາໄຊ-ບານກາ"@lo,
        "karačiajų balkarijos"@lt,
        "Karačiaju-balkaru kalba"@lt-x,
        "karačaju un balkāru"@lv,
        "карашај-балкар"@mk,
        "കരചൈ-ബാൽകർ"@ml,
        "कराचय-बाल्कर"@mr,
        "Karachay-Balkar"@mt,
        "karachay-balkar"@nb,
        "Karachay-Balkar"@nl,
        "karachay-balkar"@nn,
        "କରାଚୟ-ବଲ୍କାର"@or,
        "бӕлхъӕрон"@os,
        "karaczajsko-bałkarski"@pl,
        "Lenga karachay-balkar"@pms,
        "کاراچے بلکار"@pnb,
        "karachay-balkar"@pt,
        "karachay-balkar"@rm,
        "karaceai-balkar"@ro,
        "карачаево-балкарский"@ru,
        "karačajevsko-balkarský jazyk"@sk,
        "karačaj-balkarščina"@sl,
        "Карачај-балкар"@sr,
        "Karačaj-balkar"@sr-Latn,
        "karachay-balkar"@sv,
        "Karaczaj-bałkarsko godka"@szl,
        "கராசே-பல்கார்"@ta,
        "కరచే-బల్కార్"@te,
        "คาราไช-บัลคาร์"@th,
        "lea fakakalate-palakili"@to,
        "Karaçay-Balkarca"@tr,
        "Карачай-балкар теле"@tt,
        "Карачай-балкар кыл"@udm,
        "карачаєво-балкарська"@uk,
        "Tiếng Karachay-Balkar"@vi,
        "卡拉恰伊－巴尔卡尔语"@zh .

<http://lexvo.org/id/iso639-3/krl> a lvont:Language,
        skos:Concept ;
    lvont:isFocusOf <http://id.loc.gov/vocabulary/iso639-2/krl> ;
    lvont:iso6392BCode "krl"^^xsd:string ;
    lvont:iso6392TCode "krl"^^xsd:string ;
    lvont:iso639P3PCode "krl"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-2/krl>,
        <http://www.glottolog.org/resource/languoid/id/kare1335> ;
    owl:sameAs <http://dbpedia.org/resource/Karelian_language>,
        <http://www.lingvoj.org/lang/krl>,
        <http://www.mpii.de/yago/resource/Karelian_language>,
        <info:lc/vocabulary/languages/krl> ;
    skos:altLabel "Карелски език"@bg,
        "Carelià"@ca,
        "Karelština"@cs,
        "Karelische Sprache"@de,
        "Καρελική γλώσσα"@el,
        "Karelian language"@en,
        "Idioma carelio"@es,
        "Karjala keel"@et,
        "Karjalan kieli"@fi,
        "Carélien"@fr,
        "קארלית"@he,
        "Karjalai nyelv"@hu,
        "Lingua careliana"@it,
        "카리알라어"@ko,
        "Karelų kalba"@lt,
        "Karēļu valoda"@lv,
        "Karelsk"@nn,
        "Język karelski"@pl,
        "Língua carélia"@pt,
        "Карельский язык"@ru,
        "Gárjilgiella"@se,
        "Karelčina"@sk,
        "Карелијски језик"@sr,
        "Karelska"@sv,
        "Карельська мова"@uk ;
    skos:definition "Karelian language (karjala, karjal or kariela) is a Finnic language spoken mainly in the Russian Republic of Karelia. Linguistically Karelian is closely related to the Finnish dialects spoken in eastern Finland and some Finnish linguists even classified Karelian as a dialect of Finnish. Karelian is not to be confused with the Southeastern dialects of Finnish, sometimes referred to as karjalaismurteet (Karelian dialects) in Finland. Finnish and Karelian have common ancestry in the Proto-Karelian language spoken in the coast of Lake Ladoga in the Iron Age and Karelian forms a dialect continuum with the Eastern dialects of Finnish. Earlier some Finnish linguists classified Karelian as a dialect of Finnish, sometimes known in older Finnish literature as Raja-Karjalan murteet (Border Karelian dialects), but today, however, Karelian is seen as a proper language. Besides Karelian and Finnish, the Finnic subgroup also includes Estonian and other minority languages spoken around the Baltic Sea."@en ;
    skos:inScheme lexvo: ;
    skos:notation "krl"^^xsd:string ;
    skos:prefLabel "Karelies"@af,
        "الكريلية"@ar,
        "karelyan dili"@az,
        "карелски"@bg,
        "কারেলিয়ান"@bn,
        "Karelieg"@br,
        "करेलियन्"@brx,
        "karelijski"@bs,
        "карелијски"@bs-Cyrl,
        "carelià"@ca,
        "Karelihoyn mott"@ce,
        "卡累利阿文"@cmn,
        "卡累利阿文"@cmn-Hant,
        "karelština"@cs,
        "Карел чĕлхи"@cv,
        "Careleg"@cy,
        "karelsk"@da,
        "Karelisch"@de,
        "Καρελιακά"@el,
        "Karelian"@en,
        "Karela lingvo"@eo,
        "carelio"@es,
        "karjala"@et,
        "karjala"@fi,
        "carélien"@fr,
        "An Chairéilis"@ga,
        "Karelisch"@gsw,
        "Karelische Sprache"@gsw-FR,
        "કરેલિયન"@gu,
        "קרלית"@he,
        "करेलियन"@hi,
        "karelijski"@hr,
        "karelai"@hu,
        "Lingua carelian"@ia,
        "Karelia"@id,
        "karélska"@is,
        "careliano"@it,
        "カレリア語"@ja,
        "ಕರೇಲಿಯನ್"@kn,
        "카렐리야어"@ko,
        "Карел кыв"@koi,
        "کَریلِیَن"@ks,
        "Карел кыв"@kv,
        "ກາເຣລຽນ"@lo,
        "karelų"@lt,
        "Karelu kalba"@lt-x,
        "karēļu"@lv,
        "карелијски"@mk,
        "കരീലിയൻ"@ml,
        "करेलियन"@mr,
        "Bahasa Karelia"@ms,
        "Карелэнь кель"@myv,
        "karelsk"@nb,
        "Karelisch"@nl,
        "karelsk"@nn,
        "Karelsk"@no,
        "କାରେଲିୟାନ୍"@or,
        "karelski"@pl,
        "Lenga Karelian"@pms,
        "idioma carélio"@pt,
        "carelian"@rm,
        "kareliană"@ro,
        "карельский"@ru,
        "gárjilgiella"@se,
        "karelčina"@sk,
        "karelščina"@sl,
        "Карелијски"@sr,
        "Karelijski"@sr-Latn,
        "karelska"@sv,
        "கரேலியன்"@ta,
        "కరేలియన్"@te,
        "แกรเลียน"@th,
        "lea fakakalelia"@to,
        "Karelyaca"@tr,
        "Карел кыл"@udm,
        "карельська"@uk,
        "Tiếng Karelian"@vi,
        "Kar'ala kiil"@vro,
        "卡累利阿語"@zh .

<http://lexvo.org/id/iso639-3/kut> a lvont:Language,
        skos:Concept ;
    lvont:isFocusOf <http://id.loc.gov/vocabulary/iso639-2/kut> ;
    lvont:iso6392BCode "kut"^^xsd:string ;
    lvont:iso6392TCode "kut"^^xsd:string ;
    lvont:iso639P3PCode "kut"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-2/kut>,
        <http://www.glottolog.org/resource/languoid/id/kute1249> ;
    owl:sameAs <http://dbpedia.org/resource/Kutenai_language>,
        <http://psi.oasis-open.org/iso/639/#kut>,
        <http://www.lingvoj.org/lang/kut>,
        <http://www.mpii.de/yago/resource/Kutenai_language>,
        <info:lc/vocabulary/languages/kut> ;
    skos:altLabel "Koutenaieg"@br,
        "Kootenai"@ca,
        "Kutenai language"@en,
        "Idioma kutenai"@es,
        "Кутенай"@ru ;
    skos:definition "The Kutenai language (also Kootenai or Ktunaxa language) is named after and is spoken by some of the Kootenai Native American/First Nations people who are indigenous to the area of North America that is now Montana, Idaho, and British Columbia."@en ;
    skos:inScheme lexvo: ;
    skos:notation "kut"^^xsd:string ;
    skos:prefLabel "الكتيناي"@ar,
        "kutenay dili"@az,
        "кутенай"@bg,
        "কুটেনাই"@bn,
        "kutenai"@br,
        "कुतेनाई"@brx,
        "kutenai"@bs,
        "кутенаи"@bs-Cyrl,
        "kutenai"@ca,
        "库特内文"@cmn,
        "庫特奈文"@cmn-Hant,
        "kutenai"@cs,
        "kutenaj"@da,
        "Kutenai-Sprache"@de,
        "Κουτενάι"@el,
        "Kutenai"@en,
        "𐐢𐐰𐐼𐐨𐑌𐐬"@en-Dsrt,
        "kutenai"@es,
        "kutenai"@et,
        "کوتنی"@fa,
        "kutenai"@fi,
        "kutenai"@fr,
        "Kutenai-Schpraach"@gsw,
        "કુતેનાઇ"@gu,
        "קוטנאי"@he,
        "कुतेनाई"@hi,
        "kutenai"@hr,
        "kutenai"@hu,
        "Kutenai"@id,
        "kútenaí"@is,
        "kutenai"@it,
        "クテナイ語"@ja,
        "ಕುಟೇನಾಯ್"@kn,
        "쿠테네어"@ko,
        "کُتینَے"@ks,
        "ຄູເທໄນ"@lo,
        "kutenai"@lt,
        "kutenaju"@lv,
        "кутенајски"@mk,
        "കുതേനൈ"@ml,
        "कुतेनाई"@mr,
        "Kutenaj"@mt,
        "kutenai"@nb,
        "Kutenai"@nl,
        "kutenai"@nn,
        "କୁତେନାଉ"@or,
        "kutenai"@pl,
        "kutenai"@pt,
        "kutenai"@rm,
        "kutenai"@ro,
        "кутенаи"@ru,
        "kutenajčina"@sk,
        "kutenajščina"@sl,
        "Кутенаи"@sr,
        "Kutenai"@sr-Latn,
        "kutenaj"@sv,
        "குடேனை"@ta,
        "కుటేనై"@te,
        "คูเทไน"@th,
        "Kutenai"@tr,
        "кутенаї"@uk,
        "Tiếng Kutenai"@vi .

<http://lexvo.org/id/iso639-3/kxu> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "kxu"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/kuii1252> ;
    owl:sameAs <http://dbpedia.org/resource/Kui_language_(India)>,
        <http://lexvo.org/id/wordnet/30/noun/kui_1_10_00>,
        <http://www.mpii.de/yago/resource/Kui_language_(India)> ;
    skos:altLabel "Kui (India)"@en,
        "Kui language"@en ;
    skos:definition "Kui (also Kandh, Khondi, Khond, Khondo, Kanda, Kodu (Kōdu), Kodulu, Kuinga (Kūinga), Kuy) is a Central-Dravidian language spoken by the Khonds. It is mostly spoken in Orissa, and written in the Oriya script. With 641,662 registered native speakers, it figures at rank 29 in the 1991 Indian census."@en ;
    skos:inScheme lexvo: ;
    skos:notation "kxu"^^xsd:string ;
    skos:prefLabel "Kui"@en,
        "Lingua Kui"@la,
        "കുയി"@ml,
        "Kui"@no,
        "Lenga Kui"@pms,
        "Куи"@ru,
        "Kui"@sk,
        "கூய் மொழி"@ta .

<http://lexvo.org/id/iso639-3/lez> a lvont:Language,
        skos:Concept ;
    lvont:isFocusOf <http://id.loc.gov/vocabulary/iso639-2/lez> ;
    lvont:iso6392BCode "lez"^^xsd:string ;
    lvont:iso6392TCode "lez"^^xsd:string ;
    lvont:iso639P3PCode "lez"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-2/lez>,
        <http://www.glottolog.org/resource/languoid/id/lezg1247> ;
    owl:sameAs <http://dbpedia.org/resource/Lezgian_language>,
        <http://psi.oasis-open.org/iso/639/#lez>,
        <http://www.lingvoj.org/lang/lez>,
        <http://www.mpii.de/yago/resource/Lezgian_language>,
        <info:lc/vocabulary/languages/lez> ;
    skos:altLabel "Ləzgi dili"@az,
        "Lezgieg"@br,
        "Lesguià"@ca,
        "Lesgische Sprache"@de,
        "Lezgian language"@en,
        "زبان لزگی"@fa,
        "Lezgin kieli"@fi,
        "Lezguien"@fr,
        "Lingua lezgi"@it,
        "레즈기안어"@ko,
        "Lezginų kalba"@lt,
        "Лезгински јазик"@mk,
        "Лекъаг æвзаг"@os,
        "Język lezgiński"@pl,
        "Língua lezgui"@pt,
        "lezghiano"@pt,
        "Лезгинский язык"@ru,
        "ภาษาเลซกี"@th,
        "Лезгинська мова"@uk ;
    skos:definition "Lezgian, also called Lezgi or Lezgin, is a language that belongs to the Lezgic languages. It is spoken by the Lezgins, who live in southern Dagestan and northern Azerbaijan. Lezgian is a literary language and an official language of Dagestan. It is classified as \"vulnerable\" by UNESCOs Atlas of the Worlds Languages in Danger."@en ;
    skos:inScheme lexvo: ;
    skos:notation "lez"^^xsd:string ;
    skos:prefLabel "الليزجهايانية"@ar,
        "ləzqi dili"@az,
        "лезгински"@bg,
        "লেজঘিয়ান"@bn,
        "lezgi"@br,
        "लेज़गीयान"@brx,
        "lezgian"@bs,
        "лезгиан"@bs-Cyrl,
        "lesguià"@ca,
        "莱兹依昂文"@cmn,
        "列茲干文"@cmn-Hant,
        "lezginština"@cs,
        "Lezgheg"@cy,
        "lezghian"@da,
        "Lesgisch"@de,
        "lezghiagbe"@ee,
        "Λαζγκιάν"@el,
        "Lezghian"@en,
        "Lezga lingvo"@eo,
        "lezgiano"@es,
        "lesgi"@et,
        "لزگی"@fa,
        "lezgi"@fi,
        "lezghien"@fr,
        "Lesgisch"@gsw,
        "લેઝધીયન"@gu,
        "לזגית"@he,
        "लेज़्घीयन"@hi,
        "lezgiški"@hr,
        "lezg"@hu,
        "Lezghia"@id,
        "lesgíska"@is,
        "lezghian"@it,
        "レズギ語"@ja,
        "ლეზგიური ენა"@ka,
        "ಲೆಜ್ಘಿಯನ್"@kn,
        "레즈긴어"@ko,
        "لیزگِیَن"@ks,
        "Лезги кыв"@kv,
        "ລີຊຽນ"@lo,
        "lezginų"@lt,
        "lezgīnu"@lv,
        "лежгијски"@mk,
        "ലഹ്ഗിയാൻ"@ml,
        "लेझ्घीयन"@mr,
        "Leżgjan"@mt,
        "lezghian"@nb,
        "Lezgisch"@nl,
        "lezghian"@nn,
        "ଲେଜଗିୟାନ୍"@or,
        "лекъаг"@os,
        "lezgijski"@pl,
        "Lenga Lezgi"@pms,
        "lezghian"@pt,
        "lezghian"@rm,
        "lezghian"@ro,
        "лезгинский"@ru,
        "lezginčina"@sk,
        "lezginščina"@sl,
        "Лезгиан"@sr,
        "Lezgian"@sr-Latn,
        "lezghien"@sv,
        "லெஜ்ஜியன்"@ta,
        "లేజ్ఘియన్"@te,
        "เลซเกียน"@th,
        "lea fakalesikia"@to,
        "Lezgice"@tr,
        "лезгінська"@uk,
        "Tiếng Lezghian"@vi .

<http://lexvo.org/id/iso639-3/lij> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "lij"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/ligu1248>,
        <http://www.glottolog.org/resource/languoid/id/ligu1249> ;
    owl:sameAs <http://dbpedia.org/resource/Mon%C3%A9gasque_dialect>,
        <http://www.lingvoj.org/lang/lij>,
        <http://www.mpii.de/yago/resource/Mon%C3%A9gasque_dialect> ;
    skos:altLabel "Monégasque dialect"@en ;
    skos:definition "Monégasque (natively Munegascu) is a dialect of the modern Ligurian language, spoken in Monaco."@en ;
    skos:inScheme lexvo: ;
    skos:notation "lij"^^xsd:string ;
    skos:prefLabel "Monegaskies"@af,
        "Monegaskeg"@br,
        "Monegasc"@ca,
        "Monégasque"@cs,
        "Monegassische Sprache"@de,
        "Ligurian"@en,
        "Idioma monegasco"@es,
        "Monakoera"@eu,
        "گویش مونگاسک"@fa,
        "Monegassi"@fi,
        "Monégasque"@fr,
        "An Mhonacais"@ga,
        "Monegasco"@gl,
        "מונגאסקית"@he,
        "Monacói nyelv"@hu,
        "Dialetto monegasco"@it,
        "モナコ語"@ja,
        "모나코어"@ko,
        "Monêgaskî"@ku,
        "Monegaskek"@kw,
        "Lengua monegasca"@lij,
        "Dialett monegasch"@lmo,
        "Monegaskų kalba"@lt,
        "Muonegasku kalba"@lt-x,
        "Monegaskies"@nds,
        "Monegaskisch"@nl,
        "Monegaskisk"@no,
        "Monegasc"@oc,
        "Dialekt monegaski"@pl,
        "Lenga monegasca"@pms,
        "Língua monegasca"@pt,
        "Монегаскский диалект"@ru,
        "Ikimonako"@rw,
        "Monegaskiska"@sv,
        "Монегаська мова"@uk,
        "摩纳哥语"@zh .

<http://lexvo.org/id/iso639-3/loz> a lvont:Language,
        skos:Concept ;
    lvont:isFocusOf <http://id.loc.gov/vocabulary/iso639-2/loz> ;
    lvont:iso6392BCode "loz"^^xsd:string ;
    lvont:iso6392TCode "loz"^^xsd:string ;
    lvont:iso639P3PCode "loz"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-2/loz>,
        <http://www.glottolog.org/resource/languoid/id/lozi1239> ;
    owl:sameAs <http://dbpedia.org/resource/Lozi_language>,
        <http://psi.oasis-open.org/iso/639/#loz>,
        <http://www.lingvoj.org/lang/loz>,
        <http://www.mpii.de/yago/resource/Lozi_language>,
        <info:lc/vocabulary/languages/loz> ;
    skos:altLabel "Lozi"@da,
        "Rotse-Sprache"@de,
        "Lozi language"@en,
        "Idioma lozi"@es,
        "Lozi"@fr,
        "Język lozi"@pl,
        "Língua lozi"@pt,
        "Lozi"@sv ;
    skos:definition "Lozi, also known as siLozi and Rozi, is a Bantu language of the Niger–Congo language family within the Sotho languages branch of Zone S (S.30), that is spoken by the Lozi people, primarily in southwestern Zambia and in surrounding countries. This language is most closely related to Northern Sotho (Sesotho sa Leboa), Tswana (Setswana), Kgalagari (SheKgalagari) and Sotho (Sesotho/Southern Sotho). Lozi and its dialects are spoken and understood by approximately six percent of the population of Zambia. Silozi is the autoglottonym or name of the language used by its native speakers as defined by the United Nations. Lozi is the heteroglottonym."@en ;
    skos:inScheme lexvo: ;
    skos:notation "loz"^^xsd:string ;
    skos:prefLabel "Lozi"@af,
        "ሎዚኛ"@am,
        "اللوزي"@ar,
        "lozi dili"@az,
        "Lozi"@bcl,
        "лози"@bg,
        "লোজি"@bn,
        "lozi"@br,
        "लोज़ी"@brx,
        "lozi"@bs,
        "лози"@bs-Cyrl,
        "lozi"@ca,
        "洛兹文"@cmn,
        "洛齊文"@cmn-Hant,
        "lozština"@cs,
        "Lozi"@cy,
        "lozi"@da,
        "Lozi"@de,
        "Λόζι"@el,
        "Lozi"@en,
        "lozi"@es,
        "lozi"@et,
        "Loziera"@eu,
        "لوزیایی"@fa,
        "lozi"@fi,
        "Lozi"@fil,
        "lozi"@fr,
        "Lozi"@gl,
        "Rotse-Schpraach"@gsw,
        "લોઝી"@gu,
        "לוזי"@he,
        "लोज़ी"@hi,
        "lozi"@hr,
        "lozi"@hu,
        "Lozi"@id,
        "lozi"@is,
        "lozi"@it,
        "ロジ語"@ja,
        "ಲೋಝಿ"@kn,
        "로지어"@ko,
        "لوزی"@ks,
        "ໂລຊິ"@lo,
        "lozi"@lt,
        "lozu"@lv,
        "лози"@mk,
        "ലോസി"@ml,
        "लोझि"@mr,
        "Lożi"@mt,
        "Lozitlahtōlli"@nah,
        "lozi"@nb,
        "Lozi"@nl,
        "lozi"@nn,
        "Lozi"@no,
        "ଲୋଜି"@or,
        "lozi"@pl,
        "Lenga Lozi"@pms,
        "lozi"@pt,
        "lozi"@rm,
        "lozi"@ro,
        "лози"@ru,
        "lozi"@sk,
        "lozi"@sl,
        "Лози"@sr,
        "Lozi"@sr-Latn,
        "lozi"@sv,
        "Kilozi"@sw,
        "Kilozi"@swh,
        "லோசி"@ta,
        "లోజి"@te,
        "โลซิ"@th,
        "Lozi"@tr,
        "лозі"@uk,
        "لوزی"@ur,
        "Tiếng Lozi"@vi,
        "Lozi"@zsm,
        "Isi-Lozi"@zu .

<http://lexvo.org/id/iso639-3/lui> a lvont:Language,
        skos:Concept ;
    lvont:isFocusOf <http://id.loc.gov/vocabulary/iso639-2/lui> ;
    lvont:iso6392BCode "lui"^^xsd:string ;
    lvont:iso6392TCode "lui"^^xsd:string ;
    lvont:iso639P3PCode "lui"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-2/lui>,
        <http://www.glottolog.org/resource/languoid/id/luis1253> ;
    owl:sameAs <http://dbpedia.org/resource/Luise%C3%B1o_language>,
        <http://psi.oasis-open.org/iso/639/#lui>,
        <http://www.lingvoj.org/lang/lui>,
        <http://www.mpii.de/yago/resource/Luise%C3%B1o_language>,
        <info:lc/vocabulary/languages/lui> ;
    skos:altLabel "Louisenheg"@br,
        "Luiseño language"@en,
        "Idioma luiseño"@es,
        "Luiseño"@fr,
        "Луисеньо"@ru ;
    skos:definition "The Luiseño language is an Uto-Aztecan language of California spoken by the Luiseño, a Native American people who at the time of the first contacts with the Spanish in the 16th century inhabited the coastal area of southern California, ranging 50 miles from the southern part of Los Angeles County, California, to the northern part of San Diego County, California, and inland 30 miles. The people are called \"Luiseño\" due to their proximity to the Mission San Luis Rey de Francia."@en ;
    skos:inScheme lexvo: ;
    skos:notation "lui"^^xsd:string ;
    skos:prefLabel "اللوسينو"@ar,
        "luyseno dili"@az,
        "луисеньо"@bg,
        "লুইসেনো"@bn,
        "luiseno"@br,
        "लुईसेनो"@brx,
        "luiseno"@bs,
        "луисено"@bs-Cyrl,
        "luisenyo"@ca,
        "路易塞诺文"@cmn,
        "路易塞諾文"@cmn-Hant,
        "luiseňo"@cs,
        "luiseno"@da,
        "Luiseno-Sprache"@de,
        "Λουισένο"@el,
        "Luiseno"@en,
        "luiseño"@es,
        "luisenjo"@et,
        "لویسنو"@fa,
        "luiseño"@fi,
        "luiseno"@fr,
        "Luiseno-Schpraach"@gsw,
        "લુઇસેનો"@gu,
        "לואיסנו"@he,
        "लुइसेनो"@hi,
        "luiseno"@hr,
        "luiseno"@hu,
        "Luiseno"@id,
        "lúisenó"@is,
        "luiseno"@it,
        "ルイセーニョ語"@ja,
        "ಲೂಯಿಸೆನೋ"@kn,
        "루이세노어"@ko,
        "لویِسینو"@ks,
        "ລູເຊໂນ"@lo,
        "luiseno"@lt,
        "luisenu"@lv,
        "луизено"@mk,
        "ലൂയിസെനോ"@ml,
        "लुइसेनो"@mr,
        "Luwisinuż"@mt,
        "luiseno"@nb,
        "Luiseno"@nl,
        "luiseno"@nn,
        "ଲୁଇସେନୋ"@or,
        "luiseno"@pl,
        "luiseno"@pt,
        "luiseno"@rm,
        "luiseno"@ro,
        "луисеньо"@ru,
        "luiseňo"@sk,
        "luisenščina"@sl,
        "Луисено"@sr,
        "Luiseno"@sr-Latn,
        "luiseño"@sv,
        "லுய்சேனோ"@ta,
        "లుఇసేనో"@te,
        "ลุยเซโน"@th,
        "Luiseno"@tr,
        "луїсеньо"@uk,
        "Tiếng Luiseno"@vi .

<http://lexvo.org/id/iso639-3/mai> a lvont:Language,
        skos:Concept ;
    lvont:isFocusOf <http://id.loc.gov/vocabulary/iso639-2/mai> ;
    lvont:iso6392BCode "mai"^^xsd:string ;
    lvont:iso6392TCode "mai"^^xsd:string ;
    lvont:iso639P3PCode "mai"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-2/mai>,
        <http://www.glottolog.org/resource/languoid/id/mait1250> ;
    owl:sameAs <http://dbpedia.org/resource/Maithili_language>,
        <http://psi.oasis-open.org/iso/639/#mai>,
        <http://www.lingvoj.org/lang/mai>,
        <http://www.mpii.de/yago/resource/Maithili_language>,
        <info:lc/vocabulary/languages/mai> ;
    skos:altLabel "মৈথিলী ভাষা"@bn,
        "Maitileg"@br,
        "Maithili"@ca,
        "Maithili"@da,
        "Maithili language"@en,
        "Maithili"@es,
        "Maïthili"@fr,
        "મૈથિલી ભાષા"@gu,
        "Bahasa Maithili"@id,
        "Lingua maithili"@it,
        "마이틸리어"@ko,
        "മൈഥിലി ഭാഷ"@ml,
        "Maithili"@nn,
        "Język maithili"@pl,
        "Língua maithili"@pt,
        "Майтхили"@ru,
        "Маитхили језик"@sr,
        "Maithili"@sv,
        "மைதிலி மொழி"@ta,
        "ภาษาไมถิลี"@th,
        "Майтхілі"@uk ;
    skos:definition "Maithili language (मैथिली, মৈথিলী, Maithilī) is spoken in the eastern region of India and South-eastern region of Nepal. The native speakers of Maithili reside in Bihar, Jharkhand, parts of West Bengal and South-east Nepal. The cultural and linguistic centers of Maithili in Bihar are the districts of Madhubani, Supaul, Araria, Darbhanga, Sitamarhi, Saharsa, Begusarai, Muzaffarpur, Sheohar, Samastipur, and Vaishali . Maithili is also spoken in the Terai region of Nepal, mainly in Narayani Zone, Janakpur Zone, Koshi Zone, and Sagarmatha Zone of Nepal. It is the second largest spoken language of Nepal (around 12%)."@en ;
    skos:inScheme lexvo: ;
    skos:notation "mai"^^xsd:string ;
    skos:prefLabel "المايثيلي"@ar,
        "maitili dili"@az,
        "майтхили"@bg,
        "মৈথিলি"@bn,
        "maithili"@br,
        "मैथीली"@brx,
        "maitili"@bs,
        "маитили"@bs-Cyrl,
        "maithili"@ca,
        "迈蒂利文"@cmn,
        "邁蒂利文"@cmn-Hant,
        "maithiliština"@cs,
        "Maithili"@cy,
        "maithili"@da,
        "Maithili"@de,
        "maitiligbe"@ee,
        "Μαϊτχίλι"@el,
        "Maithili"@en,
        "Maitila lingvo"@eo,
        "maithili"@es,
        "maithili"@et,
        "مایدیلی"@fa,
        "maithili"@fi,
        "maithili"@fr,
        "Maithili"@gsw,
        "મૈથિલી"@gu,
        "מאיטילית"@he,
        "मैथिली"@hi,
        "Maithili bhasa"@hif,
        "maithili"@hr,
        "maithili"@hu,
        "Maithili"@id,
        "maítílí"@is,
        "maithili"@it,
        "マイティリー語"@ja,
        "მაიტილი"@ka,
        "ಮೈಥಿಲಿ"@kn,
        "마이틸리"@ko,
        "میتَھلی"@ks,
        "Lingua Maithili"@la,
        "ໄມທີລິ"@lo,
        "maithili"@lt,
        "maithili"@lv,
        "маитхили"@mk,
        "മൈഥിലി"@ml,
        "मैथिली"@mr,
        "Majtili"@mt,
        "maithili"@nb,
        "मैथिली भाषा"@ne,
        "मैथिली भाषा"@new,
        "Maithili"@nl,
        "maithili"@nn,
        "Maithili"@no,
        "ମୈଥିଳୀ"@or,
        "maithili"@pl,
        "Lenga maithili"@pms,
        "maithili"@pt,
        "maithili"@rm,
        "maithili"@ro,
        "майтхили"@ru,
        "Maithili jezik"@sh,
        "maithilčina"@sk,
        "maitili"@sl,
        "Маитили"@sr,
        "Maitili"@sr-Latn,
        "maithili"@sv,
        "மைதிலி"@ta,
        "మైథిలి"@te,
        "ไมถิลี"@th,
        "mea fakamaitili"@to,
        "Maithili"@tr,
        "майтхілі"@uk,
        "Tiếng Maithili"@vi,
        "迈蒂利语"@zh .

<http://lexvo.org/id/iso639-3/mfi> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mfi"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/wand1278> ;
    owl:sameAs <http://dbpedia.org/resource/Wandala_language>,
        <http://lexvo.org/id/wordnet/30/noun/mandara_1_10_00>,
        <http://www.mpii.de/yago/resource/Wandala_language> ;
    skos:altLabel "Wandala language"@en ;
    skos:definition "Wandala, also Mandara, Mura, or Malgwa, is an Afro-Asiatic language of Cameroon and Nigeria."@en ;
    skos:inScheme lexvo: ;
    skos:notation "mfi"^^xsd:string ;
    skos:prefLabel "Wandala"@en .

<http://lexvo.org/id/iso639-3/mga> a lvont:Language,
        skos:Concept ;
    lvont:isFocusOf <http://id.loc.gov/vocabulary/iso639-2/mga> ;
    lvont:iso6392BCode "mga"^^xsd:string ;
    lvont:iso6392TCode "mga"^^xsd:string ;
    lvont:iso639P3PCode "mga"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-2/mga> ;
    owl:sameAs <http://dbpedia.org/resource/Middle_Irish>,
        <http://lexvo.org/id/wordnet/30/noun/middle_irish_1_10_00>,
        <http://psi.oasis-open.org/iso/639/#mga>,
        <http://www.lingvoj.org/lang/mga>,
        <http://www.mpii.de/yago/resource/Middle_Irish>,
        <info:lc/vocabulary/languages/mga> ;
    skos:altLabel "gaèlic irlandès mitjà"@ca,
        "Mittelirische Sprache"@de,
        "Irish, Middle (900-1200)"@en,
        "Middle Irish (900-1200)"@en,
        "Idioma irlandés medio"@es,
        "Moyen irlandais"@fr,
        "irlandais moyen (900-1200)"@fr,
        "Srednjovjekovni irski jezik"@hr,
        "Средноирски јазик"@mk,
        "Irlandês médio"@pt,
        "irlandês, medieval"@pt ;
    skos:definition "Middle Irish is the name given by historical philologists to the Goidelic language spoken in Ireland, Scotland and the Isle of Man from the 10th to 12th centuries; it is therefore a contemporary of late Old English and early Middle English. The modern Goidelic languages, Irish, Scottish Gaelic, and Manx, are all descendants of Middle Irish."@en ;
    skos:inScheme lexvo: ;
    skos:notation "mga"^^xsd:string ;
    skos:prefLabel "الأيرلندية الوسطى"@ar,
        "ortacaq irlandca"@az,
        "средновековен ирландски"@bg,
        "মধ্য আইরিশ"@bn,
        "krenniwerzhoneg"@br,
        "मध्य आईरीश भाषा"@brx,
        "srednji irski"@bs,
        "средњи ирски"@bs-Cyrl,
        "Irlandès mitjà"@ca,
        "中古爱尔兰文"@cmn,
        "中古愛爾蘭文"@cmn-Hant,
        "středoirština"@cs,
        "Gwyddeleg Canol"@cy,
        "middelirsk"@da,
        "Mittelirisch"@de,
        "Μέσα Ιρλανδικά"@el,
        "Middle Irish"@en,
        "𐐣𐐮𐐼𐐲𐑊 𐐌𐑉𐐮𐑇"@en-Dsrt,
        "irlandés medieval"@es,
        "keskiiri"@et,
        "ایرلندی میانه"@fa,
        "keski-iiri"@fi,
        "moyen irlandais"@fr,
        "Meán-Ghaeilge"@ga,
        "Meadhan-Ghaeilge"@gd,
        "Lingua irlandesa media"@gl,
        "Mittelirisch"@gsw,
        "મિડિલ આઇરિશ"@gu,
        "Yernish Veanagh"@gv,
        "אירית תיכונה"@he,
        "मिडिल आइरिश"@hi,
        "irski, srednji"@hr,
        "közép ír"@hu,
        "Irlandia Abad Pertengahan [900-1200]"@id,
        "miðírska"@is,
        "irlandese medio"@it,
        "中期アイルランド語"@ja,
        "ಮಧ್ಯ ಐರಿಷ್"@kn,
        "아일랜드어, 중세"@ko,
        "وَستی ایرِش"@ks,
        "ໄອລິດກາງ"@lo,
        "Vidurio Airijos"@lt,
        "vidusīru"@lv,
        "средноирски"@mk,
        "മദ്ധ്യ ഐറിഷ്"@ml,
        "मिडल आयरिश"@mr,
        "Irlandiż, Medjevali"@mt,
        "အလယ်ပိုင်း အိုင်းရစ်"@my,
        "mellomirsk"@nb,
        "Middeliers"@nl,
        "mellomirsk"@nn,
        "Mellomirsk"@no,
        "ମଧ୍ୟ ଇରିଶ୍"@or,
        "średnioirlandzki"@pl,
        "irlandês médio"@pt,
        "irlandais mesaun"@rm,
        "irlandeză mijlocie"@ro,
        "среднеирландский"@ru,
        "stredná írčina"@sk,
        "srednja irščina"@sl,
        "Средњи ирски"@sr,
        "Srednji irski"@sr-Latn,
        "medeliriska"@sv,
        "மத்திய ஐரிஷ்"@ta,
        "మధ్యమ ఐరిష్"@te,
        "ไอริชกลาง"@th,
        "Ortaçağ İrlandacası"@tr,
        "середньоірландська"@uk,
        "Tiếng Ai-len Trung cổ"@vi,
        "中古愛爾蘭語"@zh .

<http://lexvo.org/id/iso639-3/min> a lvont:Language,
        skos:Concept ;
    lvont:isFocusOf <http://id.loc.gov/vocabulary/iso639-2/min> ;
    lvont:iso6392BCode "min"^^xsd:string ;
    lvont:iso6392TCode "min"^^xsd:string ;
    lvont:iso639P3PCode "min"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-2/min>,
        <http://www.glottolog.org/resource/languoid/id/mina1268> ;
    owl:sameAs <http://dbpedia.org/resource/Minangkabau_language>,
        <http://psi.oasis-open.org/iso/639/#min>,
        <http://www.lingvoj.org/lang/min>,
        <http://www.mpii.de/yago/resource/Minangkabau_language>,
        <info:lc/vocabulary/languages/min> ;
    skos:altLabel "মিনাংকাবাউ ভাষা"@bn,
        "Minangkabauische Sprache"@de,
        "Minangkabau language"@en,
        "Minangkabaun kieli"@fi,
        "Minangkabau"@fr,
        "Bahasa Minangkabau"@id,
        "Minangkabaus"@nl,
        "Język minangkabau"@pl,
        "Минангкабау"@ru,
        "Minangkabau"@sv,
        "ภาษามีนังกาเบา"@th ;
    skos:definition "The Minangkabau language (autonym: Baso Minang(kabau); ) is an Austronesian language, spoken by the Minangkabau of West Sumatra, the western part of Riau, South Aceh Regency, the northern part of Bengkulu and Jambi, also in several cities throughout Indonesia by migrated Minangkabau, who often trade or have a restaurant. The language is also a lingua franca along the western coastal region of the province of North Sumatra, and is even used in parts of Aceh, where the language is called Aneuk Jamee. It is also spoken in some parts of Malaysia, especially Negeri Sembilan."@en ;
    skos:inScheme lexvo: ;
    skos:notation "min"^^xsd:string ;
    skos:prefLabel "المينانجكاباو"@ar,
        "minanqkaban dili"@az,
        "минангбау"@bg,
        "মিনাঙ্গ্‌কাবাউ"@bn,
        "मिनंगकाबाउ"@brx,
        "minangkabau"@bs,
        "минангкабау"@bs-Cyrl,
        "minangkabau"@ca,
        "米南卡保文"@cmn,
        "米南卡堡文"@cmn-Hant,
        "minangkabau"@cs,
        "minangkabau"@da,
        "Minangkabau-Sprache"@de,
        "Μινανγκαμπάου"@el,
        "Minangkabau"@en,
        "Minankabaŭa lingvo"@eo,
        "minangkabau"@es,
        "minangkabau"@et,
        "Minangkabauera"@eu,
        "مینانگ‌کابویی"@fa,
        "minangkabau"@fi,
        "minangkabau"@fr,
        "Minangkabau-Schpraach"@gsw,
        "મિનાંગ્કાબાઉ"@gu,
        "מיננגקבאו"@he,
        "मिनांग्काबाउ"@hi,
        "Minangkabau bhasa"@hif,
        "minangkabau"@hr,
        "minangkabau"@hu,
        "Minangkabau"@id,
        "mínangkabá"@is,
        "menangkabau"@it,
        "ミナンカバウ語"@ja,
        "Basa Minangkabau"@jv,
        "ಮಿನಂಗ್‌ಕಬಾವು"@kn,
        "미낭카바우"@ko,
        "مِنَنٛگکَباو"@ks,
        "Lengua minangkabau"@lij,
        "ທີແນງກາບູ"@lo,
        "minankabu"@lt,
        "minangkabavu"@lv,
        "минанкабау"@mk,
        "മിനാങ്കബൗ"@ml,
        "मिनांग्काबाउ"@mr,
        "Bahasa Minangkabau"@ms,
        "Minangkabaw"@mt,
        "minangkabau"@nb,
        "Minangkabau"@nl,
        "minangkabau"@nn,
        "ମିନାଙ୍ଗାବାଉ"@or,
        "minangkabu"@pl,
        "Lenga Minangkabau"@pms,
        "minangkabau"@pt,
        "minangkabau"@rm,
        "minangkabau"@ro,
        "минангкабау"@ru,
        "minangkabaučina"@sk,
        "minangkabau"@sl,
        "Минангкабау"@sr,
        "Minangkabau"@sr-Latn,
        "Basa Minangkabau"@su,
        "minangkabau"@sv,
        "மின்னாங்கபௌ"@ta,
        "మినాంగ్కాబో"@te,
        "มีนังกาเบา"@th,
        "Minangkabau"@tr,
        "мінангкабау"@uk,
        "Tiếng Minangkabau"@vi .

<http://lexvo.org/id/iso639-3/mnc> a lvont:Language,
        skos:Concept ;
    lvont:isFocusOf <http://id.loc.gov/vocabulary/iso639-2/mnc> ;
    lvont:iso6392BCode "mnc"^^xsd:string ;
    lvont:iso6392TCode "mnc"^^xsd:string ;
    lvont:iso639P3PCode "mnc"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-2/mnc>,
        <http://www.glottolog.org/resource/languoid/id/manc1252> ;
    owl:sameAs <http://dbpedia.org/resource/Manchu_language>,
        <http://psi.oasis-open.org/iso/639/#mnc>,
        <http://www.lingvoj.org/lang/mnc>,
        <http://www.mpii.de/yago/resource/Manchu_language>,
        <info:lc/vocabulary/languages/mnc> ;
    skos:altLabel "Mancur dili"@az,
        "Manchoueg"@br,
        "Manxú"@ca,
        "Mandžuština"@cs,
        "Mandschurische Sprache"@de,
        "Manchu language"@en,
        "Idioma manchú"@es,
        "Mantšun kieli"@fi,
        "Mandchou"@fr,
        "מנצ'ורית"@he,
        "मान्छु भाषा"@hi,
        "Mandzsu nyelv"@hu,
        "Bahasa Manchu"@id,
        "Lingua mancese"@it,
        "Манџурски јазик"@mk,
        "Mandsju"@nn,
        "Język mandżurski"@pl,
        "Língua manchu"@pt,
        "Маньчжурский язык"@ru,
        "manchuriska"@sv,
        "ภาษาแมนจู"@th,
        "Mançurya Dili"@tr ;
    skos:definition "Manchu is a Tungusic endangered language spoken in Northeast China; it used to be the language of the Manchu, though now most Manchus speak Mandarin Chinese and there are fewer than 70 native speakers of Manchu out of a total of nearly 10 million ethnic Manchus. Although the Xibe language, with 40,000 speakers, is in almost every respect identical to Manchu, Xibe speakers, who live in far western Xinjiang, are ethnically distinct from Manchus."@en ;
    skos:inScheme lexvo: ;
    skos:notation "mnc"^^xsd:string ;
    skos:prefLabel "المانشو"@ar,
        "mançu dili"@az,
        "манчжурски"@bg,
        "মাঞ্চু"@bn,
        "manchou"@br,
        "मांचु"@brx,
        "manču"@bs,
        "манчу"@bs-Cyrl,
        "manxú"@ca,
        "满文"@cmn,
        "滿族文"@cmn-Hant,
        "mandžuština"@cs,
        "Manshw"@cy,
        "manchu"@da,
        "Mandschurisch"@de,
        "མན་ཇུ་ཁ"@dz,
        "Μαντσού"@el,
        "Manchu"@en,
        "𐐣𐐰𐑌𐐽𐐭"@en-Dsrt,
        "Manĉura lingvo"@eo,
        "manchú"@es,
        "mandžu"@et,
        "مانچویی"@fa,
        "mantšu"@fi,
        "mandchou"@fr,
        "Mandschurisch"@gsw,
        "માન્ચુ"@gu,
        "Mân-ngî"@hak,
        "מנצ'ו"@he,
        "मन्चु"@hi,
        "mandžurski"@hr,
        "mandzsu"@hu,
        "Manchuria"@id,
        "mansjú"@is,
        "manchu"@it,
        "満州語"@ja,
        "ಮಂಚು"@kn,
        "만주어"@ko,
        "مانٛچوٗ"@ks,
        "Маньчжур кыв"@kv,
        "ແມນຈູ"@lo,
        "manču"@lt,
        "mandžūru"@lv,
        "манчу"@mk,
        "മൻചു"@ml,
        "Манж хэл"@mn,
        "मान्चु"@mr,
        "Bahasa Manchu"@ms,
        "Manċurjan"@mt,
        "မန်ချူး"@my,
        "mandsju"@nb,
        "Mantsjoe"@nl,
        "mandsju"@nn,
        "Mandsjuisk"@no,
        "Manchó"@oc,
        "ମାଞ୍ଚୁ"@or,
        "manchu"@pl,
        "Lenga manchu"@pms,
        "manchu"@pt,
        "manchu"@rm,
        "manciuriană"@ro,
        "маньчжурский"@ru,
        "mandžuština"@sk,
        "mandžurščina"@sl,
        "Манчу"@sr,
        "Manču"@sr-Latn,
        "Manchuiska"@sv,
        "மன்சு"@ta,
        "మంచు"@te,
        "แมนจู"@th,
        "Mançuca"@tr,
        "Маньчжур теле"@tt,
        "مانجۇ تىلى"@ug,
        "манчжурська"@uk,
        "Tiếng Manchu"@vi,
        "满语"@zh .

<http://lexvo.org/id/iso639-3/mnk> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mnk"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/mand1436> ;
    owl:sameAs <http://dbpedia.org/resource/Mandinka_language>,
        <http://www.mpii.de/yago/resource/Mandinka_language> ;
    skos:altLabel "Mandinka language"@en ;
    skos:definition "The Mandinka language (Mandinka kango) is a Mandé language spoken by millions of Mandinka people in Mali, Senegal, The Gambia, Guinea, Côte dIvoire, Burkina Faso, Sierra Leone, Liberia, and Guinea-Bissau and Chad; it is the main language of The Gambia. It belongs to the Manding branch of Mandé, and is thus fairly similar to Bambara and Maninka or Malinké. In a majority of areas, it is tonal language with two tones: low and high, although the particular variety spoken in The Gambia and Senegal is non-tonal and uses a pitch accent."@en ;
    skos:inScheme lexvo: ;
    skos:notation "mnk"^^xsd:string ;
    skos:prefLabel "لغة مندنكا"@ar,
        "Mandinko-kan"@bm,
        "মানডিঙ্কা ভাষা"@bn,
        "Mandinkeg"@br,
        "Malinke"@ca,
        "Mandinka"@de,
        "Mandinka"@en,
        "Mandinka lingvo"@eo,
        "Mandinga"@eu,
        "زبان ماندایی"@fa,
        "Mandinkan kieli"@fi,
        "Mandinka"@fr,
        "Bahasa Mandinka"@id,
        "Lingua mandinka"@it,
        "マンディンカ語"@ja,
        "Mandinkų kalba"@lt,
        "Mandinka-språket"@nn,
        "Mandinka"@no,
        "Język mandinka"@pl,
        "Lenga Mandinka"@pms,
        "Língua mandinga"@pt,
        "Мандинка"@ru,
        "Mandinga jezik"@sh,
        "Gjuha mandinka"@sq,
        "Mandinka"@sv,
        "Мандінка"@uk,
        "曼丁哥语"@zh .

<http://lexvo.org/id/iso639-3/mnw> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mnw"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/monn1252> ;
    owl:sameAs <http://dbpedia.org/resource/Mon_language>,
        <http://lexvo.org/id/wordnet/30/noun/mon_1_10_00>,
        <http://www.mpii.de/yago/resource/Mon_language> ;
    skos:altLabel "Mon language"@en ;
    skos:definition "The Mon language (; ) is an Austroasiatic language spoken by the Mon, who live in Burma (Myanmar) and Thailand. Mon, like the related language Cambodian—but unlike most languages in Mainland Southeast Asia—is not tonal. Mon is spoken by more than a million people today. In recent years, usage of Mon has declined rapidly, especially among the younger generation."@en ;
    skos:inScheme lexvo: ;
    skos:notation "mnw"^^xsd:string ;
    skos:prefLabel "Moneg"@br,
        "Mon"@de,
        "Mon"@en,
        "Idioma mon"@es,
        "Môn"@fr,
        "Мон кыв"@kv,
        "Monų kalba"@lt,
        "Bahasa Mon"@ms,
        "မွန်ဘာသာစကား"@my,
        "Mon"@nl,
        "Język mon"@pl,
        "Mon leid"@sco,
        "ภาษามอญ"@th,
        "Tiếng Môn"@vi,
        "孟文"@zh .

<http://lexvo.org/id/iso639-3/moh> a lvont:Language,
        skos:Concept ;
    lvont:isFocusOf <http://id.loc.gov/vocabulary/iso639-2/moh> ;
    lvont:iso6392BCode "moh"^^xsd:string ;
    lvont:iso6392TCode "moh"^^xsd:string ;
    lvont:iso639P3PCode "moh"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-2/moh>,
        <http://www.glottolog.org/resource/languoid/id/moha1258> ;
    owl:sameAs <http://dbpedia.org/resource/Mohawk_language>,
        <http://psi.oasis-open.org/iso/639/#moh>,
        <http://www.lingvoj.org/lang/moh>,
        <http://www.mpii.de/yago/resource/Mohawk_language>,
        <info:lc/vocabulary/languages/moh> ;
    skos:altLabel "Mohawk-Sprache"@de,
        "Mohawk language"@en,
        "Lengua mohawk"@es,
        "Mohawk"@fr,
        "Język mohawk"@pl,
        "Могаукский язык"@ru,
        "Mohawk"@sv ;
    skos:definition "Mohawk is an Iroquoian language spoken by around 3,000 people of the Mohawk nation in the United States (mainly western and northern New York) and Canada (southern Ontario and Quebec). Mohawk has the largest number of speakers of the Northern Iroquoian languages; today it is the only one with greater than a thousand remaining. At Akwesasne, residents have begun a language immersion school (pre-K to grade 8) in to revive the language. With their children learning it, parents and other family members are taking language classes, too."@en ;
    skos:inScheme lexvo: ;
    skos:notation "moh"^^xsd:string ;
    skos:prefLabel "الموهوك"@ar,
        "moxak dili"@az,
        "Mohawk"@bar,
        "мохавк"@bg,
        "মোহাওক"@bn,
        "mohawk"@br,
        "मोहोक"@brx,
        "mahavski"@bs,
        "махавски"@bs-Cyrl,
        "mohawk"@ca,
        "ᎼᎻᎦ"@chr,
        "摩霍克文"@cmn,
        "莫霍克文"@cmn-Hant,
        "mohawk"@cs,
        "Mohoceg"@cy,
        "mohawk"@da,
        "Mohawk"@de,
        "Μοχόκ"@el,
        "Mohawk"@en,
        "𐐐𐐬𐐸𐐪𐐿"@en-Dsrt,
        "Mohoka lingvo"@eo,
        "mohawk"@es,
        "mohoogi"@et,
        "موهاکی"@fa,
        "mohawk"@fi,
        "mohawk"@fr,
        "Mohawk-Schpraach"@gsw,
        "Kanien'keha:ka"@gsw-FR,
        "મોહૌક"@gu,
        "מוהוק"@he,
        "मोहौक"@hi,
        "mohawk"@hr,
        "mohawk"@hu,
        "Lingua mohawk"@ia,
        "Mohawk"@id,
        "móhíska"@is,
        "mohawk"@it,
        "モーホーク語"@ja,
        "ಮೊಹಾವ್ಕ್"@kn,
        "모호크어"@ko,
        "موہاک"@ks,
        "ໂມຫາ"@lo,
        "mohok"@lt,
        "mohauku"@lv,
        "мохак"@mk,
        "മോഹാക്"@ml,
        "मोहॉक"@mr,
        "Moħak"@mt,
        "mohawk"@nb,
        "Mohawk"@nl,
        "mohawk"@nn,
        "ମୋହୌକ"@or,
        "mohawk"@pl,
        "Lenga mohawk"@pms,
        "mohawk"@pt,
        "mohawk"@rm,
        "mohawk"@ro,
        "мохаук"@ru,
        "mohawk"@sk,
        "mohoščina"@sl,
        "Махавски"@sr,
        "Mahavski"@sr-Latn,
        "mohawk"@sv,
        "மோஹாவ்க்"@ta,
        "మోహుక్"@te,
        "โมฮอว์ก"@th,
        "Mohavk Dili"@tr,
        "магавк"@uk,
        "Tiếng Mohawk"@vi .

<http://lexvo.org/id/iso639-3/mug> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "mug"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/musg1254> ;
    owl:sameAs <http://dbpedia.org/resource/Musgu_language>,
        <http://lexvo.org/id/wordnet/30/noun/musgu_1_10_00>,
        <http://www.mpii.de/yago/resource/Musgu_language> ;
    skos:altLabel "Musgu language"@en ;
    skos:definition "Musgu is a Biu–Mandara (Chadic) language of Cameroon and Chad. The endonym is Mulwi. Speakers of the extinct related language Muskum have switched to Musgu."@en ;
    skos:inScheme lexvo: ;
    skos:notation "mug"^^xsd:string ;
    skos:prefLabel "Musgu"@en,
        "Kimusgu"@sw .

<http://lexvo.org/id/iso639-3/nam> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "nam"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/nang1259> ;
    owl:sameAs <http://dbpedia.org/resource/Ngangikurrunggurr_language>,
        <http://www.mpii.de/yago/resource/Ngangikurrunggurr_language> ;
    skos:altLabel "Ngangikurrunggurr language"@en ;
    skos:inScheme lexvo: ;
    skos:notation "nam"^^xsd:string ;
    skos:prefLabel "Ngan'gityemerri"@en,
        "Lenga nangikurrunggurr"@pms,
        "Língua ngangikurrunggurr"@pt,
        "Nagikurrunggurr"@sv .

<http://lexvo.org/id/iso639-3/ncb> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ncb"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/cent1990> ;
    owl:sameAs <http://dbpedia.org/resource/Central_Nicobarese_languages>,
        <http://www.mpii.de/yago/resource/Central_Nicobarese_languages> ;
    skos:altLabel "Central Nicobarese languages"@en,
        "Nicobarese, Central"@en ;
    skos:definition "Central Nicobarese is a group of Nicobarese languages spoken on the Nicobar Islands. The varieties spoken on the various islands apart from Trinket are not mutually intelligible, and are considered separate languages: *Nancowry *Camorta *Katchal (Tehnu) Each constitutes approx. one third of speakers."@en ;
    skos:inScheme lexvo: ;
    skos:notation "ncb"^^xsd:string ;
    skos:prefLabel "Central Nicobarese"@en .

<http://lexvo.org/id/iso639-3/ngc> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ngc"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/ngom1268> ;
    owl:sameAs <http://dbpedia.org/resource/Ngombe_language_(Congo)>,
        <http://www.mpii.de/yago/resource/Ngombe_language_(Congo)> ;
    skos:altLabel "Ngombe (Democratic Republic of Congo)"@en,
        "Ngombe language"@en ;
    skos:definition "Ngombe, or Lingombe, is a Bantu language spoken by about 150,000 people in the Democratic Republic of the Congo. In general, native speakers live on either side of the Congo river, and its many tributaries; more specifically, Équateur Province, Mongala District and in areas neighboring it (Sud Ubangi and Équateur districts). Like English, Ngombe is written in Latin script."@en ;
    skos:inScheme lexvo: ;
    skos:notation "ngc"^^xsd:string ;
    skos:prefLabel "Ngombe"@en,
        "Ngombe"@fr,
        "Język ngombe"@pl,
        "Lenga Ngombe"@pms,
        "Kingombe"@sw .

<http://lexvo.org/id/iso639-3/nia> a lvont:Language,
        skos:Concept ;
    lvont:isFocusOf <http://id.loc.gov/vocabulary/iso639-2/nia> ;
    lvont:iso6392BCode "nia"^^xsd:string ;
    lvont:iso6392TCode "nia"^^xsd:string ;
    lvont:iso639P3PCode "nia"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-2/nia>,
        <http://www.glottolog.org/resource/languoid/id/nias1242> ;
    owl:sameAs <http://dbpedia.org/resource/Nias_language>,
        <http://psi.oasis-open.org/iso/639/#nia>,
        <http://www.lingvoj.org/lang/nia>,
        <http://www.mpii.de/yago/resource/Nias_language>,
        <info:lc/vocabulary/languages/nia> ;
    skos:altLabel "لغة نياس"@ar,
        "Nias language"@en,
        "Niha"@fr,
        "Nias"@hr,
        "Bahasa Nias"@id,
        "Ниасский язык"@ru ;
    skos:definition "The Nias language is an Austronesian language spoken on Nias Island and the Batu Islands off the west coast of Sumatra in Indonesia. It belongs to the Northwest Sumatran subgroup which also includes Mentawai and the Batak languages. It had about 770,000 speakers in 2000."@en ;
    skos:inScheme lexvo: ;
    skos:notation "nia"^^xsd:string ;
    skos:prefLabel "النياس"@ar,
        "nyas dili"@az,
        "ниас"@bg,
        "নিয়াস"@bn,
        "nias"@br,
        "नियास"@brx,
        "nias"@bs,
        "ниас"@bs-Cyrl,
        "nias"@ca,
        "尼亚斯文"@cmn,
        "尼亞斯文"@cmn-Hant,
        "nias"@cs,
        "nias"@da,
        "Nias-Sprache"@de,
        "Νίας"@el,
        "Nias"@en,
        "nias"@es,
        "niasi"@et,
        "نیاسی"@fa,
        "nias"@fi,
        "nias"@fr,
        "Nias-Schpraach"@gsw,
        "નિયાસ"@gu,
        "ניאס"@he,
        "नियास"@hi,
        "nias"@hr,
        "nias"@hu,
        "Nias"@id,
        "nías"@is,
        "nias"@it,
        "ニアス語"@ja,
        "Basa Nias"@jv,
        "ನಿಯಾಸ್"@kn,
        "니아스어"@ko,
        "نِیاس"@ks,
        "ນີ່ອັດ"@lo,
        "nias"@lt,
        "njasu"@lv,
        "нијас"@mk,
        "നിയാസ്"@ml,
        "नियास"@mr,
        "Nijas"@mt,
        "nias"@nb,
        "Nias"@nl,
        "nias"@nn,
        "ନୀୟାସ୍"@or,
        "nias"@pl,
        "nias"@pt,
        "nias"@rm,
        "nias"@ro,
        "ниас"@ru,
        "niasánčina"@sk,
        "niaščina"@sl,
        "Ниас"@sr,
        "Nias"@sr-Latn,
        "nias"@sv,
        "நியாஸ்"@ta,
        "నియాస్"@te,
        "นีอัส"@th,
        "Nias"@tr,
        "ніаська"@uk,
        "Tiếng Nias"@vi .

<http://lexvo.org/id/iso639-3/nij> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "nij"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/ngaj1237> ;
    owl:sameAs <http://dbpedia.org/resource/Ngaju_language>,
        <http://www.mpii.de/yago/resource/Ngaju_language> ;
    skos:altLabel "Ngaju language"@en ;
    skos:definition "Ngaju is an Austronesian language spoken along the Kapuas, Kahayan, Katingan, and Mentaya Rivers in Central Borneo, Indonesia. It is closely related to Bakumpai language. There are three dialects—Pulopetak, Ba'amang, and Mantangai."@en ;
    skos:inScheme lexvo: ;
    skos:notation "nij"^^xsd:string ;
    skos:prefLabel "Ngaju"@en,
        "Ngaju dayak"@fr,
        "Bahasa Ngaju"@id,
        "Lenga Ngaju"@pms,
        "Ngaju"@sk .

<http://lexvo.org/id/iso639-3/niu> a lvont:Language,
        skos:Concept ;
    lvont:isFocusOf <http://id.loc.gov/vocabulary/iso639-2/niu> ;
    lvont:iso6392BCode "niu"^^xsd:string ;
    lvont:iso6392TCode "niu"^^xsd:string ;
    lvont:iso639P3PCode "niu"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-2/niu>,
        <http://www.glottolog.org/resource/languoid/id/niue1239> ;
    owl:sameAs <http://dbpedia.org/resource/Niuean_language>,
        <http://psi.oasis-open.org/iso/639/#niu>,
        <http://www.lingvoj.org/lang/niu>,
        <http://www.mpii.de/yago/resource/Niuean_language>,
        <info:lc/vocabulary/languages/niu> ;
    skos:altLabel "Niueanische Sprache"@de,
        "Niuean language"@en,
        "Idioma niuano"@es,
        "Niuen kieli"@fi,
        "Niue"@fr,
        "Lingua niueana"@it,
        "Język niue"@pl,
        "Ниуэ"@ru,
        "Tiếng Niuean"@vi ;
    skos:definition "The Niuean language or Niue language (Niuean: ko e vagahau Niuē) is a Polynesian language, belonging to the Malayo-Polynesian subgroup of the Austronesian languages. It is most closely related to Tongan and slightly more distantly to other Polynesian languages such as Māori, Sāmoan, and Hawaiian. Together, Tongan and Niuean form the Tongic subgroup of the Polynesian languages. Niuean also has a number of influences from Samoan and Eastern Polynesian languages."@en ;
    skos:inScheme lexvo: ;
    skos:notation "niu"^^xsd:string ;
    skos:prefLabel "النيوي"@ar,
        "niyuan dili"@az,
        "ниуеан"@bg,
        "নিউয়ান"@bn,
        "niue"@br,
        "नियुइआन"@brx,
        "niuean"@bs,
        "ниуеан"@bs-Cyrl,
        "niueà"@ca,
        "纽埃文"@cmn,
        "紐埃文"@cmn-Hant,
        "niueština"@cs,
        "niuean"@da,
        "Niue-Sprache"@de,
        "niuegbe"@ee,
        "Νιούεαν"@el,
        "Niuean"@en,
        "niueano"@es,
        "niue"@et,
        "Niuera"@eu,
        "نیویی"@fa,
        "niue"@fi,
        "niué"@fr,
        "Cànan Niue"@gd,
        "Niue-Schpraach"@gsw,
        "નિયુઆન"@gu,
        "ניואיאן"@he,
        "नियुआन"@hi,
        "niujski"@hr,
        "niui"@hu,
        "Niuea"@id,
        "níveska"@is,
        "niue"@it,
        "ニウーエイ語"@ja,
        "ನಿಯುವನ್"@kn,
        "니웨언어"@ko,
        "نِیویَن"@ks,
        "ນີ່ອູ"@lo,
        "niuenų"@lt,
        "niuāņu"@lv,
        "најуан"@mk,
        "ന്യുവാൻ"@ml,
        "नियुआन"@mr,
        "Nijuwejan"@mt,
        "niueansk"@nb,
        "Niueaans"@nl,
        "niueansk"@nn,
        "Niuisk"@no,
        "ନିୟୁଆନ୍"@or,
        "niue"@pl,
        "Lenga Niue"@pms,
        "niueano"@pt,
        "niue"@rm,
        "niueană"@ro,
        "ниуэ"@ru,
        "Niue jezik"@sh,
        "niueština"@sk,
        "niuejščina"@sl,
        "Gagana Niue"@sm,
        "Ниуеан"@sr,
        "Niuean"@sr-Latn,
        "niueanska"@sv,
        "நியூவான்"@ta,
        "నియూఇయాన్"@te,
        "นีอู"@th,
        "lea fakaniuē"@to,
        "Niuean"@tr,
        "ніуе"@uk,
        "Tiếng Niue"@vi,
        "纽埃语"@zh .

<http://lexvo.org/id/iso639-3/nst> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "nst"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/tase1235> ;
    owl:sameAs <http://dbpedia.org/resource/Tangsa_language>,
        <http://www.mpii.de/yago/resource/Tangsa_language> ;
    skos:altLabel "Naga, Tase"@en,
        "Tangsa language"@en ;
    skos:definition "Tangsa, also Tase and Tase Naga, is a Tibeto-Burman language spoken by the Tangsa people of Burma and north-eastern India."@en ;
    skos:inScheme lexvo: ;
    skos:notation "nst"^^xsd:string ;
    skos:prefLabel "Tase Naga"@en .

<http://lexvo.org/id/iso639-3/nut> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "nut"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/nung1283> ;
    owl:sameAs <http://dbpedia.org/resource/Nung_language_(Tai)>,
        <http://lexvo.org/id/wordnet/30/noun/nung_1_10_02>,
        <http://www.mpii.de/yago/resource/Nung_language_(Tai)> ;
    skos:altLabel "Nung (Viet Nam)"@en,
        "Nung language"@en ;
    skos:definition "Nung (Nùng in Vietnamese) is a Tai–Kadai language spoken mostly in Cao Bằng, and Lang Son provinces in Vietnam. It is also known as Bu-Nong, Highland Nung, Nong, Tai Nung, Tay, and Tày Nùng. It should be confused with neither the Tibeto-Burman language also called Nung, nor with Yue Chinese or various closely related Zhuang languages, which are also called Nung."@en ;
    skos:inScheme lexvo: ;
    skos:notation "nut"^^xsd:string ;
    skos:prefLabel "Nung"@en,
        "Нунг"@ru,
        "ภาษานุง"@th,
        "Tiếng Nùng"@vi .

<http://lexvo.org/id/iso639-3/nym> a lvont:Language,
        skos:Concept ;
    lvont:isFocusOf <http://id.loc.gov/vocabulary/iso639-2/nym> ;
    lvont:iso6392BCode "nym"^^xsd:string ;
    lvont:iso6392TCode "nym"^^xsd:string ;
    lvont:iso639P3PCode "nym"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-2/nym>,
        <http://www.glottolog.org/resource/languoid/id/nyam1276> ;
    owl:sameAs <http://dbpedia.org/resource/Nyamwezi_language>,
        <http://psi.oasis-open.org/iso/639/#nym>,
        <http://www.lingvoj.org/lang/nym>,
        <http://www.mpii.de/yago/resource/Nyamwezi_language>,
        <info:lc/vocabulary/languages/nym> ;
    skos:altLabel "Nyamwezi language"@en ;
    skos:definition "Nyamwezi (Swahili for of the Moon) is a major Bantu language of central Tanzania. It forms a dialect continuum with Sukuma, but is more distinct from other neighboring languages."@en ;
    skos:inScheme lexvo: ;
    skos:notation "nym"^^xsd:string ;
    skos:prefLabel "النيامويزي"@ar,
        "nyamvezi dili"@az,
        "ниамвези"@bg,
        "ন্যায়ামওয়েজি"@bn,
        "nyamwezi"@br,
        "न्यामवेज़ी"@brx,
        "njamvezi"@bs,
        "њамвези"@bs-Cyrl,
        "nyamwesi"@ca,
        "尼亚姆韦齐文"@cmn,
        "尼揚韋齊文"@cmn-Hant,
        "ňamwežština"@cs,
        "Niamwezi"@cy,
        "nyamwezi"@da,
        "Nyamwezi-Sprache"@de,
        "Νιαμγουέζι"@el,
        "Nyamwezi"@en,
        "nyamwezi"@es,
        "njamvesi"@et,
        "نیام‌وزیایی"@fa,
        "nyamwezi"@fi,
        "nyamwezi"@fr,
        "Nyamwezi-Schpraach"@gsw,
        "ન્યામવેઝી"@gu,
        "ניאמווזי"@he,
        "न्यामवेज़ी"@hi,
        "nyamwezi"@hr,
        "nyamvézi"@hu,
        "Nyamwezi"@id,
        "njamvesí"@is,
        "nyamwezi"@it,
        "ニャムウェジ語"@ja,
        "ನ್ಯಾಮ್‌ವೆಂಜಿ"@kn,
        "니암웨지어"@ko,
        "نِیَمویٚزی"@ks,
        "ນາມວີຊິ"@lo,
        "niamvezi"@lt,
        "ņamvezu"@lv,
        "њамвези"@mk,
        "ന്യാംവേസി"@ml,
        "न्यामवेझी"@mr,
        "Njamweżi"@mt,
        "nyamwezi"@nb,
        "Nyamwezi"@nl,
        "nyamwezi"@nn,
        "ନ୍ୟାମୱେଜୀ"@or,
        "niamwezi"@pl,
        "nyamwezi"@pt,
        "nyamwezi"@rm,
        "nyamwezi"@ro,
        "ньямвези"@ru,
        "ňamwezi"@sk,
        "njamveščina"@sl,
        "Њамвези"@sr,
        "Njamvezi"@sr-Latn,
        "nyamwezi"@sv,
        "Kinyamwezi"@sw,
        "Kinyamwezi"@swh,
        "நியாம்வேஜி"@ta,
        "న్యంవేజి"@te,
        "เนียมเวซี"@th,
        "Nyamvezi"@tr,
        "ньямвезі"@uk,
        "Tiếng Nyamwezi"@vi .

<http://lexvo.org/id/iso639-3/one> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "one"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/onei1249> ;
    owl:sameAs <http://dbpedia.org/resource/Oneida_language>,
        <http://lexvo.org/id/wordnet/30/noun/oneida_1_10_00>,
        <http://www.mpii.de/yago/resource/Oneida_language> ;
    skos:altLabel "Oneida language"@en ;
    skos:definition "Oneida is an Iroquoian language spoken primarily by the Oneida people in the U.S. states of New York and Wisconsin, and the Canadian province of Ontario. There are an estimated 160 native speakers left. Language revitalization efforts are in progress. The number of speakers in the Green Bay area who learned the language as infants may be as low as six."@en ;
    skos:inScheme lexvo: ;
    skos:notation "one"^^xsd:string ;
    skos:prefLabel "Oneida"@en,
        "Oneida"@fr,
        "Oneida nyelv"@hu,
        "오네이다어"@ko,
        "Онайда"@ru .

<http://lexvo.org/id/iso639-3/osa> a lvont:Language,
        skos:Concept ;
    lvont:isFocusOf <http://id.loc.gov/vocabulary/iso639-2/osa> ;
    lvont:iso6392BCode "osa"^^xsd:string ;
    lvont:iso6392TCode "osa"^^xsd:string ;
    lvont:iso639P3PCode "osa"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-2/osa>,
        <http://www.glottolog.org/resource/languoid/id/osag1243> ;
    owl:sameAs <http://dbpedia.org/resource/Osage_language>,
        <http://psi.oasis-open.org/iso/639/#osa>,
        <http://www.lingvoj.org/lang/osa>,
        <http://www.mpii.de/yago/resource/Osage_language>,
        <info:lc/vocabulary/languages/osa> ;
    skos:altLabel "Osage language"@en,
        "Osage"@fr,
        "Оседжи"@ru ;
    skos:definition "Osage is a Siouan language spoken by the Osage people of Oklahoma. The last native speaker, Lucille Roubedeaux, died ca. 2005."@en ;
    skos:inScheme lexvo: ;
    skos:notation "osa"^^xsd:string ;
    skos:prefLabel "الأوساج"@ar,
        "osage dili"@az,
        "оседжи"@bg,
        "ওসেজ"@bn,
        "osage"@br,
        "ओसेज"@brx,
        "osage"@bs,
        "осаге"@bs-Cyrl,
        "osage"@ca,
        "奥萨格文"@cmn,
        "歐塞奇文"@cmn-Hant,
        "osage"@cs,
        "osage"@da,
        "Osage-Sprache"@de,
        "Οσάζ"@el,
        "Osage"@en,
        "osage"@es,
        "oseidži"@et,
        "اوسیجی"@fa,
        "osage"@fi,
        "osage"@fr,
        "Osage-Schpraach"@gsw,
        "ઓસેજ"@gu,
        "אוסג'ה"@he,
        "ओसेज"@hi,
        "osage"@hr,
        "osage"@hu,
        "Osage"@id,
        "ósage"@is,
        "osage"@it,
        "オセージ語"@ja,
        "ಓಸಾಜ್"@kn,
        "오세이지어"@ko,
        "اوٚسیج"@ks,
        "ໂອແຊກ"@lo,
        "osage"@lt,
        "važāžu"@lv,
        "осаж"@mk,
        "ഒസേജ്"@ml,
        "ओसेज"@mr,
        "Osaġjan"@mt,
        "osage"@nb,
        "Osage"@nl,
        "osage"@nn,
        "ୱୌସେଜ୍"@or,
        "osage"@pl,
        "Lenga osage"@pms,
        "osage"@pt,
        "osage"@rm,
        "osage"@ro,
        "оседжи"@ru,
        "Icyoseje"@rw,
        "osagčina"@sk,
        "osage"@sl,
        "Осаге"@sr,
        "Osage"@sr-Latn,
        "osage"@sv,
        "ஓசேஜ்"@ta,
        "ఒసాజ్"@te,
        "โอซากี"@th,
        "Osage"@tr,
        "осейдж"@uk,
        "Tiếng Osage"@vi .

<http://lexvo.org/id/iso639-3/pap> a lvont:Language,
        skos:Concept ;
    lvont:isFocusOf <http://id.loc.gov/vocabulary/iso639-2/pap> ;
    lvont:iso6392BCode "pap"^^xsd:string ;
    lvont:iso6392TCode "pap"^^xsd:string ;
    lvont:iso639P3PCode "pap"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-2/pap>,
        <http://www.glottolog.org/resource/languoid/id/papi1253> ;
    owl:sameAs <http://dbpedia.org/resource/Papiamento>,
        <http://psi.oasis-open.org/iso/639/#pap>,
        <http://www.lingvoj.org/lang/pap>,
        <http://www.mpii.de/yago/resource/Papiamento>,
        <info:lc/vocabulary/languages/pap> ;
    skos:altLabel "Papiamento"@br,
        "papiamento"@ca,
        "Papiamento"@cs,
        "Papiamento"@da,
        "Papiamentu"@de,
        "Papiamento"@es,
        "Papiamento keel"@et,
        "Papiamentu"@fi,
        "Papiamento"@fr,
        "Papiamentu"@hr,
        "Bahasa Papiamento"@id,
        "Papiamento"@is,
        "Lingua papiamento"@it,
        "파피아멘토어"@ko,
        "Papiamento"@lt,
        "Język papiamento"@pl,
        "Papiamento"@pt,
        "Папьяменто"@ru,
        "Papijamento"@sr,
        "Papiamento"@sv,
        "பப்பியாமெந்தோ"@ta,
        "Пап'яменто"@uk ;
    skos:definition "Papiamento (or Papiamentu) is the most widely spoken language on the Caribbean ABC islands, having the official status on the islands of Aruba and Curaçao. The language is also recognized on Bonaire by the Dutch government. or Spanish, with some influences from Amerindian languages, English, and Dutch. Papiamento has two main dialects: Papiamento, spoken primarily on Aruba; and Papiamentu, spoken primarily on Bonaire and Curaçao."@en ;
    skos:inScheme lexvo: ;
    skos:notation "pap"^^xsd:string ;
    skos:prefLabel "Papiaments"@af,
        "البابيامينتو"@ar,
        "papyamento dili"@az,
        "Papiamentu"@bar,
        "папиаменту"@bg,
        "পাপিয়ামেন্টো"@bn,
        "papiamento"@br,
        "पापीआमेन्तो"@brx,
        "papiamento"@bs,
        "папиаменто"@bs-Cyrl,
        "Papiament"@ca,
        "帕皮亚门托文"@cmn,
        "帕皮阿門托文"@cmn-Hant,
        "papiamento"@cs,
        "papiamento"@da,
        "Papiamento"@de,
        "papiamentogbe"@ee,
        "Παπιαμέντο"@el,
        "Papiamento"@en,
        "Papiamento"@eo,
        "papiamento"@es,
        "papiamento"@et,
        "Papiamento"@eu,
        "پاپیامنتو"@fa,
        "papiamentu"@fi,
        "papiamento"@fr,
        "papiamento"@fur,
        "Papiamintsk"@fy,
        "An Phaipeamaintis"@ga,
        "Papiamento"@gl,
        "Papiamento"@gsw,
        "પાપિયામેન્ટો"@gu,
        "פפיאמנטו"@he,
        "पापियामेन्टो"@hi,
        "papiamento"@hr,
        "papiamentó"@hu,
        "Papiamento"@ia,
        "Papiamento"@id,
        "papíamentó"@is,
        "papiamento"@it,
        "パピアメント語"@ja,
        "ಪಾಪಿಯಮೆಂಟೋ"@kn,
        "파피아먼토어"@ko,
        "پَپِیامیٚنٹو"@ks,
        "Papiamento"@lad,
        "Papiaments"@li,
        "ປາມເປຍເມັນໂທ"@lo,
        "papiemento"@lt,
        "papjamento"@lv,
        "папиаменто"@mk,
        "പാപിയാമെൻറൊ"@ml,
        "पापियामेन्टो"@mr,
        "Papjamento"@mt,
        "papiamento"@nb,
        "Papiaments"@nl,
        "papiamento"@nn,
        "Papiamento"@no,
        "Papiamento"@oc,
        "ପାପିୟାମିଣ୍ଟୋ"@or,
        "Papiamentu"@pap,
        "papiamento"@pl,
        "Papiamento"@pms,
        "papiamento"@pt,
        "papiamento"@rm,
        "papiamento"@ro,
        "папьяменто"@ru,
        "Papiamento"@sh,
        "papiamento"@sk,
        "papiamentu"@sl,
        "Папиаменто"@sr,
        "Papiamento"@sr-Latn,
        "papiamento"@sv,
        "பபியேமென்டோ"@ta,
        "పపియమేంటో"@te,
        "ปาเปียเมนโต"@th,
        "lea fakapapiamēnito"@to,
        "Papiamento"@tr,
        "пап’яменто"@uk,
        "Tiếng Papiamento"@vi,
        "巴皮亞曼多話"@yue,
        "帕皮阿门托语"@zh .

<http://lexvo.org/id/iso639-3/pms> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "pms"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/pied1240>,
        <http://www.glottolog.org/resource/languoid/id/piem1238> ;
    owl:sameAs <http://dbpedia.org/resource/Piedmontese_language>,
        <http://www.lingvoj.org/lang/pms>,
        <http://www.mpii.de/yago/resource/Piedmontese_language> ;
    skos:altLabel "Piedmontese language"@en ;
    skos:definition "Piedmontese (, Piedmontese: Piemontèis) is a Romance language spoken by over 2 million people in Piedmont, northwest Italy. It is geographically and linguistically included in the Northern Italian group (with Lombard, Emiliano-Romagnolo, Ligurian, and Venetan). It is part of the wider western group of Romance languages, including French, Occitan, and Catalan."@en ;
    skos:inScheme lexvo: ;
    skos:notation "pms"^^xsd:string ;
    skos:prefLabel "Piëmontees"@af,
        "ፒድሞንትኛ"@am,
        "Idioma piemontés"@an,
        "لغة بيدمونتية"@ar,
        "Pyemont dili"@az,
        "Пьемонт теле"@ba,
        "Piemonteg"@br,
        "Piemontès"@ca,
        "Pinulongang Pyemontes"@ceb,
        "Piemonteg"@cy,
        "Piemontesische Sprache"@de,
        "Piemontese"@en,
        "Piemonta lingvo"@eo,
        "Idioma piamontés"@es,
        "Piemontera"@eu,
        "زبان پیدمونتی"@fa,
        "Piemonten kieli"@fi,
        "Piémontais"@fr,
        "Piemontês"@frp,
        "Lingua piemontesa"@gl,
        "Piemontesische Sprache"@gsw-FR,
        "Piemontish"@gv,
        "Phì-âi-mùng-thi̍t-ngî"@hak,
        "פיימונטית"@he,
        "Pijemontski jezik"@hr,
        "Piemonti nyelv"@hu,
        "Lingua pedemontese"@ia,
        "Bahasa Piedmont"@id,
        "Piemontana linguo"@io,
        "Lingua piemontese"@it,
        "ピエモンテ語"@ja,
        "Lingua Pedemontica"@la,
        "Lengua piemonteise"@lij,
        "Lengua piemuntesa"@lmo,
        "Pjemonto kalba"@lt,
        "Pjemuonta kalba"@lt-x,
        "Pjemontiešu valoda"@lv,
        "Piemont-gí"@nan,
        "Lengua piemuntese"@nap,
        "Piëmontisch"@nl,
        "Piemontesisk"@no,
        "Piemontés"@oc,
        "Piémontoé"@pcd,
        "Język piemoncki"@pl,
        "Lenga piemontèisa"@pms,
        "پائیڈمونٹی"@pnb,
        "Língua piemontesa"@pt,
        "Пьемонтский язык"@ru,
        "Piemontesiska"@sv,
        "பியத்மோந்தியம்"@ta,
        "ภาษาพีดมอนต์"@th,
        "Piyemontece"@tr,
        "П'ємонтська мова"@uk,
        "皮埃蒙特語"@zh .

<http://lexvo.org/id/iso639-3/pus> a lvont:Language,
        skos:Concept ;
    lvont:isFocusOf <http://id.loc.gov/vocabulary/iso639-2/pus> ;
    lvont:iso6392BCode "pus"^^xsd:string ;
    lvont:iso6392TCode "pus"^^xsd:string ;
    lvont:iso639P1Code "ps"^^xsd:string ;
    lvont:iso639P3PCode "pus"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-2/pus> ;
    owl:sameAs <http://lexvo.org/id/iso639-1/ps>,
        <http://lexvo.org/id/wordnet/30/noun/pashto_1_10_00>,
        <http://psi.oasis-open.org/iso/639/#pus>,
        <http://www.lingvoj.org/lang/ps>,
        <info:lc/vocabulary/languages/pus> ;
    skos:altLabel "Pushto"@af,
        "ፓሽቶኛ"@am,
        "البشتونية"@ar,
        "পুশতো"@bn,
        "паштунски"@bs-Cyrl,
        "pushtu"@ca,
        "普什圖語"@cmn-Hant,
        "pushto"@da,
        "Pushto"@en,
        "Pastú"@es,
        "pastún"@es,
        "pashtoera"@eu,
        "پشتو"@fa,
        "Pushto"@fil,
        "pachto"@fr,
        "pashto"@fr,
        "પુશ્ટો"@gu,
        "פושטו"@he,
        "पुश्तो"@hi,
        "puštu"@hr,
        "pushto"@is,
        "パシュトゥー語"@ja,
        "ಪುಶ್ತೋ"@kn,
        "파시토어 (푸시토)"@ko,
        "പുഷ്തോ"@ml,
        "पुश्तो"@mr,
        "pushto"@nb,
        "Pasjtoe"@nl,
        "pasztuński"@pl,
        "pashto"@pt,
        "pushto"@pt,
        "pushto"@ro,
        "paštúnčina"@sk,
        "paštunščina"@sl,
        "Паштунски"@sr,
        "afghanska"@sv,
        "Kipushto"@swh,
        "புஷ்டோ"@ta,
        "పుష్టో"@te,
        "พุชโต"@th,
        "Tiếng Pushto"@vi,
        "Pushto"@zsm,
        "isi-Pushto"@zu ;
    skos:inScheme lexvo: ;
    skos:notation "pus"^^xsd:string ;
    skos:prefLabel "Pasjto"@af,
        "ፑሽቶ"@am,
        "بشتو"@ar,
        "pashtu"@ast,
        "Puştu dili"@az,
        "пушту"@be,
        "пущу"@bg,
        "পশ্তু"@bn,
        "pachto"@br,
        "पख़्तु"@brx,
        "paštunski"@bs,
        "пашто"@bs-Cyrl,
        "ፑሽቶኛ"@byn,
        "paixtu"@ca,
        "普什图文"@cmn,
        "普什圖文"@cmn-Hant,
        "paštština"@cs,
        "Pashto"@cy,
        "pashto"@da,
        "Paschtu"@de,
        "པཱཤ་ཏོ་ཁ"@dz,
        "pashtogbe"@ee,
        "Πάστο"@el,
        "Pashto"@en,
        "paŝtoa"@eo,
        "pastú"@es,
        "puštu"@et,
        "paxtuera"@eu,
        "پختو"@fa,
        "paštu"@fi,
        "Pashto"@fil,
        "afghanskt"@fo,
        "ps"@fr,
        "pashto"@fur,
        "Paistis"@ga,
        "Paistiu"@gd,
        "paxtún"@gl,
        "Paschtu"@gsw,
        "પશ્તો"@gu,
        "Pashtanci"@ha,
        "פאשטו"@he,
        "पॉशतो"@hi,
        "paštu"@hr,
        "pastu"@hu,
        "Փաշտուներեն"@hy,
        "pashto"@ia,
        "Pashto"@id,
        "pastú"@is,
        "pashto"@it,
        "パシュトゥ語"@ja,
        "პუშტუ"@ka,
        "paxto"@kea,
        "пашто"@kk,
        "pashtomiutut"@kl,
        "បាស្តូ"@km,
        "ಪಾಷ್ಟೋ"@kn,
        "पाष्टो (पुष्टो)"@knn,
        "파슈토어"@ko,
        "پَشتوٗ"@ks,
        "Paschtuunesch"@ksh,
        "пашто"@ky,
        "ປາສໂຕ"@lo,
        "puštūnų"@lt,
        "puštu"@lv,
        "пашто"@mk,
        "പഷ്തു"@ml,
        "पश्तो"@mr,
        "Paxtun"@mt,
        "pashto"@nb,
        "पाश्तो"@ne,
        "Pashto"@nl,
        "pashto"@nn,
        "ପାସ୍ତୋ"@or,
        "paszto"@pl,
        "پښتو"@ps,
        "pastó"@pt,
        "paschto"@rm,
        "pașto"@ro,
        "пушту"@ru,
        "Impashito"@rw,
        "පෂ්ටො"@si,
        "paštčina"@sk,
        "paštu"@sl,
        "Bashtuu"@so,
        "Pashto"@sq,
        "пашто"@sr,
        "Paštunski"@sr-Latn,
        "Pashto"@st,
        "pashto"@sv,
        "Kipashto"@swh,
        "பாஷ்டோ"@ta,
        "పాష్టో"@te,
        "พาชตู"@th,
        "ፓሽቶ"@ti,
        "ፑሽቶኛ"@tig,
        "lea pasito"@to,
        "Peştuca"@tr,
        "пушту"@uk,
        "پشتو"@ur,
        "پشتو"@uzn-Arab,
        "Tiếng Pa-tô"@vi,
        "Paštu"@wae,
        "Pashto"@xh,
        "Pashto"@zsm,
        "isi-Pashto"@zu .

<http://lexvo.org/id/iso639-3/rap> a lvont:Language,
        skos:Concept ;
    lvont:isFocusOf <http://id.loc.gov/vocabulary/iso639-2/rap> ;
    lvont:iso6392BCode "rap"^^xsd:string ;
    lvont:iso6392TCode "rap"^^xsd:string ;
    lvont:iso639P3PCode "rap"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-2/rap>,
        <http://www.glottolog.org/resource/languoid/id/rapa1244> ;
    owl:sameAs <http://dbpedia.org/resource/Rapa_Nui_language>,
        <http://psi.oasis-open.org/iso/639/#rap>,
        <http://www.lingvoj.org/lang/rap>,
        <http://www.mpii.de/yago/resource/Rapa_Nui_language>,
        <info:lc/vocabulary/languages/rap> ;
    skos:altLabel "Osterinsel-Sprache"@de,
        "Rapa Nui language"@en,
        "Idioma rapanui"@es,
        "Rapanuin kieli"@fi,
        "Rapanui"@fr,
        "Bahasa Rapa Nui"@id,
        "ラパ・ヌイ語"@ja,
        "라파누이어"@ko,
        "Rapanujiešu valoda"@lv,
        "Język rapanui"@pl,
        "Língua rapanui"@pt,
        "Рапануйский язык"@ru,
        "Rapa nui"@sv,
        "Рапануйська мова"@uk ;
    skos:definition "Rapa Nui , also known as Pascuan or Pascuense, is an Eastern Polynesian language spoken on the island of Rapa Nui, also known as Easter Island."@en ;
    skos:inScheme lexvo: ;
    skos:notation "rap"^^xsd:string ;
    skos:prefLabel "الراباني"@ar,
        "rapanu dili"@az,
        "рапа нуи"@bg,
        "রাপানুই"@bn,
        "rapanui"@br,
        "रापानुई"@brx,
        "rapanui"@bs,
        "рапануи"@bs-Cyrl,
        "rapanui"@ca,
        "拉帕努伊文"@cmn,
        "復活島文"@cmn-Hant,
        "rapanuiština"@cs,
        "rapanui"@da,
        "Rapanui"@de,
        "Ραπανούι"@el,
        "Rapanui"@en,
        "rapanui"@es,
        "rapanui"@et,
        "راپانویی"@fa,
        "rapanui"@fi,
        "rapanui"@fr,
        "Rapanui"@gd,
        "Lingua rapanui"@gl,
        "Oschterinsel-Schpraach"@gsw,
        "રાપાનુઇ"@gu,
        "רפאנוי"@he,
        "रापानुई"@hi,
        "rapa nui"@hr,
        "rapanui"@hu,
        "Rapanui"@id,
        "rapanúí"@is,
        "rapanui"@it,
        "ラパヌイ語"@ja,
        "რაპანუი"@ka,
        "ರಾಪಾನುಯಿ"@kn,
        "라파뉴이"@ko,
        "رَپانوی"@ks,
        "Tavas Rapa Nui"@kw,
        "ຣາປານຸຍ"@lo,
        "rapanui"@lt,
        "rapanuju"@lv,
        "Reo Rapa Nui"@mi,
        "рапануи"@mk,
        "രാപനൂയി"@ml,
        "रापानुई"@mr,
        "Rapanwi"@mt,
        "Lhéngua rapa nui"@mwl,
        "rapanui"@nb,
        "Rapanui"@nl,
        "rapanui"@nn,
        "Rapanui"@no,
        "ରାପାନୁଇ"@or,
        "rapanui"@pl,
        "Lenga Rapa Nui"@pms,
        "rapanui"@pt,
        "Rapanuy simi"@qu,
        "rapanui"@rm,
        "rapanui"@ro,
        "рапануи"@ru,
        "Ikirapanuyi"@rw,
        "Lingua Rapa Nui/campidanesu"@sc,
        "rapanujčina"@sk,
        "rapanujščina"@sl,
        "Рапануи"@sr,
        "Rapanui"@sr-Latn,
        "rapanui"@sv,
        "Kirapanui"@swh,
        "ரபனுய்"@ta,
        "రాపన్యుయి"@te,
        "ราปานู"@th,
        "lea fakalapanui"@to,
        "Rapanui"@tr,
        "рапануї"@uk,
        "Tiếng Rapanui"@vi,
        "რაპანუი"@xmf,
        "拉帕努伊语"@zh .

<http://lexvo.org/id/iso639-3/rmn> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "rmn"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/balk1252> ;
    owl:sameAs <http://dbpedia.org/resource/Balkan_Romani>,
        <http://www.mpii.de/yago/resource/Balkan_Romani> ;
    skos:altLabel "Romani, Balkan"@en ;
    skos:definition "Balkan Romani is group of dialects of the Romani language spoken in various Balkan countries."@en ;
    skos:inScheme lexvo: ;
    skos:notation "rmn"^^xsd:string ;
    skos:prefLabel "Balkan Romani"@en,
        "Balkanski romski"@hr,
        "Lenga romani balkan"@pms,
        "Balkanski romski jezik"@sh .

<http://lexvo.org/id/iso639-3/rmy> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "rmy"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/vlax1238> ;
    owl:sameAs <http://dbpedia.org/resource/Vlax_Romani_language>,
        <http://www.lingvoj.org/lang/rmy>,
        <http://www.mpii.de/yago/resource/Vlax_Romani_language> ;
    skos:altLabel "Romani, Vlax"@en,
        "Vlax Romani language"@en ;
    skos:definition "Vlax Romani is a dialect group of the Romani language. Vlax Romani varieties are spoken mainly in Southeastern Europe by Romani people. Vlax Romani can also be referred to as an independent language or as one dialect of the Romani language. Vlax Romani is the most widely-spoken dialect subgroup of the Romani language worldwide. Most Vlax Romani speakers live in Romania (241,617), Colombia (79,000) and Albania (60,000)."@en ;
    skos:inScheme lexvo: ;
    skos:notation "rmy"^^xsd:string ;
    skos:prefLabel "Vlax Romani"@en,
        "Romaní vlax"@es,
        "Vlaxinromani"@fi,
        "Vlach Romani"@nl,
        "Lenga romani vlax"@pms,
        "Влашская диалектная группа цыганского языка"@ru .

<http://lexvo.org/id/iso639-3/rom> a lvont:Language,
        skos:Concept ;
    lvont:isFocusOf <http://id.loc.gov/vocabulary/iso639-2/rom> ;
    lvont:iso6392BCode "rom"^^xsd:string ;
    lvont:iso6392TCode "rom"^^xsd:string ;
    lvont:iso639P3PCode "rom"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-2/rom> ;
    owl:sameAs <http://dbpedia.org/resource/Romani_language>,
        <http://lexvo.org/id/wordnet/30/noun/romany_1_10_00>,
        <http://psi.oasis-open.org/iso/639/#rom>,
        <http://www.lingvoj.org/lang/rom>,
        <http://www.mpii.de/yago/resource/Romani_language>,
        <info:lc/vocabulary/languages/rom> ;
    skos:altLabel "لغة رومنية"@ar,
        "Qaraçı dili"@az,
        "Цигански език"@bg,
        "রোমানি ভাষা"@bn,
        "romanieg"@br,
        "Romski jezik"@bs,
        "Romaní"@ca,
        "Romština"@cs,
        "Romani"@da,
        "Romani language"@en,
        "Idioma romaní"@es,
        "زبان رومانی"@fa,
        "Romanin kieli"@fi,
        "tsigane"@fr,
        "tzigane"@fr,
        "רומאנית"@he,
        "रोमानी भाषा"@hi,
        "Romski jezik"@hr,
        "Cigány nyelv"@hu,
        "Lingua romaní"@it,
        "ロマーニー語"@ja,
        "집시어"@ko,
        "Čigonų kalba"@lt,
        "Čigānu valoda"@lv,
        "Ромски јазик"@mk,
        "रोमानी भाषा"@mr,
        "Romanés"@nn,
        "Język romski"@pl,
        "Romani"@pt,
        "romanês"@pt,
        "Limba romani"@ro,
        "Цыганский язык"@ru,
        "Rómčina"@sk,
        "Ромски језик"@sr,
        "Romani"@sv,
        "உரோமானி மொழி"@ta,
        "Циганська мова"@uk ;
    skos:definition "Romani or Romany, Gypsy or Gipsy is any of several languages of the Romani people. They are Indic, sometimes classified in the \"Central\" or \"Northwestern\" zone, and sometimes treated as a branch of their own."@en ;
    skos:inScheme lexvo: ;
    skos:notation "rom"^^xsd:string ;
    skos:prefLabel "غجري"@ar,
        "رومانى تشيب"@arz,
        "Romaní"@ast,
        "roman dili"@az,
        "Romani"@bar,
        "цигански език"@bg,
        "রোমানি"@bn,
        "Romeg"@br,
        "रुमानी"@brx,
        "romani"@bs,
        "романи"@bs-Cyrl,
        "romaní"@ca,
        "吉普赛文"@cmn,
        "吉普賽文"@cmn-Hant,
        "romština"@cs,
        "Чикан чĕлхи"@cv,
        "Romani"@cy,
        "romani"@da,
        "Romani"@de,
        "Ρομανί"@el,
        "Romany"@en,
        "Cigana lingvo"@eo,
        "romaní"@es,
        "mustlaskeel"@et,
        "Romani"@eu,
        "Romaní"@ext,
        "رومانویی"@fa,
        "romani"@fi,
        "Romani"@fr,
        "Romani"@frr,
        "Lingua romaní"@gl,
        "Zigüünerschpraach"@gsw,
        "રોમાની"@gu,
        "רומאני"@he,
        "रोमानी"@hi,
        "Romani bhasa"@hif,
        "romski"@hr,
        "roma"@hu,
        "Romani"@id,
        "romaní"@is,
        "romani"@it,
        "ロマ語"@ja,
        "ರೋಮಾನಿ"@kn,
        "롬어"@ko,
        "رومَنی"@ks,
        "Romek"@kw,
        "Lingua Zingarica"@la,
        "Rom"@lmo,
        "ໂຣເມນີ"@lo,
        "romų"@lt,
        "čigānu"@lv,
        "ромски"@mk,
        "റോമനി"@ml,
        "रोमानी"@mr,
        "Żingaru"@mt,
        "romani"@nb,
        "Romani"@nds,
        "रोमानी"@ne,
        "रोमानी भाषा"@new,
        "Romani"@nl,
        "romani"@nn,
        "Romanes"@no,
        "Romaní"@oc,
        "ରୋମାନି"@or,
        "цигайнаг"@os,
        "cygański"@pl,
        "رومانی بولی"@pnb,
        "romani"@pt,
        "romani"@rm,
        "romani"@ro,
        "Romani chib"@rom,
        "цыганский"@ru,
        "Romani leid"@sco,
        "Romski jezik"@sh,
        "rómčina"@sk,
        "romščina"@sl,
        "Романи"@sr,
        "Romani"@sr-Latn,
        "Romani"@stq,
        "romani"@sv,
        "ரோமானி"@ta,
        "రోమానీ"@te,
        "โรมานี"@th,
        "Romanca"@tr,
        "циганська"@uk,
        "Tiếng Rumani"@vi,
        "吉卜赛语"@wuu,
        "罗姆语"@zh .

<http://lexvo.org/id/iso639-3/sco> a lvont:Language,
        skos:Concept ;
    lvont:isFocusOf <http://id.loc.gov/vocabulary/iso639-2/sco> ;
    lvont:iso6392BCode "sco"^^xsd:string ;
    lvont:iso6392TCode "sco"^^xsd:string ;
    lvont:iso639P3PCode "sco"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-2/sco> ;
    owl:sameAs <http://dbpedia.org/resource/Scots_language>,
        <http://lexvo.org/id/wordnet/30/noun/scottish_1_10_00>,
        <http://psi.oasis-open.org/iso/639/#sco>,
        <http://www.lingvoj.org/lang/sco>,
        <http://www.mpii.de/yago/resource/Scots_language>,
        <info:lc/vocabulary/languages/sco> ;
    skos:altLabel "স্কট্‌স ভাষা"@bn,
        "Škotski jezik"@bs,
        "escocès"@ca,
        "Skotština"@cs,
        "Skotsk"@da,
        "Schottisch"@de,
        "Σκωτική γλώσσα"@el,
        "Lowland Scots language"@en,
        "Scots language"@en,
        "Escocés"@es,
        "Šoti keel"@et,
        "زبان اسکاتس"@fa,
        "Skotin kieli"@fi,
        "écossais"@fr,
        "A' Bheurla Ghallda"@gd,
        "Škotski jezik"@hr,
        "Scots nyelv"@hu,
        "Skoska"@is,
        "Lingua Scots"@it,
        "스코틀랜드어"@ko,
        "Škotų kalba"@lt,
        "Skotu valoda"@lv,
        "Шкотски јазик"@mk,
        "स्कॉट्स भाषा"@mr,
        "Skots"@nds,
        "Skotsk"@nn,
        "Język scots"@pl,
        "escocês"@pt,
        "Limba scots"@ro,
        "Шотландский язык"@ru,
        "Škótčina"@sk,
        "škotščina"@sl,
        "Lågskotska"@sv,
        "சுகாத்து மொழி"@ta,
        "İskoçça"@tr,
        "Шотландська германська мова"@uk ;
    skos:definition "Scots is the Germanic language variety spoken in Lowland Scotland and parts of Ulster (where the local dialect is known as Ulster Scots). It is sometimes called Lowland Scots to distinguish it from Scottish Gaelic, the Celtic language variety spoken in most of the western Highlands and in the Hebrides."@en ;
    skos:inScheme lexvo: ;
    skos:notation "sco"^^xsd:string ;
    skos:prefLabel "Skots"@af,
        "ስኮትኛ"@am,
        "Idioma anglico escocés"@an,
        "Scotta Englisc sprǣc"@ang,
        "الأسكتلندية"@ar,
        "skots dili"@az,
        "шотландски"@bg,
        "স্কটস"@bn,
        "skoteg"@br,
        "स्कॉट"@brx,
        "škotski"@bs,
        "шкотски"@bs-Cyrl,
        "Scots"@ca,
        "苏格兰文"@cmn,
        "蘇格蘭文"@cmn-Hant,
        "skotština"@cs,
        "Sgoteg"@cy,
        "skotsk"@da,
        "Scots"@de,
        "Σκωτικά"@el,
        "Scots"@en,
        "Skota lingvo"@eo,
        "escocés"@es,
        "šoti"@et,
        "Eskoziera"@eu,
        "اسکاتلندی"@fa,
        "skotti"@fi,
        "Skotskt"@fo,
        "Scots"@fr,
        "scozês"@fur,
        "Skotsk"@fy,
        "An Albainis"@ga,
        "Beurla Ghallda"@gd,
        "Lingua escocesa"@gl,
        "Schottisch"@gsw,
        "સ્કોટ્સ"@gu,
        "Baarle Albinagh"@gv,
        "סקוטית"@he,
        "स्कॉट्स"@hi,
        "škotski"@hr,
        "skót"@hu,
        "Շոտլանդերեն"@hy,
        "Scots"@ia,
        "Skotlandia"@id,
        "skoska"@is,
        "scozzese"@it,
        "スコットランド語"@ja,
        "ಸ್ಕೋಟ್ಸ್"@kn,
        "스코트어"@ko,
        "سکاٹس"@ks,
        "Skots"@kw,
        "Lingua Scotica"@la,
        "Sjots"@li,
        "Lengua scosseise"@lij,
        "Scots"@lmo,
        "ສກອດ"@lo,
        "škotų"@lt,
        "skotu"@lv,
        "скоц"@mk,
        "സ്കോട്സ്"@ml,
        "स्कॉट्स"@mr,
        "Skoċċiż"@mt,
        "စကော့"@my,
        "skotsk"@nb,
        "Scots"@nds,
        "Schots"@nl,
        "skotsk"@nn,
        "Skotsk"@no,
        "Scots"@oc,
        "ସ୍କଟସ୍"@or,
        "szkocki"@pl,
        "Lenga scòts"@pms,
        "سکاٹس بولی"@pnb,
        "Scots"@pt,
        "scot"@rm,
        "scots"@ro,
        "шотландский"@ru,
        "Lingua scuzzisa"@scn,
        "Scots leid"@sco,
        "škótčina"@sk,
        "Scots"@sl,
        "Шкотски"@sr,
        "Škotski"@sr-Latn,
        "skotska"@sv,
        "ஸ்காட்ஸ்"@ta,
        "స్కాట్స్"@te,
        "สกอตส์"@th,
        "lea fakasikotilani"@to,
        "Scots"@tr,
        "Шотланд теле"@tt,
        "шотландська"@uk,
        "Tiếng Scots"@vi,
        "低地蘇格蘭語"@zh .

<http://lexvo.org/id/iso639-3/sga> a lvont:Language,
        skos:Concept ;
    lvont:isFocusOf <http://id.loc.gov/vocabulary/iso639-2/sga> ;
    lvont:iso6392BCode "sga"^^xsd:string ;
    lvont:iso6392TCode "sga"^^xsd:string ;
    lvont:iso639P3PCode "sga"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-2/sga> ;
    owl:sameAs <http://dbpedia.org/resource/Old_Irish>,
        <http://lexvo.org/id/wordnet/30/noun/old_irish_1_10_00>,
        <http://psi.oasis-open.org/iso/639/#sga>,
        <http://www.lingvoj.org/lang/sga>,
        <http://www.mpii.de/yago/resource/Old_Irish>,
        <info:lc/vocabulary/languages/sga> ;
    skos:altLabel "Irlandès antic"@ca,
        "Altirische Sprache"@de,
        "Irish, Old (to 900)"@en,
        "Old Irish (to 900)"@en,
        "Idioma irlandés antiguo"@es,
        "ancien irlandais"@fr,
        "irlandais ancien (jusqu'à 900)"@fr,
        "古期アイルランド語"@ja,
        "Староирски јазик"@mk,
        "Język staroirlandzki"@pl,
        "Língua irlandesa antiga"@pt,
        "Древнеирландский язык"@ru,
        "Forniriska"@sv ;
    skos:definition "Old Irish is the name given to the oldest form of the Goidelic languages for which extensive written texts are extant. It was used from the 6th to the 10th centuries, by which time it had developed into Middle Irish."@en ;
    skos:inScheme lexvo: ;
    skos:notation "sga"^^xsd:string ;
    skos:prefLabel "الأيرلندية القديمة"@ar,
        "qədimi irlandca"@az,
        "стараірландская"@be,
        "староирландски"@bg,
        "প্রাচীন আইরিশ"@bn,
        "heniwerzhoneg"@br,
        "पुरानी आईरीश"@brx,
        "staroirski"@bs,
        "староирски"@bs-Cyrl,
        "irlandès antic"@ca,
        "古爱尔兰文"@cmn,
        "古愛爾蘭文"@cmn-Hant,
        "staroirština"@cs,
        "Hen Wyddeleg"@cy,
        "oldirsk"@da,
        "Altirisch"@de,
        "Παλαιά Ιρλανδικά"@el,
        "Old Irish"@en,
        "Malnovirlanda lingvo"@eo,
        "irlandés antiguo"@es,
        "vanaiiri"@et,
        "ایرلندی باستان"@fa,
        "muinaisiiri"@fi,
        "Vieil irlandais"@fr,
        "vieri irlandês"@fur,
        "Sean-Ghaeilge"@ga,
        "Seann-Ghaeilge"@gd,
        "Lingua irlandesa antiga"@gl,
        "Altirisch"@gsw,
        "જૂની આયરિશ"@gu,
        "Shenn Yernish"@gv,
        "אירית עתיקה"@he,
        "पुरानी आइरिश"@hi,
        "staroirski"@hr,
        "óír"@hu,
        "Irlandia Kuno"@id,
        "fornírska"@is,
        "irlandese antico"@it,
        "古アイルランド語"@ja,
        "ძველი ირლანდიური"@ka,
        "ಪ್ರಾಚೀನ ಐರಿಷ್"@kn,
        "아일랜드, 고대"@ko,
        "پرون ایرِش"@ks,
        "ອີຣິຊເກົ່າ"@lo,
        "senoji airių"@lt,
        "senīru"@lv,
        "стар ирски"@mk,
        "പ്രാചീന ഐറിഷ്"@ml,
        "पुरातन आयरिश"@mr,
        "Irlandiż, Antik"@mt,
        "အိုင်းရစ် ဟောင်း"@my,
        "gammelirsk"@nb,
        "Oudiers"@nl,
        "gammalirsk"@nn,
        "Gammelirsk"@no,
        "ପୁରୁଣା ଇରିଶ୍"@or,
        "staroirlandzki"@pl,
        "irlandês arcaico"@pt,
        "irlandais vegl"@rm,
        "irlandeză veche"@ro,
        "староирландский"@ru,
        "Auld Erse leid"@sco,
        "Staroirski jezik"@sh,
        "stará írčina"@sk,
        "stara irščina"@sl,
        "Староирски"@sr,
        "Staroirski"@sr-Latn,
        "forniriska"@sv,
        "பழைய ஐரிஷ்"@ta,
        "ప్రాచీన ఐరిష్"@te,
        "ไอริชโบราณ"@th,
        "Eski İrlandaca"@tr,
        "давньоірландська"@uk,
        "Tiếng Ai-len cổ"@vi,
        "古愛爾蘭語"@zh .

<http://lexvo.org/id/iso639-3/sgw> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "sgw"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/seba1251> ;
    owl:sameAs <http://dbpedia.org/resource/Sebat_Bet_Gurage_language>,
        <http://www.mpii.de/yago/resource/Sebat_Bet_Gurage_language> ;
    skos:altLabel "Sebat Bet Gurage language"@en ;
    skos:definition "Sebat Bet (\"Seven houses\") is a Gurage language, spoken in several dialects found in the western Gurage Zone:"@en ;
    skos:inScheme lexvo: ;
    skos:notation "sgw"^^xsd:string ;
    skos:prefLabel "ሰባትቤት"@am,
        "Sebat bet gurage"@ca,
        "Sebat Bet Gurage"@en,
        "Sebat bet gurage"@hr .

<http://lexvo.org/id/iso639-3/shh> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "shh"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/shos1248> ;
    owl:sameAs <http://dbpedia.org/resource/Shoshoni_language>,
        <http://www.mpii.de/yago/resource/Shoshoni_language> ;
    skos:altLabel "Shoshoni language"@en ;
    skos:definition "Shoshoni or Shoshone (; or ) is a Native American language spoken by the Shoshone people. Principal dialects of Shoshoni include Western Shoshoni in Nevada, Gosiute in western Utah, Northern Shoshoni in southern Idaho and northern Utah, and Eastern Shoshoni in Wyoming."@en ;
    skos:inScheme lexvo: ;
    skos:notation "shh"^^xsd:string ;
    skos:prefLabel "Chochoneg"@br,
        "Shoshone"@de,
        "Shoshoni"@en,
        "Idioma shoshoni"@es,
        "Shoshone"@fr,
        "Língua shoshone"@pt,
        "Шошоне"@ru,
        "Shoshone"@sv,
        "Sosoni' 語"@zh .

<http://lexvo.org/id/iso639-3/sht> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "sht"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/shas1239> ;
    owl:sameAs <http://dbpedia.org/resource/Shasta_language>,
        <http://lexvo.org/id/wordnet/30/noun/shasta_1_10_00>,
        <http://www.mpii.de/yago/resource/Shasta_language> ;
    skos:altLabel "Shasta language"@en ;
    skos:definition "The Shasta language is an extinct Shastan language formerly spoken from northern California into southwestern Oregon. It was spoken in a number of dialects, possibly including Okwanuchu. By 1980, only two fluent speakers, both elderly, were alive. Today, all surviving Shasta people speak English."@en ;
    skos:inScheme lexvo: ;
    skos:notation "sht"^^xsd:string ;
    skos:prefLabel "Shasta"@en,
        "Shasta"@fr,
        "Sastean"@hr,
        "Sastean"@sh .

<http://lexvo.org/id/iso639-3/shu> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "shu"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/chad1249> ;
    owl:sameAs <http://dbpedia.org/resource/Chadian_Arabic>,
        <http://www.mpii.de/yago/resource/Chadian_Arabic> ;
    skos:altLabel "العربية التشادية"@ar,
        "Tchadisk arabisk"@da,
        "Arabic, Chadian"@en,
        "Arabe tchadien"@fr,
        "Čadski arapski"@hr,
        "Csádi arab nyelv"@hu,
        "Шува арапски јазик"@mk,
        "Árabe chadiano"@pt,
        "Chad-arabiska"@sv ;
    skos:definition "Chadian Arabic (also known as Western Sudanic Arabic, Shuwa/Shua/Suwa Arabic (French: Arabe Choa/Chowa), L'arabe du Tchad) is one of the regional colloquial Arabic languages. \"Shuwa Arabic\" properly refers only to its Nigerian dialects, and even then, it is a term not used by the speakers themselves. Its territory, which touches Lake Chad, is an east-to-west oval in the Sahel, about 1400 miles long (12 to 20 degrees east latitude) by 300 miles north-to-south (between 10 and 14 degrees north latitude). It is the first language for over one million people in Chad, Sudan, Cameroon, Nigeria, the Central African Republic, and Niger and serves as a lingua franca in much of the region. It is spoken both by town dwellers and by cattle herding nomads. In most of its range, it is not the only local language and often not among the major local languages."@en ;
    skos:inScheme lexvo: ;
    skos:notation "shu"^^xsd:string ;
    skos:prefLabel "لهجة تشادية"@ar,
        "Arabeg Tchad"@br,
        "àrab txadià"@ca,
        "乍得阿拉伯文"@cmn,
        "阿拉伯文（查德）"@cmn-Hant,
        "arabština (čadská)"@cs,
        "Arabeg Chad"@cy,
        "tchadisk-arabisk"@da,
        "Tschadisch-Arabisch"@de,
        "Αραβικά του Τσαντ"@el,
        "Chadian Arabic"@en,
        "árabe chadiano"@es,
        "Tšaadi araabia"@et,
        "عربی چادی"@fa,
        "tšadinarabia"@fi,
        "arabe tchadien"@fr,
        "ערבית צ'אדית"@he,
        "čadski arapski"@hr,
        "csádi arab"@hu,
        "Arab Suwa"@id,
        "chadian arabic"@it,
        "チャド・アラビア語"@ja,
        "차디언 아라비아어"@ko,
        "ອາລັບ-ຊາດ"@lo,
        "chadian arabų"@lt,
        "Čadas arābu"@lv,
        "чадски арапски"@mk,
        "Tsjad-arabisk"@nb,
        "Tsjadisch Arabisch"@nl,
        "arabski (Czad)"@pl,
        "Lenga Chadian"@pms,
        "árabe do Chade"@pt,
        "arabă ciadiană"@ro,
        "čadská arabčina"@sk,
        "Tourkou"@sv,
        "Kiarabu cha Chadi"@swh,
        "อาหรับ-ชาด"@th,
        "Çad Arapçası"@tr,
        "чадійська арабська"@uk,
        "Tiếng Ả-Rập Chad"@vi .

<http://lexvo.org/id/iso639-3/sjw> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "sjw"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/shaw1249> ;
    owl:sameAs <http://dbpedia.org/resource/Shawnee_language>,
        <http://lexvo.org/id/wordnet/30/noun/shawnee_1_10_00>,
        <http://www.mpii.de/yago/resource/Shawnee_language> ;
    skos:altLabel "Shawnee language"@en ;
    skos:definition "The Shawnee language is a Central Algonquian language spoken in parts of central and northeastern Oklahoma by only around 200 Shawnee, making it an endangered language. It was originally spoken in Ohio, West Virginia, Kentucky, and Pennsylvania. It is closely related to the Algonquian languages Mesquakie-Sauk (Sac and Fox) and Kickapoo."@en ;
    skos:inScheme lexvo: ;
    skos:notation "sjw"^^xsd:string ;
    skos:prefLabel "Shawnee"@en,
        "Shawnee"@fr,
        "Lingua shawnee"@ia,
        "Lenga shawnee"@pms,
        "Шони"@ru .

<http://lexvo.org/id/iso639-3/srr> a lvont:Language,
        skos:Concept ;
    lvont:isFocusOf <http://id.loc.gov/vocabulary/iso639-2/srr> ;
    lvont:iso6392BCode "srr"^^xsd:string ;
    lvont:iso6392TCode "srr"^^xsd:string ;
    lvont:iso639P3PCode "srr"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-2/srr> ;
    owl:sameAs <http://dbpedia.org/resource/Serer_language>,
        <http://lexvo.org/id/wordnet/30/noun/serer_1_10_00>,
        <http://psi.oasis-open.org/iso/639/#srr>,
        <http://www.lingvoj.org/lang/srr>,
        <http://www.mpii.de/yago/resource/Serer_language>,
        <info:lc/vocabulary/languages/srr> ;
    skos:altLabel "Serereg"@br,
        "Serer"@ca,
        "Serer-Sprache"@de,
        "Serer language"@en,
        "Sérère"@fr,
        "Serer-Sine jezik"@hr,
        "セレール語"@ja,
        "Język serer"@pl,
        "Língua serer"@pt,
        "Серер"@ru,
        "Серер"@uk ;
    skos:definition "Serer, sometimes called Serer-Sine \"Serer proper\" (Seereer-Siin, etc.) after its prestige dialect, is a language of the Senegambian branch of Niger–Congo spoken by 1.2 million people in Senegal and 30,000 in The Gambia. It is the principal language of the Serer people."@en ;
    skos:inScheme lexvo: ;
    skos:notation "srr"^^xsd:string ;
    skos:prefLabel "السرر"@ar,
        "serer dilii"@az,
        "серер"@bg,
        "সেরের"@bn,
        "serer"@br,
        "सेरेर"@brx,
        "serer"@bs,
        "серер"@bs-Cyrl,
        "serer"@ca,
        "谢列尔文"@cmn,
        "塞雷爾文"@cmn-Hant,
        "sererština"@cs,
        "serer"@da,
        "Serer"@de,
        "Σερέρ"@el,
        "Serer"@en,
        "Serera lingvo"@eo,
        "serer"@es,
        "sereri"@et,
        "سریری"@fa,
        "serer"@fi,
        "sérère"@fr,
        "Serer-Schpraach"@gsw,
        "સેરેર"@gu,
        "סרר"@he,
        "सेरेर"@hi,
        "serer"@hr,
        "szerer"@hu,
        "Serer"@id,
        "serer"@is,
        "serer"@it,
        "セレル語"@ja,
        "ಸೇರೇರ್"@kn,
        "세레르어"@ko,
        "سیٚریر"@ks,
        "ເຊເລີ"@lo,
        "sererų"@lt,
        "serēru"@lv,
        "серер"@mk,
        "സെറർ"@ml,
        "सेरेर"@mr,
        "Serer"@mt,
        "serer"@nb,
        "Serer"@nl,
        "serer"@nn,
        "ଶେରେର୍"@or,
        "serer"@pl,
        "Lenga Serer-Sine"@pms,
        "serere"@pt,
        "serer"@rm,
        "serer"@ro,
        "серер"@ru,
        "serer"@sk,
        "sererščina"@sl,
        "Серер"@sr,
        "Serer"@sr-Latn,
        "serer"@sv,
        "செரெர்"@ta,
        "సెరేర్"@te,
        "เซแรร์"@th,
        "Serer"@tr,
        "серер"@uk,
        "Tiếng Serer"@vi .

<http://lexvo.org/id/iso639-3/suq> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "suq"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/suri1267> ;
    owl:sameAs <http://dbpedia.org/resource/Suri_language>,
        <http://www.mpii.de/yago/resource/Suri_language> ;
    skos:altLabel "Suri language"@en ;
    skos:definition "Suri (also Churi, Dhuri, Shuri, Shuro, Surma) is a Nilo-Saharan Eastern Sudanic language spoken in the Bench Maji Zone of the Southern Nations, Nationalities, and People's Region (SNNPR) in Ethiopia, to the South Sudan border, and across the border in South Sudan by the Suri. The language has over 80% lexical similarity to Mursi."@en ;
    skos:inScheme lexvo: ;
    skos:notation "suq"^^xsd:string ;
    skos:prefLabel "Suri"@en .

<http://lexvo.org/id/iso639-3/sus> a lvont:Language,
        skos:Concept ;
    lvont:isFocusOf <http://id.loc.gov/vocabulary/iso639-2/sus> ;
    lvont:iso6392BCode "sus"^^xsd:string ;
    lvont:iso6392TCode "sus"^^xsd:string ;
    lvont:iso639P3PCode "sus"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-2/sus>,
        <http://www.glottolog.org/resource/languoid/id/susu1250> ;
    owl:sameAs <http://dbpedia.org/resource/Susu_language>,
        <http://psi.oasis-open.org/iso/639/#sus>,
        <http://www.lingvoj.org/lang/sus>,
        <http://www.mpii.de/yago/resource/Susu_language>,
        <info:lc/vocabulary/languages/sus> ;
    skos:altLabel "Susu language"@en,
        "Soussou"@fr,
        "Língua susu"@pt,
        "Сусу"@ru ;
    skos:definition "Sosoxui (Soso or Susu) is the language of the Soso people of Guinea, West Africa. It is in the Mande language family."@en ;
    skos:inScheme lexvo: ;
    skos:notation "sus"^^xsd:string ;
    skos:prefLabel "السوسو"@ar,
        "susu dili"@az,
        "сусу"@bg,
        "সুসু"@bn,
        "सुसु"@brx,
        "susu"@bs,
        "сусу"@bs-Cyrl,
        "susú"@ca,
        "苏苏文"@cmn,
        "蘇蘇文"@cmn-Hant,
        "susu"@cs,
        "Swsŵeg"@cy,
        "susu"@da,
        "Susu"@de,
        "Σούσου"@el,
        "Susu"@en,
        "susu"@es,
        "susu"@et,
        "سوسویی"@fa,
        "susu"@fi,
        "soussou"@fr,
        "Susu"@gsw,
        "સુસુ"@gu,
        "סוסו"@he,
        "सुसु"@hi,
        "susu"@hr,
        "szuszu"@hu,
        "Susu"@id,
        "súsú"@is,
        "susu"@it,
        "スス語"@ja,
        "ಸುಸು"@kn,
        "수수어"@ko,
        "سُسوٗ"@ks,
        "ຊູຊູ"@lo,
        "susu"@lt,
        "susu"@lv,
        "сусу"@mk,
        "സുസു"@ml,
        "सुसु"@mr,
        "Bahasa Susu"@ms,
        "Susu"@mt,
        "susu"@nb,
        "Soesoe"@nl,
        "susu"@nn,
        "ଶୁଶୁ"@or,
        "susu"@pl,
        "Lenga Susu"@pms,
        "sosso"@pt,
        "susu"@rm,
        "susu"@ro,
        "сусу"@ru,
        "susu"@sk,
        "susujščina"@sl,
        "Сусу"@sr,
        "Susu"@sr-Latn,
        "susu"@sv,
        "Kisusu"@swh,
        "சுசு"@ta,
        "సుసు"@te,
        "ซูซู"@th,
        "Susu"@tr,
        "сусу"@uk,
        "Tiếng Susu"@vi,
        "苏苏语"@zh .

<http://lexvo.org/id/iso639-3/tcy> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "tcy"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/tulu1258> ;
    owl:sameAs <http://dbpedia.org/resource/Tulu>,
        <http://lexvo.org/id/wordnet/30/noun/tulu_1_10_00>,
        <http://www.mpii.de/yago/resource/Tulu> ;
    skos:definition "Tulu (; Tulu: , തുളു ബാസെ or , &#91;?&#93;) is a language spoken by 1.95 million native speakers (1997) mainly in the southwest part of Indian state of Karnataka and a small part of northern Kerala, which is known as Tulu Nadu. It belongs to the Dravidian family of languages. In India, 1.72 million people speak it as their native language (2001), increased by 10 percent over the 1991 census. According to one estimate reported in 2009, Tulu is currently spoken by three to five million native speakers in the world. The native speakers of Tulu are referred to as Tuluva or Tulu people."@en ;
    skos:inScheme lexvo: ;
    skos:notation "tcy"^^xsd:string ;
    skos:prefLabel "Touloueg"@br,
        "Tulu"@de,
        "Tulu"@en,
        "Tulu"@es,
        "Tulu"@fr,
        "तुळु"@hi,
        "トゥル語"@ja,
        "ತುಳು"@kn,
        "Lingua Tuluva"@la,
        "തുളു ഭാഷ"@ml,
        "तुळू भाषा"@mr,
        "Tulu"@nl,
        "Tulu"@no,
        "Język tulu"@pl,
        "Тулу"@ru,
        "Tulu"@sv,
        "துளு"@ta,
        "తుళు"@te,
        "ภาษาตูลู"@th .

<http://lexvo.org/id/iso639-3/tew> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "tew"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/tewa1260> ;
    owl:sameAs <http://dbpedia.org/resource/Tewa_language>,
        <http://www.mpii.de/yago/resource/Tewa_language> ;
    skos:altLabel "Tewa (USA)"@en,
        "Tewa language"@en ;
    skos:definition "Tewa is a Kiowa–Tanoan language spoken by Pueblo people, mostly in the Rio Grande valley in New Mexico north of Santa Fe. The 1980 census counted 1,298 speakers, almost all of whom are bilingual in English. Each pueblo or reservation where it is spoken has a dialect:"@en ;
    skos:inScheme lexvo: ;
    skos:notation "tew"^^xsd:string ;
    skos:prefLabel "Teweg"@br,
        "Tewa"@en,
        "Língua tewa"@pt .

<http://lexvo.org/id/iso639-3/tiv> a lvont:Language,
        skos:Concept ;
    lvont:isFocusOf <http://id.loc.gov/vocabulary/iso639-2/tiv> ;
    lvont:iso6392BCode "tiv"^^xsd:string ;
    lvont:iso6392TCode "tiv"^^xsd:string ;
    lvont:iso639P3PCode "tiv"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-2/tiv>,
        <http://www.glottolog.org/resource/languoid/id/tivv1240> ;
    owl:sameAs <http://dbpedia.org/resource/Tiv_language>,
        <http://psi.oasis-open.org/iso/639/#tiv>,
        <http://www.lingvoj.org/lang/tiv>,
        <http://www.mpii.de/yago/resource/Tiv_language>,
        <info:lc/vocabulary/languages/tiv> ;
    skos:altLabel "Tiveg"@br,
        "Tiv-Sprache"@de,
        "Tiv language"@en,
        "Tiv"@fr,
        "ティヴ語"@ja,
        "Język tiw"@pl,
        "Língua tiv"@pt,
        "тиви"@ru ;
    skos:definition "The Tiv language is spoken by over 2 million people in Nigeria, with a few speakers in Cameroon. Most of the Language's Nigerian speakers are found in Benue State of Nigeria. The language is also widely spoken in the Nigerian States of Plateau, Taraba, Nasarawa as well as the FCT Abuja. It is part of the Southern Bantoid Tivoid family, a branch of Benue–Congo and ultimately of the Niger–Congo phylum."@en ;
    skos:inScheme lexvo: ;
    skos:notation "tiv"^^xsd:string ;
    skos:prefLabel "التيف"@ar,
        "tiv dili"@az,
        "тив"@bg,
        "টিভ"@bn,
        "tiv"@br,
        "टीव्"@brx,
        "tiv"@bs,
        "тив"@bs-Cyrl,
        "tiv"@ca,
        "蒂夫文"@cmn,
        "提夫文"@cmn-Hant,
        "tivština"@cs,
        "tivi"@da,
        "Tiv"@de,
        "Τιβ"@el,
        "Tiv"@en,
        "tiv"@es,
        "tivi"@et,
        "تیوی"@fa,
        "tiv"@fi,
        "tiv"@fr,
        "Tiv-Schpraach"@gsw,
        "તિવ"@gu,
        "טיב"@he,
        "तिव"@hi,
        "tiv"@hr,
        "tiv"@hu,
        "Tiv"@id,
        "tív"@is,
        "tiv"@it,
        "ティブ語"@ja,
        "ಟಿವ್"@kn,
        "티비어"@ko,
        "تیٖو"@ks,
        "ຕີວ"@lo,
        "tiv"@lt,
        "tivu"@lv,
        "тив"@mk,
        "ടിവ്"@ml,
        "तिव"@mr,
        "Tiv"@mt,
        "tiv"@nb,
        "Tiv"@nl,
        "tivi"@nn,
        "ତୀଭ୍"@or,
        "tiw"@pl,
        "Lenga Tiv"@pms,
        "tiv"@pt,
        "tiv"@rm,
        "tiv"@ro,
        "Тив"@ru,
        "tiv"@sk,
        "tivščina"@sl,
        "Тив"@sr,
        "Tiv"@sr-Latn,
        "tivi"@sv,
        "Kitiv"@sw,
        "டிவ்"@ta,
        "టివ్"@te,
        "ทิฟ"@th,
        "Tiv"@tr,
        "тів"@uk,
        "Tiếng Tiv"@vi .

<http://lexvo.org/id/iso639-3/tli> a lvont:Language,
        skos:Concept ;
    lvont:isFocusOf <http://id.loc.gov/vocabulary/iso639-2/tli> ;
    lvont:iso6392BCode "tli"^^xsd:string ;
    lvont:iso6392TCode "tli"^^xsd:string ;
    lvont:iso639P3PCode "tli"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-2/tli>,
        <http://www.glottolog.org/resource/languoid/id/tlin1245> ;
    owl:sameAs <http://dbpedia.org/resource/Tlingit_language>,
        <http://psi.oasis-open.org/iso/639/#tli>,
        <http://www.lingvoj.org/lang/tli>,
        <http://www.mpii.de/yago/resource/Tlingit_language>,
        <info:lc/vocabulary/languages/tli> ;
    skos:altLabel "Tlingiteg"@br,
        "Tlingit-Sprache"@de,
        "Tlingit language"@en,
        "Idioma tlingit"@es,
        "Tlingit"@fi,
        "Tlingit"@fr,
        "Tlinkitų kalba"@lt,
        "Język tlingit"@pl,
        "Língua tlingit"@pt,
        "Тлингитский язык"@ru,
        "Tlingitçe"@tr ;
    skos:definition "The Tlingit language (; Tlingit: Lingít (Maddieson et al. 2001)) is spoken by the Tlingit people of Southeast Alaska and Western Canada. It is a branch of the Na-Dené language family. Tlingit is very endangered, with fewer than 140 native speakers still living, all of whom are bilingual or near-bilingual in English. Extensive effort is being put into revitalization programs in Southeast Alaska to revive and preserve the Tlingit language and its culture."@en ;
    skos:inScheme lexvo: ;
    skos:notation "tli"^^xsd:string ;
    skos:prefLabel "التلينغيتية"@ar,
        "tlinqit dili"@az,
        "тлингит"@bg,
        "ত্লিঙ্গিট"@bn,
        "tinglit"@br,
        "ट्लिंगीत"@brx,
        "tlingit"@bs,
        "тлингит"@bs-Cyrl,
        "tlingit"@ca,
        "特林吉特文"@cmn,
        "特林基特文"@cmn-Hant,
        "tlingit"@cs,
        "tlingit"@da,
        "Tlingit"@de,
        "Τλίνγκιτ"@el,
        "Tlingit"@en,
        "tlingit"@es,
        "tlingiti"@et,
        "تلین‌گیتی"@fa,
        "tlingit"@fi,
        "tlingit"@fr,
        "Tlingit spriak"@frr,
        "Tlingit-Schpraach"@gsw,
        "લિંગિત"@gu,
        "טלינגיט"@he,
        "त्लिंगित"@hi,
        "tlingit"@hr,
        "tlingit"@hu,
        "Tlingit"@id,
        "tlingit"@is,
        "tlingit"@it,
        "トリンギット語"@ja,
        "ಟ್ಲಿಂಗಿಟ್"@kn,
        "틀링깃족어"@ko,
        "ٹِلِنگِت"@ks,
        "ທລີງກິດ"@lo,
        "tlingit"@lt,
        "tlinkitu"@lv,
        "тлингит"@mk,
        "ലിംഗ്വിറ്റ്"@ml,
        "लिंगित"@mr,
        "Тлингит йӹлмӹ"@mrj,
        "Tlingit"@mt,
        "tlingit"@nb,
        "Tlingit"@nl,
        "tlingit"@nn,
        "ତ୍ଲିଙ୍ଗିଟ୍"@or,
        "tlingit"@pl,
        "Lenga tlingit"@pms,
        "tlinguite"@pt,
        "tlingit"@rm,
        "tlingit"@ro,
        "тлингит"@ru,
        "tlingitčina"@sk,
        "tlingitščina"@sl,
        "Тлингит"@sr,
        "Tlingit"@sr-Latn,
        "tlingit"@sv,
        "டிலிங்கிட்"@ta,
        "లింగిట్"@te,
        "ทลิงกิต"@th,
        "Tlingit"@tr,
        "тлінгіт"@uk,
        "Tiếng Tlingit"@vi,
        "辛基得语"@wuu,
        "特林吉特語"@zh .

<http://lexvo.org/id/iso639-3/tly> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "tly"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/taly1247> ;
    owl:sameAs <http://dbpedia.org/resource/Talysh_language>,
        <http://www.mpii.de/yago/resource/Talysh_language> ;
    skos:altLabel "Talysh language"@en ;
    skos:definition "The Talyshi language is a Northwestern Iranian language spoken in the northern regions of the Iranian provinces of Gilan and Ardabil and the southern regions of the Republic of Azerbaijan. Historically, the language and its people can be traced through the middle Iranian period back to the ancient Medes. It includes many dialects usually divided into three main clusters: Northern (in Azerbaijan and Iran), Central (Iran) and Southern (Iran). There are a wide variety of estimates for the number of Talyshi speakers with reliable estimates running anywhere from 500,000 to 1 million. Talyshi is partially, but not fully, intelligible with respect to Persian. Talysh is classified as \"vulnerable\" by UNESCOs Atlas of the Worlds Languages in Danger."@en ;
    skos:inScheme lexvo: ;
    skos:notation "tly"^^xsd:string ;
    skos:prefLabel "Talış dili"@az,
        "Талишки език"@bg,
        "Talicheg"@br,
        "Талыш чĕлхи"@cv,
        "Talisch"@de,
        "Talışki"@diq,
        "Talysh"@en,
        "زبان تالشی"@fa,
        "Tališin kieli"@fi,
        "Talysh"@fr,
        "Zimanê talişî"@ku,
        "Талыш кыв"@kv,
        "Талышаг æвзаг"@os,
        "Lenga Talysh"@pms,
        "Талышский язык"@ru,
        "ภาษาตาลิซ"@th,
        "Talişler"@tr .

<http://lexvo.org/id/iso639-3/tsi> a lvont:Language,
        skos:Concept ;
    lvont:isFocusOf <http://id.loc.gov/vocabulary/iso639-2/tsi> ;
    lvont:iso6392BCode "tsi"^^xsd:string ;
    lvont:iso6392TCode "tsi"^^xsd:string ;
    lvont:iso639P3PCode "tsi"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-2/tsi>,
        <http://www.glottolog.org/resource/languoid/id/nucl1649> ;
    owl:sameAs <http://dbpedia.org/resource/Coast_Tsimshian_language>,
        <http://psi.oasis-open.org/iso/639/#tsi>,
        <http://www.lingvoj.org/lang/tsi>,
        <http://www.mpii.de/yago/resource/Coast_Tsimshian_language>,
        <info:lc/vocabulary/languages/tsi> ;
    skos:altLabel "Coast Tsimshian language"@en,
        "Tsimshian de la côte"@fr ;
    skos:definition ":For the Tsimshian peoples see Tsimshian, Gitxsan, and Nisgaa Coast Tsimshian, known by its speakers as Smalgyax, is a Tsimshianic language spoken by the Tsimshian nation in northwestern British Columbia and southeastern Alaska. Sm'algyax means literally \"real or true language.\""@en ;
    skos:inScheme lexvo: ;
    skos:notation "tsi"^^xsd:string ;
    skos:prefLabel "التسيمشيان"@ar,
        "simşyan dili"@az,
        "цимшиански"@bg,
        "সিমশিয়ান"@bn,
        "tsimshian"@br,
        "त्सीमशीआन्"@brx,
        "tsimšian"@bs,
        "тсимшиан"@bs-Cyrl,
        "tsimshià"@ca,
        "蒂姆西亚文"@cmn,
        "欽西安文"@cmn-Hant,
        "tsimšijské jazyky"@cs,
        "tsimshisk"@da,
        "Tsimshian-Sprache"@de,
        "Τσίμσιαν"@el,
        "Tsimshian"@en,
        "tsimshiano"@es,
        "tšimši"@et,
        "تسیم‌شیانی"@fa,
        "tsimši"@fi,
        "tsimshian"@fr,
        "Tsimshian-Schpraach"@gsw,
        "સિમ્શિયન"@gu,
        "טסימשיאן"@he,
        "त्सिमीशियन"@hi,
        "tsimshian"@hr,
        "csimsiáni"@hu,
        "Tsimshia"@id,
        "tsimsíska"@is,
        "tsimshian"@it,
        "チムシュ語"@ja,
        "ಸಿಂಶಿಯನ್"@kn,
        "트심시안어"@ko,
        "ژھِمشِیان"@ks,
        "ຊີມຊີແອນ"@lo,
        "tsimšian"@lt,
        "cimšiāņu"@lv,
        "цимшијански"@mk,
        "സിംഷ്യൻ"@ml,
        "सिम्शियन"@mr,
        "Zimxjan"@mt,
        "tsimshian"@nb,
        "Tsimshian"@nl,
        "tsimshian"@nn,
        "ତିସିମିସିଆନ୍"@or,
        "tsimshian"@pl,
        "tsimshian"@pt,
        "tsimshian"@rm,
        "tsimshian"@ro,
        "цимшиан"@ru,
        "tsimshijské jazyky"@sk,
        "tsimščina"@sl,
        "Тсимшиан"@sr,
        "Tsimšian"@sr-Latn,
        "tsimshian"@sv,
        "ட்ஸிம்ஷியன்"@ta,
        "శింషీయన్"@te,
        "ซิมชีแอน"@th,
        "Tsimshian"@tr,
        "цимшиан"@uk,
        "Tiếng Tsimshian"@vi .

<http://lexvo.org/id/iso639-3/udm> a lvont:Language,
        skos:Concept ;
    lvont:isFocusOf <http://id.loc.gov/vocabulary/iso639-2/udm> ;
    lvont:iso6392BCode "udm"^^xsd:string ;
    lvont:iso6392TCode "udm"^^xsd:string ;
    lvont:iso639P3PCode "udm"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-2/udm>,
        <http://www.glottolog.org/resource/languoid/id/udmu1245> ;
    owl:sameAs <http://dbpedia.org/resource/Udmurt_language>,
        <http://psi.oasis-open.org/iso/639/#udm>,
        <http://www.lingvoj.org/lang/udm>,
        <http://www.mpii.de/yago/resource/Udmurt_language>,
        <info:lc/vocabulary/languages/udm> ;
    skos:altLabel "لغة أدمورتية"@ar,
        "Удмуртски език"@bg,
        "Oudmourteg"@br,
        "Udmurt"@ca,
        "Udmurtština"@cs,
        "Udmurtische Sprache"@de,
        "Udmurt language"@en,
        "Idioma udmurto"@es,
        "Udmurdi keel"@et,
        "زبان اودمورت"@fa,
        "Udmurtin kieli"@fi,
        "Oudmourte"@fr,
        "Udmurt nyelv"@hu,
        "Lingua udmurta"@it,
        "우드무르트어"@ko,
        "Udmurtų kalba"@lt,
        "Удмуртски јазик"@mk,
        "Udmurtisk"@nn,
        "Język udmurcki"@pl,
        "Língua udmurte"@pt,
        "Удмуртский язык"@ru,
        "Udmurtagiella"@se,
        "Удмуртски језик"@sr,
        "Udmurtiska"@sv,
        "உதுமுருத்து மொழி"@ta,
        "ภาษาอุดมูร์ต"@th,
        "Удмуртська мова"@uk ;
    skos:definition "Udmurt (, ) is a Uralic language, part of the Permic subgroup, spoken by the Udmurt natives of the Russian constituent republic of Udmurtia, where it is coofficial with Russian. It is written in the Cyrillic script with five additional characters. Together with Komi and Komi-Permyak languages, it constitutes the Permic grouping. Among outsiders, it has traditionally been referred to by its Russian exonym, Votyak. Udmurt has borrowed vocabulary from the neighboring languages Tatar and Russian."@en ;
    skos:inScheme lexvo: ;
    skos:notation "udm"^^xsd:string ;
    skos:prefLabel "Oedmoerts"@af,
        "ኡድሙርትኛ"@am,
        "الأدمرت"@ar,
        "udmurt dili"@az,
        "Удмурцкая мова"@be,
        "удмуртски"@bg,
        "উডমুর্ট"@bn,
        "oudmourteg"@br,
        "उड़मुर्त"@brx,
        "udmurt"@bs,
        "удмурт"@bs-Cyrl,
        "udmurt"@ca,
        "乌德穆尔特文"@cmn,
        "沃蒂艾克文"@cmn-Hant,
        "udmurtština"@cs,
        "Удмурт чĕлхи"@cv,
        "Fotiaceg"@cy,
        "udmurt"@da,
        "Udmurtisch"@de,
        "udmurtgbe"@ee,
        "Ουντμούρτ"@el,
        "Udmurt"@en,
        "Udmurta lingvo"@eo,
        "udmurt"@es,
        "udmurdi"@et,
        "اودمورتی"@fa,
        "udmurtti"@fi,
        "oudmourte"@fr,
        "Udmurtisch"@gsw,
        "Udmurtische Sprache"@gsw-FR,
        "ઉદમુર્ત"@gu,
        "אודמורט"@he,
        "उदमुर्त"@hi,
        "udmurtski"@hr,
        "udmurt"@hu,
        "Udmurt"@id,
        "údmúrt"@is,
        "udmurt"@it,
        "ウドムルト語"@ja,
        "უდმურტიული"@ka,
        "ಉಡ್‌ಮುರ್ಟ್"@kn,
        "우드말트어"@ko,
        "Удмурт кыв"@koi,
        "اُدمُرت"@ks,
        "Удмурт кыв"@kv,
        "ອຸດມັດ"@lo,
        "udmurtų"@lt,
        "Udmortu kalba"@lt-x,
        "udmurtu"@lv,
        "удмурт"@mk,
        "ഉഡ്മുർട്ട്"@ml,
        "उदमुर्त"@mr,
        "Udmurt"@mt,
        "Удмуртонь кель"@myv,
        "udmurt"@nb,
        "Oedmoerts"@nl,
        "udmurt"@nn,
        "Udmurtisk"@no,
        "ଉଦମୂର୍ତ୍ତ"@or,
        "udmurcki"@pl,
        "Lenga Udmurt"@pms,
        "udmurt"@pt,
        "udmurt"@rm,
        "udmurt"@ro,
        "удмуртский"@ru,
        "Icyudimuriti"@rw,
        "udmurtagiella"@se,
        "udmurtčina"@sk,
        "udmurtščina"@sl,
        "Удмурт"@sr,
        "Udmurt"@sr-Latn,
        "udmurtiska"@sv,
        "உட்முர்ட்"@ta,
        "ఉడ్ముర్ట్"@te,
        "อุดมูร์ต"@th,
        "lea fakaʻutimuliti"@to,
        "Udmurtça"@tr,
        "Удмурт теле"@tt,
        "Удмурт кыл"@udm,
        "удмуртська"@uk,
        "Tiếng Udmurt"@vi,
        "უდმურტული ნინა"@xmf,
        "乌德穆尔特语"@zh .

<http://lexvo.org/id/iso639-3/uga> a lvont:Language,
        skos:Concept ;
    lvont:isFocusOf <http://id.loc.gov/vocabulary/iso639-2/uga> ;
    lvont:iso6392BCode "uga"^^xsd:string ;
    lvont:iso6392TCode "uga"^^xsd:string ;
    lvont:iso639P3PCode "uga"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-2/uga> ;
    owl:sameAs <http://dbpedia.org/resource/Ugaritic_language>,
        <http://lexvo.org/id/wordnet/30/noun/ugaritic_1_10_00>,
        <http://psi.oasis-open.org/iso/639/#uga>,
        <http://www.lingvoj.org/lang/uga>,
        <http://www.mpii.de/yago/resource/Ugaritic_language>,
        <info:lc/vocabulary/languages/uga> ;
    skos:altLabel "لغة أوغاريتية"@ar,
        "Угаритски език"@bg,
        "Ugarític"@ca,
        "Ugaritština"@cs,
        "Ugaritische Sprache"@de,
        "Ουγκαριτική γλώσσα"@el,
        "Ugaritic language"@en,
        "Idioma ugarítico"@es,
        "زبان اوگاریتی"@fa,
        "Ugaritin kieli"@fi,
        "Ougaritique"@fr,
        "Ugariti nyelv"@hu,
        "úgarítíska"@is,
        "Lingua ugaritica"@it,
        "ウガリット語"@ja,
        "Угаритски јазик"@mk,
        "യുഗാരിതീയ ഭാഷ"@ml,
        "Oegaritisch"@nl,
        "Ugarittisk språk"@nn,
        "Język ugarycki"@pl,
        "Língua ugarítica"@pt,
        "Угаритский язык"@ru,
        "ugaritski jezik"@sl,
        "Ugaritiska"@sv,
        "ภาษายูการิติก"@th ;
    skos:definition "The Ugaritic language, a northwest Semitic language, discovered by French archaeologists in 1928, is known only in the form of writings found in the lost city of Ugarit (modern Ras Shamra), Syria. It has been used by scholars of the Old Testament to clarify Biblical Hebrew texts and has revealed ways in which ancient Israelite culture finds parallels in the neighboring cultures."@en ;
    skos:inScheme lexvo: ;
    skos:notation "uga"^^xsd:string ;
    skos:prefLabel "Idioma ugaritico"@an,
        "اليجاريتيك"@ar,
        "uqaritik dili"@az,
        "угаритски"@bg,
        "উগারিটিক"@bn,
        "ougariteg"@br,
        "उगारिती"@brx,
        "ugaritski"@bs,
        "угаритски"@bs-Cyrl,
        "ugarític"@ca,
        "乌加里特文"@cmn,
        "烏加列文"@cmn-Hant,
        "ugaritština"@cs,
        "Wgariteg"@cy,
        "ugaristisk"@da,
        "Ugaritisch"@de,
        "Ουγκαρίτικ"@el,
        "Ugaritic"@en,
        "ugarítico"@es,
        "ugariti"@et,
        "Ugaritera"@eu,
        "اوگاریتی"@fa,
        "ugarit"@fi,
        "ougaritique"@fr,
        "Lingua ugarítica"@gl,
        "Ugaritisch"@gsw,
        "યુગેરિટિક"@gu,
        "אוגריתית"@he,
        "युगैरिटिक"@hi,
        "ugaritski"@hr,
        "ugariti"@hu,
        "Ugarit"@id,
        "Úgarít"@is,
        "ugaritico"@it,
        "ウガリト語"@ja,
        "უგარითული ენა"@ka,
        "Угарит тілі"@kk,
        "ಉಗಾರಿಟಿಕ್"@kn,
        "유가리틱어"@ko,
        "اُگارتِک"@ks,
        "ຢູກາລິກ"@lo,
        "ugaritic"@lt,
        "ugaritiešu"@lv,
        "угаритски"@mk,
        "ഉഗറിട്ടിക്"@ml,
        "युगॅरिटिक"@mr,
        "Ugaritiku"@mt,
        "ugaritisk"@nb,
        "Ugaritisch"@nl,
        "ugaritisk"@nn,
        "Ugarittisk"@no,
        "ୟୁଗୋରଟିକ୍"@or,
        "ugarycki"@pl,
        "ugarítico"@pt,
        "ugaritic"@rm,
        "ugaritică"@ro,
        "угаритский"@ru,
        "Icyugaritike"@rw,
        "ugaritčina"@sk,
        "Ugaritščina"@sl,
        "Угаритски"@sr,
        "Ugaritski"@sr-Latn,
        "ugaritiska"@sv,
        "உகாரிட்க்"@ta,
        "ఉగారిటిక్"@te,
        "ยูการิต"@th,
        "Ugarit Dili"@tr,
        "угаритська"@uk,
        "یوگریٹک"@ur,
        "Tiếng Ugaritic"@vi,
        "烏加里特語"@zh .

<http://lexvo.org/id/iso639-3/ute> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "ute"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/utes1238> ;
    owl:sameAs <http://dbpedia.org/resource/Colorado_River_Numic_language>,
        <http://www.mpii.de/yago/resource/Colorado_River_Numic_language> ;
    skos:altLabel "Colorado River Numic language"@en ;
    skos:definition "Colorado River Numic (also called Ute , Southern Paiute , and Ute-Southern Paiute or Southern Paiute-Ute), of the Numic branch of the Uto-Aztecan language family, is a dialect chain that stretches from southeastern California to Colorado. Individual dialects are Chemehuevi, which is in danger of extinction, Southern Paiute (of which San Juan and Kaibab are subdialects), and Ute (in northern and southern dialects). According to the Ethnologue, there were a little less than two thousand speakers of Colorado River in 1990, or ca. 40% out of an ethnic population of 5,000."@en ;
    skos:inScheme lexvo: ;
    skos:notation "ute"^^xsd:string ;
    skos:prefLabel "Outeg"@br,
        "Ute-Southern Paiute"@en,
        "Idioma ute"@es,
        "Юте"@ru .

<http://lexvo.org/id/iso639-3/vai> a lvont:Language,
        skos:Concept ;
    lvont:isFocusOf <http://id.loc.gov/vocabulary/iso639-2/vai> ;
    lvont:iso6392BCode "vai"^^xsd:string ;
    lvont:iso6392TCode "vai"^^xsd:string ;
    lvont:iso639P3PCode "vai"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-2/vai>,
        <http://www.glottolog.org/resource/languoid/id/vaii1241> ;
    owl:sameAs <http://dbpedia.org/resource/Vai_language>,
        <http://psi.oasis-open.org/iso/639/#vai>,
        <http://www.lingvoj.org/lang/vai>,
        <http://www.mpii.de/yago/resource/Vai_language>,
        <info:lc/vocabulary/languages/vai> ;
    skos:altLabel "Vai-Sprache"@de,
        "Vai language"@en,
        "Idioma vai"@es,
        "Vaï"@fr,
        "Vai nyelv"@hu,
        "Język vai"@pl,
        "Ваи"@ru ;
    skos:definition "The Vai language, alternately called Vy or Gallinas, is a Mande language, spoken by roughly 104,000 in Liberia and by smaller populations, some 15,500, in Sierra Leone. and independently by Rev. Sigismund Wilhelm Koelle, a Sierra Leone agent of the Church Mission Society of London."@en ;
    skos:inScheme lexvo: ;
    skos:notation "vai"^^xsd:string ;
    skos:prefLabel "الفاي"@ar,
        "vay dili"@az,
        "ваи"@bg,
        "ভাই"@bn,
        "vai"@br,
        "वाई"@brx,
        "vai"@bs,
        "ваи"@bs-Cyrl,
        "vai"@ca,
        "瓦伊文"@cmn,
        "越南文（Vai）"@cmn-Hant,
        "vai"@cs,
        "Faieg"@cy,
        "vai"@da,
        "Vai"@de,
        "vaigbe"@ee,
        "Βάι"@el,
        "Vai"@en,
        "vai"@es,
        "vai"@et,
        "ویایی"@fa,
        "vai"@fi,
        "vaï"@fr,
        "Vai-Schpraach"@gsw,
        "વાઇ"@gu,
        "ואי"@he,
        "वाई"@hi,
        "vai"@hr,
        "vai"@hu,
        "Vai"@id,
        "vaí"@is,
        "vai"@it,
        "ヴァイ語"@ja,
        "ವಾಯಿ"@kn,
        "바이어"@ko,
        "واے"@ks,
        "ໄວ"@lo,
        "vai"@lt,
        "vaju"@lv,
        "ваи"@mk,
        "വൈ"@ml,
        "वाई"@mr,
        "Vai"@mt,
        "vai"@nb,
        "Vai"@nl,
        "vai"@nn,
        "ଭାଇ"@or,
        "wai"@pl,
        "Lenga Vai"@pms,
        "vai"@pt,
        "vai"@rm,
        "vai"@ro,
        "ваи"@ru,
        "vai"@sk,
        "vajščina"@sl,
        "Ваи"@sr,
        "Vai"@sr-Latn,
        "vaj"@sv,
        "Kivai"@swh,
        "வை"@ta,
        "వాయి"@te,
        "ไว"@th,
        "lea fakavai"@to,
        "Vai"@tr,
        "ваї"@uk,
        "ꕙꔤ"@vai,
        "Vai"@vai-Latn,
        "Tiếng Vai"@vi,
        "瓦伊語"@zh .

<http://lexvo.org/id/iso639-3/vot> a lvont:Language,
        skos:Concept ;
    lvont:isFocusOf <http://id.loc.gov/vocabulary/iso639-2/vot> ;
    lvont:iso6392BCode "vot"^^xsd:string ;
    lvont:iso6392TCode "vot"^^xsd:string ;
    lvont:iso639P3PCode "vot"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-2/vot>,
        <http://www.glottolog.org/resource/languoid/id/voti1245> ;
    owl:sameAs <http://dbpedia.org/resource/Votic_language>,
        <http://psi.oasis-open.org/iso/639/#vot>,
        <http://www.lingvoj.org/lang/vot>,
        <http://www.mpii.de/yago/resource/Votic_language>,
        <info:lc/vocabulary/languages/vot> ;
    skos:altLabel "Вотски език"@bg,
        "votyakeg"@br,
        "Vòtic"@ca,
        "votiatština"@cs,
        "Wotische Sprache"@de,
        "Votic language"@en,
        "Vadja keel"@et,
        "Vatja"@fi,
        "Vote"@fr,
        "ווטיק"@he,
        "Vót nyelv"@hu,
        "Lingua votica"@it,
        "보틱어"@ko,
        "Vodų kalba"@lt,
        "Votu valoda"@lv,
        "Wotisch"@nl,
        "Votisk"@nn,
        "Język wotycki"@pl,
        "Língua vótica"@pt,
        "Водский язык"@ru,
        "Votiska"@sv,
        "Водська мова"@uk ;
    skos:definition "Votic or Votian (vađđa ceeli or maa ceeli – also written vaďďa tšeeli, maatšeeli ) is the language spoken by the Votes of Ingria. It is closely related to Estonian and belongs to the Finnic subgroup of Uralic languages. Votic is spoken only in Krakolye and Luzhitsy, two villages in the Kingisepp district, and is close to extinction. In 1989 there were 62 speakers left, the youngest born in 1938. In its 24 December 2005 issue, The Economist wrote that there are only approximately 20 speakers left. Some linguists have claimed that Votic is actually a dialect of Estonian."@en ;
    skos:inScheme lexvo: ;
    skos:notation "vot"^^xsd:string ;
    skos:prefLabel "Woties"@af,
        "الفوتيك"@ar,
        "votik dili"@az,
        "вотик"@bg,
        "ভোটিক"@bn,
        "Voteg"@br,
        "वोटीक"@brx,
        "votski"@bs,
        "вотски"@bs-Cyrl,
        "vòtic"@ca,
        "Votihoyn mott"@ce,
        "沃提克文"@cmn,
        "沃提克文"@cmn-Hant,
        "Votština"@cs,
        "Водь чĕлхи"@cv,
        "votisk"@da,
        "Wotisch"@de,
        "Βότικ"@el,
        "Votic"@en,
        "Vota lingvo"@eo,
        "vótico"@es,
        "vadja"@et,
        "وتی"@fa,
        "vatja"@fi,
        "vote"@fr,
        "Wotisch"@gsw,
        "વોટિક"@gu,
        "Votish"@gv,
        "וודית"@he,
        "वॉटिक"@hi,
        "votic"@hr,
        "votják"@hu,
        "Votia"@id,
        "votíska"@is,
        "voto"@it,
        "ヴォート語"@ja,
        "ವೋಟಿಕ್"@kn,
        "바트어"@ko,
        "Водь кыв"@koi,
        "ووتِک"@ks,
        "Водь кыв"@kv,
        "ໂວຕິກ"@lo,
        "votik"@lt,
        "Vuodu kalba"@lt-x,
        "votu"@lv,
        "вотски"@mk,
        "വോട്ടിക്"@ml,
        "वॉटिक"@mr,
        "Votik"@mt,
        "Водь кель"@myv,
        "votisk"@nb,
        "Votisch"@nl,
        "votisk"@nn,
        "Votisk"@no,
        "ଭୋଟିକ୍"@or,
        "wotiacki"@pl,
        "Lenga Vod"@pms,
        "votic"@pt,
        "votic"@rm,
        "votic"@ro,
        "водский"@ru,
        "Vatjagiella"@se,
        "vodčina"@sk,
        "votjaščina"@sl,
        "Вотски"@sr,
        "Votski"@sr-Latn,
        "votiska"@sv,
        "வோட்க்"@ta,
        "వోటిక్"@te,
        "โวทิก"@th,
        "Votic"@tr,
        "водська"@uk,
        "Tiếng Votic"@vi,
        "Vad'a kiil"@vro .

<http://lexvo.org/id/iso639-3/was> a lvont:Language,
        skos:Concept ;
    lvont:isFocusOf <http://id.loc.gov/vocabulary/iso639-2/was> ;
    lvont:iso6392BCode "was"^^xsd:string ;
    lvont:iso6392TCode "was"^^xsd:string ;
    lvont:iso639P3PCode "was"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-2/was>,
        <http://www.glottolog.org/resource/languoid/id/wash1253> ;
    owl:sameAs <http://dbpedia.org/resource/Washo_language>,
        <http://psi.oasis-open.org/iso/639/#was>,
        <http://www.lingvoj.org/lang/was>,
        <http://www.mpii.de/yago/resource/Washo_language>,
        <info:lc/vocabulary/languages/was> ;
    skos:altLabel "Wachoeg"@br,
        "Washo-Sprache"@de,
        "Washo language"@en,
        "Idioma washo"@es,
        "Washo"@fr,
        "Washoan"@hr,
        "Уошо"@ru ;
    skos:definition "The Washo language (Washo: wá:šiw ʔítlu) (also Washoe) is an endangered Native American language isolate spoken by the Washo on the California–Nevada border in the drainages of the Truckee and Carson Rivers, especially around Lake Tahoe. While there are very few speakers of Washo today (only 10 according to some; 252 according to the 2000 US Census ), there are Washo-language programs aimed at increasing the number of proficient speakers. The speakers of Washo at the end of the twentieth century included 64 individuals between the ages of 5 and 17, 4 of whom have limited English proficiency. The language has borrowed from the neighboring Uto-Aztecan, Maiduan and Miwokan languages and is connected to both the Great Basin and California sprachbunds."@en ;
    skos:inScheme lexvo: ;
    skos:notation "was"^^xsd:string ;
    skos:prefLabel "الواشو"@ar,
        "vaşo dili"@az,
        "уашо"@bg,
        "ওয়াশো"@bn,
        "washo"@br,
        "वाशो"@brx,
        "vašo"@bs,
        "вашо"@bs-Cyrl,
        "washo"@ca,
        "瓦绍文"@cmn,
        "瓦紹文"@cmn-Hant,
        "waština"@cs,
        "washo"@da,
        "Washoe"@de,
        "Γουασό"@el,
        "Washo"@en,
        "washo"@es,
        "vašo"@et,
        "Waxo hizkuntza"@eu,
        "واشویی"@fa,
        "washo"@fi,
        "washo"@fr,
        "Washo-Schpraach"@gsw,
        "વાશો"@gu,
        "וואשו"@he,
        "वाशो"@hi,
        "washo"@hr,
        "vasó"@hu,
        "Washo"@id,
        "vasjó"@is,
        "washo"@it,
        "ワショ語"@ja,
        "ವಾಷೋ"@kn,
        "와쇼어"@ko,
        "واشو"@ks,
        "ວາໂຊ"@lo,
        "vašo"@lt,
        "vašo"@lv,
        "вашо"@mk,
        "വാഷൊ"@ml,
        "वाशो"@mr,
        "Waxo"@mt,
        "washo"@nb,
        "Washo"@nl,
        "washo"@nn,
        "ୱାସୋ"@or,
        "washo"@pl,
        "Lenga washo"@pms,
        "washo"@pt,
        "washo"@rm,
        "washo"@ro,
        "вашо"@ru,
        "Washoan"@sh,
        "washo"@sk,
        "vašajščina"@sl,
        "Вашо"@sr,
        "Vašo"@sr-Latn,
        "washo"@sv,
        "வாஷோ"@ta,
        "వాషో"@te,
        "วาโช"@th,
        "Vaşo"@tr,
        "вашо"@uk,
        "Tiếng Washo"@vi .

<http://lexvo.org/id/iso639-3/wbp> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "wbp"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/warl1254> ;
    owl:sameAs <http://dbpedia.org/resource/Warlpiri_language>,
        <http://lexvo.org/id/wordnet/30/noun/walbiri_1_10_00>,
        <http://www.mpii.de/yago/resource/Warlpiri_language> ;
    skos:altLabel "Warlpiri language"@en ;
    skos:definition "The Warlpiri language is spoken by about 3000 of the Warlpiri people in Australia's Northern Territory. It is one of the Ngarrkic languages of the large Southwest branch of the Pama–Nyungan family, and is one of the largest aboriginal languages in Australia in terms of number of speakers."@en ;
    skos:inScheme lexvo: ;
    skos:notation "wbp"^^xsd:string ;
    skos:prefLabel "Warlpiri"@de,
        "Warlpiri"@en,
        "Idioma warlpiri"@es,
        "Warlpiri"@fr,
        "Lingua warlpiri"@it,
        "Warlpiri"@no,
        "Lenga warlpiri"@pms,
        "Língua warlpiri"@pt,
        "Вальбири"@ru,
        "Warlpiri"@sv .

<http://lexvo.org/id/iso639-3/wdj> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "wdj"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/wadj1254> ;
    owl:sameAs <http://dbpedia.org/resource/Wadjiginy_language>,
        <http://www.mpii.de/yago/resource/Wadjiginy_language> ;
    skos:altLabel "Wadjiginy language"@en ;
    skos:definition "Patjtjamalh (Kandjerramalh, Pungupungu, Kuwama) and Wadjiginy (Wagaydy, Wogaity) are dialects of an Australian Aboriginal language of uncertain classification."@en ;
    skos:inScheme lexvo: ;
    skos:notation "wdj"^^xsd:string ;
    skos:prefLabel "Wadjiginy"@en .

<http://lexvo.org/id/iso639-3/wit> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "wit"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/wint1259> ;
    owl:sameAs <http://dbpedia.org/resource/Wintu_language>,
        <http://www.mpii.de/yago/resource/Wintu_language> ;
    skos:altLabel "Wintu language"@en ;
    skos:definition "Wintu is an endangered Wintuan language spoken by the Wintu people of Northern California. Wintu is the northernmost member of the Wintun family of languages. The Wintun family of languages was spoken in the Sacramento River Valley and in adjacent areas up to the Cardinez Strait of San Francisco Bay. Wintun is a branch of the Penutian stock of languages of western North America, more closely related to four other families of Penutian languages spoken in California: Maiduan, Miwokan, Yokuts, and Costanoan."@en ;
    skos:inScheme lexvo: ;
    skos:notation "wit"^^xsd:string ;
    skos:prefLabel "Wintoueg"@br,
        "Wintu"@en,
        "Wintu"@fr,
        "Винту"@ru .

<http://lexvo.org/id/iso639-3/xtc> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "xtc"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/katc1249> ;
    owl:sameAs <http://dbpedia.org/resource/Kadugli_language>,
        <http://www.mpii.de/yago/resource/Kadugli_language> ;
    skos:altLabel "Katcha-Kadugli-Miri"@en ;
    skos:definition "Kadugli, also Katcha-Kadugli-Miri or Central Kadu, is a Kadu language or dialect cluster spoken in Kordofan. Stevenson treats them as dialects of one language, and they share a single ISO code, though Schadeberg (1989) treats them as separate languages."@en ;
    skos:inScheme lexvo: ;
    skos:notation "xtc"^^xsd:string ;
    skos:prefLabel "Kadugli language"@en,
        "Кадуглиски јазик"@mk .

<http://lexvo.org/id/iso639-3/yao> a lvont:Language,
        skos:Concept ;
    lvont:isFocusOf <http://id.loc.gov/vocabulary/iso639-2/yao> ;
    lvont:iso6392BCode "yao"^^xsd:string ;
    lvont:iso6392TCode "yao"^^xsd:string ;
    lvont:iso639P3PCode "yao"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-2/yao>,
        <http://www.glottolog.org/resource/languoid/id/yaoo1241> ;
    owl:sameAs <http://dbpedia.org/resource/Makonde_language>,
        <http://psi.oasis-open.org/iso/639/#yao>,
        <http://www.lingvoj.org/lang/yao>,
        <http://www.mpii.de/yago/resource/Makonde_language>,
        <info:lc/vocabulary/languages/yao> ;
    skos:altLabel "Маконде"@bg,
        "Yao-Sprache"@de,
        "Makonde language"@en,
        "Makonde"@fr,
        "マコンデ語"@ja,
        "Língua maconde"@pt ;
    skos:definition "Makonde is the language spoken by the Makonde, an ethnic group in southeast Tanzania and northern Mozambique. Makonde is a central Bantu language closely related to Yao. The Matembwe dialect is divergent, and may not be Makonde."@en ;
    skos:inScheme lexvo: ;
    skos:notation "yao"^^xsd:string ;
    skos:prefLabel "الياو"@ar,
        "yao dili"@az,
        "яо"@bg,
        "ইয়াও"@bn,
        "yao"@br,
        "याओ"@brx,
        "jao"@bs,
        "јао"@bs-Cyrl,
        "yao"@ca,
        "瑶族文"@cmn,
        "瑤文"@cmn-Hant,
        "jaoština"@cs,
        "yao"@da,
        "Chimakonde"@de,
        "Γιάο"@el,
        "Yao"@en,
        "yao"@es,
        "jao"@et,
        "یائویی"@fa,
        "jao"@fi,
        "yao"@fr,
        "Yao-Schpraach"@gsw,
        "યાઓ"@gu,
        "יאו"@he,
        "याओ"@hi,
        "yao"@hr,
        "jaó"@hu,
        "Yao"@id,
        "jaó"@is,
        "yao (bantu)"@it,
        "ヤオ語"@ja,
        "ಯಾಓ"@kn,
        "야오족어"@ko,
        "یاو"@ks,
        "ເຢົ້າ"@lo,
        "jao"@lt,
        "jao"@lv,
        "јао"@mk,
        "യാവോ"@ml,
        "याओ"@mr,
        "Jao"@mt,
        "yao"@nb,
        "Yao"@nl,
        "yao"@nn,
        "ୟାଓ"@or,
        "yao"@pl,
        "Lenga Makonde"@pms,
        "yao"@pt,
        "yao"@rm,
        "yao"@ro,
        "яо"@ru,
        "jao"@sk,
        "jaojščina"@sl,
        "Јао"@sr,
        "Jao"@sr-Latn,
        "kiyao"@sv,
        "Kimakonde"@sw,
        "யாவ்"@ta,
        "యాఒ"@te,
        "เย้า"@th,
        "Yao"@tr,
        "яо"@uk,
        "Tiếng Yao"@vi .

<http://lexvo.org/id/iso639-3/yap> a lvont:Language,
        skos:Concept ;
    lvont:isFocusOf <http://id.loc.gov/vocabulary/iso639-2/yap> ;
    lvont:iso6392BCode "yap"^^xsd:string ;
    lvont:iso6392TCode "yap"^^xsd:string ;
    lvont:iso639P3PCode "yap"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-2/yap>,
        <http://www.glottolog.org/resource/languoid/id/yape1248> ;
    owl:sameAs <http://dbpedia.org/resource/Yapese_language>,
        <http://psi.oasis-open.org/iso/639/#yap>,
        <http://www.lingvoj.org/lang/yap>,
        <http://www.mpii.de/yago/resource/Yapese_language>,
        <info:lc/vocabulary/languages/yap> ;
    skos:altLabel "Yapesische Sprache"@de,
        "Yapese language"@en,
        "Yapin kieli"@fi,
        "yapois"@fr,
        "Japski jezik"@hr,
        "Lingua yapese"@it,
        "Japo kalba"@lt,
        "Língua yap"@pt,
        "Япский язык"@ru ;
    skos:definition "Yapese is a language spoken by the people on the island of Yap (Federated States of Micronesia)."@en ;
    skos:inScheme lexvo: ;
    skos:notation "yap"^^xsd:string ;
    skos:prefLabel "اليابيز"@ar,
        "yapiz dili"@az,
        "япезе"@bg,
        "ইয়াপেসে"@bn,
        "yapeg"@br,
        "यापीज़"@brx,
        "japeški"@bs,
        "јапешки"@bs-Cyrl,
        "yapeà"@ca,
        "雅浦文"@cmn,
        "雅浦文"@cmn-Hant,
        "yapese"@cs,
        "yapese"@da,
        "Yapesisch"@de,
        "yapesigbe"@ee,
        "Γιαπίζ"@el,
        "Yapese"@en,
        "yapés"@es,
        "japi"@et,
        "یاپی"@fa,
        "japi"@fi,
        "Yap"@fr,
        "Yapesisch"@gsw,
        "યાપીસ"@gu,
        "יאפזית"@he,
        "यापीस"@hi,
        "japski"@hr,
        "japi"@hu,
        "Yapois"@id,
        "japíska"@is,
        "yapese"@it,
        "ヤップ語"@ja,
        "ಯಪೀಸೆ"@kn,
        "얍페세어"@ko,
        "یَپیٖز"@ks,
        "ຢັບ"@lo,
        "japezų"@lt,
        "japiešu"@lv,
        "јапезе"@mk,
        "യെപ്പീസ്"@ml,
        "यापीस"@mr,
        "Japese"@mt,
        "yapesisk"@nb,
        "Yapees"@nl,
        "yapesisk"@nn,
        "Yapesisk"@no,
        "ୟାପୀସ୍"@or,
        "japski"@pl,
        "Lenga Yapese"@pms,
        "yapese"@pt,
        "yapais"@rm,
        "yapeză"@ro,
        "яп"@ru,
        "japčina"@sk,
        "japščina"@sl,
        "Јапешки"@sr,
        "Japeški"@sr-Latn,
        "japetiska"@sv,
        "யாபேசி"@ta,
        "యాపిస్"@te,
        "ยัป"@th,
        "lea fakaʻiapi"@to,
        "Yapça"@tr,
        "яп"@uk,
        "Tiếng Yap"@vi .

<http://lexvo.org/id/iso639-3/yok> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "yok"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/yoku1256> ;
    owl:sameAs <http://dbpedia.org/resource/Yokutsan_languages>,
        <http://www.mpii.de/yago/resource/Yokutsan_languages> ;
    skos:altLabel "Yokutsan languages"@en ;
    skos:definition "Yokutsan (also known as Yokuts and Mariposan) is an endangered language family spoken in the interior of Northern and Central California in and around the San Joaquin Valley by the Yokut people. The speakers of Yokutsan languages were severely affected by disease, missionaries, and the Gold Rush. While descendants of Yokutsan-family speakers currently number in the thousands, most of the constituent languages are now extinct."@en ;
    skos:inScheme lexvo: ;
    skos:notation "yok"^^xsd:string ;
    skos:prefLabel "Yezhoù yokoutsek"@br,
        "Yokuts"@en,
        "Lenguas yokuts"@es,
        "Langues yokuts"@fr,
        "Mariposan"@hr,
        "Йокутские языки"@ru .

<http://lexvo.org/id/iso639-3/yrk> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "yrk"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/nene1249> ;
    owl:sameAs <http://dbpedia.org/resource/Forest_Nenets_language>,
        <http://www.mpii.de/yago/resource/Forest_Nenets_language> ;
    skos:altLabel "Forest Nenets language"@en ;
    skos:definition "Forest Nenets is a Samoyedic language spoken in northern Russia, around the Agan, Pur, Lyamin and Nadym rivers, by the Nenets people. It is closely related to the Tundra Nenets language, and the two are still sometimes seen as simply being dialects of a single Nenets language, despite there being low mutual intelligibility between the two. The next closest relatives are Nganasan and Enets, after them Selkup, and even more distantly the other Uralic languages."@en ;
    skos:inScheme lexvo: ;
    skos:notation "yrk"^^xsd:string ;
    skos:prefLabel "Nenets"@en,
        "Nénètse des forêts"@fr,
        "Skogsnenetsisk"@nn,
        "Ненецкий лесной язык"@ru,
        "Tiếng Nenet Rừng núi"@vi .

<http://lexvo.org/id/iso639-3/yua> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "yua"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/yuca1254> ;
    owl:sameAs <http://dbpedia.org/resource/Yucatec_Maya_language>,
        <http://lexvo.org/id/wordnet/30/noun/yucatec_1_10_00>,
        <http://www.mpii.de/yago/resource/Yucatec_Maya_language> ;
    skos:altLabel "Maya, Yucatec"@en,
        "Yucatec Maya"@en,
        "Yucatec Maya language"@en,
        "Yucatec language"@en ;
    skos:definition "Yucatec Maya (Yukatek Maya in the revised orthography of the Academia de Lenguas Mayas de Guatemala), called Màaya tàan (lit. \"Maya speech\") by its speakers, is a Mayan language spoken in the Yucatán Peninsula and northern Belize. To native speakers, it is known only as Maya - \"Yucatec\" is a tag linguists use to distinguish it from other Mayan languages (such as Kiche and Itza Maya)."@en ;
    skos:inScheme lexvo: ;
    skos:notation "yua"^^xsd:string ;
    skos:prefLabel "Yukatek"@ca,
        "Mayathan"@de,
        "Yucateco"@en,
        "Jukatana majaa lingvo"@eo,
        "Idioma maya"@es,
        "Jukatek"@fi,
        "Maya yucatèque"@fr,
        "Jukaték-maja nyelv"@hu,
        "Lingua maya yucateca"@it,
        "ユカテコ語"@ja,
        "유카텍어"@ko,
        "Jukatekų majų kalba"@lt,
        "Јукатански мајански јазик"@mk,
        "Yucatēcatl mayatlahtōlli"@nah,
        "Yucateeks Maya"@nl,
        "Yukatansk maya"@no,
        "Język maya"@pl,
        "Iucateque"@pt,
        "Maya simi"@qu,
        "Yucatec"@ro,
        "Юкатекский язык"@ru,
        "Мајатан"@sr,
        "Yukatek"@sv,
        "猶加敦馬雅語"@zh .

<http://lexvo.org/id/iso639-3/zen> a lvont:Language,
        skos:Concept ;
    lvont:isFocusOf <http://id.loc.gov/vocabulary/iso639-2/zen> ;
    lvont:iso6392BCode "zen"^^xsd:string ;
    lvont:iso6392TCode "zen"^^xsd:string ;
    lvont:iso639P3PCode "zen"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-2/zen>,
        <http://www.glottolog.org/resource/languoid/id/zena1248> ;
    owl:sameAs <http://dbpedia.org/resource/Zenaga_language>,
        <http://psi.oasis-open.org/iso/639/#zen>,
        <http://www.lingvoj.org/lang/zen>,
        <http://www.mpii.de/yago/resource/Zenaga_language>,
        <info:lc/vocabulary/languages/zen> ;
    skos:altLabel "لهجة آزناك"@ar,
        "Zenagaeg"@br,
        "Zenaga language"@en,
        "Idioma zenaga"@es,
        "Zenaga"@fr,
        "Zenaga jezik"@hr,
        "Lingua zenaga"@it,
        "зенагский"@ru ;
    skos:definition "Zenaga (autonym ) is a Berber language spoken by some 200 people between Mederdra and the Atlantic coast in southwestern Mauritania. The language shares its basic structure with other Berber languages, but specific details are quite different; in fact, it is probably the most divergent surviving Berber language, with a significantly different sound system made even more distant by sound changes such as /l/ > /dj/ and /x/ > /k/, as well as a difficult-to-explain profusion of glottal stops. The name Zenaga comes from that of a much larger ancient Berber tribe (Iznagen), known to medieval Arab geographers as the Senhaja."@en ;
    skos:inScheme lexvo: ;
    skos:notation "zen"^^xsd:string ;
    skos:prefLabel "Idioma zenacha"@an,
        "الزيناجا"@ar,
        "zenaqa dili"@az,
        "зенага"@bg,
        "জেনাগা"@bn,
        "ཟེ་ན་གཱ་སྐད།"@bo,
        "zenaga"@br,
        "ज़ेनागा"@brx,
        "zenaga"@bs,
        "зенага"@bs-Cyrl,
        "zenaga"@ca,
        "泽纳加文"@cmn,
        "澤納加文"@cmn-Hant,
        "zenaga"@cs,
        "zenaga"@da,
        "Zenaga"@de,
        "Ζενάγκα"@el,
        "Zenaga"@en,
        "zenaga"@es,
        "zenaga"@et,
        "زناگا"@fa,
        "zenaga"@fi,
        "zenaga"@fr,
        "Zenaga"@gsw,
        "ઝેનાગા"@gu,
        "זנאגה"@he,
        "ज़ेनान्गा"@hi,
        "zenaga"@hr,
        "zenaga"@hu,
        "Zenaga"@id,
        "senaga"@is,
        "zenaga"@it,
        "ゼナガ語"@ja,
        "ಝೆನಾಗಾ"@kn,
        "제나가어"@ko,
        "زیناگا"@ks,
        "ເຊນາກາ"@lo,
        "zenaga"@lt,
        "zenagu"@lv,
        "зенага"@mk,
        "സെനഗ"@ml,
        "झेनान्गा"@mr,
        "Żenaga"@mt,
        "zenaga"@nb,
        "Zenaga"@nl,
        "zenaga"@nn,
        "Zenaga"@oc,
        "ଜେନାଗା"@or,
        "zenaga"@pl,
        "Lenga Zenaga"@pms,
        "zenaga"@pt,
        "zenaga"@rm,
        "zenaga"@ro,
        "Зенага"@ru,
        "Zenaga jezik"@sh,
        "zenaga"@sk,
        "zenaščina"@sl,
        "Зенага"@sr,
        "Zenaga"@sr-Latn,
        "zenaga"@sv,
        "ஜெனகா"@ta,
        "జెనాగా"@te,
        "เซนากา"@th,
        "Zenaga"@tr,
        "зенага"@uk,
        "Tiếng Zenaga"@vi .

<http://lexvo.org/id/iso639-3/zun> a lvont:Language,
        skos:Concept ;
    lvont:isFocusOf <http://id.loc.gov/vocabulary/iso639-2/zun> ;
    lvont:iso6392BCode "zun"^^xsd:string ;
    lvont:iso6392TCode "zun"^^xsd:string ;
    lvont:iso639P3PCode "zun"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-2/zun>,
        <http://www.glottolog.org/resource/languoid/id/zuni1245> ;
    owl:sameAs <http://dbpedia.org/resource/Zuni_language>,
        <http://psi.oasis-open.org/iso/639/#zun>,
        <http://www.lingvoj.org/lang/zun>,
        <http://www.mpii.de/yago/resource/Zuni_language>,
        <info:lc/vocabulary/languages/zun> ;
    skos:altLabel "Achiwieg"@br,
        "Llengua zuni"@ca,
        "Zuni-Sprache"@de,
        "Zuni language"@en,
        "Idioma zuñi"@es,
        "Língua zuni"@pt,
        "зуньи"@ru ;
    skos:definition "Zuni (also Zuñi) is a language of the Zuni people, indigenous to western New Mexico and eastern Arizona in the United States. It is spoken by around 9,500 people worldwide, especially in the vicinity of Zuni Pueblo, New Mexico, and much smaller numbers in parts of Arizona."@en ;
    skos:inScheme lexvo: ;
    skos:notation "zun"^^xsd:string ;
    skos:prefLabel "الزونية"@ar,
        "zuni dili"@az,
        "зуни"@bg,
        "জুনি"@bn,
        "ཟུ་ནི་སྐད།"@bo,
        "zuni"@br,
        "ज़ुनी"@brx,
        "zuni"@bs,
        "зуни"@bs-Cyrl,
        "zuni"@ca,
        "祖尼文"@cmn,
        "祖尼文"@cmn-Hant,
        "zunijština"@cs,
        "zuni"@da,
        "Zuñi"@de,
        "Ζούνι"@el,
        "Zuni"@en,
        "zuni"@es,
        "sunji"@et,
        "زونیایی"@fa,
        "zuni"@fi,
        "zuni"@fr,
        "Zuni-Schpraach"@gsw,
        "ઝૂની"@gu,
        "זוני"@he,
        "ज़ूनी"@hi,
        "zuni"@hr,
        "zuni"@hu,
        "Zuni"@id,
        "súní"@is,
        "zuni"@it,
        "ズニ語"@ja,
        "ಝೂನಿ"@kn,
        "주니어"@ko,
        "زوٗنی"@ks,
        "ຊູນີ"@lo,
        "zuni"@lt,
        "zunju"@lv,
        "зуни"@mk,
        "സുനി"@ml,
        "झुनी"@mr,
        "Żuni"@mt,
        "zuni"@nb,
        "Zuni"@nl,
        "zuni"@nn,
        "ଜୁନୀ"@or,
        "zuni"@pl,
        "Lenga zuni"@pms,
        "zunhi"@pt,
        "Shiwi simi"@qu,
        "zuni"@rm,
        "zuni"@ro,
        "Зуни"@ru,
        "Zuni leid"@sco,
        "zuniština"@sk,
        "zunijščina"@sl,
        "Зуни"@sr,
        "Zuni"@sr-Latn,
        "zuni"@sv,
        "ஜூனி"@ta,
        "జుని"@te,
        "ซูนิ"@th,
        "Zuni"@tr,
        "зуньї"@uk,
        "Tiếng Zuni"@vi .

<http://lexvo.org/id/iso639-5/afa> a lvont:Language,
        skos:Concept ;
    lvont:iso6392BCode "afa"^^xsd:string ;
    lvont:iso639P5Code "afa"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-5/afa> ;
    owl:sameAs <http://dbpedia.org/resource/Afro-Asiatic_languages>,
        <http://dbpedia.org/resource/Afroasiatic_languages>,
        <http://www.mpii.de/yago/resource/Afro-Asiatic_languages>,
        <http://www.mpii.de/yago/resource/Afroasiatic_languages>,
        <info:lc/vocabulary/languages/afa> ;
    skos:altLabel "Ander Afro-Asiaties"@af,
        "لغات أفريقية آسيوية"@ar,
        "Афро-азиатски езици"@bg,
        "আফ্রো-এশিয়াটিক ভাষা"@bn,
        "আফ্রো-এশীয় ভাষাসমূহ"@bn,
        "Afroazijski jezici"@bs,
        "Llengües afroasiàtiques"@ca,
        "Afroasijské jazyky"@cs,
        "Ieithoedd Affro-Asiaidd"@cy,
        "Afroasiatiske sprog"@da,
        "Afroasiatische Sprachen"@de,
        "Αφροασιατικές γλώσσες"@el,
        "Afro-Asiatic Language"@en,
        "Afro-Asiatic language"@en,
        "Afro-Asiatic languages"@en,
        "Afroasiatic languages"@en,
        "Lenguas afroasiáticas"@es,
        "Afroaasia keeled"@et,
        "زبان‌های آفریقایی-آسیایی"@fa,
        "Afroaasialaiset kielet"@fi,
        "Langues chamito-sémitiques"@fr,
        "afro-asiatiques, langues"@fr,
        "langue afro-asiatiques"@fr,
        "Linguas afroasiáticas"@gl,
        "שפות אפרו-אסיאתיות"@he,
        "सामी-हामी भाषा-परिवार"@hi,
        "ostali afričko-azijski"@hr,
        "Afroázsiai nyelvcsalád"@hu,
        "Rumpun bahasa Afroasiatik"@id,
        "Lingue afro-asiatiche"@it,
        "アフロ・アジア語族"@ja,
        "ಆಫ್ರೋ-ಏಷ್ಯಾಟಿಕ್ ಭಾಷೆಗಳು"@kn,
        "아시아-아프리카어 (기타)"@ko,
        "Semitų-chamitų kalbos"@lt,
        "Afroaziātu valodas"@lv,
        "Афроазиски јазици"@mk,
        "Afro-Aziatische talen"@nl,
        "Afroasiatiske språk"@nn,
        "Języki afroazjatyckie"@pl,
        "Línguas afro-asiáticas"@pt,
        "Limbi afro-asiatice"@ro,
        "Афразийские языки"@ru,
        "Afroázijské jazyky"@sk,
        "Afroazijski jeziki"@sl,
        "Афро-азијски језици"@sr,
        "Afroasiatiska språk"@sv,
        "ஆபிரிக்க-ஆசிய மொழிகள்"@ta,
        "ตระกูลภาษาแอฟโฟร-เอเชียติก"@th,
        "Afro-Asyatik diller"@tr,
        "афро-азійська мова"@uk,
        "Hệ ngôn ngữ Phi-Á"@vi ;
    skos:definition "The Afroasiatic languages (alternatively Afro-Asiatic), also known as Hamito-Semitic, The phylum is spoken by 200 to 300 million people primarily spread throughout the Middle East, North Africa, the Horn of Africa, and parts of the Sahel."@en ;
    skos:inScheme lexvo: ;
    skos:prefLabel "Afro-Asiatiese tale"@af,
        "Luengas afro-asiaticas"@an,
        "لغة أفرو آسيوية"@ar,
        "afro-aziat dili"@az,
        "афра-азіяцкая мова"@be,
        "афро-азиатски"@bg,
        "অফ্রো-এশিয়াটিক"@bn,
        "Yezhoù afrikat-hag-aziat"@br,
        "अफ्रो-एशियाई भाषाएँ"@brx,
        "afro-azijatski"@bs,
        "афро-азијатски"@bs-Cyrl,
        "llengua afroasiàtica"@ca,
        "其他亚非语系"@cmn,
        "亞非諸語言"@cmn-Hant,
        "afroasijské jazyky"@cs,
        "iaith Affro-Asiaidd"@cy,
        "afro-asiatisk sprog"@da,
        "Afroasiatisch"@de,
        "Αφροασιατική γλώσσα"@el,
        "Afroasiatic language"@en,
        "Afrikazia lingvaro"@eo,
        "lengua afroasiática"@es,
        "afroaasia keel"@et,
        "Afroasiar hizkuntzak"@eu,
        "زبان افریقا و آسیایی"@fa,
        "afroaasialainen kieli"@fi,
        "langue afro-asiatique"@fr,
        "Afro-Aziatyske talen"@fy,
        "Teangacha Afráiseacha"@ga,
        "lingua afro-asiática"@gl,
        "Afro-Asiatischi Schpraach"@gsw,
        "Afro-asiatische Sprachen"@gsw-FR,
        "અફ્રો-એશિયાટીક ભાષાઓ"@gu,
        "Çhengaghyn Affro-Aishanagh"@gv,
        "שפה אפרו-אסייתית"@he,
        "अफ्रो-एशियाई भाषाएँ"@hi,
        "Afrazijski jezici"@hr,
        "Afroaziske rěče"@hsb,
        "afroázsiai nyelv"@hu,
        "Linguas afro-asiatic"@ia,
        "Rumpun Bahasa Afro-Asia"@id,
        "Pagsasao nga Afro-Asiatica"@ilo,
        "afróasísk mál (önnur)"@is,
        "lingua afroasiatica"@it,
        "セム・ハム諸語"@ja,
        "Basa Afro-Asiatik"@jv,
        "აფრაზიული ენები"@ka,
        "Tutlayin tifrusyawiyin"@kab,
        "ಆಫ್ರೋ-ಏಶಿಯಾಟಿಕ್ ಭಾಷೆ"@kn,
        "아프리카아시아어족"@ko,
        "ایفرو ایشیٲیی زبانہٕ"@ks,
        "Malbata zimanên afrîkayî û asyayî"@ku,
        "Linguae Afrasiaticae"@la,
        "ພາສາ ແອໂຟຣ-ເອເຊຍຕິກ"@lo,
        "afroazijos kalba"@lt,
        "afroaziātu valodas"@lv,
        "афроазијатски"@mk,
        "ആഫ്രോ-ഏഷ്യാറ്റിക് ഭാഷ"@ml,
        "अफ्रो-अशियाई भाषा"@mr,
        "Bahasa-bahasa Afro-Asia"@ms,
        "Afro-Asjatiku (Oħra)"@mt,
        "afroasiatisk språk"@nb,
        "Afro-Aziatische taal"@nl,
        "afroasiatisk språk"@nn,
        "Afroasiatiske språk"@no,
        "Lengas afroasiaticas"@oc,
        "ଆଫ୍ରୋ ଏସିଆଟିକ୍ ଭାଷା"@or,
        "afro-azjatycki"@pl,
        "Lenghe afro-asiàtiche"@pms,
        "idioma afro-asiático"@pt,
        "Aphruasyatiku rimaykuna"@qu,
        "lingua afro-asiatica"@rm,
        "limbă afro-asiatică"@ro,
        "афразийский язык"@ru,
        "Indimi z’ikinyafuro-aziyatike"@rw,
        "Afroazijski jezici"@sh,
        "afroázijské jazyky"@sk,
        "afroazijski jezik"@sl,
        "Afro-Azia"@sq,
        "Афро-азијатски"@sr,
        "Afro-azijatski"@sr-Latn,
        "Afro-Asiatiske Sproaken"@stq,
        "afroasiatiskt språk"@sv,
        "Lugha za Kiafrika-Kiasia"@sw,
        "Lugha ya Kiafrika-Kiasia"@swh,
        "அஃப்ரோ-ஏசியாடிக் மொழி"@ta,
        "ఆఫ్రో-ఆశియా భాష"@te,
        "ภาษาแอฟโร-เอเชียติก"@th,
        "Afro-Asyatik Diller"@tr,
        "Афразійські мови"@uk,
        "Ngôn ngữ Phi-Á"@vi,
        "Afro-Aziatische taelen"@zea,
        "亚非语系"@zh .

<http://lexvo.org/id/iso639-5/apa> a lvont:Language,
        skos:Concept ;
    lvont:iso6392BCode "apa"^^xsd:string ;
    lvont:iso639P5Code "apa"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-5/apa> ;
    owl:sameAs <http://dbpedia.org/resource/Apache_languages>,
        <http://dbpedia.org/resource/Southern_Athabaskan_languages>,
        <http://www.mpii.de/yago/resource/Apache_languages>,
        <http://www.mpii.de/yago/resource/Southern_Athabaskan_languages>,
        <info:lc/vocabulary/languages/apa> ;
    skos:altLabel "apachesprog"@da,
        "Apache-Sprachen"@de,
        "Apache language"@en,
        "Apache languages"@en,
        "Southern Athabaskan language"@en,
        "Southern Athabaskan languages"@en,
        "Lenguas apacheanas"@es,
        "Langues apaches"@fr,
        "apaches, langues"@fr,
        "langue apaches"@fr,
        "Lingue apache"@it,
        "Pietų atapaskų kalbos"@lt,
        "Língua apache"@pt,
        "апачские языки"@ru ;
    skos:definition "Southern Athabaskan (also Apachean) is a subfamily of Athabaskan languages spoken primarily in the North American Southwest (including Arizona, New Mexico, Colorado, Utah, Sonora) with two outliers in Oklahoma and Texas. These languages are spoken by various groups of Apache and Navajo peoples."@en ;
    skos:inScheme lexvo: ;
    skos:prefLabel "اللغات الأباتشية"@ar,
        "apaçi dili"@az,
        "езици на апахите"@bg,
        "অ্যাপাচি"@bn,
        "Yezhoù atabaskek ar su"@br,
        "अपाची भाषा"@brx,
        "apački jezik"@bs,
        "апачки језик"@bs-Cyrl,
        "llengua apatxe"@ca,
        "阿帕切文"@cmn,
        "阿帕切諸語言"@cmn-Hant,
        "apačské jazyky"@cs,
        "iaith Athabascaidd Deheuol"@cy,
        "Apache"@da,
        "Apache-Sprache"@de,
        "Γλώσσα Απάτσι"@el,
        "Apache Language"@en,
        "𐐊𐐹𐐰𐐽𐐨 𐐢𐐩𐑍𐐶𐐮𐐾"@en-Dsrt,
        "lenguas apache"@es,
        "apatši keel"@et,
        "زبان آپاچیایی"@fa,
        "apaššikieli"@fi,
        "langue apache"@fr,
        "Süüd-Atapaskisk spriaken"@frr,
        "lenghe Apache"@fur,
        "Teangacha Atapascacha Deisceartacha"@ga,
        "lingua apache"@gl,
        "Apache-Schpraach"@gsw,
        "અપાચે ભાષા"@gu,
        "שפה אפאצ׳ית"@he,
        "अपाचे भाषा"@hi,
        "apaški"@hr,
        "apacs nyelvek"@hu,
        "Rumpun Bahasa Apache"@id,
        "apatsjamál"@is,
        "lingue apache"@it,
        "アパッチ語族"@ja,
        "ಅಪಾಚಿ ಭಾಷೆ"@kn,
        "아파치어"@ko,
        "اَپاچی زبانہٕ"@ks,
        "ພາສາອາປາເຊ"@lo,
        "apačių kalba"@lt,
        "apaču valodas"@lv,
        "апачи"@mk,
        "അപ്പാചേ ഭാഷ"@ml,
        "अपाचे भाषा"@mr,
        "Lingwi Apaċi"@mt,
        "apachespråk"@nb,
        "Apache-taal"@nl,
        "apache-språk"@nn,
        "ଆପାଚୀ ଭାଷା"@or,
        "ਅਪਾਚੇ ਭਾਸ਼ਾ"@pa,
        "język Apaczów"@pl,
        "idioma apache"@pt,
        "Apachi rimaykuna"@qu,
        "linguas apachas"@rm,
        "limbă apașă"@ro,
        "апачский"@ru,
        "apacheš giella"@se,
        "apačské jazyky"@sk,
        "apaški jezik"@sl,
        "Апачки језик"@sr,
        "Apački jezik"@sr-Latn,
        "apachespråk"@sv,
        "Kiapache"@swh,
        "அபாச்சி மொழி"@ta,
        "అప్పాచి భాష"@te,
        "ภาษาอาปาเช่"@th,
        "Apaçi Dilleri"@tr,
        "апачі мови"@uk,
        "Ngôn ngữ Apache"@vi,
        "南德内语支"@zh .

<http://lexvo.org/id/iso639-5/ath> a lvont:Language,
        skos:Concept ;
    lvont:iso6392BCode "ath"^^xsd:string ;
    lvont:iso639P5Code "ath"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-5/ath> ;
    owl:sameAs <http://dbpedia.org/resource/Athabaskan_languages>,
        <http://dbpedia.org/resource/Athapascan_languages>,
        <http://www.mpii.de/yago/resource/Athabaskan_languages>,
        <http://www.mpii.de/yago/resource/Athapascan_languages>,
        <info:lc/vocabulary/languages/ath> ;
    skos:altLabel "Llengües atapascanes"@ca,
        "Ieithoedd Athabascaidd"@cy,
        "Athapaskische Sprachen"@de,
        "Athabaskan languages"@en,
        "Athapascan Language"@en,
        "Athapascan language"@en,
        "Athapascan languages"@en,
        "Lenguas atabascanas"@es,
        "زبان‌های آتاباسکی"@fa,
        "Athabasca-kielet"@fi,
        "Langues athapascanes"@fr,
        "athapascanes, langues"@fr,
        "langue athapascanes"@fr,
        "השפה האת'פסקנית"@he,
        "आथाबास्काई भाषाएँ"@hi,
        "Athapaskan"@hr,
        "Lingue athabaska"@it,
        "athapaskanų kalba"@lt,
        "Atapasku valodas"@lv,
        "Атабаскански јазици"@mk,
        "Athabaskische talen"@nl,
        "Języki atapaskańskie"@pl,
        "Línguas atabascanas"@pt,
        "Атабаскские языки"@ru,
        "Athabaskiska språk"@sv,
        "Atabaşkan Dilleri"@tr ;
    skos:definition "Athabaskan or Athabascan (also Dene, Athapascan, Athapaskan) is a large group of indigenous peoples of North America, located in two main Southern and Northern groups in western North America, and of their language family. The Athabaskan family is the second largest family in North America in terms of number of languages and the number of speakers, following the Uto-Aztecan family which extends into Mexico. In terms of territory, only the Algic language family covers a larger area. Most Athabaskans prefer to be identified by their specific language and location; however, the general term persists in linguistics and anthropology despite alternative suggestions such as Dene."@en ;
    skos:inScheme lexvo: ;
    skos:prefLabel "Luengas atapascas"@an,
        "اللغة الأزباسكانية"@ar,
        "atapaskanca"@az,
        "атабаски езици"@bg,
        "আথাপাস্কান"@bn,
        "अथापास्कन् भाषा"@brx,
        "atapaskan"@bs,
        "атапаскан"@bs-Cyrl,
        "llengua atapascana"@ca,
        "阿萨帕斯坎语系"@cmn,
        "阿薩帕斯坎諸語言"@cmn-Hant,
        "athapaskánské jazyky"@cs,
        "iaith Athabascaidd"@cy,
        "athapaskisk sprog"@da,
        "Athapaskisch"@de,
        "Γλώσσα Αθαπάσκαν"@el,
        "Athabaskan language"@en,
        "Atabaska lingvaro"@eo,
        "lenguas atabascas"@es,
        "atapaski keeled"@et,
        "زبان آتاپاسکایی"@fa,
        "athabascakieli"@fi,
        "langue athapascane"@fr,
        "Atapaskisk spriaken"@frr,
        "Teangacha Atapascacha"@ga,
        "Linguas atapascanas"@gl,
        "Athapaskischi Schpraach"@gsw,
        "અથાપાસ્કાન ભાષા"@gu,
        "אתבסקה"@he,
        "अथापास्कान भाषा"@hi,
        "athapascan"@hr,
        "atapaszkan nyelvek"@hu,
        "Rumpun Bahasa Athapaska"@id,
        "atapaskísk mál"@is,
        "lingue athabaska"@it,
        "アサパスカン語族"@ja,
        "ಅಥಪಾಸ್ಕನ್ ಭಾಷೆ"@kn,
        "아타파스카어군"@ko,
        "اَتھاپَسَکَن زبانہٕ"@ks,
        "ພາສາອາທາພະສະຖານ"@lo,
        "Atapaskų kalbos"@lt,
        "atapasku valodas"@lv,
        "атапаски"@mk,
        "അതപാസ്കൻ ഭാഷ"@ml,
        "अ‍ॅथापास्कान भाषा"@mr,
        "Атабаск йӹлмӹвлӓ"@mrj,
        "Lingwi Atabaskani"@mt,
        "athapaskansk språk"@nb,
        "Athapascaanse taal"@nl,
        "athapaskansk språk"@nn,
        "Diné Nááhódlóonii bizaad"@nv,
        "Lengas atabascanas"@oc,
        "ଆଥପାସ୍କାନ୍ ଭାଷା"@or,
        "język Atapasków"@pl,
        "idioma atabascano"@pt,
        "Athapaska rimaykuna"@qu,
        "linguas athapascas"@rm,
        "limbă athapascană"@ro,
        "атапачские языки"@ru,
        "Athapaskan"@sh,
        "athabaské jazyky"@sk,
        "atabaški jezik"@sl,
        "Атапаскан"@sr,
        "Atapaskan"@sr-Latn,
        "athapaskiskt språk"@sv,
        "Kiathapaska"@swh,
        "அதாபஸ்கான் மொழி"@ta,
        "ఆతాపాస్కన్ భాష"@te,
        "ภาษาอาทาพาสกาน"@th,
        "Atabask dilleri"@tr,
        "атапаскські мови"@uk,
        "Ngôn ngữ Athapascan"@vi,
        "德内语支"@zh .

<http://lexvo.org/id/iso639-5/fiu> a lvont:Language,
        skos:Concept ;
    lvont:iso6392BCode "fiu"^^xsd:string ;
    lvont:iso639P5Code "fiu"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-5/fiu> ;
    owl:sameAs <http://dbpedia.org/resource/Finno-Ugrian_languages>,
        <http://dbpedia.org/resource/Finno-Ugric_languages>,
        <http://www.mpii.de/yago/resource/Finno-Ugrian_languages>,
        <http://www.mpii.de/yago/resource/Finno-Ugric_languages>,
        <info:lc/vocabulary/languages/fiu> ;
    skos:altLabel "لغة فينو أجريانية"@ar,
        "Fin-uqor dilləri"@az,
        "Угро-фински езици"@bg,
        "Yezhoù finnek-ougrek"@br,
        "Llengües ugrofineses"@ca,
        "Ugrofinské jazyky"@cs,
        "finsk-ugrisk sprog"@da,
        "Finno-ugrische Sprachen"@de,
        "Finno-Ugrian Language"@en,
        "Finno-Ugrian language"@en,
        "Finno-Ugrian languages"@en,
        "Finno-Ugric languages"@en,
        "Lenguas ugrofinesas"@es,
        "Soome-ugri keeled"@et,
        "زبان‌های فین‌واوگری"@fa,
        "Suomalais-ugrilaiset kielet"@fi,
        "Langues finno-ougriennes"@fr,
        "finno-ougriennes, langues"@fr,
        "langue finno-ougriennes"@fr,
        "Linguas ugrofinesas"@gl,
        "שפות פינו-אוגריות"@he,
        "Ugrofinski jezici"@hr,
        "Finnugor nyelvek"@hu,
        "finnskúgrísk mál (önnur)"@is,
        "Lingue ugrofinniche"@it,
        "フィン・ウゴル諸語"@ja,
        "피노우그리아어 (기타)"@ko,
        "Finougrų kalbos"@lt,
        "Somugru valodas"@lv,
        "Угрофински јазици"@mk,
        "Fins-Oegrische talen"@nl,
        "Finsk-ugriske språk"@nn,
        "Języki ugrofińskie"@pl,
        "Línguas fino-úgricas"@pt,
        "idioma fino-úgrico"@pt,
        "Limbile fino-ugrice"@ro,
        "Финно-угорские языки"@ru,
        "Suopmelaš-ugralaš gielat"@se,
        "Ugrofínske jazyky"@sk,
        "Ugrofinski jeziki"@sl,
        "Угро-фински језици"@sr,
        "Finsk-ugriska språk"@sv,
        "фінно-угорські мови"@uk ;
    skos:definition "Finno-Ugric ( or ), Finno-Ugrian or Fenno-Ugric is a traditional group of languages in the Uralic language family that comprises the Finno-Permic and Ugric language families. The three most spoken members are Hungarian, Finnish, and Estonian."@en ;
    skos:inScheme lexvo: ;
    skos:prefLabel "Fins-Oegriese tale"@af,
        "لغات فينية أوغرية"@ar,
        "fin-uğri dili"@az,
        "угрофински"@bg,
        "ফিনো-ইউগ্রিক"@bn,
        "finneg-ougrieg"@br,
        "फीनो-ऊग्री भाषा"@brx,
        "ugro-finski jezik"@bs,
        "угро-фински"@bs-Cyrl,
        "llengua finoúgrica"@ca,
        "其他芬兰乌戈尔语系"@cmn,
        "芬烏諸語言"@cmn-Hant,
        "ugrofinské jazyky"@cs,
        "Финн-укăр чĕлхисем"@cv,
        "iaith Ffinno-Wgrig"@cy,
        "Finsk-ugrisk"@da,
        "Finnougrisch"@de,
        "Φιννο-Ούγκριαν"@el,
        "Finno-Ugric language"@en,
        "Finn-ugra lingvaro"@eo,
        "lengua finoúgria"@es,
        "soomeugri keel"@et,
        "زبان فین و اوگرایی"@fa,
        "suomalais-ugrilainen kieli"@fi,
        "langue finno-ougrienne"@fr,
        "lingua finno-úgrica"@gl,
        "Finno-ugrischi Schpraach"@gsw,
        "Finno-ugrische Sprachen"@gsw-FR,
        "ફિન્નો-ઉગ્રીયન ભાષા"@gu,
        "השפה הפינו-אוגרית"@he,
        "फिन्नो-उग्रीयन भाषा"@hi,
        "ugro-finski jezik"@hr,
        "Finougriske rěče"@hsb,
        "finnugor nyelv"@hu,
        "Rumpun Bahasa Finno-Ugrik"@id,
        "Finnsk-úgrísk tungumál"@is,
        "lingua ungrofinnica"@it,
        "フィン・ウゴル語派"@ja,
        "ფინურ-უგრული ენები"@ka,
        "ಫಿನ್ನೋ-ಉಗ್ರಿಯನ್ ಭಾಷೆ"@kn,
        "핀우그리아어파"@ko,
        "Чудь-йӧгра кыввез"@koi,
        "فِنو اَگرِیَن زبانہٕ"@ks,
        "Чудь-йӧгра кывъяс"@kv,
        "Linguae Finno-Ugricae"@la,
        "ພາສາຟິນໂນ-ອູຣຽນ"@lo,
        "finougrų kalba"@lt,
        "Fėnuougru kalbas"@lt-x,
        "somugru valodas"@lv,
        "Суоми-Угронь кяльхне"@mdf,
        "Финн-угор йылме-влак"@mhr,
        "финоугриски"@mk,
        "ഫിന്നോ-ഉഗ്രിയൻ ഭാഷ"@ml,
        "फिन्नो-उग्रीयन भाषा"@mr,
        "Finno - Ugrijan"@mt,
        "Суоми-угрань кельть"@myv,
        "finsk-ugrisk språk"@nb,
        "Fins-Oegrische taal"@nl,
        "finsk-ugrisk språk"@nn,
        "Finsk-ugriske språk"@no,
        "Lengas finoogricas"@oc,
        "ଫାଣ୍ଟିଫିନ୍ନୋ-ଉଗ୍ରୀଆନ୍ ଭାଷା"@or,
        "ugrofiński"@pl,
        "idioma ugro-finês"@pt,
        "Phinu ugru rimaykuna"@qu,
        "lingua ungrofinnica"@rm,
        "limbă fino-ugrică"@ro,
        "финно-угорский язык"@ru,
        "Finno-Ugrian"@sco,
        "fenno-ugrálaš giella"@se,
        "Ugro-finski jezici"@sh,
        "ugrofínske jazyky"@sk,
        "ugrofinski jezik"@sl,
        "Gjuhët fino-ugrike"@sq,
        "Угро-фински"@sr,
        "Ugro-finski jezik"@sr-Latn,
        "Finno-ugrisk"@stq,
        "finskugriskt språk"@sv,
        "ஃபினோ-உக்ரைன் மொழி"@ta,
        "ఫిన్నో- యుగ్రియన్ భాష"@te,
        "ภาษาฟินโน-อูกริก"@th,
        "Finno - Ugrik Diller"@tr,
        "Фин-угыр телләре"@tt,
        "Финн-угор кылъёс"@udm,
        "Фіно-угорські мови"@uk,
        "Ngôn ngữ Finno-Ugrian"@vi,
        "Soomõ-ugri keeleq"@vro,
        "芬兰-乌戈尔语族"@zh .

<http://lexvo.org/id/iso639-5/ijo> a lvont:Language,
        skos:Concept ;
    lvont:iso6392BCode "ijo"^^xsd:string ;
    lvont:iso639P5Code "ijo"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-5/ijo> ;
    owl:sameAs <http://dbpedia.org/resource/Ijaw_languages>,
        <http://dbpedia.org/resource/Ijo_languages>,
        <http://www.mpii.de/yago/resource/Ijaw_languages>,
        <http://www.mpii.de/yago/resource/Ijo_languages>,
        <info:lc/vocabulary/languages/ijo> ;
    skos:altLabel "Ijo-Sprachen"@de,
        "Ijaw language"@en,
        "Ijaw languages"@en,
        "Ijo language"@en,
        "Ijo languages"@en,
        "ijo, langues"@fr,
        "langue ijo"@fr,
        "イジョー語"@ja ;
    skos:definition "Ijaw, also spelled Ịjọ, is the main subgroup of the Ijoid group of Niger–Congo languages. Ijaw languages are spoken in southern Nigeria by the Ijaw people."@en ;
    skos:inScheme lexvo: ;
    skos:prefLabel "الإجو"@ar,
        "ico dili"@az,
        "иджо"@bg,
        "ইজো"@bn,
        "ijo"@br,
        "ईजो"@brx,
        "ijo"@bs,
        "ијо"@bs-Cyrl,
        "ijo"@ca,
        "伊乔文"@cmn,
        "伊喬文"@cmn-Hant,
        "idžo"@cs,
        "ijo"@da,
        "Ijo-Sprache"@de,
        "Ιζό"@el,
        "Ijo"@en,
        "ijo"@es,
        "idžo"@et,
        "ایجویی"@fa,
        "idžokieli"@fi,
        "ijo"@fr,
        "Ijo"@gsw,
        "ઇજો"@gu,
        "איג'ו"@he,
        "इजो"@hi,
        "ijo"@hr,
        "idzsó"@hu,
        "Ijo"@id,
        "íjó"@is,
        "ijo"@it,
        "イジョ語"@ja,
        "ಇಜೋ"@kn,
        "이조어"@ko,
        "ایٖجو"@ks,
        "ອີໂຈ"@lo,
        "ijo"@lt,
        "idžbu"@lv,
        "ихо"@mk,
        "ഇജോ"@ml,
        "इजो"@mr,
        "Iġo"@mt,
        "ijo"@nb,
        "Ijo"@nl,
        "ijo"@nn,
        "ଇଜୋ"@or,
        "ijo"@pl,
        "ijo"@pt,
        "ijo"@rm,
        "ijo"@ro,
        "иджо"@ru,
        "idžo"@sk,
        "ijo"@sl,
        "Ијо"@sr,
        "Ijo"@sr-Latn,
        "ijospråket"@sv,
        "இஜோ"@ta,
        "ఐజో"@te,
        "อิโจ"@th,
        "Ijo"@tr,
        "іджо"@uk,
        "Tiếng Ijo"@vi,
        "Èdè Ijaw"@yo .

<http://lexvo.org/id/iso639-5/inc> a lvont:Language,
        skos:Concept ;
    lvont:iso6392BCode "inc"^^xsd:string ;
    lvont:iso639P5Code "inc"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-5/inc> ;
    owl:sameAs <http://dbpedia.org/resource/Indic_languages>,
        <http://dbpedia.org/resource/Indo-Aryan_languages>,
        <http://www.mpii.de/yago/resource/Indic_languages>,
        <http://www.mpii.de/yago/resource/Indo-Aryan_languages>,
        <info:lc/vocabulary/languages/inc> ;
    skos:altLabel "لغات هندية آرية"@ar,
        "Hind-ari dilləri"@az,
        "Индоарийски езици"@bg,
        "ইন্দো-আর্য ভাষাসমূহ"@bn,
        "Indoarijanski jezici"@bs,
        "Llengües indoàries"@ca,
        "Indoárijské jazyky"@cs,
        "Ieithoedd Indo-Ariaidd"@cy,
        "Indoariske sprog"@da,
        "Indoarische Sprachen"@de,
        "Indic language"@en,
        "Indic languages"@en,
        "Indo-Aryan language"@en,
        "Indo-Aryan languages"@en,
        "Lenguas indo-arias"@es,
        "زبان‌های هندوآریایی"@fa,
        "Indoarjalaiset kielet"@fi,
        "Langues indo-aryennes"@fr,
        "indo-aryennes, langues"@fr,
        "langue indo-aryennes"@fr,
        "Linguas indoarias"@gl,
        "שפות הודו-אריות"@he,
        "हिन्द-आर्य भाषाएँ"@hi,
        "Indoarijski jezici"@hr,
        "Rumpun bahasa Indo-Arya"@id,
        "indversk mál (önnur)"@is,
        "Lingue indoarie"@it,
        "インド諸語"@ja,
        "인도어 (기타)"@ko,
        "Indų kalbos"@lt,
        "Indo-Arische talen"@nl,
        "Indoariske språk"@nn,
        "Języki indoaryjskie"@pl,
        "Línguas indo-arianas"@pt,
        "Индоарийские языки"@ru,
        "Indoárijské jazyky"@sk,
        "Indoariska språk"@sv,
        "இந்திய-ஆரிய மொழிகள்"@ta,
        "กลุ่มภาษาอินโด-อารยัน"@th,
        "Hint-Aryan dilleri"@tr,
        "Індоарійські мови"@uk ;
    skos:definition "The Indo-Aryan languages (within the context of Indo-European studies also Indic ) constitutes a branch of the Indo-Iranian languages, itself a branch of the Indo-European language family. Indo-Aryan speakers form about one half (approx 1.5 billion) of all Indo-European speakers (approx 3 billion), also Indo-Aryan has more than half of all recognized Indo-European languages, according to Ethnologue. The largest in terms of native speakers being Hindustani (Standard Hindi and Urdu, about 240 million), Bengali (about 230 million), Punjabi (about 90 million), Marathi (about 70 million), Gujarati (about 45 million), Oriya (about 30 million), Sindhi (about 20 million), Nepali (about 14 million), Sinhala (about 16 million), Saraiki (about 14 million) and Assamese (about 13 million) with a total number of native speakers of more than 900 million. They form a subgroup of the Indo-Iranian languages, which consists of two other language groups: the Iranian and Nuristani."@en ;
    skos:inScheme lexvo: ;
    skos:prefLabel "اللغة الهندية"@ar,
        "diqər hint dili"@az,
        "индийска група"@bg,
        "ভারতীয় ভাষা"@bn,
        "ইন্দো-আর্য ঠাররজিনা"@bpy,
        "भारतीय भाषाएँ"@brx,
        "indik"@bs,
        "индик"@bs-Cyrl,
        "llengua índica"@ca,
        "其他印度语系"@cmn,
        "印度諸語言"@cmn-Hant,
        "indické jazyky"@cs,
        "iaith Indo-Ariaidd"@cy,
        "indisk sprog"@da,
        "Indoarisch"@de,
        "ཨིན་ཌིཀ་ཁ་སྐད"@dz,
        "Ινδική γλώσσα"@el,
        "Indic Language"@en,
        "𐐆𐑌𐐼𐐮𐐿 𐐢𐐩𐑍𐐶𐐮𐐾"@en-Dsrt,
        "Hindarja lingvaro"@eo,
        "lengua índica"@es,
        "india keel"@et,
        "زبان هندیک"@fa,
        "indoarjalainen kieli"@fi,
        "langue indo-aryenne"@fr,
        "lingua índica"@gl,
        "Indoarischi Schpraach"@gsw,
        "ભારતીય ભાષા"@gu,
        "שפת האינדיק"@he,
        "भारतीय भाषा"@hi,
        "indijski"@hr,
        "Indoarijske rěče"@hsb,
        "egyéb indiai"@hu,
        "Rumpun Bahasa Indik"@id,
        "Indóarísk tungumál"@is,
        "lingua indiana"@it,
        "インド語派"@ja,
        "ಭಾರತೀಯ ಭಾಷೆ"@kn,
        "인도아리아어군"@ko,
        "ہنٛدوستٲنۍ زبان"@ks,
        "Zimanên hind û arî"@ku,
        "Linguae Indicae"@la,
        "ພາສາອີດິກ"@lo,
        "indų kalba"@lt,
        "indoāriešu valodas"@lv,
        "индиски јазици"@mk,
        "ഭാരതീയഭാഷ"@ml,
        "भारतीय भाषा"@mr,
        "Bahasa Indo-Arya"@ms,
        "Indjan (Oħra)"@mt,
        "Léng Indo-Arjan"@nap,
        "indisk språk"@nb,
        "Indische taal"@nl,
        "indisk språk"@nn,
        "Indoariske språk"@no,
        "Lengas indoarianas"@oc,
        "ଇଣ୍ଡିକ୍ ଭାଷା"@or,
        "indoaryjski"@pl,
        "Lenghe indoarian-e"@pms,
        "ہند آریا‌ئی بولیاں"@pnb,
        "idioma índico"@pt,
        "Indu rimaykuna"@qu,
        "lingua indiana"@rm,
        "limbă indiană"@ro,
        "индийский язык"@ru,
        "indické jazyky"@sk,
        "indijski jezik"@sl,
        "Индик"@sr,
        "Indik"@sr-Latn,
        "indiskt språk"@sv,
        "இந்திய மொழி"@ta,
        "భారతీయ భాష"@te,
        "ภาษาอินดิก"@th,
        "Hint Dilleri"@tr,
        "індійські мови"@uk,
        "Ngôn ngữ Indic"@vi,
        "印度-雅利安语支"@zh .

<http://lexvo.org/id/iso639-5/tup> a lvont:Language,
        skos:Concept ;
    lvont:iso6392BCode "tup"^^xsd:string ;
    lvont:iso639P5Code "tup"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-5/tup> ;
    owl:sameAs <http://dbpedia.org/resource/Tupi_languages>,
        <http://dbpedia.org/resource/Tupian_languages>,
        <http://www.mpii.de/yago/resource/Tupi_languages>,
        <http://www.mpii.de/yago/resource/Tupian_languages>,
        <info:lc/vocabulary/languages/tup> ;
    skos:altLabel "Llengües tupí"@ca,
        "Tupí-Sprachen"@de,
        "Tupi language"@en,
        "Tupi languages"@en,
        "Tupian language"@en,
        "Tupian languages"@en,
        "Lenguas tupíes"@es,
        "Tupi-kielet"@fi,
        "Langues tupi"@fr,
        "tupi, langues"@fr,
        "שפות טופי"@he,
        "Tupian"@hr,
        "Lingue tupi"@it,
        "Tupių kalbos"@lt,
        "Języki tupi"@pl,
        "idioma tupi"@pt,
        "Языки тупи"@ru,
        "Tupi Dilleri"@tr,
        "Тупійська макросім’я"@uk ;
    skos:definition "The Tupi or Tupian language family comprises some 70 languages spoken in South America, of which the best known are Tupi proper and Guarani."@en ;
    skos:inScheme lexvo: ;
    skos:prefLabel "اللغة التوبية"@ar,
        "tupi dili"@az,
        "мова тупі"@be,
        "тупи"@bg,
        "তুপি ভাষা"@bn,
        "Yezhoù toupiek"@br,
        "तुपी"@brx,
        "tupi jezik"@bs,
        "тупи језик"@bs-Cyrl,
        "llengua tupí"@ca,
        "图皮语系"@cmn,
        "圖皮諸語言"@cmn-Hant,
        "tupijské jazyky"@cs,
        "iaith Twpïaidd"@cy,
        "tupisprog"@da,
        "Tupi-Sprache"@de,
        "Γλώσσα Τούπι"@el,
        "Tupi Language"@en,
        "Tupia lingvo"@eo,
        "lenguas tupí"@es,
        "tupii keeled"@et,
        "زبان توپیایی"@fa,
        "tupikieli"@fi,
        "langue tupi"@fr,
        "Tupi-Schpraache"@gsw,
        "ટ્યૂપી ભાષા"@gu,
        "שפת טופי"@he,
        "ट्यूपी भाषा"@hi,
        "tupi"@hr,
        "tupi nyelv"@hu,
        "Tupi"@ia,
        "Rumpun Bahasa Tupi"@id,
        "túpímál"@is,
        "lingue tupi"@it,
        "トゥピ語族"@ja,
        "ಟೂಪಿ ಭಾಷೆ"@kn,
        "투피어"@ko,
        "تُپی زبان"@ks,
        "ພາສາຕູປິດ"@lo,
        "tupi kalba"@lt,
        "tupu valodas"@lv,
        "туписки јазици"@mk,
        "തുപി ഭാഷ"@ml,
        "ट्यूपी भाषा"@mr,
        "Tupi languages"@mt,
        "တူပီ ဘာသာစကား"@my,
        "tupispråk"@nb,
        "Tupi-taal"@nl,
        "tupi-språk"@nn,
        "Tupianske språk"@no,
        "ଟୁପି ଭାଷା"@or,
        "tupi"@pl,
        "Macro-tupi"@pt,
        "Tupi rimaykuna"@qu,
        "linguas tupi"@rm,
        "limbă tupi"@ro,
        "тупи"@ru,
        "jazyk tupi"@sk,
        "tupijski jezik"@sl,
        "Тупи језик"@sr,
        "Tupi jezik"@sr-Latn,
        "tupíspråk"@sv,
        "துபி மொழி"@ta,
        "టుపి భాష"@te,
        "ภาษาตูปี"@th,
        "Tupi"@tr,
        "тупі"@uk,
        "Ngôn ngữ Tupi"@vi,
        "图皮语系"@zh .

<http://lexvo.org/id/iso639-5/zhx> rdfs:label "Chinese"@en,
        "Chinese (family)"@en,
        "Sinitic language"@en,
        "Sinitic languages"@en,
        "Lenguas siníticas"@es,
        "chinois"@fr,
        "chinois (famille)"@fr,
        "Lingue sinitiche"@it,
        "Sinittiske språk"@nn,
        "Línguas siníticas"@pt,
        "Китайські мови"@uk,
        "漢語族"@yue,
        "汉语族"@zh ;
    lvont:iso639P5Code "zhx"^^xsd:string ;
    lvont:label <http://lexvo.org/id/term/eng/Chinese>,
        <http://lexvo.org/id/term/eng/Chinese%20(family)>,
        <http://lexvo.org/id/term/eng/Sinitic%20language>,
        <http://lexvo.org/id/term/eng/Sinitic%20languages>,
        <http://lexvo.org/id/term/fra/chinois>,
        <http://lexvo.org/id/term/fra/chinois%20(famille)>,
        <http://lexvo.org/id/term/ita/Lingue%20sinitiche>,
        <http://lexvo.org/id/term/nno/Sinittiske%20spr%C3%A5k>,
        <http://lexvo.org/id/term/por/L%C3%ADnguas%20sin%C3%ADticas>,
        <http://lexvo.org/id/term/spa/Lenguas%20sin%C3%ADticas>,
        <http://lexvo.org/id/term/ukr/%D0%9A%D0%B8%D1%82%D0%B0%D0%B9%D1%81%D1%8C%D0%BA%D1%96%20%D0%BC%D0%BE%D0%B2%D0%B8>,
        <http://lexvo.org/id/term/yue/%E6%BC%A2%E8%AA%9E%E6%97%8F>,
        <http://lexvo.org/id/term/zho/%E6%B1%89%E8%AF%AD%E6%97%8F> ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-5/zhx> ;
    rdfs:comment "The Sinitic languages, often called the Chinese languages or (in the singular) the Chinese language, are a language family frequently postulated as one of two primary branches of Sino-Tibetan. The Bai language may be Sinitic (classification is difficult); otherwise Sinitic is equivalent to the Chinese languages, and often used in opposition to \"Chinese dialects\" to convey the idea that these are distinct languages rather than dialects of a single language."@en ;
    owl:sameAs <http://dbpedia.org/resource/Chinese_(family)>,
        <http://dbpedia.org/resource/Sinitic_languages>,
        <http://lexvo.org/id/iso639-3/zho>,
        <http://www.mpii.de/yago/resource/Chinese_(family)>,
        <http://www.mpii.de/yago/resource/Sinitic_languages> .

<http://lexvo.org/id/kangxi-radical/167> a lvont:CJKRadical ;
    lvont:label <http://lexvo.org/id/char/2ED0>,
        <http://lexvo.org/id/char/2FA6>,
        <http://lexvo.org/id/char/91D1>,
        <http://lexvo.org/id/char/91D2>,
        <http://lexvo.org/id/char/9485>,
        <http://lexvo.org/id/char/F90A> .

<http://lexvo.org/id/kangxi-radical/169> a lvont:CJKRadical ;
    lvont:label <http://lexvo.org/id/char/28CC7>,
        <http://lexvo.org/id/char/28CC8>,
        <http://lexvo.org/id/char/2ED4>,
        <http://lexvo.org/id/char/2FA8>,
        <http://lexvo.org/id/char/9580>,
        <http://lexvo.org/id/char/95E8> .

<http://lexvo.org/id/kangxi-radical/195> a lvont:CJKRadical ;
    lvont:label <http://lexvo.org/id/char/242F3>,
        <http://lexvo.org/id/char/29D4B>,
        <http://lexvo.org/id/char/2EE5>,
        <http://lexvo.org/id/char/2FC2>,
        <http://lexvo.org/id/char/9B5A>,
        <http://lexvo.org/id/char/9C7C> .

<http://lexvo.org/id/kangxi-radical/210> a lvont:CJKRadical ;
    lvont:label <http://lexvo.org/id/char/2A5C4>,
        <http://lexvo.org/id/char/2EEC>,
        <http://lexvo.org/id/char/2FD1>,
        <http://lexvo.org/id/char/6589>,
        <http://lexvo.org/id/char/9F4A>,
        <http://lexvo.org/id/char/9F50> .

<http://lexvo.org/id/kangxi-radical/211> a lvont:CJKRadical ;
    lvont:label <http://lexvo.org/id/char/2398B>,
        <http://lexvo.org/id/char/2EEE>,
        <http://lexvo.org/id/char/2FD2>,
        <http://lexvo.org/id/char/6B6F>,
        <http://lexvo.org/id/char/9F52>,
        <http://lexvo.org/id/char/9F7F> .

<http://lexvo.org/id/kangxi-radical/39> a lvont:CJKRadical ;
    lvont:label <http://lexvo.org/id/char/2193C>,
        <http://lexvo.org/id/char/2F26>,
        <http://lexvo.org/id/char/5B50>,
        <http://lexvo.org/id/char/5B51>,
        <http://lexvo.org/id/char/5B52>,
        <http://lexvo.org/id/char/5B53> .

<http://lexvo.org/id/kangxi-radical/47> a lvont:CJKRadical ;
    lvont:label <http://lexvo.org/id/char/21FE6>,
        <http://lexvo.org/id/char/21FE8>,
        <http://lexvo.org/id/char/2F2E>,
        <http://lexvo.org/id/char/5DDB>,
        <http://lexvo.org/id/char/5DDC>,
        <http://lexvo.org/id/char/5DDD> .

<http://lexvo.org/id/iso639-3/ach> a lvont:Language,
        skos:Concept ;
    lvont:isFocusOf <http://id.loc.gov/vocabulary/iso639-2/ach> ;
    lvont:iso6392BCode "ach"^^xsd:string ;
    lvont:iso6392TCode "ach"^^xsd:string ;
    lvont:iso639P3PCode "ach"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-2/ach>,
        <http://www.glottolog.org/resource/languoid/id/acol1236> ;
    owl:sameAs <http://dbpedia.org/resource/Acholi_language>,
        <http://psi.oasis-open.org/iso/639/#ach>,
        <http://www.lingvoj.org/lang/ach>,
        <http://www.mpii.de/yago/resource/Acholi_language>,
        <info:lc/vocabulary/languages/ach> ;
    skos:altLabel "আকোলী"@bn,
        "Atcholeg"@br,
        "Acholi-Sprache"@de,
        "Acholi language"@en,
        "Acholi"@fr,
        "Acoli jezik"@hr,
        "Bahasa Acholi"@id,
        "Akólí"@is,
        "Língua acholi"@pt,
        "Ачоли"@ru,
        "Ачоли језик"@sr ;
    skos:definition "Acholi (also Acoli, Akoli, Acooli, Atscholi, Shuli, Gang, Lwoo, Lwo, Lok Acoli, Dok Acoli) is a language primarily spoken by the Acholi people in the districts of Gulu, Kitgum and Pader, a region known as Acholiland in northern Uganda. Acholi is also spoken in the southern part of the Opari District of South Sudan. As of 1996 there were reported approximately 773,800 Acholi speakers in the world. However this has gradually grown to over 800,000. Song of Lawino and its sequel, Song of Ocol, well known among African literature, were written in Acholi by Okot p'Bitek."@en ;
    skos:inScheme lexvo: ;
    skos:notation "ach"^^xsd:string ;
    skos:prefLabel "Akoli"@af,
        "አኮሊኛ"@am,
        "الأكولية"@ar,
        "akoli dili"@az,
        "аколи"@bg,
        "আকোলি"@bn,
        "acoli"@br,
        "अकोली"@brx,
        "akoli"@bs,
        "аколи"@bs-Cyrl,
        "acoli"@ca,
        "阿乔利文"@cmn,
        "阿僑利文"@cmn-Hant,
        "akolština"@cs,
        "Acoli"@cy,
        "acoli"@da,
        "Acholi"@de,
        "Ακολί"@el,
        "Acoli"@en,
        "acoli"@es,
        "akoli"@et,
        "Acholiera"@eu,
        "آچولیایی"@fa,
        "atšoli"@fi,
        "Acoli"@fil,
        "acoli"@fr,
        "Acoli"@gl,
        "Acholi"@gsw,
        "એકોલી"@gu,
        "אקולי"@he,
        "अकोली"@hi,
        "acoli"@hr,
        "akoli"@hu,
        "Acoli"@id,
        "acoli"@is,
        "acioli"@it,
        "アチョリ語"@ja,
        "ಅಕೋಲಿ"@kn,
        "아콜리어"@ko,
        "اَکولی"@ks,
        "ອາໂຄລີ"@lo,
        "akolių"@lt,
        "ačolu"@lv,
        "аколи"@mk,
        "അകോലി"@ml,
        "अकोली"@mr,
        "Akoli"@mt,
        "acoli"@nb,
        "Akoli"@nl,
        "acoli"@nn,
        "ଆକୋଲି"@or,
        "ਅਕੋਲੀ"@pa,
        "aczoli"@pl,
        "Lenga Acholi"@pms,
        "acoli"@pt,
        "acoli"@rm,
        "acoli"@ro,
        "ачоли"@ru,
        "ačoli"@sk,
        "ačolijščina"@sl,
        "Аколи"@sr,
        "Akoli"@sr-Latn,
        "acholi"@sv,
        "Kiacholi"@sw,
        "Kiakoli"@swh,
        "அகோலி"@ta,
        "అకోలి"@te,
        "อาโคลิ"@th,
        "Acoli"@tr,
        "ачолі"@uk,
        "اکولی"@ur,
        "Tiếng Acoli"@vi,
        "Akoli"@zsm,
        "Isi-Acoli"@zu .

<http://lexvo.org/id/iso639-3/alt> a lvont:Language,
        skos:Concept ;
    lvont:isFocusOf <http://id.loc.gov/vocabulary/iso639-2/alt> ;
    lvont:iso6392BCode "alt"^^xsd:string ;
    lvont:iso6392TCode "alt"^^xsd:string ;
    lvont:iso639P3PCode "alt"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-2/alt>,
        <http://www.glottolog.org/resource/languoid/id/sout2694> ;
    owl:sameAs <http://dbpedia.org/resource/Southern_Altai_language>,
        <http://www.mpii.de/yago/resource/Southern_Altai_language>,
        <info:lc/vocabulary/languages/alt> ;
    skos:altLabel "Altai, Southern"@en,
        "Southern Altai language"@en,
        "زبان آلتایی جنوبی"@fa,
        "altaï du Sud"@fr,
        "Pietų altajiečių kalba"@lt,
        "Южноалтайский язык"@ru ;
    skos:definition "Southern Altai (also known as Oirot, Oyrot, Altai) is a Turkic language spoken in the Gorno-Altai Ao mountains of Russia on the border of Mongolia and the People's Republic of China. There is no mutual intelligibility with Northern Altai. Written Altai is based on Southern Altai, but is rejected by Northern Altai children. Dialects include Altai Proper and Talangit."@en ;
    skos:inScheme lexvo: ;
    skos:notation "alt"^^xsd:string ;
    skos:prefLabel "الألطائية الجنوبية"@ar,
        "cənub altay dili"@az,
        "южноалтайски"@bg,
        "দক্ষিন আলতাই"@bn,
        "altaieg ar Su"@br,
        "južni altai"@bs,
        "јужни алтаи"@bs-Cyrl,
        "altaic meridional"@ca,
        "南阿尔泰文"@cmn,
        "南阿爾泰文"@cmn-Hant,
        "altajština (jižní)"@cs,
        "Altäeg Deheuol"@cy,
        "sydaltaisk"@da,
        "Süd-Altaisch"@de,
        "Νότια Αλαταϊκά"@el,
        "Southern Altai"@en,
        "Sudaltaja lingvo"@eo,
        "altái meridional"@es,
        "altai"@et,
        "آلتایی جنوبی"@fa,
        "altai"@fi,
        "altai du Sud"@fr,
        "Altay dili"@gag,
        "Süüd-Altaisch"@gsw,
        "દક્ષિણ અલ્તાઇ"@gu,
        "אלטאי דרומית"@he,
        "दक्षिणी अल्ताई"@hi,
        "južni altai"@hr,
        "dél-altaji"@hu,
        "Altai Selatan"@id,
        "suðuraltaíska"@is,
        "altai meridionale"@it,
        "南アルタイ語"@ja,
        "Алтай тілі"@kk,
        "ದಕ್ಷಿಣ ಅಲ್ಟಾಯ್"@kn,
        "남부 알타이어"@ko,
        "جنوٗبی اَلتایی"@ks,
        "Алтай кыв"@kv,
        "ອານໄຕໃຕ້"@lo,
        "pietų Altajaus"@lt,
        "dienvidaltajiešu"@lv,
        "јужен алтај"@mk,
        "സതേൺ അൾട്ടായി"@ml,
        "दक्षिणात्य अल्ताई"@mr,
        "søraltaisk"@nb,
        "Zuid-Altaïsch"@nl,
        "sør-altai"@nn,
        "ଦକ୍ଷିଣ ଆଲ୍ଟାଇ"@or,
        "południowoałtajski"@pl,
        "Lenga altai meridional"@pms,
        "altai do sul"@pt,
        "altaic dal sid"@rm,
        "altaică meridională"@ro,
        "южноалтайский"@ru,
        "južná altajčina"@sk,
        "južna altajščina"@sl,
        "Јужни алтаи"@sr,
        "Južni altai"@sr-Latn,
        "sydaltaiska"@sv,
        "தெற்கு அல்தை"@ta,
        "దక్షిణ ఆల్టై"@te,
        "อัลไตใต้"@th,
        "Güney Altayca"@tr,
        "Көньяк Алтай теле"@tt,
        "Алтай кыл"@udm,
        "південноалтайська"@uk,
        "Tiếng Altai Miền Nam"@vi .

<http://lexvo.org/id/iso639-3/amh> a lvont:Language,
        skos:Concept ;
    lvont:isFocusOf <http://id.loc.gov/vocabulary/iso639-2/amh> ;
    lvont:iso6392BCode "amh"^^xsd:string ;
    lvont:iso6392TCode "amh"^^xsd:string ;
    lvont:iso639P1Code "am"^^xsd:string ;
    lvont:iso639P3PCode "amh"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-2/amh>,
        <http://www.glottolog.org/resource/languoid/id/amha1245> ;
    owl:sameAs <http://lexvo.org/id/iso639-1/am>,
        <http://lexvo.org/id/wordnet/30/noun/amharic_1_10_00>,
        <http://psi.oasis-open.org/iso/639/#amh>,
        <http://www.lingvoj.org/lang/am>,
        <info:lc/vocabulary/languages/amh> ;
    skos:inScheme lexvo: ;
    skos:notation "amh"^^xsd:string ;
    skos:prefLabel "Amharies"@af,
        "Àmalì"@agq,
        "Amarik"@ak,
        "አማርኛ"@am,
        "الأمهرية"@ar,
        "Kiamhari"@asa,
        "amharicu"@ast,
        "amarikcə"@az,
        "Hɔp u amhārìk"@bas,
        "амхарская"@be,
        "Ichi Amhari"@bem,
        "Hiamhari"@bez,
        "амхарски"@bg,
        "amarikikan"@bm,
        "আমহারিক"@bn,
        "amhareg"@br,
        "अम्हारिक्"@brx,
        "amharski"@bs,
        "амхарски"@bs-Cyrl,
        "አማርኛ"@byn,
        "amhàric"@ca,
        "Orumariki"@cgg,
        "阿姆哈拉文"@cmn,
        "阿姆哈拉文"@cmn-Hant,
        "amharština"@cs,
        "Amhareg"@cy,
        "amharisk"@da,
        "Kiamhari"@dav,
        "Amharisch"@de,
        "Amhaarik senni"@dje,
        "amharik"@dyo,
        "ཨམ་ཧ་རིཀ་ཁ"@dz,
        "Kĩamhari"@ebu,
        "amhariagbe"@ee,
        "Αμαρικά"@el,
        "Amharic"@en,
        "amhara"@eo,
        "amárico"@es,
        "amhari"@et,
        "amharikera"@eu,
        "Ǹkɔ́bɔ amária"@ewo,
        "امهری"@fa,
        "Amarik"@ff,
        "amhara"@fi,
        "Amharic"@fil,
        "amhariskt"@fo,
        "amharique"@fr,
        "amaric"@fur,
        "Amarais"@ga,
        "Amharais"@gd,
        "amárico"@gl,
        "Amharisch"@gsw,
        "એમ્હારિક"@gu,
        "Kiamhari"@guz,
        "Amharik"@ha,
        "אמהרית"@he,
        "अम्हारिक्"@hi,
        "amharik"@hr,
        "amhara"@hu,
        "Հաբեշերեն"@hy,
        "amharico"@ia,
        "Amharik"@id,
        "Amariikị"@ig,
        "amharíska"@is,
        "amarico"@it,
        "アムハラ語"@ja,
        "Kiamharyi"@jmc,
        "Tamahrict"@kab,
        "Kiamhari"@kam,
        "Chamhali"@kde,
        "amariku"@kea,
        "Amhaarik senni"@khq,
        "Kiamhari"@ki,
        "амхар"@kk,
        "kutitab Amariek"@kln,
        "អាមហារីច"@km,
        "ಅಂಹರಿಕ್"@kn,
        "अमहारिक्"@knn,
        "암하라어"@ko,
        "اَمہاری"@ks,
        "Kiamhali"@ksb,
        "riamarik"@ksf,
        "Amhaaresch"@ksh,
        "Kɨmʉháari"@lag,
        "Lu-amhariki"@lg,
        "liamariki"@ln,
        "ອຳຫາຣິກ"@lo,
        "amharų"@lt,
        "Liamhariki"@lu,
        "Kiamhari"@luo,
        "Kiamhari"@luy,
        "amharu"@lv,
        "nkʉtʉ́k ɔ́ɔ̄ lAmhari"@mas,
        "Kĩamarĩki"@mer,
        "amarik"@mfe,
        "Amharika"@mg,
        "Imhari"@mgh,
        "амхариски"@mk,
        "അമാറിക്"@ml,
        "अम्हारिक"@mr,
        "Amħariku"@mt,
        "amharik"@mua,
        "Amharicgowab"@naq,
        "amharisk"@nb,
        "isi-Amaharikhi"@nd,
        "अम्हारिक"@ne,
        "Amhaars"@nl,
        "Kiɛl amaria"@nmg,
        "amharisk"@nn,
        "Thok bunyni"@nus,
        "Orumariki"@nyn,
        "Afaan Sidaamaa"@om,
        "ଆମହାରକି"@or,
        "amharski"@pl,
        "امهاري"@ps,
        "amárico"@pt,
        "amaric"@rm,
        "Ikimuhariki"@rn,
        "amharică"@ro,
        "Kiamhari"@rof,
        "амхарский"@ru,
        "Inyamuhariki"@rw,
        "Kiamharyi"@rwk,
        "Kiamhari"@saq,
        "Ishiyamuhali"@sbp,
        "amárico"@seh,
        "Amhaarik senni"@ses,
        "Amarîki"@sg,
        "ⵜⴰⵎⵀⴰⵔⵉⵜ"@shi,
        "tamharit"@shi-Latn,
        "ඇම්හැරික්"@si,
        "amharčina"@sk,
        "amharščina"@sl,
        "chiAmaric"@sn,
        "Axmaari"@so,
        "Amharike"@sq,
        "Амхарски"@sr,
        "Amharski"@sr-Latn,
        "Se-amhari"@st,
        "amhariska"@sv,
        "Kiamhari"@swc,
        "Kiamhari"@swh,
        "அம்ஹாரிக்"@ta,
        "అమ్హారిక్"@te,
        "Kiamhari"@teo,
        "อัมฮารา"@th,
        "አምሐረኛ"@ti,
        "አምሐረኛ"@tig,
        "Amhariki"@tn,
        "lea ʻameliki"@to,
        "Amharca"@tr,
        "Amhaarik senni"@twq,
        "Tamharit"@tzm,
        "амхарська"@uk,
        "امہاری"@ur,
        "ꕉꕆꕌꔸ"@vai,
        "Amihári"@vai-Latn,
        "Tiếng Amharic"@vi,
        "Kiamharyi"@vun,
        "Amhariš"@wae,
        "Isi-Amharic"@xh,
        "Oluamhariki"@xog,
        "amalíke"@yav,
        "Èdè Amariki"@yo,
        "Amharic"@zsm,
        "isi-Amharic"@zu .

<http://lexvo.org/id/iso639-3/ara> a lvont:Language,
        skos:Concept ;
    lvont:isFocusOf <http://id.loc.gov/vocabulary/iso639-2/ara> ;
    lvont:iso6392BCode "ara"^^xsd:string ;
    lvont:iso6392TCode "ara"^^xsd:string ;
    lvont:iso639P1Code "ar"^^xsd:string ;
    lvont:iso639P3PCode "ara"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-2/ara> ;
    owl:sameAs <http://dbpedia.org/resource/Arabic_language>,
        <http://lexvo.org/id/iso639-1/ar>,
        <http://psi.oasis-open.org/iso/639/#ara>,
        <http://www.lingvoj.org/lang/ar>,
        <http://www.mpii.de/yago/resource/Arabic_language>,
        <info:lc/vocabulary/languages/ara> ;
    skos:altLabel "ዓረብኛ"@am,
        "لغة عربية"@ar,
        "Árabe"@ast,
        "Ərəb dili"@az,
        "Арабская мова"@be,
        "Арабски език"@bg,
        "আরবি ভাষা"@bn,
        "Arabeg unvan"@br,
        "Arapski jezik"@bs,
        "Àrab"@ca,
        "Arabština"@cs,
        "Arabisk"@da,
        "Arabische Sprache"@de,
        "Αραβική γλώσσα"@el,
        "Arabic language"@en,
        "Araba lingvo"@eo,
        "Idioma árabe"@es,
        "Araabia keel"@et,
        "Arabiera"@eu,
        "زبان عربی"@fa,
        "Arabian kieli"@fi,
        "Arábiskt mál"@fo,
        "Arabe"@fr,
        "An Araibis"@ga,
        "Lingua árabe"@gl,
        "‘Ōlelo ‘Alapia"@haw,
        "अरबी भाषा"@hi,
        "Arapski jezik"@hr,
        "Arab nyelv"@hu,
        "Lingua arabe"@ia,
        "Bahasa Arab"@id,
        "Arabíska"@is,
        "Lingua araba"@it,
        "არაბული ენა"@ka,
        "Араб тілі"@kk,
        "Arabiamiutut"@kl,
        "ភាសាអារ៉ាប់"@km,
        "ಅರಬ್ಬೀ ಭಾಷೆ"@kn,
        "Араб тили"@ky,
        "Liarabi"@ln,
        "ພາສາອາຣັບ"@lo,
        "Arabų kalba"@lt,
        "Arābu valoda"@lv,
        "Fiteny arabo"@mg,
        "Арапски јазик"@mk,
        "അറബി ഭാഷ"@ml,
        "अरबी भाषा"@mr,
        "Lingwa Għarbija"@mt,
        "အာရပ်ဘာသာ"@my,
        "अरबी भाषा"@ne,
        "Arabisk"@nn,
        "Араббаг æвзаг"@os,
        "ਅਰਬੀ ਭਾਸ਼ਾ"@pa,
        "Język arabski"@pl,
        "عربي ژبه"@ps,
        "Língua árabe"@pt,
        "Limba arabă"@ro,
        "Арабский язык"@ru,
        "Араб тыла"@sah,
        "Arábagiella"@se,
        "Arabčina"@sk,
        "Arabščina"@sl,
        "Gjuha arabe"@sq,
        "Арапски језик"@sr,
        "Arabiska"@sv,
        "அரபு மொழி"@ta,
        "అరబ్బీ భాష"@te,
        "ภาษาอาหรับ"@th,
        "Арабська мова"@uk,
        "عربی زبان"@ur,
        "Ède Lárúbáwá"@yo ;
    skos:definition "Arabic ( or ) is a name applied to the descendants of the Classical Arabic language of the 6th century AD. This includes both the literary language (Modern Standard Arabic or Literary Arabic, used in most written documents as well as in formal spoken occasions, such as lectures and radio broadcasts) and the spoken Arabic varieties, spoken in a wide arc of territory stretching across the Middle East and North Africa. Arabic is a Central Semitic language, closely related to Hebrew and the Neo-Aramaic languages, and also related to the South Semitic languages (e.g., Amharic in Ethiopia, Tigrinya in Ethiopia and Eritrea, and Mehri in Yemen and Oman) and the extinct East Semitic languages (e.g., Akkadian, first attested nearly 5,000 years ago). The written language is distinct from and more conservative than all of the spoken varieties, and the two exist in a state known as diglossia, used side-by-side for different societal functions."@en ;
    skos:inScheme lexvo: ;
    skos:notation "ara"^^xsd:string ;
    skos:prefLabel "Arabic"@aa,
        "Bahsa Arab"@ace,
        "Arabies"@af,
        "Àlabì"@agq,
        "ܠܫܢܐ ܥܪܒܝܐ"@aii,
        "Arabik"@ak,
        "ዐርቢኛ"@am,
        "Idioma arabe"@an,
        "Arabisc sprǣc"@ang,
        "العربية"@ar,
        "لغه عربى"@arz,
        "Kiarabu"@asa,
        "árabe"@ast,
        "Ərəbcə"@az,
        "Hɔp u arâb"@bas,
        "Arabe"@bcl,
        "арабская"@be,
        "Арабская мова"@be-tarask,
        "Ichi Arab"@bem,
        "Hiharabu"@bez,
        "арабски"@bg,
        "Bahasa Arap"@bjn,
        "larabukan"@bm,
        "আরবী"@bn,
        "ཨ་རབ་སྐད།"@bo,
        "arabeg"@br,
        "अरबी"@brx,
        "arapski"@bs,
        "арапски"@bs-Cyrl,
        "ዐርቢኛ"@byn,
        "àrab"@ca,
        "Jarboyn mott"@ce,
        "Inarabigo"@ceb,
        "Oruharabu"@cgg,
        "زمانی عەرەبی"@ckb,
        "阿拉伯文"@cmn,
        "阿拉伯文"@cmn-Hant,
        "Lingua àraba"@co,
        "Arap tili"@crh,
        "arabština"@cs,
        "Аравьскъ ѩꙁꙑкъ"@cu,
        "Арап чĕлхи"@cv,
        "Arabeg"@cy,
        "arabisk"@da,
        "Kiarabu"@dav,
        "Arabisch"@de,
        "Erebki"@diq,
        "Laaraw senni"@dje,
        "Arabska rěc"@dsb,
        "ޢަރަބި"@dv,
        "arab"@dyo,
        "ཨེ་ར་བིཀ་ཁ"@dz,
        "Kĩarabu"@ebu,
        "arabiagbe"@ee,
        "Αραβικά"@el,
        "Arabic"@en,
        "𐐇𐑉𐐲𐐺𐐮𐐿"@en-Dsrt,
        "araba"@eo,
        "árabe"@es,
        "araabia"@et,
        "arabiera"@eu,
        "Ǹkɔ́bɔ arábia"@ewo,
        "Luenga árabi"@ext,
        "عربی"@fa,
        "Aarabeere"@ff,
        "arabia"@fi,
        "Arabic"@fil,
        "arabiskt"@fo,
        "arabe"@fr,
        "Arabo"@frp,
        "arap"@fur,
        "Arabysk"@fy,
        "Araibis"@ga,
        "Arab dili"@gag,
        "阿拉伯語"@gan,
        "Arabais"@gd,
        "árabe"@gl,
        "Áraveñe'ẽ"@gn,
        "𐌰𐍂𐌰𐌱𐌹𐍃𐌺𐍃"@got,
        "Arabisch"@gsw,
        "Arabische Sprache"@gsw-FR,
        "અરબી"@gu,
        "Kiarabu"@guz,
        "Arabish"@gv,
        "Larabci"@ha,
        "Â-lâ-pak-ngî"@hak,
        "ʻAlapia"@haw,
        "ערבית"@he,
        "अरबी"@hi,
        "Arbii bhasa"@hif,
        "arapski"@hr,
        "Arabšćina"@hsb,
        "arab"@hu,
        "Արաբերեն"@hy,
        "arabe"@ia,
        "Arab"@id,
        "Arabiikị"@ig,
        "Pagsasao nga Arabe"@ilo,
        "Arabiana linguo"@io,
        "arabíska"@is,
        "arabo"@it,
        "ᐊᕋᕕ"@iu,
        "アラビア語"@ja,
        "Alâbɛ"@jgo,
        "Kyiarabu"@jmc,
        "Basa Arab"@jv,
        "Basa Arab"@jv-x,
        "არაბული"@ka,
        "Arab tili"@kaa,
        "Taɛrabt"@kab,
        "Kiarabu"@kam,
        "Хьэрыпыбзэ"@kbd,
        "Chalabu"@kde,
        "arabi"@kea,
        "Kilabu"@kg,
        "Laaraw senni"@khq,
        "Kĩarabu"@ki,
        "Араб"@kk,
        "arabiamiusut"@kl,
        "kutitab Arabuk"@kln,
        "អារ៉ាប់"@km,
        "ಅರೇಬಿಕ್"@kn,
        "अरेबिक्"@knn,
        "아랍어"@ko,
        "Араб кыв"@koi,
        "Араб тил"@krc,
        "عربی"@ks,
        "Kialabu"@ksb,
        "riarab"@ksf,
        "Araabesch"@ksh,
        "Zimanê erebî"@ku,
        "Араб кыв"@kv,
        "Arabek"@kw,
        "арабча"@ky,
        "Lingua Arabica"@la,
        "Lingua arábiga"@lad,
        "Kɨaráabu"@lag,
        "Аьраб маз"@lbe,
        "Luwarabu"@lg,
        "Arabisch"@li,
        "Lengua àraba"@lij,
        "Arab"@lmo,
        "lialabo"@ln,
        "ອາຣັບ"@lo,
        "arabų"@lt,
        "Arabu kalba"@lt-x,
        "Arabi"@lu,
        "Kiarabu"@luo,
        "Kiarabu"@luy,
        "arābu"@lv,
        "L:阿拉伯語"@lzh,
        "nkʉtʉ́k ɔ́ɔ̄ lmarabu"@mas,
        "Арабонь кяль"@mdf,
        "Kĩarabu"@mer,
        "arab"@mfe,
        "Arabo"@mg,
        "Iarabu"@mgh,
        "Reo Ārapi"@mi,
        "арапски"@mk,
        "അറബി"@ml,
        "Араб хэл"@mn,
        "अरबी"@mr,
        "Bahasa Arab"@ms,
        "Għarbi"@mt,
        "arabiya"@mua,
        "အာရေဗီ"@my,
        "عربی"@mzn,
        "Arabiatlahtōlli"@nah,
        "A-la-pek-gí"@nan,
        "Arabiǁî gowab"@naq,
        "arabisk"@nb,
        "isi-Alabhu"@nd,
        "Araabsche Spraak"@nds,
        "अरबी"@ne,
        "अरबी भाषा"@new,
        "Arabisch"@nl,
        "Kiɛl b'árabe"@nmg,
        "arabisk"@nn,
        "Arabisk"@no,
        "Thok Jalabni"@nus,
        "Ásáí Bizaad"@nv,
        "Chiarabu"@ny,
        "Oruharabu"@nyn,
        "Arabi"@oc,
        "Arabiffaa"@om,
        "ଆରବିକ୍"@or,
        "араббаг"@os,
        "ਅਰਬੀ"@pa,
        "Erabek"@pih,
        "arabski"@pl,
        "Lenga aràbica"@pms,
        "عربی"@pnb,
        "عربي"@ps,
        "árabe"@pt,
        "Arabya simi"@qu,
        "arab"@rm,
        "Icarabu"@rn,
        "arabă"@ro,
        "Kiarabu"@rof,
        "арабский"@ru,
        "Арабскый язык"@rue,
        "Icyarabu"@rw,
        "Kyiarabu"@rwk,
        "अरबी"@sa,
        "Араабтыы"@sah,
        "Kiarabu"@saq,
        "Ishiyalabu"@sbp,
        "Lingua àrabba"@scn,
        "Arabic"@sco,
        "arábagiella"@se,
        "árabe"@seh,
        "Laaraw senni"@ses,
        "Arâbo"@sg,
        "Arapski jezik"@sh,
        "ⵜⴰⵄⵔⴰⴱⵜ"@shi,
        "taɛrabt"@shi-Latn,
        "අරාබි"@si,
        "arabčina"@sk,
        "arabščina"@sl,
        "chiArabu"@sn,
        "Carabi"@so,
        "Arabisht"@sq,
        "Арапски"@sr,
        "Arapski"@sr-Latn,
        "Se-arab"@st,
        "Basa Arab"@su,
        "arabiska"@sv,
        "Kiarabu"@sw,
        "Kiarabu"@swc,
        "Kiarabu"@swh,
        "Arabsko godka"@szl,
        "அரபு"@ta,
        "అరబిక్"@te,
        "Kiarabu"@teo,
        "Забони арабӣ"@tg,
        "อาหรับ"@th,
        "ዓረበኛ"@ti,
        "ዐርቢኛ"@tig,
        "Arap dili"@tk,
        "Wikang Arabe"@tl,
        "Arabic"@tn,
        "lea fakaʻalepea"@to,
        "Arapça"@tr,
        "Ğäräp tele"@tt,
        "Laaraw senni"@twq,
        "Taεrabt"@tzm,
        "ئەرەب تىلى"@ug,
        "арабська"@uk,
        "عربی"@ur,
        "Арабча"@uzn,
        "arabcha"@uzn-Latn,
        "ꕞꕌꖝ"@vai,
        "Lahabu"@vai-Latn,
        "Tiếng Ả Rập"@vi,
        "Araabia kiil"@vro,
        "Kyiarabu"@vun,
        "Arabe"@wa,
        "Arabiš"@wae,
        "ዐርቢኛ"@wal,
        "Inarabo"@war,
        "阿拉伯语"@wuu,
        "Арабмудин келн"@xal,
        "Isi-Arabic"@xh,
        "Oluwarabu"@xog,
        "́pakas"@yav,
        "אראביש"@yi,
        "Èdè Arabiki"@yo,
        "阿剌伯話"@yue,
        "阿拉伯语"@zh,
        "Arab"@zsm,
        "isi-Alabhu"@zu .

<http://lexvo.org/id/iso639-3/arg> a lvont:Language,
        skos:Concept ;
    lvont:isFocusOf <http://id.loc.gov/vocabulary/iso639-2/arg> ;
    lvont:iso6392BCode "arg"^^xsd:string ;
    lvont:iso6392TCode "arg"^^xsd:string ;
    lvont:iso639P1Code "an"^^xsd:string ;
    lvont:iso639P3PCode "arg"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-2/arg> ;
    owl:sameAs <http://dbpedia.org/resource/Aragonese_language>,
        <http://lexvo.org/id/iso639-1/an>,
        <http://www.lingvoj.org/lang/an>,
        <http://www.mpii.de/yago/resource/Aragonese_language>,
        <info:lc/vocabulary/languages/arg> ;
    skos:altLabel "لغة أراغونية"@ar,
        "Araqon dili"@az,
        "Арагонская мова"@be,
        "Арагонски език"@bg,
        "Aragoneg"@br,
        "Aragonès"@ca,
        "Aragonština"@cs,
        "aragonesisk"@da,
        "Aragonesische Sprache"@de,
        "Aragonese language"@en,
        "Idioma aragonés"@es,
        "زبان آراگونی"@fa,
        "Aragonian kieli"@fi,
        "Aragonais"@fr,
        "Lenghe aragonese"@fur,
        "Lingua aragonesa"@gl,
        "Aragonski jezik"@hr,
        "Aragóniai nyelv"@hu,
        "Bahasa Aragon"@id,
        "Aragónska"@is,
        "Lingua aragonese"@it,
        "Aragoniešu valoda"@lv,
        "Арагонски јазик"@mk,
        "Język aragoński"@pl,
        "Língua aragonesa"@pt,
        "Limba aragoneză"@ro,
        "Арагонский язык"@ru,
        "Aragoniagiella"@se,
        "Арагонски језик"@sr,
        "aragonesiska"@sv,
        "ஆராகோனீசிய மொழி"@ta,
        "ภาษาอารากอน"@th,
        "Арагонська мова"@uk ;
    skos:definition "Aragonese (; in Aragonese) is a Romance language now spoken in a number of local varieties by between 10,000 and 30,000 people over the valleys of the Aragón River, Sobrarbe and Ribagorza in Aragon, Spain. It is the only remaining speech form derived from medieval Navarro-Aragonese languages."@en ;
    skos:inScheme lexvo: ;
    skos:notation "arg"^^xsd:string ;
    skos:prefLabel "Idioma aragonés"@an,
        "الأراجونية"@ar,
        "Aragonés"@ast,
        "aragonca"@az,
        "арагонская"@be,
        "Арагонская мова"@be-tarask,
        "арагонски"@bg,
        "আর্গোনিজ"@bn,
        "aragoneg"@br,
        "आर्गोनी"@brx,
        "aragonežanski"@bs,
        "арагонежански"@bs-Cyrl,
        "aragonès"@ca,
        "阿拉贡文"@cmn,
        "阿拉貢文"@cmn-Hant,
        "Lingua aragunesa"@co,
        "aragonština"@cs,
        "Арагон чĕлхи"@cv,
        "Aragoneg"@cy,
        "Aragonisk"@da,
        "Aragonesisch"@de,
        "Αραγκονικά"@el,
        "Aragonese"@en,
        "𐐈𐑉𐐲𐑀𐐱𐑌𐐨𐑆"@en-Dsrt,
        "Aragona lingvo"@eo,
        "aragonés"@es,
        "aragoni"@et,
        "Aragoiera"@eu,
        "Luenga aragonesa"@ext,
        "آراگونی"@fa,
        "aragonia"@fi,
        "aragonais"@fr,
        "Aragonês"@frp,
        "aragonês"@fur,
        "An Aragóinis"@ga,
        "aragonés"@gl,
        "Aragonesisch"@gsw,
        "અર્ગોનીઝ"@gu,
        "Aragonish"@gv,
        "Â-lâ-kung-ngî"@hak,
        "אראגונית"@he,
        "अर्गोनी"@hi,
        "aragonski"@hr,
        "aragonéz"@hu,
        "Lingua aragonese"@ia,
        "Aragon"@id,
        "Aragoniana linguo"@io,
        "aragonska"@is,
        "aragonese"@it,
        "アラゴン語"@ja,
        "ភាសាអារ៉ាហ្គោន"@km,
        "ಅರಗೊನೀಸ್"@kn,
        "아라곤어"@ko,
        "اَراگونی"@ks,
        "Zimanê aragonî"@ku,
        "Aragonek"@kw,
        "Lingua Aragonensis"@la,
        "Aragonees"@li,
        "Lengua aragoneise"@lij,
        "ອາຣາໂກເນັດ"@lo,
        "aragonesų"@lt,
        "aragoniešu"@lv,
        "Reo Aragon"@mi,
        "арагонески"@mk,
        "അരഗോണീസ്"@ml,
        "अर्गोनीज"@mr,
        "Bahasa Aragones"@ms,
        "Aragonese"@mt,
        "Aragonés"@mwl,
        "aragonsk"@nb,
        "Aragoonsche Spraak"@nds,
        "Aragonees"@nl,
        "aragonsk"@nn,
        "Aragonesisk"@no,
        "Aragonés"@oc,
        "ଆର୍ଗୋନୀ"@or,
        "aragoński"@pl,
        "Lenga aragonèisa"@pms,
        "اراغونی بولی"@pnb,
        "aragonês"@pt,
        "aragonais"@rm,
        "aragoneză"@ro,
        "арагонский"@ru,
        "Icyaragoneze"@rw,
        "Limba aragonesa"@sc,
        "aragoniagiella"@se,
        "Aragonski jezik"@sh,
        "aragónčina"@sk,
        "aragonščina"@sl,
        "Арагонежански"@sr,
        "Aragonežanski"@sr-Latn,
        "Aragonska"@sv,
        "ஆர்கோனீஸ்"@ta,
        "అరగోనిస్"@te,
        "Lia-aragonés"@tet,
        "อารากอน"@th,
        "Aragonca"@tr,
        "ئاراگون تىلى"@ug,
        "арагонська"@uk,
        "Tiếng Aragon"@vi,
        "阿拉贡语"@wuu,
        "阿拉贡语"@zh .

<http://lexvo.org/id/iso639-3/arn> a lvont:Language,
        skos:Concept ;
    lvont:isFocusOf <http://id.loc.gov/vocabulary/iso639-2/arn> ;
    lvont:iso6392BCode "arn"^^xsd:string ;
    lvont:iso6392TCode "arn"^^xsd:string ;
    lvont:iso639P3PCode "arn"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-2/arn>,
        <http://www.glottolog.org/resource/languoid/id/mapu1245> ;
    owl:sameAs <http://dbpedia.org/resource/Mapuche_language>,
        <http://psi.oasis-open.org/iso/639/#arn>,
        <http://www.lingvoj.org/lang/map-bms>,
        <http://www.mpii.de/yago/resource/Mapuche_language>,
        <info:lc/vocabulary/languages/arn> ;
    skos:altLabel "Мапуче"@bg,
        "Mapoudoungouneg"@br,
        "Mapudungun"@ca,
        "Mapudungun"@da,
        "Araukanisch"@de,
        "Araucanian"@en,
        "Mapuche language"@en,
        "Mapudungun"@en,
        "Idioma mapuche"@es,
        "mapudungun"@es,
        "Mapudungun"@fi,
        "Mapudungun"@fr,
        "mapudungun"@fr,
        "Mapudungun"@is,
        "Lingua mapudungun"@it,
        "アラウカン語"@ja,
        "아라우칸어"@ko,
        "Mapudungunų kalba"@lt,
        "Mapuču valoda"@lv,
        "Mapudungun"@nl,
        "Język mapudungun"@pl,
        "Mapudungun"@pt,
        "Арауканский язык"@ru,
        "Mapudungun"@sv,
        "Araukanya Dili"@tr,
        "арауканська"@uk ;
    skos:definition "The Mapuche language, Mapudungun (from earth, land and speak, speech) is a language isolate spoken in south-central Chile and west central Argentina by the Mapuche (from mapu and che people) people. It is also spelled Mapuzugun and sometimes called Mapudungu or Araucanian (Araucano). The latter was the name given to the Mapuche by the Spaniards but nowadays both the Mapuche and others avoid this usage. The number of speakers differs depending on definition and research methodology. In the political struggle between the ethnic minority and the Chilean and Argentinian governments the different groups support different research results. Mapuche-written publications from 2008 supports research showing approximately 700,000 speakers. Other results report approximately 240,000 speakers, with 200,000 in the Central Valley of Chile and 40,000 in several Argentine provinces, where some 150,000 people use the language regularly."@en ;
    skos:inScheme lexvo: ;
    skos:notation "arn"^^xsd:string ;
    skos:prefLabel "Idioma mapudungun"@an,
        "الأروكانية"@ar,
        "Mapuchi aru"@ay,
        "araukanca"@az,
        "мапуче"@bg,
        "অ্যারোকেনিয়"@bn,
        "araoukaneg"@br,
        "arokanijski"@bs,
        "ароканијски"@bs-Cyrl,
        "araucà"@ca,
        "阿劳坎文"@cmn,
        "阿勞坎文"@cmn-Hant,
        "araukánština"@cs,
        "Arawcaneg"@cy,
        "araukansk"@da,
        "Mapudungun"@de,
        "Αρουκάνιαν"@el,
        "Mapuche"@en,
        "Mapuĉa lingvo"@eo,
        "araucano"@es,
        "araukaani"@et,
        "Mapudungun"@eu,
        "آروکانیایی"@fa,
        "mapudungun"@fi,
        "araukan"@fr,
        "Lingua mapuche"@gl,
        "Araukanisch"@gsw,
        "એરોકૈનિયન"@gu,
        "אראוקנית"@he,
        "एरोकैनियन"@hi,
        "araukanski"@hr,
        "araucani"@hu,
        "Araukan"@id,
        "arákaníska"@is,
        "araucano"@it,
        "マプチェ語"@ja,
        "მაპუდუნგუნი"@ka,
        "ಅರೌಕೇನಿಯನ್"@kn,
        "마푸둥군어"@ko,
        "ایرو کونِیَن"@ks,
        "Lengua mapuche"@lmo,
        "ອາຣົວຄານຽນ"@lo,
        "araukanų"@lt,
        "araukāņu"@lv,
        "арокенски"@mk,
        "ആരൗകാനിയൻ"@ml,
        "अ‍ॅरॉकॅनियन"@mr,
        "Arawkanjan"@mt,
        "araukansk"@nb,
        "Araukaans"@nl,
        "araukansk"@nn,
        "ଆରାଉକାନିଆନ୍"@or,
        "araukański"@pl,
        "Lenga mapudungun"@pms,
        "araucano"@pt,
        "Mapudungun simi"@qu,
        "araucanic"@rm,
        "araucaniană"@ro,
        "арауканский"@ru,
        "araukánčina"@sk,
        "aravkanščina"@sl,
        "Ароканијски"@sr,
        "Arokanijski"@sr-Latn,
        "araukanska"@sv,
        "அரௌகேனியன்"@ta,
        "అరౌకేనియన్"@te,
        "อาเราคาเนียน"@th,
        "Mapudungun"@tr,
        "Мапудунґун"@uk,
        "Tiếng Araucanian"@vi .

<http://lexvo.org/id/iso639-3/arw> a lvont:Language,
        skos:Concept ;
    lvont:isFocusOf <http://id.loc.gov/vocabulary/iso639-2/arw> ;
    lvont:iso6392BCode "arw"^^xsd:string ;
    lvont:iso6392TCode "arw"^^xsd:string ;
    lvont:iso639P3PCode "arw"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-2/arw>,
        <http://www.glottolog.org/resource/languoid/id/araw1276> ;
    owl:sameAs <http://dbpedia.org/resource/Arawak_language>,
        <http://psi.oasis-open.org/iso/639/#arw>,
        <http://www.lingvoj.org/lang/arw>,
        <http://www.mpii.de/yago/resource/Arawak_language>,
        <info:lc/vocabulary/languages/arw> ;
    skos:altLabel "Arawak language"@en,
        "Idioma arawak-lokono"@es,
        "Arawak jezik"@hr,
        "Aravakų kalba"@lt ;
    skos:definition "Arawak (Arowak, Aruák) is the eponymous language of the Arawakan language family. The term is often used to cover the closely related Taino language of the Caribbean islands. The ethnonym Lokono may be used more specifically."@en ;
    skos:inScheme lexvo: ;
    skos:notation "arw"^^xsd:string ;
    skos:prefLabel "الأراواكية"@ar,
        "aravakça"@az,
        "аравак"@bg,
        "আরাওয়াক"@bn,
        "arawakeg"@br,
        "अरावाक"@brx,
        "aravak"@bs,
        "аравак"@bs-Cyrl,
        "arauac"@ca,
        "阿拉瓦克文"@cmn,
        "阿拉瓦克文"@cmn-Hant,
        "arawacké jazyky"@cs,
        "Arawaceg"@cy,
        "arawak"@da,
        "Arawak-Sprache"@de,
        "Αραγουάκ"@el,
        "Arawak"@en,
        "arahuaco"@es,
        "aravaki"@et,
        "آراواکی"@fa,
        "arawak"@fi,
        "arawak"@fr,
        "Arawak"@gsw,
        "અરાવક"@gu,
        "ארוואק"@he,
        "अरावक"@hi,
        "arawak"@hr,
        "aravak"@hu,
        "Arawak"@id,
        "aravakska"@is,
        "aruaco"@it,
        "アラワク語"@ja,
        "ಅರಾವಾಕ್"@kn,
        "아라와크어"@ko,
        "اَراوَک"@ks,
        "ອາຣາແວກ"@lo,
        "aravakų"@lt,
        "aravaku"@lv,
        "аравак"@mk,
        "അറാവക്"@ml,
        "अरावक"@mr,
        "Arawak"@mt,
        "arawak"@nb,
        "Arawak"@nl,
        "arawak"@nn,
        "Arawak"@no,
        "ଆରୱକ"@or,
        "arawak"@pl,
        "Lenga arawak"@pms,
        "arauaqui"@pt,
        "Arawak simi"@qu,
        "arawak"@rm,
        "arawak"@ro,
        "аравакский"@ru,
        "arawačtina"@sk,
        "aravaščina"@sl,
        "Аравак"@sr,
        "Aravak"@sr-Latn,
        "arawakiska"@sv,
        "அராவாக்"@ta,
        "అరావాక్"@te,
        "อาราวัก"@th,
        "Arawak Dili"@tr,
        "аравакська"@uk,
        "Tiếng Arawak"@vi .

<http://lexvo.org/id/iso639-3/awa> a lvont:Language,
        skos:Concept ;
    lvont:isFocusOf <http://id.loc.gov/vocabulary/iso639-2/awa> ;
    lvont:iso6392BCode "awa"^^xsd:string ;
    lvont:iso6392TCode "awa"^^xsd:string ;
    lvont:iso639P3PCode "awa"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-2/awa>,
        <http://www.glottolog.org/resource/languoid/id/awad1243> ;
    owl:sameAs <http://dbpedia.org/resource/Awadhi_language>,
        <http://psi.oasis-open.org/iso/639/#awa>,
        <http://www.lingvoj.org/lang/awa>,
        <http://www.mpii.de/yago/resource/Awadhi_language>,
        <info:lc/vocabulary/languages/awa> ;
    skos:altLabel "Awadeg"@br,
        "Awadhi language"@en,
        "Awadhi"@fr,
        "અવધી ભાષા"@gu,
        "Awadhi jezik"@hr,
        "Lingua awadhi"@it,
        "Avadhi"@nn,
        "Awadhi"@pl,
        "Авадхи"@ru,
        "அவதி மொழி"@ta,
        "ภาษาอวธี"@th ;
    skos:definition "Awadhi (Devanagari: अवधी) is an Indo-Aryan language, part of the Hindi-Urdu continuum. It is spoken chiefly in the Awadh (Oudh) region of Uttar Pradesh, although its speakers are also found in Bihar, Madhya Pradesh, Delhi and Nepal. Furthermore, the Fiji Hindi dialect spoken by Indo-Fijians is considered a variant of Awadhi, although it has Bhojpuri influence. Awadhi in slightly different forms (influenced by Brij Bhasha, Bundeli and Bagheli) is also spoken in the Vatsa country (Lower Doab) south of Awadh region which includes Kanpur and Allahabad. It is also spoken in most of the Caribbean countries where the people of Uttar Pradesh were taken as indentured workers by the British India government. According to 2001 census, it ranks 29th in the List of languages by number of native speakers in World."@en ;
    skos:inScheme lexvo: ;
    skos:notation "awa"^^xsd:string ;
    skos:prefLabel "الأوادية"@ar,
        "avadicə"@az,
        "авади"@bg,
        "আওয়াধি"@bn,
        "awadhi"@br,
        "अवधी"@brx,
        "avadhi"@bs,
        "авадхи"@bs-Cyrl,
        "awadhi"@ca,
        "阿瓦乔文"@cmn,
        "阿瓦文"@cmn-Hant,
        "awadhština"@cs,
        "awadhi"@da,
        "Awadhi"@de,
        "Αγουαντί"@el,
        "Awadhi"@en,
        "avadhi"@es,
        "avadhi"@et,
        "awadhi"@fi,
        "awadhi"@fr,
        "Awadhi"@gsw,
        "અવધી"@gu,
        "אוואדית"@he,
        "अवधी"@hi,
        "Awadhi"@hif,
        "awadhi"@hr,
        "awádi"@hu,
        "Awadhi"@id,
        "avadí"@is,
        "awadhi"@it,
        "アワディー語"@ja,
        "ಅವಧಿ"@kn,
        "아와히어"@ko,
        "اَوَدی"@ks,
        "ອາວາຮິ"@lo,
        "avadhi"@lt,
        "avadhu"@lv,
        "авади"@mk,
        "അവധി"@ml,
        "अवधी"@mr,
        "Awadħi"@mt,
        "awadhi"@nb,
        "Awadhi"@nl,
        "awadhi"@nn,
        "Awadhi"@no,
        "ଆୱାଧି"@or,
        "awadhi"@pl,
        "Lenga awadhi"@pms,
        "awadhi"@pt,
        "awadhi"@rm,
        "awadhi"@ro,
        "авадхи"@ru,
        "Awadhi"@sh,
        "avadhčina"@sk,
        "avadščina"@sl,
        "Авадхи"@sr,
        "Avadhi"@sr-Latn,
        "awadhi"@sv,
        "அவதி"@ta,
        "అవధి"@te,
        "อวธี"@th,
        "Awadhi"@tr,
        "авадхі"@uk,
        "Tiếng Awadhi"@vi,
        "阿瓦德语"@zh .

<http://lexvo.org/id/iso639-3/aym> a lvont:Language,
        skos:Concept ;
    lvont:isFocusOf <http://id.loc.gov/vocabulary/iso639-2/aym> ;
    lvont:iso6392BCode "aym"^^xsd:string ;
    lvont:iso6392TCode "aym"^^xsd:string ;
    lvont:iso639P1Code "ay"^^xsd:string ;
    lvont:iso639P3PCode "aym"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-2/aym> ;
    owl:sameAs <http://dbpedia.org/resource/Aymara_language>,
        <http://lexvo.org/id/iso639-1/ay>,
        <http://psi.oasis-open.org/iso/639/#aym>,
        <http://www.lingvoj.org/lang/ay>,
        <http://www.mpii.de/yago/resource/Aymara_language>,
        <info:lc/vocabulary/languages/aym> ;
    skos:altLabel "لغة أيمارا"@ar,
        "Аймара"@bg,
        "আইমারা ভাষা"@bn,
        "Aymareg"@br,
        "Aimara"@ca,
        "Ajmarština"@cs,
        "Aymara"@da,
        "Aymara language"@en,
        "Ajmara lingvo"@eo,
        "Idioma aimara"@es,
        "Aimara"@eu,
        "Aimaran kieli"@fi,
        "Aymara"@fr,
        "Lingua aimará"@gl,
        "Ajmarski jezik"@hr,
        "Bahasa Aymara"@id,
        "Aímaríska"@is,
        "Lingua aymara"@it,
        "Aimarų kalba"@lt,
        "Aimaru valoda"@lv,
        "Ајмарски јазик"@mk,
        "आयमारा भाषा"@mr,
        "Aymara"@nn,
        "Język ajmara"@pl,
        "Língua aimará"@pt,
        "Аймара"@ru,
        "Ajmarščina"@sl,
        "Ајмара"@sr,
        "Aymara"@sv,
        "ஐமர மொழி"@ta,
        "Аймара"@uk ;
    skos:definition "Aymara (Aymar aru) is an Aymaran language spoken by the Aymara people of the Andes. It is one of only a handful of Native American languages with over three million speakers. Aymara, along with Quechua and Spanish, is an official language of Peru and Bolivia. It is also spoken to a much lesser extent in Chile and in Northwest Argentina."@en ;
    skos:inScheme lexvo: ;
    skos:notation "aym"^^xsd:string ;
    skos:prefLabel "Aymara"@af,
        "አያማርኛ"@am,
        "Idioma aimara"@an,
        "الأيمارا"@ar,
        "Llingua aymara"@ast,
        "Aymar aru"@ay,
        "aymarca"@az,
        "аймара"@be,
        "аймара"@bg,
        "আয়মারা"@bn,
        "aymara"@br,
        "आयमारा"@brx,
        "ajmara"@bs,
        "ајмара"@bs-Cyrl,
        "አያማርኛ"@byn,
        "aimara"@ca,
        "艾马拉文"@cmn,
        "艾馬拉文"@cmn-Hant,
        "ajmarština"@cs,
        "aymara"@da,
        "Aymara"@de,
        "aymargbe"@ee,
        "Αϊμάρα"@el,
        "Aymara"@en,
        "ajmara"@eo,
        "aimara"@es,
        "aimara"@et,
        "aimara"@eu,
        "آیمارایی"@fa,
        "aimara"@fi,
        "Aymara"@fil,
        "aymara"@fo,
        "aymara"@fr,
        "aymarà"@fur,
        "aimará"@gl,
        "Aimarañe'ẽ"@gn,
        "Aymara"@gsw,
        "આયમારા"@gu,
        "Aymarish"@gv,
        "איימארית"@he,
        "आयमारा"@hi,
        "aymara"@hr,
        "ajmara"@hu,
        "Aymara"@id,
        "Aymarana linguo"@io,
        "aímara"@is,
        "aymara"@it,
        "アイマラ語"@ja,
        "აიმარა"@ka,
        "aimara"@kea,
        "Аймара"@kk,
        "ភាសាអីម៉ារ៉ា"@km,
        "ಅಯ್ಮಾರಾ"@kn,
        "ऐमरा"@knn,
        "아이마라어"@ko,
        "ایمارا"@ks,
        "Aimaresch"@ksh,
        "Lingua Aymara"@la,
        "Aymara"@lij,
        "ອາຍມາລາ"@lo,
        "aimarų"@lt,
        "Aimaru kalba"@lt-x,
        "aimaru"@lv,
        "Reo Aymara"@mi,
        "ајмара"@mk,
        "അയ്മാറ"@ml,
        "ऐमरा"@mr,
        "Bahasa Aymara"@ms,
        "Ajmara"@mt,
        "Aimaratlahtōlli"@nah,
        "aymara"@nb,
        "Aymara"@nds,
        "Aymara"@nl,
        "aymara"@nn,
        "Aymara"@no,
        "Aymara bizaad"@nv,
        "ଆୟମାରା"@or,
        "Аймараг æвзаг"@os,
        "ajmara"@pl,
        "Lenga aymara sentral"@pms,
        "آیمارا"@pnb,
        "aimara"@pt,
        "Aymara simi"@qu,
        "aymara"@rm,
        "aymara"@ro,
        "аймара"@ru,
        "aymarčina"@sk,
        "ajmarščina"@sl,
        "Gjuha aymara"@sq,
        "ајмара"@sr,
        "Ajmara"@sr-Latn,
        "Aymara"@stq,
        "aymara"@sv,
        "Aimara"@swh,
        "அய்மரா"@ta,
        "ఐమారా"@te,
        "ไอย์มารา"@th,
        "አያማርኛ"@tig,
        "lea ʻaimala"@to,
        "Aymara"@tr,
        "аймара"@uk,
        "ایمارا"@ur,
        "Tiếng Aymara"@vi,
        "Aymara"@wa,
        "Aymara"@wae,
        "艾馬拉語"@zh,
        "Aymara"@zsm,
        "isi-Aymara"@zu .

<http://lexvo.org/id/iso639-3/bin> a lvont:Language,
        skos:Concept ;
    lvont:isFocusOf <http://id.loc.gov/vocabulary/iso639-2/bin> ;
    lvont:iso6392BCode "bin"^^xsd:string ;
    lvont:iso6392TCode "bin"^^xsd:string ;
    lvont:iso639P3PCode "bin"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-2/bin>,
        <http://www.glottolog.org/resource/languoid/id/bini1246> ;
    owl:sameAs <http://dbpedia.org/resource/Edo_language>,
        <http://psi.oasis-open.org/iso/639/#bin>,
        <http://www.lingvoj.org/lang/bin>,
        <http://www.mpii.de/yago/resource/Edo_language>,
        <info:lc/vocabulary/languages/bin> ;
    skos:altLabel "Edoeg"@br,
        "bini"@da,
        "Bini-Sprache"@de,
        "Bini"@en,
        "Edo language"@en,
        "Idioma edo"@es,
        "bini"@fr,
        "Edo jezik"@hr,
        "Lingua edo"@it,
        "ビニ語"@ja,
        "Bini"@nl,
        "Língua edo"@pt,
        "бини"@ru ;
    skos:definition "Edo (with full diacritics, ; also called Bini (Benin)) is a Volta–Niger language spoken primarily in Edo State, Nigeria. It was and remains the primary language of the Edo people of Igodomigodo. The Igodomigodo kingdom was renamed Edo by Oba Eweka, after which the Edos refer to themselves as Oviedo child of Edo. The Edo capital was Ubinu, known as Benin City to the Portuguese who first heard about it from the coastal Itsekhiri, who pronounced it this way; from this the kingdom came to be known as the Benin Empire in the West."@en ;
    skos:inScheme lexvo: ;
    skos:notation "bin"^^xsd:string ;
    skos:prefLabel "البينية"@ar,
        "bini dili"@az,
        "бини"@bg,
        "বিনি"@bn,
        "bini"@br,
        "बिनी"@brx,
        "bini"@bs,
        "бини"@bs-Cyrl,
        "bini"@ca,
        "比尼文"@cmn,
        "比尼文"@cmn-Hant,
        "bini"@cs,
        "Edo"@da,
        "Edo"@de,
        "Μπίνι"@el,
        "Edo"@en,
        "bini"@es,
        "edo"@et,
        "بینی"@fa,
        "bini"@fi,
        "Édo"@fr,
        "Lingua edo"@gl,
        "Bini"@gsw,
        "બિની"@gu,
        "ביני"@he,
        "बिनी"@hi,
        "bini"@hr,
        "bini"@hu,
        "Bini"@id,
        "bíní"@is,
        "bini"@it,
        "エド語"@ja,
        "ಬಿನಿ"@kn,
        "비니어"@ko,
        "بِنی"@ks,
        "ບີນີ"@lo,
        "bini"@lt,
        "binu"@lv,
        "бини"@mk,
        "ബിനി"@ml,
        "बिनी"@mr,
        "Bini"@mt,
        "bini"@nb,
        "Edo"@nl,
        "bini"@nn,
        "Edo"@no,
        "ବିନି"@or,
        "bini"@pl,
        "Lenga Edo"@pms,
        "bini"@pt,
        "bini"@rm,
        "bini"@ro,
        "Эдо"@ru,
        "bini"@sk,
        "edo"@sl,
        "Бини"@sr,
        "Bini"@sr-Latn,
        "bini"@sv,
        "பினி"@ta,
        "బిని"@te,
        "บินี"@th,
        "Bini"@tr,
        "біні"@uk,
        "Tiếng Bini"@vi,
        "Èdè Edo"@yo .

<http://lexvo.org/id/iso639-3/bis> a lvont:Language,
        skos:Concept ;
    lvont:isFocusOf <http://id.loc.gov/vocabulary/iso639-2/bis> ;
    lvont:iso6392BCode "bis"^^xsd:string ;
    lvont:iso6392TCode "bis"^^xsd:string ;
    lvont:iso639P1Code "bi"^^xsd:string ;
    lvont:iso639P3PCode "bis"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-2/bis> ;
    owl:sameAs <http://dbpedia.org/resource/Bislama>,
        <http://lexvo.org/id/iso639-1/bi>,
        <http://psi.oasis-open.org/iso/639/#bis>,
        <http://www.lingvoj.org/lang/bi>,
        <http://www.mpii.de/yago/resource/Bislama>,
        <info:lc/vocabulary/languages/bis> ;
    skos:altLabel "Бислама"@bg,
        "Bislama"@br,
        "Bislama"@ca,
        "Bislamština"@cs,
        "Bislama lingvo"@eo,
        "Bislama"@es,
        "زبان بیسلاما"@fa,
        "Bislama"@fi,
        "Bichelamar"@fr,
        "bichelamar"@fr,
        "Bislama jezik"@hr,
        "Lingua bislama"@it,
        "비슬라마어"@ko,
        "Bislama"@lt,
        "Bislama"@lv,
        "Język bislama"@pl,
        "Língua bislamá"@pt,
        "Бислама"@ru,
        "Bislama"@sv,
        "பிசுலாமா மொழி"@ta,
        "ภาษาบิสลามา"@th,
        "Біслама"@uk,
        "Tiếng Bislama"@vi ;
    skos:definition "Bislama is a creole language, one of the official languages of Vanuatu. It is the first language of many of the \"Urban ni-Vanuatu\" (those who live in Port Vila and Luganville), and the second language of much of the rest of the country's residents. \"Yumi, Yumi, Yumi\", the Vanuatu national anthem, is in Bislama."@en ;
    skos:inScheme lexvo: ;
    skos:notation "bis"^^xsd:string ;
    skos:prefLabel "ቢስላምኛ"@am,
        "البيسلامية"@ar,
        "bislama dili"@az,
        "бислама"@bg,
        "Bislama"@bi,
        "বিসলামা"@bn,
        "bislama"@br,
        "बिस्लामा"@brx,
        "bislama"@bs,
        "бислама"@bs-Cyrl,
        "ቢስላምኛ"@byn,
        "bislama"@ca,
        "比斯拉马文"@cmn,
        "比斯拉馬文"@cmn-Hant,
        "bislamština"@cs,
        "Bislama"@cy,
        "bislama"@da,
        "Bislama"@de,
        "Bislamšćina"@dsb,
        "bislamagbe"@ee,
        "Μπισλάμα"@el,
        "Bislama"@en,
        "bislamo"@eo,
        "bislama"@es,
        "bislama"@et,
        "Bislama"@eu,
        "بیسلاما"@fa,
        "bislama"@fi,
        "bichlamar"@fr,
        "Bislama"@gl,
        "Bislama"@gsw,
        "બિસ્લામા"@gu,
        "ביסלמה"@he,
        "बिस्लामा"@hi,
        "bislama"@hr,
        "Bislamšćina"@hsb,
        "Bichlamar"@ht,
        "bislama"@hu,
        "Bislama"@id,
        "bíslama"@is,
        "bislama"@it,
        "ビスラマ語"@ja,
        "ಬಿಸ್ಲಾಮಾ"@kn,
        "बिसलमा"@knn,
        "비슬라마"@ko,
        "بِسلاما"@ks,
        "ບິສລະມາ"@lo,
        "bislama"@lt,
        "bišlamā"@lv,
        "бислама"@mk,
        "ബിസ്‌ലാമ"@ml,
        "बिस्लामा"@mr,
        "Bahasa Bislama"@ms,
        "Bislama"@mt,
        "bislama"@nb,
        "Bislama"@nl,
        "bislama"@nn,
        "Bislama"@no,
        "ବିସଲାମା"@or,
        "bislama"@pl,
        "Lenga bislama"@pms,
        "bislamá"@pt,
        "bislama"@rm,
        "bislama"@ro,
        "бислама"@ru,
        "Bislama jezik"@sh,
        "bislama"@sk,
        "bislamščina"@sl,
        "Gagana Bislama"@sm,
        "Бислама"@sr,
        "Bislama"@sr-Latn,
        "bislama"@sv,
        "பிஸ்லாமா"@ta,
        "బిస్లామా"@te,
        "บิสลามา"@th,
        "ቢስላምኛ"@tig,
        "lea fakapisilama"@to,
        "Bislama"@tpi,
        "Bislama"@tr,
        "біслама"@uk,
        "Bislama"@vi,
        "比斯拉马语"@zh .

<http://lexvo.org/id/iso639-3/byn> a lvont:Language,
        skos:Concept ;
    lvont:isFocusOf <http://id.loc.gov/vocabulary/iso639-2/byn> ;
    lvont:iso6392BCode "byn"^^xsd:string ;
    lvont:iso6392TCode "byn"^^xsd:string ;
    lvont:iso639P3PCode "byn"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-2/byn>,
        <http://www.glottolog.org/resource/languoid/id/bili1260> ;
    owl:sameAs <http://dbpedia.org/resource/Blin_language>,
        <http://psi.oasis-open.org/iso/639/#byn>,
        <http://www.lingvoj.org/lang/byn>,
        <http://www.mpii.de/yago/resource/Blin_language>,
        <info:lc/vocabulary/languages/byn> ;
    skos:altLabel "Bileneg"@br,
        "Bilin"@ca,
        "Bilin"@en,
        "Blin language"@en,
        "Língua blin"@pt,
        "билин (блин)"@ru ;
    skos:definition "The Blin language (ብሊና, translitterated to Latin as b(ə)lina or bɨlina), Bilin or Bilen has approximately 70,000 speakers in and around the city of Keren in Eritrea. It is the only Central Cushitic language which is spoken in Eritrea."@en ;
    skos:inScheme lexvo: ;
    skos:notation "byn"^^xsd:string ;
    skos:prefLabel "ብሊን"@am,
        "البلينية"@ar,
        "bilincə"@az,
        "биленски"@bg,
        "ব্লিন"@bn,
        "blin"@br,
        "ब्लीन"@brx,
        "blin"@bs,
        "блин"@bs-Cyrl,
        "ብሊን"@byn,
        "bilin"@ca,
        "布林文"@cmn,
        "比林文"@cmn-Hant,
        "blinština"@cs,
        "blin"@da,
        "Blin"@de,
        "Μπλιν"@el,
        "Blin"@en,
        "𐐒𐑊𐐮𐑌"@en-Dsrt,
        "blin"@es,
        "bilini"@et,
        "Bilen hizkuntza"@eu,
        "بلین"@fa,
        "bilin"@fi,
        "blin"@fr,
        "Blin"@gsw,
        "બ્લિન"@gu,
        "בלין"@he,
        "ब्लिन"@hi,
        "blin"@hr,
        "blin"@hu,
        "Blin"@id,
        "blín"@is,
        "blin"@it,
        "ビリン語"@ja,
        "ಬ್ಲಿನ್"@kn,
        "브린어"@ko,
        "بٕلِن"@ks,
        "ບລິນ"@lo,
        "blin"@lt,
        "bilinu"@lv,
        "блин"@mk,
        "ബ്ലിൻ"@ml,
        "ब्लिन"@mr,
        "Blin"@mt,
        "blin"@nb,
        "Blin"@nl,
        "blin"@nn,
        "ବ୍ଲିନ୍"@or,
        "blin"@pl,
        "Lenga Bilen"@pms,
        "blin"@pt,
        "blin"@rm,
        "blin"@ro,
        "Билин"@ru,
        "blin"@sk,
        "blinščina"@sl,
        "Блин"@sr,
        "Blin"@sr-Latn,
        "blin"@sv,
        "ப்லின்"@ta,
        "బ్లిన్"@te,
        "บลิน"@th,
        "ብሊን"@tig,
        "Blin"@tr,
        "блін"@uk,
        "Tiếng Blin"@vi,
        "比林語"@zh .

<http://lexvo.org/id/iso639-3/chb> a lvont:Language,
        skos:Concept ;
    lvont:isFocusOf <http://id.loc.gov/vocabulary/iso639-2/chb> ;
    lvont:iso6392BCode "chb"^^xsd:string ;
    lvont:iso6392TCode "chb"^^xsd:string ;
    lvont:iso639P3PCode "chb"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-2/chb>,
        <http://www.glottolog.org/resource/languoid/id/chib1270> ;
    owl:sameAs <http://dbpedia.org/resource/Chibcha_language>,
        <http://psi.oasis-open.org/iso/639/#chb>,
        <http://www.lingvoj.org/lang/chb>,
        <http://www.mpii.de/yago/resource/Chibcha_language>,
        <info:lc/vocabulary/languages/chb> ;
    skos:altLabel "txibtxa"@ca,
        "Čibča"@cs,
        "Chibcha language"@en,
        "Idioma muisca"@es,
        "chibcha"@fr,
        "chibcha"@hr,
        "Чибча"@ru ;
    skos:definition "Chibcha, also known as Muisca or Mosca, is an extinct Chibchan language of Colombia, formerly spoken by the Muisca people, a complex indigenous civilization of South America and the present-day Colombian region. Scholars believe the Chibcha language arose in South America and then migrated with people to nearby areas."@en ;
    skos:inScheme lexvo: ;
    skos:notation "chb"^^xsd:string ;
    skos:prefLabel "Idioma muisca"@an,
        "التشيبشا"@ar,
        "çibçə dili"@az,
        "чыбча"@be,
        "чибча"@bg,
        "চিবচা"@bn,
        "chibcha"@br,
        "चीबचा"@brx,
        "čibča"@bs,
        "чибча"@bs-Cyrl,
        "Muisca"@ca,
        "契布卡文"@cmn,
        "奇布查文"@cmn-Hant,
        "čibča"@cs,
        "chibcha"@da,
        "Chibcha-Sprache"@de,
        "Τσίμπτσα"@el,
        "Chibcha"@en,
        "chibcha"@es,
        "tšibtša"@et,
        "چیبچا"@fa,
        "tšibtša"@fi,
        "Muisca"@fr,
        "Tschibtscha"@gsw,
        "ચિબ્ચા"@gu,
        "צ'יבצ'ה"@he,
        "चिब्चा"@hi,
        "Čibča"@hr,
        "csibcsa"@hu,
        "Chibcha"@id,
        "síbsja"@is,
        "chibcha"@it,
        "チブチャ語"@ja,
        "ಚಿಬ್ಚಾ"@kn,
        "치브차어"@ko,
        "چیٖبچا"@ks,
        "ຊິບຊາ"@lo,
        "čibča"@lt,
        "čibču"@lv,
        "чибча"@mk,
        "ചിബ്ച"@ml,
        "चिब्चा"@mr,
        "Ċibċa"@mt,
        "chibcha"@nb,
        "Chibcha"@nl,
        "chibcha"@nn,
        "Muisca"@no,
        "ଚିବ୍ଚା"@or,
        "czibcza"@pl,
        "chibcha"@pt,
        "Muyska simi"@qu,
        "chibcha"@rm,
        "chibcha"@ro,
        "чибча"@ru,
        "čibča"@sk,
        "čibčevščina"@sl,
        "Чибча"@sr,
        "Čibča"@sr-Latn,
        "chibcha"@sv,
        "சிப்சா"@ta,
        "చిబ్చా"@te,
        "ชิบชา"@th,
        "Chibcha"@tr,
        "чібча"@uk,
        "Tiếng Chibcha"@vi .

<http://lexvo.org/id/iso639-3/cho> a lvont:Language,
        skos:Concept ;
    lvont:isFocusOf <http://id.loc.gov/vocabulary/iso639-2/cho> ;
    lvont:iso6392BCode "cho"^^xsd:string ;
    lvont:iso6392TCode "cho"^^xsd:string ;
    lvont:iso639P3PCode "cho"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-2/cho>,
        <http://www.glottolog.org/resource/languoid/id/choc1276> ;
    owl:sameAs <http://dbpedia.org/resource/Choctaw_language>,
        <http://psi.oasis-open.org/iso/639/#cho>,
        <http://www.lingvoj.org/lang/cho>,
        <http://www.mpii.de/yago/resource/Choctaw_language>,
        <info:lc/vocabulary/languages/cho> ;
    skos:altLabel "চক্টো"@bn,
        "Tchoktaweg"@br,
        "Choctaw language"@en,
        "Idioma choctaw"@es,
        "Choctaw"@fr,
        "Język czoktaw"@pl,
        "Língua choctaw"@pt,
        "Чоктавский язык"@ru,
        "Choctaw"@sv,
        "சொக்டோ மொழி"@ta,
        "Чоктавська мова"@uk ;
    skos:definition "The Choctaw language, traditionally spoken by the Native American Choctaw people of the southeastern United States, is a member of the Muskogean family. Although Chickasaw is sometimes listed as a dialect of Choctaw, more extensive documentation of Chickasaw has shown that Choctaw and Chickasaw are best treated as separate but closely related languages."@en ;
    skos:inScheme lexvo: ;
    skos:notation "cho"^^xsd:string ;
    skos:prefLabel "الشوكتو"@ar,
        "çoktau dili"@az,
        "Чоктаўская мова"@be-tarask,
        "чокто"@bg,
        "চকটোও"@bn,
        "choktaw"@br,
        "चौक्टो"@brx,
        "čoktavski"@bs,
        "чоктавски"@bs-Cyrl,
        "choctaw"@ca,
        "Chahta"@cho,
        "ᎠᏣᏗ"@chr,
        "乔克托文"@cmn,
        "喬克托文"@cmn-Hant,
        "čoktština"@cs,
        "Siocto"@cy,
        "choctaw"@da,
        "Choctaw"@de,
        "Τσοκτάου"@el,
        "Choctaw"@en,
        "Ĉakta lingvo"@eo,
        "choctaw"@es,
        "tšokto"@et,
        "چوکتویی"@fa,
        "choctaw"@fi,
        "choctaw"@fr,
        "Choctaw"@gsw,
        "ચોક્તૌ"@gu,
        "צ'וקטאו"@he,
        "चोक्तौ"@hi,
        "choctaw"@hr,
        "csoktó"@hu,
        "Koktaw"@id,
        "sjoktá"@is,
        "choctaw"@it,
        "チョクトー語"@ja,
        "ჩოქტაუ"@ka,
        "ಚೋಕ್ಟಾವ್"@kn,
        "촉토어"@ko,
        "چوکتَو"@ks,
        "ຊອກຕິວ"@lo,
        "čoktau"@lt,
        "čoktavu"@lv,
        "чокто"@mk,
        "ചോക്റ്റാവ്"@ml,
        "चोक्तौ"@mr,
        "Bahasa Choctaw"@ms,
        "Ċostaw"@mt,
        "choctaw"@nb,
        "Choctaw"@nl,
        "choctaw"@nn,
        "ଚୋଟୱା"@or,
        "choctaw"@pl,
        "Lenga choctaw"@pms,
        "choctaw"@pt,
        "Chahta simi"@qu,
        "choctaw"@rm,
        "choctaw"@ro,
        "чоктав"@ru,
        "Igicokitawu"@rw,
        "čoktavčina"@sk,
        "čoktavščina"@sl,
        "Чоктавски"@sr,
        "Čoktavski"@sr-Latn,
        "choctaw"@sv,
        "சோக்தௌ"@ta,
        "చొచ్కతావ్"@te,
        "ช็อกทอว์"@th,
        "Choctaw"@tr,
        "чокто"@uk,
        "Tiếng Choctaw"@vi .

<http://lexvo.org/id/iso639-3/chr> a lvont:Language,
        skos:Concept ;
    lvont:isFocusOf <http://id.loc.gov/vocabulary/iso639-2/chr> ;
    lvont:iso6392BCode "chr"^^xsd:string ;
    lvont:iso6392TCode "chr"^^xsd:string ;
    lvont:iso639P3PCode "chr"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-2/chr>,
        <http://www.glottolog.org/resource/languoid/id/cher1273> ;
    owl:sameAs <http://dbpedia.org/resource/Cherokee_language>,
        <http://psi.oasis-open.org/iso/639/#chr>,
        <http://www.lingvoj.org/lang/chr>,
        <http://www.mpii.de/yago/resource/Cherokee_language>,
        <info:lc/vocabulary/languages/chr> ;
    skos:altLabel "Черокски език"@bg,
        "Skritur tsalagiek"@br,
        "Cherokee"@ca,
        "ᏣᎳᎩ ᎧᏬᏂᎯᏍᏗ"@chr,
        "Čerokézština"@cs,
        "Tsierocî"@cy,
        "Cherokee language"@en,
        "Idioma cheroqui"@es,
        "Cherokeen kieli"@fi,
        "Cherokee"@fr,
        "צ׳רוקי"@he,
        "Cseroki nyelv"@hu,
        "Lingua cherokee"@it,
        "Čerokių kalba"@lt,
        "Черокиски јазик"@mk,
        "Język czirokeski"@pl,
        "Língua cherokee"@pt,
        "Чероки"@ru,
        "Cherokesiska"@sv,
        "செரோக்கி மொழி"@ta,
        "ภาษาเชอโรกี"@th,
        "Cherokee dili"@tr,
        "Черокі"@uk ;
    skos:definition "Cherokee (, Tsalagi Gawonihisdi) is an Iroquoian language spoken by the Cherokee people which uses a unique syllabary writing system. It is the only Southern Iroquoian language that remains spoken. Cherokee is a polysynthetic language."@en ;
    skos:inScheme lexvo: ;
    skos:notation "chr"^^xsd:string ;
    skos:prefLabel "Cherokees"@af,
        "ቼሮኬኛ"@am,
        "Ceroke sprǣc"@ang,
        "الشيروكي"@ar,
        "çiroki dili"@az,
        "Cherokee"@bar,
        "чероки"@bg,
        "চেরোকি"@bn,
        "cherokee"@br,
        "चीरोकी"@brx,
        "čeroki"@bs,
        "чероки"@bs-Cyrl,
        "cherokee"@ca,
        "ᏣᎳᎩ"@chr,
        "彻罗基文"@cmn,
        "柴羅基文"@cmn-Hant,
        "čerokézština"@cs,
        "Cherokee"@cy,
        "cherokee"@da,
        "Cherokee"@de,
        "Τσερόκι"@el,
        "Cherokee"@en,
        "𐐕𐐯𐑉𐐬𐐿𐐨"@en-Dsrt,
        "Ĉeroka lingvo"@eo,
        "cherokee"@es,
        "tšerokii"@et,
        "Txerokiera"@eu,
        "چروکیایی"@fa,
        "cherokee"@fi,
        "Cherokee"@fil,
        "Cherokesiskt mál"@fo,
        "cherokee"@fr,
        "Cheroqui"@gl,
        "Cherokee"@gsw,
        "શેરોકી"@gu,
        "צ'רוקי"@he,
        "शेरूकी"@hi,
        "čeroki"@hr,
        "cseroki"@hu,
        "Շէրոքի Լեզու"@hy,
        "Cherokee"@id,
        "Cherokee-mál"@is,
        "cherokee"@it,
        "チェロキー語"@ja,
        "ჩეროკი"@ka,
        "ಚೆರೋಕೀ"@kn,
        "체로키어"@ko,
        "چیٚروکی"@ks,
        "ຊີໂຣກີ"@lo,
        "čerokių"@lt,
        "čiroku"@lv,
        "чироки"@mk,
        "ചെരോകീ"@ml,
        "चेरोकी"@mr,
        "Bahasa Cherokee"@ms,
        "Ċerokij"@mt,
        "ချာရိုကီ"@my,
        "cherokee"@nb,
        "Cherokee"@nl,
        "cherokee"@nn,
        "Cherokesisk"@no,
        "ଚେରୋକୀ"@or,
        "czirokeski"@pl,
        "Lenga cherokee"@pms,
        "cherokee"@pt,
        "Tsalaki simi"@qu,
        "cherokee"@rm,
        "cherokee"@ro,
        "чероки"@ru,
        "čerokí"@sk,
        "čerokeščina"@sl,
        "Чероки"@sr,
        "Čeroki"@sr-Latn,
        "cherokesiska"@sv,
        "Kicherokee"@swh,
        "செரொகி"@ta,
        "చెరోకీ"@te,
        "เชอโรกี"@th,
        "Cherokee"@tr,
        "черокі"@uk,
        "چیروکی"@ur,
        "Tiếng Cherokee"@vi,
        "切羅基語"@zh,
        "Cherokee"@zsm,
        "Isi-Cherokee"@zu .

<http://lexvo.org/id/iso639-3/chy> a lvont:Language,
        skos:Concept ;
    lvont:isFocusOf <http://id.loc.gov/vocabulary/iso639-2/chy> ;
    lvont:iso6392BCode "chy"^^xsd:string ;
    lvont:iso6392TCode "chy"^^xsd:string ;
    lvont:iso639P3PCode "chy"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-2/chy>,
        <http://www.glottolog.org/resource/languoid/id/chey1247> ;
    owl:sameAs <http://dbpedia.org/resource/Cheyenne_language>,
        <http://psi.oasis-open.org/iso/639/#chy>,
        <http://www.lingvoj.org/lang/chy>,
        <http://www.mpii.de/yago/resource/Cheyenne_language>,
        <info:lc/vocabulary/languages/chy> ;
    skos:altLabel "শাইয়েন"@bn,
        "Cheyeneg"@br,
        "Cheyenne language"@en,
        "Idioma cheyenne"@es,
        "Cheyenne"@fr,
        "Lingua cheyenne"@it,
        "Język czejeński"@pl,
        "Língua cheyenne"@pt,
        "Шайенский язык"@ru,
        "செயன மொழி"@ta,
        "Шеєнська мова"@uk ;
    skos:definition "The Cheyenne language (Tsėhesenėstsestotse or, in easier spelling, Tsisinstsistots) is a Native American language spoken by the Cheyenne people, predominantly in present-day Montana and Oklahoma in the United States. It is part of the Algonquian language family. Like all Algonquian languages, it has complex agglutinative morphology."@en ;
    skos:inScheme lexvo: ;
    skos:notation "chy"^^xsd:string ;
    skos:prefLabel "الشايان"@ar,
        "çeyen dili"@az,
        "чейенски"@bg,
        "চেয়েনি"@bn,
        "cheyenne"@br,
        "शायान्"@brx,
        "čejenski"@bs,
        "чејенски"@bs-Cyrl,
        "xeienne"@ca,
        "Tsêhesenêstsestôtse"@chy,
        "夏延文"@cmn,
        "沙伊安文"@cmn-Hant,
        "čejenština"@cs,
        "Cheyenne"@cy,
        "cheyenne"@da,
        "Cheyenne"@de,
        "Σεγιέν"@el,
        "Cheyenne"@en,
        "𐐟𐐴𐐰𐑌"@en-Dsrt,
        "Ĉejena lingvo"@eo,
        "cheyene"@es,
        "šaieeni"@et,
        "Cheyennera"@eu,
        "شایانی"@fa,
        "cheyenne"@fi,
        "cheyenne"@fr,
        "Lingua cheién"@gl,
        "Cheyenne"@gsw,
        "શેયેન્ન"@gu,
        "שאיין"@he,
        "शेयेन्न"@hi,
        "čejenski"@hr,
        "csejen"@hu,
        "Cheyenne"@id,
        "sjeyen"@is,
        "cheyenne"@it,
        "シャイアン語"@ja,
        "ಚೀಯೆನ್ನೇ"@kn,
        "샤이엔어"@ko,
        "شییون"@ks,
        "ຊີເຢນນີ"@lo,
        "čajenų"@lt,
        "šejenu"@lv,
        "чејенски"@mk,
        "ചിയേന്നേ"@ml,
        "शेयेन्न"@mr,
        "Bahasa Cheyenne"@ms,
        "Xajenn"@mt,
        "cheyenne"@nb,
        "Cheyenne"@nl,
        "cheyenne"@nn,
        "Cheyenne"@no,
        "ଚେଚେନା"@or,
        "język Czejenów"@pl,
        "Lenga cheyenne"@pms,
        "cheiene"@pt,
        "cheyenne"@rm,
        "cheyenne"@ro,
        "чейенн"@ru,
        "čejenčina"@sk,
        "čejenščina"@sl,
        "Чејенски"@sr,
        "Čejenski"@sr-Latn,
        "cheyenne"@sv,
        "செயேனி"@ta,
        "చేయేన్"@te,
        "เชเยนเน"@th,
        "Şayen Dili"@tr,
        "чейєнн"@uk,
        "Tiếng Cheyenne"@vi .

<http://lexvo.org/id/iso639-3/cre> a lvont:Language,
        skos:Concept ;
    lvont:isFocusOf <http://id.loc.gov/vocabulary/iso639-2/cre> ;
    lvont:iso6392BCode "cre"^^xsd:string ;
    lvont:iso6392TCode "cre"^^xsd:string ;
    lvont:iso639P1Code "cr"^^xsd:string ;
    lvont:iso639P3PCode "cre"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-2/cre> ;
    owl:sameAs <http://dbpedia.org/resource/Cree_language>,
        <http://lexvo.org/id/iso639-1/cr>,
        <http://psi.oasis-open.org/iso/639/#cre>,
        <http://www.lingvoj.org/lang/cr>,
        <http://www.mpii.de/yago/resource/Cree_language>,
        <info:lc/vocabulary/languages/cre> ;
    skos:altLabel "Kreeg"@br,
        "Kríjština"@cs,
        "Cree language"@en,
        "Idioma cree"@es,
        "Cree"@fi,
        "cree"@fr,
        "Cree jezik"@hr,
        "Cree"@is,
        "Lingua cree"@it,
        "Krī valoda"@lv,
        "Cree-montagnais-naskapi-språket"@nn,
        "Język kri"@pl,
        "Língua cree"@pt,
        "криийский"@ru,
        "Cree"@sv,
        "கிறீ மொழி"@ta,
        "ภาษาครี"@th,
        "Мова крі"@uk ;
    skos:definition "Cree (Nēhiyawēwin / ᓀᐦᐃᔭᐍᐏᐣ; also known as Cree–Montagnais, Cree–Montagnais–Naskapi) is an Algonquian language spoken by approximately 117,000 people across Canada, from the Northwest Territories and Alberta to Labrador, making it the aboriginal language with the highest number of speakers in Canada. Subject, Verb, and Object (SVO) in a sentence can vary in order, for example, SVO, VOS, OVS, and SOV."@en ;
    skos:inScheme lexvo: ;
    skos:notation "cre"^^xsd:string ;
    skos:prefLabel "الكرى"@ar,
        "kri dili"@az,
        "Kri-Sproch"@bar,
        "крии"@bg,
        "ক্রি"@bn,
        "kri"@br,
        "क्री"@brx,
        "kri"@bs,
        "кри"@bs-Cyrl,
        "cree"@ca,
        "克里族文"@cmn,
        "克裡文"@cmn-Hant,
        "ᐃᔨᔫ ᐊᔨᒧᐎᓐ"@cr,
        "kríjština"@cs,
        "Cri"@cy,
        "cree"@da,
        "Cree"@de,
        "Κρι"@el,
        "Cree"@en,
        "𐐗𐑉𐐨"@en-Dsrt,
        "Kria lingvo"@eo,
        "cree"@es,
        "krii"@et,
        "Cree hizkuntza"@eu,
        "کریایی"@fa,
        "cree"@fi,
        "Cri"@fr,
        "cree"@fur,
        "Craíais"@ga,
        "Lingua cree"@gl,
        "Cree"@gsw,
        "ક્રી"@gu,
        "Creeish"@gv,
        "קרי"@he,
        "क्री"@hi,
        "cree"@hr,
        "krí"@hu,
        "Kree"@id,
        "krí"@is,
        "cree"@it,
        "クリー語"@ja,
        "ಕ್ರೀ"@kn,
        "크리어"@ko,
        "کری"@ks,
        "ຄີ"@lo,
        "kry"@lt,
        "krī"@lv,
        "кри"@mk,
        "ക്രീ"@ml,
        "क्री"@mr,
        "Krij"@mt,
        "ခရီး"@my,
        "cree"@nb,
        "Cree"@nl,
        "cree"@nn,
        "Cree"@no,
        "Cree"@oc,
        "କ୍ରୀ"@or,
        "kri"@pl,
        "cree"@pt,
        "Kri simi"@qu,
        "cree"@rm,
        "cree"@ro,
        "Кри"@ru,
        "krí"@sk,
        "krijščina"@sl,
        "Кри"@sr,
        "Kri"@sr-Latn,
        "cree"@sv,
        "க்ரீ"@ta,
        "క్రి"@te,
        "ครี"@th,
        "Cree"@tr,
        "крі"@uk,
        "Tiếng Cree"@vi,
        "克里语"@zh .

<http://lexvo.org/id/iso639-3/crh> a lvont:Language,
        skos:Concept ;
    lvont:isFocusOf <http://id.loc.gov/vocabulary/iso639-2/crh> ;
    lvont:iso6392BCode "crh"^^xsd:string ;
    lvont:iso6392TCode "crh"^^xsd:string ;
    lvont:iso639P3PCode "crh"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-2/crh>,
        <http://www.glottolog.org/resource/languoid/id/crim1257> ;
    owl:sameAs <http://dbpedia.org/resource/Crimean_Tatar_language>,
        <http://psi.oasis-open.org/iso/639/#crh>,
        <http://www.lingvoj.org/lang/crh>,
        <http://www.mpii.de/yago/resource/Crimean_Tatar_language>,
        <info:lc/vocabulary/languages/crh> ;
    skos:altLabel "Krımtatar dili"@az,
        "Кримскотатарски език"@bg,
        "Tatareg Krimea"@br,
        "Tàtar de Crimea"@ca,
        "Krymská tatarština"@cs,
        "Tyrceg y Crimea"@cy,
        "Krimtatarische Sprache"@de,
        "Τουρκικά Κριμαίας"@el,
        "Crimean Tatar language"@en,
        "Crimean Turkish"@en,
        "Tatar, Crimean"@en,
        "Turkish, Crimean"@en,
        "Tártaro de Crimea"@es,
        "زبان تاتاری کریمه"@fa,
        "Krimintataarin kieli"@fi,
        "krimintataari"@fi,
        "Tatar de Crimée"@fr,
        "turc de Crimée"@fr,
        "Lingua tatara di Crimea"@it,
        "크리민 터키어; 크리민 타타르어"@ko,
        "Krymo totorių kalba"@lt,
        "кримско турски"@mk,
        "Język krymskotatarski"@pl,
        "Língua tártara da Crimeia"@pt,
        "Limba tătară crimeeană"@ro,
        "Крымскотатарский язык"@ru,
        "Krimtatariska"@sv,
        "கிரிமிய துருக்கி மொழி"@ta,
        "ภาษาตาตาร์ไครเมีย"@th,
        "Kırım Tatarcası"@tr,
        "Кримськотатарська мова"@uk ;
    skos:definition "The Crimean Tatar language is the language of the Crimean Tatars. It is a Turkic language spoken in Crimea, Central Asia (mainly in Uzbekistan), and the Crimean Tatar diasporas in Turkey, Romania, Bulgaria. It is not to be confused with the Tatar language."@en ;
    skos:inScheme lexvo: ;
    skos:notation "crh"^^xsd:string ;
    skos:prefLabel "Аҟрымҭаҭар бызшәа"@ab,
        "Idioma tartre crimeu"@an,
        "التركية الكريمينية"@ar,
        "كريمتتارى"@arz,
        "Tártaru de Crimea"@ast,
        "krım türkçə"@az,
        "Ҡырымтатар теле"@ba,
        "Крымская мова"@be-tarask,
        "кримскотатарски"@bg,
        "ক্রিমিয়ান তুর্কি"@bn,
        "turkeg Krimea"@br,
        "तुर्की क्रिमिया"@brx,
        "krimeanski turski"@bs,
        "кримеански турски"@bs-Cyrl,
        "tàtar de Crimea"@ca,
        "克里米亚土耳其文"@cmn,
        "克里米亞半島的土耳其文；克里米亞半島的塔塔爾文"@cmn-Hant,
        "Qırımtatar tili"@crh,
        "krymská turečtina"@cs,
        "Крым тутарĕсен чĕлхи"@cv,
        "Tatareg Crimea"@cy,
        "krim tyrkisk"@da,
        "Krimtatarisch"@de,
        "Κριμαϊκή γλώσσα"@el,
        "Crimean Tatar"@en,
        "Krime-tatara lingvo"@eo,
        "tártaro de Crimea"@es,
        "krimmitatari"@et,
        "Krimeako tatarera"@eu,
        "ترکی کریمه"@fa,
        "kriminturkki"@fi,
        "tatar de Crimé"@fr,
        "Krım tatar dili"@gag,
        "Krimtatarisch"@gsw,
        "Krimtatarische Sprache"@gsw-FR,
        "ક્રિમીન તુર્કી"@gu,
        "טטרית של קרים"@he,
        "क्रीमीन तुर्की"@hi,
        "krimski turski"@hr,
        "krími tatár"@hu,
        "Tatar Krimea"@id,
        "krímtyrkneska"@is,
        "turco crimeo"@it,
        "クリミア・タタール語"@ja,
        "ಕ್ರಿಮೀಯನ್ ಟರ್ಕಿಷ್"@kn,
        "크림 타타르어"@ko,
        "Кърымтатар тил"@krc,
        "کرٕمیٖن تُرکی"@ks,
        "Крымтотара кыв"@kv,
        "ຄຣີເມນເຕີຄິຊ"@lo,
        "Krymo turkų"@lt,
        "Krīma tuotuoriu kalba"@lt-x,
        "Krimas tatāru"@lv,
        "Крымтатар йылме"@mhr,
        "Кримски јазик"@mk,
        "ക്രിമിയൻ ടർക്കിഷ്"@ml,
        "क्राइमीन तुर्की"@mr,
        "Crimean Turkish; Crimean Tatar"@mt,
        "krimtatarisk"@nb,
        "Krim-Tataars"@nl,
        "krimtatarisk"@nn,
        "କ୍ରୀମିନ୍ ତୁର୍କୀସ୍"@or,
        "Хъырымаг-тæтæйраг æвзаг"@os,
        "krymski turecki"@pl,
        "Lenga Crimean turch"@pms,
        "کریمیائی بولی"@pnb,
        "turco da Crimeia"@pt,
        "tirc crimean"@rm,
        "turcă crimeeană"@ro,
        "крымско-татарский"@ru,
        "krymská turečtina"@sk,
        "krimska tatarščina"@sl,
        "Кримеански турски"@sr,
        "Krimeanski turski"@sr-Latn,
        "krimtatariska"@sv,
        "Krymskotatarsko godka"@szl,
        "கிரிமியன் துர்க்கி"@ta,
        "క్రిమియన్ టర్కిష్"@te,
        "ตุรกีไครเมีย"@th,
        "Kırım Türkçesi"@tr,
        "Qırımtatar tele"@tt,
        "Крым бигер кыл"@udm,
        "قرىم تاتار تىلى"@ug,
        "кримськотатарська"@uk,
        "Tiếng Thổ Nhĩ Kỳ Crimean"@vi,
        "克里米亞韃靼語"@zh .

<http://lexvo.org/id/iso639-3/dar> a lvont:Language,
        skos:Concept ;
    lvont:isFocusOf <http://id.loc.gov/vocabulary/iso639-2/dar> ;
    lvont:iso6392BCode "dar"^^xsd:string ;
    lvont:iso6392TCode "dar"^^xsd:string ;
    lvont:iso639P3PCode "dar"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-2/dar>,
        <http://www.glottolog.org/resource/languoid/id/darg1241> ;
    owl:sameAs <http://dbpedia.org/resource/Dargwa_language>,
        <http://psi.oasis-open.org/iso/639/#dar>,
        <http://www.lingvoj.org/lang/dar>,
        <http://www.mpii.de/yago/resource/Dargwa_language>,
        <info:lc/vocabulary/languages/dar> ;
    skos:altLabel "Dargweg"@br,
        "Darguà"@ca,
        "Darginische Sprache"@de,
        "Dargwa language"@en,
        "زبان دارگوا"@fa,
        "Dargin kieli"@fi,
        "Dargwa"@fr,
        "Lingua dargwa"@it,
        "ダルギン語"@ja,
        "다르그와어"@ko,
        "Даргински јазик"@mk,
        "Darginisch"@nl,
        "Língua dargínica"@pt,
        "Limba darghină"@ro,
        "Даргинские языки"@ru,
        "Darginščina"@sl,
        "Даргінська мова"@uk ;
    skos:definition "The Dargwa or Dargin language is spoken by the Dargin people of Dagestan. It is the literary and main dialect of the dialect continuum constituting the Dargin languages. The four other languages in this dialect continuum (Kajtak, Kubachi, Itsari, and Chirag) are often considered variants of Dargwa. Ethnologue lists these under Dargwa, but recognizes that these may be different languages. Its people are Sunni Muslims. Dargwa uses a modified version of the Cyrillic script."@en ;
    skos:inScheme lexvo: ;
    skos:notation "dar"^^xsd:string ;
    skos:prefLabel "الدارجوا"@ar,
        "darqva dili"@az,
        "даргва"@bg,
        "দার্গওয়া"@bn,
        "dargwa"@br,
        "दर्गवा"@brx,
        "dargva"@bs,
        "даргва"@bs-Cyrl,
        "darguà"@ca,
        "达尔格瓦文"@cmn,
        "達爾格瓦文"@cmn-Hant,
        "dargština"@cs,
        "Dargwa"@cy,
        "dargwa"@da,
        "Darginisch"@de,
        "Ντάργκουα"@el,
        "Dargwa"@en,
        "Dargva lingvo"@eo,
        "dargva"@es,
        "dargi"@et,
        "دارقینی"@fa,
        "dargi"@fi,
        "dargwa"@fr,
        "Targiinisch"@gsw,
        "દાર્ગવા"@gu,
        "דרגווה"@he,
        "दार्गवा"@hi,
        "dargwa"@hr,
        "dargva"@hu,
        "Dargwa"@id,
        "dargva"@is,
        "dargwa"@it,
        "ダルガン語"@ja,
        "დარგუული ენა"@ka,
        "ದರ್ಗ್ವಾ"@kn,
        "다르구아어"@ko,
        "دَرگوا"@ks,
        "Даргин кыв"@kv,
        "ດາກວາ"@lo,
        "dargva"@lt,
        "dargu"@lv,
        "даргва"@mk,
        "ഡർഗ്വാ"@ml,
        "दार्गवा"@mr,
        "Bahasa Dargin"@ms,
        "Dargwa"@mt,
        "dargwa"@nb,
        "Dargwa"@nl,
        "dargwa"@nn,
        "ଡାରାଗ୍ୱା"@or,
        "dargwijski"@pl,
        "Lenga Dargwa"@pms,
        "dargwa"@pt,
        "dargwa"@rm,
        "dargwa"@ro,
        "даргва"@ru,
        "darginčina"@sk,
        "darginščina"@sl,
        "Даргва"@sr,
        "Dargva"@sr-Latn,
        "darginska"@sv,
        "தார்குவா"@ta,
        "డార్గ్వా"@te,
        "ดาร์กิน"@th,
        "Dargince"@tr,
        "даргінська"@uk,
        "Tiếng Dargwa"@vi .

<http://lexvo.org/id/iso639-3/dsb> a lvont:Language,
        skos:Concept ;
    lvont:isFocusOf <http://id.loc.gov/vocabulary/iso639-2/dsb> ;
    lvont:iso6392BCode "dsb"^^xsd:string ;
    lvont:iso6392TCode "dsb"^^xsd:string ;
    lvont:iso639P3PCode "dsb"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-2/dsb>,
        <http://www.glottolog.org/resource/languoid/id/lowe1385> ;
    owl:sameAs <http://dbpedia.org/resource/Lower_Sorbian_language>,
        <http://psi.oasis-open.org/iso/639/#dsb>,
        <http://www.lingvoj.org/lang/dsb>,
        <http://www.mpii.de/yago/resource/Lower_Sorbian_language>,
        <info:lc/vocabulary/languages/dsb> ;
    skos:altLabel "Долнолужишки език"@bg,
        "Baix sòrab"@ca,
        "Dolnolužická srbština"@cs,
        "Niedersorbische Sprache"@de,
        "Lower Sorbian language"@en,
        "Sorbian, Lower"@en,
        "sorbio inferior"@es,
        "Bas-sorabe"@fr,
        "Sòrbais Ìochdarach"@gd,
        "Donjolužičkosrpski jezik"@hr,
        "Lingua lusaziana inferiore"@it,
        "低地ソルブ語"@ja,
        "저지 소르비아어"@ko,
        "Žemutinių sorbų kalba"@lt,
        "Долнолужички јазик"@mk,
        "Język dolnołużycki"@pl,
        "Baixo sorábio"@pt,
        "Limba sorabă de jos"@ro,
        "Нижнелужицкий язык"@ru,
        "Dolnolužická srbčina"@sk,
        "கீழ் சொருபிய மொழி"@ta,
        "Нижньолужицька мова"@uk ;
    skos:definition "Lower Sorbian is a Slavic minority language spoken in eastern Germany in the historical province of Lower Lusatia, today part of Brandenburg. It is one of the two literary Sorbian languages, the other being Upper Sorbian."@en ;
    skos:inScheme lexvo: ;
    skos:notation "dsb"^^xsd:string ;
    skos:prefLabel "الصربية السفلى"@ar,
        "aşağı sorbca"@az,
        "Түбәнге лужи теле"@ba,
        "Ніжнелужыцкая мова"@be-tarask,
        "долносербски"@bg,
        "নিম্নতর সোর্বিয়ান"@bn,
        "izelsorabeg"@br,
        "सोर्बियन्"@brx,
        "niski sorbijanski"@bs,
        "ниски сорбијански"@bs-Cyrl,
        "baix sòrab"@ca,
        "下索布文"@cmn,
        "下索布文"@cmn-Hant,
        "Aşağı Sorb tili"@crh,
        "dolnolužická srbština"@cs,
        "Dólnosorbsczi jãzëk"@csb,
        "Дольнѥсрьбьскъ ѩꙁꙑкъ"@cu,
        "Sorbeg Isaf"@cy,
        "nedersorbisk"@da,
        "Niedersorbisch"@de,
        "Dolnoserbšćina"@dsb,
        "Γλώσσα Κάτω Λουσατίας"@el,
        "Lower Sorbian"@en,
        "𐐢𐐬𐐲𐑉 𐐝𐐬𐑉𐐺𐐨𐐲𐑌"@en-Dsrt,
        "Malsuprasoraba lingvo"@eo,
        "Bajo sorabo"@es,
        "alamsorbi"@et,
        "Behe sorabiera"@eu,
        "صُربی سفلی"@fa,
        "alasorbi"@fi,
        "bas-sorabe"@fr,
        "Sòrbais Ìosal"@gd,
        "Nidersorbisch"@gsw,
        "નિમ્ન સોર્બિયન"@gu,
        "Sorbish Eeghtyragh"@gv,
        "סורביאן נמוכה"@he,
        "निचला सॉर्बियन"@hi,
        "lužičkosrpski"@hr,
        "Delnjoserbšćina"@hsb,
        "alsó szorb"@hu,
        "Sorbia Rendah"@id,
        "lágsorbneska"@is,
        "basso sorabo"@it,
        "低ソルビア語"@ja,
        "ಲೋವರ್ ಸೋರ್ಬಿಯನ್"@kn,
        "저지 소르브어"@ko,
        "بوٚنِم ساربِیَن"@ks,
        "Улыс сорб кыв"@kv,
        "Nedersorbisch"@li,
        "ຊໍບຽນຕໍ່ກວ່າ"@lo,
        "Žemutinės Serbijos"@lt,
        "lejassorbu"@lv,
        "долносорбиски"@mk,
        "ലോവർ സോർബിയൻ"@ml,
        "निम्न सोर्बियन"@mr,
        "Lower Sorbian"@mt,
        "lavsorbisk"@nb,
        "Nedersorbisch"@nl,
        "lågsorbisk"@nn,
        "Bas sorab"@oc,
        "ନିଚଳା ସର୍ବିଆନ୍"@or,
        "dolnołużycki"@pl,
        "Lenga Sorbian bass"@pms,
        "sérvio baixo"@pt,
        "bass sorb"@rm,
        "sorabă de jos"@ro,
        "нижнелужицкий"@ru,
        "dolnolužická srbčina"@sk,
        "dolnja lužiška srbščina"@sl,
        "Ниски сорбијански"@sr,
        "Niski Sorbijanski"@sr-Latn,
        "lågsorbiska"@sv,
        "Dolnosorbsko godka"@szl,
        "லோவர் சோர்பியன்"@ta,
        "లోవర్ సోర్బియన్"@te,
        "ซอร์บส์ตอนล่าง"@th,
        "Aşağı Sorbça"@tr,
        "нижньолужицька"@uk,
        "Tiếng Hạ Sorbia"@vi .

<http://lexvo.org/id/iso639-3/dzo> a lvont:Language,
        skos:Concept ;
    lvont:isFocusOf <http://id.loc.gov/vocabulary/iso639-2/dzo> ;
    lvont:iso6392BCode "dzo"^^xsd:string ;
    lvont:iso6392TCode "dzo"^^xsd:string ;
    lvont:iso639P1Code "dz"^^xsd:string ;
    lvont:iso639P3PCode "dzo"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-2/dzo> ;
    owl:sameAs <http://dbpedia.org/resource/Dzongkha>,
        <http://lexvo.org/id/iso639-1/dz>,
        <http://psi.oasis-open.org/iso/639/#dzo>,
        <http://www.lingvoj.org/lang/dz>,
        <http://www.mpii.de/yago/resource/Dzongkha>,
        <info:lc/vocabulary/languages/dzo> ;
    skos:altLabel "dzonqa dili"@az,
        "Дзонгкха"@bg,
        "འབྲུག་པའི་སྐད།"@bo,
        "Boutaneg"@br,
        "Dzongkä"@cs,
        "Bhutanisch"@de,
        "རྫོང་ཁ་"@dz,
        "Dzonka lingvo"@eo,
        "Idioma dzongkha"@es,
        "Dzongkha keel"@et,
        "دزونگخا"@fa,
        "Dzongkhan kieli"@fi,
        "Dzongkha"@fr,
        "דזונגקה"@he,
        "ज़ोन्गखा"@hi,
        "Dzongkha jezik"@hr,
        "Bahasa Dzongkha"@id,
        "Lingua dzongkha"@it,
        "Botijų kalba"@lt,
        "Dzongke"@lv,
        "Ѕонгка"@mk,
        "Dzongkha"@pl,
        "Língua butanesa"@pt,
        "Дзонг-кэ"@ru,
        "Џонгка језик"@sr,
        "bhutanesiska"@sv,
        "திஃசொங்கா மொழி"@ta,
        "ภาษาซองคา"@th,
        "Butan Dili"@tr,
        "Дзонг-ке"@uk ;
    skos:definition "Dzongkha (; Wylie: rdzong-kha, Jong-kă), occasionally Ngalopkha, is the national language of Bhutan. The word \"dzongkha\" means the language (kha) spoken in the dzong, – dzong being the fortress-like monasteries established throughout Bhutan by Shabdrung Ngawang Namgyal in the 17th century."@en ;
    skos:inScheme lexvo: ;
    skos:notation "dzo"^^xsd:string ;
    skos:prefLabel "Dzongkha"@af,
        "ድዞንግኻኛ"@am,
        "الزونخاية"@ar,
        "Dzonqxa"@az,
        "Дзонг-кэ"@be,
        "Дзонг-кэ"@be-tarask,
        "дзонха"@bg,
        "ভুটানি"@bn,
        "རྫོང་ཁ"@bo,
        "dzongkha"@br,
        "भुटानी"@brx,
        "džonga"@bs,
        "џонга"@bs-Cyrl,
        "ድዞንግኻኛ"@byn,
        "dzongka"@ca,
        "不丹文"@cmn,
        "不丹文"@cmn-Hant,
        "dzongkä"@cs,
        "dzongkha"@da,
        "Dzongkha"@de,
        "རྫོང་ཁ"@dz,
        "dzongkhagbe"@ee,
        "Ντζόνγκχα"@el,
        "Dzongkha"@en,
        "dzonko"@eo,
        "dzongkha"@es,
        "bhutani"@et,
        "dzongkha"@eu,
        "جونخایی"@fa,
        "dzongkha"@fi,
        "Dzongkha"@fil,
        "dzongkha"@fo,
        "dzongkha"@fr,
        "dzongkha"@gl,
        "Dschongkha"@gsw,
        "ઝોંગખા"@gu,
        "Butaanish"@gv,
        "דזונקה"@he,
        "जोंगखा"@hi,
        "dzongkha"@hr,
        "butáni"@hu,
        "Ձոնգքհա"@hy,
        "Dzongkha"@id,
        "dsongka"@is,
        "dzongkha"@it,
        "ゾンカ語"@ja,
        "дзонг-кэ"@kk,
        "ភាសាប៊ូតាន"@km,
        "ಜೋಂಗ್‌ಖಾ"@kn,
        "भूटानी"@knn,
        "종카어"@ko,
        "زونٛگکھا"@ks,
        "Butanesch"@ksh,
        "Lingua Dzongkha"@la,
        "ດີຊອງຄາ"@lo,
        "svazilando"@lt,
        "Buotėju kalba"@lt-x,
        "dzongke"@lv,
        "џонга"@mk,
        "ഭൂട്ടാനി"@ml,
        "झोंगखा"@mr,
        "Bahasa Jongkha"@ms,
        "Dżongka"@mt,
        "ဒွန်ကာ"@my,
        "dzongkha"@nb,
        "जोंगखा"@ne,
        "Dzongkha"@nl,
        "dzongkha"@nn,
        "Dzongkha"@no,
        "ଭୂଟାନୀ"@or,
        "dzongkha"@pl,
        "Lenga Dzongkha"@pms,
        "dzonga"@pt,
        "Dzonkha simi"@qu,
        "dzongkha"@rm,
        "dzongkha"@ro,
        "дзонг-кэ"@ru,
        "Dzongkha"@sco,
        "dzongkhagiella"@se,
        "dzongkä"@sk,
        "dzonka"@sl,
        "Џонга"@sr,
        "Džonga"@sr-Latn,
        "Dzongkha"@sv,
        "Kizongkha"@swh,
        "பூடானி"@ta,
        "జొన్ఖా"@te,
        "ซองคา"@th,
        "ድዞንግኻኛ"@tig,
        "Wikang Dzongkha"@tl,
        "lea fakaputeni"@to,
        "Dzongka"@tr,
        "дзонг-ке"@uk,
        "ژونگکھا"@ur,
        "Tiếng Dzongkha"@vi,
        "Butaniš"@wae,
        "ძონგკა"@xmf,
        "宗喀語"@zh,
        "Dzongkha"@zsm,
        "isi-Dzongkha"@zu .

<http://lexvo.org/id/iso639-3/esu> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "esu"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/cent2127> ;
    owl:sameAs <http://dbpedia.org/resource/Central_Alaskan_Yup'ik_language>,
        <http://www.mpii.de/yago/resource/Central_Alaskan_Yup'ik_language> ;
    skos:altLabel "Central Alaskan Yup'ik language"@en,
        "Yupik, Central"@en ;
    skos:definition "Central Alaskan Yupik or just Yupik (also called Yupik, Central Yupik, or indigenously Yugtun) is one of the languages of Yupik family, in turn a member of the Eskimo–Aleut language group, spoken in western and southwestern Alaska. Both in ethnic population and in number of speakers, Central Alaskan Yupik is the largest of the languages spoken by Alaska Natives. As of 2010 it was also the second largest language in the United States in terms of numbers of speakers. Central Alaskan Yupik lies geographically and linguistically between Alutiiq and Central Siberian Yupik. The use of the apostrophe in Central Alaskan Yupik, as opposed to Siberian Yupik, denotes a long p. The word Yupik represents not only the language but also the name for the people themselves (yuk, person, and pik, real.) Of a total population of more than 23,000 people, more than 14,000 are speakers of the language. Children still grow up speaking Yupik as their first language in 17 of 68 Yup'ik villages, those mainly located on the lower Kuskokwim River, on Nelson Island, and along the coast between the Kuskokwim River and Nelson Island."@en ;
    skos:inScheme lexvo: ;
    skos:notation "esu"^^xsd:string ;
    skos:prefLabel "Alyaska yupikcəsi"@az,
        "Central Yupik"@en,
        "Alaskanjupik"@fi,
        "Alaska jupik"@frr,
        "ცენტრალურ ალასკური იუპიკური ენა"@ka,
        "Alyaska Yupik tili"@kaa,
        "Aliaskos jupikų kalba"@lt,
        "Alaskayupik"@nn,
        "Alaskayupik"@no,
        "Język yupik środkowy"@pl,
        "Lenga yupik sentral"@pms,
        "Центрально-юпикский язык"@ru,
        "Yupikçe"@tr,
        "Аляскаысь юпик кыл"@udm,
        "Центральноаляскинська юпікська мова"@uk .

<http://lexvo.org/id/iso639-3/evn> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "evn"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/even1259> ;
    owl:sameAs <http://dbpedia.org/resource/Evenki_language>,
        <http://lexvo.org/id/wordnet/30/noun/tungus_1_10_00>,
        <http://www.mpii.de/yago/resource/Evenki_language> ;
    skos:altLabel "Evenki language"@en ;
    skos:definition "Evenki (also known as Ewenki, Ewenke, Owenke, Solon, Suolun, and Tungus or Tunguz in older works) is the largest member of the northern group of Tungusic languages, a group which also includes Even, Negidal, and (the more closely related) Oroqen language. It is spoken by Evenks in Russia, Mongolia, and People's Republic of China."@en ;
    skos:inScheme lexvo: ;
    skos:notation "evn"^^xsd:string ;
    skos:prefLabel "Евенкски език"@bg,
        "Evenkieg"@br,
        "Evenki"@ca,
        "Ewenkische Sprache"@de,
        "Evenki"@en,
        "Evenka lingvo"@eo,
        "Idioma evenki"@es,
        "زبان اونکی"@fa,
        "Evenkin kieli"@fi,
        "Evenki"@fr,
        "אבנקית"@he,
        "Evenki nyelv"@hu,
        "Lingua Evenchi"@it,
        "エヴェンキ語"@ja,
        "예벤키어"@ko,
        "Evenkų kalba"@lt,
        "Евенки јазик"@mk,
        "Evenkisk språk"@nn,
        "Evenkisk"@no,
        "Język ewenkijski"@pl,
        "Lenga evenki"@pms,
        "Língua evenki"@pt,
        "Эвенкийский язык"@ru,
        "Эбэҥки тыла"@sah,
        "Evenkovčina"@sk,
        "ภาษาเอเวนค์"@th,
        "Evenki Dili"@tr,
        "Евенкійська мова"@uk,
        "鄂温克语"@zh .

<http://lexvo.org/id/iso639-3/frr> a lvont:Language,
        skos:Concept ;
    lvont:isFocusOf <http://id.loc.gov/vocabulary/iso639-2/frr> ;
    lvont:iso6392BCode "frr"^^xsd:string ;
    lvont:iso6392TCode "frr"^^xsd:string ;
    lvont:iso639P3PCode "frr"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-2/frr>,
        <http://www.glottolog.org/resource/languoid/id/nort2626> ;
    owl:sameAs <http://dbpedia.org/resource/North_Frisian_language>,
        <http://www.lingvoj.org/lang/frr>,
        <http://www.mpii.de/yago/resource/North_Frisian_language>,
        <info:lc/vocabulary/languages/frr> ;
    skos:altLabel "Frizeg an norzh"@br,
        "Frisó septentrional"@ca,
        "Nordfrisisk"@da,
        "Nordfriesische Sprache"@de,
        "Frisian, Northern"@en,
        "North Frisian language"@en,
        "زبان فریسی شمالی"@fa,
        "Frison septentrional"@fr,
        "frison septentrional"@fr,
        "Sjevernofrizijski jezik"@hr,
        "Dialetto frisone settentrionale"@it,
        "Noordfreesch"@nds,
        "Język północnofryzyjski"@pl,
        "Nordfrisiska"@sv,
        "வடக்கு ஃப்ரிஸியான்"@ta,
        "Tiếng Frisian Miền Bắc"@vi ;
    skos:definition "North Frisian is a minority language of Germany, spoken by about 10,000 people in North Frisia. The language is part of the larger group of the West Germanic Frisian languages."@en ;
    skos:inScheme lexvo: ;
    skos:notation "frr"^^xsd:string ;
    skos:prefLabel "الفريزينية الشمالية"@ar,
        "şimal fris dili"@az,
        "северен фризски"@bg,
        "উত্তরাঞ্চলীয় ফ্রিসিয়ান"@bn,
        "frizeg an Norzh"@br,
        "उत्तरी फ्रीज़ियन्"@brx,
        "severno-frizijski"@bs,
        "северно-фризијски"@bs-Cyrl,
        "frisó septentrional"@ca,
        "北弗里西亚文"@cmn,
        "北弗里西亞文"@cmn-Hant,
        "fríština (severní)"@cs,
        "Ffriseg y Gogledd"@cy,
        "nordfrisisk"@da,
        "Nordfriesisch"@de,
        "Βόρεια Φριζιανά"@el,
        "Northern Frisian"@en,
        "Nordfrisa lingvo"@eo,
        "frisón septentrional"@es,
        "põhjafriisi"@et,
        "Iparraldeko frisiera"@eu,
        "فریزی شمالی"@fa,
        "pohjoisfriisi"@fi,
        "frison du Nord"@fr,
        "Nordfriisk"@frr,
        "Noardfrysk"@fy,
        "Frìsis Thuathach"@gd,
        "Nordfriesisch"@gsw,
        "નોર્ધર્ન ફ્રિશિયન"@gu,
        "Freeshlannish Hwoaie"@gv,
        "פריזית צפונית"@he,
        "उत्तरी फ्रीसीयन"@hi,
        "sjevernofrizijski"@hr,
        "északi fríz"@hu,
        "Frisia Utara"@id,
        "norðurfrísneska"@is,
        "frisone settentrionale"@it,
        "北フリジア語"@ja,
        "ಉತ್ತರ ಫ್ರಿಸಿಯನ್"@kn,
        "북부 프리슬란드어"@ko,
        "شُمٲلی فرِشیَن"@ks,
        "Ухссавнил фриз маз"@lbe,
        "Noordfries"@li,
        "Frison setentriunal"@lmo,
        "ຟຣີຊຽນເໜືອ"@lo,
        "šiaurinių fryzų"@lt,
        "ziemeļfrīzu"@lv,
        "северен фризиски"@mk,
        "നോർത്തേൻ ഫ്രിഷ്യൻ"@ml,
        "उत्तरी फ्रिशियन"@mr,
        "မြောက်ပိုင်း ဖရီစီရန်"@my,
        "Pak Frisia-gí"@nan,
        "nordfrisisk"@nb,
        "Noordfrais"@nds,
        "Noord-Fries"@nl,
        "nordfrisisk"@nn,
        "Nordfrisisk"@no,
        "ଉତ୍ତର ଫ୍ରିସିୟାନ୍"@or,
        "północnofryzyjski"@pl,
        "Lenga frison-a setentrional"@pms,
        "اتلی فریزین بولی"@pnb,
        "frísio setentrional"@pt,
        "fris dal nord"@rm,
        "frizonă nordică"@ro,
        "фризский северный"@ru,
        "North Frisian leid"@sco,
        "severná frízština"@sk,
        "severna frizijščina"@sl,
        "Северно-фризијски"@sr,
        "Severno-frizijski"@sr-Latn,
        "Noudfräisk"@stq,
        "nordfrisiska"@sv,
        "Kifrisia cha Kaskazini"@swh,
        "வட விரிசிய மொழி"@ta,
        "ఉత్తర ఫ్రిసియన్"@te,
        "ฟริเซียนเหนือ"@th,
        "Kuzey Frizce"@tr,
        "фризька північна"@uk,
        "Tiếng Bắc Frisia"@vi,
        "北弗里西亚语"@zh .

<http://lexvo.org/id/iso639-3/gaa> a lvont:Language,
        skos:Concept ;
    lvont:isFocusOf <http://id.loc.gov/vocabulary/iso639-2/gaa> ;
    lvont:iso6392BCode "gaa"^^xsd:string ;
    lvont:iso6392TCode "gaa"^^xsd:string ;
    lvont:iso639P3PCode "gaa"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-2/gaa>,
        <http://www.glottolog.org/resource/languoid/id/gaaa1244> ;
    owl:sameAs <http://dbpedia.org/resource/Ga_language>,
        <http://psi.oasis-open.org/iso/639/#gaa>,
        <http://www.lingvoj.org/lang/gaa>,
        <http://www.mpii.de/yago/resource/Ga_language>,
        <info:lc/vocabulary/languages/gaa> ;
    skos:altLabel "Gaeg"@br,
        "Ga-Sprache"@de,
        "Ga language"@en,
        "Ga"@fr,
        "Lingua ga"@it,
        "Język ga"@pl,
        "Га"@ru ;
    skos:definition "The Ga language is a Kwa language spoken in Ghana, in and around the capital Accra. It has a phonemic distinction between 3 vowel lengths."@en ;
    skos:inScheme lexvo: ;
    skos:notation "gaa"^^xsd:string ;
    skos:prefLabel "Gaa"@af,
        "ጋ"@am,
        "الجا"@ar,
        "qa dili"@az,
        "га"@bg,
        "গা"@bn,
        "གཱ་སྐད།"@bo,
        "ga"@br,
        "गा"@brx,
        "ga"@bs,
        "га"@bs-Cyrl,
        "ga"@ca,
        "加文"@cmn,
        "加族文"@cmn-Hant,
        "gaština"@cs,
        "ga"@da,
        "Ga"@de,
        "gɛgbe"@ee,
        "Γκα"@el,
        "Ga"@en,
        "Gaa lingvo"@eo,
        "ga"@es,
        "gaa"@et,
        "Ga"@eu,
        "گایی"@fa,
        "ga"@fi,
        "Ga"@fil,
        "ga"@fr,
        "Ga"@gl,
        "Ga"@gsw,
        "Ga"@gu,
        "גא"@he,
        "गा"@hi,
        "ga"@hr,
        "ga"@hu,
        "Ga"@id,
        "ga"@is,
        "ga"@it,
        "ガ語"@ja,
        "ಗ"@kn,
        "가어"@ko,
        "گا"@ks,
        "ກາ"@lo,
        "ga"@lt,
        "ga"@lv,
        "га"@mk,
        "ഗാ"@ml,
        "Ga"@mr,
        "Bahasa Ga"@ms,
        "Ga"@mt,
        "ga"@nb,
        "Ga"@nl,
        "ga"@nn,
        "ଗା"@or,
        "ga"@pl,
        "Lenga Ga"@pms,
        "ga"@pt,
        "ga"@rm,
        "ga"@ro,
        "га"@ru,
        "ga"@sk,
        "ga"@sl,
        "Га"@sr,
        "Ga"@sr-Latn,
        "gã"@sv,
        "Kiga"@swh,
        "கா"@ta,
        "గా"@te,
        "กา"@th,
        "lea fakakā"@to,
        "Ga"@tr,
        "га"@uk,
        "گا"@ur,
        "Ga"@vi,
        "Ga"@zsm,
        "Isi-Ga"@zu .

<http://lexvo.org/id/iso639-3/gez> a lvont:Language,
        skos:Concept ;
    lvont:isFocusOf <http://id.loc.gov/vocabulary/iso639-2/gez> ;
    lvont:iso6392BCode "gez"^^xsd:string ;
    lvont:iso6392TCode "gez"^^xsd:string ;
    lvont:iso639P3PCode "gez"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-2/gez> ;
    owl:sameAs <http://dbpedia.org/resource/Ge'ez_language>,
        <http://psi.oasis-open.org/iso/639/#gez>,
        <http://www.lingvoj.org/lang/gez>,
        <http://www.mpii.de/yago/resource/Ge'ez_language>,
        <info:lc/vocabulary/languages/eth>,
        <info:lc/vocabulary/languages/gez> ;
    skos:altLabel "ግዕዝኛ"@am,
        "لغة جعزية"@ar,
        "Геез"@bg,
        "Geuzeg"@br,
        "Gueez"@ca,
        "Ge'ez"@cs,
        "Geez"@da,
        "Ge’ez"@de,
        "Ge'ez language"@en,
        "Ge'ez"@es,
        "زبان گعز"@fa,
        "Ge’ezin kieli"@fi,
        "Ge'ez"@fr,
        "गिइज़ भाषा"@hi,
        "staroetiopski"@hr,
        "Bahasa Ge'ez"@id,
        "Lingua ge'ez"@it,
        "그으즈어"@ko,
        "Gezo kalba"@lt,
        "Геез"@mk,
        "ഗീയസ് ഭാഷ"@ml,
        "Ge'ez"@nl,
        "Język gyyz"@pl,
        "Língua ge'ez"@pt,
        "Limba gî'îz"@ro,
        "Геэз"@ru,
        "etiopščina"@sl,
        "etiopiska"@sv ;
    skos:definition "Geez (ግዕዝ, ; also transliterated Giiz, and less precisely called Ethiopic) is an ancient South Semitic language that originated in southern Arabia (modern Yemen) and was further developed in the northern region of Ethiopia and southern Eritrea in the Horn of Africa. It later became the official language of the Kingdom of Aksum and Ethiopian imperial court."@en ;
    skos:inScheme lexvo: ;
    skos:notation "gez"^^xsd:string ;
    skos:prefLabel "ግዕዝ"@am,
        "Ge'ez"@an,
        "الجيز"@ar,
        "جعزى"@arz,
        "qez dili"@az,
        "гииз"@bg,
        "গীজ"@bn,
        "gezeg"@br,
        "गीज़्"@brx,
        "džiz"@bs,
        "џиз"@bs-Cyrl,
        "ግዕዝኛ"@byn,
        "gueez"@ca,
        "吉兹文"@cmn,
        "吉茲文"@cmn-Hant,
        "geez"@cs,
        "geez"@da,
        "Geez"@de,
        "Γκιζ"@el,
        "Geez"@en,
        "Geeza lingvo"@eo,
        "geez"@es,
        "etioopia"@et,
        "Ge'ez"@eu,
        "گی‌ئزی"@fa,
        "ge’ez"@fi,
        "guèze"@fr,
        "Geez"@gsw,
        "ગીઝ"@gu,
        "געז"@he,
        "गीज़"@hi,
        "Geez"@hr,
        "geez"@hu,
        "Geez"@id,
        "gís"@is,
        "geez"@it,
        "ゲエズ語"@ja,
        "გეეზი"@ka,
        "Эфиоп Тілі"@kk,
        "ಗೀಝ್"@kn,
        "게이즈어"@ko,
        "گیٖز"@ks,
        "Lingua Aethiopica"@la,
        "ກີ"@lo,
        "gyz"@lt,
        "gēzu"@lv,
        "гиз"@mk,
        "ഗീസ്"@ml,
        "गीझ"@mr,
        "Bahasa Ge'ez"@ms,
        "Geez"@mt,
        "ges"@nb,
        "Geez"@nl,
        "ges"@nn,
        "Ge'ez"@no,
        "ଗୀଜ୍"@or,
        "gyyz"@pl,
        "Lenga Geez"@pms,
        "geez"@pt,
        "geez"@rm,
        "geez"@ro,
        "геэз"@ru,
        "Giz"@sh,
        "etiópčina"@sk,
        "Giz"@sl,
        "Џиз"@sr,
        "Džiz"@sr-Latn,
        "Ge'ez"@sv,
        "Ge'ez"@sw,
        "Kige'ez"@swh,
        "கீஜ்"@ta,
        "జీజ్"@te,
        "กีซ"@th,
        "ግዕዝኛ"@tig,
        "Geez"@tr,
        "гєез"@uk,
        "Tiếng Geez"@vi,
        "吉茲語"@zh .

<http://lexvo.org/id/iso639-3/gil> a lvont:Language,
        skos:Concept ;
    lvont:isFocusOf <http://id.loc.gov/vocabulary/iso639-2/gil> ;
    lvont:iso6392BCode "gil"^^xsd:string ;
    lvont:iso6392TCode "gil"^^xsd:string ;
    lvont:iso639P3PCode "gil"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-2/gil>,
        <http://www.glottolog.org/resource/languoid/id/gilb1244> ;
    owl:sameAs <http://dbpedia.org/resource/Gilbertese_language>,
        <http://psi.oasis-open.org/iso/639/#gil>,
        <http://www.lingvoj.org/lang/gil>,
        <http://www.mpii.de/yago/resource/Gilbertese_language>,
        <info:lc/vocabulary/languages/gil> ;
    skos:altLabel "Кирибатски език"@bg,
        "Kiribateg"@br,
        "Gilbertès"@ca,
        "gilbertesisk"@da,
        "Gilbertesische Sprache"@de,
        "Gilbertese language"@en,
        "Idioma gilbertés"@es,
        "Kiribati keel"@et,
        "Kiribatin kieli"@fi,
        "Gilbertin"@fr,
        "gilbertais"@fr,
        "Gilbertski jezik"@hr,
        "Bahasa Kiribati"@id,
        "Lingua gilbertese"@it,
        "Kiribatiešu valoda"@lv,
        "Кирибатски јазик"@mk,
        "गिल्बर्टीज भाषा"@mr,
        "Kiribatisch"@nl,
        "Język kiribati"@pl,
        "Gilbertês"@pt,
        "гильбертский"@ru,
        "Kiribatiska"@sv,
        "Tiếng Kiribati"@vi ;
    skos:definition "Gilbertese or Kiribati (or sometimes Kiribatese) is a language from the Austronesian family, part of the Oceanian branch and of the Nuclear Micronesian subbranch. It has a basic verb–object–subject word order."@en ;
    skos:inScheme lexvo: ;
    skos:notation "gil"^^xsd:string ;
    skos:prefLabel "لغة أهل جبل طارق"@ar,
        "qilbert gili"@az,
        "гилбертски"@bg,
        "গিলবার্টিজ"@bn,
        "gilberteg"@br,
        "गीलबर्टी"@brx,
        "gilbertški"@bs,
        "гилбертшки"@bs-Cyrl,
        "gilbertès"@ca,
        "吉尔伯特斯文"@cmn,
        "吉爾伯特群島文"@cmn-Hant,
        "kiribatština"@cs,
        "Gilberteg"@cy,
        "Kiribatisk"@da,
        "Gilbertesisch"@de,
        "gilbertgbe"@ee,
        "Γκιλμπερτίζ"@el,
        "Gilbertese"@en,
        "𐐘𐐮𐑊𐐺𐐯𐑉𐐻𐐨𐑆"@en-Dsrt,
        "gilbertés"@es,
        "kiribati"@et,
        "Kiribatiera"@eu,
        "گیلبرتی"@fa,
        "kiribati"@fi,
        "kiribati"@fr,
        "Gilbertesisch"@gsw,
        "જિલ્બરટીઝ"@gu,
        "גילברטזית"@he,
        "गिल्बरतीस"@hi,
        "gilbertski"@hr,
        "ikiribati"@hu,
        "Gilbert"@id,
        "gilberska"@is,
        "gilbertese"@it,
        "キリバス語"@ja,
        "ಗಿಲ್ಬರ್ಟೀಸ್"@kn,
        "키리바시어"@ko,
        "گِلبٔرٹیٖز"@ks,
        "Lengua gilberteise"@lij,
        "Ikiribati"@lmo,
        "ກິນເບີເທັດ"@lo,
        "kiribati"@lt,
        "kiribatiešu"@lv,
        "гилбертански"@mk,
        "ഗിൽബർസേ"@ml,
        "जिल्बरटीज"@mr,
        "Bahasa Kiribati"@ms,
        "Gilbertjan"@mt,
        "kiribatisk"@nb,
        "Gilbertees"@nl,
        "kiribatisk"@nn,
        "Kiribatisk"@no,
        "ଜିବ୍ରାଟୀଜ୍"@or,
        "gilbertański"@pl,
        "Lenga Ikiribati"@pms,
        "gilbertês"@pt,
        "Kiribati simi"@qu,
        "gilbertais"@rm,
        "gilbertină"@ro,
        "Кирибати"@ru,
        "Gilbertski jezik"@sh,
        "kiribatčina"@sk,
        "kiribatščina"@sl,
        "Gjuha gilbertese"@sq,
        "Гилбертшки"@sr,
        "Gilbertški"@sr-Latn,
        "gilbertiska"@sv,
        "கில்பெர்டீஸ்"@ta,
        "గిల్బర్టీస్"@te,
        "กิลเบอร์ต"@th,
        "lea fakakilipasi"@to,
        "Kiribati Dili"@tr,
        "гільбертська"@uk,
        "Tiếng Gilbert"@vi .

<http://lexvo.org/id/iso639-3/gor> a lvont:Language,
        skos:Concept ;
    lvont:isFocusOf <http://id.loc.gov/vocabulary/iso639-2/gor> ;
    lvont:iso6392BCode "gor"^^xsd:string ;
    lvont:iso6392TCode "gor"^^xsd:string ;
    lvont:iso639P3PCode "gor"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-2/gor>,
        <http://www.glottolog.org/resource/languoid/id/goro1259> ;
    owl:sameAs <http://dbpedia.org/resource/Gorontalo_language>,
        <http://psi.oasis-open.org/iso/639/#gor>,
        <http://www.lingvoj.org/lang/gor>,
        <http://www.mpii.de/yago/resource/Gorontalo_language>,
        <info:lc/vocabulary/languages/gor> ;
    skos:altLabel "Gorontalo language"@en,
        "Idioma gorontalo"@es,
        "Gorontalo"@fr,
        "Bahasa Gorontalo"@id ;
    skos:definition "The Gorontalo language (also called Hulontalo) is a Philippine language spoken in Gorontalo Province (Northern Sulawesi, Indonesia, southern coast) by the Gorontalo people. There is no ISO 639-1 code for Gorontalo. Dialects of Gorontalo are East Gorontalo, Gorontalo Kota, Tilamuta, Suwawa, and West Gorontalo. There were 900.000 speakers of Gorontalo in 1989."@en ;
    skos:inScheme lexvo: ;
    skos:notation "gor"^^xsd:string ;
    skos:prefLabel "الجورونتالو"@ar,
        "qorontalo dili"@az,
        "горонтало"@bg,
        "গোরোন্তালো"@bn,
        "gorontalo"@br,
        "गोरंटालो"@brx,
        "gorontalo"@bs,
        "горонтало"@bs-Cyrl,
        "gorontalo"@ca,
        "科洛涅达罗文"@cmn,
        "科隆達羅文"@cmn-Hant,
        "gorontalo"@cs,
        "gorontalo"@da,
        "Mongondou"@de,
        "Γκοροντάλο"@el,
        "Gorontalo"@en,
        "gorontalo"@es,
        "gorontalo"@et,
        "گورونتالو"@fa,
        "gorontalo"@fi,
        "gorontalo"@fr,
        "Mongondou"@gsw,
        "ગોરોન્તાલો"@gu,
        "גורונטאלו"@he,
        "गोरोन्तालो"@hi,
        "gorontalo"@hr,
        "gorontalo"@hu,
        "Gorontalo"@id,
        "gorontaló"@is,
        "gorontalo"@it,
        "ゴロンタロ語"@ja,
        "ಗೊರೊಂಟಾಲೋ"@kn,
        "고론탈로어"@ko,
        "گورینٹیلو"@ks,
        "ໂກຣອນຕາໂຣ"@lo,
        "gorontalo"@lt,
        "gorontalu"@lv,
        "горонтало"@mk,
        "ഗൊറോൻറാലോ"@ml,
        "गोरोन्तालो"@mr,
        "Bahasa Gorontalo"@ms,
        "Gorontalo"@mt,
        "gorontalo"@nb,
        "Gorontalo"@nl,
        "gorontalo"@nn,
        "ଗୋରୋଣ୍ଟାଲୋ"@or,
        "gorontalo"@pl,
        "Lenga gorontalo"@pms,
        "gorontalo"@pt,
        "gorontalo"@rm,
        "gorontalo"@ro,
        "горонтало"@ru,
        "gorontalo"@sk,
        "gorontalščina"@sl,
        "Горонтало"@sr,
        "Gorontalo"@sr-Latn,
        "gorontalo"@sv,
        "கோரோன்டலோ"@ta,
        "గోరోంటలా"@te,
        "กอรอนทาโล"@th,
        "Gorontalo"@tr,
        "горонтало"@uk,
        "Tiếng Gorontalo"@vi .

<http://lexvo.org/id/iso639-3/grn> a lvont:Language,
        skos:Concept ;
    lvont:isFocusOf <http://id.loc.gov/vocabulary/iso639-2/grn> ;
    lvont:iso6392BCode "grn"^^xsd:string ;
    lvont:iso6392TCode "grn"^^xsd:string ;
    lvont:iso639P1Code "gn"^^xsd:string ;
    lvont:iso639P3PCode "grn"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-2/grn> ;
    owl:sameAs <http://lexvo.org/id/iso639-1/gn>,
        <http://psi.oasis-open.org/iso/639/#grn>,
        <http://www.lingvoj.org/lang/gn>,
        <info:lc/vocabulary/languages/grn>,
        <info:lc/vocabulary/languages/gua> ;
    skos:inScheme lexvo: ;
    skos:notation "grn"^^xsd:string ;
    skos:prefLabel "Guarani"@af,
        "ጓራኒኛ"@am,
        "الجواراني"@ar,
        "guaraní"@ast,
        "quaranicə"@az,
        "гуарані"@be,
        "гуарани"@bg,
        "গুয়ারানি"@bn,
        "guarani"@br,
        "गुआरानी"@brx,
        "gvarani"@bs,
        "гварани"@bs-Cyrl,
        "ጓራኒኛ"@byn,
        "guaraní"@ca,
        "瓜拉尼文"@cmn,
        "瓜拉尼文"@cmn-Hant,
        "guaranština"@cs,
        "Gwarani"@cy,
        "guarani"@da,
        "Guarani"@de,
        "གུ་ཝ་ར་ནི་ཁ"@dz,
        "guarangbe"@ee,
        "Γκουαρανί"@el,
        "Guarani"@en,
        "gvarania"@eo,
        "guaraní"@es,
        "guaranii"@et,
        "guaraniera"@eu,
        "گوارانی"@fa,
        "guarani"@fi,
        "Guarani"@fil,
        "guarani"@fo,
        "guarani"@fr,
        "guaranì"@fur,
        "Guaráinis"@ga,
        "Guaraní"@gd,
        "guaraní"@gl,
        "Guarani"@gsw,
        "ગુઆરાની"@gu,
        "Guwaraniyanci"@ha,
        "גוארני"@he,
        "गुआरानी"@hi,
        "guarani"@hr,
        "guarani"@hu,
        "Գուարաներեն"@hy,
        "guarani"@ia,
        "Guarani"@id,
        "gvaraní"@is,
        "guarana"@it,
        "グアラニー語"@ja,
        "გუარანი"@ka,
        "guarani"@kea,
        "гуарани"@kk,
        "ហ្គូរ៉ានី"@km,
        "ಗೌರಾನಿ"@kn,
        "गौरानी"@knn,
        "과라니어"@ko,
        "گُوارَنی"@ks,
        "Juwaraanesch"@ksh,
        "гуараш"@ky,
        "ກົວຣານີ"@lo,
        "gvaranių"@lt,
        "gvaranu"@lv,
        "гуарани"@mk,
        "ഗ്വാറാനി"@ml,
        "गुआरनी"@mr,
        "Gwarani"@mt,
        "guarani"@nb,
        "गुजरानी"@ne,
        "Guaraní"@nl,
        "guarani"@nn,
        "Afaan Guarani"@om,
        "ଗୁଆରାନୀ"@or,
        "guarani"@pl,
        "ګوراني"@ps,
        "guarani"@pt,
        "guarani"@rm,
        "guarani"@ro,
        "гуарани"@ru,
        "Inyaguwarani"@rw,
        "ගුවාරනි"@si,
        "guaraní"@sk,
        "gvaranijščina"@sl,
        "Guraani"@so,
        "Guarani"@sq,
        "Гварани"@sr,
        "Gvarani"@sr-Latn,
        "Guarani"@st,
        "guaraní"@sv,
        "Kiguarani"@swh,
        "குரானி"@ta,
        "గురాని"@te,
        "Горанӣ"@tg,
        "กวารานี"@th,
        "ጓራኒ"@ti,
        "ጓራኒኛ"@tig,
        "lea kualani"@to,
        "Guarani Dili"@tr,
        "гуарані"@uk,
        "گُارانی"@ur,
        "Tiếng Guarani"@vi,
        "Guarani"@wae,
        "Guarani"@xh,
        "Èdè Guarani"@yo,
        "Guarani"@zsm,
        "isi-Guarani"@zu .

<http://lexvo.org/id/iso639-3/gwi> a lvont:Language,
        skos:Concept ;
    lvont:isFocusOf <http://id.loc.gov/vocabulary/iso639-2/gwi> ;
    lvont:iso6392BCode "gwi"^^xsd:string ;
    lvont:iso6392TCode "gwi"^^xsd:string ;
    lvont:iso639P3PCode "gwi"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-2/gwi>,
        <http://www.glottolog.org/resource/languoid/id/gwic1235> ;
    owl:sameAs <http://dbpedia.org/resource/Gwich%E2%80%99in_language>,
        <http://psi.oasis-open.org/iso/639/#gwi>,
        <http://www.lingvoj.org/lang/gwi>,
        <http://www.mpii.de/yago/resource/Gwich%E2%80%99in_language>,
        <info:lc/vocabulary/languages/gwi> ;
    skos:altLabel "Gwichʼin"@en,
        "Gwich’in language"@en,
        "Idioma gwich'in"@es,
        "Gwich’in"@fr,
        "gwichʼin"@fr,
        "Língua gwich’in"@pt,
        "Гвичин"@ru,
        "Gwichʼin"@tr ;
    skos:definition "The Gwich’in language is the Athabaskan language of the Gwich’in indigenous people. It is also known in older or dialect-specific publications as Kutchin, Takudh, Tukudh, or Loucheux. In the Northwest Territories and Yukon of Canada, it is used principally in the towns of Inuvik, Aklavik, Fort McPherson, Old Crow, and Tsiigehtchic (formerly Arctic Red River). There are about 430 Gwich’in speakers in Canada out of a total Gwich’in population of 1,900."@en ;
    skos:inScheme lexvo: ;
    skos:notation "gwi"^^xsd:string ;
    skos:prefLabel "غوتشن"@ar,
        "qviçin dili"@az,
        "гвичин"@bg,
        "গওইচ্’ইন"@bn,
        "ग्वीचलीन"@brx,
        "гвич'ин"@bs-Cyrl,
        "gwichin"@ca,
        "吉维克琴文"@cmn,
        "圭契文"@cmn-Hant,
        "gwichʼin"@cs,
        "gwichin"@da,
        "Kutchin-Sprache"@de,
        "Γκουίτσιν"@el,
        "Gwich'in"@en,
        "Gviĉina lingvo"@eo,
        "kutchin"@es,
        "gvitšini"@et,
        "گویچ این"@fa,
        "gwitšin"@fi,
        "gwich'in"@fr,
        "Gwich’in spriak"@frr,
        "Kutchinisch"@gsw,
        "ગ્વિચ'ઇન"@gu,
        "Gwich’in"@gv,
        "גוויצ'ין"@he,
        "ग्विच'इन"@hi,
        "gwich'in"@hr,
        "gvicsin"@hu,
        "Gwich'in"@id,
        "gvísín"@is,
        "gwichʼin"@it,
        "グウィッチン語"@ja,
        "ಗ್ವಿಚ್‌ಇನ್"@kn,
        "그위친어"@ko,
        "گُوِچ اِن"@ks,
        "ວິດອິນ"@lo,
        "gvičino"@lt,
        "kučinu"@lv,
        "гвишин"@mk,
        "ഗ്വിച്ച് ഇൻ"@ml,
        "ग्विच'इन"@mr,
        "Гвичин йӹлмӹ"@mrj,
        "Gwiċin"@mt,
        "gwichin"@nb,
        "Gwichʼin"@nl,
        "gwichin"@nn,
        "ସ୍ବିଚ୍ ଇନ୍"@or,
        "gwichʼin"@pl,
        "Lenga gwich'in"@pms,
        "gwichʼin"@pt,
        "gwichʼin"@rm,
        "gwichʼin"@ro,
        "гвичин"@ru,
        "gwichʼin"@sk,
        "Гвич'ин"@sr,
        "Gvich'in"@sr-Latn,
        "gwichin"@sv,
        "குவிசின்"@ta,
        "గ్విచిన్"@te,
        "กวิชอิน"@th,
        "Guçince"@tr,
        "кучін"@uk,
        "Tiếng Gwichʼin"@vi,
        "哥威迅语"@zh .

<http://lexvo.org/id/iso639-3/hin> a lvont:Language,
        skos:Concept ;
    lvont:isFocusOf <http://id.loc.gov/vocabulary/iso639-2/hin> ;
    lvont:iso6392BCode "hin"^^xsd:string ;
    lvont:iso6392TCode "hin"^^xsd:string ;
    lvont:iso639P1Code "hi"^^xsd:string ;
    lvont:iso639P3PCode "hin"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-2/hin>,
        <http://www.glottolog.org/resource/languoid/id/hind1269> ;
    owl:sameAs <http://lexvo.org/id/iso639-1/hi>,
        <http://lexvo.org/id/wordnet/30/noun/hindi_1_10_00>,
        <http://psi.oasis-open.org/iso/639/#hin>,
        <http://www.lingvoj.org/lang/hi>,
        <info:lc/vocabulary/languages/hin> ;
    skos:altLabel "híndi"@pt ;
    skos:inScheme lexvo: ;
    skos:notation "hin"^^xsd:string ;
    skos:prefLabel "Hindi"@aa,
        "Hindi"@af,
        "Endì"@agq,
        "Hindi"@ak,
        "ሒንዱኛ"@am,
        "الهندية"@ar,
        "Kihindi"@asa,
        "hindi"@ast,
        "hindi dili"@az,
        "Hɔp u hindì"@bas,
        "хіндзі"@be,
        "Ichi Hindu"@bem,
        "Hihindi"@bez,
        "хинди"@bg,
        "inidikan"@bm,
        "হিন্দি"@bn,
        "ཧིན་དི"@bo,
        "hindi"@br,
        "हिंदी"@brx,
        "hindi"@bs,
        "хинди"@bs-Cyrl,
        "ሐንድኛ"@byn,
        "hindi"@ca,
        "Oruhindi"@cgg,
        "印地文"@cmn,
        "北印度文"@cmn-Hant,
        "hindština"@cs,
        "Hindi"@cy,
        "hindi"@da,
        "Kihindi"@dav,
        "Hindi"@de,
        "Induu senni"@dje,
        "endu"@dyo,
        "ཧིན་དི་ཁ"@dz,
        "Kĩhindĩ"@ebu,
        "hindigbe"@ee,
        "Χίντι"@el,
        "Hindi"@en,
        "𐐐𐐮𐑌𐐼𐐨"@en-Dsrt,
        "hinda"@eo,
        "hindi"@es,
        "hindi"@et,
        "hindia"@eu,
        "Ǹkɔ́bɔ hindí"@ewo,
        "هندی"@fa,
        "Hinndi"@ff,
        "hindi"@fi,
        "Hindi"@fil,
        "hindi"@fo,
        "hindi"@fr,
        "hindi"@fur,
        "Hiondúis"@ga,
        "Hindis"@gd,
        "hindi"@gl,
        "Hindi"@gsw,
        "હિન્દી"@gu,
        "Kihindi"@guz,
        "Harshen Hindi"@ha,
        "הינדי"@he,
        "हिन्दी"@hi,
        "hindski"@hr,
        "hindi"@hu,
        "Հնդկերեն"@hy,
        "hindi"@ia,
        "Hindi"@id,
        "Hindi"@ig,
        "hindí"@is,
        "hindi"@it,
        "ヒンディー語"@ja,
        "Kyihindi"@jmc,
        "ჰინდი"@ka,
        "Tahendit"@kab,
        "Kihindi"@kam,
        "Chihindi"@kde,
        "indi"@kea,
        "Induu senni"@khq,
        "Kĩhĩndĩ"@ki,
        "хинди"@kk,
        "hindimiutut"@kl,
        "kutitab Maindiik"@kln,
        "ហិណ្ឌូ"@km,
        "ಹಿಂದಿ"@kn,
        "हिन्दी"@knn,
        "힌디어"@ko,
        "ہِندی"@ks,
        "Kihindi"@ksb,
        "riíndí"@ksf,
        "Hindi"@ksh,
        "индусча"@ky,
        "Kɨhíindi"@lag,
        "Luhindu"@lg,
        "lihindi"@ln,
        "ຮິນດູ"@lo,
        "hindi"@lt,
        "Hindi"@lu,
        "Kihindi"@luo,
        "Luhindi"@luy,
        "hindi"@lv,
        "nkʉtʉ́k ɔ́ɔ̄ lmoindi"@mas,
        "Kĩhĩndi"@mer,
        "hindi"@mfe,
        "hindi"@mg,
        "Ihindi"@mgh,
        "хинди"@mk,
        "ഹിന്ദി"@ml,
        "हिंदी"@mr,
        "Ħindi"@mt,
        "hindi"@mua,
        "ဟိန္ဒီ"@my,
        "Hindigowab"@naq,
        "hindi"@nb,
        "isi-Hindi"@nd,
        "हिन्दी"@ne,
        "Hindi"@nl,
        "Kiɛl b'indien"@nmg,
        "hindi"@nn,
        "Thok ɣändini"@nus,
        "Oruhindi"@nyn,
        "Afaan Hindii"@om,
        "ହିନ୍ଦୀ"@or,
        "ਹਿੰਦੀ"@pa,
        "hindi"@pl,
        "هندي"@ps,
        "hindi"@pt,
        "hindi"@rm,
        "Igihindi"@rn,
        "hindi"@ro,
        "Kihindi"@rof,
        "хинди"@ru,
        "Igihindi"@rw,
        "Kyihindi"@rwk,
        "Kihindi"@saq,
        "Ishihindi"@sbp,
        "hindigiella"@se,
        "hindi"@seh,
        "Induu senni"@ses,
        "Hîndi"@sg,
        "ⵜⴰⵀⵉⵏⴷⵉⵜ"@shi,
        "tahindit"@shi-Latn,
        "හින්දි"@si,
        "hindčina"@sk,
        "hindujščina"@sl,
        "chiHindi"@sn,
        "Hindi"@so,
        "Hindi"@sq,
        "Хинди"@sr,
        "Hindi"@sr-Latn,
        "Se-hindi"@st,
        "hindi"@sv,
        "Kihindi"@swc,
        "Kihindi"@swh,
        "இந்தி"@ta,
        "హిందీ"@te,
        "Kihindi"@teo,
        "Ҳиндӣ"@tg,
        "ฮินดี"@th,
        "ሕንደኛ"@ti,
        "ሐንድኛ"@tig,
        "Hindi"@tn,
        "lea fakahinitī"@to,
        "Hintçe"@tr,
        "Induu senni"@twq,
        "Tahindit"@tzm,
        "гінді"@uk,
        "ہندی"@ur,
        "Ҳиндча"@uzn,
        "hindcha"@uzn-Latn,
        "ꔦꔺ"@vai,
        "Híiŋdi"@vai-Latn,
        "Tiếng Hin-đi"@vi,
        "Kyihindi"@vun,
        "Hindi"@wae,
        "ሐንድኛ"@wal,
        "Isi-Hindi"@xh,
        "Oluhindu"@xog,
        "índí"@yav,
        "Èdè Hindi"@yo,
        "Hindi"@zsm,
        "isiHindi"@zu .

<http://lexvo.org/id/iso639-3/hmo> a lvont:Language,
        skos:Concept ;
    lvont:isFocusOf <http://id.loc.gov/vocabulary/iso639-2/hmo> ;
    lvont:iso6392BCode "hmo"^^xsd:string ;
    lvont:iso6392TCode "hmo"^^xsd:string ;
    lvont:iso639P1Code "ho"^^xsd:string ;
    lvont:iso639P3PCode "hmo"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-2/hmo> ;
    owl:sameAs <http://dbpedia.org/resource/Hiri_Motu_language>,
        <http://lexvo.org/id/iso639-1/ho>,
        <http://psi.oasis-open.org/iso/639/#hmo>,
        <http://www.lingvoj.org/lang/ho>,
        <http://www.mpii.de/yago/resource/Hiri_Motu_language>,
        <info:lc/vocabulary/languages/hmo> ;
    skos:altLabel "Хири моту"@bg,
        "Hirimotoueg"@br,
        "Hiri motu"@cs,
        "Hiri-Motu"@de,
        "Hiri Motu language"@en,
        "Hiri motu"@es,
        "Hiri motu"@fi,
        "Hiri motu"@fr,
        "Hiri Motu jezik"@hr,
        "Hiri motu nyelv"@hu,
        "Bahasa Hiri Motu"@id,
        "Lingua hiri motu"@it,
        "히리 모투어"@ko,
        "Hiri motu kalba"@lt,
        "Hiri motu"@pl,
        "Hiri Motu"@pt,
        "Hiri motu"@ro,
        "Хири-моту"@ru,
        "Хири моту"@sr,
        "Hiri motu"@sv,
        "இரிமோட்டு மொழி"@ta,
        "Гірі-моту"@uk ;
    skos:definition "Hiri Motu, (also known as Police Motu or Pidgin Motu) is an official language of Papua New Guinea. It is a simplified version of Motu and although it is strictly neither a pidgin nor a creole it possesses some features of both language types. Phonological and grammatical differences mean not only that Hiri Motu speakers cannot understand Motu, but also that Motu speakers not exposed to Hiri Motu have similar difficulties, though the languages are lexically very similar, and retain a common Austronesian syntactical basis."@en ;
    skos:inScheme lexvo: ;
    skos:notation "hmo"^^xsd:string ;
    skos:prefLabel "الهيري موتو"@ar,
        "hiri motu dili"@az,
        "хири моту"@bg,
        "হিরি মোতু"@bn,
        "hiri motu"@br,
        "हीरी मोटु"@brx,
        "hiri motu"@bs,
        "хири моту"@bs-Cyrl,
        "hiri motu"@ca,
        "希里莫图文"@cmn,
        "西里莫圖土文"@cmn-Hant,
        "hiri motu"@cs,
        "hirimotu"@da,
        "Hiri Motu"@de,
        "hiri motugbe"@ee,
        "Χίρι Μότου"@el,
        "Hiri Motu"@en,
        "Hirimotua lingvo"@eo,
        "hiri motu"@es,
        "motu"@et,
        "Hiri Motu"@eu,
        "موتویی هیری"@fa,
        "hiri-motu"@fi,
        "hiri motu"@fr,
        "Hiri Motu"@ga,
        "Hiri Motu"@gd,
        "Hiri-Motu"@gsw,
        "Hiri Motu"@gsw-FR,
        "હિરી મોટૂ"@gu,
        "הארי מוטו"@he,
        "हिरी मोटू"@hi,
        "hiri motu"@hr,
        "hiri motu"@hu,
        "Hiri Motu"@id,
        "hírímótú"@is,
        "hiri motu"@it,
        "ヒリモツ語"@ja,
        "ಹಿರಿ ಮೊಟು"@kn,
        "히리 모투"@ko,
        "ہِری موتوٗ"@ks,
        "ຮິຣິໂມຕູ"@lo,
        "hiri motu"@lt,
        "hirimotu"@lv,
        "хири моту"@mk,
        "ഹിരി മോതു"@ml,
        "हिरी मॉटू"@mr,
        "Bahasa Hiri Motu"@ms,
        "Ħiri Motu"@mt,
        "hiri motu"@nb,
        "Hiri Motu"@nl,
        "hiri motu"@nn,
        "Hiri motu"@no,
        "ହିରି ମୋଟୁ"@or,
        "hiri motu"@pl,
        "Lenga hiri motu"@pms,
        "hiri motu"@pt,
        "hiri motu"@rm,
        "hiri motu"@ro,
        "хиримоту"@ru,
        "hiri motu"@sk,
        "hiri motu"@sl,
        "Хири Моту"@sr,
        "Hiri Motu"@sr-Latn,
        "hirimotu"@sv,
        "ஹிரி மோட்டு"@ta,
        "హిరి మోటు"@te,
        "ฮีรีโมตู"@th,
        "lea fakahilimotu"@to,
        "Hiri Motu"@tpi,
        "Hiri Motu"@tr,
        "хірі-моту"@uk,
        "Tiếng Hiri Motu"@vi,
        "希里摩圖語"@zh .

<http://lexvo.org/id/iso639-3/hrv> a lvont:Language,
        skos:Concept ;
    lvont:isFocusOf <http://id.loc.gov/vocabulary/iso639-2/hrv> ;
    lvont:iso6392BCode "hrv"^^xsd:string ;
    lvont:iso6392TCode "hrv"^^xsd:string ;
    lvont:iso639P1Code "hr"^^xsd:string ;
    lvont:iso639P3PCode "hrv"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-2/hrv> ;
    owl:sameAs <http://dbpedia.org/resource/Croatian_language>,
        <http://lexvo.org/id/iso639-1/hr>,
        <http://psi.oasis-open.org/iso/639/#hrv>,
        <http://www.lingvoj.org/lang/hr>,
        <http://www.mpii.de/yago/resource/Croatian_language>,
        <info:lc/vocabulary/languages/hrv> ;
    skos:altLabel "لغة كرواتية"@ar,
        "Croata"@ast,
        "Xorvat dili"@az,
        "Харвацкая мова"@be,
        "Хърватски език"@bg,
        "ক্রোয়েশীয় ভাষা"@bn,
        "Kroateg"@br,
        "Hrvatski jezik"@bs,
        "Croat"@ca,
        "Chorvatština"@cs,
        "Kroatisk"@da,
        "Kroatische Sprache"@de,
        "Κροατική γλώσσα"@el,
        "Croatian language"@en,
        "Kroata lingvo"@eo,
        "Idioma croata"@es,
        "Horvaadi keel"@et,
        "Kroaziera"@eu,
        "زبان کرواتی"@fa,
        "کروشیایی"@fa,
        "Kroatian kieli"@fi,
        "Kroatiskt mál"@fo,
        "Croate"@fr,
        "Lenghe cravuate"@fur,
        "An Chróitis"@ga,
        "Cròthaisis"@gd,
        "Lingua croata"@gl,
        "ક્રોએશિયન ભાષા"@gu,
        "क्रोएशियन भाषा"@hi,
        "Hrvatski jezik"@hr,
        "Horvát nyelv"@hu,
        "Lingua croate"@ia,
        "Bahasa Kroasia"@id,
        "Króatíska"@is,
        "Lingua croata"@it,
        "ხორვატული ენა"@ka,
        "Kroatų kalba"@lt,
        "Horvātu valoda"@lv,
        "Хрватски јазик"@mk,
        "क्रोएशियन भाषा"@mr,
        "Lingwa Kroata"@mt,
        "Kroatisk"@nn,
        "Хорватаг æвзаг"@os,
        "Język chorwacki"@pl,
        "Língua croata"@pt,
        "Limba croată"@ro,
        "Хорватский язык"@ru,
        "Kinyakorowasi"@rw,
        "Kroátiagiella"@se,
        "Chorvátčina"@sk,
        "Hrvaščina"@sl,
        "Gjuha kroate"@sq,
        "Хрватски језик"@sr,
        "Kroatiska"@sv,
        "குரோவாசிய மொழி"@ta,
        "ภาษาโครเอเชีย"@th,
        "Хорватська мова"@uk,
        "Tiếng Crô-a-ti-a"@vi,
        "Èdè Kroatíà"@yo,
        "isi-Croatian"@zu ;
    skos:definition "Croatian is the collective name for varieties of the Serbo-Croatian language spoken by Croats, principally in Croatia, Bosnia and Herzegovina, the Serbian province of Vojvodina and other neighbouring countries."@en ;
    skos:inScheme lexvo: ;
    skos:notation "hrv"^^xsd:string ;
    skos:prefLabel "Ахорват бызшәа"@ab,
        "Kroaties"@af,
        "ክሮሽያንኛ"@am,
        "Idioma crovate"@an,
        "Croatisc sprǣc"@ang,
        "الكرواتية"@ar,
        "croata"@ast,
        "xorvatca"@az,
        "Хорват теле"@ba,
        "Krowodische Sproch"@bar,
        "харвацкая"@be,
        "Харвацкая мова"@be-tarask,
        "хърватски"@bg,
        "ক্রোয়েশীয়"@bn,
        "kroateg"@br,
        "क्रोएशन्"@brx,
        "hrvatski"@bs,
        "хрватски"@bs-Cyrl,
        "ክሮሽያንኛ"@byn,
        "croat"@ca,
        "Хорватийн мотт"@ce,
        "Pinulongang Kroata"@ceb,
        "克罗地亚文"@cmn,
        "克羅埃西亞文"@cmn-Hant,
        "Lingua cruata"@co,
        "Hırvat tili"@crh,
        "chorvatština"@cs,
        "Chòrwacczi jãzëk"@csb,
        "Хръватьскъ ѩꙁꙑкъ"@cu,
        "Хорват чĕлхи"@cv,
        "Croateg"@cy,
        "kroatisk"@da,
        "Kroatisch"@de,
        "Xırwatki"@diq,
        "Chorwatska rěc"@dsb,
        "Croatian language"@dv,
        "ཀྲོ་ཨེ་ཤི་ཡཱན་ཁ"@dz,
        "kroatiagbe"@ee,
        "Κροατικά"@el,
        "Croatian"@en,
        "𐐗𐑉𐐬𐐩𐑇𐐲𐑌"@en-Dsrt,
        "kroata"@eo,
        "croata"@es,
        "horvaadi"@et,
        "kroaziera"@eu,
        "Luenga croata"@ext,
        "کروات"@fa,
        "kroatia"@fi,
        "Croatian"@fil,
        "kroatiskt"@fo,
        "croate"@fr,
        "Croato"@frp,
        "cravuat"@fur,
        "Kroatysk"@fy,
        "Cróitis"@ga,
        "Croatais"@gd,
        "croata"@gl,
        "Kyoasiañe'ẽ"@gn,
        "Kroazisch"@gsw,
        "ક્રોએશિયન"@gu,
        "Croitish"@gv,
        "Kuroshiyan"@ha,
        "Tha̍t-mâ-thai-ngî"@hak,
        "קרואטית"@he,
        "क्रोएशन्"@hi,
        "Croatian language"@hif,
        "hrvatski"@hr,
        "Chorwatšćina"@hsb,
        "horvát"@hu,
        "Խորվաթերեն"@hy,
        "croato"@ia,
        "Kroasia"@id,
        "Lingue croates"@ie,
        "Pagsasao a Kroáta"@ilo,
        "króatíska"@is,
        "croato"@it,
        "クロアチア語"@ja,
        "Basa Kroasia"@jv,
        "ხორვატიული"@ka,
        "kroata"@kea,
        "хорват"@kk,
        "ក្រូអាត"@km,
        "ಕ್ರೊಯೇಶಿಯನ್"@kn,
        "क्रोयेषियन्"@knn,
        "크로아티아어"@ko,
        "Хӧрват кыв"@koi,
        "Хорват тил"@krc,
        "کروشِیَن"@ks,
        "Krowatesch"@ksh,
        "Zimanê kroatî"@ku,
        "Хорват кыв"@kv,
        "Kroatek"@kw,
        "хорватча"@ky,
        "Kroatesch"@lb,
        "Kroatisch"@li,
        "Lengua croata"@lij,
        "Lengua cruata"@lmo,
        "Likroasi"@ln,
        "ຄອດຕຽນ"@lo,
        "kroatų"@lt,
        "Kroatu kalba"@lt-x,
        "horvātu"@lv,
        "Хорват йылме"@mhr,
        "хрватски"@mk,
        "ക്രൊയേഷ്യൻ"@ml,
        "Хорват хэл"@mn,
        "क्रोएशियन"@mr,
        "Bahasa Croatia"@ms,
        "Kroat"@mt,
        "ခရိုအေရှန်"@my,
        "Хорватонь кель"@myv,
        "Croaciatlahtōlli"@nah,
        "Hrvatska-gí"@nan,
        "Lengua cruata"@nap,
        "kroatisk"@nb,
        "क्रोएशियाली"@ne,
        "Kroatisch"@nl,
        "kroatisk"@nn,
        "Kroatisk"@no,
        "Kroatiana"@nov,
        "Croat"@oc,
        "Afaan Croatian"@om,
        "କ୍ରୋଆଟିଆନ୍"@or,
        "хорватаг"@os,
        "Croatian language"@pam,
        "Kroaatischi Schprooch"@pdc,
        "chorwacki"@pl,
        "Lenga croata"@pms,
        "کروٹ"@pnb,
        "کروواتي"@ps,
        "croata"@pt,
        "Hurwat simi"@qu,
        "croat"@rm,
        "croată"@ro,
        "хорватский"@ru,
        "Croatian"@rup,
        "Igikorowasiya"@rw,
        "Limba croata"@sc,
        "Lingua croata"@scn,
        "Croatie leid"@sco,
        "kroátiagiella"@se,
        "Hrvatski jezik"@sh,
        "ක්‍රෝයේශියානු"@si,
        "chorvátčina"@sk,
        "hrvaščina"@sl,
        "Gagana Croatian"@sm,
        "Koro'eeshiyaan"@so,
        "Kroatisht"@sq,
        "Хрватски"@sr,
        "Hrvatski"@sr-Latn,
        "Se-croatia"@st,
        "Kroatisk"@stq,
        "kroatiska"@sv,
        "Kikroatia"@sw,
        "Kroeshia"@swh,
        "Chorwacko godka"@szl,
        "குரோஷியன்"@ta,
        "క్రొయెషియన్"@te,
        "Забони хорватӣ"@tg,
        "โครเอเชีย"@th,
        "ክሮሽያንኛ"@ti,
        "ክሮሽያንኛ"@tig,
        "Horwatça"@tk,
        "Wikang Kroato"@tl,
        "Croatian"@tn,
        "lea fakakuloisia"@to,
        "Hırvatça"@tr,
        "Хорват теле"@tt,
        "Хорват кыл"@udm,
        "كرودىيە تىلى"@ug,
        "хорватська"@uk,
        "کراتی"@ur,
        "Xorvat tili"@uz,
        "Łéngua croata"@vec,
        "Tiếng Croatia"@vi,
        "Kroasänapük"@vo,
        "Horvaadi kiil"@vro,
        "Crowate"@wa,
        "Kroatiš"@wae,
        "Хорватин келн"@xal,
        "Isi-Croatia"@xh,
        "קראאטיש"@yi,
        "Èdè Kroatia"@yo,
        "Kroatisch"@zea,
        "克罗地亚语"@zh,
        "Croat"@zsm,
        "IsiKrowati"@zu .

<http://lexvo.org/id/iso639-3/hsb> a lvont:Language,
        skos:Concept ;
    lvont:isFocusOf <http://id.loc.gov/vocabulary/iso639-2/hsb> ;
    lvont:iso6392BCode "hsb"^^xsd:string ;
    lvont:iso6392TCode "hsb"^^xsd:string ;
    lvont:iso639P3PCode "hsb"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-2/hsb>,
        <http://www.glottolog.org/resource/languoid/id/uppe1395> ;
    owl:sameAs <http://dbpedia.org/resource/Upper_Sorbian_language>,
        <http://psi.oasis-open.org/iso/639/#hsb>,
        <http://www.lingvoj.org/lang/hsb>,
        <http://www.mpii.de/yago/resource/Upper_Sorbian_language>,
        <info:lc/vocabulary/languages/hsb> ;
    skos:altLabel "Горнолужишки език"@bg,
        "Alt sòrab"@ca,
        "Hornolužická srbština"@cs,
        "Obersorbische Sprache"@de,
        "Sorbian, Upper"@en,
        "Upper Sorbian language"@en,
        "sorbio superior"@es,
        "Haut-sorabe"@fr,
        "Sòrbais Uachdarach"@gd,
        "Gornjolužičkosrpski jezik"@hr,
        "Lingua lusaziana superiore"@it,
        "高地ソルブ語"@ja,
        "고지 소르비아어"@ko,
        "Aukštutinių sorbų kalba"@lt,
        "Горнолужички јазик"@mk,
        "Język górnołużycki"@pl,
        "sorbiano superior"@pt,
        "sorábio superior"@pt,
        "Limba sorabă de sus"@ro,
        "Верхнелужицкий язык"@ru,
        "Hornolužická srbčina"@sk,
        "மேல் சொருபிய மொழி"@ta,
        "Верхньолужицька мова"@uk ;
    skos:definition "Upper Sorbian is a minority language spoken by Sorbs in Germany in the historical province of Upper Lusatia (Hornja Łužica in Sorbian), which is today part of Saxony. It is grouped in the West Slavic language branch, together with Lower Sorbian, Czech, Polish, Slovak and Kashubian."@en ;
    skos:inScheme lexvo: ;
    skos:notation "hsb"^^xsd:string ;
    skos:prefLabel "ላይኛ ሶርብኛ"@am,
        "الصربية العليا"@ar,
        "yuxarı sorbca"@az,
        "Үрге лужи теле"@ba,
        "Верхнелужыцкая мова"@be-tarask,
        "горносербски"@bg,
        "উচ্চ সোর্বিয়ান"@bn,
        "uhelsorabeg"@br,
        "ऊपरी सौर्बियन"@brx,
        "gornji sorbijski"@bs,
        "горњи сорбијски"@bs-Cyrl,
        "alt sòrab"@ca,
        "上索布文"@cmn,
        "上索布文"@cmn-Hant,
        "Yuqarı Sorb tili"@crh,
        "hornolužická srbština"@cs,
        "Górnosorbsczi jãzëk"@csb,
        "Горьнѥсрьбьскъ ѩꙁꙑкъ"@cu,
        "Sorbeg Uchaf"@cy,
        "øvresorbisk"@da,
        "Obersorbisch"@de,
        "Górnoserbšćina"@dsb,
        "Γλώσσα Άνω Λουσατίας"@el,
        "Upper Sorbian"@en,
        "Suprasoraba lingvo"@eo,
        "Alto sorabo"@es,
        "ülemsorbi"@et,
        "Goi-sorabiera"@eu,
        "صُربی علیا"@fa,
        "yläsorbi"@fi,
        "haut-sorabe"@fr,
        "Sòrbais Uarach"@gd,
        "Obersorbisch"@gsw,
        "Obersorbische Sprache"@gsw-FR,
        "અપ્પર સોર્બિયન"@gu,
        "Sorbish Eaghtyragh"@gv,
        "סורביאנית עליונה"@he,
        "ऊपरी सॉर्बियन"@hi,
        "gornjolužički"@hr,
        "Hornjoserbšćina"@hsb,
        "felső szorb"@hu,
        "Sorbia Atas"@id,
        "hásorbneska"@is,
        "alto sorabo"@it,
        "上ソルビア語"@ja,
        "ಅಪ್ಪರ್ ಸರ್ಬಿಯನ್"@kn,
        "고지 소르브어"@ko,
        "ہیٚرِم ساربِیَن"@ks,
        "Вылыс сорб кыв"@kv,
        "Oppersorbisch"@li,
        "ຊຸບເປີຊໍບຽນ"@lo,
        "viršutinė sorbian"@lt,
        "augšsorbu"@lv,
        "горносорбиски"@mk,
        "അപ്പർ സോർബിയൻ"@ml,
        "अप्पर सॉर्बियन"@mr,
        "Upper Sorbian"@mt,
        "Téng Sorbia-gí"@nan,
        "høysorbisk"@nb,
        "Oppersorbisch"@nl,
        "høgsorbisk"@nn,
        "Aut sorab"@oc,
        "ଉପର ସର୍ବିଆନ୍"@or,
        "górnołużycki"@pl,
        "Lenga Sorbian àut"@pms,
        "اتلی سوربین"@pnb,
        "Alto sorábio"@pt,
        "aut sorb"@rm,
        "sorabă de sus"@ro,
        "верхнелужицкий"@ru,
        "Limba sòraba de susu"@sc,
        "Upper Sorbian leid"@sco,
        "hornolužická srbčina"@sk,
        "gornja lužiška srbščina"@sl,
        "Горњи сорбијски"@sr,
        "Gornji sorbijski"@sr-Latn,
        "högsorbiska"@sv,
        "Gůrnosorbsko godka"@szl,
        "அப்பர் சோர்பியான்"@ta,
        "అప్పర్ సోర్బియన్"@te,
        "ซอร์บส์ตอนบน"@th,
        "Yukarı Sorbça"@tr,
        "верхньолужицька"@uk,
        "Tiếng Thượng Sorbia"@vi,
        "上索布语"@zh .

<http://lexvo.org/id/iso639-3/hup> a lvont:Language,
        skos:Concept ;
    lvont:isFocusOf <http://id.loc.gov/vocabulary/iso639-2/hup> ;
    lvont:iso6392BCode "hup"^^xsd:string ;
    lvont:iso6392TCode "hup"^^xsd:string ;
    lvont:iso639P3PCode "hup"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-2/hup>,
        <http://www.glottolog.org/resource/languoid/id/hupa1239> ;
    owl:sameAs <http://dbpedia.org/resource/Hupa_language>,
        <http://lexvo.org/id/wordnet/30/noun/hupa_1_10_00>,
        <http://psi.oasis-open.org/iso/639/#hup>,
        <http://www.lingvoj.org/lang/hup>,
        <http://www.mpii.de/yago/resource/Hupa_language>,
        <info:lc/vocabulary/languages/hup> ;
    skos:altLabel "Hupa language"@en,
        "Hupa"@fr,
        "Хупа"@ru,
        "Hupaca"@tr ;
    skos:definition "Hupa (native name: Na:tinixwe Mixine:whe') is an Athabaskan language (of Na-Dené stock) spoken in the Trinity valley in California by the Hupa (Natinixwe)."@en ;
    skos:inScheme lexvo: ;
    skos:notation "hup"^^xsd:string ;
    skos:prefLabel "الهبا"@ar,
        "hupa dili"@az,
        "хупа"@bg,
        "হুপা"@bn,
        "hupa"@br,
        "हूपा"@brx,
        "hupa"@bs,
        "хупа"@bs-Cyrl,
        "hupa"@ca,
        "胡帕文"@cmn,
        "胡帕文"@cmn-Hant,
        "hupa"@cs,
        "hupa"@da,
        "Hupa"@de,
        "Χούπα"@el,
        "Hupa"@en,
        "hupa"@es,
        "hupa"@et,
        "هوپا"@fa,
        "hupa"@fi,
        "hupa"@fr,
        "Hupa spriak"@frr,
        "Hupa"@gsw,
        "હૂપા"@gu,
        "הופה"@he,
        "हूपा"@hi,
        "hupa"@hr,
        "hupa"@hu,
        "Hupa"@id,
        "húpa"@is,
        "hupa"@it,
        "アタパスカ語"@ja,
        "ಹೂಪಾ"@kn,
        "후파어"@ko,
        "ہُپا"@ks,
        "ຮູປາ"@lo,
        "hupa"@lt,
        "hupu"@lv,
        "хупа"@mk,
        "ഹൂപ"@ml,
        "हूपा"@mr,
        "Ħupa"@mt,
        "hupa"@nb,
        "Hupa"@nl,
        "hupa"@nn,
        "ହୁପା"@or,
        "hupa"@pl,
        "Lenga hupa"@pms,
        "hupa"@pt,
        "hupa"@rm,
        "hupa"@ro,
        "хупа"@ru,
        "Igihupa"@rw,
        "hupčina"@sk,
        "hupa"@sl,
        "Хупа"@sr,
        "Hupa"@sr-Latn,
        "hupa"@sv,
        "ஹுபா"@ta,
        "హుపా"@te,
        "ฮูปา"@th,
        "Hupa"@tr,
        "хупа"@uk,
        "Tiếng Hupa"@vi .

<http://lexvo.org/id/iso639-3/iii> a lvont:Language,
        skos:Concept ;
    lvont:isFocusOf <http://id.loc.gov/vocabulary/iso639-2/iii> ;
    lvont:iso6392BCode "iii"^^xsd:string ;
    lvont:iso6392TCode "iii"^^xsd:string ;
    lvont:iso639P1Code "ii"^^xsd:string ;
    lvont:iso639P3PCode "iii"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-2/iii> ;
    owl:sameAs <http://dbpedia.org/resource/Nuosu_language>,
        <http://lexvo.org/id/iso639-1/ii>,
        <http://psi.oasis-open.org/iso/639/#iii>,
        <http://www.lingvoj.org/lang/ii>,
        <http://www.mpii.de/yago/resource/Nuosu_language>,
        <info:lc/vocabulary/languages/iii> ;
    skos:altLabel "Nuosu language"@en,
        "Sichuan Yi"@en,
        "Yi, Sichuan"@en,
        "Nuosu jezik"@hr,
        "Język nuosu"@pl,
        "сычуань"@ru,
        "நுவோசு மொழி"@ta,
        "сичуань"@uk ;
    skos:definition "Nuosu (Nosu), also known as Northern Yi, Liangshan Yi, and Sichuan Yi, is the prestige language of the Yi people; it has been chosen by the Chinese government as the standard Yi language (in Mandarin: Yí yǔ, 彝語/彝语) and, as such, is the only one taught in school, both in its oral and written form. It is spoken by two million people and is increasing; 60% are monolingual. Nuosu is the native Nuosu/Yi name for their own language and is not used in Mandarin Chinese; although it may sometimes be spelled out for pronunciation (nuòsū yǔ 诺苏语/諾蘇語), the Chinese characters for nuòsū have no meaning."@en ;
    skos:inScheme lexvo: ;
    skos:notation "iii"^^xsd:string ;
    skos:prefLabel "السيتشيون يي"@ar,
        "siçuan yi dili"@az,
        "сечуански"@bg,
        "সিচুয়ান য়ি"@bn,
        "Yieg Sichuan"@br,
        "सीचुआन् यी"@brx,
        "sičuan ji"@bs,
        "сичуан ји"@bs-Cyrl,
        "yi sichuan"@ca,
        "四川彝文"@cmn,
        "四川彝文"@cmn-Hant,
        "Nwosw"@cy,
        "sichuan yi"@da,
        "Sichuan Yi"@de,
        "Σικουάν Γι"@el,
        "Nuosu"@en,
        "Siĉuana jia lingvo"@eo,
        "sichuan yi"@es,
        "sichuani jii"@et,
        "یی سیچوان"@fa,
        "sichuanin-yi"@fi,
        "yi de Sichuan"@fr,
        "Sezuanischs Yi"@gsw,
        "સિચુઆન યી"@gu,
        "סיצ'ואן יי"@he,
        "सिचुआन यी"@hi,
        "sichuan yi"@hr,
        "szecsuán ji"@hu,
        "Sichuan Yi"@id,
        "ꆈꌠꉙ"@ii,
        "sísúanjí"@is,
        "sichuan yi"@it,
        "四川イ語"@ja,
        "ಸಿಚುಅನ್ ಯಿ"@kn,
        "쓰촨 이어"@ko,
        "سِچوان یٖی"@ks,
        "ເຊສວຍຢີ"@lo,
        "sičuan ji"@lt,
        "Sičuaņas ji"@lv,
        "сичуан ји"@mk,
        "ഷുവാൻയി"@ml,
        "सिचुआन यी"@mr,
        "Sichuan Yi"@mt,
        "စီချွမ် ရီ"@my,
        "sichuan-yi"@nb,
        "Sichuan Yi"@nl,
        "sichuan-yi"@nn,
        "ସିଚୁଆନ୍ ୟୀ"@or,
        "syczuański"@pl,
        "Lenga Yi, Sichuan"@pms,
        "sichuan yi"@pt,
        "sichuan yi"@rm,
        "sichuan yi"@ro,
        "Носу"@ru,
        "s’čchuanská ioština"@sk,
        "Сичуан ји"@sr,
        "Sičuan ji"@sr-Latn,
        "szezuan i"@sv,
        "சிசுவான் ஈ"@ta,
        "శిషువన్ ఈ"@te,
        "เสฉวนยิ"@th,
        "Sichuan Yi"@tr,
        "Носу"@uk,
        "Tiếng Di Tứ Xuyên"@vi,
        "彝语北部方言"@zh .

<http://lexvo.org/id/iso639-3/iku> a lvont:Language,
        skos:Concept ;
    lvont:isFocusOf <http://id.loc.gov/vocabulary/iso639-2/iku> ;
    lvont:iso6392BCode "iku"^^xsd:string ;
    lvont:iso6392TCode "iku"^^xsd:string ;
    lvont:iso639P1Code "iu"^^xsd:string ;
    lvont:iso639P3PCode "iku"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-2/iku> ;
    owl:sameAs <http://dbpedia.org/resource/Inuktitut>,
        <http://lexvo.org/id/iso639-1/iu>,
        <http://psi.oasis-open.org/iso/639/#iku>,
        <http://www.lingvoj.org/lang/iu>,
        <http://www.mpii.de/yago/resource/Inuktitut>,
        <info:lc/vocabulary/languages/iku> ;
    skos:altLabel "لغة إنكتيتوتية"@ar,
        "Инуктитут"@bg,
        "Inuktitut"@br,
        "Inuktitut"@ca,
        "Inuktitut"@da,
        "Inuktitut"@de,
        "Lenguas inuit"@es,
        "Inuktituti keel"@et,
        "Inuktitut"@fi,
        "Inuktitut"@fr,
        "Inuktitut"@ga,
        "Inuktitut nyelv"@hu,
        "Bahasa Inuktitut"@id,
        "Lingua inuktitut"@it,
        "イヌクティトゥット語"@ja,
        "이눅티투트어"@ko,
        "Inuktitutas"@lt,
        "Инуктитутски јазик"@mk,
        "Inuktitut"@nn,
        "Inuktitut"@pl,
        "Língua inuktitut"@pt,
        "Инуктитут"@ru,
        "Inuktitut"@sv,
        "இனுக்ரிருற் மொழி"@ta,
        "Doğu Kanada İnuitçesi"@tr,
        "Інуктитут"@uk ;
    skos:definition "Inuktitut (Inuktitut syllabics: ( )) or Eastern Canadian Inuktitut, Eastern Canadian Inuit language is the name of some of the Inuit languages spoken in Canada. It is spoken in all areas north of the tree line, including parts of the provinces of Newfoundland and Labrador, Québec, to some extent in northeastern Manitoba as well as the territories of Nunavut, the Northwest Territories, and traditionally on the Arctic Ocean coast of Yukon."@en ;
    skos:inScheme lexvo: ;
    skos:notation "iku"^^xsd:string ;
    skos:prefLabel "እኑክቲቱትኛ"@am,
        "Idioma inuktitut"@an,
        "الإينكتيتت"@ar,
        "inuktikut dili"@az,
        "инуктитут"@bg,
        "ইনুক্টিটুট"@bn,
        "inuktitut"@br,
        "इनूक्टीटूत्"@brx,
        "inuktitut"@bs,
        "инуктитут"@bs-Cyrl,
        "እኑክቲቱትኛ"@byn,
        "inuktitut"@ca,
        "伊努伊特文"@cmn,
        "因紐特文"@cmn-Hant,
        "inuktitutština"@cs,
        "Inwctitwt"@cy,
        "inuktitut"@da,
        "Inukitut"@de,
        "Ινουκτιτούτ"@el,
        "Inuktitut"@en,
        "inuita"@eo,
        "inuktitut"@es,
        "inuktituti"@et,
        "Inuktitutera"@eu,
        "اینوکتیتوت"@fa,
        "inuktitut"@fi,
        "inuktitut"@fr,
        "Uastkanada inuit"@frr,
        "inuktitut"@fur,
        "Ionúitis"@ga,
        "Inuktitut"@gd,
        "Inukitut"@gsw,
        "ઇનુકિટૂટ"@gu,
        "Inuktitut"@gv,
        "אינוקטיטוט"@he,
        "इनूकीटूत्"@hi,
        "inuktitut"@hr,
        "inuktitut"@hu,
        "Inuktitut"@id,
        "inúktitút"@is,
        "inuktitut"@it,
        "ᐃᓄᒃᑎᑐᑦ"@iu,
        "イヌクウティトット語"@ja,
        "ინუკტიტუტი"@ka,
        "ಇನುಕ್ಟಿಟುಟ್"@kn,
        "इन्युकट्ट"@knn,
        "이누이트어"@ko,
        "اِنُکتِتوٗ"@ks,
        "Inuktitut"@li,
        "ອິນນຸກຕິຕັດ"@lo,
        "inukitut"@lt,
        "inuītu"@lv,
        "инуктитут"@mk,
        "ഇനുക്റ്റിറ്റട്ട്"@ml,
        "इनुकिटुट्"@mr,
        "Inukitut"@mt,
        "inuktitut"@nb,
        "Inuktitut"@nl,
        "inuktitut"@nn,
        "Inuktitut"@no,
        "ଇନକୀଟୁତ୍"@or,
        "inuktitut"@pl,
        "Lenga inuktitut, eastern canadian"@pms,
        "inuktitut"@pt,
        "Inuyt simi"@qu,
        "inuktitut"@rm,
        "inuktitut"@ro,
        "инуктитут"@ru,
        "Inuktitut"@se,
        "inuktitut"@sk,
        "inuktitutščina"@sl,
        "Инуктитут"@sr,
        "Inuktitut"@sr-Latn,
        "inuktitut"@sv,
        "இனுகிடூட்"@ta,
        "ఇనుక్టిటుట్"@te,
        "อินุกติตุต"@th,
        "እኑክቲቱትኛ"@tig,
        "Inuktitut"@tr,
        "Шунды ӝужан пал Канадаысь инуит кыл"@udm,
        "інуктітут"@uk,
        "Inuktitut"@vec,
        "Tiếng Inuktitut"@vi,
        "因纽特语"@zh .

<http://lexvo.org/id/iso639-3/ile> a lvont:Language,
        skos:Concept ;
    lvont:isFocusOf <http://id.loc.gov/vocabulary/iso639-2/ile> ;
    lvont:iso6392BCode "ile"^^xsd:string ;
    lvont:iso6392TCode "ile"^^xsd:string ;
    lvont:iso639P1Code "ie"^^xsd:string ;
    lvont:iso639P3PCode "ile"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-2/ile> ;
    owl:sameAs <http://dbpedia.org/resource/Occidental_language>,
        <http://lexvo.org/id/iso639-1/ie>,
        <http://psi.oasis-open.org/iso/639/#ile>,
        <http://www.lingvoj.org/lang/ie>,
        <http://www.mpii.de/yago/resource/Occidental_language>,
        <info:lc/vocabulary/languages/ile> ;
    skos:altLabel "እንተርሊንግወ"@am,
        "Interlingue"@ca,
        "interlingue"@cs,
        "Ιντερλίνγκουε"@el,
        "Interlingue"@en,
        "Occidental language"@en,
        "Okcidentalo"@eo,
        "Idioma occidental"@es,
        "Interlingue"@et,
        "Interlingue"@fi,
        "interlingue"@fr,
        "An Interlingua"@ga,
        "Occidental nyelv"@hu,
        "interlingue"@it,
        "interlingue"@pl,
        "Interlingue"@pt,
        "Окциденталь"@ru,
        "interlingue"@sv,
        "கிழக்கிய மொழி"@ta,
        "Окциденталь"@uk ;
    skos:definition "The language Occidental, later Interlingue, is a planned language created by the Balto-German naval officer and teacher Edgar de Wahl and published in 1922."@en ;
    skos:inScheme lexvo: ;
    skos:notation "ile"^^xsd:string ;
    skos:prefLabel "Interlingue"@af,
        "ኢንተርሊንግዌ"@am,
        "الإنترلينج"@ar,
        "উপস্থাপন ভাষা"@as,
        "interlingue dili"@az,
        "інтэрлінгве"@be,
        "оксидентал"@bg,
        "ইন্টারলিঙ্গ"@bn,
        "interlingue"@br,
        "ईन्टरलिंग्वे"@brx,
        "interlingve"@bs,
        "међујезички"@bs-Cyrl,
        "እንተርሊንግወ"@byn,
        "interlingue"@ca,
        "国际文字（E）"@cmn,
        "國際文（E）"@cmn-Hant,
        "Occidental"@cs,
        "Окциденталь"@cv,
        "Interlingue"@cy,
        "interlingue"@da,
        "Interlingue"@de,
        "Οξιντένταλ"@el,
        "Occidental"@en,
        "okcidentalo"@eo,
        "interlingue"@es,
        "interlingue"@et,
        "interlingue"@eu,
        "اکسیدنتال"@fa,
        "interlingue"@fi,
        "Interlingue"@fil,
        "interlingue"@fo,
        "Occidental"@fr,
        "Interlingue"@ga,
        "Interlingue"@gd,
        "Lingua occidental"@gl,
        "Interlingue"@gsw,
        "ઇંટરલિંગ"@gu,
        "Intagulanci"@ha,
        "אינטרלינגה"@he,
        "ईन्टरलिंगुइ"@hi,
        "interligua"@hr,
        "interlingue"@hu,
        "Ինտերլինգ"@hy,
        "Interlingue"@ia,
        "Interlingue"@id,
        "Interlingue"@ie,
        "Occidental"@io,
        "interlingve"@is,
        "Occidental"@it,
        "インターリング"@ja,
        "ინტერლინგი"@ka,
        "интерлингве"@kk,
        "ಇಂಟರ್ಲಿಂಗ್"@kn,
        "इन्टरलिंग्"@knn,
        "인테르링구에"@ko,
        "اِنٹَر لِنٛنگویے"@ks,
        "Interlingue"@la,
        "ອິນເຕີລິງກຣີ"@lo,
        "interkalba"@lt,
        "interlingve"@lv,
        "интерлинг"@mk,
        "ഇന്റർലിംഗ്വ"@ml,
        "इन्टरलिंग"@mr,
        "Interlingue"@mt,
        "Interlingue-Occidental"@mwl,
        "interlingue"@nb,
        "अन्तरभाषी"@ne,
        "Interlingue"@nl,
        "interlingue"@nn,
        "Interlingue"@no,
        "Interlingue (Occidental) lingue"@nov,
        "Interlingue"@oc,
        "ଇର୍ଣ୍ଟରଲିଙ୍ଗୁଇ"@or,
        "Occidental"@pl,
        "آسا نا جبة"@ps,
        "interlingue"@pt,
        "interlingue"@rm,
        "interlingue"@ro,
        "интерлингве"@ru,
        "Uruhuzandimi"@rw,
        "interlingue"@sk,
        "interlingve"@sl,
        "Interlingue"@so,
        "Gjuha nderkombtare"@sq,
        "Међујезички"@sr,
        "Interlingve"@sr-Latn,
        "Occidental"@sv,
        "lugha ya kisayansi"@swh,
        "இன்டர்லிங்"@ta,
        "ఇంటర్ లింగ్"@te,
        "อินเตอร์ลิงกิว"@th,
        "እንተርሊንግወ"@tig,
        "Interlingue"@tr,
        "інтерлінгве"@uk,
        "Tiếng Interlingue"@vi,
        "Interlingue"@vo,
        "isiInterlingue"@xh,
        "Iru Èdè"@yo,
        "Interlingue"@zsm,
        "Izilimu"@zu .

<http://lexvo.org/id/iso639-3/inh> a lvont:Language,
        skos:Concept ;
    lvont:isFocusOf <http://id.loc.gov/vocabulary/iso639-2/inh> ;
    lvont:iso6392BCode "inh"^^xsd:string ;
    lvont:iso6392TCode "inh"^^xsd:string ;
    lvont:iso639P3PCode "inh"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-2/inh>,
        <http://www.glottolog.org/resource/languoid/id/ingu1240> ;
    owl:sameAs <http://dbpedia.org/resource/Ingush_language>,
        <http://psi.oasis-open.org/iso/639/#inh>,
        <http://www.lingvoj.org/lang/inh>,
        <http://www.mpii.de/yago/resource/Ingush_language>,
        <info:lc/vocabulary/languages/inh> ;
    skos:altLabel "لغة إنغوشية"@ar,
        "Ингушски език"@bg,
        "Ingoucheg"@br,
        "Ingúix"@ca,
        "Ingusjisk"@da,
        "Inguschische Sprache"@de,
        "Ingush language"@en,
        "Idioma ingusetio"@es,
        "زبان اینگوشی"@fa,
        "Inguušin kieli"@fi,
        "Ingouche"@fr,
        "Inguški jezik"@hr,
        "Bahasa Ingush"@id,
        "Lingua inguscia"@it,
        "인귀시어"@ko,
        "Ингушки јазик"@mk,
        "Ingoesjetisch"@nl,
        "Мæхъхъæлон æвзаг"@os,
        "Język inguski"@pl,
        "Língua inguche"@pt,
        "Ингушский язык"@ru,
        "Ингушки језик"@sr,
        "Ingusjiska"@sv,
        "ภาษาอินกุช"@th,
        "Інгуська мова"@uk ;
    skos:definition "Ingush is a language spoken by about 413,000 people (2002), known as the Ingush, across a region covering Ingushetia, Chechnya, Kazakhstan and Russia. In Ingush, the language is called ГІалгІай Ğalğaj (pronounced )."@en ;
    skos:inScheme lexvo: ;
    skos:notation "inh"^^xsd:string ;
    skos:prefLabel "Ingoesjeties"@af,
        "الإنجوشية"@ar,
        "inquş dili"@az,
        "ингушетски"@bg,
        "ইঙ্গুশ"@bn,
        "ingoucheg"@br,
        "ईंगुष"@brx,
        "ingušetski"@bs,
        "ингвишки"@bs-Cyrl,
        "ingúix"@ca,
        "Ǵalǵayn mott"@ce,
        "印古什文"@cmn,
        "印古什文"@cmn-Hant,
        "inguština"@cs,
        "Ingwsieg"@cy,
        "ingush"@da,
        "Inguschisch"@de,
        "ingusigbe"@ee,
        "Ινγκούς"@el,
        "Ingush"@en,
        "Inguŝa lingvo"@eo,
        "ingush"@es,
        "inguši"@et,
        "اینگوشی"@fa,
        "inguuši"@fi,
        "ingouche"@fr,
        "Inguschisch"@gsw,
        "ઇંગુશ"@gu,
        "אינגושית"@he,
        "इंगुश"@hi,
        "ingušetski"@hr,
        "ingus"@hu,
        "Ingushetia"@id,
        "ingús"@is,
        "ingush"@it,
        "イングーシ語"@ja,
        "ინგუშური ენა"@ka,
        "ಇಂಗುಷ್"@kn,
        "인구시어"@ko,
        "اِنٛگُش"@ks,
        "Галгай кыв"@kv,
        "ອິນກັຊ"@lo,
        "ingušų"@lt,
        "ingušu"@lv,
        "ингуш"@mk,
        "ഇംഗ്വിഷ്"@ml,
        "इंगुश"@mr,
        "Ingush"@mt,
        "ingusjisk"@nb,
        "Ingoesj"@nl,
        "ingusjisk"@nn,
        "Ingusjisk"@no,
        "ଇଁଙ୍ଗୁଶ୍"@or,
        "мӕхъӕлон"@os,
        "inguski"@pl,
        "Lenga Ingush"@pms,
        "inguche"@pt,
        "ingush"@rm,
        "ingușă"@ro,
        "ингушский"@ru,
        "inguština"@sk,
        "inguščina"@sl,
        "Ингвишки"@sr,
        "Ingušetski"@sr-Latn,
        "ingusjiska"@sv,
        "இங்குஷ்"@ta,
        "ఇంగుష్"@te,
        "อินกุช"@th,
        "lea fakaʻingusi"@to,
        "İnguşça"@tr,
        "Ингуш кыл"@udm,
        "інгуська"@uk,
        "Tiếng Ingush"@vi,
        "印古什語"@zh .

<http://lexvo.org/id/iso639-3/jav> a lvont:Language,
        skos:Concept ;
    lvont:isFocusOf <http://id.loc.gov/vocabulary/iso639-2/jav> ;
    lvont:iso6392BCode "jav"^^xsd:string ;
    lvont:iso6392TCode "jav"^^xsd:string ;
    lvont:iso639P1Code "jv"^^xsd:string ;
    lvont:iso639P3PCode "jav"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-2/jav>,
        <http://www.glottolog.org/resource/languoid/id/java1254> ;
    owl:sameAs <http://lexvo.org/id/iso639-1/jv>,
        <http://lexvo.org/id/wordnet/30/noun/javanese_1_10_00>,
        <http://psi.oasis-open.org/iso/639/#jav>,
        <http://www.lingvoj.org/lang/jv>,
        <info:lc/vocabulary/languages/jav> ;
    skos:inScheme lexvo: ;
    skos:notation "jav"^^xsd:string ;
    skos:prefLabel "Javaans"@af,
        "Dzàbvànê"@agq,
        "Gyabanis kasa"@ak,
        "ጃቫንኛ"@am,
        "الجاوية"@ar,
        "Kijava"@asa,
        "xavanés"@ast,
        "yavaca dili"@az,
        "Hɔp u yavà"@bas,
        "яванская"@be,
        "Ichi Javanisi"@bem,
        "Hijava"@bez,
        "явански"@bg,
        "javanekan"@bm,
        "জাভানি"@bn,
        "javaneg"@br,
        "जावानीस"@brx,
        "javanski"@bs,
        "јавански"@bs-Cyrl,
        "ጃቫንኛ"@byn,
        "javanès"@ca,
        "Orujava"@cgg,
        "爪哇文"@cmn,
        "爪哇文"@cmn-Hant,
        "javánština"@cs,
        "Jafanaeg"@cy,
        "javanesisk"@da,
        "Kijava"@dav,
        "Javanisch"@de,
        "Javanee senni"@dje,
        "savanee"@dyo,
        "ཇཱ་བ་ནིས་ཁ"@dz,
        "Kĩjava"@ebu,
        "dzavangbe"@ee,
        "Ιαβανεζικά"@el,
        "Javanese"@en,
        "𐐖𐐪𐑂𐐲𐑌𐐨𐑆"@en-Dsrt,
        "java"@eo,
        "javanés"@es,
        "jaava"@et,
        "javera"@eu,
        "Ǹkɔ́bɔ havanís"@ewo,
        "جاوه‌ای"@fa,
        "Sawaneere"@ff,
        "jaava"@fi,
        "Javanese"@fil,
        "javanesiskt"@fo,
        "javanais"@fr,
        "Iávais"@ga,
        "xavanés"@gl,
        "Javanisch"@gsw,
        "જાવાનીસ"@gu,
        "Kijava"@guz,
        "Jabananci"@ha,
        "יאוונית"@he,
        "जावानीस"@hi,
        "javanski"@hr,
        "jávai"@hu,
        "Ճավայերեն"@hy,
        "javanese"@ia,
        "Jawa"@id,
        "Java"@ig,
        "javanska"@is,
        "giavanese"@it,
        "ジャワ語"@ja,
        "Kyijava"@jmc,
        "იავანური"@ka,
        "Tajavanit"@kab,
        "Kijava"@kam,
        "Chidyava"@kde,
        "javanes"@kea,
        "Javanee senni"@khq,
        "Kijava"@ki,
        "ява"@kk,
        "kutitap Javanese"@kln,
        "ជ្វា"@km,
        "ಜವಾನೀಸ್"@kn,
        "जावनीस्"@knn,
        "자바어"@ko,
        "جَوَنیٖز"@ks,
        "Kijava"@ksb,
        "rijawanɛ́"@ksf,
        "Javaanesch"@ksh,
        "жаванизче"@ky,
        "Kɨjáava"@lag,
        "Lunnajjava"@lg,
        "lizava"@ln,
        "ຈາວາເນດ"@lo,
        "javiečių"@lt,
        "Java"@lu,
        "Kijava"@luo,
        "Kijava"@luy,
        "javiešu"@lv,
        "nkʉtʉ́k ɔ́ɔ̄ ljana"@mas,
        "Kĩjava"@mer,
        "zavane"@mfe,
        "Javaney"@mg,
        "Ijava"@mgh,
        "јавански"@mk,
        "ജാവാനീസ്"@ml,
        "जावनीस्"@mr,
        "Ġavaniż"@mt,
        "javaniya"@mua,
        "ဂျာဗားနီးစ်"@my,
        "Javanese"@naq,
        "javanesisk"@nb,
        "isi-Java"@nd,
        "जाभानिज"@ne,
        "Javaans"@nl,
        "Kiɛl bó javanɛ̌"@nmg,
        "javanesisk"@nn,
        "Thok jabanithni"@nus,
        "Orujava"@nyn,
        "Afaan Java"@om,
        "ଜାଭାନୀଜ୍"@or,
        "jawajski"@pl,
        "جاوايې"@ps,
        "javanês"@pt,
        "javanais"@rm,
        "Ikinyejava"@rn,
        "javaneză"@ro,
        "Kijava"@rof,
        "яванский"@ru,
        "Inyejava"@rw,
        "Kyijava"@rwk,
        "Kijava"@saq,
        "Ishijava"@sbp,
        "javagiella"@se,
        "javanês"@seh,
        "Javanee senni"@ses,
        "Zavanëe"@sg,
        "ⵜⴰⵊⴰⴼⴰⵏⵉⵜ"@shi,
        "tajavanit"@shi-Latn,
        "ජවාන්ස්"@si,
        "jávčina"@sk,
        "javanščina"@sl,
        "chiJava"@sn,
        "Jafaaniis"@so,
        "Javanisht"@sq,
        "Јавански"@sr,
        "Javanski"@sr-Latn,
        "Se-javane"@st,
        "javanesiska"@sv,
        "Kijava"@swc,
        "Kijava"@swh,
        "ஜாவானீஸ்"@ta,
        "జావనీస్"@te,
        "Kijava"@teo,
        "Ҷаванизӣ"@tg,
        "ชวา"@th,
        "ጃቫንኛ"@ti,
        "ጃቫንኛ"@tig,
        "Javanese"@tn,
        "lea fakasava"@to,
        "Cava Dili"@tr,
        "Javanee senni"@twq,
        "Tajavanit"@tzm,
        "яванська"@uk,
        "جاوی"@ur,
        "ꕧꕙꕇꔧ"@vai,
        "Javaníĩ"@vai-Latn,
        "Tiếng Gia-va"@vi,
        "Kyijava"@vun,
        "Isi-Javanese"@xh,
        "Olunnajjava"@xog,
        "yávanɛ"@yav,
        "Èdè Javanasi"@yo,
        "Jawa"@zsm,
        "isi-Javanese"@zu .

<http://lexvo.org/id/iso639-3/kaa> a lvont:Language,
        skos:Concept ;
    lvont:isFocusOf <http://id.loc.gov/vocabulary/iso639-2/kaa> ;
    lvont:iso6392BCode "kaa"^^xsd:string ;
    lvont:iso6392TCode "kaa"^^xsd:string ;
    lvont:iso639P3PCode "kaa"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-2/kaa>,
        <http://www.glottolog.org/resource/languoid/id/kara1467> ;
    owl:sameAs <http://dbpedia.org/resource/Karakalpak_language>,
        <http://psi.oasis-open.org/iso/639/#kaa>,
        <http://www.lingvoj.org/lang/kaa>,
        <http://www.mpii.de/yago/resource/Karakalpak_language>,
        <info:lc/vocabulary/languages/kaa> ;
    skos:altLabel "Karakalpakeg"@br,
        "Karakalpak"@ca,
        "Karakalpačtina"@cs,
        "Karakalpakische Sprache"@de,
        "Karakalpak language"@en,
        "Idioma karakalpako"@es,
        "زبان قره‌قالپاقی"@fa,
        "Karakalpakin kieli"@fi,
        "Karakalpak"@fr,
        "Bahasa Karakalpak"@id,
        "Lingua karakalpaka"@it,
        "Karakalpakų kalba"@lt,
        "Каракалпачки јазик"@mk,
        "Język karakałpacki"@pl,
        "Каракалпакский язык"@ru,
        "Karakalpačtina"@sk,
        "Karakalpakiska"@sv,
        "காரா-கல்பாக்"@ta,
        "ภาษาการากัลปัก"@th,
        "Каракалпацька мова"@uk ;
    skos:definition "Karakalpak is a Turkic language mainly spoken by Karakalpaks in Karakalpakstan (Uzbekistan), as well as by Bashkirs and Nogay. Ethnic Karakalpaks who live in the viloyatlar of Uzbekistan tend to speak local Uzbek dialects."@en ;
    skos:inScheme lexvo: ;
    skos:notation "kaa"^^xsd:string ;
    skos:prefLabel "الكارا-كالباك"@ar,
        "qara-qalpaq dili"@az,
        "Ҡараҡалпаҡ теле"@ba,
        "Karakalpakische Språch"@bar,
        "каракалпашки"@bg,
        "কারা-কাল্পাক"@bn,
        "karakalpak"@br,
        "कारा कलपक"@brx,
        "kara-kalpaški"@bs,
        "кара-калпашки"@bs-Cyrl,
        "karakalpak"@ca,
        "卡拉卡尔帕克文"@cmn,
        "卡拉卡爾帕克文"@cmn-Hant,
        "karakalpačtina"@cs,
        "Каракалпак чĕлхи"@cv,
        "Cara-Calpaceg"@cy,
        "karakalpakisk"@da,
        "Karakalpakisch"@de,
        "Κάρα-Καλπάκ"@el,
        "Kara-Kalpak"@en,
        "Karakalpaka lingvo"@eo,
        "karakalpako"@es,
        "karakalpaki"@et,
        "قره‌قالپاقی"@fa,
        "karakalpakki"@fi,
        "karakalpak"@fr,
        "Karakalpak dili"@gag,
        "Karakalpakisch"@gsw,
        "કારા-કલ્પક"@gu,
        "קארא-קלפאק"@he,
        "कारा-कल्पक"@hi,
        "kara-kalpak"@hr,
        "kara-kalpak"@hu,
        "Kara-Kalpak"@id,
        "karakalpak"@is,
        "kara-kalpak"@it,
        "カラカルパク語"@ja,
        "Qaraqalpaq tili"@kaa,
        "Қарақалпақ тілі"@kk,
        "ಕಾರಾ-ಕಲ್ಪಾಕ್"@kn,
        "카라칼파크어"@ko,
        "کارا کَلپَک"@ks,
        "Каракалпак кыв"@kv,
        "Karakalpakesch"@lb,
        "ກາຣາ-ການປາກ"@lo,
        "karakalpakų"@lt,
        "Karakalpaku kalba"@lt-x,
        "karakalpaku"@lv,
        "кара калпак"@mk,
        "കര-കാൽപ്പക്"@ml,
        "कारा-कल्पक"@mr,
        "Kara-Kalpak"@mt,
        "karakalpakisk"@nb,
        "Karakalpaks"@nl,
        "karakalpakisk"@nn,
        "କାରା-କଲ୍ପକ୍"@or,
        "karakałpacki"@pl,
        "Lenga karakalpak"@pms,
        "kara-kalpak"@pt,
        "karakalpak"@rm,
        "karakalpak"@ro,
        "каракалпакский"@ru,
        "karakalpačtina"@sk,
        "karakalpaščina"@sl,
        "Кара-калпашки"@sr,
        "Kara-kalpaški"@sr-Latn,
        "karakalpakiska"@sv,
        "கரகல்பக மொழி"@ta,
        "కారా-కల్పాక్"@te,
        "การา-กาลพาก"@th,
        "Karakalpakça"@tr,
        "Каракалпак теле"@tt,
        "قارا قالپاق تىلى"@ug,
        "каракалпацька"@uk,
        "Tiếng Kara-Kalpak"@vi,
        "卡拉卡尔帕克语"@zh .

<http://lexvo.org/id/iso639-3/kab> a lvont:Language,
        skos:Concept ;
    lvont:isFocusOf <http://id.loc.gov/vocabulary/iso639-2/kab> ;
    lvont:iso6392BCode "kab"^^xsd:string ;
    lvont:iso6392TCode "kab"^^xsd:string ;
    lvont:iso639P3PCode "kab"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-2/kab>,
        <http://www.glottolog.org/resource/languoid/id/kaby1243> ;
    owl:sameAs <http://dbpedia.org/resource/Kabyle_language>,
        <http://psi.oasis-open.org/iso/639/#kab>,
        <http://www.lingvoj.org/lang/kab>,
        <http://www.mpii.de/yago/resource/Kabyle_language>,
        <info:lc/vocabulary/languages/kab> ;
    skos:altLabel "لهجة قبائلية"@ar,
        "cabilenc"@ca,
        "Kabylsk"@da,
        "Kabylische Sprache"@de,
        "Kabyle language"@en,
        "Idioma cabilio"@es,
        "Kabyle"@fr,
        "Kabilski jezik"@hr,
        "Kabil nyelv"@hu,
        "Lingua cabila"@it,
        "Kabylisch"@nl,
        "Kabylsk"@nn,
        "Język kabylski"@pl,
        "Língua cabila"@pt,
        "Кабильский язык"@ru,
        "கபைல மொழி"@ta,
        "Berberice"@tr,
        "Кабільська мова"@uk ;
    skos:definition "Kabyle or Kabylian (In Kabyle: Taqbaylit, ) is a Berber language spoken by the Kabyle people north and northeast of Algeria. Estimates about the number of speakers range from 5 million to about 7 million speakers (INALCO) worldwide, the majority in Algeria."@en ;
    skos:inScheme lexvo: ;
    skos:notation "kab"^^xsd:string ;
    skos:prefLabel "Kabilies"@af,
        "Idioma cabilenyo"@an,
        "القبيلية"@ar,
        "kabule dili"@az,
        "кабилски"@bg,
        "কাবাইলে"@bn,
        "kabileg"@br,
        "काबील्"@brx,
        "kabile"@bs,
        "кабиле"@bs-Cyrl,
        "Cabil"@ca,
        "卡比尔文"@cmn,
        "卡比爾文"@cmn-Hant,
        "kabylština"@cs,
        "Cabileg"@cy,
        "kabyle"@da,
        "Kabylisch"@de,
        "Καμπίλε"@el,
        "Kabyle"@en,
        "Kabila lingvo"@eo,
        "cabila"@es,
        "kabiili"@et,
        "قبایلی"@fa,
        "kabyyli"@fi,
        "kabyle"@fr,
        "Kabylisch"@gsw,
        "કબાઇલ"@gu,
        "קבילה"@he,
        "कबाइल"@hi,
        "kabyle"@hr,
        "kabije"@hu,
        "Kabyle"@id,
        "kabíle"@is,
        "kabyle"@it,
        "カビル語"@ja,
        "Taqbaylit"@kab,
        "ಕಬೈಲ್"@kn,
        "커바일어"@ko,
        "کَبایِل"@ks,
        "Taqbaylit"@lad,
        "ກາໄບຣ"@lo,
        "kabilo"@lt,
        "kabilu"@lv,
        "кабиле"@mk,
        "കബൈൽ"@ml,
        "कबाइल"@mr,
        "Kabuljan"@mt,
        "kabylsk"@nb,
        "Kabyle"@nl,
        "kabylsk"@nn,
        "Kabylsk"@no,
        "Cabil"@oc,
        "କବାଇଲ୍"@or,
        "kabylski"@pl,
        "Lenga Kabyle"@pms,
        "kabyle"@pt,
        "kabyle"@rm,
        "kabyle"@ro,
        "кабильский"@ru,
        "Kabilski jezik"@sh,
        "kabylčina"@sk,
        "kabilščina"@sl,
        "Кабиле"@sr,
        "Kabile"@sr-Latn,
        "kabyliska"@sv,
        "Kikabylia"@swh,
        "கபாய்ல்"@ta,
        "కాబిల్"@te,
        "กาไบล"@th,
        "Kabile"@tr,
        "кабильська"@uk,
        "قبائلی"@ur,
        "Tiếng Kabyle"@vi,
        "卡拜爾語"@zh .

<http://lexvo.org/id/iso639-3/kau> a lvont:Language,
        skos:Concept ;
    lvont:isFocusOf <http://id.loc.gov/vocabulary/iso639-2/kau> ;
    lvont:iso6392BCode "kau"^^xsd:string ;
    lvont:iso6392TCode "kau"^^xsd:string ;
    lvont:iso639P1Code "kr"^^xsd:string ;
    lvont:iso639P3PCode "kau"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-2/kau> ;
    owl:sameAs <http://dbpedia.org/resource/Kanuri_language>,
        <http://lexvo.org/id/iso639-1/kr>,
        <http://psi.oasis-open.org/iso/639/#kau>,
        <http://www.lingvoj.org/lang/kr>,
        <http://www.mpii.de/yago/resource/Kanuri_language>,
        <info:lc/vocabulary/languages/kau> ;
    skos:altLabel "لغة كانورية"@ar,
        "Kanuri dili"@az,
        "Kanoureg"@br,
        "Kanuri"@ca,
        "Kanurijština"@cs,
        "Kanuri-Sprache"@de,
        "Kanuri language"@en,
        "Idioma kanuri"@es,
        "زبان کنوری"@fa,
        "Kanurin kieli"@fi,
        "kanouri"@fr,
        "कनूरी भाषा"@hi,
        "Bahasa Kanuri"@id,
        "Lingua kanuri"@it,
        "Канурски јазик"@mk,
        "Kanuri-språket"@nn,
        "Język kanuri"@pl,
        "Língua kanuri"@pt,
        "Канури"@ru,
        "கனுரி மொழி"@ta,
        "Kanuri dili"@tr,
        "Канурі"@uk ;
    skos:definition "Kanuri is a dialect continuum spoken by some four million people, as of 1987, in Nigeria, Niger, Chad and Cameroon, as well as small minorities in southern Libya and by a diaspora in Sudan. It belongs to the Western Saharan subphylum of Nilo-Saharan. Kanuri is the language associated with the Kanem and Bornu empires which dominated the Lake Chad region for a thousand years."@en ;
    skos:inScheme lexvo: ;
    skos:notation "kau"^^xsd:string ;
    skos:prefLabel "الكانيوري"@ar,
        "kanur dili"@az,
        "канури"@bg,
        "কানুরি"@bn,
        "kanouri"@br,
        "कनुरी"@brx,
        "kanuri"@bs,
        "канури"@bs-Cyrl,
        "kanuri"@ca,
        "卡努里文"@cmn,
        "卡努裡文"@cmn-Hant,
        "kanuri"@cs,
        "Canwri"@cy,
        "kanuri"@da,
        "Kanuri"@de,
        "kanuriagbe"@ee,
        "Κανούρι"@el,
        "Kanuri"@en,
        "Kanura lingvo"@eo,
        "kanuri"@es,
        "kanuri"@et,
        "کانوریایی"@fa,
        "kanuri"@fi,
        "Kanuri"@fr,
        "Lingua canuri"@gl,
        "Kanuri-Schpraach"@gsw,
        "કનુરી"@gu,
        "קאנורי"@he,
        "कनुरी"@hi,
        "Kanuri bhasa"@hif,
        "kanuri"@hr,
        "kanuri"@hu,
        "Kanuri"@id,
        "kanúrí"@is,
        "kanuri"@it,
        "カヌリ語"@ja,
        "ಕನುರಿ"@kn,
        "칸누리어"@ko,
        "کَنوٗری"@ks,
        "Lengua Kanuri"@lij,
        "ຄານຸລິ"@lo,
        "kanuri"@lt,
        "kanuru"@lv,
        "канури"@mk,
        "കനൂറി"@ml,
        "कनुरी"@mr,
        "Kanuri"@mt,
        "kanuri"@nb,
        "Kanuri"@nl,
        "kanuri"@nn,
        "କନୁରୀ"@or,
        "kanuri"@pl,
        "Lenga Kanuri sentral"@pms,
        "canúri"@pt,
        "kanuri"@rm,
        "kanuri"@ro,
        "канури"@ru,
        "kanurijčina"@sk,
        "kanurščina"@sl,
        "Канури"@sr,
        "Kanuri"@sr-Latn,
        "kanuri"@sv,
        "Kikanuri"@swh,
        "கனுரி"@ta,
        "కానురి"@te,
        "คานูรี"@th,
        "lea fakakanuli"@to,
        "Kanuri"@tr,
        "канурі"@uk,
        "Tiếng Kanuri"@vi,
        "Èdè Kánúrí"@yo .

<http://lexvo.org/id/iso639-3/kbd> a lvont:Language,
        skos:Concept ;
    lvont:isFocusOf <http://id.loc.gov/vocabulary/iso639-2/kbd> ;
    lvont:iso6392BCode "kbd"^^xsd:string ;
    lvont:iso6392TCode "kbd"^^xsd:string ;
    lvont:iso639P3PCode "kbd"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-2/kbd>,
        <http://www.glottolog.org/resource/languoid/id/kaba1278> ;
    owl:sameAs <http://dbpedia.org/resource/Kabardian_language>,
        <http://psi.oasis-open.org/iso/639/#kbd>,
        <http://www.lingvoj.org/lang/kbd>,
        <http://www.mpii.de/yago/resource/Kabardian_language>,
        <info:lc/vocabulary/languages/kbd> ;
    skos:altLabel "Kabardin-çərkəz dili"@az,
        "Kabardí"@ca,
        "Kabardinische Sprache"@de,
        "Kabardian language"@en,
        "Idioma cabardiano"@es,
        "Kabardi-tšerkessi keel"@et,
        "زبان کاباردی"@fa,
        "Kabardin kieli"@fi,
        "kabardien"@fr,
        "kabardin"@fr,
        "קברדינית"@he,
        "Kabardinski jezik"@hr,
        "Lingua cabarda"@it,
        "Kabardinų kalba"@lt,
        "Кабардински јазик"@mk,
        "Кæсгон-черкесаг æвзаг"@os,
        "Język kabardyjski"@pl,
        "Кабардино-черкесский язык"@ru,
        "Kabardo-čerkeština"@sk,
        "Kabardinska"@sv,
        "ภาษาคาบาร์เดีย"@th,
        "Кабардинська мова"@uk ;
    skos:definition "The Kabardian language, also known as East Circassian (see: Circassian language), is a Northwest Caucasian language, closely related to the Adyghe language. It is spoken mainly in the Russian republics of Kabardino-Balkaria and Karachay–Cherkessia (the native territories) and in Turkey and the Middle East (the extensive post-war diaspora). It has 47 or 48 consonant phonemes of which 22 or 23 are fricatives, depending upon whether one counts as phonemic, but this is contrasted with just three phonemic vowels. It is one of very few languages to possess a clear phonemic distinction between ejective affricates and ejective fricatives."@en ;
    skos:inScheme lexvo: ;
    skos:notation "kbd"^^xsd:string ;
    skos:prefLabel "Kabardies"@af,
        "الكاباردايان"@ar,
        "kabardca"@az,
        "кабардиан"@bg,
        "কাবার্ডিয়ান"@bn,
        "kabardeg"@br,
        "कबार्डी भाषा"@brx,
        "kabardijski"@bs,
        "кабардијски"@bs-Cyrl,
        "kabardí"@ca,
        "卡巴尔达文"@cmn,
        "卡巴爾達文"@cmn-Hant,
        "kabardinština"@cs,
        "Circaseg Dwyreiniol"@cy,
        "kabardian"@da,
        "Kabardinisch"@de,
        "kabardiagbe"@ee,
        "Καμπαρντιανά"@el,
        "Kabardian"@en,
        "Kabarda lingvo"@eo,
        "kabardiano"@es,
        "kabardi-tšerkessi"@et,
        "کاباردینی"@fa,
        "kabardi"@fi,
        "Kabarde"@fr,
        "Kabardinisch"@gsw,
        "કબાર્ડિયન"@gu,
        "קברדית"@he,
        "कबार्डियन"@hi,
        "kabardian"@hr,
        "kabardi"@hu,
        "Kabardi"@id,
        "kabardíska"@is,
        "kabardia"@it,
        "カバルド語"@ja,
        "ყაბარდოული ენა"@ka,
        "Адыгэбзэ"@kbd,
        "ಕಬರ್ಡಿಯನ್"@kn,
        "카바르디어"@ko,
        "Къабарты-черкес тил"@krc,
        "کَبارڈِیَن"@ks,
        "Zimanên çerkezî"@ku,
        "Кабарда-черкес кыв"@kv,
        "ກາບາດຽນ"@lo,
        "kabardinų"@lt,
        "kabardiešu"@lv,
        "кабардиски"@mk,
        "കബർഡിയാൻ"@ml,
        "कबार्डियन"@mr,
        "Kabardian"@mt,
        "kabardisk"@nb,
        "Kabardisch"@nl,
        "kabardisk"@nn,
        "କାବାର୍ଡିଆନ୍"@or,
        "кӕсгон"@os,
        "kabardyjski"@pl,
        "Lenga Kabardian"@pms,
        "kabardiano"@pt,
        "kabardic"@rm,
        "kabardian"@ro,
        "кабардинский"@ru,
        "kabardčina"@sk,
        "kabardinščina"@sl,
        "Кабардијски"@sr,
        "Kabardijski"@sr-Latn,
        "kabardinska"@sv,
        "கபார்டியன்"@ta,
        "కబార్డియన్"@te,
        "คาร์บาเดีย"@th,
        "lea fakakapālitia"@to,
        "Kabardeyce"@tr,
        "Кабардин-Черкес кыл"@udm,
        "кабардинська"@uk,
        "Tiếng Kabardian"@vi,
        "卡巴尔达语"@zh .

<http://lexvo.org/id/iso639-3/kha> a lvont:Language,
        skos:Concept ;
    lvont:isFocusOf <http://id.loc.gov/vocabulary/iso639-2/kha> ;
    lvont:iso6392BCode "kha"^^xsd:string ;
    lvont:iso6392TCode "kha"^^xsd:string ;
    lvont:iso639P3PCode "kha"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-2/kha>,
        <http://www.glottolog.org/resource/languoid/id/khas1269> ;
    owl:sameAs <http://dbpedia.org/resource/Khasi_language>,
        <http://psi.oasis-open.org/iso/639/#kha>,
        <http://www.lingvoj.org/lang/kha>,
        <http://www.mpii.de/yago/resource/Khasi_language>,
        <info:lc/vocabulary/languages/kha> ;
    skos:altLabel "খাসি ভাষা"@bn,
        "Kaseg"@br,
        "Khasi"@ca,
        "Khasi-Sprache"@de,
        "Khasi language"@en,
        "Khasi"@fr,
        "Język khasi"@pl,
        "Língua khasi"@pt,
        "Кхаси"@ru,
        "ภาษากาสี"@th ;
    skos:definition "Khasi is an Austro-Asiatic language spoken primarily in Meghalaya state in India by the Khasi people. Khasi is part of the Austroasiatic family of languages, and is fairly closely related to the Munda branch of that family, which is spoken in east&ndash;central India."@en ;
    skos:inScheme lexvo: ;
    skos:notation "kha"^^xsd:string ;
    skos:prefLabel "الكازية"@ar,
        "xazi dili"@az,
        "кхаси"@bg,
        "খাশি"@bn,
        "khasi"@br,
        "ख़ासी"@brx,
        "kasi"@bs,
        "каси"@bs-Cyrl,
        "khasi"@ca,
        "卡西文"@cmn,
        "卡西文"@cmn-Hant,
        "khásí"@cs,
        "Càseg"@cy,
        "khasi"@da,
        "Khasi"@de,
        "khasigbe"@ee,
        "Κάσι"@el,
        "Khasi"@en,
        "khasi"@es,
        "khasi"@et,
        "خاسیایی"@fa,
        "khasi"@fi,
        "khasi"@fr,
        "Khasisch"@gsw,
        "ખાસી"@gu,
        "קאסי"@he,
        "खासी"@hi,
        "khasi"@hr,
        "kaszi"@hu,
        "Khasi"@id,
        "kasí"@is,
        "khasi"@it,
        "カシ語"@ja,
        "ಖಾಸಿ"@kn,
        "카시어"@ko,
        "کھاسی"@ks,
        "Lingua Khasi"@la,
        "ຄາສິ"@lo,
        "kasi"@lt,
        "khasu"@lv,
        "каси"@mk,
        "ഘാസി"@ml,
        "खासी"@mr,
        "Kasi"@mt,
        "ခါစီ"@my,
        "khasi"@nb,
        "Khasi"@nl,
        "khasi"@nn,
        "ଖାସୀ"@or,
        "khasi"@pl,
        "Lenga khasi"@pms,
        "khasi"@pt,
        "khasi"@rm,
        "khasi"@ro,
        "кхаси"@ru,
        "khasijčina"@sk,
        "kasi"@sl,
        "Каси"@sr,
        "Kasi"@sr-Latn,
        "khasi"@sv,
        "காஸி"@ta,
        "ఖాసి"@te,
        "กาสี"@th,
        "lea fakakāsi"@to,
        "Khasi"@tr,
        "кхасі"@uk,
        "Tiếng Khasi"@vi .

<http://lexvo.org/id/iso639-3/kom> a lvont:Language,
        skos:Concept ;
    lvont:isFocusOf <http://id.loc.gov/vocabulary/iso639-2/kom> ;
    lvont:iso6392BCode "kom"^^xsd:string ;
    lvont:iso6392TCode "kom"^^xsd:string ;
    lvont:iso639P1Code "kv"^^xsd:string ;
    lvont:iso639P3PCode "kom"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-2/kom> ;
    owl:sameAs <http://dbpedia.org/resource/Komi_language>,
        <http://lexvo.org/id/iso639-1/kv>,
        <http://psi.oasis-open.org/iso/639/#kom>,
        <http://www.lingvoj.org/lang/kv>,
        <http://www.mpii.de/yago/resource/Komi_language>,
        <info:lc/vocabulary/languages/kom> ;
    skos:altLabel "لغة كومية"@ar,
        "komijština"@cs,
        "Komi-Sprache"@de,
        "Komi language"@en,
        "Idioma komi"@es,
        "Komi keel"@et,
        "زبان کومی"@fa,
        "Komin kieli"@fi,
        "Komi"@fr,
        "komi"@fr,
        "Komi nyelv"@hu,
        "Lingua komi"@it,
        "Komių kalba"@lt,
        "Коми-зиријански јазик"@mk,
        "Zurjeens"@nl,
        "Komi"@nn,
        "Język komi"@pl,
        "Língua komi"@pt,
        "Коми"@ru,
        "Komigiella"@se,
        "Komi"@sv,
        "கோமி மொழி"@ta,
        "ภาษาโคมิ"@th,
        "Комі"@uk ;
    skos:definition "The Komi language (in Komi: коми кыв, transliteration: komi kyv [komi kɨv]) is a Finno-Permic language spoken by the Komi peoples in the northeastern European part of Russia. Komi is one of the two members of the Permic subgroup of the Finno-Ugric branch. The other Permic language is Udmurt, to which Komi is closely related."@en ;
    skos:inScheme lexvo: ;
    skos:notation "kom"^^xsd:string ;
    skos:prefLabel "Komi"@af,
        "الكومي"@ar,
        "komi dili"@az,
        "Коми-зырян теле"@ba,
        "Коми"@bg,
        "কোমি"@bn,
        "Komieg-zirieg"@br,
        "कोमी"@brx,
        "komi"@bs,
        "коми"@bs-Cyrl,
        "komi"@ca,
        "Komihoyn mott"@ce,
        "科米文"@cmn,
        "科米文"@cmn-Hant,
        "Komi"@cs,
        "Коми чĕлхи"@cv,
        "Comi"@cy,
        "komi"@da,
        "Komi"@de,
        "Κόμι"@el,
        "Komi"@en,
        "komi"@es,
        "komi"@et,
        "کومیایی"@fa,
        "komi"@fi,
        "kom"@fr,
        "Komi-Schpraach"@gsw,
        "Komi"@gsw-FR,
        "કોમી"@gu,
        "Komish"@gv,
        "קומי"@he,
        "कोमी"@hi,
        "komi"@hr,
        "Zyrjanska komišćina"@hsb,
        "komi"@hu,
        "Komi"@id,
        "Komi-linguo"@io,
        "komíska"@is,
        "komi"@it,
        "コミ語"@ja,
        "ಕೋಮಿ"@kn,
        "코미어"@ko,
        "Коми кыв"@koi,
        "کومی"@ks,
        "Коми кыв"@kv,
        "ໂຄມິ"@lo,
        "komi"@lt,
        "Kuomiu kalba"@lt-x,
        "komiešu"@lv,
        "коми"@mk,
        "കോമി"@ml,
        "कोमी"@mr,
        "Komi"@mt,
        "Коми кель"@myv,
        "komi"@nb,
        "Komi"@nl,
        "komi"@nn,
        "Syrjensk"@no,
        "କୋମି"@or,
        "Коми"@os,
        "komi"@pl,
        "Lenga Komi-Permyak"@pms,
        "کومی بولی"@pnb,
        "komi"@pt,
        "komi"@rm,
        "komi"@ro,
        "коми"@ru,
        "komigiella"@se,
        "komijčina"@sk,
        "komijščina"@sl,
        "Коми"@sr,
        "Komi"@sr-Latn,
        "kome"@sv,
        "கோமி"@ta,
        "కోమి"@te,
        "โกมิ"@th,
        "lea fakakomi"@to,
        "Komi"@tr,
        "Коми кыл"@udm,
        "комі"@uk,
        "Tiếng Komi"@vi,
        "科米語"@zh .

<http://lexvo.org/id/iso639-3/kru> a lvont:Language,
        skos:Concept ;
    lvont:isFocusOf <http://id.loc.gov/vocabulary/iso639-2/kru> ;
    lvont:iso6392BCode "kru"^^xsd:string ;
    lvont:iso6392TCode "kru"^^xsd:string ;
    lvont:iso639P3PCode "kru"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-2/kru>,
        <http://www.glottolog.org/resource/languoid/id/kuru1302> ;
    owl:sameAs <http://dbpedia.org/resource/Kurukh_language>,
        <http://psi.oasis-open.org/iso/639/#kru>,
        <http://www.lingvoj.org/lang/kru>,
        <http://www.mpii.de/yago/resource/Kurukh_language>,
        <info:lc/vocabulary/languages/kru> ;
    skos:altLabel "Kouroukeg"@br,
        "Kurukh language"@en,
        "Kurukhin kieli"@fi,
        "Kurukh"@fr,
        "कुड़ुख़"@hi,
        "Język kurukh"@pl,
        "Курух"@ru,
        "Indisk kurux"@sv,
        "குறுக்ஸ் மொழி"@ta,
        "ภาษากุรัข"@th ;
    skos:definition "Kurukh (Devanagari: कुड़ुख़), also called Kurux, Kuṛux or Kuruḵẖ, is a Dravidian language spoken by the Oraon and Kisan tribal peoples of Bihar, Jharkhand, Orissa, Madhya Pradesh, Chhattisgarh, and West Bengal, India, as well as in northern Bangladesh. It is most closely related to Brahui and Malto (Paharia). It is also known as Oraon."@en ;
    skos:inScheme lexvo: ;
    skos:notation "kru"^^xsd:string ;
    skos:prefLabel "Kurukh"@af,
        "كرخانة"@ar,
        "kurux dili"@az,
        "курук"@bg,
        "কুরুখ"@bn,
        "kurukh"@br,
        "कुरुख़्"@brx,
        "kurukh"@bs,
        "курукх"@bs-Cyrl,
        "kurukh"@ca,
        "库鲁克文"@cmn,
        "庫魯科文"@cmn-Hant,
        "kuruchština"@cs,
        "kurukh"@da,
        "Oraon-Sprache"@de,
        "Κουρούχ"@el,
        "Kurukh"@en,
        "kurukh"@es,
        "oraoni"@et,
        "کوروخی"@fa,
        "kurukh"@fi,
        "kurukh"@fr,
        "Oraon-Schpraach"@gsw,
        "કુરૂખ"@gu,
        "קורוק"@he,
        "कुरूख"@hi,
        "kuruški"@hr,
        "kuruh"@hu,
        "Kuruk"@id,
        "kúrúk"@is,
        "kurukh"@it,
        "クルク語"@ja,
        "ಕುರುಖ್"@kn,
        "쿠르크어"@ko,
        "کُرُکھ"@ks,
        "Lingua Kurukh"@la,
        "ກູຣູກ"@lo,
        "kuruk"@lt,
        "kuruhu"@lv,
        "курук"@mk,
        "കുരുഖ്"@ml,
        "कुरूख"@mr,
        "Kurusk"@mt,
        "kurukh"@nb,
        "Kurukh"@nl,
        "kurukh"@nn,
        "କୁରୁଖ"@or,
        "kurukh"@pl,
        "Lenga Kurux"@pms,
        "kurukh"@pt,
        "kurukh"@rm,
        "kurukh"@ro,
        "курух"@ru,
        "kurukhčina"@sk,
        "kuruk"@sl,
        "Курукх"@sr,
        "Kurukh"@sr-Latn,
        "kurukh"@sv,
        "குருக்"@ta,
        "కూరుఖ్"@te,
        "กุรุข"@th,
        "Kurukh"@tr,
        "курукх"@uk,
        "Tiếng Kurukh"@vi .

<http://lexvo.org/id/iso639-3/kua> a lvont:Language,
        skos:Concept ;
    lvont:isFocusOf <http://id.loc.gov/vocabulary/iso639-2/kua> ;
    lvont:iso6392BCode "kua"^^xsd:string ;
    lvont:iso6392TCode "kua"^^xsd:string ;
    lvont:iso639P1Code "kj"^^xsd:string ;
    lvont:iso639P3PCode "kua"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-2/kua> ;
    owl:sameAs <http://dbpedia.org/resource/Kwanyama_dialect>,
        <http://lexvo.org/id/iso639-1/kj>,
        <http://psi.oasis-open.org/iso/639/#kua>,
        <http://www.lingvoj.org/lang/kj>,
        <http://www.mpii.de/yago/resource/Kwanyama_dialect>,
        <info:lc/vocabulary/languages/kua> ;
    skos:altLabel "Kwanyamaeg"@br,
        "Kwanyama"@ca,
        "kuaňamština"@cs,
        "Kwanyama"@en,
        "Kwanyama dialect"@en,
        "Idioma kuanyama"@es,
        "Kuanyama"@fr,
        "क्वान्यामा भाषा"@hi,
        "Lingua kwanyama"@it,
        "Квањама"@mk,
        "Kwanyama"@nl,
        "Język kwanyama"@pl,
        "Oshikwanyama"@pt,
        "Кваньяма"@ru,
        "Kwanyama"@sv,
        "குவான்மய மொழி"@ta,
        "Кваньяма"@uk ;
    skos:definition "Kwanyama or Oshikwanyama is a national language of Angola and Namibia. It is a standardized dialect of the Ovambo language, and is mutually intelligible with Ndonga, the other Ovambo dialect with a standard written form."@en ;
    skos:inScheme lexvo: ;
    skos:notation "kua"^^xsd:string ;
    skos:prefLabel "الكيونياما"@ar,
        "Cuañama"@ast,
        "kuanyama dili"@az,
        "кваняма"@bg,
        "কোয়ানিয়ামা"@bn,
        "kwanyama"@br,
        "कुआनयामा"@brx,
        "kuanjama"@bs,
        "куањама"@bs-Cyrl,
        "kuanyama"@ca,
        "宽亚玛文"@cmn,
        "廣亞馬文"@cmn-Hant,
        "Kuanyama"@cs,
        "kuanyama"@da,
        "Kwanyama"@de,
        "kunyamagbe"@ee,
        "Κουανιγιάμα"@el,
        "Kuanyama"@en,
        "Kuanjama lingvo"@eo,
        "kuanyama"@es,
        "ambo"@et,
        "کوانیاما"@fa,
        "kuanjama"@fi,
        "kuanyama"@fr,
        "Kwanyama"@gsw,
        "ક્વાન્યામા"@gu,
        "קואניאמה"@he,
        "क्वान्यामा"@hi,
        "kuanyama"@hr,
        "kuanyama"@hu,
        "Kuanyama"@id,
        "kúanjama"@is,
        "kuanyama"@it,
        "クワニャマ語"@ja,
        "ಕ್ವಾನ್‌ಯಾಮಾ"@kn,
        "쿠안야마어"@ko,
        "کُوانیاما"@ks,
        "ກວນຍາມາ"@lo,
        "kuaniama"@lt,
        "kvaņamu"@lv,
        "куањама"@mk,
        "ക്വാന്യമ"@ml,
        "क्वान्यामा"@mr,
        "Bahasa Kwanyama"@ms,
        "Kuanyama"@mt,
        "kuanyama"@nb,
        "Kuanyama"@nl,
        "kuanyama"@nn,
        "କ୍ୱାନ୍ୟାମ୍"@or,
        "kwanyama"@pl,
        "kuanyama"@pt,
        "kuanyama"@rm,
        "kuanyama"@ro,
        "кунама"@ru,
        "kuaňama"@sk,
        "kvanjama"@sl,
        "Куањама"@sr,
        "Kuanjama"@sr-Latn,
        "kuanyama"@sv,
        "Kikwanyama"@sw,
        "Kikwanyama"@swh,
        "குவான்யாமா"@ta,
        "క్వాన్యామ"@te,
        "กวนยามา"@th,
        "lea fakakuaniama"@to,
        "Kuanyama"@tr,
        "кунама"@uk,
        "Tiếng Kuanyama"@vi .

<http://lexvo.org/id/iso639-3/kum> a lvont:Language,
        skos:Concept ;
    lvont:isFocusOf <http://id.loc.gov/vocabulary/iso639-2/kum> ;
    lvont:iso6392BCode "kum"^^xsd:string ;
    lvont:iso6392TCode "kum"^^xsd:string ;
    lvont:iso639P3PCode "kum"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-2/kum>,
        <http://www.glottolog.org/resource/languoid/id/kumy1244> ;
    owl:sameAs <http://dbpedia.org/resource/Kumyk_language>,
        <http://psi.oasis-open.org/iso/639/#kum>,
        <http://www.lingvoj.org/lang/kum>,
        <http://www.mpii.de/yago/resource/Kumyk_language>,
        <info:lc/vocabulary/languages/kum> ;
    skos:altLabel "Qumuq dili"@az,
        "Kumyk"@ca,
        "Kumykische Sprache"@de,
        "Kumyk language"@en,
        "Idioma cumuco"@es,
        "Kumõki keel"@et,
        "زبان قومیقی"@fa,
        "Kumykin kieli"@fi,
        "Koumyk"@fr,
        "Lingua kumyk"@it,
        "Kumykų kalba"@lt,
        "Кумички јазик"@mk,
        "Хъуымыхъхъаг æвзаг"@os,
        "Língua kumyk"@pt,
        "Кумыкский язык"@ru,
        "Kumyčtina"@sk ;
    skos:definition "Kumyk (Qumuq tili, Qumuqça or Qumuq (alternative spelling: Kumuk tili, Kumukça)) (Къумукъ тили) is a Turkic language, spoken by about 365,000 speakers (the Kumyks) in the Dagestan republic of Russian Federation."@en ;
    skos:inScheme lexvo: ;
    skos:notation "kum"^^xsd:string ;
    skos:prefLabel "الكميك"@ar,
        "kumuk dili"@az,
        "кумикски"@bg,
        "কুমিক"@bn,
        "कुमीक्"@brx,
        "kumik"@bs,
        "кумик"@bs-Cyrl,
        "kúmik"@ca,
        "库梅克文"@cmn,
        "庫密克文"@cmn-Hant,
        "kumyčtina"@cs,
        "Cwmiceg"@cy,
        "kymyk"@da,
        "Kumükisch"@de,
        "kumikagbe"@ee,
        "Κουμγιούκ"@el,
        "Kumyk"@en,
        "Kumika lingvo"@eo,
        "kumyk"@es,
        "kumõki"@et,
        "کومیکی"@fa,
        "kumykki"@fi,
        "koumyk"@fr,
        "Kumık dili"@gag,
        "Kumükisch"@gsw,
        "કુમીક"@gu,
        "קומיק"@he,
        "कुमीक"@hi,
        "kumyk"@hr,
        "kumük"@hu,
        "Kumyk"@id,
        "kúmík"@is,
        "kumyk"@it,
        "クムク語"@ja,
        "ಕುಮೈಕ್"@kn,
        "쿠믹어"@ko,
        "کُمِک"@ks,
        "Кумык кыв"@kv,
        "ຄູມີກ"@lo,
        "kumikų"@lt,
        "Kumīku kalba"@lt-x,
        "kumiku"@lv,
        "кумик"@mk,
        "കുമൈക്"@ml,
        "कुमीक"@mr,
        "Kumiku"@mt,
        "kumyk"@nb,
        "Koemuks"@nl,
        "kumyk"@nn,
        "କୁମୀକ୍"@or,
        "хъуымыхъхъаг"@os,
        "kumycki"@pl,
        "Lenga kumyk"@pms,
        "kumyk"@pt,
        "kumuk"@rm,
        "kumyk"@ro,
        "кумыкский"@ru,
        "kumyčtina"@sk,
        "kumiščina"@sl,
        "Кумик"@sr,
        "Kumik"@sr-Latn,
        "kumykiska"@sv,
        "கும்இக்"@ta,
        "కుమ్యిక్"@te,
        "คูมืยค์"@th,
        "lea fakakumiki"@to,
        "Kumukça"@tr,
        "кумицька"@uk,
        "Tiếng Kumyk"@vi .

<http://lexvo.org/id/iso639-3/lam> a lvont:Language,
        skos:Concept ;
    lvont:isFocusOf <http://id.loc.gov/vocabulary/iso639-2/lam> ;
    lvont:iso6392BCode "lam"^^xsd:string ;
    lvont:iso6392TCode "lam"^^xsd:string ;
    lvont:iso639P3PCode "lam"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-2/lam>,
        <http://www.glottolog.org/resource/languoid/id/lamb1271> ;
    owl:sameAs <http://dbpedia.org/resource/Lamba_language>,
        <http://psi.oasis-open.org/iso/639/#lam>,
        <http://www.lingvoj.org/lang/lam>,
        <http://www.mpii.de/yago/resource/Lamba_language>,
        <info:lc/vocabulary/languages/lam> ;
    skos:altLabel "Lamba-Sprache"@de,
        "Lamba language"@en,
        "Lamba"@es,
        "Ламба"@ru,
        "Ламба"@uk ;
    skos:definition "Lamba is a language found in Zambia. It is related to Bemba and is commonly spoken in the Copperbelt. There are about 210,000 native speakers in the northern parts of Zambia and southern fringes of the Democratic Republic of the Congo. Lamba is also spoken in Lusaka, mainly because many speakers have migrated there for jobs. Lamba is a Bantu language. (In fact, \"mu ntu\" means \"one person\" in Lamba and \"ba ntu\" means \"two or more people\".) Depending on who does the counting, Zambia has between 42 and 78 local languages besides English – see Languages of Zambia for further details. Some people might say Lamba is a dialect of Bemba. Though the two languages share many words, they are not as close as say Cockney and Haitian Creole are to English or French."@en ;
    skos:inScheme lexvo: ;
    skos:notation "lam"^^xsd:string ;
    skos:prefLabel "اللامبا"@ar,
        "lamba dili"@az,
        "ламба"@bg,
        "লাম্বা"@bn,
        "lamba"@br,
        "लांबा"@brx,
        "lamba"@bs,
        "ламба"@bs-Cyrl,
        "lamba"@ca,
        "兰巴文"@cmn,
        "蘭巴文"@cmn-Hant,
        "lambština"@cs,
        "Lamba"@cy,
        "lamba"@da,
        "Lamba"@de,
        "Λάμπα"@el,
        "Lamba"@en,
        "lamba"@es,
        "lamba"@et,
        "لامبا"@fa,
        "lamba"@fi,
        "lamba"@fr,
        "Lambanisch"@gsw,
        "લામ્બા"@gu,
        "למבה"@he,
        "लाम्बा"@hi,
        "lamba"@hr,
        "lamba"@hu,
        "Lamba"@id,
        "lamba"@is,
        "lamba"@it,
        "ランバ語"@ja,
        "ಲಂಬಾ"@kn,
        "람바어"@ko,
        "لَمبا"@ks,
        "ແລມບາ"@lo,
        "lamba"@lt,
        "lambu"@lv,
        "ламба"@mk,
        "ലംബ"@ml,
        "लाम्बा"@mr,
        "Lamba"@mt,
        "lamba"@nb,
        "Lamba"@nl,
        "lamba"@nn,
        "ଲାମ୍ବା"@or,
        "lamba"@pl,
        "lamba"@pt,
        "lamba"@rm,
        "lamba"@ro,
        "ламба"@ru,
        "lamba"@sk,
        "lamba"@sl,
        "Ламба"@sr,
        "Lamba"@sr-Latn,
        "lamba"@sv,
        "லம்பா"@ta,
        "లాంబా"@te,
        "แลมบา"@th,
        "Lamba"@tr,
        "ламба"@uk,
        "Tiếng Lamba"@vi .

<http://lexvo.org/id/iso639-3/lim> a lvont:Language,
        skos:Concept ;
    lvont:isFocusOf <http://id.loc.gov/vocabulary/iso639-2/lim> ;
    lvont:iso6392BCode "lim"^^xsd:string ;
    lvont:iso6392TCode "lim"^^xsd:string ;
    lvont:iso639P1Code "li"^^xsd:string ;
    lvont:iso639P3PCode "lim"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-2/lim> ;
    owl:sameAs <http://dbpedia.org/resource/Limburgish_language>,
        <http://lexvo.org/id/iso639-1/li>,
        <http://psi.oasis-open.org/iso/639/#lim>,
        <http://www.lingvoj.org/lang/li>,
        <http://www.mpii.de/yago/resource/Limburgish_language>,
        <info:lc/vocabulary/languages/lim> ;
    skos:altLabel "لغة ليمبورغية"@ar,
        "Лимбургски език"@bg,
        "Limbourgeg"@br,
        "Limburguès"@ca,
        "Limburština"@cs,
        "Λιμβουργιανή γλώσσα"@el,
        "Limburger"@en,
        "Limburgish"@en,
        "Limburgish language"@en,
        "Idioma limburgués"@es,
        "Limburgin kieli"@fi,
        "Limbourgeois"@fr,
        "לימבורגית"@he,
        "Bahasa Limburgish"@id,
        "Limburgíska"@is,
        "Lingua limburghese"@it,
        "림뷔르흐어"@ko,
        "Limburgiečių kalba"@lt,
        "Limborgsch"@nds,
        "Język limburski"@pl,
        "Língua limburguesa"@pt,
        "Limba limburgheză"@ro,
        "Лимбургский язык"@ru,
        "Limburčina"@sk,
        "Limburgiska"@sv,
        "இலிம்பூர்கு மொழி"@ta,
        "Лімбурзька мова"@uk ;
    skos:definition "Limburgish, also called Limburgian or Limburgic (Limburgish: Lèmbörgs [] Dutch: Limburgs , German: Limburgisch , French: Limbourgeois ) is a group of East Low Franconian language varieties spoken in the Limburg and Rhineland regions, near the common Dutch / Belgian / German border. The area in which it is spoken roughly fits within a wide circle from Venlo to Düsseldorf to Aachen to Maastricht to Hasselt and back to Tienen. In some parts of this area it is generally used as the colloquial language in daily speech."@en ;
    skos:inScheme lexvo: ;
    skos:notation "lim"^^xsd:string ;
    skos:prefLabel "Limburgs"@af,
        "ሊምቡርግኛ"@am,
        "Limburgisc"@ang,
        "الليمبرجيشية"@ar,
        "limburqiş dili"@az,
        "лимбургски"@bg,
        "লিম্বুর্গিশ"@bn,
        "limbourgeg"@br,
        "लींबुर्गी"@brx,
        "limburgiš"@bs,
        "лимбургиш"@bs-Cyrl,
        "limburguès"@ca,
        "淋布尔吉文"@cmn,
        "林堡文"@cmn-Hant,
        "limburština"@cs,
        "Limbwrgeg"@cy,
        "limburgsk"@da,
        "Limburgisch"@de,
        "Λιμβουργιανά"@el,
        "Limburgan"@en,
        "Limburga lingvo"@eo,
        "limburgués"@es,
        "limburgi"@et,
        "Limburgera"@eu,
        "لیمبورگی"@fa,
        "limburg"@fi,
        "limbourgeois"@fr,
        "limburghês"@fur,
        "Limburchsk"@fy,
        "Lingua limburguesa"@gl,
        "Limburgisch"@gsw,
        "લિંબૂર્ગિશ"@gu,
        "Lìm-pó-ngî"@hak,
        "לימבורגיש"@he,
        "लिंबर्गिश"@hi,
        "limburgish"@hr,
        "limburgi"@hu,
        "Լիմբուրգերեն"@hy,
        "Limburgia"@id,
        "limbúrgíska"@is,
        "limburgese"@it,
        "リンブルフ語"@ja,
        "ಲಿಂಬರ್ಗಿಶ್"@kn,
        "림버거어"@ko,
        "لِمبٔرگِش"@ks,
        "Limbourgek"@kw,
        "Lingua Limburgica"@la,
        "Limburgs"@li,
        "Lengua limburgheise"@lij,
        "ລິມເບີກີຊ"@lo,
        "limburgiš"@lt,
        "limburgiešu"@lv,
        "лимбуршки"@mk,
        "ലിംബർഗിഷ്"@ml,
        "लिंबूर्गिश"@mr,
        "Limburgish"@mt,
        "limburgisk"@nb,
        "Limbörgs"@nds,
        "Limburgs"@nl,
        "limburgisk"@nn,
        "Limburgsk"@no,
        "ଲିମ୍ବୁର୍ଗିସ୍"@or,
        "limburgijski"@pl,
        "Lenga limburghèisa"@pms,
        "لمبرگی"@pnb,
        "limburguês"@pt,
        "limburgais"@rm,
        "limburgheză"@ro,
        "лимбургский"@ru,
        "Limburgish leid"@sco,
        "limburčina"@sk,
        "limburščina"@sl,
        "Gjuha limburge"@sq,
        "Лимбургиш"@sr,
        "Limburgiš"@sr-Latn,
        "Limbuurchsk"@stq,
        "limburgiska"@sv,
        "லிம்பர்கிஷ்"@ta,
        "లిమ్బర్గిష్"@te,
        "ลิมเบิร์ก"@th,
        "Limburgca"@tr,
        "лімбургійська"@uk,
        "Tiếng Limburg"@vi,
        "Limburgs"@vls,
        "Limburgänapük"@vo,
        "Limbordjwès"@wa,
        "Limburgs"@zea,
        "林堡语"@zh .

<http://lexvo.org/id/iso639-3/lol> a lvont:Language,
        skos:Concept ;
    lvont:isFocusOf <http://id.loc.gov/vocabulary/iso639-2/lol> ;
    lvont:iso6392BCode "lol"^^xsd:string ;
    lvont:iso6392TCode "lol"^^xsd:string ;
    lvont:iso639P3PCode "lol"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-2/lol>,
        <http://www.glottolog.org/resource/languoid/id/mong1338> ;
    owl:sameAs <http://dbpedia.org/resource/Mongo_language>,
        <http://psi.oasis-open.org/iso/639/#lol>,
        <http://www.lingvoj.org/lang/lol>,
        <http://www.mpii.de/yago/resource/Mongo_language>,
        <info:lc/vocabulary/languages/lol> ;
    skos:altLabel "蒙古語"@cmn-Hant,
        "Lomongo"@de,
        "Mongo language"@en,
        "Lomongo"@fr,
        "Język mongo"@pl,
        "Монго"@ru,
        "Mongo"@sv ;
    skos:definition "Mongo, also called Nkundo or Mongo-Nkundu and Lomongo, is a language spoken by several of the Mongo peoples in the Democratic Republic of the Congo. Mongo speakers reside in central DRC, mostly south of the Congo River. Mongo is a tonal language."@en ;
    skos:inScheme lexvo: ;
    skos:notation "lol"^^xsd:string ;
    skos:prefLabel "منغولى"@ar,
        "monqo dili"@az,
        "монга"@be,
        "монго"@bg,
        "মোঙ্গো"@bn,
        "mongo"@br,
        "मोंगो"@brx,
        "mongo"@bs,
        "монго"@bs-Cyrl,
        "mongo"@ca,
        "芒戈文"@cmn,
        "芒戈文"@cmn-Hant,
        "mongština"@cs,
        "Mongo"@cy,
        "mongo"@da,
        "Mongo"@de,
        "Μόνγκο"@el,
        "Mongo"@en,
        "mongo"@es,
        "mongo"@et,
        "مونگویی"@fa,
        "mongo"@fi,
        "mongo"@fr,
        "Mongo"@gsw,
        "મોગો"@gu,
        "מונגו"@he,
        "मोंगो"@hi,
        "mongo"@hr,
        "mongó"@hu,
        "Mongo"@id,
        "mongó"@is,
        "lolo bantu"@it,
        "モンゴ語"@ja,
        "ಮೊಂಗೋ"@kn,
        "몽구어"@ko,
        "مونٛگو"@ks,
        "ແມັງໂກ້"@lo,
        "mongo"@lt,
        "mongu"@lv,
        "монго"@mk,
        "മോങ്കോ"@ml,
        "मोंगो"@mr,
        "Mongo"@mt,
        "mongo"@nb,
        "Mongo"@nl,
        "mongo"@nn,
        "ମଙ୍ଗୋ"@or,
        "mongo"@pl,
        "Lenga Mongo-Nkundu"@pms,
        "mongo"@pt,
        "lomongo"@rm,
        "mongo"@ro,
        "монго"@ru,
        "mongo"@sk,
        "mongo"@sl,
        "Монго"@sr,
        "Mongo"@sr-Latn,
        "mongo"@sv,
        "Kimongo-Nkundu"@sw,
        "Kimongo"@swh,
        "மோங்கோ"@ta,
        "మొంగో"@te,
        "มองโก"@th,
        "Mongo"@tr,
        "монго"@uk,
        "Tiếng Mongo"@vi .

<http://lexvo.org/id/iso639-3/lun> a lvont:Language,
        skos:Concept ;
    lvont:isFocusOf <http://id.loc.gov/vocabulary/iso639-2/lun> ;
    lvont:iso6392BCode "lun"^^xsd:string ;
    lvont:iso6392TCode "lun"^^xsd:string ;
    lvont:iso639P3PCode "lun"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-2/lun>,
        <http://www.glottolog.org/resource/languoid/id/lund1266> ;
    owl:sameAs <http://dbpedia.org/resource/Lunda_language>,
        <http://psi.oasis-open.org/iso/639/#lun>,
        <http://www.lingvoj.org/lang/lun>,
        <http://www.mpii.de/yago/resource/Lunda_language>,
        <info:lc/vocabulary/languages/lun> ;
    skos:altLabel "Lunda"@da,
        "Lunda-Sprache"@de,
        "Lunda language"@en,
        "Lunda"@fr,
        "Język lunda"@pl,
        "Lunda"@pt ;
    skos:definition "Lunda, also known as Chilunda, is a Bantu language spoken in Zambia, Angola and, to a lesser extent, in the Democratic Republic of the Congo. Lunda and its dialects are spoken and understood by perhaps 2.6% of Zambians (1986 estimate), and the language is used mainly in the northern part of that country."@en ;
    skos:inScheme lexvo: ;
    skos:notation "lun"^^xsd:string ;
    skos:prefLabel "اللوندا"@ar,
        "lunda dili"@az,
        "лунда"@bg,
        "লুন্ডা"@bn,
        "lunda"@br,
        "लुंडा"@brx,
        "lunda"@bs,
        "лунда"@bs-Cyrl,
        "lunda"@ca,
        "隆达文"@cmn,
        "盧恩達文"@cmn-Hant,
        "lundština"@cs,
        "Lwnda"@cy,
        "lunda"@da,
        "Chilunda"@de,
        "Λούντα"@el,
        "Lunda"@en,
        "lunda"@es,
        "lunda"@et,
        "لوندایی"@fa,
        "lunda"@fi,
        "lunda"@fr,
        "Lunda-Schpraach"@gsw,
        "લુન્ડા"@gu,
        "לונדה"@he,
        "लुन्डा"@hi,
        "lunda"@hr,
        "lunda"@hu,
        "Lunda"@id,
        "lúnda"@is,
        "lunda"@it,
        "ルンダ語"@ja,
        "ಲುಂಡಾ"@kn,
        "룬다어"@ko,
        "لُندا"@ks,
        "ລຸນດາ"@lo,
        "lunda"@lt,
        "lundu"@lv,
        "лунда"@mk,
        "ലുൻഡ"@ml,
        "लुन्डा"@mr,
        "Lunda"@mt,
        "lunda"@nb,
        "Lunda"@nl,
        "lunda"@nn,
        "ଲୁଣ୍ଡା"@or,
        "lunda"@pl,
        "Lenga Lunda"@pms,
        "lunda"@pt,
        "lunda"@rm,
        "lunda"@ro,
        "лунда"@ru,
        "lunda"@sk,
        "lunda"@sl,
        "Лунда"@sr,
        "Lunda"@sr-Latn,
        "lunda"@sv,
        "Kilunda"@sw,
        "Kilunda"@swh,
        "லூன்டா"@ta,
        "లుండా"@te,
        "ลันดา"@th,
        "Lunda"@tr,
        "лунда"@uk,
        "Tiếng Lunda"@vi .

<http://lexvo.org/id/iso639-3/luo> a lvont:Language,
        skos:Concept ;
    lvont:isFocusOf <http://id.loc.gov/vocabulary/iso639-2/luo> ;
    lvont:iso6392BCode "luo"^^xsd:string ;
    lvont:iso6392TCode "luo"^^xsd:string ;
    lvont:iso639P3PCode "luo"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-2/luo>,
        <http://www.glottolog.org/resource/languoid/id/luok1236> ;
    owl:sameAs <http://dbpedia.org/resource/Luo_language>,
        <http://lexvo.org/id/wordnet/30/noun/luo_1_10_00>,
        <http://psi.oasis-open.org/iso/639/#luo>,
        <http://www.lingvoj.org/lang/luo>,
        <http://www.mpii.de/yago/resource/Luo_language>,
        <info:lc/vocabulary/languages/luo> ;
    skos:altLabel "Dolouoeg"@br,
        "Luo-Sprache"@de,
        "Dholuo"@en,
        "Luo (Kenya and Tanzania)"@en,
        "Luo language"@en,
        "Luo"@fr,
        "luo (Kenya et Tanzanie)"@fr,
        "लुओ भाषा"@hi,
        "Język luo"@pl,
        "Língua luo"@pt,
        "луо (Кения и Танзания)"@ru,
        "Luo"@sv ;
    skos:definition "The Luo language, Dholuo (pronounced ) or Luo proper, is the eponymous language of the Luo group of Nilotic languages, spoken by about 4.4 million Luo people of Kenya and Tanzania, who occupy parts of the eastern shore of Lake Victoria and areas to the south. It is used for broadcasts on KBC (Kenya Broadcasting Corporation, formerly the Voice of Kenya) and Radio Ramogi. Dholuo is closely related to Lango, Acholi, and Adhola of Uganda. It is somewhat more distantly related to Luwo, also a Western Nilotic language, spoken in Sudan."@en ;
    skos:inScheme lexvo: ;
    skos:notation "luo"^^xsd:string ;
    skos:prefLabel "اللو"@ar,
        "luo dili"@az,
        "луо"@be,
        "луо"@bg,
        "লুয়ো"@bn,
        "luo"@br,
        "लुओ"@brx,
        "luo"@bs,
        "луо"@bs-Cyrl,
        "luo"@ca,
        "卢奥文"@cmn,
        "盧奧文"@cmn-Hant,
        "luoština"@cs,
        "Lŵo"@cy,
        "luo"@da,
        "Luo"@de,
        "Λούο"@el,
        "Luo"@en,
        "luo"@es,
        "luo"@et,
        "لوئویی"@fa,
        "luo"@fi,
        "luo"@fr,
        "Luo-Schpraach"@gsw,
        "લ્યુઓ"@gu,
        "לואו"@he,
        "ल्युओ"@hi,
        "luo"@hr,
        "luo"@hu,
        "Luo"@id,
        "lúó"@is,
        "luo"@it,
        "ルオ語"@ja,
        "ಲುವೋ"@kn,
        "루오어"@ko,
        "لُوو"@ks,
        "Lengua Luo"@lij,
        "ລົວ"@lo,
        "luo"@lt,
        "Dholuo"@luo,
        "luo"@lv,
        "луо"@mk,
        "ലവോ"@ml,
        "ल्युओ"@mr,
        "Luwa"@mt,
        "luo"@nb,
        "Luo"@nl,
        "luo"@nn,
        "Luo"@no,
        "ଲୁଓ"@or,
        "luo"@pl,
        "luo"@pt,
        "luo"@rm,
        "luo"@ro,
        "Долуо"@ru,
        "luo"@sk,
        "luo"@sl,
        "Луо"@sr,
        "Luo"@sr-Latn,
        "luo"@sv,
        "Kiluo"@sw,
        "Kijaluo"@swh,
        "லுயோ"@ta,
        "లువో"@te,
        "ลัว"@th,
        "Luo"@tr,
        "луо"@uk,
        "Tiếng Luo"@vi .

<http://lexvo.org/id/iso639-3/lus> a lvont:Language,
        skos:Concept ;
    lvont:isFocusOf <http://id.loc.gov/vocabulary/iso639-2/lus> ;
    lvont:iso6392BCode "lus"^^xsd:string ;
    lvont:iso6392TCode "lus"^^xsd:string ;
    lvont:iso639P3PCode "lus"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-2/lus>,
        <http://www.glottolog.org/resource/languoid/id/lush1249> ;
    owl:sameAs <http://dbpedia.org/resource/Mizo_language>,
        <http://psi.oasis-open.org/iso/639/#lus>,
        <http://www.lingvoj.org/lang/lus>,
        <http://www.mpii.de/yago/resource/Mizo_language>,
        <info:lc/vocabulary/languages/lus> ;
    skos:altLabel "মিজো ভাষা"@bn,
        "Lushai-Sprache"@de,
        "Lushai"@en,
        "Mizo language"@en,
        "lushai"@fr,
        "मिज़ो भाषा"@hi,
        "루샤이어"@ko,
        "മിസോ ഭാഷ"@ml,
        "Język mizo"@pl,
        "лушай"@ru,
        "lushai"@sv,
        "மிசோ மொழி"@ta,
        "ภาษาไมโซ"@th,
        "Tiếng Lushai"@vi ;
    skos:definition "The Mizo language (Mizo: Mizo ṭawng) is natively spoken by Mizo people in Mizoram, a state in the Indian Union; Chin State of Burma and in the Chittagong Hill Tracts of Bangladesh. The language is also known as Lushai (by the Colonial British), as Lusei people are the first clan who have an external exposure. For this reason, even in most of modern writings Lushai (or Lusei) is being used instead of Mizo."@en ;
    skos:inScheme lexvo: ;
    skos:notation "lus"^^xsd:string ;
    skos:prefLabel "اللشاي"@ar,
        "lushayca"@az,
        "лушаи"@bg,
        "লুশাই"@bn,
        "lushai"@br,
        "लुशाई"@brx,
        "lušai"@bs,
        "лушаи"@bs-Cyrl,
        "mizo"@ca,
        "卢晒文"@cmn,
        "盧晒文"@cmn-Hant,
        "lišáí"@cs,
        "Lwshaieg"@cy,
        "lushai"@da,
        "Mizo"@de,
        "Λουσάι"@el,
        "Mizo"@en,
        "lushai"@es,
        "lušei"@et,
        "لوشه‌ای"@fa,
        "lusai"@fi,
        "Mizo"@fr,
        "Lushai-Schpraach"@gsw,
        "લુશાઇ"@gu,
        "לושאי"@he,
        "लुशाई"@hi,
        "lushai"@hr,
        "lushai"@hu,
        "Lushai"@id,
        "lúsaí"@is,
        "lushai"@it,
        "ルシャイ語"@ja,
        "ಲುಶಾಯ್"@kn,
        "미조어"@ko,
        "لُسہاے"@ks,
        "Lingua Mizo"@la,
        "ລູໄຊ"@lo,
        "lušai"@lt,
        "lušeju"@lv,
        "лушајски"@mk,
        "ലുഷായി"@ml,
        "लुशाई"@mr,
        "Luxaj"@mt,
        "lushai"@nb,
        "Lushai"@nl,
        "lushai"@nn,
        "ଲୁସାଉ"@or,
        "lushai"@pl,
        "Lenga Mizo"@pms,
        "lushai"@pt,
        "lushai"@rm,
        "lusahi"@ro,
        "Мизо"@ru,
        "mizorámčina"@sk,
        "lushai"@sl,
        "Лушаи"@sr,
        "Lušai"@sr-Latn,
        "Mizo"@sv,
        "லுஷய்"@ta,
        "లుషై"@te,
        "ลูไช"@th,
        "Lushai"@tr,
        "лушей"@uk,
        "Tiếng Mizo"@vi .

<http://lexvo.org/id/iso639-3/mad> a lvont:Language,
        skos:Concept ;
    lvont:isFocusOf <http://id.loc.gov/vocabulary/iso639-2/mad> ;
    lvont:iso6392BCode "mad"^^xsd:string ;
    lvont:iso6392TCode "mad"^^xsd:string ;
    lvont:iso639P3PCode "mad"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-2/mad>,
        <http://www.glottolog.org/resource/languoid/id/nucl1460> ;
    owl:sameAs <http://dbpedia.org/resource/Madurese_language>,
        <http://psi.oasis-open.org/iso/639/#mad>,
        <http://www.lingvoj.org/lang/mad>,
        <http://www.mpii.de/yago/resource/Madurese_language>,
        <info:lc/vocabulary/languages/mad> ;
    skos:altLabel "মাদুরীয় ভাষা"@bn,
        "Maduresisch"@de,
        "Madurese language"@en,
        "Maduran kieli"@fi,
        "Madurais"@fr,
        "madourais"@fr,
        "Bahasa Madura"@id,
        "Madoerees"@nl,
        "Język madurski"@pl,
        "Língua maduresa"@pt,
        "Мадурский язык"@ru,
        "Maduresiska"@sv,
        "மதுரீஸ்"@ta,
        "ภาษามาดูรา"@th,
        "Мадурська мова"@uk ;
    skos:definition "Madurese is a language of the Madurese people of Madura Island and eastern Java, Indonesia; it is also spoken on the neighbouring small Kangean Islands and Sapudi Islands, as well as from migrants to other parts of Indonesia, namely the Tapal Kuda area comprising Pasuruan, Surabaya, Malang until Banyuwangi, Masalembu Islands, even some on Kalimantan. The Kangean dialect may be a separate language. It was traditionally written in the Javanese script, but the Latin script is now more commonly used. The number of speakers, though shrinking, is estimated to be 8-13 million."@en ;
    skos:inScheme lexvo: ;
    skos:notation "mad"^^xsd:string ;
    skos:prefLabel "المادريز"@ar,
        "maduriz dili"@az,
        "мадурски"@bg,
        "মাদুরেসে"@bn,
        "मादुरी"@brx,
        "madureški"@bs,
        "мадурешки"@bs-Cyrl,
        "madurès"@ca,
        "马都拉文"@cmn,
        "馬都拉文"@cmn-Hant,
        "madurština"@cs,
        "madurese"@da,
        "Madura"@de,
        "Μαντουρίζ"@el,
        "Madurese"@en,
        "madurés"@es,
        "madura"@et,
        "مادورایی"@fa,
        "madura"@fi,
        "madurais"@fr,
        "Maduresisch"@gsw,
        "માદુરીસ"@gu,
        "מדורסה"@he,
        "मादुरीस"@hi,
        "Madurese bhasa"@hif,
        "madurski"@hr,
        "madurai"@hu,
        "Madura"@id,
        "madúrska"@is,
        "madurese"@it,
        "マドゥラ語"@ja,
        "Basa Madura"@jv,
        "ಮದುರೀಸ್"@kn,
        "마두라어"@ko,
        "مَدُریٖز"@ks,
        "Lengua madureise"@lij,
        "ມາດູລາ"@lo,
        "madurezų"@lt,
        "maduriešu"@lv,
        "мадурески"@mk,
        "മദുരേസേ"@ml,
        "मादुरीस"@mr,
        "Bahasa Madura"@ms,
        "Maduriż"@mt,
        "maduresisk"@nb,
        "Madurees"@nl,
        "maduresisk"@nn,
        "ମାଦୁରୀସ୍"@or,
        "madurajski"@pl,
        "Lenga Madura"@pms,
        "madurês"@pt,
        "madurais"@rm,
        "madureză"@ro,
        "мадурский"@ru,
        "madurčina"@sk,
        "madurščina"@sl,
        "Мадурешки"@sr,
        "Madureški"@sr-Latn,
        "maduresiska"@sv,
        "மதுரா"@ta,
        "మాదురీస్"@te,
        "มาดูรา"@th,
        "Madura Dili"@tr,
        "мадурська"@uk,
        "Tiếng Madura"@vi,
        "馬都拉語"@zh .

<http://lexvo.org/id/iso639-3/mag> a lvont:Language,
        skos:Concept ;
    lvont:isFocusOf <http://id.loc.gov/vocabulary/iso639-2/mag> ;
    lvont:iso6392BCode "mag"^^xsd:string ;
    lvont:iso6392TCode "mag"^^xsd:string ;
    lvont:iso639P3PCode "mag"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-2/mag>,
        <http://www.glottolog.org/resource/languoid/id/maga1260> ;
    owl:sameAs <http://dbpedia.org/resource/Magahi_language>,
        <http://psi.oasis-open.org/iso/639/#mag>,
        <http://www.lingvoj.org/lang/mag>,
        <http://www.mpii.de/yago/resource/Magahi_language>,
        <info:lc/vocabulary/languages/mag> ;
    skos:altLabel "মাগধী ভাষা"@bn,
        "Magadeg"@br,
        "Magahi"@ca,
        "Magahijština"@cs,
        "Magahi"@da,
        "Magahi language"@en,
        "Magahi"@es,
        "Magahi"@fr,
        "મગહી ભાષા"@gu,
        "मगाही"@hi,
        "Lingua magadhi"@it,
        "मागधी भाषा"@mr,
        "Magadhi"@nn,
        "Język magahi"@pl,
        "Magahi"@pt,
        "Магахи"@ru,
        "ภาษามคธี"@th,
        "Маґадгі"@uk ;
    skos:definition "The Magahi language (Devanagari: मगही; also known as Magadhi, मगधी) is a language spoken in India. Magadhi Prakrit was the ancestor of Magadhi, from which the latter's name derives. The ancestral language, Magadhi Prakrit, is believed to be the language spoken by the Buddha, and the language of the ancient kingdom of Magadha. Magadhi is closely related to Bhojpuri and Maithili, and these languages are sometimes referred to as a single language, Bihari. These languages, together with several other related languages, are known as the Bihari languages, which form a sub-group of the Eastern Zone of Indo-Aryan languages. Magadhi has approximately 18 million speakers."@en ;
    skos:inScheme lexvo: ;
    skos:notation "mag"^^xsd:string ;
    skos:prefLabel "الماجا"@ar,
        "maqahi dili"@az,
        "магахи"@bg,
        "মাগাহি"@bn,
        "magahi"@br,
        "मघी"@brx,
        "magahi"@bs,
        "магахи"@bs-Cyrl,
        "magahi"@ca,
        "马加伊文"@cmn,
        "馬加伊文"@cmn-Hant,
        "magahijština"@cs,
        "Magahi"@cy,
        "magahi"@da,
        "Khotta"@de,
        "Μαγκάχι"@el,
        "Magahi"@en,
        "magahi"@es,
        "magali"@et,
        "ماگاهیایی"@fa,
        "magahi"@fi,
        "magahi"@fr,
        "Khotta"@gsw,
        "મગહી"@gu,
        "מאגאהית"@he,
        "मगही"@hi,
        "magahi"@hr,
        "magahi"@hu,
        "Magahi"@id,
        "magahí"@is,
        "magahi"@it,
        "マガヒー語"@ja,
        "ಮಗಾಹಿ"@kn,
        "마가히"@ko,
        "مَگاے"@ks,
        "Lingua Magahi"@la,
        "ມາກາຮິ"@lo,
        "magahi"@lt,
        "magahiešu"@lv,
        "магахи"@mk,
        "മഗാഹി"@ml,
        "मगही"@mr,
        "Magaħi"@mt,
        "magahi"@nb,
        "Magahi"@nl,
        "magahi"@nn,
        "Magahi"@no,
        "ମାଗାହୀ"@or,
        "magahi"@pl,
        "Lenga magahi"@pms,
        "magahi"@pt,
        "magahi"@rm,
        "magahi"@ro,
        "магахи"@ru,
        "magadhčina"@sk,
        "magadščina"@sl,
        "Магахи"@sr,
        "Magahi"@sr-Latn,
        "magahi"@sv,
        "மகாஹி"@ta,
        "మగాహి"@te,
        "มคหี"@th,
        "Magahi"@tr,
        "магадхі"@uk,
        "Tiếng Magahi"@vi,
        "摩揭陀語"@zh .

<http://lexvo.org/id/iso639-3/mak> a lvont:Language,
        skos:Concept ;
    lvont:isFocusOf <http://id.loc.gov/vocabulary/iso639-2/mak> ;
    lvont:iso6392BCode "mak"^^xsd:string ;
    lvont:iso6392TCode "mak"^^xsd:string ;
    lvont:iso639P3PCode "mak"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-2/mak>,
        <http://www.glottolog.org/resource/languoid/id/maka1311> ;
    owl:sameAs <http://dbpedia.org/resource/Makassarese_language>,
        <http://psi.oasis-open.org/iso/639/#mak>,
        <http://www.lingvoj.org/lang/mak>,
        <http://www.mpii.de/yago/resource/Makassarese_language>,
        <info:lc/vocabulary/languages/mak> ;
    skos:altLabel "Makassar-Sprache"@de,
        "Makassarese language"@en,
        "Makassarin kieli"@fi,
        "Makassar"@fr,
        "Bahasa Makassar"@id,
        "Język makasarski"@pl,
        "Língua makassaresa"@pt,
        "Макасарский язык"@ru,
        "Makassariska"@sv,
        "ภาษามากัสซาร์"@th ;
    skos:definition "Makassarese (sometimes spelled Makasar, Makassar, or Macassar) is a language used by the Makassarese people in South Sulawesi island (Celebes) in Indonesia. It is a member of the Austronesian language family of the South Sulawesi group, and thus closely related to, among others, Buginese."@en ;
    skos:inScheme lexvo: ;
    skos:notation "mak"^^xsd:string ;
    skos:prefLabel "الماكاسار"@ar,
        "makasar dili"@az,
        "макасар"@bg,
        "Bahasa Mangkasar"@bjn,
        "ম্যাকাসার"@bn,
        "मक्सर"@brx,
        "makasar"@bs,
        "макасар"@bs-Cyrl,
        "makassar"@ca,
        "望加锡文"@cmn,
        "望加錫文"@cmn-Hant,
        "makasarština"@cs,
        "Macasareg"@cy,
        "makasar"@da,
        "Makassarisch"@de,
        "Μακαζάρ"@el,
        "Makasar"@en,
        "macasar"@es,
        "makassari"@et,
        "ماکاسار"@fa,
        "makassar"@fi,
        "makassar"@fr,
        "Makassarisch"@gsw,
        "મકાસર"@gu,
        "מקסאר"@he,
        "मकासर"@hi,
        "Makasar bhasa"@hif,
        "makasar"@hr,
        "makaszar"@hu,
        "Makasar"@id,
        "makasar"@is,
        "makasar"@it,
        "マカッサル語"@ja,
        "Basa Makassar"@jv,
        "მაკასარული ენა"@ka,
        "ಮಕಾಸರ್"@kn,
        "마카사어"@ko,
        "مَکَسار"@ks,
        "ມາກາຊາຣ"@lo,
        "makasaro"@lt,
        "makasaru"@lv,
        "макасарски"@mk,
        "മകാസർ"@ml,
        "मकस्सर"@mr,
        "Bahasa Makassar"@ms,
        "Makasar"@mt,
        "makasar"@nb,
        "Makassaars"@nl,
        "makasar"@nn,
        "ମକାସର୍"@or,
        "makasar"@pl,
        "Lenga makasar"@pms,
        "makasar"@pt,
        "makassar"@rm,
        "makasar"@ro,
        "макассарский"@ru,
        "makasarčina"@sk,
        "makasarščina"@sl,
        "Макасар"@sr,
        "Makasar"@sr-Latn,
        "makasar"@sv,
        "மகாசார்"@ta,
        "మకాసార్"@te,
        "มากาซาร์"@th,
        "Makasar"@tr,
        "макасарська"@uk,
        "Tiếng Makasar"@vi .

<http://lexvo.org/id/iso639-3/mas> a lvont:Language,
        skos:Concept ;
    lvont:isFocusOf <http://id.loc.gov/vocabulary/iso639-2/mas> ;
    lvont:iso6392BCode "mas"^^xsd:string ;
    lvont:iso6392TCode "mas"^^xsd:string ;
    lvont:iso639P3PCode "mas"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-2/mas>,
        <http://www.glottolog.org/resource/languoid/id/masa1300> ;
    owl:sameAs <http://dbpedia.org/resource/Kwavi_dialect>,
        <http://psi.oasis-open.org/iso/639/#mas>,
        <http://www.lingvoj.org/lang/mas>,
        <http://www.mpii.de/yago/resource/Kwavi_dialect>,
        <info:lc/vocabulary/languages/mas> ;
    skos:altLabel "Kwavi dialect"@en,
        "massaï"@fr,
        "masajski"@hr ;
    skos:definition "Kwavi is the dialect of Maasai spoken by the Kwavi people ( Parakuyo or Baraguyu) of Tanzania. It was formerly listed as \"unclassified\" by the Ethnologue, which corrected this mistake in the 15th edition by incorporating it in Maasai."@en ;
    skos:inScheme lexvo: ;
    skos:notation "mas"^^xsd:string ;
    skos:prefLabel "Masai"@af,
        "الماساي"@ar,
        "masay dili"@az,
        "масаі"@be,
        "масайски"@bg,
        "মাসাই"@bn,
        "masai"@br,
        "मसाई"@brx,
        "masai"@bs,
        "масаи"@bs-Cyrl,
        "massai"@ca,
        "萨伊文"@cmn,
        "馬賽文"@cmn-Hant,
        "masajština"@cs,
        "Masai"@cy,
        "masai"@da,
        "Massai-Sprache"@de,
        "Μασάι"@el,
        "Masai"@en,
        "masai"@es,
        "masai"@et,
        "ماسایی"@fa,
        "maasai"@fi,
        "masai"@fr,
        "Massai-Schpraach"@gsw,
        "મસાઇ"@gu,
        "מאסאית"@he,
        "मसाई"@hi,
        "Kwavi"@hr,
        "masai"@hu,
        "Masai"@id,
        "masaí"@is,
        "masai"@it,
        "マサイ語"@ja,
        "ಮಸಾಯ್"@kn,
        "마사이어"@ko,
        "مَساے"@ks,
        "ມາໄຊ"@lo,
        "masajų"@lt,
        "masaju"@lv,
        "Maa"@mas,
        "масаи"@mk,
        "മസൈ"@ml,
        "मसाई"@mr,
        "Masaj"@mt,
        "masai"@nb,
        "Masai"@nl,
        "masai"@nn,
        "ମାସାଇ"@or,
        "masajski"@pl,
        "massai"@pt,
        "masai"@rm,
        "masai"@ro,
        "масаи"@ru,
        "masajčina"@sk,
        "masajščina"@sl,
        "Масаи"@sr,
        "Masai"@sr-Latn,
        "massajiska"@sv,
        "Kimaa"@swh,
        "மாசாய்"@ta,
        "మాసాయి"@te,
        "มาไซ"@th,
        "Masai"@tr,
        "масаї"@uk,
        "Tiếng Masai"@vi .

<http://lexvo.org/id/iso639-3/mdf> a lvont:Language,
        skos:Concept ;
    lvont:isFocusOf <http://id.loc.gov/vocabulary/iso639-2/mdf> ;
    lvont:iso6392BCode "mdf"^^xsd:string ;
    lvont:iso6392TCode "mdf"^^xsd:string ;
    lvont:iso639P3PCode "mdf"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-2/mdf>,
        <http://www.glottolog.org/resource/languoid/id/moks1248> ;
    owl:sameAs <http://dbpedia.org/resource/Moksha_language>,
        <http://psi.oasis-open.org/iso/639/#mdf>,
        <http://www.lingvoj.org/lang/mdf>,
        <http://www.mpii.de/yago/resource/Moksha_language>,
        <info:lc/vocabulary/languages/mdf> ;
    skos:altLabel "Мокшански език"@bg,
        "Mokcheg"@br,
        "mordovià moksa"@ca,
        "mokšanština"@cs,
        "Mokschanische Sprache"@de,
        "Moksha language"@en,
        "Idioma moksha"@es,
        "Mokša keel"@et,
        "زبان موکشا"@fa,
        "Mokšan kieli"@fi,
        "Mokcha"@fr,
        "moksha"@hr,
        "Moksa nyelv"@hu,
        "Bahasa Moksha"@id,
        "Lingua mokša"@it,
        "모크샤어"@ko,
        "Mokšų kalba"@lt,
        "Мокшаски јазик"@mk,
        "Język moksza"@pl,
        "Мокшанский язык"@ru,
        "Mokšagiella"@se,
        "Moksja"@sv,
        "மோட்சா மொழி"@ta,
        "ภาษามอคชา"@th,
        "Мокшанська мова"@uk ;
    skos:definition "The Moksha language is a member of the Finno-Volgaic subdivision of the Uralic languages with about 500,000 native speakers. Moksha is the majority language in the western part of Mordovia. Its closest relative is the Erzya language, with which it is not intelligible. Moksha is also considered to be closely related to the extinct Meshcherian and Muromian languages. There are presently six dialects of Moksha: Central, Western (or Zubu dialect), South-Western, Northern, South-Eastern and Southern."@en ;
    skos:inScheme lexvo: ;
    skos:notation "mdf"^^xsd:string ;
    skos:prefLabel "Moksja"@af,
        "الموكشا"@ar,
        "mokşa dili"@az,
        "Мокша теле"@ba,
        "мокша"@bg,
        "মোকশা"@bn,
        "moksha"@br,
        "मोक्षा"@brx,
        "mokša"@bs,
        "мокша"@bs-Cyrl,
        "Mokxa"@ca,
        "莫克沙文"@cmn,
        "莫克沙文"@cmn-Hant,
        "Mokša"@cs,
        "Мокшєн҄ьскъ ѩꙁꙑкъ"@cu,
        "Мăкшă чĕлхи"@cv,
        "Mocsia"@cy,
        "moksha"@da,
        "Moksha"@de,
        "moktsiagbe"@ee,
        "Μόκσα"@el,
        "Moksha"@en,
        "Mokŝa lingvo"@eo,
        "moksha"@es,
        "mokša"@et,
        "مکشایی"@fa,
        "mokša"@fi,
        "moksa"@fr,
        "Mokschamordwinisch"@gsw,
        "મોક્ષ"@gu,
        "מוקשה"@he,
        "मोक्ष"@hi,
        "Mokša"@hr,
        "moksán"@hu,
        "Moksha"@id,
        "moksa"@is,
        "moksha"@it,
        "モクシャ語"@ja,
        "ಮೋಕ್ಷ"@kn,
        "목샤어"@ko,
        "Мокша кыв"@koi,
        "موکشا"@ks,
        "Мокша кыв"@kv,
        "ມອກຊາ"@lo,
        "mokša"@lt,
        "Muokšu kalba"@lt-x,
        "mokšu"@lv,
        "Мокшень кяль"@mdf,
        "мокша"@mk,
        "മോക്ഷ"@ml,
        "मोक्ष"@mr,
        "Moksha"@mt,
        "Мокшонь кель"@myv,
        "moksha"@nb,
        "Moksha"@nl,
        "moksha"@nn,
        "ମୋକ୍ଷ"@or,
        "moksha"@pl,
        "Lenga Moksha"@pms,
        "mocsa"@pt,
        "moksha"@rm,
        "moksha"@ro,
        "мокшанский"@ru,
        "Ikimokisha"@rw,
        "Мокша тыла"@sah,
        "mokšagiella"@se,
        "mokšiančina"@sk,
        "mokšavščina"@sl,
        "Мокша"@sr,
        "Mokša"@sr-Latn,
        "moksja"@sv,
        "Mokszańsko godka"@szl,
        "மோக்க்ஷா"@ta,
        "మొక్షా"@te,
        "มอคชา"@th,
        "lea fakamokisā"@to,
        "Mokşa Dili"@tr,
        "Мукшы теле"@tt,
        "Мокша кыл"@udm,
        "мокша"@uk,
        "Tiếng Moksha"@vi,
        "Moksa kiil"@vro,
        "莫克沙語"@zh .

<http://lexvo.org/id/iso639-3/mdr> a lvont:Language,
        skos:Concept ;
    lvont:isFocusOf <http://id.loc.gov/vocabulary/iso639-2/mdr> ;
    lvont:iso6392BCode "mdr"^^xsd:string ;
    lvont:iso6392TCode "mdr"^^xsd:string ;
    lvont:iso639P3PCode "mdr"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-2/mdr>,
        <http://www.glottolog.org/resource/languoid/id/mand1442> ;
    owl:sameAs <http://dbpedia.org/resource/Mandar_language>,
        <http://psi.oasis-open.org/iso/639/#mdr>,
        <http://www.lingvoj.org/lang/mdr>,
        <http://www.mpii.de/yago/resource/Mandar_language>,
        <info:lc/vocabulary/languages/mdr> ;
    skos:altLabel "Mandaresisch"@de,
        "Mandar language"@en,
        "Mandar"@fr,
        "Bahasa Mandar"@id,
        "Língua mandar"@pt,
        "Мандарский язык"@ru ;
    skos:definition "Mandar (also Andian, Manjar, Mandharsche) is an Austronesian language spoken by the group ethnic Mandar living in West Sulawesi province, Indonesia, especially in the sea side regencies like - Majene and Polewali-Mandar as well as few settlements in the islands of Pangkep District also known as Spermonde Archipelago and Ujung Lero, small peninsula near Pare-Pare)."@en ;
    skos:inScheme lexvo: ;
    skos:notation "mdr"^^xsd:string ;
    skos:prefLabel "الماندار"@ar,
        "mandar dili"@az,
        "мандар"@bg,
        "ম্যাণ্ডার"@bn,
        "mandar"@br,
        "मंदार"@brx,
        "mandar"@bs,
        "мандар"@bs-Cyrl,
        "mandar"@ca,
        "曼达尔文"@cmn,
        "曼达尔"@cmn-Hans,
        "曼達文"@cmn-Hant,
        "mandar"@cs,
        "Mandareg"@cy,
        "mandar"@da,
        "Mandar"@de,
        "Μανδάρ"@el,
        "Mandar"@en,
        "mandar"@es,
        "mandari"@et,
        "ماندار"@fa,
        "mandar"@fi,
        "mandar"@fr,
        "Mandaresisch"@gsw,
        "મંડાર"@gu,
        "מנדאר"@he,
        "मंधार"@hi,
        "mandar"@hr,
        "mandar"@hu,
        "Mandar"@id,
        "mandar"@is,
        "mandar"@it,
        "マンダル語"@ja,
        "Basa Mandar"@jv,
        "ಮಂದಾರ್"@kn,
        "만다르어"@ko,
        "مَندَر"@ks,
        "ມານດາຣ"@lo,
        "mandar"@lt,
        "mandaru"@lv,
        "мандар"@mk,
        "മണ്ഡാർ"@ml,
        "मंडार"@mr,
        "Bahasa Mandar"@ms,
        "Mandar"@mt,
        "mandar"@nb,
        "Mandar"@nl,
        "mandar"@nn,
        "ମନ୍ଦାର"@or,
        "mandar"@pl,
        "Lenga mandar"@pms,
        "mandar"@pt,
        "mandar"@rm,
        "mandar"@ro,
        "мандарский"@ru,
        "mandarčina"@sk,
        "mandarščina"@sl,
        "Мандар"@sr,
        "Mandar"@sr-Latn,
        "mandar"@sv,
        "மான்டார்"@ta,
        "మండార్"@te,
        "มานดาร์"@th,
        "Mandar"@tr,
        "мандарська"@uk,
        "Tiếng Mandar"@vi .

<http://lexvo.org/id/iso639-3/men> a lvont:Language,
        skos:Concept ;
    lvont:isFocusOf <http://id.loc.gov/vocabulary/iso639-2/men> ;
    lvont:iso6392BCode "men"^^xsd:string ;
    lvont:iso6392TCode "men"^^xsd:string ;
    lvont:iso639P3PCode "men"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-2/men>,
        <http://www.glottolog.org/resource/languoid/id/mend1266> ;
    owl:sameAs <http://dbpedia.org/resource/Mende_language>,
        <http://psi.oasis-open.org/iso/639/#men>,
        <http://www.lingvoj.org/lang/men>,
        <http://www.mpii.de/yago/resource/Mende_language>,
        <info:lc/vocabulary/languages/men> ;
    skos:altLabel "Mende-Sprache"@de,
        "Mende (Sierra Leone)"@en,
        "Mende language"@en,
        "Idioma mende"@es,
        "Mendé"@fr,
        "Mende"@hr,
        "Lingua mende"@it,
        "Língua mende"@pt,
        "Менде"@ru ;
    skos:definition "Mende is a major language of Sierra Leone, with some speakers in neighboring Liberia. It is spoken by the Mende people and by other ethnic groups as a regional lingua franca in southern Sierra Leone."@en ;
    skos:inScheme lexvo: ;
    skos:notation "men"^^xsd:string ;
    skos:prefLabel "الميند"@ar,
        "mende dili"@az,
        "мендэ"@be,
        "менде"@bg,
        "মেন্ডে"@bn,
        "mende"@br,
        "मेंदे"@brx,
        "mende"@bs,
        "менде"@bs-Cyrl,
        "mende"@ca,
        "门迪文"@cmn,
        "門德文"@cmn-Hant,
        "mende"@cs,
        "Mendeg"@cy,
        "mende"@da,
        "Mende"@de,
        "Μέντε"@el,
        "Mende"@en,
        "mende"@es,
        "mende"@et,
        "منده‌ای"@fa,
        "mende"@fi,
        "mendé"@fr,
        "Mende-Schpraach"@gsw,
        "મેન્ડે"@gu,
        "מנדה"@he,
        "मेन्डे"@hi,
        "mende"@hr,
        "mende"@hu,
        "Mende"@id,
        "mende"@is,
        "mende"@it,
        "メンデ語"@ja,
        "ಮೆಂಡೆ"@kn,
        "멘데어"@ko,
        "میندیے"@ks,
        "ເມນເດ"@lo,
        "mende"@lt,
        "mendu"@lv,
        "мендески"@mk,
        "മെൻഡെ"@ml,
        "मेन्डे"@mr,
        "Mende"@mt,
        "mende"@nb,
        "Mende"@nl,
        "mende"@nn,
        "ମେଣ୍ଡେ"@or,
        "mende"@pl,
        "Lenga Mende"@pms,
        "mende"@pt,
        "mende"@rm,
        "mende"@ro,
        "менде"@ru,
        "mendi"@sk,
        "mende"@sl,
        "Менде"@sr,
        "Mende"@sr-Latn,
        "mende"@sv,
        "Kimende"@swh,
        "மென்டீ"@ta,
        "మెండే"@te,
        "เมนเด"@th,
        "Mende"@tr,
        "менде"@uk,
        "Tiếng Mende"@vi,
        "门德语"@zh .

<http://lexvo.org/id/iso639-3/mic> a lvont:Language,
        skos:Concept ;
    lvont:isFocusOf <http://id.loc.gov/vocabulary/iso639-2/mic> ;
    lvont:iso6392BCode "mic"^^xsd:string ;
    lvont:iso6392TCode "mic"^^xsd:string ;
    lvont:iso639P3PCode "mic"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-2/mic>,
        <http://www.glottolog.org/resource/languoid/id/mikm1235> ;
    owl:sameAs <http://dbpedia.org/resource/Mi'kmaq_language>,
        <http://lexvo.org/id/wordnet/30/noun/micmac_1_10_00>,
        <http://psi.oasis-open.org/iso/639/#mic>,
        <http://www.lingvoj.org/lang/mic>,
        <http://www.mpii.de/yago/resource/Mi'kmaq_language>,
        <info:lc/vocabulary/languages/mic> ;
    skos:altLabel "Mi'kmaq"@en,
        "Mi'kmaq language"@en,
        "Míkmaq language"@en,
        "Micmac"@fr,
        "mi'kmaq"@fr,
        "Język mikmak"@pl,
        "Микмак"@ru ;
    skos:definition "The Mikmaq language (spelled Micmac in English, and Míkmaq, Míkmaw or Mìgmao in Mikmaq) is an Eastern Algonquian language spoken by nearly 11,000 Mikmaq in Canada and the United States out of a total ethnic Mikmaq population of roughly 20,000. The word Mikmaq is a plural word meaning my friends (singular Míkm ); the adjectival form is Míkmaw. The languages native name is Lnuismk, Míkmawísimk or Míkmwei<ref name=\"Micmac Teaching Grammar 1976\"/> (in some dialects)."@en ;
    skos:inScheme lexvo: ;
    skos:notation "mic"^^xsd:string ;
    skos:prefLabel "الميكماكيونية"@ar,
        "mikmak dili"@az,
        "микмак"@bg,
        "মিকম্যাক"@bn,
        "Mikmakeg"@br,
        "मीकमाक"@brx,
        "mikmak"@bs,
        "микмак"@bs-Cyrl,
        "micmac"@ca,
        "米克马克文"@cmn,
        "米克馬克文"@cmn-Hant,
        "micmac"@cs,
        "Micmaceg"@cy,
        "micmac"@da,
        "Micmac-Sprache"@de,
        "Μικμάκ"@el,
        "Micmac"@en,
        "Mikmaka lingvo"@eo,
        "micmac"@es,
        "mikmaki"@et,
        "Mikmakera"@eu,
        "میکماکی"@fa,
        "micmac"@fi,
        "micmac"@fr,
        "Micmac-Schpraach"@gsw,
        "મિકમેક"@gu,
        "מיקמק"@he,
        "मिकमैक"@hi,
        "micmac"@hr,
        "mikmak"@hu,
        "Mikmak"@id,
        "mikmak"@is,
        "micmac"@it,
        "ミクマク語"@ja,
        "ಮಿಕ್‌ಮ್ಯಾಕ್"@kn,
        "미크맥어"@ko,
        "مِکمیک"@ks,
        "ມິກແມກ"@lo,
        "mikmak"@lt,
        "mikmaku"@lv,
        "микмек"@mk,
        "മിക്മാക്"@ml,
        "मिकमॅक"@mr,
        "Mikmek"@mt,
        "micmac"@nb,
        "Mi'kmaq"@nl,
        "micmac"@nn,
        "ମିକମୌକ୍"@or,
        "micmac"@pl,
        "Lenga micmac"@pms,
        "miquemaque"@pt,
        "Mikmaq simi"@qu,
        "micmac"@rm,
        "micmac"@ro,
        "микмак"@ru,
        "mikmakčina"@sk,
        "mikmaščina"@sl,
        "Микмак"@sr,
        "Mikmak"@sr-Latn,
        "mic-mac"@sv,
        "மிக்மாக்"@ta,
        "మికమాక్"@te,
        "มิกแมก"@th,
        "Micmac"@tr,
        "мікмак"@uk,
        "Tiếng Micmac"@vi .

<http://lexvo.org/id/iso639-3/mni> a lvont:Language,
        skos:Concept ;
    lvont:isFocusOf <http://id.loc.gov/vocabulary/iso639-2/mni> ;
    lvont:iso6392BCode "mni"^^xsd:string ;
    lvont:iso6392TCode "mni"^^xsd:string ;
    lvont:iso639P3PCode "mni"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-2/mni>,
        <http://www.glottolog.org/resource/languoid/id/mani1292> ;
    owl:sameAs <http://dbpedia.org/resource/Meitei_language>,
        <http://psi.oasis-open.org/iso/639/#mni>,
        <http://www.lingvoj.org/lang/mni>,
        <http://www.mpii.de/yago/resource/Meitei_language>,
        <info:lc/vocabulary/languages/mni> ;
    skos:altLabel "মৈতৈ ভাষা"@bn,
        "Meiteieg"@br,
        "Meithei-Sprache"@de,
        "Meitei language"@en,
        "Idioma meitei"@es,
        "manipuri"@fr,
        "મણિપુરી ભાષા"@gu,
        "मणिपुरी भाषा"@hi,
        "Bahasa Manipuri"@id,
        "Lingua manipuri"@it,
        "마니푸리어"@ko,
        "മണിപ്പൂരി ഭാഷ"@ml,
        "मणिपुरी भाषा"@mr,
        "Manipoeri"@nl,
        "Język manipuri"@pl,
        "Língua manipuri"@pt,
        "манипурский"@ru,
        "Манипури језик"@sr,
        "manipuri"@sv,
        "மணிப்புரியம்"@ta,
        "ภาษามณีปุรี"@th,
        "Маніпурі"@uk,
        "Tiếng Manipuri"@vi ;
    skos:definition "Meitei-lon (মৈতৈলোন্ ), also Meitei-lol (মৈতৈলোল্ ) and Manipuri (মণিপুরি ) (and sometimes, the 19th century British term, Meithei (মৈথৈ ), which is the name of the people, not of the language), is the predominant language and lingua franca in the southeastern Himalayan state of Manipur, in northeastern India. It is the official language in government offices. Meitei-lon is also spoken in the Indian states of Assam and Tripura, and in Bangladesh and Burma (now Myanmar)."@en ;
    skos:inScheme lexvo: ;
    skos:notation "mni"^^xsd:string ;
    skos:prefLabel "المانيبري"@ar,
        "manipüri dili"@az,
        "манипури"@bg,
        "মণিপুরী"@bn,
        "মেইতেই ঠার"@bpy,
        "manipuri"@br,
        "मणीपुरी"@brx,
        "manipuri"@bs,
        "манипури"@bs-Cyrl,
        "manipurí"@ca,
        "曼尼普里文"@cmn,
        "曼尼普裡文"@cmn-Hant,
        "manipurština"@cs,
        "Manipwri"@cy,
        "manipuri"@da,
        "Meitei"@de,
        "མ་ནི་པུ་རི"@dz,
        "Μανιπούρι"@el,
        "Manipuri"@en,
        "Manipura lingvo"@eo,
        "manipuri"@es,
        "manipuri"@et,
        "Manipurera"@eu,
        "میته‌ای"@fa,
        "manipuri"@fi,
        "Meitei"@fr,
        "Meithei-Schpraach"@gsw,
        "મનિપૂરી"@gu,
        "מניפורית"@he,
        "मणिपूरी"@hi,
        "manipurski"@hr,
        "manipuri"@hu,
        "Manipuri"@id,
        "manípúrí"@is,
        "manipuri"@it,
        "マニプリ語"@ja,
        "ಮಣಿಪುರಿ"@kn,
        "마니푸르어"@ko,
        "مَنیپوٗری"@ks,
        "Lingua Meitei"@la,
        "ມານີພູຣິ"@lo,
        "manipuri"@lt,
        "manipūru"@lv,
        "манипури"@mk,
        "മണിപ്പൂരി"@ml,
        "मणिपुरी"@mr,
        "Manipuri"@mt,
        "မနိပူရီ"@my,
        "manipuri"@nb,
        "मणिपुरी भाषा"@ne,
        "Meitei"@nl,
        "manipuri"@nn,
        "Meitei-lon"@no,
        "ମଣିପୁରୀ"@or,
        "manipuryjski"@pl,
        "Lenga Meitei"@pms,
        "manipuri"@pt,
        "manipuri"@rm,
        "manipur"@ro,
        "Манипури"@ru,
        "Manipuri jezik"@sh,
        "manípurčina"@sk,
        "manipurščina"@sl,
        "Манипури"@sr,
        "Manipuri"@sr-Latn,
        "Meitei"@sv,
        "மனிபூரி"@ta,
        "మణిపూరి"@te,
        "มณีปุระ"@th,
        "Manipuri"@tr,
        "маніпурі"@uk,
        "Tiếng Meitei"@vi,
        "曼尼普尔语"@zh .

<http://lexvo.org/id/iso639-3/mos> a lvont:Language,
        skos:Concept ;
    lvont:isFocusOf <http://id.loc.gov/vocabulary/iso639-2/mos> ;
    lvont:iso6392BCode "mos"^^xsd:string ;
    lvont:iso6392TCode "mos"^^xsd:string ;
    lvont:iso639P3PCode "mos"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-2/mos>,
        <http://www.glottolog.org/resource/languoid/id/moss1236> ;
    owl:sameAs <http://dbpedia.org/resource/Mossi_language>,
        <http://psi.oasis-open.org/iso/639/#mos>,
        <http://www.lingvoj.org/lang/mos>,
        <http://www.mpii.de/yago/resource/Mossi_language>,
        <info:lc/vocabulary/languages/mos> ;
    skos:altLabel "Mossi-Sprache"@de,
        "Mossi language"@en,
        "Idioma mossi"@es,
        "Mooren kieli"@fi,
        "Moré"@fr,
        "Lingua more"@it,
        "Mossi"@nl,
        "Język mossi"@pl,
        "Língua more"@pt,
        "Мооре"@ru,
        "Mòoré"@sv ;
    skos:definition "The Mossi language, Mòoré (also Mooré, Moré, Moshi, Moore or More) is one of two official regional languages of Burkina Faso, closely related and mutually intelligible with the Dagbani language spoken in northern Ghana. It is the language of the Mossi people, spoken by approximately 5 million people in Burkina, plus another 60,000+ in Mali and Togo."@en ;
    skos:inScheme lexvo: ;
    skos:notation "mos"^^xsd:string ;
    skos:prefLabel "الموسي"@ar,
        "mosi dili"@az,
        "мосі"@be,
        "моси"@bg,
        "মসি"@bn,
        "Mosieg"@br,
        "मोस्सी"@brx,
        "mosi"@bs,
        "моси"@bs-Cyrl,
        "moré"@ca,
        "莫西文"@cmn,
        "莫西文"@cmn-Hant,
        "mosi"@cs,
        "Mosi"@cy,
        "mossi"@da,
        "Mòoré"@de,
        "Μόσι"@el,
        "Mossi"@en,
        "Mosia lingvo"@eo,
        "mossi"@es,
        "more"@et,
        "ماسیایی"@fa,
        "mossi"@fi,
        "moré"@fr,
        "Mossi-Schpraach"@gsw,
        "મોસ્સી"@gu,
        "מוסי"@he,
        "मोस्सी"@hi,
        "More bhasa"@hif,
        "mossi"@hr,
        "moszi"@hu,
        "Mossi"@id,
        "mossí"@is,
        "mossi"@it,
        "モシ語"@ja,
        "ಮೊಸ್ಸಿ"@kn,
        "모시어"@ko,
        "موسی"@ks,
        "ມອສຊີ"@lo,
        "mosi"@lt,
        "mosu"@lv,
        "моси"@mk,
        "മൊസ്സി"@ml,
        "मोस्सी"@mr,
        "Mossi"@mt,
        "mossi"@nb,
        "More"@nl,
        "mossi"@nn,
        "ମୋସି"@or,
        "mossi"@pl,
        "Lenga Mooré"@pms,
        "mossi"@pt,
        "Muwriy simi"@qu,
        "mossi"@rm,
        "mossi"@ro,
        "моси"@ru,
        "mossi"@sk,
        "mosijščina"@sl,
        "Моси"@sr,
        "Mosi"@sr-Latn,
        "mossi"@sv,
        "Kimoore"@swh,
        "மோஸ்ஸி"@ta,
        "మోస్సి"@te,
        "โมซี"@th,
        "Mossi"@tr,
        "моссі"@uk,
        "Tiếng Mossi"@vi,
        "莫西语"@zh .

<http://lexvo.org/id/iso639-3/myv> a lvont:Language,
        skos:Concept ;
    lvont:isFocusOf <http://id.loc.gov/vocabulary/iso639-2/myv> ;
    lvont:iso6392BCode "myv"^^xsd:string ;
    lvont:iso6392TCode "myv"^^xsd:string ;
    lvont:iso639P3PCode "myv"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-2/myv>,
        <http://www.glottolog.org/resource/languoid/id/erzy1239> ;
    owl:sameAs <http://dbpedia.org/resource/Erzya_language>,
        <http://psi.oasis-open.org/iso/639/#myv>,
        <http://www.lingvoj.org/lang/myv>,
        <http://www.mpii.de/yago/resource/Erzya_language>,
        <info:lc/vocabulary/languages/myv> ;
    skos:altLabel "Ерзянски език"@bg,
        "Erzyeg"@br,
        "mordovià erza"@ca,
        "erzjanština"@cs,
        "Ersjanische Sprache"@de,
        "Erzya language"@en,
        "Idioma erzya"@es,
        "Ersa keel"@et,
        "زبان ارزیا"@fa,
        "Ersän kieli"@fi,
        "Erzya"@fr,
        "erzya"@fr,
        "Lingua ersiana"@it,
        "엘즈야어"@ko,
        "Erzių kalba"@lt,
        "Ерзјански јазик"@mk,
        "Ersjamordvinsk"@nn,
        "Język erzja"@pl,
        "Эрзянский язык"@ru,
        "Ersagiella"@se,
        "Erzya"@sv,
        "எருசிய மொழி"@ta,
        "ภาษาเอิร์สยา"@th,
        "Ерзянська мова"@uk ;
    skos:definition "The Erzya language (эрзянь кель) is spoken by about 500,000 people in the northern and eastern and north-western parts of the Republic of Mordovia and adjacent regions of Nizhniy Novgorod, Chuvashia, Penza, Samara, Saratov, Orenburg, Ulyanovsk, Tatarstan and Bashkortostan in Russia. A diaspora can also be found in Armenia, Estonia as well as in Kazakhstan and other newly independent states of Central Asia. Erzya is currently written using Cyrillic with no modifications to the variant used by the Russian language. In Mordovia, Erzya is co-official with Moksha and Russian."@en ;
    skos:inScheme lexvo: ;
    skos:notation "myv"^^xsd:string ;
    skos:prefLabel "Erzja"@af,
        "الأرزية"@ar,
        "erzya dili"@az,
        "Эрзя теле"@ba,
        "ерзиа"@bg,
        "এরজিয়া"@bn,
        "erza"@br,
        "ऐर्ज़िया"@brx,
        "erzija"@bs,
        "ерзија"@bs-Cyrl,
        "Erzya"@ca,
        "俄日亚文"@cmn,
        "厄爾茲亞文"@cmn-Hant,
        "Erzja"@cs,
        "Єрꙁꙗн҄ьскъ ѩꙁꙑкъ"@cu,
        "Ирçе чĕлхи"@cv,
        "erzya"@da,
        "Ersja-Mordwinisch"@de,
        "erziyagbe"@ee,
        "Έρζυα"@el,
        "Erzya"@en,
        "Erzja lingvo"@eo,
        "erzya"@es,
        "ersa"@et,
        "ارزیایی"@fa,
        "ersä"@fi,
        "erza"@fr,
        "Mordvin"@gd,
        "Erzya"@gsw,
        "એર્ઝયા"@gu,
        "ארזיה"@he,
        "एर्ज़या"@hi,
        "mordvinski"@hr,
        "erzjány"@hu,
        "Eryza"@id,
        "ersja"@is,
        "erzya"@it,
        "エルジャ語"@ja,
        "ಎರ್‌ಝ್ಯಾ"@kn,
        "에르자어"@ko,
        "Эрзя кыв"@koi,
        "ایٚرزِیا"@ks,
        "Эрзя кыв"@kv,
        "ເອີຍາ"@lo,
        "erzyjų"@lt,
        "Erziu kalba"@lt-x,
        "erzju"@lv,
        "Эрзянь кяль"@mdf,
        "ержа"@mk,
        "ഏഴ്സ്യ"@ml,
        "एर्झ्या"@mr,
        "Bahasa Erzya"@ms,
        "Erzya"@mt,
        "Эрзянь кель"@myv,
        "erzya"@nb,
        "Erzja"@nl,
        "erzya"@nn,
        "ଏର୍ଜୟା"@or,
        "Эрзянаг æвзаг"@os,
        "erzya"@pl,
        "Lenga Erzya"@pms,
        "ارضیا"@pnb,
        "erzya"@pt,
        "erzya"@rm,
        "erzya"@ro,
        "эрзя"@ru,
        "ersagiella"@se,
        "erzjančina"@sk,
        "erzjanščina"@sl,
        "Ерзија"@sr,
        "Erzija"@sr-Latn,
        "Ersjanisk"@stq,
        "erjya"@sv,
        "ஏர்ஜியா"@ta,
        "ఎర్జియా"@te,
        "เอียร์ซยา"@th,
        "lea fakaʻelisia"@to,
        "Erzya"@tr,
        "Эрзә теле"@tt,
        "Эрзя кыл"@udm,
        "ерзя"@uk,
        "Tiếng Erzya"@vi,
        "Ersä kiil"@vro,
        "厄尔兹亚语"@zh .

<http://lexvo.org/id/iso639-3/nap> a lvont:Language,
        skos:Concept ;
    lvont:isFocusOf <http://id.loc.gov/vocabulary/iso639-2/nap> ;
    lvont:iso6392BCode "nap"^^xsd:string ;
    lvont:iso6392TCode "nap"^^xsd:string ;
    lvont:iso639P3PCode "nap"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-2/nap>,
        <http://www.glottolog.org/resource/languoid/id/neap1235> ;
    owl:sameAs <http://dbpedia.org/resource/Southern_Italian>,
        <http://psi.oasis-open.org/iso/639/#nap>,
        <http://www.lingvoj.org/lang/nap>,
        <http://www.mpii.de/yago/resource/Southern_Italian>,
        <info:lc/vocabulary/languages/nap> ;
    skos:altLabel "Süditalienisch"@de,
        "Southern Italian"@en,
        "گویش ایتالیایی جنوبی"@fa,
        "Dialetti italiani meridionali"@it ;
    skos:definition "Southern Italian (Dialetti italiani meridionali), or Napoletano-Calabrese, is a group of Italo-Dalmatian Romance dialects spoken in Southern Lazio, Southern Marche, Abruzzo, Molise, Campania, Basilicata, Apulia, and Northern Calabria. Part of a language continuum, they are all mutually intelligible and are often referred to as Neapolitan languages (based on Naples' historic role as capital of the region). According to Ethnologue, the dialects are grouped as Napoletano-Calabrese and are given the status of language. Some consider the dialects simply as Italian dialects affected by a samnite substratum."@en ;
    skos:inScheme lexvo: ;
    skos:notation "nap"^^xsd:string ;
    skos:prefLabel "اللغة النابولية"@ar,
        "neapolital dili"@az,
        "неаполитански"@bg,
        "নেয়াপোলিটান"@bn,
        "napolitaneg"@br,
        "नेआपोलिटन"@brx,
        "neapolitanski"@bs,
        "неаполитански"@bs-Cyrl,
        "napolità"@ca,
        "拿波里文"@cmn,
        "拿波里文"@cmn-Hant,
        "neapolština"@cs,
        "Naplieg"@cy,
        "neapolitansk"@da,
        "Neapolitanisch"@de,
        "Ναπολιτανικά"@el,
        "Neapolitan"@en,
        "𐐤𐐨𐐲𐐹𐐱𐑊𐐮𐐻𐐲𐑌"@en-Dsrt,
        "napolitano"@es,
        "napoli"@et,
        "ناپلی"@fa,
        "napoli"@fi,
        "napolitain"@fr,
        "napoletan"@fur,
        "Neapolitanisch"@gsw,
        "નેપોલિટાન"@gu,
        "נפוליטנית"@he,
        "नीपोलिटन"@hi,
        "napolitanski"@hr,
        "nápolyi"@hu,
        "Neapolitan"@id,
        "napólíska"@is,
        "napoletano"@it,
        "ナポリ語"@ja,
        "ნეაპოლიტანური"@ka,
        "ನಿಯಾಪೊಲಿಟನ್"@kn,
        "나폴리어"@ko,
        "نیٖپالیٹَن"@ks,
        "ນາໂປລີ"@lo,
        "neapoliečių"@lt,
        "neapoliešu"@lv,
        "неаполски"@mk,
        "നെപ്പോളിറ്റാൻ"@ml,
        "नेपोलिटान"@mr,
        "Neapolitan"@mt,
        "napolitansk"@nb,
        "Napolitaans"@nl,
        "napolitansk"@nn,
        "ନୀପୋଲିଟାନ୍"@or,
        "neapolitański"@pl,
        "napolitano"@pt,
        "neapolitan"@rm,
        "napolitană"@ro,
        "неаполитанский"@ru,
        "neapolčina"@sk,
        "napolitanščina"@sl,
        "Неаполитански"@sr,
        "Neapolitanski"@sr-Latn,
        "napolitanska"@sv,
        "நியோபோலிடன்"@ta,
        "నియాపోలిటన్"@te,
        "นาโปลี"@th,
        "Napolice"@tr,
        "неаполітанська"@uk,
        "Tiếng Napoli"@vi .

<http://lexvo.org/id/iso639-3/nde> a lvont:Language,
        skos:Concept ;
    lvont:isFocusOf <http://id.loc.gov/vocabulary/iso639-2/nde> ;
    lvont:iso6392BCode "nde"^^xsd:string ;
    lvont:iso6392TCode "nde"^^xsd:string ;
    lvont:iso639P1Code "nd"^^xsd:string ;
    lvont:iso639P3PCode "nde"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-2/nde> ;
    owl:sameAs <http://dbpedia.org/resource/Northern_Ndebele_language>,
        <http://lexvo.org/id/iso639-1/nd>,
        <http://psi.oasis-open.org/iso/639/#nde>,
        <http://www.lingvoj.org/lang/nd>,
        <http://www.mpii.de/yago/resource/Northern_Ndebele_language>,
        <info:lc/vocabulary/languages/nde> ;
    skos:altLabel "Nord-Ndebele-Sprache"@de,
        "Ndebele, North"@en,
        "Northern Ndebele language"@en,
        "Idioma ndebele del norte"@es,
        "iparraldeko ndebeleera"@eu,
        "ndébélé du Nord"@fr,
        "Lingua ndebele del nord"@it,
        "Noord-Ndebele"@nl,
        "Język ndebele północny"@pl,
        "Língua ndebele do norte"@pt,
        "Северный ндебеле"@ru,
        "Nordndebele"@sv ;
    skos:definition "The Northern Ndebele language, isiNdebele, or Ndebele is an African language belonging to the Nguni group of Bantu languages, and spoken by the Ndebele or Matabele people of Zimbabwe. It is commonly known as Sindebele."@en ;
    skos:inScheme lexvo: ;
    skos:notation "nde"^^xsd:string ;
    skos:prefLabel "Noord-Ndebele"@af,
        "ሰሜን ንዴብሌ"@am,
        "النديبيل الشمالي"@ar,
        "şimal ndebele dili"@az,
        "северен ндебеле"@bg,
        "উত্তর এন্দেবিলি"@bn,
        "ndebele an Norzh"@br,
        "उत्तर न्दबेले"@brx,
        "severni ndebele"@bs,
        "северни ндебеле"@bs-Cyrl,
        "ndebele septentrional"@ca,
        "北恩德贝勒文"@cmn,
        "北地畢列文"@cmn-Hant,
        "ndebele (Zimbabwe)"@cs,
        "Ndebele Gogleddol"@cy,
        "nordndebele"@da,
        "IsiNdebele"@de,
        "dziehe ndebelegbe"@ee,
        "Ντεμπέλε Βορρά"@el,
        "North Ndebele"@en,
        "Norda Ndebela lingvo"@eo,
        "ndebele septentrional"@es,
        "põhjandebele"@et,
        "Iparraldeko ndebelera"@eu,
        "انده‌بله‌ای شمالی"@fa,
        "pohjois-ndebele"@fi,
        "North Ndebele"@fil,
        "Sindebele"@fr,
        "ndebele setentrionâl"@fur,
        "ndebele do norte"@gl,
        "Nord-Ndebele-Schpraach"@gsw,
        "ઉતર દેબેલ"@gu,
        "צפון נדבלה"@he,
        "उत्तरी देबेल"@hi,
        "sjeverni ndebele"@hr,
        "északi ndebele"@hu,
        "Ndebele Utara"@id,
        "norðurndebele"@is,
        "ndebele del nord"@it,
        "北ンデベレ語"@ja,
        "Солтүстік ндебел"@kk,
        "ಉತ್ತರ ದೆಬೆಲೆ"@kn,
        "북부 은데벨레어"@ko,
        "شُمال ڈَبیل"@ks,
        "Nood-Ndebele"@ksh,
        "ເອັນເດເບເລເໜືອ"@lo,
        "šiaurės ndebelų"@lt,
        "ziemeļndebelu"@lv,
        "северен ндебеле"@mk,
        "നോർത്ത് ഡെബിൾ"@ml,
        "उत्तरी देबेली"@mr,
        "Ndebele, ta’ Fuq"@mt,
        "Ndebeletlahtōlli mictlāmpa"@nah,
        "nord-ndebele"@nb,
        "isiNdebele"@nd,
        "Noord-Ndbele"@nl,
        "nord-ndebele"@nn,
        "Nordndebele"@no,
        "ଉତ୍ତର ନେଡବେଲେ"@or,
        "ndebele północny"@pl,
        "Lenga Ndebele"@pms,
        "ndebele do norte"@pt,
        "ndebele dal nord"@rm,
        "ndebele de nord"@ro,
        "северный ндебели"@ru,
        "severné ndbele"@sk,
        "severna ndebelščina"@sl,
        "Северни ндебеле"@sr,
        "Severni ndebele"@sr-Latn,
        "nordndebele"@sv,
        "Kindebele cha Kaskazini"@swh,
        "வடக்கு தெபெலே"@ta,
        "ఉత్తర దెబెలె"@te,
        "เอ็นเดเบเลเหนือ"@th,
        "lea netepele fakatokelau"@to,
        "Kuzey Ndebele"@tr,
        "ндебелє північна"@uk,
        "شمالی دبیل"@ur,
        "Bắc Ndebele"@vi,
        "Nordndebele"@wae,
        "Ndebele Utara"@zsm,
        "isi-North Ndebele"@zu .

<http://lexvo.org/id/iso639-3/new> a lvont:Language,
        skos:Concept ;
    lvont:isFocusOf <http://id.loc.gov/vocabulary/iso639-2/new> ;
    lvont:iso6392BCode "new"^^xsd:string ;
    lvont:iso6392TCode "new"^^xsd:string ;
    lvont:iso639P3PCode "new"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-2/new>,
        <http://www.glottolog.org/resource/languoid/id/newa1246> ;
    owl:sameAs <http://dbpedia.org/resource/Nepal_Bhasa>,
        <http://psi.oasis-open.org/iso/639/#new>,
        <http://www.lingvoj.org/lang/new>,
        <http://www.mpii.de/yago/resource/Nepal_Bhasa>,
        <info:lc/vocabulary/languages/new> ;
    skos:altLabel "لغة نيوارية"@ar,
        "Nepal bhasa"@br,
        "Νεγουάρι"@el,
        "Bhasa, Nepal"@en,
        "Nepal Bhasa"@en,
        "Nepal bhasa"@es,
        "زبان نپال بهاسایی"@fa,
        "Nepalbhasha"@fr,
        "nepal bhasa"@fr,
        "નેપાલ ભાષા"@gu,
        "נפאל בהאסה"@he,
        "नेपालभाषा"@hi,
        "Bahasa Nepal"@id,
        "Lingua Nepal Bhasa"@it,
        "ネパール・バサ語"@ja,
        "Nevarų kalba"@lt,
        "नेपाळ भाषा"@mr,
        "Nepalbhasa"@nl,
        "ନେପାଳି ଭାଷା"@or,
        "Język newarski"@pl,
        "Língua bhasa"@pt,
        "Неварский язык"@ru,
        "newariska"@sv,
        "நேபால் பாசா"@ta,
        "ภาษาเนวารี"@th,
        "Неварська мова"@uk,
        "Tiếng Nepal Bhasa"@vi ;
    skos:definition "Nepal Bhasa (, Nēpāl bhāṣā, also known as Newah Bhaye and Newari) is one of the major languages of Nepal. It is the mother tongue of about 3% of the people in Nepal (see the list of languages of Nepal). It is spoken mainly by the Newars, the indigenous inhabitants of the Kathmandu Valley. Although Nepal Bhasa is classified as a Sino-Tibetan language, it has been greatly influenced by Indo-Aryan languages."@en ;
    skos:inScheme lexvo: ;
    skos:notation "new"^^xsd:string ;
    skos:prefLabel "Nepal Taal"@af,
        "ኔፓል ባሳ"@am,
        "Nepal Bhasa"@ang,
        "النيواري"@ar,
        "নেপালী ভাষা"@as,
        "nevari dili"@az,
        "Неварская мова"@be,
        "неварски"@bg,
        "নেওয়ারি"@bn,
        "newari"@br,
        "नेवारी"@brx,
        "nevari"@bs,
        "невари"@bs-Cyrl,
        "newari"@ca,
        "尼瓦尔文"@cmn,
        "尼瓦爾文"@cmn-Hant,
        "névárština"@cs,
        "Newari"@cy,
        "newari"@da,
        "Newari"@de,
        "ནི་ཝ་རི"@dz,
        "Νεβάρι"@el,
        "Newari"@en,
        "Nevara lingvo"@eo,
        "newari"@es,
        "nevari"@et,
        "نواریایی"@fa,
        "newari"@fi,
        "newari"@fr,
        "Nepal Bhasa"@ga,
        "Lingua newari"@gl,
        "Newarisch"@gsw,
        "નેવારી"@gu,
        "Newarish"@gv,
        "נווארי"@he,
        "नेवाड़ी"@hi,
        "newari"@hr,
        "nevari"@hu,
        "Newari"@id,
        "Nepal Bhasa"@ie,
        "nevarí"@is,
        "newari"@it,
        "ネワール語"@ja,
        "Basa Nepal"@jv,
        "Basa Nepal"@jv-x,
        "ನೇವಾರೀ"@kn,
        "네와르어"@ko,
        "نیٚواری"@ks,
        "Lingua Newari"@la,
        "ນີວາຣິ"@lo,
        "nevari"@lt,
        "nevaru"@lv,
        "Nepal Bhasa"@mg,
        "невари"@mk,
        "നേവാരി"@ml,
        "नेवारी"@mr,
        "Bahasa Nepal Bhasa"@ms,
        "Newari"@mt,
        "newari"@nb,
        "नेपालभाषा"@ne,
        "नेपालभाषा"@new,
        "Newari"@nl,
        "newari"@nn,
        "Nepal bhasa"@no,
        "ନେୱାରୀ"@or,
        "नेपाल भाषा"@pi,
        "newarski"@pl,
        "Lenga Newar"@pms,
        "newari"@pt,
        "Niwari simi"@qu,
        "newari"@rm,
        "newari"@ro,
        "नेपाल भाषा"@rom,
        "неварский"@ru,
        "नेपाल भाषा"@sa,
        "Nepal Bhasa"@sh,
        "nevárčina"@sk,
        "nevarščina"@sl,
        "Gjuha nepaleze"@sq,
        "Невари"@sr,
        "Nevari"@sr-Latn,
        "Newari"@sv,
        "நெவாரி"@ta,
        "నెవారి"@te,
        "เนวาร์"@th,
        "Nevari"@tr,
        "неварі"@uk,
        "Tiếng Newari"@vi,
        "尼瓦尔语"@zh .

<http://lexvo.org/id/iso639-3/nno> a lvont:Language,
        skos:Concept ;
    lvont:isFocusOf <http://id.loc.gov/vocabulary/iso639-2/nno> ;
    lvont:iso6392BCode "nno"^^xsd:string ;
    lvont:iso6392TCode "nno"^^xsd:string ;
    lvont:iso639P1Code "nn"^^xsd:string ;
    lvont:iso639P3PCode "nno"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-2/nno> ;
    owl:sameAs <http://dbpedia.org/resource/Nynorsk>,
        <http://lexvo.org/id/iso639-1/nn>,
        <http://psi.oasis-open.org/iso/639/#nno>,
        <http://www.lingvoj.org/lang/nn>,
        <http://www.mpii.de/yago/resource/Nynorsk>,
        <info:lc/vocabulary/languages/nno> ;
    skos:altLabel "Noorweegse Nynorsk"@af,
        "النينورسك النرويجي"@ar,
        "съвременен норвежки"@bg,
        "norvegeg nynorsk"@br,
        "noruec nynorsk"@ca,
        "norština (nynorsk)"@cs,
        "Norwyeg (Nynorsk)"@cy,
        "Nynorsk"@da,
        "Norwegisch Nynorsk"@de,
        "Norwegian Nynorsk"@en,
        "novnorvega"@eo,
        "nynorsk noruego"@es,
        "Uusnorra keel"@et,
        "نرس جدید نروژی"@fa,
        "norjan nynorsk"@fi,
        "norvégien nynorsk"@fr,
        "noruegués nynorsk"@gl,
        "novonorveški"@hr,
        "Նորվեգերեն (Նյունորսկ)"@hy,
        "Nynorsk Norwegia"@id,
        "Nýnorska"@is,
        "norvegese nynorsk"@it,
        "ノルウェー語[ニーノシュク]"@ja,
        "ნორვეგიული ნინორსკი"@ka,
        "노르웨이어(니노르스크)"@ko,
        "Noors - Nynorsk"@nl,
        "Nynorsk"@nn,
        "norweski Nynorsk"@pl,
        "norueguês nynorsk"@pt,
        "nynorsk norueguês"@pt,
        "norvegiană nynorsk"@ro,
        "норвежский нюнорск"@ru,
        "nórsky nynorsk"@sk,
        "Nynorska"@sv,
        "நார்வேஜியன் நியூநார்ஸ்க்"@ta,
        "норвезька нюнорськ"@uk,
        "Tiếng Na Uy (Nynorsk)"@vi ;
    skos:definition "Nynorsk , Neo Norwegian or New Norwegian is one of two official written standards for the Norwegian language, the other being Bokmål. The standard language was created by Ivar Aasen during the mid-19th century, to provide a Norwegian alternative to the Danish language which was commonly written in Norway at the time."@en ;
    skos:inScheme lexvo: ;
    skos:notation "nno"^^xsd:string ;
    skos:prefLabel "Nynorsk"@af,
        "የኖርዌይ ናይኖርስክ"@am,
        "ني نوشك"@ar,
        "noruegu Nynorsk"@ast,
        "norveç ninorsk dili"@az,
        "нарвежская (нюнорск)"@be,
        "Нюношк"@bg,
        "নরওয়েজীয়ান নিনর্স্ক"@bn,
        "ནོ་ཝེ་སྐད།"@bo,
        "Nynorsk"@br,
        "नॉर्वेजियन् नीनॉर्स्क्"@brx,
        "norveški njorsk"@bs,
        "норвешки њорск"@bs-Cyrl,
        "Nynorsk"@ca,
        "挪威尼诺斯克文"@cmn,
        "新挪威文"@cmn-Hant,
        "Nynorsk"@cs,
        "Nynorsk"@cy,
        "nynorsk"@da,
        "Nynorsk"@de,
        "ནོར་ཝེ་ཇི་ཡཱན་ནོརསཀ་ཁ"@dz,
        "nɔweigbe ninɔsk"@ee,
        "Νορβηγικά Νινόρσκ"@el,
        "Nynorsk"@en,
        "Nynorsk"@eo,
        "Nynorsk"@es,
        "norra nynorsk"@et,
        "nynorsk norvegiera"@eu,
        "نینورسک"@fa,
        "Uusnorja"@fi,
        "Norwegian Nynorsk"@fil,
        "nýnorskt"@fo,
        "Nynorsk"@fr,
        "norvegjês nynorsk"@fur,
        "Nynorsk"@fy,
        "Ioruais Nynorsk"@ga,
        "Nynorsk na Nirribhidh"@gd,
        "Nynorsk"@gl,
        "Norwegisch Nynorsk"@gsw,
        "નૉર્વેજીયન નાયનૉર્સ્ક"@gu,
        "Yaren Kasar Norway"@ha,
        "נורבגית חדשה"@he,
        "नॉर्वेजियन नाइनोर्स्क"@hi,
        "Nynorsk"@hr,
        "norvég nynorsk"@hu,
        "Նորվեգերեն"@hy,
        "norvegiano (nynorsk)"@ia,
        "Nynorsk"@id,
        "nýnorska"@is,
        "Nynorsk"@it,
        "ニーノシュク"@ja,
        "ნიუნორსკი"@ka,
        "norueges nynorsk"@kea,
        "Норвегиялық нинорск"@kk,
        "ន័រវែស នីនូស"@km,
        "ನಾರ್ವೇಜಿಯನ್ ನೂನಾರ್ಸ್ಕ್"@kn,
        "뉘노르스크"@ko,
        "ناروییَن نَے نورسک"@ks,
        "Neu-Norrweejesch"@ksh,
        "норвегияча"@ky,
        "Nynorsk"@lmo,
        "ນໍເວກຈຽນ ນີນອດ"@lo,
        "naujoji norvegų"@lt,
        "jaunnorvēģu"@lv,
        "Норвегонь кяль"@mdf,
        "норвешки ниноршк"@mk,
        "നോർവീജിയൻ നൈനോർക്സ്"@ml,
        "नॉर्वेजियन न्योर्स्क"@mr,
        "Nynorsk"@ms,
        "Ninorsk Norveġiż"@mt,
        "norsk nynorsk"@nb,
        "Nynorsk"@nds,
        "नर्वेली नाइनोर्स्क"@ne,
        "Nynorsk"@nl,
        "nynorsk"@nn,
        "Nynorsk"@no,
        "Afaan Norwegian"@om,
        "ନରୱେଜିଆନ୍ ନିୟୋର୍ସ୍କ"@or,
        "Нюнорск"@os,
        "Nynorsk"@pl,
        "Lenga norvegèisa"@pms,
        "نائنورسک"@pnb,
        "ناروېئي (نائنورسک)"@ps,
        "Novo norueguês"@pt,
        "norvegiais nynorsk"@rm,
        "Nynorsk"@ro,
        "Нюнорск"@ru,
        "Inyenoruveji (Nyonorusiki)"@rw,
        "Nynorsk"@scn,
        "ođđadárogiella"@se,
        "නොවේර්ජියානු නයිනෝර්ස්ක්"@si,
        "Nynorsk"@sk,
        "novonorveščina"@sl,
        "Nowrwejiyan (naynoroski)"@so,
        "Norvegjisht (Nynorsk)"@sq,
        "Норвешки њорск"@sr,
        "Norveški njorsk"@sr-Latn,
        "Se-norway (Nynorsk)"@st,
        "nynorska"@sv,
        "Kinorwe Kipya"@swh,
        "நீநொர்ஸ்க் மொழி"@ta,
        "నార్విజియాన్ న్యోర్స్క్"@te,
        "นอร์เวย์นีนอสก์"@th,
        "ኖርዌይኛ (ናይ ኝኖርስክ)"@ti,
        "lea fakanouei nosiki"@to,
        "Norveççe Nynorsk"@tr,
        "يېڭى نورۋېگىيە تىلى"@ug,
        "Нюношк"@uk,
        "نورویجینی نینورسک"@ur,
        "Nynorsk"@vi,
        "Norwegiš Nynorsk"@wae,
        "Isi-Norwegia (Nynorsk)"@xh,
        "新挪威語"@zh,
        "Nynorsk Norway"@zsm,
        "i-Norwegian Nynorsk"@zu .

<http://lexvo.org/id/iso639-3/nob> a lvont:Language,
        skos:Concept ;
    lvont:isFocusOf <http://id.loc.gov/vocabulary/iso639-2/nob> ;
    lvont:iso6392BCode "nob"^^xsd:string ;
    lvont:iso6392TCode "nob"^^xsd:string ;
    lvont:iso639P1Code "nb"^^xsd:string ;
    lvont:iso639P3PCode "nob"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-2/nob> ;
    owl:sameAs <http://dbpedia.org/resource/Bokm%C3%A5l>,
        <http://lexvo.org/id/iso639-1/nb>,
        <http://psi.oasis-open.org/iso/639/#nob>,
        <http://www.lingvoj.org/lang/nb>,
        <http://www.mpii.de/yago/resource/Bokm%C3%A5l>,
        <info:lc/vocabulary/languages/nob> ;
    skos:altLabel "Noorse Bokmål"@af,
        "البوكمالية النرويجية"@ar,
        "норвежки бокмал"@bg,
        "norvegeg bokmål"@br,
        "noruec bokmål"@ca,
        "norština (bokmål)"@cs,
        "Norwyeg Bokmal"@cy,
        "norsk bokmål"@da,
        "Norwegisch Bokmål"@de,
        "Bokmål, Norwegian"@en,
        "Norwegian Bokmål"@en,
        "dannorvega"@eo,
        "bokmal noruego"@es,
        "norra bokmål"@et,
        "bokmala (Norvegia)"@eu,
        "بوکسمال نروژی"@fa,
        "norjan bokmål"@fi,
        "norvégien bokmål"@fr,
        "noruegués bokmal"@gl,
        "‏נורבגית ספרותית"@he,
        "književni norveški"@hr,
        "norvég bokmal"@hu,
        "Bokmål Norwegia"@id,
        "norskt bókmál"@is,
        "norvegese bokmal"@it,
        "ノルウェー語[ブークモール]"@ja,
        "노르웨이어(보크말)"@ko,
        "norvēģu bukmols"@lv,
        "Noors - Bokmål"@nl,
        "Bokmål"@nn,
        "norweski Bokmål"@pl,
        "bokmål norueguês"@pt,
        "norueguês bokmål"@pt,
        "norvegiana bokmål"@ro,
        "норвежский букмол"@ru,
        "nórsky bokmål"@sk,
        "knjižna norveščina"@sl,
        "norskt bokmål"@sv,
        "நார்வே பொக்மால்"@ta,
        "норвезька букмол"@uk,
        "Tiếng Na Uy (Bokmål)"@vi ;
    skos:definition "Bokmål (, lit. \"book language\") is one of two official Norwegian written standard languages, the other being Nynorsk. Bokmål is used by 85–90% of the population in Norway, and is the standard most commonly taught to foreign students of the Norwegian language."@en ;
    skos:inScheme lexvo: ;
    skos:notation "nob"^^xsd:string ;
    skos:prefLabel "Bokmål"@af,
        "የኖርዌይ ቦክማል"@am,
        "بوكمول"@ar,
        "noruegu Bokmål"@ast,
        "norvec bokmal dili"@az,
        "нарвэская букмал"@be,
        "Букмол"@bg,
        "নরওয়ে বোকমাল"@bn,
        "Bokmål"@br,
        "नोर्वेगी बोकमाल"@brx,
        "norveški bokmål"@bs,
        "норвешки бокмал"@bs-Cyrl,
        "Bokmål"@ca,
        "Bukmolhoyn mott"@ce,
        "挪威博克马尔文"@cmn,
        "挪威波克默爾文"@cmn-Hant,
        "Bokmål"@cs,
        "Bokmål"@cy,
        "Bokmål"@da,
        "Bokmål"@de,
        "ބޯކިމާލު"@dv,
        "ནོར་ཝེ་ཇི་ཡཱན་བོཀ་མཱལ་ཁ"@dz,
        "nɔweigbe bokmål"@ee,
        "Νορβηγικά Μποκμάλ"@el,
        "Bokmål"@en,
        "Bokmål"@eo,
        "Bokmål"@es,
        "Bokmål"@et,
        "Bokmål"@eu,
        "بوکمال"@fa,
        "Kirjanorja"@fi,
        "Norwegian Bokmal"@fil,
        "norskt bokmál"@fo,
        "Bokmål"@fr,
        "norvegjês bokmål"@fur,
        "Bokmål"@fy,
        "Ioruais Bokmål"@ga,
        "Bokmål na Nirribhidh"@gd,
        "Bokmål"@gl,
        "Norwegisch Bokmål"@gsw,
        "નોર્વેજીયન બોકમાલ"@gu,
        "נורבגית ספרותית"@he,
        "नॉर्वेजियन बोकमाल"@hi,
        "Bokmål"@hr,
        "Bokmål"@hu,
        "Նորվեգերեն"@hy,
        "Bokmål"@id,
        "Bókmál"@is,
        "Bokmål"@it,
        "ブークモール"@ja,
        "ბუკმოლი"@ka,
        "norueges bokmål"@kea,
        "Букмол тілі"@kk,
        "ន័រវែស បុកម៉ាល់"@km,
        "ನೋರ್ವೇಜಿಯನ್ ಬೊಕ್ಮಲ್"@kn,
        "보크몰"@ko,
        "ناروییَن بوکمال"@ks,
        "Norrweejesch Bokmål"@ksh,
        "Bokmål"@lmo,
        "ນໍເວກຈຽນ ບອກມໍ"@lo,
        "Norvegijos būkmolų"@lt,
        "Būkmols"@lv,
        "норвешки бокмал"@mk,
        "നോർവീജിയൻ ബുക്‌മൽ"@ml,
        "नॉर्वेजियन बोकमाल"@mr,
        "Bokmål"@ms,
        "Bokmahal Norveġiż"@mt,
        "norsk bokmål"@nb,
        "Bokmål"@nds,
        "नर्वेली बोकमाल"@ne,
        "Bokmål"@nl,
        "bokmål"@nn,
        "Bokmål"@no,
        "ନରୱେଜିଆନ୍ ବୋକମଲ୍"@or,
        "Букмол"@os,
        "ਬੂਕਮਾਲ ਨਾਰਵੇਜਿਅਨ"@pa,
        "Bokmål"@pl,
        "Lenga norvegèisa"@pms,
        "بکمال"@pnb,
        "بوکمول"@ps,
        "Bokmål"@pt,
        "norvegais bokmål"@rm,
        "Bokmål"@ro,
        "Букмол"@ru,
        "Bokmål"@scn,
        "girjedárogiella"@se,
        "නෝවේජියානු බොක්මාල්"@si,
        "Bokmål"@sk,
        "Bokmål"@sl,
        "Норвешки бокмал"@sr,
        "Norveški bokmål"@sr-Latn,
        "Bokmål"@sv,
        "Kibokmal cha Norwe"@swh,
        "பூக்மோல் மொழி"@ta,
        "నార్వీజియన్ బొక్మాల్"@te,
        "นอร์เวย์บุคมอล"@th,
        "lea fakanouei pokimali"@to,
        "Norveççe Bokmål"@tr,
        "Букмол"@uk,
        "نارویجین بوکمل"@ur,
        "Bokmål"@vi,
        "Norwegiš Bokmål"@wae,
        "書面挪威語"@zh,
        "Bokmål Norway"@zsm,
        "i-Norwegian Bokmål"@zu .

<http://lexvo.org/id/iso639-3/nso> a lvont:Language,
        skos:Concept ;
    lvont:isFocusOf <http://id.loc.gov/vocabulary/iso639-2/nso> ;
    lvont:iso6392BCode "nso"^^xsd:string ;
    lvont:iso6392TCode "nso"^^xsd:string ;
    lvont:iso639P3PCode "nso"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-2/nso>,
        <http://www.glottolog.org/resource/languoid/id/pedi1238> ;
    owl:sameAs <http://dbpedia.org/resource/Northern_Sotho_language>,
        <http://psi.oasis-open.org/iso/639/#nso>,
        <http://www.lingvoj.org/lang/nso>,
        <http://www.mpii.de/yago/resource/Northern_Sotho_language>,
        <info:lc/vocabulary/languages/nso> ;
    skos:altLabel "Sothoeg an norzh"@br,
        "Nord-Sotho-Sprache"@de,
        "Northern Sotho"@en,
        "Northern Sotho language"@en,
        "Sepedi"@en,
        "Sotho, Northern"@en,
        "Idioma sesotho sa leboa"@es,
        "Pediera"@eu,
        "Pohjoissothon kieli"@fi,
        "Sotho du Nord"@fr,
        "sotho du Nord"@fr,
        "Bahasa Sepedi"@id,
        "Lingua sotho del nord"@it,
        "北部ソト語"@ja,
        "Šiaurės Soto kalba"@lt,
        "Sesotho sa Leboa"@nso,
        "Język północny sotho"@pl,
        "soto setentrional"@pt,
        "Северный сото"@ru,
        "Nordsotho"@sv,
        "Kuzey Sotho dili"@tr,
        "Tiếng Bắc Sotho"@vi ;
    skos:definition "Northern Sotho is a designation in English, rendered officially and among indigenous speakers as Sesotho sa Leboa. Also confusingly known by the name of its major variety, \"Pedi\" or \"sePedi\", Northern Sotho is a designated official language of South Africa, spoken by 4,208,980 people (2001 Census) in the provinces of Gauteng, Limpopo and Mpumalanga."@en ;
    skos:inScheme lexvo: ;
    skos:notation "nso"^^xsd:string ;
    skos:prefLabel "Noord-Sotho"@af,
        "ሰሜናዊ ሶቶ"@am,
        "السوتو الشمالية"@ar,
        "şimal soto dili"@az,
        "северен сото"@bg,
        "উত্তরাঞ্চলীয় সোথো"@bn,
        "sotho an Norzh"@br,
        "severni soto"@bs,
        "северни сото"@bs-Cyrl,
        "sotho septentrional"@ca,
        "北索托文"@cmn,
        "北索托文"@cmn-Hant,
        "sotština (severní)"@cs,
        "nordsotho"@da,
        "Nord-Sotho"@de,
        "dziehe sothogbe"@ee,
        "Βόρεια Σόθο"@el,
        "Pedi"@en,
        "Peda lingvo"@eo,
        "sotho septentrional"@es,
        "pedi"@et,
        "pediera"@eu,
        "سوتویی شمالی"@fa,
        "pohjoissotho"@fi,
        "Northern Sotho"@fil,
        "pedi"@fr,
        "sotho setentrionâl"@fur,
        "Sesotho sa leboa"@gl,
        "Nord-Sotho-Schpraach"@gsw,
        "ઉતરી સોથો"@gu,
        "סוטו הצפונית"@he,
        "उत्तरी सोथो"@hi,
        "sjeverni sotho"@hr,
        "északi szotó"@hu,
        "Sotho Utara"@id,
        "norðursótó"@is,
        "sotho del nord"@it,
        "北ソト語"@ja,
        "Солтүстік сотхо"@kk,
        "ಉತ್ತರ ಸೋಥೋ"@kn,
        "소토어 (북부)"@ko,
        "جنوبی سوتھو"@ks,
        "Nood-Sooto"@ksh,
        "ໂຊໂທເໜືອ"@lo,
        "šiaurės sothų"@lt,
        "ziemeļsotu"@lv,
        "северен сото"@mk,
        "നോർത്തേൻ സോതോ"@ml,
        "Хойд Сото хэл"@mn,
        "उत्तरी सोथो"@mr,
        "Soto, ta’ Fuq"@mt,
        "Mictlāmpa Sototlahtōlli"@nah,
        "nord-sotho"@nb,
        "Noord-Sotho"@nl,
        "nordsotho"@nn,
        "Nordsotho"@no,
        "Nordi Sutum"@nov,
        "Sepedi"@nso,
        "ଉତ୍ତରୀ ସୋଥୋ"@or,
        "sotho północny"@pl,
        "Lenga Sotho setentrional"@pms,
        "SeSotho do norte"@pt,
        "sotho dal nord"@rm,
        "sotho de nord"@ro,
        "сото северный"@ru,
        "severná sothčina"@sk,
        "severna sotščina"@sl,
        "Gjuha sotho"@sq,
        "Северни сото"@sr,
        "Severni soto"@sr-Latn,
        "nordsotho"@sv,
        "Kisotho-Kaskazini"@sw,
        "Kisotho cha Kaskazini"@swh,
        "வடக்கு சோதோ"@ta,
        "ఉత్తర సోతో"@te,
        "โซโทเหนือ"@th,
        "lea sofo fakatokelau"@to,
        "Kuzey Sotho"@tr,
        "сото північна"@uk,
        "شمالی سوتھو"@ur,
        "Bắc Sotho"@vi,
        "Nordsotho"@wae,
        "IsiPedi"@xh,
        "Èdè Northern Sotho"@yo,
        "Sotho Utara"@zsm,
        "isi-Northern Sotho"@zu .

<http://lexvo.org/id/iso639-3/nyn> a lvont:Language,
        skos:Concept ;
    lvont:isFocusOf <http://id.loc.gov/vocabulary/iso639-2/nyn> ;
    lvont:iso6392BCode "nyn"^^xsd:string ;
    lvont:iso6392TCode "nyn"^^xsd:string ;
    lvont:iso639P3PCode "nyn"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-2/nyn>,
        <http://www.glottolog.org/resource/languoid/id/nyan1307> ;
    owl:sameAs <http://dbpedia.org/resource/Nkore_language>,
        <http://psi.oasis-open.org/iso/639/#nyn>,
        <http://www.lingvoj.org/lang/nyn>,
        <http://www.mpii.de/yago/resource/Nkore_language>,
        <info:lc/vocabulary/languages/nyn> ;
    skos:altLabel "Nkore language"@en,
        "Runyankole"@fr,
        "Język nyankole"@pl,
        "Língua runyankole"@pt,
        "Ньянколе"@ru,
        "Nyankole"@sv ;
    skos:definition "Nkore (also called Nyankore, Nyankole, Nkole, Orunyankore, Orunyankole, Runyankore or Runyankole) is a Bantu language spoken by the Nkore (Banyankore) and Hema (Hima) peoples of Southwestern Uganda in the former province of Ankole."@en ;
    skos:inScheme lexvo: ;
    skos:notation "nyn"^^xsd:string ;
    skos:prefLabel "Nyankole"@af,
        "ኒያንኮልኛ"@am,
        "النيانكول"@ar,
        "nyankol dili"@az,
        "нианколе"@bg,
        "ন্যায়াঙ্কোলে"@bn,
        "nyankole"@br,
        "न्यानकोले"@brx,
        "njankole"@bs,
        "њанколе"@bs-Cyrl,
        "nyankole"@ca,
        "尼昂科勒文"@cmn,
        "尼揚科萊文"@cmn-Hant,
        "nyankole"@cs,
        "Niancole"@cy,
        "nyankole"@da,
        "Nyankole"@de,
        "Νιανκόλε"@el,
        "Nyankole"@en,
        "nyankole"@es,
        "nkole"@et,
        "Ankolera"@eu,
        "نیانکوله‌ای"@fa,
        "nyankole"@fi,
        "Nyankole"@fil,
        "nyankolé"@fr,
        "Nyankole"@gl,
        "Nyankole"@gsw,
        "ન્યાનકોલ"@gu,
        "ניאנקולה"@he,
        "न्यानकोल"@hi,
        "nyankole"@hr,
        "nyankole"@hu,
        "Nyankole"@id,
        "nyankole"@is,
        "nyankole"@it,
        "ニャンコレ語"@ja,
        "ನ್ಯಾನ್‌ಕೋಲೆ"@kn,
        "니안콜어"@ko,
        "نِیَنکول"@ks,
        "ນານຄອນ"@lo,
        "niankole"@lt,
        "ņankolu"@lv,
        "њанколе"@mk,
        "ന്യാൻകലേ"@ml,
        "न्यानकोल"@mr,
        "Nyankole"@mt,
        "nyankole"@nb,
        "Nyankole"@nl,
        "nyankole"@nn,
        "Nyankolum"@nov,
        "Runyankore"@nyn,
        "ନ୍ୟାନକୋଲ୍"@or,
        "nyankole"@pl,
        "nyankole"@pt,
        "nyankole"@rm,
        "nyankole"@ro,
        "ньянколе"@ru,
        "Ikinyankore"@rw,
        "ňankole"@sk,
        "njankole"@sl,
        "Њанколе"@sr,
        "Njankole"@sr-Latn,
        "nyankole"@sv,
        "Kinyankore"@sw,
        "Kinyankole"@swh,
        "நியான்கோலே"@ta,
        "న్యాన్కోలె"@te,
        "เนียนโกเล"@th,
        "Nyankole"@tr,
        "ньянколе"@uk,
        "نینکول"@ur,
        "Tiếng Nyankole"@vi,
        "Nyankole"@zsm,
        "Isi-Nyankole"@zu .

<http://lexvo.org/id/iso639-3/nyo> a lvont:Language,
        skos:Concept ;
    lvont:isFocusOf <http://id.loc.gov/vocabulary/iso639-2/nyo> ;
    lvont:iso6392BCode "nyo"^^xsd:string ;
    lvont:iso6392TCode "nyo"^^xsd:string ;
    lvont:iso639P3PCode "nyo"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-2/nyo>,
        <http://www.glottolog.org/resource/languoid/id/nyor1246> ;
    owl:sameAs <http://dbpedia.org/resource/Nyoro_language>,
        <http://psi.oasis-open.org/iso/639/#nyo>,
        <http://www.lingvoj.org/lang/nyo>,
        <http://www.mpii.de/yago/resource/Nyoro_language>,
        <info:lc/vocabulary/languages/nyo> ;
    skos:altLabel "Nyoro language"@en,
        "Język nyoro"@pl,
        "Ньоро"@ru ;
    skos:definition "The Nyoro language (autonym: Runyoro) is a local language of the Nyoro people of Uganda. It belongs to the Niger–Congo family, Benue–Congo subgroup, Bantu branch (Nyoro–Ganda group). Its Ethnologue code is NYR, ISO 639-2: nyo. It probably has two dialects: Orunyoro (Nyoro proper) and Rutagwenda. A standardized orthography was established in 1947."@en ;
    skos:inScheme lexvo: ;
    skos:notation "nyo"^^xsd:string ;
    skos:prefLabel "النيورو"@ar,
        "niyoro dili"@az,
        "нуоро"@bg,
        "ন্যোরো"@bn,
        "nyoro"@br,
        "न्यौरो"@brx,
        "njoro"@bs,
        "њоро"@bs-Cyrl,
        "nyoro"@ca,
        "尼约罗文"@cmn,
        "尼奧囉文"@cmn-Hant,
        "nyorština"@cs,
        "Nioro"@cy,
        "nyoro sprog"@da,
        "Nyoro"@de,
        "Νιόρο"@el,
        "Nyoro"@en,
        "nyoro"@es,
        "njoro"@et,
        "نیورویی"@fa,
        "nyoro"@fi,
        "nyoro"@fr,
        "Nyoro"@gsw,
        "ન્યોરો"@gu,
        "ניורו"@he,
        "न्योरो"@hi,
        "nyoro"@hr,
        "nyoró"@hu,
        "Nyoro"@id,
        "njóró"@is,
        "nyoro"@it,
        "ニョロ語"@ja,
        "ನ್ಯೋರೋ"@kn,
        "뉴로어"@ko,
        "نِیورو"@ks,
        "ໂນໂຣ"@lo,
        "nioro"@lt,
        "ņoru"@lv,
        "њоро"@mk,
        "ന്യോറോ"@ml,
        "न्योरो"@mr,
        "Njoro"@mt,
        "nyoro"@nb,
        "Nyoro"@nl,
        "nyoro"@nn,
        "Nyorum"@nov,
        "ନ୍ୟାରୋ"@or,
        "nyoro"@pl,
        "nyoro"@pt,
        "nyoro"@rm,
        "nyoro"@ro,
        "ньоро"@ru,
        "ňoro"@sk,
        "njoro"@sl,
        "Њоро"@sr,
        "Njoro"@sr-Latn,
        "nyoro"@sv,
        "Kinyoro"@sw,
        "Kinyoro"@swh,
        "நியோரோ"@ta,
        "నిఓరో"@te,
        "นิโอโร"@th,
        "Nyoro"@tr,
        "ньоро"@uk,
        "Tiếng Nyoro"@vi .

<http://lexvo.org/id/iso639-3/pag> a lvont:Language,
        skos:Concept ;
    lvont:isFocusOf <http://id.loc.gov/vocabulary/iso639-2/pag> ;
    lvont:iso6392BCode "pag"^^xsd:string ;
    lvont:iso6392TCode "pag"^^xsd:string ;
    lvont:iso639P3PCode "pag"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-2/pag>,
        <http://www.glottolog.org/resource/languoid/id/pang1290> ;
    owl:sameAs <http://dbpedia.org/resource/Pangasinan_language>,
        <http://psi.oasis-open.org/iso/639/#pag>,
        <http://www.lingvoj.org/lang/pag>,
        <http://www.mpii.de/yago/resource/Pangasinan_language>,
        <info:lc/vocabulary/languages/pag> ;
    skos:altLabel "Pangasinensische Sprache"@de,
        "Pangasinan language"@en,
        "Idioma pangasinense"@es,
        "Pangasinan"@fr,
        "Język pangasinan"@pl,
        "Língua pangasinesa"@pt,
        "Пангасинанский язык"@ru,
        "Pangasinan"@sv,
        "பங்கசீன மொழி"@ta,
        "ภาษาปางาซินัน"@th,
        "Панґасінанська мова"@uk ;
    skos:definition "The Pangasinan language (Pangasinan: Salitan Pangasinan; ) or Pangasinense is one of the twelve major languages in the Philippines."@en ;
    skos:inScheme lexvo: ;
    skos:notation "pag"^^xsd:string ;
    skos:prefLabel "ፓንጋሲናንኛ"@am,
        "البانجاسينان"@ar,
        "panqasinan dili"@az,
        "Pangasinense"@bcl,
        "пангасинан"@bg,
        "পাঙ্গাসিনান"@bn,
        "pangasinan"@br,
        "पांगासीनन"@brx,
        "pangasinski"@bs,
        "пангасински"@bs-Cyrl,
        "pangasi"@ca,
        "邦阿西楠文"@cmn,
        "潘加辛文"@cmn-Hant,
        "pangasinanština"@cs,
        "pangasinan"@da,
        "Pangasinan-Sprache"@de,
        "pangsinagbe"@ee,
        "Πανγκασινάν"@el,
        "Pangasinan"@en,
        "Pangasina lingvo"@eo,
        "pangasinán"@es,
        "pangasinani"@et,
        "پانگاسینانی"@fa,
        "pangasinan"@fi,
        "pangasinan"@fr,
        "Pangasinanisch"@gsw,
        "પંગાસીનાન"@gu,
        "Pangasinan-ngî"@hak,
        "פנגסינאן"@he,
        "पंगासीनान"@hi,
        "pangasinan"@hr,
        "pangaszinan"@hu,
        "Pangasina"@id,
        "Pagsasao a Pangasinan"@ilo,
        "pangasínmál"@is,
        "pangasinan"@it,
        "パンガシナン語"@ja,
        "ಪಂಗಾಸಿನನ್"@kn,
        "판가시난어"@ko,
        "پَنٛگاسِنَن"@ks,
        "ປານກາຊີມານ"@lo,
        "pangasinan"@lt,
        "pangasinanu"@lv,
        "пангасинан"@mk,
        "പങ്കാസിനൻ"@ml,
        "पंगासीनान"@mr,
        "Pangasinjan"@mt,
        "pangasinan"@nb,
        "Pangasinan"@nl,
        "pangasinan"@nn,
        "ପାଙ୍ଗାସିନିଆନ୍"@or,
        "Salitan Pangasinan"@pag,
        "pangasino"@pl,
        "Lenga pangasinan"@pms,
        "پانگاسینان بولی"@pnb,
        "pangasinã"@pt,
        "pangasinan"@rm,
        "pangasinan"@ro,
        "пангасинан"@ru,
        "pangasinančina"@sk,
        "pangasinanščina"@sl,
        "Пангасински"@sr,
        "Pangasinski"@sr-Latn,
        "pangasinan"@sv,
        "பன்காசினன்"@ta,
        "పంగా సినాన్"@te,
        "ปางาซีนัน"@th,
        "Wikang Panggasinan"@tl,
        "lea fakapangasina"@to,
        "Pangasinan"@tr,
        "пангасінанська"@uk,
        "Tiếng Pangasinan"@vi,
        "Pangasinense nga yinaknan"@war .

<http://lexvo.org/id/iso639-3/pam> a lvont:Language,
        skos:Concept ;
    lvont:isFocusOf <http://id.loc.gov/vocabulary/iso639-2/pam> ;
    lvont:iso6392BCode "pam"^^xsd:string ;
    lvont:iso6392TCode "pam"^^xsd:string ;
    lvont:iso639P3PCode "pam"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-2/pam>,
        <http://www.glottolog.org/resource/languoid/id/pamp1243> ;
    owl:sameAs <http://dbpedia.org/resource/Kapampangan_language>,
        <http://psi.oasis-open.org/iso/639/#pam>,
        <http://www.lingvoj.org/lang/pam>,
        <http://www.mpii.de/yago/resource/Kapampangan_language>,
        <info:lc/vocabulary/languages/pam> ;
    skos:altLabel "Kapampanganeg"@br,
        "Pampanggan-Sprache"@de,
        "Kapampangan"@en,
        "Kapampangan language"@en,
        "Idioma pampango"@es,
        "Pampangan"@fr,
        "Bahasa Kapampangan"@id,
        "Lingua kapampangan"@it,
        "Kapampangan"@nl,
        "Język pampango"@pl,
        "Língua kapampangan"@pt,
        "Капампанганский язык"@ru,
        "பம்பங்க மொழி"@ta,
        "ภาษากาปัมปางัน"@th,
        "Пампанґо"@uk,
        "Tiếng Kapampangan"@vi ;
    skos:definition "The Pampangan language, or Kapampangan , is one of the major languages of the Philippines. It is the language spoken in the province of Pampanga, the southern half of the province of Tarlac and the northern portion of the province of Bataan. Kapampangan is also understood in some barangays of Bulacan and Nueva Ecija and by the Aitas or Aeta of Zambales. The language was spelled Capampañgan and is also called Pampango, and in the Kapampangan language: Amanung Sisuan, meaning \"the mother language\"."@en ;
    skos:inScheme lexvo: ;
    skos:notation "pam"^^xsd:string ;
    skos:prefLabel "ካፓምፓንጋንኛ"@am,
        "البامبانجا"@ar,
        "pampanqa dili"@az,
        "Tataramon na Pampango"@bcl,
        "Капампанганская мова"@be,
        "пампанга"@bg,
        "পাম্পাঙ্গা"@bn,
        "pampanga"@br,
        "पंपंगा"@brx,
        "pampanga"@bs,
        "пампанга"@bs-Cyrl,
        "pampangà"@ca,
        "Pinulongang Kapampangan"@ceb,
        "邦板牙文"@cmn,
        "潘帕嘉文"@cmn-Hant,
        "papangau"@cs,
        "Pampanga"@cy,
        "pampanga"@da,
        "Kapampangan"@de,
        "Παμπάνγκα"@el,
        "Pampanga"@en,
        "Pampanga lingvo"@eo,
        "pampanga"@es,
        "pampanga"@et,
        "پامپانگایی"@fa,
        "pampanga"@fi,
        "pampangan"@fr,
        "Pampanggan-Schpraach"@gsw,
        "પમ્પાન્ગા"@gu,
        "Pâng-pán-ngà-ngî"@hak,
        "פמפאניה"@he,
        "पाम्पान्गा"@hi,
        "pampanga"@hr,
        "pampangan"@hu,
        "Pampanga"@id,
        "Pagsasao a Kapampangan"@ilo,
        "pampanga"@is,
        "pampanga"@it,
        "パンパンガ語"@ja,
        "ಪಂಪಾಂಗಾ"@kn,
        "팜팡가어"@ko,
        "پَمپَنٛگا"@ks,
        "ປາມປານກາ"@lo,
        "pampanga"@lt,
        "pampanganu"@lv,
        "пампанга"@mk,
        "പാംപൻഗ"@ml,
        "पाम्पान्गा"@mr,
        "Bahasa Kapampangan"@ms,
        "Pampamga"@mt,
        "Kapampangan-gí"@nan,
        "pampanga"@nb,
        "Pampanga"@nl,
        "pampanga"@nn,
        "ପାମ୍ପାଙ୍ଗା"@or,
        "Kapampangan"@pam,
        "pampango"@pl,
        "Lenga pampangan"@pms,
        "pampanga"@pt,
        "pampanga"@rm,
        "pampanga"@ro,
        "пампанга"@ru,
        "pampanga"@sk,
        "pampanščina"@sl,
        "Пампанга"@sr,
        "Pampanga"@sr-Latn,
        "pampanga"@sv,
        "பம்பாங்கா"@ta,
        "పంపగ్న"@te,
        "ปัมปางา"@th,
        "Wikang Kapampangan"@tl,
        "Pampanga"@tr,
        "пампанга"@uk,
        "Tiếng Pampanga"@vi,
        "Kapampangan nga yinaknan"@war,
        "邦板牙語"@zh .

<http://lexvo.org/id/iso639-3/pau> a lvont:Language,
        skos:Concept ;
    lvont:isFocusOf <http://id.loc.gov/vocabulary/iso639-2/pau> ;
    lvont:iso6392BCode "pau"^^xsd:string ;
    lvont:iso6392TCode "pau"^^xsd:string ;
    lvont:iso639P3PCode "pau"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-2/pau>,
        <http://www.glottolog.org/resource/languoid/id/pala1344> ;
    owl:sameAs <http://dbpedia.org/resource/Palauan_language>,
        <http://psi.oasis-open.org/iso/639/#pau>,
        <http://www.lingvoj.org/lang/pau>,
        <http://www.mpii.de/yago/resource/Palauan_language>,
        <info:lc/vocabulary/languages/pau> ;
    skos:altLabel "Палауански език"@bg,
        "Palauès"@ca,
        "Palauische Sprache"@de,
        "Παλάουαν"@el,
        "Palauan language"@en,
        "Idioma palauano"@es,
        "Palaun kieli"@fi,
        "Paluan"@fr,
        "Palauski jezik"@hr,
        "Palaui nyelv"@hu,
        "Bahasa Palau"@id,
        "Angáríska"@is,
        "Lingua palauana"@it,
        "파라우안어"@ko,
        "Palauiečių kalba"@lt,
        "Palauiešu valoda"@lv,
        "Palauaans"@nl,
        "Język palau"@pl,
        "Língua palauense"@pt,
        "Палауский язык"@ru,
        "Palauiska"@sv,
        "Палауська мова"@uk,
        "Tiếng Palauan"@vi ;
    skos:definition "Palauan (also spelled Belauan) is one of the two nationally recognized official languages spoken in the Republic of Palau (the other being English). It is a member of the Austronesian family of languages, and is considered to be one of two languages in Micronesia (the other being Chamorro) belonging to the Sunda–Sulawesi group; all others are considered to be members of either the Micronesian or Polynesian outlier subgroups of Oceanic."@en ;
    skos:inScheme lexvo: ;
    skos:notation "pau"^^xsd:string ;
    skos:prefLabel "البالوان"@ar,
        "palayanca"@az,
        "палауан"@bg,
        "পালায়ুয়ান"@bn,
        "palau"@br,
        "पालाऊ"@brx,
        "palauanski"@bs,
        "палауански"@bs-Cyrl,
        "palauà"@ca,
        "帕劳文"@cmn,
        "帛琉文"@cmn-Hant,
        "palauština"@cs,
        "palauansk"@da,
        "Palau"@de,
        "paluagbe"@ee,
        "Παλάου"@el,
        "Palauan"@en,
        "palauano"@es,
        "belau"@et,
        "Palauera"@eu,
        "پالائویی"@fa,
        "palau"@fi,
        "palau"@fr,
        "Palau"@gsw,
        "પલાઉઆન"@gu,
        "פלוואן"@he,
        "पलोउआन"@hi,
        "palauanski"@hr,
        "palaui"@hu,
        "Palau"@id,
        "paláska"@is,
        "palau"@it,
        "パラオ語"@ja,
        "ಪಲುಆನ್"@kn,
        "팔라우어"@ko,
        "پَلااُواں"@ks,
        "Palauek"@kw,
        "ປາລົວອານ"@lo,
        "palau"@lt,
        "palaviešu"@lv,
        "палауански"@mk,
        "പലാവുൻ"@ml,
        "पालाउआन"@mr,
        "Bahasa Palau"@ms,
        "Palawjan"@mt,
        "palauisk"@nb,
        "Palaus"@nl,
        "palauisk"@nn,
        "ପାଲାଉଆନ୍"@or,
        "palau"@pl,
        "palauano"@pt,
        "palau"@rm,
        "palauană"@ro,
        "палау"@ru,
        "Palauski jezik"@sh,
        "palaučina"@sk,
        "palavanščina"@sl,
        "Gjuha palauane"@sq,
        "Палауански"@sr,
        "Palauanski"@sr-Latn,
        "palau"@sv,
        "பலௌவ்ன்"@ta,
        "పాలుఆన్"@te,
        "ปาเลา"@th,
        "lea fakapalau"@to,
        "Palau Dili"@tr,
        "палауанська"@uk,
        "Tiếng Palau"@vi,
        "帕勞語"@zh .

<http://lexvo.org/id/iso639-3/pli> a lvont:Language,
        skos:Concept ;
    lvont:isFocusOf <http://id.loc.gov/vocabulary/iso639-2/pli> ;
    lvont:iso6392BCode "pli"^^xsd:string ;
    lvont:iso6392TCode "pli"^^xsd:string ;
    lvont:iso639P1Code "pi"^^xsd:string ;
    lvont:iso639P3PCode "pli"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-2/pli> ;
    owl:sameAs <http://dbpedia.org/resource/Pali>,
        <http://lexvo.org/id/iso639-1/pi>,
        <http://psi.oasis-open.org/iso/639/#pli>,
        <http://www.lingvoj.org/lang/pi>,
        <http://www.mpii.de/yago/resource/Pali>,
        <info:lc/vocabulary/languages/pli> ;
    skos:altLabel "Пали"@bg,
        "পালি ভাষা"@bn,
        "Pali"@ca,
        "Páli"@cs,
        "Pali"@da,
        "Pali"@es,
        "Paalin kieli"@fi,
        "Pali"@fr,
        "Pāli"@gd,
        "પાલિ ભાષા"@gu,
        "पालि भाषा"@hi,
        "Páli nyelv"@hu,
        "Bahasa Pali"@id,
        "Lingua pāli"@it,
        "Pali"@lt,
        "ପାଳି ଭାଷା"@or,
        "Język pali"@pl,
        "Páli"@pt,
        "Limba pali"@ro,
        "Пали"@ru,
        "Pálí"@sk,
        "Pali"@sv,
        "பாளி"@ta,
        "పాళీ భాష"@te,
        "ภาษาบาลี"@th,
        "Палі"@uk ;
    skos:definition "Pāli (also Pāi) is a Middle Indo-Aryan language (or Prakrit) of the Indian subcontinent. It is best known as the language of many of the earliest extant Buddhist scriptures, as collected in the Pāi Canon or Tipitaka, and as the liturgical language of Theravada Buddhism."@en ;
    skos:inScheme lexvo: ;
    skos:notation "pli"^^xsd:string ;
    skos:prefLabel "البالية"@ar,
        "pali dili"@az,
        "пали"@bg,
        "পালি"@bn,
        "পালি"@bpy,
        "pali"@br,
        "पाली"@brx,
        "pali"@bs,
        "пали"@bs-Cyrl,
        "pali"@ca,
        "巴利文"@cmn,
        "巴利文"@cmn-Hant,
        "pálí"@cs,
        "pali"@da,
        "Pali"@de,
        "པ་ལི"@dz,
        "Πάλι"@el,
        "Pali"@en,
        "Palia lingvo"@eo,
        "pali"@es,
        "paali"@et,
        "پالی"@fa,
        "paali"@fi,
        "pali"@fr,
        "An Pháilis"@ga,
        "Pali"@gd,
        "Lingua pali"@gl,
        "Pali"@gsw,
        "Pali"@gsw-FR,
        "પાલી"@gu,
        "פאלי"@he,
        "पाली"@hi,
        "pali"@hr,
        "pali"@hu,
        "Pali"@id,
        "palí"@is,
        "pali"@it,
        "パーリ語"@ja,
        "Basa Pali"@jv,
        "ភាសាបាលី"@km,
        "ಪಾಲಿ"@kn,
        "팔리어"@ko,
        "پالی"@ks,
        "Pali"@ksh,
        "Lingua Palica"@la,
        "ປາລີ"@lo,
        "pali"@lt,
        "pāli"@lv,
        "пали"@mk,
        "പാലി"@ml,
        "पाली"@mr,
        "Pali"@mt,
        "ပါဠိ"@my,
        "pali"@nb,
        "पाली भाषा"@ne,
        "पली"@new,
        "Pali"@nl,
        "pali"@nn,
        "Pali"@no,
        "ପାଲି"@or,
        "ਪਾਲੀ"@pa,
        "palijski"@pl,
        "Lenga pali"@pms,
        "پالی"@pnb,
        "páli"@pt,
        "pali"@rm,
        "pali"@ro,
        "пали"@ru,
        "पालिभाषा"@sa,
        "Pali"@sh,
        "පාලි"@si,
        "pálí"@sk,
        "palijščina"@sl,
        "Пали"@sr,
        "Pali"@sr-Latn,
        "pali"@sv,
        "பாலி"@ta,
        "పాలీ"@te,
        "บาลี"@th,
        "Pali"@tr,
        "палі"@uk,
        "Tiếng Pali"@vi,
        "巴利语"@zh .

<http://lexvo.org/id/iso639-3/pon> a lvont:Language,
        skos:Concept ;
    lvont:isFocusOf <http://id.loc.gov/vocabulary/iso639-2/pon> ;
    lvont:iso6392BCode "pon"^^xsd:string ;
    lvont:iso6392TCode "pon"^^xsd:string ;
    lvont:iso639P3PCode "pon"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-2/pon>,
        <http://www.glottolog.org/resource/languoid/id/pohn1238> ;
    owl:sameAs <http://dbpedia.org/resource/Pohnpeian_language>,
        <http://psi.oasis-open.org/iso/639/#pon>,
        <http://www.lingvoj.org/lang/pon>,
        <http://www.mpii.de/yago/resource/Pohnpeian_language>,
        <info:lc/vocabulary/languages/pon> ;
    skos:altLabel "Pohnpeanische Sprache"@de,
        "Pohnpeian language"@en,
        "Pohnpein kieli"@fi,
        "Pohnpei"@fr,
        "Ponapės kalba"@lt,
        "Понапе"@ru ;
    skos:definition "Pohnpeian or Ponapean is a Micronesian language spoken mostly on the island of Pohnpei and the Caroline Islands. Pohnpeian has about 22,000 speakers. It is the major language of Pohnpei State (Federated States of Micronesia). Ngatikese, Pingelapese and Mokilese are counted as dialects of Pohnpeian or as closely related languages. Pohnpeian has a high language with a partly separate vocabulary, used in speaking about people of high rank. Pohnpeian spelling uses -h to mark a long vowel, rather like German: dohl mountain. German missionaries designed the orthography."@en ;
    skos:inScheme lexvo: ;
    skos:notation "pon"^^xsd:string ;
    skos:prefLabel "البوهنبيايان"@ar,
        "ponpeyan dili"@az,
        "похнпеиан"@bg,
        "পোহ্নপেইয়ান"@bn,
        "pohnpei"@br,
        "पोहनपी"@brx,
        "ponpejski"@bs,
        "понпејски"@bs-Cyrl,
        "ponapeà"@ca,
        "波纳佩文"@cmn,
        "波那貝文"@cmn-Hant,
        "pohnpeiština"@cs,
        "ponape"@da,
        "Ponapeanisch"@de,
        "ponpeiagbe"@ee,
        "Ποχπέιαν"@el,
        "Pohnpeian"@en,
        "pohnpeiano"@es,
        "poonpei"@et,
        "پانپیی"@fa,
        "pohnpei"@fi,
        "pohnpei"@fr,
        "Ponapeanisch"@gsw,
        "પોહપિએન"@gu,
        "פונפיאן"@he,
        "पोह्नपिएन"@hi,
        "pohnpeian"@hr,
        "pohnpei"@hu,
        "Pohnpeia"@id,
        "ponpeiska"@is,
        "ponape"@it,
        "ポンペイ語"@ja,
        "ಪೋನ್‌‌ಪಿಯನ್"@kn,
        "폼페이어"@ko,
        "پانپیٚیَن"@ks,
        "ພອນເພ"@lo,
        "ponapean"@lt,
        "ponapiešu"@lv,
        "понпејански"@mk,
        "പൊൻപിയൻ"@ml,
        "पोह्नपियन"@mr,
        "Ponpejan"@mt,
        "ponapisk"@nb,
        "Pohnpeiaans"@nl,
        "ponapisk"@nn,
        "Ponapisk"@no,
        "ପୋହପିଏନ୍"@or,
        "ponpejski"@pl,
        "Lenga Pohnpeian"@pms,
        "pohnpeian"@pt,
        "ponapean"@rm,
        "pohnpeiană"@ro,
        "понапе"@ru,
        "pohnpeičina"@sk,
        "ponpejščina"@sl,
        "Понпејски"@sr,
        "Ponpejski"@sr-Latn,
        "ponape"@sv,
        "ஃபோன்பெயென்"@ta,
        "పోహ్న్పెయన్"@te,
        "พอห์นเพ"@th,
        "lea fakaponapē"@to,
        "Pohnpeian"@tr,
        "понапе"@uk,
        "Tiếng Pohnpeian"@vi,
        "波纳佩语"@zh .

<http://lexvo.org/id/iso639-3/por> a lvont:Language,
        skos:Concept ;
    lvont:isFocusOf <http://id.loc.gov/vocabulary/iso639-2/por> ;
    lvont:iso6392BCode "por"^^xsd:string ;
    lvont:iso6392TCode "por"^^xsd:string ;
    lvont:iso639P1Code "pt"^^xsd:string ;
    lvont:iso639P3PCode "por"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-2/por>,
        <http://www.glottolog.org/resource/languoid/id/port1283> ;
    owl:sameAs <http://lexvo.org/id/iso639-1/pt>,
        <http://lexvo.org/id/wordnet/30/noun/portuguese_1_10_00>,
        <http://psi.oasis-open.org/iso/639/#por>,
        <http://www.lingvoj.org/lang/pt>,
        <info:lc/vocabulary/languages/por> ;
    skos:altLabel "پرتگالی"@fa ;
    skos:inScheme lexvo: ;
    skos:notation "por"^^xsd:string ;
    skos:prefLabel "Portuguese"@aa,
        "Portugees"@af,
        "Kpotùwgîi"@agq,
        "Pɔɔtugal kasa"@ak,
        "ፖርቹጋልኛ"@am,
        "البرتغالية"@ar,
        "Kireno"@asa,
        "portugués"@ast,
        "portuqalca"@az,
        "португалҹа"@az-Cyrl,
        "Hɔp u pɔtɔ̄kì"@bas,
        "партугальская"@be,
        "Ichi Potogisi"@bem,
        "Hileno"@bez,
        "португалски"@bg,
        "pɔritigalikan"@bm,
        "পর্তুগীজ"@bn,
        "ཕི་ཐོ་ཡའི།"@bo,
        "portugaleg"@br,
        "पुर्तगाली"@brx,
        "portugalski"@bs,
        "португалски"@bs-Cyrl,
        "ፖርቱጋሊኛ"@byn,
        "portuguès"@ca,
        "Orupocugo"@cgg,
        "ᏉᏧᎦᎵ"@chr,
        "葡萄牙文"@cmn,
        "葡萄牙文"@cmn-Hant,
        "portugalština"@cs,
        "Portiwgaleg"@cy,
        "portugisisk"@da,
        "Kireno"@dav,
        "Portugiesisch"@de,
        "Portugee senni"@dje,
        "portugees"@dyo,
        "པོར་ཅུ་གིས་ཁ"@dz,
        "Kĩreno"@ebu,
        "pɔtugalgbe"@ee,
        "Πορτογαλικά"@el,
        "Portuguese"@en,
        "portugala"@eo,
        "portugués"@es,
        "portugali"@et,
        "portugesa"@eu,
        "ǹkɔ́bɔ fɔtugɛ́s"@ewo,
        "پرتغالی"@fa,
        "Purtugeere"@ff,
        "portugali"@fi,
        "Portuges"@fil,
        "portugisiskt"@fo,
        "portugais"@fr,
        "portughês"@fur,
        "Portaingéilis"@ga,
        "Portagailis"@gd,
        "portugués"@gl,
        "Portugiisisch"@gsw,
        "પોર્ટુગીઝ"@gu,
        "Kireno"@guz,
        "Harshen Portugal"@ha,
        "Pukikī"@haw,
        "פורטוגזית"@he,
        "पुर्तगाली"@hi,
        "portugalski"@hr,
        "portugál"@hu,
        "Պորտուգալերեն"@hy,
        "portugese"@ia,
        "Portugis"@id,
        "Potoki"@ig,
        "ꁍꄨꑸꉙ"@ii,
        "portúgalska"@is,
        "portoghese"@it,
        "ポルトガル語"@ja,
        "Kyireno"@jmc,
        "პორტუგალიური"@ka,
        "Tapurtugalit"@kab,
        "Kireno"@kam,
        "Chileno"@kde,
        "purtuges"@kea,
        "Portugee senni"@khq,
        "Kireno"@ki,
        "португал тілі"@kk,
        "portugalimiutut"@kl,
        "kutitab Portugal"@kln,
        "ព័រទុយហ្កាល់"@km,
        "ಪೋರ್ಚುಗೀಸ್"@kn,
        "पोर्चुगीज़्"@knn,
        "포르투갈어"@ko,
        "پُرتَگیٖز"@ks,
        "Kileno"@ksb,
        "ripɔrtugɛ́"@ksf,
        "Pochtojiesesch"@ksh,
        "Portyngalek"@kw,
        "португалча"@ky,
        "Kɨréeno"@lag,
        "Lupotugiizi"@lg,
        "lipulutugɛ́si"@ln,
        "ປອກຕຸຍການ"@lo,
        "portugalų"@lt,
        "Mputulugɛsi"@lu,
        "Kireno"@luo,
        "Kireno"@luy,
        "portugāļu"@lv,
        "nkʉtʉ́k ɔ́ɔ̄ lportuguese"@mas,
        "Kĩpochogo"@mer,
        "portige"@mfe,
        "Portiogey"@mg,
        "Nreno"@mgh,
        "португалски"@mk,
        "പോർച്ചുഗീസ്"@ml,
        "पोर्तुगीज"@mr,
        "Portugiż"@mt,
        "Zah sǝr Portugal"@mua,
        "ပေါ်တူဂီ"@my,
        "Portugees"@naq,
        "portugisisk"@nb,
        "isi-Potukezi"@nd,
        "पोर्तुगाली"@ne,
        "Portugees"@nl,
        "Kiɛl bó pɔ̄rtugɛ̂"@nmg,
        "portugisisk"@nn,
        "Thok puɔtigali"@nus,
        "Orupocugo"@nyn,
        "Afaan Porchugaal"@om,
        "ପର୍ତ୍ତୁଗ୍ରୀଜ୍"@or,
        "португалиаг"@os,
        "ਪੋਰਤੂਗੂਈਸ"@pa,
        "portugalski"@pl,
        "پورتګالي"@ps,
        "português"@pt,
        "portugais"@rm,
        "Igiporutugari"@rn,
        "portugheză"@ro,
        "Kireno"@rof,
        "португальский"@ru,
        "Igiporutugali"@rw,
        "Kyireno"@rwk,
        "Португааллыы"@sah,
        "Kireno"@saq,
        "Ishileno"@sbp,
        "portugálagiella"@se,
        "português"@seh,
        "Portugee senni"@ses,
        "Portugëe, Pûra"@sg,
        "ⵜⴰⴱⵕⵟⵇⵉⵣⵜ"@shi,
        "tabṛṭqizt"@shi-Latn,
        "පෘතුගීසි"@si,
        "portugalčina"@sk,
        "portugalščina"@sl,
        "chiPutukezi"@sn,
        "Boortaqiis"@so,
        "Portugeze"@sq,
        "Португалски"@sr,
        "Portugalski"@sr-Latn,
        "Se-portugal"@st,
        "portugisiska"@sv,
        "Kireno"@swc,
        "Kireno"@swh,
        "போர்ச்சுக்கீஸ்"@ta,
        "పోర్చుగీస్"@te,
        "Kireno"@teo,
        "Португалӣ"@tg,
        "โปรตุเกส"@th,
        "ፖርቱጋሊኛ"@ti,
        "ፖርቱጋሊኛ"@tig,
        "Se Potoketsi"@tn,
        "lea fakapotukali"@to,
        "Portekizce"@tr,
        "Putukezi"@ts,
        "Portugee senni"@twq,
        "Taburtuɣalit"@tzm,
        "португальська"@uk,
        "پُرتگالی"@ur,
        "Португалча"@uzn,
        "portugalcha"@uzn-Latn,
        "ꕶꕿꕃꔤ"@vai,
        "Potokíi"@vai-Latn,
        "Tiếng Bồ Đào Nha"@vi,
        "Kyireno"@vun,
        "Portugisiš"@wae,
        "ፖርቱጋሊኛ"@wal,
        "Isi-Portuguese"@xh,
        "Olupotugiizi"@xog,
        "nupɔlitukɛ́ɛ"@yav,
        "Èdè Pọtugi"@yo,
        "Portugis"@zsm,
        "isi-Portuguese"@zu .

<http://lexvo.org/id/iso639-3/sad> a lvont:Language,
        skos:Concept ;
    lvont:isFocusOf <http://id.loc.gov/vocabulary/iso639-2/sad> ;
    lvont:iso6392BCode "sad"^^xsd:string ;
    lvont:iso6392TCode "sad"^^xsd:string ;
    lvont:iso639P3PCode "sad"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-2/sad>,
        <http://www.glottolog.org/resource/languoid/id/sand1273> ;
    owl:sameAs <http://dbpedia.org/resource/Sandawe_language>,
        <http://psi.oasis-open.org/iso/639/#sad>,
        <http://www.lingvoj.org/lang/sad>,
        <http://www.mpii.de/yago/resource/Sandawe_language>,
        <info:lc/vocabulary/languages/sad> ;
    skos:altLabel "Sandawe"@ca,
        "Sandawe language"@en,
        "Idioma sandavés"@es,
        "Sandawe"@fr,
        "Sandawe jezik"@hr,
        "Lingua sandawe"@it,
        "Língua sandawe"@pt,
        "Сандаве"@ru,
        "Sandawe"@sv ;
    skos:definition "Sandawe or Sandawi is a tonal language spoken by about 40,000 Sandawe people in the Dodoma region of Tanzania. Language use is vigorous among both adults and children, with people in some areas monolingual. Sandawe had generally been classified as a member of the defunct Khoisan family since Albert Drexel in the 1920s, due to the presence of clicks in the language. Recent investigations (Güldemann forthcoming) suggest that Sandawe may be related to the Khoe family regardless of the validity of Khoesan as a whole. A discussion of Sandawe's linguistic classification can be found in Sands (1998)."@en ;
    skos:inScheme lexvo: ;
    skos:notation "sad"^^xsd:string ;
    skos:prefLabel "السانداوي"@ar,
        "Sandavés"@ast,
        "sandave dili"@az,
        "сандве"@bg,
        "স্যান্ডাওয়ে"@bn,
        "sandawe"@br,
        "संडावे"@brx,
        "sandave"@bs,
        "сандаве"@bs-Cyrl,
        "sandawe"@ca,
        "散达维文"@cmn,
        "桑達韋文"@cmn-Hant,
        "sandawština"@cs,
        "Sandäweg"@cy,
        "sandawe"@da,
        "Sandawe-Sprache"@de,
        "Σαντάγουε"@el,
        "Sandawe"@en,
        "sandawe"@es,
        "sandave"@et,
        "سانداوه‌ای"@fa,
        "sandawe"@fi,
        "sandawe"@fr,
        "Sandawe-Schpraach"@gsw,
        "સોંડવે"@gu,
        "סנדאווה"@he,
        "सन्डावे"@hi,
        "sandawe"@hr,
        "szandave"@hu,
        "Sandawe"@id,
        "sandave"@is,
        "sandawe"@it,
        "サンダウェ語"@ja,
        "ಸಂಡಾವೇ"@kn,
        "산다웨어"@ko,
        "سَندَویے"@ks,
        "Lengua Sandawe"@lij,
        "ຊັນດາວ"@lo,
        "sandavi"@lt,
        "sandavu"@lv,
        "сандаве"@mk,
        "സാൻഡവേ"@ml,
        "सँडवे"@mr,
        "Sandawe"@mt,
        "sandawe"@nb,
        "Sandawe"@nl,
        "sandawe"@nn,
        "Sandawe"@oc,
        "ସଣ୍ଡାୱେ"@or,
        "sandawe"@pl,
        "sandawe"@pt,
        "sandawe"@rm,
        "sandawe"@ro,
        "сандаве"@ru,
        "Sandawe jezik"@sh,
        "sandawe"@sk,
        "Сандаве"@sr,
        "Sandave"@sr-Latn,
        "sandawe"@sv,
        "Kisandawe"@sw,
        "Kisandawe"@swh,
        "சான்டாவே"@ta,
        "సండావి"@te,
        "ซันดาเว"@th,
        "Sandave"@tr,
        "сандаве"@uk,
        "Tiếng Sandawe"@vi,
        "桑达韦语"@zh .

<http://lexvo.org/id/iso639-3/sah> a lvont:Language,
        skos:Concept ;
    lvont:isFocusOf <http://id.loc.gov/vocabulary/iso639-2/sah> ;
    lvont:iso6392BCode "sah"^^xsd:string ;
    lvont:iso6392TCode "sah"^^xsd:string ;
    lvont:iso639P3PCode "sah"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-2/sah>,
        <http://www.glottolog.org/resource/languoid/id/yaku1245> ;
    owl:sameAs <http://dbpedia.org/resource/Sakha_language>,
        <http://psi.oasis-open.org/iso/639/#sah>,
        <http://www.lingvoj.org/lang/sah>,
        <http://www.mpii.de/yago/resource/Sakha_language>,
        <info:lc/vocabulary/languages/sah> ;
    skos:altLabel "لغة ياقوتية"@ar,
        "Якуцкая мова"@be,
        "Якутски език"@bg,
        "Yakouteg"@br,
        "Iacut"@ca,
        "Jakutische Sprache"@de,
        "Sakha language"@en,
        "Yakut"@en,
        "Idioma yakuto"@es,
        "Jakuudi keel"@et,
        "زبان یاکوتی"@fa,
        "Jakuutin kieli"@fi,
        "Iakoute"@fr,
        "Jakutski jezik"@hr,
        "Bahasa Yakut"@id,
        "Lingua sacha"@it,
        "ヤクート語"@ja,
        "Саха тілі"@kk,
        "야큐트어"@ko,
        "Jakutų kalba"@lt,
        "Jakutu valoda"@lv,
        "Јакутски јазик"@mk,
        "Jakutisk"@nn,
        "Język jakucki"@pl,
        "Língua iacuta"@pt,
        "iacuto"@pt,
        "Якутский язык"@ru,
        "Саха тыла"@sah,
        "Jakutiska"@sv,
        "யாகுத மொழி"@ta,
        "ภาษาซาฮา"@th,
        "Якутська мова"@uk ;
    skos:definition "Sakha, or Yakut, is a Turkic language with around 360,000 native speakers spoken in the Sakha Republic in the Russian Federation by the Sakha or Yakuts."@en ;
    skos:inScheme lexvo: ;
    skos:notation "sah"^^xsd:string ;
    skos:prefLabel "Jakoeties"@af,
        "ሳቃኛ"@am,
        "الساخية"@ar,
        "yakut dili"@az,
        "якуцкая"@be,
        "Якуцкая мова"@be-tarask,
        "якутски"@bg,
        "ইয়াকুট"@bn,
        "yakouteg"@br,
        "यकुट्"@brx,
        "jakut"@bs,
        "јакут"@bs-Cyrl,
        "Заха хэлэн"@bxr,
        "iacut"@ca,
        "雅库特文"@cmn,
        "雅庫特文"@cmn-Hant,
        "jakutština"@cs,
        "Сашьскъ ѩꙁꙑкъ"@cu,
        "Якут чĕлхи"@cv,
        "Iacwteg"@cy,
        "yakut"@da,
        "Jakutisch"@de,
        "sakagbe"@ee,
        "Γιακούτ"@el,
        "Sakha"@en,
        "Jakuta lingvo"@eo,
        "sakha"@es,
        "jakuudi"@et,
        "یاقوتی"@fa,
        "jakuutti"@fi,
        "iakoute"@fr,
        "Saha dili"@gag,
        "Jakutisch"@gsw,
        "યાકૂત"@gu,
        "סאחה"@he,
        "याकूत"@hi,
        "jakutski"@hr,
        "jakut"@hu,
        "Sakha"@id,
        "jakút"@is,
        "yakut"@it,
        "サハ語"@ja,
        "якут"@kk,
        "ಯಾಕುಟ್"@kn,
        "야쿠트어"@ko,
        "Саха кыв"@koi,
        "یاکُت"@ks,
        "Jackutesch"@ksh,
        "Саха кыв"@kv,
        "ຊາກາ"@lo,
        "jakutų"@lt,
        "Jakutu kalba"@lt-x,
        "jakutu"@lv,
        "јакутски"@mk,
        "യാകൂട്"@ml,
        "याकूत"@mr,
        "Jakut"@mt,
        "Якутонь кель"@myv,
        "jakutsk"@nb,
        "Jakoets"@nl,
        "jakutsk"@nn,
        "Jakutisk"@no,
        "ୟାକୁଟ୍"@or,
        "Якутаг æвзаг"@os,
        "jakucki"@pl,
        "Lenga yakut"@pms,
        "ساکھا"@pnb,
        "sakha"@pt,
        "jakut"@rm,
        "sakha"@ro,
        "якутский"@ru,
        "саха тыла"@sah,
        "jakutčina"@sk,
        "jakutščina"@sl,
        "Јакут"@sr,
        "Jakut"@sr-Latn,
        "jakutiska"@sv,
        "Jakucko godka"@szl,
        "யாகுட்"@ta,
        "యాకుట్"@te,
        "ซาฮา"@th,
        "lea fakasaka"@to,
        "Yakutça"@tr,
        "Якут теле"@tt,
        "Якут кыл"@udm,
        "ياقۇت تىلى"@ug,
        "якутська"@uk,
        "Tiếng Sakha"@vi,
        "Jakutiš"@wae,
        "雅库特语"@zh .

<http://lexvo.org/id/iso639-3/sel> a lvont:Language,
        skos:Concept ;
    lvont:isFocusOf <http://id.loc.gov/vocabulary/iso639-2/sel> ;
    lvont:iso6392BCode "sel"^^xsd:string ;
    lvont:iso6392TCode "sel"^^xsd:string ;
    lvont:iso639P3PCode "sel"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-2/sel>,
        <http://www.glottolog.org/resource/languoid/id/selk1253> ;
    owl:sameAs <http://dbpedia.org/resource/Selkup_language>,
        <http://psi.oasis-open.org/iso/639/#sel>,
        <http://www.lingvoj.org/lang/sel>,
        <http://www.mpii.de/yago/resource/Selkup_language>,
        <info:lc/vocabulary/languages/sel> ;
    skos:altLabel "Selkup"@ca,
        "Selkupština"@cs,
        "Selkupische Sprache"@de,
        "Selkup language"@en,
        "Selkupin kieli"@fi,
        "Selkoupe"@fr,
        "Szölkup nyelv"@hu,
        "Lingua selkupica"@it,
        "Selkupų kalba"@lt,
        "Селкупски јазик"@mk,
        "Selkoeps"@nl,
        "Selkupisk"@nn,
        "Język selkupski"@pl,
        "Селькупский язык"@ru,
        "Selkupagiella"@se,
        "Selkupiska"@sv ;
    skos:definition "Selkup language is a language of the Selkups, belonging to the Samoyedic group of the Uralic language family. It is spoken by some 1,570 people (1994 est.) in the region between the Ob and Yenisei Rivers (in Siberia). The language name Selkup comes from the Russian \"\" (selkupsky yazyk), based on the native name used in the Taz dialect, šöľqumyt әty, lit. forest-man language. Different dialects use different names, and these variations are shown in the infobox to the right."@en ;
    skos:inScheme lexvo: ;
    skos:notation "sel"^^xsd:string ;
    skos:prefLabel "السيلكب"@ar,
        "selkup dili"@az,
        "селкуп"@bg,
        "সেল্কুপ"@bn,
        "Selkoupeg"@br,
        "सेलकुप"@brx,
        "selkap"@bs,
        "селкап"@bs-Cyrl,
        "selkup"@ca,
        "塞尔库普文"@cmn,
        "瑟爾卡普文"@cmn-Hant,
        "selkupština"@cs,
        "Selcypeg"@cy,
        "selkupisk"@da,
        "Selkupisch"@de,
        "Σελκούπ"@el,
        "Selkup"@en,
        "Selkupa lingvo"@eo,
        "selkup"@es,
        "sölkupi"@et,
        "سلکوپی"@fa,
        "selkuppi"@fi,
        "selkoupe"@fr,
        "Selkupisch"@gsw,
        "Selkupische Sprache"@gsw-FR,
        "સેલ્કપ"@gu,
        "סלקופ"@he,
        "सेल्कप"@hi,
        "selkupski"@hr,
        "szölkup"@hu,
        "Selkup"@id,
        "selkúp"@is,
        "selkup"@it,
        "セリクプ語"@ja,
        "ಸೆಲ್ಕಪ್"@kn,
        "셀쿠프어"@ko,
        "Сёлькуп кыв"@koi,
        "سیٚلکُپ"@ks,
        "Сёлькуп кыв"@kv,
        "ເຊນຄັບ"@lo,
        "selkup"@lt,
        "Selkupu kalba"@lt-x,
        "selkupu"@lv,
        "селкап"@mk,
        "സെൽകപ്"@ml,
        "सेल्कप"@mr,
        "Selkup"@mt,
        "selkupisk"@nb,
        "Selkup"@nl,
        "selkupisk"@nn,
        "Selkupisk"@no,
        "ସେଲ୍କପ୍"@or,
        "selkupski"@pl,
        "Lenga Selkup"@pms,
        "selkup"@pt,
        "selkup"@rm,
        "selkup"@ro,
        "селькупский"@ru,
        "selkupagiella"@se,
        "selkupčina"@sk,
        "selkupščina"@sl,
        "Селкап"@sr,
        "Selkap"@sr-Latn,
        "selkup"@sv,
        "செல்குப்"@ta,
        "సేల్కప్"@te,
        "เซลคุป"@th,
        "Selkup"@tr,
        "селькупська"@uk,
        "Tiếng Selkup"@vi,
        "塞爾庫普語"@zh .

<http://lexvo.org/id/iso639-3/sma> a lvont:Language,
        skos:Concept ;
    lvont:isFocusOf <http://id.loc.gov/vocabulary/iso639-2/sma> ;
    lvont:iso6392BCode "sma"^^xsd:string ;
    lvont:iso6392TCode "sma"^^xsd:string ;
    lvont:iso639P3PCode "sma"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-2/sma>,
        <http://www.glottolog.org/resource/languoid/id/sout2674> ;
    owl:sameAs <http://dbpedia.org/resource/Southern_Sami_language>,
        <http://psi.oasis-open.org/iso/639/#sma>,
        <http://www.lingvoj.org/lang/sma>,
        <http://www.mpii.de/yago/resource/Southern_Sami_language>,
        <info:lc/vocabulary/languages/sma> ;
    skos:altLabel "Южносаамски език"@bg,
        "Samieg ar su"@br,
        "Sami meridional"@ca,
        "sámština (jižní)"@cs,
        "Südsamische Sprache"@de,
        "Sami, Southern"@en,
        "Southern Sami language"@en,
        "Sami meridional"@es,
        "Lõunasaami keel"@et,
        "Eteläsaame"@fi,
        "Same du Sud"@fr,
        "Lingua sami meridionale"@it,
        "Pietų samių kalba"@lt,
        "Јужнолапонски јазик"@mk,
        "Sørsamisk"@nn,
        "Język południowolapoński"@pl,
        "Língua sami meridional"@pt,
        "Южносаамский язык"@ru,
        "Lullisámegiella"@se,
        "Sydsamiska"@sv ;
    skos:definition "Southern Sami (Åarjelsaemien gïele) is the southwestern-most of the Sami languages. It is a seriously endangered language; the last strongholds of this language are the municipalities of Snåsa and Hattfjelldal in Norway. There are approximately 2000 people considered ethnically Southern Sami in Norway and Sweden, but only approximately 600 of them can fluently speak the language."@en ;
    skos:inScheme lexvo: ;
    skos:notation "sma"^^xsd:string ;
    skos:prefLabel "السامي الجنوبي"@ar,
        "cənub sami dili"@az,
        "южносаамски"@bg,
        "দক্ষিণাঞ্চলীয় সামি"@bn,
        "sámi ar Su"@br,
        "पश्चीमी सामी"@brx,
        "južni sami"@bs,
        "јужни сами"@bs-Cyrl,
        "sami meridional"@ca,
        "南萨米文"@cmn,
        "南薩米文"@cmn-Hant,
        "Jižní sámština"@cs,
        "Sami Deheuol"@cy,
        "sydsamisk"@da,
        "Süd-Samisch"@de,
        "Νότια Σάμι"@el,
        "Southern Sami"@en,
        "Suda samea lingvo"@eo,
        "sami meridional"@es,
        "lõunasaami"@et,
        "eteläsaame"@fi,
        "Suðursámiskt"@fo,
        "sami du Sud"@fr,
        "Sàmais Dheasach"@gd,
        "Süüd-Samisch"@gsw,
        "દક્ષિણ સામી"@gu,
        "Saamish Yiass"@gv,
        "סאמי דרומית"@he,
        "दक्षिण सामी"@hi,
        "sjeverni sami"@hr,
        "déli számi"@hu,
        "Sami Selatan"@id,
        "suðursamíska"@is,
        "sami del sud"@it,
        "南サーミ語"@ja,
        "ದಕ್ಷಿಣ ಸಾಮಿ"@kn,
        "남부 사미어"@ko,
        "جنوٗبی سَمی"@ks,
        "Лунвыв саами кыв"@kv,
        "Lingua Samica Meridionalis"@la,
        "ຊາມິໃຕ້"@lo,
        "pietų sami"@lt,
        "Pėitu samiu kalba"@lt-x,
        "dienvidsāmu"@lv,
        "јужен сами"@mk,
        "സതേൺ സമി"@ml,
        "दक्षिणात्य सामी"@mr,
        "Southern Sami"@mt,
        "တောင်ပိုင်း ဆာမိ"@my,
        "sørsamisk"@nb,
        "Zuid-Samisch"@nl,
        "sørsamisk"@nn,
        "Sørsamisk"@no,
        "ଦକ୍ଷିଣ ସାମି"@or,
        "lapoński południowy"@pl,
        "Lenga Saami meridional"@pms,
        "sami do sul"@pt,
        "sami dal sid"@rm,
        "sami de sud"@ro,
        "саамский (южный)"@ru,
        "Soothren Sami leid"@sco,
        "lullisámegiella"@se,
        "južná saamčina"@sk,
        "južna samijščina"@sl,
        "Јужни сами"@sr,
        "Južni sami"@sr-Latn,
        "Suud-Samisk"@stq,
        "sydsamiska"@sv,
        "Kisami cha Kusini"@swh,
        "தெற்கு சாமி"@ta,
        "దక్షిణ సామి"@te,
        "ซามิใต้"@th,
        "lea fakasami fakatonga"@to,
        "Güney Sami"@tr,
        "саамська південна"@uk,
        "TIếng Sami Miền Nam"@vi .

<http://lexvo.org/id/iso639-3/snk> a lvont:Language,
        skos:Concept ;
    lvont:isFocusOf <http://id.loc.gov/vocabulary/iso639-2/snk> ;
    lvont:iso6392BCode "snk"^^xsd:string ;
    lvont:iso6392TCode "snk"^^xsd:string ;
    lvont:iso639P3PCode "snk"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-2/snk>,
        <http://www.glottolog.org/resource/languoid/id/soni1259> ;
    owl:sameAs <http://dbpedia.org/resource/Soninke_language>,
        <http://psi.oasis-open.org/iso/639/#snk>,
        <http://www.lingvoj.org/lang/snk>,
        <http://www.mpii.de/yago/resource/Soninke_language>,
        <info:lc/vocabulary/languages/snk> ;
    skos:altLabel "لغة سوننكية"@ar,
        "Soninkeg"@br,
        "Soninke"@ca,
        "Soninke-Sprache"@de,
        "Soninke language"@en,
        "Idioma soninké"@es,
        "Soninké"@fr,
        "Soninke jezik"@hr,
        "Bahasa Soninke"@id,
        "Język soninke"@pl,
        "Língua soninquê"@pt,
        "Сонинке"@ru ;
    skos:definition "The Soninke language (Soninke: Sooninkanxanne ) is a Mande language spoken by the Soninke people of West Africa. The language has an estimated 1,096,795 speakers, primarily located in Mali, and also (in order of numerical importance of the communities) in Senegal, Côte d'Ivoire, The Gambia, Mauritania, Guinea-Bissau, Guinea and Ghana. It enjoys the status of a national language in Mali, Senegal, and Mauritania."@en ;
    skos:inScheme lexvo: ;
    skos:notation "snk"^^xsd:string ;
    skos:prefLabel "السونينك"@ar,
        "soninke dili"@az,
        "сонинке"@bg,
        "সোনিঙ্কে"@bn,
        "soninke"@br,
        "सोनिंगके"@brx,
        "soninke"@bs,
        "сонинке"@bs-Cyrl,
        "soninke"@ca,
        "索尼基文"@cmn,
        "索尼基文"@cmn-Hant,
        "sonikština"@cs,
        "Soninceg"@cy,
        "soninke"@da,
        "Soninke"@de,
        "Σονίνκε"@el,
        "Soninke"@en,
        "Soninka lingvo"@eo,
        "soninké"@es,
        "soninke"@et,
        "Soninkera"@eu,
        "سونینکه‌ای"@fa,
        "soninke"@fi,
        "soninké"@fr,
        "Soninke"@gd,
        "Soninke-Schpraach"@gsw,
        "સોનિન્કે"@gu,
        "סונינקה"@he,
        "सोनिन्के"@hi,
        "soninke"@hr,
        "szoninke"@hu,
        "Soninke"@id,
        "sóninke"@is,
        "soninke"@it,
        "ソニンケ語"@ja,
        "ಸೋನಿಂಕೆ"@kn,
        "소닌케어"@ko,
        "سونِنکیے"@ks,
        "ໂຊນິນກີ"@lo,
        "soninke"@lt,
        "soninku"@lv,
        "сонинке"@mk,
        "സോണിൻകെ"@ml,
        "सोनिन्के"@mr,
        "Soninke"@mt,
        "soninke"@nb,
        "Soninke"@nl,
        "soninke"@nn,
        "ସୋନିଙ୍କେ"@or,
        "soninke"@pl,
        "Lenga Soninke"@pms,
        "soninquê"@pt,
        "soninke"@rm,
        "soninke"@ro,
        "сонинке"@ru,
        "soninke"@sk,
        "Сонинке"@sr,
        "Soninke"@sr-Latn,
        "soninke"@sv,
        "Kisoninke"@swh,
        "சோனின்கே"@ta,
        "సోనింకి"@te,
        "โซนีนเก"@th,
        "Soninke"@tr,
        "сонінке"@uk,
        "Tiếng Soninke"@vi .

<http://lexvo.org/id/iso639-3/srp> a lvont:Language,
        skos:Concept ;
    lvont:isFocusOf <http://id.loc.gov/vocabulary/iso639-2/srp> ;
    lvont:iso6392BCode "srp"^^xsd:string ;
    lvont:iso6392TCode "srp"^^xsd:string ;
    lvont:iso639P1Code "sr"^^xsd:string ;
    lvont:iso639P3PCode "srp"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-2/srp> ;
    owl:sameAs <http://dbpedia.org/resource/Serbian_language>,
        <http://lexvo.org/id/iso639-1/sr>,
        <http://psi.oasis-open.org/iso/639/#srp>,
        <http://www.lingvoj.org/lang/sr>,
        <http://www.mpii.de/yago/resource/Serbian_language>,
        <info:lc/vocabulary/languages/srp> ;
    skos:altLabel "لغة صربية"@ar,
        "Serbiu"@ast,
        "Serb dili"@az,
        "Сербская мова"@be,
        "Сръбски език"@bg,
        "সার্বীয় ভাষা"@bn,
        "Serbeg"@br,
        "Srpski jezik"@bs,
        "Srbština"@cs,
        "Serbische Sprache"@de,
        "Σερβική γλώσσα"@el,
        "Serbian language"@en,
        "Serba lingvo"@eo,
        "Idioma serbio"@es,
        "Serbia keel"@et,
        "Serbiera"@eu,
        "زبان صربی"@fa,
        "Serbian kieli"@fi,
        "Serbe"@fr,
        "Searbais"@gd,
        "Srpski jezik"@hr,
        "Szerb nyelv"@hu,
        "Lingua serbe"@ia,
        "Bahasa Serbia"@id,
        "Serbneska"@is,
        "Lingua serba"@it,
        "სერბული ენა"@ka,
        "Серб тілі"@kk,
        "Серб тили"@ky,
        "Serbų kalba"@lt,
        "Serbu valoda"@lv,
        "Српски јазик"@mk,
        "सर्बियन भाषा"@mr,
        "Serbisk"@nn,
        "Język serbski"@pl,
        "Língua sérvia"@pt,
        "Limba sârbă"@ro,
        "Сербский язык"@ru,
        "Srbčina"@sk,
        "Srbščina"@sl,
        "Gjuha serbe"@sq,
        "Српски језик"@sr,
        "Serbiska"@sv,
        "செருபிய மொழி"@ta,
        "ภาษาเซอร์เบีย"@th,
        "Сербська мова"@uk,
        "Tiếng Séc-bi"@vi ;
    skos:definition "Serbian (, Latin: srpski, ) is a form of Serbo-Croatian spoken by Serbs in Serbia, Bosnia and Herzegovina, Montenegro, Croatia, Albania, and neighbouring countries."@en ;
    skos:inScheme lexvo: ;
    skos:notation "srp"^^xsd:string ;
    skos:prefLabel "Асерб бызшәа"@ab,
        "Serwies"@af,
        "ሰርቢኛ"@am,
        "الصربية"@ar,
        "serbiu"@ast,
        "serb dili"@az,
        "сербская"@be,
        "Сэрбская мова"@be-tarask,
        "сръбски"@bg,
        "সার্বীয়"@bn,
        "serbeg"@br,
        "सर्बियन्"@brx,
        "srpski"@bs,
        "српски"@bs-Cyrl,
        "ሰርቢኛ"@byn,
        "serbi"@ca,
        "Serbihoyn mott"@ce,
        "Pinulongang Serbyo"@ceb,
        "塞尔维亚文"@cmn,
        "塞爾維亞文"@cmn-Hant,
        "Lingua serba"@co,
        "srbština"@cs,
        "Serbsczi jãzëk"@csb,
        "Срьбьскъ ѩꙁꙑкъ"@cu,
        "Серб чĕлхи"@cv,
        "Serbeg"@cy,
        "serbisk"@da,
        "Serbisch"@de,
        "Serbiska rěc"@dsb,
        "སཱར་བྷི་ཡཱན་ཁ"@dz,
        "serbiagbe"@ee,
        "Σερβικά"@el,
        "Serbian"@en,
        "serba"@eo,
        "serbio"@es,
        "serbia"@et,
        "serbiera"@eu,
        "صربی"@fa,
        "serbia"@fi,
        "Serbian"@fil,
        "serbiskt"@fo,
        "serbe"@fr,
        "Sèrbo"@frp,
        "serp"@fur,
        "Servysk"@fy,
        "Seirbis"@ga,
        "Sèirbis"@gd,
        "serbio"@gl,
        "Serbisch"@gsw,
        "સર્બિયન"@gu,
        "Sabiyan"@ha,
        "סרבית"@he,
        "सर्बियन्"@hi,
        "srpski"@hr,
        "Serbišćina"@hsb,
        "szerb"@hu,
        "Սերբերեն"@hy,
        "serbo"@ia,
        "Serb"@id,
        "Serbiana linguo"@io,
        "serbneska"@is,
        "serbo"@it,
        "セルビア語"@ja,
        "Basa Serbia"@jv,
        "სერბული"@ka,
        "sérviu"@kea,
        "серб"@kk,
        "សើប"@km,
        "ಸರ್ಬಿಯನ್"@kn,
        "सेर्बियन्"@knn,
        "세르비아어"@ko,
        "سٔربِیَن"@ks,
        "Särbesch"@ksh,
        "Zimanê serbî"@ku,
        "Серб кыв"@kv,
        "Serbek"@kw,
        "сербче"@ky,
        "Lengua serba"@lij,
        "ແຊກບີ"@lo,
        "serbų"@lt,
        "Serbu kalba"@lt-x,
        "serbu"@lv,
        "Серб йылме"@mhr,
        "српски"@mk,
        "സെർബിയൻ"@ml,
        "सर्बियन"@mr,
        "Bahasa Serbia"@ms,
        "Serb"@mt,
        "ဆားဗီးယန်း"@my,
        "Lengua serba"@nap,
        "serbisk"@nb,
        "सर्बियाली"@ne,
        "Servisch"@nl,
        "serbisk"@nn,
        "Serbisk"@no,
        "Sèrbe"@oc,
        "Afaan Serbiya"@om,
        "ସର୍ବିଆନ୍"@or,
        "Сербаг æвзаг"@os,
        "Serbyan"@pih,
        "serbski"@pl,
        "Lenga serba"@pms,
        "سربی"@pnb,
        "سربيائي"@ps,
        "sérvio"@pt,
        "Sirbya simi"@qu,
        "serb"@rm,
        "sârbă"@ro,
        "сербский"@ru,
        "Igiseribe"@rw,
        "Lingua serba"@scn,
        "Serbie leid"@sco,
        "serbiagiella"@se,
        "Srpski jezik"@sh,
        "සර්බියානු"@si,
        "srbčina"@sk,
        "srbščina"@sl,
        "Gagana Serbia"@sm,
        "Seerbiyaan"@so,
        "Serbisht"@sq,
        "Српски"@sr,
        "српски"@sr-Cyrl,
        "Srpski"@sr-Latn,
        "Se-serbian"@st,
        "Serbisk"@stq,
        "serbiska"@sv,
        "Kiserbia"@swh,
        "செர்பியன்"@ta,
        "సెర్బియన్"@te,
        "Забони сербӣ"@tg,
        "เซอร์เบีย"@th,
        "ሰርቢኛ"@ti,
        "ሰርቢኛ"@tig,
        "Wikang Serbyo"@tl,
        "Serbian"@tn,
        "lea fakasēpia"@to,
        "Sırpça"@tr,
        "Reo Terepia"@ty,
        "Серб кыл"@udm,
        "سېرب تىلى"@ug,
        "сербська"@uk,
        "صربی"@ur,
        "Tiếng Serbia"@vi,
        "Serbiš"@wae,
        "Isi-Serbia"@xh,
        "סערביש"@yi,
        "Èdè Serbia"@yo,
        "塞尔维亚语"@zh,
        "Serbia"@zsm,
        "isi-Serbian"@zu .

<http://lexvo.org/id/iso639-3/suk> a lvont:Language,
        skos:Concept ;
    lvont:isFocusOf <http://id.loc.gov/vocabulary/iso639-2/suk> ;
    lvont:iso6392BCode "suk"^^xsd:string ;
    lvont:iso6392TCode "suk"^^xsd:string ;
    lvont:iso639P3PCode "suk"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-2/suk>,
        <http://www.glottolog.org/resource/languoid/id/suku1261> ;
    owl:sameAs <http://dbpedia.org/resource/Sukuma_language>,
        <http://psi.oasis-open.org/iso/639/#suk>,
        <http://www.lingvoj.org/lang/suk>,
        <http://www.mpii.de/yago/resource/Sukuma_language>,
        <info:lc/vocabulary/languages/suk> ;
    skos:altLabel "Sukuma language"@en,
        "Język sukuma"@pl,
        "Сукума"@ru ;
    skos:definition "Sukuma is a Bantu language spoken by over five million people in central Tanzania. It forms a dialect continuum with Nyamwezi, but is more distinct from other neighboring languages."@en ;
    skos:inScheme lexvo: ;
    skos:notation "suk"^^xsd:string ;
    skos:prefLabel "السوكوما"@ar,
        "sukuma dili"@az,
        "сукума"@bg,
        "সুকুমা"@bn,
        "सुकुमा"@brx,
        "sukuma"@bs,
        "сукума"@bs-Cyrl,
        "sukuma"@ca,
        "苏库马文"@cmn,
        "蘇庫馬文"@cmn-Hant,
        "sukuma"@cs,
        "Swcwma"@cy,
        "sukuma"@da,
        "Sukuma-Sprache"@de,
        "Σουκούμα"@el,
        "Sukuma"@en,
        "sukuma"@es,
        "sukuma"@et,
        "سوکومایی"@fa,
        "sukuma"@fi,
        "sukuma"@fr,
        "Sukuma-Schpraach"@gsw,
        "સુકુમા"@gu,
        "סוקומה"@he,
        "सुकुमा"@hi,
        "sukuma"@hr,
        "szukuma"@hu,
        "Sukuma"@id,
        "súkúma"@is,
        "sukuma"@it,
        "スクマ語"@ja,
        "ಸುಕುಮಾ"@kn,
        "수쿠마족어"@ko,
        "سُکُما"@ks,
        "ຊູຄູມ້າ"@lo,
        "sukuma"@lt,
        "sukumu"@lv,
        "сукума"@mk,
        "സുകുമ"@ml,
        "सुकुमा"@mr,
        "Sukuma"@mt,
        "sukuma"@nb,
        "Sukuma"@nl,
        "sukuma"@nn,
        "ସୁକୁମା"@or,
        "sukuma"@pl,
        "sukuma"@pt,
        "sukuma"@rm,
        "sukuma"@ro,
        "сукума"@ru,
        "sukuma"@sk,
        "sukuma"@sl,
        "Сукума"@sr,
        "Sukuma"@sr-Latn,
        "sukuma"@sv,
        "Kisukuma"@sw,
        "Kisukuma"@swh,
        "சுகுமா"@ta,
        "సుకుమా"@te,
        "ซูคูมา"@th,
        "Sukuma"@tr,
        "сукума"@uk,
        "Tiếng Sukuma"@vi .

<http://lexvo.org/id/iso639-3/tem> a lvont:Language,
        skos:Concept ;
    lvont:isFocusOf <http://id.loc.gov/vocabulary/iso639-2/tem> ;
    lvont:iso6392BCode "tem"^^xsd:string ;
    lvont:iso6392TCode "tem"^^xsd:string ;
    lvont:iso639P3PCode "tem"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-2/tem>,
        <http://www.glottolog.org/resource/languoid/id/timn1235> ;
    owl:sameAs <http://dbpedia.org/resource/Temne_language>,
        <http://psi.oasis-open.org/iso/639/#tem>,
        <http://www.lingvoj.org/lang/tem>,
        <http://www.mpii.de/yago/resource/Temne_language>,
        <info:lc/vocabulary/languages/tem> ;
    skos:altLabel "Temnische Sprache"@de,
        "Temne language"@en,
        "Idioma temné"@es,
        "Temne"@fr,
        "Língua temne"@pt,
        "Темне"@ru,
        "தெம்னே மொழி"@ta ;
    skos:definition "Temne (also known as Themne or Timne, ) is a language of the Mel branch of Niger–Congo, spoken in Sierra Leone by about 2 million first speakers. One of the country's most widely spoken languages, it is spoken by 30% of the country’s population. It also serves as a lingua franca for an additional 1,500,000 people living in areas near the Temne people. It is closely related to the neighboring Kissi language."@en ;
    skos:inScheme lexvo: ;
    skos:notation "tem"^^xsd:string ;
    skos:prefLabel "التيمن"@ar,
        "timne dili"@az,
        "темне"@bg,
        "টাইম্নে"@bn,
        "Temneg"@br,
        "तीमने"@brx,
        "timne"@bs,
        "тимне"@bs-Cyrl,
        "temne"@ca,
        "滕内文"@cmn,
        "提姆文"@cmn-Hant,
        "temne"@cs,
        "temne"@da,
        "Temne"@de,
        "Τίμνε"@el,
        "Timne"@en,
        "temne"@es,
        "temne"@et,
        "تمنه‌ای"@fa,
        "temne"@fi,
        "temne"@fr,
        "Temne"@gsw,
        "ટિમ્ને"@gu,
        "טימנה"@he,
        "टिम्ने"@hi,
        "temne"@hr,
        "temne"@hu,
        "Timne"@id,
        "tímne"@is,
        "temne"@it,
        "テムネ語"@ja,
        "ಟಿಮ್ನೆ"@kn,
        "팀니어"@ko,
        "ٹِمنیے"@ks,
        "ທີມເນ"@lo,
        "timne"@lt,
        "temnu"@lv,
        "тимне"@mk,
        "ടിംനേ"@ml,
        "टिम्ने"@mr,
        "Timne"@mt,
        "temne"@nb,
        "Timne"@nl,
        "temne"@nn,
        "ତିମନେ"@or,
        "temne"@pl,
        "Lenga Themne"@pms,
        "timne"@pt,
        "temne"@rm,
        "timne"@ro,
        "темне"@ru,
        "temne"@sk,
        "temnejščina"@sl,
        "Тимне"@sr,
        "Timne"@sr-Latn,
        "temne"@sv,
        "Kitemne"@swh,
        "டிம்னே"@ta,
        "టింనే"@te,
        "ทิมเน"@th,
        "Timne"@tr,
        "темне"@uk,
        "Tiếng Timne"@vi .

<http://lexvo.org/id/iso639-3/ter> a lvont:Language,
        skos:Concept ;
    lvont:isFocusOf <http://id.loc.gov/vocabulary/iso639-2/ter> ;
    lvont:iso6392BCode "ter"^^xsd:string ;
    lvont:iso6392TCode "ter"^^xsd:string ;
    lvont:iso639P3PCode "ter"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-2/ter>,
        <http://www.glottolog.org/resource/languoid/id/tere1279> ;
    owl:sameAs <http://dbpedia.org/resource/Ter%C3%AAna_language>,
        <http://psi.oasis-open.org/iso/639/#ter>,
        <http://www.lingvoj.org/lang/ter>,
        <http://www.mpii.de/yago/resource/Ter%C3%AAna_language>,
        <info:lc/vocabulary/languages/ter> ;
    skos:altLabel "Terêna language"@en,
        "Idioma terêna"@es,
        "Língua terena"@pt ;
    skos:definition "Terêna or Etelena is spoken by 15,000 Brazilians. The language has a dictionary and written grammar. Many Terênan people have low Portuguese proficiency. It is spoken in Mato Grosso do Sul. 20% are literate in their language, 80% literate in Portuguese."@en ;
    skos:inScheme lexvo: ;
    skos:notation "ter"^^xsd:string ;
    skos:prefLabel "التيرينو"@ar,
        "tereno dili"@az,
        "терено"@bg,
        "তেরেনো"@bn,
        "tereno"@br,
        "तेरेनो"@brx,
        "tereno"@bs,
        "терено"@bs-Cyrl,
        "terena"@ca,
        "特列纳文"@cmn,
        "泰雷諾文"@cmn-Hant,
        "tereno"@cs,
        "tereno"@da,
        "Tereno-Sprache"@de,
        "Τερένο"@el,
        "Tereno"@en,
        "tereno"@es,
        "tereno"@et,
        "ترنو"@fa,
        "tereno"@fi,
        "tereno"@fr,
        "Tereno-Schpraach"@gsw,
        "તેરેનો"@gu,
        "טרנו"@he,
        "तेरेनो"@hi,
        "tereno"@hr,
        "terenó"@hu,
        "Tereno"@id,
        "terenó"@is,
        "tereno"@it,
        "テレーノ語"@ja,
        "ಟೆರೆನೋ"@kn,
        "테레노어"@ko,
        "ٹیٚریٚنو"@ks,
        "ເຕເລໂນ"@lo,
        "tereno"@lt,
        "tereno"@lv,
        "терено"@mk,
        "ടെറേനോ"@ml,
        "तेरेनो"@mr,
        "Tereno"@mt,
        "tereno"@nb,
        "Tereno"@nl,
        "tereno"@nn,
        "ତେରେନୋ"@or,
        "tereno"@pl,
        "Lenga terêna"@pms,
        "tereno"@pt,
        "Terena simi"@qu,
        "tereno"@rm,
        "tereno"@ro,
        "терено"@ru,
        "tereno"@sk,
        "Терено"@sr,
        "Tereno"@sr-Latn,
        "tereno"@sv,
        "டெரெனோ"@ta,
        "టెరెనో"@te,
        "เทเรโน"@th,
        "Tereno"@tr,
        "терено"@uk,
        "Tiếng Tereno"@vi .

<http://lexvo.org/id/iso639-3/tet> a lvont:Language,
        skos:Concept ;
    lvont:isFocusOf <http://id.loc.gov/vocabulary/iso639-2/tet> ;
    lvont:iso6392BCode "tet"^^xsd:string ;
    lvont:iso6392TCode "tet"^^xsd:string ;
    lvont:iso639P3PCode "tet"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-2/tet>,
        <http://www.glottolog.org/resource/languoid/id/tetu1245> ;
    owl:sameAs <http://dbpedia.org/resource/Tetum_language>,
        <http://psi.oasis-open.org/iso/639/#tet>,
        <http://www.lingvoj.org/lang/tet>,
        <http://www.mpii.de/yago/resource/Tetum_language>,
        <info:lc/vocabulary/languages/tet> ;
    skos:altLabel "لغة تيتومية"@ar,
        "Тетун"@bg,
        "Tetum"@ca,
        "tetumština"@cs,
        "Tetum-Sprache"@de,
        "Tetum language"@en,
        "Idioma tetun"@es,
        "Tetumin kieli"@fi,
        "Tétoum"@fr,
        "Tetún"@gl,
        "Tetumski jezik"@hr,
        "Bahasa Tetun"@id,
        "Lingua tetum"@it,
        "Tetum kalba"@lt,
        "Tetunu valoda"@lv,
        "Tetum"@pl,
        "Língua tétum"@pt,
        "Тетум"@ru,
        "Tetum"@sv,
        "தேதுன மொழி"@ta,
        "ภาษาเตตุม"@th,
        "Тетум"@uk,
        "Tiếng Tetum"@vi ;
    skos:definition "Tetum (also Tetun) is an Austronesian language, a national language and one of the two official languages of East Timor. It is also used in parts of West Timor that adjoin East Timor, particularly in Belu Regency. Some of its dialects have been greatly influenced by Portuguese, the other official language of the country, especially in their vocabulary, but also in aspects of their grammar."@en ;
    skos:inScheme lexvo: ;
    skos:notation "tet"^^xsd:string ;
    skos:prefLabel "Tetum"@af,
        "ቴተም"@am,
        "التيتم"@ar,
        "tetum dili"@az,
        "тетум"@bg,
        "তেতুম"@bn,
        "tetum"@br,
        "तेतुम"@brx,
        "tetum"@bs,
        "тетум"@bs-Cyrl,
        "tetun"@ca,
        "特塔姆文"@cmn,
        "泰頓文"@cmn-Hant,
        "Tetum"@cs,
        "Tetwm"@cy,
        "tetum"@da,
        "Tetum"@de,
        "tetumgbe"@ee,
        "Τέτουμ"@el,
        "Tetum"@en,
        "Tetuna lingvo"@eo,
        "tetún"@es,
        "tetumi"@et,
        "tetuma"@eu,
        "تتومی"@fa,
        "tetum"@fi,
        "Tetum"@fil,
        "tetum"@fo,
        "tetum"@fr,
        "tetum"@fur,
        "Tetum"@gd,
        "tetún"@gl,
        "Tetum-Schpraach"@gsw,
        "તેતુમ"@gu,
        "טטום"@he,
        "तेतुम"@hi,
        "tetum"@hr,
        "tetum"@hu,
        "Tetun"@id,
        "tetúm"@is,
        "tetum"@it,
        "テトゥン語"@ja,
        "Basa Tetun"@jv,
        "ಟೇಟಮ್"@kn,
        "테툼어"@ko,
        "ٹیٹَم"@ks,
        "Tetumsch"@ksh,
        "ເຕຕູມ"@lo,
        "tetum"@lt,
        "tetumu"@lv,
        "тетум"@mk,
        "ടെറ്റും"@ml,
        "तेतुम"@mr,
        "Bahasa Tetum"@ms,
        "Tetum"@mt,
        "tetum"@nb,
        "Tetun"@nl,
        "tetum"@nn,
        "Tetum"@no,
        "ତେତୁମ୍"@or,
        "tetum"@pl,
        "Lenga Tetun"@pms,
        "tétum"@pt,
        "tetum"@rm,
        "tetum"@ro,
        "тетум"@ru,
        "tetum"@sk,
        "tetumščina"@sl,
        "Тетум"@sr,
        "Tetum"@sr-Latn,
        "tetum"@sv,
        "Kitetum"@swh,
        "டெடும்"@ta,
        "టేటం"@te,
        "Lia-tetun"@tet,
        "เตตุม"@th,
        "Tetum"@tl,
        "lea fakatētamu"@to,
        "Tetum"@tr,
        "тетум"@uk,
        "ٹیٹم"@ur,
        "Tetum"@vi,
        "Tetum"@wae,
        "德顿语"@zh,
        "Tetum"@zsm,
        "isi-Tetum"@zu .

<http://lexvo.org/id/iso639-3/thv> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "thv"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/taha1241> ;
    owl:sameAs <http://dbpedia.org/resource/Tamahaq_language>,
        <http://www.mpii.de/yago/resource/Tamahaq_language> ;
    skos:altLabel "Tahaggart Tamahaq"@en,
        "Tamahaq, Tahaggart"@en ;
    skos:definition "Tamahaq is the only known Northern Tuareg language, spoken in Algeria, western Libya, and northern Niger. It varies little from the southern languages of Ayr, Azawagh or Adagh, with the differences mostly being substitution of sounds, for instance Tamahaq instead of Tamajaq or Tamasheq."@en ;
    skos:inScheme lexvo: ;
    skos:notation "thv"^^xsd:string ;
    skos:prefLabel "Tamahakeg"@br,
        "Tamahaq language"@en,
        "Idioma tamahaq"@es,
        "Tahaggart tamahaq"@hr,
        "Tahaggart tamahaq"@sh .

<http://lexvo.org/id/iso639-3/tkl> a lvont:Language,
        skos:Concept ;
    lvont:isFocusOf <http://id.loc.gov/vocabulary/iso639-2/tkl> ;
    lvont:iso6392BCode "tkl"^^xsd:string ;
    lvont:iso6392TCode "tkl"^^xsd:string ;
    lvont:iso639P3PCode "tkl"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-2/tkl>,
        <http://www.glottolog.org/resource/languoid/id/toke1240> ;
    owl:sameAs <http://dbpedia.org/resource/Tokelauan_language>,
        <http://psi.oasis-open.org/iso/639/#tkl>,
        <http://www.lingvoj.org/lang/tkl>,
        <http://www.mpii.de/yago/resource/Tokelauan_language>,
        <info:lc/vocabulary/languages/tkl> ;
    skos:altLabel "لغة توكلوية"@ar,
        "tokelauès"@ca,
        "Tokelauische Sprache"@de,
        "Tokelauan language"@en,
        "Idioma tokelauano"@es,
        "Tokelaun kieli"@fi,
        "Tokelau"@fr,
        "Tokelauski jezik"@hr,
        "Tokelaui nyelv"@hu,
        "Lingua tokelauana"@it,
        "Токелауански јазик"@mk,
        "Język tokelau"@pl,
        "Língua toquelauana"@pt,
        "токелайский"@ru,
        "Tokelauanska"@sv ;
    skos:definition "Tokelauan is a Polynesian language closely related to Tuvaluan."@en ;
    skos:inScheme lexvo: ;
    skos:notation "tkl"^^xsd:string ;
    skos:prefLabel "التوكيلاو"@ar,
        "tokelay dili"@az,
        "токелайски"@bg,
        "টোকেলাউ"@bn,
        "tokelau"@br,
        "टोकेलौ"@brx,
        "tokelau"@bs,
        "токелау"@bs-Cyrl,
        "Tokelauà"@ca,
        "托克劳文"@cmn,
        "托克勞文"@cmn-Hant,
        "tokelauština"@cs,
        "tokelau"@da,
        "Tokelauanisch"@de,
        "tokelaugbe"@ee,
        "Τοκελάου"@el,
        "Tokelau"@en,
        "Tokelaa lingvo"@eo,
        "tokelauano"@es,
        "tokelau"@et,
        "زبان توکلائویی"@fa,
        "tokelau"@fi,
        "tokelau"@fr,
        "Lingua tokelauana"@gl,
        "Tokelauanisch"@gsw,
        "તોકેલાઉ"@gu,
        "טוקלאו"@he,
        "तोकेलाऊ"@hi,
        "tokelaunski"@hr,
        "tokelaui"@hu,
        "Tokelau"@id,
        "tókeláska"@is,
        "tokelau"@it,
        "トケラウ語"@ja,
        "ಟೊಕೆಲಾವ್"@kn,
        "토켈라우제도어"@ko,
        "ٹوکیٖلاو"@ks,
        "ໂຕເກເລົາ"@lo,
        "tokelau"@lt,
        "tokelaviešu"@lv,
        "токелау"@mk,
        "ടൊക്കേലൗ"@ml,
        "टोकेलाऊ"@mr,
        "Tokelau"@mt,
        "tokelau"@nb,
        "Tokelaus"@nl,
        "tokelau"@nn,
        "ଟୋକେଲାଉ"@or,
        "tokelau"@pl,
        "Lenga Tokelauan"@pms,
        "toquelauano"@pt,
        "tokelau"@rm,
        "tokelau"@ro,
        "Токелау"@ru,
        "Tokelau jezik"@sh,
        "tokelaučina"@sk,
        "tokelavščina"@sl,
        "Gagana To'elau"@sm,
        "Токелау"@sr,
        "Tokelau"@sr-Latn,
        "tokelauiska"@sv,
        "டோகேலௌ"@ta,
        "టోకెలావ్"@te,
        "โตเกเลา"@th,
        "lea fakatokelau"@to,
        "Tokelau"@tr,
        "токелау"@uk,
        "Tiếng Tokelau"@vi,
        "托克劳语"@zh .

<http://lexvo.org/id/iso639-3/toi> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "toi"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/tong1318> ;
    owl:sameAs <http://dbpedia.org/resource/Tonga_language_(Zambia)>,
        <http://lexvo.org/id/iso639-3/ton>,
        <http://lexvo.org/id/wordnet/30/noun/tonga_1_10_00>,
        <http://www.mpii.de/yago/resource/Tonga_language_(Zambia)> ;
    skos:altLabel "Tonga (Zambia)"@en,
        "Tonga language"@en ;
    skos:definition "The Tonga language of Zambia and Zimbabwe is a Bantu Language primarily spoken by the Tonga people in those countries who live mainly in the Southern and Western provinces of Zambia, and in northern Zimbabwe, with a few in Mozambique. The language is also spoken by the Tonga, Ila, Iwe, Toka and Leya people, as well as many bilingual Zambians and Zimbabweans. It is one of the major lingua francas in Zambia, together with Bemba, Lozi and Nyanja. The Tonga of Malawi is not particularly close."@en ;
    skos:inScheme lexvo: ;
    skos:notation "toi"^^xsd:string ;
    skos:prefLabel "Tongština"@cs,
        "Tonga"@da,
        "ChiTonga"@de,
        "Tonga"@en,
        "Chitonga"@fr,
        "トンガ語"@ja,
        "Język tonga"@pl,
        "Lenga Tonga"@pms,
        "Língua tonga"@pt,
        "Tongčina"@sk,
        "Tonga"@sv,
        "Kitonga"@sw .

<http://lexvo.org/id/iso639-3/tvl> a lvont:Language,
        skos:Concept ;
    lvont:isFocusOf <http://id.loc.gov/vocabulary/iso639-2/tvl> ;
    lvont:iso6392BCode "tvl"^^xsd:string ;
    lvont:iso6392TCode "tvl"^^xsd:string ;
    lvont:iso639P3PCode "tvl"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-2/tvl>,
        <http://www.glottolog.org/resource/languoid/id/tuva1244> ;
    owl:sameAs <http://dbpedia.org/resource/Tuvaluan_language>,
        <http://psi.oasis-open.org/iso/639/#tvl>,
        <http://www.lingvoj.org/lang/tvl>,
        <http://www.mpii.de/yago/resource/Tuvaluan_language>,
        <info:lc/vocabulary/languages/tvl> ;
    skos:altLabel "Тувалуански език"@bg,
        "Tuvalueg"@br,
        "Tuvalština"@cs,
        "Tuvaluische Sprache"@de,
        "Tuvaluan language"@en,
        "Idioma tuvaluano"@es,
        "Tuvalun kieli"@fi,
        "Tuvaluan"@fr,
        "तुवालुयाई भाषा"@hi,
        "Tuvalu jezik"@hr,
        "Tuvalui nyelv"@hu,
        "Bahasa Tuvalu"@id,
        "Lingua tuvaluana"@it,
        "Tuvaliečių kalba"@lt,
        "Тувалуански јазик"@mk,
        "Język tuvalu"@pl,
        "Língua tuvaluana"@pt,
        "Тувалу"@ru,
        "Tuvaluanska"@sv ;
    skos:definition "Tuvaluan is a Polynesian language of or closely related to the Ellicean group spoken in Tuvalu. It is more or less distantly related to all other Polynesian languages, such as Hawaiian, Maori, Tahitian, Samoan, and Tongan, and most closely related to the languages spoken on the Polynesian Outliers in Micronesia and Northern and Central Melanesia. Tuvaluan has borrowed considerably from Samoan, the language of Christian missionaries in the late 19th and early 20th centuries. There are about 13,000 Tuvaluan speakers worldwide."@en ;
    skos:inScheme lexvo: ;
    skos:notation "tvl"^^xsd:string ;
    skos:prefLabel "التوفالو"@ar,
        "tuvalu dili"@az,
        "тувалуански"@bg,
        "টুভালু"@bn,
        "tuvalu"@br,
        "टुवालु"@brx,
        "tuvalu"@bs,
        "тувалу"@bs-Cyrl,
        "tuvaluà"@ca,
        "图瓦卢文"@cmn,
        "吐瓦魯文"@cmn-Hant,
        "tuvalština"@cs,
        "Twfalweg"@cy,
        "tuvalu"@da,
        "Elliceanisch"@de,
        "tuvalugbe"@ee,
        "Τουβαλού"@el,
        "Tuvalu"@en,
        "Tuvala lingvo"@eo,
        "tuvaluano"@es,
        "tuvalu"@et,
        "Tuvaluera"@eu,
        "تووالویی"@fa,
        "tuvalu"@fi,
        "tuvalu"@fr,
        "Lingua tuvaluana"@gl,
        "Elliceanisch"@gsw,
        "તુવાલુ"@gu,
        "טובאלו"@he,
        "तुवालु"@hi,
        "Tuvaluan bhasa"@hif,
        "tuvaluanski"@hr,
        "tuvalu"@hu,
        "Tuvalu"@id,
        "túvalúska"@is,
        "tuvalu"@it,
        "ツバル語"@ja,
        "ಟುವಾಲು"@kn,
        "투발루어"@ko,
        "تُوالوٗ"@ks,
        "ຕູວາລູ"@lo,
        "tuvalu"@lt,
        "tuvaliešu"@lv,
        "тувалу"@mk,
        "തുവാലു"@ml,
        "टुवालु"@mr,
        "Bahasa Tuvalu"@ms,
        "Tuvalu"@mt,
        "tuvalu"@nb,
        "Tuvaluaans"@nl,
        "tuvalu"@nn,
        "ତୁଭାଲୁ"@or,
        "tuvalu"@pl,
        "Lenga Tuvaluan"@pms,
        "tuvaluano"@pt,
        "tuvalu"@rm,
        "tuvalu"@ro,
        "тувалу"@ru,
        "Tuvaluanski jezik"@sh,
        "tuvalčina"@sk,
        "tuvalujščina"@sl,
        "Тувалу"@sr,
        "Tuvalu"@sr-Latn,
        "tuvaluanska"@sv,
        "டுவாலு"@ta,
        "టువాలు"@te,
        "ตูวาลู"@th,
        "lea fakatūvalu"@to,
        "Tuvalu"@tr,
        "тувалу"@uk,
        "Tiếng Tuvalu"@vi,
        "图瓦卢语"@zh .

<http://lexvo.org/id/iso639-3/twi> a lvont:Language,
        skos:Concept ;
    lvont:isFocusOf <http://id.loc.gov/vocabulary/iso639-2/twi> ;
    lvont:iso6392BCode "twi"^^xsd:string ;
    lvont:iso6392TCode "twi"^^xsd:string ;
    lvont:iso639P1Code "tw"^^xsd:string ;
    lvont:iso639P3PCode "twi"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-2/twi> ;
    owl:sameAs <http://dbpedia.org/resource/Asante_dialect>,
        <http://lexvo.org/id/iso639-1/tw>,
        <http://psi.oasis-open.org/iso/639/#twi>,
        <http://www.lingvoj.org/lang/tw>,
        <http://www.mpii.de/yago/resource/Asante_dialect>,
        <info:lc/vocabulary/languages/twi> ;
    skos:altLabel "Twieg"@br,
        "Twi"@ca,
        "Twi"@da,
        "Asante dialect"@en,
        "Akana lingvo"@eo,
        "Idioma twi"@es,
        "Twi"@fr,
        "Bahasa Twi"@id,
        "Tví"@is,
        "Lingua twi"@it,
        "Język twi"@pl,
        "Língua twi"@pt,
        "Чви"@ru,
        "துவி மொழி"@ta ;
    skos:definition "Asante, or Ashanti, is one of three literary dialects of the Akan language of southern Ghana, and the prestige dialect of that language. It is spoken in and around Kumasi, the capital of the former Ashanti Empire and current subnational Asante Kingdom within Ghana."@en ;
    skos:inScheme lexvo: ;
    skos:notation "twi"^^xsd:string ;
    skos:prefLabel "Twi"@af,
        "Twi"@ak,
        "ትዊኛ"@am,
        "التوي"@ar,
        "Tvi dili"@az,
        "туи"@bg,
        "টোয়াই"@bn,
        "twi"@br,
        "ट्वी"@brx,
        "tvi"@bs,
        "тви"@bs-Cyrl,
        "ትዊኛ"@byn,
        "twi"@ca,
        "特威文"@cmn,
        "特威文"@cmn-Hant,
        "twi"@cs,
        "Twi"@cy,
        "twi"@da,
        "Twi"@de,
        "Τούι"@el,
        "Twi"@en,
        "akana"@eo,
        "twi"@es,
        "tvii"@et,
        "twia"@eu,
        "توی‌یایی"@fa,
        "twi"@fi,
        "Twi"@fil,
        "twi"@fo,
        "twi"@fr,
        "Tvís"@ga,
        "twi"@gl,
        "Twi"@gsw,
        "ટ્વાઇ"@gu,
        "Tiwiniyanci"@ha,
        "טווי"@he,
        "ट्वी"@hi,
        "twi"@hr,
        "twi"@hu,
        "Տուի"@hy,
        "twi"@ia,
        "Twi"@id,
        "tví"@is,
        "ci"@it,
        "トウィ語"@ja,
        "თუი"@ka,
        "тви"@kk,
        "ទ្វី"@km,
        "ಟ್ವಿ"@kn,
        "त्वि"@knn,
        "트위어"@ko,
        "توی"@ks,
        "тви"@ky,
        "ທວີ"@lo,
        "tvi"@lt,
        "tvī"@lv,
        "тви"@mk,
        "ട്വി"@ml,
        "ट्वी"@mr,
        "Twi"@mt,
        "twi"@nb,
        "Twi"@nl,
        "twi"@nn,
        "Twi"@no,
        "ତ୍ୱି"@or,
        "ਤ੍ਵਿ"@pa,
        "twi"@pl,
        "توی"@ps,
        "twi"@pt,
        "twi"@rm,
        "twi"@ro,
        "тви"@ru,
        "Inyetuwi"@rw,
        "Twi jezik"@sh,
        "twi"@sk,
        "tvi"@sl,
        "Tiwiyan"@so,
        "Twi"@sq,
        "Тви"@sr,
        "Tvi"@sr-Latn,
        "Twi"@st,
        "twi"@sv,
        "Kitwi"@swh,
        "ட்வி"@ta,
        "ట్వి"@te,
        "ทวิ"@th,
        "ትዊ"@ti,
        "ትዊኛ"@tig,
        "Tvi"@tr,
        "Twi"@tw,
        "تۋىچە"@ug,
        "тві"@uk,
        "توی"@ur,
        "Tiếng Twi"@vi,
        "Twi"@xh,
        "Twi"@yo,
        "契維語"@zh,
        "Twi"@zsm,
        "Twi"@zu .

<http://lexvo.org/id/iso639-3/tyv> a lvont:Language,
        skos:Concept ;
    lvont:isFocusOf <http://id.loc.gov/vocabulary/iso639-2/tyv> ;
    lvont:iso6392BCode "tyv"^^xsd:string ;
    lvont:iso6392TCode "tyv"^^xsd:string ;
    lvont:iso639P3PCode "tyv"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-2/tyv>,
        <http://www.glottolog.org/resource/languoid/id/tuvi1240> ;
    owl:sameAs <http://dbpedia.org/resource/Tuvan_language>,
        <http://psi.oasis-open.org/iso/639/#tyv>,
        <http://www.lingvoj.org/lang/tyv>,
        <http://www.mpii.de/yago/resource/Tuvan_language>,
        <info:lc/vocabulary/languages/tyv> ;
    skos:altLabel "tuvinyan dili"@az,
        "Тувински език"@bg,
        "Tuvaeg"@br,
        "Tuvinià"@ca,
        "Tuwinische Sprache"@de,
        "Tuvan language"@en,
        "Idioma tuvano"@es,
        "Tõva keel"@et,
        "زبان تووان"@fa,
        "Tuvan kieli"@fi,
        "Touvain"@fr,
        "טובינית"@he,
        "तूवी भाषा"@hi,
        "Tuvanski jezik"@hr,
        "Bahasa Tuva"@id,
        "Lingua tuvana"@it,
        "トゥヴァ語"@ja,
        "투비니안어"@ko,
        "Tuvių kalba"@lt,
        "Тувански јазик"@mk,
        "Tuvinisch"@nl,
        "tuvinisk"@nn,
        "Język tuwiński"@pl,
        "Língua tuviniana"@pt,
        "tuviniano"@pt,
        "Тувинский язык"@ru,
        "Тивански језик"@sr,
        "tuviniska"@sv,
        "ภาษาตูวัน"@th,
        "Тувинська мова"@uk ;
    skos:definition "Tuvan (Tuvan: Тыва дыл Tyva dyl), also known as Tuvinian, Tyvan or Tuvin, is a Turkic language spoken in the Republic of Tuva in south-central Siberia in Russia. The language has borrowed a great number of roots from the Mongolian language, Tibetan and more recently from the Russian language. There are small diaspora groups of Tuvan people that speak distinct dialects of Tuvan in the People's Republic of China and in Mongolia."@en ;
    skos:inScheme lexvo: ;
    skos:notation "tyv"^^xsd:string ;
    skos:prefLabel "Tiwaans"@af,
        "التُرك"@ar,
        "Tıva dili"@az,
        "тувінская"@be,
        "тувински"@bg,
        "টুভিনিয়ান"@bn,
        "touva"@br,
        "टुवी"@brx,
        "tuvinijski"@bs,
        "тувинијски"@bs-Cyrl,
        "tuvinià"@ca,
        "图瓦文"@cmn,
        "土凡文"@cmn-Hant,
        "tuvinština"@cs,
        "tuvinian"@da,
        "Tuwinisch"@de,
        "tuviniagbe"@ee,
        "Τουβίνιαν"@el,
        "Tuvinian"@en,
        "Tuva lingvo"@eo,
        "tuviniano"@es,
        "tõva"@et,
        "تووایی"@fa,
        "tuva"@fi,
        "touva"@fr,
        "An Túvais"@ga,
        "Tuva dili"@gag,
        "Tuwinisch"@gsw,
        "ટુવીનિયન"@gu,
        "טובאנית"@he,
        "तुवीनियन"@hi,
        "tuvinian"@hr,
        "tuvai"@hu,
        "Tuvinia"@id,
        "túvínska"@is,
        "tuvinian"@it,
        "トゥバ語"@ja,
        "Тыуа тілі"@kk,
        "ಟುವಿನಿಯನ್"@kn,
        "투바어"@ko,
        "Тыва кыв"@koi,
        "تُویٖنیَن"@ks,
        "Тува кыв"@kv,
        "ຕູວີນຽນ"@lo,
        "tuvių"@lt,
        "Toviu kalba"@lt-x,
        "tuviešu"@lv,
        "тувинијански"@mk,
        "തുവിനിയൻ"@ml,
        "टुवीनियन"@mr,
        "Bahasa Tuvan"@ms,
        "Tuvinjan"@mt,
        "tuvinisk"@nb,
        "Toevaans"@nl,
        "Tuvinsk"@nn,
        "Tuvinsk"@no,
        "ତୁଭିନିଆନ୍"@or,
        "tuwiński"@pl,
        "Lenga tuvin"@pms,
        "tuvinian"@pt,
        "tuvinian"@rm,
        "tuvană"@ro,
        "тувинский"@ru,
        "Lingua tuva"@scn,
        "Tuvanski jezik"@sh,
        "tuviančina"@sk,
        "tuvinščina"@sl,
        "Тувинијски"@sr,
        "Tuvinijski"@sr-Latn,
        "Tuvinska"@sv,
        "டுவினியன்"@ta,
        "టువినియన్"@te,
        "ตูวา"@th,
        "lea fakatuvīnia"@to,
        "Tuvaca"@tr,
        "Тыва теле"@tt,
        "Тувинец кыл"@udm,
        "тувинська"@uk,
        "Tiếng Tuvinian"@vi,
        "图瓦语"@zh .

<http://lexvo.org/id/iso639-3/tzh> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "tzh"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/tzel1254> ;
    owl:sameAs <http://dbpedia.org/resource/Tzeltal_language>,
        <http://www.mpii.de/yago/resource/Tzeltal_language> ;
    skos:altLabel "Tzeltal language"@en ;
    skos:definition "Tzeltal is a Mayan language spoken in the Mexican state of Chiapas, mostly in the municipalities of Ocosingo, Altamirano, Huixtán, Tenejapa, Yajalón, Chanal, Sitalá, Amatenango del Valle, Socoltenango, Villa las Rosas, Chilón, San Juan Cancun, San Cristóbal de las Casas and Oxchuc. It is a living language with some 371,730 speakers as of 2005, including a number of monolinguals."@en ;
    skos:inScheme lexvo: ;
    skos:notation "tzh"^^xsd:string ;
    skos:prefLabel "Tzeltal-Sprache"@de,
        "Tzeltal"@en,
        "Idioma tzeltal"@es,
        "Tzeltal"@fr,
        "Tzéndal"@hr,
        "Lingua tzeltal"@it,
        "Целталски јазик"@mk,
        "Tzeltallahtōlli"@nah,
        "Tzeltal"@nl,
        "Tzeltal"@no,
        "Język tseltal"@pl,
        "Lenga tzeltal, bachajón"@pms,
        "Língua tseltal"@pt,
        "Tseltal simi"@qu,
        "澤套語"@zh .

<http://lexvo.org/id/iso639-3/umb> a lvont:Language,
        skos:Concept ;
    lvont:isFocusOf <http://id.loc.gov/vocabulary/iso639-2/umb> ;
    lvont:iso6392BCode "umb"^^xsd:string ;
    lvont:iso6392TCode "umb"^^xsd:string ;
    lvont:iso639P3PCode "umb"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-2/umb>,
        <http://www.glottolog.org/resource/languoid/id/umbu1257> ;
    owl:sameAs <http://dbpedia.org/resource/South_Mbundu_language>,
        <http://lexvo.org/id/wordnet/30/noun/umbundu_1_10_00>,
        <http://psi.oasis-open.org/iso/639/#umb>,
        <http://www.lingvoj.org/lang/umb>,
        <http://www.mpii.de/yago/resource/South_Mbundu_language>,
        <info:lc/vocabulary/languages/umb> ;
    skos:altLabel "Mbundu-Sprache"@de,
        "South Mbundu language"@en,
        "Idioma umbundu"@es,
        "Oumboundou"@fr,
        "Język umbundu"@pl,
        "Umbundu"@pt,
        "Южный мбунду"@ru ;
    skos:definition "South Mbundu, or Umbundu, (autonym úmbúndú) is a language spoken by the Southern Mbundu people—now generally referred to by the way they call themselves, Ovimbundu—in the central highlands of Angola. Umbundu is the most widespread Bantu language in Angola. About one third of Angola is represented by Ovimbundu people. Not to be confused with Kimbundu, or North Mbundu, a language classified by Malcolm Guthrie as belonging to zone H, whereas Umbundu is an R zone language."@en ;
    skos:inScheme lexvo: ;
    skos:notation "umb"^^xsd:string ;
    skos:prefLabel "الأمبندو"@ar,
        "Umbundu"@ast,
        "umbundu dili"@az,
        "умбунду"@bg,
        "উম্বুন্দু"@bn,
        "umbundu"@br,
        "उंबुंडु"@brx,
        "umbundu"@bs,
        "умбунду"@bs-Cyrl,
        "umbundu"@ca,
        "翁本杜文"@cmn,
        "姆本杜文"@cmn-Hant,
        "umbundu"@cs,
        "umbundu"@da,
        "Umbundu"@de,
        "Ουμπούντου"@el,
        "Umbundu"@en,
        "Umbunda lingvo"@eo,
        "umbundu"@es,
        "umbundu"@et,
        "امبوندویی"@fa,
        "mbundu"@fi,
        "umbundu"@fr,
        "Mbundu-Schpraach"@gsw,
        "ઉમ્બુન્ડૂ"@gu,
        "אומבונדו"@he,
        "उम्बुन्डु"@hi,
        "umbundu"@hr,
        "umbundu"@hu,
        "Umbundu"@id,
        "úmbúndú"@is,
        "mbundu"@it,
        "ムブンドゥ語"@ja,
        "Умбундубзэ"@kbd,
        "ಉಂಬುಂಡು"@kn,
        "윤번두어"@ko,
        "یُمبُندوٗ"@ks,
        "ອຳບັນດູ"@lo,
        "umbundu"@lt,
        "umbundu"@lv,
        "умбунду"@mk,
        "ഉംബുന്ദു"@ml,
        "उम्बुन्डु"@mr,
        "Umbundu"@mt,
        "umbundu"@nb,
        "Umbundu"@nl,
        "umbundu"@nn,
        "ଉମ୍ବୁଣ୍ଡୁ"@or,
        "umbundu"@pl,
        "Lenga Umbundu"@pms,
        "umbundu"@pt,
        "mbundu"@rm,
        "umbundu"@ro,
        "умбунду"@ru,
        "Icyumbundu"@rw,
        "umbundu"@sk,
        "umbundščina"@sl,
        "Умбунду"@sr,
        "Umbundu"@sr-Latn,
        "umbundu"@sv,
        "Kiumbundu"@sw,
        "அம்பொண்டு"@ta,
        "ఉమ్బుండు"@te,
        "อุมบุนดู"@th,
        "Umbundu"@tr,
        "Умбунду кыл"@udm,
        "умбунду"@uk,
        "Tiếng Umbundu"@vi .

<http://lexvo.org/id/iso639-3/wal> a lvont:Language,
        skos:Concept ;
    lvont:isFocusOf <http://id.loc.gov/vocabulary/iso639-2/wal> ;
    lvont:iso6392BCode "wal"^^xsd:string ;
    lvont:iso6392TCode "wal"^^xsd:string ;
    lvont:iso639P3PCode "wal"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-2/wal>,
        <http://www.glottolog.org/resource/languoid/id/wola1242> ;
    owl:sameAs <http://dbpedia.org/resource/Wolaytta_language>,
        <http://psi.oasis-open.org/iso/639/#wal>,
        <http://www.lingvoj.org/lang/wal>,
        <http://www.mpii.de/yago/resource/Wolaytta_language>,
        <info:lc/vocabulary/languages/wal> ;
    skos:altLabel "Wolaiteg"@br,
        "Walamo-Sprache"@de,
        "Wolaitta"@en,
        "Wolaytta"@en,
        "Wolaytta language"@en,
        "Idioma welayta"@es,
        "Воламо"@ru ;
    skos:definition "Wolaytta is an Omotic language spoken in the Wolaita Zone and some parts of the Southern Nations, Nationalities, and People's Region of Ethiopia. The number of speakers of this language is estimated at 2,000,000 (1991 UBS); it is the native language of the Welayta people. The estimates of the population vary greatly because it is not agreed where the boundaries of the language are."@en ;
    skos:inScheme lexvo: ;
    skos:notation "wal"^^xsd:string ;
    skos:prefLabel "ወላይትኛ"@am,
        "الوالامو"@ar,
        "valamo dili"@az,
        "валамо"@bg,
        "ওয়ালামো"@bn,
        "walamo"@br,
        "वालामो"@brx,
        "valamo"@bs,
        "валамо"@bs-Cyrl,
        "ameto"@ca,
        "瓦拉莫文"@cmn,
        "瓦拉莫文"@cmn-Hant,
        "walamština"@cs,
        "Walamo"@cy,
        "walamo"@da,
        "Wolaytta"@de,
        "Γουάλαμο"@el,
        "Walamo"@en,
        "walamo"@es,
        "volamo"@et,
        "والامو"@fa,
        "wolaitta"@fi,
        "walamo"@fr,
        "Walamo-Schpraach"@gsw,
        "વલામો"@gu,
        "וולאמו"@he,
        "वलामो"@hi,
        "walamo"@hr,
        "valamo"@hu,
        "Walamo"@id,
        "valamó"@is,
        "walamo"@it,
        "ウォライタ語"@ja,
        "ವಲಾಮೋ"@kn,
        "와라모어"@ko,
        "والامو"@ks,
        "ວາລາໂມ"@lo,
        "valamo"@lt,
        "valamu"@lv,
        "валамо"@mk,
        "വലമൊ"@ml,
        "वलामो"@mr,
        "Walamo"@mt,
        "walamo"@nb,
        "Walamo"@nl,
        "walamo"@nn,
        "ୱାଲମୋ"@or,
        "walamo"@pl,
        "Lenga Wolaytta"@pms,
        "walamo"@pt,
        "walamo"@rm,
        "walamo"@ro,
        "воламо"@ru,
        "walamo"@sk,
        "valamščina"@sl,
        "Валамо"@sr,
        "Valamo"@sr-Latn,
        "walamo"@sv,
        "வாலாமோ"@ta,
        "వాలామో"@te,
        "วาลาโม"@th,
        "Valamo"@tr,
        "валамо"@uk,
        "Tiếng Walamo"@vi,
        "ወላይታቱ"@wal .

<http://lexvo.org/id/iso639-3/war> a lvont:Language,
        skos:Concept ;
    lvont:isFocusOf <http://id.loc.gov/vocabulary/iso639-2/war> ;
    lvont:iso6392BCode "war"^^xsd:string ;
    lvont:iso6392TCode "war"^^xsd:string ;
    lvont:iso639P3PCode "war"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-2/war>,
        <http://www.glottolog.org/resource/languoid/id/wara1300> ;
    owl:sameAs <http://dbpedia.org/resource/Waray-Waray_language>,
        <http://psi.oasis-open.org/iso/639/#war>,
        <http://www.lingvoj.org/lang/war>,
        <http://www.mpii.de/yago/resource/Waray-Waray_language>,
        <info:lc/vocabulary/languages/war> ;
    skos:altLabel "لغة الواراى الواراى"@ar,
        "Varay dili"@az,
        "Winarayeg"@br,
        "Wáray-Wáray"@de,
        "Waray (Philippines)"@en,
        "Waray-Waray"@en,
        "Waray-Waray language"@en,
        "Idioma samareño"@es,
        "زبان وینارایی"@fa,
        "Waray-waray"@fr,
        "Bahasa Waray-waray"@id,
        "Lingua waray-waray"@it,
        "Waray-Waray"@nl,
        "Język warajski"@pl,
        "Língua waray-waray"@pt,
        "Варайский язык"@ru,
        "Waray-waray"@sv,
        "சமாரேன மொழி"@ta,
        "ภาษาวาราย-วาราย"@th,
        "Варайська мова"@uk,
        "Tiếng Waray-Waray"@vi ;
    skos:definition "Wáray-Wáray (commonly spelled as Warai; also referred to as Winarai or Lineyte-Samarnon) or Samarnon is a language spoken in the provinces of Samar, Northern Samar, Eastern Samar, and in some parts of the Leyte and Biliran in the Philippines. The name comes from the word often heard by non-speakers, \"waray\" (meaning \"none\", \"nothing\" or \"not\"), in the same way that Cebuanos are known in Leyte as \"mga Kana\" (after the oft-heard word \"kana\", meaning \"that\", among people speaking the Cebuano language)."@en ;
    skos:inScheme lexvo: ;
    skos:notation "war"^^xsd:string ;
    skos:prefLabel "ዊናራይኛ"@am,
        "الواراي"@ar,
        "varay dili"@az,
        "Waray-Waray"@bcl,
        "варай"@bg,
        "ওয়ারে"@bn,
        "waray"@br,
        "वारय"@brx,
        "varej"@bs,
        "варај"@bs-Cyrl,
        "waray-waray"@ca,
        "Winaray"@ceb,
        "瓦赖文"@cmn,
        "瓦瑞文"@cmn-Hant,
        "waray"@cs,
        "waray"@da,
        "Waray"@de,
        "waraygbe"@ee,
        "Γουάρει"@el,
        "Waray"@en,
        "Varaja lingvo"@eo,
        "waray"@es,
        "varai"@et,
        "وارایی"@fa,
        "waray"@fi,
        "waray"@fr,
        "Waray"@gsw,
        "વારે"@gu,
        "Wáray-Wáray-ngî"@hak,
        "ווראי"@he,
        "वारै"@hi,
        "waray"@hr,
        "varaó"@hu,
        "Warai"@id,
        "Pagsasao a Waray"@ilo,
        "varaí"@is,
        "waray"@it,
        "ワライ語"@ja,
        "ವರಾಯ್"@kn,
        "와라이어"@ko,
        "وَریے"@ks,
        "ວາເລ"@lo,
        "varai"@lt,
        "varaju"@lv,
        "вареј"@mk,
        "വാരേയ്"@ml,
        "वारे"@mr,
        "Waraj"@mt,
        "Winaray-gí"@nan,
        "waray"@nb,
        "Waray"@nl,
        "waray"@nn,
        "Waray-waray"@no,
        "ୱାରୈ"@or,
        "waraj"@pl,
        "Lenga Waray-Waray"@pms,
        "وارے وارے"@pnb,
        "waray"@pt,
        "waray"@rm,
        "waray"@ro,
        "варай"@ru,
        "waray"@sk,
        "varajščina"@sl,
        "Варај"@sr,
        "Varej"@sr-Latn,
        "waray"@sv,
        "வாரே"@ta,
        "వారే"@te,
        "วาเรย์"@th,
        "Wikang Waray-Waray"@tl,
        "lea fakaʻualai"@to,
        "Varay"@tr,
        "варай"@uk,
        "Tiếng Waray"@vi,
        "Winaray"@war,
        "瓦瑞瓦瑞語"@zh .

<http://lexvo.org/id/iso639-3/yuf> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "yuf"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/hava1248> ;
    owl:sameAs <http://dbpedia.org/resource/Havasupai%E2%80%93Hualapai_language>,
        <http://www.mpii.de/yago/resource/Havasupai%E2%80%93Hualapai_language> ;
    skos:altLabel "Havasupai–Hualapai language"@en ;
    skos:definition "Havasupai–Hualapai (Havasupai–Walapai) is the Native American language spoken by the Hualapai (Walapai) and Havasupai peoples of northwestern Arizona. It is closely related to the Yavapai language."@en ;
    skos:inScheme lexvo: ;
    skos:notation "yuf"^^xsd:string ;
    skos:prefLabel "Havasupai-Walapai-Yavapai"@en,
        "Walapai"@fr,
        "Lenga havasupai-walapai-yavapai"@pms .

<http://lexvo.org/id/iso639-3/zha> a lvont:Language,
        skos:Concept ;
    lvont:isFocusOf <http://id.loc.gov/vocabulary/iso639-2/zha> ;
    lvont:iso6392BCode "zha"^^xsd:string ;
    lvont:iso6392TCode "zha"^^xsd:string ;
    lvont:iso639P1Code "za"^^xsd:string ;
    lvont:iso639P3PCode "zha"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-2/zha> ;
    owl:sameAs <http://dbpedia.org/resource/Zhuang_languages>,
        <http://lexvo.org/id/iso639-1/za>,
        <http://psi.oasis-open.org/iso/639/#zha>,
        <http://www.lingvoj.org/lang/za>,
        <http://www.mpii.de/yago/resource/Zhuang_languages>,
        <info:lc/vocabulary/languages/zha> ;
    skos:altLabel "চুয়াং ভাষা"@bn,
        "Djouangeg"@br,
        "Llengües zhuang"@ca,
        "Čuangština"@cs,
        "Zhuang"@en,
        "Zhuang languages"@en,
        "Ĝuangaj lingvoj"@eo,
        "Idioma chuang"@es,
        "Zhuangin kieli"@fi,
        "Zhuang"@fr,
        "주앙어"@ko,
        "ພາສາຈ້ວງ"@lo,
        "Džuangų kalba"@lt,
        "Zhuang"@nn,
        "Język zhuang"@pl,
        "Чжуанский язык"@ru,
        "Zhuang"@sv,
        "சுவாங்கு மொழி"@ta,
        "ภาษาจ้วง"@th,
        "Чжуанська мова"@uk ;
    skos:definition "The Zhuang languages (autonym: (pre-1982: , Sawndip: 话壮), from vah language and Cuengh Zhuang; ) are any of various Tai languages used by the Zhuang people. Most speakers live in the Guangxi Zhuang Autonomous Region within the Peoples Republic of China, where Standard Zhuang is an official language. Across the provincial border in Guizhou, Bouyei has also been standardized. Over one million speakers also live in Chinas Yunnan province."@en ;
    skos:inScheme lexvo: ;
    skos:notation "zha"^^xsd:string ;
    skos:prefLabel "Bahsa Zhuang"@ace,
        "ዡዋንግኛ"@am,
        "الزهيونج"@ar,
        "juənq dili"@az,
        "зуанг"@bg,
        "ঝু্য়াঙ"@bn,
        "ཀྲོང་སྐད།"@bo,
        "zhuang"@br,
        "ज़ुआंग"@brx,
        "zuang"@bs,
        "жуанг"@bs-Cyrl,
        "ዡዋንግኛ"@byn,
        "zhuang"@ca,
        "壮文"@cmn,
        "壯文"@cmn-Hant,
        "čuangština"@cs,
        "zhuang"@da,
        "Zhuang"@de,
        "zhuangbe"@ee,
        "Ζουάνγκ"@el,
        "Chuang"@en,
        "ĝuanga"@eo,
        "zhuang"@es,
        "tšuangi"@et,
        "چوانگی"@fa,
        "zhuang"@fi,
        "zhuang"@fr,
        "Zhuang"@gsw,
        "ઝુઆગ"@gu,
        "Chong-fa"@hak,
        "ז'ואנג"@he,
        "ज़ुआंग"@hi,
        "Zhuang bhasa"@hif,
        "zhuang"@hr,
        "zsuang"@hu,
        "Zhuang"@id,
        "súang"@is,
        "zhuang"@it,
        "チワン語"@ja,
        "ჯუანური ენა"@ka,
        "ភាសាចួង"@km,
        "ಝೂವಾಂಗ್"@kn,
        "झ्हुन्ग"@knn,
        "좡어"@ko,
        "زُہانٛگ"@ks,
        "Чжуан кыв"@kv,
        "ຊວາງ"@lo,
        "chuang"@lt,
        "džuanu"@lv,
        "жуанг"@mk,
        "സ്വാംഗ്"@ml,
        "झुआंग"@mr,
        "Żwang"@mt,
        "Cueng-gí"@nan,
        "zhuang"@nb,
        "Zhuang"@nl,
        "zhuang"@nn,
        "Zhuang"@no,
        "ଜୁଆଙ୍ଗ"@or,
        "czuang"@pl,
        "Lenga zhuang setentrional"@pms,
        "zhuang"@pt,
        "zhuang"@rm,
        "zhuang"@ro,
        "чжуань"@ru,
        "čuangčina"@sk,
        "Жуанг"@sr,
        "Zuang"@sr-Latn,
        "Zhuang"@stq,
        "zhuang"@sv,
        "ஜுவாங்"@ta,
        "జువాన్"@te,
        "จ้วง"@th,
        "ዡዋንግኛ"@tig,
        "lea fakasuangi"@to,
        "Zhuang"@tr,
        "جۇاڭزۇ تىلى"@ug,
        "чжуан"@uk,
        "Tiếng Zhuang"@vi,
        "壮语"@wuu,
        "壯話"@yue,
        "Vahcuengh"@za,
        "壮语"@zh .

<http://lexvo.org/id/iso639-5/pra> a lvont:Language,
        skos:Concept ;
    lvont:iso6392BCode "pra"^^xsd:string ;
    lvont:iso639P5Code "pra"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-5/pra> ;
    owl:sameAs <http://dbpedia.org/resource/Prakrit>,
        <http://dbpedia.org/resource/Prakrit_languages>,
        <http://lexvo.org/id/wordnet/30/noun/prakrit_1_10_00>,
        <http://www.mpii.de/yago/resource/Prakrit>,
        <http://www.mpii.de/yago/resource/Prakrit_languages>,
        <info:lc/vocabulary/languages/pra> ;
    skos:altLabel "প্রাকৃত ভাষা"@bn,
        "Pràcrit"@ca,
        "prákrtské jazyky"@cs,
        "prakritsprog"@da,
        "Prakrit Language"@en,
        "Prakrit language"@en,
        "Prakrit languages"@en,
        "lenguas prácritas"@es,
        "langue prâkrit"@fr,
        "langues prâkrit"@fr,
        "prâkrit, langues"@fr,
        "Rumpun Bahasa Prakrit"@id,
        "Pracrito"@it,
        "プラークリット諸語"@ja,
        "Prakritai"@lt,
        "Prakrit-taal"@nl,
        "prakrit-språk"@nn,
        "Prakryty"@pl,
        "idioma prácito"@pt,
        "idioma prácrito"@pt,
        "пракриты языки"@ru,
        "Stredné indoárijské jazyky"@sk,
        "prakritspråk"@sv,
        "பராக்ரித் மொழி"@ta,
        "пракріті мови"@uk ;
    skos:definition "Prakrit (also transliterated as Pracrit) (Sanskrit: ) is the name for a group of Middle Indic, Indo-Aryan languages, derived from Old Indic dialects. The word itself has a flexible definition, being defined sometimes as, \"original, natural, artless, normal, ordinary, usual\", or \"vernacular\", in contrast to the literary and religious orthodoxy of Sanskrit. Alternatively, Prakrit can be taken to mean \"derived from an original,\" which means evolved in natural way. The Prakrits became literary languages, generally patronized by kings identified with the Kshatriya caste, but were regarded as illegitimate by the orthodoxy. The earliest extant usage of Prakrit is the corpus of inscriptions of Asoka, emperor of India. Besides this, Prakrit appears in literature in the form of Pāli Canon of the Theravada Buddhists, Prakrit canon of the Jains, Prakrit grammars and in lyrics, plays and epics of the times. The various Prakrit languages are associated with different patron dynasties, with different religions and different literary traditions, as well as different regions of the Indian subcontinent."@en ;
    skos:inScheme lexvo: ;
    skos:prefLabel "اللغات البراقريطية"@ar,
        "prakrit dili"@az,
        "пракритски език"@bg,
        "প্রাকৃত"@bn,
        "प्राकृत"@brx,
        "prakritski jezik"@bs,
        "пракритски"@bs-Cyrl,
        "pràcrit"@ca,
        "普拉克里特诸语言"@cmn,
        "普拉克里特諸語言"@cmn-Hant,
        "Prákrt"@cs,
        "iaith Pracritaidd"@cy,
        "Prakrit"@da,
        "Prakrit"@de,
        "Γλώσσα Πράκριτ"@el,
        "Prakrit"@en,
        "Prakrito"@eo,
        "Prácrito"@es,
        "praakriti keel"@et,
        "زبان پراکریتی"@fa,
        "prakritkieli"@fi,
        "Prakrit"@fr,
        "Prakrit"@gsw,
        "Prakrit"@gsw-FR,
        "પ્રક્રૃત ભાષા"@gu,
        "שפת פרקריט"@he,
        "प्राकृत"@hi,
        "prakrit"@hr,
        "prakrit nyelvek"@hu,
        "Bahasa Prakerta"@id,
        "prakrítmál"@is,
        "pracrito"@it,
        "プラークリット"@ja,
        "Basa Prakreta"@jv,
        "პრაკრიტის ენები"@ka,
        "Пракриттер"@kk,
        "ಪ್ರಾಕೃತ್ ಭಾಷೆ"@kn,
        "프라크리트어"@ko,
        "پرکرٕتی زبان"@ks,
        "ພາສາປຣາກຣິດ"@lo,
        "prakritų"@lt,
        "prākrita valodas"@lv,
        "пракритски јазици"@mk,
        "പ്രാകൃതം"@ml,
        "प्राकृत भाषा"@mr,
        "Lingwi Prakriti"@mt,
        "prakritspråk"@nb,
        "Prakrit"@nl,
        "Prakritspråk"@nn,
        "Prakritspråk"@no,
        "ପ୍ରାକୃତ ଭାଷା"@or,
        "prakryty"@pl,
        "پراکرت"@pnb,
        "Prácrito"@pt,
        "prakrit"@rm,
        "limbă prakrit"@ro,
        "Пракрит"@ru,
        "प्राकृत"@sa,
        "prakrity"@sk,
        "prakritski jezik"@sl,
        "Пракритски"@sr,
        "Prakritski jezik"@sr-Latn,
        "Prakrit"@sv,
        "பிராகிருதம்"@ta,
        "ప్రాక్రిత్ భాష"@te,
        "ภาษาปรากฤต"@th,
        "Prakrit Dilleri"@tr,
        "Пракрити"@uk,
        "پراکرت"@ur,
        "Ngôn ngữ Prakrit"@vi .

<http://lexvo.org/id/iso639-5/son> a lvont:Language,
        skos:Concept ;
    lvont:iso6392BCode "son"^^xsd:string ;
    lvont:iso639P5Code "son"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-5/son> ;
    owl:sameAs <http://dbpedia.org/resource/Songhai_languages>,
        <http://dbpedia.org/resource/Songhay_languages>,
        <http://lexvo.org/id/wordnet/30/noun/songhai_1_10_00>,
        <http://www.mpii.de/yago/resource/Songhai_languages>,
        <http://www.mpii.de/yago/resource/Songhay_languages>,
        <info:lc/vocabulary/languages/son> ;
    skos:altLabel "Yezhoù songayek"@br,
        "Songhai"@ca,
        "Songhai-Sprachen"@de,
        "Songhai language"@en,
        "Songhai languages"@en,
        "Songhay language"@en,
        "Songhay languages"@en,
        "Lenguas songhay"@es,
        "Songhaikielet"@fi,
        "Langues songhaï"@fr,
        "langue songhai"@fr,
        "songhai, langues"@fr,
        "Songhai jezici"@hr,
        "Сонгајски јазици"@mk,
        "Języki songhaj"@pl,
        "Línguas songai"@pt,
        "Сонгайские языки"@ru ;
    skos:definition "The Songhay, Songhai, or Songai languages (pronounced , or in the dialects of the cities of Timbuktu and Gao; the spellings Sonrai and Sonxay are sometimes seen) are a group of closely related languages/dialects centered on the middle stretches of the Niger River in the west African states of Mali, Niger, Benin, Burkina Faso, and Nigeria. They have been widely used as a lingua franca in that region ever since the era of the Songhay Empire. In Mali, the government has officially adopted the dialect of Gao (east of Timbuktu) as the dialect to be used as a medium of primary education."@en ;
    skos:inScheme lexvo: ;
    skos:prefLabel "السونجهاي"@ar,
        "sonqay dili"@az,
        "сонгхай"@bg,
        "সোঙ্গহাই"@bn,
        "songhai"@br,
        "सोंघाई"@brx,
        "songai"@bs,
        "сонгаи"@bs-Cyrl,
        "songhai"@ca,
        "桑海文"@cmn,
        "桑海文"@cmn-Hant,
        "songhajština"@cs,
        "songhai"@da,
        "Songhai-Sprache"@de,
        "Σονγκχάι"@el,
        "Songhai"@en,
        "songhai"@es,
        "songai"@et,
        "سونغایی"@fa,
        "songhaikieli"@fi,
        "songhai"@fr,
        "Songhai-Schpraach"@gsw,
        "સોન્ઘાઇ"@gu,
        "סונגהאי"@he,
        "सोन्घाई"@hi,
        "songhai"@hr,
        "szongai"@hu,
        "Songhai"@id,
        "songhaí"@is,
        "songhai"@it,
        "ソンガイ語"@ja,
        "ಸೋಂಘಾಯ್"@kn,
        "송가이족어"@ko,
        "سونٛگہاے"@ks,
        "ຊອງໄຮ"@lo,
        "songhai"@lt,
        "songaju"@lv,
        "сонгај"@mk,
        "സോംഗൈ"@ml,
        "सोन्घाई"@mr,
        "Songaj"@mt,
        "songhai"@nb,
        "Songhai-Spraak"@nds,
        "Songhai"@nl,
        "songhai"@nn,
        "Songhai"@oc,
        "ସୋଙ୍ଘାଇ"@or,
        "songhaj"@pl,
        "songai"@pt,
        "songhai"@rm,
        "songhai"@ro,
        "сонгаи"@ru,
        "songhajčina"@sk,
        "songajščina"@sl,
        "Сонгаи"@sr,
        "Songai"@sr-Latn,
        "songhai"@sv,
        "Lugha za Kisonghai"@sw,
        "Kisonghai"@swh,
        "சோங்காய்"@ta,
        "సొంఘై"@te,
        "ซองไฮ"@th,
        "Songhai"@tr,
        "сонгай"@uk,
        "Tiếng Songhai"@vi .

<http://lexvo.org/id/kangxi-radical/149> a lvont:CJKRadical ;
    lvont:label <http://lexvo.org/id/char/2795B>,
        <http://lexvo.org/id/char/2795C>,
        <http://lexvo.org/id/char/2EC8>,
        <http://lexvo.org/id/char/2F94>,
        <http://lexvo.org/id/char/8A00>,
        <http://lexvo.org/id/char/8A01>,
        <http://lexvo.org/id/char/8BA0> .

<http://lexvo.org/id/kangxi-radical/168> a lvont:CJKRadical ;
    lvont:label <http://lexvo.org/id/char/28C57>,
        <http://lexvo.org/id/char/28C58>,
        <http://lexvo.org/id/char/2ED3>,
        <http://lexvo.org/id/char/2FA7>,
        <http://lexvo.org/id/char/9577>,
        <http://lexvo.org/id/char/9578>,
        <http://lexvo.org/id/char/957F> .

<http://lexvo.org/id/iso639-3/aar> a lvont:Language,
        skos:Concept ;
    lvont:iso6392BCode "aar"^^xsd:string ;
    lvont:iso6392TCode "aar"^^xsd:string ;
    lvont:iso639P1Code "aa"^^xsd:string ;
    lvont:iso639P3PCode "aar"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/afar1241> ;
    owl:sameAs <http://dbpedia.org/resource/Afar_language>,
        <http://lexvo.org/id/iso639-1/aa>,
        <http://psi.oasis-open.org/iso/639/#aar>,
        <http://www.lingvoj.org/lang/aa>,
        <http://www.mpii.de/yago/resource/Afar_language>,
        <info:lc/vocabulary/languages/aar> ;
    skos:altLabel "Афарски език"@bg,
        "Afareg"@br,
        "Llengua àfar"@ca,
        "Afarština"@cs,
        "Afar language"@en,
        "Afara lingvo"@eo,
        "Idioma afar"@es,
        "Afarin kieli"@fi,
        "Afar"@fr,
        "अफ़ार भाषा"@hi,
        "Afarski jezik"@hr,
        "Bahasa Afar"@id,
        "Lingua afar"@it,
        "Afarų kalba"@lt,
        "Afāru valoda"@lv,
        "Język afar"@pl,
        "Língua afar"@pt,
        "Афарский язык"@ru,
        "Afarčina"@sk,
        "Afar"@sv,
        "அபர மொழி"@ta,
        "Afarca"@tr,
        "афарська"@uk ;
    skos:definition "Afar is a Lowland East Cushitic language spoken in Ethiopia, Eritrea and Djibouti. It is believed to have 1.5 million speakers, the Afar. The basic word order in Afar, like in other East Cushitic languages, is subject–object–verb. Its speakers have a literacy rate of between one and three per cent. Its closest relative is the Saho language."@en ;
    skos:inScheme lexvo: ;
    skos:notation "aar"^^xsd:string ;
    skos:prefLabel "Qafar"@aa,
        "አፋርኛ"@am,
        "الأفارية"@ar,
        "afarca"@az,
        "афар"@bg,
        "আফার"@bn,
        "afar"@br,
        "afarski"@bs,
        "афарски"@bs-Cyrl,
        "አፋርኛ"@byn,
        "àfar"@ca,
        "阿法文"@cmn,
        "阿法文"@cmn-Hant,
        "afarština"@cs,
        "Affareg"@cy,
        "afar"@da,
        "Afar"@de,
        "ཨ་ཕར་ཁ"@dz,
        "Αφάρ"@el,
        "Afar"@en,
        "afara"@eo,
        "afar"@es,
        "afari"@et,
        "Afarrera"@eu,
        "آفاری"@fa,
        "afar"@fi,
        "afar"@fr,
        "afar"@fur,
        "aa"@ga,
        "Afar"@gd,
        "Lingua afar"@gl,
        "Afar"@gsw,
        "અફાર"@gu,
        "אפארית"@he,
        "अफ़ार"@hi,
        "afarski"@hr,
        "Afaršćina"@hsb,
        "afar"@hu,
        "Afar"@id,
        "afár"@is,
        "afar"@it,
        "アファル語"@ja,
        "ភាសាអាហ្វារ"@km,
        "ಅಫಾರ್"@kn,
        "अफार"@knn,
        "아파르어"@ko,
        "اَفار"@ks,
        "Lingua Afarica"@la,
        "ອະຟາ"@lo,
        "afarų"@lt,
        "afāru"@lv,
        "афар"@mk,
        "അഫാർ"@ml,
        "अफार"@mr,
        "Bahasa Afar"@ms,
        "Afar"@mt,
        "afar"@nb,
        "Afar"@nl,
        "afar"@nn,
        "Afar"@no,
        "ଅଫାର୍"@or,
        "afar"@pl,
        "Lenga Afar"@pms,
        "afar"@pt,
        "afar"@rm,
        "afar"@ro,
        "афар"@ru,
        "Afarski jezik"@sh,
        "afarčina"@sk,
        "afarščina"@sl,
        "Af-Cafari"@so,
        "Gjuha afare"@sq,
        "Афарски"@sr,
        "Afarski"@sr-Latn,
        "Qafar"@ssy,
        "afar"@sv,
        "அஃபார்"@ta,
        "అఫార్"@te,
        "อะฟาร์"@th,
        "አፋርኛ"@tig,
        "Afar"@tr,
        "Афар"@uk,
        "Tiếng Afar"@vi,
        "阿法爾語"@zh .

<http://lexvo.org/id/iso639-3/abk> a lvont:Language,
        skos:Concept ;
    lvont:isFocusOf <http://id.loc.gov/vocabulary/iso639-2/abk> ;
    lvont:iso6392BCode "abk"^^xsd:string ;
    lvont:iso6392TCode "abk"^^xsd:string ;
    lvont:iso639P1Code "ab"^^xsd:string ;
    lvont:iso639P3PCode "abk"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-2/abk>,
        <http://www.glottolog.org/resource/languoid/id/abkh1244> ;
    owl:sameAs <http://dbpedia.org/resource/Abkhaz_language>,
        <http://lexvo.org/id/iso639-1/ab>,
        <http://psi.oasis-open.org/iso/639/#abk>,
        <http://www.lingvoj.org/lang/ab>,
        <http://www.mpii.de/yago/resource/Abkhaz_language>,
        <info:lc/vocabulary/languages/abk> ;
    skos:altLabel "لغة أبخازية"@ar,
        "Abxaz dili"@az,
        "Абхазская мова"@be,
        "Абхазки език"@bg,
        "আবখাজ ভাষা"@bn,
        "আবখাজিয়ান"@bn,
        "Abc'hazeg"@br,
        "Abkhaz"@ca,
        "Abcházština"@cs,
        "Abchaseg"@cy,
        "Abchasische Sprache"@de,
        "Αμπχαζική γλώσσα"@el,
        "Abkhaz language"@en,
        "Abĥaza lingvo"@eo,
        "Idioma abjasio"@es,
        "Abhaasi keel"@et,
        "Abkhazera"@eu,
        "زبان آبخازی"@fa,
        "Abhaasin kieli"@fi,
        "Abkhaze"@fr,
        "An Abcáisis"@ga,
        "Lingua abkhaza"@gl,
        "Abhaski jezik"@hr,
        "Abház nyelv"@hu,
        "Abkasíska"@is,
        "Lingua abcasa"@it,
        "აფხაზური ენა"@ka,
        "압하스어"@ko,
        "Abchazų kalba"@lt,
        "Abhāzu valoda"@lv,
        "Апхаски јазик"@mk,
        "Abkhasisk språk"@nn,
        "Абхазаг æвзаг"@os,
        "Język abchaski"@pl,
        "Língua abecásia"@pt,
        "Limba abhază"@ro,
        "Абхазский язык"@ru,
        "Abcházština"@sk,
        "Abchaziska"@sv,
        "அபுகாசிய மொழி"@ta,
        "ภาษาอับฮาเซีย"@th,
        "Абхазька мова"@uk ;
    skos:definition "Abkhaz (Аҧсуа бызшәа) is a Northwest Caucasian language spoken mainly by the Abkhaz people. It is the official language of Abkhazia where around 100,000 people speak it. Furthermore, it is spoken by thousands of members of the Abkhazian diaspora in Turkey, Georgia's autonomous republic of Adjara, Syria, Jordan and several Western countries. Russia has 9447 Abkhaz speakers, according to the 2002 census."@en ;
    skos:inScheme lexvo: ;
    skos:notation "abk"^^xsd:string ;
    skos:prefLabel "Аҧсуа бызшәа"@ab,
        "Abkasies"@af,
        "አብሐዚኛ"@am,
        "Idioma abkhasio"@an,
        "الأبخازية"@ar,
        "abḥasianu"@ast,
        "abxazca"@az,
        "абхазская"@be,
        "Абхаская мова"@be-tarask,
        "абхазски"@bg,
        "আব্খাজিয়"@bn,
        "abkhazeg"@br,
        "अब्खाज़ियन्"@brx,
        "abkazijski"@bs,
        "абказијски"@bs-Cyrl,
        "አብሐዚኛ"@byn,
        "abkhaz"@ca,
        "Pinulongang Abhaso"@ceb,
        "阿布哈西亚文"@cmn,
        "阿布哈茲文"@cmn-Hant,
        "Abhaz tili"@crh,
        "abcházština"@cs,
        "Абхаз чĕлхи"@cv,
        "Abcaseg"@cy,
        "abkhasisk"@da,
        "Abchasisch"@de,
        "ཨཱབ་ཁ་ཟི་ཡ་ཁ"@dz,
        "abkhaziagbe"@ee,
        "Αμπχαζικά"@el,
        "Abkhazian"@en,
        "abĥaza"@eo,
        "abjasio"@es,
        "abhaasi"@et,
        "abkhazera"@eu,
        "آبخازی"@fa,
        "abhaasi"@fi,
        "Abkhazian"@fil,
        "abkhaziskt"@fo,
        "abkhaze"@fr,
        "abcazian"@fur,
        "Abcáisis"@ga,
        "Abchasais"@gd,
        "abkhazo"@gl,
        "Abchasisch"@gsw,
        "અબખાજિયન"@gu,
        "אבחזית"@he,
        "अब्खाज़ियन्"@hi,
        "Abkhaz bhasa"@hif,
        "abhaski"@hr,
        "abház"@hu,
        "Abkhaz"@id,
        "abkasíska"@is,
        "abkhazian"@it,
        "アブハズ語"@ja,
        "აფხაზური"@ka,
        "Апхъазыбзэ"@kbd,
        "abkaziu"@kea,
        "Абхаз"@kk,
        "អាប់ខាហ៊្សាន"@km,
        "ಅಬ್ಖಾಜಿಯನ್"@kn,
        "अबखेज़ियन"@knn,
        "압카즈어"@ko,
        "اَبخازِیان"@ks,
        "Abchaasesch"@ksh,
        "Абхаз кыв"@kv,
        "Lingua Abasca"@la,
        "ແອບຄາເຊຍ"@lo,
        "abchazų"@lt,
        "abhāzu"@lv,
        "Абхаз йылме"@mhr,
        "абхазиски"@mk,
        "അബ്ഖാസിയൻ"@ml,
        "अबखेजियन"@mr,
        "Bahasa Abkhaz"@ms,
        "Abkażjan"@mt,
        "abkhasisk"@nb,
        "अब्खाजियाली"@ne,
        "Abchazisch"@nl,
        "abkhasisk"@nn,
        "Abkhasisk"@no,
        "ଆବ୍ଖାଜିଆନ୍"@or,
        "абхазаг"@os,
        "ਅਬਖਾਜ਼ੀਅਨ"@pa,
        "abchaski"@pl,
        "Lenga Abkhaz"@pms,
        "abcázio"@pt,
        "abchasian"@rm,
        "abhază"@ro,
        "абхазский"@ru,
        "Icyabukaziyani"@rw,
        "Абхаастыы"@sah,
        "Abhaški jezik"@sh,
        "ඇබ්කාසියානු"@si,
        "abcházština"@sk,
        "abhaščina"@sl,
        "Абказијски"@sr,
        "Abkazijski"@sr-Latn,
        "abchaziska"@sv,
        "Kiabkhazi"@swh,
        "அப்காஜியான்"@ta,
        "అబ్ఖాజియన్"@te,
        "อับคาซ"@th,
        "አብሐዚኛ"@tig,
        "Abhaz dili"@tk,
        "lea fakaʻapakasi"@to,
        "Abhazca"@tr,
        "абхазька"@uk,
        "ابقازیان"@ur,
        "Tiếng Abkhazia"@vi,
        "Abhaasi kiil"@vro,
        "Abčasiš"@wae,
        "Èdè Abkhaz"@yo,
        "阿布哈茲語"@zh,
        "Abkhazia"@zsm,
        "isi-Abkhazian"@zu .

<http://lexvo.org/id/iso639-3/adi> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "adi"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/damu1236> ;
    owl:sameAs <http://dbpedia.org/resource/Adi_language>,
        <http://www.mpii.de/yago/resource/Adi_language> ;
    skos:altLabel "Adi language"@en ;
    skos:definition "Adi, or Abor, is a small Tibetan–Burman language of India. The various dialects in the box at right, and perhaps a few more, may be distinct languages."@en ;
    skos:inScheme lexvo: ;
    skos:notation "adi"^^xsd:string ;
    skos:prefLabel "Adi"@en,
        "Lenga Adi"@pms .

<http://lexvo.org/id/iso639-3/ady> a lvont:Language,
        skos:Concept ;
    lvont:isFocusOf <http://id.loc.gov/vocabulary/iso639-2/ady> ;
    lvont:iso6392BCode "ady"^^xsd:string ;
    lvont:iso6392TCode "ady"^^xsd:string ;
    lvont:iso639P3PCode "ady"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-2/ady>,
        <http://www.glottolog.org/resource/languoid/id/adyg1241> ;
    owl:sameAs <http://dbpedia.org/resource/Adyghe_language>,
        <http://psi.oasis-open.org/iso/639/#ady>,
        <http://www.lingvoj.org/lang/ady>,
        <http://www.mpii.de/yago/resource/Adyghe_language>,
        <info:lc/vocabulary/languages/ady> ;
    skos:altLabel "لغة أديغية"@ar,
        "Adıgey dili"@az,
        "Адигейски език"@bg,
        "আদিগে ভাষা"@bn,
        "adygeieg"@br,
        "Adigué"@ca,
        "Adygejština"@cs,
        "Adygeische Sprache"@de,
        "Adyghe"@en,
        "Adyghe language"@en,
        "Idioma adigué"@es,
        "Adõgee keel"@et,
        "زبان آدیغی"@fa,
        "Adygen kieli"@fi,
        "Adyguéen"@fr,
        "adyghéen"@fr,
        "Adigejski jezik"@hr,
        "Adygeyska"@is,
        "Lingua adighè"@it,
        "ადიღეური ენა"@ka,
        "아디게어"@ko,
        "Adygų kalba"@lt,
        "Адигејски јазик"@mk,
        "Adygees"@nl,
        "Адыгъейаг æвзаг"@os,
        "Język adygejski"@pl,
        "Língua adigue"@pt,
        "Адыгейский язык"@ru,
        "Adygejčina"@sk,
        "Adygeiska"@sv,
        "ภาษาอะดืยเก"@th,
        "Адигейська мова"@uk ;
    skos:definition "Adyghe language (, adygabze, , adəgăbză adâgăbză), also known as West Circassian (see: Circassian language), is one of the two official languages of the Republic of Adygea in the Russian Federation, the other being Russian. It is spoken by various tribes of the Adyghe people: Abzekh, Adamey, Bzhedug; Hatukuay, Kemirgoy, Makhosh; Natekuay, Shapsug; Zhane, Yegerikuay, each with its own dialect. The language is referred to by its speakers as Adygebze or Adəgăbză, and alternatively spelled in English as Adygean, Adygeyan or Adygei."@en ;
    skos:inScheme lexvo: ;
    skos:notation "ady"^^xsd:string ;
    skos:prefLabel "Adigies"@af,
        "الأديجه"@ar,
        "aduge dili"@az,
        "адыгейская"@be,
        "адиге"@bg,
        "আদেগে"@bn,
        "Adigeg"@br,
        "अडीगे"@brx,
        "adigejski"@bs,
        "адигејски"@bs-Cyrl,
        "Адыг хэлэн"@bxr,
        "adigué"@ca,
        "阿迪何文"@cmn,
        "阿迪各文"@cmn-Hant,
        "adygejština"@cs,
        "Circaseg Gorllewinol"@cy,
        "adyghe"@da,
        "Adygeisch"@de,
        "adyghegbe"@ee,
        "Αντιγκέα"@el,
        "Adygei"@en,
        "Adigea lingvo"@eo,
        "adigeo"@es,
        "adõgee"@et,
        "آدیجیایی"@fa,
        "adyge"@fi,
        "adyghé"@fr,
        "An Adyghe"@ga,
        "Adygai"@gsw,
        "અદિઘે"@gu,
        "אדיגית"@he,
        "अदिघे"@hi,
        "adigejski"@hr,
        "adyghe"@hu,
        "Adygei"@id,
        "adýge"@is,
        "adyghe"@it,
        "アディゲ語"@ja,
        "ადიღეური"@ka,
        "ಅಡೈಘೆ"@kn,
        "아닥헤어"@ko,
        "اَدَیٖگیے"@ks,
        "Zimanê adigeyî"@ku,
        "Адыгей кыв"@kv,
        "ເອດີຮິ"@lo,
        "adygėjų"@lt,
        "adigu"@lv,
        "адиге"@mk,
        "അഡൈഗേ"@ml,
        "अडिघे"@mr,
        "Adyghe"@mt,
        "adyghe"@nb,
        "Adyghe"@nl,
        "adyghe"@nn,
        "ଅଦ୍ୟଘେ"@or,
        "адыгейаг"@os,
        "adygejski"@pl,
        "Lenga Adyghe"@pms,
        "adigue"@pt,
        "adygai"@rm,
        "adyghe"@ro,
        "адыгейский"@ru,
        "adygčina"@sk,
        "adigejščina"@sl,
        "Адигејски"@sr,
        "Adigejski"@sr-Latn,
        "adygeiska"@sv,
        "அதகே"@ta,
        "అడిగాబ్జే"@te,
        "อะดืยเก"@th,
        "lea fakaʻatike"@to,
        "Adigece"@tr,
        "Адыгэ теле"@tt,
        "Адыг кыл"@udm,
        "адигейська"@uk,
        "Tiếng Adyghe"@vi,
        "阿迪格語"@zh .

<http://lexvo.org/id/iso639-3/ale> a lvont:Language,
        skos:Concept ;
    lvont:isFocusOf <http://id.loc.gov/vocabulary/iso639-2/ale> ;
    lvont:iso6392BCode "ale"^^xsd:string ;
    lvont:iso6392TCode "ale"^^xsd:string ;
    lvont:iso639P3PCode "ale"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-2/ale>,
        <http://www.glottolog.org/resource/languoid/id/aleu1260> ;
    owl:sameAs <http://dbpedia.org/resource/Aleut_language>,
        <http://lexvo.org/id/wordnet/30/noun/aleut_1_10_00>,
        <http://psi.oasis-open.org/iso/639/#ale>,
        <http://www.lingvoj.org/lang/ale>,
        <http://www.mpii.de/yago/resource/Aleut_language>,
        <info:lc/vocabulary/languages/ale> ;
    skos:altLabel "Aleut dili"@az,
        "Aleutià"@ca,
        "Aleutština"@cs,
        "Aleutische Sprache"@de,
        "Aleut language"@en,
        "Idioma aleutiano"@es,
        "Aleutti"@fi,
        "Aléoute"@fr,
        "Aleutski jezik"@hr,
        "Aleutíska"@is,
        "Lingua aleutina"@it,
        "ალეუტური ენა"@ka,
        "Алеутски јазик"@mk,
        "Aleutisk språk"@nn,
        "Język aleucki"@pl,
        "Língua aleúte"@pt,
        "Алеутский язык"@ru,
        "Aleutčina"@sk,
        "Aleutiska"@sv,
        "Aleutça"@tr,
        "Алеутська мова"@uk ;
    skos:definition "Aleut (Unangam Tunuu) is a language of the Eskimo–Aleut language family. It is the heritage language of the Aleut people living in the Aleutian Islands, Pribilof Islands, and Commander Islands. As of 2007 there were about 150 speakers of Aleut (Krauss 2007, p. 408)."@en ;
    skos:inScheme lexvo: ;
    skos:notation "ale"^^xsd:string ;
    skos:prefLabel "Idioma aleutiano"@an,
        "الأليوتية"@ar,
        "aleutca"@az,
        "алеуцкая"@be,
        "алеутски"@bg,
        "আলেউত"@bn,
        "अलुट"@brx,
        "aljut"@bs,
        "аљут"@bs-Cyrl,
        "aleuta"@ca,
        "阿留申文"@cmn,
        "阿留申文"@cmn-Hant,
        "aleutština"@cs,
        "Alewteg"@cy,
        "aleutisk"@da,
        "Aleutisch"@de,
        "Αλούτ"@el,
        "Aleut"@en,
        "aleutiano"@es,
        "aleuudi"@et,
        "آلئوتی"@fa,
        "aleutti"@fi,
        "aléoute"@fr,
        "Aleutisch"@frr,
        "An Ailiúitis"@ga,
        "Lingua aleutiana"@gl,
        "Aleutisch"@gsw,
        "અલેઉત"@gu,
        "אלאוט"@he,
        "अलेउत"@hi,
        "aleutski"@hr,
        "aleut"@hu,
        "Aleut"@id,
        "aleúska"@is,
        "aleuto"@it,
        "アレウト語"@ja,
        "ალეუტური"@ka,
        "Алеутыбзэ"@kbd,
        "ಅಲೆಯುಟ್"@kn,
        "알류트어"@ko,
        "اَلویتی"@ks,
        "Алеут маз"@lbe,
        "ອາເລີດ"@lo,
        "aleutų"@lt,
        "aleutu"@lv,
        "алеут"@mk,
        "അലൈട്ട്"@ml,
        "अलेउत"@mr,
        "Алеут йӹлмӹ"@mrj,
        "Aleut"@mt,
        "aleutisk"@nb,
        "Aleut"@nl,
        "aleutisk"@nn,
        "Aleutisk"@no,
        "Alèuta"@oc,
        "ଆଲେଇଟୁ"@or,
        "aleucki"@pl,
        "Lenga aleut"@pms,
        "aleúte"@pt,
        "aleutic"@rm,
        "aleută"@ro,
        "алеутский"@ru,
        "aleutčina"@sk,
        "aleutščina"@sl,
        "Аљут"@sr,
        "Aljut"@sr-Latn,
        "aleutiska"@sv,
        "அலூட்"@ta,
        "అలియుట్"@te,
        "อาลิวต์"@th,
        "Aleut"@tr,
        "Алеут кыл"@udm,
        "алеутська"@uk,
        "Łéngoa ałeutina"@vec,
        "Tiếng Aleut"@vi,
        "阿留申语"@zh .

<http://lexvo.org/id/iso639-3/arp> a lvont:Language,
        skos:Concept ;
    lvont:isFocusOf <http://id.loc.gov/vocabulary/iso639-2/arp> ;
    lvont:iso6392BCode "arp"^^xsd:string ;
    lvont:iso6392TCode "arp"^^xsd:string ;
    lvont:iso639P3PCode "arp"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-2/arp>,
        <http://www.glottolog.org/resource/languoid/id/arap1274> ;
    owl:sameAs <http://dbpedia.org/resource/Arapaho_language>,
        <http://lexvo.org/id/wordnet/30/noun/arapaho_1_10_00>,
        <http://psi.oasis-open.org/iso/639/#arp>,
        <http://www.lingvoj.org/lang/arp>,
        <http://www.mpii.de/yago/resource/Arapaho_language>,
        <info:lc/vocabulary/languages/arp> ;
    skos:altLabel "Arapahoeg"@br,
        "Arapažština"@cs,
        "Arapaho language"@en,
        "Arapaho"@fi,
        "Arapaho"@fr,
        "Arapaho jezik"@hr,
        "Język arapaho"@pl,
        "Арапахо"@ru ;
    skos:definition "The Arapaho language or hinonoeitiit (also \"Arapahoe Language\" and hiinonoeitiit) is a Plains Algonquian language (an areal rather than genetic grouping) spoken almost entirely by elders in Wyoming, and to a much lesser extent in Oklahoma. It is in great danger of becoming extinct. As of 1996, there were approximately 1,000 speakers of the Northern Arapaho. In 2008, it was reported that a school had been opened to teach the language to children. 22 children are being taught there. The school was established as a matter of urgency, as no person aged under 55 was fluent in Arapaho at that point."@en ;
    skos:inScheme lexvo: ;
    skos:notation "arp"^^xsd:string ;
    skos:prefLabel "الأراباهو"@ar,
        "arapaho dili"@az,
        "арапахо"@bg,
        "আরাপাহো"@bn,
        "arapaho"@br,
        "अरापाहो"@brx,
        "arapaho"@bs,
        "арапахо"@bs-Cyrl,
        "arapaho"@ca,
        "阿拉帕霍文"@cmn,
        "阿拉帕霍文"@cmn-Hant,
        "arapažština"@cs,
        "arapaho"@da,
        "Arapaho-Sprache"@de,
        "Αράπαχο"@el,
        "Arapaho"@en,
        "arapaho"@es,
        "arapaho"@et,
        "آراپاهویی"@fa,
        "arapaho"@fi,
        "arapaho"@fr,
        "Arapaho"@gsw,
        "અરાપાહો"@gu,
        "ארפהו"@he,
        "अराफाओ"@hi,
        "arapaho"@hr,
        "arapaho"@hu,
        "Arapaho"@id,
        "arapahó"@is,
        "arapaho"@it,
        "アラパホー語"@ja,
        "ಅರಪಾಹೋ"@kn,
        "아라파호어"@ko,
        "اَراپاہو"@ks,
        "ອາຣາປາໂຮ"@lo,
        "arapahų"@lt,
        "arapahu"@lv,
        "арапахо"@mk,
        "അരപാഹോ"@ml,
        "अराफाओ"@mr,
        "Arapaħo"@mt,
        "arapaho"@nb,
        "Arapaho"@nl,
        "arapaho"@nn,
        "ଆରାପାହୋ"@or,
        "arapaho"@pl,
        "Lenga arapaho"@pms,
        "arapaho"@pt,
        "arapaho"@rm,
        "arapaho"@ro,
        "арапахо"@ru,
        "Icyarapaho"@rw,
        "arapaho"@sk,
        "arapaščina"@sl,
        "Арапахо"@sr,
        "Arapaho"@sr-Latn,
        "arapaho"@sv,
        "அரபஹோ"@ta,
        "అరాపాహో"@te,
        "อาราปาโฮ"@th,
        "Arapaho Dili"@tr,
        "арапахо"@uk,
        "Tiếng Arapaho"@vi .

<http://lexvo.org/id/iso639-3/ava> a lvont:Language,
        skos:Concept ;
    lvont:isFocusOf <http://id.loc.gov/vocabulary/iso639-2/ava> ;
    lvont:iso6392BCode "ava"^^xsd:string ;
    lvont:iso6392TCode "ava"^^xsd:string ;
    lvont:iso639P1Code "av"^^xsd:string ;
    lvont:iso639P3PCode "ava"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-2/ava>,
        <http://www.glottolog.org/resource/languoid/id/avar1256> ;
    owl:sameAs <http://dbpedia.org/resource/Avar_language>,
        <http://lexvo.org/id/iso639-1/av>,
        <http://psi.oasis-open.org/iso/639/#ava>,
        <http://www.lingvoj.org/lang/av>,
        <http://www.mpii.de/yago/resource/Avar_language>,
        <info:lc/vocabulary/languages/ava> ;
    skos:altLabel "لغة أوارية"@ar,
        "Avar dili"@az,
        "Аварски език"@bg,
        "Avareg"@br,
        "Àvar"@ca,
        "Avarština"@cs,
        "Awarische Sprache"@de,
        "Avar language"@en,
        "Idioma ávaro"@es,
        "زبان آواری"@fa,
        "Avaarin kieli"@fi,
        "Avar"@fr,
        "Avarski jezik"@hr,
        "avaríska"@is,
        "Lingua avara"@it,
        "아바릭어"@ko,
        "Avarų kalba"@lt,
        "Avāru valoda"@lv,
        "Аварски јазик"@mk,
        "Avarisch"@nl,
        "Avarisk språk"@nn,
        "Солиаг æвзаг"@os,
        "Język awarski"@pl,
        "Língua avar"@pt,
        "Аварский язык"@ru,
        "Avarščina"@sl,
        "Avariska"@sv,
        "அவர மொழி"@ta,
        "Avar Dili"@tr,
        "Аварська мова"@uk,
        "Tiếng Avaric"@vi ;
    skos:definition "The modern Avar language (self-designation магӀарул мацӀ maharul macʼ \"language of the mountains\" or Авар мацI awar macʼ \"Avar language\") belongs to the Avar–Andic group of the Northeast Caucasian language family."@en ;
    skos:inScheme lexvo: ;
    skos:notation "ava"^^xsd:string ;
    skos:prefLabel "Awaars"@af,
        "الأفاريكية"@ar,
        "МагIарул мацI"@av,
        "avarikcə"@az,
        "Ауар теле"@ba,
        "аварская"@be,
        "аварски"@bg,
        "আভেরিক"@bn,
        "avar"@br,
        "अवारिक्"@brx,
        "avarski"@bs,
        "аварски"@bs-Cyrl,
        "àvar"@ca,
        "Avarhoyn mott"@ce,
        "阿瓦尔文"@cmn,
        "阿瓦爾文"@cmn-Hant,
        "avarština"@cs,
        "Аварьскъ ѩꙁꙑкъ"@cu,
        "Afareg"@cy,
        "avarisk"@da,
        "Awarisch"@de,
        "avariagbe"@ee,
        "Άβαρικ"@el,
        "Avaric"@en,
        "Avara lingvo"@eo,
        "avar"@es,
        "avaari"@et,
        "آواری"@fa,
        "avaari"@fi,
        "avar"@fr,
        "avar"@fur,
        "Abararazda"@got,
        "Awarisch"@gsw,
        "અવેરિક"@gu,
        "אבארית"@he,
        "अवेरिक"@hi,
        "Avar bhasa"@hif,
        "avarski"@hr,
        "avar"@hu,
        "Avar"@id,
        "Avarska"@is,
        "avaro"@it,
        "アヴァル語"@ja,
        "ხუნძური ენა"@ka,
        "ಅವರಿಕ್"@kn,
        "아바르어"@ko,
        "اَوارِک"@ks,
        "Авар кыв"@kv,
        "Яруссаннал маз"@lbe,
        "ອາວາຣິກ"@lo,
        "avarikų"@lt,
        "avāru"@lv,
        "аварски"@mk,
        "അവാരിക്"@ml,
        "अ‍ॅव्हेरिक"@mr,
        "Bahasa Avar"@ms,
        "Avarik"@mt,
        "avarisk"@nb,
        "Avaars"@nl,
        "avarisk"@nn,
        "Avarisk"@no,
        "ଆଭାରିକ୍"@or,
        "авайраг"@os,
        "awarski"@pl,
        "Lenga Avar"@pms,
        "avaric"@pt,
        "avaric"@rm,
        "avară"@ro,
        "аварский"@ru,
        "Аваар тыла"@sah,
        "avarčina"@sk,
        "avarščina"@sl,
        "Аварски"@sr,
        "Avarski"@sr-Latn,
        "avariska"@sv,
        "அவேரிக்"@ta,
        "అవారిక్"@te,
        "อาวาร์"@th,
        "Awar dili"@tk,
        "lea fakaʻavaliki"@to,
        "Avarca"@tr,
        "аварська"@uk,
        "Tiếng Avar"@vi,
        "Èdè Avar"@yo,
        "阿瓦尔语"@zh .

<http://lexvo.org/id/iso639-3/ave> a lvont:Language,
        skos:Concept ;
    lvont:isFocusOf <http://id.loc.gov/vocabulary/iso639-2/ave> ;
    lvont:iso6392BCode "ave"^^xsd:string ;
    lvont:iso6392TCode "ave"^^xsd:string ;
    lvont:iso639P1Code "ae"^^xsd:string ;
    lvont:iso639P3PCode "ave"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-2/ave> ;
    owl:sameAs <http://dbpedia.org/resource/Avestan_language>,
        <http://lexvo.org/id/iso639-1/ae>,
        <http://lexvo.org/id/wordnet/30/noun/avestan_1_10_00>,
        <http://psi.oasis-open.org/iso/639/#ave>,
        <http://www.lingvoj.org/lang/ae>,
        <http://www.mpii.de/yago/resource/Avestan_language>,
        <info:lc/vocabulary/languages/ave> ;
    skos:altLabel "Avesta dili"@az,
        "Авестийски език"@bg,
        "অবেস্তা ভাষা"@bn,
        "Avesteg"@br,
        "Avèstic"@ca,
        "Avestánština"@cs,
        "Avestisk"@da,
        "Avestische Sprache"@de,
        "Αβεστική γλώσσα"@el,
        "Avestan language"@en,
        "Idioma avéstico"@es,
        "زبان اوستایی"@fa,
        "Avestan kieli"@fi,
        "Avestique"@fr,
        "An Aivéistis"@ga,
        "अवस्ताई भाषा"@hi,
        "Avestički jezik"@hr,
        "Bahasa Avesta"@id,
        "Lingua avestica"@it,
        "アヴェスター語"@ja,
        "ಅವೆಸ್ಟನ್"@kn,
        "Avestos kalba"@lt,
        "Avesta"@lv,
        "Авестæйы æвзаг"@os,
        "Język awestyjski"@pl,
        "Língua avéstica"@pt,
        "Limba avestică"@ro,
        "Авестийский язык"@ru,
        "Авестански језик"@sr,
        "Avestiska"@sv,
        "அவெஸ்தான் மொழி"@ta,
        "ภาษาอเวสตะ"@th,
        "Avestçe"@tr,
        "Авестійська мова"@uk ;
    skos:definition "Avestan is an East Iranian language known only from its use as the language of Zoroastrian scripture, i.e. the Avesta, from which it derives its name. Its area of composition comprised – at least – Bactria (Gandahara, Vedic: Gandhāra), Arachosia (Quetta), Drangiana (Ribat), and Gedrosia (Balochistan) have been regarded as a likely archaeological reflection of early East Iranian culture as described in the Avesta. Its status as a sacred language has ensured its continuing use for new compositions long after the language had ceased to be a living language."@en ;
    skos:inScheme lexvo: ;
    skos:notation "ave"^^xsd:string ;
    skos:prefLabel "Avesties"@af,
        "Idioma avestico"@an,
        "الأفستية"@ar,
        "avestanca"@az,
        "авестски"@bg,
        "আবেস্তীয়"@bn,
        "avesteg"@br,
        "अवस्तन्"@brx,
        "avestanski"@bs,
        "авестански"@bs-Cyrl,
        "avèstic"@ca,
        "Pinulongang Abestiko"@ceb,
        "阿维斯塔文"@cmn,
        "阿緯斯陀文"@cmn-Hant,
        "avestánština"@cs,
        "Авеста чĕлхи"@cv,
        "Afestaneg"@cy,
        "avestan"@da,
        "Avestisch"@de,
        "Ewıstki"@diq,
        "Αβεστάν"@el,
        "Avestan"@en,
        "avéstico"@es,
        "avesta"@et,
        "اوستایی"@fa,
        "avesta"@fi,
        "avestique"@fr,
        "avestan"@fur,
        "Aivéistis"@ga,
        "Avestisch"@gsw,
        "Avestische Sprache"@gsw-FR,
        "અવેસ્તન"@gu,
        "אבסטן"@he,
        "अवेस्तन"@hi,
        "avestan"@hr,
        "avesztán"@hu,
        "Ավեստերեն"@hy,
        "Avestan"@id,
        "avestíska"@is,
        "avestan"@it,
        "アヴェスタ語"@ja,
        "ავესტა"@ka,
        "ភាសាអាវែស្តង់"@km,
        "ಅವೇಶ್ಟಿ"@kn,
        "아베스타어"@ko,
        "اَویستَن"@ks,
        "Zimanê avestayî"@ku,
        "Авеста кыв"@kv,
        "Lingua Avestana"@la,
        "ອາເວັສແຕນ"@lo,
        "avestų"@lt,
        "avesta"@lv,
        "Авестиень кяль"@mdf,
        "авестан"@mk,
        "അവസ്റ്റാൻ"@ml,
        "अवेस्तन"@mr,
        "Bahasa Avesta"@ms,
        "Avestan"@mt,
        "avestisk"@nb,
        "Avestisch"@nl,
        "avestisk"@nn,
        "Avestisk"@no,
        "ଅବେସ୍ତନ"@or,
        "авестӕ"@os,
        "awestyjski"@pl,
        "Avéstich"@pms,
        "avéstico"@pt,
        "avestic"@rm,
        "avestană"@ro,
        "авестийский"@ru,
        "Avestanski jezik"@sh,
        "avestčina"@sk,
        "avestijščina"@sl,
        "Авестански"@sr,
        "Avestanski"@sr-Latn,
        "avestiska"@sv,
        "அவெஸ்தான்"@ta,
        "అవేస్టాన్"@te,
        "Забони авестоӣ"@tg,
        "อเวสตะ"@th,
        "Awesta dili"@tk,
        "Zentçe"@tr,
        "авестійська"@uk,
        "Tiếng Avestan"@vi,
        "阿維斯陀語"@zh .

<http://lexvo.org/id/iso639-3/aze> a lvont:Language,
        skos:Concept ;
    lvont:isFocusOf <http://id.loc.gov/vocabulary/iso639-2/aze> ;
    lvont:iso6392BCode "aze"^^xsd:string ;
    lvont:iso6392TCode "aze"^^xsd:string ;
    lvont:iso639P1Code "az"^^xsd:string ;
    lvont:iso639P3PCode "aze"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-2/aze> ;
    owl:sameAs <http://dbpedia.org/resource/Azerbaijani_language>,
        <http://lexvo.org/id/iso639-1/az>,
        <http://lexvo.org/id/wordnet/30/noun/azerbaijani_1_10_00>,
        <http://psi.oasis-open.org/iso/639/#aze>,
        <http://www.lingvoj.org/lang/az>,
        <http://www.mpii.de/yago/resource/Azerbaijani_language>,
        <info:lc/vocabulary/languages/aze> ;
    skos:altLabel "Aserbeidjans"@af,
        "Azerbeidjaans"@af,
        "አዘርባጃንኛ"@am,
        "لغة أذرية"@ar,
        "Azerbaixanu"@ast,
        "Azərbaycan dili"@az,
        "Азербайджанская мова"@be,
        "Азербайджански език"@bg,
        "азърбайджански"@bg,
        "আজারবাইজানি ভাষা"@bn,
        "আজারবাইজানীয়"@bn,
        "Azereg"@br,
        "Azerbejdžanski jezik"@bs,
        "азербејџански"@bs-Cyrl,
        "azerbaidjanès"@ca,
        "Àzeri"@ca,
        "亞塞拜然文"@cmn-Hant,
        "Ázerbájdžánština"@cs,
        "Azerbaijaneg"@cy,
        "Aserbajdsjansk"@da,
        "aserbajdsjansk"@da,
        "Aserbaidschanische Sprache"@de,
        "Αζερική γλώσσα"@el,
        "Azerbaijani"@en,
        "Azerbaijani language"@en,
        "Azerbajĝana lingvo"@eo,
        "Idioma azerí"@es,
        "Aserbaidžaani keel"@et,
        "aserbaidžaani"@et,
        "Azerbaijanera"@eu,
        "آذربایجانی"@fa,
        "ترکی آذربایجانی"@fa,
        "زبان ترکی آذربایجانی"@fa,
        "Azerin kieli"@fi,
        "Azerbaijani"@fil,
        "Azéri"@fr,
        "An Asarbaiseáinis"@ga,
        "Asarbaideànais"@gd,
        "Lingua azerí"@gl,
        "acerbaixano"@gl,
        "અઝરબૈજાની"@gu,
        "अज़रबैंजानी"@hi,
        "अज़ेरी भाषा"@hi,
        "Azerski jezik"@hr,
        "azerbajdžanski"@hr,
        "Azeri nyelv"@hu,
        "azerbajdzsáni"@hu,
        "Azerbaijan"@id,
        "Bahasa Azeri"@id,
        "Aserbaídsjanska"@is,
        "aserska"@is,
        "Lingua azera"@it,
        "azerbaigiano"@it,
        "アゼルバイジャン語"@ja,
        "აზერბაიჯანული ენა"@ka,
        "Әзірбайжан тілі"@kk,
        "Aserbajdsjaniskisut"@kl,
        "ಅಜೆರ್ಬೈಜಾನಿ"@kn,
        "아제르바이잔어"@ko,
        "Азербайжан тили"@ky,
        "Azerbaidžaniečių kalba"@lt,
        "azerbaidžaniečių"@lt,
        "Azerbaidžāņu valoda"@lv,
        "Азербејџански јазик"@mk,
        "അസർബൈജാനി"@ml,
        "अझरबैजानी"@mr,
        "अझरबैजानी भाषा"@mr,
        "Azerbeidzjaans"@nl,
        "Aserbajdsjansk"@nn,
        "Азербайджайнаг æвзаг"@os,
        "Język azerski"@pl,
        "Língua azeri"@pt,
        "azerbaijano"@pt,
        "Limba azeră"@ro,
        "Азербайджанский язык"@ru,
        "Ikinyazeribayijani"@rw,
        "Azerbajdžančina"@sk,
        "azerbajdžančina"@sk,
        "azerbajdžanščina"@sl,
        "Gjuha azerbajxhane"@sq,
        "Азербејџански"@sr,
        "Азерски језик"@sr,
        "Azerbajdzjanska"@sv,
        "Kiazabajani"@swh,
        "அசர்பாய்ஜானி"@ta,
        "அசர்பைஜான் மொழி"@ta,
        "అజర్బైజాని"@te,
        "ภาษาอาเซอร์ไบจาน"@th,
        "อาเซอร์ไบจาน"@th,
        "Азербайджанська мова"@uk,
        "آذربائیجانی"@ur,
        "آزربائیجانی"@ur,
        "Tiếng Ai-déc-bai-gian"@vi,
        "Tiếng Azerbaijan"@vi,
        "Azerbaijan"@zsm,
        "isi-Azerbaijani"@zu ;
    skos:definition "Azerbaijani or Azeri or Azerbaijani Turkish (Azərbaycanca, Azərbaycan türkcəsi, Azərbaycan dili) is a language belonging to the Turkic language family, spoken in southwestern Asia by the Azerbaijani people, primarily in Azerbaijan and northwestern Iran. Azerbaijani is member of the Oghuz branch of the Turkic languages and is closely related to Turkish, Qashqai and Turkmen."@en ;
    skos:inScheme lexvo: ;
    skos:notation "aze"^^xsd:string ;
    skos:prefLabel "Azeri"@af,
        "አዜሪ"@am,
        "الأذرية"@ar,
        "اذرى"@arz,
        "azerbaixanu"@ast,
        "azərbaycanca"@az,
        "Азәрбајҹан"@az-Cyrl,
        "азербайджанская"@be,
        "Азэрбайджанская мова"@be-tarask,
        "азербайджански"@bg,
        "আজেরি"@bn,
        "azeri"@br,
        "अज़रबैजानी"@brx,
        "azerbejdžanski"@bs,
        "азерски"@bs-Cyrl,
        "አዜርባይጃንኛ"@byn,
        "àzeri"@ca,
        "阿塞拜疆文"@cmn,
        "阿澤里"@cmn-Hant,
        "Azerbaycan tili"@crh,
        "ázerbájdžánština"@cs,
        "Азербайджан чĕлхи"@cv,
        "Aserbaijaneg"@cy,
        "azeri"@da,
        "Aserbaidschanisch"@de,
        "ཨ་ཛར་བྷའི་ཇཱན་ཁ"@dz,
        "azerbaijangbe"@ee,
        "Αζερικά"@el,
        "Azeri"@en,
        "azerbajĝana"@eo,
        "azerí"@es,
        "aseri"@et,
        "azerbaijanera"@eu,
        "آذری"@fa,
        "azeri"@fi,
        "Azeri"@fil,
        "azerbaijaniskt"@fo,
        "azéri"@fr,
        "azerbaijani"@fur,
        "Asarbaiseáinis"@ga,
        "Azerbaycan dili"@gag,
        "Azeri"@gd,
        "azerbaiano"@gl,
        "Aserbaidschanisch"@gsw,
        "અઝેરી"@gu,
        "Asserbajaanish"@gv,
        "Azerbaijanci"@ha,
        "Â-set-pai-kiông-ngî"@hak,
        "אזרית"@he,
        "अज़ेरी"@hi,
        "Azerbaijani bhasa"@hif,
        "azerski"@hr,
        "azeri"@hu,
        "Ադրբեջաներեն"@hy,
        "azerbaidzhani"@ia,
        "Azeri"@id,
        "azeri"@is,
        "azero"@it,
        "アゼリー語"@ja,
        "აზერბაიჯანული"@ka,
        "azerbaijanu"@kea,
        "Азербайжан"@kk,
        "aserbajdsjaniskisut"@kl,
        "អាហ៊្សែរបែហ្សង់"@km,
        "ಅಝೆರಿ"@kn,
        "अज़रबैजानी"@knn,
        "아제리어"@ko,
        "Азербайджан кыв"@koi,
        "اَزَربیجانی"@ks,
        "Asserbaidschaanesch"@ksh,
        "Zimanê azerî"@ku,
        "Азербайджан кыв"@kv,
        "Azerek"@kw,
        "азербайжанча"@ky,
        "Lingua Atropatenica"@la,
        "Azerbaidzjaans"@li,
        "ອາເຊີໄບຈານິ"@lo,
        "azeri"@lt,
        "Azėrbaidžanėitiu kalba"@lt-x,
        "azerbaidžāņu"@lv,
        "Азербайджанонь кяль"@mdf,
        "азербејџански"@mk,
        "അസേരി"@ml,
        "अझेरी"@mr,
        "Bahasa Azeri"@ms,
        "Ażerbajġani"@mt,
        "آذری"@mzn,
        "aserbajdsjansk"@nb,
        "Aserbaidschaansche Spraak"@nds,
        "अजरबैजानी"@ne,
        "अजेरी भाषा"@new,
        "Azeri"@nl,
        "aserbajdsjansk"@nn,
        "Aserbajdsjansk"@no,
        "Afaan Azerbaijani"@om,
        "ଆଜେରବାଇଜାନି"@or,
        "тӕтӕйраг"@os,
        "ਅਜ਼ੇਰਬੈਜਨਿ"@pa,
        "azerski"@pl,
        "Lenga Azerbaijan setentrional"@pms,
        "آذری بولی"@pnb,
        "أذربائجاني"@ps,
        "azeri"@pt,
        "Asar simi"@qu,
        "aserbeidschanic"@rm,
        "azeră"@ro,
        "азербайджанский"@ru,
        "Inyazeribayijani"@rw,
        "Адьырбайдьаанныы"@sah,
        "Azerbaijani leid"@sco,
        "අසර්බයිජාත්"@si,
        "azerčina"@sk,
        "azerščina"@sl,
        "Azerbaijan"@so,
        "Azerbajxhanisht"@sq,
        "азерски"@sr,
        "Azerbejdžanski"@sr-Latn,
        "Se-azerbaijani"@st,
        "azerbajdzjanska"@sv,
        "Kiazeri"@swh,
        "அஸேரி"@ta,
        "అజెరి"@te,
        "Забони озарбойҷонӣ"@tg,
        "อะเซอรี"@th,
        "አዜርባይጃንኛ"@ti,
        "አዜርባይጃንኛ"@tig,
        "Azerbaijani"@tn,
        "lea fakaʻasapaisani"@to,
        "Azerice"@tr,
        "Азәрбайҗан теле"@tt,
        "Азербайджан кыл"@udm,
        "ئەزەربەيجان تىلى"@ug,
        "азербайджанська"@uk,
        "ازیری"@ur,
        "Tiếng Azeri"@vi,
        "Serbaidšaniš"@wae,
        "Isi-Azerbaijani"@xh,
        "Èdè Azerbaijani"@yo,
        "阿塞拜疆语"@zh,
        "Azeri"@zsm,
        "isi-Azeria"@zu .

<http://lexvo.org/id/iso639-3/bam> a lvont:Language,
        skos:Concept ;
    lvont:isFocusOf <http://id.loc.gov/vocabulary/iso639-2/bam> ;
    lvont:iso6392BCode "bam"^^xsd:string ;
    lvont:iso6392TCode "bam"^^xsd:string ;
    lvont:iso639P1Code "bm"^^xsd:string ;
    lvont:iso639P3PCode "bam"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-2/bam>,
        <http://www.glottolog.org/resource/languoid/id/bamb1269> ;
    owl:sameAs <http://dbpedia.org/resource/Bambara_language>,
        <http://lexvo.org/id/iso639-1/bm>,
        <http://psi.oasis-open.org/iso/639/#bam>,
        <http://www.lingvoj.org/lang/bm>,
        <http://www.mpii.de/yago/resource/Bambara_language>,
        <info:lc/vocabulary/languages/bam> ;
    skos:altLabel "Bamanankan"@bm,
        "Bambareg"@br,
        "Bambarština"@cs,
        "Bambara-Sprache"@de,
        "Bambara language"@en,
        "Idioma bambara"@es,
        "Bambara keel"@et,
        "Bambaran kieli"@fi,
        "Bambara"@fr,
        "Bamanankan jezik"@hr,
        "Bahasa Bambara"@id,
        "Bambara"@is,
        "Lingua bambara"@it,
        "Bambaru valoda"@lv,
        "Język bambara"@pl,
        "Língua bambara"@pt,
        "бамбарийский"@ru,
        "bambarčina"@sk,
        "Bambara"@sv,
        "பம்பாரா மொழி"@ta,
        "Бамбара"@uk ;
    skos:definition "Bambara, more correctly known as Bamanankan (ߓߡߊߣߊ߲ߞߊ߲), its designation in the language itself (literally Bamana(n) sound), is a language spoken in Mali by as many as six million people (including second language users). The Bambara language is the mother tongue of the Bambara ethnic group, numbering about 4,000,000 people, but serves also as a lingua franca in Mali (it is estimated that about 80% of the population speaks it as a first or second language). It is an Subject–object–verb language and has two tones."@en ;
    skos:inScheme lexvo: ;
    skos:notation "bam"^^xsd:string ;
    skos:prefLabel "البامبارا"@ar,
        "bambara dili"@az,
        "бамбара"@bg,
        "bamanakan"@bm,
        "বামবারা"@bn,
        "bambara"@br,
        "बांबारा"@brx,
        "bambara"@bs,
        "бамбара"@bs-Cyrl,
        "bambara"@ca,
        "班巴拉文"@cmn,
        "班巴拉文"@cmn-Hant,
        "bambarština"@cs,
        "Bambareg"@cy,
        "bambara"@da,
        "Bambara"@de,
        "bambaragbe"@ee,
        "Μπαμπάρα"@el,
        "Bambara"@en,
        "Bambara lingvo"@eo,
        "bambara"@es,
        "bambara"@et,
        "Bambara"@eu,
        "بامبارایی"@fa,
        "bambara"@fi,
        "bambara"@fo,
        "bambara"@fr,
        "Lingua bambara"@gl,
        "Bambara"@gsw,
        "બામ્બારા"@gu,
        "במבארה"@he,
        "बाम्बारा"@hi,
        "bambara"@hr,
        "bambara"@hu,
        "Bambara"@id,
        "bambara"@is,
        "bambara"@it,
        "バンバラ語"@ja,
        "ភាសាបាម្បារា"@km,
        "ಬಂಬಾರಾ"@kn,
        "밤바라어"@ko,
        "بَمبارا"@ks,
        "Bambara"@ksh,
        "ບາມບາຣາ"@lo,
        "bambarų"@lt,
        "bambaru"@lv,
        "бамбара"@mk,
        "ബംബാറ"@ml,
        "बाम्बारा"@mr,
        "Bambara"@mt,
        "bambara"@nb,
        "Bambara"@nl,
        "bambara"@nn,
        "Bambara"@no,
        "ବାମ୍ବାରା"@or,
        "bambara"@pl,
        "Lenga Bamanankan"@pms,
        "بمبارا"@pnb,
        "bambara"@pt,
        "Bambara simi"@qu,
        "bambara"@rm,
        "bambara"@ro,
        "Бамана"@ru,
        "Bambara"@sk,
        "bambarščina"@sl,
        "Бамбара"@sr,
        "Bambara"@sr-Latn,
        "bambara"@sv,
        "Kibambara"@swh,
        "பம்பாரா"@ta,
        "బంబారా"@te,
        "บัมบารา"@th,
        "lea fakapamipala"@to,
        "Bambara"@tr,
        "бамбара"@uk,
        "بمبارا"@ur,
        "Tiếng Bambara"@vi,
        "班巴拉语"@zh .

<http://lexvo.org/id/iso639-3/ban> a lvont:Language,
        skos:Concept ;
    lvont:isFocusOf <http://id.loc.gov/vocabulary/iso639-2/ban> ;
    lvont:iso6392BCode "ban"^^xsd:string ;
    lvont:iso6392TCode "ban"^^xsd:string ;
    lvont:iso639P3PCode "ban"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-2/ban>,
        <http://www.glottolog.org/resource/languoid/id/bali1278> ;
    owl:sameAs <http://dbpedia.org/resource/Balinese_language>,
        <http://lexvo.org/id/wordnet/30/noun/balinese_1_10_00>,
        <http://psi.oasis-open.org/iso/639/#ban>,
        <http://www.lingvoj.org/lang/ban>,
        <http://www.mpii.de/yago/resource/Balinese_language>,
        <info:lc/vocabulary/languages/ban> ;
    skos:altLabel "اللغة البالية"@ar,
        "Balinès"@ca,
        "Balinesische Sprache"@de,
        "Balinese language"@en,
        "Balin kieli"@fi,
        "Balinais"@fr,
        "बहासा बाली"@hi,
        "Balijski jezik"@hr,
        "Bahasa Bali"@id,
        "Lingua balinese"@it,
        "Język balijski"@pl,
        "Língua balinesa"@pt,
        "Балийский язык"@ru,
        "Balinesiska"@sv,
        "ภาษาบาหลี"@th ;
    skos:definition "Balinese or simply Bali is a Malayo-Polynesian language spoken by 3.3 million people on the Indonesian island of Bali, as well as northern Nusa Penida, western Lombok and eastern Java. Most Balinese speakers also know Indonesian."@en ;
    skos:inScheme lexvo: ;
    skos:notation "ban"^^xsd:string ;
    skos:prefLabel "لغة بالية"@ar,
        "balincə"@az,
        "балинейски"@bg,
        "বালিনীয়"@bn,
        "balineg"@br,
        "बालिनी"@brx,
        "balinezijski"@bs,
        "балинезијски"@bs-Cyrl,
        "balinès"@ca,
        "巴里文"@cmn,
        "峇里文"@cmn-Hant,
        "balijština"@cs,
        "Balïeg"@cy,
        "balinesisk"@da,
        "Balinesisch"@de,
        "Μπαλινίζ"@el,
        "Balinese"@en,
        "Balia lingvo"@eo,
        "balinés"@es,
        "bali"@et,
        "بالیایی"@fa,
        "bali"@fi,
        "balinais"@fr,
        "Balinesisch"@gsw,
        "બાલિનીસ"@gu,
        "בלינזית"@he,
        "बालिनीस"@hi,
        "balinezijski"@hr,
        "balinéz"@hu,
        "Bali"@id,
        "balíska"@is,
        "balinese"@it,
        "バリ語"@ja,
        "Basa Bali"@jv,
        "ಬಲಿನೀಸ್"@kn,
        "발리어"@ko,
        "بالِنیٖز"@ks,
        "Lengua balineise"@lij,
        "ບາລີເນັດ"@lo,
        "balinezų"@lt,
        "baliešu"@lv,
        "балинезе"@mk,
        "ബാലിനീസ്"@ml,
        "बालिनीस"@mr,
        "Bahasa Bali"@ms,
        "Baliniż"@mt,
        "ဘာလီ"@my,
        "balinesisk"@nb,
        "Balinees"@nl,
        "balinesisk"@nn,
        "Balinesisk"@no,
        "ବାଲିନୀଜ୍"@or,
        "balijski"@pl,
        "Lenga Malay, Balinese"@pms,
        "balinês"@pt,
        "balinais"@rm,
        "balineză"@ro,
        "балийский"@ru,
        "balijčina"@sk,
        "balijščina"@sl,
        "Gagana Balinese"@sm,
        "Балинезијски"@sr,
        "Balinezijski"@sr-Latn,
        "balinesiska"@sv,
        "பலினீஸ்"@ta,
        "బాలినీస్"@te,
        "บาหลี"@th,
        "Bali Dili"@tr,
        "балійська"@uk,
        "Tiếng Bali"@vi,
        "Balinese"@yo .

<http://lexvo.org/id/iso639-3/ben> a lvont:Language,
        skos:Concept ;
    lvont:isFocusOf <http://id.loc.gov/vocabulary/iso639-2/ben> ;
    lvont:iso6392BCode "ben"^^xsd:string ;
    lvont:iso6392TCode "ben"^^xsd:string ;
    lvont:iso639P1Code "bn"^^xsd:string ;
    lvont:iso639P3PCode "ben"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-2/ben>,
        <http://www.glottolog.org/resource/languoid/id/beng1280> ;
    owl:sameAs <http://dbpedia.org/resource/Bengali_language>,
        <http://lexvo.org/id/iso639-1/bn>,
        <http://psi.oasis-open.org/iso/639/#ben>,
        <http://www.lingvoj.org/lang/bn>,
        <http://www.mpii.de/yago/resource/Bengali_language>,
        <info:lc/vocabulary/languages/ben> ;
    skos:altLabel "لغة بنغالية"@ar,
        "bengalín"@ast,
        "Бенгальская мова"@be,
        "Бенгалски език"@bg,
        "বাংলা ভাষা"@bn,
        "Banglaeg"@br,
        "bengalski"@bs,
        "Bengalí"@ca,
        "Bengálština"@cs,
        "Bengali; Bangla"@cy,
        "bengalsk"@da,
        "Bengalische Sprache"@de,
        "Μπενγκάλι γλώσσα"@el,
        "Bengali language"@en,
        "Bengala lingvo"@eo,
        "Idioma bengalí"@es,
        "Bengali keel"@et,
        "Bengalera"@eu,
        "زبان بنگالی"@fa,
        "Bengalin kieli"@fi,
        "Bengalskt mál"@fo,
        "Bengali"@fr,
        "Bengali"@gd,
        "Lingua bengalí"@gl,
        "બંગાળી ભાષા"@gu,
        "बांग्ला भाषा"@hi,
        "Bengalski jezik"@hr,
        "Bengáli nyelv"@hu,
        "Bahasa Bengali"@id,
        "Bengalska"@is,
        "Lingua bengalese"@it,
        "Bengalimiutut"@kl,
        "ಬಂಗಾಳಿ ಭಾಷೆ"@kn,
        "Bengalų kalba"@lt,
        "Bengāļu valoda"@lv,
        "Fiteny bengali"@mg,
        "Бенгалски јазик"@mk,
        "बंगाली भाषा"@mr,
        "बांग्ला भाषा"@ne,
        "Bengalees"@nl,
        "Bengali"@nn,
        "ବଙ୍ଗଳା ଭାଷା"@or,
        "Język bengalski"@pl,
        "Língua bengali"@pt,
        "Limba bengaleză"@ro,
        "Бенгальский язык"@ru,
        "Bengalgiella"@se,
        "Bengálčina"@sk,
        "Bengalščina"@sl,
        "Gjuha bengali"@sq,
        "Бенгалски језик"@sr,
        "Bengali"@sv,
        "வங்காள மொழி"@ta,
        "బంగ్లా భాష"@te,
        "Забони банголӣ"@tg,
        "ภาษาเบงกาลี"@th,
        "Бенгальська мова"@uk,
        "بنگالی"@ur,
        "Tiếng Bengali"@vi,
        "Èdè Bẹ̀ngálì"@yo ;
    skos:definition "Bengali (বাংলা Bangla ) is an eastern Indo-Aryan language. It is native to the region of eastern South Asia known as Bengal, which comprises present day Bangladesh, the Indian state of West Bengal (recently proposed to change it to new English name Paschimbanga ) , and parts of the Indian states of Tripura and Assam. It is written with the Bengali script. With nearly 300 million total speakers, ) in the world."@en ;
    skos:inScheme lexvo: ;
    skos:notation "ben"^^xsd:string ;
    skos:prefLabel "Benggali Barat"@ace,
        "Bengaals"@af,
        "Bɨ̀ŋgalì"@agq,
        "Bengali kasa"@ak,
        "ቤንጋሊኛ"@am,
        "Idioma bengalí"@an,
        "Bengalisc sprǣc"@ang,
        "البنغالية"@ar,
        "Kibangla"@asa,
        "Bengalí"@ast,
        "Benqal dili"@az,
        "Hɔp u bɛŋgàli"@bas,
        "Bengali"@bcl,
        "бенгальская"@be,
        "Бэнгальская мова"@be-tarask,
        "Ichi Bengali"@bem,
        "Hibangla"@bez,
        "бенгалски"@bg,
        "bɛngalikan"@bm,
        "বাংলা"@bn,
        "བྷང་ག་ལའི་སྐད།"@bo,
        "বাংলা ঠার"@bpy,
        "bengali"@br,
        "बंगला"@brx,
        "Bangla"@bs,
        "бенгласки"@bs-Cyrl,
        "በንጋሊኛ"@byn,
        "bengalí"@ca,
        "Orubengari"@cgg,
        "孟加拉文"@cmn,
        "孟加拉文"@cmn-Hant,
        "bengálština"@cs,
        "Bengaleg"@cy,
        "Bengali"@da,
        "Kibangla"@dav,
        "Bengalisch"@de,
        "Bengali senni"@dje,
        "ބެންގާލީ"@dv,
        "bengali"@dyo,
        "བངྒ་ལ་ཁ"@dz,
        "Kĩbangla"@ebu,
        "bengalgbe"@ee,
        "Μπενγκάλι"@el,
        "Bengali"@en,
        "bengala"@eo,
        "bengalí"@es,
        "bengali"@et,
        "bengalera"@eu,
        "Ǹkɔ́bɔ bɛngalí"@ewo,
        "بنگالی"@fa,
        "Bengali"@ff,
        "bengali"@fi,
        "Bengali"@fil,
        "bengaliskt"@fo,
        "bengali"@fr,
        "bengalês"@fur,
        "Beangáilis"@ga,
        "孟加拉語"@gan,
        "Bangla"@gd,
        "bengalí"@gl,
        "Bengalisch"@gsw,
        "બંગાળી"@gu,
        "Kibangla"@guz,
        "Bengali"@ha,
        "בנגלית"@he,
        "बँगाली"@hi,
        "Bengali bhasa"@hif,
        "bengalski"@hr,
        "Bengalšćina"@hsb,
        "bengáli"@hu,
        "Բենգալերեն"@hy,
        "bengali"@ia,
        "Bengali"@id,
        "Bengali"@ig,
        "Bengali linguo"@io,
        "bengalska"@is,
        "bengalese"@it,
        "ベンガル語"@ja,
        "Kyibangla"@jmc,
        "ბენგალური ენა"@ka,
        "Tabengalit"@kab,
        "Kibangla"@kam,
        "Бенгалыбзэ"@kbd,
        "Chibangla"@kde,
        "bengali"@kea,
        "Kibang'la"@kg,
        "Bengali senni"@khq,
        "Kibangla"@ki,
        "бенгал"@kk,
        "bengalimiutut"@kl,
        "kutitab Bengali"@kln,
        "បង់ក្លាដែស"@km,
        "ಬೆಂಗಾಲಿ"@kn,
        "बंगाली"@knn,
        "벵골어"@ko,
        "Бенгал тил"@krc,
        "بَنٛگٲلۍ"@ks,
        "Kibangla"@ksb,
        "ribɛngáli"@ksf,
        "Bängjaalesch"@ksh,
        "Bengalek"@kw,
        "бангладешче"@ky,
        "Lingua Bengalica"@la,
        "Kɨbangála"@lag,
        "Lubengali"@lg,
        "Lengua bengali"@lij,
        "Lengua bengalesa"@lmo,
        "libengali"@ln,
        "ເບັງການ"@lo,
        "bengalų"@lt,
        "Bengalu kalba"@lt-x,
        "Bengali"@lu,
        "Kibangla"@luo,
        "Kibangla"@luy,
        "bengāļu"@lv,
        "lnkʉtʉ́k ɔ́ɔ̄ lBengali"@mas,
        "Kĩbangira"@mer,
        "bengali"@mfe,
        "Bengali"@mg,
        "Ibangla"@mgh,
        "Reo Bengali"@mi,
        "бенгалски"@mk,
        "ബംഗാളി"@ml,
        "बंगाली"@mr,
        "Bahasa Bengali"@ms,
        "Bengali"@mt,
        "bengalia"@mua,
        "ဘင်္ဂါလီ"@my,
        "Bengaliǁî gowab"@naq,
        "bengali"@nb,
        "isi-Bhengali"@nd,
        "बंगाली"@ne,
        "बंगाली भाषा"@new,
        "Bengaals"@nl,
        "Kiɛl bengalia"@nmg,
        "bengali"@nn,
        "Bengali"@no,
        "Thok bängali"@nus,
        "Orubengari"@nyn,
        "Bengalin"@oc,
        "Afaan Baangladeshi"@om,
        "ବଙ୍ଗାଳୀ"@or,
        "Бенгайлаг æвзаг"@os,
        "ਬੰਗਾਲੀ"@pa,
        "bengalski"@pl,
        "Lenga bengali"@pms,
        "بنگالی"@pnb,
        "بنګالي"@ps,
        "bengali"@pt,
        "Banla simi"@qu,
        "bengal"@rm,
        "Ikibengali"@rn,
        "bengaleză"@ro,
        "Kibangla"@rof,
        "бенгальский"@ru,
        "Бенґальскый язык"@rue,
        "Ikibengali"@rw,
        "Kyibangla"@rwk,
        "वङ्ग भाषा"@sa,
        "Бенгаллыы"@sah,
        "Kibangla"@saq,
        "Ishibangila"@sbp,
        "Bengali leid"@sco,
        "bengalgiella"@se,
        "bengali"@seh,
        "Bengali senni"@ses,
        "Bengäli"@sg,
        "Bengalski jezik"@sh,
        "ⵜⴰⴱⵏⵖⴰⵍⵉⵜ"@shi,
        "tabnɣalit"@shi-Latn,
        "බෙංගාලි"@si,
        "bengálčina"@sk,
        "bengalščina"@sl,
        "chiBengali"@sn,
        "Bangaali"@so,
        "Bengalisht"@sq,
        "Бенгласки"@sr,
        "Bengalski"@sr-Latn,
        "Se-bengali"@st,
        "bengali"@sv,
        "Kibengali"@sw,
        "Kibangla"@swc,
        "Kibangla"@swh,
        "வங்காளம்"@ta,
        "బెంగాలీ"@te,
        "Kibangla"@teo,
        "Бенгалӣ"@tg,
        "เบงกาลี"@th,
        "በንጋሊኛ"@ti,
        "በንጋሊኛ"@tig,
        "Bengali"@tn,
        "lea fakapengila"@to,
        "Bengalce"@tr,
        "Бенгаль теле"@tt,
        "Bengali senni"@twq,
        "Tabinɣalit"@tzm,
        "بېنگال تىلى"@ug,
        "бенгальська"@uk,
        "بنگلہ"@ur,
        "ꗩꕭꔷ"@vai,
        "Bhɛŋgáli"@vai-Latn,
        "Tiếng Bengal"@vi,
        "Kyibangla"@vun,
        "Bengališ"@wae,
        "Binengali"@war,
        "Бенгалмудин келн"@xal,
        "Isi-Bengali"@xh,
        "Olubengali"@xog,
        "pengálɛ́ɛ"@yav,
        "בענגאליש"@yi,
        "Èdè Bengali"@yo,
        "孟加拉話"@yue,
        "孟加拉语"@zh,
        "Benggala"@zsm,
        "isi-Bengali"@zu .

<http://lexvo.org/id/iso639-3/bos> a lvont:Language,
        skos:Concept ;
    lvont:isFocusOf <http://id.loc.gov/vocabulary/iso639-2/bos> ;
    lvont:iso6392BCode "bos"^^xsd:string ;
    lvont:iso6392TCode "bos"^^xsd:string ;
    lvont:iso639P1Code "bs"^^xsd:string ;
    lvont:iso639P3PCode "bos"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-2/bos>,
        <http://www.glottolog.org/resource/languoid/id/bosn1245> ;
    owl:sameAs <http://dbpedia.org/resource/Bosnian_language>,
        <http://lexvo.org/id/iso639-1/bs>,
        <http://psi.oasis-open.org/iso/639/#bos>,
        <http://www.lingvoj.org/lang/bs>,
        <http://www.mpii.de/yago/resource/Bosnian_language>,
        <info:lc/vocabulary/languages/bos> ;
    skos:altLabel "لغة بوسنية"@ar,
        "Bosniu"@ast,
        "Bosniya dili"@az,
        "Баснійская мова"@be,
        "Бошняшки език"@bg,
        "Bosanski jezik"@bs,
        "Bosnià"@ca,
        "Bosenština"@cs,
        "Bosnische Sprache"@de,
        "Bosnian language"@en,
        "Bosnia lingvo"@eo,
        "Idioma bosnio"@es,
        "Bosniera"@eu,
        "زبان بوسنیایی"@fa,
        "Bosnian kieli"@fi,
        "bosniaque"@fr,
        "An Bhoisnis"@ga,
        "Lingua bosníaca"@gl,
        "Bošnjački jezik"@hr,
        "Bosnyák nyelv"@hu,
        "Բոսնիերեն"@hy,
        "Bahasa Bosnia"@id,
        "Lingua bosniaca"@it,
        "Боснақ тілі"@kk,
        "Bosnių kalba"@lt,
        "Bosniešu valoda"@lv,
        "Босански јазик"@mk,
        "बॉस्नियन भाषा"@mr,
        "Język bośniacki"@pl,
        "Língua bósnia"@pt,
        "Limba bosniacă"@ro,
        "Боснийский язык"@ru,
        "Bosniagiella"@se,
        "Bosniančina"@sk,
        "Bosanščina"@sl,
        "Gjuha boshnjake"@sq,
        "Бошњачки језик"@sr,
        "Bosniska"@sv,
        "போசாங்கி மொழி"@ta,
        "Забони бoсанскӣ"@tg,
        "Боснійська мова"@uk,
        "Tiếng Nam Tư"@vi ;
    skos:definition "Bosnian ( , Cyrillic: ) is a form of Serbo-Croatian, a South Slavic language, spoken by Bosniaks. As a standardized form of the Shtokavian dialect, it is one of the three official languages of Bosnia and Herzegovina. The same subdialect of Shtokavian is also the basis of standard Croatian, Serbian, and Montenegrin, so all are mutually intelligible. Up until the dissolution of former SFR Yugoslavia, they were treated as a unitary Serbo-Croatian language, and that term is still used to refer to the common base (vocabulary, grammar and syntax) of what are today officially four national standards. The Bosnian standard uses both Latin and Cyrillic alphabets. The first dictionary in the Bosnian language was printed in the early 17th century, while first dictionary in Serbian was printed in the early 19th century."@en ;
    skos:inScheme lexvo: ;
    skos:notation "bos"^^xsd:string ;
    skos:prefLabel "Bosnies"@af,
        "ቦስኒያንኛ"@am,
        "البوسنية"@ar,
        "bosniu"@ast,
        "bosniya dili"@az,
        "баснійская"@be,
        "Басьнійская мова"@be-tarask,
        "босненски"@bg,
        "বসনীয়"@bn,
        "bosneg"@br,
        "बोस्नियाई"@brx,
        "bosanski"@bs,
        "босански"@bs-Cyrl,
        "bosnià"@ca,
        "Pinulongang Bosniyo"@ceb,
        "波斯尼亚文"@cmn,
        "波士尼亞文"@cmn-Hant,
        "Lingua busniaca"@co,
        "bosenština"@cs,
        "Босньскъ ѩꙁꙑкъ"@cu,
        "Bosnieg"@cy,
        "bosnisk"@da,
        "Bosnisch"@de,
        "བྷོས་ནི་ཡཱན་ཁ"@dz,
        "bosniagbe"@ee,
        "Βοσνιακά"@el,
        "Bosnian"@en,
        "bosnia"@eo,
        "bosnio"@es,
        "bosnia"@et,
        "bosniera"@eu,
        "بوسنیایی"@fa,
        "bosnia"@fi,
        "Bosnian"@fil,
        "bosniskt"@fo,
        "Bosnien"@fr,
        "Bosnien"@frp,
        "bosniac"@fur,
        "Boisnis"@ga,
        "Bosnais"@gd,
        "bosnio"@gl,
        "Bosnisch"@gsw,
        "બોસ્નિયન"@gu,
        "Bosniyanci"@ha,
        "בוסנית"@he,
        "बोस्नियाई"@hi,
        "bosanski"@hr,
        "Bosnišćina"@hsb,
        "bosnyák"@hu,
        "Բոսներեն"@hy,
        "bosniaco"@ia,
        "Bosnia"@id,
        "bosníska"@is,
        "bosniaco"@it,
        "ボスニア語"@ja,
        "Basa Bosnia"@jv,
        "ბოსნიური"@ka,
        "bosniu"@kea,
        "босния"@kk,
        "បូស្នី"@km,
        "ಬೋಸ್ನಿಯನ್"@kn,
        "보스니아어"@ko,
        "بوسنِیَن"@ks,
        "Boßnesch"@ksh,
        "Zimanê bosnî"@ku,
        "Босняк кыв"@kv,
        "боснияча"@ky,
        "Lengua bosniaca"@lij,
        "ບຣອດນ້ຽນ"@lo,
        "bosnių"@lt,
        "Bousniu kalba"@lt-x,
        "bosniešu"@lv,
        "Босниень кяль"@mdf,
        "босански"@mk,
        "ബോസ്നിയൻ"@ml,
        "बोस्नियन"@mr,
        "Bahasa Bosnia"@ms,
        "Bosnijan"@mt,
        "ဘော့စ်နီးယား"@my,
        "bosnisk"@nb,
        "बोस्नियाली"@ne,
        "Bosnisch"@nl,
        "bosnisk"@nn,
        "Bosnisk"@no,
        "Bosnian"@oc,
        "Afaan Bosniyaa"@om,
        "କାଟଲାନ୍"@or,
        "босниаг"@os,
        "bośniacki"@pl,
        "Lenga bosnian-a"@pms,
        "بوسنیائی"@pnb,
        "بوسني"@ps,
        "bósnio"@pt,
        "Busna simi"@qu,
        "bosniac"@rm,
        "bosniacă"@ro,
        "боснийский"@ru,
        "Inyebosiniya"@rw,
        "Босныйалыы"@sah,
        "Bosnie leid"@sco,
        "bosniagiella"@se,
        "Bosanski jezik"@sh,
        "බොස්නියානු"@si,
        "bosniačtina"@sk,
        "bosanščina"@sl,
        "Gagana Bosnia"@sm,
        "Boosniya"@so,
        "Boshnjakisht"@sq,
        "Босански"@sr,
        "Bosanski"@sr-Latn,
        "Se-bosnia"@st,
        "bosniska"@sv,
        "Kibosnia"@swh,
        "போஸ்னியன்"@ta,
        "బాస్నియన్"@te,
        "Босниягӣ"@tg,
        "บอสเนีย"@th,
        "ቦስኒያን"@ti,
        "Wikang Bosniyo"@tl,
        "SeBosnia"@tn,
        "lea fakaposinia"@to,
        "Boşnakça"@tr,
        "بوسنىيە تىلى"@ug,
        "боснійська"@uk,
        "بوسنی"@ur,
        "Tiếng Bosnia"@vi,
        "Bosniš"@wae,
        "Isi-Bosnia"@xh,
        "Èdè Bosnia"@yo,
        "波斯尼亚语"@zh,
        "Bosnia"@zsm,
        "isi-Bosnian"@zu .

<http://lexvo.org/id/iso639-3/cha> a lvont:Language,
        skos:Concept ;
    lvont:isFocusOf <http://id.loc.gov/vocabulary/iso639-2/cha> ;
    lvont:iso6392BCode "cha"^^xsd:string ;
    lvont:iso6392TCode "cha"^^xsd:string ;
    lvont:iso639P1Code "ch"^^xsd:string ;
    lvont:iso639P3PCode "cha"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-2/cha>,
        <http://www.glottolog.org/resource/languoid/id/cham1312> ;
    owl:sameAs <http://dbpedia.org/resource/Chamorro_language>,
        <http://lexvo.org/id/iso639-1/ch>,
        <http://psi.oasis-open.org/iso/639/#cha>,
        <http://www.lingvoj.org/lang/ch>,
        <http://www.mpii.de/yago/resource/Chamorro_language>,
        <info:lc/vocabulary/languages/cha> ;
    skos:altLabel "çamoro dili"@az,
        "চামোরো"@bn,
        "Tchamoroueg"@br,
        "Chamorro"@ca,
        "Chamorro"@cs,
        "Chamorro-Sprache"@de,
        "Chamorro language"@en,
        "Idioma chamorro"@es,
        "Tšamorro keel"@et,
        "Tšamorron kieli"@fi,
        "Chamorro"@fr,
        "Chamorro jezik"@hr,
        "Bahasa Chamorro"@id,
        "Lingua chamorro"@it,
        "Čamorų kalba"@lt,
        "Čamorru valoda"@lv,
        "Język czamorro"@pl,
        "Língua chamorro"@pt,
        "Чаморро"@ru,
        "Чаморо језик"@sr,
        "Chamorro"@sv,
        "சமோரோ மொழி"@ta,
        "Чаморро"@uk ;
    skos:definition "Chamorro (Chamorro: Fino' Chamoru or simply Chamoru) is a Malayo-Polynesian (Austronesian) language, spoken on the Mariana Islands (Guam, Rota, Tinian, and Saipan) by about 47,000 people (about 35,000 people on Guam and about 12,000 in the N. Marianas)."@en ;
    skos:inScheme lexvo: ;
    skos:notation "cha"^^xsd:string ;
    skos:prefLabel "التشامورو"@ar,
        "Çamorro"@az,
        "чаморо"@bg,
        "চামেরো"@bn,
        "chamorru"@br,
        "चामोरो"@brx,
        "čamoro"@bs,
        "чаморо"@bs-Cyrl,
        "chamorro"@ca,
        "Fino' Chamoru"@ch,
        "查莫罗文"@cmn,
        "查莫洛文"@cmn-Hant,
        "čamoro"@cs,
        "Tsiamorro"@cy,
        "chamorro"@da,
        "Chamorro"@de,
        "kamorrogbe"@ee,
        "Καμόρρο"@el,
        "Chamorro"@en,
        "Ĉamora lingvo"@eo,
        "chamorro"@es,
        "tšamorro"@et,
        "Chamorro"@eu,
        "چامورویی"@fa,
        "tšamorro"@fi,
        "chamorro"@fr,
        "chamorro"@fur,
        "Lingua chamorra"@gl,
        "Chamorro"@gsw,
        "કેમોરો"@gu,
        "צ'מורו"@he,
        "कमोरो"@hi,
        "chamorro"@hr,
        "csamoró"@hu,
        "Chamorro"@id,
        "kamorró"@is,
        "chamorro"@it,
        "チャモロ語"@ja,
        "ჩამორო"@ka,
        "ಕಮೊರೊ"@kn,
        "차모로어"@ko,
        "کَمورو"@ks,
        "Lengua Chamorro"@lij,
        "ຊາມໍໂຣ"@lo,
        "čamorų"@lt,
        "čamorru"@lv,
        "чаморо"@mk,
        "കമോറോ"@ml,
        "कॅमोरो"@mr,
        "Bahasa Chamorro"@ms,
        "Ċamorro"@mt,
        "Chamoru"@nan,
        "chamorro"@nb,
        "Chamorro"@nl,
        "chamorro"@nn,
        "Chamorro"@no,
        "ଚାମୋରୋ"@or,
        "chamorro"@pl,
        "Lenga Chamorro"@pms,
        "chamorro"@pt,
        "chamorro"@rm,
        "chamorro"@ro,
        "чаморро"@ru,
        "Chamorro jezik"@sh,
        "čamorčina"@sk,
        "čamorščina"@sl,
        "Gagana Chamorro"@sm,
        "Чаморо"@sr,
        "Čamoro"@sr-Latn,
        "chamorro"@sv,
        "சாமோரோ"@ta,
        "చమర్రో"@te,
        "ชามอร์โร"@th,
        "lea fakakamolo"@to,
        "Chamorro"@tr,
        "чаморро"@uk,
        "Tiếng Chamorro"@vi,
        "Èdè Tsàmórò"@yo,
        "查莫罗语"@zh .

<http://lexvo.org/id/iso639-3/chu> a lvont:Language,
        skos:Concept ;
    lvont:isFocusOf <http://id.loc.gov/vocabulary/iso639-2/chu> ;
    lvont:iso6392BCode "chu"^^xsd:string ;
    lvont:iso6392TCode "chu"^^xsd:string ;
    lvont:iso639P1Code "cu"^^xsd:string ;
    lvont:iso639P3PCode "chu"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-2/chu> ;
    owl:sameAs <http://dbpedia.org/resource/Old_Church_Slavonic>,
        <http://lexvo.org/id/iso639-1/cu>,
        <http://lexvo.org/id/wordnet/30/noun/old_church_slavonic_1_10_00>,
        <http://psi.oasis-open.org/iso/639/#chu>,
        <http://www.lingvoj.org/lang/cu>,
        <http://www.mpii.de/yago/resource/Old_Church_Slavonic>,
        <info:lc/vocabulary/languages/chu> ;
    skos:altLabel "Ou Kerkslawies"@af,
        "Старобългарски език"@bg,
        "চার্চ স্লাভিক"@bn,
        "Staroslavenski jezik"@bs,
        "eslau eclesiàstic"@ca,
        "Staroslověnština"@cs,
        "Hen Slafoneg Eglwysig"@cy,
        "Oldkirkeslavisk"@da,
        "Altkirchenslawische Sprache"@de,
        "Αρχαία εκκλησιαστική σλαβονική γλώσσα"@el,
        "Bulgarian, Old"@en,
        "Church Slavic"@en,
        "Church Slavonic"@en,
        "Old Bulgarian"@en,
        "Old Church Slavonic"@en,
        "Slavic, Church"@en,
        "Slavonic, Church"@en,
        "Slavonic, Old"@en,
        "Slavonic, Old Church"@en,
        "Antiguo eslavo eclesiástico"@es,
        "Muinaiskirkkoslaavi"@fi,
        "slavon d'église"@fr,
        "slavon d’église"@fr,
        "Staroslavenski jezik"@hr,
        "Óegyházi szláv nyelv"@hu,
        "Bahasa Gereja Slavonia Lama"@id,
        "Antico slavo ecclesiastico"@it,
        "古代教会スラヴ語"@ja,
        "ძველი სლავური ენა"@ka,
        "Senoji bažnytinė slavų kalba"@lt,
        "Baznīcslāvu valoda"@lv,
        "Старословенски јазик"@mk,
        "Oudkerkslavisch"@nl,
        "Język staro-cerkiewno-słowiański"@pl,
        "Antigo eslavo eclesiástico"@pt,
        "Старославянский язык"@ru,
        "cirkevná slovančina"@sk,
        "Stara cerkvena slovanščina"@sl,
        "Старословенски језик"@sr,
        "Fornkyrkoslaviska"@sv,
        "பண்டைய மசிதோனிய மொழி"@ta,
        "ภาษาโบสถ์สลาโวนิกโบราณ"@th,
        "Староцерковнослов'янська мова"@uk ;
    skos:definition "Old Church Slavonic or Old Church Slavic (OCS) (, slověnĭskŭ językŭ) was the first literary Slavic language, developed by the 9th century Byzantine Greek missionaries Saints Cyril and Methodius who were credited with standardizing the language and using it for translating the Bible and other Ancient Greek ecclesiastical texts as part of the Christianisation of the Slavic peoples. It played an important role in the history of the Slavic languages and served as a basis and model for later Church Slavonic traditions, and some Eastern Orthodox and Eastern Catholic churches use Church Slavonic as a liturgical language to this day."@en ;
    skos:inScheme lexvo: ;
    skos:notation "chu"^^xsd:string ;
    skos:prefLabel "Kerkslawies"@af,
        "سلافية كنسية"@ar,
        "kilsə slav dili"@az,
        "Иҫке славян теле"@ba,
        "църковно славянски"@bg,
        "চার্চ স্লাভিও"@bn,
        "slavoneg iliz"@br,
        "चर्च स्लाविक्"@brx,
        "staroslovenski"@bs,
        "старословенски"@bs-Cyrl,
        "Antic eslau"@ca,
        "宗教斯拉夫文"@cmn,
        "宗教斯拉夫文"@cmn-Hant,
        "staroslověnština"@cs,
        "Словѣньскъ ѩꙁꙑкъ"@cu,
        "Ватă славян чĕлхи"@cv,
        "Hen Slafoneg"@cy,
        "kirkeslavisk"@da,
        "Kirchenslawisch"@de,
        "Staro-cerkwjejno-słowjańska rěc"@dsb,
        "Εκκλησιαστικά Σλαβικά"@el,
        "Old Slavonic"@en,
        "Malnovslava lingvo"@eo,
        "eslavo eclesiástico"@es,
        "kirikuslaavi"@et,
        "اسلاوی کلیسایی"@fa,
        "kirkkoslaavi"@fi,
        "Vieux-slave"@fr,
        "sclâf de glesie"@fur,
        "Slavais na hEaglaise"@ga,
        "eslavo eclesiástico"@gl,
        "Chileslawisch"@gsw,
        "ચર્ચ સ્લાવિક"@gu,
        "סלאבית כנסייתית עתיקה"@he,
        "चर्च साल्विक"@hi,
        "crkvenoslavenski"@hr,
        "egyházi szláv"@hu,
        "Bahasa Gereja Slavonia"@id,
        "kirkjuslavneska"@is,
        "slavo della Chiesa"@it,
        "教会スラブ語"@ja,
        "საეკლესიო სლავური"@ka,
        "Шіркеу славян тілі"@kk,
        "ಚರ್ಚ್ ಸ್ಲಾವಿಕ್"@kn,
        "교회 슬라브어"@ko,
        "چٔرچ سلاوِک"@ks,
        "Важ славян кыв"@kv,
        "Lingua Slavonica antiqua"@la,
        "Alslawesch Sprooch"@lb,
        "ໂບດສລາວິກ"@lo,
        "bažnytinė slavų"@lt,
        "baznīcslāvu"@lv,
        "црковнословенски"@mk,
        "ചർച്ച് സ്ലാവിക്"@ml,
        "चर्च स्लाव्हिक"@mr,
        "Slaviku tal-Knisja"@mt,
        "kirkeslavisk"@nb,
        "Kerkslavisch"@nl,
        "kyrkjeslavisk"@nn,
        "Gammelkirkeslavisk"@no,
        "Eslavon"@oc,
        "ଚର୍ଚ୍ଚ ସ୍ଲାଭିକ୍"@or,
        "staro-cerkiewno-słowiański"@pl,
        "Lenga antich slav ëd Gesia"@pms,
        "eslavo eclesiástico"@pt,
        "slav da baselgia"@rm,
        "slavonă"@ro,
        "церковнославянский"@ru,
        "Старославяньскый язык"@rue,
        "Staroslavenski jezik"@sh,
        "Staroslovienčina"@sk,
        "stara cerkvena slovanščina"@sl,
        "Старословенски"@sr,
        "Staroslovenski"@sr-Latn,
        "kyrkslaviska"@sv,
        "சர்ச் ஸ்லாவிக்"@ta,
        "చర్చ స్లావిక్"@te,
        "เชอร์ชสลาวิก"@th,
        "Kilise Slavcası"@tr,
        "церковнослов’янська"@uk,
        "Tiếng Slavơ Nhà thờ"@vi,
        "古教會斯拉夫語"@zh .

<http://lexvo.org/id/iso639-3/chv> a lvont:Language,
        skos:Concept ;
    lvont:isFocusOf <http://id.loc.gov/vocabulary/iso639-2/chv> ;
    lvont:iso6392BCode "chv"^^xsd:string ;
    lvont:iso6392TCode "chv"^^xsd:string ;
    lvont:iso639P1Code "cv"^^xsd:string ;
    lvont:iso639P3PCode "chv"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-2/chv>,
        <http://www.glottolog.org/resource/languoid/id/chuv1255> ;
    owl:sameAs <http://dbpedia.org/resource/Chuvash_language>,
        <http://lexvo.org/id/iso639-1/cv>,
        <http://psi.oasis-open.org/iso/639/#chv>,
        <http://www.lingvoj.org/lang/cv>,
        <http://www.mpii.de/yago/resource/Chuvash_language>,
        <info:lc/vocabulary/languages/chv> ;
    skos:altLabel "Çuvaş dili"@az,
        "Чувашки език"@bg,
        "Tchouvacheg"@br,
        "Txuvaix"@ca,
        "Čuvaština"@cs,
        "Tschuwaschische Sprache"@de,
        "Chuvash language"@en,
        "Idioma chuvasio"@es,
        "Tšuvaši keel"@et,
        "زبان چوواشی"@fa,
        "Tšuvassin kieli"@fi,
        "Tchouvache"@fr,
        "An tSuvaisis"@ga,
        "צ'ובשית"@he,
        "चुवाश भाषा"@hi,
        "Čuvaški jezik"@hr,
        "Csuvas nyelv"@hu,
        "Bahasa Chuvash"@id,
        "Lingua ciuvascia"@it,
        "Čiuvašų kalba"@lt,
        "Čuvašu valoda"@lv,
        "Чувашки јазик"@mk,
        "Tsjuvasjisk"@nn,
        "Język czuwaski"@pl,
        "Língua tchuvache"@pt,
        "Limba ciuvașă"@ro,
        "Чувашский язык"@ru,
        "Чувашки језик"@sr,
        "Tjuvasjiska"@sv,
        "சுவாசு மொழி"@ta,
        "ภาษาชูวัช"@th,
        "Чуваська мова"@uk ;
    skos:definition "Chuvash (; ) is a Turkic language spoken in central Russia, primarily in the Chuvash Republic and adjacent areas. It is the only surviving member of the Oghur branch of Turkic languages."@en ;
    skos:inScheme lexvo: ;
    skos:notation "chv"^^xsd:string ;
    skos:prefLabel "التشفاش"@ar,
        "çuvaş dili"@az,
        "Сыуаш теле"@ba,
        "чувашская"@be,
        "Чуваская мова"@be-tarask,
        "чувашки"@bg,
        "চুবাস"@bn,
        "tchouvatch"@br,
        "चुवाश्"@brx,
        "čuvaški"@bs,
        "чувашки"@bs-Cyrl,
        "txuvaix"@ca,
        "楚瓦什文"@cmn,
        "楚瓦什文"@cmn-Hant,
        "Çuvaş tili"@crh,
        "čuvaština"@cs,
        "Чьвашьскъ ѩꙁꙑкъ"@cu,
        "Чăваш чĕлхи"@cv,
        "chuvash"@da,
        "Tschuwaschisch"@de,
        "Χουβάς"@el,
        "Chuvash"@en,
        "Ĉuvaŝa lingvo"@eo,
        "chuvash"@es,
        "tšuvaši"@et,
        "چوواشی"@fa,
        "tšuvassi"@fi,
        "tchouvache"@fr,
        "Suvaisis"@ga,
        "Çuvaş dili"@gag,
        "Tschuwaschisch"@gsw,
        "Tschuwaschische Sprache"@gsw-FR,
        "ચૂવાશ"@gu,
        "צ'ובאש"@he,
        "चूवाश"@hi,
        "chuvash"@hr,
        "csuvas"@hu,
        "Chuvash"@id,
        "sjúvas"@is,
        "chuvash"@it,
        "チュヴァシ語"@ja,
        "ჩუვაშური ენა"@ka,
        "Шуаш тілі"@kk,
        "ಚುವಾಶ್"@kn,
        "추바시어"@ko,
        "Чуваш кыв"@koi,
        "چُواش"@ks,
        "Чуваш кыв"@kv,
        "Чуваш тили"@ky,
        "ຊູວາຊ"@lo,
        "čiuvašų"@lt,
        "Čiovašu kalba"@lt-x,
        "čuvašu"@lv,
        "чувашки"@mk,
        "ചുവാഷ്"@ml,
        "चूवाश"@mr,
        "Bahasa Chuvash"@ms,
        "Ċuvax"@mt,
        "Ветькень кель"@myv,
        "tsjuvansk"@nb,
        "Tschuwasch’sche Spraak"@nds,
        "चुवाश भाषा"@new,
        "Tsjoevasjisch"@nl,
        "tsjuvansk"@nn,
        "Tsjuvasjisk"@no,
        "ଚୁଭାଶ୍"@or,
        "чувашаг"@os,
        "czuwaski"@pl,
        "Lenga chuvash"@pms,
        "شواش"@pnb,
        "chuvash"@pt,
        "Chuwash simi"@qu,
        "tschuvasch"@rm,
        "ciuvașă"@ro,
        "чувашский"@ru,
        "Igicuvashi"@rw,
        "Чуваш тыла"@sah,
        "Lingua ciuvascia"@scn,
        "čuvaština"@sk,
        "čuvaščina"@sl,
        "Чувашки"@sr,
        "Čuvaški"@sr-Latn,
        "tjuvasjiska"@sv,
        "சுவாஷ்"@ta,
        "చువాష్"@te,
        "ชูวัช"@th,
        "Çuwaş dili"@tk,
        "Çuvaşça"@tr,
        "Çuaş tele"@tt,
        "Чуваш кыл"@udm,
        "چۇۋاش تىلى"@ug,
        "чуваська"@uk,
        "Tiếng Chuvash"@vi,
        "楚瓦什語"@zh .

<http://lexvo.org/id/iso639-3/csb> a lvont:Language,
        skos:Concept ;
    lvont:isFocusOf <http://id.loc.gov/vocabulary/iso639-2/csb> ;
    lvont:iso6392BCode "csb"^^xsd:string ;
    lvont:iso6392TCode "csb"^^xsd:string ;
    lvont:iso639P3PCode "csb"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-2/csb>,
        <http://www.glottolog.org/resource/languoid/id/kash1274> ;
    owl:sameAs <http://dbpedia.org/resource/Kashubian_language>,
        <http://psi.oasis-open.org/iso/639/#csb>,
        <http://www.lingvoj.org/lang/csb>,
        <http://www.mpii.de/yago/resource/Kashubian_language>,
        <info:lc/vocabulary/languages/csb> ;
    skos:altLabel "لغة الكاشوبية"@ar,
        "Кашубски език"@bg,
        "Kachoubeg"@br,
        "Caixubi"@ca,
        "Kašubština"@cs,
        "Kasjubisk"@da,
        "Kaschubische Sprache"@de,
        "Κασουμπιανή γλώσσα"@el,
        "Kashubian language"@en,
        "Idioma casubio"@es,
        "Kašuubi keel"@et,
        "زبان کاشوبی"@fa,
        "Kašubi"@fi,
        "Cachoube"@fr,
        "Kašupski jezik"@hr,
        "Kasub nyelv"@hu,
        "Bahasa Kasubia"@id,
        "Kassúbíska"@is,
        "Lingua casciuba"@it,
        "카슈비아어"@ko,
        "Kašubų kalba"@lt,
        "Kašūbu valoda"@lv,
        "Кашупски јазик"@mk,
        "Język kaszubski"@pl,
        "Língua cassúbia"@pt,
        "Limba cașubiană"@ro,
        "Кашубский язык"@ru,
        "Kašubčina"@sk,
        "Kašubščina"@sl,
        "Кашупски језик"@sr,
        "Kasjubiska"@sv,
        "கசுபிய மொழி"@ta,
        "Кашубська мова"@uk ;
    skos:definition "Kashubian or Cassubian (Kashubian: kaszëbsczi jãzëk, pòmòrsczi jãzëk, kaszëbskò-słowińskô mòwa; ) is one of the Lechitic languages, a subgroup of the Slavic languages."@en ;
    skos:inScheme lexvo: ;
    skos:notation "csb"^^xsd:string ;
    skos:prefLabel "Kasjoebies"@af,
        "ካሹብኛ"@am,
        "Idioma caixubio"@an,
        "الكاشبايان"@ar,
        "Cachubu"@ast,
        "kaşubyan dili"@az,
        "Кашубская мова"@be,
        "Кашубская мова"@be-tarask,
        "кашубски"@bg,
        "কাশুবিয়ান"@bn,
        "kachoubeg"@br,
        "काशुबियान्"@brx,
        "kašubijanski"@bs,
        "кашубијански"@bs-Cyrl,
        "caixubi"@ca,
        "卡舒文"@cmn,
        "卡舒布文"@cmn-Hant,
        "Kaşub tili"@crh,
        "kašubština"@cs,
        "Kaszëbsczi jãzëk"@csb,
        "Кашоубьскъ ѩꙁꙑкъ"@cu,
        "Кашуб чĕлхи"@cv,
        "kasjubisk"@da,
        "Kaschubisch"@de,
        "Kašubska rěc"@dsb,
        "Κασούμπιαν"@el,
        "Kashubian"@en,
        "Kaŝuba lingvo"@eo,
        "casubio"@es,
        "kašuubi"@et,
        "Kaxubiera"@eu,
        "کاشوبی"@fa,
        "kašubi"@fi,
        "kachoube"@fr,
        "Lingua caxubia"@gl,
        "Kaschubisch"@gsw,
        "કાશુબિયન"@gu,
        "קשוביאן"@he,
        "काशुबियन"@hi,
        "kašupski"@hr,
        "Kašubšćina"@hsb,
        "kasub"@hu,
        "Kashubia"@id,
        "kasúbíska"@is,
        "kashubian"@it,
        "カシューブ語"@ja,
        "კაშუბური ენა"@ka,
        "Kasjubiskisut"@kl,
        "ಕಶುಬಿಯನ್"@kn,
        "카슈브어"@ko,
        "کَشوٗبِیَن"@ks,
        "Zimanê keşûbî"@ku,
        "Кашуб кыв"@kv,
        "Lingua Cassubica"@la,
        "Lingua kashubya"@lad,
        "Kasjoebisch"@li,
        "Lengua casciuba"@lij,
        "ກາຊູບຽນ"@lo,
        "kašubų"@lt,
        "Kašobu kalba"@lt-x,
        "kašubu"@lv,
        "Кашуб йылме"@mhr,
        "кашубиски"@mk,
        "കാഷുബിയാൻ"@ml,
        "काशुबियन"@mr,
        "Kashubian"@mt,
        "Lengua casciuba"@nap,
        "kasjubisk"@nb,
        "Kaschuubsch"@nds,
        "Kasjoebisch"@nl,
        "kasjubisk"@nn,
        "Kasjubisk"@no,
        "Cashob"@oc,
        "କାଶୁବିଆନ୍"@or,
        "kaszubski"@pl,
        "Lenga Kashubian"@pms,
        "کشوبیاں"@pnb,
        "kashubian"@pt,
        "kaschubic"@rm,
        "cașubiană"@ro,
        "кашубианский"@ru,
        "Lincua kasciubbiana"@scn,
        "kašubčina"@sk,
        "kašubščina"@sl,
        "Кашубијански"@sr,
        "Kašubijanski"@sr-Latn,
        "Kaschubiske Sproake"@stq,
        "kasjubiska"@sv,
        "Kaszubsko godka"@szl,
        "கஷுபியன்"@ta,
        "కషుబియన్"@te,
        "คาซูเบียน"@th,
        "Kashubian"@tr,
        "кашубська"@uk,
        "Tiếng Kashubia"@vi,
        "Kassuubi kiil"@vro,
        "קאשוביש"@yi,
        "卡舒比语"@zh .

<http://lexvo.org/id/iso639-3/est> a lvont:Language,
        skos:Concept ;
    lvont:isFocusOf <http://id.loc.gov/vocabulary/iso639-2/est> ;
    lvont:iso6392BCode "est"^^xsd:string ;
    lvont:iso6392TCode "est"^^xsd:string ;
    lvont:iso639P1Code "et"^^xsd:string ;
    lvont:iso639P3PCode "est"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-2/est>,
        <http://www.glottolog.org/resource/languoid/id/esto1258> ;
    owl:sameAs <http://dbpedia.org/resource/Estonian_language>,
        <http://lexvo.org/id/iso639-1/et>,
        <http://psi.oasis-open.org/iso/639/#est>,
        <http://www.lingvoj.org/lang/et>,
        <http://www.mpii.de/yago/resource/Estonian_language>,
        <info:lc/vocabulary/languages/est> ;
    skos:altLabel "لغة إستونية"@ar,
        "Eston dili"@az,
        "Эстонская мова"@be,
        "Естонски език"@bg,
        "এস্তোনীয় ভাষা"@bn,
        "Estoneg"@br,
        "Estonski jezik"@bs,
        "Estonià"@ca,
        "Estonština"@cs,
        "Estisk"@da,
        "Estnische Sprache"@de,
        "Εσθονική γλώσσα"@el,
        "Estonian language"@en,
        "Estona lingvo"@eo,
        "Idioma estonio"@es,
        "Eesti keel"@et,
        "Estoniera"@eu,
        "زبان استونیایی"@fa,
        "Viron kieli"@fi,
        "Estonien"@fr,
        "An Eastóinis"@ga,
        "Lingua estoniana"@gl,
        "एस्टोनियाई भाषा"@hi,
        "Estonski jezik"@hr,
        "Észt nyelv"@hu,
        "Bahasa Esti"@id,
        "Eistneska"@is,
        "Lingua estone"@it,
        "ესტონური ენა"@ka,
        "Estlandimiutut"@kl,
        "ភាសាអេស្តូនី"@km,
        "Estų kalba"@lt,
        "Igauņu valoda"@lv,
        "Естонски јазик"@mk,
        "एस्टोनियन भाषा"@mr,
        "Estlands"@nl,
        "Estisk"@nn,
        "Эстойнаг æвзаг"@os,
        "Język estoński"@pl,
        "Língua estónia"@pt,
        "estoniano"@pt,
        "Limba estonă"@ro,
        "Эстонский язык"@ru,
        "Esttegiella"@se,
        "Estónčina"@sk,
        "Estonščina"@sl,
        "Gjuha estoneze"@sq,
        "Естонски језик"@sr,
        "Estniska"@sv,
        "எசுத்தோனிய மொழி"@ta,
        "Забони эстонӣ"@tg,
        "ภาษาเอสโตเนีย"@th,
        "Естонська мова"@uk,
        "Tiếng E-xtô-ni-a"@vi ;
    skos:definition "Estonian (eesti keel; ) is the official language of Estonia, spoken by about 1.1 million people in Estonia and tens of thousands in various émigré communities. It is a Uralic language and is closely related to Finnish."@en ;
    skos:inScheme lexvo: ;
    skos:notation "est"^^xsd:string ;
    skos:prefLabel "Estnies"@af,
        "ኢስቶኒያንኛ"@am,
        "Idioma estón"@an,
        "الإستونية"@ar,
        "estoniu"@ast,
        "estonca"@az,
        "Эстон теле"@ba,
        "эстонская"@be,
        "Эстонская мова"@be-tarask,
        "естонски"@bg,
        "এস্তোনীয়"@bn,
        "estoneg"@br,
        "ऐस्टोनियन्"@brx,
        "estonski"@bs,
        "естонски"@bs-Cyrl,
        "ኤስቶኒአን"@byn,
        "estonià"@ca,
        "Éstonhoyn mott"@ce,
        "Pinulongang Estonyo"@ceb,
        "爱沙尼亚文"@cmn,
        "愛沙尼亞文"@cmn-Hant,
        "estonština"@cs,
        "Эстон чĕлхи"@cv,
        "Estoneg"@cy,
        "estisk"@da,
        "Estnisch"@de,
        "Estnišćina"@dsb,
        "ཨེས་ཊོ་ནི་ཡཱན་ཁ"@dz,
        "estoniagbe"@ee,
        "Εσθονικά"@el,
        "Estonian"@en,
        "𐐀𐑅𐐻𐐬𐑌𐐨𐐲𐑌"@en-Dsrt,
        "estona"@eo,
        "estonio"@es,
        "eesti"@et,
        "estoniera"@eu,
        "Luenga estónia"@ext,
        "استونیایی"@fa,
        "viro"@fi,
        "Estonian"@fil,
        "estlendskt"@fo,
        "estonien"@fr,
        "eston"@fur,
        "Estlânsk"@fy,
        "Eastóinis"@ga,
        "Estonais"@gd,
        "estoniano"@gl,
        "Eestnisch"@gsw,
        "Estnische Sprache"@gsw-FR,
        "એસ્ટોનિયન"@gu,
        "Estoinish"@gv,
        "Istoniyanci"@ha,
        "אסטונית"@he,
        "ऐस्तोनियन्"@hi,
        "estonijski"@hr,
        "Estišćina"@hsb,
        "észt"@hu,
        "Էստոներեն"@hy,
        "estoniano"@ia,
        "Estonia"@id,
        "Estoniana linguo"@io,
        "eistneska"@is,
        "estone"@it,
        "エストニア語"@ja,
        "ესტონური"@ka,
        "Tisṭunit"@kab,
        "stonianu"@kea,
        "эстон"@kk,
        "estlandimiutut"@kl,
        "អេស្តូនី"@km,
        "ಎಸ್ಟೊನಿಯನ್"@kn,
        "इस्टोनियन्"@knn,
        "에스토니아어"@ko,
        "Эст кыв"@koi,
        "Эстон тил"@krc,
        "ایٚسٹونیَن"@ks,
        "Äßnesch"@ksh,
        "Zimanê estonî"@ku,
        "Эст кыв"@kv,
        "Estonek"@kw,
        "эстончо"@ky,
        "Lingua Estonica"@la,
        "Estisch"@li,
        "Estun"@lmo,
        "ເອສໂຕນີ"@lo,
        "estų"@lt,
        "Estu kalba"@lt-x,
        "igauņu"@lv,
        "Эстинь кяль"@mdf,
        "Эстон йылме"@mhr,
        "естонски"@mk,
        "എസ്റ്റോണിയൻ"@ml,
        "इस्टोनियन"@mr,
        "Bahasa Estonia"@ms,
        "Estonjan"@mt,
        "အက်စ်တိုးနီးရန်း"@my,
        "Эстэнь кель"@myv,
        "estisk"@nb,
        "Eestnisch"@nds,
        "इस्टोनियाली"@ne,
        "एस्तोनियन भाषा"@new,
        "Estisch"@nl,
        "estisk"@nn,
        "Estisk"@no,
        "Afaan Istooniya"@om,
        "ଏସ୍ତୋନିଆନ୍"@or,
        "естойнаг"@os,
        "estoński"@pl,
        "Lenga Estonian"@pms,
        "اسٹونی"@pnb,
        "حبشي"@ps,
        "estónio"@pt,
        "Istunya simi"@qu,
        "eston"@rm,
        "estoniană"@ro,
        "эстонский"@ru,
        "Icyesitoniya"@rw,
        "Эстиэнийэлии"@sah,
        "Estonian leid"@sco,
        "esttegiella"@se,
        "Estonski jezik"@sh,
        "එස්තෝනියානු"@si,
        "estónčina"@sk,
        "estonščina"@sl,
        "Istooniyaan"@so,
        "Estonisht"@sq,
        "Естонски"@sr,
        "Estonski"@sr-Latn,
        "Se-estonia"@st,
        "estniska"@sv,
        "Kiestonia"@swh,
        "எஸ்டோனியன்"@ta,
        "ఈస్టొనియన్"@te,
        "Эстонӣ"@tg,
        "เอสโตเนีย"@th,
        "ኤስቶኒአን"@ti,
        "ኤስቶኒአን"@tig,
        "Estonian"@tn,
        "lea fakaʻesitōnia"@to,
        "Estonca"@tr,
        "hi xi Estonia"@ts,
        "Эстон теле"@tt,
        "Эстон кыл"@udm,
        "ئېستون تىلى"@ug,
        "естонська"@uk,
        "اسٹونین"@ur,
        "Lengua estona"@vec,
        "Tiếng Estonia"@vi,
        "Eesti kiil"@vro,
        "Estniš"@wae,
        "Isi-Estonian"@xh,
        "Èdè Estonia"@yo,
        "爱沙尼亚语"@zh,
        "Estonia"@zsm,
        "isi-Estonia"@zu .

<http://lexvo.org/id/iso639-3/fij> a lvont:Language,
        skos:Concept ;
    lvont:isFocusOf <http://id.loc.gov/vocabulary/iso639-2/fij> ;
    lvont:iso6392BCode "fij"^^xsd:string ;
    lvont:iso6392TCode "fij"^^xsd:string ;
    lvont:iso639P1Code "fj"^^xsd:string ;
    lvont:iso639P3PCode "fij"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-2/fij>,
        <http://www.glottolog.org/resource/languoid/id/fiji1243> ;
    owl:sameAs <http://dbpedia.org/resource/Fijian_language>,
        <http://lexvo.org/id/iso639-1/fj>,
        <http://psi.oasis-open.org/iso/639/#fij>,
        <http://www.lingvoj.org/lang/fj>,
        <http://www.mpii.de/yago/resource/Fijian_language>,
        <info:lc/vocabulary/languages/fij> ;
    skos:altLabel "لغة فيجية"@ar,
        "Фиджийски език"@bg,
        "Fidžijština"@cs,
        "Fidschianisch"@de,
        "Fijian language"@en,
        "Fiĝia lingvo"@eo,
        "Idioma fiyiano"@es,
        "Fidžin kieli"@fi,
        "Fidjien"@fr,
        "Fidžijski jezik"@hr,
        "Lingua figiana"@it,
        "Fidžių kalba"@lt,
        "Fidžiešu valoda"@lv,
        "Фиџиски јазик"@mk,
        "Język fidżyjski"@pl,
        "Língua fidjiana"@pt,
        "Фиджийский язык"@ru,
        "fidjianska"@sv,
        "விசிய மொழி"@ta,
        "ภาษาฟิจิ"@th,
        "Fiji dili"@tr,
        "Фіджійська мова"@uk ;
    skos:definition "Fijian is an Austronesian language of the Malayo-Polynesian family spoken in Fiji. It has 450,000 first-language speakers, which is less than half the population of Fiji, but another 200,000 speak it as a second language. The 1997 Constitution established Fijian as an official language of Fiji, along with English and Hindustani , and there is discussion about establishing it as the \"national language\", though English and Hindustani would remain official. Fijian is a VOS language. It has prepositions."@en ;
    skos:inScheme lexvo: ;
    skos:notation "fij"^^xsd:string ;
    skos:prefLabel "Fidjiaans"@af,
        "ፊጂኛ"@am,
        "الفيجية"@ar,
        "fixanu"@ast,
        "fiji dili"@az,
        "фиджийски"@bg,
        "ফিজিও"@bn,
        "fidjieg"@br,
        "फ़ीजी"@brx,
        "fidžijski"@bs,
        "фиджијски"@bs-Cyrl,
        "ፊጂኛ"@byn,
        "fijià"@ca,
        "斐济文"@cmn,
        "斐濟文"@cmn-Hant,
        "fidžijština"@cs,
        "Ffijïeg"@cy,
        "fijiansk"@da,
        "Fidschi"@de,
        "ཕི་ཇི་ཡཱན་ཁ"@dz,
        "fidzigbe"@ee,
        "Φίτζι"@el,
        "Fijian"@en,
        "fiĝia"@eo,
        "fidjiano"@es,
        "fidži"@et,
        "fijiera"@eu,
        "فیجیایی"@fa,
        "fidži"@fi,
        "Fijian"@fil,
        "fidjianskt"@fo,
        "fidjien"@fr,
        "fizian"@fur,
        "Fidsis"@ga,
        "Fìdis"@gd,
        "fixiano"@gl,
        "Fidschianisch"@gsw,
        "ફિજીયન"@gu,
        "Pīkī"@haw,
        "פיג׳ית"@he,
        "फ़ीजी"@hi,
        "Kaiviti bhasa"@hif,
        "fidžijski"@hr,
        "fidzsi"@hu,
        "Fiji"@id,
        "fídjeyska"@is,
        "figiano"@it,
        "フィジー語"@ja,
        "fijianu"@kea,
        "Фиджий"@kk,
        "ហ៊្វីជី"@km,
        "ಫಿಜಿಯನ್"@kn,
        "फिजी"@knn,
        "피지어"@ko,
        "فِجیَن"@ks,
        "Fidschesch"@ksh,
        "Lengua fijann-a"@lij,
        "ຟິຈິ"@lo,
        "fidžių"@lt,
        "fidžiešu"@lv,
        "фиџиски"@mk,
        "ഫിജിയൻ"@ml,
        "फिजीयन"@mr,
        "Fiġi"@mt,
        "ဖီဂျီ"@my,
        "fijiansk"@nb,
        "फिजियाली"@ne,
        "Fijisch"@nl,
        "fijiansk"@nn,
        "Fijiansk"@no,
        "ଫିଜି"@or,
        "фиджи"@os,
        "fidżijski"@pl,
        "فجی بولی"@pnb,
        "fijiano"@pt,
        "Phiyi simi"@qu,
        "fidschian"@rm,
        "fijiană"@ro,
        "фиджи"@ru,
        "Igifijiyani"@rw,
        "fidjigiella"@se,
        "ෆීජි"@si,
        "fidžijčina"@sk,
        "fidžijščina"@sl,
        "Фиджијски"@sr,
        "Fidžijski"@sr-Latn,
        "Fijianska"@sv,
        "Kifiji"@swh,
        "ஃபிஜி"@ta,
        "ఫిజియన్"@te,
        "ฟิจิ"@th,
        "ፊጂኛ"@tig,
        "lea fakafisi"@to,
        "Fiji Dili"@tr,
        "фіджі"@uk,
        "فجی کا باشندہ"@ur,
        "Tiếng Fiji"@vi,
        "Fidšianiš"@wae,
        "斐濟語"@zh,
        "Fiji"@zsm,
        "isi-Fijian"@zu .

<http://lexvo.org/id/iso639-3/frs> a lvont:Language,
        skos:Concept ;
    lvont:isFocusOf <http://id.loc.gov/vocabulary/iso639-2/frs> ;
    lvont:iso6392BCode "frs"^^xsd:string ;
    lvont:iso6392TCode "frs"^^xsd:string ;
    lvont:iso639P3PCode "frs"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-2/frs>,
        <http://www.glottolog.org/resource/languoid/id/east2288> ;
    owl:sameAs <http://dbpedia.org/resource/East_Frisian_Low_Saxon>,
        <http://www.lingvoj.org/lang/frs>,
        <http://www.lingvoj.org/lang/stq>,
        <http://www.mpii.de/yago/resource/East_Frisian_Low_Saxon>,
        <info:lc/vocabulary/languages/frs> ;
    skos:altLabel "Ostfriesisches Platt"@de,
        "East Frisian Low Saxon"@en,
        "Frisian, Eastern"@en,
        "Istočnofrizijski jezik"@hr,
        "Oostfreisk Nederduutsk"@nds,
        "Oost-Fries Nedersaksisch"@nl,
        "frísio oriental"@pt ;
    skos:definition "East Frisian Low Saxon is a West Low German dialect spoken in the East Frisian peninsula of northwestern Lower Saxony. It is used quite frequently in everyday speech there. About half of the East Frisian population in the coastal region uses Platdüütsk. A number of individuals, despite not being active speakers of Low Saxon, are able to understand it to some extent. However, both active and passive language skills are in a state of decrease."@en ;
    skos:inScheme lexvo: ;
    skos:notation "frs"^^xsd:string ;
    skos:prefLabel "الفريزينية الشرقية"@ar,
        "Түбәнге саксон көнсығыш-фриз теле"@ba,
        "източен фризски"@bg,
        "পূর্ব ফ্রিসিয়"@bn,
        "frizeg ar Reter"@br,
        "पूर्वी फ्रीज़ियन्"@brx,
        "istočni frizijski"@bs,
        "источни фризијски"@bs-Cyrl,
        "frisó occidental"@ca,
        "东弗里西亚文"@cmn,
        "東弗里西亞文"@cmn-Hant,
        "fríština (východní)"@cs,
        "Ffriseg y Dwyrain"@cy,
        "østfrisisk"@da,
        "Ostfriesisch"@de,
        "Pódzajtšnofriziska dolnonimšćina"@dsb,
        "Ανατολικά Φριζιανά"@el,
        "Eastern Frisian"@en,
        "Orientfrislanda platgermana lingvo"@eo,
        "frisón oriental"@es,
        "idafriisi"@et,
        "فریزی شرقی"@fa,
        "itäfriisi"@fi,
        "frison oriental"@fr,
        "Eastfrysk"@fy,
        "Frìsis Earach"@gd,
        "Oschtfriesisch"@gsw,
        "પૂર્વ ફ્રિશિયન"@gu,
        "פריזיאן מזרחית"@he,
        "पूर्वी फ्रीसीयन"@hi,
        "istočnofrizijski"@hr,
        "Wuchodofriziska delnjoněmčina"@hsb,
        "keleti fríz"@hu,
        "Frisia Timur"@id,
        "austurfrísneska"@is,
        "frisone orientale"@it,
        "東フリジア語"@ja,
        "ಪೂರ್ವ ಫ್ರಿಸಿಯನ್"@kn,
        "동부 프리슬란드어"@ko,
        "مشرِقی فرِشیَن"@ks,
        "ຟຣີຊຽນຕາເວັນອອກ"@lo,
        "rytų fryzų"@lt,
        "austrumfrīzu"@lv,
        "источен фризиски"@mk,
        "ഈസ്റ്റേൺ ഫ്രിഷ്യൻ"@ml,
        "पौर्वात्य फ्रिशियन"@mr,
        "အရှေ့ပိုင်း ဖရီစီရန်"@my,
        "østfrisisk"@nb,
        "Oostfreesch Platt"@nds,
        "Oost-Fries"@nl,
        "austfrisisk"@nn,
        "ପୂର୍ବ ଫ୍ରିସିୟାନ୍"@or,
        "fryzyjski wschodni"@pl,
        "Lenga frison-a oriental"@pms,
        "frisão oriental"@pt,
        "fris da l'ost"@rm,
        "frizonă orientală"@ro,
        "восточный фризский"@ru,
        "východná frízština"@sk,
        "vzhodna frizijščina"@sl,
        "Источни фризијски"@sr,
        "Istočni frizijski"@sr-Latn,
        "Aastfräisk"@stq,
        "östfrisiska"@sv,
        "Kifrisia cha Mashariki"@swh,
        "கிழக்கு ஃப்ரிஸியான்"@ta,
        "తూర్పు ఫ్రిసియన్"@te,
        "ฟริเซียนตะวันออก"@th,
        "Doğu Frizcesi"@tr,
        "фризька східна"@uk,
        "Tiếng Frisian Miền Đông"@vi .

<http://lexvo.org/id/iso639-3/ful> a lvont:Language,
        skos:Concept ;
    lvont:isFocusOf <http://id.loc.gov/vocabulary/iso639-2/ful> ;
    lvont:iso6392BCode "ful"^^xsd:string ;
    lvont:iso6392TCode "ful"^^xsd:string ;
    lvont:iso639P1Code "ff"^^xsd:string ;
    lvont:iso639P3PCode "ful"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-2/ful> ;
    owl:sameAs <http://dbpedia.org/resource/Fula_language>,
        <http://lexvo.org/id/iso639-1/ff>,
        <http://lexvo.org/id/wordnet/30/noun/fula_1_10_00>,
        <http://psi.oasis-open.org/iso/639/#ful>,
        <http://www.lingvoj.org/lang/ff>,
        <http://www.mpii.de/yago/resource/Fula_language>,
        <info:lc/vocabulary/languages/ful> ;
    skos:altLabel "لغة فولانية"@ar,
        "ফুলা ভাষা"@bn,
        "Ful"@ca,
        "fulahština"@cs,
        "Fulfulde"@de,
        "Fula language"@en,
        "Idioma fula"@es,
        "Fulfulde"@ff,
        "Fulani"@fi,
        "Peul"@fr,
        "Fula jezici"@hr,
        "Lingua fula"@it,
        "Fulų kalba"@lt,
        "Fulu valoda"@lv,
        "Fulah"@nl,
        "Fulfulde"@nn,
        "Język ful"@pl,
        "Língua fula"@pt,
        "фулах"@ru,
        "fulani"@sv,
        "ஃபுல்ஃபுல்டே மொழி"@ta,
        "Фульфульде"@uk ;
    skos:definition "The Fula or Fulani language ( ; ) is a language of West Africa. Like the neighbouring languages Serer and Wolof, it belongs to the Senegambian branch of the Niger–Congo language family. It is spoken as a first language by the Fula people (Fula or Fulani people) and related groups (such as the Tukulor in the Senegal River Valley) from Senegambia and Guinea to Cameroon and Sudan. It is also spoken as a second language by peoples in various areas of the region."@en ;
    skos:inScheme lexvo: ;
    skos:notation "ful"^^xsd:string ;
    skos:prefLabel "الفلة"@ar,
        "fula dili"@az,
        "фула"@bg,
        "ফুলাহ্"@bn,
        "Fouleg"@br,
        "फुलाह्"@brx,
        "fulah"@bs,
        "фулах"@bs-Cyrl,
        "ful"@ca,
        "夫拉文"@cmn,
        "富拉文"@cmn-Hant,
        "Fulbština"@cs,
        "Ffwla"@cy,
        "fulah"@da,
        "Ful"@de,
        "fulagbe"@ee,
        "Φουλάχ"@el,
        "Fulah"@en,
        "Fula lingvo"@eo,
        "fula"@es,
        "fulbe"@et,
        "Fula"@eu,
        "فولایی"@fa,
        "Pulaar"@ff,
        "fulani"@fi,
        "peul"@fr,
        "fulah"@fur,
        "Ful"@gsw,
        "ફુલાહ"@gu,
        "פולה"@he,
        "फुलाह"@hi,
        "Fula bhasa"@hif,
        "fulah"@hr,
        "fulani"@hu,
        "Fula"@id,
        "fúla"@is,
        "fulah"@it,
        "フラニ語"@ja,
        "ფულანი"@ka,
        "ಫುಲಾಹ್"@kn,
        "풀라어"@ko,
        "فُلاہ"@ks,
        "ຟູລາ"@lo,
        "fulahų"@lt,
        "fulu"@lv,
        "фула"@mk,
        "ഫുല"@ml,
        "फुलाह"@mr,
        "Fulaħ"@mt,
        "fulani"@nb,
        "Fula"@nl,
        "fulani"@nn,
        "Shwóŋò menkesaŋ"@nnh,
        "Fulfulde"@no,
        "ଫୁଲାହ"@or,
        "fulani"@pl,
        "fula"@pt,
        "Fula simi"@qu,
        "fulah"@rm,
        "fulah"@ro,
        "Фула"@ru,
        "fulbčina"@sk,
        "fulščina"@sl,
        "Gjuha fula"@sq,
        "Фулах"@sr,
        "Fulah"@sr-Latn,
        "Fula"@sv,
        "Kifulfulde-Borgu"@sw,
        "Kifulfulde"@swh,
        "ஃபுலா"@ta,
        "ఫ్యుల"@te,
        "ฟูลาฮ์"@th,
        "lea fakafulā"@to,
        "Fulah"@tr,
        "фула"@uk,
        "Tiếng Fulah"@vi,
        "Peul"@wa,
        "Pullaar"@wo,
        "Èdè Fúlàní"@yo,
        "富拉語"@zh .

<http://lexvo.org/id/iso639-3/guj> a lvont:Language,
        skos:Concept ;
    lvont:isFocusOf <http://id.loc.gov/vocabulary/iso639-2/guj> ;
    lvont:iso6392BCode "guj"^^xsd:string ;
    lvont:iso6392TCode "guj"^^xsd:string ;
    lvont:iso639P1Code "gu"^^xsd:string ;
    lvont:iso639P3PCode "guj"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-2/guj>,
        <http://www.glottolog.org/resource/languoid/id/guja1252> ;
    owl:sameAs <http://dbpedia.org/resource/Gujarati_language>,
        <http://lexvo.org/id/iso639-1/gu>,
        <http://psi.oasis-open.org/iso/639/#guj>,
        <http://www.lingvoj.org/lang/gu>,
        <http://www.mpii.de/yago/resource/Gujarati_language>,
        <info:lc/vocabulary/languages/guj> ;
    skos:altLabel "ጉጃርቲኛ"@am,
        "gujarati dili"@az,
        "Гуджаратски език"@bg,
        "গুজরাটি ভাষা"@bn,
        "Goudjarateg"@br,
        "Gujarati"@ca,
        "Gudžarátština"@cs,
        "Gujarati"@da,
        "Gujarati language"@en,
        "Guĝarata lingvo"@eo,
        "Idioma guyaratí"@es,
        "Gudžarati keel"@et,
        "Gujaratera"@eu,
        "Gudžarati"@fi,
        "goudjarâtî"@fr,
        "goudjrati"@fr,
        "ગુજરાતી ભાષા"@gu,
        "גוג׳ראטית"@he,
        "गुजराती भाषा"@hi,
        "Gudzsaráti nyelv"@hu,
        "Bahasa Gujarati"@id,
        "Lingua gujarati"@it,
        "გუჯარათული ენა"@ka,
        "Gudžaratų kalba"@lt,
        "Gudžaratu valoda"@lv,
        "गुजराती भाषा"@mr,
        "Gujarati"@nn,
        "Język gudźarati"@pl,
        "Língua guzerate"@pt,
        "Гуджарати"@ru,
        "Gujaratagiella"@se,
        "Гуџарати језик"@sr,
        "Gujarati"@sv,
        "గుజరాతి భాష"@te,
        "Забони гуҷаратӣ"@tg,
        "ภาษาคุชราต"@th,
        "Гуджараті"@uk,
        "گجراتی زبان"@ur,
        "Tiếng Gujarati"@vi ;
    skos:definition "Gujarati ( ) is an Indo-Aryan language, and part of the greater Indo-European language family. It is derived from a language called Old Gujarati (1100 - 1500 AD) which is the ancestor language of the modern Gujarati and Rajasthani languages. It is native to the Indian state of Gujarat, and is its chief language, as well as of the adjacent union territories of Daman and Diu and Dadra and Nagar Haveli."@en ;
    skos:inScheme lexvo: ;
    skos:notation "guj"^^xsd:string ;
    skos:prefLabel "Gudjarati"@af,
        "ጉጃራቲ"@am,
        "Gucharatí"@an,
        "الغوجاراتية"@ar,
        "guyaratí"@ast,
        "Qucarat dili"@az,
        "гуяраці"@be,
        "гуджарати"@bg,
        "গুজরাটি"@bn,
        "གུཇ་རཱཏི་སྐད།"@bo,
        "গুজরাটি ঠার"@bpy,
        "gujarati"@br,
        "गुजराती"@brx,
        "gudžarati"@bs,
        "гуџарати"@bs-Cyrl,
        "ጉጃርቲኛ"@byn,
        "gujarati"@ca,
        "古吉拉特文"@cmn,
        "吉亞拉塔文"@cmn-Hant,
        "gudžarátština"@cs,
        "Gwjarati"@cy,
        "gujarati"@da,
        "Gujarati"@de,
        "གུ་ཇ་ར་ཏི་ཁ"@dz,
        "gujarati"@ee,
        "Γκουγιαράτι"@el,
        "Gujarati"@en,
        "guĝarata"@eo,
        "gujarati"@es,
        "gudžarati"@et,
        "gujaratera"@eu,
        "گجراتی"@fa,
        "gudžarati"@fi,
        "Gujarati"@fil,
        "gujariti"@fo,
        "Gujarati"@fr,
        "gujarati"@fur,
        "Gúisearáitis"@ga,
        "Gujarati"@gd,
        "guxaratiano"@gl,
        "Gujarati"@gsw,
        "ગુજરાતી"@gu,
        "Gujarati"@ha,
        "גוג'ראטית"@he,
        "गुज़राती"@hi,
        "Gujarati bhasa"@hif,
        "gujarati"@hr,
        "gudzsarati"@hu,
        "Գուջարատերեն"@hy,
        "gujarati"@ia,
        "Gujarati"@id,
        "gújaratí"@is,
        "gujarati"@it,
        "グジャラート語"@ja,
        "გუჯარათი"@ka,
        "gujarati"@kea,
        "гуджарати"@kk,
        "ហ្កុយ៉ារាទី"@km,
        "ಗುಜರಾತಿ"@kn,
        "गुजराती"@knn,
        "구자라트어"@ko,
        "گُجرٲتی"@ks,
        "Gutscharatesch"@ksh,
        "гужаратча"@ky,
        "Lingua Gujaratensis"@la,
        "Lengua gujarati"@lij,
        "ກູຊາຣາຕີ"@lo,
        "gudžaratų"@lt,
        "gudžaratu"@lv,
        "Fiteny Gojaratia"@mg,
        "гуџарати"@mk,
        "ഗുജറാത്തി"@ml,
        "गुजराती"@mr,
        "Bahasa Gujarat"@ms,
        "Guġarati"@mt,
        "ဂူဂျာရသီ"@my,
        "gujarati"@nb,
        "गुजराती"@ne,
        "गुजराती भाषा"@new,
        "Gujarati"@nl,
        "gujarati"@nn,
        "Gujarati"@no,
        "Afaan Gujarati"@om,
        "ଗୁଜୁରାଟୀ"@or,
        "Гуджаратаг æвзаг"@os,
        "ਗੁਜਰਾਤੀ"@pa,
        "gudźaracki"@pl,
        "Lenga gujarati"@pms,
        "ګجراتي"@ps,
        "guzerate"@pt,
        "Gujarati simi"@qu,
        "gujarati"@rm,
        "gujarati"@ro,
        "гуджарати"@ru,
        "Inyegujarati"@rw,
        "गुजराती"@sa,
        "Gujarati"@sco,
        "gujaratagiella"@se,
        "Gujarati jezik"@sh,
        "ගුජරාටි"@si,
        "gudžarátčina"@sk,
        "gudžaratščina"@sl,
        "Gujaraati"@so,
        "Guxharati"@sq,
        "Гуџарати"@sr,
        "Gudžarati"@sr-Latn,
        "Se-gujarati"@st,
        "gujarati"@sv,
        "Kigujarati"@sw,
        "Kigujarati"@swh,
        "குஜராத்தி"@ta,
        "గుజరాతి"@te,
        "Гуҷаратӣ"@tg,
        "คุชราต"@th,
        "ጉጃራቲኛ"@ti,
        "ጉጃርቲኛ"@tig,
        "Gujarati"@tn,
        "lea kutalati"@to,
        "Gücerat Dili"@tr,
        "گۇجارات تىل"@ug,
        "гуджараті"@uk,
        "گجراتی"@ur,
        "Tiếng Gujarat"@vi,
        "Gujarati"@wae,
        "Isi-Gujarati"@xh,
        "Èdè Gujarati"@yo,
        "古吉拉特話"@yue,
        "古吉拉特语"@zh,
        "Gujerat"@zsm,
        "isi-Gujarati"@zu .

<http://lexvo.org/id/iso639-3/hun> a lvont:Language,
        skos:Concept ;
    lvont:isFocusOf <http://id.loc.gov/vocabulary/iso639-2/hun> ;
    lvont:iso6392BCode "hun"^^xsd:string ;
    lvont:iso6392TCode "hun"^^xsd:string ;
    lvont:iso639P1Code "hu"^^xsd:string ;
    lvont:iso639P3PCode "hun"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-2/hun>,
        <http://www.glottolog.org/resource/languoid/id/hung1274> ;
    owl:sameAs <http://dbpedia.org/resource/Hungarian_language>,
        <http://lexvo.org/id/iso639-1/hu>,
        <http://psi.oasis-open.org/iso/639/#hun>,
        <http://www.lingvoj.org/lang/hu>,
        <http://www.mpii.de/yago/resource/Hungarian_language>,
        <info:lc/vocabulary/languages/hun> ;
    skos:altLabel "لغة مجرية"@ar,
        "Húngaru"@ast,
        "Macar dili"@az,
        "Венгерская мова"@be,
        "Унгарски език"@bg,
        "হাঙ্গেরীয় ভাষা"@bn,
        "Hungareg"@br,
        "Mađarski jezik"@bs,
        "Hongarès"@ca,
        "Maďarština"@cs,
        "Ungarsk"@da,
        "Ungarische Sprache"@de,
        "Ουγγρική γλώσσα"@el,
        "Hungarian language"@en,
        "Hungara lingvo"@eo,
        "Idioma húngaro"@es,
        "Ungari keel"@et,
        "Hungariera"@eu,
        "زبان مجاری"@fa,
        "Unkarin kieli"@fi,
        "Ungarskt mál"@fo,
        "Hongrois"@fr,
        "An Ungáiris"@ga,
        "Lingua húngara"@gl,
        "Mađarski jezik"@hr,
        "Magyar nyelv"@hu,
        "Lingua hungare"@ia,
        "Bahasa Hongaria"@id,
        "Ungverska"@is,
        "Lingua ungherese"@it,
        "უნგრული ენა"@ka,
        "Мажар тілі"@kk,
        "Vengrų kalba"@lt,
        "Ungāru valoda"@lv,
        "Fiteny hongariana"@mg,
        "Унгарски јазик"@mk,
        "हंगेरियन भाषा"@mr,
        "Ungarsk"@nn,
        "Венгриаг æвзаг"@os,
        "Język węgierski"@pl,
        "Língua húngara"@pt,
        "Lingua ungaraisa"@rm,
        "Limba maghiară"@ro,
        "Венгерский язык"@ru,
        "Ungárgiella"@se,
        "Maďarčina"@sk,
        "Madžarščina"@sl,
        "Gjuha hungareze"@sq,
        "Мађарски језик"@sr,
        "Ungerska"@sv,
        "அங்கேரிய மொழி"@ta,
        "ภาษาฮังการี"@th,
        "Угорська мова"@uk,
        "Tiếng Hung-ga-ri"@vi,
        "Èdè Hungaria"@yo ;
    skos:definition "Hungarian ( ) is a Uralic language, part of the Ugric group, spoken by the Hungarians. It is the most widely spoken non-Indo-European language in Europe, according to the number of native speakers. Hungarian is the official language of Hungary and is also spoken by Hungarian communities in the seven neighboring countries and by diaspora communities worldwide."@en ;
    skos:inScheme lexvo: ;
    skos:notation "hun"^^xsd:string ;
    skos:prefLabel "Hongaars"@af,
        "Hɔŋgalìa"@agq,
        "Hangri kasa"@ak,
        "ሀንጋሪኛ"@am,
        "Idioma hongaro"@an,
        "الهنغارية"@ar,
        "Kihungari"@asa,
        "húngaru"@ast,
        "macarca"@az,
        "Ungarisch"@bar,
        "Hɔp u hɔŋgrìi"@bas,
        "венгерская"@be,
        "Вугорская мова"@be-tarask,
        "Ichi Hangarian"@bem,
        "Hihungari"@bez,
        "унгарски"@bg,
        "oŋirikan"@bm,
        "হাঙ্গেরীয়"@bn,
        "hungareg"@br,
        "हंगैरीयन्"@brx,
        "mađarski"@bs,
        "мађарски"@bs-Cyrl,
        "ሀንጋሪኛ"@byn,
        "hongarès"@ca,
        "Vengarhoyn mott"@ce,
        "Pinulongang Unggaro"@ceb,
        "Oruhangare"@cgg,
        "匈牙利文"@cmn,
        "匈牙利文"@cmn-Hant,
        "Macar tili"@crh,
        "maďarština"@cs,
        "Венгр чĕлхи"@cv,
        "Hwngareg"@cy,
        "ungarsk"@da,
        "Kihungari"@dav,
        "Ungarisch"@de,
        "Hungaari senni"@dje,
        "Hungoršćina"@dsb,
        "ongrua"@dyo,
        "ཧཱང་གྷ་རི་ཡཱན་ཁ"@dz,
        "Kĩhungari"@ebu,
        "hungarigbe"@ee,
        "Ουγγρικά"@el,
        "Hungarian"@en,
        "hungara"@eo,
        "húngaro"@es,
        "ungari"@et,
        "hungariera"@eu,
        "Ǹkɔ́bɔ ungárían"@ewo,
        "مجاری"@fa,
        "Hongariire"@ff,
        "unkari"@fi,
        "Hungarian"@fil,
        "ungarskt"@fo,
        "hongrois"@fr,
        "ongjarês"@fur,
        "Hongaarsk"@fy,
        "Ungáiris"@ga,
        "Uygur dili"@gag,
        "Ungairis"@gd,
        "húngaro"@gl,
        "Ungarisch"@gsw,
        "Ungarische Sprache"@gsw-FR,
        "હંગેરિયન"@gu,
        "Kihungari"@guz,
        "Ungaarish"@gv,
        "Harshen Hungari"@ha,
        "הונגרית"@he,
        "हंगेरी"@hi,
        "Hungarian bhasa"@hif,
        "mađarski"@hr,
        "Madźaršćina"@hsb,
        "magyar"@hu,
        "Հունգարերեն"@hy,
        "hungaro"@ia,
        "Hungaria"@id,
        "Magịya"@ig,
        "Hungariana linguo"@io,
        "ungverska"@is,
        "ungherese"@it,
        "ハンガリー語"@ja,
        "Kyihungari"@jmc,
        "Basa Hongaria"@jv,
        "უნგრული"@ka,
        "Tahungarit"@kab,
        "Kihungari"@kam,
        "Chihungali"@kde,
        "úngaru"@kea,
        "Hungaari senni"@khq,
        "Kihungari"@ki,
        "мадьяр"@kk,
        "kutitab Hangari"@kln,
        "ហុងគ្រី"@km,
        "ಹಂಗೇರಿಯನ್"@kn,
        "हंगेरियन्"@knn,
        "헝가리어"@ko,
        "Мадьяр кыв"@koi,
        "ہَنٛگیریَن"@ks,
        "Kihungai"@ksb,
        "riɔngrɔá"@ksf,
        "Unjarresch"@ksh,
        "Мадьяр кыв"@kv,
        "Hungarek"@kw,
        "венгрияча"@ky,
        "Lingua Hungarica"@la,
        "Kɨhungári"@lag,
        "Luhangare"@lg,
        "Hongaars"@li,
        "liongili"@ln,
        "ຮັງກາລຽນ"@lo,
        "vengrų"@lt,
        "Vengru kalba"@lt-x,
        "Hongili"@lu,
        "Kihungari"@luo,
        "Kihungari"@luy,
        "ungāru"@lv,
        "nkʉtʉ́k ɔ́ɔ̄ lhungari"@mas,
        "Венгеронь кяль"@mdf,
        "Kĩhangarĩ"@mer,
        "hongrwa"@mfe,
        "hongroà"@mg,
        "Ihungari"@mgh,
        "Венгр йылме"@mhr,
        "унгарски"@mk,
        "ഹംഗേറിയൻ"@ml,
        "हंगेरियन"@mr,
        "Bahasa Hungary"@ms,
        "Ungeriż"@mt,
        "hungariya"@mua,
        "ဟန်ဂေရီ"@my,
        "Мадьяронь кель"@myv,
        "Magyar-gí"@nan,
        "Hungariaǁî gowab"@naq,
        "ungarsk"@nb,
        "isi-Hangari"@nd,
        "हंग्रीयाली"@ne,
        "Hongaars"@nl,
        "Kiɛl b'ɔ́ngrois"@nmg,
        "ungarsk"@nn,
        "Ungarsk"@no,
        "Thok ɣänga̱a̱riɛni"@nus,
        "Oruhangare"@nyn,
        "Ongrés"@oc,
        "Afaan Hangaari"@om,
        "ହଙ୍ଗେରିଆନ୍"@or,
        "венгериаг"@os,
        "ਮਗਯਾਰ"@pa,
        "węgierski"@pl,
        "Lenga ungherèisa"@pms,
        "مگیار"@pnb,
        "هنګري"@ps,
        "húngaro"@pt,
        "Unriya simi"@qu,
        "ungarais"@rm,
        "Ikinyahongiriya"@rn,
        "maghiară"@ro,
        "Kihungari"@rof,
        "Ungarikani chib"@rom,
        "венгерский"@ru,
        "Igihongiriya"@rw,
        "Kyihungari"@rwk,
        "Бэҥгиэрдии"@sah,
        "Kihungari"@saq,
        "Ishihungali"@sbp,
        "Lingua ungarisa"@scn,
        "Hungarian leid"@sco,
        "ungárgiella"@se,
        "húngaro"@seh,
        "Hungaari senni"@ses,
        "Hongruäa"@sg,
        "Mađarski jezik"@sh,
        "ⵜⴰⵀⵏⵖⴰⵔⵉⵜ"@shi,
        "tahnɣarit"@shi-Latn,
        "හන්ගේරියානු"@si,
        "maďarčina"@sk,
        "madžarščina"@sl,
        "Gagana Hungary"@sm,
        "chiHungari"@sn,
        "Hangariyaan"@so,
        "Hungarisht"@sq,
        "Мађарски"@sr,
        "Mađarski"@sr-Latn,
        "Se-hungaria"@st,
        "Ungarisk"@stq,
        "ungerska"@sv,
        "Kihungaria"@sw,
        "Kihungari"@swc,
        "Kihungari"@swh,
        "Madźarsko godka"@szl,
        "ஹங்கேரியன்"@ta,
        "హన్గేరియన్"@te,
        "Kihungari"@teo,
        "Маҷорӣ"@tg,
        "ฮังการี"@th,
        "ሀንጋሪኛ"@ti,
        "ሀንጋሪኛ"@tig,
        "Hungarian"@tn,
        "lea fakahangakalia"@to,
        "Tok Hangari"@tpi,
        "Macarca"@tr,
        "hi xi Hungary"@ts,
        "Маҗар теле"@tt,
        "Hungaari senni"@twq,
        "Tahenɣarit"@tzm,
        "Венгер кыл"@udm,
        "ماجار تىلى"@ug,
        "угорська"@uk,
        "ہنگیرین"@ur,
        "ꖽꔟꗸꘋ"@vai,
        "Hɔŋgérɛŋ"@vai-Latn,
        "Tiếng Hungary"@vi,
        "Ungari kiil"@vro,
        "Kyihungari"@vun,
        "Hongrwès"@wa,
        "Ungariš"@wae,
        "Isi-Hungarian"@xh,
        "Oluhangare"@xog,
        "ɔ́ŋgɛ"@yav,
        "אונגאריש"@yi,
        "Èdè Húngárì"@yo,
        "匈牙利语"@zh,
        "Hungary"@zsm,
        "isi-Hungarian"@zu .

<http://lexvo.org/id/iso639-3/ido> a lvont:Language,
        skos:Concept ;
    lvont:isFocusOf <http://id.loc.gov/vocabulary/iso639-2/ido> ;
    lvont:iso6392BCode "ido"^^xsd:string ;
    lvont:iso6392TCode "ido"^^xsd:string ;
    lvont:iso639P1Code "io"^^xsd:string ;
    lvont:iso639P3PCode "ido"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-2/ido> ;
    owl:sameAs <http://dbpedia.org/resource/Ido>,
        <http://lexvo.org/id/iso639-1/io>,
        <http://lexvo.org/id/wordnet/30/noun/ido_1_10_00>,
        <http://psi.oasis-open.org/iso/639/#ido>,
        <http://www.lingvoj.org/lang/io>,
        <http://www.mpii.de/yago/resource/Ido>,
        <info:lc/vocabulary/languages/ido> ;
    skos:altLabel "لغة إيدو"@ar,
        "Идо"@bg,
        "Ido"@ca,
        "Ido"@cs,
        "Ido"@da,
        "Ido-Sprache"@de,
        "Ido"@es,
        "Ido"@et,
        "زبان ایدو"@fa,
        "Ido"@fi,
        "Ido"@fr,
        "ईदो"@hi,
        "Ido"@hr,
        "Ido nyelv"@hu,
        "Bahasa Ido"@id,
        "Ido"@is,
        "Lingua ido"@it,
        "이도어"@ko,
        "Ido"@lt,
        "Ido"@lv,
        "Идо"@mk,
        "Lingwa Ido"@mt,
        "Ido"@nn,
        "Ido"@pl,
        "Ido"@pt,
        "Ido"@rm,
        "Ido"@ro,
        "Идо"@ru,
        "Ido"@sk,
        "Ido"@sl,
        "Ido"@sv,
        "இத்தோ மொழி"@ta,
        "ภาษาอิดอ"@th,
        "İdo dili"@tr,
        "Ідо"@uk ;
    skos:definition "Ido is a language created with the goal of becoming a universal second language for speakers of diverse linguistic backgrounds. Ido was specifically designed to be grammatically, orthographically, and lexicographically regular, and above all easy to learn and use. In this sense, Ido is classified as a constructed international auxiliary language."@en ;
    skos:inScheme lexvo: ;
    skos:notation "ido"^^xsd:string ;
    skos:prefLabel "Ido"@af,
        "Ido"@an,
        "الإيدو"@ar,
        "Ido"@ast,
        "ido dili"@az,
        "Іда"@be-tarask,
        "идо"@bg,
        "ইডো"@bn,
        "ido"@br,
        "ईडो"@brx,
        "ido"@bs,
        "идо"@bs-Cyrl,
        "ido"@ca,
        "伊多文"@cmn,
        "伊朗文"@cmn-Hant,
        "ido"@cs,
        "ido"@da,
        "Ido"@de,
        "Ίντο"@el,
        "Ido"@en,
        "Ido"@eo,
        "ido"@es,
        "ido"@et,
        "Ido"@eu,
        "ایدو"@fa,
        "ido"@fi,
        "ido"@fr,
        "Ido"@frp,
        "ido"@fur,
        "Ido"@fy,
        "Ido"@ga,
        "Ido"@gl,
        "Ido"@gsw,
        "Ido"@gsw-FR,
        "ઇડૌ"@gu,
        "אידו"@he,
        "इडौ"@hi,
        "ido"@hr,
        "idó"@hu,
        "Իդո"@hy,
        "Ido"@ia,
        "Ido"@id,
        "Ido"@ie,
        "Ido"@io,
        "ídó"@is,
        "ido"@it,
        "イド語"@ja,
        "იდო"@ka,
        "ಇಡೊ"@kn,
        "이도"@ko,
        "اِڈو"@ks,
        "Ido"@ku,
        "Ido"@la,
        "Ido"@lb,
        "Ido"@li,
        "ອີໂດ"@lo,
        "ido"@lt,
        "ido"@lv,
        "идо"@mk,
        "ഇഡോ"@ml,
        "इडौ"@mr,
        "Bahasa Ido"@ms,
        "Ido"@mt,
        "ایدو"@mzn,
        "ido"@nb,
        "Ido"@nds,
        "Ido"@nl,
        "ido"@nn,
        "Ido"@no,
        "Ido"@nov,
        "Ido"@oc,
        "ଇଡୋ"@or,
        "Ido"@pap,
        "ido"@pl,
        "آئیڈو"@pnb,
        "ido"@pt,
        "ido"@rm,
        "ido"@ro,
        "идо"@ru,
        "Ido"@sc,
        "Ido leid"@sco,
        "Ido"@sh,
        "ido"@sk,
        "ido"@sl,
        "Gjuha ido"@sq,
        "Идо"@sr,
        "Ido"@sr-Latn,
        "ido"@sv,
        "Kiido"@sw,
        "இடோ"@ta,
        "ఈడౌ"@te,
        "อีโด"@th,
        "Ido"@tr,
        "ідо"@uk,
        "Tiếng Ido"@vi,
        "Ido"@vo,
        "伊多語"@zh .

<http://lexvo.org/id/iso639-3/kaz> a lvont:Language,
        skos:Concept ;
    lvont:isFocusOf <http://id.loc.gov/vocabulary/iso639-2/kaz> ;
    lvont:iso6392BCode "kaz"^^xsd:string ;
    lvont:iso6392TCode "kaz"^^xsd:string ;
    lvont:iso639P1Code "kk"^^xsd:string ;
    lvont:iso639P3PCode "kaz"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-2/kaz>,
        <http://www.glottolog.org/resource/languoid/id/kaza1248> ;
    owl:sameAs <http://dbpedia.org/resource/Kazakh_language>,
        <http://lexvo.org/id/iso639-1/kk>,
        <http://psi.oasis-open.org/iso/639/#kaz>,
        <http://www.lingvoj.org/lang/kk>,
        <http://www.mpii.de/yago/resource/Kazakh_language>,
        <info:lc/vocabulary/languages/kaz> ;
    skos:altLabel "الكازاخستانية"@ar,
        "Qazax dili"@az,
        "Казахская мова"@be,
        "Казахски език"@bg,
        "কাজাখ ভাষা"@bn,
        "Kazakeg"@br,
        "Kazakh"@ca,
        "Kazaština"@cs,
        "Kasakhisk"@da,
        "Kasachische Sprache"@de,
        "Kazakh language"@en,
        "Kazaĥa lingvo"@eo,
        "Idioma kazajo"@es,
        "Kasahhi keel"@et,
        "Kazakhera"@eu,
        "زبان قزاقی"@fa,
        "Kazakin kieli"@fi,
        "Kazakh"@fr,
        "An Chasaicis"@ga,
        "Lingua casaca"@gl,
        "कज़ाख़ भाषा"@hi,
        "Kazački jezik"@hr,
        "Bahasa Kazak"@id,
        "Kasakska"@is,
        "Lingua kazaka"@it,
        "ყაზახური ენა"@ka,
        "Қазақ тілі"@kk,
        "Kazachų kalba"@lt,
        "Kazahu valoda"@lv,
        "Казашки јазик"@mk,
        "कझाक भाषा"@mr,
        "Język kazachski"@pl,
        "Língua cazaque"@pt,
        "Limba kazahă"@ro,
        "Казахский язык"@ru,
        "Казах тыла"@sah,
        "Kazaština"@sk,
        "Kazaščina"@sl,
        "Казашки језик"@sr,
        "Kazakiska"@sv,
        "காசாக்கு மொழி"@ta,
        "ภาษาคาซัค"@th,
        "Казахська мова"@uk ;
    skos:definition "Kazakh (also Qazaq and variants, natively , , ; pronounced ) is a Turkic language which belongs to the Kipchak (or Western Turkic) branch of the Turkic languages, closely related to Nogai and Karakalpak."@en ;
    skos:inScheme lexvo: ;
    skos:notation "kaz"^^xsd:string ;
    skos:prefLabel "Kazak"@af,
        "ካዛክኛ"@am,
        "Idioma cazaco"@an,
        "لغة كازاخية"@ar,
        "لغه كازاخستانى"@arz,
        "kazaquistanín"@ast,
        "qazax dili"@az,
        "Ҡаҙаҡ теле"@ba,
        "казахская"@be,
        "Казаская мова"@be-tarask,
        "казахски"@bg,
        "কাজাখ"@bn,
        "kazak"@br,
        "क़ज़ाख़्"@brx,
        "kozački"@bs,
        "козачки"@bs-Cyrl,
        "Хасаг хэлэн"@bxr,
        "ካዛክኛ"@byn,
        "kazakh"@ca,
        "哈萨克文"@cmn,
        "哈薩克文"@cmn-Hant,
        "Qazah tili"@crh,
        "kazaština"@cs,
        "Kazachsczi jãzëk"@csb,
        "Казах чĕлхи"@cv,
        "Casacheg"@cy,
        "kasakhisk"@da,
        "Kasachisch"@de,
        "ཀ་ཛགས་ཁ"@dz,
        "kazakhstangbe"@ee,
        "Καζακικά"@el,
        "Kazakh"@en,
        "kazaĥa"@eo,
        "kazajo"@es,
        "kasahhi"@et,
        "kazakhera"@eu,
        "قزاقی"@fa,
        "kazakki"@fi,
        "Kazakh"@fil,
        "kazakiskt"@fo,
        "kazakh"@fr,
        "kazac"@fur,
        "Casachais"@ga,
        "Kazah dili"@gag,
        "Casachais"@gd,
        "casaco"@gl,
        "Kasachisch"@gsw,
        "કઝાક"@gu,
        "קזחית"@he,
        "कज़ाख"@hi,
        "Kazakh bhasa"@hif,
        "kazaški"@hr,
        "kazah"@hu,
        "Ղազախերեն"@hy,
        "Kazakh"@id,
        "kasakska"@is,
        "kazako"@it,
        "カザフ語"@ja,
        "ყაზახური"@ka,
        "Qazaq tili"@kaa,
        "Къазахъыбзэ"@kbd,
        "kazak"@kea,
        "қазақ тілі"@kk,
        "កាហ្សាក់ស្តង់់"@km,
        "ಕಝಕ್"@kn,
        "कज़ख्"@knn,
        "카자흐어"@ko,
        "Казах кыв"@koi,
        "کازَخ"@ks,
        "Kassakesch"@ksh,
        "Казах кыв"@kv,
        "Казак тили"@ky,
        "Lingua Cazachica"@la,
        "Kazachs"@li,
        "ຄາຊັກ"@lo,
        "kazachų"@lt,
        "Kazaku kalba"@lt-x,
        "kazahu"@lv,
        "Казах йылме"@mhr,
        "казакстански"@mk,
        "കസാഖ്"@ml,
        "Казак хэл"@mn,
        "कझाक"@mr,
        "Казах йӹлмӹ"@mrj,
        "Każak"@mt,
        "kasakhisk"@nb,
        "काजाख"@ne,
        "Kazachs"@nl,
        "kasakhisk"@nn,
        "Kasakhisk"@no,
        "Cazac"@oc,
        "କାଜାକ୍"@or,
        "kazachski"@pl,
        "Lenga kazakh"@pms,
        "قازق"@pnb,
        "cazaque"@pt,
        "Qasaq simi"@qu,
        "casac"@rm,
        "kazahă"@ro,
        "казахский"@ru,
        "Igikazaki"@rw,
        "Хаһаахтыы"@sah,
        "Kazakh leid"@sco,
        "kazakgiella"@se,
        "Kazaški jezik"@sh,
        "කශාහ්"@si,
        "kazaština"@sk,
        "kazaščina"@sl,
        "Gjuha kazake"@sq,
        "Козачки"@sr,
        "Kozački"@sr-Latn,
        "kazakiska"@sv,
        "Kikazakhi"@sw,
        "Kikazaki"@swh,
        "Kazachsko godka"@szl,
        "கசாக்"@ta,
        "కాజాక్"@te,
        "Забони қазоқӣ"@tg,
        "คาซัค"@th,
        "ካዛክኛ"@tig,
        "lea fakakasakiteni"@to,
        "Kazakça"@tr,
        "Qazaq tele"@tt,
        "Казах кыл"@udm,
        "قازاق تىلى"@ug,
        "казахська"@uk,
        "قزاخ"@ur,
        "Qozoq tili"@uz,
        "Tiếng Kazakh"@vi,
        "Kazačiš"@wae,
        "Èdè Kàsákhì"@yo,
        "哈薩克話"@yue,
        "哈萨克语"@zh,
        "Kazakhstan"@zsm,
        "isi-Kazakh"@zu .

<http://lexvo.org/id/iso639-3/khm> a lvont:Language,
        skos:Concept ;
    lvont:isFocusOf <http://id.loc.gov/vocabulary/iso639-2/khm> ;
    lvont:iso6392BCode "khm"^^xsd:string ;
    lvont:iso6392TCode "khm"^^xsd:string ;
    lvont:iso639P1Code "km"^^xsd:string ;
    lvont:iso639P3PCode "khm"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-2/khm>,
        <http://www.glottolog.org/resource/languoid/id/cent1989> ;
    owl:sameAs <http://lexvo.org/id/iso639-1/km>,
        <http://psi.oasis-open.org/iso/639/#khm>,
        <http://www.lingvoj.org/lang/km>,
        <info:lc/vocabulary/languages/cam>,
        <info:lc/vocabulary/languages/khm> ;
    skos:altLabel "Central Khmer"@en,
        "Khmer, Central"@en,
        "khmer central"@fr ;
    skos:inScheme lexvo: ;
    skos:notation "khm"^^xsd:string ;
    skos:prefLabel "Khmer"@af,
        "Kɨmɛ̀"@agq,
        "Kambodia kasa"@ak,
        "ክመርኛ ማእከላዊ"@am,
        "الخميرية"@ar,
        "কম্বোডিয়ান"@as,
        "Kikambodia"@asa,
        "ḥemer"@ast,
        "kambodiya dili"@az,
        "Hɔp u kmɛ̂r"@bas,
        "Ichi Khmer"@bem,
        "Hikambodia"@bez,
        "кхмерски"@bg,
        "kambojikan"@bm,
        "খমের"@bn,
        "khmer"@br,
        "ख्मेर"@brx,
        "kmerski"@bs,
        "кмерски"@bs-Cyrl,
        "ክመርኛ"@byn,
        "khmer"@ca,
        "Orukambodiya"@cgg,
        "高棉文"@cmn,
        "高棉文"@cmn-Hant,
        "khmérština"@cs,
        "Cambodieg"@cy,
        "khmer"@da,
        "Kikambodia"@dav,
        "Kambodschanisch"@de,
        "Kmeer senni"@dje,
        "kmeer"@dyo,
        "ཁེ་མེར་ཁ"@dz,
        "Kĩkambodia"@ebu,
        "khmergbe"@ee,
        "Καμποτζιανά"@el,
        "Khmer"@en,
        "𐐗𐐲𐑋𐐯𐑉"@en-Dsrt,
        "kmera"@eo,
        "jemer"@es,
        "khmeeri"@et,
        "khemerera"@eu,
        "Ǹkɔ́bɔ kəmɛ́r"@ewo,
        "خمری"@fa,
        "Kemeere"@ff,
        "keskikhmer"@fi,
        "Khmer"@fil,
        "kambodjanskt"@fo,
        "khmer"@fr,
        "khmer"@fur,
        "Cambóidis"@ga,
        "Cmèar"@gd,
        "cambodiano"@gl,
        "Kambodschanisch"@gsw,
        "ખ્મેર"@gu,
        "Kikambodia"@guz,
        "Harshen Kimar"@ha,
        "קמרית"@he,
        "कैम्बोडियन्"@hi,
        "kmerski"@hr,
        "kambodzsai"@hu,
        "Կամբոջերեն"@hy,
        "Cambodiano"@ia,
        "Khmer"@id,
        "Keme, Etiti"@ig,
        "kmer"@is,
        "khmer"@it,
        "クメール語"@ja,
        "Kyikambodia"@jmc,
        "კამბოჯიური"@ka,
        "Takemrit"@kab,
        "Kikambodia"@kam,
        "Chikambodia"@kde,
        "kmer"@kea,
        "Kmeer senni, Game here"@khq,
        "Kikambodia"@ki,
        "камбоджия"@kk,
        "kutitab Kher nebo Kwen"@kln,
        "ខ្មែរ"@km,
        "ಖಮೇರ್"@kn,
        "कंबोडियन"@knn,
        "캄보디아어"@ko,
        "خَمیر"@ks,
        "Kikambodia"@ksb,
        "rikmɛr"@ksf,
        "Khmer"@ksh,
        "Kɨkambódia"@lag,
        "Lukme"@lg,
        "likambodza"@ln,
        "ເຄເຫັດເມີ"@lo,
        "khmerų"@lt,
        "Kikambodia"@luo,
        "Kikambodia"@luy,
        "khmeru"@lv,
        "nkʉtʉ́k ɔ́ɔ̄ lkambodia"@mas,
        "Kĩkambodia"@mer,
        "khmer, santral"@mfe,
        "khmer"@mg,
        "Ikambodia"@mgh,
        "камбоџански"@mk,
        "കംബോഡിയൻ"@ml,
        "ख्मेर"@mr,
        "Kmer"@mt,
        "kmer"@mua,
        "ခမာ"@my,
        "Khmerǁî gowab, Central"@naq,
        "khmer"@nb,
        "isi-Khambodiya"@nd,
        "खमेर"@ne,
        "Khmer"@nl,
        "Kiɛl bó mɛr"@nmg,
        "khmer"@nn,
        "Thok kameeri"@nus,
        "Orukambodiya"@nyn,
        "ଖ୍ମେର୍"@or,
        "khmerski"@pl,
        "کمبوډيايې يا د کمبوډيا"@ps,
        "cmer"@pt,
        "cambodschan"@rm,
        "Igikambodiya"@rn,
        "khmeră"@ro,
        "Kikambodia"@rof,
        "кхмерский"@ru,
        "Igikambodiya"@rw,
        "Kyikambodia"@rwk,
        "Kikambodia"@saq,
        "Ishikambodia"@sbp,
        "kambodiagiella"@se,
        "cmer"@seh,
        "Kmeer senni"@ses,
        "Kmêre"@sg,
        "ⵜⴰⵅⵎⵉⵔⵜ"@shi,
        "taxmirt"@shi-Latn,
        "කමර්"@si,
        "kambodžská khmérčina"@sk,
        "kmerščina"@sl,
        "chiKhema"@sn,
        "Kamboodhian"@so,
        "Kamboxhiane"@sq,
        "Кмерски"@sr,
        "Kmerski"@sr-Latn,
        "kambodjanska"@sv,
        "Kikambodia"@swc,
        "Kikambodia"@swh,
        "கெமெர்"@ta,
        "ఖమ్ర్"@te,
        "Kikambodia"@teo,
        "เขมร"@th,
        "ክመርኛ"@tig,
        "lea fakakemipōtia"@to,
        "Kmerce"@tr,
        "Kmeer senni, Game here"@twq,
        "Taxmert ,Talammast"@tzm,
        "кхмерська"@uk,
        "کمبوڈیَن"@ur,
        "ꕃꘈꗢ"@vai,
        "Kimɛɛ̃ tɛ"@vai-Latn,
        "Tiếng Campuchia"@vi,
        "Kyikambodia"@vun,
        "Kambodšaniš"@wae,
        "isiCambodia"@xh,
        "Olukme"@xog,
        "kímɛɛ"@yav,
        "Èdè kameri"@yo,
        "Khmer"@zsm,
        "isi-Khmer"@zu .

<http://lexvo.org/id/iso639-3/kon> a lvont:Language,
        skos:Concept ;
    lvont:isFocusOf <http://id.loc.gov/vocabulary/iso639-2/kon> ;
    lvont:iso6392BCode "kon"^^xsd:string ;
    lvont:iso6392TCode "kon"^^xsd:string ;
    lvont:iso639P1Code "kg"^^xsd:string ;
    lvont:iso639P3PCode "kon"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-2/kon> ;
    owl:sameAs <http://dbpedia.org/resource/Kongo_language>,
        <http://lexvo.org/id/iso639-1/kg>,
        <http://lexvo.org/id/wordnet/30/noun/kongo_1_10_00>,
        <http://psi.oasis-open.org/iso/639/#kon>,
        <http://www.lingvoj.org/lang/kg>,
        <http://www.mpii.de/yago/resource/Kongo_language>,
        <info:lc/vocabulary/languages/kon> ;
    skos:altLabel "কঙ্গো ভাষা"@bn,
        "Kongoeg"@br,
        "Llengües kongo"@ca,
        "Konžština"@cs,
        "Kikongo"@da,
        "Kongolesisch"@de,
        "Kongo language"@en,
        "Kikongo"@es,
        "Kikongoa"@eu,
        "Kongon kieli"@fi,
        "Kikongo"@fr,
        "Lingua kikongo"@gl,
        "Bahasa Kongo"@id,
        "Lingua kongo"@it,
        "Kikɔ́ngɔ"@ln,
        "Kongo kalba"@lt,
        "Kikongo"@nl,
        "Język kongo"@pl,
        "Kikongo"@pt,
        "congolês"@pt,
        "Конго"@ru,
        "Kikongo"@sv,
        "கோங்கோ மொழி"@ta,
        "Kongo Dili"@tr,
        "конґолезька"@uk ;
    skos:definition "The Kongo language, or Kikongo, is the Bantu language spoken by the Bakongo and Bandundu people living in the tropical forests of the Democratic Republic of the Congo, the Republic of the Congo and Angola. It is a tonal language and formed the base for Kituba, a Bantu creole and lingua franca throughout much of west central Africa. It was spoken by many of those who were taken from the region and sold as slaves in the Americas. For this reason, while Kongo still is spoken in the above-mentioned countries, creolized forms of the language are found in ritual speech of African-derived religions in Brazil, Jamaica, Cuba, Dominican Republic, and especially in Haiti. It is also one of the sources of the Gullah people's language and the Palenquero creole in Colombia. The vast majority of present-day speakers live in Africa. There are roughly seven million native speakers of Kongo, with perhaps two million more who use it as a second language."@en ;
    skos:inScheme lexvo: ;
    skos:notation "kon"^^xsd:string ;
    skos:prefLabel "Kongolees"@af,
        "ኮንጎኛ"@am,
        "الكونغو"@ar,
        "Kikongo"@ast,
        "konqo dili"@az,
        "конгоански"@bg,
        "কোঙ্গো"@bn,
        "kongo"@br,
        "कॉंगो"@brx,
        "kongo"@bs,
        "конго"@bs-Cyrl,
        "kongo"@ca,
        "刚果文"@cmn,
        "剛果文"@cmn-Hant,
        "konžština"@cs,
        "Congo"@cy,
        "kongo"@da,
        "Kikongo"@de,
        "kongogbe"@ee,
        "Κονγκό"@el,
        "Kongo"@en,
        "Konga lingvo"@eo,
        "kongo"@es,
        "kongo"@et,
        "Kikongo"@eu,
        "کنگویی"@fa,
        "kongo"@fi,
        "Kongo"@fil,
        "kongo"@fr,
        "Congolés"@gl,
        "Kongolesisch"@gsw,
        "કોંગો"@gu,
        "קונגו"@he,
        "कोंगो"@hi,
        "kongo"@hr,
        "kongo"@hu,
        "Kongo"@id,
        "kongóska"@is,
        "kongo"@it,
        "コンゴ語"@ja,
        "კონგო"@ka,
        "Kisikongo"@kg,
        "ಕೊಂಗೊ"@kn,
        "콩고어"@ko,
        "کونٛگو"@ks,
        "kikɔ́ngɔ"@ln,
        "ຄອງໂກ"@lo,
        "Kongo"@lt,
        "kongu"@lv,
        "конго"@mk,
        "കോംഗോ"@ml,
        "काँगो"@mr,
        "Kongo"@mt,
        "ကွန်ဂို"@my,
        "kikongo"@nb,
        "Kongo"@nl,
        "kikongo"@nn,
        "Kongo"@no,
        "Kongum"@nov,
        "କଙ୍ଗୋ"@or,
        "kongo"@pl,
        "Lenga Koongo"@pms,
        "conguês"@pt,
        "Kongo simi"@qu,
        "kongo"@rm,
        "congoleză"@ro,
        "конго"@ru,
        "kongčina"@sk,
        "kongovščina"@sl,
        "Конго"@sr,
        "Kongo"@sr-Latn,
        "kikongo"@sv,
        "Kikoongo"@sw,
        "Kikongo"@swh,
        "காங்கோ"@ta,
        "కోంగో"@te,
        "คองโก"@th,
        "lea fakakongikō"@to,
        "Kongo"@tr,
        "Конго"@uk,
        "کانگو"@ur,
        "Tiếng Congo"@vi,
        "Kicongo"@wa,
        "Kikongo"@yo,
        "刚果语"@zh,
        "Kongo"@zsm,
        "Isi-Kongo"@zu .

<http://lexvo.org/id/iso639-3/kos> a lvont:Language,
        skos:Concept ;
    lvont:isFocusOf <http://id.loc.gov/vocabulary/iso639-2/kos> ;
    lvont:iso6392BCode "kos"^^xsd:string ;
    lvont:iso6392TCode "kos"^^xsd:string ;
    lvont:iso639P3PCode "kos"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-2/kos>,
        <http://www.glottolog.org/resource/languoid/id/kosr1238> ;
    owl:sameAs <http://dbpedia.org/resource/Kosraean_language>,
        <http://psi.oasis-open.org/iso/639/#kos>,
        <http://www.lingvoj.org/lang/kos>,
        <http://www.mpii.de/yago/resource/Kosraean_language>,
        <info:lc/vocabulary/languages/kos>,
        <info:lc/vocabulary/languages/kus> ;
    skos:altLabel "Kosraeanische Sprache"@de,
        "Kosraean language"@en,
        "Kosraen kieli"@fi,
        "Kosrae"@fr,
        "kusaien"@fr,
        "코스라이엔어"@ko,
        "Kosraės kalba"@lt,
        "Косраески јазик"@mk,
        "косраенский"@ru ;
    skos:definition "Kosraean, also sometimes called Kusaiean, is the language spoken on the islands of Kosrae (Kusaie), Caroline Islands, and Nauru. In 2001 there were approximately 8,000 speakers."@en ;
    skos:inScheme lexvo: ;
    skos:notation "kos"^^xsd:string ;
    skos:prefLabel "الكوسراين"@ar,
        "kosreyan dili"@az,
        "косраен"@bg,
        "কোস্রাইন"@bn,
        "kosrae"@br,
        "कोस्राईयन्"@brx,
        "kosreanski"@bs,
        "косреански"@bs-Cyrl,
        "kosraeà"@ca,
        "科斯拉伊文"@cmn,
        "科斯雷恩文"@cmn-Hant,
        "kosrajština"@cs,
        "kosraean"@da,
        "Kosraeanisch"@de,
        "kosraeagbe"@ee,
        "Κοσραενικά"@el,
        "Kosraean"@en,
        "kosraeano"@es,
        "kosrae"@et,
        "kosrae"@fi,
        "kosrae"@fr,
        "Kosraeanisch"@gsw,
        "કોસરિયન"@gu,
        "קוסראיאן"@he,
        "कोसरैन"@hi,
        "naurski"@hr,
        "kosrei"@hu,
        "Kosre"@id,
        "kosraska"@is,
        "kosraean"@it,
        "コスラエ語"@ja,
        "ಕೊಸರಿಯನ್"@kn,
        "코스라에어"@ko,
        "کوسرییَن"@ks,
        "ຄູສໄລ"@lo,
        "kosreanų"@lt,
        "kosrājiešu"@lv,
        "козрејски"@mk,
        "കൊസറേയൻ"@ml,
        "कोसरियन"@mr,
        "Kosrejan"@mt,
        "kosraeansk"@nb,
        "Kosraeaans"@nl,
        "kosraeansk"@nn,
        "କୋସରୈନ୍"@or,
        "kosrae"@pl,
        "Lenga Kosraean"@pms,
        "kosraean"@pt,
        "kosraean"@rm,
        "kosrae"@ro,
        "Косяэ"@ru,
        "kusaie"@sk,
        "kosrajščina"@sl,
        "Косреански"@sr,
        "Kosreanski"@sr-Latn,
        "kosreanska"@sv,
        "கோஸ்ரைன்"@ta,
        "కోస్రేయన్"@te,
        "คูสไร"@th,
        "lea fakakosirae"@to,
        "Kosraean"@tr,
        "косрае"@uk,
        "Tiếng Kosrae"@vi .

<http://lexvo.org/id/iso639-3/kur> a lvont:Language,
        skos:Concept ;
    lvont:isFocusOf <http://id.loc.gov/vocabulary/iso639-2/kur> ;
    lvont:iso6392BCode "kur"^^xsd:string ;
    lvont:iso6392TCode "kur"^^xsd:string ;
    lvont:iso639P1Code "ku"^^xsd:string ;
    lvont:iso639P3PCode "kur"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-2/kur> ;
    owl:sameAs <http://dbpedia.org/resource/Kurdish_language>,
        <http://lexvo.org/id/iso639-1/ku>,
        <http://lexvo.org/id/wordnet/30/noun/kurdish_1_10_00>,
        <http://psi.oasis-open.org/iso/639/#kur>,
        <http://www.lingvoj.org/lang/ku>,
        <http://www.mpii.de/yago/resource/Kurdish_language>,
        <info:lc/vocabulary/languages/kur> ;
    skos:altLabel "لغة كردية"@ar,
        "Kürd dili"@az,
        "Курдская мова"@be,
        "Кюрдски език"@bg,
        "কুর্দি ভাষা"@bn,
        "Kurd"@ca,
        "Kurdština"@cs,
        "Cyrdeg"@cy,
        "Kurdisk"@da,
        "Kurdische Sprachen"@de,
        "Κουρδική γλώσσα"@el,
        "Kurdish language"@en,
        "Kurda lingvo"@eo,
        "Idioma kurdo"@es,
        "Kurduera"@eu,
        "زبان کردی"@fa,
        "Kurdi"@fi,
        "Kurde"@fr,
        "Lingua curda"@gl,
        "कुर्दी भाषा"@hi,
        "Kurdski jezik"@hr,
        "Kurd nyelv"@hu,
        "Bahasa Kurdi"@id,
        "kúrdneska"@is,
        "Lingua curda"@it,
        "ქურთული ენა"@ka,
        "Kurdiskisut"@kl,
        "Kurdų kalba"@lt,
        "Kurdu valoda"@lv,
        "कुर्दिश भाषा"@mr,
        "Kurdiske språk"@nn,
        "Język kurdyjski"@pl,
        "Língua curda"@pt,
        "Limba kurdă"@ro,
        "Курдские языки"@ru,
        "Kurdčina"@sk,
        "Gjuha kurde"@sq,
        "Курдски језик"@sr,
        "Kurdiska"@sv,
        "குருதீசிய மொழி"@ta,
        "ภาษาเคิร์ด"@th,
        "Курдська мова"@uk ;
    skos:definition "Kurdish (Kurdish: or ) is a dialect continuum spoken by the Kurds in western Asia. It is part of the Iranian branch of the Indo-Iranian group of Indo-European languages. The Persian language is one of its close modern relatives."@en ;
    skos:inScheme lexvo: ;
    skos:notation "kur"^^xsd:string ;
    skos:prefLabel "Koerdies"@af,
        "ܠܫܢܐ ܩܪܕܘܝܐ"@aii,
        "ኩርድሽኛ"@am,
        "Idioma kurdo"@an,
        "الكردية"@ar,
        "curdu"@ast,
        "kürdcə"@az,
        "курдская"@be,
        "кюрдски"@bg,
        "কুর্দি"@bn,
        "kurdeg"@br,
        "कुर्दी"@brx,
        "kurdski"@bs,
        "курдски"@bs-Cyrl,
        "ኩርድሽኛ"@byn,
        "kurd"@ca,
        "Pinulongang Kurdo"@ceb,
        "زمانی کوردی"@ckb,
        "库尔德文"@cmn,
        "庫爾德文"@cmn-Hant,
        "kurdština"@cs,
        "Курт чĕлхи"@cv,
        "Cwrdeg"@cy,
        "kurdisk"@da,
        "Kurdisch"@de,
        "Kurdki"@diq,
        "ཀར་ཌིཤ་ཁ"@dz,
        "kurdiagbe"@ee,
        "Κουρδικά"@el,
        "Kurdish"@en,
        "𐐗𐐲𐑉𐐼𐐮𐑇"@en-Dsrt,
        "kurda"@eo,
        "kurdo"@es,
        "kurdi"@et,
        "kurduera"@eu,
        "Luenga kurda"@ext,
        "کردی"@fa,
        "kurdi"@fi,
        "Kurdish"@fil,
        "kurdiskt"@fo,
        "kurde"@fr,
        "curd"@fur,
        "Coirdis"@ga,
        "Cùrdais"@gd,
        "kurdo"@gl,
        "Kurdisch"@gsw,
        "Kurdische Sprache"@gsw-FR,
        "કુર્દિશ"@gu,
        "Kurdanci"@ha,
        "כורדית"@he,
        "कुरदीश"@hi,
        "Kurdish bhasa"@hif,
        "kurdski"@hr,
        "Kurdšćina"@hsb,
        "kurd"@hu,
        "Քրդերեն"@hy,
        "kurdo"@ia,
        "Kurdi"@id,
        "Kurda linguo"@io,
        "Kúrdíska"@is,
        "curdo"@it,
        "クルド語"@ja,
        "ქურთული"@ka,
        "Takurdit"@kab,
        "kurdu"@kea,
        "күрд"@kk,
        "kurdiskisut"@kl,
        "ឃឺដ"@km,
        "ಕುರ್ದಿಷ್"@kn,
        "कुर्दिष"@knn,
        "쿠르드어"@ko,
        "کُردِش"@ks,
        "Kurdesch"@ksh,
        "Zimanê kurdî"@ku,
        "Курд кывъяс"@kv,
        "курт"@ky,
        "Lingua Curdica"@la,
        "Lengua curda"@lij,
        "Cürd"@lmo,
        "ເຄີດິສ"@lo,
        "kurdų"@lt,
        "kurdu"@lv,
        "Reo Kuruti"@mi,
        "курдски"@mk,
        "കുർദ്ദിഷ്"@ml,
        "कुर्दिश"@mr,
        "Bahasa Kurdi"@ms,
        "Kurdiż"@mt,
        "ကဒ်"@my,
        "kurdisk"@nb,
        "कुर्दिश"@ne,
        "Koerdisch"@nl,
        "kurdisk"@nn,
        "Kurdisk"@no,
        "Curd"@oc,
        "କୁର୍ଦ୍ଦିଶ୍"@or,
        "курдаг"@os,
        "kurdyjski"@pl,
        "کردي"@ps,
        "curdo"@pt,
        "Kurdi simi"@qu,
        "curd"@rm,
        "kurdă"@ro,
        "курдский"@ru,
        "Inyekuridishi"@rw,
        "Kurdish leid"@sco,
        "kurdigiella"@se,
        "කුර්දිශ්"@si,
        "kurdčina"@sk,
        "kurdščina"@sl,
        "Kurdishka"@so,
        "Kurd"@sq,
        "Курдски"@sr,
        "Kurdski"@sr-Latn,
        "Kurdish"@st,
        "kurdiska"@sv,
        "Kikurdi"@swh,
        "குர்திஷ்"@ta,
        "కర్డిష్"@te,
        "Забони курдӣ"@tg,
        "เคิร์ด"@th,
        "ኩርድሽ"@ti,
        "ኩርድሽኛ"@tig,
        "lea kētisi"@to,
        "Kürtçe"@tr,
        "Көрд теле"@tt,
        "كۇرد تىلى"@ug,
        "курдська"@uk,
        "کردش"@ur,
        "Tiếng Kurd"@vi,
        "Kurdiš"@wae,
        "Курдин келн"@xal,
        "Kurdish"@xh,
        "庫爾德語"@zh,
        "Kurdish"@zsm,
        "isi-Kurdish"@zu .

<http://lexvo.org/id/iso639-3/lad> a lvont:Language,
        skos:Concept ;
    lvont:isFocusOf <http://id.loc.gov/vocabulary/iso639-2/lad> ;
    lvont:iso6392BCode "lad"^^xsd:string ;
    lvont:iso6392TCode "lad"^^xsd:string ;
    lvont:iso639P3PCode "lad"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-2/lad>,
        <http://www.glottolog.org/resource/languoid/id/ladi1251> ;
    owl:sameAs <http://dbpedia.org/resource/Judaeo-Spanish>,
        <http://lexvo.org/id/wordnet/30/noun/judeo-spanish_1_10_00>,
        <http://psi.oasis-open.org/iso/639/#lad>,
        <http://www.lingvoj.org/lang/lad>,
        <http://www.mpii.de/yago/resource/Judaeo-Spanish>,
        <info:lc/vocabulary/languages/lad> ;
    skos:altLabel "إسبانية يهودية"@ar,
        "Sefard dili"@az,
        "Ladinoeg"@br,
        "Judeocastellà"@ca,
        "ladinština"@cs,
        "Ladino"@da,
        "Ισπανοεβραϊκή γλώσσα"@el,
        "Judaeo-Spanish"@en,
        "Ladino language"@en,
        "Idioma judeoespañol"@es,
        "زبان لادینو"@fa,
        "Ladinon kieli"@fi,
        "juutalaisespanja"@fi,
        "Judéo-espagnol"@fr,
        "judéo-espagnol"@fr,
        "לאדינו"@he,
        "Judeošpanjolski jezik"@hr,
        "Ladino nyelv"@hu,
        "Bahasa Ladino"@id,
        "Lingua giudeo-spagnola"@it,
        "ジュデズモ語"@ja,
        "ladinsk"@nn,
        "ladyński"@pl,
        "Judeu-espanhol"@pt,
        "Limba ladino"@ro,
        "Сефардский язык"@ru,
        "židovská španielčina"@sk,
        "Ladino"@sv,
        "ภาษาลาดิโน"@th,
        "Yahudi İspanyolcası"@tr,
        "Ладіно"@uk ;
    skos:definition "Judaeo-Spanish (Judaeo-Spanish: גֿודיאו-איספאנייול ; ), in Israel commonly referred to as Ladino, and known locally as Judezmo, Espanyol, Djudeo-Espanyol, Djudezmo, Spaniolit and other names, is a Romance language derived from Old Spanish. As a Jewish language, it is influenced heavily by Hebrew and Aramaic, but also Arabic, Turkish and to a lesser extent Greek and other languages where Sephardic exiles settled around the world, primarily throughout the Ottoman Empire."@en ;
    skos:inScheme lexvo: ;
    skos:notation "lad"^^xsd:string ;
    skos:prefLabel "Ladino"@af,
        "ላዲኖ"@am,
        "Chodigo-espanyol"@an,
        "الإسباعبرية"@ar,
        "Xudeoespañol"@ast,
        "ladin dili"@az,
        "Сефард теле"@ba,
        "ладино"@bg,
        "লাডিনো"@bn,
        "ladino"@br,
        "लाड़ीनो"@brx,
        "ladino"@bs,
        "ладино"@bs-Cyrl,
        "ladí"@ca,
        "拉迪诺文"@cmn,
        "拉迪諾文"@cmn-Hant,
        "Ladino"@cs,
        "Iddew-Sbaeneg"@cy,
        "ladino"@da,
        "Ladino"@de,
        "Λαδίνο"@el,
        "Ladino"@en,
        "Judhispana lingvo"@eo,
        "ladino"@es,
        "ladiino"@et,
        "Ladino"@eu,
        "لادینو"@fa,
        "ladino"@fi,
        "ladino"@fr,
        "ladin"@fur,
        "Ladino"@gd,
        "Ladino"@gsw,
        "Ladino"@gsw-FR,
        "લાદીનો"@gu,
        "לדינו"@he,
        "लादीनो"@hi,
        "ladino"@hr,
        "ladino"@hu,
        "Ladino"@ia,
        "Ladino"@id,
        "ladínska"@is,
        "ladino"@it,
        "ラディノ語"@ja,
        "ლადინო"@ka,
        "ಕಾಡಿನೋ"@kn,
        "라디노어"@ko,
        "لیڈِنو"@ks,
        "Lingua djudeo-espanyola"@lad,
        "ລາດີໂນ"@lo,
        "ladino"@lt,
        "ladino"@lv,
        "ладино"@mk,
        "ലാഡിനോ"@ml,
        "लादीनो"@mr,
        "Ladino"@mt,
        "Judiu-spanhol"@mwl,
        "ladinsk"@nb,
        "Ladino"@nl,
        "Ladino"@nn,
        "Ladino"@no,
        "Judeoespanhòl"@oc,
        "ଲାଦିନୋ"@or,
        "Ладино"@os,
        "Ladino"@pdc,
        "Ladino"@pl,
        "Lenga giudé-ladin"@pms,
        "ladino"@pt,
        "ladino"@rm,
        "ladino"@ro,
        "ладино"@ru,
        "Limba ladina"@sc,
        "Ladino leid"@sco,
        "Ladino"@sk,
        "ladinščina"@sl,
        "Ладино"@sr,
        "Ladino"@sr-Latn,
        "ladino"@sv,
        "லடினோ"@ta,
        "లాడినో"@te,
        "ลาดิโน"@th,
        "Ladino"@tr,
        "ладіно"@uk,
        "Tiếng Ladino"@vi,
        "לאדינא"@yi,
        "拉迪諾語"@zh .

<http://lexvo.org/id/iso639-3/lat> a lvont:Language,
        skos:Concept ;
    lvont:isFocusOf <http://id.loc.gov/vocabulary/iso639-2/lat> ;
    lvont:iso6392BCode "lat"^^xsd:string ;
    lvont:iso6392TCode "lat"^^xsd:string ;
    lvont:iso639P1Code "la"^^xsd:string ;
    lvont:iso639P3PCode "lat"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-2/lat> ;
    owl:sameAs <http://dbpedia.org/resource/Latin>,
        <http://lexvo.org/id/iso639-1/la>,
        <http://lexvo.org/id/wordnet/30/noun/latin_1_10_00>,
        <http://psi.oasis-open.org/iso/639/#lat>,
        <http://www.lingvoj.org/lang/la>,
        <http://www.mpii.de/yago/resource/Latin>,
        <info:lc/vocabulary/languages/lat> ;
    skos:altLabel "ሮማይስጥ"@am,
        "لغة لاتينية"@ar,
        "Llatín"@ast,
        "Latın dili"@az,
        "Лацінская мова"@be,
        "Латински език"@bg,
        "লাতিন ভাষা"@bn,
        "ལཱ་ཏིན་སྐད།"@bo,
        "Latin"@br,
        "Latinski jezik"@bs,
        "Llatí"@ca,
        "Latina"@cs,
        "Latin"@da,
        "Λατινική γλώσσα"@el,
        "Latin language"@en,
        "Latina lingvo"@eo,
        "Latín"@es,
        "Ladina keel"@et,
        "latina"@eu,
        "زبان لاتین"@fa,
        "Latina"@fi,
        "Latín"@fo,
        "Latin"@fr,
        "Lenghe latine"@fur,
        "An Laidin"@ga,
        "Lingua latina"@gl,
        "लातिन भाषा"@hi,
        "Latinski jezik"@hr,
        "Latin nyelv"@hu,
        "Lingua latin"@ia,
        "Bahasa Latin"@id,
        "Latína"@is,
        "Lingua latina"@it,
        "ლათინური ენა"@ka,
        "Латын тілі"@kk,
        "Latiinerisut"@kl,
        "Latina"@ln,
        "ພາສາລາແຕັງ"@lo,
        "Lotynų kalba"@lt,
        "Latīņu valoda"@lv,
        "Латински јазик"@mk,
        "लॅटिन भाषा"@mr,
        "Latiensche Spraak"@nds,
        "ल्याटिन"@ne,
        "Latin"@nn,
        "Латинаг æвзаг"@os,
        "łaciński"@pl,
        "لاتين ژبه"@ps,
        "Latim"@pt,
        "Latin"@rm,
        "Limba latină"@ro,
        "Латинский язык"@ru,
        "Латыын тыла"@sah,
        "Láhtengiella"@se,
        "Latinčina"@sk,
        "Latinščina"@sl,
        "Af-Laatiin"@so,
        "Gjuha latine"@sq,
        "Латински језик"@sr,
        "Latin"@sv,
        "இலத்தீன்"@ta,
        "Забони лотинӣ"@tg,
        "ภาษาละติน"@th,
        "Латинська мова"@uk,
        "لاطینی زبان"@ur,
        "Tiếng La-tinh"@vi,
        "Èdè Látìnì"@yo ;
    skos:definition "Latin (; Latin: , ) is an Italic language originally spoken in Latium and Ancient Rome. It, along with most European languages, is a descendant of the ancient Proto-Indo-European language. It originated in the Italian peninsula. Although it is considered a dead language, a number of scholars and members of the Christian clergy speak it fluently, and many schools and universities continue to teach it. Latin is still used in the creation of new words in modern languages of many different families, including English. Latin and its daughter Romance languages are the only surviving branch of the Italic language family. Other branches of the Italic languages are attested in documents surviving from early Italy, but were assimilated during the Roman Republic."@en ;
    skos:inScheme lexvo: ;
    skos:notation "lat"^^xsd:string ;
    skos:prefLabel "Алаҭын бызшәа"@ab,
        "Latyn"@af,
        "ܠܫܢܐ ܠܐܛܝܢܝܐ"@aii,
        "ላቲንኛ"@am,
        "Latín"@an,
        "Lǣden"@ang,
        "اللاتينية"@ar,
        "لاتينى"@arz,
        "llatín"@ast,
        "latınca"@az,
        "Латин теле"@ba,
        "Latein"@bar,
        "Tataramon na Latin"@bcl,
        "лацінская"@be,
        "Лацінская мова"@be-tarask,
        "латински"@bg,
        "Latin"@bm,
        "লাটিন"@bn,
        "ལ་ཏིན​་སྐད།"@bo,
        "latin"@br,
        "लैटीन्"@brx,
        "latinski"@bs,
        "латински"@bs-Cyrl,
        "ላቲንኛ"@byn,
        "llatí"@ca,
        "Lengua Latin"@cbk,
        "Lá-dĭng-ngṳ̄"@cdo,
        "Linatin"@ceb,
        "拉丁文"@cmn,
        "拉丁文"@cmn-Hant,
        "Lingua latina"@co,
        "latina"@cs,
        "Латиньскъ ѩꙁꙑкъ"@cu,
        "Латин чĕлхи"@cv,
        "Lladin"@cy,
        "latin"@da,
        "Latein"@de,
        "Latinki"@diq,
        "Łatyńšćina"@dsb,
        "ལེ་ཊིན་ཁ"@dz,
        "latin"@ee,
        "Λατινικά"@el,
        "Latin"@en,
        "𐐢𐐰𐐻𐐮𐑌"@en-Dsrt,
        "latino"@eo,
        "latín"@es,
        "ladina"@et,
        "Latin"@eu,
        "Luenga latina"@ext,
        "لاتینی"@fa,
        "latina"@fi,
        "Latin"@fil,
        "latín"@fo,
        "latin"@fr,
        "Latin"@frp,
        "latin"@fur,
        "Latyn"@fy,
        "Laidin"@ga,
        "Latin dili"@gag,
        "拉丁語"@gan,
        "Laideann"@gd,
        "latín"@gl,
        "Latinañe'ẽ"@gn,
        "Latiin"@gsw,
        "Latein"@gsw-FR,
        "લેટિન"@gu,
        "Ladjyn"@gv,
        "Dan Kabilar Latin"@ha,
        "Lâ-tên-ngî"@hak,
        "Lākina"@haw,
        "לטינית"@he,
        "लैटीन"@hi,
        "Latin"@hif,
        "latinski"@hr,
        "Łaćonšćina"@hsb,
        "latin"@hu,
        "Լատիներեն"@hy,
        "latino"@ia,
        "Latin"@id,
        "Pagsasao a Latino"@ilo,
        "latína"@is,
        "latino"@it,
        "ラテン語"@ja,
        "Basa Latin"@jv,
        "ლათინური"@ka,
        "Latın tili"@kaa,
        "Латиныбзэ"@kbd,
        "latin"@kea,
        "Kilatini"@kg,
        "латын"@kk,
        "latiinerisut"@kl,
        "ឡាតំាង"@km,
        "ಲ್ಯಾಟಿನ್"@kn,
        "लाटिन"@knn,
        "라틴어"@ko,
        "Латин тил"@krc,
        "لاتیٖنی"@ks,
        "Lateijnesch"@ksh,
        "Zimanê latînî"@ku,
        "Латин кыв"@kv,
        "Latin"@kw,
        "латынча"@ky,
        "Lingua Latina"@la,
        "Latín"@lad,
        "Latäin"@lb,
        "ЛатӀин маз"@lbe,
        "Latien"@li,
        "Lengua latinn-a"@lij,
        "Latin"@lmo,
        "latina"@ln,
        "ລາຕິນ"@lo,
        "lotynų"@lt,
        "Luotīnu kalba"@lt-x,
        "latīņu"@lv,
        "L:拉丁語"@lzh,
        "Латинонь кяль"@mdf,
        "Fiteny latina"@mg,
        "Латин йылме"@mhr,
        "латински"@mk,
        "ലാറ്റിൻ"@ml,
        "Латин хэл"@mn,
        "लॅटिन"@mr,
        "Латин йӹлмӹ"@mrj,
        "Bahasa Latin"@ms,
        "Latin"@mt,
        "လက်တင်"@my,
        "Latintlahtōlli"@nah,
        "Latin-gí"@nan,
        "Lengua latina"@nap,
        "latin"@nb,
        "Latien"@nds,
        "लेटिन"@ne,
        "ल्याटिन भाषा"@new,
        "Latijn"@nl,
        "latin"@nn,
        "Latin"@no,
        "Latinum"@nov,
        "Chilatini"@ny,
        "Latin"@oc,
        "Afaan Laatini"@om,
        "ଲାଟିନ୍"@or,
        "латинаг"@os,
        "Latin"@pap,
        "Ladain"@pfl,
        "Łacina"@pl,
        "Lenga latin-a"@pms,
        "لاطینی"@pnb,
        "لاتیني"@ps,
        "latim"@pt,
        "Latin simi"@qu,
        "latin"@rm,
        "latină"@ro,
        "латинский"@ru,
        "Латиньскый язык"@rue,
        "Ikilatini"@rw,
        "लातिनी"@sa,
        "Латыынныы"@sah,
        "Limba latina"@sc,
        "Lingua latina"@scn,
        "Laitin leid"@sco,
        "láhtengiella"@se,
        "Latinski jezik"@sh,
        "ලතින්"@si,
        "latinčina"@sk,
        "latinščina"@sl,
        "Laatiin"@so,
        "Latinisht"@sq,
        "Латински"@sr,
        "Latinski"@sr-Latn,
        "Se-latino"@st,
        "Latiensk"@stq,
        "Basa Latin"@su,
        "latin"@sv,
        "Kilatini"@sw,
        "Kilatini"@swh,
        "Łaćina"@szl,
        "லத்தின்"@ta,
        "లాటిన్"@te,
        "Лотинӣ"@tg,
        "ละติน"@th,
        "ላቲንኛ"@ti,
        "ላቲንኛ"@tig,
        "Wikang Latin"@tl,
        "Latin"@tn,
        "lea fakalatina"@to,
        "Tok Latin"@tpi,
        "Latince"@tr,
        "Латин теле"@tt,
        "Латин кыл"@udm,
        "لاتىن تىلى"@ug,
        "латинська"@uk,
        "لاطینی"@ur,
        "Lotin tili"@uz,
        "Łéngoa latina"@vec,
        "Latinh"@vi,
        "Latyn"@vls,
        "Ladina kiil"@vro,
        "Latén"@wa,
        "Latiniš"@wae,
        "Linatin"@war,
        "拉丁文"@wuu,
        "Латин келн"@xal,
        "Isi-Latin"@xh,
        "לאטיין"@yi,
        "Èdè Latini"@yo,
        "拉丁話"@yue,
        "拉丁语"@zh,
        "Latin"@zsm,
        "isi-Latin"@zu .

<http://lexvo.org/id/iso639-3/lav> a lvont:Language,
        skos:Concept ;
    lvont:isFocusOf <http://id.loc.gov/vocabulary/iso639-2/lav> ;
    lvont:iso6392BCode "lav"^^xsd:string ;
    lvont:iso6392TCode "lav"^^xsd:string ;
    lvont:iso639P1Code "lv"^^xsd:string ;
    lvont:iso639P3PCode "lav"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-2/lav>,
        <http://www.glottolog.org/resource/languoid/id/latv1249> ;
    owl:sameAs <http://lexvo.org/id/iso639-1/lv>,
        <http://lexvo.org/id/wordnet/30/noun/latvian_1_10_00>,
        <http://psi.oasis-open.org/iso/639/#lav>,
        <http://www.lingvoj.org/lang/lv>,
        <info:lc/vocabulary/languages/lav> ;
    skos:altLabel "Letlands"@nl ;
    skos:inScheme lexvo: ;
    skos:notation "lav"^^xsd:string ;
    skos:prefLabel "Letties"@af,
        "ላትቪያን"@am,
        "اللاتفية"@ar,
        "letón"@ast,
        "latışca"@az,
        "латышская"@be,
        "латвийски"@bg,
        "লাত্‌ভীয়"@bn,
        "latvieg"@br,
        "लाटवियन् (लैट्टीश)"@brx,
        "letonski"@bs,
        "летонски"@bs-Cyrl,
        "ላትቪያን"@byn,
        "letó"@ca,
        "拉脱维亚文"@cmn,
        "拉脫維亞文"@cmn-Hant,
        "lotyština"@cs,
        "Latfieg"@cy,
        "lettisk"@da,
        "Lettisch"@de,
        "ལཊ་བི་ཡཱན་ཁ"@dz,
        "latviagbe"@ee,
        "Λετονικά"@el,
        "Latvian"@en,
        "𐐢𐐰𐐻𐑂𐐨𐐲𐑌"@en-Dsrt,
        "latva"@eo,
        "letón"@es,
        "läti"@et,
        "letoniera"@eu,
        "لتونیایی"@fa,
        "latvia"@fi,
        "Latvian"@fil,
        "latviskt"@fo,
        "letton"@fr,
        "leton"@fur,
        "Laitvis"@ga,
        "Laitbheis"@gd,
        "letón"@gl,
        "Lettisch"@gsw,
        "લાતવિયન"@gu,
        "Latbiyanci"@ha,
        "לטבית"@he,
        "लातवी"@hi,
        "latvijski"@hr,
        "lett"@hu,
        "Լատվերեն"@hy,
        "letton"@ia,
        "Latvi"@id,
        "lettneska"@is,
        "lettone"@it,
        "ラトビア語"@ja,
        "ლატვიური"@ka,
        "letãu"@kea,
        "латыш"@kk,
        "letlandimiutut"@kl,
        "ឡាតវីយ៉ា"@km,
        "ಲಟ್ವಿಯನ್"@kn,
        "लाट्वियन् (लेट्टिष्)"@knn,
        "라트비아어"@ko,
        "لَتوِیَن"@ks,
        "Lättesch"@ksh,
        "латвияча"@ky,
        "ເລດວຽນ"@lo,
        "latvių"@lt,
        "latviešu"@lv,
        "латвиски"@mk,
        "ലാത്വിയൻ"@ml,
        "लाट्‌वियन"@mr,
        "Latvjan (Lettix)"@mt,
        "latvisk"@nb,
        "लात्भियाली"@ne,
        "Lets"@nl,
        "latvisk"@nn,
        "Afaan Lativiyaa"@om,
        "ଲାଟଭିଆନ୍"@or,
        "łotewski"@pl,
        "لېټواني"@ps,
        "letão"@pt,
        "letton"@rm,
        "letonă"@ro,
        "латышский"@ru,
        "Ikinyaletoviyani"@rw,
        "látviagiella"@se,
        "ලැට්වියානු"@si,
        "lotyština"@sk,
        "latvijščina"@sl,
        "Laatfiyaan"@so,
        "Letonisht"@sq,
        "Летонски"@sr,
        "Letonski"@sr-Latn,
        "lettiska"@sv,
        "Kilatvia"@swh,
        "லேட்வியன்"@ta,
        "లాట్వియన్"@te,
        "Латвиягӣ"@tg,
        "ลัตเวีย"@th,
        "ላቲቪያን"@ti,
        "ላትቪያን"@tig,
        "Latvian"@tn,
        "lea fakalativia"@to,
        "Letonca"@tr,
        "hi xi Latvia"@ts,
        "латвійська"@uk,
        "لیٹوین"@ur,
        "Tiếng Lát-vi-a"@vi,
        "Lettiš"@wae,
        "Isi-Latvian"@xh,
        "Èdè Latvianu"@yo,
        "Latvia"@zsm,
        "isi-Latvia"@zu .

<http://lexvo.org/id/iso639-3/lin> a lvont:Language,
        skos:Concept ;
    lvont:isFocusOf <http://id.loc.gov/vocabulary/iso639-2/lin> ;
    lvont:iso6392BCode "lin"^^xsd:string ;
    lvont:iso6392TCode "lin"^^xsd:string ;
    lvont:iso639P1Code "ln"^^xsd:string ;
    lvont:iso639P3PCode "lin"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-2/lin>,
        <http://www.glottolog.org/resource/languoid/id/ling1263> ;
    owl:sameAs <http://dbpedia.org/resource/Lingala_language>,
        <http://lexvo.org/id/iso639-1/ln>,
        <http://psi.oasis-open.org/iso/639/#lin>,
        <http://www.lingvoj.org/lang/ln>,
        <http://www.mpii.de/yago/resource/Lingala_language>,
        <info:lc/vocabulary/languages/lin> ;
    skos:altLabel "ሊንጋላኛ"@am,
        "Lingala"@ca,
        "lingalština"@cs,
        "Lingála"@de,
        "Lingala language"@en,
        "Lingala lingvo"@eo,
        "Idioma lingala"@es,
        "Lingala"@eu,
        "Lingala"@fi,
        "Lingala"@fr,
        "Bahasa Lingala"@id,
        "Lingua lingala"@it,
        "Lingála"@ln,
        "Język lingala"@pl,
        "Língua lingala"@pt,
        "Лингала"@ru,
        "Lingala"@sv,
        "இலிங்கள மொழி"@ta,
        "Лінґала"@uk ;
    skos:definition ":\"Ngala language\" redirects here. For Ba-Ngala, see Bangala language. Lingala, or Ngala, is a Bantu language spoken throughout the northwestern part of the Democratic Republic of the Congo and a large part of the Republic of the Congo, as well as to some degree in Angola and the Central African Republic. It has over 10 million speakers. It is classified C.36D under the Guthrie system for classifying Bantu languages and C.40 under the SIL system."@en ;
    skos:inScheme lexvo: ;
    skos:notation "lin"^^xsd:string ;
    skos:prefLabel "Lingaals"@af,
        "ሊንጋላ"@am,
        "اللينجالا"@ar,
        "Linqala dili"@az,
        "лінгала"@be,
        "лингала"@bg,
        "লিঙ্গালা"@bn,
        "lingala"@br,
        "लिंगाला"@brx,
        "lingala"@bs,
        "лингала"@bs-Cyrl,
        "ሊንጋላኛ"@byn,
        "lingala"@ca,
        "林加拉文"@cmn,
        "林加拉文"@cmn-Hant,
        "Ngalština"@cs,
        "Lingala"@cy,
        "lingala"@da,
        "Lingala"@de,
        "lingala"@ee,
        "Λινγκάλα"@el,
        "Lingala"@en,
        "lingala"@eo,
        "lingala"@es,
        "lingala"@et,
        "lingala"@eu,
        "لینگالا"@fa,
        "lingala"@fi,
        "Lingala"@fil,
        "lingala"@fo,
        "lingala"@fr,
        "lingala"@fur,
        "ln"@ga,
        "Lingala"@gd,
        "lingala"@gl,
        "Lingala"@gsw,
        "Lingala"@gsw-FR,
        "લિંગાલા"@gu,
        "Lingala"@ha,
        "לינגלה"@he,
        "लिंगाला"@hi,
        "lingala"@hr,
        "lingala"@hu,
        "Լինգալա"@hy,
        "lingala"@ia,
        "Lingala"@id,
        "lingala"@is,
        "lingala"@it,
        "リンガラ語"@ja,
        "ლინგალა"@ka,
        "Лингалабзэ"@kbd,
        "Dingala"@kg,
        "лингала"@kk,
        "លីនកាឡា"@km,
        "ಲಿಂಗಾಲ"@kn,
        "लिंगाला"@knn,
        "링갈라어"@ko,
        "لِنگالا"@ks,
        "Lingjalla"@ksh,
        "lingála"@ln,
        "ລິງກາລາ"@lo,
        "lingala"@lt,
        "lingala"@lv,
        "лингала"@mk,
        "ലിംഗാല"@ml,
        "लिंगाला"@mr,
        "Lingaljan"@mt,
        "lingala"@nb,
        "लिंगाला"@ne,
        "Lingala"@nl,
        "lingala"@nn,
        "Lingala"@no,
        "Lingalum"@nov,
        "ଲିଙ୍ଗାଲା"@or,
        "lingala"@pl,
        "Lenga Lingala"@pms,
        "لنگالا"@pnb,
        "lingala"@pt,
        "Lingala simi"@qu,
        "lingala"@rm,
        "lingala"@ro,
        "лингала"@ru,
        "Ilingala"@rw,
        "lingalčina"@sk,
        "lingala"@sl,
        "Lingala"@so,
        "Lingala"@sq,
        "Лингала"@sr,
        "Lingala"@sr-Latn,
        "lingala"@sv,
        "Kingala"@sw,
        "Kilingala"@swh,
        "லிங்காலா"@ta,
        "లింగాల"@te,
        "ลิงกาลา"@th,
        "ሊንጋላኛ"@tig,
        "lea lingikala"@to,
        "Lingala"@tr,
        "لىنگالاچە"@ug,
        "лінгала"@uk,
        "لِنگَلا"@ur,
        "Tiếng Lingala"@vi,
        "Lingala"@wa,
        "Lingala"@wae,
        "Iilwimi"@xh,
        "林加拉语"@zh,
        "Lingala"@zsm,
        "isi-Lingala"@zu .

<http://lexvo.org/id/iso639-3/msa> a lvont:Language,
        skos:Concept ;
    lvont:isFocusOf <http://id.loc.gov/vocabulary/iso639-2/may>,
        <http://id.loc.gov/vocabulary/iso639-2/msa> ;
    lvont:iso6392BCode "may"^^xsd:string ;
    lvont:iso6392TCode "msa"^^xsd:string ;
    lvont:iso639P1Code "ms"^^xsd:string ;
    lvont:iso639P3PCode "msa"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-2/may>,
        <http://id.loc.gov/vocabulary/iso639-2/msa> ;
    owl:sameAs <http://lexvo.org/id/iso639-1/ms>,
        <http://lexvo.org/id/wordnet/30/noun/malay_1_10_00>,
        <http://psi.oasis-open.org/iso/639/#msa>,
        <http://www.lingvoj.org/lang/ms>,
        <info:lc/vocabulary/languages/may> ;
    skos:altLabel "Malay (macrolanguage)"@en ;
    skos:inScheme lexvo: ;
    skos:notation "msa"^^xsd:string ;
    skos:prefLabel "Malay"@en,
        "malais"@fr .

<http://lexvo.org/id/iso639-3/mus> a lvont:Language,
        skos:Concept ;
    lvont:isFocusOf <http://id.loc.gov/vocabulary/iso639-2/mus> ;
    lvont:iso6392BCode "mus"^^xsd:string ;
    lvont:iso6392TCode "mus"^^xsd:string ;
    lvont:iso639P3PCode "mus"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-2/mus>,
        <http://www.glottolog.org/resource/languoid/id/cree1270> ;
    owl:sameAs <http://dbpedia.org/resource/Creek_language>,
        <http://psi.oasis-open.org/iso/639/#mus>,
        <http://www.lingvoj.org/lang/mus>,
        <http://www.mpii.de/yago/resource/Creek_language>,
        <info:lc/vocabulary/languages/mus> ;
    skos:altLabel "لغة مسكوكية"@ar,
        "Muskogeeg"@br,
        "Creek language"@en,
        "Idioma creek"@es,
        "Creekin kieli"@fi,
        "Creek"@fr,
        "muskogee"@fr,
        "マスコギ語"@ja,
        "Język krik"@pl,
        "Língua creek"@pt,
        "Крикский язык"@ru,
        "முசுகோக மொழி"@ta,
        "Крикська мова"@uk ;
    skos:definition "The Creek language, also known as Muskogee or Muscogee (Mvskoke in Creek), is a Muskogean language spoken by Muscogee (Creek) and Seminole people primarily in the U.S. states of Oklahoma and Florida."@en ;
    skos:inScheme lexvo: ;
    skos:notation "mus"^^xsd:string ;
    skos:prefLabel "الكريك"@ar,
        "krik dili"@az,
        "крик"@bg,
        "ক্রিক"@bn,
        "muskogi"@br,
        "क्रीक"@brx,
        "kriški"@bs,
        "кришки"@bs-Cyrl,
        "creek"@ca,
        "ᎠᎫᏌ"@chr,
        "克里克文"@cmn,
        "克里克文"@cmn-Hant,
        "muskogee (creek)"@cs,
        "creek"@da,
        "Muskogee-Sprache"@de,
        "Κρικ"@el,
        "Creek"@en,
        "𐐗𐑉𐐨𐐿"@en-Dsrt,
        "Krika lingvo"@eo,
        "creek"@es,
        "maskogi"@et,
        "کریکی"@fa,
        "creek"@fi,
        "creek"@fr,
        "Muskogee-Schpraach"@gsw,
        "ક્રિક"@gu,
        "קריק"@he,
        "क्रीक"@hi,
        "creek"@hr,
        "krík"@hu,
        "Bahasa Muskogee"@id,
        "krík"@is,
        "creek"@it,
        "クリーク語"@ja,
        "ಕ್ರೀಕ್"@kn,
        "크리크어"@ko,
        "کریٖک"@ks,
        "ຄຣິກ"@lo,
        "krykų"@lt,
        "krīku"@lv,
        "крик"@mk,
        "ക്രീക്ക്"@ml,
        "क्रीक"@mr,
        "Kriek"@mt,
        "creek"@nb,
        "Creek"@nl,
        "creek"@nn,
        "କ୍ରୀକ୍"@or,
        "creek"@pl,
        "creek"@pt,
        "Maskoki simi"@qu,
        "creek"@rm,
        "creek"@ro,
        "крик"@ru,
        "kríkčina"@sk,
        "Кришки"@sr,
        "Kriški"@sr-Latn,
        "muskogee"@sv,
        "க்ரீக்"@ta,
        "క్రీక్"@te,
        "ครีก"@th,
        "Creek"@tr,
        "крік"@uk,
        "Tiếng Creek"@vi,
        "克里克语"@zh .

<http://lexvo.org/id/iso639-3/nan> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "nan"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/minn1241> ;
    owl:sameAs <http://dbpedia.org/resource/Min_Nan>,
        <http://www.lingvoj.org/lang/zh-min-nan>,
        <http://www.mpii.de/yago/resource/Min_Nan> ;
    skos:altLabel "Chinese, Min Nan"@en,
        "Min Nan Chinese"@en ;
    skos:definition "The Southern Min languages, or Min Nan , are a family of Chinese languages spoken in southern Fujian, eastern Guangdong, Hainan, Taiwan, and southern Zhejiang provinces of China, and by descendants of emigrants from these areas in diaspora."@en ;
    skos:inScheme lexvo: ;
    skos:notation "nan"^^xsd:string ;
    skos:prefLabel "ደቡብ ሚንኛ"@am,
        "مين نان"@ar,
        "Mineg ar su"@br,
        "Min Nan"@ca,
        "Mìng-nàng-ngṳ̄"@cdo,
        "Minnan"@da,
        "Min Nan"@de,
        "Min Nan"@en,
        "Minnana lingvo"@eo,
        "Chino min nan"@es,
        "Minnan"@fr,
        "Minish Yiass"@gv,
        "Ho-ló-fa"@hak,
        "Bahasa Hokkien"@id,
        "Lingua min nan"@it,
        "ビン南語"@ja,
        "민난어"@ko,
        "L:閩南語"@lzh,
        "Bahasa Hokkien"@ms,
        "Bân-lâm-gú"@nan,
        "Minnanyu"@nl,
        "Minnan"@no,
        "Język minnański"@pl,
        "Lenga Cinèisa, Min Nan"@pms,
        "من نان"@pnb,
        "Min Nan"@pt,
        "Южноминьский язык"@ru,
        "Minnan"@sv,
        "மின்னான் மொழி"@ta,
        "ภาษาหมิ่นใต้"@th,
        "Min-Nan"@tr,
        "Південноміньська мова"@uk,
        "Tiếng Mân Nam"@vi,
        "闽南语"@wuu,
        "閩南話"@yue,
        "Vah Hozloz"@za,
        "闽南语"@zh .

<http://lexvo.org/id/iso639-3/nau> a lvont:Language,
        skos:Concept ;
    lvont:isFocusOf <http://id.loc.gov/vocabulary/iso639-2/nau> ;
    lvont:iso6392BCode "nau"^^xsd:string ;
    lvont:iso6392TCode "nau"^^xsd:string ;
    lvont:iso639P1Code "na"^^xsd:string ;
    lvont:iso639P3PCode "nau"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-2/nau>,
        <http://www.glottolog.org/resource/languoid/id/naur1243> ;
    owl:sameAs <http://dbpedia.org/resource/Nauruan_language>,
        <http://lexvo.org/id/iso639-1/na>,
        <http://psi.oasis-open.org/iso/639/#nau>,
        <http://www.lingvoj.org/lang/na>,
        <http://www.mpii.de/yago/resource/Nauruan_language>,
        <info:lc/vocabulary/languages/nau> ;
    skos:altLabel "ናውሩኛ"@am,
        "لغة ناورونية"@ar,
        "Науруански език"@bg,
        "Naoeroeg"@br,
        "Nauruà"@ca,
        "Nauruština"@cs,
        "Nauruische Sprache"@de,
        "Ναούρου"@el,
        "Nauruan language"@en,
        "Naura lingvo"@eo,
        "Idioma nauruano"@es,
        "Nauru keel"@et,
        "Naurun kieli"@fi,
        "Nauruan"@fr,
        "Bahasa Nauru"@id,
        "Lingua nauruana"@it,
        "Nauruiečių kalba"@lt,
        "Nauruiešu valoda"@lv,
        "Науруански јазик"@mk,
        "Język naurański"@pl,
        "Língua nauruana"@pt,
        "Lingua nauruaisa"@rm,
        "Науруанский язык"@ru,
        "Nauruanska"@sv,
        "நௌருவ மொழி"@ta,
        "ภาษานาอูรู"@th,
        "Nauru Dili"@tr,
        "Науруанська мова"@uk ;
    skos:definition "The Nauruan language (dorerin Naoero) is an Austronesian language spoken in Nauru. It is estimated that it has 7,000 speakers. Almost all speakers are bilingual in English."@en ;
    skos:inScheme lexvo: ;
    skos:notation "nau"^^xsd:string ;
    skos:prefLabel "ናኡሩ"@am,
        "النورو"@ar,
        "nauru dili"@az,
        "науру"@bg,
        "নাউরু"@bn,
        "naurueg"@br,
        "नाऊरू"@brx,
        "nauru"@bs,
        "науру"@bs-Cyrl,
        "ናኡሩ"@byn,
        "nauruà"@ca,
        "瑙鲁文"@cmn,
        "諾魯文"@cmn-Hant,
        "naurština"@cs,
        "Nawrŵeg"@cy,
        "nauru"@da,
        "Nauruisch"@de,
        "naurugbe"@ee,
        "Ναουρού"@el,
        "Nauru"@en,
        "naura"@eo,
        "nauruano"@es,
        "nauru"@et,
        "Nauruera"@eu,
        "نائورویی"@fa,
        "nauru"@fi,
        "nauruan"@fr,
        "Nárúis"@ga,
        "Nauru"@gd,
        "Nauruisch"@gsw,
        "નાઉરૂ"@gu,
        "נאורית"@he,
        "नाउरू"@hi,
        "nauru"@hr,
        "naurui"@hu,
        "Nauru"@id,
        "nárúska"@is,
        "nauru"@it,
        "ナウル語"@ja,
        "ნაურუული ენა"@ka,
        "ನೌರು"@kn,
        "नौरो"@knn,
        "나우루어"@ko,
        "ناورُ"@ks,
        "Lengua naureise"@lij,
        "Naurean"@lmo,
        "ນາຢູລູ"@lo,
        "naurų"@lt,
        "nauruiešu"@lv,
        "науру"@mk,
        "നൗറു"@ml,
        "नउरू"@mr,
        "Bahasa Nauru"@ms,
        "Nawuru"@mt,
        "Dorerin Naoero"@na,
        "nauru"@nb,
        "Nauruaans"@nl,
        "nauru"@nn,
        "Naurisk"@no,
        "ନାଉରୁ"@or,
        "nauru"@pl,
        "Lenga Nauruan"@pms,
        "nauruano"@pt,
        "nauru"@rm,
        "nauru"@ro,
        "науру"@ru,
        "nauru"@sk,
        "naurujščina"@sl,
        "Науру"@sr,
        "Nauru"@sr-Latn,
        "nauru"@sv,
        "நவ்ரூ"@ta,
        "నౌరు"@te,
        "นาอูรู"@th,
        "ናኡሩ"@tig,
        "lea fakanaulu"@to,
        "Nauruca"@tr,
        "науру"@uk,
        "Tiếng Nauru"@vi,
        "瑙鲁语"@zh .

<http://lexvo.org/id/iso639-3/ndo> a lvont:Language,
        skos:Concept ;
    lvont:isFocusOf <http://id.loc.gov/vocabulary/iso639-2/ndo> ;
    lvont:iso6392BCode "ndo"^^xsd:string ;
    lvont:iso6392TCode "ndo"^^xsd:string ;
    lvont:iso639P1Code "ng"^^xsd:string ;
    lvont:iso639P3PCode "ndo"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-2/ndo>,
        <http://www.glottolog.org/resource/languoid/id/ndon1254> ;
    owl:sameAs <http://dbpedia.org/resource/Ndonga_dialect>,
        <http://lexvo.org/id/iso639-1/ng>,
        <http://psi.oasis-open.org/iso/639/#ndo>,
        <http://www.lingvoj.org/lang/ng>,
        <http://www.mpii.de/yago/resource/Ndonga_dialect>,
        <info:lc/vocabulary/languages/ndo> ;
    skos:altLabel "ndondština"@cs,
        "Ndonga dialect"@en,
        "Idioma ndonga"@es,
        "Ndonga keel"@et,
        "Ndonga"@fi,
        "Ndonga"@fr,
        "Lingua ndonga"@it,
        "Język ndonga"@pl,
        "Ndonga"@pt,
        "Ндонга"@ru,
        "Ndonga"@sv,
        "இந்தோங்க மொழி"@ta,
        "Ндонга"@uk ;
    skos:definition "Ndonga (also called Oshiwambo, Otjiwambo, or Owambo) is a Bantu language spoken in Namibia and some parts of Angola. It is a standardized dialect of the Ovambo language, and is mutually intelligible with Kwanyama, the other Ovambo dialect with a standard written form. The total number of Ndonga speakers is estimated to be slightly over one million."@en ;
    skos:inScheme lexvo: ;
    skos:notation "ndo"^^xsd:string ;
    skos:prefLabel "الندونجا"@ar,
        "nqonka dili"@az,
        "Ндонга"@be,
        "ндонга"@bg,
        "এন্দোঙ্গা"@bn,
        "ndonga"@br,
        "न्डोंगा"@brx,
        "ndonga"@bs,
        "ндонга"@bs-Cyrl,
        "ndonga"@ca,
        "恩东加文"@cmn,
        "恩東加文"@cmn-Hant,
        "Ndonga"@cs,
        "ndonga"@da,
        "Ndonga"@de,
        "Ντόνγκα"@el,
        "Ndonga"@en,
        "Ndonga lingvo"@eo,
        "ndonga"@es,
        "ndonga"@et,
        "اندونگایی"@fa,
        "ndonga"@fi,
        "ndonga"@fr,
        "Ndonga"@gsw,
        "ડોન્ગા"@gu,
        "נדונגה"@he,
        "डोन्गा"@hi,
        "ndonga"@hr,
        "ndonga"@hu,
        "Ndonga"@id,
        "ndonga"@is,
        "ndonga"@it,
        "ンドンガ語"@ja,
        "ಡೋಂಗಾ"@kn,
        "느동가어"@ko,
        "ڈونٛگا"@ks,
        "ເອັນດອງກາ"@lo,
        "ndongų"@lt,
        "ndongu"@lv,
        "ндонга"@mk,
        "ഡോങ്ക"@ml,
        "डोंगा"@mr,
        "Bahasa Ndonga"@ms,
        "Ndonga"@mt,
        "ndonga"@nb,
        "Ndonga"@nl,
        "ndonga"@nn,
        "ଡୋଙ୍ଗା"@or,
        "ndonga"@pl,
        "Lenga Ndonga"@pms,
        "dongo"@pt,
        "ndonga"@rm,
        "ndonga"@ro,
        "ндонга"@ru,
        "ndonga"@sk,
        "Ндонга"@sr,
        "Ndonga"@sr-Latn,
        "ndonga"@sv,
        "Kindonga"@swh,
        "தோங்கா"@ta,
        "దోంగా"@te,
        "ดองกา"@th,
        "Ndonga"@tr,
        "ндонга"@uk,
        "Tiếng Ndonga"@vi .

<http://lexvo.org/id/iso639-3/nor> a lvont:Language,
        skos:Concept ;
    lvont:isFocusOf <http://id.loc.gov/vocabulary/iso639-2/nor> ;
    lvont:iso6392BCode "nor"^^xsd:string ;
    lvont:iso6392TCode "nor"^^xsd:string ;
    lvont:iso639P1Code "no"^^xsd:string ;
    lvont:iso639P3PCode "nor"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-2/nor> ;
    owl:sameAs <http://dbpedia.org/resource/Norwegian_language>,
        <http://lexvo.org/id/iso639-1/no>,
        <http://lexvo.org/id/wordnet/30/noun/norwegian_1_10_00>,
        <http://psi.oasis-open.org/iso/639/#nor>,
        <http://www.lingvoj.org/lang/no>,
        <http://www.mpii.de/yago/resource/Norwegian_language>,
        <info:lc/vocabulary/languages/nor> ;
    skos:altLabel "لغة نرويجية"@ar,
        "Norveç dili"@az,
        "Нарвежская мова"@be,
        "Норвежки език"@bg,
        "নরওয়েজীয় ভাষা"@bn,
        "Norvegeg"@br,
        "Norveški jezik"@bs,
        "Noruec"@ca,
        "Norština"@cs,
        "Norsk"@da,
        "Norwegische Sprache"@de,
        "Norwegbe"@ee,
        "Νορβηγική γλώσσα"@el,
        "Norwegian language"@en,
        "Norvega lingvo"@eo,
        "Idioma noruego"@es,
        "Norra keel"@et,
        "Norvegiera"@eu,
        "زبان نروژی"@fa,
        "نارویژی"@fa,
        "Norjan kieli"@fi,
        "Norskt mál"@fo,
        "Norvégien"@fr,
        "Lingua norueguesa"@gl,
        "नॉर्वेजियन भाषा"@hi,
        "Norveški jezik"@hr,
        "Norvég nyelv"@hu,
        "Bahasa Norwegia"@id,
        "Norska"@is,
        "Lingua norvegese"@it,
        "ნორვეგიული ენა"@ka,
        "Норвег тілі"@kk,
        "Norvegų kalba"@lt,
        "Norvēģu valoda"@lv,
        "Норвешки јазик"@mk,
        "नॉर्वेजियन भाषा"@mr,
        "Norweegsche Spraak"@nds,
        "Norsk"@nn,
        "Język norweski"@pl,
        "Língua norueguesa"@pt,
        "Lingua norvegiaisa"@rm,
        "Limba norvegiană"@ro,
        "Норвежский язык"@ru,
        "Dárogiella"@se,
        "Nórčina"@sk,
        "Norveščina"@sl,
        "Gjuha norvegjeze"@sq,
        "Norveški jezik"@sr,
        "Norska"@sv,
        "நோர்வே மொழி"@ta,
        "Забони норвегӣ"@tg,
        "ภาษานอร์เวย์"@th,
        "Норвезька мова"@uk,
        "Èdè ará Nọ́rwèy"@yo ;
    skos:definition "Norwegian (norsk) is a North Germanic language spoken primarily in Norway, where it is the official language. Together with Swedish and Danish, Norwegian forms a continuum of more or less mutually intelligible local and regional variants (see Danish language)."@en ;
    skos:inScheme lexvo: ;
    skos:notation "nor"^^xsd:string ;
    skos:prefLabel "Noors"@af,
        "ኖርዌጂያን"@am,
        "Idioma noruego"@an,
        "Norðisc sprǣc"@ang,
        "النرويجية"@ar,
        "نرويجى"@arz,
        "norveç dili"@az,
        "нарвежская"@be,
        "Нарвэская мова"@be-tarask,
        "норвежки"@bg,
        "নরওয়েজীয়"@bn,
        "norvegeg"@br,
        "नॉर्वेजीयन्"@brx,
        "norveški"@bs,
        "норвешки"@bs-Cyrl,
        "ኖርዌጂያን"@byn,
        "noruec"@ca,
        "挪威文"@cmn,
        "挪威文"@cmn-Hant,
        "norština"@cs,
        "Норвег чĕлхи"@cv,
        "Norwyeg"@cy,
        "norsk"@da,
        "Norwegisch"@de,
        "ནོར་ཝི་ཇི་ཡན་ཁ"@dz,
        "nɔweigbe"@ee,
        "Νορβηγικά"@el,
        "Norwegian"@en,
        "norvega"@eo,
        "noruego"@es,
        "norra"@et,
        "norvegiera"@eu,
        "نروژی"@fa,
        "norja"@fi,
        "Norwegian"@fil,
        "norskt"@fo,
        "norvégien"@fr,
        "norvegjês"@fur,
        "Noarsk"@fy,
        "Ioruais"@ga,
        "Nirribhis"@gd,
        "noruegués"@gl,
        "Norwegisch"@gsw,
        "નૉર્વેજીયન"@gu,
        "Norlynnish"@gv,
        "Yaren mutanen Norway"@ha,
        "נורבגית"@he,
        "नार्वेजियन"@hi,
        "Norwegian bhasa"@hif,
        "norveški"@hr,
        "norvég"@hu,
        "Նորվեգերեն"@hy,
        "norvegiano"@ia,
        "Norwegia"@id,
        "Norvegiana linguo"@io,
        "norska"@is,
        "norvegese"@it,
        "ノルウェー語"@ja,
        "ნორვეგიული"@ka,
        "Норвегэбзэ"@kbd,
        "норвег"@kk,
        "ភាសាន័រវែស"@km,
        "ನಾರ್ವೇಜಿಯನ್"@kn,
        "नोर्वेजियन"@knn,
        "노르웨이어"@ko,
        "Норвег тил"@krc,
        "ناروییَن"@ks,
        "Norrweejesch"@ksh,
        "Zimanê norwêcî"@ku,
        "Норск кыв"@kv,
        "Norgahek"@kw,
        "норвежче"@ky,
        "Lingua Norvegica"@la,
        "Noors"@li,
        "Lengua norvegeise"@lij,
        "Lengua nurvegesa"@lmo,
        "ນໍເວຍ"@lo,
        "norvegų"@lt,
        "Nuorvegu kalba"@lt-x,
        "norvēģu"@lv,
        "Норвегонь кяль"@mdf,
        "Норвег йылме"@mhr,
        "норвешки"@mk,
        "നോർവീജിയൻ"@ml,
        "नोर्वेजियन"@mr,
        "Bahasa Norway"@ms,
        "Norveġiż"@mt,
        "နော်ဝေး"@my,
        "Norge-gí"@nan,
        "norsk"@nb,
        "Noors"@nds,
        "नर्वेजियाली"@ne,
        "Noors"@nl,
        "norsk"@nn,
        "Norsk"@no,
        "Norvegian"@oc,
        "Afaan Norweyii"@om,
        "ନରୱେଜିଆନ୍"@or,
        "Норвегиаг æвзаг"@os,
        "ਨਾਰਵੇਜੀਅਨ"@pa,
        "norweski"@pl,
        "ناروېئې"@ps,
        "norueguês"@pt,
        "Nurwiga simi"@qu,
        "norvegiais"@rm,
        "norvegiană"@ro,
        "норвежский"@ru,
        "Ikinoruveji"@rw,
        "Lingua norviggisa"@scn,
        "Norse leid"@sco,
        "dárogiella"@se,
        "Norveški jezik"@sh,
        "nórčina"@sk,
        "norveščina"@sl,
        "Af Noorwiijiyaan"@so,
        "Norvegjisht"@sq,
        "Норвешки"@sr,
        "Norveški"@sr-Latn,
        "Se-norway"@st,
        "Norwegisk"@stq,
        "norska"@sv,
        "Kinorwei"@sw,
        "Kinorwe"@swh,
        "Norwesko godka"@szl,
        "நார்வே"@ta,
        "నార్విజియాన్"@te,
        "Норвегӣ"@tg,
        "นอร์เวย์"@th,
        "ኖርዌጂያን"@ti,
        "ኖርዌጂያን"@tig,
        "Puo ya kwa Norway"@tn,
        "lea fakanouē"@to,
        "Tok Nowe"@tpi,
        "Norveççe"@tr,
        "Xi Norway"@ts,
        "Норвег теле"@tt,
        "نورۋېگىيە تىلى"@ug,
        "норвезька"@uk,
        "نارویجین"@ur,
        "Tiếng Na Uy"@vi,
        "Isi-Norwegian"@xh,
        "Èdè Norway"@yo,
        "Nôors"@zea,
        "挪威语"@zh,
        "Norway"@zsm,
        "IsiNoweyi"@zu .

<http://lexvo.org/id/iso639-3/oji> a lvont:Language,
        skos:Concept ;
    lvont:isFocusOf <http://id.loc.gov/vocabulary/iso639-2/oji> ;
    lvont:iso6392BCode "oji"^^xsd:string ;
    lvont:iso6392TCode "oji"^^xsd:string ;
    lvont:iso639P1Code "oj"^^xsd:string ;
    lvont:iso639P3PCode "oji"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-2/oji> ;
    owl:sameAs <http://dbpedia.org/resource/Ojibwe_language>,
        <http://lexvo.org/id/iso639-1/oj>,
        <http://lexvo.org/id/wordnet/30/noun/ojibwa_1_10_00>,
        <http://psi.oasis-open.org/iso/639/#oji>,
        <http://www.lingvoj.org/lang/oj>,
        <http://www.mpii.de/yago/resource/Ojibwe_language>,
        <info:lc/vocabulary/languages/oji> ;
    skos:altLabel "Ojibweg"@br,
        "Ojibwa-Sprache"@de,
        "Ojibwe language"@en,
        "Idioma ojibwa"@es,
        "Ojibwé"@fr,
        "Anišinabų kalba"@lt,
        "Ojibwe"@nl,
        "Język odżibwe"@pl,
        "Língua ojíbua"@pt,
        "Оджибве"@ru,
        "odjibwa"@sv,
        "ภาษาโอจิบเว"@th ;
    skos:definition "Ojibwe (or Ojibwa, Ojibway, or Chippewa), also called Anishinaabemowin, is an indigenous language of the Algonquian language family. Ojibwe is characterized by a series of dialects that have local names and frequently local (non-indigenous) writing systems. There is no single dialect that is considered the most prestigious or most prominent, and no standard writing system that covers all dialects. The relative autonomy of the regional dialects of Ojibwe is associated with an absence of linguistic or political unity among Ojibwe-speaking groups."@en ;
    skos:inScheme lexvo: ;
    skos:notation "oji"^^xsd:string ;
    skos:prefLabel "الأوجيبوا"@ar,
        "ocibva dili"@az,
        "Ojibwe"@bar,
        "аджыбве"@be,
        "оджибва"@bg,
        "ওজিবওয়া"@bn,
        "ojibwa"@br,
        "ओहीबवा"@brx,
        "ojibva"@bs,
        "ојибва"@bs-Cyrl,
        "ojibwa"@ca,
        "奥吉布瓦文"@cmn,
        "奧杰布瓦文"@cmn-Hant,
        "ᐊᓂᔑᓈᐯᒧᐎᓐ"@cr,
        "odžibvejština"@cs,
        "Ojibwa"@cy,
        "ojibwa"@da,
        "Ojibwe"@de,
        "Οζιβίγουα"@el,
        "Ojibwa"@en,
        "Aniŝinabeka lingvo"@eo,
        "ojibwa"@es,
        "odžibvei"@et,
        "اوجیبوایی"@fa,
        "odžibwa"@fi,
        "ojibwa"@fr,
        "Lingua ojibwa"@gl,
        "Ojibwa-Schpraach"@gsw,
        "ઓઝિંબ્વા"@gu,
        "אוג'יבווה"@he,
        "ओजिब्वा"@hi,
        "ojibwa"@hr,
        "ojibva"@hu,
        "Ojibwa"@id,
        "ojibva"@is,
        "ojibwa"@it,
        "オジブウェー語"@ja,
        "ಒಜಿಬ್ವಾ"@kn,
        "오지브웨이어"@ko,
        "اوجِبوا"@ks,
        "ໂອຈິບວາ"@lo,
        "ojibva"@lt,
        "odžibvu"@lv,
        "оџибва"@mk,
        "ഓജിബ്വാ"@ml,
        "ओजिब्वा"@mr,
        "Oġibwa"@mt,
        "ojibwa"@nb,
        "Ojibwa"@nl,
        "ojibwa"@nn,
        "Ojibwa"@no,
        "ଓଜିୱା"@or,
        "odżibwa"@pl,
        "ojibwa"@pt,
        "Anishinapay simi"@qu,
        "ojibwa"@rm,
        "ojibwa"@ro,
        "оджибва"@ru,
        "odžibva"@sk,
        "anašinabščina"@sl,
        "Ојибва"@sr,
        "Ojibva"@sr-Latn,
        "Ojibwa"@sv,
        "ஓஜிபவா"@ta,
        "చేవా"@te,
        "โอจิบวา"@th,
        "Ojibva Dili"@tr,
        "оджібва"@uk,
        "Tiếng Ojibwa"@vi,
        "奥杰布瓦语"@zh .

<http://lexvo.org/id/iso639-3/san> a lvont:Language,
        skos:Concept ;
    lvont:isFocusOf <http://id.loc.gov/vocabulary/iso639-2/san> ;
    lvont:iso6392BCode "san"^^xsd:string ;
    lvont:iso6392TCode "san"^^xsd:string ;
    lvont:iso639P1Code "sa"^^xsd:string ;
    lvont:iso639P3PCode "san"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-2/san> ;
    owl:sameAs <http://dbpedia.org/resource/Sanskrit>,
        <http://lexvo.org/id/iso639-1/sa>,
        <http://lexvo.org/id/wordnet/30/noun/sanskrit_1_10_00>,
        <http://psi.oasis-open.org/iso/639/#san>,
        <http://www.lingvoj.org/lang/sa>,
        <http://www.mpii.de/yago/resource/Sanskrit>,
        <info:lc/vocabulary/languages/san> ;
    skos:altLabel "ሳንስክሪትኛ"@am,
        "لغة سنسكريتية"@ar,
        "Sánscritu"@ast,
        "Sanskrit dili"@az,
        "Санскрыт"@be,
        "санкскритски"@bg,
        "সংস্কৃত ভাষা"@bn,
        "ལེགས་སྦྱར་སྐད།"@bo,
        "Sañskriteg"@br,
        "Sanskrit"@bs,
        "Sànscrit"@ca,
        "Sanskrt"@cs,
        "Sanskrit"@da,
        "Σανσκριτική γλώσσα"@el,
        "Sanskrito"@eo,
        "Sánscrito"@es,
        "Sanskriti keel"@et,
        "sanskritoa"@eu,
        "زبان سانسکریت"@fa,
        "Sanskrit"@fi,
        "Sanskrit"@fr,
        "An tSanscrait"@ga,
        "Lingua sánscrita"@gl,
        "સંસ્કૃત ભાષા"@gu,
        "संस्कृत भाषा"@hi,
        "sanskrtski"@hr,
        "Szanszkrit nyelv"@hu,
        "Սանսկրիտերեն"@hy,
        "Sanscrito"@ia,
        "Bahasa Sanskerta"@id,
        "Sanskrít"@is,
        "Lingua sanscrita"@it,
        "サンスクリット語"@ja,
        "Санскрит"@kk,
        "Sanskritas"@lt,
        "Sanskrits"@lv,
        "Санскритски јазик"@mk,
        "संस्‍कृत भाषा"@mr,
        "သင်္သကရိုက်ဘာသာ"@my,
        "Sanskrit"@nn,
        "Sanskryt"@pl,
        "سانسګریت ژبه"@ps,
        "Sânscrito"@pt,
        "Limba sanscrită"@ro,
        "Санскрит"@ru,
        "Igisansikiriti"@rw,
        "Sanskrit"@sk,
        "Sanskrt"@sl,
        "Sanskrit"@sv,
        "சமஸ்கிருதம்"@ta,
        "సంస్కృతము"@te,
        "ภาษาสันสกฤต"@th,
        "Санскрит"@uk,
        "سَنسکرِت"@ur ;
    skos:definition "Sanskrit ( , originally , \"refined speech\"), is a historical Indo-Aryan language and the primary liturgical language of Hinduism, Jainism and Buddhism. Today, it is listed as one of the 22 scheduled languages of India and is an official language of the state of Uttarakhand. In western classical linguistics, Sanskrit occupies a pre-eminent position along with Greek and Latin in Indo-European studies."@en ;
    skos:inScheme lexvo: ;
    skos:notation "san"^^xsd:string ;
    skos:prefLabel "Sanskrit"@af,
        "ሳንስክሪት"@am,
        "Sanscrito"@an,
        "السنسكريتية"@ar,
        "سانسكريتى"@arz,
        "সংস্কৃত"@as,
        "sánscritu"@ast,
        "Sanskrit"@az,
        "Sanskrit"@bar,
        "Sanskrito"@bcl,
        "санскрыт"@be,
        "Санскрыт"@be-tarask,
        "Санскрит"@bg,
        "সংষ্কৃত"@bn,
        "སཾ་སྐྲྀ་ཏ།"@bo,
        "সংস্কৃত"@bpy,
        "sanskriteg"@br,
        "संस्कृत्"@brx,
        "sanskrit"@bs,
        "санскрит"@bs-Cyrl,
        "ሳንስክሪትኛ"@byn,
        "sànscrit"@ca,
        "Pinulongang Sanskrito"@ceb,
        "梵文"@cmn,
        "梵文"@cmn-Hant,
        "sanskrt"@cs,
        "Sansgrit"@cy,
        "sanskrit"@da,
        "Sanskrit"@de,
        "ސަންސްކްރިއްތް"@dv,
        "སཾསྐྲྀཏ་ཁ"@dz,
        "sanskrigbe"@ee,
        "Σανσκριτικά"@el,
        "Sanskrit"@en,
        "sanskrito"@eo,
        "sánscrito"@es,
        "sanskriti"@et,
        "Sanskrito"@eu,
        "سنسکریت"@fa,
        "sanskrit"@fi,
        "Sanskrit"@fil,
        "sanskrit"@fo,
        "sanskrit"@fr,
        "sanscrit"@fur,
        "Sanskryt"@fy,
        "Sanscrait"@ga,
        "梵語"@gan,
        "Sanskrit"@gd,
        "sánscrito"@gl,
        "Sanschkrit"@gsw,
        "Sanskrit"@gsw-FR,
        "સંસ્કૃત"@gu,
        "sanskrit"@ha,
        "Fan-vun"@hak,
        "סנסקריט"@he,
        "संस्कृत"@hi,
        "Sanskrit"@hif,
        "Sanskrt"@hr,
        "szanszkrit"@hu,
        "Սանսկրիտ"@hy,
        "sanscrito"@ia,
        "Sansekerta"@id,
        "Sanskrita linguo"@io,
        "sanskrít"@is,
        "sanscrito"@it,
        "サンスクリット"@ja,
        "Basa Sangskreta"@jv,
        "სანსკრიტი"@ka,
        "sanskritu"@kea,
        "санскрит"@kk,
        "សំស្ក្រឹត"@km,
        "ಸಂಸ್ಕೃತ"@kn,
        "संस्कृत"@knn,
        "산스크리트어"@ko,
        "سَنسکرٕت"@ks,
        "Sanskrit"@ksh,
        "Sanskrît"@ku,
        "Sanskrytek"@kw,
        "Lingua Sanscrita"@la,
        "Sanskriet"@li,
        "Lengua sànscrïa"@lij,
        "Sanscrit"@lmo,
        "ສັນສະກິດ"@lo,
        "sanskrito"@lt,
        "Sanskrita kalba"@lt-x,
        "sanskrits"@lv,
        "Sanskrity"@mg,
        "санскрит"@mk,
        "സംസ്കൃതം"@ml,
        "Санскрит хэл"@mn,
        "संस्कृत"@mr,
        "Sanskrit"@ms,
        "Sanskrit"@mt,
        "သင်္သကရိုက်"@my,
        "Sanscritotlahtōlli"@nah,
        "Hoân-gí"@nan,
        "sanskrit"@nb,
        "Sanskrit"@nds,
        "संस्कृत"@ne,
        "संस्कृत"@new,
        "Sanskriet"@nl,
        "sanskrit"@nn,
        "Sanskrit"@no,
        "Sanscrit"@oc,
        "ସଂସ୍କୃତ"@or,
        "sanskryt"@pl,
        "Sànscrit"@pms,
        "سنسکرت"@pnb,
        "سنسکریټ"@ps,
        "sânscrito"@pt,
        "Sanskrit simi"@qu,
        "sanscrit"@rm,
        "sanscrită"@ro,
        "संस्कृतीकानी छीब"@rom,
        "санскрит"@ru,
        "Санскріт"@rue,
        "Igisansikiri"@rw,
        "संस्कृतम्"@sa,
        "Санскрит"@sah,
        "Lingua sanscrita"@scn,
        "Sanskrit"@sco,
        "Sanskrit"@sh,
        "සංස්කෘත"@si,
        "sanskrit"@sk,
        "sanskrt"@sl,
        "Sanskrit"@so,
        "Sanskritisht"@sq,
        "Санскрит"@sr,
        "Sanskrit"@sr-Latn,
        "Basa Sangsakerta"@su,
        "sanskrit"@sv,
        "Kisanskrit"@sw,
        "Kisanskriti"@swh,
        "சமசுகிருதம்"@ta,
        "సంస్కృతం"@te,
        "สันสกฤต"@th,
        "ሳንስክሪትኛ"@tig,
        "Wikang Sanskrito"@tl,
        "lea sanisukuliti"@to,
        "Sanskritçe"@tr,
        "Санскрит"@tt,
        "санскрит"@uk,
        "سنسکرت"@ur,
        "Tiếng Phạn"@vi,
        "Sanskrit"@wae,
        "Sinanskrit"@war,
        "Эндкгин келн"@xal,
        "iSanskrit"@xh,
        "סאנסקריט"@yi,
        "Èdè awon ara Indo"@yo,
        "梵文"@yue,
        "梵语"@zh,
        "Sanskrit"@zsm,
        "isi-Sanskrit"@zu .

<http://lexvo.org/id/iso639-3/shn> a lvont:Language,
        skos:Concept ;
    lvont:isFocusOf <http://id.loc.gov/vocabulary/iso639-2/shn> ;
    lvont:iso6392BCode "shn"^^xsd:string ;
    lvont:iso6392TCode "shn"^^xsd:string ;
    lvont:iso639P3PCode "shn"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-2/shn>,
        <http://www.glottolog.org/resource/languoid/id/shan1277> ;
    owl:sameAs <http://dbpedia.org/resource/Shan_language>,
        <http://lexvo.org/id/wordnet/30/noun/tai_long_1_10_00>,
        <http://psi.oasis-open.org/iso/639/#shn>,
        <http://www.lingvoj.org/lang/shn>,
        <http://www.mpii.de/yago/resource/Shan_language>,
        <info:lc/vocabulary/languages/shn> ;
    skos:altLabel "Chaneg"@br,
        "Shan language"@en,
        "shan"@fr,
        "ພາສາໄທໃຫຍ່"@lo,
        "Šanų kalba"@lt,
        "Język szan"@pl,
        "Língua shan"@pt,
        "Шанский язык"@ru,
        "Shan"@sv,
        "ภาษาไทใหญ่"@th ;
    skos:definition "The Shan language (, or , ; , ; ) is the native language of Shan people and spoken mostly in Shan State, Burma. It is also used in pockets of Kachin State in Burma, in northern Thailand, and in Xishuangbanna Dai Autonomous Prefecture, Yunnan Province, China. Shan is a member of the Tai–Kadai language family, and is related to Thai. It has five tones, which do not correspond exactly to Thai tones, plus a \"sixth tone\" used for emphasis. It is called Tai Yai, or Tai Long in the Tai languages. The term \"Shan\" is an exonym believed to be a Burmese derivative of \"Siam\"."@en ;
    skos:inScheme lexvo: ;
    skos:notation "shn"^^xsd:string ;
    skos:prefLabel "الشانية"@ar,
        "şan dili"@az,
        "шан"@bg,
        "শান"@bn,
        "shan"@br,
        "शान"@brx,
        "šan"@bs,
        "шан"@bs-Cyrl,
        "xan"@ca,
        "掸文"@cmn,
        "撣文"@cmn-Hant,
        "šanština"@cs,
        "shan"@da,
        "Schan-Sprache"@de,
        "ཤཱན་ཁ"@dz,
        "Σαν"@el,
        "Shan"@en,
        "shan"@es,
        "šani"@et,
        "شانی"@fa,
        "shan"@fi,
        "chan"@fr,
        "Schan-Schpraach"@gsw,
        "શેન"@gu,
        "שאן"@he,
        "शैन"@hi,
        "shan"@hr,
        "san"@hu,
        "Shan"@id,
        "sjan"@is,
        "shan"@it,
        "シャン語"@ja,
        "Шан тілі"@kk,
        "ಶಾನ್"@kn,
        "샨어"@ko,
        "شان"@ks,
        "Шан кыв"@kv,
        "ໄທໃຫ່ຍ"@lo,
        "šan"@lt,
        "šanu"@lv,
        "шан"@mk,
        "ഷാൻ"@ml,
        "शॅन"@mr,
        "Xan"@mt,
        "ရှမ်း"@my,
        "shan"@nb,
        "Shan"@nl,
        "shan"@nn,
        "ଶାନ୍"@or,
        "shan"@pl,
        "shan"@pt,
        "shan"@rm,
        "shan"@ro,
        "шанский"@ru,
        "Shan leid"@sco,
        "šančina"@sk,
        "šanščina"@sl,
        "Шан"@sr,
        "Šan"@sr-Latn,
        "shan"@sv,
        "ஷான்"@ta,
        "షాన్"@te,
        "ไทใหญ่"@th,
        "Shan Dili"@tr,
        "шанська"@uk,
        "Tiếng Shan"@vi,
        "掸语"@zh .

<http://lexvo.org/id/iso639-3/srd> a lvont:Language,
        skos:Concept ;
    lvont:isFocusOf <http://id.loc.gov/vocabulary/iso639-2/srd> ;
    lvont:iso6392BCode "srd"^^xsd:string ;
    lvont:iso6392TCode "srd"^^xsd:string ;
    lvont:iso639P1Code "sc"^^xsd:string ;
    lvont:iso639P3PCode "srd"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-2/srd> ;
    owl:sameAs <http://dbpedia.org/resource/Sardinian_language>,
        <http://lexvo.org/id/iso639-1/sc>,
        <http://lexvo.org/id/wordnet/30/noun/sardinian_1_10_00>,
        <http://psi.oasis-open.org/iso/639/#srd>,
        <http://www.lingvoj.org/lang/sc>,
        <http://www.mpii.de/yago/resource/Sardinian_language>,
        <info:lc/vocabulary/languages/srd> ;
    skos:altLabel "لغة سردينية"@ar,
        "Сардински език"@bg,
        "Sard"@ca,
        "Sardinština"@cs,
        "sardinsk"@da,
        "Sardische Sprache"@de,
        "Sardinian language"@en,
        "Idioma sardo"@es,
        "زبان ساردنیایی"@fa,
        "Sardi"@fi,
        "Sarde"@fr,
        "An tSairdínis"@ga,
        "Sardainis"@gd,
        "סרדינית"@he,
        "Sardinski jezici"@hr,
        "Szárd nyelv"@hu,
        "Bahasa Sardinia"@id,
        "Sardiníska"@is,
        "Lingua sarda"@it,
        "사르디니아어"@ko,
        "Sardu valoda"@lv,
        "Сардински јазик"@mk,
        "Sardinisch"@nl,
        "sardinsk"@nn,
        "Język sardyński"@pl,
        "Língua sarda"@pt,
        "Limba sardă"@ro,
        "Сардинский язык"@ru,
        "Sardigiella"@se,
        "Sardínčina"@sk,
        "Sardiska"@sv,
        "சார்தீனியம்"@ta,
        "Sardunya Dili"@tr,
        "Сардська мова"@uk ;
    skos:definition "Sardinian (, ) is a Romance language spoken and written on most of the island of Sardinia (Italy). It is considered the most conservative of the Romance languages in terms of phonology and is noted for its Paleosardinian substratum."@en ;
    skos:inScheme lexvo: ;
    skos:notation "srd"^^xsd:string ;
    skos:prefLabel "Sardies"@af,
        "Idioma sardo"@an,
        "السردينية"@ar,
        "Sardu"@ast,
        "sardin dili"@az,
        "сардински"@bg,
        "সার্ডিনিয়ান"@bn,
        "sardeg"@br,
        "सार्दीनी"@brx,
        "sardinijski"@bs,
        "сардињаски"@bs-Cyrl,
        "sard"@ca,
        "萨丁文"@cmn,
        "撒丁文"@cmn-Hant,
        "Lingua sarda"@co,
        "sardština"@cs,
        "Sardeg"@cy,
        "Sardisk"@da,
        "Sardisch"@de,
        "Σαρδινικά"@el,
        "Sardinian"@en,
        "Sarda lingvo"@eo,
        "sardo"@es,
        "sardiinia"@et,
        "Sardiniera"@eu,
        "ساردینیایی"@fa,
        "sardi"@fi,
        "sarde"@fr,
        "Sardo"@frp,
        "sardegnûl"@fur,
        "Sairdínis"@ga,
        "Sàrdais"@gd,
        "Lingua sarda"@gl,
        "Sardisch"@gsw,
        "સાર્દિનિયન"@gu,
        "Sat-tên-nî-â-ngî"@hak,
        "סרדו"@he,
        "सार्दिनियन"@hi,
        "Sardinian bhasa"@hif,
        "sardski"@hr,
        "Sardišćina"@hsb,
        "szardíniai"@hu,
        "Lingua sarde"@ia,
        "Sardinia"@id,
        "Sardiniana linguo"@io,
        "sardínska"@is,
        "sardo"@it,
        "サルデーニャ語"@ja,
        "სარდინიული"@ka,
        "ಸರ್ಡೀನಿಯನ್"@kn,
        "사르데냐어"@ko,
        "سراڈیٖنی"@ks,
        "Zimanê sardî"@ku,
        "Сардин кыв"@kv,
        "Sardaynek"@kw,
        "Lingua Sarda"@la,
        "Sardiens"@li,
        "Lengua sarda"@lij,
        "Sardagnö"@lmo,
        "ສາດີນຽນ"@lo,
        "sardiniečių"@lt,
        "sardīniešu"@lv,
        "сардиниски"@mk,
        "സർഡിനിയാൻ"@ml,
        "सर्दिनियन"@mr,
        "Sardinjan"@mt,
        "sardinsk"@nb,
        "Sardies"@nds,
        "Sardijns"@nl,
        "Sardisk"@nn,
        "Sardisk"@no,
        "Sarde"@oc,
        "ସର୍ଦିନିଆନ୍"@or,
        "Сардаг æвзаг"@os,
        "sardyński"@pl,
        "Lenga sarda"@pms,
        "سارڈینی"@pnb,
        "sardo"@pt,
        "sard"@rm,
        "sardiniană"@ro,
        "сардинский"@ru,
        "Limba sarda"@sc,
        "Lingua sarda"@scn,
        "sardigiella"@se,
        "sardínčina"@sk,
        "sardinščina"@sl,
        "Сардињаски"@sr,
        "Sardinijski"@sr-Latn,
        "sardiska"@sv,
        "சாடினியன்"@ta,
        "సార్డీనియన్"@te,
        "ซาร์เดญา"@th,
        "Sarduca"@tr,
        "Сардин теле"@tt,
        "ساردىنىيە تىلى"@ug,
        "сардинська"@uk,
        "Łéngua sardegnoła"@vec,
        "Tiếng Sardinia"@vi,
        "Sarde"@wa,
        "薩丁尼亞語"@zh .

<http://lexvo.org/id/iso639-3/tah> a lvont:Language,
        skos:Concept ;
    lvont:isFocusOf <http://id.loc.gov/vocabulary/iso639-2/tah> ;
    lvont:iso6392BCode "tah"^^xsd:string ;
    lvont:iso6392TCode "tah"^^xsd:string ;
    lvont:iso639P1Code "ty"^^xsd:string ;
    lvont:iso639P3PCode "tah"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-2/tah>,
        <http://www.glottolog.org/resource/languoid/id/tahi1242> ;
    owl:sameAs <http://dbpedia.org/resource/Tahitian_language>,
        <http://lexvo.org/id/iso639-1/ty>,
        <http://psi.oasis-open.org/iso/639/#tah>,
        <http://www.lingvoj.org/lang/ty>,
        <http://www.mpii.de/yago/resource/Tahitian_language>,
        <info:lc/vocabulary/languages/tah> ;
    skos:altLabel "لغة تاهيتية"@ar,
        "tahitianeg"@br,
        "Tahitià"@ca,
        "Tahitianische Sprache"@de,
        "Tahitian language"@en,
        "Idioma tahitiano"@es,
        "Tahitin kieli"@fi,
        "Tahitien"@fr,
        "‘Ōlelo Kahiki"@haw,
        "Bahasa Tahiti"@id,
        "Tahítíska"@is,
        "Lingua tahitiana"@it,
        "Taitiečių kalba"@lt,
        "Tahitiaans"@nl,
        "Język tahitański"@pl,
        "Língua taitiana"@pt,
        "Таитянский язык"@ru,
        "Tahitiska"@sv,
        "தயீத்திய மொழி"@ta,
        "Таїтянська мова"@uk ;
    skos:definition "Tahitian (Reo Tahiti in Tahitian) is an indigenous language spoken mainly in the Society Islands in French Polynesia. It is an Eastern Polynesian language closely related to the other indigenous languages spoken in French Polynesia: Marquesan, Tuamotuan, Mangarevan, and Austral Islands languages. It is also related to the Rarotongan, New Zealand Māori, and Hawaiian languages."@en ;
    skos:inScheme lexvo: ;
    skos:notation "tah"^^xsd:string ;
    skos:prefLabel "Tahities"@af,
        "ታሂታንኛ"@am,
        "Tahitisc sprǣc"@ang,
        "التاهيتية"@ar,
        "taxiti dili"@az,
        "Таіцянская мова"@be,
        "таитянски"@bg,
        "তাহিতিয়ান"@bn,
        "Tahitieg"@br,
        "टाहिटि"@brx,
        "tahićanski"@bs,
        "тахићански"@bs-Cyrl,
        "tahitià"@ca,
        "塔西提文"@cmn,
        "大溪地文"@cmn-Hant,
        "tahitština"@cs,
        "Tahitïeg"@cy,
        "tahitiansk"@da,
        "Tahitisch"@de,
        "tahitigbe"@ee,
        "Ταϊτιανά"@el,
        "Tahitian"@en,
        "Tahitia lingvo"@eo,
        "tahitiano"@es,
        "tahiti"@et,
        "tahitiera"@eu,
        "تاهیتیایی"@fa,
        "tahiti"@fi,
        "Tahitian"@fil,
        "tahitiskt"@fo,
        "tahitien"@fr,
        "tahitian"@fur,
        "Taihítis"@ga,
        "tahitiano"@gl,
        "Tahitisch"@gsw,
        "તાહિતિયન"@gu,
        "Polapola"@haw,
        "טהיטית"@he,
        "ताहितियन"@hi,
        "tahićanski"@hr,
        "tahiti"@hu,
        "Tahiti"@id,
        "tahítíska"@is,
        "taitiano"@it,
        "タヒチ語"@ja,
        "ತಹಿತಿಯನ್"@kn,
        "타히티어"@ko,
        "تاہیشِیَن"@ks,
        "Tahitesch"@ksh,
        "Lengua tahitiann-a"@lij,
        "ຕາຮີຕຽນ"@lo,
        "taitiečių"@lt,
        "taitiešu"@lv,
        "Fiteny tahisiana"@mg,
        "Reo Tahiti"@mi,
        "тахитски"@mk,
        "താഹിതിയൻ"@ml,
        "ताहितीयन"@mr,
        "Taħitjan"@mt,
        "tahitisk"@nb,
        "Tahitisch"@nl,
        "tahitisk"@nn,
        "Tahitisk"@no,
        "Tahitian"@oc,
        "ତାହିତିଆନ୍"@or,
        "Tahityan"@pih,
        "tahitański"@pl,
        "Lenga Tahitian-a"@pms,
        "taitiano"@pt,
        "Tahiti simi"@qu,
        "tahitian"@rm,
        "tahitiană"@ro,
        "таитянский"@ru,
        "tahitigiella"@se,
        "tahitčina"@sk,
        "tahitščina"@sl,
        "Тахићански"@sr,
        "Tahićanski"@sr-Latn,
        "tahitiska"@sv,
        "Kitahiti"@swh,
        "டஹிதியான்"@ta,
        "తహితియన్"@te,
        "ตาฮิตี"@th,
        "lea fakatahiti"@to,
        "Tahiti Dili"@tr,
        "Reo Tahiti"@ty,
        "таїтянська"@uk,
        "تاہیتی"@ur,
        "Tiếng Tahiti"@vi,
        "Taitiš"@wae,
        "大溪地話"@yue,
        "Tahiti"@zsm,
        "isi-Tahitian"@zu .

<http://lexvo.org/id/iso639-3/tha> a lvont:Language,
        skos:Concept ;
    lvont:isFocusOf <http://id.loc.gov/vocabulary/iso639-2/tha> ;
    lvont:iso6392BCode "tha"^^xsd:string ;
    lvont:iso6392TCode "tha"^^xsd:string ;
    lvont:iso639P1Code "th"^^xsd:string ;
    lvont:iso639P3PCode "tha"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-2/tha>,
        <http://www.glottolog.org/resource/languoid/id/thai1261> ;
    owl:sameAs <http://dbpedia.org/resource/Thai_language>,
        <http://lexvo.org/id/iso639-1/th>,
        <http://psi.oasis-open.org/iso/639/#tha>,
        <http://www.lingvoj.org/lang/th>,
        <http://www.mpii.de/yago/resource/Thai_language>,
        <info:lc/vocabulary/languages/tha> ;
    skos:altLabel "Thais"@af,
        "لغة تايلندية"@ar,
        "Tay dili"@az,
        "Тайски език"@bg,
        "থাই ভাষা"@bn,
        "Tailandès"@ca,
        "Thajština"@cs,
        "thailandsk"@da,
        "Thailändische Sprache"@de,
        "Thai language"@en,
        "Siama lingvo"@eo,
        "Idioma tailandés"@es,
        "Tai keel"@et,
        "Thailandiera"@eu,
        "زبان تایلندی"@fa,
        "Thain kieli"@fi,
        "Thaï"@fr,
        "An Téalainnis"@ga,
        "Lingua tai"@gl,
        "תאית"@he,
        "थाई भाषा"@hi,
        "Tajski jezik"@hr,
        "Thai nyelv"@hu,
        "Bahasa Thai"@id,
        "Taílenska"@is,
        "Lingua thailandese"@it,
        "ტაილანდური"@ka,
        "Тай тілі"@kk,
        "Thailandimiutut"@kl,
        "ភាសាថៃ"@km,
        "태국어"@ko,
        "ພາສາໄທ"@lo,
        "Tajų kalba"@lt,
        "Taju valoda"@lv,
        "Fiteny thai"@mg,
        "थाई भाषा"@mr,
        "Thais"@nl,
        "Thai"@nn,
        "Język tajski"@pl,
        "Língua tailandesa"@pt,
        "Limba thailandeză"@ro,
        "Тайский язык"@ru,
        "Thajčina"@sk,
        "Тајландски језик"@sr,
        "thailändska"@sv,
        "ภาษาไทย"@th,
        "Тайська мова"@uk,
        "Èdè Tháí"@yo ;
    skos:definition "Thai ( Phasa Thai ), or more precisely Central Thai or Siamese, is the national and official language of Thailand and the native language of the Thai people, Thailand's dominant ethnic group. Thai is a member of the Tai group of the Tai–Kadai language family. Some words in Thai are borrowed from Pali, Sanskrit and Old Khmer. It is a tonal and analytic language. Thai also has a complex orthography and relational markers. Thai is mutually intelligible with Lao."@en ;
    skos:inScheme lexvo: ;
    skos:notation "tha"^^xsd:string ;
    skos:prefLabel "Thai"@af,
        "Tàe"@agq,
        "Taeland kasa"@ak,
        "ታይኛ"@am,
        "التايلاندية"@ar,
        "سيامى"@arz,
        "Kitailandi"@asa,
        "tailandés"@ast,
        "tayca"@az,
        "Hɔp u tây"@bas,
        "тайская"@be,
        "Ichi Thai"@bem,
        "Hitailand"@bez,
        "таи"@bg,
        "tayikan"@bm,
        "থাই"@bn,
        "ཐའའི་ཡུལ་སྐད།"@bo,
        "থাই ঠার"@bpy,
        "thai"@br,
        "थाई"@brx,
        "tajlandski"@bs,
        "тајландски"@bs-Cyrl,
        "ታይኛ"@byn,
        "tailandès"@ca,
        "Orutailandi"@cgg,
        "泰文"@cmn,
        "泰文"@cmn-Hant,
        "thajština"@cs,
        "Thai"@cy,
        "Thai"@da,
        "Kitailandi"@dav,
        "Thailändisch"@de,
        "Taailandu senni"@dje,
        "tay"@dyo,
        "ཐཱའི་ཁ"@dz,
        "Kĩtailandi"@ebu,
        "tailandgbe"@ee,
        "Ταϊλανδικά"@el,
        "Thai"@en,
        "taja"@eo,
        "tailandés"@es,
        "tai"@et,
        "thailandiera"@eu,
        "ǹkɔ́bɔ táilan"@ewo,
        "تایلندی"@fa,
        "Taay"@ff,
        "thai"@fi,
        "Thai"@fil,
        "thailendskt"@fo,
        "thaï"@fr,
        "thai"@fur,
        "Téalainnis"@ga,
        "Tàidh"@gd,
        "tailandés"@gl,
        "Thailändisch"@gsw,
        "થાઈ"@gu,
        "Kitailandi"@guz,
        "Thaish"@gv,
        "Thai"@ha,
        "Thai-ngî"@hak,
        "תאי"@he,
        "थाई"@hi,
        "Thai bhasa"@hif,
        "tajlandski"@hr,
        "thai"@hu,
        "Թայերեն"@hy,
        "thai"@ia,
        "Thai"@id,
        "Taị"@ig,
        "Tai linguo"@io,
        "taílenska"@is,
        "thai"@it,
        "タイ語"@ja,
        "Kyitailandi"@jmc,
        "Basa Thai"@jv,
        "Basa Thai"@jv-x,
        "ტაი ენა"@ka,
        "Taṭaylundit"@kab,
        "Kitailandi"@kam,
        "Chitailandi"@kde,
        "tailandes"@kea,
        "Taailandu senni"@khq,
        "Kitailandi"@ki,
        "тай"@kk,
        "thailandimiutut"@kl,
        "kutitab Thailand"@kln,
        "ថៃ"@km,
        "ಥಾಯಿ"@kn,
        "थाई"@knn,
        "타이어"@ko,
        "تھاے"@ks,
        "Kitailandi"@ksb,
        "ritaí"@ksf,
        "Tailändesch"@ksh,
        "Таи кыв"@kv,
        "тайча"@ky,
        "Lingua Thai"@la,
        "Kɨtáilandi"@lag,
        "Luttaayi"@lg,
        "litaye"@ln,
        "ໄທ"@lo,
        "tajų"@lt,
        "Ntailandi"@lu,
        "Kitailandi"@luo,
        "Kitailandi"@luy,
        "taju"@lv,
        "nkʉtʉ́k ɔ́ɔ̄ ltai"@mas,
        "Kĩthailandi"@mer,
        "thaï"@mfe,
        "Taioaney"@mg,
        "Itailandi"@mgh,
        "тајландски"@mk,
        "തായ്"@ml,
        "थाई"@mr,
        "Bahasa Thai"@ms,
        "Tajlandiż"@mt,
        "Tai"@mua,
        "ထိုင်း"@my,
        "Thài-gí"@nan,
        "Thaiǁî gowab"@naq,
        "thai"@nb,
        "isi-Thayi"@nd,
        "थाई"@ne,
        "Thai"@nl,
        "Kiɛl thaï"@nmg,
        "thai"@nn,
        "Thai"@no,
        "Thok tayni"@nus,
        "Orutailandi"@nyn,
        "Tai"@oc,
        "Afaan Tayii"@om,
        "ଥାଇ"@or,
        "ਥਾਈ"@pa,
        "tajski"@pl,
        "Lenga thai"@pms,
        "تھائی"@pnb,
        "تايلېنډي"@ps,
        "tailandês"@pt,
        "Thay simi"@qu,
        "tailandais"@rm,
        "Ikinyatayilandi"@rn,
        "thailandeză"@ro,
        "Kitailandi"@rof,
        "тайский"@ru,
        "Igitayi"@rw,
        "Kyitailandi"@rwk,
        "थाई भाषा"@sa,
        "Kitailandi"@saq,
        "Ishitayilandi"@sbp,
        "Thai leid"@sco,
        "ŧaigiella"@se,
        "tailandês"@seh,
        "Taailandu senni"@ses,
        "Thâi"@sg,
        "ⵜⴰⵜⴰⵢⵍⴰⵏⴷⵉⵜ"@shi,
        "tataylandit"@shi-Latn,
        "තායි"@si,
        "thajčina"@sk,
        "tajščina"@sl,
        "chiThai"@sn,
        "Taaylandays"@so,
        "Tajlandisht"@sq,
        "Тајландски"@sr,
        "Tajlandski"@sr-Latn,
        "Se-thai"@st,
        "Thai"@sv,
        "Kithai"@sw,
        "Kitailandi"@swc,
        "Kitailandi"@swh,
        "தாய்"@ta,
        "థాయ్"@te,
        "Kitailandi"@teo,
        "Забони таиландӣ"@tg,
        "ไทย"@th,
        "ታይኛ"@ti,
        "ታይኛ"@tig,
        "Thai"@tn,
        "lea fakataileni"@to,
        "Tayca"@tr,
        "Taailandu senni"@twq,
        "Taṭayt"@tzm,
        "تايلاندچە"@ug,
        "тайська"@uk,
        "تھائی"@ur,
        "ꕚꔤ"@vai,
        "Tái"@vai-Latn,
        "Tiếng Thái"@vi,
        "Kyitailandi"@vun,
        "Thailändiš"@wae,
        "泰语"@wuu,
        "Тагилмудин келн"@xal,
        "Isi-Thai"@xh,
        "ტაი ნინა"@xmf,
        "Oluttaayi"@xog,
        "nutáyɛ"@yav,
        "Èdè Tai"@yo,
        "泰文"@yue,
        "Vahdai"@za,
        "泰语"@zh,
        "Thai"@zsm,
        "isi-Thai"@zu .

<http://lexvo.org/id/iso639-3/tig> a lvont:Language,
        skos:Concept ;
    lvont:isFocusOf <http://id.loc.gov/vocabulary/iso639-2/tig> ;
    lvont:iso6392BCode "tig"^^xsd:string ;
    lvont:iso6392TCode "tig"^^xsd:string ;
    lvont:iso639P3PCode "tig"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-2/tig>,
        <http://www.glottolog.org/resource/languoid/id/tigr1270> ;
    owl:sameAs <http://dbpedia.org/resource/Tigre_language>,
        <http://psi.oasis-open.org/iso/639/#tig>,
        <http://www.lingvoj.org/lang/tig>,
        <http://www.mpii.de/yago/resource/Tigre_language>,
        <info:lc/vocabulary/languages/tig> ;
    skos:altLabel "لغة تجرية"@ar,
        "tigreaneg"@br,
        "Tigré"@ca,
        "Tigre language"@en,
        "Idioma tigré"@es,
        "زبان تیگره"@fa,
        "Tigren kieli"@fi,
        "טיגרית"@he,
        "Tigré jezik"@hr,
        "Lingua tigré"@it,
        "Тигре јазик"@mk,
        "Język tigre"@pl,
        "Língua tigré"@pt,
        "Тигре"@ru,
        "Tigrejščina"@sl,
        "Tigre"@sv ;
    skos:definition "For other uses please see Tigre (disambiguation) Tigre (Geez ትግረ tigre or ትግሬ tigrē; sometimes written as Tigré, also known as Xasa in Sudan; Arabic الخاصية ) is a Semitic language, which, along with Tigrinya, is believed to be one of direct descendants of the extinct Geez language. (Ge'ez is still in use as the liturgical language of the Ethiopian and Eritrean Orthodox Tewahedo Church.) As of 1997, Tigré was spoken by approximately 800,000 people in Eritrea. The Tigre people are nearly all found in western Eritrea, with the remainder inhabiting the adjacent part of Sudan. In Eritrea, they inhabit the central and northern plateau and the Red Sea shores north of Zula. Traditionally, the local language of the Dahlak Archipelago, Dahlik, has been considered a dialect of Tigré, but recently one researcher has reassessed this view."@en ;
    skos:inScheme lexvo: ;
    skos:notation "tig"^^xsd:string ;
    skos:prefLabel "ትግረ"@am,
        "Idioma tigré"@an,
        "التيجر"@ar,
        "tiqre dili"@az,
        "тигре"@bg,
        "টাইগ্রে"@bn,
        "Tigreeg"@br,
        "टीग्रे"@brx,
        "tigre"@bs,
        "тигре"@bs-Cyrl,
        "ትግረ"@byn,
        "tigre"@ca,
        "提格雷文"@cmn,
        "蒂格雷文"@cmn-Hant,
        "tigrejština"@cs,
        "tigre"@da,
        "Tigre"@de,
        "Τίγκρε"@el,
        "Tigre"@en,
        "Tigrea lingvo"@eo,
        "tigré"@es,
        "tigree"@et,
        "Tigre hizkuntza"@eu,
        "تیگره‌ای"@fa,
        "tigre"@fi,
        "tigré"@fr,
        "Tigre"@gsw,
        "ટાઇગ્રે"@gu,
        "תיגרה"@he,
        "टाइग्रे"@hi,
        "tigriški"@hr,
        "tigré"@hu,
        "Tigre"@id,
        "tígre"@is,
        "tigre"@it,
        "ティグレ語"@ja,
        "ಟೈಗ್ರೆ"@kn,
        "티그레어"@ko,
        "ٹاےگریے"@ks,
        "ໄທກຣີ"@lo,
        "tigre"@lt,
        "tigru"@lv,
        "тигре"@mk,
        "ടൈഗ്രി"@ml,
        "टाइग्रे"@mr,
        "Tigre"@mt,
        "tigré"@nb,
        "Tigre"@nl,
        "tigré"@nn,
        "Tigré"@no,
        "ଟାଇଗ୍ରେ"@or,
        "tigre"@pl,
        "Lenga Tigré"@pms,
        "tigré"@pt,
        "tigre"@rm,
        "tigre"@ro,
        "тигре"@ru,
        "tigrejčina"@sk,
        "tigrejščina"@sl,
        "Af-Tigre"@so,
        "Тигре"@sr,
        "Tigre"@sr-Latn,
        "tigré"@sv,
        "டைக்ரே"@ta,
        "టీగ్రె"@te,
        "ตีเกร"@th,
        "ትግረ"@tig,
        "Tigre"@tr,
        "тигре"@uk,
        "Tiếng Tigre"@vi,
        "提格雷语"@zh .

<http://lexvo.org/id/iso639-3/urd> a lvont:Language,
        skos:Concept ;
    lvont:isFocusOf <http://id.loc.gov/vocabulary/iso639-2/urd> ;
    lvont:iso6392BCode "urd"^^xsd:string ;
    lvont:iso6392TCode "urd"^^xsd:string ;
    lvont:iso639P1Code "ur"^^xsd:string ;
    lvont:iso639P3PCode "urd"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-2/urd>,
        <http://www.glottolog.org/resource/languoid/id/urdu1245> ;
    owl:sameAs <http://dbpedia.org/resource/Urdu>,
        <http://lexvo.org/id/iso639-1/ur>,
        <http://psi.oasis-open.org/iso/639/#urd>,
        <http://www.lingvoj.org/lang/ur>,
        <http://www.mpii.de/yago/resource/Urdu>,
        <info:lc/vocabulary/languages/urd> ;
    skos:altLabel "لغة أردوية"@ar,
        "Urdu dili"@az,
        "Урду"@be,
        "Урду"@bg,
        "উর্দু ভাষা"@bn,
        "Ourdoueg"@br,
        "Urdu jezik"@bs,
        "Urdú"@ca,
        "Urdština"@cs,
        "Urdu"@da,
        "Urduo"@eo,
        "Urdu"@es,
        "Urdu"@eu,
        "زبان اردو"@fa,
        "Urdu"@fi,
        "Ourdou"@fr,
        "An Urdais"@ga,
        "Lingua urdú"@gl,
        "ઉર્દુ ભાષા"@gu,
        "उर्दू भाषा"@hi,
        "Urdu jezik"@hr,
        "Urdu nyelv"@hu,
        "Bahasa Urdu"@id,
        "Úrdú"@is,
        "Lingua urdu"@it,
        "ურდუ ენა"@ka,
        "Urdumiutut"@kl,
        "ಉರ್ದೂ"@kn,
        "Urdu"@lt,
        "Urdu"@lv,
        "Fiteny urdu"@mg,
        "Урдуски јазик"@mk,
        "ഉറുദു"@ml,
        "उर्दू भाषा"@mr,
        "उर्दू"@ne,
        "Urdu"@nn,
        "Język urdu"@pl,
        "اوردو ژبه"@ps,
        "Língua urdu"@pt,
        "Limba urdu"@ro,
        "Урду"@ru,
        "Urdugiella"@se,
        "Urdčina"@sk,
        "Urdu"@sv,
        "ఉర్దూ భాష"@te,
        "Забони урду"@tg,
        "ภาษาอูรดู"@th,
        "Урду"@uk,
        "Tiếng Urdu"@vi ;
    skos:definition "Urdu (Urdu: , ; ) is a register of the Hindustani language that is identified with Muslims in South Asia. It belongs to the Indo-Aryan branch of the Indo-European family. Urdu is the national language and lingua franca of Pakistan. It is also widely spoken in some regions of India, where it is one of the 22 scheduled languages and an official language of five states. Based on the Khariboli dialect of Delhi, Urdu is derived from Sanskrit and developed under the influence of Persian, Arabic, and Turkic over the course of almost 900 years. It began to take shape in what is now Uttar Pradesh, India during the Delhi Sultanate (1206–1527), and continued to develop under the Mughal Empire (1526–1858). Urdu is mutually intelligible with Standard Hindi (or Hindi-Urdu) spoken in India. Both languages share the same Indic base and are so similar in phonology and grammar that they appear to be one language. The combined population of Hindi and Urdu speakers is the fourth largest in the world."@en ;
    skos:inScheme lexvo: ;
    skos:notation "urd"^^xsd:string ;
    skos:prefLabel "Oerdoe"@af,
        "Uudùw"@agq,
        "ܠܫܢܐ ܕܐܘܪܕܘ"@aii,
        "Urdu kasa"@ak,
        "ኡርዱኛ"@am,
        "Urdu"@an,
        "الأردية"@ar,
        "اردو"@arz,
        "Kiurdu"@asa,
        "indostánicu"@ast,
        "urduca"@az,
        "Hɔp u urdù"@bas,
        "урду"@be,
        "Ichi Urudu"@bem,
        "Hiurdu"@bez,
        "урду"@bg,
        "urudukan"@bm,
        "উর্দু"@bn,
        "ཝུའུ་ཏུའུ་སྐད།"@bo,
        "উর্দু ঠার"@bpy,
        "ourdou"@br,
        "ऊर्दु"@brx,
        "urdu"@bs,
        "урду"@bs-Cyrl,
        "ኡርዱኛ"@byn,
        "urdú"@ca,
        "Pinulongang Urdu"@ceb,
        "Oru-Urudu"@cgg,
        "乌尔都文"@cmn,
        "烏爾都文"@cmn-Hant,
        "urdština"@cs,
        "Урду"@cv,
        "Wrdw"@cy,
        "urdu"@da,
        "Kiurdu"@dav,
        "Urdu"@de,
        "Urdu senni"@dje,
        "އުރުދޫ"@dv,
        "urdu"@dyo,
        "ཨུར་དུ་ཁ"@dz,
        "Kĩurdu"@ebu,
        "urdugbe"@ee,
        "Ουρντού"@el,
        "Urdu"@en,
        "urduo"@eo,
        "urdu"@es,
        "urdu"@et,
        "urdu"@eu,
        "ǹkɔ́bɔ urudú"@ewo,
        "اردو"@fa,
        "Urdu"@ff,
        "urdu"@fi,
        "Urdu"@fil,
        "urdu"@fo,
        "ourdou"@fr,
        "urdu"@fur,
        "Oerdoe"@fy,
        "Urdais"@ga,
        "Urdu"@gd,
        "urdú"@gl,
        "Urdu"@gsw,
        "ઉર્દુ"@gu,
        "Kiurdu"@guz,
        "Harshen Urdu"@ha,
        "אורדו"@he,
        "उर्दू"@hi,
        "Urdu"@hif,
        "urdski"@hr,
        "Urdušćina"@hsb,
        "urdu"@hu,
        "Ուրդու"@hy,
        "urdu"@ia,
        "Urdu"@id,
        "Urdu"@ie,
        "Urudu"@ig,
        "úrdú"@is,
        "urdu"@it,
        "ウルドゥー語"@ja,
        "Kyiurdu"@jmc,
        "Basa Urdu"@jv,
        "ურდუ"@ka,
        "Turdut"@kab,
        "Kiurdu"@kam,
        "Chiuldu"@kde,
        "urdu"@kea,
        "Urdu senni"@khq,
        "Kiurdu"@ki,
        "урду"@kk,
        "urdumiutut"@kl,
        "kutitab Urdu"@kln,
        "អ៊ូរឌូ"@km,
        "ಉರ್ದು"@kn,
        "उर्दू"@knn,
        "우르두어"@ko,
        "اُردوٗ"@ks,
        "Kiuldu"@ksb,
        "riurdú"@ksf,
        "Urdu/Hindi"@ksh,
        "Zimanê urdû"@ku,
        "урдуча"@ky,
        "Lingua Urdu"@la,
        "Kɨúrdu"@lag,
        "Lu-urudu"@lg,
        "Lengua urdu"@lij,
        "liurdu"@ln,
        "ອູຣະດູ"@lo,
        "urdų"@lt,
        "Urdu"@lu,
        "Kiurdu"@luo,
        "Kiurdu"@luy,
        "urdu"@lv,
        "nkʉtʉ́k ɔ́ɔ̄ lurdu"@mas,
        "Kĩurdu"@mer,
        "ourdou"@mfe,
        "Ordò"@mg,
        "Ihurdu"@mgh,
        "Reo Urdu"@mi,
        "урду"@mk,
        "ഉർദു"@ml,
        "उर्दू"@mr,
        "Bahasa Urdu"@ms,
        "Urdu"@mt,
        "Urdu"@mua,
        "Urdu-gí"@nan,
        "Urduǁî gowab"@naq,
        "urdu"@nb,
        "isi-Udu"@nd,
        "Urdu"@nds,
        "उर्दु"@ne,
        "उर्दू भाषा"@new,
        "Urdu"@nl,
        "Kiɛl úrdu"@nmg,
        "urdu"@nn,
        "Urdu"@no,
        "Thok udoni"@nus,
        "Oru-Urudu"@nyn,
        "Ordo"@oc,
        "Afaan Urdu"@om,
        "ଉର୍ଦ୍ଦୁ"@or,
        "ਉਰਦੂ ਭਾਸ਼ਾ"@pa,
        "urdu"@pl,
        "Lenga urdu"@pms,
        "اردو"@pnb,
        "اردو"@ps,
        "urdu"@pt,
        "Urdu simi"@qu,
        "urdu"@rm,
        "Inyeyurudu"@rn,
        "urdu"@ro,
        "Kiurdu"@rof,
        "урду"@ru,
        "Inyeyurudu"@rw,
        "Kyiurdu"@rwk,
        "Kiurdu"@saq,
        "Ishiwuludi"@sbp,
        "Urdu"@sco,
        "urdugiella"@se,
        "urdu"@seh,
        "Urdu senni"@ses,
        "Ûrdu"@sg,
        "Urdu"@sh,
        "ⵜⵓⵔⴷⵓⵜ"@shi,
        "turdut"@shi-Latn,
        "උර්දු"@si,
        "urdčina"@sk,
        "urdujščina"@sl,
        "chiUrdu"@sn,
        "Urduu"@so,
        "Urdu"@sq,
        "Урду"@sr,
        "Urdu"@sr-Latn,
        "Se-urdu"@st,
        "urdu"@sv,
        "Kiurdu"@swc,
        "Kiurdu"@swh,
        "உருது"@ta,
        "ఉర్దూ"@te,
        "Kiurdu"@teo,
        "Урду"@tg,
        "อูรดู"@th,
        "ኡርዱኛ"@ti,
        "ኡርዱኛ"@tig,
        "Urdu"@tn,
        "lea fakaʻetiu"@to,
        "Urduca"@tr,
        "Урду"@tt,
        "Urdu senni"@twq,
        "Turdut"@tzm,
        "ئوردو تىلى"@ug,
        "урду"@uk,
        "اردو"@ur,
        "ꖺꖦ"@vai,
        "Ɔdu"@vai-Latn,
        "Tiếng Uđu"@vi,
        "Kyiurdu"@vun,
        "Urdu"@wae,
        "Urdu"@xh,
        "Olu-urudu"@xog,
        "nulutú"@yav,
        "אורדו"@yi,
        "Èdè Udu"@yo,
        "Vah Vuhwjduh"@za,
        "乌尔都语"@zh,
        "Urdu"@zsm,
        "isi-Urdu"@zu .

<http://lexvo.org/id/iso639-3/uzb> a lvont:Language,
        skos:Concept ;
    lvont:isFocusOf <http://id.loc.gov/vocabulary/iso639-2/uzb> ;
    lvont:iso6392BCode "uzb"^^xsd:string ;
    lvont:iso6392TCode "uzb"^^xsd:string ;
    lvont:iso639P1Code "uz"^^xsd:string ;
    lvont:iso639P3PCode "uzb"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-2/uzb> ;
    owl:sameAs <http://dbpedia.org/resource/Uzbek_language>,
        <http://lexvo.org/id/iso639-1/uz>,
        <http://lexvo.org/id/wordnet/30/noun/uzbek_1_10_00>,
        <http://psi.oasis-open.org/iso/639/#uzb>,
        <http://www.lingvoj.org/lang/uz>,
        <http://www.mpii.de/yago/resource/Uzbek_language>,
        <info:lc/vocabulary/languages/uzb> ;
    skos:altLabel "Uzbek language"@en,
        "ouszbek"@fr ;
    skos:definition "Uzbek (Ozbek tili or Ozbekcha in Latin script, Ўзбек тили or Ўзбекча in Cyrillic script; أۇزبېك تیلی in Arabic script) is a Turkic language and the official language of Uzbekistan. It has about 25.5 million native speakers, and it is spoken by the Uzbeks in Uzbekistan and elsewhere in Central Asia. Uzbek belongs to the southeastern Turkic or Uyghur family of Turkic languages, and consequently its lexicon and grammar are most closely linked to the Uyghur language, while other influences rose from Persian, Arabic and Russian."@en ;
    skos:inScheme lexvo: ;
    skos:notation "uzb"^^xsd:string ;
    skos:prefLabel "ዑዝበክኛ"@am,
        "لغة أوزبكية"@ar,
        "اوزبيكى"@arz,
        "Idioma uzbequistanín"@ast,
        "Özbək dili"@az,
        "Узбекская мова"@be,
        "Узбэцкая мова"@be-tarask,
        "Узбекски език"@bg,
        "উজবেক ভাষা"@bn,
        "Ouzbekeg"@br,
        "Uzbečki jezik"@bs,
        "Uzbek"@ca,
        "Özbek tili"@crh,
        "Uzbečtina"@cs,
        "Узбек чĕлхи"@cv,
        "Usbekisk"@da,
        "Usbekische Sprache"@de,
        "Ουζμπεκική γλώσσα"@el,
        "Uzbek"@en,
        "Uzbeka lingvo"@eo,
        "Idioma uzbeko"@es,
        "Usbeki keel"@et,
        "Uzbekera"@eu,
        "زبان ازبکی"@fa,
        "Uzbekin kieli"@fi,
        "Ouzbek"@fr,
        "An Úisbéiceastáinis"@ga,
        "Uzbek dili"@gag,
        "Lingua usbeca"@gl,
        "אוזבקית"@he,
        "उज़्बेक भाषा"@hi,
        "Uzbek bhasa"@hif,
        "Üzbég nyelv"@hu,
        "Bahasa Uzbek"@id,
        "Lingua usbeca"@it,
        "ウズベク語"@ja,
        "უზბეკური ენა"@ka,
        "Өзбек тілі"@kk,
        "우즈베크어"@ko,
        "Узбек кыв"@kv,
        "Өзбек тили"@ky,
        "Lingua Uzbecica"@la,
        "Uzbekų kalba"@lt,
        "Ozbėku kalba"@lt-x,
        "Uzbeku valoda"@lv,
        "Узбечки јазик"@mk,
        "उझबेक भाषा"@mr,
        "Usbeeksche Spraak"@nds,
        "उजबेक भाषा"@new,
        "Oezbeeks"@nl,
        "Usbekisk"@no,
        "Język uzbecki"@pl,
        "ازبک"@pnb,
        "Língua uzbeque"@pt,
        "Usbik simi"@qu,
        "Limba uzbecă"@ro,
        "Узбекский язык"@ru,
        "Uzbek leid"@sco,
        "Uzbečki jezik"@sh,
        "Uzbečtina"@sk,
        "Uzbekiska"@sv,
        "Kiuzbeki"@sw,
        "உசுபேகிய மொழி"@ta,
        "Забони ӯзбакӣ"@tg,
        "ภาษาอุซเบก"@th,
        "Özbekçe"@tr,
        "Үзбәк теле"@tt,
        "Узбек кыл"@udm,
        "ئۆزبېك تىلى"@ug,
        "Узбецька мова"@uk,
        "Oʻzbek tili"@uz,
        "Tiếng Uzbek"@vi,
        "乌兹别克语"@zh .

<http://lexvo.org/id/iso639-3/ven> a lvont:Language,
        skos:Concept ;
    lvont:isFocusOf <http://id.loc.gov/vocabulary/iso639-2/ven> ;
    lvont:iso6392BCode "ven"^^xsd:string ;
    lvont:iso6392TCode "ven"^^xsd:string ;
    lvont:iso639P1Code "ve"^^xsd:string ;
    lvont:iso639P3PCode "ven"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-2/ven>,
        <http://www.glottolog.org/resource/languoid/id/vend1245> ;
    owl:sameAs <http://dbpedia.org/resource/Venda_language>,
        <http://lexvo.org/id/iso639-1/ve>,
        <http://psi.oasis-open.org/iso/639/#ven>,
        <http://www.lingvoj.org/lang/ve>,
        <http://www.mpii.de/yago/resource/Venda_language>,
        <info:lc/vocabulary/languages/ven> ;
    skos:altLabel "Венда"@bg,
        "Vendeg"@br,
        "Venda-Sprache"@de,
        "Venda language"@en,
        "Idioma venda"@es,
        "Vendera"@eu,
        "Vendan kieli"@fi,
        "Venda"@fr,
        "Venda jezik"@hr,
        "Lingua venda"@it,
        "ヴェンダ語"@ja,
        "Język venda"@pl,
        "Língua venda"@pt,
        "Венда"@ru,
        "Venda"@sv,
        "வேந்த மொழி"@ta,
        "Venda dili"@tr,
        "Венда"@uk,
        "Tshivenḓa"@ve ;
    skos:definition "Venda, also known as or , is a Bantu language and an official language of South Africa. The majority of Venda speakers live in the northern part of South Africa's Limpopo Province, but about 10% of speakers live in Zimbabwe. The Venda language is related to Kalanga (Western Shona, different from Shona, official language of Zimambwe) which is spoken in Botswana and Zimbabwe. During the Apartheid era of South Africa, the bantustan of Venda was set up to cover the Venda speakers of South Africa."@en ;
    skos:inScheme lexvo: ;
    skos:notation "ven"^^xsd:string ;
    skos:prefLabel "Venda"@af,
        "ቬንዳ"@am,
        "الفيندا"@ar,
        "venda dili"@az,
        "Вэндзкая мова"@be-tarask,
        "венда"@bg,
        "ভেন্ডা"@bn,
        "venda"@br,
        "वेंडा"@brx,
        "venda"@bs,
        "венда"@bs-Cyrl,
        "venda"@ca,
        "文达文"@cmn,
        "溫達文"@cmn-Hant,
        "venda"@cs,
        "Fendeg"@cy,
        "venda"@da,
        "Tshivenda"@de,
        "vendagbe"@ee,
        "Βένδα"@el,
        "Venda"@en,
        "Venda lingvo"@eo,
        "venda"@es,
        "venda"@et,
        "vendera"@eu,
        "وندایی"@fa,
        "venda"@fi,
        "Venda"@fil,
        "venda"@fo,
        "venda"@fr,
        "venda"@fur,
        "venda"@gl,
        "Venda-Schpraach"@gsw,
        "વેન્દા"@gu,
        "וונדה"@he,
        "वेन्दा"@hi,
        "venda"@hr,
        "venda"@hu,
        "Venda"@id,
        "venda"@is,
        "venda"@it,
        "ベンダ語"@ja,
        "Вендабзэ"@kbd,
        "ವೆಂಡಾ"@kn,
        "벤다어"@ko,
        "ویندا"@ks,
        "Wenda"@ksh,
        "ເວນດາ"@lo,
        "venda"@lt,
        "vendu"@lv,
        "венда"@mk,
        "വെന്ദ"@ml,
        "व्हेंदा"@mr,
        "Venda"@mt,
        "Vendatlahtōlli"@nah,
        "venda"@nb,
        "Venda"@nl,
        "venda"@nn,
        "Tshivenda"@no,
        "Vendum"@nov,
        "Sevenda"@nso,
        "ଭେଣ୍ଡା"@or,
        "venda"@pl,
        "Lenga Venda"@pms,
        "venda"@pt,
        "venda"@rm,
        "venda"@ro,
        "венда"@ru,
        "Ikivenda"@rw,
        "vendčina"@sk,
        "venda"@sl,
        "Gjuha venda"@sq,
        "Венда"@sr,
        "Venda"@sr-Latn,
        "venda"@sv,
        "Kivenda"@sw,
        "Kivenda"@swh,
        "வென்டா"@ta,
        "వెండా"@te,
        "เวนดา"@th,
        "lea fakavenitā"@to,
        "Venda"@tr,
        "венда"@uk,
        "وینڈا"@ur,
        "TshiVenḓa"@ve,
        "Tiếng Venda"@vi,
        "Venda"@wae,
        "ვენდა"@xmf,
        "Èdè Venda"@yo,
        "文達語"@zh,
        "Venda"@zsm,
        "isi-Venda"@zu .

<http://lexvo.org/id/iso639-3/vie> a lvont:Language,
        skos:Concept ;
    lvont:isFocusOf <http://id.loc.gov/vocabulary/iso639-2/vie> ;
    lvont:iso6392BCode "vie"^^xsd:string ;
    lvont:iso6392TCode "vie"^^xsd:string ;
    lvont:iso639P1Code "vi"^^xsd:string ;
    lvont:iso639P3PCode "vie"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-2/vie>,
        <http://www.glottolog.org/resource/languoid/id/viet1252> ;
    owl:sameAs <http://dbpedia.org/resource/Vietnamese_language>,
        <http://lexvo.org/id/iso639-1/vi>,
        <http://psi.oasis-open.org/iso/639/#vie>,
        <http://www.lingvoj.org/lang/vi>,
        <http://www.mpii.de/yago/resource/Vietnamese_language>,
        <info:lc/vocabulary/languages/vie> ;
    skos:altLabel "لغة فيتنامية"@ar,
        "Vietnamita"@ast,
        "Виетнамски език"@bg,
        "ভিয়েতনামীয় ভাষা"@bn,
        "Vietnameg"@br,
        "Vietnamita"@ca,
        "Vietnamština"@cs,
        "Vietnamesisk"@da,
        "Vietnamesische Sprache"@de,
        "Βιετναμέζικη γλώσσα"@el,
        "Vietnamese language"@en,
        "Vjetnama lingvo"@eo,
        "Idioma vietnamita"@es,
        "Vietnamera"@eu,
        "زبان ویتنامی"@fa,
        "Vietnamin kieli"@fi,
        "Vietnamien"@fr,
        "An Vítneaimis"@ga,
        "Lingua vietnamita"@gl,
        "וייטנאמית"@he,
        "वियतनामी भाषा"@hi,
        "Vijetnamski jezik"@hr,
        "Vietnami nyelv"@hu,
        "Bahasa Vietnam"@id,
        "Víetnamska"@is,
        "Lingua vietnamita"@it,
        "ვიეტნამური ენა"@ka,
        "Vietnamimiusut"@kl,
        "ವಿಯೆಟ್ನಾಮಿನ ಭಾಷೆ"@kn,
        "Vietnamiečių kalba"@lt,
        "Vjetnamiešu valoda"@lv,
        "Виетнамски јазик"@mk,
        "व्हियेतनामी भाषा"@mr,
        "Vietnamesisk"@nn,
        "Język wietnamski"@pl,
        "Língua vietnamita"@pt,
        "Limba vietnameză"@ro,
        "Вьетнамский язык"@ru,
        "Gjuha vietnameze"@sq,
        "Вијетнамски језик"@sr,
        "Vietnamesiska"@sv,
        "வியட்நாமிய மொழி"@ta,
        "ภาษาเวียดนาม"@th,
        "В'єтнамська мова"@uk,
        "Èdè Jetinamu"@yo ;
    skos:definition "Vietnamese (tiếng Việt, or less commonly Việt ngữ ) is the national and official language of Vietnam. It is the mother tongue of Vietnamese people (Kinh), and of about three million overseas Vietnamese. It is also spoken as a second language or a first language by many ethnic minorities of Vietnam. It is part of the Austro-Asiatic language family, of which it has the most speakers by a significant margin (several times larger than the other Austro-Asiatic languages put together). Much of Vietnamese vocabulary has been borrowed from Chinese, and it was formerly written using the Chinese writing system, albeit in a modified format and was given vernacular pronunciation. As a byproduct of French colonial rule, the language displays some influence from French, and the Vietnamese alphabet (quốc ngữ) in use today is a Latin alphabet with additional diacritics for tones and certain vowels and consonants."@en ;
    skos:inScheme lexvo: ;
    skos:notation "vie"^^xsd:string ;
    skos:prefLabel "Viëtnamees"@af,
        "Vìyɛtnàmê"@agq,
        "Viɛtnam kasa"@ak,
        "ቪትናምኛ"@am,
        "الفيتنامية"@ar,
        "فييتنامى"@arz,
        "Kivietinamu"@asa,
        "vietnamín"@ast,
        "vyetnamca"@az,
        "Hɔp u vyɛ̄dnàm"@bas,
        "Tataramon na Bietnamita"@bcl,
        "в'етнамская"@be,
        "Ichi Vietinamu"@bem,
        "Hivietinamu"@bez,
        "виетнамски"@bg,
        "wiyɛtinamukan"@bm,
        "ভিয়েতনামী"@bn,
        "ཡོ་ནན་སྐད།"@bo,
        "vietnameg"@br,
        "वियेतनामी"@brx,
        "vijetnamski"@bs,
        "вијетнамски"@bs-Cyrl,
        "ቪትናምኛ"@byn,
        "vietnamita"@ca,
        "Vetnamhoyn mott"@ce,
        "Oruviyetinaamu"@cgg,
        "越南文"@cmn,
        "越南文"@cmn-Hant,
        "vietnamština"@cs,
        "Fietnameg"@cy,
        "vietnamesisk"@da,
        "Kivietinamu"@dav,
        "Vietnamesisch"@de,
        "Vietnaam senni"@dje,
        "vietnam"@dyo,
        "བེཊ་ནཱ་མིས་ཁ"@dz,
        "Kĩvietinamu"@ebu,
        "vietnamgbe"@ee,
        "Βιετναμεζικά"@el,
        "Vietnamese"@en,
        "vjetnama"@eo,
        "vietnamita"@es,
        "vietnami"@et,
        "vietnamera"@eu,
        "ǹkɔ́bɔ hiɛdənám"@ewo,
        "Luenga vietnamita"@ext,
        "ویتنامی"@fa,
        "Wiyetnameere"@ff,
        "vietnam"@fi,
        "Vietnamese"@fil,
        "vietnamesiskt"@fo,
        "vietnamien"@fr,
        "Viêtnamien"@frp,
        "vietnamite"@fur,
        "Vítneamais"@ga,
        "Bhiet-Namais"@gd,
        "vietnamita"@gl,
        "Vietnamesisch"@gsw,
        "વિયેતનામીસ"@gu,
        "Kivietinamu"@guz,
        "Harshen Biyetinam"@ha,
        "Ye̍t-nàm-ngî"@hak,
        "Wiekanama"@haw,
        "ויאטנמית"@he,
        "वियेतनामी"@hi,
        "Vietnamese bhasa"@hif,
        "vijetnamski"@hr,
        "vietnami"@hu,
        "Վիետնամերեն"@hy,
        "vietnamese"@ia,
        "Vietnam"@id,
        "Viyetịnaamụ"@ig,
        "Vietnamana linguo"@io,
        "víetnamska"@is,
        "vietnamita"@it,
        "ベトナム語"@ja,
        "Kyivietinamu"@jmc,
        "Basa Vietnam"@jv,
        "ვიეტნამური"@ka,
        "Tabyiṭnamit"@kab,
        "Kivietinamu"@kam,
        "Chivietinamu"@kde,
        "vietnamita"@kea,
        "Vietnaam senni"@khq,
        "Kivietinamu"@ki,
        "вьетнам"@kk,
        "vietnamimiusut"@kl,
        "kutitab Vietnam"@kln,
        "វៀតណាម"@km,
        "ವಿಯೇಟ್ನಾಮೀಸ್"@kn,
        "वियत्नामीज़"@knn,
        "베트남어"@ko,
        "وِیَتنَمیٖز"@ks,
        "Kivietinamu"@ksb,
        "riwyɛtnám"@ksf,
        "Vijätnammeesesch"@ksh,
        "Въет кыв"@kv,
        "вьетнамча"@ky,
        "Lingua Vietnamica"@la,
        "Lingua vietnameza"@lad,
        "Kɨvietináamu"@lag,
        "Luvyetinaamu"@lg,
        "liviyetinámi"@ln,
        "ຫວຽດນາມ"@lo,
        "vietnamiečių"@lt,
        "Liviyetinamu"@lu,
        "Kivietinamu"@luo,
        "Kivietinamu"@luy,
        "vjetnamiešu"@lv,
        "L:越南語"@lzh,
        "nkʉtʉ́k ɔ́ɔ̄ lvietinamu"@mas,
        "Kĩvietinamu"@mer,
        "vietnamien"@mfe,
        "Vietnamianina"@mg,
        "Ivyetinamu"@mgh,
        "Reo Whitinamu"@mi,
        "виетнамски"@mk,
        "വിയറ്റ്നാമീസ്"@ml,
        "व्हिएतनामी"@mr,
        "Bahasa Vietnam"@ms,
        "Vjetnamiż"@mt,
        "Vietnamiya"@mua,
        "ဗီယက်နမ်"@my,
        "Oa̍t-lâm-gí"@nan,
        "Vietnamǁî gowab"@naq,
        "vietnamesisk"@nb,
        "isi-Vietnamese"@nd,
        "भियतनामी"@ne,
        "Vietnamees"@nl,
        "Kiɛl viɛtnam"@nmg,
        "vietnamesisk"@nn,
        "Vietnamesisk"@no,
        "Thok betnaamni"@nus,
        "Oruviyetinaamu"@nyn,
        "Afaan Veetinam"@om,
        "ଭିଏତନାମିଜ୍"@or,
        "ਵਿਅਤਨਾਮੀ ਭਾਸ਼ਾ"@pa,
        "wietnamski"@pl,
        "Lenga vietnamèis"@pms,
        "ویتنامی"@pnb,
        "وېتنامي"@ps,
        "vietnamita"@pt,
        "Witnam simi"@qu,
        "vietnamais"@rm,
        "Ikinyaviyetinamu"@rn,
        "vietnameză"@ro,
        "Kivietinamu"@rof,
        "вьетнамский"@ru,
        "Ikinyaviyetinamu"@rw,
        "Kyivietinamu"@rwk,
        "वियतनामी भाषा"@sa,
        "Kivietinamu"@saq,
        "Ishivietinamu"@sbp,
        "Vietnamese leid"@sco,
        "vietnamgiella"@se,
        "vietnamita"@seh,
        "Vietnaam senni"@ses,
        "Vietnäm"@sg,
        "Vijetnamski jezik"@sh,
        "ⵜⴰⴼⵉⵜⵏⴰⵎⵉⵜ"@shi,
        "tafitnamit"@shi-Latn,
        "වියට්නාම්"@si,
        "vietnamčina"@sk,
        "vietnamščina"@sl,
        "chiVietnam"@sn,
        "Fiitnaamays"@so,
        "Vietnamisht"@sq,
        "Вијетнамски"@sr,
        "Vijetnamski"@sr-Latn,
        "Se-vietnam"@st,
        "vietnamesiska"@sv,
        "Kivietinamu"@swc,
        "Kivietinamu"@swh,
        "வியட்நாமிஸ்"@ta,
        "వియత్నామీస్"@te,
        "Kivietinamu"@teo,
        "Забони ветнамӣ"@tg,
        "เวียดนาม"@th,
        "ቪትናምኛ"@ti,
        "ቪትናምኛ"@tig,
        "Wikang Biyetnames"@tl,
        "Vietnamese"@tn,
        "lea fakavietinemi"@to,
        "Vietnamca"@tr,
        "Vietnaam senni"@twq,
        "Taviṭnamit"@tzm,
        "ۋيېتنام تىلى"@ug,
        "вʼєтнамська"@uk,
        "ویتنامی"@ur,
        "ꔲꕩꕯꕆꔧ"@vai,
        "Viyamíĩ"@vai-Latn,
        "Tiếng Việt"@vi,
        "Kyivietinamu"@vun,
        "Vietnamesiš"@wae,
        "Isi-Vietnamese"@xh,
        "Oluvyetinaamu"@xog,
        "nufiɛtnamíɛŋ"@yav,
        "Èdè Vietnam"@yo,
        "越南話"@yue,
        "Vah Yiednamz"@za,
        "越南语"@zh,
        "Vietnam"@zsm,
        "isi-Vietnamese"@zu .

<http://lexvo.org/id/iso639-3/vol> a lvont:Language,
        skos:Concept ;
    lvont:isFocusOf <http://id.loc.gov/vocabulary/iso639-2/vol> ;
    lvont:iso6392BCode "vol"^^xsd:string ;
    lvont:iso6392TCode "vol"^^xsd:string ;
    lvont:iso639P1Code "vo"^^xsd:string ;
    lvont:iso639P3PCode "vol"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-2/vol> ;
    owl:sameAs <http://dbpedia.org/resource/Volap%C3%BCk>,
        <http://lexvo.org/id/iso639-1/vo>,
        <http://lexvo.org/id/wordnet/30/noun/volapuk_1_10_00>,
        <http://psi.oasis-open.org/iso/639/#vol>,
        <http://www.lingvoj.org/lang/vo>,
        <http://www.mpii.de/yago/resource/Volap%C3%BCk>,
        <info:lc/vocabulary/languages/vol> ;
    skos:altLabel "ቮላፒውክ"@am,
        "volapük dili"@az,
        "Валапюк"@be,
        "Волапюк"@bg,
        "Volapük"@ca,
        "Volapük"@cs,
        "Volapyk"@da,
        "Βολαπιούκ"@el,
        "Volapuko"@eo,
        "Volapük"@es,
        "volapüki"@et,
        "زبان ولاپوک"@fa,
        "Volapük"@fi,
        "Volapük"@fr,
        "volapük"@fr,
        "‏וולאפיק"@he,
        "Volapük"@hr,
        "Volapük nyelv"@hu,
        "Bahasa Volapük"@id,
        "Volapük"@is,
        "Volapük"@it,
        "ヴォラピュク語"@ja,
        "볼라퓌크어"@ko,
        "Volapiukas"@lt,
        "Volapiks"@lv,
        "волапјок"@mk,
        "Volapük"@nn,
        "Volapük"@pl,
        "Volapuque"@pt,
        "Volapük"@rm,
        "Volapük"@ro,
        "Волапюк"@ru,
        "Volapük"@sk,
        "Volapik"@sl,
        "Волапук"@sr,
        "Volapük"@sv,
        "வோலாபுக்கு மொழி"@ta,
        "ภาษาโวลาปุก"@th,
        "волап’юк"@uk,
        "Tiếng Volapük"@vi,
        "Volapük perevidöl"@vo ;
    skos:definition "Volapük (pronounced , , also Volapuk) is a constructed language, created in 1879–1880 by Johann Martin Schleyer, a Roman Catholic priest in Baden, Germany. Schleyer felt that God had told him in a dream to create an international language. Volapük conventions took place in 1884 (Friedrichshafen), 1887 (Munich) and 1889 (Paris). The first two conventions used German, and the last conference used only Volapük. In 1889, there were an estimated 283 clubs, 25 periodicals in or about Volapük, and 316 textbooks in 25 languages. In 2000, it was estimated that there were 20–30 Volapük speakers in the world; As of October 2011, the Volapük Wikipedia had the 35th highest count of Wikipedia articles with approximately articles. Volapük was largely displaced in the late 19th and early 20th centuries, specifically by Esperanto, Ido and Interlingua; all three have fewer distinct vowels, and are easier for English and Spanish speakers to pronounce."@en ;
    skos:inScheme lexvo: ;
    skos:notation "vol"^^xsd:string ;
    skos:prefLabel "Volapük"@af,
        "ቮላፑክኛ"@am,
        "Volapük"@an,
        "فولابوك"@ar,
        "Volapük"@az,
        "Wolapük"@bar,
        "валапюк"@be,
        "волапюк"@bg,
        "ভোলাপুক"@bn,
        "volapük"@br,
        "वोलापोक"@brx,
        "volapük"@bs,
        "волапук"@bs-Cyrl,
        "ቮላፑክኛ"@byn,
        "volapük"@ca,
        "Volapyukhoyn mott"@ce,
        "沃拉普克文"@cmn,
        "沃拉普克文"@cmn-Hant,
        "Volapük tili"@crh,
        "volapuk"@cs,
        "Volapük"@cy,
        "volapyk"@da,
        "Volapük"@de,
        "Βόλαπικ"@el,
        "Volapük"@en,
        "volapuko"@eo,
        "volapük"@es,
        "Volapük"@et,
        "Volapük"@eu,
        "ولاپوک"@fa,
        "volapük"@fi,
        "volapuk"@fr,
        "Folapúk"@fy,
        "Volapük"@ga,
        "Volapük"@gd,
        "Volapük"@gsw,
        "વોલાપુક"@gu,
        "וולאפיק"@he,
        "वोलापुक"@hi,
        "volapük"@hr,
        "volapük"@hu,
        "Volapük"@ia,
        "Volapuk"@id,
        "Volapük"@ie,
        "Volapük"@io,
        "volapyk"@is,
        "volapük"@it,
        "ヴォラピュク"@ja,
        "volapuk"@jbo,
        "Волапюк"@kk,
        "ವೋಲಾಪುಕ್"@kn,
        "ओलापुक"@knn,
        "볼라퓌크"@ko,
        "وولَپُک"@ks,
        "Volapük"@ku,
        "Volapük"@la,
        "Volapük"@li,
        "ໂວລາພັກ"@lo,
        "volapiuk"@lt,
        "volapiks"@lv,
        "Fiteny volapoky"@mg,
        "Волапик"@mk,
        "വോളാപുക്"@ml,
        "ओलापुक"@mr,
        "Volapük"@ms,
        "Volapuk"@mt,
        "ولاپوک"@mzn,
        "Volapük"@na,
        "volapyk"@nb,
        "Volapük"@nds,
        "Volapük"@nl,
        "volapyk"@nn,
        "Volapük"@no,
        "Volapük"@nov,
        "Volapük"@oc,
        "ବୋଲାପୁକ"@or,
        "volapuk"@pl,
        "Lenga volapük"@pms,
        "ولاپک"@pnb,
        "volapuque"@pt,
        "volapuk"@rm,
        "volapuk"@ro,
        "волапюк"@ru,
        "Volapik"@sh,
        "volapük"@sk,
        "volapuk"@sl,
        "Волапик"@sr,
        "Volapük"@sr-Latn,
        "volapük"@sv,
        "ஒலாபூக்"@ta,
        "వోలాపుక్"@te,
        "โวลาพึค"@th,
        "ቮላፑክኛ"@tig,
        "Volapük"@tr,
        "Волапюк"@uk,
        "Volapük"@vi,
        "Volapük"@vo,
        "沃拉普克语"@zh .

<http://lexvo.org/id/iso639-3/wln> a lvont:Language,
        skos:Concept ;
    lvont:isFocusOf <http://id.loc.gov/vocabulary/iso639-2/wln> ;
    lvont:iso6392BCode "wln"^^xsd:string ;
    lvont:iso6392TCode "wln"^^xsd:string ;
    lvont:iso639P1Code "wa"^^xsd:string ;
    lvont:iso639P3PCode "wln"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-2/wln> ;
    owl:sameAs <http://dbpedia.org/resource/Walloon_language>,
        <http://lexvo.org/id/iso639-1/wa>,
        <http://lexvo.org/id/wordnet/30/noun/walloon_1_10_00>,
        <http://psi.oasis-open.org/iso/639/#wln>,
        <http://www.lingvoj.org/lang/wa>,
        <http://www.mpii.de/yago/resource/Walloon_language>,
        <info:lc/vocabulary/languages/wln> ;
    skos:altLabel "لغة والون"@ar,
        "Валонски език"@bg,
        "Walloneg"@br,
        "Való"@ca,
        "Valonština"@cs,
        "Vallonsk"@da,
        "Wallonische Sprache"@de,
        "Βαλλωνική γλώσσα"@el,
        "Walloon language"@en,
        "Idioma valón"@es,
        "زبان والونی"@fa,
        "Valloni"@fi,
        "Wallon"@fr,
        "An Vallúinis"@ga,
        "ולונית"@he,
        "Valonski jezik"@hr,
        "Bahasa Walloon"@id,
        "Lingua vallone"@it,
        "왈롱어"@ko,
        "Valonų kalba"@lt,
        "Valoņu valoda"@lv,
        "Walloonsch"@nds,
        "Język waloński"@pl,
        "Língua valona"@pt,
        "Limba valonă"@ro,
        "Валлонский язык"@ru,
        "Valónčina"@sk,
        "Валонски језик"@sr,
        "Vallonska"@sv,
        "வாலோன் மொழி"@ta,
        "ภาษาวัลลูน"@th,
        "Валлонська мова"@uk,
        "Tiếng Walloon"@vi ;
    skos:definition "Walloon (Walon in Walloon) is a Romance language which was spoken as a primary language in large portions (70%) of the Walloon Region of Belgium and some villages of Northern France (near Givet) until the middle of the 20th century. It belongs to the langue d'oïl language family, whose most prominent member is the French language. The historical background of its formation was the territorial extension since 980 of the Principality of Liège to the south and west."@en ;
    skos:inScheme lexvo: ;
    skos:notation "wln"^^xsd:string ;
    skos:prefLabel "Wallonies"@af,
        "Idioma valón"@an,
        "الولونية"@ar,
        "Valón"@ast,
        "valun dili"@az,
        "Валонская мова"@be,
        "Валёнская мова"@be-tarask,
        "валонски"@bg,
        "ওয়ালুন"@bn,
        "walloneg"@br,
        "वालुन"@brx,
        "valun"@bs,
        "валун"@bs-Cyrl,
        "való"@ca,
        "瓦隆文"@cmn,
        "瓦隆文"@cmn-Hant,
        "valonština"@cs,
        "Walwneg"@cy,
        "vallonsk"@da,
        "Wallonisch"@de,
        "Γουαλούν"@el,
        "Walloon"@en,
        "Valona lingvo"@eo,
        "valón"@es,
        "vallooni"@et,
        "Valoniera"@eu,
        "والونی"@fa,
        "valloni"@fi,
        "wallon"@fr,
        "Valon"@frp,
        "valon"@fur,
        "Vallúnais"@ga,
        "Walloon"@gd,
        "Lingua valoa"@gl,
        "Wallonisch"@gsw,
        "Wallonische Sprache"@gsw-FR,
        "વાલૂન"@gu,
        "Walloonish"@gv,
        "Fà-liùng-ngî"@hak,
        "וואלון"@he,
        "वाल्लून"@hi,
        "valonski"@hr,
        "vallon"@hu,
        "Վալոներեն"@hy,
        "Walloon"@id,
        "vallónska"@is,
        "vallone"@it,
        "ワロン語"@ja,
        "ವಾಲೂನ್"@kn,
        "왈론어"@ko,
        "وَلوٗن"@ks,
        "Валлон кыв"@kv,
        "Wallonek"@kw,
        "Lingua Vallonica"@la,
        "Wallounesch"@lb,
        "Waols"@li,
        "Lengua vallone"@lij,
        "Lengua valona"@lmo,
        "ວໍລູມ"@lo,
        "valonų"@lt,
        "Valuonu kalba"@lt-x,
        "valoņu"@lv,
        "валунски"@mk,
        "വല്ലൂൺ"@ml,
        "वालून"@mr,
        "Walloon"@mt,
        "vallonsk"@nb,
        "Waols"@nds,
        "Waals"@nl,
        "vallonsk"@nn,
        "Vallonsk"@no,
        "Valon"@oc,
        "ୱାଲୁନ୍"@or,
        "Walon"@pcd,
        "waloński"@pl,
        "ویلون"@pnb,
        "valão"@pt,
        "vallon"@rm,
        "valonă"@ro,
        "валлонский"@ru,
        "Walloon leid"@sco,
        "vallonagiella"@se,
        "valónčina"@sk,
        "valonščina"@sl,
        "Валун"@sr,
        "Valun"@sr-Latn,
        "vallonska"@sv,
        "ஒவாலூன்"@ta,
        "వాలూన్"@te,
        "วาโลนี"@th,
        "Valonca"@tr,
        "валлонська"@uk,
        "Tiếng Wallon"@vi,
        "Woals"@vls,
        "Walon"@wa,
        "瓦龙语"@zh .

<http://lexvo.org/id/iso639-3/wol> a lvont:Language,
        skos:Concept ;
    lvont:isFocusOf <http://id.loc.gov/vocabulary/iso639-2/wol> ;
    lvont:iso6392BCode "wol"^^xsd:string ;
    lvont:iso6392TCode "wol"^^xsd:string ;
    lvont:iso639P1Code "wo"^^xsd:string ;
    lvont:iso639P3PCode "wol"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-2/wol>,
        <http://www.glottolog.org/resource/languoid/id/nucl1347> ;
    owl:sameAs <http://lexvo.org/id/iso639-1/wo>,
        <http://lexvo.org/id/wordnet/30/noun/wolof_1_10_00>,
        <http://psi.oasis-open.org/iso/639/#wol>,
        <http://www.lingvoj.org/lang/wo>,
        <info:lc/vocabulary/languages/wol> ;
    skos:inScheme lexvo: ;
    skos:notation "wol"^^xsd:string ;
    skos:prefLabel "Wolof"@af,
        "ዎሎፍኛ"@am,
        "الولوف"@ar,
        "wolof"@ast,
        "volof dili"@az,
        "волоф"@bg,
        "উওলোফ"@bn,
        "wolof"@br,
        "वोलोफ"@brx,
        "volof"@bs,
        "волоф"@bs-Cyrl,
        "ዎሎፍኛ"@byn,
        "wòlof"@ca,
        "沃洛夫文"@cmn,
        "沃爾夫文"@cmn-Hant,
        "wolofština"@cs,
        "Woloff"@cy,
        "wolof"@da,
        "Wolof"@de,
        "ཝོ་ལོཕ་ཁ"@dz,
        "wolofgbe"@ee,
        "Γουόλοφ"@el,
        "Wolof"@en,
        "volofa"@eo,
        "uolof"@es,
        "volofi"@et,
        "wolofera"@eu,
        "ولوفی"@fa,
        "wolof"@fi,
        "Wolof"@fil,
        "wolof"@fo,
        "wolof"@fr,
        "wolof"@fur,
        "Volaifis"@ga,
        "Wolof"@gd,
        "wólof"@gl,
        "Wolof"@gsw,
        "વોલોફ"@gu,
        "ג׳ולוף"@he,
        "वोलोफ"@hi,
        "wolof"@hr,
        "volof"@hu,
        "Wolof"@id,
        "volof"@is,
        "volof"@it,
        "ウォロフ語"@ja,
        "uolof"@kea,
        "វូឡុហ្វ"@km,
        "ವೋಲೋಫ್"@kn,
        "उलोफ़"@knn,
        "올로프어"@ko,
        "وولوف"@ks,
        "Woloff"@ksh,
        "ວູບ"@lo,
        "volofų"@lt,
        "volofu"@lv,
        "волофски"@mk,
        "വൊളോഫ്"@ml,
        "वोलोफ"@mr,
        "Wolof"@mt,
        "wolof"@nb,
        "वुलुफ"@ne,
        "Wolof"@nl,
        "wolof"@nn,
        "ୱୋଲଫ୍"@or,
        "wolof"@pl,
        "uólofe"@pt,
        "wolof"@rm,
        "wolof"@ro,
        "волоф"@ru,
        "වොලොෆ්"@si,
        "wolof"@sk,
        "volofščina"@sl,
        "Волоф"@sr,
        "Volof"@sr-Latn,
        "wolof"@sv,
        "Kiwolofu"@swh,
        "ஒலூஃப்"@ta,
        "వొలాఫ్"@te,
        "โวลอฟ"@th,
        "ዎሎፍኛ"@tig,
        "lea fakaʻuolofo"@to,
        "Volofça"@tr,
        "волоф"@uk,
        "وولوف"@ur,
        "Tiếng Wolof"@vi,
        "Wolof"@wae,
        "Wolof"@zsm,
        "isi-Wolof"@zu .

<http://lexvo.org/id/iso639-3/yid> a lvont:Language,
        skos:Concept ;
    lvont:isFocusOf <http://id.loc.gov/vocabulary/iso639-2/yid> ;
    lvont:iso6392BCode "yid"^^xsd:string ;
    lvont:iso6392TCode "yid"^^xsd:string ;
    lvont:iso639P1Code "yi"^^xsd:string ;
    lvont:iso639P3PCode "yid"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-2/yid> ;
    owl:sameAs <http://dbpedia.org/resource/Yiddish_language>,
        <http://lexvo.org/id/iso639-1/yi>,
        <http://lexvo.org/id/wordnet/30/noun/yiddish_1_10_00>,
        <http://psi.oasis-open.org/iso/639/#yid>,
        <http://www.lingvoj.org/lang/yi>,
        <http://www.mpii.de/yago/resource/Yiddish_language>,
        <info:lc/vocabulary/languages/yid> ;
    skos:altLabel "ይዲሽኛ"@am,
        "لغة يديشية"@ar,
        "Yahudi dili"@az,
        "Ідыш"@be,
        "Идиш"@bg,
        "yiddish"@br,
        "Jiddisch"@ca,
        "Jidiš"@cs,
        "Jiddisch"@da,
        "Yiddish language"@en,
        "Jida lingvo"@eo,
        "yídish"@es,
        "Jidiši keel"@et,
        "Jiddisha"@eu,
        "زبان ییدیش"@fa,
        "Jiddiš"@fi,
        "Jiddiskt mál"@fo,
        "Yiddish"@fr,
        "An Ghiúdais"@ga,
        "Iùdhais"@gd,
        "Lingua yiddish"@gl,
        "Jidiš"@hr,
        "Jiddis nyelv"@hu,
        "Bahasa Yiddi"@id,
        "Lingua yiddish"@it,
        "Jidiš"@lt,
        "Jidišs"@lv,
        "यिडिश भाषा"@mr,
        "Jiddisch"@nds,
        "Jiddisch"@nn,
        "Jidysz"@pl,
        "Língua iídiche"@pt,
        "Limba idiș"@ro,
        "Идиш"@ru,
        "Jidiš"@sk,
        "Jidiš"@sl,
        "Jiddisch"@sv,
        "இத்திய மொழி"@ta,
        "ภาษายิดดิช"@th,
        "Їдиш"@uk,
        "Tiếng Yiddish"@vi ;
    skos:definition "Yiddish ( yidish or idish, literally \"Jewish\") is a High German language of Ashkenazi Jewish origin, spoken throughout the world. It developed as a fusion of German dialects with Hebrew, Aramaic, Slavic languages and traces of Romance languages. It is written in the Hebrew alphabet."@en ;
    skos:inScheme lexvo: ;
    skos:notation "yid"^^xsd:string ;
    skos:prefLabel "Jiddisj"@af,
        "ዪዲሽኛ"@am,
        "اليديشية"@ar,
        "ييدى"@arz,
        "İdiş dili"@az,
        "Идиш"@ba,
        "Jiddisch"@bar,
        "ідыш"@be,
        "Ідыш"@be-tarask,
        "идиш"@bg,
        "Bahasa Yiddish"@bjn,
        "য়িদ্দিশ"@bn,
        "Yideg"@br,
        "यीद्दीश"@brx,
        "jidiš"@bs,
        "јидиш"@bs-Cyrl,
        "ይዲሻዊኛ"@byn,
        "jiddisch"@ca,
        "依地文"@cmn,
        "意第緒文"@cmn-Hant,
        "Yidiş tili"@crh,
        "jidiš"@cs,
        "Идиш"@cv,
        "Iddew-Almaeneg"@cy,
        "jiddisch"@da,
        "Jiddisch"@de,
        "Γίντις"@el,
        "Yiddish"@en,
        "jida"@eo,
        "Yidis"@es,
        "jidiši"@et,
        "Yiddish"@eu,
        "یدی"@fa,
        "jiddiš"@fi,
        "Yiddish"@fil,
        "jiddiskt"@fo,
        "yiddish"@fr,
        "yiddish"@fur,
        "Jiddysk"@fy,
        "Giúdais"@ga,
        "Iùdais"@gd,
        "Yiddish"@gl,
        "Jiddisch"@gsw,
        "Jiddisch"@gsw-FR,
        "યિદ્દિશ"@gu,
        "יידיש"@he,
        "येहुदी"@hi,
        "jidiš"@hr,
        "Jidišćina"@hsb,
        "jiddis"@hu,
        "Իդիշ"@hy,
        "yiddish"@ia,
        "Yiddish"@id,
        "Yiddic"@ie,
        "jiddíska"@is,
        "yiddish"@it,
        "イディッシュ語"@ja,
        "Basa Yiddish"@jv,
        "იდიში"@ka,
        "Yidic"@kab,
        "идиш"@kk,
        "ភាសាយីឌីហ្ស"@km,
        "ಯಡ್ಡಿಶ್"@kn,
        "इद्दिष्"@knn,
        "이디시어"@ko,
        "یِدِش"@ks,
        "Zimanê yîdîş"@ku,
        "Идиш"@kv,
        "Yedhowek"@kw,
        "еврей"@ky,
        "Lingua Iudaeogermanica"@la,
        "Idish"@lad,
        "Jiddisch"@li,
        "Lengua yiddish"@lij,
        "ຢິວ"@lo,
        "jidiš"@lt,
        "jidišs"@lv,
        "Идиш йылме"@mhr,
        "јидски"@mk,
        "യിദ്ദിഷ്"@ml,
        "यिद्दिश"@mr,
        "Bahasa Yiddish"@ms,
        "Jiddix"@mt,
        "Yidish-gí"@nan,
        "jiddisk"@nb,
        "Jiddisj"@nds,
        "यिद्दिस"@ne,
        "Jiddisch"@nl,
        "jiddisk"@nn,
        "Jiddisch"@no,
        "Yiddish"@oc,
        "ୟିଡିସ୍"@or,
        "Yiddisch"@pdc,
        "jidysz"@pl,
        "یدش"@pnb,
        "يديش"@ps,
        "iídiche"@pt,
        "jiddic"@rm,
        "idiș"@ro,
        "идиш"@ru,
        "Inyeyidishi"@rw,
        "Lingua yiddish"@scn,
        "Yiddish leid"@sco,
        "Jidiš"@sh,
        "jidiš"@sk,
        "jidiš"@sl,
        "Yadhish"@so,
        "Jiden"@sq,
        "Јидиш"@sr,
        "Jidiš"@sr-Latn,
        "Yiddish"@st,
        "jiddisch"@sv,
        "Kiyidi"@swh,
        "Jidisz"@szl,
        "இத்திஷ்"@ta,
        "ఇడ్డిష్"@te,
        "Яҳудии Аврупои шарқӣ"@tg,
        "ยิว"@th,
        "ዪዲሽ"@ti,
        "ይዲሻዊኛ"@tig,
        "Wikang Yidis"@tl,
        "Yidiş"@tr,
        "ідиш"@uk,
        "یدش"@ur,
        "Tiếng Y-đit"@vi,
        "Yiddish"@xh,
        "יידיש"@yi,
        "Èdè Yiddishi"@yo,
        "意第緒語"@zh,
        "Yiddish"@zsm,
        "Isi-Yidish"@zu .

<http://lexvo.org/id/kangxi-radical/102> a lvont:CJKRadical ;
    lvont:label <http://lexvo.org/id/char/24C12>,
        <http://lexvo.org/id/char/2F65>,
        <http://lexvo.org/id/char/66F1>,
        <http://lexvo.org/id/char/7530>,
        <http://lexvo.org/id/char/7531>,
        <http://lexvo.org/id/char/7532>,
        <http://lexvo.org/id/char/7533>,
        <http://lexvo.org/id/char/7534> .

<http://lexvo.org/id/kangxi-radical/122> a lvont:CJKRadical ;
    lvont:label <http://lexvo.org/id/char/2626A>,
        <http://lexvo.org/id/char/2626B>,
        <http://lexvo.org/id/char/2626D>,
        <http://lexvo.org/id/char/26270>,
        <http://lexvo.org/id/char/2F79>,
        <http://lexvo.org/id/char/7F51>,
        <http://lexvo.org/id/char/7F52>,
        <http://lexvo.org/id/char/7F53> .

<http://lexvo.org/id/iso639-3/afr> a lvont:Language,
        skos:Concept ;
    lvont:isFocusOf <http://id.loc.gov/vocabulary/iso639-2/afr> ;
    lvont:iso6392BCode "afr"^^xsd:string ;
    lvont:iso6392TCode "afr"^^xsd:string ;
    lvont:iso639P1Code "af"^^xsd:string ;
    lvont:iso639P3PCode "afr"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-2/afr>,
        <http://www.glottolog.org/resource/languoid/id/afri1274> ;
    owl:sameAs <http://dbpedia.org/resource/Afrikaans>,
        <http://lexvo.org/id/iso639-1/af>,
        <http://lexvo.org/id/wordnet/30/noun/afrikaans_1_10_00>,
        <http://psi.oasis-open.org/iso/639/#afr>,
        <http://www.lingvoj.org/lang/af>,
        <http://www.mpii.de/yago/resource/Afrikaans>,
        <info:lc/vocabulary/languages/afr> ;
    skos:altLabel "لغة أفريقانية"@ar,
        "Afrikaans"@ast,
        "Afrikaanca"@az,
        "Афрыкаанс"@be,
        "Африканс"@bg,
        "আফ্রিকান্স ভাষা"@bn,
        "Afrikaneg"@br,
        "Afrikaans"@ca,
        "Afrikánština"@cs,
        "Affricaneg"@cy,
        "Afrikaans"@da,
        "Αφρικάανς γλώσσα"@el,
        "Afrikansa lingvo"@eo,
        "Afrikáans"@es,
        "Afrikaani keel"@et,
        "Afrikaans"@eu,
        "زبان آفریکانس"@fa,
        "Afrikaans"@fi,
        "Afrikaans mál"@fo,
        "Afrikaans"@fr,
        "An Afracáinis"@ga,
        "Afraganais"@gd,
        "Lingua africáner"@gl,
        "अफ्रीकांस भाषा"@hi,
        "Afrikaans"@hr,
        "Afrikaans nyelv"@hu,
        "Bahasa Afrikaans"@id,
        "Afríkanska"@is,
        "Lingua afrikaans"@it,
        "აფრიკაანსი"@ka,
        "남아공 공용어"@ko,
        "Afrikanų kalba"@lt,
        "Afrikandu valoda"@lv,
        "африкански"@mk,
        "आफ्रिकान्स भाषा"@mr,
        "Afrikaans"@nn,
        "Język afrikaans"@pl,
        "Língua africâner"@pt,
        "afrikaans"@pt,
        "Limba afrikaans"@ro,
        "Африкаанс"@ru,
        "Ikinyafurikaneri"@rw,
        "Afrikánsagiella"@se,
        "Afrikánčina"@sk,
        "Afrikanščina"@sl,
        "Gjuha afrikane"@sq,
        "Африканерски"@sr,
        "Afrikaans"@sv,
        "ஆபிரிக்கான மொழி"@ta,
        "ภาษาแอฟริคานส์"@th,
        "Африкаанс"@uk,
        "Tiếng Nam Phi"@vi,
        "IsiBhulu"@xh,
        "Èdè Áfríkáánì"@yo,
        "IsiBhunu"@zu ;
    skos:definition "Afrikaans is a West Germanic language, spoken natively in South Africa, Namibia and to a lesser extent in Botswana and Zimbabwe. It developed from 17th century Dutch dialects, and was previously referred to as \"Cape Dutch\" (a term also used to refer collectively to the early Cape settlers). Although Afrikaans adopted words from languages such as Malay, Portuguese, the Bantu languages, and the Khoisan languages, an estimated 90 to 95 percent of Afrikaans vocabulary is ultimately of Dutch origin. Therefore, differences with Dutch often lie in a more regular morphology, grammar, and spelling of Afrikaans. There is a large degree of mutual intelligibility between the two languages—especially in written form—although it is easier for Dutch-speakers to understand Afrikaans than the other way around."@en ;
    skos:inScheme lexvo: ;
    skos:notation "afr"^^xsd:string ;
    skos:prefLabel "Afrikaans"@af,
        "ܠܫܢܐ ܐܦܪܝܩܐܢܝܐ"@aii,
        "አፍሪካንኛ"@am,
        "Afrikaans"@an,
        "Affricanisc sprǣc"@ang,
        "الأفريقية"@ar,
        "لغه افريكانس"@arz,
        "afrikaans"@ast,
        "Afrikaans"@az,
        "Afrikaans"@bar,
        "афрыкаанс"@be,
        "Афрыкаанс"@be-tarask,
        "африканс"@bg,
        "আফ্রিকান্স"@bn,
        "afrikaans"@br,
        "अफ्रीकी"@brx,
        "afrikanerski"@bs,
        "африканерски"@bs-Cyrl,
        "አፍሪቃንስኛ"@byn,
        "afrikaans"@ca,
        "南非荷兰文"@cmn,
        "南非荷蘭文"@cmn-Hant,
        "afrikánština"@cs,
        "Африкаанс"@cv,
        "Afrikaans"@cy,
        "afrikaans"@da,
        "Afrikaans"@de,
        "ཨཕ་རི་ཀཱནས་ཁ"@dz,
        "afrikaangbe"@ee,
        "Αφρικάανς"@el,
        "Afrikaans"@en,
        "afrikansa"@eo,
        "afrikaans"@es,
        "afrikaani"@et,
        "afrikaans"@eu,
        "آفریکانس"@fa,
        "afrikaans"@fi,
        "Afrikaans"@fil,
        "afríska"@fo,
        "afrikaans"@fr,
        "afrikaans"@fur,
        "Afrikaansk"@fy,
        "Afracáinis"@ga,
        "Afrikaans"@gd,
        "afrikaans"@gl,
        "Afrikaans"@gsw,
        "આફ્રિકન્સ"@gu,
        "Afirkanci"@ha,
        "אפריקאנס"@he,
        "अफ्रीकी"@hi,
        "Afrikaans bhasa"@hif,
        "afrikaans"@hr,
        "afrikaans"@hu,
        "Աֆրիկանս"@hy,
        "afrikaans"@ia,
        "Afrikaans"@id,
        "afríkanska"@is,
        "afrikaans"@it,
        "アフリカーンス語"@ja,
        "აფრიკული"@ka,
        "afrikaner"@kea,
        "Африкаан"@kk,
        "អាព្រិក"@km,
        "ಆಫ್ರಿಕಾನ್ಸ್"@kn,
        "अफ्रिकान्स"@knn,
        "아프리칸스어"@ko,
        "Африкаанс тил"@krc,
        "اَفریٖکانٛز"@ks,
        "Afrikaans"@ksh,
        "Африкаанс"@kv,
        "Afrikaans"@kw,
        "африкаанча"@ky,
        "Lingua Africana"@la,
        "Lingua afrikaans"@lad,
        "Afrikaans"@li,
        "Lèngoa afrikaans"@lij,
        "afrikansi"@ln,
        "ອາຟຣິກາອານ"@lo,
        "afrikanų"@lt,
        "Afrėkanu kalba"@lt-x,
        "afrikandu"@lv,
        "Fiteny afrikaans"@mg,
        "Африкаанс"@mk,
        "ആഫ്രിക്കാൻസ്"@ml,
        "अफ्रिकान्स"@mr,
        "Bahasa Afrikaans"@ms,
        "Afrikans"@mt,
        "Afrikaantlahtōlli"@nah,
        "afrikaans"@nb,
        "Afrikaans"@nds,
        "अफ्रिकान्स"@ne,
        "Afrikaans"@nl,
        "afrikaans"@nn,
        "Afrikaans"@no,
        "Afrikansum"@nov,
        "Afrikaans"@nso,
        "Afrikaans"@oc,
        "Afrikoota"@om,
        "ଆଫ୍ରିକାନସ୍"@or,
        "африкаанс"@os,
        "ਅਫ਼ਰੀਕੀ"@pa,
        "Afrikaans"@pap,
        "afrikaans"@pl,
        "Lenga afrikaans"@pms,
        "افریقان"@pnb,
        "افريکاني"@ps,
        "africâner"@pt,
        "Afrikans simi"@qu,
        "afrikaans"@rm,
        "afrikaans"@ro,
        "африкаанс"@ru,
        "Ikinyafurikansi"@rw,
        "Аппырыкааныстыы"@sah,
        "Afrikaans"@scn,
        "Afrikaans leid"@sco,
        "afrikánsagiella"@se,
        "Afrikaans"@sh,
        "අප්‍රිකානු"@si,
        "afrikánčina"@sk,
        "afrikanščina"@sl,
        "Afrikaanays"@so,
        "Afrikanisht"@sq,
        "Африканс"@sr,
        "Afrikanerski"@sr-Latn,
        "Seburu"@st,
        "Afrikoansk"@stq,
        "afrikaans"@sv,
        "Kiafrikaans"@sw,
        "Kiafrikana"@swh,
        "Godka afrikaans"@szl,
        "ஆஃப்ரிகான்ஸ்"@ta,
        "ఆఫ్రికాన్స్"@te,
        "แอฟริกานส์"@th,
        "አፍሪቃንሰኛ"@ti,
        "አፍሪቃንስኛ"@tig,
        "Seburu"@tn,
        "lea fakaʻafilikana"@to,
        "Afrikaanca"@tr,
        "Африкаанс"@tt,
        "ئاڧرىقانچە"@ug,
        "африкаанс"@uk,
        "ایفریکانز"@ur,
        "Afrikaans"@vec,
        "Afrikaans"@vi,
        "Afrikáns"@wae,
        "isiBhulu"@xh,
        "Èdè Afrikani"@yo,
        "Afrikaons"@zea,
        "南非語"@zh,
        "Afrikaans"@zsm,
        "isiBhunu"@zu .

<http://lexvo.org/id/iso639-3/bak> a lvont:Language,
        skos:Concept ;
    lvont:isFocusOf <http://id.loc.gov/vocabulary/iso639-2/bak> ;
    lvont:iso6392BCode "bak"^^xsd:string ;
    lvont:iso6392TCode "bak"^^xsd:string ;
    lvont:iso639P1Code "ba"^^xsd:string ;
    lvont:iso639P3PCode "bak"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-2/bak>,
        <http://www.glottolog.org/resource/languoid/id/bash1264> ;
    owl:sameAs <http://dbpedia.org/resource/Bashkir_language>,
        <http://lexvo.org/id/iso639-1/ba>,
        <http://psi.oasis-open.org/iso/639/#bak>,
        <http://www.lingvoj.org/lang/ba>,
        <http://www.mpii.de/yago/resource/Bashkir_language>,
        <info:lc/vocabulary/languages/bak> ;
    skos:altLabel "لغة باشقير"@ar,
        "Başqırd dili"@az,
        "Башкірская мова"@be,
        "Башкирски език"@bg,
        "Bachkireg"@br,
        "Baixkir"@ca,
        "Baškirština"@cs,
        "Basjkirsk"@da,
        "Baschkirische Sprache"@de,
        "Bashkir language"@en,
        "Baŝkira lingvo"@eo,
        "Idioma bashkir"@es,
        "Baškiiri keel"@et,
        "زبان باشقیری"@fa,
        "Baškiirin kieli"@fi,
        "Bachkir"@fr,
        "बाश्किर भाषा"@hi,
        "Baškirski jezik"@hr,
        "Baskír nyelv"@hu,
        "Bahasa Bashkir"@id,
        "Lingua baschira"@it,
        "바시키르어"@ko,
        "Baškirų kalba"@lt,
        "Baškīru valoda"@lv,
        "Башкирски јазик"@mk,
        "बाश्किर भाषा"@mr,
        "Basjkirsk"@nn,
        "Башкираг æвзаг"@os,
        "Język baszkirski"@pl,
        "Língua bashkir"@pt,
        "Limba bașchiră"@ro,
        "Башкирский язык"@ru,
        "Baškirčina"@sk,
        "Baškirščina"@sl,
        "Башкирски језик"@sr,
        "Basjkiriska"@sv,
        "பசுகிர மொழி"@ta,
        "ภาษาบัชคีร์"@th,
        "Başkırtça"@tr,
        "Башкирська мова"@uk ;
    skos:definition "The Bashkir language (башҡорт теле başqort tele, pronounced ) is a Turkic language, and is the language of the Bashkirs. It is co-official with Russian in the Republic of Bashkortostan."@en ;
    skos:inScheme lexvo: ;
    skos:notation "bak"^^xsd:string ;
    skos:prefLabel "Basjkiries"@af,
        "ባስኪርኛ"@am,
        "الباشكيرية"@ar,
        "başkir dili"@az,
        "Башҡорт теле"@ba,
        "башкірская"@be,
        "Башкірская мова"@be-tarask,
        "башкирски"@bg,
        "বাশকির"@bn,
        "bachkir"@br,
        "बशख़िर्"@brx,
        "baškir"@bs,
        "башкир"@bs-Cyrl,
        "Бажигид хэлэн"@bxr,
        "ባስኪርኛ"@byn,
        "baixkir"@ca,
        "巴什客尔文"@cmn,
        "巴什客爾文"@cmn-Hant,
        "Başqırt tili"@crh,
        "baškirština"@cs,
        "Башкортьскъ ѩꙁꙑкъ"@cu,
        "Пушкăрт чĕлхи"@cv,
        "Bashcorteg"@cy,
        "bashkir"@da,
        "Baschkirisch"@de,
        "Baškiršćina"@dsb,
        "bashkigbe"@ee,
        "Μπασκίρ"@el,
        "Bashkir"@en,
        "baŝkira"@eo,
        "bashkir"@es,
        "baškiiri"@et,
        "باشغیری"@fa,
        "baškiiri"@fi,
        "bachkir"@fr,
        "Baiscíris"@ga,
        "Başkir dili"@gag,
        "Lingua baskir"@gl,
        "Baschkirisch"@gsw,
        "બષ્ખિર"@gu,
        "בשקירית"@he,
        "बशख़िर"@hi,
        "baškirski"@hr,
        "Baškiršćina"@hsb,
        "baskír"@hu,
        "Bashkir"@id,
        "baskír"@is,
        "baschiro"@it,
        "バシキール語"@ja,
        "Башқұрт тілі"@kk,
        "ಬಶ್ಕಿರ್"@kn,
        "बष्किर"@knn,
        "바슈키르어"@ko,
        "Башкыр кыв"@koi,
        "بَشکیٖر"@ks,
        "Башкир кыв"@kv,
        "ບາຣກີ"@lo,
        "baškirų"@lt,
        "Baškėru kalba"@lt-x,
        "baškīru"@lv,
        "башкирски"@mk,
        "ബഷ്ഖിർ"@ml,
        "बष्किर"@mr,
        "Bahasa Bashkir"@ms,
        "Baxkir"@mt,
        "Башкирэнь кель"@myv,
        "basjkirsk"@nb,
        "बाश्किर भाषा"@new,
        "Basjkiers"@nl,
        "basjkirsk"@nn,
        "Basjkirsk"@no,
        "ବଶଖିର୍"@or,
        "башкираг"@os,
        "baszkirski"@pl,
        "Lenga bashkir"@pms,
        "بشکیر بولی"@pnb,
        "bashkir"@pt,
        "baschkir"@rm,
        "bașkiră"@ro,
        "башкирский"@ru,
        "Башкиир тыла"@sah,
        "baskirčina"@sk,
        "baškirščina"@sl,
        "Башкир"@sr,
        "Baškir"@sr-Latn,
        "basjkiriska"@sv,
        "பாஷ்கிர்"@ta,
        "బష్కిర్"@te,
        "บัชคีร์"@th,
        "ባስኪርኛ"@tig,
        "lea fakapasikili"@to,
        "Başkurtça"@tr,
        "Başqort tele"@tt,
        "Башкир кыл"@udm,
        "باشقۇرتچە"@ug,
        "башкирська"@uk,
        "Tiếng Bashkir"@vi,
        "巴什基尔语"@zh .

<http://lexvo.org/id/iso639-3/bdy> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "bdy"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/band1339> ;
    owl:sameAs <http://dbpedia.org/resource/Bandjalang_language>,
        <http://www.mpii.de/yago/resource/Bandjalang_language> ;
    skos:altLabel "Bandjalang language"@en ;
    skos:definition "Bundjalung is an Australian Indigenous language of North-Eastern New South Wales."@en ;
    skos:inScheme lexvo: ;
    skos:notation "bdy"^^xsd:string ;
    skos:prefLabel "Bandjalang"@en,
        "Bandjalang jezik"@hr,
        "Lenga bandjalang"@pms,
        "Пантяланг"@ru,
        "Bandjalang"@sv .

<http://lexvo.org/id/iso639-3/bre> a lvont:Language,
        skos:Concept ;
    lvont:isFocusOf <http://id.loc.gov/vocabulary/iso639-2/bre> ;
    lvont:iso6392BCode "bre"^^xsd:string ;
    lvont:iso6392TCode "bre"^^xsd:string ;
    lvont:iso639P1Code "br"^^xsd:string ;
    lvont:iso639P3PCode "bre"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-2/bre>,
        <http://www.glottolog.org/resource/languoid/id/bret1244> ;
    owl:sameAs <http://dbpedia.org/resource/Breton_language>,
        <http://lexvo.org/id/iso639-1/br>,
        <http://lexvo.org/id/wordnet/30/noun/breton_1_10_00>,
        <http://psi.oasis-open.org/iso/639/#bre>,
        <http://www.lingvoj.org/lang/br>,
        <http://www.mpii.de/yago/resource/Breton_language>,
        <info:lc/vocabulary/languages/bre> ;
    skos:altLabel "لغة بريتانية"@ar,
        "Breton dili"@az,
        "Бретонски език"@bg,
        "Brezhoneg"@br,
        "Bretó"@ca,
        "Bretonština"@cs,
        "Bretonsk"@da,
        "Bretonische Sprache"@de,
        "Breton language"@en,
        "Bretona lingvo"@eo,
        "Idioma bretón"@es,
        "Bretooni keel"@et,
        "Bretainiera"@eu,
        "زبان برتون"@fa,
        "Bretoni"@fi,
        "Bretonskt mál"@fo,
        "Breton"@fr,
        "Lenghe bretone"@fur,
        "An Bhriotáinis"@ga,
        "Breatannais"@gd,
        "Lingua bretoa"@gl,
        "Bretonski jezik"@hr,
        "Breton nyelv"@hu,
        "Lingua britone"@ia,
        "Bahasa Breton"@id,
        "Bretónska"@is,
        "Lingua bretone"@it,
        "Bretonų kalba"@lt,
        "Bretoņu valoda"@lv,
        "Бретонски јазик"@mk,
        "ब्रेतॉन भाषा"@mr,
        "Bretoonsche Spraak"@nds,
        "Bretonsk"@nn,
        "Język bretoński"@pl,
        "Língua bretã"@pt,
        "Lingua bretona"@rm,
        "Limba bretonă"@ro,
        "Бретонский язык"@ru,
        "Bretonagiella"@se,
        "Bretónčina"@sk,
        "Bretonščina"@sl,
        "Gjuha bretoneze"@sq,
        "Бретонски језик"@sr,
        "Bretonska"@sv,
        "பிரித்தானி மொழி"@ta,
        "ภาษาเบรอตง"@th,
        "Bretonca"@tr,
        "Бретонська мова"@uk ;
    skos:definition "Breton is a Celtic language spoken in Brittany (; ), France. Breton is a Brythonic language, descended from the Celtic British language brought from Great Britain to Armorica by migrating Britons during the Early Middle Ages. Like the other Brythonic languages, Welsh and Cornish, it is classified as an Insular Celtic language. Breton is most closely related to Cornish, as both are thought to have evolved from a Southwestern Brythonic protolanguage. The other regional language of Brittany, Gallo, is a Langue d'oïl derived from Latin and is consequently relatively close to French."@en ;
    skos:inScheme lexvo: ;
    skos:notation "bre"^^xsd:string ;
    skos:prefLabel "Bretons"@af,
        "ብሬቶንኛ"@am,
        "Idioma bretón"@an,
        "البريتونية"@ar,
        "Bretón"@ast,
        "Bretonca"@az,
        "Bretonisch"@bar,
        "брэтонская"@be,
        "бретонски"@bg,
        "ব্রেটোন"@bn,
        "brezhoneg"@br,
        "ब्रटों"@brx,
        "bretonski"@bs,
        "бретонски"@bs-Cyrl,
        "ብሬቶንኛ"@byn,
        "bretó"@ca,
        "بريتۆنى"@ckb,
        "布里多尼文"@cmn,
        "布里多尼文"@cmn-Hant,
        "bretonština"@cs,
        "Бретон чĕлхи"@cv,
        "Llydaweg"@cy,
        "bretonsk"@da,
        "Bretonisch"@de,
        "bretongbe"@ee,
        "Βρετονικά"@el,
        "Breton"@en,
        "𐐒𐑉𐐯𐐻𐐲𐑌"@en-Dsrt,
        "bretona"@eo,
        "bretón"@es,
        "bretooni"@et,
        "Bretoiera"@eu,
        "Luenga bretona"@ext,
        "برتانیایی"@fa,
        "bretoni"@fi,
        "Breton"@fil,
        "bretonskt"@fo,
        "breton"@fr,
        "Breton"@frp,
        "Bretoonisch"@frr,
        "breton"@fur,
        "Bretonsk"@fy,
        "Briotáinis"@ga,
        "Breatnais"@gd,
        "Bretón"@gl,
        "Brötoonisch"@gsw,
        "Bretonisch"@gsw-FR,
        "બ્રેટોન"@gu,
        "Britaanish"@gv,
        "Buretananci"@ha,
        "ברטונית"@he,
        "ब्रेटन"@hi,
        "bretonski"@hr,
        "Bretonšćina"@hsb,
        "breton"@hu,
        "Բրետոներեն"@hy,
        "breton"@ia,
        "Breton"@id,
        "bretónska"@is,
        "bretone"@it,
        "ブルトン語"@ja,
        "ბრეტონული"@ka,
        "брит"@kk,
        "ប្រីស្តុន"@km,
        "ಬ್ರೆಟನ್"@kn,
        "ब्रेटन"@knn,
        "브르타뉴어"@ko,
        "Брезон кыв"@koi,
        "بریٹَن"@ks,
        "Брезон кыв"@kv,
        "Bretonek"@kw,
        "бретон"@ky,
        "Lingua Britonica"@la,
        "Bretoens"@li,
        "Lengua bretone"@lij,
        "Bretun"@lmo,
        "ເບຣຕັນ"@lo,
        "bretonų"@lt,
        "bretoņu"@lv,
        "бретонски"@mk,
        "ബ്രറ്റൺ"@ml,
        "ब्रेतॉन"@mr,
        "Bahasa Breton"@ms,
        "Brenton"@mt,
        "bretonsk"@nb,
        "Bretonsk"@nds,
        "Bretons"@nl,
        "bretonsk"@nn,
        "Bretonsk"@no,
        "Breton"@oc,
        "ବ୍ରେଟନ୍"@or,
        "Breton"@pam,
        "Bretonisch"@pdc,
        "bretoński"@pl,
        "Lenga breton-a"@pms,
        "بریطانی"@pnb,
        "برېتون"@ps,
        "bretão"@pt,
        "Britun simi"@qu,
        "breton"@rm,
        "bretonă"@ro,
        "бретонский"@ru,
        "Inyebiritoni"@rw,
        "Lingua brètuni"@scn,
        "Breton leid"@sco,
        "bretonagiella"@se,
        "Bretonski jezik"@sh,
        "bretónčina"@sk,
        "bretonščina"@sl,
        "Bereton"@so,
        "Breton"@sq,
        "Бретонски"@sr,
        "Bretonski"@sr-Latn,
        "Breton"@st,
        "Bretonisk"@stq,
        "bretonska"@sv,
        "Kibretoni"@swh,
        "பிரெட்டன்"@ta,
        "బ్రెటన్"@te,
        "Бретонӣ"@tg,
        "เบรตัน"@th,
        "ብሬቶን"@ti,
        "ብሬቶንኛ"@tig,
        "lea fakapeletoni"@to,
        "Breton"@tr,
        "برېتون تىلى"@ug,
        "бретонська"@uk,
        "بریٹن"@ur,
        "Łéngoa brètona"@vec,
        "Tiếng Breton"@vi,
        "Bretoens"@vls,
        "Bretooni kiil"@vro,
        "Burton"@wa,
        "Breton"@xh,
        "Èdè Bretoni"@yo,
        "布列塔尼语"@zh,
        "Breton"@zsm,
        "Isi-Breton"@zu .

<http://lexvo.org/id/iso639-3/bul> a lvont:Language,
        skos:Concept ;
    lvont:isFocusOf <http://id.loc.gov/vocabulary/iso639-2/bul> ;
    lvont:iso6392BCode "bul"^^xsd:string ;
    lvont:iso6392TCode "bul"^^xsd:string ;
    lvont:iso639P1Code "bg"^^xsd:string ;
    lvont:iso639P3PCode "bul"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-2/bul>,
        <http://www.glottolog.org/resource/languoid/id/bulg1262> ;
    owl:sameAs <http://dbpedia.org/resource/Bulgarian_language>,
        <http://lexvo.org/id/iso639-1/bg>,
        <http://lexvo.org/id/wordnet/30/noun/bulgarian_1_10_00>,
        <http://psi.oasis-open.org/iso/639/#bul>,
        <http://www.lingvoj.org/lang/bg>,
        <http://www.mpii.de/yago/resource/Bulgarian_language>,
        <info:lc/vocabulary/languages/bul> ;
    skos:altLabel "لغة بلغارية"@ar,
        "Búlgaru"@ast,
        "Bolqar dili"@az,
        "Балгарская мова"@be,
        "Български език"@bg,
        "বুলগেরীয় ভাষা"@bn,
        "Bulgareg"@br,
        "Bugarski jezik"@bs,
        "Búlgar"@ca,
        "Bulharština"@cs,
        "Bulgarsk"@da,
        "Bulgarische Sprache"@de,
        "Βουλγαρική γλώσσα"@el,
        "Bulgarian language"@en,
        "Bulgara lingvo"@eo,
        "Idioma búlgaro"@es,
        "Bulgaaria keel"@et,
        "Bulgariera"@eu,
        "زبان بلغاری"@fa,
        "Bulgarian kieli"@fi,
        "Bulgare"@fr,
        "An Bhulgáiris"@ga,
        "Bulgàiris"@gd,
        "Lingua búlgara"@gl,
        "बुल्गारियन भाषा"@hi,
        "Bugarski jezik"@hr,
        "Bolgár nyelv"@hu,
        "Bahasa Bulgaria"@id,
        "Búlgarska"@is,
        "Lingua bulgara"@it,
        "ბულგარული ენა"@ka,
        "Bulgarų kalba"@lt,
        "Bulgāru valoda"@lv,
        "Бугарски јазик"@mk,
        "बल्गेरियन भाषा"@mr,
        "Bulgarsk"@nn,
        "Болгайраг æвзаг"@os,
        "Język bułgarski"@pl,
        "بلغاريايي ژبه"@ps,
        "Língua búlgara"@pt,
        "Limba bulgară"@ro,
        "Болгарский язык"@ru,
        "Urunyabuligariya"@rw,
        "Bulgáriagiella"@se,
        "Bulharčina"@sk,
        "Bolgarščina"@sl,
        "Gjuha bullgare"@sq,
        "Бугарски језик"@sr,
        "Bulgariska"@sv,
        "பல்கேரிய மொழி"@ta,
        "Забони булғорӣ"@tg,
        "ภาษาบัลแกเรีย"@th,
        "Болгарська мова"@uk,
        "Tiếng Bun-ga-ri"@vi ;
    skos:definition "Bulgarian (български език, ) is an Indo-European language, a member of the Slavic linguistic group."@en ;
    skos:inScheme lexvo: ;
    skos:notation "bul"^^xsd:string ;
    skos:prefLabel "Абылгар бызшәа"@ab,
        "Bulgaars"@af,
        "Bùugɨlìa"@agq,
        "Bɔlgeria kasa"@ak,
        "ቡልጋሪኛ"@am,
        "Idioma bulgaro"@an,
        "البلغارية"@ar,
        "Kibulgaria"@asa,
        "búlgaru"@ast,
        "bolqarca"@az,
        "Hɔp u bûlgâr"@bas,
        "балгарская"@be,
        "Баўгарская мова"@be-tarask,
        "Ichi Bulgariani"@bem,
        "Hibulgaria"@bez,
        "български"@bg,
        "buligarikan"@bm,
        "বুলগেরিয়"@bn,
        "bulgareg"@br,
        "बल्गैरियन्"@brx,
        "bugarski"@bs,
        "бугарски"@bs-Cyrl,
        "ቡልጋሪኛ"@byn,
        "búlgar"@ca,
        "Oruburugariya"@cgg,
        "保加利亚文"@cmn,
        "保加利亞文"@cmn-Hant,
        "Lingua bulgara"@co,
        "bulharština"@cs,
        "Блъгарьскъ ѩꙁꙑкъ"@cu,
        "Полхар чĕлхи"@cv,
        "Bwlgareg"@cy,
        "bulgarsk"@da,
        "Kibulgaria"@dav,
        "Bulgarisch"@de,
        "Bulğarki"@diq,
        "Bulagaari senni"@dje,
        "Bulgarska rěc"@dsb,
        "bulgaari"@dyo,
        "བཱལ་གེ་རི་ཡཱན་ཁ"@dz,
        "Kĩbulgaria"@ebu,
        "bulgariagbe"@ee,
        "Βουλγαρικά"@el,
        "Bulgarian"@en,
        "bulgara"@eo,
        "búlgaro"@es,
        "bulgaaria"@et,
        "bulgariera"@eu,
        "Ǹkɔ́bɔ buləgárian"@ewo,
        "بلغاری"@fa,
        "Bulgariire"@ff,
        "bulgaria"@fi,
        "Bulgarian"@fil,
        "bulgarskt"@fo,
        "bulgare"@fr,
        "Bulgaro"@frp,
        "bulgar"@fur,
        "Bulgaarsk"@fy,
        "Bulgáiris"@ga,
        "Bulgar dili"@gag,
        "Bulgarais"@gd,
        "búlgaro"@gl,
        "Bulgaarisch"@gsw,
        "બલ્ગેરિયન"@gu,
        "Kibulgaria"@guz,
        "Bulgeyrish"@gv,
        "Bulgaranci"@ha,
        "בולגרית"@he,
        "बल्गेरियाई"@hi,
        "bugarski"@hr,
        "Bołharšćina"@hsb,
        "bolgár"@hu,
        "Բուլղարերեն"@hy,
        "bulgaro"@ia,
        "Bulgar"@id,
        "Bọlụgarịa"@ig,
        "Bulgariana linguo"@io,
        "búlgarska"@is,
        "bulgaro"@it,
        "ブルガリア語"@ja,
        "Kyibulgaryia"@jmc,
        "Basa Bulgaria"@jv,
        "ბულგარული"@ka,
        "Tabulgarit"@kab,
        "Kibulgaria"@kam,
        "Chibulgalia"@kde,
        "bulgaru"@kea,
        "Bulagaari senni"@khq,
        "Kibulgaria"@ki,
        "болгар"@kk,
        "kutitab Bulgaria"@kln,
        "ប៊ុលហ្ការី"@km,
        "ಬಲ್ಗೇರಿಯನ್"@kn,
        "बल्गेरियन"@knn,
        "불가리아어"@ko,
        "بینا"@ks,
        "Kibulgalia"@ksb,
        "ribulgarí"@ksf,
        "Bulljaaresch"@ksh,
        "Zimanê bulgarî"@ku,
        "Болгар кыв"@kv,
        "Bulgarek"@kw,
        "болгарияча"@ky,
        "Lingua Bulgarica"@la,
        "Kɨbulugária"@lag,
        "Lubulugariya"@lg,
        "Bölgaars"@li,
        "Lengua bulgara"@lij,
        "libiligali"@ln,
        "ບຸນກາຣີ"@lo,
        "bulgarų"@lt,
        "Bolgaru kalba"@lt-x,
        "Bulegari"@lu,
        "Kibulgaria"@luo,
        "Kibulgaria"@luy,
        "bulgāru"@lv,
        "nkʉtʉ́k ɔ́ɔ̄ lBulgaria"@mas,
        "Kĩbulugĩria"@mer,
        "bilgar"@mfe,
        "Biolgara"@mg,
        "Ibulgaria"@mgh,
        "Болгар йылме"@mhr,
        "бугарски"@mk,
        "ബൾഗേറിയൻ"@ml,
        "Болгар хэл"@mn,
        "बल्गेरियन"@mr,
        "Bahasa Bulgaria"@ms,
        "Bulgaru"@mt,
        "bulgaria"@mua,
        "ဘူဂေးရီးယား"@my,
        "Bulgariaǁî gowab"@naq,
        "bulgarsk"@nb,
        "isi-Bulgaria"@nd,
        "बुल्गेरियाली"@ne,
        "Bulgaars"@nl,
        "Kiɛl bulgaria"@nmg,
        "bulgarsk"@nn,
        "Bulgarsk"@no,
        "Thok bälga̱a̱riani"@nus,
        "Oruburugariya"@nyn,
        "Bulgar"@oc,
        "Afaan Bulgariya"@om,
        "ବୁଲଗେରିଆନ୍"@or,
        "болгайраг"@os,
        "bułgarski"@pl,
        "Lenga bùlgara"@pms,
        "بلغاری"@pnb,
        "بلغاري"@ps,
        "búlgaro"@pt,
        "Bulgarya simi"@qu,
        "bulgar"@rm,
        "Ikinyabuligariya"@rn,
        "bulgară"@ro,
        "Kibulgaria"@rof,
        "болгарский"@ru,
        "Ikibulugariya"@rw,
        "Kyibulgaryia"@rwk,
        "Булҕаардыы"@sah,
        "Kibulgaria"@saq,
        "Ishibulugalia"@sbp,
        "Bulgarie leid"@sco,
        "bulgáriagiella"@se,
        "búlgaro"@seh,
        "Bulagaari senni"@ses,
        "Bulugäri"@sg,
        "Bugarski jezik"@sh,
        "ⵜⴰⴱⵍⵖⴰⵔⵉⵜ"@shi,
        "tablɣarit"@shi-Latn,
        "බල්ගේරියානු"@si,
        "bulharčina"@sk,
        "bolgarščina"@sl,
        "chiBulgarian"@sn,
        "Bulgeeriyaan"@so,
        "Bullgarisht"@sq,
        "Бугарски"@sr,
        "Bugarski"@sr-Latn,
        "Se-bulgaria"@st,
        "bulgariska"@sv,
        "Kibulgaria"@sw,
        "Kibulgaria"@swc,
        "Kibulgaria"@swh,
        "பல்கேரியன்"@ta,
        "బల్గేరియన్"@te,
        "Kibulgaria"@teo,
        "Булғорӣ"@tg,
        "บัลแกเรีย"@th,
        "ቡልጋሪኛ"@ti,
        "ቡልጋሪኛ"@tig,
        "Wikang Bulgaro"@tl,
        "Bulgarian"@tn,
        "lea fakapokalia"@to,
        "Tok Balgeria"@tpi,
        "Bulgarca"@tr,
        "Bulagaari senni"@twq,
        "Tabelɣarit"@tzm,
        "Болгар кыл"@udm,
        "بۇلغارىيە تىلى"@ug,
        "болгарська"@uk,
        "بلغاری"@ur,
        "ꗂꔠꗸꘋ"@vai,
        "Bhɔgerɛŋ"@vai-Latn,
        "Tiếng Bulgaria"@vi,
        "Kyibulgaryia"@vun,
        "Bulgariš"@wae,
        "Isi-Bulgaria"@xh,
        "Olubulugariya"@xog,
        "bulgálɛ"@yav,
        "Èdè Bugaria"@yo,
        "保加利亞話"@yue,
        "保加利亚语"@zh,
        "Bulgaria"@zsm,
        "isi-Bulgari"@zu .

<http://lexvo.org/id/iso639-3/che> a lvont:Language,
        skos:Concept ;
    lvont:isFocusOf <http://id.loc.gov/vocabulary/iso639-2/che> ;
    lvont:iso6392BCode "che"^^xsd:string ;
    lvont:iso6392TCode "che"^^xsd:string ;
    lvont:iso639P1Code "ce"^^xsd:string ;
    lvont:iso639P3PCode "che"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-2/che>,
        <http://www.glottolog.org/resource/languoid/id/chec1245> ;
    owl:sameAs <http://dbpedia.org/resource/Chechen_language>,
        <http://lexvo.org/id/iso639-1/ce>,
        <http://psi.oasis-open.org/iso/639/#che>,
        <http://www.lingvoj.org/lang/ce>,
        <http://www.mpii.de/yago/resource/Chechen_language>,
        <info:lc/vocabulary/languages/che> ;
    skos:altLabel "لغة شيشانية"@ar,
        "Чеченски език"@bg,
        "Tchetcheneg"@br,
        "Txetxè"@ca,
        "Čečenština"@cs,
        "Tjetjensk"@da,
        "Tschetschenische Sprache"@de,
        "Chechen language"@en,
        "Idioma checheno"@es,
        "Tšetšeeni keel"@et,
        "زبان چچنی"@fa,
        "Tšetšeenin kieli"@fi,
        "Tchétchène"@fr,
        "צ׳צ׳נית"@he,
        "Čečenski jezik"@hr,
        "Csecsen nyelv"@hu,
        "tsjetsjenska"@is,
        "Lingua cecena"@it,
        "ჩეჩნური ენა"@ka,
        "Čečėnų kalba"@lt,
        "Čečenu valoda"@lv,
        "Чеченски јазик"@mk,
        "चेचन भाषा"@mr,
        "Цæцæйнаг æвзаг"@os,
        "Język czeczeński"@pl,
        "Língua chechena"@pt,
        "checheno"@pt,
        "Limba cecenă"@ro,
        "Чеченский язык"@ru,
        "Čečenščina"@sl,
        "Чеченски језик"@sr,
        "Tjetjenska"@sv,
        "செச்சன மொழி"@ta,
        "ภาษาเชเชน"@th,
        "Чеченська мова"@uk,
        "Tiếng Chechnya"@vi ;
    skos:definition "The Chechen language (Нохчийн мотт / Noxçiyn mott; Medieval Chechen: ) is spoken by more than 1.5 million people, mostly in Chechnya and by Chechen people elsewhere. It is a member of the Northeast Caucasian languages."@en ;
    skos:inScheme lexvo: ;
    skos:notation "che"^^xsd:string ;
    skos:prefLabel "Tsjetsjnies"@af,
        "الشيشانية"@ar,
        "çeçen dili"@az,
        "чачэнская"@be,
        "Чачэнская мова"@be-tarask,
        "чеченски"@bg,
        "চেচেন"@bn,
        "tchetcheneg"@br,
        "चेचेन्"@brx,
        "čečenski"@bs,
        "чеченски"@bs-Cyrl,
        "Сэсэн хэлэн"@bxr,
        "txetxè"@ca,
        "Нохчий мотт"@ce,
        "车臣文"@cmn,
        "車臣文"@cmn-Hant,
        "čečenština"@cs,
        "Чечен чĕлхи"@cv,
        "Tsietsieneg"@cy,
        "tjetjensk"@da,
        "Tschetschenisch"@de,
        "Τσέτσνιαν"@el,
        "Chechen"@en,
        "Ĉeĉena lingvo"@eo,
        "checheno"@es,
        "tšetšeeni"@et,
        "چچنی"@fa,
        "tšetšeeni"@fi,
        "tchétchène"@fr,
        "cecen"@fur,
        "Sisinis"@ga,
        "Lingua chechena"@gl,
        "Tschetscheenisch"@gsw,
        "ચેચન"@gu,
        "צ'צ'נית"@he,
        "चेचन"@hi,
        "čečenski"@hr,
        "csecsen"@hu,
        "Chechen"@id,
        "Téténska"@is,
        "ceceno"@it,
        "チェチェン語"@ja,
        "ჩეჩნური"@ka,
        "ಚೆಚನ್"@kn,
        "체첸어"@ko,
        "Нохчо кыв"@koi,
        "چیچَن"@ks,
        "Zimanê çeçenî"@ku,
        "Нохчи кыв"@kv,
        "Мичихичнал маз"@lbe,
        "ຊີເຄນ"@lo,
        "čečėnų"@lt,
        "čečenu"@lv,
        "Чечен йылме"@mhr,
        "чеченски"@mk,
        "ചെചൻ"@ml,
        "चेचन"@mr,
        "Bahasa Chechen"@ms,
        "Ċeċen"@mt,
        "ချေချင်း"@my,
        "tsjetsjensk"@nb,
        "Tsjetsjeens"@nl,
        "tsjetsjensk"@nn,
        "Tsjetsjensk"@no,
        "Chechèn"@oc,
        "ଚେଚନ୍"@or,
        "цӕцӕйнаг"@os,
        "czeczeński"@pl,
        "Lenga Chechen"@pms,
        "chechene"@pt,
        "tschetschen"@rm,
        "cecenă"@ro,
        "чеченский"@ru,
        "Igiceceni"@rw,
        "Чэчиэн тыла"@sah,
        "čečenčina"@sk,
        "čečenščina"@sl,
        "Чеченски"@sr,
        "Čečenski"@sr-Latn,
        "tjetjenska"@sv,
        "செசென்"@ta,
        "చెచెన్"@te,
        "เชเชน"@th,
        "lea fakasese"@to,
        "Çeçence"@tr,
        "Чечен кыл"@udm,
        "чеченська"@uk,
        "Tiếng Chechen"@vi,
        "車臣語"@zh .

<http://lexvo.org/id/iso639-3/chk> a lvont:Language,
        skos:Concept ;
    lvont:isFocusOf <http://id.loc.gov/vocabulary/iso639-2/chk> ;
    lvont:iso6392BCode "chk"^^xsd:string ;
    lvont:iso6392TCode "chk"^^xsd:string ;
    lvont:iso639P3PCode "chk"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-2/chk>,
        <http://www.glottolog.org/resource/languoid/id/chuu1238> ;
    owl:sameAs <http://dbpedia.org/resource/Chuukese_language>,
        <http://psi.oasis-open.org/iso/639/#chk>,
        <http://www.lingvoj.org/lang/chk>,
        <http://www.mpii.de/yago/resource/Chuukese_language>,
        <info:lc/vocabulary/languages/chk>,
        <info:lc/vocabulary/languages/tru> ;
    skos:altLabel "Chuukesische Sprache"@de,
        "Chuukese language"@en,
        "Chuukin kieli"@fi,
        "Chuuk"@fr,
        "Chuukese"@it,
        "Čiuko kalba"@lt,
        "Трукский язык"@ru ;
    skos:definition "Chuukese (also called Trukese) is a Trukic language of the Austronesian language family spoken primarily on the islands of Chuuk in the Caroline Islands in Micronesia. There are some speakers on Pohnpei and Guam as well. Estimates place the number of speakers at about 45,000 including second-language speakers."@en ;
    skos:inScheme lexvo: ;
    skos:notation "chk"^^xsd:string ;
    skos:prefLabel "التشكيزية"@ar,
        "çukiz dili"@az,
        "чуук"@bg,
        "চুকি"@bn,
        "चुकेसे"@brx,
        "čukeski"@bs,
        "чукески"@bs-Cyrl,
        "chuuk"@ca,
        "楚吾克文"@cmn,
        "處奇斯文"@cmn-Hant,
        "čukština"@cs,
        "chuukese"@da,
        "Trukesisch"@de,
        "tsukesegbe"@ee,
        "Τσουκίζι"@el,
        "Chuukese"@en,
        "trukés"@es,
        "tšuugi"@et,
        "چوکی"@fa,
        "chuuk"@fi,
        "chuuk"@fr,
        "Trukesisch"@gsw,
        "ચૂકીસે"@gu,
        "צ'וקסה"@he,
        "चूकीस"@hi,
        "chuukese"@hr,
        "csukéz"@hu,
        "Chuuke"@id,
        "sjúkíska"@is,
        "chuukese"@it,
        "チューク語"@ja,
        "ಚೂಕಿಸೆ"@kn,
        "추크어"@ko,
        "چُکیٖز"@ks,
        "ຊູເກດ"@lo,
        "čukesų"@lt,
        "čūku"@lv,
        "чуук"@mk,
        "ചൂകീസ്"@ml,
        "चूकीसे"@mr,
        "Ċukese"@mt,
        "chuukesisk"@nb,
        "Chuukees"@nl,
        "chuukesisk"@nn,
        "ଚୁକୀସେ"@or,
        "truk"@pl,
        "Lenga Chuukese"@pms,
        "chuukese"@pt,
        "chuukais"@rm,
        "chuukese"@ro,
        "чукотский"@ru,
        "truk"@sk,
        "trukeščina"@sl,
        "Чукески"@sr,
        "Čukeski"@sr-Latn,
        "chuukesiska"@sv,
        "சூகிசே"@ta,
        "చూకిస్"@te,
        "ชูก"@th,
        "lea fakatūke"@to,
        "Chuukese"@tr,
        "чуукська"@uk,
        "Tiếng Chuuk"@vi .

<http://lexvo.org/id/iso639-3/div> a lvont:Language,
        skos:Concept ;
    lvont:isFocusOf <http://id.loc.gov/vocabulary/iso639-2/div> ;
    lvont:iso6392BCode "div"^^xsd:string ;
    lvont:iso6392TCode "div"^^xsd:string ;
    lvont:iso639P1Code "dv"^^xsd:string ;
    lvont:iso639P3PCode "div"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-2/div>,
        <http://www.glottolog.org/resource/languoid/id/dhiv1236> ;
    owl:sameAs <http://dbpedia.org/resource/Dhivehi_language>,
        <http://lexvo.org/id/iso639-1/dv>,
        <http://psi.oasis-open.org/iso/639/#div>,
        <http://www.lingvoj.org/lang/dv>,
        <http://www.mpii.de/yago/resource/Dhivehi_language>,
        <info:lc/vocabulary/languages/div> ;
    skos:altLabel "المالديفية"@ar,
        "Дивехи"@bg,
        "Diveheg"@br,
        "Divehi"@ca,
        "Divehi"@cs,
        "Divehi"@cy,
        "Dhivehi"@da,
        "Maledivisch"@de,
        "Ντιβέχι γλώσσα"@el,
        "Dhivehi"@en,
        "Dhivehi language"@en,
        "Maldivian"@en,
        "Mahla lingvo"@eo,
        "Idioma dhivehi"@es,
        "Maldivera"@eu,
        "زبان دیوهی"@fa,
        "Divehin kieli"@fi,
        "maldivien"@fr,
        "दिवेही"@hi,
        "Maldív nyelv"@hu,
        "Bahasa Divehi"@id,
        "Lingua maldiviana"@it,
        "Maldīviešu valoda"@lv,
        "ദിവെഹി ഭാഷ"@ml,
        "दिवेही"@mr,
        "Język malediwski"@pl,
        "Língua divehi"@pt,
        "Мальдивский язык"@ru,
        "Maldivčina"@sk,
        "Divehi"@sv,
        "திவெயி மொழி"@ta,
        "ภาษาดิเวฮิ"@th,
        "Maldivce"@tr,
        "Мальдівська мова"@uk,
        "Tiếng Dhivehi"@vi ;
    skos:definition "Dhivehi ( Divehi) is an Indo-Aryan language predominantly spoken by about 350,000 people in the Maldives where it is the national language. It is also the first language of nearly 10,000 people in the island of Minicoy in the Union territory of Lakshadweep, India where the Mahl dialect of the Dhivehi language is spoken."@en ;
    skos:inScheme lexvo: ;
    skos:notation "div"^^xsd:string ;
    skos:prefLabel "Divehi"@af,
        "ዲቬህ"@am,
        "Dhivehi"@an,
        "ديفهي"@ar,
        "diveh dili"@az,
        "дивехи"@bg,
        "দিবেহি"@bn,
        "divehi"@br,
        "दीवेही"@brx,
        "divehijski"@bs,
        "дивехијски"@bs-Cyrl,
        "divehi"@ca,
        "迪维希文"@cmn,
        "迪維西文"@cmn-Hant,
        "divehi"@cs,
        "Difehi"@cy,
        "divehi"@da,
        "Dhivehi"@de,
        "ދިވެހި"@dv,
        "དི་བེ་ཧི་ཁ"@dz,
        "divehgbe"@ee,
        "Ντιβέχι"@el,
        "Divehi"@en,
        "mahla"@eo,
        "divehi"@es,
        "maldiivi"@et,
        "divehiera"@eu,
        "مالدیوی"@fa,
        "divehi"@fi,
        "Divehi"@fil,
        "divehi"@fo,
        "Divehi"@fr,
        "Divehi"@gd,
        "divehi"@gl,
        "Malediivisch"@gsw,
        "દિવેહી"@gu,
        "דיבהי"@he,
        "महल्"@hi,
        "divehi"@hr,
        "divehi"@hu,
        "Divehi"@id,
        "dívehí"@is,
        "divehi"@it,
        "ディベヒ語"@ja,
        "Мальдив"@kk,
        "ದಿವೆಹಿ"@kn,
        "디베히어"@ko,
        "دِویہی"@ks,
        "Divehesch"@ksh,
        "Lingua Dhivehi"@la,
        "ດີວີຮີ"@lo,
        "divehi"@lt,
        "maldīviešu"@lv,
        "дивехи"@mk,
        "ദിവെഹി"@ml,
        "दिवॅही"@mr,
        "Bahasa Divehi"@ms,
        "Diveħi"@mt,
        "divehi"@nb,
        "Divehi"@nl,
        "divehi"@nn,
        "Dhivehi"@no,
        "ଡିଭେହୀ"@or,
        "malediwski"@pl,
        "Lenga maldivian-a"@pms,
        "دیوہی بولی"@pnb,
        "divehi"@pt,
        "maledivic"@rm,
        "divehi"@ro,
        "мальдивский"@ru,
        "divehigiella"@se,
        "දිවෙහි"@si,
        "divehi"@sk,
        "diveščina"@sl,
        "Дивехијски"@sr,
        "Divehijski"@sr-Latn,
        "divehi"@sv,
        "Kidivehi"@swh,
        "திவேஹி"@ta,
        "దివేహి"@te,
        "ธิเวหิ"@th,
        "lea tivehi"@to,
        "Divehi"@tr,
        "дівехі"@uk,
        "ڈیویہی"@ur,
        "Tiếng Divehi"@vi,
        "Malediwiš"@wae,
        "მალდივიური ნინა"@xmf,
        "迪维希语"@zh,
        "Divehi"@zsm,
        "isi-Divehi"@zu .

<http://lexvo.org/id/iso639-3/fao> a lvont:Language,
        skos:Concept ;
    lvont:isFocusOf <http://id.loc.gov/vocabulary/iso639-2/fao> ;
    lvont:iso6392BCode "fao"^^xsd:string ;
    lvont:iso6392TCode "fao"^^xsd:string ;
    lvont:iso639P1Code "fo"^^xsd:string ;
    lvont:iso639P3PCode "fao"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-2/fao>,
        <http://www.glottolog.org/resource/languoid/id/faro1244> ;
    owl:sameAs <http://lexvo.org/id/iso639-1/fo>,
        <http://lexvo.org/id/wordnet/30/noun/faroese_1_10_00>,
        <http://psi.oasis-open.org/iso/639/#fao>,
        <http://www.lingvoj.org/lang/fo>,
        <info:lc/vocabulary/languages/fao>,
        <info:lc/vocabulary/languages/far> ;
    skos:inScheme lexvo: ;
    skos:notation "fao"^^xsd:string ;
    skos:prefLabel "Faroees"@af,
        "ፋሮኛ"@am,
        "الفارويز"@ar,
        "feroés"@ast,
        "farer dili"@az,
        "фарэрская"@be,
        "фарьорски"@bg,
        "ফেরাউনি"@bn,
        "faeroeg"@br,
        "फिरोज़ी"@brx,
        "farski"@bs,
        "фарски"@bs-Cyrl,
        "ፋሮኛ"@byn,
        "feroès"@ca,
        "法罗文"@cmn,
        "法羅文"@cmn-Hant,
        "faerština"@cs,
        "Ffaroeg"@cy,
        "færøsk"@da,
        "Färöisch"@de,
        "ཕཱ་རོ་ཨིས་ཁ"@dz,
        "faroegbe"@ee,
        "Φαρόε"@el,
        "Faroese"@en,
        "feroa"@eo,
        "feroés"@es,
        "fääri"@et,
        "faroera"@eu,
        "فارویی"@fa,
        "fääri"@fi,
        "Faroeso"@fil,
        "føroyskt"@fo,
        "féroïen"@fr,
        "faroês"@fur,
        "Faróis"@ga,
        "Fàrothais"@gd,
        "faroés"@gl,
        "Färöisch"@gsw,
        "ફોરિસ્ત"@gu,
        "Faroese"@ha,
        "פארואזית"@he,
        "फिरोज़ी"@hi,
        "faroanski"@hr,
        "feröeri"@hu,
        "Ֆարվերեն"@hy,
        "faroese"@ia,
        "Faro"@id,
        "færeyska"@is,
        "faroese"@it,
        "フェロー語"@ja,
        "faroes"@kea,
        "фарер"@kk,
        "savalimmiutut"@kl,
        "ហ្វារូស"@km,
        "ಫರೋಸಿ"@kn,
        "फेरोस्"@knn,
        "페로어"@ko,
        "فَروس"@ks,
        "Färröeresch"@ksh,
        "ຟາໂຣ"@lo,
        "farerų"@lt,
        "fēru"@lv,
        "фарски"@mk,
        "ഫാറോസ്"@ml,
        "फरोइए"@mr,
        "Fawriż"@mt,
        "færøysk"@nb,
        "फारोज"@ne,
        "Faeröers"@nl,
        "færøysk"@nn,
        "Afaan Faroese"@om,
        "ଫାରୋଏସେ"@or,
        "фарераг"@os,
        "farerski"@pl,
        "فاروئې"@ps,
        "feroês"@pt,
        "ferrais"@rm,
        "faroeză"@ro,
        "фарерский"@ru,
        "Inyefaroyizi"@rw,
        "fearagiella"@se,
        "ෆේරෝස්"@si,
        "faerčina"@sk,
        "ferščina"@sl,
        "Farowsi"@so,
        "Faroisht"@sq,
        "Фарски"@sr,
        "Farski"@sr-Latn,
        "Se-foroese"@st,
        "färöiska"@sv,
        "Kifaroe"@swh,
        "ஃபரிஸ்த்"@ta,
        "ఫారొఈస్"@te,
        "Фарозӣ"@tg,
        "แฟโร"@th,
        "ፋሮኛ"@ti,
        "ፋሮኛ"@tig,
        "Faroese"@tn,
        "lea fakafaloe"@to,
        "Faroe Dili"@tr,
        "фарерська"@uk,
        "فیروئیز"@ur,
        "Tiếng Faore"@vi,
        "Isi-Faroese"@xh,
        "Èdè Faroesi"@yo,
        "Faroe"@zsm,
        "isi-Faroese"@zu .

<http://lexvo.org/id/iso639-3/fin> a lvont:Language,
        skos:Concept ;
    lvont:isFocusOf <http://id.loc.gov/vocabulary/iso639-2/fin> ;
    lvont:iso6392BCode "fin"^^xsd:string ;
    lvont:iso6392TCode "fin"^^xsd:string ;
    lvont:iso639P1Code "fi"^^xsd:string ;
    lvont:iso639P3PCode "fin"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-2/fin>,
        <http://www.glottolog.org/resource/languoid/id/finn1318> ;
    owl:sameAs <http://dbpedia.org/resource/Finnish_language>,
        <http://lexvo.org/id/iso639-1/fi>,
        <http://psi.oasis-open.org/iso/639/#fin>,
        <http://www.lingvoj.org/lang/fi>,
        <http://www.mpii.de/yago/resource/Finnish_language>,
        <info:lc/vocabulary/languages/fin> ;
    skos:altLabel "لغة فنلندية"@ar,
        "Fin dili"@az,
        "Фінская мова"@be,
        "Фински език"@bg,
        "ফিনীয় ভাষা"@bn,
        "Finneg"@br,
        "Finski jezik"@bs,
        "Finès"@ca,
        "Finština"@cs,
        "Ffinneg"@cy,
        "Finsk"@da,
        "Finnische Sprache"@de,
        "finlanɖgbe"@ee,
        "Φινλανδική γλώσσα"@el,
        "Finnish language"@en,
        "Finna lingvo"@eo,
        "Idioma finés"@es,
        "Soome keel"@et,
        "Finlandiera"@eu,
        "زبان فنلاندی"@fa,
        "فنلاندی"@fa,
        "Suomen kieli"@fi,
        "Finskt mál"@fo,
        "Finnois"@fr,
        "An Fhionlainnis"@ga,
        "Lingua finesa"@gl,
        "फ़िनिश भाषा"@hi,
        "Finski jezik"@hr,
        "Finn nyelv"@hu,
        "Lingua finnese"@ia,
        "Bahasa Suomi"@id,
        "Finnska"@is,
        "Lingua finlandese"@it,
        "ფინური ენა"@ka,
        "Finlandimiutut"@kl,
        "Suomių kalba"@lt,
        "Somu valoda"@lv,
        "Фински јазик"@mk,
        "फिनिश भाषा"@mr,
        "Finnsche Spraak"@nds,
        "Finsk"@nn,
        "Финнаг æвзаг"@os,
        "ਫਿਨਿਸ਼ ਭਾਸ਼ਾ"@pa,
        "Język fiński"@pl,
        "Língua finlandesa"@pt,
        "Lingua finlandaisa"@rm,
        "Limba finlandeză"@ro,
        "Финский язык"@ru,
        "Suomagiella"@se,
        "Fínčina"@sk,
        "Finščina"@sl,
        "Gjuha finlandeze"@sq,
        "Фински језик"@sr,
        "Finska"@sv,
        "பின்னிய மொழி"@ta,
        "Забони финӣ"@tg,
        "ภาษาฟินแลนด์"@th,
        "Фінська мова"@uk,
        "Èdè Fínlándì"@yo ;
    skos:definition "Finnish (, or suomen kieli) is the language spoken by the majority of the population in Finland (92% ) and by ethnic Finns outside Finland. It is one of the two official languages of Finland and an official minority language in Sweden. In Sweden, both standard Finnish and Meänkieli, a Finnish dialect, are spoken. The Kven language, a Finnish dialect, is spoken in Northern Norway."@en ;
    skos:inScheme lexvo: ;
    skos:notation "fin"^^xsd:string ;
    skos:prefLabel "Fins"@af,
        "ፊኒሽ"@am,
        "Idioma finés"@an,
        "Finnisc sprǣc"@ang,
        "الفنلندية"@ar,
        "finlandés"@ast,
        "fincə"@az,
        "Фин теле"@ba,
        "фінская"@be,
        "Фінская мова"@be-tarask,
        "фински"@bg,
        "ফিনিশ"@bn,
        "finneg"@br,
        "फिनिश्"@brx,
        "finski"@bs,
        "фински"@bs-Cyrl,
        "ፊኒሽ"@byn,
        "finès"@ca,
        "Finhoyn mott"@ce,
        "Pinulongang Pines"@ceb,
        "芬兰文"@cmn,
        "芬蘭文"@cmn-Hant,
        "Fin tili"@crh,
        "finština"@cs,
        "Финн чĕлхи"@cv,
        "Ffineg"@cy,
        "finsk"@da,
        "Finnisch"@de,
        "Finšćina"@dsb,
        "ސުއޯމީ"@dv,
        "ཕི་ནིཤ་ཁ"@dz,
        "Finngbe"@ee,
        "Φινλανδικά"@el,
        "Finnish"@en,
        "finna"@eo,
        "finés"@es,
        "soome"@et,
        "finlandiera"@eu,
        "فنلندی"@fa,
        "suomi"@fi,
        "Finnish"@fil,
        "finskt"@fo,
        "finnois"@fr,
        "finlandês"@fur,
        "Finsk"@fy,
        "Fionlainnis"@ga,
        "Fin dili"@gag,
        "Fionnlannais"@gd,
        "finés"@gl,
        "Finnisch"@gsw,
        "Finnische Sprache"@gsw-FR,
        "ફિનિશ"@gu,
        "Finnlynnish"@gv,
        "Yaren mutanen Finland"@ha,
        "‘Ōlelo Pinilana"@haw,
        "פינית"@he,
        "फिनिश"@hi,
        "Finnish bhasa"@hif,
        "finski"@hr,
        "Finšćina"@hsb,
        "finn"@hu,
        "Ֆիններեն"@hy,
        "finnese"@ia,
        "Suomi"@id,
        "Finlandana linguo"@io,
        "finnska"@is,
        "finlandese"@it,
        "フィンランド語"@ja,
        "Basa Suomi"@jv,
        "ფინური"@ka,
        "finlandes"@kea,
        "фин"@kk,
        "finlandimiutut"@kl,
        "ហ្វាំងឡង់"@km,
        "ಫಿನ್ನಿಶ್"@kn,
        "फिन्निष्"@knn,
        "핀란드어"@ko,
        "Фин кыв"@koi,
        "Фин тил"@krc,
        "فِنِش"@ks,
        "Finnesch"@ksh,
        "Суоми кыв"@kv,
        "Finnek"@kw,
        "финче"@ky,
        "Lingua Finnica"@la,
        "Fins"@li,
        "Lengua finlandesa"@lmo,
        "ຟາຍນຣິດ"@lo,
        "suomių"@lt,
        "Soumiu kalba"@lt-x,
        "somu"@lv,
        "Суоминь кяль"@mdf,
        "Финн йылме"@mhr,
        "Reo Hinerangi"@mi,
        "фински"@mk,
        "ഫിന്നിഷ്"@ml,
        "फिन्निश"@mr,
        "Bahasa Finland"@ms,
        "Finlandiż"@mt,
        "ဖင်နစ်ရှ်"@my,
        "Суоминь кель"@myv,
        "Fintlahtōlli"@nah,
        "Suomi-gí"@nan,
        "finsk"@nb,
        "Fins"@nds,
        "फिनिश"@ne,
        "Fins"@nl,
        "finsk"@nn,
        "Finsk"@no,
        "Finés"@oc,
        "Afaan Fiilaandi"@om,
        "ଫିନ୍ନିସ୍"@or,
        "финнаг"@os,
        "ਫਿਨਿਸ਼"@pa,
        "fiński"@pl,
        "Lenga finlandèisa"@pms,
        "فنی"@pnb,
        "فینلنډي"@ps,
        "finlandês"@pt,
        "Phinis simi"@qu,
        "finlandais"@rm,
        "finlandeză"@ro,
        "финский"@ru,
        "Igifinilande"@rw,
        "Пииннии"@sah,
        "Lingua fillannisa"@scn,
        "Finnish leid"@sco,
        "suomagiella"@se,
        "Finski jezik"@sh,
        "ෆිනිශ්"@si,
        "fínčina"@sk,
        "finščina"@sl,
        "Fiinlaandees"@so,
        "Finlandisht"@sq,
        "Фински"@sr,
        "Finski"@sr-Latn,
        "Se-finnish"@st,
        "Finsk"@stq,
        "finska"@sv,
        "Kifinlandi"@swh,
        "பின்னிஷ்"@ta,
        "ఫిన్నిష్"@te,
        "Финнӣ"@tg,
        "ฟินแลนด์"@th,
        "ፊኒሽ"@ti,
        "ፊኒሽ"@tig,
        "Se-Finland"@tn,
        "lea fakafinilani"@to,
        "Fince"@tr,
        "Xi Finnish"@ts,
        "Фин теле"@tt,
        "Финн кыл"@udm,
        "فىنلاندىيە تىلى"@ug,
        "фінська"@uk,
        "فینیش"@ur,
        "Łéngua finlandexe"@vec,
        "Tiếng Phần Lan"@vi,
        "Soomõ kiil"@vro,
        "Finiš"@wae,
        "Isi-Finnish"@xh,
        "ფინური ნინა"@xmf,
        "פיניש"@yi,
        "Èdè Finisi"@yo,
        "芬兰语"@zh,
        "Finland"@zsm,
        "isi-Finnish"@zu .

<http://lexvo.org/id/iso639-3/fry> a lvont:Language,
        skos:Concept ;
    lvont:isFocusOf <http://id.loc.gov/vocabulary/iso639-2/fry> ;
    lvont:iso6392BCode "fry"^^xsd:string ;
    lvont:iso6392TCode "fry"^^xsd:string ;
    lvont:iso639P1Code "fy"^^xsd:string ;
    lvont:iso639P3PCode "fry"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-2/fry> ;
    owl:sameAs <http://dbpedia.org/resource/West_Frisian_language>,
        <http://lexvo.org/id/iso639-1/fy>,
        <http://psi.oasis-open.org/iso/639/#fry>,
        <http://www.lingvoj.org/lang/fy>,
        <http://www.mpii.de/yago/resource/West_Frisian_language>,
        <info:lc/vocabulary/languages/fri>,
        <info:lc/vocabulary/languages/fry> ;
    skos:altLabel "Frizeg ar c'hornôg"@br,
        "Západofríština"@cs,
        "Westerlauwersfrisisk"@da,
        "Westfriesische Sprache"@de,
        "Frisian, Western"@en,
        "West Frisian language"@en,
        "Okcidentfrisa lingvo"@eo,
        "زبان فریسکی"@fa,
        "Frison occidental"@fr,
        "frison occidental"@fr,
        "Dialetto frisone occidentale"@it,
        "Rietumfrīzu valoda"@lv,
        "Westerlauwers Fries"@nl,
        "Vestfrisisk"@nn,
        "Język zachodniofryzyjski"@pl,
        "frísico ocidental"@pt,
        "Västfrisiska"@sv,
        "மேற்கத்திய பிரிஷிய"@ta,
        "Tiếng Tây Frisia"@vi ;
    skos:definition "West Frisian (Frysk, []) is a language spoken mostly in the province of Friesland (Fryslân) in the north of the Netherlands. West Frisian is the name by which this language is usually known outside the Netherlands, to distinguish it from the closely related Frisian languages of Saterland Frisian and North Frisian, which are spoken in Germany. Within the Netherlands however, the West Frisian language is the language of the province of Friesland and is almost always called simply \"Frisian\": Fries in Dutch, and Frysk in Frisian; Westfries (literally: West Frisian) is the Dutch name of the West Frisian dialect of the Dutch language, spoken in West Friesland, a region in the province of North Holland."@en ;
    skos:inScheme lexvo: ;
    skos:notation "fry"^^xsd:string ;
    skos:prefLabel "Wes-Fries"@af,
        "የምዕራብ ፍሪስኛ"@am,
        "Idioma frisón occidental"@an,
        "الفريزيان"@ar,
        "frisón occidental"@ast,
        "frisk dili"@az,
        "фрызская"@be,
        "фризийски"@bg,
        "পশ্চিম ফ্রিসিয়"@bn,
        "frizeg ar C'hornôg"@br,
        "पश्चीमी फ्रीज़ियन्"@brx,
        "frizijski"@bs,
        "фризијски"@bs-Cyrl,
        "ፍሪስኛ"@byn,
        "frisó oriental"@ca,
        "西弗里西亚文"@cmn,
        "西弗里西亞文"@cmn-Hant,
        "fríština"@cs,
        "Ffriseg y Gorllewin"@cy,
        "frisisk"@da,
        "Westfriesisch"@de,
        "Pódwjacornofrizišćina"@dsb,
        "ནུབ་ཕྼི་སི་ཡན་ཁ"@dz,
        "ɣetoɖoƒe frisiagbe"@ee,
        "Δυτικά Φριζιανά"@el,
        "Western Frisian"@en,
        "frisa"@eo,
        "frisón occidental"@es,
        "läänefriisi"@et,
        "frisiera"@eu,
        "فریزی غربی"@fa,
        "länsifriisi"@fi,
        "Western Frisian"@fil,
        "vestfrisikt"@fo,
        "frison"@fr,
        "Weestfrasch"@frr,
        "frisian"@fur,
        "Frysk"@fy,
        "Freaslainnis Iartharach"@ga,
        "Frìsis Iarach"@gd,
        "frisón"@gl,
        "Friesisch"@gsw,
        "પશ્ચિમી ફ્રિશિયન"@gu,
        "K'abilan Firsi"@ha,
        "פריזית"@he,
        "पश्चिमी फ़्रिसियाई"@hi,
        "zapadnofrizijski"@hr,
        "Zapadofrizišćina"@hsb,
        "fríz"@hu,
        "Ֆրիսերեն"@hy,
        "frisiano"@ia,
        "Frisia Barat"@id,
        "frísneska"@is,
        "frisone occidentale"@it,
        "西フリジア語"@ja,
        "frisiu osidental"@kea,
        "Фрис"@kk,
        "ហ្វ្រីស៊ានខាងលិច"@km,
        "ಪಶ್ಚಿಮ ಫ್ರಿಸಿಯನ್"@kn,
        "फ्रिशियन्"@knn,
        "프리지아어"@ko,
        "مغربی فرِشیَن"@ks,
        "Wäßfriisesch"@ksh,
        "Westerlauwers Fries"@li,
        "ເວດເທິນ ຟຣີຊຽນ"@lo,
        "vakarų fryzų"@lt,
        "rietumfrīzu"@lv,
        "фризиски"@mk,
        "പശ്ചിമ ഫ്രിഷിയൻ"@ml,
        "पाश्चात्य फ्रिशियन"@mr,
        "Friżjan"@mt,
        "အနောက်ပိုင်း ဖရီစီရန်"@my,
        "vestfrisisk"@nb,
        "Westlaauwers Frais"@nds,
        "फ्रिजीयन"@ne,
        "West-Fries"@nl,
        "vestfrisisk"@nn,
        "Vestfrisisk"@no,
        "Afaan Firisiyaani"@om,
        "ପଶ୍ଚିମ ଫ୍ରିସିୟନ୍"@or,
        "zachodniofryzyjski"@pl,
        "Lenga frison-a ossidental"@pms,
        "لیندی فریزین"@pnb,
        "فريزي"@ps,
        "frísio ocidental"@pt,
        "fris"@rm,
        "frizonă occidentală"@ro,
        "западный фризский"@ru,
        "Igifiriziyani"@rw,
        "oarjifriisagiella"@se,
        "බටහිර ෆ්‍රිසියානු"@si,
        "západná frízština"@sk,
        "frizijščina"@sl,
        "Firiisiyan Galbeed"@so,
        "Frizianisht"@sq,
        "Фризијски"@sr,
        "Frizijski"@sr-Latn,
        "Se-frisia"@st,
        "Wäästfräisk"@stq,
        "västfrisiska"@sv,
        "Kifrisia cha Magharibi"@swh,
        "மேல் விரிசிய மொழி"@ta,
        "పశ్చిమ ఫ్రిసియన్"@te,
        "Фрисианӣ"@tg,
        "ฟริเซียนตะวันตก"@th,
        "ፍሪሰኛ"@ti,
        "ፍሪስኛ"@tig,
        "Frisian"@tn,
        "lea fakafilisia hihifo"@to,
        "Batı Frizcesi"@tr,
        "фризька"@uk,
        "مغربی فریسیئن"@ur,
        "Tiếng Frisian"@vi,
        "Isi-Frisian"@xh,
        "Èdè Frisia"@yo,
        "Frisian"@zsm,
        "isi-Western Frisian"@zu .

<http://lexvo.org/id/iso639-3/hau> a lvont:Language,
        skos:Concept ;
    lvont:isFocusOf <http://id.loc.gov/vocabulary/iso639-2/hau> ;
    lvont:iso6392BCode "hau"^^xsd:string ;
    lvont:iso6392TCode "hau"^^xsd:string ;
    lvont:iso639P1Code "ha"^^xsd:string ;
    lvont:iso639P3PCode "hau"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-2/hau>,
        <http://www.glottolog.org/resource/languoid/id/haus1257> ;
    owl:sameAs <http://dbpedia.org/resource/Hausa_language>,
        <http://lexvo.org/id/iso639-1/ha>,
        <http://lexvo.org/id/wordnet/30/noun/hausa_1_10_00>,
        <http://psi.oasis-open.org/iso/639/#hau>,
        <http://www.lingvoj.org/lang/ha>,
        <http://www.mpii.de/yago/resource/Hausa_language>,
        <info:lc/vocabulary/languages/hau> ;
    skos:altLabel "لغة هوسية"@ar,
        "হাউসা ভাষা"@bn,
        "Haousaeg"@br,
        "Haussa"@ca,
        "Hauština"@cs,
        "Hawsa"@cy,
        "Χάουσα γλώσσα"@el,
        "Hausa language"@en,
        "Haŭsa lingvo"@eo,
        "Idioma hausa"@es,
        "Hausa"@eu,
        "Hausan kieli"@fi,
        "Haoussa"@fr,
        "Hausa jezik"@hr,
        "Bahasa Hausa"@id,
        "Haúsa"@is,
        "Lingua hausa"@it,
        "Hausų kalba"@lt,
        "Hausa"@nn,
        "Język hausa"@pl,
        "Língua haúça"@pt,
        "haúça"@pt,
        "Хауса"@ru,
        "Hauština"@sk,
        "haussa"@sv,
        "ஹவுசா மொழி"@ta,
        "Хауса"@uk,
        "ھاوسا"@ur,
        "Èdè Haúsá"@yo ;
    skos:definition "Hausa (Yaren Hausa – language of the Hausa [people]) is the Chadic language with the largest number of speakers, spoken as a first language by about 25 million people, and as a second language by about 18 million more, an approximate total of 43 million people. Hausa is one of Africa's largest spoken languages after Arabic, French, English, Portuguese and Swahili."@en ;
    skos:inScheme lexvo: ;
    skos:notation "hau"^^xsd:string ;
    skos:prefLabel "Hausa"@af,
        "Kɨtsɔŋkaŋ"@agq,
        "Hausa"@ak,
        "ሃውሳኛ"@am,
        "الهوسا"@ar,
        "Kihautha"@asa,
        "ḥausa"@ast,
        "Hausa dili"@az,
        "Hɔp u ɓausa"@bas,
        "Ichi Hausa"@bem,
        "Hihausa"@bez,
        "хауза"@bg,
        "awusakan"@bm,
        "হাউসা"@bn,
        "haousa"@br,
        "हउसा"@brx,
        "hausa"@bs,
        "хауса"@bs-Cyrl,
        "ሃውሳኛ"@byn,
        "haussa"@ca,
        "Oruhausa"@cgg,
        "豪萨文"@cmn,
        "豪撒文"@cmn-Hant,
        "hauština"@cs,
        "Hausa"@cy,
        "hausa"@da,
        "Kihausa"@dav,
        "Hausa"@de,
        "Hawsance senni"@dje,
        "hausa"@dyo,
        "ཧཝ་ས་ཁ"@dz,
        "Kĩhausa"@ebu,
        "hausagbe"@ee,
        "Χάουσα"@el,
        "Hausa"@en,
        "haŭsa"@eo,
        "hausa"@es,
        "hausa"@et,
        "hausa"@eu,
        "Ǹkɔ́bɔ aúsá"@ewo,
        "هوسیایی"@fa,
        "Hawsaŋkoore"@ff,
        "hausa"@fi,
        "Hausa"@fil,
        "haussa"@fo,
        "haoussa"@fr,
        "Hásais"@ga,
        "hausa"@gl,
        "Haussa"@gsw,
        "હૌસા"@gu,
        "Kihausa"@guz,
        "Hausa"@ha,
        "האוסה"@he,
        "होउसा"@hi,
        "Hausa bhasa"@hif,
        "hausa"@hr,
        "hausza"@hu,
        "Hausa"@id,
        "Awụsa"@ig,
        "Hausa linguo"@io,
        "hása"@is,
        "haussa"@it,
        "ハウサ語"@ja,
        "Kyihausa"@jmc,
        "ჰაუსა"@ka,
        "Tahwasit"@kab,
        "Kihausa"@kam,
        "Chihausa"@kde,
        "auza"@kea,
        "Hawsance senni"@khq,
        "Kihausa"@ki,
        "Хауса"@kk,
        "kutitab Hausa"@kln,
        "ហូសា"@km,
        "ಹೌಸಾ"@kn,
        "हौसा"@knn,
        "하우사어"@ko,
        "ہاوسا"@ks,
        "Kihausa"@ksb,
        "rikaksa"@ksf,
        "Haußa"@ksh,
        "Kɨhaúusa"@lag,
        "Luhawuza"@lg,
        "hausa"@ln,
        "ຮູຊາ"@lo,
        "hausų"@lt,
        "Hausa"@lu,
        "Kihausa"@luo,
        "Kihausa"@luy,
        "hausu"@lv,
        "nkʉtʉ́k ɔ́ɔ̄ hausa"@mas,
        "Kĩhausa"@mer,
        "haoussa"@mfe,
        "haoussa"@mg,
        "Ihausa"@mgh,
        "хауза"@mk,
        "ഹൗസ"@ml,
        "हौसा"@mr,
        "Ħawsa"@mt,
        "haussa"@mua,
        "Hausagowab"@naq,
        "hausa"@nb,
        "isi-Hausa"@nd,
        "हाउसा"@ne,
        "Hausa"@nl,
        "Kiɛl máwúsá"@nmg,
        "hausa"@nn,
        "Hausa"@no,
        "Thok ɣowthani"@nus,
        "Oruhausa"@nyn,
        "ହୌସା"@or,
        "hausa"@pl,
        "Lenga Hausa"@pms,
        "hauçá"@pt,
        "Hawsa simi"@qu,
        "haussa"@rm,
        "Igihawusa"@rn,
        "hausa"@ro,
        "Kihausa"@rof,
        "хауса"@ru,
        "Igihawusa"@rw,
        "Kyihausa"@rwk,
        "Kihausa"@saq,
        "Ishihawusa"@sbp,
        "haussagiella"@se,
        "hausa"@seh,
        "Hawsance senni"@ses,
        "Haüsä"@sg,
        "Hausa jezik"@sh,
        "ⵜⴰⵀⴰⵡⵙⴰⵜ"@shi,
        "tahawsat"@shi-Latn,
        "හෝසා"@si,
        "hauština"@sk,
        "havščina"@sl,
        "chiHausa"@sn,
        "Hawsa"@so,
        "Хауса"@sr,
        "Hausa"@sr-Latn,
        "Hausa"@sv,
        "Kihausa"@sw,
        "Kihausa"@swc,
        "Kihausa"@swh,
        "ஹௌஸா"@ta,
        "హౌసా"@te,
        "Kihausa"@teo,
        "Забони хауса"@tg,
        "เฮาชา"@th,
        "ሃውሳኛ"@tig,
        "lea hausa"@to,
        "Hausa"@tr,
        "Hawsance senni"@twq,
        "Tahawsat"@tzm,
        "хауса"@uk,
        "ہؤسا"@ur,
        "ꕌꖙꕢ"@vai,
        "Hawusa"@vai-Latn,
        "Tiếng Hausa"@vi,
        "Kyihausa"@vun,
        "Hausa"@wae,
        "豪萨语"@wuu,
        "Oluhawuza"@xog,
        "pakas"@yav,
        "Èdè Hausa"@yo,
        "豪萨语"@zh,
        "Hausa"@zsm,
        "isi-Hausa"@zu .

<http://lexvo.org/id/iso639-3/heb> a lvont:Language,
        skos:Concept ;
    lvont:isFocusOf <http://id.loc.gov/vocabulary/iso639-2/heb> ;
    lvont:iso6392BCode "heb"^^xsd:string ;
    lvont:iso6392TCode "heb"^^xsd:string ;
    lvont:iso639P1Code "he"^^xsd:string ;
    lvont:iso639P3PCode "heb"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-2/heb>,
        <http://www.glottolog.org/resource/languoid/id/hebr1245> ;
    owl:sameAs <http://dbpedia.org/resource/Samaritan_Hebrew>,
        <http://lexvo.org/id/iso639-1/he>,
        <http://psi.oasis-open.org/iso/639/#heb>,
        <http://www.lingvoj.org/lang/he>,
        <http://www.mpii.de/yago/resource/Samaritan_Hebrew>,
        <info:lc/vocabulary/languages/heb> ;
    skos:altLabel "عبرية سامرية"@ar,
        "Hebraeg ar Samaritaned"@br,
        "Samaritan Hebrew"@en,
        "Hébreu samaritain"@fr,
        "עברית שומרונית"@he,
        "Samarijanski jezik"@hr,
        "ヘブライ語"@ja,
        "Самаритански хебрејски јазик"@mk,
        "Hebraico samaritano"@pt,
        "ภาษาฮีบรูซามาริทัน"@th,
        "Samiri İbranicesi"@tr ;
    skos:definition "Samaritan Hebrew , is a reading tradition for Biblical Hebrew as used by the Samaritans for reading the Samaritan Pentateuch. Its pronunciation is highly similar to that of Samaritan Arabic, used by the Samaritans in prayer."@en ;
    skos:inScheme lexvo: ;
    skos:notation "heb"^^xsd:string ;
    skos:prefLabel "Hebreeus"@af,
        "ዕብራስጥ"@am,
        "Hebreu samaritán"@an,
        "العبرية"@ar,
        "hebréu"@ast,
        "ivritcə"@az,
        "іўрыт"@be,
        "иврит"@bg,
        "হিব্রু"@bn,
        "hebraeg"@br,
        "हिब्रु"@brx,
        "hebrejski"@bs,
        "хебрејски"@bs-Cyrl,
        "ዕብራስጥ"@byn,
        "hebreu"@ca,
        "希伯来文"@cmn,
        "希伯來文"@cmn-Hant,
        "hebrejština"@cs,
        "Hebraeg"@cy,
        "hebraisk"@da,
        "Hebräisch"@de,
        "ཧེ་བྲུ་ཁ"@dz,
        "hebrigbe"@ee,
        "Εβραϊκά"@el,
        "Hebrew"@en,
        "hebrea"@eo,
        "hebreo"@es,
        "heebrea"@et,
        "hebreera"@eu,
        "عبری"@fa,
        "heprea"@fi,
        "Hebreo"@fil,
        "hebraiskt"@fo,
        "hébreu"@fr,
        "ebraic"@fur,
        "Eabhrais"@ga,
        "Eabhra"@gd,
        "hebreo"@gl,
        "Hebräisch"@gsw,
        "હીબ્રુ"@gu,
        "Yahudanci"@ha,
        "Hebera"@haw,
        "עברית"@he,
        "हीब्रू"@hi,
        "hebrejski"@hr,
        "héber"@hu,
        "Եբրայերեն"@hy,
        "hebreo"@ia,
        "Ibrani"@id,
        "hebreska"@is,
        "ebraico"@it,
        "サマリア語"@ja,
        "ებრაული"@ka,
        "ebraiku"@kea,
        "иврит"@kk,
        "hebraimiutut"@kl,
        "អ៊ីស្រាអែល"@km,
        "ಹೀಬ್ರ್ಯೂ"@kn,
        "हेब्रु"@knn,
        "히브리어"@ko,
        "عبرٲنۍ"@ks,
        "Hebräjesch"@ksh,
        "еврейче"@ky,
        "liébeleo"@ln,
        "ເຫບຣິວ"@lo,
        "hebrajų"@lt,
        "ivrits"@lv,
        "хебрејски"@mk,
        "ഹീബ്രു"@ml,
        "हिब्रू"@mr,
        "Ebrajk"@mt,
        "ဟီးဘရူး"@my,
        "hebraisk"@nb,
        "हिब्रु"@ne,
        "Hebreeuws"@nl,
        "hebraisk"@nn,
        "Afaan Hebrew"@om,
        "ହେବ୍ର୍ୟୁ"@or,
        "уираг"@os,
        "hebrajski"@pl,
        "عبري"@ps,
        "hebraico"@pt,
        "ebraic"@rm,
        "ebraică"@ro,
        "иврит"@ru,
        "Igiheburayo"@rw,
        "හීබෲ"@si,
        "hebrejčina"@sk,
        "hebrejščina"@sl,
        "Cibri"@so,
        "Hebraisht"@sq,
        "Хебрејски"@sr,
        "Hebrejski"@sr-Latn,
        "Se-hebrew"@st,
        "hebreiska"@sv,
        "Kiebrania"@swh,
        "ஹுப்ரு"@ta,
        "హీబ్రు"@te,
        "Яҳудӣ"@tg,
        "ฮิบรู"@th,
        "ዕብራስጥ"@ti,
        "ዕብራስጥ"@tig,
        "Se heberu"@tn,
        "lea fakahepelū"@to,
        "İbranice"@tr,
        "XiHeberu"@ts,
        "іврит"@uk,
        "عبرانی"@ur,
        "Tiếng Hê-brơ"@vi,
        "Hebräiš"@wae,
        "Isi-Hebrew"@xh,
        "Èdè Heberu"@yo,
        "Ibrani"@zsm,
        "isi-Hebrew"@zu .

<http://lexvo.org/id/iso639-3/her> a lvont:Language,
        skos:Concept ;
    lvont:isFocusOf <http://id.loc.gov/vocabulary/iso639-2/her> ;
    lvont:iso6392BCode "her"^^xsd:string ;
    lvont:iso6392TCode "her"^^xsd:string ;
    lvont:iso639P1Code "hz"^^xsd:string ;
    lvont:iso639P3PCode "her"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-2/her>,
        <http://www.glottolog.org/resource/languoid/id/here1253> ;
    owl:sameAs <http://dbpedia.org/resource/Herero_language>,
        <http://lexvo.org/id/iso639-1/hz>,
        <http://lexvo.org/id/wordnet/30/noun/herero_1_10_00>,
        <http://psi.oasis-open.org/iso/639/#her>,
        <http://www.lingvoj.org/lang/hz>,
        <http://www.mpii.de/yago/resource/Herero_language>,
        <info:lc/vocabulary/languages/her> ;
    skos:altLabel "الهيريرو"@ar,
        "Herereg"@br,
        "Herero"@ca,
        "hererština"@cs,
        "Herero-Sprache"@de,
        "Herero language"@en,
        "Idioma herero"@es,
        "زبان هررو"@fa,
        "Hereron kieli"@fi,
        "Héréro"@fr,
        "héréro"@fr,
        "हीरीरो भाषा"@hi,
        "Bahasa Herero"@id,
        "Lingua herero"@it,
        "헤레로어 위키백과"@ko,
        "Hererų kalba"@lt,
        "Język herero"@pl,
        "Língua hereró"@pt,
        "Limba herero"@ro,
        "Гереро"@ru,
        "Herero"@sv,
        "எரேரோ மொழி"@ta,
        "ภาษาเฮเรโร"@th,
        "Herero dili"@tr,
        "Гереро"@uk ;
    skos:definition "The Herero language (Otjiherero) is a language of the Bantu family (Niger–Congo group). It is spoken by the Herero people in Namibia (206,000) and Botswana. The total number of speakers in both countries is approximately 237,000."@en ;
    skos:inScheme lexvo: ;
    skos:notation "her"^^xsd:string ;
    skos:prefLabel "هيريرو"@ar,
        "Herer dili"@az,
        "Герэрская мова"@be-tarask,
        "хереро"@bg,
        "হেরেরো"@bn,
        "herero"@br,
        "हेरेरो"@brx,
        "herero"@bs,
        "хереро"@bs-Cyrl,
        "herero"@ca,
        "赫雷罗文"@cmn,
        "赫雷羅文"@cmn-Hant,
        "Herero"@cs,
        "Herero"@cy,
        "herero"@da,
        "Otjiherero"@de,
        "Zıwanê Hereroy"@diq,
        "Χερέρο"@el,
        "Herero"@en,
        "Herera lingvo"@eo,
        "herero"@es,
        "herero"@et,
        "هریرویی"@fa,
        "herero"@fi,
        "herero"@fr,
        "Herero"@gsw,
        "હેરેરો"@gu,
        "הררו"@he,
        "हरैरो"@hi,
        "herero"@hr,
        "herero"@hu,
        "Herero"@id,
        "hereró"@is,
        "herero"@it,
        "ヘレロ語"@ja,
        "ಹೆರೆರೊ"@kn,
        "헤레로어"@ko,
        "ہیٚریٖرو"@ks,
        "ເຮິຮິໂຣ"@lo,
        "herero"@lt,
        "hereru"@lv,
        "хереро"@mk,
        "ഹെരേരൊ"@ml,
        "हरेरो"@mr,
        "Bahasa Herero"@ms,
        "Ħerero"@mt,
        "Hererotlahtōlli"@nah,
        "herero"@nb,
        "Herero"@nl,
        "herero"@nn,
        "Herero"@no,
        "ହେରେରୋ"@or,
        "herero"@pl,
        "herero"@pt,
        "herero"@rm,
        "herero"@ro,
        "гереро"@ru,
        "Igiherero"@rw,
        "herero"@sk,
        "herero"@sl,
        "Хереро"@sr,
        "Herero"@sr-Latn,
        "herero"@sv,
        "Kiherero"@swh,
        "ஹெரேரோ"@ta,
        "హిరేరో"@te,
        "เฮเรโร"@th,
        "Herero"@tr,
        "гереро"@uk,
        "Tiếng Herero"@vi .

<http://lexvo.org/id/iso639-3/ibo> a lvont:Language,
        skos:Concept ;
    lvont:isFocusOf <http://id.loc.gov/vocabulary/iso639-2/ibo> ;
    lvont:iso6392BCode "ibo"^^xsd:string ;
    lvont:iso6392TCode "ibo"^^xsd:string ;
    lvont:iso639P1Code "ig"^^xsd:string ;
    lvont:iso639P3PCode "ibo"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-2/ibo>,
        <http://www.glottolog.org/resource/languoid/id/nucl1417> ;
    owl:sameAs <http://dbpedia.org/resource/Igbo_language>,
        <http://lexvo.org/id/iso639-1/ig>,
        <http://psi.oasis-open.org/iso/639/#ibo>,
        <http://www.lingvoj.org/lang/ig>,
        <http://www.mpii.de/yago/resource/Igbo_language>,
        <info:lc/vocabulary/languages/ibo> ;
    skos:altLabel "ইগবো ভাষা"@bn,
        "Igboeg"@br,
        "Igboština"@cs,
        "Igbo-Sprache"@de,
        "Igbo language"@en,
        "Idioma igbo"@es,
        "Igboera"@eu,
        "Igbon kieli"@fi,
        "Igbo"@fr,
        "Lingua ibo"@gl,
        "Igbo jezik"@hr,
        "Bahasa Igbo"@id,
        "Asụsụ Igbo"@ig,
        "Lingua igbo"@it,
        "Igbų kalba"@lt,
        "Igbo"@nn,
        "Język igbo"@pl,
        "Língua igbo"@pt,
        "igbo"@pt,
        "Игбо"@ru,
        "Igboština"@sk,
        "Igbo"@sv,
        "இக்போ மொழி"@ta,
        "Ігбо"@uk,
        "Èdè Ígbò"@yo ;
    skos:definition "Igbo (Igbo: Asụsụ Igbo), or Igbo proper, is a native language of the Igbo people, an ethnic group primarily located in southeastern Nigeria. There are approximately 20 million speakers that are mostly in Nigeria and are primarily of Igbo descent. Igbo is a national language of Nigeria. It is written in the Latin script, which was introduced by British colonialists. Secret societies such as the Ekpe use the Nsibidi symbols which were invented by the Ejagham and were used to represent other languages like Efik."@en ;
    skos:inScheme lexvo: ;
    skos:notation "ibo"^^xsd:string ;
    skos:prefLabel "Igbo"@af,
        "Egbò"@agq,
        "Igbo"@ak,
        "ኢግቦኛ"@am,
        "الإيجبو"@ar,
        "Kiigbo"@asa,
        "igbo"@ast,
        "iqbo dili"@az,
        "Hɔp u iɓò"@bas,
        "Ichi Ibo"@bem,
        "Hiibo"@bez,
        "игбо"@bg,
        "igibokan"@bm,
        "ইগ্‌বো"@bn,
        "igbo"@br,
        "ईग्बो"@brx,
        "igbo"@bs,
        "игбо"@bs-Cyrl,
        "igbo"@ca,
        "Oruibo"@cgg,
        "伊布文"@cmn,
        "伊布文"@cmn-Hant,
        "igboština"@cs,
        "Igbo"@cy,
        "igbo"@da,
        "Kiigbo"@dav,
        "Igbo"@de,
        "Iboo senni"@dje,
        "igbo"@dyo,
        "ཨིག་བོ་ཁ"@dz,
        "Kĩigbo"@ebu,
        "igbogbe"@ee,
        "Ίγκμπο"@el,
        "Igbo"@en,
        "Iboa lingvo"@eo,
        "igbo"@es,
        "ibo"@et,
        "igboera"@eu,
        "Ǹkɔ́bɔ ibó"@ewo,
        "ایگبویی"@fa,
        "Igiboore"@ff,
        "igbo"@fi,
        "Igbo"@fil,
        "igbo"@fo,
        "igbo"@fr,
        "igbo"@fur,
        "Íogbóis"@ga,
        "Igbo"@gd,
        "ibo"@gl,
        "Igbo"@gsw,
        "ઇગ્બો"@gu,
        "Kiigbo"@guz,
        "Inyamuranci"@ha,
        "איגבו"@he,
        "ईग्बो"@hi,
        "Igbo bhasa"@hif,
        "igbo"@hr,
        "igbó"@hu,
        "Igbo"@id,
        "Igbo"@ig,
        "Ibo-linguo"@io,
        "ígbó"@is,
        "igbo"@it,
        "イボ語"@ja,
        "Kyiigbo"@jmc,
        "Tigbut"@kab,
        "Kiigbo"@kam,
        "Игбобзэ"@kbd,
        "Chiigbo"@kde,
        "ibo"@kea,
        "Iboo senni"@khq,
        "Kiigbo"@ki,
        "Игбо"@kk,
        "kutitab Igbo"@kln,
        "អ៊ីកបូ"@km,
        "ಇಗ್ಬೊ"@kn,
        "이그보어"@ko,
        "اِگبو"@ks,
        "Kiigbo"@ksb,
        "riigbo"@ksf,
        "Igbo"@ksh,
        "Lingua Igbonica"@la,
        "Kiígibo"@lag,
        "Luyibo"@lg,
        "igbo"@ln,
        "ໄອຈີໂບ"@lo,
        "igbų"@lt,
        "Igbo"@lu,
        "Kiigbo"@luo,
        "Kiigbo"@luy,
        "igbo"@lv,
        "nkʉtʉ́k ɔ́ɔ̄ Igbo"@mas,
        "Kĩigbo"@mer,
        "igbo"@mfe,
        "igbo"@mg,
        "Igbo"@mgh,
        "игбо"@mk,
        "ഇഗ്ബോ"@ml,
        "ईग्बो"@mr,
        "Igbo"@mt,
        "igbo"@mua,
        "Igbogowab"@naq,
        "ibo"@nb,
        "isi-Igbo"@nd,
        "इग्बो"@ne,
        "Igbo"@nl,
        "Kiɛl ikbo"@nmg,
        "ibo"@nn,
        "Ibo"@no,
        "Thok i̱gboni"@nus,
        "Oruibo"@nyn,
        "ଇଗ୍ବୋ"@or,
        "igbo"@pl,
        "Lenga Igbo"@pms,
        "ibo"@pt,
        "Igbo simi"@qu,
        "igbo"@rm,
        "Ikigubo"@rn,
        "igbo"@ro,
        "Kiigbo"@rof,
        "игбо"@ru,
        "Ikigibo"@rw,
        "Kyiigbo"@rwk,
        "Kiigbo"@saq,
        "Ishihigibo"@sbp,
        "ibo"@seh,
        "Iboo senni"@ses,
        "Ïgbö"@sg,
        "ⵜⵉⴳⴱⵓⵜ"@shi,
        "tigbut"@shi-Latn,
        "ඉග්බෝ"@si,
        "igboština"@sk,
        "igboščina"@sl,
        "chiIgbo"@sn,
        "Igbo"@so,
        "Игбо"@sr,
        "Igbo"@sr-Latn,
        "Igbo"@stq,
        "ibo"@sv,
        "Kiigbo"@swc,
        "Kiigbo"@swh,
        "இக்போ"@ta,
        "ఇగ్బో"@te,
        "Kiigbo"@teo,
        "อิกโบ"@th,
        "lea ʻikipō"@to,
        "İbo Dili"@tr,
        "Iboo senni"@twq,
        "Tigbut"@tzm,
        "ігбо"@uk,
        "اِگبو"@ur,
        "ꔤꕼ"@vai,
        "Ígbo"@vai-Latn,
        "Tiếng Igbo"@vi,
        "Kyiigbo"@vun,
        "Igbo"@wae,
        "Oluyibo"@xog,
        "íbo"@yav,
        "Èdè Ibo"@yo,
        "伊博語"@zh,
        "Igbo"@zsm,
        "isi-Igbo"@zu .

<http://lexvo.org/id/iso639-3/jpn> a lvont:Language,
        skos:Concept ;
    lvont:isFocusOf <http://id.loc.gov/vocabulary/iso639-2/jpn> ;
    lvont:iso6392BCode "jpn"^^xsd:string ;
    lvont:iso6392TCode "jpn"^^xsd:string ;
    lvont:iso639P1Code "ja"^^xsd:string ;
    lvont:iso639P3PCode "jpn"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-2/jpn>,
        <http://www.glottolog.org/resource/languoid/id/nucl1643> ;
    owl:sameAs <http://dbpedia.org/resource/Japanese_language>,
        <http://lexvo.org/id/iso639-1/ja>,
        <http://lexvo.org/id/wordnet/30/noun/japanese_1_10_00>,
        <http://psi.oasis-open.org/iso/639/#jpn>,
        <http://www.lingvoj.org/lang/ja>,
        <http://www.mpii.de/yago/resource/Japanese_language>,
        <info:lc/vocabulary/languages/jpn> ;
    skos:altLabel "لغة يابانية"@ar,
        "Xaponés"@ast,
        "Yapon dili"@az,
        "Японская мова"@be,
        "Японски език"@bg,
        "জাপানি ভাষা"@bn,
        "རི་པིན་སྐད་"@bo,
        "Japaneg"@br,
        "Japanski jezik"@bs,
        "Japonès"@ca,
        "Japonština"@cs,
        "Siapaneeg"@cy,
        "Japansk"@da,
        "Japanische Sprache"@de,
        "Ιαπωνική γλώσσα"@el,
        "Japanese language"@en,
        "Japana lingvo"@eo,
        "Idioma japonés"@es,
        "Jaapani keel"@et,
        "Japoniera"@eu,
        "جاپانی"@fa,
        "زبان ژاپنی"@fa,
        "Japanin kieli"@fi,
        "Japanskt mál"@fo,
        "Japonais"@fr,
        "An tSeapáinis"@ga,
        "Lingua xaponesa"@gl,
        "जापानी भाषा"@hi,
        "Japanski jezik"@hr,
        "Japán nyelv"@hu,
        "Lingua japonese"@ia,
        "Bahasa Jepang"@id,
        "Japanska"@is,
        "Lingua giapponese"@it,
        "იაპონური ენა"@ka,
        "Жапон тілі"@kk,
        "Japanimiusut"@kl,
        "ភាសាជប៉ុន"@km,
        "ಜಪಾನಿ ಭಾಷೆ"@kn,
        "Nihonek"@kw,
        "Lizapɔ́"@ln,
        "ພາສາຍີ່ປຸ່ນ"@lo,
        "Japonų kalba"@lt,
        "Japāņu valoda"@lv,
        "Japonezy"@mg,
        "Јапонски јазик"@mk,
        "ജാപ്പനീസ് ഭാഷ"@ml,
        "जपानी भाषा"@mr,
        "ဂျပန်ဘာသာစကား"@my,
        "Japansk"@nn,
        "ਜਾਪਾਨੀ ਭਾਸ਼ਾ"@pa,
        "Język japoński"@pl,
        "Língua japonesa"@pt,
        "Limba japoneză"@ro,
        "Японский язык"@ru,
        "Дьоппуон тыла"@sah,
        "Japánagiella"@se,
        "Japončina"@sk,
        "Japonščina"@sl,
        "Gjuha japoneze"@sq,
        "Јапански језик"@sr,
        "Japanska"@sv,
        "ஜப்பானிய மொழி"@ta,
        "Забони ҷопонӣ"@tg,
        "ภาษาญี่ปุ่น"@th,
        "Японська мова"@uk,
        "Èdè Japanisi"@yo ;
    skos:inScheme lexvo: ;
    skos:notation "jpn"^^xsd:string ;
    skos:prefLabel "Japanese"@aa,
        "Иапон бызшәа"@ab,
        "Bahsa Jeupun"@ace,
        "Japannees"@af,
        "Dzàkpànê"@agq,
        "ܠܫܢܐ ܝܦܢܝܐ"@aii,
        "Gyapan kasa"@ak,
        "ጃፓንኛ"@am,
        "Idioma chaponés"@an,
        "Iapanisc sprǣc"@ang,
        "اليابانية"@ar,
        "لغه يابانى"@arz,
        "Kijapani"@asa,
        "xaponés"@ast,
        "yaponca"@az,
        "јапонҹа"@az-Cyrl,
        "Japanische Språch"@bar,
        "Hɔp u yapàn"@bas,
        "Hapones"@bcl,
        "японская"@be,
        "Японская мова"@be-tarask,
        "Ichi Japanisi"@bem,
        "Hijapani"@bez,
        "японски"@bg,
        "Bahasa Japang"@bjn,
        "zapɔnekan"@bm,
        "জাপানি"@bn,
        "ཉི་ཧོང་སྐད།"@bo,
        "japaneg"@br,
        "जापानी"@brx,
        "japanski"@bs,
        "јапански"@bs-Cyrl,
        "ጃፓንኛ"@byn,
        "japonès"@ca,
        "Nĭk-buōng-ngṳ̄"@cdo,
        "Yaponhoyn mott"@ce,
        "Hinapones"@ceb,
        "Orujapaani"@cgg,
        "ᏣᏩᏂᏏ"@chr,
        "日文"@cmn,
        "日文"@cmn-Hant,
        "japonština"@cs,
        "Япон чĕлхи"@cv,
        "Japaneg"@cy,
        "japansk"@da,
        "Kijapani"@dav,
        "Japanisch"@de,
        "Japonee senni"@dje,
        "Japańšćina"@dsb,
        "ޖަޕާނީ"@dv,
        "saponee"@dyo,
        "ཇཱ་པཱ་ནིས་ཁ"@dz,
        "Kĩnjapani"@ebu,
        "dzapangbe"@ee,
        "Ιαπωνικά"@el,
        "Japanese"@en,
        "𐐖𐐰𐐹𐐲𐑌𐐨𐑆"@en-Dsrt,
        "japana"@eo,
        "japonés"@es,
        "jaapani"@et,
        "japoniera"@eu,
        "Ǹkɔ́bɔ hapɔ́n"@ewo,
        "ژاپنی"@fa,
        "Saponeere"@ff,
        "japani"@fi,
        "Japanese"@fil,
        "japanskt"@fo,
        "japonais"@fr,
        "gjaponês"@fur,
        "Japansk"@fy,
        "Seapáinis"@ga,
        "日语"@gan,
        "Seapanais"@gd,
        "xaponés"@gl,
        "Japanisch"@gsw,
        "Japanische Sprache"@gsw-FR,
        "જાપાનીઝ"@gu,
        "Kijapani"@guz,
        "Shapaanish"@gv,
        "Japananci"@ha,
        "Ngi̍t-ngî"@hak,
        "Kepanī"@haw,
        "יפנית"@he,
        "जापानी"@hi,
        "Japanese bhasa"@hif,
        "japanski"@hr,
        "Japanšćina"@hsb,
        "japán"@hu,
        "Ճապոներեն"@hy,
        "japonese"@ia,
        "Jepang"@id,
        "Japanese"@ig,
        "ꏝꀪꉙ"@ii,
        "Pagsasao a Hapón"@ilo,
        "Japoniana linguo"@io,
        "japanska"@is,
        "giapponese"@it,
        "日本語"@ja,
        "ponbau"@jbo,
        "Kyijapani"@jmc,
        "Basa Jepang"@jv,
        "Basa Jepang"@jv-x,
        "იაპონური"@ka,
        "Tajapunit"@kab,
        "Kijapani"@kam,
        "Японыбзэ"@kbd,
        "Chidyapani"@kde,
        "japones"@kea,
        "Japonee senni"@khq,
        "Kĩnjabani"@ki,
        "жапон тілі"@kk,
        "japanimiusut"@kl,
        "kutitap Japan"@kln,
        "ជប៉ុន"@km,
        "ಜಪಾನೀಸ್"@kn,
        "जापनीस्"@knn,
        "일본어"@ko,
        "جاپٲنۍ"@ks,
        "Kijapani"@ksb,
        "rijapɔ́ŋ"@ksf,
        "Japaanesch"@ksh,
        "Zimanê japonî"@ku,
        "Japanek"@kw,
        "япончо"@ky,
        "Lingua Iaponica"@la,
        "Lingua japonesa"@lad,
        "Kɨjapáani"@lag,
        "Japanesch"@lb,
        "Lujapani"@lg,
        "Japans"@li,
        "Lengua giapponesa"@lmo,
        "lizapɔ"@ln,
        "ເຈແປນນຣິດ"@lo,
        "japonų"@lt,
        "Japuonu kalba"@lt-x,
        "Liyapani"@lu,
        "Kijapani"@luo,
        "Kijapani"@luy,
        "japāņu"@lv,
        "nkʉtʉ́k ɔ́ɔ̄ japani"@mas,
        "Япунонь кяль"@mdf,
        "Kĩjapani"@mer,
        "zapone"@mfe,
        "Japoney"@mg,
        "Ijapani"@mgh,
        "Reo Hapani"@mi,
        "јапонски"@mk,
        "ജപ്പാനീസ്"@ml,
        "Япон хэл"@mn,
        "जपानी"@mr,
        "Bahasa Jepun"@ms,
        "Ġappuniż"@mt,
        "zah sǝr Japoŋ"@mua,
        "ဂျပန်"@my,
        "Xapontlahtōlli"@nah,
        "Ji̍t-pún-oē"@nan,
        "Japanees"@naq,
        "japansk"@nb,
        "isi-Japhani"@nd,
        "Japans"@nds,
        "जापानी"@ne,
        "जापानी भाषा"@new,
        "Japans"@nl,
        "Kiɛl bó japonɛ̌"@nmg,
        "japansk"@nn,
        "Japansk"@no,
        "Thok japanni"@nus,
        "Orujapaani"@nyn,
        "Japonés"@oc,
        "Afaan Japanii"@om,
        "ଜାପାନୀଜ୍"@or,
        "япойнаг"@os,
        "ਜਾਪਾਨੀ"@pa,
        "Hapon"@pam,
        "japoński"@pl,
        "Lenga giaponèisa"@pms,
        "جاپانی"@pnb,
        "جاپانی"@ps,
        "japonês"@pt,
        "Nihun simi"@qu,
        "giapunais"@rm,
        "Ikiyapani"@rn,
        "japoneză"@ro,
        "Kijapani"@rof,
        "японский"@ru,
        "Японьскый язык"@rue,
        "Ikiyapani"@rw,
        "Kyijapani"@rwk,
        "जापानी भाषा"@sa,
        "Дьоппуоннуу"@sah,
        "Kijapani"@saq,
        "Ishijapani"@sbp,
        "Lingua giappunisa"@scn,
        "Japanese leid"@sco,
        "japánagiella"@se,
        "japonês"@seh,
        "Japonee senni"@ses,
        "Zaponëe"@sg,
        "Japanski jezik"@sh,
        "ⵜⴰⵊⴰⴱⴱⵓⵏⵉⵜ"@shi,
        "tajabbunit"@shi-Latn,
        "ජපන්"@si,
        "japončina"@sk,
        "japonščina"@sl,
        "chiJapani"@sn,
        "Jabbaaniis"@so,
        "Japanisht"@sq,
        "Јапански"@sr,
        "Japanski"@sr-Latn,
        "Se-japane"@st,
        "Basa Jepang"@su,
        "japanska"@sv,
        "Kijapani"@sw,
        "Kijapani"@swc,
        "Kijapani"@swh,
        "ஜப்பானீஸ்"@ta,
        "జాపనీస్"@te,
        "Kijapani"@teo,
        "Ҷопонӣ"@tg,
        "ญี่ปุ่น"@th,
        "ጃፓንኛ"@ti,
        "ጃፓንኛ"@tig,
        "Ýapon dili"@tk,
        "Wikang Hapones"@tl,
        "Se Japan"@tn,
        "lea fakasiapani"@to,
        "Tok Siapan"@tpi,
        "Japonca"@tr,
        "Xi Japani"@ts,
        "Yapon tele"@tt,
        "Japonee senni"@twq,
        "Reo Tāpōnē"@ty,
        "Tajappunit"@tzm,
        "ياپون تىلى"@ug,
        "японська"@uk,
        "جاپانی"@ur,
        "Японча"@uzn,
        "yaponcha"@uzn-Latn,
        "ꕧꕐꕇꔧ"@vai,
        "Japaníĩ"@vai-Latn,
        "Tiếng Nhật"@vi,
        "Jaapani kiil"@vro,
        "Kyijapani"@vun,
        "Djaponès"@wa,
        "Japaniš"@wae,
        "ጃፓንኛ"@wal,
        "Hinapon"@war,
        "日语"@wuu,
        "Нипонмудн келн"@xal,
        "Isi-Japanese"@xh,
        "Olujapani"@xog,
        "ndiáman"@yav,
        "יאפאניש"@yi,
        "Èdè Japaní"@yo,
        "日文"@yue,
        "Vah Nditbonj"@za,
        "日语"@zh,
        "Jepun"@zsm,
        "isi-Japanese"@zu .

<http://lexvo.org/id/iso639-3/kan> a lvont:Language,
        skos:Concept ;
    lvont:isFocusOf <http://id.loc.gov/vocabulary/iso639-2/kan> ;
    lvont:iso6392BCode "kan"^^xsd:string ;
    lvont:iso6392TCode "kan"^^xsd:string ;
    lvont:iso639P1Code "kn"^^xsd:string ;
    lvont:iso639P3PCode "kan"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-2/kan>,
        <http://www.glottolog.org/resource/languoid/id/nucl1305> ;
    owl:sameAs <http://dbpedia.org/resource/Kannada>,
        <http://lexvo.org/id/iso639-1/kn>,
        <http://psi.oasis-open.org/iso/639/#kan>,
        <http://www.lingvoj.org/lang/kn>,
        <http://www.mpii.de/yago/resource/Kannada>,
        <info:lc/vocabulary/languages/kan> ;
    skos:altLabel "ካናዳኛ"@am,
        "لغة كنادية"@ar,
        "কন্নড় ভাষা"@bn,
        "Kannadeg"@br,
        "kannada"@ca,
        "Kannadština"@cs,
        "kannaresisk"@da,
        "Kanara lingvo"@eo,
        "Idioma canarés"@es,
        "زبان کانارا"@fa,
        "Kannada"@fi,
        "Kannada"@fr,
        "કન્નડ ભાષા"@gu,
        "קנאדה"@he,
        "कन्नड़ भाषा"@hi,
        "Kannada nyelv"@hu,
        "Bahasa Kannada"@id,
        "Kanaríska"@is,
        "Lingua kannada"@it,
        "칸나다어"@ko,
        "Kanadų kalba"@lt,
        "Kannadu valoda"@lv,
        "каннада"@mk,
        "कन्नड भाषा"@mr,
        "कन्नड़ भाषा"@ne,
        "Kannada"@nn,
        "Język kannada"@pl,
        "Língua canaresa"@pt,
        "canarês"@pt,
        "Каннада"@ru,
        "Kannadčina"@sk,
        "Канада језик"@sr,
        "Kannada"@sv,
        "కన్నడ భాష"@te,
        "ภาษากันนาดา"@th,
        "Kannada dili"@tr,
        "Каннада"@uk,
        "Tiếng Kan-na-đa"@vi ;
    skos:definition "Kannada ( , ) or , is a language spoken in India predominantly in the state of Karnataka. Kannada, whose native speakers are called Kannadigas (, ) and number roughly 50 million, It is one of the scheduled languages of India and the official and administrative language of the state of Karnataka."@en ;
    skos:inScheme lexvo: ;
    skos:notation "kan"^^xsd:string ;
    skos:prefLabel "Kannada"@af,
        "ካነዳኛ"@am,
        "Idioma canarés"@an,
        "الكانادا"@ar,
        "canarés"@ast,
        "kannada dili"@az,
        "каннада"@be,
        "каннада"@bg,
        "কান্নাড়ী"@bn,
        "ཀནྣ་ཌ་སྐད།"@bo,
        "কন্নড় ঠার"@bpy,
        "kanareg"@br,
        "कन्नड्"@brx,
        "kanada"@bs,
        "канада"@bs-Cyrl,
        "ካናዳኛ"@byn,
        "Kanara"@ca,
        "卡纳达文"@cmn,
        "坎那達文"@cmn-Hant,
        "kannadština"@cs,
        "Kannada"@cy,
        "Kannada"@da,
        "Kannada"@de,
        "ކައްނަޑާ"@dv,
        "ཀ་ན་ཌ་ཁ"@dz,
        "kannadagbe"@ee,
        "Κανάντα"@el,
        "Kannada"@en,
        "kanara"@eo,
        "canarés"@es,
        "kannada"@et,
        "kannada"@eu,
        "کاناده‌ای"@fa,
        "kannada"@fi,
        "Kannada"@fil,
        "kannada"@fo,
        "kannada"@fr,
        "kannada"@fur,
        "Cannadais"@ga,
        "Kannada"@gd,
        "kannada"@gl,
        "Kannada"@gsw,
        "કન્નડા"@gu,
        "Dan/'Yar Kabilar Kannada"@ha,
        "קאנדה"@he,
        "कन्नड़"@hi,
        "Kannada bhasa"@hif,
        "kannadski"@hr,
        "kannada"@hu,
        "Կաննադա"@hy,
        "kannada"@ia,
        "Kannada"@id,
        "kannada"@is,
        "kannada"@it,
        "カンナダ語"@ja,
        "კანადა"@ka,
        "kanares"@kea,
        "каннада"@kk,
        "កន្នដ"@km,
        "ಕನ್ನಡ"@kn,
        "कन्नडा"@knn,
        "카나다어"@ko,
        "کَنَڑ"@ks,
        "Kannada"@ksh,
        "каннадача"@ky,
        "Lingua Cannadica"@la,
        "ກັນນາດ້າ"@lo,
        "kanadų"@lt,
        "kannadu"@lv,
        "Fiteny kannada"@mg,
        "Канада"@mk,
        "കന്നഡ"@ml,
        "कन्नड"@mr,
        "Bahasa Kannada"@ms,
        "Kannada"@mt,
        "ကန်နာဒါ"@my,
        "kannada"@nb,
        "Kannada"@nds,
        "कन्नाडा"@ne,
        "कन्नड भाषा"@new,
        "Kannada"@nl,
        "kannada"@nn,
        "Kannada"@no,
        "Afaan Kannada"@om,
        "କନ୍ନଡ"@or,
        "kannada"@pl,
        "Lenga Kannada"@pms,
        "کناڈا"@pnb,
        "کنأډه"@ps,
        "canarim"@pt,
        "Kannada simi"@qu,
        "kannada"@rm,
        "kannada"@ro,
        "каннада"@ru,
        "Igikanada"@rw,
        "कन्नडभषा"@sa,
        "Kanada jezik"@sh,
        "කණ්ණඩ"@si,
        "kannadčina"@sk,
        "kanada"@sl,
        "Kannadays"@so,
        "Kanada"@sq,
        "Канада"@sr,
        "Kanada"@sr-Latn,
        "Se-kannada"@st,
        "kannada"@sv,
        "Kikannada"@swh,
        "கன்னடம்"@ta,
        "కన్నడ"@te,
        "กันนาดา"@th,
        "ካማደኛ"@ti,
        "ካናዳኛ"@tig,
        "Kannada"@tn,
        "lea kanata"@to,
        "Kannada"@tr,
        "كانناداچە"@ug,
        "каннада"@uk,
        "کنّاڈا"@ur,
        "Tiếng Kannada"@vi,
        "Kannada"@wae,
        "卡纳达语"@wuu,
        "Isi-Kannada"@xh,
        "קאנאדא"@yi,
        "Èdè Kannada"@yo,
        "卡纳达语"@zh,
        "Kannada"@zsm,
        "isi-Kannada"@zu .

<http://lexvo.org/id/iso639-3/kas> a lvont:Language,
        skos:Concept ;
    lvont:isFocusOf <http://id.loc.gov/vocabulary/iso639-2/kas> ;
    lvont:iso6392BCode "kas"^^xsd:string ;
    lvont:iso6392TCode "kas"^^xsd:string ;
    lvont:iso639P1Code "ks"^^xsd:string ;
    lvont:iso639P3PCode "kas"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-2/kas>,
        <http://www.glottolog.org/resource/languoid/id/kash1277> ;
    owl:sameAs <http://dbpedia.org/resource/Kashmiri_language>,
        <http://lexvo.org/id/iso639-1/ks>,
        <http://lexvo.org/id/wordnet/30/noun/kashmiri_1_10_00>,
        <http://psi.oasis-open.org/iso/639/#kas>,
        <http://www.lingvoj.org/lang/ks>,
        <http://www.mpii.de/yago/resource/Kashmiri_language>,
        <info:lc/vocabulary/languages/kas> ;
    skos:altLabel "لغة كشميرية"@ar,
        "Kəşmir dili"@az,
        "কাশ্মীরি ভাষা"@bn,
        "Kachmireg"@br,
        "Caixmirí"@ca,
        "Kašmírština"@cs,
        "Kashmirisk"@da,
        "Kaschmirisch"@de,
        "Kashmiri language"@en,
        "Kaŝmira lingvo"@eo,
        "Idioma cachemir"@es,
        "kashmirera"@eu,
        "زبان کشمیری"@fa,
        "Kašmirin kieli"@fi,
        "Cachemiri"@fr,
        "kâshmîrî"@fr,
        "કાશ્મીરી ભાષા"@gu,
        "कश्मीरी भाषा"@hi,
        "Kašmirski jezik"@hr,
        "Bahasa Kashmiri"@id,
        "Kasmíríska"@is,
        "Lingua kashmiri"@it,
        "کٲشُر زَبان"@ks,
        "Kaschmieresch"@ksh,
        "Kašmyrų kalba"@lt,
        "കശ്മീരി ഭാഷ"@ml,
        "काश्मिरी भाषा"@mr,
        "Język kaszmirski"@pl,
        "Língua caxemira"@pt,
        "caxemirense"@pt,
        "Кашмирский язык"@ru,
        "Kašmírčina"@sk,
        "Кашмири језик"@sr,
        "kashmiriska"@sv,
        "காஷ்மீரி மொழி"@ta,
        "కాశ్మీరీ భాష"@te,
        "ภาษาแคชเมียร์"@th,
        "Кашмірська мова"@uk,
        "کشمیری زبان"@ur,
        "Tiếng Kashmiri"@vi ;
    skos:definition "Kashmiri ( Koshur) is a language from the Dardic sub-group and it is spoken primarily in the Kashmir Valley, in Jammu and Kashmir. There are approximately 5,554,496 speakers in Jammu and Kashmir, according to the Census of 2001. Most of the 105,000 speakers or so in Pakistan are émigrés from the Kashmir Valley after the partition of India. They include a few speakers residing in border villages in Neelum District."@en ;
    skos:inScheme lexvo: ;
    skos:notation "kas"^^xsd:string ;
    skos:prefLabel "Kasjmirs"@af,
        "ካሽሚርኛ"@am,
        "Idioma caixmiri"@an,
        "الكشميرية"@ar,
        "كشميرى"@arz,
        "cachemirés"@ast,
        "kəşmir dili"@az,
        "Кашмірская мова"@be,
        "кашмирски"@bg,
        "কাশ্মীরী"@bn,
        "kashmiri"@br,
        "कश्मिरी"@brx,
        "kašmiri"@bs,
        "кашмирски"@bs-Cyrl,
        "ካሽሚርኛ"@byn,
        "caixmiri"@ca,
        "克什米尔文"@cmn,
        "克什米爾文"@cmn-Hant,
        "kašmírština"@cs,
        "Cashmireg"@cy,
        "kashmiri"@da,
        "Kashmiri"@de,
        "ཀཱཤ་མི་རི་ཁ"@dz,
        "kashmirgbe"@ee,
        "Κασμίρι"@el,
        "Kashmiri"@en,
        "kaŝmira"@eo,
        "cachemiro"@es,
        "kašmiiri"@et,
        "Kaxmirera"@eu,
        "کشمیری"@fa,
        "kašmiri"@fi,
        "Kashmiri"@fil,
        "kashmiriskt"@fo,
        "kashmiri"@fr,
        "Caismíris"@ga,
        "Caismiris"@gd,
        "cachemir"@gl,
        "Kaschmirisch"@gsw,
        "કશ્મીરી"@gu,
        "קשמירית"@he,
        "कश्मीरी"@hi,
        "Kashmiri bhasa"@hif,
        "kašmirski"@hr,
        "kásmíri"@hu,
        "Kashmir"@id,
        "kasmírska"@is,
        "kashmiri"@it,
        "カシミール語"@ja,
        "kaxmira"@kea,
        "Кашмир"@kk,
        "កាស្មៀរ"@km,
        "ಕಾಶ್ಮೀರಿ"@kn,
        "कश्मीरी"@knn,
        "카슈미르어"@ko,
        "کٲشُر"@ks,
        "Kashmiri"@ksh,
        "Lingua Casmirica"@la,
        "ຄັດຊະມີລີ"@lo,
        "kašmyrų"@lt,
        "kašmiriešu"@lv,
        "кашмирски"@mk,
        "കാശ്മീരി"@ml,
        "काश्मीरी"@mr,
        "Bahasa Kashmir"@ms,
        "Kaxmiri"@mt,
        "kasjmiri"@nb,
        "काश्मीरी"@ne,
        "Kasjmiri"@nl,
        "kasjmiri"@nn,
        "Kasjmiri"@no,
        "କାଶ୍ମିରୀ"@or,
        "kaszmirski"@pl,
        "Lenga kashmiri"@pms,
        "کشمیری"@pnb,
        "caxemira"@pt,
        "kashmiri"@rm,
        "cașmireză"@ro,
        "кашмири"@ru,
        "कश्मीरी"@sa,
        "Kašmiri jezik"@sh,
        "කාෂ්මීර්"@si,
        "kašmírčina"@sk,
        "kašmirščina"@sl,
        "Кашмирски"@sr,
        "Kašmiri"@sr-Latn,
        "Kashmiri"@sv,
        "Kikashmiri"@swh,
        "காஷ்மிரி"@ta,
        "కాశ్మీరి"@te,
        "กัศมีร์"@th,
        "ካሽሚርኛ"@tig,
        "lea fakakesimia"@to,
        "Keşmirce"@tr,
        "кашмірська"@uk,
        "کشمیری"@ur,
        "Tiếng Kashmir"@vi,
        "Kašmiriš"@wae,
        "克什米爾語"@zh,
        "Kashmir"@zsm,
        "isi-Kashmiri"@zu .

<http://lexvo.org/id/iso639-3/kik> a lvont:Language,
        skos:Concept ;
    lvont:isFocusOf <http://id.loc.gov/vocabulary/iso639-2/kik> ;
    lvont:iso6392BCode "kik"^^xsd:string ;
    lvont:iso6392TCode "kik"^^xsd:string ;
    lvont:iso639P1Code "ki"^^xsd:string ;
    lvont:iso639P3PCode "kik"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-2/kik>,
        <http://www.glottolog.org/resource/languoid/id/kiku1240> ;
    owl:sameAs <http://dbpedia.org/resource/Gikuyu_language>,
        <http://lexvo.org/id/iso639-1/ki>,
        <http://lexvo.org/id/wordnet/30/noun/gikuyu_1_10_00>,
        <http://psi.oasis-open.org/iso/639/#kik>,
        <http://www.lingvoj.org/lang/ki>,
        <http://www.mpii.de/yago/resource/Gikuyu_language>,
        <info:lc/vocabulary/languages/kik> ;
    skos:altLabel "গিকুয়ু ভাষা"@bn,
        "Gikouyoueg"@br,
        "Kikujština"@cs,
        "Kikuyu-Sprache"@de,
        "Gikuyu language"@en,
        "Kikuyu"@en,
        "Idioma kikuyu"@es,
        "Kikuyu"@fr,
        "Kíkújú"@is,
        "Gĩgĩkũyũ"@ki,
        "Kikuyu"@nl,
        "Język kikuju"@pl,
        "Língua kikuyu"@pt,
        "Кикуйю"@ru,
        "Kikujčina"@sk,
        "Kikuyu"@sv,
        "கிகுயு மொழி"@ta,
        "Кікуйю"@uk ;
    skos:definition "Gikuyu or Kikuyu (, pronounced ) is a language of the Bantu family spoken primarily by the Kikuyu people of Kenya. Numbering about 6 million (22% of Kenya's population), they are the largest ethnic group in Kenya. Gikuyu is spoken in the area between Nyeri and Nairobi. Gikuyu is one of the five languages of the Thagichu subgroup of the Bantu languages, which stretches from Kenya to Tanzania. The Gikuyu people usually identify their lands by the surrounding mountain ranges in Central Kenya which they call Kirinyaga."@en ;
    skos:inScheme lexvo: ;
    skos:notation "kik"^^xsd:string ;
    skos:prefLabel "الكيكيو"@ar,
        "kikuyu dili"@az,
        "кикуйу"@bg,
        "কিকু্ইয়ু"@bn,
        "kikuyu"@br,
        "किकुयु"@brx,
        "kikuju"@bs,
        "кикују"@bs-Cyrl,
        "kikuiu"@ca,
        "吉库尤文"@cmn,
        "吉庫尤文"@cmn-Hant,
        "kikujština"@cs,
        "Cicwyeg"@cy,
        "kikuyu"@da,
        "Kikuyu"@de,
        "Κικούγιου"@el,
        "Gikuyu"@en,
        "Kikuja lingvo"@eo,
        "kikuyu"@es,
        "kikuju"@et,
        "کیکویویی"@fa,
        "kikuju"@fi,
        "kikuyu"@fr,
        "Kikuyu-Schpraach"@gsw,
        "કિકુયૂ"@gu,
        "קיקויו"@he,
        "किकुयू"@hi,
        "Gikuyu bhasa"@hif,
        "kikuyu"@hr,
        "kikuju"@hu,
        "Kikuyu"@id,
        "kíkújú"@is,
        "kikuyu"@it,
        "キクユ語"@ja,
        "Gikuyu"@ki,
        "ಕಿಕುಯು"@kn,
        "키쿠유어"@ko,
        "کِکُیوٗ"@ks,
        "ຄິຄູຢຸ"@lo,
        "kikui"@lt,
        "kikuju"@lv,
        "кикују"@mk,
        "കികൂയു"@ml,
        "किकुयू"@mr,
        "Kikuju"@mt,
        "kikuyu"@nb,
        "Gikuyu"@nl,
        "kikuyu"@nn,
        "Kikuyu"@no,
        "Gikuyum"@nov,
        "କୀକୁୟୁ"@or,
        "kikuju"@pl,
        "Lenga Gikuyu"@pms,
        "quicuio"@pt,
        "Kikuyu simi"@qu,
        "kikuyu"@rm,
        "kikuyu"@ro,
        "кикуйю"@ru,
        "Igikuyu"@rw,
        "kikuju"@sk,
        "kikujščina"@sl,
        "Кикују"@sr,
        "Kikuju"@sr-Latn,
        "kikuyu"@sv,
        "Kikikuyu"@sw,
        "Kikikuyu"@swh,
        "கிகுயூ"@ta,
        "కికుయు"@te,
        "กีกูยู"@th,
        "Kikuyu"@tr,
        "кікуйю"@uk,
        "Tiếng Kikuyu"@vi .

<http://lexvo.org/id/iso639-3/kin> a lvont:Language,
        skos:Concept ;
    lvont:isFocusOf <http://id.loc.gov/vocabulary/iso639-2/kin> ;
    lvont:iso6392BCode "kin"^^xsd:string ;
    lvont:iso6392TCode "kin"^^xsd:string ;
    lvont:iso639P1Code "rw"^^xsd:string ;
    lvont:iso639P3PCode "kin"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-2/kin>,
        <http://www.glottolog.org/resource/languoid/id/kiny1244> ;
    owl:sameAs <http://dbpedia.org/resource/Kinyarwanda>,
        <http://lexvo.org/id/iso639-1/rw>,
        <http://lexvo.org/id/wordnet/30/noun/kinyarwanda_1_10_00>,
        <http://psi.oasis-open.org/iso/639/#kin>,
        <http://www.lingvoj.org/lang/rw>,
        <http://www.mpii.de/yago/resource/Kinyarwanda>,
        <info:lc/vocabulary/languages/kin> ;
    skos:altLabel "Киняруанда"@bg,
        "কিনিয়ারোয়ান্ডা ভাষা"@bn,
        "kinyarwandština"@cs,
        "Kinyarwanda"@da,
        "Kinyarwanda"@de,
        "Ruanda lingvo"@eo,
        "Idioma kiñarwanda"@es,
        "Kinyaruanda"@eu,
        "Ruandan kieli"@fi,
        "Kinyarwanda"@fr,
        "Rwanda jezik"@hr,
        "Bahasa Kinyarwanda"@id,
        "Lingua kinyarwanda"@it,
        "키냐르완다어"@ko,
        "Kiņaruandas valoda"@lv,
        "Руандски јазик"@mk,
        "Język ruanda-rundi"@pl,
        "Língua kinyarwanda"@pt,
        "киньяруанда"@ru,
        "Ikinyarwanda"@rw,
        "kinjarwanda"@sv,
        "கின்யருவாண்டா மொழி"@ta,
        "Kinyarwanda"@tr,
        "Руандійська мова"@uk ;
    skos:definition "Kinyarwanda (also sometimes known as Rwanda, Ruanda or Rwandan), is a dialect of the Rwanda-Rundi language spoken by some 12 million people in Rwanda, where it is the official language, and adjacent parts of southern Uganda. (The Kirundi dialect is the official language of neighboring Burundi.)"@en ;
    skos:inScheme lexvo: ;
    skos:notation "kin"^^xsd:string ;
    skos:prefLabel "Rwandees"@af,
        "Lùwandà"@agq,
        "Rewanda kasa"@ak,
        "ኪንያርዋንድኛ"@am,
        "الكينيارواندا"@ar,
        "Kinyarandwa"@asa,
        "kinyarvanda dili"@az,
        "Hɔp u ruāndà"@bas,
        "Ichi Rwanda"@bem,
        "Hinyarwanda"@bez,
        "киняруанда"@bg,
        "ruwandakan"@bm,
        "কিনয়ারোয়ান্ডা"@bn,
        "kinyarwanda"@br,
        "किन्यारुआण्डा"@brx,
        "kinjarvanda"@bs,
        "кинјаруанда"@bs-Cyrl,
        "ኪንያርዋንድኛ"@byn,
        "ruandès"@ca,
        "Orunyarwanda"@cgg,
        "卢旺达文"@cmn,
        "盧安達文"@cmn-Hant,
        "Rwandština"@cs,
        "Руанда чĕлхи"@cv,
        "Ciniarŵandeg"@cy,
        "kinyarwanda"@da,
        "Kinyarwanda"@dav,
        "Ruandisch"@de,
        "Rwanda senni"@dje,
        "ruanda"@dyo,
        "Kĩnyarwanda"@ebu,
        "ruwandagbe"@ee,
        "Κινιαρβάντα"@el,
        "Kinyarwanda"@en,
        "ruanda"@eo,
        "kinyarwanda"@es,
        "ruanda"@et,
        "kinyaruanda"@eu,
        "ǹkɔ́bɔ ruwandá"@ewo,
        "کینیارواندایی"@fa,
        "Ruwaanndeere"@ff,
        "ruanda"@fi,
        "Kinyarwanda"@fil,
        "ruanda"@fo,
        "rwanda"@fr,
        "Kinyarwanda"@gd,
        "ruandés"@gl,
        "Ruandisch"@gsw,
        "કિન્યારવાન્ડા"@gu,
        "Kinyarwanda"@guz,
        "Kiniyaruwanda"@ha,
        "קינירואנדה"@he,
        "किन्यारवाण्डा"@hi,
        "Kinyarwanda bhasa"@hif,
        "kinyarwanda"@hr,
        "kiruanda"@hu,
        "Kinyarwanda"@id,
        "Rụwanda"@ig,
        "kínjarvanda"@is,
        "kinyarwanda"@it,
        "ルワンダ語"@ja,
        "Kyinyarwanda"@jmc,
        "Taruwandit"@kab,
        "Kinyarwanda"@kam,
        "Руандабзэ"@kbd,
        "Chinyalwanda"@kde,
        "kiniaruanda"@kea,
        "Rwanda senni"@khq,
        "Kinyarwanda"@ki,
        "киньяруанда"@kk,
        "kutitab Kinyarwanda"@kln,
        "ಕೀನ್ಯಾರುವಾಂಡಾ"@kn,
        "किन्यार्वान्डा"@knn,
        "르완다어"@ko,
        "Киняргванда"@koi,
        "کِنیاوِندا"@ks,
        "Kinyalwanda"@ksb,
        "rirwanda"@ksf,
        "Kinja-Ruandesch"@ksh,
        "Kɨnyarwáanda"@lag,
        "Lunarwanda"@lg,
        "kinyarwanda"@ln,
        "ຄິນຢາວານດາ"@lo,
        "kinjarvanda"@lt,
        "kinyarwanda"@lu,
        "Kinyarwanda"@luo,
        "Kinyarwanda"@luy,
        "kiņaruanda"@lv,
        "nkʉtʉ́k ɔ́ɔ̄ lruwanda"@mas,
        "Kĩrwanda"@mer,
        "rwanda"@mfe,
        "Roande"@mg,
        "Inyaranda"@mgh,
        "кињарванда"@mk,
        "കിന്യർവണ്ട"@ml,
        "किन्यार्वान्डा"@mr,
        "Руанда йӹлмӹ"@mrj,
        "Bahasa Kinyarwanda"@ms,
        "Kinjarwanda"@mt,
        "Zah sǝr Rwanda"@mua,
        "Rwandaǁî gowab"@naq,
        "kinjarwanda"@nb,
        "isi-Ruwanda"@nd,
        "Kinyarwanda"@nl,
        "Kiɛl rwandā"@nmg,
        "kinjarwanda"@nn,
        "Kinyarwanda"@no,
        "Rwandum"@nov,
        "Sekinyarwanda"@nso,
        "Thok ruaandani"@nus,
        "Orunyarwanda"@nyn,
        "କିନ୍ୟାରୱାଣ୍ଡା"@or,
        "kinya-ruanda"@pl,
        "Lenga Rwanda"@pms,
        "kinyarwanda"@pt,
        "Rwanda simi"@qu,
        "kinyarwanda"@rm,
        "Ikinyarwanda"@rn,
        "kinyarwanda"@ro,
        "Kinyarwanda"@rof,
        "Руанда"@ru,
        "Kinyarwanda"@rw,
        "Kyinyarwanda"@rwk,
        "Kinyarwanda"@saq,
        "Ishinyalwanda"@sbp,
        "kinyarwanda"@seh,
        "Rwanda senni"@ses,
        "Ruandäa"@sg,
        "ⵜⴰⵔⵓⵡⴰⵏⴷⵉⵜ"@shi,
        "taruwandit"@shi-Latn,
        "rwandčina"@sk,
        "ruandščina"@sl,
        "chiRwanda"@sn,
        "Rwanda"@so,
        "Кинјаруанда"@sr,
        "Kinjarvanda"@sr-Latn,
        "Rwanda"@sv,
        "Kinyarwanda"@sw,
        "Kinyarwanda"@swc,
        "Kinyarwanda"@swh,
        "கின்யாருவான்டா"@ta,
        "కిన్యర్వాండా"@te,
        "Kinyarwanda"@teo,
        "รวันดา"@th,
        "ኪንያርዋንድኛ"@tig,
        "lea fakaluanita"@to,
        "Ruandaca"@tr,
        "Rwanda senni"@twq,
        "Tarwandit"@tzm,
        "Руанда кыл"@udm,
        "кіньяруанда"@uk,
        "کینیاروانڈا"@ur,
        "ꕟꖙꕡ"@vai,
        "Rawunda"@vai-Latn,
        "Tiếng Kinyarwanda"@vi,
        "Kyinyarwanda"@vun,
        "Ruandiš"@wae,
        "Olunarwanda"@xog,
        "nuluándɛ́ɛ"@yav,
        "Èdè Ruwanda"@yo,
        "卢旺达语"@zh,
        "Kinyarwanda"@zsm,
        "isi-Kinyarwanda"@zu .

<http://lexvo.org/id/iso639-3/kor> a lvont:Language,
        skos:Concept ;
    lvont:isFocusOf <http://id.loc.gov/vocabulary/iso639-2/kor> ;
    lvont:iso6392BCode "kor"^^xsd:string ;
    lvont:iso6392TCode "kor"^^xsd:string ;
    lvont:iso639P1Code "ko"^^xsd:string ;
    lvont:iso639P3PCode "kor"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-2/kor>,
        <http://www.glottolog.org/resource/languoid/id/kore1280> ;
    owl:sameAs <http://dbpedia.org/resource/Korean_language>,
        <http://lexvo.org/id/iso639-1/ko>,
        <http://lexvo.org/id/wordnet/30/noun/korean_1_10_00>,
        <http://psi.oasis-open.org/iso/639/#kor>,
        <http://www.lingvoj.org/lang/ko>,
        <http://www.mpii.de/yago/resource/Korean_language>,
        <info:lc/vocabulary/languages/kor> ;
    skos:altLabel "ኮሪይኛ"@am,
        "لغة كورية"@ar,
        "Coreanu"@ast,
        "Koreya dili"@az,
        "Карэйская мова"@be,
        "Корейски език"@bg,
        "কোরীয় ভাষা"@bn,
        "Koreaneg"@br,
        "Coreà"@ca,
        "Korejština"@cs,
        "Koreansk"@da,
        "Koreanische Sprache"@de,
        "Korean language"@en,
        "Korea lingvo"@eo,
        "Idioma coreano"@es,
        "Korea keel"@et,
        "Koreera"@eu,
        "زبان کره‌ای"@fa,
        "کوریایی"@fa,
        "Korean kieli"@fi,
        "Koreanskt mál"@fo,
        "Coréen"@fr,
        "An Chóiréis"@ga,
        "Lingua coreana"@gl,
        "कोरियाई भाषा"@hi,
        "Korejski jezik"@hr,
        "Koreai nyelv"@hu,
        "Bahasa Korea"@id,
        "Kóreska"@is,
        "Lingua coreana"@it,
        "韓国語"@ja,
        "კორეული ენა"@ka,
        "Корей тілі"@kk,
        "Koreamiusut"@kl,
        "ភាសាកូរ៉េ"@km,
        "ಕೊರಿಯಾದ ಭಾಷೆ"@kn,
        "ພາສາເກົາຫຼີ"@lo,
        "Korėjiečių kalba"@lt,
        "Korejiešu valoda"@lv,
        "Корејски јазик"@mk,
        "कोरियन भाषा"@mr,
        "Koreansk"@nn,
        "Język koreański"@pl,
        "Língua coreana"@pt,
        "Limba coreeană"@ro,
        "Корейский язык"@ru,
        "Кэриэй тыла"@sah,
        "කොරියානු භාෂාව"@si,
        "Kórejčina"@sk,
        "Korejščina"@sl,
        "Gjuha koreane"@sq,
        "Корејски језик"@sr,
        "Koreanska"@sv,
        "கொரிய மொழி"@ta,
        "ภาษาเกาหลี"@th,
        "Корейська мова"@uk,
        "Tiếng Triều Tiên"@vi ;
    skos:definition "Korean (, see below) is the official language of South Korea and North Korea. It is also one of the two official languages in the Yanbian Korean Autonomous Prefecture in Peoples Republic of China. There are about 78 million Korean speakers worldwide. For over a millenium, Korean was written with adapted Chinese characters called hanja, complemented by phonetic systems like hyangchal, gugyeol, and idu. In the 15th century, a national writing system called hangul was commissioned by Sejong the Great, but it only came into widespread use in the 20th century, because of the yangban aristocracys preference for hanja."@en ;
    skos:inScheme lexvo: ;
    skos:notation "kor"^^xsd:string ;
    skos:prefLabel "Koreaans"@af,
        "kùulîa"@agq,
        "Korea kasa"@ak,
        "ኮሪያኛ"@am,
        "Idioma corián"@an,
        "الكورية"@ar,
        "Kikorea"@asa,
        "coreanu"@ast,
        "koreya dili"@az,
        "Hɔp u kɔrēà"@bas,
        "Koreano"@bcl,
        "карэйская"@be,
        "Карэйская мова"@be-tarask,
        "Ichi Koriani"@bem,
        "Hikorea"@bez,
        "корейски"@bg,
        "korekan"@bm,
        "কোরিয়ান"@bn,
        "ཁོ་རེ་ཡའི་སྐད།"@bo,
        "koreaneg"@br,
        "कोरीयन्"@brx,
        "korejski"@bs,
        "корејски"@bs-Cyrl,
        "ኮሪያኛ"@byn,
        "coreà"@ca,
        "Orukoreya"@cgg,
        "ᎪᎵᎥ"@chr,
        "韩文"@cmn,
        "韓文"@cmn-Hant,
        "korejština"@cs,
        "Kòrejańsczi jãzëk"@csb,
        "Corëeg"@cy,
        "koreansk"@da,
        "Kikorea"@dav,
        "Koreanisch"@de,
        "Koree senni"@dje,
        "ކޮރެޔާ ބަސް"@dv,
        "koree"@dyo,
        "ཀོ་རི་ཡཱན་ཁ"@dz,
        "Kĩkorea"@ebu,
        "koreagbe"@ee,
        "Κορεατικά"@el,
        "Korean"@en,
        "𐐗𐐬𐑉𐐨𐐲𐑌"@en-Dsrt,
        "korea"@eo,
        "coreano"@es,
        "korea"@et,
        "koreera"@eu,
        "Ǹkɔ́bɔ koréan"@ewo,
        "کره‌ای"@fa,
        "Koreere"@ff,
        "korea"@fi,
        "Korean"@fil,
        "koreanskt"@fo,
        "coréen"@fr,
        "corean"@fur,
        "Cóiréis"@ga,
        "朝鮮話"@gan,
        "Coireanais"@gd,
        "coreano"@gl,
        "Koreaanisch"@gsw,
        "કોરિયન"@gu,
        "Kikorea"@guz,
        "Harshen Koreya"@ha,
        "Tsêu-siên-ngî"@hak,
        "Kōlea"@haw,
        "קוריאנית"@he,
        "कोरीयन्"@hi,
        "Korean bhasa"@hif,
        "korejski"@hr,
        "Korejšćina"@hsb,
        "Lang kore"@ht,
        "koreai"@hu,
        "Կորեերեն"@hy,
        "coreano"@ia,
        "Korea"@id,
        "Koria"@ig,
        "Pagsasao a Koreano"@ilo,
        "Koreana linguo"@io,
        "kóreska"@is,
        "coreano"@it,
        "ᑯᕆᐊᑎᑐᑦ/kuriatituq"@iu,
        "朝鮮語"@ja,
        "Kyikorea"@jmc,
        "Basa Koréa"@jv,
        "კორეული"@ka,
        "Takurit"@kab,
        "Kikorea"@kam,
        "Chikolea"@kde,
        "kureanu"@kea,
        "Koree senni"@khq,
        "Kikorea"@ki,
        "кәріс"@kk,
        "koreamiusut"@kl,
        "kutitab Korea"@kln,
        "កូរ៉េ"@km,
        "ಕೋರಿಯನ್"@kn,
        "कोरियन्"@knn,
        "한국어"@ko,
        "کوریَن"@ks,
        "Kikolea"@ksb,
        "rikɔrɛɛ́"@ksf,
        "Korrejaanesch"@ksh,
        "Zimanê korêyî"@ku,
        "Koreek"@kw,
        "корейче"@ky,
        "Lingua Coreana"@la,
        "Kɨkoréa"@lag,
        "Lukoreya"@lg,
        "Koreaans"@li,
        "likoreya"@ln,
        "ໂກລຽນ"@lo,
        "korėjiečių"@lt,
        "Likoreya"@lu,
        "Kikorea"@luo,
        "Kikorea"@luy,
        "korejiešu"@lv,
        "L:韓語"@lzh,
        "nkʉtʉ́k ɔ́ɔ̄ lkorea"@mas,
        "Kĩkorea"@mer,
        "koreen"@mfe,
        "Koreanina"@mg,
        "Ikorea"@mgh,
        "Корей йылме"@mhr,
        "Reo Kōrea"@mi,
        "корејски"@mk,
        "കൊറിയൻ"@ml,
        "Солонгос хэл"@mn,
        "कोरियन"@mr,
        "Bahasa Korea"@ms,
        "Korejan"@mt,
        "korea"@mua,
        "ကိုးရီးယား"@my,
        "Coreatlahtōlli"@nah,
        "Tiâu-sián-gí"@nan,
        "Lengua coreana"@nap,
        "Koreaǁî gowab"@naq,
        "koreansk"@nb,
        "isi-Koriya"@nd,
        "Koreaansche Spraak"@nds,
        "कोरियाली"@ne,
        "Koreaans"@nl,
        "Kiɛl koré"@nmg,
        "koreansk"@nn,
        "Koreansk"@no,
        "Thok kuriani"@nus,
        "Orukoreya"@nyn,
        "Corean"@oc,
        "Afaan Korea"@om,
        "କୋରିଆନ୍"@or,
        "koreański"@pl,
        "Lenga corean"@pms,
        "کوریائی"@pnb,
        "کوريائي"@ps,
        "coreano"@pt,
        "Kuryu simi"@qu,
        "corean"@rm,
        "Ikinyakoreya"@rn,
        "coreeană"@ro,
        "Kikorea"@rof,
        "корейский"@ru,
        "Igikoreya"@rw,
        "Kyikorea"@rwk,
        "कोरियालि भाषा"@sa,
        "Кэриэйдии"@sah,
        "Kikorea"@saq,
        "Ishikoleya"@sbp,
        "Korean leid"@sco,
        "koreagiella"@se,
        "coreano"@seh,
        "Koree senni"@ses,
        "Koreyëen"@sg,
        "Korejski jezik"@sh,
        "ⵜⴰⴽⵓⵔⵉⵜ"@shi,
        "takurit"@shi-Latn,
        "කොරියානු"@si,
        "kórejčina"@sk,
        "korejščina"@sl,
        "chiKoria"@sn,
        "Kuuriyaan"@so,
        "Koreançe"@sq,
        "Корејски"@sr,
        "Korejski"@sr-Latn,
        "Se-korea"@st,
        "Basa Koréa"@su,
        "koreanska"@sv,
        "Kikorea"@sw,
        "Kikorea"@swc,
        "Kikorea"@swh,
        "கொரியன்"@ta,
        "కొరియన్"@te,
        "Kikorea"@teo,
        "Забони кореягӣ"@tg,
        "เกาหลี"@th,
        "ኮሪያኛ"@ti,
        "ኮሪያኛ"@tig,
        "Koreý dili"@tk,
        "Wikang Koreano"@tl,
        "Se Korea"@tn,
        "lea fakakōlea"@to,
        "Korece"@tr,
        "Xikorea"@ts,
        "Корей теле"@tt,
        "Koree senni"@twq,
        "Takurit"@tzm,
        "كورىيەچە"@ug,
        "корейська"@uk,
        "کورین"@ur,
        "ꖏꔸꘂꘋ"@vai,
        "Koríyɛŋ"@vai-Latn,
        "Tiếng Hàn Quốc"@vi,
        "Korea kiil"@vro,
        "Kyikorea"@vun,
        "Koreaniš"@wae,
        "Kinoreano nga pinulongan"@war,
        "Isi-Korean"@xh,
        "კორეული ნინა"@xmf,
        "Olukoreya"@xog,
        "kolíe"@yav,
        "Èdè Koria"@yo,
        "韓文"@yue,
        "朝鮮語"@zh,
        "Korea"@zsm,
        "isi-Korean"@zu .

<http://lexvo.org/id/iso639-3/lao> a lvont:Language,
        skos:Concept ;
    lvont:isFocusOf <http://id.loc.gov/vocabulary/iso639-2/lao> ;
    lvont:iso6392BCode "lao"^^xsd:string ;
    lvont:iso6392TCode "lao"^^xsd:string ;
    lvont:iso639P1Code "lo"^^xsd:string ;
    lvont:iso639P3PCode "lao"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-2/lao>,
        <http://www.glottolog.org/resource/languoid/id/laoo1244> ;
    owl:sameAs <http://dbpedia.org/resource/Lao_language>,
        <http://lexvo.org/id/iso639-1/lo>,
        <http://lexvo.org/id/wordnet/30/noun/lao_1_10_00>,
        <http://psi.oasis-open.org/iso/639/#lao>,
        <http://www.lingvoj.org/lang/lo>,
        <http://www.mpii.de/yago/resource/Lao_language>,
        <info:lc/vocabulary/languages/lao> ;
    skos:altLabel "اللاوية"@ar,
        "Лаоски език"@bg,
        "লাও ভাষা"@bn,
        "Laosià"@ca,
        "Laoština"@cs,
        "Laoeg"@cy,
        "Laotische Sprache"@de,
        "Lao language"@en,
        "Laosa lingvo"@eo,
        "Idioma lao"@es,
        "Laosera"@eu,
        "Laon kieli"@fi,
        "Lao"@fr,
        "Lingua laosiana"@gl,
        "לאית"@he,
        "लाओथीयन्"@hi,
        "Laoski jezik"@hr,
        "Lao nyelv"@hu,
        "Bahasa Laos"@id,
        "Lingua lao"@it,
        "ラーオ語"@ja,
        "Лаос тілі"@kk,
        "ພາສາລາວ"@lo,
        "laosiečių"@lt,
        "Laosiešu valoda"@lv,
        "Лаошки јазик"@mk,
        "लाओ भाषा"@mr,
        "Język laotański"@pl,
        "Língua laociana"@pt,
        "Limba laoțiană"@ro,
        "Лаосский язык"@ru,
        "Laoština"@sk,
        "Лаоски језик"@sr,
        "laotiska"@sv,
        "இலவோத்திய மொழி"@ta,
        "ภาษาลาว"@th,
        "Лаоська мова"@uk ;
    skos:definition "Lao or Laotian (ພາສາລາວ, BGN/PCGN: phasa lao, ) is a tonal language of the Tai–Kadai language family. It is the official language of Laos, and also spoken in the northeast of Thailand, where it is usually referred to as the Isan language. Being the primary language of the Lao people, Lao is also an important second language for the multitude of ethnic groups in Laos and in Isan. Lao, like all languages in Laos, is written in an abugida script. Although there is no official standard, the Vientiane dialect has become the de facto standard."@en ;
    skos:inScheme lexvo: ;
    skos:notation "lao"^^xsd:string ;
    skos:prefLabel "Lao"@af,
        "ላውስኛ"@am,
        "لاو"@ar,
        "laosianu"@ast,
        "laos dili"@az,
        "лаоская"@be,
        "лаоски"@bg,
        "লাও"@bn,
        "laoseg"@br,
        "लाओसीयन्"@brx,
        "laoški"@bs,
        "лаоски"@bs-Cyrl,
        "ላውስኛ"@byn,
        "laosià"@ca,
        "老挝文"@cmn,
        "寮國文"@cmn-Hant,
        "laoština"@cs,
        "Lao"@cy,
        "laotisk"@da,
        "Laotisch"@de,
        "ལཱ་ཝོས་ཁ"@dz,
        "laogbe"@ee,
        "Λαοθιανά"@el,
        "Lao"@en,
        "𐐢𐐵"@en-Dsrt,
        "laŭa"@eo,
        "laosiano"@es,
        "lao"@et,
        "laosera"@eu,
        "لائوسی"@fa,
        "lao"@fi,
        "Lao"@fil,
        "laotiskt"@fo,
        "lao"@fr,
        "lao"@fur,
        "Laosais"@ga,
        "Làtho"@gd,
        "laotiano"@gl,
        "Laozisch"@gsw,
        "લાઓથિયન"@gu,
        "Laothian"@ha,
        "לאו"@he,
        "लाओ भाषा"@hi,
        "Lao language"@hif,
        "laoski"@hr,
        "laoszi"@hu,
        "Լաոսերեն"@hy,
        "laotiano"@ia,
        "Lao"@id,
        "laó"@is,
        "lao"@it,
        "ラオ語"@ja,
        "ლაოსური"@ka,
        "lausianu"@kea,
        "лаос"@kk,
        "លាវ"@km,
        "ಲಾವೋ"@kn,
        "लाओतियन्"@knn,
        "라오어"@ko,
        "لاو"@ks,
        "Lahootesch"@ksh,
        "Лаос кыв"@kv,
        "ລາວ"@lo,
        "Lao"@lt,
        "laosiešu"@lv,
        "лао"@mk,
        "ലാവോ"@ml,
        "लाओ"@mr,
        "Bahasa Lao"@ms,
        "Lao"@mt,
        "လာအို"@my,
        "laotisk"@nb,
        "लाओ"@ne,
        "लाओ भाषा"@new,
        "Laotiaans"@nl,
        "laotisk"@nn,
        "Laotisk"@no,
        "ଲାଓ"@or,
        "laotański"@pl,
        "Lenga lao"@pms,
        "لويتين"@ps,
        "laosiano"@pt,
        "Law simi"@qu,
        "laot"@rm,
        "laoțiană"@ro,
        "лаосский"@ru,
        "Ikilawotiyani"@rw,
        "Lao leid"@sco,
        "laogiella"@se,
        "ලාවෝ"@si,
        "laoština"@sk,
        "laoščina"@sl,
        "Laothian"@so,
        "Laosisht"@sq,
        "Лаоски"@sr,
        "Laoški"@sr-Latn,
        "Lao"@sv,
        "Kilaosi"@swh,
        "லோத்தியன்"@ta,
        "లాఓ"@te,
        "Лаосӣ"@tg,
        "ลาว"@th,
        "ላውስኛ"@tig,
        "lea fakalau"@to,
        "Laoca"@tr,
        "لائوس تىلى"@ug,
        "лаоська"@uk,
        "لاؤشِیَن"@ur,
        "Tiếng Lào"@vi,
        "Laotiš"@wae,
        "IsiLoathian"@xh,
        "老挝语"@zh,
        "Laos"@zsm,
        "i-Lao"@zu .

<http://lexvo.org/id/iso639-3/lit> a lvont:Language,
        skos:Concept ;
    lvont:isFocusOf <http://id.loc.gov/vocabulary/iso639-2/lit> ;
    lvont:iso6392BCode "lit"^^xsd:string ;
    lvont:iso6392TCode "lit"^^xsd:string ;
    lvont:iso639P1Code "lt"^^xsd:string ;
    lvont:iso639P3PCode "lit"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-2/lit>,
        <http://www.glottolog.org/resource/languoid/id/lith1251> ;
    owl:sameAs <http://dbpedia.org/resource/Lithuanian_language>,
        <http://lexvo.org/id/iso639-1/lt>,
        <http://lexvo.org/id/wordnet/30/noun/lithuanian_1_10_00>,
        <http://psi.oasis-open.org/iso/639/#lit>,
        <http://www.lingvoj.org/lang/lt>,
        <http://www.mpii.de/yago/resource/Lithuanian_language>,
        <info:lc/vocabulary/languages/lit> ;
    skos:altLabel "لغة لتوانية"@ar,
        "Lituanu"@ast,
        "Litva dili"@az,
        "Літоўская мова"@be,
        "Литовски език"@bg,
        "Litvanski jezik"@bs,
        "Lituà"@ca,
        "Litevština"@cs,
        "Litauisk"@da,
        "Litauische Sprache"@de,
        "Λιθουανική γλώσσα"@el,
        "Lithuanian language"@en,
        "Litova lingvo"@eo,
        "Idioma lituano"@es,
        "Leedu keel"@et,
        "Lituaniera"@eu,
        "زبان لیتوانیایی"@fa,
        "Liettuan kieli"@fi,
        "Lituanien"@fr,
        "An Liotuáinis"@ga,
        "Liotuànais"@gd,
        "Lingua lituana"@gl,
        "Litavski jezik"@hr,
        "Litván nyelv"@hu,
        "Bahasa Lituavi"@id,
        "Litháíska"@is,
        "Lingua lituana"@it,
        "ლიტვური ენა"@ka,
        "Литва тілі"@kk,
        "Litauenimiutut"@kl,
        "Lietuvių kalba"@lt,
        "Lietuviešu valoda"@lv,
        "Литвански јазик"@mk,
        "लिथुएनियन भाषा"@mr,
        "Litauisk"@nn,
        "Język litewski"@pl,
        "Língua lituana"@pt,
        "Limba lituaniană"@ro,
        "Литовский язык"@ru,
        "Liettuvagiella"@se,
        "Litovčina"@sk,
        "Litovščina"@sl,
        "Gjuha lituane"@sq,
        "Литвански језик"@sr,
        "Litauiska"@sv,
        "இலித்துவானிய மொழி"@ta,
        "Забони литвонӣ"@tg,
        "ภาษาลิทัวเนีย"@th,
        "Litvanyaca"@tr,
        "Литовська мова"@uk,
        "Tiếng Lít-va"@vi,
        "Èdè Lithuania"@yo,
        "IsiLithuwaniya"@zu ;
    skos:definition "Lithuanian (lietuvių kalba) is the official state language of Lithuania and is recognized as one of the official languages of the European Union. There are about 2.9 million native Lithuanian speakers in Lithuania and about 300 000 abroad. Lithuanian is a Baltic language, closely related to Latvian, although they are not mutually intelligible. It is written in an adapted version of the Roman script. The Lithuanian language is believed to be the most conservative living Indo-European language, retaining many features of Proto Indo-European now lost in other Indo-European languages."@en ;
    skos:inScheme lexvo: ;
    skos:notation "lit"^^xsd:string ;
    skos:prefLabel "Litaus"@af,
        "ሉቴንያንኛ"@am,
        "Idioma lituán"@an,
        "Liþþuanisc sprǣc"@ang,
        "اللتوانية"@ar,
        "lituanu"@ast,
        "Lituaña aru"@ay,
        "litva dili"@az,
        "літоўская"@be,
        "Летувіская мова"@be-tarask,
        "литовски"@bg,
        "লিথুয়েনীয"@bn,
        "lituaneg"@br,
        "लिथुआनियन्"@brx,
        "litvanski"@bs,
        "литвански"@bs-Cyrl,
        "ሊቱአኒያን"@byn,
        "lituà"@ca,
        "Litovhoyn mott"@ce,
        "Pinulongang Litwano"@ceb,
        "立陶宛文"@cmn,
        "立陶宛文"@cmn-Hant,
        "litevština"@cs,
        "Lëtewsczi jãzëk"@csb,
        "Литва чĕлхи"@cv,
        "Lithwaneg"@cy,
        "litauisk"@da,
        "Litauisch"@de,
        "ལི་ཐུ་ཝེ་ནི་ཡཱན་ཁ"@dz,
        "lithuaniagbe"@ee,
        "Λιθουανικά"@el,
        "Lithuanian"@en,
        "litova"@eo,
        "lituano"@es,
        "leedu"@et,
        "lituaniera"@eu,
        "لیتوانیایی"@fa,
        "liettua"@fi,
        "Lithuanian"@fil,
        "litavskt"@fo,
        "lituanien"@fr,
        "lituan"@fur,
        "Litousk"@fy,
        "Liotuáinis"@ga,
        "Liotuainis"@gd,
        "lituano"@gl,
        "Litauisch"@gsw,
        "લિથુનિયન"@gu,
        "Litaanish"@gv,
        "Lituweniyanci"@ha,
        "ליטאית"@he,
        "लिथुनियन्"@hi,
        "litvanski"@hr,
        "Litawšćina"@hsb,
        "litván"@hu,
        "Լիտվերեն"@hy,
        "lithuano"@ia,
        "Lituavi"@id,
        "Lituaniana linguo"@io,
        "litháíska"@is,
        "lituano"@it,
        "リトアニア語"@ja,
        "ლიტვური"@ka,
        "Talitwanit"@kab,
        "lituanes"@kea,
        "литва"@kk,
        "litauenimiutut"@kl,
        "លីទុយអានី"@km,
        "ಲಿಥುವೇನಿಯನ್"@kn,
        "लिथुआनियन्"@knn,
        "리투아니아어"@ko,
        "لِتھوانِیَن"@ks,
        "Littouesch"@ksh,
        "Zimanê lîtvanî"@ku,
        "Литва кыв"@kv,
        "Lithywanek"@kw,
        "литвача"@ky,
        "Lingua Lithuanica"@la,
        "Litauesch"@lb,
        "Litouws"@li,
        "Lengua lituana"@lij,
        "ລີທົວນຽນ"@lo,
        "lietuvių"@lt,
        "Lietoviu kalba"@lt-x,
        "lietuviešu"@lv,
        "Литванонь кяль"@mdf,
        "Литва йылме"@mhr,
        "Reo Rituānia"@mi,
        "литвански"@mk,
        "ലിത്വേനിയൻ"@ml,
        "Литва хэл"@mn,
        "लिथुआनियन"@mr,
        "Bahasa Lithuania"@ms,
        "Litwanjan"@mt,
        "litauisk"@nb,
        "Litausche Spraak"@nds,
        "लिथुआनियाली"@ne,
        "Litouws"@nl,
        "litauisk"@nn,
        "Litauisk"@no,
        "Lituanian"@oc,
        "Afaan Liituniyaa"@om,
        "ଲିଥୁଆନିଆନ୍"@or,
        "Литоваг æвзаг"@os,
        "Lithyuanyan"@pih,
        "litewski"@pl,
        "Lenga lituan-a"@pms,
        "لتھوانی"@pnb,
        "ليتواني"@ps,
        "lituano"@pt,
        "Lituwa simi"@qu,
        "lituan"@rm,
        "lituaniană"@ro,
        "литовский"@ru,
        "Ikilituwaniya"@rw,
        "Lithuanie leid"@sco,
        "liettuvagiella"@se,
        "Litvanski jezik"@sh,
        "ලිතුවේනියානු"@si,
        "litovčina"@sk,
        "litovščina"@sl,
        "Lituwaanays"@so,
        "Lituanisht"@sq,
        "Литвански"@sr,
        "Litvanski"@sr-Latn,
        "Se-Lithuano"@st,
        "litauiska"@sv,
        "Kilituanya"@sw,
        "Kilithuania"@swh,
        "Litewsko godka"@szl,
        "லிதுவேனியன்"@ta,
        "లిథుయేనియన్"@te,
        "Литвонӣ"@tg,
        "ลิทัวเนีย"@th,
        "ሊቱአኒየን"@ti,
        "ሊቱአኒያን"@tig,
        "Wikang Litwano"@tl,
        "Lithuanian"@tn,
        "lea fakalifiuenia"@to,
        "Tok Lituwenia"@tpi,
        "Litvanca"@tr,
        "hi xi Lithuania"@ts,
        "Литвалылар теле"@tt,
        "Литва кыл"@udm,
        "لىتۋا تىلى"@ug,
        "литовська"@uk,
        "لتھُواینین"@ur,
        "Tiếng Litva"@vi,
        "Litauiš"@wae,
        "Linituano"@war,
        "Isi-Lithuanian"@xh,
        "ליטוויש"@yi,
        "Èdè Lietuviu"@yo,
        "立陶宛语"@zh,
        "Lithuania"@zsm,
        "isi-Lithuanian"@zu .

<http://lexvo.org/id/iso639-3/ltz> a lvont:Language,
        skos:Concept ;
    lvont:isFocusOf <http://id.loc.gov/vocabulary/iso639-2/ltz> ;
    lvont:iso6392BCode "ltz"^^xsd:string ;
    lvont:iso6392TCode "ltz"^^xsd:string ;
    lvont:iso639P1Code "lb"^^xsd:string ;
    lvont:iso639P3PCode "ltz"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-2/ltz>,
        <http://www.glottolog.org/resource/languoid/id/luxe1241> ;
    owl:sameAs <http://dbpedia.org/resource/Luxembourgish_language>,
        <http://lexvo.org/id/iso639-1/lb>,
        <http://psi.oasis-open.org/iso/639/#ltz>,
        <http://www.lingvoj.org/lang/lb>,
        <http://www.mpii.de/yago/resource/Luxembourgish_language>,
        <info:lc/vocabulary/languages/ltz> ;
    skos:altLabel "لغة لوكسمبورغية"@ar,
        "Luxemburgués"@ast,
        "Lüksemburq dili"@az,
        "Люксембургски език"@bg,
        "Luksembourgeg"@br,
        "Luxemburguès"@ca,
        "Lucemburština"@cs,
        "Luxembourgsk"@da,
        "Luxemburgische Sprache"@de,
        "Λουξεμβουργιανή γλώσσα"@el,
        "Luxembourgish"@en,
        "Luxembourgish language"@en,
        "Luksemburga lingvo"@eo,
        "Idioma luxemburgués"@es,
        "Letseburgi keel"@et,
        "Luxenburgera"@eu,
        "زبان لوکزامبورگی"@fa,
        "Luxemburgin kieli"@fi,
        "Luxembourgeois"@fr,
        "An Lucsambuirgis"@ga,
        "Lugsamburgais"@gd,
        "Lingua luxemburguesa"@gl,
        "Luksemburški jezik"@hr,
        "Luxemburgi nyelv"@hu,
        "Bahasa Luksemburg"@id,
        "Lúxemborgíska"@is,
        "Lingua lussemburghese"@it,
        "ლუქსემბურგული ენა"@ka,
        "Liuksemburgiečių kalba"@lt,
        "Luksemburgiešu valoda"@lv,
        "लक्झेंबर्गिश भाषा"@mr,
        "Język luksemburski"@pl,
        "Língua luxemburguesa"@pt,
        "Limba luxemburgheză"@ro,
        "Люксембургский язык"@ru,
        "Luxemburggagiella"@se,
        "Luxemburčina"@sk,
        "Luksemburščina"@sl,
        "Луксембуршки језик"@sr,
        "Luxemburgiska"@sv,
        "இலுகுசெம்பூர்கிய மொழி"@ta,
        "Люксембурзька мова"@uk ;
    skos:definition "Luxembourgish (Lëtzebuergesch; , , , ) is a High German language spoken mainly in Luxembourg. About 320,000 people worldwide speak Luxembourgish."@en ;
    skos:inScheme lexvo: ;
    skos:notation "ltz"^^xsd:string ;
    skos:prefLabel "Luxemburgs"@af,
        "ሉክዘምበርገርኛ"@am,
        "Idioma luxemburgués"@an,
        "اللوكسمبرجية"@ar,
        "luxemburgués"@ast,
        "luksemburq dili"@az,
        "Luxnbuagisch"@bar,
        "Люксембургская мова"@be,
        "Люксэмбурская мова"@be-tarask,
        "люксембургски"@bg,
        "লুক্সেমবার্গীয়"@bn,
        "luksembourgeg"@br,
        "लुक्समबुर्गी"@brx,
        "luksemburški"@bs,
        "луксембуршки"@bs-Cyrl,
        "luxemburguès"@ca,
        "卢森堡文"@cmn,
        "盧森堡文"@cmn-Hant,
        "Lingua lussemburghese"@co,
        "lucemburština"@cs,
        "Lwcsembwrgeg"@cy,
        "luxembourgsk"@da,
        "Luxemburgisch"@de,
        "ལག་ཛམ་བོརྒ་ཁ"@dz,
        "laksembɔggbe"@ee,
        "Λουξεμβουργικά"@el,
        "Letzeburgesch"@en,
        "𐐢𐐲𐐿𐑅𐐯𐑋𐐺𐐲𐑉𐑀𐐮𐑇"@en-Dsrt,
        "luksemburga"@eo,
        "luxemburgués"@es,
        "letseburgi"@et,
        "luxenburgera"@eu,
        "لوگزامبورگی"@fa,
        "luxemburg"@fi,
        "Luxembourgish"@fil,
        "luxemburgiskt"@fo,
        "luxembourgeois"@fr,
        "lussemburghês"@fur,
        "Leitseabuirgis"@ga,
        "Lucsamburgais"@gd,
        "luxemburgués"@gl,
        "Luxemburgisch"@gsw,
        "Luxemburgisch"@gsw-FR,
        "લક્ઝેમબર્ગિશ"@gu,
        "לוקסמבורגית"@he,
        "लक्ष्ज़ेमबर्गिश"@hi,
        "luksemburški"@hr,
        "luxemburgi"@hu,
        "Լյուքսեմբուրգերեն"@hy,
        "Luksemburg"@id,
        "Luxemburgiana linguo"@io,
        "lúxemborgíska"@is,
        "lussemburghese"@it,
        "ルクセンブルク語"@ja,
        "ლუქსემბურგული"@ka,
        "Taluksemburgit"@kab,
        "luxemburges"@kea,
        "Люксембург"@kk,
        "លុចហ្សំបួរ"@km,
        "ಲಕ್ಸಂಬರ್ಗ್"@kn,
        "룩셈부르크어"@ko,
        "لُکھزیمبورگِش"@ks,
        "Luxemborjesch"@ksh,
        "Люксембург кыв"@kv,
        "Lushaborgek"@kw,
        "Lingua Luxemburgica"@la,
        "Lëtzebuergesch"@lb,
        "Luxemburgs"@li,
        "Lengua luxemburgheise"@lij,
        "ລັກເຊມເບີກ"@lo,
        "liuksemburgiečių"@lt,
        "luksemburgiešu"@lv,
        "Люксембург йылме"@mhr,
        "луксембуршки"@mk,
        "ലക്സംബർഗിഷ്"@ml,
        "लक्झेंबर्गिश"@mr,
        "Bahasa Luxembourg"@ms,
        "Letżburgiż"@mt,
        "luxemburgsk"@nb,
        "Luxembörgs"@nds,
        "लक्जेम्बर्गिस"@ne,
        "Luxemburgs"@nl,
        "luxemburgsk"@nn,
        "Luxembourgsk"@no,
        "ଲକ୍ସେମବର୍ଗିସ୍"@or,
        "luksemburski"@pl,
        "Lenga lussemborghèisa"@pms,
        "لکسمبورگی"@pnb,
        "luxemburguês"@pt,
        "luxemburgais"@rm,
        "luxemburgheză"@ro,
        "люксембургский"@ru,
        "luxemburggagiella"@se,
        "Luksemburški jezik"@sh,
        "ලක්සැම්බර්ග්"@si,
        "luxemburčina"@sk,
        "luksemburščina"@sl,
        "Gjuha luksemburgeze"@sq,
        "Луксембуршки"@sr,
        "Luksemburški"@sr-Latn,
        "luxemburgiska"@sv,
        "Kilasembagi"@swh,
        "லக்க்ஷெம்பர்கிஷ்"@ta,
        "లుక్సంబర్గిష్"@te,
        "ลักเซมเบิร์ก"@th,
        "lea fakalakisimipeki"@to,
        "Lüksemburgca"@tr,
        "ليۇكسېمبۇرگ تىلى"@ug,
        "люксембурзька"@uk,
        "لگژمبرگ کا باشندہ"@ur,
        "Tiếng Luxembourg"@vi,
        "Lussimbordjwès"@wa,
        "Luxemburgiš"@wae,
        "לוקסעמבורגיש"@yi,
        "盧森堡話"@yue,
        "卢森堡语"@zh,
        "Luxembourg"@zsm,
        "isi-Luxembourgish"@zu .

<http://lexvo.org/id/iso639-3/lua> a lvont:Language,
        skos:Concept ;
    lvont:isFocusOf <http://id.loc.gov/vocabulary/iso639-2/lua> ;
    lvont:iso6392BCode "lua"^^xsd:string ;
    lvont:iso6392TCode "lua"^^xsd:string ;
    lvont:iso639P3PCode "lua"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-2/lua>,
        <http://www.glottolog.org/resource/languoid/id/luba1249> ;
    owl:sameAs <http://dbpedia.org/resource/Luba-Kasai_language>,
        <http://lexvo.org/id/wordnet/30/noun/luba_1_10_00>,
        <http://psi.oasis-open.org/iso/639/#lua>,
        <http://www.lingvoj.org/lang/lua>,
        <http://www.mpii.de/yago/resource/Luba-Kasai_language>,
        <info:lc/vocabulary/languages/lua> ;
    skos:altLabel "لغة تشيلوبا"@ar,
        "Luba-Lulua"@de,
        "Luba-Kasai language"@en,
        "Idioma chiluba"@es,
        "Luban kieli"@fi,
        "luba-lulua"@fr,
        "ルバ・ルルア語"@ja,
        "루바-룰루아어"@ko,
        "Ciluba"@ln,
        "Luba-Lulua"@nl,
        "luba-lulua"@pl,
        "Língua tshiluba"@pt,
        "луба-лулуа"@ru ;
    skos:definition "Luba-Kasai (also called Luba-Lulua, Western Luba, Kasai, Luva, and Tshiluba) is a Bantu language spoken in the Democratic Republic of the Congo, where it is a national language, along with Lingala, Swahili, and Kikongo. It is one of two major Congolese languages called \"Luba\". (See Luba-Katanga.)"@en ;
    skos:inScheme lexvo: ;
    skos:notation "lua"^^xsd:string ;
    skos:prefLabel "Luba-Lulua"@af,
        "ሉባ-ሉሏ"@am,
        "اللبا-لؤلؤ"@ar,
        "luba-lulua dili"@az,
        "луба-лулуа"@bg,
        "লুবা-লুলুয়া"@bn,
        "luba-lulua"@br,
        "लुबा लुलुआ"@brx,
        "luba-lulua"@bs,
        "луба-лулуа"@bs-Cyrl,
        "luba-lulua"@ca,
        "鲁巴鲁瓦文"@cmn,
        "魯巴魯魯亞文"@cmn-Hant,
        "luba-luluaština"@cs,
        "luba-Lulua"@da,
        "Tschiluba"@de,
        "luba-lulugbe"@ee,
        "Λούμπα-Λουλούα"@el,
        "Luba-Lulua"@en,
        "Luba lingvo"@eo,
        "luba-lulua"@es,
        "luba-lulua"@et,
        "Luba-lulua"@eu,
        "لوبایی‐لولوا"@fa,
        "luluanluba"@fi,
        "Luba-Lulua"@fil,
        "Tshiluba"@fr,
        "Luba-Lulua"@gl,
        "Luba-Lulua"@gsw,
        "લ્યૂબા-લુલુઆ"@gu,
        "לובה-לולואה"@he,
        "ल्यूबा-लुलुआ"@hi,
        "luba-lulua"@hr,
        "luba-lulua"@hu,
        "Luba-Lulua"@id,
        "luba-lulua"@is,
        "luba-lulua"@it,
        "ルバ語"@ja,
        "ಲುಬ-ಲುಲಾ"@kn,
        "루바어"@ko,
        "لوٗبا لوٗلُوا"@ks,
        "ciluba"@ln,
        "ລູບາ-ລູລົວ"@lo,
        "luba lulua"@lt,
        "lubalulva"@lv,
        "луба-лулуа"@mk,
        "ലൂബ-ലുലുവ"@ml,
        "लुबा-लुलुआ"@mr,
        "Luba-Luluwa"@mt,
        "luba-lulua"@nb,
        "Tshiluba"@nl,
        "luba-lulua"@nn,
        "Luba"@no,
        "Lubum"@nov,
        "ଲୁବା-ଲୁଲୁଆ"@or,
        "Luba"@pl,
        "Lenga Luba-kasai"@pms,
        "luba-lulua"@pt,
        "Luba simi"@qu,
        "luba-lulua"@rm,
        "luba-lulua"@ro,
        "Луба"@ru,
        "luba-luluánčina"@sk,
        "luba-lulua"@sl,
        "Луба-лулуа"@sr,
        "Luba-lulua"@sr-Latn,
        "luba-lulua"@sv,
        "Kiluba-Kasai"@sw,
        "Kiluba-Lulua"@swh,
        "லுபா-லுலுலா"@ta,
        "లుబా-లులువ"@te,
        "ลูบา-ลูลัว"@th,
        "lea fakalupa-lulua"@to,
        "Luba-Lulua"@tr,
        "луба-лулуа"@uk,
        "لیوبا لولوآ"@ur,
        "Tiếng Luba-Lulua"@vi,
        "Tchilouba"@wa,
        "Luba-Lulua"@zsm,
        "Isi-Luba-Lulua"@zu .

<http://lexvo.org/id/iso639-3/lub> a lvont:Language,
        skos:Concept ;
    lvont:isFocusOf <http://id.loc.gov/vocabulary/iso639-2/lub> ;
    lvont:iso6392BCode "lub"^^xsd:string ;
    lvont:iso6392TCode "lub"^^xsd:string ;
    lvont:iso639P1Code "lu"^^xsd:string ;
    lvont:iso639P3PCode "lub"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-2/lub>,
        <http://www.glottolog.org/resource/languoid/id/luba1250> ;
    owl:sameAs <http://dbpedia.org/resource/Luba-Katanga_language>,
        <http://lexvo.org/id/iso639-1/lu>,
        <http://psi.oasis-open.org/iso/639/#lub>,
        <http://www.lingvoj.org/lang/lu>,
        <http://www.lingvoj.org/lang/lub>,
        <http://www.mpii.de/yago/resource/Luba-Katanga_language>,
        <info:lc/vocabulary/languages/lub> ;
    skos:altLabel "Luba-Katanga"@de,
        "Luba-Katanga language"@en,
        "Kiluba"@ln,
        "Луба-катанга"@ru ;
    skos:definition "Luba-Katanga, also known as Luba-Shaba and Kiluba, is one of two major Bantu language spoken in the Democratic Republic of the Congo called \"Luba\". (See Luba-Kasai.) It is spoken mostly in the south-east area of the country by the Luba people."@en ;
    skos:inScheme lexvo: ;
    skos:notation "lub"^^xsd:string ;
    skos:prefLabel "اللبا-كاتانجا"@ar,
        "luba-katanqa dili"@az,
        "луба катанга"@bg,
        "লুবা-কাটাঙ্গা"@bn,
        "luba-katanga"@br,
        "लुबा कटांगा"@brx,
        "luba-katanga"@bs,
        "луба-катанга"@bs-Cyrl,
        "luba katanga"@ca,
        "鲁巴加丹加文"@cmn,
        "魯巴加丹加文"@cmn-Hant,
        "lubu-katanžština"@cs,
        "luba-Katanga"@da,
        "Kiluba"@de,
        "luba-katangagbe"@ee,
        "Λούμπα-Κατάνγκα"@el,
        "Luba-Katanga"@en,
        "luba-katanga"@es,
        "luba"@et,
        "لوبایی‐کاتانگا"@fa,
        "katanganluba"@fi,
        "luba-katanga"@fr,
        "Luba"@gsw,
        "લ્યૂબા કટાંગા"@gu,
        "לובה-קטנגה"@he,
        "ल्यूबा-कटांगा"@hi,
        "luba-katanga"@hr,
        "luba-katanga"@hu,
        "Luba-Katanga"@id,
        "lúbakatanga"@is,
        "luba-katanga"@it,
        "ルバ・カタンガ語"@ja,
        "Kiluba"@kg,
        "ಲೂಬಾ-ಕಟಾಂಗಾ"@kn,
        "루바-카탄가어"@ko,
        "لوُبا کَتَنٛگا"@ks,
        "kiluba"@ln,
        "ລູບາ-ຄາຕັງກາ"@lo,
        "luba katanga"@lt,
        "Tshiluba"@lu,
        "lubakatanga"@lv,
        "луба-катанга"@mk,
        "ലുബ-കറ്റംഗ"@ml,
        "ल्यूबा-कटांगा"@mr,
        "Luba-Katanga"@mt,
        "luba-katanga"@nb,
        "Luba-Katanga"@nl,
        "luba-katanga"@nn,
        "ଲ୍ୟୁବା-କାଟାଙ୍ଗା"@or,
        "luba-katanga"@pl,
        "Lenga Luba-katanga"@pms,
        "luba-catanga"@pt,
        "luba-katanga"@rm,
        "luba-katanga"@ro,
        "луба-катанга"@ru,
        "Ikiluba"@rw,
        "luba-katanga"@sk,
        "luba-katanga"@sl,
        "Луба-катанга"@sr,
        "Luba-katanga"@sr-Latn,
        "luba-katanga"@sv,
        "Kiluba-Katanga"@sw,
        "Kiluba-Katanga"@swh,
        "லுபா-கடாங்கா"@ta,
        "లూబ-కటాంగ"@te,
        "ลูบา-กาตองกา"@th,
        "lea fakalupa-katanga"@to,
        "Luba-Katanga"@tr,
        "луба-катанга"@uk,
        "Tiếng Luba-Katanga"@vi .

<http://lexvo.org/id/iso639-3/lug> a lvont:Language,
        skos:Concept ;
    lvont:isFocusOf <http://id.loc.gov/vocabulary/iso639-2/lug> ;
    lvont:iso6392BCode "lug"^^xsd:string ;
    lvont:iso6392TCode "lug"^^xsd:string ;
    lvont:iso639P1Code "lg"^^xsd:string ;
    lvont:iso639P3PCode "lug"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-2/lug>,
        <http://www.glottolog.org/resource/languoid/id/gand1255> ;
    owl:sameAs <http://dbpedia.org/resource/Luganda>,
        <http://lexvo.org/id/iso639-1/lg>,
        <http://psi.oasis-open.org/iso/639/#lug>,
        <http://www.lingvoj.org/lang/lg>,
        <http://www.mpii.de/yago/resource/Luganda>,
        <info:lc/vocabulary/languages/lug> ;
    skos:altLabel "Gandaeg"@br,
        "Ganda"@ca,
        "Gandština"@cs,
        "Ganda-Sprache"@de,
        "Luganda"@en,
        "Idioma luganda"@es,
        "Gandan kieli"@fi,
        "Luganda"@fr,
        "Lingua luganda"@gl,
        "לוגנדה"@he,
        "Bahasa Luganda"@id,
        "Lingua luganda"@it,
        "ルガンダ語"@ja,
        "Luganda"@nl,
        "Język luganda"@pl,
        "Língua luganda"@pt,
        "luganda"@pt,
        "Ganda"@ro,
        "Луганда"@ru,
        "Luganda"@sv,
        "ஒலுகாந்த மொழி"@ta,
        "Луганда"@uk ;
    skos:definition "Ganda, or Luganda (Ganda: Oluganda ), is the major language of Uganda, spoken by over sixteen million Ganda and other people mainly in Southern Uganda, including the capital Kampala. It belongs to the Bantu branch of the Niger–Congo language family. Typologically, it is a highly agglutinating language with subject–verb–object word order and nominative–accusative morphosyntactic alignment."@en ;
    skos:inScheme lexvo: ;
    skos:notation "lug"^^xsd:string ;
    skos:prefLabel "Ganda"@af,
        "ጋንዳኛ"@am,
        "الجاندا"@ar,
        "qanda dili"@az,
        "ганда"@bg,
        "গ্যান্ডা"@bn,
        "ganda"@br,
        "गांडा"@brx,
        "ganda"@bs,
        "ганда"@bs-Cyrl,
        "ganda"@ca,
        "卢干达文"@cmn,
        "干達文"@cmn-Hant,
        "gandština"@cs,
        "Ganda"@cy,
        "ganda"@da,
        "Luganda"@de,
        "Γκάντα"@el,
        "Ganda"@en,
        "Ganda lingvo"@eo,
        "ganda"@es,
        "ganda"@et,
        "Gandera"@eu,
        "گاندایی"@fa,
        "ganda"@fi,
        "Ganda"@fil,
        "ganda"@fr,
        "Ganda"@gl,
        "Ganda-Schpraach"@gsw,
        "ગાંડા"@gu,
        "גאנדה"@he,
        "गांडा"@hi,
        "ganda"@hr,
        "ganda"@hu,
        "Ganda"@id,
        "ganda"@is,
        "ganda"@it,
        "ガンダ語"@ja,
        "ಗಾಂಡಾ"@kn,
        "간다어"@ko,
        "گاندا"@ks,
        "Luganda"@ku,
        "Luganda"@lg,
        "ແກນດາ"@lo,
        "ganda"@lt,
        "gandu"@lv,
        "ганда"@mk,
        "ഗാൻഡ"@ml,
        "गांडा"@mr,
        "Ganda"@mt,
        "ganda"@nb,
        "Ganda"@nl,
        "ganda"@nn,
        "Luganda"@no,
        "ଗନ୍ଦା"@or,
        "ganda"@pl,
        "Lenga Ganda"@pms,
        "ganda"@pt,
        "Ganda simi"@qu,
        "ganda"@rm,
        "ganda"@ro,
        "ганда"@ru,
        "gandčina"@sk,
        "ganda"@sl,
        "Ганда"@sr,
        "Ganda"@sr-Latn,
        "luganda"@sv,
        "Kiganda"@sw,
        "Kiganda"@swh,
        "ஹான்டா"@ta,
        "గాండా"@te,
        "ยูกันดา"@th,
        "Ganda"@tr,
        "ганда"@uk,
        "گینڈا"@ur,
        "Tiếng Ganda"@vi,
        "卢干达语"@zh,
        "Ganda"@zsm,
        "Isi-Ganda"@zu .

<http://lexvo.org/id/iso639-3/mah> a lvont:Language,
        skos:Concept ;
    lvont:isFocusOf <http://id.loc.gov/vocabulary/iso639-2/mah> ;
    lvont:iso6392BCode "mah"^^xsd:string ;
    lvont:iso6392TCode "mah"^^xsd:string ;
    lvont:iso639P1Code "mh"^^xsd:string ;
    lvont:iso639P3PCode "mah"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-2/mah>,
        <http://www.glottolog.org/resource/languoid/id/mars1254> ;
    owl:sameAs <http://dbpedia.org/resource/Marshallese_language>,
        <http://lexvo.org/id/iso639-1/mh>,
        <http://psi.oasis-open.org/iso/639/#mah>,
        <http://www.lingvoj.org/lang/mh>,
        <http://www.mpii.de/yago/resource/Marshallese_language>,
        <info:lc/vocabulary/languages/mah> ;
    skos:altLabel "Маршалски език"@bg,
        "Marchalleg"@br,
        "Marshallesische Sprache"@de,
        "Marshallese language"@en,
        "Idioma marshalés"@es,
        "Marshallin kieli"@fi,
        "Marshallais"@fr,
        "Maršalski jezik"@hr,
        "Lingua marshallese"@it,
        "마셜제도어"@ko,
        "Māršaliešu valoda"@lv,
        "Маршалски јазик"@mk,
        "Język marszalski"@pl,
        "Língua marshalesa"@pt,
        "Маршалльский язык"@ru,
        "маршалльский"@ru,
        "Marshallesiska"@sv,
        "மார்ஷெலிஷ்"@ta,
        "Маршальська мова"@uk ;
    skos:definition "The Marshallese language (Marshallese: , or in older orthography , pronounced ) is a Malayo-Polynesian language of the Marshall Islands, and the principal language of the country. There are two major dialects: Rālik (western) and Ratak (eastern)."@en ;
    skos:inScheme lexvo: ;
    skos:notation "mah"^^xsd:string ;
    skos:prefLabel "المارشالية"@ar,
        "marşal dili"@az,
        "маршалезе"@bg,
        "মার্শালিজ"@bn,
        "marshall"@br,
        "मार्शली"@brx,
        "maršalski"@bs,
        "маршалски"@bs-Cyrl,
        "marshallès"@ca,
        "马绍尔文"@cmn,
        "馬紹爾文"@cmn-Hant,
        "maršálština"@cs,
        "Marsialeg"@cy,
        "marshallese"@da,
        "Marschallesisch"@de,
        "marshalgbe"@ee,
        "Μάρσαλ"@el,
        "Marshallese"@en,
        "Marŝala lingvo"@eo,
        "marshalés"@es,
        "maršalli"@et,
        "Marshallera"@eu,
        "مارشالی"@fa,
        "marshall"@fi,
        "marshall"@fr,
        "Marshallais"@gd,
        "Marschallesisch"@gsw,
        "માર્શલીઝ"@gu,
        "מרשאלס"@he,
        "मार्शलीज़"@hi,
        "maršalski"@hr,
        "marshalli"@hu,
        "Marshall"@id,
        "marshallska"@is,
        "marshallese"@it,
        "マーシャル語"@ja,
        "ಮಾರ್ಶಲ್ಲೀಸ್"@kn,
        "마셜어"@ko,
        "مارشَلیٖز"@ks,
        "Lengua marscialleise"@lij,
        "ມາຊານເລັດ"@lo,
        "Maršalo Salų"@lt,
        "māršaliešu"@lv,
        "маршалски"@mk,
        "മാർഷല്ലീസ്"@ml,
        "मार्शलीज"@mr,
        "Marxall"@mt,
        "marshallesisk"@nb,
        "Marshallees"@nl,
        "marshallesisk"@nn,
        "Marshallesisk"@no,
        "ମାର୍ଶାଲୀଜ୍"@or,
        "marshall"@pl,
        "Lenga Marshalèisa"@pms,
        "marshalês"@pt,
        "marschallais"@rm,
        "marshalleză"@ro,
        "маршальский"@ru,
        "Ikimarishali"@rw,
        "Maršalski jezik"@sh,
        "kajin-majol"@sk,
        "marshallovščina"@sl,
        "Gagana Marshallese"@sm,
        "Gjuha marshalleze"@sq,
        "Маршалски"@sr,
        "Maršalski"@sr-Latn,
        "marshalliska"@sv,
        "கயின மொழி"@ta,
        "మార్షలీస్"@te,
        "มาร์แชลลิส"@th,
        "lea fakamāsolo"@to,
        "Marshall Adaları Dili"@tr,
        "маршалльська"@uk,
        "Tiếng Marshall"@vi,
        "马绍尔语"@zh .

<http://lexvo.org/id/iso639-3/mal> a lvont:Language,
        skos:Concept ;
    lvont:isFocusOf <http://id.loc.gov/vocabulary/iso639-2/mal> ;
    lvont:iso6392BCode "mal"^^xsd:string ;
    lvont:iso6392TCode "mal"^^xsd:string ;
    lvont:iso639P1Code "ml"^^xsd:string ;
    lvont:iso639P3PCode "mal"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-2/mal>,
        <http://www.glottolog.org/resource/languoid/id/mala1464> ;
    owl:sameAs <http://dbpedia.org/resource/Malayalam>,
        <http://lexvo.org/id/iso639-1/ml>,
        <http://psi.oasis-open.org/iso/639/#mal>,
        <http://www.lingvoj.org/lang/ml>,
        <http://www.mpii.de/yago/resource/Malayalam>,
        <info:lc/vocabulary/languages/mal> ;
    skos:altLabel "ማላያላምኛ"@am,
        "لغة ملبارية"@ar,
        "মালয়ালম ভাষা"@bn,
        "Malayalameg"@br,
        "Malaiàlam"@ca,
        "Malajálamština"@cs,
        "Malayalam"@da,
        "Malajala lingvo"@eo,
        "Malayalam"@es,
        "Malajalami keel"@et,
        "malayalamera"@eu,
        "زبان مالایالم"@fa,
        "Malajalam"@fi,
        "Malayalam"@fr,
        "મલયાલમ ભાષા"@gu,
        "מלאיאלאם"@he,
        "मलयालम भाषा"@hi,
        "Malajálam nyelv"@hu,
        "Bahasa Malayalam"@id,
        "Lingua malayalam"@it,
        "ಮಲೆಯಾಳಂ"@kn,
        "Malajalių kalba"@lt,
        "Malajālama"@lv,
        "Малајалам"@mk,
        "मल्याळम"@mr,
        "Malayalam"@nn,
        "Język malajalam"@pl,
        "Língua malaiala"@pt,
        "Малаялам"@ru,
        "Malajálamčina"@sk,
        "malajalamščina"@sl,
        "Малајалам језик"@sr,
        "Malayalam"@sv,
        "మలయాళ భాష"@te,
        "ภาษามาลายาลัม"@th,
        "малайялам"@uk ;
    skos:definition "Malayalam (pronounced ; , ), is one of the four major Dravidian languages of southern India. It is one of the 22 scheduled languages of India with official language status in the state of Kerala and the union territories of Lakshadweep and Pondicherry. It is spoken by 35.9 million people. Overseas it is also used by a small population of Indian expatriates living around the globe."@en ;
    skos:inScheme lexvo: ;
    skos:notation "mal"^^xsd:string ;
    skos:prefLabel "Malabaars"@af,
        "ማላያላም"@am,
        "الماليالام"@ar,
        "ماليالام"@arz,
        "malayalam"@ast,
        "malayalamca"@az,
        "малаяламская"@be,
        "малаялам"@bg,
        "Bahasa Malayalam"@bjn,
        "মালেয়ালাম"@bn,
        "malayalam"@br,
        "मलयालम"@brx,
        "malajalam"@bs,
        "малајалам"@bs-Cyrl,
        "ማላያላምኛ"@byn,
        "malaialam"@ca,
        "马拉雅拉姆文"@cmn,
        "馬來亞拉姆文"@cmn-Hant,
        "malabarština"@cs,
        "Малаялам"@cv,
        "Malayalam"@cy,
        "malayalam"@da,
        "Malayalam"@de,
        "މަލަޔާޅަމް"@dv,
        "མ་ལ་ཡ་ལམ་ཁ"@dz,
        "malayagbe"@ee,
        "Μαλαγιαλάμ"@el,
        "Malayalam"@en,
        "malajalama"@eo,
        "malayalam"@es,
        "malajalami"@et,
        "Malabarera"@eu,
        "مالایالامی"@fa,
        "malajalam"@fi,
        "Malayalam"@fil,
        "malayalam"@fo,
        "malayalam"@fr,
        "malayalam"@fur,
        "Mailéalaimis"@ga,
        "Malayalam"@gd,
        "malabar"@gl,
        "Malayalam"@gsw,
        "મલયાલમ"@gu,
        "Kabilar Maleyalam"@ha,
        "מלאיאלם"@he,
        "मलयालम"@hi,
        "Malayalam bhasa"@hif,
        "malajalamski"@hr,
        "malajálam"@hu,
        "Կերալերեն"@hy,
        "malayalam"@ia,
        "Malayalam"@id,
        "malajalam"@is,
        "malayalam"@it,
        "マラヤーラム語"@ja,
        "მალაიალამი"@ka,
        "malaialam"@kea,
        "малайялам"@kk,
        "មលយាល័ម"@km,
        "ಮಲಯಾಳಂ"@kn,
        "मळियाळम"@knn,
        "말라얄람어"@ko,
        "مٔلیالَم"@ks,
        "Mallajalam"@ksh,
        "малайаламча"@ky,
        "Lingua Malabarica"@la,
        "ມາລາຢາລຳ"@lo,
        "malajalių"@lt,
        "malajalu"@lv,
        "Fiteny malayalam"@mg,
        "малајалам"@mk,
        "മലയാളം"@ml,
        "मलयाळम"@mr,
        "Bahasa Malayalam"@ms,
        "Malajalam"@mt,
        "မလေးရာလမ်"@my,
        "malayalam"@nb,
        "Malayalam"@nds,
        "मलयालम"@ne,
        "मलयालम भाषा"@new,
        "Malayalam"@nl,
        "malayalam"@nn,
        "Malayalam"@no,
        "Malayaalamiffaa"@om,
        "ମାଲାୟଲମ୍"@or,
        "malajalam"@pl,
        "Lenga Malayalam"@pms,
        "ملیالم"@pnb,
        "مالايالم"@ps,
        "malaiala"@pt,
        "Malayalam simi"@qu,
        "malayalam"@rm,
        "malayalam"@ro,
        "малаялам"@ru,
        "Ikimalayalami"@rw,
        "मलयाळम्‌"@sa,
        "Malajalam jezik"@sh,
        "මලයාලම්"@si,
        "malajálamčina"@sk,
        "Malajalščina"@sl,
        "Malayalam"@so,
        "Malajalam"@sq,
        "Малајалам"@sr,
        "Malajalam"@sr-Latn,
        "Se-malayalam"@st,
        "malayalam"@sv,
        "Kimalayalam"@swh,
        "மலையாளம்"@ta,
        "మలయాళం"@te,
        "มาลายาลัม"@th,
        "ማላያላምኛ"@ti,
        "ማላያላምኛ"@tig,
        "Malayalam"@tn,
        "lea fakaʻinitia malāialemi"@to,
        "Malayalam"@tr,
        "مالايالامچە"@ug,
        "Малаялам"@uk,
        "مالایالم"@ur,
        "Tiếng Malayalam"@vi,
        "Malayalam"@wae,
        "马拉雅南语"@wuu,
        "Isi-Malayalam"@xh,
        "马拉雅拉姆语"@zh,
        "Malayalam"@zsm,
        "isi-Malayalam"@zu .

<http://lexvo.org/id/iso639-3/mar> a lvont:Language,
        skos:Concept ;
    lvont:isFocusOf <http://id.loc.gov/vocabulary/iso639-2/mar> ;
    lvont:iso6392BCode "mar"^^xsd:string ;
    lvont:iso6392TCode "mar"^^xsd:string ;
    lvont:iso639P1Code "mr"^^xsd:string ;
    lvont:iso639P3PCode "mar"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-2/mar>,
        <http://www.glottolog.org/resource/languoid/id/mara1378> ;
    owl:sameAs <http://dbpedia.org/resource/Marathi_language>,
        <http://lexvo.org/id/iso639-1/mr>,
        <http://psi.oasis-open.org/iso/639/#mar>,
        <http://www.lingvoj.org/lang/mr>,
        <http://www.mpii.de/yago/resource/Marathi_language>,
        <info:lc/vocabulary/languages/mar> ;
    skos:altLabel "لغة مراثية"@ar,
        "মারাঠি ভাষা"@bn,
        "Marateg"@br,
        "Marathi"@ca,
        "Maráthština"@cs,
        "marathisk"@da,
        "Marathi language"@en,
        "Marata lingvo"@eo,
        "Idioma maratí"@es,
        "Marathi keel"@et,
        "Marathera"@eu,
        "زبان مراتی"@fa,
        "Marathin kieli"@fi,
        "Marathi"@fr,
        "מראטהי"@he,
        "मराठी भाषा"@hi,
        "Marathi jezik"@hr,
        "Bahasa Marathi"@id,
        "Lingua marathi"@it,
        "Maračių kalba"@lt,
        "Marathu valoda"@lv,
        "मराठी भाषा"@mr,
        "Marathi"@nn,
        "ମରାଠୀ ଭାଷା"@or,
        "Język marathi"@pl,
        "Língua marata"@pt,
        "Limba marathi"@ro,
        "Маратхи"@ru,
        "Máráthčina"@sk,
        "Маратхи језик"@sr,
        "Marathi"@sv,
        "మరాఠీ భాష"@te,
        "ภาษามราฐี"@th,
        "Маратхі"@uk,
        "Tiếng Marathi"@vi ;
    skos:definition "Marathi (; ) is an Indo-Aryan language spoken by the Marathi people of western and central India. There are over 68 million fluent speakers worldwide. and is the fifteenth most spoken language in the world. Marathi has some of the oldest literature of all modern Indo-Aryan languages, dating from about 1000 AD. The major dialects of Marathi are called Standard Marathi and Warhadi Marathi. There are a few other sub-dialects like Ahirani, Dangi, Vadvali, Samavedi, Khandeshi, and Malwani. Standard Marathi is the official language of the State of Maharashtra."@en ;
    skos:inScheme lexvo: ;
    skos:notation "mar"^^xsd:string ;
    skos:prefLabel "Marathi"@af,
        "ማራቲኛ"@am,
        "الماراثي"@ar,
        "maratí"@ast,
        "marati dili"@az,
        "Marati"@bcl,
        "маратхі"@be,
        "маратхи"@bg,
        "মারাঠি"@bn,
        "མ་ར་ཐི་སྐད།"@bo,
        "মারাঠি ঠার"@bpy,
        "marathi"@br,
        "मराठी"@brx,
        "marati"@bs,
        "марати"@bs-Cyrl,
        "ማራዚኛ"@byn,
        "marathi"@ca,
        "马拉地文"@cmn,
        "馬拉地文"@cmn-Hant,
        "maráthština"@cs,
        "Marathi"@cy,
        "Marathi"@da,
        "Marathi"@de,
        "މަރާޓީ"@dv,
        "མ་ར་ཐི་ཁ"@dz,
        "marathiagbe"@ee,
        "Μαράθι"@el,
        "Marathi"@en,
        "marata"@eo,
        "marathi"@es,
        "marathi"@et,
        "marathera"@eu,
        "مراتی"@fa,
        "marathi"@fi,
        "Marathi"@fil,
        "marathiskt"@fo,
        "marathe"@fr,
        "marathi"@fur,
        "Maraitis"@ga,
        "Marathi"@gd,
        "marathi"@gl,
        "Marathi"@gsw,
        "મરાઠી"@gu,
        "K'abilan Marathi"@ha,
        "מרטהי"@he,
        "मराठी"@hi,
        "Marathi bhasa"@hif,
        "marathi"@hr,
        "marathi"@hu,
        "Մարաթի"@hy,
        "marathi"@ia,
        "Marathi"@id,
        "maratí"@is,
        "marathi"@it,
        "マラーティー語"@ja,
        "მარათჰი"@ka,
        "marati"@kea,
        "маратхи"@kk,
        "មរាធិ"@km,
        "ಮರಾಠಿ"@kn,
        "मराठी"@knn,
        "마라티어"@ko,
        "مَرٲٹھۍ"@ks,
        "Marraatesch"@ksh,
        "Zimanê marathî"@ku,
        "маратиче"@ky,
        "Lingua Marathica"@la,
        "Lengua marathi"@lij,
        "ມາຣາທີ"@lo,
        "maratų"@lt,
        "maratu"@lv,
        "марати"@mk,
        "മറാഠി"@ml,
        "मराठी"@mr,
        "Bahasa Marathi"@ms,
        "Marati"@mt,
        "မာရသီ"@my,
        "Marathi-gí"@nan,
        "marathi"@nb,
        "मराठी"@ne,
        "मराठी भाषा"@new,
        "Marathi"@nl,
        "marathi"@nn,
        "Marathi"@no,
        "Afaan Maratii"@om,
        "ମରାଠୀ"@or,
        "marathi"@pl,
        "Lenga marathi"@pms,
        "مراٹھی"@pnb,
        "مراټهي"@ps,
        "marata"@pt,
        "Marathi simi"@qu,
        "marathi"@rm,
        "marathi"@ro,
        "маратхи"@ru,
        "Ikimarati"@rw,
        "मराठी भाषा"@sa,
        "Marati jezik"@sh,
        "මරාටි"@si,
        "maráthčina"@sk,
        "maratščina"@sl,
        "Maarati"@so,
        "Marati"@sq,
        "Марати"@sr,
        "Marati"@sr-Latn,
        "Se-marathi"@st,
        "marathi"@sv,
        "Kimarathi"@swh,
        "மராத்தி"@ta,
        "మరాఠీ"@te,
        "มราฐี"@th,
        "ማራቲኛ"@ti,
        "ማራዚኛ"@tig,
        "Marathi"@tn,
        "lea malati"@to,
        "Marathi"@tr,
        "ماراتىچە"@ug,
        "маратхі"@uk,
        "مراٹهی"@ur,
        "Tiếng Marath"@vi,
        "Marathi"@wae,
        "Isi-Marathi"@xh,
        "Èdè marathi"@yo,
        "马拉地语"@zh,
        "Marathi"@zsm,
        "isi-Marathi"@zu .

<http://lexvo.org/id/iso639-3/mlg> a lvont:Language,
        skos:Concept ;
    lvont:isFocusOf <http://id.loc.gov/vocabulary/iso639-2/mlg> ;
    lvont:iso6392BCode "mlg"^^xsd:string ;
    lvont:iso6392TCode "mlg"^^xsd:string ;
    lvont:iso639P1Code "mg"^^xsd:string ;
    lvont:iso639P3PCode "mlg"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-2/mlg> ;
    owl:sameAs <http://dbpedia.org/resource/Malagasy_language>,
        <http://lexvo.org/id/iso639-1/mg>,
        <http://psi.oasis-open.org/iso/639/#mlg>,
        <http://www.lingvoj.org/lang/mg>,
        <http://www.mpii.de/yago/resource/Malagasy_language>,
        <info:lc/vocabulary/languages/mla>,
        <info:lc/vocabulary/languages/mlg> ;
    skos:altLabel "ማላጋስኛ"@am,
        "لغة ملغاشية"@ar,
        "Малгашки език"@bg,
        "মালাগাসি ভাষা"@bn,
        "Malagasieg"@br,
        "Malgaix"@ca,
        "Malgaština"@cs,
        "Malagassisk"@da,
        "Malagassi-Sprache"@de,
        "Malagasy language"@en,
        "Malagasa lingvo"@eo,
        "Idioma malgache"@es,
        "Malagassi keel"@et,
        "malgaxea"@eu,
        "زبان مالاگاسی"@fa,
        "Malagassi"@fi,
        "Malgache"@fr,
        "An Mhalagáisis"@ga,
        "Lingua malgaxe"@gl,
        "मालागासी"@hi,
        "Malgaški jezik"@hr,
        "Bahasa Malagasi"@id,
        "Malagasíska"@is,
        "Lingua malgascia"@it,
        "Malagassiskisut"@kl,
        "마다가스카르어"@ko,
        "Malagasių kalba"@lt,
        "Malgašu valoda"@lv,
        "Fiteny malagasy"@mg,
        "Plateaumalagasi"@nl,
        "madagassisk"@nn,
        "Język malgaski"@pl,
        "Língua malgaxe"@pt,
        "Limba malgașă"@ro,
        "Малагасийский язык"@ru,
        "Malagassiska"@sv,
        "மலகாசி மொழி"@ta,
        "ภาษามาลากาซี"@th,
        "Малагасійська мова"@uk ;
    skos:definition "Malagasy is the national language of Madagascar, a member of the Austronesian family of languages. Most people in Madagascar speak it as a first language as do some people of Malagasy descent elsewhere."@en ;
    skos:inScheme lexvo: ;
    skos:notation "mlg"^^xsd:string ;
    skos:prefLabel "Malgassies"@af,
        "መለጋሲ"@am,
        "المالاجاشية"@ar,
        "malgaxe"@ast,
        "malaqas dili"@az,
        "мальгашская"@be,
        "малгашки"@bg,
        "মালাগাসি"@bn,
        "malgacheg"@br,
        "मालागासी"@brx,
        "malagazijski"@bs,
        "малагасијски"@bs-Cyrl,
        "ማላጋስኛ"@byn,
        "malgaix"@ca,
        "马尔加什文"@cmn,
        "馬爾加什文"@cmn-Hant,
        "malgaština"@cs,
        "Malagasi"@cy,
        "malagasy"@da,
        "Malagasy"@de,
        "མ་ལ་ག་སི་ཁ"@dz,
        "malagasegbe"@ee,
        "Μαλαγάσι"@el,
        "Malagasy"@en,
        "malagasa"@eo,
        "malgache"@es,
        "malagassi"@et,
        "Malgaxe"@eu,
        "مالاگاسیایی"@fa,
        "malagassi"@fi,
        "Malagasy"@fil,
        "malagasiskt"@fo,
        "malgache"@fr,
        "malagasy"@fur,
        "Malagásais"@ga,
        "Malagasais"@gd,
        "malgaxe"@gl,
        "Madagassisch"@gsw,
        "મલાગસી"@gu,
        "Malagasish"@gv,
        "מלגשית"@he,
        "मलगासी"@hi,
        "Malagasy bhasa"@hif,
        "malgaški"@hr,
        "málgas"@hu,
        "Lingua malgache"@ia,
        "Malagasi"@id,
        "malagasíska"@is,
        "malgascio"@it,
        "マダガスカル語"@ja,
        "Tamalgacit"@kab,
        "malgaxi"@kea,
        "малагаси"@kk,
        "malagassiskisut"@kl,
        "ម៉ាឡាហ្គាស៊ី"@km,
        "ಮಲಗಾಸಿ"@kn,
        "मलागसी"@knn,
        "말라가시어"@ko,
        "مَلاگَسی"@ks,
        "Madajaßkesch"@ksh,
        "Lengua malagascia"@lij,
        "ມາລາກາຊີ"@lo,
        "malagasų"@lt,
        "malagasu"@lv,
        "Malagasy"@mg,
        "Reo Malagasy"@mi,
        "малгашки"@mk,
        "മലഗാസി"@ml,
        "मलागसी"@mr,
        "Bahasa Malagasi"@ms,
        "Malagażi"@mt,
        "madagassisk"@nb,
        "मलागासी"@ne,
        "Malagasisch"@nl,
        "Gassisk"@nn,
        "Gassisk"@no,
        "ମାଲାଗାସୀ"@or,
        "malgaski"@pl,
        "Malgass"@pms,
        "مالاگاسی"@pnb,
        "ملغاسي"@ps,
        "malgaxe"@pt,
        "Malagasi simi"@qu,
        "malagassi"@rm,
        "malgașă"@ro,
        "малагасийский"@ru,
        "Malagaški jezik"@sh,
        "මලගාසි"@si,
        "malgaština"@sk,
        "malagaščina"@sl,
        "Gjuha madagaskare"@sq,
        "Малагасијски"@sr,
        "Malagazijski"@sr-Latn,
        "malagassiska"@sv,
        "Malagasi"@swh,
        "மலகாஸி"@ta,
        "మాలాగసి"@te,
        "มาลากาซี"@th,
        "ማላጋስኛ"@tig,
        "lea fakamatakasika"@to,
        "Malgaşça"@tr,
        "малагасійська"@uk,
        "ملاگاسی"@ur,
        "Tiếng Malagasy"@vi,
        "Malagási"@wae,
        "马拉加斯语"@zh,
        "Malagasy"@zsm,
        "isi-Malagasy"@zu .

<http://lexvo.org/id/iso639-3/mlt> a lvont:Language,
        skos:Concept ;
    lvont:isFocusOf <http://id.loc.gov/vocabulary/iso639-2/mlt> ;
    lvont:iso6392BCode "mlt"^^xsd:string ;
    lvont:iso6392TCode "mlt"^^xsd:string ;
    lvont:iso639P1Code "mt"^^xsd:string ;
    lvont:iso639P3PCode "mlt"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-2/mlt>,
        <http://www.glottolog.org/resource/languoid/id/malt1254> ;
    owl:sameAs <http://dbpedia.org/resource/Maltese_language>,
        <http://lexvo.org/id/iso639-1/mt>,
        <http://lexvo.org/id/wordnet/30/noun/maltese_1_10_00>,
        <http://psi.oasis-open.org/iso/639/#mlt>,
        <http://www.lingvoj.org/lang/mt>,
        <http://www.mpii.de/yago/resource/Maltese_language>,
        <info:lc/vocabulary/languages/mlt> ;
    skos:altLabel "ማልቲስኛ"@am,
        "لغة مالطية"@ar,
        "Maltés"@ast,
        "Malta dili"@az,
        "Мальтыйская мова"@be,
        "Малтийски език"@bg,
        "Malteg"@br,
        "Malteški jezik"@bs,
        "Maltès"@ca,
        "Maltština"@cs,
        "Malteseg"@cy,
        "Maltesisk"@da,
        "Maltesische Sprache"@de,
        "Μαλτεζική γλώσσα"@el,
        "Maltese language"@en,
        "Malta lingvo"@eo,
        "Idioma maltés"@es,
        "Malta keel"@et,
        "Maltera"@eu,
        "زبان مالتی"@fa,
        "Maltan kieli"@fi,
        "Maltais"@fr,
        "An Mháltais"@ga,
        "Lingua maltesa"@gl,
        "Malteški jezik"@hr,
        "Máltai nyelv"@hu,
        "Lingua maltese"@ia,
        "Bahasa Malta"@id,
        "Maltneska"@is,
        "Lingua maltese"@it,
        "Maltiečių kalba"@lt,
        "Maltiešu valoda"@lv,
        "Малтешки јазик"@mk,
        "माल्टी भाषा"@mr,
        "Lingwa Maltija"@mt,
        "Maltesisk"@nn,
        "Język maltański"@pl,
        "Língua maltesa"@pt,
        "Limba malteză"@ro,
        "Мальтийский язык"@ru,
        "Maltčina"@sk,
        "Malteščina"@sl,
        "Gjuha malteze"@sq,
        "Малтешки језик"@sr,
        "Maltesiska"@sv,
        "மால்திய மொழி"@ta,
        "ภาษามอลตา"@th,
        "Мальтійська мова"@uk,
        "Tiếng Mantơ"@vi ;
    skos:definition "Maltese (Malti) is the national language of Malta, and a co-official language of the country alongside English, while also serving as an official language of the European Union, the only Semitic language so distinguished. Maltese is descended from Siculo-Arabic (the Arabic dialect that developed in Malta and Sicily between the ninth and the fourteenth centuries). and the first known Maltese dictionary was written by the French Knight Francois de Vion Thezan Court in 1640. It includes notes about Maltese grammar and a concluding section detailing, in Italian and Maltese, phrases to be used when giving orders to soldiers. Facsimiles of the work are currently published."@en ;
    skos:inScheme lexvo: ;
    skos:notation "mlt"^^xsd:string ;
    skos:prefLabel "Maltees"@af,
        "ማልትኛ"@am,
        "Idioma maltés"@an,
        "المالطية"@ar,
        "مالطى"@arz,
        "maltés"@ast,
        "malta dili"@az,
        "мальтыйская"@be,
        "Мальтыйская мова"@be-tarask,
        "малтийски"@bg,
        "মল্টিয়"@bn,
        "malteg"@br,
        "मालटीज़्"@brx,
        "melteški"@bs,
        "мелтешки"@bs-Cyrl,
        "ማልቲስኛ"@byn,
        "maltès"@ca,
        "Pinulongang Maltes"@ceb,
        "马耳他文"@cmn,
        "馬爾他文"@cmn-Hant,
        "Lingua maltese"@co,
        "maltština"@cs,
        "Malteg"@cy,
        "maltesisk"@da,
        "Maltesisch"@de,
        "མཱལ་ཊ་ཁ"@dz,
        "maltagbe"@ee,
        "Μαλτεζικά"@el,
        "Maltese"@en,
        "malta"@eo,
        "maltés"@es,
        "malta"@et,
        "maltera"@eu,
        "مالتی"@fa,
        "malta"@fi,
        "Maltese"@fil,
        "maltesiskt"@fo,
        "maltais"@fr,
        "maltês"@fur,
        "Malteesk"@fy,
        "Maltais"@ga,
        "Maltais"@gd,
        "maltés"@gl,
        "Maltesisch"@gsw,
        "Maltesische Sprache"@gsw-FR,
        "માલ્ટિઝ"@gu,
        "Maltish"@gv,
        "Harshen Maltis"@ha,
        "מלטית"@he,
        "मालटिस्"@hi,
        "malteški"@hr,
        "Maltašćina"@hsb,
        "máltai"@hu,
        "Մալթերեն"@hy,
        "maltese"@ia,
        "Malta"@id,
        "Maltana linguo"@io,
        "maltneska"@is,
        "maltese"@it,
        "マルタ語"@ja,
        "bangrmalti"@jbo,
        "Basa Malta"@jv,
        "მალტური ენა"@ka,
        "maltes"@kea,
        "мальта"@kk,
        "ម៉ាល់តា"@km,
        "ಮಾಲ್ಟೀಸ್"@kn,
        "मालतीस्"@knn,
        "몰타어"@ko,
        "مَلتیٖس"@ks,
        "Malteesesch"@ksh,
        "Мальта кыв"@kv,
        "малтизче"@ky,
        "Lingua Melitensis"@la,
        "Lingua malteza"@lad,
        "Maltees"@li,
        "ມໍເຣດ"@lo,
        "maltiečių"@lt,
        "maltiešu"@lv,
        "малтешки"@mk,
        "മാൾട്ടീസ്"@ml,
        "माल्टिज्"@mr,
        "Bahasa Malta"@ms,
        "Malti"@mt,
        "Malta-gí"@nan,
        "maltesisk"@nb,
        "माल्टिज"@ne,
        "Maltees"@nl,
        "maltesisk"@nn,
        "Maltesisk"@no,
        "Maltés"@oc,
        "Afaan Maltesii"@om,
        "ମାଲଟୀଜ୍"@or,
        "maltański"@pl,
        "Lenga maltèisa"@pms,
        "مالٹی"@pnb,
        "مالټايي"@ps,
        "maltês"@pt,
        "Malta simi"@qu,
        "maltais"@rm,
        "malteză"@ro,
        "мальтийский"@ru,
        "Ikimaliteze"@rw,
        "Lingua maltisa"@scn,
        "Maltese leid"@sco,
        "maltagiella"@se,
        "Malteški jezik"@sh,
        "මොල්ටිස්"@si,
        "maltčina"@sk,
        "malteščina"@sl,
        "Maltiis"@so,
        "Maltisht"@sq,
        "Мелтешки"@sr,
        "Melteški"@sr-Latn,
        "Se-maltese"@st,
        "maltesiska"@sv,
        "Kimalta"@sw,
        "Kimalta"@swh,
        "Maltańsko godka"@szl,
        "மால்டிஸ்"@ta,
        "మాల్టీస్"@te,
        "มอลตา"@th,
        "ማልቲስኛ"@ti,
        "ማልቲስኛ"@tig,
        "Wikang Maltes"@tl,
        "Maltese"@tn,
        "lea fakamolota"@to,
        "Maltaca"@tr,
        "مالتا تىلى"@ug,
        "мальтійська"@uk,
        "مالٹی"@ur,
        "Tiếng Malta"@vi,
        "Maltès"@wa,
        "Maltesiš"@wae,
        "Isi-Maltese"@xh,
        "Èdè Malta"@yo,
        "马耳他语"@zh,
        "Malta"@zsm,
        "isi-Malta"@zu .

<http://lexvo.org/id/iso639-3/nav> a lvont:Language,
        skos:Concept ;
    lvont:isFocusOf <http://id.loc.gov/vocabulary/iso639-2/nav> ;
    lvont:iso6392BCode "nav"^^xsd:string ;
    lvont:iso6392TCode "nav"^^xsd:string ;
    lvont:iso639P1Code "nv"^^xsd:string ;
    lvont:iso639P3PCode "nav"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-2/nav>,
        <http://www.glottolog.org/resource/languoid/id/nava1243> ;
    owl:sameAs <http://dbpedia.org/resource/Navajo_language>,
        <http://lexvo.org/id/iso639-1/nv>,
        <http://lexvo.org/id/wordnet/30/noun/navaho_1_10_00>,
        <http://psi.oasis-open.org/iso/639/#nav>,
        <http://www.lingvoj.org/lang/nv>,
        <http://www.mpii.de/yago/resource/Navajo_language>,
        <info:lc/vocabulary/languages/nav> ;
    skos:altLabel "Navac'hoeg"@br,
        "Navažština"@cs,
        "Navajo"@en,
        "Navajo language"@en,
        "Idioma navajo"@es,
        "Navajo"@fi,
        "Navajo"@fr,
        "נאוואחו"@he,
        "Bahasa Navajo"@id,
        "Navajóíska"@is,
        "Lingua navajo"@it,
        "Navahų kalba"@lt,
        "Навахо"@mk,
        "Język nawaho"@pl,
        "Língua navaja"@pt,
        "Limba navajo"@ro,
        "Навахо"@ru,
        "Navajo"@sv,
        "நாவஹோ மொழி"@ta,
        "Navaho Dili"@tr,
        "Навахо"@uk ;
    skos:definition "Navajo or Navaho (native name: Diné bizaad) is an Athabaskan language (of Na-Dené stock) spoken in the southwestern United States. It is geographically and linguistically one of the Southern Athabaskan languages (the majority of Athabaskan languages are spoken in northwest Canada and Alaska)."@en ;
    skos:inScheme lexvo: ;
    skos:notation "nav"^^xsd:string ;
    skos:prefLabel "النافاجو"@ar,
        "navayo dili"@az,
        "навахо"@bg,
        "নাভাজো"@bn,
        "navac'ho"@br,
        "नावाहो"@brx,
        "navaho"@bs,
        "навахо"@bs-Cyrl,
        "navaho"@ca,
        "纳瓦霍文"@cmn,
        "納瓦約文"@cmn-Hant,
        "navažština"@cs,
        "Nafaho"@cy,
        "navajo"@da,
        "Navajo"@de,
        "Νάβαχο"@el,
        "Navaho"@en,
        "𐐤𐐪𐑂𐐲𐐸𐐬"@en-Dsrt,
        "Navaha lingvo"@eo,
        "navajo"@es,
        "navaho"@et,
        "ناواهویی"@fa,
        "navajo"@fi,
        "navaho"@fr,
        "Navajo spriak"@frr,
        "navajo"@fur,
        "Navachóis"@ga,
        "Navajo"@gd,
        "Lingua navajo"@gl,
        "Navajo-Schpraach"@gsw,
        "નાવાજો"@gu,
        "Navajo"@gv,
        "נבחו"@he,
        "नावाजो"@hi,
        "navajo"@hr,
        "navahó"@hu,
        "Navajo"@id,
        "navahó"@is,
        "navajo"@it,
        "ナバホ語"@ja,
        "Basa Navajo"@jv,
        "ნავახო"@ka,
        "ನವಾಜೊ"@kn,
        "나바호어"@ko,
        "نَواجو"@ks,
        "Zimanê navaho"@ku,
        "Navajo"@li,
        "ນາວາໂຈ"@lo,
        "navajų"@lt,
        "navahu"@lv,
        "навахо"@mk,
        "നവാഹൊ"@ml,
        "नावाजो"@mr,
        "Навахо йӹлмӹ"@mrj,
        "Navaħo"@mt,
        "Navajotlahtōlli"@nah,
        "navajo"@nb,
        "Navajo"@nl,
        "navajo"@nn,
        "Diné bizaad"@nv,
        "ନାଭାଜୋ"@or,
        "nawaho"@pl,
        "Lenga navajo"@pms,
        "نواجو بولی"@pnb,
        "navajo"@pt,
        "Diné simi"@qu,
        "navajo"@rm,
        "navajo"@ro,
        "навахо"@ru,
        "Наваахо тыла"@sah,
        "navajo"@sk,
        "navajščina"@sl,
        "Навахо"@sr,
        "Navaho"@sr-Latn,
        "Navajo"@stq,
        "navaho"@sv,
        "நவாஜோ"@ta,
        "నవాహో"@te,
        "นาวาโฮ"@th,
        "Navahoca"@tr,
        "навахо"@uk,
        "Tiếng Navajo"@vi,
        "納瓦荷語"@zh .

<http://lexvo.org/id/iso639-3/nbl> a lvont:Language,
        skos:Concept ;
    lvont:isFocusOf <http://id.loc.gov/vocabulary/iso639-2/nbl> ;
    lvont:iso6392BCode "nbl"^^xsd:string ;
    lvont:iso6392TCode "nbl"^^xsd:string ;
    lvont:iso639P1Code "nr"^^xsd:string ;
    lvont:iso639P3PCode "nbl"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-2/nbl>,
        <http://www.glottolog.org/resource/languoid/id/sout2808> ;
    owl:sameAs <http://dbpedia.org/resource/Southern_Ndebele_language>,
        <http://lexvo.org/id/iso639-1/nr>,
        <http://psi.oasis-open.org/iso/639/#nbl>,
        <http://www.lingvoj.org/lang/nr>,
        <http://www.mpii.de/yago/resource/Southern_Ndebele_language>,
        <info:lc/vocabulary/languages/nbl> ;
    skos:altLabel "южен ндебеле"@bg,
        "ndebele ar Su"@br,
        "Süd-Ndebele-Sprache"@de,
        "Ndebele, South"@en,
        "Southern Ndebele language"@en,
        "Idioma ndebele del Sur"@es,
        "Etelä-ndebelen kieli"@fi,
        "ndébélé du Sud"@fr,
        "Lingua ndebele del sud"@it,
        "dienvidndebelu"@lv,
        "Zuid-Ndebele"@nl,
        "Język ndebele południowy"@pl,
        "Língua ndebele"@pt,
        "Sydndebele"@sv,
        "Güney Ndebele dili"@tr,
        "Tiếng Ndebele Miền Nam"@vi ;
    skos:definition "The Southern Ndebele language (isiNdebele or Nrebele in Southern Ndebele) is an African language belonging to the Nguni group of Bantu languages, and spoken by the amaNdebele (the Ndebele people of South Africa)."@en ;
    skos:inScheme lexvo: ;
    skos:notation "nbl"^^xsd:string ;
    skos:prefLabel "Suid-Ndebele"@af,
        "النديبيل الجنوبي"@ar,
        "cənub ndebele dili"@az,
        "Ндебеле"@bg,
        "দক্ষিণ এনডেবেলে"@bn,
        "Ndebeleg"@br,
        "दक्षिणी न्दबेले"@brx,
        "južni ndebele"@bs,
        "јужни ндебеле"@bs-Cyrl,
        "ndebele meridional"@ca,
        "南恩德贝勒文"@cmn,
        "南地畢列文"@cmn-Hant,
        "ndebele (Jižní Afrika)"@cs,
        "Ndebele Deheuol"@cy,
        "sydndebele"@da,
        "Süd-Ndebele"@de,
        "anyiehe ndebelegbe"@ee,
        "Ντεμπέλε Νότου"@el,
        "South Ndebele"@en,
        "Suda Ndebela lingvo"@eo,
        "ndebele meridional"@es,
        "lõunandebele"@et,
        "Hegoaldeko ndebelera"@eu,
        "انده‌بله‌ای جنوبی"@fa,
        "etelä-ndebele"@fi,
        "Nrebele"@fr,
        "Lingua ndebele"@gl,
        "Süüd-Ndebele-Schpraach"@gsw,
        "દક્ષિણ દેબેલ"@gu,
        "דרום נדבלה"@he,
        "दक्षिण देबेल"@hi,
        "južni ndebele"@hr,
        "déli ndebele"@hu,
        "Ndebele Selatan"@id,
        "suðurndebele"@is,
        "ndebele del sud"@it,
        "南ンデベレ語"@ja,
        "ದಕ್ಷಿಣ ದೆಬೆಲೆ"@kn,
        "남부 은데벨레어"@ko,
        "جنوب ڈیٚبیل"@ks,
        "ນີບີລີໃຕ້"@lo,
        "pietų ndebele"@lt,
        "Isindebele"@lv,
        "јужен ндебелески"@mk,
        "ദക്ഷിണ നെഡിബിൾ"@ml,
        "दक्षिणात्य देबेली"@mr,
        "Ndebele, t’Isfel"@mt,
        "Ndebeletlahtōlli huitztlāmpa"@nah,
        "sør-ndebele"@nb,
        "Zuid-Ndbele"@nl,
        "sør-ndebele"@nn,
        "Sørndebele"@no,
        "isiNdebele"@nr,
        "Sendebele"@nso,
        "ଦକ୍ଷିଣ ନେଡବେଲେ"@or,
        "ndebele południowy"@pl,
        "Lenga Ndebele meridional"@pms,
        "ndebele do sul"@pt,
        "ndebele dal sid"@rm,
        "ndebele de sud"@ro,
        "ндебели южный"@ru,
        "južná ndebelčina"@sk,
        "južna ndebelščina"@sl,
        "Gjuha ndebele"@sq,
        "Јужни ндебеле"@sr,
        "Južni ndebele"@sr-Latn,
        "sydndebele"@sv,
        "Kindebele"@sw,
        "Kindebele"@swh,
        "தெற்கு தெபெலே"@ta,
        "దక్షిణ దెబెలె"@te,
        "เอ็นเดเบเลใต้"@th,
        "lea fakanetepele fakatonga"@to,
        "Güney Ndebele"@tr,
        "ндебелє південна"@uk,
        "Tiếng Nam Ndebele"@vi,
        "Èdè Southern Ndebele"@yo,
        "IsiNdebele"@zu .

<http://lexvo.org/id/iso639-3/nep> a lvont:Language,
        skos:Concept ;
    lvont:isFocusOf <http://id.loc.gov/vocabulary/iso639-2/nep> ;
    lvont:iso6392BCode "nep"^^xsd:string ;
    lvont:iso6392TCode "nep"^^xsd:string ;
    lvont:iso639P1Code "ne"^^xsd:string ;
    lvont:iso639P3PCode "nep"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-2/nep>,
        <http://www.glottolog.org/resource/languoid/id/nepa1252> ;
    owl:sameAs <http://dbpedia.org/resource/Nepali_language>,
        <http://lexvo.org/id/iso639-1/ne>,
        <http://lexvo.org/id/wordnet/30/noun/nepali_1_10_00>,
        <http://psi.oasis-open.org/iso/639/#nep>,
        <http://www.lingvoj.org/lang/ne>,
        <http://www.mpii.de/yago/resource/Nepali_language>,
        <info:lc/vocabulary/languages/nep> ;
    skos:altLabel "لغة نيبالية"@ar,
        "Nepal dili"@az,
        "Непалски език"@bg,
        "নেপাল ভাষা"@bn,
        "བལ་པོའི་སྐད།"@bo,
        "Nepaleg"@br,
        "Nepalès"@ca,
        "Nepálština"@cs,
        "Nepaleg"@cy,
        "Nepalesisk"@da,
        "Nepalesisch"@de,
        "Νεπαλεζική γλώσσα"@el,
        "Nepali (macrolanguage)"@en,
        "Nepali language"@en,
        "Nepala lingvo"@eo,
        "Idioma nepalí"@es,
        "Nepali keel"@et,
        "Nepalera"@eu,
        "زبان نپالی"@fa,
        "نیپالی"@fa,
        "Nepalin kieli"@fi,
        "Népalais"@fr,
        "An Neipeailis"@ga,
        "Neapàilis"@gd,
        "नेपाली भाषा"@hi,
        "Nepalski jezik"@hr,
        "Bahasa Nepali"@id,
        "Nepalska"@is,
        "Lingua nepalese"@it,
        "Nepalų kalba"@lt,
        "Nepāliešu valoda"@lv,
        "നേപ്പാളി ഭാഷ"@ml,
        "नेपाली भाषा"@ne,
        "nepalsk"@nn,
        "Język nepalski"@pl,
        "Língua nepali"@pt,
        "Limba nepaleză"@ro,
        "Непальский язык"@ru,
        "Nepalščina"@sl,
        "Непалски језик"@sr,
        "nepalesiska"@sv,
        "நேபாளி மொழி"@ta,
        "నేపాలీ భాష"@te,
        "ภาษาเนปาล"@th,
        "Nepalce"@tr,
        "Непальська мова"@uk,
        "Tiếng Nê-pan"@vi ;
    skos:definition "Nepali or Nepalese is a language in the Indo-Aryan branch of the Indo-European language family."@en ;
    skos:inScheme lexvo: ;
    skos:notation "nep"^^xsd:string ;
    skos:prefLabel "Nepalees"@af,
        "Nɛ̀kpalì"@agq,
        "Nɛpal kasa"@ak,
        "ኔፓሊኛ"@am,
        "النيبالية"@ar,
        "Kinepali"@asa,
        "nepalés"@ast,
        "nepalca"@az,
        "Hɔp u nepa᷆l"@bas,
        "непальская"@be,
        "Ichi Nepali"@bem,
        "Hinepali"@bez,
        "непалски"@bg,
        "nepalekan"@bm,
        "নেপালী"@bn,
        "ནེ་པ་ལི"@bo,
        "নেপালি ঠার"@bpy,
        "nepaleg"@br,
        "नेपाली"@brx,
        "nepalski"@bs,
        "непалски"@bs-Cyrl,
        "ኔፓሊኛ"@byn,
        "nepalès"@ca,
        "Orunepali"@cgg,
        "尼泊尔文"@cmn,
        "尼泊爾文"@cmn-Hant,
        "nepálština"@cs,
        "Nepali"@cy,
        "nepalesisk"@da,
        "Kinepali"@dav,
        "Nepali"@de,
        "Neepal senni"@dje,
        "nepalees"@dyo,
        "ནེ་པཱལི་ཁ"@dz,
        "Kĩnepali"@ebu,
        "nepalgbe"@ee,
        "Νεπάλι"@el,
        "Nepali"@en,
        "nepala"@eo,
        "nepalí"@es,
        "nepali"@et,
        "nepalera"@eu,
        "ǹkɔ́bɔ nefálian"@ewo,
        "نپالی"@fa,
        "Nepaaleere"@ff,
        "nepali"@fi,
        "Nepali"@fil,
        "nepalskt"@fo,
        "népalais"@fr,
        "nepalês"@fur,
        "Neipealais"@ga,
        "Nepali"@gd,
        "nepalí"@gl,
        "Nepalesisch"@gsw,
        "નેપાળી"@gu,
        "Kinepali"@guz,
        "Nepali"@ha,
        "נפאלית"@he,
        "नेपाली"@hi,
        "Nepali bhasa"@hif,
        "nepalski"@hr,
        "nepáli"@hu,
        "Նեպալերեն"@hy,
        "nepalese"@ia,
        "Nepali"@id,
        "Nepali"@ig,
        "nepalska"@is,
        "nepalese"@it,
        "ネパール語"@ja,
        "Kyinepali"@jmc,
        "ნეპალური"@ka,
        "Tanipalit"@kab,
        "Kinepali"@kam,
        "Chinepali"@kde,
        "nepales"@kea,
        "Neepal senni"@khq,
        "Kinepali"@ki,
        "непал"@kk,
        "kutitab Nepali"@kln,
        "នេប៉ាល់"@km,
        "ನೇಪಾಳಿ"@kn,
        "नेपाळी"@knn,
        "네팔어"@ko,
        "نیٚپٲلۍ"@ks,
        "Kinepali"@ksb,
        "rinepalɛ́"@ksf,
        "Nepallessesch"@ksh,
        "непалча"@ky,
        "Lingua Nepalensis"@la,
        "Kɨnepáali"@lag,
        "Lunepali"@lg,
        "Lengua nepaleise"@lij,
        "linepalɛ"@ln,
        "ເນປານ"@lo,
        "nepalų"@lt,
        "nepali"@lu,
        "Kinepali"@luo,
        "Kinepali"@luy,
        "nepāliešu"@lv,
        "nkʉtʉ́k ɔ́ɔ̄ lnepali"@mas,
        "Kĩnepali"@mer,
        "nepale"@mfe,
        "Nepale"@mg,
        "Inepali"@mgh,
        "непалски"@mk,
        "നേപ്പാളി"@ml,
        "नेपाळी"@mr,
        "Nepaliż"@mt,
        "Nepaliya"@mua,
        "နီပေါလ်"@my,
        "Nepalǁî gowab"@naq,
        "nepalsk"@nb,
        "isi-Nepali"@nd,
        "नेपाली"@ne,
        "खेँ भाषा"@new,
        "Nepalees"@nl,
        "Kiɛl nepal"@nmg,
        "Nepali"@nn,
        "Nepali"@no,
        "Thok napalni"@nus,
        "Orunepali"@nyn,
        "Afaan Nepalii"@om,
        "ନେପାଳୀ"@or,
        "nepalski"@pl,
        "Lenga nepali"@pms,
        "نیپالی"@pnb,
        "نېپالي"@ps,
        "nepali"@pt,
        "Nipali simi"@qu,
        "nepalais"@rm,
        "Ikinepali"@rn,
        "nepaleză"@ro,
        "Kinepali"@rof,
        "непальский"@ru,
        "Ikinepali"@rw,
        "Kyinepali"@rwk,
        "नेपाली भाषा"@sa,
        "Ньыпааллыы"@sah,
        "Kinepali"@saq,
        "Ishinepali"@sbp,
        "Nepal leid"@sco,
        "nepaligiella"@se,
        "nepalês"@seh,
        "Neepal senni"@ses,
        "Nepalëe"@sg,
        "Nepalski jezik"@sh,
        "ⵜⴰⵏⵉⴱⴰⵍⵉⵜ"@shi,
        "tanibalit"@shi-Latn,
        "නේපාල"@si,
        "nepálčina"@sk,
        "nepalščina"@sl,
        "chiNepali"@sn,
        "Nebaali"@so,
        "Nepalisht"@sq,
        "Непалски"@sr,
        "Nepalski"@sr-Latn,
        "Se-nepali"@st,
        "Nepali"@sv,
        "Kinepali"@swc,
        "Kinepali"@swh,
        "நேபாளி"@ta,
        "నేపాలి"@te,
        "Kinepali"@teo,
        "Забони непалӣ"@tg,
        "เนปาล"@th,
        "ኔፖሊኛ"@ti,
        "ኔፓሊኛ"@tig,
        "Nepali"@tn,
        "lea fakanepali"@to,
        "Nepali"@tr,
        "Neepal senni"@twq,
        "Tanippalit"@tzm,
        "نېپال تىلى"@ug,
        "непальська"@uk,
        "نیپالی"@ur,
        "ꕇꕐꔷ"@vai,
        "Nipali"@vai-Latn,
        "Tiếng Nepal"@vi,
        "Kyinepali"@vun,
        "Nepalesiš"@wae,
        "Isi-Nepali"@xh,
        "Olunepali"@xog,
        "nunipálɛ"@yav,
        "Èdè Nepali"@yo,
        "尼泊尔语"@zh,
        "Nepal"@zsm,
        "isi-Nepali"@zu .

<http://lexvo.org/id/iso639-3/nog> a lvont:Language,
        skos:Concept ;
    lvont:isFocusOf <http://id.loc.gov/vocabulary/iso639-2/nog> ;
    lvont:iso6392BCode "nog"^^xsd:string ;
    lvont:iso6392TCode "nog"^^xsd:string ;
    lvont:iso639P3PCode "nog"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-2/nog>,
        <http://www.glottolog.org/resource/languoid/id/noga1249> ;
    owl:sameAs <http://dbpedia.org/resource/Nogai_language>,
        <http://psi.oasis-open.org/iso/639/#nog>,
        <http://www.lingvoj.org/lang/nog>,
        <http://www.mpii.de/yago/resource/Nogai_language>,
        <info:lc/vocabulary/languages/nog> ;
    skos:altLabel "Noqay dili"@az,
        "Nogaieg"@br,
        "Nogai"@ca,
        "Nogajština"@cs,
        "Nogaische Sprache"@de,
        "Nogai language"@en,
        "Idioma nogayo"@es,
        "زبان نوقایی"@fa,
        "Nogain kieli"@fi,
        "Nogaï"@fr,
        "Lingua nogai"@it,
        "Nogajų kalba"@lt,
        "Ногајски јазик"@mk,
        "Język nogajski"@pl,
        "Língua nogai"@pt,
        "Ногайский язык"@ru,
        "ภาษาโนไก"@th,
        "Ногайська мова"@uk ;
    skos:definition "Nogai (also Nogay or Nogai Tatar), is a Turkic language spoken in southwestern Russia. Three distinct dialects are recognized: Qara-Nogay (Black or Northern Nogay), spoken in Dagestan; Nogai Proper, in Stavropol; and Aqnogay (White or Western Nogay), by the Kuban River, its tributaries in Karachay–Cherkessia, and in the Mineralnye Vody District. Qara-Nogay and Nogai Proper are very close linguistically, while Aqnogay shows more differences."@en ;
    skos:inScheme lexvo: ;
    skos:notation "nog"^^xsd:string ;
    skos:prefLabel "Nogai"@af,
        "النوجاي"@ar,
        "noqay dili"@az,
        "нагайская"@be,
        "ногаи"@bg,
        "নোগাই"@bn,
        "nogay"@br,
        "नोगाई"@brx,
        "nogai"@bs,
        "ногаи"@bs-Cyrl,
        "nogai"@ca,
        "诺盖文"@cmn,
        "諾蓋文"@cmn-Hant,
        "nogajština"@cs,
        "nogai"@da,
        "Nogai"@de,
        "Νογκάι"@el,
        "Nogai"@en,
        "Nogaja lingvo"@eo,
        "nogai"@es,
        "nogai"@et,
        "نغایی"@fa,
        "nogai"@fi,
        "nogaï"@fr,
        "Nogay dili"@gag,
        "Nogaisch"@gsw,
        "નોગાઇ"@gu,
        "נוגאי"@he,
        "नोगाई"@hi,
        "nogajski"@hr,
        "nogaj"@hu,
        "Nogai"@id,
        "nógaí"@is,
        "nogai"@it,
        "ノガイ語"@ja,
        "Ноғай тілі"@kk,
        "ನೊಗಾಯ್"@kn,
        "노가이어"@ko,
        "Ногъай тил"@krc,
        "نوگاے"@ks,
        "Ногай кыв"@kv,
        "ນໍໄກ"@lo,
        "nogų"@lt,
        "Nuogaju kalba"@lt-x,
        "nogaju"@lv,
        "ногај"@mk,
        "നോഗൈ"@ml,
        "नोगाई"@mr,
        "Nogai"@mt,
        "nogai"@nb,
        "Nogai"@nl,
        "nogai"@nn,
        "ନୋଗାଇ"@or,
        "Ногъайаг æвзаг"@os,
        "nogajski"@pl,
        "Lenga nogai"@pms,
        "nogai"@pt,
        "nogai"@rm,
        "nogai"@ro,
        "ногайский"@ru,
        "nogajčina"@sk,
        "nogajščina"@sl,
        "Ногаи"@sr,
        "Nogai"@sr-Latn,
        "nogai"@sv,
        "நோகை"@ta,
        "నోగై"@te,
        "โนไก"@th,
        "lea fakanokai"@to,
        "Nogayca"@tr,
        "Нугай теле"@tt,
        "ногайська"@uk,
        "Tiếng Nogai"@vi .

<http://lexvo.org/id/iso639-3/ori> a lvont:Language,
        skos:Concept ;
    lvont:isFocusOf <http://id.loc.gov/vocabulary/iso639-2/ori> ;
    lvont:iso6392BCode "ori"^^xsd:string ;
    lvont:iso6392TCode "ori"^^xsd:string ;
    lvont:iso639P1Code "or"^^xsd:string ;
    lvont:iso639P3PCode "ori"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-2/ori>,
        <http://www.glottolog.org/resource/languoid/id/nucl1284> ;
    owl:sameAs <http://dbpedia.org/resource/Oriya_language>,
        <http://lexvo.org/id/iso639-1/or>,
        <http://psi.oasis-open.org/iso/639/#ori>,
        <http://www.lingvoj.org/lang/or>,
        <http://www.mpii.de/yago/resource/Oriya_language>,
        <info:lc/vocabulary/languages/ori> ;
    skos:altLabel "Орыя, мова"@be,
        "ওড়িয়া ভাষা"@bn,
        "Oriyeg"@br,
        "Oriya"@ca,
        "Oriya"@da,
        "Oriya"@de,
        "Oriya (macrolanguage)"@en,
        "Oriya language"@en,
        "Orija lingvo"@eo,
        "Idioma oriya"@es,
        "Oria keel"@et,
        "Oriya"@eu,
        "Orija"@fi,
        "Oriya"@fr,
        "ઉડિયા ભાષા"@gu,
        "אורייה"@he,
        "ओड़िया भाषा"@hi,
        "Oriya jezici"@hr,
        "Bahasa Oriya"@id,
        "Lingua oriya"@it,
        "ორიული"@ka,
        "ഒറിയ"@ml,
        "उडिया भाषा"@mr,
        "ଓଡ଼ିଆ ଭାଷା"@or,
        "Język orija"@pl,
        "Língua oriá"@pt,
        "Ория"@ru,
        "Inyoriya"@rw,
        "Орија језик"@sr,
        "Oriya"@sv,
        "ஒடியா மொழி"@ta,
        "ఒరియా భాష"@te,
        "ภาษาโอริยา"@th,
        "Орія"@uk,
        "Tiếng Ô-ri-a"@vi ;
    skos:definition "Oriya ( ), officially spelled Odia, is an Indian language, belonging to the Indo-Aryan branch of the Indo-European language family. It is mainly spoken in the Indian states of Orissa and West Bengal. Oriya is one of the many official languages in India; it is the official language of Orissa and the second official language of Jharkhand."@en ;
    skos:inScheme lexvo: ;
    skos:notation "ori"^^xsd:string ;
    skos:prefLabel "Oriya"@af,
        "ኦሪያኛ"@am,
        "الأورييا"@ar,
        "oriya"@ast,
        "Oriyə dili"@az,
        "орыя"@be,
        "ория"@bg,
        "উড়িয়া"@bn,
        "ཨཽ་རི་ཡ་སྐད།"@bo,
        "ওড়িয়া ঠার"@bpy,
        "oriya"@br,
        "उड़िया"@brx,
        "orijski"@bs,
        "оријски"@bs-Cyrl,
        "ኦሪያኛ"@byn,
        "oriya"@ca,
        "欧里亚文"@cmn,
        "歐里亞文"@cmn-Hant,
        "urijština"@cs,
        "Ори"@cv,
        "Oriya"@cy,
        "oriya"@da,
        "Orija"@de,
        "ཨོ་རི་ཡ་ཁ"@dz,
        "oriyagbe"@ee,
        "Ορίγια"@el,
        "Oriya"@en,
        "orijo"@eo,
        "oriya"@es,
        "oria"@et,
        "oriya"@eu,
        "اوریه‌ای"@fa,
        "orija"@fi,
        "Oriya"@fil,
        "oriya"@fo,
        "oriya"@fr,
        "oriya"@fur,
        "Oraisis"@ga,
        "Oriya"@gd,
        "oriya"@gl,
        "Orija"@gsw,
        "ઉડિયા"@gu,
        "Oriyanci"@ha,
        "אוריה"@he,
        "उड़िया"@hi,
        "Oriya bhasa"@hif,
        "orijski"@hr,
        "orija"@hu,
        "Օրիսերեն"@hy,
        "oriya"@ia,
        "Oriya"@id,
        "óría"@is,
        "oriya"@it,
        "オリヤー語"@ja,
        "ორია"@ka,
        "oriya"@kea,
        "ория"@kk,
        "អូរីយ៉ា"@km,
        "ಓರಿಯಾ"@kn,
        "ओरिया"@knn,
        "오리야어"@ko,
        "اوٚرِیا"@ks,
        "Oriija"@ksh,
        "ория"@ky,
        "Lingua Orissensis"@la,
        "ໂອຣີຢາ"@lo,
        "orijų"@lt,
        "oriju"@lv,
        "орија"@mk,
        "ഒഡിയ"@ml,
        "उडिया"@mr,
        "Orija"@mt,
        "oriya"@nb,
        "ओरिया"@ne,
        "उडिया भाषा"@new,
        "Odia"@nl,
        "oriya"@nn,
        "Oriya"@no,
        "ଓଡ଼ିଆ"@or,
        "orija"@pl,
        "اوريا"@ps,
        "oriya"@pt,
        "Oriya simi"@qu,
        "oriya"@rm,
        "oriya"@ro,
        "ория"@ru,
        "Icyoriya"@rw,
        "ओडिया"@sa,
        "Oriya"@sh,
        "ඔරියා"@si,
        "uríjčina"@sk,
        "orijščina"@sl,
        "Oriya"@so,
        "Orija"@sq,
        "Оријски"@sr,
        "Orijski"@sr-Latn,
        "Oriya"@st,
        "oriya"@sv,
        "Kioriya"@swh,
        "ஒரியா"@ta,
        "ఒరియా"@te,
        "Урисоӣ"@tg,
        "โอริยา"@th,
        "ኦሪያ"@ti,
        "ኦሪያኛ"@tig,
        "lea fakaʻinitia ʻolāea"@to,
        "Oriya Dili"@tr,
        "ئورىياچە"@ug,
        "орія"@uk,
        "اورِیا"@ur,
        "Tiếng Oriya"@vi,
        "Oriya"@wae,
        "Oriya"@xh,
        "奥里亚语"@zh,
        "Oriya"@zsm,
        "isi-Oriya"@zu .

<http://lexvo.org/id/iso639-3/orm> a lvont:Language,
        skos:Concept ;
    lvont:isFocusOf <http://id.loc.gov/vocabulary/iso639-2/orm> ;
    lvont:iso6392BCode "orm"^^xsd:string ;
    lvont:iso6392TCode "orm"^^xsd:string ;
    lvont:iso639P1Code "om"^^xsd:string ;
    lvont:iso639P3PCode "orm"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-2/orm> ;
    owl:sameAs <http://dbpedia.org/resource/Oromo_language>,
        <http://lexvo.org/id/iso639-1/om>,
        <http://psi.oasis-open.org/iso/639/#orm>,
        <http://www.lingvoj.org/lang/om>,
        <http://www.mpii.de/yago/resource/Oromo_language>,
        <info:lc/vocabulary/languages/gal>,
        <info:lc/vocabulary/languages/orm> ;
    skos:altLabel "ኦሮሞኛ"@am,
        "অরমো ভাষা"@bn,
        "Oromo"@ca,
        "Oromo"@da,
        "Oromo language"@en,
        "Oroma lingvo"@eo,
        "Idioma oromo"@es,
        "Oromon kieli"@fi,
        "Oromo"@fr,
        "oromo"@fr,
        "Oromo jezici"@hr,
        "Lingua oromo"@it,
        "Oromų kalba"@lt,
        "Afaan Oromo"@nl,
        "Oromo"@nn,
        "Afaan Oromoo"@om,
        "Język oromo"@pl,
        "Língua oromo"@pt,
        "Оромо"@ru,
        "Oromo"@sv,
        "ஒரோமோ மொழி"@ta,
        "Оромо"@uk ;
    skos:definition "Oromo, also known as Afaan Oromo, Oromiffa(a), Afan Boran, Afan Orma, and sometimes in other languages by variant spellings of these names (Oromic, Afan Oromo, etc.), is an Afro-Asiatic language, and the most widely spoken of the Cushitic family. Forms of Oromo are spoken as a first language by more than 25 million Oromo and neighbouring peoples in Ethiopia and Kenya. Some think of Oromo as a dialect continuum, since not all varieties are mutually intelligible. It is a sociolinguistic language, consisting of four varieties: Borana–Arsi–Guji Oromo, Eastern Oromo (also called Qottu), Orma, and West Central Oromo."@en ;
    skos:inScheme lexvo: ;
    skos:notation "orm"^^xsd:string ;
    skos:prefLabel "Oromo"@af,
        "ኦሮምኛ"@am,
        "الأورومو"@ar,
        "oromo dili"@az,
        "оромо"@bg,
        "অরোমো"@bn,
        "Yezhoù oromoek"@br,
        "ओरोमो (अफ़ान)"@brx,
        "oromo"@bs,
        "оромо"@bs-Cyrl,
        "ኦሮምኛ"@byn,
        "oromo"@ca,
        "奥洛莫文"@cmn,
        "奧羅莫文"@cmn-Hant,
        "oromština"@cs,
        "Oromo"@cy,
        "oromo"@da,
        "Oromo"@de,
        "Ορόμο"@el,
        "Oromo"@en,
        "oroma"@eo,
        "oromo"@es,
        "oromo keel"@et,
        "Oromoera"@eu,
        "اورومویی"@fa,
        "oromo"@fi,
        "Oromo"@fil,
        "galla"@fr,
        "Oromo"@gd,
        "Oromo"@gl,
        "Oromo"@gsw,
        "ઓરોમો"@gu,
        "אורומו"@he,
        "ओरोमो"@hi,
        "Oromo bhasa"@hif,
        "oromski"@hr,
        "Oromo"@hsb,
        "oromói"@hu,
        "Oromo"@id,
        "Oromo linguo"@io,
        "oromo"@is,
        "oromo"@it,
        "オロモ語"@ja,
        "ორომო"@ka,
        "ಓರೊಮೋ"@kn,
        "ओरोमो (अफान)"@knn,
        "오로모어"@ko,
        "اوٚرومو"@ks,
        "ໂອໂລໂມ"@lo,
        "oromų"@lt,
        "oromu"@lv,
        "оромо"@mk,
        "ഒറോമൂ"@ml,
        "ओरोमो"@mr,
        "Oromo (Afan)"@mt,
        "oromo"@nb,
        "Oromo"@nl,
        "oromo"@nn,
        "Oromo"@no,
        "Oromoo"@om,
        "ଓରୋମୋ"@or,
        "oromski"@pl,
        "oromo"@pt,
        "Oromo simi"@qu,
        "oromo"@rm,
        "oromo"@ro,
        "оромо"@ru,
        "Icyoromo"@rw,
        "oromčina"@sk,
        "oromo"@sl,
        "Af-Oromo"@so,
        "Оромо"@sr,
        "Oromo"@sr-Latn,
        "oromo"@sv,
        "Kioromo"@swh,
        "ஒரோமோ"@ta,
        "ఒరోమో"@te,
        "โอโรโม"@th,
        "ኦሮምኛ"@tig,
        "Oromo"@tr,
        "оромо"@uk,
        "اورومو"@ur,
        "Tiếng Oromo"@vi,
        "奧羅莫語"@zh,
        "Oromo"@zsm,
        "Isi-Oromo"@zu .

<http://lexvo.org/id/iso639-3/oss> a lvont:Language,
        skos:Concept ;
    lvont:isFocusOf <http://id.loc.gov/vocabulary/iso639-2/oss> ;
    lvont:iso6392BCode "oss"^^xsd:string ;
    lvont:iso6392TCode "oss"^^xsd:string ;
    lvont:iso639P1Code "os"^^xsd:string ;
    lvont:iso639P3PCode "oss"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-2/oss>,
        <http://www.glottolog.org/resource/languoid/id/osse1243> ;
    owl:sameAs <http://dbpedia.org/resource/Ossetic_language>,
        <http://lexvo.org/id/iso639-1/os>,
        <http://lexvo.org/id/wordnet/30/noun/ossete_1_10_00>,
        <http://psi.oasis-open.org/iso/639/#oss>,
        <http://www.lingvoj.org/lang/os>,
        <http://www.mpii.de/yago/resource/Ossetic_language>,
        <info:lc/vocabulary/languages/oss> ;
    skos:altLabel "ኦሴቲክ"@am,
        "لغة أوسيتية"@ar,
        "Асецінская мова"@be,
        "Осетински език"@bg,
        "অসেটীয় ভাষা"@bn,
        "Oseteg"@br,
        "Osseta"@ca,
        "Osetština"@cs,
        "Ossetisk"@da,
        "Ossetische Sprache"@de,
        "Ossetian"@en,
        "Ossetic language"@en,
        "Idioma osetio"@es,
        "زبان آسی"@fa,
        "Osseetin kieli"@fi,
        "Ossetiskt mál"@fo,
        "Ossète"@fr,
        "Óiséitis"@ga,
        "Lingua ossetia"@gl,
        "ओसेती भाषा"@hi,
        "Osetski jezik"@hr,
        "Oszét nyelv"@hu,
        "Bahasa Ossetia"@id,
        "Lingua osseta"@it,
        "ოსური ენა"@ka,
        "Osetinų kalba"@lt,
        "Osetīnu valoda"@lv,
        "Ирон æвзаг"@os,
        "Język osetyjski"@pl,
        "Língua osseta"@pt,
        "ossético"@pt,
        "Limba osetă"@ro,
        "Осетинский язык"@ru,
        "Osetčina"@sk,
        "Osetinščina"@sl,
        "Осетински језик"@sr,
        "Ossetiska"@sv,
        "ஒசேத்திய மொழி"@ta,
        "ภาษาออสเซติก"@th,
        "Осетинська мова"@uk,
        "Tiếng Ossetic"@vi ;
    skos:definition "Ossetic or Ossetian , also sometimes called Ossete, is an East Iranian language spoken in Ossetia, a region on the slopes of the Caucasus Mountains."@en ;
    skos:inScheme lexvo: ;
    skos:notation "oss"^^xsd:string ;
    skos:prefLabel "Osseties"@af,
        "ኢሮንኛ"@am,
        "الأوسيتيك"@ar,
        "osetik dili"@az,
        "Осетин теле"@ba,
        "асецінская"@be,
        "Асэтынская мова"@be-tarask,
        "осетски"@bg,
        "ওসেটিক"@bn,
        "oseteg"@br,
        "ओस्सेटी"@brx,
        "osetski"@bs,
        "осетски"@bs-Cyrl,
        "osset"@ca,
        "Pinulongang Osetyo"@ceb,
        "奥塞梯文"@cmn,
        "奧塞提文"@cmn-Hant,
        "Oset tili"@crh,
        "osetština"@cs,
        "Осєтьскъ ѩꙁꙑкъ"@cu,
        "Oseteg"@cy,
        "ossetisk"@da,
        "Ossetisch"@de,
        "Osetki"@diq,
        "ossetiagbe"@ee,
        "Οσετικά"@el,
        "Ossetic"@en,
        "Oseta lingvo"@eo,
        "osético"@es,
        "osseedi"@et,
        "osetiera"@eu,
        "آسی"@fa,
        "osseetti"@fi,
        "Ossetic"@fil,
        "ossetiskt"@fo,
        "ossète"@fr,
        "osetic"@fur,
        "Oiséitis"@ga,
        "Osàidis"@gd,
        "osetio"@gl,
        "Ossezisch"@gsw,
        "ઓસ્સેટિક"@gu,
        "Ossetish"@gv,
        "אוסטית"@he,
        "ओस्सेटिक"@hi,
        "osetski"@hr,
        "Osetišćina"@hsb,
        "oszét"@hu,
        "Օսերեն"@hy,
        "Ossetia"@id,
        "ossetíska"@is,
        "ossetico"@it,
        "オセット語"@ja,
        "ოსური"@ka,
        "осетин"@kk,
        "ಒಸ್ಸೆಟಿಕ್"@kn,
        "오세트어"@ko,
        "Тегей тил"@krc,
        "اوٚسیٚٹِک"@ks,
        "Oßeetesch"@ksh,
        "Zimanê osetî"@ku,
        "Осет кыв"@kv,
        "Lengua osseta"@lij,
        "ອອດເຊຕິກ"@lo,
        "osetinų"@lt,
        "osetīnu"@lv,
        "осетиски"@mk,
        "ഒസ്സെറ്റിക്"@ml,
        "ओस्सेटिक"@mr,
        "Ossettiku"@mt,
        "Ossetia-gí"@nan,
        "ossetisk"@nb,
        "Ossetisch"@nl,
        "ossetisk"@nn,
        "Ossetisk"@no,
        "ଓସେଟିକ୍"@or,
        "ирон"@os,
        "osetyjski"@pl,
        "Lenga Osetin-a"@pms,
        "اوسیشین"@pnb,
        "ossetic"@pt,
        "Usit simi"@qu,
        "ossetic"@rm,
        "osetă"@ro,
        "осетинский"@ru,
        "Icyosetiya"@rw,
        "Осетин тыла"@sah,
        "Ossetic leid"@sco,
        "osetčina"@sk,
        "osetinščina"@sl,
        "Осетски"@sr,
        "Osetski"@sr-Latn,
        "ossetiska"@sv,
        "Kiosetia"@swh,
        "ஒசெட்டிக்"@ta,
        "ఒసేటిక్"@te,
        "ออสเซเตีย"@th,
        "lea ʻosetiki"@to,
        "Osetçe"@tr,
        "Осетин теле"@tt,
        "Осетин кыл"@udm,
        "осетинська"@uk,
        "اوسیٹک"@ur,
        "Tiếng Ossetia"@vi,
        "Osétiš"@wae,
        "奧塞梯語"@zh,
        "Ossete"@zsm,
        "isi-Ossetic"@zu .

<http://lexvo.org/id/iso639-3/pan> a lvont:Language,
        skos:Concept ;
    lvont:isFocusOf <http://id.loc.gov/vocabulary/iso639-2/pan> ;
    lvont:iso6392BCode "pan"^^xsd:string ;
    lvont:iso6392TCode "pan"^^xsd:string ;
    lvont:iso639P1Code "pa"^^xsd:string ;
    lvont:iso639P3PCode "pan"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-2/pan>,
        <http://www.glottolog.org/resource/languoid/id/panj1256> ;
    owl:sameAs <http://dbpedia.org/resource/Punjabi_language>,
        <http://lexvo.org/id/iso639-1/pa>,
        <http://lexvo.org/id/wordnet/30/noun/punjabi_1_10_00>,
        <http://psi.oasis-open.org/iso/639/#pan>,
        <http://www.lingvoj.org/lang/pa>,
        <http://www.mpii.de/yago/resource/Punjabi_language>,
        <info:lc/vocabulary/languages/pan> ;
    skos:altLabel "Pandjabi"@af,
        "لغة بنجابية"@ar,
        "Панджабі"@be,
        "Панджабски език"@bg,
        "পাঞ্জাবি ভাষা"@bn,
        "Pandjabeg"@br,
        "Panjabi"@ca,
        "Paňdžábština"@cs,
        "Pwnjabi"@cy,
        "Punjabi"@da,
        "Pandschabisch"@de,
        "Punjabi"@en,
        "Punjabi language"@en,
        "Panĝaba lingvo"@eo,
        "Idioma punyabí"@es,
        "Pandžabi keel"@et,
        "Punjabera"@eu,
        "زبان پنجابی"@fa,
        "Punjabin kieli"@fi,
        "pendjabi"@fr,
        "An Phuinseáibis"@ga,
        "Punjabi"@gd,
        "Lingua punjabi"@gl,
        "પંજાબી ભાષા"@gu,
        "פנג׳אבית"@he,
        "पंजाबी भाषा"@hi,
        "Lingua panjabi"@ia,
        "Bahasa Punjabi"@id,
        "Púndjabí"@is,
        "Lingua punjabi"@it,
        "パンジャーブ語"@ja,
        "펀자브어"@ko,
        "Pandžabų kalba"@lt,
        "Pandžabu valoda"@lv,
        "പഞ്ചാബി ഭാഷ"@ml,
        "पंजाबी भाषा"@mr,
        "पञ्जाबी भाषा"@ne,
        "Panjabi"@nn,
        "ਪੰਜਾਬੀ ਭਾਸ਼ਾ"@pa,
        "Język pendżabski"@pl,
        "Língua panjabi"@pt,
        "Limba punjabă"@ro,
        "Панджаби"@ru,
        "Pandžábčina"@sk,
        "Панџабски"@sr,
        "Punjabi"@sv,
        "பஞ்சாபி மொழி"@ta,
        "ภาษาปัญจาบ"@th,
        "Пенджабська мова"@uk,
        "پنجابی زبان"@ur,
        "Tiếng Punjabi"@vi ;
    skos:definition "Punjabi ( in Gurmukhi script and in Shahmukhi/Perso-Arabic script) is an Indo-Aryan language spoken by inhabitants of the historical Punjab region (north western India and central Pakistan). For Sikhs, the Punjabi language stands as the official language in which all ceremonies take place. In Pakistan, Punjabi is the most widely spoken language. Punjabi can be subdivided into two varieties, known as Eastern Punjabi and Western Punjabi."@en ;
    skos:inScheme lexvo: ;
    skos:notation "pan"^^xsd:string ;
    skos:prefLabel "Punjabi"@af,
        "Kpuwndzabì"@agq,
        "Pungyabi kasa"@ak,
        "ፑንጃብኛ"@am,
        "البنجابية"@ar,
        "بنجابى"@arz,
        "Kipunjabi"@asa,
        "punyabí"@ast,
        "puncab dili"@az,
        "Hɔp u pɛnjàbi"@bas,
        "панджабі"@be,
        "Ichi Punjabi"@bem,
        "Hipunjabi"@bez,
        "пенджабски"@bg,
        "pɛnijabikan"@bm,
        "পাঞ্জাবী"@bn,
        "পাঞ্জাবি ঠার"@bpy,
        "punjabi"@br,
        "पंजाबी"@brx,
        "pandžabski"@bs,
        "панџабски"@bs-Cyrl,
        "ፓንጃቢኛ"@byn,
        "panjabi"@ca,
        "Orupungyabi"@cgg,
        "旁遮普文"@cmn,
        "旁遮普文"@cmn-Hant,
        "paňdžábština"@cs,
        "Панджаби"@cv,
        "Punjabi"@cy,
        "punjabi"@da,
        "Kipunjabi"@dav,
        "Panjabi"@de,
        "Punjaabi sennii"@dje,
        "penjabi"@dyo,
        "པཱན་ཇ་བི་ཁ"@dz,
        "Kĩpunjabi"@ebu,
        "pundzabgbe"@ee,
        "Παντζαπικά"@el,
        "Panjabi"@en,
        "panĝaba"@eo,
        "punjabí"@es,
        "pandžabi"@et,
        "punjabera"@eu,
        "ǹkɔ́bɔ funəhábia"@ewo,
        "پنجابی"@fa,
        "Punjabeere"@ff,
        "pandžabi"@fi,
        "Punjabi"@fil,
        "punjabiskt"@fo,
        "Panjābī"@fr,
        "punjabi"@fur,
        "Pûnjabysk"@fy,
        "Puinseáibis"@ga,
        "Panjabi"@gd,
        "punjabi"@gl,
        "Pandschabisch"@gsw,
        "પંજાબી"@gu,
        "Kipunjabi"@guz,
        "Punjabi"@ha,
        "פנג'אבי"@he,
        "पंजाबी"@hi,
        "Panjabi bhasa"@hif,
        "punjabi"@hr,
        "pandzsábi"@hu,
        "Փենջաբերեն"@hy,
        "punjabi"@ia,
        "Punjabi"@id,
        "Punjabi"@ig,
        "Pundjabi linguo"@io,
        "púnjabí"@is,
        "punjabi"@it,
        "パンジャブ語"@ja,
        "Kyipunjabi"@jmc,
        "პენჯაბური ენა"@ka,
        "Tapunjabit"@kab,
        "Kipunjabi"@kam,
        "Chipunjabi"@kde,
        "pandjabi"@kea,
        "Punjaabi sennii"@khq,
        "Kipunjabi"@ki,
        "панджаб"@kk,
        "kutitab Punjab"@kln,
        "បឹនជាពិ"@km,
        "ಪಂಜಾಬಿ"@kn,
        "पंजाबी"@knn,
        "펀잡어"@ko,
        "پَنجٲبۍ"@ks,
        "Kipunjabi"@ksb,
        "ripɛnjabí"@ksf,
        "Panschaabesch"@ksh,
        "пунжабиче"@ky,
        "Lingua Panjabica"@la,
        "Kɨpúnjabi"@lag,
        "Lupunjabi"@lg,
        "Lengua punjabi"@lij,
        "lipendzabi"@ln,
        "ປັນຈາບ"@lo,
        "pendžabų"@lt,
        "Lipunjabi"@lu,
        "Kipunjabi"@luo,
        "Kipunjabi"@luy,
        "pandžabu"@lv,
        "nkʉtʉ́k ɔ́ɔ̄ lpunjabi"@mas,
        "Kĩpunjabu"@mer,
        "penjabi"@mfe,
        "Penjabi"@mg,
        "Ipunjabi"@mgh,
        "пунџаби"@mk,
        "പഞ്ചാബി"@ml,
        "पंजाबी"@mr,
        "Bahasa Punjabi"@ms,
        "Punġabi"@mt,
        "Pǝnjabi"@mua,
        "ပန်ဂျာပီ"@my,
        "Punjabigowab"@naq,
        "panjabi"@nb,
        "isi-Phunjabi"@nd,
        "पंजाबी"@ne,
        "पञ्जाबी भाषा"@new,
        "Punjabi"@nl,
        "Kiɛl pɛndjabi"@nmg,
        "panjabi"@nn,
        "Panjabi"@no,
        "Thok puɔnjabani"@nus,
        "Orupungyabi"@nyn,
        "Afaan Punjabii"@om,
        "ପଞ୍ଜାବୀ"@or,
        "ਪੰਜਾਬੀ"@pa,
        "پنجاب"@pa-Arab,
        "pendżabski"@pl,
        "Lenga panjabi oriental"@pms,
        "پنجابی"@pnb,
        "پنجابي"@ps,
        "panjabi"@pt,
        "Panyabi simi"@qu,
        "punjabi"@rm,
        "Igipunjabi"@rn,
        "punjabi"@ro,
        "Kipunjabi"@rof,
        "панджаби"@ru,
        "Igipunjabi"@rw,
        "Kyipunjabi"@rwk,
        "पञ्जाबी"@sa,
        "Пандьаабтыы"@sah,
        "Kipunjabi"@saq,
        "Ishipunjabi"@sbp,
        "Panjabi Leid"@sco,
        "panjabigiella"@se,
        "panjabi"@seh,
        "Punjaabi sennii"@ses,
        "Penzäbï"@sg,
        "Punjabi jezik"@sh,
        "ⵜⴰⴱⵏⵊⴰⴱⵉⵜ"@shi,
        "tabnjabit"@shi-Latn,
        "ජන්ජාබ්"@si,
        "pandžábčina"@sk,
        "pandžabščina"@sl,
        "chiPunjabi"@sn,
        "Bunjaabi"@so,
        "Punxhabi"@sq,
        "Панџаби"@sr,
        "Pandžabski"@sr-Latn,
        "Se-punjabi"@st,
        "punjabi"@sv,
        "Kipunjabi"@swc,
        "Kipunjabi"@swh,
        "பஞ்சாபி"@ta,
        "పంజాబీ"@te,
        "Kipunjabi"@teo,
        "Забони панҷобӣ"@tg,
        "ปัญจาบ"@th,
        "ፑንጃቢኛ"@ti,
        "ፓንጃቢኛ"@tig,
        "Punjabi"@tn,
        "lea punusapi"@to,
        "Pencapça"@tr,
        "Punjaabi sennii"@twq,
        "Tabenjabit"@tzm,
        "پەنجاب تىلى"@ug,
        "панджабі"@uk,
        "پنجابی"@ur,
        "ꖛꕨꔬ"@vai,
        "Puŋjabhi"@vai-Latn,
        "Tiếng Punjab"@vi,
        "Kyipunjabi"@vun,
        "Pandšabiš"@wae,
        "Isi-Punjabi"@xh,
        "Olupunjabi"@xog,
        "nupunsapíɛ́"@yav,
        "Èdè Punjabi"@yo,
        "旁遮普話"@yue,
        "旁遮普語"@zh,
        "Punjabi"@zsm,
        "isi-Punjabi"@zu .

<http://lexvo.org/id/iso639-3/pol> a lvont:Language,
        skos:Concept ;
    lvont:isFocusOf <http://id.loc.gov/vocabulary/iso639-2/pol> ;
    lvont:iso6392BCode "pol"^^xsd:string ;
    lvont:iso6392TCode "pol"^^xsd:string ;
    lvont:iso639P1Code "pl"^^xsd:string ;
    lvont:iso639P3PCode "pol"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-2/pol>,
        <http://www.glottolog.org/resource/languoid/id/poli1260> ;
    owl:sameAs <http://dbpedia.org/resource/Polish_language>,
        <http://lexvo.org/id/iso639-1/pl>,
        <http://lexvo.org/id/wordnet/30/noun/polish_1_10_00>,
        <http://psi.oasis-open.org/iso/639/#pol>,
        <http://www.lingvoj.org/lang/pl>,
        <http://www.mpii.de/yago/resource/Polish_language>,
        <info:lc/vocabulary/languages/pol> ;
    skos:altLabel "لغة بولندية"@ar,
        "Polacu"@ast,
        "Polyak dili"@az,
        "Польская мова"@be,
        "Полски език"@bg,
        "পোলীয় ভাষা"@bn,
        "ཕོ་ལན་སྐད།"@bo,
        "Poloneg"@br,
        "Poljski jezik"@bs,
        "Polonès"@ca,
        "Polština"@cs,
        "Polsk"@da,
        "Polnische Sprache"@de,
        "Pɔlisigbe"@ee,
        "Πολωνική γλώσσα"@el,
        "Polish language"@en,
        "Pola lingvo"@eo,
        "Idioma polaco"@es,
        "Poola keel"@et,
        "Poloniera"@eu,
        "زبان لهستانی"@fa,
        "لهستانی"@fa,
        "Puolan kieli"@fi,
        "Polonais"@fr,
        "An Pholainnis"@ga,
        "Pòlainnis"@gd,
        "Lingua polaca"@gl,
        "पोलिश भाषा"@hi,
        "Poljski jezik"@hr,
        "Lengyel nyelv"@hu,
        "Lingua polonese"@ia,
        "Bahasa Polski"@id,
        "Pólska"@is,
        "Lingua polacca"@it,
        "პოლონური ენა"@ka,
        "Поляк тілі"@kk,
        "Polenimiutut"@kl,
        "ភាសាប៉ូឡូញ"@km,
        "Lenkų kalba"@lt,
        "Poļu valoda"@lv,
        "Fiteny poloney"@mg,
        "Полски јазик"@mk,
        "പോളിഷ് ഭാഷ"@ml,
        "पोलिश भाषा"@mr,
        "Lingwa Pollakka"@mt,
        "Poolsch"@nds,
        "Polsk"@nn,
        "Język polski"@pl,
        "Língua polaca"@pt,
        "polonês"@pt,
        "Limba poloneză"@ro,
        "Польский язык"@ru,
        "Polskkagiella"@se,
        "Poľština"@sk,
        "Poljščina"@sl,
        "Gjuha polake"@sq,
        "Пољски језик"@sr,
        "Polska"@sv,
        "போலிய மொழி"@ta,
        "Забони полякӣ"@tg,
        "ภาษาโปแลนด์"@th,
        "Польська мова"@uk,
        "Èdè Ilẹ̀ Polandi"@yo,
        "IsiPholisi"@zu ;
    skos:definition "Polish (język polski, polszczyzna) is a language of the Lechitic subgroup of West Slavic languages, used throughout Poland (being that country's official language) and by Polish minorities in other countries. Its written standard is the Polish alphabet, which has several additions to the letters of the basic Latin script."@en ;
    skos:inScheme lexvo: ;
    skos:notation "pol"^^xsd:string ;
    skos:prefLabel "Pools"@af,
        "Kpɔlìs"@agq,
        "ܠܫܢܐ ܦܘܠܢܕܝܐ"@aii,
        "Pɔland kasa"@ak,
        "ፖሊሽኛ"@am,
        "Idioma polaco"@an,
        "Polisc sprǣc"@ang,
        "البولندية"@ar,
        "لغه بولاندى"@arz,
        "Kipolandi"@asa,
        "polacu"@ast,
        "Polish dili"@az,
        "Поляк теле"@ba,
        "Hɔp u pɔlɔ̄nà"@bas,
        "польская"@be,
        "Польская мова"@be-tarask,
        "Ichi Polishi"@bem,
        "Hipolandi"@bez,
        "полски"@bg,
        "polonekan"@bm,
        "পোলিশ"@bn,
        "པོ་ལན་སྐད།"@bo,
        "poloneg"@br,
        "पोलिश"@brx,
        "poljski"@bs,
        "пољски"@bs-Cyrl,
        "ፖሊሽ"@byn,
        "polonès"@ca,
        "Polákhoyn mott"@ce,
        "Orupoori"@cgg,
        "波兰文"@cmn,
        "波蘭文"@cmn-Hant,
        "Lingua pulacca"@co,
        "Leh tili"@crh,
        "polština"@cs,
        "Pòlsczi jãzëk"@csb,
        "Пол҄ьскъ ѩꙁꙑкъ"@cu,
        "Поляк чĕлхи"@cv,
        "Pwyleg"@cy,
        "polsk"@da,
        "Kipolandi"@dav,
        "Polnisch"@de,
        "Polonee senni"@dje,
        "Pólšćina"@dsb,
        "ލަހިސްތާނީ"@dv,
        "polonees"@dyo,
        "པོ་ལིཤ་ཁ"@dz,
        "Kĩpolandi"@ebu,
        "polandgbe"@ee,
        "Πολωνικά"@el,
        "Polish"@en,
        "pola"@eo,
        "polaco"@es,
        "poola"@et,
        "poloniera"@eu,
        "ǹkɔ́bɔ fólis"@ewo,
        "پولندی"@fa,
        "Poloneere"@ff,
        "puola"@fi,
        "Polish"@fil,
        "polskt"@fo,
        "polonais"@fr,
        "Polonès"@frp,
        "polac"@fur,
        "Poalsk"@fy,
        "Polainnis"@ga,
        "Pòlais"@gd,
        "polaco"@gl,
        "Polnisch"@gsw,
        "Polnische Sprache"@gsw-FR,
        "પોલીશ"@gu,
        "Kipolandi"@guz,
        "Polynnish"@gv,
        "Harshen Polan"@ha,
        "Pô-làn-ngî"@hak,
        "פולנית"@he,
        "पॉलिश"@hi,
        "Polish bhasa"@hif,
        "poljski"@hr,
        "Pólšćina"@hsb,
        "lengyel"@hu,
        "Լեհերեն"@hy,
        "polonese"@ia,
        "Polski"@id,
        "Poliishi"@ig,
        "Poloniana linguo"@io,
        "pólska"@is,
        "polacco"@it,
        "ポーランド語"@ja,
        "Kyipolandi"@jmc,
        "Basa Polski"@jv,
        "პოლონური"@ka,
        "Tapulunit"@kab,
        "Kipolandi"@kam,
        "Chipolandi"@kde,
        "pulaku"@kea,
        "Polonee senni"@khq,
        "Kipolandi"@ki,
        "поляк"@kk,
        "polenimiutut"@kl,
        "kutitap Poland"@kln,
        "ប៉ូឡូញ"@km,
        "ಪೋಲಿಶ್"@kn,
        "पोलिष"@knn,
        "폴란드어"@ko,
        "Поляк тил"@krc,
        "پالِش"@ks,
        "Kipolandi"@ksb,
        "ripɔlɔ́n"@ksf,
        "Pollnesch"@ksh,
        "Zimanê polonî"@ku,
        "Польша кыв"@kv,
        "Polonek"@kw,
        "полякча"@ky,
        "Lingua Polonica"@la,
        "Kɨpólandi"@lag,
        "Polnesch"@lb,
        "Lupolandi"@lg,
        "Pools"@li,
        "Lengua polacca"@lij,
        "lipolonɛ"@ln,
        "ໂປໂລຍ"@lo,
        "lenkų"@lt,
        "Lėnku kalba"@lt-x,
        "Mpoloni"@lu,
        "Kipolandi"@luo,
        "Kipolandi"@luy,
        "poļu"@lv,
        "nkʉtʉ́k ɔ́ɔ̄ lpoland"@mas,
        "Полень кяль"@mdf,
        "Kĩpolandi"@mer,
        "polone"@mfe,
        "Poloney"@mg,
        "Ipolandi"@mgh,
        "Поляк йылме"@mhr,
        "Reo Pōrana"@mi,
        "полски"@mk,
        "പോളിഷ്"@ml,
        "Польш хэл"@mn,
        "पोलिश"@mr,
        "Bahasa Poland"@ms,
        "Pollakk"@mt,
        "Poloniya"@mua,
        "ပိုလန်"@my,
        "Dorerin Poran"@na,
        "Poloniatlahtōlli"@nah,
        "Lengua pulacca"@nap,
        "Poleǁî gowab"@naq,
        "polsk"@nb,
        "isi-Pholoshi"@nd,
        "Pools"@nds,
        "पोलिश"@ne,
        "पोलिश भाषा"@new,
        "Pools"@nl,
        "Kiɛl pɔlɔŋe"@nmg,
        "polsk"@nn,
        "Polsk"@no,
        "Thok pölicni"@nus,
        "Orupoori"@nyn,
        "Polonés"@oc,
        "Afaan Polandii"@om,
        "ପୋଲିଶ୍"@or,
        "Польшæйаг æвзаг"@os,
        "ਪੋਲਥਾਨੀ ਭਾਸ਼ਾ"@pa,
        "Polaco"@pap,
        "Polonè"@pcd,
        "Poelish"@pih,
        "polski"@pl,
        "Lenga polonèisa"@pms,
        "پولی"@pnb,
        "پولنډي"@ps,
        "polaco"@pt,
        "Pulaku simi"@qu,
        "polac"@rm,
        "Ikinyapolonye"@rn,
        "poloneză"@ro,
        "Kipolandi"@rof,
        "польский"@ru,
        "Польскый язык"@rue,
        "Igipolone"@rw,
        "Kyipolandi"@rwk,
        "Kipolandi"@saq,
        "Ishipolandi"@sbp,
        "Lingua pulacca"@scn,
        "Pols"@sco,
        "polskkagiella"@se,
        "polonês"@seh,
        "Polonee senni"@ses,
        "Polonëe"@sg,
        "Poljski jezik"@sh,
        "ⵜⴰⴱⵓⵍⵓⵏⵉⵜ"@shi,
        "tabulunit"@shi-Latn,
        "පෝලන්ත"@si,
        "poľština"@sk,
        "poljščina"@sl,
        "chiPolish"@sn,
        "Boolish"@so,
        "Polonisht"@sq,
        "Пољски"@sr,
        "Poljski"@sr-Latn,
        "Se-polish"@st,
        "Poolsk"@stq,
        "polska"@sv,
        "Kipoland"@sw,
        "Kipolandi"@swc,
        "Kipolandi"@swh,
        "Polsko godka"@szl,
        "போலிஷ்"@ta,
        "పోలిష్"@te,
        "Kipolandi"@teo,
        "Lia-polaku"@tet,
        "Лаҳистонӣ"@tg,
        "โปแลนด์"@th,
        "ፖሊሽ"@ti,
        "ፖሊሽ"@tig,
        "Wikang Polako"@tl,
        "Se Poland"@tn,
        "lea fakapōlani"@to,
        "Tok Polan"@tpi,
        "Lehçe"@tr,
        "Xi Polixi"@ts,
        "Polonee senni"@twq,
        "Tappulunit"@tzm,
        "Поляк кыл"@udm,
        "پولەك تىلى"@ug,
        "польська"@uk,
        "پولستانی"@ur,
        "ꗁꔒꔻ"@vai,
        "Pɔ́lési"@vai-Latn,
        "Łéngua połaca"@vec,
        "Tiếng Ba Lan"@vi,
        "Polänapük"@vo,
        "Kyipolandi"@vun,
        "Polniš"@wae,
        "Pinolako"@war,
        "Isi-Polish"@xh,
        "Olupolandi"@xog,
        "nupolonɛ́ɛ"@yav,
        "פויליש"@yi,
        "Èdè Pólándì"@yo,
        "Poôls"@zea,
        "波兰语"@zh,
        "Poland"@zsm,
        "isi-Polish"@zu .

<http://lexvo.org/id/iso639-3/run> a lvont:Language,
        skos:Concept ;
    lvont:isFocusOf <http://id.loc.gov/vocabulary/iso639-2/run> ;
    lvont:iso6392BCode "run"^^xsd:string ;
    lvont:iso6392TCode "run"^^xsd:string ;
    lvont:iso639P1Code "rn"^^xsd:string ;
    lvont:iso639P3PCode "run"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-2/run>,
        <http://www.glottolog.org/resource/languoid/id/rund1242> ;
    owl:sameAs <http://dbpedia.org/resource/Kirundi>,
        <http://lexvo.org/id/iso639-1/rn>,
        <http://psi.oasis-open.org/iso/639/#run>,
        <http://www.lingvoj.org/lang/rn>,
        <http://www.mpii.de/yago/resource/Kirundi>,
        <info:lc/vocabulary/languages/run> ;
    skos:altLabel "rundi dili"@az,
        "Кирунди"@bg,
        "Rundi"@ca,
        "kirundština"@cs,
        "Rundi-Sprache"@de,
        "Kirundi"@en,
        "Burunda lingvo"@eo,
        "Idioma kirundi"@es,
        "rundiera"@eu,
        "Kirundi"@fi,
        "Kirundi"@fr,
        "roundi"@fr,
        "Rundi jezik"@hr,
        "Bahasa Kirundi"@id,
        "Lingua kirundi"@it,
        "Kirundi"@lv,
        "Рундиски јазик"@mk,
        "Język rundi"@pl,
        "Língua kirundi"@pt,
        "Рунди"@ru,
        "Kirundi"@sv,
        "கிருண்டி மொழி"@ta,
        "Rundice"@tr,
        "Кірунді"@uk ;
    skos:definition "Kirundi, also known as Rundi, is a dialect of the Rwanda-Rundi language spoken by some 8.7 million people in Burundi and adjacent parts of Tanzania and Congo-Kinshasa, as well as in Uganda. It is the official language of Burundi. (The Kinyarwanda dialect is the official language of neighboring Rwanda.)"@en ;
    skos:inScheme lexvo: ;
    skos:notation "run"^^xsd:string ;
    skos:prefLabel "Rundi"@af,
        "ሩንዲኛ"@am,
        "الرندي"@ar,
        "Kirundi"@az,
        "рунди"@bg,
        "রুন্দি"@bn,
        "rundi"@br,
        "किरून्दी"@brx,
        "rundi"@bs,
        "рунди"@bs-Cyrl,
        "ሩንዲኛ"@byn,
        "rundi"@ca,
        "基隆迪文"@cmn,
        "隆迪文"@cmn-Hant,
        "Kirundi"@cs,
        "Rwndi"@cy,
        "rundi"@da,
        "Kirundi"@de,
        "rundigbe"@ee,
        "Ρούντι"@el,
        "Rundi"@en,
        "burunda"@eo,
        "kiroundi"@es,
        "rundi"@et,
        "Kirundi"@eu,
        "روندیایی"@fa,
        "rundi"@fi,
        "Rundi"@fil,
        "rundi"@fo,
        "rundi"@fr,
        "rundi"@gl,
        "Rundi-Schpraach"@gsw,
        "રૂન્દી"@gu,
        "קירונדי"@he,
        "रुन्दी"@hi,
        "Kirundi bhasa"@hif,
        "rundi"@hr,
        "kirundi"@hu,
        "Rundi"@id,
        "rúndí"@is,
        "rundi"@it,
        "ルンディ語"@ja,
        "Рундибзэ"@kbd,
        "рунди"@kk,
        "ភាសារូន្ឌី"@km,
        "ರುಂಡಿ"@kn,
        "किरुन्दी"@knn,
        "룬디어"@ko,
        "رُندی"@ks,
        "K-Rundesch"@ksh,
        "ບຸລຸນດີ"@lo,
        "rundi"@lt,
        "rundu"@lv,
        "рундиски"@mk,
        "റുണ്ടി"@ml,
        "रुन्दी"@mr,
        "Bahasa Kirundi"@ms,
        "Rundi"@mt,
        "rundi"@nb,
        "Kirundi"@nl,
        "rundi"@nn,
        "Kirundi"@no,
        "Rundum"@nov,
        "ରୁଣ୍ଡି"@or,
        "rundi"@pl,
        "Lenga Rundi"@pms,
        "rundi"@pt,
        "Rundi simi"@qu,
        "rundi"@rm,
        "Ikirundi"@rn,
        "kirundi"@ro,
        "рунди"@ru,
        "Ikirundi"@rw,
        "Kirundi"@sco,
        "rundčina"@sk,
        "rundščina"@sl,
        "Рунди"@sr,
        "Rundi"@sr-Latn,
        "rundi"@sv,
        "Kirundi"@swh,
        "ருண்டி"@ta,
        "రండి"@te,
        "บุรุนดี"@th,
        "ሩንዲኛ"@tig,
        "lea luaniti"@to,
        "Kirundi"@tr,
        "Рунди кыл"@udm,
        "рунді"@uk,
        "رونڈی"@ur,
        "Tiếng Rundi"@vi,
        "Rundi"@wae,
        "基隆迪语"@zh,
        "Rundi"@zsm,
        "isi-Rundi"@zu .

<http://lexvo.org/id/iso639-3/rus> a lvont:Language,
        skos:Concept ;
    lvont:isFocusOf <http://id.loc.gov/vocabulary/iso639-2/rus> ;
    lvont:iso6392BCode "rus"^^xsd:string ;
    lvont:iso6392TCode "rus"^^xsd:string ;
    lvont:iso639P1Code "ru"^^xsd:string ;
    lvont:iso639P3PCode "rus"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-2/rus>,
        <http://www.glottolog.org/resource/languoid/id/russ1263> ;
    owl:sameAs <http://dbpedia.org/resource/Russian_language>,
        <http://lexvo.org/id/iso639-1/ru>,
        <http://lexvo.org/id/wordnet/30/noun/russian_1_10_00>,
        <http://psi.oasis-open.org/iso/639/#rus>,
        <http://www.lingvoj.org/lang/ru>,
        <http://www.mpii.de/yago/resource/Russian_language>,
        <info:lc/vocabulary/languages/rus> ;
    skos:altLabel "Russian kasa"@ak,
        "لغة روسية"@ar,
        "Rusu"@ast,
        "Rus dili"@az,
        "Руская мова"@be,
        "Руски език"@bg,
        "রুশ ভাষা"@bn,
        "ཨུ་རུ་སུའི་སྐད།"@bo,
        "Rusianeg"@br,
        "Ruski jezik"@bs,
        "Rus"@ca,
        "Ruština"@cs,
        "Rwsieg"@cy,
        "Russisk"@da,
        "Russische Sprache"@de,
        "Ρωσική γλώσσα"@el,
        "Russian language"@en,
        "Rusa lingvo"@eo,
        "Idioma ruso"@es,
        "Vene keel"@et,
        "Errusiera"@eu,
        "زبان روسی"@fa,
        "Venäjän kieli"@fi,
        "Russe"@fr,
        "An Rúisis"@ga,
        "Lingua rusa"@gl,
        "रूसी भाषा"@hi,
        "Ruski jezik"@hr,
        "Orosz nyelv"@hu,
        "Lingua russe"@ia,
        "Bahasa Rusia"@id,
        "Rússneska"@is,
        "Lingua russa"@it,
        "რუსული ენა"@ka,
        "Орыс тілі"@kk,
        "ភាសារុស្ស៊ី"@km,
        "ರಷ್ಯಾದ ಭಾಷೆ"@kn,
        "Орус тили"@ky,
        "Rusų kalba"@lt,
        "Krievu valoda"@lv,
        "Fiteny rosy"@mg,
        "Руски јазик"@mk,
        "റഷ്യൻ ഭാഷ"@ml,
        "रशियन भाषा"@mr,
        "Russ’sche Spraak"@nds,
        "रूसी भाषा"@ne,
        "Russisk"@nn,
        "Уырыссаг æвзаг"@os,
        "Język rosyjski"@pl,
        "روسي ژبه"@ps,
        "Língua russa"@pt,
        "Lingua russa"@rm,
        "Limba rusă"@ro,
        "Русский язык"@ru,
        "Нуучча тыла"@sah,
        "Ruoššagiella"@se,
        "Ruština"@sk,
        "Ruščina"@sl,
        "Gjuha ruse"@sq,
        "Руски језик"@sr,
        "Ryska"@sv,
        "உருசிய மொழி"@ta,
        "రష్యన్ భాష"@te,
        "Забони русӣ"@tg,
        "ภาษารัสเซีย"@th,
        "Російська мова"@uk,
        "روسی زبان"@ur,
        "Èdè ̣Rọọsia"@yo,
        "isi-Russian"@zu ;
    skos:definition "Russian (, pronounced ) is a Slavic language spoken primarily in Russia, Belarus, Uzbekistan, Kazakhstan, Tajikistan and Kyrgyzstan. It is an unofficial but widely spoken language in Ukraine, Moldova, Latvia, Turkmenistan, Estonia and Lithuania and, to a lesser extent, the other countries that were once constituent republics of the USSR. Russian belongs to the family of Indo-European languages and is one of three living members of the East Slavic languages. Written examples of Old East Slavonic are attested from the 10th century onwards."@en ;
    skos:inScheme lexvo: ;
    skos:notation "rus"^^xsd:string ;
    skos:prefLabel "Russian"@aa,
        "Урыс бызшәа"@ab,
        "Russies"@af,
        "Lushìa"@agq,
        "ܠܫܢܐ ܪܘܣܝܐ"@aii,
        "Rahyia kasa"@ak,
        "ራሽኛ"@am,
        "Idioma ruso"@an,
        "Russisc sprǣc"@ang,
        "الروسية"@ar,
        "روسى"@arz,
        "Kiruthi"@asa,
        "rusu"@ast,
        "ГІурус мацI"@av,
        "rusca"@az,
        "русҹа"@az-Cyrl,
        "Урыҫ теле"@ba,
        "Russische Sproch"@bar,
        "Hɔp u ruslànd"@bas,
        "Ruso"@bcl,
        "руская"@be,
        "Расейская мова"@be-tarask,
        "Ichi Rusiani"@bem,
        "Hilusi"@bez,
        "руски"@bg,
        "Toktok Rusia"@bi,
        "irisikan"@bm,
        "রুশ"@bn,
        "ཨུ་རུ་སུ་སྐད་"@bo,
        "rusianeg"@br,
        "रुसी"@brx,
        "ruski"@bs,
        "руски"@bs-Cyrl,
        "Ород хэлэн"@bxr,
        "ራሽኛ"@byn,
        "rus"@ca,
        "Órsiyn mott"@ce,
        "Rinuso"@ceb,
        "Orurrasha"@cgg,
        "ᏲᏂᎢ"@chr,
        "زمانی ڕووسی"@ckb,
        "俄文"@cmn,
        "俄文"@cmn-Hant,
        "Lingua russa"@co,
        "Rus tili"@crh,
        "ruština"@cs,
        "Rusczi jãzëk"@csb,
        "Роусьскъ ѩꙁꙑкъ"@cu,
        "Вырăс чĕлхи"@cv,
        "Rwseg"@cy,
        "russisk"@da,
        "Kirusi"@dav,
        "Russisch"@de,
        "Ruski"@diq,
        "Ruusi senni"@dje,
        "Rusojska rěc"@dsb,
        "ރޫސީ"@dv,
        "rus"@dyo,
        "ཨུ་རུ་སུའི་ཁ"@dz,
        "Kĩrusi"@ebu,
        "rɔtsiagbe"@ee,
        "Ρωσικά"@el,
        "Russian"@en,
        "rusa"@eo,
        "ruso"@es,
        "vene"@et,
        "errusiera"@eu,
        "ǹkɔ́bɔ rúsian"@ewo,
        "روسی"@fa,
        "Riis"@ff,
        "venäjä"@fi,
        "Russian"@fil,
        "russiskt"@fo,
        "russe"@fr,
        "Russo"@frp,
        "rus"@fur,
        "Russysk"@fy,
        "Rúisis"@ga,
        "Rus dili"@gag,
        "俄語"@gan,
        "Ruisis"@gd,
        "ruso"@gl,
        "𐍂𐌿𐍃𐌰𐍂𐌰𐌶𐌳𐌰/Rusarazda"@got,
        "Russisch"@gsw,
        "Russische Sprache"@gsw-FR,
        "રશિયન"@gu,
        "Kirusi"@guz,
        "Rooshish"@gv,
        "Rashanci"@ha,
        "Ngò-lò-sṳ̂-ngî"@hak,
        "Lūkia"@haw,
        "רוסית"@he,
        "रूसी"@hi,
        "Russi bhasa"@hif,
        "ruski"@hr,
        "Rušćina"@hsb,
        "Lang ris"@ht,
        "orosz"@hu,
        "Ռուսերեն"@hy,
        "russo"@ia,
        "Rusia"@id,
        "Rọshan"@ig,
        "ꊉꇩꉙ"@ii,
        "Uruusiq uqautchit"@ik,
        "Pagsasao a Ruso"@ilo,
        "Rusiana linguo"@io,
        "rússneska"@is,
        "russo"@it,
        "ロシア語"@ja,
        "rukybau"@jbo,
        "Kyirusi"@jmc,
        "Basa Rusia"@jv,
        "ru"@ka,
        "Tarusit"@kab,
        "Kirusi"@kam,
        "Урысыбзэ"@kbd,
        "Chilusi"@kde,
        "rusu"@kea,
        "Ruusi senni"@khq,
        "Kĩracia"@ki,
        "орыс тілі"@kk,
        "russisut"@kl,
        "kutitab Russia"@kln,
        "រុស្ស៊ី"@km,
        "ರಶಿಯನ್"@kn,
        "रष्यन्"@knn,
        "러시아어"@ko,
        "Роч кыв"@koi,
        "Орус тил"@krc,
        "روٗسی"@ks,
        "Kilusi"@ksb,
        "rirís"@ksf,
        "Rußßesch"@ksh,
        "Zimanê rûsî"@ku,
        "Роч кыв"@kv,
        "Russek"@kw,
        "орусча"@ky,
        "Lingua Russica"@la,
        "Lingua russa"@lad,
        "Kɨrúusi"@lag,
        "Russesch"@lb,
        "Оьрус маз"@lbe,
        "Lulasa"@lg,
        "Russisch"@li,
        "Lengua russa"@lij,
        "Rüss"@lmo,
        "lirisí"@ln,
        "ລັດເຊຍ"@lo,
        "rusų"@lt,
        "Rosu kalba"@lt-x,
        "Lirisi"@lu,
        "Kirusi"@luo,
        "Kirusi"@luy,
        "krievu"@lv,
        "nkʉtʉ́k ɔ́ɔ̄ lrusi"@mas,
        "Рузонь кяль"@mdf,
        "Kĩrashia"@mer,
        "ris"@mfe,
        "Rosianina"@mg,
        "Irisi"@mgh,
        "Руш йылме"@mhr,
        "руски"@mk,
        "റഷ്യൻ"@ml,
        "Орос хэл"@mn,
        "रशियन"@mr,
        "Руш йӹлмӹ"@mrj,
        "Bahasa Rusia"@ms,
        "Russu"@mt,
        "Russiya"@mua,
        "ရုရှ"@my,
        "Рузонь кель"@myv,
        "روسی"@mzn,
        "Dorerin Ratsiya"@na,
        "Rusiatlahtōlli"@nah,
        "Lō͘-se-a-gí"@nan,
        "Russiaǁî gowab"@naq,
        "russisk"@nb,
        "isi-Rashiya"@nd,
        "Russisch"@nds,
        "रूसी"@ne,
        "रूसी भाषा"@new,
        "Russisch"@nl,
        "Kiɛl russia"@nmg,
        "russisk"@nn,
        "Russisk"@no,
        "Thok ra̱ciaani"@nus,
        "Biʼééʼ Łichííʼí bizaad"@nv,
        "Orurrasha"@nyn,
        "Rus"@oc,
        "Afaan Rushiyaa"@om,
        "ରଷିଆନ୍"@or,
        "уырыссаг"@os,
        "ਰੂਸੀ ਭਾਸ਼ਾ"@pa,
        "Ruso"@pap,
        "Russe"@pcd,
        "Rushan"@pih,
        "rosyjski"@pl,
        "Lenga russa"@pms,
        "روسی"@pnb,
        "روسي"@ps,
        "russo"@pt,
        "Rusu simi"@qu,
        "russ"@rm,
        "Ikirusiya"@rn,
        "rusă"@ro,
        "Kirusi"@rof,
        "Rusikani chhib"@rom,
        "русский"@ru,
        "Російскый язык"@rue,
        "Ikirusiya"@rw,
        "Kyirusi"@rwk,
        "रूसी भाषा"@sa,
        "Нууччалыы"@sah,
        "Kirusi"@saq,
        "Ishilusi"@sbp,
        "Lingua russa"@scn,
        "Roushie leid"@sco,
        "ruoššagiella"@se,
        "russo"@seh,
        "Ruusi senni"@ses,
        "Rûsi"@sg,
        "Ruski jezik"@sh,
        "ⵜⴰⵔⵓⵙⵉⵜ"@shi,
        "tarusit"@shi-Latn,
        "රුසියානු"@si,
        "ruština"@sk,
        "ruščina"@sl,
        "Gagana fa'a Lusia"@sm,
        "chiRashiya"@sn,
        "Ruush"@so,
        "Rusisht"@sq,
        "Руски"@sr,
        "Ruski"@sr-Latn,
        "Rusitongo"@srn,
        "Se-rushia"@st,
        "ryska"@sv,
        "Kirusi"@sw,
        "Kirusi"@swc,
        "Kirusi"@swh,
        "Rusko godka"@szl,
        "ரஷியன்"@ta,
        "రష్యన్"@te,
        "Kirusi"@teo,
        "Rusu"@tet,
        "Русӣ"@tg,
        "รัสเซีย"@th,
        "ራሽኛ"@ti,
        "ራሽኛ"@tig,
        "Rus dili"@tk,
        "Wikang Ruso"@tl,
        "Russian"@tn,
        "lea fakalūsia"@to,
        "Tok Rasia"@tpi,
        "Rusça"@tr,
        "Xi Rhaxiya"@ts,
        "Urıs tele"@tt,
        "Ruusi senni"@twq,
        "Tarusit"@tzm,
        "Ӟуч кыл"@udm,
        "رۇس تىلى"@ug,
        "російська"@uk,
        "روسی"@ur,
        "Rus tili"@uz,
        "Русча"@uzn,
        "ruscha"@uzn-Latn,
        "ꗐꖺꔻꘂꘋ"@vai,
        "Rɔshiyɛŋ"@vai-Latn,
        "Tiếng Nga"@vi,
        "Vinne kiil"@vro,
        "Kyirusi"@vun,
        "Rusiš"@wae,
        "ራሽኛ"@wal,
        "Rinuso"@war,
        "俄语"@wuu,
        "Орсин келн"@xal,
        "Isi-Russian"@xh,
        "რუსული ნინა"@xmf,
        "Olulasa"@xog,
        "nulúse"@yav,
        "רוסיש"@yi,
        "Èdè Rọ́síà"@yo,
        "俄文"@yue,
        "俄语"@zh,
        "Rusia"@zsm,
        "IsiRashiya"@zu .

<http://lexvo.org/id/iso639-3/sme> a lvont:Language,
        skos:Concept ;
    lvont:isFocusOf <http://id.loc.gov/vocabulary/iso639-2/sme> ;
    lvont:iso6392BCode "sme"^^xsd:string ;
    lvont:iso6392TCode "sme"^^xsd:string ;
    lvont:iso639P1Code "se"^^xsd:string ;
    lvont:iso639P3PCode "sme"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-2/sme>,
        <http://www.glottolog.org/resource/languoid/id/nort2671> ;
    owl:sameAs <http://dbpedia.org/resource/Northern_Sami_language>,
        <http://lexvo.org/id/iso639-1/se>,
        <http://psi.oasis-open.org/iso/639/#sme>,
        <http://www.lingvoj.org/lang/se>,
        <http://www.mpii.de/yago/resource/Northern_Sami_language>,
        <info:lc/vocabulary/languages/sme> ;
    skos:altLabel "ስሜን ሳሚኛ"@am,
        "Северносаамски език"@bg,
        "Samieg an Norzh"@br,
        "Sami septentrional"@ca,
        "sámština (severní)"@cs,
        "Saameg gogleddol"@cy,
        "Nordsamisk"@da,
        "Nordsamische Sprache"@de,
        "Northern Sami language"@en,
        "Sami, Northern"@en,
        "Sami septentrional"@es,
        "Põhjasaami keel"@et,
        "iparraldeko samiera"@eu,
        "Pohjoissaame"@fi,
        "Same du Nord"@fr,
        "Sjevernolaponski jezik"@hr,
        "Északi számi nyelv"@hu,
        "Norðursamíska"@is,
        "Lingua sami settentrionale"@it,
        "北部サーミ語"@ja,
        "Šiaurės samių kalba"@lt,
        "Ziemeļsāmu valoda"@lv,
        "Севернолапонски јазик"@mk,
        "Nordsamisk"@nn,
        "Język północnolapoński"@pl,
        "Língua sami setentrional"@pt,
        "Северносаамский язык"@ru,
        "Davvisámegiella"@se,
        "Severná saamčina"@sk,
        "Севернолапонски језик"@sr,
        "Nordsamiska"@sv,
        "வடக்கு சாமி"@ta,
        "Kuzeylapça"@tr,
        "Північносаамська мова"@uk,
        "Tiếng Bắc Sami"@vi ;
    skos:definition "Northern or North Sami (Sámegiella or Davvisámegiella, formerly Davvisámi or Davvisaami; disapproved exonym Lappish or Lapp) is the most widely spoken of all Sami languages. The speaking area of Northern Sami covers the northern parts of Norway, Sweden and Finland. The number of Northern Sami speakers is estimated to be somewhere between 15,000 and 25,000. About 2000 of these live in Finland and between 5000 and 6000 in Sweden."@en ;
    skos:inScheme lexvo: ;
    skos:notation "sme"^^xsd:string ;
    skos:prefLabel "Noordelike Sami"@af,
        "ሰሜናዊ ሳሚ"@am,
        "السامي الشمالي"@ar,
        "şimal sami dili"@az,
        "Паўночнасаамская мова"@be,
        "северен сами"@bg,
        "উত্তরাঞ্চলীয় সামি"@bn,
        "sámi an Norzh"@br,
        "उत्तरी सामी"@brx,
        "severni sami"@bs,
        "северни сами"@bs-Cyrl,
        "sami septentrional"@ca,
        "Q́ilbasedan Saamhoyn mott"@ce,
        "北萨米文"@cmn,
        "北方薩米文"@cmn-Hant,
        "Severní sámština"@cs,
        "Sami Gogleddol"@cy,
        "nordsamisk"@da,
        "Nord-Samisch"@de,
        "dziehe samigbe"@ee,
        "Βόρεια Σάμι"@el,
        "Northern Sami"@en,
        "Nord-samea lingvo"@eo,
        "sami septentrional"@es,
        "põhjasaami"@et,
        "Ipar samiera"@eu,
        "سامی شمالی"@fa,
        "pohjoissaame"@fi,
        "Northern Sami"@fil,
        "sami du Nord"@fr,
        "sami setentrionâl"@fur,
        "Sáimis Thuaidh"@ga,
        "Sàmais Thuathach"@gd,
        "sami do norte"@gl,
        "Nord-Samisch"@gsw,
        "નૉર્થન સામી"@gu,
        "Saamish Hwoaie"@gv,
        "לאפית צפונית"@he,
        "नॉर्दन सामी"@hi,
        "južni sami"@hr,
        "északi számi"@hu,
        "Sami Utara"@id,
        "norðursamíska"@is,
        "sami del nord"@it,
        "北サーミ語"@ja,
        "Солтүстік саам"@kk,
        "ಉತ್ತರ ಸಾಮಿ"@kn,
        "북부 사미어"@ko,
        "شُمٲلی سَمی"@ks,
        "Nood-Lappländesch"@ksh,
        "Войвыв саами кыв"@kv,
        "Lingua Samica Septentrionalis"@la,
        "ຊາມິເໜືອ"@lo,
        "šiaurinių samių"@lt,
        "Šiaures samiu kalba"@lt-x,
        "ziemeļsāmu"@lv,
        "северен самиски"@mk,
        "വടക്കൻ സമി"@ml,
        "नॉर्दन सामी"@mr,
        "Sami ta’ Fuq"@mt,
        "nordsamisk"@nb,
        "Noord-Samisch"@nl,
        "nordsamisk"@nn,
        "Nordsamisk"@no,
        "ଉତ୍ତର ସାମି"@or,
        "lapoński północny"@pl,
        "Lenga Saami setentrional"@pms,
        "اتلی سامی"@pnb,
        "sami do norte"@pt,
        "sami dal nord"@rm,
        "sami de nord"@ro,
        "северносаамский"@ru,
        "Northren Sami leid"@sco,
        "davvisámegiella"@se,
        "severná saamčina"@sk,
        "severna samijščina"@sl,
        "Северни сами"@sr,
        "Severni sami"@sr-Latn,
        "nordsamiska"@sv,
        "Kisami cha Kaskazini"@swh,
        "வட சமி மொழி"@ta,
        "ఉత్తర సామి"@te,
        "ซามิเหนือ"@th,
        "lea sami fakatokelau"@to,
        "Kuzey Sami"@tr,
        "саамська північна"@uk,
        "شمالی سامی"@ur,
        "Bắc Sami"@vi,
        "Põh'asaami kiil"@vro,
        "Nordsamiš"@wae,
        "北方萨米语"@zh,
        "Sami Utara"@zsm,
        "e-Northern Sami"@zu .

<http://lexvo.org/id/iso639-3/som> a lvont:Language,
        skos:Concept ;
    lvont:isFocusOf <http://id.loc.gov/vocabulary/iso639-2/som> ;
    lvont:iso6392BCode "som"^^xsd:string ;
    lvont:iso6392TCode "som"^^xsd:string ;
    lvont:iso639P1Code "so"^^xsd:string ;
    lvont:iso639P3PCode "som"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-2/som>,
        <http://www.glottolog.org/resource/languoid/id/soma1255> ;
    owl:sameAs <http://dbpedia.org/resource/Somali_language>,
        <http://lexvo.org/id/iso639-1/so>,
        <http://lexvo.org/id/wordnet/30/noun/somali_1_10_00>,
        <http://psi.oasis-open.org/iso/639/#som>,
        <http://www.lingvoj.org/lang/so>,
        <http://www.mpii.de/yago/resource/Somali_language>,
        <info:lc/vocabulary/languages/som> ;
    skos:altLabel "ሶማልኛ"@am,
        "لغة صومالية"@ar,
        "Самалійская мова"@be,
        "Сомалийски език"@bg,
        "সোমালি ভাষা"@bn,
        "Somalieg"@br,
        "Somali"@ca,
        "Somálština"@cs,
        "somalisk"@da,
        "Somali language"@en,
        "Somala lingvo"@eo,
        "Idioma somalí"@es,
        "Somaali keel"@et,
        "Somaliera"@eu,
        "Somalin kieli"@fi,
        "Somali"@fr,
        "Lingua somalí"@gl,
        "सोमाली भाषा"@hi,
        "Szomáli nyelv"@hu,
        "Bahasa Somali"@id,
        "Lingua somala"@it,
        "სომალი ენა"@ka,
        "소말리아어"@ko,
        "सोमाली भाषा"@mr,
        "Somali"@nn,
        "Język somalijski"@pl,
        "Língua somali"@pt,
        "Limba somaleză"@ro,
        "Сомалийский язык"@ru,
        "Af-Soomaali"@so,
        "Somaliska"@sv,
        "சோமாலி மொழி"@ta,
        "ภาษาโซมาลี"@th,
        "Сомалійська мова"@uk,
        "Tiếng Xô-ma-li"@vi,
        "Èdè ara Somalia"@yo ;
    skos:definition "The Somali language (; ) is a member of the East Cushitic branch of the Afro-Asiatic language family. Its nearest relatives are Afar and Oromo. Somali is the best documented of the Cushitic languages, with academic studies beginning before 1900."@en ;
    skos:inScheme lexvo: ;
    skos:notation "som"^^xsd:string ;
    skos:prefLabel "Somalies"@af,
        "Sòmalì"@agq,
        "Somalia kasa"@ak,
        "ሱማልኛ"@am,
        "الصومالية"@ar,
        "Kithomali"@asa,
        "somalín"@ast,
        "somali dili"@az,
        "Hɔp u somàlî"@bas,
        "самалійская"@be,
        "Ichi Somalia"@bem,
        "Hisomali"@bez,
        "сомалийски"@bg,
        "somalikan"@bm,
        "সোমালী"@bn,
        "somali"@br,
        "सोमाली"@brx,
        "somalski"@bs,
        "сомалски"@bs-Cyrl,
        "ሱማልኛ"@byn,
        "somali"@ca,
        "Orusomaari"@cgg,
        "索马里文"@cmn,
        "索馬利文"@cmn-Hant,
        "somálština"@cs,
        "Somaleg"@cy,
        "Somali"@da,
        "Kisomali"@dav,
        "Somali"@de,
        "Somaali senni"@dje,
        "somali"@dyo,
        "སོ་མ་ལི་ཁ"@dz,
        "Kĩsomali"@ebu,
        "somaliagbe"@ee,
        "Σομάλι"@el,
        "Somali"@en,
        "somala"@eo,
        "somalí"@es,
        "somaali"@et,
        "somaliera"@eu,
        "ǹkɔ́bɔ somália"@ewo,
        "سومالیایی"@fa,
        "Somalii"@ff,
        "somali"@fi,
        "Somali"@fil,
        "somaliskt"@fo,
        "somali"@fr,
        "somal"@fur,
        "Somáilis"@ga,
        "Somàilis"@gd,
        "somalí"@gl,
        "Somali"@gsw,
        "સોમાલી"@gu,
        "Kisomali"@guz,
        "Somali"@ha,
        "סומלית"@he,
        "सोमाली"@hi,
        "Somali bhasa"@hif,
        "somalski"@hr,
        "Somališćina"@hsb,
        "szomáliai"@hu,
        "Սոմալերեն"@hy,
        "somali"@ia,
        "Somali"@id,
        "Somali"@ig,
        "Somaliana linguo"@io,
        "sómalska"@is,
        "somalo"@it,
        "ソマリ語"@ja,
        "Kyisomalyi"@jmc,
        "Basa Somali"@jv,
        "სომალიური"@ka,
        "Taṣumalit"@kab,
        "Kisomali"@kam,
        "Chisomali"@kde,
        "somali"@kea,
        "Somaali senni"@khq,
        "Kĩcumarĩ"@ki,
        "сомали"@kk,
        "kutitab Somaliek"@kln,
        "សូម៉ាលី"@km,
        "ಸೋಮಾಲಿ"@kn,
        "सोमाळी"@knn,
        "소말리어"@ko,
        "سومٲلی"@ks,
        "Kisomali"@ksb,
        "risomalí"@ksf,
        "Somaalesch"@ksh,
        "Lingua Somalica"@la,
        "Kɨsómáali"@lag,
        "Lusomaliya"@lg,
        "lisomali"@ln,
        "ໂຊມາລີ"@lo,
        "somalių"@lt,
        "Lisomali"@lu,
        "Kisomali"@luo,
        "Kisomali"@luy,
        "somāļu"@lv,
        "nkʉtʉ́k ɔ́ɔ̄ lchumari"@mas,
        "Kĩsomali"@mer,
        "somali"@mfe,
        "Somalianina"@mg,
        "Isomali"@mgh,
        "сомалиски"@mk,
        "സോമാലി"@ml,
        "सोमाली"@mr,
        "Bahasa Somali"@ms,
        "Somali"@mt,
        "Somaliya"@mua,
        "ဆိုမာလီ"@my,
        "Somaliǁî gowab"@naq,
        "somali"@nb,
        "isi-Somali"@nd,
        "सोमाली"@ne,
        "सोमाली भाषा"@new,
        "Somalisch"@nl,
        "Kiɛl somaliā"@nmg,
        "somali"@nn,
        "Somali"@no,
        "Thok thomaaliani"@nus,
        "Orusomaari"@nyn,
        "ସୋମାଲିଆ"@or,
        "somalijski"@pl,
        "Lenga sòmala"@pms,
        "صومالی"@pnb,
        "سومالي"@ps,
        "somali"@pt,
        "Sumali simi"@qu,
        "somali"@rm,
        "Igisomali"@rn,
        "somaleză"@ro,
        "Kisomali"@rof,
        "сомали"@ru,
        "Igisomali"@rw,
        "Kyisomalyi"@rwk,
        "Kisomali"@saq,
        "Ishisomali"@sbp,
        "Somali leid"@sco,
        "somali"@seh,
        "Somaali senni"@ses,
        "Somalïi"@sg,
        "ⵜⴰⵙⵓⵎⴰⵍⵉⵜ"@shi,
        "tasumalit"@shi-Latn,
        "සෝමාලි"@si,
        "somálčina"@sk,
        "somalščina"@sl,
        "chiSomali"@sn,
        "Soomaali"@so,
        "Somalisht"@sq,
        "Сомалски"@sr,
        "Somalski"@sr-Latn,
        "somaliska"@sv,
        "Kisomali"@swc,
        "Kisomali"@swh,
        "சோமாலி"@ta,
        "సోమాలి"@te,
        "Kisomali"@teo,
        "โซมาลี"@th,
        "ሱማልኛ"@tig,
        "lea fakasomali"@to,
        "Somalice"@tr,
        "Somaali senni"@twq,
        "Taṣumalit"@tzm,
        "сомалі"@uk,
        "صومالی"@ur,
        "ꖇꕮꔷ"@vai,
        "Somáli"@vai-Latn,
        "Tiếng Somali"@vi,
        "Kyisomalyi"@vun,
        "Somališ"@wae,
        "IsiSomaliya"@xh,
        "Olusomaliya"@xog,
        "nusomalíɛ"@yav,
        "Èdè Somalí"@yo,
        "索馬里語"@zh,
        "Somali"@zsm,
        "isi-Somali"@zu .

<http://lexvo.org/id/iso639-3/sun> a lvont:Language,
        skos:Concept ;
    lvont:isFocusOf <http://id.loc.gov/vocabulary/iso639-2/sun> ;
    lvont:iso6392BCode "sun"^^xsd:string ;
    lvont:iso6392TCode "sun"^^xsd:string ;
    lvont:iso639P1Code "su"^^xsd:string ;
    lvont:iso639P3PCode "sun"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-2/sun>,
        <http://www.glottolog.org/resource/languoid/id/sund1252> ;
    owl:sameAs <http://dbpedia.org/resource/Sundanese_language>,
        <http://lexvo.org/id/iso639-1/su>,
        <http://lexvo.org/id/wordnet/30/noun/sundanese_1_10_00>,
        <http://psi.oasis-open.org/iso/639/#sun>,
        <http://www.lingvoj.org/lang/su>,
        <http://www.mpii.de/yago/resource/Sundanese_language>,
        <info:lc/vocabulary/languages/sun> ;
    skos:altLabel "Swndaneg"@cy,
        "Sundanesische Sprache"@de,
        "Sundanese language"@en,
        "Sunda lingvo"@eo,
        "Idioma sondanés"@es,
        "Sondanera"@eu,
        "زبان سوندایی"@fa,
        "Sundan kieli"@fi,
        "Soundanais"@fr,
        "सुन्दा भाषा"@hi,
        "Sundski jezik"@hr,
        "Bahasa Sunda"@id,
        "Lingua sondanese"@it,
        "Sundų kalba"@lt,
        "Sundu valoda"@lv,
        "Język sundajski"@pl,
        "Língua sundanesa"@pt,
        "Сунданский язык"@ru,
        "Sundčina"@sk,
        "Sundanesiska"@sv,
        "சுண்டா மொழி"@ta,
        "ภาษาซุนดา"@th,
        "Сунданська мова"@uk,
        "Tiếng Xu đăng"@vi ;
    skos:definition "Sundanese (Bahasa Sunda, in Sundanese script <span style=\"font-family:Sundanese Unicode;\">ᮘᮞ ᮞᮥᮔ᮪ᮓ, literally \"language of Sunda\") is the language of about 27 million people from the western third of Java or about 15% of the Indonesian population."@en ;
    skos:inScheme lexvo: ;
    skos:notation "sun"^^xsd:string ;
    skos:prefLabel "Sundanees"@af,
        "ሱዳንኛ"@am,
        "Idioma sundanés"@an,
        "السوندانية"@ar,
        "sondanés"@ast,
        "sundanca"@az,
        "суданская"@be,
        "сундански"@bg,
        "সুদানী"@bn,
        "sundaneg"@br,
        "सुन्दानी"@brx,
        "sudanski"@bs,
        "судански"@bs-Cyrl,
        "ሱዳንኛ"@byn,
        "sundanès"@ca,
        "巽他文"@cmn,
        "巽他語"@cmn-Hant,
        "sundanština"@cs,
        "Sundaneg"@cy,
        "sundanesisk"@da,
        "Sundanesisch"@de,
        "སཱུན་ད་ནིས་ཁ"@dz,
        "sudangbe"@ee,
        "Σουδανικά"@el,
        "Sundanese"@en,
        "sunda"@eo,
        "sundanés"@es,
        "sunda"@et,
        "sundanera"@eu,
        "Luenga sondanesa"@ext,
        "سوندایی"@fa,
        "sunda"@fi,
        "Sundanese"@fil,
        "sundanesiskt"@fo,
        "soundanais"@fr,
        "sundanês"@fur,
        "Sundais"@ga,
        "sondanés"@gl,
        "Sundanesisch"@gsw,
        "સંડેનીઝ"@gu,
        "Sundanese"@ha,
        "סודנית"@he,
        "सुंडानी"@hi,
        "Sunda bhasa"@hif,
        "sundanski"@hr,
        "szundanéz"@hu,
        "Սունդաներեն"@hy,
        "sundanese"@ia,
        "Sunda"@id,
        "súndanska"@is,
        "sundanese"@it,
        "スンダ語"@ja,
        "Basa Sundha"@jv,
        "სუნდური ენა"@ka,
        "sundanes"@kea,
        "судан"@kk,
        "ស៊ូដង់"@km,
        "ಸುಂಡಾನೀಸ್"@kn,
        "सुंदनीस"@knn,
        "순다어"@ko,
        "سَنڈَنیٖز"@ks,
        "Sindaneesesch"@ksh,
        "сунданча"@ky,
        "Lengua sundaneixe"@lij,
        "ຊັນດານ"@lo,
        "sundų"@lt,
        "sundaniešu"@lv,
        "сунданески"@mk,
        "സുഡാനീസ്"@ml,
        "सुंदानीज"@mr,
        "Bahasa Sunda"@ms,
        "Sundaniż"@mt,
        "ဆူဒန်"@my,
        "sundanesisk"@nb,
        "सुडानी"@ne,
        "Soendanees"@nl,
        "sundanesisk"@nn,
        "Sundanesisk"@no,
        "Afaan Sudaanii"@om,
        "ସୁଦାନୀଜ୍"@or,
        "sundajski"@pl,
        "Lenga sunda"@pms,
        "سنڈانی"@pnb,
        "سوډاني"@ps,
        "sundanês"@pt,
        "Sunda simi"@qu,
        "sundanais"@rm,
        "sundaneză"@ro,
        "сунданский"@ru,
        "Inyesudani"@rw,
        "සන්ඩන්ස්"@si,
        "sundčina"@sk,
        "sundanščina"@sl,
        "Suudaaniis"@so,
        "Sundanisht"@sq,
        "Судански"@sr,
        "Sudanski"@sr-Latn,
        "Se-sundanese"@st,
        "Basa Sunda"@su,
        "sundanesiska"@sv,
        "Kisunda"@swh,
        "சுடானீஸ்"@ta,
        "సుడానీస్"@te,
        "ซุนดา"@th,
        "ሱዳንኛ"@ti,
        "ሱዳንኛ"@tig,
        "Mo/SeSundane"@tn,
        "lea sanita"@to,
        "Sunda Dili"@tr,
        "سۇندا تىلى"@ug,
        "сунданська"@uk,
        "سنڈانیز"@ur,
        "Tiếng Sunda"@vi,
        "Sundanesiš"@wae,
        "Isi-Sudanese"@xh,
        "Èdè Sudani"@yo,
        "巽他話"@yue,
        "巽他語"@zh,
        "Sunda"@zsm,
        "isi-Sundanese"@zu .

<http://lexvo.org/id/iso639-3/swa> a lvont:Language,
        skos:Concept ;
    lvont:isFocusOf <http://id.loc.gov/vocabulary/iso639-2/swa> ;
    lvont:iso6392BCode "swa"^^xsd:string ;
    lvont:iso6392TCode "swa"^^xsd:string ;
    lvont:iso639P1Code "sw"^^xsd:string ;
    lvont:iso639P3PCode "swa"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-2/swa> ;
    owl:sameAs <http://dbpedia.org/resource/Swahili_language>,
        <http://lexvo.org/id/iso639-1/sw>,
        <http://lexvo.org/id/wordnet/30/noun/kiswahili_1_10_00>,
        <http://lexvo.org/id/wordnet/30/noun/swahili_1_10_00>,
        <http://psi.oasis-open.org/iso/639/#swa>,
        <http://www.lingvoj.org/lang/sw>,
        <http://www.mpii.de/yago/resource/Swahili_language>,
        <info:lc/vocabulary/languages/swa> ;
    skos:altLabel "Swahili (macrolanguage)"@en,
        "Swahili language"@en,
        "Swahili"@fr ;
    skos:definition "Swahili or Kiswahili (known in Swahili itself as Kiswahili) is a Bantu language spoken by various ethnic groups that inhabit several large stretches of the Mozambique Channel coastline from northern Kenya to northern Mozambique, including the Comoro Islands. It is also spoken by ethnic minority groups in Somalia. Although only five million people speak Swahili as their mother tongue, it is used as a lingua franca in much of East Africa, meaning the total number of speakers exceeds 60 million. Swahili serves as a national, or official language, of five nations: Tanzania, Kenya, Uganda, the Comoros and the Democratic Republic of the Congo."@en ;
    skos:inScheme lexvo: ;
    skos:notation "swa"^^xsd:string ;
    skos:prefLabel "Swahili"@af,
        "ስዋሂሊ"@am,
        "Idioma swahili"@an,
        "لغة سواحلية"@ar,
        "سواحيلى"@arz,
        "Suaḥili"@ast,
        "Suahili"@az,
        "Swahili"@bar,
        "Swahili"@bcl,
        "Суахілі"@be,
        "Суахілі"@be-tarask,
        "Суахили"@bg,
        "সোয়াহিলি ভাষা"@bn,
        "Swahileg"@br,
        "Svahili jezik"@bs,
        "Suahili"@ca,
        "Svahilština"@cs,
        "Суахили чĕлхи"@cv,
        "Swahili"@cy,
        "Swahili"@da,
        "Swahili"@de,
        "Σουαχίλι γλώσσα"@el,
        "Swahili"@en,
        "Svahila lingvo"@eo,
        "Idioma suajili"@es,
        "Suahiili keel"@et,
        "Swahili"@eu,
        "زبان سواحلی"@fa,
        "Swahilin kieli"@fi,
        "swahili"@fr,
        "An Svahaílis"@ga,
        "Lingua suahili"@gl,
        "Swahili"@gsw-FR,
        "Swahilish"@gv,
        "סווהילי"@he,
        "स्वाहिली भाषा"@hi,
        "Swahili bhasa"@hif,
        "Svahili"@hr,
        "Swahilšćina"@hsb,
        "Szuahéli nyelv"@hu,
        "Bahasa Swahili"@id,
        "Swahili-linguo"@io,
        "Svahílí"@is,
        "Lingua swahili"@it,
        "ᑭᓱᐊᐦᐃᓪᐃ"@iu,
        "スワヒリ語"@ja,
        "Basa Swahili"@jv,
        "სუაჰილი ენა"@ka,
        "Суахили"@kbd,
        "Kiswahili"@kg,
        "Swahilimiutut"@kl,
        "ಸ್ವಾಹಿಲಿ ಭಾಷೆ"@kn,
        "스와힐리어"@ko,
        "Zimanê swahîlî"@ku,
        "Lingua Suahili"@la,
        "Lingua swahili"@lad,
        "Swahili"@li,
        "Lengua swaïli"@lij,
        "Kiswahíli"@ln,
        "Svahilių kalba"@lt,
        "Svahili"@lv,
        "Fiteny soahily"@mg,
        "Reo Swahili"@mi,
        "Свахили"@mk,
        "സ്വാഹിലി ഭാഷ"@ml,
        "स्वाहिली भाषा"@mr,
        "Bahasa Swahili"@ms,
        "Suahilitlahtōlli"@nah,
        "Swahili"@nds,
        "स्वाहिली भाषा"@new,
        "Swahili"@nl,
        "Swahili"@nn,
        "Swahili"@no,
        "Swahilum"@nov,
        "Seswahili"@nso,
        "Swahili"@oc,
        "Swahili"@om,
        "Суахили"@os,
        "ਸਵਾਹਿਲੀ"@pa,
        "Suahili"@pl,
        "Lenga swahili"@pms,
        "سواحلی"@pnb,
        "Língua suaíli"@pt,
        "Swahili simi"@qu,
        "Limba swahili"@ro,
        "Суахили"@ru,
        "Igiswahili"@rw,
        "Суаhили"@sah,
        "Kiswahili"@scn,
        "Swauheely leid"@sco,
        "Svahili"@sh,
        "Swahilčina"@sk,
        "Svahili"@sl,
        "Sawaaxili"@so,
        "Свахили"@sr,
        "Swahili"@sv,
        "Kiswahili"@sw,
        "சுவாகிலி மொழி"@ta,
        "Забони своҳилӣ"@tg,
        "ภาษาสวาฮีลี"@th,
        "Svahili"@tr,
        "سۋاھىلىچە"@ug,
        "Суахілі"@uk,
        "Łéngoa swahili"@vec,
        "Tiếng Swahili"@vi,
        "Suwahili"@wa,
        "Swinahili"@war,
        "Kiswahili"@wo,
        "Èdè Swàhílì"@yo,
        "Vah Swahili"@za,
        "斯瓦希里语"@zh .

<http://lexvo.org/id/iso639-3/tel> a lvont:Language,
        skos:Concept ;
    lvont:isFocusOf <http://id.loc.gov/vocabulary/iso639-2/tel> ;
    lvont:iso6392BCode "tel"^^xsd:string ;
    lvont:iso6392TCode "tel"^^xsd:string ;
    lvont:iso639P1Code "te"^^xsd:string ;
    lvont:iso639P3PCode "tel"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-2/tel>,
        <http://www.glottolog.org/resource/languoid/id/telu1262> ;
    owl:sameAs <http://dbpedia.org/resource/Telugu_language>,
        <http://lexvo.org/id/iso639-1/te>,
        <http://lexvo.org/id/wordnet/30/noun/telugu_1_10_00>,
        <http://psi.oasis-open.org/iso/639/#tel>,
        <http://www.lingvoj.org/lang/te>,
        <http://www.mpii.de/yago/resource/Telugu_language>,
        <info:lc/vocabulary/languages/tel> ;
    skos:altLabel "لغة تيلوغوية"@ar,
        "Telugu"@ast,
        "Teluqu dili"@az,
        "তেলুগু ভাষা"@bn,
        "Telougoueg"@br,
        "Telugu"@ca,
        "Telugština"@cs,
        "Telugu"@da,
        "Telugu language"@en,
        "Telugua lingvo"@eo,
        "Idioma telugú"@es,
        "telugua"@eu,
        "زبان تلگو"@fa,
        "Telugu"@fi,
        "Télougou"@fr,
        "Lingua telugúa"@gl,
        "તેલુગુ ભાષા"@gu,
        "तेलुगू भाषा"@hi,
        "Telugu jezik"@hr,
        "Telugu nyelv"@hu,
        "Bahasa Telugu"@id,
        "Telúgú"@is,
        "Lingua telugu"@it,
        "Telugų kalba"@lt,
        "Telugu valoda"@lv,
        "തെലുങ്ക്"@ml,
        "तेलुगू भाषा"@mr,
        "तेलगु भाषा"@ne,
        "Telugu"@nn,
        "Język telugu"@pl,
        "Língua telugu"@pt,
        "Телугу"@ru,
        "Telugčina"@sk,
        "Телугу језик"@sr,
        "telugiska"@sv,
        "ภาษาเตลูกู"@th,
        "Telugu dili"@tr,
        "Телуґу"@uk,
        "تیلُگو"@ur ;
    skos:definition "Telugu ( , ) is a Central Dravidian language primarily spoken in the state of Andhra Pradesh, India, where it is an official language. It is also spoken in the neighbouring states of Chattisgarh, Karnataka, Maharashtra, Orissa and Tamil Nadu, and is spoken in the bordering city of Yanam, in the neighboring territory of Pondicherry. According to the 2001 Census of India, Telugu is the language with the second largest number of native speakers in India (74 million) , and most spoken Dravidian language. It is one of the twenty-two scheduled languages of the Republic of India and one of the four classical languages."@en ;
    skos:inScheme lexvo: ;
    skos:notation "tel"^^xsd:string ;
    skos:prefLabel "Telugu"@af,
        "ተሉጉኛ"@am,
        "التيلجو"@ar,
        "telugu"@ast,
        "teluqu dili"@az,
        "Telugu"@bcl,
        "тэлугу"@be,
        "телугу"@bg,
        "তেলেগু"@bn,
        "ཏེ་ལུ་གུ་སྐད།"@bo,
        "তেলুগু ঠার"@bpy,
        "telougou"@br,
        "तेलुगु"@brx,
        "telugu"@bs,
        "телугу"@bs-Cyrl,
        "ተሉጉኛ"@byn,
        "telugu"@ca,
        "泰卢固文"@cmn,
        "泰盧固文"@cmn-Hant,
        "telugština"@cs,
        "Telugu"@cy,
        "telugu"@da,
        "Telugu"@de,
        "ތެލުގޫ"@dv,
        "ཏེ་ལུ་གུ་ཁ"@dz,
        "telegugbe"@ee,
        "Τελούγκου"@el,
        "Telugu"@en,
        "telugua"@eo,
        "telugu"@es,
        "telugu"@et,
        "Telugu"@eu,
        "تلوگویی"@fa,
        "telugu"@fi,
        "Telugu"@fil,
        "telugiskt"@fo,
        "télougou"@fr,
        "telegu"@fur,
        "Teileagúis"@ga,
        "Telugu"@gd,
        "telugu"@gl,
        "Telugu"@gsw,
        "તેલુગુ"@gu,
        "D'an/'Yar Kabilar Telug"@ha,
        "טלוגו"@he,
        "तेलेगु"@hi,
        "Telugu"@hif,
        "telugu"@hr,
        "telugu"@hu,
        "Տելուգու"@hy,
        "telugu"@ia,
        "Telugu"@id,
        "telúgú"@is,
        "telugu"@it,
        "テルグ語"@ja,
        "ტელუგუ"@ka,
        "telugu"@kea,
        "телугу"@kk,
        "តេលុគុ"@km,
        "ತೆಲುಗು"@kn,
        "तेलुगू"@knn,
        "텔루구어"@ko,
        "تیلگوٗ"@ks,
        "Telluuju"@ksh,
        "телугуча"@ky,
        "Lingua Telingana"@la,
        "ເຕລູກູ"@lo,
        "telugų"@lt,
        "telugu"@lv,
        "Fiteny telogo"@mg,
        "телугу"@mk,
        "തെലുഗു"@ml,
        "Телугу хэл"@mn,
        "तेलगू"@mr,
        "Bahasa Telugu"@ms,
        "Telugu"@mt,
        "telugu"@nb,
        "तेलुगु"@ne,
        "तेलुगु"@new,
        "Telugu"@nl,
        "telugu"@nn,
        "Telugu"@no,
        "Afaan Telugu"@om,
        "ତେଲୁଗୁ"@or,
        "ਤੇਲਗੂ"@pa,
        "telugu"@pl,
        "Lenga Telugu"@pms,
        "تلوگو"@pnb,
        "تېليګو"@ps,
        "telugu"@pt,
        "Telugu simi"@qu,
        "telugu"@rm,
        "telugu"@ro,
        "телугу"@ru,
        "Igitelugu"@rw,
        "तेलुगु"@sa,
        "Төлүгүлүү"@sah,
        "Telugu jezik"@sh,
        "තෙලිඟු"@si,
        "telugčina"@sk,
        "telugijščina"@sl,
        "Teluugu"@so,
        "Telugu"@sq,
        "Телугу"@sr,
        "Telugu"@sr-Latn,
        "Se-telegu"@st,
        "Telugu"@sv,
        "Kitelugu"@swh,
        "தெலுங்கு"@ta,
        "తెలుగు"@te,
        "เตลูกู"@th,
        "ተሉጉኛ"@ti,
        "ተሉጉኛ"@tig,
        "Telugu"@tn,
        "lea fakaʻinitia teluku"@to,
        "Telugu Dili"@tr,
        "تېلۇگۇ تىلى"@ug,
        "телугу"@uk,
        "تیلگو"@ur,
        "Tiếng Telugu"@vi,
        "Telugu"@wae,
        "Isi-Telegu"@xh,
        "Èdè Telugu"@yo,
        "泰卢固语"@zh,
        "Telugu"@zsm,
        "isi-Telugu"@zu .

<http://lexvo.org/id/iso639-3/tir> a lvont:Language,
        skos:Concept ;
    lvont:isFocusOf <http://id.loc.gov/vocabulary/iso639-2/tir> ;
    lvont:iso6392BCode "tir"^^xsd:string ;
    lvont:iso6392TCode "tir"^^xsd:string ;
    lvont:iso639P1Code "ti"^^xsd:string ;
    lvont:iso639P3PCode "tir"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-2/tir>,
        <http://www.glottolog.org/resource/languoid/id/tigr1271> ;
    owl:sameAs <http://dbpedia.org/resource/Tigrinya_language>,
        <http://lexvo.org/id/iso639-1/ti>,
        <http://psi.oasis-open.org/iso/639/#tir>,
        <http://www.lingvoj.org/lang/ti>,
        <http://www.mpii.de/yago/resource/Tigrinya_language>,
        <info:lc/vocabulary/languages/tir> ;
    skos:altLabel "لغة تجرينية"@ar,
        "Тигриня"@bg,
        "তিগ্রিনিয়া ভাষা"@bn,
        "Tigrigneg"@br,
        "Tigrinya"@ca,
        "Tigrinya"@de,
        "Tigrinya language"@en,
        "Tigraja lingvo"@eo,
        "Idioma tigriña"@es,
        "Tigrinyera"@eu,
        "زبان تیگرینیایی"@fa,
        "Tigrinja"@fi,
        "Tigrigna"@fr,
        "טיגרינאית"@he,
        "Tigrinja jezik"@hr,
        "Tigrinya nyelv"@hu,
        "Bahasa Tigrinya"@id,
        "Lingua tigrina"@it,
        "ティグリニャ語"@ja,
        "Tigrajų kalba"@lt,
        "тигрејски"@mk,
        "तिग्रिन्या भाषा"@mr,
        "Język tigrinia"@pl,
        "Língua tigrínia"@pt,
        "tigrínia"@pt,
        "Limba tigrinya"@ro,
        "Тигринья"@ru,
        "Tigriňa"@sk,
        "Tigrajščina"@sl,
        "Af-Tigrinya"@so,
        "Tigrinska"@sv,
        "திகுரிஞா மொழி"@ta,
        "ภาษาทิกรินยา"@th,
        "ትግርኛ ፊደል"@ti,
        "Tigrinya dili"@tr,
        "Тигринья"@uk,
        "Tiếng Tigrinya"@vi ;
    skos:definition "Tigrinya (, tigriñā), also spelled Tigrigna, Tigrnia, Tigrina, Tigriña, less commonly Tigrinian, Tigrinyan, is a Semitic language spoken in the Tigray Region of Ethiopia (its speakers there are called \"Tigraway\") by the Tigrinya people, where it has official status, and in central Eritrea, where it is one of the two main languages of Eritrea, and, and among groups of emigrants from these regions, including some of the Beta Israel now living in Israel. Tigrinya should not be confused with the related Tigre language, which is spoken in the lowland regions in Eritrea to the north and west of the region where Tigrinya is spoken."@en ;
    skos:inScheme lexvo: ;
    skos:notation "tir"^^xsd:string ;
    skos:prefLabel "Tigrinya"@af,
        "ትግርኛ"@am,
        "Idioma tigrinya"@an,
        "التيجرينيا"@ar,
        "لغه تيجرينى"@arz,
        "tigrinya"@ast,
        "tiqrin dili"@az,
        "тыгрынья"@be,
        "тигриня"@bg,
        "তিগরিনিয়া"@bn,
        "tigrigna"@br,
        "तिग्रीन्या"@brx,
        "tigrinja"@bs,
        "тигриња"@bs-Cyrl,
        "ትግርኛ"@byn,
        "tigrinya"@ca,
        "提格里尼亚文"@cmn,
        "提格利尼亞文"@cmn-Hant,
        "tigrinijština"@cs,
        "Тигрин҄ьскъ ѩꙁꙑкъ"@cu,
        "Tigriniaeg"@cy,
        "tigrinya"@da,
        "Tigrinja"@de,
        "ཏིག་རི་ཉ་ཁ"@dz,
        "tigrinyagbe"@ee,
        "Τιγκρίνυα"@el,
        "Tigrinya"@en,
        "tigraja"@eo,
        "tigriña"@es,
        "tigrinja"@et,
        "tigrinya"@eu,
        "تیگرینیایی"@fa,
        "tigrinja"@fi,
        "Tigrinya"@fil,
        "tigrinya"@fo,
        "tigrigna"@fr,
        "Tigrinis"@ga,
        "Tigrinya"@gd,
        "tigriña"@gl,
        "Tigrinja"@gsw,
        "ટાઇગ્રિનિયા"@gu,
        "Tigriyanci"@ha,
        "תיגרינית"@he,
        "तिग्रीन्या"@hi,
        "Tigrigna bhasa"@hif,
        "tigrinya"@hr,
        "tigrinja"@hu,
        "Էրիտրերեն"@hy,
        "tigrinya"@ia,
        "Tigrinya"@id,
        "tígrinja"@is,
        "tigrinya"@it,
        "ティグリニア語"@ja,
        "tigrinia"@kea,
        "тигринья"@kk,
        "ទីរិនយា"@km,
        "ಟೈಗ್ರಿನ್ಯಾ"@kn,
        "तिग्रिन्या"@knn,
        "티그리냐어"@ko,
        "ٹِگرِنیا"@ks,
        "Tijrenejaanesch"@ksh,
        "Zimanê tigrînya"@ku,
        "Lingua Tigrinya"@la,
        "Lengua tigrinn-a"@lij,
        "ຕີກຣິນຢາ"@lo,
        "tigrajų"@lt,
        "tigrinja"@lv,
        "Тигриња"@mk,
        "ടൈഗ്രിന്യ"@ml,
        "टिग्रिन्या"@mr,
        "Tigrinja"@mt,
        "tigrinja"@nb,
        "तिग्रीन्या"@ne,
        "Tigrinya"@nl,
        "tigrinja"@nn,
        "Tigrinja"@no,
        "Afaan Tigiree"@om,
        "ଟ୍ରିଗିନିଆ"@or,
        "tigrinia"@pl,
        "Lenga Tigrigna"@pms,
        "تيګريني"@ps,
        "tigre"@pt,
        "tigrinya"@rm,
        "tigrinya"@ro,
        "тигринья"@ru,
        "Inyatigirinya"@rw,
        "ටිග්‍රින්යා"@si,
        "tigriňa"@sk,
        "tigrajščina"@sl,
        "Tigrinya"@so,
        "Tigrinja"@sq,
        "Тигриња"@sr,
        "Tigrinja"@sr-Latn,
        "Se-tigrinya"@st,
        "tigrinja"@sv,
        "Kitigrinya"@sw,
        "Kitigrinya"@swh,
        "டிக்ரின்யா"@ta,
        "తిగ్రిన్యా"@te,
        "ติกริญญา"@th,
        "ትግርኛ"@ti,
        "ትግርኛ"@tig,
        "Tigrinya"@tn,
        "lea fakatikilina"@to,
        "Tigrinya"@tr,
        "تىگرىنىيەچە"@ug,
        "тигріні"@uk,
        "ٹگرینیا"@ur,
        "Tiếng Tigrigya"@vi,
        "Tigrinja"@wae,
        "Isi-Tigrinya"@xh,
        "Èdè Tigrinya"@yo,
        "提格利尼亞語"@zh,
        "Tigrinya"@zsm,
        "isi-Tigrinya"@zu .

<http://lexvo.org/id/iso639-3/tso> a lvont:Language,
        skos:Concept ;
    lvont:isFocusOf <http://id.loc.gov/vocabulary/iso639-2/tso> ;
    lvont:iso6392BCode "tso"^^xsd:string ;
    lvont:iso6392TCode "tso"^^xsd:string ;
    lvont:iso639P1Code "ts"^^xsd:string ;
    lvont:iso639P3PCode "tso"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-2/tso>,
        <http://www.glottolog.org/resource/languoid/id/tson1249> ;
    owl:sameAs <http://dbpedia.org/resource/Tsonga_language>,
        <http://lexvo.org/id/iso639-1/ts>,
        <http://psi.oasis-open.org/iso/639/#tso>,
        <http://www.lingvoj.org/lang/ts>,
        <http://www.mpii.de/yago/resource/Tsonga_language>,
        <info:lc/vocabulary/languages/tso> ;
    skos:altLabel "тсонга"@bg,
        "Tsongeg"@br,
        "Tsonga"@ca,
        "Xitsonga"@de,
        "Tsonga language"@en,
        "Conga lingvo"@eo,
        "Idioma tsonga"@es,
        "Tsongera"@eu,
        "Tsongan kieli"@fi,
        "Tsonga"@fr,
        "Bahasa Tsonga"@id,
        "Lingua tsonga"@it,
        "Język tsonga"@pl,
        "Língua tsonga"@pt,
        "Тсонга"@ru,
        "Tsonga"@sv,
        "சோங்க மொழி"@ta,
        "Tsonga dili"@tr,
        "Тсонга"@uk ;
    skos:definition "The Tsonga or Xitsonga language is spoken in southern Africa by the Tsonga people, also known as the Shangaan."@en ;
    skos:inScheme lexvo: ;
    skos:notation "tso"^^xsd:string ;
    skos:prefLabel "Tsonga"@af,
        "ጾንጋኛ"@am,
        "السونجا"@ar,
        "sonqa dili"@az,
        "Цонга"@bg,
        "সঙ্গা"@bn,
        "tsonga"@br,
        "सोंगा"@brx,
        "tsonga"@bs,
        "тсонга"@bs-Cyrl,
        "ጾንጋኛ"@byn,
        "tsonga"@ca,
        "宗加文"@cmn,
        "特松加文"@cmn-Hant,
        "tsonga"@cs,
        "Tsongaeg"@cy,
        "tsonga"@da,
        "Tsonga"@de,
        "tsongagbe"@ee,
        "Τσόνγκα"@el,
        "Tsonga"@en,
        "conga"@eo,
        "tsonga"@es,
        "tsonga"@et,
        "tsongera"@eu,
        "تسونگایی"@fa,
        "tsonga"@fi,
        "Tsonga"@fil,
        "tsonga"@fo,
        "tsonga"@fr,
        "Tsonga"@gd,
        "xitsonga"@gl,
        "Tsonga"@gsw,
        "સોંગા"@gu,
        "טסונגה"@he,
        "सोंगा"@hi,
        "tsonga"@hr,
        "conga"@hu,
        "Tsonga"@id,
        "tsonga"@is,
        "tsonga"@it,
        "ツォンガ語"@ja,
        "ಸೋಂಗಾ"@kn,
        "त्सोगा"@knn,
        "총가어"@ko,
        "ژونٛگا"@ks,
        "Xi-Zongjanesch"@ksh,
        "ເຕຊອງກາ"@lo,
        "tsonga"@lt,
        "congu"@lv,
        "цонга"@mk,
        "ത്സോംഗ"@ml,
        "सोंगा"@mr,
        "Tsonga"@mt,
        "Tsongatlahtōlli"@nah,
        "tsonga"@nb,
        "Tsonga"@nl,
        "tsonga"@nn,
        "Tsonga"@no,
        "Tsongum"@nov,
        "Setsonga"@nso,
        "ସୋଂଗା"@or,
        "tsonga"@pl,
        "Lenga Tsonga"@pms,
        "tsonga"@pt,
        "tsonga"@rm,
        "tsonga"@ro,
        "тсонга"@ru,
        "tsonga"@sk,
        "tsonga"@sl,
        "Gjuha tsonga"@sq,
        "Тсонга"@sr,
        "Tsonga"@sr-Latn,
        "tsonga"@sv,
        "Kitsonga"@sw,
        "Kitsonga"@swh,
        "ஸோங்கா"@ta,
        "సోంగా"@te,
        "ซิิตซองกา"@th,
        "ጾንጋኛ"@tig,
        "lea songa"@to,
        "Tsonga"@tr,
        "Xitsonga"@ts,
        "тсонга"@uk,
        "زونگا"@ur,
        "Tiếng Tsonga"@vi,
        "Tsonga"@wae,
        "Èdè Tsonga"@yo,
        "Tsonga"@zsm,
        "isi-Tsonga"@zu .

<http://lexvo.org/id/iso639-3/tur> a lvont:Language,
        skos:Concept ;
    lvont:isFocusOf <http://id.loc.gov/vocabulary/iso639-2/tur> ;
    lvont:iso6392BCode "tur"^^xsd:string ;
    lvont:iso6392TCode "tur"^^xsd:string ;
    lvont:iso639P1Code "tr"^^xsd:string ;
    lvont:iso639P3PCode "tur"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-2/tur>,
        <http://www.glottolog.org/resource/languoid/id/nucl1301> ;
    owl:sameAs <http://dbpedia.org/resource/Turkish_language>,
        <http://lexvo.org/id/iso639-1/tr>,
        <http://lexvo.org/id/wordnet/30/noun/turkish_1_10_00>,
        <http://psi.oasis-open.org/iso/639/#tur>,
        <http://www.lingvoj.org/lang/tr>,
        <http://www.mpii.de/yago/resource/Turkish_language>,
        <info:lc/vocabulary/languages/tur> ;
    skos:altLabel "لغة تركية"@ar,
        "Turcu"@ast,
        "Türk dili"@az,
        "Турэцкая мова"@be,
        "Турски език"@bg,
        "তুর্কি ভাষা"@bn,
        "Turkeg"@br,
        "Turski jezik"@bs,
        "Turc"@ca,
        "Turečtina"@cs,
        "Tyrkisk"@da,
        "Türkische Sprache"@de,
        "Τουρκική γλώσσα"@el,
        "Turkish language"@en,
        "Turka lingvo"@eo,
        "Idioma turco"@es,
        "Türgi keel"@et,
        "Turkiera"@eu,
        "ترکی استانبولی"@fa,
        "زبان ترکی استانبولی"@fa,
        "Turkin kieli"@fi,
        "Turkiskt"@fo,
        "Turc"@fr,
        "An Tuircis"@ga,
        "Lingua turca"@gl,
        "तुर्कीयाई भाषा"@hi,
        "Turski jezik"@hr,
        "Török nyelv"@hu,
        "Bahasa Turki"@id,
        "Tyrkneska"@is,
        "Lingua turca"@it,
        "თურქული ენა"@ka,
        "Түрік тілі"@kk,
        "Tyrkiskisut"@kl,
        "Анадолу Түркчөсү"@ky,
        "Turkų kalba"@lt,
        "Turku valoda"@lv,
        "Турски јазик"@mk,
        "തുർക്കിഷ് ഭാഷ"@ml,
        "तुर्की भाषा"@mr,
        "Tyrkisk"@nn,
        "Język turecki"@pl,
        "Língua turca"@pt,
        "Lingua tirca"@rm,
        "Limba turcă"@ro,
        "Турецкий язык"@ru,
        "Durkkagiella"@se,
        "Turečtina"@sk,
        "Turščina"@sl,
        "Af-Turki"@so,
        "Gjuha turke"@sq,
        "Турски језик"@sr,
        "Turkiska"@sv,
        "துருக்கிய மொழி"@ta,
        "ภาษาตุรกี"@th,
        "Турецька мова"@uk,
        "ترک زبان"@ur,
        "Èdè Tọọkisi"@yo ;
    skos:definition "Turkish (Turkish: ) is a language spoken as a native language by over 83 million people worldwide, making it the most commonly spoken of the Turkic languages. Its speakers are located predominantly in Turkey and Northern Cyprus with smaller groups in Iraq, Greece, Bulgaria, the Republic of Macedonia, Kosovo, Albania and other parts of Eastern Europe. Turkish is also spoken by several million people of immigrant origin in Western Europe, particularly in Germany. The language contains many dialects but the standard is Istanbul Turkish."@en ;
    skos:inScheme lexvo: ;
    skos:notation "tur"^^xsd:string ;
    skos:prefLabel "Аҭырқ бызшәа"@ab,
        "Bahsa Tureuki"@ace,
        "Turks"@af,
        "Tʉʉkìs"@agq,
        "ܠܫܢܐ ܛܘܪܩܝܐ"@aii,
        "Tɛɛki kasa"@ak,
        "ቱርክኛ"@am,
        "Idioma turco"@an,
        "التركية"@ar,
        "توركى"@arz,
        "Kituruki"@asa,
        "turcu"@ast,
        "Турк мацӀ"@av,
        "türkcə"@az,
        "Төрөк теле"@ba,
        "Tiakische Sproch"@bar,
        "Hɔp u tûrk"@bas,
        "турэцкая"@be,
        "Турэцкая мова"@be-tarask,
        "Ichi Takishi"@bem,
        "Hituluki"@bez,
        "турски"@bg,
        "turikikan"@bm,
        "তুর্কী"@bn,
        "ཐུར་ཁེའི་སྐད།"@bo,
        "turkeg"@br,
        "तुर्की"@brx,
        "turski"@bs,
        "турски"@bs-Cyrl,
        "Турк хэлэн"@bxr,
        "ቱርክኛ"@byn,
        "turc"@ca,
        "Turkoyn mott"@ce,
        "Pinulongang Turko"@ceb,
        "Orukuruki"@cgg,
        "زمانی تورکی"@ckb,
        "土耳其文"@cmn,
        "土耳其文"@cmn-Hant,
        "Türk tili"@crh,
        "turečtina"@cs,
        "Tërecczi jãzek"@csb,
        "Турккă чĕлхи"@cv,
        "Tyrceg"@cy,
        "tyrkisk"@da,
        "Kituruki"@dav,
        "Türkisch"@de,
        "Tırki"@diq,
        "Turku senni"@dje,
        "Turkojšćina"@dsb,
        "turki"@dyo,
        "ཊཱར་ཀིཤ་ཁ"@dz,
        "Kĩturuki"@ebu,
        "tɛkigbe"@ee,
        "Τουρκικά"@el,
        "Turkish"@en,
        "turka"@eo,
        "turco"@es,
        "türgi"@et,
        "turkiera"@eu,
        "ǹkɔ́bɔ túrəki"@ewo,
        "ترکی"@fa,
        "Turkeere"@ff,
        "turkki"@fi,
        "Turkish"@fil,
        "turkiskt"@fo,
        "turc"@fr,
        "turc"@fur,
        "Turksk"@fy,
        "Tuircis"@ga,
        "Türk dili"@gag,
        "Turcais"@gd,
        "turco"@gl,
        "Türkisch"@gsw,
        "Türkische Sprache"@gsw-FR,
        "ટર્કીશ"@gu,
        "Kituruki"@guz,
        "Turkish"@gv,
        "Harshen Turkiyya"@ha,
        "Thú-ngí-khì-ngî"@hak,
        "טורקית"@he,
        "तुर्की"@hi,
        "Turkish bhasa"@hif,
        "turski"@hr,
        "Turkowšćina"@hsb,
        "török"@hu,
        "Թուրքերեն"@hy,
        "turco"@ia,
        "Turki"@id,
        "Tọkiishi"@ig,
        "Turkiana linguo"@io,
        "tyrkneska"@is,
        "turco"@it,
        "トルコ語"@ja,
        "Kyiturukyi"@jmc,
        "Basa Turki"@jv,
        "თურქული"@ka,
        "Taṭurkit"@kab,
        "Kituruki"@kam,
        "Тыркубзэ"@kbd,
        "Chituluchi"@kde,
        "turku"@kea,
        "Turku senni"@khq,
        "Kituruki"@ki,
        "Түрік"@kk,
        "tyrkiskisut"@kl,
        "kutitab Turkey"@kln,
        "ទួរគី"@km,
        "ಟರ್ಕಿಶ್"@kn,
        "तुर्किष"@knn,
        "터키어"@ko,
        "Тюрк кыв"@koi,
        "تُرکِش"@ks,
        "Kituuki"@ksb,
        "riturk"@ksf,
        "Törkesch"@ksh,
        "Zimanê tirkî"@ku,
        "Туреч кыв"@kv,
        "Turkek"@kw,
        "туркчо"@ky,
        "Lingua Turcica"@la,
        "Lingua turkana"@lad,
        "Kɨturúuki"@lag,
        "Туркнал маз"@lbe,
        "Lutake"@lg,
        "Turks"@li,
        "Lengua türca"@lmo,
        "litiliki"@ln,
        "ຕວກກີ"@lo,
        "turkų"@lt,
        "Torku kalba"@lt-x,
        "Ntuluki"@lu,
        "Kituruki"@luo,
        "Kituruki"@luy,
        "turku"@lv,
        "nkʉtʉ́k ɔ́ɔ̄ lturuki"@mas,
        "Туркань кяль"@mdf,
        "Kĩtakĩ"@mer,
        "tirk"@mfe,
        "Tiorka"@mg,
        "Ituruki"@mgh,
        "Reo Tākei"@mi,
        "турски"@mk,
        "തുർക്കി"@ml,
        "तुर्की"@mr,
        "Турок йӹлмӹ"@mrj,
        "Bahasa Turki"@ms,
        "Tork"@mt,
        "Turk"@mua,
        "Türkiye-gí"@nan,
        "Turkeǁî gowab"@naq,
        "tyrkisk"@nb,
        "isi-Thekishi"@nd,
        "टर्किश"@ne,
        "Turks"@nl,
        "Kiɛl bó turk"@nmg,
        "tyrkisk"@nn,
        "Tyrkisk"@no,
        "Thok turkicni"@nus,
        "Tʼóok bizaad"@nv,
        "Orukuruki"@nyn,
        "Turc"@oc,
        "Afaan Turkii"@om,
        "ତୁର୍କିସ୍"@or,
        "Туркаг æвзаг"@os,
        "turecki"@pl,
        "Lenga turca"@pms,
        "ترک بولی"@pnb,
        "ترکي"@ps,
        "turco"@pt,
        "Turku simi"@qu,
        "tirc"@rm,
        "Igiturukiya"@rn,
        "turcă"@ro,
        "Kituruki"@rof,
        "турецкий"@ru,
        "Турецькый язык"@rue,
        "Limba turtseascã"@rup,
        "Igiturukiya"@rw,
        "Kyiturukyi"@rwk,
        "Түрк тыла"@sah,
        "Kituruki"@saq,
        "Ishituluki"@sbp,
        "Lìngua turca"@sc,
        "Lingua turca"@scn,
        "Turkis leid"@sco,
        "durkagiella"@se,
        "turco"@seh,
        "Turku senni"@ses,
        "Tûrûku"@sg,
        "Turski jezik"@sh,
        "ⵜⴰⵜⵓⵔⴽⵉⵜ"@shi,
        "taturkit"@shi-Latn,
        "තුර්කි"@si,
        "turečtina"@sk,
        "turščina"@sl,
        "chiTurkish"@sn,
        "Turkish"@so,
        "Turqisht"@sq,
        "Турски"@sr,
        "Turski"@sr-Latn,
        "Se-theki"@st,
        "Basa Turki"@su,
        "turkiska"@sv,
        "Kituruki"@sw,
        "Kituruki"@swc,
        "Kituruki"@swh,
        "Turecko godka"@szl,
        "டர்கிஷ்"@ta,
        "టర్కిష్"@te,
        "Kituruki"@teo,
        "Забони туркӣ"@tg,
        "ตุรกี"@th,
        "ቱርከኛ"@ti,
        "ቱርክኛ"@tig,
        "Türk dili"@tk,
        "Wikang Turko"@tl,
        "Turkish"@tn,
        "lea fakatoake"@to,
        "Türkçe"@tr,
        "Törek tele"@tt,
        "Turku senni"@twq,
        "Taturkit"@tzm,
        "Турок кыл"@udm,
        "تۈرك تىلى"@ug,
        "турецька"@uk,
        "ترکی"@ur,
        "Turk tili"@uz,
        "ꗋꕃ"@vai,
        "Tɔ́ki"@vai-Latn,
        "Lengua turca"@vec,
        "Tiếng Thổ Nhĩ Kỳ"@vi,
        "Kyiturukyi"@vun,
        "Trouk"@wa,
        "Türkiš"@wae,
        "Tinurkiya"@war,
        "Түргдин келн"@xal,
        "Isi-Turkish"@xh,
        "თურქული ნინა"@xmf,
        "Olutake"@xog,
        "nutúluke"@yav,
        "טערקיש"@yi,
        "Èdè Túrkì"@yo,
        "土耳其話"@yue,
        "土耳其语"@zh,
        "Turki"@zsm,
        "isi-Turkish"@zu .

<http://lexvo.org/id/iso639-3/ukr> a lvont:Language,
        skos:Concept ;
    lvont:isFocusOf <http://id.loc.gov/vocabulary/iso639-2/ukr> ;
    lvont:iso6392BCode "ukr"^^xsd:string ;
    lvont:iso6392TCode "ukr"^^xsd:string ;
    lvont:iso639P1Code "uk"^^xsd:string ;
    lvont:iso639P3PCode "ukr"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-2/ukr>,
        <http://www.glottolog.org/resource/languoid/id/ukra1253> ;
    owl:sameAs <http://dbpedia.org/resource/Ukrainian_language>,
        <http://lexvo.org/id/iso639-1/uk>,
        <http://lexvo.org/id/wordnet/30/noun/ukrainian_1_10_00>,
        <http://psi.oasis-open.org/iso/639/#ukr>,
        <http://www.lingvoj.org/lang/uk>,
        <http://www.mpii.de/yago/resource/Ukrainian_language>,
        <info:lc/vocabulary/languages/ukr> ;
    skos:altLabel "Oekraïens"@af,
        "لغة أوكرانية"@ar,
        "Ucraín"@ast,
        "Ukrayna dili"@az,
        "Украінская мова"@be,
        "Украински език"@bg,
        "ইউক্রেনীয় ভাষা"@bn,
        "ཨུཀ་རཡི་ནི་སྐད།"@bo,
        "Ukraineg"@br,
        "Ukrajinski jezik"@bs,
        "Ucraïnès"@ca,
        "Ukrajinština"@cs,
        "Ukrainsk"@da,
        "Ukrainische Sprache"@de,
        "Ουκρανική γλώσσα"@el,
        "Ukrainian language"@en,
        "Ukraina lingvo"@eo,
        "Idioma ucraniano"@es,
        "Ukraina keel"@et,
        "Ukrainera"@eu,
        "زبان اوکراینی"@fa,
        "Ukrainan kieli"@fi,
        "Ukrainien"@fr,
        "An Úcráinis"@ga,
        "Ùcrainis"@gd,
        "Lingua ucraína"@gl,
        "यूक्रेनी भाषा एवं साहित्य"@hi,
        "Ukrajinski jezik"@hr,
        "Ukrán nyelv"@hu,
        "Bahasa Ukraina"@id,
        "Úkraínska"@is,
        "Lingua ucraina"@it,
        "უკრაინული ენა"@ka,
        "Украин тілі"@kk,
        "Ukrainimiusut"@kl,
        "ភាសាអ៊ុយក្រែន"@km,
        "Ukrainiečių kalba"@lt,
        "Ukraiņu valoda"@lv,
        "Украински јазик"@mk,
        "युक्रेनियन भाषा"@mr,
        "Ukrainsk"@nn,
        "Język ukraiński"@pl,
        "Língua ucraniana"@pt,
        "Limba ucraineană"@ro,
        "Украинский язык"@ru,
        "Украйыыньыстыы"@sah,
        "Ukrainagiella"@se,
        "Ukrajinčina"@sk,
        "Ukrajinščina"@sl,
        "Gjuha ukrainase"@sq,
        "Украјински језик"@sr,
        "Ukrainska"@sv,
        "உக்குரேனிய மொழி"@ta,
        "Забони украйинӣ"@tg,
        "ภาษายูเครน"@th,
        "Українська мова"@uk,
        "Tiếng U-crai-na"@vi,
        "Èdè Ukraníà"@yo ;
    skos:definition "Ukrainian ( ukrayins'ka mova, ) is a language of the East Slavic subgroup of the Slavic languages. It is the official state language of Ukraine. Written Ukrainian uses a variant of the Cyrillic script."@en ;
    skos:inScheme lexvo: ;
    skos:notation "ukr"^^xsd:string ;
    skos:prefLabel "Украин бызшәа"@ab,
        "Oekraïns"@af,
        "Ùkɛlɛnìa"@agq,
        "Ukren kasa"@ak,
        "ዩክሬንኛ"@am,
        "Idioma ucrainés"@an,
        "Ūcræȝnisc sprǣc"@ang,
        "الأوكرانية"@ar,
        "اوكرانى"@arz,
        "Kiukrania"@asa,
        "ucraín"@ast,
        "ukraynaca"@az,
        "Hɔp u ukrǎnìà"@bas,
        "украінская"@be,
        "Украінская мова"@be-tarask,
        "Ichi Ukraniani"@bem,
        "Hiukrania"@bez,
        "украински"@bg,
        "Toktok Ukraine"@bi,
        "ukɛrɛnikan"@bm,
        "ইউক্রেনীয়"@bn,
        "ཡུ་ཀྲ་ནི་སྐད།"@bo,
        "ukraineg"@br,
        "यूक्रेनियन्"@brx,
        "ukrajinski"@bs,
        "украјински"@bs-Cyrl,
        "Украин хэлэн"@bxr,
        "ዩክረኒኛ"@byn,
        "ucraïnès"@ca,
        "Ukrainhoyn mott"@ce,
        "Pinulongang Ukranyano"@ceb,
        "Orukuraini"@cgg,
        "乌克兰文"@cmn,
        "烏克蘭文"@cmn-Hant,
        "Lingua ucraina"@co,
        "Ukrain tili"@crh,
        "ukrajinština"@cs,
        "Оукраиньскъ ѩꙁꙑкъ"@cu,
        "Украин чĕлхи"@cv,
        "Wcreineg"@cy,
        "ukrainsk"@da,
        "Kiukrania"@dav,
        "Ukrainisch"@de,
        "Ukreen senni"@dje,
        "Ukrainska rěc"@dsb,
        "ukrain"@dyo,
        "ཡུ་ཀེ་རེ་ནི་ཡཱན་ཁ"@dz,
        "Kĩukrania"@ebu,
        "ukraingbe"@ee,
        "Ουκρανικά"@el,
        "Ukrainian"@en,
        "ukraina"@eo,
        "ucraniano"@es,
        "ukraina"@et,
        "ukrainera"@eu,
        "ǹkɔ́bɔ ukelénia"@ewo,
        "اوکراینی"@fa,
        "Ukereneere"@ff,
        "ukraina"@fi,
        "Ukranian"@fil,
        "ukrainskt"@fo,
        "ukrainien"@fr,
        "ucrain"@fur,
        "Oekraynsk"@fy,
        "Úcráinis"@ga,
        "Ukrain dili"@gag,
        "Ucràinis"@gd,
        "ucraíno"@gl,
        "Ukrainisch"@gsw,
        "યુક્રેનિયન"@gu,
        "Kiukrania"@guz,
        "Ookraanish"@gv,
        "Harshen Yukuren"@ha,
        "אוקראינית"@he,
        "यूक्रेनी"@hi,
        "Ukrainian bhasa"@hif,
        "ukrajinski"@hr,
        "Ukrainšćina"@hsb,
        "ukrán"@hu,
        "Ուկրաիներեն"@hy,
        "ukrainiano"@ia,
        "Ukraina"@id,
        "Ukureenị"@ig,
        "Ukrainian language"@ilo,
        "Ukrainiana linguo"@io,
        "úkraínska"@is,
        "ucraino"@it,
        "ウクライナ語"@ja,
        "Kyiukrania"@jmc,
        "უკრაინული"@ka,
        "Tukranit"@kab,
        "Kiukrania"@kam,
        "Chiuklania"@kde,
        "ukranianu"@kea,
        "Ukreen senni"@khq,
        "Kiukrania"@ki,
        "украин"@kk,
        "ukrainimiusut"@kl,
        "kutitab Ukraine"@kln,
        "អ៊ុយក្រែន"@km,
        "ಉಕ್ರೈನಿಯನ್"@kn,
        "युक्रेनियन्"@knn,
        "우크라이나어"@ko,
        "یوٗکرینیٲیی"@ks,
        "Kiuklania"@ksb,
        "riukrɛ́n"@ksf,
        "Ukrainesch"@ksh,
        "Zimanê ukraynî"@ku,
        "Украин кыв"@kv,
        "Ukraynek"@kw,
        "украинче"@ky,
        "Lingua Ucrainica"@la,
        "Kɨukɨranía"@lag,
        "Ukrainesch"@lb,
        "Luyukurayine"@lg,
        "Oekraïens"@li,
        "Lengua ucrainn-a"@lij,
        "likrɛni"@ln,
        "ອູແກຣນ"@lo,
        "ukrainiečių"@lt,
        "Okrainėitiu kalba"@lt-x,
        "Nkrani"@lu,
        "Kiukrania"@luo,
        "Kiukrania"@luy,
        "ukraiņu"@lv,
        "nkʉtʉ́k ɔ́ɔ̄ lkrania"@mas,
        "Украинонь кяль"@mdf,
        "Kĩukirĩni"@mer,
        "ikrenien"@mfe,
        "Okrainianina"@mg,
        "Iukran"@mgh,
        "Украин йылме"@mhr,
        "украински"@mk,
        "ഉക്രേനിയൻ"@ml,
        "Украйн хэл"@mn,
        "युक्रेनियन"@mr,
        "Bahasa Ukraine"@ms,
        "Ukranjan"@mt,
        "Ukrainia"@mua,
        "ယူကရိန်း"@my,
        "Украинань кель"@myv,
        "Ukrayina-gí"@nan,
        "Ukrainiaǁî gowab"@naq,
        "ukrainsk"@nb,
        "isi-Ukrain"@nd,
        "Ukrainsche Spraak"@nds,
        "युक्रेनी"@ne,
        "Oekraïens"@nl,
        "Kiɛl b'ukrɛ̄nien"@nmg,
        "ukrainsk"@nn,
        "Ukrainsk"@no,
        "Thok ukeraanini"@nus,
        "Orukuraini"@nyn,
        "Ucraïnian"@oc,
        "Afaan Ukreenii"@om,
        "ୟୁକ୍ରାନିଆନ୍"@or,
        "Украинаг æвзаг"@os,
        "ਉਕਰੇਨੀ ਭਾਸ਼ਾ"@pa,
        "ukraiński"@pl,
        "Lenga ucrain-a"@pms,
        "اوکرانايي"@ps,
        "ucraniano"@pt,
        "Ukranya simi"@qu,
        "ucranais"@rm,
        "Ikinyayukereni"@rn,
        "ucraineană"@ro,
        "Kiukrania"@rof,
        "украинский"@ru,
        "Україньскый язык"@rue,
        "Ikinyayukereni"@rw,
        "Kyiukrania"@rwk,
        "Украин тыла"@sah,
        "Kiukrania"@saq,
        "Ishiyukilaniya"@sbp,
        "Ukrainian leid"@sco,
        "ukrainagiella"@se,
        "ucraniano"@seh,
        "Ukreen senni"@ses,
        "Ukrêni"@sg,
        "Ukrajinski jezik"@sh,
        "ⵜⵓⴽⵔⴰⵏⵉⵜ"@shi,
        "tukranit"@shi-Latn,
        "යුක්රේනියානු"@si,
        "ukrajinčina"@sk,
        "ukrajinščina"@sl,
        "chiUkrenia"@sn,
        "Yukreeniyaan"@so,
        "Ukrainisht"@sq,
        "Украјински"@sr,
        "Ukrajinski"@sr-Latn,
        "Se-ukrania"@st,
        "ukrainska"@sv,
        "Kiukraine"@sw,
        "Kiukrania"@swc,
        "Kiukrania"@swh,
        "Ukrajińsko godka"@szl,
        "உக்ரைனியன்"@ta,
        "యుక్రేనియాన్"@te,
        "Kiukrania"@teo,
        "Украинӣ"@tg,
        "ยูเครน"@th,
        "ዩክረኒኛ"@ti,
        "ዩክረኒኛ"@tig,
        "Wikang Ukranyano"@tl,
        "Ukrainian"@tn,
        "lea fakaʻiukālia"@to,
        "Ukraynaca"@tr,
        "Украин теле"@tt,
        "Ukreen senni"@twq,
        "Tukranit"@tzm,
        "Украин кыл"@udm,
        "ئۇكرائىن تىلى"@ug,
        "українська"@uk,
        "یوکرینیائی"@ur,
        "Ukrain tili"@uz,
        "ꖳꖴꔓꕇꘂꘋ"@vai,
        "Yukureniyɛŋ"@vai-Latn,
        "Tiếng Ukraina"@vi,
        "Kyiukrania"@vun,
        "Ukrainiš"@wae,
        "Isi-Ukranian"@xh,
        "უკრაინული ნინა"@xmf,
        "Oluyukurayine"@xog,
        "nukeleniɛ́ŋɛ"@yav,
        "אוקראיניש"@yi,
        "Èdè Ukania"@yo,
        "乌克兰语"@zh,
        "Ukraine"@zsm,
        "isi-Ukrainian"@zu .

<http://lexvo.org/id/iso639-3/xal> a lvont:Language,
        skos:Concept ;
    lvont:isFocusOf <http://id.loc.gov/vocabulary/iso639-2/xal> ;
    lvont:iso6392BCode "xal"^^xsd:string ;
    lvont:iso6392TCode "xal"^^xsd:string ;
    lvont:iso639P3PCode "xal"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-2/xal>,
        <http://www.glottolog.org/resource/languoid/id/kalm1243> ;
    owl:sameAs <http://dbpedia.org/resource/Kalmyk_Oirat>,
        <http://psi.oasis-open.org/iso/639/#xal>,
        <http://www.lingvoj.org/lang/xal>,
        <http://www.mpii.de/yago/resource/Kalmyk_Oirat>,
        <info:lc/vocabulary/languages/xal> ;
    skos:altLabel "Kalmık dili"@az,
        "Kalmoukeg-oirateg"@br,
        "Calmuc"@ca,
        "Kalmyčtina"@cs,
        "Kalmückische Sprache"@de,
        "Kalmyk"@en,
        "Kalmyk Oirat"@en,
        "Idioma calmuco"@es,
        "زبان قالمیق"@fa,
        "Kalmukin kieli"@fi,
        "Kalmouk"@fr,
        "Lingua calmucca"@it,
        "Kalmukų kalba"@lt,
        "Калмички јазик"@mk,
        "Kalmuks"@nl,
        "Język kałmucki"@pl,
        "Língua calmuca"@pt,
        "Limba kalmîcă"@ro,
        "Калмыцкий язык"@ru,
        "Kalmuckiska"@sv,
        "கல்மிக்கு மொழி"@ta,
        "ภาษาคัลมึค"@th,
        "Калмицька мова"@uk ;
    skos:definition "The Kalmyk language (Хальмг келн; also known as Kalmuck, Qalmaq, Khal:mag and Western Mongol), or Russian Oirat, is the native speech of the Kalmyk people of the Republic of Kalmykia, a federal subject of the Russian Federation. In Russia, it is the normative form of the Oirat language (based on the Torgut dialect), which belongs to the Mongolic language family. The Oirat people are scattered throughout Eurasia, with substantial groups located in western Mongolia, the northwest region (mainly Xinjiang) of the People’s Republic of China and the northwest coast of the Caspian Sea in the Russian Federation, where they became known as Kalmyks."@en ;
    skos:inScheme lexvo: ;
    skos:notation "xal"^^xsd:string ;
    skos:prefLabel "Kalmikies"@af,
        "الكالميك"@ar,
        "kalmıqca"@az,
        "калмик"@bg,
        "কাল্মইক"@bn,
        "kalmouk"@br,
        "कालमीक"@brx,
        "kalmik"@bs,
        "калмик"@bs-Cyrl,
        "Хальмаг хэлэн"@bxr,
        "calmuc"@ca,
        "卡尔梅克文"@cmn,
        "卡爾梅克文"@cmn-Hant,
        "kalmyčtina"@cs,
        "Калмăк чĕлхи"@cv,
        "Calmyceg"@cy,
        "kalmyk"@da,
        "Kalmückisch"@de,
        "Καλμίκ"@el,
        "Oirat"@en,
        "Kalmuka lingvo"@eo,
        "kalmyk"@es,
        "kalmõki"@et,
        "قلموقی"@fa,
        "kalmukki"@fi,
        "kalmouk"@fr,
        "Kalmückisch"@gsw,
        "કાલ્મિક"@gu,
        "קלמיק"@he,
        "काल्मिक"@hi,
        "kalmyk"@hr,
        "kalmük"@hu,
        "Kalmuk"@id,
        "kalmúkska"@is,
        "kalmyk"@it,
        "カルムイク語"@ja,
        "Қалмақ тілі"@kk,
        "ಕಲ್‌ಮೈಕ್"@kn,
        "칼미크어"@ko,
        "کالمِک"@ks,
        "Калмык кыв"@kv,
        "ການມິກ"@lo,
        "kalmukų"@lt,
        "kalmiku"@lv,
        "калмик"@mk,
        "കൽമൈക്"@ml,
        "Халимаг хэл"@mn,
        "काल्मिक"@mr,
        "Kalmyk"@mt,
        "kalmyk"@nb,
        "Kalmyk"@nl,
        "kalmyk"@nn,
        "Kalmykisk"@no,
        "କାଲ୍ମୀକ୍"@or,
        "kałmucki"@pl,
        "Lenga kalmyk-oirat"@pms,
        "کلمائیک"@pnb,
        "kalmyk"@pt,
        "kalmuk"@rm,
        "calmucă"@ro,
        "калмыцкий"@ru,
        "kalmyčtina"@sk,
        "kalmiščina"@sl,
        "Калмик"@sr,
        "Kalmik"@sr-Latn,
        "kalmuckiska"@sv,
        "கல்மிக்"@ta,
        "కల్మిక్"@te,
        "คัลมืยค์"@th,
        "Kalmıkça"@tr,
        "قالماق تىلى"@ug,
        "калмицька"@uk,
        "Tiếng Kalmyk"@vi .

<http://lexvo.org/id/iso639-3/xho> a lvont:Language,
        skos:Concept ;
    lvont:isFocusOf <http://id.loc.gov/vocabulary/iso639-2/xho> ;
    lvont:iso6392BCode "xho"^^xsd:string ;
    lvont:iso6392TCode "xho"^^xsd:string ;
    lvont:iso639P1Code "xh"^^xsd:string ;
    lvont:iso639P3PCode "xho"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-2/xho>,
        <http://www.glottolog.org/resource/languoid/id/xhos1239> ;
    owl:sameAs <http://dbpedia.org/resource/Xhosa_language>,
        <http://lexvo.org/id/iso639-1/xh>,
        <http://lexvo.org/id/wordnet/30/noun/xhosa_1_10_00>,
        <http://psi.oasis-open.org/iso/639/#xho>,
        <http://www.lingvoj.org/lang/xh>,
        <http://www.mpii.de/yago/resource/Xhosa_language>,
        <info:lc/vocabulary/languages/xho> ;
    skos:altLabel "Кхоса"@bg,
        "খোসা ভাষা"@bn,
        "Xhosaeg"@br,
        "Xosa"@ca,
        "IsiXhosa"@de,
        "Xhosa language"@en,
        "Kosa lingvo"@eo,
        "Idioma xhosa"@es,
        "Xhosera"@eu,
        "زبان خوسایی"@fa,
        "Xhosan kieli"@fi,
        "Xhosa"@fr,
        "Cósais"@ga,
        "Lingua xhosa"@gl,
        "Bahasa Xhosa"@id,
        "Lingua xhosa"@it,
        "Kosų kalba"@lt,
        "Isiķhosa"@lv,
        "хауса"@mk,
        "Xhosa"@nn,
        "Język xhosa"@pl,
        "Língua xhosa"@pt,
        "ксоза"@ru,
        "Inyehawusa"@rw,
        "Gjuha xhosa"@sq,
        "Xhosa"@sv,
        "சோசா மொழி"@ta,
        "Xhosa dili"@tr,
        "кхоса"@uk,
        "IsiXhosa"@xh,
        "IsiXhosa"@zu ;
    skos:definition "Xhosa (, Xhosa: ) is one of the official languages of South Africa. Xhosa is spoken by approximately 7.9 million people, or about 18% of the South African population. Like most Bantu languages, Xhosa is a tonal language, that is, the same sequence of consonants and vowels can have different meanings when said with a rising or falling or high or low intonation. One of the most distinctive features of the language is the prominence of click consonants; the word \"Xhosa\" begins with a click."@en ;
    skos:inScheme lexvo: ;
    skos:notation "xho"^^xsd:string ;
    skos:prefLabel "Xhosa"@af,
        "ዞሳኛ"@am,
        "الخوسا"@ar,
        "xhosa"@ast,
        "xosa dili"@az,
        "хоса"@be,
        "ксоса"@bg,
        "জোসা"@bn,
        "xhosa"@br,
        "ख़ोसा"@brx,
        "khosa"@bs,
        "ксхоса"@bs-Cyrl,
        "ዞሳኛ"@byn,
        "xosa"@ca,
        "科萨文"@cmn,
        "科薩文"@cmn-Hant,
        "xhoština"@cs,
        "Коса чĕлхи"@cv,
        "Xhosa"@cy,
        "xhosa"@da,
        "Xhosa"@de,
        "ཞོ་ས་ཁ"@dz,
        "xhosagbe"@ee,
        "Ζόσα"@el,
        "Xhosa"@en,
        "ksosa"@eo,
        "xhosa"@es,
        "koosa"@et,
        "xhosa"@eu,
        "خوسایی"@fa,
        "xhosa"@fi,
        "Xhosa"@fil,
        "xhosa"@fo,
        "xhosa"@fr,
        "xhosa"@fur,
        "Xhosa"@ga,
        "Xhosa"@gd,
        "xhosa"@gl,
        "Xhosa"@gsw,
        "ખોસા"@gu,
        "Bazosa"@ha,
        "קסוסה"@he,
        "षोसा"@hi,
        "Xhosa bhasa"@hif,
        "xhosa"@hr,
        "hosza"@hu,
        "Խոշերեն"@hy,
        "xhosa"@ia,
        "Xhosa"@id,
        "Xosa-linguo"@io,
        "sósa"@is,
        "xosa"@it,
        "コサ語"@ja,
        "ქსოზა"@ka,
        "koza"@kea,
        "Kixhosa"@kg,
        "хоса"@kk,
        "ឃសា"@km,
        "ಷೋಸಾ"@kn,
        "झ़ौसा"@knn,
        "코사어"@ko,
        "کھوسا"@ks,
        "Isi-Khoosa"@ksh,
        "Xhosa"@li,
        "ໂຊຊາ"@lo,
        "kosų"@lt,
        "khosu"@lv,
        "Fiteny Xhosa"@mg,
        "Коса"@mk,
        "ഖോസാ"@ml,
        "खोसा"@mr,
        "Ħoża"@mt,
        "Xhosatlahtōlli"@nah,
        "xhosa"@nb,
        "IsiXhosa"@nds,
        "खोसा"@ne,
        "Xhosa"@nl,
        "xhosa"@nn,
        "Xhosa"@no,
        "Kosum"@nov,
        "Sethosa"@nso,
        "Xhosa"@oc,
        "Afaan Xhosa"@om,
        "ଖୋସା"@or,
        "khosa"@pl,
        "Lenga Xhosa"@pms,
        "خوسا"@ps,
        "xosa"@pt,
        "Xhosa simi"@qu,
        "xhosa"@rm,
        "xhosa"@ro,
        "Коса"@ru,
        "Ikigisosa"@rw,
        "ශෝසා"@si,
        "xhosa"@sk,
        "xhosa"@sl,
        "Hoosta"@so,
        "Xhosa"@sq,
        "Ксхоса"@sr,
        "Khosa"@sr-Latn,
        "se Xhosa"@st,
        "xhosa"@sv,
        "Kixhosa"@sw,
        "Kixhosa"@swh,
        "ஹோஷா"@ta,
        "షోసా"@te,
        "คะห์โอซา"@th,
        "ዞሳኛ"@ti,
        "ዞሳኛ"@tig,
        "IsiXhosa"@tn,
        "lea fakatōsa"@to,
        "Zosa"@tr,
        "Коса"@uk,
        "ژوسا"@ur,
        "Tiếng Xhosa"@vi,
        "Xhosa"@wae,
        "isiXhosa"@xh,
        "კოსა"@xmf,
        "Èdè Xhosa"@yo,
        "科萨语"@zh,
        "Xhosa"@zsm,
        "isiXhosa"@zu .

<http://lexvo.org/id/iso639-3/yor> a lvont:Language,
        skos:Concept ;
    lvont:isFocusOf <http://id.loc.gov/vocabulary/iso639-2/yor> ;
    lvont:iso6392BCode "yor"^^xsd:string ;
    lvont:iso6392TCode "yor"^^xsd:string ;
    lvont:iso639P1Code "yo"^^xsd:string ;
    lvont:iso639P3PCode "yor"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-2/yor>,
        <http://www.glottolog.org/resource/languoid/id/yoru1245> ;
    owl:sameAs <http://dbpedia.org/resource/Yoruba_language>,
        <http://lexvo.org/id/iso639-1/yo>,
        <http://lexvo.org/id/wordnet/30/noun/yoruba_1_10_00>,
        <http://psi.oasis-open.org/iso/639/#yor>,
        <http://www.lingvoj.org/lang/yo>,
        <http://www.mpii.de/yago/resource/Yoruba_language>,
        <info:lc/vocabulary/languages/yor> ;
    skos:altLabel "لغة يوربا"@ar,
        "ইয়োরুবা ভাষা"@bn,
        "Yoroubeg"@br,
        "Ioruba"@ca,
        "Yoruba language"@en,
        "Joruba lingvo"@eo,
        "Idioma yoruba"@es,
        "Jorubera"@eu,
        "زبان یوروبایی"@fa,
        "Joruban kieli"@fi,
        "Yoruba"@fr,
        "Bahasa Yoruba"@id,
        "Lingua yoruba"@it,
        "Jorubų kalba"@lt,
        "Јорупски јазик"@mk,
        "Yoruba"@nn,
        "Język joruba"@pl,
        "Língua iorubá"@pt,
        "Йоруба"@ru,
        "Yoruba"@sv,
        "யொரூபா மொழி"@ta,
        "Йоруба"@uk ;
    skos:definition "Yorùbá (native name èdè Yorùbá, the Yorùbá language) is a Niger–Congo language spoken in West Africa by approximately 20 million speakers. The native tongue of the Yoruba people, it is spoken, among other languages, in Nigeria, Benin, and Togo and in communities in other parts of Africa, Europe and the Americas. It is most closely related to the Itsekiri language spoken in the Niger-Delta and Igala spoken in central Nigeria."@en ;
    skos:inScheme lexvo: ;
    skos:notation "yor"^^xsd:string ;
    skos:prefLabel "Yoruba"@af,
        "Yulùba"@agq,
        "Yoruba"@ak,
        "ዮሩባዊኛ"@am,
        "اليوروبية"@ar,
        "Kiyoruba"@asa,
        "yoruba"@ast,
        "yoruba dili"@az,
        "Hɔp u yorūbà"@bas,
        "Ёруба, мова"@be,
        "Ichi Yoruba"@bem,
        "Hiyoruba"@bez,
        "йоруба"@bg,
        "yorubakan"@bm,
        "ইওরুবা"@bn,
        "yorouba"@br,
        "योरूबा"@brx,
        "jorubanski"@bs,
        "јоруба"@bs-Cyrl,
        "ዮሩባዊኛ"@byn,
        "ioruba"@ca,
        "Oruyoruba"@cgg,
        "约鲁巴文"@cmn,
        "約魯巴文"@cmn-Hant,
        "jorubština"@cs,
        "Йоруба"@cv,
        "Iorwba"@cy,
        "yoruba"@da,
        "Kiyoruba"@dav,
        "Yoruba"@de,
        "Yorbance senni"@dje,
        "yoruba"@dyo,
        "ཡོ་རུ་བ་ཁ"@dz,
        "Kĩyoruba"@ebu,
        "yorubagbe"@ee,
        "Γιορούμπα"@el,
        "Yoruba"@en,
        "joruba"@eo,
        "yoruba"@es,
        "joruba"@et,
        "yorubera"@eu,
        "ǹkɔ́bɔ yorúba"@ewo,
        "یوروبایی"@fa,
        "Yorrubaa"@ff,
        "joruba"@fi,
        "Yoruba"@fil,
        "yoruba"@fo,
        "yoruba"@fr,
        "yoruba"@fur,
        "Iarúibis"@ga,
        "Yoruba"@gd,
        "ioruba"@gl,
        "Yoruba"@gsw,
        "યોરૂબા"@gu,
        "Kiyoruba"@guz,
        "Yarbanci"@ha,
        "יורובה"@he,
        "योरूबा"@hi,
        "Yoruba bhasa"@hif,
        "joruba"@hr,
        "joruba"@hu,
        "Yoruba"@id,
        "Yoruba"@ig,
        "jórúba"@is,
        "yoruba"@it,
        "ヨルバ語"@ja,
        "Kyiyoruba"@jmc,
        "იორუბა"@ka,
        "Tayurubit"@kab,
        "Kiyoruba"@kam,
        "Chiyoluba"@kde,
        "ioruba"@kea,
        "Yorbance senni"@khq,
        "Kiyoruba"@ki,
        "Иоруба"@kk,
        "kutitab Yoruba"@kln,
        "យរូបា"@km,
        "ಯೊರುಬಾ"@kn,
        "यूरुबा"@knn,
        "요루바어"@ko,
        "یورُبا"@ks,
        "Kiyoluba"@ksb,
        "riyúuba"@ksf,
        "Joruuba"@ksh,
        "Kɨyorúuba"@lag,
        "Luyoruba"@lg,
        "yoruba"@ln,
        "ໂຢລູບາ"@lo,
        "jorubų"@lt,
        "Nyoruba"@lu,
        "Kiyoruba"@luo,
        "Kiyoruba"@luy,
        "jorubu"@lv,
        "nkʉtʉ́k ɔ́ɔ̄ lyoruba"@mas,
        "Kĩyoruba"@mer,
        "yoruba"@mfe,
        "Yôrobà"@mg,
        "Iyoruba"@mgh,
        "јоруба"@mk,
        "യൊറൂബാ"@ml,
        "योरुबा"@mr,
        "Joruba"@mt,
        "Yoruba"@mua,
        "Yorubab"@naq,
        "joruba"@nb,
        "isi-Yorubha"@nd,
        "योरूवा"@ne,
        "Yoruba"@nl,
        "Yorúbâ"@nmg,
        "joruba"@nn,
        "Joruba"@no,
        "Thok yurubani"@nus,
        "Oruyoruba"@nyn,
        "ୟୋରୁବା"@or,
        "joruba"@pl,
        "Lenga Yoruba"@pms,
        "یوروبا"@pnb,
        "ioruba"@pt,
        "Yoruba simi"@qu,
        "yoruba"@rm,
        "Ikiyoruba"@rn,
        "yoruba"@ro,
        "Kiyoruba"@rof,
        "йоруба"@ru,
        "Kyiyoruba"@rwk,
        "Kiyoruba"@saq,
        "Ishiyoluba"@sbp,
        "iorubá"@seh,
        "Yorbance senni"@ses,
        "Yoruba"@sg,
        "ⵜⴰⵢⵔⵓⴱⴰⵜ"@shi,
        "tayrubat"@shi-Latn,
        "යොරූබා"@si,
        "jorubčina"@sk,
        "jorubščina"@sl,
        "chiYoruba"@sn,
        "Yoruuba"@so,
        "Јоруба"@sr,
        "Jorubanski"@sr-Latn,
        "yoruba"@sv,
        "Kiyoruba"@swc,
        "Kiyoruba"@swh,
        "யோருப்பா"@ta,
        "యోరుబా"@te,
        "Kiyoruba"@teo,
        "โยรูบา"@th,
        "ዮሩባዊኛ"@tig,
        "lea fakaʻiōlupa"@to,
        "Yoruba"@tr,
        "Yorbance senni"@twq,
        "Tayurubat"@tzm,
        "يورۇباچە"@ug,
        "йоруба"@uk,
        "یوروبا"@ur,
        "ꖎꖄꕑ"@vai,
        "Yóróbha"@vai-Latn,
        "Tiếng Yoruba"@vi,
        "Kyiyoruba"@vun,
        "Yorouba"@wa,
        "Yoruba"@wae,
        "Oluyoruba"@xog,
        "nuyolúpa"@yav,
        "Èdè Yorùbá"@yo,
        "约鲁巴语"@zh,
        "Yoruba"@zsm,
        "isi-Yoruba"@zu .

<http://lexvo.org/id/kangxi-radical/213> a lvont:CJKRadical ;
    lvont:label <http://lexvo.org/id/char/2A6A6>,
        <http://lexvo.org/id/char/2A6C9>,
        <http://lexvo.org/id/char/2EF3>,
        <http://lexvo.org/id/char/2FD4>,
        <http://lexvo.org/id/char/4E80>,
        <http://lexvo.org/id/char/9F9C>,
        <http://lexvo.org/id/char/9F9F>,
        <http://lexvo.org/id/char/F907>,
        <http://lexvo.org/id/char/F908> .

<http://lexvo.org/id/iso639-3/aka> a lvont:Language,
        skos:Concept ;
    lvont:isFocusOf <http://id.loc.gov/vocabulary/iso639-2/aka> ;
    lvont:iso6392BCode "aka"^^xsd:string ;
    lvont:iso6392TCode "aka"^^xsd:string ;
    lvont:iso639P1Code "ak"^^xsd:string ;
    lvont:iso639P3PCode "aka"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-2/aka>,
        <http://www.glottolog.org/resource/languoid/id/akan1250> ;
    owl:sameAs <http://dbpedia.org/resource/Akan_language>,
        <http://lexvo.org/id/iso639-1/ak>,
        <http://lexvo.org/id/wordnet/30/noun/akan_1_10_00>,
        <http://psi.oasis-open.org/iso/639/#aka>,
        <http://www.lingvoj.org/lang/ak>,
        <http://www.mpii.de/yago/resource/Akan_language>,
        <info:lc/vocabulary/languages/aka> ;
    skos:altLabel "لغة أكانية"@ar,
        "Akaneg"@br,
        "Àkan"@ca,
        "Akanština"@cs,
        "Akan-Sprachen"@de,
        "Akan language"@en,
        "Idioma acano"@es,
        "Akanin kieli"@fi,
        "Akan"@fr,
        "Lingua akán"@gl,
        "Akanmál"@is,
        "Lingua akan"@it,
        "아칸어군"@ko,
        "Akanų kalba"@lt,
        "Akanu valodas"@lv,
        "Język akan"@pl,
        "Língua akan"@pt,
        "Акан"@ru,
        "Akan"@sv,
        "அகன மொழி"@ta,
        "Акан"@uk ;
    skos:definition "Akan, also known as Twi and Fante, is an Akan language that is the principal native language of Ghana, spoken over much of the southern half of that country, by about 52% of the population, and to a lesser extent across the border in eastern Côte d'Ivoire. Three dialects have been developed as literary standards with distinct orthographies, Asante, Akuapem (together called Twi), and Fante, which despite being mutually intelligible were inaccessible in written form to speakers of the other standards. In 1978 the Akan Orthography Committee established a common orthography for all of Akan, which is used as the medium of instruction in primary school by speakers of several other Akan languages such as Anyi, Sefwi, Ahanta as well as the Guang languages."@en ;
    skos:inScheme lexvo: ;
    skos:notation "aka"^^xsd:string ;
    skos:prefLabel "Akan"@af,
        "Akan"@agq,
        "Akan"@ak,
        "አካንኛ"@am,
        "الأكانية"@ar,
        "Kiakan"@asa,
        "Llingua Akán"@ast,
        "akanca"@az,
        "Hɔp u akan"@bas,
        "Ichi Akan"@bem,
        "Hiakan"@bez,
        "акан"@bg,
        "akankan"@bm,
        "আকান"@bn,
        "akan"@br,
        "अकन"@brx,
        "akan"@bs,
        "акан"@bs-Cyrl,
        "àkan"@ca,
        "Orukani"@cgg,
        "阿肯文"@cmn,
        "阿坎文"@cmn-Hant,
        "akanština"@cs,
        "Acaneg"@cy,
        "akan"@da,
        "Kiakan"@dav,
        "Akan"@de,
        "Akan senni"@dje,
        "akan"@dyo,
        "Kĩakan"@ebu,
        "blugbe"@ee,
        "Ακάν"@el,
        "Akan"@en,
        "Akanaj lingvoj"@eo,
        "akan"@es,
        "akani"@et,
        "Akanera"@eu,
        "Ǹkɔ́bɔ akán"@ewo,
        "آکان"@fa,
        "Akaan"@ff,
        "akan"@fi,
        "Akan"@fil,
        "akan"@fr,
        "Akán"@gl,
        "Akan"@gsw,
        "અકાન"@gu,
        "Kiakan"@guz,
        "Akanish"@gv,
        "Akan"@ha,
        "אקאן"@he,
        "अकन"@hi,
        "akanski"@hr,
        "akan"@hu,
        "Akan"@id,
        "Akan"@ig,
        "akan"@is,
        "akan"@it,
        "アカン語"@ja,
        "Kiakanyi"@jmc,
        "Takanit"@kab,
        "Kiakan"@kam,
        "Chakan"@kde,
        "akan"@kea,
        "Akan senni"@khq,
        "Kiakan"@ki,
        "kutitab Aka"@kln,
        "ಅಕಾನ್"@kn,
        "아칸어"@ko,
        "اَکان"@ks,
        "Kiakan"@ksb,
        "riakan"@ksf,
        "Kɨakáani"@lag,
        "Lu-akaani"@lg,
        "akan"@ln,
        "ອາການ"@lo,
        "akanų"@lt,
        "Liakan"@lu,
        "Kiakan"@luo,
        "Kiakan"@luy,
        "akanu"@lv,
        "nkʉtʉ́k ɔ́ɔ̄ lAkan"@mas,
        "Kĩakani"@mer,
        "akan"@mfe,
        "Akan"@mg,
        "Ikan"@mgh,
        "акан"@mk,
        "അകാൻ"@ml,
        "अकान"@mr,
        "Akan"@mt,
        "akaŋ"@mua,
        "Akangowab"@naq,
        "akan"@nb,
        "isi-Akhani"@nd,
        "Akan"@nl,
        "Kiɛl akan"@nmg,
        "akan"@nn,
        "Akan"@no,
        "Thok aka̱ni"@nus,
        "Orukani"@nyn,
        "ଅକନ୍"@or,
        "akan"@pl,
        "Lenga Akan"@pms,
        "akan"@pt,
        "Akan simi"@qu,
        "akan"@rm,
        "Igikani"@rn,
        "akan"@ro,
        "Kiakani"@rof,
        "акан"@ru,
        "Kiakanyi"@rwk,
        "Kiakan"@saq,
        "Ishiyakani"@sbp,
        "akan"@seh,
        "Akan senni"@ses,
        "Akâan"@sg,
        "ⵜⴰⴽⴰⵏⵜ"@shi,
        "takant"@shi-Latn,
        "akančina"@sk,
        "akanščina"@sl,
        "chiAkani"@sn,
        "Akan"@so,
        "Акан"@sr,
        "Akan"@sr-Latn,
        "akan"@sv,
        "Kiakan"@sw,
        "Kiakan"@swc,
        "Kiakani"@swh,
        "ஆகான்"@ta,
        "అకాన్"@te,
        "Kiakan"@teo,
        "อาคัน"@th,
        "lea fakaʻakani"@to,
        "Akan"@tr,
        "Akan"@tw,
        "Akan senni"@twq,
        "Takanit"@tzm,
        "акан"@uk,
        "اکان"@ur,
        "ꕉꕪꘋ"@vai,
        "Akaŋ"@vai-Latn,
        "Tiếng Akan"@vi,
        "Kiakanyi"@vun,
        "Oluakaani"@xog,
        "akánɛ"@yav,
        "Èdè Akani"@yo,
        "阿坎语"@zh,
        "Akan"@zsm,
        "I-Akan"@zu .

<http://lexvo.org/id/iso639-3/asm> a lvont:Language,
        skos:Concept ;
    lvont:isFocusOf <http://id.loc.gov/vocabulary/iso639-2/asm> ;
    lvont:iso6392BCode "asm"^^xsd:string ;
    lvont:iso6392TCode "asm"^^xsd:string ;
    lvont:iso639P1Code "as"^^xsd:string ;
    lvont:iso639P3PCode "asm"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-2/asm>,
        <http://www.glottolog.org/resource/languoid/id/assa1263> ;
    owl:sameAs <http://dbpedia.org/resource/Assamese_language>,
        <http://lexvo.org/id/iso639-1/as>,
        <http://lexvo.org/id/wordnet/30/noun/assamese_1_10_00>,
        <http://psi.oasis-open.org/iso/639/#asm>,
        <http://www.lingvoj.org/lang/as>,
        <http://www.mpii.de/yago/resource/Assamese_language>,
        <info:lc/vocabulary/languages/asm> ;
    skos:altLabel "অসমীয়া ভাষা"@as,
        "Asamés"@ast,
        "Асамская мова"@be,
        "অসমীয়া ভাষা"@bn,
        "Asameg"@br,
        "Assamès"@ca,
        "Ásámština"@cs,
        "Assameg"@cy,
        "Assamesisk"@da,
        "Assamesische Sprache"@de,
        "Assamese language"@en,
        "Asama lingvo"@eo,
        "Idioma asamés"@es,
        "Assami keel"@et,
        "Assamera"@eu,
        "زبان آسامی"@fa,
        "Assami"@fi,
        "Assamais"@fr,
        "Lingua asamesa"@gl,
        "આસામીઝ ભાષા"@gu,
        "असमिया"@hi,
        "Asamski jezik"@hr,
        "Asszámi nyelv"@hu,
        "Bahasa Assam"@id,
        "Assameíska"@is,
        "Lingua assamese"@it,
        "ასამური ენა"@ka,
        "ಅಸ್ಸಾಮೀಸ್"@kn,
        "아샘어"@ko,
        "Asamų kalba"@lt,
        "Asamiešu valoda"@lv,
        "आसामी भाषा"@mr,
        "असमिया"@ne,
        "ଅସମୀୟା ଭାଷା"@or,
        "Język asamski"@pl,
        "Língua assamesa"@pt,
        "Ассамский язык"@ru,
        "Ásámčina"@sk,
        "Асамски језик"@sr,
        "Assamesiska"@sv,
        "அசாமிய மொழி"@ta,
        "అస్సామీ భాష"@te,
        "ภาษาอัสสัม"@th,
        "Assam dili"@tr,
        "Асамська мова"@uk,
        "آسامی زبان"@ur,
        "Ti Assam"@yo ;
    skos:definition "Assamese ( ) is the easternmost Indo-Aryan language. It is used mainly in the state of Assam in North-East India. It is also the official language of Assam. It is also spoken in parts of Arunachal Pradesh and other northeast Indian states. Nagamese, an Assamese-based Creole language is widely used in Nagaland and parts of Assam. Small pockets of Assamese speakers can be found in Bhutan. The easternmost of Indo-European languages, it is spoken by over 13 million people."@en ;
    skos:inScheme lexvo: ;
    skos:notation "asm"^^xsd:string ;
    skos:prefLabel "Assamees"@af,
        "አሳሜዛዊ"@am,
        "الأسامية"@ar,
        "অসমীয়া"@as,
        "asamés"@ast,
        "Assam dili"@az,
        "асамская"@be,
        "асамски"@bg,
        "আসামি"@bn,
        "অসমীয়া ঠার"@bpy,
        "asameg"@br,
        "असामी"@brx,
        "asemijski"@bs,
        "асемијски"@bs-Cyrl,
        "አሳሜዛዊ"@byn,
        "assamès"@ca,
        "阿萨姆文"@cmn,
        "阿薩姆文"@cmn-Hant,
        "asámština"@cs,
        "Asameg"@cy,
        "assamesisk"@da,
        "Assamesisch"@de,
        "ཨ་ས་མིས་ཁ"@dz,
        "assamegbe"@ee,
        "Ασαμεζικά"@el,
        "Assamese"@en,
        "asama"@eo,
        "asamés"@es,
        "assami"@et,
        "assamera"@eu,
        "آسامی"@fa,
        "assami"@fi,
        "Assamese"@fil,
        "assamesiskt"@fo,
        "assamais"@fr,
        "assamês"@fur,
        "Asaimis"@ga,
        "assamés"@gl,
        "Assamesisch"@gsw,
        "આસામી"@gu,
        "Asamisanci"@ha,
        "אסאמית"@he,
        "असामी"@hi,
        "Assamese bhasa"@hif,
        "asamski"@hr,
        "asszámi"@hu,
        "Ասամերեն"@hy,
        "Assamese"@ia,
        "Assam"@id,
        "assamska"@is,
        "assamese"@it,
        "アッサム語"@ja,
        "ასამური"@ka,
        "asames"@kea,
        "ассам"@kk,
        "អាសាមីស"@km,
        "ಅಸ್ಸಾಮಿ"@kn,
        "असामी"@knn,
        "아삼어"@ko,
        "اسٲمۍ"@ks,
        "Aßameesesch"@ksh,
        "Lingua Assamica"@la,
        "ອັສສຳ"@lo,
        "asamų"@lt,
        "asamiešu"@lv,
        "Fiteny assamey"@mg,
        "асамски"@mk,
        "ആസ്സാമീസ്"@ml,
        "आसामी"@mr,
        "Bahasa Assam"@ms,
        "Assamese"@mt,
        "assamisk"@nb,
        "आसामी"@ne,
        "आसामी भाषा"@new,
        "Assamees"@nl,
        "assamisk"@nn,
        "Assamesisk"@no,
        "ଆସାମୀ"@or,
        "ਅਸਾਮੀ"@pa,
        "asamski"@pl,
        "Lenga assamèisa"@pms,
        "اسمائى ژبه"@ps,
        "assamês"@pt,
        "Asam simi"@qu,
        "assami"@rm,
        "asameză"@ro,
        "ассамский"@ru,
        "Icyasamizi"@rw,
        "असमिया"@sa,
        "Asamski jezik"@sh,
        "ඇසෑම්"@si,
        "ásámčina"@sk,
        "asamščina"@sl,
        "Asaamiis"@so,
        "Asamezisht"@sq,
        "Асемијски"@sr,
        "Asemijski"@sr-Latn,
        "assamesiska"@sv,
        "Kiassam"@swh,
        "அஸ்ஸாமி"@ta,
        "అస్సామీ"@te,
        "อัสสัม"@th,
        "አሳሜዛዊ"@tig,
        "Wikang Asames"@tl,
        "lea ʻasamisi"@to,
        "Assamca"@tr,
        "ассамська"@uk,
        "آسامی"@ur,
        "Tiếng Assam"@vi,
        "Assamesiš"@wae,
        "isiAssamese"@xh,
        "Assamese"@yo,
        "阿萨姆语"@zh,
        "Assam"@zsm,
        "isi-Assamese"@zu .

<http://lexvo.org/id/iso639-3/bel> a lvont:Language,
        skos:Concept ;
    lvont:isFocusOf <http://id.loc.gov/vocabulary/iso639-2/bel> ;
    lvont:iso6392BCode "bel"^^xsd:string ;
    lvont:iso6392TCode "bel"^^xsd:string ;
    lvont:iso639P1Code "be"^^xsd:string ;
    lvont:iso639P3PCode "bel"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-2/bel>,
        <http://www.glottolog.org/resource/languoid/id/bela1254> ;
    owl:sameAs <http://dbpedia.org/resource/Belarusian_language>,
        <http://lexvo.org/id/iso639-1/be>,
        <http://lexvo.org/id/wordnet/30/noun/belarusian_1_10_00>,
        <http://psi.oasis-open.org/iso/639/#bel>,
        <http://www.lingvoj.org/lang/be>,
        <http://www.mpii.de/yago/resource/Belarusian_language>,
        <info:lc/vocabulary/languages/bel> ;
    skos:altLabel "لغة بيلاروسية"@ar,
        "Bielorrusu"@ast,
        "Belarus dili"@az,
        "Беларуская мова"@be,
        "Беларуски език"@bg,
        "বেলারুশীয় ভাষা"@bn,
        "Bjeloruski jezik"@bs,
        "Bielorús"@ca,
        "Běloruština"@cs,
        "Hviderussisk"@da,
        "Weissrussisch"@de,
        "Weißrussische Sprache"@de,
        "Λευκορωσική γλώσσα"@el,
        "Belarusian language"@en,
        "Belorusa lingvo"@eo,
        "Idioma bielorruso"@es,
        "Valgevene keel"@et,
        "Bielorrusiera"@eu,
        "زبان بلاروسی"@fa,
        "Valkovenäjän kieli"@fi,
        "Biélorusse"@fr,
        "An Bhealarúisis"@ga,
        "Lingua bielorrusa"@gl,
        "Bjeloruski jezik"@hr,
        "Belarusz nyelv"@hu,
        "Bahasa Belarus"@id,
        "Hvítrússneska"@is,
        "Lingua bielorussa"@it,
        "ბელარუსული ენა"@ka,
        "Белорус тілі"@kk,
        "ಬೆಲಾರೂಸ್‌ನ ಭಾಷೆ"@kn,
        "벨로루시어"@ko,
        "Baltarusių kalba"@lt,
        "Baltkrievu valoda"@lv,
        "Белоруски јазик"@mk,
        "बेलारूशियन भाषा"@mr,
        "Kviterussisk"@nn,
        "Język białoruski"@pl,
        "Língua bielorrussa"@pt,
        "Limba bielorusă"@ro,
        "Белорусский язык"@ru,
        "Белоруус тыла"@sah,
        "Bieloruština"@sk,
        "Beloruščina"@sl,
        "Gjuha bjelloruse"@sq,
        "Белоруски језик"@sr,
        "Vitryska"@sv,
        "பெலருசிய மொழி"@ta,
        "Забони белорусӣ"@tg,
        "ภาษาเบลารุส"@th,
        "Білоруська мова"@uk,
        "Tiếng Bê-la-rút"@vi ;
    skos:definition "The Belarusian language (беларуская мова, BGN/PCGN: byelaruskaya mova, Scientific: belaruskaja mova, łac.: biełaruskaja mova), sometimes referred to as White Russian or White Ruthenian, is the language of the Belarusian people. It is an official language of Belarus, along with Russian, and is spoken abroad, chiefly in Russia, Ukraine, and Poland. Prior to Belarus gaining its independence from the Soviet Union in 1992, the language was known in English as Byelorussian or Belorussian, transliterating the Russian name, , or alternatively as White Russian or White Ruthenian. Following independence, it was also called Belarusian."@en ;
    skos:inScheme lexvo: ;
    skos:notation "bel"^^xsd:string ;
    skos:prefLabel "Абеларус бызшәа"@ab,
        "Wit-Russies"@af,
        "Bɛ̀làlusàn"@agq,
        "Belarus kasa"@ak,
        "ቤላራሻኛ"@am,
        "Idioma belorruso"@an,
        "البيلوروسية"@ar,
        "Kibelarusi"@asa,
        "bielorrusu"@ast,
        "belarusca"@az,
        "Hɔp u bièlòrûs"@bas,
        "беларуская"@be,
        "Беларуская мова"@be-tarask,
        "Ichi Belarus"@bem,
        "Hibelarusi"@bez,
        "беларуски"@bg,
        "biyelorisikan"@bm,
        "বেলারুশিয়"@bn,
        "belaruseg"@br,
        "बैलोरूसियन्"@brx,
        "beloruski"@bs,
        "белоруски"@bs-Cyrl,
        "Белорос хэлэн"@bxr,
        "ቤላራሻኛ"@byn,
        "bielorús"@ca,
        "Pinulongang Byeloruso"@ceb,
        "Oruberarusi"@cgg,
        "白俄罗斯文"@cmn,
        "白俄羅斯文"@cmn-Hant,
        "Lingua bielorussa"@co,
        "Belarus tili"@crh,
        "běloruština"@cs,
        "Бѣлороусьскъ ѩꙁꙑкъ"@cu,
        "Беларус чĕлхи"@cv,
        "Belarwsiyn"@cy,
        "hviderussisk"@da,
        "Kibelarusi"@dav,
        "Weißrussisch"@de,
        "Belaruus senni"@dje,
        "Běłoruska rěc"@dsb,
        "belarus"@dyo,
        "བེལ་ཨ་རུས་ཁ"@dz,
        "Kĩmbelarusi"@ebu,
        "belarusiagbe"@ee,
        "Λευκορωσικά"@el,
        "Belarusian"@en,
        "belorusa"@eo,
        "bielorruso"@es,
        "valgevene"@et,
        "bielorrusiera"@eu,
        "Ǹkɔ́bɔ belarúsian"@ewo,
        "بلوروسی"@fa,
        "Belaruuse"@ff,
        "valkovenäjä"@fi,
        "Belarusian"@fil,
        "hvitarussiskt"@fo,
        "biélorusse"@fr,
        "Bièlorusso"@frp,
        "bielorùs"@fur,
        "Wyt-Russysk"@fy,
        "Bealarúisis"@ga,
        "Bealaruisis"@gd,
        "bielorruso"@gl,
        "Wiissrussisch"@gsw,
        "બેલારુશિયન"@gu,
        "Kibelarusi"@guz,
        "Belarooshish"@gv,
        "Belarusanci"@ha,
        "בלארוסית"@he,
        "बैलोरूशियन्"@hi,
        "Belarusian bhasa"@hif,
        "bjeloruski"@hr,
        "Běłorušćina"@hsb,
        "belorusz"@hu,
        "Բելարուսերեն"@hy,
        "bielorusso"@ia,
        "Belarusia"@id,
        "Belaruusu"@ig,
        "Bielorusiana linguo"@io,
        "hvítrússneska"@is,
        "bielorusso"@it,
        "ベラルーシ語"@ja,
        "Kyibelarusi"@jmc,
        "ბელორუსული"@ka,
        "Tabilarusit"@kab,
        "Kibelarusi"@kam,
        "Chibelalusi"@kde,
        "bielorusu"@kea,
        "Belaruus senni"@khq,
        "Kibelarusi"@ki,
        "беларус"@kk,
        "kutitab Belarusa"@kln,
        "បេឡារុស្ស"@km,
        "ಬೆಲರೂಸಿಯನ್"@kn,
        "बैलोरुसियन्"@knn,
        "벨라루스어"@ko,
        "بیلَروٗشیَن"@ks,
        "Kibelaausi"@ksb,
        "ribɛlɔrís"@ksf,
        "Wiißrußesch"@ksh,
        "Zimanê belarûsî"@ku,
        "Беларус кыв"@kv,
        "Belarussek"@kw,
        "беларусча"@ky,
        "Lingua Ruthenica Alba"@la,
        "Kɨberalúusi"@lag,
        "Lubelarusi"@lg,
        "Witrussisch"@li,
        "Lengua bielorussa"@lij,
        "libyelorisí"@ln,
        "ເບລາລຸດຊີ"@lo,
        "baltarusių"@lt,
        "Godu kalba"@lt-x,
        "Belarusi"@lu,
        "Kibelarusi"@luo,
        "Kibelarusi"@luy,
        "baltkrievu"@lv,
        "nkʉtʉ́k ɔ́ɔ̄ lBelarusi"@mas,
        "Kĩbelarusi"@mer,
        "bieloris"@mfe,
        "Bielorosy"@mg,
        "Ibelausi"@mgh,
        "Белорус йылме"@mhr,
        "белоруски"@mk,
        "ബൈലോറഷ്യൻ"@ml,
        "Беларусь хэл"@mn,
        "बेलारुशियन"@mr,
        "Bahasa Belarus"@ms,
        "Belarussu"@mt,
        "belarussiya"@mua,
        "ဘီလာရု"@my,
        "Белорузонь кель"@myv,
        "Belarusanǁî gowab"@naq,
        "hviterussisk"@nb,
        "isi-Bhelarashiyani"@nd,
        "Wittruss’sche Spraak"@nds,
        "वेलारूसी"@ne,
        "Wit-Russisch"@nl,
        "Kiɛl belarussie"@nmg,
        "kviterussisk"@nn,
        "Hviterussisk"@no,
        "Thok bälärutha"@nus,
        "Oruberarusi"@nyn,
        "Bielorús"@oc,
        "Afaan Belarusia"@om,
        "ବେଲାରୁଷିଆନ୍"@or,
        "Белоруссаг æвзаг"@os,
        "ਬੇਲਾਰੂਸੀਅਨ"@pa,
        "białoruski"@pl,
        "Lenga bielorussa"@pms,
        "بیلاروسی"@pnb,
        "بېلاروسي"@ps,
        "bielo-russo"@pt,
        "Bilurusu simi"@qu,
        "bieloruss"@rm,
        "Ikibelarusiya"@rn,
        "bielorusă"@ro,
        "Kibelarusi"@rof,
        "белорусский"@ru,
        "Білоруськый язык"@rue,
        "Ikibelarusiya"@rw,
        "Kyibelarusi"@rwk,
        "Бөлөрүүстүү"@sah,
        "Kibelarusi"@saq,
        "Ishibelalusi"@sbp,
        "Belaroushie leid"@sco,
        "vilges-ruoššagiella"@se,
        "bielo-russo"@seh,
        "Belaruus senni"@ses,
        "Bielörûsi"@sg,
        "Bjeloruski jezik"@sh,
        "ⵜⴰⴱⵉⵍⴰⵔⵓⵙⵜ"@shi,
        "tabilarust"@shi-Latn,
        "බෙලරුසියානු"@si,
        "bieloruština"@sk,
        "beloruščina"@sl,
        "chiBelarusi"@sn,
        "Beleruusiyaan"@so,
        "Bjellorusisht"@sq,
        "Белоруски"@sr,
        "Beloruski"@sr-Latn,
        "Se-belarusia"@st,
        "vitryska"@sv,
        "Kibelarus"@sw,
        "Kibelarusi"@swc,
        "Kibelarusi"@swh,
        "பைலோருஷ்ன்"@ta,
        "బెలరుశియన్"@te,
        "Kibelarusi"@teo,
        "Белорусӣ"@tg,
        "เบลารุส"@th,
        "ቤላራሻኛ"@ti,
        "ቤላራሻኛ"@tig,
        "Belarusian"@tn,
        "lea fakapelelusi"@to,
        "Tok Belaras"@tpi,
        "Beyaz Rusça"@tr,
        "Belaruus senni"@twq,
        "Reo Belarus"@ty,
        "Tabilarusit"@tzm,
        "Белорус кыл"@udm,
        "بېلورۇس تىل"@ug,
        "білоруська"@uk,
        "بیلاروسی"@ur,
        "ꔆꕞꖩꔻ"@vai,
        "Bhelarusaŋ"@vai-Latn,
        "Tiếng Belarus"@vi,
        "Kyibelarusi"@vun,
        "Wísrussiš"@wae,
        "Isi-Belarusian"@xh,
        "ბელარუსული ნინა"@xmf,
        "Olubelarusi"@xog,
        "pielúse"@yav,
        "בעלארוסיש"@yi,
        "Èdè Belarusi"@yo,
        "白俄罗斯语"@zh,
        "Belarus"@zsm,
        "isi-Belarusian"@zu .

<http://lexvo.org/id/iso639-3/cat> a lvont:Language,
        skos:Concept ;
    lvont:isFocusOf <http://id.loc.gov/vocabulary/iso639-2/cat> ;
    lvont:iso6392BCode "cat"^^xsd:string ;
    lvont:iso6392TCode "cat"^^xsd:string ;
    lvont:iso639P1Code "ca"^^xsd:string ;
    lvont:iso639P3PCode "cat"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-2/cat>,
        <http://www.glottolog.org/resource/languoid/id/stan1289> ;
    owl:sameAs <http://dbpedia.org/resource/Catalan_language>,
        <http://lexvo.org/id/iso639-1/ca>,
        <http://lexvo.org/id/wordnet/30/noun/catalan_1_10_00>,
        <http://psi.oasis-open.org/iso/639/#cat>,
        <http://www.lingvoj.org/lang/ca>,
        <http://www.mpii.de/yago/resource/Catalan_language>,
        <info:lc/vocabulary/languages/cat> ;
    skos:altLabel "لغة كتالانية"@ar,
        "Catalán"@ast,
        "Katalan dili"@az,
        "Каталонская мова"@be,
        "Каталонски език"@bg,
        "কাতালান ভাষা"@bn,
        "Katalaneg"@br,
        "Katalonski jezik"@bs,
        "Català"@ca,
        "Katalánština"@cs,
        "Catalansk"@da,
        "Katalanische Sprache"@de,
        "Καταλανική γλώσσα"@el,
        "Catalan language"@en,
        "Kataluna lingvo"@eo,
        "Idioma catalán"@es,
        "Katalaani keel"@et,
        "katalana"@eu,
        "زبان کاتالان"@fa,
        "Katalaani"@fi,
        "Katalanskt mál"@fo,
        "Catalan"@fr,
        "Lenghe catalane"@fur,
        "An Chatalóinis"@ga,
        "Lingua catalá"@gl,
        "Katalonski jezik"@hr,
        "Katalán nyelv"@hu,
        "Կատալոներեն"@hy,
        "Lingua catalan"@ia,
        "Bahasa Katala"@id,
        "Katalónska"@is,
        "Lingua catalana"@it,
        "カタルーニャ語"@ja,
        "კატალანური ენა"@ka,
        "ភាសាកាតាឡាន"@km,
        "카탈로니아어"@ko,
        "Katalonų kalba"@lt,
        "Katalāņu valoda"@lv,
        "Каталонски јазик"@mk,
        "कातालान भाषा"@mr,
        "Katalaansch"@nds,
        "Katalansk"@nn,
        "Каталайнаг æвзаг"@os,
        "Język kataloński"@pl,
        "Língua catalã"@pt,
        "Lingua catalana"@rm,
        "Limba catalană"@ro,
        "Каталанский язык"@ru,
        "Katalánagiella"@se,
        "Katalánčina"@sk,
        "Katalonščina"@sl,
        "Gjuha katalane"@sq,
        "Каталонски језик"@sr,
        "Katalanska"@sv,
        "காட்டலான் மொழி"@ta,
        "ภาษาคาตาลัน"@th,
        "Каталонська мова"@uk,
        "Tiếng Ca-ta-lăng"@vi ;
    skos:definition "Catalan (, , or ; autonym: català, ) is a Romance language, the national and only official language of Andorra and a co-official language in the Spanish autonomous communities of Catalonia, the Balearic Islands and Valencian Community, where it is known as Valencian (valencià, ), as well as in the city of Alghero, on the Italian island of Sardinia. It is also spoken, with no official recognition, in the autonomous communities of Aragon (in La Franja) and Murcia (in Carche) in Spain, and in the historic Roussillon region of southern France, roughly equivalent to the current département of the Pyrénées-Orientales (Northern Catalonia)."@en ;
    skos:inScheme lexvo: ;
    skos:notation "cat"^^xsd:string ;
    skos:prefLabel "Katalaans"@af,
        "ካታላንኛ"@am,
        "Idioma catalán"@an,
        "Catalan sprǣc"@ang,
        "الكتالانية"@ar,
        "كاتالانى"@arz,
        "catalán"@ast,
        "katalanca"@az,
        "Каталан теле"@ba,
        "Katalan"@bcl,
        "каталонская"@be,
        "Каталянская мова"@be-tarask,
        "каталонски"@bg,
        "কাতালান"@bn,
        "katalaneg"@br,
        "कातालान्"@brx,
        "katalonski"@bs,
        "каталонски"@bs-Cyrl,
        "ካታላንኛ"@byn,
        "català"@ca,
        "Katalanhoyn mott"@ce,
        "Pinulongang Katalan"@ceb,
        "加泰罗尼亚文"@cmn,
        "加泰羅尼亞文"@cmn-Hant,
        "Lingua catalana"@co,
        "Katalan tili"@crh,
        "katalánština"@cs,
        "Catalaneg"@cy,
        "catalansk"@da,
        "Katalanisch"@de,
        "ཀེ་ཊ་ལཱན་ཁ"@dz,
        "katalagbe"@ee,
        "Καταλανικά"@el,
        "Catalan"@en,
        "𐐗𐐪𐐻𐐲𐑊𐐪𐑌"@en-Dsrt,
        "kataluna"@eo,
        "catalán"@es,
        "katalaani"@et,
        "Katalan"@eu,
        "Luenga catalana"@ext,
        "کاتالان"@fa,
        "katalaani"@fi,
        "Catalan"@fil,
        "katalanskt"@fo,
        "catalan"@fr,
        "Catalan"@frp,
        "catalan"@fur,
        "Katalaansk"@fy,
        "Catalóinis"@ga,
        "Catalanais"@gd,
        "catalán"@gl,
        "Katalaanisch"@gsw,
        "Katalanische Sprache"@gsw-FR,
        "કતલાન"@gu,
        "Cataloanish"@gv,
        "Kataloniyanci"@ha,
        "Kâ-thai-lò-nì-â-ngî"@hak,
        "קטלאנית"@he,
        "कातालान"@hi,
        "Catalan bhasa"@hif,
        "katalonski"@hr,
        "katalán"@hu,
        "Կատալաներեն"@hy,
        "catalano"@ia,
        "Katalan"@id,
        "Llengua catalana"@ilo,
        "Kataluniana linguo"@io,
        "katalónska"@is,
        "catalano"@it,
        "カタロニア語"@ja,
        "კატალანური"@ka,
        "katalãu"@kea,
        "каталан"@kk,
        "កាតាឡង់"@km,
        "ಕೆಟಲಾನ್"@kn,
        "कटलान"@knn,
        "카탈루냐어"@ko,
        "کَتلان"@ks,
        "Kattalanesch"@ksh,
        "Zimanê katalonî"@ku,
        "Каталан кыв"@kv,
        "Katalanek"@kw,
        "каталанча"@ky,
        "Lingua Catalana"@la,
        "Lingua katalana"@lad,
        "Catalaans"@li,
        "Lengua catalann-a"@lij,
        "Lengua catalana"@lmo,
        "ແຄັດຕາລານ"@lo,
        "katalonų"@lt,
        "Kataluonu kalba"@lt-x,
        "katalāņu"@lv,
        "Каталан йылме"@mhr,
        "каталонски"@mk,
        "കറ്റാലൻ"@ml,
        "Каталан хэл"@mn,
        "कॅटलान"@mr,
        "Bahasa Catalonia"@ms,
        "Katalan"@mt,
        "کاتالونیایی زوون"@mzn,
        "Catalantlahtōlli"@nah,
        "Catalunya-gí"@nan,
        "katalansk"@nb,
        "Kattelaans"@nds,
        "क्याटालन"@ne,
        "Catalaans"@nl,
        "katalansk"@nn,
        "Katalansk"@no,
        "Katalanum"@nov,
        "Catalan"@oc,
        "Afaan Katalaa"@om,
        "କାଟାଲାନ୍"@or,
        "каталайнаг"@os,
        "ਕੈਟਲਨ ਭਾਸ਼ਾ"@pa,
        "kataloński"@pl,
        "Lenga catalan-a"@pms,
        "کیٹلونی"@pnb,
        "کټلاني"@ps,
        "catalão"@pt,
        "Katalan simi"@qu,
        "catalan"@rm,
        "catalană"@ro,
        "каталанский"@ru,
        "Limba catalanã"@rup,
        "Igikatalani"@rw,
        "Каталаанныы"@sah,
        "Limba catalana"@sc,
        "Lingua catalana"@scn,
        "Catalan leid"@sco,
        "katalánagiella"@se,
        "Katalonski jezik"@sh,
        "කැටලන්"@si,
        "katalánčina"@sk,
        "katalonščina"@sl,
        "Katalaan"@so,
        "Katalonisht"@sq,
        "Каталонски"@sr,
        "Katalonski"@sr-Latn,
        "Se-catalia"@st,
        "Katalanisk"@stq,
        "katalanska"@sv,
        "Kikatalani"@swh,
        "Katalůńsko godka"@szl,
        "காடலான்"@ta,
        "కెటలాన్"@te,
        "Lia-katalaun"@tet,
        "Каталанӣ"@tg,
        "กาตาลัง"@th,
        "ካታላን"@ti,
        "ካታላንኛ"@tig,
        "Wikang Katalan"@tl,
        "Catalan"@tn,
        "lea fakaketalani"@to,
        "Katalanca"@tr,
        "Каталан теле"@tt,
        "Reo Tatarūnia"@ty,
        "كاتالان تىلى"@ug,
        "каталонська"@uk,
        "کاٹالانین"@ur,
        "Łéngua catałana"@vec,
        "Tiếng Catalan"@vi,
        "Catalan"@wa,
        "Katalaniš"@wae,
        "Kinatalan"@war,
        "Isi-Calatan"@xh,
        "Èdè Catala"@yo,
        "加泰罗尼亚语"@zh,
        "Catalonia"@zsm,
        "isi-Catalan"@zu .

<http://lexvo.org/id/iso639-3/cor> a lvont:Language,
        skos:Concept ;
    lvont:isFocusOf <http://id.loc.gov/vocabulary/iso639-2/cor> ;
    lvont:iso6392BCode "cor"^^xsd:string ;
    lvont:iso6392TCode "cor"^^xsd:string ;
    lvont:iso639P1Code "kw"^^xsd:string ;
    lvont:iso639P3PCode "cor"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-2/cor>,
        <http://www.glottolog.org/resource/languoid/id/corn1251> ;
    owl:sameAs <http://dbpedia.org/resource/Cornish_language>,
        <http://lexvo.org/id/iso639-1/kw>,
        <http://lexvo.org/id/wordnet/30/noun/cornish_1_10_00>,
        <http://psi.oasis-open.org/iso/639/#cor>,
        <http://www.lingvoj.org/lang/kw>,
        <http://www.mpii.de/yago/resource/Cornish_language>,
        <info:lc/vocabulary/languages/cor> ;
    skos:altLabel "корнуолски келтски"@bg,
        "কর্নিশ ভাষা"@bn,
        "Kerneveureg"@br,
        "Còrnic"@ca,
        "Kornština"@cs,
        "Kornisk"@da,
        "Kornische Sprache"@de,
        "Παού σάους"@el,
        "Cornish language"@en,
        "Idioma córnico"@es,
        "Korni keel"@et,
        "زبان کورنی"@fa,
        "Korni"@fi,
        "Cornique"@fr,
        "An Choirnis"@ga,
        "Kornijski jezik"@hr,
        "Korni nyelv"@hu,
        "Bahasa Kernowek"@id,
        "Kornbreska"@is,
        "Lingua cornica"@it,
        "Kernowek"@kw,
        "Kornų kalba"@lt,
        "Kornu valoda"@lv,
        "корнуолски келтски"@mk,
        "कॉर्निश भाषा"@mr,
        "Koornsche Spraak"@nds,
        "Cornisch"@nl,
        "Kornisk"@nn,
        "Język kornijski"@pl,
        "Língua córnica"@pt,
        "Lingua cornica"@rm,
        "Limba cornică"@ro,
        "Корнский язык"@ru,
        "Kornčina"@sk,
        "Kornijščina"@sl,
        "Korniska"@sv,
        "கோர்னீசு மொழி"@ta,
        "Корнська мова"@uk,
        "Tiếng Cornwall"@vi ;
    skos:definition "Cornish (Kernowek or Kernewek) is a Brythonic Celtic language and a recognised minority language of the United Kingdom. Along with Welsh and Breton, it is directly descended from the ancient British language spoken throughout much of Britain before the English language came to dominate. The language continued to function as a common community language in parts of Cornwall until the late 18th century. Some children used the language to converse in, and families used it as a language of the home through the 19th century and possibly into the 20th. Some elderly speakers were known to be still living into the 20th century including one still alive in 1914. A process to revive the language was started in the early 20th century, continuing to this day."@en ;
    skos:inScheme lexvo: ;
    skos:notation "cor"^^xsd:string ;
    skos:prefLabel "Kornies"@af,
        "ኮርንኛ"@am,
        "Idioma cornuallés"@an,
        "الكورنية"@ar,
        "Córnicu"@ast,
        "korniş dili"@az,
        "Kornisch"@bar,
        "Корнская мова"@be-tarask,
        "Корнуолски език"@bg,
        "কর্ণিশ"@bn,
        "kerneveureg"@br,
        "कौर्नवॉली"@brx,
        "korniški"@bs,
        "корнишки"@bs-Cyrl,
        "còrnic"@ca,
        "凯尔特文"@cmn,
        "康瓦耳文"@cmn-Hant,
        "kornština"@cs,
        "Корн чĕлхи"@cv,
        "Cernyweg"@cy,
        "cornisk"@da,
        "Kornisch"@de,
        "Κόρνις"@el,
        "Cornish"@en,
        "𐐗𐐬𐑉𐑌𐐮𐑇"@en-Dsrt,
        "Kornvala lingvo"@eo,
        "córnico"@es,
        "korni"@et,
        "Kornubiera"@eu,
        "Luenga córnica"@ext,
        "کرنوالی"@fa,
        "korni"@fi,
        "Corniskt mál"@fo,
        "cornique"@fr,
        "Kornisch"@frr,
        "cornualiês"@fur,
        "Kornysk"@fy,
        "Cornais"@ga,
        "Còrnais"@gd,
        "Lingua córnica"@gl,
        "Kornisch"@gsw,
        "Kornisch"@gsw-FR,
        "કોર્નિશ"@gu,
        "Cornish"@gv,
        "קורנית"@he,
        "कोर्निश"@hi,
        "kornski"@hr,
        "Kornišćina"@hsb,
        "korni"@hu,
        "Lingua cornic"@ia,
        "Kornish"@id,
        "korníska"@is,
        "cornico"@it,
        "コーンウォール語"@ja,
        "ಕೋರ್ನಿಷ್"@kn,
        "콘월어"@ko,
        "Керновись кыв"@koi,
        "کورنِش"@ks,
        "Керновса кыв"@kv,
        "kernewek"@kw,
        "Lingua Cornubica"@la,
        "Cornish"@li,
        "Curnuvajees"@lmo,
        "ຄໍນິຊ"@lo,
        "kornų"@lt,
        "korniešu"@lv,
        "Корнски јазик"@mk,
        "കോർണിഷ്"@ml,
        "कोर्निश"@mr,
        "Bahasa Cornish"@ms,
        "Korniku"@mt,
        "kornisk"@nb,
        "Kornies"@nds,
        "Cornish"@nl,
        "kornisk"@nn,
        "Kornisk"@no,
        "Cornic"@oc,
        "କୋର୍ନିସ୍"@or,
        "Корнаг æвзаг"@os,
        "Cornish"@pam,
        "kornijski"@pl,
        "Lenga còrnica"@pms,
        "córnico"@pt,
        "cornic"@rm,
        "cornică"@ro,
        "корнийский"@ru,
        "Cornish leid"@sco,
        "kornagiella"@se,
        "Kornijski jezik"@sh,
        "kornčina"@sk,
        "kornijščina"@sl,
        "Корнишки"@sr,
        "Korniški"@sr-Latn,
        "Kornisk"@stq,
        "korniska"@sv,
        "கார்னிஷ்"@ta,
        "కోర్నిష్"@te,
        "คอร์นิช"@th,
        "Kernevekçe"@tr,
        "корнійська"@uk,
        "Łéngua còrnega"@vec,
        "Tiếng Cornish"@vi,
        "康瓦爾語"@zh .

<http://lexvo.org/id/iso639-3/dan> a lvont:Language,
        skos:Concept ;
    lvont:isFocusOf <http://id.loc.gov/vocabulary/iso639-2/dan> ;
    lvont:iso6392BCode "dan"^^xsd:string ;
    lvont:iso6392TCode "dan"^^xsd:string ;
    lvont:iso639P1Code "da"^^xsd:string ;
    lvont:iso639P3PCode "dan"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-2/dan>,
        <http://www.glottolog.org/resource/languoid/id/dani1285> ;
    owl:sameAs <http://dbpedia.org/resource/Danish_language>,
        <http://lexvo.org/id/iso639-1/da>,
        <http://lexvo.org/id/wordnet/30/noun/danish_1_10_00>,
        <http://psi.oasis-open.org/iso/639/#dan>,
        <http://www.lingvoj.org/lang/da>,
        <http://www.mpii.de/yago/resource/Danish_language>,
        <info:lc/vocabulary/languages/dan> ;
    skos:altLabel "لغة دنماركية"@ar,
        "Danés"@ast,
        "Danimarka dili"@az,
        "Дацкая мова"@be,
        "Датски език"@bg,
        "ডেনীয় ভাষা"@bn,
        "Daneg"@br,
        "Danski jezik"@bs,
        "Danès"@ca,
        "Dánština"@cs,
        "Dansk"@da,
        "Dänische Sprache"@de,
        "Δανική γλώσσα"@el,
        "Danish language"@en,
        "Dana lingvo"@eo,
        "Idioma danés"@es,
        "Taani keel"@et,
        "Daniera"@eu,
        "زبان دانمارکی"@fa,
        "Tanskan kieli"@fi,
        "Danskt mál"@fo,
        "Danois"@fr,
        "An Danmhairgis"@ga,
        "Lingua dinamarquesa"@gl,
        "डेनिश भाषा"@hi,
        "Danski jezik"@hr,
        "Dán nyelv"@hu,
        "Bahasa Denmark"@id,
        "Danska"@is,
        "Lingua danese"@it,
        "დანიური ენა"@ka,
        "Qallunaatut"@kl,
        "ភាសាដាណឺម៉ាក"@km,
        "Danų kalba"@lt,
        "Dāņu valoda"@lv,
        "Дански јазик"@mk,
        "डॅनिश भाषा"@mr,
        "Däänsche Spraak"@nds,
        "Dansk"@nn,
        "Даниаг æвзаг"@os,
        "Język duński"@pl,
        "Língua dinamarquesa"@pt,
        "Limba daneză"@ro,
        "Датский язык"@ru,
        "Dánskkagiella"@se,
        "Dánčina"@sk,
        "Danščina"@sl,
        "Gjuha daneze"@sq,
        "Дански језик"@sr,
        "Danska"@sv,
        "டேனிய மொழி"@ta,
        "Забони даниягӣ"@tg,
        "ภาษาเดนมาร์ก"@th,
        "Данська мова"@uk ;
    skos:definition "Danish (dansk, ; dansk sprog, ) is a North Germanic language spoken by around six million people, principally in the country of Denmark. It is also spoken by 50,000 Germans of Danish ethnicity in the northern parts of Schleswig-Holstein, Germany, and 25,000 Danes in Norway where it holds minority language status. Danish is a mandatory subject in school in the Danish crown territories of the Faroe Islands (where it is also an official language after Faroese) and Greenland (where, however, the only official language since 2009 is Kalaallisut), as well as the former crown holding of Iceland. There are also Danish language communities in Argentina, the United States and Canada. Danish is mutually intelligible with Norwegian and Swedish (see \"Classification\")."@en ;
    skos:inScheme lexvo: ;
    skos:notation "dan"^^xsd:string ;
    skos:prefLabel "Deens"@af,
        "ዴኒሽ"@am,
        "Idioma danés"@an,
        "Denisc sprǣc"@ang,
        "الدانماركية"@ar,
        "دنماركى"@arz,
        "danés"@ast,
        "danimarka dili"@az,
        "дацкая"@be,
        "Дацкая мова"@be-tarask,
        "датски"@bg,
        "ডেনিশ"@bn,
        "ཏེན་མག་གི་སྐད།"@bo,
        "daneg"@br,
        "डैनीश्"@brx,
        "danski"@bs,
        "дански"@bs-Cyrl,
        "ዴኒሽ"@byn,
        "danès"@ca,
        "Dathoyn mott"@ce,
        "丹麦文"@cmn,
        "丹麥文"@cmn-Hant,
        "Lingua danese"@co,
        "Dan tili"@crh,
        "dánština"@cs,
        "Daneg"@cy,
        "dansk"@da,
        "Dänisch"@de,
        "Dańšćina"@dsb,
        "ཌེ་ནིཤ་ཁ"@dz,
        "denmarkgbe"@ee,
        "Δανικά"@el,
        "Danish"@en,
        "𐐔𐐩𐑌𐐮𐑇"@en-Dsrt,
        "dana"@eo,
        "danés"@es,
        "taani"@et,
        "daniera"@eu,
        "دانمارکی"@fa,
        "tanska"@fi,
        "Danish"@fil,
        "danskt"@fo,
        "danois"@fr,
        "Danouès"@frp,
        "danês"@fur,
        "Deensk"@fy,
        "Danmhairgis"@ga,
        "Danmhairgis"@gd,
        "dinamarqués"@gl,
        "Tänisch"@gsw,
        "Dänische Sprache"@gsw-FR,
        "ડેનિશ"@gu,
        "Danvargish"@gv,
        "Danish"@ha,
        "Kenemaka"@haw,
        "דנית"@he,
        "डैनीश"@hi,
        "Danish bhasa"@hif,
        "danski"@hr,
        "Danšćina"@hsb,
        "dán"@hu,
        "Դանիերեն"@hy,
        "danese"@ia,
        "Dansk"@id,
        "Pagsasao a Danés"@ilo,
        "Daniana linguo"@io,
        "danska"@is,
        "danese"@it,
        "デンマーク語"@ja,
        "Basa Denmark"@jv,
        "დანიური"@ka,
        "Даниэбзэ"@kbd,
        "dinamarkes"@kea,
        "дат"@kk,
        "qallunaatut"@kl,
        "ដាណឺម៉ាក"@km,
        "ಡ್ಯಾನಿಶ್"@kn,
        "डानिष"@knn,
        "덴마크어"@ko,
        "ڈینِش"@ks,
        "Dänesch"@ksh,
        "Zimanê danîmarkî"@ku,
        "Данск кыв"@kv,
        "Danek"@kw,
        "датча"@ky,
        "Lingua Danica"@la,
        "Deens"@li,
        "Lèngoa daneïse"@lij,
        "Danés"@lmo,
        "ດານຣິດ"@lo,
        "danų"@lt,
        "Danu kalba"@lt-x,
        "dāņu"@lv,
        "Данонь кяль"@mdf,
        "Датчан йылме"@mhr,
        "дански"@mk,
        "ഡാനിഷ്"@ml,
        "डॅनिश"@mr,
        "Bahasa Denmark"@ms,
        "Daniż"@mt,
        "ဒိန်းမတ်"@my,
        "Dantlahtōlli"@nah,
        "dansk"@nb,
        "Deens"@nds,
        "ड्यानिश"@ne,
        "Deens"@nl,
        "dansk"@nn,
        "Dansk"@no,
        "Danés"@oc,
        "Afaan Deenmaark"@om,
        "ଡାନ୍ନିସ୍"@or,
        "даниаг"@os,
        "ਡੈਨਿਸ਼"@pa,
        "duński"@pl,
        "Lenga danèisa"@pms,
        "ڈنمارکی"@pnb,
        "ډېنش"@ps,
        "dinamarquês"@pt,
        "Dan simi"@qu,
        "danais"@rm,
        "daneză"@ro,
        "датский"@ru,
        "Ikidaninwa"@rw,
        "Даатскайдыы"@sah,
        "Dens leid"@sco,
        "dánskkagiella"@se,
        "Danski jezik"@sh,
        "ඩැනිශ්"@si,
        "dánčina"@sk,
        "danščina"@sl,
        "Danmarkays"@so,
        "Danisht"@sq,
        "Дански"@sr,
        "Danski"@sr-Latn,
        "Se-dutch"@st,
        "Deensk"@stq,
        "danska"@sv,
        "Kidenmark"@sw,
        "Kidenmaki"@swh,
        "டேனிஷ்"@ta,
        "డేనిష్"@te,
        "Даниягӣ"@tg,
        "เดนมาร์ก"@th,
        "ዴኒሽ"@ti,
        "ዴኒሽ"@tig,
        "Wikang Danes"@tl,
        "Danish"@tn,
        "lea fakatenimaʻake"@to,
        "Tok Denmak"@tpi,
        "Danca"@tr,
        "Xi Danish"@ts,
        "Дания теле"@tt,
        "دانىش تىلى"@ug,
        "данська"@uk,
        "ڈینش"@ur,
        "Łéngua danéxe"@vec,
        "Tiếng Đan Mạch"@vi,
        "Däniš"@wae,
        "Данмудн келн"@xal,
        "Isi-Danish"@xh,
        "דעניש"@yi,
        "Èdè Ilẹ̀ Denmark"@yo,
        "丹麦语"@zh,
        "Denmark"@zsm,
        "isi-Danish"@zu .

<http://lexvo.org/id/iso639-3/epo> a lvont:Language,
        skos:Concept ;
    lvont:isFocusOf <http://id.loc.gov/vocabulary/iso639-2/epo> ;
    lvont:iso6392BCode "epo"^^xsd:string ;
    lvont:iso6392TCode "epo"^^xsd:string ;
    lvont:iso639P1Code "eo"^^xsd:string ;
    lvont:iso639P3PCode "epo"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-2/epo> ;
    owl:sameAs <http://dbpedia.org/resource/Esperanto>,
        <http://lexvo.org/id/iso639-1/eo>,
        <http://lexvo.org/id/wordnet/30/noun/esperanto_1_10_00>,
        <http://psi.oasis-open.org/iso/639/#epo>,
        <http://www.lingvoj.org/lang/eo>,
        <http://www.mpii.de/yago/resource/Esperanto>,
        <info:lc/vocabulary/languages/epo>,
        <info:lc/vocabulary/languages/esp> ;
    skos:altLabel "ኤስፔራንቶ"@am,
        "الإسبرانتو"@ar,
        "Esperanto"@ast,
        "esperanto dili"@az,
        "Эсперанта"@be,
        "Есперанто"@bg,
        "Esperanteg"@br,
        "Esperanto"@bs,
        "Esperanto"@ca,
        "Esperanto"@cs,
        "Esperanto"@da,
        "Esperanto"@eo,
        "Esperanto"@es,
        "Esperanto"@et,
        "esperantoa"@eu,
        "زبان اسپرانتو"@fa,
        "Esperanto"@fi,
        "Esperanto"@fo,
        "Espéranto"@fr,
        "Esperanto"@gl,
        "D'an/'Yar Kabilar Andalus"@ha,
        "Esperanto"@hr,
        "Eszperantó nyelv"@hu,
        "Esperanto"@ia,
        "Bahasa Esperanto"@id,
        "Esperanto"@is,
        "Lingua esperanto"@it,
        "エスペラント語"@ja,
        "Эсперанто"@kk,
        "Esperanto"@kl,
        "에스페란토어"@ko,
        "Esperanto"@lt,
        "Esperanto"@lv,
        "Есперанто"@mk,
        "എസ്പെരാന്തോ"@ml,
        "एस्पेरांतो"@mr,
        "Esperanto"@nn,
        "Эсперанто"@os,
        "ਏਸਪੇਰਾਨਤੋ"@pa,
        "Esperanto"@pl,
        "Esperanto"@pt,
        "Esperanto"@rm,
        "Esperanto"@ro,
        "Эсперанто"@ru,
        "එස්පෙරාන්තො"@si,
        "Esperanto"@sk,
        "Esperanto"@sl,
        "Isberento"@so,
        "Gjuha esperanto"@sq,
        "Esperanto"@sv,
        "எஸ்பெராண்டோ"@ta,
        "Забони эсперанто"@tg,
        "ภาษาเอสเปรันโต"@th,
        "Есперанто"@uk,
        "ایسپرانٹو"@ur,
        "Tiếng Quốc Tế Ngữ"@vi,
        "Èdè Esperanto"@yo,
        "Isi-Esperanto"@zu ;
    skos:inScheme lexvo: ;
    skos:notation "epo"^^xsd:string ;
    skos:prefLabel "Есперанто"@ab,
        "Esperanto"@af,
        "ኤስፐራንቶ"@am,
        "Esperanto"@an,
        "Esperanto"@ang,
        "إسبرانتو"@ar,
        "إسبيرانتو"@arz,
        "esperanto"@ast,
        "Ispirantu aru"@ay,
        "Esperanto"@az,
        "Эсперанто теле"@ba,
        "Esperanto"@bar,
        "Esperanto"@bcl,
        "эсперанта"@be,
        "Эспэранта"@be-tarask,
        "есперанто"@bg,
        "Esperanto"@bm,
        "এস্পেরান্তো"@bn,
        "esperanteg"@br,
        "एस्पेरान्तो"@brx,
        "esperanto"@bs,
        "есперанто"@bs-Cyrl,
        "ኤስፐራንቶ"@byn,
        "esperanto"@ca,
        "Ésperanthoyn mott"@ce,
        "Esperanto"@ceb,
        "世界文"@cmn,
        "世界語"@cmn-Hant,
        "Esperanto tili"@crh,
        "esperanto"@cs,
        "Esperanto"@csb,
        "Єспєранто"@cu,
        "Эсперанто"@cv,
        "Esperanto"@cy,
        "esperanto"@da,
        "Esperanto"@de,
        "Esperanto"@dsb,
        "ཨེས་པ་རཱན་ཏོ་ཁ"@dz,
        "esperantogbe"@ee,
        "Εσπεράντο"@el,
        "Esperanto"@en,
        "𐐇𐑅𐐹𐐯𐑉𐐪𐑌𐐻𐐬"@en-Dsrt,
        "esperanto"@eo,
        "esperanto"@es,
        "esperanto"@et,
        "Esperanto"@eu,
        "اسپرانتو"@fa,
        "Esperanto"@ff,
        "esperanto"@fi,
        "Esperanto"@fil,
        "esperanto"@fo,
        "espéranto"@fr,
        "Èsperanto"@frp,
        "esperanto"@fur,
        "Esperanto"@fy,
        "Esperanto"@ga,
        "Esperanto"@gd,
        "esperanto"@gl,
        "𐌴𐍃𐍀𐌰𐌹𐍂𐌰𐌽𐍄𐍉"@got,
        "Eschperanto"@gsw,
        "Esperanto"@gsw-FR,
        "એસ્પેરાન્ટો"@gu,
        "Esperanto"@ha,
        "‘Ōlelo Ekepelānako"@haw,
        "אספרנטו"@he,
        "एस्पेरान्तो"@hi,
        "Esperanto"@hif,
        "esperanto"@hr,
        "Esperanto"@hsb,
        "eszperantó"@hu,
        "Էսպերանտո"@hy,
        "esperanto"@ia,
        "Esperanto"@id,
        "Esperanto"@ie,
        "Esperanto"@io,
        "esperantó"@is,
        "esperanto"@it,
        "ᐃᓯᐱᕋᓐᑐ"@iu,
        "エスペラント"@ja,
        "esperantos"@jbo,
        "ესპერანტო"@ka,
        "sperantu"@kea,
        "Esperanto"@ki,
        "эсперанто"@kk,
        "esperanto"@kl,
        "អេស្ពេរ៉ាន់តូ"@km,
        "ಎಸ್ಪೆರಾಂಟೊ"@kn,
        "इस्परान्टो"@knn,
        "에스페란토"@ko,
        "ایٚسپَرینٹو"@ks,
        "Esperanto"@ksh,
        "Esperanto"@ku,
        "Lingua Esperantica"@la,
        "Esperanto"@lad,
        "Esperanto"@lb,
        "Esperanto"@li,
        "Lengua esperanto"@lmo,
        "ແອັດເປີລານໂຕ້"@lo,
        "esperanto"@lt,
        "Esperanto"@lt-x,
        "esperanto"@lv,
        "L:世界語"@lzh,
        "Эсперанто кяль"@mdf,
        "Esperanto"@mg,
        "есперанто"@mk,
        "എസ്പരാന്തോ"@ml,
        "Эсперанто"@mn,
        "एस्परान्टो"@mr,
        "Bahasa Esperanto"@ms,
        "Esperanto"@mt,
        "Speranto"@mwl,
        "اسپرانتو"@mzn,
        "Netēmachīliztlahtōlli"@nah,
        "Sè-kài-gí"@nan,
        "esperanto"@nb,
        "Esperanto"@nds,
        "एस्पेरान्तो"@ne,
        "Esperanto"@nl,
        "esperanto"@nn,
        "Esperanto"@no,
        "Esperanto"@nov,
        "Esperanto"@oc,
        "Afaan Esperantoo"@om,
        "ଏସ୍ପାରେଣ୍ଟୋ"@or,
        "есперанто"@os,
        "ਏਸਪਰੇਂਟੋ"@pa,
        "Eschberando"@pfl,
        "esperanto"@pl,
        "Lenga esperanto"@pms,
        "اسپرانٹو"@pnb,
        "اسپرانتو"@ps,
        "esperanto"@pt,
        "Esperanto simi"@qu,
        "esperanto"@rm,
        "Kiseperanto"@rn,
        "esperanto"@ro,
        "эсперанто"@ru,
        "Есперанто"@rue,
        "Icyesiperanto"@rw,
        "एस्पेरान्तो"@sa,
        "Эсперанто"@sah,
        "Esperanto"@sc,
        "Lingua esperantu"@scn,
        "Esperanto"@sco,
        "Esperanto"@sh,
        "එස්පැරන්ටෝ"@si,
        "esperanto"@sk,
        "esperanto"@sl,
        "Esberanto"@so,
        "Esperanto"@sq,
        "Есперанто"@sr,
        "Esperanto"@sr-Latn,
        "Sí-Speranto"@ss,
        "Se-esperanto"@st,
        "esperanto"@sv,
        "Kiesperanto"@sw,
        "Kiesperanto"@swh,
        "Esperanto"@szl,
        "எஸ்பரேன்டோ"@ta,
        "ఎస్పరెన్టొ"@te,
        "Эсперанто"@tg,
        "เอสเปอรันโต"@th,
        "ኤስፐራንቶ"@ti,
        "ኤስፐራንቶ"@tig,
        "Esperanto"@tl,
        "Esperanto"@tn,
        "lea fakaʻesipulanito"@to,
        "Esperanto"@tr,
        "Эсперанто"@tt,
        "ئېسپېرانتو"@ug,
        "есперанто"@uk,
        "اسپرانٹو"@ur,
        "Esperanto"@uz,
        "Esperanto"@vec,
        "Esperanto"@vi,
        "Esperanto"@vls,
        "Sperantapük"@vo,
        "Esperanto kiil"@vro,
        "Esperanto"@wa,
        "Inesperanto"@war,
        "Esperanto"@wo,
        "世界语"@wuu,
        "Эсперантин келн"@xal,
        "Isi-Esperanto"@xh,
        "עספעראנטא"@yi,
        "Esperanto"@yo,
        "世界語"@yue,
        "Esperanto"@za,
        "Esperanto"@zea,
        "世界语"@zh,
        "Esperanto"@zsm,
        "isi-Esperanto"@zu .

<http://lexvo.org/id/iso639-3/ewe> a lvont:Language,
        skos:Concept ;
    lvont:isFocusOf <http://id.loc.gov/vocabulary/iso639-2/ewe> ;
    lvont:iso6392BCode "ewe"^^xsd:string ;
    lvont:iso6392TCode "ewe"^^xsd:string ;
    lvont:iso639P1Code "ee"^^xsd:string ;
    lvont:iso639P3PCode "ewe"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-2/ewe>,
        <http://www.glottolog.org/resource/languoid/id/ewee1241> ;
    owl:sameAs <http://dbpedia.org/resource/Ewe_language>,
        <http://lexvo.org/id/iso639-1/ee>,
        <http://lexvo.org/id/wordnet/30/noun/ewe_1_10_00>,
        <http://psi.oasis-open.org/iso/639/#ewe>,
        <http://www.lingvoj.org/lang/ee>,
        <http://www.mpii.de/yago/resource/Ewe_language>,
        <info:lc/vocabulary/languages/ewe> ;
    skos:altLabel "Eweeg"@br,
        "Ewe"@ca,
        "Eveština"@cs,
        "Ewe-Sprache"@de,
        "Eʋegbe"@ee,
        "Ewe language"@en,
        "Idioma ewé"@es,
        "Ewen kieli"@fi,
        "Ewe"@fr,
        "Éwé jezik"@hr,
        "Bahasa Ewe"@id,
        "Anló"@is,
        "Lingua ewe"@it,
        "Eve kalba"@lt,
        "Evu valoda"@lv,
        "Ewe"@nn,
        "Język ewe"@pl,
        "Língua ewe"@pt,
        "ewe"@pt,
        "Эве"@ru,
        "Ewe"@sv,
        "எவு மொழி"@ta,
        "Еве"@uk ;
    skos:definition "Ewe (Èʋe or Èʋegbe ) is a Niger–Congo language spoken in Ghana, Togo and Benin by approximately three million people. Ewe is part of a cluster of related languages commonly called Gbe, spoken in southeastern Ghana, Togo, and parts of Benin. Other Gbe languages include Fon, Gen, Phla Phera, and Aja. Like other Gbe languages, Ewe is a tonal language."@en ;
    skos:inScheme lexvo: ;
    skos:notation "ewe"^^xsd:string ;
    skos:prefLabel "Ewe"@af,
        "ኢዊ"@am,
        "الإيوي"@ar,
        "eve dili"@az,
        "еуе"@bg,
        "ইওয়ে"@bn,
        "ewe"@br,
        "एवे"@brx,
        "eve"@bs,
        "еве"@bs-Cyrl,
        "ewe"@ca,
        "埃维文"@cmn,
        "埃維文"@cmn-Hant,
        "eweština"@cs,
        "Ewe"@cy,
        "ewe"@da,
        "Ewe"@de,
        "eʋegbe"@ee,
        "Γι"@el,
        "Ewe"@en,
        "Evea lingvo"@eo,
        "ewe"@es,
        "eve"@et,
        "Eweera"@eu,
        "اوه‌ای"@fa,
        "ewe"@fi,
        "Ewe"@fil,
        "éwé"@fr,
        "Ewé"@gl,
        "Ewe"@gsw,
        "ઈવ"@gu,
        "אווה"@he,
        "ईवे"@hi,
        "ewe"@hr,
        "eve"@hu,
        "Ewe"@id,
        "ewe"@is,
        "ewe"@it,
        "エウェ語"@ja,
        "ევე"@ka,
        "Эвебзэ"@kbd,
        "ಎವ್"@kn,
        "에웨어"@ko,
        "ایٖو"@ks,
        "ອິວາ"@lo,
        "eve"@lt,
        "evu"@lv,
        "Fiteny eve"@mg,
        "еве"@mk,
        "എവ്"@ml,
        "यू"@mr,
        "Bahasa Ewe"@ms,
        "Ewe"@mt,
        "ewe"@nb,
        "Ewe"@nl,
        "ewe"@nn,
        "Ewe"@no,
        "ଇୱେ"@or,
        "ewe"@pl,
        "Lenga Ewe"@pms,
        "eve"@pt,
        "Ewe simi"@qu,
        "ewe"@rm,
        "ewe"@ro,
        "эве"@ru,
        "Icyewe"@rw,
        "eweština"@sk,
        "evenščina"@sl,
        "Еве"@sr,
        "Eve"@sr-Latn,
        "ewe"@sv,
        "Kiwe"@swh,
        "ஈவ்"@ta,
        "ఈవీ"@te,
        "เอเว"@th,
        "lea fakaʻeue"@to,
        "Ewe"@tr,
        "еве"@uk,
        "ایو"@ur,
        "Ewe"@vec,
        "Tiếng Ewe"@vi,
        "Èdè efe"@yo,
        "埃维语"@zh,
        "Ewe"@zsm,
        "Isi-Ewe"@zu .

<http://lexvo.org/id/iso639-3/fas> a lvont:Language,
        skos:Concept ;
    lvont:isFocusOf <http://id.loc.gov/vocabulary/iso639-2/fas>,
        <http://id.loc.gov/vocabulary/iso639-2/per> ;
    lvont:iso6392BCode "per"^^xsd:string ;
    lvont:iso6392TCode "fas"^^xsd:string ;
    lvont:iso639P1Code "fa"^^xsd:string ;
    lvont:iso639P3PCode "fas"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-2/fas>,
        <http://id.loc.gov/vocabulary/iso639-2/per> ;
    owl:sameAs <http://dbpedia.org/resource/Persian_language>,
        <http://lexvo.org/id/iso639-1/fa>,
        <http://lexvo.org/id/wordnet/30/noun/persian_1_10_00>,
        <http://psi.oasis-open.org/iso/639/#fas>,
        <http://www.lingvoj.org/lang/fa>,
        <http://www.mpii.de/yago/resource/Persian_language>,
        <info:lc/vocabulary/languages/per> ;
    skos:altLabel "لغة فارسية"@ar,
        "Fars dili"@az,
        "Персідская мова"@be,
        "Персийски език"@bg,
        "ফার্সি ভাষা"@bn,
        "Perseg"@br,
        "Perzijski jezik"@bs,
        "Persa"@ca,
        "Perština"@cs,
        "Persieg"@cy,
        "Persisk"@da,
        "Persische Sprache"@de,
        "Περσική γλώσσα"@el,
        "Persian language"@en,
        "Persa lingvo"@eo,
        "Idioma persa"@es,
        "Pärsia keel"@et,
        "pertsiera"@eu,
        "زبان فارسی"@fa,
        "فارسی"@fa,
        "Persian kieli"@fi,
        "persia"@fi,
        "Persan"@fr,
        "An Pheirsis"@ga,
        "Lingua iraniana"@gl,
        "પર્શિયન"@gu,
        "फ़ारसी भाषा"@hi,
        "Perzijski jezik"@hr,
        "Perzsa nyelv"@hu,
        "Bahasa Persia"@id,
        "Persneska"@is,
        "Lingua persiana"@it,
        "სპარსული ენა"@ka,
        "Парсы тілі"@kk,
        "Farsimiutut"@kl,
        "Persų kalba"@lt,
        "Persiešu valoda"@lv,
        "Fiteny persana"@mg,
        "Персиски јазик"@mk,
        "പേർഷ്യൻ ഭാഷ"@ml,
        "फारसी भाषा"@mr,
        "फारसी भाषा"@ne,
        "Persisk"@nn,
        "Персайнаг æвзаг"@os,
        "Język perski"@pl,
        "پاړسي ژبه"@ps,
        "Língua persa"@pt,
        "Limba persană"@ro,
        "Персидский язык"@ru,
        "Perzské jazyky"@sk,
        "Perzijščina"@sl,
        "Gjuha perse"@sq,
        "Персијски језик"@sr,
        "Persiska"@sv,
        "பாரசீக மொழி"@ta,
        "పర్షియన్ భాష"@te,
        "Забони Форсӣ"@tg,
        "ภาษาเปอร์เซีย"@th,
        "Перська мова"@uk,
        "فارسی زبان"@ur,
        "Èdè Pẹ́rsíà"@yo ;
    skos:definition "Persian (, ) is an Iranian language within the Indo-Iranian branch of the Indo-European languages. It is primarily spoken in Iran, Afghanistan, Tajikistan and countries which historically came under Persian influence. The Persian language is classified as a continuation of Middle Persian, the official religious and literary language of Sassanid Persia, itself a continuation of Old Persian, the language of the Persian Empire in the Achaemenid era. Persian is a pluricentric language and its grammar is similar to that of many contemporary European languages."@en ;
    skos:inScheme lexvo: ;
    skos:notation "fas"^^xsd:string ;
    skos:prefLabel "Persies"@af,
        "Kpɛɛshìa"@agq,
        "ܠܫܢܐ ܦܪܣܝܐ"@aii,
        "Pɛɛhyia kasa"@ak,
        "ፐርሺያኛ"@am,
        "Idioma persa"@an,
        "الفارسية"@ar,
        "فارسى"@arz,
        "Kiajemi"@asa,
        "persa"@ast,
        "farsca"@az,
        "Hɔp u pɛrsìà"@bas,
        "фарсі"@be,
        "Пэрсыдзкая мова"@be-tarask,
        "Ichi Pesia"@bem,
        "Hiajemi"@bez,
        "персийски"@bg,
        "perisanikan"@bm,
        "ফার্সি"@bn,
        "ཏ་ཟིག་གི་སྐད།"@bo,
        "perseg"@br,
        "फार्सी"@brx,
        "persijski"@bs,
        "персијски"@bs-Cyrl,
        "ፐርሲያኛ"@byn,
        "persa"@ca,
        "Persidhoyn mott"@ce,
        "Pinulongang Persiyano"@ceb,
        "Orupaasiya"@cgg,
        "زمانی فارسی"@ckb,
        "波斯文"@cmn,
        "波斯文"@cmn-Hant,
        "perština"@cs,
        "Перс чĕлхи"@cv,
        "Perseg"@cy,
        "persisk"@da,
        "Kiajemi"@dav,
        "Persisch"@de,
        "Farski"@diq,
        "Farsi senni"@dje,
        "ފާރިސީ"@dv,
        "persan"@dyo,
        "པར་ཤི་ཡཱན་ཁ"@dz,
        "Kĩanjemi"@ebu,
        "persiagbe"@ee,
        "Περσικά"@el,
        "Persian"@en,
        "persa"@eo,
        "persa"@es,
        "pärsia"@et,
        "Persiera"@eu,
        "ǹkɔ́bɔ fɛ́rəsian"@ewo,
        "دری"@fa,
        "Perseere"@ff,
        "farsi"@fi,
        "Persian"@fil,
        "persiskt"@fo,
        "persan"@fr,
        "persian"@fur,
        "Perzysk"@fy,
        "Peirsis"@ga,
        "Farsaidh"@gd,
        "persa"@gl,
        "Persisch"@gsw,
        "ફારસી"@gu,
        "Kiajemi"@guz,
        "Parisanci"@ha,
        "פרסית"@he,
        "पर्शियन्"@hi,
        "Farsi bhasa"@hif,
        "perzijski"@hr,
        "Persišćina"@hsb,
        "perzsa"@hu,
        "Պարսկերեն"@hy,
        "persiano"@ia,
        "Persia"@id,
        "Peshan"@ig,
        "persneska"@is,
        "persiano"@it,
        "ペルシア語"@ja,
        "Kyiajemi"@jmc,
        "Basa Parsi"@jv,
        "სპარსული"@ka,
        "Tafarisit"@kab,
        "Kiajemi"@kam,
        "Парсыбзэ"@kbd,
        "Chiajemi"@kde,
        "persa"@kea,
        "Farsi senni"@khq,
        "Kiajemi"@ki,
        "парсы"@kk,
        "persiskisut"@kl,
        "kutitab Persia"@kln,
        "ភឺសៀន"@km,
        "ಪರ್ಶಿಯನ್"@kn,
        "पर्षियन्"@knn,
        "페르시아어"@ko,
        "فارسی"@ks,
        "Kiajemi"@ksb,
        "ripɛrsán"@ksf,
        "Pärsesch"@ksh,
        "Zimanê farisî"@ku,
        "Фарси"@kv,
        "Persek"@kw,
        "фарзча"@ky,
        "Lingua Persica moderna"@la,
        "Kɨajéemi"@lag,
        "Luperusi"@lg,
        "Perzisch"@li,
        "Lengua farsi"@lij,
        "lipelésanɛ"@ln,
        "ເປີເຊຍ"@lo,
        "persų"@lt,
        "Persu kalba"@lt-x,
        "Mpepajemi"@lu,
        "Kiajemi"@luo,
        "Kiajemi"@luy,
        "persiešu"@lv,
        "nkʉtʉ́k ɔ́ɔ̄ lpersia"@mas,
        "Kĩpasia"@mer,
        "persan"@mfe,
        "Persa"@mg,
        "Iajemi"@mgh,
        "Фарси йылме"@mhr,
        "Reo Farsi"@mi,
        "персиски"@mk,
        "പേർഷ്യൻ"@ml,
        "फारसी"@mr,
        "Bahasa Parsi"@ms,
        "Persjan"@mt,
        "Persia"@mua,
        "ပါရှန်"@my,
        "Farski"@mzn,
        "Pho-su-gí"@nan,
        "Persiaǁî gowab"@naq,
        "persisk"@nb,
        "isi-Pheshiyani"@nd,
        "फारसी"@ne,
        "फारसी भाषा"@new,
        "Perzisch"@nl,
        "Kiɛl pɛrsia"@nmg,
        "persisk"@nn,
        "Persisk"@no,
        "Thok perthiani"@nus,
        "Orupaasiya"@nyn,
        "Persan"@oc,
        "Afaan Persia"@om,
        "ପର୍ସିଆନ୍"@or,
        "персайнаг"@os,
        "perski"@pl,
        "Lenga Farsi ossidental"@pms,
        "فارسی"@pnb,
        "فارسي"@ps,
        "persa"@pt,
        "Pharsi simi"@qu,
        "persian"@rm,
        "Igiperisi"@rn,
        "persană"@ro,
        "Kiajemi"@rof,
        "персидский"@ru,
        "Перьскый язык"@rue,
        "Inyeperisi"@rw,
        "Kyiajemi"@rwk,
        "Пиэрсийэлии"@sah,
        "Kiajemi"@saq,
        "Ishiajemi"@sbp,
        "Persie leid"@sco,
        "persijagiella"@se,
        "persa"@seh,
        "Farsi senni"@ses,
        "Farsî"@sg,
        "Perzijski jezik"@sh,
        "ⵜⴰⴼⵓⵔⵙⵉⵜ"@shi,
        "tafursit"@shi-Latn,
        "පර්සියානු"@si,
        "perzština"@sk,
        "perzijščina"@sl,
        "chiPeshiya"@sn,
        "Faarisi"@so,
        "Persisht"@sq,
        "Персијски"@sr,
        "Persijski"@sr-Latn,
        "Se-persia"@st,
        "Basa Pérsia"@su,
        "persiska"@sv,
        "Kiajemi"@sw,
        "Kiajemi"@swc,
        "Kiajemi"@swh,
        "பர்ஸியன்"@ta,
        "పర్షియన్"@te,
        "Kiajemi"@teo,
        "Форсӣ"@tg,
        "เปอร์เซีย"@th,
        "ፐርሲያኛ"@ti,
        "ፐርሲያኛ"@tig,
        "Wikang Persiyano"@tl,
        "Mo/SePerishia"@tn,
        "lea fakapēsia"@to,
        "Tok Pesia"@tpi,
        "Farsça"@tr,
        "Фарсы теле"@tt,
        "Farsi senni"@twq,
        "Tafarisit"@tzm,
        "پارس تىلى"@ug,
        "перська"@uk,
        "فارسی"@ur,
        "دری"@uzn-Arab,
        "ꗨꗡꔻꘂꘋ"@vai,
        "Pɛɛsiyɛŋ"@vai-Latn,
        "Tiếng Ba Tư"@vi,
        "Pärsiä kiil"@vro,
        "Kyiajemi"@vun,
        "Persiš"@wae,
        "Pinersyano"@war,
        "Isi-Persia"@xh,
        "Oluperusi"@xog,
        "nupɛ́lisɛ"@yav,
        "פערסיש"@yi,
        "Èdè Pasia"@yo,
        "波斯语"@zh,
        "Parsi"@zsm,
        "isi-Persian"@zu .

<http://lexvo.org/id/iso639-3/glv> a lvont:Language,
        skos:Concept ;
    lvont:isFocusOf <http://id.loc.gov/vocabulary/iso639-2/glv> ;
    lvont:iso6392BCode "glv"^^xsd:string ;
    lvont:iso6392TCode "glv"^^xsd:string ;
    lvont:iso639P1Code "gv"^^xsd:string ;
    lvont:iso639P3PCode "glv"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-2/glv>,
        <http://www.glottolog.org/resource/languoid/id/manx1243> ;
    owl:sameAs <http://lexvo.org/id/iso639-1/gv>,
        <http://lexvo.org/id/wordnet/30/noun/manx_1_10_00>,
        <http://psi.oasis-open.org/iso/639/#glv>,
        <http://www.lingvoj.org/lang/gv>,
        <info:lc/vocabulary/languages/glv>,
        <info:lc/vocabulary/languages/max> ;
    skos:inScheme lexvo: ;
    skos:notation "glv"^^xsd:string ;
    skos:prefLabel "Manx"@af,
        "المنكية"@ar,
        "manks dili"@az,
        "манкски"@bg,
        "ম্যাঙ্কস"@bn,
        "manaveg"@br,
        "मैंक्स"@brx,
        "manks"@bs,
        "манкс"@bs-Cyrl,
        "manx"@ca,
        "马恩岛文"@cmn,
        "曼島文"@cmn-Hant,
        "manština"@cs,
        "Manaweg"@cy,
        "manx"@da,
        "Manx"@de,
        "Μανξ"@el,
        "Manx"@en,
        "𐐣𐐰𐑌𐐿𐑅"@en-Dsrt,
        "gaélico manés"@es,
        "mänksi"@et,
        "مانی"@fa,
        "manksi"@fi,
        "manx"@fr,
        "manx"@fur,
        "Mannainis"@ga,
        "Gaelg"@gd,
        "Manx-Gäälisch"@gsw,
        "માંક્સ"@gu,
        "Gaelg"@gv,
        "מאנית"@he,
        "मैंक्स"@hi,
        "manx"@hr,
        "Man-szigeti"@hu,
        "Manx"@id,
        "manx"@is,
        "manx"@it,
        "マン島語"@ja,
        "ಮ್ಯಾಂಕ್ಸ್"@kn,
        "맹크스어"@ko,
        "مینٛکس"@ks,
        "ແມນ"@lo,
        "manks"@lt,
        "meniešu"@lv,
        "манкс"@mk,
        "മാൻസ്"@ml,
        "मांक्स"@mr,
        "Manks"@mt,
        "manx"@nb,
        "Manx"@nl,
        "manx"@nn,
        "ମାଁକ୍ସ"@or,
        "manx"@pl,
        "manx"@pt,
        "manx"@rm,
        "manx"@ro,
        "мэнский"@ru,
        "manksgiella"@se,
        "mančina"@sk,
        "manščina"@sl,
        "Манкс"@sr,
        "Manks"@sr-Latn,
        "manx"@sv,
        "மேங்க்ஸ்"@ta,
        "మంకస్"@te,
        "มานซ์"@th,
        "Manks"@tr,
        "менкська"@uk,
        "Tiếng Manx"@vi .

<http://lexvo.org/id/iso639-3/hat> a lvont:Language,
        skos:Concept ;
    lvont:isFocusOf <http://id.loc.gov/vocabulary/iso639-2/hat> ;
    lvont:iso6392BCode "hat"^^xsd:string ;
    lvont:iso6392TCode "hat"^^xsd:string ;
    lvont:iso639P1Code "ht"^^xsd:string ;
    lvont:iso639P3PCode "hat"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-2/hat>,
        <http://www.glottolog.org/resource/languoid/id/hait1244> ;
    owl:sameAs <http://dbpedia.org/resource/Haitian_Creole_language>,
        <http://lexvo.org/id/iso639-1/ht>,
        <http://lexvo.org/id/wordnet/30/noun/haitian_creole_1_10_00>,
        <http://psi.oasis-open.org/iso/639/#hat>,
        <http://www.lingvoj.org/lang/ht>,
        <http://www.mpii.de/yago/resource/Haitian_Creole_language>,
        <info:lc/vocabulary/languages/hat> ;
    skos:altLabel "لغة كريولية هايتية"@ar,
        "Хаитянски креолски език"@bg,
        "হাইতীয় ক্রেওল ভাষা"@bn,
        "Kreoleg Haiti"@br,
        "Haićanski kreolski jezik"@bs,
        "Crioll haitià"@ca,
        "Haitská kreolština"@cs,
        "Haiteg"@cy,
        "Haitisk"@da,
        "Haitianische Sprache"@de,
        "Creole, Haitian"@en,
        "Haitian Creole"@en,
        "Haitian Creole language"@en,
        "Haitia kreola lingvo"@eo,
        "Criollo haitiano"@es,
        "Haitiko kreolera"@eu,
        "زبان کریول آییسینی"@fa,
        "Haitin kieli"@fi,
        "Haïtien"@fr,
        "Crioulo haitiano"@gl,
        "קריאולית האיטית"@he,
        "हैतियाई क्रियोल"@hi,
        "Haićanski kreolski jezik"@hr,
        "Haiti kreol nyelv"@hu,
        "Bahasa Kreol Haiti"@id,
        "Lingua creola haitiana"@it,
        "Haičio kreolų kalba"@lt,
        "हैतीयन क्रियोल"@mr,
        "Haïtiaans Creools"@nl,
        "Haitisk språk"@nn,
        "Język kreolski haitański"@pl,
        "Crioulo haitiano"@pt,
        "Limba creolă haitiană"@ro,
        "Гаитянский креольский язык"@ru,
        "Haitisk kreol"@sv,
        "ஐத்தி கிரியோல் மொழி"@ta,
        "Haiti Kreyolu"@tr,
        "Гаїтянська креольська мова"@uk ;
    skos:definition "Haitian Creole language (Kreyòl ayisyen; ), often called simply Creole or Kreyòl, is a language spoken in Haiti by about twelve million people, which includes all Haitians in Haiti and via emigration, by about two to three million speakers residing in the Bahamas, Cuba, Canada, France, Cayman Islands, French Guiana, Martinique, Guadeloupe, Belize, Puerto Rico, Dominican Republic, Ivory Coast, Trinidad and Tobago, Venezuela, and the United States."@en ;
    skos:inScheme lexvo: ;
    skos:notation "hat"^^xsd:string ;
    skos:prefLabel "Haïtiaans"@af,
        "ሃይትኛ"@am,
        "الهايتية"@ar,
        "haitianu"@ast,
        "haiti dili"@az,
        "хаитянски"@bg,
        "হাইতিয়ান"@bn,
        "haitieg"@br,
        "हाईशीयन्"@brx,
        "haićanski"@bs,
        "хаитски"@bs-Cyrl,
        "haitià"@ca,
        "海地文"@cmn,
        "海地文"@cmn-Hant,
        "haitština"@cs,
        "Creol"@cy,
        "haitisk"@da,
        "Haitianisch"@de,
        "ཧེ་ཏི་ཡཱན་ཁ"@dz,
        "haitigbe"@ee,
        "Αϊτιανά"@el,
        "Haitian"@en,
        "𐐐𐐩𐑇𐐲𐑌"@en-Dsrt,
        "haitia kreola"@eo,
        "haitiano"@es,
        "haiti"@et,
        "haitiera"@eu,
        "هائیتیایی"@fa,
        "haiti"@fi,
        "Haitian"@fil,
        "haitiskt"@fo,
        "haïtien"@fr,
        "haitian"@fur,
        "Háítis"@ga,
        "Crìtheol Haidhti"@gd,
        "haitiano"@gl,
        "Haitisch"@gsw,
        "હૈતીયન"@gu,
        "האיטית"@he,
        "हैतीयन"@hi,
        "kreolski"@hr,
        "Kreyòl ayisyen"@ht,
        "haiti"@hu,
        "Lingua creol haitian"@ia,
        "Haiti"@id,
        "haítíska"@is,
        "haitiano"@it,
        "ハイチ語"@ja,
        "ჰაიტიური კრეოლი"@ka,
        "aitianu"@kea,
        "Гаит"@kk,
        "ហៃទី"@km,
        "ಹೈತಿಯನ್"@kn,
        "아이티어"@ko,
        "ہیتِیاں"@ks,
        "Ha'iitesch"@ksh,
        "Creolus Haitianus"@la,
        "Lingua kriyola aytiana"@lad,
        "ໄຮຕຽນ"@lo,
        "haičio"@lt,
        "haitiešu"@lv,
        "Kreôly haisianina"@mg,
        "хаитски"@mk,
        "ഹെയ്തിയൻ"@ml,
        "हैतीयन"@mr,
        "Haitian"@mt,
        "haitisk"@nb,
        "हैटियाली"@ne,
        "Haïtiaans"@nl,
        "haitisk"@nn,
        "Haitisk kreol"@no,
        "ହୈତାୟିନ୍"@or,
        "Idioma Krioyo Haitiano"@pap,
        "haitański"@pl,
        "Lenga haitian creole french"@pms,
        "کریول"@pnb,
        "haitiano"@pt,
        "haitian"@rm,
        "haitiană"@ro,
        "гаитянский"@ru,
        "haitigiella"@se,
        "හයිටි"@si,
        "haitčina"@sk,
        "haitijska kreolščina"@sl,
        "Хаитски"@sr,
        "Haićanski"@sr-Latn,
        "haitiska"@sv,
        "Kihaiti"@swh,
        "ஹைத்தியன்"@ta,
        "హైయేతియన్"@te,
        "เฮติ"@th,
        "lea fakahaiti"@to,
        "Haiti Dili"@tr,
        "ھايتى كرېئول تىلى"@ug,
        "гаїтянська"@uk,
        "ہیتی"@ur,
        "Tiếng Haiti"@vi,
        "Haitianiš"@wae,
        "海地克里奥耳语"@wuu,
        "海地克里奧爾語"@zh,
        "Haiti"@zsm,
        "isi-Haitian"@zu .

<http://lexvo.org/id/iso639-3/ina> a lvont:Language,
        skos:Concept ;
    lvont:isFocusOf <http://id.loc.gov/vocabulary/iso639-2/ina> ;
    lvont:iso6392BCode "ina"^^xsd:string ;
    lvont:iso6392TCode "ina"^^xsd:string ;
    lvont:iso639P1Code "ia"^^xsd:string ;
    lvont:iso639P3PCode "ina"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-2/ina> ;
    owl:sameAs <http://dbpedia.org/resource/Interlingua>,
        <http://lexvo.org/id/iso639-1/ia>,
        <http://lexvo.org/id/wordnet/30/noun/interlingua_1_10_00>,
        <http://psi.oasis-open.org/iso/639/#ina>,
        <http://www.lingvoj.org/lang/ia>,
        <http://www.mpii.de/yago/resource/Interlingua>,
        <info:lc/vocabulary/languages/ina>,
        <info:lc/vocabulary/languages/int> ;
    skos:altLabel "ኢንተርሊንጉዋ"@am,
        "اللّغة الوسيطة"@ar,
        "Interlingua"@ca,
        "Interlingua"@cs,
        "Interlingua (International Auxiliary Language Association)"@en,
        "Interlingvao"@eo,
        "Interlingua"@es,
        "Interlingua"@et,
        "زبان اینترلینگوا"@fa,
        "Interlingua"@fi,
        "Interlingua"@fr,
        "interlingua (langue auxiliaire internationale)"@fr,
        "‏אינטרלינגואה"@he,
        "ईन्टरलिंगुआ"@hi,
        "Interlingua"@hr,
        "Interlingva nyelv"@hu,
        "Interlingua"@ia,
        "Interlingua"@it,
        "ინტერლინგუალური"@ka,
        "인테르링구아 (국제보조어협회)"@ko,
        "Interlingua"@lt,
        "Interlingva"@lv,
        "Interlingua"@pl,
        "Interlíngua"@pt,
        "Interlingua"@rm,
        "Interlingua"@ro,
        "Интерлингва"@ru,
        "Interlingua"@sk,
        "Gjuha interlingua"@sq,
        "Interlingua"@sv,
        "நடுநிலை மொழி"@ta,
        "ภาษาอินเทอร์ลิงกวา"@th,
        "İnterlingua"@tr,
        "Інтерлінгва"@uk,
        "Tiếng Khoa Học Quốc Tế"@vi ;
    skos:definition "Interlingua (; ISO 639 language codes ia, ina) is an international auxiliary language (IAL), developed between 1937 and 1951 by the International Auxiliary Language Association (IALA). It ranks among the top three most widely used IALs (after Esperanto and perhaps Ido), and is the most widely used naturalistic IAL: in other words, its vocabulary, grammar and other characteristics are largely derived from natural languages. Interlingua was developed to combine a simple, mostly regular grammar with a vocabulary common to the widest possible range of languages, making it unusually easy to learn, at least for those whose native languages were sources of Interlingua's vocabulary and grammar. Conversely, it is used as a rapid introduction to many natural languages. though it is actively spoken by only a few hundred. The immediate comprehension of Interlingua, in turn, makes it unusually easy to learn. Speakers of other languages can also learn to speak and write Interlingua in a short time, thanks to its simple grammar and regular word formation using a small number of roots and affixes."@en ;
    skos:inScheme lexvo: ;
    skos:notation "ina"^^xsd:string ;
    skos:prefLabel "Interlingua"@af,
        "ܐܝܢܛܪܠܝܢܓܘܐ"@aii,
        "ኢንቴርሊንጓ"@am,
        "Interlingua"@an,
        "Interlingua"@ang,
        "إنترلنغوا"@ar,
        "Interlingua"@ast,
        "interlingua dili"@az,
        "інтэрлінгва"@be,
        "интерлингва"@bg,
        "ইন্টারলিঙ্গুয়া"@bn,
        "རྒྱལ་སྤྱིའི་སྐད།"@bo,
        "interlingua"@br,
        "ईन्टरलिंग्वा"@brx,
        "interlingva"@bs,
        "интерлингва"@bs-Cyrl,
        "ኢንቴርሊንጓ"@byn,
        "interlingua"@ca,
        "Interlingua"@cbk,
        "国际文字"@cmn,
        "國際文"@cmn-Hant,
        "Interlingua"@co,
        "Interlingua"@crh,
        "interlingua"@cs,
        "Interlingua"@csb,
        "Интерлингва"@cv,
        "Interlingua"@cy,
        "interlingua"@da,
        "Interlingua"@de,
        "Ιντερλίνγκουα"@el,
        "Interlingua"@en,
        "𐐆𐑌𐐻𐐲𐑉𐑊𐐮𐑍𐐶𐐲"@en-Dsrt,
        "interlingvao"@eo,
        "interlingua"@es,
        "interlingua"@et,
        "Interlingua"@eu,
        "میان‌زبان"@fa,
        "interlingua"@fi,
        "Interlingua"@fil,
        "interlingua"@fo,
        "interlingua"@fr,
        "Interlingua"@fur,
        "Interlingua"@ga,
        "Interlingua"@gd,
        "Interlingua"@gl,
        "Interlingua"@gsw,
        "ઇંટરલિંગુઆ"@gu,
        "Yare Tsakanin Kasashe"@ha,
        "אינטרלינגואה"@he,
        "अन्तरभाषा"@hi,
        "interlingua"@hr,
        "Interlingua"@ht,
        "interlingva"@hu,
        "Ինտերլինգուա"@hy,
        "interlingua"@ia,
        "Interlingua"@id,
        "Interlingua"@ie,
        "Interlingua"@io,
        "alþjóðatunga"@is,
        "interlingua"@it,
        "インターリングア"@ja,
        "interlingua"@jbo,
        "ინტერლინგუა"@ka,
        "интерлингва"@kk,
        "អីនធើលីង"@km,
        "ಇಂಟರ್‌ಲಿಂಗ್ವಾ"@kn,
        "इन्टरलिंग्वा"@knn,
        "인테르링구아"@ko,
        "اِنٹَرلِنٛگوا"@ks,
        "Interlingua"@la,
        "Interlingua"@lad,
        "Interlingua"@lmo,
        "ອິນເຕີລິງລົວ"@lo,
        "interlingva"@lt,
        "interlingva"@lv,
        "интерлингва"@mk,
        "ഇൻറർലിംഗ്വാ"@ml,
        "इंटरलिंग्वा"@mr,
        "Interlingua"@ms,
        "Interlingua"@mt,
        "Interlingua"@mwl,
        "اینترلینگوا زوون"@mzn,
        "Interlingua"@nan,
        "interlingua"@nb,
        "इन्टर्लिङ्गुआ"@ne,
        "Interlingua"@nl,
        "interlingua"@nn,
        "Interlingua"@no,
        "Interlingua"@nov,
        "Interlingua"@oc,
        "Interlingua"@om,
        "ଇର୍ଣ୍ଟଲିଙ୍ଗୁଆ"@or,
        "ਇੰਟਰ ਲਿੰਗੂਆ"@pa,
        "Interlingua"@pap,
        "Interlingua"@pih,
        "interlingua"@pl,
        "Antërlenga"@pms,
        "انٹرلنگوا"@pnb,
        "انټرلنګوا"@ps,
        "interlíngua"@pt,
        "interlingua"@rm,
        "interlingua"@ro,
        "интерлингва"@ru,
        "Interlingua"@rup,
        "Ururimi Gahuzamiryango"@rw,
        "Interlingua"@sc,
        "Interlingua"@scn,
        "Interlingua"@sco,
        "Interlingva"@sh,
        "interlingua"@sk,
        "interlingva"@sl,
        "Interlinguwa"@so,
        "Interlingua"@sq,
        "Интерлингва"@sr,
        "Interlingva"@sr-Latn,
        "Sí-Nterlingua"@ss,
        "Se-interlingua"@st,
        "interlingua"@sv,
        "Kiintalingua"@swh,
        "இண்டர்லிங்வா"@ta,
        "ఇంటర్లింగ్వా"@te,
        "Байни забонӣ"@tg,
        "อินเตอร์ลิงกัว"@th,
        "ኢንቴር ቋንቋ"@ti,
        "ኢንቴርሊንጓ"@tig,
        "Interlingua"@tn,
        "Interlingua"@tr,
        "інтерлінгва"@uk,
        "بین لسانیات"@ur,
        "Interlingua"@vec,
        "Interlingua"@vi,
        "Interlingua"@vo,
        "Interlingua"@xh,
        "Èdè pipo"@yo,
        "国际语"@zh,
        "Interlingua"@zsm,
        "Izilimi ezihlangene"@zu .

<http://lexvo.org/id/iso639-3/ind> a lvont:Language,
        skos:Concept ;
    lvont:isFocusOf <http://id.loc.gov/vocabulary/iso639-2/ind> ;
    lvont:iso6392BCode "ind"^^xsd:string ;
    lvont:iso6392TCode "ind"^^xsd:string ;
    lvont:iso639P1Code "id"^^xsd:string ;
    lvont:iso639P3PCode "ind"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-2/ind>,
        <http://www.glottolog.org/resource/languoid/id/indo1316> ;
    owl:sameAs <http://dbpedia.org/resource/Indonesian_language>,
        <http://lexvo.org/id/iso639-1/id>,
        <http://psi.oasis-open.org/iso/639/#ind>,
        <http://www.lingvoj.org/lang/id>,
        <http://www.mpii.de/yago/resource/Indonesian_language>,
        <info:lc/vocabulary/languages/ind> ;
    skos:altLabel "لغة إندونيسية"@ar,
        "İndoneziya dili"@az,
        "Інданезійская мова"@be,
        "Индонезийски език"@bg,
        "ইন্দোনেশীয় ভাষা"@bn,
        "Indonezeg"@br,
        "Indonesi"@ca,
        "Indonéština"@cs,
        "Indonesieg"@cy,
        "Indonesisk"@da,
        "Malaiische Sprache#Geschichte"@de,
        "Indonesian language"@en,
        "Indonezia lingvo"@eo,
        "Idioma indonesio"@es,
        "Indoneesia keel"@et,
        "Indonesiera"@eu,
        "اندونیزیایی"@fa,
        "زبان اندونزیایی"@fa,
        "Indonesian kieli"@fi,
        "Indonésien"@fr,
        "An Indinéisis"@ga,
        "Lingua indonesia"@gl,
        "इंडोनेशियाई भाषा"@hi,
        "Indonezijski jezik"@hr,
        "Indonéz nyelv"@hu,
        "Lingua indonesiana"@it,
        "ინდონეზიური ენა"@ka,
        "Indonesiamiutut"@kl,
        "ភាសាឥណ្ឌូនេស៊ី"@km,
        "Indoneziečių kalba"@lt,
        "Indonēziešu valoda"@lv,
        "Fiteny indoneziana"@mg,
        "बहासा इंडोनेशिया"@mr,
        "Język indonezyjski"@pl,
        "Língua indonésia"@pt,
        "Limba indoneziană"@ro,
        "Индонезийский язык"@ru,
        "Indonézština"@sk,
        "Gjuha indoneziane"@sq,
        "Индонежански језик"@sr,
        "Indonesiska"@sv,
        "இந்தோனேசிய மொழி"@ta,
        "Забони индонезӣ"@tg,
        "ภาษาอินโดนีเซีย"@th,
        "Індонезійська мова"@uk,
        "انڈونیشیائی زبان"@ur,
        "Tiếng In-đô-nê-xia"@vi ;
    skos:definition "Indonesian (Bahasa Indonesia) is the official language of Indonesia. It is a standardized form of the Riau dialect of Malay, an Austronesian language which has been used as a lingua franca in the Indonesian archipelago for centuries."@en ;
    skos:inScheme lexvo: ;
    skos:notation "ind"^^xsd:string ;
    skos:prefLabel "Bahsa Indônèsia"@ace,
        "Indonesies"@af,
        "Èndònɛshìa"@agq,
        "Indonihyia kasa"@ak,
        "ኢንዶኔዥኛ"@am,
        "Idioma indonesio"@an,
        "الإندونيسية"@ar,
        "Kiindonethia"@asa,
        "indonesiu"@ast,
        "indoneziya dili"@az,
        "Hɔp u indònesìà"@bas,
        "Bahasa Indonesia"@bcl,
        "інданезійская"@be,
        "Інданэзійская мова"@be-tarask,
        "Ichi Indonesiani"@bem,
        "Hiindonesia"@bez,
        "индонезийски"@bg,
        "Bahasa Indonésia"@bjn,
        "Ɛndonezikan"@bm,
        "ইন্দোনেশীয়"@bn,
        "ཨིན་དོ་ནི་སི་སྐད།"@bo,
        "indonezeg"@br,
        "इन्डोनेशियन्"@brx,
        "indonezijski"@bs,
        "индонежански"@bs-Cyrl,
        "እንዶኒሲኛ"@byn,
        "indonesi"@ca,
        "Indoneziyhoyn mott"@ce,
        "Pinulongang Indonesyo"@ceb,
        "Oruindonezia"@cgg,
        "印度尼西亚文"@cmn,
        "印尼文"@cmn-Hant,
        "indonéština"@cs,
        "Indoneseg"@cy,
        "indonesisk"@da,
        "Kiindonesia"@dav,
        "Indonesisch"@de,
        "Indoneesi senni"@dje,
        "indoneesi"@dyo,
        "ཨིན་ཌོ་ནེ་ཤི་ཡཱན་ཁ"@dz,
        "Kĩindonesia"@ebu,
        "indonesiagbe"@ee,
        "Ινδονησιακά"@el,
        "Indonesian"@en,
        "𐐆𐑌𐐼𐐬𐑌𐐨𐑈𐐲𐑌"@en-Dsrt,
        "indonezia"@eo,
        "indonesio"@es,
        "indoneesia"@et,
        "indonesiera"@eu,
        "Ǹkɔ́bɔ ɛndonésian"@ewo,
        "اندونزیایی"@fa,
        "Endonesiire"@ff,
        "indonesia"@fi,
        "Indonesian"@fil,
        "indonesiskt"@fo,
        "indonésien"@fr,
        "indonesian"@fur,
        "Indinéisis"@ga,
        "Innd-Innsis"@gd,
        "indonesio"@gl,
        "Indonesisch"@gsw,
        "ઇન્ડોનેશિયન"@gu,
        "Kiindonesia"@guz,
        "Harshen Indunusiya"@ha,
        "Yin-nì-ngî"@hak,
        "אינדונזית"@he,
        "इन्डोनेशियाई"@hi,
        "Indonesian bhasa"@hif,
        "indonezijski"@hr,
        "indonéz"@hu,
        "Ինդոնեզերեն"@hy,
        "indonesiano"@ia,
        "Bahasa Indonesia"@id,
        "Indonisia"@ig,
        "Pagsasao nga Indonesian"@ilo,
        "indónesíska"@is,
        "indonesiano"@it,
        "インドネシア語"@ja,
        "Kyiindonesia"@jmc,
        "Basa Indonésia"@jv,
        "Basa Indonesia"@jv-x,
        "ინდონეზიური"@ka,
        "Tandunisit"@kab,
        "Kiindonesia"@kam,
        "Chiiongonesia"@kde,
        "indoneziu"@kea,
        "Indoneesi senni"@khq,
        "Kiindonesia"@ki,
        "индонезия"@kk,
        "indonesiamiutut"@kl,
        "kutitab Indonesia"@kln,
        "ឥណ្ឌូណេស៊ី"@km,
        "ಇಂಡೋನೇಶಿಯನ್"@kn,
        "इन्डोनेषियन"@knn,
        "인도네시아어"@ko,
        "اِنڈونیشیا"@ks,
        "Kiindonesia"@ksb,
        "riindonɛsí"@ksf,
        "Indoneesesch"@ksh,
        "Indonesek"@kw,
        "индонезияча"@ky,
        "Lingua Indonesia"@la,
        "Kɨɨndonésia"@lag,
        "Luyindonezya"@lg,
        "Lengua indonexiann-a"@lij,
        "lindonezi"@ln,
        "ອິນດອນຊຽນ"@lo,
        "indonieziečių"@lt,
        "Lindonezia"@lu,
        "Kiindonesia"@luo,
        "Kiindonesia"@luy,
        "indonēziešu"@lv,
        "nkʉtʉ́k ɔ́ɔ̄ Indonesia"@mas,
        "Kĩindonesia"@mer,
        "indonezien"@mfe,
        "Indonezianina"@mg,
        "Индонезийысе йылме"@mhr,
        "Reo Initonīhia"@mi,
        "индонезиски"@mk,
        "ഇൻഡോനേഷ്യൻ"@ml,
        "इंडोनेशियन"@mr,
        "Bahasa Indonesia"@ms,
        "Indoneżjan"@mt,
        "indonesiya"@mua,
        "အင်ဒိုနီးရှား"@my,
        "Ìn-nî-gí"@nan,
        "Indonesiaǁî gowab"@naq,
        "indonesisk"@nb,
        "isi-Indonesia"@nd,
        "इन्डोनेसियाली"@ne,
        "Indonesisch"@nl,
        "Kiɛl indonesie"@nmg,
        "indonesisk"@nn,
        "Indonesisk"@no,
        "Thok indunithiani"@nus,
        "Oruindonezia"@nyn,
        "Afaan Indoneziya"@om,
        "ଇଣ୍ଡୋନେସିଆନ୍"@or,
        "ਇੰਡੋਨੇਸ਼ੀਆਈ"@pa,
        "indonezyjski"@pl,
        "انڈونیشی"@pnb,
        "انډونېشيايي"@ps,
        "indonésio"@pt,
        "Indunisya simi"@qu,
        "indonais"@rm,
        "Ikinyendoziya"@rn,
        "indoneziană"@ro,
        "Kiindonesia"@rof,
        "индонезийский"@ru,
        "Ikinyendoziya"@rw,
        "Kyiindonesia"@rwk,
        "बहासा इंडोनेशिया"@sa,
        "Kiindonesia"@saq,
        "Ishihindonesia"@sbp,
        "Indonesian leid"@sco,
        "indonesiagiella"@se,
        "indonésio"@seh,
        "Indoneesi senni"@ses,
        "Enndonezïi"@sg,
        "Indonežanski jezik"@sh,
        "ⵜⴰⵏⴷⵓⵏⵉⵙⵉⵜ"@shi,
        "tandunisit"@shi-Latn,
        "ඉන්දුනීසියානු"@si,
        "indonézština"@sk,
        "indonezijščina"@sl,
        "chiIndonesia"@sn,
        "Indunuusiyaan"@so,
        "Indonezisht"@sq,
        "Индонежански"@sr,
        "Indonezijski"@sr-Latn,
        "Se-indonesia"@st,
        "Basa Indonésia"@su,
        "indonesiska"@sv,
        "Kiindonesia"@sw,
        "Kiindonesia"@swc,
        "Kiindonesia"@swh,
        "இந்தோனேஷியன்"@ta,
        "ఇండోనిషియ"@te,
        "Kiindonesia"@teo,
        "Индонезӣ"@tg,
        "อินโดนีเชีย"@th,
        "እንዶኑሲኛ"@ti,
        "እንዶኒሲኛ"@tig,
        "Indoneziýa dilleri"@tk,
        "Wikang Indones"@tl,
        "Indonesian"@tn,
        "lea fakaʻinitōnesia"@to,
        "Endonezce"@tr,
        "Indoneesi senni"@twq,
        "Tindunisit"@tzm,
        "ھىندونېزىيە تىلى"@ug,
        "індонезійська"@uk,
        "انڈونیثیائی"@ur,
        "ꔤꖆꕇꔻꘂꘋ"@vai,
        "Índonisiyɛŋ"@vai-Latn,
        "Tiếng Indonesia"@vi,
        "Kyiindonesia"@vun,
        "Indonesiš"@wae,
        "Isi-Indonesian"@xh,
        "Oluyindonezya"@xog,
        "índonísiɛ"@yav,
        "Èdè Indonasia"@yo,
        "Vah Yindunizsihya"@za,
        "印尼语"@zh,
        "Indonesia"@zsm,
        "isi-Indonesian"@zu .

<http://lexvo.org/id/iso639-3/ita> a lvont:Language,
        skos:Concept ;
    lvont:isFocusOf <http://id.loc.gov/vocabulary/iso639-2/ita> ;
    lvont:iso6392BCode "ita"^^xsd:string ;
    lvont:iso6392TCode "ita"^^xsd:string ;
    lvont:iso639P1Code "it"^^xsd:string ;
    lvont:iso639P3PCode "ita"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-2/ita>,
        <http://www.glottolog.org/resource/languoid/id/ital1282> ;
    owl:sameAs <http://dbpedia.org/resource/Italian_language>,
        <http://lexvo.org/id/iso639-1/it>,
        <http://lexvo.org/id/wordnet/30/noun/italian_1_10_00>,
        <http://psi.oasis-open.org/iso/639/#ita>,
        <http://www.lingvoj.org/lang/it>,
        <http://www.mpii.de/yago/resource/Italian_language>,
        <info:lc/vocabulary/languages/ita> ;
    skos:altLabel "ጣልያንኛ"@am,
        "لغة إيطالية"@ar,
        "Italianu"@ast,
        "İtalyan dili"@az,
        "Італьянская мова"@be,
        "Италиански език"@bg,
        "ইতালীয় ভাষা"@bn,
        "དབྱི་ཏ་་ལའི་མི།"@bo,
        "Italianeg"@br,
        "Italijanski jezik"@bs,
        "Italià"@ca,
        "義大利文"@cmn-Hant,
        "Italština"@cs,
        "Italiensk"@da,
        "Italienische Sprache"@de,
        "Ιταλική γλώσσα"@el,
        "Italian language"@en,
        "Itala lingvo"@eo,
        "Idioma italiano"@es,
        "Itaalia keel"@et,
        "Italiera"@eu,
        "ایتالیایی"@fa,
        "زبان ایتالیایی"@fa,
        "Italian kieli"@fi,
        "Italien"@fr,
        "Lenghe taliane"@fur,
        "An Iodáilis"@ga,
        "Lingua italiana"@gl,
        "इतालवी भाषा"@hi,
        "Talijanski jezik"@hr,
        "Olasz nyelv"@hu,
        "Lingua italian"@ia,
        "Bahasa Italia"@id,
        "Ítalska"@is,
        "Lingua italiana"@it,
        "იტალიური ენა"@ka,
        "Италиян тілі"@kk,
        "ភាសាអ៊ីតាលី"@km,
        "ಇಟಲಿಯ ಭಾಷೆ"@kn,
        "Italų kalba"@lt,
        "Itāļu valoda"@lv,
        "Fiteny italiany"@mg,
        "Италијански јазик"@mk,
        "ഇറ്റാലിയൻ ഭാഷ"@ml,
        "इटालियन भाषा"@mr,
        "Lingwa Taljana"@mt,
        "အီတာလျံ ဘာသာ"@my,
        "Italieensch"@nds,
        "Italiensk"@nn,
        "Италиаг æвзаг"@os,
        "ਇਤਾਲਵੀ ਭਾਸ਼ਾ"@pa,
        "Język włoski"@pl,
        "Língua italiana"@pt,
        "Lingua taliana"@rm,
        "Limba italiană"@ro,
        "Итальянский язык"@ru,
        "Itáliagiella"@se,
        "Taliančina"@sk,
        "Italijanščina"@sl,
        "Af-Taliyaani"@so,
        "Gjuha italiane"@sq,
        "Италијански језик"@sr,
        "Italienska"@sv,
        "இத்தாலிய மொழி"@ta,
        "ภาษาอิตาลี"@th,
        "Італійська мова"@uk,
        "اطالوی زبان"@ur ;
    skos:definition "Italian ( or lingua italiana) is a Romance language spoken mainly in Europe: Italy, Switzerland, San Marino, Vatican City, by minorities in Malta, Monaco, Croatia, Slovenia, France, Libya, Eritrea, and Somalia, and by immigrant communities in the Americas and Australia. Many speakers are native bilinguals of both standardised Italian and other regional languages."@en ;
    skos:inScheme lexvo: ;
    skos:notation "ita"^^xsd:string ;
    skos:prefLabel "Italian"@aa,
        "Italiaans"@af,
        "Ètalìa"@agq,
        "ܠܫܢܐ ܐܝܛܠܝܐ"@aii,
        "Italy kasa"@ak,
        "ጣሊያንኛ"@am,
        "Idioma italián"@an,
        "Italisc sprǣc"@ang,
        "الإيطالية"@ar,
        "لغه طليانى"@arz,
        "Kiitaliaano"@asa,
        "italianu"@ast,
        "italyanca"@az,
        "италјанҹа"@az-Cyrl,
        "Italienisch"@bar,
        "Hɔp u italìà"@bas,
        "Italiano"@bcl,
        "італьянская"@be,
        "Італьянская мова"@be-tarask,
        "Ichi Italiani"@bem,
        "Hiitaliano"@bez,
        "италиански"@bg,
        "italikan"@bm,
        "ইতালীয়"@bn,
        "ཨི་ཏ་ལིའི་སྐད།"@bo,
        "ইতালীয় ঠার"@bpy,
        "italianeg"@br,
        "ईटालियन्"@brx,
        "talijanski"@bs,
        "италијански"@bs-Cyrl,
        "ጣሊያንኛ"@byn,
        "italià"@ca,
        "É-dâi-lé-ngṳ̄"@cdo,
        "Italhoyn mott"@ce,
        "Initalyano"@ceb,
        "Oruyitare"@cgg,
        "ᎬᏩᎵᏲᏥᎢ"@chr,
        "زمانی ئیتاڵی"@ckb,
        "意大利文"@cmn,
        "意大利文"@cmn-Hant,
        "Lingua taliana"@co,
        "İtalyan tili"@crh,
        "italština"@cs,
        "Итал чĕлхи"@cv,
        "Eidaleg"@cy,
        "italiensk"@da,
        "Kiitaliano"@dav,
        "Italienisch"@de,
        "Itaali senni"@dje,
        "Italšćina"@dsb,
        "އިޓަލީ"@dv,
        "italien"@dyo,
        "ཨི་ཊ་ལི་ཡཱན་ཁ"@dz,
        "Kĩitaliano"@ebu,
        "italiagbe"@ee,
        "Ιταλικά"@el,
        "Italian"@en,
        "𐐆𐐻𐐰𐑊𐐷𐐲𐑌"@en-Dsrt,
        "itala"@eo,
        "italiano"@es,
        "itaalia"@et,
        "italiera"@eu,
        "Ǹkɔ́bɔ etáliɛn"@ewo,
        "Luenga italiana"@ext,
        "ایتالوی"@fa,
        "Italiyeere"@ff,
        "italia"@fi,
        "Italyano"@fil,
        "italskt"@fo,
        "italien"@fr,
        "Étalien"@frp,
        "talian"@fur,
        "Italjaansk"@fy,
        "Iodáilis"@ga,
        "意大利語"@gan,
        "Eadailtis"@gd,
        "italiano"@gl,
        "Italiänisch"@gsw,
        "Italienische Sprache"@gsw-FR,
        "ઇટાલિયન"@gu,
        "Kiitaliano"@guz,
        "Iddaalish"@gv,
        "Italiyanci"@ha,
        "Yi-thai-li-ngî"@hak,
        "ʻĪkālia"@haw,
        "איטלקית"@he,
        "इतालवी"@hi,
        "Italian bhasa"@hif,
        "talijanski"@hr,
        "Italšćina"@hsb,
        "olasz"@hu,
        "Իտալերեն"@hy,
        "italiano"@ia,
        "Italia"@id,
        "Italo"@ig,
        "ꑴꄊꆺꉙ"@ii,
        "Pagsasao nga Italiáno"@ilo,
        "Italiana linguo"@io,
        "ítalska"@is,
        "italiano"@it,
        "イタリア語"@ja,
        "Kyiitaliano"@jmc,
        "Basa Italia"@jv,
        "იტალიური"@ka,
        "Taṭalyanit"@kab,
        "Kiitaliano"@kam,
        "Урымыбзэ"@kbd,
        "Chiitaliano"@kde,
        "italianu"@kea,
        "Itaali senni"@khq,
        "Kĩtaliano"@ki,
        "итальян тілі"@kk,
        "italiamiutut"@kl,
        "kutitab Talianek"@kln,
        "អ៊ីតាលី"@km,
        "ಇಟಾಲಿಯನ್"@kn,
        "इटालियन"@knn,
        "이탈리아어"@ko,
        "Итальян кыв"@koi,
        "اِٹیلیَن"@ks,
        "Kiitaliano"@ksb,
        "riitalyɛ́n"@ksf,
        "Etalljänesch"@ksh,
        "Zimanê îtalî"@ku,
        "Итальян кыв"@kv,
        "Italek"@kw,
        "италиянча"@ky,
        "Lingua Italiana"@la,
        "Kɨtaliáano"@lag,
        "Italienesch"@lb,
        "Luyitale"@lg,
        "Italiaans"@li,
        "Lèngoa italiann-a"@lij,
        "Lengua italiana"@lmo,
        "litaliano"@ln,
        "ອີຕາລີ"@lo,
        "italų"@lt,
        "Italu kalba"@lt-x,
        "Litali"@lu,
        "Kiitaliano"@luo,
        "Kiitaliano"@luy,
        "itāļu"@lv,
        "nkʉtʉ́k ɔ́ɔ̄ ltalian"@mas,
        "Италиень кяль"@mdf,
        "Kĩitalĩ"@mer,
        "italien"@mfe,
        "Italianina"@mg,
        "Italiano"@mgh,
        "Итальян йылме"@mhr,
        "италијански"@mk,
        "ഇറ്റാലിയൻ"@ml,
        "Итали хэл"@mn,
        "इटालियन"@mr,
        "Bahasa Itali"@ms,
        "Taljan"@mt,
        "italiya"@mua,
        "အီတလီ"@my,
        "Italiatlahtōlli"@nah,
        "Italia-gí"@nan,
        "Italians"@naq,
        "italiensk"@nb,
        "isi-Italiano"@nd,
        "Italiaons"@nds,
        "इटालियन"@ne,
        "Italiaans"@nl,
        "Kiɛl italia"@nmg,
        "italiensk"@nn,
        "Italiensk"@no,
        "Thok i̱taliani"@nus,
        "Oruyitare"@nyn,
        "Italian"@oc,
        "Afaan Xaaliyaani"@om,
        "ଇଟାଲିଆନ୍"@or,
        "италиаг"@os,
        "ਇਤਾਲਵੀ"@pa,
        "Italien"@pcd,
        "Italiian"@pih,
        "włoski"@pl,
        "Lenga italian-a"@pms,
        "اطالوی"@pnb,
        "ایټالوي"@ps,
        "italiano"@pt,
        "Italya simi"@qu,
        "talian"@rm,
        "Igitaliyani"@rn,
        "italiană"@ro,
        "Kiitaliano"@rof,
        "итальянский"@ru,
        "Limba italichescã"@rup,
        "Igitaliyani"@rw,
        "Kyiitaliano"@rwk,
        "इतालवी भाषा"@sa,
        "Ытаалыйалыы"@sah,
        "Kiitaliano"@saq,
        "Ishihitaliyano"@sbp,
        "Limba italiana"@sc,
        "Lingua taliana"@scn,
        "Italian leid"@sco,
        "itáliagiella"@se,
        "italiano"@seh,
        "Itaali senni"@ses,
        "Ênnde"@sg,
        "Italijanski jezik"@sh,
        "ⵜⴰⵟⴰⵍⵢⴰⵏⵜ"@shi,
        "taṭalyant"@shi-Latn,
        "ඉතාලි"@si,
        "taliančina"@sk,
        "italijanščina"@sl,
        "chiTariana"@sn,
        "Talyaani"@so,
        "Italisht"@sq,
        "Италијански"@sr,
        "Italijanski"@sr-Latn,
        "Se-tariana"@st,
        "Basa Italia"@su,
        "italienska"@sv,
        "Kiitalia"@sw,
        "Kiitaliano"@swc,
        "Kiitaliano"@swh,
        "Italsko godka"@szl,
        "இத்தாலியன்"@ta,
        "ఇటాలియన్"@te,
        "Kiitaliano"@teo,
        "Забони итолиявӣ"@tg,
        "อิตาลี"@th,
        "ጣሊያንኛ"@ti,
        "ጣሊያንኛ"@tig,
        "Wikang Italyano"@tl,
        "Se Italiano"@tn,
        "lea fakaʻītali"@to,
        "Tok Itali"@tpi,
        "İtalyanca"@tr,
        "Xi Ithali"@ts,
        "Итальян теле"@tt,
        "Itaali senni"@twq,
        "Reo ’Itāria"@ty,
        "Taṭalyant"@tzm,
        "Итальян кыл"@udm,
        "ئىتاليان تىلى"@ug,
        "італійська"@uk,
        "اطالوی"@ur,
        "Италянча"@uzn,
        "italyancha"@uzn-Latn,
        "ꔤꕚꔷꘂꘋ"@vai,
        "Itáliyɛŋ"@vai-Latn,
        "Łengua itałiana"@vec,
        "Tiếng Ý"@vi,
        "Itaalia kiil"@vro,
        "Kyiitaliano"@vun,
        "Italieniš"@wae,
        "ጣሊያንኛ"@wal,
        "Initalyano"@war,
        "Isi-Italian"@xh,
        "იტალიური ნინა"@xmf,
        "Oluyitale"@xog,
        "itáliɛ"@yav,
        "איטאליעניש"@yi,
        "Èdè Italiani"@yo,
        "意大利話"@yue,
        "意大利语"@zh,
        "Itali"@zsm,
        "isi-Italian"@zu .

<http://lexvo.org/id/iso639-3/kat> a lvont:Language,
        skos:Concept ;
    lvont:isFocusOf <http://id.loc.gov/vocabulary/iso639-2/geo>,
        <http://id.loc.gov/vocabulary/iso639-2/kat> ;
    lvont:iso6392BCode "geo"^^xsd:string ;
    lvont:iso6392TCode "kat"^^xsd:string ;
    lvont:iso639P1Code "ka"^^xsd:string ;
    lvont:iso639P3PCode "kat"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-2/geo>,
        <http://id.loc.gov/vocabulary/iso639-2/kat>,
        <http://www.glottolog.org/resource/languoid/id/nucl1302> ;
    owl:sameAs <http://dbpedia.org/resource/Georgian_language>,
        <http://lexvo.org/id/iso639-1/ka>,
        <http://psi.oasis-open.org/iso/639/#kat>,
        <http://www.lingvoj.org/lang/ka>,
        <http://www.mpii.de/yago/resource/Georgian_language>,
        <info:lc/vocabulary/languages/geo> ;
    skos:altLabel "لغة جورجية"@ar,
        "Gürcü dili"@az,
        "Грузінская мова"@be,
        "Грузински език"@bg,
        "জর্জীয় ভাষা"@bn,
        "jorjianeg"@br,
        "Gruzijski jezik"@bs,
        "Georgià"@ca,
        "Gruzínština"@cs,
        "Georgisk"@da,
        "Georgische Sprache"@de,
        "Γεωργιανή γλώσσα"@el,
        "Georgian language"@en,
        "Kartvela lingvo"@eo,
        "Idioma georgiano"@es,
        "Gruusia keel"@et,
        "Georgiera"@eu,
        "زبان گرجی"@fa,
        "Georgian kieli"@fi,
        "Géorgien"@fr,
        "Lingua xeorxiana"@gl,
        "Gruzijski jezik"@hr,
        "Grúz nyelv"@hu,
        "Bahasa Georgia"@id,
        "Georgíska"@is,
        "Lingua georgiana"@it,
        "ქართული ენა"@ka,
        "그루지야어"@ko,
        "Грузин тили"@ky,
        "Gruzinų kalba"@lt,
        "Gruzīnu valoda"@lv,
        "Грузиски јазик"@mk,
        "जॉर्जियन भाषा"@mr,
        "Georgisk"@nn,
        "Гуырдзиаг æвзаг"@os,
        "Język gruziński"@pl,
        "Língua georgiana"@pt,
        "Limba georgiană"@ro,
        "Грузинский язык"@ru,
        "Gruzínčina"@sk,
        "Gruzinščina"@sl,
        "Грузијски језик"@sr,
        "Georgiska"@sv,
        "சியார்சிய மொழி"@ta,
        "Забони гурҷӣ"@tg,
        "ภาษาจอร์เจีย"@th,
        "Грузинська мова"@uk,
        "Tiếng Georgian"@vi ;
    skos:definition "Georgian (, ) is the native language of the Georgians and the official language of Georgia, a country in the Caucasus."@en ;
    skos:inScheme lexvo: ;
    skos:notation "kat"^^xsd:string ;
    skos:prefLabel "Ақырҭ бызшәа"@ab,
        "Georgies"@af,
        "ܠܫܢܐ ܓܘܪܓܝܐ"@aii,
        "ጆርጂያን"@am,
        "Idioma cheorchián"@an,
        "الجورجية"@ar,
        "xeorxanu"@ast,
        "gürcü dili"@az,
        "грузінская"@be,
        "Грузінская мова"@be-tarask,
        "грузински"@bg,
        "জর্জিয়ান"@bn,
        "Jorjieg"@br,
        "जॉर्जियन्"@brx,
        "gruzijski"@bs,
        "грузијски"@bs-Cyrl,
        "ጊዮርጊያን"@byn,
        "georgià"@ca,
        "Pinulongang Heyorhiyano"@ceb,
        "格鲁吉亚文"@cmn,
        "喬治亞文"@cmn-Hant,
        "Gürci tili"@crh,
        "gruzínština"@cs,
        "Грузин чĕлхи"@cv,
        "Georgeg"@cy,
        "georgisk"@da,
        "Georgisch"@de,
        "Gurciki"@diq,
        "ཇཽ་ཇི་ཡཱན་ཁ"@dz,
        "gɔgiagbe"@ee,
        "Γεωργιανά"@el,
        "Georgian"@en,
        "𐐖𐐬𐑉𐐾𐐲𐑌"@en-Dsrt,
        "kartvela"@eo,
        "georgiano"@es,
        "gruusia"@et,
        "georgiera"@eu,
        "گرجی"@fa,
        "georgia"@fi,
        "Georgian"@fil,
        "georgiskt"@fo,
        "géorgien"@fr,
        "gjeorgjian"@fur,
        "Seoirsis"@ga,
        "Cairtbheilis"@gd,
        "xeorxiano"@gl,
        "Georgisch"@gsw,
        "જ્યોર્જિઅન"@gu,
        "Jojiyanci"@ha,
        "גאורגית"@he,
        "जॉर्जीयन्"@hi,
        "Georgian bhasa"@hif,
        "gruzijski"@hr,
        "grúz"@hu,
        "Վրացերեն"@hy,
        "georgiano"@ia,
        "Georgia"@id,
        "georgíska"@is,
        "georgiano"@it,
        "グルジア語"@ja,
        "Basa Georgia"@jv,
        "ქართული"@ka,
        "jorjianu"@kea,
        "грузин"@kk,
        "ហ្សក​ហ្ស៊ី"@km,
        "ಜಾರ್ಜಿಯನ್"@kn,
        "जार्जियन्"@knn,
        "조지아어"@ko,
        "جارجِیَن"@ks,
        "Je'orjesch"@ksh,
        "Zimanê gurcî"@ku,
        "Грузин кыв"@kv,
        "грузинче"@ky,
        "Lingua Georgiana"@la,
        "Georgisch"@li,
        "ຊອກຊີ"@lo,
        "gruzinų"@lt,
        "Grozėnu kalba"@lt-x,
        "gruzīnu"@lv,
        "Грузин йылме"@mhr,
        "грузиски"@mk,
        "ജോർജിയൻ"@ml,
        "जॉर्जियन"@mr,
        "Bahasa Georgia"@ms,
        "Ġorġjan"@mt,
        "ဂျော်ဂျီယန်"@my,
        "گورجی زوون"@mzn,
        "Gruzia-gí"@nan,
        "georgisk"@nb,
        "जर्जियाली"@ne,
        "Georgisch"@nl,
        "georgisk"@nn,
        "Georgisk"@no,
        "Afaan Georgian"@om,
        "ଜର୍ଜିଆନ୍"@or,
        "гуырдзиаг"@os,
        "gruziński"@pl,
        "Lenga georgian-a"@pms,
        "جارجیائی"@pnb,
        "جورجيائي"@ps,
        "georgiano"@pt,
        "Kartul simi"@qu,
        "georgian"@rm,
        "georgiană"@ro,
        "грузинский"@ru,
        "Inyejeworujiya"@rw,
        "Гурусууннуу"@sah,
        "Georgie leid"@sco,
        "georgiagiella"@se,
        "Грузијски језик"@sh,
        "ජෝර්ජියානු"@si,
        "gruzínčina"@sk,
        "gruzinščina"@sl,
        "Joorijiyaan"@so,
        "Gjeorgjisht"@sq,
        "Грузијски"@sr,
        "Gruzijski"@sr-Latn,
        "Se-geogia"@st,
        "georgiska"@sv,
        "Kigeorgia"@sw,
        "Kijojia"@swh,
        "ஜியோர்ஜியன்"@ta,
        "జార్జియన్"@te,
        "Гурҷӣ"@tg,
        "จอร์เจีย"@th,
        "ጊዮርጊያኛ"@ti,
        "ጊዮርጊያን"@tig,
        "Wikang Heyorhiyano"@tl,
        "Mo/SeJojia"@tn,
        "lea fakasōsia"@to,
        "Gürcüce"@tr,
        "Грузин кыл"@udm,
        "گرۇزىن تىلى"@ug,
        "грузинська"@uk,
        "جارجی"@ur,
        "Tiếng Gruzia"@vi,
        "Georgiš"@wae,
        "Isi-Georgia"@xh,
        "ქორთული ნინა"@xmf,
        "Èdè Georgia"@yo,
        "格鲁吉亚语"@zh,
        "Georgia"@zsm,
        "isi-Georgian"@zu .

<http://lexvo.org/id/iso639-3/kir> a lvont:Language,
        skos:Concept ;
    lvont:isFocusOf <http://id.loc.gov/vocabulary/iso639-2/kir> ;
    lvont:iso6392BCode "kir"^^xsd:string ;
    lvont:iso6392TCode "kir"^^xsd:string ;
    lvont:iso639P1Code "ky"^^xsd:string ;
    lvont:iso639P3PCode "kir"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-2/kir>,
        <http://www.glottolog.org/resource/languoid/id/kirg1245> ;
    owl:sameAs <http://dbpedia.org/resource/Kyrgyz_language>,
        <http://lexvo.org/id/iso639-1/ky>,
        <http://psi.oasis-open.org/iso/639/#kir>,
        <http://www.lingvoj.org/lang/ky>,
        <http://www.mpii.de/yago/resource/Kyrgyz_language>,
        <info:lc/vocabulary/languages/kir> ;
    skos:altLabel "القيرغستانية"@ar,
        "Qırğız dili"@az,
        "Киргизки език"@bg,
        "কিরগিজ ভাষা"@bn,
        "Kirgizeg"@br,
        "Kirgiški jezik"@bs,
        "Kyrgyzština"@cs,
        "Kirgisisk"@da,
        "Kirgisische Sprache"@de,
        "Κιργιζική γλώσσα"@el,
        "Kirghiz"@en,
        "Kyrgyz language"@en,
        "Kirgiza lingvo"@eo,
        "Idioma kirguís"@es,
        "Kirgiisi keel"@et,
        "Kirgizera"@eu,
        "زبان قرقیزی"@fa,
        "قرقیزی"@fa,
        "Kirgiisin kieli"@fi,
        "Kirghize"@fr,
        "kirghize"@fr,
        "किर्गिज़ भाषा"@hi,
        "Kirgiski jezik"@hr,
        "Kirgiz nyelv"@hu,
        "Bahasa Kirgiz"@id,
        "Lingua chirghisa"@it,
        "ყირგიზული ენა"@ka,
        "Қырғыз тілі"@kk,
        "Кыргыз тили"@ky,
        "Kirgizų kalba"@lt,
        "Kirgīzu valoda"@lv,
        "Киргиски јазик"@mk,
        "किर्गिझ भाषा"@mr,
        "Kirgisisk"@nn,
        "Język kirgiski"@pl,
        "Língua quirguiz"@pt,
        "Limba kârgâză"@ro,
        "Киргизский язык"@ru,
        "Igikirigizi"@rw,
        "Кыргыз тыла"@sah,
        "Kirgizština"@sk,
        "Киргиски језик"@sr,
        "Kirgiziska"@sv,
        "கிருகிசு மொழி"@ta,
        "Забони қирғизӣ"@tg,
        "ภาษาคีร์กีซ"@th,
        "Киргизька мова"@uk ;
    skos:definition "Kyrgyz or Kirgiz, also Kirghiz, Kyrghiz, Qyrghiz (, , ) is a Turkic language and one of the two official languages of Kyrgyzstan, the other being Russian. It is a member of the Kazakh-Nogai subgroup of the Kypchak languages, and modern day language convergence has resulted in an increasing degree of mutual intelligibility between Kyrgyz and Kazakh."@en ;
    skos:inScheme lexvo: ;
    skos:notation "kir"^^xsd:string ;
    skos:prefLabel "Kirgisies"@af,
        "ኪርጊዝኛ"@am,
        "لغة قرغيزية"@ar,
        "kirguistanín"@ast,
        "qırğızca"@az,
        "Ҡырғыҙ теле"@ba,
        "Кыргызская мова"@be,
        "Кыргыская мова"@be-tarask,
        "киргизски"@bg,
        "কির্গিজ"@bn,
        "kirgiz"@br,
        "किरग़ीज़्"@brx,
        "kirgiski"@bs,
        "киргиски"@bs-Cyrl,
        "ኪርጊዝኛ"@byn,
        "kirguís"@ca,
        "吉尔吉斯文"@cmn,
        "吉爾吉斯文"@cmn-Hant,
        "Qırğız tili"@crh,
        "kyrgyzština"@cs,
        "Кăркăс чĕлхи"@cv,
        "Cirgiseg"@cy,
        "kirgisisk"@da,
        "Kirgisisch"@de,
        "ཀིར་གིས་ཁ"@dz,
        "kirghistangbe"@ee,
        "Κυργιζικά"@el,
        "Kyrgyz"@en,
        "kirgiza"@eo,
        "kirghiz"@es,
        "kirgiisi"@et,
        "kirgizera"@eu,
        "قرغزی"@fa,
        "kirgiisi"@fi,
        "Kirghiz"@fil,
        "kirgisikt"@fo,
        "kirghiz"@fr,
        "Kirgizysk"@fy,
        "Cirgeasais"@ga,
        "Kirgiz dili"@gag,
        "Cìorgais"@gd,
        "kyrgiz"@gl,
        "Kirgiisisch"@gsw,
        "કિરગીઝ"@gu,
        "Kirgizanci"@ha,
        "קירגיזית"@he,
        "किरघिज़"@hi,
        "kirgiški"@hr,
        "kirgiz"@hu,
        "Ղրղզերեն"@hy,
        "kirghizo"@ia,
        "Kirgiz"@id,
        "kirgiska"@is,
        "kirghiso"@it,
        "キルギス語"@ja,
        "ყირგიზული"@ka,
        "Takirgizit"@kab,
        "kirgiz"@kea,
        "қырғыз"@kk,
        "គៀរហ្គីស្តង់"@km,
        "ಕಿರ್ಜಿಝ್"@kn,
        "किर्गिज़"@knn,
        "키르기스어"@ko,
        "کِرگِز"@ks,
        "Kirjiisesch"@ksh,
        "Кыргыз кыв"@kv,
        "Кыргыз"@ky,
        "Lingua Chirgisica"@la,
        "ເກຍກິສ"@lo,
        "kirgizų"@lt,
        "Kirkizu kalba"@lt-x,
        "kirgīzu"@lv,
        "киргистански"@mk,
        "കിർഗിസ്"@ml,
        "Кыргыз хэл"@mn,
        "किरगीझ"@mr,
        "Kirgiż"@mt,
        "kirgisisk"@nb,
        "किर्घिज"@ne,
        "Kirgizisch"@nl,
        "kirgisisk"@nn,
        "Kirgisisk"@no,
        "କିରଗିଜ୍"@or,
        "kirgiski"@pl,
        "Lenga kirghiz"@pms,
        "کرغیز"@pnb,
        "کرګيز"@ps,
        "quirguiz"@pt,
        "Kirkis simi"@qu,
        "kirghis"@rm,
        "kîrgîză"@ro,
        "киргизский"@ru,
        "Inkerigizi"@rw,
        "Кыргыстыы"@sah,
        "Kyrgyz leid"@sco,
        "කිර්ගිස්"@si,
        "kirgizština"@sk,
        "kirgiščina"@sl,
        "Kirgiis"@so,
        "Kyrgyz"@sq,
        "Киргиски"@sr,
        "Kirgiski"@sr-Latn,
        "Kyrgyz"@st,
        "kirgisiska"@sv,
        "Kirigizi"@swh,
        "கிர்கிஷ்"@ta,
        "కిర్గిజ్"@te,
        "Қирғизӣ"@tg,
        "คีร์กีซ"@th,
        "ኪሩጋዚ"@ti,
        "ኪርጊዝኛ"@tig,
        "lea fakakekisiteni"@to,
        "Kırgızca"@tr,
        "Кыргыз теле"@tt,
        "Киргиз кыл"@udm,
        "قىرغىز تىلى"@ug,
        "киргизька"@uk,
        "کرغیزی"@ur,
        "Tiếng Kyrgyz"@vi,
        "Kirgisiš"@wae,
        "Kyrgyz"@xh,
        "吉尔吉斯语"@zh,
        "Kirghiz"@zsm,
        "isi-Kirghiz"@zu .

<http://lexvo.org/id/iso639-3/mri> a lvont:Language,
        skos:Concept ;
    lvont:isFocusOf <http://id.loc.gov/vocabulary/iso639-2/mao>,
        <http://id.loc.gov/vocabulary/iso639-2/mri> ;
    lvont:iso6392BCode "mao"^^xsd:string ;
    lvont:iso6392TCode "mri"^^xsd:string ;
    lvont:iso639P1Code "mi"^^xsd:string ;
    lvont:iso639P3PCode "mri"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-2/mao>,
        <http://id.loc.gov/vocabulary/iso639-2/mri>,
        <http://www.glottolog.org/resource/languoid/id/maor1246> ;
    owl:sameAs <http://dbpedia.org/resource/M%C4%81ori_language>,
        <http://lexvo.org/id/iso639-1/mi>,
        <http://psi.oasis-open.org/iso/639/#mri>,
        <http://www.lingvoj.org/lang/mi>,
        <http://www.mpii.de/yago/resource/M%C4%81ori_language>,
        <info:lc/vocabulary/languages/mao> ;
    skos:altLabel "ማዖሪ ቋንቋ"@am,
        "لغة ماورية"@ar,
        "Maori dili"@az,
        "Маорски език"@bg,
        "Maorieg"@br,
        "Maori"@ca,
        "Maorština"@cs,
        "Maori"@da,
        "Maorische Sprache"@de,
        "Μαορί γλώσσα"@el,
        "Māori language"@en,
        "Maoria lingvo"@eo,
        "Idioma maorí"@es,
        "Maoori keel"@et,
        "Maoriera"@eu,
        "زبان مائوری"@fa,
        "Maorin kieli"@fi,
        "Maori de Nouvelle-Zélande"@fr,
        "Lingua maorí"@gl,
        "Maorski jezik"@hr,
        "Maori nyelv"@hu,
        "Bahasa Maori"@id,
        "Lingua māori"@it,
        "Маори тілі"@kk,
        "Maorimiutut"@kl,
        "Maorių kalba"@lt,
        "Maoru valoda"@lv,
        "Маорски јазик"@mk,
        "Maori"@nn,
        "Język maori"@pl,
        "Língua maori"@pt,
        "Limba maori"@ro,
        "Маори"@ru,
        "Maorijčina"@sk,
        "Маорски језик"@sr,
        "Maori"@sv,
        "மாவோரி மொழி"@ta,
        "Maori dili"@tr,
        "Маорі"@uk ;
    skos:definition "Māori or te reo Māori (pronounced ), commonly te reo (\"the language\"), is the language of the indigenous population of New Zealand, the Māori. It has the status of an official language in New Zealand. Linguists classify it within the Eastern Polynesian languages as being closely related to Cook Islands Māori, Tuamotuan and Tahitian; somewhat less closely to Hawaiian and Marquesan; and more distantly to the languages of Western Polynesia, including Samoan, Tokelauan, Niuean and Tongan. According to the Maori Language Commission, the number of fluent adult speakers fell to about 10,000 in 1995."@en ;
    skos:inScheme lexvo: ;
    skos:notation "mri"^^xsd:string ;
    skos:prefLabel "Maori"@af,
        "ማዮሪኛ"@am,
        "Māorisc sprǣc"@ang,
        "الماورية"@ar,
        "maorí"@ast,
        "maori dili"@az,
        "Маары, мова"@be,
        "Маары"@be-tarask,
        "маорски"@bg,
        "মাওরি"@bn,
        "maori"@br,
        "माओरी"@brx,
        "maorski"@bs,
        "маорски"@bs-Cyrl,
        "ማዮሪኛ"@byn,
        "maori"@ca,
        "毛利文"@cmn,
        "毛利文"@cmn-Hant,
        "maorština"@cs,
        "Maori"@cy,
        "maori"@da,
        "Maori"@de,
        "མ་ཨོ་རི་ཁ"@dz,
        "maorgbe"@ee,
        "Μάορι"@el,
        "Maori"@en,
        "𐐣𐐵𐑉𐐨"@en-Dsrt,
        "maoria"@eo,
        "maorí"@es,
        "maoori"@et,
        "maoriera"@eu,
        "مائوریایی"@fa,
        "maori"@fi,
        "Maori"@fil,
        "maoriskt"@fo,
        "maori"@fr,
        "maori"@fur,
        "Maorais"@ga,
        "Māori"@gd,
        "maorí"@gl,
        "Maori"@gsw,
        "Maori"@gsw-FR,
        "માઓરી"@gu,
        "Māori"@haw,
        "מאורית"@he,
        "मेओरी"@hi,
        "maorski"@hr,
        "maori"@hu,
        "Maori"@id,
        "maórí"@is,
        "maori"@it,
        "マオリ語"@ja,
        "მაორული ენა"@ka,
        "maori"@kea,
        "маори"@kk,
        "maorimiutut"@kl,
        "ម៉ោរី"@km,
        "ಮಾವೋರಿ"@kn,
        "माओरी"@knn,
        "마오리어"@ko,
        "ماوری"@ks,
        "Maahori"@ksh,
        "Tavas Māori"@kw,
        "Lingua Maoriana"@la,
        "Lengua maori"@lij,
        "ມາໂອລິ"@lo,
        "maorių"@lt,
        "maoru"@lv,
        "Reo Māori"@mi,
        "маорски"@mk,
        "മൗറി"@ml,
        "माओरी"@mr,
        "Bahasa Māori"@ms,
        "Maori"@mt,
        "Māori-gú"@nan,
        "maori"@nb,
        "माओरी"@ne,
        "Maori"@nl,
        "maori"@nn,
        "Maorisk"@no,
        "Maòri"@oc,
        "ମାଓରୀ"@or,
        "Маори"@os,
        "maoryjski"@pl,
        "Lenga Maori"@pms,
        "ماوری"@pnb,
        "maori"@pt,
        "Mawri simi"@qu,
        "maori"@rm,
        "maori"@ro,
        "маори"@ru,
        "maorigiella"@se,
        "මාවොරි"@si,
        "maorijčina"@sk,
        "maorščina"@sl,
        "Gagana Māoli"@sm,
        "Маорски"@sr,
        "Maorski"@sr-Latn,
        "maori"@sv,
        "Kimaori"@sw,
        "Kimaori"@swh,
        "மௌரி"@ta,
        "మయోరి"@te,
        "เมารี"@th,
        "ማዮሪኛ"@tig,
        "Wikang Māori"@tl,
        "lea fakamauli"@to,
        "Maori Dili"@tr,
        "маорі"@uk,
        "ماؤری"@ur,
        "Tiếng Maori"@vi,
        "Mawori"@wa,
        "Maori"@wae,
        "毛利语"@zh,
        "Maori"@zsm,
        "isi-Maori"@zu .

<http://lexvo.org/id/iso639-3/nds> a lvont:Language,
        skos:Concept ;
    lvont:isFocusOf <http://id.loc.gov/vocabulary/iso639-2/nds> ;
    lvont:iso6392BCode "nds"^^xsd:string ;
    lvont:iso6392TCode "nds"^^xsd:string ;
    lvont:iso639P3PCode "nds"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-2/nds>,
        <http://www.glottolog.org/resource/languoid/id/nort2627> ;
    owl:sameAs <http://dbpedia.org/resource/Low_German>,
        <http://dbpedia.org/resource/West_Low_German>,
        <http://lexvo.org/id/wordnet/30/noun/low_german_1_10_00>,
        <http://psi.oasis-open.org/iso/639/#nds>,
        <http://www.lingvoj.org/lang/nds>,
        <http://www.mpii.de/yago/resource/Low_German>,
        <http://www.mpii.de/yago/resource/West_Low_German>,
        <info:lc/vocabulary/languages/nds> ;
    skos:altLabel "Nedersaksies"@af,
        "Долногермански езици"@bg,
        "Долносаксонски езици"@bg,
        "Baix alemany"@ca,
        "Dolnoněmčina"@cs,
        "nedertysk"@da,
        "Niederdeutsche Sprache"@de,
        "Niedersächsisch"@de,
        "German, Low"@en,
        "Low German"@en,
        "Saxon, Low"@en,
        "West Low German"@en,
        "Bajo alemán"@es,
        "bajo alemán"@es,
        "Alamsaksa keel"@et,
        "آلمانی سفلای غربی"@fa,
        "زبان آلمانی پایین"@fa,
        "Alasaksa"@fi,
        "Bas allemand"@fr,
        "bas allemand"@fr,
        "bas-allemand"@fr,
        "Nedersaksysk"@fy,
        "סקסונית תחתית"@he,
        "Donjonjemački jezici"@hr,
        "Donjosaksonski jezik"@hr,
        "Alnémet nyelv"@hu,
        "lágþýska; lágsaxneska"@is,
        "Basso sassone"@it,
        "Lingua basso-tedesca"@it,
        "Долногермански јазик"@mk,
        "Западен долногермански јазик"@mk,
        "Nedersaksies"@nds,
        "Plattdüütsch"@nds,
        "Nederduits"@nl,
        "Nedersaksisch"@nl,
        "Plattysk"@nn,
        "Vestnedertysk"@no,
        "Język dolnoniemiecki"@pl,
        "Język dolnosaksoński"@pl,
        "Baixo-alemão"@pt,
        "baixo alemão"@pt,
        "baixo-alemão"@pt,
        "Germana de jos"@ro,
        "Нижненемецкий язык"@ru,
        "Нижнесаксонские диалекты"@ru,
        "Dolná nemčina"@sk,
        "Nizka nemščina"@sl,
        "Нисконемачки језик"@sr,
        "Lågtyska"@sv,
        "நேதர்துவித்து மொழி"@ta,
        "Нижньонімецька мова"@uk,
        "Nedersaksisch"@vls,
        "西低地德语"@zh ;
    skos:definition "Low German or Low Saxon (Plattdüütsch, Nedderdüütsch; Standard German: Plattdeutsch or Niederdeutsch; Dutch: Nedersaksisch in the wider sense. See Nomenclature below.) is an Ingvaeonic West Germanic language spoken mainly in northern Germany and the eastern part of the Netherlands. It descended from Old Saxon, its earliest form."@en,
        "West Low German, also known as Low Saxon (, ), is a group of Low German dialects spoken in the northwest of Germany and adjacent territories. Together with East Low German it forms the Low German dialect group (German: Niederdeutsch or Plattdeutsch)."@en ;
    skos:inScheme lexvo: ;
    skos:notation "nds"^^xsd:string ;
    skos:prefLabel "Nederduits"@af,
        "ዝቅተኛ ሳክስኛ"@am,
        "الألمانية السفلى"@ar,
        "aşağı almanca"@az,
        "долносаксонски"@bg,
        "নিম্ন জার্মানি"@bn,
        "Yezhoù alamanek izel"@br,
        "नीजी स्तरिय जर्मन"@brx,
        "niski nemački"@bs,
        "ниски немачки"@bs-Cyrl,
        "baix alemany"@ca,
        "低地德文"@cmn,
        "低地德文"@cmn-Hant,
        "dolnoněmčina"@cs,
        "Isel Almaeneg"@cy,
        "Plattysk"@da,
        "Niederdeutsch"@de,
        "Almankiyo Cêrên"@diq,
        "Κάτω Γερμανικά"@el,
        "Low Saxon"@en,
        "𐐢𐐬 𐐖𐐯𐑉𐑋𐐲𐑌"@en-Dsrt,
        "Platgermana lingvo"@eo,
        "Bajo sajón"@es,
        "alamsaksa"@et,
        "Behe-aleman"@eu,
        "آلمانی سفلی"@fa,
        "alasaksa"@fi,
        "Bas saxon"@fr,
        "Plaatsjiisk"@frr,
        "bas todesc"@fur,
        "Nederdútsk"@fy,
        "An Ghearmáinis Íochtarach"@ga,
        "Lingua baixo saxoa"@gl,
        "Nidertüütsch"@gsw,
        "Niederdeutsche Sprache"@gsw-FR,
        "લો જર્મન"@gu,
        "גרמנית תחתית"@he,
        "निचला जर्मन"@hi,
        "donjonjemački"@hr,
        "alsónémet"@hu,
        "Ստորին գերմաներեն"@hy,
        "Jerman Rendah"@id,
        "Lágþýska"@is,
        "basso tedesco"@it,
        "低地ドイツ語"@ja,
        "ಲೋ ಜರ್ಮನ್"@kn,
        "저지 독일어"@ko,
        "بوٚنِم جٔرمَن"@ks,
        "Is-Almaynek"@kw,
        "Lingua Saxonica"@la,
        "Nedersaksisch"@li,
        "Lengua tedesca bassa"@lij,
        "ເຢຍລະມັນຕ່ຳ ແຊກຊອນຕໍ່ຳ"@lo,
        "Žemutinės Vokietijos"@lt,
        "lejasvācu"@lv,
        "Ала Саксонь кяль"@mdf,
        "долногермански"@mk,
        "ലോ ജർമൻ"@ml,
        "लो जर्मन"@mr,
        "Ġermaniż Komuni; Sassonu Komuni"@mt,
        "အနိမ့် ဂျာမန်"@my,
        "lavtysk"@nb,
        "Platduuts"@nds,
        "Laagduits"@nl,
        "lågtysk"@nn,
        "Nedertysk"@no,
        "Bas-saxon"@oc,
        "ଲୋ ଜର୍ମାନ୍"@or,
        "Blattdeitsch"@pdc,
        "dolnosaksoński"@pl,
        "Lenga bass sasson-a"@pms,
        "Baixo saxão"@pt,
        "Ura sahun simi"@qu,
        "bass tudestg"@rm,
        "germana de jos"@ro,
        "нижнегерманский"@ru,
        "Nether-Saxon"@sco,
        "Vuollesaksigiella"@se,
        "Donjonjemački jezik"@sh,
        "dolná nemčina"@sk,
        "nizka nemščina"@sl,
        "Ниски немачки"@sr,
        "Niski nemački"@sr-Latn,
        "Läichdüütsk"@stq,
        "lågtyska"@sv,
        "லோ ஜெர்மன்"@ta,
        "లో జర్మన్"@te,
        "เยอรมันต่ำ - แซกซอนต่ำ"@th,
        "Aşağı Almanca"@tr,
        "شىمالىي گېرمانىيە دىئالېكتى"@ug,
        "нижньонімецька"@uk,
        "Lengua todesca bassa"@vec,
        "Tiếng Hạ Giéc-man"@vi,
        "Nederduuts"@vls,
        "低地德语"@zh .

<http://lexvo.org/id/iso639-3/nya> a lvont:Language,
        skos:Concept ;
    lvont:isFocusOf <http://id.loc.gov/vocabulary/iso639-2/nya> ;
    lvont:iso6392BCode "nya"^^xsd:string ;
    lvont:iso6392TCode "nya"^^xsd:string ;
    lvont:iso639P1Code "ny"^^xsd:string ;
    lvont:iso639P3PCode "nya"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-2/nya>,
        <http://www.glottolog.org/resource/languoid/id/nyan1308> ;
    owl:sameAs <http://dbpedia.org/resource/Chewa_language>,
        <http://lexvo.org/id/iso639-1/ny>,
        <http://lexvo.org/id/wordnet/30/noun/chichewa_1_10_00>,
        <http://psi.oasis-open.org/iso/639/#nya>,
        <http://www.lingvoj.org/lang/ny>,
        <http://www.mpii.de/yago/resource/Chewa_language>,
        <info:lc/vocabulary/languages/nya> ;
    skos:altLabel "لغة الشيشيوا"@ar,
        "nyanca dili"@az,
        "чинянджа"@bg,
        "চিচেওয়া ভাষা"@bn,
        "Tchitcheweg"@br,
        "Chichewa"@cy,
        "Nyanja"@da,
        "Nyanja-Sprache"@de,
        "Chewa language"@en,
        "Chichewa"@en,
        "Nyanja"@en,
        "Idioma chichewa"@es,
        "Txewera"@eu,
        "Njandžan kieli"@fi,
        "Chichewa"@fr,
        "chichewa"@fr,
        "Lingua chichewa"@gl,
        "Bahasa Chichewa"@id,
        "njanja; sísjeva; sjeva"@is,
        "Lingua chichewa"@it,
        "ニャンジャ語"@ja,
        "니안자어; 치츄어; 츄어"@ko,
        "Čevų kalba"@lt,
        "Chinyanja"@nn,
        "Język cziczewa"@pl,
        "Língua nianja"@pt,
        "Ньянджа"@ru,
        "Čeva"@sk,
        "Нијанџа"@sr,
        "Chichewa"@sv,
        "நியாஞ்ச மொழி"@ta,
        "Chewa dili"@tr,
        "Ньянджа"@uk ;
    skos:definition "Chewa, also known as Nyanja, is a language of the Bantu language family. The gender prefix chi- is used for languages, so the language is also known as Chichewa and Chinyanja."@en ;
    skos:inScheme lexvo: ;
    skos:notation "nya"^^xsd:string ;
    skos:prefLabel "Nyanja"@af,
        "ንያንጃ"@am,
        "النيانجا"@ar,
        "Nıyanca"@az,
        "Ниянджа"@bg,
        "নায়াঞ্জা"@bn,
        "nyanja"@br,
        "न्यानजा"@brx,
        "njanja"@bs,
        "њања"@bs-Cyrl,
        "nyanja"@ca,
        "尼扬扎文"@cmn,
        "尼揚賈文"@cmn-Hant,
        "ňandžština"@cs,
        "Nianja"@cy,
        "nyanja"@da,
        "Chichewa"@de,
        "nyanjagbe"@ee,
        "Νιάντζα"@el,
        "Chewa"@en,
        "Njanĝa lingvo"@eo,
        "nyanja"@es,
        "njandža"@et,
        "nyanja"@eu,
        "نیانجایی"@fa,
        "njandža"@fi,
        "Nyanja"@fil,
        "nyanja"@fo,
        "nyanja"@fr,
        "chewa"@gl,
        "Chewa-Schpraach"@gsw,
        "ન્યાન્જા"@gu,
        "ניאנג'ה"@he,
        "न्यानजा"@hi,
        "nyanja"@hr,
        "nyanja"@hu,
        "Nyanja"@id,
        "Chichewa"@is,
        "nyanja"@it,
        "チェワ語"@ja,
        "Чевабзэ"@kbd,
        "ньянджа"@kk,
        "ನ್ಯಾಂಜಾ"@kn,
        "치체와어"@ko,
        "نِیَنجا"@ks,
        "Schi-Schewa"@ksh,
        "ນານຈາ"@lo,
        "nianja"@lt,
        "čičeva"@lv,
        "њања"@mk,
        "ന്യൻജ"@ml,
        "न्यान्जा"@mr,
        "Bahasa Chichewa"@ms,
        "Ċiċewa; Njanġa"@mt,
        "nyanja"@nb,
        "Nyanja"@nl,
        "nyanja"@nn,
        "Chichewa"@no,
        "Chewum"@nov,
        "Sechichewa"@nso,
        "Chilankhulo cha Chichewa"@ny,
        "ନିୟାଞ୍ଜ"@or,
        "njandża"@pl,
        "Lenga Nyanja"@pms,
        "nianja"@pt,
        "Chichewa simi"@qu,
        "nyanja"@rm,
        "nyanja"@ro,
        "ньянджа"@ru,
        "Igicewa"@rw,
        "čewa"@sk,
        "njanščina"@sl,
        "Њања"@sr,
        "Njanja"@sr-Latn,
        "nyanja"@sv,
        "Kinyanja"@sw,
        "Kinyanja"@swh,
        "நயன்ஜா"@ta,
        "న్యాన్జా"@te,
        "เนียนจา"@th,
        "lea sua"@to,
        "Nyanja"@tr,
        "ньянджа"@uk,
        "نیانجا"@ur,
        "Chewa"@vec,
        "Tiếng Nyanja"@vi,
        "Nyanja"@wae,
        "齐切瓦语"@zh,
        "Nyanja"@zsm,
        "isi-Nyanja"@zu .

<http://lexvo.org/id/iso639-3/oci> a lvont:Language,
        skos:Concept ;
    lvont:isFocusOf <http://id.loc.gov/vocabulary/iso639-2/oci> ;
    lvont:iso6392BCode "oci"^^xsd:string ;
    lvont:iso6392TCode "oci"^^xsd:string ;
    lvont:iso639P1Code "oc"^^xsd:string ;
    lvont:iso639P3PCode "oci"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-2/oci> ;
    owl:sameAs <http://dbpedia.org/resource/Occitan_language>,
        <http://lexvo.org/id/iso639-1/oc>,
        <http://lexvo.org/id/wordnet/30/noun/langue_d%27oc_1_10_00>,
        <http://psi.oasis-open.org/iso/639/#oci>,
        <http://www.lingvoj.org/lang/oc>,
        <http://www.mpii.de/yago/resource/Occitan_language>,
        <info:lc/vocabulary/languages/lan>,
        <info:lc/vocabulary/languages/oci> ;
    skos:altLabel "لغة قسطانية"@ar,
        "Oksitan dili"@az,
        "Аксітанская мова"@be,
        "Окситански език"@bg,
        "অক্সিতঁ ভাষা"@bn,
        "Okitaneg"@br,
        "Oksitanski jezik"@bs,
        "Occità"@ca,
        "Okcitánština"@cs,
        "Occitansk"@da,
        "Okzitanische Sprache"@de,
        "Οξιτανική γλώσσα"@el,
        "Occitan (post 1500)"@en,
        "Occitan language"@en,
        "Okcitana lingvo"@eo,
        "Idioma occitano"@es,
        "Oksitaani keel"@et,
        "زبان اکسیتان"@fa,
        "Oksitaani"@fi,
        "Occitan"@fr,
        "occitan (après 1500)"@fr,
        "Ocseadanais"@gd,
        "Lingua occitana"@gl,
        "Okcitanski jezik"@hr,
        "Okcitán nyelv"@hu,
        "Lingua occitan"@ia,
        "Bahasa Oksitan"@id,
        "oksítaníska"@is,
        "Lingua occitana"@it,
        "Oksitanų kalba"@lt,
        "Oksitāņu valoda"@lv,
        "Окситански јазик"@mk,
        "ऑक्सितान भाषा"@mr,
        "Lingwa Oċċitanija"@mt,
        "Occitaans; Provençaals"@nl,
        "Oksitansk språk"@nn,
        "Afaan Occitan"@om,
        "Język oksytański"@pl,
        "Língua occitana"@pt,
        "occitânico"@pt,
        "Lingua occitana"@rm,
        "Limba occitană"@ro,
        "Окситанский язык"@ru,
        "Oksitánagiella"@se,
        "Okcitánčina"@sk,
        "Okcitanščina"@sl,
        "Gjuha oksitaneze"@sq,
        "Окситански језик"@sr,
        "Occitanska"@sv,
        "ஒக்கிடன்"@ta,
        "ภาษาอ็อกซิตัน"@th,
        "Oksitanca"@tr,
        "Окситанська мова"@uk,
        "Isi-Osithani"@zu ;
    skos:definition "Occitan (, or ), known also as Lenga dòc (; ), is a Romance language spoken in southern France, Italys Occitan Valleys, Monaco, and Spains Val dAran: the regions sometimes known unofficially as Occitania. It is also spoken in the linguistic enclave of Guardia Piemontese (Calabria, Italy). It is an official language in Catalonia, Spain (known as Aranese in Val dAran). Occitans closest relative is Catalan. Since September 2010, the Parliament of Catalonia has considered Aranese Occitan to be the officially preferred language for use in the Val d'Aran. The term Provençal (Occitan: provençal, provençau or prouvençau, ) may be used as a traditional synonym for Occitan but, nowadays, “Provençal” is mainly understood as an Occitan dialect spoken in Provence."@en ;
    skos:inScheme lexvo: ;
    skos:notation "oci"^^xsd:string ;
    skos:prefLabel "Bahsa Usitanyo"@ace,
        "Oksitaans"@af,
        "Occitan"@ak,
        "ኦኪታንኛ"@am,
        "Idioma occitán"@an,
        "الأوكيتانية"@ar,
        "Occitanu"@ast,
        "oksitanca"@az,
        "Окситан теле"@ba,
        "правансальская"@be,
        "Аксытанская мова"@be-tarask,
        "окситански"@bg,
        "অক্সিটান"@bn,
        "okitaneg"@br,
        "ओक्सीतान"@brx,
        "provansalski"@bs,
        "провансалски"@bs-Cyrl,
        "ኦኪታንኛ"@byn,
        "occità"@ca,
        "Oksitanhoyn mott"@ce,
        "Inutsitan"@ceb,
        "奥克西唐文"@cmn,
        "奧克西坦文"@cmn-Hant,
        "Lingua occitanica"@co,
        "Oksitan tili"@crh,
        "okcitánština"@cs,
        "Окситан чĕлхи"@cv,
        "Ocsitaneg"@cy,
        "occitansk"@da,
        "Okzitanisch"@de,
        "Okcitanšćina"@dsb,
        "Οκσιτανικά"@el,
        "Occitan"@en,
        "okcitana"@eo,
        "occitano"@es,
        "provansi"@et,
        "Okzitaniera"@eu,
        "Luenga ocitana"@ext,
        "اوکیتایی"@fa,
        "oksitaani"@fi,
        "Occitan"@fil,
        "occitan"@fo,
        "occitan"@fr,
        "Occitan"@frp,
        "ocitan"@fur,
        "Ocatáinis"@ga,
        "Ogsatanais"@gd,
        "Occitano"@gl,
        "Occitáno ñe'ẽ"@gn,
        "Okzitanisch"@gsw,
        "Okzitanische Sprache"@gsw-FR,
        "ઓક્સિટન"@gu,
        "Ocsitaanish"@gv,
        "Ositanci"@ha,
        "אוקסיטנית"@he,
        "ओसीटान"@hi,
        "okcitanski"@hr,
        "Okcitanšćina"@hsb,
        "okszitán"@hu,
        "Ակվիտաներեն"@hy,
        "occitano"@ia,
        "Ositania"@id,
        "Ocitaniana linguo"@io,
        "Oksítanska"@is,
        "occitano"@it,
        "オック語"@ja,
        "ოციტანური"@ka,
        "Tuksitant"@kab,
        "Kiunsita"@kg,
        "окситан"@kk,
        "អូសីតាន់"@km,
        "ಒಸಿಟನ್"@kn,
        "ओसिटान्"@knn,
        "오크어"@ko,
        "اوکسیٖٹَن"@ks,
        "Zimanê oksîtanî"@ku,
        "Окситан кыв"@kv,
        "Oksitanek"@kw,
        "Lingua Occitanica"@la,
        "Occitaans"@li,
        "Ucitan"@lmo,
        "Liosita"@ln,
        "ອັອກຊີຕານ"@lo,
        "očitarų"@lt,
        "Uoksėtanu kalba"@lt-x,
        "oksitāņu"@lv,
        "Fiteny ôksitana"@mg,
        "Окситан йылме"@mhr,
        "окситански"@mk,
        "ഒക്സിററൻ"@ml,
        "ऑक्सितान"@mr,
        "Bahasa Occitan"@ms,
        "Oċċitan"@mt,
        "Dorerin Occitan"@na,
        "Occitan-gí"@nan,
        "oksitansk"@nb,
        "Okzitaansche Spraak"@nds,
        "अक्सिटन"@ne,
        "Occitaans"@nl,
        "oksitansk"@nn,
        "Oksitansk"@no,
        "Occitan"@oc,
        "Afaan Occit"@om,
        "ଓସିଟାନ୍"@or,
        "Окситайнаг æвзаг"@os,
        "Occitan"@pih,
        "prowansalski"@pl,
        "Lenga ossitan-a"@pms,
        "اوکیٹان"@pnb,
        "اوکسيټاني"@ps,
        "provençal"@pt,
        "Uqsitan simi"@qu,
        "occitan"@rm,
        "occitană"@ro,
        "окситанский"@ru,
        "Inyogusitani"@rw,
        "Limba otzitana"@sc,
        "Lingua occitana"@scn,
        "Occitan leid"@sco,
        "oksitánagiella"@se,
        "Oksitanski jezik"@sh,
        "okcitánčina"@sk,
        "okcitanščina"@sl,
        "Okitaan"@so,
        "Oksitanisht"@sq,
        "Провансалски"@sr,
        "Provansalski"@sr-Latn,
        "Se-occitan"@st,
        "Oksitanisk"@stq,
        "Basa Occitan"@su,
        "occitanska"@sv,
        "Kioksitania"@sw,
        "Kiokitani"@swh,
        "ஆக்சிதம்"@ta,
        "ఆక్సిటన్"@te,
        "Lia-oksitanu"@tet,
        "อ็อกซิตัน"@th,
        "ኦኪታንኛ"@ti,
        "ኦኪታንኛ"@tig,
        "Occitan"@tn,
        "Occitan"@tr,
        "Провансаль теле"@tt,
        "Reo Otitānia"@ty,
        "окитан"@uk,
        "آکسیٹان"@ur,
        "Łéngua ocitana"@vec,
        "Tiếng Occitan"@vi,
        "Occitaans"@vls,
        "Loxitänapük"@vo,
        "Occitan"@wa,
        "奥克语"@wuu,
        "Iso-Occitan"@xh,
        "Èdè Occitani"@yo,
        "奥克语"@zh,
        "Occitania"@zsm,
        "IsiOsithani"@zu .

<http://lexvo.org/id/iso639-3/sag> a lvont:Language,
        skos:Concept ;
    lvont:isFocusOf <http://id.loc.gov/vocabulary/iso639-2/sag> ;
    lvont:iso6392BCode "sag"^^xsd:string ;
    lvont:iso6392TCode "sag"^^xsd:string ;
    lvont:iso639P1Code "sg"^^xsd:string ;
    lvont:iso639P3PCode "sag"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-2/sag>,
        <http://www.glottolog.org/resource/languoid/id/sang1328> ;
    owl:sameAs <http://dbpedia.org/resource/Sango_language>,
        <http://lexvo.org/id/iso639-1/sg>,
        <http://lexvo.org/id/wordnet/30/noun/sango_1_10_00>,
        <http://psi.oasis-open.org/iso/639/#sag>,
        <http://www.lingvoj.org/lang/sg>,
        <http://www.mpii.de/yago/resource/Sango_language>,
        <info:lc/vocabulary/languages/sag> ;
    skos:altLabel "Санго"@bg,
        "Sangoeg"@br,
        "Sango language"@en,
        "Sangoa lingvo"@eo,
        "Idioma sango"@es,
        "sangoera"@eu,
        "Sango"@fi,
        "Sango"@fr,
        "sangho"@fr,
        "Bahasa Sango"@id,
        "Lingua sango"@it,
        "상고어"@ko,
        "Sangų kalba"@lt,
        "Język sango"@pl,
        "Língua sango"@pt,
        "Санго"@ru,
        "சாங்கோ மொழி"@ta,
        "Sangho"@tr,
        "Санго"@uk ;
    skos:definition "Sango (also spelled Sangho) is the primary language spoken in the Central African Republic: it has approximately 1,600,000 second-language speakers, but only about 404,000 native speakers, mainly in the towns."@en ;
    skos:inScheme lexvo: ;
    skos:notation "sag"^^xsd:string ;
    skos:prefLabel "Sango"@af,
        "ሳንጎኛ"@am,
        "السانجو"@ar,
        "sanqo dili"@az,
        "санго"@bg,
        "সাঙ্গো"@bn,
        "sango"@br,
        "सांग्रो"@brx,
        "sango"@bs,
        "санго"@bs-Cyrl,
        "ሳንጎኛ"@byn,
        "sango"@ca,
        "Sangohoyn mott"@ce,
        "桑戈文"@cmn,
        "桑戈文"@cmn-Hant,
        "sangština"@cs,
        "Sango"@cy,
        "sango"@da,
        "Sango"@de,
        "sangogbe"@ee,
        "Σάνγκο"@el,
        "Sango"@en,
        "sangoa"@eo,
        "sango"@es,
        "sango"@et,
        "Sango"@eu,
        "سانگویی"@fa,
        "sango"@fi,
        "Sango"@fil,
        "sango"@fo,
        "sango"@fr,
        "sango"@fur,
        "sango"@gl,
        "Sango"@gsw,
        "સાંગો"@gu,
        "סנגו"@he,
        "सांगो"@hi,
        "sango"@hr,
        "szangó"@hu,
        "Sango"@id,
        "sangó"@is,
        "sango"@it,
        "サンゴ語"@ja,
        "санго"@kk,
        "ಸಾಂಗೋ"@kn,
        "सांग्रो"@knn,
        "산고어"@ko,
        "سَنگو"@ks,
        "Sangjo"@ksh,
        "Lengua sango"@lij,
        "ແຊງໂກ"@lo,
        "sango"@lt,
        "sango"@lv,
        "санго"@mk,
        "സാങ്കോ"@ml,
        "सांगो"@mr,
        "Sango"@mt,
        "sango"@nb,
        "Sango"@nl,
        "sango"@nn,
        "Sango"@no,
        "Sango"@nso,
        "ସାଙ୍ଗୋ"@or,
        "sango"@pl,
        "Lenga sango"@pms,
        "sango"@pt,
        "sango"@rm,
        "sango"@ro,
        "санго"@ru,
        "Sängö"@sg,
        "sango"@sk,
        "sango"@sl,
        "Санго"@sr,
        "Sango"@sr-Latn,
        "sango"@sv,
        "Kisango"@swh,
        "சாங்கோ"@ta,
        "సాంగో"@te,
        "แซงโก"@th,
        "ሳንጎኛ"@tig,
        "lea sango"@to,
        "Sango"@tr,
        "санго"@uk,
        "سانگو"@ur,
        "Tiếng Sango"@vi,
        "Sango"@wae,
        "桑戈语"@zh,
        "Sango"@zsm,
        "isi-Sango"@zu .

<http://lexvo.org/id/iso639-3/sin> a lvont:Language,
        skos:Concept ;
    lvont:isFocusOf <http://id.loc.gov/vocabulary/iso639-2/sin> ;
    lvont:iso6392BCode "sin"^^xsd:string ;
    lvont:iso6392TCode "sin"^^xsd:string ;
    lvont:iso639P1Code "si"^^xsd:string ;
    lvont:iso639P3PCode "sin"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-2/sin>,
        <http://www.glottolog.org/resource/languoid/id/sinh1246> ;
    owl:sameAs <http://dbpedia.org/resource/Sinhala_language>,
        <http://lexvo.org/id/iso639-1/si>,
        <http://psi.oasis-open.org/iso/639/#sin>,
        <http://www.lingvoj.org/lang/si>,
        <http://www.mpii.de/yago/resource/Sinhala_language>,
        <info:lc/vocabulary/languages/sin>,
        <info:lc/vocabulary/languages/snh> ;
    skos:altLabel "لغة سنهالية"@ar,
        "Сінгальская мова"@be,
        "Синхалски език"@bg,
        "সিংহলি ভাষা"@bn,
        "singhaleg"@br,
        "Singalès"@ca,
        "Sinhálština"@cs,
        "Singalesisk"@da,
        "Singhalesische Sprache"@de,
        "Sinhala language"@en,
        "Sinhalese"@en,
        "Sinhala lingvo"@eo,
        "Idioma cingalés"@es,
        "Sinhala"@eu,
        "زبان سینهالی"@fa,
        "Sinhali"@fi,
        "cinghalais"@fr,
        "singhalais"@fr,
        "सिंहली भाषा"@hi,
        "Bahasa Sinhala"@id,
        "Lingua singalese"@it,
        "스리랑카어"@ko,
        "Sinhalų kalba"@lt,
        "सिंहला भाषा"@mr,
        "Język syngaleski"@pl,
        "Língua cingalesa"@pt,
        "Limba singaleză"@ro,
        "Сингальский язык"@ru,
        "සිංහල භාෂාව"@si,
        "Singalščina"@sl,
        "Singalesiska"@sv,
        "ภาษาสิงหล"@th,
        "Сингальська мова"@uk ;
    skos:definition "Sinhala (සිංහල, ISO 15919: , pronounced , sometimes referred by alternative spelling Singhalese), also known as Helabasa, is the mother tongue of the Sinhalese people, who make up the largest ethnic group in Sri Lanka, numbering about 15 million. Sinhala is also spoken by other ethnic groups in Sri Lanka, totalling about 3 million. It belongs to the Indo-Aryan branch of the Indo-European languages. Sinhala is the official and national language of Sri Lanka."@en ;
    skos:inScheme lexvo: ;
    skos:notation "sin"^^xsd:string ;
    skos:prefLabel "Sinhala"@af,
        "ሲንሃልኛ"@am,
        "السنهالية"@ar,
        "سنهالى"@arz,
        "cingalés"@ast,
        "sinhaliscə"@az,
        "сінгальская"@be,
        "синхалски"@bg,
        "সিংহলী"@bn,
        "ཞི་ལན་སྐད།"@bo,
        "Sinhaleg"@br,
        "सींहाला"@brx,
        "singaleski"@bs,
        "сингалески"@bs-Cyrl,
        "ስንሃልኛ"@byn,
        "singalès"@ca,
        "僧伽罗文"@cmn,
        "僧伽羅文"@cmn-Hant,
        "sinhálština"@cs,
        "Sinhaleg"@cy,
        "singalesisk"@da,
        "Singhalesisch"@de,
        "སིང་ཧ་ལ་ཁ"@dz,
        "sinhalgbe"@ee,
        "Σινχαλεζικά"@el,
        "Sinhala"@en,
        "sinhala"@eo,
        "cingalés"@es,
        "singali"@et,
        "sinhala"@eu,
        "سینهالی"@fa,
        "sinhala"@fi,
        "Sinhala"@fil,
        "sinhalesiskt"@fo,
        "Cingalais"@fr,
        "sinalês"@fur,
        "Siolóinis"@ga,
        "Sinhala"@gd,
        "cingalés"@gl,
        "Singhalesisch"@gsw,
        "સિંહલી"@gu,
        "Sinhalanci"@ha,
        "סינהלה"@he,
        "शिंघालीस्"@hi,
        "Sinhalese bhasa"@hif,
        "sinhaleški"@hr,
        "szingaléz"@hu,
        "Սինհալերեն"@hy,
        "sinhalese"@ia,
        "Sinhala"@id,
        "sinhala"@is,
        "singalese"@it,
        "シンハラ語"@ja,
        "სინჰალური"@ka,
        "singales"@kea,
        "сингал"@kk,
        "ស្រីលង្កា"@km,
        "ಸಿಂಹಳ"@kn,
        "सिन्हलीस्"@knn,
        "싱할라어"@ko,
        "سِنہالا"@ks,
        "Singjaleesesch"@ksh,
        "сингалача"@ky,
        "Lingua Singhalensis"@la,
        "Lengua singaleise"@lij,
        "ສິງຫານ"@lo,
        "sinhalų"@lt,
        "singāļu"@lv,
        "Fiteny singalesa"@mg,
        "синхалиски"@mk,
        "സിംഹള"@ml,
        "सिंहली"@mr,
        "Sinħaliż"@mt,
        "ဆင်ဟာလ"@my,
        "singalesisk"@nb,
        "Singalees"@nds,
        "सिन्हाल"@ne,
        "Singalees"@nl,
        "singalesisk"@nn,
        "Singalesisk"@no,
        "Singalés"@oc,
        "Afaan Sinhalese"@om,
        "ସିଂହଳ"@or,
        "syngaleski"@pl,
        "Lenga sinhalèisa"@pms,
        "سنہالا بولی"@pnb,
        "سينهالي"@ps,
        "cingalês"@pt,
        "Sinhala simi"@qu,
        "singalais"@rm,
        "singaleză"@ro,
        "сингальский"@ru,
        "Inyesimpaleze"@rw,
        "සිංහල"@si,
        "sinhalčina"@sk,
        "singalščina"@sl,
        "Sinhaleys"@so,
        "Sinhalezisht"@sq,
        "Сингалески"@sr,
        "Singaleski"@sr-Latn,
        "Se-sinhali"@st,
        "singalesiska"@sv,
        "Kisinhala"@swh,
        "சிங்களம்"@ta,
        "సింహాల"@te,
        "สิงหล"@th,
        "ስንሃልኛ"@ti,
        "ስንሃልኛ"@tig,
        "lea fakaselengika"@to,
        "Seylanca"@tr,
        "سىنگال تىلى"@ug,
        "сингальська"@uk,
        "سنہالا"@ur,
        "Tiếng Sinhala"@vi,
        "Singalesiš"@wae,
        "Isi-Sinhalese"@xh,
        "Èdè Sinhalese"@yo,
        "僧伽罗语"@zh,
        "Sinhala"@zsm,
        "i-Sinhala"@zu .

<http://lexvo.org/id/iso639-3/slv> a lvont:Language,
        skos:Concept ;
    lvont:isFocusOf <http://id.loc.gov/vocabulary/iso639-2/slv> ;
    lvont:iso6392BCode "slv"^^xsd:string ;
    lvont:iso6392TCode "slv"^^xsd:string ;
    lvont:iso639P1Code "sl"^^xsd:string ;
    lvont:iso639P3PCode "slv"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-2/slv>,
        <http://www.glottolog.org/resource/languoid/id/slov1268> ;
    owl:sameAs <http://dbpedia.org/resource/Slovene_language>,
        <http://lexvo.org/id/iso639-1/sl>,
        <http://lexvo.org/id/wordnet/30/noun/slovene_1_10_00>,
        <http://psi.oasis-open.org/iso/639/#slv>,
        <http://www.lingvoj.org/lang/sl>,
        <http://www.mpii.de/yago/resource/Slovene_language>,
        <info:lc/vocabulary/languages/slv> ;
    skos:altLabel "لغة سلوفينية"@ar,
        "Eslovenu"@ast,
        "Sloven dili"@az,
        "Славенская мова"@be,
        "Словенски език"@bg,
        "স্লোভেনীয় ভাষা"@bn,
        "Sloveneg"@br,
        "Slovenski jezik"@bs,
        "Eslovè"@ca,
        "Slovinština"@cs,
        "Slovensk"@da,
        "Slowenische Sprache"@de,
        "Σλοβενική γλώσσα"@el,
        "Slovene language"@en,
        "Slovena lingvo"@eo,
        "Idioma esloveno"@es,
        "Sloveeni keel"@et,
        "Esloveniera"@eu,
        "زبان اسلونیایی"@fa,
        "Sloveeni"@fi,
        "Slovène"@fr,
        "Lenghe slovene"@fur,
        "An tSlóivéinis"@ga,
        "Lingua eslovena"@gl,
        "स्लोवेनियन भाषा"@hi,
        "Slovenski jezik"@hr,
        "Szlovén nyelv"@hu,
        "Lingua sloven"@ia,
        "Bahasa Slovenia"@id,
        "Slóvenska"@is,
        "Lingua slovena"@it,
        "სლოვენური ენა"@ka,
        "Slovėnų kalba"@lt,
        "Slovēņu valoda"@lv,
        "Словенечки јазик"@mk,
        "स्लोव्हेन भाषा"@mr,
        "Lingwa Slovena"@mt,
        "Język słoweński"@pl,
        "Língua eslovena"@pt,
        "Limba slovenă"@ro,
        "Словенский язык"@ru,
        "Slovenagiella"@se,
        "Slovinčina"@sk,
        "Slovenščina"@sl,
        "Gjuha sllovene"@sq,
        "Словеначки језик"@sr,
        "Slovenska"@sv,
        "சுலோவேனிய மொழி"@ta,
        "Словенська мова"@uk,
        "Tiếng Xlô-ven"@vi ;
    skos:definition "Slovene or Slovenian (slovenski jezik or slovenščina, not to be confused with slovenčina, the native name of Slovak) is a South Slavic language spoken by approximately 2.5 million speakers worldwide, the majority of whom live in Slovenia. It is the first language of about 1.85 million people and is one of the 23 official and working languages of the European Union."@en ;
    skos:inScheme lexvo: ;
    skos:notation "slv"^^xsd:string ;
    skos:prefLabel "Sloweens"@af,
        "ስሎቪኛ"@am,
        "Idioma esloveno"@an,
        "السلوفانية"@ar,
        "eslovenu"@ast,
        "slovencə"@az,
        "Slowenische Sproch"@bar,
        "славенская"@be,
        "Славенская мова"@be-tarask,
        "словенски"@bg,
        "স্লোভেনীয়"@bn,
        "sloveneg"@br,
        "स्लोवेनियन्"@brx,
        "slovenački"@bs,
        "словеначки"@bs-Cyrl,
        "ስሎቪኛ"@byn,
        "eslovè"@ca,
        "斯洛文尼亚文"@cmn,
        "斯洛維尼亞文"@cmn-Hant,
        "Lingua sluvena"@co,
        "slovinština"@cs,
        "Їллѷрїискословѣньскъ ѩꙁꙑкъ"@cu,
        "Slofeneg"@cy,
        "slovensk"@da,
        "Slowenisch"@de,
        "Słowjeńska rěc"@dsb,
        "སུ་ལོ་བི་ནི་ཡཱན་ཁ"@dz,
        "sloveniagbe"@ee,
        "Σλοβενικά"@el,
        "Slovenian"@en,
        "slovena"@eo,
        "esloveno"@es,
        "sloveeni"@et,
        "esloveniera"@eu,
        "اسلووینیایی"@fa,
        "sloveeni"@fi,
        "Slovenian"@fil,
        "slovenskt"@fo,
        "slovène"@fr,
        "Slovèno"@frp,
        "sloven"@fur,
        "Sloveensk"@fy,
        "Slóivéinis"@ga,
        "Slòbhainis"@gd,
        "esloveno"@gl,
        "Slowenisch"@gsw,
        "સ્લોવેનિયન"@gu,
        "Sloveanish"@gv,
        "Basulabe"@ha,
        "סלובנית"@he,
        "स्लोवेनियन्"@hi,
        "slovenski"@hr,
        "Słowjenšćina"@hsb,
        "szlovén"@hu,
        "Սլովեներեն"@hy,
        "sloveno"@ia,
        "Sloven"@id,
        "Sloveniana linguo"@io,
        "slóvenska"@is,
        "sloveno"@it,
        "スロベニア語"@ja,
        "სლოვენური"@ka,
        "sloveniu"@kea,
        "словен"@kk,
        "ស្លូវ៉ានី"@km,
        "ಸ್ಲೋವೇನಿಯನ್"@kn,
        "स्लोवेनियन्"@knn,
        "슬로베니아어"@ko,
        "Словен тил"@krc,
        "سلووینیَن"@ks,
        "ẞloveenesch"@ksh,
        "Zimanê slovenî"@ku,
        "Словен кыв"@kv,
        "Slovenek"@kw,
        "словенче"@ky,
        "Lingua Slovena"@la,
        "Sloveens"@li,
        "Lengua slovena"@lij,
        "ສະໂລວານີ"@lo,
        "slovėnų"@lt,
        "Sluovienu kalba"@lt-x,
        "slovēņu"@lv,
        "Словен йылме"@mhr,
        "словенечки јазик"@mk,
        "സ്ലോവേനിയൻ"@ml,
        "स्लोव्हेनियन"@mr,
        "Bahasa Slovene"@ms,
        "Sloven"@mt,
        "စလိုဗေးနီးယမ်း"@my,
        "Esloveniatlahtōlli"@nah,
        "slovensk"@nb,
        "Sloweensche Spraak"@nds,
        "स्लोभेनियाली"@ne,
        "Sloveens"@nl,
        "slovensk"@nn,
        "Slovensk"@no,
        "Eslovèn"@oc,
        "Afaan Islovaniyaa"@om,
        "ସ୍ଲୋଭେନିଆନ୍"@or,
        "słoweński"@pl,
        "Lenga sloven-a"@pms,
        "سلوون"@pnb,
        "سلوواني"@ps,
        "esloveno"@pt,
        "Isluwinya simi"@qu,
        "sloven"@rm,
        "slovenă"@ro,
        "словенский"@ru,
        "Ikinyasiloveniya"@rw,
        "Slovenie leid"@sco,
        "slovenagiella"@se,
        "Slovenski jezik"@sh,
        "ස්ලෝවේනියානු"@si,
        "slovinčina"@sk,
        "slovenščina"@sl,
        "Gagana Slovene"@sm,
        "Islofeeniyaan"@so,
        "Sllovenisht"@sq,
        "Словеначки"@sr,
        "Slovenački"@sr-Latn,
        "Se-slovania"@st,
        "slovenska"@sv,
        "Kislovenia"@swh,
        "ஸ்லோவேனியன்"@ta,
        "స్లోవేనియాన్"@te,
        "Забони словенӣ"@tg,
        "สโลวีเนีย"@th,
        "ስቁቪኛ"@ti,
        "ስሎቪኛ"@tig,
        "Slovenian"@tn,
        "lea fakasolovenia"@to,
        "Slovence"@tr,
        "Словен кыл"@udm,
        "سلوۋېن تىلى"@ug,
        "словенська"@uk,
        "سلووینیائی"@ur,
        "Łéngua slovena"@vec,
        "Tiếng Slovene"@vi,
        "Sloweniš"@wae,
        "Isi-Slovenian"@xh,
        "סלאוועניש"@yi,
        "Èdè Slovenia"@yo,
        "斯洛文尼亚语"@zh,
        "Slovenia"@zsm,
        "isi-Slovenian"@zu .

<http://lexvo.org/id/iso639-3/snd> a lvont:Language,
        skos:Concept ;
    lvont:isFocusOf <http://id.loc.gov/vocabulary/iso639-2/snd> ;
    lvont:iso6392BCode "snd"^^xsd:string ;
    lvont:iso6392TCode "snd"^^xsd:string ;
    lvont:iso639P1Code "sd"^^xsd:string ;
    lvont:iso639P3PCode "snd"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-2/snd>,
        <http://www.glottolog.org/resource/languoid/id/sind1272> ;
    owl:sameAs <http://dbpedia.org/resource/Sindhi_language>,
        <http://lexvo.org/id/iso639-1/sd>,
        <http://lexvo.org/id/wordnet/30/noun/sindhi_1_10_00>,
        <http://psi.oasis-open.org/iso/639/#snd>,
        <http://www.lingvoj.org/lang/sd>,
        <http://www.mpii.de/yago/resource/Sindhi_language>,
        <info:lc/vocabulary/languages/snd> ;
    skos:altLabel "لغة سندية"@ar,
        "Sindhi dili"@az,
        "Сіндхі, мова"@be,
        "Синдхи"@bg,
        "সিন্ধি ভাষা"@bn,
        "Sindeg"@br,
        "Sindhi"@ca,
        "Sindhština"@cs,
        "Sindhi"@da,
        "Sindhi language"@en,
        "Sinda lingvo"@eo,
        "Idioma sindhi"@es,
        "sindhia"@eu,
        "Sindhi"@fi,
        "Sindhi"@fr,
        "sindhî"@fr,
        "સિંધી ભાષા"@gu,
        "סינדהית"@he,
        "सिन्धी भाषा"@hi,
        "Bahasa Sindhi"@id,
        "Lingua sindhi"@it,
        "სინდჰური ენა"@ka,
        "Sindų kalba"@lt,
        "സിന്ധി ഭാഷ"@ml,
        "सिंधी भाषा"@mr,
        "Sindhi"@nn,
        "Sindhi"@pl,
        "Língua sindi"@pt,
        "Синдхи"@ru,
        "Синди језик"@sr,
        "Sindhi"@sv,
        "சிந்தி மொழி"@ta,
        "ภาษาสินธี"@th,
        "Sindhî"@tr,
        "Сіндхі"@uk,
        "سندھی زبان"@ur,
        "Tiếng Sin-hi"@vi ;
    skos:definition "Sindhi (Sindhi: ) is the language of the Sindh region of Pakistan that is spoken by the Sindhi people. It is spoken by 53,410,910 people in Pakistan, according to the national government's Statistics Division. It is the second most spoken language in all of Pakistan and is theoretically the official language of the province of Sindh, although Urdu and English are still the main languages for many administrative and business purposes. It is also spoken in India by some 5,820,485 speakers. In India, Sindhi is one of the scheduled languages officially recognized by the federal government. Abroad there are some 2.6 million Sindhis, out of which approximately 60% are Pakistani and 40% are Indian."@en ;
    skos:inScheme lexvo: ;
    skos:notation "snd"^^xsd:string ;
    skos:prefLabel "Sindhi"@af,
        "ሲንድሂኛ"@am,
        "السندية"@ar,
        "لغه سندى"@arz,
        "sindhi"@ast,
        "sindhi dili"@az,
        "сіндхі"@be,
        "синдхи"@bg,
        "সিন্ধি"@bn,
        "sindhi"@br,
        "सिंधी"@brx,
        "sindi"@bs,
        "синди"@bs-Cyrl,
        "ሲንድሂኛ"@byn,
        "sindhi"@ca,
        "信德文"@cmn,
        "印度語"@cmn-Hant,
        "sindhština"@cs,
        "Sindhi"@cy,
        "sindhi"@da,
        "Sindhi"@de,
        "སིན་དཱི་ཁ"@dz,
        "sindhgbe"@ee,
        "Σίντι"@el,
        "Sindhi"@en,
        "sinda"@eo,
        "sindhi"@es,
        "sindhi"@et,
        "Sindhi"@eu,
        "سندی"@fa,
        "sindhi"@fi,
        "Sindhi"@fil,
        "sindhi"@fo,
        "sindhi"@fr,
        "sindhi"@fur,
        "Sindis"@ga,
        "Sindhi"@gd,
        "sindhi"@gl,
        "Sindhi"@gsw,
        "સિંધી"@gu,
        "Sindiyanci"@ha,
        "סינדהי"@he,
        "सिन्धी"@hi,
        "Sindhi bhasa"@hif,
        "sindhi"@hr,
        "szindhi"@hu,
        "Սինդհի"@hy,
        "sindhi"@ia,
        "Sindhi"@id,
        "sindí"@is,
        "sindhi"@it,
        "シンド語"@ja,
        "სინდური"@ka,
        "sindi"@kea,
        "синдхи"@kk,
        "​​ស៊ីន្តី"@km,
        "ಸಿಂಧಿ"@kn,
        "सिंधी"@knn,
        "신디어"@ko,
        "سِندی"@ks,
        "Sinndi"@ksh,
        "Lingua Sindhuica"@la,
        "ສິນທິ"@lo,
        "sindų"@lt,
        "sindhu"@lv,
        "синди"@mk,
        "സിന്ധി"@ml,
        "सिंधी"@mr,
        "Bahasa Sindh"@ms,
        "Sindi"@mt,
        "စင်ဒီ"@my,
        "sindhi"@nb,
        "सिन्धी"@ne,
        "सिन्धी भाषा"@new,
        "Sindhi"@nl,
        "sindhi"@nn,
        "Sindhi"@no,
        "ସିନ୍ଧୀ"@or,
        "sindhi"@pl,
        "Lenga sindhi"@pms,
        "سندھی"@pnb,
        "سندهي"@ps,
        "sindi"@pt,
        "Sindi simi"@qu,
        "sindhi"@rm,
        "sindhi"@ro,
        "синдхи"@ru,
        "Igisindi"@rw,
        "سنڌي ٻولي"@sd,
        "සින්ධි"@si,
        "sindhčina"@sk,
        "sindščina"@sl,
        "SINDHI"@so,
        "Si'ndi"@sq,
        "Синди"@sr,
        "Sindi"@sr-Latn,
        "sindhi"@sv,
        "Kisindhi"@swh,
        "சிந்தி"@ta,
        "సింధీ"@te,
        "สินธุ"@th,
        "ሲንድሂኛ"@tig,
        "lea siniti"@to,
        "Sindhi"@tr,
        "سىندى تىلى"@ug,
        "сіндхі"@uk,
        "سندھی"@ur,
        "Tiếng Sindh"@vi,
        "Sindhi"@wae,
        "isiSindhi"@xh,
        "Èdè Sindhi"@yo,
        "信德语"@zh,
        "Sindhi"@zsm,
        "isi-Sindhi"@zu .

<http://lexvo.org/id/iso639-3/spa> a lvont:Language,
        skos:Concept ;
    lvont:isFocusOf <http://id.loc.gov/vocabulary/iso639-2/spa> ;
    lvont:iso6392BCode "spa"^^xsd:string ;
    lvont:iso6392TCode "spa"^^xsd:string ;
    lvont:iso639P1Code "es"^^xsd:string ;
    lvont:iso639P3PCode "spa"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-2/spa>,
        <http://www.glottolog.org/resource/languoid/id/stan1288> ;
    owl:sameAs <http://dbpedia.org/resource/Spanish_language>,
        <http://lexvo.org/id/iso639-1/es>,
        <http://lexvo.org/id/wordnet/30/noun/spanish_1_10_00>,
        <http://psi.oasis-open.org/iso/639/#spa>,
        <http://www.lingvoj.org/lang/es>,
        <http://www.mpii.de/yago/resource/Spanish_language>,
        <info:lc/vocabulary/languages/spa> ;
    skos:altLabel "لغة إسبانية"@ar,
        "Castellanu"@ast,
        "İspan dili"@az,
        "Іспанская мова"@be,
        "Испански език"@bg,
        "স্পেনীয় ভাষা"@bn,
        "སེ་པན་སྐད།"@bo,
        "Spagnoleg"@br,
        "Španski jezik"@bs,
        "Castellà"@ca,
        "ᏍᏆᏂ ᎧᏬᏂᎯᏍᏗ"@chr,
        "Španělština"@cs,
        "Spansk"@da,
        "Spanische Sprache"@de,
        "spaniagbe"@ee,
        "Ισπανική γλώσσα"@el,
        "Castilian"@en,
        "Spanish language"@en,
        "Hispana lingvo"@eo,
        "Idioma español"@es,
        "Hispaania keel"@et,
        "Gaztelania"@eu,
        "اسپانیایی"@fa,
        "زبان اسپانیایی"@fa,
        "Espanjan kieli"@fi,
        "Spanskt mál"@fo,
        "Espagnol"@fr,
        "Lenghe spagnole"@fur,
        "An Spáinnis"@ga,
        "Lingua castelá"@gl,
        "‘Ōlelo Sepania"@haw,
        "स्पेनिश भाषा"@hi,
        "Španjolski jezik"@hr,
        "Spanyol nyelv"@hu,
        "Lingua espaniol"@ia,
        "Bahasa Spanyol"@id,
        "Spænska"@is,
        "Lingua spagnola"@it,
        "ესპანური ენა"@ka,
        "Испан тілі"@kk,
        "Spanskisut"@kl,
        "ភាសាអេស្ប៉ាញ"@km,
        "ಸ್ಪ್ಯಾನಿಷ್ ಭಾಷೆ"@kn,
        "Lispanyoli"@ln,
        "Ispanų kalba"@lt,
        "Spāņu valoda"@lv,
        "Fiteny espaniola"@mg,
        "Шпански јазик"@mk,
        "സ്പാനിഷ്‌ ഭാഷ"@ml,
        "स्पॅनिश भाषा"@mr,
        "Lingwa Spanjola"@mt,
        "Spaansche Spraak"@nds,
        "स्पेनी भाषा"@ne,
        "Spansk"@nn,
        "Испайнаг æвзаг"@os,
        "ਸਪੈਨਿਸ਼ ਭਾਸ਼ਾ"@pa,
        "Język hiszpański"@pl,
        "Língua castelhana"@pt,
        "Lingua spagnola"@rm,
        "Limba spaniolă"@ro,
        "Испанский язык"@ru,
        "Icyesipanyolo"@rw,
        "Испаан тыла"@sah,
        "spánskkagiella"@se,
        "Španielčina"@sk,
        "Španščina"@sl,
        "Gjuha spanjolle"@sq,
        "Шпански језик"@sr,
        "Spanska"@sv,
        "எசுப்பானியம்"@ta,
        "స్పానిష్ భాష"@te,
        "Забони испанӣ"@tg,
        "ภาษาสเปน"@th,
        "Іспанська мова"@uk,
        "ہسپانوی زبان"@ur,
        "Èdè Sipanisi"@yo ;
    skos:definition "Spanish or Castilian is a Romance language in the Ibero-Romance group that evolved from several dialects of spoken Latin in central-northern Iberia around the ninth century and gradually spread with the expansion of the Kingdom of Castile (present northern Spain) into central and southern Iberia during the later Middle Ages."@en ;
    skos:inScheme lexvo: ;
    skos:notation "spa"^^xsd:string ;
    skos:prefLabel "Spanish"@aa,
        "Bahsa Seupanyo"@ace,
        "Spaans"@af,
        "Sɨ̀kpanìs"@agq,
        "ܠܫܢܐ ܐܣܦܢܝܐ"@aii,
        "Spain kasa"@ak,
        "ስፓኒሽ"@am,
        "Idioma castellán"@an,
        "Spēonisc sprǣc"@ang,
        "الإسبانية"@ar,
        "لغه اسبانى"@arz,
        "Kihithpania"@asa,
        "español"@ast,
        "Kastilla aru"@ay,
        "ispanca"@az,
        "испанҹа"@az-Cyrl,
        "Schbanisch"@bar,
        "Hɔp u panyā"@bas,
        "Tataramon na Espanyol"@bcl,
        "іспанская"@be,
        "Гішпанская мова"@be-tarask,
        "Ichi Spanishi"@bem,
        "Hihispania"@bez,
        "испански"@bg,
        "esipaɲolkan"@bm,
        "স্পেনীয়"@bn,
        "ཞི་པན་ཡའི།"@bo,
        "spagnoleg"@br,
        "स्पैनिश"@brx,
        "španjolski"@bs,
        "шпански"@bs-Cyrl,
        "ስፓኒሽ"@byn,
        "espanyol"@ca,
        "Ispanhoyn mott"@ce,
        "Kinatsila"@ceb,
        "Orusupaani"@cgg,
        "ᏍᏆᏂ"@chr,
        "西班牙文"@cmn,
        "西班牙文"@cmn-Hant,
        "Lingua spagnola"@co,
        "İspan tili"@crh,
        "španělština"@cs,
        "Испан чĕлхи"@cv,
        "Sbaeneg"@cy,
        "spansk"@da,
        "Kihispania"@dav,
        "Spanisch"@de,
        "Espaaɲe senni"@dje,
        "Špańšćina"@dsb,
        "އިސްޕެނިޝް"@dv,
        "español"@dyo,
        "ཨིས་པེ་ནིཤ་ཁ"@dz,
        "Kĩhispania"@ebu,
        "Spangbe"@ee,
        "Ισπανικά"@el,
        "Spanish"@en,
        "𐐝𐐹𐐰𐑌𐐮𐑇"@en-Dsrt,
        "hispana"@eo,
        "español"@es,
        "hispaania"@et,
        "gaztelania"@eu,
        "ǹkɔ́bɔ kpənyá"@ewo,
        "Luenga española"@ext,
        "هسپانوی"@fa,
        "Español"@ff,
        "espanja"@fi,
        "Espanyol"@fil,
        "spanskt"@fo,
        "espagnol"@fr,
        "Castilyan"@frp,
        "spagnûl"@fur,
        "Spaansk"@fy,
        "Spáinnis"@ga,
        "İspan dili"@gag,
        "西班牙語"@gan,
        "Spàinntis"@gd,
        "español"@gl,
        "Karaiñe'ẽ"@gn,
        "𐌷𐌴𐌹𐍃𐍀𐌰𐌽𐍃𐌺𐍃/Heispansks"@got,
        "Schpanisch"@gsw,
        "Spanische Sprache"@gsw-FR,
        "સ્પેનિશ"@gu,
        "Kihispania"@guz,
        "Spaainish"@gv,
        "Ispaniyanci"@ha,
        "Sî-pân-ngà-ngî"@hak,
        "Paniolo"@haw,
        "ספרדית"@he,
        "स्पेनिश"@hi,
        "Spanish bhasa"@hif,
        "španjolski"@hr,
        "Španišćina"@hsb,
        "Panyòl"@ht,
        "spanyol"@hu,
        "Իսպաներեն"@hy,
        "espaniol"@ia,
        "Spanyol"@id,
        "Panya"@ig,
        "ꑭꀠꑸꉙ"@ii,
        "Pagsasao nga Espaniol"@ilo,
        "Hispaniana linguo"@io,
        "spænska"@is,
        "spagnolo"@it,
        "ᓯᐸᐃᓂᑎᑐᑦ"@iu,
        "スペイン語"@ja,
        "sanbau"@jbo,
        "Kyihispania"@jmc,
        "Basa Spanyol"@jv,
        "ესპანური"@ka,
        "Taspenyulit"@kab,
        "Kihispania"@kam,
        "Эспаныбзэ"@kbd,
        "Chihispania"@kde,
        "spanhol"@kea,
        "Kispanya"@kg,
        "Espaaɲe senni"@khq,
        "Kihispania"@ki,
        "испан тілі"@kk,
        "spanskisut"@kl,
        "kutitab Espianik"@kln,
        "អេស្ប៉ាញ"@km,
        "ಸ್ಪ್ಯಾನಿಷ್"@kn,
        "स्पानिष"@knn,
        "스페인어"@ko,
        "Испан тил"@krc,
        "سپینِش"@ks,
        "Kihispania"@ksb,
        "rikpanyá"@ksf,
        "Schpaanesch"@ksh,
        "Zimanê spanî"@ku,
        "Испан кыв"@kv,
        "Spaynek"@kw,
        "испанча"@ky,
        "Lingua Hispanica"@la,
        "Lingua castilyana"@lad,
        "Kɨhispánia"@lag,
        "Spuenesch"@lb,
        "Lusipanya"@lg,
        "Castiliaans"@li,
        "Lengua spagnòlla"@lij,
        "Lengua spagnöla"@lmo,
        "lisipanye"@ln,
        "ແອສປາໂຍນ"@lo,
        "ispanų"@lt,
        "Ėspanu kalba"@lt-x,
        "Lihispania"@lu,
        "Kihispania"@luo,
        "Kihispania"@luy,
        "spāņu"@lv,
        "L:西班牙語"@lzh,
        "nkʉtʉ́k ɔ́ɔ̄ lspania"@mas,
        "Испанонь кяль"@mdf,
        "Kĩspĩni"@mer,
        "espagnol"@mfe,
        "Espaniola"@mg,
        "Ihispaniola"@mgh,
        "Испан йылме"@mhr,
        "Reo Pāniora"@mi,
        "шпански"@mk,
        "സ്പാനിഷ്"@ml,
        "Испани хэл"@mn,
        "स्पॅनिश"@mr,
        "Bahasa Sepanyol"@ms,
        "Spanjol"@mt,
        "Espaniya"@mua,
        "Lhéngua castelhana"@mwl,
        "စပိန်"@my,
        "Caxtillāntlahtōlli"@nah,
        "Se-pan-gâ-gí"@nan,
        "Spaans"@naq,
        "spansk"@nb,
        "isi-Sipeyini"@nd,
        "Spaans"@nds,
        "स्प्यानिश"@ne,
        "Spaans"@nl,
        "Paŋá"@nmg,
        "spansk"@nn,
        "Spansk"@no,
        "Spanum"@nov,
        "Thok i̱thpaaniani"@nus,
        "Naakaii bizaad"@nv,
        "Orusupaani"@nyn,
        "Espanhòu"@oc,
        "Afaan Ispeen"@om,
        "ସ୍ପାନିସ୍"@or,
        "испайнаг"@os,
        "ਸਪੇਨਿਸ਼"@pa,
        "Castila"@pam,
        "Spaño"@pap,
        "hiszpański"@pl,
        "Lenga spagneula"@pms,
        "ہسپانوی"@pnb,
        "هسپانوي"@ps,
        "espanhol"@pt,
        "Kastilla simi"@qu,
        "spagnol"@rm,
        "Icesipanyolo"@rn,
        "spaniolă"@ro,
        "Kihispania"@rof,
        "испанский"@ru,
        "Шпанєльскый язык"@rue,
        "Icyesipanyole"@rw,
        "Kyihispania"@rwk,
        "स्पैनिश भाषा"@sa,
        "Ыспаанныы"@sah,
        "Kihispania"@saq,
        "Ishihisipaniya"@sbp,
        "Limba ispagnola"@sc,
        "Lingua spagnola"@scn,
        "Spainyie leid"@sco,
        "Spánskagiella"@se,
        "espanhol"@seh,
        "Espaaɲe senni"@ses,
        "Espanyöl"@sg,
        "Španski jezik"@sh,
        "ⵜⴰⵙⴱⵏⵢⵓⵍⵉⵜ"@shi,
        "tasbnyulit"@shi-Latn,
        "ස්පාඤ්ඤ"@si,
        "španielčina"@sk,
        "španščina"@sl,
        "Gagana spaniolo"@sm,
        "chiSpanish"@sn,
        "Isbaanish"@so,
        "Spanjisht"@sq,
        "Шпански"@sr,
        "Španski"@sr-Latn,
        "Sipanishi"@ss,
        "Sespain"@st,
        "Spoanisk"@stq,
        "spanska"@sv,
        "Kihispania"@sw,
        "Kihispania"@swc,
        "Kihispania"@swh,
        "Szpańelsko godka"@szl,
        "ஸ்பானிஷ்"@ta,
        "స్పానిష్"@te,
        "Kihispania"@teo,
        "Lia-español"@tet,
        "Испанӣ"@tg,
        "สเปน"@th,
        "ስፓኒሽ"@ti,
        "ስፓኒሽ"@tig,
        "Wikang Kastila"@tl,
        "Spanish"@tn,
        "lea fakasīpenisi"@to,
        "Tok Spen"@tpi,
        "İspanyolca"@tr,
        "Xi spain"@ts,
        "Испан теле"@tt,
        "Espaaɲe senni"@twq,
        "Reo Paniora"@ty,
        "tasbelyunit"@tzm,
        "Испан кыл"@udm,
        "ئىسپان تىلى"@ug,
        "іспанська"@uk,
        "ہسپانوی"@ur,
        "Ispan tili"@uz,
        "Испанча"@uzn,
        "ispancha"@uzn-Latn,
        "ꕐꘊꔧ"@vai,
        "Panyɛĩ"@vai-Latn,
        "Łéngoa spagnoła"@vec,
        "Tiếng Tây Ban Nha"@vi,
        "Spoans"@vls,
        "Spanyänapük"@vo,
        "Hispaania kiil"@vro,
        "Kyihispania"@vun,
        "Espagnol"@wa,
        "Schpaniš"@wae,
        "ስፓኒሽ"@wal,
        "Kinatsila"@war,
        "西班牙语"@wuu,
        "Эспанмудин келн"@xal,
        "Isi-Spanish"@xh,
        "ესპანური ნინა"@xmf,
        "Olusipanya"@xog,
        "nuɛspanyɔ́lɛ"@yav,
        "שפאניש"@yi,
        "Èdè Spéìn"@yo,
        "西班牙話"@yue,
        "西班牙语"@zh,
        "Sepanyol"@zsm,
        "isiSpeyini"@zu .

<http://lexvo.org/id/iso639-3/str> a lvont:Language,
        skos:Concept ;
    lvont:iso639P3PCode "str"^^xsd:string ;
    lvont:nearlySameAs <http://www.glottolog.org/resource/languoid/id/stra1244> ;
    owl:sameAs <http://dbpedia.org/resource/North_Straits_Salish_languages>,
        <http://www.mpii.de/yago/resource/North_Straits_Salish_languages> ;
    skos:altLabel "North Straits Salish languages"@en,
        "Salish, Straits"@en ;
    skos:definition "North Straits Salish is a Salish language which includes the dialects of Lummi, Samish, Saanich, Semiahmoo, Songish, and Sooke. Although they are mutually intelligible, each dialect is traditionally referred to as if they were separate languages, and there is no native term to encompass them all."@en ;
    skos:inScheme lexvo: ;
    skos:notation "str"^^xsd:string ;
    skos:prefLabel "Straits Salish"@en,
        "Northern straits salish"@fr,
        "北方海峽薩利希語"@zh .

<http://lexvo.org/id/iso639-3/tam> a lvont:Language,
        skos:Concept ;
    lvont:isFocusOf <http://id.loc.gov/vocabulary/iso639-2/tam> ;
    lvont:iso6392BCode "tam"^^xsd:string ;
    lvont:iso6392TCode "tam"^^xsd:string ;
    lvont:iso639P1Code "ta"^^xsd:string ;
    lvont:iso639P3PCode "tam"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-2/tam>,
        <http://www.glottolog.org/resource/languoid/id/tami1289> ;
    owl:sameAs <http://dbpedia.org/resource/Tamil_language>,
        <http://lexvo.org/id/iso639-1/ta>,
        <http://psi.oasis-open.org/iso/639/#tam>,
        <http://www.lingvoj.org/lang/ta>,
        <http://www.mpii.de/yago/resource/Tamil_language>,
        <info:lc/vocabulary/languages/tam> ;
    skos:altLabel "لغة تاميلية"@ar,
        "Tamil dili"@az,
        "Тамільская мова"@be,
        "Тамилски език"@bg,
        "তামিল ভাষা"@bn,
        "Tamileg"@br,
        "Tamilski jezik"@bs,
        "Tàmil"@ca,
        "Tamilština"@cs,
        "Tamileg"@cy,
        "tamilsk"@da,
        "Tamilisch"@de,
        "Ταμίλ γλώσσα"@el,
        "Tamil language"@en,
        "Tamila lingvo"@eo,
        "Idioma tamil"@es,
        "Tamili keel"@et,
        "Tamilera"@eu,
        "زبان تامیلی"@fa,
        "tamili"@fi,
        "Tamoul"@fr,
        "An Tamailis"@ga,
        "Lingua támil"@gl,
        "તમિલ ભાષા"@gu,
        "तमिल भाषा"@hi,
        "Tamilski jezik"@hr,
        "Tamil nyelv"@hu,
        "Bahasa Tamil"@id,
        "Tamílska"@is,
        "Lingua tamil"@it,
        "Tamilų kalba"@lt,
        "Tamilu valoda"@lv,
        "Fiteny tamily"@mg,
        "Тамилски јазик"@mk,
        "तमिळ‌"@mr,
        "Tamil"@nn,
        "ତାମିଲ ଭାଷା"@or,
        "Język tamilski"@pl,
        "Língua tâmil"@pt,
        "Limba tamilă"@ro,
        "Тамильский язык"@ru,
        "Tamilščina"@sl,
        "Luqada Tamil-ka"@so,
        "Gjuha tamile"@sq,
        "Тамилски језик"@sr,
        "Tamil"@sv,
        "தமிழ் மொழி"@ta,
        "తమిళ భాష"@te,
        "ภาษาทมิฬ"@th,
        "Тамільська мова"@uk,
        "تامل"@ur,
        "Èdè Tamili"@yo ;
    skos:definition "Tamil is a Dravidian language spoken predominantly by Tamil people of the Indian subcontinent. It has official status in the Indian state of Tamil Nadu and in the Indian union territory of Pondicherry. Tamil is also an official language of Sri Lanka and Singapore. It is one of the 22 scheduled languages of India and the first Indian language to be declared as a classical language by the government of India in 2004. Tamil is also spoken by significant minorities in Malaysia and Mauritius as well as emigrant communities around the world. It has been described as \"the only language of contemporary India which is recognizably continuous with a classical past\" and having \"one of the richest literatures in the world\". Tamil literature has existed for over 2000 years. The earliest epigraphic records found on rock edicts and hero stones date from around the 3rd century BCE."@en ;
    skos:inScheme lexvo: ;
    skos:notation "tam"^^xsd:string ;
    skos:prefLabel "Tamil"@af,
        "Tamì"@agq,
        "Tamil kasa"@ak,
        "ታሚልኛ"@am,
        "Idioma tamil"@an,
        "التاميلية"@ar,
        "Kitamil"@asa,
        "tamil"@ast,
        "tamilcə"@az,
        "Hɔp u tamu᷆l"@bas,
        "Tamil"@bcl,
        "тамільская"@be,
        "Тамільская мова"@be-tarask,
        "Ichi Tamil"@bem,
        "Hitamil"@bez,
        "тамилски"@bg,
        "Bahasa Tamil"@bjn,
        "tamulikan"@bm,
        "তামিল"@bn,
        "ཏཱ་མིལ་སྐད།"@bo,
        "tamileg"@br,
        "तमिळ"@brx,
        "tamilski"@bs,
        "тамилски"@bs-Cyrl,
        "ታሚልኛ"@byn,
        "tàmil"@ca,
        "Orutamiri"@cgg,
        "泰米尔文"@cmn,
        "坦米爾文"@cmn-Hant,
        "tamilština"@cs,
        "Tamil"@cy,
        "Tamil"@da,
        "Kitamil"@dav,
        "Tamil"@de,
        "Tamil senni"@dje,
        "tamil"@dyo,
        "ཏ་མིལ་ཁ"@dz,
        "Kĩtamil"@ebu,
        "tamilgbe"@ee,
        "Ταμίλ"@el,
        "Tamil"@en,
        "tamila"@eo,
        "tamil"@es,
        "tamili"@et,
        "tamilera"@eu,
        "ǹkɔ́bɔ tamíl"@ewo,
        "تامیلی"@fa,
        "Tamil"@ff,
        "Tamil"@fi,
        "Tamil"@fil,
        "tamilskt"@fo,
        "tamoul"@fr,
        "tamil"@fur,
        "Tamailis"@ga,
        "Taimilis"@gd,
        "tamil"@gl,
        "Tamilisch"@gsw,
        "તમિલ"@gu,
        "Kitamil"@guz,
        "Tamil"@ha,
        "טמילית"@he,
        "तमिल"@hi,
        "Tamil bhasa"@hif,
        "tamilski"@hr,
        "tamil"@hu,
        "Թամիլերեն"@hy,
        "tamil"@ia,
        "Tamil"@id,
        "Tamụlụ"@ig,
        "tamílska"@is,
        "tamil"@it,
        "タミル語"@ja,
        "Kyitamil"@jmc,
        "Basa Tamil"@jv,
        "ტამილური ენა"@ka,
        "Taṭamulit"@kab,
        "Kitamil"@kam,
        "Chitamil"@kde,
        "tamil"@kea,
        "Tamil senni"@khq,
        "Kitamil"@ki,
        "тамил"@kk,
        "kutitab Tamil"@kln,
        "តាមីល"@km,
        "ತಮಿಳು"@kn,
        "तमिळ"@knn,
        "타밀어"@ko,
        "Тамил тил"@krc,
        "تَمِل"@ks,
        "Kitamil"@ksb,
        "ritamúl"@ksf,
        "Tamiilesch"@ksh,
        "Zimanê tamîlî"@ku,
        "Tamilek"@kw,
        "тамилче"@ky,
        "Lingua Tamulica"@la,
        "Kɨtamíili"@lag,
        "Tamil"@lb,
        "Lutamiiru"@lg,
        "Lengua tamil"@lij,
        "litamuli"@ln,
        "ທະມິນ"@lo,
        "tamilų"@lt,
        "Tamėlu kalba"@lt-x,
        "Mtamuili"@lu,
        "Kitamil"@luo,
        "Kitamil"@luy,
        "tamilu"@lv,
        "nkʉtʉ́k ɔ́ɔ̄ ltamil"@mas,
        "Kĩtamilu"@mer,
        "tamoul"@mfe,
        "Tamoila"@mg,
        "Itamil"@mgh,
        "тамилски"@mk,
        "തമിഴ്"@ml,
        "तमिळ"@mr,
        "Bahasa Tamil"@ms,
        "Tamil"@mt,
        "Tamul"@mua,
        "တမီးလ်"@my,
        "Tamil-gí"@nan,
        "Tamilǁî gowab"@naq,
        "tamil"@nb,
        "isi-Thamil"@nd,
        "तामिल"@ne,
        "तमिल भाषा"@new,
        "Tamil"@nl,
        "Kiɛl tamul"@nmg,
        "tamil"@nn,
        "Tamilsk"@no,
        "Thok tamilni"@nus,
        "Orutamiri"@nyn,
        "Tamol"@oc,
        "Afaan Tamilii"@om,
        "ତାମିଲ୍"@or,
        "ਤਾਮਿਲ"@pa,
        "tamilski"@pl,
        "Lenga Tamil"@pms,
        "تامل"@pnb,
        "تامل"@ps,
        "tâmil"@pt,
        "Tamil simi"@qu,
        "tamil"@rm,
        "Igitamili"@rn,
        "tamilă"@ro,
        "Kitamil"@rof,
        "Tamilikani chhib"@rom,
        "тамильский"@ru,
        "Тамільскый язык"@rue,
        "Igitamili"@rw,
        "Kyitamil"@rwk,
        "तमिऴ्"@sa,
        "Тамыллыы"@sah,
        "Kitamil"@saq,
        "Ishitamili"@sbp,
        "Lingua tamil"@scn,
        "Taimil leid"@sco,
        "tâmil"@seh,
        "Tamil senni"@ses,
        "Tämûli"@sg,
        "Tamilski jezik"@sh,
        "ⵜⴰⵜⴰⵎⵉⵍⵜ"@shi,
        "tatamilt"@shi-Latn,
        "දෙමළ"@si,
        "tamilčina"@sk,
        "tamilščina"@sl,
        "chiTamil"@sn,
        "Tamiil"@so,
        "Tamil"@sq,
        "Тамилски"@sr,
        "Tamilski"@sr-Latn,
        "Se-tamil"@st,
        "tamil"@sv,
        "Kitamil"@sw,
        "Kitamil"@swc,
        "Kitamil"@swh,
        "தமிழ்"@ta,
        "తమిళము"@te,
        "Kitamil"@teo,
        "Забони томилӣ"@tg,
        "ทมิฬ"@th,
        "ታሚልኛ"@ti,
        "ታሚልኛ"@tig,
        "Wikang Tamil"@tl,
        "Tamil"@tn,
        "lea fakatemole"@to,
        "Tamilce"@tr,
        "Tamil senni"@twq,
        "Tatamilt"@tzm,
        "تامىل تىلى"@ug,
        "тамільська"@uk,
        "تمل"@ur,
        "ꕚꕆꔷ"@vai,
        "Tamíli"@vai-Latn,
        "Tiếng Tamil"@vi,
        "Kyitamil"@vun,
        "Tamiliš"@wae,
        "Tinamil"@war,
        "Isi-Tamil"@xh,
        "Olutamiiru"@xog,
        "nutámule"@yav,
        "Èdè Tàmil"@yo,
        "泰米爾文"@yue,
        "泰米尔语"@zh,
        "Tamil"@zsm,
        "isi-Tamil"@zu .

<http://lexvo.org/id/iso639-3/tgl> a lvont:Language,
        skos:Concept ;
    lvont:isFocusOf <http://id.loc.gov/vocabulary/iso639-2/tgl> ;
    lvont:iso6392BCode "tgl"^^xsd:string ;
    lvont:iso6392TCode "tgl"^^xsd:string ;
    lvont:iso639P1Code "tl"^^xsd:string ;
    lvont:iso639P3PCode "tgl"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-2/tgl>,
        <http://www.glottolog.org/resource/languoid/id/taga1270> ;
    owl:sameAs <http://dbpedia.org/resource/Tagalog_language>,
        <http://lexvo.org/id/iso639-1/tl>,
        <http://psi.oasis-open.org/iso/639/#tgl>,
        <http://www.lingvoj.org/lang/tl>,
        <http://www.mpii.de/yago/resource/Tagalog_language>,
        <info:lc/vocabulary/languages/tag>,
        <info:lc/vocabulary/languages/tgl> ;
    skos:altLabel "لغة تغلوغية"@ar,
        "taqaloq dili"@az,
        "Тагалог"@bg,
        "তাগালোগ ভাষা"@bn,
        "Tagalogeg"@br,
        "tagàlog"@ca,
        "Tagalog"@cs,
        "Tagalog*"@cy,
        "Tagalog"@da,
        "Tagalog language"@en,
        "Tagaloga lingvo"@eo,
        "Idioma tagalo"@es,
        "tagalog"@eu,
        "زبان تاگالوگ"@fa,
        "Tagalog"@fi,
        "Tagalog"@fr,
        "टागालोग भाषा"@hi,
        "Tagaloški jezik"@hr,
        "Tagalog nyelv"@hu,
        "Bahasa Tagalog"@id,
        "Tagalog"@is,
        "Lingua tagalog"@it,
        "ಟಾಗಲಾಗ್ ಭಾಷೆ"@kn,
        "Tagalų kalba"@lt,
        "Tagalogu valoda"@lv,
        "Тагалошки јазик"@mk,
        "തഗാലോഗ്"@ml,
        "Język tagalog"@pl,
        "Língua tagalo"@pt,
        "tagalogue"@pt,
        "Тагальский язык"@ru,
        "Тагалски"@sr,
        "Tagalog"@sv,
        "தகலாகு மொழி"@ta,
        "ภาษาตากาล็อก"@th,
        "Takalotça"@tr,
        "Тагальська мова"@uk ;
    skos:definition "Tagalog (pronounced in English) is an Austronesian language spoken as a first language by a third of the population of the Philippines and as a second language by most of the rest. It is the first language of the Philippine region IV (CALABARZON and MIMAROPA) and of Metro Manila. Its standardized form, commonly called Filipino, is the national language and one of two official languages of the Philippines. It is related to—though not readily intelligible with—other Austronesian languages such as Malay, Javanese, and Hawaiian."@en ;
    skos:inScheme lexvo: ;
    skos:notation "tgl"^^xsd:string ;
    skos:prefLabel "ታጋሎገኛ"@am,
        "التاغالوغية"@ar,
        "Tagalu"@ast,
        "Taqal dili"@az,
        "Tataramon na Tagalog"@bcl,
        "тагалог"@bg,
        "তাগালগ"@bn,
        "tagalog"@br,
        "तागालोग"@brx,
        "tagalski"@bs,
        "тагалски"@bs-Cyrl,
        "ታጋሎገኛ"@byn,
        "Tagal"@ca,
        "Tinagalog"@ceb,
        "塔加洛文"@cmn,
        "塔加路族文"@cmn-Hant,
        "tagalog"@cs,
        "Тагаль чĕлхи"@cv,
        "Tagalog"@cy,
        "tagalog"@da,
        "Tagalog"@de,
        "tagalogbe"@ee,
        "Ταγκαλόγκ"@el,
        "Tagalog"@en,
        "tagaloga"@eo,
        "tagalo"@es,
        "tagalogi"@et,
        "Tagalo"@eu,
        "تاگالوگی"@fa,
        "tagalog"@fi,
        "Tagalog"@fil,
        "tagalog"@fo,
        "tagalog"@fr,
        "tagalog"@fur,
        "Tagálaigis"@ga,
        "Tagalog"@gd,
        "tagalo"@gl,
        "Tagalog"@gsw,
        "ટાગાલોગ"@gu,
        "Thap-kâ-lu-ngî"@hak,
        "טגלוג"@he,
        "तागालोग"@hi,
        "tagalog"@hr,
        "tagalog"@hu,
        "Tagalog"@ia,
        "Tagalog"@id,
        "Pagsasao a Tagalog"@ilo,
        "tagalog"@is,
        "tagalog"@it,
        "タガログ語"@ja,
        "ფილიპინური ენა"@ka,
        "ಟ್ಯಾಗಲೋಗ್"@kn,
        "तगालोग"@knn,
        "타갈로그어"@ko,
        "تَماشیک"@ks,
        "Tagalog"@ksh,
        "Zimanê tagalogî"@ku,
        "Lengua tagalog"@lij,
        "ຕາກາລອກ"@lo,
        "tagalogų"@lt,
        "tagalu"@lv,
        "Fiteny Tagalog"@mg,
        "Тагалог йылме"@mhr,
        "тагалог"@mk,
        "ടാഗലോഗ്"@ml,
        "टागालोग"@mr,
        "Bahasa Tagalog"@ms,
        "Tagalog"@mt,
        "Tagalog-gí"@nan,
        "tagalog"@nb,
        "Tagalog"@nds,
        "टागालोग भाषा"@new,
        "Tagalog"@nl,
        "tagalog"@nn,
        "Tagalog"@no,
        "Tagalòg"@oc,
        "ଟାଗାଲଗ୍"@or,
        "Salitan Tagalog"@pag,
        "tagalski"@pl,
        "Lenga Tagalog"@pms,
        "ٹیگالگ"@pnb,
        "tagalo"@pt,
        "Tagalu simi"@qu,
        "tagalog"@rm,
        "tagalog"@ro,
        "тагалог"@ru,
        "tagalčina"@sk,
        "tagalogščina"@sl,
        "Тагалог"@sr,
        "Tagalski"@sr-Latn,
        "tagalog"@sv,
        "டாகாலோக்"@ta,
        "తగలోగ్"@te,
        "ตากาล็อก"@th,
        "ታጋሎገኛ"@tig,
        "Wikang Tagalog"@tl,
        "lea fakatekaloka"@to,
        "Tagalogca"@tr,
        "تاگالوگ تىلى"@ug,
        "тагальська"@uk,
        "ٹیگا لوگ"@ur,
        "Tiếng Tagalog"@vi,
        "Tinag-alog"@war,
        "טאגאלאג"@yi,
        "他加祿話"@yue,
        "Tagalog"@zea,
        "他加祿語"@zh .

<http://lexvo.org/id/iso639-3/tuk> a lvont:Language,
        skos:Concept ;
    lvont:isFocusOf <http://id.loc.gov/vocabulary/iso639-2/tuk> ;
    lvont:iso6392BCode "tuk"^^xsd:string ;
    lvont:iso6392TCode "tuk"^^xsd:string ;
    lvont:iso639P1Code "tk"^^xsd:string ;
    lvont:iso639P3PCode "tuk"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-2/tuk>,
        <http://www.glottolog.org/resource/languoid/id/turk1304> ;
    owl:sameAs <http://dbpedia.org/resource/Turkmen_language>,
        <http://lexvo.org/id/iso639-1/tk>,
        <http://lexvo.org/id/wordnet/30/noun/turkmen_1_10_00>,
        <http://psi.oasis-open.org/iso/639/#tuk>,
        <http://www.lingvoj.org/lang/tk>,
        <http://www.mpii.de/yago/resource/Turkmen_language>,
        <info:lc/vocabulary/languages/tuk> ;
    skos:altLabel "لغة تركمانية"@ar,
        "Turcomanu"@ast,
        "Türkmən dili"@az,
        "Туркменская мова"@be,
        "Туркменски език"@bg,
        "তুর্কমেনীয় ভাষা"@bn,
        "Turkmeneg"@br,
        "Turcman"@ca,
        "Turkmenština"@cs,
        "Turkmensk"@da,
        "Turkmenische Sprache"@de,
        "Turkmen language"@en,
        "Turkmena lingvo"@eo,
        "Idioma turcomano"@es,
        "Türkmeeni keel"@et,
        "turkmeniera"@eu,
        "زبان ترکمنی"@fa,
        "Turkmeenin kieli"@fi,
        "Turkmène"@fr,
        "An Tuircméinis"@ga,
        "तुर्कमेन भाषा"@hi,
        "Turkmenski jezik"@hr,
        "Bahasa Turkmen"@id,
        "Lingua turkmena"@it,
        "თურქმენული ენა"@ka,
        "Түрікмен тілі"@kk,
        "ತುರ್ಕ್‌ಮೇನಿಸ್ತಾನ್‌ನ ಭಾಷೆ"@kn,
        "Turkmėnų kalba"@lt,
        "Turkmēņu valoda"@lv,
        "Туркменски јазик"@mk,
        "तुर्कमेन भाषा"@mr,
        "Język turkmeński"@pl,
        "Língua turcomena"@pt,
        "Limba turkmenă"@ro,
        "Туркменский язык"@ru,
        "Inyeturukimeni"@rw,
        "Turkménčina"@sk,
        "Туркменски језик"@sr,
        "Turkmeniska"@sv,
        "துருக்குமேனிய மொழி"@ta,
        "เติร์กเมนิสถาน"@th,
        "Туркменська мова"@uk,
        "Èdè Turkmẹ́nì"@yo ;
    skos:definition "Turkmen (Latin script: türkmençe, türkmen dili, Cyrillic: түркменче, түркмен дили, Persian: تورکمن ﺗﻴﻠی ,تورکمنچه; Russian Туркменский язык) is the national language of Turkmenistan. It is spoken by approximately 3,000,000 people in Turkmenistan, and by an additional approximately 380,000 in northwestern Afghanistan and 500,000 in northeastern Iran."@en ;
    skos:inScheme lexvo: ;
    skos:notation "tuk"^^xsd:string ;
    skos:prefLabel "Turkmeens"@af,
        "ቱርክመንኛ"@am,
        "التركمانية"@ar,
        "turcomanu"@ast,
        "türkməncə"@az,
        "Төрөкмән теле"@ba,
        "туркменская"@be,
        "Туркмэнская мова"@be-tarask,
        "туркменски"@bg,
        "তুর্কমেনী"@bn,
        "turkmeneg"@br,
        "तुर्कमेन"@brx,
        "turkmenski"@bs,
        "туркменски"@bs-Cyrl,
        "ቱርክመንኛ"@byn,
        "turcman"@ca,
        "土库曼文"@cmn,
        "土庫曼文"@cmn-Hant,
        "turkmenština"@cs,
        "Турккăлла чĕлхи"@cv,
        "Tyrcmeneg"@cy,
        "turkmensk"@da,
        "Turkmenisch"@de,
        "ཊཱརཀ་མེན་ཁ"@dz,
        "tɛkmengbe"@ee,
        "Τουρκμενικά"@el,
        "Turkmen"@en,
        "turkmena"@eo,
        "turcomano"@es,
        "türkmeeni"@et,
        "Turkmenera"@eu,
        "ترکمنی"@fa,
        "turkmeeni"@fi,
        "Turkmen"@fil,
        "turkmenskt"@fo,
        "turkmène"@fr,
        "turcmen"@fur,
        "Tuircméinis"@ga,
        "Türkmen dili"@gag,
        "Turcmanais"@gd,
        "turcomano"@gl,
        "Turkmenisch"@gsw,
        "તુર્કમેન"@gu,
        "Tukmenistanci"@ha,
        "טורקמנית"@he,
        "तुक्रमेन"@hi,
        "Turkmen bhasa"@hif,
        "turkmenski"@hr,
        "türkmén"@hu,
        "Թուրքմեներեն"@hy,
        "turkmeno"@ia,
        "Turkmen"@id,
        "túrkmenska"@is,
        "turcomanno"@it,
        "トルクメン語"@ja,
        "თურქმენული"@ka,
        "turkmenu"@kea,
        "түркмен"@kk,
        "ទួគមេនីស្តង់"@km,
        "ಟರ್ಕ್‌ಮೆನ್"@kn,
        "तुर्कमन"@knn,
        "투르크멘어"@ko,
        "تُرکمین"@ks,
        "Törkmeenesch"@ksh,
        "Туркмен кыв"@kv,
        "түркмөн"@ky,
        "Lingua Turcomannica"@la,
        "ຕວຽກເມນ"@lo,
        "turkmėnų"@lt,
        "Torkmienu kalba"@lt-x,
        "turkmēņu"@lv,
        "туркменистански"@mk,
        "തുർക്മെൻ"@ml,
        "तुर्कमेन"@mr,
        "Bahasa Turkmen"@ms,
        "Turkmeni"@mt,
        "turkmensk"@nb,
        "टर्कमेन"@ne,
        "Turkmeens"@nl,
        "turkmensk"@nn,
        "Turkmensk"@no,
        "Lammii Turkii"@om,
        "ତୁର୍କମେନ୍"@or,
        "turkmeński"@pl,
        "Lenga turkmen-a"@pms,
        "ترکمن بولی"@pnb,
        "ترکمني"@ps,
        "turcomano"@pt,
        "Turkmin simi"@qu,
        "turkmen"@rm,
        "turkmenă"@ro,
        "туркменский"@ru,
        "Igiturukimeni"@rw,
        "Turkmen leid"@sco,
        "ටර්මෙන්"@si,
        "turkménčina"@sk,
        "turkmenščina"@sl,
        "Turkumaanish"@so,
        "Turk"@sq,
        "Туркменски"@sr,
        "Turkmenski"@sr-Latn,
        "Turkmen"@st,
        "turkmeniska"@sv,
        "Kiturukimeni"@swh,
        "டர்க்மென்"@ta,
        "తుర్కమెన్"@te,
        "Забони туркменӣ"@tg,
        "ภาษาเติร์กเมน"@th,
        "ናይ ቱርኪ ሰብዓይ (ቱርካዊ)"@ti,
        "ቱርክመንኛ"@tig,
        "Türkmen dili"@tk,
        "lea tekimeni"@to,
        "Türkmence"@tr,
        "Төрекмән теле"@tt,
        "Туркмен кыл"@udm,
        "تۈركمەن تىلى"@ug,
        "туркменська"@uk,
        "ترکمان"@ur,
        "Tiếng Tuôc-men"@vi,
        "Turkmeniš"@wae,
        "Turkmen"@xh,
        "Èdè Turkmen"@yo,
        "土库曼语"@zh,
        "Turkmen"@zsm,
        "isi-Turkmen"@zu .

<http://lexvo.org/id/iso639-3/uig> a lvont:Language,
        skos:Concept ;
    lvont:isFocusOf <http://id.loc.gov/vocabulary/iso639-2/uig> ;
    lvont:iso6392BCode "uig"^^xsd:string ;
    lvont:iso6392TCode "uig"^^xsd:string ;
    lvont:iso639P1Code "ug"^^xsd:string ;
    lvont:iso639P3PCode "uig"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-2/uig>,
        <http://www.glottolog.org/resource/languoid/id/uigh1240> ;
    owl:sameAs <http://dbpedia.org/resource/Uyghur_language>,
        <http://lexvo.org/id/iso639-1/ug>,
        <http://lexvo.org/id/wordnet/30/noun/uighur_1_10_00>,
        <http://psi.oasis-open.org/iso/639/#uig>,
        <http://www.lingvoj.org/lang/ug>,
        <http://www.mpii.de/yago/resource/Uyghur_language>,
        <info:lc/vocabulary/languages/uig> ;
    skos:altLabel "Uyghur"@af,
        "ኡዊግሁርኛ"@am,
        "ኡይጉርኛ"@am,
        "الأيغورية"@ar,
        "لغة أويغورية"@ar,
        "Uigur"@ast,
        "Uyğur dili"@az,
        "Уйгурски език"@bg,
        "উইগুর ভাষা"@bn,
        "উইঘুর"@bn,
        "ཡུལ་གོར་སྐད།"@bo,
        "Ouigoureg"@br,
        "Uigur"@ca,
        "維吾爾語"@cmn-Hant,
        "Ujgurština"@cs,
        "uygurisk"@da,
        "Uigurische Sprache"@de,
        "Ουιγουρικά"@el,
        "Uyghur"@en,
        "Uyghur language"@en,
        "Ujgura lingvo"@eo,
        "Idioma uigur"@es,
        "Uyghur"@es,
        "uygur"@es,
        "uiguuri keel"@et,
        "uyghurera"@eu,
        "زبان اویغوری"@fa,
        "Uiguurin kieli"@fi,
        "Uyghur"@fil,
        "Ouïghour"@fr,
        "ouïghour"@fr,
        "વિઘર"@gu,
        "אויגהור"@he,
        "उइगुर भाषा"@hi,
        "विग्वर"@hi,
        "ujgurski"@hr,
        "Bahasa Uighur"@id,
        "Uyghur"@id,
        "uyghur"@is,
        "Úýgúríska"@is,
        "Lingua uigura"@it,
        "uigurico"@it,
        "ウイグル語"@ja,
        "ಉಯ್‌ಗರ್"@kn,
        "Uigūrų kalba"@lt,
        "Uiguru valoda"@lv,
        "Ујгурски јазик"@mk,
        "ഉയ്ഘുർ"@ml,
        "Język ujgurski"@pl,
        "Língua uigur"@pt,
        "uighur"@pt,
        "uyghur"@pt,
        "uigură"@ro,
        "Уйгурский язык"@ru,
        "Ujgurčina"@sk,
        "Ујгурски"@sr,
        "Uiguriska"@sv,
        "Kiuiguri"@swh,
        "உய்குர் மொழி"@ta,
        "யூகுர்"@ta,
        "ఉయ్ఘుర్"@te,
        "Забони уйғурӣ"@tg,
        "ภาษาอุยกูร์"@th,
        "อุยกูร์"@th,
        "Уйгурська мова"@uk,
        "یوئگہر"@ur,
        "Tiếng Uyghur"@vi,
        "Uyghur"@zsm,
        "isi-Uyghur"@zu ;
    skos:definition "Uyghur (Uyĝur), formerly known as Eastern Turk, is a Turkic language with 8 to 11 million speakers, spoken primarily by the Uyghur people in the Xinjiang Uyghur Autonomous Region of Western China. Significant communities of Uyghur-speakers are located in Kazakhstan and Uzbekistan, and various other countries have Uyghur-speaking expatriate communities. Uyghur is an official language of the Xinjiang Uyghur Autonomous Region, and is widely used in both social and official spheres, as well as in print, radio, and television, and is used as a lingua franca by other ethnic minorities in Xinjiang."@en ;
    skos:inScheme lexvo: ;
    skos:notation "uig"^^xsd:string ;
    skos:prefLabel "Uighur"@af,
        "ኡይገር"@am,
        "الأغورية"@ar,
        "uigur"@ast,
        "uyğurca"@az,
        "уйгурская"@be,
        "Уйгурская мова"@be-tarask,
        "уйгурски"@bg,
        "ইউঘুর"@bn,
        "ཡུ་གུར་སྐད།"@bo,
        "ouigoureg"@br,
        "उईग़ुर"@brx,
        "ujgurski"@bs,
        "ујгурски"@bs-Cyrl,
        "ኡዊግሁርኛ"@byn,
        "uigur"@ca,
        "维吾尔文"@cmn,
        "維吾爾文"@cmn-Hant,
        "Uyğur tili"@crh,
        "ujgurština"@cs,
        "Уйгур чĕлхи"@cv,
        "Uighur"@cy,
        "uigurisk"@da,
        "Uigurisch"@de,
        "ཝི་གུར་ཁ"@dz,
        "uighurgbe"@ee,
        "Ουιγκούρ"@el,
        "Uighur"@en,
        "ujgura"@eo,
        "uigur"@es,
        "uiguuri"@et,
        "uigurrera"@eu,
        "اویغوری"@fa,
        "uiguuri"@fi,
        "Uighur"@fil,
        "uighur"@fo,
        "ouïgour"@fr,
        "uigur"@fur,
        "ug"@ga,
        "Ùigiurais"@gd,
        "uigur"@gl,
        "Uigurisch"@gsw,
        "ઇગુર"@gu,
        "Ugiranci"@ha,
        "אויגור"@he,
        "उईघुर"@hi,
        "Uyghur bhasa"@hif,
        "uighur"@hr,
        "ujgur"@hu,
        "Ույղուրերեն"@hy,
        "Uyghur"@ia,
        "Uighur"@id,
        "úígúr"@is,
        "uiguro"@it,
        "ウイグル"@ja,
        "უიგურული"@ka,
        "uigur"@kea,
        "ұйғыр"@kk,
        "អ៊ុយហ្គឺរ"@km,
        "ಉಯಿಘರ್"@kn,
        "उधूर"@knn,
        "위구르어"@ko,
        "Uj'juuersch"@ksh,
        "Уйгур кыв"@kv,
        "Lingua uygur"@lad,
        "ອຸຍເຄີ"@lo,
        "uigūrų"@lt,
        "Uigūru kalba"@lt-x,
        "uiguru"@lv,
        "ујгурски"@mk,
        "വിഗോർ"@ml,
        "उईघुर"@mr,
        "Bahasa Uyghur"@ms,
        "Wigur"@mt,
        "uigurisk"@nb,
        "उइघुर"@ne,
        "उईघर भाषा"@new,
        "Oeigoers"@nl,
        "uigurisk"@nn,
        "Uigurisk"@no,
        "ୟୁଘୁର୍"@or,
        "ਉਇਘੁਰ"@pa,
        "ujgurski"@pl,
        "Lenga uyghur"@pms,
        "اويگور"@ps,
        "uigur"@pt,
        "Uyq'ur simi"@qu,
        "uiguric"@rm,
        "uigur"@ro,
        "уйгурский"@ru,
        "Ikiwiguri"@rw,
        "Уйгуурдуу"@sah,
        "උයිගර්"@si,
        "ujgurčina"@sk,
        "ujgurščina"@sl,
        "UIGHUR"@so,
        "Ujgur"@sq,
        "ујгурски"@sr,
        "Ujgurski"@sr-Latn,
        "uiguriska"@sv,
        "Kiuigur"@swh,
        "யுகுர்"@ta,
        "యుజుర్"@te,
        "Ӯйғурӣ"@tg,
        "อุยกัว"@th,
        "ኡዊግሁርኛ"@tig,
        "Wikang Uighur"@tl,
        "lea fakaʻuika"@to,
        "Uygurca"@tr,
        "Уйгур теле"@tt,
        "Уйгур кыл"@udm,
        "ئۇيغۇر تىلى"@ug,
        "уйгурська"@uk,
        "ییگہر"@ur,
        "Uygʻur tili"@uz,
        "Tiếng Uighur"@vi,
        "Uiguriš"@wae,
        "Isi Uighur"@xh,
        "维吾尔语"@zh,
        "Uighur"@zsm,
        "isi-Uighur"@zu .

<http://lexvo.org/id/kangxi-radical/184> a lvont:CJKRadical ;
    lvont:label <http://lexvo.org/id/char/202D1>,
        <http://lexvo.org/id/char/2967F>,
        <http://lexvo.org/id/char/29680>,
        <http://lexvo.org/id/char/29681>,
        <http://lexvo.org/id/char/29683>,
        <http://lexvo.org/id/char/2EE0>,
        <http://lexvo.org/id/char/2FB7>,
        <http://lexvo.org/id/char/98DF>,
        <http://lexvo.org/id/char/98E0>,
        <http://lexvo.org/id/char/9963> .

<http://lexvo.org/id/iso639-3/ces> a lvont:Language,
        skos:Concept ;
    lvont:isFocusOf <http://id.loc.gov/vocabulary/iso639-2/ces>,
        <http://id.loc.gov/vocabulary/iso639-2/cze> ;
    lvont:iso6392BCode "cze"^^xsd:string ;
    lvont:iso6392TCode "ces"^^xsd:string ;
    lvont:iso639P1Code "cs"^^xsd:string ;
    lvont:iso639P3PCode "ces"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-2/ces>,
        <http://id.loc.gov/vocabulary/iso639-2/cze>,
        <http://www.glottolog.org/resource/languoid/id/czec1258> ;
    owl:sameAs <http://dbpedia.org/resource/Czech_language>,
        <http://lexvo.org/id/iso639-1/cs>,
        <http://lexvo.org/id/wordnet/30/noun/czech_1_10_00>,
        <http://psi.oasis-open.org/iso/639/#ces>,
        <http://www.lingvoj.org/lang/cs>,
        <http://www.mpii.de/yago/resource/Czech_language>,
        <info:lc/vocabulary/languages/cze> ;
    skos:altLabel "لغة تشيكية"@ar,
        "Checu"@ast,
        "Çex dili"@az,
        "Чэшская мова"@be,
        "Чешки език"@bg,
        "চেক ভাষা"@bn,
        "Tchekeg"@br,
        "Češki jezik"@bs,
        "Txec"@ca,
        "Čeština"@cs,
        "Tsieceg"@cy,
        "Tjekkisk"@da,
        "Tschechische Sprache"@de,
        "Τσεχική γλώσσα"@el,
        "Czech language"@en,
        "Ĉeĥa lingvo"@eo,
        "Idioma checo"@es,
        "Tšehhi keel"@et,
        "Txekiera"@eu,
        "زبان چکی"@fa,
        "Tšekin kieli"@fi,
        "Kekkiskt mál"@fo,
        "Tchèque"@fr,
        "Lenghe ceche"@fur,
        "An tSeicis"@ga,
        "Seacais"@gd,
        "Lingua checa"@gl,
        "צ׳כית"@he,
        "Češki jezik"@hr,
        "Cseh nyelv"@hu,
        "Lingua chec"@ia,
        "Bahasa Ceska"@id,
        "Tékkneska"@is,
        "Lingua ceca"@it,
        "ჩეხური ენა"@ka,
        "ಚೆಕ್ ಭಾಷೆ"@kn,
        "Čekų kalba"@lt,
        "Čehu valoda"@lv,
        "Чешки јазик"@mk,
        "चेक भाषा"@mr,
        "Tsjekkisk"@nn,
        "Чехаг æвзаг"@os,
        "Język czeski"@pl,
        "چيکی ژبه"@ps,
        "Língua tcheca"@pt,
        "tcheco"@pt,
        "Lingua tscheca"@rm,
        "Limba cehă"@ro,
        "Чешский язык"@ru,
        "Čeahkagiella"@se,
        "Čeština"@sk,
        "Češčina"@sl,
        "Gjuha çeke"@sq,
        "Чешки језик"@sr,
        "Tjeckiska"@sv,
        "செக் மொழி"@ta,
        "Забони чехӣ"@tg,
        "ภาษาเช็ก"@th,
        "Чеська мова"@uk,
        "Èdè Tsẹ́kì"@yo,
        "IsiTsheki"@zu ;
    skos:definition "Czech (; čeština ) is a West Slavic language with about 12 million native speakers; it is the majority language in the Czech Republic and spoken by Czechs worldwide. The language was known as Bohemian in English until the late 19th century. Czech is similar to and mutually intelligible with Slovak and, to a lesser extent, with Polish and Sorbian."@en ;
    skos:inScheme lexvo: ;
    skos:notation "ces"^^xsd:string ;
    skos:prefLabel "Ачех бызшәа"@ab,
        "Tsjeggies"@af,
        "Chɛ̂"@agq,
        "Kyɛk kasa"@ak,
        "ቼክኛ"@am,
        "Idioma checo"@an,
        "Bæmisc sprǣc"@ang,
        "التشيكية"@ar,
        "تشيكى"@arz,
        "Kicheki"@asa,
        "checu"@ast,
        "çex dili"@az,
        "Tschechische Språch"@bar,
        "Hɔp u cɛ̂k"@bas,
        "чэшская"@be,
        "Чэская мова"@be-tarask,
        "Ichi Cheki"@bem,
        "Hicheki"@bez,
        "чешки"@bg,
        "cɛkikan"@bm,
        "চেক"@bn,
        "tchekeg"@br,
        "चेक्"@brx,
        "češki"@bs,
        "чешки"@bs-Cyrl,
        "ቼክኛ"@byn,
        "txec"@ca,
        "Çehoyn mott"@ce,
        "Oruceeki"@cgg,
        "捷克文"@cmn,
        "捷克文"@cmn-Hant,
        "Lingua ceca"@co,
        "Çeh tili"@crh,
        "čeština"@cs,
        "Czesczi jãzëk"@csb,
        "Чєшьскъ ѩꙁꙑкъ"@cu,
        "Чех чĕлхи"@cv,
        "Tsiec"@cy,
        "tjekkisk"@da,
        "Kichecki"@dav,
        "Tschechisch"@de,
        "Cek senni"@dje,
        "Česka rěc"@dsb,
        "sek"@dyo,
        "ཅེཀ་ཁ"@dz,
        "Kĩcheki"@ebu,
        "tsɛkgbe"@ee,
        "Τσεχικά"@el,
        "Czech"@en,
        "𐐕𐐯𐐿"@en-Dsrt,
        "ĉeĥa"@eo,
        "checo"@es,
        "tšehhi"@et,
        "txekiera"@eu,
        "Ǹkɔ́bɔ tsɛ́g"@ewo,
        "چکی"@fa,
        "Cekkere"@ff,
        "tšekki"@fi,
        "Czech"@fil,
        "kekkiskt"@fo,
        "tchèque"@fr,
        "Tch·èco"@frp,
        "cec"@fur,
        "Tsjechysk"@fy,
        "Seicis"@ga,
        "Çeh dili"@gag,
        "Seicis"@gd,
        "checo"@gl,
        "Tschechisch"@gsw,
        "ચેક"@gu,
        "Kichecki"@guz,
        "Sheckish"@gv,
        "Harshen Cak"@ha,
        "צ'כית"@he,
        "चेक"@hi,
        "Czech bhasa"@hif,
        "češki"@hr,
        "Čěšćina"@hsb,
        "cseh"@hu,
        "Չեխերեն"@hy,
        "checo"@ia,
        "Cheska"@id,
        "Cheekị"@ig,
        "Chekiana linguo"@io,
        "tékkneska"@is,
        "ceco"@it,
        "チェコ語"@ja,
        "Kyichecki"@jmc,
        "Basa Céko"@jv,
        "ჩეხური"@ka,
        "Tačikit"@kab,
        "Kichecki"@kam,
        "Chichechi"@kde,
        "txeku"@kea,
        "Cek senni"@khq,
        "Kichecki"@ki,
        "чех"@kk,
        "tjekkiamut"@kl,
        "kutitab Chek"@kln,
        "ឆេក"@km,
        "ಜೆಕ್"@kn,
        "ज़ेक्"@knn,
        "체코어"@ko,
        "چیٚک"@ks,
        "Kichecki"@ksb,
        "ricɛ́k"@ksf,
        "Tschäschesch"@ksh,
        "Zimanê çekî"@ku,
        "Чех кыв"@kv,
        "Chekek"@kw,
        "чех тили"@ky,
        "Lingua Bohemica"@la,
        "Kɨchéeki"@lag,
        "Luceeke"@lg,
        "Tsjechisch"@li,
        "Lengua ceca"@lij,
        "litshekɛ"@ln,
        "ເຊັກ"@lo,
        "čekų"@lt,
        "Čeku kalba"@lt-x,
        "Tsheki"@lu,
        "Kichecki"@luo,
        "Kichecki"@luy,
        "čehu"@lv,
        "nkʉtʉ́k ɔ́ɔ̄ lcheki"@mas,
        "Чехонь кяль"@mdf,
        "Kĩcheki"@mer,
        "tchek"@mfe,
        "Tseky"@mg,
        "Icheki"@mgh,
        "Чех йылме"@mhr,
        "чешки"@mk,
        "ചെക്ക്"@ml,
        "झेक"@mr,
        "Bahasa Czech"@ms,
        "Ċek"@mt,
        "syekya"@mua,
        "ချက်"@my,
        "Česko-gí"@nan,
        "Czechǁî gowab"@naq,
        "tsjekkisk"@nb,
        "isi-Czech"@nd,
        "Tsjechies"@nds,
        "चेख"@ne,
        "Tsjechisch"@nl,
        "Kiɛl bó tchɛk"@nmg,
        "tsjekkisk"@nn,
        "Tsjekkisk"@no,
        "Thok cik"@nus,
        "Oruceeki"@nyn,
        "Chèc"@oc,
        "Afaan Czech"@om,
        "ଚେକ୍"@or,
        "чехаг"@os,
        "ਚੇਕ ਭਾਸ਼ਾ"@pa,
        "Langue tchèque"@pcd,
        "czeski"@pl,
        "Lenga ceca"@pms,
        "چیک بولی"@pnb,
        "چېک"@ps,
        "checo"@pt,
        "Chiku simi"@qu,
        "tschec"@rm,
        "Igiceke"@rn,
        "cehă"@ro,
        "Kichecki"@rof,
        "чешский"@ru,
        "Чеськый язык"@rue,
        "Igiceke"@rw,
        "Kyichecki"@rwk,
        "Чиэскэйдии"@sah,
        "Kichecki"@saq,
        "Ishisheki"@sbp,
        "Czech leid"@sco,
        "čeahkagiella"@se,
        "tcheco"@seh,
        "Cek senni"@ses,
        "Tyêki"@sg,
        "Češki jezik"@sh,
        "ⵜⴰⵜⵛⵉⴽⵉⵜ"@shi,
        "tatcikit"@shi-Latn,
        "චෙත්"@si,
        "čeština"@sk,
        "češčina"@sl,
        "chiCzech"@sn,
        "Jeeg"@so,
        "Çekisht"@sq,
        "Чешки"@sr,
        "Češki"@sr-Latn,
        "Se-czech"@st,
        "tjeckiska"@sv,
        "Kicheki"@sw,
        "Kichecki"@swc,
        "Kicheki"@swh,
        "Czesko godka"@szl,
        "செக்"@ta,
        "చెక్"@te,
        "Kichecki"@teo,
        "Чехӣ"@tg,
        "เช็ก"@th,
        "ቼክኛ"@ti,
        "ቼክኛ"@tig,
        "Se Czeck"@tn,
        "lea fakaseki"@to,
        "Çekçe"@tr,
        "Xi Czech"@ts,
        "Cek senni"@twq,
        "Tačikt"@tzm,
        "Чех кыл"@udm,
        "چېخ تىلى"@ug,
        "чеська"@uk,
        "چیک"@ur,
        "Chex tili"@uz,
        "ꗿꗡ"@vai,
        "Chɛ"@vai-Latn,
        "Tiếng Séc"@vi,
        "Tsehhi kiil"@vro,
        "Kyichecki"@vun,
        "Tcheke"@wa,
        "Tšečiš"@wae,
        "Isi-Czech"@xh,
        "ჩეხური ნინა"@xmf,
        "Oluceeke"@xog,
        "cɛ́kɛ́ɛ"@yav,
        "טשעכיש"@yi,
        "Èdè seeki"@yo,
        "捷克语"@zh,
        "Czech"@zsm,
        "isi-Czech"@zu .

<http://lexvo.org/id/iso639-3/cym> a lvont:Language,
        skos:Concept ;
    lvont:isFocusOf <http://id.loc.gov/vocabulary/iso639-2/cym>,
        <http://id.loc.gov/vocabulary/iso639-2/wel> ;
    lvont:iso6392BCode "wel"^^xsd:string ;
    lvont:iso6392TCode "cym"^^xsd:string ;
    lvont:iso639P1Code "cy"^^xsd:string ;
    lvont:iso639P3PCode "cym"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-2/cym>,
        <http://id.loc.gov/vocabulary/iso639-2/wel>,
        <http://www.glottolog.org/resource/languoid/id/wels1247> ;
    owl:sameAs <http://dbpedia.org/resource/Welsh_language>,
        <http://lexvo.org/id/iso639-1/cy>,
        <http://lexvo.org/id/wordnet/30/noun/welsh_1_10_00>,
        <http://psi.oasis-open.org/iso/639/#cym>,
        <http://www.lingvoj.org/lang/cy>,
        <http://www.mpii.de/yago/resource/Welsh_language>,
        <info:lc/vocabulary/languages/wel> ;
    skos:altLabel "لغة ويلزية"@ar,
        "Galés"@ast,
        "Vall dili"@az,
        "Валійская мова"@be,
        "Уелски език"@bg,
        "ওয়েলশ ভাষা"@bn,
        "Kembraeg"@br,
        "Velški jezik"@bs,
        "Gal·lès"@ca,
        "Velština"@cs,
        "Walisisk"@da,
        "Walisische Sprache"@de,
        "Ουαλική γλώσσα"@el,
        "Welsh language"@en,
        "Kimra lingvo"@eo,
        "Idioma galés"@es,
        "Kõmri keel"@et,
        "galesera"@eu,
        "زبان ولزی"@fa,
        "Kymri"@fi,
        "Walisiskt mál"@fo,
        "Gallois"@fr,
        "An Bhreatnais"@ga,
        "Lingua galesa"@gl,
        "וולשית"@he,
        "Velški jezik"@hr,
        "Walesi nyelv"@hu,
        "Lingua gallese"@ia,
        "Bahasa Wales"@id,
        "Velska"@is,
        "Lingua gallese"@it,
        "Valų kalba"@lt,
        "Velsiešu valoda"@lv,
        "Велшки јазик"@mk,
        "वेल्श भाषा"@mr,
        "Walisische Spraak"@nds,
        "Walisisk"@nn,
        "Język walijski"@pl,
        "Língua galesa"@pt,
        "Lingua valisica"@rm,
        "Limba galeză"@ro,
        "Валлийский язык"@ru,
        "Waleština"@sk,
        "Valižanščina"@sl,
        "Велшки језик"@sr,
        "walesiska"@sv,
        "வேல்சு மொழி"@ta,
        "Валлійська мова"@uk,
        "Tiếng Xentơ"@vi ;
    skos:definition "Welsh ( or , pronounced ) is a member of the Brythonic branch of the Celtic languages spoken natively in Wales, by some along the Welsh border in England, and in Y Wladfa (the Welsh colony in Chubut Province, Argentina). Historically, it has also been known in English as \"Cambrian\", \"Cambric\" and \"Cymric\"."@en ;
    skos:inScheme lexvo: ;
    skos:notation "cym"^^xsd:string ;
    skos:prefLabel "Wallies"@af,
        "ወልሽ"@am,
        "Idioma galés"@an,
        "Ƿielisc sprǣc"@ang,
        "الولزية"@ar,
        "لغه ويلزى"@arz,
        "galés"@ast,
        "uelscə"@az,
        "Kymrisch"@bar,
        "валійская"@be,
        "уелски"@bg,
        "ওয়েলশ"@bn,
        "kembraeg"@br,
        "वैल्श्"@brx,
        "velški"@bs,
        "велшки"@bs-Cyrl,
        "ወልሽ"@byn,
        "gal·lès"@ca,
        "威尔士文"@cmn,
        "威爾斯文"@cmn-Hant,
        "velština"@cs,
        "Валли чĕлхи"@cv,
        "Cymraeg"@cy,
        "walisisk"@da,
        "Walisisch"@de,
        "ཝེལཤ་ཁ"@dz,
        "walesgbe"@ee,
        "Ουαλικά"@el,
        "Welsh"@en,
        "𐐎𐐯𐑊𐑇"@en-Dsrt,
        "kimra"@eo,
        "galés"@es,
        "kõmri"@et,
        "Gales"@eu,
        "ویلزی"@fa,
        "kymri"@fi,
        "Welsh"@fil,
        "valisiskt"@fo,
        "gallois"@fr,
        "Galouès"@frp,
        "Waliisisch"@frr,
        "galês"@fur,
        "Welsk"@fy,
        "Breatnais"@ga,
        "Cuimris"@gd,
        "galés"@gl,
        "Walisisch"@gsw,
        "Walisisch"@gsw-FR,
        "વેલ્શ"@gu,
        "Bretnish"@gv,
        "Kabilar Welsh"@ha,
        "Wale"@haw,
        "ולשית"@he,
        "वेल्श"@hi,
        "velški"@hr,
        "Walizišćina"@hsb,
        "walesi"@hu,
        "Վալերեն"@hy,
        "gallese"@ia,
        "Welsh"@id,
        "Walsana linguo"@io,
        "velska"@is,
        "gallese"@it,
        "ウェールズ語"@ja,
        "უელსური"@ka,
        "gales"@kea,
        "валлий"@kk,
        "វេល"@km,
        "ವೆಲ್ಶ್"@kn,
        "वेळ्ष्"@knn,
        "웨일스어"@ko,
        "Кöмри кыв"@koi,
        "ویٚلش"@ks,
        "Walliisesch"@ksh,
        "Кӧмри кыв"@kv,
        "Kembrek"@kw,
        "Lingua Cambrica"@la,
        "Walisesch"@lb,
        "Welsh"@li,
        "Lengua galleise"@lij,
        "Galés"@lmo,
        "ເວຣວ"@lo,
        "valų"@lt,
        "velsiešu"@lv,
        "велшки"@mk,
        "വെൽഷ്"@ml,
        "वेल्श"@mr,
        "Bahasa Wales"@ms,
        "Welx"@mt,
        "ဝေလ"@my,
        "Cymru-gí"@nan,
        "walisisk"@nb,
        "Kumries"@nds,
        "वेल्श"@ne,
        "Welsh"@nl,
        "walisisk"@nn,
        "Walisisk"@no,
        "Galés"@oc,
        "Welishiffaa"@om,
        "ୱେଲ୍ସ"@or,
        "Валлийаг æвзаг"@os,
        "walijski"@pl,
        "Lenga galèisa"@pms,
        "ویلزی"@pnb,
        "ويلشي"@ps,
        "galês"@pt,
        "Kamri simi"@qu,
        "kimric"@rm,
        "velșă"@ro,
        "валлийский"@ru,
        "Ikigaluwa"@rw,
        "Limba gallesa"@sc,
        "Lingua gallisa"@scn,
        "Welsh leid"@sco,
        "kymragiella"@se,
        "Velški jezik"@sh,
        "වෙල්ස්"@si,
        "waleština"@sk,
        "valižanščina"@sl,
        "Welsh"@so,
        "Uellsisht"@sq,
        "Велшки"@sr,
        "Velški"@sr-Latn,
        "Se-welsh"@st,
        "Walisisk"@stq,
        "Kymriska"@sv,
        "Kiwelisi"@sw,
        "Kiwelisi"@swh,
        "Walijsko godka"@szl,
        "வெல்ஷ்"@ta,
        "వెల్ష్"@te,
        "Забони уелсӣ"@tg,
        "เวลส์"@th,
        "ወልሽ"@ti,
        "ወልሽ"@tig,
        "Wikang Gales"@tl,
        "Welsh"@tn,
        "lea fakauēlesi"@to,
        "Galce"@tr,
        "ۋېلش تىلى"@ug,
        "валлійська"@uk,
        "ویلش"@ur,
        "Tiếng Wales"@vi,
        "Kõmri kiil"@vro,
        "Walès"@wa,
        "Walisiš"@wae,
        "Isi-Welsh"@xh,
        "Èdè Welshi"@yo,
        "威尔士语"@zh,
        "Wales"@zsm,
        "isi-Welsh"@zu .

<http://lexvo.org/id/iso639-3/eng> a lvont:Language,
        skos:Concept ;
    lvont:isFocusOf <http://id.loc.gov/vocabulary/iso639-2/eng> ;
    lvont:iso6392BCode "eng"^^xsd:string ;
    lvont:iso6392TCode "eng"^^xsd:string ;
    lvont:iso639P1Code "en"^^xsd:string ;
    lvont:iso639P3PCode "eng"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-2/eng>,
        <http://www.glottolog.org/resource/languoid/id/stan1293> ;
    owl:sameAs <http://dbpedia.org/resource/English_language>,
        <http://lexvo.org/id/iso639-1/en>,
        <http://lexvo.org/id/wordnet/30/noun/english_1_10_00>,
        <http://lexvo.org/id/wordnet/30/noun/modern_english_1_10_00>,
        <http://psi.oasis-open.org/iso/639/#eng>,
        <http://www.lingvoj.org/lang/en>,
        <http://www.mpii.de/yago/resource/English_language>,
        <info:lc/vocabulary/languages/eng> ;
    skos:altLabel "English"@ak,
        "لغة إنجليزية"@ar,
        "Inglés"@ast,
        "İngilis dili"@az,
        "Англійская мова"@be,
        "Английски език"@bg,
        "Angilɛkan"@bm,
        "ইংরেজি ভাষা"@bn,
        "དབྱིན་ཇིའི་སྐད།"@bo,
        "Saozneg"@br,
        "Engleski jezik"@bs,
        "Anglès"@ca,
        "ᎩᎵᏏ ᎦᏬᏂᎯᏍᏗ"@chr,
        "Angličtina"@cs,
        "Engelsk"@da,
        "Englische Sprache"@de,
        "Eŋlisigbe"@ee,
        "Αγγλική γλώσσα"@el,
        "English language"@en,
        "Angla lingvo"@eo,
        "Idioma inglés"@es,
        "Inglise keel"@et,
        "ingelesa"@eu,
        "زبان انگلیسی"@fa,
        "Englannin kieli"@fi,
        "Enskt mál"@fo,
        "Anglais"@fr,
        "Lenghe inglese"@fur,
        "An Béarla"@ga,
        "Lingua inglesa"@gl,
        "અંગ્રેજી ભાષા"@gu,
        "‘Ōlelo Pelekania"@haw,
        "अंग्रेज़ी भाषा"@hi,
        "Engleski jezik"@hr,
        "Angol nyelv"@hu,
        "Lingua anglese"@ia,
        "Bahasa Inggris"@id,
        "Asụsụ Inglish"@ig,
        "Enska"@is,
        "Lingua inglese"@it,
        "ინგლისური ენა"@ka,
        "Ағылшын тілі"@kk,
        "Tuluttut"@kl,
        "ភាសាអង់គ្លេស"@km,
        "ಇಂಗ್ಲೀಷ್"@kn,
        "Англис тили"@ky,
        "Lingɛlɛ́sa"@ln,
        "ພາສາອັງກິດ"@lo,
        "Anglų kalba"@lt,
        "Angļu valoda"@lv,
        "Fiteny anglisy"@mg,
        "Англиски јазик"@mk,
        "इंग्लिश भाषा"@mr,
        "အင်္ဂလိပ်ဘာသာစကား"@my,
        "Engelsche Spraak"@nds,
        "अङ्ग्रेजी भाषा"@ne,
        "Engelsk"@nn,
        "Англисаг æвзаг"@os,
        "ਅੰਗ੍ਰੇਜ਼ੀ ਭਾਸ਼ਾ"@pa,
        "Język angielski"@pl,
        "انګرېزي ژبه"@ps,
        "Língua inglesa"@pt,
        "Lingua englaisa"@rm,
        "Limba engleză"@ro,
        "Английский язык"@ru,
        "Аҥылычаанныы"@sah,
        "Eaŋgalsgiella"@se,
        "ඉංග්‍රීසි භාෂාව"@si,
        "Angličtina"@sk,
        "Angleščina"@sl,
        "Chirungu"@sn,
        "Ingiriisi"@so,
        "Gjuha angleze"@sq,
        "Енглески језик"@sr,
        "Engelska"@sv,
        "ఆంగ్ల భాష"@te,
        "Забони англисӣ"@tg,
        "ภาษาอังกฤษ"@th,
        "Англійська мова"@uk,
        "IsiNgesi"@xh,
        "IsiNgisi"@zu ;
    skos:definition "English is a West Germanic language that arose in the Anglo-Saxon kingdoms of England and spread into what was to become south-east Scotland under the influence of the Anglian medieval kingdom of Northumbria. Following the extensive influence of Great Britain and the United Kingdom from the 18th century, via the British Empire, and of the United States since the mid-20th century, it has been widely dispersed around the world, becoming the leading language of international discourse and the lingua franca in many regions. It is widely learned as a second language and used as an official language of the European Union and many Commonwealth countries, as well as in many world organisations. It is the third most natively spoken language in the world, after Mandarin Chinese and Spanish."@en ;
    skos:inScheme lexvo: ;
    skos:notation "eng"^^xsd:string ;
    skos:prefLabel "English"@aa,
        "Bahsa Inggréh"@ace,
        "Engels"@af,
        "Kɨŋgele"@agq,
        "ܠܫܢܐ ܐܢܓܠܝܐ"@aii,
        "Borɔfo"@ak,
        "እንግሊዝኛ"@am,
        "Idioma anglés"@an,
        "Nīƿu Englisc sprǣc"@ang,
        "الإنجليزية"@ar,
        "انجليزى"@arz,
        "ইংৰাজী ভাষা"@as,
        "Kiingeredha"@asa,
        "inglés"@ast,
        "Ингилис мацӀ"@av,
        "Inlish aru"@ay,
        "ingiliscə"@az,
        "инҝилисҹә"@az-Cyrl,
        "Инглиз теле"@ba,
        "Englische Sproch"@bar,
        "Hɔp u ŋgisì"@bas,
        "Ingles"@bcl,
        "англійская"@be,
        "Ангельская мова"@be-tarask,
        "Ichi Sungu"@bem,
        "Hiingereza"@bez,
        "английски"@bg,
        "Bahasa Inggris"@bjn,
        "angilɛkan"@bm,
        "ইংরেজি"@bn,
        "དབིན་ཇིའི་སྐད།"@bo,
        "ইংরেজি ঠার"@bpy,
        "saozneg"@br,
        "अंग्रेज़ी"@brx,
        "engleski"@bs,
        "енглески"@bs-Cyrl,
        "ᨅᨔ ᨕᨗᨋᨗᨔᨗ"@bug,
        "እንግሊዝኛ"@byn,
        "anglès"@ca,
        "Ĭng-ngṳ̄"@cdo,
        "Ингалсан мотт"@ce,
        "Iningles"@ceb,
        "Orungyereza"@cgg,
        "ᎩᎵᏏ"@chr,
        "زمانی ئینگلیزی"@ckb,
        "英文"@cmn,
        "英文"@cmn-Hant,
        "Lingua inglese"@co,
        "ᐊᑲᔭᓯᒧᐃᐧᐣ"@cr,
        "İngliz tili"@crh,
        "angličtina"@cs,
        "Anielsczi jãzëk"@csb,
        "Англїискъ ѩꙁꙑкъ"@cu,
        "Акăлчан чĕлхи"@cv,
        "Saesneg"@cy,
        "engelsk"@da,
        "Kingereza"@dav,
        "Englisch"@de,
        "İngılızki"@diq,
        "Inglisi senni"@dje,
        "Engelšćina"@dsb,
        "އިނގިރޭސި"@dv,
        "angle"@dyo,
        "ཨིང་ལིཤ་ཁ"@dz,
        "Kĩthungu"@ebu,
        "yevugbe"@ee,
        "Αγγλικά"@el,
        "English"@en,
        "𐐀𐑍𐑊𐐮𐑇"@en-Dsrt,
        "angla"@eo,
        "inglés"@es,
        "inglise"@et,
        "Ingeles"@eu,
        "Ǹkɔ́bɔ éngəlís"@ewo,
        "Luenga ingresa"@ext,
        "انگلیسی"@fa,
        "Engeleere"@ff,
        "englanti"@fi,
        "Ingles"@fil,
        "enskt"@fo,
        "anglais"@fr,
        "Anglès"@frp,
        "Ingelsk"@frr,
        "inglês"@fur,
        "Ingelsk"@fy,
        "Béarla"@ga,
        "İngiliz dili"@gag,
        "英語"@gan,
        "Beurla"@gd,
        "inglés"@gl,
        "Inglyesñe'ẽ"@gn,
        "𐌰𐌲𐌲𐌹𐌻𐌰𐍂𐌰𐌶𐌳𐌰"@got,
        "Änglisch"@gsw,
        "Englische Sprache"@gsw-FR,
        "અંગ્રેજી"@gu,
        "Kingereza"@guz,
        "Baarle"@gv,
        "Turanci"@ha,
        "Yîn-ngî"@hak,
        "Pelekānia"@haw,
        "אנגלית"@he,
        "अंग्रेजी"@hi,
        "English bhasa"@hif,
        "engleski"@hr,
        "Jendźelšćina"@hsb,
        "Angle"@ht,
        "angol"@hu,
        "Անգլերեն"@hy,
        "anglese"@ia,
        "Inggris"@id,
        "Angles"@ie,
        "Oyibo"@ig,
        "ꑱꇩꉙ"@ii,
        "Pagsasao nga Ingglés"@ilo,
        "Angliana linguo"@io,
        "enska"@is,
        "inglese"@it,
        "ᖃᓪᓗᓈᑎᑐᑦ"@iu,
        "英語"@ja,
        "glibau"@jbo,
        "Aŋɡɛlúshi"@jgo,
        "Kyingereza"@jmc,
        "Basa Inggris"@jv,
        "Basa Inggris"@jv-x,
        "ინგლისური"@ka,
        "Taglizit"@kab,
        "Kingereza"@kam,
        "Инджылыбзэ"@kbd,
        "Chiingeleza"@kde,
        "ingles"@kea,
        "Kingelezi"@kg,
        "Inglisi senni"@khq,
        "Gĩthungũ"@ki,
        "ағылшын тілі"@kk,
        "yaman"@kkj,
        "tuluttut"@kl,
        "kutitab Uingeresa"@kln,
        "អង់គ្លេស"@km,
        "ಆಂಗ್ಲ"@kn,
        "आंग्ल"@knn,
        "영어"@ko,
        "Инглиш кыв"@koi,
        "Ингилиз тил"@krc,
        "اَنٛگیٖزۍ"@ks,
        "Kiingeeza"@ksb,
        "riingɛrís"@ksf,
        "Änglesch"@ksh,
        "Zimanê îngilîzî"@ku,
        "Англия кыв"@kv,
        "Sowsnek"@kw,
        "англисче"@ky,
        "Lingua Anglica"@la,
        "Lingua inglesa"@lad,
        "Kɨɨngeréesa"@lag,
        "Englesch"@lb,
        "Ингилис маз"@lbe,
        "Lungereza"@lg,
        "Ingels"@li,
        "Lèngoa ingleise"@lij,
        "Ingles"@lmo,
        "lingɛlɛ́sa"@ln,
        "ອັງກິດ"@lo,
        "anglų"@lt,
        "Onglu kalba"@lt-x,
        "Lingelesa"@lu,
        "Kingereza"@luo,
        "Lusungu"@luy,
        "angļu"@lv,
        "L:英語"@lzh,
        "nkʉtʉ́k ɔ́ɔ̄ nkɨ́resa"@mas,
        "Англань кяль"@mdf,
        "Kĩngeretha"@mer,
        "angle"@mfe,
        "Anglisy"@mg,
        "Ingilishi"@mgh,
        "Англичан йылме"@mhr,
        "Reo Pākehā"@mi,
        "англиски"@mk,
        "ഇംഗ്ലീഷ്"@ml,
        "Англи хэл"@mn,
        "इंग्रजी"@mr,
        "Bahasa Inggeris"@ms,
        "Ingliż"@mt,
        "zah Anglofoŋ"@mua,
        "အင်္ဂလိပ်"@my,
        "Англань кель"@myv,
        "اینگلیسی زبون"@mzn,
        "Inglatlahtōlli"@nah,
        "Eng-gí"@nan,
        "Lengua ngrese"@nap,
        "Engels"@naq,
        "engelsk"@nb,
        "isi-Ngisi"@nd,
        "Engels"@nds,
        "अँग्रेजी"@ne,
        "अंग्रेजी भाषा"@new,
        "Engels"@nl,
        "Ngɛ̄lɛ̄n"@nmg,
        "engelsk"@nn,
        "ngilísè"@nnh,
        "Engelsk"@no,
        "Anglum"@nov,
        "Seisimane"@nso,
        "Thok liŋli̱thni"@nus,
        "Bilagáana bizaad"@nv,
        "Chingerezi"@ny,
        "Orungyereza"@nyn,
        "Anglés"@oc,
        "Ingliffa"@om,
        "ଇଂରାଜୀ"@or,
        "англисаг"@os,
        "ਅੰਗਰੇਜ਼ੀ"@pa,
        "Ingles"@pap,
        "Inglé"@pcd,
        "Englisch"@pdc,
        "आंगलभाषा"@pi,
        "Inglish"@pih,
        "angielski"@pl,
        "Lenga anglèisa"@pms,
        "انگریزی"@pnb,
        "انګلیسي"@ps,
        "inglês"@pt,
        "Inlish simi"@qu,
        "englais"@rm,
        "Icongereza"@rn,
        "engleză"@ro,
        "Kiingereza"@rof,
        "английский"@ru,
        "Анґліцькый язык"@rue,
        "Limba anglicheascã"@rup,
        "Icyongereza"@rw,
        "Kyingereza"@rwk,
        "आङ्ग्लभाषा"@sa,
        "Ааҥл тыла"@sah,
        "Kingereza"@saq,
        "Ishingelesa"@sbp,
        "Limba inglesa"@sc,
        "Lingua ngrisa"@scn,
        "Inglis leid"@sco,
        "eaŋgalsgiella"@se,
        "inglês"@seh,
        "Inglisi senni"@ses,
        "Anglëe"@sg,
        "Engleski jezik"@sh,
        "ⵜⴰⵏⴳⵍⵉⵣⵜ"@shi,
        "tanglizt"@shi-Latn,
        "ඉංග්‍රීසි"@si,
        "angličtina"@sk,
        "angleščina"@sl,
        "Fa'aperetania"@sm,
        "English"@sn,
        "Ingiriis"@so,
        "Anglisht"@sq,
        "Енглески"@sr,
        "Engleski"@sr-Latn,
        "Ingristongo"@srn,
        "SíNgísi"@ss,
        "Senyesemane"@st,
        "Ängelske Sproake"@stq,
        "Basa Inggris"@su,
        "engelska"@sv,
        "Kiingereza"@sw,
        "Kingereza"@swc,
        "Kiingereza"@swh,
        "Angelsko godka"@szl,
        "ஆங்கிலம்"@ta,
        "ఆంగ్లం"@te,
        "Kingereza"@teo,
        "Англисӣ"@tg,
        "อังกฤษ"@th,
        "እንግሊዝኛ"@ti,
        "እንግሊዝኛ"@tig,
        "Iňlis dili"@tk,
        "Wikang Ingles"@tl,
        "Sekgoa"@tn,
        "lea fakapālangi"@to,
        "Tok Inglis"@tpi,
        "İngilizce"@tr,
        "Xi Nghezi"@ts,
        "Инглиз теле"@tt,
        "English"@tw,
        "Inglisi senni"@twq,
        "Anglès"@ty,
        "Tanglizt"@tzm,
        "Англи кыл"@udm,
        "ئىنگىلىز تىلى"@ug,
        "англійська"@uk,
        "انگریزی"@ur,
        "Ingliz tili"@uz,
        "Инглизча"@uzn,
        "inglizcha"@uzn-Latn,
        "ꕶꕱ"@vai,
        "Poo"@vai-Latn,
        "Łéngua inglexe"@vec,
        "Tiếng Anh"@vi,
        "Linglänapük"@vo,
        "Inglüse kiil"@vro,
        "Kyingereza"@vun,
        "Inglès"@wa,
        "Engliš"@wae,
        "እንግሊዝኛ"@wal,
        "Ininglis"@war,
        "Wu-angalteer"@wo,
        "英语"@wuu,
        "Инглишин келн"@xal,
        "isiNgesi"@xh,
        "Olungereza"@xog,
        "íŋgilísé"@yav,
        "ענגליש"@yi,
        "Èdè Gẹ̀ẹ́sì"@yo,
        "英文"@yue,
        "Vah Yinghgoz"@za,
        "Iengels"@zea,
        "英语"@zh,
        "Inggeris"@zsm,
        "isiNgisi"@zu .

<http://lexvo.org/id/iso639-3/fra> a lvont:Language,
        skos:Concept ;
    lvont:isFocusOf <http://id.loc.gov/vocabulary/iso639-2/fra>,
        <http://id.loc.gov/vocabulary/iso639-2/fre> ;
    lvont:iso6392BCode "fre"^^xsd:string ;
    lvont:iso6392TCode "fra"^^xsd:string ;
    lvont:iso639P1Code "fr"^^xsd:string ;
    lvont:iso639P3PCode "fra"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-2/fra>,
        <http://id.loc.gov/vocabulary/iso639-2/fre>,
        <http://www.glottolog.org/resource/languoid/id/stan1290> ;
    owl:sameAs <http://dbpedia.org/resource/French_language>,
        <http://lexvo.org/id/iso639-1/fr>,
        <http://lexvo.org/id/wordnet/30/noun/french_1_10_00>,
        <http://psi.oasis-open.org/iso/639/#fra>,
        <http://www.lingvoj.org/lang/fr>,
        <http://www.mpii.de/yago/resource/French_language>,
        <info:lc/vocabulary/languages/fre> ;
    skos:altLabel "لغة فرنسية"@ar,
        "Francés"@ast,
        "Fransız dili"@az,
        "Французская мова"@be,
        "Френски език"@bg,
        "Faransekan"@bm,
        "ফরাসি ভাষা"@bn,
        "ཧྥ་རན་སིའི་སྐད།"@bo,
        "Galleg"@br,
        "Francuski jezik"@bs,
        "Francès"@ca,
        "Francouzština"@cs,
        "Fransk"@da,
        "Französische Sprache"@de,
        "Fransegbe"@ee,
        "Γαλλική γλώσσα"@el,
        "French language"@en,
        "Franca lingvo"@eo,
        "Idioma francés"@es,
        "Prantsuse keel"@et,
        "frantsesa"@eu,
        "زبان فرانسوی"@fa,
        "Ranskan kieli"@fi,
        "Franskt mál"@fo,
        "Français"@fr,
        "Lenghe francese"@fur,
        "An Fhraincis"@ga,
        "Lingua francesa"@gl,
        "‘Ōlelo Palani"@haw,
        "फ़्रान्सीसी भाषा"@hi,
        "Francuski jezik"@hr,
        "Francia nyelv"@hu,
        "Lingua francese"@ia,
        "Bahasa Perancis"@id,
        "Franska"@is,
        "Lingua francese"@it,
        "ფრანგული ენა"@ka,
        "Француз тілі"@kk,
        "Franskisut"@kl,
        "ភាសាបារាំង"@km,
        "ಫ್ರೆಂಚ್ ಭಾಷೆ"@kn,
        "Француз тили"@ky,
        "lifalansɛ́"@ln,
        "ພາສາຝະລັ່ງ"@lo,
        "Prancūzų kalba"@lt,
        "Franču valoda"@lv,
        "Fiteny frantsay"@mg,
        "Француски јазик"@mk,
        "ഫ്രഞ്ച് ഭാഷ"@ml,
        "फ्रेंच भाषा"@mr,
        "ပြင်သစ် ဘာသာ"@my,
        "Franzöösche Spraak"@nds,
        "फ्रान्सेली भाषा"@ne,
        "Fransk"@nn,
        "Францаг æвзаг"@os,
        "ਫਰਾਂਸੀਸੀ ਭਾਸ਼ਾ"@pa,
        "Język francuski"@pl,
        "فرانسوي ژبه"@ps,
        "Língua francesa"@pt,
        "Lingua franzosa"@rm,
        "Limba franceză"@ro,
        "Французский язык"@ru,
        "Француз тыла"@sah,
        "Fránskkagiella"@se,
        "Francúzština"@sk,
        "Francoščina"@sl,
        "Af-Faransiis"@so,
        "Gjuha frënge"@sq,
        "Француски језик"@sr,
        "Franska"@sv,
        "பிரெஞ்சு மொழி"@ta,
        "ఫ్రెంచి భాష"@te,
        "Забони фаронсавӣ"@tg,
        "ภาษาฝรั่งเศส"@th,
        "Французька мова"@uk,
        "فرانسیسی زبان"@ur ;
    skos:definition "French ( or ) is a Romance language spoken as a first language in France, the Romandy region in Switzerland, Wallonia and Brussels in Belgium, Monaco, the province of Quebec and the Acadia region in Canada, and by various communities elsewhere. Second-language speakers of French are distributed throughout many parts of the world, the largest numbers of which reside in Francophone Africa. In Africa, French is most commonly spoken in Gabon (where 80% report fluency) and 110 million native speakers and 190 million second language speakers. French is the second-most studied foreign language in the world, after English."@en ;
    skos:inScheme lexvo: ;
    skos:notation "fra"^^xsd:string ;
    skos:prefLabel "French"@aa,
        "Bahsa Peurancih"@ace,
        "Frans"@af,
        "Kɨ̀fàlàŋsi"@agq,
        "ܠܫܢܐ ܦܪܢܣܝܐ"@aii,
        "Frɛnkye"@ak,
        "ፈረንሳይኛ"@am,
        "Idioma francés"@an,
        "Frencisc sprǣc"@ang,
        "الفرنسية"@ar,
        "لغه فرنساوى"@arz,
        "Kifarantha"@asa,
        "francés"@ast,
        "Француз мацӀ"@av,
        "Phransiya aru"@ay,
        "fransızca"@az,
        "франсызҹа"@az-Cyrl,
        "Француз теле"@ba,
        "Franzesisch"@bar,
        "Hɔp u pulàsi"@bas,
        "Tataramon na Pranses"@bcl,
        "французская"@be,
        "Француская мова"@be-tarask,
        "Ichi Frenchi"@bem,
        "Hifaransa"@bez,
        "френски"@bg,
        "Bahasa Parancis"@bjn,
        "tubabukan"@bm,
        "ফরাসি"@bn,
        "ཧྥ་རན་སིའི་།"@bo,
        "পর্তুগীজ ঠার"@bpy,
        "galleg"@br,
        "फ्रांसीसी"@brx,
        "francuski"@bs,
        "француски"@bs-Cyrl,
        "ፈረንሳይኛ"@byn,
        "francès"@ca,
        "Huák-ngṳ̄"@cdo,
        "Francuzhoyn mott"@ce,
        "Prinanses"@ceb,
        "Orufaransa"@cgg,
        "ᎦᎸᏥ"@chr,
        "زمانی فەڕەنسی"@ckb,
        "法文"@cmn,
        "法文"@cmn-Hant,
        "Lingua francese"@co,
        "ᐅᐱᔥᑎᑯᔮᐅᐊᔨᒧᐎᓐ"@cr,
        "Frenk tili"@crh,
        "francouzština"@cs,
        "Франкїискъ ѩꙁꙑкъ"@cu,
        "Франци чĕлхи"@cv,
        "Ffrangeg"@cy,
        "fransk"@da,
        "Kifaransa"@dav,
        "Französisch"@de,
        "Fransızki"@diq,
        "Fransee senni"@dje,
        "Francojska rěc"@dsb,
        "ފަރަންސޭސި"@dv,
        "franse"@dyo,
        "ཕྲནཅ་ཁ"@dz,
        "Kĩfaransa"@ebu,
        "fransegbe"@ee,
        "Γαλλικά"@el,
        "French"@en,
        "𐐙𐑉𐐯𐑌𐐽"@en-Dsrt,
        "franca"@eo,
        "francés"@es,
        "prantsuse"@et,
        "Frantses"@eu,
        "Ǹkɔ́bɔ fulɛnsí"@ewo,
        "Luenga francesa"@ext,
        "فرانسوی"@fa,
        "Farayseere"@ff,
        "ranska"@fi,
        "Pranses"@fil,
        "franskt"@fo,
        "français"@fr,
        "Francês"@frp,
        "francês"@fur,
        "Frânsk"@fy,
        "Fraincis"@ga,
        "Franțuz dili"@gag,
        "法語"@gan,
        "Fraingis"@gd,
        "francés"@gl,
        "Französisch"@gsw,
        "Französische Sprache"@gsw-FR,
        "ફ્રેન્ચ"@gu,
        "Kifaransa"@guz,
        "Frangish"@gv,
        "Faransanci"@ha,
        "Fap-ngî"@hak,
        "Palani"@haw,
        "צרפתית"@he,
        "फ्रेंच"@hi,
        "French bhasa"@hif,
        "francuski"@hr,
        "Francošćina"@hsb,
        "Lang franse"@ht,
        "francia"@hu,
        "Ֆրանսերեն"@hy,
        "francese"@ia,
        "Prancis"@id,
        "Fụrench"@ig,
        "ꃔꇩꉙ"@ii,
        "Pagsasao a Pransés"@ilo,
        "Franciana linguo"@io,
        "franska"@is,
        "francese"@it,
        "ᐅᐃᒍᐃᕐᒥᐅᖅ"@iu,
        "フランス語"@ja,
        "fasybau"@jbo,
        "Fɛlánci"@jgo,
        "Kyifaransa"@jmc,
        "Basa Prancis"@jv,
        "ფრანგული"@ka,
        "Tafransist"@kab,
        "Kifaransa"@kam,
        "Фрэнджыбзэ"@kbd,
        "Chifalansa"@kde,
        "franses"@kea,
        "Kifalanse"@kg,
        "Fransee senni"@khq,
        "Kĩbaranja"@ki,
        "француз тілі"@kk,
        "numbu buy"@kkj,
        "franskisut"@kl,
        "kutitab Kifaransa"@kln,
        "បារាំង"@km,
        "ಫ್ರೆಂಚ್"@kn,
        "फ्रेन्च"@knn,
        "프랑스어"@ko,
        "Франсуз кыв"@koi,
        "Француз тил"@krc,
        "فریٚنچ"@ks,
        "Kifalansa"@ksb,
        "ripɛrɛsǝ́"@ksf,
        "Franzüüsesch"@ksh,
        "Zimanê fransî"@ku,
        "Франс кыв"@kv,
        "Frenkek"@kw,
        "французча"@ky,
        "Lingua Francogallica"@la,
        "Lingua fransesa"@lad,
        "Kɨfaráansa"@lag,
        "Franséisch"@lb,
        "Lufalansa"@lg,
        "Frans"@li,
        "Lengua françèise"@lij,
        "Lengua francesa"@lmo,
        "Falansé"@ln,
        "ຝຣັ່ງ"@lo,
        "prancūzų"@lt,
        "Prancūzu kalba"@lt-x,
        "Mfwàlànsa"@lu,
        "Kifaransa"@luo,
        "Kifaransa"@luy,
        "franču"@lv,
        "L:法蘭西語"@lzh,
        "nkʉtʉ́k ɔ́ɔ̄ faransa"@mas,
        "Кранцонь кяль"@mdf,
        "Kĩfuransi"@mer,
        "franse"@mfe,
        "Frantsay"@mg,
        "Ifaransa"@mgh,
        "Француз йылме"@mhr,
        "Reo Wīwī"@mi,
        "француски"@mk,
        "ഫ്രഞ്ച്"@ml,
        "Франц хэл"@mn,
        "फ्रेंच"@mr,
        "Bahasa Perancis"@ms,
        "Franċiż"@mt,
        "zah sǝr Franssǝ"@mua,
        "ပြင်သစ်"@my,
        "Franciatlahtōlli"@nah,
        "Hoat-gí"@nan,
        "Lengua franzese"@nap,
        "Frans"@naq,
        "fransk"@nb,
        "isi-Fulentshi"@nd,
        "Frans"@nds,
        "फ्रांसेली"@ne,
        "फ्रेञ्च भाषा"@new,
        "Frans"@nl,
        "Fala"@nmg,
        "fransk"@nn,
        "felaŋsée"@nnh,
        "Fransk"@no,
        "Fransum"@nov,
        "Sefora"@nso,
        "Thok pɔrɔthani"@nus,
        "Dáághahii bizaad"@nv,
        "Orufaransa"@nyn,
        "Francés"@oc,
        "Afaan Faransaayii"@om,
        "ଫ୍ରେଞ୍ଚ"@or,
        "францаг"@os,
        "ਫਰੈਂਚ"@pa,
        "Frances"@pap,
        "Frinsé"@pcd,
        "French"@pih,
        "francuski"@pl,
        "Lenga fransèisa"@pms,
        "فرانسیسی"@pnb,
        "فرانسوي"@ps,
        "francês"@pt,
        "Ransis simi"@qu,
        "franzos"@rm,
        "Igifaransa"@rn,
        "franceză"@ro,
        "Kyifaransa"@rof,
        "французский"@ru,
        "Французькый язык"@rue,
        "Igifaransa"@rw,
        "Kyifaransa"@rwk,
        "फ्रांसीसी भाषा"@sa,
        "Пырансуустуу"@sah,
        "Kifaransa"@saq,
        "Ishifalansa"@sbp,
        "Limba frantzesa"@sc,
        "Lingua francisa"@scn,
        "French leid"@sco,
        "fránskkagiella"@se,
        "francês"@seh,
        "Fransee senni"@ses,
        "Farânzi"@sg,
        "Francuski jezik"@sh,
        "ⵜⴰⴼⵔⴰⵏⵙⵉⵙⵜ"@shi,
        "tafransist"@shi-Latn,
        "ප්‍රංශ"@si,
        "francúzština"@sk,
        "francoščina"@sl,
        "Fa'afarani"@sm,
        "chiFurenchi"@sn,
        "Faransiis"@so,
        "Frengjisht"@sq,
        "Француски"@sr,
        "Francuski"@sr-Latn,
        "SíFulentji"@ss,
        "Se-french"@st,
        "Frantsöösk"@stq,
        "Basa Perancis"@su,
        "franska"@sv,
        "Kifaransa"@sw,
        "Kifaransa"@swc,
        "Kifaransa"@swh,
        "Francusko godka"@szl,
        "பிரெஞ்சு"@ta,
        "ఫ్రెంచ్"@te,
        "Kifaransa"@teo,
        "Lia-fransés"@tet,
        "Фаронсавӣ"@tg,
        "ฝรั่งเศส"@th,
        "ፈረንሳይኛ"@ti,
        "ፈረንሳይኛ"@tig,
        "Fransuz dili"@tk,
        "Wikang Pranses"@tl,
        "Se Fora"@tn,
        "lea fakafalanisē"@to,
        "Tok Frens"@tpi,
        "Fransızca"@tr,
        "Xi Furwa"@ts,
        "Француз теле"@tt,
        "Fransee senni"@twq,
        "Reo farāni"@ty,
        "Tafṛansist"@tzm,
        "Француз кыл"@udm,
        "فرانسۇز تىلى"@ug,
        "французька"@uk,
        "فرانسیسی"@ur,
        "Fransuz tili"@uz,
        "Французча"@uzn,
        "fransuzcha"@uzn-Latn,
        "ꗱꘋꔻ"@vai,
        "Fɛŋsi"@vai-Latn,
        "Łéngua fransexe"@vec,
        "Tiếng Pháp"@vi,
        "Frans"@vls,
        "Prantsusõ kiil"@vro,
        "Kyifaransa"@vun,
        "Francès"@wa,
        "Wälš"@wae,
        "ፈረንሳይኛ"@wal,
        "Frinanses"@war,
        "Wu-faraas"@wo,
        "法文"@wuu,
        "Пранцсин келн"@xal,
        "Isi-French"@xh,
        "ფრანგული ნინა"@xmf,
        "Olufalansa"@xog,
        "feleŋsí"@yav,
        "פראנצויזיש"@yi,
        "Èdè Faransé"@yo,
        "法國話"@yue,
        "Vah Fazgoz"@za,
        "法语"@zh,
        "Perancis"@zsm,
        "isiFulentshi"@zu .

<http://lexvo.org/id/iso639-3/gla> a lvont:Language,
        skos:Concept ;
    lvont:isFocusOf <http://id.loc.gov/vocabulary/iso639-2/gla> ;
    lvont:iso6392BCode "gla"^^xsd:string ;
    lvont:iso6392TCode "gla"^^xsd:string ;
    lvont:iso639P1Code "gd"^^xsd:string ;
    lvont:iso639P3PCode "gla"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-2/gla>,
        <http://www.glottolog.org/resource/languoid/id/scot1245> ;
    owl:sameAs <http://dbpedia.org/resource/Canadian_Gaelic>,
        <http://lexvo.org/id/iso639-1/gd>,
        <http://lexvo.org/id/wordnet/30/noun/scottish_gaelic_1_10_00>,
        <http://psi.oasis-open.org/iso/639/#gla>,
        <http://www.lingvoj.org/lang/gd>,
        <http://www.mpii.de/yago/resource/Canadian_Gaelic>,
        <info:lc/vocabulary/languages/gae>,
        <info:lc/vocabulary/languages/gla> ;
    skos:altLabel "Kanadisch-Gälische Sprache"@de,
        "Canadian Gaelic"@en,
        "Gaelic, Scottish"@en,
        "Scottish Gaelic"@en,
        "Kanadangaeli"@fi,
        "Gaélique canadien"@fr,
        "gaélique écossais"@fr,
        "Gaeilge na hAlban"@ga,
        "Lingua gaelica canadese"@it,
        "Kanadensisk gäliska"@sv ;
    skos:definition "Canadian Gaelic or Cape Breton Gaelic , locally just Gaelic or The Gaelic, refers to the dialects of Scottish Gaelic that have been spoken continuously for more than 200 years on Cape Breton Island and in isolated enclaves on the Nova Scotia mainland. To a lesser extent the language is also spoken on nearby Prince Edward Island, New Brunswick, Glengarry County in present-day Ontario and by emigrant Gaels living in major Canadian cities such as Toronto. At its peak in the mid-19th century, Gaelic, considered together with the closely related Irish language, was the third most spoken language in Canada after English and French. The language has sharply declined since that period, however, and is now nearly extinct. Recently, efforts have been made to revitalise the language."@en ;
    skos:inScheme lexvo: ;
    skos:notation "gla"^^xsd:string ;
    skos:prefLabel "Skotse Gallies"@af,
        "እስኮትስ ጌልክኛ"@am,
        "الغيلية الأسكتلندية"@ar,
        "skot gaelik dili"@az,
        "шатландская гэльская"@be,
        "шотландски галски"@bg,
        "স্কটস-গ্যেলিক"@bn,
        "skoseg"@br,
        "स्कॉट्स् गैलिक्"@brx,
        "škotski galski"@bs,
        "шкотски галски"@bs-Cyrl,
        "እስኮትስ ጌልክኛ"@byn,
        "gaèlic escocès"@ca,
        "苏格兰盖尔文"@cmn,
        "蘇格蘭 - 蓋爾文"@cmn-Hant,
        "skotská gaelština"@cs,
        "Gaeleg yr Alban"@cy,
        "skotsk gælisk"@da,
        "Schottisches Gälisch"@de,
        "skɔtlanɖ gaeliagbe"@ee,
        "Σκωτικά Κελτικά"@el,
        "Gaelic"@en,
        "gaela"@eo,
        "gaélico escocés"@es,
        "gaeli"@et,
        "eskoziako gaelikoa"@eu,
        "گیلی اسکاتلندی"@fa,
        "gaeli"@fi,
        "Scots Gaelic"@fil,
        "skotskt gæliskt"@fo,
        "gaélique"@fr,
        "gaelic scozês"@fur,
        "Gaeilge Cheanada"@ga,
        "Gàidhlig"@gd,
        "gaélico escocés"@gl,
        "Schottisch-Gäälisch"@gsw,
        "સ્કોટ્સ ગેલિક"@gu,
        "Gaelg Chanadagh"@gv,
        "K'abilan Scots Gaelic"@ha,
        "גאלית סקוטית"@he,
        "स्काट्स् गायेलिक्"@hi,
        "škotski-galski"@hr,
        "skót gael"@hu,
        "Գաելյան Շոտլանդերեն"@hy,
        "scoto gaelic"@ia,
        "Gaelik Skotlandia"@id,
        "skosk gelíska"@is,
        "gaelico scozzese"@it,
        "スコットランド・ゲール語"@ja,
        "შოტლანდიურ-გალური"@ka,
        "Солтүстік Шотландия"@kk,
        "ភាសាហ្កែលិគ [gd]"@km,
        "ಸ್ಕಾಟಿಶ್ ಗ್ಯಾಲಿಕ್"@kn,
        "स्काटस् गेलिक्"@knn,
        "스코틀랜드 게일어"@ko,
        "سکوٹِش گیےلِک"@ks,
        "ສະກັອດເກລິກ"@lo,
        "škotų (gėlų)"@lt,
        "gēlu"@lv,
        "шкотско галски"@mk,
        "സ്കോട്ടിഷ് ഗൈലിക്"@ml,
        "स्कॉट्स गेलिक"@mr,
        "Galliku Skoċċiż"@mt,
        "skotsk gælisk"@nb,
        "स्कट्स गाएलिक"@ne,
        "Schots Gaelic"@nl,
        "skotsk-gælisk"@nn,
        "Kanadisk gælisk"@no,
        "Scots Gaelic"@om,
        "ସ୍କଟିସ୍ ଗାଏଲିକ୍"@or,
        "szkocki gaelicki"@pl,
        "سکاټلېنډي ګېلک"@ps,
        "gaélico escocês"@pt,
        "gaelic scot"@rm,
        "gaelică scoțiană"@ro,
        "гэльский"@ru,
        "Ikigaluwa cy'Igisweduwa"@rw,
        "škótska gaelčina"@sk,
        "škotska gelščina"@sl,
        "Iskot Giilik"@so,
        "Galisht"@sq,
        "Шкотски Галски"@sr,
        "Škotski Galski"@sr-Latn,
        "Se-scots gaelic"@st,
        "höglandsskotska"@sv,
        "Kigaeli cha Uskoti"@swh,
        "ஸ்காட்ஸ் கேலிக்"@ta,
        "స్కాటిష్ గేలిక్"@te,
        "Шотландӣ-Галикӣ"@tg,
        "สกอตส์กาลิก"@th,
        "እስኮትስ ጌልክኛ"@ti,
        "እስኮትስ ጌልክኛ"@tig,
        "Scots Gaelic"@tn,
        "lea fakakaeliki"@to,
        "İskoç Gal Dili"@tr,
        "гаельська"@uk,
        "سکاٹ گیلِک"@ur,
        "Tiếng Xentơ (Xcốt len)"@vi,
        "Scots Gaelic"@xh,
        "Èdè Gaelik ti Ilu Scotland"@yo,
        "加拿大苏格兰盖尔语"@zh,
        "Scots Gaelic"@zsm,
        "i-Scottish Gaelic"@zu .

<http://lexvo.org/id/iso639-3/hye> a lvont:Language,
        skos:Concept ;
    lvont:isFocusOf <http://id.loc.gov/vocabulary/iso639-2/arm>,
        <http://id.loc.gov/vocabulary/iso639-2/hye> ;
    lvont:iso6392BCode "arm"^^xsd:string ;
    lvont:iso6392TCode "hye"^^xsd:string ;
    lvont:iso639P1Code "hy"^^xsd:string ;
    lvont:iso639P3PCode "hye"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-2/arm>,
        <http://id.loc.gov/vocabulary/iso639-2/hye>,
        <http://www.glottolog.org/resource/languoid/id/nucl1235> ;
    owl:sameAs <http://lexvo.org/id/iso639-1/hy>,
        <http://lexvo.org/id/wordnet/30/noun/armenian_1_10_00>,
        <http://psi.oasis-open.org/iso/639/#hye>,
        <http://www.lingvoj.org/lang/hy>,
        <info:lc/vocabulary/languages/arm> ;
    skos:altLabel "armênio"@pt ;
    skos:inScheme lexvo: ;
    skos:notation "hye"^^xsd:string ;
    skos:prefLabel "Armeens"@af,
        "አርመናዊ"@am,
        "الأرمينية"@ar,
        "armeniu"@ast,
        "Ermənicə"@az,
        "армянская"@be,
        "арменски"@bg,
        "আর্মেনিয়"@bn,
        "armenianeg"@br,
        "अरमेनियन्"@brx,
        "jermenski"@bs,
        "јерменски"@bs-Cyrl,
        "አርመናዊ"@byn,
        "armeni"@ca,
        "亚美尼亚文"@cmn,
        "亞美尼亞文"@cmn-Hant,
        "arménština"@cs,
        "Armeneg"@cy,
        "armensk"@da,
        "Armenisch"@de,
        "ཨར་མི་ནི་ཡཱན་ཁ"@dz,
        "armeniagbe"@ee,
        "Αρμενικά"@el,
        "Armenian"@en,
        "𐐂𐑉𐑋𐐨𐑌𐐨𐐲𐑌"@en-Dsrt,
        "armena"@eo,
        "armenio"@es,
        "armeenia"@et,
        "armeniera"@eu,
        "ارمنی"@fa,
        "armenia"@fi,
        "Armenian"@fil,
        "armenskt"@fo,
        "arménien"@fr,
        "armen"@fur,
        "Airméinis"@ga,
        "Airmeinis"@gd,
        "armenio"@gl,
        "Armenisch"@gsw,
        "આર્મેનિયન"@gu,
        "Armeniyanci"@ha,
        "ארמנית"@he,
        "अरमेनियन्"@hi,
        "armenski"@hr,
        "örmény"@hu,
        "Հայերէն"@hy,
        "armeniano"@ia,
        "Armenia"@id,
        "armenska"@is,
        "armeno"@it,
        "アルメニア語"@ja,
        "სომხური"@ka,
        "arméniu"@kea,
        "армян"@kk,
        "អារមេនី"@km,
        "ಅರ್ಮೇನಿಯನ್"@kn,
        "आर्मीनियन्"@knn,
        "아르메니아어"@ko,
        "اَرمینیَن"@ks,
        "Armeenesch"@ksh,
        "ອາກເມນີ"@lo,
        "armėnų"@lt,
        "armēņu"@lv,
        "ерменски"@mk,
        "അർമേനിയൻ"@ml,
        "आर्मेनियन"@mr,
        "Armenjan"@mt,
        "armensk"@nb,
        "आर्मेनियाली"@ne,
        "Armeens"@nl,
        "armensk"@nn,
        "ଆର୍ମେନିଆନ୍"@or,
        "сомихаг"@os,
        "ormiański"@pl,
        "ارمني"@ps,
        "arménio"@pt,
        "armen"@rm,
        "armeană"@ro,
        "армянский"@ru,
        "Ikinyarumeniya"@rw,
        "Эрмээннии"@sah,
        "armeenagiella"@se,
        "ආර්මේනියානු"@si,
        "arménčina"@sk,
        "armenščina"@sl,
        "Armeeniyaan"@so,
        "Armen"@sq,
        "Јерменски"@sr,
        "Jermenski"@sr-Latn,
        "armeniska"@sv,
        "Kiarmenia"@swh,
        "ஆர்மேனியன்"@ta,
        "ఆర్మేనియన్"@te,
        "อาร์เมเนีย"@th,
        "አርመናዊ"@tig,
        "lea fakaʻaminiume"@to,
        "Ermenice"@tr,
        "вірменська"@uk,
        "ارمینی"@ur,
        "Tiếng Ác-mê-ni"@vi,
        "Armeniš"@wae,
        "isiArmenian"@xh,
        "Èdè Ile Armenia"@yo,
        "Armenia"@zsm,
        "isi-Armenia"@zu .

<http://lexvo.org/id/iso639-3/isl> a lvont:Language,
        skos:Concept ;
    lvont:isFocusOf <http://id.loc.gov/vocabulary/iso639-2/ice>,
        <http://id.loc.gov/vocabulary/iso639-2/isl> ;
    lvont:iso6392BCode "ice"^^xsd:string ;
    lvont:iso6392TCode "isl"^^xsd:string ;
    lvont:iso639P1Code "is"^^xsd:string ;
    lvont:iso639P3PCode "isl"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-2/ice>,
        <http://id.loc.gov/vocabulary/iso639-2/isl>,
        <http://www.glottolog.org/resource/languoid/id/icel1247> ;
    owl:sameAs <http://dbpedia.org/resource/Icelandic_language>,
        <http://lexvo.org/id/iso639-1/is>,
        <http://lexvo.org/id/wordnet/30/noun/icelandic_1_10_00>,
        <http://psi.oasis-open.org/iso/639/#isl>,
        <http://www.lingvoj.org/lang/is>,
        <http://www.mpii.de/yago/resource/Icelandic_language>,
        <info:lc/vocabulary/languages/ice> ;
    skos:altLabel "لغة آيسلندية"@ar,
        "Islandés"@ast,
        "İsland dili"@az,
        "Ісландская мова"@be,
        "Исландски език"@bg,
        "আইসল্যান্ডীয় ভাষা"@bn,
        "Islandeg"@br,
        "Islandski jezik"@bs,
        "Islandès"@ca,
        "Islandština"@cs,
        "Islandsk"@da,
        "Isländische Sprache"@de,
        "Ισλανδική γλώσσα"@el,
        "Icelandic language"@en,
        "Islanda lingvo"@eo,
        "Idioma islandés"@es,
        "Islandi keel"@et,
        "Islandiera"@eu,
        "ایسلندی"@fa,
        "زبان ایسلندی"@fa,
        "Islannin kieli"@fi,
        "Íslendskt mál"@fo,
        "Islandais"@fr,
        "An Íoslainnis"@ga,
        "Lingua islandesa"@gl,
        "आइसलैण्डिक भाषा"@hi,
        "Islandski jezik"@hr,
        "Izlandi nyelv"@hu,
        "Bahasa Islan"@id,
        "Íslenska"@is,
        "Lingua islandese"@it,
        "ისლანდიური ენა"@ka,
        "Исланд тілі"@kk,
        "Islandimiusut"@kl,
        "ភាសាអាយឡែន"@km,
        "Islandų kalba"@lt,
        "Īslandiešu valoda"@lv,
        "Исландски јазик"@mk,
        "इस्लेन्स्का भाषा"@mr,
        "Ieslannsch"@nds,
        "Islandsk"@nn,
        "Język islandzki"@pl,
        "Língua islandesa"@pt,
        "Limba islandeză"@ro,
        "Исландский язык"@ru,
        "Islánddagiella"@se,
        "Islandčina"@sk,
        "Islandščina"@sl,
        "Gjuha islandeze"@sq,
        "Исландски језик"@sr,
        "Isländska"@sv,
        "இசுலேன்சுக மொழி"@ta,
        "Забони исландӣ"@tg,
        "ภาษาไอซ์แลนด์"@th,
        "Ісландська мова"@uk,
        "Tiếng Ai-xơ-len"@vi ;
    skos:definition "Icelandic is a North Germanic language, the main language of Iceland. Its closest relative is Faroese."@en ;
    skos:inScheme lexvo: ;
    skos:notation "isl"^^xsd:string ;
    skos:prefLabel "Yslands"@af,
        "አይስላንድኛ"@am,
        "Idioma islandés"@an,
        "Īslendisc sprǣc"@ang,
        "الأيسلاندية"@ar,
        "ايسلاندى"@arz,
        "islandés"@ast,
        "isləndcə"@az,
        "Isländisch"@bar,
        "ісландская"@be,
        "Ісьляндзкая мова"@be-tarask,
        "исландски"@bg,
        "আইসল্যান্ডীয়"@bn,
        "islandeg"@br,
        "आईस्लैंडिक्"@brx,
        "islandski"@bs,
        "исландски"@bs-Cyrl,
        "አይስላንድኛ"@byn,
        "islandès"@ca,
        "Iselandhoyn mott"@ce,
        "冰岛文"@cmn,
        "冰島文"@cmn-Hant,
        "Lingua islandesa"@co,
        "İsland tili"@crh,
        "islandština"@cs,
        "Исланд чĕлхи"@cv,
        "Islandeg"@cy,
        "islandsk"@da,
        "Isländisch"@de,
        "ཨ་ཡིས་ལེན་ཌིཀ་ཁ"@dz,
        "icelanɖgbe"@ee,
        "Ισλανδικά"@el,
        "Icelandic"@en,
        "𐐌𐑅𐑊𐐰𐑌𐐼𐐮𐐿"@en-Dsrt,
        "islanda"@eo,
        "islandés"@es,
        "islandi"@et,
        "islandiera"@eu,
        "Luenga islandesa"@ext,
        "آیسلندی"@fa,
        "islanti"@fi,
        "Icelandic"@fil,
        "íslendskt"@fo,
        "islandais"@fr,
        "islandês"@fur,
        "Yslânsk"@fy,
        "Íoslainnis"@ga,
        "冰島語"@gan,
        "Innis-Tìlis"@gd,
        "islandés"@gl,
        "Iisländisch"@gsw,
        "Isländische Sprache"@gsw-FR,
        "આઇસલેન્ડિક"@gu,
        "Eeslynnish"@gv,
        "Yaren mutanen Iceland"@ha,
        "איסלנדית"@he,
        "आईस्लैंडिक्"@hi,
        "islandski"@hr,
        "Islandšćina"@hsb,
        "izlandi"@hu,
        "Իսլանդերեն"@hy,
        "islandese"@ia,
        "Islandia"@id,
        "Islandana linguo"@io,
        "íslenska"@is,
        "islandese"@it,
        "アイスランド語"@ja,
        "ისლანდიური"@ka,
        "Ислэндбзэ"@kbd,
        "islandes"@kea,
        "исланд"@kk,
        "islandimiusut"@kl,
        "អ៊ីស្លង់"@km,
        "ಐಸ್ಲಾಂಡಿಕ್"@kn,
        "आईस्लान्डिक"@knn,
        "아이슬란드어"@ko,
        "آیِسلینڈِک"@ks,
        "Ißländesch"@ksh,
        "Исленска кыв"@kv,
        "Islandek"@kw,
        "исландча"@ky,
        "Lingua Islandica"@la,
        "Islännesch"@lb,
        "Ieslandjs"@li,
        "Lengua islandeise"@lij,
        "Lengua Islandesa"@lmo,
        "ອິສລັງ"@lo,
        "islandų"@lt,
        "Islandu kalba"@lt-x,
        "īslandiešu"@lv,
        "Исланд йылме"@mhr,
        "исландски"@mk,
        "ഐസ്‌ലാൻഡിക്"@ml,
        "आईसलँडिक"@mr,
        "Bahasa Iceland"@ms,
        "Iżlandiż"@mt,
        "Iztlahtōlli"@nah,
        "Peng-tē-gí"@nan,
        "islandsk"@nb,
        "Ieslaans"@nds,
        "आइसल्यान्डिक"@ne,
        "IJslands"@nl,
        "islandsk"@nn,
        "Islandsk"@no,
        "Islandés"@oc,
        "Ayiislandiffaa"@om,
        "ଆଇସଲାଣ୍ଡିକ୍"@or,
        "Исландиаг æвзаг"@os,
        "islandzki"@pl,
        "Lenga islandèisa"@pms,
        "آئیسلینڈی"@pnb,
        "أيسلېنډي"@ps,
        "islandês"@pt,
        "Islandya simi"@qu,
        "islandais"@rm,
        "islandeză"@ro,
        "исландский"@ru,
        "Igisilande"@rw,
        "Lingua islannisa"@scn,
        "Icelandic leid"@sco,
        "islánddagiella"@se,
        "Islandski jezik"@sh,
        "අයිස්ලන්ත"@si,
        "islandčina"@sk,
        "islandščina"@sl,
        "Ayslandays"@so,
        "Islandisht"@sq,
        "Исландски"@sr,
        "Islandski"@sr-Latn,
        "Se-iceland"@st,
        "Iesloundsk"@stq,
        "isländska"@sv,
        "Kiaisilandi"@swh,
        "ஐஸ்லென்டிக்"@ta,
        "ఐస్లాండిక్"@te,
        "Исландӣ"@tg,
        "ไอซ์แลนด์"@th,
        "አይስላንደኛ"@ti,
        "አይስላንድኛ"@tig,
        "Icelandic"@tn,
        "lea fakaʻaisilani"@to,
        "Tok Aislan"@tpi,
        "İzlandaca"@tr,
        "hi xi Iceland"@ts,
        "Исланд теле"@tt,
        "ئىسلاندىيە تىلى"@ug,
        "ісландська"@uk,
        "آئس لینڈ کا باشندہ"@ur,
        "Łéngua islandéxe"@vec,
        "Tiếng Iceland"@vi,
        "Iisländiš"@wae,
        "冰岛文"@wuu,
        "Isi-Icelandic"@xh,
        "Èdè Icelandic"@yo,
        "冰岛语"@zh,
        "Iceland"@zsm,
        "isi-Icelandic"@zu .

<http://lexvo.org/id/iso639-3/kal> a lvont:Language,
        skos:Concept ;
    lvont:isFocusOf <http://id.loc.gov/vocabulary/iso639-2/kal> ;
    lvont:iso6392BCode "kal"^^xsd:string ;
    lvont:iso6392TCode "kal"^^xsd:string ;
    lvont:iso639P1Code "kl"^^xsd:string ;
    lvont:iso639P3PCode "kal"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-2/kal>,
        <http://www.glottolog.org/resource/languoid/id/kala1399> ;
    owl:sameAs <http://dbpedia.org/resource/Greenlandic_language>,
        <http://lexvo.org/id/iso639-1/kl>,
        <http://psi.oasis-open.org/iso/639/#kal>,
        <http://www.lingvoj.org/lang/kl>,
        <http://www.mpii.de/yago/resource/Greenlandic_language>,
        <info:lc/vocabulary/languages/kal> ;
    skos:altLabel "لغة جرينلاندية"@ar,
        "гренландски ескимоски"@bg,
        "Grenlandès"@ca,
        "Grónština"@cs,
        "Grønlandsk"@da,
        "Grönländische Sprache"@de,
        "Γροιλανδική γλώσσα"@el,
        "Greenlandic language"@en,
        "Kalaallisut"@en,
        "Gronlanda lingvo"@eo,
        "Idioma groenlandés"@es,
        "Grööni keel"@et,
        "زبان گرینلندی"@fa,
        "Grönlannin kieli"@fi,
        "kalaallisut"@fi,
        "Groenlandais"@fr,
        "קאלאליסוטית"@he,
        "ग्रीनलैंडिक भाषा"@hi,
        "Grenlandski jezik"@hr,
        "Grönlandi nyelv"@hu,
        "Bahasa Kalaallisut"@id,
        "Grænlenska"@is,
        "Lingua groenlandese"@it,
        "Kalaallisut"@kl,
        "Grenlandų kalba"@lt,
        "Grenlandiešu valoda"@lv,
        "Гренландски јазик"@mk,
        "kalaallisut; grønlandsk"@nn,
        "Język grenlandzki"@pl,
        "Língua groenlandesa"@pt,
        "Гренландский язык"@ru,
        "grónska eskimáčtina"@sk,
        "Grenlandščina"@sl,
        "Гренландски језик"@sr,
        "Grönländska"@sv,
        "கிரீன்லாந்து மொழி"@ta,
        "ภาษากะลาลลิซุต"@th,
        "Grönland Dili"@tr,
        "Ґренландська мова"@uk,
        "Tiếng Kalaallisut"@vi ;
    skos:definition "Greenlandic is an Eskimo–Aleut language spoken by about 57,000 people in Greenland. It is closely related to the Inuit languages in Canada, such as Inuktitut. The main dialect, Kalaallisut or West Greenlandic, has been the official language of the Greenlandic autonomous territory since June 2009; this is a move by the Greenlandic government to strengthen the language in its competition with the colonial language, Danish. Other dialects are East Greenlandic (Tunumiisut) and the Thule dialect Inuktun or Polar Eskimo."@en ;
    skos:inScheme lexvo: ;
    skos:notation "kal"^^xsd:string ;
    skos:prefLabel "ካላሊሱትኛ"@am,
        "الكالاليست"@ar,
        "Groenlandés"@ast,
        "kalalisut dili"@az,
        "Grönländische Sproch"@bar,
        "Грэнландская мова"@be,
        "Гренландски език"@bg,
        "ক্যালাল্লিসুট"@bn,
        "Greunlandeg"@br,
        "कलालीसुत"@brx,
        "kalalisutski"@bs,
        "калалисут"@bs-Cyrl,
        "ካላሊሱትኛ"@byn,
        "grenlandès"@ca,
        "格陵兰文"@cmn,
        "格陵蘭文"@cmn-Hant,
        "grónština"@cs,
        "grønlandsk"@da,
        "Grönländisch"@de,
        "kalaalisugbe"@ee,
        "Καλααλισούτ"@el,
        "Greenlandic"@en,
        "gronlanda"@eo,
        "groenlandés"@es,
        "grööni"@et,
        "Groenlandiera"@eu,
        "گرینلندی"@fa,
        "grönlanti"@fi,
        "Grønlendskt mál"@fo,
        "groenlandais"@fr,
        "Greenluns"@frr,
        "kalaallisut"@fur,
        "Graonlainnis"@ga,
        "Kalaallisut"@gd,
        "Lingua grenlandesa"@gl,
        "Gröönländisch"@gsw,
        "કલાલ્લિસુત"@gu,
        "Greenlynnish"@gv,
        "גרינלנדית"@he,
        "ग्रीनलैंडिक"@hi,
        "kalaallisut"@hr,
        "Grönlandšćina"@hsb,
        "grönlandi"@hu,
        "Kalaallisut"@id,
        "grænlenska"@is,
        "kalaallisut"@it,
        "グリーンランド語"@ja,
        "გრენლანდიური ენა"@ka,
        "kalaallisut"@kl,
        "ಕಲಾಲ್ಲಿಸುಟ್"@kn,
        "ग्रीनलान्डिक"@knn,
        "그린란드어"@ko,
        "کَلالِسُت"@ks,
        "Kalaallisut"@ku,
        "Lingua Groenlandica"@la,
        "ກຣີນແລນລິດ"@lo,
        "kalalisut"@lt,
        "grenlandiešu"@lv,
        "Гренланд йылме"@mhr,
        "калалисут"@mk,
        "കലാല്ലിസട്ട്"@ml,
        "कलाल्लिसुत"@mr,
        "Kalallisut"@mt,
        "Chheⁿ-tē-gú"@nan,
        "grønlandsk"@nb,
        "Groenlands"@nl,
        "Grønlandsk"@nn,
        "Grønlandsk"@no,
        "ଗ୍ରୀନଲାଣ୍ଡିକ୍"@or,
        "grenlandzki"@pl,
        "Lenga inuktitut, greenlandic"@pms,
        "groenlandês"@pt,
        "Kalalit simi"@qu,
        "grönlandais"@rm,
        "kalaallisut"@ro,
        "гренландский"@ru,
        "Lingua groenlannisa"@scn,
        "Grenlandski jezik"@sh,
        "Grónčina"@sk,
        "grenlandščina"@sl,
        "Калалисут"@sr,
        "Kalalisutski"@sr-Latn,
        "grönländska"@sv,
        "கலாலிசூட்"@ta,
        "కలాల్లిసూట్"@te,
        "กรีนแลนด์"@th,
        "ካላሊሱትኛ"@tig,
        "lea fakakalaʻalisuti"@to,
        "Grönlandca"@tr,
        "Гренландиысь инуит кыл"@udm,
        "калааллісут"@uk,
        "Kalaallisut"@vec,
        "Tiếng Greenland"@vi,
        "格陵兰语"@zh .

<http://lexvo.org/id/iso639-3/mon> a lvont:Language,
        skos:Concept ;
    lvont:isFocusOf <http://id.loc.gov/vocabulary/iso639-2/mon> ;
    lvont:iso6392BCode "mon"^^xsd:string ;
    lvont:iso6392TCode "mon"^^xsd:string ;
    lvont:iso639P1Code "mn"^^xsd:string ;
    lvont:iso639P3PCode "mon"^^xsd:string ;
    lvont:iso639P5Code "xgn"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-2/mon>,
        <http://id.loc.gov/vocabulary/iso639-5/xgn> ;
    owl:sameAs <http://dbpedia.org/resource/Mongolian_languages>,
        <http://dbpedia.org/resource/Mongolic_languages>,
        <http://lexvo.org/id/iso639-1/mn>,
        <http://lexvo.org/id/iso639-5/xgn>,
        <http://psi.oasis-open.org/iso/639/#mon>,
        <http://www.lingvoj.org/lang/mn>,
        <http://www.mpii.de/yago/resource/Mongolian_languages>,
        <http://www.mpii.de/yago/resource/Mongolic_languages>,
        <info:lc/vocabulary/languages/mon> ;
    skos:altLabel "Monqol dilləri"@az,
        "Монголски езици"@bg,
        "Yezhoù mongolek"@br,
        "Llengües mongòliques"@ca,
        "Mongolské jazyky"@cs,
        "Ieithoedd Mongolaidd"@cy,
        "Mongolische Sprachen"@de,
        "Mongolian language"@en,
        "Mongolian languages"@en,
        "Mongolic language"@en,
        "Mongolic languages"@en,
        "Lenguas mongólicas"@es,
        "مغولی"@fa,
        "Mongolilaiset kielet"@fi,
        "Langues mongoles"@fr,
        "langue mongoles"@fr,
        "mongoles, langues"@fr,
        "मंगोल भाषा-परिवार"@hi,
        "Lingue mongoliche"@it,
        "モンゴル諸語"@ja,
        "몽골어족"@ko,
        "Mongolų kalbos"@lt,
        "Монголски јазици"@mk,
        "Mongoolse talen"@nl,
        "Mongolske språk"@nn,
        "Języki mongolskie"@pl,
        "Línguas mongólicas"@pt,
        "Монгольские языки"@ru,
        "Mongolské jazyky"@sk,
        "Монголски језици"@sr,
        "Mongolspråk"@sv,
        "Moğol dilleri"@tr,
        "Монгольські мови"@uk ;
    skos:definition "The Mongolic languages are a group of languages spoken in East-Central Asia, mostly in Mongolia and surrounding areas plus in Kalmykia. The best-known member of this language family, Mongolian, is the primary language of most of the residents of Mongolia and the Mongolian residents of Inner Mongolia, China with an estimated 5.2 million speakers. Mongolic is sometimes grouped with Turkic, Tungusic and possibly Korean and Japonic as part of the larger Altaic family."@en ;
    skos:inScheme lexvo: ;
    skos:notation "mon"^^xsd:string ;
    skos:prefLabel "Mongools"@af,
        "ሞንጎላዊኛ"@am,
        "Luengas mongols"@an,
        "المنغولية"@ar,
        "monqolca"@az,
        "мангольская"@be,
        "монголски"@bg,
        "মঙ্গোলিয়"@bn,
        "སོག་སྐད།"@bo,
        "mongoleg"@br,
        "मोंगोलियन"@brx,
        "mongolski"@bs,
        "монголски"@bs-Cyrl,
        "ሞንጎላዊኛ"@byn,
        "mongol"@ca,
        "蒙古文"@cmn,
        "蒙古文"@cmn-Hant,
        "mongolština"@cs,
        "Монгол чĕлхисем"@cv,
        "Mongoleg"@cy,
        "mongolsk"@da,
        "Mongolisch"@de,
        "སོག་པོའི་ཁ"@dz,
        "mongoliagbe"@ee,
        "Μογγολικά"@el,
        "Mongolian"@en,
        "𐐣𐐱𐑍𐐬𐑊𐐨𐐲𐑌"@en-Dsrt,
        "mongola"@eo,
        "mongol"@es,
        "mongoli"@et,
        "mongoliera"@eu,
        "مغلی"@fa,
        "mongoli"@fi,
        "Mongolian"@fil,
        "mongoliskt"@fo,
        "mongol"@fr,
        "mongul"@fur,
        "Mongóilis"@ga,
        "Mongolais"@gd,
        "mongol"@gl,
        "Mongolisch"@gsw,
        "મોંગોલિયન"@gu,
        "Mongolian"@ha,
        "מונגולית"@he,
        "मंगोलीयाई"@hi,
        "mongolski"@hr,
        "Mongolske rěče"@hsb,
        "mongol"@hu,
        "Մոնղոլերեն"@hy,
        "mongolico"@ia,
        "Mongolia"@id,
        "Mongola lingui"@io,
        "mongólska"@is,
        "mongolo"@it,
        "モンゴル語"@ja,
        "მონღოლური"@ka,
        "моңғол"@kk,
        "ភាសាម៉ុងហ្គោលី"@km,
        "ಮಂಗೋಲಿಯನ್"@kn,
        "मंगोलियन्"@knn,
        "몽고어"@ko,
        "مَنٛگولی"@ks,
        "Mongjolesch"@ksh,
        "ມ່ອງໂກເລ້ຍ"@lo,
        "mongolų"@lt,
        "mongoļu"@lv,
        "монголски"@mk,
        "മംഗോളിയൻ"@ml,
        "Монгол хэлний бүлэг"@mn,
        "मंगोलियन"@mr,
        "Mongoljan"@mt,
        "မွန်ဂိုလီးယန်း"@my,
        "mongolsk"@nb,
        "मंगोल"@ne,
        "Mongools"@nl,
        "mongolsk"@nn,
        "Mongolske språk"@no,
        "ମଙ୍ଗୋଲିଆନ୍"@or,
        "mongolski"@pl,
        "مغولي"@ps,
        "mongol"@pt,
        "Mungul rimaykuna"@qu,
        "mongolic"@rm,
        "mongolă"@ro,
        "монгольский"@ru,
        "Ikimongoli"@rw,
        "Моҕуоллуу"@sah,
        "Mongolic leids"@sco,
        "mongoliagiella"@se,
        "mongolčina"@sk,
        "mongolščina"@sl,
        "Mangooli"@so,
        "Mongolisht"@sq,
        "Монголски"@sr,
        "Mongolski"@sr-Latn,
        "mongoliska"@sv,
        "Mongolia"@swh,
        "மங்கோலியன்"@ta,
        "మంగోలియన్"@te,
        "มองโกเลีย"@th,
        "ሞንጎላዊኛ"@tig,
        "lea fakamongokōlia"@to,
        "Moğolca"@tr,
        "Монгол телләре"@tt,
        "مۇڭغۇل تىللىرى"@ug,
        "монгольська"@uk,
        "منگؤلی"@ur,
        "Tiếng Mông Cổ"@vi,
        "Mongoliš"@wae,
        "IsiMongolian"@xh,
        "蒙古语族"@zh,
        "Mongolia"@zsm,
        "isi-Mongolian"@zu .

<http://lexvo.org/id/iso639-3/que> a lvont:Language,
        skos:Concept ;
    lvont:isFocusOf <http://id.loc.gov/vocabulary/iso639-2/que> ;
    lvont:iso6392BCode "que"^^xsd:string ;
    lvont:iso6392TCode "que"^^xsd:string ;
    lvont:iso639P1Code "qu"^^xsd:string ;
    lvont:iso639P3PCode "que"^^xsd:string ;
    lvont:iso639P5Code "qwe"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-2/que>,
        <http://id.loc.gov/vocabulary/iso639-5/qwe> ;
    owl:sameAs <http://dbpedia.org/resource/Quechua_languages>,
        <http://dbpedia.org/resource/Quechuan_(family)>,
        <http://lexvo.org/id/iso639-1/qu>,
        <http://lexvo.org/id/iso639-5/qwe>,
        <http://psi.oasis-open.org/iso/639/#que>,
        <http://www.lingvoj.org/lang/qu>,
        <http://www.mpii.de/yago/resource/Quechua_languages>,
        <http://www.mpii.de/yago/resource/Quechuan_(family)>,
        <info:lc/vocabulary/languages/que> ;
    skos:altLabel "ኵቿኛ"@am,
        "الكويتشوا"@ar,
        "Quechua"@ast,
        "Мова кечуа"@be,
        "Кечуа"@bg,
        "কেচুয়া ভাষা"@bn,
        "Ketchwaeg"@br,
        "Kečuanski jezik"@bs,
        "Quítxua"@ca,
        "Kečuánština"@cs,
        "Quechua"@cy,
        "Quechua"@da,
        "Κέτσουα γλώσσες"@el,
        "Quechua languages"@en,
        "Quechuan"@en,
        "Quechuan (family)"@en,
        "Quechuan languages"@en,
        "Keĉua lingvaro"@eo,
        "Lenguas quechuas"@es,
        "Ketšua keel"@et,
        "quechuera"@eu,
        "کچوایی"@fa,
        "Ketšua"@fi,
        "Quechua"@fr,
        "quechua (famille)"@fr,
        "An Cheatsuais"@ga,
        "Quechua"@gd,
        "Linguas quechuas"@gl,
        "Kečuanski jezik"@hr,
        "Kecsua nyelv"@hu,
        "Bahasa Quechua"@id,
        "Quechua"@is,
        "Lingue quechua"@it,
        "ケチュア語"@ja,
        "케추아어족"@ko,
        "Kečujų kalba"@lt,
        "Kečvu valoda"@lv,
        "Кечуански јазици"@mk,
        "क्वेचुआ भाषा"@mr,
        "Quechua"@nn,
        "Język keczua"@pl,
        "Quíchua"@pt,
        "Quechua"@rm,
        "Limbi quechua"@ro,
        "Кечуа"@ru,
        "Kečuánčina"@sk,
        "Kečuanščina"@sl,
        "Кечуа језик"@sr,
        "Quechua"@sv,
        "கெச்வா மொழிகள்"@ta,
        "ภาษาเกชัว"@th,
        "Keçuva dili"@tr,
        "Кечуа"@uk ;
    skos:definition "Quechua (endonym: Runa Simi) is a Native South American language family and dialect cluster spoken primarily in the Andes of South America, derived from an original common ancestor language, Proto-Quechua. It is the most widely spoken language family of the indigenous peoples of the Americas, with a total of probably some 8 to 10 million speakers (estimates vary widely). At the time of the conquest, the Incans referred to their language as \"runasimi\", only later to be mistakenly called quechua by conquistadors. Many contemporary Andean Quechua speakers still call it \"runasimi\" (or regional variants thereof), literally \"people speech\", although \"runa\" here has the more specific sense of \"indigenous Andean\" people."@en ;
    skos:inScheme lexvo: ;
    skos:notation "que"^^xsd:string ;
    skos:prefLabel "Quechua"@af,
        "ቀቿ"@am,
        "Kescƿisc sprǣccynn"@ang,
        "كتشوا"@ar,
        "quechua"@ast,
        "Qhichwa aru"@ay,
        "kuechya dili"@az,
        "кечуа"@be,
        "Кечуа"@be-tarask,
        "кечуа"@bg,
        "কেচুয়া"@bn,
        "kechuaeg"@br,
        "क्वेचुआ"@brx,
        "kvenča"@bs,
        "квенча"@bs-Cyrl,
        "ኵቿኛ"@byn,
        "quítxua"@ca,
        "盖丘亚文"@cmn,
        "蓋丘亞文"@cmn-Hant,
        "kečuánština"@cs,
        "Кечуа"@cv,
        "Cetshwa"@cy,
        "quechua"@da,
        "Quechua"@de,
        "ཀྭེ་ཆུ་ཨ་ཁ"@dz,
        "kwetsuagbe"@ee,
        "Κετσούα"@el,
        "Quechua"@en,
        "keĉua"@eo,
        "quechua"@es,
        "ketšua"@et,
        "Kitxua"@eu,
        "کچوآ"@fa,
        "ketšua"@fi,
        "Quechua"@fil,
        "quechua"@fo,
        "quechua"@fr,
        "quechua"@fur,
        "Ceatsuais"@ga,
        "Ceatsua"@gd,
        "quechua"@gl,
        "Kechuañe'ẽ"@gn,
        "Quechua"@gsw,
        "ક્વેચુઆ"@gu,
        "קצ'ואה"@he,
        "क्वेशुआ"@hi,
        "Quechua bhasa"@hif,
        "quechua"@hr,
        "kecsua"@hu,
        "Քեչուա"@hy,
        "Quechua"@id,
        "Kechuana linguo"@io,
        "kvesjúa"@is,
        "quechua"@it,
        "ᑮᓱᐊ/kiisia"@iu,
        "ケチュア"@ja,
        "კეჩუა"@ka,
        "kexua"@kea,
        "кечуа"@kk,
        "កេទជួអា"@km,
        "ಕ್ವೆಚುವಾ"@kn,
        "क्वेच्वा"@knn,
        "케추아어"@ko,
        "کُویشُوا"@ks,
        "Kättschowa"@ksh,
        "Linguae Quechuae"@la,
        "Quechua"@li,
        "Quechua"@lij,
        "ຄິວຊົວ"@lo,
        "kečujų"@lt,
        "kečvu"@lv,
        "Reo Runa Simi"@mi,
        "кечуа"@mk,
        "ക്വെച്ചുവ"@ml,
        "क्वेचुआ"@mr,
        "Bahasa Quechua"@ms,
        "Keċwa"@mt,
        "Quechhuatlahtōlli"@nah,
        "quechua"@nb,
        "Quechua"@nds,
        "क्वेचुवा"@ne,
        "क्वेस्वा"@new,
        "Quechua"@nl,
        "quechua"@nn,
        "Quechua"@no,
        "Kéchwa bizaad"@nv,
        "Quíchoa"@oc,
        "କ୍ୱେଚୁଆ"@or,
        "keczua"@pl,
        "Lenghe quechuan"@pms,
        "کیوچوا"@pnb,
        "quíchua"@pt,
        "Qhichwa simi"@qu,
        "quechua"@rm,
        "quechua"@ro,
        "кечуа"@ru,
        "Kečua"@sh,
        "ක්වීකුවා"@si,
        "kečuánčina"@sk,
        "kečuanščina"@sl,
        "Kueçua"@sq,
        "Квенча"@sr,
        "Kvenča"@sr-Latn,
        "quechua"@sv,
        "Kiquechua"@swh,
        "கிவேசுவா"@ta,
        "కెషుయా"@te,
        "ควิชัว"@th,
        "ኵቿኛ"@tig,
        "lea kuetisa"@to,
        "Keçuvaca"@tr,
        "كۋېچۇئا تىلى"@ug,
        "кечуа"@uk,
        "کویچوآ"@ur,
        "Tiếng Quechua"@vi,
        "Ketchwa"@wa,
        "Quečua"@wae,
        "克丘亞語"@zh,
        "Quechua"@zsm,
        "isi-Quechua"@zu .

<http://lexvo.org/id/iso639-3/smo> a lvont:Language,
        skos:Concept ;
    lvont:isFocusOf <http://id.loc.gov/vocabulary/iso639-2/smo> ;
    lvont:iso6392BCode "smo"^^xsd:string ;
    lvont:iso6392TCode "smo"^^xsd:string ;
    lvont:iso639P1Code "sm"^^xsd:string ;
    lvont:iso639P3PCode "smo"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-2/smo>,
        <http://www.glottolog.org/resource/languoid/id/samo1305> ;
    owl:sameAs <http://dbpedia.org/resource/Samoan_language>,
        <http://lexvo.org/id/iso639-1/sm>,
        <http://psi.oasis-open.org/iso/639/#smo>,
        <http://www.lingvoj.org/lang/sm>,
        <http://www.mpii.de/yago/resource/Samoan_language>,
        <info:lc/vocabulary/languages/sao>,
        <info:lc/vocabulary/languages/smo> ;
    skos:altLabel "لغة ساموية"@ar,
        "Самоански език"@bg,
        "Samoaeg"@br,
        "Samoà"@ca,
        "Samoische Sprache"@de,
        "Σαμόαν"@el,
        "Samoan language"@en,
        "Samoa lingvo"@eo,
        "Idioma samoano"@es,
        "Samoera"@eu,
        "Samoan kieli"@fi,
        "Samoan"@fr,
        "‘Ōlelo Sāmoa"@haw,
        "Samoanski jezik"@hr,
        "Bahasa Samoa"@id,
        "Lingua samoana"@it,
        "Samoa kalba"@lt,
        "Samoāņu valoda"@lv,
        "Самоански јазик"@mk,
        "samoansk"@nn,
        "Język samoański"@pl,
        "Língua samoana"@pt,
        "Самоанский язык"@ru,
        "Samojčina"@sk,
        "Samoanska"@sv,
        "சமோவ மொழி"@ta,
        "Lea fakahaʻamoa"@to,
        "Самоанська мова"@uk ;
    skos:definition "Samoan (Gagana Sāmoa, (pronounced ) is the language of the Samoan Islands, comprising the independent country of Samoa and the United States territory of American Samoa. It is an official language—alongside English—in both jurisdictions. Samoan, a Polynesian language, is the first language for most of the Samoa Islands' population of about 246,000. With many Samoan people living in other countries, the total number of speakers worldwide is estimated at 370,000. The language is notable for the phonological differences between formal and informal speech as well as a ceremonial form used in Samoan oratory."@en ;
    skos:inScheme lexvo: ;
    skos:notation "smo"^^xsd:string ;
    skos:prefLabel "Samoaans"@af,
        "ሳሞአኛ"@am,
        "الساموائية"@ar,
        "samoa dili"@az,
        "самоански"@bg,
        "সামোয়ান"@bn,
        "samoan"@br,
        "सामोअन"@brx,
        "samoanski"@bs,
        "самоански"@bs-Cyrl,
        "ሳሞአኛ"@byn,
        "samoà"@ca,
        "萨摩亚文"@cmn,
        "薩摩亞文"@cmn-Hant,
        "samojština"@cs,
        "Samöeg"@cy,
        "samoansk"@da,
        "Samoanisch"@de,
        "samoagbe"@ee,
        "Σαμόα"@el,
        "Samoan"@en,
        "samoa"@eo,
        "samoano"@es,
        "samoa"@et,
        "samoera"@eu,
        "ساموآیی"@fa,
        "samoa"@fi,
        "Samoan"@fil,
        "samoiskt"@fo,
        "samoan"@fr,
        "samoan"@fur,
        "Samóis"@ga,
        "Samothanais"@gd,
        "samoano"@gl,
        "Samoanisch"@gsw,
        "સામોન"@gu,
        "Kāmoa"@haw,
        "סמואית"@he,
        "सामोन"@hi,
        "samoanski"@hr,
        "szamoai"@hu,
        "Samoa"@id,
        "samóska"@is,
        "samoano"@it,
        "サモア語"@ja,
        "ភាសាសាមូអា"@km,
        "ಸಮೋವನ್"@kn,
        "समोन"@knn,
        "사모아어"@ko,
        "سَمواَن"@ks,
        "Sammohanesch"@ksh,
        "Lingua Samoana"@la,
        "Lengua samoann-a"@lij,
        "ຊາມົວ"@lo,
        "samoa"@lt,
        "samoāņu"@lv,
        "самоански"@mk,
        "സമോവൻ"@ml,
        "सामोअन"@mr,
        "Bahasa Samoa"@ms,
        "Samojan"@mt,
        "samoansk"@nb,
        "Samoaans"@nl,
        "Samoisk"@nn,
        "Samoansk"@no,
        "ସାମୋଆନ୍"@or,
        "samoański"@pl,
        "Lenga Samoan"@pms,
        "samoano"@pt,
        "Samwa simi"@qu,
        "samoan"@rm,
        "samoană"@ro,
        "самоанский"@ru,
        "samoagiella"@se,
        "Samoanski jezik"@sh,
        "samojčina"@sk,
        "samoanščina"@sl,
        "Gagana fa'a Sāmoa"@sm,
        "Самоански"@sr,
        "Samoanski"@sr-Latn,
        "samoanska"@sv,
        "Kisamoa"@swh,
        "ஸாமோவான்"@ta,
        "సమోవన్"@te,
        "ซามัว"@th,
        "ሳሞአኛ"@tig,
        "lea fakahaʻamoa"@to,
        "Samoa Dili"@tr,
        "самоанська"@uk,
        "ساموآن"@ur,
        "Tiếng Samoa"@vi,
        "Samoaniš"@wae,
        "薩摩亞語"@zh,
        "Samoa"@zsm,
        "isi-Samoan"@zu .

<http://lexvo.org/id/iso639-3/swe> a lvont:Language,
        skos:Concept ;
    lvont:isFocusOf <http://id.loc.gov/vocabulary/iso639-2/swe> ;
    lvont:iso6392BCode "swe"^^xsd:string ;
    lvont:iso6392TCode "swe"^^xsd:string ;
    lvont:iso639P1Code "sv"^^xsd:string ;
    lvont:iso639P3PCode "swe"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-2/swe>,
        <http://www.glottolog.org/resource/languoid/id/swed1254> ;
    owl:sameAs <http://dbpedia.org/resource/Swedish_language>,
        <http://lexvo.org/id/iso639-1/sv>,
        <http://lexvo.org/id/wordnet/30/noun/swedish_1_10_00>,
        <http://psi.oasis-open.org/iso/639/#swe>,
        <http://www.lingvoj.org/lang/sv>,
        <http://www.mpii.de/yago/resource/Swedish_language>,
        <info:lc/vocabulary/languages/swe> ;
    skos:altLabel "لغة سويدية"@ar,
        "Suecu"@ast,
        "İsveç dili"@az,
        "Шведская мова"@be,
        "Шведски език"@bg,
        "সুয়েডীয় ভাষা"@bn,
        "Svedeg"@br,
        "Švedski jezik"@bs,
        "Suec"@ca,
        "Švédština"@cs,
        "Svensk"@da,
        "Schwedische Sprache"@de,
        "swedengbe"@ee,
        "Σουηδική γλώσσα"@el,
        "Swedish language"@en,
        "Sveda lingvo"@eo,
        "Idioma sueco"@es,
        "Rootsi keel"@et,
        "Suediera"@eu,
        "زبان سوئدی"@fa,
        "سویدنی"@fa,
        "Ruotsin kieli"@fi,
        "Svenskt mál"@fo,
        "Suédois"@fr,
        "An tSualainnis"@ga,
        "Lingua sueca"@gl,
        "שוודית"@he,
        "स्वीडिश भाषा"@hi,
        "Švedski jezik"@hr,
        "Svéd nyelv"@hu,
        "Lingua svedese"@ia,
        "Bahasa Swedia"@id,
        "Sænska"@is,
        "Lingua svedese"@it,
        "შვედური ენა"@ka,
        "Швед тілі"@kk,
        "Svenskisuut"@kl,
        "Švedų kalba"@lt,
        "Zviedru valoda"@lv,
        "Fiteny soedoa"@mg,
        "Шведски јазик"@mk,
        "स्वीडिश भाषा"@mr,
        "Svensk"@nn,
        "ਸਵੀਡਿਸ਼ ਭਾਸ਼ਾ"@pa,
        "Język szwedzki"@pl,
        "Língua sueca"@pt,
        "Lingua svedaisa"@rm,
        "Limba suedeză"@ro,
        "Шведский язык"@ru,
        "Ruoŧagiella"@se,
        "Švédčina"@sk,
        "Švedščina"@sl,
        "Gjuha suedeze"@sq,
        "Шведски језик"@sr,
        "Svenska"@sv,
        "சுவீடிய மொழி"@ta,
        "Забони шведӣ"@tg,
        "ภาษาสวีเดน"@th,
        "Шведська мова"@uk,
        "سونسکا"@ur,
        "Èdè Suwidiisi"@yo ;
    skos:definition "Swedish is a North Germanic language, spoken by approximately 10 million people, predominantly in Sweden and parts of Finland, especially along its coast and on the Åland islands. It is largely mutually intelligible with Norwegian and Danish (see Classification). Along with the other North Germanic languages, Swedish is a descendant of Old Norse, the common language of the Germanic peoples living in Scandinavia during the Viking Era. It is currently the largest of the North Germanic languages by numbers of speakers."@en ;
    skos:inScheme lexvo: ;
    skos:notation "swe"^^xsd:string ;
    skos:prefLabel "Sweeds"@af,
        "Suedìs"@agq,
        "ܠܫܢܐ ܣܘܝܕܝܐ"@aii,
        "Sweden kasa"@ak,
        "ስዊድንኛ"@am,
        "Idioma sueco"@an,
        "Sƿēonisc sprǣc"@ang,
        "السويدية"@ar,
        "سويدى"@arz,
        "Kithwidi"@asa,
        "suecu"@ast,
        "isveçcə"@az,
        "Schwedisch"@bar,
        "Hɔp u suɛ᷆d"@bas,
        "шведская"@be,
        "Швэдзкая мова"@be-tarask,
        "Ichi Swideni"@bem,
        "Hiswidi"@bez,
        "шведски"@bg,
        "suwɛdikan"@bm,
        "সুইডিশ"@bn,
        "ཧྲུའི་ཏན་སྐད།"@bo,
        "svedeg"@br,
        "स्वीडिश"@brx,
        "švedski"@bs,
        "шведски"@bs-Cyrl,
        "ስዊድንኛ"@byn,
        "suec"@ca,
        "Şvedhoyn mott"@ce,
        "Pinulongang Sweko"@ceb,
        "Oruswidi"@cgg,
        "ᎠᏂᎤᎦᎾᏍᏔ ᎦᏬᏂᎯᏍᏗ"@chr,
        "زمانی سویدی"@ckb,
        "瑞典文"@cmn,
        "瑞典文"@cmn-Hant,
        "Lingua svedese"@co,
        "İsveç tili"@crh,
        "švédština"@cs,
        "Свєньскъ ѩꙁꙑкъ"@cu,
        "Швед чĕлхи"@cv,
        "Swedeg"@cy,
        "svensk"@da,
        "Kiswidi"@dav,
        "Schwedisch"@de,
        "Swêdki"@diq,
        "Suweede senni"@dje,
        "Šwedšćina"@dsb,
        "ސުވެޑިޝް"@dv,
        "suedi"@dyo,
        "སུའི་ཌིཤ་ཁ"@dz,
        "Kĩswidi"@ebu,
        "Swedgbe"@ee,
        "Σουηδικά"@el,
        "Swedish"@en,
        "sveda"@eo,
        "sueco"@es,
        "rootsi"@et,
        "suediera"@eu,
        "ǹkɔ́bɔ suwɛ́d"@ewo,
        "سوئدی"@fa,
        "Sweedeere"@ff,
        "ruotsi"@fi,
        "Swedish"@fil,
        "svenskt"@fo,
        "suédois"@fr,
        "Suèdouès"@frp,
        "svedês"@fur,
        "Sweedsk"@fy,
        "Sualainnis"@ga,
        "瑞典語"@gan,
        "Suainis"@gd,
        "sueco"@gl,
        "Schwedisch"@gsw,
        "Schwedische Sprache"@gsw-FR,
        "સ્વીડિશ"@gu,
        "Kiswidi"@guz,
        "Soolynnish"@gv,
        "Harshen Suwedan"@ha,
        "Kuekene"@haw,
        "שבדית"@he,
        "स्विडिश"@hi,
        "Swedish bhasa"@hif,
        "švedski"@hr,
        "Šwedšćina"@hsb,
        "svéd"@hu,
        "Շվեդերեն"@hy,
        "svedese"@ia,
        "Swedia"@id,
        "Sụwidiishi"@ig,
        "Pagsasao a Suéko"@ilo,
        "Suediana linguo"@io,
        "sænska"@is,
        "svedese"@it,
        "ᔅᕗᓐᔅᑭᑐᑦ"@iu,
        "スウェーデン語"@ja,
        "Kyiswidi"@jmc,
        "Basa Swedia"@jv,
        "შვედური"@ka,
        "Taswidit"@kab,
        "Kiswidi"@kam,
        "Шуэцэбзэ"@kbd,
        "Chiswidi"@kde,
        "sueku"@kea,
        "Suweede senni"@khq,
        "Kiswidi"@ki,
        "швед"@kk,
        "svenskisut"@kl,
        "kutitab Sweden"@kln,
        "ស៊ុយអែដ"@km,
        "ಸ್ವೀಡಿಷ್"@kn,
        "स्वीदीष"@knn,
        "스웨덴어"@ko,
        "سویٖڈِش"@ks,
        "Kiswidi"@ksb,
        "riswɛ́dǝ"@ksf,
        "Schweedesch"@ksh,
        "Zimanê swêdî"@ku,
        "Свенска кыв"@kv,
        "Swedek"@kw,
        "шведче"@ky,
        "Lingua Suecica"@la,
        "Kɨswíidi"@lag,
        "Швед маз"@lbe,
        "Luswideni"@lg,
        "Zweeds"@li,
        "Lengua svedeise"@lij,
        "Lengua svedesa"@lmo,
        "lisuwedɛ"@ln,
        "ສະເວດດຣິດ"@lo,
        "švedų"@lt,
        "Švedu kalba"@lt-x,
        "Lisuwidi"@lu,
        "Kiswidi"@luo,
        "Kiswidi"@luy,
        "zviedru"@lv,
        "nkʉtʉ́k ɔ́ɔ̄ lswidi"@mas,
        "Шведонь кяль"@mdf,
        "Kĩswideni"@mer,
        "swedwa"@mfe,
        "Soisa"@mg,
        "Iswidi"@mgh,
        "Швед йылме"@mhr,
        "Reo Huitene"@mi,
        "шведски"@mk,
        "സ്വീഡിഷ്"@ml,
        "स्वीडिश"@mr,
        "Bahasa Sweden"@ms,
        "Svediż"@mt,
        "Swedia"@mua,
        "ဆွီဒင်"@my,
        "Шведэнь кель"@myv,
        "سوئدی"@mzn,
        "Sueciatlahtōlli"@nah,
        "Sverige-gí"@nan,
        "Swedeǁî gowab"@naq,
        "svensk"@nb,
        "isi-Swidishi"@nd,
        "Zweeds"@nds,
        "स्विडिश"@ne,
        "स्वीडिश भाषा"@new,
        "Zweeds"@nl,
        "Kiɛl bó suedois"@nmg,
        "svensk"@nn,
        "Svensk"@no,
        "Thok i̱thwidicni"@nus,
        "Oruswidi"@nyn,
        "Suedés"@oc,
        "Afaan Suwidiin"@om,
        "ସ୍ୱେଡିସ୍"@or,
        "Шведаг æвзаг"@os,
        "ਸਵੈਡਿਸ਼"@pa,
        "szwedzki"@pl,
        "Lenga svedèisa"@pms,
        "سونسکا"@pnb,
        "سویډنی"@ps,
        "sueco"@pt,
        "Suwiri simi"@qu,
        "svedais"@rm,
        "Igisuweduwa"@rn,
        "suedeză"@ro,
        "Kiswidi"@rof,
        "шведский"@ru,
        "Igisuweduwa"@rw,
        "Kyiswidi"@rwk,
        "Kiswidi"@saq,
        "Ishiswidi"@sbp,
        "Swadish leid"@sco,
        "ruoŧagiella"@se,
        "sueco"@seh,
        "Suweede senni"@ses,
        "Sueduäa"@sg,
        "Švedski jezik"@sh,
        "ⵜⴰⵙⵡⵉⴷⵉⵜ"@shi,
        "taswidit"@shi-Latn,
        "ස්වෙඩිශ්"@si,
        "švédčina"@sk,
        "švedščina"@sl,
        "chiSwedish"@sn,
        "Swiidhis"@so,
        "Suedisht"@sq,
        "Шведски"@sr,
        "Švedski"@sr-Latn,
        "Se-sweden"@st,
        "Swedisk"@stq,
        "Basa Swédia"@su,
        "svenska"@sv,
        "Kiswidi"@sw,
        "Kiswidi"@swc,
        "Kiswidi"@swh,
        "Szwedzko godka"@szl,
        "ஸ்வீடிஷ்"@ta,
        "స్వీడిష్"@te,
        "Kiswidi"@teo,
        "Шведӣ"@tg,
        "สวีเดน"@th,
        "ስዊድንኛ"@ti,
        "ስዊድንኛ"@tig,
        "Swedish"@tn,
        "lea fakasueteni"@to,
        "İsveççe"@tr,
        "Xi Swiden"@ts,
        "Швед теле"@tt,
        "Suweede senni"@twq,
        "Taswidit"@tzm,
        "شۋېتسىيە تىلى"@ug,
        "шведська"@uk,
        "سویڈش"@ur,
        "ꖬꔨꗵꘋ"@vai,
        "Súwídɛŋ"@vai-Latn,
        "Łéngua svedexe"@vec,
        "Tiếng Thụy Điển"@vi,
        "Roodsi kiil"@vro,
        "Kyiswidi"@vun,
        "Schwediš"@wae,
        "Isi-Swedish"@xh,
        "შვედური ნინა"@xmf,
        "Oluswideni"@xog,
        "nusuetua"@yav,
        "שוועדיש"@yi,
        "Èdè Sweden"@yo,
        "Zweeds"@zea,
        "瑞典語"@zh,
        "Sweden"@zsm,
        "isi-Swedish"@zu .

<http://lexvo.org/id/iso639-3/tgk> a lvont:Language,
        skos:Concept ;
    lvont:isFocusOf <http://id.loc.gov/vocabulary/iso639-2/tgk> ;
    lvont:iso6392BCode "tgk"^^xsd:string ;
    lvont:iso6392TCode "tgk"^^xsd:string ;
    lvont:iso639P1Code "tg"^^xsd:string ;
    lvont:iso639P3PCode "tgk"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-2/tgk>,
        <http://www.glottolog.org/resource/languoid/id/taji1245> ;
    owl:sameAs <http://dbpedia.org/resource/Tajik_language>,
        <http://lexvo.org/id/iso639-1/tg>,
        <http://lexvo.org/id/wordnet/30/noun/tajiki_1_10_00>,
        <http://psi.oasis-open.org/iso/639/#tgk>,
        <http://www.lingvoj.org/lang/tg>,
        <http://www.mpii.de/yago/resource/Tajik_language>,
        <info:lc/vocabulary/languages/taj>,
        <info:lc/vocabulary/languages/tgk> ;
    skos:altLabel "ታጂክኛ"@am,
        "لغة طاجيكية"@ar,
        "Tacik dili"@az,
        "Таджикски език"@bg,
        "তাজিকিস্তানের ভাষা"@bn,
        "Tadjikeg"@br,
        "Tadžički jezik"@bs,
        "Tadjik"@ca,
        "Tádžičtina"@cs,
        "Tadschikische Sprache"@de,
        "Tajik language"@en,
        "Taĝika lingvo"@eo,
        "Idioma tayiko"@es,
        "Tadžiki keel"@et,
        "tajikistanera"@eu,
        "تاجیکی"@fa,
        "فارسی تاجیکی"@fa,
        "Tadžikin kieli"@fi,
        "Tadjik"@fr,
        "An Táidsícis"@ga,
        "Lingua taxica"@gl,
        "טג׳יקית"@he,
        "ताजिकी भाषा"@hi,
        "Tadžički jezik"@hr,
        "Tádzsik nyelv"@hu,
        "Bahasa Tajik"@id,
        "Lingua tagica"@it,
        "ტაჯიკური ენა"@ka,
        "타지키스탄어"@ko,
        "Tadžikų kalba"@lt,
        "Tadžiku valoda"@lv,
        "Таџички јазик"@mk,
        "ताजिक भाषा"@mr,
        "Tadsjikisk"@nn,
        "Język tadżycki"@pl,
        "Língua tadjique"@pt,
        "tadjique"@pt,
        "Limba tadjică"@ro,
        "Таджикский язык"@ru,
        "Tadžičtina"@sk,
        "Tadzjikiska"@sv,
        "தாஜிக் மொழி"@ta,
        "Забони тоҷикӣ"@tg,
        "ภาษาทาจิก"@th,
        "Таджицька мова"@uk ;
    skos:definition "Tajik, Tajik Persian, or Tajiki, (sometimes written Tadjik or Tadzhik; , , ) is a variety of modern Persian spoken in Central Asia. Historically Tajiks called their language zabani farsī , meaning Persian language in English; the term zabani tajikī, or Tajik language, was introduced in the 20th century by the Soviets. Most speakers of Tajik live in Tajikistan and Uzbekistan. Tajik is the official language of Tajikistan."@en ;
    skos:inScheme lexvo: ;
    skos:notation "tgk"^^xsd:string ;
    skos:prefLabel "Tadjik"@af,
        "ታጂኪኛ"@am,
        "الطاجيكية"@ar,
        "لغه تاچيكى"@arz,
        "taxiquistanín"@ast,
        "tacik dili"@az,
        "таджыкская"@be,
        "таджикски"@bg,
        "তাজিক"@bn,
        "tadjik"@br,
        "ताजिक्"@brx,
        "tađik"@bs,
        "тађик"@bs-Cyrl,
        "ታጂኪኛ"@byn,
        "tadjik"@ca,
        "زمانی تاجیکی"@ckb,
        "塔吉克文"@cmn,
        "塔吉克文"@cmn-Hant,
        "Tacik tili"@crh,
        "tádžičtina"@cs,
        "Таджик чĕлхи"@cv,
        "Tajiceg"@cy,
        "tajik"@da,
        "Tadschikisch"@de,
        "Taciki"@diq,
        "ཏ་ཇིཀ་ཁ"@dz,
        "tadzikistangbe"@ee,
        "Τατζίκ"@el,
        "Tajik"@en,
        "taĝika"@eo,
        "tayiko"@es,
        "tadžiki"@et,
        "Tajikera"@eu,
        "تاجکی"@fa,
        "tadžikki"@fi,
        "Tajik"@fil,
        "tajikiskt"@fo,
        "tadjik"@fr,
        "tagic"@fur,
        "Táidsícis"@ga,
        "Taidigis"@gd,
        "taxico"@gl,
        "Tadschikisch"@gsw,
        "તાજીક"@gu,
        "טג'יקית"@he,
        "ताजिक्"@hi,
        "tajik"@hr,
        "tadzsik"@hu,
        "Տաջիկերեն"@hy,
        "Tajik"@id,
        "tadsjikska"@is,
        "tagicco"@it,
        "タジク語"@ja,
        "ტაჯიკური"@ka,
        "tajik"@kea,
        "Тәжік"@kk,
        "តាដហ្សីគីស្តង់"@km,
        "ತಾಜಿಕ್"@kn,
        "तजिक"@knn,
        "타지크어"@ko,
        "تاجِک"@ks,
        "Tadschiikesch"@ksh,
        "Таджик кыв"@kv,
        "Lingua Tadzikica"@la,
        "ທາຈິດ"@lo,
        "tadžikų"@lt,
        "tadžiku"@lv,
        "таџикистански"@mk,
        "താജിക്"@ml,
        "ताजिक"@mr,
        "Taġik"@mt,
        "tadsjikisk"@nb,
        "Tadschiksche Spraak"@nds,
        "ताजिक"@ne,
        "Tadzjieks"@nl,
        "tatsjikisk"@nn,
        "Tadsjikisk"@no,
        "ତାଜିକ୍"@or,
        "Таджикаг æвзаг"@os,
        "tadżycki"@pl,
        "Lenga Tajiki"@pms,
        "تاجک"@pnb,
        "تاجک"@ps,
        "tajique"@pt,
        "Tayik simi"@qu,
        "tadjik"@rm,
        "tadjică"@ro,
        "таджикский"@ru,
        "Igitajiki"@rw,
        "Тадьыыктыы"@sah,
        "Tajik leid"@sco,
        "ටජික්"@si,
        "tadžičtina"@sk,
        "tadžiščina"@sl,
        "Тађик"@sr,
        "Tađik"@sr-Latn,
        "tadzjikiska"@sv,
        "Kitajiki"@sw,
        "Tajiki"@swh,
        "தாஜிக்"@ta,
        "తాజిక్"@te,
        "Тоҷикӣ"@tg,
        "ทาจิก"@th,
        "ታጂኪኛ"@tig,
        "lea fakatetiki"@to,
        "Tacikçe"@tr,
        "Таӟик кыл"@udm,
        "تاجىك تىلى"@ug,
        "таджицька"@uk,
        "تاجک"@ur,
        "Tojik tili"@uz,
        "Tiếng Tajik"@vi,
        "Tadšikiš"@wae,
        "塔吉克语"@zh,
        "Tajik"@zsm,
        "isi-Tajik"@zu .

<http://lexvo.org/id/iso639-3/ton> a lvont:Language,
        skos:Concept ;
    lvont:isFocusOf <http://id.loc.gov/vocabulary/iso639-2/ton> ;
    lvont:iso6392BCode "ton"^^xsd:string ;
    lvont:iso6392TCode "ton"^^xsd:string ;
    lvont:iso639P1Code "to"^^xsd:string ;
    lvont:iso639P3PCode "ton"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-2/ton>,
        <http://www.glottolog.org/resource/languoid/id/tong1325> ;
    owl:sameAs <http://dbpedia.org/resource/Tongan_language>,
        <http://lexvo.org/id/iso639-1/to>,
        <http://lexvo.org/id/iso639-3/toi>,
        <http://lexvo.org/id/wordnet/30/noun/tonga_1_10_00>,
        <http://psi.oasis-open.org/iso/639/#ton>,
        <http://www.lingvoj.org/lang/to>,
        <http://www.mpii.de/yago/resource/Tongan_language>,
        <info:lc/vocabulary/languages/ton> ;
    skos:altLabel "التونغية"@ar,
        "Тонгански език"@bg,
        "Tongaeg"@br,
        "Tongalès"@ca,
        "Tongánština"@cs,
        "Tongaische Sprache"@de,
        "Tonga (Tonga Islands)"@en,
        "Tongan"@en,
        "Tongan language"@en,
        "Tonga lingvo de Tongo"@eo,
        "Idioma tongano"@es,
        "Tonga keel"@et,
        "Tongera"@eu,
        "زبان تونگایی"@fa,
        "Tongan kieli"@fi,
        "Tonguien"@fr,
        "tongan (Îles Tonga)"@fr,
        "tongien"@fr,
        "Tonganski jezik"@hr,
        "Bahasa Tonga"@id,
        "Lingua tongana"@it,
        "Tongos kalba"@lt,
        "Тонгански јазик"@mk,
        "Język tonga"@pl,
        "Língua tonganesa"@pt,
        "tonganês"@pt,
        "Тонганский язык"@ru,
        "Tongčina"@sk,
        "Tonganska"@sv,
        "தோங்க மொழி"@ta,
        "ภาษาตองกา"@th,
        "Lea fakatonga"@to,
        "Тонганська мова"@uk ;
    skos:definition "Tongan (lea fakatonga) is an Austronesian language spoken in Tonga. It has around 200,000 speakers and is a national language of Tonga. It is a VSO (verb–subject–object) language."@en ;
    skos:inScheme lexvo: ;
    skos:notation "ton"^^xsd:string ;
    skos:prefLabel "Tongaans"@af,
        "ቶንጋኛ"@am,
        "التونجية"@ar,
        "tonganu"@ast,
        "tonqa dili"@az,
        "тонга"@bg,
        "টঙ্গা"@bn,
        "tonga"@br,
        "टॉंगा"@brx,
        "tonga"@bs,
        "тонга"@bs-Cyrl,
        "ቶንጋ"@byn,
        "tongalès"@ca,
        "汤加文"@cmn,
        "東加文"@cmn-Hant,
        "tongánština"@cs,
        "Tongeg"@cy,
        "tongansk"@da,
        "Tongaisch"@de,
        "ཊོང་གྷན་ཁ"@dz,
        "tongagbe"@ee,
        "Τονγκάν"@el,
        "Tonga"@en,
        "tongaa"@eo,
        "tongano"@es,
        "tonga"@et,
        "tongera"@eu,
        "تونگایی"@fa,
        "tonga"@fi,
        "Tongan"@fil,
        "tonganskt"@fo,
        "tongan"@fr,
        "Tongais"@ga,
        "tonganés"@gl,
        "Tongaisch"@gsw,
        "ટોંગાન"@gu,
        "Tonga"@haw,
        "טונגן"@he,
        "टोंगा"@hi,
        "tonganski"@hr,
        "tonga"@hu,
        "Lingua tongan"@ia,
        "Tonga"@id,
        "tongverska"@is,
        "tongano"@it,
        "トンガ語"@ja,
        "tonganes"@kea,
        "តុងហ្គោ"@km,
        "ಟೋಂಗನ್"@kn,
        "तोंगा"@knn,
        "통가어"@ko,
        "ٹونٛگا"@ks,
        "Tongjaanesch"@ksh,
        "Lengua tongàn"@lij,
        "ທອງກ້າ"@lo,
        "tonganų"@lt,
        "tongiešu"@lv,
        "тонга"@mk,
        "ടോംഗ"@ml,
        "Тонга хэл"@mn,
        "टोंगन"@mr,
        "Bahasa Tonga"@ms,
        "Tongan (Gżejjer ta’ Tonga)"@mt,
        "tongansk"@nb,
        "टोङ्गन"@ne,
        "Tongaans"@nl,
        "tonga (Tonga-øyane)"@nn,
        "Tongansk"@no,
        "ଟୋଙ୍ଗା"@or,
        "tonga"@pl,
        "Lenga Tongan"@pms,
        "ٹونگا بولی"@pnb,
        "tonga"@pt,
        "Tonga simi"@qu,
        "tonga"@rm,
        "tonga"@ro,
        "тонга"@ru,
        "Tonganski jezik"@sh,
        "ටොංගා"@si,
        "tongčina"@sk,
        "tongščina"@sl,
        "Gagana fa'a Tonga"@sm,
        "Тонга"@sr,
        "Tonga"@sr-Latn,
        "tonganska"@sv,
        "Tonga"@swh,
        "டோங்கான்"@ta,
        "టాంగాన్"@te,
        "ตองกา"@th,
        "ቶንጋ"@tig,
        "lea fakatonga"@to,
        "Tongaca"@tr,
        "تونگاچە"@ug,
        "тонга"@uk,
        "ٹونگن"@ur,
        "Tiếng Tonga"@vi,
        "Tongyin"@wa,
        "Tonga"@wae,
        "湯加語"@zh,
        "Tonga"@zsm,
        "Isi-Tongan"@zu .

<http://lexvo.org/id/iso639-3/tsn> a lvont:Language,
        skos:Concept ;
    lvont:isFocusOf <http://id.loc.gov/vocabulary/iso639-2/tsn> ;
    lvont:iso6392BCode "tsn"^^xsd:string ;
    lvont:iso6392TCode "tsn"^^xsd:string ;
    lvont:iso639P1Code "tn"^^xsd:string ;
    lvont:iso639P3PCode "tsn"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-2/tsn>,
        <http://www.glottolog.org/resource/languoid/id/tswa1253> ;
    owl:sameAs <http://dbpedia.org/resource/Tswana_language>,
        <http://lexvo.org/id/iso639-1/tn>,
        <http://lexvo.org/id/wordnet/30/noun/tswana_1_10_00>,
        <http://psi.oasis-open.org/iso/639/#tsn>,
        <http://www.lingvoj.org/lang/tn>,
        <http://www.mpii.de/yago/resource/Tswana_language>,
        <info:lc/vocabulary/languages/tsn>,
        <info:lc/vocabulary/languages/tsw> ;
    skos:altLabel "Тсвана"@bg,
        "Tswaneg"@br,
        "Tswana"@ca,
        "Tswana-Sprache"@de,
        "Τσουάνα γλώσσα"@el,
        "Tswana language"@en,
        "Cvana lingvo"@eo,
        "Idioma setsuana"@es,
        "Tsvana keel"@et,
        "Tswanera"@eu,
        "Tswanan kieli"@fi,
        "Tswana"@fr,
        "Bahasa Tswana"@id,
        "Lingua tswana"@it,
        "세츠와나어"@ko,
        "Tsvanų kalba"@lt,
        "Сецвански јазик"@mk,
        "Setswana"@nn,
        "Język tswana"@pl,
        "Língua tswana"@pt,
        "Тсвана"@ru,
        "Setswana"@sv,
        "சுவான மொழி"@ta,
        "Tsvana dili"@tr,
        "Сетсвана"@uk ;
    skos:definition "Tswana or Setswana is a language spoken in Southern Africa by about 4.5 million people. It is a Bantu language belonging to the Niger–Congo language family within the Sotho languages branch of Zone S (S.30), and is closely related to the Northern- and Southern Sotho languages, as well as the Kgalagadi language and the Lozi language."@en ;
    skos:inScheme lexvo: ;
    skos:notation "tsn"^^xsd:string ;
    skos:prefLabel "Tswana"@af,
        "ጽዋናዊኛ"@am,
        "التسوانية"@ar,
        "Tsuana"@ast,
        "svana dili"@az,
        "тсвана"@bg,
        "সোয়ানা"@bn,
        "tswana"@br,
        "त्स्वाना"@brx,
        "tsvana"@bs,
        "тсвана"@bs-Cyrl,
        "ጽዋናዊኛ"@byn,
        "tswana"@ca,
        "塞茨瓦纳文"@cmn,
        "突尼西亞文"@cmn-Hant,
        "setswanština"@cs,
        "Tswana"@cy,
        "tswana"@da,
        "Setswana"@de,
        "tswanagbe"@ee,
        "Τσιγουάνα"@el,
        "Tswana"@en,
        "cvana"@eo,
        "setchwana"@es,
        "tsvana"@et,
        "tswanera"@eu,
        "تسوانایی"@fa,
        "tswana"@fi,
        "Tswana"@fil,
        "tswana"@fo,
        "tswana"@fr,
        "tswana"@gl,
        "Tswana-Schpraach"@gsw,
        "ત્સ્વાના"@gu,
        "טוניסיה"@he,
        "सेत्स्वाना"@hi,
        "Tswana bhasa"@hif,
        "cvana"@hr,
        "szecsuáni"@hu,
        "Tswana"@id,
        "tsúana"@is,
        "tswana"@it,
        "ツワナ語"@ja,
        "ტსვანა"@ka,
        "ಸ್ವಾನಾ"@kn,
        "सेत्स्वाना"@knn,
        "츠와나어"@ko,
        "سوانا"@ks,
        "Se-Zwaanesch"@ksh,
        "ເຕສະວານາ"@lo,
        "tsvana"@lt,
        "cvanu"@lv,
        "цвана"@mk,
        "ത്സ്വാന"@ml,
        "त्स्वाना"@mr,
        "Bahasa Setswana"@ms,
        "Zwana"@mt,
        "Tzhuanatlahtōlli"@nah,
        "setswana"@nb,
        "Tswana"@nl,
        "tswana"@nn,
        "Tswana"@no,
        "Tswanum"@nov,
        "Setswana"@nso,
        "ସେସ୍ବାନା"@or,
        "setswana"@pl,
        "Lenga Tswana"@pms,
        "tswana"@pt,
        "Tswana simi"@qu,
        "tswana"@rm,
        "setswana"@ro,
        "тсвана"@ru,
        "tswančina"@sk,
        "cvanščina"@sl,
        "Gjuha tsvana"@sq,
        "Тсвана"@sr,
        "Tsvana"@sr-Latn,
        "tswana"@sv,
        "Kitswana"@sw,
        "Kitswana"@swh,
        "ஸ்வானா"@ta,
        "సెటస్వానా"@te,
        "บอตสวานา"@th,
        "ጽዋናዊኛ"@tig,
        "Setswana"@tn,
        "lea suana"@to,
        "Setsvana"@tr,
        "Tswana"@tw,
        "тсвана"@uk,
        "سوانا"@ur,
        "Tiếng Tswana"@vi,
        "Tswana"@wae,
        "Èdè Tswana"@yo,
        "茨瓦纳语"@zh,
        "Tswana"@zsm,
        "isi-Tswana"@zu .

<http://lexvo.org/id/iso639-3/zho> a lvont:Language,
        skos:Concept ;
    lvont:isFocusOf <http://id.loc.gov/vocabulary/iso639-2/chi>,
        <http://id.loc.gov/vocabulary/iso639-2/zho> ;
    lvont:iso6392BCode "chi"^^xsd:string ;
    lvont:iso6392TCode "zho"^^xsd:string ;
    lvont:iso639P1Code "zh"^^xsd:string ;
    lvont:iso639P3PCode "zho"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-2/chi>,
        <http://id.loc.gov/vocabulary/iso639-2/zho> ;
    owl:sameAs <http://dbpedia.org/resource/Chinese_language>,
        <http://lexvo.org/id/iso639-1/zh>,
        <http://lexvo.org/id/iso639-5/zhx>,
        <http://lexvo.org/id/wordnet/30/noun/chinese_1_10_00>,
        <http://psi.oasis-open.org/iso/639/#zho>,
        <http://www.lingvoj.org/lang/gan>,
        <http://www.lingvoj.org/lang/zh>,
        <http://www.mpii.de/yago/resource/Chinese_language>,
        <info:lc/vocabulary/languages/chi> ;
    skos:altLabel "Chinese language"@en,
        "Chinese languages"@en,
        "Langues chinoises"@fr ;
    skos:definition "The Chinese language (/ Hànyǔ; / Huáyǔ; Zhōngwén) is a language or language family consisting of varieties which are mutually intelligible to varying degrees. Originally the indigenous languages spoken by the Han Chinese in China, it forms one of the branches of Sino-Tibetan family of languages. About one-fifth of the world’s population, or over one billion people, speaks some variety of Chinese as their native language. Internal divisions of Chinese are usually perceived by their native speakers as dialects of a single Chinese language, rather than separate languages, although this identification is considered inappropriate by some linguists and Sinologists."@en ;
    skos:inScheme lexvo: ;
    skos:notation "zho"^^xsd:string ;
    skos:prefLabel "Sjinees"@af,
        "ܠܫܢܐ ܨܝܢܝܐ"@aii,
        "ቻይንኛ"@am,
        "Idioma chinés"@an,
        "لغة صينية"@ar,
        "لغه صينى"@arz,
        "Çin dili"@az,
        "Kinäsische Språchn"@bar,
        "Intsik"@bcl,
        "Кітайская мова"@be,
        "Кітайская мова"@be-tarask,
        "Китайски език"@bg,
        "চীনা ভাষা"@bn,
        "རྒྱ་སྐད།"@bo,
        "Yezhoù sinaek"@br,
        "Kineski jezik"@bs,
        "Xinès"@ca,
        "Kitayhoyn mott"@ce,
        "Inintsik"@ceb,
        "Çin tili"@crh,
        "Čínština"@cs,
        "Китай чĕлхи"@cv,
        "Tsieinëeg"@cy,
        "Kinesisk"@da,
        "Chinesische Sprachen"@de,
        "Chinšćina"@dsb,
        "ސީނީ"@dv,
        "Κινεζική γλώσσα"@el,
        "Chinese"@en,
        "Ĉina lingvaro"@eo,
        "Idioma chino"@es,
        "Hiina keel"@et,
        "Txinera"@eu,
        "Luenga china"@ext,
        "زبان‌های چینی"@fa,
        "Kiinan kieli"@fi,
        "Kinesiskt mál"@fo,
        "chinois"@fr,
        "Sineesk"@fy,
        "An tSínis"@ga,
        "漢語"@gan,
        "Sìonais"@gd,
        "Lingua chinesa"@gl,
        "Chinañe'ẽ"@gn,
        "ચાઇનીઝ ભાષા"@gu,
        "Çhengaghyn Sheenagh"@gv,
        "Hon-ngî"@hak,
        "‘Ōlelo Pākē"@haw,
        "שפות סיניות"@he,
        "चीनी भाषा"@hi,
        "Chinese bhasa"@hif,
        "Kineski jezik"@hr,
        "Chinšćina"@hsb,
        "Kínai nyelv"@hu,
        "Չինարեն"@hy,
        "Rumpun bahasa Tionghoa"@id,
        "Pagsasao nga Intsik"@ilo,
        "Chiniana linguo"@io,
        "Kínverska"@is,
        "Lingua cinese"@it,
        "中国語"@ja,
        "jugbau"@jbo,
        "Basa Cina"@jv,
        "ჩინური ენა"@ka,
        "Хъутеибзэ"@kbd,
        "Kitsunkwo"@kg,
        "Қытай тілі"@kk,
        "Kineserisut"@kl,
        "ភាសាចិន"@km,
        "ಚೀನಿ ಭಾಷೆ"@kn,
        "중국어"@ko,
        "Chinek"@kw,
        "Lingua Sinica"@la,
        "Chinees"@li,
        "Lengua cineise"@lij,
        "ພາສາຈີນ"@lo,
        "Kinų kalba"@lt,
        "Kėnu kalba"@lt-x,
        "Ķīniešu valoda"@lv,
        "L:漢語"@lzh,
        "Fiteny sinoa"@mg,
        "Кинески јазик"@mk,
        "ചൈനീസ് ഭാഷ"@ml,
        "Хятад хэл"@mn,
        "चिनी भाषा"@mr,
        "Bahasa Cina"@ms,
        "Chinatlahtōlli"@nah,
        "Hàn-gí"@nan,
        "Chineesche Spraak"@nds,
        "Chinese talen"@nl,
        "Kinesisk"@nn,
        "Kinesisk"@no,
        "Chinés"@oc,
        "ਚੀਨੀ ਭਾਸ਼ਾ"@pa,
        "Język chiński"@pl,
        "چینی"@pnb,
        "Língua chinesa"@pt,
        "Chun simi"@qu,
        "Limba chineză"@ro,
        "Китайский язык"@ru,
        "Кітайскый язык"@rue,
        "चीनी भाषा"@sa,
        "Кытай тыла"@sah,
        "Cheenese leid"@sco,
        "Kineski jezik"@sh,
        "Čínština"@sk,
        "Kitajščina"@sl,
        "Gjuha kineze"@sq,
        "Кинески језик"@sr,
        "Se-china"@st,
        "Han-Chinesiske Sproaken"@stq,
        "Kinesiska"@sv,
        "Kichina"@sw,
        "சீன மொழி"@ta,
        "చైనీస్ భాష"@te,
        "Забони чинӣ"@tg,
        "ภาษาจีน"@th,
        "Hytaý dili"@tk,
        "Wikang Tsino"@tl,
        "Çince"@tr,
        "Кытай теле"@tt,
        "Chinese"@tw,
        "Reo Tinitō"@ty,
        "خەنزۇ تىلى"@ug,
        "Китайська мова"@uk,
        "چینی زبان"@ur,
        "Xitoy tili"@uz,
        "Tiếng Trung Quốc"@vi,
        "Hiina kiil"@vro,
        "Chinwès"@wa,
        "Tsino"@war,
        "汉语"@wuu,
        "Китдин келн"@xal,
        "כינעזיש"@yi,
        "Èdè Ṣáínà"@yo,
        "中文"@yue,
        "Vahgun"@za,
        "汉语"@zh .

<http://lexvo.org/id/iso639-3/zul> a lvont:Language,
        skos:Concept ;
    lvont:isFocusOf <http://id.loc.gov/vocabulary/iso639-2/zul> ;
    lvont:iso6392BCode "zul"^^xsd:string ;
    lvont:iso6392TCode "zul"^^xsd:string ;
    lvont:iso639P1Code "zu"^^xsd:string ;
    lvont:iso639P3PCode "zul"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-2/zul>,
        <http://www.glottolog.org/resource/languoid/id/zulu1248> ;
    owl:sameAs <http://dbpedia.org/resource/Zulu_language>,
        <http://lexvo.org/id/iso639-1/zu>,
        <http://lexvo.org/id/wordnet/30/noun/zulu_1_10_00>,
        <http://psi.oasis-open.org/iso/639/#zul>,
        <http://www.lingvoj.org/lang/zu>,
        <http://www.mpii.de/yago/resource/Zulu_language>,
        <info:lc/vocabulary/languages/zul> ;
    skos:altLabel "لغة زولوية"@ar,
        "Zulu dili"@az,
        "Зулуски език"@bg,
        "জুলু ভাষা"@bn,
        "ཙོ་ལུའུའི་སྐད།"@bo,
        "Zulu"@ca,
        "zuluština"@cs,
        "Zwlw"@cy,
        "Zulu"@da,
        "IsiZulu"@de,
        "Ζουλού γλώσσα"@el,
        "Zulu language"@en,
        "Zulua lingvo"@eo,
        "Idioma zulú"@es,
        "Zuluera"@eu,
        "زبان زولو"@fa,
        "Zulun kieli"@fi,
        "Zoulou"@fr,
        "An tSúlúis"@ga,
        "Lingua zulú"@gl,
        "Zulu jezik"@hr,
        "Bahasa Zulu"@id,
        "Lingua zulu"@it,
        "Zulų kalba"@lt,
        "Zulu valoda"@lv,
        "Зулу"@mk,
        "इसिझुलू"@mr,
        "Zoeloe"@nl,
        "Språket zulu"@nn,
        "Język zulu"@pl,
        "Língua zulu"@pt,
        "Limba zulu"@ro,
        "Зулу"@ru,
        "Gjuha zulu"@sq,
        "Zulu"@sv,
        "சுலு மொழி"@ta,
        "зулуська"@uk,
        "IsiZulu"@xh,
        "Èdè Ṣulu"@yo,
        "IsiZulu"@zu ;
    skos:definition "Zulu is the language of the Zulu people with about 10 million speakers, the vast majority (over 95%) of whom live in South Africa. Zulu is the most widely spoken home language in South Africa (24% of the population) as well as being understood by over 50% of the population (Ethnologue 2005). It became one of South Africa's eleven official languages in 1994."@en ;
    skos:inScheme lexvo: ;
    skos:notation "zul"^^xsd:string ;
    skos:prefLabel "Zoeloe"@af,
        "Zulù"@agq,
        "Zulu"@ak,
        "ዙሉኛ"@am,
        "Idioma zulú"@an,
        "الزولو"@ar,
        "Kidhulu"@asa,
        "zulú"@ast,
        "zulu dili"@az,
        "Hɔp u zulù"@bas,
        "зулу"@be,
        "Ichi Zulu"@bem,
        "Hizulu"@bez,
        "зулуски"@bg,
        "zulukan"@bm,
        "জুলু"@bn,
        "ཟུ་ལུ་སྐད།"@bo,
        "zouloueg"@br,
        "ज़ुलू"@brx,
        "zulu"@bs,
        "зулу"@bs-Cyrl,
        "ዙሉኛ"@byn,
        "zulu"@ca,
        "Oruzuru"@cgg,
        "祖鲁文"@cmn,
        "祖魯文"@cmn-Hant,
        "Zulština"@cs,
        "Swlw"@cy,
        "zulu"@da,
        "Kizulu"@dav,
        "Zulu"@de,
        "Zulu senni"@dje,
        "sulu"@dyo,
        "ཟུ་ལུ་ཁ"@dz,
        "Kĩzulu"@ebu,
        "zulugbe"@ee,
        "Ζουλού"@el,
        "Zulu"@en,
        "zulua"@eo,
        "zulú"@es,
        "suulu"@et,
        "zuluera"@eu,
        "ǹkɔ́bɔ zulú"@ewo,
        "زولویی"@fa,
        "Suluŋkoore"@ff,
        "zulu"@fi,
        "Zulu"@fil,
        "sulu"@fo,
        "zoulou"@fr,
        "zulu"@fur,
        "Sûlû"@fy,
        "Súlúis"@ga,
        "Zulu"@gd,
        "zulú"@gl,
        "Zulu"@gsw,
        "ઝુલુ"@gu,
        "Kizulu"@guz,
        "Harshen Zulu"@ha,
        "זולו"@he,
        "ज़ुलू"@hi,
        "Zulu bhasa"@hif,
        "zulu"@hr,
        "zulu"@hu,
        "Զուլուսերեն"@hy,
        "zulu"@ia,
        "Zulu"@id,
        "Zulu"@ig,
        "súlú"@is,
        "zulu"@it,
        "ズールー語"@ja,
        "Kyizulu"@jmc,
        "ზულუ"@ka,
        "Tazulut"@kab,
        "Kizulu"@kam,
        "Chizulu"@kde,
        "zulu"@kea,
        "Kizulu"@kg,
        "Julu senni"@khq,
        "Kizulu"@ki,
        "зулус"@kk,
        "kutitab Zulu"@kln,
        "សូលូ"@km,
        "ಜುಲು"@kn,
        "जुलू"@knn,
        "줄루어"@ko,
        "زُلوٗ"@ks,
        "Kizulu"@ksb,
        "rizúlu"@ksf,
        "Suulu"@ksh,
        "Zoulou"@kw,
        "Kɨzúulu"@lag,
        "Luzzulu"@lg,
        "zulu"@ln,
        "ຊູລູ"@lo,
        "zulų"@lt,
        "Nzulu"@lu,
        "Kizulu"@luo,
        "Kizulu"@luy,
        "zulu"@lv,
        "nkʉtʉ́k ɔ́ɔ̄ lzulu"@mas,
        "Kĩzulu"@mer,
        "zoulou"@mfe,
        "Zolò"@mg,
        "Izulu"@mgh,
        "зулу"@mk,
        "സുലു"@ml,
        "झुलू"@mr,
        "Bahasa Zulu"@ms,
        "Żulu"@mt,
        "Zulu"@mua,
        "ဇူလူ"@my,
        "Zulutlahtōlli"@nah,
        "Zulub"@naq,
        "zulu"@nb,
        "isi-Zulu"@nd,
        "जुलु"@ne,
        "Zulu"@nl,
        "Zulu"@nmg,
        "zulu"@nn,
        "Zulu"@no,
        "Zulum"@nov,
        "Sezulu"@nso,
        "Thok dhuluni"@nus,
        "Oruzuru"@nyn,
        "Afaan Zuulu"@om,
        "ଜୁଲୁ"@or,
        "zulu"@pl,
        "Lenga Zulu"@pms,
        "زولو"@pnb,
        "زولو"@ps,
        "zulu"@pt,
        "Zulu simi"@qu,
        "zulu"@rm,
        "Ikizulu"@rn,
        "zulu"@ro,
        "Kizulu"@rof,
        "зулу"@ru,
        "Inyezulu"@rw,
        "Kyizulu"@rwk,
        "Зуулулуу"@sah,
        "Kizulu"@saq,
        "Ishisulu"@sbp,
        "zulu"@seh,
        "Zulu senni"@ses,
        "Zûlu"@sg,
        "Zulu jezik"@sh,
        "ⵜⴰⵣⵓⵍⵓⵜ"@shi,
        "tazulut"@shi-Latn,
        "සුලු"@si,
        "zuluština"@sk,
        "zulujščina"@sl,
        "chiZulu"@sn,
        "Zuulu"@so,
        "Zulu"@sq,
        "Зулу"@sr,
        "Zulu"@sr-Latn,
        "SíZulu"@ss,
        "se Zulu"@st,
        "zulu"@sv,
        "Kizulu"@sw,
        "Kizulu"@swc,
        "Kizulu"@swh,
        "ஜூலூ"@ta,
        "జూలూ"@te,
        "Kizulu"@teo,
        "Зулу"@tg,
        "ซูลู"@th,
        "ዙሉኛ"@ti,
        "ዙሉኛ"@tig,
        "IsiZulu"@tn,
        "lea fakasulu"@to,
        "Zuluca"@tr,
        "Zulu senni"@twq,
        "tazulut"@tzm,
        "زۇلۇچە"@ug,
        "Зулу"@uk,
        "زولو"@ur,
        "ꖮꖨ"@vai,
        "Zúlu"@vai-Latn,
        "Tiếng Zulu"@vi,
        "Kyizulu"@vun,
        "Zulu"@wae,
        "isiZulu"@xh,
        "ზულუ"@xmf,
        "Oluzzulu"@xog,
        "nusulú"@yav,
        "Èdè Zulu"@yo,
        "祖鲁语"@zh,
        "Zulu"@zsm,
        "isiZulu"@zu .

<http://lexvo.org/id/kangxi-radical/5> a lvont:CJKRadical ;
    lvont:label <http://lexvo.org/id/char/200C9>,
        <http://lexvo.org/id/char/200CA>,
        <http://lexvo.org/id/char/200CB>,
        <http://lexvo.org/id/char/200CC>,
        <http://lexvo.org/id/char/200CD>,
        <http://lexvo.org/id/char/200CE>,
        <http://lexvo.org/id/char/200D1>,
        <http://lexvo.org/id/char/2F04>,
        <http://lexvo.org/id/char/4E59>,
        <http://lexvo.org/id/char/4E5A>,
        <http://lexvo.org/id/char/4E5B> .

<http://lexvo.org/id/iso639-3/glg> a lvont:Language,
        skos:Concept ;
    lvont:isFocusOf <http://id.loc.gov/vocabulary/iso639-2/glg> ;
    lvont:iso6392BCode "glg"^^xsd:string ;
    lvont:iso6392TCode "glg"^^xsd:string ;
    lvont:iso639P1Code "gl"^^xsd:string ;
    lvont:iso639P3PCode "glg"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-2/glg>,
        <http://www.glottolog.org/resource/languoid/id/gali1258> ;
    owl:sameAs <http://dbpedia.org/resource/Galician_language>,
        <http://lexvo.org/id/iso639-1/gl>,
        <http://lexvo.org/id/wordnet/30/noun/galician_1_10_00>,
        <http://psi.oasis-open.org/iso/639/#glg>,
        <http://www.lingvoj.org/lang/gl>,
        <http://www.mpii.de/yago/resource/Galician_language>,
        <info:lc/vocabulary/languages/gag>,
        <info:lc/vocabulary/languages/glg> ;
    skos:altLabel "Galisies"@af,
        "لغة غاليسية"@ar,
        "Gallegu"@ast,
        "qalisian dili"@az,
        "Галісійская мова"@be,
        "Галисийски език"@bg,
        "Galizeg"@br,
        "Gallec"@ca,
        "Galicijština"@cs,
        "Galisieg"@cy,
        "Galicisk"@da,
        "Galicische Sprache"@de,
        "Γαλικιανή γλώσσα"@el,
        "Galician language"@en,
        "Galega lingvo"@eo,
        "Idioma gallego"@es,
        "Galeegi keel"@et,
        "Galiziera"@eu,
        "زبان گالیسی"@fa,
        "galicia"@fi,
        "Galicien"@fr,
        "An Ghailísis"@ga,
        "Lingua galega"@gl,
        "גליציאנית"@he,
        "गैलिशियन भाषा"@hi,
        "Galješki jezik"@hr,
        "Galiciai nyelv"@hu,
        "Գալիցերեն"@hy,
        "Lingua gallecian"@ia,
        "Bahasa Galicia"@id,
        "Lingua gallega"@it,
        "გალისიური ენა"@ka,
        "Galisų kalba"@lt,
        "Galisiešu valoda"@lv,
        "Галициски јазик"@mk,
        "गालेगो भाषा"@mr,
        "Galisisk"@nn,
        "Język galicyjski"@pl,
        "Língua galega"@pt,
        "Limba galiciană"@ro,
        "Галисийский язык"@ru,
        "Galícijčina"@sk,
        "Gjuha galiciane"@sq,
        "Галицијски језик"@sr,
        "Galiciska"@sv,
        "கலீசிய மொழி"@ta,
        "ภาษากาลิเซีย"@th,
        "Галісійська мова"@uk,
        "Tiếng Galician"@vi ;
    skos:definition "Galician (, ) is a language of the Western Ibero-Romance branch, spoken in Galicia, an autonomous community located in northwestern Spain, where it is co-official with Castilian, as well as in border zones of the neighbouring territories of Asturias and Castile and León."@en ;
    skos:inScheme lexvo: ;
    skos:notation "glg"^^xsd:string ;
    skos:prefLabel "Galicies"@af,
        "ጌሊክ"@am,
        "Idioma gallego"@an,
        "الجاليكية"@ar,
        "جاليجو"@arz,
        "gallegu"@ast,
        "Qalis dili"@az,
        "галісійская"@be,
        "Галісійская мова"@be-tarask,
        "галисийски"@bg,
        "গ্যালিশিয়"@bn,
        "galizeg"@br,
        "गैलिशियन्"@brx,
        "galski"@bs,
        "галски"@bs-Cyrl,
        "ጋለጋኛ"@byn,
        "gallec"@ca,
        "加利西亚文"@cmn,
        "加里西亞文"@cmn-Hant,
        "Lingua galiziana"@co,
        "galicijština"@cs,
        "Galiseg"@cy,
        "galicisk"@da,
        "Galizisch"@de,
        "གལ་ཨིས་ཨི་ཡན་ཁ"@dz,
        "galatagbe"@ee,
        "Γαλικιανά"@el,
        "Galician"@en,
        "galega"@eo,
        "gallego"@es,
        "galeegi"@et,
        "galiziera"@eu,
        "Luenga gallega"@ext,
        "گالیسیایی"@fa,
        "Galego"@fi,
        "Galician"@fil,
        "galisiskt"@fo,
        "galicien"@fr,
        "Galicien"@frp,
        "galizian"@fur,
        "Gailísis"@ga,
        "Gailìsis"@gd,
        "galego"@gl,
        "Galizisch"@gsw,
        "ગેલિશિયન"@gu,
        "Galeeshish"@gv,
        "Bagalike"@ha,
        "Kâ-lî-sî-â-ngî"@hak,
        "גליסית"@he,
        "गैलिशियन्"@hi,
        "galicijski"@hr,
        "galíciai"@hu,
        "Գալիսերեն"@hy,
        "gallego"@ia,
        "Galisia"@id,
        "Galisiana linguo"@io,
        "gallegska"@is,
        "galiziano"@it,
        "ガリシア語"@ja,
        "გალური"@ka,
        "galegu"@kea,
        "Гал"@kk,
        "ភាសាហ្កាលីស៉ី"@km,
        "ಗ್ಯಾಲಿಶಿಯನ್"@kn,
        "गेलीशियन"@knn,
        "갈리시아어"@ko,
        "گیلِشِیَن"@ks,
        "Jalliizesch"@ksh,
        "Zimanê galîsyayî"@ku,
        "Галис кыв"@kv,
        "Galijek"@kw,
        "Lingua Gallaica"@la,
        "Lingua gayega"@lad,
        "Galicisch"@li,
        "Lengua galissiann-a"@lij,
        "Galizian"@lmo,
        "ກາລິດ"@lo,
        "galisų"@lt,
        "Galisu kalba"@lt-x,
        "galisiešu"@lv,
        "Reo Galicia"@mi,
        "галициски"@mk,
        "ഗലീഷ്യൻ"@ml,
        "गॅलिशियन"@mr,
        "Bahasa Galicia"@ms,
        "Gallegjan"@mt,
        "Galiciatlahtōlli"@nah,
        "galisisk"@nb,
        "गलिसियाली"@ne,
        "Galicisch"@nl,
        "galicisk"@nn,
        "Galisisk"@no,
        "Galèc"@oc,
        "Afaan Galishii"@om,
        "ଗାଲସିଆନ୍"@or,
        "Галисиаг æвзаг"@os,
        "galisyjski"@pl,
        "Lenga galissian-a"@pms,
        "گلیکیائی"@pnb,
        "ګلېشيايي"@ps,
        "galego"@pt,
        "Galligu simi"@qu,
        "galician"@rm,
        "galiciană"@ro,
        "галисийский"@ru,
        "Ikigalisiya"@rw,
        "Galician leid"@sco,
        "Galegogiella"@se,
        "Galicijski jezik"@sh,
        "ගැලීසියානු"@si,
        "galícijčina"@sk,
        "galicijščina"@sl,
        "Galiisiyaan"@so,
        "Galicianisht"@sq,
        "Галски"@sr,
        "Galski"@sr-Latn,
        "Se-galicia"@st,
        "galiciska"@sv,
        "Kigalicia"@sw,
        "Kigalisia"@swh,
        "காலிஸியன்"@ta,
        "గెలిషియన్"@te,
        "Lia-galegu"@tet,
        "Галисианӣ"@tg,
        "กาลิเซีย"@th,
        "ጋለቪኛ"@ti,
        "ጋለጋኛ"@tig,
        "Wikang Galisyano"@tl,
        "Galician"@tn,
        "lea kalisieni"@to,
        "Galiçyaca"@tr,
        "گالىسىيەچە"@ug,
        "галісійська"@uk,
        "گالیشیائی"@ur,
        "Lengua gałiziana"@vec,
        "Tiếng Galicia"@vi,
        "Galiziš"@wae,
        "Isi-Galician"@xh,
        "Èdè Galicia"@yo,
        "加里西亞語"@zh,
        "Galicia"@zsm,
        "isi-Galicia"@zu .

<http://lexvo.org/id/iso639-3/gsw> a lvont:Language,
        skos:Concept ;
    lvont:isFocusOf <http://id.loc.gov/vocabulary/iso639-2/gsw> ;
    lvont:iso6392BCode "gsw"^^xsd:string ;
    lvont:iso6392TCode "gsw"^^xsd:string ;
    lvont:iso639P3PCode "gsw"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-2/gsw>,
        <http://www.glottolog.org/resource/languoid/id/swis1247> ;
    owl:sameAs <http://dbpedia.org/resource/Swiss_German>,
        <http://www.lingvoj.org/lang/als>,
        <http://www.lingvoj.org/lang/gsw>,
        <http://www.mpii.de/yago/resource/Swiss_German>,
        <info:lc/vocabulary/languages/gsw> ;
    skos:altLabel "Швейцарски немски език"@bg,
        "সুইস জার্মান ভাষা"@bn,
        "Alemany suís"@ca,
        "德文 (瑞士)"@cmn-Hant,
        "němčina (Švýcarsko)"@cs,
        "Schweizertysk"@da,
        "Alemannic"@en,
        "German, Swiss"@en,
        "Swiss German"@en,
        "Alemán de Suiza"@es,
        "Suisse allemand"@fr,
        "suisse alémanique"@fr,
        "Lingua alemá de Suíza"@gl,
        "גרמנית שווייצרית"@he,
        "Bahasa Jerman Swiss"@id,
        "Svizzero tedesco"@it,
        "Zwitsers Duits"@nl,
        "Gwary schwyzertüütsch"@pl,
        "Suíço-alemão"@pt,
        "швейцарский немецкий"@ru,
        "Schweizertyska"@sv ;
    skos:definition "Swiss German (, ) is any of the Alemannic dialects spoken in Switzerland and in some Alpine communities in Northern Italy. Occasionally, the Alemannic dialects spoken in other countries are grouped together with Swiss German as well, especially the dialects of Liechtenstein and Austrian Vorarlberg which are closely associated to Switzerland's."@en ;
    skos:inScheme lexvo: ;
    skos:notation "gsw"^^xsd:string ;
    skos:prefLabel "Switserse Duits"@af,
        "የስዊዝ ጀርመን"@am,
        "الألمانية السويسرية"@ar,
        "alemánicu de Suiza"@ast,
        "isveç almanca"@az,
        "швейцарски немски"@bg,
        "সুইস জার্মান"@bn,
        "alamaneg Suis"@br,
        "स्वीस जर्मन"@brx,
        "švajcarsko nemački"@bs,
        "швајцарски немачки"@bs-Cyrl,
        "alemany suís"@ca,
        "瑞士德文"@cmn,
        "德文（瑞士）"@cmn-Hant,
        "Švýcarská němčina"@cs,
        "Almaeneg y Swistir"@cy,
        "schweizertysk"@da,
        "Schweizerdeutsch"@de,
        "སུ་ཡིས་ཇཱར་མཱན་ཁ"@dz,
        "swizerlanɖtɔwo ƒe germaniagbe"@ee,
        "Ελβετικά Γερμανικά"@el,
        "Alsatian"@en,
        "Svisgermana lingvo"@eo,
        "alemán suizo"@es,
        "alemanni"@et,
        "alemana (Suitza)"@eu,
        "آلمانی سوئیسی"@fa,
        "sveitsinsaksa"@fi,
        "Swiss German"@fil,
        "alémanique"@fr,
        "Gearmáinis Elvéiseach"@ga,
        "Gearmailtis Eilbheiseach"@gd,
        "alemán suízo"@gl,
        "Schwiizertüütsch"@gsw,
        "Schweizerdeutsch"@gsw-FR,
        "સ્વિસ જર્મન"@gu,
        "Kuikilani Kelemānia"@haw,
        "גרמנית שוויצרית"@he,
        "स्विस जर्मन"@hi,
        "švicarski njemački"@hr,
        "svájci német"@hu,
        "Jerman Swiss"@id,
        "svissnesk þýska"@is,
        "tedesco svizzero"@it,
        "スイスドイツ語"@ja,
        "შვეიცარიული გერმანული"@ka,
        "alimãu di Suisa"@kea,
        "អាល្លឺម៉ង ស្វីស"@km,
        "ಸ್ವಿಸ್ ಜರ್ಮನ್"@kn,
        "독일어(스위스)"@ko,
        "سٕوِس جٔرمَن"@ks,
        "Schwitzerdütsch"@ksh,
        "Sguizzer Todesch"@lmo,
        "lialemaniki"@ln,
        "ສະວິສເຢຍລະມັນ"@lo,
        "Šveicarijos vokiečių"@lt,
        "Šveices vācu"@lv,
        "швајцарско германски"@mk,
        "സ്വിസ് ജർമൻ"@ml,
        "स्विस जर्मन"@mr,
        "ဆွစ် ဂျာမန်"@my,
        "Sūi-se Tek-gí"@nan,
        "sveitsertysk"@nb,
        "स्वीस जर्मन"@ne,
        "Zwitserduits"@nl,
        "sveitsertysk"@nn,
        "Sveitsertysk"@no,
        "ସ୍ବିସ୍ ଜର୍ମାନ୍"@or,
        "szwajcarski niemiecki"@pl,
        "سوس جرمن"@pnb,
        "alemão suíço"@pt,
        "tudestg svizzer"@rm,
        "germană elvețiană"@ro,
        "Швейцарский диалект"@ru,
        "ස්විස් ජර්මනි"@si,
        "švajčiarska nemčina"@sk,
        "nemščina (Švica)"@sl,
        "Швајцарски немачки"@sr,
        "Švajcarsko nemački"@sr-Latn,
        "schweizertyska"@sv,
        "Kijerumani cha Uswisi"@swh,
        "ஸ்விஸ் ஜெர்மன்"@ta,
        "స్విస్ జర్మన్"@te,
        "เยอรมันสวิส"@th,
        "lea fakasiamani suitisālani"@to,
        "İsviçre Almancası"@tr,
        "німецька швейцарська"@uk,
        "سوئس جرمن"@ur,
        "Tiếng Đức Thụy Sĩ"@vi,
        "瑞士德语"@zh,
        "Jerman Switzerland"@zsm,
        "isi-Swiss German"@zu .

<http://lexvo.org/id/iso639-3/mkd> a lvont:Language,
        skos:Concept ;
    lvont:isFocusOf <http://id.loc.gov/vocabulary/iso639-2/mac>,
        <http://id.loc.gov/vocabulary/iso639-2/mkd> ;
    lvont:iso6392BCode "mac"^^xsd:string ;
    lvont:iso6392TCode "mkd"^^xsd:string ;
    lvont:iso639P1Code "mk"^^xsd:string ;
    lvont:iso639P3PCode "mkd"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-2/mac>,
        <http://id.loc.gov/vocabulary/iso639-2/mkd>,
        <http://www.glottolog.org/resource/languoid/id/mace1250> ;
    owl:sameAs <http://dbpedia.org/resource/Macedonian_language>,
        <http://lexvo.org/id/iso639-1/mk>,
        <http://lexvo.org/id/wordnet/30/noun/macedonian_1_10_00>,
        <http://psi.oasis-open.org/iso/639/#mkd>,
        <http://www.lingvoj.org/lang/mk>,
        <http://www.mpii.de/yago/resource/Macedonian_language>,
        <info:lc/vocabulary/languages/mac> ;
    skos:altLabel "Masedonies"@af,
        "لغة مقدونية"@ar,
        "Macedoniu"@ast,
        "makedoniya dili"@az,
        "Македонская мова"@be,
        "Македонска литературна норма"@bg,
        "Makedoneg"@br,
        "Makedonski jezik"@bs,
        "Macedònic"@ca,
        "Makedonština"@cs,
        "Makedonsk"@da,
        "Mazedonische Sprache"@de,
        "Σλαβομακεδονική γλώσσα"@el,
        "Macedonian language"@en,
        "Makedona lingvo"@eo,
        "Idioma macedonio"@es,
        "Makedoonia keel"@et,
        "Mazedoniera"@eu,
        "زبان مقدونی"@fa,
        "Makedonian kieli"@fi,
        "Macédonien"@fr,
        "An Mhacadóinis"@ga,
        "Lingua macedonia"@gl,
        "मेसिडोनियन भाषा"@hi,
        "Makedonski jezik"@hr,
        "Macedón nyelv"@hu,
        "Bahasa Makedonia"@id,
        "Makedónska"@is,
        "Lingua macedone"@it,
        "მაკედონური ენა"@ka,
        "Makedonų kalba"@lt,
        "Maķedoniešu valoda"@lv,
        "Македонски јазик"@mk,
        "मॅसिडोनियन भाषा"@mr,
        "Makedonsk"@nn,
        "Język macedoński"@pl,
        "Língua macedônia"@pt,
        "macedônio"@pt,
        "Limba macedoneană"@ro,
        "Македонский язык"@ru,
        "Makedoniagiella"@se,
        "Macedónčina"@sk,
        "Makedonščina"@sl,
        "Gjuha sllavomaqedone"@sq,
        "Македонски језик"@sr,
        "Makedonska"@sv,
        "மக்கதோனிய மொழி"@ta,
        "ภาษามาซิโดเนีย"@th,
        "Македонська мова"@uk,
        "Tiếng Ma-xê-đô-ni-a"@vi ;
    skos:definition "Macedonian (, makedonski jazik, ) is a South Slavic language spoken as a first language by approximately 2–3 million people principally in the region of Macedonia but also in the Macedonian diaspora. It is the official language of the Republic of Macedonia and holds the status of official minority language in parts of Albania, Romania and Serbia."@en ;
    skos:inScheme lexvo: ;
    skos:notation "mkd"^^xsd:string ;
    skos:prefLabel "Macedonies"@af,
        "ማሴዶንኛ"@am,
        "Idioma macedonián"@an,
        "المقدونية"@ar,
        "macedoniu"@ast,
        "Makedon dili"@az,
        "македонская"@be,
        "Македонская мова"@be-tarask,
        "македонски"@bg,
        "ম্যাসেডোনীয"@bn,
        "makedoneg"@br,
        "मैसेडोनियन्"@brx,
        "makedonski"@bs,
        "македонски"@bs-Cyrl,
        "ማከዶኒኛ"@byn,
        "macedoni"@ca,
        "马其顿文"@cmn,
        "馬其頓文"@cmn-Hant,
        "makedonština"@cs,
        "Макєдоньскъ ѩꙁꙑкъ"@cu,
        "Македон чĕлхи"@cv,
        "Macedoneg"@cy,
        "makedonsk"@da,
        "Mazedonisch"@de,
        "Makedońska rěc"@dsb,
        "མ་སེ་ཌོ་ནི་ཡཱན་ཁ"@dz,
        "makedoniagbe"@ee,
        "Σλαβομακεδονικά"@el,
        "Macedonian"@en,
        "𐐣𐐰𐑅𐐯𐐼𐐬𐑌𐐨𐐲𐑌"@en-Dsrt,
        "makedona"@eo,
        "macedonio"@es,
        "makedoonia"@et,
        "mazedoniera"@eu,
        "مقدونی"@fa,
        "makedonia"@fi,
        "Macedonian"@fil,
        "makedonskt"@fo,
        "macédonien"@fr,
        "Macèdonien"@frp,
        "macedon"@fur,
        "Macadóinis"@ga,
        "Masadonais"@gd,
        "macedonio"@gl,
        "Mazedonisch"@gsw,
        "મેસેડોનિયન"@gu,
        "Dan Masedoniya"@ha,
        "מקדונית"@he,
        "मैसेडोनियन्"@hi,
        "makedonski"@hr,
        "Makedonšćina"@hsb,
        "macedón"@hu,
        "Մակեդոներեն"@hy,
        "macedone"@ia,
        "Makedonia"@id,
        "Macedoniana linguo"@io,
        "makedónska"@is,
        "macedone"@it,
        "マケドニア語"@ja,
        "მაკედონიური"@ka,
        "masedoniu"@kea,
        "македон"@kk,
        "ម៉ាសេដូនី"@km,
        "ಮೆಸಿಡೋನಿಯನ್"@kn,
        "मसीडोनियन्"@knn,
        "마케도니아어"@ko,
        "Македон тил"@krc,
        "میکَڈونیَن"@ks,
        "Mazedoonesch"@ksh,
        "Zimanê makedonî"@ku,
        "Македон кыв"@kv,
        "Makedonek"@kw,
        "македонияча"@ky,
        "Lingua Macedonica moderna"@la,
        "Lingua Makedonia"@lad,
        "Macedonisch"@li,
        "Lengua maçedone"@lij,
        "ມາເຊໂດນີ"@lo,
        "makedonų"@lt,
        "Makeduonu kalba"@lt-x,
        "maķedoniešu"@lv,
        "македонски"@mk,
        "മാസിഡോണിയൻ"@ml,
        "मॅसेडोनियन"@mr,
        "Bahasa Macedonia"@ms,
        "Maċedonjan"@mt,
        "makedonsk"@nb,
        "म्याकेडोनियन"@ne,
        "Macedonisch"@nl,
        "makedonsk"@nn,
        "Makedonsk"@no,
        "Macedonian"@oc,
        "Afaan Macedooniyaa"@om,
        "ମାକଡୋନିଆନ୍"@or,
        "мӕчъидон"@os,
        "ਮੈਕੇਡੋਨੀਅਨ"@pa,
        "macedoński"@pl,
        "Lenga masédone"@pms,
        "مقدونی"@pnb,
        "مقدوني"@ps,
        "macedónio"@pt,
        "Makidunya simi"@qu,
        "macedon"@rm,
        "macedoneană"@ro,
        "македонский"@ru,
        "Ikimasedoniyani"@rw,
        "Lingua macèdoni"@scn,
        "Macedonie leid"@sco,
        "makedoniagiella"@se,
        "Makedonski jezik"@sh,
        "මැසිඩෝනියානු"@si,
        "macedónčina"@sk,
        "makedonščina"@sl,
        "Masadooniyaan"@so,
        "Maqedonisht"@sq,
        "Македонски"@sr,
        "Makedonski"@sr-Latn,
        "Se-masedonia"@st,
        "makedonska"@sv,
        "Kimasedonia"@swh,
        "Macedůńsko godka"@szl,
        "மாஸிடோனியன்"@ta,
        "మసడోనియన్"@te,
        "Забони мақдунӣ"@tg,
        "มาซิโดเนีย"@th,
        "ማክዶኒኛ"@ti,
        "ማከዶኒኛ"@tig,
        "Macedonian"@tn,
        "lea fakamasitōnia"@to,
        "Makedonca"@tr,
        "Македон кыл"@udm,
        "ماكېدون تىلى"@ug,
        "македонська"@uk,
        "مقدونیائی"@ur,
        "Tiếng Macedonia"@vi,
        "Mazedoniš"@wae,
        "Isi-Macedonian"@xh,
        "Èdè Macedonia"@yo,
        "马其顿语"@zh,
        "Macedonia"@zsm,
        "isi-Macedonia"@zu .

<http://lexvo.org/id/iso639-3/mya> a lvont:Language,
        skos:Concept ;
    lvont:isFocusOf <http://id.loc.gov/vocabulary/iso639-2/bur>,
        <http://id.loc.gov/vocabulary/iso639-2/mya> ;
    lvont:iso6392BCode "bur"^^xsd:string ;
    lvont:iso6392TCode "mya"^^xsd:string ;
    lvont:iso639P1Code "my"^^xsd:string ;
    lvont:iso639P3PCode "mya"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-2/bur>,
        <http://id.loc.gov/vocabulary/iso639-2/mya>,
        <http://www.glottolog.org/resource/languoid/id/nucl1310> ;
    owl:sameAs <http://dbpedia.org/resource/Burmese_language>,
        <http://lexvo.org/id/iso639-1/my>,
        <http://lexvo.org/id/wordnet/30/noun/burmese_1_10_00>,
        <http://psi.oasis-open.org/iso/639/#mya>,
        <http://www.lingvoj.org/lang/my>,
        <http://www.mpii.de/yago/resource/Burmese_language>,
        <info:lc/vocabulary/languages/bur> ;
    skos:altLabel "Бирмански език"@bg,
        "বর্মী ভাষা"@bn,
        "Birmaneg"@br,
        "Birmà"@ca,
        "Barmština"@cs,
        "Birmanische Sprache"@de,
        "Burmese language"@en,
        "Birma lingvo"@eo,
        "Idioma birmano"@es,
        "Birma keel"@et,
        "Birmaniera"@eu,
        "زبان برمه‌ای"@fa,
        "Burman kieli"@fi,
        "Birman"@fr,
        "बर्मी भाषा"@hi,
        "Burmai nyelv"@hu,
        "Bahasa Myanmar"@id,
        "burmneska"@is,
        "Lingua birmana"@it,
        "Mjanmų kalba"@lt,
        "Мјанмарски јазик"@mk,
        "बर्मी भाषा"@mr,
        "မြန်မာဘာသာစကား"@my,
        "Birmaans"@nl,
        "Burmesisk språk"@nn,
        "Język birmański"@pl,
        "Língua birmanesa"@pt,
        "Бирманский язык"@ru,
        "Burmesiska"@sv,
        "பருமிய மொழி"@ta,
        "ภาษาพม่า"@th,
        "Бірманська мова"@uk ;
    skos:definition "The Burmese language (; ; MLCTS: myanma bhasa) is the official language of Burma. Burmese is the native language of the Bamar and related sub-ethnic groups of the Bamar, as well as that of some ethnic minorities in Burma like the Mon. Burmese is spoken by 32 million as a first language and as a second language by 10 million, particularly ethnic minorities in Burma and those in neighboring countries. (Although the constitution officially recognizes the English name of the language as the Myanmar language, most English speakers continue to refer to the language as Burmese.)"@en ;
    skos:inScheme lexvo: ;
    skos:notation "mya"^^xsd:string ;
    skos:prefLabel "Birmaans"@af,
        "Bùumɛsɛ̀"@agq,
        "Bɛɛmis kasa"@ak,
        "ቡርማኛ"@am,
        "البورمية"@ar,
        "بورمى"@arz,
        "Kiburma"@asa,
        "birmanu"@ast,
        "burmis dili"@az,
        "Hɔp u birmàn"@bas,
        "Ichi Burma"@bem,
        "Hiburma"@bez,
        "бирмански"@bg,
        "birimanikan"@bm,
        "বর্মি"@bn,
        "འབར་མའི་སྐད།"@bo,
        "বর্মী ঠার"@bpy,
        "birmaneg"@br,
        "बर्मी"@brx,
        "burmanski"@bs,
        "бурмански"@bs-Cyrl,
        "ቡርማኛ"@byn,
        "birmà"@ca,
        "Oruburuma"@cgg,
        "缅甸文"@cmn,
        "緬甸文"@cmn-Hant,
        "barmština"@cs,
        "Byrmaneg"@cy,
        "burmesisk"@da,
        "Kiburma"@dav,
        "Birmanisch"@de,
        "Burme senni"@dje,
        "birmani"@dyo,
        "བར་མིས་ཁ"@dz,
        "Kĩburma"@ebu,
        "burmagbe"@ee,
        "Βιρμανικά"@el,
        "Burmese"@en,
        "𐐒𐐲𐑉𐑋𐐨𐑆"@en-Dsrt,
        "birma"@eo,
        "birmano"@es,
        "birma"@et,
        "burmatarra"@eu,
        "Ǹkɔ́bɔ birəmán"@ewo,
        "برمه‌ای"@fa,
        "Burmeese"@ff,
        "burma"@fi,
        "Burmese"@fil,
        "burmesiskt"@fo,
        "birman"@fr,
        "Burmais"@ga,
        "Burmais"@gd,
        "birmano"@gl,
        "Birmanisch"@gsw,
        "બર્મીઝ"@gu,
        "Kiburma"@guz,
        "Burmanci"@ha,
        "בורמזית"@he,
        "बर्लिस"@hi,
        "Burmese bhasa"@hif,
        "burmanski"@hr,
        "burmai"@hu,
        "Burma"@id,
        "Mịanma"@ig,
        "Búrmíska"@is,
        "birmano"@it,
        "ビルマ語"@ja,
        "Kyiburma"@jmc,
        "ბირმული ენა"@ka,
        "Taburmisit"@kab,
        "Kiburma"@kam,
        "Chibulma"@kde,
        "birmanes"@kea,
        "Burme senni"@khq,
        "Kiburma"@ki,
        "Бирман"@kk,
        "kutitab Burma"@kln,
        "ភូមា"@km,
        "ಬರ್ಮೀಸ್"@kn,
        "बर्मीज़्"@knn,
        "버마어"@ko,
        "بٔمیٖز"@ks,
        "Kibulma"@ksb,
        "ribirmán"@ksf,
        "Burmessesch"@ksh,
        "Бирма кыв"@kv,
        "Lingua Birmanica"@la,
        "Kɨbáama"@lag,
        "Lubbama"@lg,
        "libilimá"@ln,
        "ມຽນມ່າ"@lo,
        "birmiečių"@lt,
        "Kiburma"@luo,
        "Kiburma"@luy,
        "birmiešu"@lv,
        "nkʉtʉ́k ɔ́ɔ̄ lBurma"@mas,
        "Kĩburma"@mer,
        "birman"@mfe,
        "Birmana"@mg,
        "Iburma"@mgh,
        "бурмански"@mk,
        "ബർമീസ്"@ml,
        "बर्मी"@mr,
        "Bahasa Burma"@ms,
        "Burmiż"@mt,
        "birmania"@mua,
        "ဗမာ"@my,
        "Burmesǁî gowab"@naq,
        "burmesisk"@nb,
        "isi-Burma"@nd,
        "वर्मेली"@ne,
        "बर्मेली भाषा"@new,
        "Birmees"@nl,
        "Kiɛl birmania"@nmg,
        "burmesisk"@nn,
        "Burmesisk"@no,
        "Thok bormi̱thni"@nus,
        "Oruburuma"@nyn,
        "ବର୍ମୀଜ୍"@or,
        "birmański"@pl,
        "Lenga Burmese"@pms,
        "برمی بولی"@pnb,
        "birmanês"@pt,
        "Birmanu simi"@qu,
        "birman"@rm,
        "Ikinyabirimaniya"@rn,
        "birmaneză"@ro,
        "Kiburma"@rof,
        "бирманский"@ru,
        "Kyiburma"@rwk,
        "Kiburma"@saq,
        "Ishibuluma"@sbp,
        "Burmese leid"@sco,
        "burmagiella"@se,
        "birmanês"@seh,
        "Burme senni"@ses,
        "Miamära, Birimäni"@sg,
        "ⵜⴰⴱⵉⵔⵎⴰⵏⵉⵜ"@shi,
        "tabirmanit"@shi-Latn,
        "බර්මිස්"@si,
        "barmčina"@sk,
        "burmanščina"@sl,
        "chiBurma"@sn,
        "Burmese"@so,
        "Бурмански"@sr,
        "Burmanski"@sr-Latn,
        "Birmanisk"@stq,
        "burmesiska"@sv,
        "Kiburma"@swc,
        "Kiburma"@swh,
        "பர்மிஸ்"@ta,
        "బర్మీస్"@te,
        "Kiburma"@teo,
        "พม่า"@th,
        "ቡርማኛ"@tig,
        "Wikang Burmes"@tl,
        "lea fakapema"@to,
        "Burmaca"@tr,
        "Burme senni"@twq,
        "Taburmanit"@tzm,
        "بىرما تىلى"@ug,
        "бірманська"@uk,
        "برمی"@ur,
        "ꗩꕆꔻ"@vai,
        "Bhɛmísi"@vai-Latn,
        "Tiếng Miến Điện"@vi,
        "Kyiburma"@vun,
        "Burmesiš"@wae,
        "Olubbama"@xog,
        "bímanɛ"@yav,
        "Èdè Bumiisi"@yo,
        "缅甸语"@zh,
        "Burma"@zsm,
        "isi-Burmese"@zu .

<http://lexvo.org/id/iso639-3/nld> a lvont:Language,
        skos:Concept ;
    lvont:isFocusOf <http://id.loc.gov/vocabulary/iso639-2/dut>,
        <http://id.loc.gov/vocabulary/iso639-2/nld> ;
    lvont:iso6392BCode "dut"^^xsd:string ;
    lvont:iso6392TCode "nld"^^xsd:string ;
    lvont:iso639P1Code "nl"^^xsd:string ;
    lvont:iso639P3PCode "nld"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-2/dut>,
        <http://id.loc.gov/vocabulary/iso639-2/nld>,
        <http://www.glottolog.org/resource/languoid/id/dutc1256> ;
    owl:sameAs <http://dbpedia.org/resource/Dutch_language>,
        <http://lexvo.org/id/iso639-1/nl>,
        <http://psi.oasis-open.org/iso/639/#nld>,
        <http://www.lingvoj.org/lang/nl>,
        <http://www.mpii.de/yago/resource/Dutch_language>,
        <info:lc/vocabulary/languages/dut> ;
    skos:altLabel "لغة هولندية"@ar,
        "Neerlandés"@ast,
        "Niderland dili"@az,
        "Нідэрландская мова"@be,
        "Нидерландски език"@bg,
        "ওলন্দাজ ভাষা"@bn,
        "Nederlandeg"@br,
        "Holandski jezik"@bs,
        "Neerlandès"@ca,
        "Nizozemština"@cs,
        "Nederlandsk"@da,
        "Niederländische Sprache"@de,
        "Ολλανδική γλώσσα"@el,
        "Dutch language"@en,
        "Flemish"@en,
        "Nederlanda lingvo"@eo,
        "Idioma neerlandés"@es,
        "Hollandi keel"@et,
        "Nederlandera"@eu,
        "زبان هلندی"@fa,
        "هالندی"@fa,
        "Hollannin kieli"@fi,
        "Néerlandais"@fr,
        "An Ollainnis"@ga,
        "Lingua neerlandesa"@gl,
        "डच भाषा"@hi,
        "Nizozemski jezik"@hr,
        "Holland nyelv"@hu,
        "Lingua nederlandese"@ia,
        "Bahasa Belanda"@id,
        "Hollenska"@is,
        "Lingua olandese"@it,
        "ნიდერლანდური ენა"@ka,
        "Neederländesch"@ksh,
        "Lifalamá"@ln,
        "Olandų kalba"@lt,
        "Nīderlandiešu valoda"@lv,
        "Холандски јазик"@mk,
        "ഡച്ച് ഭാഷ"@ml,
        "डच भाषा"@mr,
        "Nedderlandsche Spraak"@nds,
        "Nederlandsk"@nn,
        "ਡਚ ਭਾਸ਼ਾ"@pa,
        "Język niderlandzki"@pl,
        "Língua neerlandesa"@pt,
        "Lingua neerlandaisa"@rm,
        "Limba neerlandeză"@ro,
        "Нидерландский язык"@ru,
        "Hollánddagiella"@se,
        "Holandčina"@sk,
        "Nizozemščina"@sl,
        "Af-Holandees"@so,
        "Gjuha holandeze"@sq,
        "Холандски језик"@sr,
        "Se-dutch"@st,
        "Nederländska"@sv,
        "டச்சு மொழி"@ta,
        "Забони нидерландӣ"@tg,
        "ภาษาดัตช์"@th,
        "Нідерландська мова"@uk,
        "IsiHolandi"@zu ;
    skos:definition "Dutch is a West Germanic language and the native language of the majority of the population of the Netherlands, Belgium, and Suriname, the three member states of the Dutch Language Union. Most speakers live in the European Union, where it is a first language for about 23 million and a second language for another 5 million people. It also holds official status in the Caribbean island nations of Aruba, Curaçao, and Sint Maarten, while historical minorities remain in parts of France and Germany, and to a lesser extent, in Indonesia, and up to half a million native Dutch speakers may be living in the United States, Canada, and Australia. The Cape Dutch dialects of Southern Africa have been standardised into Afrikaans, a mutually intelligible daughter language of Dutch which today is spoken to some degree by an estimated total of 15 to 23 million people in South Africa and Namibia."@en ;
    skos:inScheme lexvo: ;
    skos:notation "nld"^^xsd:string ;
    skos:prefLabel "Nederlands"@af,
        "Dɔ̂s"@agq,
        "ܠܫܢܐ ܗܘܠܢܕܝܐ"@aii,
        "Dɛɛkye"@ak,
        "ደች"@am,
        "Idioma neerlandés"@an,
        "Niðerlendisc sprǣc"@ang,
        "الهولندية"@ar,
        "هولندى"@arz,
        "Kiholandhi"@asa,
        "neerlandés"@ast,
        "hollandca"@az,
        "Holländische Sproch"@bar,
        "Hɔp u nlɛ̀ndi"@bas,
        "галандская"@be,
        "Нідэрляндзкая мова"@be-tarask,
        "Ichi Dachi"@bem,
        "Hiholanzi"@bez,
        "холандски"@bg,
        "olandekan"@bm,
        "ডাচ"@bn,
        "ཧའོ་ལན་སྐད།"@bo,
        "nederlandeg"@br,
        "डच्"@brx,
        "holandski"@bs,
        "холандски"@bs-Cyrl,
        "ደች"@byn,
        "neerlandès"@ca,
        "Inolandes"@ceb,
        "Orudaaki"@cgg,
        "زمانی ھۆلەندی"@ckb,
        "荷兰文"@cmn,
        "荷蘭文"@cmn-Hant,
        "Lingua neerlandese"@co,
        "Felemenk tili"@crh,
        "nizozemština"@cs,
        "Голланд чĕлхи"@cv,
        "Iseldireg"@cy,
        "hollandsk"@da,
        "Kiholanzi"@dav,
        "Niederländisch"@de,
        "Flemenki"@diq,
        "Holandee senni"@dje,
        "Nižozemšćina"@dsb,
        "ޑަޗު"@dv,
        "neerlande"@dyo,
        "ཌཆ་ཁ"@dz,
        "Kĩholanzi"@ebu,
        "hɔlandgbe"@ee,
        "Ολλανδικά"@el,
        "Dutch"@en,
        "𐐔𐐲𐐽"@en-Dsrt,
        "nederlanda"@eo,
        "neerlandés"@es,
        "hollandi"@et,
        "nederlandera"@eu,
        "Ǹkɔ́bɔ nɛrəlándía"@ewo,
        "هلندی"@fa,
        "Dacceere"@ff,
        "hollanti"@fi,
        "Dutch"@fil,
        "hollendskt"@fo,
        "néerlandais"@fr,
        "Nêrlandês"@frp,
        "olandês"@fur,
        "Nederlânsk"@fy,
        "Ollainnis"@ga,
        "Duitsis"@gd,
        "holandés"@gl,
        "Niderländisch"@gsw,
        "Niederländisch"@gsw-FR,
        "ડચ"@gu,
        "Kiholanzi"@guz,
        "Ollanish"@gv,
        "Holanci"@ha,
        "Hò-làn-ngî"@hak,
        "Hōlani"@haw,
        "הולנדית"@he,
        "डच्"@hi,
        "Dutch bhasa"@hif,
        "nizozemski"@hr,
        "Nižozemšćina"@hsb,
        "holland"@hu,
        "Հոլանդերեն"@hy,
        "nederlandese"@ia,
        "Belanda"@id,
        "Dọọch"@ig,
        "Pagsasao nga Olandés"@ilo,
        "Nederlandana linguo"@io,
        "hollenska"@is,
        "olandese"@it,
        "オランダ語"@ja,
        "Kyiholanzi"@jmc,
        "Basa Walanda"@jv,
        "Basa Landa"@jv-x,
        "ჰოლანდიური"@ka,
        "Tadučit"@kab,
        "Kiholanzi"@kam,
        "Нидерландхэбзэ"@kbd,
        "Chiholanzi"@kde,
        "olandes"@kea,
        "Holandee senni"@khq,
        "Kiholanzi"@ki,
        "голланд"@kk,
        "hollandimiutut"@kl,
        "kutitab Boa"@kln,
        "ហុល្លង់"@km,
        "ಡಚ್"@kn,
        "डच्"@knn,
        "네덜란드어"@ko,
        "Недерландісь кыв"@koi,
        "ڈَچ"@ks,
        "Kiholanzi"@ksb,
        "riɔlándɛ́"@ksf,
        "Holländesch"@ksh,
        "Zimanê holandî"@ku,
        "Нидерланд кыв"@kv,
        "Iseldiryek"@kw,
        "голландча"@ky,
        "Lingua Batava"@la,
        "Lingua neerlandesa"@lad,
        "Kɨholáanzi"@lag,
        "Hollännesch"@lb,
        "Luholandi"@lg,
        "Nederlands"@li,
        "Lengua olandeise"@lij,
        "Ulandes"@lmo,
        "lifalamá"@ln,
        "ດັດຣ"@lo,
        "olandų"@lt,
        "olandi"@lu,
        "Kiholanzi"@luo,
        "Kiholanzi"@luy,
        "holandiešu"@lv,
        "nkʉtʉ́k ɔ́ɔ̄ lduchi"@mas,
        "Голандонь кяль"@mdf,
        "Kĩholandi"@mer,
        "olande"@mfe,
        "Holandey"@mg,
        "Iholanzi"@mgh,
        "Нидерланд йылме"@mhr,
        "холандски"@mk,
        "ഡച്ച്"@ml,
        "डच"@mr,
        "Bahasa Belanda"@ms,
        "Olandiż"@mt,
        "zah sǝr ma kasǝŋ"@mua,
        "ဒတ်ချ်"@my,
        "Tlanitlālpantlahtōlli"@nah,
        "Kē-tē-gí"@nan,
        "Hollands"@naq,
        "nederlandsk"@nb,
        "isi-Dutch"@nd,
        "Nederlaands"@nds,
        "डच"@ne,
        "Nederlands"@nl,
        "Kiɛl bóllandais"@nmg,
        "nederlandsk"@nn,
        "Nederlandsk"@no,
        "Nederlandum"@nov,
        "Thok da̱c"@nus,
        "Orudaaki"@nyn,
        "Neerlandés"@oc,
        "Afaan Dachii"@om,
        "ଡଚ୍"@or,
        "Нидерландаг æвзаг"@os,
        "ਡੱਚ"@pa,
        "Hulandes"@pap,
        "Nirlindé"@pcd,
        "Niederlaendische Schprooch"@pdc,
        "niderlandzki"@pl,
        "Lenga neerlandèisa"@pms,
        "ڈچ"@pnb,
        "هالېنډي"@ps,
        "holandês"@pt,
        "Urasuyu simi"@qu,
        "ollandais"@rm,
        "Igiholandi"@rn,
        "olandeză"@ro,
        "Kiholanzi"@rof,
        "голландский"@ru,
        "Ikinerilande"@rw,
        "Kyiholanzi"@rwk,
        "डच भाषा"@sa,
        "Нидерлаан тыла"@sah,
        "Kiholanzi"@saq,
        "Ishiholansi"@sbp,
        "Lingua ulannisa"@scn,
        "Dutch leid"@sco,
        "hollánddagiella"@se,
        "holandês"@seh,
        "Holandee senni"@ses,
        "Holandëe"@sg,
        "Holandski jezik"@sh,
        "ⵜⴰⵀⵓⵍⴰⵏⴷⵉⵜ"@shi,
        "tahulandit"@shi-Latn,
        "ලන්දේසි"@si,
        "holandčina"@sk,
        "nizozemščina"@sl,
        "chiDutch"@sn,
        "Holandays"@so,
        "Holandisht"@sq,
        "Холандски"@sr,
        "Holandski"@sr-Latn,
        "Bakratongo"@srn,
        "Dutch"@st,
        "Niederloundsk"@stq,
        "Basa Walanda"@su,
        "nederländska"@sv,
        "Kiholanzi"@sw,
        "Kiholanzi"@swc,
        "Kiholanzi"@swh,
        "டச்சு"@ta,
        "డచ్"@te,
        "Kiholanzi"@teo,
        "Ҳолландӣ"@tg,
        "ดัตช์"@th,
        "ደች"@ti,
        "ደች"@tig,
        "Wikang Olandes"@tl,
        "Se Dutch"@tn,
        "lea fakahōlani"@to,
        "Hollandaca"@tr,
        "Xi bunu"@ts,
        "Нидерланд теле"@tt,
        "Holandee senni"@twq,
        "Tahulanḍit"@tzm,
        "گوللاندىيە تىلى"@ug,
        "голландська"@uk,
        "ڈچ"@ur,
        "ꗍꔿ"@vai,
        "Dɔchi"@vai-Latn,
        "Łéngua ołandexe"@vec,
        "Tiếng Hà Lan"@vi,
        "Algemêen Nederlands"@vls,
        "Kyiholanzi"@vun,
        "Neyerlandès"@wa,
        "Holändiš"@wae,
        "Isi-Dutch"@xh,
        "Oluholandi"@xog,
        "nilándɛ"@yav,
        "האלענדיש"@yi,
        "Èdè Duki"@yo,
        "荷蘭話"@yue,
        "Nederlands"@zea,
        "荷蘭語"@zh,
        "Belanda"@zsm,
        "i-Dutch"@zu .

<http://lexvo.org/id/iso639-3/slk> a lvont:Language,
        skos:Concept ;
    lvont:isFocusOf <http://id.loc.gov/vocabulary/iso639-2/slk>,
        <http://id.loc.gov/vocabulary/iso639-2/slo> ;
    lvont:iso6392BCode "slo"^^xsd:string ;
    lvont:iso6392TCode "slk"^^xsd:string ;
    lvont:iso639P1Code "sk"^^xsd:string ;
    lvont:iso639P3PCode "slk"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-2/slk>,
        <http://id.loc.gov/vocabulary/iso639-2/slo>,
        <http://www.glottolog.org/resource/languoid/id/slov1269> ;
    owl:sameAs <http://dbpedia.org/resource/Slovak_language>,
        <http://lexvo.org/id/iso639-1/sk>,
        <http://lexvo.org/id/wordnet/30/noun/slovak_1_10_00>,
        <http://psi.oasis-open.org/iso/639/#slk>,
        <http://www.lingvoj.org/lang/sk>,
        <http://www.mpii.de/yago/resource/Slovak_language>,
        <info:lc/vocabulary/languages/slo> ;
    skos:altLabel "لغة سلوفاكية"@ar,
        "Eslovacu"@ast,
        "Slovak dili"@az,
        "Славацкая мова"@be,
        "Словашки език"@bg,
        "স্লোভাক ভাষা"@bn,
        "Slovakeg"@br,
        "Slovački jezik"@bs,
        "Eslovac"@ca,
        "Slovenština"@cs,
        "Slovakisk"@da,
        "Slowakische Sprache"@de,
        "Σλοβακική γλώσσα"@el,
        "Slovak language"@en,
        "Slovaka lingvo"@eo,
        "Idioma eslovaco"@es,
        "Slovaki keel"@et,
        "Eslovakiera"@eu,
        "زبان اسلواکیایی"@fa,
        "Slovakki"@fi,
        "Slovaque"@fr,
        "An tSlóvaicis"@ga,
        "Slòbhacais"@gd,
        "Lingua eslovaca"@gl,
        "Slovački jezik"@hr,
        "Szlovák nyelv"@hu,
        "Bahasa Slowakia"@id,
        "Slóvakíska"@is,
        "Lingua slovacca"@it,
        "სლოვაკური ენა"@ka,
        "Slovakimiusut"@kl,
        "Slovakų kalba"@lt,
        "Slovāku valoda"@lv,
        "Словачки јазик"@mk,
        "स्लोव्हाक भाषा"@mr,
        "Slovakisk"@nn,
        "Język słowacki"@pl,
        "Língua eslovaca"@pt,
        "Limba slovacă"@ro,
        "Словацкий язык"@ru,
        "Slovákiagiella"@se,
        "Slovenčina"@sk,
        "Slovaščina"@sl,
        "Gjuha sllovake"@sq,
        "Словачки језик"@sr,
        "Slovakiska"@sv,
        "சுலோவாக்கிய மொழி"@ta,
        "ภาษาสโลวัก"@th,
        "Словацька мова"@uk,
        "Tiếng Xlô-vác"@vi,
        "Èdè Slofákíà"@yo ;
    skos:definition "Slovak (, slovenčina, not to be confused with slovenski jezik or slovenščina, the native name of the Slovene language), is an Indo-European language that belongs to the West Slavic languages (together with Czech, Polish, Silesian, Kashubian, and Sorbian)."@en ;
    skos:inScheme lexvo: ;
    skos:notation "slk"^^xsd:string ;
    skos:prefLabel "Slowaaks"@af,
        "ስሎቫክኛ"@am,
        "Idioma eslovaco"@an,
        "السلوفاكية"@ar,
        "eslovacu"@ast,
        "slovakca"@az,
        "славацкая"@be,
        "Славацкая мова"@be-tarask,
        "словашки"@bg,
        "স্লোভাক"@bn,
        "slovakeg"@br,
        "स्लोवाक्"@brx,
        "slovački"@bs,
        "словачки"@bs-Cyrl,
        "ስሎቫክኛ"@byn,
        "eslovac"@ca,
        "Slovakahoyn mott"@ce,
        "斯洛伐克文"@cmn,
        "斯洛伐克文"@cmn-Hant,
        "Lingua sluvacca"@co,
        "slovenština"@cs,
        "Słowacczi jãzëk"@csb,
        "Карпатьскословѣньскъ ѩꙁꙑкъ"@cu,
        "Словак чĕлхи"@cv,
        "Slofaceg"@cy,
        "slovakisk"@da,
        "Slowakisch"@de,
        "Słowakska rěc"@dsb,
        "སུ་ལོ་བཱཀ་ཁ"@dz,
        "slovakiagbe"@ee,
        "Σλοβακικά"@el,
        "Slovak"@en,
        "slovaka"@eo,
        "eslovaco"@es,
        "slovaki"@et,
        "eslovakiera"@eu,
        "اسلواکی"@fa,
        "slovakki"@fi,
        "Slovak"@fil,
        "slovakiskt"@fo,
        "slovaque"@fr,
        "Slovaco"@frp,
        "slovac"@fur,
        "Slowaaksk"@fy,
        "Slóvaicis"@ga,
        "Slovak dili"@gag,
        "Slobhacais"@gd,
        "eslovaco"@gl,
        "Slowakisch"@gsw,
        "સ્લોવૅક"@gu,
        "Slovackish"@gv,
        "Basulake"@ha,
        "סלובקית"@he,
        "स्लोवाक्"@hi,
        "Slovak bhasa"@hif,
        "slovački"@hr,
        "Słowakšćina"@hsb,
        "szlovák"@hu,
        "Սլովակերեն"@hy,
        "slovaco"@ia,
        "Slovak"@id,
        "Slovakiana linguo"@io,
        "slóvakíska"@is,
        "slovacco"@it,
        "スロバキア語"@ja,
        "Basa Slowakia"@jv,
        "სლოვაკური"@ka,
        "slovaku"@kea,
        "словак"@kk,
        "slovakimiusut"@kl,
        "ស្លូវ៉ាគី"@km,
        "ಸ್ಲೋವಾಕ್"@kn,
        "स्लोवाक"@knn,
        "슬로바키아어"@ko,
        "سلووَک"@ks,
        "ẞlovakesch"@ksh,
        "Zimanê slovakî"@ku,
        "Словак кыв"@kv,
        "Slovakek"@kw,
        "словакча"@ky,
        "Lingua Slovaca"@la,
        "Slowaaks"@li,
        "Lengua slovacca"@lij,
        "ສະໂລວັກກີ"@lo,
        "slovakų"@lt,
        "Sluovaku kalba"@lt-x,
        "slovāku"@lv,
        "Словак йылме"@mhr,
        "словачки"@mk,
        "സ്ലോവാക്ക്"@ml,
        "Словак хэл"@mn,
        "स्लोव्हाक"@mr,
        "Bahasa Slovak"@ms,
        "Slovakk"@mt,
        "စလိုဗက်"@my,
        "slovakisk"@nb,
        "स्लोभाकियाली"@ne,
        "Slowaaks"@nl,
        "slovakisk"@nn,
        "Slovakisk"@no,
        "Eslovac"@oc,
        "Afaan Slovak"@om,
        "ସ୍ଲୋଭାକ୍"@or,
        "Словакаг æвзаг"@os,
        "Slowarkyan"@pih,
        "słowacki"@pl,
        "Lenga slovaca"@pms,
        "سلواک"@pnb,
        "سلوواکي"@ps,
        "eslovaco"@pt,
        "Isluwakya simi"@qu,
        "slovac"@rm,
        "slovacă"@ro,
        "словацкий"@ru,
        "Igisilovaki"@rw,
        "Словаактыы"@sah,
        "Slovak leid"@sco,
        "slovákiagiella"@se,
        "Slovački jezik"@sh,
        "ස්ලෝවැක්"@si,
        "slovenčina"@sk,
        "slovaščina"@sl,
        "Isloofaak"@so,
        "Sllovakisht"@sq,
        "Словачки"@sr,
        "Slovački"@sr-Latn,
        "Se-slovak"@st,
        "slovakiska"@sv,
        "Kislovakia"@sw,
        "Kislovakia"@swh,
        "Słowacko godka"@szl,
        "ஸ்லோவாக்"@ta,
        "స్లోవాక్"@te,
        "Забони словакӣ"@tg,
        "สโลวัก"@th,
        "ስሎቨክኛ"@ti,
        "ስሎቫክኛ"@tig,
        "Slowak dili"@tk,
        "Slovak"@tn,
        "lea fakasolāvaki"@to,
        "Tok Slovakia"@tpi,
        "Slovakça"@tr,
        "سلوۋاك تىلى"@ug,
        "словацька"@uk,
        "سلوواک"@ur,
        "Tiếng Slovak"@vi,
        "Slowakiš"@wae,
        "Isi-Slovak"@xh,
        "סלאוואקיש"@yi,
        "Èdè Slovaki"@yo,
        "Slowaoks"@zea,
        "斯洛伐克语"@zh,
        "Slovak"@zsm,
        "isi-Slovak"@zu .

<http://lexvo.org/id/iso639-3/sot> a lvont:Language,
        skos:Concept ;
    lvont:isFocusOf <http://id.loc.gov/vocabulary/iso639-2/sot> ;
    lvont:iso6392BCode "sot"^^xsd:string ;
    lvont:iso6392TCode "sot"^^xsd:string ;
    lvont:iso639P1Code "st"^^xsd:string ;
    lvont:iso639P3PCode "sot"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-2/sot>,
        <http://www.glottolog.org/resource/languoid/id/sout2807> ;
    owl:sameAs <http://dbpedia.org/resource/Sotho_language>,
        <http://lexvo.org/id/iso639-1/st>,
        <http://lexvo.org/id/wordnet/30/noun/sesotho_1_10_00>,
        <http://psi.oasis-open.org/iso/639/#sot>,
        <http://www.lingvoj.org/lang/st>,
        <http://www.mpii.de/yago/resource/Sotho_language>,
        <info:lc/vocabulary/languages/sot>,
        <info:lc/vocabulary/languages/sso> ;
    skos:altLabel "Сесото"@bg,
        "sotho ar Su"@br,
        "sydsotho"@da,
        "Süd-Sotho-Sprache"@de,
        "Sotho, Southern"@en,
        "Southern Sotho"@en,
        "Sota lingvo"@eo,
        "sesotho meridional"@es,
        "hegoaldeko sothoera"@eu,
        "سوتویی جنوبی"@fa,
        "Eteläsothon kieli"@fi,
        "Sotho du Sud"@fr,
        "sotho du Sud"@fr,
        "सिसोथो भाषा"@hi,
        "Bahasa Sesotho"@id,
        "Lingua sotho del sud"@it,
        "南部ソト語"@ja,
        "소토어 (남부)"@ko,
        "Sesoto kalba"@lt,
        "sotho południowy"@pl,
        "SeSotho do sul"@pt,
        "сото южный"@ru,
        "Gjuha sesote"@sq,
        "sydsotho"@sv,
        "தெற்கு ஸோதோ"@ta,
        "Güney Sotho"@tr,
        "сото південна"@uk,
        "Tiếng Sesotho"@vi,
        "IsiSotho"@xh,
        "Èdè Southern Sotho"@yo,
        "IsiSuthu"@zu ;
    skos:definition "|style = \"float: right\" |- | valign = \"top\"| | |} The Sotho language, also known as Sesotho, Southern Sotho, or Southern Sesotho, is a Bantu language spoken primarily in South Africa, where it is one of the 11 official languages, and in Lesotho, where it is the national language. It is an agglutinative language which uses numerous affixes and derivational and inflexional rules to build complete words."@en ;
    skos:inScheme lexvo: ;
    skos:notation "sot"^^xsd:string ;
    skos:prefLabel "Suid-Sotho"@af,
        "ሶዞኛ"@am,
        "السوتو الجنوبية"@ar,
        "Sesoto dili"@az,
        "сесуто"@bg,
        "দক্ষিন সোথো"@bn,
        "Sothoeg"@br,
        "sesoto"@bs,
        "сесото"@bs-Cyrl,
        "ሶዞኛ"@byn,
        "sotho meridional"@ca,
        "南索托文"@cmn,
        "塞索托文"@cmn-Hant,
        "sotština (jižní)"@cs,
        "Sesotheg"@cy,
        "Sesotho"@da,
        "Sesotho"@de,
        "anyiehe sothogbe"@ee,
        "Νότια Σόθο"@el,
        "Sotho language"@en,
        "sota"@eo,
        "Idioma sesotho"@es,
        "lõunasotho"@et,
        "Sothoera"@eu,
        "زبان سوتو"@fa,
        "eteläsotho"@fi,
        "Southern Sotho"@fil,
        "sesotho"@fo,
        "sesotho"@fr,
        "sotho meridionâl"@fur,
        "Sótais Dheisceartach"@ga,
        "sesoto"@gl,
        "Süüd-Sotho-Schpraach"@gsw,
        "સદર્ન સોથો"@gu,
        "Sesotanci"@ha,
        "ססות׳ו"@he,
        "सेसोथो"@hi,
        "Sesotho bhasa"@hif,
        "sesotski"@hr,
        "szeszotó"@hu,
        "Սեսոտո"@hy,
        "sesotho"@ia,
        "Sotho Selatan"@id,
        "suðursótó"@is,
        "sotho del sud"@it,
        "ソト語"@ja,
        "სამხრეთ სოთოს ენა"@ka,
        "сесото"@kk,
        "សេសូដូ"@km,
        "ದಕ್ಷಿಣ ಸೋಥೋ"@kn,
        "सेसोथो"@knn,
        "소토어"@ko,
        "جنوٗبی سوتھو"@ks,
        "Söd-Sooto"@ksh,
        "сесото"@ky,
        "Lengua sesotho"@lij,
        "ໂຊໂທໃຕ້"@lo,
        "pietų sesuto"@lt,
        "dienvidsotu"@lv,
        "сесото"@mk,
        "തെക്കൻ സോതോ"@ml,
        "सेसोथो"@mr,
        "Soto, t’Isfel"@mt,
        "Sototlahtōlli"@nah,
        "sør-sotho"@nb,
        "Zuid-Sotho"@nl,
        "sørsotho"@nn,
        "Sesotho"@no,
        "Sutum"@nov,
        "Sesotho"@nso,
        "ସେସୋଥୋ"@or,
        "Język sotho"@pl,
        "Lenga Sotho meridional"@pms,
        "سيسوتو"@ps,
        "soto do sul"@pt,
        "Sesotho simi"@qu,
        "sotho dal sid"@rm,
        "sesotho"@ro,
        "Сесото"@ru,
        "Inyesesoto"@rw,
        "južná sothčina"@sk,
        "sesoto"@sl,
        "Sesooto"@so,
        "Sesotho"@sq,
        "Сесото"@sr,
        "Sesoto"@sr-Latn,
        "Sesotho"@st,
        "Basa Sotho"@su,
        "Sesotho"@sv,
        "Kisotho-Kusini"@sw,
        "Kisotho cha Kusini"@swh,
        "சோத்தோ மொழி"@ta,
        "దక్షిణ సోతో"@te,
        "โซโทใต้"@th,
        "ሰሴቶ"@ti,
        "ሶዞኛ"@tig,
        "lea sofo fakatonga"@to,
        "Sotho dili"@tr,
        "سېسوتوچە"@ug,
        "Сесото"@uk,
        "جنوبی سوتھو"@ur,
        "Tiếng Sotho"@vi,
        "Südsotho"@wae,
        "Sesotho"@xh,
        "სოტო ნინა"@xmf,
        "Èdè Sesoto"@yo,
        "塞索托语"@zh,
        "Sotho Selatan"@zsm,
        "isiSuthu"@zu .

<http://lexvo.org/id/iso639-3/ssw> a lvont:Language,
        skos:Concept ;
    lvont:isFocusOf <http://id.loc.gov/vocabulary/iso639-2/ssw> ;
    lvont:iso6392BCode "ssw"^^xsd:string ;
    lvont:iso6392TCode "ssw"^^xsd:string ;
    lvont:iso639P1Code "ss"^^xsd:string ;
    lvont:iso639P3PCode "ssw"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-2/ssw>,
        <http://www.glottolog.org/resource/languoid/id/swat1243> ;
    owl:sameAs <http://dbpedia.org/resource/Swazi_language>,
        <http://lexvo.org/id/iso639-1/ss>,
        <http://lexvo.org/id/wordnet/30/noun/swazi_1_10_00>,
        <http://psi.oasis-open.org/iso/639/#ssw>,
        <http://www.lingvoj.org/lang/ss>,
        <http://www.mpii.de/yago/resource/Swazi_language>,
        <info:lc/vocabulary/languages/ssw>,
        <info:lc/vocabulary/languages/swz> ;
    skos:altLabel "Свази"@bg,
        "Swatieg"@br,
        "Siswati"@de,
        "Swazi language"@en,
        "Svazia lingvo"@eo,
        "Idioma suazi"@es,
        "Swaziera"@eu,
        "Swazin kieli"@fi,
        "Swati"@fr,
        "Bahasa Swati"@id,
        "Lingua swati"@it,
        "시스와티어"@ko,
        "Свазиски јазик"@mk,
        "Język suazi"@pl,
        "Língua suázi"@pt,
        "Свати"@ru,
        "Siswati"@ss,
        "SiSwati"@sv,
        "சுவாசி மொழி"@ta,
        "Swati dili"@tr,
        "сісваті"@uk,
        "Tiếng Swazi"@vi ;
    skos:definition "The Swazi or Swati language ( , ) is a Bantu language of the Nguni group spoken in Swaziland and South Africa by the Swazi people. The number of speakers is estimated to be in the region of 3 million. The language is taught in Swaziland and some South African schools in Mpumalanga and KaNgwane areas. Swazi is an official language of Swaziland, (along with English), and is also one of the eleven official languages of South Africa."@en ;
    skos:inScheme lexvo: ;
    skos:notation "ssw"^^xsd:string ;
    skos:prefLabel "Swazi"@af,
        "ስዋቲኛ"@am,
        "السواتي"@ar,
        "svati dili"@az,
        "суази"@bg,
        "সোয়াতি"@bn,
        "swati"@br,
        "स्वाटि"@brx,
        "svati"@bs,
        "свати"@bs-Cyrl,
        "ስዋቲኛ"@byn,
        "siswati"@ca,
        "斯瓦特文"@cmn,
        "斯瓦特文"@cmn-Hant,
        "siswatština"@cs,
        "swati"@da,
        "Swazi"@de,
        "swatgbe"@ee,
        "Σουάτι"@el,
        "Swati"@en,
        "svazia"@eo,
        "siswati"@es,
        "svaasi"@et,
        "swatiera"@eu,
        "سوازیایی"@fa,
        "swazi"@fi,
        "Swati"@fil,
        "swatiskt"@fo,
        "swati"@fr,
        "swati"@fur,
        "swati"@gl,
        "Swazi"@gsw,
        "સ્વાતી"@gu,
        "סיסוואטי"@he,
        "स्वाती"@hi,
        "svati"@hr,
        "sziszuati"@hu,
        "Swati"@id,
        "svatí"@is,
        "swati"@it,
        "スワジ語"@ja,
        "ಸ್ವಾತಿ"@kn,
        "सिस्वाती"@knn,
        "스와티어"@ko,
        "سواتی"@ks,
        "Si-Swatesch"@ksh,
        "Lengua SiSwati"@lij,
        "ຊຣາຕິ"@lo,
        "svati"@lt,
        "svatu"@lv,
        "свати"@mk,
        "സ്വാറ്റി"@ml,
        "स्वाती"@mr,
        "Bahasa Swati"@ms,
        "Swati"@mt,
        "Suatitlahtōlli"@nah,
        "swati"@nb,
        "Swazi"@nl,
        "swati"@nn,
        "Swati"@no,
        "Swatum"@nov,
        "Seswati"@nso,
        "ସ୍ବାତୀ"@or,
        "siswati"@pl,
        "Lenga Swati"@pms,
        "swati"@pt,
        "Swasi simi"@qu,
        "swazi"@rm,
        "swati"@ro,
        "свази"@ru,
        "svazijčina"@sk,
        "svazijščina"@sl,
        "Свати"@sr,
        "Svati"@sr-Latn,
        "SiSwati"@ss,
        "swati"@sv,
        "Kiswati"@sw,
        "Kiswati"@swh,
        "ஸ்வாடீ"@ta,
        "స్వాతి"@te,
        "สวาติ"@th,
        "ስዋቲኛ"@tig,
        "lea fakasuasilani"@to,
        "Sisvati"@tr,
        "Сваті"@uk,
        "سواتی"@ur,
        "Tiếng Swati"@vi,
        "Swazi"@wae,
        "სვატი"@xmf,
        "Èdè Swazi"@yo,
        "Swati"@zsm,
        "isiSwati"@zu .

<http://lexvo.org/id/iso639-3/ell> a lvont:Language,
        skos:Concept ;
    lvont:isFocusOf <http://id.loc.gov/vocabulary/iso639-2/ell>,
        <http://id.loc.gov/vocabulary/iso639-2/gre> ;
    lvont:iso6392BCode "gre"^^xsd:string ;
    lvont:iso6392TCode "ell"^^xsd:string ;
    lvont:iso639P1Code "el"^^xsd:string ;
    lvont:iso639P3PCode "ell"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-2/ell>,
        <http://id.loc.gov/vocabulary/iso639-2/gre>,
        <http://www.glottolog.org/resource/languoid/id/mode1248> ;
    owl:sameAs <http://dbpedia.org/resource/Modern_Greek>,
        <http://lexvo.org/id/iso639-1/el>,
        <http://lexvo.org/id/wordnet/30/noun/modern_greek_1_10_00>,
        <http://psi.oasis-open.org/iso/639/#ell>,
        <http://www.lingvoj.org/lang/el>,
        <http://www.mpii.de/yago/resource/Modern_Greek>,
        <info:lc/vocabulary/languages/gre> ;
    skos:altLabel "Grec demòtic"@ca,
        "Novořečtina"@cs,
        "Nygræsk"@da,
        "Neugriechische Sprache"@de,
        "Νέα ελληνική γλώσσα"@el,
        "Greek, Modern (1453-)"@en,
        "Modern Greek"@en,
        "Modern Greek (1453-)"@en,
        "Griego moderno"@es,
        "Nýgrikskt mál"@fo,
        "Grec moderne"@fr,
        "grec moderne (après 1453)"@fr,
        "Grego moderno"@gl,
        "יוונית מודרנית"@he,
        "आधुनिक यूनानी भाषा"@hi,
        "Novogrčki jezik"@hr,
        "Lingua greca moderna"@it,
        "Tayunanit"@kab,
        "Jaungrieķu valoda"@lv,
        "Nieuwgrieks"@nl,
        "Język nowogrecki"@pl,
        "Grego moderno"@pt,
        "Limba greacă modernă"@ro,
        "Novogréčtina"@sk,
        "Nygrekiska"@sv,
        "Новогрецька мова"@uk ;
    skos:definition "Modern Greek ( or , \"Neo-Hellenic\", historically and colloquially, also known as , \"Romaic\" or \"Roman\") refers to the varieties of the Greek language spoken in the modern era. The beginning of the \"modern\" period of the language is often symbolically assigned to the fall of the Byzantine Empire in 1453, even though that date marks no clear linguistic boundary and many characteristic modern features of the language had been present centuries earlier - from the fourth to the fifteenth century AD. During most of the period, the language existed in a situation of diglossia (due in part to the dark ages), with regional spoken dialects existing side by side with learned, archaic written forms. Most notably, during much of the 19th and 20th centuries, it was known in the competing varieties of popular Demotic and learned Katharevousa. Today, standard modern Greek, based on Demotic, is the official language of both Greece and Cyprus. Greek is spoken today by approximately 12-15 million people, mainly in Greece and Cyprus, but also by minority and immigrant communities in many other countries."@en ;
    skos:inScheme lexvo: ;
    skos:notation "ell"^^xsd:string ;
    skos:prefLabel "Grieks"@af,
        "Gɨ̀lêʔ"@agq,
        "Greek kasa"@ak,
        "ግሪክኛ"@am,
        "اليونانية"@ar,
        "Kigiriki"@asa,
        "griegu"@ast,
        "yunanca"@az,
        "Hɔp u gri ᷇kyà"@bas,
        "грэцкая"@be,
        "Ichi Griki"@bem,
        "Higiriki"@bez,
        "гръцки"@bg,
        "gɛrɛsikan"@bm,
        "গ্রিক"@bn,
        "gresianeg"@br,
        "ग्रीक"@brx,
        "grčki"@bs,
        "грчки"@bs-Cyrl,
        "ግሪክኛ"@byn,
        "grec"@ca,
        "Oruguriiki"@cgg,
        "希腊文"@cmn,
        "希臘文"@cmn-Hant,
        "řečtina"@cs,
        "Groeg"@cy,
        "græsk"@da,
        "Kigiriki"@dav,
        "Griechisch"@de,
        "Grek senni"@dje,
        "greek"@dyo,
        "གྲིཀ་ཁ"@dz,
        "Kĩngriki"@ebu,
        "grisigbe"@ee,
        "Ελληνικά"@el,
        "Greek"@en,
        "𐐘𐑉𐐨𐐿"@en-Dsrt,
        "greka"@eo,
        "griego"@es,
        "kreeka"@et,
        "greziera"@eu,
        "Ǹkɔ́bɔ gəlɛ́g"@ewo,
        "یونانی"@fa,
        "Gerke"@ff,
        "kreikka"@fi,
        "Griyego"@fil,
        "grikiskt"@fo,
        "grec"@fr,
        "grêc"@fur,
        "Gréigis"@ga,
        "Greugais"@gd,
        "grego"@gl,
        "Griechisch"@gsw,
        "ગ્રીક"@gu,
        "Kigiriki"@guz,
        "Girkanci"@ha,
        "Helene"@haw,
        "יוונית"@he,
        "ग्रीक"@hi,
        "grčki"@hr,
        "görög"@hu,
        "Հունարեն"@hy,
        "greco"@ia,
        "Yunani"@id,
        "Giriikị"@ig,
        "gríska"@is,
        "greco"@it,
        "ギリシャ語"@ja,
        "Ŋɡɛlɛ̂k"@jgo,
        "Kyigiriki"@jmc,
        "ბერძნული"@ka,
        "Tagrikit"@kab,
        "Kigiriki"@kam,
        "Chigilichi"@kde,
        "gregu"@kea,
        "Grek senni"@khq,
        "Kigiriki"@ki,
        "грек"@kk,
        "kutitab Greece"@kln,
        "ក្រិច"@km,
        "ಗ್ರೀಕ್"@kn,
        "ग्रीक्"@knn,
        "그리스어"@ko,
        "یوٗنٲنی"@ks,
        "Kigiiki"@ksb,
        "rigrɛ́k"@ksf,
        "Jriischesch"@ksh,
        "грекче"@ky,
        "Lingua Neograeca"@la,
        "Kɨgiríki"@lag,
        "Lugereeki/Luyonaani"@lg,
        "ligeleki"@ln,
        "ກເຣັກ"@lo,
        "graikų"@lt,
        "Giliki"@lu,
        "Kigiriki"@luo,
        "Kigiriki"@luy,
        "grieķu"@lv,
        "nkʉtʉ́k ɔ́ɔ̄ lgiriki"@mas,
        "Kĩngiriki"@mer,
        "grek"@mfe,
        "Grika"@mg,
        "Igiriki"@mgh,
        "грчки"@mk,
        "ഗ്രീക്ക്"@ml,
        "ग्रीक"@mr,
        "Grieg"@mt,
        "grek"@mua,
        "ဂရိ"@my,
        "Xriks"@naq,
        "gresk"@nb,
        "isi-Giliki"@nd,
        "Neegreeksche Spraak"@nds,
        "ग्रीक"@ne,
        "Grieks"@nl,
        "Kiɛl bó grɛk"@nmg,
        "gresk"@nn,
        "Nygresk"@no,
        "Thok girikni"@nus,
        "Oruguriiki"@nyn,
        "Afaan Giriiki"@om,
        "ଗ୍ରୀକ୍"@or,
        "бердзейнаг"@os,
        "grecki"@pl,
        "یوناني"@ps,
        "grego"@pt,
        "grec"@rm,
        "Ikigereki"@rn,
        "greacă"@ro,
        "Kigiriki"@rof,
        "греческий"@ru,
        "Ikigereki"@rw,
        "Kyigiriki"@rwk,
        "Гириэктии"@sah,
        "Kigiriki"@saq,
        "Ishigiliki"@sbp,
        "Lingua greca muderna"@scn,
        "greikkagiella"@se,
        "grego"@seh,
        "Grek senni"@ses,
        "Gerêki"@sg,
        "ⵜⴰⴳⵔⵉⴳⵉⵜ"@shi,
        "tagrigit"@shi-Latn,
        "ග්‍රීක"@si,
        "gréčtina"@sk,
        "grščina"@sl,
        "chiGreek"@sn,
        "Giriik"@so,
        "Greqisht"@sq,
        "Грчки"@sr,
        "Grčki"@sr-Latn,
        "Se-greek"@st,
        "grekiska"@sv,
        "Kigiriki"@swc,
        "Kigiriki"@swh,
        "கிரேக்கம்"@ta,
        "గ్రీక్"@te,
        "Kigiriki"@teo,
        "Юнонӣ"@tg,
        "กรีก"@th,
        "ግሪከኛ"@ti,
        "ግሪክኛ"@tig,
        "SeGerika"@tn,
        "lea fakakalisi"@to,
        "Yunanca"@tr,
        "Xi Giriki"@ts,
        "Grek senni"@twq,
        "Tayunanit"@tzm,
        "грецька"@uk,
        "یونانی"@ur,
        "ꗥꗷꘋ"@vai,
        "Hɛlɛŋ"@vai-Latn,
        "Tiếng Hy Lạp"@vi,
        "Kyigiriki"@vun,
        "Gričiš"@wae,
        "Isi-Greek"@xh,
        "Oluyonaani"@xog,
        "yavánɛ"@yav,
        "Èdè Giriki"@yo,
        "Greek"@zsm,
        "isi-Greek"@zu .

<http://lexvo.org/id/iso639-3/gle> a lvont:Language,
        skos:Concept ;
    lvont:isFocusOf <http://id.loc.gov/vocabulary/iso639-2/gle> ;
    lvont:iso6392BCode "gle"^^xsd:string ;
    lvont:iso6392TCode "gle"^^xsd:string ;
    lvont:iso639P1Code "ga"^^xsd:string ;
    lvont:iso639P3PCode "gle"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-2/gle>,
        <http://www.glottolog.org/resource/languoid/id/iris1253> ;
    owl:sameAs <http://dbpedia.org/resource/Irish_language>,
        <http://lexvo.org/id/iso639-1/ga>,
        <http://lexvo.org/id/wordnet/30/noun/irish_1_10_00>,
        <http://psi.oasis-open.org/iso/639/#gle>,
        <http://www.lingvoj.org/lang/ga>,
        <http://www.mpii.de/yago/resource/Irish_language>,
        <info:lc/vocabulary/languages/gle>,
        <info:lc/vocabulary/languages/iri> ;
    skos:altLabel "Iers-Gaelies"@af,
        "لغة أيرلندية"@ar,
        "Irlandés"@ast,
        "İrland dili"@az,
        "Ірландская мова"@be,
        "Ирландски език"@bg,
        "আইরিশ ভাষা"@bn,
        "Iwerzhoneg"@br,
        "Irski jezik"@bs,
        "Gaèlic irlandès"@ca,
        "Irština"@cs,
        "Irsk"@da,
        "Irische Sprache"@de,
        "Ιρλανδική γλώσσα"@el,
        "Irish language"@en,
        "Irlanda lingvo"@eo,
        "Idioma irlandés"@es,
        "Iiri keel"@et,
        "Irlandako gaelera"@eu,
        "ایرلندی"@fa,
        "زبان ایرلندی"@fa,
        "Iiri"@fi,
        "Írskt mál"@fo,
        "Irlandais"@fr,
        "Lenghe irlandese"@fur,
        "An Ghaeilge"@ga,
        "Gàidhlig na h-Èireann"@gd,
        "Lingua irlandesa"@gl,
        "आयरिश भाषा"@hi,
        "Irski jezik"@hr,
        "Ír nyelv"@hu,
        "Lingua irlandese"@ia,
        "Bahasa Irlandia"@id,
        "Írska"@is,
        "Lingua irlandese"@it,
        "ირლანდიური ენა"@ka,
        "Airių kalba"@lt,
        "Īru valoda"@lv,
        "Ирски јазик"@mk,
        "आयरिश भाषा"@mr,
        "Irsk språk"@nn,
        "Ирландиаг æвзаг"@os,
        "Język irlandzki"@pl,
        "Língua irlandesa"@pt,
        "Lingua irlandaisa"@rm,
        "Limba irlandeză"@ro,
        "Ирландский язык"@ru,
        "Iirragiella"@se,
        "Írčina"@sk,
        "Irska gelščina"@sl,
        "Gjuha irlandeze"@sq,
        "Ирски језик"@sr,
        "Iriska"@sv,
        "ஐரிய மொழி"@ta,
        "Забони ирландӣ"@tg,
        "Ірландська мова"@uk,
        "Tiếng Ireland"@vi,
        "Èdè Ireland"@yo ;
    skos:definition "Irish , also known as Irish Gaelic, is a Goidelic language of the Indo-European language family, originating in Ireland and historically spoken by the Irish people. Irish is now spoken as a first language by a small minority of Irish people, as well as being a second language of a larger proportion of the population. Irish enjoys constitutional status as the national and first official language of the Republic of Ireland. It is an official language of the European Union and an officially recognised minority language in Northern Ireland."@en ;
    skos:inScheme lexvo: ;
    skos:notation "gle"^^xsd:string ;
    skos:prefLabel "Iers"@af,
        "አይሪሽ"@am,
        "Idioma irlandés"@an,
        "Īrisc sprǣc"@ang,
        "الأيرلندية"@ar,
        "ايرلاندى"@arz,
        "irlandés"@ast,
        "irlandca"@az,
        "Irische Sproch"@bar,
        "ірландская"@be,
        "Ірляндзкая мова"@be-tarask,
        "ирландски"@bg,
        "আইরিশ"@bn,
        "iwerzhoneg"@br,
        "आईरिश"@brx,
        "irski"@bs,
        "ирски"@bs-Cyrl,
        "አይሪሽ"@byn,
        "irlandès"@ca,
        "Irlandhoyn mott"@ce,
        "زمانی ئیری"@ckb,
        "爱尔兰文"@cmn,
        "愛爾蘭文"@cmn-Hant,
        "irština"@cs,
        "Ирланд чĕлхи"@cv,
        "Gwyddeleg"@cy,
        "irsk"@da,
        "Irisch"@de,
        "İrlandki"@diq,
        "ཨཱའི་རིཤ་ཁ"@dz,
        "irelanɖgbe"@ee,
        "Ιρλανδικά"@el,
        "Irish"@en,
        "𐐌𐑉𐐮𐑇"@en-Dsrt,
        "irlanda"@eo,
        "irlandés"@es,
        "iiri"@et,
        "gaelikoa"@eu,
        "آیرلندی"@fa,
        "iiri"@fi,
        "Irish"@fil,
        "írskt"@fo,
        "irlandais"@fr,
        "Gaèlico irlandês"@frp,
        "gaelic irlandês"@fur,
        "Iersk"@fy,
        "Gaeilge"@ga,
        "Gaeilge"@gd,
        "irlandés"@gl,
        "Iirisch"@gsw,
        "આઇરિશ"@gu,
        "Yernish"@gv,
        "Dan Ailan"@ha,
        "ʻAiliki"@haw,
        "אירית"@he,
        "आयरिश"@hi,
        "irski"@hr,
        "Iršćina"@hsb,
        "ír"@hu,
        "Իռլանդերեն"@hy,
        "irlandese"@ia,
        "Irlandia"@id,
        "Gaelana linguo"@io,
        "írska"@is,
        "irlandese"@it,
        "アイルランド語"@ja,
        "ირლანდიური"@ka,
        "Tirlandit"@kab,
        "irlandes"@kea,
        "Ирланд тілі"@kk,
        "irlandimiutut"@kl,
        "អៀរឡង់"@km,
        "ಐರಿಷ್"@kn,
        "ऐरिष"@knn,
        "아일랜드어"@ko,
        "Ир кыв"@koi,
        "اَیرِش"@ks,
        "Ieresch"@ksh,
        "Zimanê îrlandî"@ku,
        "Ирландса кыв"@kv,
        "Wordhonek"@kw,
        "ирландча"@ky,
        "Lingua Hibernica"@la,
        "Iers"@li,
        "Lengoa irlandeize"@lij,
        "Irlandés"@lmo,
        "ໄອຣິສ"@lo,
        "airių"@lt,
        "īru"@lv,
        "ирски"@mk,
        "ഐറിഷ്"@ml,
        "आयरिश"@mr,
        "Irlandiż"@mt,
        "အိုင်းရစ်"@my,
        "irsk"@nb,
        "Iers"@nds,
        "आइरिश"@ne,
        "Iers"@nl,
        "irsk"@nn,
        "Irsk"@no,
        "Irlandés"@oc,
        "Afaan Ayirishii"@om,
        "ଇରିସ୍"@or,
        "ирландиаг"@os,
        "irlandzki"@pl,
        "Lenga irlandèisa"@pms,
        "آئرش"@pnb,
        "ائيرلېنډي"@ps,
        "irlandês"@pt,
        "Ilanda simi"@qu,
        "irlandais"@rm,
        "irlandeză"@ro,
        "ирландский"@ru,
        "Ikirilandi"@rw,
        "Gaelicu Irlandiesu"@sc,
        "Erse leid"@sco,
        "iirragiella"@se,
        "Irski jezik"@sh,
        "අයිරිෂ්"@si,
        "írčina"@sk,
        "irščina"@sl,
        "Ayrish"@so,
        "Irlandisht"@sq,
        "Ирски"@sr,
        "Irski"@sr-Latn,
        "Se-irish"@st,
        "iriska"@sv,
        "Kiayalandi"@swh,
        "ஐரிஷ்"@ta,
        "ఐరిష్"@te,
        "Ирландӣ"@tg,
        "ไอริช"@th,
        "አይሪሽ"@ti,
        "አይሪሽ"@tig,
        "Wikang Irlandes"@tl,
        "Irish"@tn,
        "lea fakaʻaelani"@to,
        "Tok Aialan"@tpi,
        "İrlandaca"@tr,
        "Ирланд теле"@tt,
        "ئرېلاندىيە تىلى"@ug,
        "ірландська"@uk,
        "آئیرِش"@ur,
        "Łéngua irlandexe"@vec,
        "Tiếng Ai-len"@vi,
        "Iiri kiil"@vro,
        "Iriš"@wae,
        "Гәәлгүдин келн"@xal,
        "Isi-Irish"@xh,
        "ირლანდიური ნინა"@xmf,
        "איריש"@yi,
        "Irishi"@yo,
        "愛爾蘭語"@zh,
        "Ireland"@zsm,
        "isi-Irish"@zu .

<http://lexvo.org/id/iso639-3/roh> a lvont:Language,
        skos:Concept ;
    lvont:isFocusOf <http://id.loc.gov/vocabulary/iso639-2/roh> ;
    lvont:iso6392BCode "roh"^^xsd:string ;
    lvont:iso6392TCode "roh"^^xsd:string ;
    lvont:iso639P1Code "rm"^^xsd:string ;
    lvont:iso639P3PCode "roh"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-2/roh>,
        <http://www.glottolog.org/resource/languoid/id/roma1326> ;
    owl:sameAs <http://dbpedia.org/resource/Romansh_language>,
        <http://lexvo.org/id/iso639-1/rm>,
        <http://lexvo.org/id/wordnet/30/noun/rhaeto-romance_1_10_00>,
        <http://psi.oasis-open.org/iso/639/#roh>,
        <http://www.lingvoj.org/lang/rm>,
        <http://www.mpii.de/yago/resource/Romansh_language>,
        <info:lc/vocabulary/languages/roh> ;
    skos:altLabel "Reto-Romaans"@af,
        "لغة رومانشية"@ar,
        "Romanche"@ast,
        "Рэтараманская мова"@be,
        "реторомански"@bg,
        "রেটো-রোমানীয়"@bn,
        "Romañcheg"@br,
        "retoromànic"@ca,
        "Rétorománština"@cs,
        "Romaunsch"@cy,
        "Rætoromansk"@da,
        "Bündnerromanisch"@de,
        "Ρομανσική γλώσσα"@el,
        "Romansh language"@en,
        "Romanĉa lingvo"@eo,
        "retorrománico"@es,
        "Romanši keel"@et,
        "Erretorromaniera"@eu,
        "زبان رومانش"@fa,
        "Retoromaani"@fi,
        "Romanche"@fr,
        "Lenghe romanze"@fur,
        "Rumantsch"@gd,
        "Lingua retorrománica"@gl,
        "Romanš"@hr,
        "Romans nyelv"@hu,
        "Bahasa Romansh"@id,
        "Lingua romancia"@it,
        "Романш тілі"@kk,
        "레토로만어"@ko,
        "Retoromanų kalba"@lt,
        "Retoromāņu valoda"@lv,
        "र्‍हाएटो-रोमांस"@mr,
        "Retoromansk"@nn,
        "Język romansz"@pl,
        "Língua romanche"@pt,
        "Rumantsch dal Grischun"@rm,
        "Limba retoromană"@ro,
        "Романшский язык"@ru,
        "Švajčiarska rétorománčina"@sk,
        "Рето-Романски"@sr,
        "Rätoromanska"@sv,
        "உரோமாஞ்சு மொழி"@ta,
        "Ретороманська мова"@uk ;
    skos:definition "Romansh (also spelled Romansch, Rumants(c)h, or Romanche; Romansh: rumantsch/rumauntsch/romontsch; German: Rätoromanisch; Italian: Romancio) is one of the four national languages of Switzerland, along with German, Italian and French. It is one of the Rhaeto-Romance languages, believed to have descended from the Vulgar Latin variety spoken by Roman era occupiers of the region, and, as such, is closely related to French, Occitan and Lombard, as well as other Romance languages to a lesser extent."@en ;
    skos:inScheme lexvo: ;
    skos:notation "roh"^^xsd:string ;
    skos:prefLabel "Romansch"@af,
        "ሮማንሽ"@am,
        "Idioma rumanch"@an,
        "Retoromanisc sprǣc"@ang,
        "الرومانشية"@ar,
        "romanche"@ast,
        "рэта-раманская"@be,
        "Рэтараманская мова"@be-tarask,
        "Романш"@bg,
        "রোমান্স"@bn,
        "romañcheg"@br,
        "रेह्टो-रोमान्स"@brx,
        "reto-romanski"@bs,
        "рето-романски"@bs-Cyrl,
        "ሮማንስ"@byn,
        "Romanx"@ca,
        "罗曼什文"@cmn,
        "里托羅曼斯文"@cmn-Hant,
        "rétorománština"@cs,
        "Romansh"@cy,
        "rætoromansk"@da,
        "Rätoromanisch"@de,
        "རོ་མེ་ནིཤ་ཁ"@dz,
        "romanshgbe"@ee,
        "Ρομανικά"@el,
        "Romansh"@en,
        "romanĉa"@eo,
        "Romanche"@es,
        "retoromaani"@et,
        "erromantxera"@eu,
        "رومانش"@fa,
        "retoromaani"@fi,
        "Rhaeto-Romance"@fil,
        "romansh"@fo,
        "romanche"@fr,
        "Roumancho"@frp,
        "rumanç"@fur,
        "Rómainis"@ga,
        "Rumains"@gd,
        "romanche"@gl,
        "Rätoromanisch"@gsw,
        "Rätoromanische Sprache"@gsw-FR,
        "રહેટો રોમાન્સ"@gu,
        "רומאנש"@he,
        "रहेय्टो-रोमान्स"@hi,
        "romanš"@hr,
        "réto-román"@hu,
        "Romancio"@ia,
        "Reto-Roman"@id,
        "rómanska"@is,
        "romancio"@it,
        "ロマンシュ語"@ja,
        "რეტორომანული ენა"@ka,
        "romanxi"@kea,
        "ретороман"@kk,
        "រ៉ូម៉ង់"@km,
        "ರಹೇಟೋ-ರೋಮ್ಯಾನ್ಸ್"@kn,
        "रहटो-रोमान्स्"@knn,
        "로만슈어"@ko,
        "رومانش"@ks,
        "Rätoromaanesch"@ksh,
        "Романш кыв"@kv,
        "Roumantsh"@kw,
        "Lingua Rhaetica"@la,
        "Rätoromanesch"@lb,
        "Reto-Roemaans"@li,
        "Rumancc"@lmo,
        "liromansh"@ln,
        "ໂຣແມນ"@lo,
        "retoromanų"@lt,
        "Retruoruomanu kalba"@lt-x,
        "retoromāņu"@lv,
        "Ретороманонь кяль"@mdf,
        "реторомански"@mk,
        "രഹയ്ട്ടോ-റോമൻസ്"@ml,
        "रोमान्श भाषा"@mr,
        "Reto-Romanz"@mt,
        "retoromansk"@nb,
        "रोमानिश"@ne,
        "Reto-Romaans"@nl,
        "retoromansk"@nn,
        "Retoromansk"@no,
        "Romanch"@oc,
        "ରେହେଟୋ-ରୋମାନ୍ସ"@or,
        "Романшаг æвзаг"@os,
        "retoromański"@pl,
        "Lenga rumantsch-grischun"@pms,
        "رومانش بولی"@pnb,
        "romanche"@pt,
        "rumantsch"@rm,
        "retoromană"@ro,
        "романшский"@ru,
        "romanšgiella"@se,
        "Romanš"@sh,
        "රොමෑන්ශ්"@si,
        "rétorománčina"@sk,
        "retoromanščina"@sl,
        "Романш"@sr,
        "Reto-Romanski"@sr-Latn,
        "rätoromanska"@sv,
        "Kirumanj"@sw,
        "Kiromanshi"@swh,
        "ரோமென்ஸ்"@ta,
        "ర్హెతో-రోమాన్స్"@te,
        "โรแมนซ์"@th,
        "ሮማንስ"@tig,
        "lea laito-lomēnia"@to,
        "Romanşça"@tr,
        "ретороманська"@uk,
        "رومانش"@ur,
        "Tiếng Romansh"@vi,
        "Roumantche"@wa,
        "Rätromaniš"@wae,
        "羅馬傳語"@yue,
        "罗曼什语"@zh,
        "Romansh"@zsm,
        "isi-Romansh"@zu .

<http://lexvo.org/id/iso639-3/ron> a lvont:Language,
        skos:Concept ;
    lvont:isFocusOf <http://id.loc.gov/vocabulary/iso639-2/ron>,
        <http://id.loc.gov/vocabulary/iso639-2/rum> ;
    lvont:iso6392BCode "rum"^^xsd:string ;
    lvont:iso6392TCode "ron"^^xsd:string ;
    lvont:iso639P1Code "ro"^^xsd:string ;
    lvont:iso639P3PCode "ron"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-2/ron>,
        <http://id.loc.gov/vocabulary/iso639-2/rum>,
        <http://www.glottolog.org/resource/languoid/id/roma1327> ;
    owl:sameAs <http://dbpedia.org/resource/Romanian_language>,
        <http://lexvo.org/id/iso639-1/ro>,
        <http://lexvo.org/id/wordnet/30/noun/romanian_1_10_00>,
        <http://psi.oasis-open.org/iso/639/#ron>,
        <http://www.lingvoj.org/lang/ro>,
        <http://www.mpii.de/yago/resource/Romanian_language>,
        <info:lc/vocabulary/languages/rum> ;
    skos:altLabel "لغة رومانية"@ar,
        "Rumanu"@ast,
        "Rumın dili"@az,
        "Румынская мова"@be,
        "Румънски език"@bg,
        "রুমানীয় ভাষা"@bn,
        "Roumaneg"@br,
        "Rumunski jezik"@bs,
        "Romanès"@ca,
        "Rumunština"@cs,
        "Rumænsk"@da,
        "Rumänische Sprache"@de,
        "Ρουμανική γλώσσα"@el,
        "Romanian language"@en,
        "Rumana lingvo"@eo,
        "Idioma rumano"@es,
        "Rumeenia keel"@et,
        "Errumaniera"@eu,
        "زبان رومانیایی"@fa,
        "Romanian kieli"@fi,
        "Roumain"@fr,
        "An Rómáinis"@ga,
        "Ròmanais"@gd,
        "Lingua romanesa"@gl,
        "Rumunjski jezik"@hr,
        "Román nyelv"@hu,
        "Lingua romanian"@ia,
        "Bahasa Rumania"@id,
        "Rúmenska"@is,
        "Lingua rumena"@it,
        "რუმინული ენა"@ka,
        "Rumunų kalba"@lt,
        "Rumāņu valoda"@lv,
        "Fiteny romainina"@mg,
        "Романски јазик"@mk,
        "रोमेनियन भाषा"@mr,
        "Rumensk"@nn,
        "Język rumuński"@pl,
        "رومانيايي ژبه"@ps,
        "Língua romena"@pt,
        "Lingua rumena"@rm,
        "Limba română"@ro,
        "Румынский язык"@ru,
        "Romániagiella"@se,
        "Rumunčina"@sk,
        "Romunščina"@sl,
        "Gjuha rumune"@sq,
        "Румунски језик"@sr,
        "Rumänska"@sv,
        "உருமானிய மொழி"@ta,
        "Забони руминӣ"@tg,
        "ภาษาโรมาเนีย"@th,
        "Rumence"@tr,
        "Румунська мова"@uk,
        "Tiếng Ru-ma-ni"@vi,
        "Èdè Romaníà"@yo ;
    skos:definition "Romanian (or Daco-Romanian; obsolete spellings Rumanian, Roumanian; self-designation: română, limba română (\"the Romanian language\") or românește (lit. \"in Romanian\") is a Romance language spoken by around 24 to 28 million people, primarily in Romania and Moldova. It has official status in Romania, Republic of Moldova, the Autonomous Province of Vojvodina in Serbia and in the autonomous Mount Athos in Greece. In the Republic of Moldova, the language is officially called limba moldovenească (\"Moldovan\")."@en ;
    skos:inScheme lexvo: ;
    skos:notation "ron"^^xsd:string ;
    skos:prefLabel "Roemeens"@af,
        "Lùmanyìa"@agq,
        "ܠܫܢܐ ܪܘܡܢܝܐ"@aii,
        "Romenia kasa"@ak,
        "ሮማኒያን"@am,
        "Idioma rumán"@an,
        "Rumǣnisc sprǣc"@ang,
        "الرومانية"@ar,
        "لغه رومانى"@arz,
        "Kiromania"@asa,
        "rumanu"@ast,
        "rumın"@az,
        "Hɔp u rùmanìà"@bas,
        "Rumano"@bcl,
        "румынская"@be,
        "Румынская мова"@be-tarask,
        "Ichi Romaniani"@bem,
        "Hilomania"@bez,
        "румънски"@bg,
        "rumanikan"@bm,
        "রোমানীয়"@bn,
        "roumaneg"@br,
        "रूमानीयन्"@brx,
        "rumunski"@bs,
        "румунски"@bs-Cyrl,
        "ሮማኒያን"@byn,
        "romanès"@ca,
        "Lò̤-mā-nà̤-ā-ngṳ̄"@cdo,
        "Ruminhoyn mott"@ce,
        "Pinulongang Rumano"@ceb,
        "Oruromania"@cgg,
        "罗马尼亚文"@cmn,
        "羅馬尼亞文"@cmn-Hant,
        "Lingua rumena"@co,
        "Roman tili"@crh,
        "rumunština"@cs,
        "Rwmaneg"@cy,
        "rumænsk"@da,
        "Kiromania"@dav,
        "Rumänisch"@de,
        "Rumaani senni"@dje,
        "rumeen"@dyo,
        "རོ་མེ་ནི་ཡཱན་ཁ"@dz,
        "Kĩromania"@ebu,
        "romaniagbe"@ee,
        "Ρουμανικά"@el,
        "Romanian"@en,
        "rumana"@eo,
        "rumano"@es,
        "rumeenia"@et,
        "errumaniera"@eu,
        "ńkɔ́bɔ románía"@ewo,
        "رومانیایی"@fa,
        "Romaneere"@ff,
        "romania"@fi,
        "Romanian"@fil,
        "romanskt"@fo,
        "roumain"@fr,
        "Roumen"@frp,
        "romen"@fur,
        "Roemeensk"@fy,
        "Rómáinis"@ga,
        "Romın dili"@gag,
        "Ròmainis"@gd,
        "romanés"@gl,
        "Rumänisch"@gsw,
        "Rumänische Sprache"@gsw-FR,
        "રોમાનિયન"@gu,
        "Kiromania"@guz,
        "Romaanish"@gv,
        "Romaniyanci"@ha,
        "רומנית"@he,
        "रोमानियाई"@hi,
        "Romanian bhasa"@hif,
        "rumunjski"@hr,
        "Rumunšćina"@hsb,
        "román"@hu,
        "Ռումիներեն"@hy,
        "romaniano"@ia,
        "Rumania"@id,
        "Rumenia"@ig,
        "Rumaniana linguo"@io,
        "rúmenska"@is,
        "rumeno"@it,
        "ルーマニア語"@ja,
        "Kyiromania"@jmc,
        "Basa Rumania"@jv,
        "რუმინული"@ka,
        "Tarumanit"@kab,
        "Kiromania"@kam,
        "Chilomania"@kde,
        "rumenu"@kea,
        "Rumaani senni"@khq,
        "Kiromania"@ki,
        "румын"@kk,
        "rumænimiutut"@kl,
        "kutitab Romaniek"@kln,
        "រូម៉ានី"@km,
        "ರೊಮ್ಯಾನಿಯನ್"@kn,
        "रोमानियन्"@knn,
        "루마니아어"@ko,
        "رومٲنی"@ks,
        "Kiomania"@ksb,
        "rirɔmán"@ksf,
        "Rumänesch"@ksh,
        "Zimanê rûmenî"@ku,
        "Румын кыв"@kv,
        "Roumanek"@kw,
        "румынияча"@ky,
        "Lingua Dacoromanica"@la,
        "Kɨromanía"@lag,
        "Lulomaniya"@lg,
        "Roemeens"@li,
        "Lengua romenn-a"@lij,
        "Rümen"@lmo,
        "liromani"@ln,
        "ໂຣມານີ"@lo,
        "rumunų"@lt,
        "Romonu kalba"@lt-x,
        "Liromani"@lu,
        "Kiromania"@luo,
        "Kiromania"@luy,
        "rumāņu"@lv,
        "nkʉtʉ́k ɔ́ɔ̄ lromania"@mas,
        "Kĩromania"@mer,
        "roumin"@mfe,
        "Romanianina"@mg,
        "Iromania"@mgh,
        "Румын йылме"@mhr,
        "романски"@mk,
        "റുമേനിയൻ"@ml,
        "रोमानियन"@mr,
        "Bahasa Romania"@ms,
        "Rumen"@mt,
        "Romaniya"@mua,
        "ရိုမေနီယား"@my,
        "Rumaniatlahtōlli"@nah,
        "România-gí"@nan,
        "Romaniaǁî gowab"@naq,
        "rumensk"@nb,
        "isi-Romani"@nd,
        "Rumäänsche Spraak"@nds,
        "रोमानियाली"@ne,
        "Roemeens"@nl,
        "Kiɛl bó rumɛ̂n"@nmg,
        "rumensk"@nn,
        "Rumensk"@no,
        "Thok ji̱ röm"@nus,
        "Oruromania"@nyn,
        "Romanés"@oc,
        "Afaan Romaniyaa"@om,
        "ରୋମାନିଆନ୍"@or,
        "rumuński"@pl,
        "Lenga rumen-a"@pms,
        "رومانی"@pnb,
        "روماني"@ps,
        "romeno"@pt,
        "Rumanya simi"@qu,
        "rumen"@rm,
        "Ikinyarumaniya"@rn,
        "română"@ro,
        "Kiromania"@rof,
        "Rumunikani chhib"@rom,
        "румынский"@ru,
        "Română"@rup,
        "Ikinyarumaniya"@rw,
        "Kyiromania"@rwk,
        "Румыынныы"@sah,
        "Kiromania"@saq,
        "Ishilomaniya"@sbp,
        "Limba romuna"@sc,
        "Lingua rumena"@scn,
        "Romanian leid"@sco,
        "romániagiella"@se,
        "romeno"@seh,
        "Rumaani senni"@ses,
        "Rumëen"@sg,
        "Rumunski jezik"@sh,
        "ⵜⴰⵔⵓⵎⴰⵏⵉⵜ"@shi,
        "tarumanit"@shi-Latn,
        "රෝමානු"@si,
        "rumunčina"@sk,
        "romunščina"@sl,
        "chiRomanian"@sn,
        "Romanka"@so,
        "Rumanisht"@sq,
        "Румунски"@sr,
        "Rumunski"@sr-Latn,
        "Se-romania"@st,
        "rumänska"@sv,
        "Kiromania"@sw,
        "Kiromania"@swc,
        "Kiromania"@swh,
        "Růmůńsko godka"@szl,
        "ரோமேனியன்"@ta,
        "రోమానియన్"@te,
        "Kiromania"@teo,
        "Руминӣ"@tg,
        "โรมาเนีย"@th,
        "ሮማኒያን"@ti,
        "ሮማኒያን"@tig,
        "Wikang Rumano"@tl,
        "Se Roma"@tn,
        "lea fakalōmenia"@to,
        "Romence"@tr,
        "hi xi Romania"@ts,
        "Румын теле"@tt,
        "Rumaani senni"@twq,
        "Taṛumanit"@tzm,
        "Румын кыл"@udm,
        "رۇمىنىيە تىلى"@ug,
        "румунська"@uk,
        "رومنی"@ur,
        "ꖄꕆꕇꘂꘋ"@vai,
        "Romíniyɛŋ"@vai-Latn,
        "Łéngoa rumena"@vec,
        "Tiếng Romania"@vi,
        "Kyiromania"@vun,
        "Roumin"@wa,
        "Rumäniš"@wae,
        "Isi-Romanian"@xh,
        "რუმინული ნინა"@xmf,
        "Olulomaniya"@xog,
        "nulumɛ́ŋɛ"@yav,
        "רומעניש"@yi,
        "Èdè Romania"@yo,
        "羅馬尼亞語"@zh,
        "Romania"@zsm,
        "isi-Romanian"@zu .

<http://lexvo.org/id/iso639-3/sna> a lvont:Language,
        skos:Concept ;
    lvont:isFocusOf <http://id.loc.gov/vocabulary/iso639-2/sna> ;
    lvont:iso6392BCode "sna"^^xsd:string ;
    lvont:iso6392TCode "sna"^^xsd:string ;
    lvont:iso639P1Code "sn"^^xsd:string ;
    lvont:iso639P3PCode "sna"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-2/sna>,
        <http://www.glottolog.org/resource/languoid/id/shon1251> ;
    owl:sameAs <http://dbpedia.org/resource/Shona_language>,
        <http://lexvo.org/id/iso639-1/sn>,
        <http://lexvo.org/id/wordnet/30/noun/shona_1_10_00>,
        <http://psi.oasis-open.org/iso/639/#sna>,
        <http://www.lingvoj.org/lang/sn>,
        <http://www.mpii.de/yago/resource/Shona_language>,
        <info:lc/vocabulary/languages/sho>,
        <info:lc/vocabulary/languages/sna> ;
    skos:altLabel "Sjona"@af,
        "শোনা ভাষা"@bn,
        "Choneg"@br,
        "shona"@ca,
        "Σόνα γλώσσα"@el,
        "Shona language"@en,
        "Ŝona lingvo"@eo,
        "Idioma shona"@es,
        "Šonan kieli"@fi,
        "Shona"@fr,
        "Shona jezik"@hr,
        "Bahasa Shona"@id,
        "Lingua shona"@it,
        "Šonų kalba"@lt,
        "Shona"@nn,
        "Język shona"@pl,
        "Língua chona"@pt,
        "Шона"@ru,
        "Shona"@sv,
        "சோனா மொழி"@ta,
        "Шонська мова"@uk ;
    skos:definition "Shona (or chiShona) is a Bantu language, native to the Shona people of Zimbabwe and southern Zambia; the term is also used to identify peoples who speak one of the Shona language dialects: Zezuru, Karanga, Manyika, Ndau and Korekore. (Some researchers include Kalanga: others recognise Kalanga as a distinct language in its own right.) Shona is a principal language of Zimbabwe, along with Ndebele and the official business language, English. Shona is spoken by a large percentage of the people in Zimbabwe. Other countries that host Shona language speakers are Zambia and Botswana and Mozambique."@en ;
    skos:inScheme lexvo: ;
    skos:notation "sna"^^xsd:string ;
    skos:prefLabel "Shona"@af,
        "ሾናኛ"@am,
        "الشونا"@ar,
        "şona dili"@az,
        "шона"@bg,
        "শোনা"@bn,
        "shona"@br,
        "शोना"@brx,
        "šona"@bs,
        "шона"@bs-Cyrl,
        "ሾናኛ"@byn,
        "Xona"@ca,
        "绍纳文"@cmn,
        "塞內加爾文"@cmn-Hant,
        "šonština"@cs,
        "shona"@da,
        "Shona"@de,
        "shonagbe"@ee,
        "Σχόνα"@el,
        "Shona"@en,
        "ŝona"@eo,
        "shona"@es,
        "šona"@et,
        "shonera"@eu,
        "شونایی"@fa,
        "šona"@fi,
        "Shona"@fil,
        "shona"@fo,
        "shona"@fr,
        "Shona"@gd,
        "shona"@gl,
        "Schhona"@gsw,
        "શોના"@gu,
        "שונה"@he,
        "सोणा"@hi,
        "Shona bhasa"@hif,
        "shona"@hr,
        "sona"@hu,
        "Shona"@id,
        "shóna"@is,
        "shona"@it,
        "ショナ語"@ja,
        "Kishona"@kg,
        "ಶೋನಾ"@kn,
        "शोना"@knn,
        "쇼나어"@ko,
        "شونا"@ks,
        "Schi-Schona"@ksh,
        "ໂຊຣນາ"@lo,
        "šona"@lt,
        "šonu"@lv,
        "шона"@mk,
        "ഷോണാ"@ml,
        "शोना"@mr,
        "Xona"@mt,
        "Xonatlahtōlli"@nah,
        "shona"@nb,
        "Shona"@nl,
        "shona"@nn,
        "Shona"@no,
        "Shonum"@nov,
        "ଶୋନା"@or,
        "szona"@pl,
        "Lenga Shona"@pms,
        "shona"@pt,
        "Shona simi"@qu,
        "shona"@rm,
        "shona"@ro,
        "шона"@ru,
        "šončina"@sk,
        "šonščina"@sl,
        "chiShona"@sn,
        "Шона"@sr,
        "Šona"@sr-Latn,
        "shona"@sv,
        "Kishona"@sw,
        "Kishona"@swh,
        "ஷோனா"@ta,
        "షోన"@te,
        "โชนา"@th,
        "ሾናኛ"@tig,
        "lea sona"@to,
        "Shona"@tr,
        "شونا تىلى"@ug,
        "шона"@uk,
        "شونا"@ur,
        "Tiếng Shona"@vi,
        "Shona"@wae,
        "Shona"@zsm,
        "isiShona"@zu .

<http://lexvo.org/id/iso639-3/tat> a lvont:Language,
        skos:Concept ;
    lvont:isFocusOf <http://id.loc.gov/vocabulary/iso639-2/tat> ;
    lvont:iso6392BCode "tat"^^xsd:string ;
    lvont:iso6392TCode "tat"^^xsd:string ;
    lvont:iso639P1Code "tt"^^xsd:string ;
    lvont:iso639P3PCode "tat"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-2/tat>,
        <http://www.glottolog.org/resource/languoid/id/tata1255> ;
    owl:sameAs <http://dbpedia.org/resource/Tatar_language>,
        <http://lexvo.org/id/iso639-1/tt>,
        <http://psi.oasis-open.org/iso/639/#tat>,
        <http://www.lingvoj.org/lang/tt>,
        <http://www.mpii.de/yago/resource/Tatar_language>,
        <info:lc/vocabulary/languages/tar>,
        <info:lc/vocabulary/languages/tat> ;
    skos:altLabel "Tartaars"@af,
        "لغة تترية"@ar,
        "Tártaru"@ast,
        "Tatar dili"@az,
        "Татарская мова"@be,
        "Татарски език"@bg,
        "Tatareg"@br,
        "Tàtar"@ca,
        "Tatarština"@cs,
        "Tatarische Sprache"@de,
        "Tatar language"@en,
        "Tatara lingvo"@eo,
        "Idioma tártaro"@es,
        "Tatari keel"@et,
        "Tatarera"@eu,
        "زبان تاتاری"@fa,
        "Tataarin kieli"@fi,
        "Tatar"@fr,
        "Lingua tártara"@gl,
        "Tatarski jezik"@hr,
        "Tatár nyelv"@hu,
        "Bahasa Tatar"@id,
        "Lingua tatara"@it,
        "Totorių kalba"@lt,
        "Tatāru valoda"@lv,
        "Татарски јазик"@mk,
        "താത്താർ ഭാഷ"@ml,
        "तातर भाषा"@mr,
        "Tatarisk"@nn,
        "Język tatarski"@pl,
        "Língua tártara"@pt,
        "Limba tătară"@ro,
        "Татарский язык"@ru,
        "Tatárčina"@sk,
        "Татарски језик"@sr,
        "Tatariska"@sv,
        "தடர மொழி"@ta,
        "ภาษาตาตาร์"@th,
        "Татарська мова"@uk ;
    skos:definition "The Tatar language (татар теле, татарча, tatar tele, tatarça), or more specifically Kazan Tatar, is a Turkic language spoken by the Tatars of historical Kazan Khanate, including modern Tatarstan and Bashkiria. It should not be confused with the Crimean Tatar language, to which it is remotely related."@en ;
    skos:inScheme lexvo: ;
    skos:notation "tat"^^xsd:string ;
    skos:prefLabel "Tataars"@af,
        "ታታርኛ"@am,
        "التتارية"@ar,
        "تتارى"@arz,
        "tártaru"@ast,
        "tatarca"@az,
        "Татар теле"@ba,
        "татарская"@be,
        "Татарская мова"@be-tarask,
        "татарски"@bg,
        "তাতার"@bn,
        "tatar"@br,
        "टाटर्"@brx,
        "tatarski"@bs,
        "татарски"@bs-Cyrl,
        "Татаар хэлэн"@bxr,
        "ታታርኛ"@byn,
        "tàtar"@ca,
        "塔塔尔文"@cmn,
        "韃靼文"@cmn-Hant,
        "Tatar tili"@crh,
        "tatarština"@cs,
        "Татарьскъ ѩꙁꙑкъ"@cu,
        "Тутар чĕлхи"@cv,
        "Tatareg"@cy,
        "tatarisk"@da,
        "Tatarisch"@de,
        "ཊ་ཊར་ཁ"@dz,
        "tatargbe"@ee,
        "Τατάρ"@el,
        "Tatar"@en,
        "tatara"@eo,
        "tártaro"@es,
        "tatari"@et,
        "tatarera"@eu,
        "تاتاری"@fa,
        "tataari"@fi,
        "Tatar"@fil,
        "tatariskt"@fo,
        "tatar"@fr,
        "Tatarisch"@frr,
        "tartar"@fur,
        "Tataarsk"@fy,
        "Tatarais"@ga,
        "Tatar dili"@gag,
        "Tatarais"@gd,
        "tártaro"@gl,
        "Tatarisch"@gsw,
        "તતાર"@gu,
        "טטרית"@he,
        "टाटर"@hi,
        "Tatar bhasa"@hif,
        "tatarski"@hr,
        "tatár"@hu,
        "Tatar"@id,
        "tatarska"@is,
        "tatarico"@it,
        "タタール語"@ja,
        "თათრული ენა"@ka,
        "tatar"@kea,
        "Татар тілі"@kk,
        "តាតារ"@km,
        "ಟಾಟರ್"@kn,
        "तटार"@knn,
        "타타르어"@ko,
        "Тотар кыв"@koi,
        "تَتار"@ks,
        "Tattaaresch"@ksh,
        "Тотара кыв"@kv,
        "Lingua Tatarica"@la,
        "ຕາດ"@lo,
        "totorių"@lt,
        "Tuotuoriu kalba"@lt-x,
        "tatāru"@lv,
        "Татаронь кяль"@mdf,
        "Суас йылме"@mhr,
        "татарски"@mk,
        "ടാട്ടാർ"@ml,
        "Татар хэл"@mn,
        "ततार"@mr,
        "Bahasa Tatar"@ms,
        "Tatar"@mt,
        "Татаронь кель"@myv,
        "تاتاری"@mzn,
        "Tatar-gí"@nan,
        "tatarisk"@nb,
        "तातार"@ne,
        "Tataars"@nl,
        "tatarisk"@nn,
        "Tatarisk"@no,
        "ତାତାର୍"@or,
        "Тæтæйраг æвзаг"@os,
        "tatarski"@pl,
        "Lenga tatar"@pms,
        "تاتاری بولی"@pnb,
        "تاتار"@ps,
        "tatar"@pt,
        "tatar"@rm,
        "tătară"@ro,
        "татарский"@ru,
        "Татаар тыла"@sah,
        "Lingua tatara"@scn,
        "ටාටර්"@si,
        "tatárčina"@sk,
        "tatarščina"@sl,
        "Татарски"@sr,
        "Tatarski"@sr-Latn,
        "Tatariske Sproake"@stq,
        "tatariska"@sv,
        "Kitatari"@swh,
        "டாடர்"@ta,
        "టాటర్"@te,
        "ตาตาร์"@th,
        "ታታርኛ"@tig,
        "lea fakatatale"@to,
        "Tatarca"@tr,
        "Татар теле"@tt,
        "Бигер кыл"@udm,
        "تاتار تىلى"@ug,
        "татарська"@uk,
        "تاتار"@ur,
        "Tiếng Tatar"@vi,
        "Tatår"@wa,
        "韃靼話"@yue,
        "鞑靼语"@zh,
        "Tatar"@zsm,
        "isi-Tatar"@zu .

<http://lexvo.org/id/iso639-3/sqi> a lvont:Language,
        skos:Concept ;
    lvont:isFocusOf <http://id.loc.gov/vocabulary/iso639-2/alb>,
        <http://id.loc.gov/vocabulary/iso639-2/sqi> ;
    lvont:iso6392BCode "alb"^^xsd:string ;
    lvont:iso6392TCode "sqi"^^xsd:string ;
    lvont:iso639P1Code "sq"^^xsd:string ;
    lvont:iso639P3PCode "sqi"^^xsd:string ;
    lvont:iso639P5Code "sqj"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-2/alb>,
        <http://id.loc.gov/vocabulary/iso639-2/sqi>,
        <http://id.loc.gov/vocabulary/iso639-5/sqj> ;
    owl:sameAs <http://dbpedia.org/resource/Albanian_language>,
        <http://dbpedia.org/resource/Albanian_languages>,
        <http://lexvo.org/id/iso639-1/sq>,
        <http://lexvo.org/id/iso639-5/sqj>,
        <http://lexvo.org/id/wordnet/30/noun/albanian_1_10_00>,
        <http://psi.oasis-open.org/iso/639/#sqi>,
        <http://www.lingvoj.org/lang/sq>,
        <http://www.mpii.de/yago/resource/Albanian_language>,
        <http://www.mpii.de/yago/resource/Albanian_languages>,
        <info:lc/vocabulary/languages/alb> ;
    skos:altLabel "لغة ألبانية"@ar,
        "Albanés"@ast,
        "Alban dili"@az,
        "Албанская мова"@be,
        "Албански език"@bg,
        "আলবেনীয় ভাষা"@bn,
        "Albaneg"@br,
        "Albanski jezik"@bs,
        "Albanès"@ca,
        "Albánština"@cs,
        "Albansk"@da,
        "Albanische Sprache"@de,
        "Αλβανική γλώσσα"@el,
        "Albanian language"@en,
        "Albanian languages"@en,
        "Albana lingvo"@eo,
        "Idioma albanés"@es,
        "Albaania keel"@et,
        "Albaniera"@eu,
        "زبان آلبانیایی"@fa,
        "Albanian kieli"@fi,
        "Albanskt mál"@fo,
        "Albanais"@fr,
        "albanaises, langues"@fr,
        "langue albanaises"@fr,
        "An Albáinis"@ga,
        "Albàinis"@gd,
        "Lingua albanesa"@gl,
        "अल्बेनियन भाषा"@hi,
        "Albanski jezik"@hr,
        "Albán nyelv"@hu,
        "Lingua albanese"@ia,
        "Bahasa Albania"@id,
        "Albanska"@is,
        "Lingua albanese"@it,
        "ალბანური ენა"@ka,
        "Албан тілі"@kk,
        "Albanų kalba"@lt,
        "Albāņu valoda"@lv,
        "Албански јазик"@mk,
        "आल्बेनियन भाषा"@mr,
        "Albansk"@nn,
        "Język albański"@pl,
        "Língua albanesa"@pt,
        "Limba albaneză"@ro,
        "Албанский язык"@ru,
        "Albánagiella"@se,
        "Albánčina"@sk,
        "Albanščina"@sl,
        "Gjuha shqipe"@sq,
        "Албански језик"@sr,
        "Albanska"@sv,
        "அல்பானிய மொழி"@ta,
        "ภาษาแอลเบเนีย"@th,
        "Албанська мова"@uk,
        "البانوی"@ur,
        "Tiếng An-ba-ni"@vi,
        "Èdè Albáníà"@yo ;
    skos:definition "Albanian (, pronounced , or shqip ) is an Indo-European language spoken by approximately 7.6 million people, Sicily, and Ukraine. Additionally, speakers of Albanian can be found elsewhere throughout the latter two countries resulting from a modern diaspora, originating from the Balkans, that also includes Scandinavia, Switzerland, Germany, United Kingdom, Turkey, Australia, New Zealand, Netherlands, Singapore, Brazil, Canada and the United States."@en ;
    skos:inScheme lexvo: ;
    skos:notation "sqi"^^xsd:string ;
    skos:prefLabel "Albanees"@af,
        "ܠܫܢܐ ܐܠܒܢܝܐ"@aii,
        "ልቤኒኛ"@am,
        "Idioma albanés"@an,
        "Albanisc sprǣc"@ang,
        "الألبانية"@ar,
        "albanu"@ast,
        "Albanca"@az,
        "албанская"@be,
        "Альбанская мова"@be-tarask,
        "албански"@bg,
        "আলবেনীয়"@bn,
        "albaneg"@br,
        "आल्बेनियन्"@brx,
        "albanski"@bs,
        "албански"@bs-Cyrl,
        "ልቤኒኛ"@byn,
        "albanès"@ca,
        "Pinulongang Albanes"@ceb,
        "阿尔巴尼亚文"@cmn,
        "阿爾巴尼亞文"@cmn-Hant,
        "Lingua albanese"@co,
        "albánština"@cs,
        "Албан чĕлхи"@cv,
        "Albaneg"@cy,
        "albansk"@da,
        "Albanisch"@de,
        "ཨཱལ་བེ་ནི་ཡཱན་ཁ"@dz,
        "albaniagbe"@ee,
        "Αλβανικά"@el,
        "Albanian"@en,
        "albana"@eo,
        "albanés"@es,
        "albaania"@et,
        "albaniera"@eu,
        "آلبانیایی"@fa,
        "albania"@fi,
        "Albanian"@fil,
        "albanskt"@fo,
        "albanais"@fr,
        "albanês"@fur,
        "Albáinis"@ga,
        "Alban dili"@gag,
        "Albanais"@gd,
        "albanés"@gl,
        "آلبانیکی زوانؤن"@glk,
        "Albanisch"@gsw,
        "Albanische Sprache"@gsw-FR,
        "અલ્બેનિયન"@gu,
        "D'an/'Yar Kabilar Albaniya"@ha,
        "אלבנית"@he,
        "अल्बेनियन्"@hi,
        "Albanian bhasa"@hif,
        "albanski"@hr,
        "Albanšćina"@hsb,
        "albán"@hu,
        "Ալբաներեն"@hy,
        "albanese"@ia,
        "Albania"@id,
        "Albaniana linguo"@io,
        "albanska"@is,
        "albanese"@it,
        "アルバニア語"@ja,
        "Basa Albania"@jv,
        "ალბანური"@ka,
        "albanes"@kea,
        "албан"@kk,
        "អាល់បានី"@km,
        "ಅಲ್ಬೇನಿಯನ್"@kn,
        "आल्बेनियन्"@knn,
        "알바니아어"@ko,
        "Штиптар кыв"@koi,
        "البانِیَن"@ks,
        "Albaanesch"@ksh,
        "Zimanê albanî"@ku,
        "Штип кыв"@kv,
        "Albaynek"@kw,
        "албанча"@ky,
        "Lingua Albanica"@la,
        "Albanees"@li,
        "Albanés"@lmo,
        "ອານບານຽນ"@lo,
        "albanų"@lt,
        "albāņu"@lv,
        "албански"@mk,
        "അൽബേനിയൻ"@ml,
        "अल्बानियन"@mr,
        "Bahasa Albania"@ms,
        "Albaniż"@mt,
        "အယ်လ်ဘေးနီးယန်း"@my,
        "albansk"@nb,
        "Albaansche Spraak"@nds,
        "अल्बेनियन"@ne,
        "अल्बेनियन भाषा"@new,
        "Albanees"@nl,
        "albansk"@nn,
        "Albansk"@no,
        "Albanés"@oc,
        "Afaan Albaniyaa"@om,
        "ଆଲବାନିଆନ୍"@or,
        "Elbanyan"@pih,
        "albański"@pl,
        "البانوی"@pnb,
        "الباني"@ps,
        "albanês"@pt,
        "Albanya simi"@qu,
        "albanais"@rm,
        "albaneză"@ro,
        "албанский"@ru,
        "Limba arbinsheascã"@rup,
        "Icyalubaniya"@rw,
        "Албаанскайдыы"@sah,
        "Lingua arbanisa"@scn,
        "Albanie leid"@sco,
        "albánagiella"@se,
        "Albanski jezik"@sh,
        "ඇල්බේනියානු"@si,
        "albánčina"@sk,
        "albanščina"@sl,
        "Gagana Kosovo"@sm,
        "Albaaniyaan"@so,
        "shqip"@sq,
        "Албански"@sr,
        "Albanski"@sr-Latn,
        "Se-albanian"@st,
        "albanska"@sv,
        "Kialbania"@swh,
        "அல்பெனியன்"@ta,
        "అల్బేనియన్"@te,
        "Забони албанӣ"@tg,
        "แอลเบเนีย"@th,
        "አልቤኒኛ"@ti,
        "ልቤኒኛ"@tig,
        "Albanian"@tn,
        "lea fakaʻalapēnia"@to,
        "Tokples long Albenia"@tpi,
        "Arnavutça"@tr,
        "ئالبان تىلى"@ug,
        "албанська"@uk,
        "البانی"@ur,
        "Tiếng Albania"@vi,
        "Albaniš"@wae,
        "Isi-Albania"@xh,
        "Èdè Albania"@yo,
        "阿尔巴尼亚语"@zh,
        "Albania"@zsm,
        "isi-Albania"@zu .

<http://lexvo.org/id/iso639-3/bod> a lvont:Language,
        skos:Concept ;
    lvont:isFocusOf <http://id.loc.gov/vocabulary/iso639-2/bod>,
        <http://id.loc.gov/vocabulary/iso639-2/tib> ;
    lvont:iso6392BCode "tib"^^xsd:string ;
    lvont:iso6392TCode "bod"^^xsd:string ;
    lvont:iso639P1Code "bo"^^xsd:string ;
    lvont:iso639P3PCode "bod"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-2/bod>,
        <http://id.loc.gov/vocabulary/iso639-2/tib>,
        <http://www.glottolog.org/resource/languoid/id/tibe1272> ;
    owl:sameAs <http://dbpedia.org/resource/Standard_Tibetan>,
        <http://lexvo.org/id/iso639-1/bo>,
        <http://lexvo.org/id/wordnet/30/noun/tibetan_1_10_00>,
        <http://psi.oasis-open.org/iso/639/#bod>,
        <http://www.lingvoj.org/lang/bo>,
        <http://www.mpii.de/yago/resource/Standard_Tibetan>,
        <info:lc/vocabulary/languages/tib> ;
    skos:altLabel "التبتية"@ar,
        "Tibetanu"@ast,
        "Тибетски език"@bg,
        "তিব্বতি ভাষা"@bn,
        "བོད་སྐད།"@bo,
        "tibetaneg"@br,
        "Tibetà"@ca,
        "Tibetština"@cs,
        "Tibetansk"@da,
        "Tibetische Sprache"@de,
        "བོད་སྐད"@dz,
        "Standard Tibetan"@en,
        "Tibetan language"@en,
        "Tibeta lingvo"@eo,
        "Idioma tibetano"@es,
        "Tiibeti keel"@et,
        "Tibetera"@eu,
        "زبان تبتی"@fa,
        "Tiibetin kieli"@fi,
        "Tibétain"@fr,
        "तिब्बती भाषा"@hi,
        "Tibeti nyelv"@hu,
        "Bahasa Tibet"@id,
        "Lingua tibetana"@it,
        "ტიბეტური ენა"@ka,
        "Тибет тілдері"@kk,
        "Tibetiečių kalba"@lt,
        "Tibetiešu valoda"@lv,
        "Тибетски јазик"@mk,
        "തിബത്തൻ ഭാഷ"@ml,
        "तिबेटी भाषा"@mr,
        "तिब्बती भाषा"@ne,
        "Tibetansk"@nn,
        "Język tybetański"@pl,
        "Língua tibetana"@pt,
        "Limba tibetană"@ro,
        "Тибетский язык"@ru,
        "Тибиэт тыла"@sah,
        "Tibetčina"@sk,
        "Tibetanska"@sv,
        "திபெத்திய மொழி"@ta,
        "ภาษาทิเบต"@th,
        "Тибетська мова"@uk,
        "Tiếng Tây Tạng"@vi ;
    skos:definition "Standard Tibetan (, ; also ) is the most widely used spoken form of the Tibetan languages. It is based on the speech of Lhasa, an Ü-Tsang dialect belonging to the Central Tibetan languages. For this reason, Standard Tibetan is often called Central Tibetan ( ; also written Ükä or Uke or , also written Ü-tsang kä). Tibetan, often implicitly meaning Standard Tibetan, is an official language of the Tibet Autonomous Region of the People's Republic of China. Central Tibetan is one of several branches of the Tibetan languages, the most salient others being Khams, Amdo, and Ladakhi. The standard form of written Tibetan is based on Classical Tibetan and is highly conservative."@en ;
    skos:inScheme lexvo: ;
    skos:notation "bod"^^xsd:string ;
    skos:prefLabel "Tibettaans"@af,
        "ቲቤታንኛ"@am,
        "تبتية"@ar,
        "لغه تيبيتى"@arz,
        "tibetanu"@ast,
        "tibet dili"@az,
        "тибетски"@bg,
        "তিব্বতি"@bn,
        "པོད་སྐད་"@bo,
        "Tibeteg"@br,
        "तिब्बती"@brx,
        "tibetanski"@bs,
        "тибетански"@bs-Cyrl,
        "ትበትንኛ"@byn,
        "tibetà"@ca,
        "藏文"@cmn,
        "藏文"@cmn-Hant,
        "tibetština"@cs,
        "Tibeteg"@cy,
        "tibetansk"@da,
        "Tibetisch"@de,
        "བོད་ཁ"@dz,
        "tibetagbe"@ee,
        "Θιβετιανά"@el,
        "Tibetan"@en,
        "tibeta"@eo,
        "tibetano"@es,
        "tiibeti"@et,
        "tibetera"@eu,
        "تبتی"@fa,
        "tiibet"@fi,
        "Tibetan"@fil,
        "tibetanskt"@fo,
        "tibétain"@fr,
        "tibetan"@fur,
        "Tibéadais"@ga,
        "Tibeitis"@gd,
        "tibetano"@gl,
        "Tibeetisch"@gsw,
        "તિબેટી"@gu,
        "Tibetish Veanagh"@gv,
        "טיבטית"@he,
        "तिब्बती"@hi,
        "Tibetan bhasa"@hif,
        "tibetanski"@hr,
        "tibeti"@hu,
        "Tibet"@id,
        "tíbeska"@is,
        "tibetano"@it,
        "チベット語"@ja,
        "ტიბეტური"@ka,
        "tibetanu"@kea,
        "тибет тілі"@kk,
        "ទីបេ"@km,
        "ಟಿಬೇಟಿಯನ್"@kn,
        "तिबेतियन"@knn,
        "티베트어"@ko,
        "تِبتی"@ks,
        "Tibeetesch"@ksh,
        "Lingua Thibetana"@la,
        "ທິເບດ"@lo,
        "tibetiečių"@lt,
        "tibetiešu"@lv,
        "тибетски"@mk,
        "തിബറ്റൻ"@ml,
        "तिबेटी"@mr,
        "Bahasa Tibet"@ms,
        "Tibetjan"@mt,
        "တိဘက်"@my,
        "Chōng-gí"@nan,
        "tibetansk"@nb,
        "तिब्बती"@ne,
        "सेँ भाषा"@new,
        "Tibetaans"@nl,
        "tibetansk"@nn,
        "Tibetansk"@no,
        "ତିବେତାନ୍"@or,
        "tybetański"@pl,
        "tibetano"@pt,
        "Tibet simi"@qu,
        "tibetan"@rm,
        "tibetană"@ro,
        "тибетский"@ru,
        "Тибиэттии"@sah,
        "tibetagiella"@se,
        "ටිබෙට්"@si,
        "tibetčina"@sk,
        "tibetanščina"@sl,
        "Тибетански"@sr,
        "Tibetanski"@sr-Latn,
        "Tibetisk"@stq,
        "tibetanska"@sv,
        "Kitibeti"@swh,
        "திபெத்து"@ta,
        "టిబెటన్"@te,
        "Забони тибетӣ"@tg,
        "ทิเบต"@th,
        "ትበትንኛ"@tig,
        "lea fakataipeti"@to,
        "Tibetçe"@tr,
        "زاڭزۇ تىلى"@ug,
        "тибетська"@uk,
        "تبتی"@ur,
        "Tiếng Tạng"@vi,
        "Tibetin"@wa,
        "Tibetiš"@wae,
        "Төвдин келн"@xal,
        "藏文"@yue,
        "藏语"@zh,
        "Tibet"@zsm,
        "isi-Tibetan"@zu .

<http://lexvo.org/id/iso639-3/deu> a lvont:Language,
        skos:Concept ;
    lvont:isFocusOf <http://id.loc.gov/vocabulary/iso639-2/deu>,
        <http://id.loc.gov/vocabulary/iso639-2/ger> ;
    lvont:iso6392BCode "ger"^^xsd:string ;
    lvont:iso6392TCode "deu"^^xsd:string ;
    lvont:iso639P1Code "de"^^xsd:string ;
    lvont:iso639P3PCode "deu"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-2/deu>,
        <http://id.loc.gov/vocabulary/iso639-2/ger>,
        <http://www.glottolog.org/resource/languoid/id/stan1295> ;
    owl:sameAs <http://dbpedia.org/resource/New_High_German>,
        <http://lexvo.org/id/iso639-1/de>,
        <http://lexvo.org/id/wordnet/30/noun/german_1_10_00>,
        <http://psi.oasis-open.org/iso/639/#deu>,
        <http://www.lingvoj.org/lang/de>,
        <http://www.mpii.de/yago/resource/New_High_German>,
        <info:lc/vocabulary/languages/ger> ;
    skos:altLabel "Neuhochdeutsch"@de,
        "New High German"@en,
        "Haut-allemand moderne"@fr,
        "Нововерхненемецкий язык"@ru ;
    skos:definition "New High German (NHG) is the term used for the most recent period in the history of the German language. It is a translation of the German Neuhochdeutsch (Nhd). It includes all of the modern High German dialects since the Baroque period, but is often used as a synonym for Standard German."@en ;
    skos:inScheme lexvo: ;
    skos:notation "deu"^^xsd:string ;
    skos:prefLabel "German"@aa,
        "Duits"@af,
        "Dzamɛ̀"@agq,
        "Gyaaman"@ak,
        "ጀርመን"@am,
        "الألمانية"@ar,
        "Kijerumani"@asa,
        "alemán"@ast,
        "almanca"@az,
        "алманҹа"@az-Cyrl,
        "Hɔp u jamân"@bas,
        "нямецкая"@be,
        "Ichi Jemani"@bem,
        "Hijerumani"@bez,
        "немски"@bg,
        "alimaɲikan"@bm,
        "জার্মান"@bn,
        "འཇར་མན་གྱི།"@bo,
        "alamaneg"@br,
        "ज़र्मन"@brx,
        "njemački"@bs,
        "немачки"@bs-Cyrl,
        "ጀርመን"@byn,
        "alemany"@ca,
        "Orugirimaani"@cgg,
        "ᎠᏂᏓᏥ"@chr,
        "德文"@cmn,
        "德文"@cmn-Hant,
        "němčina"@cs,
        "Almaeneg"@cy,
        "tysk"@da,
        "Kijerumani"@dav,
        "Deutsch"@de,
        "Almaŋ senni"@dje,
        "alman"@dyo,
        "ཇཱར་མཱན་ཁ"@dz,
        "Kĩnjeremani"@ebu,
        "germaniagbe"@ee,
        "Γερμανικά"@el,
        "German"@en,
        "𐐖𐐲𐑉𐑋𐑌𐐲"@en-Dsrt,
        "germana"@eo,
        "alemán"@es,
        "saksa"@et,
        "alemana"@eu,
        "Ǹkɔ́bɔ ndzáman"@ewo,
        "آلمانی"@fa,
        "Docceere"@ff,
        "saksa"@fi,
        "German"@fil,
        "týskt"@fo,
        "allemand"@fr,
        "todesc"@fur,
        "Gearmáinis"@ga,
        "Gearmailtis"@gd,
        "alemán"@gl,
        "Tüütsch"@gsw,
        "જર્મન"@gu,
        "Kijerumani"@guz,
        "Jamusanci"@ha,
        "Kelemānia"@haw,
        "גרמנית"@he,
        "ज़र्मन"@hi,
        "njemački"@hr,
        "német"@hu,
        "Գերմաներեն"@hy,
        "germano"@ia,
        "Jerman"@id,
        "Jamaan"@ig,
        "ꄓꇩꉙ"@ii,
        "þýska"@is,
        "tedesco"@it,
        "ドイツ語"@ja,
        "Njáman"@jgo,
        "Kyijerumani"@jmc,
        "გერმანული"@ka,
        "Talmant"@kab,
        "Kijerumani"@kam,
        "Chidyelumani"@kde,
        "alemãu"@kea,
        "Almaŋ senni"@khq,
        "Kĩnjeremani"@ki,
        "неміс тілі"@kk,
        "tyskisut"@kl,
        "kutitab Chermani"@kln,
        "អាល្លឺម៉ង់"@km,
        "ಜರ್ಮನ್"@kn,
        "जर्मन"@knn,
        "독일어"@ko,
        "جٔرمَن"@ks,
        "Kijeumani"@ksb,
        "ridjɛrman"@ksf,
        "Deutsch"@ksh,
        "Almaynek"@kw,
        "немисче"@ky,
        "Lingua Theodisca alta recens"@la,
        "Kɨjerʉmáani"@lag,
        "Ludaaki"@lg,
        "lialemá"@ln,
        "ເຍຍລະມັນ"@lo,
        "vokiečių"@lt,
        "Lizelumani"@lu,
        "Kijerumani"@luo,
        "Kijerumani"@luy,
        "vācu"@lv,
        "nkʉtʉ́k ɔ́ɔ̄ ljerumani"@mas,
        "Kĩnjamanĩ"@mer,
        "alman"@mfe,
        "Alemanina"@mg,
        "Ijerimani"@mgh,
        "германски"@mk,
        "ജർമ്മൻ"@ml,
        "जर्मन"@mr,
        "Ġermaniż"@mt,
        "germaŋ"@mua,
        "ဂျာမန်"@my,
        "Duits"@naq,
        "tysk"@nb,
        "isi-Jalimani"@nd,
        "जर्मन"@ne,
        "Duits"@nl,
        "Jáman"@nmg,
        "tysk"@nn,
        "nzǎmɔ̂ɔn"@nnh,
        "Nyhøytysk"@no,
        "Thok jarmani"@nus,
        "Orugirimaani"@nyn,
        "Afaan Jarmanii"@om,
        "ଜର୍ମାନ୍"@or,
        "немыцаг"@os,
        "ਜਰਮਨ"@pa,
        "niemiecki"@pl,
        "الماني"@ps,
        "alemão"@pt,
        "tudestg"@rm,
        "Ikidage"@rn,
        "germană"@ro,
        "Kijerumani"@rof,
        "немецкий"@ru,
        "Ikidage"@rw,
        "Kyijerumani"@rwk,
        "Ниэмэстии"@sah,
        "Kijerumani"@saq,
        "Ishijelumani"@sbp,
        "duiskkagiella"@se,
        "alemão"@seh,
        "Almaŋ senni"@ses,
        "Zâmani"@sg,
        "ⵜⴰⵍⵉⵎⴰⵏⵜ"@shi,
        "talimant"@shi-Latn,
        "ජර්මන්"@si,
        "nemčina"@sk,
        "nemščina"@sl,
        "chiJerimani"@sn,
        "Jarmal"@so,
        "Gjermanisht"@sq,
        "Немачки"@sr,
        "Nemački"@sr-Latn,
        "Se-jeremane"@st,
        "tyska"@sv,
        "Kijerumani"@swc,
        "Kijerumani"@swh,
        "ஜெர்மன்"@ta,
        "ఙర్మన్"@te,
        "Kijerumani"@teo,
        "Немисӣ"@tg,
        "เยอรมัน"@th,
        "ጀርመን"@ti,
        "ጀርመን"@tig,
        "German"@tn,
        "lea fakasiamane"@to,
        "Almanca"@tr,
        "Xi Jarimani"@ts,
        "Almaŋ senni"@twq,
        "Talmanit"@tzm,
        "німецька"@uk,
        "جرمن"@ur,
        "Олмонча"@uzn,
        "olmoncha"@uzn-Latn,
        "ꕧꕮꔧ"@vai,
        "Jamáĩ"@vai-Latn,
        "Tiếng Đức"@vi,
        "Kyijerumani"@vun,
        "Titš"@wae,
        "ጀርመን"@wal,
        "Isi-German"@xh,
        "Oludaaki"@xog,
        "ŋndiáman"@yav,
        "Èdè Ilẹ̀ Gemani"@yo,
        "Jerman"@zsm,
        "isiJalimani"@zu .

<http://lexvo.org/id/iso639-3/eus> a lvont:Language,
        skos:Concept ;
    lvont:isFocusOf <http://id.loc.gov/vocabulary/iso639-2/baq>,
        <http://id.loc.gov/vocabulary/iso639-2/eus> ;
    lvont:iso6392BCode "baq"^^xsd:string ;
    lvont:iso6392TCode "eus"^^xsd:string ;
    lvont:iso639P1Code "eu"^^xsd:string ;
    lvont:iso639P3PCode "eus"^^xsd:string ;
    lvont:nearlySameAs <http://id.loc.gov/vocabulary/iso639-2/baq>,
        <http://id.loc.gov/vocabulary/iso639-2/eus>,
        <http://www.glottolog.org/resource/languoid/id/basq1248> ;
    owl:sameAs <http://dbpedia.org/resource/Basque_language>,
        <http://lexvo.org/id/iso639-1/eu>,
        <http://lexvo.org/id/wordnet/30/noun/basque_1_10_00>,
        <http://psi.oasis-open.org/iso/639/#eus>,
        <http://www.lingvoj.org/lang/eu>,
        <http://www.mpii.de/yago/resource/Basque_language>,
        <info:lc/vocabulary/languages/baq> ;
    skos:altLabel "لغة بشكنشية"@ar,
        "Vascu"@ast,
        "Bask dili"@az,
        "Баскская мова"@be,
        "Баски език"@bg,
        "Euskareg"@br,
        "Baskijski jezik"@bs,
        "Basc"@ca,
        "Baskičtina"@cs,
        "Baskisk"@da,
        "Baskische Sprache"@de,
        "Βασκική γλώσσα"@el,
        "Basque language"@en,
        "Eŭska lingvo"@eo,
        "Euskera"@es,
        "Baski keel"@et,
        "Euskara"@eu,
        "زبان باسکی"@fa,
        "Baskin kieli"@fi,
        "Basque"@fr,
        "Lenghe basche"@fur,
        "An Bhascais"@ga,
        "Lingua éuscara"@gl,
        "Baskijski jezik"@hr,
        "Baszk nyelv"@hu,
        "Bahasa Basque"@id,
        "Baskneska"@is,
        "Lingua basca"@it,
        "ბასკური ენა"@ka,
        "Baskų kalba"@lt,
        "Basku valoda"@lv,
        "Баскиски јазик"@mk,
        "बास्क भाषा"@mr,
        "Baskisk"@nn,
        "Język baskijski"@pl,
        "Língua basca"@pt,
        "Limba bască"@ro,
        "Баскский язык"@ru,
        "Baskičtina"@sk,
        "Baskovščina"@sl,
        "Gjuha baske"@sq,
        "Баскијски језик"@sr,
        "Baskiska"@sv,
        "பாஸ்க் மொழி"@ta,
        "ภาษาบาสก์"@th,
        "Баскська мова"@uk,
        "باسک زبانیں"@ur ;
    skos:definition "Basque (endonym: , ) is the ancestral language of the Basque people, who inhabit the Basque Country, a region spanning an area in northeastern Spain and southwestern France. It is spoken by 25.7% of Basques in all territories (665,800 out of 2,589,600)."@en ;
    skos:inScheme lexvo: ;
    skos:notation "eus"^^xsd:string ;
    skos:prefLabel "Baskies"@af,
        "ባስክኛ"@am,
        "Idioma vasco"@an,
        "لغة الباسك"@ar,
        "باسكى"@arz,
        "vascu"@ast,
        "bask dili"@az,
        "Baskische Sproch"@bar,
        "Basko"@bcl,
        "баскская"@be,
        "баски"@bg,
        "বাস্ক"@bn,
        "euskareg"@br,
        "बास्क्"@brx,
        "baskijski"@bs,
        "баскијски"@bs-Cyrl,
        "ባስክኛ"@byn,
        "basc"@ca,
        "Pinulongang Basko"@ceb,
        "巴斯克文"@cmn,
        "巴斯克文"@cmn-Hant,
        "Lingua basca"@co,
        "baskičtina"@cs,
        "Basgeg"@cy,
        "baskisk"@da,
        "Baskisch"@de,
        "བཱསཀ་ཁ"@dz,
        "basqugbe"@ee,
        "Βασκικά"@el,
        "Basque"@en,
        "𐐒𐐰𐑅𐐿"@en-Dsrt,
        "eŭska"@eo,
        "vasco"@es,
        "baski"@et,
        "euskara"@eu,
        "Luenga vasca"@ext,
        "باسکی"@fa,
        "baski"@fi,
        "Basque"@fil,
        "baskiskt"@fo,
        "basque"@fr,
        "basc"@fur,
        "Baskysk"@fy,
        "Bascais"@ga,
        "Basgais"@gd,
        "éuscaro"@gl,
        "Baskisch"@gsw,
        "Baskische Sprache"@gsw-FR,
        "બાસ્ક"@gu,
        "Bascish"@gv,
        "Dan/'Yar Kabilar Bas"@ha,
        "בסקית"@he,
        "बास्क्"@hi,
        "Basque bhasa"@hif,
        "baskijski"@hr,
        "Baskišćina"@hsb,
        "baszk"@hu,
        "Բասկերեն"@hy,
        "basco"@ia,
        "Bask"@id,
        "Basque"@ilo,
        "Baskiana linguo"@io,
        "baskneska"@is,
        "basco"@it,
        "バスク語"@ja,
        "ბასკური"@ka,
        "basku"@kea,
        "баск"@kk,
        "បាស្កេ"@km,
        "ಬಾಸ್ಕ್"@kn,
        "बास्क"@knn,
        "바스크어"@ko,
        "باسک"@ks,
        "Baskesch"@ksh,
        "Zimanê baskî"@ku,
        "Эускара кыв"@kv,
        "Baskek"@kw,
        "Lingua Vasconica"@la,
        "Lingua baska"@lad,
        "Baskisch"@li,
        "Lengua basca"@lmo,
        "ບັສເກີ"@lo,
        "baskų"@lt,
        "basku"@lv,
        "L:巴斯克語"@lzh,
        "баскиски"@mk,
        "ബാസ്ക്"@ml,
        "बास्क"@mr,
        "Bahasa Basque"@ms,
        "Bask"@mt,
        "Vascotlahtōlli"@nah,
        "baskisk"@nb,
        "बास्क"@ne,
        "Baskisch"@nl,
        "baskisk"@nn,
        "Baskisk"@no,
        "Basc"@oc,
        "Afaan Baskuu"@om,
        "ବାସ୍କ୍ୱି"@or,
        "баскаг"@os,
        "baskijski"@pl,
        "Lenga basca"@pms,
        "باسک"@pnb,
        "باسکي"@ps,
        "basco"@pt,
        "Yuskara simi"@qu,
        "basc"@rm,
        "bască"@ro,
        "баскский"@ru,
        "Ikibasiki"@rw,
        "Limba basca"@sc,
        "Lingua basca"@scn,
        "Basque leid"@sco,
        "Baskijski jezik"@sh,
        "බොස්කෝ"@si,
        "baskičtina"@sk,
        "baskovščina"@sl,
        "Basquu"@so,
        "Baskisht"@sq,
        "Баскијски"@sr,
        "Baskijski"@sr-Latn,
        "Se-basque"@st,
        "Baskisk"@stq,
        "baskiska"@sv,
        "Kibasque"@swh,
        "Baskijsko godka"@szl,
        "பஸ்க்"@ta,
        "బాస్క్"@te,
        "Basku"@tet,
        "Баскӣ"@tg,
        "บัสเก"@th,
        "ባስክኛ"@ti,
        "ባስክኛ"@tig,
        "Basque"@tn,
        "lea pasiki"@to,
        "Baskça"@tr,
        "Баск теле"@tt,
        "باسكى تىلى"@ug,
        "басків"@uk,
        "باسکی"@ur,
        "Łéngua basca"@vec,
        "Tiếng Basque"@vi,
        "Baski kiil"@vro,
        "Baskiš"@wae,
        "巴斯克语"@wuu,
        "Isi-Basque"@xh,
        "ბასკური ნინა"@xmf,
        "באסקיש"@yi,
        "Èdè Baski"@yo,
        "巴斯克語"@zh,
        "Basque"@zsm,
        "isi-Basque"@zu .

lvont:Script a owl:Class ;
    rdfs:label "script"@en ;
    rdfs:comment """A writing system considered abstractly, i.e. independent
    of language-specific variations."""@en .

lvont:CJKRadical a owl:Class ;
    rdfs:label "radical"@en ;
    rdfs:comment "A CJK character radical."@en ;
    rdfs:seeAlso <http://en.wikipedia.org/wiki/Radical_%28Chinese_character%29> ;
    skos:note """CJK radicals are slightly more abstract than characters, because the same radical can be manifested as different
    characters, e.g. radical 4 can take the form of '丿', '乀', or '乁'."""@en .

lvont:GeographicRegion a owl:Class ;
    rdfs:label "geographic region"@en ;
    rdfs:comment "Geographic regions on Earth or elsewhere."@en .

lexvo: a skos:ConceptScheme ;
    dc:creator <https://orcid.org/0000-0002-2930-2059>,
        <https://www.wikidata.org/wiki/Q21057281>,
        "Gerard de Melo"@en ;
    dc:description "This is a subset of the Lexvo.org dataset containing the names, URIs and the corresponding ISO 639-3 codes for languages."@en,
        "Lexvo.org tietokannan kielten nimet, tunnisteet ja ISO 639-3 kielikoodit."@fi,
        "Detta är en delmängd av Lexvo.org-datamängden som innehåller namnen, URIs och motsvarande ISO 639-3-koder för språk."@sv ;
    dc:publisher "The National Library of Finland"@en,
        "Kansalliskirjasto"@fi,
        "Nationalbiblioteket"@sv ;
    dc:rights "Distributed in accordance with the Creative Commons Attribution-ShareAlike (CC-BY-SA) 3.0 Unported license."@en,
        "Jaettu Creative Commons Nimeä-JaaSamoin (CC-BY-SA) 3.0 lisenssin mukaan."@fi,
        "Distribueras i enlighet med Creative Commons Erkännande-DelaLika (CC-BY-SA) 3.0 Unported-licens."@sv ;
    dc:subject yso:p1631,
        yso:p556 ;
    dc:title "Lexvo - language names and ISO 639-3 language codes"@en,
        "Lexvo - kielien nimet ja ISO 639-3 kielikoodit"@fi,
        "Lexvo - språknamn och ISO 639-3 språkkoder"@sv ;
    dct:language <http://lexvo.org/id/iso639-3/eng>,
        <http://lexvo.org/id/iso639-3/fin>,
        <http://lexvo.org/id/iso639-3/swe> ;
    dct:license <http://creativecommons.org/licenses/by-sa/3.0/> ;
    foaf:homepage <http://lexvo.org/> .

lvont:Language a owl:Class ;
    rdfs:label "language"@en,
        "Kieli"@fi,
        "Språk"@sv ;
    lvont1:somewhatSameAs <http://www.lingvoj.org/ontology#Lingvo> ;
    rdfs:comment "Groups of human language variants that are or were spoken, written, or signed at some point in time."@en ;
    rdfs:seeAlso <http://en.wikipedia.org/wiki/Language> ;
    rdfs:subClassOf dct:LinguisticSystem ;
    skos:note """This definition includes languages, particular language variants (e.g. dialects), and larger groups of language 
    variants (e.g. macrolanguages and language families), as the distinction between them is largely conventional."""@en .

lvont:Character a owl:Class ;
    rdfs:label "character"@en ;
    rdfs:comment """An abstract character as defined by the Unicode Standard,
  Version 5, in Chapter 3.4."""@en ;
    owl:sameAs <http://purl.org/linguistics/gold/Character> ;
    skos:note "The same abstract character may be rendered in different forms, depending on the language and on typeface characters."@en .

